From 6920e63ccd101fea17b1c49e241bcd5dc75929ad Mon Sep 17 00:00:00 2001 From: skrustev Date: Mon, 2 Dec 2024 15:37:01 +0200 Subject: [PATCH 01/15] Initial commit for Sales Grid app. --- projects/SalesGrid/README.md | 59 + projects/SalesGrid/angular.json | 122 + projects/SalesGrid/ignite-ui-cli.json | 19 + projects/SalesGrid/package-lock.json | 14541 ++++++++++++++++ projects/SalesGrid/package.json | 51 + projects/SalesGrid/public/favicon.ico | Bin 0 -> 15086 bytes projects/SalesGrid/public/flags/Australia.svg | 15 + projects/SalesGrid/public/flags/Belgium.svg | 12 + projects/SalesGrid/public/flags/Brazil.svg | 34 + projects/SalesGrid/public/flags/Bulgaria.svg | 12 + projects/SalesGrid/public/flags/Canada.svg | 11 + projects/SalesGrid/public/flags/China.svg | 20 + projects/SalesGrid/public/flags/Denmark.svg | 17 + projects/SalesGrid/public/flags/Finland.svg | 17 + projects/SalesGrid/public/flags/France.svg | 12 + projects/SalesGrid/public/flags/Germany.svg | 12 + projects/SalesGrid/public/flags/Greece.svg | 26 + projects/SalesGrid/public/flags/India.svg | 68 + projects/SalesGrid/public/flags/Italy.svg | 17 + projects/SalesGrid/public/flags/Japan.svg | 16 + .../SalesGrid/public/flags/Netherlands.svg | 17 + projects/SalesGrid/public/flags/Poland.svg | 16 + projects/SalesGrid/public/flags/Romania.svg | 17 + .../SalesGrid/public/flags/UnitedKingdom.svg | 14 + .../SalesGrid/public/flags/UnitedStates.svg | 18 + projects/SalesGrid/public/flags/Uruguay.svg | 35 + projects/SalesGrid/src/app/app.component.html | 40 + projects/SalesGrid/src/app/app.component.scss | 1 + .../SalesGrid/src/app/app.component.spec.ts | 29 + projects/SalesGrid/src/app/app.component.ts | 240 + .../SalesGrid/src/app/app.config.server.ts | 11 + projects/SalesGrid/src/app/app.config.ts | 10 + projects/SalesGrid/src/app/app.routes.ts | 3 + projects/SalesGrid/src/assets/SalesData.json | 1 + projects/SalesGrid/src/assets/flags.json | 22 + projects/SalesGrid/src/index.html | 15 + projects/SalesGrid/src/main.server.ts | 7 + projects/SalesGrid/src/main.ts | 6 + projects/SalesGrid/src/server.ts | 65 + projects/SalesGrid/src/styles.scss | 23 + projects/SalesGrid/tsconfig.app.json | 19 + projects/SalesGrid/tsconfig.json | 28 + projects/SalesGrid/tsconfig.spec.json | 15 + 43 files changed, 15733 insertions(+) create mode 100644 projects/SalesGrid/README.md create mode 100644 projects/SalesGrid/angular.json create mode 100644 projects/SalesGrid/ignite-ui-cli.json create mode 100644 projects/SalesGrid/package-lock.json create mode 100644 projects/SalesGrid/package.json create mode 100644 projects/SalesGrid/public/favicon.ico create mode 100644 projects/SalesGrid/public/flags/Australia.svg create mode 100644 projects/SalesGrid/public/flags/Belgium.svg create mode 100644 projects/SalesGrid/public/flags/Brazil.svg create mode 100644 projects/SalesGrid/public/flags/Bulgaria.svg create mode 100644 projects/SalesGrid/public/flags/Canada.svg create mode 100644 projects/SalesGrid/public/flags/China.svg create mode 100644 projects/SalesGrid/public/flags/Denmark.svg create mode 100644 projects/SalesGrid/public/flags/Finland.svg create mode 100644 projects/SalesGrid/public/flags/France.svg create mode 100644 projects/SalesGrid/public/flags/Germany.svg create mode 100644 projects/SalesGrid/public/flags/Greece.svg create mode 100644 projects/SalesGrid/public/flags/India.svg create mode 100644 projects/SalesGrid/public/flags/Italy.svg create mode 100644 projects/SalesGrid/public/flags/Japan.svg create mode 100644 projects/SalesGrid/public/flags/Netherlands.svg create mode 100644 projects/SalesGrid/public/flags/Poland.svg create mode 100644 projects/SalesGrid/public/flags/Romania.svg create mode 100644 projects/SalesGrid/public/flags/UnitedKingdom.svg create mode 100644 projects/SalesGrid/public/flags/UnitedStates.svg create mode 100644 projects/SalesGrid/public/flags/Uruguay.svg create mode 100644 projects/SalesGrid/src/app/app.component.html create mode 100644 projects/SalesGrid/src/app/app.component.scss create mode 100644 projects/SalesGrid/src/app/app.component.spec.ts create mode 100644 projects/SalesGrid/src/app/app.component.ts create mode 100644 projects/SalesGrid/src/app/app.config.server.ts create mode 100644 projects/SalesGrid/src/app/app.config.ts create mode 100644 projects/SalesGrid/src/app/app.routes.ts create mode 100644 projects/SalesGrid/src/assets/SalesData.json create mode 100644 projects/SalesGrid/src/assets/flags.json create mode 100644 projects/SalesGrid/src/index.html create mode 100644 projects/SalesGrid/src/main.server.ts create mode 100644 projects/SalesGrid/src/main.ts create mode 100644 projects/SalesGrid/src/server.ts create mode 100644 projects/SalesGrid/src/styles.scss create mode 100644 projects/SalesGrid/tsconfig.app.json create mode 100644 projects/SalesGrid/tsconfig.json create mode 100644 projects/SalesGrid/tsconfig.spec.json diff --git a/projects/SalesGrid/README.md b/projects/SalesGrid/README.md new file mode 100644 index 0000000..6eb7f3d --- /dev/null +++ b/projects/SalesGrid/README.md @@ -0,0 +1,59 @@ +# SalesGridApp + +This project was generated using [Angular CLI](https://github.com/angular/angular-cli) version 19.0.2. + +## Development server + +To start a local development server, run: + +```bash +ng serve +``` + +Once the server is running, open your browser and navigate to `http://localhost:4200/`. The application will automatically reload whenever you modify any of the source files. + +## Code scaffolding + +Angular CLI includes powerful code scaffolding tools. To generate a new component, run: + +```bash +ng generate component component-name +``` + +For a complete list of available schematics (such as `components`, `directives`, or `pipes`), run: + +```bash +ng generate --help +``` + +## Building + +To build the project run: + +```bash +ng build +``` + +This will compile your project and store the build artifacts in the `dist/` directory. By default, the production build optimizes your application for performance and speed. + +## Running unit tests + +To execute unit tests with the [Karma](https://karma-runner.github.io) test runner, use the following command: + +```bash +ng test +``` + +## Running end-to-end tests + +For end-to-end (e2e) testing, run: + +```bash +ng e2e +``` + +Angular CLI does not come with an end-to-end testing framework by default. You can choose one that suits your needs. + +## Additional Resources + +For more information on using the Angular CLI, including detailed command references, visit the [Angular CLI Overview and Command Reference](https://angular.dev/tools/cli) page. diff --git a/projects/SalesGrid/angular.json b/projects/SalesGrid/angular.json new file mode 100644 index 0000000..c770d9b --- /dev/null +++ b/projects/SalesGrid/angular.json @@ -0,0 +1,122 @@ +{ + "$schema": "./node_modules/@angular/cli/lib/config/schema.json", + "version": 1, + "newProjectRoot": "projects", + "projects": { + "SalesGridApp": { + "projectType": "application", + "schematics": { + "@schematics/angular:component": { + "style": "scss" + } + }, + "root": "", + "sourceRoot": "src", + "prefix": "app", + "architect": { + "build": { + "builder": "@angular-devkit/build-angular:application", + "options": { + "outputPath": "dist/sales-grid-app", + "index": "src/index.html", + "browser": "src/main.ts", + "polyfills": [ + "zone.js" + ], + "tsConfig": "tsconfig.app.json", + "inlineStyleLanguage": "scss", + "assets": [ + { + "glob": "**/*", + "input": "public" + } + ], + "styles": [ + "node_modules/igniteui-angular/styles/igniteui-indigo-light.css", + "src/styles.scss" + ], + "scripts": [ + "./node_modules/hammerjs/hammer.min.js" + ], + "server": "src/main.server.ts", + "prerender": true, + "ssr": { + "entry": "src/server.ts" + }, + "stylePreprocessorOptions": { + "includePaths": [ + "node_modules" + ] + } + }, + "configurations": { + "production": { + "budgets": [ + { + "type": "initial", + "maximumWarning": "9MB", + "maximumError": "10MB" + }, + { + "type": "anyComponentStyle", + "maximumWarning": "4kB", + "maximumError": "8kB" + } + ], + "outputHashing": "all" + }, + "development": { + "optimization": false, + "extractLicenses": false, + "sourceMap": true + } + }, + "defaultConfiguration": "production" + }, + "serve": { + "builder": "@angular-devkit/build-angular:dev-server", + "configurations": { + "production": { + "buildTarget": "SalesGridApp:build:production" + }, + "development": { + "buildTarget": "SalesGridApp:build:development" + } + }, + "defaultConfiguration": "development" + }, + "extract-i18n": { + "builder": "@angular-devkit/build-angular:extract-i18n" + }, + "test": { + "builder": "@angular-devkit/build-angular:karma", + "options": { + "polyfills": [ + "zone.js", + "zone.js/testing" + ], + "tsConfig": "tsconfig.spec.json", + "inlineStyleLanguage": "scss", + "assets": [ + { + "glob": "**/*", + "input": "public" + } + ], + "styles": [ + "src/styles.scss" + ], + "scripts": [ + "./node_modules/hammerjs/hammer.min.js" + ], + "stylePreprocessorOptions": { + "includePaths": [ + "node_modules" + ] + } + } + } + } + } + } +} diff --git a/projects/SalesGrid/ignite-ui-cli.json b/projects/SalesGrid/ignite-ui-cli.json new file mode 100644 index 0000000..eb0f9a9 --- /dev/null +++ b/projects/SalesGrid/ignite-ui-cli.json @@ -0,0 +1,19 @@ +{ + "version": "14.3.1", + "project": { + "defaultPort": 4200, + "framework": "angular", + "projectType": "igx-ts", + "projectTemplate": "ng-cli", + "theme": "Custom", + "isBundle": false, + "bundleFilePath": "", + "igniteuiSource": "", + "components": [], + "sourceFiles": [], + "isShowcase": false, + "version": "" + }, + "build": {}, + "packagesInstalled": true +} diff --git a/projects/SalesGrid/package-lock.json b/projects/SalesGrid/package-lock.json new file mode 100644 index 0000000..7689173 --- /dev/null +++ b/projects/SalesGrid/package-lock.json @@ -0,0 +1,14541 @@ +{ + "name": "sales-grid-app", + "version": "0.0.0", + "lockfileVersion": 3, + "requires": true, + "packages": { + "": { + "name": "sales-grid-app", + "version": "0.0.0", + "dependencies": { + "@angular/animations": "^19.0.0", + "@angular/common": "^19.0.0", + "@angular/compiler": "^19.0.0", + "@angular/core": "^19.0.0", + "@angular/forms": "^19.0.0", + "@angular/platform-browser": "^19.0.0", + "@angular/platform-browser-dynamic": "^19.0.0", + "@angular/platform-server": "^19.0.0", + "@angular/router": "^19.0.0", + "@angular/ssr": "^19.0.2", + "@igniteui/material-icons-extended": "^3.1.0", + "@nguniversal/express-engine": "^7.0.1", + "express": "^4.18.2", + "hammerjs": "^2.0.8", + "igniteui-angular": "^19.0.0", + "minireset.css": "~0.0.4", + "rxjs": "~7.8.0", + "tslib": "^2.3.0", + "zone.js": "~0.15.0" + }, + "devDependencies": { + "@angular-devkit/build-angular": "^19.0.2", + "@angular/cli": "^19.0.2", + "@angular/compiler-cli": "^19.0.0", + "@igniteui/angular-schematics": "~19.0.1430", + "@types/express": "^4.17.17", + "@types/hammerjs": "^2.0.40", + "@types/jasmine": "~5.1.0", + "@types/node": "^18.18.0", + "jasmine-core": "~5.4.0", + "karma": "~6.4.0", + "karma-chrome-launcher": "~3.2.0", + "karma-coverage": "~2.2.0", + "karma-jasmine": "~5.1.0", + "karma-jasmine-html-reporter": "~2.1.0", + "typescript": "~5.6.2" + } + }, + "node_modules/@ampproject/remapping": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.3.0.tgz", + "integrity": "sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@angular-devkit/architect": { + "version": "0.1900.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1900.2.tgz", + "integrity": "sha512-rGUgOgN/jb3Pyx3E1JsUbwQQZp4C0M/t0lwyWIFjUpndl27aBDjO2y5hzeG0B1+FgOuSNg8BPOYaEIO5vSCspw==", + "dev": true, + "dependencies": { + "@angular-devkit/core": "19.0.2", + "rxjs": "7.8.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular-devkit/build-angular": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-19.0.2.tgz", + "integrity": "sha512-F7wwo0fVshrlnTyBuqP6abt95soOsO+H/dYLn0JVud+SXhbSXpKDxZovlIBUKh1kj0BXny7erTYHmPWVtZpfsg==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "2.3.0", + "@angular-devkit/architect": "0.1900.2", + "@angular-devkit/build-webpack": "0.1900.2", + "@angular-devkit/core": "19.0.2", + "@angular/build": "19.0.2", + "@babel/core": "7.26.0", + "@babel/generator": "7.26.2", + "@babel/helper-annotate-as-pure": "7.25.9", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/plugin-transform-async-generator-functions": "7.25.9", + "@babel/plugin-transform-async-to-generator": "7.25.9", + "@babel/plugin-transform-runtime": "7.25.9", + "@babel/preset-env": "7.26.0", + "@babel/runtime": "7.26.0", + "@discoveryjs/json-ext": "0.6.3", + "@ngtools/webpack": "19.0.2", + "@vitejs/plugin-basic-ssl": "1.1.0", + "ansi-colors": "4.1.3", + "autoprefixer": "10.4.20", + "babel-loader": "9.2.1", + "browserslist": "^4.21.5", + "copy-webpack-plugin": "12.0.2", + "css-loader": "7.1.2", + "esbuild-wasm": "0.24.0", + "fast-glob": "3.3.2", + "http-proxy-middleware": "3.0.3", + "istanbul-lib-instrument": "6.0.3", + "jsonc-parser": "3.3.1", + "karma-source-map-support": "1.4.0", + "less": "4.2.0", + "less-loader": "12.2.0", + "license-webpack-plugin": "4.0.2", + "loader-utils": "3.3.1", + "mini-css-extract-plugin": "2.9.2", + "open": "10.1.0", + "ora": "5.4.1", + "picomatch": "4.0.2", + "piscina": "4.7.0", + "postcss": "8.4.49", + "postcss-loader": "8.1.1", + "resolve-url-loader": "5.0.0", + "rxjs": "7.8.1", + "sass": "1.80.7", + "sass-loader": "16.0.3", + "semver": "7.6.3", + "source-map-loader": "5.0.0", + "source-map-support": "0.5.21", + "terser": "5.36.0", + "tree-kill": "1.2.2", + "tslib": "2.8.1", + "webpack": "5.96.1", + "webpack-dev-middleware": "7.4.2", + "webpack-dev-server": "5.1.0", + "webpack-merge": "6.0.1", + "webpack-subresource-integrity": "5.1.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "optionalDependencies": { + "esbuild": "0.24.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^19.0.0", + "@angular/localize": "^19.0.0", + "@angular/platform-server": "^19.0.0", + "@angular/service-worker": "^19.0.0", + "@angular/ssr": "^19.0.2", + "@web/test-runner": "^0.19.0", + "browser-sync": "^3.0.2", + "jest": "^29.5.0", + "jest-environment-jsdom": "^29.5.0", + "karma": "^6.3.0", + "ng-packagr": "^19.0.0", + "protractor": "^7.0.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "typescript": ">=5.5 <5.7" + }, + "peerDependenciesMeta": { + "@angular/localize": { + "optional": true + }, + "@angular/platform-server": { + "optional": true + }, + "@angular/service-worker": { + "optional": true + }, + "@angular/ssr": { + "optional": true + }, + "@web/test-runner": { + "optional": true + }, + "browser-sync": { + "optional": true + }, + "jest": { + "optional": true + }, + "jest-environment-jsdom": { + "optional": true + }, + "karma": { + "optional": true + }, + "ng-packagr": { + "optional": true + }, + "protractor": { + "optional": true + }, + "tailwindcss": { + "optional": true + } + } + }, + "node_modules/@angular-devkit/build-webpack": { + "version": "0.1900.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1900.2.tgz", + "integrity": "sha512-4JHkY6908YsIWh9FM/6ihsVZyWAM4/C91D8S4v/aZhVLt37HwTAxbecPbYNbexgDca81LI5TAqR8cwb0syIkWA==", + "dev": true, + "dependencies": { + "@angular-devkit/architect": "0.1900.2", + "rxjs": "7.8.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "webpack": "^5.30.0", + "webpack-dev-server": "^5.0.2" + } + }, + "node_modules/@angular-devkit/core": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-19.0.2.tgz", + "integrity": "sha512-p5pTx9rAtJUfoa7BP6R5U7dGFWHrrgpYpVyF3jwqYIu0h1C0rJIyY8q/HlkvzFxgfWag1qRf15oANq3G9fqdwg==", + "dev": true, + "dependencies": { + "ajv": "8.17.1", + "ajv-formats": "3.0.1", + "jsonc-parser": "3.3.1", + "picomatch": "4.0.2", + "rxjs": "7.8.1", + "source-map": "0.7.4" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "chokidar": "^4.0.0" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true + } + } + }, + "node_modules/@angular-devkit/schematics": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-19.0.2.tgz", + "integrity": "sha512-bwq8ReC92gGFTd2BeNBWCnOqIKu2YKNvwMVc7dl+D154WO2gzCaK2J5nL97qm5EjoUoXgvFRs84ysSAnLFzBxQ==", + "dev": true, + "dependencies": { + "@angular-devkit/core": "19.0.2", + "jsonc-parser": "3.3.1", + "magic-string": "0.30.12", + "ora": "5.4.1", + "rxjs": "7.8.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/animations": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-19.0.1.tgz", + "integrity": "sha512-1TZ3meVmoMuQwXaHSCeIGq8tmGcwobCQM2AQ6hfK+j6eyWTSx8BdWWi+Z1iIjiYFx3pJljQiWLAHULZ66Ep/GQ==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "19.0.1" + } + }, + "node_modules/@angular/build": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular/build/-/build-19.0.2.tgz", + "integrity": "sha512-i2mSg9ZoPto3IMNi/HnP2ZOwvcmaPEKrS7EOYeu1m1W9InuZ55ssMqrjKpeohKVYHwep8QmFrmDERbqutaN2hg==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "2.3.0", + "@angular-devkit/architect": "0.1900.2", + "@babel/core": "7.26.0", + "@babel/helper-annotate-as-pure": "7.25.9", + "@babel/helper-split-export-declaration": "7.24.7", + "@babel/plugin-syntax-import-attributes": "7.26.0", + "@inquirer/confirm": "5.0.2", + "@vitejs/plugin-basic-ssl": "1.1.0", + "beasties": "0.1.0", + "browserslist": "^4.23.0", + "esbuild": "0.24.0", + "fast-glob": "3.3.2", + "https-proxy-agent": "7.0.5", + "istanbul-lib-instrument": "6.0.3", + "listr2": "8.2.5", + "magic-string": "0.30.12", + "mrmime": "2.0.0", + "parse5-html-rewriting-stream": "7.0.0", + "picomatch": "4.0.2", + "piscina": "4.7.0", + "rollup": "4.26.0", + "sass": "1.80.7", + "semver": "7.6.3", + "vite": "5.4.11", + "watchpack": "2.4.2" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "optionalDependencies": { + "lmdb": "3.1.5" + }, + "peerDependencies": { + "@angular/compiler": "^19.0.0", + "@angular/compiler-cli": "^19.0.0", + "@angular/localize": "^19.0.0", + "@angular/platform-server": "^19.0.0", + "@angular/service-worker": "^19.0.0", + "@angular/ssr": "^19.0.2", + "less": "^4.2.0", + "postcss": "^8.4.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "typescript": ">=5.5 <5.7" + }, + "peerDependenciesMeta": { + "@angular/localize": { + "optional": true + }, + "@angular/platform-server": { + "optional": true + }, + "@angular/service-worker": { + "optional": true + }, + "@angular/ssr": { + "optional": true + }, + "less": { + "optional": true + }, + "postcss": { + "optional": true + }, + "tailwindcss": { + "optional": true + } + } + }, + "node_modules/@angular/cli": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-19.0.2.tgz", + "integrity": "sha512-TlPrs3hRkHWrQEKwHde9l2F4IgT5tWTx4zFcllzBh2dW9iRpqXSYRb82xNHsbopdAu4lXjsYl7JilV2DQPZEaA==", + "dev": true, + "dependencies": { + "@angular-devkit/architect": "0.1900.2", + "@angular-devkit/core": "19.0.2", + "@angular-devkit/schematics": "19.0.2", + "@inquirer/prompts": "7.1.0", + "@listr2/prompt-adapter-inquirer": "2.0.18", + "@schematics/angular": "19.0.2", + "@yarnpkg/lockfile": "1.1.0", + "ini": "5.0.0", + "jsonc-parser": "3.3.1", + "listr2": "8.2.5", + "npm-package-arg": "12.0.0", + "npm-pick-manifest": "10.0.0", + "pacote": "20.0.0", + "resolve": "1.22.8", + "semver": "7.6.3", + "symbol-observable": "4.0.0", + "yargs": "17.7.2" + }, + "bin": { + "ng": "bin/ng.js" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@angular/common": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-19.0.1.tgz", + "integrity": "sha512-FWAyHlEhPeLHvNLuzSl2rlksK/fVVB5O3soBYOeiKScN1vlAdALbwPDIHhimhNFBV8kmtc144WjkcTxt8MK/4g==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "19.0.1", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/compiler": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-19.0.1.tgz", + "integrity": "sha512-loyI701+As+sWsE4yr9HpIPBqIohpNrGby/hsXtr+zJTMUWp/sKZlavctVtUsWWJhwHMevoybdgd3N9NY97F7g==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/core": "19.0.1" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } + } + }, + "node_modules/@angular/compiler-cli": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-19.0.1.tgz", + "integrity": "sha512-dIpJCRPmmgmPyAqkOwhP4IEj+T5H4s3x39sCCBohqr2mlZcTXp/Fir8CXnMHlzawh4eXm4pvHjvh/bmMH4efrA==", + "dev": true, + "dependencies": { + "@babel/core": "7.26.0", + "@jridgewell/sourcemap-codec": "^1.4.14", + "chokidar": "^4.0.0", + "convert-source-map": "^1.5.1", + "reflect-metadata": "^0.2.0", + "semver": "^7.0.0", + "tslib": "^2.3.0", + "yargs": "^17.2.1" + }, + "bin": { + "ng-xi18n": "bundles/src/bin/ng_xi18n.js", + "ngc": "bundles/src/bin/ngc.js", + "ngcc": "bundles/ngcc/index.js" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/compiler": "19.0.1", + "typescript": ">=5.5 <5.7" + } + }, + "node_modules/@angular/core": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-19.0.1.tgz", + "integrity": "sha512-+VpWcg2aC/dY9TM6fsj00enZ6RP5wpRqk/SeRe3UP3Je/n+vWIgHJTb1ZLNeOIvDaE86BhKPMwFS0QVjoEGQFA==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.15.0" + } + }, + "node_modules/@angular/forms": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-19.0.1.tgz", + "integrity": "sha512-PNMQVi97ZK9X7fQeO1li6LxoL9U6v7ByC+4kj7xHAcOGaBCB+EJ/ZPKCKeaGn4G7mJd3iH8SMVzoUQc028KIcw==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "19.0.1", + "@angular/core": "19.0.1", + "@angular/platform-browser": "19.0.1", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/platform-browser": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-19.0.1.tgz", + "integrity": "sha512-ycl6GsK5avKz2PKyKR8G3eqH5rWdzTqRfYStN+1Ufhopx9jmCQ9r0JSIekoHJ8W2KDZfojWp6f4izDMvKnUpvA==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/animations": "19.0.1", + "@angular/common": "19.0.1", + "@angular/core": "19.0.1" + }, + "peerDependenciesMeta": { + "@angular/animations": { + "optional": true + } + } + }, + "node_modules/@angular/platform-browser-dynamic": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-19.0.1.tgz", + "integrity": "sha512-A8sM0NTwZPFpv5kWSUeRhMENCw8kmBxR9CX9TMVeU6u9TP+IT3SFhUWhDQZNbmJAHhyAuk5B1gBJ/aoz0/OBcw==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "19.0.1", + "@angular/compiler": "19.0.1", + "@angular/core": "19.0.1", + "@angular/platform-browser": "19.0.1" + } + }, + "node_modules/@angular/platform-server": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/platform-server/-/platform-server-19.0.1.tgz", + "integrity": "sha512-PcWS04PayxY/hw1z9RAXNMgrkMKybp9Cam6mXyncs7wTCvpigZJRDIze7GQgaKScIRk7vEizhjibP/sIFicA4Q==", + "dependencies": { + "tslib": "^2.3.0", + "xhr2": "^0.2.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/animations": "19.0.1", + "@angular/common": "19.0.1", + "@angular/compiler": "19.0.1", + "@angular/core": "19.0.1", + "@angular/platform-browser": "19.0.1" + } + }, + "node_modules/@angular/router": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-19.0.1.tgz", + "integrity": "sha512-/9f7RxVqOTASFhpqla7x9V58SE8Yv4SClKRikvv5Tn5EGDbSVR3DgGu6qENP57A2pVPW4Ho5er5KKT35HjhcFw==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0" + }, + "peerDependencies": { + "@angular/common": "19.0.1", + "@angular/core": "19.0.1", + "@angular/platform-browser": "19.0.1", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@angular/ssr": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@angular/ssr/-/ssr-19.0.2.tgz", + "integrity": "sha512-Ufm8/XsgqwBUA016fmjTHFtrHAkRX/BKwI3g0HNy0yTj7ygbqqN6UIQBnPAIXYlu3Yid9Sc2g5x3c27MIyExLQ==", + "dependencies": { + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/common": "^19.0.0", + "@angular/core": "^19.0.0", + "@angular/platform-server": "^19.0.0", + "@angular/router": "^19.0.0" + } + }, + "node_modules/@babel/code-frame": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.26.2.tgz", + "integrity": "sha512-RJlIHRueQgwWitWgF8OdFYGZX328Ax5BCemNGlqHfplnRT9ESi8JkFlvaVYbS+UubVY6dpv87Fs2u5M29iNFVQ==", + "dev": true, + "dependencies": { + "@babel/helper-validator-identifier": "^7.25.9", + "js-tokens": "^4.0.0", + "picocolors": "^1.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/compat-data": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.26.2.tgz", + "integrity": "sha512-Z0WgzSEa+aUcdiJuCIqgujCshpMWgUpgOxXotrYPSA53hA3qopNaqcJpyr0hVb1FeWdnqFA35/fUtXgBK8srQg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/core": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.26.0.tgz", + "integrity": "sha512-i1SLeK+DzNnQ3LL/CswPCa/E5u4lh1k6IAEphON8F+cXt0t9euTshDru0q7/IqMa1PMPz5RnHuHscF8/ZJsStg==", + "dev": true, + "dependencies": { + "@ampproject/remapping": "^2.2.0", + "@babel/code-frame": "^7.26.0", + "@babel/generator": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-module-transforms": "^7.26.0", + "@babel/helpers": "^7.26.0", + "@babel/parser": "^7.26.0", + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.26.0", + "convert-source-map": "^2.0.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.3", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" + } + }, + "node_modules/@babel/core/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/generator": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.26.2.tgz", + "integrity": "sha512-zevQbhbau95nkoxSq3f/DC/SC+EEOUZd3DYqfSkMhY2/wfSeaHV1Ew4vk8e+x8lja31IbyuUa2uQ3JONqKbysw==", + "dev": true, + "dependencies": { + "@babel/parser": "^7.26.2", + "@babel/types": "^7.26.0", + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25", + "jsesc": "^3.0.2" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-annotate-as-pure": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.25.9.tgz", + "integrity": "sha512-gv7320KBUFJz1RnylIg5WWYPRXKZ884AGkYpgpWW02TH66Dl+HaC1t1CKd0z3R4b6hdYEcmrNZHUmfCP+1u3/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.25.9.tgz", + "integrity": "sha512-C47lC7LIDCnz0h4vai/tpNOI95tCd5ZT3iBt/DBH5lXKHZsyNQv18yf1wIIg2ntiQNgmAvA+DgZ82iW8Qdym8g==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.25.9.tgz", + "integrity": "sha512-j9Db8Suy6yV/VHa4qzrj9yZfZxhLWQdVnRlXxmKLYlhWUVB1sB2G5sxuWYXk/whHD9iW76PmNzxZ4UCnTQTVEQ==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "browserslist": "^4.24.0", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.25.9.tgz", + "integrity": "sha512-UTZQMvt0d/rSz6KI+qdu7GQze5TIajwTS++GUozlw8VBJDEOAqSXwm1WvmYEZwqdqSGQshRocPDqrt4HBZB3fQ==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/traverse": "^7.25.9", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.25.9.tgz", + "integrity": "sha512-ORPNZ3h6ZRkOyAa/SaHU+XsLZr0UQzRwuDQ0cczIA17nAzZ+85G5cVkOJIj7QavLZGSe8QXUmNFxSZzjcZF9bw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "regexpu-core": "^6.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.6.3.tgz", + "integrity": "sha512-HK7Bi+Hj6H+VTHA3ZvBis7V/6hu9QuTrnMXNybfUf2iiuU/N97I8VjB+KbhFF8Rld/Lx5MzoCwPCpPjfK+n8Cg==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.6", + "@babel/helper-plugin-utils": "^7.22.5", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.25.9.tgz", + "integrity": "sha512-wbfdZ9w5vk0C0oyHqAJbc62+vet5prjj01jjJ8sKn3j9h3MQQlflEdXYvuqRWjHnM12coDEqiC1IRCi0U/EKwQ==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-imports": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.25.9.tgz", + "integrity": "sha512-tnUA4RsrmflIM6W6RFTLFSXITtl0wKjgpnLgXyowocVPrbYrLUXSBXDgTs8BlbmIzIdlBySRQjINYs2BAkiLtw==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-module-transforms": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.26.0.tgz", + "integrity": "sha512-xO+xu6B5K2czEnQye6BHA7DolFFmS3LB7stHZFaOLb1pAwO1HWLS8fXA+eh0A2yIvltPVmx3eNNDBJA2SLHXFw==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.25.9.tgz", + "integrity": "sha512-FIpuNaz5ow8VyrYcnXQTDRGvV6tTjkNtCK/RYNDXGSLlUD6cBuQTSw43CShGxjvfBTfcUA/r6UhUCbtYqkhcuQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-plugin-utils": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.25.9.tgz", + "integrity": "sha512-kSMlyUVdWe25rEsRGviIgOWnoT/nfABVWlqt9N19/dIPWViAOW2s9wznP5tURbs/IDuNk4gPy3YdYRgH3uxhBw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.25.9.tgz", + "integrity": "sha512-IZtukuUeBbhgOcaW2s06OXTzVNJR0ybm4W5xC1opWFFJMZbwRj5LCk+ByYH7WdZPZTt8KnFwA8pvjN2yqcPlgw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-wrap-function": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-replace-supers": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.25.9.tgz", + "integrity": "sha512-IiDqTOTBQy0sWyeXyGSC5TBJpGFXBkRynjBeXsvbhQFKj2viwJC76Epz35YLU1fpe/Am6Vppb7W7zM4fPQzLsQ==", + "dev": true, + "dependencies": { + "@babel/helper-member-expression-to-functions": "^7.25.9", + "@babel/helper-optimise-call-expression": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/helper-simple-access": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.25.9.tgz", + "integrity": "sha512-c6WHXuiaRsJTyHYLJV75t9IqsmTbItYfdj99PnzYGQZkYKvan5/2jKJ7gu31J3/BJ/A18grImSPModuyG/Eo0Q==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.25.9.tgz", + "integrity": "sha512-K4Du3BFa3gvyhzgPcntrkDgZzQaq6uozzcpGbOO1OEJaI+EJdqWIMTLgFgQf6lrfiDFo5FU+BxKepI9RmZqahA==", + "dev": true, + "dependencies": { + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-split-export-declaration": { + "version": "7.24.7", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.24.7.tgz", + "integrity": "sha512-oy5V7pD+UvfkEATUKvIjvIAH/xCzfsFVw7ygW2SI6NClZzquT+mwdTfgfdbUiceh6iQO0CHtCPsyze/MZ2YbAA==", + "dev": true, + "dependencies": { + "@babel/types": "^7.24.7" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-string-parser": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.25.9.tgz", + "integrity": "sha512-4A/SCr/2KLd5jrtOMFzaKjVtAei3+2r/NChoBNoZ3EyP/+GlhoaEGoWOZUmFmoITP7zOJyHIMm+DYRd8o3PvHA==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-identifier": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.25.9.tgz", + "integrity": "sha512-Ed61U6XJc3CVRfkERJWDz4dJwKe7iLmmJsbOGu9wSloNSFttHV0I8g6UAgb7qnK5ly5bGLPd4oXZlxCdANBOWQ==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-validator-option": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.25.9.tgz", + "integrity": "sha512-e/zv1co8pp55dNdEcCynfj9X7nyUKUXoUEwfXqaZt0omVOmDe9oOTdKStH4GmAw6zxMFs50ZayuMfHDKlO7Tfw==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helper-wrap-function": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.25.9.tgz", + "integrity": "sha512-ETzz9UTjQSTmw39GboatdymDq4XIQbR8ySgVrylRhPOFpsd+JrKHIuF0de7GCWmem+T4uC5z7EZguod7Wj4A4g==", + "dev": true, + "dependencies": { + "@babel/template": "^7.25.9", + "@babel/traverse": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/helpers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.26.0.tgz", + "integrity": "sha512-tbhNuIxNcVb21pInl3ZSjksLCvgdZy9KwJ8brv993QtIVKJBBkYXz4q4ZbAv31GdnC+R90np23L5FbEBlthAEw==", + "dev": true, + "dependencies": { + "@babel/template": "^7.25.9", + "@babel/types": "^7.26.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/parser": { + "version": "7.26.2", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.26.2.tgz", + "integrity": "sha512-DWMCZH9WA4Maitz2q21SRKHo9QXZxkDsbNZoVD62gusNtNBBqDg9i7uOhASfTfIGNzW+O+r7+jAlM8dwphcJKQ==", + "dev": true, + "dependencies": { + "@babel/types": "^7.26.0" + }, + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-firefox-class-in-computed-class-key": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-firefox-class-in-computed-class-key/-/plugin-bugfix-firefox-class-in-computed-class-key-7.25.9.tgz", + "integrity": "sha512-ZkRyVkThtxQ/J6nv3JFYv1RYY+JT5BvU0y3k5bWrmuG4woXypRa4PXmm9RhOwodRkYFWqC0C0cqcJ4OqR7kW+g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-class-field-initializer-scope": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-class-field-initializer-scope/-/plugin-bugfix-safari-class-field-initializer-scope-7.25.9.tgz", + "integrity": "sha512-MrGRLZxLD/Zjj0gdU15dfs+HH/OXvnw/U4jJD8vpcP2CJQapPEv1IWwjc/qMg7ItBlPwSv1hRBbb7LeuANdcnw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.25.9.tgz", + "integrity": "sha512-2qUwwfAFpJLZqxd02YW9btUCZHl+RFvdDkNfZwaIJrvB8Tesjsk8pEQkTvGwZXLqXUx/2oyY3ySRhm6HOXuCug==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6xWgLZTJXwilVjlnV7ospI3xi+sl8lN8rXXbBD6vYn3UYDlGsag8wrZkKcSI8G6KgqKP7vNFaDgeDnfAABq61g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" + } + }, + "node_modules/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly/-/plugin-bugfix-v8-static-class-fields-redefine-readonly-7.25.9.tgz", + "integrity": "sha512-aLnMXYPnzwwqhYSCyXfKkIkYgJ8zv9RK+roo9DkTXz38ynIhd9XCbN08s3MGvqL2MYGVUGdRQLL/JqBIeJhJBg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.0-placeholder-for-preset-env.2", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.0-placeholder-for-preset-env.2.tgz", + "integrity": "sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==", + "dev": true, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.26.0.tgz", + "integrity": "sha512-QCWT5Hh830hK5EQa7XzuqIkQU9tT/whqbDz7kuaZMHFl1inRRg7JnuAEOQ0Ur0QUl0NufCk1msK2BeY79Aj/eg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-import-attributes": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-attributes/-/plugin-syntax-import-attributes-7.26.0.tgz", + "integrity": "sha512-e2dttdsJ1ZTpi3B9UYGLw41hifAubg19AtCu/2I/F1QNVclOBr1dYpTdmdyZ84Xiz43BS/tCUkMAZNLv12Pi+A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-syntax-unicode-sets-regex": { + "version": "7.18.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-unicode-sets-regex/-/plugin-syntax-unicode-sets-regex-7.18.6.tgz", + "integrity": "sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", + "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.25.9.tgz", + "integrity": "sha512-6jmooXYIwn9ca5/RylZADJ+EnSxVUS5sjeJ9UPk6RWRzXCmOJCy6dqItPJFpw2cuCangPK4OYr5uhGKcmrm5Qg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-generator-functions": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-generator-functions/-/plugin-transform-async-generator-functions-7.25.9.tgz", + "integrity": "sha512-RXV6QAzTBbhDMO9fWwOmwwTuYaiPbggWQ9INdZqAYeSHyG7FzQ+nOZaUUjNwKv9pV3aE4WFqFm1Hnbci5tBCAw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.25.9.tgz", + "integrity": "sha512-NT7Ejn7Z/LjUH0Gv5KsBCxh7BH3fbLTV0ptHvpeMvrt3cPThHfJfst9Wrb7S8EvJ7vRTFI7z+VAvFVEQn/m5zQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-remap-async-to-generator": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.25.9.tgz", + "integrity": "sha512-toHc9fzab0ZfenFpsyYinOX0J/5dgJVA2fm64xPewu7CoYHWEivIWKxkK2rMi4r3yQqLnVmheMXRdG+k239CgA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.25.9.tgz", + "integrity": "sha512-1F05O7AYjymAtqbsFETboN1NvBdcnzMerO+zlMyJBEz6WkMdejvGWw9p05iTSjC85RLlBseHHQpYaM4gzJkBGg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-properties": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-properties/-/plugin-transform-class-properties-7.25.9.tgz", + "integrity": "sha512-bbMAII8GRSkcd0h0b4X+36GksxuheLFjP65ul9w6C3KgAamI3JqErNgSrosX6ZPj+Mpim5VvEbawXxJCyEUV3Q==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-class-static-block": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-class-static-block/-/plugin-transform-class-static-block-7.26.0.tgz", + "integrity": "sha512-6J2APTs7BDDm+UMqP1useWqhcRAXo0WIoVj26N7kPFB6S73Lgvyka4KTZYIxtgYXiN5HTyRObA72N2iu628iTQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" + } + }, + "node_modules/@babel/plugin-transform-classes": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.25.9.tgz", + "integrity": "sha512-mD8APIXmseE7oZvZgGABDyM34GUmK45Um2TXiBUt7PnuAxrgoSVf123qUzPxEr/+/BHrRn5NMZCdE2m/1F8DGg==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9", + "@babel/traverse": "^7.25.9", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.25.9.tgz", + "integrity": "sha512-HnBegGqXZR12xbcTHlJ9HGxw1OniltT26J5YpfruGqtUHlz/xKf/G2ak9e+t0rVqrjXa9WOhvYPz1ERfMj23AA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/template": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.25.9.tgz", + "integrity": "sha512-WkCGb/3ZxXepmMiX101nnGiU+1CAdut8oHyEOHxkKuS1qKpU2SMXE2uSvfz8PBuLd49V6LEsbtyPhWC7fnkgvQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.25.9.tgz", + "integrity": "sha512-t7ZQ7g5trIgSRYhI9pIJtRl64KHotutUJsh4Eze5l7olJv+mRSg4/MmbZ0tv1eeqRbdvo/+trvJD/Oc5DmW2cA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.25.9.tgz", + "integrity": "sha512-LZxhJ6dvBb/f3x8xwWIuyiAHy56nrRG3PeYTpBkkzkYRRQ6tJLu68lEF5VIqMUZiAV7a8+Tb78nEoMCMcqjXBw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-duplicate-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-named-capturing-groups-regex/-/plugin-transform-duplicate-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-0UfuJS0EsXbRvKnwcLjFtJy/Sxc5J5jhLHnFhy7u4zih97Hz6tJkLU+O+FMMrNZrosUPxDi6sYxJ/EA8jDiAog==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-dynamic-import": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dynamic-import/-/plugin-transform-dynamic-import-7.25.9.tgz", + "integrity": "sha512-GCggjexbmSLaFhqsojeugBpeaRIgWNTcgKVq/0qIteFEqY2A+b9QidYadrWlnbWQUrW5fn+mCvf3tr7OeBFTyg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.25.9.tgz", + "integrity": "sha512-KRhdhlVk2nObA5AYa7QMgTMTVJdfHprfpAk4DjZVtllqRg9qarilstTKEhpVjyt+Npi8ThRyiV8176Am3CodPA==", + "dev": true, + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-export-namespace-from": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-export-namespace-from/-/plugin-transform-export-namespace-from-7.25.9.tgz", + "integrity": "sha512-2NsEz+CxzJIVOPx2o9UsW1rXLqtChtLoVnwYHHiB04wS5sgn7mrV45fWMBX0Kk+ub9uXytVYfNP2HjbVbCB3Ww==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.25.9.tgz", + "integrity": "sha512-LqHxduHoaGELJl2uhImHwRQudhCM50pT46rIBNvtT/Oql3nqiS3wOwP+5ten7NpYSXrrVLgtZU3DZmPtWZo16A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.25.9.tgz", + "integrity": "sha512-8lP+Yxjv14Vc5MuWBpJsoUCd3hD6V9DgBon2FVYL4jJgbnVQ9fTgYmonchzZJOVNgzEgbxp4OwAf6xz6M/14XA==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-json-strings": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-json-strings/-/plugin-transform-json-strings-7.25.9.tgz", + "integrity": "sha512-xoTMk0WXceiiIvsaquQQUaLLXSW1KJ159KP87VilruQm0LNNGxWzahxSS6T6i4Zg3ezp4vA4zuwiNUR53qmQAw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.25.9.tgz", + "integrity": "sha512-9N7+2lFziW8W9pBl2TzaNht3+pgMIRP74zizeCSrtnSKVdUl8mAjjOP2OOVQAfZ881P2cNjDj1uAMEdeD50nuQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-logical-assignment-operators": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-logical-assignment-operators/-/plugin-transform-logical-assignment-operators-7.25.9.tgz", + "integrity": "sha512-wI4wRAzGko551Y8eVf6iOY9EouIDTtPb0ByZx+ktDGHwv6bHFimrgJM/2T021txPZ2s4c7bqvHbd+vXG6K948Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.25.9.tgz", + "integrity": "sha512-PYazBVfofCQkkMzh2P6IdIUaCEWni3iYEerAsRWuVd8+jlM1S9S9cz1dF9hIzyoZ8IA3+OwVYIp9v9e+GbgZhA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.25.9.tgz", + "integrity": "sha512-g5T11tnI36jVClQlMlt4qKDLlWnG5pP9CSM4GhdRciTNMRgkfpo5cR6b4rGIOYPgRRuFAvwjPQ/Yk+ql4dyhbw==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.25.9.tgz", + "integrity": "sha512-dwh2Ol1jWwL2MgkCzUSOvfmKElqQcuswAZypBSUsScMXvgdT8Ekq5YA6TtqpTVWH+4903NmboMuH1o9i8Rxlyg==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-simple-access": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.25.9.tgz", + "integrity": "sha512-hyss7iIlH/zLHaehT+xwiymtPOpsiwIIRlCAOwBB04ta5Tt+lNItADdlXw3jAWZ96VJ2jlhl/c+PNIQPKNfvcA==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9", + "@babel/traverse": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.25.9.tgz", + "integrity": "sha512-bS9MVObUgE7ww36HEfwe6g9WakQ0KF07mQF74uuXdkoziUPfKyu/nIm663kz//e5O1nPInPFx36z7WJmJ4yNEw==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.25.9.tgz", + "integrity": "sha512-oqB6WHdKTGl3q/ItQhpLSnWWOpjUJLsOCLVyeFgeTktkBSCiurvPOsyt93gibI9CmuKvTUEtWmG5VhZD+5T/KA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.25.9.tgz", + "integrity": "sha512-U/3p8X1yCSoKyUj2eOBIx3FOn6pElFOKvAAGf8HTtItuPyB+ZeOqfn+mvTtg9ZlOAjsPdK3ayQEjqHjU/yLeVQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-nullish-coalescing-operator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-nullish-coalescing-operator/-/plugin-transform-nullish-coalescing-operator-7.25.9.tgz", + "integrity": "sha512-ENfftpLZw5EItALAD4WsY/KUWvhUlZndm5GC7G3evUsVeSJB6p0pBeLQUnRnBCBx7zV0RKQjR9kCuwrsIrjWog==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-numeric-separator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-numeric-separator/-/plugin-transform-numeric-separator-7.25.9.tgz", + "integrity": "sha512-TlprrJ1GBZ3r6s96Yq8gEQv82s8/5HnCVHtEJScUj90thHQbwe+E5MLhi2bbNHBEJuzrvltXSru+BUxHDoog7Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-rest-spread": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-rest-spread/-/plugin-transform-object-rest-spread-7.25.9.tgz", + "integrity": "sha512-fSaXafEE9CVHPweLYw4J0emp1t8zYTXyzN3UuG+lylqkvYd7RMrsOQ8TYx5RF231be0vqtFC6jnx3UmpJmKBYg==", + "dev": true, + "dependencies": { + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.25.9.tgz", + "integrity": "sha512-Kj/Gh+Rw2RNLbCK1VAWj2U48yxxqL2x0k10nPtSdRa0O2xnHXalD0s+o1A6a0W43gJ00ANo38jxkQreckOzv5A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-replace-supers": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-catch-binding": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-catch-binding/-/plugin-transform-optional-catch-binding-7.25.9.tgz", + "integrity": "sha512-qM/6m6hQZzDcZF3onzIhZeDHDO43bkNNlOX0i8n3lR6zLbu0GN2d8qfM/IERJZYauhAHSLHy39NF0Ctdvcid7g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.25.9.tgz", + "integrity": "sha512-6AvV0FsLULbpnXeBjrY4dmWF8F7gf8QnvTEoO/wX/5xm/xE1Xo8oPuD3MPS+KS9f9XBEAWN7X1aWr4z9HdOr7A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.25.9.tgz", + "integrity": "sha512-wzz6MKwpnshBAiRmn4jR8LYz/g8Ksg0o80XmwZDlordjwEk9SxBzTWC7F5ef1jhbrbOW2DJ5J6ayRukrJmnr0g==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-methods": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-methods/-/plugin-transform-private-methods-7.25.9.tgz", + "integrity": "sha512-D/JUozNpQLAPUVusvqMxyvjzllRaF8/nSrP1s2YGQT/W4LHK4xxsMcHjhOGTS01mp9Hda8nswb+FblLdJornQw==", + "dev": true, + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-private-property-in-object": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-private-property-in-object/-/plugin-transform-private-property-in-object-7.25.9.tgz", + "integrity": "sha512-Evf3kcMqzXA3xfYJmZ9Pg1OvKdtqsDMSWBDzZOPLvHiTt36E75jLDQo5w1gtRU95Q4E5PDttrTf25Fw8d/uWLw==", + "dev": true, + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.25.9", + "@babel/helper-create-class-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.25.9.tgz", + "integrity": "sha512-IvIUeV5KrS/VPavfSM/Iu+RE6llrHrYIKY1yfCzyO/lMXHQ+p7uGhonmGVisv6tSBSVgWzMBohTcvkC9vQcQFA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.25.9.tgz", + "integrity": "sha512-vwDcDNsgMPDGP0nMqzahDWE5/MLcX8sv96+wfX7as7LoF/kr97Bo/7fI00lXY4wUXYfVmwIIyG80fGZ1uvt2qg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "regenerator-transform": "^0.15.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regexp-modifiers": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regexp-modifiers/-/plugin-transform-regexp-modifiers-7.26.0.tgz", + "integrity": "sha512-vN6saax7lrA2yA/Pak3sCxuD6F5InBjn9IcrIKQPjpsLvuHYLVroTxjdlVRHjjBWxKOqIwpTXDkOssYT4BFdRw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.25.9.tgz", + "integrity": "sha512-7DL7DKYjn5Su++4RXu8puKZm2XBPHyjWLUidaPEkCUBbE7IPcsrkRHggAOOKydH1dASWdcUBxrkOGNxUv5P3Jg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.25.9.tgz", + "integrity": "sha512-nZp7GlEl+yULJrClz0SwHPqir3lc0zsPrDHQUcxGspSL7AKrexNSEfTbfqnDNJUO13bgKyfuOLMF8Xqtu8j3YQ==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.6", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.25.9.tgz", + "integrity": "sha512-MUv6t0FhO5qHnS/W8XCbHmiRWOphNufpE1IVxhK5kuN3Td9FT1x4rx4K42s3RYdMXCXpfWkGSbCSd0Z64xA7Ng==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.25.9.tgz", + "integrity": "sha512-oNknIB0TbURU5pqJFVbOOFspVlrpVwo2H1+HUIsVDvp5VauGGDP1ZEvO8Nn5xyMEs3dakajOxlmkNW7kNgSm6A==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-skip-transparent-expression-wrappers": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.25.9.tgz", + "integrity": "sha512-WqBUSgeVwucYDP9U/xNRQam7xV8W5Zf+6Eo7T2SRVUFlhRiMNFdFz58u0KZmCVVqs2i7SHgpRnAhzRNmKfi2uA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.25.9.tgz", + "integrity": "sha512-o97AE4syN71M/lxrCtQByzphAdlYluKPDBzDVzMmfCobUjjhAryZV0AIpRPrxN0eAkxXO6ZLEScmt+PNhj2OTw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.25.9.tgz", + "integrity": "sha512-v61XqUMiueJROUv66BVIOi0Fv/CUuZuZMl5NkRoCVxLAnMexZ0A3kMe7vvZ0nulxMuMp0Mk6S5hNh48yki08ZA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.25.9.tgz", + "integrity": "sha512-s5EDrE6bW97LtxOcGj1Khcx5AaXwiMmi4toFWRDP9/y0Woo6pXC+iyPu/KuhKtfSrNFd7jJB+/fkOtZy6aIC6Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-property-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-property-regex/-/plugin-transform-unicode-property-regex-7.25.9.tgz", + "integrity": "sha512-Jt2d8Ga+QwRluxRQ307Vlxa6dMrYEMZCgGxoPR8V52rxPyldHu3hdlHspxaqYmE7oID5+kB+UKUB/eWS+DkkWg==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.25.9.tgz", + "integrity": "sha512-yoxstj7Rg9dlNn9UQxzk4fcNivwv4nUYz7fYXBaKxvw/lnmPuOm/ikoELygbYq68Bls3D/D+NBPHiLwZdZZ4HA==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-sets-regex": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-sets-regex/-/plugin-transform-unicode-sets-regex-7.25.9.tgz", + "integrity": "sha512-8BYqO3GeVNHtx69fdPshN3fnzUNLrWdHhk/icSwigksJGczKSizZ+Z6SBCxTs723Fr5VSNorTIK7a+R2tISvwQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.26.0.tgz", + "integrity": "sha512-H84Fxq0CQJNdPFT2DrfnylZ3cf5K43rGfWK4LJGPpjKHiZlk0/RzwEus3PDDZZg+/Er7lCA03MVacueUuXdzfw==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.26.0", + "@babel/helper-compilation-targets": "^7.25.9", + "@babel/helper-plugin-utils": "^7.25.9", + "@babel/helper-validator-option": "^7.25.9", + "@babel/plugin-bugfix-firefox-class-in-computed-class-key": "^7.25.9", + "@babel/plugin-bugfix-safari-class-field-initializer-scope": "^7.25.9", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.25.9", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.25.9", + "@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly": "^7.25.9", + "@babel/plugin-proposal-private-property-in-object": "7.21.0-placeholder-for-preset-env.2", + "@babel/plugin-syntax-import-assertions": "^7.26.0", + "@babel/plugin-syntax-import-attributes": "^7.26.0", + "@babel/plugin-syntax-unicode-sets-regex": "^7.18.6", + "@babel/plugin-transform-arrow-functions": "^7.25.9", + "@babel/plugin-transform-async-generator-functions": "^7.25.9", + "@babel/plugin-transform-async-to-generator": "^7.25.9", + "@babel/plugin-transform-block-scoped-functions": "^7.25.9", + "@babel/plugin-transform-block-scoping": "^7.25.9", + "@babel/plugin-transform-class-properties": "^7.25.9", + "@babel/plugin-transform-class-static-block": "^7.26.0", + "@babel/plugin-transform-classes": "^7.25.9", + "@babel/plugin-transform-computed-properties": "^7.25.9", + "@babel/plugin-transform-destructuring": "^7.25.9", + "@babel/plugin-transform-dotall-regex": "^7.25.9", + "@babel/plugin-transform-duplicate-keys": "^7.25.9", + "@babel/plugin-transform-duplicate-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-dynamic-import": "^7.25.9", + "@babel/plugin-transform-exponentiation-operator": "^7.25.9", + "@babel/plugin-transform-export-namespace-from": "^7.25.9", + "@babel/plugin-transform-for-of": "^7.25.9", + "@babel/plugin-transform-function-name": "^7.25.9", + "@babel/plugin-transform-json-strings": "^7.25.9", + "@babel/plugin-transform-literals": "^7.25.9", + "@babel/plugin-transform-logical-assignment-operators": "^7.25.9", + "@babel/plugin-transform-member-expression-literals": "^7.25.9", + "@babel/plugin-transform-modules-amd": "^7.25.9", + "@babel/plugin-transform-modules-commonjs": "^7.25.9", + "@babel/plugin-transform-modules-systemjs": "^7.25.9", + "@babel/plugin-transform-modules-umd": "^7.25.9", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.25.9", + "@babel/plugin-transform-new-target": "^7.25.9", + "@babel/plugin-transform-nullish-coalescing-operator": "^7.25.9", + "@babel/plugin-transform-numeric-separator": "^7.25.9", + "@babel/plugin-transform-object-rest-spread": "^7.25.9", + "@babel/plugin-transform-object-super": "^7.25.9", + "@babel/plugin-transform-optional-catch-binding": "^7.25.9", + "@babel/plugin-transform-optional-chaining": "^7.25.9", + "@babel/plugin-transform-parameters": "^7.25.9", + "@babel/plugin-transform-private-methods": "^7.25.9", + "@babel/plugin-transform-private-property-in-object": "^7.25.9", + "@babel/plugin-transform-property-literals": "^7.25.9", + "@babel/plugin-transform-regenerator": "^7.25.9", + "@babel/plugin-transform-regexp-modifiers": "^7.26.0", + "@babel/plugin-transform-reserved-words": "^7.25.9", + "@babel/plugin-transform-shorthand-properties": "^7.25.9", + "@babel/plugin-transform-spread": "^7.25.9", + "@babel/plugin-transform-sticky-regex": "^7.25.9", + "@babel/plugin-transform-template-literals": "^7.25.9", + "@babel/plugin-transform-typeof-symbol": "^7.25.9", + "@babel/plugin-transform-unicode-escapes": "^7.25.9", + "@babel/plugin-transform-unicode-property-regex": "^7.25.9", + "@babel/plugin-transform-unicode-regex": "^7.25.9", + "@babel/plugin-transform-unicode-sets-regex": "^7.25.9", + "@babel/preset-modules": "0.1.6-no-external-plugins", + "babel-plugin-polyfill-corejs2": "^0.4.10", + "babel-plugin-polyfill-corejs3": "^0.10.6", + "babel-plugin-polyfill-regenerator": "^0.6.1", + "core-js-compat": "^3.38.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.6-no-external-plugins", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6-no-external-plugins.tgz", + "integrity": "sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/runtime": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.26.0.tgz", + "integrity": "sha512-FDSOghenHTiToteC/QRlv2q3DhPZ/oOXTBoirfWNx1Cx3TMVcGWQtMMmQcSvb/JjpNeGzx8Pq/b4fKEJuWm1sw==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.25.9.tgz", + "integrity": "sha512-9DGttpmPvIxBb/2uwpVo3dqJ+O6RooAFOS+lB+xDqoE2PVCE8nfoHMdZLpfCQRLwvohzXISPZcgxt80xLfsuwg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/types": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.25.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.25.9.tgz", + "integrity": "sha512-ZCuvfwOwlz/bawvAuvcj8rrithP2/N55Tzz342AkTvq4qaWbGfmCk/tKhNaV2cthijKrPAA8SRJV5WWe7IBMJw==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.25.9", + "@babel/generator": "^7.25.9", + "@babel/parser": "^7.25.9", + "@babel/template": "^7.25.9", + "@babel/types": "^7.25.9", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/types": { + "version": "7.26.0", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.26.0.tgz", + "integrity": "sha512-Z/yiTPj+lDVnF7lWeKCIJzaIkI0vYO87dMpZ4bg4TDrFe4XXLFWL1TbXU27gBP3QccxV9mZICCrnjnYlJjXHOA==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.25.9", + "@babel/helper-validator-identifier": "^7.25.9" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "dev": true, + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.6.3.tgz", + "integrity": "sha512-4B4OijXeVNOPZlYA2oEwWOTkzyltLao+xbotHQeqN++Rv27Y6s818+n2Qkp8q+Fxhn0t/5lA5X1Mxktud8eayQ==", + "dev": true, + "engines": { + "node": ">=14.17.0" + } + }, + "node_modules/@esbuild/aix-ppc64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.24.0.tgz", + "integrity": "sha512-WtKdFM7ls47zkKHFVzMz8opM7LkcsIp9amDUBIAWirg70RM71WRSjdILPsY5Uv1D42ZpUfaPILDlfactHgsRkw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.24.0.tgz", + "integrity": "sha512-arAtTPo76fJ/ICkXWetLCc9EwEHKaeya4vMrReVlEIUCAUncH7M4bhMQ+M9Vf+FFOZJdTNMXNBrWwW+OXWpSew==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.24.0.tgz", + "integrity": "sha512-Vsm497xFM7tTIPYK9bNTYJyF/lsP590Qc1WxJdlB6ljCbdZKU9SY8i7+Iin4kyhV/KV5J2rOKsBQbB77Ab7L/w==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.24.0.tgz", + "integrity": "sha512-t8GrvnFkiIY7pa7mMgJd7p8p8qqYIz1NYiAoKc75Zyv73L3DZW++oYMSHPRarcotTKuSs6m3hTOa5CKHaS02TQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.24.0.tgz", + "integrity": "sha512-CKyDpRbK1hXwv79soeTJNHb5EiG6ct3efd/FTPdzOWdbZZfGhpbcqIpiD0+vwmpu0wTIL97ZRPZu8vUt46nBSw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.24.0.tgz", + "integrity": "sha512-rgtz6flkVkh58od4PwTRqxbKH9cOjaXCMZgWD905JOzjFKW+7EiUObfd/Kav+A6Gyud6WZk9w+xu6QLytdi2OA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.24.0.tgz", + "integrity": "sha512-6Mtdq5nHggwfDNLAHkPlyLBpE5L6hwsuXZX8XNmHno9JuL2+bg2BX5tRkwjyfn6sKbxZTq68suOjgWqCicvPXA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.24.0.tgz", + "integrity": "sha512-D3H+xh3/zphoX8ck4S2RxKR6gHlHDXXzOf6f/9dbFt/NRBDIE33+cVa49Kil4WUjxMGW0ZIYBYtaGCa2+OsQwQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.24.0.tgz", + "integrity": "sha512-gJKIi2IjRo5G6Glxb8d3DzYXlxdEj2NlkixPsqePSZMhLudqPhtZ4BUrpIuTjJYXxvF9njql+vRjB2oaC9XpBw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.24.0.tgz", + "integrity": "sha512-TDijPXTOeE3eaMkRYpcy3LarIg13dS9wWHRdwYRnzlwlA370rNdZqbcp0WTyyV/k2zSxfko52+C7jU5F9Tfj1g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.24.0.tgz", + "integrity": "sha512-K40ip1LAcA0byL05TbCQ4yJ4swvnbzHscRmUilrmP9Am7//0UjPreh4lpYzvThT2Quw66MhjG//20mrufm40mA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.24.0.tgz", + "integrity": "sha512-0mswrYP/9ai+CU0BzBfPMZ8RVm3RGAN/lmOMgW4aFUSOQBjA31UP8Mr6DDhWSuMwj7jaWOT0p0WoZ6jeHhrD7g==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.24.0.tgz", + "integrity": "sha512-hIKvXm0/3w/5+RDtCJeXqMZGkI2s4oMUGj3/jM0QzhgIASWrGO5/RlzAzm5nNh/awHE0A19h/CvHQe6FaBNrRA==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.24.0.tgz", + "integrity": "sha512-HcZh5BNq0aC52UoocJxaKORfFODWXZxtBaaZNuN3PUX3MoDsChsZqopzi5UupRhPHSEHotoiptqikjN/B77mYQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.24.0.tgz", + "integrity": "sha512-bEh7dMn/h3QxeR2KTy1DUszQjUrIHPZKyO6aN1X4BCnhfYhuQqedHaa5MxSQA/06j3GpiIlFGSsy1c7Gf9padw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.24.0.tgz", + "integrity": "sha512-ZcQ6+qRkw1UcZGPyrCiHHkmBaj9SiCD8Oqd556HldP+QlpUIe2Wgn3ehQGVoPOvZvtHm8HPx+bH20c9pvbkX3g==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.24.0.tgz", + "integrity": "sha512-vbutsFqQ+foy3wSSbmjBXXIJ6PL3scghJoM8zCL142cGaZKAdCZHyf+Bpu/MmX9zT9Q0zFBVKb36Ma5Fzfa8xA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.24.0.tgz", + "integrity": "sha512-hjQ0R/ulkO8fCYFsG0FZoH+pWgTTDreqpqY7UnQntnaKv95uP5iW3+dChxnx7C3trQQU40S+OgWhUVwCjVFLvg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-arm64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-arm64/-/openbsd-arm64-0.24.0.tgz", + "integrity": "sha512-MD9uzzkPQbYehwcN583yx3Tu5M8EIoTD+tUgKF982WYL9Pf5rKy9ltgD0eUgs8pvKnmizxjXZyLt0z6DC3rRXg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.24.0.tgz", + "integrity": "sha512-4ir0aY1NGUhIC1hdoCzr1+5b43mw99uNwVzhIq1OY3QcEwPDO3B7WNXBzaKY5Nsf1+N11i1eOfFcq+D/gOS15Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.24.0.tgz", + "integrity": "sha512-jVzdzsbM5xrotH+W5f1s+JtUy1UWgjU0Cf4wMvffTB8m6wP5/kx0KiaLHlbJO+dMgtxKV8RQ/JvtlFcdZ1zCPA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.24.0.tgz", + "integrity": "sha512-iKc8GAslzRpBytO2/aN3d2yb2z8XTVfNV0PjGlCxKo5SgWmNXx82I/Q3aG1tFfS+A2igVCY97TJ8tnYwpUWLCA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.24.0.tgz", + "integrity": "sha512-vQW36KZolfIudCcTnaTpmLQ24Ha1RjygBo39/aLkM2kmjkWmZGEJ5Gn9l5/7tzXA42QGIoWbICfg6KLLkIw6yw==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.24.0.tgz", + "integrity": "sha512-7IAFPrjSQIJrGsK6flwg7NFmwBoSTyF3rl7If0hNUFQU4ilTsEPL6GuMuU9BfIWVVGuRnuIidkSMC+c0Otu8IA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/angular-schematics": { + "version": "19.0.1431", + "resolved": "https://registry.npmjs.org/@igniteui/angular-schematics/-/angular-schematics-19.0.1431.tgz", + "integrity": "sha512-EonxOtat31eUVf7AJWdjeTcRn197LBCApEoFHaRIhmtjqKLg+2awUHQpOnYvSwsuqbNUVfQHL8FWdIkUlDdk+A==", + "dev": true, + "hasInstallScript": true, + "dependencies": { + "@angular-devkit/core": "^19.0.0", + "@angular-devkit/schematics": "^19.0.0", + "@igniteui/angular-templates": "~19.0.1431", + "@igniteui/cli-core": "~14.3.1", + "@schematics/angular": "~19.0.0", + "rxjs": "^7.8.1" + } + }, + "node_modules/@igniteui/angular-templates": { + "version": "19.0.1431", + "resolved": "https://registry.npmjs.org/@igniteui/angular-templates/-/angular-templates-19.0.1431.tgz", + "integrity": "sha512-yskutX9RaSxkJVhttzKrxjK+Uihzt0cKuzEksv0c1o+pATRaEmYqORz7UyN4Yy+ZmI/CddL+EZ8PZs+4sCCrkQ==", + "dev": true, + "dependencies": { + "@igniteui/cli-core": "~14.3.1", + "typescript": "~5.5.4" + } + }, + "node_modules/@igniteui/angular-templates/node_modules/typescript": { + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/@igniteui/cli-core": { + "version": "14.3.1", + "resolved": "https://registry.npmjs.org/@igniteui/cli-core/-/cli-core-14.3.1.tgz", + "integrity": "sha512-6fdbCXhS/dLn7hKlCFdYhKPsFZTcqELe+/mTqurLZFRRd7IxAO2xaRm3/k4zeLXI2BWaQYSvHFMcPsZT4yeS6A==", + "dev": true, + "dependencies": { + "@inquirer/prompts": "~5.4.0", + "chalk": "^2.3.2", + "glob": "^7.1.2", + "through2": "^2.0.3", + "typescript": "~5.5.4" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/checkbox": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-2.5.0.tgz", + "integrity": "sha512-sMgdETOfi2dUHT8r7TT1BTKOwNvdDGFDXYWtQ2J69SvlYNntk9I/gJe7r5yvMwwsuKnYbuRs3pNhx4tgNck5aA==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/figures": "^1.0.5", + "@inquirer/type": "^1.5.3", + "ansi-escapes": "^4.3.2", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/confirm": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-3.2.0.tgz", + "integrity": "sha512-oOIwPs0Dvq5220Z8lGL/6LHRTEr9TgLHmiI99Rj1PJ1p1czTys+olrgBqZk4E2qC0YTzeHprxSQmoHioVdJ7Lw==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/core": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-9.2.1.tgz", + "integrity": "sha512-F2VBt7W/mwqEU4bL0RnHNZmC/OxzNx9cOYxHqnXX3MP6ruYvZUZAW9imgN9+h/uBT/oP8Gh888J2OZSbjSeWcg==", + "dev": true, + "dependencies": { + "@inquirer/figures": "^1.0.6", + "@inquirer/type": "^2.0.0", + "@types/mute-stream": "^0.0.4", + "@types/node": "^22.5.5", + "@types/wrap-ansi": "^3.0.0", + "ansi-escapes": "^4.3.2", + "cli-width": "^4.1.0", + "mute-stream": "^1.0.0", + "signal-exit": "^4.1.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^6.2.0", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/core/node_modules/@inquirer/type": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-2.0.0.tgz", + "integrity": "sha512-XvJRx+2KR3YXyYtPUUy+qd9i7p+GO9Ko6VIIpWlBrpWwXDv8WLFeHTxz35CfQFUiBMLXlGHhGzys7lqit9gWag==", + "dev": true, + "dependencies": { + "mute-stream": "^1.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/editor": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-2.2.0.tgz", + "integrity": "sha512-9KHOpJ+dIL5SZli8lJ6xdaYLPPzB8xB9GZItg39MBybzhxA16vxmszmQFrRwbOA918WA2rvu8xhDEg/p6LXKbw==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3", + "external-editor": "^3.1.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/expand": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-2.3.0.tgz", + "integrity": "sha512-qnJsUcOGCSG1e5DTOErmv2BPQqrtT6uzqn1vI/aYGiPKq+FgslGZmtdnXbhuI7IlT7OByDoEEqdnhUnVR2hhLw==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/input": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-2.3.0.tgz", + "integrity": "sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/number": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-1.1.0.tgz", + "integrity": "sha512-ilUnia/GZUtfSZy3YEErXLJ2Sljo/mf9fiKc08n18DdwdmDbOzRcTv65H1jjDvlsAuvdFXf4Sa/aL7iw/NanVA==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/password": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-2.2.0.tgz", + "integrity": "sha512-5otqIpgsPYIshqhgtEwSspBQE40etouR8VIxzpJkv9i0dVHIpyhiivbkH9/dGiMLdyamT54YRdGJLfl8TFnLHg==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3", + "ansi-escapes": "^4.3.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/prompts": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-5.4.0.tgz", + "integrity": "sha512-HIQGd7JOX6WXf7zg7WGs+1m+e3eRFyL4mDtWRlV01AXqZido9W3BSoku2BR4E1lK/NCXok6jg6tTcLw4I0thfg==", + "dev": true, + "dependencies": { + "@inquirer/checkbox": "^2.5.0", + "@inquirer/confirm": "^3.2.0", + "@inquirer/editor": "^2.2.0", + "@inquirer/expand": "^2.2.0", + "@inquirer/input": "^2.3.0", + "@inquirer/number": "^1.1.0", + "@inquirer/password": "^2.2.0", + "@inquirer/rawlist": "^2.3.0", + "@inquirer/search": "^1.1.0", + "@inquirer/select": "^2.5.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/rawlist": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-2.3.0.tgz", + "integrity": "sha512-zzfNuINhFF7OLAtGHfhwOW2TlYJyli7lOUoJUXw/uyklcwalV6WRXBXtFIicN8rTRK1XTiPWB4UY+YuW8dsnLQ==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/type": "^1.5.3", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/search": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-1.1.0.tgz", + "integrity": "sha512-h+/5LSj51dx7hp5xOn4QFnUaKeARwUCLs6mIhtkJ0JYPBLmEYjdHSYh7I6GrLg9LwpJ3xeX0FZgAG1q0QdCpVQ==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/figures": "^1.0.5", + "@inquirer/type": "^1.5.3", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/select": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz", + "integrity": "sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==", + "dev": true, + "dependencies": { + "@inquirer/core": "^9.1.0", + "@inquirer/figures": "^1.0.5", + "@inquirer/type": "^1.5.3", + "ansi-escapes": "^4.3.2", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@inquirer/type": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz", + "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==", + "dev": true, + "dependencies": { + "mute-stream": "^1.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@igniteui/cli-core/node_modules/@types/node": { + "version": "22.10.1", + "resolved": "https://registry.npmjs.org/@types/node/-/node-22.10.1.tgz", + "integrity": "sha512-qKgsUwfHZV2WCWLAnVP1JqnpE6Im6h3Y0+fYgMTasNQ7V++CBX5OT1as0g0f+OyubbFqhf6XVNIsmN4IIhEgGQ==", + "dev": true, + "dependencies": { + "undici-types": "~6.20.0" + } + }, + "node_modules/@igniteui/cli-core/node_modules/ansi-styles": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", + "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", + "dev": true, + "dependencies": { + "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@igniteui/cli-core/node_modules/chalk": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", + "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^3.2.1", + "escape-string-regexp": "^1.0.5", + "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@igniteui/cli-core/node_modules/color-convert": { + "version": "1.9.3", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", + "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", + "dev": true, + "dependencies": { + "color-name": "1.1.3" + } + }, + "node_modules/@igniteui/cli-core/node_modules/color-name": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", + "dev": true + }, + "node_modules/@igniteui/cli-core/node_modules/has-flag": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/@igniteui/cli-core/node_modules/mute-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", + "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@igniteui/cli-core/node_modules/supports-color": { + "version": "5.5.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", + "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", + "dev": true, + "dependencies": { + "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/@igniteui/cli-core/node_modules/typescript": { + "version": "5.5.4", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.5.4.tgz", + "integrity": "sha512-Mtq29sKDAEYP7aljRgtPOpTvOfbwRWlS6dPRzwjdE+C0R4brX/GUyhHSecbHMFLNBLcJIPt9nl9yG5TZ1weH+Q==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/@igniteui/cli-core/node_modules/undici-types": { + "version": "6.20.0", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.20.0.tgz", + "integrity": "sha512-Ny6QZ2Nju20vw1SRHe3d9jVu6gJ+4e3+MMpqu7pqE5HT6WsTSlce++GQmK5UXS8mzV8DSYHrQH+Xrf2jVcuKNg==", + "dev": true + }, + "node_modules/@igniteui/material-icons-extended": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@igniteui/material-icons-extended/-/material-icons-extended-3.1.0.tgz", + "integrity": "sha512-gtkIaeOHAWbppCAdVFNtEhnJ/tML6q4hIHF8zM5Fo0THJmu2+iJvBSCNyb8/c7P+mr1ImNqwhKuu+PqUlz493A==" + }, + "node_modules/@inquirer/checkbox": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/checkbox/-/checkbox-4.0.2.tgz", + "integrity": "sha512-+gznPl8ip8P8HYHYecDtUtdsh1t2jvb+sWCD72GAiZ9m45RqwrLmReDaqdC0umQfamtFXVRoMVJ2/qINKGm9Tg==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/figures": "^1.0.8", + "@inquirer/type": "^3.0.1", + "ansi-escapes": "^4.3.2", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/confirm": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/confirm/-/confirm-5.0.2.tgz", + "integrity": "sha512-KJLUHOaKnNCYzwVbryj3TNBxyZIrr56fR5N45v6K9IPrbT6B7DcudBMfylkV1A8PUdJE15mybkEQyp2/ZUpxUA==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/type": "^3.0.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/core": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/@inquirer/core/-/core-10.1.0.tgz", + "integrity": "sha512-I+ETk2AL+yAVbvuKx5AJpQmoaWhpiTFOg/UJb7ZkMAK4blmtG8ATh5ct+T/8xNld0CZG/2UhtkdMwpgvld92XQ==", + "dev": true, + "dependencies": { + "@inquirer/figures": "^1.0.8", + "@inquirer/type": "^3.0.1", + "ansi-escapes": "^4.3.2", + "cli-width": "^4.1.0", + "mute-stream": "^2.0.0", + "signal-exit": "^4.1.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^6.2.0", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/editor": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@inquirer/editor/-/editor-4.1.0.tgz", + "integrity": "sha512-K1gGWsxEqO23tVdp5MT3H799OZ4ER1za7Dlc8F4um0W7lwSv0KGR/YyrUEyimj0g7dXZd8XknM/5QA2/Uy+TbA==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/type": "^3.0.1", + "external-editor": "^3.1.0" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/expand": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/expand/-/expand-4.0.2.tgz", + "integrity": "sha512-WdgCX1cUtinz+syKyZdJomovULYlKUWZbVYZzhf+ZeeYf4htAQ3jLymoNs3koIAKfZZl3HUBb819ClCBfyznaw==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/type": "^3.0.1", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/figures": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.8.tgz", + "integrity": "sha512-tKd+jsmhq21AP1LhexC0pPwsCxEhGgAkg28byjJAd+xhmIs8LUX8JbUc3vBf3PhLxWiB5EvyBE5X7JSPAqMAqg==", + "dev": true, + "engines": { + "node": ">=18" + } + }, + "node_modules/@inquirer/input": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/input/-/input-4.0.2.tgz", + "integrity": "sha512-yCLCraigU085EcdpIVEDgyfGv4vBiE4I+k1qRkc9C5dMjWF42ADMGy1RFU94+eZlz4YlkmFsiyHZy0W1wdhaNg==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/type": "^3.0.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/number": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/number/-/number-3.0.2.tgz", + "integrity": "sha512-MKQhYofdUNk7eqJtz52KvM1dH6R93OMrqHduXCvuefKrsiMjHiMwjc3NZw5Imm2nqY7gWd9xdhYrtcHMJQZUxA==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/type": "^3.0.1" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/password": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/password/-/password-4.0.2.tgz", + "integrity": "sha512-tQXGSu7IO07gsYlGy3VgXRVsbOWqFBMbqAUrJSc1PDTQQ5Qdm+QVwkP0OC0jnUZ62D19iPgXOMO+tnWG+HhjNQ==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/type": "^3.0.1", + "ansi-escapes": "^4.3.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/prompts": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/@inquirer/prompts/-/prompts-7.1.0.tgz", + "integrity": "sha512-5U/XiVRH2pp1X6gpNAjWOglMf38/Ys522ncEHIKT1voRUvSj/DQnR22OVxHnwu5S+rCFaUiPQ57JOtMFQayqYA==", + "dev": true, + "dependencies": { + "@inquirer/checkbox": "^4.0.2", + "@inquirer/confirm": "^5.0.2", + "@inquirer/editor": "^4.1.0", + "@inquirer/expand": "^4.0.2", + "@inquirer/input": "^4.0.2", + "@inquirer/number": "^3.0.2", + "@inquirer/password": "^4.0.2", + "@inquirer/rawlist": "^4.0.2", + "@inquirer/search": "^3.0.2", + "@inquirer/select": "^4.0.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/rawlist": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/rawlist/-/rawlist-4.0.2.tgz", + "integrity": "sha512-3XGcskMoVF8H0Dl1S5TSZ3rMPPBWXRcM0VeNVsS4ByWeWjSeb0lPqfnBg6N7T0608I1B2bSVnbi2cwCrmOD1Yw==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/type": "^3.0.1", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/search": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/search/-/search-3.0.2.tgz", + "integrity": "sha512-Zv4FC7w4dJ13BOJfKRQCICQfShinGjb1bCEIHxTSnjj2telu3+3RHwHubPG9HyD4aix5s+lyAMEK/wSFD75HLA==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/figures": "^1.0.8", + "@inquirer/type": "^3.0.1", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/select": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@inquirer/select/-/select-4.0.2.tgz", + "integrity": "sha512-uSWUzaSYAEj0hlzxa1mUB6VqrKaYx0QxGBLZzU4xWFxaSyGaXxsSE4OSOwdU24j0xl8OajgayqFXW0l2bkl2kg==", + "dev": true, + "dependencies": { + "@inquirer/core": "^10.1.0", + "@inquirer/figures": "^1.0.8", + "@inquirer/type": "^3.0.1", + "ansi-escapes": "^4.3.2", + "yoctocolors-cjs": "^2.1.2" + }, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@inquirer/type": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-3.0.1.tgz", + "integrity": "sha512-+ksJMIy92sOAiAccGpcKZUc3bYO07cADnscIxHBknEm3uNts3movSmBofc1908BNy5edKscxYeAdaX1NXkHS6A==", + "dev": true, + "engines": { + "node": ">=18" + }, + "peerDependencies": { + "@types/node": ">=18" + } + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/fs-minipass": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/@isaacs/fs-minipass/-/fs-minipass-4.0.1.tgz", + "integrity": "sha512-wgm9Ehl2jpeqP3zw/7mo3kRHFp5MEDhqAdwy1fTGkHAwnkGOVsgpvQhL8B5n1qlb01jV3n/bI0ZfZp5lWA1k4w==", + "dev": true, + "dependencies": { + "minipass": "^7.0.4" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.5.tgz", + "integrity": "sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.2.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.24" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.2.tgz", + "integrity": "sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.2.1.tgz", + "integrity": "sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.6", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.6.tgz", + "integrity": "sha512-1ZJTZebgqllO79ue2bm3rIGud/bOe0pP5BjSRCRxxYkEZS8STV7zN84UBbiYu7jy+eCKSnVIUgoWWE/tt+shMQ==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.5", + "@jridgewell/trace-mapping": "^0.3.25" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz", + "integrity": "sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.25", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.25.tgz", + "integrity": "sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@jsonjoy.com/base64": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/base64/-/base64-1.1.2.tgz", + "integrity": "sha512-q6XAnWQDIMA3+FTiOYajoYqySkO+JSat0ytXGSuRdq9uXE7o92gzuQwQM14xaCRlBLGq3v5miDGC4vkVTn54xA==", + "dev": true, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@jsonjoy.com/json-pack": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/json-pack/-/json-pack-1.1.0.tgz", + "integrity": "sha512-zlQONA+msXPPwHWZMKFVS78ewFczIll5lXiVPwFPCZUsrOKdxc2AvxU1HoNBmMRhqDZUR9HkC3UOm+6pME6Xsg==", + "dev": true, + "dependencies": { + "@jsonjoy.com/base64": "^1.1.1", + "@jsonjoy.com/util": "^1.1.2", + "hyperdyperid": "^1.2.0", + "thingies": "^1.20.0" + }, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@jsonjoy.com/util": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@jsonjoy.com/util/-/util-1.5.0.tgz", + "integrity": "sha512-ojoNsrIuPI9g6o8UxhraZQSyF2ByJanAY4cTFbc8Mf2AXEF4aQRGY1dJxyJpuyav8r9FGflEt/Ff3u5Nt6YMPA==", + "dev": true, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.5.tgz", + "integrity": "sha512-Vo+PSpZG2/fmgmiNzYK9qWRh8h/CHrwD0mo1h1DzL4yzHNSfWYujGTYsWGreD000gcgmZ7K4Ys6Tx9TxtsKdDw==", + "dev": true + }, + "node_modules/@listr2/prompt-adapter-inquirer": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/@listr2/prompt-adapter-inquirer/-/prompt-adapter-inquirer-2.0.18.tgz", + "integrity": "sha512-0hz44rAcrphyXcA8IS7EJ2SCoaBZD2u5goE8S/e+q/DL+dOGpqpcLidVOFeLG3VgML62SXmfRLAhWt0zL1oW4Q==", + "dev": true, + "dependencies": { + "@inquirer/type": "^1.5.5" + }, + "engines": { + "node": ">=18.0.0" + }, + "peerDependencies": { + "@inquirer/prompts": ">= 3 < 8" + } + }, + "node_modules/@listr2/prompt-adapter-inquirer/node_modules/@inquirer/type": { + "version": "1.5.5", + "resolved": "https://registry.npmjs.org/@inquirer/type/-/type-1.5.5.tgz", + "integrity": "sha512-MzICLu4yS7V8AA61sANROZ9vT1H3ooca5dSmI1FjZkzq7o/koMsRfQSzRtFo+F3Ao4Sf1C0bpLKejpKB/+j6MA==", + "dev": true, + "dependencies": { + "mute-stream": "^1.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/@listr2/prompt-adapter-inquirer/node_modules/mute-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-1.0.0.tgz", + "integrity": "sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@lit-labs/ssr-dom-shim": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.1.tgz", + "integrity": "sha512-wx4aBmgeGvFmOKucFKY+8VFJSYZxs9poN3SDNQFF6lT6NrQUnHiPB2PWz2sc4ieEcAaYYzN+1uWahEeTq2aRIQ==" + }, + "node_modules/@lit/reactive-element": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/@lit/reactive-element/-/reactive-element-1.6.3.tgz", + "integrity": "sha512-QuTgnG52Poic7uM1AN5yJ09QMe0O28e10XzSvWDz02TJiiKee4stsiownEIadWm8nYzyDAyT+gKzUoZmiWQtsQ==", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.0.0" + } + }, + "node_modules/@lmdb/lmdb-darwin-arm64": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-arm64/-/lmdb-darwin-arm64-3.1.5.tgz", + "integrity": "sha512-ue5PSOzHMCIYrfvPP/MRS6hsKKLzqqhcdAvJCO8uFlDdj598EhgnacuOTuqA6uBK5rgiZXfDWyb7DVZSiBKxBA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lmdb/lmdb-darwin-x64": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-darwin-x64/-/lmdb-darwin-x64-3.1.5.tgz", + "integrity": "sha512-CGhsb0R5vE6mMNCoSfxHFD8QTvBHM51gs4DBeigTYHWnYv2V5YpJkC4rMo5qAAFifuUcc0+a8a3SIU0c9NrfNw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@lmdb/lmdb-linux-arm": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm/-/lmdb-linux-arm-3.1.5.tgz", + "integrity": "sha512-3WeW328DN+xB5PZdhSWmqE+t3+44xWXEbqQ+caWJEZfOFdLp9yklBZEbVqVdqzznkoaXJYxTCp996KD6HmANeg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-linux-arm64": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-arm64/-/lmdb-linux-arm64-3.1.5.tgz", + "integrity": "sha512-LAjaoOcBHGj6fiYB8ureiqPoph4eygbXu4vcOF+hsxiY74n8ilA7rJMmGUT0K0JOB5lmRQHSmor3mytRjS4qeQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-linux-x64": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-linux-x64/-/lmdb-linux-x64-3.1.5.tgz", + "integrity": "sha512-k/IklElP70qdCXOQixclSl2GPLFiopynGoKX1FqDd1/H0E3Fo1oPwjY2rEVu+0nS3AOw1sryStdXk8CW3cVIsw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@lmdb/lmdb-win32-x64": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/@lmdb/lmdb-win32-x64/-/lmdb-win32-x64-3.1.5.tgz", + "integrity": "sha512-KYar6W8nraZfSJspcK7Kp7hdj238X/FNauYbZyrqPBrtsXI1hvI4/KcRcRGP50aQoV7fkKDyJERlrQGMGTZUsA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-arm64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-arm64/-/msgpackr-extract-darwin-arm64-3.0.3.tgz", + "integrity": "sha512-QZHtlVgbAdy2zAqNA9Gu1UpIuI8Xvsd1v8ic6B2pZmeFnFcMWiPLfWXh7TVw4eGEZ/C9TH281KwhVoeQUKbyjw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-darwin-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-darwin-x64/-/msgpackr-extract-darwin-x64-3.0.3.tgz", + "integrity": "sha512-mdzd3AVzYKuUmiWOQ8GNhl64/IoFGol569zNRdkLReh6LRLHOXxU4U8eq0JwaD8iFHdVGqSy4IjFL4reoWCDFw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm/-/msgpackr-extract-linux-arm-3.0.3.tgz", + "integrity": "sha512-fg0uy/dG/nZEXfYilKoRe7yALaNmHoYeIoJuJ7KJ+YyU2bvY8vPv27f7UKhGRpY6euFYqEVhxCFZgAUNQBM3nw==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-arm64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-arm64/-/msgpackr-extract-linux-arm64-3.0.3.tgz", + "integrity": "sha512-YxQL+ax0XqBJDZiKimS2XQaf+2wDGVa1enVRGzEvLLVFeqa5kx2bWbtcSXgsxjQB7nRqqIGFIcLteF/sHeVtQg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-linux-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-linux-x64/-/msgpackr-extract-linux-x64-3.0.3.tgz", + "integrity": "sha512-cvwNfbP07pKUfq1uH+S6KJ7dT9K8WOE4ZiAcsrSes+UY55E/0jLYc+vq+DO7jlmqRb5zAggExKm0H7O/CBaesg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@msgpackr-extract/msgpackr-extract-win32-x64": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/@msgpackr-extract/msgpackr-extract-win32-x64/-/msgpackr-extract-win32-x64-3.0.3.tgz", + "integrity": "sha512-x0fWaQtYp4E6sktbsdAqnehxDgEc/VwM7uLsRCYWaiGu0ykYdZPiS8zCWdnjHwyiumousxfBm4SO31eXqwEZhQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@napi-rs/nice": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice/-/nice-1.0.1.tgz", + "integrity": "sha512-zM0mVWSXE0a0h9aKACLwKmD6nHcRiKrPpCfvaKqG1CqDEyjEawId0ocXxVzPMCAm6kkWr2P025msfxXEnt8UGQ==", + "dev": true, + "optional": true, + "engines": { + "node": ">= 10" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/Brooooooklyn" + }, + "optionalDependencies": { + "@napi-rs/nice-android-arm-eabi": "1.0.1", + "@napi-rs/nice-android-arm64": "1.0.1", + "@napi-rs/nice-darwin-arm64": "1.0.1", + "@napi-rs/nice-darwin-x64": "1.0.1", + "@napi-rs/nice-freebsd-x64": "1.0.1", + "@napi-rs/nice-linux-arm-gnueabihf": "1.0.1", + "@napi-rs/nice-linux-arm64-gnu": "1.0.1", + "@napi-rs/nice-linux-arm64-musl": "1.0.1", + "@napi-rs/nice-linux-ppc64-gnu": "1.0.1", + "@napi-rs/nice-linux-riscv64-gnu": "1.0.1", + "@napi-rs/nice-linux-s390x-gnu": "1.0.1", + "@napi-rs/nice-linux-x64-gnu": "1.0.1", + "@napi-rs/nice-linux-x64-musl": "1.0.1", + "@napi-rs/nice-win32-arm64-msvc": "1.0.1", + "@napi-rs/nice-win32-ia32-msvc": "1.0.1", + "@napi-rs/nice-win32-x64-msvc": "1.0.1" + } + }, + "node_modules/@napi-rs/nice-android-arm-eabi": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-android-arm-eabi/-/nice-android-arm-eabi-1.0.1.tgz", + "integrity": "sha512-5qpvOu5IGwDo7MEKVqqyAxF90I6aLj4n07OzpARdgDRfz8UbBztTByBp0RC59r3J1Ij8uzYi6jI7r5Lws7nn6w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-android-arm64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-android-arm64/-/nice-android-arm64-1.0.1.tgz", + "integrity": "sha512-GqvXL0P8fZ+mQqG1g0o4AO9hJjQaeYG84FRfZaYjyJtZZZcMjXW5TwkL8Y8UApheJgyE13TQ4YNUssQaTgTyvA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-darwin-arm64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-darwin-arm64/-/nice-darwin-arm64-1.0.1.tgz", + "integrity": "sha512-91k3HEqUl2fsrz/sKkuEkscj6EAj3/eZNCLqzD2AA0TtVbkQi8nqxZCZDMkfklULmxLkMxuUdKe7RvG/T6s2AA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-darwin-x64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-darwin-x64/-/nice-darwin-x64-1.0.1.tgz", + "integrity": "sha512-jXnMleYSIR/+TAN/p5u+NkCA7yidgswx5ftqzXdD5wgy/hNR92oerTXHc0jrlBisbd7DpzoaGY4cFD7Sm5GlgQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-freebsd-x64": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-freebsd-x64/-/nice-freebsd-x64-1.0.1.tgz", + "integrity": "sha512-j+iJ/ezONXRQsVIB/FJfwjeQXX7A2tf3gEXs4WUGFrJjpe/z2KB7sOv6zpkm08PofF36C9S7wTNuzHZ/Iiccfw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-linux-arm-gnueabihf": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm-gnueabihf/-/nice-linux-arm-gnueabihf-1.0.1.tgz", + "integrity": "sha512-G8RgJ8FYXYkkSGQwywAUh84m946UTn6l03/vmEXBYNJxQJcD+I3B3k5jmjFG/OPiU8DfvxutOP8bi+F89MCV7Q==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-linux-arm64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-gnu/-/nice-linux-arm64-gnu-1.0.1.tgz", + "integrity": "sha512-IMDak59/W5JSab1oZvmNbrms3mHqcreaCeClUjwlwDr0m3BoR09ZiN8cKFBzuSlXgRdZ4PNqCYNeGQv7YMTjuA==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-linux-arm64-musl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-arm64-musl/-/nice-linux-arm64-musl-1.0.1.tgz", + "integrity": "sha512-wG8fa2VKuWM4CfjOjjRX9YLIbysSVV1S3Kgm2Fnc67ap/soHBeYZa6AGMeR5BJAylYRjnoVOzV19Cmkco3QEPw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-linux-ppc64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-ppc64-gnu/-/nice-linux-ppc64-gnu-1.0.1.tgz", + "integrity": "sha512-lxQ9WrBf0IlNTCA9oS2jg/iAjQyTI6JHzABV664LLrLA/SIdD+I1i3Mjf7TsnoUbgopBcCuDztVLfJ0q9ubf6Q==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-linux-riscv64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-riscv64-gnu/-/nice-linux-riscv64-gnu-1.0.1.tgz", + "integrity": "sha512-3xs69dO8WSWBb13KBVex+yvxmUeEsdWexxibqskzoKaWx9AIqkMbWmE2npkazJoopPKX2ULKd8Fm9veEn0g4Ig==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-linux-s390x-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-s390x-gnu/-/nice-linux-s390x-gnu-1.0.1.tgz", + "integrity": "sha512-lMFI3i9rlW7hgToyAzTaEybQYGbQHDrpRkg+1gJWEpH0PLAQoZ8jiY0IzakLfNWnVda1eTYYlxxFYzW8Rqczkg==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-linux-x64-gnu": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-x64-gnu/-/nice-linux-x64-gnu-1.0.1.tgz", + "integrity": "sha512-XQAJs7DRN2GpLN6Fb+ZdGFeYZDdGl2Fn3TmFlqEL5JorgWKrQGRUrpGKbgZ25UeZPILuTKJ+OowG2avN8mThBA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-linux-x64-musl": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-linux-x64-musl/-/nice-linux-x64-musl-1.0.1.tgz", + "integrity": "sha512-/rodHpRSgiI9o1faq9SZOp/o2QkKQg7T+DK0R5AkbnI/YxvAIEHf2cngjYzLMQSQgUhxym+LFr+UGZx4vK4QdQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-win32-arm64-msvc": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-arm64-msvc/-/nice-win32-arm64-msvc-1.0.1.tgz", + "integrity": "sha512-rEcz9vZymaCB3OqEXoHnp9YViLct8ugF+6uO5McifTedjq4QMQs3DHz35xBEGhH3gJWEsXMUbzazkz5KNM5YUg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-win32-ia32-msvc": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-ia32-msvc/-/nice-win32-ia32-msvc-1.0.1.tgz", + "integrity": "sha512-t7eBAyPUrWL8su3gDxw9xxxqNwZzAqKo0Szv3IjVQd1GpXXVkb6vBBQUuxfIYaXMzZLwlxRQ7uzM2vdUE9ULGw==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@napi-rs/nice-win32-x64-msvc": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@napi-rs/nice-win32-x64-msvc/-/nice-win32-x64-msvc-1.0.1.tgz", + "integrity": "sha512-JlF+uDcatt3St2ntBG8H02F1mM45i5SF9W+bIKiReVE6wiy3o16oBP/yxt+RZ+N6LbCImJXJ6bXNO2kn9AXicg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10" + } + }, + "node_modules/@ngtools/webpack": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-19.0.2.tgz", + "integrity": "sha512-wHAIItix6zAOczdLjY9Z/e4mtpBDSzBkN//N6GHoGtjtCSzqZg4uPg5KG7B5tpVb/u6IMRK+4hhu9Vu8lhzz8g==", + "dev": true, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^19.0.0", + "typescript": ">=5.5 <5.7", + "webpack": "^5.54.0" + } + }, + "node_modules/@nguniversal/express-engine": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/@nguniversal/express-engine/-/express-engine-7.0.1.tgz", + "integrity": "sha512-B4slbEGEPeTLp6RQBDc0ZASZZ2APhwiytM21XSrMAdcRMu6zWn1dcXwo46MMWL33751u9aUhorpVD4aL3Yfonw==", + "peerDependencies": { + "@angular/common": ">=6.0.0", + "@angular/core": ">=6.0.0", + "@angular/platform-server": ">=6.0.0", + "express": "^4.15.2" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@npmcli/agent": { + "version": "2.2.2", + "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-2.2.2.tgz", + "integrity": "sha512-OrcNPXdpSl9UX7qPVRWbmWMCSXrcDa2M9DvrbOTj7ao1S4PlqVFYv9/yLKMkrJKZ/V5A/kDBC690or307i26Og==", + "dev": true, + "dependencies": { + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/agent/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/@npmcli/fs": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-4.0.0.tgz", + "integrity": "sha512-/xGlezI6xfGO9NwuJlnwz/K14qD1kCSAGtacBHnGzeAIuJGazcp45KP5NuyARXoKb7cwulAGWVsbeSxdG/cb0Q==", + "dev": true, + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/git": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-6.0.1.tgz", + "integrity": "sha512-BBWMMxeQzalmKadyimwb2/VVQyJB01PH0HhVSNLHNBDZN/M/h/02P6f8fxedIiFhpMj11SO9Ep5tKTBE7zL2nw==", + "dev": true, + "dependencies": { + "@npmcli/promise-spawn": "^8.0.0", + "ini": "^5.0.0", + "lru-cache": "^10.0.1", + "npm-pick-manifest": "^10.0.0", + "proc-log": "^5.0.0", + "promise-inflight": "^1.0.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", + "which": "^5.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/git/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "engines": { + "node": ">=16" + } + }, + "node_modules/@npmcli/git/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/@npmcli/git/node_modules/which": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "dev": true, + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/installed-package-contents": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-3.0.0.tgz", + "integrity": "sha512-fkxoPuFGvxyrH+OQzyTkX2LUEamrF4jZSmxjAtPPHHGO0dqsQ8tTKjnIS8SAnPHdk2I03BDtSMR5K/4loKg79Q==", + "dev": true, + "dependencies": { + "npm-bundled": "^4.0.0", + "npm-normalize-package-bin": "^4.0.0" + }, + "bin": { + "installed-package-contents": "bin/index.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/node-gyp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-4.0.0.tgz", + "integrity": "sha512-+t5DZ6mO/QFh78PByMq1fGSAub/agLJZDRfJRMeOSNCt8s9YVlTjmGpIPwPhvXTGUIJk+WszlT0rQa1W33yzNA==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/package-json": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/package-json/-/package-json-6.1.0.tgz", + "integrity": "sha512-t6G+6ZInT4X+tqj2i+wlLIeCKnKOTuz9/VFYDtj+TGTur5q7sp/OYrQA19LdBbWfXDOi0Y4jtedV6xtB8zQ9ug==", + "dev": true, + "dependencies": { + "@npmcli/git": "^6.0.0", + "glob": "^10.2.2", + "hosted-git-info": "^8.0.0", + "json-parse-even-better-errors": "^4.0.0", + "normalize-package-data": "^7.0.0", + "proc-log": "^5.0.0", + "semver": "^7.5.3" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/package-json/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@npmcli/package-json/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@npmcli/package-json/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@npmcli/promise-spawn": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-8.0.2.tgz", + "integrity": "sha512-/bNJhjc+o6qL+Dwz/bqfTQClkEO5nTQ1ZEcdCkAQjhkZMHIh22LPG7fNh1enJP1NKWDqYiiABnjFCY7E0zHYtQ==", + "dev": true, + "dependencies": { + "which": "^5.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/promise-spawn/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "engines": { + "node": ">=16" + } + }, + "node_modules/@npmcli/promise-spawn/node_modules/which": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "dev": true, + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/redact": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/redact/-/redact-3.0.0.tgz", + "integrity": "sha512-/1uFzjVcfzqrgCeGW7+SZ4hv0qLWmKXVzFahZGJ6QuJBj6Myt9s17+JL86i76NV9YSnJRcGXJYQbAU0rn1YTCQ==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/run-script": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-9.0.1.tgz", + "integrity": "sha512-q9C0uHrb6B6cm3qXVM32UmpqTKuFGbtP23O2K5sLvPMz2hilKd0ptqGXSpuunOuOmPQb/aT5F/kCXFc1P2gO/A==", + "dev": true, + "dependencies": { + "@npmcli/node-gyp": "^4.0.0", + "@npmcli/package-json": "^6.0.0", + "@npmcli/promise-spawn": "^8.0.0", + "node-gyp": "^10.0.0", + "proc-log": "^5.0.0", + "which": "^5.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@npmcli/run-script/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "engines": { + "node": ">=16" + } + }, + "node_modules/@npmcli/run-script/node_modules/which": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-5.0.0.tgz", + "integrity": "sha512-JEdGzHwwkrbWoGOlIHqQ5gtprKGOenpDHpxE9zVR1bWbOtYRyPPHMe9FaP6x61CmNaTThSkb0DAJte5jD+DmzQ==", + "dev": true, + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@parcel/watcher": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.5.0.tgz", + "integrity": "sha512-i0GV1yJnm2n3Yq1qw6QrUrd/LI9bE8WEBOTtOkpCXHHdyN3TAGgqAK/DAT05z4fq2x04cARXt2pDmjWjL92iTQ==", + "hasInstallScript": true, + "optional": true, + "dependencies": { + "detect-libc": "^1.0.3", + "is-glob": "^4.0.3", + "micromatch": "^4.0.5", + "node-addon-api": "^7.0.0" + }, + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + }, + "optionalDependencies": { + "@parcel/watcher-android-arm64": "2.5.0", + "@parcel/watcher-darwin-arm64": "2.5.0", + "@parcel/watcher-darwin-x64": "2.5.0", + "@parcel/watcher-freebsd-x64": "2.5.0", + "@parcel/watcher-linux-arm-glibc": "2.5.0", + "@parcel/watcher-linux-arm-musl": "2.5.0", + "@parcel/watcher-linux-arm64-glibc": "2.5.0", + "@parcel/watcher-linux-arm64-musl": "2.5.0", + "@parcel/watcher-linux-x64-glibc": "2.5.0", + "@parcel/watcher-linux-x64-musl": "2.5.0", + "@parcel/watcher-win32-arm64": "2.5.0", + "@parcel/watcher-win32-ia32": "2.5.0", + "@parcel/watcher-win32-x64": "2.5.0" + } + }, + "node_modules/@parcel/watcher-android-arm64": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-android-arm64/-/watcher-android-arm64-2.5.0.tgz", + "integrity": "sha512-qlX4eS28bUcQCdribHkg/herLe+0A9RyYC+mm2PXpncit8z5b3nSqGVzMNR3CmtAOgRutiZ02eIJJgP/b1iEFQ==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-arm64": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-arm64/-/watcher-darwin-arm64-2.5.0.tgz", + "integrity": "sha512-hyZ3TANnzGfLpRA2s/4U1kbw2ZI4qGxaRJbBH2DCSREFfubMswheh8TeiC1sGZ3z2jUf3s37P0BBlrD3sjVTUw==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-darwin-x64": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-darwin-x64/-/watcher-darwin-x64-2.5.0.tgz", + "integrity": "sha512-9rhlwd78saKf18fT869/poydQK8YqlU26TMiNg7AIu7eBp9adqbJZqmdFOsbZ5cnLp5XvRo9wcFmNHgHdWaGYA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-freebsd-x64": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-freebsd-x64/-/watcher-freebsd-x64-2.5.0.tgz", + "integrity": "sha512-syvfhZzyM8kErg3VF0xpV8dixJ+RzbUaaGaeb7uDuz0D3FK97/mZ5AJQ3XNnDsXX7KkFNtyQyFrXZzQIcN49Tw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-glibc": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-glibc/-/watcher-linux-arm-glibc-2.5.0.tgz", + "integrity": "sha512-0VQY1K35DQET3dVYWpOaPFecqOT9dbuCfzjxoQyif1Wc574t3kOSkKevULddcR9znz1TcklCE7Ht6NIxjvTqLA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm-musl": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm-musl/-/watcher-linux-arm-musl-2.5.0.tgz", + "integrity": "sha512-6uHywSIzz8+vi2lAzFeltnYbdHsDm3iIB57d4g5oaB9vKwjb6N6dRIgZMujw4nm5r6v9/BQH0noq6DzHrqr2pA==", + "cpu": [ + "arm" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-glibc": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-glibc/-/watcher-linux-arm64-glibc-2.5.0.tgz", + "integrity": "sha512-BfNjXwZKxBy4WibDb/LDCriWSKLz+jJRL3cM/DllnHH5QUyoiUNEp3GmL80ZqxeumoADfCCP19+qiYiC8gUBjA==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-arm64-musl": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-arm64-musl/-/watcher-linux-arm64-musl-2.5.0.tgz", + "integrity": "sha512-S1qARKOphxfiBEkwLUbHjCY9BWPdWnW9j7f7Hb2jPplu8UZ3nes7zpPOW9bkLbHRvWM0WDTsjdOTUgW0xLBN1Q==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-glibc": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-glibc/-/watcher-linux-x64-glibc-2.5.0.tgz", + "integrity": "sha512-d9AOkusyXARkFD66S6zlGXyzx5RvY+chTP9Jp0ypSTC9d4lzyRs9ovGf/80VCxjKddcUvnsGwCHWuF2EoPgWjw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-linux-x64-musl": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-linux-x64-musl/-/watcher-linux-x64-musl-2.5.0.tgz", + "integrity": "sha512-iqOC+GoTDoFyk/VYSFHwjHhYrk8bljW6zOhPuhi5t9ulqiYq1togGJB5e3PwYVFFfeVgc6pbz3JdQyDoBszVaA==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-arm64": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-arm64/-/watcher-win32-arm64-2.5.0.tgz", + "integrity": "sha512-twtft1d+JRNkM5YbmexfcH/N4znDtjgysFaV9zvZmmJezQsKpkfLYJ+JFV3uygugK6AtIM2oADPkB2AdhBrNig==", + "cpu": [ + "arm64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-ia32": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-ia32/-/watcher-win32-ia32-2.5.0.tgz", + "integrity": "sha512-+rgpsNRKwo8A53elqbbHXdOMtY/tAtTzManTWShB5Kk54N8Q9mzNWV7tV+IbGueCbcj826MfWGU3mprWtuf1TA==", + "cpu": [ + "ia32" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher-win32-x64": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/@parcel/watcher-win32-x64/-/watcher-win32-x64-2.5.0.tgz", + "integrity": "sha512-lPrxve92zEHdgeff3aiu4gDOIt4u7sJYha6wbdEZDCDUhtjTsOMiaJzG5lMY4GkWH8p0fMmO2Ppq5G5XXG+DQw==", + "cpu": [ + "x64" + ], + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">= 10.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/parcel" + } + }, + "node_modules/@parcel/watcher/node_modules/detect-libc": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-1.0.3.tgz", + "integrity": "sha512-pGjwhsmsp4kL2RTz08wcOlGN83otlqHeD/Z5T8GXZB+/YcpQ/dgo+lbU8ZsGxV0HIvqqxo9l7mqYwyYMD9bKDg==", + "optional": true, + "bin": { + "detect-libc": "bin/detect-libc.js" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/@parcel/watcher/node_modules/node-addon-api": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-7.1.1.tgz", + "integrity": "sha512-5m3bsyrjFWE1xf7nz7YXdN4udnVtXK6/Yfgn5qnahL6bCkf2yKt4k3nuTKAtT4r3IG8JNR2ncsIMdZuAzJjHQQ==", + "optional": true + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@rollup/rollup-android-arm-eabi": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm-eabi/-/rollup-android-arm-eabi-4.26.0.tgz", + "integrity": "sha512-gJNwtPDGEaOEgejbaseY6xMFu+CPltsc8/T+diUTTbOQLqD+bnrJq9ulH6WD69TqwqWmrfRAtUv30cCFZlbGTQ==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-android-arm64": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-android-arm64/-/rollup-android-arm64-4.26.0.tgz", + "integrity": "sha512-YJa5Gy8mEZgz5JquFruhJODMq3lTHWLm1fOy+HIANquLzfIOzE9RA5ie3JjCdVb9r46qfAQY/l947V0zfGJ0OQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ] + }, + "node_modules/@rollup/rollup-darwin-arm64": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-arm64/-/rollup-darwin-arm64-4.26.0.tgz", + "integrity": "sha512-ErTASs8YKbqTBoPLp/kA1B1Um5YSom8QAc4rKhg7b9tyyVqDBlQxy7Bf2wW7yIlPGPg2UODDQcbkTlruPzDosw==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-darwin-x64": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-darwin-x64/-/rollup-darwin-x64-4.26.0.tgz", + "integrity": "sha512-wbgkYDHcdWW+NqP2mnf2NOuEbOLzDblalrOWcPyY6+BRbVhliavon15UploG7PpBRQ2bZJnbmh8o3yLoBvDIHA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ] + }, + "node_modules/@rollup/rollup-freebsd-arm64": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-arm64/-/rollup-freebsd-arm64-4.26.0.tgz", + "integrity": "sha512-Y9vpjfp9CDkAG4q/uwuhZk96LP11fBz/bYdyg9oaHYhtGZp7NrbkQrj/66DYMMP2Yo/QPAsVHkV891KyO52fhg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-freebsd-x64": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-freebsd-x64/-/rollup-freebsd-x64-4.26.0.tgz", + "integrity": "sha512-A/jvfCZ55EYPsqeaAt/yDAG4q5tt1ZboWMHEvKAH9Zl92DWvMIbnZe/f/eOXze65aJaaKbL+YeM0Hz4kLQvdwg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ] + }, + "node_modules/@rollup/rollup-linux-arm-gnueabihf": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-gnueabihf/-/rollup-linux-arm-gnueabihf-4.26.0.tgz", + "integrity": "sha512-paHF1bMXKDuizaMODm2bBTjRiHxESWiIyIdMugKeLnjuS1TCS54MF5+Y5Dx8Ui/1RBPVRE09i5OUlaLnv8OGnA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm-musleabihf": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm-musleabihf/-/rollup-linux-arm-musleabihf-4.26.0.tgz", + "integrity": "sha512-cwxiHZU1GAs+TMxvgPfUDtVZjdBdTsQwVnNlzRXC5QzIJ6nhfB4I1ahKoe9yPmoaA/Vhf7m9dB1chGPpDRdGXg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-gnu": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-gnu/-/rollup-linux-arm64-gnu-4.26.0.tgz", + "integrity": "sha512-4daeEUQutGRCW/9zEo8JtdAgtJ1q2g5oHaoQaZbMSKaIWKDQwQ3Yx0/3jJNmpzrsScIPtx/V+1AfibLisb3AMQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-arm64-musl": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-arm64-musl/-/rollup-linux-arm64-musl-4.26.0.tgz", + "integrity": "sha512-eGkX7zzkNxvvS05ROzJ/cO/AKqNvR/7t1jA3VZDi2vRniLKwAWxUr85fH3NsvtxU5vnUUKFHKh8flIBdlo2b3Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-powerpc64le-gnu": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-powerpc64le-gnu/-/rollup-linux-powerpc64le-gnu-4.26.0.tgz", + "integrity": "sha512-Odp/lgHbW/mAqw/pU21goo5ruWsytP7/HCC/liOt0zcGG0llYWKrd10k9Fj0pdj3prQ63N5yQLCLiE7HTX+MYw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-riscv64-gnu": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-riscv64-gnu/-/rollup-linux-riscv64-gnu-4.26.0.tgz", + "integrity": "sha512-MBR2ZhCTzUgVD0OJdTzNeF4+zsVogIR1U/FsyuFerwcqjZGvg2nYe24SAHp8O5sN8ZkRVbHwlYeHqcSQ8tcYew==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-s390x-gnu": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-s390x-gnu/-/rollup-linux-s390x-gnu-4.26.0.tgz", + "integrity": "sha512-YYcg8MkbN17fMbRMZuxwmxWqsmQufh3ZJFxFGoHjrE7bv0X+T6l3glcdzd7IKLiwhT+PZOJCblpnNlz1/C3kGQ==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-gnu": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-gnu/-/rollup-linux-x64-gnu-4.26.0.tgz", + "integrity": "sha512-ZuwpfjCwjPkAOxpjAEjabg6LRSfL7cAJb6gSQGZYjGhadlzKKywDkCUnJ+KEfrNY1jH5EEoSIKLCb572jSiglA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-linux-x64-musl": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-linux-x64-musl/-/rollup-linux-x64-musl-4.26.0.tgz", + "integrity": "sha512-+HJD2lFS86qkeF8kNu0kALtifMpPCZU80HvwztIKnYwym3KnA1os6nsX4BGSTLtS2QVAGG1P3guRgsYyMA0Yhg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ] + }, + "node_modules/@rollup/rollup-win32-arm64-msvc": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-arm64-msvc/-/rollup-win32-arm64-msvc-4.26.0.tgz", + "integrity": "sha512-WUQzVFWPSw2uJzX4j6YEbMAiLbs0BUysgysh8s817doAYhR5ybqTI1wtKARQKo6cGop3pHnrUJPFCsXdoFaimQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-ia32-msvc": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-ia32-msvc/-/rollup-win32-ia32-msvc-4.26.0.tgz", + "integrity": "sha512-D4CxkazFKBfN1akAIY6ieyOqzoOoBV1OICxgUblWxff/pSjCA2khXlASUx7mK6W1oP4McqhgcCsu6QaLj3WMWg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@rollup/rollup-win32-x64-msvc": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/@rollup/rollup-win32-x64-msvc/-/rollup-win32-x64-msvc-4.26.0.tgz", + "integrity": "sha512-2x8MO1rm4PGEP0xWbubJW5RtbNLk3puzAMaLQd3B3JHVw4KcHlmXcO+Wewx9zCoo7EUFiMlu/aZbCJ7VjMzAag==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ] + }, + "node_modules/@schematics/angular": { + "version": "19.0.2", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-19.0.2.tgz", + "integrity": "sha512-KPNKJRcuJ9kWctcW+g7WzmCEHpjNnYbNVyiU/MvKdQX0uhGXnXE13YMVfgYIf/0KeHcVp5dkAwg5dkmm9PGNTw==", + "dev": true, + "dependencies": { + "@angular-devkit/core": "19.0.2", + "@angular-devkit/schematics": "19.0.2", + "jsonc-parser": "3.3.1" + }, + "engines": { + "node": "^18.19.1 || ^20.11.1 || >=22.0.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + } + }, + "node_modules/@sigstore/bundle": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-3.0.0.tgz", + "integrity": "sha512-XDUYX56iMPAn/cdgh/DTJxz5RWmqKV4pwvUAEKEWJl+HzKdCd/24wUa9JYNMlDSCb7SUHAdtksxYX779Nne/Zg==", + "dev": true, + "dependencies": { + "@sigstore/protobuf-specs": "^0.3.2" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@sigstore/core": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sigstore/core/-/core-2.0.0.tgz", + "integrity": "sha512-nYxaSb/MtlSI+JWcwTHQxyNmWeWrUXJJ/G4liLrGG7+tS4vAz6LF3xRXqLH6wPIVUoZQel2Fs4ddLx4NCpiIYg==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@sigstore/protobuf-specs": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.3.2.tgz", + "integrity": "sha512-c6B0ehIWxMI8wiS/bj6rHMPqeFvngFV7cDU/MY+B16P9Z3Mp9k8L93eYZ7BYzSickzuqAQqAq0V956b3Ju6mLw==", + "dev": true, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@sigstore/sign": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-3.0.0.tgz", + "integrity": "sha512-UjhDMQOkyDoktpXoc5YPJpJK6IooF2gayAr5LvXI4EL7O0vd58okgfRcxuaH+YTdhvb5aa1Q9f+WJ0c2sVuYIw==", + "dev": true, + "dependencies": { + "@sigstore/bundle": "^3.0.0", + "@sigstore/core": "^2.0.0", + "@sigstore/protobuf-specs": "^0.3.2", + "make-fetch-happen": "^14.0.1", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@sigstore/sign/node_modules/@npmcli/agent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz", + "integrity": "sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==", + "dev": true, + "dependencies": { + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@sigstore/sign/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@sigstore/sign/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@sigstore/sign/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/@sigstore/sign/node_modules/make-fetch-happen": { + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz", + "integrity": "sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==", + "dev": true, + "dependencies": { + "@npmcli/agent": "^3.0.0", + "cacache": "^19.0.1", + "http-cache-semantics": "^4.1.1", + "minipass": "^7.0.2", + "minipass-fetch": "^4.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^1.0.0", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1", + "ssri": "^12.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@sigstore/sign/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@sigstore/sign/node_modules/minipass-fetch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz", + "integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^3.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/@sigstore/sign/node_modules/minizlib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz", + "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.4", + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/@sigstore/sign/node_modules/negotiator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", + "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@sigstore/sign/node_modules/rimraf": { + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", + "dev": true, + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@sigstore/tuf": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-3.0.0.tgz", + "integrity": "sha512-9Xxy/8U5OFJu7s+OsHzI96IX/OzjF/zj0BSSaWhgJgTqtlBhQIV2xdrQI5qxLD7+CWWDepadnXAxzaZ3u9cvRw==", + "dev": true, + "dependencies": { + "@sigstore/protobuf-specs": "^0.3.2", + "tuf-js": "^3.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@sigstore/verify": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@sigstore/verify/-/verify-2.0.0.tgz", + "integrity": "sha512-Ggtq2GsJuxFNUvQzLoXqRwS4ceRfLAJnrIHUDrzAD0GgnOhwujJkKkxM/s5Bako07c3WtAs/sZo5PJq7VHjeDg==", + "dev": true, + "dependencies": { + "@sigstore/bundle": "^3.0.0", + "@sigstore/core": "^2.0.0", + "@sigstore/protobuf-specs": "^0.3.2" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@sindresorhus/merge-streams": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/@sindresorhus/merge-streams/-/merge-streams-2.3.0.tgz", + "integrity": "sha512-LtoMMhxAlorcGhmFYI+LhPgbPZCkgP6ra1YL604EeF6U98pLlQ3iWIGMdWSC+vWmPBWBNgmDBAhnAobLROJmwg==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@socket.io/component-emitter": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.2.tgz", + "integrity": "sha512-9BCxFwvbGg/RsZK9tjXd8s4UcwR0MWeFQ1XEKIQVVvAGJyINdrqKMcTRyLoK8Rse1GjzLV9cwjWV1olXRWEXVA==", + "dev": true + }, + "node_modules/@tufjs/canonical-json": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-2.0.0.tgz", + "integrity": "sha512-yVtV8zsdo8qFHe+/3kw81dSLyF7D576A5cCFCi4X7B39tWT7SekaEFUnvnWJHz+9qO7qJTah1JbrDjWKqFtdWA==", + "dev": true, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/@tufjs/models": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-3.0.1.tgz", + "integrity": "sha512-UUYHISyhCU3ZgN8yaear3cGATHb3SMuKHsQ/nVbHXcmnBf+LzQ/cQfhNG+rfaSHgqGKNEm2cOCLVLELStUQ1JA==", + "dev": true, + "dependencies": { + "@tufjs/canonical-json": "2.0.0", + "minimatch": "^9.0.5" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/@tufjs/models/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/@tufjs/models/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@types/body-parser": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", + "dev": true, + "dependencies": { + "@types/connect": "*", + "@types/node": "*" + } + }, + "node_modules/@types/bonjour": { + "version": "3.5.13", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/connect-history-api-fallback": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", + "dev": true, + "dependencies": { + "@types/express-serve-static-core": "*", + "@types/node": "*" + } + }, + "node_modules/@types/cookie": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==", + "dev": true + }, + "node_modules/@types/cors": { + "version": "2.8.17", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz", + "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/eslint": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-9.6.1.tgz", + "integrity": "sha512-FXx2pKgId/WyYo2jXw63kk7/+TY7u7AziEJxJAnSFzHlqTAS3Ync6SvgYAN/k4/PQpnnVuzoMuVnByKK2qp0ag==", + "dev": true, + "dependencies": { + "@types/estree": "*", + "@types/json-schema": "*" + } + }, + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", + "dev": true, + "dependencies": { + "@types/eslint": "*", + "@types/estree": "*" + } + }, + "node_modules/@types/estree": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.6.tgz", + "integrity": "sha512-AYnb1nQyY49te+VRAVgmzfcgjYS91mY5P0TKUDCLEM+gNnA+3T6rWITXRLYCpahpqSQbN5cE+gHpnPyXjHWxcw==", + "dev": true + }, + "node_modules/@types/express": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", + "dev": true, + "dependencies": { + "@types/body-parser": "*", + "@types/express-serve-static-core": "^4.17.33", + "@types/qs": "*", + "@types/serve-static": "*" + } + }, + "node_modules/@types/express-serve-static-core": { + "version": "4.19.6", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.19.6.tgz", + "integrity": "sha512-N4LZ2xG7DatVqhCZzOGb1Yi5lMbXSZcmdLDe9EzSndPV2HpWYWzRbaerl2n27irrm94EPpprqa8KpskPT085+A==", + "dev": true, + "dependencies": { + "@types/node": "*", + "@types/qs": "*", + "@types/range-parser": "*", + "@types/send": "*" + } + }, + "node_modules/@types/hammerjs": { + "version": "2.0.46", + "resolved": "https://registry.npmjs.org/@types/hammerjs/-/hammerjs-2.0.46.tgz", + "integrity": "sha512-ynRvcq6wvqexJ9brDMS4BnBLzmr0e14d6ZJTEShTBWKymQiHwlAyGu0ZPEFI2Fh1U53F7tN9ufClWM5KvqkKOw==", + "devOptional": true + }, + "node_modules/@types/http-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "dev": true + }, + "node_modules/@types/http-proxy": { + "version": "1.17.15", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.15.tgz", + "integrity": "sha512-25g5atgiVNTIv0LBDTg1H74Hvayx0ajtJPLLcYE3whFv75J0pWNtOBzaXJQgDTmrX1bx5U9YC2w/n65BN1HwRQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/jasmine": { + "version": "5.1.4", + "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-5.1.4.tgz", + "integrity": "sha512-px7OMFO/ncXxixDe1zR13V1iycqWae0MxTaw62RpFlksUi5QuNWgQJFkTQjIOvrmutJbI7Fp2Y2N1F6D2R4G6w==", + "dev": true + }, + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", + "dev": true + }, + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", + "dev": true + }, + "node_modules/@types/mute-stream": { + "version": "0.0.4", + "resolved": "https://registry.npmjs.org/@types/mute-stream/-/mute-stream-0.0.4.tgz", + "integrity": "sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/node": { + "version": "18.19.67", + "resolved": "https://registry.npmjs.org/@types/node/-/node-18.19.67.tgz", + "integrity": "sha512-wI8uHusga+0ZugNp0Ol/3BqQfEcCCNfojtO6Oou9iVNGPTL6QNSdnUdqq85fRgIorLhLMuPIKpsN98QE9Nh+KQ==", + "dev": true, + "dependencies": { + "undici-types": "~5.26.4" + } + }, + "node_modules/@types/node-forge": { + "version": "1.3.11", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/qs": { + "version": "6.9.17", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.17.tgz", + "integrity": "sha512-rX4/bPcfmvxHDv0XjfJELTTr+iB+tn032nPILqHm5wbthUUUuVtNGGqzhya9XUxjTP8Fpr0qYgSZZKxGY++svQ==", + "dev": true + }, + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", + "dev": true + }, + "node_modules/@types/retry": { + "version": "0.12.2", + "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.2.tgz", + "integrity": "sha512-XISRgDJ2Tc5q4TRqvgJtzsRkFYNJzZrhTdtMoGVBttwzzQJkPnS3WWTFc7kuDRoPtPakl+T+OfdEUjYJj7Jbow==", + "dev": true + }, + "node_modules/@types/send": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "dev": true, + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-index": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", + "dev": true, + "dependencies": { + "@types/express": "*" + } + }, + "node_modules/@types/serve-static": { + "version": "1.15.7", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.7.tgz", + "integrity": "sha512-W8Ym+h8nhuRwaKPaDw34QUkwsGi6Rc4yYqvKFo5rm2FUEhCFbzVWrxXUxuKK8TASjWsysJY0nsmNCGhCOIsrOw==", + "dev": true, + "dependencies": { + "@types/http-errors": "*", + "@types/node": "*", + "@types/send": "*" + } + }, + "node_modules/@types/sockjs": { + "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/trusted-types": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/@types/trusted-types/-/trusted-types-2.0.7.tgz", + "integrity": "sha512-ScaPdn1dQczgbl0QFTeTOmVHFULt394XJgOQNoyVhZ6r2vLnMLJfBPd53SB52T/3G36VI1/g2MZaX0cwDuXsfw==" + }, + "node_modules/@types/wrap-ansi": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@types/wrap-ansi/-/wrap-ansi-3.0.0.tgz", + "integrity": "sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==", + "dev": true + }, + "node_modules/@types/ws": { + "version": "8.5.13", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.13.tgz", + "integrity": "sha512-osM/gWBTPKgHV8XkTunnegTRIsvF6owmf5w+JtAfOw472dptdm0dlGv4xCt6GwQRcC2XVOvvRE/0bAoQcL2QkA==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@vitejs/plugin-basic-ssl": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@vitejs/plugin-basic-ssl/-/plugin-basic-ssl-1.1.0.tgz", + "integrity": "sha512-wO4Dk/rm8u7RNhOf95ZzcEmC9rYOncYgvq4z3duaJrCgjN8BxAnDVyndanfcJZ0O6XZzHz6Q0hTimxTg8Y9g/A==", + "dev": true, + "engines": { + "node": ">=14.6.0" + }, + "peerDependencies": { + "vite": "^3.0.0 || ^4.0.0 || ^5.0.0" + } + }, + "node_modules/@webassemblyjs/ast": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.14.1.tgz", + "integrity": "sha512-nuBEDgQfm1ccRp/8bCQrx1frohyufl4JlbMMZ4P1wpeOfDhF6FQkxZJ1b/e+PLwr6X1Nhw6OLme5usuBWYBvuQ==", + "dev": true, + "dependencies": { + "@webassemblyjs/helper-numbers": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2" + } + }, + "node_modules/@webassemblyjs/floating-point-hex-parser": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.13.2.tgz", + "integrity": "sha512-6oXyTOzbKxGH4steLbLNOu71Oj+C8Lg34n6CqRvqfS2O71BxY6ByfMDRhBytzknj9yGUPVJ1qIKhRlAwO1AovA==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-api-error": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.13.2.tgz", + "integrity": "sha512-U56GMYxy4ZQCbDZd6JuvvNV/WFildOjsaWD3Tzzvmw/mas3cXzRJPMjP83JqEsgSbyrmaGjBfDtV7KDXV9UzFQ==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-buffer": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.14.1.tgz", + "integrity": "sha512-jyH7wtcHiKssDtFPRB+iQdxlDf96m0E39yb0k5uJVhFGleZFoNw1c4aeIcVUPPbXUVJ94wwnMOAqUHyzoEPVMA==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-numbers": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.13.2.tgz", + "integrity": "sha512-FE8aCmS5Q6eQYcV3gI35O4J789wlQA+7JrqTTpJqn5emA4U2hvwJmvFRC0HODS+3Ye6WioDklgd6scJ3+PLnEA==", + "dev": true, + "dependencies": { + "@webassemblyjs/floating-point-hex-parser": "1.13.2", + "@webassemblyjs/helper-api-error": "1.13.2", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/helper-wasm-bytecode": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.13.2.tgz", + "integrity": "sha512-3QbLKy93F0EAIXLh0ogEVR6rOubA9AoZ+WRYhNbFyuB70j3dRdwH9g+qXhLAO0kiYGlg3TxDV+I4rQTr/YNXkA==", + "dev": true + }, + "node_modules/@webassemblyjs/helper-wasm-section": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.14.1.tgz", + "integrity": "sha512-ds5mXEqTJ6oxRoqjhWDU83OgzAYjwsCV8Lo/N+oRsNDmx/ZDpqalmrtgOMkHwxsG0iI//3BwWAErYRHtgn0dZw==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/wasm-gen": "1.14.1" + } + }, + "node_modules/@webassemblyjs/ieee754": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.13.2.tgz", + "integrity": "sha512-4LtOzh58S/5lX4ITKxnAK2USuNEvpdVV9AlgGQb8rJDHaLeHciwG4zlGr0j/SNWlr7x3vO1lDEsuePvtcDNCkw==", + "dev": true, + "dependencies": { + "@xtuc/ieee754": "^1.2.0" + } + }, + "node_modules/@webassemblyjs/leb128": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.13.2.tgz", + "integrity": "sha512-Lde1oNoIdzVzdkNEAWZ1dZ5orIbff80YPdHx20mrHwHrVNNTjNr8E3xz9BdpcGqRQbAEa+fkrCb+fRFTl/6sQw==", + "dev": true, + "dependencies": { + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@webassemblyjs/utf8": { + "version": "1.13.2", + "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.13.2.tgz", + "integrity": "sha512-3NQWGjKTASY1xV5m7Hr0iPeXD9+RDobLll3T9d2AO+g3my8xy5peVyjSag4I50mR1bBSN/Ct12lo+R9tJk0NZQ==", + "dev": true + }, + "node_modules/@webassemblyjs/wasm-edit": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.14.1.tgz", + "integrity": "sha512-RNJUIQH/J8iA/1NzlE4N7KtyZNHi3w7at7hDjvRNm5rcUXa00z1vRz3glZoULfJ5mpvYhLybmVcwcjGrC1pRrQ==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/helper-wasm-section": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-opt": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1", + "@webassemblyjs/wast-printer": "1.14.1" + } + }, + "node_modules/@webassemblyjs/wasm-gen": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.14.1.tgz", + "integrity": "sha512-AmomSIjP8ZbfGQhumkNvgC33AY7qtMCXnN6bL2u2Js4gVCg8fp735aEiMSBbDR7UQIj90n4wKAFUSEd0QN2Ukg==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } + }, + "node_modules/@webassemblyjs/wasm-opt": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.14.1.tgz", + "integrity": "sha512-PTcKLUNvBqnY2U6E5bdOQcSM+oVP/PmrDY9NzowJjislEjwP/C4an2303MCVS2Mg9d3AJpIGdUFIQQWbPds0Sw==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-buffer": "1.14.1", + "@webassemblyjs/wasm-gen": "1.14.1", + "@webassemblyjs/wasm-parser": "1.14.1" + } + }, + "node_modules/@webassemblyjs/wasm-parser": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.14.1.tgz", + "integrity": "sha512-JLBl+KZ0R5qB7mCnud/yyX08jWFw5MsoalJ1pQ4EdFlgj9VdXKGuENGsiCIjegI1W7p91rUlcB/LB5yRJKNTcQ==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@webassemblyjs/helper-api-error": "1.13.2", + "@webassemblyjs/helper-wasm-bytecode": "1.13.2", + "@webassemblyjs/ieee754": "1.13.2", + "@webassemblyjs/leb128": "1.13.2", + "@webassemblyjs/utf8": "1.13.2" + } + }, + "node_modules/@webassemblyjs/wast-printer": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.14.1.tgz", + "integrity": "sha512-kPSSXE6De1XOR820C90RIo2ogvZG+c3KiHzqUoO/F34Y2shGzesfqv7o57xrxovZJH/MetF5UjroJ/R/3isoiw==", + "dev": true, + "dependencies": { + "@webassemblyjs/ast": "1.14.1", + "@xtuc/long": "4.2.2" + } + }, + "node_modules/@xtuc/ieee754": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", + "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", + "dev": true + }, + "node_modules/@xtuc/long": { + "version": "4.2.2", + "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", + "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", + "dev": true + }, + "node_modules/@yarnpkg/lockfile": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", + "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", + "dev": true + }, + "node_modules/abbrev": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-2.0.0.tgz", + "integrity": "sha512-6/mh1E2u2YgEsCHdY0Yx5oW+61gZU+1vXaoiHHrpKeuRNNgFvS+/jrwHiQhB5apAf5oB7UB7E19ol2R2LKH8hQ==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/accepts": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", + "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", + "dependencies": { + "mime-types": "~2.1.34", + "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/acorn": { + "version": "8.14.0", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.14.0.tgz", + "integrity": "sha512-cl669nCJTZBsL97OF4kUQm5g5hC2uihk0NxY3WENAC0TYdILVkAyHymAntgxGkl7K+t0cXIrH5siy5S4XkFycA==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/adjust-sourcemap-loader": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", + "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", + "dev": true, + "dependencies": { + "loader-utils": "^2.0.0", + "regex-parser": "^2.2.11" + }, + "engines": { + "node": ">=8.9" + } + }, + "node_modules/adjust-sourcemap-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/agent-base": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-7.1.1.tgz", + "integrity": "sha512-H0TSyFNDMomMNJQBn8wFV5YC/2eJ+VXECwOadZJT554xP6cODZHPX3H9QMQECxvrgiSOP1pHjy1sMWQVYJOUOA==", + "dev": true, + "dependencies": { + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/aggregate-error": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", + "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", + "dev": true, + "dependencies": { + "clean-stack": "^2.0.0", + "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ajv": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.17.1.tgz", + "integrity": "sha512-B/gBuNg5SiMTrPkC+A2+cW0RszwxYmn6VYxB/inlBStS5nx6xHIt/ehKRhIMhqusl7a8LjQoZnjCs5vhwxOQ1g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3", + "fast-uri": "^3.0.1", + "json-schema-traverse": "^1.0.0", + "require-from-string": "^2.0.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/ajv-formats": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-3.0.1.tgz", + "integrity": "sha512-8iUql50EUR+uUcdRQ3HDqa6EVyo3docL8g5WJ3FNcWmu62IbkGUue/pEyLBW8VGKKucTPgqeks4fIU1DA4yowQ==", + "dev": true, + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } + }, + "node_modules/ansi-colors": { + "version": "4.1.3", + "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", + "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/ansi-escapes": { + "version": "4.3.2", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", + "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ansi-html-community": { + "version": "0.0.8", + "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", + "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", + "dev": true, + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } + }, + "node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", + "dev": true, + "dependencies": { + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/anymatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==" + }, + "node_modules/autoprefixer": { + "version": "10.4.20", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.20.tgz", + "integrity": "sha512-XY25y5xSv/wEoqzDyXXME4AFfkZI0P23z6Fs3YgymDnKJkCGOnkL0iTxCa85UTqaSgfcqyf3UA6+c7wUvx/16g==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "browserslist": "^4.23.3", + "caniuse-lite": "^1.0.30001646", + "fraction.js": "^4.3.7", + "normalize-range": "^0.1.2", + "picocolors": "^1.0.1", + "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/babel-loader": { + "version": "9.2.1", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.2.1.tgz", + "integrity": "sha512-fqe8naHt46e0yIdkjUZYqddSXfej3AHajX+CSO5X7oy0EmPc6o5Xh+RClNoHjnieWz9AW4kZxW9yyFMhVB1QLA==", + "dev": true, + "dependencies": { + "find-cache-dir": "^4.0.0", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 14.15.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0", + "webpack": ">=5" + } + }, + "node_modules/babel-plugin-polyfill-corejs2": { + "version": "0.4.12", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.4.12.tgz", + "integrity": "sha512-CPWT6BwvhrTO2d8QVorhTCQw9Y43zOu7G9HigcfxvepOU6b8o3tcWad6oVgZIsZCTt42FFv97aA7ZJsbM4+8og==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.22.6", + "@babel/helper-define-polyfill-provider": "^0.6.3", + "semver": "^6.3.1" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.10.6", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.10.6.tgz", + "integrity": "sha512-b37+KR2i/khY5sKmWNVQAnitvquQbNdWy6lJdsr0kmquCKEEUgMKK4SboVM3HtfnZilfjr4MMQ7vY58FVWDtIA==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.2", + "core-js-compat": "^3.38.0" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/babel-plugin-polyfill-regenerator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.6.3.tgz", + "integrity": "sha512-LiWSbl4CRSIa5x/JAU6jZiG9eit9w6mz+yVMFwDE83LAWvt0AfGBoZ7HS/mkhrKuh2ZlzfVZYKoLjXdqw6Yt7Q==", + "dev": true, + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.6.3" + }, + "peerDependencies": { + "@babel/core": "^7.4.0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/balanced-match": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", + "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==", + "dev": true + }, + "node_modules/base64-js": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", + "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", + "dev": true, + "engines": { + "node": "^4.5.0 || >= 5.9" + } + }, + "node_modules/batch": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", + "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", + "dev": true + }, + "node_modules/beasties": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/beasties/-/beasties-0.1.0.tgz", + "integrity": "sha512-+Ssscd2gVG24qRNC+E2g88D+xsQW4xwakWtKAiGEQ3Pw54/FGdyo9RrfxhGhEv6ilFVbB7r3Lgx+QnAxnSpECw==", + "dev": true, + "dependencies": { + "css-select": "^5.1.0", + "css-what": "^6.1.0", + "dom-serializer": "^2.0.0", + "domhandler": "^5.0.3", + "htmlparser2": "^9.0.0", + "picocolors": "^1.1.1", + "postcss": "^8.4.47", + "postcss-media-query-parser": "^0.2.3" + } + }, + "node_modules/big.js": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", + "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", + "dev": true, + "engines": { + "node": "*" + } + }, + "node_modules/binary-extensions": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.3.0.tgz", + "integrity": "sha512-Ceh+7ox5qe7LJuLHoY0feh3pHuUDHAcRUeyL2VYghZwfpkNIy/+8Ocg0a3UuSoYzavmylwuLWQOf3hl0jjMMIw==", + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bl": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", + "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", + "dev": true, + "dependencies": { + "buffer": "^5.5.0", + "inherits": "^2.0.4", + "readable-stream": "^3.4.0" + } + }, + "node_modules/body-parser": { + "version": "1.20.3", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.3.tgz", + "integrity": "sha512-7rAxByjUMqQ3/bHJy7D6OGXvx/MMc4IqBn/X0fcM1QUcAItpZrBEYhWGem+tzXH90c+G01ypMcYJBO9Y30203g==", + "dependencies": { + "bytes": "3.1.2", + "content-type": "~1.0.5", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.13.0", + "raw-body": "2.5.2", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/bonjour-service": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.3.0.tgz", + "integrity": "sha512-3YuAUiSkWykd+2Azjgyxei8OWf8thdn8AITIog2M4UICzoqfjlqr64WIjEXZllf/W6vK1goqleSR6brGomxQqA==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3", + "multicast-dns": "^7.2.5" + } + }, + "node_modules/boolbase": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", + "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", + "dev": true + }, + "node_modules/brace-expansion": { + "version": "1.1.11", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", + "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0", + "concat-map": "0.0.1" + } + }, + "node_modules/braces": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.3.tgz", + "integrity": "sha512-yQbXgO/OSZVD2IsiLlro+7Hf6Q18EJrKSEsdoMzKePKXct3gvD8oLcOQdIzGupr5Fj+EDe8gO/lxc1BzfMpxvA==", + "devOptional": true, + "dependencies": { + "fill-range": "^7.1.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/browserslist": { + "version": "4.24.2", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.24.2.tgz", + "integrity": "sha512-ZIc+Q62revdMcqC6aChtW4jz3My3klmCO1fEmINZY/8J3EpBg5/A/D0AKmBveUh6pgoeycoMkVMko84tuYS+Gg==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001669", + "electron-to-chromium": "^1.5.41", + "node-releases": "^2.0.18", + "update-browserslist-db": "^1.1.1" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } + }, + "node_modules/buffer": { + "version": "5.7.1", + "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", + "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "base64-js": "^1.3.1", + "ieee754": "^1.1.13" + } + }, + "node_modules/buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", + "dev": true + }, + "node_modules/bundle-name": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/bundle-name/-/bundle-name-4.1.0.tgz", + "integrity": "sha512-tjwM5exMg6BGRI+kNmTntNsvdZS1X8BFYS6tnJ2hdH0kVxM6/eVZ2xy+FqStSWvYmtfFMDLIxurorHwDKfDz5Q==", + "dev": true, + "dependencies": { + "run-applescript": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/bytes": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/cacache": { + "version": "19.0.1", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-19.0.1.tgz", + "integrity": "sha512-hdsUxulXCi5STId78vRVYEtDAjq99ICAUktLTeTYsLoTE6Z8dS0c8pWNCxwdrk9YfJeobDZc2Y186hD/5ZQgFQ==", + "dev": true, + "dependencies": { + "@npmcli/fs": "^4.0.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^7.0.2", + "ssri": "^12.0.0", + "tar": "^7.4.3", + "unique-filename": "^4.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/cacache/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/cacache/node_modules/chownr": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-3.0.0.tgz", + "integrity": "sha512-+IxzY9BZOQd/XuYPRmrvEVjF/nqj5kgT4kEq7VofrDoM1MxoRjEWkrCC3EtLi59TVawxTAn+orJwFQcrqEN1+g==", + "dev": true, + "engines": { + "node": ">=18" + } + }, + "node_modules/cacache/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cacache/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/cacache/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cacache/node_modules/minizlib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz", + "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.4", + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/cacache/node_modules/mkdirp": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-3.0.1.tgz", + "integrity": "sha512-+NsyUUAZDmo6YVHzL/stxSu3t9YS1iljliy3BSDrXJ/dkn1KYdmtZODGGjLcc9XLgVVpH4KshHB8XmZgMhaBXg==", + "dev": true, + "bin": { + "mkdirp": "dist/cjs/src/bin.js" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cacache/node_modules/rimraf": { + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", + "dev": true, + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/cacache/node_modules/tar": { + "version": "7.4.3", + "resolved": "https://registry.npmjs.org/tar/-/tar-7.4.3.tgz", + "integrity": "sha512-5S7Va8hKfV7W5U6g3aYxXmlPoZVAwUMy9AOKyF2fVuZa2UD3qZjg578OrLRt8PcNN1PleVaL/5/yYATNL0ICUw==", + "dev": true, + "dependencies": { + "@isaacs/fs-minipass": "^4.0.0", + "chownr": "^3.0.0", + "minipass": "^7.1.2", + "minizlib": "^3.0.1", + "mkdirp": "^3.0.1", + "yallist": "^5.0.0" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/cacache/node_modules/yallist": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-5.0.0.tgz", + "integrity": "sha512-YgvUTfwqyc7UXVMrB+SImsVYSmTS8X/tSrtdNZMImM+n7+QTriRXyXim0mBrTXNeqzVF0KWGgHPeiyViFFrNDw==", + "dev": true, + "engines": { + "node": ">=18" + } + }, + "node_modules/call-bind": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.7.tgz", + "integrity": "sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "set-function-length": "^1.2.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/callsites": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", + "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/caniuse-lite": { + "version": "1.0.30001684", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001684.tgz", + "integrity": "sha512-G1LRwLIQjBQoyq0ZJGqGIJUXzJ8irpbjHLpVRXDvBEScFJ9b17sgK6vlx0GAJFE21okD7zXl08rRRUfq6HdoEQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] + }, + "node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/chardet": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", + "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", + "dev": true + }, + "node_modules/chokidar": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-4.0.1.tgz", + "integrity": "sha512-n8enUVCED/KVRQlab1hr3MVpcVMvxtZjmEa956u+4YijlmQED223XMSYj2tLuKvr4jcCTzNNMpQDUer72MMmzA==", + "dependencies": { + "readdirp": "^4.0.1" + }, + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/chownr": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", + "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/chrome-trace-event": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.4.tgz", + "integrity": "sha512-rNjApaLzuwaOTjCiT8lSDdGN1APCiqkChLMJxJPWLunPAt5fy8xgU9/jNOchV84wfIxrA0lRQB7oCT8jrn/wrQ==", + "dev": true, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/clean-stack": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", + "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/cli-cursor": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-5.0.0.tgz", + "integrity": "sha512-aCj4O5wKyszjMmDT4tZj93kxyydN/K5zPWSCe6/0AV/AA1pqe5ZBIw0a2ZfPQV7lL5/yb5HsUreJ6UFAF1tEQw==", + "dev": true, + "dependencies": { + "restore-cursor": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-truncate": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/cli-truncate/-/cli-truncate-4.0.0.tgz", + "integrity": "sha512-nPdaFdQ0h/GEigbPClz11D0v/ZJEwxmeVZGeMo3Z5StPtUTkA9o1lD6QwoirYiSDzbcwn2XcjwmCp68W1IS4TA==", + "dev": true, + "dependencies": { + "slice-ansi": "^5.0.0", + "string-width": "^7.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/cli-width": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-4.1.0.tgz", + "integrity": "sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==", + "dev": true, + "engines": { + "node": ">= 12" + } + }, + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.1", + "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/cliui/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/cliui/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cliui/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/clone": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", + "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/clone-deep": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", + "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", + "dev": true, + "dependencies": { + "is-plain-object": "^2.0.4", + "kind-of": "^6.0.2", + "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/clone-deep/node_modules/is-plain-object": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", + "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", + "dev": true, + "dependencies": { + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", + "dev": true + }, + "node_modules/commander": { + "version": "2.20.3", + "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", + "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", + "dev": true + }, + "node_modules/common-path-prefix": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/common-path-prefix/-/common-path-prefix-3.0.0.tgz", + "integrity": "sha512-QE33hToZseCH3jS0qN96O/bSh3kaw/h+Tq7ngyY9eWDUnTlTNUyqfqvCXioLe5Na5jFsL78ra/wuBU4iuEgd4w==", + "dev": true + }, + "node_modules/compressible": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", + "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", + "dev": true, + "dependencies": { + "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/compression": { + "version": "1.7.5", + "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.5.tgz", + "integrity": "sha512-bQJ0YRck5ak3LgtnpKkiabX5pNF7tMUh1BSy2ZBOTh0Dim0BUu6aPPwByIns6/A5Prh8PufSPerMDUklpzes2Q==", + "dev": true, + "dependencies": { + "bytes": "3.1.2", + "compressible": "~2.0.18", + "debug": "2.6.9", + "negotiator": "~0.6.4", + "on-headers": "~1.0.2", + "safe-buffer": "5.2.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/compression/node_modules/negotiator": { + "version": "0.6.4", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.4.tgz", + "integrity": "sha512-myRT3DiWPHqho5PrJaIRyaMv2kgYf0mUVgBNOYMuCH5Ki1yEiQaf/ZJuQ62nvpc44wL5WDbTX7yGJi1Neevw8w==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/concat-map": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==", + "dev": true + }, + "node_modules/connect": { + "version": "3.7.0", + "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", + "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "finalhandler": "1.1.2", + "parseurl": "~1.3.3", + "utils-merge": "1.0.1" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/connect-history-api-fallback": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", + "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/connect/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/connect/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/connect/node_modules/finalhandler": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", + "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "~2.3.0", + "parseurl": "~1.3.3", + "statuses": "~1.5.0", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/connect/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/connect/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dev": true, + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/connect/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-disposition": { + "version": "0.5.4", + "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", + "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", + "dependencies": { + "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/convert-source-map": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", + "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", + "dev": true + }, + "node_modules/cookie": { + "version": "0.7.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.1.tgz", + "integrity": "sha512-6DnInpx7SJ2AK3+CTUE/ZM0vWTUboZCegxhC2xiIydHR9jNuTAASBrfEpHhiGOZw/nX51bHt6YQl8jsGo4y/0w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/cookie-signature": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", + "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==" + }, + "node_modules/copy-anything": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", + "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", + "dev": true, + "dependencies": { + "is-what": "^3.14.1" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" + } + }, + "node_modules/copy-webpack-plugin": { + "version": "12.0.2", + "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-12.0.2.tgz", + "integrity": "sha512-SNwdBeHyII+rWvee/bTnAYyO8vfVdcSTud4EIb6jcZ8inLeWucJE0DnxXQBjlQ5zlteuuvooGQy3LIyGxhvlOA==", + "dev": true, + "dependencies": { + "fast-glob": "^3.3.2", + "glob-parent": "^6.0.1", + "globby": "^14.0.0", + "normalize-path": "^3.0.0", + "schema-utils": "^4.2.0", + "serialize-javascript": "^6.0.2" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + } + }, + "node_modules/core-js-compat": { + "version": "3.39.0", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.39.0.tgz", + "integrity": "sha512-VgEUx3VwlExr5no0tXlBt+silBvhTryPwCXRI2Id1PN8WTKu7MreethvddqOubrYxkFdv/RnYrqlv1sFNAUelw==", + "dev": true, + "dependencies": { + "browserslist": "^4.24.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" + } + }, + "node_modules/core-util-is": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", + "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==", + "dev": true + }, + "node_modules/cors": { + "version": "2.8.5", + "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", + "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", + "dev": true, + "dependencies": { + "object-assign": "^4", + "vary": "^1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/cosmiconfig": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-9.0.0.tgz", + "integrity": "sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==", + "dev": true, + "dependencies": { + "env-paths": "^2.2.1", + "import-fresh": "^3.3.0", + "js-yaml": "^4.1.0", + "parse-json": "^5.2.0" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/d-fischer" + }, + "peerDependencies": { + "typescript": ">=4.9.5" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/cross-spawn": { + "version": "7.0.6", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.6.tgz", + "integrity": "sha512-uV2QOWP2nWzsy2aMp8aRibhi9dlzF5Hgh5SHaB9OiTGEyDTiJJyx0uy51QXdyWbtAHNua4XJzUKca3OzKUd3vA==", + "dev": true, + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/cross-spawn/node_modules/which": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", + "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/css-loader": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-7.1.2.tgz", + "integrity": "sha512-6WvYYn7l/XEGN8Xu2vWFt9nVzrCn39vKyTEFf/ExEyoksJjjSZV/0/35XPlMbpnr6VGhZIUg5yJrL8tGfes/FA==", + "dev": true, + "dependencies": { + "icss-utils": "^5.1.0", + "postcss": "^8.4.33", + "postcss-modules-extract-imports": "^3.1.0", + "postcss-modules-local-by-default": "^4.0.5", + "postcss-modules-scope": "^3.2.0", + "postcss-modules-values": "^4.0.0", + "postcss-value-parser": "^4.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "webpack": "^5.27.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/css-select": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/css-select/-/css-select-5.1.0.tgz", + "integrity": "sha512-nwoRF1rvRRnnCqqY7updORDsuqKzqYJ28+oSMaJMMgOauh3fvwHqMS7EZpIPqK8GL+g9mKxF1vP/ZjSeNjEVHg==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0", + "css-what": "^6.1.0", + "domhandler": "^5.0.2", + "domutils": "^3.0.1", + "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/css-what": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", + "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", + "dev": true, + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } + }, + "node_modules/cssesc": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", + "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/custom-event": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", + "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==", + "dev": true + }, + "node_modules/date-format": { + "version": "4.0.14", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", + "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/debug": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.7.tgz", + "integrity": "sha512-Er2nc/H7RrMXZBFCEim6TCmMk02Z8vLC2Rbi1KEBggpo0fS6l0S1nnapwmIi3yW/+GOJap1Krg4w0Hg80oCqgQ==", + "dev": true, + "dependencies": { + "ms": "^2.1.3" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } + } + }, + "node_modules/default-browser": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.2.1.tgz", + "integrity": "sha512-WY/3TUME0x3KPYdRRxEJJvXRHV4PyPoUsxtZa78lwItwRQRHhd2U9xOscaT/YTf8uCXIAjeJOFBVEh/7FtD8Xg==", + "dev": true, + "dependencies": { + "bundle-name": "^4.1.0", + "default-browser-id": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/default-browser-id": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.0.tgz", + "integrity": "sha512-A6p/pu/6fyBcA1TRz/GqWYPViplrftcW2gZC9q79ngNCKAeR/X3gcEdXQHl4KNXV+3wgIJ1CPkJQ3IHM6lcsyA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/defaults": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", + "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", + "dev": true, + "dependencies": { + "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-data-property": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.4.tgz", + "integrity": "sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==", + "dependencies": { + "es-define-property": "^1.0.0", + "es-errors": "^1.3.0", + "gopd": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/define-lazy-prop": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-3.0.0.tgz", + "integrity": "sha512-N+MeXYoqr3pOgn8xfyRPREN7gHakLYjhsHhWGT3fWAiL4IkAt0iDw14QiiEm2bE30c5XX5q0FtAA3CK5f9/BUg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/depd": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/destroy": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/detect-libc": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/detect-libc/-/detect-libc-2.0.3.tgz", + "integrity": "sha512-bwy0MGW55bG41VqxxypOsdSdGqLwXPI/focwgTYCFMbdUiBAxLg9CFzG08sz2aqzknwiX7Hkl0bQENjg8iLByw==", + "dev": true, + "optional": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/detect-node": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", + "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", + "dev": true + }, + "node_modules/di": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", + "integrity": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==", + "dev": true + }, + "node_modules/dns-packet": { + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", + "dev": true, + "dependencies": { + "@leichtgewicht/ip-codec": "^2.0.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/dom-serialize": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", + "integrity": "sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==", + "dev": true, + "dependencies": { + "custom-event": "~1.0.0", + "ent": "~2.2.0", + "extend": "^3.0.0", + "void-elements": "^2.0.0" + } + }, + "node_modules/dom-serializer": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-2.0.0.tgz", + "integrity": "sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==", + "dev": true, + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.2", + "entities": "^4.2.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" + } + }, + "node_modules/domelementtype": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", + "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] + }, + "node_modules/domhandler": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-5.0.3.tgz", + "integrity": "sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==", + "dev": true, + "dependencies": { + "domelementtype": "^2.3.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" + } + }, + "node_modules/domutils": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/domutils/-/domutils-3.1.0.tgz", + "integrity": "sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==", + "dev": true, + "dependencies": { + "dom-serializer": "^2.0.0", + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" + } + }, + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", + "dev": true + }, + "node_modules/ee-first": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" + }, + "node_modules/electron-to-chromium": { + "version": "1.5.66", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.5.66.tgz", + "integrity": "sha512-pI2QF6+i+zjPbqRzJwkMvtvkdI7MjVbSh2g8dlMguDJIXEPw+kwasS1Jl+YGPEBfGVxsVgGUratAKymPdPo2vQ==", + "dev": true + }, + "node_modules/emoji-regex": { + "version": "10.4.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.4.0.tgz", + "integrity": "sha512-EC+0oUMY1Rqm4O6LLrgjtYDvcVYTy7chDnM4Q7030tP4Kwj3u/pR6gP9ygnp2CJMK5Gq+9Q2oqmrFJAz01DXjw==", + "dev": true + }, + "node_modules/emojis-list": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", + "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/encodeurl": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-2.0.0.tgz", + "integrity": "sha512-Q0n9HRi4m6JuGIV1eFlmvJB7ZEVxu93IrMyiMsGC0lrMJMWzRgx6WGquyfQgZVb31vhGgXnfmPNNXmxnOkRBrg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/encoding": { + "version": "0.1.13", + "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", + "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", + "dev": true, + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.2" + } + }, + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/engine.io": { + "version": "6.6.2", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.6.2.tgz", + "integrity": "sha512-gmNvsYi9C8iErnZdVcJnvCpSKbWTt1E8+JZo8b+daLninywUWi5NQ5STSHZ9rFjFO7imNcvb8Pc5pe/wMR5xEw==", + "dev": true, + "dependencies": { + "@types/cookie": "^0.4.1", + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", + "accepts": "~1.3.4", + "base64id": "2.0.0", + "cookie": "~0.7.2", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.2.1", + "ws": "~8.17.1" + }, + "engines": { + "node": ">=10.2.0" + } + }, + "node_modules/engine.io-parser": { + "version": "5.2.3", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.3.tgz", + "integrity": "sha512-HqD3yTBfnBxIrbnM1DoD6Pcq8NECnh8d4As1Qgh0z5Gg3jRRIqijury0CL3ghu/edArpUYiYqQiDUQBIs4np3Q==", + "dev": true, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/engine.io/node_modules/cookie": { + "version": "0.7.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.7.2.tgz", + "integrity": "sha512-yki5XnKuf750l50uGTllt6kKILY4nQ1eNIQatoXEByZ5dWgnKqbnqmTrBE5B4N7lrMJKQ2ytWMiTO2o0v6Ew/w==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.17.1", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.17.1.tgz", + "integrity": "sha512-LMHl3dXhTcfv8gM4kEzIUeTQ+7fpdA0l2tUf34BddXPkz2A5xJ5L/Pchd5BL6rdccM9QGvu0sWZzK1Z1t4wwyg==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/ent": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.1.tgz", + "integrity": "sha512-QHuXVeZx9d+tIQAz/XztU0ZwZf2Agg9CcXcgE1rurqvdBeDBrpSwjl8/6XUqMg7tw2Y7uAdKb2sRv+bSEFqQ5A==", + "dev": true, + "dependencies": { + "punycode": "^1.4.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dev": true, + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } + }, + "node_modules/env-paths": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", + "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/environment": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/environment/-/environment-1.1.0.tgz", + "integrity": "sha512-xUtoPkMggbz0MPyPiIWr1Kp4aeWJjDZ6SMvURhimjdZgsRuDplF5/s9hcgGhyXMhs+6vpnuoiZ2kFiu3FMnS8Q==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/err-code": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", + "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", + "dev": true + }, + "node_modules/errno": { + "version": "0.1.8", + "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", + "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", + "dev": true, + "optional": true, + "dependencies": { + "prr": "~1.0.1" + }, + "bin": { + "errno": "cli.js" + } + }, + "node_modules/error-ex": { + "version": "1.3.2", + "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", + "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", + "dev": true, + "dependencies": { + "is-arrayish": "^0.2.1" + } + }, + "node_modules/es-define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/es-define-property/-/es-define-property-1.0.0.tgz", + "integrity": "sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==", + "dependencies": { + "get-intrinsic": "^1.2.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-errors": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/es-errors/-/es-errors-1.3.0.tgz", + "integrity": "sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==", + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/es-module-lexer": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-1.5.4.tgz", + "integrity": "sha512-MVNK56NiMrOwitFB7cqDwq0CQutbw+0BvLshJSse0MUNU+y1FC3bUS/AQg7oUng+/wKrrki7JfmwtVHkVfPLlw==", + "dev": true + }, + "node_modules/esbuild": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.24.0.tgz", + "integrity": "sha512-FuLPevChGDshgSicjisSooU0cemp/sGXR841D5LHMB7mTVOmsEHcAxaH3irL53+8YDIeVNQEySh4DaYU/iuPqQ==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.24.0", + "@esbuild/android-arm": "0.24.0", + "@esbuild/android-arm64": "0.24.0", + "@esbuild/android-x64": "0.24.0", + "@esbuild/darwin-arm64": "0.24.0", + "@esbuild/darwin-x64": "0.24.0", + "@esbuild/freebsd-arm64": "0.24.0", + "@esbuild/freebsd-x64": "0.24.0", + "@esbuild/linux-arm": "0.24.0", + "@esbuild/linux-arm64": "0.24.0", + "@esbuild/linux-ia32": "0.24.0", + "@esbuild/linux-loong64": "0.24.0", + "@esbuild/linux-mips64el": "0.24.0", + "@esbuild/linux-ppc64": "0.24.0", + "@esbuild/linux-riscv64": "0.24.0", + "@esbuild/linux-s390x": "0.24.0", + "@esbuild/linux-x64": "0.24.0", + "@esbuild/netbsd-x64": "0.24.0", + "@esbuild/openbsd-arm64": "0.24.0", + "@esbuild/openbsd-x64": "0.24.0", + "@esbuild/sunos-x64": "0.24.0", + "@esbuild/win32-arm64": "0.24.0", + "@esbuild/win32-ia32": "0.24.0", + "@esbuild/win32-x64": "0.24.0" + } + }, + "node_modules/esbuild-wasm": { + "version": "0.24.0", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.24.0.tgz", + "integrity": "sha512-xhNn5tL1AhkPg4ft59yXT6FkwKXiPSYyz1IeinJHUJpjvOHOIPvdmFQc0pGdjxlKSbzZc2mNmtVOWAR1EF/JAg==", + "dev": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=18" + } + }, + "node_modules/escalade": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.2.0.tgz", + "integrity": "sha512-WUj2qlxaQtO4g6Pq5c29GTcWGDyd8itL8zTlipgECz3JesAiiOKotd8JU6otB3PACgG6xkJUyVhboMS+bje/jA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/escape-html": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" + }, + "node_modules/escape-string-regexp": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/esrecurse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", + "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", + "dev": true, + "dependencies": { + "estraverse": "^5.2.0" + }, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esrecurse/node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/esutils": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", + "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/etag": { + "version": "1.8.1", + "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", + "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/eventemitter3": { + "version": "4.0.7", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", + "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==", + "dev": true + }, + "node_modules/events": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", + "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", + "dev": true, + "engines": { + "node": ">=0.8.x" + } + }, + "node_modules/exponential-backoff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz", + "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==", + "dev": true + }, + "node_modules/express": { + "version": "4.21.1", + "resolved": "https://registry.npmjs.org/express/-/express-4.21.1.tgz", + "integrity": "sha512-YSFlK1Ee0/GC8QaO91tHcDxJiE/X4FbpAyQWkxAvG6AXCuR65YzK8ua6D9hvi/TzUfZMpc+BwuM1IPw8fmQBiQ==", + "dependencies": { + "accepts": "~1.3.8", + "array-flatten": "1.1.1", + "body-parser": "1.20.3", + "content-disposition": "0.5.4", + "content-type": "~1.0.4", + "cookie": "0.7.1", + "cookie-signature": "1.0.6", + "debug": "2.6.9", + "depd": "2.0.0", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "finalhandler": "1.3.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "merge-descriptors": "1.0.3", + "methods": "~1.1.2", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "path-to-regexp": "0.1.10", + "proxy-addr": "~2.0.7", + "qs": "6.13.0", + "range-parser": "~1.2.1", + "safe-buffer": "5.2.1", + "send": "0.19.0", + "serve-static": "1.16.2", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "type-is": "~1.6.18", + "utils-merge": "1.0.1", + "vary": "~1.1.2" + }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/extend": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", + "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==", + "dev": true + }, + "node_modules/external-editor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", + "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", + "dev": true, + "dependencies": { + "chardet": "^0.7.0", + "iconv-lite": "^0.4.24", + "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/fast-deep-equal": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", + "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", + "dev": true + }, + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "^2.0.2", + "@nodelib/fs.walk": "^1.2.3", + "glob-parent": "^5.1.2", + "merge2": "^1.3.0", + "micromatch": "^4.0.4" + }, + "engines": { + "node": ">=8.6.0" + } + }, + "node_modules/fast-glob/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/fast-json-stable-stringify": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", + "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", + "dev": true + }, + "node_modules/fast-uri": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fast-uri/-/fast-uri-3.0.3.tgz", + "integrity": "sha512-aLrHthzCjH5He4Z2H9YZ+v6Ujb9ocRuW6ZzkJQOrTxleEijANq4v1TsaPaVG1PZcuurEzrLcWRyYBYXD5cEiaw==", + "dev": true + }, + "node_modules/fastq": { + "version": "1.17.1", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.1.tgz", + "integrity": "sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==", + "dev": true, + "dependencies": { + "reusify": "^1.0.4" + } + }, + "node_modules/faye-websocket": { + "version": "0.11.4", + "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", + "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", + "dev": true, + "dependencies": { + "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/fflate": { + "version": "0.8.2", + "resolved": "https://registry.npmjs.org/fflate/-/fflate-0.8.2.tgz", + "integrity": "sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==" + }, + "node_modules/fill-range": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.1.1.tgz", + "integrity": "sha512-YsGpe3WHLK8ZYi4tWDg2Jy3ebRz2rXowDxnld4bkQB00cc/1Zw9AWnC0i9ztDJitivtQvaI9KaLyKrc+hBW0yg==", + "devOptional": true, + "dependencies": { + "to-regex-range": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/finalhandler": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.3.1.tgz", + "integrity": "sha512-6BN9trH7bp3qvnrRyzsBz+g3lZxTNZTbVO2EV1CS0WIcDbawYVdYvGflME/9QP0h0pYlCDBCTjYa9nZzMDpyxQ==", + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/find-cache-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-4.0.0.tgz", + "integrity": "sha512-9ZonPT4ZAK4a+1pUPVPZJapbi7O5qbbJPdYw/NOQWZZbVLdDTYM3A4R9z/DpAM08IDaFGsvPgiGZ82WEwUDWjg==", + "dev": true, + "dependencies": { + "common-path-prefix": "^3.0.0", + "pkg-dir": "^7.0.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/find-up": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-6.3.0.tgz", + "integrity": "sha512-v2ZsoEuVHYy8ZIlYqwPe/39Cy+cFDzp4dXPaxNvkEuouymu+2Jbz0PxpKarJHYJTmv2HWT3O382qY8l4jMWthw==", + "dev": true, + "dependencies": { + "locate-path": "^7.1.0", + "path-exists": "^5.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/flat": { + "version": "5.0.2", + "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", + "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", + "dev": true, + "bin": { + "flat": "cli.js" + } + }, + "node_modules/flatted": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.2.tgz", + "integrity": "sha512-AiwGJM8YcNOaobumgtng+6NHuOqC3A7MixFeDafM3X9cIUM+xUXoS5Vfgf+OihAYe20fxqNM9yPBXJzRtZ/4eA==", + "dev": true + }, + "node_modules/follow-redirects": { + "version": "1.15.9", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.9.tgz", + "integrity": "sha512-gew4GsXizNgdoRyqmyfMHyAmXsZDk6mHkSxZFCzW9gwlbtOW44CDtYavM+y+72qD/Vq2l550kMF52DT8fOLJqQ==", + "dev": true, + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true + } + } + }, + "node_modules/foreground-child": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.3.0.tgz", + "integrity": "sha512-Ld2g8rrAyMYFXBhEqMz8ZAHBi4J4uS1i/CxGMDnjyFWddMXLVcDp051DZfu+t7+ab7Wv6SMqpWmyFIj5UbfFvg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/forwarded": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", + "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } + }, + "node_modules/fresh": { + "version": "0.5.2", + "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", + "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dev": true, + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/fs-minipass": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", + "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/fs.realpath": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==", + "dev": true + }, + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" + } + }, + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gensync": { + "version": "1.0.0-beta.2", + "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", + "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", + "dev": true, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/get-caller-file": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", + "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", + "dev": true, + "engines": { + "node": "6.* || 8.* || >= 10.*" + } + }, + "node_modules/get-east-asian-width": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/get-east-asian-width/-/get-east-asian-width-1.3.0.tgz", + "integrity": "sha512-vpeMIQKxczTD/0s2CdEWHcb0eeJe6TFjxb+J5xgX7hScxqrGuyjmv4c1D4A/gelKfyox0gJJwIHF+fLjeaM8kQ==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/get-intrinsic": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.4.tgz", + "integrity": "sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==", + "dependencies": { + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "deprecated": "Glob versions prior to v9 are no longer supported", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/glob-to-regexp": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", + "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", + "dev": true + }, + "node_modules/globals": { + "version": "11.12.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", + "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/globby": { + "version": "14.0.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-14.0.2.tgz", + "integrity": "sha512-s3Fq41ZVh7vbbe2PN3nrW7yC7U7MFVc5c98/iTl9c2GawNMKx/J648KQRW6WKkuU8GIbbh2IXfIRQjOZnXcTnw==", + "dev": true, + "dependencies": { + "@sindresorhus/merge-streams": "^2.1.0", + "fast-glob": "^3.3.2", + "ignore": "^5.2.4", + "path-type": "^5.0.0", + "slash": "^5.1.0", + "unicorn-magic": "^0.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==", + "dev": true + }, + "node_modules/hammerjs": { + "version": "2.0.8", + "resolved": "https://registry.npmjs.org/hammerjs/-/hammerjs-2.0.8.tgz", + "integrity": "sha512-tSQXBXS/MWQOn/RKckawJ61vvsDpCom87JgxiYdGwHdOa0ht0vzUWDlfioofFCRU0L+6NGDt6XzbgoJvZkMeRQ==", + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/handle-thing": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", + "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", + "dev": true + }, + "node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.2.tgz", + "integrity": "sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==", + "dependencies": { + "es-define-property": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.3.tgz", + "integrity": "sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-symbols": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/hasown": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.2.tgz", + "integrity": "sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/hosted-git-info": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-8.0.2.tgz", + "integrity": "sha512-sYKnA7eGln5ov8T8gnYlkSOxFJvywzEx9BueN6xo/GKO8PGiI6uK6xx+DIGe45T3bdVjLAQDQW1aicT8z8JwQg==", + "dev": true, + "dependencies": { + "lru-cache": "^10.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/hpack.js": { + "version": "2.1.6", + "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", + "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", + "dev": true, + "dependencies": { + "inherits": "^2.0.1", + "obuf": "^1.0.0", + "readable-stream": "^2.0.1", + "wbuf": "^1.1.0" + } + }, + "node_modules/hpack.js/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/hpack.js/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/hpack.js/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/html-entities": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.5.2.tgz", + "integrity": "sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ] + }, + "node_modules/html-escaper": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", + "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", + "dev": true + }, + "node_modules/htmlparser2": { + "version": "9.1.0", + "resolved": "https://registry.npmjs.org/htmlparser2/-/htmlparser2-9.1.0.tgz", + "integrity": "sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==", + "dev": true, + "funding": [ + "https://github.com/fb55/htmlparser2?sponsor=1", + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ], + "dependencies": { + "domelementtype": "^2.3.0", + "domhandler": "^5.0.3", + "domutils": "^3.1.0", + "entities": "^4.5.0" + } + }, + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", + "dev": true + }, + "node_modules/http-deceiver": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", + "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", + "dev": true + }, + "node_modules/http-errors": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", + "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", + "dependencies": { + "depd": "2.0.0", + "inherits": "2.0.4", + "setprototypeof": "1.2.0", + "statuses": "2.0.1", + "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { + "version": "0.5.8", + "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", + "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", + "dev": true + }, + "node_modules/http-proxy": { + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", + "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", + "dev": true, + "dependencies": { + "eventemitter3": "^4.0.0", + "follow-redirects": "^1.0.0", + "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/http-proxy-agent": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-7.0.2.tgz", + "integrity": "sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==", + "dev": true, + "dependencies": { + "agent-base": "^7.1.0", + "debug": "^4.3.4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/http-proxy-middleware": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-3.0.3.tgz", + "integrity": "sha512-usY0HG5nyDUwtqpiZdETNbmKtw3QQ1jwYFZ9wi5iHzX2BcILwQKtYDJPo7XHTsu5Z0B2Hj3W9NNnbd+AjFWjqg==", + "dev": true, + "dependencies": { + "@types/http-proxy": "^1.17.15", + "debug": "^4.3.6", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.3", + "is-plain-object": "^5.0.0", + "micromatch": "^4.0.8" + }, + "engines": { + "node": "^14.15.0 || ^16.10.0 || >=18.0.0" + } + }, + "node_modules/https-proxy-agent": { + "version": "7.0.5", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-7.0.5.tgz", + "integrity": "sha512-1e4Wqeblerz+tMKPIq2EMGiiWW1dIjZOksyHWSUm1rmuvw/how9hBHZ38lAGj5ID4Ik6EdkOw7NmWPy6LAwalw==", + "dev": true, + "dependencies": { + "agent-base": "^7.0.2", + "debug": "4" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/hyperdyperid": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/hyperdyperid/-/hyperdyperid-1.2.0.tgz", + "integrity": "sha512-Y93lCzHYgGWdrJ66yIktxiaGULYc6oGiABxhcO5AufBeOyoIdZF7bIfLaOrbM0iGIOXQQgxxRrFEnb+Y6w1n4A==", + "dev": true, + "engines": { + "node": ">=10.18" + } + }, + "node_modules/iconv-lite": { + "version": "0.4.24", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", + "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/icss-utils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", + "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/ieee754": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", + "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/igniteui-angular": { + "version": "19.0.0", + "resolved": "https://registry.npmjs.org/igniteui-angular/-/igniteui-angular-19.0.0.tgz", + "integrity": "sha512-RL05anvSNT3bg+g/QMZbm4lh9/oxXqp/Dh7JTwffk3i5fxgKrhEBdj+gYHp74TtfLNSaCojTSzc7nd99TVCarg==", + "dependencies": { + "@igniteui/material-icons-extended": "^3.1.0", + "fflate": "^0.8.1", + "igniteui-theming": "^14.3.0", + "igniteui-trial-watermark": "^3.0.2", + "lodash-es": "^4.17.21", + "tslib": "^2.3.0" + }, + "peerDependencies": { + "@angular/animations": "19", + "@angular/common": "19", + "@angular/core": "19", + "@angular/forms": "19", + "@types/hammerjs": "^2.0.40", + "hammerjs": "^2.0.8" + }, + "peerDependenciesMeta": { + "@types/hammerjs": { + "optional": true + }, + "hammerjs": { + "optional": true + } + } + }, + "node_modules/igniteui-theming": { + "version": "14.3.0", + "resolved": "https://registry.npmjs.org/igniteui-theming/-/igniteui-theming-14.3.0.tgz", + "integrity": "sha512-NF43En3g7Qrr2lDOd+nKRYk7T54RJ9OrdjtQplNVGnoxkKnQYeQ2iHEhd0lmmTMRUnNiJUUQwYqM4VUVQyo5dw==", + "peerDependencies": { + "sass": "^1.69.5" + } + }, + "node_modules/igniteui-trial-watermark": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/igniteui-trial-watermark/-/igniteui-trial-watermark-3.0.2.tgz", + "integrity": "sha512-/tkraYJFEWNi6YET6u2G7/pzu6lFHQrnMXS3MrEORB6OdqP8L8hz6Wn3SNN7uwukud8qxRymtIy+cQLqTj5ljQ==", + "dependencies": { + "lit": "^2.7.0" + } + }, + "node_modules/ignore": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.3.2.tgz", + "integrity": "sha512-hsBTNUqQTDwkWtcdYI2i06Y/nUBEsNEDJKjWdigLvegy8kDuJAS8uRlpkkcQpyEXL0Z/pjDy5HBmMjRCJ2gq+g==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/ignore-walk": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-7.0.0.tgz", + "integrity": "sha512-T4gbf83A4NH95zvhVYZc+qWocBBGlpzUXLPGurJggw/WIOwicfXJChLDP/iBZnN5WqROSu5Bm3hhle4z8a8YGQ==", + "dev": true, + "dependencies": { + "minimatch": "^9.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/ignore-walk/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/ignore-walk/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/image-size": { + "version": "0.5.5", + "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", + "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", + "dev": true, + "optional": true, + "bin": { + "image-size": "bin/image-size.js" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/immutable": { + "version": "5.0.3", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-5.0.3.tgz", + "integrity": "sha512-P8IdPQHq3lA1xVeBRi5VPqUm5HDgKnx0Ru51wZz5mjxHr5n3RWhjIpOFU7ybkUxfB+5IToy+OLaHYDBIWsv+uw==" + }, + "node_modules/import-fresh": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", + "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", + "dev": true, + "dependencies": { + "parent-module": "^1.0.0", + "resolve-from": "^4.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/imurmurhash": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", + "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", + "dev": true, + "engines": { + "node": ">=0.8.19" + } + }, + "node_modules/indent-string": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", + "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/inflight": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "deprecated": "This module is not supported, and leaks memory. Do not use it. Check out lru-cache if you want a good and tested way to coalesce async requests by a key value, which is much more comprehensive and powerful.", + "dev": true, + "dependencies": { + "once": "^1.3.0", + "wrappy": "1" + } + }, + "node_modules/inherits": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", + "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" + }, + "node_modules/ini": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/ini/-/ini-5.0.0.tgz", + "integrity": "sha512-+N0ngpO3e7cRUWOJAS7qw0IZIVc6XPrW4MlFBdD066F2L4k1L6ker3hLqSq7iXxU5tgS4WGkIUElWn5vogAEnw==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/ip-address": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/ip-address/-/ip-address-9.0.5.tgz", + "integrity": "sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==", + "dev": true, + "dependencies": { + "jsbn": "1.1.0", + "sprintf-js": "^1.1.3" + }, + "engines": { + "node": ">= 12" + } + }, + "node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arrayish": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", + "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", + "dev": true + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dev": true, + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-core-module": { + "version": "2.15.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.15.1.tgz", + "integrity": "sha512-z0vtXSwucUJtANQWldhbtbt7BnL0vxiFjIdDLAatwhDYty2bad6s+rijD6Ri4YuYJubLzIJLUidCh09e1djEVQ==", + "dev": true, + "dependencies": { + "hasown": "^2.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-docker": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-3.0.0.tgz", + "integrity": "sha512-eljcgEDlEns/7AXFosB5K/2nCM4P7FQPkGc/DWLy5rmFEWvZayGrik1d9/QIY5nJ4f9YsVvBkA6kJpHn9rISdQ==", + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-extglob": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "devOptional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-fullwidth-code-point": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-4.0.0.tgz", + "integrity": "sha512-O4L094N2/dZ7xqVdrXhh9r1KODPJpFms8B5sGdJLPy664AgvXsreZUyCQQNItZRDlYug4xStLjNp/sz3HvBowQ==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-glob": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", + "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", + "devOptional": true, + "dependencies": { + "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-inside-container": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz", + "integrity": "sha512-KIYLCCJghfHZxqjYBE7rEy0OBuTd5xCHS7tHVgvCLkx7StIoaxwNW3hCALgEUjFfeRk+MG/Qxmp/vtETEF3tRA==", + "dev": true, + "dependencies": { + "is-docker": "^3.0.0" + }, + "bin": { + "is-inside-container": "cli.js" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-interactive": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", + "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-lambda": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", + "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", + "dev": true + }, + "node_modules/is-network-error": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/is-network-error/-/is-network-error-1.1.0.tgz", + "integrity": "sha512-tUdRRAnhT+OtCZR/LxZelH/C7QtjtFrTu5tXCA8pl55eTUElUHT+GPYV8MBMBvea/j+NxQqVt3LbWMRir7Gx9g==", + "dev": true, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "devOptional": true, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-plain-obj": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", + "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-plain-object": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-5.0.0.tgz", + "integrity": "sha512-VRSzKkbMm5jMDoKLbltAkFQ5Qr7VDiTFGXxYFXXowVj387GeGNOCsOH6Msy00SGZ3Fp84b1Naa1psqgcCIEP5Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-unicode-supported": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", + "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-what": { + "version": "3.14.1", + "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", + "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", + "dev": true + }, + "node_modules/is-wsl": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-3.1.0.tgz", + "integrity": "sha512-UcVfVfaK4Sc4m7X3dUSoHoozQGBEFeDC+zVo06t98xe8CzHSZZBekNXH+tu0NalHolcJ/QAGqS46Hef7QXBIMw==", + "dev": true, + "dependencies": { + "is-inside-container": "^1.0.0" + }, + "engines": { + "node": ">=16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/isbinaryfile": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", + "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", + "dev": true, + "engines": { + "node": ">= 8.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/gjtorikian/" + } + }, + "node_modules/isexe": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", + "dev": true + }, + "node_modules/isobject": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-6.0.3.tgz", + "integrity": "sha512-Vtgk7L/R2JHyyGW07spoFlB8/lpjiOLTjMdms6AFMraYt3BaJauod/NGrfnVG/y4Ix1JEuMRPDPEj2ua+zz1/Q==", + "dev": true, + "dependencies": { + "@babel/core": "^7.23.9", + "@babel/parser": "^7.23.9", + "@istanbuljs/schema": "^0.1.3", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dev": true, + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-4.0.1.tgz", + "integrity": "sha512-n3s8EwkdFIJCG3BPKBYvskgXGoy88ARzvegkitk60NxRdwltLOTaH7CUiMRXvwYorl0Q712iEjcWB+fK/MrWVw==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^3.0.0", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/istanbul-reports": { + "version": "3.1.7", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.7.tgz", + "integrity": "sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==", + "dev": true, + "dependencies": { + "html-escaper": "^2.0.0", + "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/jackspeak": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.4.3.tgz", + "integrity": "sha512-OGlZQpz2yfahA/Rd1Y8Cd9SIEsqvXkLVoSw/cgwhnhFMDbsQFeZYoJJ7bIZBS9BcamUW96asq/npPWugM+RQBw==", + "dev": true, + "dependencies": { + "@isaacs/cliui": "^8.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" + } + }, + "node_modules/jasmine-core": { + "version": "5.4.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-5.4.0.tgz", + "integrity": "sha512-T4fio3W++llLd7LGSGsioriDHgWyhoL6YTu4k37uwJLF7DzOzspz7mNxRoM3cQdLWtL/ebazQpIf/yZGJx/gzg==", + "dev": true + }, + "node_modules/jest-worker": { + "version": "27.5.1", + "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", + "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", + "dev": true, + "dependencies": { + "@types/node": "*", + "merge-stream": "^2.0.0", + "supports-color": "^8.0.0" + }, + "engines": { + "node": ">= 10.13.0" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } + }, + "node_modules/jiti": { + "version": "1.21.6", + "resolved": "https://registry.npmjs.org/jiti/-/jiti-1.21.6.tgz", + "integrity": "sha512-2yTgeWTWzMWkHu6Jp9NKgePDaYHbntiwvYuuJLbbN9vl7DC9DvXKOB2BC3ZZ92D3cvV/aflH0osDfwpHepQ53w==", + "dev": true, + "bin": { + "jiti": "bin/jiti.js" + } + }, + "node_modules/js-tokens": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", + "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", + "dev": true + }, + "node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/jsbn": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-1.1.0.tgz", + "integrity": "sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==", + "dev": true + }, + "node_modules/jsesc": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-3.0.2.tgz", + "integrity": "sha512-xKqzzWXDttJuOcawBt4KnKHHIf5oQ/Cxax+0PWFG+DFDgHNAdi+TXECADI+RYiFUMmx8792xsMbbgXj4CwnP4g==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/json-parse-even-better-errors": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-4.0.0.tgz", + "integrity": "sha512-lR4MXjGNgkJc7tkQ97kb2nuEMnNCyU//XYVH0MKTGcXEiSudQ5MKGKen3C5QubYy0vmq+JGitUg92uuywGEwIA==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/json-schema-traverse": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", + "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", + "dev": true + }, + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/jsonc-parser": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.3.1.tgz", + "integrity": "sha512-HUgH65KyejrUFPvHFPbqOY0rsFip3Bo5wb4ngvdi1EpCYWUQDC5V+Y7mZws+DLkr4M//zQJoanu1SP+87Dv1oQ==", + "dev": true + }, + "node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "dev": true, + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/jsonparse": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", + "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", + "dev": true, + "engines": [ + "node >= 0.2.0" + ] + }, + "node_modules/karma": { + "version": "6.4.4", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.4.tgz", + "integrity": "sha512-LrtUxbdvt1gOpo3gxG+VAJlJAEMhbWlM4YrFQgql98FwF7+K8K12LYO4hnDdUkNjeztYrOXEMqgTajSWgmtI/w==", + "dev": true, + "dependencies": { + "@colors/colors": "1.5.0", + "body-parser": "^1.19.0", + "braces": "^3.0.2", + "chokidar": "^3.5.1", + "connect": "^3.7.0", + "di": "^0.0.1", + "dom-serialize": "^2.2.1", + "glob": "^7.1.7", + "graceful-fs": "^4.2.6", + "http-proxy": "^1.18.1", + "isbinaryfile": "^4.0.8", + "lodash": "^4.17.21", + "log4js": "^6.4.1", + "mime": "^2.5.2", + "minimatch": "^3.0.4", + "mkdirp": "^0.5.5", + "qjobs": "^1.2.0", + "range-parser": "^1.2.1", + "rimraf": "^3.0.2", + "socket.io": "^4.7.2", + "source-map": "^0.6.1", + "tmp": "^0.2.1", + "ua-parser-js": "^0.7.30", + "yargs": "^16.1.1" + }, + "bin": { + "karma": "bin/karma" + }, + "engines": { + "node": ">= 10" + } + }, + "node_modules/karma-chrome-launcher": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.2.0.tgz", + "integrity": "sha512-rE9RkUPI7I9mAxByQWkGJFXfFD6lE4gC5nPuZdobf/QdTEJI6EU4yIay/cfU/xV4ZxlM5JiTv7zWYgA64NpS5Q==", + "dev": true, + "dependencies": { + "which": "^1.2.1" + } + }, + "node_modules/karma-coverage": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/karma-coverage/-/karma-coverage-2.2.1.tgz", + "integrity": "sha512-yj7hbequkQP2qOSb20GuNSIyE//PgJWHwC2IydLE6XRtsnaflv+/OSGNssPjobYUlhVVagy99TQpqUt3vAUG7A==", + "dev": true, + "dependencies": { + "istanbul-lib-coverage": "^3.2.0", + "istanbul-lib-instrument": "^5.1.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^4.0.1", + "istanbul-reports": "^3.0.5", + "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/karma-coverage/node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/karma-coverage/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/karma-jasmine": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-5.1.0.tgz", + "integrity": "sha512-i/zQLFrfEpRyQoJF9fsCdTMOF5c2dK7C7OmsuKg2D0YSsuZSfQDiLuaiktbuio6F2wiCsZSnSnieIQ0ant/uzQ==", + "dev": true, + "dependencies": { + "jasmine-core": "^4.1.0" + }, + "engines": { + "node": ">=12" + }, + "peerDependencies": { + "karma": "^6.0.0" + } + }, + "node_modules/karma-jasmine-html-reporter": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-2.1.0.tgz", + "integrity": "sha512-sPQE1+nlsn6Hwb5t+HHwyy0A1FNCVKuL1192b+XNauMYWThz2kweiBVW1DqloRpVvZIJkIoHVB7XRpK78n1xbQ==", + "dev": true, + "peerDependencies": { + "jasmine-core": "^4.0.0 || ^5.0.0", + "karma": "^6.0.0", + "karma-jasmine": "^5.0.0" + } + }, + "node_modules/karma-jasmine/node_modules/jasmine-core": { + "version": "4.6.1", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-4.6.1.tgz", + "integrity": "sha512-VYz/BjjmC3klLJlLwA4Kw8ytk0zDSmbbDLNs794VnWmkcCB7I9aAL/D48VNQtmITyPvea2C3jdUMfc3kAoy0PQ==", + "dev": true + }, + "node_modules/karma-source-map-support": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", + "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "dev": true, + "dependencies": { + "source-map-support": "^0.5.5" + } + }, + "node_modules/karma/node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/karma/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/karma/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/karma/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/karma/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/karma/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/karma/node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/karma/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/karma/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/karma/node_modules/tmp": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.3.tgz", + "integrity": "sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==", + "dev": true, + "engines": { + "node": ">=14.14" + } + }, + "node_modules/karma/node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/karma/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/karma/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/kind-of": { + "version": "6.0.3", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/launch-editor": { + "version": "2.9.1", + "resolved": "https://registry.npmjs.org/launch-editor/-/launch-editor-2.9.1.tgz", + "integrity": "sha512-Gcnl4Bd+hRO9P9icCP/RVVT2o8SFlPXofuCxvA2SaZuH45whSvf5p8x5oih5ftLiVhEI4sp5xDY+R+b3zJBh5w==", + "dev": true, + "dependencies": { + "picocolors": "^1.0.0", + "shell-quote": "^1.8.1" + } + }, + "node_modules/less": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/less/-/less-4.2.0.tgz", + "integrity": "sha512-P3b3HJDBtSzsXUl0im2L7gTO5Ubg8mEN6G8qoTS77iXxXX4Hvu4Qj540PZDvQ8V6DmX6iXo98k7Md0Cm1PrLaA==", + "dev": true, + "dependencies": { + "copy-anything": "^2.0.1", + "parse-node-version": "^1.0.1", + "tslib": "^2.3.0" + }, + "bin": { + "lessc": "bin/lessc" + }, + "engines": { + "node": ">=6" + }, + "optionalDependencies": { + "errno": "^0.1.1", + "graceful-fs": "^4.1.2", + "image-size": "~0.5.0", + "make-dir": "^2.1.0", + "mime": "^1.4.1", + "needle": "^3.1.0", + "source-map": "~0.6.0" + } + }, + "node_modules/less-loader": { + "version": "12.2.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-12.2.0.tgz", + "integrity": "sha512-MYUxjSQSBUQmowc0l5nPieOYwMzGPUaTzB6inNW/bdPEG9zOL3eAAD1Qw5ZxSPk7we5dMojHwNODYMV1hq4EVg==", + "dev": true, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "less": "^3.5.0 || ^4.0.0", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/less/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "optional": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/less/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "optional": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/less/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "optional": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/less/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/license-webpack-plugin": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", + "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", + "dev": true, + "dependencies": { + "webpack-sources": "^3.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-sources": { + "optional": true + } + } + }, + "node_modules/lines-and-columns": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", + "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", + "dev": true + }, + "node_modules/listr2": { + "version": "8.2.5", + "resolved": "https://registry.npmjs.org/listr2/-/listr2-8.2.5.tgz", + "integrity": "sha512-iyAZCeyD+c1gPyE9qpFu8af0Y+MRtmKOncdGoA2S5EY8iFq99dmmvkNnHiWo+pj0s7yH7l3KPIgee77tKpXPWQ==", + "dev": true, + "dependencies": { + "cli-truncate": "^4.0.0", + "colorette": "^2.0.20", + "eventemitter3": "^5.0.1", + "log-update": "^6.1.0", + "rfdc": "^1.4.1", + "wrap-ansi": "^9.0.0" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/listr2/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/listr2/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/listr2/node_modules/eventemitter3": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-5.0.1.tgz", + "integrity": "sha512-GWkBvjiSZK87ELrYOSESUYeVIc9mvLLf/nXalMOS5dYrgZq9o5OVkbZAVM06CVxYsCwH9BDZFPlQTlPA1j4ahA==", + "dev": true + }, + "node_modules/listr2/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/listr2/node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/lit": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/lit/-/lit-2.8.0.tgz", + "integrity": "sha512-4Sc3OFX9QHOJaHbmTMk28SYgVxLN3ePDjg7hofEft2zWlehFL3LiAuapWc4U/kYwMYJSh2hTCPZ6/LIC7ii0MA==", + "dependencies": { + "@lit/reactive-element": "^1.6.0", + "lit-element": "^3.3.0", + "lit-html": "^2.8.0" + } + }, + "node_modules/lit-element": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/lit-element/-/lit-element-3.3.3.tgz", + "integrity": "sha512-XbeRxmTHubXENkV4h8RIPyr8lXc+Ff28rkcQzw3G6up2xg5E8Zu1IgOWIwBLEQsu3cOVFqdYwiVi0hv0SlpqUA==", + "dependencies": { + "@lit-labs/ssr-dom-shim": "^1.1.0", + "@lit/reactive-element": "^1.3.0", + "lit-html": "^2.8.0" + } + }, + "node_modules/lit-html": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/lit-html/-/lit-html-2.8.0.tgz", + "integrity": "sha512-o9t+MQM3P4y7M7yNzqAyjp7z+mQGa4NS4CxiyLqFPyFWyc4O+nodLrkrxSaCTrla6M5YOLaT3RpbbqjszB5g3Q==", + "dependencies": { + "@types/trusted-types": "^2.0.2" + } + }, + "node_modules/lmdb": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/lmdb/-/lmdb-3.1.5.tgz", + "integrity": "sha512-46Mch5Drq+A93Ss3gtbg+Xuvf5BOgIuvhKDWoGa3HcPHI6BL2NCOkRdSx1D4VfzwrxhnsjbyIVsLRlQHu6URvw==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "dependencies": { + "msgpackr": "^1.11.2", + "node-addon-api": "^6.1.0", + "node-gyp-build-optional-packages": "5.2.2", + "ordered-binary": "^1.5.3", + "weak-lru-cache": "^1.2.2" + }, + "bin": { + "download-lmdb-prebuilds": "bin/download-prebuilds.js" + }, + "optionalDependencies": { + "@lmdb/lmdb-darwin-arm64": "3.1.5", + "@lmdb/lmdb-darwin-x64": "3.1.5", + "@lmdb/lmdb-linux-arm": "3.1.5", + "@lmdb/lmdb-linux-arm64": "3.1.5", + "@lmdb/lmdb-linux-x64": "3.1.5", + "@lmdb/lmdb-win32-x64": "3.1.5" + } + }, + "node_modules/loader-runner": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", + "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", + "dev": true, + "engines": { + "node": ">=6.11.5" + } + }, + "node_modules/loader-utils": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.3.1.tgz", + "integrity": "sha512-FMJTLMXfCLMLfJxcX9PFqX5qD88Z5MRGaZCVzfuqeZSPsyiBzs+pahDQjbIWz2QIzPZz0NX9Zy4FX3lmK6YHIg==", + "dev": true, + "engines": { + "node": ">= 12.13.0" + } + }, + "node_modules/locate-path": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-7.2.0.tgz", + "integrity": "sha512-gvVijfZvn7R+2qyPX8mAuKcFGDf6Nc61GdvGafQsHL0sBIxfKzA+usWn4GFC/bk+QdwPUD4kWFJLhElipq+0VA==", + "dev": true, + "dependencies": { + "p-locate": "^6.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", + "dev": true + }, + "node_modules/lodash-es": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash-es/-/lodash-es-4.17.21.tgz", + "integrity": "sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==" + }, + "node_modules/lodash.debounce": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", + "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", + "dev": true + }, + "node_modules/log-symbols": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", + "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", + "dev": true, + "dependencies": { + "chalk": "^4.1.0", + "is-unicode-supported": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/log-update/-/log-update-6.1.0.tgz", + "integrity": "sha512-9ie8ItPR6tjY5uYJh8K/Zrv/RMZ5VOlOWvtZdEHYSTFKZfIBPQa9tOAEeAWhd+AnIneLJ22w5fjOYtoutpWq5w==", + "dev": true, + "dependencies": { + "ansi-escapes": "^7.0.0", + "cli-cursor": "^5.0.0", + "slice-ansi": "^7.1.0", + "strip-ansi": "^7.1.0", + "wrap-ansi": "^9.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/ansi-escapes": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-7.0.0.tgz", + "integrity": "sha512-GdYO7a61mR0fOlAsvC9/rIHf7L96sBc6dEWzeOu+KAea5bZyQRPIpojrVoI4AXGJS/ycu/fBTdLrUkA4ODrvjw==", + "dev": true, + "dependencies": { + "environment": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/log-update/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/log-update/node_modules/is-fullwidth-code-point": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-5.0.0.tgz", + "integrity": "sha512-OVa3u9kkBbw7b8Xw5F9P+D/T9X+Z4+JruYVNapTjPYZYUznQ5YfWeFkOj606XYYW8yugTfC8Pj0hYqvi4ryAhA==", + "dev": true, + "dependencies": { + "get-east-asian-width": "^1.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-update/node_modules/slice-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-7.1.0.tgz", + "integrity": "sha512-bSiSngZ/jWeX93BqeIAbImyTbEihizcwNjFoRUIY/T1wWQsfsm2Vw1agPKylXvQTU7iASGdHhyqRlqQzfz+Htg==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.2.1", + "is-fullwidth-code-point": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/log-update/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/log-update/node_modules/wrap-ansi": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz", + "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.2.1", + "string-width": "^7.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/log4js": { + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", + "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", + "dev": true, + "dependencies": { + "date-format": "^4.0.14", + "debug": "^4.3.4", + "flatted": "^3.2.7", + "rfdc": "^1.3.0", + "streamroller": "^3.1.5" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.30.12", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.30.12.tgz", + "integrity": "sha512-Ea8I3sQMVXr8JhN4z+H/d8zwo+tYDgHE9+5G4Wnrwhs0gaK9fXTKx0Tw5Xwsd/bCPTTZNRAdpyzvoeORe9LYpw==", + "dev": true, + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.5.0" + } + }, + "node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-fetch-happen": { + "version": "13.0.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-13.0.1.tgz", + "integrity": "sha512-cKTUFc/rbKUd/9meOvgrpJ2WrNzymt6jfRDdwg5UCnVzv9dTpEj9JS5m3wtziXVCjluIXyL8pcaukYqezIzZQA==", + "dev": true, + "dependencies": { + "@npmcli/agent": "^2.0.0", + "cacache": "^18.0.0", + "http-cache-semantics": "^4.1.1", + "is-lambda": "^1.0.1", + "minipass": "^7.0.2", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "proc-log": "^4.2.0", + "promise-retry": "^2.0.1", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/@npmcli/fs": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.1.tgz", + "integrity": "sha512-q9CRWjpHCMIh5sVyefoD1cA7PkvILqCZsnSOEUUivORLjxCO/Irmue2DprETiNgEqktDBZaM1Bi+jrarx1XdCg==", + "dev": true, + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/cacache": { + "version": "18.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-18.0.4.tgz", + "integrity": "sha512-B+L5iIa9mgcjLbliir2th36yEwPftrzteHYujzsx3dFP/31GCHcIeS8f5MGd80odLOjaOvSpU3EEAmRQptkxLQ==", + "dev": true, + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", + "glob": "^10.2.2", + "lru-cache": "^10.0.1", + "minipass": "^7.0.3", + "minipass-collect": "^2.0.1", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "p-map": "^4.0.0", + "ssri": "^10.0.0", + "tar": "^6.1.11", + "unique-filename": "^3.0.0" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/make-fetch-happen/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/make-fetch-happen/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/make-fetch-happen/node_modules/p-map": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", + "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", + "dev": true, + "dependencies": { + "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-fetch-happen/node_modules/proc-log": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz", + "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/ssri": { + "version": "10.0.6", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.6.tgz", + "integrity": "sha512-MGrFH9Z4NP9Iyhqn16sDtBpRRNJ0Y2hNa6D65h736fVSaPCHr4DM4sWUNvVaSuC+0OBGhwsrydQwmgfg5LncqQ==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/unique-filename": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", + "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", + "dev": true, + "dependencies": { + "unique-slug": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/unique-slug": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", + "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/memfs": { + "version": "4.14.0", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-4.14.0.tgz", + "integrity": "sha512-JUeY0F/fQZgIod31Ja1eJgiSxLn7BfQlCnqhwXFBzFHEw63OdLK7VJUJ7bnzNsWgCyoUP5tEp1VRY8rDaYzqOA==", + "dev": true, + "dependencies": { + "@jsonjoy.com/json-pack": "^1.0.3", + "@jsonjoy.com/util": "^1.3.0", + "tree-dump": "^1.0.1", + "tslib": "^2.0.0" + }, + "engines": { + "node": ">= 4.0.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + } + }, + "node_modules/merge-descriptors": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.3.tgz", + "integrity": "sha512-gaNvAS7TZ897/rVaZ0nMtAyxNyi/pdbjbAwUpFQpN70GqnVfOiXpeUUMKRBmzXaSQ8DdTX4/0ms62r2K+hE6mQ==", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/merge-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", + "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", + "dev": true + }, + "node_modules/merge2": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", + "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/methods": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", + "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/micromatch": { + "version": "4.0.8", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.8.tgz", + "integrity": "sha512-PXwfBhYu0hBCPw8Dn0E+WDYb7af3dSLVWKi3HGv84IdF4TyFoC0ysxFd0Goxw7nSv4T/PzEJQxsYsEiFCKo2BA==", + "devOptional": true, + "dependencies": { + "braces": "^3.0.3", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" + } + }, + "node_modules/micromatch/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "devOptional": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/mime": { + "version": "2.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/mime-db": { + "version": "1.52.0", + "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mime-types": { + "version": "2.1.35", + "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", + "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", + "dependencies": { + "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/mimic-fn": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", + "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/mimic-function": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/mimic-function/-/mimic-function-5.0.1.tgz", + "integrity": "sha512-VP79XUPxV2CigYP3jWwAUFSku2aKqBH7uTAapFWCBqutsbmDo96KY5o8uh6U+/YSIn5OxJnXp73beVkpqMIGhA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/mini-css-extract-plugin": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.9.2.tgz", + "integrity": "sha512-GJuACcS//jtq4kCtd5ii/M0SZf7OZRH+BxdqXZHaJfb8TJiVl+NgQRPwiYt2EuqeSkNydn/7vP+bcE27C5mb9w==", + "dev": true, + "dependencies": { + "schema-utils": "^4.0.0", + "tapable": "^2.2.1" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + } + }, + "node_modules/minimalistic-assert": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", + "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", + "dev": true + }, + "node_modules/minimatch": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", + "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", + "dev": true, + "dependencies": { + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" + } + }, + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/minipass": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz", + "integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minipass-collect": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-2.0.1.tgz", + "integrity": "sha512-D7V8PO9oaz7PWGLbCACuI1qEOsq7UKfLotx/C0Aet43fCUB/wfQ7DYeq2oR/svFJGYDHPr38SHATeaj/ZoKHKw==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/minipass-fetch": { + "version": "3.0.5", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.5.tgz", + "integrity": "sha512-2N8elDQAtSnFV0Dk7gt15KHsS0Fyz6CbYZ360h0WTYV1Ty46li3rAXVOQj1THMNLdmrD9Vt5pBPtWtVkpwGBqg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/minipass-flush": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", + "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-flush/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-flush/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-pipeline": { + "version": "1.2.4", + "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", + "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-pipeline/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-pipeline/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-sized": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", + "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minireset.css": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/minireset.css/-/minireset.css-0.0.7.tgz", + "integrity": "sha512-raWKK2aHP/MI4Yu72dU6hade1YFuoyDQtSUi/FiIZfeRHjgL81uN/nFvG2aoAr+mseRc3jpg47jQqx1/+6w+kQ==" + }, + "node_modules/minizlib": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", + "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minizlib/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/mrmime": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mrmime/-/mrmime-2.0.0.tgz", + "integrity": "sha512-eu38+hdgojoyq63s+yTpN4XMBdt5l8HhMhc4VKLO9KM5caLIBvUm4thi7fFaxyTmCKeNnXZ5pAlBwCUnhA09uw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" + }, + "node_modules/msgpackr": { + "version": "1.11.2", + "resolved": "https://registry.npmjs.org/msgpackr/-/msgpackr-1.11.2.tgz", + "integrity": "sha512-F9UngXRlPyWCDEASDpTf6c9uNhGPTqnTeLVt7bN+bU1eajoR/8V9ys2BRaV5C/e5ihE6sJ9uPIKaYt6bFuO32g==", + "dev": true, + "optional": true, + "optionalDependencies": { + "msgpackr-extract": "^3.0.2" + } + }, + "node_modules/msgpackr-extract": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/msgpackr-extract/-/msgpackr-extract-3.0.3.tgz", + "integrity": "sha512-P0efT1C9jIdVRefqjzOQ9Xml57zpOXnIuS+csaB4MdZbTdmGDLo8XhzBG1N7aO11gKDDkJvBLULeFTo46wwreA==", + "dev": true, + "hasInstallScript": true, + "optional": true, + "dependencies": { + "node-gyp-build-optional-packages": "5.2.2" + }, + "bin": { + "download-msgpackr-prebuilds": "bin/download-prebuilds.js" + }, + "optionalDependencies": { + "@msgpackr-extract/msgpackr-extract-darwin-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-darwin-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-arm64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-linux-x64": "3.0.3", + "@msgpackr-extract/msgpackr-extract-win32-x64": "3.0.3" + } + }, + "node_modules/multicast-dns": { + "version": "7.2.5", + "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", + "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", + "dev": true, + "dependencies": { + "dns-packet": "^5.2.2", + "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" + } + }, + "node_modules/mute-stream": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-2.0.0.tgz", + "integrity": "sha512-WWdIxpyjEn+FhQJQQv9aQAYlHoNVdzIzUySNV1gHUPDSdZJ3yZn7pAAbQcV7B56Mvu881q9FZV+0Vx2xC44VWA==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/nanoid": { + "version": "3.3.8", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.8.tgz", + "integrity": "sha512-WNLf5Sd8oZxOm+TzppcYk8gVOgP+l58xNy58D0nbUnOxOWRWvlcCV4kUF7ltmI6PsrLl/BgKEyS4mqsGChFN0w==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } + }, + "node_modules/needle": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz", + "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", + "dev": true, + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.3", + "sax": "^1.2.4" + }, + "bin": { + "needle": "bin/needle" + }, + "engines": { + "node": ">= 4.4.x" + } + }, + "node_modules/needle/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/negotiator": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/neo-async": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", + "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", + "dev": true + }, + "node_modules/node-addon-api": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-6.1.0.tgz", + "integrity": "sha512-+eawOlIgy680F0kBzPUNFhMZGtJ1YmqM6l4+Crf4IkImjYrO/mqPwRMh352g23uIaQKFItcQ64I7KMaJxHgAVA==", + "dev": true, + "optional": true + }, + "node_modules/node-forge": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", + "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", + "dev": true, + "engines": { + "node": ">= 6.13.0" + } + }, + "node_modules/node-gyp": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-10.2.0.tgz", + "integrity": "sha512-sp3FonBAaFe4aYTcFdZUn2NYkbP7xroPGYvQmP4Nl5PxamznItBnNCgjrVTKrEfQynInMsJvZrdmqUnysCJ8rw==", + "dev": true, + "dependencies": { + "env-paths": "^2.2.0", + "exponential-backoff": "^3.1.1", + "glob": "^10.3.10", + "graceful-fs": "^4.2.6", + "make-fetch-happen": "^13.0.0", + "nopt": "^7.0.0", + "proc-log": "^4.1.0", + "semver": "^7.3.5", + "tar": "^6.2.1", + "which": "^4.0.0" + }, + "bin": { + "node-gyp": "bin/node-gyp.js" + }, + "engines": { + "node": "^16.14.0 || >=18.0.0" + } + }, + "node_modules/node-gyp-build-optional-packages": { + "version": "5.2.2", + "resolved": "https://registry.npmjs.org/node-gyp-build-optional-packages/-/node-gyp-build-optional-packages-5.2.2.tgz", + "integrity": "sha512-s+w+rBWnpTMwSFbaE0UXsRlg7hU4FjekKU4eyAih5T8nJuNZT1nNsskXpxmeqSK9UzkBl6UgRlnKc8hz8IEqOw==", + "dev": true, + "optional": true, + "dependencies": { + "detect-libc": "^2.0.1" + }, + "bin": { + "node-gyp-build-optional-packages": "bin.js", + "node-gyp-build-optional-packages-optional": "optional.js", + "node-gyp-build-optional-packages-test": "build-test.js" + } + }, + "node_modules/node-gyp/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/node-gyp/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/node-gyp/node_modules/isexe": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/isexe/-/isexe-3.1.1.tgz", + "integrity": "sha512-LpB/54B+/2J5hqQ7imZHfdU31OlgQqx7ZicVlkm9kzg9/w8GKLEcFfJl/t7DCEDueOyBAD6zCCwTO6Fzs0NoEQ==", + "dev": true, + "engines": { + "node": ">=16" + } + }, + "node_modules/node-gyp/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/node-gyp/node_modules/proc-log": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-4.2.0.tgz", + "integrity": "sha512-g8+OnU/L2v+wyiVK+D5fA34J7EH8jZ8DDlvwhRCMxmMj7UCBvxiO1mGeN+36JXIKF4zevU4kRBd8lVgG9vLelA==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/node-gyp/node_modules/which": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/which/-/which-4.0.0.tgz", + "integrity": "sha512-GlaYyEb07DPxYCKhKzplCWBJtvxZcZMrL+4UkrTSJHHPyZU4mYYTv3qaOe77H7EODLSSopAUFAc6W8U4yqvscg==", + "dev": true, + "dependencies": { + "isexe": "^3.1.1" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^16.13.0 || >=18.0.0" + } + }, + "node_modules/node-releases": { + "version": "2.0.18", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.18.tgz", + "integrity": "sha512-d9VeXT4SJ7ZeOqGX6R5EM022wpL+eWPooLI+5UpWn2jCT1aosUQEhQP214x33Wkwx3JQMvIm+tIoVOdodFS40g==", + "dev": true + }, + "node_modules/nopt": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/nopt/-/nopt-7.2.1.tgz", + "integrity": "sha512-taM24ViiimT/XntxbPyJQzCG+p4EKOpgD3mxFwW38mGjVUrfERQOeY4EDHjdnptttfHuHQXFx+lTP08Q+mLa/w==", + "dev": true, + "dependencies": { + "abbrev": "^2.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/normalize-package-data": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-7.0.0.tgz", + "integrity": "sha512-k6U0gKRIuNCTkwHGZqblCfLfBRh+w1vI6tBo+IeJwq2M8FUiOqhX7GH+GArQGScA7azd1WfyRCvxoXDO3hQDIA==", + "dev": true, + "dependencies": { + "hosted-git-info": "^8.0.0", + "semver": "^7.3.5", + "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/normalize-path": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/normalize-range": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", + "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/npm-bundled": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-4.0.0.tgz", + "integrity": "sha512-IxaQZDMsqfQ2Lz37VvyyEtKLe8FsRZuysmedy/N06TU1RyVppYKXrO4xIhR0F+7ubIBox6Q7nir6fQI3ej39iA==", + "dev": true, + "dependencies": { + "npm-normalize-package-bin": "^4.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-install-checks": { + "version": "7.1.1", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-7.1.1.tgz", + "integrity": "sha512-u6DCwbow5ynAX5BdiHQ9qvexme4U3qHW3MWe5NqH+NeBm0LbiH6zvGjNNew1fY+AZZUtVHbOPF3j7mJxbUzpXg==", + "dev": true, + "dependencies": { + "semver": "^7.1.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-normalize-package-bin": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-4.0.0.tgz", + "integrity": "sha512-TZKxPvItzai9kN9H/TkmCtx/ZN/hvr3vUycjlfmH0ootY9yFBzNOpiXAdIn1Iteqsvk4lQn6B5PTrt+n6h8k/w==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-package-arg": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-12.0.0.tgz", + "integrity": "sha512-ZTE0hbwSdTNL+Stx2zxSqdu2KZfNDcrtrLdIk7XGnQFYBWYDho/ORvXtn5XEePcL3tFpGjHCV3X3xrtDh7eZ+A==", + "dev": true, + "dependencies": { + "hosted-git-info": "^8.0.0", + "proc-log": "^5.0.0", + "semver": "^7.3.5", + "validate-npm-package-name": "^6.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-packlist": { + "version": "9.0.0", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-9.0.0.tgz", + "integrity": "sha512-8qSayfmHJQTx3nJWYbbUmflpyarbLMBc6LCAjYsiGtXxDB68HaZpb8re6zeaLGxZzDuMdhsg70jryJe+RrItVQ==", + "dev": true, + "dependencies": { + "ignore-walk": "^7.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-pick-manifest": { + "version": "10.0.0", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-10.0.0.tgz", + "integrity": "sha512-r4fFa4FqYY8xaM7fHecQ9Z2nE9hgNfJR+EmoKv0+chvzWkBcORX3r0FpTByP+CbOVJDladMXnPQGVN8PBLGuTQ==", + "dev": true, + "dependencies": { + "npm-install-checks": "^7.1.0", + "npm-normalize-package-bin": "^4.0.0", + "npm-package-arg": "^12.0.0", + "semver": "^7.3.5" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-registry-fetch": { + "version": "18.0.2", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-18.0.2.tgz", + "integrity": "sha512-LeVMZBBVy+oQb5R6FDV9OlJCcWDU+al10oKpe+nsvcHnG24Z3uM3SvJYKfGJlfGjVU8v9liejCrUR/M5HO5NEQ==", + "dev": true, + "dependencies": { + "@npmcli/redact": "^3.0.0", + "jsonparse": "^1.3.1", + "make-fetch-happen": "^14.0.0", + "minipass": "^7.0.2", + "minipass-fetch": "^4.0.0", + "minizlib": "^3.0.1", + "npm-package-arg": "^12.0.0", + "proc-log": "^5.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/@npmcli/agent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz", + "integrity": "sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==", + "dev": true, + "dependencies": { + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm-registry-fetch/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/npm-registry-fetch/node_modules/make-fetch-happen": { + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz", + "integrity": "sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==", + "dev": true, + "dependencies": { + "@npmcli/agent": "^3.0.0", + "cacache": "^19.0.1", + "http-cache-semantics": "^4.1.1", + "minipass": "^7.0.2", + "minipass-fetch": "^4.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^1.0.0", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1", + "ssri": "^12.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/npm-registry-fetch/node_modules/minipass-fetch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz", + "integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^3.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/npm-registry-fetch/node_modules/minizlib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz", + "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.4", + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/npm-registry-fetch/node_modules/negotiator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", + "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/npm-registry-fetch/node_modules/rimraf": { + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", + "dev": true, + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/nth-check": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", + "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", + "dev": true, + "dependencies": { + "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" + } + }, + "node_modules/object-assign": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.3", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.3.tgz", + "integrity": "sha512-kDCGIbxkDSXE3euJZZXzc6to7fCrKHNI/hSRQnRuQ+BWjFNzZwiFF8fj/6o2t2G9/jTj8PSIYTfCLelLZEeRpA==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/obuf": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", + "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", + "dev": true + }, + "node_modules/on-finished": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", + "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/on-headers": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", + "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/once": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dev": true, + "dependencies": { + "wrappy": "1" + } + }, + "node_modules/onetime": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-7.0.0.tgz", + "integrity": "sha512-VXJjc87FScF88uafS3JllDgvAm+c/Slfz06lorj2uAY34rlUu0Nt+v8wreiImcrgAjjIHp1rXpTDlLOGw29WwQ==", + "dev": true, + "dependencies": { + "mimic-function": "^5.0.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/open": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/open/-/open-10.1.0.tgz", + "integrity": "sha512-mnkeQ1qP5Ue2wd+aivTD3NHd/lZ96Lu0jgf0pwktLPtx6cTZiH7tyeGRRHs0zX0rbrahXPnXlUnbeXyaBBuIaw==", + "dev": true, + "dependencies": { + "default-browser": "^5.2.1", + "define-lazy-prop": "^3.0.0", + "is-inside-container": "^1.0.0", + "is-wsl": "^3.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora": { + "version": "5.4.1", + "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", + "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", + "dev": true, + "dependencies": { + "bl": "^4.1.0", + "chalk": "^4.1.0", + "cli-cursor": "^3.1.0", + "cli-spinners": "^2.5.0", + "is-interactive": "^1.0.0", + "is-unicode-supported": "^0.1.0", + "log-symbols": "^4.1.0", + "strip-ansi": "^6.0.0", + "wcwidth": "^1.0.1" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/cli-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", + "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", + "dev": true, + "dependencies": { + "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/onetime": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", + "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", + "dev": true, + "dependencies": { + "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/restore-cursor": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", + "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", + "dev": true, + "dependencies": { + "onetime": "^5.1.0", + "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/ordered-binary": { + "version": "1.5.3", + "resolved": "https://registry.npmjs.org/ordered-binary/-/ordered-binary-1.5.3.tgz", + "integrity": "sha512-oGFr3T+pYdTGJ+YFEILMpS3es+GiIbs9h/XQrclBXUtd44ey7XwfsMzM31f64I1SQOawDoDr/D823kNCADI8TA==", + "dev": true, + "optional": true + }, + "node_modules/os-tmpdir": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/p-limit": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-4.0.0.tgz", + "integrity": "sha512-5b0R4txpzjPWVw/cXXUResoD4hb6U/x9BH08L7nw+GN1sezDzPdxeRvpc9c433fZhBan/wusjbCsqwqm4EIBIQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^1.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-locate": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-6.0.0.tgz", + "integrity": "sha512-wPrq66Llhl7/4AGC6I+cqxT07LhXvWL08LNXz1fENOw0Ap4sRZZ/gZpTTJ5jpurzzzfS2W/Ge9BY3LgLjCShcw==", + "dev": true, + "dependencies": { + "p-limit": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-map": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/p-map/-/p-map-7.0.2.tgz", + "integrity": "sha512-z4cYYMMdKHzw4O5UkWJImbZynVIo0lSGTXc7bzB1e/rrDqkgGUNysK/o4bTr+0+xKvvLoTyGqYC4Fgljy9qe1Q==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-6.2.1.tgz", + "integrity": "sha512-hEt02O4hUct5wtwg4H4KcWgDdm+l1bOaEy/hWzd8xtXB9BqxTWBBhb+2ImAtH4Cv4rPjV76xN3Zumqk3k3AhhQ==", + "dev": true, + "dependencies": { + "@types/retry": "0.12.2", + "is-network-error": "^1.0.0", + "retry": "^0.13.1" + }, + "engines": { + "node": ">=16.17" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/p-retry/node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/package-json-from-dist": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/package-json-from-dist/-/package-json-from-dist-1.0.1.tgz", + "integrity": "sha512-UEZIS3/by4OC8vL3P2dTXRETpebLI2NiI5vIrjaD/5UtrkFX/tNbwjTSRAGC/+7CAo2pIcBaRgWmcBBHcsaCIw==", + "dev": true + }, + "node_modules/pacote": { + "version": "20.0.0", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-20.0.0.tgz", + "integrity": "sha512-pRjC5UFwZCgx9kUFDVM9YEahv4guZ1nSLqwmWiLUnDbGsjs+U5w7z6Uc8HNR1a6x8qnu5y9xtGE6D1uAuYz+0A==", + "dev": true, + "dependencies": { + "@npmcli/git": "^6.0.0", + "@npmcli/installed-package-contents": "^3.0.0", + "@npmcli/package-json": "^6.0.0", + "@npmcli/promise-spawn": "^8.0.0", + "@npmcli/run-script": "^9.0.0", + "cacache": "^19.0.0", + "fs-minipass": "^3.0.0", + "minipass": "^7.0.2", + "npm-package-arg": "^12.0.0", + "npm-packlist": "^9.0.0", + "npm-pick-manifest": "^10.0.0", + "npm-registry-fetch": "^18.0.0", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1", + "sigstore": "^3.0.0", + "ssri": "^12.0.0", + "tar": "^6.1.11" + }, + "bin": { + "pacote": "bin/index.js" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/parent-module": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", + "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", + "dev": true, + "dependencies": { + "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/parse-json": { + "version": "5.2.0", + "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", + "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", + "dev": true, + "dependencies": { + "@babel/code-frame": "^7.0.0", + "error-ex": "^1.3.1", + "json-parse-even-better-errors": "^2.3.0", + "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/parse-json/node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/parse-node-version": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", + "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/parse5": { + "version": "7.2.1", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.2.1.tgz", + "integrity": "sha512-BuBYQYlv1ckiPdQi/ohiivi9Sagc9JG+Ozs0r7b/0iK3sKmrb0b9FdWdBbOdx6hBCM/F9Ir82ofnBhtZOjCRPQ==", + "dev": true, + "dependencies": { + "entities": "^4.5.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-html-rewriting-stream": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz", + "integrity": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==", + "dev": true, + "dependencies": { + "entities": "^4.3.0", + "parse5": "^7.0.0", + "parse5-sax-parser": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-sax-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", + "integrity": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==", + "dev": true, + "dependencies": { + "parse5": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parseurl": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/path-exists": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-5.0.0.tgz", + "integrity": "sha512-RjhtfwJOxzcFmNOi6ltcbcu4Iu+FL3zEj83dk4kAS+fVpTxXLO1b38RvJgT/0QwvV/L3aY9TAnyv0EOqW4GoMQ==", + "dev": true, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + } + }, + "node_modules/path-is-absolute": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/path-key": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", + "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/path-parse": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", + "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", + "dev": true + }, + "node_modules/path-scurry": { + "version": "1.11.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz", + "integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==", + "dev": true, + "dependencies": { + "lru-cache": "^10.2.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.18" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/path-to-regexp": { + "version": "0.1.10", + "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.10.tgz", + "integrity": "sha512-7lf7qcQidTku0Gu3YDPc8DJ1q7OOucfa/BSsIwjuh56VU7katFvuM8hULfkwB3Fns/rsVF7PwPKVw1sl5KQS9w==" + }, + "node_modules/path-type": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/path-type/-/path-type-5.0.0.tgz", + "integrity": "sha512-5HviZNaZcfqP95rwpv+1HDgUamezbqdSYTyzjTvwtJSnIH+3vnbmWsItli8OFEndS984VT55M3jduxZbX351gg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/picocolors": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.1.1.tgz", + "integrity": "sha512-xceH2snhtb5M9liqDsmEw56le376mTZkEX/jEb/RxNFyegNul7eNslCXP9FDj/Lcu0X8KEyMceP2ntpaHrDEVA==", + "dev": true + }, + "node_modules/picomatch": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-4.0.2.tgz", + "integrity": "sha512-M7BAV6Rlcy5u+m6oPhAPFgJTzAioX/6B0DxyvDlo9l8+T3nLKbrczg2WLUyzd45L8RqfUMyGPzekbMvX2Ldkwg==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/piscina": { + "version": "4.7.0", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-4.7.0.tgz", + "integrity": "sha512-b8hvkpp9zS0zsfa939b/jXbe64Z2gZv0Ha7FYPNUiDIB1y2AtxcOZdfP8xN8HFjUaqQiT9gRlfjAsoL8vdJ1Iw==", + "dev": true, + "optionalDependencies": { + "@napi-rs/nice": "^1.0.1" + } + }, + "node_modules/pkg-dir": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-7.0.0.tgz", + "integrity": "sha512-Ie9z/WINcxxLp27BKOCHGde4ITq9UklYKDzVo1nhk5sqGEXU3FpkwP5GM2voTGJkGd9B3Otl+Q4uwSOeSUtOBA==", + "dev": true, + "dependencies": { + "find-up": "^6.3.0" + }, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/postcss": { + "version": "8.4.49", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.49.tgz", + "integrity": "sha512-OCVPnIObs4N29kxTjzLfUryOkvZEq+pf8jTF0lg8E7uETuWHA+v7j3c/xJmiqpX450191LlmZfUKkXxkTry7nA==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.7", + "picocolors": "^1.1.1", + "source-map-js": "^1.2.1" + }, + "engines": { + "node": "^10 || ^12 || >=14" + } + }, + "node_modules/postcss-loader": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-8.1.1.tgz", + "integrity": "sha512-0IeqyAsG6tYiDRCYKQJLAmgQr47DX6N7sFSWvQxt6AcupX8DIdmykuk/o/tx0Lze3ErGHJEp5OSRxrelC6+NdQ==", + "dev": true, + "dependencies": { + "cosmiconfig": "^9.0.0", + "jiti": "^1.20.0", + "semver": "^7.5.4" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/postcss-media-query-parser": { + "version": "0.2.3", + "resolved": "https://registry.npmjs.org/postcss-media-query-parser/-/postcss-media-query-parser-0.2.3.tgz", + "integrity": "sha512-3sOlxmbKcSHMjlUXQZKQ06jOswE7oVkXPxmZdoB1r5l0q6gTFTQSHxNxOrCccElbW7dxNytifNEo8qidX2Vsig==", + "dev": true + }, + "node_modules/postcss-modules-extract-imports": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.1.0.tgz", + "integrity": "sha512-k3kNe0aNFQDAZGbin48pL2VNidTF0w4/eASDsxlyspobzU3wZQLOGj7L9gfRe0Jo9/4uud09DsjFNH7winGv8Q==", + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-local-by-default": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.1.0.tgz", + "integrity": "sha512-rm0bdSv4jC3BDma3s9H19ZddW0aHX6EoqwDYU2IfZhRN+53QrufTRo2IdkAbRqLx4R2IYbZnbjKKxg4VN5oU9Q==", + "dev": true, + "dependencies": { + "icss-utils": "^5.0.0", + "postcss-selector-parser": "^7.0.0", + "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-scope": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.2.1.tgz", + "integrity": "sha512-m9jZstCVaqGjTAuny8MdgE88scJnCiQSlSrOWcTQgM2t32UBe+MUmFSO5t7VMSfAf/FJKImAxBav8ooCHJXCJA==", + "dev": true, + "dependencies": { + "postcss-selector-parser": "^7.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-modules-values": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", + "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", + "dev": true, + "dependencies": { + "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/postcss-selector-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-7.0.0.tgz", + "integrity": "sha512-9RbEr1Y7FFfptd/1eEdntyjMwLeghW1bHX9GWjXo19vx4ytPQhANltvVxDggzJl7mnWM+dX28kb6cyS/4iQjlQ==", + "dev": true, + "dependencies": { + "cssesc": "^3.0.0", + "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/postcss-value-parser": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", + "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", + "dev": true + }, + "node_modules/proc-log": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-5.0.0.tgz", + "integrity": "sha512-Azwzvl90HaF0aCz1JrDdXQykFakSSNPaPoiZ9fm5qJIMHioDZEi7OAdRwSm6rSoPtY3Qutnm3L7ogmg3dc+wbQ==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/process-nextick-args": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", + "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==", + "dev": true + }, + "node_modules/promise-inflight": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", + "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", + "dev": true + }, + "node_modules/promise-retry": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", + "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", + "dev": true, + "dependencies": { + "err-code": "^2.0.2", + "retry": "^0.12.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/proxy-addr": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", + "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", + "dependencies": { + "forwarded": "0.2.0", + "ipaddr.js": "1.9.1" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/prr": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", + "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", + "dev": true, + "optional": true + }, + "node_modules/punycode": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-1.4.1.tgz", + "integrity": "sha512-jmYNElW7yvO7TV33CjSmvSiE2yco3bV2czu/OzDKdMNVZQWfxCblURLhf+47syQRBntjfLdd/H0egrzIG+oaFQ==", + "dev": true + }, + "node_modules/qjobs": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", + "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", + "dev": true, + "engines": { + "node": ">=0.9" + } + }, + "node_modules/qs": { + "version": "6.13.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.13.0.tgz", + "integrity": "sha512-+38qI9SOr8tfZ4QmJNplMUxqjbe7LKvvZgWdExBOmd+egZTtjLB67Gu0HRX3u/XOq7UU2Nx6nsjvS16Z9uwfpg==", + "dependencies": { + "side-channel": "^1.0.6" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/queue-microtask": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", + "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/randombytes": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", + "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", + "dev": true, + "dependencies": { + "safe-buffer": "^5.1.0" + } + }, + "node_modules/range-parser": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/readdirp": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-4.0.2.tgz", + "integrity": "sha512-yDMz9g+VaZkqBYS/ozoBJwaBhTbZo3UNYQHNRw1D3UFQB8oHB4uS/tAODO+ZLjGWmUbKnIlOWO+aaIiAxrUWHA==", + "engines": { + "node": ">= 14.16.0" + }, + "funding": { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + }, + "node_modules/reflect-metadata": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.2.2.tgz", + "integrity": "sha512-urBwgfrvVP/eAyXx4hluJivBKzuEbSQs9rKWCrCkbSxNv8mxPcUZKeuoF3Uy4mJl3Lwprp6yy5/39VWigZ4K6Q==", + "dev": true + }, + "node_modules/regenerate": { + "version": "1.4.2", + "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", + "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", + "dev": true + }, + "node_modules/regenerate-unicode-properties": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.2.0.tgz", + "integrity": "sha512-DqHn3DwbmmPVzeKj9woBadqmXxLvQoQIwu7nopMc72ztvxVmVk2SBhSnx67zuye5TP+lJsb/TBQsjLKhnDf3MA==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==", + "dev": true + }, + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", + "dev": true, + "dependencies": { + "@babel/runtime": "^7.8.4" + } + }, + "node_modules/regex-parser": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", + "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", + "dev": true + }, + "node_modules/regexpu-core": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-6.2.0.tgz", + "integrity": "sha512-H66BPQMrv+V16t8xtmq+UC0CBpiTBA60V8ibS1QVReIp8T1z8hwFxqcGzm9K6lgsN7sB5edVH8a+ze6Fqm4weA==", + "dev": true, + "dependencies": { + "regenerate": "^1.4.2", + "regenerate-unicode-properties": "^10.2.0", + "regjsgen": "^0.8.0", + "regjsparser": "^0.12.0", + "unicode-match-property-ecmascript": "^2.0.0", + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-RvwtGe3d7LvWiDQXeQw8p5asZUmfU1G/l6WbUXeHta7Y2PEIvBTwH6E2EfmYUK8pxcxEdEmaomqyp0vZZ7C+3Q==", + "dev": true + }, + "node_modules/regjsparser": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.12.0.tgz", + "integrity": "sha512-cnE+y8bz4NhMjISKbgeVJtqNbtf5QpjZP+Bslo+UqkIt9QPnX9q095eiRRASJG1/tz6dlNr6Z5NsBiWYokp6EQ==", + "dev": true, + "dependencies": { + "jsesc": "~3.0.2" + }, + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/require-directory": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/require-from-string": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", + "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/requires-port": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==", + "dev": true + }, + "node_modules/resolve": { + "version": "1.22.8", + "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.8.tgz", + "integrity": "sha512-oKWePCxqpd6FlLvGV1VU0x7bkPmmCNolxzjMf4NczoDnQcIWrAF+cPtZn5i6n+RfD2d9i0tzpKnG6Yk168yIyw==", + "dev": true, + "dependencies": { + "is-core-module": "^2.13.0", + "path-parse": "^1.0.7", + "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/resolve-url-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", + "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", + "dev": true, + "dependencies": { + "adjust-sourcemap-loader": "^4.0.0", + "convert-source-map": "^1.7.0", + "loader-utils": "^2.0.0", + "postcss": "^8.2.14", + "source-map": "0.6.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/resolve-url-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, + "dependencies": { + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" + } + }, + "node_modules/resolve-url-loader/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/restore-cursor": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-5.1.0.tgz", + "integrity": "sha512-oMA2dcrw6u0YfxJQXm342bFKX/E4sG9rbTzO9ptUcR/e8A33cHuvStiYOwH7fszkZlZ1z/ta9AAoPk2F4qIOHA==", + "dev": true, + "dependencies": { + "onetime": "^7.0.0", + "signal-exit": "^4.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "dev": true, + "engines": { + "node": ">= 4" + } + }, + "node_modules/reusify": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", + "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } + }, + "node_modules/rfdc": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.4.1.tgz", + "integrity": "sha512-q1b3N5QkRUWUl7iyylaaj3kOpIT0N2i9MqIEQXP73GVsN9cw3fdx8X63cEmWhJGi2PPCF23Ijp7ktmd39rawIA==", + "dev": true + }, + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "deprecated": "Rimraf versions prior to v4 are no longer supported", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/rollup": { + "version": "4.26.0", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-4.26.0.tgz", + "integrity": "sha512-ilcl12hnWonG8f+NxU6BlgysVA0gvY2l8N0R84S1HcINbW20bvwuCngJkkInV6LXhwRpucsW5k1ovDwEdBVrNg==", + "dev": true, + "dependencies": { + "@types/estree": "1.0.6" + }, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=18.0.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "@rollup/rollup-android-arm-eabi": "4.26.0", + "@rollup/rollup-android-arm64": "4.26.0", + "@rollup/rollup-darwin-arm64": "4.26.0", + "@rollup/rollup-darwin-x64": "4.26.0", + "@rollup/rollup-freebsd-arm64": "4.26.0", + "@rollup/rollup-freebsd-x64": "4.26.0", + "@rollup/rollup-linux-arm-gnueabihf": "4.26.0", + "@rollup/rollup-linux-arm-musleabihf": "4.26.0", + "@rollup/rollup-linux-arm64-gnu": "4.26.0", + "@rollup/rollup-linux-arm64-musl": "4.26.0", + "@rollup/rollup-linux-powerpc64le-gnu": "4.26.0", + "@rollup/rollup-linux-riscv64-gnu": "4.26.0", + "@rollup/rollup-linux-s390x-gnu": "4.26.0", + "@rollup/rollup-linux-x64-gnu": "4.26.0", + "@rollup/rollup-linux-x64-musl": "4.26.0", + "@rollup/rollup-win32-arm64-msvc": "4.26.0", + "@rollup/rollup-win32-ia32-msvc": "4.26.0", + "@rollup/rollup-win32-x64-msvc": "4.26.0", + "fsevents": "~2.3.2" + } + }, + "node_modules/run-applescript": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/run-applescript/-/run-applescript-7.0.0.tgz", + "integrity": "sha512-9by4Ij99JUr/MCFBUkDKLWK3G9HVXmabKz9U5MlIAIuvuzkiOicRYs8XJLxX+xahD+mLiiCYDqF9dKAgtzKP1A==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/run-parallel": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", + "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { + "queue-microtask": "^1.2.2" + } + }, + "node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/safe-buffer": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] + }, + "node_modules/safer-buffer": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", + "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" + }, + "node_modules/sass": { + "version": "1.80.7", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.80.7.tgz", + "integrity": "sha512-MVWvN0u5meytrSjsU7AWsbhoXi1sc58zADXFllfZzbsBT1GHjjar6JwBINYPRrkx/zqnQ6uqbQuHgE95O+C+eQ==", + "dependencies": { + "chokidar": "^4.0.0", + "immutable": "^5.0.2", + "source-map-js": ">=0.6.2 <2.0.0" + }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=14.0.0" + }, + "optionalDependencies": { + "@parcel/watcher": "^2.4.1" + } + }, + "node_modules/sass-loader": { + "version": "16.0.3", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-16.0.3.tgz", + "integrity": "sha512-gosNorT1RCkuCMyihv6FBRR7BMV06oKRAs+l4UMp1mlcVg9rWN6KMmUj3igjQwmYys4mDP3etEYJgiHRbgHCHA==", + "dev": true, + "dependencies": { + "neo-async": "^2.6.2" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "@rspack/core": "0.x || 1.x", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0 || ^9.0.0", + "sass": "^1.3.0", + "sass-embedded": "*", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "@rspack/core": { + "optional": true + }, + "node-sass": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "webpack": { + "optional": true + } + } + }, + "node_modules/sax": { + "version": "1.4.1", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.4.1.tgz", + "integrity": "sha512-+aWOz7yVScEGoKNd4PA10LZ8sk0A/z5+nXQG5giUO5rprX9jgYsTdov9qCchZiPIZezbZH+jRut8nPodFAX4Jg==", + "dev": true, + "optional": true + }, + "node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/schema-utils/node_modules/ajv-formats": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", + "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", + "dev": true, + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { + "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } + } + }, + "node_modules/select-hose": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", + "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", + "dev": true + }, + "node_modules/selfsigned": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", + "dev": true, + "dependencies": { + "@types/node-forge": "^1.3.0", + "node-forge": "^1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver": { + "version": "7.6.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.6.3.tgz", + "integrity": "sha512-oVekP1cKtI+CTDvHWYFUcMtsK/00wmAEfyqKfNdARm8u1wNVhSgaX7A8d4UuIlUI5e84iEwOhs7ZPYRmzU9U6A==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/send": { + "version": "0.19.0", + "resolved": "https://registry.npmjs.org/send/-/send-0.19.0.tgz", + "integrity": "sha512-dW41u5VfLXu8SJh5bwRmyYUbAoSB3c9uQh6L8h/KtsFREPWpbX1lrljJo186Jc4nmci/sGUZ9a0a0J2zgfq2hw==", + "dependencies": { + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "etag": "~1.8.1", + "fresh": "0.5.2", + "http-errors": "2.0.0", + "mime": "1.6.0", + "ms": "2.1.3", + "on-finished": "2.4.1", + "range-parser": "~1.2.1", + "statuses": "2.0.1" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/send/node_modules/encodeurl": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", + "dev": true, + "dependencies": { + "randombytes": "^2.1.0" + } + }, + "node_modules/serve-index": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", + "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", + "dev": true, + "dependencies": { + "accepts": "~1.3.4", + "batch": "0.6.1", + "debug": "2.6.9", + "escape-html": "~1.0.3", + "http-errors": "~1.6.2", + "mime-types": "~2.1.17", + "parseurl": "~1.3.2" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "node_modules/serve-index/node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-static": { + "version": "1.16.2", + "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.16.2.tgz", + "integrity": "sha512-VqpjJZKadQB/PEbEwvFdO43Ax5dFBZ2UECszz8bQ7pi7wt//PWe1P6MN7eCnjsatYtBT6EuiClbjSWP2WrIoTw==", + "dependencies": { + "encodeurl": "~2.0.0", + "escape-html": "~1.0.3", + "parseurl": "~1.3.3", + "send": "0.19.0" + }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/set-function-length": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.2.tgz", + "integrity": "sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==", + "dependencies": { + "define-data-property": "^1.1.4", + "es-errors": "^1.3.0", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.4", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/shell-quote": { + "version": "1.8.2", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.2.tgz", + "integrity": "sha512-AzqKpGKjrj7EM6rKVQEPpB288oCfnrEIuyoT9cyF4nmGa7V8Zk6f7RRqYisX8X9m+Q7bd632aZW4ky7EhbQztA==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/side-channel": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.6.tgz", + "integrity": "sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==", + "dependencies": { + "call-bind": "^1.0.7", + "es-errors": "^1.3.0", + "get-intrinsic": "^1.2.4", + "object-inspect": "^1.13.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/sigstore": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-3.0.0.tgz", + "integrity": "sha512-PHMifhh3EN4loMcHCz6l3v/luzgT3za+9f8subGgeMNjbJjzH4Ij/YoX3Gvu+kaouJRIlVdTHHCREADYf+ZteA==", + "dev": true, + "dependencies": { + "@sigstore/bundle": "^3.0.0", + "@sigstore/core": "^2.0.0", + "@sigstore/protobuf-specs": "^0.3.2", + "@sigstore/sign": "^3.0.0", + "@sigstore/tuf": "^3.0.0", + "@sigstore/verify": "^2.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/slash": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-5.1.0.tgz", + "integrity": "sha512-ZA6oR3T/pEyuqwMgAKT0/hAv8oAXckzbkmR0UkUosQ+Mc4RxGoJkRmwHgHufaenlyAgE1Mxgpdcrf75y6XcnDg==", + "dev": true, + "engines": { + "node": ">=14.16" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/slice-ansi": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/slice-ansi/-/slice-ansi-5.0.0.tgz", + "integrity": "sha512-FC+lgizVPfie0kkhqUScwRu1O/lF6NOgJmlCgK+/LYxDCTk8sGelYaHDhFcDN+Sn3Cv+3VSa4Byeo+IMCzpMgQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.0.0", + "is-fullwidth-code-point": "^4.0.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/slice-ansi?sponsor=1" + } + }, + "node_modules/slice-ansi/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/smart-buffer": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", + "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", + "dev": true, + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socket.io": { + "version": "4.8.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.8.1.tgz", + "integrity": "sha512-oZ7iUCxph8WYRHHcjBEc9unw3adt5CmSNlppj/5Q4k2RIrhl8Z5yY2Xr4j9zj0+wzVZ0bxmYoGSzKJnRl6A4yg==", + "dev": true, + "dependencies": { + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "cors": "~2.8.5", + "debug": "~4.3.2", + "engine.io": "~6.6.0", + "socket.io-adapter": "~2.5.2", + "socket.io-parser": "~4.2.4" + }, + "engines": { + "node": ">=10.2.0" + } + }, + "node_modules/socket.io-adapter": { + "version": "2.5.5", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.5.tgz", + "integrity": "sha512-eLDQas5dzPgOWCk9GuuJC2lBqItuhKI4uxGgo9aIV7MYbk2h9Q6uULEh8WBzThoI7l+qU9Ast9fVUmkqPP9wYg==", + "dev": true, + "dependencies": { + "debug": "~4.3.4", + "ws": "~8.17.1" + } + }, + "node_modules/socket.io-parser": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", + "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", + "dev": true, + "dependencies": { + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.1" + }, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/sockjs": { + "version": "0.3.24", + "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", + "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", + "dev": true, + "dependencies": { + "faye-websocket": "^0.11.3", + "uuid": "^8.3.2", + "websocket-driver": "^0.7.4" + } + }, + "node_modules/socks": { + "version": "2.8.3", + "resolved": "https://registry.npmjs.org/socks/-/socks-2.8.3.tgz", + "integrity": "sha512-l5x7VUUWbjVFbafGLxPWkYsHIhEvmF85tbIeFZWc8ZPtoMyybuEhL7Jye/ooC4/d48FgOjSJXgsF/AJPYCW8Zw==", + "dev": true, + "dependencies": { + "ip-address": "^9.0.5", + "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.0.0", + "npm": ">= 3.0.0" + } + }, + "node_modules/socks-proxy-agent": { + "version": "8.0.4", + "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-8.0.4.tgz", + "integrity": "sha512-GNAq/eg8Udq2x0eNiFkr9gRg5bA7PXEWagQdeRX4cPSG+X/8V38v637gim9bjFptMk1QWsCTr0ttrJEiXbNnRw==", + "dev": true, + "dependencies": { + "agent-base": "^7.1.1", + "debug": "^4.3.4", + "socks": "^2.8.3" + }, + "engines": { + "node": ">= 14" + } + }, + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/source-map-js": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.2.1.tgz", + "integrity": "sha512-UXWMKhLOwVKb728IUtQPXxfYU+usdybtUrK/8uGE8CQMvrhOpwvzDBwj0QhSL7MQc7vIsISBG8VQ8+IDQxpfQA==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-loader": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-5.0.0.tgz", + "integrity": "sha512-k2Dur7CbSLcAH73sBcIkV5xjPV4SzqO1NJ7+XaQl8if3VODDUj3FNchNGpqgJSKbvUfJuhVdv8K2Eu8/TNl2eA==", + "dev": true, + "dependencies": { + "iconv-lite": "^0.6.3", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.72.1" + } + }, + "node_modules/source-map-loader/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-support": { + "version": "0.5.21", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", + "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", + "dev": true, + "dependencies": { + "buffer-from": "^1.0.0", + "source-map": "^0.6.0" + } + }, + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", + "dev": true, + "dependencies": { + "spdx-expression-parse": "^3.0.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-exceptions": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.5.0.tgz", + "integrity": "sha512-PiU42r+xO4UbUS1buo3LPJkjlO7430Xn5SVAhdpzzsPHsjbYVflnnFdATgabnLude+Cqu25p6N+g2lw/PFsa4w==", + "dev": true + }, + "node_modules/spdx-expression-parse": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", + "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", + "dev": true, + "dependencies": { + "spdx-exceptions": "^2.1.0", + "spdx-license-ids": "^3.0.0" + } + }, + "node_modules/spdx-license-ids": { + "version": "3.0.20", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.20.tgz", + "integrity": "sha512-jg25NiDV/1fLtSgEgyvVyDunvaNHbuwF9lfNV17gSmPFAlYzdfNBlLtLzXTevwkPj7DhGbmN9VnmJIgLnhvaBw==", + "dev": true + }, + "node_modules/spdy": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", + "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", + "dev": true, + "dependencies": { + "debug": "^4.1.0", + "handle-thing": "^2.0.0", + "http-deceiver": "^1.2.7", + "select-hose": "^2.0.0", + "spdy-transport": "^3.0.0" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/spdy-transport": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", + "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", + "dev": true, + "dependencies": { + "debug": "^4.1.0", + "detect-node": "^2.0.4", + "hpack.js": "^2.1.6", + "obuf": "^1.1.2", + "readable-stream": "^3.0.6", + "wbuf": "^1.7.3" + } + }, + "node_modules/sprintf-js": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.1.3.tgz", + "integrity": "sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==", + "dev": true + }, + "node_modules/ssri": { + "version": "12.0.0", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-12.0.0.tgz", + "integrity": "sha512-S7iGNosepx9RadX82oimUkvr0Ct7IjJbEbs4mJcTxst8um95J3sDYU1RBEOvdu6oL1Wek2ODI5i4MAw+dZ6cAQ==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/streamroller": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz", + "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", + "dev": true, + "dependencies": { + "date-format": "^4.0.14", + "debug": "^4.3.4", + "fs-extra": "^8.1.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.2.0" + } + }, + "node_modules/string-width": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz", + "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==", + "dev": true, + "dependencies": { + "emoji-regex": "^10.3.0", + "get-east-asian-width": "^1.0.0", + "strip-ansi": "^7.1.0" + }, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/string-width-cjs": { + "name": "string-width", + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/string-width-cjs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/string-width/node_modules/ansi-regex": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.1.0.tgz", + "integrity": "sha512-7HSX4QQb4CspciLpVFwyRe79O3xsIZDDLER21kERQ71oaPodF8jL725AgJMFAYbooIqolJoRLuM81SpeUkpkvA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/string-width/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/supports-preserve-symlinks-flag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", + "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/symbol-observable": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", + "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", + "dev": true, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/tapable": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", + "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/tar": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.1.tgz", + "integrity": "sha512-DZ4yORTwrbTj/7MZYq2w+/ZFdI6OZ/f9SFHR+71gIVUZhOQPHzVCLpvRnPgyaMpfWxxk/4ONva3GQSyNIKRv6A==", + "dev": true, + "dependencies": { + "chownr": "^2.0.0", + "fs-minipass": "^2.0.0", + "minipass": "^5.0.0", + "minizlib": "^2.1.1", + "mkdirp": "^1.0.3", + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar/node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/tar/node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/terser": { + "version": "5.36.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.36.0.tgz", + "integrity": "sha512-IYV9eNMuFAV4THUspIRXkLakHnV6XO7FEdtKjf/mDyrnqUg9LnlOn6/RwRvM9SZjR4GUq8Nk8zj67FzVARr74w==", + "dev": true, + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/terser-webpack-plugin": { + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", + "dev": true, + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.20", + "jest-worker": "^27.4.5", + "schema-utils": "^3.1.1", + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true + }, + "esbuild": { + "optional": true + }, + "uglify-js": { + "optional": true + } + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/thingies": { + "version": "1.21.0", + "resolved": "https://registry.npmjs.org/thingies/-/thingies-1.21.0.tgz", + "integrity": "sha512-hsqsJsFMsV+aD4s3CWKk85ep/3I9XzYV/IXaSouJMYIoDlgyi11cBhsqYe9/geRfB0YIikBQg6raRaM+nIMP9g==", + "dev": true, + "engines": { + "node": ">=10.18" + }, + "peerDependencies": { + "tslib": "^2" + } + }, + "node_modules/through2": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", + "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", + "dev": true, + "dependencies": { + "readable-stream": "~2.3.6", + "xtend": "~4.0.1" + } + }, + "node_modules/through2/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/through2/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/through2/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/thunky": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", + "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", + "dev": true + }, + "node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "devOptional": true, + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/toidentifier": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } + }, + "node_modules/tree-dump": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/tree-dump/-/tree-dump-1.0.2.tgz", + "integrity": "sha512-dpev9ABuLWdEubk+cIaI9cHwRNNDjkBBLXTwI4UCUFdQ5xXKqNXoK4FEciw/vxf+NQ7Cb7sGUyeUtORvHIdRXQ==", + "dev": true, + "engines": { + "node": ">=10.0" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/streamich" + }, + "peerDependencies": { + "tslib": "2" + } + }, + "node_modules/tree-kill": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", + "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", + "dev": true, + "bin": { + "tree-kill": "cli.js" + } + }, + "node_modules/tslib": { + "version": "2.8.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.8.1.tgz", + "integrity": "sha512-oJFu94HQb+KVduSUQL7wnpmqnfmLsOA/nAh6b6EH0wCEoK0/mPeXU6c3wKDV83MkOuHPRHtSXKKU99IBazS/2w==" + }, + "node_modules/tuf-js": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-3.0.1.tgz", + "integrity": "sha512-+68OP1ZzSF84rTckf3FA95vJ1Zlx/uaXyiiKyPd1pA4rZNkpEvDAKmsu1xUSmbF/chCRYgZ6UZkDwC7PmzmAyA==", + "dev": true, + "dependencies": { + "@tufjs/models": "3.0.1", + "debug": "^4.3.6", + "make-fetch-happen": "^14.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/tuf-js/node_modules/@npmcli/agent": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/agent/-/agent-3.0.0.tgz", + "integrity": "sha512-S79NdEgDQd/NGCay6TCoVzXSj74skRZIKJcpJjC5lOq34SZzyI6MqtiiWoiVWoVrTcGjNeC4ipbh1VIHlpfF5Q==", + "dev": true, + "dependencies": { + "agent-base": "^7.1.0", + "http-proxy-agent": "^7.0.0", + "https-proxy-agent": "^7.0.1", + "lru-cache": "^10.0.1", + "socks-proxy-agent": "^8.0.3" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/tuf-js/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/tuf-js/node_modules/glob": { + "version": "10.4.5", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.4.5.tgz", + "integrity": "sha512-7Bv8RF0k6xjo7d4A/PxYLbUCfb6c+Vpd2/mB2yRDlew7Jb5hEXiCD9ibfO7wpk8i4sevK6DFny9h7EYbM3/sHg==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^3.1.2", + "minimatch": "^9.0.4", + "minipass": "^7.1.2", + "package-json-from-dist": "^1.0.0", + "path-scurry": "^1.11.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/tuf-js/node_modules/lru-cache": { + "version": "10.4.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.4.3.tgz", + "integrity": "sha512-JNAzZcXrCt42VGLuYz0zfAzDfAvJWW6AfYlDBQyDV5DClI2m5sAmK+OIO7s59XfsRsWHp02jAJrRadPRGTt6SQ==", + "dev": true + }, + "node_modules/tuf-js/node_modules/make-fetch-happen": { + "version": "14.0.3", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-14.0.3.tgz", + "integrity": "sha512-QMjGbFTP0blj97EeidG5hk/QhKQ3T4ICckQGLgz38QF7Vgbk6e6FTARN8KhKxyBbWn8R0HU+bnw8aSoFPD4qtQ==", + "dev": true, + "dependencies": { + "@npmcli/agent": "^3.0.0", + "cacache": "^19.0.1", + "http-cache-semantics": "^4.1.1", + "minipass": "^7.0.2", + "minipass-fetch": "^4.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^1.0.0", + "proc-log": "^5.0.0", + "promise-retry": "^2.0.1", + "ssri": "^12.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/tuf-js/node_modules/minimatch": { + "version": "9.0.5", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.5.tgz", + "integrity": "sha512-G6T0ZX48xgozx7587koeX9Ys2NYy6Gmv//P89sEte9V9whIapMNF4idKxnW2QtCcLiTWlb/wfCabAtAFWhhBow==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/tuf-js/node_modules/minipass-fetch": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-4.0.0.tgz", + "integrity": "sha512-2v6aXUXwLP1Epd/gc32HAMIWoczx+fZwEPRHm/VwtrJzRGwR1qGZXEYV3Zp8ZjjbwaZhMrM6uHV4KVkk+XCc2w==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^3.0.1" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/tuf-js/node_modules/minizlib": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-3.0.1.tgz", + "integrity": "sha512-umcy022ILvb5/3Djuu8LWeqUa8D68JaBzlttKeMWen48SjabqS3iY5w/vzeMzMUNhLDifyhbOwKDSznB1vvrwg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.4", + "rimraf": "^5.0.5" + }, + "engines": { + "node": ">= 18" + } + }, + "node_modules/tuf-js/node_modules/negotiator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-1.0.0.tgz", + "integrity": "sha512-8Ofs/AUQh8MaEcrlq5xOX0CQ9ypTF5dl78mjlMNfOK08fzpgTHQRQPBxcPlEtIw0yRpws+Zo/3r+5WRby7u3Gg==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/tuf-js/node_modules/rimraf": { + "version": "5.0.10", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-5.0.10.tgz", + "integrity": "sha512-l0OE8wL34P4nJH/H2ffoaniAokM2qSmrtXHmlpvYr5AVVX8msAyW0l8NVJFDxlSK4u3Uh/f41cQheDVdnYijwQ==", + "dev": true, + "dependencies": { + "glob": "^10.3.7" + }, + "bin": { + "rimraf": "dist/esm/bin.mjs" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/type-fest": { + "version": "0.21.3", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", + "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "dependencies": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/typed-assert": { + "version": "1.0.9", + "resolved": "https://registry.npmjs.org/typed-assert/-/typed-assert-1.0.9.tgz", + "integrity": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==", + "dev": true + }, + "node_modules/typescript": { + "version": "5.6.3", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-5.6.3.tgz", + "integrity": "sha512-hjcS1mhfuyi4WW8IWtjP7brDrG2cuDZukyrYrSauoXGNgx0S7zceP07adYkJycEr56BOUTNPzbInooiN3fn1qw==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=14.17" + } + }, + "node_modules/ua-parser-js": { + "version": "0.7.39", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.39.tgz", + "integrity": "sha512-IZ6acm6RhQHNibSt7+c09hhvsKy9WUr4DVbeq9U8o71qxyYtJpQeDxQnMrVqnIFMLcQjHO0I9wgfO2vIahht4w==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" + } + ], + "bin": { + "ua-parser-js": "script/cli.js" + }, + "engines": { + "node": "*" + } + }, + "node_modules/undici-types": { + "version": "5.26.5", + "resolved": "https://registry.npmjs.org/undici-types/-/undici-types-5.26.5.tgz", + "integrity": "sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==", + "dev": true + }, + "node_modules/unicode-canonical-property-names-ecmascript": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.1.tgz", + "integrity": "sha512-dA8WbNeb2a6oQzAQ55YlT5vQAWGV9WXOsi3SskE3bcCdM0P4SDd+24zS/OCacdRq5BkdsRj9q3Pg6YyQoxIGqg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-ecmascript": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", + "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", + "dev": true, + "dependencies": { + "unicode-canonical-property-names-ecmascript": "^2.0.0", + "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.2.0.tgz", + "integrity": "sha512-4IehN3V/+kkr5YeSSDDQG8QLqO26XpL2XP3GQtqwlT/QYSECAwFztxVHjlbh0+gjJ3XmNLS0zDsbgs9jWKExLg==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicode-property-aliases-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", + "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", + "dev": true, + "engines": { + "node": ">=4" + } + }, + "node_modules/unicorn-magic": { + "version": "0.1.0", + "resolved": "https://registry.npmjs.org/unicorn-magic/-/unicorn-magic-0.1.0.tgz", + "integrity": "sha512-lRfVq8fE8gz6QMBuDM6a+LO3IAzTi05H6gCVaUpir2E1Rwpo4ZUog45KpNXKC/Mn3Yb9UDuHumeFTo9iV/D9FQ==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/unique-filename": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-4.0.0.tgz", + "integrity": "sha512-XSnEewXmQ+veP7xX2dS5Q4yZAvO40cBN2MWkJ7D/6sW4Dg6wYBNwM1Vrnz1FhH5AdeLIlUXRI9e28z1YZi71NQ==", + "dev": true, + "dependencies": { + "unique-slug": "^5.0.0" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/unique-slug": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-5.0.0.tgz", + "integrity": "sha512-9OdaqO5kwqR+1kVgHAhsp5vPNU0hnxRa26rBFNfNgM7M6pNtgzeBn3s/xbyCQL3dcjzOatcef6UUHpB/6MaETg==", + "dev": true, + "dependencies": { + "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "dev": true, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/unpipe": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/update-browserslist-db": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.1.1.tgz", + "integrity": "sha512-R8UzCaa9Az+38REPiJ1tXlImTJXlVfgHZsglwBD/k6nj76ctsH1E3q4doGrukiLQd3sGQYu56r5+lo5r94l29A==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "escalade": "^3.2.0", + "picocolors": "^1.1.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" + } + }, + "node_modules/uri-js": { + "version": "4.4.1", + "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", + "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", + "dev": true, + "dependencies": { + "punycode": "^2.1.0" + } + }, + "node_modules/uri-js/node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/util-deprecate": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==", + "dev": true + }, + "node_modules/utils-merge": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/validate-npm-package-license": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", + "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", + "dev": true, + "dependencies": { + "spdx-correct": "^3.0.0", + "spdx-expression-parse": "^3.0.0" + } + }, + "node_modules/validate-npm-package-name": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-6.0.0.tgz", + "integrity": "sha512-d7KLgL1LD3U3fgnvWEY1cQXoO/q6EQ1BSz48Sa149V/5zVTAbgmZIpyI8TRi6U9/JNyeYLlTKsEMPtLC27RFUg==", + "dev": true, + "engines": { + "node": "^18.17.0 || >=20.5.0" + } + }, + "node_modules/vary": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", + "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/vite": { + "version": "5.4.11", + "resolved": "https://registry.npmjs.org/vite/-/vite-5.4.11.tgz", + "integrity": "sha512-c7jFQRklXua0mTzneGW9QVyxFjUgwcihC4bXEtujIo2ouWCe1Ajt/amn2PCxYnhYfd5k09JX3SB7OYWFKYqj8Q==", + "dev": true, + "dependencies": { + "esbuild": "^0.21.3", + "postcss": "^8.4.43", + "rollup": "^4.20.0" + }, + "bin": { + "vite": "bin/vite.js" + }, + "engines": { + "node": "^18.0.0 || >=20.0.0" + }, + "funding": { + "url": "https://github.com/vitejs/vite?sponsor=1" + }, + "optionalDependencies": { + "fsevents": "~2.3.3" + }, + "peerDependencies": { + "@types/node": "^18.0.0 || >=20.0.0", + "less": "*", + "lightningcss": "^1.21.0", + "sass": "*", + "sass-embedded": "*", + "stylus": "*", + "sugarss": "*", + "terser": "^5.4.0" + }, + "peerDependenciesMeta": { + "@types/node": { + "optional": true + }, + "less": { + "optional": true + }, + "lightningcss": { + "optional": true + }, + "sass": { + "optional": true + }, + "sass-embedded": { + "optional": true + }, + "stylus": { + "optional": true + }, + "sugarss": { + "optional": true + }, + "terser": { + "optional": true + } + } + }, + "node_modules/vite/node_modules/@esbuild/aix-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/aix-ppc64/-/aix-ppc64-0.21.5.tgz", + "integrity": "sha512-1SDgH6ZSPTlggy1yI6+Dbkiz8xzpHJEVAlF/AM1tHPLsf5STom9rwtjE4hKAF20FfXXNTFqEYXyJNWh1GiZedQ==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "aix" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.21.5.tgz", + "integrity": "sha512-vCPvzSjpPHEi1siZdlvAlsPxXl7WbOVUBBAowWug4rJHb68Ox8KualB+1ocNvT5fjv6wpkX6o/iEpbDrf68zcg==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.21.5.tgz", + "integrity": "sha512-c0uX9VAUBQ7dTDCjq+wdyGLowMdtR/GoC2U5IYk/7D1H1JYC0qseD7+11iMP2mRLN9RcCMRcjC4YMclCzGwS/A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/android-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.21.5.tgz", + "integrity": "sha512-D7aPRUUNHRBwHxzxRvp856rjUHRFW1SdQATKXH2hqA0kAZb1hKmi02OpYRacl0TxIGz/ZmXWlbZgjwWYaCakTA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.21.5.tgz", + "integrity": "sha512-DwqXqZyuk5AiWWf3UfLiRDJ5EDd49zg6O9wclZ7kUMv2WRFr4HKjXp/5t8JZ11QbQfUS6/cRCKGwYhtNAY88kQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/darwin-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.21.5.tgz", + "integrity": "sha512-se/JjF8NlmKVG4kNIuyWMV/22ZaerB+qaSi5MdrXtd6R08kvs2qCN4C09miupktDitvh8jRFflwGFBQcxZRjbw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.21.5.tgz", + "integrity": "sha512-5JcRxxRDUJLX8JXp/wcBCy3pENnCgBR9bN6JsY4OmhfUtIHe3ZW0mawA7+RDAcMLrMIZaf03NlQiX9DGyB8h4g==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/freebsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.21.5.tgz", + "integrity": "sha512-J95kNBj1zkbMXtHVH29bBriQygMXqoVQOQYA+ISs0/2l3T9/kj42ow2mpqerRBxDJnmkUDCaQT/dfNXWX/ZZCQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.21.5.tgz", + "integrity": "sha512-bPb5AHZtbeNGjCKVZ9UGqGwo8EUu4cLq68E95A53KlxAPRmUyYv2D6F0uUI65XisGOL1hBP5mTronbgo+0bFcA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.21.5.tgz", + "integrity": "sha512-ibKvmyYzKsBeX8d8I7MH/TMfWDXBF3db4qM6sy+7re0YXya+K1cem3on9XgdT2EQGMu4hQyZhan7TeQ8XkGp4Q==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.21.5.tgz", + "integrity": "sha512-YvjXDqLRqPDl2dvRODYmmhz4rPeVKYvppfGYKSNGdyZkA01046pLWyRKKI3ax8fbJoK5QbxblURkwK/MWY18Tg==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-loong64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.21.5.tgz", + "integrity": "sha512-uHf1BmMG8qEvzdrzAqg2SIG/02+4/DHB6a9Kbya0XDvwDEKCoC8ZRWI5JJvNdUjtciBGFQ5PuBlpEOXQj+JQSg==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-mips64el": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.21.5.tgz", + "integrity": "sha512-IajOmO+KJK23bj52dFSNCMsz1QP1DqM6cwLUv3W1QwyxkyIWecfafnI555fvSGqEKwjMXVLokcV5ygHW5b3Jbg==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-ppc64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.21.5.tgz", + "integrity": "sha512-1hHV/Z4OEfMwpLO8rp7CvlhBDnjsC3CttJXIhBi+5Aj5r+MBvy4egg7wCbe//hSsT+RvDAG7s81tAvpL2XAE4w==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-riscv64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.21.5.tgz", + "integrity": "sha512-2HdXDMd9GMgTGrPWnJzP2ALSokE/0O5HhTUvWIbD3YdjME8JwvSCnNGBnTThKGEB91OZhzrJ4qIIxk/SBmyDDA==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-s390x": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.21.5.tgz", + "integrity": "sha512-zus5sxzqBJD3eXxwvjN1yQkRepANgxE9lgOW2qLnmr8ikMTphkjgXu1HR01K4FJg8h1kEEDAqDcZQtbrRnB41A==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/linux-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.21.5.tgz", + "integrity": "sha512-1rYdTpyv03iycF1+BhzrzQJCdOuAOtaqHTWJZCWvijKD2N5Xu0TtVC8/+1faWqcP9iBCWOmjmhoH94dH82BxPQ==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/netbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.21.5.tgz", + "integrity": "sha512-Woi2MXzXjMULccIwMnLciyZH4nCIMpWQAs049KEeMvOcNADVxo0UBIQPfSmxB3CWKedngg7sWZdLvLczpe0tLg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/openbsd-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.21.5.tgz", + "integrity": "sha512-HLNNw99xsvx12lFBUwoT8EVCsSvRNDVxNpjZ7bPn947b8gJPzeHWyNVhFsaerc0n3TsbOINvRP2byTZ5LKezow==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/sunos-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.21.5.tgz", + "integrity": "sha512-6+gjmFpfy0BHU5Tpptkuh8+uw3mnrvgs+dSPQXQOv3ekbordwnzTVEb4qnIvQcYXq6gzkyTnoZ9dZG+D4garKg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-arm64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.21.5.tgz", + "integrity": "sha512-Z0gOTd75VvXqyq7nsl93zwahcTROgqvuAcYDUr+vOv8uHhNSKROyU961kgtCD1e95IqPKSQKH7tBTslnS3tA8A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-ia32": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.21.5.tgz", + "integrity": "sha512-SWXFF1CL2RVNMaVs+BBClwtfZSvDgtL//G/smwAc5oVK/UPu2Gu9tIaRgFmYFFKrmg3SyAjSrElf0TiJ1v8fYA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/@esbuild/win32-x64": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.21.5.tgz", + "integrity": "sha512-tQd/1efJuzPC6rCFwEvLtci/xNFcTZknmXs98FYDfGE4wP9ClFV98nyKrzJKVPMhdDnjzLhdUyMX4PsQAPjwIw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/vite/node_modules/esbuild": { + "version": "0.21.5", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.21.5.tgz", + "integrity": "sha512-mg3OPMV4hXywwpoDxu3Qda5xCKQi+vCTZq8S9J/EpkhB2HzKXq4SNFZE3+NK93JYxc8VMSep+lOUSC/RVKaBqw==", + "dev": true, + "hasInstallScript": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/aix-ppc64": "0.21.5", + "@esbuild/android-arm": "0.21.5", + "@esbuild/android-arm64": "0.21.5", + "@esbuild/android-x64": "0.21.5", + "@esbuild/darwin-arm64": "0.21.5", + "@esbuild/darwin-x64": "0.21.5", + "@esbuild/freebsd-arm64": "0.21.5", + "@esbuild/freebsd-x64": "0.21.5", + "@esbuild/linux-arm": "0.21.5", + "@esbuild/linux-arm64": "0.21.5", + "@esbuild/linux-ia32": "0.21.5", + "@esbuild/linux-loong64": "0.21.5", + "@esbuild/linux-mips64el": "0.21.5", + "@esbuild/linux-ppc64": "0.21.5", + "@esbuild/linux-riscv64": "0.21.5", + "@esbuild/linux-s390x": "0.21.5", + "@esbuild/linux-x64": "0.21.5", + "@esbuild/netbsd-x64": "0.21.5", + "@esbuild/openbsd-x64": "0.21.5", + "@esbuild/sunos-x64": "0.21.5", + "@esbuild/win32-arm64": "0.21.5", + "@esbuild/win32-ia32": "0.21.5", + "@esbuild/win32-x64": "0.21.5" + } + }, + "node_modules/void-elements": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", + "integrity": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/watchpack": { + "version": "2.4.2", + "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.2.tgz", + "integrity": "sha512-TnbFSbcOCcDgjZ4piURLCbJ3nJhznVh9kw6F6iokjiFPl8ONxe9A6nMDVXDiNbrSfLILs6vB07F7wLBrwPYzJw==", + "dev": true, + "dependencies": { + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/wbuf": { + "version": "1.7.3", + "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", + "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", + "dev": true, + "dependencies": { + "minimalistic-assert": "^1.0.0" + } + }, + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/weak-lru-cache": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/weak-lru-cache/-/weak-lru-cache-1.2.2.tgz", + "integrity": "sha512-DEAoo25RfSYMuTGc9vPJzZcZullwIqRDSI9LOy+fkCJPi6hykCnfKaXTuPBDuXAUcqHXyOgFtHNp/kB2FjYHbw==", + "dev": true, + "optional": true + }, + "node_modules/webpack": { + "version": "5.96.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.96.1.tgz", + "integrity": "sha512-l2LlBSvVZGhL4ZrPwyr8+37AunkcYj5qh8o6u2/2rzoPc8gxFJkLj1WxNgooi9pnoc06jh0BjuXnamM4qlujZA==", + "dev": true, + "dependencies": { + "@types/eslint-scope": "^3.7.7", + "@types/estree": "^1.0.6", + "@webassemblyjs/ast": "^1.12.1", + "@webassemblyjs/wasm-edit": "^1.12.1", + "@webassemblyjs/wasm-parser": "^1.12.1", + "acorn": "^8.14.0", + "browserslist": "^4.24.0", + "chrome-trace-event": "^1.0.2", + "enhanced-resolve": "^5.17.1", + "es-module-lexer": "^1.2.1", + "eslint-scope": "5.1.1", + "events": "^3.2.0", + "glob-to-regexp": "^0.4.1", + "graceful-fs": "^4.2.11", + "json-parse-even-better-errors": "^2.3.1", + "loader-runner": "^4.2.0", + "mime-types": "^2.1.27", + "neo-async": "^2.6.2", + "schema-utils": "^3.2.0", + "tapable": "^2.1.1", + "terser-webpack-plugin": "^5.3.10", + "watchpack": "^2.4.1", + "webpack-sources": "^3.2.3" + }, + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-middleware": { + "version": "7.4.2", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-7.4.2.tgz", + "integrity": "sha512-xOO8n6eggxnwYpy1NlzUKpvrjfJTvae5/D6WOK0S2LSo7vjmo5gCM1DbLUmFqrMTJP+W/0YZNctm7jasWvLuBA==", + "dev": true, + "dependencies": { + "colorette": "^2.0.10", + "memfs": "^4.6.0", + "mime-types": "^2.1.31", + "on-finished": "^2.4.1", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-5.1.0.tgz", + "integrity": "sha512-aQpaN81X6tXie1FoOB7xlMfCsN19pSvRAeYUHOdFWOlhpQ/LlbfTqYwwmEDFV0h8GGuqmCmKmT+pxcUV/Nt2gQ==", + "dev": true, + "dependencies": { + "@types/bonjour": "^3.5.13", + "@types/connect-history-api-fallback": "^1.5.4", + "@types/express": "^4.17.21", + "@types/serve-index": "^1.9.4", + "@types/serve-static": "^1.15.5", + "@types/sockjs": "^0.3.36", + "@types/ws": "^8.5.10", + "ansi-html-community": "^0.0.8", + "bonjour-service": "^1.2.1", + "chokidar": "^3.6.0", + "colorette": "^2.0.10", + "compression": "^1.7.4", + "connect-history-api-fallback": "^2.0.0", + "express": "^4.19.2", + "graceful-fs": "^4.2.6", + "html-entities": "^2.4.0", + "http-proxy-middleware": "^2.0.3", + "ipaddr.js": "^2.1.0", + "launch-editor": "^2.6.1", + "open": "^10.0.3", + "p-retry": "^6.2.0", + "schema-utils": "^4.2.0", + "selfsigned": "^2.4.1", + "serve-index": "^1.9.1", + "sockjs": "^0.3.24", + "spdy": "^4.0.2", + "webpack-dev-middleware": "^7.4.2", + "ws": "^8.18.0" + }, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 18.12.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-cli": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/chokidar": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.6.0.tgz", + "integrity": "sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==", + "dev": true, + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "funding": { + "url": "https://paulmillr.com/funding/" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" + } + }, + "node_modules/webpack-dev-server/node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/webpack-dev-server/node_modules/http-proxy-middleware": { + "version": "2.0.7", + "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.7.tgz", + "integrity": "sha512-fgVY8AV7qU7z/MmXJ/rxwbrtQH4jBQ9m7kp3llF0liB7glmFeVZFBepQb32T3y8n8k2+AEYuMPCpinYW+/CuRA==", + "dev": true, + "dependencies": { + "@types/http-proxy": "^1.17.8", + "http-proxy": "^1.18.1", + "is-glob": "^4.0.1", + "is-plain-obj": "^3.0.0", + "micromatch": "^4.0.2" + }, + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true + } + } + }, + "node_modules/webpack-dev-server/node_modules/ipaddr.js": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.2.0.tgz", + "integrity": "sha512-Ag3wB2o37wslZS19hZqorUnrnzSkpOVy+IiiDEiTqNubEYpYuHWIf6K4psgN2ZWKExS4xhVCrRVfb/wfW8fWJA==", + "dev": true, + "engines": { + "node": ">= 10" + } + }, + "node_modules/webpack-dev-server/node_modules/picomatch": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", + "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", + "dev": true, + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" + } + }, + "node_modules/webpack-dev-server/node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dev": true, + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/webpack-dev-server/node_modules/ws": { + "version": "8.18.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.18.0.tgz", + "integrity": "sha512-8VbfWfHLbbwu3+N6OKsOMpBdT4kXPDDB9cJk2bJ6mh9ucxdlnNvH1e+roYkKmN9Nxw2yjz7VzeO9oOz2zJ04Pw==", + "dev": true, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/webpack-merge": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-6.0.1.tgz", + "integrity": "sha512-hXXvrjtx2PLYx4qruKl+kyRSLc52V+cCvMxRjmKwoA+CBbbF5GfIBtR6kCvl0fYGqTUPKB+1ktVmTHqMOzgCBg==", + "dev": true, + "dependencies": { + "clone-deep": "^4.0.1", + "flat": "^5.0.2", + "wildcard": "^2.0.1" + }, + "engines": { + "node": ">=18.0.0" + } + }, + "node_modules/webpack-sources": { + "version": "3.2.3", + "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", + "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", + "dev": true, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/webpack-subresource-integrity": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-5.1.0.tgz", + "integrity": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==", + "dev": true, + "dependencies": { + "typed-assert": "^1.0.8" + }, + "engines": { + "node": ">= 12" + }, + "peerDependencies": { + "html-webpack-plugin": ">= 5.0.0-beta.1 < 6", + "webpack": "^5.12.0" + }, + "peerDependenciesMeta": { + "html-webpack-plugin": { + "optional": true + } + } + }, + "node_modules/webpack/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/webpack/node_modules/json-parse-even-better-errors": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", + "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", + "dev": true + }, + "node_modules/webpack/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/websocket-driver": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", + "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", + "dev": true, + "dependencies": { + "http-parser-js": ">=0.5.1", + "safe-buffer": ">=5.1.0", + "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/websocket-extensions": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", + "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/wildcard": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", + "dev": true + }, + "node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi-cjs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/wrap-ansi/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrap-ansi/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/wrappy": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==", + "dev": true + }, + "node_modules/ws": { + "version": "8.17.1", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.17.1.tgz", + "integrity": "sha512-6XQFvXTkbfUOZOKKILFG1PDK2NDQs4azKQl26T0YS5CxqWLgXajbPZ+h4gZekJyRqFU8pvnbAbbs/3TgRPy+GQ==", + "dev": true, + "engines": { + "node": ">=10.0.0" + }, + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": ">=5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true + } + } + }, + "node_modules/xhr2": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/xhr2/-/xhr2-0.2.1.tgz", + "integrity": "sha512-sID0rrVCqkVNUn8t6xuv9+6FViXjUVXq8H5rWOH2rz9fDNQEd4g0EA2XlcEdJXRz5BMEn4O1pJFdT+z4YHhoWw==", + "engines": { + "node": ">= 6" + } + }, + "node_modules/xtend": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", + "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", + "dev": true, + "engines": { + "node": ">=0.4" + } + }, + "node_modules/y18n": { + "version": "5.0.8", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", + "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true + }, + "node_modules/yargs": { + "version": "17.7.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.7.2.tgz", + "integrity": "sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==", + "dev": true, + "dependencies": { + "cliui": "^8.0.1", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.3", + "y18n": "^5.0.5", + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/yargs/node_modules/emoji-regex": { + "version": "8.0.0", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", + "dev": true + }, + "node_modules/yargs/node_modules/is-fullwidth-code-point": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", + "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/yargs/node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", + "dev": true, + "dependencies": { + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/yocto-queue": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-1.1.1.tgz", + "integrity": "sha512-b4JR1PFR10y1mKjhHY9LaGo6tmrgjit7hxVIeAmyMw3jegXR4dhYqLaQF5zMXZxY7tLpMyJeLjr1C4rLmkVe8g==", + "dev": true, + "engines": { + "node": ">=12.20" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/yoctocolors-cjs": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yoctocolors-cjs/-/yoctocolors-cjs-2.1.2.tgz", + "integrity": "sha512-cYVsTjKl8b+FrnidjibDWskAv7UKOfcwaVZdp/it9n1s9fU3IkgDbhdIRKCW4JDsAlECJY0ytoVPT3sK6kideA==", + "dev": true, + "engines": { + "node": ">=18" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/zone.js": { + "version": "0.15.0", + "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.15.0.tgz", + "integrity": "sha512-9oxn0IIjbCZkJ67L+LkhYWRyAy7axphb3VgE2MBDlOqnmHMPWGYMxJxBYFueFq/JGY2GMwS0rU+UCLunEmy5UA==" + } + } +} diff --git a/projects/SalesGrid/package.json b/projects/SalesGrid/package.json new file mode 100644 index 0000000..c1857fd --- /dev/null +++ b/projects/SalesGrid/package.json @@ -0,0 +1,51 @@ +{ + "name": "sales-grid-app", + "version": "0.0.0", + "scripts": { + "ng": "ng", + "start": "ng serve", + "build": "ng build", + "watch": "ng build --watch --configuration development", + "test": "ng test", + "serve:ssr": "node dist/sales-grid-app/server/server.mjs" + }, + "private": true, + "dependencies": { + "@angular/animations": "^19.0.0", + "@angular/common": "^19.0.0", + "@angular/compiler": "^19.0.0", + "@angular/core": "^19.0.0", + "@angular/forms": "^19.0.0", + "@angular/platform-browser": "^19.0.0", + "@angular/platform-browser-dynamic": "^19.0.0", + "@angular/platform-server": "^19.0.0", + "@angular/router": "^19.0.0", + "@angular/ssr": "^19.0.2", + "@igniteui/material-icons-extended": "^3.1.0", + "@nguniversal/express-engine": "^7.0.1", + "express": "^4.18.2", + "hammerjs": "^2.0.8", + "igniteui-angular": "^19.0.0", + "minireset.css": "~0.0.4", + "rxjs": "~7.8.0", + "tslib": "^2.3.0", + "zone.js": "~0.15.0" + }, + "devDependencies": { + "@angular-devkit/build-angular": "^19.0.2", + "@angular/cli": "^19.0.2", + "@angular/compiler-cli": "^19.0.0", + "@igniteui/angular-schematics": "~19.0.1430", + "@types/express": "^4.17.17", + "@types/hammerjs": "^2.0.40", + "@types/jasmine": "~5.1.0", + "@types/node": "^18.18.0", + "jasmine-core": "~5.4.0", + "karma": "~6.4.0", + "karma-chrome-launcher": "~3.2.0", + "karma-coverage": "~2.2.0", + "karma-jasmine": "~5.1.0", + "karma-jasmine-html-reporter": "~2.1.0", + "typescript": "~5.6.2" + } +} diff --git a/projects/SalesGrid/public/favicon.ico b/projects/SalesGrid/public/favicon.ico new file mode 100644 index 0000000000000000000000000000000000000000..57614f9c967596fad0a3989bec2b1deff33034f6 GIT binary patch literal 15086 zcmd^G33O9Omi+`8$@{|M-I6TH3wzF-p5CV8o}7f~KxR60LK+ApEFB<$bcciv%@SmA zV{n>g85YMFFeU*Uvl=i4v)C*qgnb;$GQ=3XTe9{Y%c`mO%su)noNCCQ*@t1WXn|B(hQ7i~ zrUK8|pUkD6#lNo!bt$6)jR!&C?`P5G(`e((P($RaLeq+o0Vd~f11;qB05kdbAOm?r zXv~GYr_sibQO9NGTCdT;+G(!{4Xs@4fPak8#L8PjgJwcs-Mm#nR_Z0s&u?nDX5^~@ z+A6?}g0|=4e_LoE69pPFO`yCD@BCjgKpzMH0O4Xs{Ahc?K3HC5;l=f zg>}alhBXX&);z$E-wai+9TTRtBX-bWYY@cl$@YN#gMd~tM_5lj6W%8ah4;uZ;jP@Q zVbuel1rPA?2@x9Y+u?e`l{Z4ngfG5q5BLH5QsEu4GVpt{KIp1?U)=3+KQ;%7ec8l* zdV=zZgN5>O3G(3L2fqj3;oBbZZw$Ij@`Juz@?+yy#OPw)>#wsTewVgTK9BGt5AbZ&?K&B3GVF&yu?@(Xj3fR3n+ZP0%+wo)D9_xp>Z$`A4 zfV>}NWjO#3lqumR0`gvnffd9Ka}JJMuHS&|55-*mCD#8e^anA<+sFZVaJe7{=p*oX zE_Uv?1>e~ga=seYzh{9P+n5<+7&9}&(kwqSaz;1aD|YM3HBiy<))4~QJSIryyqp| z8nGc(8>3(_nEI4n)n7j(&d4idW1tVLjZ7QbNLXg;LB ziHsS5pXHEjGJZb59KcvS~wv;uZR-+4qEqow`;JCfB*+b^UL^3!?;-^F%yt=VjU|v z39SSqKcRu_NVvz!zJzL0CceJaS6%!(eMshPv_0U5G`~!a#I$qI5Ic(>IONej@aH=f z)($TAT#1I{iCS4f{D2+ApS=$3E7}5=+y(rA9mM#;Cky%b*Gi0KfFA`ofKTzu`AV-9 znW|y@19rrZ*!N2AvDi<_ZeR3O2R{#dh1#3-d%$k${Rx42h+i&GZo5!C^dSL34*AKp z27mTd>k>?V&X;Nl%GZ(>0s`1UN~Hfyj>KPjtnc|)xM@{H_B9rNr~LuH`Gr5_am&Ep zTjZA8hljNj5H1Ipm-uD9rC}U{-vR!eay5&6x6FkfupdpT*84MVwGpdd(}ib)zZ3Ky z7C$pnjc82(W_y_F{PhYj?o!@3__UUvpX)v69aBSzYj3 zdi}YQkKs^SyXyFG2LTRz9{(w}y~!`{EuAaUr6G1M{*%c+kP1olW9z23dSH!G4_HSK zzae-DF$OGR{ofP*!$a(r^5Go>I3SObVI6FLY)N@o<*gl0&kLo-OT{Tl*7nCz>Iq=? zcigIDHtj|H;6sR?or8Wd_a4996GI*CXGU}o;D9`^FM!AT1pBY~?|4h^61BY#_yIfO zKO?E0 zJ{Pc`9rVEI&$xxXu`<5E)&+m(7zX^v0rqofLs&bnQT(1baQkAr^kEsk)15vlzAZ-l z@OO9RF<+IiJ*O@HE256gCt!bF=NM*vh|WVWmjVawcNoksRTMvR03H{p@cjwKh(CL4 z7_PB(dM=kO)!s4fW!1p0f93YN@?ZSG` z$B!JaAJCtW$B97}HNO9(x-t30&E}Mo1UPi@Av%uHj~?T|!4JLwV;KCx8xO#b9IlUW zI6+{a@Wj|<2Y=U;a@vXbxqZNngH8^}LleE_4*0&O7#3iGxfJ%Id>+sb;7{L=aIic8 z|EW|{{S)J-wr@;3PmlxRXU8!e2gm_%s|ReH!reFcY8%$Hl4M5>;6^UDUUae?kOy#h zk~6Ee_@ZAn48Bab__^bNmQ~+k=02jz)e0d9Z3>G?RGG!65?d1>9}7iG17?P*=GUV-#SbLRw)Hu{zx*azHxWkGNTWl@HeWjA?39Ia|sCi{e;!^`1Oec zb>Z|b65OM*;eC=ZLSy?_fg$&^2xI>qSLA2G*$nA3GEnp3$N-)46`|36m*sc#4%C|h zBN<2U;7k>&G_wL4=Ve5z`ubVD&*Hxi)r@{4RCDw7U_D`lbC(9&pG5C*z#W>8>HU)h z!h3g?2UL&sS!oY5$3?VlA0Me9W5e~V;2jds*fz^updz#AJ%G8w2V}AEE?E^=MK%Xt z__Bx1cr7+DQmuHmzn*|hh%~eEc9@m05@clWfpEFcr+06%0&dZJH&@8^&@*$qR@}o3 z@Tuuh2FsLz^zH+dN&T&?0G3I?MpmYJ;GP$J!EzjeM#YLJ!W$}MVNb0^HfOA>5Fe~UNn%Zk(PT@~9}1dt)1UQ zU*B5K?Dl#G74qmg|2>^>0WtLX#Jz{lO4NT`NYB*(L#D|5IpXr9v&7a@YsGp3vLR7L zHYGHZg7{ie6n~2p$6Yz>=^cEg7tEgk-1YRl%-s7^cbqFb(U7&Dp78+&ut5!Tn(hER z|Gp4Ed@CnOPeAe|N>U(dB;SZ?NU^AzoD^UAH_vamp6Ws}{|mSq`^+VP1g~2B{%N-!mWz<`)G)>V-<`9`L4?3dM%Qh6<@kba+m`JS{Ya@9Fq*m6$$ zA1%Ogc~VRH33|S9l%CNb4zM%k^EIpqY}@h{w(aBcJ9c05oiZx#SK9t->5lSI`=&l~ z+-Ic)a{FbBhXV$Xt!WRd`R#Jk-$+_Z52rS>?Vpt2IK<84|E-SBEoIw>cs=a{BlQ7O z-?{Fy_M&84&9|KM5wt~)*!~i~E=(6m8(uCO)I=)M?)&sRbzH$9Rovzd?ZEY}GqX+~ zFbEbLz`BZ49=2Yh-|<`waK-_4!7`ro@zlC|r&I4fc4oyb+m=|c8)8%tZ-z5FwhzDt zL5kB@u53`d@%nHl0Sp)Dw`(QU&>vujEn?GPEXUW!Wi<+4e%BORl&BIH+SwRcbS}X@ z01Pk|vA%OdJKAs17zSXtO55k!;%m9>1eW9LnyAX4uj7@${O6cfii`49qTNItzny5J zH&Gj`e}o}?xjQ}r?LrI%FjUd@xflT3|7LA|ka%Q3i}a8gVm<`HIWoJGH=$EGClX^C0lysQJ>UO(q&;`T#8txuoQ_{l^kEV9CAdXuU1Ghg8 zN_6hHFuy&1x24q5-(Z7;!poYdt*`UTdrQOIQ!2O7_+AHV2hgXaEz7)>$LEdG z<8vE^Tw$|YwZHZDPM!SNOAWG$?J)MdmEk{U!!$M#fp7*Wo}jJ$Q(=8>R`Ats?e|VU?Zt7Cdh%AdnfyN3MBWw{ z$OnREvPf7%z6`#2##_7id|H%Y{vV^vWXb?5d5?a_y&t3@p9t$ncHj-NBdo&X{wrfJ zamN)VMYROYh_SvjJ=Xd!Ga?PY_$;*L=SxFte!4O6%0HEh%iZ4=gvns7IWIyJHa|hT z2;1+e)`TvbNb3-0z&DD_)Jomsg-7p_Uh`wjGnU1urmv1_oVqRg#=C?e?!7DgtqojU zWoAB($&53;TsXu^@2;8M`#z{=rPy?JqgYM0CDf4v@z=ZD|ItJ&8%_7A#K?S{wjxgd z?xA6JdJojrWpB7fr2p_MSsU4(R7=XGS0+Eg#xR=j>`H@R9{XjwBmqAiOxOL` zt?XK-iTEOWV}f>Pz3H-s*>W z4~8C&Xq25UQ^xH6H9kY_RM1$ch+%YLF72AA7^b{~VNTG}Tj#qZltz5Q=qxR`&oIlW Nr__JTFzvMr^FKp4S3v*( literal 0 HcmV?d00001 diff --git a/projects/SalesGrid/public/flags/Australia.svg b/projects/SalesGrid/public/flags/Australia.svg new file mode 100644 index 0000000..61c245e --- /dev/null +++ b/projects/SalesGrid/public/flags/Australia.svg @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Belgium.svg b/projects/SalesGrid/public/flags/Belgium.svg new file mode 100644 index 0000000..8123dab --- /dev/null +++ b/projects/SalesGrid/public/flags/Belgium.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Brazil.svg b/projects/SalesGrid/public/flags/Brazil.svg new file mode 100644 index 0000000..61f8a52 --- /dev/null +++ b/projects/SalesGrid/public/flags/Brazil.svg @@ -0,0 +1,34 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Bulgaria.svg b/projects/SalesGrid/public/flags/Bulgaria.svg new file mode 100644 index 0000000..ef9fbc5 --- /dev/null +++ b/projects/SalesGrid/public/flags/Bulgaria.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Canada.svg b/projects/SalesGrid/public/flags/Canada.svg new file mode 100644 index 0000000..6ac428d --- /dev/null +++ b/projects/SalesGrid/public/flags/Canada.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/China.svg b/projects/SalesGrid/public/flags/China.svg new file mode 100644 index 0000000..d3d04dc --- /dev/null +++ b/projects/SalesGrid/public/flags/China.svg @@ -0,0 +1,20 @@ + + + + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Denmark.svg b/projects/SalesGrid/public/flags/Denmark.svg new file mode 100644 index 0000000..1229601 --- /dev/null +++ b/projects/SalesGrid/public/flags/Denmark.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Finland.svg b/projects/SalesGrid/public/flags/Finland.svg new file mode 100644 index 0000000..9a1012f --- /dev/null +++ b/projects/SalesGrid/public/flags/Finland.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/France.svg b/projects/SalesGrid/public/flags/France.svg new file mode 100644 index 0000000..86fb039 --- /dev/null +++ b/projects/SalesGrid/public/flags/France.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Germany.svg b/projects/SalesGrid/public/flags/Germany.svg new file mode 100644 index 0000000..65b7e46 --- /dev/null +++ b/projects/SalesGrid/public/flags/Germany.svg @@ -0,0 +1,12 @@ + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Greece.svg b/projects/SalesGrid/public/flags/Greece.svg new file mode 100644 index 0000000..e1c7293 --- /dev/null +++ b/projects/SalesGrid/public/flags/Greece.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/India.svg b/projects/SalesGrid/public/flags/India.svg new file mode 100644 index 0000000..e56cdfe --- /dev/null +++ b/projects/SalesGrid/public/flags/India.svg @@ -0,0 +1,68 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Italy.svg b/projects/SalesGrid/public/flags/Italy.svg new file mode 100644 index 0000000..0029478 --- /dev/null +++ b/projects/SalesGrid/public/flags/Italy.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Japan.svg b/projects/SalesGrid/public/flags/Japan.svg new file mode 100644 index 0000000..a665fa5 --- /dev/null +++ b/projects/SalesGrid/public/flags/Japan.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Netherlands.svg b/projects/SalesGrid/public/flags/Netherlands.svg new file mode 100644 index 0000000..28d3cf8 --- /dev/null +++ b/projects/SalesGrid/public/flags/Netherlands.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Poland.svg b/projects/SalesGrid/public/flags/Poland.svg new file mode 100644 index 0000000..29be454 --- /dev/null +++ b/projects/SalesGrid/public/flags/Poland.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Romania.svg b/projects/SalesGrid/public/flags/Romania.svg new file mode 100644 index 0000000..a3b0274 --- /dev/null +++ b/projects/SalesGrid/public/flags/Romania.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/UnitedKingdom.svg b/projects/SalesGrid/public/flags/UnitedKingdom.svg new file mode 100644 index 0000000..a89e4f4 --- /dev/null +++ b/projects/SalesGrid/public/flags/UnitedKingdom.svg @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/UnitedStates.svg b/projects/SalesGrid/public/flags/UnitedStates.svg new file mode 100644 index 0000000..d69d8b1 --- /dev/null +++ b/projects/SalesGrid/public/flags/UnitedStates.svg @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/public/flags/Uruguay.svg b/projects/SalesGrid/public/flags/Uruguay.svg new file mode 100644 index 0000000..5008f40 --- /dev/null +++ b/projects/SalesGrid/public/flags/Uruguay.svg @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/projects/SalesGrid/src/app/app.component.html b/projects/SalesGrid/src/app/app.component.html new file mode 100644 index 0000000..d839133 --- /dev/null +++ b/projects/SalesGrid/src/app/app.component.html @@ -0,0 +1,40 @@ +
+
+ Quick Action +
+ + + + Brands + Stores: Bulgaria + + + Export to Excel + Export to CSV + +
+
+
+
+ + +
+
+ +
+ +
{{col.field}}
+
+
+
diff --git a/projects/SalesGrid/src/app/app.component.scss b/projects/SalesGrid/src/app/app.component.scss new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/projects/SalesGrid/src/app/app.component.scss @@ -0,0 +1 @@ + diff --git a/projects/SalesGrid/src/app/app.component.spec.ts b/projects/SalesGrid/src/app/app.component.spec.ts new file mode 100644 index 0000000..3c69332 --- /dev/null +++ b/projects/SalesGrid/src/app/app.component.spec.ts @@ -0,0 +1,29 @@ +import { TestBed } from '@angular/core/testing'; +import { AppComponent } from './app.component'; + +describe('AppComponent', () => { + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [AppComponent], + }).compileComponents(); + }); + + it('should create the app', () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.componentInstance; + expect(app).toBeTruthy(); + }); + + it(`should have the 'SalesGridApp' title`, () => { + const fixture = TestBed.createComponent(AppComponent); + const app = fixture.componentInstance; + expect(app.title).toEqual('SalesGridApp'); + }); + + it('should render title', () => { + const fixture = TestBed.createComponent(AppComponent); + fixture.detectChanges(); + const compiled = fixture.nativeElement as HTMLElement; + expect(compiled.querySelector('h1')?.textContent).toContain('Hello, SalesGridApp'); + }); +}); diff --git a/projects/SalesGrid/src/app/app.component.ts b/projects/SalesGrid/src/app/app.component.ts new file mode 100644 index 0000000..f157c61 --- /dev/null +++ b/projects/SalesGrid/src/app/app.component.ts @@ -0,0 +1,240 @@ +import { CommonModule } from '@angular/common'; +import { Component, TemplateRef, ViewChild } from '@angular/core'; +import { + IgxButtonDirective, + IgxDropDownComponent, + IgxDropDownItemComponent, + IgxIconComponent, + IgxPivotDataSelectorComponent, + IgxPivotGridComponent, + IgxToggleActionDirective, + IPivotConfiguration, + ISelectionEventArgs, + IgxExcelExporterService, + IgxCsvExporterService, + IgxCsvExporterOptions, + IgxExcelExporterOptions, + IgxBaseExporter, + IgxExporterOptionsBase, + CsvFileTypes, + IPivotUISettings, + IgxPivotDateDimension, + IgxColumnComponent, + IgxCellHeaderTemplateDirective, + IgxIconService, + IgxStringFilteringOperand, + IFilteringExpressionsTree, + FilteringExpressionsTree, + FilteringLogic +} from 'igniteui-angular'; +import FLAGS from '../assets/flags.json' +import SALES_DATA from '../assets/SalesData.json'; + +@Component({ + selector: 'app-root', + imports: [ CommonModule, IgxPivotGridComponent, IgxPivotDataSelectorComponent, IgxButtonDirective, IgxIconComponent, IgxToggleActionDirective, IgxDropDownComponent, IgxDropDownItemComponent, IgxCellHeaderTemplateDirective ], + templateUrl: './app.component.html', + styleUrl: './app.component.scss' +}) +export class AppComponent { + @ViewChild(IgxPivotGridComponent, { static: true }) + public pivotGrid!: IgxPivotGridComponent; + + @ViewChild('countryColumn') + public countryColumnTemplate!: TemplateRef; + + public brandFilter = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); + public bulgariaCountryFilter = new FilteringExpressionsTree(FilteringLogic.And); + + public fileName = 'SalesGridApp'; + public pivotUISettings: IPivotUISettings = { }; + public pivotConfigBrands: IPivotConfiguration = { + columns: [ + { + enabled: true, + memberName: 'Country', + displayName: 'Country' + }, + { + enabled: true, + memberName: 'Brand', + displayName: 'Brand', + filter: this.brandFilter + }, + { + enabled: false, + memberName: 'Store', + displayName: 'Store' + }, + ], + rows: [ + new IgxPivotDateDimension({ + memberName: 'Date', + displayName: 'All Periods', + enabled: true + }, + { + fullDate: false, + quarters: true, + months: false, + }) + ], + values: [ + { + enabled: true, + member: 'Sale', + displayName: 'Sales', + aggregate: { + key: 'SUM', + aggregatorName: 'SUM', + label: 'Sum' + }, + dataType: 'currency', + formatter: (value) => { + return value ? '$' + value : undefined; + } + }, + { + enabled: true, + member: 'Cost', + displayName: 'Profit', + aggregate: { + key: 'SUM', + aggregator: function(members, data) { + return data?.reduce((accumulator, value) => accumulator + (value.Sale - value.Cost), 0) || 0; + }, + label: 'Sum' + }, + dataType: 'currency', + formatter: (value) => { + return value ? '$' + value : undefined; + } + } + ] + }; + public pivotConfigStores: IPivotConfiguration = { + columns: [ + new IgxPivotDateDimension({ + memberName: 'Date', + displayName: 'Data', + enabled: true + }, + { + months: false, + fullDate: false, + quarters: true + }) + ], + rows: [ + { + memberName: 'Store', + displayName: 'Store', + enabled: true, + width: "140px" + }, + { + memberName: 'Brand', + displayName: 'Brand', + enabled: true, + width: "140px" + } + ], + values: [ + { + member: 'Sale', + displayName: 'Sales', + aggregate: { + key: 'SUM', + aggregatorName: 'SUM', + label: 'Sum' + }, + enabled: true, + dataType: 'currency', + formatter: (value) => { + return value ? '$' + value : undefined; + } + }, + { + member: 'Cost', + displayName: 'Profit', + aggregate: { + key: 'SUM', + aggregatorName: 'SUM', + label: 'Sum' + }, + enabled: true, + dataType: 'currency', + formatter: (value) => { + return value ? '$' + value : undefined; + } + } + ], + filters: [ + { + memberName: "Country", + displayName: 'Country', + filter: this.bulgariaCountryFilter, + enabled: true + } + ] + }; + + public flagsData = FLAGS; + public data = SALES_DATA; + + constructor(public iconService: IgxIconService, public excelExporter: IgxExcelExporterService, public csvExporter: IgxCsvExporterService) { + var tree = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); + tree.filteringOperands = [ + { + condition: IgxStringFilteringOperand.instance().condition('equals'), + fieldName: 'Brand', + searchVal: 'HM' + }, + { + condition: IgxStringFilteringOperand.instance().condition('equals'), + fieldName: 'Brand', + searchVal: 'HM Home' + }, + ]; + this.brandFilter.filteringOperands = [tree]; + this.bulgariaCountryFilter.filteringOperands = [ + { + condition: IgxStringFilteringOperand.instance().condition('equals'), + fieldName: 'Country', + searchVal: 'Bulgaria' + }, + ] + } + + public onViewSelection(event: ISelectionEventArgs) { + const newId = event.newSelection.id; + if (newId === 'brands') { + this.pivotGrid.pivotConfiguration = this.pivotConfigBrands; + } else if (newId === 'stores') { + this.pivotGrid.pivotConfiguration = this.pivotConfigStores; + } + } + + public onExportSelection(event: ISelectionEventArgs) { + let options!: IgxExporterOptionsBase; + let exporter!: IgxBaseExporter; + const newId = event.newSelection.id; + if (newId === 'csv') { + options = new IgxCsvExporterOptions(this.fileName, CsvFileTypes.CSV); + exporter = this.csvExporter; + } else if (newId === 'excel') { + options = new IgxExcelExporterOptions(this.fileName); + exporter = this.excelExporter; + } + + exporter.export(this.pivotGrid, options); + event.cancel = true; + } + + public onColumnInit(col: IgxColumnComponent) { + var countryKeys = Object.keys(this.flagsData); + if (countryKeys.includes(col.field)) { + col.headerTemplate = this.countryColumnTemplate; + } + } +} diff --git a/projects/SalesGrid/src/app/app.config.server.ts b/projects/SalesGrid/src/app/app.config.server.ts new file mode 100644 index 0000000..3514d3a --- /dev/null +++ b/projects/SalesGrid/src/app/app.config.server.ts @@ -0,0 +1,11 @@ +import { mergeApplicationConfig, ApplicationConfig } from '@angular/core'; +import { provideServerRendering } from '@angular/platform-server'; +import { appConfig } from './app.config'; + +const serverConfig: ApplicationConfig = { + providers: [ + provideServerRendering(), + ] +}; + +export const config = mergeApplicationConfig(appConfig, serverConfig); diff --git a/projects/SalesGrid/src/app/app.config.ts b/projects/SalesGrid/src/app/app.config.ts new file mode 100644 index 0000000..e282659 --- /dev/null +++ b/projects/SalesGrid/src/app/app.config.ts @@ -0,0 +1,10 @@ +import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'; +import { provideRouter } from '@angular/router'; + +import { routes } from './app.routes'; +import { provideClientHydration, withEventReplay } from '@angular/platform-browser'; +import { provideAnimations } from "@angular/platform-browser/animations"; + +export const appConfig: ApplicationConfig = { + providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes), provideClientHydration(withEventReplay()), provideAnimations()] +}; diff --git a/projects/SalesGrid/src/app/app.routes.ts b/projects/SalesGrid/src/app/app.routes.ts new file mode 100644 index 0000000..dc39edb --- /dev/null +++ b/projects/SalesGrid/src/app/app.routes.ts @@ -0,0 +1,3 @@ +import { Routes } from '@angular/router'; + +export const routes: Routes = []; diff --git a/projects/SalesGrid/src/assets/SalesData.json b/projects/SalesGrid/src/assets/SalesData.json new file mode 100644 index 0000000..846f7bf --- /dev/null +++ b/projects/SalesGrid/src/assets/SalesData.json @@ -0,0 +1 @@ +[{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":644,"Cost":476,"Date":"11/26/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":701,"Cost":488,"Date":"9/27/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":391,"Date":"9/22/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":25,"Cost":12,"Date":"8/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":617,"Cost":433,"Date":"9/3/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":587,"Cost":478,"Date":"6/1/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":312,"Date":"4/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":515,"Cost":272,"Date":"11/26/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":382,"Cost":276,"Date":"8/4/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":522,"Date":"1/29/2021"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":664,"Cost":497,"Date":"1/12/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":631,"Date":"12/25/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":423,"Date":"11/24/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":457,"Cost":329,"Date":"7/1/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":777,"Date":"2/23/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":976,"Cost":906,"Date":"5/12/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":693,"Cost":461,"Date":"3/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":971,"Cost":654,"Date":"8/6/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":725,"Cost":502,"Date":"10/17/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":881,"Cost":684,"Date":"12/1/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":626,"Cost":387,"Date":"2/23/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":636,"Cost":579,"Date":"7/12/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":730,"Cost":567,"Date":"7/20/2024"},{"Store":"Stockland Cairns","Brand":"Nova","Country":"Australia","Sale":416,"Cost":270,"Date":"3/21/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":924,"Cost":477,"Date":"2/11/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":670,"Cost":569,"Date":"6/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":22,"Cost":21,"Date":"5/8/2023"},{"Store":"Stockland Cairns","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":502,"Date":"6/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"HM Home","Country":"Australia","Sale":749,"Cost":470,"Date":"4/13/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":698,"Cost":603,"Date":"12/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":590,"Date":"3/10/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":950,"Cost":858,"Date":"11/14/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":583,"Cost":424,"Date":"5/22/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":668,"Date":"11/26/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":661,"Date":"5/15/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":211,"Date":"1/30/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":658,"Date":"8/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":613,"Cost":537,"Date":"6/6/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":931,"Cost":508,"Date":"10/22/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":345,"Cost":208,"Date":"4/8/2021"},{"Store":"Emporium Melbourne","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":248,"Date":"10/16/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"COS","Country":"Australia","Sale":310,"Cost":253,"Date":"12/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":665,"Cost":526,"Date":"12/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":118,"Cost":109,"Date":"11/11/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":710,"Cost":560,"Date":"6/17/2023"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":48,"Cost":25,"Date":"6/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":542,"Cost":425,"Date":"11/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":192,"Date":"12/7/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":627,"Cost":458,"Date":"1/22/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":28,"Cost":19,"Date":"5/2/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":259,"Date":"12/9/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":746,"Cost":476,"Date":"3/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":85,"Cost":61,"Date":"5/5/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":691,"Cost":381,"Date":"8/19/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":58,"Cost":44,"Date":"2/3/2019"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":761,"Cost":601,"Date":"8/27/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":992,"Cost":748,"Date":"8/3/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":221,"Date":"3/7/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":654,"Cost":440,"Date":"3/31/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":13,"Cost":9,"Date":"7/2/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":665,"Cost":546,"Date":"1/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":7,"Date":"10/19/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":475,"Cost":319,"Date":"11/24/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":546,"Date":"10/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":755,"Cost":487,"Date":"7/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":224,"Cost":189,"Date":"3/18/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":20,"Cost":19,"Date":"4/24/2024"},{"Store":"Melbourne Central","Brand":"COS","Country":"Australia","Sale":727,"Cost":650,"Date":"6/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":70,"Date":"9/13/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":90,"Cost":70,"Date":"4/23/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":14,"Date":"3/29/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":805,"Cost":575,"Date":"8/5/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":728,"Date":"3/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":163,"Date":"10/1/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":868,"Cost":772,"Date":"6/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":98,"Cost":74,"Date":"2/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":566,"Date":"3/6/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":473,"Cost":400,"Date":"5/15/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":685,"Cost":478,"Date":"2/16/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":687,"Date":"10/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":792,"Cost":725,"Date":"5/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":304,"Date":"1/29/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":601,"Cost":539,"Date":"9/28/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":333,"Cost":294,"Date":"4/21/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Sellpy","Country":"Australia","Sale":724,"Cost":466,"Date":"8/22/2020"},{"Store":"Melbourne Central","Brand":"COS","Country":"Australia","Sale":573,"Cost":339,"Date":"6/1/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":356,"Cost":318,"Date":"2/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"COS","Country":"Australia","Sale":182,"Cost":141,"Date":"8/11/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":163,"Cost":146,"Date":"8/30/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":333,"Cost":311,"Date":"9/7/2019"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":300,"Cost":162,"Date":"7/22/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":269,"Cost":210,"Date":"2/5/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Jeans","Country":"Australia","Sale":597,"Cost":452,"Date":"4/26/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":95,"Cost":73,"Date":"8/29/2019"},{"Store":"Stockland Cairns","Brand":"ARKET","Country":"Australia","Sale":114,"Cost":104,"Date":"3/25/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":980,"Cost":614,"Date":"11/15/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":495,"Cost":367,"Date":"5/28/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":926,"Cost":645,"Date":"1/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":301,"Date":"1/5/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":444,"Cost":263,"Date":"8/25/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":768,"Cost":494,"Date":"5/8/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":965,"Cost":566,"Date":"8/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":287,"Date":"2/10/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":608,"Cost":341,"Date":"8/12/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":464,"Date":"9/5/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":690,"Date":"1/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":438,"Cost":271,"Date":"11/19/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":852,"Cost":463,"Date":"4/11/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Nova","Country":"Australia","Sale":777,"Cost":568,"Date":"11/19/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":650,"Cost":535,"Date":"5/4/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":351,"Date":"5/6/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":607,"Cost":415,"Date":"8/1/2018"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":326,"Cost":194,"Date":"7/9/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":860,"Cost":806,"Date":"4/27/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":83,"Cost":78,"Date":"3/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM","Country":"Australia","Sale":134,"Cost":112,"Date":"1/24/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":883,"Cost":519,"Date":"9/25/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":455,"Cost":393,"Date":"2/20/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":157,"Date":"8/8/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":661,"Cost":427,"Date":"8/12/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":86,"Cost":56,"Date":"8/11/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":525,"Cost":296,"Date":"4/11/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":980,"Cost":599,"Date":"10/9/2024"},{"Store":"Melbourne Central","Brand":"COS","Country":"Australia","Sale":706,"Cost":632,"Date":"6/29/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":918,"Cost":816,"Date":"10/24/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":383,"Cost":354,"Date":"6/6/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":402,"Cost":375,"Date":"9/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":947,"Cost":763,"Date":"2/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":36,"Cost":29,"Date":"3/15/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":599,"Cost":301,"Date":"2/28/2019"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":686,"Cost":533,"Date":"10/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"ARKET","Country":"Australia","Sale":697,"Cost":592,"Date":"3/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":669,"Date":"11/28/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":60,"Cost":41,"Date":"1/8/2021"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":842,"Cost":422,"Date":"5/10/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":42,"Date":"5/27/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":292,"Cost":166,"Date":"7/28/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Nova","Country":"Australia","Sale":617,"Cost":417,"Date":"2/16/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":462,"Cost":392,"Date":"12/12/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":585,"Date":"1/23/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":454,"Date":"10/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":351,"Date":"10/27/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":345,"Date":"12/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Jeans","Country":"Australia","Sale":235,"Cost":189,"Date":"3/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":104,"Date":"5/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":736,"Cost":687,"Date":"7/26/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"COS","Country":"Australia","Sale":733,"Cost":406,"Date":"11/13/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":711,"Cost":493,"Date":"2/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":26,"Cost":15,"Date":"1/20/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":792,"Cost":631,"Date":"8/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"COS","Country":"Australia","Sale":496,"Cost":304,"Date":"10/14/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":570,"Cost":522,"Date":"1/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":284,"Cost":184,"Date":"5/30/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":307,"Cost":245,"Date":"9/3/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":971,"Cost":825,"Date":"8/12/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":407,"Date":"8/10/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":45,"Date":"2/13/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":332,"Cost":314,"Date":"11/13/2018"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":171,"Cost":150,"Date":"8/5/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":282,"Cost":196,"Date":"7/5/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":72,"Cost":44,"Date":"4/3/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":205,"Date":"5/8/2021"},{"Store":"Emporium Melbourne","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":111,"Date":"7/25/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":86,"Cost":49,"Date":"7/11/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":393,"Date":"1/9/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":958,"Cost":812,"Date":"12/15/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":470,"Cost":367,"Date":"7/29/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":247,"Cost":200,"Date":"6/19/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":829,"Cost":738,"Date":"2/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":62,"Date":"10/1/2021"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":20,"Cost":14,"Date":"4/8/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":492,"Date":"3/30/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":343,"Date":"2/28/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":985,"Cost":918,"Date":"4/25/2020"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":231,"Cost":170,"Date":"1/20/2022"},{"Store":"Stockland Cairns","Brand":"Nova","Country":"Australia","Sale":995,"Cost":537,"Date":"7/3/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"HM Home","Country":"Australia","Sale":272,"Cost":161,"Date":"1/5/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":180,"Date":"1/7/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":904,"Cost":651,"Date":"12/12/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":994,"Cost":681,"Date":"6/5/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":750,"Cost":654,"Date":"7/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":403,"Cost":326,"Date":"1/25/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":895,"Cost":710,"Date":"12/18/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":142,"Cost":83,"Date":"4/20/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":796,"Cost":573,"Date":"8/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":11,"Cost":8,"Date":"8/30/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":145,"Date":"8/2/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":103,"Date":"3/18/2023"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":923,"Cost":723,"Date":"1/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":350,"Date":"11/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":521,"Cost":460,"Date":"5/11/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":530,"Cost":398,"Date":"10/14/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":147,"Date":"11/15/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":247,"Date":"2/8/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":532,"Date":"8/5/2021"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":786,"Cost":405,"Date":"2/24/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM Home","Country":"Australia","Sale":349,"Cost":245,"Date":"8/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":69,"Cost":44,"Date":"10/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":173,"Cost":149,"Date":"11/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":772,"Cost":490,"Date":"6/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":115,"Date":"2/26/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":315,"Cost":215,"Date":"1/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM","Country":"Australia","Sale":703,"Cost":458,"Date":"6/30/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":994,"Cost":562,"Date":"11/5/2020"},{"Store":"Murray Street Mall, Perth","Brand":"COS","Country":"Australia","Sale":411,"Cost":376,"Date":"2/13/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":106,"Cost":55,"Date":"7/3/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":774,"Cost":622,"Date":"8/25/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":302,"Date":"5/1/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":436,"Date":"8/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":303,"Date":"7/20/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":182,"Date":"9/12/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":576,"Cost":375,"Date":"9/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":198,"Date":"8/12/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":468,"Date":"11/9/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":789,"Cost":420,"Date":"6/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":748,"Cost":419,"Date":"6/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":792,"Cost":543,"Date":"8/22/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":514,"Date":"10/14/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":196,"Cost":159,"Date":"2/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":373,"Cost":228,"Date":"10/6/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":669,"Cost":394,"Date":"1/5/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":345,"Cost":233,"Date":"3/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":306,"Date":"2/9/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":535,"Cost":373,"Date":"5/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":550,"Cost":401,"Date":"1/10/2020"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":727,"Cost":629,"Date":"6/15/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":15,"Cost":13,"Date":"7/31/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":749,"Date":"11/22/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"COS","Country":"Australia","Sale":586,"Cost":474,"Date":"4/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":566,"Cost":502,"Date":"11/15/2024"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":683,"Cost":628,"Date":"11/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":402,"Date":"2/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":917,"Cost":830,"Date":"1/20/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":922,"Cost":539,"Date":"11/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":900,"Cost":675,"Date":"6/17/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":961,"Cost":859,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":743,"Cost":626,"Date":"11/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":40,"Cost":33,"Date":"5/22/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":762,"Cost":666,"Date":"5/5/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":417,"Cost":296,"Date":"12/29/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":837,"Cost":606,"Date":"6/22/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":862,"Cost":636,"Date":"3/25/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM","Country":"Australia","Sale":175,"Cost":136,"Date":"2/26/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":268,"Cost":135,"Date":"2/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":367,"Date":"3/18/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":211,"Cost":108,"Date":"11/12/2024"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":54,"Cost":52,"Date":"2/18/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":124,"Cost":64,"Date":"4/29/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":583,"Cost":526,"Date":"3/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":137,"Date":"5/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":820,"Date":"4/28/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":17,"Date":"7/28/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":506,"Date":"12/23/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":174,"Cost":133,"Date":"5/14/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":42,"Cost":31,"Date":"9/11/2021"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":553,"Cost":416,"Date":"10/19/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":359,"Cost":204,"Date":"6/29/2019"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":971,"Cost":593,"Date":"7/30/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":401,"Date":"12/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":897,"Cost":782,"Date":"1/6/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":697,"Date":"4/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":500,"Cost":317,"Date":"7/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":943,"Cost":691,"Date":"7/14/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":237,"Cost":137,"Date":"9/26/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":731,"Cost":595,"Date":"4/29/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":740,"Cost":700,"Date":"11/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":528,"Cost":412,"Date":"1/15/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":761,"Date":"3/21/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":730,"Cost":414,"Date":"1/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":423,"Cost":265,"Date":"10/26/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":409,"Date":"2/23/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":856,"Cost":751,"Date":"7/16/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":26,"Date":"1/22/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":897,"Cost":609,"Date":"3/4/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":513,"Date":"8/21/2024"},{"Store":"Westfield Geelong","Brand":"HM","Country":"Australia","Sale":415,"Cost":296,"Date":"7/29/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":470,"Date":"7/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":439,"Date":"1/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":513,"Cost":282,"Date":"7/23/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":178,"Cost":136,"Date":"4/22/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":669,"Date":"8/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":841,"Cost":470,"Date":"3/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":474,"Date":"7/30/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":318,"Date":"7/16/2019"},{"Store":"Westfield Carousel, Perth","Brand":"COS","Country":"Australia","Sale":524,"Cost":434,"Date":"11/11/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":484,"Date":"12/17/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":127,"Date":"1/23/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"Jeans","Country":"Australia","Sale":138,"Cost":83,"Date":"2/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":489,"Cost":413,"Date":"5/30/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":172,"Cost":134,"Date":"8/5/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":118,"Cost":82,"Date":"11/29/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":430,"Date":"9/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":73,"Cost":37,"Date":"5/31/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":695,"Cost":394,"Date":"7/23/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"COS","Country":"Australia","Sale":760,"Cost":426,"Date":"7/30/2020"},{"Store":"Westfield Sydney","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":564,"Date":"6/4/2018"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":459,"Cost":314,"Date":"11/6/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":161,"Cost":139,"Date":"7/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":25,"Date":"5/14/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":50,"Date":"8/18/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":852,"Cost":574,"Date":"1/23/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":906,"Cost":753,"Date":"9/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":536,"Date":"2/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":378,"Date":"10/14/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":541,"Date":"12/24/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":587,"Date":"7/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":488,"Cost":338,"Date":"1/16/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":985,"Cost":591,"Date":"1/9/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":565,"Cost":330,"Date":"10/15/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":840,"Cost":460,"Date":"1/28/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":289,"Cost":154,"Date":"8/11/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":655,"Cost":617,"Date":"5/7/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":366,"Date":"10/23/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":376,"Cost":259,"Date":"3/17/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":138,"Date":"12/10/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":68,"Cost":35,"Date":"1/12/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":186,"Date":"4/12/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":914,"Cost":551,"Date":"5/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":737,"Cost":591,"Date":"10/24/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":23,"Date":"5/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":359,"Cost":191,"Date":"11/30/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":440,"Date":"8/26/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":973,"Cost":703,"Date":"5/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":376,"Cost":343,"Date":"10/11/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":572,"Cost":314,"Date":"5/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":165,"Date":"2/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":595,"Cost":459,"Date":"3/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":691,"Cost":524,"Date":"10/24/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM","Country":"Australia","Sale":960,"Cost":484,"Date":"8/18/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":109,"Cost":55,"Date":"11/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":472,"Cost":304,"Date":"8/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":530,"Date":"9/27/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":593,"Cost":460,"Date":"8/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":233,"Date":"6/8/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":381,"Cost":327,"Date":"3/6/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":744,"Date":"11/11/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":782,"Date":"5/19/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":826,"Date":"4/4/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":678,"Cost":581,"Date":"5/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":539,"Date":"10/4/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":321,"Date":"8/26/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":706,"Date":"5/11/2018"},{"Store":"Melbourne Central","Brand":"ARKET","Country":"Australia","Sale":757,"Cost":523,"Date":"3/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":939,"Cost":771,"Date":"4/30/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":817,"Date":"8/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":109,"Cost":62,"Date":"6/13/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":403,"Date":"9/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":600,"Cost":403,"Date":"4/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":699,"Cost":365,"Date":"1/31/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":755,"Cost":538,"Date":"10/15/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":682,"Date":"7/24/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":977,"Cost":916,"Date":"3/27/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":243,"Date":"1/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":301,"Cost":156,"Date":"6/14/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":473,"Date":"9/21/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":674,"Date":"4/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":568,"Date":"3/31/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":334,"Cost":284,"Date":"8/9/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":403,"Cost":224,"Date":"9/13/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":333,"Date":"2/5/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":764,"Cost":523,"Date":"8/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":712,"Date":"1/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":442,"Date":"7/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":568,"Cost":476,"Date":"4/19/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":298,"Cost":253,"Date":"10/24/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Nova","Country":"Australia","Sale":700,"Cost":583,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":269,"Date":"12/8/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":814,"Cost":728,"Date":"4/23/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":568,"Date":"4/15/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":457,"Cost":328,"Date":"4/14/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":910,"Cost":776,"Date":"9/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":51,"Date":"9/27/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":403,"Cost":342,"Date":"5/10/2023"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":819,"Cost":750,"Date":"11/20/2022"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":234,"Cost":182,"Date":"12/6/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":489,"Date":"11/20/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM","Country":"Australia","Sale":948,"Cost":482,"Date":"10/22/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":413,"Date":"6/27/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":209,"Date":"11/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":952,"Cost":568,"Date":"9/29/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":928,"Cost":517,"Date":"12/7/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":842,"Cost":799,"Date":"1/25/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":29,"Cost":26,"Date":"2/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":967,"Cost":887,"Date":"11/8/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":123,"Cost":104,"Date":"4/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":145,"Cost":101,"Date":"11/29/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":942,"Cost":648,"Date":"11/6/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":93,"Date":"11/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":783,"Cost":565,"Date":"9/29/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":190,"Cost":121,"Date":"6/10/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":695,"Date":"3/31/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":59,"Date":"7/26/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":243,"Cost":207,"Date":"8/28/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":196,"Cost":136,"Date":"2/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":831,"Cost":532,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":185,"Date":"3/23/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":843,"Cost":484,"Date":"7/3/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":339,"Cost":259,"Date":"5/13/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":833,"Cost":612,"Date":"8/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"COS","Country":"Australia","Sale":62,"Cost":31,"Date":"9/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":134,"Date":"2/25/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":292,"Date":"10/9/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":184,"Date":"3/16/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":454,"Cost":416,"Date":"12/1/2019"},{"Store":"Westfield Sydney","Brand":"HM Home","Country":"Australia","Sale":97,"Cost":53,"Date":"8/8/2020"},{"Store":"Emporium Melbourne","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":17,"Date":"1/27/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":142,"Date":"2/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":729,"Cost":521,"Date":"3/16/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":899,"Cost":475,"Date":"4/25/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":71,"Cost":53,"Date":"12/24/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":479,"Date":"3/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":69,"Cost":47,"Date":"9/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":411,"Date":"1/25/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":998,"Cost":709,"Date":"8/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Nova","Country":"Australia","Sale":94,"Cost":59,"Date":"8/29/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":422,"Cost":228,"Date":"10/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":435,"Cost":325,"Date":"11/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":433,"Cost":334,"Date":"10/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":267,"Date":"1/11/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":232,"Date":"7/21/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":217,"Date":"8/29/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":560,"Date":"9/13/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":771,"Cost":625,"Date":"12/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":511,"Date":"12/14/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":561,"Cost":377,"Date":"5/18/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":228,"Cost":116,"Date":"4/8/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":894,"Cost":829,"Date":"7/25/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":260,"Date":"5/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":324,"Cost":211,"Date":"5/24/2022"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":194,"Cost":128,"Date":"6/22/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":405,"Cost":274,"Date":"8/30/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":756,"Cost":661,"Date":"9/26/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM Home","Country":"Australia","Sale":193,"Cost":133,"Date":"8/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":842,"Cost":496,"Date":"7/13/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":234,"Date":"10/25/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":344,"Date":"8/7/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":729,"Date":"10/3/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"COS","Country":"Australia","Sale":944,"Cost":829,"Date":"7/4/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":109,"Date":"8/12/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":126,"Cost":120,"Date":"9/10/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":913,"Cost":790,"Date":"5/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"COS","Country":"Australia","Sale":47,"Cost":26,"Date":"5/3/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":31,"Date":"10/22/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":623,"Cost":553,"Date":"5/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":598,"Cost":510,"Date":"3/5/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":482,"Date":"12/30/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":263,"Cost":196,"Date":"8/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":14,"Date":"3/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":849,"Cost":491,"Date":"9/10/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":889,"Cost":801,"Date":"10/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":886,"Cost":448,"Date":"8/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":367,"Cost":253,"Date":"11/20/2023"},{"Store":"Melbourne Central","Brand":"ARKET","Country":"Australia","Sale":622,"Cost":579,"Date":"12/10/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":751,"Cost":589,"Date":"9/12/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":277,"Cost":263,"Date":"11/13/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":646,"Cost":484,"Date":"7/4/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":502,"Cost":450,"Date":"9/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":855,"Cost":644,"Date":"4/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":588,"Date":"5/6/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":173,"Date":"8/9/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":505,"Cost":361,"Date":"4/1/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":308,"Date":"8/15/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":189,"Date":"1/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":171,"Cost":102,"Date":"10/6/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"COS","Country":"Australia","Sale":258,"Cost":188,"Date":"2/1/2020"},{"Store":"Westfield Sydney","Brand":"Sellpy","Country":"Australia","Sale":907,"Cost":782,"Date":"2/9/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":578,"Cost":336,"Date":"9/20/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":908,"Cost":554,"Date":"6/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":758,"Cost":698,"Date":"11/14/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":621,"Cost":562,"Date":"5/16/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":207,"Date":"9/1/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":326,"Cost":308,"Date":"6/22/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":532,"Cost":274,"Date":"9/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM","Country":"Australia","Sale":342,"Cost":220,"Date":"7/7/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":862,"Cost":553,"Date":"6/30/2018"},{"Store":"Westfield Geelong","Brand":"HM","Country":"Australia","Sale":39,"Cost":20,"Date":"6/8/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":679,"Cost":561,"Date":"7/12/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":301,"Cost":174,"Date":"4/5/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"HM Home","Country":"Australia","Sale":959,"Cost":667,"Date":"3/11/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":464,"Cost":313,"Date":"2/22/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":436,"Date":"7/10/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":591,"Date":"8/13/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":74,"Cost":61,"Date":"1/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":263,"Cost":232,"Date":"6/21/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":112,"Cost":104,"Date":"5/1/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":389,"Date":"1/30/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":177,"Date":"7/24/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":738,"Cost":455,"Date":"4/25/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":90,"Date":"2/26/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":10,"Date":"7/11/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":709,"Cost":407,"Date":"2/17/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":905,"Cost":715,"Date":"11/21/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":682,"Cost":561,"Date":"6/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":193,"Cost":181,"Date":"5/25/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":91,"Date":"1/12/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":259,"Cost":204,"Date":"3/15/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":767,"Cost":425,"Date":"10/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":630,"Cost":456,"Date":"2/25/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":799,"Cost":404,"Date":"3/15/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":566,"Date":"12/21/2019"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":694,"Cost":378,"Date":"10/7/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":639,"Cost":455,"Date":"3/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":166,"Date":"8/30/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":81,"Cost":56,"Date":"8/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":517,"Cost":425,"Date":"3/14/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":15,"Cost":11,"Date":"7/26/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":864,"Cost":745,"Date":"3/16/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":67,"Cost":61,"Date":"11/12/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":624,"Date":"7/24/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":521,"Cost":335,"Date":"7/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":673,"Cost":467,"Date":"4/11/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":469,"Cost":410,"Date":"9/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":196,"Cost":147,"Date":"1/14/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":52,"Date":"8/5/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":749,"Cost":573,"Date":"2/28/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":399,"Date":"5/30/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":954,"Cost":618,"Date":"7/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":243,"Cost":209,"Date":"1/11/2024"},{"Store":"Century Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":171,"Cost":94,"Date":"1/7/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":731,"Cost":639,"Date":"2/11/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":300,"Cost":266,"Date":"7/7/2022"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":425,"Cost":307,"Date":"9/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":338,"Cost":226,"Date":"3/7/2020"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":76,"Date":"5/14/2020"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":559,"Cost":364,"Date":"6/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":296,"Cost":253,"Date":"7/26/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":549,"Date":"5/6/2020"},{"Store":"Century Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":102,"Cost":80,"Date":"4/6/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":782,"Cost":574,"Date":"9/24/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":130,"Date":"6/8/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":9,"Date":"6/24/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":715,"Cost":630,"Date":"8/22/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":731,"Cost":517,"Date":"2/12/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":299,"Cost":215,"Date":"4/29/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":113,"Date":"12/25/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":728,"Cost":377,"Date":"7/7/2020"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":253,"Cost":133,"Date":"7/26/2024"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":277,"Date":"6/14/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":917,"Cost":640,"Date":"12/24/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":258,"Cost":209,"Date":"7/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":915,"Cost":686,"Date":"7/29/2018"},{"Store":"Century Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":80,"Date":"7/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":466,"Cost":397,"Date":"12/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":37,"Cost":30,"Date":"6/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Nova","Country":"Belgium","Sale":175,"Cost":94,"Date":"8/13/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":821,"Cost":633,"Date":"8/21/2024"},{"Store":"Shopping Namur","Brand":"HM","Country":"Belgium","Sale":985,"Cost":507,"Date":"7/24/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM","Country":"Belgium","Sale":684,"Cost":490,"Date":"4/22/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":479,"Date":"2/1/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":248,"Cost":126,"Date":"10/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":182,"Cost":98,"Date":"6/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM","Country":"Belgium","Sale":29,"Cost":19,"Date":"2/7/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":432,"Cost":337,"Date":"4/5/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":581,"Cost":545,"Date":"7/8/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":999,"Cost":901,"Date":"5/23/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":348,"Cost":218,"Date":"2/3/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":713,"Cost":572,"Date":"3/23/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":492,"Cost":259,"Date":"9/30/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":344,"Cost":197,"Date":"1/4/2023"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":276,"Cost":253,"Date":"9/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":654,"Cost":480,"Date":"8/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":558,"Date":"9/28/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":392,"Date":"4/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":694,"Cost":610,"Date":"1/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":130,"Cost":83,"Date":"5/18/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":771,"Date":"5/21/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":482,"Cost":423,"Date":"2/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":503,"Cost":367,"Date":"6/3/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":123,"Cost":89,"Date":"5/26/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":206,"Date":"12/24/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":143,"Cost":121,"Date":"10/8/2022"},{"Store":"Century Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":266,"Cost":158,"Date":"10/18/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":374,"Date":"9/24/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":20,"Date":"7/15/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":424,"Cost":229,"Date":"1/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Nova","Country":"Belgium","Sale":461,"Cost":300,"Date":"6/11/2022"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":142,"Cost":125,"Date":"1/27/2021"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":614,"Date":"10/16/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":485,"Cost":289,"Date":"11/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":583,"Cost":525,"Date":"3/24/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":553,"Cost":494,"Date":"3/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":140,"Cost":105,"Date":"4/24/2024"},{"Store":"Century Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":849,"Cost":778,"Date":"12/11/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":185,"Cost":155,"Date":"2/17/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":688,"Cost":356,"Date":"6/27/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":150,"Cost":136,"Date":"9/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":48,"Date":"6/8/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":543,"Cost":417,"Date":"10/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":340,"Date":"10/31/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":358,"Cost":179,"Date":"4/25/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":35,"Cost":23,"Date":"8/26/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":588,"Cost":410,"Date":"6/24/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":65,"Date":"1/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":56,"Cost":47,"Date":"5/1/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":271,"Date":"4/29/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":309,"Date":"10/23/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":201,"Cost":131,"Date":"4/4/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":443,"Cost":369,"Date":"3/9/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":714,"Cost":495,"Date":"11/18/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":518,"Cost":345,"Date":"3/9/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":173,"Date":"1/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":270,"Cost":247,"Date":"1/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":233,"Date":"4/7/2020"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":147,"Cost":107,"Date":"9/19/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":605,"Cost":322,"Date":"2/19/2021"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":267,"Cost":165,"Date":"7/8/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":271,"Cost":254,"Date":"11/5/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":4,"Cost":4,"Date":"11/22/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":952,"Cost":661,"Date":"11/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":283,"Cost":262,"Date":"8/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":301,"Cost":257,"Date":"9/9/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":702,"Date":"11/25/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":582,"Cost":511,"Date":"5/6/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":195,"Cost":136,"Date":"9/10/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":651,"Cost":578,"Date":"12/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM","Country":"Belgium","Sale":356,"Cost":197,"Date":"2/7/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM Home","Country":"Belgium","Sale":305,"Cost":258,"Date":"10/26/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":888,"Cost":493,"Date":"9/24/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":543,"Cost":444,"Date":"8/4/2018"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":431,"Cost":228,"Date":"6/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":159,"Cost":145,"Date":"5/16/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":982,"Cost":646,"Date":"11/3/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":312,"Cost":188,"Date":"4/13/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Nova","Country":"Belgium","Sale":946,"Cost":534,"Date":"7/15/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":623,"Cost":344,"Date":"7/3/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":495,"Cost":344,"Date":"6/7/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":454,"Cost":410,"Date":"8/4/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM","Country":"Belgium","Sale":236,"Cost":149,"Date":"11/2/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":346,"Cost":232,"Date":"3/15/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":960,"Cost":500,"Date":"6/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":350,"Cost":312,"Date":"12/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":664,"Cost":522,"Date":"10/1/2022"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":512,"Cost":403,"Date":"1/30/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":774,"Cost":522,"Date":"12/25/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":893,"Cost":585,"Date":"1/13/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":440,"Cost":318,"Date":"9/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":37,"Cost":30,"Date":"5/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":385,"Date":"10/29/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":734,"Cost":684,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":840,"Cost":649,"Date":"5/27/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Nova","Country":"Belgium","Sale":231,"Cost":131,"Date":"7/25/2022"},{"Store":"Méga Liège","Brand":"Jeans","Country":"Belgium","Sale":878,"Cost":513,"Date":"1/22/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":347,"Cost":239,"Date":"7/12/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":439,"Cost":353,"Date":"7/30/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":158,"Date":"3/7/2020"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":651,"Cost":591,"Date":"2/18/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":261,"Cost":178,"Date":"9/15/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":551,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":860,"Cost":775,"Date":"2/26/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":460,"Date":"3/17/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":271,"Date":"11/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Nova","Country":"Belgium","Sale":707,"Cost":576,"Date":"9/26/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":633,"Cost":436,"Date":"8/17/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":174,"Cost":87,"Date":"3/8/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":968,"Cost":729,"Date":"7/21/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":850,"Cost":483,"Date":"3/15/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":846,"Cost":728,"Date":"2/26/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":959,"Cost":573,"Date":"5/18/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM","Country":"Belgium","Sale":874,"Cost":784,"Date":"9/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":814,"Date":"1/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":472,"Cost":399,"Date":"10/4/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":325,"Cost":223,"Date":"12/9/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":193,"Date":"9/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":180,"Cost":92,"Date":"6/24/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":356,"Cost":183,"Date":"3/13/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":265,"Cost":180,"Date":"4/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":53,"Cost":50,"Date":"12/14/2018"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":639,"Date":"7/12/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":597,"Cost":550,"Date":"1/15/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":547,"Cost":375,"Date":"1/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":453,"Date":"11/10/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":24,"Cost":18,"Date":"11/27/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":729,"Cost":473,"Date":"11/3/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":806,"Cost":662,"Date":"12/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM Home","Country":"Belgium","Sale":788,"Cost":522,"Date":"9/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":959,"Cost":718,"Date":"6/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":677,"Cost":637,"Date":"5/19/2022"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":651,"Date":"5/22/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":790,"Cost":499,"Date":"4/7/2024"},{"Store":"City Mall, Charleroi","Brand":"Nova","Country":"Belgium","Sale":936,"Cost":766,"Date":"4/5/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":292,"Cost":232,"Date":"9/10/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":632,"Cost":319,"Date":"10/2/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Nova","Country":"Belgium","Sale":649,"Cost":550,"Date":"5/25/2018"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":317,"Cost":269,"Date":"6/5/2018"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":379,"Cost":323,"Date":"10/30/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":763,"Cost":635,"Date":"10/4/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":182,"Cost":121,"Date":"6/30/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":498,"Cost":388,"Date":"11/3/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":138,"Date":"2/10/2020"},{"Store":"Westland Shopping, Brussels","Brand":"HM Home","Country":"Belgium","Sale":834,"Cost":427,"Date":"8/21/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":25,"Cost":21,"Date":"9/29/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":925,"Cost":833,"Date":"7/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM","Country":"Belgium","Sale":739,"Cost":669,"Date":"10/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":718,"Cost":646,"Date":"7/20/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":744,"Cost":670,"Date":"10/6/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":31,"Cost":20,"Date":"11/9/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":559,"Date":"4/28/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":669,"Cost":568,"Date":"6/29/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":54,"Cost":34,"Date":"6/30/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":424,"Cost":270,"Date":"6/20/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":994,"Cost":719,"Date":"12/6/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":79,"Date":"11/6/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":703,"Cost":439,"Date":"7/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":184,"Cost":133,"Date":"8/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":495,"Cost":424,"Date":"6/8/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":186,"Cost":109,"Date":"5/29/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":464,"Cost":308,"Date":"9/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":140,"Date":"12/2/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM","Country":"Belgium","Sale":576,"Cost":332,"Date":"1/1/2023"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":678,"Cost":589,"Date":"5/13/2018"},{"Store":"Méga Liège","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":457,"Date":"9/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":320,"Cost":191,"Date":"8/29/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":444,"Cost":278,"Date":"3/22/2018"},{"Store":"Shopping Namur","Brand":"COS","Country":"Belgium","Sale":243,"Cost":189,"Date":"2/5/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":225,"Cost":139,"Date":"10/16/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":30,"Cost":27,"Date":"4/15/2019"},{"Store":"Méga Liège","Brand":"Jeans","Country":"Belgium","Sale":599,"Cost":445,"Date":"5/9/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":439,"Cost":223,"Date":"5/1/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":741,"Date":"1/31/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":862,"Cost":647,"Date":"8/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":724,"Cost":564,"Date":"4/26/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":449,"Cost":306,"Date":"7/21/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":368,"Cost":222,"Date":"7/24/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":816,"Cost":764,"Date":"1/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":942,"Cost":501,"Date":"11/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":194,"Cost":156,"Date":"3/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":858,"Cost":771,"Date":"2/26/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":445,"Cost":233,"Date":"5/17/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":565,"Cost":371,"Date":"11/24/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":373,"Date":"10/18/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":670,"Cost":419,"Date":"9/25/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":469,"Cost":348,"Date":"6/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":453,"Date":"9/4/2020"},{"Store":"Century Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":863,"Cost":444,"Date":"8/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":754,"Cost":389,"Date":"3/6/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":371,"Cost":291,"Date":"9/30/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":252,"Cost":174,"Date":"2/20/2018"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":709,"Cost":592,"Date":"8/26/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":169,"Date":"7/27/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":415,"Date":"7/15/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":41,"Cost":33,"Date":"12/26/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":246,"Cost":161,"Date":"2/22/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":905,"Date":"6/21/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":23,"Cost":22,"Date":"5/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":218,"Date":"8/4/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":886,"Cost":778,"Date":"9/19/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":301,"Cost":235,"Date":"2/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":328,"Cost":197,"Date":"8/12/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":767,"Cost":431,"Date":"6/23/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":642,"Cost":589,"Date":"5/7/2020"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":237,"Date":"7/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":220,"Cost":168,"Date":"1/10/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":696,"Cost":354,"Date":"5/8/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":104,"Cost":62,"Date":"3/26/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":360,"Cost":182,"Date":"3/4/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":635,"Cost":450,"Date":"10/22/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":841,"Cost":725,"Date":"6/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":191,"Date":"9/15/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":407,"Cost":240,"Date":"12/30/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":938,"Cost":630,"Date":"8/6/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":475,"Cost":431,"Date":"1/8/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":183,"Cost":110,"Date":"10/12/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":141,"Cost":112,"Date":"10/25/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":272,"Cost":150,"Date":"1/25/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":581,"Cost":508,"Date":"4/21/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":250,"Date":"3/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":562,"Cost":319,"Date":"4/14/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":563,"Cost":421,"Date":"1/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":199,"Date":"6/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":526,"Cost":401,"Date":"10/29/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":981,"Cost":539,"Date":"11/6/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":767,"Date":"4/16/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":299,"Cost":244,"Date":"6/23/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":284,"Cost":257,"Date":"9/26/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":740,"Cost":450,"Date":"1/22/2022"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":843,"Cost":777,"Date":"11/5/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM","Country":"Belgium","Sale":741,"Cost":521,"Date":"12/10/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":208,"Cost":134,"Date":"7/26/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":147,"Cost":135,"Date":"2/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":109,"Cost":84,"Date":"6/26/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":6,"Cost":4,"Date":"11/25/2022"},{"Store":"Shopping Namur","Brand":"HM","Country":"Belgium","Sale":462,"Cost":436,"Date":"6/9/2019"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":601,"Cost":547,"Date":"9/3/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":713,"Cost":389,"Date":"9/18/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":278,"Date":"4/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":252,"Cost":143,"Date":"7/1/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":814,"Cost":733,"Date":"10/29/2024"},{"Store":"City Mall, Charleroi","Brand":"Nova","Country":"Belgium","Sale":748,"Cost":474,"Date":"7/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":274,"Cost":259,"Date":"11/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":544,"Cost":459,"Date":"4/11/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":14,"Cost":13,"Date":"2/1/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Nova","Country":"Belgium","Sale":171,"Cost":98,"Date":"7/18/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":117,"Cost":111,"Date":"9/12/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":176,"Cost":129,"Date":"7/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":142,"Cost":73,"Date":"9/19/2023"},{"Store":"Eupen Shopping Center","Brand":"COS","Country":"Belgium","Sale":972,"Cost":832,"Date":"7/21/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":61,"Cost":45,"Date":"3/15/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":505,"Cost":286,"Date":"4/5/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":325,"Cost":233,"Date":"3/4/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":845,"Cost":589,"Date":"12/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":396,"Cost":204,"Date":"12/22/2020"},{"Store":"City Mall, Charleroi","Brand":"Nova","Country":"Belgium","Sale":217,"Cost":204,"Date":"7/30/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":941,"Cost":523,"Date":"7/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":216,"Cost":135,"Date":"9/22/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Nova","Country":"Belgium","Sale":530,"Cost":432,"Date":"4/17/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":229,"Cost":191,"Date":"9/2/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":607,"Cost":563,"Date":"5/12/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":806,"Date":"2/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":27,"Cost":25,"Date":"3/28/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":48,"Cost":34,"Date":"7/16/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":520,"Cost":284,"Date":"6/6/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":387,"Cost":234,"Date":"1/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":190,"Date":"12/21/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":367,"Date":"10/25/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":303,"Cost":170,"Date":"11/11/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":775,"Cost":435,"Date":"4/23/2020"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":333,"Date":"9/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":926,"Cost":690,"Date":"4/8/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":428,"Date":"8/7/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":103,"Date":"3/7/2019"},{"Store":"Méga Liège","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":312,"Date":"9/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":882,"Cost":772,"Date":"8/20/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":565,"Cost":521,"Date":"5/8/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":762,"Cost":501,"Date":"3/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":557,"Cost":384,"Date":"2/8/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":951,"Cost":509,"Date":"3/14/2022"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":624,"Cost":450,"Date":"11/11/2021"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":109,"Cost":88,"Date":"2/8/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Nova","Country":"Belgium","Sale":227,"Cost":176,"Date":"8/23/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":383,"Cost":355,"Date":"7/6/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":236,"Date":"1/29/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":967,"Cost":767,"Date":"9/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":288,"Cost":182,"Date":"4/25/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":631,"Cost":364,"Date":"12/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":170,"Date":"11/5/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":990,"Cost":776,"Date":"4/23/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":878,"Cost":697,"Date":"10/24/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":657,"Date":"8/31/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":115,"Cost":58,"Date":"7/31/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Nova","Country":"Belgium","Sale":8,"Cost":5,"Date":"12/31/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM","Country":"Belgium","Sale":168,"Cost":95,"Date":"8/27/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":222,"Cost":173,"Date":"10/12/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":37,"Cost":35,"Date":"11/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":76,"Date":"1/11/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":8,"Cost":4,"Date":"8/11/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":645,"Date":"4/10/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":71,"Cost":65,"Date":"4/2/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Nova","Country":"Belgium","Sale":770,"Cost":522,"Date":"6/29/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":546,"Cost":428,"Date":"10/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":411,"Date":"3/30/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":820,"Cost":627,"Date":"1/5/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":234,"Cost":166,"Date":"10/17/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":698,"Cost":363,"Date":"5/14/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":143,"Date":"6/17/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":973,"Cost":667,"Date":"4/18/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":209,"Cost":142,"Date":"7/9/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":71,"Cost":62,"Date":"1/8/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":556,"Cost":325,"Date":"12/25/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":238,"Cost":126,"Date":"8/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":804,"Cost":585,"Date":"5/27/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":982,"Cost":606,"Date":"9/9/2023"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":221,"Cost":119,"Date":"4/4/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":938,"Cost":828,"Date":"12/4/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":263,"Cost":234,"Date":"7/20/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":309,"Date":"3/18/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":924,"Cost":668,"Date":"4/24/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":430,"Cost":309,"Date":"10/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Nova","Country":"Belgium","Sale":289,"Cost":196,"Date":"7/3/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":364,"Cost":236,"Date":"11/8/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":477,"Cost":245,"Date":"9/17/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":447,"Date":"10/1/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":908,"Cost":602,"Date":"12/8/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Nova","Country":"Belgium","Sale":557,"Cost":364,"Date":"8/31/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":86,"Cost":43,"Date":"10/11/2024"},{"Store":"City2, Brussels","Brand":"ARKET","Country":"Belgium","Sale":233,"Cost":201,"Date":"3/30/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":475,"Cost":249,"Date":"9/24/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":914,"Cost":701,"Date":"9/18/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":887,"Cost":717,"Date":"7/20/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":174,"Cost":127,"Date":"10/21/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":728,"Cost":519,"Date":"9/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":821,"Cost":505,"Date":"6/14/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":632,"Cost":406,"Date":"8/19/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":529,"Date":"12/29/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":48,"Cost":30,"Date":"5/8/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":124,"Cost":105,"Date":"10/23/2023"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":405,"Cost":210,"Date":"10/23/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":742,"Cost":629,"Date":"3/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":960,"Cost":911,"Date":"3/24/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":847,"Cost":550,"Date":"4/3/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":388,"Cost":257,"Date":"7/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":538,"Cost":350,"Date":"2/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":428,"Cost":372,"Date":"1/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":940,"Cost":505,"Date":"2/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":124,"Cost":83,"Date":"7/22/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":691,"Cost":385,"Date":"3/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":75,"Date":"3/4/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":837,"Cost":739,"Date":"7/24/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":388,"Cost":328,"Date":"4/29/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":565,"Cost":487,"Date":"8/19/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":790,"Cost":510,"Date":"8/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":855,"Cost":657,"Date":"9/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":970,"Cost":589,"Date":"11/21/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":274,"Cost":240,"Date":"7/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":669,"Cost":521,"Date":"7/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":411,"Cost":332,"Date":"10/27/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":568,"Cost":300,"Date":"5/6/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":922,"Cost":860,"Date":"11/2/2020"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":615,"Date":"4/27/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":16,"Cost":13,"Date":"7/6/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":429,"Cost":303,"Date":"5/19/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":253,"Cost":209,"Date":"10/11/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":74,"Date":"1/27/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":42,"Cost":40,"Date":"7/7/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":737,"Date":"3/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":774,"Cost":482,"Date":"11/18/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":354,"Cost":300,"Date":"1/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":658,"Cost":383,"Date":"9/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":353,"Cost":229,"Date":"7/22/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":682,"Date":"4/26/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":283,"Cost":191,"Date":"2/3/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":181,"Cost":149,"Date":"11/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":404,"Cost":311,"Date":"8/3/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":921,"Cost":591,"Date":"7/12/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":985,"Cost":751,"Date":"6/16/2020"},{"Store":"Eupen Shopping Center","Brand":"COS","Country":"Belgium","Sale":766,"Cost":595,"Date":"7/13/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM Home","Country":"Belgium","Sale":683,"Cost":395,"Date":"8/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":412,"Cost":222,"Date":"1/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":962,"Cost":657,"Date":"7/14/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":334,"Cost":245,"Date":"2/7/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":608,"Cost":535,"Date":"7/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":630,"Cost":499,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":190,"Cost":174,"Date":"4/20/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":423,"Cost":244,"Date":"12/26/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":914,"Cost":806,"Date":"7/10/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":897,"Cost":764,"Date":"4/1/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":519,"Cost":273,"Date":"10/6/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":576,"Cost":467,"Date":"6/10/2019"},{"Store":"Kortrijk Shopping","Brand":"COS","Country":"Belgium","Sale":238,"Cost":127,"Date":"6/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":990,"Cost":840,"Date":"4/17/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":587,"Cost":301,"Date":"8/9/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":65,"Date":"1/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":392,"Cost":253,"Date":"10/13/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":205,"Cost":181,"Date":"4/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":945,"Cost":781,"Date":"9/11/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":806,"Cost":623,"Date":"12/25/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":406,"Date":"9/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":196,"Cost":106,"Date":"1/8/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":660,"Cost":441,"Date":"7/6/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":112,"Cost":84,"Date":"9/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":245,"Cost":150,"Date":"7/14/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":542,"Date":"5/20/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":27,"Cost":18,"Date":"6/30/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":90,"Cost":78,"Date":"6/8/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":507,"Date":"2/3/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":554,"Cost":311,"Date":"10/13/2020"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":508,"Cost":361,"Date":"3/30/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":216,"Cost":115,"Date":"9/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":921,"Cost":551,"Date":"10/31/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":327,"Cost":285,"Date":"12/15/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":157,"Cost":102,"Date":"7/26/2018"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":743,"Cost":655,"Date":"10/13/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":950,"Cost":898,"Date":"2/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":426,"Cost":311,"Date":"5/22/2024"},{"Store":"Eupen Shopping Center","Brand":"COS","Country":"Belgium","Sale":642,"Cost":494,"Date":"5/25/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":420,"Cost":333,"Date":"10/1/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":968,"Cost":877,"Date":"12/28/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":980,"Cost":818,"Date":"3/25/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":752,"Cost":498,"Date":"11/29/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":329,"Cost":303,"Date":"11/22/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":14,"Date":"9/16/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":649,"Cost":379,"Date":"8/13/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":782,"Cost":571,"Date":"9/17/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":963,"Cost":581,"Date":"9/13/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":27,"Date":"11/23/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":252,"Cost":201,"Date":"4/5/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":786,"Cost":446,"Date":"9/28/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":161,"Date":"9/5/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":764,"Cost":473,"Date":"3/6/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":492,"Cost":367,"Date":"1/5/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":834,"Cost":757,"Date":"1/8/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":36,"Cost":28,"Date":"2/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":710,"Cost":492,"Date":"1/28/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":291,"Cost":260,"Date":"7/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":781,"Cost":705,"Date":"4/20/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":543,"Cost":399,"Date":"3/2/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":499,"Date":"1/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":529,"Cost":319,"Date":"11/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":244,"Cost":230,"Date":"10/25/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":649,"Cost":523,"Date":"8/14/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":935,"Cost":511,"Date":"8/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":685,"Cost":429,"Date":"6/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":785,"Cost":465,"Date":"12/13/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":475,"Cost":281,"Date":"7/19/2022"},{"Store":"Century Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":11,"Cost":10,"Date":"9/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":842,"Cost":679,"Date":"8/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":167,"Cost":147,"Date":"10/17/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":541,"Cost":507,"Date":"3/23/2019"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":78,"Cost":71,"Date":"5/22/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":660,"Cost":533,"Date":"3/27/2018"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":693,"Cost":647,"Date":"2/10/2024"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":343,"Cost":316,"Date":"9/16/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":265,"Cost":247,"Date":"1/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":496,"Cost":336,"Date":"5/25/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":765,"Cost":410,"Date":"6/13/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":983,"Cost":592,"Date":"9/25/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":685,"Cost":592,"Date":"4/30/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":421,"Date":"9/17/2023"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":459,"Date":"12/9/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":241,"Cost":194,"Date":"7/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":584,"Cost":490,"Date":"11/7/2019"},{"Store":"Salvador Shopping","Brand":"Sellpy","Country":"Brazil","Sale":252,"Cost":160,"Date":"4/11/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":391,"Cost":278,"Date":"6/25/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":481,"Cost":406,"Date":"3/10/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":505,"Cost":340,"Date":"6/11/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":477,"Cost":257,"Date":"4/12/2018"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":450,"Cost":293,"Date":"7/29/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":358,"Date":"8/27/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":477,"Cost":328,"Date":"5/27/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":696,"Cost":464,"Date":"9/19/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":824,"Cost":493,"Date":"5/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":811,"Cost":743,"Date":"10/13/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":268,"Cost":203,"Date":"12/17/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":274,"Cost":200,"Date":"9/16/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":99,"Cost":52,"Date":"4/14/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":134,"Cost":111,"Date":"4/6/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":448,"Date":"11/9/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":893,"Cost":473,"Date":"10/13/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":607,"Cost":503,"Date":"3/25/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":849,"Cost":579,"Date":"1/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":783,"Cost":505,"Date":"2/4/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":384,"Date":"8/17/2018"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":185,"Date":"12/1/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":148,"Cost":109,"Date":"8/11/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":928,"Cost":880,"Date":"7/30/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":110,"Date":"11/15/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":984,"Cost":618,"Date":"3/24/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Nova","Country":"Brazil","Sale":468,"Cost":436,"Date":"2/8/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":70,"Cost":50,"Date":"2/18/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":885,"Cost":574,"Date":"8/17/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":364,"Date":"5/27/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":588,"Cost":413,"Date":"6/11/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":538,"Cost":461,"Date":"9/15/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":926,"Cost":525,"Date":"4/7/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":331,"Cost":246,"Date":"3/16/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":861,"Cost":712,"Date":"7/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":444,"Cost":291,"Date":"7/10/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":926,"Cost":638,"Date":"6/25/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":519,"Cost":303,"Date":"10/15/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":596,"Cost":370,"Date":"8/9/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":932,"Cost":757,"Date":"3/31/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":519,"Cost":455,"Date":"7/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":402,"Cost":337,"Date":"12/11/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":300,"Cost":170,"Date":"8/29/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Nova","Country":"Brazil","Sale":968,"Cost":894,"Date":"6/26/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":128,"Cost":98,"Date":"2/15/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":256,"Cost":243,"Date":"6/1/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":345,"Cost":259,"Date":"4/24/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":948,"Cost":804,"Date":"10/23/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":540,"Cost":374,"Date":"2/26/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":267,"Date":"8/10/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":419,"Cost":248,"Date":"1/28/2021"},{"Store":"Midway Mall, Natal","Brand":"COS","Country":"Brazil","Sale":655,"Cost":343,"Date":"8/4/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":382,"Cost":346,"Date":"2/6/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":693,"Date":"12/28/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":83,"Cost":46,"Date":"2/18/2019"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":232,"Cost":152,"Date":"4/10/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":852,"Cost":574,"Date":"7/26/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":474,"Cost":370,"Date":"1/10/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":908,"Cost":801,"Date":"7/1/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":658,"Cost":336,"Date":"12/5/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":93,"Date":"10/21/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"COS","Country":"Brazil","Sale":110,"Cost":104,"Date":"2/5/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":68,"Cost":43,"Date":"5/19/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":252,"Cost":136,"Date":"9/4/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":779,"Cost":417,"Date":"2/21/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":986,"Cost":767,"Date":"4/7/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":891,"Cost":725,"Date":"2/4/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":746,"Cost":459,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM Home","Country":"Brazil","Sale":883,"Cost":671,"Date":"10/3/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":582,"Cost":463,"Date":"4/26/2020"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":224,"Cost":193,"Date":"3/22/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":130,"Cost":80,"Date":"10/1/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":429,"Date":"7/1/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":566,"Cost":299,"Date":"8/31/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":764,"Cost":533,"Date":"11/18/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":773,"Cost":521,"Date":"12/15/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":786,"Cost":560,"Date":"12/7/2019"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":29,"Cost":26,"Date":"11/15/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":630,"Cost":537,"Date":"4/14/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":365,"Cost":329,"Date":"1/11/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":616,"Cost":426,"Date":"7/17/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":905,"Cost":476,"Date":"3/5/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Nova","Country":"Brazil","Sale":80,"Cost":54,"Date":"5/29/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":853,"Cost":673,"Date":"1/25/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":533,"Date":"12/15/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":535,"Cost":299,"Date":"9/1/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":352,"Date":"4/9/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":304,"Cost":156,"Date":"1/19/2019"},{"Store":"RioMar Recife","Brand":"HM","Country":"Brazil","Sale":825,"Cost":655,"Date":"11/14/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":304,"Cost":178,"Date":"6/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":502,"Cost":440,"Date":"8/16/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":758,"Cost":713,"Date":"5/26/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":127,"Cost":106,"Date":"3/10/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":142,"Cost":110,"Date":"4/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":856,"Cost":672,"Date":"11/13/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"COS","Country":"Brazil","Sale":55,"Cost":33,"Date":"6/14/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":189,"Cost":131,"Date":"4/21/2022"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":942,"Cost":604,"Date":"8/3/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":864,"Cost":675,"Date":"6/16/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":446,"Cost":259,"Date":"6/19/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM","Country":"Brazil","Sale":704,"Cost":500,"Date":"11/1/2021"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":657,"Cost":468,"Date":"11/25/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":525,"Cost":483,"Date":"12/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"ARKET","Country":"Brazil","Sale":443,"Cost":263,"Date":"1/2/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":164,"Cost":83,"Date":"5/6/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":619,"Cost":398,"Date":"4/11/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":76,"Cost":62,"Date":"9/16/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"ARKET","Country":"Brazil","Sale":431,"Cost":251,"Date":"2/17/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":586,"Cost":342,"Date":"8/25/2023"},{"Store":"Shopping Natal","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":53,"Date":"1/2/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":58,"Cost":55,"Date":"12/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM","Country":"Brazil","Sale":361,"Cost":276,"Date":"2/5/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":629,"Cost":532,"Date":"1/18/2019"},{"Store":"Shopping Natal","Brand":"HM","Country":"Brazil","Sale":29,"Cost":21,"Date":"2/19/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":463,"Cost":295,"Date":"2/4/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":463,"Cost":315,"Date":"1/12/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":136,"Cost":97,"Date":"11/1/2021"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":485,"Cost":308,"Date":"2/11/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":56,"Cost":37,"Date":"3/29/2022"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":299,"Cost":248,"Date":"10/4/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Nova","Country":"Brazil","Sale":666,"Cost":521,"Date":"7/25/2019"},{"Store":"RioMar Recife","Brand":"HM","Country":"Brazil","Sale":957,"Cost":785,"Date":"3/31/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":235,"Cost":208,"Date":"3/30/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":638,"Cost":469,"Date":"4/27/2018"},{"Store":"Salvador Shopping","Brand":"Jeans","Country":"Brazil","Sale":661,"Cost":576,"Date":"5/15/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":132,"Cost":88,"Date":"1/19/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":162,"Cost":119,"Date":"2/5/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":796,"Cost":449,"Date":"9/12/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":974,"Cost":746,"Date":"11/2/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":948,"Cost":576,"Date":"11/6/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":543,"Cost":371,"Date":"1/27/2022"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":362,"Cost":228,"Date":"5/30/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":732,"Cost":433,"Date":"11/16/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":326,"Date":"2/4/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":370,"Cost":283,"Date":"12/23/2024"},{"Store":"Shopping Curitiba","Brand":"COS","Country":"Brazil","Sale":877,"Cost":483,"Date":"1/10/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":792,"Cost":531,"Date":"10/18/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":190,"Cost":132,"Date":"9/15/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":544,"Cost":446,"Date":"12/31/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":899,"Cost":589,"Date":"4/18/2022"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":314,"Cost":228,"Date":"4/3/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":197,"Cost":133,"Date":"9/18/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":667,"Cost":495,"Date":"10/5/2023"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":97,"Cost":68,"Date":"4/6/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":975,"Cost":508,"Date":"3/26/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":696,"Cost":574,"Date":"6/26/2018"},{"Store":"Shopping Natal","Brand":"HM Home","Country":"Brazil","Sale":326,"Cost":163,"Date":"3/2/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":882,"Cost":809,"Date":"2/11/2022"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":725,"Cost":555,"Date":"9/6/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":331,"Cost":249,"Date":"8/2/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":177,"Cost":130,"Date":"6/4/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":196,"Date":"11/8/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":651,"Cost":548,"Date":"10/27/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":417,"Cost":353,"Date":"4/22/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":608,"Cost":416,"Date":"2/22/2018"},{"Store":"Iguatemi Campinas","Brand":"HM","Country":"Brazil","Sale":717,"Cost":435,"Date":"8/9/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":837,"Cost":613,"Date":"10/10/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":59,"Cost":32,"Date":"12/5/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":160,"Cost":150,"Date":"4/27/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":432,"Cost":344,"Date":"2/15/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":5,"Date":"6/13/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":779,"Date":"1/11/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":705,"Cost":463,"Date":"6/14/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":140,"Cost":72,"Date":"6/25/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":266,"Cost":173,"Date":"5/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":552,"Cost":289,"Date":"11/26/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":373,"Cost":297,"Date":"3/1/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":947,"Cost":751,"Date":"9/6/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":396,"Cost":212,"Date":"3/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":192,"Cost":134,"Date":"4/30/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM","Country":"Brazil","Sale":292,"Cost":271,"Date":"12/25/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":246,"Cost":220,"Date":"9/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":844,"Cost":748,"Date":"2/7/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"COS","Country":"Brazil","Sale":700,"Cost":537,"Date":"12/28/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":610,"Date":"1/13/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":704,"Cost":639,"Date":"5/3/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":123,"Cost":86,"Date":"12/19/2019"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":232,"Cost":162,"Date":"6/25/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":42,"Date":"11/17/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":806,"Date":"12/30/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":952,"Cost":714,"Date":"4/18/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":170,"Date":"7/16/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":210,"Date":"8/1/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":213,"Cost":161,"Date":"7/25/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":588,"Cost":386,"Date":"4/29/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":289,"Cost":175,"Date":"6/4/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":707,"Cost":549,"Date":"4/24/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":90,"Date":"2/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":20,"Cost":12,"Date":"2/7/2018"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":78,"Cost":68,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":940,"Cost":587,"Date":"10/15/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Jeans","Country":"Brazil","Sale":863,"Cost":626,"Date":"3/6/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":354,"Cost":319,"Date":"7/5/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":731,"Cost":493,"Date":"9/5/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":762,"Cost":614,"Date":"3/18/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":118,"Cost":73,"Date":"12/11/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":861,"Cost":801,"Date":"10/3/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":261,"Cost":220,"Date":"4/9/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":323,"Date":"11/6/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":706,"Cost":658,"Date":"2/28/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":721,"Date":"12/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":777,"Cost":676,"Date":"5/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":707,"Cost":608,"Date":"11/1/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":730,"Cost":448,"Date":"3/18/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":131,"Date":"11/25/2018"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":17,"Cost":13,"Date":"6/28/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":994,"Cost":637,"Date":"2/27/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":734,"Date":"3/9/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":11,"Date":"9/8/2021"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":93,"Cost":86,"Date":"5/12/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":488,"Cost":443,"Date":"7/14/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":405,"Cost":302,"Date":"7/8/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Sellpy","Country":"Brazil","Sale":121,"Cost":90,"Date":"3/15/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":153,"Cost":96,"Date":"5/24/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":170,"Cost":138,"Date":"12/5/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":709,"Cost":649,"Date":"2/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":199,"Cost":121,"Date":"5/21/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":548,"Cost":494,"Date":"3/12/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":745,"Cost":467,"Date":"2/22/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":535,"Date":"6/3/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":3,"Cost":3,"Date":"6/29/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":48,"Cost":36,"Date":"5/31/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":377,"Cost":295,"Date":"7/24/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":63,"Cost":50,"Date":"6/9/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":713,"Cost":528,"Date":"11/5/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":989,"Cost":790,"Date":"4/9/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":29,"Cost":15,"Date":"9/16/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":296,"Cost":258,"Date":"6/13/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":263,"Cost":231,"Date":"3/1/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":326,"Cost":304,"Date":"11/29/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":568,"Cost":444,"Date":"8/6/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":493,"Cost":285,"Date":"5/25/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":162,"Date":"7/31/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":404,"Cost":248,"Date":"6/6/2020"},{"Store":"ParkShopping Brasília","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":384,"Date":"6/5/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":797,"Cost":700,"Date":"6/24/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":929,"Cost":478,"Date":"9/21/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":913,"Cost":488,"Date":"1/13/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":615,"Cost":348,"Date":"2/7/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":448,"Date":"9/24/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":390,"Cost":353,"Date":"7/23/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":104,"Cost":94,"Date":"8/3/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":500,"Date":"5/17/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":502,"Date":"11/21/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":444,"Cost":422,"Date":"1/4/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":960,"Cost":845,"Date":"7/3/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":14,"Cost":13,"Date":"10/12/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":529,"Cost":331,"Date":"9/11/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":247,"Cost":191,"Date":"5/26/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":999,"Cost":773,"Date":"8/4/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":987,"Cost":600,"Date":"2/9/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":663,"Cost":561,"Date":"12/23/2020"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":712,"Cost":404,"Date":"6/24/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":81,"Cost":65,"Date":"5/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":317,"Cost":252,"Date":"11/4/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":330,"Date":"3/12/2021"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":654,"Cost":350,"Date":"11/22/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":855,"Cost":653,"Date":"8/5/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":368,"Cost":281,"Date":"9/18/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":241,"Date":"7/15/2019"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":115,"Cost":94,"Date":"7/16/2023"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":403,"Date":"11/17/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":112,"Cost":77,"Date":"6/4/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":988,"Cost":533,"Date":"12/12/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":525,"Cost":287,"Date":"7/2/2021"},{"Store":"Shopping Curitiba","Brand":"COS","Country":"Brazil","Sale":225,"Cost":123,"Date":"11/26/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":433,"Cost":259,"Date":"2/2/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"ARKET","Country":"Brazil","Sale":568,"Cost":361,"Date":"7/24/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Nova","Country":"Brazil","Sale":420,"Cost":211,"Date":"4/26/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":827,"Cost":633,"Date":"10/29/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":550,"Cost":411,"Date":"6/14/2020"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":559,"Date":"6/3/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":162,"Cost":107,"Date":"7/26/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":636,"Cost":526,"Date":"1/27/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Nova","Country":"Brazil","Sale":794,"Cost":663,"Date":"6/23/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":100,"Date":"7/30/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":473,"Cost":434,"Date":"12/23/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":208,"Cost":137,"Date":"5/16/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":804,"Cost":485,"Date":"1/19/2019"},{"Store":"Maceió Shopping","Brand":"HM","Country":"Brazil","Sale":970,"Cost":504,"Date":"2/8/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":988,"Cost":666,"Date":"12/7/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":491,"Date":"1/23/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":586,"Cost":500,"Date":"9/9/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":516,"Cost":408,"Date":"5/29/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":664,"Cost":378,"Date":"8/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":880,"Cost":458,"Date":"2/19/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM","Country":"Brazil","Sale":248,"Cost":141,"Date":"1/18/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":504,"Cost":321,"Date":"2/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":504,"Cost":295,"Date":"6/26/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":614,"Cost":483,"Date":"5/21/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":778,"Cost":737,"Date":"3/4/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":186,"Date":"9/25/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":139,"Cost":114,"Date":"5/30/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":886,"Cost":447,"Date":"12/21/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":425,"Date":"4/9/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":233,"Cost":192,"Date":"3/19/2021"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":161,"Cost":121,"Date":"6/17/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":225,"Cost":113,"Date":"8/21/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":29,"Cost":23,"Date":"2/16/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":878,"Cost":821,"Date":"7/22/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":77,"Cost":42,"Date":"9/6/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":18,"Cost":11,"Date":"6/20/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":240,"Cost":137,"Date":"4/29/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":883,"Cost":653,"Date":"9/6/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"COS","Country":"Brazil","Sale":755,"Cost":542,"Date":"4/9/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":576,"Cost":328,"Date":"4/26/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":510,"Date":"4/30/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":79,"Cost":58,"Date":"11/2/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":422,"Cost":400,"Date":"9/16/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":443,"Cost":309,"Date":"7/17/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":279,"Cost":165,"Date":"1/20/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":169,"Date":"3/10/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":367,"Cost":297,"Date":"7/1/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":811,"Cost":597,"Date":"8/28/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":94,"Cost":86,"Date":"9/16/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":365,"Cost":317,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":666,"Date":"10/13/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":643,"Cost":405,"Date":"9/28/2024"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":797,"Cost":604,"Date":"10/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":94,"Date":"10/1/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":124,"Cost":76,"Date":"12/23/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":186,"Cost":93,"Date":"11/19/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":105,"Cost":98,"Date":"2/6/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":559,"Cost":484,"Date":"6/16/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":210,"Cost":140,"Date":"10/9/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":325,"Cost":276,"Date":"12/27/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":358,"Cost":279,"Date":"8/17/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":391,"Cost":283,"Date":"2/2/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"COS","Country":"Brazil","Sale":564,"Cost":501,"Date":"10/18/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":12,"Cost":8,"Date":"4/4/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":894,"Cost":683,"Date":"7/22/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":553,"Cost":524,"Date":"8/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":142,"Cost":104,"Date":"4/14/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":904,"Cost":523,"Date":"3/30/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":698,"Cost":387,"Date":"1/25/2024"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":71,"Cost":66,"Date":"9/8/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":606,"Cost":437,"Date":"7/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":764,"Cost":725,"Date":"6/1/2022"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":218,"Cost":146,"Date":"5/7/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":231,"Cost":164,"Date":"5/27/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":867,"Cost":637,"Date":"6/18/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":445,"Cost":366,"Date":"1/27/2024"},{"Store":"Iguatemi Campinas","Brand":"HM","Country":"Brazil","Sale":690,"Cost":496,"Date":"7/22/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":977,"Cost":782,"Date":"12/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":173,"Cost":155,"Date":"9/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":23,"Cost":17,"Date":"3/16/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":848,"Cost":741,"Date":"12/25/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"COS","Country":"Brazil","Sale":227,"Cost":163,"Date":"4/26/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":46,"Cost":33,"Date":"7/2/2023"},{"Store":"Iguatemi Campinas","Brand":"HM","Country":"Brazil","Sale":972,"Cost":638,"Date":"5/12/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":72,"Cost":61,"Date":"7/11/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":552,"Cost":384,"Date":"6/7/2023"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":75,"Cost":41,"Date":"8/21/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":364,"Cost":185,"Date":"3/22/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":387,"Cost":265,"Date":"11/21/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":315,"Cost":264,"Date":"9/6/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":888,"Date":"3/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":610,"Cost":526,"Date":"6/7/2021"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":41,"Cost":22,"Date":"2/15/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":641,"Cost":338,"Date":"10/19/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":546,"Cost":465,"Date":"7/15/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":652,"Date":"1/24/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":992,"Cost":519,"Date":"8/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":794,"Cost":659,"Date":"8/22/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":386,"Cost":316,"Date":"6/18/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":617,"Cost":378,"Date":"2/5/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":398,"Cost":376,"Date":"3/23/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":787,"Cost":719,"Date":"5/27/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":645,"Cost":415,"Date":"6/30/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":466,"Date":"9/20/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":612,"Cost":444,"Date":"8/30/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":645,"Date":"10/31/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":197,"Cost":145,"Date":"12/6/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":421,"Date":"3/28/2020"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":771,"Cost":664,"Date":"2/14/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":256,"Cost":152,"Date":"5/24/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":278,"Cost":215,"Date":"8/9/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":698,"Cost":369,"Date":"11/17/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":939,"Date":"1/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":635,"Cost":419,"Date":"1/27/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":267,"Cost":231,"Date":"7/26/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":281,"Cost":186,"Date":"4/14/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":767,"Cost":465,"Date":"9/29/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":131,"Cost":125,"Date":"4/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":206,"Cost":120,"Date":"3/23/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":240,"Cost":213,"Date":"5/30/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":502,"Cost":277,"Date":"7/7/2018"},{"Store":"Maceió Shopping","Brand":"HM","Country":"Brazil","Sale":539,"Cost":512,"Date":"11/4/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":558,"Cost":343,"Date":"8/2/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":503,"Date":"10/18/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":76,"Cost":54,"Date":"11/26/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":556,"Cost":409,"Date":"5/14/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":865,"Cost":658,"Date":"10/7/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":643,"Date":"5/24/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":357,"Cost":221,"Date":"12/13/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":641,"Cost":336,"Date":"11/2/2018"},{"Store":"Midway Mall, Natal","Brand":"COS","Country":"Brazil","Sale":453,"Cost":270,"Date":"12/19/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"COS","Country":"Brazil","Sale":938,"Cost":614,"Date":"8/21/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":142,"Cost":79,"Date":"3/17/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":177,"Cost":125,"Date":"10/25/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":601,"Cost":407,"Date":"5/24/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":945,"Cost":655,"Date":"12/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":283,"Cost":252,"Date":"4/30/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":545,"Date":"1/10/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":122,"Cost":86,"Date":"2/10/2018"},{"Store":"Midway Mall, Natal","Brand":"COS","Country":"Brazil","Sale":799,"Cost":724,"Date":"1/2/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":281,"Cost":192,"Date":"6/4/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":675,"Cost":472,"Date":"7/14/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":802,"Cost":446,"Date":"7/10/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":600,"Cost":301,"Date":"6/22/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":465,"Cost":355,"Date":"11/11/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"ARKET","Country":"Brazil","Sale":304,"Cost":278,"Date":"10/10/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":260,"Cost":234,"Date":"5/19/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":315,"Cost":229,"Date":"8/7/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":996,"Cost":811,"Date":"3/29/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":873,"Cost":643,"Date":"10/6/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":792,"Cost":487,"Date":"9/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":715,"Date":"8/6/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":869,"Cost":669,"Date":"9/16/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":114,"Cost":83,"Date":"5/3/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":803,"Cost":456,"Date":"10/17/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":86,"Cost":77,"Date":"3/30/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":716,"Cost":466,"Date":"10/6/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":362,"Cost":267,"Date":"1/28/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":143,"Date":"2/12/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":624,"Cost":454,"Date":"11/28/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":60,"Cost":40,"Date":"6/13/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":679,"Cost":419,"Date":"2/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":135,"Cost":105,"Date":"5/14/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM","Country":"Brazil","Sale":363,"Cost":203,"Date":"9/6/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":410,"Cost":211,"Date":"7/5/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":324,"Cost":220,"Date":"7/30/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":707,"Cost":369,"Date":"8/16/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":218,"Cost":191,"Date":"1/22/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":468,"Cost":369,"Date":"7/21/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":107,"Cost":98,"Date":"3/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":77,"Cost":46,"Date":"7/23/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":806,"Cost":524,"Date":"12/20/2024"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":638,"Cost":323,"Date":"8/29/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":190,"Cost":162,"Date":"11/30/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":6,"Cost":4,"Date":"4/16/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":123,"Cost":107,"Date":"2/10/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":790,"Cost":680,"Date":"8/15/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":169,"Cost":139,"Date":"12/11/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":310,"Cost":215,"Date":"5/17/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":86,"Cost":69,"Date":"2/17/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":54,"Cost":50,"Date":"4/22/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":389,"Cost":307,"Date":"1/3/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":751,"Cost":665,"Date":"10/21/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Sellpy","Country":"Brazil","Sale":435,"Cost":252,"Date":"11/17/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":518,"Cost":397,"Date":"11/9/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":970,"Cost":750,"Date":"8/13/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":382,"Date":"4/16/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"COS","Country":"Brazil","Sale":891,"Cost":770,"Date":"6/30/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":392,"Cost":321,"Date":"11/13/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":125,"Cost":104,"Date":"4/30/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":513,"Cost":487,"Date":"3/7/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":262,"Cost":239,"Date":"4/22/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":150,"Cost":86,"Date":"10/15/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"COS","Country":"Brazil","Sale":73,"Cost":51,"Date":"2/2/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":277,"Cost":173,"Date":"4/1/2024"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":284,"Cost":200,"Date":"5/31/2024"},{"Store":"Midway Mall, Natal","Brand":"COS","Country":"Brazil","Sale":692,"Cost":458,"Date":"6/11/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":845,"Cost":655,"Date":"2/4/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":502,"Cost":365,"Date":"1/9/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":750,"Cost":672,"Date":"11/13/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":765,"Cost":649,"Date":"8/3/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":435,"Date":"12/24/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":406,"Cost":299,"Date":"6/27/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":570,"Cost":367,"Date":"5/23/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":442,"Cost":365,"Date":"9/11/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":422,"Cost":387,"Date":"9/21/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":814,"Cost":438,"Date":"7/16/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":999,"Cost":832,"Date":"3/28/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":124,"Cost":92,"Date":"8/23/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":42,"Date":"8/5/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":676,"Cost":421,"Date":"1/11/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":221,"Cost":172,"Date":"10/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Nova","Country":"Brazil","Sale":587,"Cost":416,"Date":"11/15/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":142,"Cost":129,"Date":"8/11/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":657,"Date":"2/25/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":142,"Date":"10/28/2024"},{"Store":"Iguatemi Campinas","Brand":"Nova","Country":"Brazil","Sale":395,"Cost":316,"Date":"4/14/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":668,"Cost":424,"Date":"7/27/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":951,"Cost":705,"Date":"8/31/2021"},{"Store":"Shopping Natal","Brand":"ARKET","Country":"Brazil","Sale":575,"Cost":534,"Date":"12/24/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":657,"Cost":618,"Date":"8/31/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM","Country":"Brazil","Sale":867,"Cost":679,"Date":"12/6/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":570,"Cost":417,"Date":"5/22/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":927,"Cost":494,"Date":"9/8/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":226,"Date":"10/16/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":412,"Date":"12/14/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":453,"Date":"4/3/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":606,"Cost":445,"Date":"5/31/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":201,"Cost":186,"Date":"5/22/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":897,"Cost":477,"Date":"5/26/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":869,"Cost":626,"Date":"10/11/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":414,"Cost":238,"Date":"9/20/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":12,"Cost":6,"Date":"8/24/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":312,"Cost":240,"Date":"2/16/2023"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":335,"Cost":208,"Date":"7/21/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":706,"Date":"7/7/2021"},{"Store":"Montana Mall","Brand":"HM Home","Country":"Bulgaria","Sale":270,"Cost":202,"Date":"5/10/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":662,"Cost":399,"Date":"6/16/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":318,"Cost":208,"Date":"11/5/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":491,"Cost":388,"Date":"7/18/2022"},{"Store":"Montana Mall","Brand":"HM Home","Country":"Bulgaria","Sale":929,"Cost":744,"Date":"4/21/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":769,"Cost":406,"Date":"3/5/2024"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":194,"Cost":124,"Date":"5/13/2021"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":250,"Cost":200,"Date":"12/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":243,"Date":"5/30/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":342,"Date":"3/19/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":406,"Cost":205,"Date":"8/14/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":600,"Cost":550,"Date":"5/25/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":43,"Cost":25,"Date":"4/19/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":838,"Cost":449,"Date":"2/26/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":172,"Cost":154,"Date":"11/2/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":222,"Cost":119,"Date":"2/4/2020"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":336,"Date":"11/29/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":497,"Date":"1/8/2018"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":145,"Cost":73,"Date":"11/12/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":300,"Cost":253,"Date":"8/15/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":688,"Cost":584,"Date":"12/12/2024"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":734,"Cost":511,"Date":"6/8/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":616,"Cost":399,"Date":"6/17/2018"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":337,"Cost":213,"Date":"4/19/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":301,"Cost":166,"Date":"2/18/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":989,"Cost":635,"Date":"11/1/2022"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":463,"Cost":327,"Date":"4/20/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":930,"Cost":635,"Date":"7/14/2020"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":892,"Cost":466,"Date":"5/1/2020"},{"Store":"Montana Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":493,"Date":"6/8/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":571,"Date":"11/28/2021"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":139,"Cost":75,"Date":"6/6/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":587,"Cost":392,"Date":"9/29/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":281,"Date":"8/6/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":399,"Cost":252,"Date":"6/29/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":296,"Cost":240,"Date":"9/18/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":888,"Cost":764,"Date":"10/11/2019"},{"Store":"Galleria Varna","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":345,"Date":"6/14/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":875,"Cost":686,"Date":"3/16/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":510,"Date":"1/1/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":418,"Cost":250,"Date":"6/9/2022"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":71,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":832,"Cost":694,"Date":"10/5/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":341,"Date":"8/29/2019"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":646,"Cost":404,"Date":"3/18/2021"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":958,"Cost":860,"Date":"4/21/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":867,"Cost":732,"Date":"7/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":688,"Date":"11/30/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":891,"Cost":686,"Date":"6/12/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":805,"Cost":565,"Date":"5/3/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":19,"Date":"5/1/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":59,"Cost":50,"Date":"2/5/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":513,"Date":"7/18/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":778,"Cost":529,"Date":"2/16/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":942,"Cost":539,"Date":"10/10/2018"},{"Store":"Ruse Mall","Brand":"HM Home","Country":"Bulgaria","Sale":417,"Cost":325,"Date":"2/9/2021"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":142,"Cost":90,"Date":"7/13/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":177,"Date":"12/30/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":348,"Cost":271,"Date":"6/3/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":188,"Cost":117,"Date":"3/31/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":570,"Cost":431,"Date":"7/16/2024"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":181,"Date":"9/19/2024"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":270,"Cost":154,"Date":"5/30/2019"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":248,"Cost":225,"Date":"2/13/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":391,"Date":"2/5/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":954,"Cost":812,"Date":"8/20/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":401,"Cost":301,"Date":"11/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":911,"Cost":532,"Date":"10/19/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":57,"Cost":46,"Date":"7/26/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":217,"Cost":145,"Date":"9/11/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":524,"Cost":280,"Date":"10/29/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":444,"Cost":240,"Date":"10/13/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":752,"Date":"10/15/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":275,"Cost":175,"Date":"6/21/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":583,"Cost":378,"Date":"1/13/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"1/1/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":309,"Date":"5/5/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":76,"Date":"12/8/2020"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":54,"Date":"7/26/2021"},{"Store":"Sliven Mall","Brand":"HM Home","Country":"Bulgaria","Sale":57,"Cost":51,"Date":"4/4/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":152,"Cost":138,"Date":"8/1/2020"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":431,"Cost":287,"Date":"7/21/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":324,"Cost":234,"Date":"6/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":456,"Cost":328,"Date":"4/3/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":270,"Cost":214,"Date":"3/1/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":859,"Cost":700,"Date":"4/30/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":419,"Date":"9/3/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":852,"Cost":546,"Date":"2/21/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":593,"Date":"12/15/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":79,"Date":"1/14/2021"},{"Store":"Kyustendil Mall","Brand":"HM","Country":"Bulgaria","Sale":251,"Cost":185,"Date":"1/26/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":361,"Cost":337,"Date":"4/7/2018"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":764,"Cost":470,"Date":"3/22/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":52,"Cost":42,"Date":"12/3/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":162,"Cost":144,"Date":"5/11/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":896,"Cost":599,"Date":"6/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":383,"Cost":350,"Date":"10/1/2021"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":324,"Date":"5/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":888,"Cost":759,"Date":"7/22/2018"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":765,"Cost":408,"Date":"3/24/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":712,"Cost":451,"Date":"3/12/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":727,"Cost":525,"Date":"4/14/2020"},{"Store":"Paradise Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":79,"Date":"4/21/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":272,"Cost":247,"Date":"6/24/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":65,"Date":"11/10/2019"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":354,"Cost":208,"Date":"5/2/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":376,"Date":"10/13/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":433,"Date":"12/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":778,"Cost":456,"Date":"12/9/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":490,"Cost":330,"Date":"5/30/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":927,"Cost":832,"Date":"12/6/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":796,"Cost":417,"Date":"4/13/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":396,"Cost":325,"Date":"6/28/2024"},{"Store":"Sliven Mall","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":55,"Date":"4/1/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":911,"Cost":549,"Date":"10/24/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":928,"Cost":485,"Date":"6/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":572,"Date":"3/18/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":479,"Cost":310,"Date":"1/11/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":248,"Cost":231,"Date":"4/22/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":310,"Cost":279,"Date":"7/9/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":695,"Cost":523,"Date":"9/17/2018"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":725,"Date":"10/12/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":602,"Date":"1/11/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":824,"Cost":706,"Date":"5/22/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":119,"Date":"12/25/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":316,"Date":"9/30/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":760,"Cost":476,"Date":"12/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":471,"Date":"9/22/2020"},{"Store":"Haskovo Mall","Brand":"ARKET","Country":"Bulgaria","Sale":918,"Cost":742,"Date":"9/28/2019"},{"Store":"Ruse Mall","Brand":"HM Home","Country":"Bulgaria","Sale":838,"Cost":723,"Date":"4/12/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":198,"Cost":124,"Date":"4/30/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":252,"Cost":143,"Date":"9/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":44,"Cost":32,"Date":"6/22/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":723,"Cost":394,"Date":"10/25/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":753,"Cost":659,"Date":"12/9/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":796,"Date":"8/28/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":276,"Date":"7/30/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":743,"Cost":641,"Date":"12/30/2022"},{"Store":"Blagoevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":72,"Cost":42,"Date":"12/9/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":960,"Cost":608,"Date":"2/10/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":26,"Cost":24,"Date":"8/15/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":604,"Cost":480,"Date":"5/3/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":496,"Cost":409,"Date":"9/14/2019"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":815,"Cost":464,"Date":"6/28/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":44,"Cost":28,"Date":"6/27/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":154,"Cost":84,"Date":"7/8/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":527,"Cost":336,"Date":"12/18/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":337,"Cost":270,"Date":"4/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":889,"Cost":810,"Date":"10/27/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":276,"Cost":261,"Date":"9/14/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":72,"Cost":38,"Date":"12/29/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":64,"Cost":39,"Date":"7/7/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":656,"Cost":329,"Date":"5/8/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":434,"Cost":247,"Date":"8/19/2024"},{"Store":"The Mall Burgas","Brand":"Nova","Country":"Bulgaria","Sale":615,"Cost":555,"Date":"7/6/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":393,"Date":"2/15/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":412,"Date":"3/23/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":684,"Cost":511,"Date":"1/2/2018"},{"Store":"Mall of Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":927,"Cost":519,"Date":"9/7/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":42,"Date":"3/22/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":625,"Cost":412,"Date":"7/12/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":83,"Date":"7/4/2018"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":358,"Date":"3/15/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":159,"Cost":147,"Date":"9/22/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":937,"Cost":652,"Date":"11/6/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Nova","Country":"Bulgaria","Sale":331,"Cost":202,"Date":"1/17/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":672,"Cost":388,"Date":"1/7/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":49,"Cost":38,"Date":"1/11/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":691,"Cost":467,"Date":"8/31/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":533,"Date":"4/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":431,"Cost":399,"Date":"4/9/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":227,"Cost":175,"Date":"8/11/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":310,"Date":"6/21/2024"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":617,"Cost":564,"Date":"3/7/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":111,"Cost":73,"Date":"2/9/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":689,"Cost":503,"Date":"9/24/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":477,"Date":"12/28/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":446,"Cost":370,"Date":"12/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":779,"Cost":485,"Date":"10/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"HM Home","Country":"Bulgaria","Sale":220,"Cost":186,"Date":"4/7/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":698,"Date":"7/19/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":515,"Date":"10/4/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":149,"Date":"12/11/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":433,"Date":"10/19/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":291,"Date":"11/27/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":248,"Cost":193,"Date":"12/5/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":622,"Cost":488,"Date":"9/5/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":614,"Cost":378,"Date":"7/29/2021"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":578,"Date":"5/27/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":42,"Date":"3/1/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":624,"Date":"3/20/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":464,"Cost":326,"Date":"10/4/2023"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":939,"Cost":794,"Date":"1/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":258,"Date":"9/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Nova","Country":"Bulgaria","Sale":398,"Cost":362,"Date":"7/8/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":310,"Cost":203,"Date":"6/30/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":398,"Date":"2/17/2018"},{"Store":"Grand Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":735,"Date":"4/5/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":957,"Cost":855,"Date":"8/31/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":292,"Cost":246,"Date":"3/25/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":826,"Cost":568,"Date":"3/4/2019"},{"Store":"Ruse Mall","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":124,"Date":"1/6/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":555,"Date":"10/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":906,"Cost":623,"Date":"1/30/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":228,"Cost":120,"Date":"7/5/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":800,"Cost":734,"Date":"12/8/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":366,"Date":"1/15/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":159,"Date":"10/28/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":111,"Cost":83,"Date":"7/13/2023"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":80,"Cost":63,"Date":"5/15/2024"},{"Store":"Galleria Varna","Brand":"COS","Country":"Bulgaria","Sale":205,"Cost":128,"Date":"8/2/2018"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":225,"Cost":204,"Date":"1/10/2023"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":290,"Date":"5/14/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":79,"Date":"2/7/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":917,"Cost":539,"Date":"11/10/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":393,"Date":"11/6/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":487,"Date":"1/21/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":487,"Date":"2/13/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":301,"Cost":277,"Date":"7/25/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":648,"Date":"2/5/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":872,"Cost":764,"Date":"11/6/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":174,"Date":"11/26/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":173,"Cost":123,"Date":"9/17/2019"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":425,"Date":"12/23/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":195,"Date":"3/23/2021"},{"Store":"Montana Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":258,"Cost":224,"Date":"1/18/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":350,"Cost":292,"Date":"5/27/2018"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":987,"Cost":691,"Date":"3/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":260,"Date":"3/28/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":631,"Cost":595,"Date":"5/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":452,"Cost":421,"Date":"6/30/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":536,"Cost":291,"Date":"2/26/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":326,"Cost":221,"Date":"9/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":698,"Cost":454,"Date":"6/16/2022"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":769,"Cost":661,"Date":"2/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":257,"Cost":176,"Date":"10/23/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":664,"Cost":527,"Date":"4/4/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":636,"Cost":547,"Date":"3/3/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":300,"Cost":281,"Date":"1/18/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":640,"Date":"1/27/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":857,"Cost":769,"Date":"2/1/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":199,"Cost":119,"Date":"1/13/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":172,"Date":"6/19/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":289,"Date":"1/14/2018"},{"Store":"Haskovo Mall","Brand":"ARKET","Country":"Bulgaria","Sale":718,"Cost":454,"Date":"12/3/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":671,"Cost":397,"Date":"7/16/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":408,"Cost":290,"Date":"10/15/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"3/6/2020"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":441,"Cost":361,"Date":"7/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":54,"Cost":39,"Date":"12/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":569,"Date":"5/4/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"5/11/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":376,"Cost":243,"Date":"12/21/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":151,"Cost":120,"Date":"12/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":185,"Date":"8/23/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":146,"Cost":100,"Date":"8/24/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":706,"Cost":397,"Date":"4/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":280,"Cost":173,"Date":"10/18/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":669,"Cost":618,"Date":"5/23/2021"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":217,"Cost":110,"Date":"11/17/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":559,"Cost":419,"Date":"2/19/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":103,"Cost":63,"Date":"10/25/2024"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":676,"Cost":492,"Date":"1/22/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":876,"Cost":630,"Date":"1/1/2018"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":44,"Cost":26,"Date":"3/18/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":363,"Cost":209,"Date":"3/15/2022"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":746,"Date":"6/29/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":353,"Cost":286,"Date":"2/21/2024"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":421,"Cost":372,"Date":"2/16/2019"},{"Store":"Sliven Mall","Brand":"HM Home","Country":"Bulgaria","Sale":551,"Cost":415,"Date":"7/2/2022"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":524,"Date":"2/25/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":914,"Cost":631,"Date":"9/19/2020"},{"Store":"The Mall Burgas","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":66,"Date":"2/14/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":506,"Cost":366,"Date":"7/23/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":211,"Cost":135,"Date":"3/17/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":39,"Cost":33,"Date":"6/23/2018"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":401,"Date":"4/9/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":625,"Date":"1/6/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":466,"Cost":426,"Date":"9/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":229,"Cost":145,"Date":"12/8/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":437,"Date":"5/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":611,"Cost":435,"Date":"4/1/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":993,"Cost":633,"Date":"3/29/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":586,"Cost":417,"Date":"1/28/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"11/3/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":141,"Date":"3/9/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":175,"Cost":98,"Date":"4/15/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":181,"Cost":147,"Date":"4/20/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":903,"Cost":526,"Date":"11/3/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":810,"Cost":408,"Date":"12/31/2020"},{"Store":"Sliven Mall","Brand":"ARKET","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"10/19/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":981,"Cost":640,"Date":"2/5/2021"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":296,"Cost":225,"Date":"5/5/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":147,"Cost":139,"Date":"6/9/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":983,"Cost":774,"Date":"2/26/2020"},{"Store":"The Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":427,"Cost":374,"Date":"11/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":692,"Cost":633,"Date":"12/21/2021"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":134,"Date":"5/18/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":592,"Date":"8/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":219,"Date":"12/3/2020"},{"Store":"Montana Mall","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":354,"Date":"7/17/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":875,"Cost":499,"Date":"6/12/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":641,"Cost":354,"Date":"2/19/2020"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":392,"Date":"12/18/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":636,"Cost":526,"Date":"3/6/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":232,"Cost":142,"Date":"5/15/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":934,"Cost":514,"Date":"8/29/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":897,"Cost":506,"Date":"12/4/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":494,"Date":"4/24/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":530,"Date":"3/22/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":252,"Cost":158,"Date":"10/20/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":743,"Cost":654,"Date":"7/14/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":627,"Cost":550,"Date":"2/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":567,"Cost":483,"Date":"5/23/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":309,"Cost":203,"Date":"5/29/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":506,"Cost":301,"Date":"5/11/2023"},{"Store":"Pleven Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":496,"Date":"9/10/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":407,"Cost":270,"Date":"4/15/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":375,"Cost":196,"Date":"1/14/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":751,"Cost":663,"Date":"10/4/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":326,"Cost":167,"Date":"9/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":685,"Cost":605,"Date":"11/27/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":877,"Cost":823,"Date":"6/8/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":227,"Cost":117,"Date":"7/16/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":920,"Cost":733,"Date":"8/2/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":689,"Cost":381,"Date":"5/30/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":281,"Cost":223,"Date":"11/10/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":152,"Date":"4/15/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":49,"Cost":33,"Date":"6/20/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":523,"Cost":426,"Date":"6/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":732,"Date":"1/7/2024"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":320,"Date":"1/10/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":370,"Cost":276,"Date":"4/30/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":311,"Cost":203,"Date":"5/7/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":515,"Cost":489,"Date":"1/19/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":854,"Cost":509,"Date":"5/28/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":170,"Cost":143,"Date":"10/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":444,"Cost":328,"Date":"5/4/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":596,"Date":"1/18/2018"},{"Store":"Montana Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":557,"Cost":378,"Date":"12/5/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":353,"Date":"1/17/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":111,"Cost":96,"Date":"1/5/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":335,"Date":"3/16/2018"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":763,"Cost":389,"Date":"8/12/2024"},{"Store":"Paradise Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":639,"Cost":543,"Date":"7/13/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":28,"Cost":15,"Date":"3/22/2023"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":90,"Date":"3/10/2021"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":218,"Cost":192,"Date":"12/3/2019"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":660,"Cost":612,"Date":"12/11/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":140,"Cost":117,"Date":"9/8/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":200,"Date":"10/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":609,"Date":"9/6/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":409,"Date":"11/9/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":998,"Cost":526,"Date":"11/23/2023"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":647,"Date":"4/8/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":807,"Cost":476,"Date":"2/18/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":213,"Cost":141,"Date":"1/26/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":957,"Cost":903,"Date":"11/9/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":855,"Cost":477,"Date":"5/26/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":102,"Date":"6/19/2021"},{"Store":"The Mall Burgas","Brand":"Nova","Country":"Bulgaria","Sale":803,"Cost":417,"Date":"8/7/2018"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":492,"Cost":371,"Date":"1/6/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":816,"Cost":507,"Date":"1/2/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":479,"Cost":368,"Date":"5/1/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":76,"Cost":69,"Date":"9/29/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":35,"Date":"7/6/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":677,"Cost":469,"Date":"11/23/2019"},{"Store":"Sliven Mall","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":260,"Date":"2/6/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":953,"Cost":656,"Date":"11/10/2024"},{"Store":"Pleven Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":45,"Cost":35,"Date":"8/20/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":45,"Date":"3/31/2019"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":44,"Date":"12/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":725,"Date":"10/8/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":791,"Date":"10/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":114,"Cost":92,"Date":"12/17/2020"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":603,"Date":"10/24/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":569,"Cost":456,"Date":"8/22/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":165,"Date":"7/28/2019"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":946,"Cost":856,"Date":"6/16/2018"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":515,"Cost":489,"Date":"1/7/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":935,"Cost":480,"Date":"6/11/2023"},{"Store":"Montana Mall","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":83,"Date":"1/9/2024"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":503,"Cost":320,"Date":"6/7/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":888,"Cost":606,"Date":"6/19/2022"},{"Store":"Ruse Mall","Brand":"HM Home","Country":"Bulgaria","Sale":668,"Cost":571,"Date":"11/19/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":880,"Cost":719,"Date":"9/9/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":510,"Cost":432,"Date":"8/24/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":537,"Cost":471,"Date":"6/11/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":305,"Date":"10/4/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":106,"Cost":86,"Date":"6/30/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"10/20/2019"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":383,"Cost":201,"Date":"6/14/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":132,"Date":"12/10/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"HM Home","Country":"Bulgaria","Sale":943,"Cost":768,"Date":"12/10/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":14,"Cost":12,"Date":"10/18/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":240,"Cost":135,"Date":"10/11/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":475,"Date":"3/9/2022"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":235,"Cost":181,"Date":"10/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":709,"Cost":570,"Date":"3/19/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":423,"Cost":287,"Date":"12/22/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":293,"Cost":218,"Date":"1/22/2024"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":636,"Cost":561,"Date":"3/8/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":969,"Cost":789,"Date":"8/2/2023"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":566,"Date":"11/18/2018"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":487,"Cost":257,"Date":"6/4/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":722,"Date":"1/17/2021"},{"Store":"Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":148,"Cost":125,"Date":"4/18/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":422,"Cost":295,"Date":"4/1/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":58,"Cost":29,"Date":"6/13/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":223,"Cost":208,"Date":"7/12/2020"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":596,"Cost":319,"Date":"6/8/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":115,"Cost":58,"Date":"9/4/2018"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":883,"Date":"12/10/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":627,"Cost":500,"Date":"2/27/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":10,"Date":"7/4/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":325,"Cost":175,"Date":"8/31/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":142,"Cost":102,"Date":"3/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":349,"Date":"8/9/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":255,"Cost":220,"Date":"12/22/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":11,"Date":"8/14/2022"},{"Store":"Grand Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":66,"Cost":61,"Date":"5/26/2019"},{"Store":"The Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":816,"Cost":472,"Date":"11/11/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":130,"Cost":89,"Date":"12/18/2021"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":471,"Cost":277,"Date":"1/2/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":298,"Date":"6/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":301,"Date":"5/26/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":279,"Cost":175,"Date":"1/13/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":124,"Cost":78,"Date":"6/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":268,"Cost":156,"Date":"2/8/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":275,"Cost":252,"Date":"5/10/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":260,"Date":"9/22/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":986,"Cost":924,"Date":"8/30/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":493,"Date":"3/30/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":937,"Cost":855,"Date":"7/14/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":788,"Cost":651,"Date":"8/20/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":299,"Cost":160,"Date":"7/16/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":137,"Cost":90,"Date":"11/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":328,"Cost":281,"Date":"2/25/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":738,"Cost":435,"Date":"2/28/2021"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":617,"Cost":572,"Date":"9/26/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":697,"Date":"9/17/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":77,"Date":"2/11/2018"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":714,"Cost":421,"Date":"12/21/2022"},{"Store":"Galleria Varna","Brand":"HM","Country":"Bulgaria","Sale":982,"Cost":733,"Date":"6/3/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":705,"Cost":513,"Date":"6/25/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":59,"Cost":40,"Date":"4/1/2018"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":620,"Date":"11/26/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":494,"Cost":279,"Date":"9/10/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":392,"Date":"4/27/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":267,"Cost":238,"Date":"3/1/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":932,"Cost":679,"Date":"5/27/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":740,"Date":"5/18/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":520,"Cost":450,"Date":"3/29/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":907,"Cost":857,"Date":"9/23/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":422,"Cost":288,"Date":"12/14/2021"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"6/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":78,"Cost":63,"Date":"7/8/2018"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":555,"Cost":498,"Date":"10/8/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":321,"Date":"2/11/2024"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":177,"Date":"8/4/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":333,"Date":"4/2/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":316,"Date":"10/4/2023"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":259,"Date":"2/21/2022"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":151,"Cost":83,"Date":"2/12/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":212,"Date":"9/24/2019"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":895,"Cost":731,"Date":"11/1/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":511,"Cost":264,"Date":"2/27/2018"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":345,"Cost":265,"Date":"2/12/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":735,"Cost":383,"Date":"10/26/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":406,"Date":"2/5/2021"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":140,"Cost":105,"Date":"11/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":105,"Cost":89,"Date":"11/20/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":38,"Cost":25,"Date":"8/29/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":595,"Cost":475,"Date":"8/5/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":267,"Cost":179,"Date":"8/23/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":318,"Date":"10/30/2020"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":53,"Date":"6/29/2023"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":605,"Cost":523,"Date":"2/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":632,"Date":"12/13/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":307,"Cost":242,"Date":"3/30/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"9/11/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":40,"Cost":22,"Date":"10/19/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":23,"Cost":17,"Date":"9/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":215,"Date":"3/14/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":80,"Cost":50,"Date":"12/22/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":934,"Cost":803,"Date":"2/3/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":399,"Cost":233,"Date":"10/5/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":85,"Cost":45,"Date":"2/12/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":794,"Cost":703,"Date":"9/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":101,"Cost":87,"Date":"12/1/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":827,"Cost":646,"Date":"12/19/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":62,"Cost":57,"Date":"1/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":532,"Cost":351,"Date":"7/24/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":423,"Cost":266,"Date":"11/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":227,"Date":"4/10/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"ARKET","Country":"Canada","Sale":172,"Cost":98,"Date":"10/15/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":888,"Cost":694,"Date":"12/7/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM Home","Country":"Canada","Sale":340,"Cost":322,"Date":"2/18/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":480,"Cost":402,"Date":"4/10/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":862,"Cost":527,"Date":"11/11/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":109,"Date":"1/14/2022"},{"Store":"Southland Mall, Regina","Brand":"COS","Country":"Canada","Sale":735,"Cost":638,"Date":"7/26/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":839,"Cost":749,"Date":"12/7/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":22,"Cost":18,"Date":"11/25/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":485,"Date":"3/11/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":526,"Cost":305,"Date":"7/15/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":903,"Cost":555,"Date":"6/19/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":253,"Cost":166,"Date":"4/26/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":474,"Cost":287,"Date":"11/4/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":536,"Cost":278,"Date":"2/2/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":788,"Cost":520,"Date":"9/22/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":555,"Cost":333,"Date":"4/18/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":431,"Date":"3/11/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":860,"Cost":628,"Date":"8/13/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":618,"Cost":502,"Date":"9/17/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":551,"Cost":406,"Date":"9/8/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":30,"Cost":16,"Date":"3/7/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":825,"Cost":775,"Date":"5/27/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":117,"Cost":64,"Date":"6/5/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":247,"Cost":212,"Date":"4/6/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":325,"Cost":185,"Date":"5/9/2020"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":414,"Cost":371,"Date":"8/8/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":414,"Cost":326,"Date":"8/8/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":421,"Cost":220,"Date":"7/14/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":580,"Cost":498,"Date":"4/4/2024"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":556,"Cost":462,"Date":"7/27/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM","Country":"Canada","Sale":671,"Cost":461,"Date":"11/9/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":891,"Cost":449,"Date":"12/23/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":32,"Cost":29,"Date":"6/20/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Nova","Country":"Canada","Sale":369,"Cost":227,"Date":"3/22/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":85,"Cost":51,"Date":"12/22/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":403,"Date":"1/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":819,"Cost":750,"Date":"12/18/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":73,"Date":"11/9/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":810,"Cost":509,"Date":"9/24/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":869,"Cost":745,"Date":"8/19/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":560,"Cost":487,"Date":"8/31/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":266,"Date":"2/19/2018"},{"Store":"Southland Mall, Regina","Brand":"HM","Country":"Canada","Sale":354,"Cost":266,"Date":"6/1/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":161,"Cost":147,"Date":"12/30/2023"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":201,"Date":"5/26/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":726,"Cost":618,"Date":"11/3/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":72,"Cost":40,"Date":"5/7/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":761,"Cost":638,"Date":"11/29/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":284,"Cost":172,"Date":"6/3/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":459,"Cost":424,"Date":"10/26/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":488,"Cost":305,"Date":"10/7/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":532,"Cost":337,"Date":"2/1/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"COS","Country":"Canada","Sale":849,"Cost":745,"Date":"2/6/2019"},{"Store":"Macon Centre, Hamilton","Brand":"COS","Country":"Canada","Sale":153,"Cost":99,"Date":"10/23/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":576,"Date":"5/14/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":512,"Cost":327,"Date":"7/2/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":134,"Date":"12/16/2018"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":781,"Cost":585,"Date":"2/15/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":74,"Cost":37,"Date":"2/16/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":669,"Cost":394,"Date":"6/9/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":487,"Cost":245,"Date":"10/16/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":29,"Cost":18,"Date":"3/5/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":218,"Cost":123,"Date":"3/25/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM","Country":"Canada","Sale":298,"Cost":194,"Date":"5/7/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":375,"Cost":314,"Date":"10/18/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":412,"Cost":384,"Date":"11/2/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":160,"Cost":83,"Date":"10/30/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":489,"Cost":323,"Date":"5/14/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":772,"Cost":728,"Date":"11/15/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":67,"Date":"12/15/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":656,"Cost":394,"Date":"10/4/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":503,"Cost":384,"Date":"5/31/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":996,"Cost":628,"Date":"12/14/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":994,"Cost":925,"Date":"3/13/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":524,"Cost":262,"Date":"9/22/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":297,"Cost":177,"Date":"11/17/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Nova","Country":"Canada","Sale":740,"Cost":630,"Date":"11/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":853,"Cost":451,"Date":"4/29/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":146,"Cost":131,"Date":"2/16/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":349,"Date":"7/9/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":720,"Cost":573,"Date":"12/16/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":708,"Cost":454,"Date":"3/23/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":622,"Cost":495,"Date":"5/26/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":567,"Cost":496,"Date":"8/26/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":34,"Cost":33,"Date":"9/6/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":933,"Cost":693,"Date":"7/5/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":58,"Cost":46,"Date":"8/9/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":474,"Cost":364,"Date":"1/10/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":21,"Cost":15,"Date":"5/9/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":377,"Cost":275,"Date":"1/2/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":555,"Cost":458,"Date":"1/6/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Nova","Country":"Canada","Sale":905,"Cost":490,"Date":"3/18/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":899,"Cost":638,"Date":"12/24/2024"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":78,"Cost":65,"Date":"5/10/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":845,"Cost":665,"Date":"12/16/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":743,"Cost":427,"Date":"7/1/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":199,"Cost":156,"Date":"2/24/2020"},{"Store":"Market Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":493,"Cost":410,"Date":"2/2/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Nova","Country":"Canada","Sale":128,"Cost":85,"Date":"8/30/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":249,"Cost":231,"Date":"10/8/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"COS","Country":"Canada","Sale":545,"Cost":321,"Date":"2/1/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":801,"Cost":652,"Date":"4/16/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":629,"Date":"7/12/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":542,"Cost":424,"Date":"9/30/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":544,"Cost":285,"Date":"7/17/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":352,"Cost":187,"Date":"5/7/2022"},{"Store":"Burlington Mall","Brand":"ARKET","Country":"Canada","Sale":21,"Cost":20,"Date":"6/2/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"COS","Country":"Canada","Sale":830,"Cost":594,"Date":"3/13/2018"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":775,"Date":"7/20/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":51,"Cost":26,"Date":"12/27/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":809,"Cost":445,"Date":"10/6/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":444,"Cost":351,"Date":"2/11/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":897,"Cost":783,"Date":"9/29/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":128,"Cost":111,"Date":"3/24/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":747,"Cost":628,"Date":"7/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":196,"Cost":182,"Date":"12/10/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":144,"Cost":134,"Date":"7/17/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":300,"Cost":173,"Date":"6/12/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":241,"Cost":211,"Date":"6/14/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":648,"Cost":541,"Date":"8/13/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":680,"Date":"10/16/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":900,"Cost":499,"Date":"10/26/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":51,"Cost":29,"Date":"10/28/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":535,"Cost":318,"Date":"7/31/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":87,"Date":"12/26/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":580,"Cost":475,"Date":"7/17/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":835,"Cost":750,"Date":"3/16/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":847,"Cost":773,"Date":"8/11/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":45,"Cost":37,"Date":"11/8/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":238,"Cost":154,"Date":"5/10/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":669,"Cost":564,"Date":"6/28/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":155,"Cost":145,"Date":"5/30/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM","Country":"Canada","Sale":784,"Cost":684,"Date":"8/30/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":308,"Cost":191,"Date":"1/10/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":57,"Cost":31,"Date":"7/10/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":955,"Cost":880,"Date":"10/18/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":1,"Cost":1,"Date":"8/22/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":958,"Cost":786,"Date":"3/18/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":935,"Cost":673,"Date":"11/29/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":164,"Date":"4/1/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":376,"Cost":308,"Date":"1/6/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":974,"Cost":862,"Date":"12/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":254,"Cost":223,"Date":"2/20/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":717,"Cost":531,"Date":"11/27/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":788,"Cost":422,"Date":"8/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":695,"Cost":448,"Date":"11/27/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":219,"Date":"12/12/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Nova","Country":"Canada","Sale":442,"Cost":232,"Date":"6/25/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":747,"Cost":549,"Date":"7/2/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Nova","Country":"Canada","Sale":677,"Cost":522,"Date":"1/2/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Nova","Country":"Canada","Sale":576,"Cost":421,"Date":"6/14/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":417,"Cost":301,"Date":"4/4/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":439,"Cost":281,"Date":"12/29/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":895,"Cost":535,"Date":"11/21/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":687,"Cost":420,"Date":"10/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":373,"Date":"7/24/2020"},{"Store":"Southland Mall, Regina","Brand":"COS","Country":"Canada","Sale":725,"Cost":527,"Date":"2/26/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":321,"Cost":271,"Date":"5/12/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":60,"Cost":33,"Date":"11/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":761,"Cost":469,"Date":"10/25/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":566,"Date":"7/11/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":44,"Date":"11/14/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":157,"Cost":101,"Date":"3/25/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":444,"Date":"5/22/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":788,"Cost":473,"Date":"4/23/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":538,"Cost":334,"Date":"11/24/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Nova","Country":"Canada","Sale":963,"Cost":742,"Date":"6/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":999,"Cost":689,"Date":"7/10/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":889,"Cost":509,"Date":"12/30/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":604,"Date":"6/17/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":212,"Cost":165,"Date":"11/23/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":122,"Cost":108,"Date":"5/5/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":626,"Cost":485,"Date":"4/24/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":597,"Date":"12/12/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":169,"Cost":85,"Date":"8/31/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM","Country":"Canada","Sale":917,"Cost":848,"Date":"8/5/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Nova","Country":"Canada","Sale":40,"Cost":30,"Date":"3/25/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":962,"Cost":782,"Date":"10/27/2022"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":585,"Date":"3/5/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":994,"Cost":541,"Date":"1/7/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":691,"Cost":386,"Date":"8/7/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":734,"Cost":624,"Date":"8/18/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":682,"Cost":502,"Date":"2/22/2024"},{"Store":"Southland Mall, Regina","Brand":"HM","Country":"Canada","Sale":349,"Cost":262,"Date":"7/13/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":176,"Cost":102,"Date":"8/29/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":773,"Cost":713,"Date":"10/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":25,"Cost":12,"Date":"3/15/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":307,"Date":"10/28/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":370,"Date":"11/1/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":391,"Cost":223,"Date":"5/28/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":470,"Cost":380,"Date":"6/8/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":359,"Cost":304,"Date":"6/5/2018"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":163,"Cost":119,"Date":"9/2/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Nova","Country":"Canada","Sale":180,"Cost":138,"Date":"6/23/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":973,"Cost":822,"Date":"2/22/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":833,"Cost":508,"Date":"1/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":287,"Cost":253,"Date":"11/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":211,"Cost":143,"Date":"1/6/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":741,"Cost":591,"Date":"11/28/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":236,"Date":"5/11/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":640,"Cost":464,"Date":"5/30/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":509,"Cost":300,"Date":"1/13/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":166,"Cost":134,"Date":"4/16/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":100,"Cost":58,"Date":"4/6/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":440,"Cost":271,"Date":"6/22/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":665,"Cost":356,"Date":"7/15/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":717,"Cost":531,"Date":"12/19/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":644,"Cost":379,"Date":"7/20/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":18,"Cost":17,"Date":"6/14/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":928,"Cost":732,"Date":"4/10/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":255,"Cost":201,"Date":"4/30/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":637,"Cost":468,"Date":"1/4/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":302,"Cost":274,"Date":"4/27/2020"},{"Store":"Burlington Mall","Brand":"COS","Country":"Canada","Sale":461,"Cost":429,"Date":"10/2/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":381,"Date":"11/2/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":998,"Cost":873,"Date":"11/13/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":460,"Cost":388,"Date":"11/22/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":384,"Cost":247,"Date":"5/17/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM Home","Country":"Canada","Sale":251,"Cost":188,"Date":"1/24/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":733,"Cost":483,"Date":"3/28/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":76,"Cost":63,"Date":"10/6/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":373,"Cost":246,"Date":"12/27/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":519,"Cost":435,"Date":"3/4/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Nova","Country":"Canada","Sale":236,"Cost":139,"Date":"5/21/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":376,"Date":"2/26/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":410,"Cost":374,"Date":"6/25/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":498,"Cost":418,"Date":"4/1/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":165,"Cost":117,"Date":"3/9/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":748,"Cost":503,"Date":"11/7/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":590,"Cost":344,"Date":"7/15/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":563,"Cost":501,"Date":"9/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":906,"Cost":708,"Date":"8/29/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":39,"Cost":30,"Date":"3/1/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":974,"Cost":501,"Date":"10/31/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":364,"Cost":184,"Date":"8/18/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":631,"Cost":550,"Date":"4/1/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM","Country":"Canada","Sale":200,"Cost":159,"Date":"3/1/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":821,"Cost":585,"Date":"1/12/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":301,"Date":"2/14/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":822,"Date":"10/25/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":97,"Cost":71,"Date":"11/3/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":491,"Cost":427,"Date":"11/7/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":583,"Cost":320,"Date":"12/4/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":409,"Cost":240,"Date":"8/6/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":666,"Cost":505,"Date":"10/6/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":845,"Cost":553,"Date":"11/16/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":414,"Cost":277,"Date":"7/13/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":406,"Cost":269,"Date":"9/5/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"COS","Country":"Canada","Sale":409,"Cost":258,"Date":"11/4/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":945,"Cost":606,"Date":"12/25/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":268,"Cost":188,"Date":"2/23/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":870,"Cost":658,"Date":"1/15/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":768,"Cost":654,"Date":"9/10/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":94,"Cost":52,"Date":"2/4/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":457,"Cost":426,"Date":"6/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":696,"Cost":613,"Date":"8/18/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":93,"Cost":55,"Date":"7/26/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":726,"Cost":578,"Date":"12/2/2024"},{"Store":"London Drugs Edmonton","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":59,"Date":"6/2/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":107,"Date":"12/16/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":655,"Cost":444,"Date":"7/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":112,"Cost":73,"Date":"2/25/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM Home","Country":"Canada","Sale":8,"Cost":5,"Date":"9/4/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":805,"Cost":493,"Date":"4/28/2019"},{"Store":"London Drugs Edmonton","Brand":"Sellpy","Country":"Canada","Sale":605,"Cost":370,"Date":"10/17/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":436,"Cost":252,"Date":"3/13/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":420,"Cost":381,"Date":"1/12/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":917,"Cost":771,"Date":"7/29/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":855,"Cost":562,"Date":"2/7/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":755,"Cost":406,"Date":"8/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":788,"Cost":476,"Date":"8/28/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":3,"Cost":3,"Date":"4/11/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM","Country":"Canada","Sale":78,"Cost":52,"Date":"11/9/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":986,"Cost":876,"Date":"9/3/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":160,"Cost":125,"Date":"7/14/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":720,"Cost":521,"Date":"6/8/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":83,"Cost":56,"Date":"12/21/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":577,"Cost":328,"Date":"6/17/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":544,"Date":"7/22/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"ARKET","Country":"Canada","Sale":84,"Cost":78,"Date":"6/11/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":559,"Date":"8/5/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":637,"Cost":331,"Date":"5/7/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":794,"Cost":434,"Date":"5/25/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":84,"Date":"4/12/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Nova","Country":"Canada","Sale":491,"Cost":361,"Date":"8/16/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":708,"Date":"5/15/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM","Country":"Canada","Sale":321,"Cost":261,"Date":"6/27/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":754,"Cost":413,"Date":"7/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":24,"Cost":20,"Date":"2/14/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":589,"Cost":493,"Date":"12/5/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":940,"Cost":838,"Date":"1/5/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":345,"Cost":328,"Date":"11/6/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":518,"Cost":480,"Date":"8/19/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":592,"Cost":430,"Date":"9/13/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Nova","Country":"Canada","Sale":737,"Cost":626,"Date":"5/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":504,"Cost":387,"Date":"5/10/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":920,"Cost":809,"Date":"5/15/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":111,"Cost":86,"Date":"8/29/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM","Country":"Canada","Sale":698,"Cost":391,"Date":"11/19/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":306,"Date":"6/7/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Jeans","Country":"Canada","Sale":434,"Cost":263,"Date":"5/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":809,"Cost":626,"Date":"9/15/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Nova","Country":"Canada","Sale":98,"Cost":69,"Date":"3/22/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":174,"Cost":92,"Date":"7/13/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":285,"Cost":180,"Date":"5/19/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":782,"Cost":557,"Date":"11/27/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":394,"Cost":265,"Date":"8/26/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":686,"Cost":480,"Date":"4/6/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":612,"Date":"6/17/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":71,"Cost":61,"Date":"7/11/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":417,"Cost":243,"Date":"3/8/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":690,"Cost":620,"Date":"10/4/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":900,"Cost":837,"Date":"10/9/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":63,"Cost":33,"Date":"8/29/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":512,"Cost":326,"Date":"4/3/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":287,"Cost":200,"Date":"9/11/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":893,"Cost":734,"Date":"2/6/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":91,"Cost":59,"Date":"10/6/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":386,"Cost":248,"Date":"5/22/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":322,"Date":"2/21/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":657,"Date":"1/31/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":714,"Cost":522,"Date":"5/22/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":785,"Cost":727,"Date":"5/24/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":427,"Cost":358,"Date":"3/6/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":248,"Cost":206,"Date":"8/28/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":801,"Cost":554,"Date":"5/1/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":911,"Cost":800,"Date":"10/19/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":259,"Cost":171,"Date":"4/11/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":467,"Cost":286,"Date":"7/26/2023"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":346,"Cost":254,"Date":"4/6/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":197,"Cost":119,"Date":"5/17/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":907,"Cost":707,"Date":"6/6/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":7,"Cost":3,"Date":"11/12/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":996,"Cost":883,"Date":"8/5/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":205,"Cost":147,"Date":"11/5/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":954,"Cost":826,"Date":"10/8/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":756,"Cost":669,"Date":"8/17/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":368,"Cost":192,"Date":"6/8/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":607,"Cost":474,"Date":"10/17/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":196,"Cost":105,"Date":"11/20/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Nova","Country":"Canada","Sale":684,"Cost":376,"Date":"3/17/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":953,"Cost":862,"Date":"10/19/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":888,"Cost":791,"Date":"11/25/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":546,"Cost":417,"Date":"12/21/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":576,"Cost":291,"Date":"8/13/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":743,"Cost":603,"Date":"9/22/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":856,"Cost":470,"Date":"12/21/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":418,"Cost":277,"Date":"1/15/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":980,"Cost":838,"Date":"1/12/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM","Country":"Canada","Sale":44,"Cost":35,"Date":"2/19/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":256,"Cost":204,"Date":"8/5/2024"},{"Store":"Burlington Mall","Brand":"COS","Country":"Canada","Sale":206,"Cost":141,"Date":"7/9/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":190,"Cost":162,"Date":"4/7/2021"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":2,"Cost":2,"Date":"2/2/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":597,"Cost":453,"Date":"11/12/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":69,"Cost":49,"Date":"2/7/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":406,"Cost":366,"Date":"2/18/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":540,"Cost":450,"Date":"11/19/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":574,"Cost":359,"Date":"3/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":295,"Cost":236,"Date":"3/7/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":582,"Cost":391,"Date":"10/3/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":320,"Cost":244,"Date":"6/25/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":624,"Cost":417,"Date":"3/25/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":689,"Date":"11/8/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Nova","Country":"Canada","Sale":212,"Cost":169,"Date":"7/15/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":667,"Cost":383,"Date":"12/1/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":307,"Cost":200,"Date":"6/9/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":771,"Cost":629,"Date":"10/15/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":398,"Cost":286,"Date":"8/22/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":84,"Date":"5/25/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":156,"Cost":139,"Date":"1/31/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":848,"Cost":443,"Date":"11/25/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"ARKET","Country":"Canada","Sale":243,"Cost":169,"Date":"3/14/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":350,"Cost":291,"Date":"3/10/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"COS","Country":"Canada","Sale":97,"Cost":49,"Date":"7/9/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":913,"Cost":639,"Date":"12/10/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":915,"Cost":721,"Date":"5/1/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":782,"Cost":730,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":901,"Cost":729,"Date":"12/18/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":305,"Cost":174,"Date":"10/14/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":456,"Cost":388,"Date":"12/2/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":214,"Cost":179,"Date":"3/5/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":482,"Cost":450,"Date":"11/19/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":630,"Date":"7/27/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":427,"Cost":399,"Date":"5/20/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":845,"Cost":617,"Date":"4/26/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Nova","Country":"Canada","Sale":416,"Cost":325,"Date":"3/9/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM","Country":"Canada","Sale":593,"Cost":525,"Date":"10/26/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":681,"Date":"6/18/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":816,"Cost":428,"Date":"6/9/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":997,"Cost":662,"Date":"11/13/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":757,"Cost":404,"Date":"10/9/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":149,"Cost":92,"Date":"11/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":114,"Date":"11/16/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":194,"Date":"6/20/2018"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":701,"Cost":356,"Date":"7/24/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":295,"Cost":269,"Date":"12/17/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":479,"Cost":241,"Date":"4/4/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":213,"Cost":134,"Date":"1/24/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":480,"Cost":410,"Date":"12/31/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":581,"Cost":433,"Date":"9/14/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":412,"Cost":355,"Date":"12/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":443,"Cost":223,"Date":"2/5/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":362,"Cost":286,"Date":"4/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":485,"Date":"10/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":839,"Cost":772,"Date":"6/26/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":678,"Cost":635,"Date":"12/11/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":370,"Cost":336,"Date":"10/10/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":264,"Cost":215,"Date":"2/15/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":780,"Cost":442,"Date":"12/24/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Nova","Country":"Canada","Sale":110,"Cost":96,"Date":"11/3/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":379,"Date":"5/23/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":915,"Cost":575,"Date":"12/21/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":212,"Cost":196,"Date":"10/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":495,"Date":"2/21/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM","Country":"Canada","Sale":993,"Cost":774,"Date":"10/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":308,"Cost":251,"Date":"7/17/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":239,"Cost":196,"Date":"11/11/2022"},{"Store":"CF Masonville Place, London","Brand":"ARKET","Country":"Canada","Sale":558,"Cost":505,"Date":"2/22/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":667,"Cost":514,"Date":"6/30/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":590,"Cost":367,"Date":"12/13/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":914,"Cost":462,"Date":"3/16/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Nova","Country":"Canada","Sale":921,"Cost":526,"Date":"6/19/2019"},{"Store":"Macon Centre, Hamilton","Brand":"COS","Country":"Canada","Sale":86,"Cost":71,"Date":"12/3/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"ARKET","Country":"Canada","Sale":168,"Cost":95,"Date":"3/22/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":386,"Cost":295,"Date":"4/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":270,"Date":"11/1/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":732,"Cost":561,"Date":"1/5/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":652,"Date":"6/11/2018"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":842,"Cost":483,"Date":"6/11/2021"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":562,"Date":"11/3/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":746,"Cost":576,"Date":"3/24/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":287,"Cost":182,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":247,"Date":"8/31/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":375,"Cost":241,"Date":"7/12/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":560,"Date":"4/28/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":592,"Cost":319,"Date":"8/19/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":239,"Cost":217,"Date":"10/26/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":731,"Cost":637,"Date":"3/27/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":808,"Cost":644,"Date":"11/9/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":35,"Cost":32,"Date":"4/26/2024"},{"Store":"London Drugs Edmonton","Brand":"Sellpy","Country":"Canada","Sale":797,"Cost":461,"Date":"9/23/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":889,"Cost":821,"Date":"12/25/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":648,"Cost":606,"Date":"2/6/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":312,"Cost":195,"Date":"11/19/2024"},{"Store":"Market Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":161,"Cost":108,"Date":"7/19/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":919,"Cost":568,"Date":"2/9/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":717,"Cost":510,"Date":"12/18/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":561,"Cost":304,"Date":"4/24/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Nova","Country":"Canada","Sale":470,"Cost":280,"Date":"11/25/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":890,"Cost":829,"Date":"10/25/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":331,"Cost":272,"Date":"8/3/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":588,"Cost":504,"Date":"12/12/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":555,"Cost":335,"Date":"1/4/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":317,"Cost":187,"Date":"10/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":924,"Cost":732,"Date":"5/12/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":61,"Cost":33,"Date":"9/5/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":451,"Cost":300,"Date":"6/3/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":503,"Cost":408,"Date":"6/3/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":792,"Cost":717,"Date":"10/4/2020"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":868,"Cost":642,"Date":"12/2/2020"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":42,"Cost":21,"Date":"7/29/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":118,"Cost":84,"Date":"2/12/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":864,"Date":"9/26/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":13,"Cost":9,"Date":"2/18/2021"},{"Store":"Burlington Mall","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":346,"Date":"8/7/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":558,"Date":"3/24/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":95,"Cost":59,"Date":"12/11/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":834,"Cost":544,"Date":"11/10/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":465,"Cost":320,"Date":"3/17/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":313,"Cost":195,"Date":"6/1/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":130,"Cost":73,"Date":"5/4/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":924,"Cost":857,"Date":"12/18/2023"},{"Store":"Burlington Mall","Brand":"ARKET","Country":"Canada","Sale":784,"Cost":723,"Date":"5/19/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":530,"Cost":447,"Date":"6/16/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":517,"Cost":376,"Date":"5/31/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":238,"Cost":210,"Date":"2/2/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":859,"Cost":445,"Date":"12/26/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":661,"Cost":499,"Date":"12/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":772,"Cost":688,"Date":"9/2/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Nova","Country":"Canada","Sale":677,"Cost":451,"Date":"7/29/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":166,"Cost":118,"Date":"10/26/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":198,"Cost":162,"Date":"1/11/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":408,"Cost":231,"Date":"10/5/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":798,"Date":"5/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":224,"Cost":207,"Date":"4/17/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":886,"Cost":642,"Date":"11/14/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":903,"Cost":677,"Date":"11/11/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":507,"Cost":470,"Date":"9/17/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":26,"Cost":14,"Date":"3/23/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":558,"Date":"6/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":602,"Cost":564,"Date":"4/28/2024"},{"Store":"Wuhan Han Street","Brand":"COS","Country":"China","Sale":145,"Cost":96,"Date":"12/14/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":594,"Cost":457,"Date":"2/3/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Sellpy","Country":"China","Sale":189,"Cost":142,"Date":"12/27/2021"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":970,"Cost":651,"Date":"5/12/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":162,"Cost":107,"Date":"8/12/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":143,"Cost":86,"Date":"3/19/2018"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":845,"Cost":498,"Date":"7/18/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":480,"Cost":265,"Date":"6/16/2024"},{"Store":"Nanjing Aqua City","Brand":"ARKET","Country":"China","Sale":778,"Cost":498,"Date":"4/10/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":233,"Cost":191,"Date":"8/16/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":362,"Cost":207,"Date":"10/15/2020"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":505,"Cost":271,"Date":"2/28/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM","Country":"China","Sale":799,"Cost":647,"Date":"9/29/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":912,"Cost":748,"Date":"11/4/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":873,"Cost":720,"Date":"3/2/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":145,"Cost":86,"Date":"12/30/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Nova","Country":"China","Sale":794,"Cost":652,"Date":"5/31/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":729,"Cost":688,"Date":"7/11/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":312,"Cost":198,"Date":"12/18/2024"},{"Store":"Taikoo Li Chengdu","Brand":"COS","Country":"China","Sale":333,"Cost":209,"Date":"11/10/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":297,"Cost":246,"Date":"8/25/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":636,"Cost":341,"Date":"10/20/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":452,"Cost":268,"Date":"3/6/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":106,"Cost":55,"Date":"8/29/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Nova","Country":"China","Sale":27,"Cost":24,"Date":"3/27/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":563,"Cost":489,"Date":"2/5/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":663,"Cost":424,"Date":"8/16/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":647,"Cost":552,"Date":"4/5/2018"},{"Store":"Tianjin Joy City","Brand":"HM Home","Country":"China","Sale":824,"Cost":656,"Date":"4/9/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":426,"Cost":382,"Date":"3/29/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":117,"Cost":107,"Date":"2/21/2022"},{"Store":"Wangfujing, Beijing","Brand":"COS","Country":"China","Sale":534,"Cost":505,"Date":"8/1/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":584,"Cost":554,"Date":"1/11/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":752,"Cost":660,"Date":"9/11/2021"},{"Store":"K11 Wuhan","Brand":"Sellpy","Country":"China","Sale":963,"Cost":521,"Date":"6/2/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":252,"Cost":222,"Date":"6/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":65,"Cost":48,"Date":"3/11/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":152,"Cost":95,"Date":"7/24/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":131,"Cost":119,"Date":"5/18/2021"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":267,"Cost":186,"Date":"11/23/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":583,"Cost":397,"Date":"10/25/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":91,"Cost":50,"Date":"6/15/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":344,"Cost":197,"Date":"12/9/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":605,"Cost":544,"Date":"10/27/2021"},{"Store":"Fuzhou K11","Brand":"COS","Country":"China","Sale":402,"Cost":307,"Date":"3/27/2023"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":342,"Cost":210,"Date":"9/11/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":74,"Cost":66,"Date":"9/24/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":68,"Cost":58,"Date":"12/29/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":89,"Cost":52,"Date":"12/8/2018"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":517,"Cost":274,"Date":"4/23/2018"},{"Store":"Fuzhou K11","Brand":"Jeans","Country":"China","Sale":111,"Cost":76,"Date":"2/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":696,"Cost":368,"Date":"8/12/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":806,"Cost":426,"Date":"9/11/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"ARKET","Country":"China","Sale":129,"Cost":120,"Date":"8/24/2024"},{"Store":"Chengdu Global Center","Brand":"Nova","Country":"China","Sale":525,"Cost":467,"Date":"2/21/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":489,"Cost":348,"Date":"5/28/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"COS","Country":"China","Sale":980,"Cost":629,"Date":"8/1/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":252,"Cost":152,"Date":"5/16/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":771,"Cost":679,"Date":"6/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":409,"Cost":256,"Date":"7/26/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":960,"Cost":556,"Date":"2/23/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":526,"Cost":438,"Date":"12/20/2024"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":717,"Cost":375,"Date":"12/14/2024"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":155,"Cost":86,"Date":"3/10/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":479,"Cost":297,"Date":"5/26/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":669,"Cost":402,"Date":"2/15/2021"},{"Store":"Harbin International Trade Centre","Brand":"HM","Country":"China","Sale":169,"Cost":139,"Date":"3/2/2023"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":128,"Cost":65,"Date":"9/29/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":604,"Cost":320,"Date":"4/25/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":804,"Cost":595,"Date":"2/10/2020"},{"Store":"Taikoo Li Chengdu","Brand":"ARKET","Country":"China","Sale":97,"Cost":65,"Date":"10/14/2021"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":10,"Cost":5,"Date":"10/7/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":802,"Cost":736,"Date":"5/19/2021"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":638,"Cost":372,"Date":"11/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":318,"Cost":206,"Date":"6/4/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":920,"Cost":757,"Date":"3/23/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":604,"Cost":414,"Date":"7/27/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":303,"Cost":160,"Date":"4/29/2021"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":786,"Cost":663,"Date":"5/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"COS","Country":"China","Sale":700,"Cost":507,"Date":"4/30/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":388,"Cost":227,"Date":"1/30/2019"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":663,"Cost":357,"Date":"6/6/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":517,"Cost":447,"Date":"6/4/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":338,"Cost":254,"Date":"10/20/2021"},{"Store":"Fuzhou K11","Brand":"COS","Country":"China","Sale":463,"Cost":324,"Date":"1/27/2024"},{"Store":"Taikoo Li Chengdu","Brand":"ARKET","Country":"China","Sale":364,"Cost":192,"Date":"2/25/2020"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":348,"Cost":234,"Date":"10/27/2020"},{"Store":"Chengdu IFS","Brand":"ARKET","Country":"China","Sale":1,"Cost":1,"Date":"10/31/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":462,"Cost":428,"Date":"2/2/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":722,"Cost":409,"Date":"6/27/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":924,"Cost":864,"Date":"8/9/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":154,"Cost":78,"Date":"8/21/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":113,"Cost":85,"Date":"9/23/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":654,"Cost":492,"Date":"6/27/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":948,"Cost":595,"Date":"7/24/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM","Country":"China","Sale":309,"Cost":221,"Date":"12/15/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":652,"Cost":369,"Date":"8/22/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":858,"Cost":635,"Date":"2/12/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":90,"Cost":62,"Date":"4/2/2019"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":167,"Cost":146,"Date":"9/24/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":291,"Cost":181,"Date":"10/16/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":260,"Cost":169,"Date":"1/13/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":373,"Cost":196,"Date":"7/31/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":280,"Cost":141,"Date":"10/11/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":58,"Cost":42,"Date":"11/5/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":639,"Cost":549,"Date":"10/14/2022"},{"Store":"Fuzhou MixC","Brand":"COS","Country":"China","Sale":521,"Cost":360,"Date":"5/29/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":431,"Cost":390,"Date":"12/7/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":424,"Cost":316,"Date":"10/18/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"ARKET","Country":"China","Sale":612,"Cost":494,"Date":"5/5/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":151,"Cost":132,"Date":"7/25/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":667,"Cost":352,"Date":"10/7/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":934,"Cost":599,"Date":"4/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":279,"Cost":162,"Date":"6/30/2018"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":242,"Cost":194,"Date":"2/16/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":360,"Cost":308,"Date":"10/31/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":897,"Cost":476,"Date":"10/8/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Sellpy","Country":"China","Sale":748,"Cost":650,"Date":"11/26/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":814,"Cost":447,"Date":"6/2/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"COS","Country":"China","Sale":769,"Cost":704,"Date":"3/20/2018"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":931,"Cost":465,"Date":"5/29/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":294,"Cost":253,"Date":"11/11/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":227,"Cost":193,"Date":"12/12/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":663,"Cost":503,"Date":"2/7/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":900,"Cost":820,"Date":"3/5/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":158,"Cost":93,"Date":"3/19/2020"},{"Store":"Wuhan Han Street","Brand":"COS","Country":"China","Sale":859,"Cost":522,"Date":"8/15/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":712,"Cost":393,"Date":"7/10/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":933,"Cost":871,"Date":"1/9/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":823,"Cost":539,"Date":"8/10/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":317,"Cost":179,"Date":"1/18/2023"},{"Store":"Nanjing Aqua City","Brand":"ARKET","Country":"China","Sale":556,"Cost":380,"Date":"4/17/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":325,"Cost":287,"Date":"12/31/2021"},{"Store":"Tianjin Joy City","Brand":"HM Home","Country":"China","Sale":733,"Cost":612,"Date":"9/15/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":649,"Cost":327,"Date":"2/6/2019"},{"Store":"Harbin International Trade Centre","Brand":"HM","Country":"China","Sale":481,"Cost":327,"Date":"1/2/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":93,"Cost":82,"Date":"2/25/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":935,"Cost":505,"Date":"8/5/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":763,"Cost":420,"Date":"5/27/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":108,"Cost":77,"Date":"12/5/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":864,"Cost":537,"Date":"12/11/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":492,"Cost":330,"Date":"3/18/2018"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":106,"Cost":86,"Date":"8/18/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":763,"Cost":590,"Date":"7/12/2024"},{"Store":"K11 Wuhan","Brand":"Sellpy","Country":"China","Sale":885,"Cost":629,"Date":"11/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":694,"Cost":473,"Date":"5/2/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":616,"Cost":326,"Date":"5/15/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":243,"Cost":174,"Date":"12/12/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":270,"Cost":154,"Date":"5/9/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":985,"Cost":898,"Date":"5/13/2023"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":207,"Cost":107,"Date":"3/16/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":641,"Cost":329,"Date":"8/6/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":108,"Cost":94,"Date":"1/17/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":253,"Cost":229,"Date":"9/19/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":688,"Cost":569,"Date":"5/5/2018"},{"Store":"Xiamen SM City Mall","Brand":"ARKET","Country":"China","Sale":853,"Cost":735,"Date":"8/3/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":936,"Cost":729,"Date":"3/1/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":577,"Cost":506,"Date":"2/25/2023"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":737,"Cost":370,"Date":"6/5/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Nova","Country":"China","Sale":787,"Cost":522,"Date":"9/5/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":640,"Cost":369,"Date":"7/14/2022"},{"Store":"Harbin International Trade Centre","Brand":"COS","Country":"China","Sale":551,"Cost":415,"Date":"8/24/2018"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":441,"Cost":310,"Date":"2/14/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":119,"Cost":66,"Date":"10/24/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":626,"Cost":547,"Date":"12/30/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":780,"Cost":557,"Date":"4/5/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Sellpy","Country":"China","Sale":141,"Cost":105,"Date":"11/15/2018"},{"Store":"Fuzhou MixC","Brand":"COS","Country":"China","Sale":896,"Cost":485,"Date":"10/16/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":50,"Cost":36,"Date":"7/9/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Nova","Country":"China","Sale":560,"Cost":528,"Date":"6/13/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":549,"Cost":486,"Date":"6/1/2020"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":410,"Cost":357,"Date":"10/30/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":678,"Cost":558,"Date":"5/25/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Sellpy","Country":"China","Sale":836,"Cost":731,"Date":"4/4/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":985,"Cost":706,"Date":"8/27/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":735,"Cost":501,"Date":"3/6/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Sellpy","Country":"China","Sale":907,"Cost":502,"Date":"2/17/2020"},{"Store":"Shenyang Middle Street","Brand":"Sellpy","Country":"China","Sale":924,"Cost":608,"Date":"6/12/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":753,"Cost":433,"Date":"4/11/2018"},{"Store":"MixC Qingdao","Brand":"COS","Country":"China","Sale":447,"Cost":327,"Date":"9/2/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"COS","Country":"China","Sale":459,"Cost":433,"Date":"11/18/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":491,"Cost":351,"Date":"5/30/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM","Country":"China","Sale":788,"Cost":703,"Date":"5/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":866,"Cost":608,"Date":"4/10/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Nova","Country":"China","Sale":421,"Cost":219,"Date":"9/22/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":722,"Cost":465,"Date":"3/8/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":523,"Cost":292,"Date":"6/29/2018"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":233,"Cost":177,"Date":"1/3/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":990,"Cost":542,"Date":"4/12/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":374,"Cost":270,"Date":"3/1/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":462,"Cost":357,"Date":"2/17/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":132,"Cost":103,"Date":"11/29/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":399,"Cost":240,"Date":"8/27/2023"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":845,"Cost":629,"Date":"9/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":698,"Cost":514,"Date":"10/8/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":885,"Cost":523,"Date":"7/29/2021"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":113,"Cost":73,"Date":"5/8/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":184,"Cost":120,"Date":"7/22/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":599,"Cost":494,"Date":"2/15/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":265,"Cost":249,"Date":"5/22/2020"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":338,"Cost":188,"Date":"12/19/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":543,"Cost":422,"Date":"5/2/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":801,"Cost":406,"Date":"7/5/2023"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":701,"Cost":664,"Date":"6/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":899,"Cost":824,"Date":"2/20/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":244,"Cost":216,"Date":"4/19/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":824,"Cost":470,"Date":"6/13/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":938,"Cost":496,"Date":"4/21/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":883,"Cost":713,"Date":"3/27/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Sellpy","Country":"China","Sale":729,"Cost":584,"Date":"2/4/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":131,"Cost":66,"Date":"3/1/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":70,"Cost":55,"Date":"11/15/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":494,"Cost":401,"Date":"3/29/2023"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":744,"Cost":697,"Date":"2/19/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Nova","Country":"China","Sale":217,"Cost":144,"Date":"5/25/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":683,"Cost":402,"Date":"8/20/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":735,"Cost":480,"Date":"10/28/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Sellpy","Country":"China","Sale":486,"Cost":397,"Date":"10/31/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":841,"Cost":796,"Date":"11/3/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":403,"Cost":277,"Date":"5/15/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":482,"Cost":246,"Date":"3/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":886,"Cost":702,"Date":"8/22/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"ARKET","Country":"China","Sale":778,"Cost":528,"Date":"2/1/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":628,"Cost":320,"Date":"2/10/2022"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":215,"Cost":159,"Date":"2/22/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":702,"Cost":595,"Date":"7/27/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":890,"Cost":674,"Date":"11/25/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":624,"Cost":376,"Date":"2/9/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":811,"Cost":656,"Date":"2/26/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":294,"Cost":212,"Date":"6/1/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":618,"Cost":425,"Date":"9/22/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"ARKET","Country":"China","Sale":955,"Cost":763,"Date":"7/16/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":155,"Cost":103,"Date":"10/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Sellpy","Country":"China","Sale":736,"Cost":549,"Date":"12/20/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":953,"Cost":850,"Date":"3/10/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":774,"Cost":662,"Date":"9/12/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Nova","Country":"China","Sale":523,"Cost":330,"Date":"11/26/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Nova","Country":"China","Sale":921,"Cost":822,"Date":"10/9/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":434,"Cost":380,"Date":"9/28/2022"},{"Store":"Shenzhen MixC","Brand":"COS","Country":"China","Sale":504,"Cost":453,"Date":"8/29/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":627,"Cost":503,"Date":"1/9/2024"},{"Store":"Harbour City, Hong Kong","Brand":"ARKET","Country":"China","Sale":81,"Cost":61,"Date":"4/10/2019"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":537,"Cost":386,"Date":"11/16/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":924,"Cost":468,"Date":"9/12/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":79,"Cost":66,"Date":"2/1/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":343,"Cost":303,"Date":"3/24/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":188,"Cost":149,"Date":"9/10/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":380,"Cost":301,"Date":"6/26/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":658,"Cost":336,"Date":"9/5/2018"},{"Store":"China World Mall, Beijing","Brand":"HM","Country":"China","Sale":992,"Cost":531,"Date":"12/20/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":821,"Cost":711,"Date":"4/10/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":148,"Cost":90,"Date":"7/24/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":938,"Cost":882,"Date":"5/2/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":581,"Cost":295,"Date":"5/6/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":405,"Cost":314,"Date":"11/18/2022"},{"Store":"K11 Wuhan","Brand":"COS","Country":"China","Sale":346,"Cost":173,"Date":"9/1/2018"},{"Store":"Wangfujing, Beijing","Brand":"COS","Country":"China","Sale":472,"Cost":380,"Date":"12/7/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":533,"Cost":481,"Date":"6/13/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":760,"Cost":524,"Date":"6/30/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":107,"Cost":91,"Date":"5/1/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":114,"Cost":89,"Date":"2/8/2023"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":353,"Cost":241,"Date":"9/20/2018"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":650,"Cost":485,"Date":"11/6/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":295,"Cost":256,"Date":"2/21/2023"},{"Store":"K11 Guangzhou","Brand":"Sellpy","Country":"China","Sale":558,"Cost":434,"Date":"5/14/2021"},{"Store":"Times Square, Hong Kong","Brand":"HM Home","Country":"China","Sale":531,"Cost":391,"Date":"3/13/2021"},{"Store":"Wangfujing, Beijing","Brand":"HM Home","Country":"China","Sale":483,"Cost":263,"Date":"3/16/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":673,"Cost":527,"Date":"7/28/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":322,"Cost":244,"Date":"3/18/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM","Country":"China","Sale":641,"Cost":437,"Date":"3/22/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":81,"Cost":75,"Date":"4/27/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":943,"Cost":835,"Date":"2/16/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":975,"Cost":530,"Date":"7/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":504,"Cost":410,"Date":"8/5/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":739,"Cost":398,"Date":"11/26/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Nova","Country":"China","Sale":227,"Cost":125,"Date":"1/29/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":276,"Cost":208,"Date":"6/5/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":562,"Cost":456,"Date":"4/11/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":238,"Cost":195,"Date":"11/21/2021"},{"Store":"Harbour City, Hong Kong","Brand":"ARKET","Country":"China","Sale":697,"Cost":506,"Date":"1/17/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":220,"Cost":111,"Date":"12/2/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":870,"Cost":691,"Date":"4/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":335,"Cost":310,"Date":"9/9/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":114,"Cost":68,"Date":"4/25/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":385,"Cost":344,"Date":"12/13/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":41,"Cost":24,"Date":"6/1/2018"},{"Store":"Wangfujing, Beijing","Brand":"HM Home","Country":"China","Sale":29,"Cost":18,"Date":"3/24/2021"},{"Store":"MixC Qingdao","Brand":"HM Home","Country":"China","Sale":924,"Cost":639,"Date":"11/24/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":799,"Cost":578,"Date":"7/30/2024"},{"Store":"IFC Mall, Shanghai","Brand":"COS","Country":"China","Sale":911,"Cost":654,"Date":"6/24/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Sellpy","Country":"China","Sale":770,"Cost":651,"Date":"10/11/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":474,"Cost":427,"Date":"9/27/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":70,"Cost":53,"Date":"4/16/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":345,"Cost":263,"Date":"4/14/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":605,"Cost":519,"Date":"6/14/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":424,"Cost":360,"Date":"5/11/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":910,"Cost":609,"Date":"8/23/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":623,"Cost":349,"Date":"1/1/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":446,"Cost":289,"Date":"5/1/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":648,"Cost":543,"Date":"1/2/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":939,"Cost":615,"Date":"1/15/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"ARKET","Country":"China","Sale":543,"Cost":443,"Date":"7/14/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":413,"Cost":256,"Date":"6/11/2022"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":117,"Cost":82,"Date":"7/25/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":932,"Cost":778,"Date":"3/8/2020"},{"Store":"Wangfujing, Beijing","Brand":"COS","Country":"China","Sale":263,"Cost":158,"Date":"10/31/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":503,"Cost":326,"Date":"11/12/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":953,"Cost":877,"Date":"5/3/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":277,"Cost":220,"Date":"9/6/2019"},{"Store":"China World Mall, Beijing","Brand":"Nova","Country":"China","Sale":733,"Cost":625,"Date":"11/2/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":454,"Cost":376,"Date":"10/16/2022"},{"Store":"K11 Guangzhou","Brand":"Nova","Country":"China","Sale":943,"Cost":871,"Date":"6/22/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":904,"Cost":815,"Date":"9/23/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":169,"Cost":132,"Date":"4/27/2021"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":365,"Cost":215,"Date":"2/10/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":527,"Cost":389,"Date":"4/15/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":298,"Cost":243,"Date":"3/10/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":208,"Cost":194,"Date":"2/7/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":338,"Cost":299,"Date":"11/17/2023"},{"Store":"Nanjing Xinjiekou","Brand":"COS","Country":"China","Sale":866,"Cost":480,"Date":"10/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"COS","Country":"China","Sale":974,"Cost":797,"Date":"6/8/2018"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":853,"Cost":522,"Date":"5/26/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":100,"Cost":57,"Date":"2/22/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":196,"Cost":117,"Date":"12/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":465,"Cost":378,"Date":"12/5/2021"},{"Store":"Tianjin Joy City","Brand":"Nova","Country":"China","Sale":864,"Cost":685,"Date":"8/23/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":234,"Cost":222,"Date":"4/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"ARKET","Country":"China","Sale":759,"Cost":386,"Date":"9/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":109,"Cost":92,"Date":"10/19/2022"},{"Store":"Tianjin Joy City","Brand":"COS","Country":"China","Sale":60,"Cost":33,"Date":"8/6/2021"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":951,"Cost":801,"Date":"12/8/2023"},{"Store":"Harbin International Trade Centre","Brand":"COS","Country":"China","Sale":277,"Cost":259,"Date":"12/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":793,"Cost":552,"Date":"11/8/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":758,"Cost":489,"Date":"12/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":267,"Cost":140,"Date":"3/14/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Sellpy","Country":"China","Sale":668,"Cost":506,"Date":"1/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"HM","Country":"China","Sale":844,"Cost":434,"Date":"11/9/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":783,"Cost":522,"Date":"4/11/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":352,"Cost":258,"Date":"11/24/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":388,"Cost":211,"Date":"12/12/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":470,"Cost":419,"Date":"4/9/2020"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":680,"Cost":574,"Date":"4/12/2019"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":888,"Cost":767,"Date":"6/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":746,"Cost":569,"Date":"11/25/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":585,"Cost":418,"Date":"12/28/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":430,"Cost":319,"Date":"9/16/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":413,"Cost":259,"Date":"11/19/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":871,"Cost":603,"Date":"4/29/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":576,"Cost":528,"Date":"7/2/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":397,"Cost":227,"Date":"4/25/2018"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":459,"Cost":332,"Date":"10/5/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":571,"Cost":436,"Date":"4/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":833,"Cost":750,"Date":"3/29/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":688,"Cost":470,"Date":"1/21/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Sellpy","Country":"China","Sale":22,"Cost":20,"Date":"2/20/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":231,"Cost":188,"Date":"10/1/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":321,"Cost":267,"Date":"12/2/2019"},{"Store":"China World Mall, Beijing","Brand":"HM","Country":"China","Sale":191,"Cost":131,"Date":"9/23/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":911,"Cost":811,"Date":"1/1/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":64,"Cost":47,"Date":"4/13/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":848,"Cost":601,"Date":"4/25/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":68,"Cost":41,"Date":"7/7/2019"},{"Store":"Nanjing Aqua City","Brand":"ARKET","Country":"China","Sale":388,"Cost":196,"Date":"9/21/2022"},{"Store":"Shenzhen MixC","Brand":"COS","Country":"China","Sale":549,"Cost":316,"Date":"5/22/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":416,"Cost":363,"Date":"4/4/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":397,"Cost":311,"Date":"11/5/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":276,"Cost":169,"Date":"3/24/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":565,"Cost":328,"Date":"3/9/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":860,"Cost":739,"Date":"6/3/2021"},{"Store":"Tianjin Joy City","Brand":"HM Home","Country":"China","Sale":903,"Cost":658,"Date":"8/8/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":583,"Cost":311,"Date":"10/16/2020"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":502,"Cost":254,"Date":"2/23/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":62,"Cost":38,"Date":"12/4/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":322,"Cost":204,"Date":"11/19/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":406,"Cost":379,"Date":"11/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":806,"Cost":603,"Date":"6/24/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":445,"Cost":403,"Date":"4/30/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":101,"Cost":53,"Date":"6/16/2022"},{"Store":"Nanjing Aqua City","Brand":"ARKET","Country":"China","Sale":162,"Cost":132,"Date":"6/20/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":783,"Cost":497,"Date":"5/23/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":934,"Cost":658,"Date":"3/24/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":667,"Cost":631,"Date":"4/1/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":377,"Cost":338,"Date":"3/1/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":415,"Cost":392,"Date":"5/30/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":184,"Cost":153,"Date":"12/23/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":166,"Cost":109,"Date":"5/1/2023"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":978,"Cost":824,"Date":"6/10/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":59,"Cost":44,"Date":"1/12/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Sellpy","Country":"China","Sale":404,"Cost":361,"Date":"10/13/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":225,"Cost":196,"Date":"7/25/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":533,"Cost":496,"Date":"12/20/2022"},{"Store":"Xiamen SM City Mall","Brand":"Jeans","Country":"China","Sale":959,"Cost":880,"Date":"7/11/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":245,"Cost":202,"Date":"12/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM","Country":"China","Sale":29,"Cost":24,"Date":"1/29/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":733,"Cost":467,"Date":"4/12/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":492,"Cost":407,"Date":"4/28/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":71,"Cost":48,"Date":"8/14/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":470,"Cost":394,"Date":"1/24/2024"},{"Store":"Fuzhou K11","Brand":"COS","Country":"China","Sale":881,"Cost":693,"Date":"5/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":283,"Cost":206,"Date":"11/26/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM","Country":"China","Sale":546,"Cost":492,"Date":"10/31/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":981,"Cost":871,"Date":"8/9/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":849,"Cost":626,"Date":"8/31/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":564,"Cost":341,"Date":"1/8/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":141,"Cost":70,"Date":"4/5/2023"},{"Store":"IFC Mall, Shanghai","Brand":"HM","Country":"China","Sale":822,"Cost":618,"Date":"2/23/2023"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":387,"Cost":248,"Date":"7/27/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":892,"Cost":775,"Date":"4/5/2024"},{"Store":"Xiamen SM City Mall","Brand":"ARKET","Country":"China","Sale":300,"Cost":285,"Date":"9/12/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":292,"Cost":227,"Date":"6/6/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":834,"Cost":499,"Date":"10/1/2018"},{"Store":"Chengdu IFS","Brand":"Nova","Country":"China","Sale":486,"Cost":283,"Date":"9/3/2021"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":873,"Cost":800,"Date":"11/6/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":128,"Cost":82,"Date":"7/13/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":993,"Cost":567,"Date":"7/13/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":860,"Cost":603,"Date":"6/19/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":15,"Cost":14,"Date":"10/29/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":783,"Cost":475,"Date":"9/26/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":481,"Cost":371,"Date":"12/19/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":590,"Cost":557,"Date":"8/24/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"COS","Country":"China","Sale":920,"Cost":675,"Date":"3/10/2021"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":31,"Cost":17,"Date":"2/23/2019"},{"Store":"Harbour City, Hong Kong","Brand":"ARKET","Country":"China","Sale":627,"Cost":581,"Date":"10/15/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"COS","Country":"China","Sale":331,"Cost":277,"Date":"12/29/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":661,"Cost":542,"Date":"7/30/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":636,"Cost":532,"Date":"2/28/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":294,"Cost":255,"Date":"12/25/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":705,"Cost":548,"Date":"10/15/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":994,"Cost":686,"Date":"2/20/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":930,"Cost":607,"Date":"7/12/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":430,"Cost":266,"Date":"8/5/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":755,"Cost":584,"Date":"6/4/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":104,"Cost":87,"Date":"7/27/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":582,"Cost":302,"Date":"12/24/2019"},{"Store":"The Place, Beijing","Brand":"Sellpy","Country":"China","Sale":294,"Cost":234,"Date":"1/25/2021"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":29,"Cost":16,"Date":"4/15/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":72,"Cost":59,"Date":"4/17/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":353,"Cost":276,"Date":"7/4/2020"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":883,"Cost":831,"Date":"4/3/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":356,"Cost":311,"Date":"4/5/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":660,"Cost":494,"Date":"2/17/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":733,"Cost":534,"Date":"5/9/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":688,"Cost":415,"Date":"10/3/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":765,"Cost":463,"Date":"1/26/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":175,"Cost":149,"Date":"5/25/2022"},{"Store":"Nanjing Xinjiekou","Brand":"COS","Country":"China","Sale":279,"Cost":167,"Date":"2/24/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":31,"Cost":17,"Date":"10/4/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":726,"Cost":587,"Date":"1/30/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":755,"Cost":393,"Date":"7/25/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":983,"Cost":598,"Date":"12/11/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":626,"Cost":577,"Date":"7/3/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":826,"Cost":598,"Date":"5/4/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":589,"Cost":513,"Date":"5/4/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":937,"Cost":796,"Date":"3/15/2018"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":658,"Cost":451,"Date":"8/2/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":472,"Cost":259,"Date":"1/26/2023"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":927,"Cost":829,"Date":"10/10/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":726,"Cost":497,"Date":"11/13/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":261,"Cost":213,"Date":"1/3/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":798,"Cost":565,"Date":"11/14/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Sellpy","Country":"China","Sale":739,"Cost":515,"Date":"9/15/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":259,"Cost":185,"Date":"5/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":100,"Cost":89,"Date":"11/8/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":772,"Cost":704,"Date":"11/21/2021"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":167,"Cost":138,"Date":"6/10/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":82,"Cost":52,"Date":"11/24/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":282,"Cost":251,"Date":"6/5/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":748,"Cost":632,"Date":"1/20/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":5,"Cost":5,"Date":"8/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":274,"Cost":189,"Date":"3/29/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":813,"Cost":563,"Date":"2/10/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":23,"Cost":13,"Date":"8/11/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":872,"Cost":561,"Date":"6/27/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":610,"Cost":551,"Date":"5/19/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":185,"Cost":148,"Date":"12/29/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":595,"Cost":314,"Date":"5/22/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":480,"Cost":378,"Date":"3/15/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":799,"Cost":651,"Date":"12/15/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":831,"Cost":546,"Date":"9/27/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":965,"Cost":626,"Date":"6/24/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":621,"Cost":317,"Date":"10/1/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM","Country":"China","Sale":88,"Cost":81,"Date":"3/25/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":329,"Cost":253,"Date":"6/15/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":913,"Cost":616,"Date":"5/28/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":265,"Cost":155,"Date":"7/3/2021"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":756,"Cost":629,"Date":"12/26/2019"},{"Store":"China World Mall, Beijing","Brand":"HM","Country":"China","Sale":372,"Cost":249,"Date":"1/3/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":717,"Cost":583,"Date":"3/17/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":36,"Cost":25,"Date":"9/12/2019"},{"Store":"K11 Guangzhou","Brand":"Sellpy","Country":"China","Sale":121,"Cost":104,"Date":"11/10/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":993,"Cost":929,"Date":"5/17/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":93,"Cost":63,"Date":"1/9/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":501,"Cost":261,"Date":"8/31/2020"},{"Store":"Wangfujing, Beijing","Brand":"COS","Country":"China","Sale":505,"Cost":381,"Date":"5/6/2018"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":144,"Cost":125,"Date":"8/21/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":223,"Cost":153,"Date":"7/24/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"ARKET","Country":"China","Sale":456,"Cost":334,"Date":"3/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":950,"Cost":507,"Date":"6/29/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":347,"Cost":314,"Date":"10/28/2023"},{"Store":"K11 Wuhan","Brand":"COS","Country":"China","Sale":582,"Cost":305,"Date":"7/6/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":939,"Cost":783,"Date":"7/9/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":159,"Cost":101,"Date":"2/28/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":648,"Cost":386,"Date":"5/13/2021"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":737,"Cost":468,"Date":"12/20/2020"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":410,"Cost":338,"Date":"10/25/2020"},{"Store":"Kolding Storcenter","Brand":"Nova","Country":"Denmark","Sale":86,"Cost":44,"Date":"2/4/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":899,"Cost":607,"Date":"4/29/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":741,"Cost":407,"Date":"10/3/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Nova","Country":"Denmark","Sale":748,"Cost":493,"Date":"7/21/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":69,"Cost":51,"Date":"8/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":779,"Cost":561,"Date":"3/3/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":24,"Cost":22,"Date":"11/29/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":174,"Cost":118,"Date":"3/12/2023"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":308,"Cost":282,"Date":"10/31/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":485,"Cost":313,"Date":"10/14/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":621,"Cost":387,"Date":"6/7/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":946,"Cost":768,"Date":"5/24/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":593,"Cost":505,"Date":"6/16/2023"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":863,"Cost":783,"Date":"10/26/2024"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":992,"Cost":511,"Date":"3/29/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":5,"Cost":5,"Date":"8/6/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":488,"Cost":443,"Date":"5/19/2022"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":480,"Cost":276,"Date":"6/30/2024"},{"Store":"Illum, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":260,"Cost":246,"Date":"1/22/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":20,"Cost":11,"Date":"1/26/2024"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":151,"Cost":116,"Date":"12/3/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":396,"Cost":222,"Date":"7/2/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":660,"Cost":596,"Date":"2/9/2023"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":99,"Cost":58,"Date":"12/1/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":941,"Cost":692,"Date":"8/27/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":770,"Cost":441,"Date":"3/10/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":291,"Cost":225,"Date":"6/7/2018"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":286,"Cost":255,"Date":"11/19/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":597,"Cost":385,"Date":"6/8/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":532,"Cost":419,"Date":"5/7/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":571,"Cost":429,"Date":"1/23/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":58,"Cost":39,"Date":"2/23/2018"},{"Store":"Frederiksberg Center","Brand":"Jeans","Country":"Denmark","Sale":778,"Cost":681,"Date":"1/18/2024"},{"Store":"HerningCentret","Brand":"HM Home","Country":"Denmark","Sale":360,"Cost":342,"Date":"4/3/2018"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":598,"Cost":350,"Date":"6/5/2019"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":558,"Cost":370,"Date":"4/11/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":237,"Cost":127,"Date":"11/24/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":987,"Cost":621,"Date":"4/7/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":739,"Cost":600,"Date":"10/4/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":306,"Cost":238,"Date":"10/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":102,"Cost":56,"Date":"1/2/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":613,"Cost":543,"Date":"4/20/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":309,"Cost":286,"Date":"5/19/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":434,"Cost":413,"Date":"6/25/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":902,"Cost":526,"Date":"4/18/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":298,"Cost":225,"Date":"6/30/2023"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":251,"Cost":193,"Date":"12/18/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":28,"Cost":21,"Date":"2/7/2018"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":233,"Cost":192,"Date":"5/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":806,"Cost":432,"Date":"10/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":802,"Cost":761,"Date":"1/30/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":682,"Cost":435,"Date":"7/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":595,"Cost":300,"Date":"8/1/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":651,"Cost":340,"Date":"9/27/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":14,"Cost":9,"Date":"12/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":507,"Cost":281,"Date":"4/16/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":933,"Cost":811,"Date":"8/15/2022"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":179,"Cost":128,"Date":"5/20/2019"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":621,"Cost":471,"Date":"8/19/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":458,"Cost":255,"Date":"10/24/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":263,"Cost":166,"Date":"6/30/2022"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":172,"Cost":102,"Date":"9/28/2024"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":419,"Cost":303,"Date":"1/26/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":320,"Cost":303,"Date":"4/24/2021"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":800,"Cost":663,"Date":"4/14/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":454,"Cost":416,"Date":"12/24/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":590,"Cost":444,"Date":"4/3/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":440,"Cost":343,"Date":"12/26/2024"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":238,"Cost":141,"Date":"2/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":627,"Cost":323,"Date":"11/25/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":846,"Cost":512,"Date":"9/24/2024"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":45,"Cost":30,"Date":"7/9/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":478,"Cost":391,"Date":"3/17/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":659,"Cost":566,"Date":"10/29/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":578,"Cost":443,"Date":"11/23/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":464,"Cost":312,"Date":"5/30/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":999,"Cost":821,"Date":"7/31/2019"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":536,"Cost":398,"Date":"10/25/2022"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":346,"Cost":200,"Date":"4/8/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":619,"Cost":455,"Date":"9/24/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":527,"Cost":444,"Date":"11/9/2022"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":718,"Cost":416,"Date":"1/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":884,"Cost":785,"Date":"10/4/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":123,"Cost":81,"Date":"2/2/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":965,"Cost":735,"Date":"2/16/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":443,"Cost":362,"Date":"4/10/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":514,"Cost":361,"Date":"1/18/2023"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":127,"Cost":83,"Date":"6/7/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":907,"Cost":724,"Date":"5/23/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":821,"Cost":696,"Date":"7/2/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":589,"Cost":466,"Date":"7/18/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":220,"Cost":192,"Date":"5/8/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":873,"Cost":675,"Date":"9/10/2018"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":473,"Cost":266,"Date":"7/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":927,"Cost":861,"Date":"4/17/2022"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":625,"Cost":393,"Date":"9/4/2019"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":464,"Cost":247,"Date":"11/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":18,"Cost":9,"Date":"10/29/2018"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":251,"Cost":126,"Date":"11/11/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":313,"Cost":181,"Date":"9/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":29,"Cost":15,"Date":"6/29/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":339,"Cost":246,"Date":"6/24/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":442,"Cost":337,"Date":"7/27/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":188,"Cost":113,"Date":"5/7/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":316,"Cost":266,"Date":"6/5/2022"},{"Store":"HerningCentret","Brand":"Jeans","Country":"Denmark","Sale":517,"Cost":449,"Date":"1/27/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":170,"Cost":89,"Date":"4/5/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":161,"Cost":99,"Date":"6/11/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":509,"Cost":457,"Date":"5/10/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":613,"Cost":443,"Date":"9/20/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":986,"Cost":549,"Date":"8/7/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":693,"Cost":418,"Date":"12/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":217,"Cost":147,"Date":"6/30/2022"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":656,"Cost":585,"Date":"8/12/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":733,"Cost":415,"Date":"11/18/2020"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":96,"Cost":56,"Date":"11/11/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":318,"Cost":247,"Date":"3/23/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":35,"Cost":25,"Date":"6/7/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":326,"Cost":170,"Date":"7/5/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":103,"Cost":83,"Date":"11/12/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":200,"Cost":102,"Date":"10/1/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":714,"Cost":609,"Date":"7/28/2022"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":252,"Cost":149,"Date":"8/30/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":531,"Cost":319,"Date":"6/2/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":341,"Cost":199,"Date":"9/12/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":245,"Cost":179,"Date":"2/9/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":378,"Cost":227,"Date":"12/25/2018"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":483,"Cost":281,"Date":"11/29/2020"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":438,"Cost":338,"Date":"4/19/2023"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":450,"Cost":307,"Date":"9/4/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":13,"Cost":11,"Date":"1/21/2022"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":897,"Cost":778,"Date":"8/22/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":665,"Cost":477,"Date":"6/17/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":132,"Cost":123,"Date":"2/11/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":370,"Cost":338,"Date":"5/13/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":864,"Cost":660,"Date":"2/17/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":620,"Cost":347,"Date":"4/18/2024"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":404,"Cost":372,"Date":"12/2/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":858,"Cost":547,"Date":"9/27/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Nova","Country":"Denmark","Sale":882,"Cost":638,"Date":"12/20/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":425,"Cost":348,"Date":"2/28/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":26,"Cost":17,"Date":"9/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":295,"Cost":247,"Date":"10/26/2020"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":771,"Cost":576,"Date":"1/13/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":884,"Cost":764,"Date":"5/21/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":197,"Cost":142,"Date":"1/26/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":795,"Cost":626,"Date":"7/1/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":660,"Cost":605,"Date":"3/8/2018"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":282,"Cost":236,"Date":"7/16/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":943,"Cost":738,"Date":"9/30/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":902,"Cost":462,"Date":"3/28/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":576,"Cost":528,"Date":"7/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":124,"Cost":100,"Date":"6/15/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":726,"Cost":427,"Date":"10/31/2018"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":107,"Cost":101,"Date":"11/20/2024"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":974,"Cost":574,"Date":"3/6/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":767,"Cost":505,"Date":"2/22/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":946,"Cost":503,"Date":"1/29/2022"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":34,"Cost":26,"Date":"10/10/2018"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":701,"Cost":395,"Date":"2/7/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":174,"Cost":150,"Date":"3/11/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":85,"Cost":79,"Date":"4/14/2021"},{"Store":"Illum, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":920,"Cost":527,"Date":"8/10/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":159,"Cost":114,"Date":"11/11/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":698,"Cost":371,"Date":"4/26/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":452,"Cost":425,"Date":"7/26/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":66,"Cost":46,"Date":"1/13/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":512,"Cost":473,"Date":"6/26/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":805,"Cost":714,"Date":"3/26/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":583,"Cost":515,"Date":"3/6/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":784,"Cost":436,"Date":"4/29/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":565,"Cost":522,"Date":"10/4/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":979,"Cost":844,"Date":"9/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":525,"Cost":392,"Date":"4/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":64,"Cost":42,"Date":"1/12/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":736,"Cost":525,"Date":"12/3/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":529,"Cost":297,"Date":"2/25/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":786,"Cost":570,"Date":"10/17/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":402,"Cost":272,"Date":"7/5/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":159,"Cost":136,"Date":"3/27/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":579,"Cost":519,"Date":"5/17/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":958,"Cost":676,"Date":"4/27/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":997,"Cost":919,"Date":"3/6/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":368,"Cost":252,"Date":"2/8/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":368,"Cost":331,"Date":"10/9/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":140,"Cost":73,"Date":"6/27/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":811,"Cost":412,"Date":"8/2/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":262,"Cost":163,"Date":"5/4/2023"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":243,"Cost":200,"Date":"1/16/2018"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":68,"Cost":37,"Date":"3/7/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":941,"Cost":720,"Date":"9/11/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":541,"Cost":300,"Date":"8/29/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":430,"Cost":260,"Date":"5/24/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":674,"Cost":540,"Date":"1/3/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":164,"Cost":127,"Date":"4/10/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":288,"Cost":163,"Date":"4/16/2021"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":980,"Cost":715,"Date":"2/10/2022"},{"Store":"Illum, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":20,"Cost":13,"Date":"7/12/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":524,"Cost":301,"Date":"10/24/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":155,"Cost":87,"Date":"5/6/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":106,"Cost":53,"Date":"4/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":300,"Cost":249,"Date":"1/2/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":540,"Cost":334,"Date":"11/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":972,"Cost":737,"Date":"7/27/2024"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":106,"Cost":84,"Date":"8/22/2020"},{"Store":"Frederiksberg Center","Brand":"Jeans","Country":"Denmark","Sale":119,"Cost":78,"Date":"8/15/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":494,"Cost":360,"Date":"7/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":1,"Cost":0,"Date":"2/2/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":264,"Cost":147,"Date":"5/13/2024"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":253,"Cost":229,"Date":"1/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":440,"Cost":355,"Date":"1/5/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":65,"Cost":33,"Date":"12/26/2023"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":774,"Cost":394,"Date":"1/29/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":213,"Cost":194,"Date":"7/13/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":69,"Cost":55,"Date":"3/12/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM Home","Country":"Denmark","Sale":748,"Cost":454,"Date":"11/25/2023"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":557,"Cost":399,"Date":"12/25/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":122,"Cost":108,"Date":"2/16/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":996,"Cost":805,"Date":"4/21/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":154,"Cost":85,"Date":"2/10/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":663,"Cost":522,"Date":"2/20/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":193,"Cost":116,"Date":"1/31/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":403,"Cost":347,"Date":"9/16/2019"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":277,"Cost":196,"Date":"7/10/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":561,"Cost":365,"Date":"6/9/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":771,"Cost":458,"Date":"1/8/2021"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":302,"Cost":183,"Date":"11/25/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":204,"Cost":148,"Date":"6/27/2023"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":690,"Cost":499,"Date":"5/30/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":849,"Cost":465,"Date":"10/19/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":295,"Cost":174,"Date":"3/2/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":495,"Cost":308,"Date":"1/26/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":892,"Cost":795,"Date":"7/11/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM Home","Country":"Denmark","Sale":257,"Cost":134,"Date":"12/27/2020"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":643,"Cost":563,"Date":"3/4/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":926,"Cost":825,"Date":"9/16/2021"},{"Store":"Kolding Storcenter","Brand":"Nova","Country":"Denmark","Sale":952,"Cost":515,"Date":"2/11/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":94,"Cost":88,"Date":"7/6/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":122,"Cost":113,"Date":"5/1/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":304,"Cost":267,"Date":"7/4/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":697,"Cost":527,"Date":"2/14/2021"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":708,"Cost":477,"Date":"10/30/2019"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":767,"Cost":503,"Date":"6/25/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":225,"Cost":187,"Date":"2/19/2021"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":490,"Cost":376,"Date":"7/25/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":460,"Cost":341,"Date":"1/3/2019"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":488,"Cost":259,"Date":"3/27/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":175,"Cost":136,"Date":"2/26/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":845,"Cost":663,"Date":"7/24/2019"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":572,"Cost":394,"Date":"2/13/2018"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":512,"Cost":352,"Date":"1/31/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":147,"Cost":101,"Date":"8/15/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":143,"Cost":74,"Date":"12/3/2023"},{"Store":"Kolding Storcenter","Brand":"Nova","Country":"Denmark","Sale":724,"Cost":583,"Date":"9/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":495,"Cost":254,"Date":"9/28/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":405,"Cost":370,"Date":"5/8/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":789,"Cost":513,"Date":"11/11/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":922,"Cost":854,"Date":"7/30/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":868,"Cost":588,"Date":"4/24/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":823,"Cost":540,"Date":"9/16/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":381,"Cost":282,"Date":"3/14/2022"},{"Store":"Kolding Storcenter","Brand":"HM","Country":"Denmark","Sale":5,"Cost":5,"Date":"5/22/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":882,"Cost":500,"Date":"11/20/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":201,"Cost":159,"Date":"10/2/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":668,"Cost":433,"Date":"3/3/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":563,"Cost":457,"Date":"8/12/2024"},{"Store":"Field's, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":274,"Cost":194,"Date":"2/18/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":655,"Cost":470,"Date":"9/9/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":614,"Cost":530,"Date":"1/16/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":864,"Cost":454,"Date":"1/5/2022"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":940,"Cost":863,"Date":"1/5/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":187,"Cost":121,"Date":"8/9/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":836,"Cost":726,"Date":"12/20/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":118,"Cost":60,"Date":"12/8/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":102,"Cost":59,"Date":"8/3/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":985,"Cost":672,"Date":"7/14/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":528,"Cost":488,"Date":"8/7/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":65,"Cost":49,"Date":"6/26/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":222,"Cost":168,"Date":"6/15/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":36,"Cost":22,"Date":"8/27/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":837,"Cost":456,"Date":"7/22/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":520,"Cost":381,"Date":"3/6/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":262,"Cost":229,"Date":"2/11/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":563,"Cost":493,"Date":"7/15/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":686,"Cost":346,"Date":"10/28/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":459,"Cost":395,"Date":"11/28/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":150,"Cost":141,"Date":"9/23/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":330,"Cost":183,"Date":"9/1/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":97,"Cost":86,"Date":"12/25/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":419,"Cost":214,"Date":"8/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":316,"Cost":212,"Date":"7/27/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":591,"Cost":386,"Date":"4/16/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":100,"Cost":88,"Date":"7/18/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":110,"Cost":92,"Date":"7/22/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":837,"Cost":614,"Date":"6/14/2024"},{"Store":"HerningCentret","Brand":"Jeans","Country":"Denmark","Sale":683,"Cost":525,"Date":"8/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":988,"Cost":673,"Date":"12/29/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":784,"Cost":436,"Date":"1/14/2020"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":291,"Cost":205,"Date":"2/7/2021"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":582,"Cost":320,"Date":"6/30/2022"},{"Store":"Field's, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":928,"Cost":608,"Date":"5/2/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":112,"Cost":80,"Date":"3/31/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":203,"Cost":150,"Date":"8/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":118,"Cost":94,"Date":"1/7/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":369,"Cost":315,"Date":"12/24/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":711,"Cost":480,"Date":"6/4/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":994,"Cost":703,"Date":"9/13/2023"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":568,"Cost":432,"Date":"10/2/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":689,"Cost":612,"Date":"12/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":30,"Cost":17,"Date":"2/6/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":879,"Cost":767,"Date":"4/29/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":849,"Cost":512,"Date":"11/30/2019"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":167,"Cost":86,"Date":"9/16/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":36,"Cost":32,"Date":"9/22/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":623,"Cost":333,"Date":"3/16/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":425,"Cost":274,"Date":"3/15/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":523,"Cost":370,"Date":"9/29/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":979,"Cost":801,"Date":"12/18/2023"},{"Store":"Kolding Storcenter","Brand":"HM","Country":"Denmark","Sale":989,"Cost":724,"Date":"3/6/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":955,"Cost":802,"Date":"7/6/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":646,"Cost":610,"Date":"7/19/2020"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":318,"Cost":284,"Date":"1/4/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":414,"Cost":220,"Date":"8/1/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":1000,"Cost":638,"Date":"11/22/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":165,"Cost":127,"Date":"5/3/2019"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":604,"Cost":556,"Date":"2/13/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":623,"Cost":589,"Date":"12/14/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":56,"Cost":29,"Date":"2/16/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":453,"Cost":256,"Date":"10/11/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":172,"Cost":157,"Date":"11/17/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":241,"Cost":204,"Date":"7/22/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":306,"Cost":275,"Date":"12/30/2023"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":610,"Cost":398,"Date":"4/30/2023"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":640,"Cost":363,"Date":"10/11/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":554,"Cost":400,"Date":"1/18/2021"},{"Store":"HerningCentret","Brand":"HM Home","Country":"Denmark","Sale":870,"Cost":583,"Date":"9/24/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":784,"Cost":431,"Date":"5/8/2020"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":328,"Cost":275,"Date":"11/17/2020"},{"Store":"HerningCentret","Brand":"COS","Country":"Denmark","Sale":93,"Cost":49,"Date":"9/24/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":758,"Cost":574,"Date":"11/25/2019"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":337,"Cost":228,"Date":"5/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":444,"Cost":415,"Date":"1/11/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":491,"Cost":297,"Date":"3/15/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":739,"Cost":388,"Date":"7/26/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":147,"Cost":85,"Date":"1/6/2024"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":527,"Cost":459,"Date":"5/8/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":305,"Cost":233,"Date":"10/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":307,"Cost":262,"Date":"1/20/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":12,"Cost":11,"Date":"2/24/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":634,"Cost":443,"Date":"8/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":972,"Cost":876,"Date":"9/22/2020"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":767,"Cost":528,"Date":"6/3/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":108,"Cost":84,"Date":"10/22/2022"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":810,"Cost":467,"Date":"7/24/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":940,"Cost":592,"Date":"11/23/2018"},{"Store":"HerningCentret","Brand":"COS","Country":"Denmark","Sale":374,"Cost":247,"Date":"9/18/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":460,"Cost":370,"Date":"12/14/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":802,"Cost":566,"Date":"12/9/2021"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":239,"Cost":179,"Date":"10/22/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":596,"Cost":371,"Date":"2/17/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":842,"Cost":513,"Date":"8/29/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":184,"Cost":109,"Date":"7/21/2020"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":376,"Cost":296,"Date":"4/26/2018"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":322,"Cost":291,"Date":"7/28/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":788,"Cost":480,"Date":"10/18/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":217,"Cost":186,"Date":"11/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":867,"Cost":809,"Date":"6/8/2020"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":894,"Cost":574,"Date":"10/13/2019"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":488,"Cost":263,"Date":"1/23/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":343,"Cost":203,"Date":"5/17/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":536,"Cost":397,"Date":"8/27/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":917,"Cost":816,"Date":"4/26/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":553,"Cost":379,"Date":"6/29/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":153,"Cost":108,"Date":"3/29/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":6,"Cost":6,"Date":"4/5/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":839,"Cost":714,"Date":"9/8/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":381,"Cost":337,"Date":"10/8/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":178,"Cost":128,"Date":"10/21/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":496,"Cost":456,"Date":"9/13/2022"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":648,"Cost":537,"Date":"3/13/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":473,"Cost":298,"Date":"3/7/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":950,"Cost":700,"Date":"12/30/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":14,"Cost":12,"Date":"2/18/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":908,"Cost":835,"Date":"11/21/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":882,"Cost":449,"Date":"3/10/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":839,"Cost":599,"Date":"9/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":271,"Cost":142,"Date":"8/30/2020"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":178,"Cost":133,"Date":"3/4/2023"},{"Store":"HerningCentret","Brand":"HM Home","Country":"Denmark","Sale":844,"Cost":465,"Date":"5/8/2019"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":700,"Cost":488,"Date":"6/15/2019"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":158,"Cost":133,"Date":"10/3/2023"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":4,"Cost":2,"Date":"3/9/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":180,"Cost":91,"Date":"10/3/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":448,"Cost":320,"Date":"7/25/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":747,"Cost":553,"Date":"8/9/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":748,"Cost":636,"Date":"12/12/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":624,"Cost":415,"Date":"6/21/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":608,"Cost":426,"Date":"4/20/2021"},{"Store":"Kolding Storcenter","Brand":"HM","Country":"Denmark","Sale":851,"Cost":684,"Date":"6/25/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":863,"Cost":726,"Date":"11/3/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":472,"Cost":379,"Date":"3/20/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":376,"Cost":255,"Date":"11/12/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":84,"Cost":69,"Date":"4/12/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":828,"Cost":458,"Date":"1/29/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":768,"Cost":537,"Date":"2/5/2023"},{"Store":"HerningCentret","Brand":"Jeans","Country":"Denmark","Sale":263,"Cost":239,"Date":"5/2/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":654,"Cost":435,"Date":"5/25/2022"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":970,"Cost":709,"Date":"7/1/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":39,"Cost":36,"Date":"7/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":45,"Cost":26,"Date":"5/16/2019"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":410,"Cost":260,"Date":"3/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":267,"Cost":201,"Date":"1/28/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":796,"Cost":733,"Date":"10/27/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":215,"Cost":120,"Date":"7/6/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":660,"Cost":555,"Date":"8/12/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":130,"Cost":103,"Date":"7/17/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":783,"Cost":597,"Date":"8/28/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":592,"Cost":549,"Date":"9/15/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":302,"Cost":230,"Date":"9/18/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":947,"Cost":600,"Date":"2/23/2024"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":961,"Cost":555,"Date":"9/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":886,"Cost":740,"Date":"5/30/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":57,"Cost":44,"Date":"5/8/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":527,"Cost":381,"Date":"12/9/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":788,"Cost":592,"Date":"4/30/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":807,"Cost":675,"Date":"3/13/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":449,"Cost":304,"Date":"7/8/2021"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":92,"Cost":69,"Date":"4/21/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":66,"Cost":59,"Date":"10/15/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Nova","Country":"Denmark","Sale":422,"Cost":330,"Date":"10/6/2024"},{"Store":"Kolding Storcenter","Brand":"Nova","Country":"Denmark","Sale":550,"Cost":409,"Date":"2/8/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":6,"Cost":6,"Date":"7/27/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":474,"Cost":285,"Date":"2/11/2023"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":449,"Cost":240,"Date":"9/18/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":374,"Cost":302,"Date":"7/17/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":372,"Cost":327,"Date":"8/29/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":256,"Cost":157,"Date":"11/18/2018"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":50,"Cost":45,"Date":"4/26/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":471,"Cost":280,"Date":"11/8/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":938,"Cost":533,"Date":"6/1/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":260,"Cost":218,"Date":"3/3/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":860,"Cost":440,"Date":"7/15/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":476,"Cost":411,"Date":"12/20/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":97,"Cost":72,"Date":"10/9/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":445,"Cost":330,"Date":"6/14/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":313,"Cost":273,"Date":"1/1/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":914,"Cost":705,"Date":"1/4/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":566,"Cost":387,"Date":"4/27/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":715,"Cost":410,"Date":"5/26/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":299,"Cost":270,"Date":"3/22/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":965,"Cost":644,"Date":"4/28/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":927,"Cost":682,"Date":"4/2/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":601,"Cost":301,"Date":"9/4/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":235,"Cost":182,"Date":"4/24/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM Home","Country":"Denmark","Sale":586,"Cost":408,"Date":"4/9/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":675,"Cost":537,"Date":"3/16/2022"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":695,"Cost":352,"Date":"12/11/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":142,"Cost":99,"Date":"10/14/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":498,"Cost":380,"Date":"10/17/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":268,"Cost":171,"Date":"3/19/2021"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":844,"Cost":647,"Date":"7/2/2018"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":281,"Cost":248,"Date":"12/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":766,"Cost":496,"Date":"6/11/2022"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":984,"Cost":724,"Date":"7/17/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":946,"Cost":748,"Date":"3/6/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":782,"Cost":392,"Date":"7/30/2018"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":98,"Cost":63,"Date":"10/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":565,"Cost":407,"Date":"6/14/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":638,"Cost":574,"Date":"1/24/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":165,"Cost":155,"Date":"1/18/2018"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":29,"Cost":23,"Date":"1/22/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM Home","Country":"Denmark","Sale":851,"Cost":697,"Date":"7/24/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":975,"Cost":547,"Date":"3/3/2018"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":421,"Cost":243,"Date":"10/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":949,"Cost":873,"Date":"4/6/2019"},{"Store":"Frederiksberg Center","Brand":"Jeans","Country":"Denmark","Sale":18,"Cost":9,"Date":"11/16/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":279,"Cost":163,"Date":"4/13/2020"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":80,"Cost":45,"Date":"1/3/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":442,"Cost":399,"Date":"11/4/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":934,"Cost":629,"Date":"3/10/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":890,"Cost":836,"Date":"9/27/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":706,"Cost":581,"Date":"9/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":132,"Cost":118,"Date":"3/20/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":173,"Cost":113,"Date":"8/27/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":239,"Cost":216,"Date":"1/13/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":995,"Cost":871,"Date":"12/17/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":932,"Cost":796,"Date":"4/21/2020"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":305,"Cost":220,"Date":"3/12/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":395,"Cost":372,"Date":"10/7/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":749,"Cost":411,"Date":"9/23/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":866,"Cost":758,"Date":"1/1/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":519,"Cost":475,"Date":"9/12/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":724,"Cost":374,"Date":"8/17/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":823,"Cost":698,"Date":"4/3/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":508,"Cost":255,"Date":"1/29/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":539,"Cost":309,"Date":"9/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":269,"Cost":250,"Date":"9/11/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":640,"Cost":420,"Date":"3/10/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM Home","Country":"Finland","Sale":410,"Cost":363,"Date":"11/19/2023"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":950,"Cost":673,"Date":"12/27/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":56,"Cost":49,"Date":"12/13/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":751,"Cost":425,"Date":"11/5/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":719,"Cost":549,"Date":"5/25/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":809,"Cost":699,"Date":"3/27/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":140,"Cost":108,"Date":"6/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"Nova","Country":"Finland","Sale":641,"Cost":505,"Date":"8/28/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":194,"Cost":114,"Date":"6/17/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":35,"Cost":30,"Date":"3/26/2021"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":266,"Cost":162,"Date":"3/16/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":337,"Cost":204,"Date":"10/27/2021"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":935,"Cost":480,"Date":"3/24/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":342,"Cost":186,"Date":"1/23/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":636,"Cost":344,"Date":"12/8/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":647,"Cost":549,"Date":"12/24/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":76,"Cost":40,"Date":"3/31/2019"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":361,"Cost":250,"Date":"12/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":381,"Cost":299,"Date":"3/25/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":200,"Cost":158,"Date":"11/6/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM Home","Country":"Finland","Sale":564,"Cost":469,"Date":"10/17/2022"},{"Store":"Iso Omena, Espoo","Brand":"Nova","Country":"Finland","Sale":731,"Cost":372,"Date":"4/8/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":293,"Cost":261,"Date":"6/18/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":688,"Cost":445,"Date":"10/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":934,"Cost":557,"Date":"7/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":338,"Cost":231,"Date":"7/11/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":335,"Cost":250,"Date":"5/19/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":889,"Cost":520,"Date":"10/27/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":875,"Cost":672,"Date":"2/1/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":224,"Cost":117,"Date":"3/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Sellpy","Country":"Finland","Sale":333,"Cost":311,"Date":"7/2/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":408,"Cost":372,"Date":"6/22/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":297,"Cost":208,"Date":"6/2/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":369,"Cost":204,"Date":"7/9/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":189,"Cost":178,"Date":"2/21/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":175,"Cost":165,"Date":"1/5/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":568,"Cost":382,"Date":"10/28/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":188,"Cost":95,"Date":"10/18/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":260,"Cost":170,"Date":"2/15/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":409,"Cost":283,"Date":"2/26/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":859,"Cost":517,"Date":"6/1/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":137,"Cost":87,"Date":"5/21/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":546,"Cost":418,"Date":"12/11/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":824,"Cost":643,"Date":"6/30/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Nova","Country":"Finland","Sale":935,"Cost":841,"Date":"8/15/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":476,"Cost":308,"Date":"7/14/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":143,"Cost":118,"Date":"12/28/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":173,"Cost":162,"Date":"3/8/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":458,"Cost":373,"Date":"1/11/2022"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":466,"Cost":260,"Date":"5/8/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":117,"Cost":86,"Date":"12/29/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":849,"Cost":783,"Date":"6/12/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":592,"Cost":397,"Date":"8/2/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":773,"Cost":472,"Date":"11/12/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":309,"Cost":243,"Date":"7/23/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":785,"Cost":662,"Date":"11/28/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":510,"Cost":398,"Date":"8/2/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":449,"Cost":396,"Date":"10/13/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":203,"Date":"10/13/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":257,"Cost":173,"Date":"3/20/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":788,"Cost":614,"Date":"9/23/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":630,"Cost":457,"Date":"2/16/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":458,"Cost":283,"Date":"6/30/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":212,"Cost":138,"Date":"9/3/2023"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":449,"Cost":425,"Date":"9/5/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":249,"Cost":184,"Date":"6/22/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":158,"Cost":100,"Date":"7/13/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":405,"Cost":225,"Date":"3/28/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":195,"Cost":160,"Date":"1/17/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":507,"Cost":271,"Date":"3/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":640,"Cost":430,"Date":"3/27/2019"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":920,"Cost":844,"Date":"11/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":247,"Cost":181,"Date":"9/24/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":256,"Cost":163,"Date":"4/19/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":790,"Cost":675,"Date":"7/29/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":677,"Cost":438,"Date":"2/19/2021"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":283,"Cost":229,"Date":"4/27/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":74,"Cost":62,"Date":"12/11/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":60,"Cost":51,"Date":"8/27/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":235,"Cost":176,"Date":"10/1/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":581,"Cost":297,"Date":"5/30/2022"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":478,"Cost":321,"Date":"10/3/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":223,"Cost":182,"Date":"10/22/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":393,"Cost":255,"Date":"8/25/2023"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":983,"Cost":892,"Date":"10/6/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":812,"Cost":527,"Date":"5/16/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":330,"Cost":308,"Date":"4/6/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":82,"Cost":47,"Date":"9/3/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":79,"Cost":63,"Date":"11/25/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":813,"Cost":593,"Date":"12/15/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Sellpy","Country":"Finland","Sale":419,"Cost":245,"Date":"2/4/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":514,"Cost":315,"Date":"1/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":311,"Cost":232,"Date":"8/7/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":692,"Cost":553,"Date":"10/6/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":703,"Cost":492,"Date":"9/25/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":190,"Cost":133,"Date":"4/23/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":15,"Cost":11,"Date":"10/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":551,"Cost":498,"Date":"5/7/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":950,"Cost":874,"Date":"12/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":8,"Cost":8,"Date":"1/2/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":495,"Cost":319,"Date":"6/2/2018"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":426,"Cost":318,"Date":"5/7/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":685,"Cost":405,"Date":"10/23/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":607,"Cost":396,"Date":"11/19/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":327,"Cost":222,"Date":"10/30/2020"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":477,"Cost":326,"Date":"1/26/2023"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":911,"Cost":771,"Date":"7/4/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":596,"Cost":319,"Date":"7/6/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":793,"Cost":432,"Date":"7/5/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":761,"Cost":429,"Date":"5/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":53,"Cost":31,"Date":"9/11/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":587,"Cost":448,"Date":"11/19/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":267,"Cost":179,"Date":"2/10/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":959,"Cost":765,"Date":"2/10/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":176,"Cost":161,"Date":"12/24/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":93,"Cost":63,"Date":"8/3/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":163,"Cost":127,"Date":"4/23/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":229,"Cost":186,"Date":"5/9/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":162,"Cost":90,"Date":"11/29/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":226,"Cost":125,"Date":"10/16/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":98,"Cost":57,"Date":"7/3/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM","Country":"Finland","Sale":260,"Cost":130,"Date":"7/9/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":277,"Cost":157,"Date":"1/1/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":678,"Cost":605,"Date":"9/18/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":675,"Cost":400,"Date":"10/7/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":51,"Cost":35,"Date":"5/17/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":795,"Cost":730,"Date":"2/12/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":992,"Cost":753,"Date":"12/21/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":164,"Cost":133,"Date":"7/4/2019"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":411,"Cost":272,"Date":"9/16/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":524,"Cost":338,"Date":"4/9/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":68,"Cost":35,"Date":"6/14/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":870,"Cost":519,"Date":"12/15/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":990,"Cost":668,"Date":"8/25/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":194,"Cost":147,"Date":"8/1/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":894,"Cost":672,"Date":"12/3/2022"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":938,"Cost":761,"Date":"2/10/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":429,"Cost":295,"Date":"2/24/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":213,"Cost":185,"Date":"2/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":565,"Cost":426,"Date":"9/14/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":926,"Cost":661,"Date":"2/24/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":404,"Cost":377,"Date":"7/16/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":514,"Cost":483,"Date":"6/17/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Nova","Country":"Finland","Sale":277,"Cost":144,"Date":"1/9/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":307,"Cost":198,"Date":"3/13/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":831,"Cost":479,"Date":"12/10/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":789,"Cost":643,"Date":"10/30/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":740,"Cost":445,"Date":"1/19/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":463,"Cost":401,"Date":"7/21/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":424,"Cost":321,"Date":"11/10/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":822,"Cost":548,"Date":"4/6/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":994,"Cost":811,"Date":"7/6/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":625,"Cost":483,"Date":"8/8/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":183,"Cost":104,"Date":"3/2/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":934,"Cost":746,"Date":"4/23/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":467,"Cost":413,"Date":"11/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":740,"Cost":570,"Date":"9/5/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":886,"Cost":693,"Date":"4/25/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Sellpy","Country":"Finland","Sale":815,"Cost":565,"Date":"11/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":894,"Cost":707,"Date":"9/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":890,"Cost":702,"Date":"6/6/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":198,"Cost":113,"Date":"3/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":953,"Cost":523,"Date":"8/17/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":236,"Cost":165,"Date":"4/20/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":354,"Cost":240,"Date":"5/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":313,"Cost":182,"Date":"10/11/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":939,"Cost":725,"Date":"1/14/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":833,"Cost":496,"Date":"5/27/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":346,"Cost":326,"Date":"12/30/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":262,"Cost":162,"Date":"9/5/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":607,"Cost":408,"Date":"11/21/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":420,"Cost":253,"Date":"6/30/2022"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":178,"Cost":122,"Date":"11/21/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":887,"Cost":669,"Date":"8/3/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":952,"Cost":723,"Date":"9/19/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Sellpy","Country":"Finland","Sale":779,"Cost":483,"Date":"1/23/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":438,"Cost":400,"Date":"1/22/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":903,"Cost":673,"Date":"3/4/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":891,"Cost":604,"Date":"5/27/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":769,"Cost":668,"Date":"3/18/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":188,"Cost":160,"Date":"4/6/2022"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":9,"Cost":7,"Date":"9/10/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":240,"Cost":145,"Date":"3/11/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":673,"Cost":636,"Date":"1/9/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":59,"Cost":38,"Date":"12/20/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":275,"Cost":256,"Date":"2/13/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":950,"Cost":511,"Date":"2/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":709,"Cost":429,"Date":"1/5/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":915,"Cost":706,"Date":"7/29/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":542,"Cost":303,"Date":"11/18/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":532,"Cost":469,"Date":"4/5/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":752,"Cost":382,"Date":"11/29/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":429,"Cost":372,"Date":"8/10/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":880,"Cost":487,"Date":"4/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":143,"Cost":86,"Date":"8/1/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":479,"Cost":265,"Date":"4/11/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":390,"Cost":302,"Date":"2/7/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":335,"Cost":170,"Date":"3/29/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":302,"Cost":184,"Date":"9/5/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":393,"Cost":349,"Date":"3/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":612,"Cost":403,"Date":"3/27/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":8,"Cost":6,"Date":"1/11/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":561,"Cost":309,"Date":"7/4/2022"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":563,"Cost":362,"Date":"8/18/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":66,"Cost":57,"Date":"7/18/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":878,"Cost":543,"Date":"11/29/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":950,"Cost":493,"Date":"6/14/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":239,"Cost":186,"Date":"5/30/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":823,"Cost":720,"Date":"12/22/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":343,"Cost":199,"Date":"6/25/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":432,"Cost":251,"Date":"2/23/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":309,"Cost":289,"Date":"8/17/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":169,"Cost":151,"Date":"1/18/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":847,"Cost":690,"Date":"12/18/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":172,"Cost":148,"Date":"1/16/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":226,"Cost":126,"Date":"5/4/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":767,"Cost":687,"Date":"10/23/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":864,"Cost":544,"Date":"2/23/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":709,"Cost":479,"Date":"7/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":19,"Cost":14,"Date":"7/21/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":957,"Cost":719,"Date":"3/16/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":486,"Cost":395,"Date":"6/4/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":435,"Cost":377,"Date":"4/30/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":802,"Cost":487,"Date":"12/29/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":287,"Cost":203,"Date":"2/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":923,"Cost":550,"Date":"8/6/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":409,"Cost":292,"Date":"2/22/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":857,"Cost":701,"Date":"1/24/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":501,"Cost":365,"Date":"1/28/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":955,"Cost":668,"Date":"11/12/2021"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":40,"Cost":34,"Date":"1/13/2021"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":498,"Cost":413,"Date":"11/17/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":72,"Cost":50,"Date":"8/23/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":12,"Cost":10,"Date":"11/1/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":392,"Cost":252,"Date":"10/27/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM Home","Country":"Finland","Sale":753,"Cost":525,"Date":"12/24/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":653,"Cost":445,"Date":"3/30/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":938,"Cost":541,"Date":"2/24/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":485,"Cost":412,"Date":"2/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":231,"Cost":194,"Date":"1/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":457,"Cost":306,"Date":"12/28/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":364,"Cost":230,"Date":"12/13/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":868,"Cost":681,"Date":"12/12/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":424,"Cost":299,"Date":"4/16/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":877,"Cost":682,"Date":"10/18/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":621,"Cost":527,"Date":"11/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":900,"Cost":768,"Date":"1/2/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":95,"Cost":61,"Date":"2/27/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":543,"Cost":291,"Date":"3/29/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":599,"Cost":403,"Date":"10/10/2020"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":250,"Cost":192,"Date":"12/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":408,"Cost":361,"Date":"5/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":802,"Cost":621,"Date":"3/12/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":721,"Cost":677,"Date":"4/22/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":161,"Cost":108,"Date":"9/25/2024"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":917,"Cost":541,"Date":"8/18/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":209,"Cost":134,"Date":"5/15/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":112,"Cost":80,"Date":"11/12/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":896,"Cost":725,"Date":"7/20/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":466,"Cost":312,"Date":"12/14/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":973,"Cost":555,"Date":"9/9/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":345,"Cost":285,"Date":"3/14/2018"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":513,"Cost":454,"Date":"1/29/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":446,"Cost":293,"Date":"6/10/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":426,"Cost":247,"Date":"10/12/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":246,"Cost":202,"Date":"1/16/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":169,"Cost":113,"Date":"4/17/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":310,"Cost":168,"Date":"7/14/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":109,"Cost":78,"Date":"7/19/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":89,"Cost":80,"Date":"3/13/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":236,"Cost":150,"Date":"4/15/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":443,"Cost":371,"Date":"10/25/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":664,"Cost":469,"Date":"3/23/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":532,"Cost":331,"Date":"2/27/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":551,"Cost":502,"Date":"4/19/2022"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":225,"Cost":198,"Date":"5/12/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":287,"Cost":270,"Date":"10/11/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":167,"Cost":123,"Date":"4/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":646,"Cost":471,"Date":"7/14/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":528,"Cost":342,"Date":"4/27/2023"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":621,"Cost":420,"Date":"2/2/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM Home","Country":"Finland","Sale":800,"Cost":481,"Date":"1/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":326,"Cost":242,"Date":"12/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":579,"Cost":479,"Date":"11/25/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":118,"Cost":101,"Date":"7/15/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":495,"Cost":355,"Date":"1/30/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":164,"Cost":138,"Date":"11/21/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":3,"Cost":2,"Date":"10/22/2020"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":660,"Cost":443,"Date":"8/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":945,"Cost":703,"Date":"11/30/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":54,"Cost":41,"Date":"12/21/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":772,"Cost":467,"Date":"1/13/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Sellpy","Country":"Finland","Sale":269,"Cost":246,"Date":"2/12/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":839,"Cost":639,"Date":"6/5/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":945,"Cost":809,"Date":"3/3/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":412,"Cost":387,"Date":"9/26/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":221,"Cost":204,"Date":"10/25/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":790,"Cost":717,"Date":"1/31/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":508,"Cost":425,"Date":"5/29/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":23,"Cost":12,"Date":"10/24/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":218,"Cost":134,"Date":"6/6/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":751,"Cost":472,"Date":"1/14/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":217,"Cost":195,"Date":"2/20/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":702,"Cost":402,"Date":"5/6/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Sellpy","Country":"Finland","Sale":656,"Cost":364,"Date":"10/4/2021"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":264,"Cost":179,"Date":"5/18/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":425,"Cost":302,"Date":"7/25/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":295,"Cost":250,"Date":"5/9/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":134,"Cost":75,"Date":"1/5/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":788,"Cost":565,"Date":"9/16/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":659,"Cost":375,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":925,"Cost":642,"Date":"7/17/2024"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":108,"Cost":87,"Date":"8/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":413,"Cost":323,"Date":"12/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":110,"Cost":65,"Date":"7/8/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":150,"Cost":115,"Date":"8/1/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":1000,"Cost":899,"Date":"3/22/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":602,"Cost":558,"Date":"8/4/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":990,"Cost":868,"Date":"9/1/2021"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":185,"Cost":128,"Date":"8/12/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":881,"Cost":798,"Date":"6/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":302,"Cost":151,"Date":"5/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":986,"Cost":812,"Date":"10/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":244,"Cost":193,"Date":"11/21/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":408,"Cost":218,"Date":"9/4/2023"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":576,"Cost":336,"Date":"2/2/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":222,"Cost":177,"Date":"9/22/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":494,"Cost":461,"Date":"11/20/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":448,"Cost":324,"Date":"5/3/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":651,"Cost":430,"Date":"10/30/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":339,"Cost":241,"Date":"12/26/2023"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":389,"Cost":324,"Date":"2/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":28,"Cost":19,"Date":"1/28/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":207,"Cost":142,"Date":"11/9/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":116,"Cost":107,"Date":"8/31/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":526,"Cost":405,"Date":"11/23/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":81,"Cost":40,"Date":"6/21/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":91,"Cost":76,"Date":"3/26/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":802,"Cost":409,"Date":"5/24/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":807,"Cost":681,"Date":"8/8/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":987,"Cost":621,"Date":"1/20/2019"},{"Store":"Iso Omena, Espoo","Brand":"Nova","Country":"Finland","Sale":446,"Cost":393,"Date":"6/1/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":281,"Cost":150,"Date":"9/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":543,"Cost":474,"Date":"11/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":890,"Cost":641,"Date":"11/17/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":583,"Cost":345,"Date":"1/14/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":346,"Cost":298,"Date":"12/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":599,"Cost":456,"Date":"11/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":24,"Cost":20,"Date":"4/11/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"COS","Country":"Finland","Sale":11,"Cost":6,"Date":"9/8/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":66,"Cost":35,"Date":"3/30/2024"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":271,"Cost":249,"Date":"11/3/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":634,"Cost":586,"Date":"5/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":24,"Cost":17,"Date":"1/30/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":900,"Cost":616,"Date":"7/1/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":443,"Cost":221,"Date":"8/30/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":726,"Cost":456,"Date":"9/5/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":182,"Cost":163,"Date":"3/23/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":687,"Cost":596,"Date":"5/4/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":203,"Cost":180,"Date":"9/21/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":673,"Cost":509,"Date":"5/12/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":145,"Cost":137,"Date":"6/28/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":868,"Cost":739,"Date":"12/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":136,"Cost":80,"Date":"11/13/2018"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":529,"Cost":452,"Date":"2/11/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":258,"Cost":170,"Date":"1/11/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":329,"Cost":277,"Date":"5/8/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":959,"Cost":736,"Date":"5/21/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"COS","Country":"Finland","Sale":389,"Cost":244,"Date":"1/23/2018"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":834,"Cost":614,"Date":"4/17/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":751,"Cost":528,"Date":"2/8/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":585,"Cost":417,"Date":"11/1/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":53,"Cost":40,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":901,"Cost":817,"Date":"7/7/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":882,"Cost":735,"Date":"5/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Sellpy","Country":"Finland","Sale":884,"Cost":753,"Date":"11/16/2018"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":425,"Cost":252,"Date":"12/12/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":6,"Cost":4,"Date":"8/17/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":553,"Cost":409,"Date":"7/4/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":436,"Cost":343,"Date":"5/12/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":820,"Cost":417,"Date":"8/12/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":861,"Cost":778,"Date":"10/24/2018"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":143,"Cost":117,"Date":"10/24/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Sellpy","Country":"Finland","Sale":628,"Cost":439,"Date":"6/15/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":617,"Cost":457,"Date":"2/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":480,"Cost":445,"Date":"5/15/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":135,"Cost":78,"Date":"5/12/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":307,"Cost":266,"Date":"4/11/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":194,"Cost":107,"Date":"7/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":156,"Cost":121,"Date":"7/19/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":350,"Cost":290,"Date":"5/27/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":364,"Cost":237,"Date":"9/21/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":19,"Cost":11,"Date":"10/11/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":5,"Cost":4,"Date":"4/29/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":606,"Cost":570,"Date":"6/14/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":610,"Cost":403,"Date":"6/20/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":585,"Cost":525,"Date":"1/6/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":37,"Cost":35,"Date":"11/4/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":843,"Cost":454,"Date":"6/19/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":689,"Cost":434,"Date":"4/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":32,"Cost":27,"Date":"7/17/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":746,"Cost":481,"Date":"11/1/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":719,"Cost":532,"Date":"7/27/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":566,"Cost":500,"Date":"6/13/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":921,"Cost":732,"Date":"8/9/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":420,"Cost":271,"Date":"5/7/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":677,"Cost":607,"Date":"3/25/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM Home","Country":"Finland","Sale":507,"Cost":375,"Date":"2/23/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":521,"Cost":279,"Date":"12/12/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":104,"Cost":83,"Date":"9/29/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":536,"Cost":280,"Date":"9/27/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":173,"Cost":136,"Date":"3/9/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":871,"Cost":441,"Date":"4/10/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":951,"Cost":508,"Date":"1/9/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":265,"Cost":163,"Date":"3/31/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":100,"Cost":72,"Date":"6/10/2021"},{"Store":"Rewell Center, Vaasa","Brand":"ARKET","Country":"Finland","Sale":480,"Cost":444,"Date":"3/27/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":571,"Cost":428,"Date":"1/3/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":182,"Cost":142,"Date":"3/14/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":221,"Date":"3/10/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":510,"Cost":473,"Date":"3/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":316,"Cost":253,"Date":"8/16/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":21,"Cost":19,"Date":"3/2/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":227,"Cost":127,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":48,"Cost":31,"Date":"2/9/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":246,"Cost":215,"Date":"3/15/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":914,"Cost":863,"Date":"7/16/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":386,"Cost":231,"Date":"7/6/2023"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":404,"Cost":272,"Date":"10/19/2022"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":938,"Cost":492,"Date":"5/10/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":695,"Cost":653,"Date":"6/22/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":745,"Cost":565,"Date":"6/11/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":947,"Cost":591,"Date":"3/8/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":982,"Cost":559,"Date":"5/2/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":709,"Cost":570,"Date":"12/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":217,"Cost":197,"Date":"12/7/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":69,"Cost":65,"Date":"6/23/2022"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":765,"Cost":404,"Date":"10/24/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":917,"Cost":655,"Date":"4/1/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":454,"Cost":257,"Date":"8/20/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":724,"Cost":573,"Date":"12/20/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":738,"Cost":470,"Date":"8/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":280,"Cost":161,"Date":"3/27/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":849,"Cost":735,"Date":"2/12/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":362,"Cost":341,"Date":"2/27/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":182,"Cost":173,"Date":"4/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":461,"Cost":397,"Date":"5/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":96,"Cost":79,"Date":"8/14/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":274,"Cost":166,"Date":"1/4/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Nova","Country":"Finland","Sale":563,"Cost":499,"Date":"10/11/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":438,"Cost":364,"Date":"8/20/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":837,"Cost":548,"Date":"10/20/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":308,"Cost":184,"Date":"12/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":668,"Cost":347,"Date":"5/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM Home","Country":"Finland","Sale":359,"Cost":286,"Date":"11/23/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":199,"Cost":157,"Date":"10/6/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":828,"Cost":417,"Date":"7/2/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":10,"Cost":5,"Date":"1/15/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":585,"Cost":509,"Date":"8/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"Nova","Country":"Finland","Sale":641,"Cost":381,"Date":"1/6/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":223,"Cost":190,"Date":"7/23/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":533,"Cost":350,"Date":"10/15/2019"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":106,"Cost":88,"Date":"8/10/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":571,"Cost":513,"Date":"5/22/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":770,"Cost":685,"Date":"5/21/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":123,"Cost":84,"Date":"1/4/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":1000,"Cost":554,"Date":"3/8/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":535,"Cost":334,"Date":"7/27/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":4,"Cost":4,"Date":"8/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":638,"Cost":480,"Date":"11/13/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":127,"Cost":67,"Date":"12/23/2024"},{"Store":"Forum, Helsinki","Brand":"HM Home","Country":"Finland","Sale":857,"Cost":528,"Date":"11/23/2019"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":921,"Cost":752,"Date":"12/30/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":542,"Cost":434,"Date":"10/27/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":200,"Cost":186,"Date":"9/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":45,"Cost":23,"Date":"9/18/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":13,"Cost":7,"Date":"12/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":717,"Cost":512,"Date":"4/6/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":986,"Cost":615,"Date":"10/25/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":938,"Cost":856,"Date":"5/6/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":202,"Cost":150,"Date":"1/26/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM","Country":"Finland","Sale":343,"Cost":272,"Date":"8/3/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":115,"Cost":77,"Date":"9/2/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":97,"Cost":49,"Date":"3/3/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":606,"Cost":373,"Date":"8/17/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":92,"Cost":63,"Date":"8/24/2022"},{"Store":"Rewell Center, Vaasa","Brand":"ARKET","Country":"Finland","Sale":752,"Cost":654,"Date":"3/23/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":983,"Cost":922,"Date":"9/22/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":921,"Cost":507,"Date":"7/25/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":190,"Cost":177,"Date":"6/20/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":556,"Cost":281,"Date":"4/9/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":527,"Cost":491,"Date":"6/21/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":354,"Cost":247,"Date":"5/3/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":708,"Cost":447,"Date":"4/17/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM Home","Country":"Finland","Sale":928,"Cost":597,"Date":"1/2/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":402,"Cost":291,"Date":"9/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":745,"Cost":478,"Date":"1/7/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":734,"Cost":415,"Date":"3/30/2024"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":908,"Cost":855,"Date":"10/27/2020"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":889,"Cost":769,"Date":"11/16/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":594,"Cost":383,"Date":"1/24/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":554,"Cost":334,"Date":"10/24/2024"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":572,"Cost":356,"Date":"9/25/2020"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":24,"Cost":14,"Date":"1/25/2021"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":859,"Cost":559,"Date":"4/26/2018"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":869,"Cost":528,"Date":"4/24/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":64,"Cost":38,"Date":"4/29/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":980,"Cost":551,"Date":"12/16/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":632,"Cost":430,"Date":"9/17/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":886,"Cost":471,"Date":"9/13/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":725,"Cost":638,"Date":"12/21/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":926,"Cost":812,"Date":"6/4/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":574,"Cost":378,"Date":"3/17/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":716,"Cost":523,"Date":"4/7/2021"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":929,"Cost":682,"Date":"5/8/2023"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":305,"Cost":238,"Date":"10/8/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":61,"Cost":55,"Date":"6/18/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":664,"Cost":351,"Date":"2/16/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":636,"Cost":395,"Date":"8/29/2018"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":682,"Cost":486,"Date":"11/28/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":729,"Cost":569,"Date":"12/27/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":788,"Cost":489,"Date":"2/25/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"HM Home","Country":"France","Sale":600,"Cost":346,"Date":"6/18/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":376,"Cost":228,"Date":"12/27/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":528,"Cost":292,"Date":"4/6/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":272,"Cost":185,"Date":"12/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM Home","Country":"France","Sale":141,"Cost":101,"Date":"5/1/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":830,"Cost":476,"Date":"9/23/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":955,"Cost":902,"Date":"9/2/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":823,"Cost":734,"Date":"9/30/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":779,"Cost":430,"Date":"2/7/2023"},{"Store":"Créteil Soleil","Brand":"HM Home","Country":"France","Sale":189,"Cost":138,"Date":"5/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"COS","Country":"France","Sale":809,"Cost":458,"Date":"1/23/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM Home","Country":"France","Sale":141,"Cost":70,"Date":"3/3/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Jeans","Country":"France","Sale":610,"Cost":426,"Date":"6/14/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":84,"Cost":47,"Date":"8/1/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":261,"Cost":217,"Date":"4/13/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":85,"Cost":81,"Date":"11/29/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":704,"Cost":436,"Date":"9/5/2018"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":354,"Cost":324,"Date":"4/9/2019"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":982,"Cost":907,"Date":"6/12/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":779,"Cost":472,"Date":"6/14/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":323,"Cost":284,"Date":"8/3/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":540,"Cost":323,"Date":"1/18/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":473,"Cost":345,"Date":"12/20/2020"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":954,"Cost":591,"Date":"11/6/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":364,"Cost":195,"Date":"2/4/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":265,"Cost":161,"Date":"12/25/2019"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":447,"Cost":356,"Date":"6/23/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"HM Home","Country":"France","Sale":563,"Cost":431,"Date":"3/16/2020"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":45,"Cost":32,"Date":"8/8/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":608,"Cost":389,"Date":"2/21/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":131,"Cost":68,"Date":"11/14/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":958,"Cost":806,"Date":"6/14/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":860,"Cost":750,"Date":"8/9/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":89,"Cost":78,"Date":"9/20/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":13,"Cost":8,"Date":"9/9/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":223,"Cost":126,"Date":"9/12/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":456,"Cost":228,"Date":"7/12/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":470,"Cost":287,"Date":"2/2/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":886,"Cost":451,"Date":"8/24/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":852,"Cost":771,"Date":"10/18/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":515,"Cost":378,"Date":"9/7/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":134,"Cost":80,"Date":"10/24/2022"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":839,"Cost":761,"Date":"3/2/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":19,"Cost":12,"Date":"1/7/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":73,"Cost":46,"Date":"11/24/2018"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":967,"Cost":902,"Date":"6/6/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":812,"Cost":748,"Date":"6/15/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":839,"Cost":502,"Date":"4/18/2018"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":864,"Cost":620,"Date":"4/19/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":884,"Cost":822,"Date":"6/1/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":209,"Cost":166,"Date":"5/31/2021"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":101,"Cost":59,"Date":"1/20/2021"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":643,"Cost":356,"Date":"1/9/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":281,"Cost":193,"Date":"11/25/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":31,"Cost":17,"Date":"4/25/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":187,"Cost":154,"Date":"1/2/2021"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":956,"Cost":586,"Date":"7/25/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":570,"Cost":511,"Date":"2/20/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":12,"Cost":10,"Date":"6/21/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":395,"Cost":364,"Date":"11/4/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":137,"Cost":121,"Date":"11/6/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":172,"Cost":136,"Date":"7/1/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":990,"Cost":894,"Date":"11/11/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":927,"Cost":837,"Date":"10/16/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":299,"Cost":283,"Date":"7/1/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":859,"Cost":734,"Date":"9/5/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":767,"Cost":537,"Date":"12/15/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":773,"Cost":462,"Date":"2/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":699,"Cost":375,"Date":"9/24/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":231,"Cost":127,"Date":"8/7/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":727,"Cost":409,"Date":"10/26/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":616,"Cost":355,"Date":"5/10/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":562,"Cost":533,"Date":"3/5/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":425,"Cost":384,"Date":"1/18/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":227,"Cost":119,"Date":"8/20/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":990,"Cost":671,"Date":"2/4/2019"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":876,"Cost":745,"Date":"4/10/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":986,"Cost":645,"Date":"7/20/2020"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":723,"Cost":424,"Date":"3/27/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":192,"Cost":123,"Date":"6/18/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":182,"Cost":160,"Date":"9/24/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":242,"Cost":135,"Date":"9/18/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":574,"Cost":311,"Date":"4/18/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":949,"Cost":518,"Date":"7/19/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":788,"Cost":589,"Date":"8/6/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":476,"Cost":427,"Date":"7/19/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":65,"Cost":49,"Date":"12/30/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":166,"Cost":90,"Date":"10/20/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":522,"Cost":325,"Date":"10/4/2023"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":479,"Cost":328,"Date":"8/19/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":402,"Cost":351,"Date":"8/4/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":603,"Cost":463,"Date":"9/15/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":105,"Cost":74,"Date":"7/5/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":146,"Cost":99,"Date":"9/4/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":273,"Cost":214,"Date":"4/10/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":359,"Cost":298,"Date":"1/8/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":833,"Cost":446,"Date":"11/10/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":29,"Cost":19,"Date":"1/17/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":264,"Cost":220,"Date":"6/10/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":877,"Cost":664,"Date":"11/15/2018"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":781,"Cost":636,"Date":"6/3/2022"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":594,"Cost":358,"Date":"11/7/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":230,"Cost":117,"Date":"1/24/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":976,"Cost":551,"Date":"12/22/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":281,"Cost":197,"Date":"9/27/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":787,"Cost":461,"Date":"12/3/2024"},{"Store":"Val d'Europe, Serris","Brand":"COS","Country":"France","Sale":252,"Cost":131,"Date":"12/22/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":835,"Cost":735,"Date":"11/1/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Jeans","Country":"France","Sale":936,"Cost":827,"Date":"11/29/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":546,"Cost":466,"Date":"10/26/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":48,"Cost":42,"Date":"6/16/2019"},{"Store":"Courier, Annecy","Brand":"COS","Country":"France","Sale":433,"Cost":335,"Date":"10/18/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":533,"Cost":415,"Date":"2/26/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":943,"Cost":708,"Date":"5/23/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":902,"Cost":482,"Date":"12/15/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":780,"Cost":410,"Date":"3/27/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":851,"Cost":466,"Date":"11/2/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":737,"Cost":656,"Date":"6/20/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":60,"Cost":41,"Date":"2/28/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":229,"Cost":156,"Date":"5/13/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":469,"Cost":283,"Date":"9/28/2024"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":155,"Cost":94,"Date":"9/26/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":272,"Cost":184,"Date":"11/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":712,"Cost":573,"Date":"3/6/2023"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":743,"Cost":699,"Date":"9/25/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Jeans","Country":"France","Sale":662,"Cost":367,"Date":"7/27/2020"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":987,"Cost":539,"Date":"1/31/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":767,"Cost":574,"Date":"9/21/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":83,"Cost":61,"Date":"10/15/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":112,"Cost":71,"Date":"1/26/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":756,"Cost":555,"Date":"7/12/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"COS","Country":"France","Sale":650,"Cost":466,"Date":"5/25/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":72,"Cost":65,"Date":"11/9/2018"},{"Store":"Labège 2, Toulouse","Brand":"HM","Country":"France","Sale":472,"Cost":243,"Date":"3/25/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":80,"Cost":48,"Date":"8/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":94,"Cost":55,"Date":"7/30/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":914,"Cost":473,"Date":"5/30/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":611,"Cost":403,"Date":"5/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":160,"Cost":140,"Date":"11/17/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":264,"Cost":163,"Date":"5/30/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":954,"Cost":878,"Date":"5/20/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":425,"Cost":296,"Date":"3/16/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":400,"Cost":362,"Date":"9/16/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":416,"Cost":246,"Date":"2/8/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":272,"Cost":236,"Date":"7/17/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Jeans","Country":"France","Sale":997,"Cost":894,"Date":"3/2/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":738,"Cost":661,"Date":"3/8/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":246,"Cost":168,"Date":"1/5/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":896,"Cost":571,"Date":"1/4/2018"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":576,"Cost":463,"Date":"11/17/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":410,"Cost":314,"Date":"2/15/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":885,"Cost":708,"Date":"5/23/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":654,"Cost":339,"Date":"8/11/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":680,"Cost":639,"Date":"9/20/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":312,"Cost":285,"Date":"2/15/2021"},{"Store":"Le Grand Épagny","Brand":"Nova","Country":"France","Sale":890,"Cost":697,"Date":"4/15/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":397,"Cost":287,"Date":"1/19/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":312,"Cost":160,"Date":"7/30/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":568,"Cost":513,"Date":"5/29/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":648,"Cost":438,"Date":"8/18/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":708,"Cost":625,"Date":"3/30/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":320,"Cost":236,"Date":"11/10/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":354,"Cost":183,"Date":"11/21/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Sellpy","Country":"France","Sale":258,"Cost":203,"Date":"3/29/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":476,"Cost":344,"Date":"10/19/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":884,"Cost":562,"Date":"11/16/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":780,"Cost":662,"Date":"12/19/2024"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":859,"Cost":648,"Date":"2/13/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":900,"Cost":630,"Date":"5/8/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":844,"Cost":648,"Date":"2/1/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":850,"Cost":695,"Date":"3/8/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":817,"Cost":588,"Date":"11/21/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":849,"Cost":433,"Date":"11/5/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":745,"Cost":564,"Date":"6/10/2021"},{"Store":"Courier, Annecy","Brand":"COS","Country":"France","Sale":17,"Cost":9,"Date":"6/22/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":576,"Cost":402,"Date":"2/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM","Country":"France","Sale":965,"Cost":754,"Date":"7/5/2018"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":282,"Cost":247,"Date":"8/9/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":691,"Cost":479,"Date":"7/29/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":584,"Cost":449,"Date":"9/24/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":526,"Cost":353,"Date":"2/28/2018"},{"Store":"Courier, Annecy","Brand":"COS","Country":"France","Sale":131,"Cost":113,"Date":"6/4/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":2,"Cost":1,"Date":"4/3/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":342,"Cost":231,"Date":"5/8/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":561,"Cost":339,"Date":"12/19/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM Home","Country":"France","Sale":9,"Cost":7,"Date":"1/6/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":715,"Cost":489,"Date":"4/2/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":89,"Cost":76,"Date":"4/5/2024"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":847,"Cost":752,"Date":"3/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":910,"Cost":636,"Date":"7/6/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":542,"Cost":484,"Date":"4/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"HM Home","Country":"France","Sale":144,"Cost":136,"Date":"5/13/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":106,"Cost":70,"Date":"7/18/2021"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":455,"Cost":339,"Date":"11/12/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":27,"Cost":23,"Date":"6/22/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":641,"Cost":431,"Date":"1/25/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":729,"Cost":601,"Date":"11/10/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"HM Home","Country":"France","Sale":767,"Cost":690,"Date":"6/19/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":813,"Cost":703,"Date":"4/16/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":256,"Cost":210,"Date":"4/24/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":537,"Cost":299,"Date":"12/22/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":491,"Cost":325,"Date":"7/6/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":470,"Cost":360,"Date":"5/20/2018"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":697,"Cost":536,"Date":"7/9/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":633,"Cost":386,"Date":"7/22/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":825,"Cost":470,"Date":"7/16/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":245,"Cost":167,"Date":"7/10/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":877,"Cost":563,"Date":"4/3/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":322,"Cost":201,"Date":"7/2/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":635,"Cost":452,"Date":"11/9/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":924,"Cost":736,"Date":"12/3/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM","Country":"France","Sale":525,"Cost":479,"Date":"11/6/2021"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":832,"Cost":572,"Date":"11/29/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":357,"Cost":204,"Date":"10/27/2019"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":206,"Cost":105,"Date":"4/4/2021"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":115,"Cost":65,"Date":"4/12/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":374,"Cost":226,"Date":"11/18/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM Home","Country":"France","Sale":284,"Cost":175,"Date":"2/13/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":320,"Cost":212,"Date":"1/26/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":133,"Cost":120,"Date":"3/16/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":839,"Cost":523,"Date":"6/5/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":915,"Cost":546,"Date":"6/5/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":635,"Cost":573,"Date":"6/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Jeans","Country":"France","Sale":886,"Cost":751,"Date":"8/8/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":772,"Cost":640,"Date":"5/16/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":933,"Cost":838,"Date":"6/21/2021"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":797,"Cost":663,"Date":"3/13/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":791,"Cost":427,"Date":"2/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":108,"Cost":68,"Date":"8/3/2018"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":174,"Cost":141,"Date":"1/4/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":313,"Cost":292,"Date":"6/28/2018"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":621,"Cost":385,"Date":"5/21/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Sellpy","Country":"France","Sale":285,"Cost":163,"Date":"11/11/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":624,"Cost":334,"Date":"11/29/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":240,"Cost":183,"Date":"11/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":587,"Cost":424,"Date":"3/10/2020"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":11,"Cost":11,"Date":"12/7/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":95,"Cost":84,"Date":"11/13/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":385,"Cost":287,"Date":"11/3/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":190,"Cost":134,"Date":"3/4/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":21,"Cost":15,"Date":"4/19/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":280,"Cost":189,"Date":"9/18/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":910,"Cost":648,"Date":"2/10/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":984,"Cost":511,"Date":"6/17/2024"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":669,"Cost":577,"Date":"12/1/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":662,"Cost":581,"Date":"1/21/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":120,"Cost":73,"Date":"1/19/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":607,"Cost":410,"Date":"12/5/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"HM Home","Country":"France","Sale":909,"Cost":647,"Date":"11/19/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":877,"Cost":812,"Date":"6/26/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":24,"Cost":20,"Date":"12/13/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":60,"Cost":50,"Date":"10/21/2020"},{"Store":"Val d'Europe, Serris","Brand":"COS","Country":"France","Sale":692,"Cost":643,"Date":"8/2/2018"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":34,"Cost":32,"Date":"12/29/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":242,"Cost":179,"Date":"5/22/2024"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":515,"Cost":451,"Date":"4/15/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":316,"Cost":222,"Date":"10/28/2018"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":680,"Cost":618,"Date":"10/15/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":196,"Cost":172,"Date":"4/14/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":19,"Cost":15,"Date":"7/2/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":848,"Cost":805,"Date":"12/24/2024"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":363,"Cost":202,"Date":"5/30/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":572,"Cost":543,"Date":"8/31/2018"},{"Store":"Créteil Soleil","Brand":"HM Home","Country":"France","Sale":59,"Cost":46,"Date":"3/28/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":913,"Cost":587,"Date":"1/28/2020"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":181,"Cost":164,"Date":"12/21/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":460,"Cost":273,"Date":"10/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":383,"Cost":328,"Date":"9/1/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":318,"Cost":168,"Date":"9/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":823,"Cost":580,"Date":"3/30/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":642,"Cost":498,"Date":"11/10/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":461,"Cost":249,"Date":"1/29/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":711,"Cost":490,"Date":"7/20/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":664,"Cost":455,"Date":"9/9/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":583,"Cost":512,"Date":"6/20/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":972,"Cost":862,"Date":"9/12/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":398,"Cost":240,"Date":"3/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":835,"Cost":732,"Date":"5/26/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":926,"Cost":496,"Date":"2/18/2020"},{"Store":"Euralille, Lille","Brand":"ARKET","Country":"France","Sale":771,"Cost":696,"Date":"8/29/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":447,"Cost":377,"Date":"8/13/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":40,"Cost":23,"Date":"3/24/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":366,"Cost":345,"Date":"11/25/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":642,"Cost":376,"Date":"10/9/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":983,"Cost":618,"Date":"7/5/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":261,"Cost":216,"Date":"8/19/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":685,"Cost":394,"Date":"7/26/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":947,"Cost":607,"Date":"9/15/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":97,"Cost":86,"Date":"7/26/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":381,"Cost":221,"Date":"7/31/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":893,"Cost":521,"Date":"9/4/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":659,"Cost":333,"Date":"8/29/2021"},{"Store":"Val d'Europe, Serris","Brand":"COS","Country":"France","Sale":253,"Cost":143,"Date":"10/25/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":937,"Cost":551,"Date":"1/29/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":367,"Cost":225,"Date":"6/13/2024"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":726,"Cost":581,"Date":"2/27/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":167,"Cost":137,"Date":"6/19/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":967,"Cost":769,"Date":"8/24/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":425,"Cost":327,"Date":"11/17/2020"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":979,"Cost":871,"Date":"2/10/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"COS","Country":"France","Sale":654,"Cost":401,"Date":"6/29/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":371,"Cost":201,"Date":"8/28/2019"},{"Store":"Euralille, Lille","Brand":"ARKET","Country":"France","Sale":46,"Cost":43,"Date":"2/14/2020"},{"Store":"Labège 2, Toulouse","Brand":"Sellpy","Country":"France","Sale":682,"Cost":370,"Date":"12/26/2021"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":596,"Cost":433,"Date":"11/19/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":222,"Cost":206,"Date":"12/16/2018"},{"Store":"Labège 2, Toulouse","Brand":"Sellpy","Country":"France","Sale":814,"Cost":622,"Date":"10/9/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":627,"Cost":316,"Date":"7/30/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Jeans","Country":"France","Sale":491,"Cost":448,"Date":"8/4/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":126,"Cost":81,"Date":"4/27/2023"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":252,"Cost":160,"Date":"8/17/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":874,"Cost":533,"Date":"8/17/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":894,"Cost":560,"Date":"6/19/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":446,"Cost":283,"Date":"3/30/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":826,"Cost":456,"Date":"7/16/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":530,"Cost":283,"Date":"8/29/2021"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":278,"Cost":255,"Date":"11/1/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":583,"Cost":356,"Date":"8/9/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":73,"Cost":45,"Date":"2/2/2018"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":729,"Cost":626,"Date":"7/1/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"Sellpy","Country":"France","Sale":124,"Cost":71,"Date":"7/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Sellpy","Country":"France","Sale":415,"Cost":363,"Date":"11/27/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":73,"Cost":64,"Date":"12/25/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":191,"Cost":171,"Date":"3/14/2021"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":270,"Cost":184,"Date":"9/12/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM","Country":"France","Sale":533,"Cost":461,"Date":"2/8/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":5,"Cost":2,"Date":"7/14/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":860,"Cost":546,"Date":"3/8/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":794,"Cost":412,"Date":"4/28/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":834,"Cost":528,"Date":"4/10/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":3,"Cost":2,"Date":"11/19/2023"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":220,"Cost":156,"Date":"8/28/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":601,"Cost":401,"Date":"7/19/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":901,"Cost":798,"Date":"7/14/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":158,"Cost":115,"Date":"4/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":35,"Cost":20,"Date":"6/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Jeans","Country":"France","Sale":26,"Cost":25,"Date":"1/26/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":228,"Cost":193,"Date":"1/28/2018"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":112,"Cost":98,"Date":"12/30/2024"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":465,"Cost":280,"Date":"9/24/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Jeans","Country":"France","Sale":743,"Cost":659,"Date":"12/15/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":461,"Cost":258,"Date":"2/27/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":828,"Cost":723,"Date":"12/24/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":748,"Cost":517,"Date":"7/26/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM Home","Country":"France","Sale":903,"Cost":596,"Date":"9/15/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":778,"Cost":459,"Date":"9/12/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":656,"Cost":539,"Date":"5/5/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":346,"Cost":264,"Date":"11/17/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":847,"Cost":456,"Date":"5/18/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"HM Home","Country":"France","Sale":296,"Cost":236,"Date":"10/7/2020"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":804,"Cost":644,"Date":"2/9/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":999,"Cost":813,"Date":"6/15/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":89,"Cost":57,"Date":"11/18/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":177,"Cost":97,"Date":"9/12/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":974,"Cost":697,"Date":"9/8/2020"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":923,"Cost":556,"Date":"6/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":157,"Cost":138,"Date":"10/11/2021"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":47,"Cost":28,"Date":"7/23/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":519,"Cost":448,"Date":"8/17/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":431,"Cost":360,"Date":"4/11/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM Home","Country":"France","Sale":598,"Cost":361,"Date":"12/6/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":500,"Cost":431,"Date":"7/19/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":50,"Cost":40,"Date":"9/20/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":127,"Cost":88,"Date":"4/6/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":309,"Cost":195,"Date":"11/19/2021"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":896,"Cost":510,"Date":"3/1/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":788,"Cost":660,"Date":"10/2/2024"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":323,"Cost":178,"Date":"4/1/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":167,"Cost":108,"Date":"8/12/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":432,"Cost":260,"Date":"1/13/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Jeans","Country":"France","Sale":211,"Cost":198,"Date":"5/3/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":538,"Cost":380,"Date":"6/24/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":305,"Cost":227,"Date":"5/1/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":275,"Cost":186,"Date":"11/5/2024"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":953,"Cost":727,"Date":"7/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Sellpy","Country":"France","Sale":263,"Cost":214,"Date":"12/17/2018"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":244,"Cost":156,"Date":"5/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":358,"Cost":226,"Date":"9/27/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":183,"Cost":144,"Date":"8/6/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":84,"Cost":67,"Date":"8/29/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":349,"Cost":206,"Date":"3/27/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":821,"Cost":484,"Date":"1/6/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"COS","Country":"France","Sale":90,"Cost":46,"Date":"5/31/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":469,"Cost":346,"Date":"11/13/2022"},{"Store":"Labège 2, Toulouse","Brand":"HM","Country":"France","Sale":502,"Cost":301,"Date":"8/29/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":842,"Cost":452,"Date":"4/12/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":448,"Cost":299,"Date":"3/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":56,"Cost":34,"Date":"10/29/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":340,"Cost":227,"Date":"11/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":903,"Cost":629,"Date":"5/30/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":47,"Cost":29,"Date":"10/18/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM Home","Country":"France","Sale":559,"Cost":389,"Date":"7/23/2020"},{"Store":"Courier, Annecy","Brand":"COS","Country":"France","Sale":759,"Cost":390,"Date":"2/17/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":652,"Cost":399,"Date":"7/9/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":738,"Cost":379,"Date":"10/30/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":134,"Cost":96,"Date":"1/12/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"HM Home","Country":"France","Sale":695,"Cost":589,"Date":"8/15/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":144,"Cost":83,"Date":"1/21/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":252,"Cost":219,"Date":"6/18/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":749,"Cost":417,"Date":"10/14/2023"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":371,"Cost":191,"Date":"4/19/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":851,"Cost":448,"Date":"3/10/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":813,"Cost":628,"Date":"8/17/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":317,"Cost":295,"Date":"12/30/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":200,"Cost":165,"Date":"4/18/2023"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":353,"Cost":214,"Date":"7/27/2024"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":81,"Cost":64,"Date":"12/11/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"5/18/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":374,"Cost":261,"Date":"10/13/2021"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":480,"Cost":396,"Date":"10/23/2020"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":296,"Cost":266,"Date":"9/6/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":789,"Cost":481,"Date":"10/22/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":556,"Cost":388,"Date":"5/17/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":423,"Cost":298,"Date":"12/26/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":850,"Cost":783,"Date":"11/9/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":717,"Cost":527,"Date":"8/22/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":814,"Cost":475,"Date":"1/31/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":259,"Cost":220,"Date":"2/27/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":950,"Cost":557,"Date":"12/15/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":50,"Cost":29,"Date":"5/26/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":803,"Cost":461,"Date":"7/5/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Sellpy","Country":"France","Sale":534,"Cost":296,"Date":"9/25/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM Home","Country":"France","Sale":750,"Cost":606,"Date":"10/14/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":358,"Cost":282,"Date":"5/10/2019"},{"Store":"Le Grand Épagny","Brand":"Nova","Country":"France","Sale":661,"Cost":354,"Date":"2/10/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":219,"Cost":128,"Date":"2/12/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":883,"Cost":614,"Date":"1/30/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":445,"Cost":346,"Date":"6/29/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":703,"Cost":397,"Date":"9/19/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":972,"Cost":661,"Date":"11/7/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":364,"Cost":257,"Date":"12/28/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":467,"Cost":436,"Date":"3/31/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":275,"Cost":219,"Date":"8/24/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":559,"Cost":340,"Date":"12/9/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":290,"Cost":151,"Date":"2/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":362,"Cost":325,"Date":"1/9/2024"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":551,"Cost":370,"Date":"12/19/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":96,"Cost":80,"Date":"5/18/2023"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":659,"Cost":409,"Date":"3/9/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":229,"Cost":179,"Date":"4/16/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":722,"Cost":675,"Date":"10/29/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":944,"Cost":833,"Date":"6/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":787,"Cost":693,"Date":"7/17/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":57,"Cost":44,"Date":"9/9/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":965,"Cost":582,"Date":"9/21/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":866,"Cost":708,"Date":"11/11/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":484,"Cost":361,"Date":"10/28/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":967,"Cost":659,"Date":"10/16/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":720,"Cost":411,"Date":"3/16/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":580,"Cost":352,"Date":"6/2/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":66,"Cost":36,"Date":"12/8/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":863,"Cost":640,"Date":"7/9/2023"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":247,"Cost":137,"Date":"8/27/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":108,"Cost":97,"Date":"4/1/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":547,"Cost":477,"Date":"7/30/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":466,"Cost":439,"Date":"8/9/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":469,"Cost":371,"Date":"6/30/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":953,"Cost":478,"Date":"10/4/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":657,"Cost":584,"Date":"12/30/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Sellpy","Country":"France","Sale":1000,"Cost":603,"Date":"6/13/2018"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":439,"Cost":299,"Date":"11/25/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":755,"Cost":442,"Date":"10/2/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":644,"Cost":337,"Date":"8/18/2024"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":47,"Cost":38,"Date":"2/8/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":210,"Cost":158,"Date":"3/5/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":728,"Cost":579,"Date":"2/21/2021"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":787,"Cost":636,"Date":"9/2/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"HM Home","Country":"France","Sale":773,"Cost":406,"Date":"1/12/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":192,"Cost":165,"Date":"4/14/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":872,"Cost":599,"Date":"5/17/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":955,"Cost":801,"Date":"4/13/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":818,"Cost":558,"Date":"5/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":431,"Cost":332,"Date":"9/21/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":604,"Cost":362,"Date":"7/11/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":276,"Cost":260,"Date":"10/28/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":351,"Cost":233,"Date":"10/20/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":118,"Date":"12/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":415,"Cost":352,"Date":"11/6/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":500,"Cost":408,"Date":"8/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":825,"Cost":623,"Date":"2/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":914,"Cost":553,"Date":"7/17/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":599,"Date":"5/4/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"COS","Country":"Germany","Sale":127,"Cost":103,"Date":"7/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Nova","Country":"Germany","Sale":856,"Cost":569,"Date":"6/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":489,"Date":"5/18/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"COS","Country":"Germany","Sale":470,"Cost":289,"Date":"6/30/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":51,"Cost":27,"Date":"8/1/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":90,"Cost":84,"Date":"1/31/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":367,"Cost":329,"Date":"12/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":476,"Cost":392,"Date":"9/22/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":253,"Cost":145,"Date":"12/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":430,"Cost":230,"Date":"7/14/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":901,"Cost":688,"Date":"2/28/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":429,"Cost":389,"Date":"1/22/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":894,"Cost":778,"Date":"9/6/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":493,"Date":"4/17/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":433,"Cost":254,"Date":"9/21/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM Home","Country":"Germany","Sale":265,"Cost":238,"Date":"7/21/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":774,"Cost":708,"Date":"8/7/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":729,"Cost":447,"Date":"2/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":165,"Cost":106,"Date":"7/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":649,"Cost":468,"Date":"7/15/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":362,"Cost":267,"Date":"5/3/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":262,"Cost":153,"Date":"1/29/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":440,"Cost":337,"Date":"1/12/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":106,"Cost":56,"Date":"11/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Nova","Country":"Germany","Sale":886,"Cost":713,"Date":"6/9/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":327,"Cost":270,"Date":"7/8/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":196,"Cost":184,"Date":"2/27/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":751,"Cost":667,"Date":"5/30/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Nova","Country":"Germany","Sale":548,"Cost":497,"Date":"3/23/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":629,"Cost":377,"Date":"7/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":384,"Cost":302,"Date":"2/19/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":309,"Cost":264,"Date":"6/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":541,"Date":"1/21/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":929,"Cost":481,"Date":"5/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":343,"Cost":302,"Date":"4/24/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":690,"Cost":447,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":460,"Date":"11/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":464,"Cost":232,"Date":"10/15/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":409,"Cost":352,"Date":"2/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":515,"Cost":397,"Date":"7/30/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":520,"Date":"4/17/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":769,"Cost":524,"Date":"2/5/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":376,"Cost":219,"Date":"3/2/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":447,"Cost":353,"Date":"7/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":256,"Cost":167,"Date":"1/14/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":1000,"Cost":538,"Date":"4/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":270,"Date":"2/4/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":617,"Cost":413,"Date":"11/18/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":75,"Date":"12/1/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":216,"Cost":200,"Date":"3/26/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":152,"Cost":85,"Date":"1/27/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":199,"Cost":142,"Date":"8/30/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":293,"Cost":178,"Date":"9/20/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":318,"Cost":247,"Date":"3/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":371,"Cost":282,"Date":"5/21/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":329,"Date":"7/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":593,"Cost":485,"Date":"5/15/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":902,"Cost":778,"Date":"12/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":518,"Cost":314,"Date":"3/13/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":780,"Cost":625,"Date":"12/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":41,"Date":"8/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":759,"Cost":416,"Date":"10/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":789,"Cost":468,"Date":"8/31/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":819,"Cost":601,"Date":"7/13/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":706,"Cost":365,"Date":"2/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":614,"Cost":504,"Date":"1/22/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":836,"Cost":657,"Date":"12/1/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":131,"Cost":76,"Date":"11/18/2024"},{"Store":"Aachen Arkaden","Brand":"Nova","Country":"Germany","Sale":568,"Cost":449,"Date":"12/6/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":657,"Date":"6/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":52,"Cost":43,"Date":"7/6/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":874,"Cost":764,"Date":"8/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":891,"Cost":815,"Date":"3/17/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":450,"Cost":268,"Date":"5/29/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":39,"Cost":34,"Date":"9/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":39,"Cost":34,"Date":"6/23/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":370,"Date":"7/15/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":505,"Cost":269,"Date":"3/9/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":583,"Cost":484,"Date":"12/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":223,"Cost":197,"Date":"6/9/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":552,"Date":"7/29/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":999,"Cost":773,"Date":"11/17/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":889,"Cost":843,"Date":"3/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":199,"Cost":108,"Date":"11/27/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":39,"Cost":20,"Date":"7/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":48,"Cost":43,"Date":"6/26/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":137,"Cost":68,"Date":"2/11/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":849,"Cost":747,"Date":"12/30/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":526,"Cost":413,"Date":"8/11/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":477,"Cost":415,"Date":"5/4/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":26,"Cost":14,"Date":"1/2/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":444,"Cost":314,"Date":"1/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":625,"Cost":527,"Date":"3/29/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":224,"Cost":126,"Date":"2/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":784,"Cost":665,"Date":"10/12/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":479,"Cost":371,"Date":"8/3/2022"},{"Store":"Anger 1, Erfurt","Brand":"ARKET","Country":"Germany","Sale":81,"Cost":61,"Date":"2/24/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":923,"Cost":599,"Date":"7/6/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":345,"Cost":278,"Date":"5/2/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":356,"Cost":239,"Date":"5/23/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":951,"Cost":724,"Date":"1/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":138,"Cost":97,"Date":"10/12/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":447,"Cost":268,"Date":"7/23/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":748,"Cost":605,"Date":"4/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM Home","Country":"Germany","Sale":15,"Cost":13,"Date":"1/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":585,"Cost":309,"Date":"6/12/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":888,"Cost":558,"Date":"12/29/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":652,"Cost":553,"Date":"7/9/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":134,"Cost":105,"Date":"2/24/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":551,"Cost":391,"Date":"10/11/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM Home","Country":"Germany","Sale":323,"Cost":192,"Date":"4/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":670,"Cost":400,"Date":"3/27/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":258,"Cost":144,"Date":"1/13/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":77,"Cost":42,"Date":"6/27/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":519,"Cost":422,"Date":"5/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"COS","Country":"Germany","Sale":447,"Cost":397,"Date":"3/9/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":5,"Cost":4,"Date":"9/19/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":561,"Cost":358,"Date":"2/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":183,"Cost":173,"Date":"9/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Nova","Country":"Germany","Sale":164,"Cost":136,"Date":"11/24/2019"},{"Store":"CentrO, Oberhausen","Brand":"ARKET","Country":"Germany","Sale":302,"Cost":172,"Date":"8/27/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":176,"Cost":122,"Date":"2/16/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":603,"Date":"5/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":929,"Cost":605,"Date":"4/3/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":59,"Cost":54,"Date":"6/12/2023"},{"Store":"MercaturA, Aalen","Brand":"Nova","Country":"Germany","Sale":521,"Cost":283,"Date":"9/6/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":953,"Cost":899,"Date":"11/12/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":92,"Cost":79,"Date":"3/26/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":419,"Cost":248,"Date":"2/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":244,"Cost":171,"Date":"12/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":292,"Cost":246,"Date":"7/10/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":343,"Cost":312,"Date":"9/30/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Nova","Country":"Germany","Sale":695,"Cost":386,"Date":"8/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":615,"Date":"10/21/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":934,"Cost":851,"Date":"4/9/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":74,"Cost":64,"Date":"11/7/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":855,"Date":"12/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":761,"Cost":493,"Date":"10/2/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":126,"Cost":102,"Date":"5/23/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":661,"Cost":492,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":475,"Cost":350,"Date":"11/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":714,"Cost":468,"Date":"5/3/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":677,"Cost":526,"Date":"6/29/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":610,"Cost":551,"Date":"5/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":126,"Cost":100,"Date":"3/16/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":239,"Cost":155,"Date":"9/11/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":42,"Cost":21,"Date":"2/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":373,"Date":"4/6/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":473,"Cost":411,"Date":"7/24/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":163,"Date":"9/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":249,"Cost":192,"Date":"7/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":813,"Cost":617,"Date":"6/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":650,"Cost":564,"Date":"2/23/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":47,"Date":"8/18/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":573,"Cost":537,"Date":"8/15/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Sellpy","Country":"Germany","Sale":75,"Cost":68,"Date":"1/11/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":767,"Cost":630,"Date":"6/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":970,"Cost":838,"Date":"8/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":309,"Cost":181,"Date":"5/3/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":66,"Cost":37,"Date":"11/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":419,"Cost":340,"Date":"4/23/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":416,"Cost":373,"Date":"3/7/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":579,"Cost":404,"Date":"1/26/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":749,"Cost":546,"Date":"2/9/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":434,"Date":"7/18/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":434,"Cost":262,"Date":"6/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":324,"Cost":258,"Date":"9/4/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":591,"Cost":472,"Date":"3/11/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":521,"Cost":387,"Date":"1/15/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM","Country":"Germany","Sale":415,"Cost":215,"Date":"8/19/2021"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":186,"Cost":172,"Date":"6/15/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":255,"Date":"1/9/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":773,"Cost":437,"Date":"9/17/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":955,"Cost":743,"Date":"5/7/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":702,"Cost":406,"Date":"2/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":67,"Cost":61,"Date":"7/15/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":989,"Cost":494,"Date":"8/3/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":378,"Cost":289,"Date":"10/21/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"ARKET","Country":"Germany","Sale":465,"Cost":367,"Date":"5/17/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":517,"Cost":406,"Date":"9/21/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":252,"Cost":231,"Date":"7/4/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":696,"Cost":648,"Date":"5/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":183,"Cost":114,"Date":"3/6/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":596,"Cost":299,"Date":"9/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":186,"Cost":132,"Date":"1/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":967,"Cost":618,"Date":"11/6/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":234,"Cost":176,"Date":"10/15/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":866,"Cost":450,"Date":"12/7/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":797,"Cost":584,"Date":"8/10/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Jeans","Country":"Germany","Sale":376,"Cost":202,"Date":"2/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM Home","Country":"Germany","Sale":144,"Cost":106,"Date":"9/4/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":65,"Date":"4/9/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":796,"Cost":457,"Date":"8/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":257,"Cost":232,"Date":"2/20/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM Home","Country":"Germany","Sale":957,"Cost":541,"Date":"4/23/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":809,"Cost":409,"Date":"12/20/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":897,"Cost":845,"Date":"11/3/2020"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":556,"Cost":458,"Date":"9/16/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":365,"Date":"10/20/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":553,"Cost":421,"Date":"2/4/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":137,"Cost":78,"Date":"7/10/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":791,"Cost":470,"Date":"7/22/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":390,"Cost":207,"Date":"7/30/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":469,"Cost":443,"Date":"11/8/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":23,"Cost":11,"Date":"12/9/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":354,"Cost":244,"Date":"4/30/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":292,"Cost":193,"Date":"6/17/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":954,"Cost":585,"Date":"1/9/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":427,"Cost":260,"Date":"12/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":503,"Date":"11/6/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":167,"Cost":154,"Date":"6/10/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":331,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":837,"Cost":748,"Date":"8/29/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":617,"Cost":582,"Date":"10/20/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":207,"Cost":196,"Date":"2/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":652,"Cost":558,"Date":"7/9/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":319,"Date":"3/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":571,"Cost":488,"Date":"8/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":681,"Cost":595,"Date":"12/22/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":795,"Cost":581,"Date":"5/6/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":765,"Cost":488,"Date":"1/4/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":618,"Cost":316,"Date":"4/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Jeans","Country":"Germany","Sale":565,"Cost":485,"Date":"1/24/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"ARKET","Country":"Germany","Sale":982,"Cost":594,"Date":"4/30/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":171,"Cost":135,"Date":"5/9/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":397,"Cost":222,"Date":"2/2/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":623,"Cost":372,"Date":"6/24/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":931,"Cost":594,"Date":"11/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Nova","Country":"Germany","Sale":222,"Cost":206,"Date":"1/21/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":929,"Cost":582,"Date":"4/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":902,"Cost":783,"Date":"2/9/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":355,"Cost":185,"Date":"4/20/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":44,"Cost":40,"Date":"8/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":543,"Cost":506,"Date":"12/27/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":412,"Cost":382,"Date":"8/24/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":610,"Cost":342,"Date":"5/11/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":237,"Cost":147,"Date":"2/10/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":139,"Cost":105,"Date":"1/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":17,"Cost":10,"Date":"5/29/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":777,"Cost":713,"Date":"4/29/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":886,"Cost":770,"Date":"8/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Nova","Country":"Germany","Sale":203,"Cost":157,"Date":"12/22/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Nova","Country":"Germany","Sale":950,"Cost":508,"Date":"3/15/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":781,"Cost":658,"Date":"1/25/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":117,"Cost":67,"Date":"4/18/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Jeans","Country":"Germany","Sale":433,"Cost":337,"Date":"10/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":269,"Cost":249,"Date":"1/9/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":984,"Cost":569,"Date":"3/15/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Sellpy","Country":"Germany","Sale":457,"Cost":420,"Date":"9/10/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":970,"Cost":763,"Date":"8/4/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":756,"Cost":694,"Date":"9/22/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":849,"Cost":427,"Date":"12/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":225,"Cost":210,"Date":"1/13/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":35,"Cost":29,"Date":"7/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":369,"Cost":185,"Date":"5/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":804,"Cost":540,"Date":"1/16/2021"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":861,"Cost":688,"Date":"2/17/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":515,"Cost":454,"Date":"9/24/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":131,"Cost":65,"Date":"9/17/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Nova","Country":"Germany","Sale":109,"Cost":101,"Date":"8/14/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":527,"Cost":350,"Date":"5/4/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":947,"Cost":517,"Date":"11/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":289,"Cost":272,"Date":"9/26/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":621,"Date":"8/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":433,"Date":"7/29/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM Home","Country":"Germany","Sale":234,"Cost":126,"Date":"1/26/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":123,"Cost":62,"Date":"7/31/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":506,"Cost":395,"Date":"4/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":142,"Cost":89,"Date":"3/16/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"COS","Country":"Germany","Sale":689,"Cost":501,"Date":"5/6/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":103,"Cost":94,"Date":"1/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":350,"Cost":254,"Date":"4/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":867,"Cost":680,"Date":"6/21/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":513,"Cost":361,"Date":"10/3/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":16,"Cost":12,"Date":"7/20/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":854,"Cost":577,"Date":"8/15/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":263,"Cost":145,"Date":"12/3/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":436,"Date":"1/2/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":892,"Cost":832,"Date":"3/5/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":214,"Date":"2/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":975,"Cost":517,"Date":"5/14/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":893,"Cost":467,"Date":"12/19/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":992,"Cost":801,"Date":"12/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":541,"Cost":510,"Date":"12/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":325,"Cost":271,"Date":"2/18/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":700,"Cost":555,"Date":"7/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":656,"Cost":330,"Date":"12/8/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Nova","Country":"Germany","Sale":613,"Cost":547,"Date":"11/21/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":300,"Cost":184,"Date":"12/28/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":318,"Cost":159,"Date":"9/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":190,"Cost":148,"Date":"7/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":851,"Cost":740,"Date":"4/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":262,"Cost":210,"Date":"10/15/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":510,"Cost":391,"Date":"10/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":166,"Cost":143,"Date":"8/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"COS","Country":"Germany","Sale":318,"Cost":225,"Date":"8/31/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":669,"Cost":403,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":459,"Cost":344,"Date":"6/21/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":205,"Date":"1/3/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":724,"Cost":685,"Date":"7/24/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":727,"Cost":592,"Date":"2/13/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":32,"Date":"9/18/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":900,"Cost":586,"Date":"2/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":75,"Cost":70,"Date":"1/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":229,"Date":"10/20/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":287,"Date":"10/2/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":755,"Cost":577,"Date":"3/20/2023"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":156,"Cost":117,"Date":"4/1/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":210,"Cost":124,"Date":"6/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":724,"Cost":362,"Date":"6/14/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":683,"Cost":483,"Date":"9/17/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":807,"Cost":628,"Date":"12/24/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Nova","Country":"Germany","Sale":699,"Cost":513,"Date":"12/30/2018"},{"Store":"SeeCarree, Berlin","Brand":"COS","Country":"Germany","Sale":367,"Cost":192,"Date":"6/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":276,"Cost":186,"Date":"4/30/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":768,"Cost":547,"Date":"1/21/2022"},{"Store":"Aachen Arkaden","Brand":"Nova","Country":"Germany","Sale":116,"Cost":89,"Date":"12/22/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":350,"Cost":304,"Date":"8/15/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":530,"Cost":304,"Date":"8/14/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":317,"Cost":252,"Date":"11/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":118,"Date":"12/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":601,"Cost":395,"Date":"3/29/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":316,"Cost":276,"Date":"8/25/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":8,"Cost":6,"Date":"4/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Jeans","Country":"Germany","Sale":142,"Cost":122,"Date":"7/23/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":233,"Cost":222,"Date":"8/29/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":212,"Cost":109,"Date":"3/17/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":263,"Cost":245,"Date":"12/29/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":227,"Cost":125,"Date":"8/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":267,"Cost":164,"Date":"2/5/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":500,"Cost":341,"Date":"1/24/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":482,"Cost":257,"Date":"6/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":561,"Cost":508,"Date":"3/30/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":942,"Cost":486,"Date":"5/6/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":744,"Date":"12/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":488,"Cost":284,"Date":"9/11/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":269,"Cost":200,"Date":"10/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":786,"Cost":573,"Date":"4/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":404,"Cost":380,"Date":"11/20/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Nova","Country":"Germany","Sale":823,"Cost":777,"Date":"7/5/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":22,"Cost":11,"Date":"12/5/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":589,"Cost":548,"Date":"8/9/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":773,"Cost":609,"Date":"7/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":721,"Cost":645,"Date":"6/13/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":341,"Cost":312,"Date":"8/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":68,"Cost":52,"Date":"4/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":641,"Cost":367,"Date":"1/19/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":34,"Cost":23,"Date":"7/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":144,"Cost":80,"Date":"9/22/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":181,"Cost":115,"Date":"5/6/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":956,"Cost":500,"Date":"1/15/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":704,"Cost":434,"Date":"11/2/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":269,"Date":"7/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":568,"Cost":447,"Date":"8/20/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":282,"Cost":265,"Date":"11/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":841,"Cost":566,"Date":"3/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":327,"Cost":218,"Date":"12/15/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Nova","Country":"Germany","Sale":645,"Cost":491,"Date":"8/12/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":520,"Cost":369,"Date":"3/21/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":560,"Date":"6/2/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":788,"Cost":717,"Date":"2/13/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":182,"Cost":148,"Date":"12/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":335,"Date":"12/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":140,"Cost":98,"Date":"2/13/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":681,"Cost":402,"Date":"8/14/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":187,"Cost":153,"Date":"3/2/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":488,"Cost":450,"Date":"9/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":341,"Cost":278,"Date":"12/31/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":326,"Cost":202,"Date":"1/24/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Nova","Country":"Germany","Sale":941,"Cost":650,"Date":"12/6/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":832,"Cost":726,"Date":"9/27/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":218,"Cost":163,"Date":"10/2/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Nova","Country":"Germany","Sale":104,"Cost":79,"Date":"9/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM","Country":"Germany","Sale":918,"Cost":740,"Date":"11/6/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":525,"Date":"6/30/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":669,"Cost":342,"Date":"12/11/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":433,"Cost":228,"Date":"3/31/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":654,"Cost":449,"Date":"12/7/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":818,"Cost":491,"Date":"1/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":920,"Cost":534,"Date":"10/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":407,"Cost":271,"Date":"5/2/2020"},{"Store":"Anger 1, Erfurt","Brand":"ARKET","Country":"Germany","Sale":93,"Cost":51,"Date":"8/31/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":718,"Cost":585,"Date":"8/6/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":542,"Cost":379,"Date":"8/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":410,"Cost":322,"Date":"5/31/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":663,"Cost":613,"Date":"10/16/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":685,"Cost":344,"Date":"12/23/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":56,"Cost":30,"Date":"1/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":159,"Cost":139,"Date":"1/15/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":725,"Cost":517,"Date":"2/20/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":501,"Cost":454,"Date":"9/24/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":833,"Cost":514,"Date":"6/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":60,"Cost":32,"Date":"3/13/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":98,"Cost":90,"Date":"8/23/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"COS","Country":"Germany","Sale":667,"Cost":549,"Date":"7/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":979,"Cost":771,"Date":"10/1/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":776,"Cost":509,"Date":"1/27/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":989,"Cost":527,"Date":"1/22/2021"},{"Store":"SeeCarree, Berlin","Brand":"Nova","Country":"Germany","Sale":911,"Cost":495,"Date":"1/3/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":694,"Cost":426,"Date":"8/15/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":937,"Cost":766,"Date":"7/12/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":581,"Cost":420,"Date":"12/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":215,"Cost":202,"Date":"3/2/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":726,"Cost":458,"Date":"1/6/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":997,"Cost":587,"Date":"11/7/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":842,"Cost":592,"Date":"2/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":949,"Cost":475,"Date":"4/12/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":330,"Cost":296,"Date":"3/12/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":408,"Date":"3/3/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":298,"Date":"1/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":262,"Cost":196,"Date":"5/29/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":388,"Date":"1/16/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":645,"Cost":474,"Date":"8/27/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":847,"Cost":706,"Date":"1/29/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":881,"Cost":798,"Date":"9/12/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":640,"Cost":383,"Date":"6/11/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":975,"Cost":610,"Date":"2/9/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":284,"Date":"1/4/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":610,"Cost":367,"Date":"3/1/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":243,"Cost":123,"Date":"11/19/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":331,"Date":"2/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":992,"Cost":881,"Date":"12/2/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":125,"Cost":117,"Date":"4/23/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":99,"Cost":87,"Date":"2/14/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":908,"Cost":742,"Date":"8/18/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":266,"Cost":180,"Date":"4/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":361,"Cost":298,"Date":"1/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":264,"Cost":151,"Date":"6/22/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":217,"Cost":122,"Date":"8/20/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":109,"Cost":72,"Date":"2/22/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Jeans","Country":"Germany","Sale":606,"Cost":305,"Date":"5/24/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":68,"Cost":40,"Date":"9/19/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":619,"Cost":560,"Date":"5/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":121,"Cost":84,"Date":"1/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":12,"Date":"12/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":202,"Cost":154,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":226,"Date":"5/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":676,"Cost":393,"Date":"10/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":759,"Cost":454,"Date":"3/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":965,"Cost":786,"Date":"8/31/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":583,"Date":"9/4/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":551,"Cost":379,"Date":"8/29/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":160,"Date":"5/20/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":811,"Cost":671,"Date":"9/9/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":832,"Cost":446,"Date":"10/22/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM","Country":"Germany","Sale":67,"Cost":42,"Date":"7/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":847,"Cost":613,"Date":"11/14/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":610,"Cost":408,"Date":"11/20/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":501,"Cost":415,"Date":"7/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":535,"Cost":381,"Date":"2/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":839,"Cost":532,"Date":"2/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":551,"Cost":477,"Date":"6/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":157,"Cost":132,"Date":"8/20/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":911,"Cost":538,"Date":"10/28/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":852,"Cost":444,"Date":"7/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":649,"Cost":575,"Date":"4/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"COS","Country":"Germany","Sale":286,"Cost":175,"Date":"2/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":732,"Cost":660,"Date":"3/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":787,"Cost":675,"Date":"9/2/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":638,"Cost":556,"Date":"5/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":874,"Cost":752,"Date":"9/27/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":965,"Cost":713,"Date":"10/6/2018"},{"Store":"SeeCarree, Berlin","Brand":"Nova","Country":"Germany","Sale":739,"Cost":445,"Date":"3/30/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":390,"Cost":312,"Date":"11/24/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":187,"Cost":159,"Date":"3/9/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":78,"Cost":73,"Date":"4/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":283,"Cost":264,"Date":"9/18/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":856,"Cost":452,"Date":"8/26/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":737,"Cost":634,"Date":"10/24/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":472,"Cost":401,"Date":"6/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":833,"Cost":730,"Date":"5/8/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":623,"Cost":439,"Date":"1/3/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":533,"Cost":442,"Date":"11/30/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":254,"Cost":173,"Date":"10/29/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":173,"Cost":135,"Date":"1/5/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":775,"Cost":689,"Date":"10/25/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":728,"Cost":543,"Date":"4/27/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":888,"Cost":798,"Date":"8/6/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":422,"Cost":362,"Date":"8/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":399,"Cost":253,"Date":"7/13/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":669,"Cost":461,"Date":"5/27/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":160,"Cost":93,"Date":"6/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":940,"Cost":490,"Date":"3/24/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":764,"Cost":404,"Date":"2/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":838,"Cost":660,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":506,"Cost":331,"Date":"2/24/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":157,"Cost":83,"Date":"6/22/2018"},{"Store":"Aachen Arkaden","Brand":"Nova","Country":"Germany","Sale":312,"Cost":181,"Date":"11/17/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":671,"Cost":474,"Date":"9/25/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":114,"Cost":97,"Date":"10/3/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":605,"Cost":482,"Date":"3/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":451,"Date":"3/14/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":172,"Date":"7/17/2024"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":137,"Cost":128,"Date":"6/29/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":24,"Cost":13,"Date":"1/4/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":655,"Cost":421,"Date":"3/25/2021"},{"Store":"Glyfada Centre","Brand":"HM","Country":"Greece","Sale":628,"Cost":319,"Date":"10/1/2018"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":414,"Cost":315,"Date":"10/25/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":319,"Cost":285,"Date":"3/13/2023"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":952,"Cost":716,"Date":"12/22/2019"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":300,"Cost":172,"Date":"1/20/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":738,"Cost":690,"Date":"10/30/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":971,"Cost":788,"Date":"8/23/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":205,"Cost":155,"Date":"12/8/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":896,"Cost":590,"Date":"2/18/2023"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":572,"Cost":507,"Date":"3/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":772,"Cost":471,"Date":"3/20/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":884,"Cost":474,"Date":"1/2/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":328,"Cost":167,"Date":"12/10/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":546,"Cost":329,"Date":"9/7/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":916,"Cost":725,"Date":"9/15/2018"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":98,"Cost":82,"Date":"2/18/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":641,"Cost":463,"Date":"6/23/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":702,"Cost":473,"Date":"4/24/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":925,"Cost":526,"Date":"8/21/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":186,"Cost":148,"Date":"9/14/2023"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":895,"Cost":633,"Date":"8/16/2018"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":889,"Cost":548,"Date":"11/25/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":526,"Cost":447,"Date":"12/6/2019"},{"Store":"Smart Park, Spata","Brand":"HM Home","Country":"Greece","Sale":417,"Cost":359,"Date":"11/17/2018"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":300,"Cost":278,"Date":"8/19/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":596,"Cost":305,"Date":"1/13/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":527,"Cost":278,"Date":"10/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":929,"Cost":521,"Date":"8/23/2019"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":109,"Cost":63,"Date":"6/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":281,"Cost":262,"Date":"2/18/2023"},{"Store":"Glyfada Centre","Brand":"Sellpy","Country":"Greece","Sale":305,"Cost":249,"Date":"11/10/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":59,"Cost":40,"Date":"6/9/2021"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":406,"Cost":303,"Date":"5/1/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":864,"Cost":645,"Date":"9/14/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":815,"Cost":591,"Date":"9/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM","Country":"Greece","Sale":827,"Cost":675,"Date":"6/16/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":104,"Cost":53,"Date":"9/15/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":994,"Cost":517,"Date":"10/16/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":823,"Cost":570,"Date":"4/9/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":218,"Cost":117,"Date":"12/28/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":846,"Cost":527,"Date":"10/5/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":412,"Cost":238,"Date":"12/17/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"ARKET","Country":"Greece","Sale":616,"Cost":374,"Date":"9/26/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":948,"Cost":617,"Date":"4/13/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":911,"Cost":719,"Date":"8/1/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":878,"Cost":707,"Date":"7/7/2021"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":254,"Cost":143,"Date":"3/15/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":124,"Cost":87,"Date":"2/8/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":591,"Cost":387,"Date":"1/8/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":790,"Cost":702,"Date":"3/23/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":215,"Cost":129,"Date":"6/2/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":542,"Cost":408,"Date":"8/25/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":101,"Cost":94,"Date":"11/30/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":107,"Date":"3/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Sellpy","Country":"Greece","Sale":645,"Cost":331,"Date":"1/28/2019"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":981,"Cost":801,"Date":"7/9/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":749,"Cost":470,"Date":"12/6/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":688,"Cost":506,"Date":"3/23/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":872,"Cost":692,"Date":"7/18/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":452,"Cost":409,"Date":"2/13/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":854,"Cost":711,"Date":"3/30/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":717,"Cost":534,"Date":"4/29/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":121,"Cost":95,"Date":"2/26/2018"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":598,"Cost":405,"Date":"7/29/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":896,"Cost":470,"Date":"3/18/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":406,"Cost":235,"Date":"10/6/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":394,"Cost":214,"Date":"10/23/2023"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":822,"Cost":668,"Date":"5/6/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":669,"Cost":612,"Date":"9/2/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":806,"Cost":469,"Date":"11/17/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":546,"Cost":444,"Date":"10/2/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":929,"Cost":765,"Date":"5/14/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":665,"Cost":534,"Date":"8/6/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":481,"Cost":353,"Date":"4/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":12,"Cost":7,"Date":"9/11/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":16,"Cost":11,"Date":"3/8/2022"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":343,"Cost":226,"Date":"2/5/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":968,"Cost":794,"Date":"6/26/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":850,"Cost":784,"Date":"7/8/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":928,"Cost":799,"Date":"4/7/2024"},{"Store":"Glyfada Centre","Brand":"Sellpy","Country":"Greece","Sale":93,"Cost":80,"Date":"3/22/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":851,"Cost":798,"Date":"5/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":584,"Cost":412,"Date":"6/15/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":926,"Cost":865,"Date":"2/20/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":829,"Cost":712,"Date":"11/8/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":112,"Date":"8/25/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":336,"Cost":306,"Date":"11/3/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":57,"Cost":35,"Date":"5/9/2019"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":654,"Cost":465,"Date":"7/11/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":127,"Cost":83,"Date":"11/2/2021"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":48,"Cost":33,"Date":"2/4/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":53,"Cost":36,"Date":"5/10/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":4,"Cost":4,"Date":"7/17/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":741,"Cost":627,"Date":"11/25/2022"},{"Store":"Kifissia Mall","Brand":"HM","Country":"Greece","Sale":433,"Cost":235,"Date":"7/1/2023"},{"Store":"Smart Park, Spata","Brand":"HM Home","Country":"Greece","Sale":506,"Cost":327,"Date":"4/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":139,"Cost":118,"Date":"11/8/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":797,"Cost":477,"Date":"7/4/2021"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":551,"Cost":490,"Date":"12/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":969,"Cost":526,"Date":"8/3/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":549,"Cost":417,"Date":"12/26/2024"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":350,"Cost":219,"Date":"4/6/2018"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":723,"Cost":608,"Date":"3/8/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":375,"Cost":191,"Date":"10/20/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":296,"Cost":229,"Date":"11/11/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":644,"Cost":555,"Date":"12/9/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":277,"Cost":139,"Date":"6/1/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":165,"Cost":108,"Date":"10/15/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":424,"Cost":246,"Date":"1/12/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":460,"Cost":423,"Date":"10/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":855,"Cost":561,"Date":"1/9/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":481,"Cost":263,"Date":"11/28/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":329,"Cost":175,"Date":"1/19/2024"},{"Store":"Glyfada Centre","Brand":"HM","Country":"Greece","Sale":945,"Cost":799,"Date":"8/9/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":431,"Cost":317,"Date":"2/13/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":698,"Cost":590,"Date":"8/6/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":767,"Cost":427,"Date":"1/19/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":219,"Cost":207,"Date":"7/14/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":577,"Cost":307,"Date":"9/16/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":875,"Cost":762,"Date":"7/17/2018"},{"Store":"Kifissia Mall","Brand":"Nova","Country":"Greece","Sale":9,"Cost":8,"Date":"3/28/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":449,"Cost":396,"Date":"5/16/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":972,"Cost":869,"Date":"4/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":320,"Cost":218,"Date":"10/22/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":658,"Cost":624,"Date":"4/3/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":721,"Cost":478,"Date":"7/29/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":507,"Cost":318,"Date":"6/2/2022"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":727,"Cost":653,"Date":"4/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":692,"Cost":555,"Date":"11/15/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":319,"Cost":280,"Date":"4/4/2019"},{"Store":"Smart Park, Spata","Brand":"HM Home","Country":"Greece","Sale":483,"Cost":314,"Date":"8/28/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":185,"Date":"5/8/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":684,"Cost":484,"Date":"2/3/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":353,"Cost":276,"Date":"12/22/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":214,"Cost":180,"Date":"2/14/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":123,"Cost":82,"Date":"2/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":510,"Cost":309,"Date":"12/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":790,"Cost":749,"Date":"11/12/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":349,"Cost":294,"Date":"1/22/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":9,"Cost":4,"Date":"7/10/2022"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":200,"Cost":131,"Date":"9/6/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":448,"Cost":354,"Date":"11/10/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":139,"Cost":90,"Date":"9/2/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":849,"Cost":483,"Date":"1/31/2018"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":671,"Cost":379,"Date":"8/24/2021"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":849,"Cost":547,"Date":"9/4/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":946,"Cost":839,"Date":"10/11/2024"},{"Store":"Pallini Mall","Brand":"Nova","Country":"Greece","Sale":284,"Cost":260,"Date":"12/29/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":668,"Cost":593,"Date":"6/19/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":115,"Cost":85,"Date":"5/4/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":170,"Cost":146,"Date":"12/4/2023"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":909,"Cost":650,"Date":"4/21/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":572,"Cost":296,"Date":"8/24/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":472,"Cost":397,"Date":"12/24/2020"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":680,"Cost":520,"Date":"11/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":662,"Cost":566,"Date":"8/7/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":22,"Cost":16,"Date":"10/23/2020"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":936,"Cost":625,"Date":"7/9/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":908,"Cost":747,"Date":"12/29/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":532,"Cost":390,"Date":"3/24/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":451,"Cost":307,"Date":"12/21/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":752,"Cost":621,"Date":"11/22/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":569,"Cost":411,"Date":"3/24/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":579,"Cost":327,"Date":"4/19/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":370,"Cost":278,"Date":"1/24/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":399,"Cost":205,"Date":"9/13/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":592,"Cost":530,"Date":"4/13/2023"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":790,"Cost":676,"Date":"5/22/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":696,"Cost":358,"Date":"1/5/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":65,"Cost":50,"Date":"11/4/2019"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":139,"Cost":71,"Date":"10/6/2022"},{"Store":"Kifissia Mall","Brand":"HM","Country":"Greece","Sale":418,"Cost":238,"Date":"11/29/2019"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":286,"Cost":263,"Date":"2/4/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":406,"Cost":226,"Date":"12/19/2019"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":158,"Cost":105,"Date":"1/16/2024"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":911,"Cost":532,"Date":"5/8/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":951,"Cost":685,"Date":"11/25/2020"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":522,"Cost":467,"Date":"5/20/2018"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":845,"Cost":500,"Date":"9/1/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":644,"Cost":610,"Date":"11/25/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":13,"Cost":10,"Date":"10/24/2018"},{"Store":"Smart Park, Spata","Brand":"HM Home","Country":"Greece","Sale":137,"Cost":74,"Date":"10/22/2024"},{"Store":"Glyfada Centre","Brand":"HM","Country":"Greece","Sale":486,"Cost":361,"Date":"2/27/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":718,"Cost":440,"Date":"4/10/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":519,"Cost":386,"Date":"10/24/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":645,"Cost":594,"Date":"8/27/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":26,"Cost":17,"Date":"8/11/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":359,"Cost":230,"Date":"11/27/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":387,"Cost":233,"Date":"1/7/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":558,"Cost":335,"Date":"2/26/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":558,"Cost":505,"Date":"10/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":21,"Cost":18,"Date":"12/4/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":716,"Cost":666,"Date":"9/20/2019"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":72,"Cost":47,"Date":"11/26/2021"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":619,"Cost":519,"Date":"11/25/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":520,"Cost":416,"Date":"3/15/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":99,"Cost":55,"Date":"1/27/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":411,"Cost":238,"Date":"6/2/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":157,"Cost":122,"Date":"7/2/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":891,"Cost":584,"Date":"5/17/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":804,"Cost":566,"Date":"8/18/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":940,"Cost":693,"Date":"3/6/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":49,"Cost":31,"Date":"1/1/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":673,"Cost":377,"Date":"6/18/2018"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":430,"Cost":282,"Date":"11/24/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":820,"Cost":605,"Date":"5/31/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":55,"Cost":50,"Date":"4/26/2020"},{"Store":"River West Mall, Athens","Brand":"HM","Country":"Greece","Sale":645,"Cost":337,"Date":"11/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":980,"Cost":762,"Date":"1/24/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":998,"Cost":523,"Date":"6/3/2021"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":798,"Cost":545,"Date":"5/21/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":12,"Cost":6,"Date":"5/28/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":727,"Cost":438,"Date":"1/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":681,"Cost":643,"Date":"12/2/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":44,"Cost":40,"Date":"4/11/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":716,"Cost":426,"Date":"4/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":181,"Cost":93,"Date":"7/27/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":919,"Cost":691,"Date":"5/11/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":617,"Cost":358,"Date":"3/18/2024"},{"Store":"Kifissia Mall","Brand":"Sellpy","Country":"Greece","Sale":285,"Cost":253,"Date":"12/23/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":20,"Cost":13,"Date":"4/30/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":288,"Cost":201,"Date":"10/17/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":381,"Cost":280,"Date":"10/1/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":706,"Cost":481,"Date":"7/7/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":278,"Cost":144,"Date":"1/17/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":330,"Cost":307,"Date":"11/27/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":965,"Cost":610,"Date":"1/26/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":865,"Cost":510,"Date":"8/9/2021"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":744,"Cost":495,"Date":"11/2/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":336,"Cost":215,"Date":"10/5/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":501,"Cost":339,"Date":"2/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":551,"Cost":361,"Date":"9/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":850,"Cost":745,"Date":"4/22/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":754,"Cost":699,"Date":"3/28/2020"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":272,"Cost":165,"Date":"5/13/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":758,"Cost":526,"Date":"8/5/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":146,"Cost":137,"Date":"3/1/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":781,"Cost":438,"Date":"12/2/2023"},{"Store":"Pallini Mall","Brand":"Nova","Country":"Greece","Sale":632,"Cost":406,"Date":"12/26/2019"},{"Store":"Kifissia Mall","Brand":"Sellpy","Country":"Greece","Sale":334,"Cost":230,"Date":"10/16/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":162,"Cost":100,"Date":"8/27/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":994,"Cost":805,"Date":"8/8/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":858,"Cost":707,"Date":"1/16/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Sellpy","Country":"Greece","Sale":860,"Cost":665,"Date":"3/4/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":85,"Cost":53,"Date":"4/12/2022"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":866,"Cost":789,"Date":"6/28/2018"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":585,"Cost":505,"Date":"10/15/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":56,"Cost":40,"Date":"1/16/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":834,"Cost":492,"Date":"9/9/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":461,"Cost":255,"Date":"5/22/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":583,"Cost":525,"Date":"2/6/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":769,"Cost":671,"Date":"8/4/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":438,"Cost":226,"Date":"11/14/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":296,"Cost":212,"Date":"1/3/2018"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":306,"Cost":229,"Date":"11/5/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":896,"Cost":630,"Date":"11/5/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":124,"Cost":108,"Date":"5/27/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":9,"Cost":9,"Date":"2/14/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":450,"Cost":401,"Date":"5/25/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":836,"Cost":526,"Date":"5/7/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":526,"Cost":355,"Date":"2/4/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":520,"Cost":450,"Date":"7/2/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":92,"Cost":63,"Date":"4/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":671,"Cost":609,"Date":"8/5/2022"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":934,"Cost":815,"Date":"10/15/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":342,"Cost":177,"Date":"1/21/2018"},{"Store":"Kifissia Mall","Brand":"Nova","Country":"Greece","Sale":303,"Cost":154,"Date":"4/8/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":46,"Cost":38,"Date":"1/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":2,"Cost":1,"Date":"10/6/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":622,"Cost":528,"Date":"6/17/2019"},{"Store":"Glyfada Centre","Brand":"Sellpy","Country":"Greece","Sale":200,"Cost":132,"Date":"7/7/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":510,"Cost":475,"Date":"5/30/2021"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":468,"Cost":373,"Date":"9/6/2023"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":733,"Cost":563,"Date":"11/17/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":436,"Cost":356,"Date":"11/2/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":78,"Cost":68,"Date":"2/10/2022"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":741,"Cost":377,"Date":"5/2/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":237,"Cost":196,"Date":"1/9/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":989,"Cost":730,"Date":"2/27/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":762,"Cost":435,"Date":"12/5/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":26,"Cost":15,"Date":"3/22/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":23,"Cost":15,"Date":"5/31/2024"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":571,"Cost":505,"Date":"2/16/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":143,"Cost":92,"Date":"5/17/2020"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":739,"Cost":451,"Date":"7/27/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":315,"Cost":249,"Date":"9/13/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":969,"Cost":597,"Date":"1/9/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":210,"Cost":148,"Date":"12/9/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":862,"Cost":626,"Date":"3/16/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":28,"Cost":20,"Date":"2/18/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":591,"Cost":346,"Date":"8/1/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":439,"Cost":249,"Date":"6/26/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":442,"Cost":359,"Date":"12/7/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":846,"Cost":482,"Date":"4/19/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":498,"Cost":446,"Date":"1/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":683,"Cost":363,"Date":"3/17/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":334,"Cost":274,"Date":"2/27/2018"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":174,"Cost":124,"Date":"12/12/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":454,"Cost":246,"Date":"11/30/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":426,"Cost":397,"Date":"5/26/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":149,"Cost":115,"Date":"12/2/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":309,"Cost":173,"Date":"10/18/2022"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":413,"Cost":296,"Date":"7/17/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":198,"Cost":110,"Date":"3/19/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":84,"Cost":57,"Date":"9/30/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":332,"Cost":224,"Date":"10/26/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM","Country":"Greece","Sale":90,"Cost":46,"Date":"2/24/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":766,"Cost":705,"Date":"5/22/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":319,"Cost":201,"Date":"8/11/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":680,"Cost":489,"Date":"1/3/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":720,"Cost":606,"Date":"12/23/2020"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":787,"Cost":559,"Date":"6/22/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":225,"Cost":188,"Date":"1/17/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":165,"Cost":143,"Date":"8/11/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":164,"Cost":150,"Date":"9/21/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":858,"Cost":726,"Date":"4/8/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":887,"Cost":746,"Date":"4/1/2019"},{"Store":"Glyfada Centre","Brand":"HM","Country":"Greece","Sale":920,"Cost":753,"Date":"2/8/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":770,"Cost":557,"Date":"2/28/2019"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":928,"Cost":728,"Date":"10/18/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":6,"Cost":3,"Date":"6/21/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":268,"Cost":200,"Date":"2/15/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":971,"Cost":857,"Date":"12/16/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":24,"Cost":20,"Date":"10/18/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":99,"Cost":77,"Date":"3/22/2019"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":800,"Cost":604,"Date":"5/29/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":501,"Cost":448,"Date":"11/25/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":736,"Cost":376,"Date":"7/1/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":976,"Cost":721,"Date":"11/10/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":871,"Cost":440,"Date":"2/27/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":651,"Cost":417,"Date":"10/12/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":417,"Cost":301,"Date":"12/5/2023"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":67,"Cost":46,"Date":"2/25/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":497,"Cost":307,"Date":"9/11/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":587,"Cost":558,"Date":"8/12/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":485,"Cost":383,"Date":"11/7/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":627,"Cost":336,"Date":"11/5/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM","Country":"Greece","Sale":748,"Cost":383,"Date":"3/26/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":721,"Cost":612,"Date":"11/18/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":662,"Cost":361,"Date":"2/14/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":914,"Cost":852,"Date":"8/15/2018"},{"Store":"Kifissia Mall","Brand":"HM","Country":"Greece","Sale":3,"Cost":1,"Date":"1/12/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":332,"Cost":246,"Date":"4/8/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":337,"Cost":229,"Date":"11/15/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":80,"Cost":55,"Date":"3/6/2020"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":773,"Cost":671,"Date":"12/2/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":479,"Cost":391,"Date":"4/6/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":180,"Cost":142,"Date":"12/24/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":363,"Cost":260,"Date":"3/7/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":718,"Cost":589,"Date":"3/22/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":736,"Cost":628,"Date":"3/4/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":856,"Cost":539,"Date":"3/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":247,"Cost":159,"Date":"7/31/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":647,"Cost":606,"Date":"6/2/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":597,"Cost":465,"Date":"4/14/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":41,"Cost":31,"Date":"10/5/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":160,"Cost":87,"Date":"11/19/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":70,"Cost":53,"Date":"12/11/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":106,"Cost":59,"Date":"2/20/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":706,"Cost":536,"Date":"5/24/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":595,"Cost":401,"Date":"8/7/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":227,"Cost":152,"Date":"11/26/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":936,"Cost":802,"Date":"11/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":303,"Cost":156,"Date":"10/3/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":605,"Cost":512,"Date":"12/19/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":280,"Cost":207,"Date":"9/7/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":978,"Cost":531,"Date":"5/19/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":937,"Cost":836,"Date":"7/27/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":195,"Cost":174,"Date":"10/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":699,"Cost":577,"Date":"8/16/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":337,"Cost":307,"Date":"1/11/2018"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":120,"Cost":96,"Date":"1/9/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":903,"Cost":464,"Date":"10/13/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":387,"Cost":268,"Date":"8/27/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":471,"Cost":358,"Date":"1/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Sellpy","Country":"Greece","Sale":63,"Cost":53,"Date":"3/25/2023"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":301,"Cost":194,"Date":"3/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":393,"Cost":363,"Date":"8/17/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":412,"Cost":215,"Date":"10/13/2020"},{"Store":"Kifissia Mall","Brand":"Sellpy","Country":"Greece","Sale":77,"Cost":64,"Date":"10/19/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":551,"Cost":502,"Date":"2/15/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":567,"Cost":360,"Date":"5/12/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":56,"Cost":46,"Date":"12/3/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":689,"Cost":618,"Date":"9/29/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":571,"Cost":290,"Date":"12/25/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":401,"Cost":268,"Date":"11/26/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":565,"Cost":476,"Date":"1/10/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":253,"Cost":198,"Date":"10/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":76,"Cost":64,"Date":"12/6/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":144,"Cost":100,"Date":"4/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":657,"Cost":420,"Date":"5/27/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":688,"Cost":459,"Date":"10/6/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":508,"Cost":464,"Date":"1/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":12,"Cost":7,"Date":"4/20/2020"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":251,"Cost":173,"Date":"10/31/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":70,"Cost":54,"Date":"8/20/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":949,"Cost":672,"Date":"6/5/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":777,"Cost":732,"Date":"1/2/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":446,"Cost":309,"Date":"5/20/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":699,"Cost":628,"Date":"10/22/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":363,"Cost":333,"Date":"11/18/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":775,"Cost":501,"Date":"4/17/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":803,"Cost":413,"Date":"2/25/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":583,"Cost":538,"Date":"9/19/2021"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":697,"Cost":490,"Date":"11/9/2022"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":764,"Cost":726,"Date":"5/29/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":43,"Cost":33,"Date":"3/25/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":39,"Cost":19,"Date":"1/6/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":405,"Cost":309,"Date":"4/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Sellpy","Country":"Greece","Sale":945,"Cost":750,"Date":"7/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":893,"Cost":724,"Date":"8/6/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":281,"Cost":152,"Date":"2/4/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":594,"Cost":379,"Date":"4/9/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":896,"Cost":591,"Date":"8/20/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM","Country":"Greece","Sale":57,"Cost":32,"Date":"3/7/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"ARKET","Country":"Greece","Sale":264,"Cost":236,"Date":"10/7/2020"},{"Store":"River West Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":85,"Cost":62,"Date":"9/28/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":341,"Cost":181,"Date":"5/19/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":416,"Cost":230,"Date":"3/27/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":17,"Cost":15,"Date":"8/31/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":642,"Cost":556,"Date":"4/1/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":584,"Cost":508,"Date":"8/12/2024"},{"Store":"River West Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":597,"Cost":567,"Date":"2/27/2021"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":297,"Cost":197,"Date":"5/1/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":928,"Cost":834,"Date":"12/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":995,"Cost":609,"Date":"12/27/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":851,"Cost":650,"Date":"10/31/2019"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":210,"Cost":160,"Date":"3/28/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":22,"Cost":16,"Date":"5/1/2019"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":164,"Cost":97,"Date":"12/26/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":248,"Cost":185,"Date":"11/21/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":696,"Cost":552,"Date":"1/13/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":209,"Cost":133,"Date":"11/18/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":59,"Cost":36,"Date":"10/2/2019"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":237,"Cost":206,"Date":"9/6/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":843,"Cost":676,"Date":"1/1/2020"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":950,"Cost":810,"Date":"12/3/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":899,"Cost":851,"Date":"11/17/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":889,"Cost":769,"Date":"7/28/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":12,"Cost":12,"Date":"11/3/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM","Country":"Greece","Sale":701,"Cost":619,"Date":"1/10/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":785,"Cost":456,"Date":"11/4/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":897,"Cost":549,"Date":"4/18/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":320,"Cost":231,"Date":"4/26/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":280,"Cost":226,"Date":"10/7/2024"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":568,"Cost":305,"Date":"8/20/2022"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":202,"Cost":130,"Date":"4/25/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":105,"Cost":62,"Date":"1/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":503,"Cost":251,"Date":"2/1/2018"},{"Store":"Kifissia Mall","Brand":"HM","Country":"Greece","Sale":53,"Cost":39,"Date":"3/11/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":321,"Cost":248,"Date":"3/4/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":90,"Cost":82,"Date":"7/30/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":301,"Cost":152,"Date":"1/10/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":622,"Cost":527,"Date":"12/9/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":697,"Cost":383,"Date":"5/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":871,"Cost":764,"Date":"12/19/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":411,"Cost":256,"Date":"2/5/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":797,"Cost":748,"Date":"6/22/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":560,"Cost":483,"Date":"2/4/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":888,"Cost":705,"Date":"4/7/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":358,"Cost":283,"Date":"5/21/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":461,"Cost":425,"Date":"10/6/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":774,"Cost":495,"Date":"4/10/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":468,"Cost":359,"Date":"5/28/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":797,"Cost":471,"Date":"10/23/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":108,"Cost":71,"Date":"10/9/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":270,"Cost":200,"Date":"4/4/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":562,"Cost":330,"Date":"12/14/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":952,"Cost":687,"Date":"2/21/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":103,"Cost":73,"Date":"3/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":583,"Cost":353,"Date":"4/3/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":882,"Cost":525,"Date":"5/18/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":630,"Cost":592,"Date":"7/30/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":709,"Cost":417,"Date":"12/3/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":6,"Cost":6,"Date":"1/25/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":934,"Cost":541,"Date":"7/16/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":711,"Cost":453,"Date":"1/27/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":656,"Cost":595,"Date":"5/7/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":703,"Cost":429,"Date":"8/1/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":762,"Cost":412,"Date":"11/5/2021"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":125,"Cost":100,"Date":"9/5/2023"},{"Store":"Kifissia Mall","Brand":"Nova","Country":"Greece","Sale":999,"Cost":519,"Date":"4/30/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":751,"Cost":459,"Date":"8/6/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":695,"Cost":382,"Date":"6/6/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":141,"Cost":116,"Date":"5/27/2018"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":9,"Cost":4,"Date":"10/30/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":237,"Cost":163,"Date":"6/27/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":542,"Cost":476,"Date":"1/19/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":147,"Cost":122,"Date":"4/15/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":907,"Cost":714,"Date":"7/20/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":577,"Cost":445,"Date":"4/12/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":357,"Cost":261,"Date":"6/1/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":839,"Cost":520,"Date":"6/27/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":320,"Cost":178,"Date":"11/20/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":775,"Cost":686,"Date":"1/22/2022"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":516,"Cost":322,"Date":"10/1/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":718,"Cost":615,"Date":"2/16/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":947,"Cost":626,"Date":"2/14/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":445,"Cost":302,"Date":"11/14/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Nova","Country":"India","Sale":698,"Cost":521,"Date":"3/6/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":295,"Cost":158,"Date":"1/18/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":433,"Cost":361,"Date":"11/12/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":716,"Cost":576,"Date":"11/12/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":584,"Cost":354,"Date":"10/12/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":662,"Cost":560,"Date":"9/30/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":43,"Cost":40,"Date":"5/24/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":55,"Cost":29,"Date":"2/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":378,"Cost":331,"Date":"3/26/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":176,"Cost":142,"Date":"6/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":59,"Cost":41,"Date":"11/16/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":776,"Cost":662,"Date":"9/15/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":723,"Cost":515,"Date":"1/22/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":991,"Cost":540,"Date":"4/18/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":922,"Cost":607,"Date":"12/8/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":939,"Cost":774,"Date":"3/15/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":185,"Cost":99,"Date":"4/6/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":842,"Cost":742,"Date":"11/6/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":930,"Cost":861,"Date":"10/25/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":868,"Cost":803,"Date":"8/11/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":823,"Cost":456,"Date":"7/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":993,"Cost":784,"Date":"1/12/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":710,"Cost":635,"Date":"1/18/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":478,"Cost":418,"Date":"8/16/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":431,"Cost":239,"Date":"3/30/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":569,"Cost":347,"Date":"11/30/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":715,"Cost":496,"Date":"5/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":630,"Cost":453,"Date":"5/1/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":516,"Cost":405,"Date":"5/29/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":708,"Cost":649,"Date":"11/29/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":942,"Cost":615,"Date":"5/10/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":833,"Cost":787,"Date":"8/12/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":255,"Cost":197,"Date":"1/29/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Nova","Country":"India","Sale":491,"Cost":344,"Date":"6/20/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":163,"Cost":88,"Date":"2/8/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":65,"Cost":41,"Date":"8/25/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":570,"Cost":325,"Date":"2/10/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":436,"Cost":296,"Date":"5/5/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM","Country":"India","Sale":636,"Cost":566,"Date":"6/23/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":429,"Cost":259,"Date":"2/2/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":891,"Cost":648,"Date":"12/4/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":565,"Cost":293,"Date":"8/25/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":444,"Cost":306,"Date":"4/11/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":483,"Cost":373,"Date":"5/9/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":897,"Cost":496,"Date":"8/28/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":559,"Cost":492,"Date":"12/1/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":112,"Cost":71,"Date":"1/10/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":601,"Cost":571,"Date":"6/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":753,"Cost":388,"Date":"7/19/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":474,"Cost":290,"Date":"6/3/2019"},{"Store":"DLF Mall of India, Noida","Brand":"ARKET","Country":"India","Sale":949,"Cost":498,"Date":"4/18/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":418,"Cost":356,"Date":"11/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":326,"Cost":302,"Date":"8/17/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":262,"Cost":175,"Date":"8/4/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":947,"Cost":786,"Date":"5/26/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":329,"Cost":308,"Date":"5/2/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":990,"Cost":916,"Date":"4/25/2021"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":473,"Cost":290,"Date":"5/23/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":865,"Cost":506,"Date":"8/16/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":636,"Cost":343,"Date":"7/18/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Nova","Country":"India","Sale":334,"Cost":269,"Date":"1/28/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":706,"Cost":511,"Date":"9/3/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":951,"Cost":494,"Date":"10/5/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":917,"Cost":740,"Date":"6/28/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM","Country":"India","Sale":259,"Cost":174,"Date":"7/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":579,"Cost":370,"Date":"7/3/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":862,"Cost":494,"Date":"3/20/2024"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":658,"Cost":561,"Date":"6/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":798,"Cost":708,"Date":"11/21/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":310,"Cost":271,"Date":"2/3/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":599,"Cost":545,"Date":"9/11/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":162,"Cost":133,"Date":"8/19/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":269,"Cost":255,"Date":"2/27/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":849,"Cost":551,"Date":"4/6/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":103,"Cost":56,"Date":"8/24/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":910,"Cost":853,"Date":"3/20/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":458,"Cost":416,"Date":"9/7/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":350,"Cost":311,"Date":"12/9/2018"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":660,"Cost":587,"Date":"10/2/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":851,"Cost":480,"Date":"7/15/2021"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":455,"Cost":239,"Date":"2/10/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":767,"Cost":636,"Date":"5/22/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":111,"Cost":62,"Date":"8/19/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":191,"Cost":153,"Date":"6/16/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":399,"Cost":283,"Date":"9/10/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":897,"Cost":762,"Date":"2/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":615,"Cost":425,"Date":"9/14/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":204,"Cost":157,"Date":"12/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":69,"Cost":36,"Date":"7/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":78,"Cost":67,"Date":"8/19/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":528,"Cost":421,"Date":"9/8/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":390,"Cost":246,"Date":"12/31/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":674,"Cost":622,"Date":"2/16/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":198,"Cost":186,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"COS","Country":"India","Sale":162,"Cost":105,"Date":"6/11/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":705,"Cost":574,"Date":"12/9/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":534,"Cost":278,"Date":"1/29/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":207,"Cost":169,"Date":"4/7/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":620,"Cost":529,"Date":"4/16/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":227,"Cost":148,"Date":"2/6/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":541,"Cost":421,"Date":"12/14/2020"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":734,"Cost":571,"Date":"11/28/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":300,"Cost":220,"Date":"1/20/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":247,"Cost":129,"Date":"3/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":749,"Cost":414,"Date":"4/14/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":214,"Cost":110,"Date":"11/10/2019"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":405,"Cost":363,"Date":"11/30/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":627,"Cost":401,"Date":"10/25/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":567,"Cost":476,"Date":"2/12/2023"},{"Store":"The Great India Place, Noida","Brand":"COS","Country":"India","Sale":85,"Cost":71,"Date":"2/9/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":139,"Cost":82,"Date":"7/30/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":666,"Cost":606,"Date":"1/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":210,"Cost":119,"Date":"6/15/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":118,"Cost":71,"Date":"3/1/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":984,"Cost":655,"Date":"3/1/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":414,"Cost":249,"Date":"5/8/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":711,"Cost":587,"Date":"9/29/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":319,"Cost":257,"Date":"8/21/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":531,"Cost":401,"Date":"8/9/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":757,"Cost":688,"Date":"6/25/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":563,"Cost":382,"Date":"7/20/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":274,"Cost":234,"Date":"4/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"COS","Country":"India","Sale":674,"Cost":550,"Date":"4/29/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":503,"Cost":358,"Date":"9/30/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":123,"Cost":101,"Date":"5/5/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Nova","Country":"India","Sale":216,"Cost":114,"Date":"7/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":39,"Cost":23,"Date":"5/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":440,"Cost":392,"Date":"1/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":469,"Cost":367,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":759,"Cost":615,"Date":"10/1/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":725,"Cost":423,"Date":"5/19/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":513,"Cost":367,"Date":"11/7/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":132,"Cost":110,"Date":"2/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":299,"Cost":277,"Date":"1/7/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":196,"Cost":173,"Date":"5/13/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":831,"Cost":700,"Date":"3/5/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":74,"Cost":43,"Date":"12/22/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":884,"Cost":489,"Date":"9/17/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":88,"Cost":68,"Date":"5/13/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":301,"Cost":211,"Date":"7/10/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Sellpy","Country":"India","Sale":422,"Cost":376,"Date":"9/27/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":846,"Cost":479,"Date":"6/26/2020"},{"Store":"The Great India Place, Noida","Brand":"COS","Country":"India","Sale":66,"Cost":53,"Date":"11/25/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":890,"Cost":456,"Date":"12/19/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"COS","Country":"India","Sale":306,"Cost":211,"Date":"4/22/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":633,"Cost":379,"Date":"12/29/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":710,"Cost":593,"Date":"8/7/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM Home","Country":"India","Sale":190,"Cost":154,"Date":"9/9/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":781,"Cost":588,"Date":"6/26/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":954,"Cost":547,"Date":"12/6/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"COS","Country":"India","Sale":861,"Cost":782,"Date":"9/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":198,"Cost":185,"Date":"5/13/2021"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":640,"Cost":341,"Date":"11/5/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":164,"Cost":121,"Date":"1/31/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":607,"Cost":573,"Date":"8/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":277,"Cost":218,"Date":"8/4/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":119,"Cost":79,"Date":"12/9/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":808,"Cost":444,"Date":"12/17/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":224,"Cost":209,"Date":"8/27/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":729,"Cost":692,"Date":"2/14/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":512,"Cost":296,"Date":"4/8/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":423,"Cost":347,"Date":"12/13/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":124,"Cost":67,"Date":"8/9/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":153,"Cost":111,"Date":"11/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":38,"Cost":36,"Date":"4/1/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":207,"Cost":156,"Date":"12/31/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":990,"Cost":555,"Date":"3/6/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":644,"Cost":422,"Date":"7/4/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":989,"Cost":557,"Date":"1/13/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":774,"Cost":495,"Date":"8/24/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":412,"Cost":330,"Date":"12/24/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":544,"Cost":431,"Date":"2/15/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":636,"Cost":366,"Date":"2/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":277,"Cost":145,"Date":"11/20/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":584,"Cost":464,"Date":"6/29/2019"},{"Store":"Viviana Mall, Thane","Brand":"Jeans","Country":"India","Sale":416,"Cost":391,"Date":"12/10/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":141,"Cost":129,"Date":"8/6/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":335,"Cost":219,"Date":"7/25/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":296,"Cost":183,"Date":"9/6/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":474,"Cost":444,"Date":"1/12/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":190,"Cost":146,"Date":"6/26/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":682,"Cost":381,"Date":"2/23/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Nova","Country":"India","Sale":784,"Cost":581,"Date":"8/14/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":823,"Cost":747,"Date":"3/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":144,"Cost":110,"Date":"11/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":359,"Cost":189,"Date":"8/23/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":564,"Cost":434,"Date":"9/20/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":538,"Cost":269,"Date":"4/12/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":381,"Cost":282,"Date":"8/10/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":526,"Cost":481,"Date":"6/17/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":476,"Cost":443,"Date":"5/5/2020"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":314,"Cost":221,"Date":"10/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":724,"Cost":646,"Date":"5/4/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":725,"Cost":488,"Date":"6/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":743,"Cost":683,"Date":"10/23/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":606,"Cost":426,"Date":"3/19/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":477,"Cost":446,"Date":"8/16/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":47,"Cost":27,"Date":"2/26/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":599,"Cost":525,"Date":"9/8/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":88,"Cost":46,"Date":"8/5/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":954,"Cost":906,"Date":"12/27/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":28,"Cost":21,"Date":"7/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":528,"Cost":356,"Date":"4/22/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":627,"Cost":578,"Date":"1/29/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":234,"Cost":162,"Date":"9/19/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":832,"Cost":620,"Date":"4/6/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":910,"Cost":729,"Date":"5/13/2022"},{"Store":"DLF Mall of India, Noida","Brand":"ARKET","Country":"India","Sale":602,"Cost":390,"Date":"4/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":975,"Cost":669,"Date":"10/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":432,"Cost":398,"Date":"9/3/2020"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":966,"Cost":781,"Date":"9/7/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":343,"Cost":184,"Date":"11/18/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":672,"Cost":408,"Date":"5/11/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Sellpy","Country":"India","Sale":740,"Cost":372,"Date":"1/16/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":215,"Cost":112,"Date":"2/26/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":792,"Cost":732,"Date":"11/11/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":803,"Cost":478,"Date":"2/8/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":580,"Cost":356,"Date":"1/6/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":236,"Cost":164,"Date":"4/15/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":834,"Cost":560,"Date":"10/26/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":188,"Cost":166,"Date":"12/25/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":111,"Cost":69,"Date":"5/9/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":800,"Cost":604,"Date":"3/3/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":666,"Cost":596,"Date":"7/1/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":278,"Cost":191,"Date":"7/4/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":85,"Cost":71,"Date":"11/26/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":876,"Cost":549,"Date":"10/9/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":206,"Cost":109,"Date":"12/15/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":937,"Cost":651,"Date":"4/30/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":347,"Cost":199,"Date":"5/8/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":605,"Cost":482,"Date":"1/26/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":351,"Cost":194,"Date":"11/28/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":993,"Cost":854,"Date":"11/11/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":964,"Cost":514,"Date":"11/10/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":271,"Cost":250,"Date":"2/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":782,"Cost":566,"Date":"2/16/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":901,"Cost":851,"Date":"9/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":936,"Cost":609,"Date":"2/3/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":392,"Cost":236,"Date":"9/26/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":216,"Cost":200,"Date":"8/6/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM","Country":"India","Sale":125,"Cost":96,"Date":"7/1/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":197,"Cost":137,"Date":"1/3/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":77,"Cost":65,"Date":"8/12/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":510,"Cost":425,"Date":"4/4/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":733,"Cost":645,"Date":"2/26/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":344,"Cost":277,"Date":"2/1/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":476,"Cost":290,"Date":"5/23/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":203,"Cost":107,"Date":"1/15/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":893,"Cost":781,"Date":"12/25/2020"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":961,"Cost":604,"Date":"12/10/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":660,"Cost":592,"Date":"6/11/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":874,"Cost":566,"Date":"5/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":161,"Cost":103,"Date":"5/29/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":511,"Cost":408,"Date":"10/24/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":516,"Cost":489,"Date":"3/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":143,"Cost":107,"Date":"2/5/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":670,"Cost":585,"Date":"11/5/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":304,"Cost":265,"Date":"6/8/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":901,"Cost":784,"Date":"9/17/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":932,"Cost":519,"Date":"4/26/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":277,"Cost":158,"Date":"10/1/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":423,"Cost":246,"Date":"3/22/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":141,"Cost":108,"Date":"7/24/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":768,"Cost":552,"Date":"6/8/2024"},{"Store":"Orion Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":549,"Cost":297,"Date":"11/22/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":640,"Cost":322,"Date":"10/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":647,"Cost":458,"Date":"7/13/2021"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":583,"Cost":457,"Date":"1/4/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":3,"Cost":1,"Date":"9/9/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":652,"Cost":574,"Date":"7/3/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":387,"Cost":363,"Date":"8/25/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":370,"Cost":315,"Date":"10/11/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":491,"Cost":459,"Date":"10/15/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":453,"Cost":229,"Date":"9/13/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":268,"Cost":136,"Date":"3/11/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":84,"Cost":43,"Date":"12/30/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":471,"Cost":438,"Date":"12/6/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":789,"Cost":549,"Date":"7/16/2024"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":937,"Cost":869,"Date":"7/25/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":620,"Cost":580,"Date":"12/17/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":950,"Cost":737,"Date":"2/13/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":542,"Cost":478,"Date":"3/30/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":224,"Cost":145,"Date":"11/24/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":555,"Cost":300,"Date":"10/7/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":383,"Cost":349,"Date":"4/1/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":243,"Cost":228,"Date":"10/14/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":172,"Cost":123,"Date":"9/27/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":403,"Cost":303,"Date":"12/15/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":172,"Cost":146,"Date":"4/24/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":202,"Cost":176,"Date":"4/6/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":589,"Cost":482,"Date":"4/2/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":210,"Cost":196,"Date":"3/26/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":58,"Cost":50,"Date":"10/10/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":930,"Cost":658,"Date":"3/16/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":143,"Cost":78,"Date":"5/23/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":105,"Cost":52,"Date":"11/24/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":296,"Cost":201,"Date":"5/18/2024"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":334,"Cost":278,"Date":"11/23/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":70,"Cost":54,"Date":"6/16/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":408,"Cost":309,"Date":"5/3/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":119,"Cost":113,"Date":"3/8/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":556,"Cost":354,"Date":"11/8/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":746,"Cost":416,"Date":"2/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"Jeans","Country":"India","Sale":842,"Cost":543,"Date":"8/18/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":703,"Cost":537,"Date":"9/3/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":802,"Cost":609,"Date":"5/16/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":769,"Cost":483,"Date":"9/16/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":461,"Cost":408,"Date":"1/18/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":228,"Cost":135,"Date":"8/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":92,"Cost":65,"Date":"7/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"COS","Country":"India","Sale":875,"Cost":579,"Date":"1/14/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":724,"Cost":392,"Date":"2/14/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":970,"Cost":881,"Date":"7/4/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":345,"Cost":239,"Date":"4/21/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":117,"Cost":83,"Date":"9/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Sellpy","Country":"India","Sale":964,"Cost":522,"Date":"12/21/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":144,"Cost":89,"Date":"7/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":191,"Cost":142,"Date":"3/3/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":920,"Cost":620,"Date":"2/23/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":332,"Cost":177,"Date":"3/20/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":346,"Cost":248,"Date":"4/2/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":57,"Cost":44,"Date":"12/8/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":129,"Cost":94,"Date":"3/6/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":87,"Cost":75,"Date":"5/26/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":186,"Cost":128,"Date":"7/1/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":198,"Cost":136,"Date":"8/1/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":243,"Cost":184,"Date":"1/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":862,"Cost":509,"Date":"6/25/2021"},{"Store":"The Great India Place, Noida","Brand":"COS","Country":"India","Sale":721,"Cost":638,"Date":"5/29/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":654,"Cost":389,"Date":"2/10/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":488,"Cost":401,"Date":"3/29/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":208,"Cost":145,"Date":"4/19/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":874,"Cost":678,"Date":"5/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":122,"Cost":105,"Date":"1/25/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":111,"Cost":83,"Date":"10/30/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":505,"Cost":396,"Date":"12/18/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":363,"Cost":341,"Date":"12/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":719,"Cost":643,"Date":"10/2/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":345,"Cost":214,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":511,"Cost":327,"Date":"9/25/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":277,"Cost":259,"Date":"7/21/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":527,"Cost":407,"Date":"5/1/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":658,"Cost":585,"Date":"12/4/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":656,"Cost":424,"Date":"8/4/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Jeans","Country":"India","Sale":906,"Cost":776,"Date":"11/18/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Jeans","Country":"India","Sale":511,"Cost":416,"Date":"1/10/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":332,"Cost":225,"Date":"5/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":782,"Cost":594,"Date":"9/3/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":929,"Cost":800,"Date":"12/11/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":186,"Cost":162,"Date":"12/15/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":227,"Cost":122,"Date":"12/9/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":49,"Cost":26,"Date":"9/12/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":183,"Cost":171,"Date":"4/12/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":364,"Cost":219,"Date":"7/14/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":559,"Cost":513,"Date":"5/14/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":33,"Cost":21,"Date":"11/22/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":725,"Cost":500,"Date":"9/3/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":344,"Cost":268,"Date":"8/27/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":750,"Cost":497,"Date":"9/15/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":162,"Cost":135,"Date":"4/5/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":590,"Cost":510,"Date":"7/5/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":925,"Cost":544,"Date":"12/19/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":194,"Cost":178,"Date":"4/2/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Sellpy","Country":"India","Sale":685,"Cost":561,"Date":"9/30/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":135,"Cost":121,"Date":"6/3/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":958,"Cost":624,"Date":"2/16/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":414,"Cost":210,"Date":"8/27/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":765,"Cost":568,"Date":"5/11/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":838,"Cost":672,"Date":"10/5/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":969,"Cost":662,"Date":"6/16/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":821,"Cost":572,"Date":"8/21/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":249,"Cost":224,"Date":"2/25/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":843,"Cost":632,"Date":"2/20/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":398,"Cost":332,"Date":"11/14/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":535,"Cost":396,"Date":"7/26/2020"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":702,"Cost":382,"Date":"2/1/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":633,"Cost":400,"Date":"5/22/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":153,"Cost":122,"Date":"5/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":253,"Cost":143,"Date":"4/24/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":599,"Cost":396,"Date":"11/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":692,"Cost":451,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":80,"Cost":71,"Date":"8/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":222,"Cost":211,"Date":"9/16/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":207,"Cost":133,"Date":"12/16/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":613,"Cost":445,"Date":"7/21/2020"},{"Store":"The Great India Place, Noida","Brand":"COS","Country":"India","Sale":778,"Cost":572,"Date":"5/7/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":857,"Cost":762,"Date":"9/6/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":369,"Cost":330,"Date":"8/28/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":490,"Cost":286,"Date":"12/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":553,"Cost":439,"Date":"9/23/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":925,"Cost":673,"Date":"1/29/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Nova","Country":"India","Sale":491,"Cost":380,"Date":"11/14/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":444,"Cost":404,"Date":"4/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":747,"Cost":526,"Date":"4/5/2020"},{"Store":"DLF Mall of India, Noida","Brand":"ARKET","Country":"India","Sale":533,"Cost":467,"Date":"1/2/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":200,"Cost":188,"Date":"7/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":674,"Cost":599,"Date":"10/5/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":883,"Cost":640,"Date":"3/9/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":229,"Cost":132,"Date":"8/19/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":275,"Cost":139,"Date":"10/16/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":679,"Cost":450,"Date":"4/19/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"COS","Country":"India","Sale":816,"Cost":651,"Date":"10/4/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Sellpy","Country":"India","Sale":346,"Cost":290,"Date":"8/29/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":676,"Cost":540,"Date":"11/22/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Sellpy","Country":"India","Sale":481,"Cost":247,"Date":"5/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":737,"Cost":438,"Date":"12/4/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":530,"Cost":394,"Date":"4/25/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":657,"Cost":421,"Date":"7/27/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":999,"Cost":918,"Date":"6/24/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":864,"Cost":683,"Date":"4/12/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":236,"Cost":150,"Date":"12/6/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":946,"Cost":805,"Date":"5/16/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":742,"Cost":654,"Date":"6/6/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":517,"Cost":432,"Date":"2/16/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":164,"Cost":152,"Date":"5/12/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":662,"Cost":430,"Date":"8/16/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":467,"Cost":405,"Date":"8/18/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":541,"Cost":412,"Date":"2/10/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":63,"Cost":54,"Date":"12/7/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":973,"Cost":879,"Date":"8/30/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":892,"Cost":521,"Date":"7/30/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":500,"Cost":295,"Date":"10/2/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":448,"Cost":276,"Date":"2/8/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":480,"Cost":255,"Date":"6/3/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":747,"Cost":531,"Date":"3/18/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":295,"Cost":256,"Date":"12/31/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":523,"Cost":291,"Date":"9/13/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":941,"Cost":817,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Jeans","Country":"India","Sale":128,"Cost":64,"Date":"10/3/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":12,"Cost":10,"Date":"12/17/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":29,"Cost":26,"Date":"7/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":389,"Cost":309,"Date":"11/8/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":462,"Cost":286,"Date":"4/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":226,"Cost":212,"Date":"12/26/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":480,"Cost":269,"Date":"2/13/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM","Country":"India","Sale":555,"Cost":367,"Date":"5/30/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":234,"Cost":189,"Date":"3/16/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":181,"Cost":102,"Date":"5/10/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Nova","Country":"India","Sale":976,"Cost":488,"Date":"12/31/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":79,"Cost":64,"Date":"1/28/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":525,"Cost":455,"Date":"9/10/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":261,"Cost":199,"Date":"9/15/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":378,"Cost":248,"Date":"3/4/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":681,"Cost":452,"Date":"12/18/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":396,"Cost":325,"Date":"12/9/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":555,"Cost":379,"Date":"6/20/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":262,"Cost":191,"Date":"8/29/2023"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":710,"Cost":471,"Date":"7/23/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":26,"Cost":23,"Date":"6/25/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":590,"Cost":336,"Date":"8/6/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Nova","Country":"India","Sale":622,"Cost":568,"Date":"4/6/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":577,"Cost":392,"Date":"2/7/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":136,"Cost":82,"Date":"6/6/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":937,"Cost":735,"Date":"1/8/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":975,"Cost":505,"Date":"8/20/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":239,"Cost":212,"Date":"3/17/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":798,"Cost":504,"Date":"2/6/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Nova","Country":"India","Sale":405,"Cost":274,"Date":"10/4/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":338,"Cost":279,"Date":"4/24/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":16,"Cost":14,"Date":"8/1/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Sellpy","Country":"India","Sale":582,"Cost":354,"Date":"7/10/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":20,"Cost":13,"Date":"8/6/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":846,"Cost":543,"Date":"12/23/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":125,"Cost":68,"Date":"12/14/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":371,"Cost":324,"Date":"8/19/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":195,"Cost":158,"Date":"5/9/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":651,"Cost":603,"Date":"8/26/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":558,"Cost":406,"Date":"9/9/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":11,"Cost":6,"Date":"4/14/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":932,"Cost":485,"Date":"3/17/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":189,"Cost":133,"Date":"3/13/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":589,"Cost":515,"Date":"4/20/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":647,"Cost":431,"Date":"7/1/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":354,"Cost":331,"Date":"8/15/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":642,"Cost":529,"Date":"7/15/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":14,"Cost":12,"Date":"7/28/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":823,"Cost":573,"Date":"11/30/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":727,"Cost":510,"Date":"5/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":165,"Cost":138,"Date":"11/29/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":787,"Cost":652,"Date":"1/21/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":543,"Cost":289,"Date":"5/9/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":302,"Cost":171,"Date":"3/8/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":545,"Cost":413,"Date":"5/21/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":166,"Cost":133,"Date":"5/28/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":267,"Cost":167,"Date":"10/30/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":599,"Cost":348,"Date":"8/11/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":572,"Cost":345,"Date":"6/1/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":966,"Cost":543,"Date":"1/19/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":408,"Cost":228,"Date":"4/8/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":670,"Cost":367,"Date":"9/14/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":106,"Cost":86,"Date":"1/29/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":612,"Cost":512,"Date":"12/22/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":579,"Cost":355,"Date":"12/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":449,"Cost":281,"Date":"12/5/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":430,"Cost":319,"Date":"8/21/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":777,"Cost":441,"Date":"9/10/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"COS","Country":"India","Sale":195,"Cost":128,"Date":"8/15/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":246,"Cost":130,"Date":"11/26/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":927,"Cost":581,"Date":"11/18/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":518,"Cost":422,"Date":"5/12/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":364,"Cost":188,"Date":"12/28/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":499,"Cost":340,"Date":"7/6/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":775,"Cost":604,"Date":"4/23/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":758,"Cost":461,"Date":"5/12/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":728,"Cost":645,"Date":"5/11/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":400,"Cost":250,"Date":"2/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":14,"Cost":8,"Date":"4/22/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":184,"Cost":172,"Date":"2/5/2020"},{"Store":"La Rinascente, Rome","Brand":"Sellpy","Country":"Italy","Sale":529,"Cost":497,"Date":"3/4/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM","Country":"Italy","Sale":991,"Cost":661,"Date":"6/6/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Jeans","Country":"Italy","Sale":928,"Cost":721,"Date":"9/13/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":610,"Cost":531,"Date":"10/31/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":963,"Cost":752,"Date":"2/6/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":735,"Cost":530,"Date":"4/1/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":69,"Cost":44,"Date":"6/9/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":540,"Cost":444,"Date":"5/6/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":540,"Cost":479,"Date":"10/4/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":45,"Cost":29,"Date":"9/8/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":130,"Cost":83,"Date":"10/13/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":949,"Cost":728,"Date":"9/2/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":959,"Cost":521,"Date":"7/11/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":995,"Cost":534,"Date":"3/24/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":531,"Cost":407,"Date":"1/1/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":848,"Cost":610,"Date":"9/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":418,"Cost":361,"Date":"3/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":33,"Cost":20,"Date":"8/19/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":877,"Cost":507,"Date":"10/29/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":134,"Cost":76,"Date":"4/8/2023"},{"Store":"La Rinascente, Rome","Brand":"Sellpy","Country":"Italy","Sale":765,"Cost":666,"Date":"1/18/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":83,"Cost":73,"Date":"10/23/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":907,"Cost":558,"Date":"9/8/2021"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":54,"Cost":43,"Date":"1/24/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":351,"Cost":182,"Date":"2/22/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":68,"Cost":56,"Date":"5/5/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":205,"Cost":186,"Date":"11/6/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":87,"Cost":59,"Date":"7/25/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":171,"Cost":119,"Date":"4/15/2022"},{"Store":"La Rinascente, Rome","Brand":"COS","Country":"Italy","Sale":145,"Cost":123,"Date":"1/11/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM","Country":"Italy","Sale":470,"Cost":357,"Date":"7/1/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":321,"Cost":298,"Date":"11/17/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":952,"Cost":895,"Date":"9/3/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":457,"Cost":287,"Date":"2/7/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":540,"Cost":506,"Date":"12/23/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":70,"Cost":40,"Date":"5/11/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":937,"Cost":761,"Date":"10/29/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":662,"Cost":489,"Date":"10/22/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":566,"Cost":427,"Date":"3/7/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":7,"Cost":5,"Date":"1/4/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":40,"Cost":24,"Date":"11/15/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":680,"Cost":478,"Date":"9/11/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":134,"Cost":117,"Date":"6/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":607,"Cost":551,"Date":"8/5/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":398,"Cost":234,"Date":"4/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":6,"Cost":5,"Date":"12/27/2024"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":84,"Cost":42,"Date":"6/26/2020"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":509,"Cost":302,"Date":"12/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":984,"Cost":905,"Date":"3/30/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":24,"Cost":22,"Date":"11/3/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":534,"Cost":479,"Date":"4/13/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":460,"Cost":338,"Date":"10/8/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":172,"Cost":116,"Date":"5/1/2022"},{"Store":"Cinecittà Due, Rome","Brand":"HM Home","Country":"Italy","Sale":78,"Cost":43,"Date":"4/27/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":230,"Cost":190,"Date":"4/10/2019"},{"Store":"La Rinascente, Milan","Brand":"COS","Country":"Italy","Sale":674,"Cost":513,"Date":"10/10/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":416,"Cost":357,"Date":"4/20/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":608,"Cost":520,"Date":"2/15/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":188,"Cost":132,"Date":"2/17/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":43,"Cost":21,"Date":"11/26/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":853,"Cost":616,"Date":"4/15/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":169,"Cost":109,"Date":"5/27/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":605,"Cost":342,"Date":"8/6/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":811,"Cost":544,"Date":"9/25/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":743,"Cost":619,"Date":"5/14/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":791,"Cost":675,"Date":"7/1/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":527,"Cost":401,"Date":"5/4/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":328,"Cost":211,"Date":"4/17/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":969,"Cost":709,"Date":"5/15/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":280,"Cost":200,"Date":"6/2/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Nova","Country":"Italy","Sale":706,"Cost":400,"Date":"11/13/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":950,"Cost":886,"Date":"11/26/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":855,"Cost":640,"Date":"2/20/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":924,"Cost":508,"Date":"4/5/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":351,"Cost":211,"Date":"12/20/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":677,"Cost":462,"Date":"8/10/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":545,"Cost":457,"Date":"2/16/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":285,"Cost":235,"Date":"7/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":136,"Cost":82,"Date":"4/15/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":5,"Cost":4,"Date":"4/10/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":602,"Cost":541,"Date":"10/23/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":234,"Cost":200,"Date":"7/20/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":890,"Cost":550,"Date":"3/9/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":742,"Cost":420,"Date":"1/12/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":803,"Cost":695,"Date":"3/1/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":901,"Cost":549,"Date":"11/28/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":591,"Cost":326,"Date":"6/27/2023"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":670,"Cost":348,"Date":"2/24/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":434,"Cost":384,"Date":"2/12/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":860,"Cost":712,"Date":"5/27/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":592,"Cost":370,"Date":"2/24/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":685,"Cost":599,"Date":"10/2/2020"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":399,"Cost":259,"Date":"2/19/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":79,"Cost":68,"Date":"9/5/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":426,"Cost":263,"Date":"8/2/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":780,"Cost":656,"Date":"10/30/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":430,"Cost":342,"Date":"4/10/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":873,"Cost":634,"Date":"11/26/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":62,"Cost":42,"Date":"4/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"COS","Country":"Italy","Sale":39,"Cost":29,"Date":"2/19/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":673,"Cost":422,"Date":"6/14/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Nova","Country":"Italy","Sale":191,"Cost":128,"Date":"4/22/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":487,"Cost":380,"Date":"11/22/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":372,"Cost":285,"Date":"3/9/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":139,"Cost":100,"Date":"6/26/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":712,"Cost":657,"Date":"10/11/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":56,"Cost":28,"Date":"10/23/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":584,"Cost":336,"Date":"4/11/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":730,"Cost":512,"Date":"7/3/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":956,"Cost":878,"Date":"1/31/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":573,"Cost":290,"Date":"4/9/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":701,"Cost":619,"Date":"7/21/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":346,"Cost":287,"Date":"8/23/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":108,"Cost":103,"Date":"5/31/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":310,"Cost":284,"Date":"3/5/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":529,"Cost":358,"Date":"9/14/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":142,"Cost":117,"Date":"8/20/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":631,"Cost":432,"Date":"10/12/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":664,"Cost":544,"Date":"3/8/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":554,"Cost":361,"Date":"4/5/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":517,"Cost":349,"Date":"9/2/2023"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":277,"Cost":179,"Date":"10/10/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":42,"Cost":24,"Date":"11/14/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":114,"Cost":66,"Date":"9/7/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":526,"Date":"5/17/2019"},{"Store":"La Rinascente, Rome","Brand":"HM Home","Country":"Italy","Sale":472,"Cost":364,"Date":"8/31/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":831,"Cost":582,"Date":"12/22/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"COS","Country":"Italy","Sale":868,"Cost":779,"Date":"9/24/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":856,"Cost":590,"Date":"6/25/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":546,"Cost":501,"Date":"2/27/2018"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":528,"Cost":269,"Date":"11/23/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":494,"Cost":405,"Date":"11/23/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":182,"Cost":93,"Date":"1/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":959,"Cost":632,"Date":"8/4/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":220,"Cost":185,"Date":"5/7/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":186,"Cost":112,"Date":"12/14/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":765,"Cost":523,"Date":"6/21/2022"},{"Store":"La Rinascente, Rome","Brand":"Sellpy","Country":"Italy","Sale":656,"Cost":592,"Date":"8/16/2024"},{"Store":"La Rinascente, Milan","Brand":"HM","Country":"Italy","Sale":781,"Cost":514,"Date":"10/4/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":46,"Date":"3/17/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":75,"Cost":69,"Date":"4/22/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Nova","Country":"Italy","Sale":500,"Cost":399,"Date":"5/15/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":796,"Cost":561,"Date":"12/26/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":468,"Cost":406,"Date":"12/8/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":920,"Cost":805,"Date":"4/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":202,"Cost":146,"Date":"7/13/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":345,"Cost":224,"Date":"2/1/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":129,"Cost":119,"Date":"12/23/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":636,"Cost":455,"Date":"2/26/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":907,"Cost":827,"Date":"12/24/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":420,"Cost":253,"Date":"10/29/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":839,"Cost":733,"Date":"7/18/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":553,"Cost":389,"Date":"1/5/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM","Country":"Italy","Sale":963,"Cost":594,"Date":"5/14/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":407,"Cost":371,"Date":"1/6/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":648,"Cost":437,"Date":"5/19/2024"},{"Store":"La Rinascente, Rome","Brand":"COS","Country":"Italy","Sale":31,"Cost":26,"Date":"12/25/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"ARKET","Country":"Italy","Sale":172,"Cost":99,"Date":"12/12/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":961,"Cost":846,"Date":"6/9/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":325,"Cost":188,"Date":"4/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":877,"Cost":468,"Date":"7/10/2020"},{"Store":"Mercato Centrale, Florence","Brand":"HM Home","Country":"Italy","Sale":821,"Cost":502,"Date":"1/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":39,"Cost":19,"Date":"4/29/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":852,"Cost":565,"Date":"9/15/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":650,"Cost":578,"Date":"7/7/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":605,"Cost":388,"Date":"7/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":136,"Cost":85,"Date":"11/19/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":180,"Cost":152,"Date":"4/10/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":976,"Cost":800,"Date":"6/22/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":857,"Cost":604,"Date":"10/3/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":352,"Cost":245,"Date":"5/12/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":43,"Cost":32,"Date":"1/6/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":209,"Cost":148,"Date":"11/19/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":745,"Cost":681,"Date":"5/25/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":266,"Cost":179,"Date":"10/2/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":673,"Cost":495,"Date":"7/2/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":230,"Cost":125,"Date":"8/29/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"ARKET","Country":"Italy","Sale":673,"Cost":374,"Date":"8/31/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Sellpy","Country":"Italy","Sale":353,"Cost":286,"Date":"11/2/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":737,"Cost":673,"Date":"10/19/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":549,"Cost":450,"Date":"11/13/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":735,"Cost":610,"Date":"2/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":182,"Cost":92,"Date":"11/21/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":574,"Cost":334,"Date":"4/26/2024"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":10,"Cost":9,"Date":"2/6/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Nova","Country":"Italy","Sale":527,"Cost":373,"Date":"6/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":645,"Cost":413,"Date":"11/1/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":859,"Cost":652,"Date":"7/29/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"COS","Country":"Italy","Sale":880,"Cost":500,"Date":"5/5/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":530,"Cost":478,"Date":"4/13/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":727,"Cost":614,"Date":"8/24/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":438,"Cost":285,"Date":"8/8/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":654,"Cost":383,"Date":"10/19/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":103,"Cost":87,"Date":"5/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":692,"Cost":386,"Date":"10/16/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":655,"Cost":528,"Date":"4/4/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":266,"Cost":189,"Date":"10/26/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":47,"Cost":40,"Date":"1/23/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":506,"Cost":270,"Date":"6/19/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":556,"Cost":368,"Date":"12/11/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":287,"Cost":233,"Date":"5/18/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":711,"Cost":611,"Date":"4/28/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":882,"Cost":583,"Date":"12/28/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":242,"Cost":126,"Date":"11/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":661,"Cost":452,"Date":"6/16/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":943,"Cost":590,"Date":"3/1/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":618,"Cost":563,"Date":"7/18/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":90,"Cost":67,"Date":"2/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":488,"Cost":359,"Date":"12/22/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":426,"Cost":223,"Date":"9/12/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":67,"Cost":35,"Date":"1/8/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Jeans","Country":"Italy","Sale":680,"Cost":413,"Date":"9/3/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":734,"Cost":434,"Date":"6/19/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":198,"Cost":138,"Date":"9/1/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":30,"Cost":26,"Date":"3/3/2022"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":195,"Cost":111,"Date":"5/15/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":840,"Cost":549,"Date":"10/23/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":394,"Cost":214,"Date":"4/1/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":641,"Cost":578,"Date":"8/1/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":138,"Cost":74,"Date":"6/1/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":551,"Cost":412,"Date":"8/2/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":768,"Cost":442,"Date":"4/30/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":188,"Cost":116,"Date":"7/2/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":897,"Cost":784,"Date":"11/22/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":275,"Cost":184,"Date":"10/5/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":237,"Cost":205,"Date":"11/7/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":745,"Cost":616,"Date":"10/11/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":531,"Cost":343,"Date":"9/26/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Nova","Country":"Italy","Sale":297,"Cost":263,"Date":"11/25/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Sellpy","Country":"Italy","Sale":744,"Cost":580,"Date":"5/27/2020"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":660,"Cost":454,"Date":"3/9/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":878,"Cost":498,"Date":"9/22/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":158,"Cost":83,"Date":"4/9/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM","Country":"Italy","Sale":122,"Cost":68,"Date":"5/15/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":391,"Cost":320,"Date":"8/5/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":240,"Cost":166,"Date":"11/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":956,"Cost":903,"Date":"5/13/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Sellpy","Country":"Italy","Sale":245,"Cost":157,"Date":"3/2/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":695,"Cost":469,"Date":"11/29/2018"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":325,"Cost":223,"Date":"1/12/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":885,"Cost":793,"Date":"9/18/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":818,"Cost":645,"Date":"11/25/2018"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":102,"Cost":71,"Date":"8/3/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":696,"Cost":576,"Date":"9/1/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":229,"Cost":125,"Date":"8/9/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":728,"Cost":457,"Date":"1/22/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":79,"Cost":51,"Date":"3/29/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":877,"Cost":497,"Date":"12/3/2023"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":942,"Cost":500,"Date":"4/26/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":698,"Cost":573,"Date":"4/11/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":897,"Cost":815,"Date":"1/26/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":74,"Cost":46,"Date":"5/9/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Nova","Country":"Italy","Sale":365,"Cost":347,"Date":"6/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Sellpy","Country":"Italy","Sale":832,"Cost":642,"Date":"11/11/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":601,"Cost":570,"Date":"12/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":258,"Cost":147,"Date":"1/3/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":866,"Cost":557,"Date":"8/25/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":889,"Cost":505,"Date":"6/21/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":833,"Cost":701,"Date":"6/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":321,"Cost":280,"Date":"8/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":551,"Cost":465,"Date":"7/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Sellpy","Country":"Italy","Sale":746,"Cost":629,"Date":"9/16/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":416,"Cost":386,"Date":"11/2/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":971,"Cost":658,"Date":"1/22/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":300,"Cost":203,"Date":"7/4/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":474,"Cost":406,"Date":"12/9/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":274,"Cost":218,"Date":"1/16/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":304,"Cost":215,"Date":"1/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":939,"Cost":676,"Date":"7/29/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":56,"Cost":46,"Date":"8/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":595,"Cost":394,"Date":"9/30/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":595,"Cost":523,"Date":"10/24/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":186,"Cost":122,"Date":"6/18/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"COS","Country":"Italy","Sale":715,"Cost":382,"Date":"12/25/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":486,"Cost":388,"Date":"12/5/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":23,"Cost":21,"Date":"10/18/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":243,"Cost":176,"Date":"5/9/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":745,"Cost":475,"Date":"6/3/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":517,"Cost":460,"Date":"9/15/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM","Country":"Italy","Sale":587,"Cost":410,"Date":"12/25/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":332,"Cost":311,"Date":"3/31/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":75,"Cost":50,"Date":"1/24/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":974,"Cost":808,"Date":"1/18/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"ARKET","Country":"Italy","Sale":846,"Cost":511,"Date":"1/16/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":128,"Cost":87,"Date":"11/25/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":443,"Cost":232,"Date":"6/10/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":484,"Cost":345,"Date":"3/19/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":87,"Cost":79,"Date":"8/8/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":308,"Cost":281,"Date":"10/19/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":467,"Cost":235,"Date":"10/13/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":287,"Cost":163,"Date":"2/24/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":513,"Cost":331,"Date":"1/8/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":86,"Cost":61,"Date":"8/15/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":648,"Cost":330,"Date":"12/6/2019"},{"Store":"La Rinascente, Rome","Brand":"HM","Country":"Italy","Sale":551,"Cost":515,"Date":"6/29/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":211,"Cost":199,"Date":"6/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":395,"Cost":279,"Date":"11/10/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":794,"Cost":418,"Date":"10/30/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Sellpy","Country":"Italy","Sale":802,"Cost":641,"Date":"11/15/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":702,"Cost":403,"Date":"2/26/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":894,"Cost":525,"Date":"3/7/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":488,"Cost":462,"Date":"4/26/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":393,"Cost":223,"Date":"10/8/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Nova","Country":"Italy","Sale":413,"Cost":228,"Date":"8/15/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":867,"Cost":534,"Date":"5/4/2024"},{"Store":"La Rinascente, Milan","Brand":"COS","Country":"Italy","Sale":153,"Cost":78,"Date":"8/6/2023"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":126,"Cost":102,"Date":"10/24/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":293,"Cost":278,"Date":"5/15/2021"},{"Store":"La Rinascente, Rome","Brand":"Sellpy","Country":"Italy","Sale":178,"Cost":159,"Date":"5/20/2023"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":75,"Cost":72,"Date":"1/26/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":63,"Cost":34,"Date":"4/1/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":215,"Cost":116,"Date":"10/23/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":751,"Cost":468,"Date":"3/21/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":332,"Cost":197,"Date":"3/22/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":845,"Cost":512,"Date":"7/28/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":898,"Cost":652,"Date":"12/23/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":654,"Cost":508,"Date":"11/23/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":1,"Cost":0,"Date":"4/3/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"COS","Country":"Italy","Sale":466,"Cost":425,"Date":"4/5/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":2,"Cost":1,"Date":"5/1/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":552,"Cost":331,"Date":"5/24/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":574,"Cost":496,"Date":"4/24/2022"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":983,"Cost":914,"Date":"1/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":724,"Cost":631,"Date":"12/23/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":77,"Cost":38,"Date":"10/27/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":810,"Cost":631,"Date":"10/2/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":625,"Cost":580,"Date":"1/11/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":218,"Cost":144,"Date":"7/11/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":180,"Cost":165,"Date":"12/9/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":852,"Cost":611,"Date":"8/29/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":176,"Cost":121,"Date":"6/10/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":515,"Cost":357,"Date":"11/18/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM Home","Country":"Italy","Sale":718,"Cost":619,"Date":"7/2/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":834,"Cost":748,"Date":"7/24/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":748,"Cost":437,"Date":"11/16/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Sellpy","Country":"Italy","Sale":855,"Cost":559,"Date":"9/11/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":792,"Cost":410,"Date":"4/4/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":230,"Cost":187,"Date":"5/19/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":943,"Cost":527,"Date":"7/24/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":130,"Cost":95,"Date":"12/10/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":27,"Cost":13,"Date":"6/17/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":386,"Cost":307,"Date":"2/13/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":259,"Cost":211,"Date":"7/23/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":890,"Cost":725,"Date":"5/15/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":808,"Cost":597,"Date":"11/9/2018"},{"Store":"La Rinascente, Milan","Brand":"HM","Country":"Italy","Sale":469,"Cost":348,"Date":"6/10/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":493,"Cost":376,"Date":"11/17/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":48,"Cost":28,"Date":"7/20/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":256,"Cost":142,"Date":"7/16/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Jeans","Country":"Italy","Sale":174,"Cost":101,"Date":"9/2/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":200,"Cost":101,"Date":"5/13/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":622,"Cost":504,"Date":"2/22/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":653,"Cost":393,"Date":"7/28/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":178,"Cost":97,"Date":"8/13/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":438,"Cost":297,"Date":"7/23/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":907,"Cost":677,"Date":"10/5/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":901,"Cost":743,"Date":"7/7/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":260,"Cost":224,"Date":"3/13/2021"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":342,"Cost":314,"Date":"11/14/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":389,"Cost":248,"Date":"6/30/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":21,"Cost":12,"Date":"8/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":806,"Cost":638,"Date":"4/23/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":235,"Cost":143,"Date":"12/28/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":245,"Cost":173,"Date":"3/25/2021"},{"Store":"La Rinascente, Milan","Brand":"Jeans","Country":"Italy","Sale":93,"Cost":78,"Date":"5/27/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":280,"Cost":221,"Date":"3/5/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":679,"Cost":607,"Date":"9/6/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Jeans","Country":"Italy","Sale":37,"Cost":28,"Date":"5/7/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":797,"Cost":532,"Date":"6/26/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":863,"Cost":494,"Date":"12/4/2019"},{"Store":"La Rinascente, Rome","Brand":"HM Home","Country":"Italy","Sale":452,"Cost":367,"Date":"4/10/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":783,"Cost":591,"Date":"2/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"COS","Country":"Italy","Sale":699,"Cost":478,"Date":"8/1/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":465,"Cost":371,"Date":"9/2/2021"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":188,"Cost":160,"Date":"1/7/2024"},{"Store":"La Rinascente, Rome","Brand":"COS","Country":"Italy","Sale":746,"Cost":418,"Date":"8/2/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":85,"Cost":78,"Date":"6/2/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":711,"Cost":571,"Date":"11/25/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":604,"Cost":329,"Date":"8/25/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":735,"Cost":531,"Date":"5/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Nova","Country":"Italy","Sale":435,"Cost":223,"Date":"5/23/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":333,"Cost":248,"Date":"10/10/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":985,"Cost":904,"Date":"1/3/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM Home","Country":"Italy","Sale":476,"Cost":280,"Date":"8/25/2022"},{"Store":"La Rinascente, Rome","Brand":"HM","Country":"Italy","Sale":729,"Cost":382,"Date":"1/31/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"COS","Country":"Italy","Sale":265,"Cost":247,"Date":"7/14/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":128,"Cost":109,"Date":"2/17/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":134,"Cost":75,"Date":"9/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM","Country":"Italy","Sale":510,"Cost":361,"Date":"7/31/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":546,"Cost":398,"Date":"9/7/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":382,"Cost":206,"Date":"1/16/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":559,"Cost":354,"Date":"3/13/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":74,"Cost":38,"Date":"11/14/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":340,"Cost":269,"Date":"9/17/2020"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":328,"Cost":279,"Date":"5/3/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":331,"Cost":236,"Date":"6/18/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":291,"Cost":210,"Date":"7/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":510,"Cost":377,"Date":"4/8/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":952,"Cost":798,"Date":"1/22/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":931,"Cost":715,"Date":"2/25/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":81,"Date":"11/11/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":487,"Cost":436,"Date":"9/22/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":244,"Cost":162,"Date":"10/5/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":11,"Cost":9,"Date":"3/25/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":880,"Cost":556,"Date":"2/12/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":360,"Cost":340,"Date":"7/10/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":414,"Cost":346,"Date":"3/2/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":155,"Cost":109,"Date":"9/19/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Sellpy","Country":"Italy","Sale":192,"Cost":176,"Date":"7/24/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":503,"Cost":298,"Date":"12/9/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":194,"Cost":154,"Date":"12/29/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":473,"Cost":239,"Date":"3/26/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":861,"Cost":746,"Date":"1/11/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":1000,"Cost":506,"Date":"7/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":214,"Cost":188,"Date":"8/14/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":412,"Cost":245,"Date":"8/9/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":308,"Cost":263,"Date":"12/31/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":522,"Cost":340,"Date":"5/12/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":603,"Cost":427,"Date":"9/14/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":792,"Cost":664,"Date":"1/4/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Sellpy","Country":"Italy","Sale":802,"Cost":468,"Date":"2/2/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":433,"Cost":275,"Date":"2/21/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":368,"Cost":274,"Date":"10/14/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":469,"Cost":295,"Date":"12/7/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":811,"Cost":440,"Date":"9/11/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":857,"Cost":577,"Date":"2/20/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":534,"Cost":356,"Date":"9/12/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":34,"Cost":19,"Date":"10/20/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":343,"Cost":275,"Date":"12/16/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM","Country":"Italy","Sale":599,"Cost":335,"Date":"12/24/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":52,"Cost":42,"Date":"5/8/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":468,"Cost":275,"Date":"7/14/2018"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":146,"Cost":134,"Date":"5/18/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":983,"Cost":885,"Date":"4/7/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":288,"Cost":174,"Date":"6/25/2022"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":654,"Cost":495,"Date":"10/27/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":75,"Cost":66,"Date":"5/26/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":747,"Cost":659,"Date":"6/5/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Nova","Country":"Italy","Sale":419,"Cost":290,"Date":"1/10/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":557,"Cost":527,"Date":"10/16/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":62,"Cost":48,"Date":"8/9/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":515,"Cost":374,"Date":"2/16/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":862,"Cost":739,"Date":"8/27/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":810,"Cost":644,"Date":"11/27/2019"},{"Store":"La Rinascente, Milan","Brand":"Jeans","Country":"Italy","Sale":472,"Cost":367,"Date":"3/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":48,"Cost":44,"Date":"12/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":85,"Cost":65,"Date":"2/10/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM Home","Country":"Italy","Sale":423,"Cost":399,"Date":"4/30/2024"},{"Store":"La Rinascente, Rome","Brand":"HM Home","Country":"Italy","Sale":13,"Cost":8,"Date":"5/2/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":594,"Cost":386,"Date":"3/10/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Sellpy","Country":"Italy","Sale":53,"Cost":40,"Date":"6/13/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Sellpy","Country":"Italy","Sale":762,"Cost":662,"Date":"7/28/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM Home","Country":"Italy","Sale":860,"Cost":599,"Date":"2/9/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":872,"Cost":614,"Date":"10/17/2021"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":938,"Cost":495,"Date":"1/20/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":56,"Cost":43,"Date":"11/24/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":519,"Cost":291,"Date":"5/25/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":409,"Cost":307,"Date":"5/11/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":473,"Cost":304,"Date":"1/7/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":265,"Cost":176,"Date":"12/19/2019"},{"Store":"La Rinascente, Rome","Brand":"COS","Country":"Italy","Sale":706,"Cost":468,"Date":"9/15/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":948,"Cost":716,"Date":"8/15/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":200,"Cost":185,"Date":"5/8/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Nova","Country":"Italy","Sale":310,"Cost":290,"Date":"1/22/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":965,"Cost":584,"Date":"7/7/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"COS","Country":"Italy","Sale":363,"Cost":192,"Date":"9/22/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":727,"Cost":589,"Date":"2/23/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":501,"Cost":314,"Date":"1/9/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":572,"Cost":451,"Date":"9/9/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":253,"Cost":141,"Date":"9/12/2024"},{"Store":"La Rinascente, Milan","Brand":"HM","Country":"Italy","Sale":708,"Cost":644,"Date":"5/23/2024"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":44,"Cost":42,"Date":"10/23/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":710,"Cost":512,"Date":"8/10/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":892,"Cost":603,"Date":"8/30/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":663,"Cost":345,"Date":"2/19/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":488,"Cost":246,"Date":"1/10/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":265,"Cost":241,"Date":"4/8/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Jeans","Country":"Italy","Sale":483,"Cost":403,"Date":"11/2/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":19,"Cost":15,"Date":"2/19/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM","Country":"Italy","Sale":840,"Cost":420,"Date":"5/26/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":634,"Cost":438,"Date":"6/2/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":847,"Cost":540,"Date":"3/24/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Nova","Country":"Italy","Sale":764,"Cost":458,"Date":"3/8/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":77,"Cost":44,"Date":"5/20/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":486,"Cost":364,"Date":"12/26/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":341,"Cost":274,"Date":"4/28/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":530,"Cost":361,"Date":"12/24/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":341,"Cost":272,"Date":"9/6/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":890,"Cost":539,"Date":"6/1/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":605,"Cost":466,"Date":"1/8/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":183,"Cost":131,"Date":"10/31/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":855,"Cost":723,"Date":"10/4/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":760,"Cost":603,"Date":"11/18/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":686,"Cost":615,"Date":"5/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":293,"Date":"1/24/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":14,"Cost":10,"Date":"6/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":184,"Date":"12/25/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":738,"Cost":646,"Date":"4/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":1,"Cost":1,"Date":"5/12/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"COS","Country":"Japan","Sale":553,"Cost":358,"Date":"12/13/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":635,"Cost":423,"Date":"8/25/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":124,"Cost":105,"Date":"8/12/2020"},{"Store":"Kyoto Station Building","Brand":"HM","Country":"Japan","Sale":849,"Cost":607,"Date":"8/11/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":434,"Date":"3/28/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":847,"Cost":497,"Date":"8/6/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":423,"Cost":395,"Date":"7/25/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":912,"Cost":757,"Date":"8/25/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":955,"Cost":699,"Date":"8/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":591,"Cost":441,"Date":"6/16/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":782,"Cost":536,"Date":"11/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":370,"Cost":327,"Date":"7/10/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":903,"Cost":573,"Date":"6/10/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":97,"Cost":65,"Date":"6/5/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":148,"Cost":113,"Date":"4/13/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":566,"Cost":283,"Date":"5/4/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":760,"Cost":494,"Date":"3/4/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":750,"Cost":509,"Date":"3/25/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":572,"Cost":517,"Date":"11/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":999,"Cost":828,"Date":"3/26/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":925,"Cost":640,"Date":"5/1/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":687,"Cost":599,"Date":"5/24/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":511,"Cost":468,"Date":"8/6/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":477,"Cost":378,"Date":"7/19/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":7,"Cost":5,"Date":"9/26/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":341,"Cost":216,"Date":"4/23/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":171,"Cost":127,"Date":"1/29/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":411,"Cost":263,"Date":"2/18/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":37,"Cost":25,"Date":"2/8/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":8,"Cost":5,"Date":"9/4/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":199,"Cost":117,"Date":"11/29/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":425,"Cost":386,"Date":"7/5/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":476,"Cost":262,"Date":"1/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":493,"Cost":342,"Date":"7/5/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":921,"Cost":649,"Date":"5/11/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":14,"Cost":11,"Date":"6/30/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":425,"Cost":281,"Date":"12/3/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":360,"Cost":187,"Date":"9/10/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":294,"Cost":278,"Date":"5/25/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":133,"Cost":71,"Date":"4/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":75,"Cost":68,"Date":"4/8/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":323,"Cost":208,"Date":"3/9/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":13,"Cost":10,"Date":"4/1/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":56,"Cost":53,"Date":"8/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":217,"Cost":121,"Date":"6/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":22,"Cost":17,"Date":"3/24/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":746,"Cost":461,"Date":"12/12/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":519,"Cost":282,"Date":"8/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":471,"Cost":253,"Date":"7/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":49,"Cost":27,"Date":"9/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":777,"Cost":706,"Date":"10/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":773,"Cost":666,"Date":"12/7/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":680,"Cost":492,"Date":"6/7/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":377,"Cost":327,"Date":"2/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":811,"Cost":759,"Date":"10/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":798,"Cost":602,"Date":"5/27/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":120,"Cost":72,"Date":"12/28/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":887,"Cost":629,"Date":"7/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":555,"Cost":371,"Date":"9/23/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":688,"Cost":548,"Date":"3/18/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":463,"Cost":258,"Date":"10/5/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":778,"Cost":705,"Date":"1/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":884,"Cost":479,"Date":"12/20/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":615,"Date":"9/9/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"COS","Country":"Japan","Sale":439,"Cost":326,"Date":"7/6/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":581,"Cost":471,"Date":"8/22/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":519,"Cost":374,"Date":"4/20/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":559,"Cost":430,"Date":"5/12/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":243,"Cost":218,"Date":"6/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":353,"Cost":231,"Date":"1/31/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":956,"Cost":740,"Date":"11/18/2023"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":239,"Cost":127,"Date":"2/24/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":189,"Cost":104,"Date":"5/13/2018"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":810,"Cost":636,"Date":"4/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":13,"Cost":13,"Date":"8/17/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":657,"Cost":500,"Date":"6/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":210,"Cost":163,"Date":"5/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":351,"Cost":262,"Date":"6/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":532,"Date":"9/11/2021"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":128,"Cost":97,"Date":"11/23/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":290,"Cost":241,"Date":"7/3/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":508,"Cost":291,"Date":"9/22/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":193,"Cost":173,"Date":"6/6/2018"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":583,"Cost":425,"Date":"12/25/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":691,"Cost":643,"Date":"1/20/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":766,"Cost":566,"Date":"3/18/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":635,"Cost":524,"Date":"4/8/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":242,"Cost":129,"Date":"1/2/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":998,"Cost":672,"Date":"8/2/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":690,"Cost":656,"Date":"7/30/2021"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":997,"Cost":704,"Date":"6/7/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":421,"Cost":363,"Date":"12/27/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":12,"Cost":7,"Date":"4/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":336,"Cost":224,"Date":"10/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":786,"Cost":450,"Date":"3/22/2018"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":475,"Cost":426,"Date":"12/13/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":364,"Date":"3/29/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":8,"Cost":5,"Date":"5/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"COS","Country":"Japan","Sale":67,"Cost":45,"Date":"8/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":682,"Cost":629,"Date":"6/14/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":926,"Cost":530,"Date":"1/17/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":905,"Cost":812,"Date":"3/21/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":16,"Cost":10,"Date":"1/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":500,"Cost":307,"Date":"6/22/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":666,"Cost":629,"Date":"10/25/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":883,"Cost":533,"Date":"1/24/2019"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":377,"Cost":304,"Date":"7/21/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":190,"Cost":111,"Date":"3/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":592,"Cost":352,"Date":"6/15/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":149,"Cost":105,"Date":"2/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":886,"Cost":647,"Date":"5/13/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":744,"Cost":607,"Date":"6/3/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":557,"Cost":363,"Date":"8/11/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":619,"Cost":460,"Date":"9/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":854,"Cost":808,"Date":"6/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":845,"Cost":466,"Date":"7/17/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":227,"Cost":174,"Date":"6/20/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":863,"Cost":446,"Date":"4/20/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":622,"Cost":468,"Date":"10/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":296,"Cost":205,"Date":"10/21/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":220,"Cost":129,"Date":"9/25/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":197,"Cost":161,"Date":"8/27/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":938,"Cost":480,"Date":"6/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":925,"Cost":505,"Date":"5/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":670,"Cost":335,"Date":"10/25/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":489,"Date":"1/10/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":160,"Cost":119,"Date":"7/3/2019"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":100,"Cost":59,"Date":"11/19/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":547,"Cost":406,"Date":"1/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":939,"Cost":858,"Date":"3/12/2021"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":95,"Cost":90,"Date":"8/2/2021"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":866,"Cost":650,"Date":"6/21/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":113,"Cost":71,"Date":"6/20/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":719,"Cost":580,"Date":"1/11/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":346,"Date":"4/4/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":446,"Cost":274,"Date":"10/4/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":837,"Cost":634,"Date":"3/24/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":989,"Cost":569,"Date":"5/27/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":557,"Cost":504,"Date":"11/19/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":631,"Cost":521,"Date":"11/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Nova","Country":"Japan","Sale":843,"Cost":696,"Date":"1/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":85,"Cost":65,"Date":"11/2/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":615,"Cost":377,"Date":"5/22/2023"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":675,"Cost":465,"Date":"10/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":226,"Cost":153,"Date":"2/17/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":600,"Cost":471,"Date":"4/27/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":871,"Cost":678,"Date":"5/2/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":698,"Cost":484,"Date":"10/20/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":815,"Cost":442,"Date":"8/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":723,"Cost":452,"Date":"7/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":329,"Cost":292,"Date":"2/5/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":356,"Cost":291,"Date":"1/22/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":214,"Cost":168,"Date":"12/17/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":736,"Cost":554,"Date":"3/15/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":121,"Cost":82,"Date":"2/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":588,"Cost":323,"Date":"3/8/2018"},{"Store":"Kyoto Station Building","Brand":"HM","Country":"Japan","Sale":877,"Cost":794,"Date":"3/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":613,"Cost":346,"Date":"10/2/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":4,"Cost":4,"Date":"8/25/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":294,"Cost":177,"Date":"3/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":96,"Cost":51,"Date":"9/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":514,"Date":"3/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":187,"Cost":127,"Date":"9/24/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":216,"Cost":118,"Date":"6/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":589,"Cost":454,"Date":"4/13/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":28,"Cost":14,"Date":"2/6/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":207,"Cost":153,"Date":"1/12/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":292,"Cost":154,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":727,"Cost":523,"Date":"12/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":521,"Cost":473,"Date":"10/11/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM","Country":"Japan","Sale":359,"Cost":281,"Date":"10/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":298,"Cost":163,"Date":"7/5/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":873,"Cost":650,"Date":"11/7/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":791,"Cost":723,"Date":"4/21/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":443,"Date":"1/13/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Nova","Country":"Japan","Sale":31,"Cost":22,"Date":"2/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":122,"Cost":89,"Date":"8/19/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":578,"Cost":390,"Date":"6/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":747,"Cost":585,"Date":"9/21/2024"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":514,"Cost":383,"Date":"3/25/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":522,"Cost":394,"Date":"6/17/2019"},{"Store":"Kyoto Station Building","Brand":"HM","Country":"Japan","Sale":652,"Cost":426,"Date":"10/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":281,"Cost":162,"Date":"4/23/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":421,"Cost":373,"Date":"4/9/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":594,"Cost":465,"Date":"2/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":317,"Cost":212,"Date":"3/14/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":773,"Cost":456,"Date":"7/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":115,"Cost":98,"Date":"9/9/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Nova","Country":"Japan","Sale":9,"Cost":8,"Date":"9/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":129,"Date":"4/24/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":4,"Cost":4,"Date":"3/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":928,"Cost":466,"Date":"9/30/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":420,"Cost":214,"Date":"11/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":633,"Cost":553,"Date":"3/25/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":958,"Cost":778,"Date":"5/4/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":776,"Cost":520,"Date":"6/4/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":860,"Cost":797,"Date":"5/14/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":776,"Cost":697,"Date":"5/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":323,"Cost":217,"Date":"7/8/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":986,"Cost":542,"Date":"11/22/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":875,"Cost":719,"Date":"10/16/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":239,"Cost":195,"Date":"11/9/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":96,"Cost":66,"Date":"10/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":629,"Cost":358,"Date":"10/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":981,"Cost":702,"Date":"8/13/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":368,"Cost":331,"Date":"2/24/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":645,"Cost":585,"Date":"3/14/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":932,"Cost":747,"Date":"2/4/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":796,"Cost":717,"Date":"12/25/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":811,"Cost":518,"Date":"7/29/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"COS","Country":"Japan","Sale":813,"Cost":641,"Date":"5/9/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":869,"Cost":562,"Date":"2/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":392,"Cost":269,"Date":"12/21/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":69,"Cost":61,"Date":"1/18/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":585,"Cost":348,"Date":"12/9/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":227,"Cost":131,"Date":"9/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":293,"Cost":239,"Date":"2/23/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":383,"Cost":221,"Date":"10/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":287,"Cost":154,"Date":"7/3/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":192,"Cost":120,"Date":"11/30/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":966,"Cost":659,"Date":"11/8/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":541,"Cost":469,"Date":"5/31/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":697,"Cost":516,"Date":"9/17/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":696,"Cost":397,"Date":"10/8/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":526,"Cost":430,"Date":"9/29/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":591,"Cost":526,"Date":"10/3/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":680,"Cost":502,"Date":"5/24/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":695,"Cost":455,"Date":"12/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":255,"Cost":198,"Date":"9/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":881,"Cost":674,"Date":"12/7/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":264,"Cost":222,"Date":"2/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":669,"Cost":542,"Date":"2/6/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":341,"Cost":212,"Date":"2/11/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":290,"Cost":200,"Date":"11/14/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":857,"Cost":516,"Date":"11/3/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":5,"Cost":3,"Date":"12/30/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":781,"Cost":459,"Date":"12/12/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":419,"Cost":362,"Date":"1/22/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":510,"Cost":452,"Date":"10/6/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":249,"Cost":168,"Date":"11/15/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":468,"Cost":438,"Date":"10/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":945,"Cost":859,"Date":"4/22/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":494,"Cost":414,"Date":"3/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":860,"Cost":547,"Date":"9/5/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":908,"Cost":694,"Date":"9/4/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":333,"Cost":196,"Date":"6/26/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":372,"Cost":271,"Date":"8/8/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":605,"Cost":478,"Date":"10/15/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":923,"Cost":578,"Date":"11/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":957,"Cost":682,"Date":"4/19/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":671,"Cost":503,"Date":"6/22/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":491,"Cost":334,"Date":"9/4/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":327,"Cost":271,"Date":"10/30/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":285,"Cost":214,"Date":"7/17/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":972,"Cost":584,"Date":"12/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":192,"Date":"1/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":243,"Cost":136,"Date":"8/23/2023"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":685,"Cost":617,"Date":"4/2/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":888,"Cost":657,"Date":"12/12/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":599,"Cost":449,"Date":"9/14/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":759,"Cost":563,"Date":"11/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":392,"Cost":301,"Date":"6/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":576,"Cost":499,"Date":"11/30/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":966,"Cost":525,"Date":"9/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":832,"Cost":445,"Date":"7/24/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":258,"Cost":238,"Date":"5/19/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":329,"Cost":174,"Date":"3/20/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":573,"Cost":370,"Date":"1/10/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":128,"Cost":105,"Date":"9/9/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":908,"Cost":620,"Date":"11/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":840,"Cost":519,"Date":"5/5/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":116,"Cost":109,"Date":"10/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":115,"Cost":65,"Date":"10/22/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":901,"Cost":554,"Date":"1/21/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":595,"Cost":351,"Date":"5/1/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":235,"Cost":175,"Date":"8/13/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":643,"Cost":559,"Date":"7/23/2020"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":232,"Cost":185,"Date":"10/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":583,"Cost":532,"Date":"10/6/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":596,"Cost":533,"Date":"2/10/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":76,"Cost":59,"Date":"3/17/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":510,"Cost":431,"Date":"6/18/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":796,"Cost":511,"Date":"6/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":563,"Cost":515,"Date":"10/26/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":421,"Cost":278,"Date":"11/25/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":437,"Cost":346,"Date":"5/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":901,"Cost":505,"Date":"8/28/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":207,"Cost":193,"Date":"1/31/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":997,"Cost":503,"Date":"9/29/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":989,"Cost":826,"Date":"9/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":527,"Cost":380,"Date":"6/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":614,"Cost":379,"Date":"1/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":108,"Cost":74,"Date":"2/12/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":289,"Cost":175,"Date":"10/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":972,"Cost":893,"Date":"11/27/2018"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":147,"Cost":130,"Date":"3/9/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":106,"Cost":73,"Date":"1/25/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":145,"Cost":137,"Date":"8/5/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"COS","Country":"Japan","Sale":327,"Cost":231,"Date":"11/5/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":68,"Cost":47,"Date":"10/10/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":191,"Cost":103,"Date":"8/10/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":646,"Cost":382,"Date":"10/31/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":533,"Cost":405,"Date":"12/16/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":393,"Cost":294,"Date":"5/17/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":866,"Cost":812,"Date":"10/2/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":481,"Cost":380,"Date":"8/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":435,"Cost":265,"Date":"3/31/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":68,"Cost":59,"Date":"9/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"COS","Country":"Japan","Sale":90,"Cost":56,"Date":"5/27/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":13,"Cost":7,"Date":"10/31/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":949,"Cost":478,"Date":"12/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":923,"Cost":820,"Date":"12/21/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":601,"Cost":392,"Date":"12/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":346,"Cost":242,"Date":"12/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":907,"Cost":605,"Date":"10/2/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":191,"Cost":142,"Date":"8/4/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":787,"Cost":550,"Date":"7/22/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":734,"Cost":562,"Date":"4/12/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":282,"Date":"11/8/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":837,"Cost":730,"Date":"7/15/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":202,"Cost":149,"Date":"2/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":470,"Cost":388,"Date":"2/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":285,"Cost":228,"Date":"6/26/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":612,"Cost":352,"Date":"5/25/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":26,"Cost":24,"Date":"8/24/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":518,"Cost":325,"Date":"6/27/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":86,"Cost":71,"Date":"10/21/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":206,"Cost":162,"Date":"1/17/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":437,"Cost":242,"Date":"5/31/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":799,"Cost":712,"Date":"5/25/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":965,"Cost":684,"Date":"10/30/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":925,"Cost":639,"Date":"11/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":479,"Cost":243,"Date":"12/26/2023"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":334,"Cost":275,"Date":"4/23/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":906,"Cost":773,"Date":"6/1/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":436,"Cost":328,"Date":"8/11/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":491,"Cost":326,"Date":"7/27/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":5,"Cost":3,"Date":"6/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":11,"Cost":11,"Date":"3/17/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":343,"Cost":189,"Date":"5/17/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":375,"Cost":322,"Date":"3/22/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":912,"Cost":531,"Date":"8/17/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":730,"Cost":535,"Date":"3/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":25,"Cost":18,"Date":"11/15/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":996,"Cost":879,"Date":"7/24/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":538,"Cost":381,"Date":"4/3/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":367,"Cost":310,"Date":"7/19/2022"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":370,"Cost":338,"Date":"9/8/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":254,"Cost":206,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":962,"Cost":589,"Date":"2/15/2020"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":420,"Cost":329,"Date":"9/11/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":205,"Cost":158,"Date":"12/15/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":106,"Cost":61,"Date":"1/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":41,"Cost":22,"Date":"8/15/2018"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":535,"Cost":503,"Date":"4/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":384,"Cost":330,"Date":"1/30/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":301,"Cost":269,"Date":"2/16/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":207,"Cost":190,"Date":"7/5/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":580,"Cost":399,"Date":"4/22/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":769,"Cost":565,"Date":"8/14/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":935,"Cost":827,"Date":"2/26/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":324,"Cost":275,"Date":"6/10/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":449,"Cost":343,"Date":"3/22/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":963,"Cost":515,"Date":"9/12/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":986,"Cost":772,"Date":"9/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":142,"Cost":99,"Date":"8/16/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":242,"Cost":207,"Date":"1/26/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":598,"Cost":344,"Date":"12/4/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":806,"Cost":524,"Date":"5/9/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":166,"Cost":95,"Date":"9/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":833,"Cost":755,"Date":"9/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":852,"Cost":451,"Date":"2/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":118,"Cost":106,"Date":"9/7/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":498,"Cost":314,"Date":"11/19/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":874,"Cost":497,"Date":"1/24/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":304,"Cost":276,"Date":"9/7/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":952,"Cost":868,"Date":"1/15/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":733,"Cost":618,"Date":"1/24/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":564,"Cost":486,"Date":"6/3/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":931,"Cost":542,"Date":"6/18/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":370,"Cost":313,"Date":"1/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":744,"Cost":460,"Date":"8/3/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":82,"Cost":56,"Date":"9/29/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":939,"Cost":492,"Date":"2/19/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":160,"Cost":102,"Date":"10/2/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":52,"Cost":45,"Date":"2/5/2022"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":429,"Cost":283,"Date":"7/31/2020"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":345,"Cost":189,"Date":"8/1/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":820,"Cost":702,"Date":"7/3/2022"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":872,"Cost":797,"Date":"1/19/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":221,"Cost":210,"Date":"9/9/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":83,"Cost":52,"Date":"3/15/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":533,"Cost":271,"Date":"8/18/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":141,"Cost":77,"Date":"1/2/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":629,"Cost":427,"Date":"8/9/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":772,"Cost":706,"Date":"2/25/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":335,"Cost":188,"Date":"7/20/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":877,"Cost":557,"Date":"7/6/2018"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":962,"Cost":632,"Date":"11/10/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":639,"Cost":321,"Date":"9/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":624,"Cost":506,"Date":"12/4/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":98,"Cost":74,"Date":"2/21/2018"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":207,"Cost":125,"Date":"1/24/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":403,"Cost":247,"Date":"9/24/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM","Country":"Japan","Sale":577,"Cost":302,"Date":"12/10/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":609,"Cost":414,"Date":"8/31/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":479,"Cost":420,"Date":"4/9/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":997,"Cost":630,"Date":"10/29/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":684,"Cost":406,"Date":"3/25/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":906,"Cost":668,"Date":"11/10/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":820,"Cost":664,"Date":"5/26/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":864,"Cost":513,"Date":"4/5/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":958,"Cost":820,"Date":"12/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":844,"Cost":505,"Date":"3/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":279,"Cost":207,"Date":"8/27/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":695,"Cost":350,"Date":"8/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":597,"Cost":409,"Date":"2/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":560,"Cost":377,"Date":"4/22/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":529,"Cost":310,"Date":"11/25/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":205,"Cost":148,"Date":"9/14/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":925,"Cost":668,"Date":"7/12/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":797,"Cost":568,"Date":"10/21/2019"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":279,"Cost":168,"Date":"6/6/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":589,"Cost":527,"Date":"9/20/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":978,"Cost":835,"Date":"8/4/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":912,"Cost":721,"Date":"9/27/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":386,"Cost":345,"Date":"2/15/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":591,"Cost":432,"Date":"1/29/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":649,"Cost":384,"Date":"9/7/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":300,"Cost":223,"Date":"10/28/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":319,"Cost":184,"Date":"1/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":212,"Cost":163,"Date":"3/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":656,"Cost":485,"Date":"5/5/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":102,"Cost":56,"Date":"6/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":897,"Cost":642,"Date":"1/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":935,"Cost":482,"Date":"6/28/2023"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":341,"Cost":249,"Date":"3/5/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":614,"Cost":359,"Date":"4/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":199,"Cost":183,"Date":"6/20/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":235,"Cost":184,"Date":"8/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":623,"Cost":400,"Date":"12/15/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":720,"Cost":435,"Date":"12/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":236,"Cost":222,"Date":"6/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":487,"Date":"4/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":544,"Cost":514,"Date":"2/26/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":343,"Cost":185,"Date":"3/8/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":816,"Cost":565,"Date":"5/16/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":99,"Cost":89,"Date":"3/23/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":633,"Cost":369,"Date":"12/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":187,"Cost":164,"Date":"12/25/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":173,"Cost":119,"Date":"4/14/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":627,"Date":"5/17/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":100,"Cost":90,"Date":"5/30/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":579,"Cost":438,"Date":"8/22/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":36,"Cost":29,"Date":"12/14/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":758,"Cost":714,"Date":"3/24/2018"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":813,"Cost":509,"Date":"6/7/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":904,"Cost":856,"Date":"8/31/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":493,"Cost":321,"Date":"7/6/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":941,"Cost":800,"Date":"1/5/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":156,"Cost":80,"Date":"2/15/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":498,"Cost":446,"Date":"5/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":428,"Cost":361,"Date":"1/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":734,"Cost":638,"Date":"2/24/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":487,"Cost":367,"Date":"1/19/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":258,"Cost":207,"Date":"1/10/2018"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":776,"Cost":623,"Date":"9/16/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":906,"Cost":466,"Date":"4/19/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":10,"Cost":7,"Date":"3/7/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":72,"Cost":52,"Date":"1/30/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":657,"Cost":350,"Date":"4/27/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":384,"Cost":265,"Date":"5/5/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":729,"Cost":680,"Date":"12/11/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":700,"Cost":482,"Date":"4/13/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":727,"Cost":475,"Date":"7/3/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":526,"Cost":370,"Date":"10/24/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":423,"Cost":301,"Date":"9/24/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":515,"Cost":482,"Date":"6/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":996,"Cost":748,"Date":"11/30/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":593,"Cost":371,"Date":"4/12/2019"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":263,"Cost":207,"Date":"3/19/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":492,"Cost":429,"Date":"4/23/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":870,"Cost":772,"Date":"3/7/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":584,"Cost":553,"Date":"6/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":962,"Cost":879,"Date":"3/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":288,"Cost":200,"Date":"1/11/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":628,"Cost":529,"Date":"11/22/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":58,"Cost":49,"Date":"3/4/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":22,"Cost":12,"Date":"5/10/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":3,"Cost":3,"Date":"6/6/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":48,"Cost":42,"Date":"3/24/2019"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":491,"Cost":282,"Date":"4/6/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":918,"Cost":642,"Date":"6/17/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":302,"Cost":241,"Date":"2/14/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":922,"Cost":790,"Date":"11/25/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":205,"Cost":105,"Date":"3/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":459,"Cost":436,"Date":"9/3/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":361,"Cost":214,"Date":"3/17/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":503,"Cost":374,"Date":"10/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":17,"Cost":12,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":875,"Cost":719,"Date":"3/15/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":348,"Cost":277,"Date":"10/9/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":82,"Cost":65,"Date":"3/2/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":964,"Cost":571,"Date":"6/14/2019"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":101,"Cost":61,"Date":"1/10/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":923,"Cost":834,"Date":"6/11/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":113,"Cost":98,"Date":"1/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":888,"Cost":750,"Date":"10/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":347,"Cost":254,"Date":"6/1/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":766,"Cost":636,"Date":"7/23/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":102,"Cost":51,"Date":"9/12/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":572,"Cost":519,"Date":"5/5/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":21,"Cost":16,"Date":"12/28/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":986,"Cost":640,"Date":"2/19/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":47,"Cost":35,"Date":"6/1/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":646,"Cost":537,"Date":"11/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":718,"Cost":678,"Date":"5/30/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":644,"Cost":544,"Date":"10/8/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":782,"Cost":686,"Date":"8/9/2019"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":464,"Cost":240,"Date":"3/25/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":507,"Cost":410,"Date":"10/8/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":393,"Cost":245,"Date":"8/19/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":26,"Cost":25,"Date":"8/11/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":585,"Cost":464,"Date":"5/24/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":340,"Cost":265,"Date":"4/9/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":77,"Cost":43,"Date":"7/31/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":162,"Cost":90,"Date":"4/22/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":444,"Cost":255,"Date":"2/7/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":368,"Cost":229,"Date":"2/10/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":354,"Cost":325,"Date":"12/12/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":555,"Cost":482,"Date":"3/11/2019"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":949,"Cost":789,"Date":"8/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":460,"Cost":386,"Date":"3/15/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":382,"Cost":302,"Date":"8/11/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":199,"Cost":165,"Date":"8/8/2020"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":367,"Cost":185,"Date":"7/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":937,"Cost":599,"Date":"7/10/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":593,"Cost":527,"Date":"6/7/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM","Country":"Netherlands","Sale":934,"Cost":777,"Date":"1/30/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":59,"Cost":50,"Date":"7/14/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":628,"Cost":429,"Date":"9/12/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":391,"Cost":249,"Date":"2/17/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":21,"Cost":12,"Date":"1/31/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":930,"Cost":489,"Date":"9/10/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":492,"Cost":365,"Date":"12/22/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":783,"Cost":541,"Date":"9/29/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":921,"Cost":571,"Date":"10/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":529,"Cost":327,"Date":"11/10/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":917,"Cost":662,"Date":"1/1/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":905,"Cost":805,"Date":"3/24/2022"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":797,"Cost":401,"Date":"3/23/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":936,"Cost":827,"Date":"8/8/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":820,"Cost":470,"Date":"8/29/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":773,"Cost":474,"Date":"10/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":310,"Cost":207,"Date":"10/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":165,"Cost":106,"Date":"8/10/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":744,"Cost":682,"Date":"11/6/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":171,"Cost":119,"Date":"7/22/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":964,"Cost":659,"Date":"2/17/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":825,"Cost":581,"Date":"3/18/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":521,"Cost":387,"Date":"10/10/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":692,"Cost":618,"Date":"2/16/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":793,"Cost":696,"Date":"4/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":801,"Cost":581,"Date":"11/8/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":570,"Cost":302,"Date":"6/3/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":444,"Cost":366,"Date":"7/12/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":347,"Cost":270,"Date":"9/26/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":932,"Cost":649,"Date":"9/22/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":16,"Cost":8,"Date":"2/15/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":875,"Cost":453,"Date":"8/20/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":348,"Cost":286,"Date":"10/23/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":235,"Cost":145,"Date":"4/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":315,"Cost":223,"Date":"9/16/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":465,"Cost":438,"Date":"4/2/2018"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":772,"Cost":527,"Date":"11/19/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":70,"Cost":38,"Date":"3/28/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":602,"Cost":375,"Date":"10/26/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":464,"Cost":361,"Date":"9/23/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":777,"Cost":485,"Date":"9/10/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":427,"Cost":303,"Date":"8/15/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":178,"Cost":150,"Date":"3/16/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":518,"Cost":393,"Date":"7/8/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":155,"Cost":135,"Date":"12/13/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":430,"Cost":249,"Date":"2/23/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":889,"Cost":513,"Date":"4/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":357,"Date":"11/9/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":19,"Cost":17,"Date":"12/22/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":642,"Date":"4/9/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":99,"Cost":74,"Date":"9/9/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":177,"Cost":139,"Date":"8/3/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":605,"Cost":500,"Date":"4/9/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":70,"Cost":45,"Date":"9/21/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":744,"Cost":652,"Date":"2/3/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":651,"Date":"2/7/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":556,"Cost":491,"Date":"2/3/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":449,"Cost":286,"Date":"11/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":704,"Cost":649,"Date":"12/12/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":753,"Cost":666,"Date":"11/16/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":798,"Cost":507,"Date":"10/6/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":316,"Cost":242,"Date":"1/31/2020"},{"Store":"Groninger Forum, Groningen","Brand":"COS","Country":"Netherlands","Sale":144,"Cost":96,"Date":"4/7/2020"},{"Store":"De Passage, The Hague","Brand":"ARKET","Country":"Netherlands","Sale":506,"Cost":436,"Date":"1/4/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":838,"Cost":766,"Date":"3/7/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":372,"Cost":303,"Date":"9/5/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":335,"Cost":188,"Date":"7/25/2019"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":580,"Cost":335,"Date":"12/11/2019"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":443,"Cost":407,"Date":"1/10/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":293,"Cost":247,"Date":"6/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":317,"Cost":231,"Date":"6/10/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":68,"Cost":35,"Date":"7/9/2020"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":568,"Cost":484,"Date":"2/23/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":674,"Cost":421,"Date":"8/5/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":130,"Cost":117,"Date":"6/6/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":113,"Cost":71,"Date":"12/24/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":724,"Cost":543,"Date":"6/30/2022"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":215,"Cost":162,"Date":"12/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":677,"Cost":589,"Date":"8/17/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":856,"Cost":806,"Date":"6/5/2019"},{"Store":"The Wall, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":862,"Cost":463,"Date":"1/29/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":85,"Cost":79,"Date":"5/15/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":749,"Cost":388,"Date":"9/28/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":447,"Cost":254,"Date":"1/4/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":165,"Cost":88,"Date":"11/5/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":767,"Cost":686,"Date":"8/22/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":418,"Cost":395,"Date":"3/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":504,"Cost":314,"Date":"6/29/2024"},{"Store":"The Wall, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":816,"Cost":705,"Date":"7/2/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":621,"Cost":526,"Date":"12/4/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":270,"Cost":159,"Date":"5/18/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM","Country":"Netherlands","Sale":95,"Cost":71,"Date":"12/8/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":376,"Cost":213,"Date":"7/26/2020"},{"Store":"Groninger Forum, Groningen","Brand":"COS","Country":"Netherlands","Sale":697,"Cost":498,"Date":"6/10/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM Home","Country":"Netherlands","Sale":939,"Cost":488,"Date":"10/10/2022"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":681,"Cost":373,"Date":"8/11/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":259,"Cost":206,"Date":"9/26/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":655,"Cost":561,"Date":"4/9/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":548,"Cost":375,"Date":"8/8/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":417,"Cost":310,"Date":"11/19/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":373,"Cost":274,"Date":"1/24/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":282,"Cost":162,"Date":"6/5/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":795,"Cost":553,"Date":"6/3/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":299,"Cost":278,"Date":"6/10/2023"},{"Store":"Groninger Forum, Groningen","Brand":"COS","Country":"Netherlands","Sale":919,"Cost":816,"Date":"9/7/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":288,"Cost":231,"Date":"1/4/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":516,"Cost":302,"Date":"11/15/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":759,"Cost":654,"Date":"7/6/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":259,"Cost":201,"Date":"12/11/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":440,"Cost":337,"Date":"12/29/2021"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":152,"Cost":113,"Date":"3/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":337,"Cost":247,"Date":"12/31/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":346,"Cost":312,"Date":"1/19/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":738,"Cost":515,"Date":"10/13/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":916,"Cost":748,"Date":"3/17/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":478,"Cost":423,"Date":"1/4/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":279,"Cost":178,"Date":"4/14/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":803,"Cost":527,"Date":"12/29/2018"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":367,"Cost":273,"Date":"11/30/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":121,"Cost":60,"Date":"11/1/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":437,"Cost":372,"Date":"8/4/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":725,"Cost":401,"Date":"11/16/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":160,"Cost":112,"Date":"11/15/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":979,"Cost":578,"Date":"10/24/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":507,"Cost":471,"Date":"7/25/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":795,"Cost":406,"Date":"5/10/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":947,"Cost":826,"Date":"9/30/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":614,"Cost":339,"Date":"12/23/2020"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":999,"Cost":551,"Date":"4/13/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":841,"Cost":456,"Date":"1/11/2024"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":386,"Cost":219,"Date":"6/21/2020"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":37,"Cost":31,"Date":"1/10/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":488,"Cost":426,"Date":"4/22/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":773,"Cost":670,"Date":"1/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":151,"Cost":120,"Date":"4/19/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":400,"Cost":246,"Date":"8/13/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":837,"Cost":534,"Date":"6/19/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":311,"Cost":214,"Date":"5/19/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":959,"Cost":627,"Date":"8/3/2021"},{"Store":"Stadshart Amstelveen","Brand":"COS","Country":"Netherlands","Sale":626,"Cost":385,"Date":"1/5/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":322,"Cost":250,"Date":"10/9/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":849,"Cost":535,"Date":"5/23/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Jeans","Country":"Netherlands","Sale":939,"Cost":727,"Date":"2/23/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":275,"Cost":149,"Date":"12/28/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":644,"Cost":426,"Date":"8/22/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":495,"Cost":394,"Date":"6/29/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":517,"Cost":463,"Date":"5/25/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":573,"Cost":504,"Date":"5/29/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":397,"Cost":289,"Date":"6/15/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":360,"Cost":260,"Date":"2/22/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":651,"Cost":472,"Date":"4/10/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":110,"Cost":103,"Date":"12/14/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":755,"Cost":513,"Date":"5/18/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":834,"Cost":529,"Date":"10/31/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":20,"Cost":10,"Date":"10/26/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":94,"Cost":67,"Date":"10/30/2022"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":807,"Cost":684,"Date":"1/4/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":471,"Cost":442,"Date":"7/7/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":773,"Cost":685,"Date":"12/15/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM","Country":"Netherlands","Sale":697,"Cost":555,"Date":"11/9/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":578,"Cost":350,"Date":"12/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":820,"Cost":530,"Date":"7/29/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":924,"Cost":577,"Date":"11/30/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM","Country":"Netherlands","Sale":161,"Cost":137,"Date":"8/21/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":936,"Cost":842,"Date":"6/19/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":566,"Cost":466,"Date":"8/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":77,"Cost":66,"Date":"8/30/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":88,"Cost":63,"Date":"3/18/2019"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":713,"Cost":413,"Date":"11/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":76,"Cost":38,"Date":"8/9/2023"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":837,"Cost":426,"Date":"3/30/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":682,"Cost":376,"Date":"9/20/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":192,"Cost":142,"Date":"8/5/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":958,"Cost":867,"Date":"5/7/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":713,"Cost":442,"Date":"7/26/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":583,"Cost":385,"Date":"9/9/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":824,"Cost":739,"Date":"2/25/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":400,"Cost":340,"Date":"4/20/2018"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":968,"Cost":682,"Date":"7/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":220,"Cost":205,"Date":"4/29/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":693,"Cost":355,"Date":"6/17/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":203,"Cost":144,"Date":"9/21/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":499,"Cost":305,"Date":"12/18/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":963,"Cost":744,"Date":"1/8/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":656,"Cost":597,"Date":"7/12/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM Home","Country":"Netherlands","Sale":577,"Cost":442,"Date":"3/4/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":251,"Cost":225,"Date":"9/5/2022"},{"Store":"Marktplein, Delft","Brand":"Jeans","Country":"Netherlands","Sale":748,"Cost":586,"Date":"4/30/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":321,"Cost":280,"Date":"4/8/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":966,"Cost":539,"Date":"3/20/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":865,"Cost":664,"Date":"11/4/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":710,"Cost":386,"Date":"11/16/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":848,"Cost":750,"Date":"2/23/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":615,"Cost":368,"Date":"11/29/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":36,"Cost":19,"Date":"2/10/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":783,"Cost":428,"Date":"5/17/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":98,"Cost":73,"Date":"6/5/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":609,"Cost":462,"Date":"7/15/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":742,"Cost":700,"Date":"11/5/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":264,"Date":"2/18/2019"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":914,"Cost":768,"Date":"9/29/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":828,"Cost":579,"Date":"6/24/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":278,"Cost":228,"Date":"2/24/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":475,"Cost":260,"Date":"6/13/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":929,"Cost":477,"Date":"10/10/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM","Country":"Netherlands","Sale":684,"Cost":569,"Date":"1/27/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":908,"Cost":469,"Date":"4/9/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":226,"Cost":124,"Date":"1/12/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":585,"Cost":488,"Date":"9/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":412,"Cost":314,"Date":"7/31/2022"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":841,"Cost":454,"Date":"5/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":451,"Cost":394,"Date":"9/23/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":330,"Cost":181,"Date":"4/11/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":340,"Cost":279,"Date":"1/2/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":975,"Cost":843,"Date":"9/13/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":735,"Cost":484,"Date":"9/19/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":817,"Cost":511,"Date":"8/29/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM","Country":"Netherlands","Sale":114,"Cost":86,"Date":"8/29/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":521,"Cost":307,"Date":"3/2/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":560,"Cost":303,"Date":"10/1/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":60,"Cost":53,"Date":"11/19/2021"},{"Store":"De Passage, The Hague","Brand":"ARKET","Country":"Netherlands","Sale":293,"Cost":251,"Date":"9/28/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":55,"Cost":29,"Date":"1/18/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":113,"Cost":101,"Date":"7/11/2024"},{"Store":"The Wall, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":612,"Cost":467,"Date":"5/2/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":888,"Cost":562,"Date":"6/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":936,"Cost":530,"Date":"10/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"Nova","Country":"Netherlands","Sale":839,"Cost":656,"Date":"6/8/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":34,"Cost":17,"Date":"2/15/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":530,"Cost":313,"Date":"2/1/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":770,"Cost":465,"Date":"2/12/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":256,"Cost":151,"Date":"8/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":48,"Cost":37,"Date":"2/26/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":656,"Cost":482,"Date":"1/12/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":596,"Cost":508,"Date":"1/17/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":418,"Cost":309,"Date":"7/3/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":102,"Cost":79,"Date":"1/18/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":850,"Cost":453,"Date":"4/28/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":859,"Cost":809,"Date":"11/21/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":921,"Cost":782,"Date":"7/23/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":31,"Cost":15,"Date":"10/1/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":620,"Cost":342,"Date":"4/6/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":635,"Cost":371,"Date":"5/17/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":190,"Cost":109,"Date":"9/1/2021"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":740,"Cost":621,"Date":"8/18/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":72,"Date":"3/26/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":626,"Cost":558,"Date":"10/23/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":234,"Cost":181,"Date":"9/8/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":159,"Cost":122,"Date":"1/29/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":647,"Cost":521,"Date":"12/29/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":495,"Cost":276,"Date":"10/17/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":308,"Cost":179,"Date":"5/24/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":539,"Cost":461,"Date":"10/6/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":722,"Cost":481,"Date":"5/30/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":455,"Cost":262,"Date":"1/19/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":506,"Cost":396,"Date":"12/29/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":131,"Cost":100,"Date":"5/1/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":948,"Cost":828,"Date":"3/16/2022"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":613,"Cost":476,"Date":"8/9/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":182,"Cost":146,"Date":"9/7/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":336,"Cost":205,"Date":"4/21/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":177,"Cost":94,"Date":"10/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":579,"Cost":386,"Date":"9/24/2021"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":665,"Cost":569,"Date":"6/11/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":605,"Cost":431,"Date":"2/26/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":644,"Cost":490,"Date":"2/19/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":558,"Cost":438,"Date":"8/2/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":784,"Cost":601,"Date":"1/12/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":287,"Cost":251,"Date":"3/1/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":505,"Cost":359,"Date":"3/25/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":48,"Cost":43,"Date":"11/8/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":937,"Cost":744,"Date":"4/27/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":714,"Cost":515,"Date":"4/6/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":787,"Cost":731,"Date":"2/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":542,"Cost":332,"Date":"11/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"COS","Country":"Netherlands","Sale":249,"Cost":234,"Date":"7/20/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":652,"Cost":511,"Date":"7/26/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":234,"Cost":143,"Date":"7/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":947,"Cost":737,"Date":"2/21/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":999,"Cost":519,"Date":"3/7/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":651,"Cost":347,"Date":"4/29/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":953,"Cost":856,"Date":"6/8/2020"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":783,"Cost":452,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":277,"Date":"1/12/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":214,"Cost":149,"Date":"8/27/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":462,"Cost":264,"Date":"5/14/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":590,"Cost":450,"Date":"5/25/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":484,"Cost":353,"Date":"10/17/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":372,"Cost":298,"Date":"12/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":60,"Cost":41,"Date":"7/12/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":990,"Cost":519,"Date":"6/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":773,"Cost":703,"Date":"10/12/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":688,"Cost":607,"Date":"8/10/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":140,"Cost":101,"Date":"1/30/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":870,"Cost":638,"Date":"11/5/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":414,"Cost":262,"Date":"3/23/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":255,"Cost":186,"Date":"10/5/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":905,"Cost":838,"Date":"7/7/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":504,"Cost":375,"Date":"8/18/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":290,"Cost":157,"Date":"1/26/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":407,"Cost":362,"Date":"11/2/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":401,"Cost":304,"Date":"10/29/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":770,"Cost":496,"Date":"8/5/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":575,"Date":"12/1/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":51,"Cost":44,"Date":"6/29/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":311,"Cost":188,"Date":"5/17/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":857,"Cost":590,"Date":"10/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":386,"Cost":256,"Date":"4/10/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":213,"Cost":170,"Date":"2/27/2021"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":131,"Cost":80,"Date":"6/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":402,"Cost":370,"Date":"8/17/2024"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":71,"Cost":55,"Date":"1/11/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":41,"Cost":20,"Date":"5/10/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":246,"Cost":167,"Date":"12/19/2018"},{"Store":"Marktplein, Delft","Brand":"Jeans","Country":"Netherlands","Sale":338,"Cost":286,"Date":"4/15/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":327,"Cost":188,"Date":"1/29/2023"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":129,"Cost":116,"Date":"4/27/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":732,"Cost":385,"Date":"10/25/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":253,"Cost":212,"Date":"4/27/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":691,"Cost":434,"Date":"10/6/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":243,"Cost":201,"Date":"11/12/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":858,"Cost":592,"Date":"3/15/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":429,"Cost":303,"Date":"10/3/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":394,"Cost":273,"Date":"6/3/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":322,"Cost":233,"Date":"8/18/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":564,"Cost":450,"Date":"6/13/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":907,"Cost":752,"Date":"9/24/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":875,"Cost":610,"Date":"7/12/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":750,"Cost":375,"Date":"9/1/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":99,"Cost":93,"Date":"3/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"COS","Country":"Netherlands","Sale":376,"Cost":324,"Date":"12/18/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":825,"Cost":640,"Date":"12/4/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":113,"Cost":86,"Date":"4/5/2024"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":45,"Cost":41,"Date":"6/9/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":305,"Cost":283,"Date":"12/30/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":997,"Cost":608,"Date":"4/14/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM","Country":"Netherlands","Sale":959,"Cost":571,"Date":"12/4/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":65,"Cost":60,"Date":"4/9/2020"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":63,"Cost":40,"Date":"1/7/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":542,"Cost":422,"Date":"1/19/2020"},{"Store":"Amsterdamse Poort","Brand":"COS","Country":"Netherlands","Sale":284,"Cost":268,"Date":"8/21/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":196,"Date":"3/11/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":788,"Cost":664,"Date":"4/14/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":530,"Cost":353,"Date":"8/15/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":217,"Cost":182,"Date":"1/1/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":566,"Cost":434,"Date":"6/25/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":276,"Cost":199,"Date":"2/5/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":684,"Cost":498,"Date":"2/3/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":741,"Cost":415,"Date":"2/25/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":72,"Cost":59,"Date":"3/11/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":200,"Cost":104,"Date":"2/4/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":751,"Cost":594,"Date":"4/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":422,"Cost":359,"Date":"8/24/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":485,"Cost":375,"Date":"2/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":624,"Cost":521,"Date":"4/11/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":264,"Cost":195,"Date":"2/16/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":86,"Cost":60,"Date":"5/1/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":964,"Cost":850,"Date":"1/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":893,"Cost":605,"Date":"10/8/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":535,"Cost":322,"Date":"3/13/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":175,"Cost":146,"Date":"1/16/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":257,"Cost":155,"Date":"3/1/2018"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":748,"Cost":530,"Date":"4/24/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":914,"Cost":628,"Date":"4/11/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":412,"Cost":295,"Date":"5/19/2023"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":993,"Cost":593,"Date":"1/26/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":216,"Cost":181,"Date":"6/30/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":655,"Cost":522,"Date":"3/1/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":199,"Cost":185,"Date":"8/5/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":703,"Cost":439,"Date":"10/25/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":624,"Cost":580,"Date":"10/1/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":62,"Cost":33,"Date":"8/24/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":508,"Cost":369,"Date":"9/18/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":730,"Cost":411,"Date":"12/25/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":504,"Cost":344,"Date":"8/9/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":835,"Cost":785,"Date":"8/20/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":289,"Cost":187,"Date":"11/16/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Jeans","Country":"Netherlands","Sale":361,"Cost":316,"Date":"10/13/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":458,"Cost":315,"Date":"8/20/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":73,"Cost":64,"Date":"5/31/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":841,"Cost":632,"Date":"2/24/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":116,"Cost":97,"Date":"9/18/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":273,"Cost":248,"Date":"4/5/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":976,"Cost":695,"Date":"8/14/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":832,"Cost":713,"Date":"7/2/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":702,"Cost":590,"Date":"12/1/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":963,"Cost":541,"Date":"7/21/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":684,"Date":"12/17/2024"},{"Store":"Stadshart Amstelveen","Brand":"COS","Country":"Netherlands","Sale":660,"Cost":330,"Date":"5/1/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":158,"Cost":130,"Date":"7/11/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":115,"Cost":93,"Date":"12/2/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":908,"Cost":583,"Date":"8/11/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":381,"Cost":340,"Date":"12/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":331,"Cost":306,"Date":"9/7/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":909,"Cost":540,"Date":"6/16/2023"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":991,"Cost":536,"Date":"7/30/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":964,"Cost":689,"Date":"1/16/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":706,"Cost":517,"Date":"1/8/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":356,"Cost":315,"Date":"5/5/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":108,"Cost":75,"Date":"7/25/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":490,"Cost":336,"Date":"5/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":398,"Cost":217,"Date":"6/7/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":638,"Cost":488,"Date":"11/20/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":920,"Cost":510,"Date":"4/26/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":665,"Cost":470,"Date":"8/29/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":431,"Cost":407,"Date":"12/2/2021"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":717,"Cost":656,"Date":"8/14/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":309,"Cost":289,"Date":"3/4/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":606,"Cost":353,"Date":"11/14/2019"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":856,"Cost":813,"Date":"1/13/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":328,"Cost":190,"Date":"11/10/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":432,"Cost":231,"Date":"9/2/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":304,"Cost":162,"Date":"4/3/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":691,"Cost":506,"Date":"4/6/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":945,"Cost":825,"Date":"5/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":864,"Date":"3/1/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":520,"Cost":479,"Date":"10/16/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":527,"Cost":447,"Date":"2/2/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":310,"Cost":185,"Date":"10/22/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":572,"Cost":504,"Date":"7/6/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Jeans","Country":"Netherlands","Sale":742,"Cost":463,"Date":"12/16/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":287,"Cost":163,"Date":"12/7/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":715,"Cost":441,"Date":"8/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":926,"Cost":854,"Date":"10/9/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":405,"Cost":230,"Date":"10/1/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":509,"Cost":387,"Date":"8/28/2020"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":906,"Cost":594,"Date":"9/4/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":564,"Cost":367,"Date":"1/6/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":270,"Cost":162,"Date":"6/7/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":117,"Cost":68,"Date":"1/16/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":868,"Cost":546,"Date":"3/3/2021"},{"Store":"Stadshart Amstelveen","Brand":"COS","Country":"Netherlands","Sale":59,"Cost":48,"Date":"9/23/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":703,"Cost":610,"Date":"2/3/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":534,"Cost":327,"Date":"7/10/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":253,"Cost":134,"Date":"5/25/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":973,"Cost":776,"Date":"8/17/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":752,"Cost":522,"Date":"1/16/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":807,"Cost":541,"Date":"7/30/2021"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":678,"Cost":546,"Date":"4/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":442,"Cost":274,"Date":"5/28/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":147,"Cost":126,"Date":"1/28/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":253,"Cost":158,"Date":"5/12/2021"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":865,"Cost":595,"Date":"12/16/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":374,"Cost":274,"Date":"2/8/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":740,"Cost":670,"Date":"7/3/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":898,"Cost":629,"Date":"4/18/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":187,"Cost":148,"Date":"6/20/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":523,"Date":"10/25/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":693,"Cost":579,"Date":"9/9/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":273,"Cost":190,"Date":"6/24/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":826,"Cost":639,"Date":"12/23/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":526,"Cost":361,"Date":"7/11/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":439,"Cost":255,"Date":"7/24/2018"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":672,"Cost":452,"Date":"3/2/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":790,"Cost":686,"Date":"12/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":451,"Cost":227,"Date":"3/19/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":18,"Cost":12,"Date":"8/26/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":333,"Cost":289,"Date":"5/18/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":346,"Cost":182,"Date":"4/24/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":442,"Cost":323,"Date":"3/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":765,"Cost":451,"Date":"4/1/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":96,"Cost":69,"Date":"11/14/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":322,"Cost":191,"Date":"9/3/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":642,"Cost":521,"Date":"3/11/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":769,"Cost":630,"Date":"12/23/2019"},{"Store":"Gemini Park, Tarnów","Brand":"COS","Country":"Poland","Sale":127,"Cost":107,"Date":"3/24/2018"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":280,"Cost":157,"Date":"1/18/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":515,"Cost":279,"Date":"1/14/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":992,"Cost":915,"Date":"10/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":79,"Cost":69,"Date":"6/8/2022"},{"Store":"Lublin Plaza","Brand":"HM","Country":"Poland","Sale":114,"Cost":72,"Date":"1/25/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":8,"Cost":5,"Date":"4/19/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Jeans","Country":"Poland","Sale":942,"Cost":574,"Date":"4/20/2024"},{"Store":"Lublin Plaza","Brand":"HM","Country":"Poland","Sale":726,"Cost":660,"Date":"4/12/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":494,"Date":"8/9/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":979,"Cost":911,"Date":"7/23/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":116,"Cost":91,"Date":"3/2/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":852,"Cost":684,"Date":"5/15/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":198,"Cost":182,"Date":"8/11/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Jeans","Country":"Poland","Sale":320,"Cost":222,"Date":"8/27/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":310,"Cost":197,"Date":"8/25/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":309,"Cost":274,"Date":"8/24/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":28,"Cost":16,"Date":"5/5/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":768,"Cost":562,"Date":"8/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":393,"Cost":314,"Date":"11/6/2023"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":41,"Cost":36,"Date":"5/10/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":326,"Cost":274,"Date":"5/11/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":307,"Date":"4/7/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":734,"Cost":664,"Date":"9/16/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":332,"Cost":197,"Date":"8/26/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":196,"Cost":170,"Date":"2/25/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":335,"Cost":301,"Date":"11/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":729,"Date":"7/13/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":596,"Cost":435,"Date":"9/2/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":590,"Cost":357,"Date":"5/23/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":784,"Cost":666,"Date":"11/25/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":907,"Cost":821,"Date":"1/25/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Jeans","Country":"Poland","Sale":160,"Cost":131,"Date":"10/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":198,"Cost":106,"Date":"5/30/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":266,"Cost":133,"Date":"10/30/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":16,"Cost":12,"Date":"11/15/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":284,"Cost":161,"Date":"4/16/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":270,"Cost":251,"Date":"3/3/2020"},{"Store":"Manufaktura, Łódź","Brand":"HM","Country":"Poland","Sale":975,"Cost":769,"Date":"10/12/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":130,"Cost":110,"Date":"9/18/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":164,"Cost":134,"Date":"2/23/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":84,"Cost":44,"Date":"4/6/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Jeans","Country":"Poland","Sale":834,"Cost":461,"Date":"10/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"COS","Country":"Poland","Sale":178,"Cost":166,"Date":"11/2/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":488,"Cost":424,"Date":"10/22/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":685,"Cost":617,"Date":"4/16/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":357,"Cost":297,"Date":"6/2/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":827,"Cost":626,"Date":"3/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":51,"Cost":33,"Date":"10/13/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":39,"Cost":20,"Date":"9/18/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":647,"Cost":583,"Date":"5/5/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":875,"Cost":825,"Date":"6/5/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":210,"Cost":188,"Date":"2/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":140,"Cost":85,"Date":"7/17/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":386,"Cost":262,"Date":"4/22/2022"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":218,"Cost":147,"Date":"1/3/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":551,"Cost":373,"Date":"5/3/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":844,"Cost":693,"Date":"3/19/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":328,"Cost":281,"Date":"9/8/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":895,"Cost":760,"Date":"11/8/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":240,"Cost":121,"Date":"10/15/2024"},{"Store":"Manufaktura, Łódź","Brand":"HM","Country":"Poland","Sale":398,"Cost":210,"Date":"7/24/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":447,"Cost":250,"Date":"11/14/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":285,"Cost":205,"Date":"6/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":150,"Cost":127,"Date":"1/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":648,"Cost":500,"Date":"4/21/2018"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":670,"Cost":465,"Date":"7/4/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":739,"Cost":585,"Date":"11/20/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":8,"Cost":5,"Date":"4/15/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":334,"Cost":200,"Date":"6/24/2021"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":170,"Cost":90,"Date":"10/24/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":756,"Cost":606,"Date":"3/18/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":548,"Cost":365,"Date":"2/17/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":375,"Cost":200,"Date":"3/8/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":256,"Cost":201,"Date":"1/24/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":969,"Cost":785,"Date":"10/7/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":762,"Cost":585,"Date":"5/19/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":897,"Cost":822,"Date":"11/26/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":388,"Cost":363,"Date":"2/22/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"ARKET","Country":"Poland","Sale":949,"Cost":807,"Date":"5/21/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":901,"Cost":678,"Date":"1/6/2023"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":546,"Cost":480,"Date":"3/18/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":289,"Cost":171,"Date":"1/24/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":380,"Cost":328,"Date":"10/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":993,"Cost":554,"Date":"6/7/2020"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":261,"Cost":242,"Date":"3/11/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":293,"Cost":180,"Date":"11/23/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":443,"Cost":280,"Date":"5/18/2021"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":778,"Cost":447,"Date":"7/25/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":198,"Cost":152,"Date":"11/19/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":687,"Cost":528,"Date":"6/22/2018"},{"Store":"Forum Gdańsk","Brand":"Sellpy","Country":"Poland","Sale":55,"Cost":39,"Date":"3/2/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":664,"Cost":577,"Date":"10/1/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":983,"Cost":526,"Date":"8/26/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":151,"Cost":99,"Date":"6/11/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":226,"Cost":144,"Date":"3/17/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":340,"Cost":315,"Date":"8/6/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":690,"Cost":496,"Date":"11/30/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":676,"Cost":595,"Date":"6/11/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":742,"Cost":507,"Date":"3/21/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":717,"Cost":463,"Date":"3/23/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":282,"Cost":243,"Date":"1/22/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":724,"Cost":441,"Date":"6/30/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":920,"Cost":706,"Date":"3/7/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":589,"Cost":416,"Date":"5/16/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":632,"Cost":449,"Date":"3/3/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":380,"Cost":230,"Date":"11/26/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":485,"Cost":269,"Date":"2/4/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":362,"Cost":281,"Date":"3/5/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":793,"Cost":719,"Date":"2/28/2018"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":826,"Cost":758,"Date":"1/8/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":857,"Cost":526,"Date":"6/3/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":682,"Cost":617,"Date":"4/30/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":711,"Cost":659,"Date":"9/3/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Nova","Country":"Poland","Sale":422,"Cost":301,"Date":"12/24/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":478,"Cost":447,"Date":"5/31/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":539,"Cost":350,"Date":"6/6/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":891,"Cost":539,"Date":"7/29/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":689,"Cost":473,"Date":"11/24/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":257,"Date":"8/31/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":59,"Cost":42,"Date":"8/17/2021"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":22,"Cost":15,"Date":"5/23/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":484,"Cost":384,"Date":"8/15/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":442,"Cost":323,"Date":"1/2/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":515,"Date":"6/17/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":418,"Cost":287,"Date":"3/24/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":178,"Cost":90,"Date":"4/27/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":515,"Cost":287,"Date":"4/17/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"COS","Country":"Poland","Sale":818,"Cost":593,"Date":"12/8/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":352,"Cost":252,"Date":"3/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":577,"Date":"12/4/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":602,"Cost":457,"Date":"8/29/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":97,"Cost":56,"Date":"2/23/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":737,"Cost":376,"Date":"6/8/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Nova","Country":"Poland","Sale":67,"Cost":45,"Date":"5/31/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":916,"Cost":778,"Date":"10/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":921,"Cost":722,"Date":"10/3/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":63,"Cost":51,"Date":"6/20/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":356,"Cost":331,"Date":"8/10/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":348,"Cost":235,"Date":"12/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":976,"Cost":546,"Date":"1/29/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":184,"Date":"2/23/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":289,"Cost":216,"Date":"10/15/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Nova","Country":"Poland","Sale":494,"Cost":453,"Date":"1/17/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":647,"Cost":583,"Date":"6/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"Nova","Country":"Poland","Sale":434,"Cost":226,"Date":"12/9/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":740,"Cost":415,"Date":"8/9/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":356,"Cost":200,"Date":"10/3/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":169,"Cost":156,"Date":"3/10/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":168,"Cost":106,"Date":"8/9/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":149,"Cost":123,"Date":"10/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":460,"Cost":253,"Date":"12/27/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":691,"Cost":592,"Date":"6/17/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":153,"Cost":128,"Date":"4/9/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"COS","Country":"Poland","Sale":55,"Cost":41,"Date":"8/17/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":475,"Cost":280,"Date":"4/20/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":986,"Cost":934,"Date":"11/4/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":88,"Cost":65,"Date":"4/16/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":726,"Cost":659,"Date":"9/6/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":645,"Cost":597,"Date":"10/9/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":129,"Cost":120,"Date":"5/28/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":955,"Cost":669,"Date":"5/30/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":85,"Cost":59,"Date":"4/15/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":627,"Cost":545,"Date":"1/3/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":422,"Cost":293,"Date":"2/2/2018"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":131,"Cost":114,"Date":"10/3/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Nova","Country":"Poland","Sale":879,"Cost":581,"Date":"2/26/2021"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":625,"Cost":313,"Date":"10/10/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":233,"Cost":222,"Date":"4/2/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":962,"Cost":748,"Date":"6/25/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":899,"Cost":819,"Date":"12/24/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":540,"Date":"7/18/2023"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":814,"Cost":719,"Date":"10/7/2020"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":290,"Cost":153,"Date":"9/16/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":891,"Cost":561,"Date":"4/1/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":495,"Cost":325,"Date":"3/21/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"COS","Country":"Poland","Sale":254,"Cost":151,"Date":"2/8/2022"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":439,"Cost":254,"Date":"6/24/2024"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":587,"Cost":324,"Date":"8/6/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":939,"Cost":695,"Date":"4/12/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":373,"Cost":328,"Date":"2/6/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":152,"Cost":139,"Date":"8/16/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM","Country":"Poland","Sale":882,"Cost":496,"Date":"9/11/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":794,"Cost":722,"Date":"12/27/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":286,"Cost":176,"Date":"3/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":75,"Cost":62,"Date":"8/22/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Nova","Country":"Poland","Sale":791,"Cost":612,"Date":"8/18/2020"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":157,"Cost":132,"Date":"12/10/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":365,"Cost":328,"Date":"2/14/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":294,"Cost":217,"Date":"5/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":9,"Cost":8,"Date":"10/12/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":323,"Cost":207,"Date":"4/18/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":103,"Cost":58,"Date":"9/29/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Jeans","Country":"Poland","Sale":456,"Cost":372,"Date":"9/4/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":46,"Cost":28,"Date":"12/8/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"COS","Country":"Poland","Sale":349,"Cost":326,"Date":"3/26/2020"},{"Store":"Kaskada, Szczecin","Brand":"Nova","Country":"Poland","Sale":521,"Cost":361,"Date":"5/22/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":519,"Cost":263,"Date":"9/5/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":71,"Cost":44,"Date":"8/27/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":749,"Cost":550,"Date":"6/16/2020"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":312,"Cost":184,"Date":"8/7/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Jeans","Country":"Poland","Sale":900,"Cost":724,"Date":"6/18/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":985,"Cost":660,"Date":"4/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Jeans","Country":"Poland","Sale":340,"Cost":223,"Date":"1/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":863,"Date":"12/31/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":390,"Cost":223,"Date":"6/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":531,"Cost":457,"Date":"7/21/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":474,"Cost":307,"Date":"12/10/2021"},{"Store":"Kaskada, Szczecin","Brand":"Nova","Country":"Poland","Sale":907,"Cost":761,"Date":"12/9/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":940,"Cost":798,"Date":"11/24/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM","Country":"Poland","Sale":294,"Cost":167,"Date":"2/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":843,"Cost":443,"Date":"10/27/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Nova","Country":"Poland","Sale":32,"Cost":21,"Date":"10/9/2021"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":442,"Date":"10/21/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":118,"Cost":72,"Date":"5/9/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":903,"Cost":784,"Date":"7/29/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":706,"Cost":451,"Date":"11/13/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":176,"Cost":108,"Date":"1/25/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":100,"Cost":62,"Date":"12/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":219,"Cost":128,"Date":"10/22/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":787,"Cost":463,"Date":"8/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":131,"Cost":97,"Date":"8/23/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":382,"Cost":200,"Date":"8/3/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":941,"Cost":799,"Date":"9/22/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":713,"Cost":452,"Date":"4/10/2019"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":290,"Cost":242,"Date":"7/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":769,"Cost":496,"Date":"12/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":705,"Cost":411,"Date":"8/11/2024"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":656,"Cost":469,"Date":"3/25/2023"},{"Store":"Manufaktura, Łódź","Brand":"HM","Country":"Poland","Sale":624,"Cost":327,"Date":"2/9/2022"},{"Store":"Manufaktura, Łódź","Brand":"Nova","Country":"Poland","Sale":644,"Cost":504,"Date":"8/14/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":657,"Cost":565,"Date":"3/21/2024"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":59,"Cost":51,"Date":"3/13/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":28,"Cost":22,"Date":"6/12/2018"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":928,"Cost":632,"Date":"12/9/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":237,"Cost":217,"Date":"4/14/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM","Country":"Poland","Sale":957,"Cost":621,"Date":"4/4/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":223,"Cost":144,"Date":"3/22/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM","Country":"Poland","Sale":738,"Cost":500,"Date":"10/18/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":998,"Cost":897,"Date":"10/11/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":472,"Cost":367,"Date":"8/18/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":751,"Cost":443,"Date":"7/12/2023"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":683,"Cost":560,"Date":"3/15/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":218,"Cost":111,"Date":"4/2/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":904,"Cost":640,"Date":"8/26/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":584,"Cost":382,"Date":"8/10/2021"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":508,"Cost":363,"Date":"9/23/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM","Country":"Poland","Sale":48,"Cost":40,"Date":"8/2/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":884,"Cost":496,"Date":"2/17/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":226,"Cost":156,"Date":"3/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":586,"Date":"2/1/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"COS","Country":"Poland","Sale":10,"Cost":7,"Date":"8/8/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":646,"Cost":452,"Date":"12/12/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":516,"Cost":407,"Date":"9/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":27,"Cost":21,"Date":"8/25/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":179,"Date":"9/22/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":796,"Cost":689,"Date":"8/5/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":3,"Cost":2,"Date":"6/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":422,"Cost":363,"Date":"5/7/2021"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":415,"Cost":314,"Date":"8/13/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":687,"Cost":598,"Date":"6/3/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":750,"Date":"4/12/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Jeans","Country":"Poland","Sale":274,"Cost":231,"Date":"7/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":958,"Cost":581,"Date":"1/30/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":701,"Cost":580,"Date":"2/10/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":160,"Cost":126,"Date":"11/25/2022"},{"Store":"Lublin Plaza","Brand":"HM","Country":"Poland","Sale":356,"Cost":248,"Date":"8/14/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":745,"Cost":474,"Date":"2/4/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":866,"Cost":528,"Date":"6/5/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":490,"Date":"5/5/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":717,"Cost":498,"Date":"1/8/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":799,"Cost":735,"Date":"10/25/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":273,"Cost":157,"Date":"9/5/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":414,"Cost":209,"Date":"2/3/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":237,"Cost":221,"Date":"9/23/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":747,"Cost":618,"Date":"12/11/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":97,"Cost":60,"Date":"2/6/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Nova","Country":"Poland","Sale":939,"Cost":793,"Date":"7/2/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM Home","Country":"Poland","Sale":230,"Cost":120,"Date":"1/4/2022"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":966,"Cost":842,"Date":"2/14/2023"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":758,"Cost":646,"Date":"8/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":96,"Cost":71,"Date":"7/18/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":993,"Cost":636,"Date":"7/28/2022"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":288,"Cost":234,"Date":"9/17/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":312,"Cost":182,"Date":"12/1/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":106,"Cost":62,"Date":"2/22/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":214,"Cost":139,"Date":"8/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":32,"Date":"2/24/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":645,"Cost":509,"Date":"5/25/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":597,"Cost":393,"Date":"10/28/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":252,"Cost":202,"Date":"3/13/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":98,"Cost":93,"Date":"10/24/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":90,"Cost":81,"Date":"8/24/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":130,"Cost":122,"Date":"11/16/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":508,"Cost":291,"Date":"10/9/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":339,"Cost":271,"Date":"8/12/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":366,"Cost":306,"Date":"12/17/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":759,"Cost":564,"Date":"12/13/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":412,"Cost":362,"Date":"5/31/2021"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":743,"Cost":471,"Date":"12/19/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":825,"Cost":525,"Date":"1/22/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":257,"Cost":183,"Date":"5/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":908,"Cost":483,"Date":"9/23/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":533,"Cost":270,"Date":"7/11/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Nova","Country":"Poland","Sale":642,"Cost":473,"Date":"12/22/2019"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":328,"Cost":174,"Date":"11/12/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":287,"Cost":231,"Date":"6/29/2022"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":76,"Cost":39,"Date":"6/15/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":593,"Cost":498,"Date":"9/2/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":203,"Cost":156,"Date":"9/21/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":804,"Cost":522,"Date":"1/9/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":384,"Cost":337,"Date":"3/1/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":867,"Cost":700,"Date":"9/3/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":216,"Cost":204,"Date":"11/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":431,"Cost":400,"Date":"5/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":940,"Cost":500,"Date":"8/20/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":947,"Cost":879,"Date":"2/11/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":719,"Cost":674,"Date":"12/8/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":862,"Cost":670,"Date":"3/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"COS","Country":"Poland","Sale":841,"Cost":420,"Date":"9/14/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":481,"Cost":271,"Date":"4/9/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":206,"Cost":141,"Date":"4/24/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":967,"Cost":777,"Date":"11/19/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":67,"Date":"9/30/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":61,"Cost":31,"Date":"2/3/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":657,"Cost":398,"Date":"2/24/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":189,"Cost":150,"Date":"3/8/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":970,"Cost":631,"Date":"4/29/2023"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":110,"Cost":63,"Date":"9/4/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM","Country":"Poland","Sale":486,"Cost":317,"Date":"10/24/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":678,"Cost":591,"Date":"5/8/2020"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":540,"Cost":423,"Date":"4/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":264,"Cost":225,"Date":"2/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":191,"Cost":150,"Date":"2/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":8,"Cost":4,"Date":"10/14/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":354,"Cost":197,"Date":"6/15/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":96,"Cost":60,"Date":"5/27/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":670,"Cost":483,"Date":"4/26/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":460,"Cost":428,"Date":"3/5/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":758,"Cost":397,"Date":"8/10/2020"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":285,"Cost":166,"Date":"3/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":5,"Cost":4,"Date":"10/16/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":890,"Cost":699,"Date":"6/23/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":257,"Cost":175,"Date":"10/8/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM","Country":"Poland","Sale":671,"Cost":345,"Date":"1/21/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":921,"Cost":873,"Date":"4/22/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":172,"Cost":106,"Date":"5/15/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":409,"Cost":263,"Date":"2/12/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":556,"Cost":300,"Date":"8/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":445,"Cost":279,"Date":"9/3/2021"},{"Store":"Gemini Park, Tarnów","Brand":"COS","Country":"Poland","Sale":191,"Cost":100,"Date":"12/22/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":278,"Cost":236,"Date":"4/27/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":794,"Cost":420,"Date":"7/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":107,"Cost":85,"Date":"7/20/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":871,"Cost":614,"Date":"9/20/2019"},{"Store":"Kaskada, Szczecin","Brand":"Jeans","Country":"Poland","Sale":909,"Cost":624,"Date":"6/18/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":165,"Cost":137,"Date":"9/19/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":147,"Cost":129,"Date":"11/3/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":139,"Cost":70,"Date":"3/30/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":986,"Cost":546,"Date":"2/1/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":1,"Cost":1,"Date":"9/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":205,"Cost":127,"Date":"6/10/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":207,"Cost":182,"Date":"8/25/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":287,"Cost":228,"Date":"1/10/2022"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":612,"Cost":348,"Date":"1/31/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":411,"Cost":377,"Date":"10/30/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":413,"Cost":289,"Date":"1/7/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":796,"Cost":437,"Date":"4/25/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":808,"Cost":745,"Date":"9/13/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":724,"Cost":479,"Date":"8/19/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":461,"Cost":242,"Date":"12/1/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":183,"Cost":155,"Date":"1/23/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":516,"Cost":321,"Date":"9/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Jeans","Country":"Poland","Sale":717,"Cost":486,"Date":"8/20/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Jeans","Country":"Poland","Sale":516,"Cost":363,"Date":"9/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":591,"Cost":498,"Date":"12/8/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":145,"Cost":91,"Date":"4/4/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"COS","Country":"Poland","Sale":617,"Cost":545,"Date":"6/16/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":487,"Cost":453,"Date":"10/24/2018"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":73,"Cost":54,"Date":"1/23/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Jeans","Country":"Poland","Sale":360,"Cost":261,"Date":"12/1/2022"},{"Store":"Forum Gdańsk","Brand":"Sellpy","Country":"Poland","Sale":594,"Cost":456,"Date":"9/19/2020"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":782,"Cost":641,"Date":"12/12/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":894,"Cost":505,"Date":"10/16/2021"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":326,"Cost":234,"Date":"7/16/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":341,"Cost":323,"Date":"10/9/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":512,"Cost":476,"Date":"4/1/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":589,"Cost":493,"Date":"5/21/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":792,"Cost":487,"Date":"2/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":319,"Cost":206,"Date":"8/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":951,"Cost":590,"Date":"10/24/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":410,"Cost":305,"Date":"1/10/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":12,"Cost":10,"Date":"5/14/2020"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":806,"Cost":468,"Date":"3/3/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":318,"Cost":163,"Date":"11/14/2018"},{"Store":"Kaskada, Szczecin","Brand":"Jeans","Country":"Poland","Sale":240,"Cost":182,"Date":"12/27/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Jeans","Country":"Poland","Sale":676,"Cost":544,"Date":"2/15/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":455,"Cost":430,"Date":"10/17/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":767,"Cost":485,"Date":"8/22/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":333,"Cost":219,"Date":"7/4/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":549,"Cost":392,"Date":"6/19/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":786,"Cost":497,"Date":"5/24/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":85,"Cost":60,"Date":"11/30/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":91,"Cost":57,"Date":"9/11/2020"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":258,"Cost":129,"Date":"11/12/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":729,"Cost":620,"Date":"9/30/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":767,"Cost":597,"Date":"6/1/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":953,"Cost":787,"Date":"8/14/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":331,"Date":"4/16/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":456,"Cost":307,"Date":"6/26/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Jeans","Country":"Poland","Sale":929,"Cost":590,"Date":"12/4/2021"},{"Store":"Lublin Plaza","Brand":"HM","Country":"Poland","Sale":344,"Cost":299,"Date":"3/24/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":199,"Cost":106,"Date":"10/6/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":996,"Cost":793,"Date":"2/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":113,"Cost":79,"Date":"6/22/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":766,"Cost":417,"Date":"1/30/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":233,"Cost":215,"Date":"9/24/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":98,"Date":"3/22/2021"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":479,"Cost":455,"Date":"1/25/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":301,"Cost":279,"Date":"3/4/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":440,"Cost":376,"Date":"6/13/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"COS","Country":"Poland","Sale":315,"Cost":228,"Date":"3/10/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":967,"Cost":801,"Date":"10/2/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":469,"Cost":310,"Date":"11/25/2019"},{"Store":"Gemini Park, Tarnów","Brand":"COS","Country":"Poland","Sale":594,"Cost":424,"Date":"1/26/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":516,"Cost":457,"Date":"11/18/2021"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":467,"Cost":341,"Date":"7/28/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":662,"Cost":566,"Date":"11/18/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":100,"Cost":70,"Date":"7/14/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":872,"Cost":659,"Date":"11/3/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":712,"Date":"4/11/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":81,"Cost":53,"Date":"6/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":233,"Cost":119,"Date":"10/16/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":981,"Cost":539,"Date":"1/30/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":712,"Cost":417,"Date":"1/19/2021"},{"Store":"Gemini Park, Tychy","Brand":"Nova","Country":"Poland","Sale":145,"Cost":107,"Date":"12/8/2024"},{"Store":"Manufaktura, Łódź","Brand":"Nova","Country":"Poland","Sale":324,"Cost":308,"Date":"11/19/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":638,"Cost":526,"Date":"10/13/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM","Country":"Poland","Sale":712,"Cost":423,"Date":"2/28/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":185,"Cost":97,"Date":"7/7/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":774,"Cost":686,"Date":"3/22/2023"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":553,"Date":"7/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":888,"Cost":571,"Date":"7/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":844,"Cost":550,"Date":"5/9/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":811,"Cost":662,"Date":"11/19/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":708,"Cost":658,"Date":"5/15/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":887,"Cost":564,"Date":"11/12/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":109,"Date":"1/10/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":616,"Cost":442,"Date":"8/4/2018"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":758,"Cost":559,"Date":"7/10/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":429,"Cost":393,"Date":"8/20/2020"},{"Store":"Kaskada, Szczecin","Brand":"Jeans","Country":"Poland","Sale":54,"Cost":30,"Date":"1/30/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":658,"Cost":332,"Date":"8/26/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":902,"Cost":732,"Date":"5/8/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"ARKET","Country":"Poland","Sale":247,"Cost":170,"Date":"8/15/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":793,"Cost":585,"Date":"5/10/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":836,"Cost":639,"Date":"11/27/2019"},{"Store":"Gemini Park, Tarnów","Brand":"COS","Country":"Poland","Sale":936,"Cost":765,"Date":"9/24/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":485,"Cost":278,"Date":"10/31/2021"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":377,"Cost":255,"Date":"4/17/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":972,"Cost":844,"Date":"2/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":324,"Cost":273,"Date":"2/12/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":470,"Date":"2/6/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":356,"Cost":280,"Date":"12/21/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":507,"Cost":375,"Date":"3/10/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":888,"Cost":790,"Date":"5/13/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":397,"Cost":250,"Date":"12/26/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":2,"Cost":2,"Date":"2/5/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":179,"Cost":111,"Date":"3/20/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":665,"Cost":437,"Date":"1/17/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":889,"Cost":664,"Date":"6/30/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":378,"Date":"10/2/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":16,"Cost":10,"Date":"11/1/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"ARKET","Country":"Poland","Sale":902,"Cost":729,"Date":"10/15/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":436,"Date":"4/22/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":260,"Cost":231,"Date":"8/6/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":548,"Cost":367,"Date":"4/26/2023"},{"Store":"Kaskada, Szczecin","Brand":"Nova","Country":"Poland","Sale":657,"Cost":569,"Date":"9/6/2020"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":28,"Cost":27,"Date":"8/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":328,"Cost":187,"Date":"11/26/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":369,"Cost":240,"Date":"6/24/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":199,"Cost":155,"Date":"2/1/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"ARKET","Country":"Poland","Sale":933,"Cost":482,"Date":"5/9/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":581,"Cost":545,"Date":"3/31/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":709,"Cost":416,"Date":"1/15/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":249,"Date":"8/6/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":911,"Cost":659,"Date":"2/22/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":153,"Cost":122,"Date":"3/15/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":777,"Cost":504,"Date":"10/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":715,"Cost":639,"Date":"4/12/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":756,"Cost":535,"Date":"2/2/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":98,"Date":"5/31/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":872,"Cost":561,"Date":"9/24/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":605,"Cost":384,"Date":"1/9/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":962,"Cost":761,"Date":"11/24/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":371,"Cost":340,"Date":"10/25/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":517,"Cost":259,"Date":"8/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":63,"Cost":57,"Date":"11/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":102,"Cost":69,"Date":"4/22/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":255,"Cost":241,"Date":"4/16/2018"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":808,"Cost":594,"Date":"10/23/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":485,"Cost":425,"Date":"5/15/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":503,"Cost":283,"Date":"6/29/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":681,"Date":"5/8/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":404,"Cost":227,"Date":"9/3/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":959,"Cost":571,"Date":"8/16/2024"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":296,"Cost":262,"Date":"8/13/2024"},{"Store":"Iulius Mall Iași","Brand":"Nova","Country":"Romania","Sale":439,"Cost":353,"Date":"7/13/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":182,"Cost":115,"Date":"4/18/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":569,"Cost":520,"Date":"3/8/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":191,"Cost":161,"Date":"3/19/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":689,"Cost":468,"Date":"10/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":771,"Cost":528,"Date":"4/10/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"HM","Country":"Romania","Sale":580,"Cost":326,"Date":"6/2/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":883,"Cost":543,"Date":"10/30/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":326,"Cost":305,"Date":"2/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":712,"Cost":667,"Date":"6/16/2022"},{"Store":"Grand Arena, Bucharest","Brand":"COS","Country":"Romania","Sale":732,"Cost":687,"Date":"8/15/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":387,"Cost":344,"Date":"5/24/2018"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":277,"Cost":149,"Date":"1/25/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":725,"Cost":446,"Date":"6/24/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":572,"Date":"12/29/2022"},{"Store":"Palas Mall, Iași","Brand":"Jeans","Country":"Romania","Sale":490,"Cost":458,"Date":"4/29/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":846,"Cost":626,"Date":"5/5/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":664,"Cost":560,"Date":"8/17/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":258,"Date":"5/25/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":237,"Cost":177,"Date":"7/5/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":306,"Cost":283,"Date":"5/29/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":729,"Cost":513,"Date":"9/15/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":571,"Cost":426,"Date":"6/24/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":24,"Cost":20,"Date":"12/15/2023"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":285,"Cost":249,"Date":"9/14/2018"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":116,"Cost":80,"Date":"2/7/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":589,"Cost":440,"Date":"9/22/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":866,"Cost":741,"Date":"6/11/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":403,"Cost":231,"Date":"9/3/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"HM Home","Country":"Romania","Sale":47,"Cost":45,"Date":"8/13/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":557,"Cost":505,"Date":"12/30/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":880,"Cost":491,"Date":"5/14/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":11,"Cost":8,"Date":"6/20/2019"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":583,"Cost":383,"Date":"11/6/2024"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":47,"Cost":35,"Date":"10/29/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":517,"Cost":344,"Date":"4/12/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":292,"Cost":251,"Date":"5/25/2021"},{"Store":"Iulius Mall Iași","Brand":"HM Home","Country":"Romania","Sale":19,"Cost":10,"Date":"8/18/2018"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":958,"Cost":729,"Date":"10/18/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":324,"Cost":297,"Date":"7/17/2021"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":733,"Cost":391,"Date":"3/30/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":998,"Cost":737,"Date":"8/10/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":345,"Cost":313,"Date":"2/27/2018"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":885,"Cost":823,"Date":"7/2/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":353,"Cost":251,"Date":"11/18/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":486,"Cost":378,"Date":"3/27/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":603,"Cost":435,"Date":"3/15/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":526,"Cost":317,"Date":"2/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":399,"Cost":222,"Date":"5/11/2024"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":728,"Cost":550,"Date":"1/16/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":831,"Cost":731,"Date":"4/28/2019"},{"Store":"Vivo Constanța","Brand":"Sellpy","Country":"Romania","Sale":804,"Cost":469,"Date":"7/4/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":466,"Cost":374,"Date":"10/29/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":965,"Cost":598,"Date":"10/5/2018"},{"Store":"Lotus Center, Oradea","Brand":"Sellpy","Country":"Romania","Sale":142,"Cost":96,"Date":"9/10/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":801,"Cost":621,"Date":"8/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM Home","Country":"Romania","Sale":965,"Cost":552,"Date":"10/5/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":136,"Cost":125,"Date":"10/29/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":402,"Cost":218,"Date":"1/6/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":616,"Cost":373,"Date":"9/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":641,"Cost":508,"Date":"8/26/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":563,"Cost":470,"Date":"4/4/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":298,"Cost":163,"Date":"8/24/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":359,"Cost":272,"Date":"9/26/2018"},{"Store":"Lotus Center, Oradea","Brand":"COS","Country":"Romania","Sale":470,"Cost":376,"Date":"4/16/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":181,"Cost":92,"Date":"9/15/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":984,"Cost":732,"Date":"2/26/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Nova","Country":"Romania","Sale":4,"Cost":3,"Date":"3/11/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":44,"Cost":26,"Date":"2/17/2022"},{"Store":"Vivo Constanța","Brand":"Sellpy","Country":"Romania","Sale":741,"Cost":493,"Date":"5/12/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":511,"Cost":379,"Date":"3/21/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":143,"Cost":129,"Date":"8/23/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":399,"Cost":219,"Date":"7/15/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"COS","Country":"Romania","Sale":783,"Cost":533,"Date":"10/25/2024"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":931,"Cost":550,"Date":"5/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":130,"Cost":123,"Date":"8/19/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":319,"Cost":259,"Date":"3/31/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":388,"Cost":247,"Date":"6/12/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":546,"Cost":279,"Date":"8/26/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":55,"Cost":50,"Date":"5/31/2018"},{"Store":"Funshop Park, Timișoara","Brand":"COS","Country":"Romania","Sale":674,"Cost":604,"Date":"12/15/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":75,"Date":"9/13/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":469,"Cost":308,"Date":"11/6/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":956,"Cost":485,"Date":"1/11/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":535,"Cost":485,"Date":"3/12/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":629,"Cost":565,"Date":"12/25/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":198,"Cost":115,"Date":"6/6/2022"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":820,"Cost":416,"Date":"3/3/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":89,"Cost":48,"Date":"5/11/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":828,"Cost":489,"Date":"8/14/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":305,"Date":"1/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":296,"Cost":211,"Date":"10/17/2021"},{"Store":"Palas Mall, Iași","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":717,"Date":"6/9/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":313,"Cost":181,"Date":"5/6/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":549,"Cost":521,"Date":"2/8/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":782,"Cost":463,"Date":"10/9/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":602,"Cost":480,"Date":"5/18/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":122,"Cost":107,"Date":"8/25/2019"},{"Store":"Shopping City Timișoara","Brand":"ARKET","Country":"Romania","Sale":291,"Cost":156,"Date":"8/17/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":849,"Cost":573,"Date":"4/19/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":11,"Cost":6,"Date":"2/21/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":122,"Cost":92,"Date":"5/3/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":947,"Cost":841,"Date":"7/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":387,"Cost":239,"Date":"2/20/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":977,"Cost":928,"Date":"10/29/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":827,"Cost":427,"Date":"11/19/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":628,"Cost":590,"Date":"9/27/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":923,"Cost":560,"Date":"11/22/2018"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":290,"Cost":209,"Date":"11/1/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":586,"Cost":375,"Date":"9/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":286,"Cost":245,"Date":"5/2/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":415,"Date":"3/14/2020"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":656,"Cost":348,"Date":"6/14/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":78,"Cost":58,"Date":"4/18/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":343,"Cost":176,"Date":"2/16/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":777,"Cost":598,"Date":"6/29/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"HM","Country":"Romania","Sale":470,"Cost":310,"Date":"6/9/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":240,"Cost":225,"Date":"1/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":806,"Cost":696,"Date":"5/6/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":633,"Cost":328,"Date":"1/18/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":653,"Cost":407,"Date":"4/19/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":977,"Cost":681,"Date":"9/5/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":366,"Cost":318,"Date":"10/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":412,"Cost":329,"Date":"10/29/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Nova","Country":"Romania","Sale":249,"Cost":132,"Date":"3/12/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Nova","Country":"Romania","Sale":99,"Cost":64,"Date":"11/17/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":943,"Cost":676,"Date":"10/8/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":790,"Cost":662,"Date":"9/27/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":654,"Cost":613,"Date":"9/11/2024"},{"Store":"Iulius Mall Suceava","Brand":"ARKET","Country":"Romania","Sale":257,"Cost":227,"Date":"6/28/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":236,"Cost":178,"Date":"11/1/2020"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":495,"Cost":249,"Date":"10/18/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":257,"Cost":241,"Date":"8/4/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":999,"Cost":516,"Date":"5/11/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":533,"Cost":330,"Date":"2/26/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":336,"Cost":212,"Date":"7/8/2023"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":642,"Cost":495,"Date":"12/20/2020"},{"Store":"Grand Arena, Bucharest","Brand":"COS","Country":"Romania","Sale":498,"Cost":408,"Date":"12/28/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"COS","Country":"Romania","Sale":196,"Cost":169,"Date":"11/7/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":284,"Cost":205,"Date":"1/16/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":544,"Cost":397,"Date":"12/23/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":542,"Cost":495,"Date":"3/22/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":428,"Cost":229,"Date":"6/3/2020"},{"Store":"Lotus Center, Oradea","Brand":"COS","Country":"Romania","Sale":154,"Cost":80,"Date":"7/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"COS","Country":"Romania","Sale":713,"Cost":461,"Date":"12/7/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":283,"Cost":142,"Date":"10/20/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":799,"Cost":456,"Date":"7/8/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM","Country":"Romania","Sale":79,"Cost":53,"Date":"6/18/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":290,"Cost":205,"Date":"3/29/2024"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":260,"Cost":229,"Date":"9/24/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":906,"Cost":845,"Date":"5/8/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":305,"Cost":246,"Date":"12/15/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":396,"Cost":294,"Date":"6/10/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":222,"Cost":180,"Date":"11/14/2018"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":965,"Cost":623,"Date":"11/13/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":603,"Cost":560,"Date":"5/23/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":65,"Cost":58,"Date":"7/22/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":145,"Cost":77,"Date":"2/22/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":349,"Cost":212,"Date":"9/23/2024"},{"Store":"Iulius Mall Iași","Brand":"HM Home","Country":"Romania","Sale":210,"Cost":110,"Date":"11/26/2019"},{"Store":"Funshop Park, Timișoara","Brand":"HM","Country":"Romania","Sale":969,"Cost":663,"Date":"1/9/2023"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":162,"Cost":90,"Date":"2/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":221,"Cost":121,"Date":"10/25/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":687,"Cost":474,"Date":"7/29/2019"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":55,"Cost":48,"Date":"7/12/2022"},{"Store":"Shopping City Timișoara","Brand":"Jeans","Country":"Romania","Sale":704,"Cost":410,"Date":"1/20/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":768,"Cost":725,"Date":"7/6/2018"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":623,"Cost":458,"Date":"2/7/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":799,"Cost":465,"Date":"4/25/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":922,"Cost":867,"Date":"12/30/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":278,"Cost":169,"Date":"12/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":608,"Cost":310,"Date":"3/26/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":913,"Cost":537,"Date":"1/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":304,"Cost":223,"Date":"11/14/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":533,"Cost":462,"Date":"10/17/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":564,"Cost":530,"Date":"6/11/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":57,"Cost":51,"Date":"1/9/2020"},{"Store":"Vivo Constanța","Brand":"HM","Country":"Romania","Sale":283,"Cost":194,"Date":"11/26/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":640,"Cost":548,"Date":"7/9/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":481,"Cost":309,"Date":"10/8/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":423,"Date":"4/30/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":609,"Cost":393,"Date":"5/23/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":379,"Cost":264,"Date":"12/8/2018"},{"Store":"European Retail Park Brăila","Brand":"HM","Country":"Romania","Sale":624,"Cost":581,"Date":"10/2/2024"},{"Store":"Vivo Constanța","Brand":"HM","Country":"Romania","Sale":119,"Cost":66,"Date":"4/14/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":626,"Cost":512,"Date":"1/28/2018"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":312,"Cost":205,"Date":"8/29/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":661,"Cost":542,"Date":"9/13/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":980,"Cost":815,"Date":"11/9/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":41,"Cost":31,"Date":"1/6/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":139,"Cost":119,"Date":"9/24/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":751,"Cost":459,"Date":"9/12/2018"},{"Store":"Iulius Town Timișoara","Brand":"Jeans","Country":"Romania","Sale":636,"Cost":462,"Date":"2/16/2023"},{"Store":"Shopping City Timișoara","Brand":"Sellpy","Country":"Romania","Sale":631,"Cost":521,"Date":"11/12/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":241,"Cost":221,"Date":"1/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":765,"Cost":383,"Date":"11/11/2019"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":302,"Cost":169,"Date":"10/25/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM","Country":"Romania","Sale":142,"Cost":108,"Date":"12/25/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":384,"Cost":194,"Date":"4/23/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":871,"Cost":821,"Date":"8/14/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":13,"Cost":6,"Date":"11/26/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":623,"Cost":452,"Date":"4/21/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":206,"Cost":115,"Date":"8/1/2019"},{"Store":"Funshop Park, Timișoara","Brand":"HM","Country":"Romania","Sale":63,"Cost":31,"Date":"3/16/2024"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":873,"Cost":795,"Date":"1/28/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":464,"Cost":441,"Date":"2/22/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":530,"Cost":391,"Date":"11/8/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":343,"Cost":259,"Date":"3/23/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":504,"Cost":339,"Date":"6/16/2023"},{"Store":"European Retail Park Brăila","Brand":"HM","Country":"Romania","Sale":833,"Cost":584,"Date":"5/14/2022"},{"Store":"Promenada, Bucharest","Brand":"COS","Country":"Romania","Sale":924,"Cost":799,"Date":"3/16/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":46,"Cost":40,"Date":"11/18/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":886,"Cost":777,"Date":"8/28/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":597,"Cost":565,"Date":"4/25/2024"},{"Store":"Grand Arena, Bucharest","Brand":"COS","Country":"Romania","Sale":214,"Cost":152,"Date":"6/13/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":239,"Cost":121,"Date":"12/11/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":761,"Cost":679,"Date":"8/28/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":471,"Cost":282,"Date":"1/31/2023"},{"Store":"Vivo Constanța","Brand":"HM","Country":"Romania","Sale":938,"Cost":636,"Date":"2/24/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":869,"Cost":578,"Date":"11/7/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":691,"Cost":655,"Date":"4/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"COS","Country":"Romania","Sale":138,"Cost":103,"Date":"12/30/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":189,"Cost":140,"Date":"5/6/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":578,"Cost":524,"Date":"9/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":273,"Cost":179,"Date":"11/3/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":151,"Date":"6/18/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":646,"Cost":378,"Date":"10/15/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":356,"Cost":284,"Date":"12/25/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":784,"Cost":664,"Date":"4/1/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":943,"Cost":781,"Date":"11/22/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":496,"Cost":340,"Date":"10/3/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":238,"Cost":150,"Date":"8/2/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":636,"Cost":543,"Date":"8/5/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":285,"Cost":180,"Date":"12/30/2018"},{"Store":"European Retail Park Brăila","Brand":"HM Home","Country":"Romania","Sale":800,"Cost":416,"Date":"1/1/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":732,"Cost":631,"Date":"10/5/2023"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":909,"Cost":525,"Date":"10/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":352,"Cost":243,"Date":"5/6/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":280,"Cost":161,"Date":"6/29/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":601,"Cost":475,"Date":"5/11/2020"},{"Store":"European Retail Park Brăila","Brand":"HM","Country":"Romania","Sale":562,"Cost":346,"Date":"7/8/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":151,"Cost":134,"Date":"10/16/2021"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":119,"Cost":67,"Date":"6/17/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":627,"Cost":400,"Date":"5/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Jeans","Country":"Romania","Sale":501,"Cost":424,"Date":"2/16/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":294,"Cost":187,"Date":"5/27/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":206,"Cost":120,"Date":"4/3/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":641,"Cost":609,"Date":"4/24/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":80,"Cost":70,"Date":"6/27/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":630,"Cost":549,"Date":"8/11/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":444,"Cost":245,"Date":"3/25/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":659,"Cost":390,"Date":"3/16/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":268,"Cost":204,"Date":"4/10/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":21,"Cost":16,"Date":"11/22/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":567,"Date":"9/16/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":95,"Cost":82,"Date":"1/22/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":529,"Cost":468,"Date":"10/2/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":205,"Cost":184,"Date":"6/12/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":332,"Cost":169,"Date":"10/6/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":886,"Cost":663,"Date":"5/8/2020"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":362,"Cost":213,"Date":"6/3/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM","Country":"Romania","Sale":548,"Cost":379,"Date":"5/4/2023"},{"Store":"Palas Mall, Iași","Brand":"Jeans","Country":"Romania","Sale":694,"Cost":581,"Date":"7/30/2018"},{"Store":"European Retail Park Brăila","Brand":"Sellpy","Country":"Romania","Sale":587,"Cost":375,"Date":"11/28/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":699,"Cost":440,"Date":"7/12/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":585,"Cost":511,"Date":"12/16/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":325,"Cost":181,"Date":"11/22/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":559,"Cost":312,"Date":"8/31/2018"},{"Store":"Palas Mall, Iași","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":198,"Date":"8/28/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":398,"Cost":214,"Date":"7/28/2022"},{"Store":"Galeria 1, Timișoara","Brand":"HM","Country":"Romania","Sale":548,"Cost":520,"Date":"10/12/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":843,"Cost":430,"Date":"2/7/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":407,"Cost":236,"Date":"8/16/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":491,"Cost":327,"Date":"3/5/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":100,"Cost":91,"Date":"3/18/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":886,"Cost":566,"Date":"2/19/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":19,"Cost":17,"Date":"10/28/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":475,"Cost":238,"Date":"11/29/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":929,"Cost":478,"Date":"7/2/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":657,"Cost":443,"Date":"1/30/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":208,"Cost":183,"Date":"10/22/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":90,"Cost":73,"Date":"8/10/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":653,"Cost":534,"Date":"12/24/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":306,"Cost":240,"Date":"12/1/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":950,"Cost":623,"Date":"1/6/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":190,"Cost":152,"Date":"4/5/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":91,"Cost":86,"Date":"4/5/2020"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":469,"Cost":393,"Date":"6/22/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":531,"Cost":430,"Date":"6/18/2019"},{"Store":"Grand Arena, Bucharest","Brand":"COS","Country":"Romania","Sale":811,"Cost":742,"Date":"5/19/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":810,"Cost":719,"Date":"10/22/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":611,"Cost":525,"Date":"4/2/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":396,"Cost":261,"Date":"8/16/2023"},{"Store":"European Retail Park Brăila","Brand":"HM Home","Country":"Romania","Sale":81,"Cost":69,"Date":"6/8/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":152,"Cost":111,"Date":"7/16/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":900,"Cost":833,"Date":"12/27/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":397,"Cost":344,"Date":"9/22/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":898,"Cost":594,"Date":"2/27/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":678,"Cost":517,"Date":"3/1/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":522,"Cost":386,"Date":"4/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":836,"Cost":655,"Date":"7/25/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":968,"Cost":507,"Date":"8/5/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":962,"Cost":682,"Date":"9/20/2024"},{"Store":"Iulius Town Timișoara","Brand":"Jeans","Country":"Romania","Sale":37,"Cost":20,"Date":"2/4/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":727,"Cost":430,"Date":"7/6/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":440,"Cost":303,"Date":"2/2/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":943,"Cost":758,"Date":"3/19/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":878,"Cost":635,"Date":"7/18/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":574,"Cost":436,"Date":"4/17/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":674,"Cost":433,"Date":"11/27/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":979,"Cost":857,"Date":"8/28/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":292,"Cost":237,"Date":"4/26/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":349,"Cost":272,"Date":"3/17/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":621,"Cost":516,"Date":"5/17/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":477,"Cost":346,"Date":"8/15/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":308,"Cost":248,"Date":"9/20/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":802,"Cost":604,"Date":"7/1/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":69,"Date":"9/15/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":4,"Cost":2,"Date":"11/12/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":499,"Cost":426,"Date":"3/29/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":702,"Cost":633,"Date":"5/11/2023"},{"Store":"Tomis Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":886,"Cost":539,"Date":"9/7/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":359,"Cost":187,"Date":"9/8/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":872,"Cost":580,"Date":"6/25/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":463,"Cost":367,"Date":"10/19/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":263,"Cost":187,"Date":"6/29/2018"},{"Store":"Iulius Mall Timișoara","Brand":"HM Home","Country":"Romania","Sale":424,"Cost":280,"Date":"3/8/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":84,"Cost":74,"Date":"1/25/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":362,"Cost":320,"Date":"2/9/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":192,"Cost":138,"Date":"6/7/2019"},{"Store":"Shopping City Timișoara","Brand":"Jeans","Country":"Romania","Sale":541,"Cost":273,"Date":"9/9/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":438,"Cost":410,"Date":"3/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Jeans","Country":"Romania","Sale":429,"Cost":225,"Date":"2/3/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":58,"Cost":56,"Date":"6/9/2023"},{"Store":"Mega Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":51,"Cost":48,"Date":"11/12/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":72,"Cost":59,"Date":"12/27/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":581,"Cost":333,"Date":"8/24/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":206,"Cost":108,"Date":"3/10/2018"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":784,"Cost":548,"Date":"12/19/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":719,"Cost":453,"Date":"4/5/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":969,"Cost":888,"Date":"2/14/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":664,"Cost":606,"Date":"4/17/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":225,"Cost":196,"Date":"6/22/2019"},{"Store":"Funshop Park, Timișoara","Brand":"COS","Country":"Romania","Sale":480,"Cost":375,"Date":"10/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":467,"Date":"7/25/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":485,"Date":"8/30/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":195,"Cost":157,"Date":"6/12/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":838,"Cost":471,"Date":"4/1/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":594,"Cost":479,"Date":"1/23/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":572,"Cost":324,"Date":"6/6/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":822,"Cost":632,"Date":"10/7/2020"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":596,"Cost":407,"Date":"7/9/2018"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":297,"Cost":166,"Date":"9/22/2021"},{"Store":"Mega Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":744,"Cost":445,"Date":"5/11/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":146,"Cost":75,"Date":"11/3/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":51,"Cost":31,"Date":"9/4/2023"},{"Store":"Lotus Center, Oradea","Brand":"Sellpy","Country":"Romania","Sale":52,"Cost":33,"Date":"8/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":769,"Cost":721,"Date":"6/21/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":716,"Cost":585,"Date":"10/30/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":184,"Cost":107,"Date":"2/20/2021"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":478,"Cost":360,"Date":"1/30/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":544,"Date":"2/21/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":325,"Cost":165,"Date":"5/19/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM","Country":"Romania","Sale":919,"Cost":846,"Date":"5/22/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":126,"Date":"10/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"HM Home","Country":"Romania","Sale":851,"Cost":774,"Date":"2/14/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":420,"Cost":376,"Date":"3/11/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":832,"Cost":773,"Date":"1/6/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":317,"Date":"4/5/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":438,"Cost":341,"Date":"2/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":138,"Cost":71,"Date":"9/13/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":871,"Cost":583,"Date":"7/31/2020"},{"Store":"European Retail Park Brăila","Brand":"HM Home","Country":"Romania","Sale":292,"Cost":258,"Date":"11/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":95,"Cost":61,"Date":"5/26/2019"},{"Store":"Vivo Constanța","Brand":"HM","Country":"Romania","Sale":631,"Cost":464,"Date":"9/27/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":281,"Cost":161,"Date":"6/7/2021"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":260,"Cost":221,"Date":"1/11/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":238,"Cost":208,"Date":"6/27/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":885,"Cost":467,"Date":"7/31/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":49,"Cost":34,"Date":"11/7/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":192,"Cost":161,"Date":"9/1/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":132,"Cost":81,"Date":"4/3/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":858,"Cost":798,"Date":"7/3/2018"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":354,"Date":"10/2/2022"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":401,"Cost":210,"Date":"4/20/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":620,"Cost":565,"Date":"6/1/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":482,"Date":"2/12/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":144,"Cost":131,"Date":"2/2/2022"},{"Store":"Promenada, Bucharest","Brand":"HM","Country":"Romania","Sale":313,"Cost":271,"Date":"11/24/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":639,"Cost":422,"Date":"11/10/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":528,"Cost":361,"Date":"5/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":936,"Cost":865,"Date":"7/19/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":994,"Cost":738,"Date":"3/16/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":947,"Cost":870,"Date":"2/22/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":395,"Date":"11/24/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":848,"Cost":597,"Date":"3/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":830,"Cost":616,"Date":"4/18/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":8,"Cost":5,"Date":"10/6/2022"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":960,"Cost":496,"Date":"1/5/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":426,"Cost":314,"Date":"10/31/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":472,"Cost":350,"Date":"4/29/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":538,"Cost":301,"Date":"12/9/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":842,"Cost":566,"Date":"11/20/2021"},{"Store":"Promenada, Bucharest","Brand":"COS","Country":"Romania","Sale":110,"Cost":57,"Date":"11/11/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":145,"Cost":110,"Date":"12/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Nova","Country":"Romania","Sale":511,"Cost":401,"Date":"8/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":6,"Cost":3,"Date":"6/22/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":677,"Date":"9/16/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM Home","Country":"Romania","Sale":485,"Cost":404,"Date":"3/17/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"HM Home","Country":"Romania","Sale":771,"Cost":468,"Date":"4/7/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":561,"Cost":429,"Date":"2/4/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":762,"Date":"12/1/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":477,"Cost":244,"Date":"10/14/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":665,"Cost":406,"Date":"12/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":90,"Date":"2/2/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":830,"Cost":734,"Date":"7/5/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":262,"Cost":243,"Date":"1/31/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":376,"Cost":342,"Date":"11/28/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":600,"Cost":509,"Date":"10/24/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":677,"Cost":393,"Date":"1/31/2021"},{"Store":"Tomis Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":828,"Cost":531,"Date":"1/8/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":247,"Cost":149,"Date":"2/27/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":5,"Cost":3,"Date":"1/2/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":228,"Cost":204,"Date":"6/5/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":994,"Cost":821,"Date":"10/23/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":73,"Cost":61,"Date":"2/19/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":555,"Cost":389,"Date":"9/28/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":454,"Cost":337,"Date":"8/22/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":345,"Cost":226,"Date":"6/9/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":476,"Cost":349,"Date":"8/12/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":366,"Cost":332,"Date":"5/25/2021"},{"Store":"Funshop Park, Timișoara","Brand":"HM Home","Country":"Romania","Sale":852,"Cost":565,"Date":"9/30/2023"},{"Store":"Iulius Town Timișoara","Brand":"Jeans","Country":"Romania","Sale":573,"Cost":520,"Date":"12/19/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":332,"Cost":178,"Date":"6/13/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":941,"Cost":620,"Date":"10/3/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":880,"Cost":471,"Date":"3/15/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":479,"Cost":282,"Date":"1/8/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":201,"Cost":149,"Date":"11/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":316,"Date":"3/9/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":602,"Cost":447,"Date":"1/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":164,"Cost":85,"Date":"9/29/2023"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":982,"Cost":650,"Date":"10/29/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":990,"Cost":743,"Date":"3/26/2020"},{"Store":"Tomis Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":498,"Date":"8/19/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":854,"Cost":607,"Date":"4/24/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Nova","Country":"Romania","Sale":618,"Cost":316,"Date":"11/4/2019"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":422,"Cost":311,"Date":"11/11/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":190,"Cost":173,"Date":"5/8/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":908,"Cost":795,"Date":"8/12/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":311,"Cost":253,"Date":"1/2/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":636,"Cost":406,"Date":"5/15/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":996,"Cost":585,"Date":"11/25/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":17,"Cost":16,"Date":"9/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":69,"Cost":52,"Date":"1/6/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":276,"Cost":212,"Date":"2/6/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Jeans","Country":"Romania","Sale":238,"Cost":226,"Date":"10/3/2023"},{"Store":"Promenada, Bucharest","Brand":"COS","Country":"Romania","Sale":553,"Cost":455,"Date":"1/24/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":869,"Cost":447,"Date":"8/12/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":417,"Cost":330,"Date":"3/4/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":878,"Date":"12/31/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":645,"Cost":542,"Date":"1/3/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":70,"Cost":41,"Date":"9/22/2018"},{"Store":"Iulius Mall Iași","Brand":"Nova","Country":"Romania","Sale":960,"Cost":886,"Date":"2/10/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":295,"Cost":212,"Date":"11/30/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":90,"Cost":69,"Date":"9/23/2020"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":915,"Cost":561,"Date":"8/5/2024"},{"Store":"Vivo Constanța","Brand":"Sellpy","Country":"Romania","Sale":834,"Cost":496,"Date":"7/30/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":613,"Cost":337,"Date":"7/20/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":702,"Cost":471,"Date":"12/8/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":993,"Cost":508,"Date":"4/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":715,"Cost":661,"Date":"10/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Sellpy","Country":"Romania","Sale":296,"Cost":272,"Date":"5/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"HM Home","Country":"Romania","Sale":297,"Cost":169,"Date":"2/5/2024"},{"Store":"Mega Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":257,"Cost":145,"Date":"6/23/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":64,"Cost":37,"Date":"10/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":731,"Cost":507,"Date":"7/26/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":739,"Cost":480,"Date":"8/18/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":417,"Cost":356,"Date":"2/19/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":880,"Cost":708,"Date":"4/8/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":393,"Cost":338,"Date":"2/4/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":776,"Cost":452,"Date":"8/22/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":947,"Cost":798,"Date":"4/10/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":544,"Cost":279,"Date":"1/6/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":665,"Cost":497,"Date":"11/15/2019"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":637,"Cost":381,"Date":"10/1/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":188,"Cost":104,"Date":"12/31/2018"},{"Store":"Whitgift, Croydon","Brand":"COS","Country":"UK","Sale":513,"Cost":421,"Date":"2/11/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":583,"Cost":318,"Date":"1/2/2018"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":674,"Cost":444,"Date":"7/6/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":568,"Cost":339,"Date":"12/5/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":941,"Cost":502,"Date":"8/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":96,"Cost":72,"Date":"3/2/2019"},{"Store":"Arndale Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":562,"Cost":442,"Date":"2/3/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":527,"Cost":421,"Date":"1/7/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":111,"Cost":86,"Date":"10/24/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":50,"Cost":47,"Date":"1/18/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":849,"Cost":578,"Date":"2/15/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":914,"Cost":800,"Date":"11/2/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Nova","Country":"UK","Sale":595,"Cost":558,"Date":"7/25/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":314,"Cost":252,"Date":"1/8/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":524,"Cost":385,"Date":"8/26/2018"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":814,"Cost":703,"Date":"6/20/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":448,"Cost":239,"Date":"8/25/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":460,"Cost":389,"Date":"6/3/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM","Country":"UK","Sale":198,"Cost":109,"Date":"9/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":142,"Cost":99,"Date":"10/31/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":576,"Cost":491,"Date":"2/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":701,"Cost":451,"Date":"12/24/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":465,"Cost":390,"Date":"5/1/2019"},{"Store":"Arndale Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":886,"Cost":748,"Date":"6/17/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"HM","Country":"UK","Sale":864,"Cost":446,"Date":"7/19/2023"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":594,"Cost":544,"Date":"11/30/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":30,"Cost":22,"Date":"6/19/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":204,"Cost":191,"Date":"9/29/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"COS","Country":"UK","Sale":801,"Cost":680,"Date":"7/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":159,"Cost":107,"Date":"10/23/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":78,"Cost":74,"Date":"10/15/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":718,"Cost":484,"Date":"1/25/2022"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":156,"Cost":119,"Date":"2/14/2018"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":172,"Cost":88,"Date":"3/16/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":609,"Cost":493,"Date":"6/30/2018"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":128,"Cost":117,"Date":"11/2/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Jeans","Country":"UK","Sale":61,"Cost":56,"Date":"10/19/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":145,"Cost":90,"Date":"10/16/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":371,"Cost":227,"Date":"10/19/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":457,"Cost":314,"Date":"5/19/2024"},{"Store":"Bluewater, Greenhithe","Brand":"COS","Country":"UK","Sale":888,"Cost":466,"Date":"10/5/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":512,"Date":"3/22/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":338,"Cost":272,"Date":"12/9/2024"},{"Store":"Bluewater, Greenhithe","Brand":"COS","Country":"UK","Sale":623,"Cost":449,"Date":"7/23/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":860,"Cost":597,"Date":"11/3/2018"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":111,"Cost":89,"Date":"8/30/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":638,"Cost":572,"Date":"6/4/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":608,"Cost":438,"Date":"11/29/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":389,"Cost":313,"Date":"2/26/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":721,"Cost":627,"Date":"9/24/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":762,"Cost":660,"Date":"8/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"HM Home","Country":"UK","Sale":240,"Cost":139,"Date":"11/15/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":228,"Cost":189,"Date":"1/11/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":806,"Cost":636,"Date":"9/28/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":66,"Cost":47,"Date":"5/11/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"HM Home","Country":"UK","Sale":666,"Cost":455,"Date":"2/9/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Sellpy","Country":"UK","Sale":433,"Cost":228,"Date":"7/19/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":445,"Cost":350,"Date":"12/13/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":187,"Cost":166,"Date":"1/23/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":128,"Cost":108,"Date":"4/10/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"HM","Country":"UK","Sale":7,"Cost":6,"Date":"9/10/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Nova","Country":"UK","Sale":993,"Cost":696,"Date":"11/27/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":332,"Cost":228,"Date":"3/13/2018"},{"Store":"The Centre, Livingston","Brand":"HM Home","Country":"UK","Sale":66,"Cost":54,"Date":"9/28/2018"},{"Store":"Trinity Leeds","Brand":"Nova","Country":"UK","Sale":469,"Cost":443,"Date":"12/9/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":265,"Cost":183,"Date":"7/14/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":339,"Cost":251,"Date":"7/21/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":219,"Cost":128,"Date":"1/1/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":898,"Cost":514,"Date":"11/16/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":42,"Cost":31,"Date":"4/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":595,"Cost":481,"Date":"7/27/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":988,"Cost":822,"Date":"12/10/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":382,"Cost":359,"Date":"9/15/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":663,"Cost":480,"Date":"9/27/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"ARKET","Country":"UK","Sale":512,"Cost":313,"Date":"5/8/2021"},{"Store":"Bluewater, Greenhithe","Brand":"COS","Country":"UK","Sale":292,"Cost":164,"Date":"10/28/2022"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":470,"Cost":396,"Date":"7/10/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":659,"Cost":582,"Date":"7/12/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":976,"Cost":819,"Date":"6/22/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":293,"Cost":197,"Date":"3/30/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":666,"Cost":412,"Date":"11/19/2018"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":99,"Cost":56,"Date":"9/2/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":764,"Cost":606,"Date":"8/9/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":34,"Cost":22,"Date":"4/24/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":414,"Cost":392,"Date":"11/10/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":367,"Cost":344,"Date":"10/19/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":466,"Cost":322,"Date":"11/17/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":895,"Cost":531,"Date":"12/24/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":53,"Cost":34,"Date":"9/1/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":104,"Cost":93,"Date":"7/4/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":722,"Cost":461,"Date":"2/16/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":586,"Cost":479,"Date":"12/16/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":551,"Cost":280,"Date":"1/30/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":425,"Cost":329,"Date":"11/9/2021"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":745,"Cost":585,"Date":"9/24/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":156,"Cost":84,"Date":"7/23/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":661,"Cost":583,"Date":"5/22/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":997,"Cost":839,"Date":"11/26/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":590,"Cost":422,"Date":"10/10/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":226,"Cost":143,"Date":"8/12/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"COS","Country":"UK","Sale":108,"Cost":66,"Date":"5/28/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":411,"Cost":299,"Date":"5/7/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":150,"Cost":117,"Date":"1/20/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":151,"Cost":127,"Date":"9/24/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":370,"Cost":273,"Date":"10/14/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":98,"Cost":92,"Date":"2/12/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":125,"Cost":65,"Date":"6/13/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":515,"Cost":347,"Date":"1/14/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":41,"Cost":28,"Date":"2/27/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":704,"Cost":470,"Date":"3/3/2020"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":214,"Cost":139,"Date":"6/14/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Sellpy","Country":"UK","Sale":782,"Cost":437,"Date":"11/8/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":623,"Cost":532,"Date":"9/27/2018"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":930,"Cost":498,"Date":"5/19/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":174,"Cost":161,"Date":"9/5/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":883,"Cost":515,"Date":"7/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":662,"Cost":474,"Date":"7/11/2019"},{"Store":"Silverburn, Glasgow","Brand":"Nova","Country":"UK","Sale":405,"Cost":359,"Date":"12/29/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":122,"Cost":75,"Date":"11/30/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":637,"Cost":498,"Date":"5/27/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":508,"Cost":407,"Date":"6/19/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":319,"Cost":284,"Date":"4/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":43,"Cost":25,"Date":"5/9/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":758,"Cost":564,"Date":"5/19/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":377,"Cost":218,"Date":"4/15/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":726,"Cost":442,"Date":"7/20/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":600,"Cost":440,"Date":"7/15/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":1,"Cost":1,"Date":"2/10/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":908,"Cost":726,"Date":"5/30/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":412,"Cost":305,"Date":"3/6/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":533,"Cost":289,"Date":"4/15/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":15,"Cost":7,"Date":"4/2/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":25,"Cost":19,"Date":"10/16/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":152,"Cost":91,"Date":"9/16/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":580,"Cost":536,"Date":"4/6/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":789,"Cost":679,"Date":"8/11/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":482,"Cost":317,"Date":"1/29/2023"},{"Store":"Whitgift, Croydon","Brand":"COS","Country":"UK","Sale":151,"Cost":78,"Date":"4/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":308,"Cost":262,"Date":"7/15/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":105,"Cost":98,"Date":"12/16/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":283,"Cost":163,"Date":"8/23/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":678,"Cost":379,"Date":"7/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM","Country":"UK","Sale":230,"Cost":168,"Date":"11/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":309,"Cost":182,"Date":"3/25/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":232,"Cost":170,"Date":"8/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":124,"Cost":90,"Date":"1/6/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":531,"Cost":298,"Date":"8/14/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":323,"Cost":224,"Date":"2/18/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":195,"Cost":166,"Date":"12/26/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":835,"Cost":626,"Date":"1/7/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":342,"Cost":180,"Date":"9/11/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":11,"Cost":7,"Date":"2/10/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":904,"Cost":549,"Date":"7/10/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":110,"Cost":68,"Date":"11/4/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":579,"Cost":516,"Date":"11/13/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":961,"Cost":868,"Date":"2/24/2021"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":343,"Cost":272,"Date":"3/23/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM Home","Country":"UK","Sale":846,"Cost":771,"Date":"7/22/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM Home","Country":"UK","Sale":173,"Cost":99,"Date":"8/4/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":296,"Cost":275,"Date":"10/22/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":433,"Cost":314,"Date":"12/29/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":95,"Cost":88,"Date":"7/24/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"COS","Country":"UK","Sale":636,"Cost":324,"Date":"2/11/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"ARKET","Country":"UK","Sale":155,"Cost":100,"Date":"12/9/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":868,"Cost":724,"Date":"12/2/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":238,"Cost":194,"Date":"3/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":526,"Cost":410,"Date":"4/14/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":457,"Cost":380,"Date":"5/27/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":213,"Cost":126,"Date":"6/21/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":403,"Cost":320,"Date":"3/13/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"HM Home","Country":"UK","Sale":445,"Cost":265,"Date":"10/30/2018"},{"Store":"Whitgift, Croydon","Brand":"HM Home","Country":"UK","Sale":641,"Cost":503,"Date":"8/21/2021"},{"Store":"Eldon Square, Newcastle","Brand":"ARKET","Country":"UK","Sale":473,"Cost":350,"Date":"1/17/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":568,"Cost":504,"Date":"10/22/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Jeans","Country":"UK","Sale":243,"Cost":190,"Date":"4/18/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":516,"Cost":336,"Date":"7/4/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":390,"Cost":281,"Date":"11/17/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":390,"Cost":242,"Date":"9/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":788,"Cost":506,"Date":"2/19/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":600,"Cost":502,"Date":"6/20/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":367,"Cost":216,"Date":"5/27/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":387,"Cost":350,"Date":"7/2/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":62,"Cost":37,"Date":"11/19/2021"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":451,"Cost":298,"Date":"5/15/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":623,"Cost":592,"Date":"1/31/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":493,"Cost":299,"Date":"4/29/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":934,"Cost":499,"Date":"9/13/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":238,"Cost":119,"Date":"10/21/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":86,"Cost":56,"Date":"6/27/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":72,"Cost":38,"Date":"5/7/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":550,"Cost":329,"Date":"3/3/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":702,"Cost":377,"Date":"10/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Sellpy","Country":"UK","Sale":419,"Cost":321,"Date":"5/22/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":617,"Cost":371,"Date":"8/1/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Nova","Country":"UK","Sale":998,"Cost":646,"Date":"2/16/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM Home","Country":"UK","Sale":272,"Cost":218,"Date":"9/14/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":990,"Cost":796,"Date":"3/13/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Sellpy","Country":"UK","Sale":1000,"Cost":762,"Date":"9/8/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM Home","Country":"UK","Sale":676,"Cost":366,"Date":"3/26/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":140,"Cost":97,"Date":"7/1/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":43,"Cost":24,"Date":"1/16/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":831,"Cost":767,"Date":"9/15/2023"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":718,"Cost":439,"Date":"9/27/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":331,"Cost":239,"Date":"2/3/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":598,"Cost":407,"Date":"12/20/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":514,"Cost":289,"Date":"6/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Nova","Country":"UK","Sale":434,"Cost":320,"Date":"3/11/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":802,"Cost":685,"Date":"7/11/2018"},{"Store":"Whitgift, Croydon","Brand":"COS","Country":"UK","Sale":726,"Cost":679,"Date":"3/14/2021"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":790,"Cost":538,"Date":"5/14/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":481,"Cost":441,"Date":"8/4/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":435,"Cost":373,"Date":"7/26/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":203,"Cost":181,"Date":"2/2/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":226,"Date":"11/12/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":634,"Cost":359,"Date":"7/10/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":724,"Cost":524,"Date":"6/23/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"ARKET","Country":"UK","Sale":722,"Cost":615,"Date":"3/1/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":703,"Cost":475,"Date":"10/23/2020"},{"Store":"The Quays, Salford","Brand":"COS","Country":"UK","Sale":741,"Cost":592,"Date":"5/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM Home","Country":"UK","Sale":99,"Cost":83,"Date":"2/28/2018"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":280,"Cost":185,"Date":"9/13/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":997,"Cost":694,"Date":"7/1/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":242,"Cost":171,"Date":"7/4/2021"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":963,"Cost":800,"Date":"10/17/2020"},{"Store":"The Centre, Livingston","Brand":"HM Home","Country":"UK","Sale":761,"Cost":625,"Date":"4/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":892,"Cost":482,"Date":"9/6/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":750,"Cost":529,"Date":"6/9/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":739,"Cost":531,"Date":"3/29/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":294,"Cost":190,"Date":"11/26/2023"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":805,"Cost":736,"Date":"8/9/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":24,"Cost":23,"Date":"7/13/2021"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":788,"Cost":736,"Date":"1/29/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":365,"Cost":303,"Date":"1/8/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":753,"Cost":487,"Date":"4/1/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":817,"Cost":740,"Date":"1/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"COS","Country":"UK","Sale":720,"Cost":620,"Date":"3/23/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":285,"Cost":201,"Date":"1/6/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":232,"Cost":128,"Date":"8/19/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":325,"Cost":226,"Date":"5/14/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":404,"Cost":329,"Date":"6/9/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":870,"Cost":809,"Date":"1/26/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":771,"Cost":506,"Date":"11/12/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":649,"Cost":550,"Date":"10/18/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Nova","Country":"UK","Sale":666,"Cost":449,"Date":"9/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":102,"Cost":70,"Date":"2/25/2019"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":421,"Cost":225,"Date":"2/27/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":309,"Cost":162,"Date":"6/11/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":651,"Cost":555,"Date":"7/1/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":145,"Cost":119,"Date":"6/27/2018"},{"Store":"Silverburn, Glasgow","Brand":"COS","Country":"UK","Sale":4,"Cost":4,"Date":"6/27/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Nova","Country":"UK","Sale":707,"Cost":506,"Date":"8/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":396,"Cost":203,"Date":"2/22/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":333,"Cost":175,"Date":"5/12/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"ARKET","Country":"UK","Sale":255,"Cost":201,"Date":"7/11/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"COS","Country":"UK","Sale":71,"Cost":42,"Date":"1/20/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":70,"Cost":60,"Date":"8/19/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":707,"Cost":391,"Date":"7/19/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":364,"Cost":337,"Date":"10/11/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":106,"Cost":98,"Date":"3/16/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":380,"Cost":296,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":18,"Cost":9,"Date":"7/15/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":903,"Cost":819,"Date":"2/23/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":543,"Cost":420,"Date":"3/18/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":910,"Cost":780,"Date":"3/6/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":406,"Cost":354,"Date":"4/2/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":576,"Cost":356,"Date":"3/21/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"COS","Country":"UK","Sale":907,"Cost":807,"Date":"10/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":44,"Cost":40,"Date":"6/30/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":358,"Cost":329,"Date":"11/14/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":295,"Cost":254,"Date":"3/29/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":876,"Cost":760,"Date":"1/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"Nova","Country":"UK","Sale":730,"Cost":648,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":820,"Cost":524,"Date":"5/17/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":595,"Cost":504,"Date":"12/14/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":403,"Cost":239,"Date":"1/11/2022"},{"Store":"The Mailbox, Birmingham","Brand":"COS","Country":"UK","Sale":855,"Cost":761,"Date":"5/23/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":50,"Cost":42,"Date":"6/15/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":67,"Cost":53,"Date":"5/30/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":731,"Cost":675,"Date":"10/8/2020"},{"Store":"The Mailbox, Birmingham","Brand":"COS","Country":"UK","Sale":93,"Cost":62,"Date":"9/4/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":279,"Cost":261,"Date":"4/18/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":105,"Cost":66,"Date":"1/3/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":385,"Cost":323,"Date":"7/17/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":281,"Cost":171,"Date":"6/1/2020"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":141,"Cost":86,"Date":"8/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":67,"Cost":64,"Date":"5/22/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM","Country":"UK","Sale":528,"Cost":363,"Date":"11/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":487,"Cost":280,"Date":"1/28/2021"},{"Store":"The Centre, Livingston","Brand":"Jeans","Country":"UK","Sale":300,"Cost":154,"Date":"12/17/2020"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":233,"Cost":206,"Date":"12/5/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":822,"Cost":443,"Date":"2/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":432,"Cost":303,"Date":"6/27/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":507,"Cost":420,"Date":"6/9/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":439,"Cost":249,"Date":"8/19/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM","Country":"UK","Sale":850,"Cost":492,"Date":"9/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":194,"Cost":153,"Date":"1/15/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":727,"Cost":454,"Date":"9/11/2022"},{"Store":"Eldon Square, Newcastle","Brand":"ARKET","Country":"UK","Sale":140,"Cost":102,"Date":"4/29/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM Home","Country":"UK","Sale":566,"Cost":534,"Date":"6/29/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM","Country":"UK","Sale":415,"Cost":391,"Date":"4/21/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":373,"Cost":240,"Date":"1/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":88,"Cost":81,"Date":"1/30/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":269,"Cost":171,"Date":"9/5/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":794,"Cost":512,"Date":"6/19/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":636,"Cost":450,"Date":"5/14/2018"},{"Store":"Trinity Leeds","Brand":"Nova","Country":"UK","Sale":57,"Cost":32,"Date":"12/17/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Nova","Country":"UK","Sale":218,"Cost":159,"Date":"3/4/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":135,"Cost":90,"Date":"3/24/2019"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":483,"Cost":401,"Date":"4/14/2019"},{"Store":"Cabot Circus, Bristol","Brand":"ARKET","Country":"UK","Sale":105,"Cost":83,"Date":"3/10/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":362,"Cost":330,"Date":"12/14/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":865,"Cost":806,"Date":"11/30/2023"},{"Store":"The Mailbox, Birmingham","Brand":"COS","Country":"UK","Sale":835,"Cost":718,"Date":"2/10/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"ARKET","Country":"UK","Sale":947,"Cost":521,"Date":"9/12/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":419,"Cost":234,"Date":"9/1/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":752,"Cost":573,"Date":"7/5/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":229,"Cost":120,"Date":"6/18/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":232,"Cost":183,"Date":"10/8/2024"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":503,"Cost":357,"Date":"7/15/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":690,"Cost":417,"Date":"11/15/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":99,"Cost":50,"Date":"8/6/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":311,"Cost":173,"Date":"2/14/2018"},{"Store":"Silverburn, Glasgow","Brand":"Nova","Country":"UK","Sale":608,"Cost":350,"Date":"7/22/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":653,"Cost":369,"Date":"5/22/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"COS","Country":"UK","Sale":42,"Cost":28,"Date":"10/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":869,"Cost":629,"Date":"4/15/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":875,"Cost":577,"Date":"7/6/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":537,"Cost":335,"Date":"6/9/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":656,"Cost":580,"Date":"4/6/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":132,"Cost":86,"Date":"3/29/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":94,"Cost":70,"Date":"3/27/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":209,"Cost":186,"Date":"7/20/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":731,"Cost":566,"Date":"3/6/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":864,"Cost":710,"Date":"3/12/2023"},{"Store":"The Centre, Livingston","Brand":"HM Home","Country":"UK","Sale":456,"Cost":391,"Date":"6/25/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":979,"Cost":498,"Date":"7/10/2021"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":119,"Cost":65,"Date":"2/16/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":308,"Cost":283,"Date":"12/24/2019"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":11,"Cost":10,"Date":"4/26/2024"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":720,"Cost":455,"Date":"2/20/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":635,"Cost":334,"Date":"1/10/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":746,"Cost":509,"Date":"9/25/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":243,"Cost":129,"Date":"2/4/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":556,"Cost":387,"Date":"3/13/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":624,"Cost":325,"Date":"6/21/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":871,"Cost":702,"Date":"4/10/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":830,"Cost":759,"Date":"2/4/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":968,"Cost":671,"Date":"8/25/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":438,"Cost":263,"Date":"8/17/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":793,"Cost":569,"Date":"1/21/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":1,"Cost":1,"Date":"11/23/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":516,"Cost":352,"Date":"4/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":453,"Cost":420,"Date":"3/22/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":682,"Cost":522,"Date":"10/2/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":297,"Cost":229,"Date":"1/15/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":915,"Cost":491,"Date":"8/16/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":725,"Cost":365,"Date":"10/17/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":60,"Cost":45,"Date":"6/10/2023"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":624,"Cost":376,"Date":"10/17/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":561,"Cost":430,"Date":"2/8/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":261,"Cost":154,"Date":"8/28/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":258,"Cost":169,"Date":"6/13/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":512,"Cost":368,"Date":"9/3/2024"},{"Store":"Cabot Circus, Bristol","Brand":"ARKET","Country":"UK","Sale":160,"Cost":116,"Date":"4/25/2024"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":655,"Cost":498,"Date":"9/25/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":717,"Cost":610,"Date":"9/6/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Nova","Country":"UK","Sale":236,"Cost":203,"Date":"9/14/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":517,"Cost":324,"Date":"5/20/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":929,"Cost":729,"Date":"2/9/2020"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":577,"Cost":497,"Date":"10/10/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":819,"Cost":418,"Date":"8/30/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"ARKET","Country":"UK","Sale":795,"Cost":551,"Date":"8/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":415,"Cost":315,"Date":"8/15/2021"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":257,"Cost":141,"Date":"2/2/2019"},{"Store":"The Quays, Salford","Brand":"COS","Country":"UK","Sale":226,"Cost":123,"Date":"2/18/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":220,"Cost":177,"Date":"11/15/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":638,"Cost":508,"Date":"7/12/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":580,"Cost":530,"Date":"7/16/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":884,"Cost":726,"Date":"8/30/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":724,"Cost":665,"Date":"7/1/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Nova","Country":"UK","Sale":30,"Cost":19,"Date":"4/5/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":625,"Cost":375,"Date":"12/21/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":496,"Cost":261,"Date":"8/18/2018"},{"Store":"Trinity Leeds","Brand":"Nova","Country":"UK","Sale":553,"Cost":523,"Date":"8/2/2018"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":1,"Cost":0,"Date":"8/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":656,"Cost":373,"Date":"4/10/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":36,"Cost":24,"Date":"12/14/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":536,"Cost":327,"Date":"4/19/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Nova","Country":"UK","Sale":548,"Cost":423,"Date":"11/12/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"ARKET","Country":"UK","Sale":153,"Cost":131,"Date":"2/28/2020"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":820,"Cost":665,"Date":"4/24/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM","Country":"UK","Sale":963,"Cost":704,"Date":"12/11/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Sellpy","Country":"UK","Sale":507,"Cost":309,"Date":"5/12/2019"},{"Store":"Whitgift, Croydon","Brand":"COS","Country":"UK","Sale":291,"Cost":268,"Date":"11/13/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":588,"Cost":501,"Date":"2/7/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":641,"Cost":591,"Date":"6/21/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":537,"Cost":296,"Date":"8/26/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":335,"Cost":179,"Date":"7/12/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":727,"Cost":643,"Date":"2/7/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM","Country":"UK","Sale":584,"Cost":344,"Date":"9/17/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":390,"Cost":280,"Date":"10/3/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":4,"Cost":2,"Date":"1/12/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":39,"Cost":28,"Date":"6/9/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":572,"Cost":418,"Date":"6/1/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":180,"Cost":139,"Date":"12/17/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":670,"Cost":418,"Date":"8/28/2023"},{"Store":"Whitgift, Croydon","Brand":"HM Home","Country":"UK","Sale":715,"Cost":357,"Date":"6/5/2018"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":414,"Cost":331,"Date":"11/30/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":705,"Cost":620,"Date":"8/5/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":996,"Cost":760,"Date":"5/4/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":688,"Cost":365,"Date":"12/5/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":444,"Cost":402,"Date":"3/7/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":149,"Cost":108,"Date":"6/5/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":869,"Cost":636,"Date":"11/19/2019"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":867,"Cost":556,"Date":"2/3/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":1000,"Cost":527,"Date":"2/2/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"COS","Country":"UK","Sale":36,"Cost":32,"Date":"7/31/2019"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":899,"Cost":503,"Date":"4/6/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":789,"Cost":509,"Date":"11/5/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":823,"Cost":594,"Date":"1/12/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":152,"Cost":86,"Date":"9/27/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":962,"Cost":671,"Date":"1/31/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":211,"Cost":106,"Date":"2/6/2021"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":954,"Cost":712,"Date":"12/24/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":426,"Cost":369,"Date":"6/22/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"ARKET","Country":"UK","Sale":321,"Cost":214,"Date":"10/23/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":539,"Cost":366,"Date":"5/20/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":673,"Cost":442,"Date":"5/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":622,"Cost":325,"Date":"12/17/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":377,"Cost":357,"Date":"9/22/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":310,"Cost":236,"Date":"8/24/2020"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":285,"Cost":209,"Date":"4/29/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":380,"Cost":251,"Date":"1/15/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":939,"Cost":748,"Date":"6/8/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":829,"Cost":583,"Date":"4/29/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"HM Home","Country":"UK","Sale":953,"Cost":643,"Date":"4/19/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":252,"Cost":205,"Date":"11/6/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":729,"Cost":409,"Date":"1/12/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":670,"Cost":558,"Date":"10/12/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":356,"Cost":280,"Date":"8/19/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":583,"Cost":299,"Date":"11/19/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":306,"Cost":200,"Date":"2/27/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":207,"Cost":154,"Date":"2/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":236,"Cost":207,"Date":"10/8/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":323,"Cost":305,"Date":"8/3/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":461,"Cost":324,"Date":"5/28/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":228,"Cost":158,"Date":"6/8/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":974,"Cost":803,"Date":"12/25/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":101,"Cost":86,"Date":"5/23/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":675,"Cost":372,"Date":"7/16/2020"},{"Store":"Westfield London","Brand":"ARKET","Country":"UK","Sale":34,"Cost":17,"Date":"12/23/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":870,"Cost":527,"Date":"12/16/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":401,"Cost":237,"Date":"7/8/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Sellpy","Country":"UK","Sale":785,"Cost":400,"Date":"8/16/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":792,"Cost":653,"Date":"12/24/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":204,"Cost":182,"Date":"2/18/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":497,"Cost":469,"Date":"3/15/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":796,"Cost":519,"Date":"2/17/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":689,"Cost":349,"Date":"1/29/2020"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":855,"Cost":688,"Date":"7/31/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":562,"Cost":471,"Date":"8/27/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":492,"Cost":416,"Date":"7/19/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":991,"Cost":785,"Date":"10/22/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"COS","Country":"UK","Sale":549,"Cost":504,"Date":"9/10/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":535,"Cost":374,"Date":"2/5/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":357,"Cost":315,"Date":"10/14/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":864,"Cost":585,"Date":"9/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":81,"Cost":53,"Date":"5/16/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":155,"Cost":144,"Date":"2/6/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":964,"Cost":708,"Date":"9/7/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":145,"Cost":133,"Date":"2/24/2018"},{"Store":"The Centre, Livingston","Brand":"HM Home","Country":"UK","Sale":717,"Cost":457,"Date":"12/17/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":641,"Cost":571,"Date":"9/25/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":117,"Cost":92,"Date":"9/25/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":281,"Cost":223,"Date":"12/20/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":722,"Cost":661,"Date":"7/3/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":642,"Cost":398,"Date":"4/2/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":411,"Cost":217,"Date":"12/14/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":196,"Cost":136,"Date":"4/25/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":487,"Cost":324,"Date":"1/31/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":814,"Cost":748,"Date":"5/14/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":226,"Cost":201,"Date":"1/8/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":156,"Cost":97,"Date":"5/21/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"COS","Country":"UK","Sale":77,"Cost":70,"Date":"5/23/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":601,"Cost":369,"Date":"12/31/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":71,"Cost":63,"Date":"8/7/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":804,"Cost":554,"Date":"6/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":865,"Cost":810,"Date":"11/4/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":171,"Cost":132,"Date":"1/28/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":80,"Cost":57,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":1,"Cost":0,"Date":"3/15/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":226,"Cost":167,"Date":"6/9/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":302,"Cost":170,"Date":"12/19/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":462,"Cost":283,"Date":"9/22/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":179,"Cost":122,"Date":"3/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":496,"Cost":280,"Date":"7/24/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":248,"Cost":225,"Date":"3/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":634,"Cost":455,"Date":"2/23/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Nova","Country":"USA","Sale":686,"Cost":565,"Date":"12/23/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":438,"Cost":317,"Date":"7/21/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":881,"Cost":715,"Date":"6/6/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":118,"Cost":70,"Date":"3/21/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":807,"Cost":515,"Date":"1/6/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":949,"Cost":855,"Date":"9/2/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":711,"Cost":382,"Date":"8/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":849,"Cost":528,"Date":"10/2/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":466,"Cost":304,"Date":"7/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":265,"Cost":241,"Date":"4/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":269,"Cost":186,"Date":"10/18/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"ARKET","Country":"USA","Sale":337,"Cost":172,"Date":"5/23/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":956,"Cost":533,"Date":"7/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":654,"Cost":588,"Date":"2/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":663,"Cost":345,"Date":"3/6/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":881,"Cost":829,"Date":"11/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":278,"Cost":199,"Date":"10/26/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":480,"Cost":446,"Date":"3/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":314,"Cost":214,"Date":"5/2/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":241,"Cost":220,"Date":"10/25/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":61,"Cost":32,"Date":"6/10/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":678,"Cost":355,"Date":"2/15/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":457,"Cost":402,"Date":"7/21/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":147,"Cost":82,"Date":"1/17/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":197,"Cost":161,"Date":"5/4/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":245,"Cost":147,"Date":"12/31/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":683,"Cost":611,"Date":"11/24/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":355,"Cost":248,"Date":"2/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"ARKET","Country":"USA","Sale":453,"Cost":250,"Date":"1/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":814,"Cost":719,"Date":"10/26/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":716,"Cost":548,"Date":"8/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":419,"Cost":360,"Date":"9/4/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":185,"Cost":164,"Date":"6/4/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":251,"Cost":146,"Date":"1/17/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":366,"Cost":206,"Date":"1/12/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":969,"Cost":917,"Date":"11/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":783,"Cost":479,"Date":"7/12/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":950,"Cost":795,"Date":"7/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":756,"Cost":549,"Date":"5/13/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":482,"Cost":414,"Date":"9/7/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":291,"Cost":192,"Date":"10/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":225,"Cost":113,"Date":"12/30/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":189,"Date":"12/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":455,"Cost":291,"Date":"7/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":498,"Cost":441,"Date":"4/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":980,"Cost":829,"Date":"6/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":842,"Cost":683,"Date":"7/31/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":66,"Cost":33,"Date":"5/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":841,"Cost":469,"Date":"12/5/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":539,"Cost":316,"Date":"11/1/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":709,"Cost":430,"Date":"11/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":371,"Cost":221,"Date":"7/19/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":428,"Cost":223,"Date":"4/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":365,"Cost":267,"Date":"12/26/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":351,"Cost":304,"Date":"3/28/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":858,"Cost":457,"Date":"4/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":526,"Cost":302,"Date":"4/19/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"COS","Country":"USA","Sale":290,"Cost":174,"Date":"6/27/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":972,"Cost":745,"Date":"2/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":174,"Cost":155,"Date":"10/14/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":184,"Cost":168,"Date":"8/10/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":303,"Date":"3/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":462,"Cost":394,"Date":"6/22/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":766,"Date":"9/27/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":484,"Cost":429,"Date":"7/5/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":388,"Cost":222,"Date":"10/27/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"ARKET","Country":"USA","Sale":111,"Cost":74,"Date":"6/18/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":14,"Cost":13,"Date":"6/3/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"ARKET","Country":"USA","Sale":791,"Cost":677,"Date":"11/29/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":406,"Cost":204,"Date":"8/7/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":600,"Cost":332,"Date":"7/23/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"ARKET","Country":"USA","Sale":754,"Cost":622,"Date":"8/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":336,"Cost":194,"Date":"9/7/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":986,"Cost":623,"Date":"4/10/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":50,"Cost":29,"Date":"12/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":777,"Cost":667,"Date":"8/4/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":273,"Cost":217,"Date":"10/19/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":634,"Cost":336,"Date":"10/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":113,"Cost":103,"Date":"10/25/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":271,"Cost":183,"Date":"3/8/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":191,"Cost":101,"Date":"3/2/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":747,"Cost":658,"Date":"4/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":945,"Cost":492,"Date":"1/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":481,"Cost":367,"Date":"6/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":299,"Cost":269,"Date":"7/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":914,"Cost":587,"Date":"3/15/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":460,"Cost":360,"Date":"2/19/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":277,"Cost":163,"Date":"10/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":162,"Cost":104,"Date":"8/23/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":979,"Cost":718,"Date":"7/26/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":457,"Cost":270,"Date":"12/22/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":407,"Cost":303,"Date":"7/18/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":237,"Cost":119,"Date":"9/1/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":715,"Cost":399,"Date":"6/30/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":939,"Cost":664,"Date":"4/3/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":888,"Cost":649,"Date":"5/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":200,"Cost":104,"Date":"12/30/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":664,"Cost":416,"Date":"10/23/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":258,"Cost":172,"Date":"10/24/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":57,"Cost":29,"Date":"4/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"ARKET","Country":"USA","Sale":541,"Cost":358,"Date":"11/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"ARKET","Country":"USA","Sale":565,"Cost":317,"Date":"7/25/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":172,"Cost":129,"Date":"8/14/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":131,"Cost":124,"Date":"8/24/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":76,"Cost":63,"Date":"1/29/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":878,"Cost":825,"Date":"2/17/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":226,"Cost":152,"Date":"4/24/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":558,"Cost":402,"Date":"7/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":794,"Cost":504,"Date":"5/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":393,"Cost":197,"Date":"12/4/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":207,"Cost":151,"Date":"6/8/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":773,"Cost":515,"Date":"9/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":365,"Cost":192,"Date":"12/30/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":108,"Cost":90,"Date":"12/6/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":440,"Cost":362,"Date":"8/4/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":701,"Cost":512,"Date":"4/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":420,"Cost":384,"Date":"2/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":959,"Cost":771,"Date":"3/28/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":65,"Cost":58,"Date":"8/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":596,"Cost":450,"Date":"11/16/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":906,"Cost":468,"Date":"8/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":409,"Cost":286,"Date":"8/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":270,"Cost":238,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":953,"Cost":668,"Date":"1/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":722,"Cost":578,"Date":"7/22/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":472,"Date":"6/22/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":56,"Cost":36,"Date":"12/23/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":83,"Cost":67,"Date":"8/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":120,"Cost":69,"Date":"12/24/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":205,"Cost":146,"Date":"5/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":95,"Cost":58,"Date":"5/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":134,"Cost":106,"Date":"1/12/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":110,"Cost":96,"Date":"4/22/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":882,"Cost":682,"Date":"4/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":682,"Cost":377,"Date":"10/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":268,"Cost":246,"Date":"7/5/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":835,"Cost":696,"Date":"7/30/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":631,"Cost":390,"Date":"8/31/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":799,"Cost":510,"Date":"7/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":938,"Cost":518,"Date":"7/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":651,"Cost":473,"Date":"2/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":490,"Cost":325,"Date":"10/26/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":684,"Cost":362,"Date":"1/3/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":899,"Cost":682,"Date":"4/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":453,"Cost":423,"Date":"9/17/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":241,"Cost":174,"Date":"1/27/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":12,"Cost":9,"Date":"8/24/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":936,"Cost":857,"Date":"2/6/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":259,"Cost":166,"Date":"4/5/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":152,"Cost":134,"Date":"8/18/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":955,"Cost":513,"Date":"2/17/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":955,"Cost":574,"Date":"2/28/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":685,"Cost":601,"Date":"12/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":590,"Cost":500,"Date":"3/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":58,"Cost":37,"Date":"2/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":376,"Cost":242,"Date":"11/13/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":325,"Cost":251,"Date":"3/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":79,"Cost":55,"Date":"10/18/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":880,"Cost":462,"Date":"7/7/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":63,"Cost":45,"Date":"7/26/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":642,"Cost":331,"Date":"2/2/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Nova","Country":"USA","Sale":992,"Cost":670,"Date":"12/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":869,"Cost":535,"Date":"5/15/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":259,"Cost":222,"Date":"4/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":933,"Cost":815,"Date":"7/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":567,"Cost":422,"Date":"6/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":418,"Cost":285,"Date":"4/1/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":778,"Cost":531,"Date":"9/25/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":290,"Cost":234,"Date":"12/31/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":91,"Cost":46,"Date":"8/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":711,"Cost":557,"Date":"11/16/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":458,"Cost":315,"Date":"1/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":87,"Cost":68,"Date":"3/29/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":314,"Cost":221,"Date":"3/25/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":106,"Cost":80,"Date":"7/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":564,"Cost":339,"Date":"9/6/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":36,"Cost":31,"Date":"6/19/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":273,"Cost":210,"Date":"2/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":770,"Cost":609,"Date":"6/18/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":185,"Cost":139,"Date":"5/3/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":747,"Cost":556,"Date":"5/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":152,"Cost":89,"Date":"3/22/2018"},{"Store":"The Galleria, Houston, TX","Brand":"ARKET","Country":"USA","Sale":484,"Cost":359,"Date":"3/6/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":921,"Cost":837,"Date":"1/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":641,"Cost":482,"Date":"9/4/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":507,"Cost":388,"Date":"6/14/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":971,"Cost":901,"Date":"12/13/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":784,"Cost":421,"Date":"11/5/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":143,"Cost":123,"Date":"9/4/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":664,"Cost":511,"Date":"1/15/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":926,"Cost":774,"Date":"2/5/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":927,"Cost":728,"Date":"10/1/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":746,"Cost":662,"Date":"2/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Nova","Country":"USA","Sale":813,"Cost":683,"Date":"1/23/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":747,"Cost":659,"Date":"12/24/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":877,"Cost":696,"Date":"11/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":371,"Cost":210,"Date":"2/12/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":557,"Cost":514,"Date":"9/4/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":123,"Cost":81,"Date":"1/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"ARKET","Country":"USA","Sale":42,"Cost":24,"Date":"2/26/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":723,"Cost":509,"Date":"2/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":864,"Cost":678,"Date":"7/13/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":634,"Cost":460,"Date":"11/29/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":223,"Cost":191,"Date":"9/22/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":378,"Cost":244,"Date":"1/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":506,"Cost":319,"Date":"11/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":982,"Cost":557,"Date":"5/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":274,"Cost":253,"Date":"9/8/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":294,"Cost":185,"Date":"5/23/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":552,"Cost":514,"Date":"9/21/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":393,"Cost":253,"Date":"3/25/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":348,"Cost":251,"Date":"11/10/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":347,"Cost":208,"Date":"7/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":428,"Cost":223,"Date":"6/30/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":352,"Cost":326,"Date":"11/2/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":532,"Cost":339,"Date":"8/18/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":51,"Cost":25,"Date":"12/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":72,"Cost":62,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":424,"Cost":222,"Date":"2/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":402,"Cost":284,"Date":"8/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":883,"Cost":644,"Date":"4/22/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":114,"Cost":81,"Date":"7/3/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":909,"Cost":668,"Date":"2/25/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":937,"Cost":563,"Date":"3/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":356,"Cost":233,"Date":"9/26/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":855,"Cost":606,"Date":"7/9/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":829,"Cost":739,"Date":"10/8/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":561,"Cost":531,"Date":"6/26/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":369,"Cost":268,"Date":"5/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":926,"Cost":715,"Date":"5/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":131,"Cost":120,"Date":"9/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":233,"Cost":191,"Date":"9/18/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":372,"Cost":222,"Date":"6/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Nova","Country":"USA","Sale":692,"Cost":376,"Date":"1/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":104,"Cost":72,"Date":"8/13/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":26,"Cost":18,"Date":"9/1/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM","Country":"USA","Sale":858,"Cost":763,"Date":"12/29/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":275,"Cost":210,"Date":"2/10/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":816,"Cost":502,"Date":"11/14/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":643,"Cost":524,"Date":"5/22/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":960,"Cost":904,"Date":"4/27/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":453,"Cost":382,"Date":"2/5/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":646,"Cost":410,"Date":"2/24/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":285,"Cost":241,"Date":"11/15/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":573,"Cost":346,"Date":"4/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":438,"Cost":275,"Date":"5/11/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":251,"Cost":137,"Date":"6/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":335,"Date":"2/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":20,"Cost":10,"Date":"7/6/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"COS","Country":"USA","Sale":852,"Cost":476,"Date":"11/6/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Nova","Country":"USA","Sale":991,"Cost":757,"Date":"2/10/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":472,"Cost":337,"Date":"1/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":292,"Cost":240,"Date":"3/1/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":434,"Cost":295,"Date":"6/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":455,"Cost":419,"Date":"9/6/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":31,"Cost":26,"Date":"4/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":523,"Cost":289,"Date":"5/17/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":57,"Cost":49,"Date":"5/4/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"ARKET","Country":"USA","Sale":630,"Cost":507,"Date":"3/17/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":5,"Cost":2,"Date":"10/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":651,"Cost":475,"Date":"12/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":179,"Cost":137,"Date":"3/20/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":986,"Cost":883,"Date":"7/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":681,"Cost":406,"Date":"5/13/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":565,"Cost":387,"Date":"9/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":543,"Cost":342,"Date":"10/7/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":614,"Cost":474,"Date":"12/4/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":512,"Cost":369,"Date":"7/7/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":543,"Cost":438,"Date":"3/8/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":847,"Cost":598,"Date":"11/19/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":570,"Cost":481,"Date":"2/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":763,"Cost":553,"Date":"7/15/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":864,"Cost":570,"Date":"12/2/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":272,"Cost":177,"Date":"5/21/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":993,"Cost":542,"Date":"6/9/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":5,"Cost":5,"Date":"7/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":303,"Cost":224,"Date":"6/25/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Nova","Country":"USA","Sale":268,"Cost":213,"Date":"1/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":534,"Cost":346,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":651,"Cost":421,"Date":"6/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":741,"Cost":544,"Date":"11/30/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":251,"Cost":203,"Date":"5/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":145,"Cost":99,"Date":"10/21/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":375,"Cost":277,"Date":"8/2/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":551,"Cost":432,"Date":"7/24/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":753,"Cost":554,"Date":"8/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":652,"Cost":594,"Date":"9/25/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":745,"Cost":606,"Date":"4/6/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":134,"Cost":103,"Date":"10/18/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":118,"Cost":90,"Date":"2/20/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":14,"Cost":8,"Date":"4/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":124,"Cost":83,"Date":"9/25/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":157,"Cost":79,"Date":"10/19/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":8,"Cost":8,"Date":"1/27/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":43,"Cost":24,"Date":"7/21/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"COS","Country":"USA","Sale":784,"Cost":417,"Date":"6/9/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":75,"Cost":50,"Date":"6/9/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":700,"Cost":409,"Date":"4/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Nova","Country":"USA","Sale":168,"Cost":96,"Date":"3/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":574,"Cost":498,"Date":"5/28/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":748,"Cost":617,"Date":"10/22/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":550,"Cost":322,"Date":"3/31/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":575,"Cost":393,"Date":"4/24/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":3,"Date":"11/9/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Nova","Country":"USA","Sale":217,"Cost":184,"Date":"2/11/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":63,"Cost":59,"Date":"8/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":984,"Cost":638,"Date":"10/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":666,"Cost":474,"Date":"10/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":571,"Cost":394,"Date":"12/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":345,"Cost":267,"Date":"3/2/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":357,"Cost":186,"Date":"7/29/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":144,"Cost":95,"Date":"1/14/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":533,"Cost":443,"Date":"5/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":690,"Cost":631,"Date":"3/14/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":584,"Cost":484,"Date":"9/26/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":69,"Cost":60,"Date":"7/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":31,"Cost":22,"Date":"10/24/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":296,"Cost":192,"Date":"8/29/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":105,"Cost":61,"Date":"2/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":158,"Cost":108,"Date":"12/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM","Country":"USA","Sale":863,"Cost":554,"Date":"5/21/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":650,"Cost":468,"Date":"12/30/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":529,"Cost":322,"Date":"2/10/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":194,"Cost":155,"Date":"3/22/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":852,"Cost":664,"Date":"2/6/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":217,"Cost":181,"Date":"4/18/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":523,"Cost":441,"Date":"6/13/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":240,"Cost":133,"Date":"10/20/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":201,"Cost":151,"Date":"11/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":619,"Cost":386,"Date":"8/10/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":738,"Cost":552,"Date":"4/1/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"COS","Country":"USA","Sale":378,"Cost":247,"Date":"4/26/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":303,"Cost":194,"Date":"12/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":729,"Cost":523,"Date":"9/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":623,"Cost":353,"Date":"12/30/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":74,"Cost":51,"Date":"4/2/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":231,"Cost":178,"Date":"10/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":130,"Cost":80,"Date":"10/24/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"ARKET","Country":"USA","Sale":985,"Cost":744,"Date":"9/6/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"COS","Country":"USA","Sale":742,"Cost":613,"Date":"1/13/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":489,"Cost":251,"Date":"6/4/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":866,"Cost":806,"Date":"4/10/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":689,"Cost":489,"Date":"5/19/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":678,"Cost":504,"Date":"10/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":930,"Cost":539,"Date":"3/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":317,"Cost":289,"Date":"9/20/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":631,"Cost":496,"Date":"4/3/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Nova","Country":"USA","Sale":275,"Cost":236,"Date":"12/2/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":983,"Cost":673,"Date":"4/14/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":313,"Cost":287,"Date":"1/20/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":933,"Cost":493,"Date":"6/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":32,"Cost":18,"Date":"11/14/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":898,"Cost":618,"Date":"6/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":370,"Cost":246,"Date":"4/29/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":516,"Cost":427,"Date":"1/25/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":451,"Cost":292,"Date":"9/5/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":290,"Cost":221,"Date":"6/27/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":416,"Cost":263,"Date":"10/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":273,"Cost":212,"Date":"6/24/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":766,"Cost":494,"Date":"8/13/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":234,"Cost":182,"Date":"4/28/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":151,"Cost":117,"Date":"4/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":899,"Cost":815,"Date":"11/13/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":873,"Cost":577,"Date":"7/26/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":462,"Cost":239,"Date":"5/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":185,"Cost":165,"Date":"2/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":910,"Cost":839,"Date":"4/30/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":222,"Cost":178,"Date":"7/25/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":82,"Cost":69,"Date":"4/19/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":386,"Cost":249,"Date":"10/6/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":777,"Cost":499,"Date":"11/14/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":20,"Cost":18,"Date":"2/19/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":510,"Cost":440,"Date":"11/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":315,"Cost":297,"Date":"11/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":128,"Cost":85,"Date":"11/6/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":224,"Cost":138,"Date":"1/15/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":950,"Cost":517,"Date":"9/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":478,"Cost":416,"Date":"4/17/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":397,"Cost":371,"Date":"12/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":291,"Cost":184,"Date":"10/11/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":738,"Cost":466,"Date":"7/24/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":602,"Cost":452,"Date":"10/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":16,"Cost":11,"Date":"1/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":666,"Cost":629,"Date":"2/8/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"ARKET","Country":"USA","Sale":803,"Cost":415,"Date":"3/8/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":938,"Cost":834,"Date":"4/6/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":143,"Cost":77,"Date":"6/1/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":557,"Cost":353,"Date":"1/21/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":10,"Cost":10,"Date":"11/22/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":822,"Cost":687,"Date":"4/10/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":974,"Cost":898,"Date":"10/22/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":877,"Cost":585,"Date":"12/17/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Nova","Country":"USA","Sale":946,"Cost":783,"Date":"2/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":452,"Cost":421,"Date":"7/26/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":421,"Cost":388,"Date":"9/7/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":420,"Cost":270,"Date":"1/26/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":24,"Cost":15,"Date":"6/24/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":119,"Cost":95,"Date":"4/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":862,"Cost":796,"Date":"11/29/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":445,"Cost":229,"Date":"10/27/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":581,"Cost":465,"Date":"4/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":631,"Cost":521,"Date":"5/24/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":896,"Cost":696,"Date":"11/30/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":35,"Cost":29,"Date":"5/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"ARKET","Country":"USA","Sale":37,"Cost":26,"Date":"8/6/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":793,"Cost":585,"Date":"6/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":791,"Cost":521,"Date":"6/15/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Jeans","Country":"USA","Sale":369,"Cost":263,"Date":"6/3/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":161,"Cost":136,"Date":"6/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":766,"Cost":655,"Date":"3/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":351,"Cost":304,"Date":"5/20/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":108,"Cost":98,"Date":"3/30/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":288,"Cost":182,"Date":"2/1/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":681,"Cost":460,"Date":"2/8/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":680,"Cost":522,"Date":"3/4/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":842,"Cost":702,"Date":"9/23/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":824,"Cost":429,"Date":"10/30/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":556,"Cost":416,"Date":"4/21/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":626,"Cost":470,"Date":"9/5/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":728,"Cost":512,"Date":"3/7/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":685,"Cost":590,"Date":"9/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":347,"Cost":314,"Date":"2/4/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Jeans","Country":"USA","Sale":645,"Cost":423,"Date":"10/17/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":635,"Cost":437,"Date":"7/26/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":909,"Cost":700,"Date":"12/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":591,"Cost":409,"Date":"8/22/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Nova","Country":"USA","Sale":995,"Cost":709,"Date":"12/24/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":129,"Cost":114,"Date":"8/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":972,"Cost":746,"Date":"1/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":445,"Cost":308,"Date":"7/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":646,"Cost":569,"Date":"3/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM","Country":"USA","Sale":421,"Cost":370,"Date":"1/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"ARKET","Country":"USA","Sale":462,"Cost":425,"Date":"7/3/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":669,"Cost":462,"Date":"11/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":1,"Cost":1,"Date":"3/22/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":589,"Cost":319,"Date":"1/29/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":364,"Cost":200,"Date":"4/1/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"ARKET","Country":"USA","Sale":883,"Cost":443,"Date":"10/13/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":481,"Cost":323,"Date":"5/24/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":311,"Cost":213,"Date":"1/2/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":521,"Cost":488,"Date":"11/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":441,"Cost":306,"Date":"7/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":296,"Cost":207,"Date":"1/6/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":328,"Cost":243,"Date":"3/25/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":496,"Cost":325,"Date":"8/29/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":985,"Cost":598,"Date":"9/11/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":257,"Cost":207,"Date":"11/14/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":80,"Cost":59,"Date":"6/13/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":483,"Cost":357,"Date":"7/3/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":412,"Cost":248,"Date":"2/25/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":267,"Cost":227,"Date":"6/26/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":843,"Cost":491,"Date":"11/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":970,"Cost":667,"Date":"10/10/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":757,"Cost":435,"Date":"8/8/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":176,"Cost":116,"Date":"7/27/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":481,"Cost":274,"Date":"1/29/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":648,"Cost":351,"Date":"3/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":584,"Cost":455,"Date":"4/20/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":482,"Cost":375,"Date":"3/5/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":170,"Cost":149,"Date":"12/7/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":676,"Cost":502,"Date":"4/21/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":62,"Cost":56,"Date":"5/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":730,"Cost":530,"Date":"12/2/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":30,"Cost":27,"Date":"8/1/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":401,"Cost":217,"Date":"11/15/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":7,"Cost":4,"Date":"5/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Jeans","Country":"USA","Sale":777,"Cost":508,"Date":"11/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":498,"Cost":449,"Date":"11/27/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":109,"Cost":100,"Date":"5/25/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":501,"Cost":265,"Date":"10/18/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":483,"Cost":431,"Date":"9/12/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":715,"Cost":524,"Date":"3/17/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":351,"Cost":306,"Date":"10/15/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":675,"Cost":360,"Date":"5/23/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":736,"Cost":507,"Date":"1/30/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":881,"Cost":741,"Date":"7/12/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":274,"Cost":217,"Date":"6/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":72,"Cost":40,"Date":"4/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":204,"Cost":114,"Date":"8/26/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":952,"Cost":698,"Date":"11/23/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":478,"Cost":379,"Date":"5/29/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":472,"Cost":444,"Date":"11/3/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":825,"Cost":538,"Date":"12/11/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":4,"Cost":3,"Date":"10/11/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":594,"Cost":422,"Date":"8/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":957,"Cost":843,"Date":"10/29/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"ARKET","Country":"USA","Sale":529,"Cost":302,"Date":"8/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":904,"Cost":513,"Date":"4/12/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":243,"Cost":130,"Date":"9/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":18,"Cost":15,"Date":"7/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":47,"Cost":36,"Date":"12/12/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":298,"Cost":227,"Date":"5/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":748,"Cost":598,"Date":"10/23/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":918,"Cost":824,"Date":"5/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":642,"Cost":327,"Date":"12/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":20,"Cost":11,"Date":"5/24/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":348,"Cost":263,"Date":"12/13/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":167,"Cost":138,"Date":"11/2/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":520,"Cost":424,"Date":"11/3/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":845,"Cost":437,"Date":"2/19/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":211,"Cost":152,"Date":"3/2/2018"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":908,"Cost":460,"Date":"12/17/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":357,"Cost":304,"Date":"1/11/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":187,"Cost":136,"Date":"5/28/2024"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":34,"Cost":17,"Date":"11/16/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":271,"Cost":193,"Date":"10/8/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":344,"Cost":249,"Date":"4/11/2018"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":484,"Cost":249,"Date":"12/5/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":285,"Cost":142,"Date":"6/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":676,"Cost":439,"Date":"1/22/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":621,"Cost":534,"Date":"11/7/2020"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":811,"Cost":552,"Date":"12/17/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":706,"Cost":605,"Date":"4/9/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":302,"Cost":235,"Date":"8/10/2022"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":605,"Cost":381,"Date":"11/8/2022"},{"Store":"DrCelular, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":505,"Cost":256,"Date":"9/16/2023"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":973,"Cost":645,"Date":"7/18/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":248,"Cost":152,"Date":"12/18/2021"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":496,"Cost":260,"Date":"1/29/2023"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":732,"Cost":526,"Date":"3/2/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":55,"Cost":40,"Date":"7/10/2020"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":610,"Cost":570,"Date":"8/17/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":106,"Cost":66,"Date":"5/11/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":978,"Cost":816,"Date":"4/29/2020"},{"Store":"Las Piedras Shopping","Brand":"COS","Country":"Uruguay","Sale":547,"Cost":275,"Date":"9/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"COS","Country":"Uruguay","Sale":983,"Cost":549,"Date":"7/19/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":741,"Cost":467,"Date":"11/15/2018"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":738,"Cost":612,"Date":"4/9/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":217,"Date":"3/24/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":709,"Cost":670,"Date":"3/24/2020"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":691,"Cost":508,"Date":"5/15/2020"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":587,"Cost":510,"Date":"10/16/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":215,"Cost":179,"Date":"5/18/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":850,"Cost":696,"Date":"7/3/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":284,"Cost":162,"Date":"4/11/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":293,"Cost":255,"Date":"3/24/2024"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":505,"Cost":465,"Date":"6/7/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":22,"Cost":14,"Date":"6/7/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":488,"Cost":426,"Date":"3/30/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":810,"Cost":440,"Date":"11/4/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"COS","Country":"Uruguay","Sale":316,"Cost":279,"Date":"7/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":110,"Cost":56,"Date":"12/9/2021"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":981,"Cost":707,"Date":"3/1/2018"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":385,"Cost":336,"Date":"5/9/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":314,"Cost":223,"Date":"10/7/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":969,"Cost":591,"Date":"2/19/2018"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":120,"Cost":84,"Date":"7/24/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":470,"Cost":323,"Date":"8/26/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM","Country":"Uruguay","Sale":279,"Cost":235,"Date":"11/27/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":867,"Cost":560,"Date":"3/4/2020"},{"Store":"Las Piedras Shopping","Brand":"COS","Country":"Uruguay","Sale":838,"Cost":496,"Date":"4/3/2023"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":335,"Cost":307,"Date":"12/11/2020"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":638,"Cost":502,"Date":"1/30/2021"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":904,"Cost":471,"Date":"12/3/2024"},{"Store":"DrCelular, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":374,"Cost":287,"Date":"10/26/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":398,"Cost":254,"Date":"5/23/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":745,"Cost":548,"Date":"10/2/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":490,"Cost":302,"Date":"4/23/2021"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":59,"Cost":30,"Date":"2/9/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":709,"Cost":385,"Date":"10/18/2018"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":371,"Cost":349,"Date":"12/3/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":546,"Cost":281,"Date":"6/10/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":271,"Cost":163,"Date":"11/7/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":335,"Cost":211,"Date":"2/18/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":822,"Cost":544,"Date":"3/12/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":717,"Cost":679,"Date":"3/31/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":241,"Cost":146,"Date":"4/2/2021"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":83,"Cost":64,"Date":"2/5/2024"},{"Store":"Las Piedras Shopping","Brand":"Jeans","Country":"Uruguay","Sale":839,"Cost":784,"Date":"2/13/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":116,"Cost":68,"Date":"2/19/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":656,"Cost":554,"Date":"4/8/2022"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":383,"Cost":327,"Date":"11/29/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":225,"Cost":202,"Date":"3/11/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":473,"Cost":276,"Date":"5/10/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":577,"Cost":494,"Date":"9/18/2020"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":159,"Cost":95,"Date":"12/28/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":677,"Cost":341,"Date":"1/23/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":11,"Date":"3/15/2021"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":897,"Cost":550,"Date":"2/25/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":580,"Cost":452,"Date":"6/11/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":151,"Cost":113,"Date":"2/2/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":512,"Date":"5/19/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":794,"Cost":463,"Date":"10/22/2023"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":649,"Cost":382,"Date":"8/5/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":979,"Cost":876,"Date":"6/6/2021"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":515,"Cost":390,"Date":"1/21/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":226,"Cost":138,"Date":"1/12/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":155,"Cost":103,"Date":"2/26/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":197,"Cost":101,"Date":"2/19/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":802,"Cost":469,"Date":"1/20/2020"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":974,"Cost":607,"Date":"10/17/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":855,"Cost":760,"Date":"5/10/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":354,"Cost":199,"Date":"2/6/2023"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":591,"Cost":386,"Date":"5/15/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":234,"Cost":136,"Date":"10/11/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":292,"Cost":220,"Date":"6/15/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":943,"Cost":705,"Date":"3/8/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":348,"Cost":203,"Date":"8/31/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":478,"Cost":300,"Date":"10/13/2021"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":976,"Cost":606,"Date":"11/12/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":321,"Cost":212,"Date":"6/10/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":386,"Cost":270,"Date":"8/15/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":17,"Cost":10,"Date":"5/19/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":209,"Cost":106,"Date":"3/25/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":212,"Cost":161,"Date":"3/7/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":972,"Cost":895,"Date":"3/14/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":219,"Cost":182,"Date":"9/24/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":385,"Cost":295,"Date":"3/28/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":347,"Cost":289,"Date":"12/13/2021"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":581,"Cost":349,"Date":"6/19/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":550,"Cost":312,"Date":"5/3/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":285,"Cost":261,"Date":"12/6/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":547,"Cost":313,"Date":"8/19/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":187,"Cost":132,"Date":"5/3/2022"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":26,"Cost":14,"Date":"3/23/2022"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":273,"Cost":226,"Date":"12/16/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":259,"Cost":151,"Date":"4/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":29,"Cost":24,"Date":"2/15/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":892,"Cost":585,"Date":"4/20/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":771,"Cost":411,"Date":"3/3/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":966,"Cost":513,"Date":"12/31/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":357,"Cost":242,"Date":"7/27/2021"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":66,"Cost":38,"Date":"1/12/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":262,"Cost":175,"Date":"7/6/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":944,"Cost":551,"Date":"5/28/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":30,"Cost":16,"Date":"5/1/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":797,"Cost":659,"Date":"5/7/2020"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":198,"Cost":189,"Date":"4/7/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":188,"Cost":138,"Date":"7/27/2019"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":264,"Cost":155,"Date":"7/7/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":536,"Cost":371,"Date":"1/29/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":448,"Cost":285,"Date":"11/30/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":648,"Cost":586,"Date":"9/10/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":333,"Cost":281,"Date":"3/23/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":757,"Cost":473,"Date":"6/17/2019"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":366,"Cost":202,"Date":"11/17/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":156,"Cost":115,"Date":"4/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":718,"Cost":598,"Date":"3/5/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":566,"Cost":303,"Date":"12/10/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":553,"Cost":483,"Date":"6/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":497,"Cost":359,"Date":"9/7/2020"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":314,"Cost":270,"Date":"9/26/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":575,"Cost":453,"Date":"8/29/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":139,"Cost":112,"Date":"7/12/2024"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":851,"Cost":755,"Date":"4/11/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":203,"Cost":180,"Date":"5/4/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":530,"Cost":267,"Date":"6/14/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":727,"Cost":672,"Date":"5/9/2021"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":342,"Cost":206,"Date":"9/25/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Sellpy","Country":"Uruguay","Sale":306,"Cost":227,"Date":"10/22/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":753,"Cost":395,"Date":"4/29/2018"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":256,"Cost":155,"Date":"3/30/2018"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":549,"Cost":358,"Date":"9/21/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"COS","Country":"Uruguay","Sale":131,"Cost":74,"Date":"1/19/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":759,"Cost":537,"Date":"9/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":849,"Cost":427,"Date":"2/20/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":491,"Cost":463,"Date":"6/18/2024"},{"Store":"Salto Shopping","Brand":"HM","Country":"Uruguay","Sale":847,"Cost":794,"Date":"10/8/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":764,"Cost":498,"Date":"2/3/2023"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":132,"Cost":119,"Date":"4/20/2020"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":613,"Cost":422,"Date":"2/27/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Sellpy","Country":"Uruguay","Sale":494,"Cost":358,"Date":"11/4/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":698,"Cost":482,"Date":"1/4/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":97,"Cost":76,"Date":"5/26/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":166,"Cost":119,"Date":"10/1/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":973,"Cost":766,"Date":"6/30/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":554,"Cost":355,"Date":"7/11/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":772,"Cost":395,"Date":"8/30/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":350,"Cost":181,"Date":"12/10/2018"},{"Store":"Minas Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":625,"Cost":421,"Date":"8/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":105,"Cost":58,"Date":"4/1/2024"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":561,"Cost":358,"Date":"1/14/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":464,"Cost":257,"Date":"5/30/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":821,"Cost":435,"Date":"8/2/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":796,"Cost":699,"Date":"3/22/2021"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":90,"Cost":73,"Date":"5/9/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":780,"Cost":600,"Date":"8/3/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":887,"Cost":555,"Date":"9/28/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":334,"Cost":260,"Date":"1/10/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":275,"Cost":195,"Date":"7/26/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":43,"Cost":22,"Date":"2/24/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":744,"Cost":664,"Date":"1/8/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":880,"Cost":637,"Date":"11/5/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":809,"Cost":515,"Date":"1/12/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":321,"Cost":204,"Date":"11/4/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":649,"Cost":454,"Date":"3/25/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":206,"Cost":167,"Date":"6/15/2018"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":447,"Cost":250,"Date":"3/4/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":807,"Cost":417,"Date":"6/12/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":699,"Cost":499,"Date":"8/14/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM","Country":"Uruguay","Sale":112,"Cost":92,"Date":"12/2/2020"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":958,"Cost":580,"Date":"2/24/2021"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":123,"Cost":103,"Date":"9/26/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":780,"Cost":504,"Date":"7/6/2023"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":522,"Cost":264,"Date":"2/24/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":769,"Cost":424,"Date":"10/17/2022"},{"Store":"Portones, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":640,"Cost":557,"Date":"1/22/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":224,"Cost":180,"Date":"6/23/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":512,"Cost":374,"Date":"1/16/2023"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":531,"Cost":292,"Date":"10/9/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":477,"Cost":396,"Date":"2/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":79,"Cost":42,"Date":"12/16/2020"},{"Store":"Shopping China Rivera","Brand":"Nova","Country":"Uruguay","Sale":779,"Cost":635,"Date":"1/9/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":65,"Cost":54,"Date":"12/16/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":638,"Cost":337,"Date":"8/16/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":703,"Cost":459,"Date":"7/8/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":917,"Cost":580,"Date":"1/16/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":251,"Cost":166,"Date":"9/11/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":806,"Cost":611,"Date":"12/13/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":243,"Cost":190,"Date":"9/19/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":954,"Cost":529,"Date":"5/26/2023"},{"Store":"Salto Shopping","Brand":"HM","Country":"Uruguay","Sale":512,"Cost":354,"Date":"9/7/2023"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":738,"Cost":437,"Date":"8/30/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":427,"Cost":247,"Date":"3/8/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":755,"Cost":517,"Date":"8/24/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":334,"Cost":219,"Date":"3/23/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":525,"Cost":294,"Date":"7/19/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":61,"Cost":54,"Date":"5/15/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":665,"Cost":546,"Date":"4/25/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":777,"Cost":511,"Date":"8/25/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":589,"Cost":524,"Date":"9/5/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":115,"Cost":61,"Date":"10/15/2023"},{"Store":"Las Piedras Shopping","Brand":"COS","Country":"Uruguay","Sale":165,"Cost":135,"Date":"2/8/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":678,"Cost":509,"Date":"8/12/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":297,"Date":"10/23/2018"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":74,"Cost":50,"Date":"7/8/2018"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":766,"Cost":455,"Date":"7/26/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":856,"Cost":479,"Date":"5/24/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":529,"Cost":269,"Date":"6/2/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":543,"Cost":495,"Date":"8/17/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":867,"Cost":528,"Date":"3/28/2022"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":5,"Cost":4,"Date":"11/24/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":71,"Cost":50,"Date":"2/11/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":548,"Cost":474,"Date":"6/25/2018"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":859,"Cost":463,"Date":"4/10/2019"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":873,"Cost":672,"Date":"8/2/2020"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":194,"Cost":109,"Date":"7/4/2021"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":38,"Cost":27,"Date":"4/19/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":642,"Cost":438,"Date":"3/4/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":841,"Cost":580,"Date":"8/15/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":25,"Date":"9/24/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":350,"Cost":331,"Date":"11/21/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":53,"Cost":46,"Date":"8/25/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":303,"Cost":234,"Date":"4/16/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":589,"Cost":394,"Date":"11/21/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":472,"Cost":277,"Date":"9/2/2018"},{"Store":"Colonia Shopping","Brand":"COS","Country":"Uruguay","Sale":532,"Cost":299,"Date":"12/16/2023"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":461,"Cost":347,"Date":"9/16/2023"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":230,"Cost":199,"Date":"11/3/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":545,"Cost":503,"Date":"11/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":722,"Cost":552,"Date":"7/30/2020"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":474,"Cost":342,"Date":"7/20/2019"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":138,"Cost":114,"Date":"6/7/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":247,"Cost":217,"Date":"7/5/2024"},{"Store":"Minas Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":197,"Cost":181,"Date":"3/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":582,"Cost":334,"Date":"10/26/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":965,"Cost":549,"Date":"1/2/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":378,"Cost":225,"Date":"10/12/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":682,"Cost":610,"Date":"9/8/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":833,"Cost":484,"Date":"1/22/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":760,"Cost":647,"Date":"9/23/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":440,"Cost":250,"Date":"7/22/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":511,"Cost":285,"Date":"7/2/2021"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":179,"Cost":137,"Date":"7/16/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":941,"Cost":831,"Date":"9/18/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":884,"Cost":744,"Date":"10/4/2021"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":68,"Cost":42,"Date":"7/11/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":192,"Cost":138,"Date":"11/29/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":201,"Cost":129,"Date":"3/28/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":900,"Cost":589,"Date":"9/12/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":673,"Cost":605,"Date":"7/16/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":170,"Cost":145,"Date":"12/14/2019"},{"Store":"Colonia Shopping","Brand":"COS","Country":"Uruguay","Sale":321,"Cost":281,"Date":"1/29/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":248,"Cost":186,"Date":"10/23/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":385,"Cost":264,"Date":"8/14/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Jeans","Country":"Uruguay","Sale":418,"Cost":246,"Date":"9/14/2019"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":130,"Cost":75,"Date":"9/30/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":805,"Cost":591,"Date":"10/20/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":90,"Cost":73,"Date":"11/24/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":577,"Cost":322,"Date":"10/24/2021"},{"Store":"Planeta, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":289,"Cost":159,"Date":"10/24/2018"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":964,"Cost":904,"Date":"8/7/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":285,"Cost":219,"Date":"3/12/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":547,"Cost":432,"Date":"1/12/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":668,"Cost":555,"Date":"5/16/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":183,"Cost":135,"Date":"10/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":593,"Cost":547,"Date":"11/17/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":172,"Cost":102,"Date":"7/12/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":426,"Cost":236,"Date":"7/12/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":367,"Cost":250,"Date":"7/2/2020"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":850,"Cost":572,"Date":"1/21/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":730,"Cost":457,"Date":"12/3/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":876,"Cost":536,"Date":"9/17/2023"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":624,"Cost":553,"Date":"9/19/2018"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":322,"Cost":255,"Date":"1/4/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":403,"Cost":374,"Date":"5/17/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":757,"Cost":494,"Date":"1/19/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":951,"Cost":478,"Date":"11/21/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":559,"Cost":391,"Date":"3/14/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":428,"Cost":280,"Date":"12/19/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":911,"Cost":624,"Date":"8/5/2024"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":224,"Cost":132,"Date":"2/20/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":519,"Cost":441,"Date":"6/24/2018"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":561,"Cost":341,"Date":"1/7/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":946,"Cost":738,"Date":"4/9/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM Home","Country":"Uruguay","Sale":969,"Cost":488,"Date":"8/6/2020"},{"Store":"Colonia Shopping","Brand":"COS","Country":"Uruguay","Sale":997,"Cost":503,"Date":"3/11/2021"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":73,"Cost":59,"Date":"6/6/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":958,"Cost":696,"Date":"4/4/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":58,"Cost":36,"Date":"6/3/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":33,"Cost":19,"Date":"9/1/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":348,"Cost":221,"Date":"3/8/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":391,"Cost":323,"Date":"12/27/2021"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":19,"Cost":17,"Date":"3/20/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":856,"Cost":589,"Date":"1/29/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Jeans","Country":"Uruguay","Sale":757,"Cost":557,"Date":"10/22/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":254,"Cost":208,"Date":"1/12/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":511,"Cost":411,"Date":"5/11/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":990,"Cost":779,"Date":"5/11/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":812,"Cost":414,"Date":"3/22/2018"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":530,"Cost":284,"Date":"11/19/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":411,"Cost":259,"Date":"11/12/2020"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":142,"Cost":135,"Date":"8/9/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":136,"Date":"12/25/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":495,"Cost":340,"Date":"5/31/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":657,"Cost":583,"Date":"9/29/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":862,"Cost":631,"Date":"4/15/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":306,"Cost":276,"Date":"7/14/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":347,"Cost":193,"Date":"4/10/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":31,"Cost":25,"Date":"3/5/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":495,"Cost":282,"Date":"3/9/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":577,"Cost":403,"Date":"7/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":732,"Cost":522,"Date":"5/12/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":343,"Cost":252,"Date":"2/24/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":980,"Cost":721,"Date":"2/23/2021"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":115,"Cost":102,"Date":"2/12/2024"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":513,"Cost":469,"Date":"11/27/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":93,"Cost":51,"Date":"2/12/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":7,"Cost":6,"Date":"8/9/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":118,"Cost":71,"Date":"11/23/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":352,"Cost":221,"Date":"6/29/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":538,"Cost":354,"Date":"11/20/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":831,"Cost":779,"Date":"3/27/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":427,"Cost":348,"Date":"9/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":167,"Cost":138,"Date":"9/19/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":621,"Cost":554,"Date":"8/9/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":354,"Cost":264,"Date":"2/18/2019"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":219,"Cost":114,"Date":"10/3/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":921,"Cost":798,"Date":"10/24/2022"},{"Store":"Shopping China Rivera","Brand":"Nova","Country":"Uruguay","Sale":563,"Cost":359,"Date":"5/11/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":200,"Cost":106,"Date":"3/2/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":136,"Cost":75,"Date":"12/21/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":899,"Cost":569,"Date":"4/3/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":144,"Cost":89,"Date":"9/25/2022"},{"Store":"Portones, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":471,"Cost":331,"Date":"9/17/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":770,"Cost":706,"Date":"4/1/2019"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":641,"Cost":440,"Date":"7/17/2022"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":587,"Cost":362,"Date":"1/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":835,"Cost":690,"Date":"3/20/2021"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":284,"Cost":196,"Date":"6/7/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":303,"Cost":247,"Date":"10/11/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":136,"Cost":107,"Date":"5/30/2024"},{"Store":"Las Piedras Shopping","Brand":"Jeans","Country":"Uruguay","Sale":686,"Cost":616,"Date":"6/22/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":348,"Cost":196,"Date":"8/15/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":116,"Cost":88,"Date":"6/29/2021"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":102,"Cost":85,"Date":"11/6/2019"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":223,"Cost":122,"Date":"2/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":652,"Cost":406,"Date":"3/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":358,"Cost":315,"Date":"9/11/2020"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":893,"Cost":563,"Date":"12/27/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":225,"Cost":194,"Date":"10/27/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":153,"Cost":94,"Date":"11/1/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":956,"Cost":582,"Date":"9/11/2021"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":233,"Cost":147,"Date":"2/17/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":789,"Cost":698,"Date":"1/2/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":146,"Cost":136,"Date":"7/5/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":883,"Cost":725,"Date":"11/9/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":767,"Cost":685,"Date":"10/26/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":211,"Cost":175,"Date":"7/2/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":869,"Cost":760,"Date":"8/13/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":26,"Cost":22,"Date":"7/4/2018"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":141,"Cost":107,"Date":"9/18/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":896,"Cost":543,"Date":"5/16/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":763,"Cost":587,"Date":"1/5/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":132,"Cost":71,"Date":"3/22/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":612,"Cost":544,"Date":"10/18/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":613,"Cost":319,"Date":"11/29/2020"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":220,"Cost":121,"Date":"11/21/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":348,"Cost":319,"Date":"3/13/2019"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":511,"Cost":344,"Date":"2/12/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":978,"Cost":504,"Date":"7/1/2018"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":164,"Cost":117,"Date":"9/8/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":875,"Cost":791,"Date":"6/3/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":752,"Cost":458,"Date":"12/28/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":275,"Cost":251,"Date":"3/14/2023"},{"Store":"Minas Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":528,"Cost":487,"Date":"12/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":499,"Cost":321,"Date":"10/16/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":389,"Cost":272,"Date":"9/19/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":363,"Cost":214,"Date":"2/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":333,"Cost":211,"Date":"8/2/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":473,"Cost":285,"Date":"10/15/2024"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":258,"Cost":201,"Date":"3/7/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":445,"Cost":376,"Date":"8/21/2021"},{"Store":"Portones, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":908,"Cost":599,"Date":"9/6/2024"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":516,"Cost":490,"Date":"2/7/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":426,"Cost":404,"Date":"9/7/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":260,"Cost":213,"Date":"3/23/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":313,"Cost":287,"Date":"11/21/2021"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":489,"Cost":309,"Date":"6/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":186,"Cost":106,"Date":"12/11/2023"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":42,"Cost":24,"Date":"6/8/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":385,"Cost":238,"Date":"1/9/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":511,"Cost":479,"Date":"10/27/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Jeans","Country":"Uruguay","Sale":586,"Cost":482,"Date":"6/29/2022"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":38,"Cost":32,"Date":"4/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM Home","Country":"Uruguay","Sale":889,"Cost":448,"Date":"7/15/2018"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":654,"Cost":455,"Date":"2/1/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":600,"Cost":398,"Date":"11/22/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":727,"Cost":512,"Date":"7/18/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":37,"Cost":34,"Date":"6/2/2022"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":147,"Cost":102,"Date":"6/18/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":800,"Cost":500,"Date":"12/17/2021"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":510,"Cost":320,"Date":"2/22/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":271,"Cost":240,"Date":"8/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":19,"Cost":10,"Date":"3/25/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":798,"Cost":432,"Date":"8/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":741,"Cost":481,"Date":"7/9/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":691,"Cost":392,"Date":"9/10/2021"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":28,"Cost":25,"Date":"7/7/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":253,"Cost":168,"Date":"11/23/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":563,"Cost":450,"Date":"1/6/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":689,"Cost":583,"Date":"6/10/2020"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":429,"Cost":336,"Date":"10/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":982,"Cost":530,"Date":"6/26/2022"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":384,"Cost":285,"Date":"5/23/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":146,"Cost":96,"Date":"9/21/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":71,"Cost":36,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":792,"Cost":657,"Date":"10/20/2021"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":641,"Cost":356,"Date":"8/11/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":871,"Cost":630,"Date":"12/23/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":666,"Cost":467,"Date":"8/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":204,"Cost":105,"Date":"7/12/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":268,"Cost":229,"Date":"9/12/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":536,"Cost":326,"Date":"3/12/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM","Country":"Uruguay","Sale":731,"Cost":399,"Date":"1/25/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":711,"Cost":378,"Date":"4/15/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":585,"Cost":515,"Date":"9/5/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":552,"Cost":362,"Date":"6/29/2023"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":795,"Cost":582,"Date":"6/16/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":386,"Cost":333,"Date":"8/17/2023"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":890,"Cost":727,"Date":"10/13/2021"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":630,"Cost":546,"Date":"1/14/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":832,"Cost":516,"Date":"8/20/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":819,"Cost":524,"Date":"6/20/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":88,"Cost":74,"Date":"3/19/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":323,"Cost":183,"Date":"1/19/2023"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":970,"Cost":768,"Date":"2/5/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM Home","Country":"Uruguay","Sale":69,"Cost":37,"Date":"7/22/2020"},{"Store":"Las Piedras Shopping","Brand":"Jeans","Country":"Uruguay","Sale":134,"Cost":79,"Date":"2/10/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":730,"Cost":368,"Date":"6/2/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":930,"Cost":509,"Date":"2/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":305,"Cost":185,"Date":"6/22/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":388,"Cost":305,"Date":"1/7/2019"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":269,"Cost":217,"Date":"10/30/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":554,"Cost":390,"Date":"11/2/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":758,"Cost":382,"Date":"1/4/2018"},{"Store":"Minas Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":127,"Cost":113,"Date":"12/25/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":992,"Cost":711,"Date":"10/30/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":934,"Cost":642,"Date":"8/8/2024"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":476,"Cost":345,"Date":"1/22/2022"},{"Store":"Shopping China Rivera","Brand":"Nova","Country":"Uruguay","Sale":93,"Cost":78,"Date":"12/13/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":10,"Cost":10,"Date":"9/12/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":663,"Cost":486,"Date":"3/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":551,"Cost":330,"Date":"2/7/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":264,"Cost":228,"Date":"8/15/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":994,"Cost":925,"Date":"8/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":9,"Cost":8,"Date":"3/16/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":992,"Cost":632,"Date":"10/15/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":875,"Cost":465,"Date":"8/3/2019"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":613,"Cost":318,"Date":"4/16/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":378,"Cost":236,"Date":"11/10/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":124,"Cost":73,"Date":"11/30/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":331,"Cost":298,"Date":"8/7/2020"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":742,"Cost":429,"Date":"2/11/2020"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":948,"Cost":621,"Date":"4/20/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":170,"Cost":149,"Date":"11/8/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":280,"Cost":140,"Date":"8/9/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":422,"Cost":282,"Date":"3/14/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":905,"Cost":572,"Date":"2/25/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":1000,"Cost":897,"Date":"9/19/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":687,"Cost":487,"Date":"7/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":59,"Cost":39,"Date":"9/19/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":357,"Cost":332,"Date":"6/24/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":509,"Cost":387,"Date":"9/21/2020"},{"Store":"Shopping China Rivera","Brand":"Nova","Country":"Uruguay","Sale":492,"Cost":248,"Date":"3/4/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":212,"Cost":137,"Date":"8/11/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":520,"Cost":356,"Date":"10/6/2021"}] \ No newline at end of file diff --git a/projects/SalesGrid/src/assets/flags.json b/projects/SalesGrid/src/assets/flags.json new file mode 100644 index 0000000..e2ec63a --- /dev/null +++ b/projects/SalesGrid/src/assets/flags.json @@ -0,0 +1,22 @@ +{ + "Australia": "flags/Australia.svg", + "Belgium": "flags/Belgium.svg", + "Brazil": "flags/Brazil.svg", + "Bulgaria": "flags/Bulgaria.svg", + "Canada": "flags/Canada.svg", + "China": "flags/China.svg", + "Denmark": "flags/Denmark.svg", + "Finland": "flags/Finland.svg", + "France": "flags/France.svg", + "Germany": "flags/Germany.svg", + "Greece": "flags/Greece.svg", + "India": "flags/India.svg", + "Italy": "flags/Italy.svg", + "Japan": "flags/Japan.svg", + "Netherlands": "flags/Netherlands.svg", + "Poland": "flags/Poland.svg", + "Romania": "flags/Romania.svg", + "UK": "flags/UnitedKingdom.svg", + "USA": "flags/UnitedStates.svg", + "Uruguay": "flags/Uruguay.svg" +} diff --git a/projects/SalesGrid/src/index.html b/projects/SalesGrid/src/index.html new file mode 100644 index 0000000..94f6ba6 --- /dev/null +++ b/projects/SalesGrid/src/index.html @@ -0,0 +1,15 @@ + + + + + SalesGridApp + + + + + + + + + + diff --git a/projects/SalesGrid/src/main.server.ts b/projects/SalesGrid/src/main.server.ts new file mode 100644 index 0000000..4b9d4d1 --- /dev/null +++ b/projects/SalesGrid/src/main.server.ts @@ -0,0 +1,7 @@ +import { bootstrapApplication } from '@angular/platform-browser'; +import { AppComponent } from './app/app.component'; +import { config } from './app/app.config.server'; + +const bootstrap = () => bootstrapApplication(AppComponent, config); + +export default bootstrap; diff --git a/projects/SalesGrid/src/main.ts b/projects/SalesGrid/src/main.ts new file mode 100644 index 0000000..35b00f3 --- /dev/null +++ b/projects/SalesGrid/src/main.ts @@ -0,0 +1,6 @@ +import { bootstrapApplication } from '@angular/platform-browser'; +import { appConfig } from './app/app.config'; +import { AppComponent } from './app/app.component'; + +bootstrapApplication(AppComponent, appConfig) + .catch((err) => console.error(err)); diff --git a/projects/SalesGrid/src/server.ts b/projects/SalesGrid/src/server.ts new file mode 100644 index 0000000..f6a88ad --- /dev/null +++ b/projects/SalesGrid/src/server.ts @@ -0,0 +1,65 @@ +import { APP_BASE_HREF } from '@angular/common'; +import { CommonEngine, isMainModule } from '@angular/ssr/node'; +import express from 'express'; +import { dirname, join, resolve } from 'node:path'; +import { fileURLToPath } from 'node:url'; +import bootstrap from './main.server'; + +const serverDistFolder = dirname(fileURLToPath(import.meta.url)); +const browserDistFolder = resolve(serverDistFolder, '../browser'); +const indexHtml = join(serverDistFolder, 'index.server.html'); + +const app = express(); +const commonEngine = new CommonEngine(); + +/** + * Example Express Rest API endpoints can be defined here. + * Uncomment and define endpoints as necessary. + * + * Example: + * ```ts + * app.get('/api/**', (req, res) => { + * // Handle API request + * }); + * ``` + */ + +/** + * Serve static files from /browser + */ +app.get( + '**', + express.static(browserDistFolder, { + maxAge: '1y', + index: 'index.html' + }), +); + +/** + * Handle all other requests by rendering the Angular application. + */ +app.get('**', (req, res, next) => { + const { protocol, originalUrl, baseUrl, headers } = req; + + commonEngine + .render({ + bootstrap, + documentFilePath: indexHtml, + url: `${protocol}://${headers.host}${originalUrl}`, + publicPath: browserDistFolder, + providers: [{ provide: APP_BASE_HREF, useValue: baseUrl }], + }) + .then((html) => res.send(html)) + .catch((err) => next(err)); +}); + +/** + * Start the server if this module is the main entry point. + * The server listens on the port defined by the `PORT` environment variable, or defaults to 4000. + */ +if (isMainModule(import.meta.url)) { + const port = process.env['PORT'] || 4000; + app.listen(port, () => { + console.log(`Node Express server listening on http://localhost:${port}`); + }); +} diff --git a/projects/SalesGrid/src/styles.scss b/projects/SalesGrid/src/styles.scss new file mode 100644 index 0000000..dee2d33 --- /dev/null +++ b/projects/SalesGrid/src/styles.scss @@ -0,0 +1,23 @@ + +@use "igniteui-angular/theming" as *; +// Uncomment the following lines if you want to add a custom palette: +// $primary: #731963 !default; +// $secondary: #ce5712 !default; +// $app-palette: palette($primary, $secondary, $surface); + +/* autoprefixer grid: on */ + +@include core(); +@include typography($font-family: $indigo-typeface, $type-scale: $indigo-type-scale); +@include indigo-light-theme($light-indigo-palette); +// CSS Reset, comment out if not required or using a different module +@import 'minireset.css/minireset'; +/* You can add global styles to this file, and also import other style files */ + +div { + --ig-size: var(--ig-size-small) +} + +.igx-list__item-content { + padding: 0 !important; +} diff --git a/projects/SalesGrid/tsconfig.app.json b/projects/SalesGrid/tsconfig.app.json new file mode 100644 index 0000000..9ab8527 --- /dev/null +++ b/projects/SalesGrid/tsconfig.app.json @@ -0,0 +1,19 @@ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/app", + "types": [ + "node" + ] + }, + "files": [ + "src/main.ts", + "src/main.server.ts", + "src/server.ts" + ], + "include": [ + "src/**/*.d.ts" + ] +} diff --git a/projects/SalesGrid/tsconfig.json b/projects/SalesGrid/tsconfig.json new file mode 100644 index 0000000..1baf3c0 --- /dev/null +++ b/projects/SalesGrid/tsconfig.json @@ -0,0 +1,28 @@ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ +{ + "compileOnSave": false, + "compilerOptions": { + "outDir": "./dist/out-tsc", + "strict": true, + "noImplicitOverride": true, + "noPropertyAccessFromIndexSignature": true, + "noImplicitReturns": true, + "noFallthroughCasesInSwitch": true, + "skipLibCheck": true, + "isolatedModules": true, + "esModuleInterop": true, + "experimentalDecorators": true, + "moduleResolution": "bundler", + "noImplicitAny": false, + "importHelpers": true, + "target": "ES2022", + "module": "ES2022" + }, + "angularCompilerOptions": { + "enableI18nLegacyMessageIdFormat": false, + "strictInjectionParameters": true, + "strictInputAccessModifiers": true, + "strictTemplates": true + } +} diff --git a/projects/SalesGrid/tsconfig.spec.json b/projects/SalesGrid/tsconfig.spec.json new file mode 100644 index 0000000..5fb748d --- /dev/null +++ b/projects/SalesGrid/tsconfig.spec.json @@ -0,0 +1,15 @@ +/* To learn more about Typescript configuration file: https://www.typescriptlang.org/docs/handbook/tsconfig-json.html. */ +/* To learn more about Angular compiler options: https://angular.dev/reference/configs/angular-compiler-options. */ +{ + "extends": "./tsconfig.json", + "compilerOptions": { + "outDir": "./out-tsc/spec", + "types": [ + "jasmine" + ] + }, + "include": [ + "src/**/*.spec.ts", + "src/**/*.d.ts" + ] +} From e95df58f51dd28d2fc8cf01db49092a6e0a39841 Mon Sep 17 00:00:00 2001 From: skrustev Date: Mon, 2 Dec 2024 16:24:52 +0200 Subject: [PATCH 02/15] Move styles to style file. --- projects/SalesGrid/src/app/app.component.html | 14 ++--- projects/SalesGrid/src/app/app.component.scss | 56 +++++++++++++++++++ 2 files changed, 63 insertions(+), 7 deletions(-) diff --git a/projects/SalesGrid/src/app/app.component.html b/projects/SalesGrid/src/app/app.component.html index d839133..5161591 100644 --- a/projects/SalesGrid/src/app/app.component.html +++ b/projects/SalesGrid/src/app/app.component.html @@ -1,5 +1,5 @@ -
-
+
+
Quick Action
@@ -14,8 +14,8 @@
-
-
+
+
-
- +
+
-
{{col.field}}
+
{{col.field}}
diff --git a/projects/SalesGrid/src/app/app.component.scss b/projects/SalesGrid/src/app/app.component.scss index 8b13789..0e258cd 100644 --- a/projects/SalesGrid/src/app/app.component.scss +++ b/projects/SalesGrid/src/app/app.component.scss @@ -1 +1,57 @@ +.rootSample { + display: flex; + flex-direction: column; + max-width: 1300px; + max-height: 910px; + margin-top: 20px; + margin-left: 10px; +} + +.pivotToolbar { + display: flex; + justify-content: space-between; + min-height: 40px; + border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); + background: var(--igx-grid-header-background, hsl(from var(--ig-surface-500) h s l/1)); +} + +.pivotRow { + display: flex; + flex-direction: row; + min-height: 100%; + max-height: 100%; +} + +.pivotContainer { + width: 100%; + border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); + border-top: none; + border-right: none; + min-height: 100%; + max-height: 100%; +} + +.selectorContainer { + min-width: 180px; + min-height: 100%; +} + +igx-pivot-data-selector { + border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); + border-top: none; + min-height: 100%; + max-height: 100%; +} + +.countryHeader { + width: 100%; + display: flex; + align-items: center; + // justify-content: center; +} + +.countryImage { + height: 1rem; + margin-right: 0.3rem; +} From 96b62f28d1c49fc7aed9f15ad3030d265e9a0af4 Mon Sep 17 00:00:00 2001 From: skrustev Date: Mon, 2 Dec 2024 16:25:04 +0200 Subject: [PATCH 03/15] Add gitignore --- .gitignore | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..9bbcbc9 --- /dev/null +++ b/.gitignore @@ -0,0 +1,46 @@ +# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files. + +# Compiled output +/dist +/tmp +/out-tsc +/bazel-out + +# Node +/node_modules +npm-debug.log +yarn-error.log + +# IDEs and editors +.idea/ +.project +.classpath +.c9/ +*.launch +.settings/ +*.sublime-workspace + +# Visual Studio Code +.vscode/* +!.vscode/settings.json +!.vscode/tasks.json +!.vscode/launch.json +!.vscode/extensions.json +.history/* + +# Miscellaneous +/.angular/cache +.sass-cache/ +/connect.lock +/coverage +/libpeerconnection.log +testem.log +/typings + +# System files +.DS_Store +Thumbs.db + +**/node_modules +**/dist +**/.angular From 65b0484ec67fa4bfefc05a666be89279f9d041eb Mon Sep 17 00:00:00 2001 From: skrustev Date: Tue, 3 Dec 2024 12:40:56 +0200 Subject: [PATCH 04/15] Tweak data to be more dense. Add different data variants. --- projects/SalesGrid/src/app/app.component.html | 4 +-- projects/SalesGrid/src/app/app.component.ts | 32 +++++++------------ projects/SalesGrid/src/assets/SalesData.json | 1 - .../SalesGrid/src/assets/SalesData100k.json | 1 + .../SalesGrid/src/assets/SalesData10k.json | 1 + .../SalesGrid/src/assets/SalesData50k.json | 1 + 6 files changed, 17 insertions(+), 23 deletions(-) delete mode 100644 projects/SalesGrid/src/assets/SalesData.json create mode 100644 projects/SalesGrid/src/assets/SalesData100k.json create mode 100644 projects/SalesGrid/src/assets/SalesData10k.json create mode 100644 projects/SalesGrid/src/assets/SalesData50k.json diff --git a/projects/SalesGrid/src/app/app.component.html b/projects/SalesGrid/src/app/app.component.html index 5161591..f38a71a 100644 --- a/projects/SalesGrid/src/app/app.component.html +++ b/projects/SalesGrid/src/app/app.component.html @@ -5,7 +5,7 @@ - Brands + Brands: HM Stores: Bulgaria @@ -18,7 +18,7 @@
{ - return value ? '$' + value : undefined; - } + dataType: 'currency' }, { enabled: true, @@ -105,10 +104,7 @@ export class AppComponent { }, label: 'Sum' }, - dataType: 'currency', - formatter: (value) => { - return value ? '$' + value : undefined; - } + dataType: 'currency' } ] }; @@ -116,7 +112,7 @@ export class AppComponent { columns: [ new IgxPivotDateDimension({ memberName: 'Date', - displayName: 'Data', + displayName: 'All Periods', enabled: true }, { @@ -149,10 +145,7 @@ export class AppComponent { label: 'Sum' }, enabled: true, - dataType: 'currency', - formatter: (value) => { - return value ? '$' + value : undefined; - } + dataType: 'currency' }, { member: 'Cost', @@ -163,10 +156,7 @@ export class AppComponent { label: 'Sum' }, enabled: true, - dataType: 'currency', - formatter: (value) => { - return value ? '$' + value : undefined; - } + dataType: 'currency' } ], filters: [ @@ -180,7 +170,9 @@ export class AppComponent { }; public flagsData = FLAGS; - public data = SALES_DATA; + public data10: any = SALES_DATA_10; + public data50: any = SALES_DATA_50; + public data100: any = SALES_DATA_100; constructor(public iconService: IgxIconService, public excelExporter: IgxExcelExporterService, public csvExporter: IgxCsvExporterService) { var tree = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); diff --git a/projects/SalesGrid/src/assets/SalesData.json b/projects/SalesGrid/src/assets/SalesData.json deleted file mode 100644 index 846f7bf..0000000 --- a/projects/SalesGrid/src/assets/SalesData.json +++ /dev/null @@ -1 +0,0 @@ -[{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":644,"Cost":476,"Date":"11/26/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":701,"Cost":488,"Date":"9/27/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":391,"Date":"9/22/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":25,"Cost":12,"Date":"8/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":617,"Cost":433,"Date":"9/3/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":587,"Cost":478,"Date":"6/1/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":312,"Date":"4/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":515,"Cost":272,"Date":"11/26/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":382,"Cost":276,"Date":"8/4/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":522,"Date":"1/29/2021"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":664,"Cost":497,"Date":"1/12/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":631,"Date":"12/25/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":423,"Date":"11/24/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":457,"Cost":329,"Date":"7/1/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":777,"Date":"2/23/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":976,"Cost":906,"Date":"5/12/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":693,"Cost":461,"Date":"3/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":971,"Cost":654,"Date":"8/6/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":725,"Cost":502,"Date":"10/17/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":881,"Cost":684,"Date":"12/1/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":626,"Cost":387,"Date":"2/23/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":636,"Cost":579,"Date":"7/12/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":730,"Cost":567,"Date":"7/20/2024"},{"Store":"Stockland Cairns","Brand":"Nova","Country":"Australia","Sale":416,"Cost":270,"Date":"3/21/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":924,"Cost":477,"Date":"2/11/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":670,"Cost":569,"Date":"6/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":22,"Cost":21,"Date":"5/8/2023"},{"Store":"Stockland Cairns","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":502,"Date":"6/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"HM Home","Country":"Australia","Sale":749,"Cost":470,"Date":"4/13/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":698,"Cost":603,"Date":"12/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":590,"Date":"3/10/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":950,"Cost":858,"Date":"11/14/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":583,"Cost":424,"Date":"5/22/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":668,"Date":"11/26/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":661,"Date":"5/15/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":211,"Date":"1/30/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":658,"Date":"8/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":613,"Cost":537,"Date":"6/6/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":931,"Cost":508,"Date":"10/22/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":345,"Cost":208,"Date":"4/8/2021"},{"Store":"Emporium Melbourne","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":248,"Date":"10/16/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"COS","Country":"Australia","Sale":310,"Cost":253,"Date":"12/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":665,"Cost":526,"Date":"12/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":118,"Cost":109,"Date":"11/11/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":710,"Cost":560,"Date":"6/17/2023"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":48,"Cost":25,"Date":"6/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":542,"Cost":425,"Date":"11/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":192,"Date":"12/7/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":627,"Cost":458,"Date":"1/22/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":28,"Cost":19,"Date":"5/2/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":259,"Date":"12/9/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":746,"Cost":476,"Date":"3/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":85,"Cost":61,"Date":"5/5/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":691,"Cost":381,"Date":"8/19/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":58,"Cost":44,"Date":"2/3/2019"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":761,"Cost":601,"Date":"8/27/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":992,"Cost":748,"Date":"8/3/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":221,"Date":"3/7/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":654,"Cost":440,"Date":"3/31/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":13,"Cost":9,"Date":"7/2/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":665,"Cost":546,"Date":"1/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":7,"Date":"10/19/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":475,"Cost":319,"Date":"11/24/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":546,"Date":"10/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":755,"Cost":487,"Date":"7/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":224,"Cost":189,"Date":"3/18/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":20,"Cost":19,"Date":"4/24/2024"},{"Store":"Melbourne Central","Brand":"COS","Country":"Australia","Sale":727,"Cost":650,"Date":"6/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":70,"Date":"9/13/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":90,"Cost":70,"Date":"4/23/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":14,"Date":"3/29/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":805,"Cost":575,"Date":"8/5/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":728,"Date":"3/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":163,"Date":"10/1/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":868,"Cost":772,"Date":"6/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":98,"Cost":74,"Date":"2/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":566,"Date":"3/6/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":473,"Cost":400,"Date":"5/15/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":685,"Cost":478,"Date":"2/16/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":687,"Date":"10/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":792,"Cost":725,"Date":"5/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":304,"Date":"1/29/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":601,"Cost":539,"Date":"9/28/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":333,"Cost":294,"Date":"4/21/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Sellpy","Country":"Australia","Sale":724,"Cost":466,"Date":"8/22/2020"},{"Store":"Melbourne Central","Brand":"COS","Country":"Australia","Sale":573,"Cost":339,"Date":"6/1/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":356,"Cost":318,"Date":"2/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"COS","Country":"Australia","Sale":182,"Cost":141,"Date":"8/11/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":163,"Cost":146,"Date":"8/30/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":333,"Cost":311,"Date":"9/7/2019"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":300,"Cost":162,"Date":"7/22/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":269,"Cost":210,"Date":"2/5/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Jeans","Country":"Australia","Sale":597,"Cost":452,"Date":"4/26/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":95,"Cost":73,"Date":"8/29/2019"},{"Store":"Stockland Cairns","Brand":"ARKET","Country":"Australia","Sale":114,"Cost":104,"Date":"3/25/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":980,"Cost":614,"Date":"11/15/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":495,"Cost":367,"Date":"5/28/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":926,"Cost":645,"Date":"1/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":301,"Date":"1/5/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":444,"Cost":263,"Date":"8/25/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":768,"Cost":494,"Date":"5/8/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":965,"Cost":566,"Date":"8/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":287,"Date":"2/10/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":608,"Cost":341,"Date":"8/12/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":464,"Date":"9/5/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":690,"Date":"1/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":438,"Cost":271,"Date":"11/19/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":852,"Cost":463,"Date":"4/11/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Nova","Country":"Australia","Sale":777,"Cost":568,"Date":"11/19/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":650,"Cost":535,"Date":"5/4/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":351,"Date":"5/6/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":607,"Cost":415,"Date":"8/1/2018"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":326,"Cost":194,"Date":"7/9/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":860,"Cost":806,"Date":"4/27/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":83,"Cost":78,"Date":"3/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM","Country":"Australia","Sale":134,"Cost":112,"Date":"1/24/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":883,"Cost":519,"Date":"9/25/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":455,"Cost":393,"Date":"2/20/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":157,"Date":"8/8/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":661,"Cost":427,"Date":"8/12/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":86,"Cost":56,"Date":"8/11/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":525,"Cost":296,"Date":"4/11/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":980,"Cost":599,"Date":"10/9/2024"},{"Store":"Melbourne Central","Brand":"COS","Country":"Australia","Sale":706,"Cost":632,"Date":"6/29/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":918,"Cost":816,"Date":"10/24/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":383,"Cost":354,"Date":"6/6/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":402,"Cost":375,"Date":"9/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":947,"Cost":763,"Date":"2/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":36,"Cost":29,"Date":"3/15/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":599,"Cost":301,"Date":"2/28/2019"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":686,"Cost":533,"Date":"10/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"ARKET","Country":"Australia","Sale":697,"Cost":592,"Date":"3/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":669,"Date":"11/28/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":60,"Cost":41,"Date":"1/8/2021"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":842,"Cost":422,"Date":"5/10/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":42,"Date":"5/27/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":292,"Cost":166,"Date":"7/28/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Nova","Country":"Australia","Sale":617,"Cost":417,"Date":"2/16/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":462,"Cost":392,"Date":"12/12/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":585,"Date":"1/23/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":454,"Date":"10/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":351,"Date":"10/27/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":345,"Date":"12/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Jeans","Country":"Australia","Sale":235,"Cost":189,"Date":"3/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":104,"Date":"5/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":736,"Cost":687,"Date":"7/26/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"COS","Country":"Australia","Sale":733,"Cost":406,"Date":"11/13/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":711,"Cost":493,"Date":"2/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":26,"Cost":15,"Date":"1/20/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":792,"Cost":631,"Date":"8/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"COS","Country":"Australia","Sale":496,"Cost":304,"Date":"10/14/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":570,"Cost":522,"Date":"1/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":284,"Cost":184,"Date":"5/30/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":307,"Cost":245,"Date":"9/3/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":971,"Cost":825,"Date":"8/12/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":407,"Date":"8/10/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":45,"Date":"2/13/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":332,"Cost":314,"Date":"11/13/2018"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":171,"Cost":150,"Date":"8/5/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":282,"Cost":196,"Date":"7/5/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":72,"Cost":44,"Date":"4/3/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":205,"Date":"5/8/2021"},{"Store":"Emporium Melbourne","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":111,"Date":"7/25/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":86,"Cost":49,"Date":"7/11/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":393,"Date":"1/9/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":958,"Cost":812,"Date":"12/15/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":470,"Cost":367,"Date":"7/29/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":247,"Cost":200,"Date":"6/19/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":829,"Cost":738,"Date":"2/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":62,"Date":"10/1/2021"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":20,"Cost":14,"Date":"4/8/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":492,"Date":"3/30/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":343,"Date":"2/28/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":985,"Cost":918,"Date":"4/25/2020"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":231,"Cost":170,"Date":"1/20/2022"},{"Store":"Stockland Cairns","Brand":"Nova","Country":"Australia","Sale":995,"Cost":537,"Date":"7/3/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"HM Home","Country":"Australia","Sale":272,"Cost":161,"Date":"1/5/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":180,"Date":"1/7/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":904,"Cost":651,"Date":"12/12/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":994,"Cost":681,"Date":"6/5/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":750,"Cost":654,"Date":"7/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":403,"Cost":326,"Date":"1/25/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":895,"Cost":710,"Date":"12/18/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":142,"Cost":83,"Date":"4/20/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":796,"Cost":573,"Date":"8/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":11,"Cost":8,"Date":"8/30/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":145,"Date":"8/2/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":103,"Date":"3/18/2023"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":923,"Cost":723,"Date":"1/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":350,"Date":"11/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":521,"Cost":460,"Date":"5/11/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":530,"Cost":398,"Date":"10/14/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":147,"Date":"11/15/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":247,"Date":"2/8/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":532,"Date":"8/5/2021"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":786,"Cost":405,"Date":"2/24/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM Home","Country":"Australia","Sale":349,"Cost":245,"Date":"8/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":69,"Cost":44,"Date":"10/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":173,"Cost":149,"Date":"11/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":772,"Cost":490,"Date":"6/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":115,"Date":"2/26/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":315,"Cost":215,"Date":"1/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM","Country":"Australia","Sale":703,"Cost":458,"Date":"6/30/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":994,"Cost":562,"Date":"11/5/2020"},{"Store":"Murray Street Mall, Perth","Brand":"COS","Country":"Australia","Sale":411,"Cost":376,"Date":"2/13/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":106,"Cost":55,"Date":"7/3/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":774,"Cost":622,"Date":"8/25/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":302,"Date":"5/1/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":436,"Date":"8/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":303,"Date":"7/20/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":182,"Date":"9/12/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":576,"Cost":375,"Date":"9/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":198,"Date":"8/12/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":468,"Date":"11/9/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":789,"Cost":420,"Date":"6/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":748,"Cost":419,"Date":"6/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":792,"Cost":543,"Date":"8/22/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":514,"Date":"10/14/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":196,"Cost":159,"Date":"2/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":373,"Cost":228,"Date":"10/6/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":669,"Cost":394,"Date":"1/5/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":345,"Cost":233,"Date":"3/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":306,"Date":"2/9/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":535,"Cost":373,"Date":"5/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":550,"Cost":401,"Date":"1/10/2020"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":727,"Cost":629,"Date":"6/15/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":15,"Cost":13,"Date":"7/31/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":749,"Date":"11/22/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"COS","Country":"Australia","Sale":586,"Cost":474,"Date":"4/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":566,"Cost":502,"Date":"11/15/2024"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":683,"Cost":628,"Date":"11/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":402,"Date":"2/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":917,"Cost":830,"Date":"1/20/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":922,"Cost":539,"Date":"11/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":900,"Cost":675,"Date":"6/17/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":961,"Cost":859,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":743,"Cost":626,"Date":"11/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":40,"Cost":33,"Date":"5/22/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":762,"Cost":666,"Date":"5/5/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":417,"Cost":296,"Date":"12/29/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":837,"Cost":606,"Date":"6/22/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":862,"Cost":636,"Date":"3/25/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM","Country":"Australia","Sale":175,"Cost":136,"Date":"2/26/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":268,"Cost":135,"Date":"2/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":367,"Date":"3/18/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":211,"Cost":108,"Date":"11/12/2024"},{"Store":"Canberra Centre","Brand":"Nova","Country":"Australia","Sale":54,"Cost":52,"Date":"2/18/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":124,"Cost":64,"Date":"4/29/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":583,"Cost":526,"Date":"3/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":137,"Date":"5/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":820,"Date":"4/28/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":17,"Date":"7/28/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":506,"Date":"12/23/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":174,"Cost":133,"Date":"5/14/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":42,"Cost":31,"Date":"9/11/2021"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":553,"Cost":416,"Date":"10/19/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":359,"Cost":204,"Date":"6/29/2019"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":971,"Cost":593,"Date":"7/30/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":401,"Date":"12/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":897,"Cost":782,"Date":"1/6/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":697,"Date":"4/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":500,"Cost":317,"Date":"7/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":943,"Cost":691,"Date":"7/14/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":237,"Cost":137,"Date":"9/26/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":731,"Cost":595,"Date":"4/29/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":740,"Cost":700,"Date":"11/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":528,"Cost":412,"Date":"1/15/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":761,"Date":"3/21/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":730,"Cost":414,"Date":"1/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":423,"Cost":265,"Date":"10/26/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":409,"Date":"2/23/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":856,"Cost":751,"Date":"7/16/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":26,"Date":"1/22/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":897,"Cost":609,"Date":"3/4/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":513,"Date":"8/21/2024"},{"Store":"Westfield Geelong","Brand":"HM","Country":"Australia","Sale":415,"Cost":296,"Date":"7/29/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":470,"Date":"7/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":439,"Date":"1/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":513,"Cost":282,"Date":"7/23/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":178,"Cost":136,"Date":"4/22/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":669,"Date":"8/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":841,"Cost":470,"Date":"3/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":474,"Date":"7/30/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":318,"Date":"7/16/2019"},{"Store":"Westfield Carousel, Perth","Brand":"COS","Country":"Australia","Sale":524,"Cost":434,"Date":"11/11/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":484,"Date":"12/17/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":127,"Date":"1/23/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"Jeans","Country":"Australia","Sale":138,"Cost":83,"Date":"2/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":489,"Cost":413,"Date":"5/30/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":172,"Cost":134,"Date":"8/5/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":118,"Cost":82,"Date":"11/29/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":430,"Date":"9/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":73,"Cost":37,"Date":"5/31/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":695,"Cost":394,"Date":"7/23/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"COS","Country":"Australia","Sale":760,"Cost":426,"Date":"7/30/2020"},{"Store":"Westfield Sydney","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":564,"Date":"6/4/2018"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":459,"Cost":314,"Date":"11/6/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":161,"Cost":139,"Date":"7/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":25,"Date":"5/14/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":50,"Date":"8/18/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":852,"Cost":574,"Date":"1/23/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":906,"Cost":753,"Date":"9/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":536,"Date":"2/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":378,"Date":"10/14/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":541,"Date":"12/24/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":587,"Date":"7/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":488,"Cost":338,"Date":"1/16/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":985,"Cost":591,"Date":"1/9/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":565,"Cost":330,"Date":"10/15/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":840,"Cost":460,"Date":"1/28/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":289,"Cost":154,"Date":"8/11/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":655,"Cost":617,"Date":"5/7/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":366,"Date":"10/23/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":376,"Cost":259,"Date":"3/17/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":138,"Date":"12/10/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":68,"Cost":35,"Date":"1/12/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":186,"Date":"4/12/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":914,"Cost":551,"Date":"5/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":737,"Cost":591,"Date":"10/24/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":23,"Date":"5/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":359,"Cost":191,"Date":"11/30/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":440,"Date":"8/26/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":973,"Cost":703,"Date":"5/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":376,"Cost":343,"Date":"10/11/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":572,"Cost":314,"Date":"5/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":165,"Date":"2/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":595,"Cost":459,"Date":"3/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":691,"Cost":524,"Date":"10/24/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM","Country":"Australia","Sale":960,"Cost":484,"Date":"8/18/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":109,"Cost":55,"Date":"11/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":472,"Cost":304,"Date":"8/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":530,"Date":"9/27/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":593,"Cost":460,"Date":"8/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":233,"Date":"6/8/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":381,"Cost":327,"Date":"3/6/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":744,"Date":"11/11/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":782,"Date":"5/19/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":826,"Date":"4/4/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":678,"Cost":581,"Date":"5/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":539,"Date":"10/4/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":321,"Date":"8/26/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":706,"Date":"5/11/2018"},{"Store":"Melbourne Central","Brand":"ARKET","Country":"Australia","Sale":757,"Cost":523,"Date":"3/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":939,"Cost":771,"Date":"4/30/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":817,"Date":"8/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":109,"Cost":62,"Date":"6/13/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":403,"Date":"9/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":600,"Cost":403,"Date":"4/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":699,"Cost":365,"Date":"1/31/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":755,"Cost":538,"Date":"10/15/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":682,"Date":"7/24/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":977,"Cost":916,"Date":"3/27/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":243,"Date":"1/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":301,"Cost":156,"Date":"6/14/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":473,"Date":"9/21/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":674,"Date":"4/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":568,"Date":"3/31/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":334,"Cost":284,"Date":"8/9/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":403,"Cost":224,"Date":"9/13/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":333,"Date":"2/5/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":764,"Cost":523,"Date":"8/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":712,"Date":"1/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":442,"Date":"7/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":568,"Cost":476,"Date":"4/19/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":298,"Cost":253,"Date":"10/24/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Nova","Country":"Australia","Sale":700,"Cost":583,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":269,"Date":"12/8/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":814,"Cost":728,"Date":"4/23/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":568,"Date":"4/15/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":457,"Cost":328,"Date":"4/14/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":910,"Cost":776,"Date":"9/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":51,"Date":"9/27/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":403,"Cost":342,"Date":"5/10/2023"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":819,"Cost":750,"Date":"11/20/2022"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":234,"Cost":182,"Date":"12/6/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":489,"Date":"11/20/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM","Country":"Australia","Sale":948,"Cost":482,"Date":"10/22/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":413,"Date":"6/27/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":209,"Date":"11/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":952,"Cost":568,"Date":"9/29/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":928,"Cost":517,"Date":"12/7/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":842,"Cost":799,"Date":"1/25/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":29,"Cost":26,"Date":"2/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":967,"Cost":887,"Date":"11/8/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":123,"Cost":104,"Date":"4/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":145,"Cost":101,"Date":"11/29/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":942,"Cost":648,"Date":"11/6/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":93,"Date":"11/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":783,"Cost":565,"Date":"9/29/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":190,"Cost":121,"Date":"6/10/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":695,"Date":"3/31/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":59,"Date":"7/26/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":243,"Cost":207,"Date":"8/28/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":196,"Cost":136,"Date":"2/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":831,"Cost":532,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":185,"Date":"3/23/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":843,"Cost":484,"Date":"7/3/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":339,"Cost":259,"Date":"5/13/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":833,"Cost":612,"Date":"8/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"COS","Country":"Australia","Sale":62,"Cost":31,"Date":"9/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":134,"Date":"2/25/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":292,"Date":"10/9/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":184,"Date":"3/16/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":454,"Cost":416,"Date":"12/1/2019"},{"Store":"Westfield Sydney","Brand":"HM Home","Country":"Australia","Sale":97,"Cost":53,"Date":"8/8/2020"},{"Store":"Emporium Melbourne","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":17,"Date":"1/27/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":142,"Date":"2/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":729,"Cost":521,"Date":"3/16/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":899,"Cost":475,"Date":"4/25/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":71,"Cost":53,"Date":"12/24/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":479,"Date":"3/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":69,"Cost":47,"Date":"9/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":411,"Date":"1/25/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":998,"Cost":709,"Date":"8/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Nova","Country":"Australia","Sale":94,"Cost":59,"Date":"8/29/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":422,"Cost":228,"Date":"10/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":435,"Cost":325,"Date":"11/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":433,"Cost":334,"Date":"10/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":267,"Date":"1/11/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":232,"Date":"7/21/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":217,"Date":"8/29/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":560,"Date":"9/13/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":771,"Cost":625,"Date":"12/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":511,"Date":"12/14/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":561,"Cost":377,"Date":"5/18/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":228,"Cost":116,"Date":"4/8/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":894,"Cost":829,"Date":"7/25/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":260,"Date":"5/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":324,"Cost":211,"Date":"5/24/2022"},{"Store":"Westfield Geelong","Brand":"Nova","Country":"Australia","Sale":194,"Cost":128,"Date":"6/22/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":405,"Cost":274,"Date":"8/30/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":756,"Cost":661,"Date":"9/26/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM Home","Country":"Australia","Sale":193,"Cost":133,"Date":"8/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":842,"Cost":496,"Date":"7/13/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":234,"Date":"10/25/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":344,"Date":"8/7/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":729,"Date":"10/3/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"COS","Country":"Australia","Sale":944,"Cost":829,"Date":"7/4/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":109,"Date":"8/12/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":126,"Cost":120,"Date":"9/10/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":913,"Cost":790,"Date":"5/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"COS","Country":"Australia","Sale":47,"Cost":26,"Date":"5/3/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":31,"Date":"10/22/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":623,"Cost":553,"Date":"5/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":598,"Cost":510,"Date":"3/5/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":482,"Date":"12/30/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":263,"Cost":196,"Date":"8/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":14,"Date":"3/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":849,"Cost":491,"Date":"9/10/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":889,"Cost":801,"Date":"10/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":886,"Cost":448,"Date":"8/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":367,"Cost":253,"Date":"11/20/2023"},{"Store":"Melbourne Central","Brand":"ARKET","Country":"Australia","Sale":622,"Cost":579,"Date":"12/10/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":751,"Cost":589,"Date":"9/12/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":277,"Cost":263,"Date":"11/13/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":646,"Cost":484,"Date":"7/4/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":502,"Cost":450,"Date":"9/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":855,"Cost":644,"Date":"4/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":588,"Date":"5/6/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":173,"Date":"8/9/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":505,"Cost":361,"Date":"4/1/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":308,"Date":"8/15/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":189,"Date":"1/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":171,"Cost":102,"Date":"10/6/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"COS","Country":"Australia","Sale":258,"Cost":188,"Date":"2/1/2020"},{"Store":"Westfield Sydney","Brand":"Sellpy","Country":"Australia","Sale":907,"Cost":782,"Date":"2/9/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":578,"Cost":336,"Date":"9/20/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":908,"Cost":554,"Date":"6/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":758,"Cost":698,"Date":"11/14/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":621,"Cost":562,"Date":"5/16/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":207,"Date":"9/1/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":326,"Cost":308,"Date":"6/22/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":532,"Cost":274,"Date":"9/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM","Country":"Australia","Sale":342,"Cost":220,"Date":"7/7/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":862,"Cost":553,"Date":"6/30/2018"},{"Store":"Westfield Geelong","Brand":"HM","Country":"Australia","Sale":39,"Cost":20,"Date":"6/8/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":679,"Cost":561,"Date":"7/12/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":301,"Cost":174,"Date":"4/5/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"HM Home","Country":"Australia","Sale":959,"Cost":667,"Date":"3/11/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":464,"Cost":313,"Date":"2/22/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":436,"Date":"7/10/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":591,"Date":"8/13/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":74,"Cost":61,"Date":"1/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":263,"Cost":232,"Date":"6/21/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":112,"Cost":104,"Date":"5/1/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":389,"Date":"1/30/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":177,"Date":"7/24/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":738,"Cost":455,"Date":"4/25/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":90,"Date":"2/26/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":10,"Date":"7/11/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":709,"Cost":407,"Date":"2/17/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":905,"Cost":715,"Date":"11/21/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":682,"Cost":561,"Date":"6/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Nova","Country":"Australia","Sale":193,"Cost":181,"Date":"5/25/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":91,"Date":"1/12/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":259,"Cost":204,"Date":"3/15/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":767,"Cost":425,"Date":"10/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":630,"Cost":456,"Date":"2/25/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":799,"Cost":404,"Date":"3/15/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":566,"Date":"12/21/2019"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":694,"Cost":378,"Date":"10/7/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":639,"Cost":455,"Date":"3/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":166,"Date":"8/30/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":81,"Cost":56,"Date":"8/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":517,"Cost":425,"Date":"3/14/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":15,"Cost":11,"Date":"7/26/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":864,"Cost":745,"Date":"3/16/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":67,"Cost":61,"Date":"11/12/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":624,"Date":"7/24/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":521,"Cost":335,"Date":"7/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":673,"Cost":467,"Date":"4/11/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":469,"Cost":410,"Date":"9/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":196,"Cost":147,"Date":"1/14/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":52,"Date":"8/5/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":749,"Cost":573,"Date":"2/28/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":399,"Date":"5/30/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":954,"Cost":618,"Date":"7/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":243,"Cost":209,"Date":"1/11/2024"},{"Store":"Century Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":171,"Cost":94,"Date":"1/7/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":731,"Cost":639,"Date":"2/11/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":300,"Cost":266,"Date":"7/7/2022"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":425,"Cost":307,"Date":"9/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":338,"Cost":226,"Date":"3/7/2020"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":76,"Date":"5/14/2020"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":559,"Cost":364,"Date":"6/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":296,"Cost":253,"Date":"7/26/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":549,"Date":"5/6/2020"},{"Store":"Century Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":102,"Cost":80,"Date":"4/6/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":782,"Cost":574,"Date":"9/24/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":130,"Date":"6/8/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":9,"Date":"6/24/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":715,"Cost":630,"Date":"8/22/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":731,"Cost":517,"Date":"2/12/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":299,"Cost":215,"Date":"4/29/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":113,"Date":"12/25/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":728,"Cost":377,"Date":"7/7/2020"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":253,"Cost":133,"Date":"7/26/2024"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":277,"Date":"6/14/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":917,"Cost":640,"Date":"12/24/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":258,"Cost":209,"Date":"7/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":915,"Cost":686,"Date":"7/29/2018"},{"Store":"Century Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":80,"Date":"7/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":466,"Cost":397,"Date":"12/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":37,"Cost":30,"Date":"6/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Nova","Country":"Belgium","Sale":175,"Cost":94,"Date":"8/13/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":821,"Cost":633,"Date":"8/21/2024"},{"Store":"Shopping Namur","Brand":"HM","Country":"Belgium","Sale":985,"Cost":507,"Date":"7/24/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM","Country":"Belgium","Sale":684,"Cost":490,"Date":"4/22/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":479,"Date":"2/1/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":248,"Cost":126,"Date":"10/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":182,"Cost":98,"Date":"6/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM","Country":"Belgium","Sale":29,"Cost":19,"Date":"2/7/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":432,"Cost":337,"Date":"4/5/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":581,"Cost":545,"Date":"7/8/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":999,"Cost":901,"Date":"5/23/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":348,"Cost":218,"Date":"2/3/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":713,"Cost":572,"Date":"3/23/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":492,"Cost":259,"Date":"9/30/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":344,"Cost":197,"Date":"1/4/2023"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":276,"Cost":253,"Date":"9/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":654,"Cost":480,"Date":"8/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":558,"Date":"9/28/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":392,"Date":"4/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":694,"Cost":610,"Date":"1/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":130,"Cost":83,"Date":"5/18/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":771,"Date":"5/21/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":482,"Cost":423,"Date":"2/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":503,"Cost":367,"Date":"6/3/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":123,"Cost":89,"Date":"5/26/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":206,"Date":"12/24/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":143,"Cost":121,"Date":"10/8/2022"},{"Store":"Century Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":266,"Cost":158,"Date":"10/18/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":374,"Date":"9/24/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":20,"Date":"7/15/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":424,"Cost":229,"Date":"1/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Nova","Country":"Belgium","Sale":461,"Cost":300,"Date":"6/11/2022"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":142,"Cost":125,"Date":"1/27/2021"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":614,"Date":"10/16/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":485,"Cost":289,"Date":"11/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":583,"Cost":525,"Date":"3/24/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":553,"Cost":494,"Date":"3/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":140,"Cost":105,"Date":"4/24/2024"},{"Store":"Century Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":849,"Cost":778,"Date":"12/11/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":185,"Cost":155,"Date":"2/17/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":688,"Cost":356,"Date":"6/27/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":150,"Cost":136,"Date":"9/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":48,"Date":"6/8/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":543,"Cost":417,"Date":"10/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":340,"Date":"10/31/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":358,"Cost":179,"Date":"4/25/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":35,"Cost":23,"Date":"8/26/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":588,"Cost":410,"Date":"6/24/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":65,"Date":"1/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":56,"Cost":47,"Date":"5/1/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":271,"Date":"4/29/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":309,"Date":"10/23/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":201,"Cost":131,"Date":"4/4/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":443,"Cost":369,"Date":"3/9/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":714,"Cost":495,"Date":"11/18/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":518,"Cost":345,"Date":"3/9/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":173,"Date":"1/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":270,"Cost":247,"Date":"1/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":233,"Date":"4/7/2020"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":147,"Cost":107,"Date":"9/19/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":605,"Cost":322,"Date":"2/19/2021"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":267,"Cost":165,"Date":"7/8/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":271,"Cost":254,"Date":"11/5/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":4,"Cost":4,"Date":"11/22/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":952,"Cost":661,"Date":"11/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":283,"Cost":262,"Date":"8/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":301,"Cost":257,"Date":"9/9/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":702,"Date":"11/25/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":582,"Cost":511,"Date":"5/6/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":195,"Cost":136,"Date":"9/10/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":651,"Cost":578,"Date":"12/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM","Country":"Belgium","Sale":356,"Cost":197,"Date":"2/7/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM Home","Country":"Belgium","Sale":305,"Cost":258,"Date":"10/26/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":888,"Cost":493,"Date":"9/24/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":543,"Cost":444,"Date":"8/4/2018"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":431,"Cost":228,"Date":"6/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":159,"Cost":145,"Date":"5/16/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":982,"Cost":646,"Date":"11/3/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":312,"Cost":188,"Date":"4/13/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Nova","Country":"Belgium","Sale":946,"Cost":534,"Date":"7/15/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":623,"Cost":344,"Date":"7/3/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":495,"Cost":344,"Date":"6/7/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":454,"Cost":410,"Date":"8/4/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM","Country":"Belgium","Sale":236,"Cost":149,"Date":"11/2/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":346,"Cost":232,"Date":"3/15/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":960,"Cost":500,"Date":"6/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":350,"Cost":312,"Date":"12/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":664,"Cost":522,"Date":"10/1/2022"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":512,"Cost":403,"Date":"1/30/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":774,"Cost":522,"Date":"12/25/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":893,"Cost":585,"Date":"1/13/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":440,"Cost":318,"Date":"9/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":37,"Cost":30,"Date":"5/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":385,"Date":"10/29/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":734,"Cost":684,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":840,"Cost":649,"Date":"5/27/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Nova","Country":"Belgium","Sale":231,"Cost":131,"Date":"7/25/2022"},{"Store":"Méga Liège","Brand":"Jeans","Country":"Belgium","Sale":878,"Cost":513,"Date":"1/22/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":347,"Cost":239,"Date":"7/12/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":439,"Cost":353,"Date":"7/30/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":158,"Date":"3/7/2020"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":651,"Cost":591,"Date":"2/18/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":261,"Cost":178,"Date":"9/15/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":551,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":860,"Cost":775,"Date":"2/26/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":460,"Date":"3/17/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":271,"Date":"11/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Nova","Country":"Belgium","Sale":707,"Cost":576,"Date":"9/26/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":633,"Cost":436,"Date":"8/17/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":174,"Cost":87,"Date":"3/8/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":968,"Cost":729,"Date":"7/21/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":850,"Cost":483,"Date":"3/15/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":846,"Cost":728,"Date":"2/26/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":959,"Cost":573,"Date":"5/18/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM","Country":"Belgium","Sale":874,"Cost":784,"Date":"9/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":814,"Date":"1/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":472,"Cost":399,"Date":"10/4/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":325,"Cost":223,"Date":"12/9/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":193,"Date":"9/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":180,"Cost":92,"Date":"6/24/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":356,"Cost":183,"Date":"3/13/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":265,"Cost":180,"Date":"4/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":53,"Cost":50,"Date":"12/14/2018"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":639,"Date":"7/12/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":597,"Cost":550,"Date":"1/15/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":547,"Cost":375,"Date":"1/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":453,"Date":"11/10/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":24,"Cost":18,"Date":"11/27/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":729,"Cost":473,"Date":"11/3/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":806,"Cost":662,"Date":"12/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM Home","Country":"Belgium","Sale":788,"Cost":522,"Date":"9/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":959,"Cost":718,"Date":"6/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":677,"Cost":637,"Date":"5/19/2022"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":651,"Date":"5/22/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":790,"Cost":499,"Date":"4/7/2024"},{"Store":"City Mall, Charleroi","Brand":"Nova","Country":"Belgium","Sale":936,"Cost":766,"Date":"4/5/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":292,"Cost":232,"Date":"9/10/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":632,"Cost":319,"Date":"10/2/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Nova","Country":"Belgium","Sale":649,"Cost":550,"Date":"5/25/2018"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":317,"Cost":269,"Date":"6/5/2018"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":379,"Cost":323,"Date":"10/30/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":763,"Cost":635,"Date":"10/4/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":182,"Cost":121,"Date":"6/30/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":498,"Cost":388,"Date":"11/3/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":138,"Date":"2/10/2020"},{"Store":"Westland Shopping, Brussels","Brand":"HM Home","Country":"Belgium","Sale":834,"Cost":427,"Date":"8/21/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":25,"Cost":21,"Date":"9/29/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":925,"Cost":833,"Date":"7/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM","Country":"Belgium","Sale":739,"Cost":669,"Date":"10/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":718,"Cost":646,"Date":"7/20/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":744,"Cost":670,"Date":"10/6/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":31,"Cost":20,"Date":"11/9/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":559,"Date":"4/28/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":669,"Cost":568,"Date":"6/29/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":54,"Cost":34,"Date":"6/30/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":424,"Cost":270,"Date":"6/20/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":994,"Cost":719,"Date":"12/6/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":79,"Date":"11/6/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":703,"Cost":439,"Date":"7/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":184,"Cost":133,"Date":"8/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":495,"Cost":424,"Date":"6/8/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":186,"Cost":109,"Date":"5/29/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":464,"Cost":308,"Date":"9/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":140,"Date":"12/2/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM","Country":"Belgium","Sale":576,"Cost":332,"Date":"1/1/2023"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":678,"Cost":589,"Date":"5/13/2018"},{"Store":"Méga Liège","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":457,"Date":"9/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":320,"Cost":191,"Date":"8/29/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":444,"Cost":278,"Date":"3/22/2018"},{"Store":"Shopping Namur","Brand":"COS","Country":"Belgium","Sale":243,"Cost":189,"Date":"2/5/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":225,"Cost":139,"Date":"10/16/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":30,"Cost":27,"Date":"4/15/2019"},{"Store":"Méga Liège","Brand":"Jeans","Country":"Belgium","Sale":599,"Cost":445,"Date":"5/9/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":439,"Cost":223,"Date":"5/1/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":741,"Date":"1/31/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":862,"Cost":647,"Date":"8/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":724,"Cost":564,"Date":"4/26/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":449,"Cost":306,"Date":"7/21/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":368,"Cost":222,"Date":"7/24/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":816,"Cost":764,"Date":"1/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":942,"Cost":501,"Date":"11/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":194,"Cost":156,"Date":"3/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":858,"Cost":771,"Date":"2/26/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":445,"Cost":233,"Date":"5/17/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":565,"Cost":371,"Date":"11/24/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":373,"Date":"10/18/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":670,"Cost":419,"Date":"9/25/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":469,"Cost":348,"Date":"6/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":453,"Date":"9/4/2020"},{"Store":"Century Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":863,"Cost":444,"Date":"8/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":754,"Cost":389,"Date":"3/6/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":371,"Cost":291,"Date":"9/30/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":252,"Cost":174,"Date":"2/20/2018"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":709,"Cost":592,"Date":"8/26/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":169,"Date":"7/27/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":415,"Date":"7/15/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":41,"Cost":33,"Date":"12/26/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":246,"Cost":161,"Date":"2/22/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":905,"Date":"6/21/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":23,"Cost":22,"Date":"5/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":218,"Date":"8/4/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":886,"Cost":778,"Date":"9/19/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":301,"Cost":235,"Date":"2/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":328,"Cost":197,"Date":"8/12/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":767,"Cost":431,"Date":"6/23/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":642,"Cost":589,"Date":"5/7/2020"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":237,"Date":"7/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":220,"Cost":168,"Date":"1/10/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":696,"Cost":354,"Date":"5/8/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":104,"Cost":62,"Date":"3/26/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":360,"Cost":182,"Date":"3/4/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":635,"Cost":450,"Date":"10/22/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":841,"Cost":725,"Date":"6/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":191,"Date":"9/15/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":407,"Cost":240,"Date":"12/30/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":938,"Cost":630,"Date":"8/6/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":475,"Cost":431,"Date":"1/8/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":183,"Cost":110,"Date":"10/12/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":141,"Cost":112,"Date":"10/25/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":272,"Cost":150,"Date":"1/25/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":581,"Cost":508,"Date":"4/21/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":250,"Date":"3/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":562,"Cost":319,"Date":"4/14/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":563,"Cost":421,"Date":"1/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":199,"Date":"6/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":526,"Cost":401,"Date":"10/29/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":981,"Cost":539,"Date":"11/6/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":767,"Date":"4/16/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":299,"Cost":244,"Date":"6/23/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":284,"Cost":257,"Date":"9/26/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":740,"Cost":450,"Date":"1/22/2022"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":843,"Cost":777,"Date":"11/5/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM","Country":"Belgium","Sale":741,"Cost":521,"Date":"12/10/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":208,"Cost":134,"Date":"7/26/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":147,"Cost":135,"Date":"2/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":109,"Cost":84,"Date":"6/26/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":6,"Cost":4,"Date":"11/25/2022"},{"Store":"Shopping Namur","Brand":"HM","Country":"Belgium","Sale":462,"Cost":436,"Date":"6/9/2019"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":601,"Cost":547,"Date":"9/3/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":713,"Cost":389,"Date":"9/18/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":278,"Date":"4/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":252,"Cost":143,"Date":"7/1/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":814,"Cost":733,"Date":"10/29/2024"},{"Store":"City Mall, Charleroi","Brand":"Nova","Country":"Belgium","Sale":748,"Cost":474,"Date":"7/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":274,"Cost":259,"Date":"11/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":544,"Cost":459,"Date":"4/11/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":14,"Cost":13,"Date":"2/1/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Nova","Country":"Belgium","Sale":171,"Cost":98,"Date":"7/18/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":117,"Cost":111,"Date":"9/12/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":176,"Cost":129,"Date":"7/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":142,"Cost":73,"Date":"9/19/2023"},{"Store":"Eupen Shopping Center","Brand":"COS","Country":"Belgium","Sale":972,"Cost":832,"Date":"7/21/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":61,"Cost":45,"Date":"3/15/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":505,"Cost":286,"Date":"4/5/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":325,"Cost":233,"Date":"3/4/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":845,"Cost":589,"Date":"12/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":396,"Cost":204,"Date":"12/22/2020"},{"Store":"City Mall, Charleroi","Brand":"Nova","Country":"Belgium","Sale":217,"Cost":204,"Date":"7/30/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":941,"Cost":523,"Date":"7/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":216,"Cost":135,"Date":"9/22/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Nova","Country":"Belgium","Sale":530,"Cost":432,"Date":"4/17/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":229,"Cost":191,"Date":"9/2/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":607,"Cost":563,"Date":"5/12/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":806,"Date":"2/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":27,"Cost":25,"Date":"3/28/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Nova","Country":"Belgium","Sale":48,"Cost":34,"Date":"7/16/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":520,"Cost":284,"Date":"6/6/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":387,"Cost":234,"Date":"1/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":190,"Date":"12/21/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":367,"Date":"10/25/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":303,"Cost":170,"Date":"11/11/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":775,"Cost":435,"Date":"4/23/2020"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":333,"Date":"9/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":926,"Cost":690,"Date":"4/8/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":428,"Date":"8/7/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":103,"Date":"3/7/2019"},{"Store":"Méga Liège","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":312,"Date":"9/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":882,"Cost":772,"Date":"8/20/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":565,"Cost":521,"Date":"5/8/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":762,"Cost":501,"Date":"3/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":557,"Cost":384,"Date":"2/8/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":951,"Cost":509,"Date":"3/14/2022"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":624,"Cost":450,"Date":"11/11/2021"},{"Store":"Méga Liège","Brand":"Sellpy","Country":"Belgium","Sale":109,"Cost":88,"Date":"2/8/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Nova","Country":"Belgium","Sale":227,"Cost":176,"Date":"8/23/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":383,"Cost":355,"Date":"7/6/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":236,"Date":"1/29/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":967,"Cost":767,"Date":"9/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":288,"Cost":182,"Date":"4/25/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":631,"Cost":364,"Date":"12/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":170,"Date":"11/5/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":990,"Cost":776,"Date":"4/23/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":878,"Cost":697,"Date":"10/24/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":657,"Date":"8/31/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":115,"Cost":58,"Date":"7/31/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Nova","Country":"Belgium","Sale":8,"Cost":5,"Date":"12/31/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM","Country":"Belgium","Sale":168,"Cost":95,"Date":"8/27/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":222,"Cost":173,"Date":"10/12/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":37,"Cost":35,"Date":"11/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":76,"Date":"1/11/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":8,"Cost":4,"Date":"8/11/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":645,"Date":"4/10/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":71,"Cost":65,"Date":"4/2/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Nova","Country":"Belgium","Sale":770,"Cost":522,"Date":"6/29/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":546,"Cost":428,"Date":"10/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":411,"Date":"3/30/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":820,"Cost":627,"Date":"1/5/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":234,"Cost":166,"Date":"10/17/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":698,"Cost":363,"Date":"5/14/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":143,"Date":"6/17/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":973,"Cost":667,"Date":"4/18/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":209,"Cost":142,"Date":"7/9/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":71,"Cost":62,"Date":"1/8/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":556,"Cost":325,"Date":"12/25/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":238,"Cost":126,"Date":"8/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":804,"Cost":585,"Date":"5/27/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":982,"Cost":606,"Date":"9/9/2023"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":221,"Cost":119,"Date":"4/4/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":938,"Cost":828,"Date":"12/4/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":263,"Cost":234,"Date":"7/20/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":309,"Date":"3/18/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":924,"Cost":668,"Date":"4/24/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":430,"Cost":309,"Date":"10/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Nova","Country":"Belgium","Sale":289,"Cost":196,"Date":"7/3/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":364,"Cost":236,"Date":"11/8/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":477,"Cost":245,"Date":"9/17/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":447,"Date":"10/1/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":908,"Cost":602,"Date":"12/8/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Nova","Country":"Belgium","Sale":557,"Cost":364,"Date":"8/31/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":86,"Cost":43,"Date":"10/11/2024"},{"Store":"City2, Brussels","Brand":"ARKET","Country":"Belgium","Sale":233,"Cost":201,"Date":"3/30/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":475,"Cost":249,"Date":"9/24/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":914,"Cost":701,"Date":"9/18/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":887,"Cost":717,"Date":"7/20/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":174,"Cost":127,"Date":"10/21/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":728,"Cost":519,"Date":"9/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":821,"Cost":505,"Date":"6/14/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":632,"Cost":406,"Date":"8/19/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":529,"Date":"12/29/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":48,"Cost":30,"Date":"5/8/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":124,"Cost":105,"Date":"10/23/2023"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":405,"Cost":210,"Date":"10/23/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":742,"Cost":629,"Date":"3/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":960,"Cost":911,"Date":"3/24/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":847,"Cost":550,"Date":"4/3/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":388,"Cost":257,"Date":"7/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":538,"Cost":350,"Date":"2/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":428,"Cost":372,"Date":"1/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":940,"Cost":505,"Date":"2/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":124,"Cost":83,"Date":"7/22/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":691,"Cost":385,"Date":"3/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":75,"Date":"3/4/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":837,"Cost":739,"Date":"7/24/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":388,"Cost":328,"Date":"4/29/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":565,"Cost":487,"Date":"8/19/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":790,"Cost":510,"Date":"8/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":855,"Cost":657,"Date":"9/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":970,"Cost":589,"Date":"11/21/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":274,"Cost":240,"Date":"7/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":669,"Cost":521,"Date":"7/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":411,"Cost":332,"Date":"10/27/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":568,"Cost":300,"Date":"5/6/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":922,"Cost":860,"Date":"11/2/2020"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":615,"Date":"4/27/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":16,"Cost":13,"Date":"7/6/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":429,"Cost":303,"Date":"5/19/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":253,"Cost":209,"Date":"10/11/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":74,"Date":"1/27/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":42,"Cost":40,"Date":"7/7/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":737,"Date":"3/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":774,"Cost":482,"Date":"11/18/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":354,"Cost":300,"Date":"1/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":658,"Cost":383,"Date":"9/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":353,"Cost":229,"Date":"7/22/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":682,"Date":"4/26/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":283,"Cost":191,"Date":"2/3/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":181,"Cost":149,"Date":"11/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":404,"Cost":311,"Date":"8/3/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":921,"Cost":591,"Date":"7/12/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":985,"Cost":751,"Date":"6/16/2020"},{"Store":"Eupen Shopping Center","Brand":"COS","Country":"Belgium","Sale":766,"Cost":595,"Date":"7/13/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM Home","Country":"Belgium","Sale":683,"Cost":395,"Date":"8/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":412,"Cost":222,"Date":"1/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":962,"Cost":657,"Date":"7/14/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":334,"Cost":245,"Date":"2/7/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":608,"Cost":535,"Date":"7/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":630,"Cost":499,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":190,"Cost":174,"Date":"4/20/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":423,"Cost":244,"Date":"12/26/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":914,"Cost":806,"Date":"7/10/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":897,"Cost":764,"Date":"4/1/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":519,"Cost":273,"Date":"10/6/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":576,"Cost":467,"Date":"6/10/2019"},{"Store":"Kortrijk Shopping","Brand":"COS","Country":"Belgium","Sale":238,"Cost":127,"Date":"6/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":990,"Cost":840,"Date":"4/17/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":587,"Cost":301,"Date":"8/9/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":65,"Date":"1/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":392,"Cost":253,"Date":"10/13/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":205,"Cost":181,"Date":"4/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":945,"Cost":781,"Date":"9/11/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":806,"Cost":623,"Date":"12/25/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":406,"Date":"9/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":196,"Cost":106,"Date":"1/8/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":660,"Cost":441,"Date":"7/6/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"ARKET","Country":"Belgium","Sale":112,"Cost":84,"Date":"9/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":245,"Cost":150,"Date":"7/14/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":542,"Date":"5/20/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":27,"Cost":18,"Date":"6/30/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":90,"Cost":78,"Date":"6/8/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":507,"Date":"2/3/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":554,"Cost":311,"Date":"10/13/2020"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":508,"Cost":361,"Date":"3/30/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":216,"Cost":115,"Date":"9/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":921,"Cost":551,"Date":"10/31/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":327,"Cost":285,"Date":"12/15/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":157,"Cost":102,"Date":"7/26/2018"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":743,"Cost":655,"Date":"10/13/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":950,"Cost":898,"Date":"2/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":426,"Cost":311,"Date":"5/22/2024"},{"Store":"Eupen Shopping Center","Brand":"COS","Country":"Belgium","Sale":642,"Cost":494,"Date":"5/25/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":420,"Cost":333,"Date":"10/1/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":968,"Cost":877,"Date":"12/28/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":980,"Cost":818,"Date":"3/25/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":752,"Cost":498,"Date":"11/29/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":329,"Cost":303,"Date":"11/22/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":14,"Date":"9/16/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":649,"Cost":379,"Date":"8/13/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":782,"Cost":571,"Date":"9/17/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":963,"Cost":581,"Date":"9/13/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":27,"Date":"11/23/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":252,"Cost":201,"Date":"4/5/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":786,"Cost":446,"Date":"9/28/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":161,"Date":"9/5/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":764,"Cost":473,"Date":"3/6/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":492,"Cost":367,"Date":"1/5/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":834,"Cost":757,"Date":"1/8/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":36,"Cost":28,"Date":"2/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":710,"Cost":492,"Date":"1/28/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":291,"Cost":260,"Date":"7/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":781,"Cost":705,"Date":"4/20/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":543,"Cost":399,"Date":"3/2/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":499,"Date":"1/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":529,"Cost":319,"Date":"11/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":244,"Cost":230,"Date":"10/25/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":649,"Cost":523,"Date":"8/14/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":935,"Cost":511,"Date":"8/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":685,"Cost":429,"Date":"6/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"ARKET","Country":"Belgium","Sale":785,"Cost":465,"Date":"12/13/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":475,"Cost":281,"Date":"7/19/2022"},{"Store":"Century Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":11,"Cost":10,"Date":"9/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":842,"Cost":679,"Date":"8/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":167,"Cost":147,"Date":"10/17/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":541,"Cost":507,"Date":"3/23/2019"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":78,"Cost":71,"Date":"5/22/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":660,"Cost":533,"Date":"3/27/2018"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":693,"Cost":647,"Date":"2/10/2024"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":343,"Cost":316,"Date":"9/16/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":265,"Cost":247,"Date":"1/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":496,"Cost":336,"Date":"5/25/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":765,"Cost":410,"Date":"6/13/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":983,"Cost":592,"Date":"9/25/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":685,"Cost":592,"Date":"4/30/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":421,"Date":"9/17/2023"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":459,"Date":"12/9/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":241,"Cost":194,"Date":"7/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":584,"Cost":490,"Date":"11/7/2019"},{"Store":"Salvador Shopping","Brand":"Sellpy","Country":"Brazil","Sale":252,"Cost":160,"Date":"4/11/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":391,"Cost":278,"Date":"6/25/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":481,"Cost":406,"Date":"3/10/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":505,"Cost":340,"Date":"6/11/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":477,"Cost":257,"Date":"4/12/2018"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":450,"Cost":293,"Date":"7/29/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":358,"Date":"8/27/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":477,"Cost":328,"Date":"5/27/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":696,"Cost":464,"Date":"9/19/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":824,"Cost":493,"Date":"5/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":811,"Cost":743,"Date":"10/13/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":268,"Cost":203,"Date":"12/17/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":274,"Cost":200,"Date":"9/16/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":99,"Cost":52,"Date":"4/14/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":134,"Cost":111,"Date":"4/6/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":448,"Date":"11/9/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":893,"Cost":473,"Date":"10/13/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":607,"Cost":503,"Date":"3/25/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":849,"Cost":579,"Date":"1/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":783,"Cost":505,"Date":"2/4/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":384,"Date":"8/17/2018"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":185,"Date":"12/1/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":148,"Cost":109,"Date":"8/11/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":928,"Cost":880,"Date":"7/30/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":110,"Date":"11/15/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":984,"Cost":618,"Date":"3/24/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Nova","Country":"Brazil","Sale":468,"Cost":436,"Date":"2/8/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":70,"Cost":50,"Date":"2/18/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":885,"Cost":574,"Date":"8/17/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":364,"Date":"5/27/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":588,"Cost":413,"Date":"6/11/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":538,"Cost":461,"Date":"9/15/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":926,"Cost":525,"Date":"4/7/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":331,"Cost":246,"Date":"3/16/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":861,"Cost":712,"Date":"7/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":444,"Cost":291,"Date":"7/10/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":926,"Cost":638,"Date":"6/25/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":519,"Cost":303,"Date":"10/15/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":596,"Cost":370,"Date":"8/9/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":932,"Cost":757,"Date":"3/31/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":519,"Cost":455,"Date":"7/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":402,"Cost":337,"Date":"12/11/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":300,"Cost":170,"Date":"8/29/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Nova","Country":"Brazil","Sale":968,"Cost":894,"Date":"6/26/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":128,"Cost":98,"Date":"2/15/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":256,"Cost":243,"Date":"6/1/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":345,"Cost":259,"Date":"4/24/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":948,"Cost":804,"Date":"10/23/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":540,"Cost":374,"Date":"2/26/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":267,"Date":"8/10/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":419,"Cost":248,"Date":"1/28/2021"},{"Store":"Midway Mall, Natal","Brand":"COS","Country":"Brazil","Sale":655,"Cost":343,"Date":"8/4/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":382,"Cost":346,"Date":"2/6/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":693,"Date":"12/28/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":83,"Cost":46,"Date":"2/18/2019"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":232,"Cost":152,"Date":"4/10/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":852,"Cost":574,"Date":"7/26/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":474,"Cost":370,"Date":"1/10/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":908,"Cost":801,"Date":"7/1/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":658,"Cost":336,"Date":"12/5/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":93,"Date":"10/21/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"COS","Country":"Brazil","Sale":110,"Cost":104,"Date":"2/5/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":68,"Cost":43,"Date":"5/19/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":252,"Cost":136,"Date":"9/4/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":779,"Cost":417,"Date":"2/21/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":986,"Cost":767,"Date":"4/7/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":891,"Cost":725,"Date":"2/4/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":746,"Cost":459,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM Home","Country":"Brazil","Sale":883,"Cost":671,"Date":"10/3/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":582,"Cost":463,"Date":"4/26/2020"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":224,"Cost":193,"Date":"3/22/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":130,"Cost":80,"Date":"10/1/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":429,"Date":"7/1/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":566,"Cost":299,"Date":"8/31/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":764,"Cost":533,"Date":"11/18/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":773,"Cost":521,"Date":"12/15/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":786,"Cost":560,"Date":"12/7/2019"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":29,"Cost":26,"Date":"11/15/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":630,"Cost":537,"Date":"4/14/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":365,"Cost":329,"Date":"1/11/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":616,"Cost":426,"Date":"7/17/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":905,"Cost":476,"Date":"3/5/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Nova","Country":"Brazil","Sale":80,"Cost":54,"Date":"5/29/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":853,"Cost":673,"Date":"1/25/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":533,"Date":"12/15/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":535,"Cost":299,"Date":"9/1/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":352,"Date":"4/9/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":304,"Cost":156,"Date":"1/19/2019"},{"Store":"RioMar Recife","Brand":"HM","Country":"Brazil","Sale":825,"Cost":655,"Date":"11/14/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":304,"Cost":178,"Date":"6/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":502,"Cost":440,"Date":"8/16/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":758,"Cost":713,"Date":"5/26/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":127,"Cost":106,"Date":"3/10/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":142,"Cost":110,"Date":"4/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":856,"Cost":672,"Date":"11/13/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"COS","Country":"Brazil","Sale":55,"Cost":33,"Date":"6/14/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":189,"Cost":131,"Date":"4/21/2022"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":942,"Cost":604,"Date":"8/3/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":864,"Cost":675,"Date":"6/16/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":446,"Cost":259,"Date":"6/19/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM","Country":"Brazil","Sale":704,"Cost":500,"Date":"11/1/2021"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":657,"Cost":468,"Date":"11/25/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":525,"Cost":483,"Date":"12/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"ARKET","Country":"Brazil","Sale":443,"Cost":263,"Date":"1/2/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":164,"Cost":83,"Date":"5/6/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":619,"Cost":398,"Date":"4/11/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":76,"Cost":62,"Date":"9/16/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"ARKET","Country":"Brazil","Sale":431,"Cost":251,"Date":"2/17/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":586,"Cost":342,"Date":"8/25/2023"},{"Store":"Shopping Natal","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":53,"Date":"1/2/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":58,"Cost":55,"Date":"12/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM","Country":"Brazil","Sale":361,"Cost":276,"Date":"2/5/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":629,"Cost":532,"Date":"1/18/2019"},{"Store":"Shopping Natal","Brand":"HM","Country":"Brazil","Sale":29,"Cost":21,"Date":"2/19/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":463,"Cost":295,"Date":"2/4/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":463,"Cost":315,"Date":"1/12/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":136,"Cost":97,"Date":"11/1/2021"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":485,"Cost":308,"Date":"2/11/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":56,"Cost":37,"Date":"3/29/2022"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":299,"Cost":248,"Date":"10/4/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Nova","Country":"Brazil","Sale":666,"Cost":521,"Date":"7/25/2019"},{"Store":"RioMar Recife","Brand":"HM","Country":"Brazil","Sale":957,"Cost":785,"Date":"3/31/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":235,"Cost":208,"Date":"3/30/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":638,"Cost":469,"Date":"4/27/2018"},{"Store":"Salvador Shopping","Brand":"Jeans","Country":"Brazil","Sale":661,"Cost":576,"Date":"5/15/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":132,"Cost":88,"Date":"1/19/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":162,"Cost":119,"Date":"2/5/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":796,"Cost":449,"Date":"9/12/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":974,"Cost":746,"Date":"11/2/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":948,"Cost":576,"Date":"11/6/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":543,"Cost":371,"Date":"1/27/2022"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":362,"Cost":228,"Date":"5/30/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":732,"Cost":433,"Date":"11/16/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":326,"Date":"2/4/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":370,"Cost":283,"Date":"12/23/2024"},{"Store":"Shopping Curitiba","Brand":"COS","Country":"Brazil","Sale":877,"Cost":483,"Date":"1/10/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":792,"Cost":531,"Date":"10/18/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":190,"Cost":132,"Date":"9/15/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":544,"Cost":446,"Date":"12/31/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":899,"Cost":589,"Date":"4/18/2022"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":314,"Cost":228,"Date":"4/3/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":197,"Cost":133,"Date":"9/18/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":667,"Cost":495,"Date":"10/5/2023"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":97,"Cost":68,"Date":"4/6/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":975,"Cost":508,"Date":"3/26/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":696,"Cost":574,"Date":"6/26/2018"},{"Store":"Shopping Natal","Brand":"HM Home","Country":"Brazil","Sale":326,"Cost":163,"Date":"3/2/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":882,"Cost":809,"Date":"2/11/2022"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":725,"Cost":555,"Date":"9/6/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":331,"Cost":249,"Date":"8/2/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":177,"Cost":130,"Date":"6/4/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":196,"Date":"11/8/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":651,"Cost":548,"Date":"10/27/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":417,"Cost":353,"Date":"4/22/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":608,"Cost":416,"Date":"2/22/2018"},{"Store":"Iguatemi Campinas","Brand":"HM","Country":"Brazil","Sale":717,"Cost":435,"Date":"8/9/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":837,"Cost":613,"Date":"10/10/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":59,"Cost":32,"Date":"12/5/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":160,"Cost":150,"Date":"4/27/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":432,"Cost":344,"Date":"2/15/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":5,"Date":"6/13/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":779,"Date":"1/11/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":705,"Cost":463,"Date":"6/14/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":140,"Cost":72,"Date":"6/25/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":266,"Cost":173,"Date":"5/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":552,"Cost":289,"Date":"11/26/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":373,"Cost":297,"Date":"3/1/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":947,"Cost":751,"Date":"9/6/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":396,"Cost":212,"Date":"3/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":192,"Cost":134,"Date":"4/30/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM","Country":"Brazil","Sale":292,"Cost":271,"Date":"12/25/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":246,"Cost":220,"Date":"9/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":844,"Cost":748,"Date":"2/7/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"COS","Country":"Brazil","Sale":700,"Cost":537,"Date":"12/28/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":610,"Date":"1/13/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":704,"Cost":639,"Date":"5/3/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":123,"Cost":86,"Date":"12/19/2019"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":232,"Cost":162,"Date":"6/25/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":42,"Date":"11/17/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":806,"Date":"12/30/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":952,"Cost":714,"Date":"4/18/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":170,"Date":"7/16/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":210,"Date":"8/1/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":213,"Cost":161,"Date":"7/25/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":588,"Cost":386,"Date":"4/29/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":289,"Cost":175,"Date":"6/4/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":707,"Cost":549,"Date":"4/24/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":90,"Date":"2/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":20,"Cost":12,"Date":"2/7/2018"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":78,"Cost":68,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":940,"Cost":587,"Date":"10/15/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Jeans","Country":"Brazil","Sale":863,"Cost":626,"Date":"3/6/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":354,"Cost":319,"Date":"7/5/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":731,"Cost":493,"Date":"9/5/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":762,"Cost":614,"Date":"3/18/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":118,"Cost":73,"Date":"12/11/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":861,"Cost":801,"Date":"10/3/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":261,"Cost":220,"Date":"4/9/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":323,"Date":"11/6/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":706,"Cost":658,"Date":"2/28/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":721,"Date":"12/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":777,"Cost":676,"Date":"5/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":707,"Cost":608,"Date":"11/1/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":730,"Cost":448,"Date":"3/18/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":131,"Date":"11/25/2018"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":17,"Cost":13,"Date":"6/28/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":994,"Cost":637,"Date":"2/27/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":734,"Date":"3/9/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":11,"Date":"9/8/2021"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":93,"Cost":86,"Date":"5/12/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":488,"Cost":443,"Date":"7/14/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":405,"Cost":302,"Date":"7/8/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Sellpy","Country":"Brazil","Sale":121,"Cost":90,"Date":"3/15/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":153,"Cost":96,"Date":"5/24/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":170,"Cost":138,"Date":"12/5/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":709,"Cost":649,"Date":"2/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":199,"Cost":121,"Date":"5/21/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":548,"Cost":494,"Date":"3/12/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":745,"Cost":467,"Date":"2/22/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":535,"Date":"6/3/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":3,"Cost":3,"Date":"6/29/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":48,"Cost":36,"Date":"5/31/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":377,"Cost":295,"Date":"7/24/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":63,"Cost":50,"Date":"6/9/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":713,"Cost":528,"Date":"11/5/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":989,"Cost":790,"Date":"4/9/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":29,"Cost":15,"Date":"9/16/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":296,"Cost":258,"Date":"6/13/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":263,"Cost":231,"Date":"3/1/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":326,"Cost":304,"Date":"11/29/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":568,"Cost":444,"Date":"8/6/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":493,"Cost":285,"Date":"5/25/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":162,"Date":"7/31/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":404,"Cost":248,"Date":"6/6/2020"},{"Store":"ParkShopping Brasília","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":384,"Date":"6/5/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":797,"Cost":700,"Date":"6/24/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":929,"Cost":478,"Date":"9/21/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":913,"Cost":488,"Date":"1/13/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":615,"Cost":348,"Date":"2/7/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":448,"Date":"9/24/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":390,"Cost":353,"Date":"7/23/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":104,"Cost":94,"Date":"8/3/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":500,"Date":"5/17/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":502,"Date":"11/21/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":444,"Cost":422,"Date":"1/4/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":960,"Cost":845,"Date":"7/3/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":14,"Cost":13,"Date":"10/12/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":529,"Cost":331,"Date":"9/11/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":247,"Cost":191,"Date":"5/26/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":999,"Cost":773,"Date":"8/4/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":987,"Cost":600,"Date":"2/9/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":663,"Cost":561,"Date":"12/23/2020"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":712,"Cost":404,"Date":"6/24/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":81,"Cost":65,"Date":"5/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":317,"Cost":252,"Date":"11/4/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":330,"Date":"3/12/2021"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":654,"Cost":350,"Date":"11/22/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":855,"Cost":653,"Date":"8/5/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":368,"Cost":281,"Date":"9/18/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":241,"Date":"7/15/2019"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":115,"Cost":94,"Date":"7/16/2023"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":403,"Date":"11/17/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":112,"Cost":77,"Date":"6/4/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":988,"Cost":533,"Date":"12/12/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":525,"Cost":287,"Date":"7/2/2021"},{"Store":"Shopping Curitiba","Brand":"COS","Country":"Brazil","Sale":225,"Cost":123,"Date":"11/26/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":433,"Cost":259,"Date":"2/2/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"ARKET","Country":"Brazil","Sale":568,"Cost":361,"Date":"7/24/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Nova","Country":"Brazil","Sale":420,"Cost":211,"Date":"4/26/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":827,"Cost":633,"Date":"10/29/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":550,"Cost":411,"Date":"6/14/2020"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":559,"Date":"6/3/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":162,"Cost":107,"Date":"7/26/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":636,"Cost":526,"Date":"1/27/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Nova","Country":"Brazil","Sale":794,"Cost":663,"Date":"6/23/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":100,"Date":"7/30/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":473,"Cost":434,"Date":"12/23/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":208,"Cost":137,"Date":"5/16/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":804,"Cost":485,"Date":"1/19/2019"},{"Store":"Maceió Shopping","Brand":"HM","Country":"Brazil","Sale":970,"Cost":504,"Date":"2/8/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":988,"Cost":666,"Date":"12/7/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":491,"Date":"1/23/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":586,"Cost":500,"Date":"9/9/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":516,"Cost":408,"Date":"5/29/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":664,"Cost":378,"Date":"8/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":880,"Cost":458,"Date":"2/19/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM","Country":"Brazil","Sale":248,"Cost":141,"Date":"1/18/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":504,"Cost":321,"Date":"2/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":504,"Cost":295,"Date":"6/26/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":614,"Cost":483,"Date":"5/21/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":778,"Cost":737,"Date":"3/4/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":186,"Date":"9/25/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":139,"Cost":114,"Date":"5/30/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":886,"Cost":447,"Date":"12/21/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":425,"Date":"4/9/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":233,"Cost":192,"Date":"3/19/2021"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":161,"Cost":121,"Date":"6/17/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":225,"Cost":113,"Date":"8/21/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":29,"Cost":23,"Date":"2/16/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":878,"Cost":821,"Date":"7/22/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":77,"Cost":42,"Date":"9/6/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":18,"Cost":11,"Date":"6/20/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":240,"Cost":137,"Date":"4/29/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":883,"Cost":653,"Date":"9/6/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"COS","Country":"Brazil","Sale":755,"Cost":542,"Date":"4/9/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":576,"Cost":328,"Date":"4/26/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":510,"Date":"4/30/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":79,"Cost":58,"Date":"11/2/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":422,"Cost":400,"Date":"9/16/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":443,"Cost":309,"Date":"7/17/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":279,"Cost":165,"Date":"1/20/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":169,"Date":"3/10/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":367,"Cost":297,"Date":"7/1/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":811,"Cost":597,"Date":"8/28/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":94,"Cost":86,"Date":"9/16/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":365,"Cost":317,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":666,"Date":"10/13/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":643,"Cost":405,"Date":"9/28/2024"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":797,"Cost":604,"Date":"10/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":94,"Date":"10/1/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":124,"Cost":76,"Date":"12/23/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":186,"Cost":93,"Date":"11/19/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":105,"Cost":98,"Date":"2/6/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":559,"Cost":484,"Date":"6/16/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":210,"Cost":140,"Date":"10/9/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":325,"Cost":276,"Date":"12/27/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":358,"Cost":279,"Date":"8/17/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":391,"Cost":283,"Date":"2/2/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"COS","Country":"Brazil","Sale":564,"Cost":501,"Date":"10/18/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":12,"Cost":8,"Date":"4/4/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":894,"Cost":683,"Date":"7/22/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":553,"Cost":524,"Date":"8/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":142,"Cost":104,"Date":"4/14/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":904,"Cost":523,"Date":"3/30/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":698,"Cost":387,"Date":"1/25/2024"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":71,"Cost":66,"Date":"9/8/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":606,"Cost":437,"Date":"7/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":764,"Cost":725,"Date":"6/1/2022"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":218,"Cost":146,"Date":"5/7/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":231,"Cost":164,"Date":"5/27/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":867,"Cost":637,"Date":"6/18/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":445,"Cost":366,"Date":"1/27/2024"},{"Store":"Iguatemi Campinas","Brand":"HM","Country":"Brazil","Sale":690,"Cost":496,"Date":"7/22/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":977,"Cost":782,"Date":"12/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":173,"Cost":155,"Date":"9/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":23,"Cost":17,"Date":"3/16/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":848,"Cost":741,"Date":"12/25/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"COS","Country":"Brazil","Sale":227,"Cost":163,"Date":"4/26/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":46,"Cost":33,"Date":"7/2/2023"},{"Store":"Iguatemi Campinas","Brand":"HM","Country":"Brazil","Sale":972,"Cost":638,"Date":"5/12/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":72,"Cost":61,"Date":"7/11/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":552,"Cost":384,"Date":"6/7/2023"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":75,"Cost":41,"Date":"8/21/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":364,"Cost":185,"Date":"3/22/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":387,"Cost":265,"Date":"11/21/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":315,"Cost":264,"Date":"9/6/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":888,"Date":"3/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":610,"Cost":526,"Date":"6/7/2021"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":41,"Cost":22,"Date":"2/15/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":641,"Cost":338,"Date":"10/19/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":546,"Cost":465,"Date":"7/15/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":652,"Date":"1/24/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":992,"Cost":519,"Date":"8/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":794,"Cost":659,"Date":"8/22/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":386,"Cost":316,"Date":"6/18/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":617,"Cost":378,"Date":"2/5/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":398,"Cost":376,"Date":"3/23/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":787,"Cost":719,"Date":"5/27/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":645,"Cost":415,"Date":"6/30/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":466,"Date":"9/20/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":612,"Cost":444,"Date":"8/30/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":645,"Date":"10/31/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":197,"Cost":145,"Date":"12/6/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":421,"Date":"3/28/2020"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":771,"Cost":664,"Date":"2/14/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":256,"Cost":152,"Date":"5/24/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":278,"Cost":215,"Date":"8/9/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":698,"Cost":369,"Date":"11/17/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":939,"Date":"1/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":635,"Cost":419,"Date":"1/27/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":267,"Cost":231,"Date":"7/26/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":281,"Cost":186,"Date":"4/14/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":767,"Cost":465,"Date":"9/29/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":131,"Cost":125,"Date":"4/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":206,"Cost":120,"Date":"3/23/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":240,"Cost":213,"Date":"5/30/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":502,"Cost":277,"Date":"7/7/2018"},{"Store":"Maceió Shopping","Brand":"HM","Country":"Brazil","Sale":539,"Cost":512,"Date":"11/4/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":558,"Cost":343,"Date":"8/2/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":503,"Date":"10/18/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":76,"Cost":54,"Date":"11/26/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":556,"Cost":409,"Date":"5/14/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":865,"Cost":658,"Date":"10/7/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":643,"Date":"5/24/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":357,"Cost":221,"Date":"12/13/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":641,"Cost":336,"Date":"11/2/2018"},{"Store":"Midway Mall, Natal","Brand":"COS","Country":"Brazil","Sale":453,"Cost":270,"Date":"12/19/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"COS","Country":"Brazil","Sale":938,"Cost":614,"Date":"8/21/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":142,"Cost":79,"Date":"3/17/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":177,"Cost":125,"Date":"10/25/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":601,"Cost":407,"Date":"5/24/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":945,"Cost":655,"Date":"12/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":283,"Cost":252,"Date":"4/30/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":545,"Date":"1/10/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":122,"Cost":86,"Date":"2/10/2018"},{"Store":"Midway Mall, Natal","Brand":"COS","Country":"Brazil","Sale":799,"Cost":724,"Date":"1/2/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":281,"Cost":192,"Date":"6/4/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":675,"Cost":472,"Date":"7/14/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":802,"Cost":446,"Date":"7/10/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":600,"Cost":301,"Date":"6/22/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":465,"Cost":355,"Date":"11/11/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"ARKET","Country":"Brazil","Sale":304,"Cost":278,"Date":"10/10/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":260,"Cost":234,"Date":"5/19/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":315,"Cost":229,"Date":"8/7/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":996,"Cost":811,"Date":"3/29/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":873,"Cost":643,"Date":"10/6/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":792,"Cost":487,"Date":"9/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":715,"Date":"8/6/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":869,"Cost":669,"Date":"9/16/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":114,"Cost":83,"Date":"5/3/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":803,"Cost":456,"Date":"10/17/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":86,"Cost":77,"Date":"3/30/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":716,"Cost":466,"Date":"10/6/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":362,"Cost":267,"Date":"1/28/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":143,"Date":"2/12/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":624,"Cost":454,"Date":"11/28/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":60,"Cost":40,"Date":"6/13/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":679,"Cost":419,"Date":"2/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":135,"Cost":105,"Date":"5/14/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM","Country":"Brazil","Sale":363,"Cost":203,"Date":"9/6/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":410,"Cost":211,"Date":"7/5/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":324,"Cost":220,"Date":"7/30/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":707,"Cost":369,"Date":"8/16/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":218,"Cost":191,"Date":"1/22/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":468,"Cost":369,"Date":"7/21/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":107,"Cost":98,"Date":"3/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":77,"Cost":46,"Date":"7/23/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":806,"Cost":524,"Date":"12/20/2024"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":638,"Cost":323,"Date":"8/29/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":190,"Cost":162,"Date":"11/30/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":6,"Cost":4,"Date":"4/16/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":123,"Cost":107,"Date":"2/10/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":790,"Cost":680,"Date":"8/15/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":169,"Cost":139,"Date":"12/11/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":310,"Cost":215,"Date":"5/17/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":86,"Cost":69,"Date":"2/17/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":54,"Cost":50,"Date":"4/22/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":389,"Cost":307,"Date":"1/3/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":751,"Cost":665,"Date":"10/21/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Sellpy","Country":"Brazil","Sale":435,"Cost":252,"Date":"11/17/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":518,"Cost":397,"Date":"11/9/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":970,"Cost":750,"Date":"8/13/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":382,"Date":"4/16/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"COS","Country":"Brazil","Sale":891,"Cost":770,"Date":"6/30/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":392,"Cost":321,"Date":"11/13/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":125,"Cost":104,"Date":"4/30/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":513,"Cost":487,"Date":"3/7/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":262,"Cost":239,"Date":"4/22/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":150,"Cost":86,"Date":"10/15/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"COS","Country":"Brazil","Sale":73,"Cost":51,"Date":"2/2/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":277,"Cost":173,"Date":"4/1/2024"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":284,"Cost":200,"Date":"5/31/2024"},{"Store":"Midway Mall, Natal","Brand":"COS","Country":"Brazil","Sale":692,"Cost":458,"Date":"6/11/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":845,"Cost":655,"Date":"2/4/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":502,"Cost":365,"Date":"1/9/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":750,"Cost":672,"Date":"11/13/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":765,"Cost":649,"Date":"8/3/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":435,"Date":"12/24/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":406,"Cost":299,"Date":"6/27/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":570,"Cost":367,"Date":"5/23/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":442,"Cost":365,"Date":"9/11/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":422,"Cost":387,"Date":"9/21/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":814,"Cost":438,"Date":"7/16/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":999,"Cost":832,"Date":"3/28/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":124,"Cost":92,"Date":"8/23/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":42,"Date":"8/5/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":676,"Cost":421,"Date":"1/11/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":221,"Cost":172,"Date":"10/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Nova","Country":"Brazil","Sale":587,"Cost":416,"Date":"11/15/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":142,"Cost":129,"Date":"8/11/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":657,"Date":"2/25/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":142,"Date":"10/28/2024"},{"Store":"Iguatemi Campinas","Brand":"Nova","Country":"Brazil","Sale":395,"Cost":316,"Date":"4/14/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":668,"Cost":424,"Date":"7/27/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":951,"Cost":705,"Date":"8/31/2021"},{"Store":"Shopping Natal","Brand":"ARKET","Country":"Brazil","Sale":575,"Cost":534,"Date":"12/24/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":657,"Cost":618,"Date":"8/31/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM","Country":"Brazil","Sale":867,"Cost":679,"Date":"12/6/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":570,"Cost":417,"Date":"5/22/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":927,"Cost":494,"Date":"9/8/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":226,"Date":"10/16/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":412,"Date":"12/14/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":453,"Date":"4/3/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":606,"Cost":445,"Date":"5/31/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":201,"Cost":186,"Date":"5/22/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":897,"Cost":477,"Date":"5/26/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":869,"Cost":626,"Date":"10/11/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":414,"Cost":238,"Date":"9/20/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":12,"Cost":6,"Date":"8/24/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":312,"Cost":240,"Date":"2/16/2023"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":335,"Cost":208,"Date":"7/21/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":706,"Date":"7/7/2021"},{"Store":"Montana Mall","Brand":"HM Home","Country":"Bulgaria","Sale":270,"Cost":202,"Date":"5/10/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":662,"Cost":399,"Date":"6/16/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":318,"Cost":208,"Date":"11/5/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":491,"Cost":388,"Date":"7/18/2022"},{"Store":"Montana Mall","Brand":"HM Home","Country":"Bulgaria","Sale":929,"Cost":744,"Date":"4/21/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":769,"Cost":406,"Date":"3/5/2024"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":194,"Cost":124,"Date":"5/13/2021"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":250,"Cost":200,"Date":"12/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":243,"Date":"5/30/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":342,"Date":"3/19/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":406,"Cost":205,"Date":"8/14/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":600,"Cost":550,"Date":"5/25/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":43,"Cost":25,"Date":"4/19/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":838,"Cost":449,"Date":"2/26/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":172,"Cost":154,"Date":"11/2/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":222,"Cost":119,"Date":"2/4/2020"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":336,"Date":"11/29/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":497,"Date":"1/8/2018"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":145,"Cost":73,"Date":"11/12/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":300,"Cost":253,"Date":"8/15/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":688,"Cost":584,"Date":"12/12/2024"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":734,"Cost":511,"Date":"6/8/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":616,"Cost":399,"Date":"6/17/2018"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":337,"Cost":213,"Date":"4/19/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":301,"Cost":166,"Date":"2/18/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":989,"Cost":635,"Date":"11/1/2022"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":463,"Cost":327,"Date":"4/20/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":930,"Cost":635,"Date":"7/14/2020"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":892,"Cost":466,"Date":"5/1/2020"},{"Store":"Montana Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":493,"Date":"6/8/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":571,"Date":"11/28/2021"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":139,"Cost":75,"Date":"6/6/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":587,"Cost":392,"Date":"9/29/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":281,"Date":"8/6/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":399,"Cost":252,"Date":"6/29/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":296,"Cost":240,"Date":"9/18/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":888,"Cost":764,"Date":"10/11/2019"},{"Store":"Galleria Varna","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":345,"Date":"6/14/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":875,"Cost":686,"Date":"3/16/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":510,"Date":"1/1/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":418,"Cost":250,"Date":"6/9/2022"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":71,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":832,"Cost":694,"Date":"10/5/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":341,"Date":"8/29/2019"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":646,"Cost":404,"Date":"3/18/2021"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":958,"Cost":860,"Date":"4/21/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":867,"Cost":732,"Date":"7/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":688,"Date":"11/30/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":891,"Cost":686,"Date":"6/12/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":805,"Cost":565,"Date":"5/3/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":19,"Date":"5/1/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":59,"Cost":50,"Date":"2/5/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":513,"Date":"7/18/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":778,"Cost":529,"Date":"2/16/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":942,"Cost":539,"Date":"10/10/2018"},{"Store":"Ruse Mall","Brand":"HM Home","Country":"Bulgaria","Sale":417,"Cost":325,"Date":"2/9/2021"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":142,"Cost":90,"Date":"7/13/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":177,"Date":"12/30/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":348,"Cost":271,"Date":"6/3/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":188,"Cost":117,"Date":"3/31/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":570,"Cost":431,"Date":"7/16/2024"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":181,"Date":"9/19/2024"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":270,"Cost":154,"Date":"5/30/2019"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":248,"Cost":225,"Date":"2/13/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":391,"Date":"2/5/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":954,"Cost":812,"Date":"8/20/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":401,"Cost":301,"Date":"11/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":911,"Cost":532,"Date":"10/19/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":57,"Cost":46,"Date":"7/26/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":217,"Cost":145,"Date":"9/11/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":524,"Cost":280,"Date":"10/29/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":444,"Cost":240,"Date":"10/13/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":752,"Date":"10/15/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":275,"Cost":175,"Date":"6/21/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":583,"Cost":378,"Date":"1/13/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"1/1/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":309,"Date":"5/5/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":76,"Date":"12/8/2020"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":54,"Date":"7/26/2021"},{"Store":"Sliven Mall","Brand":"HM Home","Country":"Bulgaria","Sale":57,"Cost":51,"Date":"4/4/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":152,"Cost":138,"Date":"8/1/2020"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":431,"Cost":287,"Date":"7/21/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":324,"Cost":234,"Date":"6/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":456,"Cost":328,"Date":"4/3/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":270,"Cost":214,"Date":"3/1/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":859,"Cost":700,"Date":"4/30/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":419,"Date":"9/3/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":852,"Cost":546,"Date":"2/21/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":593,"Date":"12/15/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":79,"Date":"1/14/2021"},{"Store":"Kyustendil Mall","Brand":"HM","Country":"Bulgaria","Sale":251,"Cost":185,"Date":"1/26/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":361,"Cost":337,"Date":"4/7/2018"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":764,"Cost":470,"Date":"3/22/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":52,"Cost":42,"Date":"12/3/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":162,"Cost":144,"Date":"5/11/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":896,"Cost":599,"Date":"6/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":383,"Cost":350,"Date":"10/1/2021"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":324,"Date":"5/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":888,"Cost":759,"Date":"7/22/2018"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":765,"Cost":408,"Date":"3/24/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":712,"Cost":451,"Date":"3/12/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":727,"Cost":525,"Date":"4/14/2020"},{"Store":"Paradise Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":79,"Date":"4/21/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":272,"Cost":247,"Date":"6/24/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":65,"Date":"11/10/2019"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":354,"Cost":208,"Date":"5/2/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":376,"Date":"10/13/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":433,"Date":"12/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":778,"Cost":456,"Date":"12/9/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":490,"Cost":330,"Date":"5/30/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":927,"Cost":832,"Date":"12/6/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":796,"Cost":417,"Date":"4/13/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":396,"Cost":325,"Date":"6/28/2024"},{"Store":"Sliven Mall","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":55,"Date":"4/1/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":911,"Cost":549,"Date":"10/24/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":928,"Cost":485,"Date":"6/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":572,"Date":"3/18/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":479,"Cost":310,"Date":"1/11/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":248,"Cost":231,"Date":"4/22/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":310,"Cost":279,"Date":"7/9/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":695,"Cost":523,"Date":"9/17/2018"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":725,"Date":"10/12/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":602,"Date":"1/11/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":824,"Cost":706,"Date":"5/22/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":119,"Date":"12/25/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":316,"Date":"9/30/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":760,"Cost":476,"Date":"12/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":471,"Date":"9/22/2020"},{"Store":"Haskovo Mall","Brand":"ARKET","Country":"Bulgaria","Sale":918,"Cost":742,"Date":"9/28/2019"},{"Store":"Ruse Mall","Brand":"HM Home","Country":"Bulgaria","Sale":838,"Cost":723,"Date":"4/12/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":198,"Cost":124,"Date":"4/30/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":252,"Cost":143,"Date":"9/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":44,"Cost":32,"Date":"6/22/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":723,"Cost":394,"Date":"10/25/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":753,"Cost":659,"Date":"12/9/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":796,"Date":"8/28/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":276,"Date":"7/30/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":743,"Cost":641,"Date":"12/30/2022"},{"Store":"Blagoevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":72,"Cost":42,"Date":"12/9/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":960,"Cost":608,"Date":"2/10/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":26,"Cost":24,"Date":"8/15/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":604,"Cost":480,"Date":"5/3/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":496,"Cost":409,"Date":"9/14/2019"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":815,"Cost":464,"Date":"6/28/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":44,"Cost":28,"Date":"6/27/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":154,"Cost":84,"Date":"7/8/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":527,"Cost":336,"Date":"12/18/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":337,"Cost":270,"Date":"4/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":889,"Cost":810,"Date":"10/27/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":276,"Cost":261,"Date":"9/14/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":72,"Cost":38,"Date":"12/29/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":64,"Cost":39,"Date":"7/7/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":656,"Cost":329,"Date":"5/8/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":434,"Cost":247,"Date":"8/19/2024"},{"Store":"The Mall Burgas","Brand":"Nova","Country":"Bulgaria","Sale":615,"Cost":555,"Date":"7/6/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":393,"Date":"2/15/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":412,"Date":"3/23/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":684,"Cost":511,"Date":"1/2/2018"},{"Store":"Mall of Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":927,"Cost":519,"Date":"9/7/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":42,"Date":"3/22/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":625,"Cost":412,"Date":"7/12/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":83,"Date":"7/4/2018"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":358,"Date":"3/15/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":159,"Cost":147,"Date":"9/22/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":937,"Cost":652,"Date":"11/6/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Nova","Country":"Bulgaria","Sale":331,"Cost":202,"Date":"1/17/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":672,"Cost":388,"Date":"1/7/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":49,"Cost":38,"Date":"1/11/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":691,"Cost":467,"Date":"8/31/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":533,"Date":"4/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":431,"Cost":399,"Date":"4/9/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":227,"Cost":175,"Date":"8/11/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":310,"Date":"6/21/2024"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":617,"Cost":564,"Date":"3/7/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":111,"Cost":73,"Date":"2/9/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":689,"Cost":503,"Date":"9/24/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":477,"Date":"12/28/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":446,"Cost":370,"Date":"12/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":779,"Cost":485,"Date":"10/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"HM Home","Country":"Bulgaria","Sale":220,"Cost":186,"Date":"4/7/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":698,"Date":"7/19/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":515,"Date":"10/4/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":149,"Date":"12/11/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":433,"Date":"10/19/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":291,"Date":"11/27/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":248,"Cost":193,"Date":"12/5/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":622,"Cost":488,"Date":"9/5/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":614,"Cost":378,"Date":"7/29/2021"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":578,"Date":"5/27/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":42,"Date":"3/1/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":624,"Date":"3/20/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":464,"Cost":326,"Date":"10/4/2023"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":939,"Cost":794,"Date":"1/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":258,"Date":"9/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Nova","Country":"Bulgaria","Sale":398,"Cost":362,"Date":"7/8/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":310,"Cost":203,"Date":"6/30/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":398,"Date":"2/17/2018"},{"Store":"Grand Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":735,"Date":"4/5/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":957,"Cost":855,"Date":"8/31/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":292,"Cost":246,"Date":"3/25/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":826,"Cost":568,"Date":"3/4/2019"},{"Store":"Ruse Mall","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":124,"Date":"1/6/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":555,"Date":"10/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":906,"Cost":623,"Date":"1/30/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":228,"Cost":120,"Date":"7/5/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":800,"Cost":734,"Date":"12/8/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":366,"Date":"1/15/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":159,"Date":"10/28/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":111,"Cost":83,"Date":"7/13/2023"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":80,"Cost":63,"Date":"5/15/2024"},{"Store":"Galleria Varna","Brand":"COS","Country":"Bulgaria","Sale":205,"Cost":128,"Date":"8/2/2018"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":225,"Cost":204,"Date":"1/10/2023"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":290,"Date":"5/14/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":79,"Date":"2/7/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":917,"Cost":539,"Date":"11/10/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":393,"Date":"11/6/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":487,"Date":"1/21/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":487,"Date":"2/13/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":301,"Cost":277,"Date":"7/25/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":648,"Date":"2/5/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":872,"Cost":764,"Date":"11/6/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":174,"Date":"11/26/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":173,"Cost":123,"Date":"9/17/2019"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":425,"Date":"12/23/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":195,"Date":"3/23/2021"},{"Store":"Montana Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":258,"Cost":224,"Date":"1/18/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":350,"Cost":292,"Date":"5/27/2018"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":987,"Cost":691,"Date":"3/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":260,"Date":"3/28/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":631,"Cost":595,"Date":"5/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":452,"Cost":421,"Date":"6/30/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":536,"Cost":291,"Date":"2/26/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":326,"Cost":221,"Date":"9/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":698,"Cost":454,"Date":"6/16/2022"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":769,"Cost":661,"Date":"2/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":257,"Cost":176,"Date":"10/23/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":664,"Cost":527,"Date":"4/4/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":636,"Cost":547,"Date":"3/3/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":300,"Cost":281,"Date":"1/18/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":640,"Date":"1/27/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":857,"Cost":769,"Date":"2/1/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":199,"Cost":119,"Date":"1/13/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":172,"Date":"6/19/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":289,"Date":"1/14/2018"},{"Store":"Haskovo Mall","Brand":"ARKET","Country":"Bulgaria","Sale":718,"Cost":454,"Date":"12/3/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":671,"Cost":397,"Date":"7/16/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":408,"Cost":290,"Date":"10/15/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"3/6/2020"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":441,"Cost":361,"Date":"7/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":54,"Cost":39,"Date":"12/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":569,"Date":"5/4/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"5/11/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":376,"Cost":243,"Date":"12/21/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":151,"Cost":120,"Date":"12/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":185,"Date":"8/23/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":146,"Cost":100,"Date":"8/24/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":706,"Cost":397,"Date":"4/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":280,"Cost":173,"Date":"10/18/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":669,"Cost":618,"Date":"5/23/2021"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":217,"Cost":110,"Date":"11/17/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":559,"Cost":419,"Date":"2/19/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":103,"Cost":63,"Date":"10/25/2024"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":676,"Cost":492,"Date":"1/22/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":876,"Cost":630,"Date":"1/1/2018"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":44,"Cost":26,"Date":"3/18/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":363,"Cost":209,"Date":"3/15/2022"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":746,"Date":"6/29/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":353,"Cost":286,"Date":"2/21/2024"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":421,"Cost":372,"Date":"2/16/2019"},{"Store":"Sliven Mall","Brand":"HM Home","Country":"Bulgaria","Sale":551,"Cost":415,"Date":"7/2/2022"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":524,"Date":"2/25/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":914,"Cost":631,"Date":"9/19/2020"},{"Store":"The Mall Burgas","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":66,"Date":"2/14/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":506,"Cost":366,"Date":"7/23/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":211,"Cost":135,"Date":"3/17/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":39,"Cost":33,"Date":"6/23/2018"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":401,"Date":"4/9/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":625,"Date":"1/6/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":466,"Cost":426,"Date":"9/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":229,"Cost":145,"Date":"12/8/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":437,"Date":"5/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":611,"Cost":435,"Date":"4/1/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":993,"Cost":633,"Date":"3/29/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":586,"Cost":417,"Date":"1/28/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"11/3/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":141,"Date":"3/9/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":175,"Cost":98,"Date":"4/15/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":181,"Cost":147,"Date":"4/20/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":903,"Cost":526,"Date":"11/3/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":810,"Cost":408,"Date":"12/31/2020"},{"Store":"Sliven Mall","Brand":"ARKET","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"10/19/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":981,"Cost":640,"Date":"2/5/2021"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":296,"Cost":225,"Date":"5/5/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":147,"Cost":139,"Date":"6/9/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":983,"Cost":774,"Date":"2/26/2020"},{"Store":"The Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":427,"Cost":374,"Date":"11/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":692,"Cost":633,"Date":"12/21/2021"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":134,"Date":"5/18/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":592,"Date":"8/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":219,"Date":"12/3/2020"},{"Store":"Montana Mall","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":354,"Date":"7/17/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":875,"Cost":499,"Date":"6/12/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":641,"Cost":354,"Date":"2/19/2020"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":392,"Date":"12/18/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":636,"Cost":526,"Date":"3/6/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":232,"Cost":142,"Date":"5/15/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":934,"Cost":514,"Date":"8/29/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":897,"Cost":506,"Date":"12/4/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":494,"Date":"4/24/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":530,"Date":"3/22/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":252,"Cost":158,"Date":"10/20/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":743,"Cost":654,"Date":"7/14/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":627,"Cost":550,"Date":"2/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":567,"Cost":483,"Date":"5/23/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":309,"Cost":203,"Date":"5/29/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":506,"Cost":301,"Date":"5/11/2023"},{"Store":"Pleven Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":496,"Date":"9/10/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":407,"Cost":270,"Date":"4/15/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":375,"Cost":196,"Date":"1/14/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":751,"Cost":663,"Date":"10/4/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":326,"Cost":167,"Date":"9/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":685,"Cost":605,"Date":"11/27/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":877,"Cost":823,"Date":"6/8/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":227,"Cost":117,"Date":"7/16/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":920,"Cost":733,"Date":"8/2/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":689,"Cost":381,"Date":"5/30/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":281,"Cost":223,"Date":"11/10/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":152,"Date":"4/15/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":49,"Cost":33,"Date":"6/20/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":523,"Cost":426,"Date":"6/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":732,"Date":"1/7/2024"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":320,"Date":"1/10/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":370,"Cost":276,"Date":"4/30/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":311,"Cost":203,"Date":"5/7/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":515,"Cost":489,"Date":"1/19/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":854,"Cost":509,"Date":"5/28/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":170,"Cost":143,"Date":"10/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":444,"Cost":328,"Date":"5/4/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":596,"Date":"1/18/2018"},{"Store":"Montana Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":557,"Cost":378,"Date":"12/5/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":353,"Date":"1/17/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":111,"Cost":96,"Date":"1/5/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":335,"Date":"3/16/2018"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":763,"Cost":389,"Date":"8/12/2024"},{"Store":"Paradise Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":639,"Cost":543,"Date":"7/13/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":28,"Cost":15,"Date":"3/22/2023"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":90,"Date":"3/10/2021"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":218,"Cost":192,"Date":"12/3/2019"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":660,"Cost":612,"Date":"12/11/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":140,"Cost":117,"Date":"9/8/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":200,"Date":"10/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":609,"Date":"9/6/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":409,"Date":"11/9/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":998,"Cost":526,"Date":"11/23/2023"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":647,"Date":"4/8/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":807,"Cost":476,"Date":"2/18/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":213,"Cost":141,"Date":"1/26/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":957,"Cost":903,"Date":"11/9/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":855,"Cost":477,"Date":"5/26/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":102,"Date":"6/19/2021"},{"Store":"The Mall Burgas","Brand":"Nova","Country":"Bulgaria","Sale":803,"Cost":417,"Date":"8/7/2018"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":492,"Cost":371,"Date":"1/6/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":816,"Cost":507,"Date":"1/2/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":479,"Cost":368,"Date":"5/1/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":76,"Cost":69,"Date":"9/29/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":35,"Date":"7/6/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":677,"Cost":469,"Date":"11/23/2019"},{"Store":"Sliven Mall","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":260,"Date":"2/6/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":953,"Cost":656,"Date":"11/10/2024"},{"Store":"Pleven Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":45,"Cost":35,"Date":"8/20/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":45,"Date":"3/31/2019"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":44,"Date":"12/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":725,"Date":"10/8/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":791,"Date":"10/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":114,"Cost":92,"Date":"12/17/2020"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":603,"Date":"10/24/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":569,"Cost":456,"Date":"8/22/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":165,"Date":"7/28/2019"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":946,"Cost":856,"Date":"6/16/2018"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":515,"Cost":489,"Date":"1/7/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":935,"Cost":480,"Date":"6/11/2023"},{"Store":"Montana Mall","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":83,"Date":"1/9/2024"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":503,"Cost":320,"Date":"6/7/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":888,"Cost":606,"Date":"6/19/2022"},{"Store":"Ruse Mall","Brand":"HM Home","Country":"Bulgaria","Sale":668,"Cost":571,"Date":"11/19/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":880,"Cost":719,"Date":"9/9/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":510,"Cost":432,"Date":"8/24/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":537,"Cost":471,"Date":"6/11/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":305,"Date":"10/4/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":106,"Cost":86,"Date":"6/30/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"10/20/2019"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":383,"Cost":201,"Date":"6/14/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":132,"Date":"12/10/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"HM Home","Country":"Bulgaria","Sale":943,"Cost":768,"Date":"12/10/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":14,"Cost":12,"Date":"10/18/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":240,"Cost":135,"Date":"10/11/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":475,"Date":"3/9/2022"},{"Store":"Plovdiv Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":235,"Cost":181,"Date":"10/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":709,"Cost":570,"Date":"3/19/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":423,"Cost":287,"Date":"12/22/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":293,"Cost":218,"Date":"1/22/2024"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":636,"Cost":561,"Date":"3/8/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":969,"Cost":789,"Date":"8/2/2023"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":566,"Date":"11/18/2018"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":487,"Cost":257,"Date":"6/4/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":722,"Date":"1/17/2021"},{"Store":"Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":148,"Cost":125,"Date":"4/18/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":422,"Cost":295,"Date":"4/1/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":58,"Cost":29,"Date":"6/13/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":223,"Cost":208,"Date":"7/12/2020"},{"Store":"Pleven Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":596,"Cost":319,"Date":"6/8/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":115,"Cost":58,"Date":"9/4/2018"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":883,"Date":"12/10/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":627,"Cost":500,"Date":"2/27/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":10,"Date":"7/4/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":325,"Cost":175,"Date":"8/31/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":142,"Cost":102,"Date":"3/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":349,"Date":"8/9/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":255,"Cost":220,"Date":"12/22/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":11,"Date":"8/14/2022"},{"Store":"Grand Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":66,"Cost":61,"Date":"5/26/2019"},{"Store":"The Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":816,"Cost":472,"Date":"11/11/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":130,"Cost":89,"Date":"12/18/2021"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":471,"Cost":277,"Date":"1/2/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":298,"Date":"6/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":301,"Date":"5/26/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":279,"Cost":175,"Date":"1/13/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":124,"Cost":78,"Date":"6/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":268,"Cost":156,"Date":"2/8/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":275,"Cost":252,"Date":"5/10/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":260,"Date":"9/22/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":986,"Cost":924,"Date":"8/30/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":493,"Date":"3/30/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":937,"Cost":855,"Date":"7/14/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":788,"Cost":651,"Date":"8/20/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":299,"Cost":160,"Date":"7/16/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":137,"Cost":90,"Date":"11/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":328,"Cost":281,"Date":"2/25/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":738,"Cost":435,"Date":"2/28/2021"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":617,"Cost":572,"Date":"9/26/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":697,"Date":"9/17/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":77,"Date":"2/11/2018"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":714,"Cost":421,"Date":"12/21/2022"},{"Store":"Galleria Varna","Brand":"HM","Country":"Bulgaria","Sale":982,"Cost":733,"Date":"6/3/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":705,"Cost":513,"Date":"6/25/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":59,"Cost":40,"Date":"4/1/2018"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":620,"Date":"11/26/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":494,"Cost":279,"Date":"9/10/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":392,"Date":"4/27/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":267,"Cost":238,"Date":"3/1/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":932,"Cost":679,"Date":"5/27/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":740,"Date":"5/18/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":520,"Cost":450,"Date":"3/29/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":907,"Cost":857,"Date":"9/23/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":422,"Cost":288,"Date":"12/14/2021"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"6/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":78,"Cost":63,"Date":"7/8/2018"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":555,"Cost":498,"Date":"10/8/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":321,"Date":"2/11/2024"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":177,"Date":"8/4/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":333,"Date":"4/2/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":316,"Date":"10/4/2023"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":259,"Date":"2/21/2022"},{"Store":"Grand Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":151,"Cost":83,"Date":"2/12/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":212,"Date":"9/24/2019"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":895,"Cost":731,"Date":"11/1/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":511,"Cost":264,"Date":"2/27/2018"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":345,"Cost":265,"Date":"2/12/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":735,"Cost":383,"Date":"10/26/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":406,"Date":"2/5/2021"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":140,"Cost":105,"Date":"11/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":105,"Cost":89,"Date":"11/20/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":38,"Cost":25,"Date":"8/29/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":595,"Cost":475,"Date":"8/5/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":267,"Cost":179,"Date":"8/23/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":318,"Date":"10/30/2020"},{"Store":"Mall Varna","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":53,"Date":"6/29/2023"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":605,"Cost":523,"Date":"2/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":632,"Date":"12/13/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":307,"Cost":242,"Date":"3/30/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"9/11/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":40,"Cost":22,"Date":"10/19/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":23,"Cost":17,"Date":"9/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":215,"Date":"3/14/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":80,"Cost":50,"Date":"12/22/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":934,"Cost":803,"Date":"2/3/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":399,"Cost":233,"Date":"10/5/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":85,"Cost":45,"Date":"2/12/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":794,"Cost":703,"Date":"9/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":101,"Cost":87,"Date":"12/1/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":827,"Cost":646,"Date":"12/19/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":62,"Cost":57,"Date":"1/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":532,"Cost":351,"Date":"7/24/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":423,"Cost":266,"Date":"11/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":227,"Date":"4/10/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"ARKET","Country":"Canada","Sale":172,"Cost":98,"Date":"10/15/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":888,"Cost":694,"Date":"12/7/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM Home","Country":"Canada","Sale":340,"Cost":322,"Date":"2/18/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":480,"Cost":402,"Date":"4/10/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":862,"Cost":527,"Date":"11/11/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":109,"Date":"1/14/2022"},{"Store":"Southland Mall, Regina","Brand":"COS","Country":"Canada","Sale":735,"Cost":638,"Date":"7/26/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":839,"Cost":749,"Date":"12/7/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":22,"Cost":18,"Date":"11/25/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":485,"Date":"3/11/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":526,"Cost":305,"Date":"7/15/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":903,"Cost":555,"Date":"6/19/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":253,"Cost":166,"Date":"4/26/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":474,"Cost":287,"Date":"11/4/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":536,"Cost":278,"Date":"2/2/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":788,"Cost":520,"Date":"9/22/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":555,"Cost":333,"Date":"4/18/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":431,"Date":"3/11/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":860,"Cost":628,"Date":"8/13/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":618,"Cost":502,"Date":"9/17/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":551,"Cost":406,"Date":"9/8/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":30,"Cost":16,"Date":"3/7/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":825,"Cost":775,"Date":"5/27/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":117,"Cost":64,"Date":"6/5/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":247,"Cost":212,"Date":"4/6/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":325,"Cost":185,"Date":"5/9/2020"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":414,"Cost":371,"Date":"8/8/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":414,"Cost":326,"Date":"8/8/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":421,"Cost":220,"Date":"7/14/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":580,"Cost":498,"Date":"4/4/2024"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":556,"Cost":462,"Date":"7/27/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM","Country":"Canada","Sale":671,"Cost":461,"Date":"11/9/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":891,"Cost":449,"Date":"12/23/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":32,"Cost":29,"Date":"6/20/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Nova","Country":"Canada","Sale":369,"Cost":227,"Date":"3/22/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":85,"Cost":51,"Date":"12/22/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":403,"Date":"1/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":819,"Cost":750,"Date":"12/18/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":73,"Date":"11/9/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":810,"Cost":509,"Date":"9/24/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":869,"Cost":745,"Date":"8/19/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":560,"Cost":487,"Date":"8/31/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":266,"Date":"2/19/2018"},{"Store":"Southland Mall, Regina","Brand":"HM","Country":"Canada","Sale":354,"Cost":266,"Date":"6/1/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":161,"Cost":147,"Date":"12/30/2023"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":201,"Date":"5/26/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":726,"Cost":618,"Date":"11/3/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":72,"Cost":40,"Date":"5/7/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":761,"Cost":638,"Date":"11/29/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":284,"Cost":172,"Date":"6/3/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":459,"Cost":424,"Date":"10/26/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":488,"Cost":305,"Date":"10/7/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":532,"Cost":337,"Date":"2/1/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"COS","Country":"Canada","Sale":849,"Cost":745,"Date":"2/6/2019"},{"Store":"Macon Centre, Hamilton","Brand":"COS","Country":"Canada","Sale":153,"Cost":99,"Date":"10/23/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":576,"Date":"5/14/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":512,"Cost":327,"Date":"7/2/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":134,"Date":"12/16/2018"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":781,"Cost":585,"Date":"2/15/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":74,"Cost":37,"Date":"2/16/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":669,"Cost":394,"Date":"6/9/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":487,"Cost":245,"Date":"10/16/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":29,"Cost":18,"Date":"3/5/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":218,"Cost":123,"Date":"3/25/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM","Country":"Canada","Sale":298,"Cost":194,"Date":"5/7/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":375,"Cost":314,"Date":"10/18/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":412,"Cost":384,"Date":"11/2/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":160,"Cost":83,"Date":"10/30/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":489,"Cost":323,"Date":"5/14/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":772,"Cost":728,"Date":"11/15/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":67,"Date":"12/15/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":656,"Cost":394,"Date":"10/4/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":503,"Cost":384,"Date":"5/31/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":996,"Cost":628,"Date":"12/14/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":994,"Cost":925,"Date":"3/13/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":524,"Cost":262,"Date":"9/22/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":297,"Cost":177,"Date":"11/17/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Nova","Country":"Canada","Sale":740,"Cost":630,"Date":"11/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":853,"Cost":451,"Date":"4/29/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":146,"Cost":131,"Date":"2/16/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":349,"Date":"7/9/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":720,"Cost":573,"Date":"12/16/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":708,"Cost":454,"Date":"3/23/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":622,"Cost":495,"Date":"5/26/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":567,"Cost":496,"Date":"8/26/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":34,"Cost":33,"Date":"9/6/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":933,"Cost":693,"Date":"7/5/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":58,"Cost":46,"Date":"8/9/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":474,"Cost":364,"Date":"1/10/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":21,"Cost":15,"Date":"5/9/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":377,"Cost":275,"Date":"1/2/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":555,"Cost":458,"Date":"1/6/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Nova","Country":"Canada","Sale":905,"Cost":490,"Date":"3/18/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":899,"Cost":638,"Date":"12/24/2024"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":78,"Cost":65,"Date":"5/10/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":845,"Cost":665,"Date":"12/16/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":743,"Cost":427,"Date":"7/1/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":199,"Cost":156,"Date":"2/24/2020"},{"Store":"Market Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":493,"Cost":410,"Date":"2/2/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Nova","Country":"Canada","Sale":128,"Cost":85,"Date":"8/30/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":249,"Cost":231,"Date":"10/8/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"COS","Country":"Canada","Sale":545,"Cost":321,"Date":"2/1/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":801,"Cost":652,"Date":"4/16/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":629,"Date":"7/12/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":542,"Cost":424,"Date":"9/30/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":544,"Cost":285,"Date":"7/17/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":352,"Cost":187,"Date":"5/7/2022"},{"Store":"Burlington Mall","Brand":"ARKET","Country":"Canada","Sale":21,"Cost":20,"Date":"6/2/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"COS","Country":"Canada","Sale":830,"Cost":594,"Date":"3/13/2018"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":775,"Date":"7/20/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":51,"Cost":26,"Date":"12/27/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":809,"Cost":445,"Date":"10/6/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":444,"Cost":351,"Date":"2/11/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":897,"Cost":783,"Date":"9/29/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":128,"Cost":111,"Date":"3/24/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":747,"Cost":628,"Date":"7/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":196,"Cost":182,"Date":"12/10/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":144,"Cost":134,"Date":"7/17/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":300,"Cost":173,"Date":"6/12/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":241,"Cost":211,"Date":"6/14/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":648,"Cost":541,"Date":"8/13/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":680,"Date":"10/16/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":900,"Cost":499,"Date":"10/26/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":51,"Cost":29,"Date":"10/28/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":535,"Cost":318,"Date":"7/31/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":87,"Date":"12/26/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":580,"Cost":475,"Date":"7/17/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":835,"Cost":750,"Date":"3/16/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":847,"Cost":773,"Date":"8/11/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":45,"Cost":37,"Date":"11/8/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":238,"Cost":154,"Date":"5/10/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":669,"Cost":564,"Date":"6/28/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":155,"Cost":145,"Date":"5/30/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM","Country":"Canada","Sale":784,"Cost":684,"Date":"8/30/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":308,"Cost":191,"Date":"1/10/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":57,"Cost":31,"Date":"7/10/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":955,"Cost":880,"Date":"10/18/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":1,"Cost":1,"Date":"8/22/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":958,"Cost":786,"Date":"3/18/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":935,"Cost":673,"Date":"11/29/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":164,"Date":"4/1/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":376,"Cost":308,"Date":"1/6/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":974,"Cost":862,"Date":"12/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":254,"Cost":223,"Date":"2/20/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":717,"Cost":531,"Date":"11/27/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":788,"Cost":422,"Date":"8/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":695,"Cost":448,"Date":"11/27/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":219,"Date":"12/12/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Nova","Country":"Canada","Sale":442,"Cost":232,"Date":"6/25/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":747,"Cost":549,"Date":"7/2/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Nova","Country":"Canada","Sale":677,"Cost":522,"Date":"1/2/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Nova","Country":"Canada","Sale":576,"Cost":421,"Date":"6/14/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":417,"Cost":301,"Date":"4/4/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":439,"Cost":281,"Date":"12/29/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":895,"Cost":535,"Date":"11/21/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":687,"Cost":420,"Date":"10/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":373,"Date":"7/24/2020"},{"Store":"Southland Mall, Regina","Brand":"COS","Country":"Canada","Sale":725,"Cost":527,"Date":"2/26/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":321,"Cost":271,"Date":"5/12/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":60,"Cost":33,"Date":"11/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":761,"Cost":469,"Date":"10/25/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":566,"Date":"7/11/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":44,"Date":"11/14/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":157,"Cost":101,"Date":"3/25/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":444,"Date":"5/22/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":788,"Cost":473,"Date":"4/23/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":538,"Cost":334,"Date":"11/24/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Nova","Country":"Canada","Sale":963,"Cost":742,"Date":"6/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":999,"Cost":689,"Date":"7/10/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":889,"Cost":509,"Date":"12/30/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":604,"Date":"6/17/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":212,"Cost":165,"Date":"11/23/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":122,"Cost":108,"Date":"5/5/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":626,"Cost":485,"Date":"4/24/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":597,"Date":"12/12/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":169,"Cost":85,"Date":"8/31/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM","Country":"Canada","Sale":917,"Cost":848,"Date":"8/5/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Nova","Country":"Canada","Sale":40,"Cost":30,"Date":"3/25/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":962,"Cost":782,"Date":"10/27/2022"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":585,"Date":"3/5/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":994,"Cost":541,"Date":"1/7/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":691,"Cost":386,"Date":"8/7/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":734,"Cost":624,"Date":"8/18/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":682,"Cost":502,"Date":"2/22/2024"},{"Store":"Southland Mall, Regina","Brand":"HM","Country":"Canada","Sale":349,"Cost":262,"Date":"7/13/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":176,"Cost":102,"Date":"8/29/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":773,"Cost":713,"Date":"10/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":25,"Cost":12,"Date":"3/15/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":307,"Date":"10/28/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":370,"Date":"11/1/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":391,"Cost":223,"Date":"5/28/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":470,"Cost":380,"Date":"6/8/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":359,"Cost":304,"Date":"6/5/2018"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":163,"Cost":119,"Date":"9/2/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Nova","Country":"Canada","Sale":180,"Cost":138,"Date":"6/23/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":973,"Cost":822,"Date":"2/22/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":833,"Cost":508,"Date":"1/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":287,"Cost":253,"Date":"11/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":211,"Cost":143,"Date":"1/6/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":741,"Cost":591,"Date":"11/28/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":236,"Date":"5/11/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":640,"Cost":464,"Date":"5/30/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":509,"Cost":300,"Date":"1/13/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":166,"Cost":134,"Date":"4/16/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":100,"Cost":58,"Date":"4/6/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":440,"Cost":271,"Date":"6/22/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":665,"Cost":356,"Date":"7/15/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":717,"Cost":531,"Date":"12/19/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":644,"Cost":379,"Date":"7/20/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":18,"Cost":17,"Date":"6/14/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":928,"Cost":732,"Date":"4/10/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":255,"Cost":201,"Date":"4/30/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":637,"Cost":468,"Date":"1/4/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":302,"Cost":274,"Date":"4/27/2020"},{"Store":"Burlington Mall","Brand":"COS","Country":"Canada","Sale":461,"Cost":429,"Date":"10/2/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":381,"Date":"11/2/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":998,"Cost":873,"Date":"11/13/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":460,"Cost":388,"Date":"11/22/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":384,"Cost":247,"Date":"5/17/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM Home","Country":"Canada","Sale":251,"Cost":188,"Date":"1/24/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":733,"Cost":483,"Date":"3/28/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":76,"Cost":63,"Date":"10/6/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":373,"Cost":246,"Date":"12/27/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":519,"Cost":435,"Date":"3/4/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Nova","Country":"Canada","Sale":236,"Cost":139,"Date":"5/21/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":376,"Date":"2/26/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":410,"Cost":374,"Date":"6/25/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":498,"Cost":418,"Date":"4/1/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":165,"Cost":117,"Date":"3/9/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":748,"Cost":503,"Date":"11/7/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":590,"Cost":344,"Date":"7/15/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":563,"Cost":501,"Date":"9/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":906,"Cost":708,"Date":"8/29/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":39,"Cost":30,"Date":"3/1/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":974,"Cost":501,"Date":"10/31/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":364,"Cost":184,"Date":"8/18/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":631,"Cost":550,"Date":"4/1/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM","Country":"Canada","Sale":200,"Cost":159,"Date":"3/1/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":821,"Cost":585,"Date":"1/12/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":301,"Date":"2/14/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":822,"Date":"10/25/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":97,"Cost":71,"Date":"11/3/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":491,"Cost":427,"Date":"11/7/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":583,"Cost":320,"Date":"12/4/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":409,"Cost":240,"Date":"8/6/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":666,"Cost":505,"Date":"10/6/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":845,"Cost":553,"Date":"11/16/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":414,"Cost":277,"Date":"7/13/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":406,"Cost":269,"Date":"9/5/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"COS","Country":"Canada","Sale":409,"Cost":258,"Date":"11/4/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":945,"Cost":606,"Date":"12/25/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":268,"Cost":188,"Date":"2/23/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":870,"Cost":658,"Date":"1/15/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":768,"Cost":654,"Date":"9/10/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":94,"Cost":52,"Date":"2/4/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":457,"Cost":426,"Date":"6/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":696,"Cost":613,"Date":"8/18/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":93,"Cost":55,"Date":"7/26/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":726,"Cost":578,"Date":"12/2/2024"},{"Store":"London Drugs Edmonton","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":59,"Date":"6/2/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":107,"Date":"12/16/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":655,"Cost":444,"Date":"7/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":112,"Cost":73,"Date":"2/25/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM Home","Country":"Canada","Sale":8,"Cost":5,"Date":"9/4/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":805,"Cost":493,"Date":"4/28/2019"},{"Store":"London Drugs Edmonton","Brand":"Sellpy","Country":"Canada","Sale":605,"Cost":370,"Date":"10/17/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":436,"Cost":252,"Date":"3/13/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":420,"Cost":381,"Date":"1/12/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":917,"Cost":771,"Date":"7/29/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":855,"Cost":562,"Date":"2/7/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":755,"Cost":406,"Date":"8/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":788,"Cost":476,"Date":"8/28/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":3,"Cost":3,"Date":"4/11/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM","Country":"Canada","Sale":78,"Cost":52,"Date":"11/9/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":986,"Cost":876,"Date":"9/3/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":160,"Cost":125,"Date":"7/14/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":720,"Cost":521,"Date":"6/8/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":83,"Cost":56,"Date":"12/21/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":577,"Cost":328,"Date":"6/17/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":544,"Date":"7/22/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"ARKET","Country":"Canada","Sale":84,"Cost":78,"Date":"6/11/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":559,"Date":"8/5/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":637,"Cost":331,"Date":"5/7/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":794,"Cost":434,"Date":"5/25/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":84,"Date":"4/12/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Nova","Country":"Canada","Sale":491,"Cost":361,"Date":"8/16/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":708,"Date":"5/15/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM","Country":"Canada","Sale":321,"Cost":261,"Date":"6/27/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":754,"Cost":413,"Date":"7/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":24,"Cost":20,"Date":"2/14/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":589,"Cost":493,"Date":"12/5/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":940,"Cost":838,"Date":"1/5/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":345,"Cost":328,"Date":"11/6/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":518,"Cost":480,"Date":"8/19/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":592,"Cost":430,"Date":"9/13/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Nova","Country":"Canada","Sale":737,"Cost":626,"Date":"5/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":504,"Cost":387,"Date":"5/10/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":920,"Cost":809,"Date":"5/15/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":111,"Cost":86,"Date":"8/29/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM","Country":"Canada","Sale":698,"Cost":391,"Date":"11/19/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":306,"Date":"6/7/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Jeans","Country":"Canada","Sale":434,"Cost":263,"Date":"5/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":809,"Cost":626,"Date":"9/15/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Nova","Country":"Canada","Sale":98,"Cost":69,"Date":"3/22/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":174,"Cost":92,"Date":"7/13/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":285,"Cost":180,"Date":"5/19/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":782,"Cost":557,"Date":"11/27/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":394,"Cost":265,"Date":"8/26/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":686,"Cost":480,"Date":"4/6/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":612,"Date":"6/17/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":71,"Cost":61,"Date":"7/11/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":417,"Cost":243,"Date":"3/8/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":690,"Cost":620,"Date":"10/4/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":900,"Cost":837,"Date":"10/9/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":63,"Cost":33,"Date":"8/29/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":512,"Cost":326,"Date":"4/3/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":287,"Cost":200,"Date":"9/11/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":893,"Cost":734,"Date":"2/6/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":91,"Cost":59,"Date":"10/6/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":386,"Cost":248,"Date":"5/22/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":322,"Date":"2/21/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":657,"Date":"1/31/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":714,"Cost":522,"Date":"5/22/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":785,"Cost":727,"Date":"5/24/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":427,"Cost":358,"Date":"3/6/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":248,"Cost":206,"Date":"8/28/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":801,"Cost":554,"Date":"5/1/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":911,"Cost":800,"Date":"10/19/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":259,"Cost":171,"Date":"4/11/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":467,"Cost":286,"Date":"7/26/2023"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":346,"Cost":254,"Date":"4/6/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":197,"Cost":119,"Date":"5/17/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":907,"Cost":707,"Date":"6/6/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":7,"Cost":3,"Date":"11/12/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":996,"Cost":883,"Date":"8/5/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":205,"Cost":147,"Date":"11/5/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":954,"Cost":826,"Date":"10/8/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":756,"Cost":669,"Date":"8/17/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":368,"Cost":192,"Date":"6/8/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":607,"Cost":474,"Date":"10/17/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":196,"Cost":105,"Date":"11/20/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Nova","Country":"Canada","Sale":684,"Cost":376,"Date":"3/17/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":953,"Cost":862,"Date":"10/19/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":888,"Cost":791,"Date":"11/25/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":546,"Cost":417,"Date":"12/21/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":576,"Cost":291,"Date":"8/13/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":743,"Cost":603,"Date":"9/22/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":856,"Cost":470,"Date":"12/21/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":418,"Cost":277,"Date":"1/15/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":980,"Cost":838,"Date":"1/12/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM","Country":"Canada","Sale":44,"Cost":35,"Date":"2/19/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":256,"Cost":204,"Date":"8/5/2024"},{"Store":"Burlington Mall","Brand":"COS","Country":"Canada","Sale":206,"Cost":141,"Date":"7/9/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":190,"Cost":162,"Date":"4/7/2021"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":2,"Cost":2,"Date":"2/2/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":597,"Cost":453,"Date":"11/12/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":69,"Cost":49,"Date":"2/7/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":406,"Cost":366,"Date":"2/18/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":540,"Cost":450,"Date":"11/19/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":574,"Cost":359,"Date":"3/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":295,"Cost":236,"Date":"3/7/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":582,"Cost":391,"Date":"10/3/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":320,"Cost":244,"Date":"6/25/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":624,"Cost":417,"Date":"3/25/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":689,"Date":"11/8/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Nova","Country":"Canada","Sale":212,"Cost":169,"Date":"7/15/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":667,"Cost":383,"Date":"12/1/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":307,"Cost":200,"Date":"6/9/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":771,"Cost":629,"Date":"10/15/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":398,"Cost":286,"Date":"8/22/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":84,"Date":"5/25/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":156,"Cost":139,"Date":"1/31/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":848,"Cost":443,"Date":"11/25/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"ARKET","Country":"Canada","Sale":243,"Cost":169,"Date":"3/14/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":350,"Cost":291,"Date":"3/10/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"COS","Country":"Canada","Sale":97,"Cost":49,"Date":"7/9/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":913,"Cost":639,"Date":"12/10/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":915,"Cost":721,"Date":"5/1/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":782,"Cost":730,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":901,"Cost":729,"Date":"12/18/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":305,"Cost":174,"Date":"10/14/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":456,"Cost":388,"Date":"12/2/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":214,"Cost":179,"Date":"3/5/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":482,"Cost":450,"Date":"11/19/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":630,"Date":"7/27/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":427,"Cost":399,"Date":"5/20/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":845,"Cost":617,"Date":"4/26/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Nova","Country":"Canada","Sale":416,"Cost":325,"Date":"3/9/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM","Country":"Canada","Sale":593,"Cost":525,"Date":"10/26/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":681,"Date":"6/18/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":816,"Cost":428,"Date":"6/9/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":997,"Cost":662,"Date":"11/13/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":757,"Cost":404,"Date":"10/9/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":149,"Cost":92,"Date":"11/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":114,"Date":"11/16/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":194,"Date":"6/20/2018"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":701,"Cost":356,"Date":"7/24/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":295,"Cost":269,"Date":"12/17/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":479,"Cost":241,"Date":"4/4/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":213,"Cost":134,"Date":"1/24/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":480,"Cost":410,"Date":"12/31/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":581,"Cost":433,"Date":"9/14/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":412,"Cost":355,"Date":"12/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":443,"Cost":223,"Date":"2/5/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":362,"Cost":286,"Date":"4/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":485,"Date":"10/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":839,"Cost":772,"Date":"6/26/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":678,"Cost":635,"Date":"12/11/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":370,"Cost":336,"Date":"10/10/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":264,"Cost":215,"Date":"2/15/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":780,"Cost":442,"Date":"12/24/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Nova","Country":"Canada","Sale":110,"Cost":96,"Date":"11/3/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":379,"Date":"5/23/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":915,"Cost":575,"Date":"12/21/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":212,"Cost":196,"Date":"10/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":495,"Date":"2/21/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM","Country":"Canada","Sale":993,"Cost":774,"Date":"10/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":308,"Cost":251,"Date":"7/17/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":239,"Cost":196,"Date":"11/11/2022"},{"Store":"CF Masonville Place, London","Brand":"ARKET","Country":"Canada","Sale":558,"Cost":505,"Date":"2/22/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":667,"Cost":514,"Date":"6/30/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":590,"Cost":367,"Date":"12/13/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":914,"Cost":462,"Date":"3/16/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Nova","Country":"Canada","Sale":921,"Cost":526,"Date":"6/19/2019"},{"Store":"Macon Centre, Hamilton","Brand":"COS","Country":"Canada","Sale":86,"Cost":71,"Date":"12/3/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"ARKET","Country":"Canada","Sale":168,"Cost":95,"Date":"3/22/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":386,"Cost":295,"Date":"4/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":270,"Date":"11/1/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":732,"Cost":561,"Date":"1/5/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":652,"Date":"6/11/2018"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":842,"Cost":483,"Date":"6/11/2021"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":562,"Date":"11/3/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":746,"Cost":576,"Date":"3/24/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":287,"Cost":182,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":247,"Date":"8/31/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":375,"Cost":241,"Date":"7/12/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":560,"Date":"4/28/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":592,"Cost":319,"Date":"8/19/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":239,"Cost":217,"Date":"10/26/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":731,"Cost":637,"Date":"3/27/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":808,"Cost":644,"Date":"11/9/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":35,"Cost":32,"Date":"4/26/2024"},{"Store":"London Drugs Edmonton","Brand":"Sellpy","Country":"Canada","Sale":797,"Cost":461,"Date":"9/23/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":889,"Cost":821,"Date":"12/25/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":648,"Cost":606,"Date":"2/6/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":312,"Cost":195,"Date":"11/19/2024"},{"Store":"Market Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":161,"Cost":108,"Date":"7/19/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":919,"Cost":568,"Date":"2/9/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":717,"Cost":510,"Date":"12/18/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":561,"Cost":304,"Date":"4/24/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Nova","Country":"Canada","Sale":470,"Cost":280,"Date":"11/25/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":890,"Cost":829,"Date":"10/25/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":331,"Cost":272,"Date":"8/3/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":588,"Cost":504,"Date":"12/12/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":555,"Cost":335,"Date":"1/4/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":317,"Cost":187,"Date":"10/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":924,"Cost":732,"Date":"5/12/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":61,"Cost":33,"Date":"9/5/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":451,"Cost":300,"Date":"6/3/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":503,"Cost":408,"Date":"6/3/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":792,"Cost":717,"Date":"10/4/2020"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":868,"Cost":642,"Date":"12/2/2020"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":42,"Cost":21,"Date":"7/29/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":118,"Cost":84,"Date":"2/12/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":864,"Date":"9/26/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":13,"Cost":9,"Date":"2/18/2021"},{"Store":"Burlington Mall","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":346,"Date":"8/7/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":558,"Date":"3/24/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":95,"Cost":59,"Date":"12/11/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":834,"Cost":544,"Date":"11/10/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":465,"Cost":320,"Date":"3/17/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":313,"Cost":195,"Date":"6/1/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM","Country":"Canada","Sale":130,"Cost":73,"Date":"5/4/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":924,"Cost":857,"Date":"12/18/2023"},{"Store":"Burlington Mall","Brand":"ARKET","Country":"Canada","Sale":784,"Cost":723,"Date":"5/19/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":530,"Cost":447,"Date":"6/16/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":517,"Cost":376,"Date":"5/31/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":238,"Cost":210,"Date":"2/2/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":859,"Cost":445,"Date":"12/26/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"COS","Country":"Canada","Sale":661,"Cost":499,"Date":"12/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":772,"Cost":688,"Date":"9/2/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Nova","Country":"Canada","Sale":677,"Cost":451,"Date":"7/29/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":166,"Cost":118,"Date":"10/26/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":198,"Cost":162,"Date":"1/11/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":408,"Cost":231,"Date":"10/5/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":798,"Date":"5/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":224,"Cost":207,"Date":"4/17/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":886,"Cost":642,"Date":"11/14/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":903,"Cost":677,"Date":"11/11/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":507,"Cost":470,"Date":"9/17/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":26,"Cost":14,"Date":"3/23/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":558,"Date":"6/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":602,"Cost":564,"Date":"4/28/2024"},{"Store":"Wuhan Han Street","Brand":"COS","Country":"China","Sale":145,"Cost":96,"Date":"12/14/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":594,"Cost":457,"Date":"2/3/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Sellpy","Country":"China","Sale":189,"Cost":142,"Date":"12/27/2021"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":970,"Cost":651,"Date":"5/12/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":162,"Cost":107,"Date":"8/12/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":143,"Cost":86,"Date":"3/19/2018"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":845,"Cost":498,"Date":"7/18/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":480,"Cost":265,"Date":"6/16/2024"},{"Store":"Nanjing Aqua City","Brand":"ARKET","Country":"China","Sale":778,"Cost":498,"Date":"4/10/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":233,"Cost":191,"Date":"8/16/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":362,"Cost":207,"Date":"10/15/2020"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":505,"Cost":271,"Date":"2/28/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM","Country":"China","Sale":799,"Cost":647,"Date":"9/29/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":912,"Cost":748,"Date":"11/4/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":873,"Cost":720,"Date":"3/2/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":145,"Cost":86,"Date":"12/30/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Nova","Country":"China","Sale":794,"Cost":652,"Date":"5/31/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":729,"Cost":688,"Date":"7/11/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":312,"Cost":198,"Date":"12/18/2024"},{"Store":"Taikoo Li Chengdu","Brand":"COS","Country":"China","Sale":333,"Cost":209,"Date":"11/10/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":297,"Cost":246,"Date":"8/25/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":636,"Cost":341,"Date":"10/20/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":452,"Cost":268,"Date":"3/6/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":106,"Cost":55,"Date":"8/29/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Nova","Country":"China","Sale":27,"Cost":24,"Date":"3/27/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":563,"Cost":489,"Date":"2/5/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":663,"Cost":424,"Date":"8/16/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":647,"Cost":552,"Date":"4/5/2018"},{"Store":"Tianjin Joy City","Brand":"HM Home","Country":"China","Sale":824,"Cost":656,"Date":"4/9/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":426,"Cost":382,"Date":"3/29/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":117,"Cost":107,"Date":"2/21/2022"},{"Store":"Wangfujing, Beijing","Brand":"COS","Country":"China","Sale":534,"Cost":505,"Date":"8/1/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":584,"Cost":554,"Date":"1/11/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":752,"Cost":660,"Date":"9/11/2021"},{"Store":"K11 Wuhan","Brand":"Sellpy","Country":"China","Sale":963,"Cost":521,"Date":"6/2/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":252,"Cost":222,"Date":"6/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":65,"Cost":48,"Date":"3/11/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":152,"Cost":95,"Date":"7/24/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":131,"Cost":119,"Date":"5/18/2021"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":267,"Cost":186,"Date":"11/23/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":583,"Cost":397,"Date":"10/25/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":91,"Cost":50,"Date":"6/15/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":344,"Cost":197,"Date":"12/9/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":605,"Cost":544,"Date":"10/27/2021"},{"Store":"Fuzhou K11","Brand":"COS","Country":"China","Sale":402,"Cost":307,"Date":"3/27/2023"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":342,"Cost":210,"Date":"9/11/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":74,"Cost":66,"Date":"9/24/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":68,"Cost":58,"Date":"12/29/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":89,"Cost":52,"Date":"12/8/2018"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":517,"Cost":274,"Date":"4/23/2018"},{"Store":"Fuzhou K11","Brand":"Jeans","Country":"China","Sale":111,"Cost":76,"Date":"2/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":696,"Cost":368,"Date":"8/12/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":806,"Cost":426,"Date":"9/11/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"ARKET","Country":"China","Sale":129,"Cost":120,"Date":"8/24/2024"},{"Store":"Chengdu Global Center","Brand":"Nova","Country":"China","Sale":525,"Cost":467,"Date":"2/21/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":489,"Cost":348,"Date":"5/28/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"COS","Country":"China","Sale":980,"Cost":629,"Date":"8/1/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":252,"Cost":152,"Date":"5/16/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":771,"Cost":679,"Date":"6/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":409,"Cost":256,"Date":"7/26/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":960,"Cost":556,"Date":"2/23/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":526,"Cost":438,"Date":"12/20/2024"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":717,"Cost":375,"Date":"12/14/2024"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":155,"Cost":86,"Date":"3/10/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":479,"Cost":297,"Date":"5/26/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":669,"Cost":402,"Date":"2/15/2021"},{"Store":"Harbin International Trade Centre","Brand":"HM","Country":"China","Sale":169,"Cost":139,"Date":"3/2/2023"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":128,"Cost":65,"Date":"9/29/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":604,"Cost":320,"Date":"4/25/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":804,"Cost":595,"Date":"2/10/2020"},{"Store":"Taikoo Li Chengdu","Brand":"ARKET","Country":"China","Sale":97,"Cost":65,"Date":"10/14/2021"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":10,"Cost":5,"Date":"10/7/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":802,"Cost":736,"Date":"5/19/2021"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":638,"Cost":372,"Date":"11/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":318,"Cost":206,"Date":"6/4/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":920,"Cost":757,"Date":"3/23/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":604,"Cost":414,"Date":"7/27/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":303,"Cost":160,"Date":"4/29/2021"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":786,"Cost":663,"Date":"5/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"COS","Country":"China","Sale":700,"Cost":507,"Date":"4/30/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":388,"Cost":227,"Date":"1/30/2019"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":663,"Cost":357,"Date":"6/6/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":517,"Cost":447,"Date":"6/4/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":338,"Cost":254,"Date":"10/20/2021"},{"Store":"Fuzhou K11","Brand":"COS","Country":"China","Sale":463,"Cost":324,"Date":"1/27/2024"},{"Store":"Taikoo Li Chengdu","Brand":"ARKET","Country":"China","Sale":364,"Cost":192,"Date":"2/25/2020"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":348,"Cost":234,"Date":"10/27/2020"},{"Store":"Chengdu IFS","Brand":"ARKET","Country":"China","Sale":1,"Cost":1,"Date":"10/31/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":462,"Cost":428,"Date":"2/2/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":722,"Cost":409,"Date":"6/27/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":924,"Cost":864,"Date":"8/9/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":154,"Cost":78,"Date":"8/21/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":113,"Cost":85,"Date":"9/23/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":654,"Cost":492,"Date":"6/27/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":948,"Cost":595,"Date":"7/24/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM","Country":"China","Sale":309,"Cost":221,"Date":"12/15/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":652,"Cost":369,"Date":"8/22/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":858,"Cost":635,"Date":"2/12/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":90,"Cost":62,"Date":"4/2/2019"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":167,"Cost":146,"Date":"9/24/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":291,"Cost":181,"Date":"10/16/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":260,"Cost":169,"Date":"1/13/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":373,"Cost":196,"Date":"7/31/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":280,"Cost":141,"Date":"10/11/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":58,"Cost":42,"Date":"11/5/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":639,"Cost":549,"Date":"10/14/2022"},{"Store":"Fuzhou MixC","Brand":"COS","Country":"China","Sale":521,"Cost":360,"Date":"5/29/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":431,"Cost":390,"Date":"12/7/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":424,"Cost":316,"Date":"10/18/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"ARKET","Country":"China","Sale":612,"Cost":494,"Date":"5/5/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":151,"Cost":132,"Date":"7/25/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":667,"Cost":352,"Date":"10/7/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":934,"Cost":599,"Date":"4/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":279,"Cost":162,"Date":"6/30/2018"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":242,"Cost":194,"Date":"2/16/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":360,"Cost":308,"Date":"10/31/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":897,"Cost":476,"Date":"10/8/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Sellpy","Country":"China","Sale":748,"Cost":650,"Date":"11/26/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":814,"Cost":447,"Date":"6/2/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"COS","Country":"China","Sale":769,"Cost":704,"Date":"3/20/2018"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":931,"Cost":465,"Date":"5/29/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":294,"Cost":253,"Date":"11/11/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":227,"Cost":193,"Date":"12/12/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":663,"Cost":503,"Date":"2/7/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":900,"Cost":820,"Date":"3/5/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":158,"Cost":93,"Date":"3/19/2020"},{"Store":"Wuhan Han Street","Brand":"COS","Country":"China","Sale":859,"Cost":522,"Date":"8/15/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":712,"Cost":393,"Date":"7/10/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":933,"Cost":871,"Date":"1/9/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":823,"Cost":539,"Date":"8/10/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":317,"Cost":179,"Date":"1/18/2023"},{"Store":"Nanjing Aqua City","Brand":"ARKET","Country":"China","Sale":556,"Cost":380,"Date":"4/17/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":325,"Cost":287,"Date":"12/31/2021"},{"Store":"Tianjin Joy City","Brand":"HM Home","Country":"China","Sale":733,"Cost":612,"Date":"9/15/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":649,"Cost":327,"Date":"2/6/2019"},{"Store":"Harbin International Trade Centre","Brand":"HM","Country":"China","Sale":481,"Cost":327,"Date":"1/2/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":93,"Cost":82,"Date":"2/25/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":935,"Cost":505,"Date":"8/5/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":763,"Cost":420,"Date":"5/27/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":108,"Cost":77,"Date":"12/5/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":864,"Cost":537,"Date":"12/11/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":492,"Cost":330,"Date":"3/18/2018"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":106,"Cost":86,"Date":"8/18/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":763,"Cost":590,"Date":"7/12/2024"},{"Store":"K11 Wuhan","Brand":"Sellpy","Country":"China","Sale":885,"Cost":629,"Date":"11/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":694,"Cost":473,"Date":"5/2/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":616,"Cost":326,"Date":"5/15/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":243,"Cost":174,"Date":"12/12/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":270,"Cost":154,"Date":"5/9/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":985,"Cost":898,"Date":"5/13/2023"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":207,"Cost":107,"Date":"3/16/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":641,"Cost":329,"Date":"8/6/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":108,"Cost":94,"Date":"1/17/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":253,"Cost":229,"Date":"9/19/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":688,"Cost":569,"Date":"5/5/2018"},{"Store":"Xiamen SM City Mall","Brand":"ARKET","Country":"China","Sale":853,"Cost":735,"Date":"8/3/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":936,"Cost":729,"Date":"3/1/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":577,"Cost":506,"Date":"2/25/2023"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":737,"Cost":370,"Date":"6/5/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Nova","Country":"China","Sale":787,"Cost":522,"Date":"9/5/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":640,"Cost":369,"Date":"7/14/2022"},{"Store":"Harbin International Trade Centre","Brand":"COS","Country":"China","Sale":551,"Cost":415,"Date":"8/24/2018"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":441,"Cost":310,"Date":"2/14/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":119,"Cost":66,"Date":"10/24/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":626,"Cost":547,"Date":"12/30/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":780,"Cost":557,"Date":"4/5/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Sellpy","Country":"China","Sale":141,"Cost":105,"Date":"11/15/2018"},{"Store":"Fuzhou MixC","Brand":"COS","Country":"China","Sale":896,"Cost":485,"Date":"10/16/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":50,"Cost":36,"Date":"7/9/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Nova","Country":"China","Sale":560,"Cost":528,"Date":"6/13/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":549,"Cost":486,"Date":"6/1/2020"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":410,"Cost":357,"Date":"10/30/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":678,"Cost":558,"Date":"5/25/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Sellpy","Country":"China","Sale":836,"Cost":731,"Date":"4/4/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":985,"Cost":706,"Date":"8/27/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":735,"Cost":501,"Date":"3/6/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Sellpy","Country":"China","Sale":907,"Cost":502,"Date":"2/17/2020"},{"Store":"Shenyang Middle Street","Brand":"Sellpy","Country":"China","Sale":924,"Cost":608,"Date":"6/12/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":753,"Cost":433,"Date":"4/11/2018"},{"Store":"MixC Qingdao","Brand":"COS","Country":"China","Sale":447,"Cost":327,"Date":"9/2/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"COS","Country":"China","Sale":459,"Cost":433,"Date":"11/18/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":491,"Cost":351,"Date":"5/30/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM","Country":"China","Sale":788,"Cost":703,"Date":"5/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":866,"Cost":608,"Date":"4/10/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Nova","Country":"China","Sale":421,"Cost":219,"Date":"9/22/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":722,"Cost":465,"Date":"3/8/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":523,"Cost":292,"Date":"6/29/2018"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":233,"Cost":177,"Date":"1/3/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":990,"Cost":542,"Date":"4/12/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":374,"Cost":270,"Date":"3/1/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":462,"Cost":357,"Date":"2/17/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":132,"Cost":103,"Date":"11/29/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":399,"Cost":240,"Date":"8/27/2023"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":845,"Cost":629,"Date":"9/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":698,"Cost":514,"Date":"10/8/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":885,"Cost":523,"Date":"7/29/2021"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":113,"Cost":73,"Date":"5/8/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":184,"Cost":120,"Date":"7/22/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":599,"Cost":494,"Date":"2/15/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":265,"Cost":249,"Date":"5/22/2020"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":338,"Cost":188,"Date":"12/19/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":543,"Cost":422,"Date":"5/2/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":801,"Cost":406,"Date":"7/5/2023"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":701,"Cost":664,"Date":"6/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":899,"Cost":824,"Date":"2/20/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":244,"Cost":216,"Date":"4/19/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":824,"Cost":470,"Date":"6/13/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":938,"Cost":496,"Date":"4/21/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":883,"Cost":713,"Date":"3/27/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Sellpy","Country":"China","Sale":729,"Cost":584,"Date":"2/4/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":131,"Cost":66,"Date":"3/1/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":70,"Cost":55,"Date":"11/15/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":494,"Cost":401,"Date":"3/29/2023"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":744,"Cost":697,"Date":"2/19/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Nova","Country":"China","Sale":217,"Cost":144,"Date":"5/25/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":683,"Cost":402,"Date":"8/20/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":735,"Cost":480,"Date":"10/28/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Sellpy","Country":"China","Sale":486,"Cost":397,"Date":"10/31/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":841,"Cost":796,"Date":"11/3/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":403,"Cost":277,"Date":"5/15/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":482,"Cost":246,"Date":"3/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":886,"Cost":702,"Date":"8/22/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"ARKET","Country":"China","Sale":778,"Cost":528,"Date":"2/1/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":628,"Cost":320,"Date":"2/10/2022"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":215,"Cost":159,"Date":"2/22/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":702,"Cost":595,"Date":"7/27/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":890,"Cost":674,"Date":"11/25/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":624,"Cost":376,"Date":"2/9/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":811,"Cost":656,"Date":"2/26/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":294,"Cost":212,"Date":"6/1/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":618,"Cost":425,"Date":"9/22/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"ARKET","Country":"China","Sale":955,"Cost":763,"Date":"7/16/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":155,"Cost":103,"Date":"10/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Sellpy","Country":"China","Sale":736,"Cost":549,"Date":"12/20/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":953,"Cost":850,"Date":"3/10/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":774,"Cost":662,"Date":"9/12/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Nova","Country":"China","Sale":523,"Cost":330,"Date":"11/26/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Nova","Country":"China","Sale":921,"Cost":822,"Date":"10/9/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":434,"Cost":380,"Date":"9/28/2022"},{"Store":"Shenzhen MixC","Brand":"COS","Country":"China","Sale":504,"Cost":453,"Date":"8/29/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":627,"Cost":503,"Date":"1/9/2024"},{"Store":"Harbour City, Hong Kong","Brand":"ARKET","Country":"China","Sale":81,"Cost":61,"Date":"4/10/2019"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":537,"Cost":386,"Date":"11/16/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":924,"Cost":468,"Date":"9/12/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":79,"Cost":66,"Date":"2/1/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":343,"Cost":303,"Date":"3/24/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":188,"Cost":149,"Date":"9/10/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":380,"Cost":301,"Date":"6/26/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":658,"Cost":336,"Date":"9/5/2018"},{"Store":"China World Mall, Beijing","Brand":"HM","Country":"China","Sale":992,"Cost":531,"Date":"12/20/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":821,"Cost":711,"Date":"4/10/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":148,"Cost":90,"Date":"7/24/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":938,"Cost":882,"Date":"5/2/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":581,"Cost":295,"Date":"5/6/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":405,"Cost":314,"Date":"11/18/2022"},{"Store":"K11 Wuhan","Brand":"COS","Country":"China","Sale":346,"Cost":173,"Date":"9/1/2018"},{"Store":"Wangfujing, Beijing","Brand":"COS","Country":"China","Sale":472,"Cost":380,"Date":"12/7/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":533,"Cost":481,"Date":"6/13/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":760,"Cost":524,"Date":"6/30/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":107,"Cost":91,"Date":"5/1/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":114,"Cost":89,"Date":"2/8/2023"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":353,"Cost":241,"Date":"9/20/2018"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":650,"Cost":485,"Date":"11/6/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":295,"Cost":256,"Date":"2/21/2023"},{"Store":"K11 Guangzhou","Brand":"Sellpy","Country":"China","Sale":558,"Cost":434,"Date":"5/14/2021"},{"Store":"Times Square, Hong Kong","Brand":"HM Home","Country":"China","Sale":531,"Cost":391,"Date":"3/13/2021"},{"Store":"Wangfujing, Beijing","Brand":"HM Home","Country":"China","Sale":483,"Cost":263,"Date":"3/16/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":673,"Cost":527,"Date":"7/28/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":322,"Cost":244,"Date":"3/18/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM","Country":"China","Sale":641,"Cost":437,"Date":"3/22/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":81,"Cost":75,"Date":"4/27/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":943,"Cost":835,"Date":"2/16/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":975,"Cost":530,"Date":"7/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":504,"Cost":410,"Date":"8/5/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":739,"Cost":398,"Date":"11/26/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Nova","Country":"China","Sale":227,"Cost":125,"Date":"1/29/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":276,"Cost":208,"Date":"6/5/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":562,"Cost":456,"Date":"4/11/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":238,"Cost":195,"Date":"11/21/2021"},{"Store":"Harbour City, Hong Kong","Brand":"ARKET","Country":"China","Sale":697,"Cost":506,"Date":"1/17/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":220,"Cost":111,"Date":"12/2/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":870,"Cost":691,"Date":"4/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":335,"Cost":310,"Date":"9/9/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":114,"Cost":68,"Date":"4/25/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":385,"Cost":344,"Date":"12/13/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":41,"Cost":24,"Date":"6/1/2018"},{"Store":"Wangfujing, Beijing","Brand":"HM Home","Country":"China","Sale":29,"Cost":18,"Date":"3/24/2021"},{"Store":"MixC Qingdao","Brand":"HM Home","Country":"China","Sale":924,"Cost":639,"Date":"11/24/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":799,"Cost":578,"Date":"7/30/2024"},{"Store":"IFC Mall, Shanghai","Brand":"COS","Country":"China","Sale":911,"Cost":654,"Date":"6/24/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Sellpy","Country":"China","Sale":770,"Cost":651,"Date":"10/11/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":474,"Cost":427,"Date":"9/27/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":70,"Cost":53,"Date":"4/16/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":345,"Cost":263,"Date":"4/14/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":605,"Cost":519,"Date":"6/14/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":424,"Cost":360,"Date":"5/11/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":910,"Cost":609,"Date":"8/23/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":623,"Cost":349,"Date":"1/1/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":446,"Cost":289,"Date":"5/1/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":648,"Cost":543,"Date":"1/2/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":939,"Cost":615,"Date":"1/15/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"ARKET","Country":"China","Sale":543,"Cost":443,"Date":"7/14/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":413,"Cost":256,"Date":"6/11/2022"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":117,"Cost":82,"Date":"7/25/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":932,"Cost":778,"Date":"3/8/2020"},{"Store":"Wangfujing, Beijing","Brand":"COS","Country":"China","Sale":263,"Cost":158,"Date":"10/31/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":503,"Cost":326,"Date":"11/12/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":953,"Cost":877,"Date":"5/3/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":277,"Cost":220,"Date":"9/6/2019"},{"Store":"China World Mall, Beijing","Brand":"Nova","Country":"China","Sale":733,"Cost":625,"Date":"11/2/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":454,"Cost":376,"Date":"10/16/2022"},{"Store":"K11 Guangzhou","Brand":"Nova","Country":"China","Sale":943,"Cost":871,"Date":"6/22/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":904,"Cost":815,"Date":"9/23/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":169,"Cost":132,"Date":"4/27/2021"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":365,"Cost":215,"Date":"2/10/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":527,"Cost":389,"Date":"4/15/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":298,"Cost":243,"Date":"3/10/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":208,"Cost":194,"Date":"2/7/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":338,"Cost":299,"Date":"11/17/2023"},{"Store":"Nanjing Xinjiekou","Brand":"COS","Country":"China","Sale":866,"Cost":480,"Date":"10/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"COS","Country":"China","Sale":974,"Cost":797,"Date":"6/8/2018"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":853,"Cost":522,"Date":"5/26/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":100,"Cost":57,"Date":"2/22/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":196,"Cost":117,"Date":"12/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":465,"Cost":378,"Date":"12/5/2021"},{"Store":"Tianjin Joy City","Brand":"Nova","Country":"China","Sale":864,"Cost":685,"Date":"8/23/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":234,"Cost":222,"Date":"4/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"ARKET","Country":"China","Sale":759,"Cost":386,"Date":"9/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":109,"Cost":92,"Date":"10/19/2022"},{"Store":"Tianjin Joy City","Brand":"COS","Country":"China","Sale":60,"Cost":33,"Date":"8/6/2021"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":951,"Cost":801,"Date":"12/8/2023"},{"Store":"Harbin International Trade Centre","Brand":"COS","Country":"China","Sale":277,"Cost":259,"Date":"12/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":793,"Cost":552,"Date":"11/8/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":758,"Cost":489,"Date":"12/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":267,"Cost":140,"Date":"3/14/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Sellpy","Country":"China","Sale":668,"Cost":506,"Date":"1/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"HM","Country":"China","Sale":844,"Cost":434,"Date":"11/9/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":783,"Cost":522,"Date":"4/11/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":352,"Cost":258,"Date":"11/24/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":388,"Cost":211,"Date":"12/12/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":470,"Cost":419,"Date":"4/9/2020"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":680,"Cost":574,"Date":"4/12/2019"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":888,"Cost":767,"Date":"6/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":746,"Cost":569,"Date":"11/25/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":585,"Cost":418,"Date":"12/28/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":430,"Cost":319,"Date":"9/16/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":413,"Cost":259,"Date":"11/19/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":871,"Cost":603,"Date":"4/29/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":576,"Cost":528,"Date":"7/2/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":397,"Cost":227,"Date":"4/25/2018"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":459,"Cost":332,"Date":"10/5/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":571,"Cost":436,"Date":"4/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":833,"Cost":750,"Date":"3/29/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":688,"Cost":470,"Date":"1/21/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Sellpy","Country":"China","Sale":22,"Cost":20,"Date":"2/20/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":231,"Cost":188,"Date":"10/1/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":321,"Cost":267,"Date":"12/2/2019"},{"Store":"China World Mall, Beijing","Brand":"HM","Country":"China","Sale":191,"Cost":131,"Date":"9/23/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":911,"Cost":811,"Date":"1/1/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":64,"Cost":47,"Date":"4/13/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":848,"Cost":601,"Date":"4/25/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":68,"Cost":41,"Date":"7/7/2019"},{"Store":"Nanjing Aqua City","Brand":"ARKET","Country":"China","Sale":388,"Cost":196,"Date":"9/21/2022"},{"Store":"Shenzhen MixC","Brand":"COS","Country":"China","Sale":549,"Cost":316,"Date":"5/22/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":416,"Cost":363,"Date":"4/4/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":397,"Cost":311,"Date":"11/5/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":276,"Cost":169,"Date":"3/24/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":565,"Cost":328,"Date":"3/9/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":860,"Cost":739,"Date":"6/3/2021"},{"Store":"Tianjin Joy City","Brand":"HM Home","Country":"China","Sale":903,"Cost":658,"Date":"8/8/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":583,"Cost":311,"Date":"10/16/2020"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":502,"Cost":254,"Date":"2/23/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":62,"Cost":38,"Date":"12/4/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":322,"Cost":204,"Date":"11/19/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":406,"Cost":379,"Date":"11/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":806,"Cost":603,"Date":"6/24/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":445,"Cost":403,"Date":"4/30/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":101,"Cost":53,"Date":"6/16/2022"},{"Store":"Nanjing Aqua City","Brand":"ARKET","Country":"China","Sale":162,"Cost":132,"Date":"6/20/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":783,"Cost":497,"Date":"5/23/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":934,"Cost":658,"Date":"3/24/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":667,"Cost":631,"Date":"4/1/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":377,"Cost":338,"Date":"3/1/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":415,"Cost":392,"Date":"5/30/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":184,"Cost":153,"Date":"12/23/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":166,"Cost":109,"Date":"5/1/2023"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":978,"Cost":824,"Date":"6/10/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":59,"Cost":44,"Date":"1/12/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Sellpy","Country":"China","Sale":404,"Cost":361,"Date":"10/13/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":225,"Cost":196,"Date":"7/25/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":533,"Cost":496,"Date":"12/20/2022"},{"Store":"Xiamen SM City Mall","Brand":"Jeans","Country":"China","Sale":959,"Cost":880,"Date":"7/11/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":245,"Cost":202,"Date":"12/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM","Country":"China","Sale":29,"Cost":24,"Date":"1/29/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":733,"Cost":467,"Date":"4/12/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":492,"Cost":407,"Date":"4/28/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":71,"Cost":48,"Date":"8/14/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":470,"Cost":394,"Date":"1/24/2024"},{"Store":"Fuzhou K11","Brand":"COS","Country":"China","Sale":881,"Cost":693,"Date":"5/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":283,"Cost":206,"Date":"11/26/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM","Country":"China","Sale":546,"Cost":492,"Date":"10/31/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":981,"Cost":871,"Date":"8/9/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":849,"Cost":626,"Date":"8/31/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":564,"Cost":341,"Date":"1/8/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":141,"Cost":70,"Date":"4/5/2023"},{"Store":"IFC Mall, Shanghai","Brand":"HM","Country":"China","Sale":822,"Cost":618,"Date":"2/23/2023"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":387,"Cost":248,"Date":"7/27/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":892,"Cost":775,"Date":"4/5/2024"},{"Store":"Xiamen SM City Mall","Brand":"ARKET","Country":"China","Sale":300,"Cost":285,"Date":"9/12/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":292,"Cost":227,"Date":"6/6/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":834,"Cost":499,"Date":"10/1/2018"},{"Store":"Chengdu IFS","Brand":"Nova","Country":"China","Sale":486,"Cost":283,"Date":"9/3/2021"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":873,"Cost":800,"Date":"11/6/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":128,"Cost":82,"Date":"7/13/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":993,"Cost":567,"Date":"7/13/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":860,"Cost":603,"Date":"6/19/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":15,"Cost":14,"Date":"10/29/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":783,"Cost":475,"Date":"9/26/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":481,"Cost":371,"Date":"12/19/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":590,"Cost":557,"Date":"8/24/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"COS","Country":"China","Sale":920,"Cost":675,"Date":"3/10/2021"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":31,"Cost":17,"Date":"2/23/2019"},{"Store":"Harbour City, Hong Kong","Brand":"ARKET","Country":"China","Sale":627,"Cost":581,"Date":"10/15/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"COS","Country":"China","Sale":331,"Cost":277,"Date":"12/29/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":661,"Cost":542,"Date":"7/30/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":636,"Cost":532,"Date":"2/28/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":294,"Cost":255,"Date":"12/25/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":705,"Cost":548,"Date":"10/15/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":994,"Cost":686,"Date":"2/20/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":930,"Cost":607,"Date":"7/12/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":430,"Cost":266,"Date":"8/5/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":755,"Cost":584,"Date":"6/4/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":104,"Cost":87,"Date":"7/27/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":582,"Cost":302,"Date":"12/24/2019"},{"Store":"The Place, Beijing","Brand":"Sellpy","Country":"China","Sale":294,"Cost":234,"Date":"1/25/2021"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":29,"Cost":16,"Date":"4/15/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":72,"Cost":59,"Date":"4/17/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":353,"Cost":276,"Date":"7/4/2020"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":883,"Cost":831,"Date":"4/3/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":356,"Cost":311,"Date":"4/5/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":660,"Cost":494,"Date":"2/17/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":733,"Cost":534,"Date":"5/9/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":688,"Cost":415,"Date":"10/3/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":765,"Cost":463,"Date":"1/26/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":175,"Cost":149,"Date":"5/25/2022"},{"Store":"Nanjing Xinjiekou","Brand":"COS","Country":"China","Sale":279,"Cost":167,"Date":"2/24/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":31,"Cost":17,"Date":"10/4/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":726,"Cost":587,"Date":"1/30/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":755,"Cost":393,"Date":"7/25/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":983,"Cost":598,"Date":"12/11/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":626,"Cost":577,"Date":"7/3/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":826,"Cost":598,"Date":"5/4/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":589,"Cost":513,"Date":"5/4/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":937,"Cost":796,"Date":"3/15/2018"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":658,"Cost":451,"Date":"8/2/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":472,"Cost":259,"Date":"1/26/2023"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":927,"Cost":829,"Date":"10/10/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":726,"Cost":497,"Date":"11/13/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":261,"Cost":213,"Date":"1/3/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":798,"Cost":565,"Date":"11/14/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Sellpy","Country":"China","Sale":739,"Cost":515,"Date":"9/15/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":259,"Cost":185,"Date":"5/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":100,"Cost":89,"Date":"11/8/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":772,"Cost":704,"Date":"11/21/2021"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":167,"Cost":138,"Date":"6/10/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":82,"Cost":52,"Date":"11/24/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":282,"Cost":251,"Date":"6/5/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":748,"Cost":632,"Date":"1/20/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":5,"Cost":5,"Date":"8/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":274,"Cost":189,"Date":"3/29/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":813,"Cost":563,"Date":"2/10/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":23,"Cost":13,"Date":"8/11/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":872,"Cost":561,"Date":"6/27/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":610,"Cost":551,"Date":"5/19/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":185,"Cost":148,"Date":"12/29/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":595,"Cost":314,"Date":"5/22/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":480,"Cost":378,"Date":"3/15/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":799,"Cost":651,"Date":"12/15/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":831,"Cost":546,"Date":"9/27/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":965,"Cost":626,"Date":"6/24/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":621,"Cost":317,"Date":"10/1/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM","Country":"China","Sale":88,"Cost":81,"Date":"3/25/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":329,"Cost":253,"Date":"6/15/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":913,"Cost":616,"Date":"5/28/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":265,"Cost":155,"Date":"7/3/2021"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":756,"Cost":629,"Date":"12/26/2019"},{"Store":"China World Mall, Beijing","Brand":"HM","Country":"China","Sale":372,"Cost":249,"Date":"1/3/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":717,"Cost":583,"Date":"3/17/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":36,"Cost":25,"Date":"9/12/2019"},{"Store":"K11 Guangzhou","Brand":"Sellpy","Country":"China","Sale":121,"Cost":104,"Date":"11/10/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":993,"Cost":929,"Date":"5/17/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":93,"Cost":63,"Date":"1/9/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":501,"Cost":261,"Date":"8/31/2020"},{"Store":"Wangfujing, Beijing","Brand":"COS","Country":"China","Sale":505,"Cost":381,"Date":"5/6/2018"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":144,"Cost":125,"Date":"8/21/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":223,"Cost":153,"Date":"7/24/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"ARKET","Country":"China","Sale":456,"Cost":334,"Date":"3/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":950,"Cost":507,"Date":"6/29/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":347,"Cost":314,"Date":"10/28/2023"},{"Store":"K11 Wuhan","Brand":"COS","Country":"China","Sale":582,"Cost":305,"Date":"7/6/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":939,"Cost":783,"Date":"7/9/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":159,"Cost":101,"Date":"2/28/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":648,"Cost":386,"Date":"5/13/2021"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":737,"Cost":468,"Date":"12/20/2020"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":410,"Cost":338,"Date":"10/25/2020"},{"Store":"Kolding Storcenter","Brand":"Nova","Country":"Denmark","Sale":86,"Cost":44,"Date":"2/4/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":899,"Cost":607,"Date":"4/29/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":741,"Cost":407,"Date":"10/3/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Nova","Country":"Denmark","Sale":748,"Cost":493,"Date":"7/21/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":69,"Cost":51,"Date":"8/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":779,"Cost":561,"Date":"3/3/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":24,"Cost":22,"Date":"11/29/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":174,"Cost":118,"Date":"3/12/2023"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":308,"Cost":282,"Date":"10/31/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":485,"Cost":313,"Date":"10/14/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":621,"Cost":387,"Date":"6/7/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":946,"Cost":768,"Date":"5/24/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":593,"Cost":505,"Date":"6/16/2023"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":863,"Cost":783,"Date":"10/26/2024"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":992,"Cost":511,"Date":"3/29/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":5,"Cost":5,"Date":"8/6/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":488,"Cost":443,"Date":"5/19/2022"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":480,"Cost":276,"Date":"6/30/2024"},{"Store":"Illum, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":260,"Cost":246,"Date":"1/22/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":20,"Cost":11,"Date":"1/26/2024"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":151,"Cost":116,"Date":"12/3/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":396,"Cost":222,"Date":"7/2/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":660,"Cost":596,"Date":"2/9/2023"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":99,"Cost":58,"Date":"12/1/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":941,"Cost":692,"Date":"8/27/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":770,"Cost":441,"Date":"3/10/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":291,"Cost":225,"Date":"6/7/2018"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":286,"Cost":255,"Date":"11/19/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":597,"Cost":385,"Date":"6/8/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":532,"Cost":419,"Date":"5/7/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":571,"Cost":429,"Date":"1/23/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":58,"Cost":39,"Date":"2/23/2018"},{"Store":"Frederiksberg Center","Brand":"Jeans","Country":"Denmark","Sale":778,"Cost":681,"Date":"1/18/2024"},{"Store":"HerningCentret","Brand":"HM Home","Country":"Denmark","Sale":360,"Cost":342,"Date":"4/3/2018"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":598,"Cost":350,"Date":"6/5/2019"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":558,"Cost":370,"Date":"4/11/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":237,"Cost":127,"Date":"11/24/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":987,"Cost":621,"Date":"4/7/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":739,"Cost":600,"Date":"10/4/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":306,"Cost":238,"Date":"10/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":102,"Cost":56,"Date":"1/2/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":613,"Cost":543,"Date":"4/20/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":309,"Cost":286,"Date":"5/19/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":434,"Cost":413,"Date":"6/25/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":902,"Cost":526,"Date":"4/18/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":298,"Cost":225,"Date":"6/30/2023"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":251,"Cost":193,"Date":"12/18/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":28,"Cost":21,"Date":"2/7/2018"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":233,"Cost":192,"Date":"5/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":806,"Cost":432,"Date":"10/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":802,"Cost":761,"Date":"1/30/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":682,"Cost":435,"Date":"7/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":595,"Cost":300,"Date":"8/1/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":651,"Cost":340,"Date":"9/27/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":14,"Cost":9,"Date":"12/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":507,"Cost":281,"Date":"4/16/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":933,"Cost":811,"Date":"8/15/2022"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":179,"Cost":128,"Date":"5/20/2019"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":621,"Cost":471,"Date":"8/19/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":458,"Cost":255,"Date":"10/24/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":263,"Cost":166,"Date":"6/30/2022"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":172,"Cost":102,"Date":"9/28/2024"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":419,"Cost":303,"Date":"1/26/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":320,"Cost":303,"Date":"4/24/2021"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":800,"Cost":663,"Date":"4/14/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":454,"Cost":416,"Date":"12/24/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":590,"Cost":444,"Date":"4/3/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":440,"Cost":343,"Date":"12/26/2024"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":238,"Cost":141,"Date":"2/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":627,"Cost":323,"Date":"11/25/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":846,"Cost":512,"Date":"9/24/2024"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":45,"Cost":30,"Date":"7/9/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":478,"Cost":391,"Date":"3/17/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":659,"Cost":566,"Date":"10/29/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":578,"Cost":443,"Date":"11/23/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":464,"Cost":312,"Date":"5/30/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":999,"Cost":821,"Date":"7/31/2019"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":536,"Cost":398,"Date":"10/25/2022"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":346,"Cost":200,"Date":"4/8/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":619,"Cost":455,"Date":"9/24/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":527,"Cost":444,"Date":"11/9/2022"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":718,"Cost":416,"Date":"1/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":884,"Cost":785,"Date":"10/4/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":123,"Cost":81,"Date":"2/2/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":965,"Cost":735,"Date":"2/16/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":443,"Cost":362,"Date":"4/10/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":514,"Cost":361,"Date":"1/18/2023"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":127,"Cost":83,"Date":"6/7/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":907,"Cost":724,"Date":"5/23/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":821,"Cost":696,"Date":"7/2/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":589,"Cost":466,"Date":"7/18/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":220,"Cost":192,"Date":"5/8/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":873,"Cost":675,"Date":"9/10/2018"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":473,"Cost":266,"Date":"7/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":927,"Cost":861,"Date":"4/17/2022"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":625,"Cost":393,"Date":"9/4/2019"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":464,"Cost":247,"Date":"11/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":18,"Cost":9,"Date":"10/29/2018"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":251,"Cost":126,"Date":"11/11/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":313,"Cost":181,"Date":"9/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":29,"Cost":15,"Date":"6/29/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":339,"Cost":246,"Date":"6/24/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":442,"Cost":337,"Date":"7/27/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":188,"Cost":113,"Date":"5/7/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":316,"Cost":266,"Date":"6/5/2022"},{"Store":"HerningCentret","Brand":"Jeans","Country":"Denmark","Sale":517,"Cost":449,"Date":"1/27/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":170,"Cost":89,"Date":"4/5/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":161,"Cost":99,"Date":"6/11/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":509,"Cost":457,"Date":"5/10/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":613,"Cost":443,"Date":"9/20/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":986,"Cost":549,"Date":"8/7/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":693,"Cost":418,"Date":"12/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":217,"Cost":147,"Date":"6/30/2022"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":656,"Cost":585,"Date":"8/12/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":733,"Cost":415,"Date":"11/18/2020"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":96,"Cost":56,"Date":"11/11/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":318,"Cost":247,"Date":"3/23/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":35,"Cost":25,"Date":"6/7/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":326,"Cost":170,"Date":"7/5/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":103,"Cost":83,"Date":"11/12/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":200,"Cost":102,"Date":"10/1/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":714,"Cost":609,"Date":"7/28/2022"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":252,"Cost":149,"Date":"8/30/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":531,"Cost":319,"Date":"6/2/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":341,"Cost":199,"Date":"9/12/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":245,"Cost":179,"Date":"2/9/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":378,"Cost":227,"Date":"12/25/2018"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":483,"Cost":281,"Date":"11/29/2020"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":438,"Cost":338,"Date":"4/19/2023"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":450,"Cost":307,"Date":"9/4/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":13,"Cost":11,"Date":"1/21/2022"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":897,"Cost":778,"Date":"8/22/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":665,"Cost":477,"Date":"6/17/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":132,"Cost":123,"Date":"2/11/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":370,"Cost":338,"Date":"5/13/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":864,"Cost":660,"Date":"2/17/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":620,"Cost":347,"Date":"4/18/2024"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":404,"Cost":372,"Date":"12/2/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":858,"Cost":547,"Date":"9/27/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Nova","Country":"Denmark","Sale":882,"Cost":638,"Date":"12/20/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":425,"Cost":348,"Date":"2/28/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":26,"Cost":17,"Date":"9/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":295,"Cost":247,"Date":"10/26/2020"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":771,"Cost":576,"Date":"1/13/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":884,"Cost":764,"Date":"5/21/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":197,"Cost":142,"Date":"1/26/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":795,"Cost":626,"Date":"7/1/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":660,"Cost":605,"Date":"3/8/2018"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":282,"Cost":236,"Date":"7/16/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":943,"Cost":738,"Date":"9/30/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":902,"Cost":462,"Date":"3/28/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":576,"Cost":528,"Date":"7/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":124,"Cost":100,"Date":"6/15/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":726,"Cost":427,"Date":"10/31/2018"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":107,"Cost":101,"Date":"11/20/2024"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":974,"Cost":574,"Date":"3/6/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":767,"Cost":505,"Date":"2/22/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":946,"Cost":503,"Date":"1/29/2022"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":34,"Cost":26,"Date":"10/10/2018"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":701,"Cost":395,"Date":"2/7/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":174,"Cost":150,"Date":"3/11/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":85,"Cost":79,"Date":"4/14/2021"},{"Store":"Illum, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":920,"Cost":527,"Date":"8/10/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":159,"Cost":114,"Date":"11/11/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":698,"Cost":371,"Date":"4/26/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":452,"Cost":425,"Date":"7/26/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":66,"Cost":46,"Date":"1/13/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":512,"Cost":473,"Date":"6/26/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":805,"Cost":714,"Date":"3/26/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":583,"Cost":515,"Date":"3/6/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":784,"Cost":436,"Date":"4/29/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":565,"Cost":522,"Date":"10/4/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":979,"Cost":844,"Date":"9/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":525,"Cost":392,"Date":"4/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":64,"Cost":42,"Date":"1/12/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":736,"Cost":525,"Date":"12/3/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":529,"Cost":297,"Date":"2/25/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":786,"Cost":570,"Date":"10/17/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":402,"Cost":272,"Date":"7/5/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":159,"Cost":136,"Date":"3/27/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":579,"Cost":519,"Date":"5/17/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":958,"Cost":676,"Date":"4/27/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":997,"Cost":919,"Date":"3/6/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":368,"Cost":252,"Date":"2/8/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":368,"Cost":331,"Date":"10/9/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":140,"Cost":73,"Date":"6/27/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":811,"Cost":412,"Date":"8/2/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":262,"Cost":163,"Date":"5/4/2023"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":243,"Cost":200,"Date":"1/16/2018"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":68,"Cost":37,"Date":"3/7/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":941,"Cost":720,"Date":"9/11/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":541,"Cost":300,"Date":"8/29/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":430,"Cost":260,"Date":"5/24/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":674,"Cost":540,"Date":"1/3/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":164,"Cost":127,"Date":"4/10/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":288,"Cost":163,"Date":"4/16/2021"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":980,"Cost":715,"Date":"2/10/2022"},{"Store":"Illum, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":20,"Cost":13,"Date":"7/12/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":524,"Cost":301,"Date":"10/24/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":155,"Cost":87,"Date":"5/6/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":106,"Cost":53,"Date":"4/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":300,"Cost":249,"Date":"1/2/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":540,"Cost":334,"Date":"11/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":972,"Cost":737,"Date":"7/27/2024"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":106,"Cost":84,"Date":"8/22/2020"},{"Store":"Frederiksberg Center","Brand":"Jeans","Country":"Denmark","Sale":119,"Cost":78,"Date":"8/15/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":494,"Cost":360,"Date":"7/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":1,"Cost":0,"Date":"2/2/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":264,"Cost":147,"Date":"5/13/2024"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":253,"Cost":229,"Date":"1/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":440,"Cost":355,"Date":"1/5/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":65,"Cost":33,"Date":"12/26/2023"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":774,"Cost":394,"Date":"1/29/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":213,"Cost":194,"Date":"7/13/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":69,"Cost":55,"Date":"3/12/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM Home","Country":"Denmark","Sale":748,"Cost":454,"Date":"11/25/2023"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":557,"Cost":399,"Date":"12/25/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":122,"Cost":108,"Date":"2/16/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":996,"Cost":805,"Date":"4/21/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":154,"Cost":85,"Date":"2/10/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":663,"Cost":522,"Date":"2/20/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":193,"Cost":116,"Date":"1/31/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":403,"Cost":347,"Date":"9/16/2019"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":277,"Cost":196,"Date":"7/10/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":561,"Cost":365,"Date":"6/9/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":771,"Cost":458,"Date":"1/8/2021"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":302,"Cost":183,"Date":"11/25/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":204,"Cost":148,"Date":"6/27/2023"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":690,"Cost":499,"Date":"5/30/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":849,"Cost":465,"Date":"10/19/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":295,"Cost":174,"Date":"3/2/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":495,"Cost":308,"Date":"1/26/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":892,"Cost":795,"Date":"7/11/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM Home","Country":"Denmark","Sale":257,"Cost":134,"Date":"12/27/2020"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":643,"Cost":563,"Date":"3/4/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":926,"Cost":825,"Date":"9/16/2021"},{"Store":"Kolding Storcenter","Brand":"Nova","Country":"Denmark","Sale":952,"Cost":515,"Date":"2/11/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":94,"Cost":88,"Date":"7/6/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":122,"Cost":113,"Date":"5/1/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":304,"Cost":267,"Date":"7/4/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":697,"Cost":527,"Date":"2/14/2021"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":708,"Cost":477,"Date":"10/30/2019"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":767,"Cost":503,"Date":"6/25/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":225,"Cost":187,"Date":"2/19/2021"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":490,"Cost":376,"Date":"7/25/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":460,"Cost":341,"Date":"1/3/2019"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":488,"Cost":259,"Date":"3/27/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":175,"Cost":136,"Date":"2/26/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":845,"Cost":663,"Date":"7/24/2019"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":572,"Cost":394,"Date":"2/13/2018"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":512,"Cost":352,"Date":"1/31/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":147,"Cost":101,"Date":"8/15/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":143,"Cost":74,"Date":"12/3/2023"},{"Store":"Kolding Storcenter","Brand":"Nova","Country":"Denmark","Sale":724,"Cost":583,"Date":"9/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":495,"Cost":254,"Date":"9/28/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":405,"Cost":370,"Date":"5/8/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":789,"Cost":513,"Date":"11/11/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":922,"Cost":854,"Date":"7/30/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":868,"Cost":588,"Date":"4/24/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":823,"Cost":540,"Date":"9/16/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":381,"Cost":282,"Date":"3/14/2022"},{"Store":"Kolding Storcenter","Brand":"HM","Country":"Denmark","Sale":5,"Cost":5,"Date":"5/22/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":882,"Cost":500,"Date":"11/20/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":201,"Cost":159,"Date":"10/2/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":668,"Cost":433,"Date":"3/3/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":563,"Cost":457,"Date":"8/12/2024"},{"Store":"Field's, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":274,"Cost":194,"Date":"2/18/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":655,"Cost":470,"Date":"9/9/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":614,"Cost":530,"Date":"1/16/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":864,"Cost":454,"Date":"1/5/2022"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":940,"Cost":863,"Date":"1/5/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":187,"Cost":121,"Date":"8/9/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":836,"Cost":726,"Date":"12/20/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":118,"Cost":60,"Date":"12/8/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":102,"Cost":59,"Date":"8/3/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":985,"Cost":672,"Date":"7/14/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":528,"Cost":488,"Date":"8/7/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":65,"Cost":49,"Date":"6/26/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":222,"Cost":168,"Date":"6/15/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":36,"Cost":22,"Date":"8/27/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":837,"Cost":456,"Date":"7/22/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":520,"Cost":381,"Date":"3/6/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":262,"Cost":229,"Date":"2/11/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":563,"Cost":493,"Date":"7/15/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":686,"Cost":346,"Date":"10/28/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":459,"Cost":395,"Date":"11/28/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":150,"Cost":141,"Date":"9/23/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":330,"Cost":183,"Date":"9/1/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":97,"Cost":86,"Date":"12/25/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":419,"Cost":214,"Date":"8/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":316,"Cost":212,"Date":"7/27/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":591,"Cost":386,"Date":"4/16/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":100,"Cost":88,"Date":"7/18/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":110,"Cost":92,"Date":"7/22/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":837,"Cost":614,"Date":"6/14/2024"},{"Store":"HerningCentret","Brand":"Jeans","Country":"Denmark","Sale":683,"Cost":525,"Date":"8/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":988,"Cost":673,"Date":"12/29/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":784,"Cost":436,"Date":"1/14/2020"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":291,"Cost":205,"Date":"2/7/2021"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":582,"Cost":320,"Date":"6/30/2022"},{"Store":"Field's, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":928,"Cost":608,"Date":"5/2/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":112,"Cost":80,"Date":"3/31/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":203,"Cost":150,"Date":"8/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":118,"Cost":94,"Date":"1/7/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":369,"Cost":315,"Date":"12/24/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":711,"Cost":480,"Date":"6/4/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":994,"Cost":703,"Date":"9/13/2023"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":568,"Cost":432,"Date":"10/2/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":689,"Cost":612,"Date":"12/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":30,"Cost":17,"Date":"2/6/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":879,"Cost":767,"Date":"4/29/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":849,"Cost":512,"Date":"11/30/2019"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":167,"Cost":86,"Date":"9/16/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":36,"Cost":32,"Date":"9/22/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":623,"Cost":333,"Date":"3/16/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":425,"Cost":274,"Date":"3/15/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":523,"Cost":370,"Date":"9/29/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":979,"Cost":801,"Date":"12/18/2023"},{"Store":"Kolding Storcenter","Brand":"HM","Country":"Denmark","Sale":989,"Cost":724,"Date":"3/6/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":955,"Cost":802,"Date":"7/6/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":646,"Cost":610,"Date":"7/19/2020"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":318,"Cost":284,"Date":"1/4/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":414,"Cost":220,"Date":"8/1/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":1000,"Cost":638,"Date":"11/22/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":165,"Cost":127,"Date":"5/3/2019"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":604,"Cost":556,"Date":"2/13/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":623,"Cost":589,"Date":"12/14/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":56,"Cost":29,"Date":"2/16/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":453,"Cost":256,"Date":"10/11/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":172,"Cost":157,"Date":"11/17/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":241,"Cost":204,"Date":"7/22/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":306,"Cost":275,"Date":"12/30/2023"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":610,"Cost":398,"Date":"4/30/2023"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":640,"Cost":363,"Date":"10/11/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":554,"Cost":400,"Date":"1/18/2021"},{"Store":"HerningCentret","Brand":"HM Home","Country":"Denmark","Sale":870,"Cost":583,"Date":"9/24/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":784,"Cost":431,"Date":"5/8/2020"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":328,"Cost":275,"Date":"11/17/2020"},{"Store":"HerningCentret","Brand":"COS","Country":"Denmark","Sale":93,"Cost":49,"Date":"9/24/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":758,"Cost":574,"Date":"11/25/2019"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":337,"Cost":228,"Date":"5/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":444,"Cost":415,"Date":"1/11/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":491,"Cost":297,"Date":"3/15/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":739,"Cost":388,"Date":"7/26/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":147,"Cost":85,"Date":"1/6/2024"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":527,"Cost":459,"Date":"5/8/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":305,"Cost":233,"Date":"10/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":307,"Cost":262,"Date":"1/20/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":12,"Cost":11,"Date":"2/24/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":634,"Cost":443,"Date":"8/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":972,"Cost":876,"Date":"9/22/2020"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":767,"Cost":528,"Date":"6/3/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":108,"Cost":84,"Date":"10/22/2022"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":810,"Cost":467,"Date":"7/24/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":940,"Cost":592,"Date":"11/23/2018"},{"Store":"HerningCentret","Brand":"COS","Country":"Denmark","Sale":374,"Cost":247,"Date":"9/18/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":460,"Cost":370,"Date":"12/14/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":802,"Cost":566,"Date":"12/9/2021"},{"Store":"Lyngby Storcenter","Brand":"HM Home","Country":"Denmark","Sale":239,"Cost":179,"Date":"10/22/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":596,"Cost":371,"Date":"2/17/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":842,"Cost":513,"Date":"8/29/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":184,"Cost":109,"Date":"7/21/2020"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":376,"Cost":296,"Date":"4/26/2018"},{"Store":"Frederiksberg Center","Brand":"ARKET","Country":"Denmark","Sale":322,"Cost":291,"Date":"7/28/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":788,"Cost":480,"Date":"10/18/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":217,"Cost":186,"Date":"11/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":867,"Cost":809,"Date":"6/8/2020"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":894,"Cost":574,"Date":"10/13/2019"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":488,"Cost":263,"Date":"1/23/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":343,"Cost":203,"Date":"5/17/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":536,"Cost":397,"Date":"8/27/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":917,"Cost":816,"Date":"4/26/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":553,"Cost":379,"Date":"6/29/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":153,"Cost":108,"Date":"3/29/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":6,"Cost":6,"Date":"4/5/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":839,"Cost":714,"Date":"9/8/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":381,"Cost":337,"Date":"10/8/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":178,"Cost":128,"Date":"10/21/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":496,"Cost":456,"Date":"9/13/2022"},{"Store":"Field's, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":648,"Cost":537,"Date":"3/13/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":473,"Cost":298,"Date":"3/7/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":950,"Cost":700,"Date":"12/30/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":14,"Cost":12,"Date":"2/18/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":908,"Cost":835,"Date":"11/21/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":882,"Cost":449,"Date":"3/10/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":839,"Cost":599,"Date":"9/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":271,"Cost":142,"Date":"8/30/2020"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":178,"Cost":133,"Date":"3/4/2023"},{"Store":"HerningCentret","Brand":"HM Home","Country":"Denmark","Sale":844,"Cost":465,"Date":"5/8/2019"},{"Store":"Rødovre Centrum","Brand":"Nova","Country":"Denmark","Sale":700,"Cost":488,"Date":"6/15/2019"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":158,"Cost":133,"Date":"10/3/2023"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":4,"Cost":2,"Date":"3/9/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":180,"Cost":91,"Date":"10/3/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":448,"Cost":320,"Date":"7/25/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":747,"Cost":553,"Date":"8/9/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":748,"Cost":636,"Date":"12/12/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":624,"Cost":415,"Date":"6/21/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":608,"Cost":426,"Date":"4/20/2021"},{"Store":"Kolding Storcenter","Brand":"HM","Country":"Denmark","Sale":851,"Cost":684,"Date":"6/25/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":863,"Cost":726,"Date":"11/3/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":472,"Cost":379,"Date":"3/20/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":376,"Cost":255,"Date":"11/12/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":84,"Cost":69,"Date":"4/12/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":828,"Cost":458,"Date":"1/29/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":768,"Cost":537,"Date":"2/5/2023"},{"Store":"HerningCentret","Brand":"Jeans","Country":"Denmark","Sale":263,"Cost":239,"Date":"5/2/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":654,"Cost":435,"Date":"5/25/2022"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":970,"Cost":709,"Date":"7/1/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":39,"Cost":36,"Date":"7/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":45,"Cost":26,"Date":"5/16/2019"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":410,"Cost":260,"Date":"3/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":267,"Cost":201,"Date":"1/28/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":796,"Cost":733,"Date":"10/27/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":215,"Cost":120,"Date":"7/6/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":660,"Cost":555,"Date":"8/12/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":130,"Cost":103,"Date":"7/17/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":783,"Cost":597,"Date":"8/28/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":592,"Cost":549,"Date":"9/15/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":302,"Cost":230,"Date":"9/18/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":947,"Cost":600,"Date":"2/23/2024"},{"Store":"Rødovre Centrum","Brand":"Sellpy","Country":"Denmark","Sale":961,"Cost":555,"Date":"9/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":886,"Cost":740,"Date":"5/30/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":57,"Cost":44,"Date":"5/8/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":527,"Cost":381,"Date":"12/9/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":788,"Cost":592,"Date":"4/30/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":807,"Cost":675,"Date":"3/13/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":449,"Cost":304,"Date":"7/8/2021"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":92,"Cost":69,"Date":"4/21/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":66,"Cost":59,"Date":"10/15/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Nova","Country":"Denmark","Sale":422,"Cost":330,"Date":"10/6/2024"},{"Store":"Kolding Storcenter","Brand":"Nova","Country":"Denmark","Sale":550,"Cost":409,"Date":"2/8/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":6,"Cost":6,"Date":"7/27/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":474,"Cost":285,"Date":"2/11/2023"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":449,"Cost":240,"Date":"9/18/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":374,"Cost":302,"Date":"7/17/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":372,"Cost":327,"Date":"8/29/2019"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":256,"Cost":157,"Date":"11/18/2018"},{"Store":"Aalborg Storcenter","Brand":"COS","Country":"Denmark","Sale":50,"Cost":45,"Date":"4/26/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":471,"Cost":280,"Date":"11/8/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":938,"Cost":533,"Date":"6/1/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":260,"Cost":218,"Date":"3/3/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":860,"Cost":440,"Date":"7/15/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":476,"Cost":411,"Date":"12/20/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":97,"Cost":72,"Date":"10/9/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":445,"Cost":330,"Date":"6/14/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":313,"Cost":273,"Date":"1/1/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":914,"Cost":705,"Date":"1/4/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":566,"Cost":387,"Date":"4/27/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":715,"Cost":410,"Date":"5/26/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":299,"Cost":270,"Date":"3/22/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":965,"Cost":644,"Date":"4/28/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":927,"Cost":682,"Date":"4/2/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":601,"Cost":301,"Date":"9/4/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Sellpy","Country":"Denmark","Sale":235,"Cost":182,"Date":"4/24/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM Home","Country":"Denmark","Sale":586,"Cost":408,"Date":"4/9/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":675,"Cost":537,"Date":"3/16/2022"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":695,"Cost":352,"Date":"12/11/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":142,"Cost":99,"Date":"10/14/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":498,"Cost":380,"Date":"10/17/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":268,"Cost":171,"Date":"3/19/2021"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":844,"Cost":647,"Date":"7/2/2018"},{"Store":"Illum, Copenhagen","Brand":"COS","Country":"Denmark","Sale":281,"Cost":248,"Date":"12/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":766,"Cost":496,"Date":"6/11/2022"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":984,"Cost":724,"Date":"7/17/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":946,"Cost":748,"Date":"3/6/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":782,"Cost":392,"Date":"7/30/2018"},{"Store":"Kolding Storcenter","Brand":"ARKET","Country":"Denmark","Sale":98,"Cost":63,"Date":"10/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":565,"Cost":407,"Date":"6/14/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":638,"Cost":574,"Date":"1/24/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":165,"Cost":155,"Date":"1/18/2018"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":29,"Cost":23,"Date":"1/22/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM Home","Country":"Denmark","Sale":851,"Cost":697,"Date":"7/24/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"ARKET","Country":"Denmark","Sale":975,"Cost":547,"Date":"3/3/2018"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":421,"Cost":243,"Date":"10/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":949,"Cost":873,"Date":"4/6/2019"},{"Store":"Frederiksberg Center","Brand":"Jeans","Country":"Denmark","Sale":18,"Cost":9,"Date":"11/16/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":279,"Cost":163,"Date":"4/13/2020"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":80,"Cost":45,"Date":"1/3/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":442,"Cost":399,"Date":"11/4/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":934,"Cost":629,"Date":"3/10/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":890,"Cost":836,"Date":"9/27/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":706,"Cost":581,"Date":"9/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":132,"Cost":118,"Date":"3/20/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":173,"Cost":113,"Date":"8/27/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":239,"Cost":216,"Date":"1/13/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":995,"Cost":871,"Date":"12/17/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":932,"Cost":796,"Date":"4/21/2020"},{"Store":"Lyngby Storcenter","Brand":"Jeans","Country":"Denmark","Sale":305,"Cost":220,"Date":"3/12/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":395,"Cost":372,"Date":"10/7/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":749,"Cost":411,"Date":"9/23/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":866,"Cost":758,"Date":"1/1/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":519,"Cost":475,"Date":"9/12/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":724,"Cost":374,"Date":"8/17/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":823,"Cost":698,"Date":"4/3/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":508,"Cost":255,"Date":"1/29/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":539,"Cost":309,"Date":"9/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":269,"Cost":250,"Date":"9/11/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":640,"Cost":420,"Date":"3/10/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM Home","Country":"Finland","Sale":410,"Cost":363,"Date":"11/19/2023"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":950,"Cost":673,"Date":"12/27/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":56,"Cost":49,"Date":"12/13/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":751,"Cost":425,"Date":"11/5/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":719,"Cost":549,"Date":"5/25/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":809,"Cost":699,"Date":"3/27/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":140,"Cost":108,"Date":"6/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"Nova","Country":"Finland","Sale":641,"Cost":505,"Date":"8/28/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":194,"Cost":114,"Date":"6/17/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":35,"Cost":30,"Date":"3/26/2021"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":266,"Cost":162,"Date":"3/16/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":337,"Cost":204,"Date":"10/27/2021"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":935,"Cost":480,"Date":"3/24/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":342,"Cost":186,"Date":"1/23/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":636,"Cost":344,"Date":"12/8/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":647,"Cost":549,"Date":"12/24/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":76,"Cost":40,"Date":"3/31/2019"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":361,"Cost":250,"Date":"12/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":381,"Cost":299,"Date":"3/25/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":200,"Cost":158,"Date":"11/6/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM Home","Country":"Finland","Sale":564,"Cost":469,"Date":"10/17/2022"},{"Store":"Iso Omena, Espoo","Brand":"Nova","Country":"Finland","Sale":731,"Cost":372,"Date":"4/8/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":293,"Cost":261,"Date":"6/18/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":688,"Cost":445,"Date":"10/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":934,"Cost":557,"Date":"7/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":338,"Cost":231,"Date":"7/11/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":335,"Cost":250,"Date":"5/19/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":889,"Cost":520,"Date":"10/27/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":875,"Cost":672,"Date":"2/1/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":224,"Cost":117,"Date":"3/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Sellpy","Country":"Finland","Sale":333,"Cost":311,"Date":"7/2/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":408,"Cost":372,"Date":"6/22/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":297,"Cost":208,"Date":"6/2/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":369,"Cost":204,"Date":"7/9/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":189,"Cost":178,"Date":"2/21/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":175,"Cost":165,"Date":"1/5/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":568,"Cost":382,"Date":"10/28/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":188,"Cost":95,"Date":"10/18/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":260,"Cost":170,"Date":"2/15/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":409,"Cost":283,"Date":"2/26/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":859,"Cost":517,"Date":"6/1/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":137,"Cost":87,"Date":"5/21/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":546,"Cost":418,"Date":"12/11/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":824,"Cost":643,"Date":"6/30/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Nova","Country":"Finland","Sale":935,"Cost":841,"Date":"8/15/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":476,"Cost":308,"Date":"7/14/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":143,"Cost":118,"Date":"12/28/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":173,"Cost":162,"Date":"3/8/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":458,"Cost":373,"Date":"1/11/2022"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":466,"Cost":260,"Date":"5/8/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":117,"Cost":86,"Date":"12/29/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":849,"Cost":783,"Date":"6/12/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":592,"Cost":397,"Date":"8/2/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":773,"Cost":472,"Date":"11/12/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":309,"Cost":243,"Date":"7/23/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":785,"Cost":662,"Date":"11/28/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":510,"Cost":398,"Date":"8/2/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":449,"Cost":396,"Date":"10/13/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":203,"Date":"10/13/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":257,"Cost":173,"Date":"3/20/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":788,"Cost":614,"Date":"9/23/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":630,"Cost":457,"Date":"2/16/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":458,"Cost":283,"Date":"6/30/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":212,"Cost":138,"Date":"9/3/2023"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":449,"Cost":425,"Date":"9/5/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":249,"Cost":184,"Date":"6/22/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":158,"Cost":100,"Date":"7/13/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":405,"Cost":225,"Date":"3/28/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":195,"Cost":160,"Date":"1/17/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":507,"Cost":271,"Date":"3/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":640,"Cost":430,"Date":"3/27/2019"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":920,"Cost":844,"Date":"11/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":247,"Cost":181,"Date":"9/24/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":256,"Cost":163,"Date":"4/19/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":790,"Cost":675,"Date":"7/29/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":677,"Cost":438,"Date":"2/19/2021"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":283,"Cost":229,"Date":"4/27/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":74,"Cost":62,"Date":"12/11/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":60,"Cost":51,"Date":"8/27/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":235,"Cost":176,"Date":"10/1/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":581,"Cost":297,"Date":"5/30/2022"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":478,"Cost":321,"Date":"10/3/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":223,"Cost":182,"Date":"10/22/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":393,"Cost":255,"Date":"8/25/2023"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":983,"Cost":892,"Date":"10/6/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":812,"Cost":527,"Date":"5/16/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":330,"Cost":308,"Date":"4/6/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":82,"Cost":47,"Date":"9/3/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":79,"Cost":63,"Date":"11/25/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":813,"Cost":593,"Date":"12/15/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Sellpy","Country":"Finland","Sale":419,"Cost":245,"Date":"2/4/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":514,"Cost":315,"Date":"1/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":311,"Cost":232,"Date":"8/7/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":692,"Cost":553,"Date":"10/6/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":703,"Cost":492,"Date":"9/25/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":190,"Cost":133,"Date":"4/23/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":15,"Cost":11,"Date":"10/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":551,"Cost":498,"Date":"5/7/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":950,"Cost":874,"Date":"12/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":8,"Cost":8,"Date":"1/2/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":495,"Cost":319,"Date":"6/2/2018"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":426,"Cost":318,"Date":"5/7/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":685,"Cost":405,"Date":"10/23/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":607,"Cost":396,"Date":"11/19/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":327,"Cost":222,"Date":"10/30/2020"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":477,"Cost":326,"Date":"1/26/2023"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":911,"Cost":771,"Date":"7/4/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":596,"Cost":319,"Date":"7/6/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":793,"Cost":432,"Date":"7/5/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":761,"Cost":429,"Date":"5/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":53,"Cost":31,"Date":"9/11/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":587,"Cost":448,"Date":"11/19/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":267,"Cost":179,"Date":"2/10/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":959,"Cost":765,"Date":"2/10/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":176,"Cost":161,"Date":"12/24/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":93,"Cost":63,"Date":"8/3/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":163,"Cost":127,"Date":"4/23/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":229,"Cost":186,"Date":"5/9/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":162,"Cost":90,"Date":"11/29/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":226,"Cost":125,"Date":"10/16/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":98,"Cost":57,"Date":"7/3/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM","Country":"Finland","Sale":260,"Cost":130,"Date":"7/9/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":277,"Cost":157,"Date":"1/1/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":678,"Cost":605,"Date":"9/18/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":675,"Cost":400,"Date":"10/7/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":51,"Cost":35,"Date":"5/17/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":795,"Cost":730,"Date":"2/12/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":992,"Cost":753,"Date":"12/21/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":164,"Cost":133,"Date":"7/4/2019"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":411,"Cost":272,"Date":"9/16/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":524,"Cost":338,"Date":"4/9/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":68,"Cost":35,"Date":"6/14/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":870,"Cost":519,"Date":"12/15/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":990,"Cost":668,"Date":"8/25/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":194,"Cost":147,"Date":"8/1/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":894,"Cost":672,"Date":"12/3/2022"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":938,"Cost":761,"Date":"2/10/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":429,"Cost":295,"Date":"2/24/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":213,"Cost":185,"Date":"2/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":565,"Cost":426,"Date":"9/14/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":926,"Cost":661,"Date":"2/24/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":404,"Cost":377,"Date":"7/16/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":514,"Cost":483,"Date":"6/17/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Nova","Country":"Finland","Sale":277,"Cost":144,"Date":"1/9/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":307,"Cost":198,"Date":"3/13/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":831,"Cost":479,"Date":"12/10/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":789,"Cost":643,"Date":"10/30/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":740,"Cost":445,"Date":"1/19/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":463,"Cost":401,"Date":"7/21/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":424,"Cost":321,"Date":"11/10/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":822,"Cost":548,"Date":"4/6/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":994,"Cost":811,"Date":"7/6/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":625,"Cost":483,"Date":"8/8/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":183,"Cost":104,"Date":"3/2/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":934,"Cost":746,"Date":"4/23/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":467,"Cost":413,"Date":"11/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":740,"Cost":570,"Date":"9/5/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":886,"Cost":693,"Date":"4/25/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Sellpy","Country":"Finland","Sale":815,"Cost":565,"Date":"11/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":894,"Cost":707,"Date":"9/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":890,"Cost":702,"Date":"6/6/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":198,"Cost":113,"Date":"3/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":953,"Cost":523,"Date":"8/17/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":236,"Cost":165,"Date":"4/20/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":354,"Cost":240,"Date":"5/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":313,"Cost":182,"Date":"10/11/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":939,"Cost":725,"Date":"1/14/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":833,"Cost":496,"Date":"5/27/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":346,"Cost":326,"Date":"12/30/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":262,"Cost":162,"Date":"9/5/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":607,"Cost":408,"Date":"11/21/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":420,"Cost":253,"Date":"6/30/2022"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":178,"Cost":122,"Date":"11/21/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":887,"Cost":669,"Date":"8/3/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":952,"Cost":723,"Date":"9/19/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Sellpy","Country":"Finland","Sale":779,"Cost":483,"Date":"1/23/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":438,"Cost":400,"Date":"1/22/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":903,"Cost":673,"Date":"3/4/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":891,"Cost":604,"Date":"5/27/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":769,"Cost":668,"Date":"3/18/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":188,"Cost":160,"Date":"4/6/2022"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":9,"Cost":7,"Date":"9/10/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":240,"Cost":145,"Date":"3/11/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":673,"Cost":636,"Date":"1/9/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":59,"Cost":38,"Date":"12/20/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":275,"Cost":256,"Date":"2/13/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":950,"Cost":511,"Date":"2/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":709,"Cost":429,"Date":"1/5/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":915,"Cost":706,"Date":"7/29/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":542,"Cost":303,"Date":"11/18/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":532,"Cost":469,"Date":"4/5/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":752,"Cost":382,"Date":"11/29/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":429,"Cost":372,"Date":"8/10/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":880,"Cost":487,"Date":"4/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":143,"Cost":86,"Date":"8/1/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":479,"Cost":265,"Date":"4/11/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":390,"Cost":302,"Date":"2/7/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":335,"Cost":170,"Date":"3/29/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":302,"Cost":184,"Date":"9/5/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":393,"Cost":349,"Date":"3/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":612,"Cost":403,"Date":"3/27/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":8,"Cost":6,"Date":"1/11/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":561,"Cost":309,"Date":"7/4/2022"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":563,"Cost":362,"Date":"8/18/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":66,"Cost":57,"Date":"7/18/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":878,"Cost":543,"Date":"11/29/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":950,"Cost":493,"Date":"6/14/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":239,"Cost":186,"Date":"5/30/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":823,"Cost":720,"Date":"12/22/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":343,"Cost":199,"Date":"6/25/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":432,"Cost":251,"Date":"2/23/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":309,"Cost":289,"Date":"8/17/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":169,"Cost":151,"Date":"1/18/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":847,"Cost":690,"Date":"12/18/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":172,"Cost":148,"Date":"1/16/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":226,"Cost":126,"Date":"5/4/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":767,"Cost":687,"Date":"10/23/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":864,"Cost":544,"Date":"2/23/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":709,"Cost":479,"Date":"7/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":19,"Cost":14,"Date":"7/21/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":957,"Cost":719,"Date":"3/16/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":486,"Cost":395,"Date":"6/4/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":435,"Cost":377,"Date":"4/30/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":802,"Cost":487,"Date":"12/29/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":287,"Cost":203,"Date":"2/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":923,"Cost":550,"Date":"8/6/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":409,"Cost":292,"Date":"2/22/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":857,"Cost":701,"Date":"1/24/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":501,"Cost":365,"Date":"1/28/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":955,"Cost":668,"Date":"11/12/2021"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":40,"Cost":34,"Date":"1/13/2021"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":498,"Cost":413,"Date":"11/17/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":72,"Cost":50,"Date":"8/23/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Jeans","Country":"Finland","Sale":12,"Cost":10,"Date":"11/1/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":392,"Cost":252,"Date":"10/27/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM Home","Country":"Finland","Sale":753,"Cost":525,"Date":"12/24/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":653,"Cost":445,"Date":"3/30/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":938,"Cost":541,"Date":"2/24/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":485,"Cost":412,"Date":"2/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":231,"Cost":194,"Date":"1/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":457,"Cost":306,"Date":"12/28/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":364,"Cost":230,"Date":"12/13/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":868,"Cost":681,"Date":"12/12/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":424,"Cost":299,"Date":"4/16/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":877,"Cost":682,"Date":"10/18/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":621,"Cost":527,"Date":"11/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":900,"Cost":768,"Date":"1/2/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":95,"Cost":61,"Date":"2/27/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":543,"Cost":291,"Date":"3/29/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":599,"Cost":403,"Date":"10/10/2020"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":250,"Cost":192,"Date":"12/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":408,"Cost":361,"Date":"5/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":802,"Cost":621,"Date":"3/12/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":721,"Cost":677,"Date":"4/22/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":161,"Cost":108,"Date":"9/25/2024"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":917,"Cost":541,"Date":"8/18/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":209,"Cost":134,"Date":"5/15/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":112,"Cost":80,"Date":"11/12/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":896,"Cost":725,"Date":"7/20/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":466,"Cost":312,"Date":"12/14/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":973,"Cost":555,"Date":"9/9/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":345,"Cost":285,"Date":"3/14/2018"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":513,"Cost":454,"Date":"1/29/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":446,"Cost":293,"Date":"6/10/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":426,"Cost":247,"Date":"10/12/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":246,"Cost":202,"Date":"1/16/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":169,"Cost":113,"Date":"4/17/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":310,"Cost":168,"Date":"7/14/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":109,"Cost":78,"Date":"7/19/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":89,"Cost":80,"Date":"3/13/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":236,"Cost":150,"Date":"4/15/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":443,"Cost":371,"Date":"10/25/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":664,"Cost":469,"Date":"3/23/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":532,"Cost":331,"Date":"2/27/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":551,"Cost":502,"Date":"4/19/2022"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":225,"Cost":198,"Date":"5/12/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":287,"Cost":270,"Date":"10/11/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":167,"Cost":123,"Date":"4/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":646,"Cost":471,"Date":"7/14/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":528,"Cost":342,"Date":"4/27/2023"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":621,"Cost":420,"Date":"2/2/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM Home","Country":"Finland","Sale":800,"Cost":481,"Date":"1/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":326,"Cost":242,"Date":"12/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":579,"Cost":479,"Date":"11/25/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":118,"Cost":101,"Date":"7/15/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":495,"Cost":355,"Date":"1/30/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":164,"Cost":138,"Date":"11/21/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":3,"Cost":2,"Date":"10/22/2020"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":660,"Cost":443,"Date":"8/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":945,"Cost":703,"Date":"11/30/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":54,"Cost":41,"Date":"12/21/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":772,"Cost":467,"Date":"1/13/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Sellpy","Country":"Finland","Sale":269,"Cost":246,"Date":"2/12/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":839,"Cost":639,"Date":"6/5/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":945,"Cost":809,"Date":"3/3/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":412,"Cost":387,"Date":"9/26/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":221,"Cost":204,"Date":"10/25/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":790,"Cost":717,"Date":"1/31/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":508,"Cost":425,"Date":"5/29/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":23,"Cost":12,"Date":"10/24/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":218,"Cost":134,"Date":"6/6/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":751,"Cost":472,"Date":"1/14/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":217,"Cost":195,"Date":"2/20/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":702,"Cost":402,"Date":"5/6/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Sellpy","Country":"Finland","Sale":656,"Cost":364,"Date":"10/4/2021"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":264,"Cost":179,"Date":"5/18/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":425,"Cost":302,"Date":"7/25/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":295,"Cost":250,"Date":"5/9/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":134,"Cost":75,"Date":"1/5/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":788,"Cost":565,"Date":"9/16/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":659,"Cost":375,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":925,"Cost":642,"Date":"7/17/2024"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":108,"Cost":87,"Date":"8/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":413,"Cost":323,"Date":"12/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":110,"Cost":65,"Date":"7/8/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":150,"Cost":115,"Date":"8/1/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":1000,"Cost":899,"Date":"3/22/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":602,"Cost":558,"Date":"8/4/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":990,"Cost":868,"Date":"9/1/2021"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":185,"Cost":128,"Date":"8/12/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":881,"Cost":798,"Date":"6/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":302,"Cost":151,"Date":"5/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":986,"Cost":812,"Date":"10/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":244,"Cost":193,"Date":"11/21/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":408,"Cost":218,"Date":"9/4/2023"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":576,"Cost":336,"Date":"2/2/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":222,"Cost":177,"Date":"9/22/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":494,"Cost":461,"Date":"11/20/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":448,"Cost":324,"Date":"5/3/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":651,"Cost":430,"Date":"10/30/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":339,"Cost":241,"Date":"12/26/2023"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":389,"Cost":324,"Date":"2/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":28,"Cost":19,"Date":"1/28/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":207,"Cost":142,"Date":"11/9/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":116,"Cost":107,"Date":"8/31/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":526,"Cost":405,"Date":"11/23/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":81,"Cost":40,"Date":"6/21/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":91,"Cost":76,"Date":"3/26/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":802,"Cost":409,"Date":"5/24/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":807,"Cost":681,"Date":"8/8/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":987,"Cost":621,"Date":"1/20/2019"},{"Store":"Iso Omena, Espoo","Brand":"Nova","Country":"Finland","Sale":446,"Cost":393,"Date":"6/1/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":281,"Cost":150,"Date":"9/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":543,"Cost":474,"Date":"11/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":890,"Cost":641,"Date":"11/17/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":583,"Cost":345,"Date":"1/14/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":346,"Cost":298,"Date":"12/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":599,"Cost":456,"Date":"11/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":24,"Cost":20,"Date":"4/11/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"COS","Country":"Finland","Sale":11,"Cost":6,"Date":"9/8/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":66,"Cost":35,"Date":"3/30/2024"},{"Store":"Iso Omena, Espoo","Brand":"Sellpy","Country":"Finland","Sale":271,"Cost":249,"Date":"11/3/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":634,"Cost":586,"Date":"5/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":24,"Cost":17,"Date":"1/30/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":900,"Cost":616,"Date":"7/1/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":443,"Cost":221,"Date":"8/30/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":726,"Cost":456,"Date":"9/5/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":182,"Cost":163,"Date":"3/23/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":687,"Cost":596,"Date":"5/4/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":203,"Cost":180,"Date":"9/21/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":673,"Cost":509,"Date":"5/12/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":145,"Cost":137,"Date":"6/28/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":868,"Cost":739,"Date":"12/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":136,"Cost":80,"Date":"11/13/2018"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":529,"Cost":452,"Date":"2/11/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":258,"Cost":170,"Date":"1/11/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":329,"Cost":277,"Date":"5/8/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":959,"Cost":736,"Date":"5/21/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"COS","Country":"Finland","Sale":389,"Cost":244,"Date":"1/23/2018"},{"Store":"Ideapark, Lempäälä","Brand":"COS","Country":"Finland","Sale":834,"Cost":614,"Date":"4/17/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":751,"Cost":528,"Date":"2/8/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":585,"Cost":417,"Date":"11/1/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":53,"Cost":40,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":901,"Cost":817,"Date":"7/7/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":882,"Cost":735,"Date":"5/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Sellpy","Country":"Finland","Sale":884,"Cost":753,"Date":"11/16/2018"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":425,"Cost":252,"Date":"12/12/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":6,"Cost":4,"Date":"8/17/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":553,"Cost":409,"Date":"7/4/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":436,"Cost":343,"Date":"5/12/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":820,"Cost":417,"Date":"8/12/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":861,"Cost":778,"Date":"10/24/2018"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":143,"Cost":117,"Date":"10/24/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Sellpy","Country":"Finland","Sale":628,"Cost":439,"Date":"6/15/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":617,"Cost":457,"Date":"2/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":480,"Cost":445,"Date":"5/15/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":135,"Cost":78,"Date":"5/12/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":307,"Cost":266,"Date":"4/11/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":194,"Cost":107,"Date":"7/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":156,"Cost":121,"Date":"7/19/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":350,"Cost":290,"Date":"5/27/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":364,"Cost":237,"Date":"9/21/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":19,"Cost":11,"Date":"10/11/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":5,"Cost":4,"Date":"4/29/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":606,"Cost":570,"Date":"6/14/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":610,"Cost":403,"Date":"6/20/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":585,"Cost":525,"Date":"1/6/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":37,"Cost":35,"Date":"11/4/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":843,"Cost":454,"Date":"6/19/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":689,"Cost":434,"Date":"4/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":32,"Cost":27,"Date":"7/17/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":746,"Cost":481,"Date":"11/1/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":719,"Cost":532,"Date":"7/27/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":566,"Cost":500,"Date":"6/13/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":921,"Cost":732,"Date":"8/9/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":420,"Cost":271,"Date":"5/7/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":677,"Cost":607,"Date":"3/25/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM Home","Country":"Finland","Sale":507,"Cost":375,"Date":"2/23/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":521,"Cost":279,"Date":"12/12/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":104,"Cost":83,"Date":"9/29/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":536,"Cost":280,"Date":"9/27/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":173,"Cost":136,"Date":"3/9/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":871,"Cost":441,"Date":"4/10/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":951,"Cost":508,"Date":"1/9/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":265,"Cost":163,"Date":"3/31/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":100,"Cost":72,"Date":"6/10/2021"},{"Store":"Rewell Center, Vaasa","Brand":"ARKET","Country":"Finland","Sale":480,"Cost":444,"Date":"3/27/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":571,"Cost":428,"Date":"1/3/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":182,"Cost":142,"Date":"3/14/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":221,"Date":"3/10/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":510,"Cost":473,"Date":"3/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":316,"Cost":253,"Date":"8/16/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":21,"Cost":19,"Date":"3/2/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":227,"Cost":127,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":48,"Cost":31,"Date":"2/9/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":246,"Cost":215,"Date":"3/15/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Sellpy","Country":"Finland","Sale":914,"Cost":863,"Date":"7/16/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":386,"Cost":231,"Date":"7/6/2023"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":404,"Cost":272,"Date":"10/19/2022"},{"Store":"Forum, Helsinki","Brand":"COS","Country":"Finland","Sale":938,"Cost":492,"Date":"5/10/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":695,"Cost":653,"Date":"6/22/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":745,"Cost":565,"Date":"6/11/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":947,"Cost":591,"Date":"3/8/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":982,"Cost":559,"Date":"5/2/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"COS","Country":"Finland","Sale":709,"Cost":570,"Date":"12/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":217,"Cost":197,"Date":"12/7/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":69,"Cost":65,"Date":"6/23/2022"},{"Store":"Forum, Helsinki","Brand":"Nova","Country":"Finland","Sale":765,"Cost":404,"Date":"10/24/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":917,"Cost":655,"Date":"4/1/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":454,"Cost":257,"Date":"8/20/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":724,"Cost":573,"Date":"12/20/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":738,"Cost":470,"Date":"8/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":280,"Cost":161,"Date":"3/27/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":849,"Cost":735,"Date":"2/12/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":362,"Cost":341,"Date":"2/27/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":182,"Cost":173,"Date":"4/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":461,"Cost":397,"Date":"5/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":96,"Cost":79,"Date":"8/14/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":274,"Cost":166,"Date":"1/4/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Nova","Country":"Finland","Sale":563,"Cost":499,"Date":"10/11/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":438,"Cost":364,"Date":"8/20/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":837,"Cost":548,"Date":"10/20/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":308,"Cost":184,"Date":"12/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":668,"Cost":347,"Date":"5/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM Home","Country":"Finland","Sale":359,"Cost":286,"Date":"11/23/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":199,"Cost":157,"Date":"10/6/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":828,"Cost":417,"Date":"7/2/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":10,"Cost":5,"Date":"1/15/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":585,"Cost":509,"Date":"8/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"Nova","Country":"Finland","Sale":641,"Cost":381,"Date":"1/6/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":223,"Cost":190,"Date":"7/23/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":533,"Cost":350,"Date":"10/15/2019"},{"Store":"Hansa Emporium, Turku","Brand":"ARKET","Country":"Finland","Sale":106,"Cost":88,"Date":"8/10/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":571,"Cost":513,"Date":"5/22/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":770,"Cost":685,"Date":"5/21/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":123,"Cost":84,"Date":"1/4/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":1000,"Cost":554,"Date":"3/8/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":535,"Cost":334,"Date":"7/27/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"ARKET","Country":"Finland","Sale":4,"Cost":4,"Date":"8/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":638,"Cost":480,"Date":"11/13/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":127,"Cost":67,"Date":"12/23/2024"},{"Store":"Forum, Helsinki","Brand":"HM Home","Country":"Finland","Sale":857,"Cost":528,"Date":"11/23/2019"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":921,"Cost":752,"Date":"12/30/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":542,"Cost":434,"Date":"10/27/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":200,"Cost":186,"Date":"9/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":45,"Cost":23,"Date":"9/18/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":13,"Cost":7,"Date":"12/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":717,"Cost":512,"Date":"4/6/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":986,"Cost":615,"Date":"10/25/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":938,"Cost":856,"Date":"5/6/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Sellpy","Country":"Finland","Sale":202,"Cost":150,"Date":"1/26/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM","Country":"Finland","Sale":343,"Cost":272,"Date":"8/3/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":115,"Cost":77,"Date":"9/2/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":97,"Cost":49,"Date":"3/3/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":606,"Cost":373,"Date":"8/17/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"HM","Country":"Finland","Sale":92,"Cost":63,"Date":"8/24/2022"},{"Store":"Rewell Center, Vaasa","Brand":"ARKET","Country":"Finland","Sale":752,"Cost":654,"Date":"3/23/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":983,"Cost":922,"Date":"9/22/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":921,"Cost":507,"Date":"7/25/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":190,"Cost":177,"Date":"6/20/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":556,"Cost":281,"Date":"4/9/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":527,"Cost":491,"Date":"6/21/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":354,"Cost":247,"Date":"5/3/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":708,"Cost":447,"Date":"4/17/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM Home","Country":"Finland","Sale":928,"Cost":597,"Date":"1/2/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":402,"Cost":291,"Date":"9/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":745,"Cost":478,"Date":"1/7/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":734,"Cost":415,"Date":"3/30/2024"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":908,"Cost":855,"Date":"10/27/2020"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":889,"Cost":769,"Date":"11/16/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":594,"Cost":383,"Date":"1/24/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":554,"Cost":334,"Date":"10/24/2024"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":572,"Cost":356,"Date":"9/25/2020"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":24,"Cost":14,"Date":"1/25/2021"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":859,"Cost":559,"Date":"4/26/2018"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":869,"Cost":528,"Date":"4/24/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":64,"Cost":38,"Date":"4/29/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":980,"Cost":551,"Date":"12/16/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":632,"Cost":430,"Date":"9/17/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":886,"Cost":471,"Date":"9/13/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":725,"Cost":638,"Date":"12/21/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":926,"Cost":812,"Date":"6/4/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":574,"Cost":378,"Date":"3/17/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":716,"Cost":523,"Date":"4/7/2021"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":929,"Cost":682,"Date":"5/8/2023"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":305,"Cost":238,"Date":"10/8/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":61,"Cost":55,"Date":"6/18/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":664,"Cost":351,"Date":"2/16/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":636,"Cost":395,"Date":"8/29/2018"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":682,"Cost":486,"Date":"11/28/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":729,"Cost":569,"Date":"12/27/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":788,"Cost":489,"Date":"2/25/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"HM Home","Country":"France","Sale":600,"Cost":346,"Date":"6/18/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":376,"Cost":228,"Date":"12/27/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":528,"Cost":292,"Date":"4/6/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":272,"Cost":185,"Date":"12/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM Home","Country":"France","Sale":141,"Cost":101,"Date":"5/1/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":830,"Cost":476,"Date":"9/23/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":955,"Cost":902,"Date":"9/2/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":823,"Cost":734,"Date":"9/30/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":779,"Cost":430,"Date":"2/7/2023"},{"Store":"Créteil Soleil","Brand":"HM Home","Country":"France","Sale":189,"Cost":138,"Date":"5/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"COS","Country":"France","Sale":809,"Cost":458,"Date":"1/23/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM Home","Country":"France","Sale":141,"Cost":70,"Date":"3/3/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Jeans","Country":"France","Sale":610,"Cost":426,"Date":"6/14/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":84,"Cost":47,"Date":"8/1/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":261,"Cost":217,"Date":"4/13/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":85,"Cost":81,"Date":"11/29/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":704,"Cost":436,"Date":"9/5/2018"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":354,"Cost":324,"Date":"4/9/2019"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":982,"Cost":907,"Date":"6/12/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":779,"Cost":472,"Date":"6/14/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":323,"Cost":284,"Date":"8/3/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":540,"Cost":323,"Date":"1/18/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":473,"Cost":345,"Date":"12/20/2020"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":954,"Cost":591,"Date":"11/6/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":364,"Cost":195,"Date":"2/4/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":265,"Cost":161,"Date":"12/25/2019"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":447,"Cost":356,"Date":"6/23/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"HM Home","Country":"France","Sale":563,"Cost":431,"Date":"3/16/2020"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":45,"Cost":32,"Date":"8/8/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":608,"Cost":389,"Date":"2/21/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":131,"Cost":68,"Date":"11/14/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":958,"Cost":806,"Date":"6/14/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":860,"Cost":750,"Date":"8/9/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":89,"Cost":78,"Date":"9/20/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":13,"Cost":8,"Date":"9/9/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":223,"Cost":126,"Date":"9/12/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":456,"Cost":228,"Date":"7/12/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":470,"Cost":287,"Date":"2/2/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":886,"Cost":451,"Date":"8/24/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":852,"Cost":771,"Date":"10/18/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":515,"Cost":378,"Date":"9/7/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":134,"Cost":80,"Date":"10/24/2022"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":839,"Cost":761,"Date":"3/2/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":19,"Cost":12,"Date":"1/7/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":73,"Cost":46,"Date":"11/24/2018"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":967,"Cost":902,"Date":"6/6/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":812,"Cost":748,"Date":"6/15/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":839,"Cost":502,"Date":"4/18/2018"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":864,"Cost":620,"Date":"4/19/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":884,"Cost":822,"Date":"6/1/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":209,"Cost":166,"Date":"5/31/2021"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":101,"Cost":59,"Date":"1/20/2021"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":643,"Cost":356,"Date":"1/9/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":281,"Cost":193,"Date":"11/25/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":31,"Cost":17,"Date":"4/25/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":187,"Cost":154,"Date":"1/2/2021"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":956,"Cost":586,"Date":"7/25/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":570,"Cost":511,"Date":"2/20/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":12,"Cost":10,"Date":"6/21/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":395,"Cost":364,"Date":"11/4/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":137,"Cost":121,"Date":"11/6/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":172,"Cost":136,"Date":"7/1/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":990,"Cost":894,"Date":"11/11/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":927,"Cost":837,"Date":"10/16/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":299,"Cost":283,"Date":"7/1/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":859,"Cost":734,"Date":"9/5/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":767,"Cost":537,"Date":"12/15/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":773,"Cost":462,"Date":"2/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":699,"Cost":375,"Date":"9/24/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":231,"Cost":127,"Date":"8/7/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":727,"Cost":409,"Date":"10/26/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":616,"Cost":355,"Date":"5/10/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":562,"Cost":533,"Date":"3/5/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":425,"Cost":384,"Date":"1/18/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":227,"Cost":119,"Date":"8/20/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":990,"Cost":671,"Date":"2/4/2019"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":876,"Cost":745,"Date":"4/10/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":986,"Cost":645,"Date":"7/20/2020"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":723,"Cost":424,"Date":"3/27/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":192,"Cost":123,"Date":"6/18/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":182,"Cost":160,"Date":"9/24/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":242,"Cost":135,"Date":"9/18/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":574,"Cost":311,"Date":"4/18/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":949,"Cost":518,"Date":"7/19/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":788,"Cost":589,"Date":"8/6/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":476,"Cost":427,"Date":"7/19/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":65,"Cost":49,"Date":"12/30/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":166,"Cost":90,"Date":"10/20/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":522,"Cost":325,"Date":"10/4/2023"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":479,"Cost":328,"Date":"8/19/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":402,"Cost":351,"Date":"8/4/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":603,"Cost":463,"Date":"9/15/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":105,"Cost":74,"Date":"7/5/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":146,"Cost":99,"Date":"9/4/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":273,"Cost":214,"Date":"4/10/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":359,"Cost":298,"Date":"1/8/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":833,"Cost":446,"Date":"11/10/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":29,"Cost":19,"Date":"1/17/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":264,"Cost":220,"Date":"6/10/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":877,"Cost":664,"Date":"11/15/2018"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":781,"Cost":636,"Date":"6/3/2022"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":594,"Cost":358,"Date":"11/7/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":230,"Cost":117,"Date":"1/24/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":976,"Cost":551,"Date":"12/22/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":281,"Cost":197,"Date":"9/27/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":787,"Cost":461,"Date":"12/3/2024"},{"Store":"Val d'Europe, Serris","Brand":"COS","Country":"France","Sale":252,"Cost":131,"Date":"12/22/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":835,"Cost":735,"Date":"11/1/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Jeans","Country":"France","Sale":936,"Cost":827,"Date":"11/29/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":546,"Cost":466,"Date":"10/26/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":48,"Cost":42,"Date":"6/16/2019"},{"Store":"Courier, Annecy","Brand":"COS","Country":"France","Sale":433,"Cost":335,"Date":"10/18/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":533,"Cost":415,"Date":"2/26/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":943,"Cost":708,"Date":"5/23/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":902,"Cost":482,"Date":"12/15/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":780,"Cost":410,"Date":"3/27/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":851,"Cost":466,"Date":"11/2/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":737,"Cost":656,"Date":"6/20/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":60,"Cost":41,"Date":"2/28/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":229,"Cost":156,"Date":"5/13/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":469,"Cost":283,"Date":"9/28/2024"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":155,"Cost":94,"Date":"9/26/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":272,"Cost":184,"Date":"11/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":712,"Cost":573,"Date":"3/6/2023"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":743,"Cost":699,"Date":"9/25/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Jeans","Country":"France","Sale":662,"Cost":367,"Date":"7/27/2020"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":987,"Cost":539,"Date":"1/31/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":767,"Cost":574,"Date":"9/21/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":83,"Cost":61,"Date":"10/15/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":112,"Cost":71,"Date":"1/26/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":756,"Cost":555,"Date":"7/12/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"COS","Country":"France","Sale":650,"Cost":466,"Date":"5/25/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":72,"Cost":65,"Date":"11/9/2018"},{"Store":"Labège 2, Toulouse","Brand":"HM","Country":"France","Sale":472,"Cost":243,"Date":"3/25/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":80,"Cost":48,"Date":"8/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":94,"Cost":55,"Date":"7/30/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":914,"Cost":473,"Date":"5/30/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":611,"Cost":403,"Date":"5/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":160,"Cost":140,"Date":"11/17/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":264,"Cost":163,"Date":"5/30/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":954,"Cost":878,"Date":"5/20/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":425,"Cost":296,"Date":"3/16/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":400,"Cost":362,"Date":"9/16/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":416,"Cost":246,"Date":"2/8/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":272,"Cost":236,"Date":"7/17/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Jeans","Country":"France","Sale":997,"Cost":894,"Date":"3/2/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":738,"Cost":661,"Date":"3/8/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":246,"Cost":168,"Date":"1/5/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":896,"Cost":571,"Date":"1/4/2018"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":576,"Cost":463,"Date":"11/17/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":410,"Cost":314,"Date":"2/15/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":885,"Cost":708,"Date":"5/23/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":654,"Cost":339,"Date":"8/11/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":680,"Cost":639,"Date":"9/20/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":312,"Cost":285,"Date":"2/15/2021"},{"Store":"Le Grand Épagny","Brand":"Nova","Country":"France","Sale":890,"Cost":697,"Date":"4/15/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":397,"Cost":287,"Date":"1/19/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":312,"Cost":160,"Date":"7/30/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":568,"Cost":513,"Date":"5/29/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":648,"Cost":438,"Date":"8/18/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":708,"Cost":625,"Date":"3/30/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":320,"Cost":236,"Date":"11/10/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":354,"Cost":183,"Date":"11/21/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Sellpy","Country":"France","Sale":258,"Cost":203,"Date":"3/29/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":476,"Cost":344,"Date":"10/19/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":884,"Cost":562,"Date":"11/16/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":780,"Cost":662,"Date":"12/19/2024"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":859,"Cost":648,"Date":"2/13/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":900,"Cost":630,"Date":"5/8/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":844,"Cost":648,"Date":"2/1/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":850,"Cost":695,"Date":"3/8/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":817,"Cost":588,"Date":"11/21/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":849,"Cost":433,"Date":"11/5/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":745,"Cost":564,"Date":"6/10/2021"},{"Store":"Courier, Annecy","Brand":"COS","Country":"France","Sale":17,"Cost":9,"Date":"6/22/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":576,"Cost":402,"Date":"2/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM","Country":"France","Sale":965,"Cost":754,"Date":"7/5/2018"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":282,"Cost":247,"Date":"8/9/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":691,"Cost":479,"Date":"7/29/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":584,"Cost":449,"Date":"9/24/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":526,"Cost":353,"Date":"2/28/2018"},{"Store":"Courier, Annecy","Brand":"COS","Country":"France","Sale":131,"Cost":113,"Date":"6/4/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":2,"Cost":1,"Date":"4/3/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":342,"Cost":231,"Date":"5/8/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":561,"Cost":339,"Date":"12/19/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM Home","Country":"France","Sale":9,"Cost":7,"Date":"1/6/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":715,"Cost":489,"Date":"4/2/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":89,"Cost":76,"Date":"4/5/2024"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":847,"Cost":752,"Date":"3/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":910,"Cost":636,"Date":"7/6/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":542,"Cost":484,"Date":"4/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"HM Home","Country":"France","Sale":144,"Cost":136,"Date":"5/13/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":106,"Cost":70,"Date":"7/18/2021"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":455,"Cost":339,"Date":"11/12/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":27,"Cost":23,"Date":"6/22/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":641,"Cost":431,"Date":"1/25/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":729,"Cost":601,"Date":"11/10/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"HM Home","Country":"France","Sale":767,"Cost":690,"Date":"6/19/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":813,"Cost":703,"Date":"4/16/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":256,"Cost":210,"Date":"4/24/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":537,"Cost":299,"Date":"12/22/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":491,"Cost":325,"Date":"7/6/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":470,"Cost":360,"Date":"5/20/2018"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":697,"Cost":536,"Date":"7/9/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":633,"Cost":386,"Date":"7/22/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":825,"Cost":470,"Date":"7/16/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":245,"Cost":167,"Date":"7/10/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":877,"Cost":563,"Date":"4/3/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":322,"Cost":201,"Date":"7/2/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":635,"Cost":452,"Date":"11/9/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":924,"Cost":736,"Date":"12/3/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM","Country":"France","Sale":525,"Cost":479,"Date":"11/6/2021"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":832,"Cost":572,"Date":"11/29/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":357,"Cost":204,"Date":"10/27/2019"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":206,"Cost":105,"Date":"4/4/2021"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":115,"Cost":65,"Date":"4/12/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":374,"Cost":226,"Date":"11/18/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM Home","Country":"France","Sale":284,"Cost":175,"Date":"2/13/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":320,"Cost":212,"Date":"1/26/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":133,"Cost":120,"Date":"3/16/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":839,"Cost":523,"Date":"6/5/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":915,"Cost":546,"Date":"6/5/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":635,"Cost":573,"Date":"6/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Jeans","Country":"France","Sale":886,"Cost":751,"Date":"8/8/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":772,"Cost":640,"Date":"5/16/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":933,"Cost":838,"Date":"6/21/2021"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":797,"Cost":663,"Date":"3/13/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":791,"Cost":427,"Date":"2/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":108,"Cost":68,"Date":"8/3/2018"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":174,"Cost":141,"Date":"1/4/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":313,"Cost":292,"Date":"6/28/2018"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":621,"Cost":385,"Date":"5/21/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Sellpy","Country":"France","Sale":285,"Cost":163,"Date":"11/11/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":624,"Cost":334,"Date":"11/29/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":240,"Cost":183,"Date":"11/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":587,"Cost":424,"Date":"3/10/2020"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":11,"Cost":11,"Date":"12/7/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":95,"Cost":84,"Date":"11/13/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":385,"Cost":287,"Date":"11/3/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":190,"Cost":134,"Date":"3/4/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":21,"Cost":15,"Date":"4/19/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":280,"Cost":189,"Date":"9/18/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":910,"Cost":648,"Date":"2/10/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":984,"Cost":511,"Date":"6/17/2024"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":669,"Cost":577,"Date":"12/1/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":662,"Cost":581,"Date":"1/21/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":120,"Cost":73,"Date":"1/19/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":607,"Cost":410,"Date":"12/5/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"HM Home","Country":"France","Sale":909,"Cost":647,"Date":"11/19/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":877,"Cost":812,"Date":"6/26/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":24,"Cost":20,"Date":"12/13/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":60,"Cost":50,"Date":"10/21/2020"},{"Store":"Val d'Europe, Serris","Brand":"COS","Country":"France","Sale":692,"Cost":643,"Date":"8/2/2018"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":34,"Cost":32,"Date":"12/29/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":242,"Cost":179,"Date":"5/22/2024"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":515,"Cost":451,"Date":"4/15/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":316,"Cost":222,"Date":"10/28/2018"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":680,"Cost":618,"Date":"10/15/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":196,"Cost":172,"Date":"4/14/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":19,"Cost":15,"Date":"7/2/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":848,"Cost":805,"Date":"12/24/2024"},{"Store":"Cap 3000, Nice","Brand":"Jeans","Country":"France","Sale":363,"Cost":202,"Date":"5/30/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":572,"Cost":543,"Date":"8/31/2018"},{"Store":"Créteil Soleil","Brand":"HM Home","Country":"France","Sale":59,"Cost":46,"Date":"3/28/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":913,"Cost":587,"Date":"1/28/2020"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":181,"Cost":164,"Date":"12/21/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":460,"Cost":273,"Date":"10/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":383,"Cost":328,"Date":"9/1/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":318,"Cost":168,"Date":"9/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":823,"Cost":580,"Date":"3/30/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":642,"Cost":498,"Date":"11/10/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":461,"Cost":249,"Date":"1/29/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":711,"Cost":490,"Date":"7/20/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":664,"Cost":455,"Date":"9/9/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":583,"Cost":512,"Date":"6/20/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":972,"Cost":862,"Date":"9/12/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":398,"Cost":240,"Date":"3/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":835,"Cost":732,"Date":"5/26/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":926,"Cost":496,"Date":"2/18/2020"},{"Store":"Euralille, Lille","Brand":"ARKET","Country":"France","Sale":771,"Cost":696,"Date":"8/29/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":447,"Cost":377,"Date":"8/13/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":40,"Cost":23,"Date":"3/24/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":366,"Cost":345,"Date":"11/25/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":642,"Cost":376,"Date":"10/9/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":983,"Cost":618,"Date":"7/5/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":261,"Cost":216,"Date":"8/19/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":685,"Cost":394,"Date":"7/26/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":947,"Cost":607,"Date":"9/15/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":97,"Cost":86,"Date":"7/26/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":381,"Cost":221,"Date":"7/31/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":893,"Cost":521,"Date":"9/4/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":659,"Cost":333,"Date":"8/29/2021"},{"Store":"Val d'Europe, Serris","Brand":"COS","Country":"France","Sale":253,"Cost":143,"Date":"10/25/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":937,"Cost":551,"Date":"1/29/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":367,"Cost":225,"Date":"6/13/2024"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":726,"Cost":581,"Date":"2/27/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":167,"Cost":137,"Date":"6/19/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":967,"Cost":769,"Date":"8/24/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":425,"Cost":327,"Date":"11/17/2020"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":979,"Cost":871,"Date":"2/10/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"COS","Country":"France","Sale":654,"Cost":401,"Date":"6/29/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":371,"Cost":201,"Date":"8/28/2019"},{"Store":"Euralille, Lille","Brand":"ARKET","Country":"France","Sale":46,"Cost":43,"Date":"2/14/2020"},{"Store":"Labège 2, Toulouse","Brand":"Sellpy","Country":"France","Sale":682,"Cost":370,"Date":"12/26/2021"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":596,"Cost":433,"Date":"11/19/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":222,"Cost":206,"Date":"12/16/2018"},{"Store":"Labège 2, Toulouse","Brand":"Sellpy","Country":"France","Sale":814,"Cost":622,"Date":"10/9/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":627,"Cost":316,"Date":"7/30/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Jeans","Country":"France","Sale":491,"Cost":448,"Date":"8/4/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":126,"Cost":81,"Date":"4/27/2023"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":252,"Cost":160,"Date":"8/17/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":874,"Cost":533,"Date":"8/17/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":894,"Cost":560,"Date":"6/19/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":446,"Cost":283,"Date":"3/30/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":826,"Cost":456,"Date":"7/16/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":530,"Cost":283,"Date":"8/29/2021"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":278,"Cost":255,"Date":"11/1/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":583,"Cost":356,"Date":"8/9/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":73,"Cost":45,"Date":"2/2/2018"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":729,"Cost":626,"Date":"7/1/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"Sellpy","Country":"France","Sale":124,"Cost":71,"Date":"7/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Sellpy","Country":"France","Sale":415,"Cost":363,"Date":"11/27/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":73,"Cost":64,"Date":"12/25/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":191,"Cost":171,"Date":"3/14/2021"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":270,"Cost":184,"Date":"9/12/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM","Country":"France","Sale":533,"Cost":461,"Date":"2/8/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Jeans","Country":"France","Sale":5,"Cost":2,"Date":"7/14/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":860,"Cost":546,"Date":"3/8/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":794,"Cost":412,"Date":"4/28/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":834,"Cost":528,"Date":"4/10/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":3,"Cost":2,"Date":"11/19/2023"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":220,"Cost":156,"Date":"8/28/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":601,"Cost":401,"Date":"7/19/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":901,"Cost":798,"Date":"7/14/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":158,"Cost":115,"Date":"4/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":35,"Cost":20,"Date":"6/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Jeans","Country":"France","Sale":26,"Cost":25,"Date":"1/26/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":228,"Cost":193,"Date":"1/28/2018"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":112,"Cost":98,"Date":"12/30/2024"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":465,"Cost":280,"Date":"9/24/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Jeans","Country":"France","Sale":743,"Cost":659,"Date":"12/15/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":461,"Cost":258,"Date":"2/27/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":828,"Cost":723,"Date":"12/24/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":748,"Cost":517,"Date":"7/26/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM Home","Country":"France","Sale":903,"Cost":596,"Date":"9/15/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":778,"Cost":459,"Date":"9/12/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":656,"Cost":539,"Date":"5/5/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":346,"Cost":264,"Date":"11/17/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":847,"Cost":456,"Date":"5/18/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"HM Home","Country":"France","Sale":296,"Cost":236,"Date":"10/7/2020"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":804,"Cost":644,"Date":"2/9/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":999,"Cost":813,"Date":"6/15/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":89,"Cost":57,"Date":"11/18/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":177,"Cost":97,"Date":"9/12/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":974,"Cost":697,"Date":"9/8/2020"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":923,"Cost":556,"Date":"6/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":157,"Cost":138,"Date":"10/11/2021"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":47,"Cost":28,"Date":"7/23/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":519,"Cost":448,"Date":"8/17/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":431,"Cost":360,"Date":"4/11/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM Home","Country":"France","Sale":598,"Cost":361,"Date":"12/6/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":500,"Cost":431,"Date":"7/19/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":50,"Cost":40,"Date":"9/20/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":127,"Cost":88,"Date":"4/6/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":309,"Cost":195,"Date":"11/19/2021"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":896,"Cost":510,"Date":"3/1/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":788,"Cost":660,"Date":"10/2/2024"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":323,"Cost":178,"Date":"4/1/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":167,"Cost":108,"Date":"8/12/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":432,"Cost":260,"Date":"1/13/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Jeans","Country":"France","Sale":211,"Cost":198,"Date":"5/3/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":538,"Cost":380,"Date":"6/24/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":305,"Cost":227,"Date":"5/1/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":275,"Cost":186,"Date":"11/5/2024"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":953,"Cost":727,"Date":"7/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Sellpy","Country":"France","Sale":263,"Cost":214,"Date":"12/17/2018"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":244,"Cost":156,"Date":"5/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":358,"Cost":226,"Date":"9/27/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":183,"Cost":144,"Date":"8/6/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":84,"Cost":67,"Date":"8/29/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":349,"Cost":206,"Date":"3/27/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":821,"Cost":484,"Date":"1/6/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"COS","Country":"France","Sale":90,"Cost":46,"Date":"5/31/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"Jeans","Country":"France","Sale":469,"Cost":346,"Date":"11/13/2022"},{"Store":"Labège 2, Toulouse","Brand":"HM","Country":"France","Sale":502,"Cost":301,"Date":"8/29/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":842,"Cost":452,"Date":"4/12/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":448,"Cost":299,"Date":"3/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":56,"Cost":34,"Date":"10/29/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":340,"Cost":227,"Date":"11/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":903,"Cost":629,"Date":"5/30/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":47,"Cost":29,"Date":"10/18/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM Home","Country":"France","Sale":559,"Cost":389,"Date":"7/23/2020"},{"Store":"Courier, Annecy","Brand":"COS","Country":"France","Sale":759,"Cost":390,"Date":"2/17/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":652,"Cost":399,"Date":"7/9/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":738,"Cost":379,"Date":"10/30/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":134,"Cost":96,"Date":"1/12/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"HM Home","Country":"France","Sale":695,"Cost":589,"Date":"8/15/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":144,"Cost":83,"Date":"1/21/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":252,"Cost":219,"Date":"6/18/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":749,"Cost":417,"Date":"10/14/2023"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":371,"Cost":191,"Date":"4/19/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":851,"Cost":448,"Date":"3/10/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":813,"Cost":628,"Date":"8/17/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":317,"Cost":295,"Date":"12/30/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":200,"Cost":165,"Date":"4/18/2023"},{"Store":"Atlantis, Nantes","Brand":"HM","Country":"France","Sale":353,"Cost":214,"Date":"7/27/2024"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":81,"Cost":64,"Date":"12/11/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"5/18/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":374,"Cost":261,"Date":"10/13/2021"},{"Store":"Euralille, Lille","Brand":"HM Home","Country":"France","Sale":480,"Cost":396,"Date":"10/23/2020"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":296,"Cost":266,"Date":"9/6/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":789,"Cost":481,"Date":"10/22/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"HM","Country":"France","Sale":556,"Cost":388,"Date":"5/17/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":423,"Cost":298,"Date":"12/26/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":850,"Cost":783,"Date":"11/9/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":717,"Cost":527,"Date":"8/22/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":814,"Cost":475,"Date":"1/31/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":259,"Cost":220,"Date":"2/27/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":950,"Cost":557,"Date":"12/15/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":50,"Cost":29,"Date":"5/26/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":803,"Cost":461,"Date":"7/5/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Sellpy","Country":"France","Sale":534,"Cost":296,"Date":"9/25/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM Home","Country":"France","Sale":750,"Cost":606,"Date":"10/14/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":358,"Cost":282,"Date":"5/10/2019"},{"Store":"Le Grand Épagny","Brand":"Nova","Country":"France","Sale":661,"Cost":354,"Date":"2/10/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":219,"Cost":128,"Date":"2/12/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":883,"Cost":614,"Date":"1/30/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":445,"Cost":346,"Date":"6/29/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":703,"Cost":397,"Date":"9/19/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":972,"Cost":661,"Date":"11/7/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":364,"Cost":257,"Date":"12/28/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":467,"Cost":436,"Date":"3/31/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":275,"Cost":219,"Date":"8/24/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":559,"Cost":340,"Date":"12/9/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":290,"Cost":151,"Date":"2/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":362,"Cost":325,"Date":"1/9/2024"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":551,"Cost":370,"Date":"12/19/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":96,"Cost":80,"Date":"5/18/2023"},{"Store":"Cap 3000, Nice","Brand":"HM","Country":"France","Sale":659,"Cost":409,"Date":"3/9/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":229,"Cost":179,"Date":"4/16/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"COS","Country":"France","Sale":722,"Cost":675,"Date":"10/29/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":944,"Cost":833,"Date":"6/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":787,"Cost":693,"Date":"7/17/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":57,"Cost":44,"Date":"9/9/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":965,"Cost":582,"Date":"9/21/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":866,"Cost":708,"Date":"11/11/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":484,"Cost":361,"Date":"10/28/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":967,"Cost":659,"Date":"10/16/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":720,"Cost":411,"Date":"3/16/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":580,"Cost":352,"Date":"6/2/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":66,"Cost":36,"Date":"12/8/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":863,"Cost":640,"Date":"7/9/2023"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":247,"Cost":137,"Date":"8/27/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":108,"Cost":97,"Date":"4/1/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":547,"Cost":477,"Date":"7/30/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":466,"Cost":439,"Date":"8/9/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":469,"Cost":371,"Date":"6/30/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":953,"Cost":478,"Date":"10/4/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":657,"Cost":584,"Date":"12/30/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Sellpy","Country":"France","Sale":1000,"Cost":603,"Date":"6/13/2018"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":439,"Cost":299,"Date":"11/25/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":755,"Cost":442,"Date":"10/2/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":644,"Cost":337,"Date":"8/18/2024"},{"Store":"Le Grand Épagny","Brand":"Sellpy","Country":"France","Sale":47,"Cost":38,"Date":"2/8/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":210,"Cost":158,"Date":"3/5/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Jeans","Country":"France","Sale":728,"Cost":579,"Date":"2/21/2021"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":787,"Cost":636,"Date":"9/2/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"HM Home","Country":"France","Sale":773,"Cost":406,"Date":"1/12/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":192,"Cost":165,"Date":"4/14/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":872,"Cost":599,"Date":"5/17/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":955,"Cost":801,"Date":"4/13/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":818,"Cost":558,"Date":"5/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":431,"Cost":332,"Date":"9/21/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":604,"Cost":362,"Date":"7/11/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"HM Home","Country":"France","Sale":276,"Cost":260,"Date":"10/28/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":351,"Cost":233,"Date":"10/20/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":118,"Date":"12/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":415,"Cost":352,"Date":"11/6/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":500,"Cost":408,"Date":"8/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":825,"Cost":623,"Date":"2/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":914,"Cost":553,"Date":"7/17/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":599,"Date":"5/4/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"COS","Country":"Germany","Sale":127,"Cost":103,"Date":"7/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Nova","Country":"Germany","Sale":856,"Cost":569,"Date":"6/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":489,"Date":"5/18/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"COS","Country":"Germany","Sale":470,"Cost":289,"Date":"6/30/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":51,"Cost":27,"Date":"8/1/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":90,"Cost":84,"Date":"1/31/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":367,"Cost":329,"Date":"12/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":476,"Cost":392,"Date":"9/22/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":253,"Cost":145,"Date":"12/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":430,"Cost":230,"Date":"7/14/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":901,"Cost":688,"Date":"2/28/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":429,"Cost":389,"Date":"1/22/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":894,"Cost":778,"Date":"9/6/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":493,"Date":"4/17/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":433,"Cost":254,"Date":"9/21/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM Home","Country":"Germany","Sale":265,"Cost":238,"Date":"7/21/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":774,"Cost":708,"Date":"8/7/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":729,"Cost":447,"Date":"2/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":165,"Cost":106,"Date":"7/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":649,"Cost":468,"Date":"7/15/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":362,"Cost":267,"Date":"5/3/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":262,"Cost":153,"Date":"1/29/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":440,"Cost":337,"Date":"1/12/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":106,"Cost":56,"Date":"11/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Nova","Country":"Germany","Sale":886,"Cost":713,"Date":"6/9/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":327,"Cost":270,"Date":"7/8/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":196,"Cost":184,"Date":"2/27/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":751,"Cost":667,"Date":"5/30/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Nova","Country":"Germany","Sale":548,"Cost":497,"Date":"3/23/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":629,"Cost":377,"Date":"7/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":384,"Cost":302,"Date":"2/19/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":309,"Cost":264,"Date":"6/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":541,"Date":"1/21/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":929,"Cost":481,"Date":"5/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":343,"Cost":302,"Date":"4/24/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":690,"Cost":447,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":460,"Date":"11/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":464,"Cost":232,"Date":"10/15/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":409,"Cost":352,"Date":"2/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":515,"Cost":397,"Date":"7/30/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":520,"Date":"4/17/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":769,"Cost":524,"Date":"2/5/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":376,"Cost":219,"Date":"3/2/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":447,"Cost":353,"Date":"7/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":256,"Cost":167,"Date":"1/14/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":1000,"Cost":538,"Date":"4/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":270,"Date":"2/4/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":617,"Cost":413,"Date":"11/18/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":75,"Date":"12/1/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":216,"Cost":200,"Date":"3/26/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":152,"Cost":85,"Date":"1/27/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":199,"Cost":142,"Date":"8/30/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":293,"Cost":178,"Date":"9/20/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":318,"Cost":247,"Date":"3/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":371,"Cost":282,"Date":"5/21/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":329,"Date":"7/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":593,"Cost":485,"Date":"5/15/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":902,"Cost":778,"Date":"12/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":518,"Cost":314,"Date":"3/13/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":780,"Cost":625,"Date":"12/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":41,"Date":"8/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":759,"Cost":416,"Date":"10/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":789,"Cost":468,"Date":"8/31/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":819,"Cost":601,"Date":"7/13/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":706,"Cost":365,"Date":"2/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":614,"Cost":504,"Date":"1/22/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":836,"Cost":657,"Date":"12/1/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":131,"Cost":76,"Date":"11/18/2024"},{"Store":"Aachen Arkaden","Brand":"Nova","Country":"Germany","Sale":568,"Cost":449,"Date":"12/6/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":657,"Date":"6/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":52,"Cost":43,"Date":"7/6/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":874,"Cost":764,"Date":"8/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":891,"Cost":815,"Date":"3/17/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":450,"Cost":268,"Date":"5/29/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":39,"Cost":34,"Date":"9/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":39,"Cost":34,"Date":"6/23/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":370,"Date":"7/15/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":505,"Cost":269,"Date":"3/9/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":583,"Cost":484,"Date":"12/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":223,"Cost":197,"Date":"6/9/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":552,"Date":"7/29/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":999,"Cost":773,"Date":"11/17/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":889,"Cost":843,"Date":"3/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":199,"Cost":108,"Date":"11/27/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":39,"Cost":20,"Date":"7/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":48,"Cost":43,"Date":"6/26/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":137,"Cost":68,"Date":"2/11/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":849,"Cost":747,"Date":"12/30/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":526,"Cost":413,"Date":"8/11/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":477,"Cost":415,"Date":"5/4/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":26,"Cost":14,"Date":"1/2/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":444,"Cost":314,"Date":"1/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":625,"Cost":527,"Date":"3/29/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":224,"Cost":126,"Date":"2/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":784,"Cost":665,"Date":"10/12/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":479,"Cost":371,"Date":"8/3/2022"},{"Store":"Anger 1, Erfurt","Brand":"ARKET","Country":"Germany","Sale":81,"Cost":61,"Date":"2/24/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":923,"Cost":599,"Date":"7/6/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":345,"Cost":278,"Date":"5/2/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":356,"Cost":239,"Date":"5/23/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":951,"Cost":724,"Date":"1/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":138,"Cost":97,"Date":"10/12/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":447,"Cost":268,"Date":"7/23/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":748,"Cost":605,"Date":"4/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM Home","Country":"Germany","Sale":15,"Cost":13,"Date":"1/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":585,"Cost":309,"Date":"6/12/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":888,"Cost":558,"Date":"12/29/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":652,"Cost":553,"Date":"7/9/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":134,"Cost":105,"Date":"2/24/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":551,"Cost":391,"Date":"10/11/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM Home","Country":"Germany","Sale":323,"Cost":192,"Date":"4/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":670,"Cost":400,"Date":"3/27/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":258,"Cost":144,"Date":"1/13/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":77,"Cost":42,"Date":"6/27/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":519,"Cost":422,"Date":"5/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"COS","Country":"Germany","Sale":447,"Cost":397,"Date":"3/9/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":5,"Cost":4,"Date":"9/19/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":561,"Cost":358,"Date":"2/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":183,"Cost":173,"Date":"9/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Nova","Country":"Germany","Sale":164,"Cost":136,"Date":"11/24/2019"},{"Store":"CentrO, Oberhausen","Brand":"ARKET","Country":"Germany","Sale":302,"Cost":172,"Date":"8/27/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":176,"Cost":122,"Date":"2/16/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":603,"Date":"5/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":929,"Cost":605,"Date":"4/3/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":59,"Cost":54,"Date":"6/12/2023"},{"Store":"MercaturA, Aalen","Brand":"Nova","Country":"Germany","Sale":521,"Cost":283,"Date":"9/6/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":953,"Cost":899,"Date":"11/12/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":92,"Cost":79,"Date":"3/26/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":419,"Cost":248,"Date":"2/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":244,"Cost":171,"Date":"12/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":292,"Cost":246,"Date":"7/10/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":343,"Cost":312,"Date":"9/30/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Nova","Country":"Germany","Sale":695,"Cost":386,"Date":"8/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":615,"Date":"10/21/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":934,"Cost":851,"Date":"4/9/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":74,"Cost":64,"Date":"11/7/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":855,"Date":"12/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":761,"Cost":493,"Date":"10/2/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":126,"Cost":102,"Date":"5/23/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":661,"Cost":492,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":475,"Cost":350,"Date":"11/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":714,"Cost":468,"Date":"5/3/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":677,"Cost":526,"Date":"6/29/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":610,"Cost":551,"Date":"5/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":126,"Cost":100,"Date":"3/16/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":239,"Cost":155,"Date":"9/11/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":42,"Cost":21,"Date":"2/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":373,"Date":"4/6/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":473,"Cost":411,"Date":"7/24/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":163,"Date":"9/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":249,"Cost":192,"Date":"7/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":813,"Cost":617,"Date":"6/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":650,"Cost":564,"Date":"2/23/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":47,"Date":"8/18/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":573,"Cost":537,"Date":"8/15/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Sellpy","Country":"Germany","Sale":75,"Cost":68,"Date":"1/11/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":767,"Cost":630,"Date":"6/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":970,"Cost":838,"Date":"8/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":309,"Cost":181,"Date":"5/3/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":66,"Cost":37,"Date":"11/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":419,"Cost":340,"Date":"4/23/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":416,"Cost":373,"Date":"3/7/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":579,"Cost":404,"Date":"1/26/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":749,"Cost":546,"Date":"2/9/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":434,"Date":"7/18/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":434,"Cost":262,"Date":"6/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":324,"Cost":258,"Date":"9/4/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":591,"Cost":472,"Date":"3/11/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":521,"Cost":387,"Date":"1/15/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM","Country":"Germany","Sale":415,"Cost":215,"Date":"8/19/2021"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":186,"Cost":172,"Date":"6/15/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":255,"Date":"1/9/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":773,"Cost":437,"Date":"9/17/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":955,"Cost":743,"Date":"5/7/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":702,"Cost":406,"Date":"2/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":67,"Cost":61,"Date":"7/15/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":989,"Cost":494,"Date":"8/3/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":378,"Cost":289,"Date":"10/21/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"ARKET","Country":"Germany","Sale":465,"Cost":367,"Date":"5/17/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":517,"Cost":406,"Date":"9/21/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":252,"Cost":231,"Date":"7/4/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":696,"Cost":648,"Date":"5/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":183,"Cost":114,"Date":"3/6/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":596,"Cost":299,"Date":"9/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":186,"Cost":132,"Date":"1/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":967,"Cost":618,"Date":"11/6/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":234,"Cost":176,"Date":"10/15/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":866,"Cost":450,"Date":"12/7/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":797,"Cost":584,"Date":"8/10/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Jeans","Country":"Germany","Sale":376,"Cost":202,"Date":"2/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM Home","Country":"Germany","Sale":144,"Cost":106,"Date":"9/4/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":65,"Date":"4/9/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":796,"Cost":457,"Date":"8/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":257,"Cost":232,"Date":"2/20/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM Home","Country":"Germany","Sale":957,"Cost":541,"Date":"4/23/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":809,"Cost":409,"Date":"12/20/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":897,"Cost":845,"Date":"11/3/2020"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":556,"Cost":458,"Date":"9/16/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":365,"Date":"10/20/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":553,"Cost":421,"Date":"2/4/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":137,"Cost":78,"Date":"7/10/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":791,"Cost":470,"Date":"7/22/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":390,"Cost":207,"Date":"7/30/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":469,"Cost":443,"Date":"11/8/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":23,"Cost":11,"Date":"12/9/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":354,"Cost":244,"Date":"4/30/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":292,"Cost":193,"Date":"6/17/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":954,"Cost":585,"Date":"1/9/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":427,"Cost":260,"Date":"12/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":503,"Date":"11/6/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":167,"Cost":154,"Date":"6/10/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":331,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":837,"Cost":748,"Date":"8/29/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":617,"Cost":582,"Date":"10/20/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":207,"Cost":196,"Date":"2/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":652,"Cost":558,"Date":"7/9/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":319,"Date":"3/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":571,"Cost":488,"Date":"8/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":681,"Cost":595,"Date":"12/22/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":795,"Cost":581,"Date":"5/6/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":765,"Cost":488,"Date":"1/4/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":618,"Cost":316,"Date":"4/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Jeans","Country":"Germany","Sale":565,"Cost":485,"Date":"1/24/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"ARKET","Country":"Germany","Sale":982,"Cost":594,"Date":"4/30/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":171,"Cost":135,"Date":"5/9/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":397,"Cost":222,"Date":"2/2/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":623,"Cost":372,"Date":"6/24/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":931,"Cost":594,"Date":"11/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Nova","Country":"Germany","Sale":222,"Cost":206,"Date":"1/21/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":929,"Cost":582,"Date":"4/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":902,"Cost":783,"Date":"2/9/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":355,"Cost":185,"Date":"4/20/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":44,"Cost":40,"Date":"8/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":543,"Cost":506,"Date":"12/27/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":412,"Cost":382,"Date":"8/24/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":610,"Cost":342,"Date":"5/11/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":237,"Cost":147,"Date":"2/10/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":139,"Cost":105,"Date":"1/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":17,"Cost":10,"Date":"5/29/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":777,"Cost":713,"Date":"4/29/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":886,"Cost":770,"Date":"8/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Nova","Country":"Germany","Sale":203,"Cost":157,"Date":"12/22/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Nova","Country":"Germany","Sale":950,"Cost":508,"Date":"3/15/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":781,"Cost":658,"Date":"1/25/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":117,"Cost":67,"Date":"4/18/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Jeans","Country":"Germany","Sale":433,"Cost":337,"Date":"10/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":269,"Cost":249,"Date":"1/9/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":984,"Cost":569,"Date":"3/15/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Sellpy","Country":"Germany","Sale":457,"Cost":420,"Date":"9/10/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":970,"Cost":763,"Date":"8/4/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":756,"Cost":694,"Date":"9/22/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":849,"Cost":427,"Date":"12/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":225,"Cost":210,"Date":"1/13/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":35,"Cost":29,"Date":"7/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":369,"Cost":185,"Date":"5/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":804,"Cost":540,"Date":"1/16/2021"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":861,"Cost":688,"Date":"2/17/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":515,"Cost":454,"Date":"9/24/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":131,"Cost":65,"Date":"9/17/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Nova","Country":"Germany","Sale":109,"Cost":101,"Date":"8/14/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":527,"Cost":350,"Date":"5/4/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":947,"Cost":517,"Date":"11/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":289,"Cost":272,"Date":"9/26/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":621,"Date":"8/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":433,"Date":"7/29/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM Home","Country":"Germany","Sale":234,"Cost":126,"Date":"1/26/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":123,"Cost":62,"Date":"7/31/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":506,"Cost":395,"Date":"4/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":142,"Cost":89,"Date":"3/16/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"COS","Country":"Germany","Sale":689,"Cost":501,"Date":"5/6/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":103,"Cost":94,"Date":"1/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":350,"Cost":254,"Date":"4/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":867,"Cost":680,"Date":"6/21/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":513,"Cost":361,"Date":"10/3/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":16,"Cost":12,"Date":"7/20/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":854,"Cost":577,"Date":"8/15/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":263,"Cost":145,"Date":"12/3/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":436,"Date":"1/2/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":892,"Cost":832,"Date":"3/5/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":214,"Date":"2/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":975,"Cost":517,"Date":"5/14/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":893,"Cost":467,"Date":"12/19/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":992,"Cost":801,"Date":"12/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":541,"Cost":510,"Date":"12/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":325,"Cost":271,"Date":"2/18/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":700,"Cost":555,"Date":"7/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":656,"Cost":330,"Date":"12/8/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Nova","Country":"Germany","Sale":613,"Cost":547,"Date":"11/21/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":300,"Cost":184,"Date":"12/28/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":318,"Cost":159,"Date":"9/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":190,"Cost":148,"Date":"7/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":851,"Cost":740,"Date":"4/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":262,"Cost":210,"Date":"10/15/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":510,"Cost":391,"Date":"10/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":166,"Cost":143,"Date":"8/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"COS","Country":"Germany","Sale":318,"Cost":225,"Date":"8/31/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":669,"Cost":403,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":459,"Cost":344,"Date":"6/21/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":205,"Date":"1/3/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":724,"Cost":685,"Date":"7/24/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":727,"Cost":592,"Date":"2/13/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":32,"Date":"9/18/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":900,"Cost":586,"Date":"2/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":75,"Cost":70,"Date":"1/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":229,"Date":"10/20/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":287,"Date":"10/2/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":755,"Cost":577,"Date":"3/20/2023"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":156,"Cost":117,"Date":"4/1/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":210,"Cost":124,"Date":"6/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":724,"Cost":362,"Date":"6/14/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":683,"Cost":483,"Date":"9/17/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":807,"Cost":628,"Date":"12/24/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Nova","Country":"Germany","Sale":699,"Cost":513,"Date":"12/30/2018"},{"Store":"SeeCarree, Berlin","Brand":"COS","Country":"Germany","Sale":367,"Cost":192,"Date":"6/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":276,"Cost":186,"Date":"4/30/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":768,"Cost":547,"Date":"1/21/2022"},{"Store":"Aachen Arkaden","Brand":"Nova","Country":"Germany","Sale":116,"Cost":89,"Date":"12/22/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":350,"Cost":304,"Date":"8/15/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":530,"Cost":304,"Date":"8/14/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":317,"Cost":252,"Date":"11/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":118,"Date":"12/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":601,"Cost":395,"Date":"3/29/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":316,"Cost":276,"Date":"8/25/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":8,"Cost":6,"Date":"4/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Jeans","Country":"Germany","Sale":142,"Cost":122,"Date":"7/23/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":233,"Cost":222,"Date":"8/29/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":212,"Cost":109,"Date":"3/17/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":263,"Cost":245,"Date":"12/29/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":227,"Cost":125,"Date":"8/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":267,"Cost":164,"Date":"2/5/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":500,"Cost":341,"Date":"1/24/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":482,"Cost":257,"Date":"6/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":561,"Cost":508,"Date":"3/30/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":942,"Cost":486,"Date":"5/6/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":744,"Date":"12/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":488,"Cost":284,"Date":"9/11/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":269,"Cost":200,"Date":"10/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":786,"Cost":573,"Date":"4/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":404,"Cost":380,"Date":"11/20/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Nova","Country":"Germany","Sale":823,"Cost":777,"Date":"7/5/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":22,"Cost":11,"Date":"12/5/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":589,"Cost":548,"Date":"8/9/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":773,"Cost":609,"Date":"7/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":721,"Cost":645,"Date":"6/13/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":341,"Cost":312,"Date":"8/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":68,"Cost":52,"Date":"4/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":641,"Cost":367,"Date":"1/19/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":34,"Cost":23,"Date":"7/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":144,"Cost":80,"Date":"9/22/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":181,"Cost":115,"Date":"5/6/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":956,"Cost":500,"Date":"1/15/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":704,"Cost":434,"Date":"11/2/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":269,"Date":"7/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":568,"Cost":447,"Date":"8/20/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":282,"Cost":265,"Date":"11/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":841,"Cost":566,"Date":"3/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":327,"Cost":218,"Date":"12/15/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Nova","Country":"Germany","Sale":645,"Cost":491,"Date":"8/12/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":520,"Cost":369,"Date":"3/21/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":560,"Date":"6/2/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":788,"Cost":717,"Date":"2/13/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":182,"Cost":148,"Date":"12/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":335,"Date":"12/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":140,"Cost":98,"Date":"2/13/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":681,"Cost":402,"Date":"8/14/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":187,"Cost":153,"Date":"3/2/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":488,"Cost":450,"Date":"9/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":341,"Cost":278,"Date":"12/31/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":326,"Cost":202,"Date":"1/24/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Nova","Country":"Germany","Sale":941,"Cost":650,"Date":"12/6/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":832,"Cost":726,"Date":"9/27/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":218,"Cost":163,"Date":"10/2/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Nova","Country":"Germany","Sale":104,"Cost":79,"Date":"9/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM","Country":"Germany","Sale":918,"Cost":740,"Date":"11/6/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":525,"Date":"6/30/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":669,"Cost":342,"Date":"12/11/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":433,"Cost":228,"Date":"3/31/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":654,"Cost":449,"Date":"12/7/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":818,"Cost":491,"Date":"1/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":920,"Cost":534,"Date":"10/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":407,"Cost":271,"Date":"5/2/2020"},{"Store":"Anger 1, Erfurt","Brand":"ARKET","Country":"Germany","Sale":93,"Cost":51,"Date":"8/31/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":718,"Cost":585,"Date":"8/6/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":542,"Cost":379,"Date":"8/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Nova","Country":"Germany","Sale":410,"Cost":322,"Date":"5/31/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":663,"Cost":613,"Date":"10/16/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":685,"Cost":344,"Date":"12/23/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":56,"Cost":30,"Date":"1/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":159,"Cost":139,"Date":"1/15/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":725,"Cost":517,"Date":"2/20/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":501,"Cost":454,"Date":"9/24/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":833,"Cost":514,"Date":"6/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":60,"Cost":32,"Date":"3/13/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":98,"Cost":90,"Date":"8/23/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"COS","Country":"Germany","Sale":667,"Cost":549,"Date":"7/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":979,"Cost":771,"Date":"10/1/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":776,"Cost":509,"Date":"1/27/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":989,"Cost":527,"Date":"1/22/2021"},{"Store":"SeeCarree, Berlin","Brand":"Nova","Country":"Germany","Sale":911,"Cost":495,"Date":"1/3/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":694,"Cost":426,"Date":"8/15/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":937,"Cost":766,"Date":"7/12/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":581,"Cost":420,"Date":"12/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":215,"Cost":202,"Date":"3/2/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":726,"Cost":458,"Date":"1/6/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":997,"Cost":587,"Date":"11/7/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":842,"Cost":592,"Date":"2/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":949,"Cost":475,"Date":"4/12/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":330,"Cost":296,"Date":"3/12/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":408,"Date":"3/3/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":298,"Date":"1/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":262,"Cost":196,"Date":"5/29/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":388,"Date":"1/16/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":645,"Cost":474,"Date":"8/27/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":847,"Cost":706,"Date":"1/29/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":881,"Cost":798,"Date":"9/12/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":640,"Cost":383,"Date":"6/11/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":975,"Cost":610,"Date":"2/9/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":284,"Date":"1/4/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":610,"Cost":367,"Date":"3/1/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":243,"Cost":123,"Date":"11/19/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":331,"Date":"2/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":992,"Cost":881,"Date":"12/2/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":125,"Cost":117,"Date":"4/23/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":99,"Cost":87,"Date":"2/14/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":908,"Cost":742,"Date":"8/18/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":266,"Cost":180,"Date":"4/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":361,"Cost":298,"Date":"1/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":264,"Cost":151,"Date":"6/22/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":217,"Cost":122,"Date":"8/20/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":109,"Cost":72,"Date":"2/22/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Jeans","Country":"Germany","Sale":606,"Cost":305,"Date":"5/24/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":68,"Cost":40,"Date":"9/19/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":619,"Cost":560,"Date":"5/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":121,"Cost":84,"Date":"1/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":12,"Date":"12/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":202,"Cost":154,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":226,"Date":"5/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":676,"Cost":393,"Date":"10/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":759,"Cost":454,"Date":"3/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":965,"Cost":786,"Date":"8/31/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":583,"Date":"9/4/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":551,"Cost":379,"Date":"8/29/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":160,"Date":"5/20/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":811,"Cost":671,"Date":"9/9/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":832,"Cost":446,"Date":"10/22/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM","Country":"Germany","Sale":67,"Cost":42,"Date":"7/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":847,"Cost":613,"Date":"11/14/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":610,"Cost":408,"Date":"11/20/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":501,"Cost":415,"Date":"7/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":535,"Cost":381,"Date":"2/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":839,"Cost":532,"Date":"2/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":551,"Cost":477,"Date":"6/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":157,"Cost":132,"Date":"8/20/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":911,"Cost":538,"Date":"10/28/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":852,"Cost":444,"Date":"7/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":649,"Cost":575,"Date":"4/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"COS","Country":"Germany","Sale":286,"Cost":175,"Date":"2/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":732,"Cost":660,"Date":"3/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":787,"Cost":675,"Date":"9/2/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":638,"Cost":556,"Date":"5/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":874,"Cost":752,"Date":"9/27/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":965,"Cost":713,"Date":"10/6/2018"},{"Store":"SeeCarree, Berlin","Brand":"Nova","Country":"Germany","Sale":739,"Cost":445,"Date":"3/30/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":390,"Cost":312,"Date":"11/24/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":187,"Cost":159,"Date":"3/9/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":78,"Cost":73,"Date":"4/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":283,"Cost":264,"Date":"9/18/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":856,"Cost":452,"Date":"8/26/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":737,"Cost":634,"Date":"10/24/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":472,"Cost":401,"Date":"6/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":833,"Cost":730,"Date":"5/8/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":623,"Cost":439,"Date":"1/3/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":533,"Cost":442,"Date":"11/30/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":254,"Cost":173,"Date":"10/29/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":173,"Cost":135,"Date":"1/5/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":775,"Cost":689,"Date":"10/25/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":728,"Cost":543,"Date":"4/27/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":888,"Cost":798,"Date":"8/6/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":422,"Cost":362,"Date":"8/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":399,"Cost":253,"Date":"7/13/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":669,"Cost":461,"Date":"5/27/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":160,"Cost":93,"Date":"6/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":940,"Cost":490,"Date":"3/24/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":764,"Cost":404,"Date":"2/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":838,"Cost":660,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":506,"Cost":331,"Date":"2/24/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":157,"Cost":83,"Date":"6/22/2018"},{"Store":"Aachen Arkaden","Brand":"Nova","Country":"Germany","Sale":312,"Cost":181,"Date":"11/17/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":671,"Cost":474,"Date":"9/25/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":114,"Cost":97,"Date":"10/3/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":605,"Cost":482,"Date":"3/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":451,"Date":"3/14/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":172,"Date":"7/17/2024"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":137,"Cost":128,"Date":"6/29/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":24,"Cost":13,"Date":"1/4/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":655,"Cost":421,"Date":"3/25/2021"},{"Store":"Glyfada Centre","Brand":"HM","Country":"Greece","Sale":628,"Cost":319,"Date":"10/1/2018"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":414,"Cost":315,"Date":"10/25/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":319,"Cost":285,"Date":"3/13/2023"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":952,"Cost":716,"Date":"12/22/2019"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":300,"Cost":172,"Date":"1/20/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":738,"Cost":690,"Date":"10/30/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":971,"Cost":788,"Date":"8/23/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":205,"Cost":155,"Date":"12/8/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":896,"Cost":590,"Date":"2/18/2023"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":572,"Cost":507,"Date":"3/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":772,"Cost":471,"Date":"3/20/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":884,"Cost":474,"Date":"1/2/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":328,"Cost":167,"Date":"12/10/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":546,"Cost":329,"Date":"9/7/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":916,"Cost":725,"Date":"9/15/2018"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":98,"Cost":82,"Date":"2/18/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":641,"Cost":463,"Date":"6/23/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":702,"Cost":473,"Date":"4/24/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":925,"Cost":526,"Date":"8/21/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":186,"Cost":148,"Date":"9/14/2023"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":895,"Cost":633,"Date":"8/16/2018"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":889,"Cost":548,"Date":"11/25/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":526,"Cost":447,"Date":"12/6/2019"},{"Store":"Smart Park, Spata","Brand":"HM Home","Country":"Greece","Sale":417,"Cost":359,"Date":"11/17/2018"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":300,"Cost":278,"Date":"8/19/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":596,"Cost":305,"Date":"1/13/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":527,"Cost":278,"Date":"10/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":929,"Cost":521,"Date":"8/23/2019"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":109,"Cost":63,"Date":"6/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":281,"Cost":262,"Date":"2/18/2023"},{"Store":"Glyfada Centre","Brand":"Sellpy","Country":"Greece","Sale":305,"Cost":249,"Date":"11/10/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":59,"Cost":40,"Date":"6/9/2021"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":406,"Cost":303,"Date":"5/1/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":864,"Cost":645,"Date":"9/14/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":815,"Cost":591,"Date":"9/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM","Country":"Greece","Sale":827,"Cost":675,"Date":"6/16/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":104,"Cost":53,"Date":"9/15/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":994,"Cost":517,"Date":"10/16/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":823,"Cost":570,"Date":"4/9/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":218,"Cost":117,"Date":"12/28/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":846,"Cost":527,"Date":"10/5/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":412,"Cost":238,"Date":"12/17/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"ARKET","Country":"Greece","Sale":616,"Cost":374,"Date":"9/26/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":948,"Cost":617,"Date":"4/13/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":911,"Cost":719,"Date":"8/1/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":878,"Cost":707,"Date":"7/7/2021"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":254,"Cost":143,"Date":"3/15/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":124,"Cost":87,"Date":"2/8/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":591,"Cost":387,"Date":"1/8/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":790,"Cost":702,"Date":"3/23/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":215,"Cost":129,"Date":"6/2/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":542,"Cost":408,"Date":"8/25/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":101,"Cost":94,"Date":"11/30/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":107,"Date":"3/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Sellpy","Country":"Greece","Sale":645,"Cost":331,"Date":"1/28/2019"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":981,"Cost":801,"Date":"7/9/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":749,"Cost":470,"Date":"12/6/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":688,"Cost":506,"Date":"3/23/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":872,"Cost":692,"Date":"7/18/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":452,"Cost":409,"Date":"2/13/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":854,"Cost":711,"Date":"3/30/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":717,"Cost":534,"Date":"4/29/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":121,"Cost":95,"Date":"2/26/2018"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":598,"Cost":405,"Date":"7/29/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":896,"Cost":470,"Date":"3/18/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":406,"Cost":235,"Date":"10/6/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":394,"Cost":214,"Date":"10/23/2023"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":822,"Cost":668,"Date":"5/6/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":669,"Cost":612,"Date":"9/2/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":806,"Cost":469,"Date":"11/17/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":546,"Cost":444,"Date":"10/2/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":929,"Cost":765,"Date":"5/14/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":665,"Cost":534,"Date":"8/6/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":481,"Cost":353,"Date":"4/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":12,"Cost":7,"Date":"9/11/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":16,"Cost":11,"Date":"3/8/2022"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":343,"Cost":226,"Date":"2/5/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":968,"Cost":794,"Date":"6/26/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":850,"Cost":784,"Date":"7/8/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":928,"Cost":799,"Date":"4/7/2024"},{"Store":"Glyfada Centre","Brand":"Sellpy","Country":"Greece","Sale":93,"Cost":80,"Date":"3/22/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":851,"Cost":798,"Date":"5/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":584,"Cost":412,"Date":"6/15/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":926,"Cost":865,"Date":"2/20/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":829,"Cost":712,"Date":"11/8/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":112,"Date":"8/25/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":336,"Cost":306,"Date":"11/3/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":57,"Cost":35,"Date":"5/9/2019"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":654,"Cost":465,"Date":"7/11/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":127,"Cost":83,"Date":"11/2/2021"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":48,"Cost":33,"Date":"2/4/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":53,"Cost":36,"Date":"5/10/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":4,"Cost":4,"Date":"7/17/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":741,"Cost":627,"Date":"11/25/2022"},{"Store":"Kifissia Mall","Brand":"HM","Country":"Greece","Sale":433,"Cost":235,"Date":"7/1/2023"},{"Store":"Smart Park, Spata","Brand":"HM Home","Country":"Greece","Sale":506,"Cost":327,"Date":"4/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":139,"Cost":118,"Date":"11/8/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":797,"Cost":477,"Date":"7/4/2021"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":551,"Cost":490,"Date":"12/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":969,"Cost":526,"Date":"8/3/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":549,"Cost":417,"Date":"12/26/2024"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":350,"Cost":219,"Date":"4/6/2018"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":723,"Cost":608,"Date":"3/8/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":375,"Cost":191,"Date":"10/20/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":296,"Cost":229,"Date":"11/11/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":644,"Cost":555,"Date":"12/9/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":277,"Cost":139,"Date":"6/1/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":165,"Cost":108,"Date":"10/15/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":424,"Cost":246,"Date":"1/12/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":460,"Cost":423,"Date":"10/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":855,"Cost":561,"Date":"1/9/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":481,"Cost":263,"Date":"11/28/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":329,"Cost":175,"Date":"1/19/2024"},{"Store":"Glyfada Centre","Brand":"HM","Country":"Greece","Sale":945,"Cost":799,"Date":"8/9/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":431,"Cost":317,"Date":"2/13/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":698,"Cost":590,"Date":"8/6/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":767,"Cost":427,"Date":"1/19/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":219,"Cost":207,"Date":"7/14/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":577,"Cost":307,"Date":"9/16/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":875,"Cost":762,"Date":"7/17/2018"},{"Store":"Kifissia Mall","Brand":"Nova","Country":"Greece","Sale":9,"Cost":8,"Date":"3/28/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":449,"Cost":396,"Date":"5/16/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":972,"Cost":869,"Date":"4/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":320,"Cost":218,"Date":"10/22/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":658,"Cost":624,"Date":"4/3/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":721,"Cost":478,"Date":"7/29/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":507,"Cost":318,"Date":"6/2/2022"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":727,"Cost":653,"Date":"4/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":692,"Cost":555,"Date":"11/15/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":319,"Cost":280,"Date":"4/4/2019"},{"Store":"Smart Park, Spata","Brand":"HM Home","Country":"Greece","Sale":483,"Cost":314,"Date":"8/28/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":185,"Date":"5/8/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":684,"Cost":484,"Date":"2/3/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":353,"Cost":276,"Date":"12/22/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":214,"Cost":180,"Date":"2/14/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":123,"Cost":82,"Date":"2/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":510,"Cost":309,"Date":"12/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":790,"Cost":749,"Date":"11/12/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":349,"Cost":294,"Date":"1/22/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":9,"Cost":4,"Date":"7/10/2022"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":200,"Cost":131,"Date":"9/6/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":448,"Cost":354,"Date":"11/10/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":139,"Cost":90,"Date":"9/2/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":849,"Cost":483,"Date":"1/31/2018"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":671,"Cost":379,"Date":"8/24/2021"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":849,"Cost":547,"Date":"9/4/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":946,"Cost":839,"Date":"10/11/2024"},{"Store":"Pallini Mall","Brand":"Nova","Country":"Greece","Sale":284,"Cost":260,"Date":"12/29/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":668,"Cost":593,"Date":"6/19/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":115,"Cost":85,"Date":"5/4/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":170,"Cost":146,"Date":"12/4/2023"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":909,"Cost":650,"Date":"4/21/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":572,"Cost":296,"Date":"8/24/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":472,"Cost":397,"Date":"12/24/2020"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":680,"Cost":520,"Date":"11/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":662,"Cost":566,"Date":"8/7/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":22,"Cost":16,"Date":"10/23/2020"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":936,"Cost":625,"Date":"7/9/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":908,"Cost":747,"Date":"12/29/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":532,"Cost":390,"Date":"3/24/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":451,"Cost":307,"Date":"12/21/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":752,"Cost":621,"Date":"11/22/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":569,"Cost":411,"Date":"3/24/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":579,"Cost":327,"Date":"4/19/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":370,"Cost":278,"Date":"1/24/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":399,"Cost":205,"Date":"9/13/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":592,"Cost":530,"Date":"4/13/2023"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":790,"Cost":676,"Date":"5/22/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":696,"Cost":358,"Date":"1/5/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":65,"Cost":50,"Date":"11/4/2019"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":139,"Cost":71,"Date":"10/6/2022"},{"Store":"Kifissia Mall","Brand":"HM","Country":"Greece","Sale":418,"Cost":238,"Date":"11/29/2019"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":286,"Cost":263,"Date":"2/4/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":406,"Cost":226,"Date":"12/19/2019"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":158,"Cost":105,"Date":"1/16/2024"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":911,"Cost":532,"Date":"5/8/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":951,"Cost":685,"Date":"11/25/2020"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":522,"Cost":467,"Date":"5/20/2018"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":845,"Cost":500,"Date":"9/1/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":644,"Cost":610,"Date":"11/25/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":13,"Cost":10,"Date":"10/24/2018"},{"Store":"Smart Park, Spata","Brand":"HM Home","Country":"Greece","Sale":137,"Cost":74,"Date":"10/22/2024"},{"Store":"Glyfada Centre","Brand":"HM","Country":"Greece","Sale":486,"Cost":361,"Date":"2/27/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":718,"Cost":440,"Date":"4/10/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":519,"Cost":386,"Date":"10/24/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":645,"Cost":594,"Date":"8/27/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":26,"Cost":17,"Date":"8/11/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":359,"Cost":230,"Date":"11/27/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":387,"Cost":233,"Date":"1/7/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":558,"Cost":335,"Date":"2/26/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":558,"Cost":505,"Date":"10/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":21,"Cost":18,"Date":"12/4/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":716,"Cost":666,"Date":"9/20/2019"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":72,"Cost":47,"Date":"11/26/2021"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":619,"Cost":519,"Date":"11/25/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":520,"Cost":416,"Date":"3/15/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":99,"Cost":55,"Date":"1/27/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":411,"Cost":238,"Date":"6/2/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":157,"Cost":122,"Date":"7/2/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":891,"Cost":584,"Date":"5/17/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":804,"Cost":566,"Date":"8/18/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":940,"Cost":693,"Date":"3/6/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":49,"Cost":31,"Date":"1/1/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":673,"Cost":377,"Date":"6/18/2018"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":430,"Cost":282,"Date":"11/24/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":820,"Cost":605,"Date":"5/31/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":55,"Cost":50,"Date":"4/26/2020"},{"Store":"River West Mall, Athens","Brand":"HM","Country":"Greece","Sale":645,"Cost":337,"Date":"11/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":980,"Cost":762,"Date":"1/24/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":998,"Cost":523,"Date":"6/3/2021"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":798,"Cost":545,"Date":"5/21/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":12,"Cost":6,"Date":"5/28/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":727,"Cost":438,"Date":"1/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":681,"Cost":643,"Date":"12/2/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":44,"Cost":40,"Date":"4/11/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":716,"Cost":426,"Date":"4/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":181,"Cost":93,"Date":"7/27/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":919,"Cost":691,"Date":"5/11/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":617,"Cost":358,"Date":"3/18/2024"},{"Store":"Kifissia Mall","Brand":"Sellpy","Country":"Greece","Sale":285,"Cost":253,"Date":"12/23/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":20,"Cost":13,"Date":"4/30/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":288,"Cost":201,"Date":"10/17/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":381,"Cost":280,"Date":"10/1/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":706,"Cost":481,"Date":"7/7/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":278,"Cost":144,"Date":"1/17/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":330,"Cost":307,"Date":"11/27/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":965,"Cost":610,"Date":"1/26/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":865,"Cost":510,"Date":"8/9/2021"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":744,"Cost":495,"Date":"11/2/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":336,"Cost":215,"Date":"10/5/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":501,"Cost":339,"Date":"2/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":551,"Cost":361,"Date":"9/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":850,"Cost":745,"Date":"4/22/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":754,"Cost":699,"Date":"3/28/2020"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":272,"Cost":165,"Date":"5/13/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":758,"Cost":526,"Date":"8/5/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":146,"Cost":137,"Date":"3/1/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":781,"Cost":438,"Date":"12/2/2023"},{"Store":"Pallini Mall","Brand":"Nova","Country":"Greece","Sale":632,"Cost":406,"Date":"12/26/2019"},{"Store":"Kifissia Mall","Brand":"Sellpy","Country":"Greece","Sale":334,"Cost":230,"Date":"10/16/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":162,"Cost":100,"Date":"8/27/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":994,"Cost":805,"Date":"8/8/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":858,"Cost":707,"Date":"1/16/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Sellpy","Country":"Greece","Sale":860,"Cost":665,"Date":"3/4/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":85,"Cost":53,"Date":"4/12/2022"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":866,"Cost":789,"Date":"6/28/2018"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":585,"Cost":505,"Date":"10/15/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":56,"Cost":40,"Date":"1/16/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":834,"Cost":492,"Date":"9/9/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":461,"Cost":255,"Date":"5/22/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":583,"Cost":525,"Date":"2/6/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":769,"Cost":671,"Date":"8/4/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":438,"Cost":226,"Date":"11/14/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":296,"Cost":212,"Date":"1/3/2018"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":306,"Cost":229,"Date":"11/5/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":896,"Cost":630,"Date":"11/5/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":124,"Cost":108,"Date":"5/27/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":9,"Cost":9,"Date":"2/14/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":450,"Cost":401,"Date":"5/25/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":836,"Cost":526,"Date":"5/7/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":526,"Cost":355,"Date":"2/4/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":520,"Cost":450,"Date":"7/2/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":92,"Cost":63,"Date":"4/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":671,"Cost":609,"Date":"8/5/2022"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":934,"Cost":815,"Date":"10/15/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":342,"Cost":177,"Date":"1/21/2018"},{"Store":"Kifissia Mall","Brand":"Nova","Country":"Greece","Sale":303,"Cost":154,"Date":"4/8/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":46,"Cost":38,"Date":"1/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":2,"Cost":1,"Date":"10/6/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":622,"Cost":528,"Date":"6/17/2019"},{"Store":"Glyfada Centre","Brand":"Sellpy","Country":"Greece","Sale":200,"Cost":132,"Date":"7/7/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":510,"Cost":475,"Date":"5/30/2021"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":468,"Cost":373,"Date":"9/6/2023"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":733,"Cost":563,"Date":"11/17/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":436,"Cost":356,"Date":"11/2/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":78,"Cost":68,"Date":"2/10/2022"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":741,"Cost":377,"Date":"5/2/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":237,"Cost":196,"Date":"1/9/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":989,"Cost":730,"Date":"2/27/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":762,"Cost":435,"Date":"12/5/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":26,"Cost":15,"Date":"3/22/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":23,"Cost":15,"Date":"5/31/2024"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":571,"Cost":505,"Date":"2/16/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":143,"Cost":92,"Date":"5/17/2020"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":739,"Cost":451,"Date":"7/27/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":315,"Cost":249,"Date":"9/13/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":969,"Cost":597,"Date":"1/9/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":210,"Cost":148,"Date":"12/9/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":862,"Cost":626,"Date":"3/16/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":28,"Cost":20,"Date":"2/18/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":591,"Cost":346,"Date":"8/1/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":439,"Cost":249,"Date":"6/26/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":442,"Cost":359,"Date":"12/7/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":846,"Cost":482,"Date":"4/19/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":498,"Cost":446,"Date":"1/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":683,"Cost":363,"Date":"3/17/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":334,"Cost":274,"Date":"2/27/2018"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":174,"Cost":124,"Date":"12/12/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":454,"Cost":246,"Date":"11/30/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":426,"Cost":397,"Date":"5/26/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":149,"Cost":115,"Date":"12/2/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":309,"Cost":173,"Date":"10/18/2022"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":413,"Cost":296,"Date":"7/17/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":198,"Cost":110,"Date":"3/19/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":84,"Cost":57,"Date":"9/30/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":332,"Cost":224,"Date":"10/26/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM","Country":"Greece","Sale":90,"Cost":46,"Date":"2/24/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":766,"Cost":705,"Date":"5/22/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":319,"Cost":201,"Date":"8/11/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":680,"Cost":489,"Date":"1/3/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":720,"Cost":606,"Date":"12/23/2020"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":787,"Cost":559,"Date":"6/22/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":225,"Cost":188,"Date":"1/17/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":165,"Cost":143,"Date":"8/11/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":164,"Cost":150,"Date":"9/21/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":858,"Cost":726,"Date":"4/8/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":887,"Cost":746,"Date":"4/1/2019"},{"Store":"Glyfada Centre","Brand":"HM","Country":"Greece","Sale":920,"Cost":753,"Date":"2/8/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":770,"Cost":557,"Date":"2/28/2019"},{"Store":"The Mall Athens","Brand":"HM Home","Country":"Greece","Sale":928,"Cost":728,"Date":"10/18/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":6,"Cost":3,"Date":"6/21/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":268,"Cost":200,"Date":"2/15/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":971,"Cost":857,"Date":"12/16/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":24,"Cost":20,"Date":"10/18/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":99,"Cost":77,"Date":"3/22/2019"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":800,"Cost":604,"Date":"5/29/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":501,"Cost":448,"Date":"11/25/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":736,"Cost":376,"Date":"7/1/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":976,"Cost":721,"Date":"11/10/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":871,"Cost":440,"Date":"2/27/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":651,"Cost":417,"Date":"10/12/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":417,"Cost":301,"Date":"12/5/2023"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":67,"Cost":46,"Date":"2/25/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":497,"Cost":307,"Date":"9/11/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":587,"Cost":558,"Date":"8/12/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":485,"Cost":383,"Date":"11/7/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":627,"Cost":336,"Date":"11/5/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM","Country":"Greece","Sale":748,"Cost":383,"Date":"3/26/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":721,"Cost":612,"Date":"11/18/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":662,"Cost":361,"Date":"2/14/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":914,"Cost":852,"Date":"8/15/2018"},{"Store":"Kifissia Mall","Brand":"HM","Country":"Greece","Sale":3,"Cost":1,"Date":"1/12/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":332,"Cost":246,"Date":"4/8/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":337,"Cost":229,"Date":"11/15/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":80,"Cost":55,"Date":"3/6/2020"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":773,"Cost":671,"Date":"12/2/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":479,"Cost":391,"Date":"4/6/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":180,"Cost":142,"Date":"12/24/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":363,"Cost":260,"Date":"3/7/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":718,"Cost":589,"Date":"3/22/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":736,"Cost":628,"Date":"3/4/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":856,"Cost":539,"Date":"3/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":247,"Cost":159,"Date":"7/31/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":647,"Cost":606,"Date":"6/2/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":597,"Cost":465,"Date":"4/14/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":41,"Cost":31,"Date":"10/5/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":160,"Cost":87,"Date":"11/19/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":70,"Cost":53,"Date":"12/11/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":106,"Cost":59,"Date":"2/20/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":706,"Cost":536,"Date":"5/24/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":595,"Cost":401,"Date":"8/7/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":227,"Cost":152,"Date":"11/26/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":936,"Cost":802,"Date":"11/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":303,"Cost":156,"Date":"10/3/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":605,"Cost":512,"Date":"12/19/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":280,"Cost":207,"Date":"9/7/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":978,"Cost":531,"Date":"5/19/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":937,"Cost":836,"Date":"7/27/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":195,"Cost":174,"Date":"10/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":699,"Cost":577,"Date":"8/16/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":337,"Cost":307,"Date":"1/11/2018"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":120,"Cost":96,"Date":"1/9/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":903,"Cost":464,"Date":"10/13/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":387,"Cost":268,"Date":"8/27/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":471,"Cost":358,"Date":"1/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Sellpy","Country":"Greece","Sale":63,"Cost":53,"Date":"3/25/2023"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":301,"Cost":194,"Date":"3/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":393,"Cost":363,"Date":"8/17/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":412,"Cost":215,"Date":"10/13/2020"},{"Store":"Kifissia Mall","Brand":"Sellpy","Country":"Greece","Sale":77,"Cost":64,"Date":"10/19/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":551,"Cost":502,"Date":"2/15/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":567,"Cost":360,"Date":"5/12/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":56,"Cost":46,"Date":"12/3/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":689,"Cost":618,"Date":"9/29/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":571,"Cost":290,"Date":"12/25/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":401,"Cost":268,"Date":"11/26/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":565,"Cost":476,"Date":"1/10/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":253,"Cost":198,"Date":"10/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":76,"Cost":64,"Date":"12/6/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":144,"Cost":100,"Date":"4/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":657,"Cost":420,"Date":"5/27/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":688,"Cost":459,"Date":"10/6/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":508,"Cost":464,"Date":"1/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":12,"Cost":7,"Date":"4/20/2020"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":251,"Cost":173,"Date":"10/31/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":70,"Cost":54,"Date":"8/20/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":949,"Cost":672,"Date":"6/5/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":777,"Cost":732,"Date":"1/2/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":446,"Cost":309,"Date":"5/20/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":699,"Cost":628,"Date":"10/22/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":363,"Cost":333,"Date":"11/18/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":775,"Cost":501,"Date":"4/17/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":803,"Cost":413,"Date":"2/25/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":583,"Cost":538,"Date":"9/19/2021"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":697,"Cost":490,"Date":"11/9/2022"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":764,"Cost":726,"Date":"5/29/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":43,"Cost":33,"Date":"3/25/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":39,"Cost":19,"Date":"1/6/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":405,"Cost":309,"Date":"4/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Sellpy","Country":"Greece","Sale":945,"Cost":750,"Date":"7/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":893,"Cost":724,"Date":"8/6/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":281,"Cost":152,"Date":"2/4/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":594,"Cost":379,"Date":"4/9/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":896,"Cost":591,"Date":"8/20/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM","Country":"Greece","Sale":57,"Cost":32,"Date":"3/7/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"ARKET","Country":"Greece","Sale":264,"Cost":236,"Date":"10/7/2020"},{"Store":"River West Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":85,"Cost":62,"Date":"9/28/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":341,"Cost":181,"Date":"5/19/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":416,"Cost":230,"Date":"3/27/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":17,"Cost":15,"Date":"8/31/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":642,"Cost":556,"Date":"4/1/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":584,"Cost":508,"Date":"8/12/2024"},{"Store":"River West Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":597,"Cost":567,"Date":"2/27/2021"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":297,"Cost":197,"Date":"5/1/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":928,"Cost":834,"Date":"12/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":995,"Cost":609,"Date":"12/27/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":851,"Cost":650,"Date":"10/31/2019"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":210,"Cost":160,"Date":"3/28/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":22,"Cost":16,"Date":"5/1/2019"},{"Store":"Attica Department Store, Athens","Brand":"Sellpy","Country":"Greece","Sale":164,"Cost":97,"Date":"12/26/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":248,"Cost":185,"Date":"11/21/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":696,"Cost":552,"Date":"1/13/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":209,"Cost":133,"Date":"11/18/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":59,"Cost":36,"Date":"10/2/2019"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":237,"Cost":206,"Date":"9/6/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":843,"Cost":676,"Date":"1/1/2020"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":950,"Cost":810,"Date":"12/3/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":899,"Cost":851,"Date":"11/17/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":889,"Cost":769,"Date":"7/28/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM","Country":"Greece","Sale":12,"Cost":12,"Date":"11/3/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM","Country":"Greece","Sale":701,"Cost":619,"Date":"1/10/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":785,"Cost":456,"Date":"11/4/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":897,"Cost":549,"Date":"4/18/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":320,"Cost":231,"Date":"4/26/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":280,"Cost":226,"Date":"10/7/2024"},{"Store":"Golden Hall, Athens","Brand":"Jeans","Country":"Greece","Sale":568,"Cost":305,"Date":"8/20/2022"},{"Store":"Kifissia Mall","Brand":"ARKET","Country":"Greece","Sale":202,"Cost":130,"Date":"4/25/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":105,"Cost":62,"Date":"1/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":503,"Cost":251,"Date":"2/1/2018"},{"Store":"Kifissia Mall","Brand":"HM","Country":"Greece","Sale":53,"Cost":39,"Date":"3/11/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":321,"Cost":248,"Date":"3/4/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":90,"Cost":82,"Date":"7/30/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":301,"Cost":152,"Date":"1/10/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":622,"Cost":527,"Date":"12/9/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":697,"Cost":383,"Date":"5/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":871,"Cost":764,"Date":"12/19/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Nova","Country":"Greece","Sale":411,"Cost":256,"Date":"2/5/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":797,"Cost":748,"Date":"6/22/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":560,"Cost":483,"Date":"2/4/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":888,"Cost":705,"Date":"4/7/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":358,"Cost":283,"Date":"5/21/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":461,"Cost":425,"Date":"10/6/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":774,"Cost":495,"Date":"4/10/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":468,"Cost":359,"Date":"5/28/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":797,"Cost":471,"Date":"10/23/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":108,"Cost":71,"Date":"10/9/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":270,"Cost":200,"Date":"4/4/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":562,"Cost":330,"Date":"12/14/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":952,"Cost":687,"Date":"2/21/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":103,"Cost":73,"Date":"3/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":583,"Cost":353,"Date":"4/3/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":882,"Cost":525,"Date":"5/18/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":630,"Cost":592,"Date":"7/30/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":709,"Cost":417,"Date":"12/3/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":6,"Cost":6,"Date":"1/25/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":934,"Cost":541,"Date":"7/16/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":711,"Cost":453,"Date":"1/27/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":656,"Cost":595,"Date":"5/7/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":703,"Cost":429,"Date":"8/1/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":762,"Cost":412,"Date":"11/5/2021"},{"Store":"The Mall Athens","Brand":"HM","Country":"Greece","Sale":125,"Cost":100,"Date":"9/5/2023"},{"Store":"Kifissia Mall","Brand":"Nova","Country":"Greece","Sale":999,"Cost":519,"Date":"4/30/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":751,"Cost":459,"Date":"8/6/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":695,"Cost":382,"Date":"6/6/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":141,"Cost":116,"Date":"5/27/2018"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":9,"Cost":4,"Date":"10/30/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":237,"Cost":163,"Date":"6/27/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":542,"Cost":476,"Date":"1/19/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":147,"Cost":122,"Date":"4/15/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":907,"Cost":714,"Date":"7/20/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":577,"Cost":445,"Date":"4/12/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":357,"Cost":261,"Date":"6/1/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":839,"Cost":520,"Date":"6/27/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":320,"Cost":178,"Date":"11/20/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Sellpy","Country":"Greece","Sale":775,"Cost":686,"Date":"1/22/2022"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":516,"Cost":322,"Date":"10/1/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Jeans","Country":"Greece","Sale":718,"Cost":615,"Date":"2/16/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":947,"Cost":626,"Date":"2/14/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":445,"Cost":302,"Date":"11/14/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Nova","Country":"India","Sale":698,"Cost":521,"Date":"3/6/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":295,"Cost":158,"Date":"1/18/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":433,"Cost":361,"Date":"11/12/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":716,"Cost":576,"Date":"11/12/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":584,"Cost":354,"Date":"10/12/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":662,"Cost":560,"Date":"9/30/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":43,"Cost":40,"Date":"5/24/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":55,"Cost":29,"Date":"2/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":378,"Cost":331,"Date":"3/26/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":176,"Cost":142,"Date":"6/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":59,"Cost":41,"Date":"11/16/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":776,"Cost":662,"Date":"9/15/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":723,"Cost":515,"Date":"1/22/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":991,"Cost":540,"Date":"4/18/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":922,"Cost":607,"Date":"12/8/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":939,"Cost":774,"Date":"3/15/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":185,"Cost":99,"Date":"4/6/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":842,"Cost":742,"Date":"11/6/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":930,"Cost":861,"Date":"10/25/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":868,"Cost":803,"Date":"8/11/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":823,"Cost":456,"Date":"7/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":993,"Cost":784,"Date":"1/12/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":710,"Cost":635,"Date":"1/18/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":478,"Cost":418,"Date":"8/16/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":431,"Cost":239,"Date":"3/30/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":569,"Cost":347,"Date":"11/30/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":715,"Cost":496,"Date":"5/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":630,"Cost":453,"Date":"5/1/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":516,"Cost":405,"Date":"5/29/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":708,"Cost":649,"Date":"11/29/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":942,"Cost":615,"Date":"5/10/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":833,"Cost":787,"Date":"8/12/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":255,"Cost":197,"Date":"1/29/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Nova","Country":"India","Sale":491,"Cost":344,"Date":"6/20/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":163,"Cost":88,"Date":"2/8/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":65,"Cost":41,"Date":"8/25/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":570,"Cost":325,"Date":"2/10/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":436,"Cost":296,"Date":"5/5/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM","Country":"India","Sale":636,"Cost":566,"Date":"6/23/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":429,"Cost":259,"Date":"2/2/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":891,"Cost":648,"Date":"12/4/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":565,"Cost":293,"Date":"8/25/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":444,"Cost":306,"Date":"4/11/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":483,"Cost":373,"Date":"5/9/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":897,"Cost":496,"Date":"8/28/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":559,"Cost":492,"Date":"12/1/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":112,"Cost":71,"Date":"1/10/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":601,"Cost":571,"Date":"6/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":753,"Cost":388,"Date":"7/19/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":474,"Cost":290,"Date":"6/3/2019"},{"Store":"DLF Mall of India, Noida","Brand":"ARKET","Country":"India","Sale":949,"Cost":498,"Date":"4/18/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":418,"Cost":356,"Date":"11/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":326,"Cost":302,"Date":"8/17/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":262,"Cost":175,"Date":"8/4/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":947,"Cost":786,"Date":"5/26/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":329,"Cost":308,"Date":"5/2/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":990,"Cost":916,"Date":"4/25/2021"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":473,"Cost":290,"Date":"5/23/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":865,"Cost":506,"Date":"8/16/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":636,"Cost":343,"Date":"7/18/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Nova","Country":"India","Sale":334,"Cost":269,"Date":"1/28/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":706,"Cost":511,"Date":"9/3/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":951,"Cost":494,"Date":"10/5/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":917,"Cost":740,"Date":"6/28/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM","Country":"India","Sale":259,"Cost":174,"Date":"7/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":579,"Cost":370,"Date":"7/3/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":862,"Cost":494,"Date":"3/20/2024"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":658,"Cost":561,"Date":"6/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":798,"Cost":708,"Date":"11/21/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":310,"Cost":271,"Date":"2/3/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":599,"Cost":545,"Date":"9/11/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":162,"Cost":133,"Date":"8/19/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":269,"Cost":255,"Date":"2/27/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":849,"Cost":551,"Date":"4/6/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":103,"Cost":56,"Date":"8/24/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":910,"Cost":853,"Date":"3/20/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":458,"Cost":416,"Date":"9/7/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":350,"Cost":311,"Date":"12/9/2018"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":660,"Cost":587,"Date":"10/2/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":851,"Cost":480,"Date":"7/15/2021"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":455,"Cost":239,"Date":"2/10/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":767,"Cost":636,"Date":"5/22/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":111,"Cost":62,"Date":"8/19/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":191,"Cost":153,"Date":"6/16/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":399,"Cost":283,"Date":"9/10/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":897,"Cost":762,"Date":"2/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":615,"Cost":425,"Date":"9/14/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":204,"Cost":157,"Date":"12/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":69,"Cost":36,"Date":"7/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":78,"Cost":67,"Date":"8/19/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":528,"Cost":421,"Date":"9/8/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":390,"Cost":246,"Date":"12/31/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":674,"Cost":622,"Date":"2/16/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":198,"Cost":186,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"COS","Country":"India","Sale":162,"Cost":105,"Date":"6/11/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":705,"Cost":574,"Date":"12/9/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":534,"Cost":278,"Date":"1/29/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":207,"Cost":169,"Date":"4/7/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":620,"Cost":529,"Date":"4/16/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":227,"Cost":148,"Date":"2/6/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":541,"Cost":421,"Date":"12/14/2020"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":734,"Cost":571,"Date":"11/28/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":300,"Cost":220,"Date":"1/20/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":247,"Cost":129,"Date":"3/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":749,"Cost":414,"Date":"4/14/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":214,"Cost":110,"Date":"11/10/2019"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":405,"Cost":363,"Date":"11/30/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":627,"Cost":401,"Date":"10/25/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":567,"Cost":476,"Date":"2/12/2023"},{"Store":"The Great India Place, Noida","Brand":"COS","Country":"India","Sale":85,"Cost":71,"Date":"2/9/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":139,"Cost":82,"Date":"7/30/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":666,"Cost":606,"Date":"1/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":210,"Cost":119,"Date":"6/15/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":118,"Cost":71,"Date":"3/1/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":984,"Cost":655,"Date":"3/1/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":414,"Cost":249,"Date":"5/8/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":711,"Cost":587,"Date":"9/29/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":319,"Cost":257,"Date":"8/21/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":531,"Cost":401,"Date":"8/9/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":757,"Cost":688,"Date":"6/25/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":563,"Cost":382,"Date":"7/20/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":274,"Cost":234,"Date":"4/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"COS","Country":"India","Sale":674,"Cost":550,"Date":"4/29/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":503,"Cost":358,"Date":"9/30/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":123,"Cost":101,"Date":"5/5/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Nova","Country":"India","Sale":216,"Cost":114,"Date":"7/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":39,"Cost":23,"Date":"5/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":440,"Cost":392,"Date":"1/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":469,"Cost":367,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":759,"Cost":615,"Date":"10/1/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":725,"Cost":423,"Date":"5/19/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":513,"Cost":367,"Date":"11/7/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":132,"Cost":110,"Date":"2/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":299,"Cost":277,"Date":"1/7/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":196,"Cost":173,"Date":"5/13/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":831,"Cost":700,"Date":"3/5/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":74,"Cost":43,"Date":"12/22/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":884,"Cost":489,"Date":"9/17/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":88,"Cost":68,"Date":"5/13/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":301,"Cost":211,"Date":"7/10/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Sellpy","Country":"India","Sale":422,"Cost":376,"Date":"9/27/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":846,"Cost":479,"Date":"6/26/2020"},{"Store":"The Great India Place, Noida","Brand":"COS","Country":"India","Sale":66,"Cost":53,"Date":"11/25/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":890,"Cost":456,"Date":"12/19/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"COS","Country":"India","Sale":306,"Cost":211,"Date":"4/22/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":633,"Cost":379,"Date":"12/29/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":710,"Cost":593,"Date":"8/7/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM Home","Country":"India","Sale":190,"Cost":154,"Date":"9/9/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":781,"Cost":588,"Date":"6/26/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":954,"Cost":547,"Date":"12/6/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"COS","Country":"India","Sale":861,"Cost":782,"Date":"9/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":198,"Cost":185,"Date":"5/13/2021"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":640,"Cost":341,"Date":"11/5/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":164,"Cost":121,"Date":"1/31/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":607,"Cost":573,"Date":"8/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":277,"Cost":218,"Date":"8/4/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":119,"Cost":79,"Date":"12/9/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":808,"Cost":444,"Date":"12/17/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":224,"Cost":209,"Date":"8/27/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":729,"Cost":692,"Date":"2/14/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":512,"Cost":296,"Date":"4/8/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":423,"Cost":347,"Date":"12/13/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":124,"Cost":67,"Date":"8/9/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":153,"Cost":111,"Date":"11/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":38,"Cost":36,"Date":"4/1/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":207,"Cost":156,"Date":"12/31/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":990,"Cost":555,"Date":"3/6/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":644,"Cost":422,"Date":"7/4/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":989,"Cost":557,"Date":"1/13/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":774,"Cost":495,"Date":"8/24/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":412,"Cost":330,"Date":"12/24/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":544,"Cost":431,"Date":"2/15/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":636,"Cost":366,"Date":"2/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":277,"Cost":145,"Date":"11/20/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":584,"Cost":464,"Date":"6/29/2019"},{"Store":"Viviana Mall, Thane","Brand":"Jeans","Country":"India","Sale":416,"Cost":391,"Date":"12/10/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":141,"Cost":129,"Date":"8/6/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":335,"Cost":219,"Date":"7/25/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":296,"Cost":183,"Date":"9/6/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":474,"Cost":444,"Date":"1/12/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":190,"Cost":146,"Date":"6/26/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":682,"Cost":381,"Date":"2/23/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Nova","Country":"India","Sale":784,"Cost":581,"Date":"8/14/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":823,"Cost":747,"Date":"3/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":144,"Cost":110,"Date":"11/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":359,"Cost":189,"Date":"8/23/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":564,"Cost":434,"Date":"9/20/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":538,"Cost":269,"Date":"4/12/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":381,"Cost":282,"Date":"8/10/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":526,"Cost":481,"Date":"6/17/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":476,"Cost":443,"Date":"5/5/2020"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":314,"Cost":221,"Date":"10/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":724,"Cost":646,"Date":"5/4/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":725,"Cost":488,"Date":"6/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":743,"Cost":683,"Date":"10/23/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":606,"Cost":426,"Date":"3/19/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":477,"Cost":446,"Date":"8/16/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":47,"Cost":27,"Date":"2/26/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":599,"Cost":525,"Date":"9/8/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":88,"Cost":46,"Date":"8/5/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":954,"Cost":906,"Date":"12/27/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":28,"Cost":21,"Date":"7/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":528,"Cost":356,"Date":"4/22/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":627,"Cost":578,"Date":"1/29/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":234,"Cost":162,"Date":"9/19/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":832,"Cost":620,"Date":"4/6/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":910,"Cost":729,"Date":"5/13/2022"},{"Store":"DLF Mall of India, Noida","Brand":"ARKET","Country":"India","Sale":602,"Cost":390,"Date":"4/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":975,"Cost":669,"Date":"10/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":432,"Cost":398,"Date":"9/3/2020"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":966,"Cost":781,"Date":"9/7/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":343,"Cost":184,"Date":"11/18/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":672,"Cost":408,"Date":"5/11/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Sellpy","Country":"India","Sale":740,"Cost":372,"Date":"1/16/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":215,"Cost":112,"Date":"2/26/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":792,"Cost":732,"Date":"11/11/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":803,"Cost":478,"Date":"2/8/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":580,"Cost":356,"Date":"1/6/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":236,"Cost":164,"Date":"4/15/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":834,"Cost":560,"Date":"10/26/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":188,"Cost":166,"Date":"12/25/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":111,"Cost":69,"Date":"5/9/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":800,"Cost":604,"Date":"3/3/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":666,"Cost":596,"Date":"7/1/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":278,"Cost":191,"Date":"7/4/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":85,"Cost":71,"Date":"11/26/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":876,"Cost":549,"Date":"10/9/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":206,"Cost":109,"Date":"12/15/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":937,"Cost":651,"Date":"4/30/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":347,"Cost":199,"Date":"5/8/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":605,"Cost":482,"Date":"1/26/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":351,"Cost":194,"Date":"11/28/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":993,"Cost":854,"Date":"11/11/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":964,"Cost":514,"Date":"11/10/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":271,"Cost":250,"Date":"2/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":782,"Cost":566,"Date":"2/16/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":901,"Cost":851,"Date":"9/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":936,"Cost":609,"Date":"2/3/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":392,"Cost":236,"Date":"9/26/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":216,"Cost":200,"Date":"8/6/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM","Country":"India","Sale":125,"Cost":96,"Date":"7/1/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":197,"Cost":137,"Date":"1/3/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":77,"Cost":65,"Date":"8/12/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":510,"Cost":425,"Date":"4/4/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":733,"Cost":645,"Date":"2/26/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":344,"Cost":277,"Date":"2/1/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":476,"Cost":290,"Date":"5/23/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":203,"Cost":107,"Date":"1/15/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":893,"Cost":781,"Date":"12/25/2020"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":961,"Cost":604,"Date":"12/10/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":660,"Cost":592,"Date":"6/11/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":874,"Cost":566,"Date":"5/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":161,"Cost":103,"Date":"5/29/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":511,"Cost":408,"Date":"10/24/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":516,"Cost":489,"Date":"3/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":143,"Cost":107,"Date":"2/5/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":670,"Cost":585,"Date":"11/5/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":304,"Cost":265,"Date":"6/8/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":901,"Cost":784,"Date":"9/17/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":932,"Cost":519,"Date":"4/26/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":277,"Cost":158,"Date":"10/1/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":423,"Cost":246,"Date":"3/22/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":141,"Cost":108,"Date":"7/24/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":768,"Cost":552,"Date":"6/8/2024"},{"Store":"Orion Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":549,"Cost":297,"Date":"11/22/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":640,"Cost":322,"Date":"10/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":647,"Cost":458,"Date":"7/13/2021"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":583,"Cost":457,"Date":"1/4/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":3,"Cost":1,"Date":"9/9/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":652,"Cost":574,"Date":"7/3/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":387,"Cost":363,"Date":"8/25/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":370,"Cost":315,"Date":"10/11/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":491,"Cost":459,"Date":"10/15/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":453,"Cost":229,"Date":"9/13/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":268,"Cost":136,"Date":"3/11/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":84,"Cost":43,"Date":"12/30/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":471,"Cost":438,"Date":"12/6/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":789,"Cost":549,"Date":"7/16/2024"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":937,"Cost":869,"Date":"7/25/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":620,"Cost":580,"Date":"12/17/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":950,"Cost":737,"Date":"2/13/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":542,"Cost":478,"Date":"3/30/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":224,"Cost":145,"Date":"11/24/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":555,"Cost":300,"Date":"10/7/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":383,"Cost":349,"Date":"4/1/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":243,"Cost":228,"Date":"10/14/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":172,"Cost":123,"Date":"9/27/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":403,"Cost":303,"Date":"12/15/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":172,"Cost":146,"Date":"4/24/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":202,"Cost":176,"Date":"4/6/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":589,"Cost":482,"Date":"4/2/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":210,"Cost":196,"Date":"3/26/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":58,"Cost":50,"Date":"10/10/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":930,"Cost":658,"Date":"3/16/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":143,"Cost":78,"Date":"5/23/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":105,"Cost":52,"Date":"11/24/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":296,"Cost":201,"Date":"5/18/2024"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":334,"Cost":278,"Date":"11/23/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":70,"Cost":54,"Date":"6/16/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":408,"Cost":309,"Date":"5/3/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":119,"Cost":113,"Date":"3/8/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":556,"Cost":354,"Date":"11/8/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":746,"Cost":416,"Date":"2/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"Jeans","Country":"India","Sale":842,"Cost":543,"Date":"8/18/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":703,"Cost":537,"Date":"9/3/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Jeans","Country":"India","Sale":802,"Cost":609,"Date":"5/16/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":769,"Cost":483,"Date":"9/16/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":461,"Cost":408,"Date":"1/18/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":228,"Cost":135,"Date":"8/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":92,"Cost":65,"Date":"7/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"COS","Country":"India","Sale":875,"Cost":579,"Date":"1/14/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":724,"Cost":392,"Date":"2/14/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":970,"Cost":881,"Date":"7/4/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":345,"Cost":239,"Date":"4/21/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":117,"Cost":83,"Date":"9/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Sellpy","Country":"India","Sale":964,"Cost":522,"Date":"12/21/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":144,"Cost":89,"Date":"7/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":191,"Cost":142,"Date":"3/3/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":920,"Cost":620,"Date":"2/23/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":332,"Cost":177,"Date":"3/20/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":346,"Cost":248,"Date":"4/2/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":57,"Cost":44,"Date":"12/8/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":129,"Cost":94,"Date":"3/6/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":87,"Cost":75,"Date":"5/26/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":186,"Cost":128,"Date":"7/1/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":198,"Cost":136,"Date":"8/1/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":243,"Cost":184,"Date":"1/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":862,"Cost":509,"Date":"6/25/2021"},{"Store":"The Great India Place, Noida","Brand":"COS","Country":"India","Sale":721,"Cost":638,"Date":"5/29/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":654,"Cost":389,"Date":"2/10/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":488,"Cost":401,"Date":"3/29/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":208,"Cost":145,"Date":"4/19/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":874,"Cost":678,"Date":"5/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":122,"Cost":105,"Date":"1/25/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":111,"Cost":83,"Date":"10/30/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":505,"Cost":396,"Date":"12/18/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":363,"Cost":341,"Date":"12/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":719,"Cost":643,"Date":"10/2/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":345,"Cost":214,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":511,"Cost":327,"Date":"9/25/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":277,"Cost":259,"Date":"7/21/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":527,"Cost":407,"Date":"5/1/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":658,"Cost":585,"Date":"12/4/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":656,"Cost":424,"Date":"8/4/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Jeans","Country":"India","Sale":906,"Cost":776,"Date":"11/18/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Jeans","Country":"India","Sale":511,"Cost":416,"Date":"1/10/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":332,"Cost":225,"Date":"5/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":782,"Cost":594,"Date":"9/3/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":929,"Cost":800,"Date":"12/11/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":186,"Cost":162,"Date":"12/15/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":227,"Cost":122,"Date":"12/9/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":49,"Cost":26,"Date":"9/12/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":183,"Cost":171,"Date":"4/12/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":364,"Cost":219,"Date":"7/14/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":559,"Cost":513,"Date":"5/14/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":33,"Cost":21,"Date":"11/22/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":725,"Cost":500,"Date":"9/3/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":344,"Cost":268,"Date":"8/27/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":750,"Cost":497,"Date":"9/15/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":162,"Cost":135,"Date":"4/5/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":590,"Cost":510,"Date":"7/5/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":925,"Cost":544,"Date":"12/19/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":194,"Cost":178,"Date":"4/2/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Sellpy","Country":"India","Sale":685,"Cost":561,"Date":"9/30/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":135,"Cost":121,"Date":"6/3/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":958,"Cost":624,"Date":"2/16/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":414,"Cost":210,"Date":"8/27/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":765,"Cost":568,"Date":"5/11/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":838,"Cost":672,"Date":"10/5/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":969,"Cost":662,"Date":"6/16/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":821,"Cost":572,"Date":"8/21/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":249,"Cost":224,"Date":"2/25/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":843,"Cost":632,"Date":"2/20/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":398,"Cost":332,"Date":"11/14/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":535,"Cost":396,"Date":"7/26/2020"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":702,"Cost":382,"Date":"2/1/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":633,"Cost":400,"Date":"5/22/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":153,"Cost":122,"Date":"5/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM Home","Country":"India","Sale":253,"Cost":143,"Date":"4/24/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Nova","Country":"India","Sale":599,"Cost":396,"Date":"11/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Nova","Country":"India","Sale":692,"Cost":451,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":80,"Cost":71,"Date":"8/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":222,"Cost":211,"Date":"9/16/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":207,"Cost":133,"Date":"12/16/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":613,"Cost":445,"Date":"7/21/2020"},{"Store":"The Great India Place, Noida","Brand":"COS","Country":"India","Sale":778,"Cost":572,"Date":"5/7/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":857,"Cost":762,"Date":"9/6/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":369,"Cost":330,"Date":"8/28/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":490,"Cost":286,"Date":"12/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":553,"Cost":439,"Date":"9/23/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":925,"Cost":673,"Date":"1/29/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Nova","Country":"India","Sale":491,"Cost":380,"Date":"11/14/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":444,"Cost":404,"Date":"4/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":747,"Cost":526,"Date":"4/5/2020"},{"Store":"DLF Mall of India, Noida","Brand":"ARKET","Country":"India","Sale":533,"Cost":467,"Date":"1/2/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":200,"Cost":188,"Date":"7/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":674,"Cost":599,"Date":"10/5/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":883,"Cost":640,"Date":"3/9/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":229,"Cost":132,"Date":"8/19/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"COS","Country":"India","Sale":275,"Cost":139,"Date":"10/16/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":679,"Cost":450,"Date":"4/19/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"COS","Country":"India","Sale":816,"Cost":651,"Date":"10/4/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Sellpy","Country":"India","Sale":346,"Cost":290,"Date":"8/29/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":676,"Cost":540,"Date":"11/22/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Sellpy","Country":"India","Sale":481,"Cost":247,"Date":"5/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":737,"Cost":438,"Date":"12/4/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":530,"Cost":394,"Date":"4/25/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":657,"Cost":421,"Date":"7/27/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":999,"Cost":918,"Date":"6/24/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Sellpy","Country":"India","Sale":864,"Cost":683,"Date":"4/12/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Sellpy","Country":"India","Sale":236,"Cost":150,"Date":"12/6/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":946,"Cost":805,"Date":"5/16/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":742,"Cost":654,"Date":"6/6/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":517,"Cost":432,"Date":"2/16/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":164,"Cost":152,"Date":"5/12/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":662,"Cost":430,"Date":"8/16/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":467,"Cost":405,"Date":"8/18/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":541,"Cost":412,"Date":"2/10/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":63,"Cost":54,"Date":"12/7/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":973,"Cost":879,"Date":"8/30/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":892,"Cost":521,"Date":"7/30/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":500,"Cost":295,"Date":"10/2/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":448,"Cost":276,"Date":"2/8/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":480,"Cost":255,"Date":"6/3/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":747,"Cost":531,"Date":"3/18/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":295,"Cost":256,"Date":"12/31/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":523,"Cost":291,"Date":"9/13/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":941,"Cost":817,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Jeans","Country":"India","Sale":128,"Cost":64,"Date":"10/3/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":12,"Cost":10,"Date":"12/17/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":29,"Cost":26,"Date":"7/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":389,"Cost":309,"Date":"11/8/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":462,"Cost":286,"Date":"4/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":226,"Cost":212,"Date":"12/26/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":480,"Cost":269,"Date":"2/13/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM","Country":"India","Sale":555,"Cost":367,"Date":"5/30/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":234,"Cost":189,"Date":"3/16/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":181,"Cost":102,"Date":"5/10/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Nova","Country":"India","Sale":976,"Cost":488,"Date":"12/31/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":79,"Cost":64,"Date":"1/28/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":525,"Cost":455,"Date":"9/10/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":261,"Cost":199,"Date":"9/15/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":378,"Cost":248,"Date":"3/4/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":681,"Cost":452,"Date":"12/18/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":396,"Cost":325,"Date":"12/9/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":555,"Cost":379,"Date":"6/20/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":262,"Cost":191,"Date":"8/29/2023"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":710,"Cost":471,"Date":"7/23/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":26,"Cost":23,"Date":"6/25/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":590,"Cost":336,"Date":"8/6/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Nova","Country":"India","Sale":622,"Cost":568,"Date":"4/6/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":577,"Cost":392,"Date":"2/7/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":136,"Cost":82,"Date":"6/6/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":937,"Cost":735,"Date":"1/8/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":975,"Cost":505,"Date":"8/20/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":239,"Cost":212,"Date":"3/17/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":798,"Cost":504,"Date":"2/6/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Nova","Country":"India","Sale":405,"Cost":274,"Date":"10/4/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":338,"Cost":279,"Date":"4/24/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":16,"Cost":14,"Date":"8/1/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Sellpy","Country":"India","Sale":582,"Cost":354,"Date":"7/10/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":20,"Cost":13,"Date":"8/6/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":846,"Cost":543,"Date":"12/23/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":125,"Cost":68,"Date":"12/14/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":371,"Cost":324,"Date":"8/19/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":195,"Cost":158,"Date":"5/9/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":651,"Cost":603,"Date":"8/26/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":558,"Cost":406,"Date":"9/9/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":11,"Cost":6,"Date":"4/14/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":932,"Cost":485,"Date":"3/17/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Jeans","Country":"India","Sale":189,"Cost":133,"Date":"3/13/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":589,"Cost":515,"Date":"4/20/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":647,"Cost":431,"Date":"7/1/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":354,"Cost":331,"Date":"8/15/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":642,"Cost":529,"Date":"7/15/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":14,"Cost":12,"Date":"7/28/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":823,"Cost":573,"Date":"11/30/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":727,"Cost":510,"Date":"5/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":165,"Cost":138,"Date":"11/29/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"COS","Country":"India","Sale":787,"Cost":652,"Date":"1/21/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":543,"Cost":289,"Date":"5/9/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":302,"Cost":171,"Date":"3/8/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":545,"Cost":413,"Date":"5/21/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":166,"Cost":133,"Date":"5/28/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":267,"Cost":167,"Date":"10/30/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":599,"Cost":348,"Date":"8/11/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":572,"Cost":345,"Date":"6/1/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":966,"Cost":543,"Date":"1/19/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":408,"Cost":228,"Date":"4/8/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":670,"Cost":367,"Date":"9/14/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":106,"Cost":86,"Date":"1/29/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":612,"Cost":512,"Date":"12/22/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":579,"Cost":355,"Date":"12/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM Home","Country":"India","Sale":449,"Cost":281,"Date":"12/5/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":430,"Cost":319,"Date":"8/21/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":777,"Cost":441,"Date":"9/10/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"COS","Country":"India","Sale":195,"Cost":128,"Date":"8/15/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":246,"Cost":130,"Date":"11/26/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":927,"Cost":581,"Date":"11/18/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":518,"Cost":422,"Date":"5/12/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":364,"Cost":188,"Date":"12/28/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":499,"Cost":340,"Date":"7/6/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":775,"Cost":604,"Date":"4/23/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":758,"Cost":461,"Date":"5/12/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":728,"Cost":645,"Date":"5/11/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":400,"Cost":250,"Date":"2/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":14,"Cost":8,"Date":"4/22/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":184,"Cost":172,"Date":"2/5/2020"},{"Store":"La Rinascente, Rome","Brand":"Sellpy","Country":"Italy","Sale":529,"Cost":497,"Date":"3/4/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM","Country":"Italy","Sale":991,"Cost":661,"Date":"6/6/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Jeans","Country":"Italy","Sale":928,"Cost":721,"Date":"9/13/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":610,"Cost":531,"Date":"10/31/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":963,"Cost":752,"Date":"2/6/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":735,"Cost":530,"Date":"4/1/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":69,"Cost":44,"Date":"6/9/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":540,"Cost":444,"Date":"5/6/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":540,"Cost":479,"Date":"10/4/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":45,"Cost":29,"Date":"9/8/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":130,"Cost":83,"Date":"10/13/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":949,"Cost":728,"Date":"9/2/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":959,"Cost":521,"Date":"7/11/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":995,"Cost":534,"Date":"3/24/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":531,"Cost":407,"Date":"1/1/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":848,"Cost":610,"Date":"9/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":418,"Cost":361,"Date":"3/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":33,"Cost":20,"Date":"8/19/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":877,"Cost":507,"Date":"10/29/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":134,"Cost":76,"Date":"4/8/2023"},{"Store":"La Rinascente, Rome","Brand":"Sellpy","Country":"Italy","Sale":765,"Cost":666,"Date":"1/18/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":83,"Cost":73,"Date":"10/23/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":907,"Cost":558,"Date":"9/8/2021"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":54,"Cost":43,"Date":"1/24/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":351,"Cost":182,"Date":"2/22/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":68,"Cost":56,"Date":"5/5/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":205,"Cost":186,"Date":"11/6/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":87,"Cost":59,"Date":"7/25/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":171,"Cost":119,"Date":"4/15/2022"},{"Store":"La Rinascente, Rome","Brand":"COS","Country":"Italy","Sale":145,"Cost":123,"Date":"1/11/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM","Country":"Italy","Sale":470,"Cost":357,"Date":"7/1/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":321,"Cost":298,"Date":"11/17/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":952,"Cost":895,"Date":"9/3/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":457,"Cost":287,"Date":"2/7/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":540,"Cost":506,"Date":"12/23/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":70,"Cost":40,"Date":"5/11/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":937,"Cost":761,"Date":"10/29/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":662,"Cost":489,"Date":"10/22/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":566,"Cost":427,"Date":"3/7/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":7,"Cost":5,"Date":"1/4/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":40,"Cost":24,"Date":"11/15/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":680,"Cost":478,"Date":"9/11/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":134,"Cost":117,"Date":"6/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":607,"Cost":551,"Date":"8/5/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":398,"Cost":234,"Date":"4/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":6,"Cost":5,"Date":"12/27/2024"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":84,"Cost":42,"Date":"6/26/2020"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":509,"Cost":302,"Date":"12/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":984,"Cost":905,"Date":"3/30/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":24,"Cost":22,"Date":"11/3/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":534,"Cost":479,"Date":"4/13/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":460,"Cost":338,"Date":"10/8/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":172,"Cost":116,"Date":"5/1/2022"},{"Store":"Cinecittà Due, Rome","Brand":"HM Home","Country":"Italy","Sale":78,"Cost":43,"Date":"4/27/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":230,"Cost":190,"Date":"4/10/2019"},{"Store":"La Rinascente, Milan","Brand":"COS","Country":"Italy","Sale":674,"Cost":513,"Date":"10/10/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":416,"Cost":357,"Date":"4/20/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":608,"Cost":520,"Date":"2/15/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":188,"Cost":132,"Date":"2/17/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":43,"Cost":21,"Date":"11/26/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":853,"Cost":616,"Date":"4/15/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":169,"Cost":109,"Date":"5/27/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":605,"Cost":342,"Date":"8/6/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":811,"Cost":544,"Date":"9/25/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":743,"Cost":619,"Date":"5/14/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":791,"Cost":675,"Date":"7/1/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":527,"Cost":401,"Date":"5/4/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":328,"Cost":211,"Date":"4/17/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":969,"Cost":709,"Date":"5/15/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":280,"Cost":200,"Date":"6/2/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Nova","Country":"Italy","Sale":706,"Cost":400,"Date":"11/13/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":950,"Cost":886,"Date":"11/26/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":855,"Cost":640,"Date":"2/20/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":924,"Cost":508,"Date":"4/5/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":351,"Cost":211,"Date":"12/20/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":677,"Cost":462,"Date":"8/10/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":545,"Cost":457,"Date":"2/16/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":285,"Cost":235,"Date":"7/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":136,"Cost":82,"Date":"4/15/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":5,"Cost":4,"Date":"4/10/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":602,"Cost":541,"Date":"10/23/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":234,"Cost":200,"Date":"7/20/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":890,"Cost":550,"Date":"3/9/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":742,"Cost":420,"Date":"1/12/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":803,"Cost":695,"Date":"3/1/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":901,"Cost":549,"Date":"11/28/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":591,"Cost":326,"Date":"6/27/2023"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":670,"Cost":348,"Date":"2/24/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":434,"Cost":384,"Date":"2/12/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":860,"Cost":712,"Date":"5/27/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":592,"Cost":370,"Date":"2/24/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":685,"Cost":599,"Date":"10/2/2020"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":399,"Cost":259,"Date":"2/19/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":79,"Cost":68,"Date":"9/5/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":426,"Cost":263,"Date":"8/2/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":780,"Cost":656,"Date":"10/30/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":430,"Cost":342,"Date":"4/10/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":873,"Cost":634,"Date":"11/26/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":62,"Cost":42,"Date":"4/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"COS","Country":"Italy","Sale":39,"Cost":29,"Date":"2/19/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":673,"Cost":422,"Date":"6/14/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Nova","Country":"Italy","Sale":191,"Cost":128,"Date":"4/22/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":487,"Cost":380,"Date":"11/22/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":372,"Cost":285,"Date":"3/9/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":139,"Cost":100,"Date":"6/26/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":712,"Cost":657,"Date":"10/11/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":56,"Cost":28,"Date":"10/23/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":584,"Cost":336,"Date":"4/11/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":730,"Cost":512,"Date":"7/3/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":956,"Cost":878,"Date":"1/31/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":573,"Cost":290,"Date":"4/9/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":701,"Cost":619,"Date":"7/21/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":346,"Cost":287,"Date":"8/23/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":108,"Cost":103,"Date":"5/31/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":310,"Cost":284,"Date":"3/5/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":529,"Cost":358,"Date":"9/14/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":142,"Cost":117,"Date":"8/20/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":631,"Cost":432,"Date":"10/12/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":664,"Cost":544,"Date":"3/8/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":554,"Cost":361,"Date":"4/5/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":517,"Cost":349,"Date":"9/2/2023"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":277,"Cost":179,"Date":"10/10/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":42,"Cost":24,"Date":"11/14/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":114,"Cost":66,"Date":"9/7/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":526,"Date":"5/17/2019"},{"Store":"La Rinascente, Rome","Brand":"HM Home","Country":"Italy","Sale":472,"Cost":364,"Date":"8/31/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":831,"Cost":582,"Date":"12/22/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"COS","Country":"Italy","Sale":868,"Cost":779,"Date":"9/24/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":856,"Cost":590,"Date":"6/25/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":546,"Cost":501,"Date":"2/27/2018"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":528,"Cost":269,"Date":"11/23/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":494,"Cost":405,"Date":"11/23/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":182,"Cost":93,"Date":"1/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":959,"Cost":632,"Date":"8/4/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":220,"Cost":185,"Date":"5/7/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":186,"Cost":112,"Date":"12/14/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":765,"Cost":523,"Date":"6/21/2022"},{"Store":"La Rinascente, Rome","Brand":"Sellpy","Country":"Italy","Sale":656,"Cost":592,"Date":"8/16/2024"},{"Store":"La Rinascente, Milan","Brand":"HM","Country":"Italy","Sale":781,"Cost":514,"Date":"10/4/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":46,"Date":"3/17/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":75,"Cost":69,"Date":"4/22/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Nova","Country":"Italy","Sale":500,"Cost":399,"Date":"5/15/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":796,"Cost":561,"Date":"12/26/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":468,"Cost":406,"Date":"12/8/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":920,"Cost":805,"Date":"4/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":202,"Cost":146,"Date":"7/13/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":345,"Cost":224,"Date":"2/1/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":129,"Cost":119,"Date":"12/23/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":636,"Cost":455,"Date":"2/26/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":907,"Cost":827,"Date":"12/24/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":420,"Cost":253,"Date":"10/29/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":839,"Cost":733,"Date":"7/18/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":553,"Cost":389,"Date":"1/5/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM","Country":"Italy","Sale":963,"Cost":594,"Date":"5/14/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":407,"Cost":371,"Date":"1/6/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":648,"Cost":437,"Date":"5/19/2024"},{"Store":"La Rinascente, Rome","Brand":"COS","Country":"Italy","Sale":31,"Cost":26,"Date":"12/25/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"ARKET","Country":"Italy","Sale":172,"Cost":99,"Date":"12/12/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":961,"Cost":846,"Date":"6/9/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":325,"Cost":188,"Date":"4/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":877,"Cost":468,"Date":"7/10/2020"},{"Store":"Mercato Centrale, Florence","Brand":"HM Home","Country":"Italy","Sale":821,"Cost":502,"Date":"1/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":39,"Cost":19,"Date":"4/29/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":852,"Cost":565,"Date":"9/15/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":650,"Cost":578,"Date":"7/7/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":605,"Cost":388,"Date":"7/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":136,"Cost":85,"Date":"11/19/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":180,"Cost":152,"Date":"4/10/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":976,"Cost":800,"Date":"6/22/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":857,"Cost":604,"Date":"10/3/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":352,"Cost":245,"Date":"5/12/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":43,"Cost":32,"Date":"1/6/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":209,"Cost":148,"Date":"11/19/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":745,"Cost":681,"Date":"5/25/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":266,"Cost":179,"Date":"10/2/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":673,"Cost":495,"Date":"7/2/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":230,"Cost":125,"Date":"8/29/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"ARKET","Country":"Italy","Sale":673,"Cost":374,"Date":"8/31/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Sellpy","Country":"Italy","Sale":353,"Cost":286,"Date":"11/2/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":737,"Cost":673,"Date":"10/19/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":549,"Cost":450,"Date":"11/13/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":735,"Cost":610,"Date":"2/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":182,"Cost":92,"Date":"11/21/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":574,"Cost":334,"Date":"4/26/2024"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":10,"Cost":9,"Date":"2/6/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Nova","Country":"Italy","Sale":527,"Cost":373,"Date":"6/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":645,"Cost":413,"Date":"11/1/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":859,"Cost":652,"Date":"7/29/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"COS","Country":"Italy","Sale":880,"Cost":500,"Date":"5/5/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":530,"Cost":478,"Date":"4/13/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":727,"Cost":614,"Date":"8/24/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":438,"Cost":285,"Date":"8/8/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":654,"Cost":383,"Date":"10/19/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":103,"Cost":87,"Date":"5/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":692,"Cost":386,"Date":"10/16/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":655,"Cost":528,"Date":"4/4/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":266,"Cost":189,"Date":"10/26/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":47,"Cost":40,"Date":"1/23/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":506,"Cost":270,"Date":"6/19/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":556,"Cost":368,"Date":"12/11/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":287,"Cost":233,"Date":"5/18/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":711,"Cost":611,"Date":"4/28/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":882,"Cost":583,"Date":"12/28/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":242,"Cost":126,"Date":"11/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":661,"Cost":452,"Date":"6/16/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":943,"Cost":590,"Date":"3/1/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":618,"Cost":563,"Date":"7/18/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":90,"Cost":67,"Date":"2/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":488,"Cost":359,"Date":"12/22/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":426,"Cost":223,"Date":"9/12/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":67,"Cost":35,"Date":"1/8/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Jeans","Country":"Italy","Sale":680,"Cost":413,"Date":"9/3/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":734,"Cost":434,"Date":"6/19/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":198,"Cost":138,"Date":"9/1/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":30,"Cost":26,"Date":"3/3/2022"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":195,"Cost":111,"Date":"5/15/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":840,"Cost":549,"Date":"10/23/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":394,"Cost":214,"Date":"4/1/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":641,"Cost":578,"Date":"8/1/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":138,"Cost":74,"Date":"6/1/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":551,"Cost":412,"Date":"8/2/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":768,"Cost":442,"Date":"4/30/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":188,"Cost":116,"Date":"7/2/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":897,"Cost":784,"Date":"11/22/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":275,"Cost":184,"Date":"10/5/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":237,"Cost":205,"Date":"11/7/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":745,"Cost":616,"Date":"10/11/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":531,"Cost":343,"Date":"9/26/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Nova","Country":"Italy","Sale":297,"Cost":263,"Date":"11/25/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Sellpy","Country":"Italy","Sale":744,"Cost":580,"Date":"5/27/2020"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":660,"Cost":454,"Date":"3/9/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":878,"Cost":498,"Date":"9/22/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":158,"Cost":83,"Date":"4/9/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM","Country":"Italy","Sale":122,"Cost":68,"Date":"5/15/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":391,"Cost":320,"Date":"8/5/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":240,"Cost":166,"Date":"11/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":956,"Cost":903,"Date":"5/13/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Sellpy","Country":"Italy","Sale":245,"Cost":157,"Date":"3/2/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":695,"Cost":469,"Date":"11/29/2018"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":325,"Cost":223,"Date":"1/12/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":885,"Cost":793,"Date":"9/18/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":818,"Cost":645,"Date":"11/25/2018"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":102,"Cost":71,"Date":"8/3/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":696,"Cost":576,"Date":"9/1/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":229,"Cost":125,"Date":"8/9/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":728,"Cost":457,"Date":"1/22/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":79,"Cost":51,"Date":"3/29/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":877,"Cost":497,"Date":"12/3/2023"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":942,"Cost":500,"Date":"4/26/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":698,"Cost":573,"Date":"4/11/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":897,"Cost":815,"Date":"1/26/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":74,"Cost":46,"Date":"5/9/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Nova","Country":"Italy","Sale":365,"Cost":347,"Date":"6/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Sellpy","Country":"Italy","Sale":832,"Cost":642,"Date":"11/11/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":601,"Cost":570,"Date":"12/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":258,"Cost":147,"Date":"1/3/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":866,"Cost":557,"Date":"8/25/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":889,"Cost":505,"Date":"6/21/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":833,"Cost":701,"Date":"6/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":321,"Cost":280,"Date":"8/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":551,"Cost":465,"Date":"7/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Sellpy","Country":"Italy","Sale":746,"Cost":629,"Date":"9/16/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":416,"Cost":386,"Date":"11/2/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":971,"Cost":658,"Date":"1/22/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":300,"Cost":203,"Date":"7/4/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":474,"Cost":406,"Date":"12/9/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":274,"Cost":218,"Date":"1/16/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":304,"Cost":215,"Date":"1/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":939,"Cost":676,"Date":"7/29/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":56,"Cost":46,"Date":"8/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":595,"Cost":394,"Date":"9/30/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":595,"Cost":523,"Date":"10/24/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":186,"Cost":122,"Date":"6/18/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"COS","Country":"Italy","Sale":715,"Cost":382,"Date":"12/25/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":486,"Cost":388,"Date":"12/5/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":23,"Cost":21,"Date":"10/18/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":243,"Cost":176,"Date":"5/9/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":745,"Cost":475,"Date":"6/3/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":517,"Cost":460,"Date":"9/15/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM","Country":"Italy","Sale":587,"Cost":410,"Date":"12/25/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":332,"Cost":311,"Date":"3/31/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":75,"Cost":50,"Date":"1/24/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":974,"Cost":808,"Date":"1/18/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"ARKET","Country":"Italy","Sale":846,"Cost":511,"Date":"1/16/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":128,"Cost":87,"Date":"11/25/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":443,"Cost":232,"Date":"6/10/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":484,"Cost":345,"Date":"3/19/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":87,"Cost":79,"Date":"8/8/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":308,"Cost":281,"Date":"10/19/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":467,"Cost":235,"Date":"10/13/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":287,"Cost":163,"Date":"2/24/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":513,"Cost":331,"Date":"1/8/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":86,"Cost":61,"Date":"8/15/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":648,"Cost":330,"Date":"12/6/2019"},{"Store":"La Rinascente, Rome","Brand":"HM","Country":"Italy","Sale":551,"Cost":515,"Date":"6/29/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":211,"Cost":199,"Date":"6/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":395,"Cost":279,"Date":"11/10/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":794,"Cost":418,"Date":"10/30/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Sellpy","Country":"Italy","Sale":802,"Cost":641,"Date":"11/15/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":702,"Cost":403,"Date":"2/26/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":894,"Cost":525,"Date":"3/7/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":488,"Cost":462,"Date":"4/26/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":393,"Cost":223,"Date":"10/8/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Nova","Country":"Italy","Sale":413,"Cost":228,"Date":"8/15/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":867,"Cost":534,"Date":"5/4/2024"},{"Store":"La Rinascente, Milan","Brand":"COS","Country":"Italy","Sale":153,"Cost":78,"Date":"8/6/2023"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":126,"Cost":102,"Date":"10/24/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":293,"Cost":278,"Date":"5/15/2021"},{"Store":"La Rinascente, Rome","Brand":"Sellpy","Country":"Italy","Sale":178,"Cost":159,"Date":"5/20/2023"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":75,"Cost":72,"Date":"1/26/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":63,"Cost":34,"Date":"4/1/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":215,"Cost":116,"Date":"10/23/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":751,"Cost":468,"Date":"3/21/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":332,"Cost":197,"Date":"3/22/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":845,"Cost":512,"Date":"7/28/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":898,"Cost":652,"Date":"12/23/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":654,"Cost":508,"Date":"11/23/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":1,"Cost":0,"Date":"4/3/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"COS","Country":"Italy","Sale":466,"Cost":425,"Date":"4/5/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":2,"Cost":1,"Date":"5/1/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":552,"Cost":331,"Date":"5/24/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":574,"Cost":496,"Date":"4/24/2022"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":983,"Cost":914,"Date":"1/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":724,"Cost":631,"Date":"12/23/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":77,"Cost":38,"Date":"10/27/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":810,"Cost":631,"Date":"10/2/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":625,"Cost":580,"Date":"1/11/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":218,"Cost":144,"Date":"7/11/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":180,"Cost":165,"Date":"12/9/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":852,"Cost":611,"Date":"8/29/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":176,"Cost":121,"Date":"6/10/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Jeans","Country":"Italy","Sale":515,"Cost":357,"Date":"11/18/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM Home","Country":"Italy","Sale":718,"Cost":619,"Date":"7/2/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":834,"Cost":748,"Date":"7/24/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":748,"Cost":437,"Date":"11/16/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Sellpy","Country":"Italy","Sale":855,"Cost":559,"Date":"9/11/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":792,"Cost":410,"Date":"4/4/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":230,"Cost":187,"Date":"5/19/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":943,"Cost":527,"Date":"7/24/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":130,"Cost":95,"Date":"12/10/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":27,"Cost":13,"Date":"6/17/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":386,"Cost":307,"Date":"2/13/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":259,"Cost":211,"Date":"7/23/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":890,"Cost":725,"Date":"5/15/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":808,"Cost":597,"Date":"11/9/2018"},{"Store":"La Rinascente, Milan","Brand":"HM","Country":"Italy","Sale":469,"Cost":348,"Date":"6/10/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":493,"Cost":376,"Date":"11/17/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":48,"Cost":28,"Date":"7/20/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":256,"Cost":142,"Date":"7/16/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Jeans","Country":"Italy","Sale":174,"Cost":101,"Date":"9/2/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":200,"Cost":101,"Date":"5/13/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":622,"Cost":504,"Date":"2/22/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":653,"Cost":393,"Date":"7/28/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":178,"Cost":97,"Date":"8/13/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":438,"Cost":297,"Date":"7/23/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":907,"Cost":677,"Date":"10/5/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Jeans","Country":"Italy","Sale":901,"Cost":743,"Date":"7/7/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM","Country":"Italy","Sale":260,"Cost":224,"Date":"3/13/2021"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":342,"Cost":314,"Date":"11/14/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":389,"Cost":248,"Date":"6/30/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":21,"Cost":12,"Date":"8/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":806,"Cost":638,"Date":"4/23/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":235,"Cost":143,"Date":"12/28/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":245,"Cost":173,"Date":"3/25/2021"},{"Store":"La Rinascente, Milan","Brand":"Jeans","Country":"Italy","Sale":93,"Cost":78,"Date":"5/27/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":280,"Cost":221,"Date":"3/5/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"COS","Country":"Italy","Sale":679,"Cost":607,"Date":"9/6/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Jeans","Country":"Italy","Sale":37,"Cost":28,"Date":"5/7/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":797,"Cost":532,"Date":"6/26/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":863,"Cost":494,"Date":"12/4/2019"},{"Store":"La Rinascente, Rome","Brand":"HM Home","Country":"Italy","Sale":452,"Cost":367,"Date":"4/10/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":783,"Cost":591,"Date":"2/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"COS","Country":"Italy","Sale":699,"Cost":478,"Date":"8/1/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":465,"Cost":371,"Date":"9/2/2021"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":188,"Cost":160,"Date":"1/7/2024"},{"Store":"La Rinascente, Rome","Brand":"COS","Country":"Italy","Sale":746,"Cost":418,"Date":"8/2/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":85,"Cost":78,"Date":"6/2/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":711,"Cost":571,"Date":"11/25/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":604,"Cost":329,"Date":"8/25/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":735,"Cost":531,"Date":"5/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Nova","Country":"Italy","Sale":435,"Cost":223,"Date":"5/23/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":333,"Cost":248,"Date":"10/10/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":985,"Cost":904,"Date":"1/3/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM Home","Country":"Italy","Sale":476,"Cost":280,"Date":"8/25/2022"},{"Store":"La Rinascente, Rome","Brand":"HM","Country":"Italy","Sale":729,"Cost":382,"Date":"1/31/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"COS","Country":"Italy","Sale":265,"Cost":247,"Date":"7/14/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":128,"Cost":109,"Date":"2/17/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":134,"Cost":75,"Date":"9/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM","Country":"Italy","Sale":510,"Cost":361,"Date":"7/31/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":546,"Cost":398,"Date":"9/7/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":382,"Cost":206,"Date":"1/16/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":559,"Cost":354,"Date":"3/13/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":74,"Cost":38,"Date":"11/14/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":340,"Cost":269,"Date":"9/17/2020"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":328,"Cost":279,"Date":"5/3/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":331,"Cost":236,"Date":"6/18/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":291,"Cost":210,"Date":"7/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":510,"Cost":377,"Date":"4/8/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":952,"Cost":798,"Date":"1/22/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Jeans","Country":"Italy","Sale":931,"Cost":715,"Date":"2/25/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":81,"Date":"11/11/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":487,"Cost":436,"Date":"9/22/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":244,"Cost":162,"Date":"10/5/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":11,"Cost":9,"Date":"3/25/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":880,"Cost":556,"Date":"2/12/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":360,"Cost":340,"Date":"7/10/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"COS","Country":"Italy","Sale":414,"Cost":346,"Date":"3/2/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":155,"Cost":109,"Date":"9/19/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Sellpy","Country":"Italy","Sale":192,"Cost":176,"Date":"7/24/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":503,"Cost":298,"Date":"12/9/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":194,"Cost":154,"Date":"12/29/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":473,"Cost":239,"Date":"3/26/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":861,"Cost":746,"Date":"1/11/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":1000,"Cost":506,"Date":"7/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":214,"Cost":188,"Date":"8/14/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":412,"Cost":245,"Date":"8/9/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":308,"Cost":263,"Date":"12/31/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":522,"Cost":340,"Date":"5/12/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":603,"Cost":427,"Date":"9/14/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":792,"Cost":664,"Date":"1/4/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Sellpy","Country":"Italy","Sale":802,"Cost":468,"Date":"2/2/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":433,"Cost":275,"Date":"2/21/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":368,"Cost":274,"Date":"10/14/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":469,"Cost":295,"Date":"12/7/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":811,"Cost":440,"Date":"9/11/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Sellpy","Country":"Italy","Sale":857,"Cost":577,"Date":"2/20/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":534,"Cost":356,"Date":"9/12/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":34,"Cost":19,"Date":"10/20/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":343,"Cost":275,"Date":"12/16/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM","Country":"Italy","Sale":599,"Cost":335,"Date":"12/24/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":52,"Cost":42,"Date":"5/8/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":468,"Cost":275,"Date":"7/14/2018"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":146,"Cost":134,"Date":"5/18/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":983,"Cost":885,"Date":"4/7/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":288,"Cost":174,"Date":"6/25/2022"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":654,"Cost":495,"Date":"10/27/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":75,"Cost":66,"Date":"5/26/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":747,"Cost":659,"Date":"6/5/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Nova","Country":"Italy","Sale":419,"Cost":290,"Date":"1/10/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":557,"Cost":527,"Date":"10/16/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":62,"Cost":48,"Date":"8/9/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":515,"Cost":374,"Date":"2/16/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":862,"Cost":739,"Date":"8/27/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":810,"Cost":644,"Date":"11/27/2019"},{"Store":"La Rinascente, Milan","Brand":"Jeans","Country":"Italy","Sale":472,"Cost":367,"Date":"3/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":48,"Cost":44,"Date":"12/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":85,"Cost":65,"Date":"2/10/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM Home","Country":"Italy","Sale":423,"Cost":399,"Date":"4/30/2024"},{"Store":"La Rinascente, Rome","Brand":"HM Home","Country":"Italy","Sale":13,"Cost":8,"Date":"5/2/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":594,"Cost":386,"Date":"3/10/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Sellpy","Country":"Italy","Sale":53,"Cost":40,"Date":"6/13/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Sellpy","Country":"Italy","Sale":762,"Cost":662,"Date":"7/28/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM Home","Country":"Italy","Sale":860,"Cost":599,"Date":"2/9/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":872,"Cost":614,"Date":"10/17/2021"},{"Store":"Mercato Centrale, Florence","Brand":"ARKET","Country":"Italy","Sale":938,"Cost":495,"Date":"1/20/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":56,"Cost":43,"Date":"11/24/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Nova","Country":"Italy","Sale":519,"Cost":291,"Date":"5/25/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Sellpy","Country":"Italy","Sale":409,"Cost":307,"Date":"5/11/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":473,"Cost":304,"Date":"1/7/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":265,"Cost":176,"Date":"12/19/2019"},{"Store":"La Rinascente, Rome","Brand":"COS","Country":"Italy","Sale":706,"Cost":468,"Date":"9/15/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM Home","Country":"Italy","Sale":948,"Cost":716,"Date":"8/15/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":200,"Cost":185,"Date":"5/8/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Nova","Country":"Italy","Sale":310,"Cost":290,"Date":"1/22/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":965,"Cost":584,"Date":"7/7/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"COS","Country":"Italy","Sale":363,"Cost":192,"Date":"9/22/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":727,"Cost":589,"Date":"2/23/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":501,"Cost":314,"Date":"1/9/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":572,"Cost":451,"Date":"9/9/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":253,"Cost":141,"Date":"9/12/2024"},{"Store":"La Rinascente, Milan","Brand":"HM","Country":"Italy","Sale":708,"Cost":644,"Date":"5/23/2024"},{"Store":"Cinecittà Due, Rome","Brand":"HM","Country":"Italy","Sale":44,"Cost":42,"Date":"10/23/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":710,"Cost":512,"Date":"8/10/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":892,"Cost":603,"Date":"8/30/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":663,"Cost":345,"Date":"2/19/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":488,"Cost":246,"Date":"1/10/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":265,"Cost":241,"Date":"4/8/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Jeans","Country":"Italy","Sale":483,"Cost":403,"Date":"11/2/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":19,"Cost":15,"Date":"2/19/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM","Country":"Italy","Sale":840,"Cost":420,"Date":"5/26/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":634,"Cost":438,"Date":"6/2/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":847,"Cost":540,"Date":"3/24/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Nova","Country":"Italy","Sale":764,"Cost":458,"Date":"3/8/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":77,"Cost":44,"Date":"5/20/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":486,"Cost":364,"Date":"12/26/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":341,"Cost":274,"Date":"4/28/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":530,"Cost":361,"Date":"12/24/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":341,"Cost":272,"Date":"9/6/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":890,"Cost":539,"Date":"6/1/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":605,"Cost":466,"Date":"1/8/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":183,"Cost":131,"Date":"10/31/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":855,"Cost":723,"Date":"10/4/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":760,"Cost":603,"Date":"11/18/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":686,"Cost":615,"Date":"5/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":293,"Date":"1/24/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":14,"Cost":10,"Date":"6/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":184,"Date":"12/25/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":738,"Cost":646,"Date":"4/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":1,"Cost":1,"Date":"5/12/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"COS","Country":"Japan","Sale":553,"Cost":358,"Date":"12/13/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":635,"Cost":423,"Date":"8/25/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":124,"Cost":105,"Date":"8/12/2020"},{"Store":"Kyoto Station Building","Brand":"HM","Country":"Japan","Sale":849,"Cost":607,"Date":"8/11/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":434,"Date":"3/28/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":847,"Cost":497,"Date":"8/6/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":423,"Cost":395,"Date":"7/25/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":912,"Cost":757,"Date":"8/25/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":955,"Cost":699,"Date":"8/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":591,"Cost":441,"Date":"6/16/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":782,"Cost":536,"Date":"11/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":370,"Cost":327,"Date":"7/10/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":903,"Cost":573,"Date":"6/10/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":97,"Cost":65,"Date":"6/5/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":148,"Cost":113,"Date":"4/13/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":566,"Cost":283,"Date":"5/4/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":760,"Cost":494,"Date":"3/4/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":750,"Cost":509,"Date":"3/25/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":572,"Cost":517,"Date":"11/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":999,"Cost":828,"Date":"3/26/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":925,"Cost":640,"Date":"5/1/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":687,"Cost":599,"Date":"5/24/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":511,"Cost":468,"Date":"8/6/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":477,"Cost":378,"Date":"7/19/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":7,"Cost":5,"Date":"9/26/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":341,"Cost":216,"Date":"4/23/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":171,"Cost":127,"Date":"1/29/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":411,"Cost":263,"Date":"2/18/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":37,"Cost":25,"Date":"2/8/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":8,"Cost":5,"Date":"9/4/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":199,"Cost":117,"Date":"11/29/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":425,"Cost":386,"Date":"7/5/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":476,"Cost":262,"Date":"1/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":493,"Cost":342,"Date":"7/5/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":921,"Cost":649,"Date":"5/11/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":14,"Cost":11,"Date":"6/30/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":425,"Cost":281,"Date":"12/3/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":360,"Cost":187,"Date":"9/10/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":294,"Cost":278,"Date":"5/25/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":133,"Cost":71,"Date":"4/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":75,"Cost":68,"Date":"4/8/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":323,"Cost":208,"Date":"3/9/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":13,"Cost":10,"Date":"4/1/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":56,"Cost":53,"Date":"8/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":217,"Cost":121,"Date":"6/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":22,"Cost":17,"Date":"3/24/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":746,"Cost":461,"Date":"12/12/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":519,"Cost":282,"Date":"8/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":471,"Cost":253,"Date":"7/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":49,"Cost":27,"Date":"9/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":777,"Cost":706,"Date":"10/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":773,"Cost":666,"Date":"12/7/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":680,"Cost":492,"Date":"6/7/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":377,"Cost":327,"Date":"2/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":811,"Cost":759,"Date":"10/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":798,"Cost":602,"Date":"5/27/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":120,"Cost":72,"Date":"12/28/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":887,"Cost":629,"Date":"7/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":555,"Cost":371,"Date":"9/23/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":688,"Cost":548,"Date":"3/18/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":463,"Cost":258,"Date":"10/5/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":778,"Cost":705,"Date":"1/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":884,"Cost":479,"Date":"12/20/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":615,"Date":"9/9/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"COS","Country":"Japan","Sale":439,"Cost":326,"Date":"7/6/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":581,"Cost":471,"Date":"8/22/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":519,"Cost":374,"Date":"4/20/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":559,"Cost":430,"Date":"5/12/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":243,"Cost":218,"Date":"6/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":353,"Cost":231,"Date":"1/31/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":956,"Cost":740,"Date":"11/18/2023"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":239,"Cost":127,"Date":"2/24/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":189,"Cost":104,"Date":"5/13/2018"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":810,"Cost":636,"Date":"4/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":13,"Cost":13,"Date":"8/17/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":657,"Cost":500,"Date":"6/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":210,"Cost":163,"Date":"5/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":351,"Cost":262,"Date":"6/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":532,"Date":"9/11/2021"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":128,"Cost":97,"Date":"11/23/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":290,"Cost":241,"Date":"7/3/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":508,"Cost":291,"Date":"9/22/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":193,"Cost":173,"Date":"6/6/2018"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":583,"Cost":425,"Date":"12/25/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":691,"Cost":643,"Date":"1/20/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":766,"Cost":566,"Date":"3/18/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":635,"Cost":524,"Date":"4/8/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":242,"Cost":129,"Date":"1/2/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":998,"Cost":672,"Date":"8/2/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":690,"Cost":656,"Date":"7/30/2021"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":997,"Cost":704,"Date":"6/7/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":421,"Cost":363,"Date":"12/27/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":12,"Cost":7,"Date":"4/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":336,"Cost":224,"Date":"10/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":786,"Cost":450,"Date":"3/22/2018"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":475,"Cost":426,"Date":"12/13/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":364,"Date":"3/29/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":8,"Cost":5,"Date":"5/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"COS","Country":"Japan","Sale":67,"Cost":45,"Date":"8/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":682,"Cost":629,"Date":"6/14/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":926,"Cost":530,"Date":"1/17/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":905,"Cost":812,"Date":"3/21/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":16,"Cost":10,"Date":"1/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":500,"Cost":307,"Date":"6/22/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":666,"Cost":629,"Date":"10/25/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":883,"Cost":533,"Date":"1/24/2019"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":377,"Cost":304,"Date":"7/21/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":190,"Cost":111,"Date":"3/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":592,"Cost":352,"Date":"6/15/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":149,"Cost":105,"Date":"2/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":886,"Cost":647,"Date":"5/13/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":744,"Cost":607,"Date":"6/3/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":557,"Cost":363,"Date":"8/11/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":619,"Cost":460,"Date":"9/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":854,"Cost":808,"Date":"6/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":845,"Cost":466,"Date":"7/17/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":227,"Cost":174,"Date":"6/20/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":863,"Cost":446,"Date":"4/20/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":622,"Cost":468,"Date":"10/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":296,"Cost":205,"Date":"10/21/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":220,"Cost":129,"Date":"9/25/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":197,"Cost":161,"Date":"8/27/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":938,"Cost":480,"Date":"6/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":925,"Cost":505,"Date":"5/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":670,"Cost":335,"Date":"10/25/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":489,"Date":"1/10/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":160,"Cost":119,"Date":"7/3/2019"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":100,"Cost":59,"Date":"11/19/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":547,"Cost":406,"Date":"1/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":939,"Cost":858,"Date":"3/12/2021"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":95,"Cost":90,"Date":"8/2/2021"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":866,"Cost":650,"Date":"6/21/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":113,"Cost":71,"Date":"6/20/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":719,"Cost":580,"Date":"1/11/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":346,"Date":"4/4/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":446,"Cost":274,"Date":"10/4/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":837,"Cost":634,"Date":"3/24/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":989,"Cost":569,"Date":"5/27/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":557,"Cost":504,"Date":"11/19/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":631,"Cost":521,"Date":"11/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Nova","Country":"Japan","Sale":843,"Cost":696,"Date":"1/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":85,"Cost":65,"Date":"11/2/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":615,"Cost":377,"Date":"5/22/2023"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":675,"Cost":465,"Date":"10/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":226,"Cost":153,"Date":"2/17/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":600,"Cost":471,"Date":"4/27/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":871,"Cost":678,"Date":"5/2/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":698,"Cost":484,"Date":"10/20/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":815,"Cost":442,"Date":"8/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":723,"Cost":452,"Date":"7/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":329,"Cost":292,"Date":"2/5/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":356,"Cost":291,"Date":"1/22/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":214,"Cost":168,"Date":"12/17/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":736,"Cost":554,"Date":"3/15/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":121,"Cost":82,"Date":"2/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":588,"Cost":323,"Date":"3/8/2018"},{"Store":"Kyoto Station Building","Brand":"HM","Country":"Japan","Sale":877,"Cost":794,"Date":"3/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":613,"Cost":346,"Date":"10/2/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":4,"Cost":4,"Date":"8/25/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":294,"Cost":177,"Date":"3/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":96,"Cost":51,"Date":"9/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":514,"Date":"3/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":187,"Cost":127,"Date":"9/24/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":216,"Cost":118,"Date":"6/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":589,"Cost":454,"Date":"4/13/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":28,"Cost":14,"Date":"2/6/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":207,"Cost":153,"Date":"1/12/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":292,"Cost":154,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":727,"Cost":523,"Date":"12/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":521,"Cost":473,"Date":"10/11/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM","Country":"Japan","Sale":359,"Cost":281,"Date":"10/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":298,"Cost":163,"Date":"7/5/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":873,"Cost":650,"Date":"11/7/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":791,"Cost":723,"Date":"4/21/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":443,"Date":"1/13/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Nova","Country":"Japan","Sale":31,"Cost":22,"Date":"2/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":122,"Cost":89,"Date":"8/19/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":578,"Cost":390,"Date":"6/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":747,"Cost":585,"Date":"9/21/2024"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":514,"Cost":383,"Date":"3/25/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":522,"Cost":394,"Date":"6/17/2019"},{"Store":"Kyoto Station Building","Brand":"HM","Country":"Japan","Sale":652,"Cost":426,"Date":"10/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":281,"Cost":162,"Date":"4/23/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":421,"Cost":373,"Date":"4/9/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":594,"Cost":465,"Date":"2/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":317,"Cost":212,"Date":"3/14/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":773,"Cost":456,"Date":"7/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":115,"Cost":98,"Date":"9/9/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Nova","Country":"Japan","Sale":9,"Cost":8,"Date":"9/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":129,"Date":"4/24/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":4,"Cost":4,"Date":"3/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":928,"Cost":466,"Date":"9/30/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":420,"Cost":214,"Date":"11/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":633,"Cost":553,"Date":"3/25/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":958,"Cost":778,"Date":"5/4/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":776,"Cost":520,"Date":"6/4/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":860,"Cost":797,"Date":"5/14/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":776,"Cost":697,"Date":"5/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":323,"Cost":217,"Date":"7/8/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":986,"Cost":542,"Date":"11/22/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":875,"Cost":719,"Date":"10/16/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":239,"Cost":195,"Date":"11/9/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":96,"Cost":66,"Date":"10/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":629,"Cost":358,"Date":"10/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":981,"Cost":702,"Date":"8/13/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":368,"Cost":331,"Date":"2/24/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":645,"Cost":585,"Date":"3/14/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":932,"Cost":747,"Date":"2/4/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":796,"Cost":717,"Date":"12/25/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":811,"Cost":518,"Date":"7/29/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"COS","Country":"Japan","Sale":813,"Cost":641,"Date":"5/9/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":869,"Cost":562,"Date":"2/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":392,"Cost":269,"Date":"12/21/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":69,"Cost":61,"Date":"1/18/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":585,"Cost":348,"Date":"12/9/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":227,"Cost":131,"Date":"9/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":293,"Cost":239,"Date":"2/23/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":383,"Cost":221,"Date":"10/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":287,"Cost":154,"Date":"7/3/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":192,"Cost":120,"Date":"11/30/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":966,"Cost":659,"Date":"11/8/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":541,"Cost":469,"Date":"5/31/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":697,"Cost":516,"Date":"9/17/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":696,"Cost":397,"Date":"10/8/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":526,"Cost":430,"Date":"9/29/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":591,"Cost":526,"Date":"10/3/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":680,"Cost":502,"Date":"5/24/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":695,"Cost":455,"Date":"12/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":255,"Cost":198,"Date":"9/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":881,"Cost":674,"Date":"12/7/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":264,"Cost":222,"Date":"2/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":669,"Cost":542,"Date":"2/6/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":341,"Cost":212,"Date":"2/11/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":290,"Cost":200,"Date":"11/14/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":857,"Cost":516,"Date":"11/3/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":5,"Cost":3,"Date":"12/30/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":781,"Cost":459,"Date":"12/12/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":419,"Cost":362,"Date":"1/22/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":510,"Cost":452,"Date":"10/6/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":249,"Cost":168,"Date":"11/15/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":468,"Cost":438,"Date":"10/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":945,"Cost":859,"Date":"4/22/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":494,"Cost":414,"Date":"3/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":860,"Cost":547,"Date":"9/5/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":908,"Cost":694,"Date":"9/4/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":333,"Cost":196,"Date":"6/26/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":372,"Cost":271,"Date":"8/8/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":605,"Cost":478,"Date":"10/15/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":923,"Cost":578,"Date":"11/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":957,"Cost":682,"Date":"4/19/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":671,"Cost":503,"Date":"6/22/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":491,"Cost":334,"Date":"9/4/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":327,"Cost":271,"Date":"10/30/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":285,"Cost":214,"Date":"7/17/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":972,"Cost":584,"Date":"12/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":192,"Date":"1/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":243,"Cost":136,"Date":"8/23/2023"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":685,"Cost":617,"Date":"4/2/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":888,"Cost":657,"Date":"12/12/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":599,"Cost":449,"Date":"9/14/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":759,"Cost":563,"Date":"11/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":392,"Cost":301,"Date":"6/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":576,"Cost":499,"Date":"11/30/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":966,"Cost":525,"Date":"9/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":832,"Cost":445,"Date":"7/24/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":258,"Cost":238,"Date":"5/19/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":329,"Cost":174,"Date":"3/20/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":573,"Cost":370,"Date":"1/10/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":128,"Cost":105,"Date":"9/9/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":908,"Cost":620,"Date":"11/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":840,"Cost":519,"Date":"5/5/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":116,"Cost":109,"Date":"10/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":115,"Cost":65,"Date":"10/22/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":901,"Cost":554,"Date":"1/21/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":595,"Cost":351,"Date":"5/1/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":235,"Cost":175,"Date":"8/13/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":643,"Cost":559,"Date":"7/23/2020"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":232,"Cost":185,"Date":"10/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":583,"Cost":532,"Date":"10/6/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":596,"Cost":533,"Date":"2/10/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":76,"Cost":59,"Date":"3/17/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":510,"Cost":431,"Date":"6/18/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":796,"Cost":511,"Date":"6/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":563,"Cost":515,"Date":"10/26/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":421,"Cost":278,"Date":"11/25/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":437,"Cost":346,"Date":"5/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":901,"Cost":505,"Date":"8/28/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":207,"Cost":193,"Date":"1/31/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":997,"Cost":503,"Date":"9/29/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":989,"Cost":826,"Date":"9/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":527,"Cost":380,"Date":"6/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":614,"Cost":379,"Date":"1/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":108,"Cost":74,"Date":"2/12/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":289,"Cost":175,"Date":"10/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":972,"Cost":893,"Date":"11/27/2018"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":147,"Cost":130,"Date":"3/9/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":106,"Cost":73,"Date":"1/25/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":145,"Cost":137,"Date":"8/5/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"COS","Country":"Japan","Sale":327,"Cost":231,"Date":"11/5/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":68,"Cost":47,"Date":"10/10/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":191,"Cost":103,"Date":"8/10/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":646,"Cost":382,"Date":"10/31/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":533,"Cost":405,"Date":"12/16/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":393,"Cost":294,"Date":"5/17/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":866,"Cost":812,"Date":"10/2/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":481,"Cost":380,"Date":"8/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":435,"Cost":265,"Date":"3/31/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":68,"Cost":59,"Date":"9/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"COS","Country":"Japan","Sale":90,"Cost":56,"Date":"5/27/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":13,"Cost":7,"Date":"10/31/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":949,"Cost":478,"Date":"12/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":923,"Cost":820,"Date":"12/21/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":601,"Cost":392,"Date":"12/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":346,"Cost":242,"Date":"12/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":907,"Cost":605,"Date":"10/2/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":191,"Cost":142,"Date":"8/4/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":787,"Cost":550,"Date":"7/22/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":734,"Cost":562,"Date":"4/12/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":282,"Date":"11/8/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":837,"Cost":730,"Date":"7/15/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":202,"Cost":149,"Date":"2/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":470,"Cost":388,"Date":"2/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":285,"Cost":228,"Date":"6/26/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":612,"Cost":352,"Date":"5/25/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":26,"Cost":24,"Date":"8/24/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Nova","Country":"Japan","Sale":518,"Cost":325,"Date":"6/27/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":86,"Cost":71,"Date":"10/21/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":206,"Cost":162,"Date":"1/17/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":437,"Cost":242,"Date":"5/31/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":799,"Cost":712,"Date":"5/25/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":965,"Cost":684,"Date":"10/30/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":925,"Cost":639,"Date":"11/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":479,"Cost":243,"Date":"12/26/2023"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":334,"Cost":275,"Date":"4/23/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":906,"Cost":773,"Date":"6/1/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":436,"Cost":328,"Date":"8/11/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":491,"Cost":326,"Date":"7/27/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":5,"Cost":3,"Date":"6/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":11,"Cost":11,"Date":"3/17/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":343,"Cost":189,"Date":"5/17/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":375,"Cost":322,"Date":"3/22/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":912,"Cost":531,"Date":"8/17/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":730,"Cost":535,"Date":"3/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":25,"Cost":18,"Date":"11/15/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":996,"Cost":879,"Date":"7/24/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":538,"Cost":381,"Date":"4/3/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":367,"Cost":310,"Date":"7/19/2022"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":370,"Cost":338,"Date":"9/8/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":254,"Cost":206,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":962,"Cost":589,"Date":"2/15/2020"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":420,"Cost":329,"Date":"9/11/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":205,"Cost":158,"Date":"12/15/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":106,"Cost":61,"Date":"1/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":41,"Cost":22,"Date":"8/15/2018"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":535,"Cost":503,"Date":"4/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":384,"Cost":330,"Date":"1/30/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":301,"Cost":269,"Date":"2/16/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":207,"Cost":190,"Date":"7/5/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":580,"Cost":399,"Date":"4/22/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":769,"Cost":565,"Date":"8/14/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":935,"Cost":827,"Date":"2/26/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":324,"Cost":275,"Date":"6/10/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":449,"Cost":343,"Date":"3/22/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":963,"Cost":515,"Date":"9/12/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":986,"Cost":772,"Date":"9/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Nova","Country":"Japan","Sale":142,"Cost":99,"Date":"8/16/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":242,"Cost":207,"Date":"1/26/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":598,"Cost":344,"Date":"12/4/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":806,"Cost":524,"Date":"5/9/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":166,"Cost":95,"Date":"9/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":833,"Cost":755,"Date":"9/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":852,"Cost":451,"Date":"2/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":118,"Cost":106,"Date":"9/7/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":498,"Cost":314,"Date":"11/19/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":874,"Cost":497,"Date":"1/24/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":304,"Cost":276,"Date":"9/7/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":952,"Cost":868,"Date":"1/15/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":733,"Cost":618,"Date":"1/24/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":564,"Cost":486,"Date":"6/3/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":931,"Cost":542,"Date":"6/18/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":370,"Cost":313,"Date":"1/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":744,"Cost":460,"Date":"8/3/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":82,"Cost":56,"Date":"9/29/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":939,"Cost":492,"Date":"2/19/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":160,"Cost":102,"Date":"10/2/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":52,"Cost":45,"Date":"2/5/2022"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":429,"Cost":283,"Date":"7/31/2020"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":345,"Cost":189,"Date":"8/1/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":820,"Cost":702,"Date":"7/3/2022"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":872,"Cost":797,"Date":"1/19/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":221,"Cost":210,"Date":"9/9/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":83,"Cost":52,"Date":"3/15/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":533,"Cost":271,"Date":"8/18/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":141,"Cost":77,"Date":"1/2/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":629,"Cost":427,"Date":"8/9/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":772,"Cost":706,"Date":"2/25/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":335,"Cost":188,"Date":"7/20/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":877,"Cost":557,"Date":"7/6/2018"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":962,"Cost":632,"Date":"11/10/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":639,"Cost":321,"Date":"9/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":624,"Cost":506,"Date":"12/4/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":98,"Cost":74,"Date":"2/21/2018"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":207,"Cost":125,"Date":"1/24/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":403,"Cost":247,"Date":"9/24/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM","Country":"Japan","Sale":577,"Cost":302,"Date":"12/10/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":609,"Cost":414,"Date":"8/31/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":479,"Cost":420,"Date":"4/9/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":997,"Cost":630,"Date":"10/29/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":684,"Cost":406,"Date":"3/25/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":906,"Cost":668,"Date":"11/10/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":820,"Cost":664,"Date":"5/26/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":864,"Cost":513,"Date":"4/5/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":958,"Cost":820,"Date":"12/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":844,"Cost":505,"Date":"3/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM","Country":"Japan","Sale":279,"Cost":207,"Date":"8/27/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":695,"Cost":350,"Date":"8/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":597,"Cost":409,"Date":"2/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":560,"Cost":377,"Date":"4/22/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":529,"Cost":310,"Date":"11/25/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Jeans","Country":"Japan","Sale":205,"Cost":148,"Date":"9/14/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":925,"Cost":668,"Date":"7/12/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":797,"Cost":568,"Date":"10/21/2019"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":279,"Cost":168,"Date":"6/6/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":589,"Cost":527,"Date":"9/20/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":978,"Cost":835,"Date":"8/4/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":912,"Cost":721,"Date":"9/27/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":386,"Cost":345,"Date":"2/15/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":591,"Cost":432,"Date":"1/29/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":649,"Cost":384,"Date":"9/7/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":300,"Cost":223,"Date":"10/28/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":319,"Cost":184,"Date":"1/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":212,"Cost":163,"Date":"3/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":656,"Cost":485,"Date":"5/5/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":102,"Cost":56,"Date":"6/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":897,"Cost":642,"Date":"1/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":935,"Cost":482,"Date":"6/28/2023"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":341,"Cost":249,"Date":"3/5/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Sellpy","Country":"Japan","Sale":614,"Cost":359,"Date":"4/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":199,"Cost":183,"Date":"6/20/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":235,"Cost":184,"Date":"8/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":623,"Cost":400,"Date":"12/15/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":720,"Cost":435,"Date":"12/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":236,"Cost":222,"Date":"6/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":487,"Date":"4/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":544,"Cost":514,"Date":"2/26/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":343,"Cost":185,"Date":"3/8/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":816,"Cost":565,"Date":"5/16/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":99,"Cost":89,"Date":"3/23/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":633,"Cost":369,"Date":"12/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":187,"Cost":164,"Date":"12/25/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":173,"Cost":119,"Date":"4/14/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":627,"Date":"5/17/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":100,"Cost":90,"Date":"5/30/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":579,"Cost":438,"Date":"8/22/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":36,"Cost":29,"Date":"12/14/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":758,"Cost":714,"Date":"3/24/2018"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":813,"Cost":509,"Date":"6/7/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":904,"Cost":856,"Date":"8/31/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"COS","Country":"Japan","Sale":493,"Cost":321,"Date":"7/6/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":941,"Cost":800,"Date":"1/5/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":156,"Cost":80,"Date":"2/15/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":498,"Cost":446,"Date":"5/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"Sellpy","Country":"Japan","Sale":428,"Cost":361,"Date":"1/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Jeans","Country":"Japan","Sale":734,"Cost":638,"Date":"2/24/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":487,"Cost":367,"Date":"1/19/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":258,"Cost":207,"Date":"1/10/2018"},{"Store":"Tokyo Midtown","Brand":"HM Home","Country":"Japan","Sale":776,"Cost":623,"Date":"9/16/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":906,"Cost":466,"Date":"4/19/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":10,"Cost":7,"Date":"3/7/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":72,"Cost":52,"Date":"1/30/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":657,"Cost":350,"Date":"4/27/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":384,"Cost":265,"Date":"5/5/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":729,"Cost":680,"Date":"12/11/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":700,"Cost":482,"Date":"4/13/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":727,"Cost":475,"Date":"7/3/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":526,"Cost":370,"Date":"10/24/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":423,"Cost":301,"Date":"9/24/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":515,"Cost":482,"Date":"6/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":996,"Cost":748,"Date":"11/30/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":593,"Cost":371,"Date":"4/12/2019"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":263,"Cost":207,"Date":"3/19/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":492,"Cost":429,"Date":"4/23/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":870,"Cost":772,"Date":"3/7/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":584,"Cost":553,"Date":"6/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM Home","Country":"Japan","Sale":962,"Cost":879,"Date":"3/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":288,"Cost":200,"Date":"1/11/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":628,"Cost":529,"Date":"11/22/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":58,"Cost":49,"Date":"3/4/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":22,"Cost":12,"Date":"5/10/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":3,"Cost":3,"Date":"6/6/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":48,"Cost":42,"Date":"3/24/2019"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":491,"Cost":282,"Date":"4/6/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":918,"Cost":642,"Date":"6/17/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":302,"Cost":241,"Date":"2/14/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":922,"Cost":790,"Date":"11/25/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":205,"Cost":105,"Date":"3/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":459,"Cost":436,"Date":"9/3/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":361,"Cost":214,"Date":"3/17/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":503,"Cost":374,"Date":"10/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":17,"Cost":12,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":875,"Cost":719,"Date":"3/15/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":348,"Cost":277,"Date":"10/9/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":82,"Cost":65,"Date":"3/2/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":964,"Cost":571,"Date":"6/14/2019"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":101,"Cost":61,"Date":"1/10/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":923,"Cost":834,"Date":"6/11/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":113,"Cost":98,"Date":"1/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":888,"Cost":750,"Date":"10/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":347,"Cost":254,"Date":"6/1/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":766,"Cost":636,"Date":"7/23/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":102,"Cost":51,"Date":"9/12/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":572,"Cost":519,"Date":"5/5/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":21,"Cost":16,"Date":"12/28/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":986,"Cost":640,"Date":"2/19/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":47,"Cost":35,"Date":"6/1/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":646,"Cost":537,"Date":"11/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":718,"Cost":678,"Date":"5/30/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":644,"Cost":544,"Date":"10/8/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":782,"Cost":686,"Date":"8/9/2019"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":464,"Cost":240,"Date":"3/25/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":507,"Cost":410,"Date":"10/8/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":393,"Cost":245,"Date":"8/19/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":26,"Cost":25,"Date":"8/11/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":585,"Cost":464,"Date":"5/24/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":340,"Cost":265,"Date":"4/9/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":77,"Cost":43,"Date":"7/31/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":162,"Cost":90,"Date":"4/22/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":444,"Cost":255,"Date":"2/7/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":368,"Cost":229,"Date":"2/10/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":354,"Cost":325,"Date":"12/12/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":555,"Cost":482,"Date":"3/11/2019"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":949,"Cost":789,"Date":"8/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":460,"Cost":386,"Date":"3/15/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":382,"Cost":302,"Date":"8/11/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":199,"Cost":165,"Date":"8/8/2020"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":367,"Cost":185,"Date":"7/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":937,"Cost":599,"Date":"7/10/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":593,"Cost":527,"Date":"6/7/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM","Country":"Netherlands","Sale":934,"Cost":777,"Date":"1/30/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":59,"Cost":50,"Date":"7/14/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":628,"Cost":429,"Date":"9/12/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":391,"Cost":249,"Date":"2/17/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":21,"Cost":12,"Date":"1/31/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":930,"Cost":489,"Date":"9/10/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":492,"Cost":365,"Date":"12/22/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":783,"Cost":541,"Date":"9/29/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":921,"Cost":571,"Date":"10/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":529,"Cost":327,"Date":"11/10/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":917,"Cost":662,"Date":"1/1/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":905,"Cost":805,"Date":"3/24/2022"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":797,"Cost":401,"Date":"3/23/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":936,"Cost":827,"Date":"8/8/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":820,"Cost":470,"Date":"8/29/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":773,"Cost":474,"Date":"10/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":310,"Cost":207,"Date":"10/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":165,"Cost":106,"Date":"8/10/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":744,"Cost":682,"Date":"11/6/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":171,"Cost":119,"Date":"7/22/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":964,"Cost":659,"Date":"2/17/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":825,"Cost":581,"Date":"3/18/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":521,"Cost":387,"Date":"10/10/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":692,"Cost":618,"Date":"2/16/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":793,"Cost":696,"Date":"4/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":801,"Cost":581,"Date":"11/8/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":570,"Cost":302,"Date":"6/3/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":444,"Cost":366,"Date":"7/12/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":347,"Cost":270,"Date":"9/26/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":932,"Cost":649,"Date":"9/22/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":16,"Cost":8,"Date":"2/15/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":875,"Cost":453,"Date":"8/20/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":348,"Cost":286,"Date":"10/23/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":235,"Cost":145,"Date":"4/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":315,"Cost":223,"Date":"9/16/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":465,"Cost":438,"Date":"4/2/2018"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":772,"Cost":527,"Date":"11/19/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":70,"Cost":38,"Date":"3/28/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":602,"Cost":375,"Date":"10/26/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":464,"Cost":361,"Date":"9/23/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":777,"Cost":485,"Date":"9/10/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":427,"Cost":303,"Date":"8/15/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":178,"Cost":150,"Date":"3/16/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":518,"Cost":393,"Date":"7/8/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":155,"Cost":135,"Date":"12/13/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":430,"Cost":249,"Date":"2/23/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":889,"Cost":513,"Date":"4/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":357,"Date":"11/9/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":19,"Cost":17,"Date":"12/22/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":642,"Date":"4/9/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":99,"Cost":74,"Date":"9/9/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":177,"Cost":139,"Date":"8/3/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":605,"Cost":500,"Date":"4/9/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":70,"Cost":45,"Date":"9/21/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":744,"Cost":652,"Date":"2/3/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":651,"Date":"2/7/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":556,"Cost":491,"Date":"2/3/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":449,"Cost":286,"Date":"11/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":704,"Cost":649,"Date":"12/12/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":753,"Cost":666,"Date":"11/16/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":798,"Cost":507,"Date":"10/6/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":316,"Cost":242,"Date":"1/31/2020"},{"Store":"Groninger Forum, Groningen","Brand":"COS","Country":"Netherlands","Sale":144,"Cost":96,"Date":"4/7/2020"},{"Store":"De Passage, The Hague","Brand":"ARKET","Country":"Netherlands","Sale":506,"Cost":436,"Date":"1/4/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":838,"Cost":766,"Date":"3/7/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":372,"Cost":303,"Date":"9/5/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":335,"Cost":188,"Date":"7/25/2019"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":580,"Cost":335,"Date":"12/11/2019"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":443,"Cost":407,"Date":"1/10/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":293,"Cost":247,"Date":"6/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":317,"Cost":231,"Date":"6/10/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":68,"Cost":35,"Date":"7/9/2020"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":568,"Cost":484,"Date":"2/23/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":674,"Cost":421,"Date":"8/5/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":130,"Cost":117,"Date":"6/6/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":113,"Cost":71,"Date":"12/24/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":724,"Cost":543,"Date":"6/30/2022"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":215,"Cost":162,"Date":"12/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":677,"Cost":589,"Date":"8/17/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":856,"Cost":806,"Date":"6/5/2019"},{"Store":"The Wall, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":862,"Cost":463,"Date":"1/29/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":85,"Cost":79,"Date":"5/15/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":749,"Cost":388,"Date":"9/28/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":447,"Cost":254,"Date":"1/4/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":165,"Cost":88,"Date":"11/5/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":767,"Cost":686,"Date":"8/22/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":418,"Cost":395,"Date":"3/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":504,"Cost":314,"Date":"6/29/2024"},{"Store":"The Wall, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":816,"Cost":705,"Date":"7/2/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":621,"Cost":526,"Date":"12/4/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":270,"Cost":159,"Date":"5/18/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM","Country":"Netherlands","Sale":95,"Cost":71,"Date":"12/8/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":376,"Cost":213,"Date":"7/26/2020"},{"Store":"Groninger Forum, Groningen","Brand":"COS","Country":"Netherlands","Sale":697,"Cost":498,"Date":"6/10/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM Home","Country":"Netherlands","Sale":939,"Cost":488,"Date":"10/10/2022"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":681,"Cost":373,"Date":"8/11/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":259,"Cost":206,"Date":"9/26/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":655,"Cost":561,"Date":"4/9/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":548,"Cost":375,"Date":"8/8/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":417,"Cost":310,"Date":"11/19/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":373,"Cost":274,"Date":"1/24/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":282,"Cost":162,"Date":"6/5/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":795,"Cost":553,"Date":"6/3/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":299,"Cost":278,"Date":"6/10/2023"},{"Store":"Groninger Forum, Groningen","Brand":"COS","Country":"Netherlands","Sale":919,"Cost":816,"Date":"9/7/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":288,"Cost":231,"Date":"1/4/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":516,"Cost":302,"Date":"11/15/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":759,"Cost":654,"Date":"7/6/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":259,"Cost":201,"Date":"12/11/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":440,"Cost":337,"Date":"12/29/2021"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":152,"Cost":113,"Date":"3/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":337,"Cost":247,"Date":"12/31/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":346,"Cost":312,"Date":"1/19/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":738,"Cost":515,"Date":"10/13/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":916,"Cost":748,"Date":"3/17/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":478,"Cost":423,"Date":"1/4/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":279,"Cost":178,"Date":"4/14/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":803,"Cost":527,"Date":"12/29/2018"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":367,"Cost":273,"Date":"11/30/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":121,"Cost":60,"Date":"11/1/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":437,"Cost":372,"Date":"8/4/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":725,"Cost":401,"Date":"11/16/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":160,"Cost":112,"Date":"11/15/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":979,"Cost":578,"Date":"10/24/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":507,"Cost":471,"Date":"7/25/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":795,"Cost":406,"Date":"5/10/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":947,"Cost":826,"Date":"9/30/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":614,"Cost":339,"Date":"12/23/2020"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":999,"Cost":551,"Date":"4/13/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":841,"Cost":456,"Date":"1/11/2024"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":386,"Cost":219,"Date":"6/21/2020"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":37,"Cost":31,"Date":"1/10/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":488,"Cost":426,"Date":"4/22/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":773,"Cost":670,"Date":"1/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":151,"Cost":120,"Date":"4/19/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":400,"Cost":246,"Date":"8/13/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":837,"Cost":534,"Date":"6/19/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":311,"Cost":214,"Date":"5/19/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":959,"Cost":627,"Date":"8/3/2021"},{"Store":"Stadshart Amstelveen","Brand":"COS","Country":"Netherlands","Sale":626,"Cost":385,"Date":"1/5/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":322,"Cost":250,"Date":"10/9/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":849,"Cost":535,"Date":"5/23/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Jeans","Country":"Netherlands","Sale":939,"Cost":727,"Date":"2/23/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":275,"Cost":149,"Date":"12/28/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":644,"Cost":426,"Date":"8/22/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":495,"Cost":394,"Date":"6/29/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":517,"Cost":463,"Date":"5/25/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":573,"Cost":504,"Date":"5/29/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":397,"Cost":289,"Date":"6/15/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":360,"Cost":260,"Date":"2/22/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":651,"Cost":472,"Date":"4/10/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":110,"Cost":103,"Date":"12/14/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":755,"Cost":513,"Date":"5/18/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":834,"Cost":529,"Date":"10/31/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":20,"Cost":10,"Date":"10/26/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":94,"Cost":67,"Date":"10/30/2022"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":807,"Cost":684,"Date":"1/4/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":471,"Cost":442,"Date":"7/7/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":773,"Cost":685,"Date":"12/15/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM","Country":"Netherlands","Sale":697,"Cost":555,"Date":"11/9/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":578,"Cost":350,"Date":"12/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":820,"Cost":530,"Date":"7/29/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":924,"Cost":577,"Date":"11/30/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM","Country":"Netherlands","Sale":161,"Cost":137,"Date":"8/21/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":936,"Cost":842,"Date":"6/19/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":566,"Cost":466,"Date":"8/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":77,"Cost":66,"Date":"8/30/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":88,"Cost":63,"Date":"3/18/2019"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":713,"Cost":413,"Date":"11/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":76,"Cost":38,"Date":"8/9/2023"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":837,"Cost":426,"Date":"3/30/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":682,"Cost":376,"Date":"9/20/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":192,"Cost":142,"Date":"8/5/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":958,"Cost":867,"Date":"5/7/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":713,"Cost":442,"Date":"7/26/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":583,"Cost":385,"Date":"9/9/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":824,"Cost":739,"Date":"2/25/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":400,"Cost":340,"Date":"4/20/2018"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":968,"Cost":682,"Date":"7/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":220,"Cost":205,"Date":"4/29/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":693,"Cost":355,"Date":"6/17/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":203,"Cost":144,"Date":"9/21/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":499,"Cost":305,"Date":"12/18/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":963,"Cost":744,"Date":"1/8/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":656,"Cost":597,"Date":"7/12/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM Home","Country":"Netherlands","Sale":577,"Cost":442,"Date":"3/4/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":251,"Cost":225,"Date":"9/5/2022"},{"Store":"Marktplein, Delft","Brand":"Jeans","Country":"Netherlands","Sale":748,"Cost":586,"Date":"4/30/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":321,"Cost":280,"Date":"4/8/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":966,"Cost":539,"Date":"3/20/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":865,"Cost":664,"Date":"11/4/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":710,"Cost":386,"Date":"11/16/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":848,"Cost":750,"Date":"2/23/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":615,"Cost":368,"Date":"11/29/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":36,"Cost":19,"Date":"2/10/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":783,"Cost":428,"Date":"5/17/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":98,"Cost":73,"Date":"6/5/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":609,"Cost":462,"Date":"7/15/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":742,"Cost":700,"Date":"11/5/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":264,"Date":"2/18/2019"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":914,"Cost":768,"Date":"9/29/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":828,"Cost":579,"Date":"6/24/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":278,"Cost":228,"Date":"2/24/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":475,"Cost":260,"Date":"6/13/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":929,"Cost":477,"Date":"10/10/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM","Country":"Netherlands","Sale":684,"Cost":569,"Date":"1/27/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":908,"Cost":469,"Date":"4/9/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":226,"Cost":124,"Date":"1/12/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":585,"Cost":488,"Date":"9/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":412,"Cost":314,"Date":"7/31/2022"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":841,"Cost":454,"Date":"5/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":451,"Cost":394,"Date":"9/23/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":330,"Cost":181,"Date":"4/11/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":340,"Cost":279,"Date":"1/2/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":975,"Cost":843,"Date":"9/13/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":735,"Cost":484,"Date":"9/19/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":817,"Cost":511,"Date":"8/29/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM","Country":"Netherlands","Sale":114,"Cost":86,"Date":"8/29/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":521,"Cost":307,"Date":"3/2/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":560,"Cost":303,"Date":"10/1/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":60,"Cost":53,"Date":"11/19/2021"},{"Store":"De Passage, The Hague","Brand":"ARKET","Country":"Netherlands","Sale":293,"Cost":251,"Date":"9/28/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":55,"Cost":29,"Date":"1/18/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":113,"Cost":101,"Date":"7/11/2024"},{"Store":"The Wall, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":612,"Cost":467,"Date":"5/2/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":888,"Cost":562,"Date":"6/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":936,"Cost":530,"Date":"10/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"Nova","Country":"Netherlands","Sale":839,"Cost":656,"Date":"6/8/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":34,"Cost":17,"Date":"2/15/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":530,"Cost":313,"Date":"2/1/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":770,"Cost":465,"Date":"2/12/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":256,"Cost":151,"Date":"8/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":48,"Cost":37,"Date":"2/26/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":656,"Cost":482,"Date":"1/12/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":596,"Cost":508,"Date":"1/17/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":418,"Cost":309,"Date":"7/3/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":102,"Cost":79,"Date":"1/18/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":850,"Cost":453,"Date":"4/28/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":859,"Cost":809,"Date":"11/21/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":921,"Cost":782,"Date":"7/23/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":31,"Cost":15,"Date":"10/1/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":620,"Cost":342,"Date":"4/6/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":635,"Cost":371,"Date":"5/17/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":190,"Cost":109,"Date":"9/1/2021"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":740,"Cost":621,"Date":"8/18/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":72,"Date":"3/26/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":626,"Cost":558,"Date":"10/23/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":234,"Cost":181,"Date":"9/8/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":159,"Cost":122,"Date":"1/29/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":647,"Cost":521,"Date":"12/29/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":495,"Cost":276,"Date":"10/17/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":308,"Cost":179,"Date":"5/24/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":539,"Cost":461,"Date":"10/6/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":722,"Cost":481,"Date":"5/30/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":455,"Cost":262,"Date":"1/19/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":506,"Cost":396,"Date":"12/29/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":131,"Cost":100,"Date":"5/1/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":948,"Cost":828,"Date":"3/16/2022"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":613,"Cost":476,"Date":"8/9/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":182,"Cost":146,"Date":"9/7/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":336,"Cost":205,"Date":"4/21/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":177,"Cost":94,"Date":"10/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":579,"Cost":386,"Date":"9/24/2021"},{"Store":"The Wall, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":665,"Cost":569,"Date":"6/11/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":605,"Cost":431,"Date":"2/26/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":644,"Cost":490,"Date":"2/19/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":558,"Cost":438,"Date":"8/2/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":784,"Cost":601,"Date":"1/12/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":287,"Cost":251,"Date":"3/1/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":505,"Cost":359,"Date":"3/25/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":48,"Cost":43,"Date":"11/8/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":937,"Cost":744,"Date":"4/27/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":714,"Cost":515,"Date":"4/6/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":787,"Cost":731,"Date":"2/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":542,"Cost":332,"Date":"11/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"COS","Country":"Netherlands","Sale":249,"Cost":234,"Date":"7/20/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":652,"Cost":511,"Date":"7/26/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":234,"Cost":143,"Date":"7/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":947,"Cost":737,"Date":"2/21/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":999,"Cost":519,"Date":"3/7/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":651,"Cost":347,"Date":"4/29/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":953,"Cost":856,"Date":"6/8/2020"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":783,"Cost":452,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":277,"Date":"1/12/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":214,"Cost":149,"Date":"8/27/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":462,"Cost":264,"Date":"5/14/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":590,"Cost":450,"Date":"5/25/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":484,"Cost":353,"Date":"10/17/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":372,"Cost":298,"Date":"12/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":60,"Cost":41,"Date":"7/12/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":990,"Cost":519,"Date":"6/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":773,"Cost":703,"Date":"10/12/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":688,"Cost":607,"Date":"8/10/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":140,"Cost":101,"Date":"1/30/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":870,"Cost":638,"Date":"11/5/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":414,"Cost":262,"Date":"3/23/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":255,"Cost":186,"Date":"10/5/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":905,"Cost":838,"Date":"7/7/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":504,"Cost":375,"Date":"8/18/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":290,"Cost":157,"Date":"1/26/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":407,"Cost":362,"Date":"11/2/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":401,"Cost":304,"Date":"10/29/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":770,"Cost":496,"Date":"8/5/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":575,"Date":"12/1/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":51,"Cost":44,"Date":"6/29/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":311,"Cost":188,"Date":"5/17/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":857,"Cost":590,"Date":"10/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":386,"Cost":256,"Date":"4/10/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":213,"Cost":170,"Date":"2/27/2021"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":131,"Cost":80,"Date":"6/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":402,"Cost":370,"Date":"8/17/2024"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":71,"Cost":55,"Date":"1/11/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":41,"Cost":20,"Date":"5/10/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":246,"Cost":167,"Date":"12/19/2018"},{"Store":"Marktplein, Delft","Brand":"Jeans","Country":"Netherlands","Sale":338,"Cost":286,"Date":"4/15/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":327,"Cost":188,"Date":"1/29/2023"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":129,"Cost":116,"Date":"4/27/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":732,"Cost":385,"Date":"10/25/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":253,"Cost":212,"Date":"4/27/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":691,"Cost":434,"Date":"10/6/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":243,"Cost":201,"Date":"11/12/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":858,"Cost":592,"Date":"3/15/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":429,"Cost":303,"Date":"10/3/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":394,"Cost":273,"Date":"6/3/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":322,"Cost":233,"Date":"8/18/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":564,"Cost":450,"Date":"6/13/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":907,"Cost":752,"Date":"9/24/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":875,"Cost":610,"Date":"7/12/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":750,"Cost":375,"Date":"9/1/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":99,"Cost":93,"Date":"3/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"COS","Country":"Netherlands","Sale":376,"Cost":324,"Date":"12/18/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":825,"Cost":640,"Date":"12/4/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":113,"Cost":86,"Date":"4/5/2024"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":45,"Cost":41,"Date":"6/9/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":305,"Cost":283,"Date":"12/30/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":997,"Cost":608,"Date":"4/14/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"HM","Country":"Netherlands","Sale":959,"Cost":571,"Date":"12/4/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":65,"Cost":60,"Date":"4/9/2020"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":63,"Cost":40,"Date":"1/7/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":542,"Cost":422,"Date":"1/19/2020"},{"Store":"Amsterdamse Poort","Brand":"COS","Country":"Netherlands","Sale":284,"Cost":268,"Date":"8/21/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":196,"Date":"3/11/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":788,"Cost":664,"Date":"4/14/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":530,"Cost":353,"Date":"8/15/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":217,"Cost":182,"Date":"1/1/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":566,"Cost":434,"Date":"6/25/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":276,"Cost":199,"Date":"2/5/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":684,"Cost":498,"Date":"2/3/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":741,"Cost":415,"Date":"2/25/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":72,"Cost":59,"Date":"3/11/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":200,"Cost":104,"Date":"2/4/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":751,"Cost":594,"Date":"4/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":422,"Cost":359,"Date":"8/24/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":485,"Cost":375,"Date":"2/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":624,"Cost":521,"Date":"4/11/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":264,"Cost":195,"Date":"2/16/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":86,"Cost":60,"Date":"5/1/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":964,"Cost":850,"Date":"1/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":893,"Cost":605,"Date":"10/8/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":535,"Cost":322,"Date":"3/13/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":175,"Cost":146,"Date":"1/16/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":257,"Cost":155,"Date":"3/1/2018"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":748,"Cost":530,"Date":"4/24/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":914,"Cost":628,"Date":"4/11/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":412,"Cost":295,"Date":"5/19/2023"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":993,"Cost":593,"Date":"1/26/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":216,"Cost":181,"Date":"6/30/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":655,"Cost":522,"Date":"3/1/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":199,"Cost":185,"Date":"8/5/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":703,"Cost":439,"Date":"10/25/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":624,"Cost":580,"Date":"10/1/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":62,"Cost":33,"Date":"8/24/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":508,"Cost":369,"Date":"9/18/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":730,"Cost":411,"Date":"12/25/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":504,"Cost":344,"Date":"8/9/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":835,"Cost":785,"Date":"8/20/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":289,"Cost":187,"Date":"11/16/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Jeans","Country":"Netherlands","Sale":361,"Cost":316,"Date":"10/13/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"ARKET","Country":"Netherlands","Sale":458,"Cost":315,"Date":"8/20/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":73,"Cost":64,"Date":"5/31/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":841,"Cost":632,"Date":"2/24/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":116,"Cost":97,"Date":"9/18/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":273,"Cost":248,"Date":"4/5/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":976,"Cost":695,"Date":"8/14/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":832,"Cost":713,"Date":"7/2/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":702,"Cost":590,"Date":"12/1/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":963,"Cost":541,"Date":"7/21/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":684,"Date":"12/17/2024"},{"Store":"Stadshart Amstelveen","Brand":"COS","Country":"Netherlands","Sale":660,"Cost":330,"Date":"5/1/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":158,"Cost":130,"Date":"7/11/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":115,"Cost":93,"Date":"12/2/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":908,"Cost":583,"Date":"8/11/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":381,"Cost":340,"Date":"12/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":331,"Cost":306,"Date":"9/7/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":909,"Cost":540,"Date":"6/16/2023"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":991,"Cost":536,"Date":"7/30/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":964,"Cost":689,"Date":"1/16/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":706,"Cost":517,"Date":"1/8/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":356,"Cost":315,"Date":"5/5/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":108,"Cost":75,"Date":"7/25/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":490,"Cost":336,"Date":"5/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":398,"Cost":217,"Date":"6/7/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Jeans","Country":"Netherlands","Sale":638,"Cost":488,"Date":"11/20/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":920,"Cost":510,"Date":"4/26/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":665,"Cost":470,"Date":"8/29/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":431,"Cost":407,"Date":"12/2/2021"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":717,"Cost":656,"Date":"8/14/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":309,"Cost":289,"Date":"3/4/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":606,"Cost":353,"Date":"11/14/2019"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":856,"Cost":813,"Date":"1/13/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":328,"Cost":190,"Date":"11/10/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Sellpy","Country":"Netherlands","Sale":432,"Cost":231,"Date":"9/2/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":304,"Cost":162,"Date":"4/3/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":691,"Cost":506,"Date":"4/6/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Jeans","Country":"Netherlands","Sale":945,"Cost":825,"Date":"5/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":864,"Date":"3/1/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":520,"Cost":479,"Date":"10/16/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":527,"Cost":447,"Date":"2/2/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":310,"Cost":185,"Date":"10/22/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":572,"Cost":504,"Date":"7/6/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Jeans","Country":"Netherlands","Sale":742,"Cost":463,"Date":"12/16/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":287,"Cost":163,"Date":"12/7/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":715,"Cost":441,"Date":"8/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":926,"Cost":854,"Date":"10/9/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":405,"Cost":230,"Date":"10/1/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":509,"Cost":387,"Date":"8/28/2020"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":906,"Cost":594,"Date":"9/4/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":564,"Cost":367,"Date":"1/6/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":270,"Cost":162,"Date":"6/7/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":117,"Cost":68,"Date":"1/16/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":868,"Cost":546,"Date":"3/3/2021"},{"Store":"Stadshart Amstelveen","Brand":"COS","Country":"Netherlands","Sale":59,"Cost":48,"Date":"9/23/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":703,"Cost":610,"Date":"2/3/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":534,"Cost":327,"Date":"7/10/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":253,"Cost":134,"Date":"5/25/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":973,"Cost":776,"Date":"8/17/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":752,"Cost":522,"Date":"1/16/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":807,"Cost":541,"Date":"7/30/2021"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":678,"Cost":546,"Date":"4/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":442,"Cost":274,"Date":"5/28/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":147,"Cost":126,"Date":"1/28/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":253,"Cost":158,"Date":"5/12/2021"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":865,"Cost":595,"Date":"12/16/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":374,"Cost":274,"Date":"2/8/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":740,"Cost":670,"Date":"7/3/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":898,"Cost":629,"Date":"4/18/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":187,"Cost":148,"Date":"6/20/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":523,"Date":"10/25/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":693,"Cost":579,"Date":"9/9/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":273,"Cost":190,"Date":"6/24/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":826,"Cost":639,"Date":"12/23/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":526,"Cost":361,"Date":"7/11/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":439,"Cost":255,"Date":"7/24/2018"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":672,"Cost":452,"Date":"3/2/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":790,"Cost":686,"Date":"12/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":451,"Cost":227,"Date":"3/19/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":18,"Cost":12,"Date":"8/26/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":333,"Cost":289,"Date":"5/18/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":346,"Cost":182,"Date":"4/24/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":442,"Cost":323,"Date":"3/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":765,"Cost":451,"Date":"4/1/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":96,"Cost":69,"Date":"11/14/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":322,"Cost":191,"Date":"9/3/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":642,"Cost":521,"Date":"3/11/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":769,"Cost":630,"Date":"12/23/2019"},{"Store":"Gemini Park, Tarnów","Brand":"COS","Country":"Poland","Sale":127,"Cost":107,"Date":"3/24/2018"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":280,"Cost":157,"Date":"1/18/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":515,"Cost":279,"Date":"1/14/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":992,"Cost":915,"Date":"10/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":79,"Cost":69,"Date":"6/8/2022"},{"Store":"Lublin Plaza","Brand":"HM","Country":"Poland","Sale":114,"Cost":72,"Date":"1/25/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":8,"Cost":5,"Date":"4/19/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Jeans","Country":"Poland","Sale":942,"Cost":574,"Date":"4/20/2024"},{"Store":"Lublin Plaza","Brand":"HM","Country":"Poland","Sale":726,"Cost":660,"Date":"4/12/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":494,"Date":"8/9/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":979,"Cost":911,"Date":"7/23/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":116,"Cost":91,"Date":"3/2/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":852,"Cost":684,"Date":"5/15/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":198,"Cost":182,"Date":"8/11/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Jeans","Country":"Poland","Sale":320,"Cost":222,"Date":"8/27/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":310,"Cost":197,"Date":"8/25/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":309,"Cost":274,"Date":"8/24/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":28,"Cost":16,"Date":"5/5/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":768,"Cost":562,"Date":"8/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":393,"Cost":314,"Date":"11/6/2023"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":41,"Cost":36,"Date":"5/10/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":326,"Cost":274,"Date":"5/11/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":307,"Date":"4/7/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":734,"Cost":664,"Date":"9/16/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":332,"Cost":197,"Date":"8/26/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":196,"Cost":170,"Date":"2/25/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":335,"Cost":301,"Date":"11/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":729,"Date":"7/13/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":596,"Cost":435,"Date":"9/2/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":590,"Cost":357,"Date":"5/23/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":784,"Cost":666,"Date":"11/25/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":907,"Cost":821,"Date":"1/25/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Jeans","Country":"Poland","Sale":160,"Cost":131,"Date":"10/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":198,"Cost":106,"Date":"5/30/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":266,"Cost":133,"Date":"10/30/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":16,"Cost":12,"Date":"11/15/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":284,"Cost":161,"Date":"4/16/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":270,"Cost":251,"Date":"3/3/2020"},{"Store":"Manufaktura, Łódź","Brand":"HM","Country":"Poland","Sale":975,"Cost":769,"Date":"10/12/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":130,"Cost":110,"Date":"9/18/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":164,"Cost":134,"Date":"2/23/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":84,"Cost":44,"Date":"4/6/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Jeans","Country":"Poland","Sale":834,"Cost":461,"Date":"10/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"COS","Country":"Poland","Sale":178,"Cost":166,"Date":"11/2/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":488,"Cost":424,"Date":"10/22/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":685,"Cost":617,"Date":"4/16/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":357,"Cost":297,"Date":"6/2/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":827,"Cost":626,"Date":"3/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":51,"Cost":33,"Date":"10/13/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":39,"Cost":20,"Date":"9/18/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":647,"Cost":583,"Date":"5/5/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":875,"Cost":825,"Date":"6/5/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":210,"Cost":188,"Date":"2/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":140,"Cost":85,"Date":"7/17/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":386,"Cost":262,"Date":"4/22/2022"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":218,"Cost":147,"Date":"1/3/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":551,"Cost":373,"Date":"5/3/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":844,"Cost":693,"Date":"3/19/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":328,"Cost":281,"Date":"9/8/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":895,"Cost":760,"Date":"11/8/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":240,"Cost":121,"Date":"10/15/2024"},{"Store":"Manufaktura, Łódź","Brand":"HM","Country":"Poland","Sale":398,"Cost":210,"Date":"7/24/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":447,"Cost":250,"Date":"11/14/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":285,"Cost":205,"Date":"6/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":150,"Cost":127,"Date":"1/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":648,"Cost":500,"Date":"4/21/2018"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":670,"Cost":465,"Date":"7/4/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":739,"Cost":585,"Date":"11/20/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":8,"Cost":5,"Date":"4/15/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":334,"Cost":200,"Date":"6/24/2021"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":170,"Cost":90,"Date":"10/24/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":756,"Cost":606,"Date":"3/18/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":548,"Cost":365,"Date":"2/17/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":375,"Cost":200,"Date":"3/8/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":256,"Cost":201,"Date":"1/24/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":969,"Cost":785,"Date":"10/7/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":762,"Cost":585,"Date":"5/19/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":897,"Cost":822,"Date":"11/26/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":388,"Cost":363,"Date":"2/22/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"ARKET","Country":"Poland","Sale":949,"Cost":807,"Date":"5/21/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":901,"Cost":678,"Date":"1/6/2023"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":546,"Cost":480,"Date":"3/18/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":289,"Cost":171,"Date":"1/24/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":380,"Cost":328,"Date":"10/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":993,"Cost":554,"Date":"6/7/2020"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":261,"Cost":242,"Date":"3/11/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":293,"Cost":180,"Date":"11/23/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":443,"Cost":280,"Date":"5/18/2021"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":778,"Cost":447,"Date":"7/25/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":198,"Cost":152,"Date":"11/19/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":687,"Cost":528,"Date":"6/22/2018"},{"Store":"Forum Gdańsk","Brand":"Sellpy","Country":"Poland","Sale":55,"Cost":39,"Date":"3/2/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":664,"Cost":577,"Date":"10/1/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":983,"Cost":526,"Date":"8/26/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":151,"Cost":99,"Date":"6/11/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":226,"Cost":144,"Date":"3/17/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":340,"Cost":315,"Date":"8/6/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":690,"Cost":496,"Date":"11/30/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":676,"Cost":595,"Date":"6/11/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":742,"Cost":507,"Date":"3/21/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":717,"Cost":463,"Date":"3/23/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":282,"Cost":243,"Date":"1/22/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":724,"Cost":441,"Date":"6/30/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":920,"Cost":706,"Date":"3/7/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":589,"Cost":416,"Date":"5/16/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":632,"Cost":449,"Date":"3/3/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":380,"Cost":230,"Date":"11/26/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":485,"Cost":269,"Date":"2/4/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":362,"Cost":281,"Date":"3/5/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":793,"Cost":719,"Date":"2/28/2018"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":826,"Cost":758,"Date":"1/8/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":857,"Cost":526,"Date":"6/3/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":682,"Cost":617,"Date":"4/30/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":711,"Cost":659,"Date":"9/3/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Nova","Country":"Poland","Sale":422,"Cost":301,"Date":"12/24/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":478,"Cost":447,"Date":"5/31/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":539,"Cost":350,"Date":"6/6/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":891,"Cost":539,"Date":"7/29/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":689,"Cost":473,"Date":"11/24/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":257,"Date":"8/31/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":59,"Cost":42,"Date":"8/17/2021"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":22,"Cost":15,"Date":"5/23/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":484,"Cost":384,"Date":"8/15/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":442,"Cost":323,"Date":"1/2/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":515,"Date":"6/17/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":418,"Cost":287,"Date":"3/24/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":178,"Cost":90,"Date":"4/27/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":515,"Cost":287,"Date":"4/17/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"COS","Country":"Poland","Sale":818,"Cost":593,"Date":"12/8/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":352,"Cost":252,"Date":"3/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":577,"Date":"12/4/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":602,"Cost":457,"Date":"8/29/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":97,"Cost":56,"Date":"2/23/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":737,"Cost":376,"Date":"6/8/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Nova","Country":"Poland","Sale":67,"Cost":45,"Date":"5/31/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":916,"Cost":778,"Date":"10/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":921,"Cost":722,"Date":"10/3/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":63,"Cost":51,"Date":"6/20/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":356,"Cost":331,"Date":"8/10/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":348,"Cost":235,"Date":"12/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":976,"Cost":546,"Date":"1/29/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":184,"Date":"2/23/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":289,"Cost":216,"Date":"10/15/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Nova","Country":"Poland","Sale":494,"Cost":453,"Date":"1/17/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":647,"Cost":583,"Date":"6/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"Nova","Country":"Poland","Sale":434,"Cost":226,"Date":"12/9/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":740,"Cost":415,"Date":"8/9/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":356,"Cost":200,"Date":"10/3/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":169,"Cost":156,"Date":"3/10/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":168,"Cost":106,"Date":"8/9/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":149,"Cost":123,"Date":"10/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":460,"Cost":253,"Date":"12/27/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":691,"Cost":592,"Date":"6/17/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":153,"Cost":128,"Date":"4/9/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"COS","Country":"Poland","Sale":55,"Cost":41,"Date":"8/17/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":475,"Cost":280,"Date":"4/20/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":986,"Cost":934,"Date":"11/4/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":88,"Cost":65,"Date":"4/16/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":726,"Cost":659,"Date":"9/6/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":645,"Cost":597,"Date":"10/9/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":129,"Cost":120,"Date":"5/28/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":955,"Cost":669,"Date":"5/30/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":85,"Cost":59,"Date":"4/15/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":627,"Cost":545,"Date":"1/3/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":422,"Cost":293,"Date":"2/2/2018"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":131,"Cost":114,"Date":"10/3/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Nova","Country":"Poland","Sale":879,"Cost":581,"Date":"2/26/2021"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":625,"Cost":313,"Date":"10/10/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":233,"Cost":222,"Date":"4/2/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":962,"Cost":748,"Date":"6/25/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":899,"Cost":819,"Date":"12/24/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":540,"Date":"7/18/2023"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":814,"Cost":719,"Date":"10/7/2020"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":290,"Cost":153,"Date":"9/16/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":891,"Cost":561,"Date":"4/1/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":495,"Cost":325,"Date":"3/21/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"COS","Country":"Poland","Sale":254,"Cost":151,"Date":"2/8/2022"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":439,"Cost":254,"Date":"6/24/2024"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":587,"Cost":324,"Date":"8/6/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":939,"Cost":695,"Date":"4/12/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":373,"Cost":328,"Date":"2/6/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":152,"Cost":139,"Date":"8/16/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM","Country":"Poland","Sale":882,"Cost":496,"Date":"9/11/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":794,"Cost":722,"Date":"12/27/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":286,"Cost":176,"Date":"3/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":75,"Cost":62,"Date":"8/22/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Nova","Country":"Poland","Sale":791,"Cost":612,"Date":"8/18/2020"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":157,"Cost":132,"Date":"12/10/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":365,"Cost":328,"Date":"2/14/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":294,"Cost":217,"Date":"5/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":9,"Cost":8,"Date":"10/12/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":323,"Cost":207,"Date":"4/18/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":103,"Cost":58,"Date":"9/29/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Jeans","Country":"Poland","Sale":456,"Cost":372,"Date":"9/4/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":46,"Cost":28,"Date":"12/8/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"COS","Country":"Poland","Sale":349,"Cost":326,"Date":"3/26/2020"},{"Store":"Kaskada, Szczecin","Brand":"Nova","Country":"Poland","Sale":521,"Cost":361,"Date":"5/22/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":519,"Cost":263,"Date":"9/5/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":71,"Cost":44,"Date":"8/27/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":749,"Cost":550,"Date":"6/16/2020"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":312,"Cost":184,"Date":"8/7/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Jeans","Country":"Poland","Sale":900,"Cost":724,"Date":"6/18/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":985,"Cost":660,"Date":"4/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Jeans","Country":"Poland","Sale":340,"Cost":223,"Date":"1/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":863,"Date":"12/31/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":390,"Cost":223,"Date":"6/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":531,"Cost":457,"Date":"7/21/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":474,"Cost":307,"Date":"12/10/2021"},{"Store":"Kaskada, Szczecin","Brand":"Nova","Country":"Poland","Sale":907,"Cost":761,"Date":"12/9/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":940,"Cost":798,"Date":"11/24/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM","Country":"Poland","Sale":294,"Cost":167,"Date":"2/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":843,"Cost":443,"Date":"10/27/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Nova","Country":"Poland","Sale":32,"Cost":21,"Date":"10/9/2021"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":442,"Date":"10/21/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":118,"Cost":72,"Date":"5/9/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":903,"Cost":784,"Date":"7/29/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":706,"Cost":451,"Date":"11/13/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":176,"Cost":108,"Date":"1/25/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":100,"Cost":62,"Date":"12/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":219,"Cost":128,"Date":"10/22/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":787,"Cost":463,"Date":"8/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":131,"Cost":97,"Date":"8/23/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":382,"Cost":200,"Date":"8/3/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":941,"Cost":799,"Date":"9/22/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":713,"Cost":452,"Date":"4/10/2019"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":290,"Cost":242,"Date":"7/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":769,"Cost":496,"Date":"12/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":705,"Cost":411,"Date":"8/11/2024"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":656,"Cost":469,"Date":"3/25/2023"},{"Store":"Manufaktura, Łódź","Brand":"HM","Country":"Poland","Sale":624,"Cost":327,"Date":"2/9/2022"},{"Store":"Manufaktura, Łódź","Brand":"Nova","Country":"Poland","Sale":644,"Cost":504,"Date":"8/14/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":657,"Cost":565,"Date":"3/21/2024"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":59,"Cost":51,"Date":"3/13/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":28,"Cost":22,"Date":"6/12/2018"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":928,"Cost":632,"Date":"12/9/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":237,"Cost":217,"Date":"4/14/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM","Country":"Poland","Sale":957,"Cost":621,"Date":"4/4/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":223,"Cost":144,"Date":"3/22/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM","Country":"Poland","Sale":738,"Cost":500,"Date":"10/18/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":998,"Cost":897,"Date":"10/11/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":472,"Cost":367,"Date":"8/18/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":751,"Cost":443,"Date":"7/12/2023"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":683,"Cost":560,"Date":"3/15/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":218,"Cost":111,"Date":"4/2/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":904,"Cost":640,"Date":"8/26/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":584,"Cost":382,"Date":"8/10/2021"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":508,"Cost":363,"Date":"9/23/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM","Country":"Poland","Sale":48,"Cost":40,"Date":"8/2/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":884,"Cost":496,"Date":"2/17/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":226,"Cost":156,"Date":"3/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":586,"Date":"2/1/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"COS","Country":"Poland","Sale":10,"Cost":7,"Date":"8/8/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":646,"Cost":452,"Date":"12/12/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":516,"Cost":407,"Date":"9/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":27,"Cost":21,"Date":"8/25/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":179,"Date":"9/22/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":796,"Cost":689,"Date":"8/5/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":3,"Cost":2,"Date":"6/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":422,"Cost":363,"Date":"5/7/2021"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":415,"Cost":314,"Date":"8/13/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":687,"Cost":598,"Date":"6/3/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":750,"Date":"4/12/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Jeans","Country":"Poland","Sale":274,"Cost":231,"Date":"7/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":958,"Cost":581,"Date":"1/30/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Jeans","Country":"Poland","Sale":701,"Cost":580,"Date":"2/10/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":160,"Cost":126,"Date":"11/25/2022"},{"Store":"Lublin Plaza","Brand":"HM","Country":"Poland","Sale":356,"Cost":248,"Date":"8/14/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":745,"Cost":474,"Date":"2/4/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":866,"Cost":528,"Date":"6/5/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":490,"Date":"5/5/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":717,"Cost":498,"Date":"1/8/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":799,"Cost":735,"Date":"10/25/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":273,"Cost":157,"Date":"9/5/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":414,"Cost":209,"Date":"2/3/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":237,"Cost":221,"Date":"9/23/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":747,"Cost":618,"Date":"12/11/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":97,"Cost":60,"Date":"2/6/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Nova","Country":"Poland","Sale":939,"Cost":793,"Date":"7/2/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM Home","Country":"Poland","Sale":230,"Cost":120,"Date":"1/4/2022"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":966,"Cost":842,"Date":"2/14/2023"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":758,"Cost":646,"Date":"8/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":96,"Cost":71,"Date":"7/18/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":993,"Cost":636,"Date":"7/28/2022"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":288,"Cost":234,"Date":"9/17/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":312,"Cost":182,"Date":"12/1/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":106,"Cost":62,"Date":"2/22/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":214,"Cost":139,"Date":"8/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":32,"Date":"2/24/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":645,"Cost":509,"Date":"5/25/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":597,"Cost":393,"Date":"10/28/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":252,"Cost":202,"Date":"3/13/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":98,"Cost":93,"Date":"10/24/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":90,"Cost":81,"Date":"8/24/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":130,"Cost":122,"Date":"11/16/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":508,"Cost":291,"Date":"10/9/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":339,"Cost":271,"Date":"8/12/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":366,"Cost":306,"Date":"12/17/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":759,"Cost":564,"Date":"12/13/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":412,"Cost":362,"Date":"5/31/2021"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":743,"Cost":471,"Date":"12/19/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":825,"Cost":525,"Date":"1/22/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":257,"Cost":183,"Date":"5/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":908,"Cost":483,"Date":"9/23/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":533,"Cost":270,"Date":"7/11/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Nova","Country":"Poland","Sale":642,"Cost":473,"Date":"12/22/2019"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":328,"Cost":174,"Date":"11/12/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":287,"Cost":231,"Date":"6/29/2022"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":76,"Cost":39,"Date":"6/15/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":593,"Cost":498,"Date":"9/2/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":203,"Cost":156,"Date":"9/21/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":804,"Cost":522,"Date":"1/9/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":384,"Cost":337,"Date":"3/1/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":867,"Cost":700,"Date":"9/3/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":216,"Cost":204,"Date":"11/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":431,"Cost":400,"Date":"5/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":940,"Cost":500,"Date":"8/20/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":947,"Cost":879,"Date":"2/11/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":719,"Cost":674,"Date":"12/8/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":862,"Cost":670,"Date":"3/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"COS","Country":"Poland","Sale":841,"Cost":420,"Date":"9/14/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":481,"Cost":271,"Date":"4/9/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":206,"Cost":141,"Date":"4/24/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":967,"Cost":777,"Date":"11/19/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":67,"Date":"9/30/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":61,"Cost":31,"Date":"2/3/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":657,"Cost":398,"Date":"2/24/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":189,"Cost":150,"Date":"3/8/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":970,"Cost":631,"Date":"4/29/2023"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":110,"Cost":63,"Date":"9/4/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM","Country":"Poland","Sale":486,"Cost":317,"Date":"10/24/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":678,"Cost":591,"Date":"5/8/2020"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":540,"Cost":423,"Date":"4/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":264,"Cost":225,"Date":"2/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":191,"Cost":150,"Date":"2/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":8,"Cost":4,"Date":"10/14/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":354,"Cost":197,"Date":"6/15/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":96,"Cost":60,"Date":"5/27/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":670,"Cost":483,"Date":"4/26/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":460,"Cost":428,"Date":"3/5/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":758,"Cost":397,"Date":"8/10/2020"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":285,"Cost":166,"Date":"3/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":5,"Cost":4,"Date":"10/16/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":890,"Cost":699,"Date":"6/23/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":257,"Cost":175,"Date":"10/8/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM","Country":"Poland","Sale":671,"Cost":345,"Date":"1/21/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":921,"Cost":873,"Date":"4/22/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":172,"Cost":106,"Date":"5/15/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":409,"Cost":263,"Date":"2/12/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":556,"Cost":300,"Date":"8/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":445,"Cost":279,"Date":"9/3/2021"},{"Store":"Gemini Park, Tarnów","Brand":"COS","Country":"Poland","Sale":191,"Cost":100,"Date":"12/22/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":278,"Cost":236,"Date":"4/27/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":794,"Cost":420,"Date":"7/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":107,"Cost":85,"Date":"7/20/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":871,"Cost":614,"Date":"9/20/2019"},{"Store":"Kaskada, Szczecin","Brand":"Jeans","Country":"Poland","Sale":909,"Cost":624,"Date":"6/18/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":165,"Cost":137,"Date":"9/19/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":147,"Cost":129,"Date":"11/3/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":139,"Cost":70,"Date":"3/30/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":986,"Cost":546,"Date":"2/1/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":1,"Cost":1,"Date":"9/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":205,"Cost":127,"Date":"6/10/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":207,"Cost":182,"Date":"8/25/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":287,"Cost":228,"Date":"1/10/2022"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":612,"Cost":348,"Date":"1/31/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"ARKET","Country":"Poland","Sale":411,"Cost":377,"Date":"10/30/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":413,"Cost":289,"Date":"1/7/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":796,"Cost":437,"Date":"4/25/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":808,"Cost":745,"Date":"9/13/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":724,"Cost":479,"Date":"8/19/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":461,"Cost":242,"Date":"12/1/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":183,"Cost":155,"Date":"1/23/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":516,"Cost":321,"Date":"9/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Jeans","Country":"Poland","Sale":717,"Cost":486,"Date":"8/20/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Jeans","Country":"Poland","Sale":516,"Cost":363,"Date":"9/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":591,"Cost":498,"Date":"12/8/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":145,"Cost":91,"Date":"4/4/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"COS","Country":"Poland","Sale":617,"Cost":545,"Date":"6/16/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":487,"Cost":453,"Date":"10/24/2018"},{"Store":"Galaxy, Szczecin","Brand":"Jeans","Country":"Poland","Sale":73,"Cost":54,"Date":"1/23/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Jeans","Country":"Poland","Sale":360,"Cost":261,"Date":"12/1/2022"},{"Store":"Forum Gdańsk","Brand":"Sellpy","Country":"Poland","Sale":594,"Cost":456,"Date":"9/19/2020"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":782,"Cost":641,"Date":"12/12/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":894,"Cost":505,"Date":"10/16/2021"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":326,"Cost":234,"Date":"7/16/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":341,"Cost":323,"Date":"10/9/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":512,"Cost":476,"Date":"4/1/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":589,"Cost":493,"Date":"5/21/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":792,"Cost":487,"Date":"2/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":319,"Cost":206,"Date":"8/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":951,"Cost":590,"Date":"10/24/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":410,"Cost":305,"Date":"1/10/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":12,"Cost":10,"Date":"5/14/2020"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":806,"Cost":468,"Date":"3/3/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":318,"Cost":163,"Date":"11/14/2018"},{"Store":"Kaskada, Szczecin","Brand":"Jeans","Country":"Poland","Sale":240,"Cost":182,"Date":"12/27/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Jeans","Country":"Poland","Sale":676,"Cost":544,"Date":"2/15/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":455,"Cost":430,"Date":"10/17/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":767,"Cost":485,"Date":"8/22/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"COS","Country":"Poland","Sale":333,"Cost":219,"Date":"7/4/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":549,"Cost":392,"Date":"6/19/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":786,"Cost":497,"Date":"5/24/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":85,"Cost":60,"Date":"11/30/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":91,"Cost":57,"Date":"9/11/2020"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":258,"Cost":129,"Date":"11/12/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":729,"Cost":620,"Date":"9/30/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":767,"Cost":597,"Date":"6/1/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":953,"Cost":787,"Date":"8/14/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":331,"Date":"4/16/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":456,"Cost":307,"Date":"6/26/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Jeans","Country":"Poland","Sale":929,"Cost":590,"Date":"12/4/2021"},{"Store":"Lublin Plaza","Brand":"HM","Country":"Poland","Sale":344,"Cost":299,"Date":"3/24/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":199,"Cost":106,"Date":"10/6/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":996,"Cost":793,"Date":"2/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":113,"Cost":79,"Date":"6/22/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":766,"Cost":417,"Date":"1/30/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":233,"Cost":215,"Date":"9/24/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":98,"Date":"3/22/2021"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":479,"Cost":455,"Date":"1/25/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":301,"Cost":279,"Date":"3/4/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":440,"Cost":376,"Date":"6/13/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"COS","Country":"Poland","Sale":315,"Cost":228,"Date":"3/10/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":967,"Cost":801,"Date":"10/2/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":469,"Cost":310,"Date":"11/25/2019"},{"Store":"Gemini Park, Tarnów","Brand":"COS","Country":"Poland","Sale":594,"Cost":424,"Date":"1/26/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":516,"Cost":457,"Date":"11/18/2021"},{"Store":"Wroclavia, Wrocław","Brand":"COS","Country":"Poland","Sale":467,"Cost":341,"Date":"7/28/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":662,"Cost":566,"Date":"11/18/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":100,"Cost":70,"Date":"7/14/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":872,"Cost":659,"Date":"11/3/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":712,"Date":"4/11/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":81,"Cost":53,"Date":"6/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":233,"Cost":119,"Date":"10/16/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":981,"Cost":539,"Date":"1/30/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":712,"Cost":417,"Date":"1/19/2021"},{"Store":"Gemini Park, Tychy","Brand":"Nova","Country":"Poland","Sale":145,"Cost":107,"Date":"12/8/2024"},{"Store":"Manufaktura, Łódź","Brand":"Nova","Country":"Poland","Sale":324,"Cost":308,"Date":"11/19/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":638,"Cost":526,"Date":"10/13/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM","Country":"Poland","Sale":712,"Cost":423,"Date":"2/28/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"COS","Country":"Poland","Sale":185,"Cost":97,"Date":"7/7/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":774,"Cost":686,"Date":"3/22/2023"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":553,"Date":"7/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":888,"Cost":571,"Date":"7/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":844,"Cost":550,"Date":"5/9/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":811,"Cost":662,"Date":"11/19/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":708,"Cost":658,"Date":"5/15/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":887,"Cost":564,"Date":"11/12/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":109,"Date":"1/10/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":616,"Cost":442,"Date":"8/4/2018"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":758,"Cost":559,"Date":"7/10/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":429,"Cost":393,"Date":"8/20/2020"},{"Store":"Kaskada, Szczecin","Brand":"Jeans","Country":"Poland","Sale":54,"Cost":30,"Date":"1/30/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":658,"Cost":332,"Date":"8/26/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":902,"Cost":732,"Date":"5/8/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"ARKET","Country":"Poland","Sale":247,"Cost":170,"Date":"8/15/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":793,"Cost":585,"Date":"5/10/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":836,"Cost":639,"Date":"11/27/2019"},{"Store":"Gemini Park, Tarnów","Brand":"COS","Country":"Poland","Sale":936,"Cost":765,"Date":"9/24/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":485,"Cost":278,"Date":"10/31/2021"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":377,"Cost":255,"Date":"4/17/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":972,"Cost":844,"Date":"2/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"ARKET","Country":"Poland","Sale":324,"Cost":273,"Date":"2/12/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":470,"Date":"2/6/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":356,"Cost":280,"Date":"12/21/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":507,"Cost":375,"Date":"3/10/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":888,"Cost":790,"Date":"5/13/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":397,"Cost":250,"Date":"12/26/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":2,"Cost":2,"Date":"2/5/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":179,"Cost":111,"Date":"3/20/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":665,"Cost":437,"Date":"1/17/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":889,"Cost":664,"Date":"6/30/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":378,"Date":"10/2/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":16,"Cost":10,"Date":"11/1/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"ARKET","Country":"Poland","Sale":902,"Cost":729,"Date":"10/15/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":436,"Date":"4/22/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":260,"Cost":231,"Date":"8/6/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":548,"Cost":367,"Date":"4/26/2023"},{"Store":"Kaskada, Szczecin","Brand":"Nova","Country":"Poland","Sale":657,"Cost":569,"Date":"9/6/2020"},{"Store":"Blue City, Warsaw","Brand":"Jeans","Country":"Poland","Sale":28,"Cost":27,"Date":"8/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":328,"Cost":187,"Date":"11/26/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":369,"Cost":240,"Date":"6/24/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":199,"Cost":155,"Date":"2/1/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"ARKET","Country":"Poland","Sale":933,"Cost":482,"Date":"5/9/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":581,"Cost":545,"Date":"3/31/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":709,"Cost":416,"Date":"1/15/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":249,"Date":"8/6/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":911,"Cost":659,"Date":"2/22/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":153,"Cost":122,"Date":"3/15/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":777,"Cost":504,"Date":"10/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":715,"Cost":639,"Date":"4/12/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":756,"Cost":535,"Date":"2/2/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":98,"Date":"5/31/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":872,"Cost":561,"Date":"9/24/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":605,"Cost":384,"Date":"1/9/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":962,"Cost":761,"Date":"11/24/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":371,"Cost":340,"Date":"10/25/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":517,"Cost":259,"Date":"8/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":63,"Cost":57,"Date":"11/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":102,"Cost":69,"Date":"4/22/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":255,"Cost":241,"Date":"4/16/2018"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":808,"Cost":594,"Date":"10/23/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":485,"Cost":425,"Date":"5/15/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":503,"Cost":283,"Date":"6/29/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":681,"Date":"5/8/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":404,"Cost":227,"Date":"9/3/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":959,"Cost":571,"Date":"8/16/2024"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":296,"Cost":262,"Date":"8/13/2024"},{"Store":"Iulius Mall Iași","Brand":"Nova","Country":"Romania","Sale":439,"Cost":353,"Date":"7/13/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":182,"Cost":115,"Date":"4/18/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":569,"Cost":520,"Date":"3/8/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":191,"Cost":161,"Date":"3/19/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":689,"Cost":468,"Date":"10/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":771,"Cost":528,"Date":"4/10/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"HM","Country":"Romania","Sale":580,"Cost":326,"Date":"6/2/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":883,"Cost":543,"Date":"10/30/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":326,"Cost":305,"Date":"2/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":712,"Cost":667,"Date":"6/16/2022"},{"Store":"Grand Arena, Bucharest","Brand":"COS","Country":"Romania","Sale":732,"Cost":687,"Date":"8/15/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":387,"Cost":344,"Date":"5/24/2018"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":277,"Cost":149,"Date":"1/25/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":725,"Cost":446,"Date":"6/24/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":572,"Date":"12/29/2022"},{"Store":"Palas Mall, Iași","Brand":"Jeans","Country":"Romania","Sale":490,"Cost":458,"Date":"4/29/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":846,"Cost":626,"Date":"5/5/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":664,"Cost":560,"Date":"8/17/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":258,"Date":"5/25/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":237,"Cost":177,"Date":"7/5/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":306,"Cost":283,"Date":"5/29/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":729,"Cost":513,"Date":"9/15/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":571,"Cost":426,"Date":"6/24/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":24,"Cost":20,"Date":"12/15/2023"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":285,"Cost":249,"Date":"9/14/2018"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":116,"Cost":80,"Date":"2/7/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":589,"Cost":440,"Date":"9/22/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":866,"Cost":741,"Date":"6/11/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":403,"Cost":231,"Date":"9/3/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"HM Home","Country":"Romania","Sale":47,"Cost":45,"Date":"8/13/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":557,"Cost":505,"Date":"12/30/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":880,"Cost":491,"Date":"5/14/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":11,"Cost":8,"Date":"6/20/2019"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":583,"Cost":383,"Date":"11/6/2024"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":47,"Cost":35,"Date":"10/29/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":517,"Cost":344,"Date":"4/12/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":292,"Cost":251,"Date":"5/25/2021"},{"Store":"Iulius Mall Iași","Brand":"HM Home","Country":"Romania","Sale":19,"Cost":10,"Date":"8/18/2018"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":958,"Cost":729,"Date":"10/18/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":324,"Cost":297,"Date":"7/17/2021"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":733,"Cost":391,"Date":"3/30/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":998,"Cost":737,"Date":"8/10/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":345,"Cost":313,"Date":"2/27/2018"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":885,"Cost":823,"Date":"7/2/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":353,"Cost":251,"Date":"11/18/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":486,"Cost":378,"Date":"3/27/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":603,"Cost":435,"Date":"3/15/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":526,"Cost":317,"Date":"2/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":399,"Cost":222,"Date":"5/11/2024"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":728,"Cost":550,"Date":"1/16/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":831,"Cost":731,"Date":"4/28/2019"},{"Store":"Vivo Constanța","Brand":"Sellpy","Country":"Romania","Sale":804,"Cost":469,"Date":"7/4/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":466,"Cost":374,"Date":"10/29/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":965,"Cost":598,"Date":"10/5/2018"},{"Store":"Lotus Center, Oradea","Brand":"Sellpy","Country":"Romania","Sale":142,"Cost":96,"Date":"9/10/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":801,"Cost":621,"Date":"8/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM Home","Country":"Romania","Sale":965,"Cost":552,"Date":"10/5/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":136,"Cost":125,"Date":"10/29/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":402,"Cost":218,"Date":"1/6/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":616,"Cost":373,"Date":"9/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":641,"Cost":508,"Date":"8/26/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":563,"Cost":470,"Date":"4/4/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":298,"Cost":163,"Date":"8/24/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":359,"Cost":272,"Date":"9/26/2018"},{"Store":"Lotus Center, Oradea","Brand":"COS","Country":"Romania","Sale":470,"Cost":376,"Date":"4/16/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":181,"Cost":92,"Date":"9/15/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":984,"Cost":732,"Date":"2/26/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Nova","Country":"Romania","Sale":4,"Cost":3,"Date":"3/11/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":44,"Cost":26,"Date":"2/17/2022"},{"Store":"Vivo Constanța","Brand":"Sellpy","Country":"Romania","Sale":741,"Cost":493,"Date":"5/12/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":511,"Cost":379,"Date":"3/21/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":143,"Cost":129,"Date":"8/23/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":399,"Cost":219,"Date":"7/15/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"COS","Country":"Romania","Sale":783,"Cost":533,"Date":"10/25/2024"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":931,"Cost":550,"Date":"5/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":130,"Cost":123,"Date":"8/19/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":319,"Cost":259,"Date":"3/31/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":388,"Cost":247,"Date":"6/12/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":546,"Cost":279,"Date":"8/26/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":55,"Cost":50,"Date":"5/31/2018"},{"Store":"Funshop Park, Timișoara","Brand":"COS","Country":"Romania","Sale":674,"Cost":604,"Date":"12/15/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":75,"Date":"9/13/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":469,"Cost":308,"Date":"11/6/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":956,"Cost":485,"Date":"1/11/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":535,"Cost":485,"Date":"3/12/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":629,"Cost":565,"Date":"12/25/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":198,"Cost":115,"Date":"6/6/2022"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":820,"Cost":416,"Date":"3/3/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":89,"Cost":48,"Date":"5/11/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":828,"Cost":489,"Date":"8/14/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":305,"Date":"1/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":296,"Cost":211,"Date":"10/17/2021"},{"Store":"Palas Mall, Iași","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":717,"Date":"6/9/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":313,"Cost":181,"Date":"5/6/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":549,"Cost":521,"Date":"2/8/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":782,"Cost":463,"Date":"10/9/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":602,"Cost":480,"Date":"5/18/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":122,"Cost":107,"Date":"8/25/2019"},{"Store":"Shopping City Timișoara","Brand":"ARKET","Country":"Romania","Sale":291,"Cost":156,"Date":"8/17/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":849,"Cost":573,"Date":"4/19/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":11,"Cost":6,"Date":"2/21/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":122,"Cost":92,"Date":"5/3/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":947,"Cost":841,"Date":"7/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":387,"Cost":239,"Date":"2/20/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":977,"Cost":928,"Date":"10/29/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":827,"Cost":427,"Date":"11/19/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":628,"Cost":590,"Date":"9/27/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":923,"Cost":560,"Date":"11/22/2018"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":290,"Cost":209,"Date":"11/1/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":586,"Cost":375,"Date":"9/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":286,"Cost":245,"Date":"5/2/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":415,"Date":"3/14/2020"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":656,"Cost":348,"Date":"6/14/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":78,"Cost":58,"Date":"4/18/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":343,"Cost":176,"Date":"2/16/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":777,"Cost":598,"Date":"6/29/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"HM","Country":"Romania","Sale":470,"Cost":310,"Date":"6/9/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":240,"Cost":225,"Date":"1/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":806,"Cost":696,"Date":"5/6/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":633,"Cost":328,"Date":"1/18/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":653,"Cost":407,"Date":"4/19/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":977,"Cost":681,"Date":"9/5/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":366,"Cost":318,"Date":"10/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":412,"Cost":329,"Date":"10/29/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Nova","Country":"Romania","Sale":249,"Cost":132,"Date":"3/12/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Nova","Country":"Romania","Sale":99,"Cost":64,"Date":"11/17/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":943,"Cost":676,"Date":"10/8/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":790,"Cost":662,"Date":"9/27/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":654,"Cost":613,"Date":"9/11/2024"},{"Store":"Iulius Mall Suceava","Brand":"ARKET","Country":"Romania","Sale":257,"Cost":227,"Date":"6/28/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":236,"Cost":178,"Date":"11/1/2020"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":495,"Cost":249,"Date":"10/18/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":257,"Cost":241,"Date":"8/4/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":999,"Cost":516,"Date":"5/11/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":533,"Cost":330,"Date":"2/26/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":336,"Cost":212,"Date":"7/8/2023"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":642,"Cost":495,"Date":"12/20/2020"},{"Store":"Grand Arena, Bucharest","Brand":"COS","Country":"Romania","Sale":498,"Cost":408,"Date":"12/28/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"COS","Country":"Romania","Sale":196,"Cost":169,"Date":"11/7/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":284,"Cost":205,"Date":"1/16/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":544,"Cost":397,"Date":"12/23/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":542,"Cost":495,"Date":"3/22/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":428,"Cost":229,"Date":"6/3/2020"},{"Store":"Lotus Center, Oradea","Brand":"COS","Country":"Romania","Sale":154,"Cost":80,"Date":"7/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"COS","Country":"Romania","Sale":713,"Cost":461,"Date":"12/7/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":283,"Cost":142,"Date":"10/20/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":799,"Cost":456,"Date":"7/8/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM","Country":"Romania","Sale":79,"Cost":53,"Date":"6/18/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":290,"Cost":205,"Date":"3/29/2024"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":260,"Cost":229,"Date":"9/24/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":906,"Cost":845,"Date":"5/8/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":305,"Cost":246,"Date":"12/15/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":396,"Cost":294,"Date":"6/10/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":222,"Cost":180,"Date":"11/14/2018"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":965,"Cost":623,"Date":"11/13/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":603,"Cost":560,"Date":"5/23/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":65,"Cost":58,"Date":"7/22/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":145,"Cost":77,"Date":"2/22/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":349,"Cost":212,"Date":"9/23/2024"},{"Store":"Iulius Mall Iași","Brand":"HM Home","Country":"Romania","Sale":210,"Cost":110,"Date":"11/26/2019"},{"Store":"Funshop Park, Timișoara","Brand":"HM","Country":"Romania","Sale":969,"Cost":663,"Date":"1/9/2023"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":162,"Cost":90,"Date":"2/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":221,"Cost":121,"Date":"10/25/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":687,"Cost":474,"Date":"7/29/2019"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":55,"Cost":48,"Date":"7/12/2022"},{"Store":"Shopping City Timișoara","Brand":"Jeans","Country":"Romania","Sale":704,"Cost":410,"Date":"1/20/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":768,"Cost":725,"Date":"7/6/2018"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":623,"Cost":458,"Date":"2/7/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":799,"Cost":465,"Date":"4/25/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":922,"Cost":867,"Date":"12/30/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":278,"Cost":169,"Date":"12/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":608,"Cost":310,"Date":"3/26/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":913,"Cost":537,"Date":"1/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":304,"Cost":223,"Date":"11/14/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":533,"Cost":462,"Date":"10/17/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":564,"Cost":530,"Date":"6/11/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":57,"Cost":51,"Date":"1/9/2020"},{"Store":"Vivo Constanța","Brand":"HM","Country":"Romania","Sale":283,"Cost":194,"Date":"11/26/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":640,"Cost":548,"Date":"7/9/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":481,"Cost":309,"Date":"10/8/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":423,"Date":"4/30/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":609,"Cost":393,"Date":"5/23/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":379,"Cost":264,"Date":"12/8/2018"},{"Store":"European Retail Park Brăila","Brand":"HM","Country":"Romania","Sale":624,"Cost":581,"Date":"10/2/2024"},{"Store":"Vivo Constanța","Brand":"HM","Country":"Romania","Sale":119,"Cost":66,"Date":"4/14/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":626,"Cost":512,"Date":"1/28/2018"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":312,"Cost":205,"Date":"8/29/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":661,"Cost":542,"Date":"9/13/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":980,"Cost":815,"Date":"11/9/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":41,"Cost":31,"Date":"1/6/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":139,"Cost":119,"Date":"9/24/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":751,"Cost":459,"Date":"9/12/2018"},{"Store":"Iulius Town Timișoara","Brand":"Jeans","Country":"Romania","Sale":636,"Cost":462,"Date":"2/16/2023"},{"Store":"Shopping City Timișoara","Brand":"Sellpy","Country":"Romania","Sale":631,"Cost":521,"Date":"11/12/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":241,"Cost":221,"Date":"1/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":765,"Cost":383,"Date":"11/11/2019"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":302,"Cost":169,"Date":"10/25/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM","Country":"Romania","Sale":142,"Cost":108,"Date":"12/25/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":384,"Cost":194,"Date":"4/23/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":871,"Cost":821,"Date":"8/14/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":13,"Cost":6,"Date":"11/26/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":623,"Cost":452,"Date":"4/21/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":206,"Cost":115,"Date":"8/1/2019"},{"Store":"Funshop Park, Timișoara","Brand":"HM","Country":"Romania","Sale":63,"Cost":31,"Date":"3/16/2024"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":873,"Cost":795,"Date":"1/28/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":464,"Cost":441,"Date":"2/22/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":530,"Cost":391,"Date":"11/8/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":343,"Cost":259,"Date":"3/23/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":504,"Cost":339,"Date":"6/16/2023"},{"Store":"European Retail Park Brăila","Brand":"HM","Country":"Romania","Sale":833,"Cost":584,"Date":"5/14/2022"},{"Store":"Promenada, Bucharest","Brand":"COS","Country":"Romania","Sale":924,"Cost":799,"Date":"3/16/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":46,"Cost":40,"Date":"11/18/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":886,"Cost":777,"Date":"8/28/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":597,"Cost":565,"Date":"4/25/2024"},{"Store":"Grand Arena, Bucharest","Brand":"COS","Country":"Romania","Sale":214,"Cost":152,"Date":"6/13/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":239,"Cost":121,"Date":"12/11/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":761,"Cost":679,"Date":"8/28/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":471,"Cost":282,"Date":"1/31/2023"},{"Store":"Vivo Constanța","Brand":"HM","Country":"Romania","Sale":938,"Cost":636,"Date":"2/24/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":869,"Cost":578,"Date":"11/7/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":691,"Cost":655,"Date":"4/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"COS","Country":"Romania","Sale":138,"Cost":103,"Date":"12/30/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":189,"Cost":140,"Date":"5/6/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":578,"Cost":524,"Date":"9/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":273,"Cost":179,"Date":"11/3/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":151,"Date":"6/18/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":646,"Cost":378,"Date":"10/15/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":356,"Cost":284,"Date":"12/25/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":784,"Cost":664,"Date":"4/1/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":943,"Cost":781,"Date":"11/22/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":496,"Cost":340,"Date":"10/3/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":238,"Cost":150,"Date":"8/2/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":636,"Cost":543,"Date":"8/5/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":285,"Cost":180,"Date":"12/30/2018"},{"Store":"European Retail Park Brăila","Brand":"HM Home","Country":"Romania","Sale":800,"Cost":416,"Date":"1/1/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":732,"Cost":631,"Date":"10/5/2023"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":909,"Cost":525,"Date":"10/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":352,"Cost":243,"Date":"5/6/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":280,"Cost":161,"Date":"6/29/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":601,"Cost":475,"Date":"5/11/2020"},{"Store":"European Retail Park Brăila","Brand":"HM","Country":"Romania","Sale":562,"Cost":346,"Date":"7/8/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":151,"Cost":134,"Date":"10/16/2021"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":119,"Cost":67,"Date":"6/17/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":627,"Cost":400,"Date":"5/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Jeans","Country":"Romania","Sale":501,"Cost":424,"Date":"2/16/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":294,"Cost":187,"Date":"5/27/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":206,"Cost":120,"Date":"4/3/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":641,"Cost":609,"Date":"4/24/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":80,"Cost":70,"Date":"6/27/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":630,"Cost":549,"Date":"8/11/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":444,"Cost":245,"Date":"3/25/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":659,"Cost":390,"Date":"3/16/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":268,"Cost":204,"Date":"4/10/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":21,"Cost":16,"Date":"11/22/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":567,"Date":"9/16/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":95,"Cost":82,"Date":"1/22/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":529,"Cost":468,"Date":"10/2/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":205,"Cost":184,"Date":"6/12/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":332,"Cost":169,"Date":"10/6/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":886,"Cost":663,"Date":"5/8/2020"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":362,"Cost":213,"Date":"6/3/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM","Country":"Romania","Sale":548,"Cost":379,"Date":"5/4/2023"},{"Store":"Palas Mall, Iași","Brand":"Jeans","Country":"Romania","Sale":694,"Cost":581,"Date":"7/30/2018"},{"Store":"European Retail Park Brăila","Brand":"Sellpy","Country":"Romania","Sale":587,"Cost":375,"Date":"11/28/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":699,"Cost":440,"Date":"7/12/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":585,"Cost":511,"Date":"12/16/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":325,"Cost":181,"Date":"11/22/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":559,"Cost":312,"Date":"8/31/2018"},{"Store":"Palas Mall, Iași","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":198,"Date":"8/28/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":398,"Cost":214,"Date":"7/28/2022"},{"Store":"Galeria 1, Timișoara","Brand":"HM","Country":"Romania","Sale":548,"Cost":520,"Date":"10/12/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":843,"Cost":430,"Date":"2/7/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":407,"Cost":236,"Date":"8/16/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":491,"Cost":327,"Date":"3/5/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":100,"Cost":91,"Date":"3/18/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":886,"Cost":566,"Date":"2/19/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":19,"Cost":17,"Date":"10/28/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":475,"Cost":238,"Date":"11/29/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":929,"Cost":478,"Date":"7/2/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":657,"Cost":443,"Date":"1/30/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":208,"Cost":183,"Date":"10/22/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":90,"Cost":73,"Date":"8/10/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":653,"Cost":534,"Date":"12/24/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":306,"Cost":240,"Date":"12/1/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":950,"Cost":623,"Date":"1/6/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":190,"Cost":152,"Date":"4/5/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":91,"Cost":86,"Date":"4/5/2020"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":469,"Cost":393,"Date":"6/22/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":531,"Cost":430,"Date":"6/18/2019"},{"Store":"Grand Arena, Bucharest","Brand":"COS","Country":"Romania","Sale":811,"Cost":742,"Date":"5/19/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":810,"Cost":719,"Date":"10/22/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":611,"Cost":525,"Date":"4/2/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":396,"Cost":261,"Date":"8/16/2023"},{"Store":"European Retail Park Brăila","Brand":"HM Home","Country":"Romania","Sale":81,"Cost":69,"Date":"6/8/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":152,"Cost":111,"Date":"7/16/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":900,"Cost":833,"Date":"12/27/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":397,"Cost":344,"Date":"9/22/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":898,"Cost":594,"Date":"2/27/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":678,"Cost":517,"Date":"3/1/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":522,"Cost":386,"Date":"4/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":836,"Cost":655,"Date":"7/25/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":968,"Cost":507,"Date":"8/5/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":962,"Cost":682,"Date":"9/20/2024"},{"Store":"Iulius Town Timișoara","Brand":"Jeans","Country":"Romania","Sale":37,"Cost":20,"Date":"2/4/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":727,"Cost":430,"Date":"7/6/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":440,"Cost":303,"Date":"2/2/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":943,"Cost":758,"Date":"3/19/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":878,"Cost":635,"Date":"7/18/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":574,"Cost":436,"Date":"4/17/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":674,"Cost":433,"Date":"11/27/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":979,"Cost":857,"Date":"8/28/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":292,"Cost":237,"Date":"4/26/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":349,"Cost":272,"Date":"3/17/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":621,"Cost":516,"Date":"5/17/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":477,"Cost":346,"Date":"8/15/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":308,"Cost":248,"Date":"9/20/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":802,"Cost":604,"Date":"7/1/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":69,"Date":"9/15/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":4,"Cost":2,"Date":"11/12/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":499,"Cost":426,"Date":"3/29/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":702,"Cost":633,"Date":"5/11/2023"},{"Store":"Tomis Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":886,"Cost":539,"Date":"9/7/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":359,"Cost":187,"Date":"9/8/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":872,"Cost":580,"Date":"6/25/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":463,"Cost":367,"Date":"10/19/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":263,"Cost":187,"Date":"6/29/2018"},{"Store":"Iulius Mall Timișoara","Brand":"HM Home","Country":"Romania","Sale":424,"Cost":280,"Date":"3/8/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":84,"Cost":74,"Date":"1/25/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":362,"Cost":320,"Date":"2/9/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":192,"Cost":138,"Date":"6/7/2019"},{"Store":"Shopping City Timișoara","Brand":"Jeans","Country":"Romania","Sale":541,"Cost":273,"Date":"9/9/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":438,"Cost":410,"Date":"3/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Jeans","Country":"Romania","Sale":429,"Cost":225,"Date":"2/3/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":58,"Cost":56,"Date":"6/9/2023"},{"Store":"Mega Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":51,"Cost":48,"Date":"11/12/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":72,"Cost":59,"Date":"12/27/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":581,"Cost":333,"Date":"8/24/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":206,"Cost":108,"Date":"3/10/2018"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":784,"Cost":548,"Date":"12/19/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":719,"Cost":453,"Date":"4/5/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":969,"Cost":888,"Date":"2/14/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":664,"Cost":606,"Date":"4/17/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":225,"Cost":196,"Date":"6/22/2019"},{"Store":"Funshop Park, Timișoara","Brand":"COS","Country":"Romania","Sale":480,"Cost":375,"Date":"10/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":467,"Date":"7/25/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":485,"Date":"8/30/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":195,"Cost":157,"Date":"6/12/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":838,"Cost":471,"Date":"4/1/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":594,"Cost":479,"Date":"1/23/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":572,"Cost":324,"Date":"6/6/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":822,"Cost":632,"Date":"10/7/2020"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":596,"Cost":407,"Date":"7/9/2018"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":297,"Cost":166,"Date":"9/22/2021"},{"Store":"Mega Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":744,"Cost":445,"Date":"5/11/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":146,"Cost":75,"Date":"11/3/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":51,"Cost":31,"Date":"9/4/2023"},{"Store":"Lotus Center, Oradea","Brand":"Sellpy","Country":"Romania","Sale":52,"Cost":33,"Date":"8/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":769,"Cost":721,"Date":"6/21/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":716,"Cost":585,"Date":"10/30/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":184,"Cost":107,"Date":"2/20/2021"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":478,"Cost":360,"Date":"1/30/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":544,"Date":"2/21/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":325,"Cost":165,"Date":"5/19/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM","Country":"Romania","Sale":919,"Cost":846,"Date":"5/22/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":126,"Date":"10/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"HM Home","Country":"Romania","Sale":851,"Cost":774,"Date":"2/14/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":420,"Cost":376,"Date":"3/11/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":832,"Cost":773,"Date":"1/6/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":317,"Date":"4/5/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":438,"Cost":341,"Date":"2/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":138,"Cost":71,"Date":"9/13/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":871,"Cost":583,"Date":"7/31/2020"},{"Store":"European Retail Park Brăila","Brand":"HM Home","Country":"Romania","Sale":292,"Cost":258,"Date":"11/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":95,"Cost":61,"Date":"5/26/2019"},{"Store":"Vivo Constanța","Brand":"HM","Country":"Romania","Sale":631,"Cost":464,"Date":"9/27/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":281,"Cost":161,"Date":"6/7/2021"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":260,"Cost":221,"Date":"1/11/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":238,"Cost":208,"Date":"6/27/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":885,"Cost":467,"Date":"7/31/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":49,"Cost":34,"Date":"11/7/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":192,"Cost":161,"Date":"9/1/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":132,"Cost":81,"Date":"4/3/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":858,"Cost":798,"Date":"7/3/2018"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":354,"Date":"10/2/2022"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":401,"Cost":210,"Date":"4/20/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":620,"Cost":565,"Date":"6/1/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":482,"Date":"2/12/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":144,"Cost":131,"Date":"2/2/2022"},{"Store":"Promenada, Bucharest","Brand":"HM","Country":"Romania","Sale":313,"Cost":271,"Date":"11/24/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":639,"Cost":422,"Date":"11/10/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":528,"Cost":361,"Date":"5/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":936,"Cost":865,"Date":"7/19/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":994,"Cost":738,"Date":"3/16/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":947,"Cost":870,"Date":"2/22/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":395,"Date":"11/24/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":848,"Cost":597,"Date":"3/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":830,"Cost":616,"Date":"4/18/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":8,"Cost":5,"Date":"10/6/2022"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":960,"Cost":496,"Date":"1/5/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":426,"Cost":314,"Date":"10/31/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":472,"Cost":350,"Date":"4/29/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":538,"Cost":301,"Date":"12/9/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":842,"Cost":566,"Date":"11/20/2021"},{"Store":"Promenada, Bucharest","Brand":"COS","Country":"Romania","Sale":110,"Cost":57,"Date":"11/11/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":145,"Cost":110,"Date":"12/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Nova","Country":"Romania","Sale":511,"Cost":401,"Date":"8/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":6,"Cost":3,"Date":"6/22/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":677,"Date":"9/16/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM Home","Country":"Romania","Sale":485,"Cost":404,"Date":"3/17/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"HM Home","Country":"Romania","Sale":771,"Cost":468,"Date":"4/7/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":561,"Cost":429,"Date":"2/4/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":762,"Date":"12/1/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":477,"Cost":244,"Date":"10/14/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":665,"Cost":406,"Date":"12/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":90,"Date":"2/2/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":830,"Cost":734,"Date":"7/5/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":262,"Cost":243,"Date":"1/31/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":376,"Cost":342,"Date":"11/28/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":600,"Cost":509,"Date":"10/24/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":677,"Cost":393,"Date":"1/31/2021"},{"Store":"Tomis Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":828,"Cost":531,"Date":"1/8/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":247,"Cost":149,"Date":"2/27/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":5,"Cost":3,"Date":"1/2/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":228,"Cost":204,"Date":"6/5/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":994,"Cost":821,"Date":"10/23/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":73,"Cost":61,"Date":"2/19/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":555,"Cost":389,"Date":"9/28/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":454,"Cost":337,"Date":"8/22/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":345,"Cost":226,"Date":"6/9/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":476,"Cost":349,"Date":"8/12/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":366,"Cost":332,"Date":"5/25/2021"},{"Store":"Funshop Park, Timișoara","Brand":"HM Home","Country":"Romania","Sale":852,"Cost":565,"Date":"9/30/2023"},{"Store":"Iulius Town Timișoara","Brand":"Jeans","Country":"Romania","Sale":573,"Cost":520,"Date":"12/19/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":332,"Cost":178,"Date":"6/13/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":941,"Cost":620,"Date":"10/3/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":880,"Cost":471,"Date":"3/15/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":479,"Cost":282,"Date":"1/8/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":201,"Cost":149,"Date":"11/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":316,"Date":"3/9/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":602,"Cost":447,"Date":"1/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":164,"Cost":85,"Date":"9/29/2023"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":982,"Cost":650,"Date":"10/29/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":990,"Cost":743,"Date":"3/26/2020"},{"Store":"Tomis Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":498,"Date":"8/19/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":854,"Cost":607,"Date":"4/24/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Nova","Country":"Romania","Sale":618,"Cost":316,"Date":"11/4/2019"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":422,"Cost":311,"Date":"11/11/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":190,"Cost":173,"Date":"5/8/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":908,"Cost":795,"Date":"8/12/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":311,"Cost":253,"Date":"1/2/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":636,"Cost":406,"Date":"5/15/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":996,"Cost":585,"Date":"11/25/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":17,"Cost":16,"Date":"9/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":69,"Cost":52,"Date":"1/6/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":276,"Cost":212,"Date":"2/6/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Jeans","Country":"Romania","Sale":238,"Cost":226,"Date":"10/3/2023"},{"Store":"Promenada, Bucharest","Brand":"COS","Country":"Romania","Sale":553,"Cost":455,"Date":"1/24/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":869,"Cost":447,"Date":"8/12/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":417,"Cost":330,"Date":"3/4/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":878,"Date":"12/31/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":645,"Cost":542,"Date":"1/3/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":70,"Cost":41,"Date":"9/22/2018"},{"Store":"Iulius Mall Iași","Brand":"Nova","Country":"Romania","Sale":960,"Cost":886,"Date":"2/10/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":295,"Cost":212,"Date":"11/30/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":90,"Cost":69,"Date":"9/23/2020"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":915,"Cost":561,"Date":"8/5/2024"},{"Store":"Vivo Constanța","Brand":"Sellpy","Country":"Romania","Sale":834,"Cost":496,"Date":"7/30/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":613,"Cost":337,"Date":"7/20/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":702,"Cost":471,"Date":"12/8/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":993,"Cost":508,"Date":"4/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":715,"Cost":661,"Date":"10/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Sellpy","Country":"Romania","Sale":296,"Cost":272,"Date":"5/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"HM Home","Country":"Romania","Sale":297,"Cost":169,"Date":"2/5/2024"},{"Store":"Mega Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":257,"Cost":145,"Date":"6/23/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":64,"Cost":37,"Date":"10/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":731,"Cost":507,"Date":"7/26/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":739,"Cost":480,"Date":"8/18/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"COS","Country":"Romania","Sale":417,"Cost":356,"Date":"2/19/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":880,"Cost":708,"Date":"4/8/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":393,"Cost":338,"Date":"2/4/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":776,"Cost":452,"Date":"8/22/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":947,"Cost":798,"Date":"4/10/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":544,"Cost":279,"Date":"1/6/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":665,"Cost":497,"Date":"11/15/2019"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":637,"Cost":381,"Date":"10/1/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":188,"Cost":104,"Date":"12/31/2018"},{"Store":"Whitgift, Croydon","Brand":"COS","Country":"UK","Sale":513,"Cost":421,"Date":"2/11/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":583,"Cost":318,"Date":"1/2/2018"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":674,"Cost":444,"Date":"7/6/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":568,"Cost":339,"Date":"12/5/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":941,"Cost":502,"Date":"8/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":96,"Cost":72,"Date":"3/2/2019"},{"Store":"Arndale Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":562,"Cost":442,"Date":"2/3/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":527,"Cost":421,"Date":"1/7/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":111,"Cost":86,"Date":"10/24/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":50,"Cost":47,"Date":"1/18/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":849,"Cost":578,"Date":"2/15/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":914,"Cost":800,"Date":"11/2/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Nova","Country":"UK","Sale":595,"Cost":558,"Date":"7/25/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":314,"Cost":252,"Date":"1/8/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":524,"Cost":385,"Date":"8/26/2018"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":814,"Cost":703,"Date":"6/20/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":448,"Cost":239,"Date":"8/25/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":460,"Cost":389,"Date":"6/3/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM","Country":"UK","Sale":198,"Cost":109,"Date":"9/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":142,"Cost":99,"Date":"10/31/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":576,"Cost":491,"Date":"2/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":701,"Cost":451,"Date":"12/24/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":465,"Cost":390,"Date":"5/1/2019"},{"Store":"Arndale Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":886,"Cost":748,"Date":"6/17/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"HM","Country":"UK","Sale":864,"Cost":446,"Date":"7/19/2023"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":594,"Cost":544,"Date":"11/30/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":30,"Cost":22,"Date":"6/19/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":204,"Cost":191,"Date":"9/29/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"COS","Country":"UK","Sale":801,"Cost":680,"Date":"7/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":159,"Cost":107,"Date":"10/23/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":78,"Cost":74,"Date":"10/15/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":718,"Cost":484,"Date":"1/25/2022"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":156,"Cost":119,"Date":"2/14/2018"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":172,"Cost":88,"Date":"3/16/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":609,"Cost":493,"Date":"6/30/2018"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":128,"Cost":117,"Date":"11/2/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Jeans","Country":"UK","Sale":61,"Cost":56,"Date":"10/19/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":145,"Cost":90,"Date":"10/16/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":371,"Cost":227,"Date":"10/19/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":457,"Cost":314,"Date":"5/19/2024"},{"Store":"Bluewater, Greenhithe","Brand":"COS","Country":"UK","Sale":888,"Cost":466,"Date":"10/5/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":512,"Date":"3/22/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":338,"Cost":272,"Date":"12/9/2024"},{"Store":"Bluewater, Greenhithe","Brand":"COS","Country":"UK","Sale":623,"Cost":449,"Date":"7/23/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":860,"Cost":597,"Date":"11/3/2018"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":111,"Cost":89,"Date":"8/30/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":638,"Cost":572,"Date":"6/4/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":608,"Cost":438,"Date":"11/29/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":389,"Cost":313,"Date":"2/26/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":721,"Cost":627,"Date":"9/24/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":762,"Cost":660,"Date":"8/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"HM Home","Country":"UK","Sale":240,"Cost":139,"Date":"11/15/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":228,"Cost":189,"Date":"1/11/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":806,"Cost":636,"Date":"9/28/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":66,"Cost":47,"Date":"5/11/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"HM Home","Country":"UK","Sale":666,"Cost":455,"Date":"2/9/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Sellpy","Country":"UK","Sale":433,"Cost":228,"Date":"7/19/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":445,"Cost":350,"Date":"12/13/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":187,"Cost":166,"Date":"1/23/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":128,"Cost":108,"Date":"4/10/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"HM","Country":"UK","Sale":7,"Cost":6,"Date":"9/10/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Nova","Country":"UK","Sale":993,"Cost":696,"Date":"11/27/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":332,"Cost":228,"Date":"3/13/2018"},{"Store":"The Centre, Livingston","Brand":"HM Home","Country":"UK","Sale":66,"Cost":54,"Date":"9/28/2018"},{"Store":"Trinity Leeds","Brand":"Nova","Country":"UK","Sale":469,"Cost":443,"Date":"12/9/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":265,"Cost":183,"Date":"7/14/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":339,"Cost":251,"Date":"7/21/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":219,"Cost":128,"Date":"1/1/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":898,"Cost":514,"Date":"11/16/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":42,"Cost":31,"Date":"4/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":595,"Cost":481,"Date":"7/27/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":988,"Cost":822,"Date":"12/10/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":382,"Cost":359,"Date":"9/15/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":663,"Cost":480,"Date":"9/27/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"ARKET","Country":"UK","Sale":512,"Cost":313,"Date":"5/8/2021"},{"Store":"Bluewater, Greenhithe","Brand":"COS","Country":"UK","Sale":292,"Cost":164,"Date":"10/28/2022"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":470,"Cost":396,"Date":"7/10/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":659,"Cost":582,"Date":"7/12/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":976,"Cost":819,"Date":"6/22/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":293,"Cost":197,"Date":"3/30/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":666,"Cost":412,"Date":"11/19/2018"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":99,"Cost":56,"Date":"9/2/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":764,"Cost":606,"Date":"8/9/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":34,"Cost":22,"Date":"4/24/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":414,"Cost":392,"Date":"11/10/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":367,"Cost":344,"Date":"10/19/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":466,"Cost":322,"Date":"11/17/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":895,"Cost":531,"Date":"12/24/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":53,"Cost":34,"Date":"9/1/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":104,"Cost":93,"Date":"7/4/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":722,"Cost":461,"Date":"2/16/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":586,"Cost":479,"Date":"12/16/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":551,"Cost":280,"Date":"1/30/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":425,"Cost":329,"Date":"11/9/2021"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":745,"Cost":585,"Date":"9/24/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":156,"Cost":84,"Date":"7/23/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":661,"Cost":583,"Date":"5/22/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":997,"Cost":839,"Date":"11/26/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":590,"Cost":422,"Date":"10/10/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":226,"Cost":143,"Date":"8/12/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"COS","Country":"UK","Sale":108,"Cost":66,"Date":"5/28/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":411,"Cost":299,"Date":"5/7/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":150,"Cost":117,"Date":"1/20/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":151,"Cost":127,"Date":"9/24/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":370,"Cost":273,"Date":"10/14/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":98,"Cost":92,"Date":"2/12/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":125,"Cost":65,"Date":"6/13/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":515,"Cost":347,"Date":"1/14/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":41,"Cost":28,"Date":"2/27/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":704,"Cost":470,"Date":"3/3/2020"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":214,"Cost":139,"Date":"6/14/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Sellpy","Country":"UK","Sale":782,"Cost":437,"Date":"11/8/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":623,"Cost":532,"Date":"9/27/2018"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":930,"Cost":498,"Date":"5/19/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":174,"Cost":161,"Date":"9/5/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":883,"Cost":515,"Date":"7/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":662,"Cost":474,"Date":"7/11/2019"},{"Store":"Silverburn, Glasgow","Brand":"Nova","Country":"UK","Sale":405,"Cost":359,"Date":"12/29/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":122,"Cost":75,"Date":"11/30/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":637,"Cost":498,"Date":"5/27/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":508,"Cost":407,"Date":"6/19/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":319,"Cost":284,"Date":"4/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":43,"Cost":25,"Date":"5/9/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":758,"Cost":564,"Date":"5/19/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":377,"Cost":218,"Date":"4/15/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":726,"Cost":442,"Date":"7/20/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":600,"Cost":440,"Date":"7/15/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":1,"Cost":1,"Date":"2/10/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":908,"Cost":726,"Date":"5/30/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":412,"Cost":305,"Date":"3/6/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":533,"Cost":289,"Date":"4/15/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":15,"Cost":7,"Date":"4/2/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":25,"Cost":19,"Date":"10/16/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":152,"Cost":91,"Date":"9/16/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":580,"Cost":536,"Date":"4/6/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":789,"Cost":679,"Date":"8/11/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":482,"Cost":317,"Date":"1/29/2023"},{"Store":"Whitgift, Croydon","Brand":"COS","Country":"UK","Sale":151,"Cost":78,"Date":"4/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":308,"Cost":262,"Date":"7/15/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":105,"Cost":98,"Date":"12/16/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":283,"Cost":163,"Date":"8/23/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":678,"Cost":379,"Date":"7/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM","Country":"UK","Sale":230,"Cost":168,"Date":"11/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":309,"Cost":182,"Date":"3/25/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":232,"Cost":170,"Date":"8/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":124,"Cost":90,"Date":"1/6/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":531,"Cost":298,"Date":"8/14/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":323,"Cost":224,"Date":"2/18/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":195,"Cost":166,"Date":"12/26/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":835,"Cost":626,"Date":"1/7/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":342,"Cost":180,"Date":"9/11/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":11,"Cost":7,"Date":"2/10/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":904,"Cost":549,"Date":"7/10/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":110,"Cost":68,"Date":"11/4/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":579,"Cost":516,"Date":"11/13/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":961,"Cost":868,"Date":"2/24/2021"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":343,"Cost":272,"Date":"3/23/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM Home","Country":"UK","Sale":846,"Cost":771,"Date":"7/22/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM Home","Country":"UK","Sale":173,"Cost":99,"Date":"8/4/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":296,"Cost":275,"Date":"10/22/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":433,"Cost":314,"Date":"12/29/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":95,"Cost":88,"Date":"7/24/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"COS","Country":"UK","Sale":636,"Cost":324,"Date":"2/11/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"ARKET","Country":"UK","Sale":155,"Cost":100,"Date":"12/9/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":868,"Cost":724,"Date":"12/2/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":238,"Cost":194,"Date":"3/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":526,"Cost":410,"Date":"4/14/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":457,"Cost":380,"Date":"5/27/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":213,"Cost":126,"Date":"6/21/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":403,"Cost":320,"Date":"3/13/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"HM Home","Country":"UK","Sale":445,"Cost":265,"Date":"10/30/2018"},{"Store":"Whitgift, Croydon","Brand":"HM Home","Country":"UK","Sale":641,"Cost":503,"Date":"8/21/2021"},{"Store":"Eldon Square, Newcastle","Brand":"ARKET","Country":"UK","Sale":473,"Cost":350,"Date":"1/17/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":568,"Cost":504,"Date":"10/22/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Jeans","Country":"UK","Sale":243,"Cost":190,"Date":"4/18/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":516,"Cost":336,"Date":"7/4/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":390,"Cost":281,"Date":"11/17/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":390,"Cost":242,"Date":"9/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":788,"Cost":506,"Date":"2/19/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":600,"Cost":502,"Date":"6/20/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":367,"Cost":216,"Date":"5/27/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":387,"Cost":350,"Date":"7/2/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":62,"Cost":37,"Date":"11/19/2021"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":451,"Cost":298,"Date":"5/15/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":623,"Cost":592,"Date":"1/31/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":493,"Cost":299,"Date":"4/29/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":934,"Cost":499,"Date":"9/13/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":238,"Cost":119,"Date":"10/21/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":86,"Cost":56,"Date":"6/27/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":72,"Cost":38,"Date":"5/7/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":550,"Cost":329,"Date":"3/3/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":702,"Cost":377,"Date":"10/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Sellpy","Country":"UK","Sale":419,"Cost":321,"Date":"5/22/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":617,"Cost":371,"Date":"8/1/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Nova","Country":"UK","Sale":998,"Cost":646,"Date":"2/16/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM Home","Country":"UK","Sale":272,"Cost":218,"Date":"9/14/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":990,"Cost":796,"Date":"3/13/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Sellpy","Country":"UK","Sale":1000,"Cost":762,"Date":"9/8/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM Home","Country":"UK","Sale":676,"Cost":366,"Date":"3/26/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":140,"Cost":97,"Date":"7/1/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":43,"Cost":24,"Date":"1/16/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":831,"Cost":767,"Date":"9/15/2023"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":718,"Cost":439,"Date":"9/27/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":331,"Cost":239,"Date":"2/3/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":598,"Cost":407,"Date":"12/20/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":514,"Cost":289,"Date":"6/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Nova","Country":"UK","Sale":434,"Cost":320,"Date":"3/11/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":802,"Cost":685,"Date":"7/11/2018"},{"Store":"Whitgift, Croydon","Brand":"COS","Country":"UK","Sale":726,"Cost":679,"Date":"3/14/2021"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":790,"Cost":538,"Date":"5/14/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":481,"Cost":441,"Date":"8/4/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":435,"Cost":373,"Date":"7/26/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":203,"Cost":181,"Date":"2/2/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":226,"Date":"11/12/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":634,"Cost":359,"Date":"7/10/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":724,"Cost":524,"Date":"6/23/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"ARKET","Country":"UK","Sale":722,"Cost":615,"Date":"3/1/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":703,"Cost":475,"Date":"10/23/2020"},{"Store":"The Quays, Salford","Brand":"COS","Country":"UK","Sale":741,"Cost":592,"Date":"5/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM Home","Country":"UK","Sale":99,"Cost":83,"Date":"2/28/2018"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":280,"Cost":185,"Date":"9/13/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":997,"Cost":694,"Date":"7/1/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":242,"Cost":171,"Date":"7/4/2021"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":963,"Cost":800,"Date":"10/17/2020"},{"Store":"The Centre, Livingston","Brand":"HM Home","Country":"UK","Sale":761,"Cost":625,"Date":"4/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":892,"Cost":482,"Date":"9/6/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":750,"Cost":529,"Date":"6/9/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":739,"Cost":531,"Date":"3/29/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":294,"Cost":190,"Date":"11/26/2023"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":805,"Cost":736,"Date":"8/9/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":24,"Cost":23,"Date":"7/13/2021"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":788,"Cost":736,"Date":"1/29/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":365,"Cost":303,"Date":"1/8/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":753,"Cost":487,"Date":"4/1/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":817,"Cost":740,"Date":"1/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"COS","Country":"UK","Sale":720,"Cost":620,"Date":"3/23/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":285,"Cost":201,"Date":"1/6/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":232,"Cost":128,"Date":"8/19/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":325,"Cost":226,"Date":"5/14/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":404,"Cost":329,"Date":"6/9/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":870,"Cost":809,"Date":"1/26/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":771,"Cost":506,"Date":"11/12/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":649,"Cost":550,"Date":"10/18/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Nova","Country":"UK","Sale":666,"Cost":449,"Date":"9/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":102,"Cost":70,"Date":"2/25/2019"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":421,"Cost":225,"Date":"2/27/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":309,"Cost":162,"Date":"6/11/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":651,"Cost":555,"Date":"7/1/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":145,"Cost":119,"Date":"6/27/2018"},{"Store":"Silverburn, Glasgow","Brand":"COS","Country":"UK","Sale":4,"Cost":4,"Date":"6/27/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Nova","Country":"UK","Sale":707,"Cost":506,"Date":"8/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":396,"Cost":203,"Date":"2/22/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":333,"Cost":175,"Date":"5/12/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"ARKET","Country":"UK","Sale":255,"Cost":201,"Date":"7/11/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"COS","Country":"UK","Sale":71,"Cost":42,"Date":"1/20/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":70,"Cost":60,"Date":"8/19/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":707,"Cost":391,"Date":"7/19/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":364,"Cost":337,"Date":"10/11/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":106,"Cost":98,"Date":"3/16/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":380,"Cost":296,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":18,"Cost":9,"Date":"7/15/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":903,"Cost":819,"Date":"2/23/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":543,"Cost":420,"Date":"3/18/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":910,"Cost":780,"Date":"3/6/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":406,"Cost":354,"Date":"4/2/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":576,"Cost":356,"Date":"3/21/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"COS","Country":"UK","Sale":907,"Cost":807,"Date":"10/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":44,"Cost":40,"Date":"6/30/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":358,"Cost":329,"Date":"11/14/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":295,"Cost":254,"Date":"3/29/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":876,"Cost":760,"Date":"1/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"Nova","Country":"UK","Sale":730,"Cost":648,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":820,"Cost":524,"Date":"5/17/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":595,"Cost":504,"Date":"12/14/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":403,"Cost":239,"Date":"1/11/2022"},{"Store":"The Mailbox, Birmingham","Brand":"COS","Country":"UK","Sale":855,"Cost":761,"Date":"5/23/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":50,"Cost":42,"Date":"6/15/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":67,"Cost":53,"Date":"5/30/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":731,"Cost":675,"Date":"10/8/2020"},{"Store":"The Mailbox, Birmingham","Brand":"COS","Country":"UK","Sale":93,"Cost":62,"Date":"9/4/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":279,"Cost":261,"Date":"4/18/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":105,"Cost":66,"Date":"1/3/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":385,"Cost":323,"Date":"7/17/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":281,"Cost":171,"Date":"6/1/2020"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":141,"Cost":86,"Date":"8/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":67,"Cost":64,"Date":"5/22/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM","Country":"UK","Sale":528,"Cost":363,"Date":"11/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":487,"Cost":280,"Date":"1/28/2021"},{"Store":"The Centre, Livingston","Brand":"Jeans","Country":"UK","Sale":300,"Cost":154,"Date":"12/17/2020"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":233,"Cost":206,"Date":"12/5/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":822,"Cost":443,"Date":"2/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":432,"Cost":303,"Date":"6/27/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":507,"Cost":420,"Date":"6/9/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":439,"Cost":249,"Date":"8/19/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM","Country":"UK","Sale":850,"Cost":492,"Date":"9/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":194,"Cost":153,"Date":"1/15/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":727,"Cost":454,"Date":"9/11/2022"},{"Store":"Eldon Square, Newcastle","Brand":"ARKET","Country":"UK","Sale":140,"Cost":102,"Date":"4/29/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM Home","Country":"UK","Sale":566,"Cost":534,"Date":"6/29/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM","Country":"UK","Sale":415,"Cost":391,"Date":"4/21/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":373,"Cost":240,"Date":"1/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":88,"Cost":81,"Date":"1/30/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":269,"Cost":171,"Date":"9/5/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":794,"Cost":512,"Date":"6/19/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":636,"Cost":450,"Date":"5/14/2018"},{"Store":"Trinity Leeds","Brand":"Nova","Country":"UK","Sale":57,"Cost":32,"Date":"12/17/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Nova","Country":"UK","Sale":218,"Cost":159,"Date":"3/4/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":135,"Cost":90,"Date":"3/24/2019"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":483,"Cost":401,"Date":"4/14/2019"},{"Store":"Cabot Circus, Bristol","Brand":"ARKET","Country":"UK","Sale":105,"Cost":83,"Date":"3/10/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":362,"Cost":330,"Date":"12/14/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":865,"Cost":806,"Date":"11/30/2023"},{"Store":"The Mailbox, Birmingham","Brand":"COS","Country":"UK","Sale":835,"Cost":718,"Date":"2/10/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"ARKET","Country":"UK","Sale":947,"Cost":521,"Date":"9/12/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":419,"Cost":234,"Date":"9/1/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":752,"Cost":573,"Date":"7/5/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":229,"Cost":120,"Date":"6/18/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":232,"Cost":183,"Date":"10/8/2024"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":503,"Cost":357,"Date":"7/15/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":690,"Cost":417,"Date":"11/15/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":99,"Cost":50,"Date":"8/6/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":311,"Cost":173,"Date":"2/14/2018"},{"Store":"Silverburn, Glasgow","Brand":"Nova","Country":"UK","Sale":608,"Cost":350,"Date":"7/22/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":653,"Cost":369,"Date":"5/22/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"COS","Country":"UK","Sale":42,"Cost":28,"Date":"10/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":869,"Cost":629,"Date":"4/15/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":875,"Cost":577,"Date":"7/6/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":537,"Cost":335,"Date":"6/9/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":656,"Cost":580,"Date":"4/6/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":132,"Cost":86,"Date":"3/29/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":94,"Cost":70,"Date":"3/27/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":209,"Cost":186,"Date":"7/20/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":731,"Cost":566,"Date":"3/6/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":864,"Cost":710,"Date":"3/12/2023"},{"Store":"The Centre, Livingston","Brand":"HM Home","Country":"UK","Sale":456,"Cost":391,"Date":"6/25/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":979,"Cost":498,"Date":"7/10/2021"},{"Store":"Oxford Street Malls, London","Brand":"ARKET","Country":"UK","Sale":119,"Cost":65,"Date":"2/16/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":308,"Cost":283,"Date":"12/24/2019"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":11,"Cost":10,"Date":"4/26/2024"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":720,"Cost":455,"Date":"2/20/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":635,"Cost":334,"Date":"1/10/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":746,"Cost":509,"Date":"9/25/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":243,"Cost":129,"Date":"2/4/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":556,"Cost":387,"Date":"3/13/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":624,"Cost":325,"Date":"6/21/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":871,"Cost":702,"Date":"4/10/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":830,"Cost":759,"Date":"2/4/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":968,"Cost":671,"Date":"8/25/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":438,"Cost":263,"Date":"8/17/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":793,"Cost":569,"Date":"1/21/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":1,"Cost":1,"Date":"11/23/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":516,"Cost":352,"Date":"4/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":453,"Cost":420,"Date":"3/22/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":682,"Cost":522,"Date":"10/2/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":297,"Cost":229,"Date":"1/15/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":915,"Cost":491,"Date":"8/16/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":725,"Cost":365,"Date":"10/17/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":60,"Cost":45,"Date":"6/10/2023"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":624,"Cost":376,"Date":"10/17/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":561,"Cost":430,"Date":"2/8/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":261,"Cost":154,"Date":"8/28/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":258,"Cost":169,"Date":"6/13/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":512,"Cost":368,"Date":"9/3/2024"},{"Store":"Cabot Circus, Bristol","Brand":"ARKET","Country":"UK","Sale":160,"Cost":116,"Date":"4/25/2024"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":655,"Cost":498,"Date":"9/25/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":717,"Cost":610,"Date":"9/6/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Nova","Country":"UK","Sale":236,"Cost":203,"Date":"9/14/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":517,"Cost":324,"Date":"5/20/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":929,"Cost":729,"Date":"2/9/2020"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":577,"Cost":497,"Date":"10/10/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":819,"Cost":418,"Date":"8/30/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"ARKET","Country":"UK","Sale":795,"Cost":551,"Date":"8/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":415,"Cost":315,"Date":"8/15/2021"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":257,"Cost":141,"Date":"2/2/2019"},{"Store":"The Quays, Salford","Brand":"COS","Country":"UK","Sale":226,"Cost":123,"Date":"2/18/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":220,"Cost":177,"Date":"11/15/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":638,"Cost":508,"Date":"7/12/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":580,"Cost":530,"Date":"7/16/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":884,"Cost":726,"Date":"8/30/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":724,"Cost":665,"Date":"7/1/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Nova","Country":"UK","Sale":30,"Cost":19,"Date":"4/5/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":625,"Cost":375,"Date":"12/21/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":496,"Cost":261,"Date":"8/18/2018"},{"Store":"Trinity Leeds","Brand":"Nova","Country":"UK","Sale":553,"Cost":523,"Date":"8/2/2018"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":1,"Cost":0,"Date":"8/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":656,"Cost":373,"Date":"4/10/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":36,"Cost":24,"Date":"12/14/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":536,"Cost":327,"Date":"4/19/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Nova","Country":"UK","Sale":548,"Cost":423,"Date":"11/12/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"ARKET","Country":"UK","Sale":153,"Cost":131,"Date":"2/28/2020"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":820,"Cost":665,"Date":"4/24/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM","Country":"UK","Sale":963,"Cost":704,"Date":"12/11/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Sellpy","Country":"UK","Sale":507,"Cost":309,"Date":"5/12/2019"},{"Store":"Whitgift, Croydon","Brand":"COS","Country":"UK","Sale":291,"Cost":268,"Date":"11/13/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":588,"Cost":501,"Date":"2/7/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":641,"Cost":591,"Date":"6/21/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":537,"Cost":296,"Date":"8/26/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":335,"Cost":179,"Date":"7/12/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":727,"Cost":643,"Date":"2/7/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM","Country":"UK","Sale":584,"Cost":344,"Date":"9/17/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":390,"Cost":280,"Date":"10/3/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":4,"Cost":2,"Date":"1/12/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":39,"Cost":28,"Date":"6/9/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":572,"Cost":418,"Date":"6/1/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":180,"Cost":139,"Date":"12/17/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":670,"Cost":418,"Date":"8/28/2023"},{"Store":"Whitgift, Croydon","Brand":"HM Home","Country":"UK","Sale":715,"Cost":357,"Date":"6/5/2018"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":414,"Cost":331,"Date":"11/30/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":705,"Cost":620,"Date":"8/5/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":996,"Cost":760,"Date":"5/4/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":688,"Cost":365,"Date":"12/5/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":444,"Cost":402,"Date":"3/7/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":149,"Cost":108,"Date":"6/5/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":869,"Cost":636,"Date":"11/19/2019"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":867,"Cost":556,"Date":"2/3/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":1000,"Cost":527,"Date":"2/2/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"COS","Country":"UK","Sale":36,"Cost":32,"Date":"7/31/2019"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":899,"Cost":503,"Date":"4/6/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":789,"Cost":509,"Date":"11/5/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":823,"Cost":594,"Date":"1/12/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":152,"Cost":86,"Date":"9/27/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":962,"Cost":671,"Date":"1/31/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":211,"Cost":106,"Date":"2/6/2021"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":954,"Cost":712,"Date":"12/24/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":426,"Cost":369,"Date":"6/22/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"ARKET","Country":"UK","Sale":321,"Cost":214,"Date":"10/23/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":539,"Cost":366,"Date":"5/20/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":673,"Cost":442,"Date":"5/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":622,"Cost":325,"Date":"12/17/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Sellpy","Country":"UK","Sale":377,"Cost":357,"Date":"9/22/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":310,"Cost":236,"Date":"8/24/2020"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":285,"Cost":209,"Date":"4/29/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":380,"Cost":251,"Date":"1/15/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":939,"Cost":748,"Date":"6/8/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":829,"Cost":583,"Date":"4/29/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"HM Home","Country":"UK","Sale":953,"Cost":643,"Date":"4/19/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":252,"Cost":205,"Date":"11/6/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":729,"Cost":409,"Date":"1/12/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":670,"Cost":558,"Date":"10/12/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":356,"Cost":280,"Date":"8/19/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":583,"Cost":299,"Date":"11/19/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":306,"Cost":200,"Date":"2/27/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":207,"Cost":154,"Date":"2/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":236,"Cost":207,"Date":"10/8/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":323,"Cost":305,"Date":"8/3/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Nova","Country":"UK","Sale":461,"Cost":324,"Date":"5/28/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":228,"Cost":158,"Date":"6/8/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":974,"Cost":803,"Date":"12/25/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":101,"Cost":86,"Date":"5/23/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":675,"Cost":372,"Date":"7/16/2020"},{"Store":"Westfield London","Brand":"ARKET","Country":"UK","Sale":34,"Cost":17,"Date":"12/23/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":870,"Cost":527,"Date":"12/16/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":401,"Cost":237,"Date":"7/8/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Sellpy","Country":"UK","Sale":785,"Cost":400,"Date":"8/16/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":792,"Cost":653,"Date":"12/24/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":204,"Cost":182,"Date":"2/18/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":497,"Cost":469,"Date":"3/15/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":796,"Cost":519,"Date":"2/17/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":689,"Cost":349,"Date":"1/29/2020"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":855,"Cost":688,"Date":"7/31/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"ARKET","Country":"UK","Sale":562,"Cost":471,"Date":"8/27/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":492,"Cost":416,"Date":"7/19/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":991,"Cost":785,"Date":"10/22/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"COS","Country":"UK","Sale":549,"Cost":504,"Date":"9/10/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":535,"Cost":374,"Date":"2/5/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":357,"Cost":315,"Date":"10/14/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":864,"Cost":585,"Date":"9/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":81,"Cost":53,"Date":"5/16/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":155,"Cost":144,"Date":"2/6/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":964,"Cost":708,"Date":"9/7/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":145,"Cost":133,"Date":"2/24/2018"},{"Store":"The Centre, Livingston","Brand":"HM Home","Country":"UK","Sale":717,"Cost":457,"Date":"12/17/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":641,"Cost":571,"Date":"9/25/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":117,"Cost":92,"Date":"9/25/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":281,"Cost":223,"Date":"12/20/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":722,"Cost":661,"Date":"7/3/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":642,"Cost":398,"Date":"4/2/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":411,"Cost":217,"Date":"12/14/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":196,"Cost":136,"Date":"4/25/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":487,"Cost":324,"Date":"1/31/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":814,"Cost":748,"Date":"5/14/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":226,"Cost":201,"Date":"1/8/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":156,"Cost":97,"Date":"5/21/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"COS","Country":"UK","Sale":77,"Cost":70,"Date":"5/23/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":601,"Cost":369,"Date":"12/31/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":71,"Cost":63,"Date":"8/7/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":804,"Cost":554,"Date":"6/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":865,"Cost":810,"Date":"11/4/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":171,"Cost":132,"Date":"1/28/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":80,"Cost":57,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":1,"Cost":0,"Date":"3/15/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":226,"Cost":167,"Date":"6/9/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":302,"Cost":170,"Date":"12/19/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":462,"Cost":283,"Date":"9/22/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":179,"Cost":122,"Date":"3/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":496,"Cost":280,"Date":"7/24/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":248,"Cost":225,"Date":"3/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":634,"Cost":455,"Date":"2/23/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Nova","Country":"USA","Sale":686,"Cost":565,"Date":"12/23/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":438,"Cost":317,"Date":"7/21/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":881,"Cost":715,"Date":"6/6/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":118,"Cost":70,"Date":"3/21/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":807,"Cost":515,"Date":"1/6/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":949,"Cost":855,"Date":"9/2/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":711,"Cost":382,"Date":"8/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":849,"Cost":528,"Date":"10/2/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":466,"Cost":304,"Date":"7/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":265,"Cost":241,"Date":"4/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":269,"Cost":186,"Date":"10/18/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"ARKET","Country":"USA","Sale":337,"Cost":172,"Date":"5/23/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":956,"Cost":533,"Date":"7/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":654,"Cost":588,"Date":"2/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":663,"Cost":345,"Date":"3/6/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":881,"Cost":829,"Date":"11/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":278,"Cost":199,"Date":"10/26/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":480,"Cost":446,"Date":"3/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":314,"Cost":214,"Date":"5/2/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":241,"Cost":220,"Date":"10/25/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":61,"Cost":32,"Date":"6/10/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":678,"Cost":355,"Date":"2/15/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":457,"Cost":402,"Date":"7/21/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":147,"Cost":82,"Date":"1/17/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":197,"Cost":161,"Date":"5/4/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":245,"Cost":147,"Date":"12/31/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":683,"Cost":611,"Date":"11/24/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":355,"Cost":248,"Date":"2/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"ARKET","Country":"USA","Sale":453,"Cost":250,"Date":"1/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":814,"Cost":719,"Date":"10/26/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":716,"Cost":548,"Date":"8/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":419,"Cost":360,"Date":"9/4/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":185,"Cost":164,"Date":"6/4/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":251,"Cost":146,"Date":"1/17/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":366,"Cost":206,"Date":"1/12/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":969,"Cost":917,"Date":"11/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":783,"Cost":479,"Date":"7/12/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":950,"Cost":795,"Date":"7/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":756,"Cost":549,"Date":"5/13/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":482,"Cost":414,"Date":"9/7/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":291,"Cost":192,"Date":"10/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":225,"Cost":113,"Date":"12/30/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":189,"Date":"12/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":455,"Cost":291,"Date":"7/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":498,"Cost":441,"Date":"4/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":980,"Cost":829,"Date":"6/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":842,"Cost":683,"Date":"7/31/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":66,"Cost":33,"Date":"5/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":841,"Cost":469,"Date":"12/5/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":539,"Cost":316,"Date":"11/1/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":709,"Cost":430,"Date":"11/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":371,"Cost":221,"Date":"7/19/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":428,"Cost":223,"Date":"4/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":365,"Cost":267,"Date":"12/26/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":351,"Cost":304,"Date":"3/28/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":858,"Cost":457,"Date":"4/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":526,"Cost":302,"Date":"4/19/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"COS","Country":"USA","Sale":290,"Cost":174,"Date":"6/27/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":972,"Cost":745,"Date":"2/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":174,"Cost":155,"Date":"10/14/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":184,"Cost":168,"Date":"8/10/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":303,"Date":"3/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":462,"Cost":394,"Date":"6/22/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":766,"Date":"9/27/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":484,"Cost":429,"Date":"7/5/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":388,"Cost":222,"Date":"10/27/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"ARKET","Country":"USA","Sale":111,"Cost":74,"Date":"6/18/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":14,"Cost":13,"Date":"6/3/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"ARKET","Country":"USA","Sale":791,"Cost":677,"Date":"11/29/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":406,"Cost":204,"Date":"8/7/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":600,"Cost":332,"Date":"7/23/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"ARKET","Country":"USA","Sale":754,"Cost":622,"Date":"8/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":336,"Cost":194,"Date":"9/7/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":986,"Cost":623,"Date":"4/10/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":50,"Cost":29,"Date":"12/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":777,"Cost":667,"Date":"8/4/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":273,"Cost":217,"Date":"10/19/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":634,"Cost":336,"Date":"10/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":113,"Cost":103,"Date":"10/25/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":271,"Cost":183,"Date":"3/8/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":191,"Cost":101,"Date":"3/2/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":747,"Cost":658,"Date":"4/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":945,"Cost":492,"Date":"1/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":481,"Cost":367,"Date":"6/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":299,"Cost":269,"Date":"7/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":914,"Cost":587,"Date":"3/15/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":460,"Cost":360,"Date":"2/19/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":277,"Cost":163,"Date":"10/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":162,"Cost":104,"Date":"8/23/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":979,"Cost":718,"Date":"7/26/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":457,"Cost":270,"Date":"12/22/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":407,"Cost":303,"Date":"7/18/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":237,"Cost":119,"Date":"9/1/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":715,"Cost":399,"Date":"6/30/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":939,"Cost":664,"Date":"4/3/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":888,"Cost":649,"Date":"5/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":200,"Cost":104,"Date":"12/30/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":664,"Cost":416,"Date":"10/23/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":258,"Cost":172,"Date":"10/24/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":57,"Cost":29,"Date":"4/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"ARKET","Country":"USA","Sale":541,"Cost":358,"Date":"11/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"ARKET","Country":"USA","Sale":565,"Cost":317,"Date":"7/25/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":172,"Cost":129,"Date":"8/14/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":131,"Cost":124,"Date":"8/24/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":76,"Cost":63,"Date":"1/29/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":878,"Cost":825,"Date":"2/17/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":226,"Cost":152,"Date":"4/24/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":558,"Cost":402,"Date":"7/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":794,"Cost":504,"Date":"5/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":393,"Cost":197,"Date":"12/4/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":207,"Cost":151,"Date":"6/8/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":773,"Cost":515,"Date":"9/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":365,"Cost":192,"Date":"12/30/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":108,"Cost":90,"Date":"12/6/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":440,"Cost":362,"Date":"8/4/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":701,"Cost":512,"Date":"4/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":420,"Cost":384,"Date":"2/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":959,"Cost":771,"Date":"3/28/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":65,"Cost":58,"Date":"8/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":596,"Cost":450,"Date":"11/16/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":906,"Cost":468,"Date":"8/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":409,"Cost":286,"Date":"8/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":270,"Cost":238,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":953,"Cost":668,"Date":"1/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":722,"Cost":578,"Date":"7/22/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":472,"Date":"6/22/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":56,"Cost":36,"Date":"12/23/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":83,"Cost":67,"Date":"8/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":120,"Cost":69,"Date":"12/24/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":205,"Cost":146,"Date":"5/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":95,"Cost":58,"Date":"5/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":134,"Cost":106,"Date":"1/12/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":110,"Cost":96,"Date":"4/22/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":882,"Cost":682,"Date":"4/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":682,"Cost":377,"Date":"10/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":268,"Cost":246,"Date":"7/5/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":835,"Cost":696,"Date":"7/30/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":631,"Cost":390,"Date":"8/31/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":799,"Cost":510,"Date":"7/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":938,"Cost":518,"Date":"7/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":651,"Cost":473,"Date":"2/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":490,"Cost":325,"Date":"10/26/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":684,"Cost":362,"Date":"1/3/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":899,"Cost":682,"Date":"4/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":453,"Cost":423,"Date":"9/17/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":241,"Cost":174,"Date":"1/27/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":12,"Cost":9,"Date":"8/24/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":936,"Cost":857,"Date":"2/6/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":259,"Cost":166,"Date":"4/5/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":152,"Cost":134,"Date":"8/18/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":955,"Cost":513,"Date":"2/17/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":955,"Cost":574,"Date":"2/28/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":685,"Cost":601,"Date":"12/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":590,"Cost":500,"Date":"3/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":58,"Cost":37,"Date":"2/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":376,"Cost":242,"Date":"11/13/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":325,"Cost":251,"Date":"3/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":79,"Cost":55,"Date":"10/18/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":880,"Cost":462,"Date":"7/7/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":63,"Cost":45,"Date":"7/26/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":642,"Cost":331,"Date":"2/2/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Nova","Country":"USA","Sale":992,"Cost":670,"Date":"12/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":869,"Cost":535,"Date":"5/15/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":259,"Cost":222,"Date":"4/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":933,"Cost":815,"Date":"7/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":567,"Cost":422,"Date":"6/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":418,"Cost":285,"Date":"4/1/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":778,"Cost":531,"Date":"9/25/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":290,"Cost":234,"Date":"12/31/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":91,"Cost":46,"Date":"8/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":711,"Cost":557,"Date":"11/16/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":458,"Cost":315,"Date":"1/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":87,"Cost":68,"Date":"3/29/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":314,"Cost":221,"Date":"3/25/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":106,"Cost":80,"Date":"7/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":564,"Cost":339,"Date":"9/6/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":36,"Cost":31,"Date":"6/19/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":273,"Cost":210,"Date":"2/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":770,"Cost":609,"Date":"6/18/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":185,"Cost":139,"Date":"5/3/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":747,"Cost":556,"Date":"5/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":152,"Cost":89,"Date":"3/22/2018"},{"Store":"The Galleria, Houston, TX","Brand":"ARKET","Country":"USA","Sale":484,"Cost":359,"Date":"3/6/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":921,"Cost":837,"Date":"1/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":641,"Cost":482,"Date":"9/4/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":507,"Cost":388,"Date":"6/14/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":971,"Cost":901,"Date":"12/13/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":784,"Cost":421,"Date":"11/5/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":143,"Cost":123,"Date":"9/4/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":664,"Cost":511,"Date":"1/15/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":926,"Cost":774,"Date":"2/5/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":927,"Cost":728,"Date":"10/1/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":746,"Cost":662,"Date":"2/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Nova","Country":"USA","Sale":813,"Cost":683,"Date":"1/23/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":747,"Cost":659,"Date":"12/24/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":877,"Cost":696,"Date":"11/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":371,"Cost":210,"Date":"2/12/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":557,"Cost":514,"Date":"9/4/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":123,"Cost":81,"Date":"1/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"ARKET","Country":"USA","Sale":42,"Cost":24,"Date":"2/26/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":723,"Cost":509,"Date":"2/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":864,"Cost":678,"Date":"7/13/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":634,"Cost":460,"Date":"11/29/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":223,"Cost":191,"Date":"9/22/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":378,"Cost":244,"Date":"1/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":506,"Cost":319,"Date":"11/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":982,"Cost":557,"Date":"5/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":274,"Cost":253,"Date":"9/8/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":294,"Cost":185,"Date":"5/23/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":552,"Cost":514,"Date":"9/21/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":393,"Cost":253,"Date":"3/25/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":348,"Cost":251,"Date":"11/10/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":347,"Cost":208,"Date":"7/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":428,"Cost":223,"Date":"6/30/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":352,"Cost":326,"Date":"11/2/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":532,"Cost":339,"Date":"8/18/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":51,"Cost":25,"Date":"12/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":72,"Cost":62,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":424,"Cost":222,"Date":"2/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":402,"Cost":284,"Date":"8/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":883,"Cost":644,"Date":"4/22/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":114,"Cost":81,"Date":"7/3/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":909,"Cost":668,"Date":"2/25/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":937,"Cost":563,"Date":"3/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":356,"Cost":233,"Date":"9/26/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":855,"Cost":606,"Date":"7/9/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":829,"Cost":739,"Date":"10/8/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":561,"Cost":531,"Date":"6/26/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":369,"Cost":268,"Date":"5/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":926,"Cost":715,"Date":"5/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":131,"Cost":120,"Date":"9/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":233,"Cost":191,"Date":"9/18/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":372,"Cost":222,"Date":"6/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Nova","Country":"USA","Sale":692,"Cost":376,"Date":"1/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":104,"Cost":72,"Date":"8/13/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":26,"Cost":18,"Date":"9/1/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM","Country":"USA","Sale":858,"Cost":763,"Date":"12/29/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":275,"Cost":210,"Date":"2/10/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":816,"Cost":502,"Date":"11/14/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":643,"Cost":524,"Date":"5/22/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":960,"Cost":904,"Date":"4/27/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":453,"Cost":382,"Date":"2/5/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":646,"Cost":410,"Date":"2/24/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":285,"Cost":241,"Date":"11/15/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":573,"Cost":346,"Date":"4/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":438,"Cost":275,"Date":"5/11/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":251,"Cost":137,"Date":"6/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":335,"Date":"2/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":20,"Cost":10,"Date":"7/6/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"COS","Country":"USA","Sale":852,"Cost":476,"Date":"11/6/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Nova","Country":"USA","Sale":991,"Cost":757,"Date":"2/10/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":472,"Cost":337,"Date":"1/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":292,"Cost":240,"Date":"3/1/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":434,"Cost":295,"Date":"6/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":455,"Cost":419,"Date":"9/6/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":31,"Cost":26,"Date":"4/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":523,"Cost":289,"Date":"5/17/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":57,"Cost":49,"Date":"5/4/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"ARKET","Country":"USA","Sale":630,"Cost":507,"Date":"3/17/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":5,"Cost":2,"Date":"10/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":651,"Cost":475,"Date":"12/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":179,"Cost":137,"Date":"3/20/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":986,"Cost":883,"Date":"7/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":681,"Cost":406,"Date":"5/13/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":565,"Cost":387,"Date":"9/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":543,"Cost":342,"Date":"10/7/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":614,"Cost":474,"Date":"12/4/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":512,"Cost":369,"Date":"7/7/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":543,"Cost":438,"Date":"3/8/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":847,"Cost":598,"Date":"11/19/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":570,"Cost":481,"Date":"2/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":763,"Cost":553,"Date":"7/15/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Sellpy","Country":"USA","Sale":864,"Cost":570,"Date":"12/2/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":272,"Cost":177,"Date":"5/21/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":993,"Cost":542,"Date":"6/9/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":5,"Cost":5,"Date":"7/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":303,"Cost":224,"Date":"6/25/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Nova","Country":"USA","Sale":268,"Cost":213,"Date":"1/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":534,"Cost":346,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":651,"Cost":421,"Date":"6/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":741,"Cost":544,"Date":"11/30/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":251,"Cost":203,"Date":"5/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":145,"Cost":99,"Date":"10/21/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":375,"Cost":277,"Date":"8/2/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":551,"Cost":432,"Date":"7/24/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":753,"Cost":554,"Date":"8/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":652,"Cost":594,"Date":"9/25/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":745,"Cost":606,"Date":"4/6/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":134,"Cost":103,"Date":"10/18/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":118,"Cost":90,"Date":"2/20/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":14,"Cost":8,"Date":"4/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":124,"Cost":83,"Date":"9/25/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":157,"Cost":79,"Date":"10/19/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":8,"Cost":8,"Date":"1/27/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":43,"Cost":24,"Date":"7/21/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"COS","Country":"USA","Sale":784,"Cost":417,"Date":"6/9/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":75,"Cost":50,"Date":"6/9/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":700,"Cost":409,"Date":"4/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Nova","Country":"USA","Sale":168,"Cost":96,"Date":"3/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":574,"Cost":498,"Date":"5/28/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":748,"Cost":617,"Date":"10/22/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":550,"Cost":322,"Date":"3/31/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":575,"Cost":393,"Date":"4/24/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":3,"Date":"11/9/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Nova","Country":"USA","Sale":217,"Cost":184,"Date":"2/11/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":63,"Cost":59,"Date":"8/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":984,"Cost":638,"Date":"10/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":666,"Cost":474,"Date":"10/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":571,"Cost":394,"Date":"12/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":345,"Cost":267,"Date":"3/2/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":357,"Cost":186,"Date":"7/29/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":144,"Cost":95,"Date":"1/14/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":533,"Cost":443,"Date":"5/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":690,"Cost":631,"Date":"3/14/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":584,"Cost":484,"Date":"9/26/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":69,"Cost":60,"Date":"7/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":31,"Cost":22,"Date":"10/24/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":296,"Cost":192,"Date":"8/29/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":105,"Cost":61,"Date":"2/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":158,"Cost":108,"Date":"12/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM","Country":"USA","Sale":863,"Cost":554,"Date":"5/21/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":650,"Cost":468,"Date":"12/30/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":529,"Cost":322,"Date":"2/10/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":194,"Cost":155,"Date":"3/22/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":852,"Cost":664,"Date":"2/6/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":217,"Cost":181,"Date":"4/18/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":523,"Cost":441,"Date":"6/13/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":240,"Cost":133,"Date":"10/20/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":201,"Cost":151,"Date":"11/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":619,"Cost":386,"Date":"8/10/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":738,"Cost":552,"Date":"4/1/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"COS","Country":"USA","Sale":378,"Cost":247,"Date":"4/26/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":303,"Cost":194,"Date":"12/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":729,"Cost":523,"Date":"9/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":623,"Cost":353,"Date":"12/30/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":74,"Cost":51,"Date":"4/2/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":231,"Cost":178,"Date":"10/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":130,"Cost":80,"Date":"10/24/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"ARKET","Country":"USA","Sale":985,"Cost":744,"Date":"9/6/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"COS","Country":"USA","Sale":742,"Cost":613,"Date":"1/13/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":489,"Cost":251,"Date":"6/4/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":866,"Cost":806,"Date":"4/10/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":689,"Cost":489,"Date":"5/19/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":678,"Cost":504,"Date":"10/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":930,"Cost":539,"Date":"3/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"COS","Country":"USA","Sale":317,"Cost":289,"Date":"9/20/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":631,"Cost":496,"Date":"4/3/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Nova","Country":"USA","Sale":275,"Cost":236,"Date":"12/2/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":983,"Cost":673,"Date":"4/14/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":313,"Cost":287,"Date":"1/20/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":933,"Cost":493,"Date":"6/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Nova","Country":"USA","Sale":32,"Cost":18,"Date":"11/14/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":898,"Cost":618,"Date":"6/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":370,"Cost":246,"Date":"4/29/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":516,"Cost":427,"Date":"1/25/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":451,"Cost":292,"Date":"9/5/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":290,"Cost":221,"Date":"6/27/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":416,"Cost":263,"Date":"10/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM","Country":"USA","Sale":273,"Cost":212,"Date":"6/24/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":766,"Cost":494,"Date":"8/13/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":234,"Cost":182,"Date":"4/28/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":151,"Cost":117,"Date":"4/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":899,"Cost":815,"Date":"11/13/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":873,"Cost":577,"Date":"7/26/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":462,"Cost":239,"Date":"5/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":185,"Cost":165,"Date":"2/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":910,"Cost":839,"Date":"4/30/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":222,"Cost":178,"Date":"7/25/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":82,"Cost":69,"Date":"4/19/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":386,"Cost":249,"Date":"10/6/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":777,"Cost":499,"Date":"11/14/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":20,"Cost":18,"Date":"2/19/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":510,"Cost":440,"Date":"11/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":315,"Cost":297,"Date":"11/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":128,"Cost":85,"Date":"11/6/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":224,"Cost":138,"Date":"1/15/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":950,"Cost":517,"Date":"9/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":478,"Cost":416,"Date":"4/17/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":397,"Cost":371,"Date":"12/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":291,"Cost":184,"Date":"10/11/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":738,"Cost":466,"Date":"7/24/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":602,"Cost":452,"Date":"10/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":16,"Cost":11,"Date":"1/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":666,"Cost":629,"Date":"2/8/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"ARKET","Country":"USA","Sale":803,"Cost":415,"Date":"3/8/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":938,"Cost":834,"Date":"4/6/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":143,"Cost":77,"Date":"6/1/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":557,"Cost":353,"Date":"1/21/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":10,"Cost":10,"Date":"11/22/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":822,"Cost":687,"Date":"4/10/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM Home","Country":"USA","Sale":974,"Cost":898,"Date":"10/22/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":877,"Cost":585,"Date":"12/17/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Nova","Country":"USA","Sale":946,"Cost":783,"Date":"2/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":452,"Cost":421,"Date":"7/26/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":421,"Cost":388,"Date":"9/7/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":420,"Cost":270,"Date":"1/26/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":24,"Cost":15,"Date":"6/24/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":119,"Cost":95,"Date":"4/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":862,"Cost":796,"Date":"11/29/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":445,"Cost":229,"Date":"10/27/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":581,"Cost":465,"Date":"4/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":631,"Cost":521,"Date":"5/24/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":896,"Cost":696,"Date":"11/30/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":35,"Cost":29,"Date":"5/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"ARKET","Country":"USA","Sale":37,"Cost":26,"Date":"8/6/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":793,"Cost":585,"Date":"6/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":791,"Cost":521,"Date":"6/15/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Jeans","Country":"USA","Sale":369,"Cost":263,"Date":"6/3/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":161,"Cost":136,"Date":"6/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":766,"Cost":655,"Date":"3/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":351,"Cost":304,"Date":"5/20/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":108,"Cost":98,"Date":"3/30/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":288,"Cost":182,"Date":"2/1/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":681,"Cost":460,"Date":"2/8/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":680,"Cost":522,"Date":"3/4/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":842,"Cost":702,"Date":"9/23/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":824,"Cost":429,"Date":"10/30/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":556,"Cost":416,"Date":"4/21/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":626,"Cost":470,"Date":"9/5/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":728,"Cost":512,"Date":"3/7/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":685,"Cost":590,"Date":"9/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":347,"Cost":314,"Date":"2/4/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Jeans","Country":"USA","Sale":645,"Cost":423,"Date":"10/17/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":635,"Cost":437,"Date":"7/26/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":909,"Cost":700,"Date":"12/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":591,"Cost":409,"Date":"8/22/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Nova","Country":"USA","Sale":995,"Cost":709,"Date":"12/24/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":129,"Cost":114,"Date":"8/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":972,"Cost":746,"Date":"1/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":445,"Cost":308,"Date":"7/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":646,"Cost":569,"Date":"3/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM","Country":"USA","Sale":421,"Cost":370,"Date":"1/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"ARKET","Country":"USA","Sale":462,"Cost":425,"Date":"7/3/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":669,"Cost":462,"Date":"11/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM Home","Country":"USA","Sale":1,"Cost":1,"Date":"3/22/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":589,"Cost":319,"Date":"1/29/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":364,"Cost":200,"Date":"4/1/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"ARKET","Country":"USA","Sale":883,"Cost":443,"Date":"10/13/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":481,"Cost":323,"Date":"5/24/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":311,"Cost":213,"Date":"1/2/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":521,"Cost":488,"Date":"11/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":441,"Cost":306,"Date":"7/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":296,"Cost":207,"Date":"1/6/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Sellpy","Country":"USA","Sale":328,"Cost":243,"Date":"3/25/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":496,"Cost":325,"Date":"8/29/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":985,"Cost":598,"Date":"9/11/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":257,"Cost":207,"Date":"11/14/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":80,"Cost":59,"Date":"6/13/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":483,"Cost":357,"Date":"7/3/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":412,"Cost":248,"Date":"2/25/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":267,"Cost":227,"Date":"6/26/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":843,"Cost":491,"Date":"11/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":970,"Cost":667,"Date":"10/10/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":757,"Cost":435,"Date":"8/8/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":176,"Cost":116,"Date":"7/27/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":481,"Cost":274,"Date":"1/29/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":648,"Cost":351,"Date":"3/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":584,"Cost":455,"Date":"4/20/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":482,"Cost":375,"Date":"3/5/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":170,"Cost":149,"Date":"12/7/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":676,"Cost":502,"Date":"4/21/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"COS","Country":"USA","Sale":62,"Cost":56,"Date":"5/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":730,"Cost":530,"Date":"12/2/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":30,"Cost":27,"Date":"8/1/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"ARKET","Country":"USA","Sale":401,"Cost":217,"Date":"11/15/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":7,"Cost":4,"Date":"5/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Jeans","Country":"USA","Sale":777,"Cost":508,"Date":"11/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":498,"Cost":449,"Date":"11/27/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":109,"Cost":100,"Date":"5/25/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":501,"Cost":265,"Date":"10/18/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":483,"Cost":431,"Date":"9/12/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":715,"Cost":524,"Date":"3/17/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":351,"Cost":306,"Date":"10/15/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":675,"Cost":360,"Date":"5/23/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM Home","Country":"USA","Sale":736,"Cost":507,"Date":"1/30/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":881,"Cost":741,"Date":"7/12/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":274,"Cost":217,"Date":"6/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":72,"Cost":40,"Date":"4/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":204,"Cost":114,"Date":"8/26/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":952,"Cost":698,"Date":"11/23/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":478,"Cost":379,"Date":"5/29/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":472,"Cost":444,"Date":"11/3/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":825,"Cost":538,"Date":"12/11/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":4,"Cost":3,"Date":"10/11/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":594,"Cost":422,"Date":"8/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":957,"Cost":843,"Date":"10/29/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"ARKET","Country":"USA","Sale":529,"Cost":302,"Date":"8/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":904,"Cost":513,"Date":"4/12/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":243,"Cost":130,"Date":"9/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":18,"Cost":15,"Date":"7/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":47,"Cost":36,"Date":"12/12/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":298,"Cost":227,"Date":"5/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":748,"Cost":598,"Date":"10/23/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":918,"Cost":824,"Date":"5/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":642,"Cost":327,"Date":"12/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":20,"Cost":11,"Date":"5/24/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":348,"Cost":263,"Date":"12/13/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":167,"Cost":138,"Date":"11/2/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":520,"Cost":424,"Date":"11/3/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":845,"Cost":437,"Date":"2/19/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":211,"Cost":152,"Date":"3/2/2018"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":908,"Cost":460,"Date":"12/17/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":357,"Cost":304,"Date":"1/11/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":187,"Cost":136,"Date":"5/28/2024"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":34,"Cost":17,"Date":"11/16/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":271,"Cost":193,"Date":"10/8/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":344,"Cost":249,"Date":"4/11/2018"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":484,"Cost":249,"Date":"12/5/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":285,"Cost":142,"Date":"6/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":676,"Cost":439,"Date":"1/22/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":621,"Cost":534,"Date":"11/7/2020"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":811,"Cost":552,"Date":"12/17/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":706,"Cost":605,"Date":"4/9/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":302,"Cost":235,"Date":"8/10/2022"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":605,"Cost":381,"Date":"11/8/2022"},{"Store":"DrCelular, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":505,"Cost":256,"Date":"9/16/2023"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":973,"Cost":645,"Date":"7/18/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":248,"Cost":152,"Date":"12/18/2021"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":496,"Cost":260,"Date":"1/29/2023"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":732,"Cost":526,"Date":"3/2/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":55,"Cost":40,"Date":"7/10/2020"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":610,"Cost":570,"Date":"8/17/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":106,"Cost":66,"Date":"5/11/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":978,"Cost":816,"Date":"4/29/2020"},{"Store":"Las Piedras Shopping","Brand":"COS","Country":"Uruguay","Sale":547,"Cost":275,"Date":"9/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"COS","Country":"Uruguay","Sale":983,"Cost":549,"Date":"7/19/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":741,"Cost":467,"Date":"11/15/2018"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":738,"Cost":612,"Date":"4/9/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":217,"Date":"3/24/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":709,"Cost":670,"Date":"3/24/2020"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":691,"Cost":508,"Date":"5/15/2020"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":587,"Cost":510,"Date":"10/16/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":215,"Cost":179,"Date":"5/18/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":850,"Cost":696,"Date":"7/3/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":284,"Cost":162,"Date":"4/11/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":293,"Cost":255,"Date":"3/24/2024"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":505,"Cost":465,"Date":"6/7/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":22,"Cost":14,"Date":"6/7/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":488,"Cost":426,"Date":"3/30/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":810,"Cost":440,"Date":"11/4/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"COS","Country":"Uruguay","Sale":316,"Cost":279,"Date":"7/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":110,"Cost":56,"Date":"12/9/2021"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":981,"Cost":707,"Date":"3/1/2018"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":385,"Cost":336,"Date":"5/9/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":314,"Cost":223,"Date":"10/7/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":969,"Cost":591,"Date":"2/19/2018"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":120,"Cost":84,"Date":"7/24/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":470,"Cost":323,"Date":"8/26/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM","Country":"Uruguay","Sale":279,"Cost":235,"Date":"11/27/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":867,"Cost":560,"Date":"3/4/2020"},{"Store":"Las Piedras Shopping","Brand":"COS","Country":"Uruguay","Sale":838,"Cost":496,"Date":"4/3/2023"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":335,"Cost":307,"Date":"12/11/2020"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":638,"Cost":502,"Date":"1/30/2021"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":904,"Cost":471,"Date":"12/3/2024"},{"Store":"DrCelular, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":374,"Cost":287,"Date":"10/26/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":398,"Cost":254,"Date":"5/23/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":745,"Cost":548,"Date":"10/2/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":490,"Cost":302,"Date":"4/23/2021"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":59,"Cost":30,"Date":"2/9/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":709,"Cost":385,"Date":"10/18/2018"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":371,"Cost":349,"Date":"12/3/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":546,"Cost":281,"Date":"6/10/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":271,"Cost":163,"Date":"11/7/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":335,"Cost":211,"Date":"2/18/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":822,"Cost":544,"Date":"3/12/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":717,"Cost":679,"Date":"3/31/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":241,"Cost":146,"Date":"4/2/2021"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":83,"Cost":64,"Date":"2/5/2024"},{"Store":"Las Piedras Shopping","Brand":"Jeans","Country":"Uruguay","Sale":839,"Cost":784,"Date":"2/13/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":116,"Cost":68,"Date":"2/19/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":656,"Cost":554,"Date":"4/8/2022"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":383,"Cost":327,"Date":"11/29/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":225,"Cost":202,"Date":"3/11/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":473,"Cost":276,"Date":"5/10/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":577,"Cost":494,"Date":"9/18/2020"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":159,"Cost":95,"Date":"12/28/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":677,"Cost":341,"Date":"1/23/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":11,"Date":"3/15/2021"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":897,"Cost":550,"Date":"2/25/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":580,"Cost":452,"Date":"6/11/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":151,"Cost":113,"Date":"2/2/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":512,"Date":"5/19/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":794,"Cost":463,"Date":"10/22/2023"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":649,"Cost":382,"Date":"8/5/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":979,"Cost":876,"Date":"6/6/2021"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":515,"Cost":390,"Date":"1/21/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":226,"Cost":138,"Date":"1/12/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":155,"Cost":103,"Date":"2/26/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":197,"Cost":101,"Date":"2/19/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":802,"Cost":469,"Date":"1/20/2020"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":974,"Cost":607,"Date":"10/17/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":855,"Cost":760,"Date":"5/10/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":354,"Cost":199,"Date":"2/6/2023"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":591,"Cost":386,"Date":"5/15/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":234,"Cost":136,"Date":"10/11/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":292,"Cost":220,"Date":"6/15/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":943,"Cost":705,"Date":"3/8/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":348,"Cost":203,"Date":"8/31/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":478,"Cost":300,"Date":"10/13/2021"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":976,"Cost":606,"Date":"11/12/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":321,"Cost":212,"Date":"6/10/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":386,"Cost":270,"Date":"8/15/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":17,"Cost":10,"Date":"5/19/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":209,"Cost":106,"Date":"3/25/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":212,"Cost":161,"Date":"3/7/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":972,"Cost":895,"Date":"3/14/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":219,"Cost":182,"Date":"9/24/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":385,"Cost":295,"Date":"3/28/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":347,"Cost":289,"Date":"12/13/2021"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":581,"Cost":349,"Date":"6/19/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":550,"Cost":312,"Date":"5/3/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":285,"Cost":261,"Date":"12/6/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":547,"Cost":313,"Date":"8/19/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":187,"Cost":132,"Date":"5/3/2022"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":26,"Cost":14,"Date":"3/23/2022"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":273,"Cost":226,"Date":"12/16/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":259,"Cost":151,"Date":"4/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":29,"Cost":24,"Date":"2/15/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":892,"Cost":585,"Date":"4/20/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":771,"Cost":411,"Date":"3/3/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":966,"Cost":513,"Date":"12/31/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":357,"Cost":242,"Date":"7/27/2021"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":66,"Cost":38,"Date":"1/12/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":262,"Cost":175,"Date":"7/6/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":944,"Cost":551,"Date":"5/28/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":30,"Cost":16,"Date":"5/1/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":797,"Cost":659,"Date":"5/7/2020"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":198,"Cost":189,"Date":"4/7/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":188,"Cost":138,"Date":"7/27/2019"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":264,"Cost":155,"Date":"7/7/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":536,"Cost":371,"Date":"1/29/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":448,"Cost":285,"Date":"11/30/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":648,"Cost":586,"Date":"9/10/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":333,"Cost":281,"Date":"3/23/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":757,"Cost":473,"Date":"6/17/2019"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":366,"Cost":202,"Date":"11/17/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":156,"Cost":115,"Date":"4/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":718,"Cost":598,"Date":"3/5/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":566,"Cost":303,"Date":"12/10/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":553,"Cost":483,"Date":"6/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":497,"Cost":359,"Date":"9/7/2020"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":314,"Cost":270,"Date":"9/26/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":575,"Cost":453,"Date":"8/29/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":139,"Cost":112,"Date":"7/12/2024"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":851,"Cost":755,"Date":"4/11/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":203,"Cost":180,"Date":"5/4/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":530,"Cost":267,"Date":"6/14/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":727,"Cost":672,"Date":"5/9/2021"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":342,"Cost":206,"Date":"9/25/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Sellpy","Country":"Uruguay","Sale":306,"Cost":227,"Date":"10/22/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":753,"Cost":395,"Date":"4/29/2018"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":256,"Cost":155,"Date":"3/30/2018"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":549,"Cost":358,"Date":"9/21/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"COS","Country":"Uruguay","Sale":131,"Cost":74,"Date":"1/19/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":759,"Cost":537,"Date":"9/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":849,"Cost":427,"Date":"2/20/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":491,"Cost":463,"Date":"6/18/2024"},{"Store":"Salto Shopping","Brand":"HM","Country":"Uruguay","Sale":847,"Cost":794,"Date":"10/8/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":764,"Cost":498,"Date":"2/3/2023"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":132,"Cost":119,"Date":"4/20/2020"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":613,"Cost":422,"Date":"2/27/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Sellpy","Country":"Uruguay","Sale":494,"Cost":358,"Date":"11/4/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":698,"Cost":482,"Date":"1/4/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":97,"Cost":76,"Date":"5/26/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":166,"Cost":119,"Date":"10/1/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":973,"Cost":766,"Date":"6/30/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":554,"Cost":355,"Date":"7/11/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":772,"Cost":395,"Date":"8/30/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":350,"Cost":181,"Date":"12/10/2018"},{"Store":"Minas Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":625,"Cost":421,"Date":"8/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":105,"Cost":58,"Date":"4/1/2024"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":561,"Cost":358,"Date":"1/14/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":464,"Cost":257,"Date":"5/30/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":821,"Cost":435,"Date":"8/2/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":796,"Cost":699,"Date":"3/22/2021"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":90,"Cost":73,"Date":"5/9/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":780,"Cost":600,"Date":"8/3/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":887,"Cost":555,"Date":"9/28/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":334,"Cost":260,"Date":"1/10/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":275,"Cost":195,"Date":"7/26/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":43,"Cost":22,"Date":"2/24/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":744,"Cost":664,"Date":"1/8/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":880,"Cost":637,"Date":"11/5/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":809,"Cost":515,"Date":"1/12/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":321,"Cost":204,"Date":"11/4/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":649,"Cost":454,"Date":"3/25/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":206,"Cost":167,"Date":"6/15/2018"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":447,"Cost":250,"Date":"3/4/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":807,"Cost":417,"Date":"6/12/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":699,"Cost":499,"Date":"8/14/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM","Country":"Uruguay","Sale":112,"Cost":92,"Date":"12/2/2020"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":958,"Cost":580,"Date":"2/24/2021"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":123,"Cost":103,"Date":"9/26/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":780,"Cost":504,"Date":"7/6/2023"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":522,"Cost":264,"Date":"2/24/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":769,"Cost":424,"Date":"10/17/2022"},{"Store":"Portones, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":640,"Cost":557,"Date":"1/22/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":224,"Cost":180,"Date":"6/23/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":512,"Cost":374,"Date":"1/16/2023"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":531,"Cost":292,"Date":"10/9/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":477,"Cost":396,"Date":"2/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":79,"Cost":42,"Date":"12/16/2020"},{"Store":"Shopping China Rivera","Brand":"Nova","Country":"Uruguay","Sale":779,"Cost":635,"Date":"1/9/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":65,"Cost":54,"Date":"12/16/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":638,"Cost":337,"Date":"8/16/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":703,"Cost":459,"Date":"7/8/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":917,"Cost":580,"Date":"1/16/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":251,"Cost":166,"Date":"9/11/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":806,"Cost":611,"Date":"12/13/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":243,"Cost":190,"Date":"9/19/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":954,"Cost":529,"Date":"5/26/2023"},{"Store":"Salto Shopping","Brand":"HM","Country":"Uruguay","Sale":512,"Cost":354,"Date":"9/7/2023"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":738,"Cost":437,"Date":"8/30/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":427,"Cost":247,"Date":"3/8/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":755,"Cost":517,"Date":"8/24/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":334,"Cost":219,"Date":"3/23/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":525,"Cost":294,"Date":"7/19/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":61,"Cost":54,"Date":"5/15/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":665,"Cost":546,"Date":"4/25/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":777,"Cost":511,"Date":"8/25/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":589,"Cost":524,"Date":"9/5/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":115,"Cost":61,"Date":"10/15/2023"},{"Store":"Las Piedras Shopping","Brand":"COS","Country":"Uruguay","Sale":165,"Cost":135,"Date":"2/8/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":678,"Cost":509,"Date":"8/12/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":297,"Date":"10/23/2018"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":74,"Cost":50,"Date":"7/8/2018"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":766,"Cost":455,"Date":"7/26/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":856,"Cost":479,"Date":"5/24/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":529,"Cost":269,"Date":"6/2/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":543,"Cost":495,"Date":"8/17/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":867,"Cost":528,"Date":"3/28/2022"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":5,"Cost":4,"Date":"11/24/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":71,"Cost":50,"Date":"2/11/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":548,"Cost":474,"Date":"6/25/2018"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":859,"Cost":463,"Date":"4/10/2019"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":873,"Cost":672,"Date":"8/2/2020"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":194,"Cost":109,"Date":"7/4/2021"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":38,"Cost":27,"Date":"4/19/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":642,"Cost":438,"Date":"3/4/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":841,"Cost":580,"Date":"8/15/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":25,"Date":"9/24/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":350,"Cost":331,"Date":"11/21/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":53,"Cost":46,"Date":"8/25/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":303,"Cost":234,"Date":"4/16/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":589,"Cost":394,"Date":"11/21/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":472,"Cost":277,"Date":"9/2/2018"},{"Store":"Colonia Shopping","Brand":"COS","Country":"Uruguay","Sale":532,"Cost":299,"Date":"12/16/2023"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":461,"Cost":347,"Date":"9/16/2023"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":230,"Cost":199,"Date":"11/3/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":545,"Cost":503,"Date":"11/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":722,"Cost":552,"Date":"7/30/2020"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":474,"Cost":342,"Date":"7/20/2019"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":138,"Cost":114,"Date":"6/7/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":247,"Cost":217,"Date":"7/5/2024"},{"Store":"Minas Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":197,"Cost":181,"Date":"3/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":582,"Cost":334,"Date":"10/26/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":965,"Cost":549,"Date":"1/2/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":378,"Cost":225,"Date":"10/12/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":682,"Cost":610,"Date":"9/8/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":833,"Cost":484,"Date":"1/22/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":760,"Cost":647,"Date":"9/23/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":440,"Cost":250,"Date":"7/22/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":511,"Cost":285,"Date":"7/2/2021"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":179,"Cost":137,"Date":"7/16/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":941,"Cost":831,"Date":"9/18/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":884,"Cost":744,"Date":"10/4/2021"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":68,"Cost":42,"Date":"7/11/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":192,"Cost":138,"Date":"11/29/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":201,"Cost":129,"Date":"3/28/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":900,"Cost":589,"Date":"9/12/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":673,"Cost":605,"Date":"7/16/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":170,"Cost":145,"Date":"12/14/2019"},{"Store":"Colonia Shopping","Brand":"COS","Country":"Uruguay","Sale":321,"Cost":281,"Date":"1/29/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":248,"Cost":186,"Date":"10/23/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":385,"Cost":264,"Date":"8/14/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Jeans","Country":"Uruguay","Sale":418,"Cost":246,"Date":"9/14/2019"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":130,"Cost":75,"Date":"9/30/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":805,"Cost":591,"Date":"10/20/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":90,"Cost":73,"Date":"11/24/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":577,"Cost":322,"Date":"10/24/2021"},{"Store":"Planeta, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":289,"Cost":159,"Date":"10/24/2018"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":964,"Cost":904,"Date":"8/7/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":285,"Cost":219,"Date":"3/12/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":547,"Cost":432,"Date":"1/12/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":668,"Cost":555,"Date":"5/16/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":183,"Cost":135,"Date":"10/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":593,"Cost":547,"Date":"11/17/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":172,"Cost":102,"Date":"7/12/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":426,"Cost":236,"Date":"7/12/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":367,"Cost":250,"Date":"7/2/2020"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":850,"Cost":572,"Date":"1/21/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":730,"Cost":457,"Date":"12/3/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":876,"Cost":536,"Date":"9/17/2023"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":624,"Cost":553,"Date":"9/19/2018"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":322,"Cost":255,"Date":"1/4/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":403,"Cost":374,"Date":"5/17/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":757,"Cost":494,"Date":"1/19/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":951,"Cost":478,"Date":"11/21/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":559,"Cost":391,"Date":"3/14/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":428,"Cost":280,"Date":"12/19/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":911,"Cost":624,"Date":"8/5/2024"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":224,"Cost":132,"Date":"2/20/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":519,"Cost":441,"Date":"6/24/2018"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":561,"Cost":341,"Date":"1/7/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":946,"Cost":738,"Date":"4/9/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM Home","Country":"Uruguay","Sale":969,"Cost":488,"Date":"8/6/2020"},{"Store":"Colonia Shopping","Brand":"COS","Country":"Uruguay","Sale":997,"Cost":503,"Date":"3/11/2021"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":73,"Cost":59,"Date":"6/6/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":958,"Cost":696,"Date":"4/4/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":58,"Cost":36,"Date":"6/3/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":33,"Cost":19,"Date":"9/1/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":348,"Cost":221,"Date":"3/8/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":391,"Cost":323,"Date":"12/27/2021"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":19,"Cost":17,"Date":"3/20/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":856,"Cost":589,"Date":"1/29/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Jeans","Country":"Uruguay","Sale":757,"Cost":557,"Date":"10/22/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":254,"Cost":208,"Date":"1/12/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":511,"Cost":411,"Date":"5/11/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":990,"Cost":779,"Date":"5/11/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":812,"Cost":414,"Date":"3/22/2018"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":530,"Cost":284,"Date":"11/19/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":411,"Cost":259,"Date":"11/12/2020"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":142,"Cost":135,"Date":"8/9/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":136,"Date":"12/25/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":495,"Cost":340,"Date":"5/31/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":657,"Cost":583,"Date":"9/29/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":862,"Cost":631,"Date":"4/15/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":306,"Cost":276,"Date":"7/14/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":347,"Cost":193,"Date":"4/10/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":31,"Cost":25,"Date":"3/5/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":495,"Cost":282,"Date":"3/9/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":577,"Cost":403,"Date":"7/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":732,"Cost":522,"Date":"5/12/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":343,"Cost":252,"Date":"2/24/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":980,"Cost":721,"Date":"2/23/2021"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":115,"Cost":102,"Date":"2/12/2024"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":513,"Cost":469,"Date":"11/27/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":93,"Cost":51,"Date":"2/12/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":7,"Cost":6,"Date":"8/9/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":118,"Cost":71,"Date":"11/23/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":352,"Cost":221,"Date":"6/29/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":538,"Cost":354,"Date":"11/20/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":831,"Cost":779,"Date":"3/27/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":427,"Cost":348,"Date":"9/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":167,"Cost":138,"Date":"9/19/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":621,"Cost":554,"Date":"8/9/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":354,"Cost":264,"Date":"2/18/2019"},{"Store":"Salto Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":219,"Cost":114,"Date":"10/3/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":921,"Cost":798,"Date":"10/24/2022"},{"Store":"Shopping China Rivera","Brand":"Nova","Country":"Uruguay","Sale":563,"Cost":359,"Date":"5/11/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":200,"Cost":106,"Date":"3/2/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":136,"Cost":75,"Date":"12/21/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":899,"Cost":569,"Date":"4/3/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":144,"Cost":89,"Date":"9/25/2022"},{"Store":"Portones, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":471,"Cost":331,"Date":"9/17/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":770,"Cost":706,"Date":"4/1/2019"},{"Store":"Las Piedras Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":641,"Cost":440,"Date":"7/17/2022"},{"Store":"California Company, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":587,"Cost":362,"Date":"1/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":835,"Cost":690,"Date":"3/20/2021"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":284,"Cost":196,"Date":"6/7/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":303,"Cost":247,"Date":"10/11/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":136,"Cost":107,"Date":"5/30/2024"},{"Store":"Las Piedras Shopping","Brand":"Jeans","Country":"Uruguay","Sale":686,"Cost":616,"Date":"6/22/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":348,"Cost":196,"Date":"8/15/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":116,"Cost":88,"Date":"6/29/2021"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":102,"Cost":85,"Date":"11/6/2019"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":223,"Cost":122,"Date":"2/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":652,"Cost":406,"Date":"3/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":358,"Cost":315,"Date":"9/11/2020"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":893,"Cost":563,"Date":"12/27/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":225,"Cost":194,"Date":"10/27/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":153,"Cost":94,"Date":"11/1/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":956,"Cost":582,"Date":"9/11/2021"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":233,"Cost":147,"Date":"2/17/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":789,"Cost":698,"Date":"1/2/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":146,"Cost":136,"Date":"7/5/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":883,"Cost":725,"Date":"11/9/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":767,"Cost":685,"Date":"10/26/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":211,"Cost":175,"Date":"7/2/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":869,"Cost":760,"Date":"8/13/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":26,"Cost":22,"Date":"7/4/2018"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":141,"Cost":107,"Date":"9/18/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":896,"Cost":543,"Date":"5/16/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":763,"Cost":587,"Date":"1/5/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":132,"Cost":71,"Date":"3/22/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":612,"Cost":544,"Date":"10/18/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":613,"Cost":319,"Date":"11/29/2020"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":220,"Cost":121,"Date":"11/21/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":348,"Cost":319,"Date":"3/13/2019"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":511,"Cost":344,"Date":"2/12/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":978,"Cost":504,"Date":"7/1/2018"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":164,"Cost":117,"Date":"9/8/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":875,"Cost":791,"Date":"6/3/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":752,"Cost":458,"Date":"12/28/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":275,"Cost":251,"Date":"3/14/2023"},{"Store":"Minas Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":528,"Cost":487,"Date":"12/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":499,"Cost":321,"Date":"10/16/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":389,"Cost":272,"Date":"9/19/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":363,"Cost":214,"Date":"2/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":333,"Cost":211,"Date":"8/2/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":473,"Cost":285,"Date":"10/15/2024"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":258,"Cost":201,"Date":"3/7/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":445,"Cost":376,"Date":"8/21/2021"},{"Store":"Portones, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":908,"Cost":599,"Date":"9/6/2024"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":516,"Cost":490,"Date":"2/7/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":426,"Cost":404,"Date":"9/7/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":260,"Cost":213,"Date":"3/23/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":313,"Cost":287,"Date":"11/21/2021"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":489,"Cost":309,"Date":"6/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":186,"Cost":106,"Date":"12/11/2023"},{"Store":"Paseo Jose Ignacio","Brand":"COS","Country":"Uruguay","Sale":42,"Cost":24,"Date":"6/8/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":385,"Cost":238,"Date":"1/9/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":511,"Cost":479,"Date":"10/27/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Jeans","Country":"Uruguay","Sale":586,"Cost":482,"Date":"6/29/2022"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":38,"Cost":32,"Date":"4/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM Home","Country":"Uruguay","Sale":889,"Cost":448,"Date":"7/15/2018"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":654,"Cost":455,"Date":"2/1/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":600,"Cost":398,"Date":"11/22/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":727,"Cost":512,"Date":"7/18/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":37,"Cost":34,"Date":"6/2/2022"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":147,"Cost":102,"Date":"6/18/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":800,"Cost":500,"Date":"12/17/2021"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":510,"Cost":320,"Date":"2/22/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":271,"Cost":240,"Date":"8/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":19,"Cost":10,"Date":"3/25/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":798,"Cost":432,"Date":"8/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":741,"Cost":481,"Date":"7/9/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":691,"Cost":392,"Date":"9/10/2021"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":28,"Cost":25,"Date":"7/7/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":253,"Cost":168,"Date":"11/23/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":563,"Cost":450,"Date":"1/6/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":689,"Cost":583,"Date":"6/10/2020"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":429,"Cost":336,"Date":"10/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":982,"Cost":530,"Date":"6/26/2022"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":384,"Cost":285,"Date":"5/23/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":146,"Cost":96,"Date":"9/21/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":71,"Cost":36,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":792,"Cost":657,"Date":"10/20/2021"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":641,"Cost":356,"Date":"8/11/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":871,"Cost":630,"Date":"12/23/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":666,"Cost":467,"Date":"8/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":204,"Cost":105,"Date":"7/12/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":268,"Cost":229,"Date":"9/12/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":536,"Cost":326,"Date":"3/12/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM","Country":"Uruguay","Sale":731,"Cost":399,"Date":"1/25/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":711,"Cost":378,"Date":"4/15/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":585,"Cost":515,"Date":"9/5/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":552,"Cost":362,"Date":"6/29/2023"},{"Store":"California Company, Montevideo","Brand":"COS","Country":"Uruguay","Sale":795,"Cost":582,"Date":"6/16/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":386,"Cost":333,"Date":"8/17/2023"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":890,"Cost":727,"Date":"10/13/2021"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":630,"Cost":546,"Date":"1/14/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":832,"Cost":516,"Date":"8/20/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":819,"Cost":524,"Date":"6/20/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":88,"Cost":74,"Date":"3/19/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":323,"Cost":183,"Date":"1/19/2023"},{"Store":"Portones, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":970,"Cost":768,"Date":"2/5/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM Home","Country":"Uruguay","Sale":69,"Cost":37,"Date":"7/22/2020"},{"Store":"Las Piedras Shopping","Brand":"Jeans","Country":"Uruguay","Sale":134,"Cost":79,"Date":"2/10/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":730,"Cost":368,"Date":"6/2/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":930,"Cost":509,"Date":"2/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":305,"Cost":185,"Date":"6/22/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":388,"Cost":305,"Date":"1/7/2019"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":269,"Cost":217,"Date":"10/30/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":554,"Cost":390,"Date":"11/2/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":758,"Cost":382,"Date":"1/4/2018"},{"Store":"Minas Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":127,"Cost":113,"Date":"12/25/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":992,"Cost":711,"Date":"10/30/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":934,"Cost":642,"Date":"8/8/2024"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":476,"Cost":345,"Date":"1/22/2022"},{"Store":"Shopping China Rivera","Brand":"Nova","Country":"Uruguay","Sale":93,"Cost":78,"Date":"12/13/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":10,"Cost":10,"Date":"9/12/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":663,"Cost":486,"Date":"3/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":551,"Cost":330,"Date":"2/7/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":264,"Cost":228,"Date":"8/15/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":994,"Cost":925,"Date":"8/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":9,"Cost":8,"Date":"3/16/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":992,"Cost":632,"Date":"10/15/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":875,"Cost":465,"Date":"8/3/2019"},{"Store":"Montevideo Shopping","Brand":"Nova","Country":"Uruguay","Sale":613,"Cost":318,"Date":"4/16/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":378,"Cost":236,"Date":"11/10/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":124,"Cost":73,"Date":"11/30/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":331,"Cost":298,"Date":"8/7/2020"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":742,"Cost":429,"Date":"2/11/2020"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":948,"Cost":621,"Date":"4/20/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":170,"Cost":149,"Date":"11/8/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":280,"Cost":140,"Date":"8/9/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":422,"Cost":282,"Date":"3/14/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":905,"Cost":572,"Date":"2/25/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":1000,"Cost":897,"Date":"9/19/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":687,"Cost":487,"Date":"7/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"COS","Country":"Uruguay","Sale":59,"Cost":39,"Date":"9/19/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":357,"Cost":332,"Date":"6/24/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":509,"Cost":387,"Date":"9/21/2020"},{"Store":"Shopping China Rivera","Brand":"Nova","Country":"Uruguay","Sale":492,"Cost":248,"Date":"3/4/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":212,"Cost":137,"Date":"8/11/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":520,"Cost":356,"Date":"10/6/2021"}] \ No newline at end of file diff --git a/projects/SalesGrid/src/assets/SalesData100k.json b/projects/SalesGrid/src/assets/SalesData100k.json new file mode 100644 index 0000000..afa294a --- /dev/null +++ b/projects/SalesGrid/src/assets/SalesData100k.json @@ -0,0 +1 @@ +[{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":157,"Cost":102,"Date":"3/27/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":626,"Cost":345,"Date":"4/17/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":191,"Cost":121,"Date":"8/11/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":489,"Cost":321,"Date":"8/21/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":111,"Cost":106,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":870,"Cost":791,"Date":"9/5/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":884,"Cost":615,"Date":"9/14/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":587,"Cost":375,"Date":"9/20/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":524,"Cost":439,"Date":"11/20/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":61,"Cost":33,"Date":"12/21/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":836,"Cost":699,"Date":"1/7/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":199,"Cost":152,"Date":"1/21/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":269,"Cost":169,"Date":"2/9/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":466,"Cost":382,"Date":"3/19/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":685,"Cost":482,"Date":"4/3/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":792,"Cost":411,"Date":"4/5/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":723,"Cost":492,"Date":"4/28/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":496,"Cost":286,"Date":"7/10/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":802,"Cost":640,"Date":"3/25/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":788,"Cost":745,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":478,"Cost":281,"Date":"10/28/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":153,"Cost":140,"Date":"3/2/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":970,"Cost":764,"Date":"6/28/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":209,"Cost":171,"Date":"7/17/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":131,"Cost":78,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":636,"Cost":370,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":589,"Cost":535,"Date":"11/20/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":703,"Cost":650,"Date":"12/16/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":935,"Cost":701,"Date":"12/30/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":425,"Cost":243,"Date":"2/15/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":774,"Cost":601,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":788,"Cost":663,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":230,"Cost":170,"Date":"4/18/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":801,"Cost":495,"Date":"7/27/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":984,"Cost":573,"Date":"8/18/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":370,"Cost":200,"Date":"10/31/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":892,"Cost":770,"Date":"11/11/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":147,"Cost":74,"Date":"11/30/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":420,"Cost":297,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":667,"Cost":366,"Date":"3/1/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":54,"Cost":41,"Date":"4/13/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":389,"Cost":222,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":823,"Cost":468,"Date":"8/13/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":675,"Cost":559,"Date":"9/15/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":866,"Cost":705,"Date":"10/14/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":943,"Cost":701,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":720,"Cost":403,"Date":"11/11/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":238,"Cost":176,"Date":"12/7/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":196,"Cost":157,"Date":"12/21/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":834,"Cost":484,"Date":"1/6/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":289,"Cost":202,"Date":"1/23/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":178,"Cost":169,"Date":"2/4/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":739,"Cost":507,"Date":"3/10/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":814,"Cost":505,"Date":"3/12/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":372,"Cost":213,"Date":"3/31/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":724,"Cost":446,"Date":"6/16/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":364,"Cost":242,"Date":"6/17/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":179,"Cost":122,"Date":"8/27/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":813,"Cost":443,"Date":"10/1/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":452,"Cost":406,"Date":"11/4/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":308,"Cost":207,"Date":"11/9/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":810,"Cost":757,"Date":"3/27/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":338,"Date":"4/17/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":924,"Cost":738,"Date":"8/11/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":12,"Date":"8/21/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":414,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":750,"Date":"9/5/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":273,"Date":"9/14/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":340,"Cost":202,"Date":"9/20/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":25,"Date":"11/20/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":724,"Cost":648,"Date":"12/21/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":384,"Date":"1/7/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":6,"Date":"1/21/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":512,"Cost":298,"Date":"2/9/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":122,"Date":"3/19/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":191,"Cost":175,"Date":"4/3/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":757,"Cost":675,"Date":"4/5/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":23,"Date":"4/28/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":872,"Cost":498,"Date":"7/10/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":82,"Date":"3/25/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":369,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":611,"Cost":543,"Date":"10/28/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":406,"Date":"3/2/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":541,"Date":"6/28/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":159,"Date":"7/17/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":268,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":113,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":435,"Date":"11/20/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":6,"Date":"12/16/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":808,"Cost":647,"Date":"12/30/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":264,"Cost":156,"Date":"2/15/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":314,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":252,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":631,"Cost":571,"Date":"4/18/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":14,"Date":"7/27/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":988,"Cost":807,"Date":"8/18/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":381,"Cost":317,"Date":"10/31/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":307,"Date":"11/11/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":175,"Date":"11/30/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":435,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":79,"Cost":74,"Date":"3/1/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":598,"Date":"4/13/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":105,"Cost":65,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":625,"Cost":490,"Date":"8/13/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":143,"Date":"9/15/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":72,"Cost":36,"Date":"10/14/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":147,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":391,"Date":"11/11/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":985,"Cost":902,"Date":"12/7/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":842,"Cost":498,"Date":"12/21/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":232,"Date":"1/6/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":209,"Date":"1/23/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":497,"Date":"2/4/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":616,"Cost":308,"Date":"3/10/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":65,"Date":"3/12/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":346,"Date":"3/31/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":607,"Cost":357,"Date":"6/16/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":160,"Date":"6/17/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":99,"Cost":85,"Date":"8/27/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":468,"Date":"10/1/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":661,"Date":"11/4/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":493,"Date":"11/9/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":737,"Cost":495,"Date":"3/27/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":810,"Cost":501,"Date":"4/17/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":546,"Date":"8/11/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":87,"Date":"8/21/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":608,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":18,"Cost":13,"Date":"9/5/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":363,"Cost":338,"Date":"9/14/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":869,"Cost":571,"Date":"9/20/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":138,"Cost":100,"Date":"11/20/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":123,"Date":"12/21/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":754,"Cost":427,"Date":"1/7/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":357,"Date":"1/21/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":335,"Cost":196,"Date":"2/9/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":712,"Cost":357,"Date":"3/19/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":503,"Date":"4/3/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":17,"Cost":16,"Date":"4/5/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":70,"Cost":39,"Date":"4/28/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":312,"Date":"7/10/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":478,"Cost":255,"Date":"3/25/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":352,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":18,"Cost":13,"Date":"10/28/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":29,"Date":"3/2/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":392,"Date":"6/28/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":566,"Date":"7/17/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":312,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":47,"Cost":37,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":200,"Cost":107,"Date":"11/20/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":780,"Cost":404,"Date":"12/16/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":150,"Cost":109,"Date":"12/30/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":940,"Cost":528,"Date":"2/15/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":440,"Cost":414,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":605,"Cost":459,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":447,"Cost":235,"Date":"4/18/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":371,"Cost":255,"Date":"7/27/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":892,"Cost":718,"Date":"8/18/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":934,"Cost":572,"Date":"10/31/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":64,"Cost":57,"Date":"11/11/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":590,"Cost":415,"Date":"11/30/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":348,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":963,"Cost":685,"Date":"3/1/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":672,"Date":"4/13/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":397,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":553,"Cost":393,"Date":"8/13/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":552,"Date":"9/15/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":517,"Date":"10/14/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":56,"Cost":35,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":198,"Cost":125,"Date":"11/11/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":521,"Cost":347,"Date":"12/7/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":235,"Date":"12/21/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":494,"Cost":347,"Date":"1/6/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":178,"Cost":92,"Date":"1/23/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":207,"Cost":142,"Date":"2/4/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":577,"Cost":299,"Date":"3/10/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":301,"Date":"3/12/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":252,"Cost":154,"Date":"3/31/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":337,"Cost":306,"Date":"6/16/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":493,"Date":"6/17/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":668,"Date":"8/27/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":918,"Cost":639,"Date":"10/1/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":477,"Cost":293,"Date":"11/4/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":802,"Cost":459,"Date":"11/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":186,"Date":"3/27/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":184,"Date":"4/17/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":610,"Date":"8/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":472,"Cost":321,"Date":"8/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":216,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":703,"Cost":494,"Date":"9/5/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":491,"Date":"9/14/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":757,"Cost":604,"Date":"9/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":132,"Cost":96,"Date":"11/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":99,"Cost":71,"Date":"12/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":683,"Date":"1/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":67,"Cost":64,"Date":"1/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":41,"Cost":27,"Date":"2/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":51,"Cost":47,"Date":"3/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":577,"Date":"4/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":99,"Date":"4/5/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":154,"Cost":125,"Date":"4/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":149,"Cost":137,"Date":"7/10/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":309,"Cost":228,"Date":"3/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":122,"Cost":64,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":659,"Cost":604,"Date":"10/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":404,"Cost":236,"Date":"3/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":831,"Date":"6/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":659,"Cost":509,"Date":"7/17/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":246,"Cost":160,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":786,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":50,"Date":"11/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":588,"Cost":382,"Date":"12/16/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":897,"Cost":719,"Date":"12/30/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":686,"Cost":466,"Date":"2/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":331,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":745,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":749,"Cost":406,"Date":"4/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":782,"Cost":484,"Date":"7/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":847,"Cost":665,"Date":"8/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":792,"Cost":510,"Date":"10/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":242,"Date":"11/11/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":704,"Date":"11/30/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":701,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":780,"Cost":663,"Date":"3/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":223,"Date":"4/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":775,"Cost":707,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":642,"Cost":516,"Date":"8/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":4,"Date":"9/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":77,"Cost":53,"Date":"10/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":989,"Cost":893,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":92,"Cost":56,"Date":"11/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":919,"Cost":682,"Date":"12/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":616,"Cost":357,"Date":"12/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":765,"Cost":704,"Date":"1/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":716,"Cost":602,"Date":"1/23/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":633,"Cost":422,"Date":"2/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":453,"Cost":285,"Date":"3/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":794,"Date":"3/12/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":783,"Cost":648,"Date":"3/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":899,"Cost":647,"Date":"6/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":86,"Cost":49,"Date":"6/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":365,"Date":"8/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":536,"Date":"10/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":317,"Date":"11/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":616,"Cost":359,"Date":"11/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":980,"Cost":662,"Date":"3/27/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":2,"Cost":1,"Date":"4/17/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":765,"Cost":615,"Date":"8/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":939,"Cost":754,"Date":"8/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":336,"Cost":250,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":824,"Cost":701,"Date":"9/5/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":7,"Cost":7,"Date":"9/14/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":654,"Cost":343,"Date":"9/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":237,"Cost":206,"Date":"11/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":347,"Cost":217,"Date":"12/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":615,"Cost":544,"Date":"1/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":117,"Cost":67,"Date":"1/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":226,"Cost":183,"Date":"2/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":960,"Cost":689,"Date":"3/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":970,"Cost":543,"Date":"4/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":700,"Cost":567,"Date":"4/5/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":813,"Cost":625,"Date":"4/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":182,"Cost":167,"Date":"7/10/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":932,"Cost":824,"Date":"3/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":457,"Cost":342,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":310,"Cost":248,"Date":"10/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":446,"Cost":234,"Date":"3/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":474,"Cost":347,"Date":"6/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":349,"Cost":277,"Date":"7/17/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":873,"Cost":717,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":538,"Cost":433,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":165,"Cost":106,"Date":"11/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":124,"Cost":111,"Date":"12/16/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":898,"Cost":601,"Date":"12/30/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":591,"Cost":480,"Date":"2/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":692,"Cost":528,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":212,"Cost":143,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":99,"Cost":76,"Date":"4/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":729,"Cost":368,"Date":"7/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":883,"Cost":730,"Date":"8/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":151,"Cost":78,"Date":"10/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":296,"Cost":169,"Date":"11/11/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":142,"Cost":128,"Date":"11/30/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":633,"Cost":422,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":481,"Cost":284,"Date":"3/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":291,"Cost":257,"Date":"4/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":300,"Cost":238,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":357,"Cost":248,"Date":"8/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":710,"Cost":568,"Date":"9/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":127,"Cost":92,"Date":"10/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":449,"Cost":244,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":449,"Cost":329,"Date":"11/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":516,"Cost":308,"Date":"12/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":331,"Cost":286,"Date":"12/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":459,"Cost":252,"Date":"1/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":239,"Cost":160,"Date":"1/23/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":230,"Cost":203,"Date":"2/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":265,"Cost":143,"Date":"3/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":752,"Cost":644,"Date":"3/12/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":244,"Cost":194,"Date":"3/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":725,"Cost":438,"Date":"6/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":402,"Cost":324,"Date":"6/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":753,"Cost":509,"Date":"8/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":244,"Cost":207,"Date":"10/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":591,"Cost":405,"Date":"11/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":169,"Cost":88,"Date":"11/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":758,"Date":"3/27/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":265,"Date":"4/17/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":520,"Cost":349,"Date":"8/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":115,"Date":"8/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":39,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":1,"Cost":1,"Date":"9/5/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":271,"Date":"9/14/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":832,"Cost":425,"Date":"9/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":354,"Date":"11/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":533,"Date":"12/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":784,"Cost":677,"Date":"1/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":503,"Date":"1/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":735,"Cost":453,"Date":"2/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":464,"Date":"3/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":4,"Cost":3,"Date":"4/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":134,"Cost":92,"Date":"4/5/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":58,"Date":"4/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":934,"Cost":616,"Date":"7/10/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":604,"Cost":415,"Date":"3/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":485,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":13,"Cost":12,"Date":"10/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":116,"Cost":91,"Date":"3/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":505,"Cost":355,"Date":"6/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":823,"Date":"7/17/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":535,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":897,"Cost":770,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":576,"Date":"11/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":852,"Date":"12/16/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":585,"Cost":555,"Date":"12/30/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":160,"Date":"2/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":120,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":533,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":296,"Date":"4/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":361,"Date":"7/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":677,"Cost":561,"Date":"8/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":48,"Date":"10/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":210,"Cost":195,"Date":"11/11/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":311,"Date":"11/30/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":439,"Cost":301,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":190,"Date":"3/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":520,"Date":"4/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":137,"Cost":114,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":538,"Cost":454,"Date":"8/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":449,"Cost":355,"Date":"9/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":391,"Date":"10/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":643,"Cost":337,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":338,"Date":"11/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":522,"Date":"12/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":941,"Cost":842,"Date":"12/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":42,"Date":"1/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":661,"Date":"1/23/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":278,"Date":"2/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":544,"Date":"3/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":48,"Date":"3/12/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":449,"Cost":238,"Date":"3/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":209,"Date":"6/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":85,"Date":"6/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":37,"Cost":32,"Date":"8/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":252,"Date":"10/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":162,"Date":"11/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":869,"Cost":454,"Date":"11/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":784,"Cost":492,"Date":"3/27/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":282,"Cost":165,"Date":"4/17/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":80,"Cost":52,"Date":"8/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":601,"Cost":309,"Date":"8/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":620,"Cost":513,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":538,"Cost":441,"Date":"9/5/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":81,"Cost":62,"Date":"9/14/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":442,"Cost":243,"Date":"9/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":299,"Cost":265,"Date":"11/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":127,"Cost":63,"Date":"12/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":56,"Cost":29,"Date":"1/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":789,"Cost":675,"Date":"1/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":774,"Cost":440,"Date":"2/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":456,"Cost":256,"Date":"3/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":895,"Cost":693,"Date":"4/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":111,"Cost":92,"Date":"4/5/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":493,"Cost":450,"Date":"4/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":317,"Cost":234,"Date":"7/10/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":519,"Cost":263,"Date":"3/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":906,"Cost":835,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":25,"Cost":21,"Date":"10/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":718,"Cost":468,"Date":"3/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":698,"Cost":543,"Date":"6/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":18,"Cost":15,"Date":"7/17/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":253,"Cost":195,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":817,"Cost":606,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":896,"Cost":705,"Date":"11/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":120,"Cost":82,"Date":"12/16/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":874,"Cost":693,"Date":"12/30/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":749,"Cost":522,"Date":"2/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":112,"Cost":104,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":871,"Cost":722,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":305,"Cost":235,"Date":"4/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":4,"Cost":2,"Date":"7/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":807,"Cost":761,"Date":"8/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":164,"Cost":82,"Date":"10/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":413,"Cost":206,"Date":"11/11/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":394,"Cost":363,"Date":"11/30/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":667,"Cost":590,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":568,"Cost":505,"Date":"3/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":727,"Cost":579,"Date":"4/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":987,"Cost":922,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":360,"Cost":191,"Date":"8/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":531,"Cost":275,"Date":"9/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":622,"Cost":439,"Date":"10/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":35,"Cost":34,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":905,"Cost":741,"Date":"11/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":150,"Cost":120,"Date":"12/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":875,"Cost":707,"Date":"12/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":245,"Cost":208,"Date":"1/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":941,"Cost":545,"Date":"1/23/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":578,"Cost":447,"Date":"2/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":426,"Cost":383,"Date":"3/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":838,"Cost":517,"Date":"3/12/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":520,"Cost":403,"Date":"3/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":592,"Cost":505,"Date":"6/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":301,"Cost":161,"Date":"6/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":878,"Cost":831,"Date":"8/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":168,"Cost":102,"Date":"10/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":354,"Cost":323,"Date":"11/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":900,"Cost":701,"Date":"11/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":718,"Cost":451,"Date":"3/27/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":152,"Cost":110,"Date":"4/17/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":155,"Cost":94,"Date":"8/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":371,"Cost":275,"Date":"8/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":187,"Cost":95,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":728,"Cost":585,"Date":"9/5/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":269,"Cost":167,"Date":"9/14/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":779,"Cost":453,"Date":"9/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":585,"Cost":375,"Date":"11/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":717,"Cost":618,"Date":"12/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":708,"Cost":388,"Date":"1/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":970,"Cost":562,"Date":"1/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":37,"Cost":30,"Date":"2/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":209,"Cost":172,"Date":"3/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":157,"Cost":133,"Date":"4/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":963,"Cost":622,"Date":"4/5/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":254,"Cost":233,"Date":"4/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":509,"Cost":369,"Date":"7/10/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":942,"Cost":690,"Date":"3/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":967,"Cost":751,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":89,"Cost":73,"Date":"10/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":200,"Cost":104,"Date":"3/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":738,"Cost":681,"Date":"6/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":8,"Cost":4,"Date":"7/17/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":593,"Cost":374,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":271,"Cost":140,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":778,"Cost":607,"Date":"11/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":282,"Cost":252,"Date":"12/16/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":754,"Cost":685,"Date":"12/30/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":729,"Cost":496,"Date":"2/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":544,"Cost":383,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":980,"Cost":778,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":355,"Cost":232,"Date":"4/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":614,"Cost":512,"Date":"7/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":482,"Cost":264,"Date":"8/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":686,"Cost":555,"Date":"10/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":215,"Cost":116,"Date":"11/11/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":718,"Cost":633,"Date":"11/30/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":147,"Cost":124,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":174,"Cost":159,"Date":"3/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":885,"Cost":472,"Date":"4/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":390,"Cost":334,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":947,"Cost":864,"Date":"8/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":99,"Cost":80,"Date":"9/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":266,"Cost":199,"Date":"10/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":108,"Cost":97,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":491,"Cost":458,"Date":"11/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":934,"Cost":645,"Date":"12/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":502,"Cost":254,"Date":"12/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":773,"Cost":515,"Date":"1/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":913,"Cost":836,"Date":"1/23/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":858,"Cost":682,"Date":"2/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":348,"Cost":246,"Date":"3/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":442,"Cost":391,"Date":"3/12/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":147,"Cost":120,"Date":"3/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":523,"Cost":346,"Date":"6/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":898,"Cost":668,"Date":"6/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":726,"Cost":594,"Date":"8/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":461,"Cost":306,"Date":"10/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":817,"Cost":618,"Date":"11/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":756,"Cost":524,"Date":"11/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":800,"Cost":421,"Date":"3/27/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":601,"Date":"4/17/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":208,"Cost":120,"Date":"8/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":52,"Cost":28,"Date":"8/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":505,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":439,"Date":"9/5/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":312,"Date":"9/14/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":443,"Date":"9/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":24,"Cost":20,"Date":"11/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":286,"Date":"12/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":300,"Date":"1/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":784,"Date":"1/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":527,"Date":"2/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":419,"Date":"3/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":840,"Cost":454,"Date":"4/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":356,"Date":"4/5/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":319,"Date":"4/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":619,"Cost":343,"Date":"7/10/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":912,"Cost":498,"Date":"3/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":301,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":623,"Cost":390,"Date":"10/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":235,"Date":"3/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":514,"Date":"6/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":109,"Date":"7/17/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":500,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":376,"Cost":356,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":913,"Cost":606,"Date":"11/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":358,"Cost":302,"Date":"12/16/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":145,"Cost":77,"Date":"12/30/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":901,"Cost":792,"Date":"2/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":693,"Cost":656,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":219,"Cost":134,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":402,"Cost":268,"Date":"4/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":899,"Cost":777,"Date":"7/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":297,"Cost":263,"Date":"8/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":72,"Date":"10/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":863,"Cost":665,"Date":"11/11/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":488,"Cost":386,"Date":"11/30/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":412,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":75,"Cost":38,"Date":"3/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":929,"Cost":574,"Date":"4/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":374,"Cost":328,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":136,"Cost":105,"Date":"8/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":596,"Date":"9/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":732,"Cost":467,"Date":"10/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":408,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":402,"Date":"11/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":245,"Date":"12/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":606,"Cost":542,"Date":"12/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":434,"Cost":231,"Date":"1/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":342,"Date":"1/23/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":266,"Date":"2/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":778,"Cost":590,"Date":"3/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":278,"Date":"3/12/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":815,"Cost":681,"Date":"3/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":684,"Date":"6/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":12,"Cost":8,"Date":"6/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":689,"Cost":401,"Date":"8/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":354,"Date":"10/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":594,"Cost":454,"Date":"11/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":446,"Date":"11/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":123,"Date":"3/27/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":217,"Cost":130,"Date":"4/17/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":42,"Date":"8/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":62,"Date":"8/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":237,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":242,"Date":"9/5/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":751,"Date":"9/14/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":378,"Cost":321,"Date":"9/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":310,"Cost":217,"Date":"11/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":413,"Date":"12/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":39,"Cost":21,"Date":"1/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":78,"Date":"1/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":36,"Date":"2/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":559,"Date":"3/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":439,"Date":"4/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":590,"Cost":524,"Date":"4/5/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":473,"Cost":277,"Date":"4/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":171,"Date":"7/10/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":381,"Date":"3/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":500,"Cost":361,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":579,"Date":"10/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":583,"Cost":398,"Date":"3/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":855,"Cost":588,"Date":"6/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":7,"Date":"7/17/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":161,"Cost":81,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":496,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":130,"Date":"11/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":520,"Cost":445,"Date":"12/16/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":931,"Cost":817,"Date":"12/30/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":687,"Date":"2/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":521,"Cost":369,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":702,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":255,"Date":"4/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":223,"Cost":206,"Date":"7/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":133,"Date":"8/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":198,"Date":"10/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":855,"Cost":722,"Date":"11/11/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":184,"Date":"11/30/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":795,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":182,"Date":"3/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":595,"Date":"4/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":533,"Cost":283,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":242,"Cost":135,"Date":"8/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":112,"Date":"9/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":83,"Cost":64,"Date":"10/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":288,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":485,"Date":"11/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":145,"Cost":80,"Date":"12/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":176,"Date":"12/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":855,"Cost":795,"Date":"1/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":268,"Date":"1/23/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":427,"Date":"2/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":549,"Date":"3/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":94,"Date":"3/12/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":307,"Cost":251,"Date":"3/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":491,"Cost":249,"Date":"6/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":212,"Cost":123,"Date":"6/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":525,"Date":"8/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":205,"Date":"10/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":703,"Cost":621,"Date":"11/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":399,"Date":"11/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":345,"Date":"3/27/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":125,"Date":"4/17/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":66,"Date":"8/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":809,"Date":"8/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":259,"Cost":142,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":416,"Date":"9/5/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":199,"Date":"9/14/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":517,"Date":"9/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":432,"Date":"11/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":690,"Date":"12/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":935,"Cost":643,"Date":"1/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":313,"Date":"1/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":155,"Cost":110,"Date":"2/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":335,"Cost":282,"Date":"3/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":634,"Cost":541,"Date":"4/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":904,"Cost":484,"Date":"4/5/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":16,"Date":"4/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":294,"Date":"7/10/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":776,"Cost":533,"Date":"3/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":909,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":243,"Date":"10/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":592,"Cost":548,"Date":"3/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":131,"Date":"6/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":294,"Cost":159,"Date":"7/17/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":338,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":433,"Cost":344,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":881,"Cost":544,"Date":"11/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":63,"Cost":35,"Date":"12/16/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":173,"Date":"12/30/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":751,"Cost":531,"Date":"2/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":747,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":117,"Cost":97,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":138,"Date":"4/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":387,"Cost":280,"Date":"7/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":617,"Date":"8/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":405,"Cost":327,"Date":"10/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":289,"Date":"11/11/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":220,"Date":"11/30/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":455,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":387,"Cost":244,"Date":"3/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":763,"Date":"4/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":379,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":330,"Date":"8/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":67,"Cost":36,"Date":"9/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":282,"Cost":218,"Date":"10/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":916,"Cost":571,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":404,"Date":"11/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":481,"Cost":269,"Date":"12/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":50,"Cost":32,"Date":"12/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":770,"Date":"1/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":749,"Date":"1/23/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":269,"Cost":229,"Date":"2/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":216,"Cost":181,"Date":"3/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":471,"Cost":429,"Date":"3/12/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":396,"Date":"3/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":304,"Date":"6/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":912,"Cost":701,"Date":"6/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":239,"Cost":159,"Date":"8/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":652,"Date":"10/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":49,"Date":"11/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":131,"Date":"11/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":177,"Cost":127,"Date":"3/27/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":215,"Cost":119,"Date":"4/17/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":484,"Cost":420,"Date":"8/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":609,"Date":"8/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":572,"Cost":329,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":885,"Cost":767,"Date":"9/5/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":734,"Cost":456,"Date":"9/14/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":435,"Cost":332,"Date":"9/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":377,"Date":"11/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":675,"Date":"12/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":364,"Cost":283,"Date":"1/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":863,"Cost":756,"Date":"1/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":184,"Cost":109,"Date":"2/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":614,"Date":"3/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":712,"Date":"4/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":298,"Cost":265,"Date":"4/5/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":171,"Cost":122,"Date":"4/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":537,"Date":"7/10/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":355,"Date":"3/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":155,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":5,"Cost":4,"Date":"10/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":111,"Date":"3/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":282,"Date":"6/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":875,"Cost":487,"Date":"7/17/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":321,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":622,"Cost":345,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":710,"Cost":415,"Date":"11/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":198,"Date":"12/16/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":16,"Date":"12/30/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":245,"Cost":217,"Date":"2/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":419,"Cost":217,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":279,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":16,"Date":"4/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":601,"Date":"7/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":259,"Cost":148,"Date":"8/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":346,"Cost":323,"Date":"10/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":254,"Date":"11/11/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":732,"Cost":563,"Date":"11/30/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":437,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":474,"Cost":261,"Date":"3/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":538,"Cost":292,"Date":"4/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":967,"Cost":732,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":579,"Cost":531,"Date":"8/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":16,"Date":"9/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":429,"Cost":352,"Date":"10/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":821,"Cost":621,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":335,"Date":"11/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":705,"Date":"12/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":113,"Cost":74,"Date":"12/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":880,"Cost":443,"Date":"1/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":250,"Cost":158,"Date":"1/23/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":156,"Cost":92,"Date":"2/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":152,"Date":"3/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":70,"Cost":35,"Date":"3/12/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":894,"Cost":779,"Date":"3/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":349,"Cost":259,"Date":"6/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":478,"Cost":292,"Date":"6/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":452,"Date":"8/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":367,"Cost":293,"Date":"10/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":3,"Date":"11/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":51,"Date":"11/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":485,"Date":"3/27/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":261,"Cost":187,"Date":"4/17/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":558,"Cost":356,"Date":"8/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":575,"Cost":299,"Date":"8/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":644,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":888,"Cost":496,"Date":"9/5/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":908,"Cost":661,"Date":"9/14/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":325,"Date":"9/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":597,"Date":"11/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":58,"Cost":30,"Date":"12/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":76,"Date":"1/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":231,"Date":"1/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":895,"Cost":810,"Date":"2/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":478,"Date":"3/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":124,"Cost":81,"Date":"4/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":170,"Cost":133,"Date":"4/5/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":414,"Cost":292,"Date":"4/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":507,"Date":"7/10/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":698,"Date":"3/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":4,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":107,"Date":"10/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":845,"Cost":691,"Date":"3/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":318,"Date":"6/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":651,"Cost":367,"Date":"7/17/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":526,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":20,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":852,"Cost":698,"Date":"11/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":794,"Date":"12/16/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":279,"Date":"12/30/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":440,"Date":"2/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":219,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":47,"Cost":24,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":854,"Date":"4/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":199,"Date":"7/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":795,"Cost":439,"Date":"8/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":267,"Date":"10/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":407,"Date":"11/11/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":272,"Date":"11/30/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":811,"Cost":487,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":728,"Cost":691,"Date":"3/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":786,"Cost":559,"Date":"4/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":14,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":564,"Date":"8/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":618,"Cost":462,"Date":"9/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":155,"Date":"10/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":765,"Cost":616,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":373,"Date":"11/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":295,"Date":"12/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":644,"Cost":548,"Date":"12/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":350,"Cost":185,"Date":"1/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":761,"Date":"1/23/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":611,"Date":"2/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":125,"Cost":67,"Date":"3/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":298,"Date":"3/12/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":553,"Cost":348,"Date":"3/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":410,"Date":"6/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":319,"Date":"6/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":438,"Cost":383,"Date":"8/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":33,"Cost":22,"Date":"10/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":515,"Date":"11/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":840,"Cost":582,"Date":"11/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":154,"Cost":77,"Date":"3/27/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":400,"Date":"4/17/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":367,"Date":"8/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":556,"Date":"8/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":164,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":186,"Cost":164,"Date":"9/5/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":169,"Cost":150,"Date":"9/14/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":123,"Date":"9/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":258,"Cost":158,"Date":"11/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":292,"Date":"12/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":345,"Date":"1/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":652,"Cost":417,"Date":"1/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":430,"Date":"2/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":57,"Date":"3/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":372,"Date":"4/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":118,"Cost":60,"Date":"4/5/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":551,"Cost":320,"Date":"4/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":986,"Cost":785,"Date":"7/10/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":153,"Date":"3/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":5,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":235,"Cost":193,"Date":"10/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":600,"Date":"3/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":344,"Date":"6/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":406,"Date":"7/17/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":654,"Cost":610,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":108,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":326,"Cost":227,"Date":"11/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":526,"Date":"12/16/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":21,"Date":"12/30/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":378,"Date":"2/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":484,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":34,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":739,"Date":"4/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":613,"Date":"7/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":163,"Date":"8/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":312,"Date":"10/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":274,"Date":"11/11/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":398,"Date":"11/30/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":364,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":234,"Date":"3/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":391,"Cost":370,"Date":"4/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":264,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":338,"Date":"8/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":48,"Cost":43,"Date":"9/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":11,"Cost":6,"Date":"10/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":605,"Cost":417,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":594,"Date":"11/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":118,"Date":"12/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":334,"Cost":261,"Date":"12/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":978,"Cost":745,"Date":"1/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":542,"Cost":353,"Date":"1/23/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":64,"Cost":54,"Date":"2/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":487,"Date":"3/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":540,"Cost":449,"Date":"3/12/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":430,"Date":"3/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":21,"Cost":13,"Date":"6/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":29,"Date":"6/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":111,"Cost":89,"Date":"8/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":749,"Cost":620,"Date":"10/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":699,"Date":"11/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":661,"Cost":403,"Date":"11/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":304,"Cost":261,"Date":"3/27/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":835,"Cost":694,"Date":"4/17/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":969,"Cost":578,"Date":"8/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":881,"Cost":460,"Date":"8/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":730,"Cost":691,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":955,"Cost":544,"Date":"9/5/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":265,"Cost":206,"Date":"9/14/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":434,"Cost":243,"Date":"9/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":914,"Cost":598,"Date":"11/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":581,"Cost":479,"Date":"12/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":852,"Cost":791,"Date":"1/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":658,"Cost":345,"Date":"1/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":176,"Cost":129,"Date":"2/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":783,"Cost":626,"Date":"3/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":280,"Cost":177,"Date":"4/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":333,"Cost":246,"Date":"4/5/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":66,"Cost":63,"Date":"4/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":26,"Cost":13,"Date":"7/10/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":579,"Cost":464,"Date":"3/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":193,"Cost":183,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":101,"Cost":93,"Date":"10/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":923,"Cost":686,"Date":"3/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":902,"Cost":493,"Date":"6/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":130,"Cost":121,"Date":"7/17/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":697,"Cost":566,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":334,"Cost":175,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":427,"Cost":260,"Date":"11/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":11,"Cost":8,"Date":"12/16/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":860,"Cost":568,"Date":"12/30/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":375,"Cost":211,"Date":"2/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":965,"Cost":500,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":980,"Cost":929,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":922,"Cost":589,"Date":"4/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":647,"Cost":353,"Date":"7/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":519,"Cost":464,"Date":"8/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":763,"Cost":614,"Date":"10/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":389,"Cost":369,"Date":"11/11/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":837,"Cost":518,"Date":"11/30/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":998,"Cost":755,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":794,"Cost":567,"Date":"3/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":304,"Cost":277,"Date":"4/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":186,"Cost":114,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":388,"Cost":272,"Date":"8/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":511,"Cost":463,"Date":"9/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":459,"Cost":235,"Date":"10/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":969,"Cost":708,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":195,"Cost":99,"Date":"11/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":945,"Cost":617,"Date":"12/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":572,"Cost":415,"Date":"12/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":126,"Cost":73,"Date":"1/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":292,"Cost":180,"Date":"1/23/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":337,"Cost":247,"Date":"2/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":105,"Cost":99,"Date":"3/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":919,"Cost":615,"Date":"3/12/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":734,"Cost":655,"Date":"3/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":309,"Cost":274,"Date":"6/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":484,"Cost":434,"Date":"6/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":481,"Cost":357,"Date":"8/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":254,"Cost":157,"Date":"10/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":484,"Cost":277,"Date":"11/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":190,"Cost":99,"Date":"11/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":499,"Cost":466,"Date":"3/27/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":159,"Cost":123,"Date":"4/17/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":21,"Cost":15,"Date":"8/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":223,"Cost":210,"Date":"8/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":363,"Cost":297,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":145,"Cost":105,"Date":"9/5/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":262,"Cost":133,"Date":"9/14/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":452,"Cost":385,"Date":"9/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":215,"Cost":165,"Date":"11/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":831,"Cost":443,"Date":"12/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":224,"Cost":130,"Date":"1/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":905,"Cost":794,"Date":"1/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":263,"Cost":132,"Date":"2/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":732,"Cost":629,"Date":"3/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":642,"Cost":332,"Date":"4/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":175,"Cost":112,"Date":"4/5/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":287,"Cost":241,"Date":"4/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":426,"Cost":320,"Date":"7/10/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":459,"Cost":258,"Date":"3/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":263,"Cost":187,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":800,"Cost":739,"Date":"10/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":1,"Cost":0,"Date":"3/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":654,"Cost":618,"Date":"6/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":156,"Cost":88,"Date":"7/17/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":256,"Cost":191,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":921,"Cost":801,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":267,"Cost":214,"Date":"11/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":998,"Cost":766,"Date":"12/16/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":327,"Cost":185,"Date":"12/30/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":60,"Cost":57,"Date":"2/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":546,"Cost":319,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":437,"Cost":351,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":104,"Cost":75,"Date":"4/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":772,"Cost":411,"Date":"7/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":343,"Cost":188,"Date":"8/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":261,"Cost":242,"Date":"10/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":339,"Cost":271,"Date":"11/11/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":247,"Cost":191,"Date":"11/30/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":967,"Cost":484,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":826,"Cost":752,"Date":"3/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":505,"Cost":464,"Date":"4/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":254,"Cost":180,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":233,"Cost":142,"Date":"8/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":990,"Cost":591,"Date":"9/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":240,"Cost":142,"Date":"10/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":833,"Cost":466,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":931,"Cost":797,"Date":"11/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":958,"Cost":481,"Date":"12/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":953,"Cost":894,"Date":"12/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":3,"Cost":3,"Date":"1/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":931,"Cost":666,"Date":"1/23/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":458,"Cost":249,"Date":"2/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":366,"Cost":287,"Date":"3/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":383,"Cost":264,"Date":"3/12/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":81,"Cost":50,"Date":"3/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":986,"Cost":866,"Date":"6/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":666,"Cost":621,"Date":"6/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":177,"Cost":100,"Date":"8/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":650,"Cost":361,"Date":"10/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":158,"Cost":132,"Date":"11/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":991,"Cost":496,"Date":"11/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":509,"Date":"3/27/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":299,"Date":"4/17/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":163,"Cost":122,"Date":"8/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":206,"Date":"8/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":736,"Cost":435,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":752,"Cost":376,"Date":"9/5/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":450,"Date":"9/14/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":646,"Cost":495,"Date":"9/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":160,"Date":"11/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":345,"Cost":316,"Date":"12/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":989,"Cost":781,"Date":"1/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":59,"Date":"1/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":177,"Date":"2/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":304,"Date":"3/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":74,"Date":"4/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":802,"Cost":515,"Date":"4/5/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":292,"Date":"4/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":457,"Date":"7/10/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":783,"Date":"3/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":638,"Cost":387,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":92,"Date":"10/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":439,"Date":"3/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":661,"Cost":434,"Date":"6/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":275,"Date":"7/17/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":634,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":483,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":586,"Date":"11/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":717,"Cost":488,"Date":"12/16/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":467,"Date":"12/30/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":814,"Cost":573,"Date":"2/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":562,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":464,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":323,"Date":"4/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":252,"Date":"7/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":391,"Cost":239,"Date":"8/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":519,"Cost":347,"Date":"10/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":525,"Date":"11/11/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":511,"Cost":432,"Date":"11/30/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":291,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":718,"Cost":359,"Date":"3/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":369,"Cost":334,"Date":"4/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":129,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":100,"Date":"8/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":53,"Date":"9/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":692,"Cost":406,"Date":"10/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":126,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":58,"Date":"11/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":52,"Date":"12/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":145,"Date":"12/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":689,"Date":"1/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":839,"Date":"1/23/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":260,"Date":"2/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":438,"Date":"3/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":169,"Date":"3/12/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":603,"Date":"3/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":413,"Date":"6/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":40,"Cost":36,"Date":"6/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":8,"Date":"8/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":273,"Date":"10/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":340,"Date":"11/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":233,"Date":"11/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":116,"Date":"3/27/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":817,"Date":"4/17/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":536,"Date":"8/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":743,"Date":"8/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":288,"Cost":249,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":640,"Date":"9/5/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":687,"Date":"9/14/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":5,"Date":"9/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":388,"Date":"11/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":408,"Date":"12/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":649,"Cost":481,"Date":"1/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":290,"Cost":180,"Date":"1/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":227,"Cost":145,"Date":"2/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":91,"Date":"3/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":801,"Cost":756,"Date":"4/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":215,"Date":"4/5/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":328,"Date":"4/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":538,"Date":"7/10/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":400,"Date":"3/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":435,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":322,"Cost":270,"Date":"10/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":239,"Cost":213,"Date":"3/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":375,"Date":"6/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":168,"Date":"7/17/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":434,"Cost":256,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":235,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":97,"Date":"11/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":57,"Cost":32,"Date":"12/16/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":281,"Cost":162,"Date":"12/30/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":934,"Cost":564,"Date":"2/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":892,"Cost":731,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":253,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":245,"Date":"4/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":149,"Date":"7/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":269,"Date":"8/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":410,"Date":"10/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":52,"Cost":30,"Date":"11/11/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":669,"Date":"11/30/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":163,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":792,"Date":"3/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":475,"Date":"4/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":244,"Cost":125,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":765,"Date":"8/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":31,"Cost":23,"Date":"9/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":716,"Date":"10/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":680,"Cost":437,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":589,"Date":"11/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":409,"Cost":304,"Date":"12/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":595,"Date":"12/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":300,"Cost":176,"Date":"1/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":8,"Date":"1/23/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":765,"Cost":642,"Date":"2/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":190,"Date":"3/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":252,"Date":"3/12/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":565,"Date":"3/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":1,"Cost":0,"Date":"6/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":341,"Cost":179,"Date":"6/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":417,"Date":"8/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":434,"Date":"10/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":444,"Date":"11/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":454,"Date":"11/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":132,"Date":"3/27/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":347,"Cost":319,"Date":"4/17/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":526,"Cost":311,"Date":"8/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":145,"Date":"8/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":374,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":403,"Date":"9/5/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":203,"Cost":146,"Date":"9/14/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":644,"Date":"9/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":31,"Date":"11/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":92,"Date":"12/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":15,"Date":"1/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":366,"Cost":338,"Date":"1/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":458,"Date":"2/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":296,"Date":"3/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":29,"Cost":18,"Date":"4/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":408,"Date":"4/5/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":697,"Date":"4/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":761,"Cost":540,"Date":"7/10/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":732,"Cost":370,"Date":"3/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":462,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":839,"Cost":421,"Date":"10/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":452,"Date":"3/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":611,"Cost":340,"Date":"6/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":604,"Date":"7/17/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":102,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":225,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":280,"Date":"11/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":417,"Cost":231,"Date":"12/16/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":630,"Cost":558,"Date":"12/30/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":573,"Cost":437,"Date":"2/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":357,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":161,"Cost":121,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":349,"Date":"4/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":3,"Cost":2,"Date":"7/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":630,"Cost":533,"Date":"8/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":511,"Cost":434,"Date":"10/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":114,"Cost":92,"Date":"11/11/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":376,"Date":"11/30/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":345,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":661,"Date":"3/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":500,"Cost":271,"Date":"4/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":275,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":966,"Cost":591,"Date":"8/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":471,"Date":"9/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":540,"Date":"10/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":709,"Cost":599,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":507,"Date":"11/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":507,"Cost":296,"Date":"12/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":622,"Date":"12/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":302,"Cost":265,"Date":"1/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":570,"Date":"1/23/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":8,"Date":"2/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":288,"Date":"3/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":31,"Date":"3/12/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":213,"Cost":186,"Date":"3/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":47,"Date":"6/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":534,"Cost":486,"Date":"6/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":575,"Cost":511,"Date":"8/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":506,"Date":"10/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":68,"Date":"11/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":162,"Date":"11/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":613,"Cost":548,"Date":"3/27/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":708,"Cost":449,"Date":"4/17/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":81,"Cost":61,"Date":"8/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":786,"Cost":595,"Date":"8/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":728,"Cost":580,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":918,"Cost":462,"Date":"9/5/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":922,"Cost":828,"Date":"9/14/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":518,"Cost":308,"Date":"9/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":904,"Cost":495,"Date":"11/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":675,"Cost":438,"Date":"12/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":285,"Cost":153,"Date":"1/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":773,"Cost":437,"Date":"1/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":157,"Cost":123,"Date":"2/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":685,"Cost":546,"Date":"3/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":423,"Cost":391,"Date":"4/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":971,"Cost":520,"Date":"4/5/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":479,"Cost":422,"Date":"4/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":976,"Cost":508,"Date":"7/10/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":205,"Cost":109,"Date":"3/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":727,"Cost":392,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":638,"Cost":431,"Date":"10/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":993,"Cost":801,"Date":"3/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":577,"Cost":498,"Date":"6/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":985,"Cost":734,"Date":"7/17/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":138,"Cost":78,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":19,"Cost":13,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":444,"Cost":364,"Date":"11/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":831,"Cost":517,"Date":"12/16/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":24,"Cost":15,"Date":"12/30/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":172,"Cost":86,"Date":"2/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":503,"Cost":277,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":905,"Cost":694,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":982,"Cost":892,"Date":"4/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":494,"Cost":334,"Date":"7/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":552,"Cost":386,"Date":"8/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":981,"Cost":775,"Date":"10/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":468,"Cost":342,"Date":"11/11/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":886,"Cost":508,"Date":"11/30/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":75,"Cost":44,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":852,"Cost":636,"Date":"3/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":673,"Cost":448,"Date":"4/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":564,"Cost":476,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":808,"Cost":460,"Date":"8/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":143,"Cost":84,"Date":"9/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":309,"Cost":196,"Date":"10/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":72,"Cost":66,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":685,"Cost":342,"Date":"11/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":32,"Cost":20,"Date":"12/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":547,"Cost":279,"Date":"12/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":288,"Cost":198,"Date":"1/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":626,"Cost":463,"Date":"1/23/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":818,"Cost":708,"Date":"2/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":576,"Cost":380,"Date":"3/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":288,"Cost":188,"Date":"3/12/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":35,"Cost":33,"Date":"3/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":538,"Cost":322,"Date":"6/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":428,"Cost":300,"Date":"6/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":833,"Cost":728,"Date":"8/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":55,"Cost":28,"Date":"10/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":744,"Cost":702,"Date":"11/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":585,"Cost":404,"Date":"11/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":152,"Date":"3/27/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":113,"Date":"4/17/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":827,"Cost":624,"Date":"8/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":80,"Cost":63,"Date":"8/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":782,"Cost":436,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":132,"Cost":125,"Date":"9/5/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":247,"Date":"9/14/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":287,"Date":"9/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":443,"Date":"11/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":505,"Date":"12/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":992,"Cost":685,"Date":"1/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":754,"Cost":445,"Date":"1/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":676,"Date":"2/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":438,"Date":"3/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":617,"Cost":488,"Date":"4/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":551,"Date":"4/5/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":499,"Date":"4/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":192,"Cost":99,"Date":"7/10/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":655,"Date":"3/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":318,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":177,"Date":"10/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":847,"Cost":558,"Date":"3/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":48,"Date":"6/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":358,"Cost":293,"Date":"7/17/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":337,"Cost":225,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":933,"Cost":727,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":410,"Cost":334,"Date":"11/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":795,"Date":"12/16/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":936,"Cost":578,"Date":"12/30/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":641,"Date":"2/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":953,"Cost":718,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":74,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":160,"Date":"4/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":885,"Date":"7/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":248,"Date":"8/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":500,"Date":"10/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":834,"Cost":479,"Date":"11/11/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":218,"Date":"11/30/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":261,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":442,"Cost":333,"Date":"3/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":539,"Date":"4/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":512,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":306,"Date":"8/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":575,"Cost":519,"Date":"9/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":457,"Date":"10/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":396,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":284,"Date":"11/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":247,"Cost":170,"Date":"12/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":623,"Date":"12/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":831,"Cost":447,"Date":"1/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":109,"Date":"1/23/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":364,"Date":"2/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":946,"Cost":795,"Date":"3/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":618,"Date":"3/12/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":252,"Date":"3/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":188,"Date":"6/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":960,"Cost":651,"Date":"6/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":389,"Date":"8/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":428,"Date":"10/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":836,"Cost":635,"Date":"11/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":361,"Date":"11/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":375,"Date":"3/27/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":287,"Date":"4/17/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":87,"Cost":55,"Date":"8/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":181,"Date":"8/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":932,"Cost":871,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":290,"Date":"9/5/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":56,"Cost":42,"Date":"9/14/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":776,"Date":"9/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":556,"Date":"11/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":362,"Date":"12/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":843,"Cost":740,"Date":"1/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":502,"Cost":292,"Date":"1/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":462,"Date":"2/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":943,"Cost":491,"Date":"3/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":355,"Date":"4/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":512,"Cost":478,"Date":"4/5/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":400,"Date":"4/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":750,"Cost":489,"Date":"7/10/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":130,"Cost":107,"Date":"3/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":168,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":118,"Cost":90,"Date":"10/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":263,"Cost":222,"Date":"3/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":372,"Date":"6/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":712,"Cost":506,"Date":"7/17/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":484,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":805,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":774,"Date":"11/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":246,"Date":"12/16/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":307,"Date":"12/30/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":105,"Date":"2/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":223,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":108,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":245,"Date":"4/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":888,"Cost":675,"Date":"7/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":745,"Cost":463,"Date":"8/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":32,"Date":"10/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":368,"Date":"11/11/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":299,"Cost":262,"Date":"11/30/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":401,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":182,"Cost":125,"Date":"3/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":636,"Cost":508,"Date":"4/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":781,"Cost":712,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":99,"Date":"8/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":777,"Cost":521,"Date":"9/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":163,"Cost":83,"Date":"10/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":808,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":423,"Date":"11/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":115,"Cost":62,"Date":"12/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":306,"Date":"12/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":149,"Cost":125,"Date":"1/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":522,"Date":"1/23/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":543,"Date":"2/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":456,"Date":"3/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":244,"Date":"3/12/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":40,"Date":"3/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":596,"Cost":553,"Date":"6/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":549,"Cost":369,"Date":"6/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":156,"Date":"8/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":252,"Date":"10/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":583,"Cost":422,"Date":"11/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":380,"Date":"11/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":18,"Cost":13,"Date":"3/27/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":67,"Cost":34,"Date":"4/17/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":169,"Cost":149,"Date":"8/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":609,"Cost":540,"Date":"8/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":261,"Cost":229,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":534,"Cost":296,"Date":"9/5/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":386,"Cost":302,"Date":"9/14/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":787,"Cost":660,"Date":"9/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":213,"Cost":150,"Date":"11/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":500,"Cost":417,"Date":"12/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":491,"Cost":428,"Date":"1/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":740,"Cost":668,"Date":"1/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":353,"Cost":272,"Date":"2/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":40,"Cost":25,"Date":"3/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":16,"Cost":9,"Date":"4/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":297,"Cost":162,"Date":"4/5/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":686,"Cost":609,"Date":"4/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":415,"Cost":372,"Date":"7/10/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":89,"Cost":70,"Date":"3/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":286,"Cost":215,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":661,"Cost":534,"Date":"10/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":178,"Cost":151,"Date":"3/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":822,"Cost":431,"Date":"6/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":950,"Cost":567,"Date":"7/17/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":780,"Cost":423,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":943,"Cost":889,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":826,"Cost":571,"Date":"11/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":786,"Cost":465,"Date":"12/16/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":782,"Cost":412,"Date":"12/30/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":365,"Cost":258,"Date":"2/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":519,"Cost":478,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":111,"Cost":56,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":565,"Cost":325,"Date":"4/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":877,"Cost":603,"Date":"7/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":606,"Cost":444,"Date":"8/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":103,"Cost":56,"Date":"10/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":811,"Cost":642,"Date":"11/11/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":603,"Cost":310,"Date":"11/30/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":57,"Cost":43,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":894,"Cost":719,"Date":"3/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":359,"Cost":191,"Date":"4/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":318,"Cost":225,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":505,"Cost":294,"Date":"8/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":748,"Cost":586,"Date":"9/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":832,"Cost":423,"Date":"10/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":228,"Cost":205,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":480,"Cost":381,"Date":"11/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":474,"Cost":369,"Date":"12/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":127,"Cost":69,"Date":"12/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":280,"Cost":159,"Date":"1/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":195,"Cost":146,"Date":"1/23/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":188,"Cost":177,"Date":"2/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":961,"Cost":581,"Date":"3/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":917,"Cost":749,"Date":"3/12/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":333,"Cost":233,"Date":"3/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":517,"Cost":339,"Date":"6/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":345,"Cost":286,"Date":"6/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":579,"Cost":434,"Date":"8/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":909,"Cost":566,"Date":"10/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":128,"Cost":107,"Date":"11/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":989,"Cost":691,"Date":"11/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":1,"Date":"3/27/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":384,"Date":"4/17/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":704,"Cost":460,"Date":"8/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":623,"Cost":483,"Date":"8/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":375,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":480,"Date":"9/5/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":782,"Date":"9/14/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":545,"Date":"9/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":785,"Cost":460,"Date":"11/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":717,"Cost":524,"Date":"12/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":655,"Date":"1/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":19,"Cost":13,"Date":"1/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":123,"Cost":81,"Date":"2/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":551,"Cost":331,"Date":"3/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":470,"Cost":411,"Date":"4/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":368,"Cost":194,"Date":"4/5/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":427,"Cost":346,"Date":"4/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":827,"Cost":532,"Date":"7/10/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":284,"Date":"3/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":38,"Cost":30,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":286,"Date":"10/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":353,"Date":"3/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":558,"Date":"6/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":193,"Cost":154,"Date":"7/17/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":761,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":698,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":119,"Cost":63,"Date":"11/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":213,"Date":"12/16/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":632,"Cost":583,"Date":"12/30/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":243,"Date":"2/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":606,"Cost":365,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":407,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":95,"Date":"4/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":546,"Date":"7/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":819,"Cost":701,"Date":"8/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":593,"Date":"10/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":403,"Cost":368,"Date":"11/11/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":140,"Date":"11/30/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":444,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":860,"Cost":637,"Date":"3/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":801,"Cost":517,"Date":"4/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":112,"Cost":69,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":410,"Date":"8/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":520,"Date":"9/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":367,"Date":"10/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":766,"Cost":471,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":447,"Cost":276,"Date":"11/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":841,"Cost":450,"Date":"12/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":515,"Date":"12/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":241,"Date":"1/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":532,"Cost":318,"Date":"1/23/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":557,"Cost":411,"Date":"2/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":718,"Cost":399,"Date":"3/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":368,"Date":"3/12/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":216,"Cost":128,"Date":"3/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":345,"Cost":237,"Date":"6/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":83,"Cost":51,"Date":"6/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":43,"Date":"8/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":526,"Cost":420,"Date":"10/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":626,"Date":"11/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":997,"Cost":750,"Date":"11/9/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":387,"Cost":300,"Date":"3/27/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":227,"Cost":203,"Date":"4/17/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":896,"Cost":801,"Date":"8/11/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":221,"Cost":116,"Date":"8/21/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":670,"Cost":597,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":134,"Cost":124,"Date":"9/5/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":310,"Cost":172,"Date":"9/14/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":794,"Cost":577,"Date":"9/20/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":933,"Cost":763,"Date":"11/20/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":99,"Cost":59,"Date":"12/21/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":726,"Cost":518,"Date":"1/7/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":187,"Cost":127,"Date":"1/21/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":203,"Cost":160,"Date":"2/9/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":202,"Cost":138,"Date":"3/19/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":236,"Cost":127,"Date":"4/3/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":987,"Cost":790,"Date":"4/5/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":499,"Cost":366,"Date":"4/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":210,"Cost":177,"Date":"7/10/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":93,"Cost":65,"Date":"3/25/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":158,"Cost":102,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":537,"Cost":480,"Date":"10/28/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":646,"Cost":478,"Date":"3/2/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":680,"Cost":482,"Date":"6/28/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":708,"Cost":485,"Date":"7/17/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":413,"Cost":257,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":704,"Cost":666,"Date":"11/20/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":665,"Cost":481,"Date":"12/16/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":706,"Cost":370,"Date":"12/30/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":706,"Cost":647,"Date":"2/15/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":302,"Cost":167,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":592,"Cost":324,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":428,"Cost":253,"Date":"4/18/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":165,"Cost":113,"Date":"7/27/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":94,"Cost":68,"Date":"8/18/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":921,"Cost":681,"Date":"10/31/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":519,"Cost":482,"Date":"11/11/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":502,"Cost":468,"Date":"11/30/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":157,"Cost":103,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":757,"Cost":527,"Date":"3/1/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":646,"Cost":503,"Date":"4/13/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":30,"Cost":24,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":477,"Cost":379,"Date":"8/13/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":36,"Cost":31,"Date":"9/15/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":937,"Cost":531,"Date":"10/14/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":21,"Cost":15,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":287,"Cost":220,"Date":"11/11/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":776,"Cost":443,"Date":"12/7/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":714,"Cost":594,"Date":"12/21/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":285,"Cost":247,"Date":"1/6/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":995,"Cost":665,"Date":"1/23/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":522,"Cost":394,"Date":"2/4/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":611,"Cost":324,"Date":"3/10/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":245,"Cost":129,"Date":"3/12/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":155,"Cost":90,"Date":"3/31/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":417,"Cost":245,"Date":"6/16/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":23,"Cost":15,"Date":"6/17/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":42,"Cost":33,"Date":"8/27/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":701,"Cost":622,"Date":"10/1/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":582,"Cost":320,"Date":"11/4/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":929,"Cost":877,"Date":"11/9/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":497,"Cost":318,"Date":"3/27/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":934,"Cost":680,"Date":"4/17/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":746,"Cost":685,"Date":"8/11/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":164,"Cost":95,"Date":"8/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":740,"Cost":463,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":361,"Cost":281,"Date":"9/5/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":788,"Cost":473,"Date":"9/14/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":64,"Cost":42,"Date":"9/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":530,"Cost":386,"Date":"11/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":579,"Cost":344,"Date":"12/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":196,"Cost":173,"Date":"1/7/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":116,"Cost":102,"Date":"1/21/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":342,"Cost":300,"Date":"2/9/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":476,"Cost":259,"Date":"3/19/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":40,"Cost":29,"Date":"4/3/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":986,"Cost":770,"Date":"4/5/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":66,"Cost":33,"Date":"4/28/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":837,"Cost":707,"Date":"7/10/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":77,"Cost":63,"Date":"3/25/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":659,"Cost":579,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":850,"Cost":779,"Date":"10/28/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":839,"Cost":736,"Date":"3/2/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":379,"Cost":280,"Date":"6/28/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":302,"Cost":161,"Date":"7/17/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":304,"Cost":213,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":100,"Cost":83,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":665,"Cost":568,"Date":"11/20/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":583,"Cost":447,"Date":"12/16/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":942,"Cost":543,"Date":"12/30/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":725,"Cost":652,"Date":"2/15/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":199,"Cost":104,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":678,"Cost":615,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":57,"Cost":36,"Date":"4/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":297,"Cost":174,"Date":"7/27/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":778,"Cost":455,"Date":"8/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":460,"Cost":275,"Date":"10/31/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":989,"Cost":890,"Date":"11/11/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":816,"Cost":736,"Date":"11/30/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":668,"Cost":450,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":881,"Cost":512,"Date":"3/1/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":607,"Cost":521,"Date":"4/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":436,"Cost":351,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":103,"Cost":52,"Date":"8/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":489,"Cost":448,"Date":"9/15/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":977,"Cost":583,"Date":"10/14/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":29,"Cost":23,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":568,"Cost":502,"Date":"11/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":528,"Cost":498,"Date":"12/7/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":886,"Cost":480,"Date":"12/21/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":761,"Cost":616,"Date":"1/6/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":150,"Cost":99,"Date":"1/23/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":182,"Cost":132,"Date":"2/4/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":476,"Cost":241,"Date":"3/10/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":210,"Cost":133,"Date":"3/12/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":691,"Cost":477,"Date":"3/31/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":203,"Cost":188,"Date":"6/16/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":645,"Cost":363,"Date":"6/17/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":794,"Cost":705,"Date":"8/27/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":996,"Cost":552,"Date":"10/1/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":786,"Cost":562,"Date":"11/4/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":723,"Cost":552,"Date":"11/9/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":66,"Date":"3/27/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":693,"Cost":633,"Date":"4/17/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":786,"Date":"8/11/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":243,"Date":"8/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":131,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":418,"Date":"9/5/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":445,"Date":"9/14/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":872,"Cost":610,"Date":"9/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":181,"Date":"11/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":598,"Cost":465,"Date":"12/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":764,"Date":"1/7/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":195,"Date":"1/21/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":32,"Date":"2/9/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":373,"Date":"3/19/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":893,"Cost":780,"Date":"4/3/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":955,"Cost":534,"Date":"4/5/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":5,"Cost":3,"Date":"4/28/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":17,"Cost":10,"Date":"7/10/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":406,"Date":"3/25/2020"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":266,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":522,"Date":"10/28/2020"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":84,"Date":"3/2/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":658,"Cost":337,"Date":"6/28/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":266,"Date":"7/17/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":609,"Cost":453,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":589,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":605,"Date":"11/20/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":298,"Date":"12/16/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":616,"Date":"12/30/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":244,"Date":"2/15/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":172,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":30,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":441,"Date":"4/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":158,"Date":"7/27/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":454,"Date":"8/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":356,"Date":"10/31/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":478,"Date":"11/11/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":658,"Cost":420,"Date":"11/30/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":8,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":412,"Date":"3/1/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":684,"Date":"4/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":60,"Cost":39,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":716,"Date":"8/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":468,"Date":"9/15/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":593,"Cost":335,"Date":"10/14/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":536,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":187,"Date":"11/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":251,"Date":"12/7/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":525,"Date":"12/21/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":607,"Date":"1/6/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":817,"Cost":450,"Date":"1/23/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":821,"Date":"2/4/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":241,"Date":"3/10/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":213,"Date":"3/12/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":100,"Date":"3/31/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":244,"Cost":149,"Date":"6/16/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":294,"Cost":176,"Date":"6/17/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":490,"Cost":271,"Date":"8/27/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":15,"Date":"10/1/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":24,"Date":"11/4/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":67,"Cost":59,"Date":"11/9/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":176,"Cost":155,"Date":"3/27/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":937,"Cost":721,"Date":"4/17/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":924,"Cost":870,"Date":"8/11/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":97,"Cost":66,"Date":"8/21/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":735,"Cost":445,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":358,"Cost":211,"Date":"9/5/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":79,"Cost":40,"Date":"9/14/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":648,"Cost":536,"Date":"9/20/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":577,"Cost":369,"Date":"11/20/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":656,"Cost":400,"Date":"12/21/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":907,"Cost":714,"Date":"1/7/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":958,"Cost":517,"Date":"1/21/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":146,"Cost":81,"Date":"2/9/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":695,"Cost":608,"Date":"3/19/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":997,"Cost":830,"Date":"4/3/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":193,"Cost":130,"Date":"4/5/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":491,"Cost":432,"Date":"4/28/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":45,"Cost":32,"Date":"7/10/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":933,"Cost":706,"Date":"3/25/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":6,"Cost":6,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":267,"Cost":206,"Date":"10/28/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":834,"Cost":432,"Date":"3/2/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":432,"Cost":370,"Date":"6/28/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":406,"Cost":213,"Date":"7/17/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":398,"Cost":375,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":16,"Cost":15,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":797,"Cost":437,"Date":"11/20/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":294,"Cost":217,"Date":"12/16/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":164,"Cost":132,"Date":"12/30/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":428,"Cost":398,"Date":"2/15/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":652,"Cost":546,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":570,"Cost":492,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":11,"Cost":10,"Date":"4/18/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":721,"Cost":454,"Date":"7/27/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":457,"Cost":327,"Date":"8/18/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":809,"Cost":409,"Date":"10/31/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":949,"Cost":802,"Date":"11/11/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":965,"Cost":852,"Date":"11/30/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":78,"Cost":43,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":134,"Cost":116,"Date":"3/1/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":301,"Cost":177,"Date":"4/13/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":244,"Cost":219,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":693,"Cost":428,"Date":"8/13/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":458,"Cost":300,"Date":"9/15/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":109,"Cost":85,"Date":"10/14/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":561,"Cost":494,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":393,"Cost":364,"Date":"11/11/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":714,"Cost":451,"Date":"12/7/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":545,"Cost":468,"Date":"12/21/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":499,"Cost":284,"Date":"1/6/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":452,"Cost":416,"Date":"1/23/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":77,"Cost":58,"Date":"2/4/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":370,"Cost":234,"Date":"3/10/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":440,"Cost":381,"Date":"3/12/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":828,"Cost":528,"Date":"3/31/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":78,"Cost":53,"Date":"6/16/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":621,"Cost":426,"Date":"6/17/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":724,"Cost":536,"Date":"8/27/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":744,"Cost":645,"Date":"10/1/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":749,"Cost":423,"Date":"11/4/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":225,"Cost":171,"Date":"11/9/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":512,"Date":"3/27/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":256,"Date":"4/17/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":509,"Date":"8/11/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":804,"Cost":403,"Date":"8/21/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":526,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":465,"Cost":277,"Date":"9/5/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":70,"Date":"9/14/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":292,"Date":"9/20/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":809,"Cost":469,"Date":"11/20/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":491,"Date":"12/21/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":214,"Cost":110,"Date":"1/7/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":341,"Cost":285,"Date":"1/21/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":679,"Date":"2/9/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":335,"Cost":183,"Date":"3/19/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":924,"Cost":500,"Date":"4/3/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":382,"Date":"4/5/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":513,"Date":"4/28/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":817,"Cost":691,"Date":"7/10/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":738,"Date":"3/25/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":156,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":165,"Date":"10/28/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":756,"Date":"3/2/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":113,"Date":"6/28/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":5,"Date":"7/17/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":382,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":334,"Cost":271,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":54,"Cost":35,"Date":"11/20/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":730,"Cost":384,"Date":"12/16/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":355,"Cost":324,"Date":"12/30/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":279,"Date":"2/15/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":366,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":576,"Cost":365,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":175,"Date":"4/18/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":266,"Date":"7/27/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":760,"Date":"8/18/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":105,"Cost":90,"Date":"10/31/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":52,"Cost":29,"Date":"11/11/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":654,"Date":"11/30/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":377,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":367,"Cost":234,"Date":"3/1/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":907,"Cost":859,"Date":"4/13/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":503,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":814,"Date":"8/13/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":497,"Date":"9/15/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":342,"Date":"10/14/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":251,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":923,"Cost":696,"Date":"11/11/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":250,"Date":"12/7/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":72,"Date":"12/21/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":648,"Cost":609,"Date":"1/6/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":694,"Cost":583,"Date":"1/23/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":420,"Date":"2/4/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":90,"Cost":63,"Date":"3/10/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":577,"Cost":434,"Date":"3/12/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":489,"Cost":307,"Date":"3/31/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":455,"Date":"6/16/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":213,"Date":"6/17/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":770,"Cost":701,"Date":"8/27/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":172,"Date":"10/1/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":407,"Cost":278,"Date":"11/4/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":251,"Cost":214,"Date":"11/9/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":382,"Cost":242,"Date":"3/27/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":789,"Cost":505,"Date":"4/17/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":54,"Cost":28,"Date":"8/11/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":433,"Cost":225,"Date":"8/21/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":455,"Cost":390,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":314,"Cost":219,"Date":"9/5/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":907,"Cost":773,"Date":"9/14/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":367,"Cost":330,"Date":"9/20/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":688,"Cost":641,"Date":"11/20/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":490,"Cost":314,"Date":"12/21/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":248,"Cost":216,"Date":"1/7/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":99,"Cost":50,"Date":"1/21/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":177,"Cost":91,"Date":"2/9/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":730,"Cost":576,"Date":"3/19/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":602,"Cost":570,"Date":"4/3/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":748,"Cost":474,"Date":"4/5/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":712,"Cost":546,"Date":"4/28/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":772,"Cost":668,"Date":"7/10/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":483,"Cost":337,"Date":"3/25/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":342,"Cost":182,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":256,"Cost":184,"Date":"10/28/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":60,"Cost":32,"Date":"3/2/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":437,"Cost":385,"Date":"6/28/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":59,"Cost":53,"Date":"7/17/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":998,"Cost":919,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":921,"Cost":483,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":826,"Cost":431,"Date":"11/20/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":551,"Cost":308,"Date":"12/16/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":817,"Cost":527,"Date":"12/30/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":116,"Cost":87,"Date":"2/15/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":655,"Cost":492,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":813,"Cost":621,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":98,"Cost":80,"Date":"4/18/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":108,"Cost":90,"Date":"7/27/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":110,"Cost":79,"Date":"8/18/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":50,"Cost":27,"Date":"10/31/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":357,"Cost":257,"Date":"11/11/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":985,"Cost":522,"Date":"11/30/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":51,"Cost":40,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":75,"Cost":58,"Date":"3/1/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":73,"Cost":48,"Date":"4/13/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":410,"Cost":299,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":743,"Cost":428,"Date":"8/13/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":474,"Cost":331,"Date":"9/15/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":790,"Cost":468,"Date":"10/14/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":419,"Cost":333,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":754,"Cost":532,"Date":"11/11/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":459,"Cost":356,"Date":"12/7/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":810,"Cost":705,"Date":"12/21/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":117,"Cost":75,"Date":"1/6/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":741,"Cost":409,"Date":"1/23/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":767,"Cost":619,"Date":"2/4/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":141,"Cost":88,"Date":"3/10/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":271,"Cost":165,"Date":"3/12/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":15,"Cost":10,"Date":"3/31/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":973,"Cost":579,"Date":"6/16/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":491,"Cost":463,"Date":"6/17/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":825,"Cost":496,"Date":"8/27/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":920,"Cost":557,"Date":"10/1/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":257,"Cost":242,"Date":"11/4/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":806,"Cost":629,"Date":"11/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":54,"Cost":31,"Date":"3/27/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":797,"Cost":426,"Date":"4/17/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":465,"Cost":321,"Date":"8/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":497,"Cost":462,"Date":"8/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":409,"Cost":340,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":286,"Cost":240,"Date":"9/5/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":46,"Cost":31,"Date":"9/14/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":918,"Cost":564,"Date":"9/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":11,"Cost":7,"Date":"11/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":590,"Cost":529,"Date":"12/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":665,"Cost":622,"Date":"1/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":942,"Cost":480,"Date":"1/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":84,"Cost":75,"Date":"2/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":826,"Cost":429,"Date":"3/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":655,"Cost":486,"Date":"4/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":763,"Cost":612,"Date":"4/5/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":622,"Cost":438,"Date":"4/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":284,"Cost":146,"Date":"7/10/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":99,"Cost":77,"Date":"3/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":146,"Cost":87,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":356,"Cost":285,"Date":"10/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":177,"Cost":113,"Date":"3/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":223,"Cost":111,"Date":"6/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":686,"Cost":365,"Date":"7/17/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":733,"Cost":539,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":163,"Cost":140,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":446,"Cost":292,"Date":"11/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":53,"Cost":28,"Date":"12/16/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":461,"Cost":288,"Date":"12/30/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":233,"Date":"2/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":817,"Cost":519,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":338,"Cost":244,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":518,"Cost":350,"Date":"4/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":335,"Cost":254,"Date":"7/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":115,"Cost":104,"Date":"8/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":156,"Cost":78,"Date":"10/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":444,"Cost":328,"Date":"11/11/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":530,"Cost":432,"Date":"11/30/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":982,"Cost":921,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":934,"Cost":765,"Date":"3/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":351,"Cost":205,"Date":"4/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":892,"Cost":681,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":468,"Cost":298,"Date":"8/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":502,"Cost":452,"Date":"9/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":790,"Cost":750,"Date":"10/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":588,"Cost":331,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":421,"Cost":295,"Date":"11/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":567,"Cost":285,"Date":"12/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":549,"Cost":456,"Date":"12/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":100,"Cost":67,"Date":"1/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":690,"Cost":468,"Date":"1/23/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":510,"Cost":410,"Date":"2/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":571,"Cost":521,"Date":"3/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":112,"Cost":73,"Date":"3/12/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":354,"Cost":302,"Date":"3/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":713,"Cost":390,"Date":"6/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":207,"Cost":186,"Date":"6/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":354,"Cost":233,"Date":"8/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":187,"Cost":178,"Date":"10/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":183,"Cost":155,"Date":"11/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":25,"Cost":19,"Date":"11/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":300,"Cost":216,"Date":"3/27/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":598,"Cost":338,"Date":"4/17/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":548,"Cost":275,"Date":"8/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":634,"Cost":405,"Date":"8/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":440,"Cost":404,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":791,"Cost":626,"Date":"9/5/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":197,"Cost":116,"Date":"9/14/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":96,"Cost":59,"Date":"9/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":814,"Cost":700,"Date":"11/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":214,"Cost":135,"Date":"12/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":554,"Cost":450,"Date":"1/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":957,"Cost":821,"Date":"1/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":411,"Cost":371,"Date":"2/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":81,"Cost":55,"Date":"3/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":534,"Cost":373,"Date":"4/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":966,"Cost":654,"Date":"4/5/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":625,"Cost":414,"Date":"4/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":185,"Cost":127,"Date":"7/10/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":580,"Cost":494,"Date":"3/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":68,"Cost":46,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":577,"Cost":460,"Date":"10/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":805,"Cost":517,"Date":"3/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":936,"Cost":777,"Date":"6/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":785,"Cost":606,"Date":"7/17/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":710,"Cost":525,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":295,"Cost":169,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":762,"Cost":691,"Date":"11/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":802,"Cost":626,"Date":"12/16/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":751,"Cost":437,"Date":"12/30/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":407,"Cost":241,"Date":"2/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":314,"Cost":183,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":46,"Cost":24,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":476,"Cost":272,"Date":"4/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":366,"Cost":308,"Date":"7/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":792,"Cost":399,"Date":"8/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":939,"Cost":710,"Date":"10/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":355,"Cost":225,"Date":"11/11/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":947,"Cost":657,"Date":"11/30/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":328,"Cost":304,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":906,"Cost":466,"Date":"3/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":195,"Cost":148,"Date":"4/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":908,"Cost":524,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":706,"Cost":479,"Date":"8/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":191,"Cost":141,"Date":"9/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":116,"Cost":61,"Date":"10/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":930,"Cost":756,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":694,"Cost":378,"Date":"11/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":533,"Cost":396,"Date":"12/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":449,"Cost":298,"Date":"12/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":706,"Cost":638,"Date":"1/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":497,"Cost":386,"Date":"1/23/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":641,"Cost":577,"Date":"2/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":991,"Cost":844,"Date":"3/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":533,"Cost":288,"Date":"3/12/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":262,"Cost":219,"Date":"3/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":65,"Cost":42,"Date":"6/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":526,"Cost":442,"Date":"6/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":750,"Cost":471,"Date":"8/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":894,"Cost":555,"Date":"10/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":605,"Cost":552,"Date":"11/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":263,"Cost":216,"Date":"11/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":972,"Cost":839,"Date":"3/27/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":230,"Cost":195,"Date":"4/17/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":241,"Cost":159,"Date":"8/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":901,"Cost":487,"Date":"8/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":973,"Cost":840,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":912,"Cost":580,"Date":"9/5/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":334,"Cost":177,"Date":"9/14/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":623,"Cost":445,"Date":"9/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":696,"Cost":434,"Date":"11/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":830,"Cost":731,"Date":"12/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":25,"Cost":14,"Date":"1/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":69,"Cost":45,"Date":"1/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":999,"Cost":776,"Date":"2/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":756,"Cost":421,"Date":"3/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":723,"Cost":392,"Date":"4/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":797,"Cost":752,"Date":"4/5/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":73,"Cost":41,"Date":"4/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":28,"Cost":17,"Date":"7/10/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":759,"Cost":604,"Date":"3/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":585,"Cost":552,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":975,"Cost":818,"Date":"10/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":877,"Cost":499,"Date":"3/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":391,"Cost":244,"Date":"6/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":571,"Cost":450,"Date":"7/17/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":808,"Cost":424,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":130,"Cost":82,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":347,"Cost":265,"Date":"11/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":358,"Cost":296,"Date":"12/16/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":277,"Cost":205,"Date":"12/30/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":477,"Cost":355,"Date":"2/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":509,"Cost":323,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":264,"Cost":135,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":383,"Cost":356,"Date":"4/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":277,"Cost":141,"Date":"7/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":639,"Cost":402,"Date":"8/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":417,"Cost":346,"Date":"10/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":276,"Cost":229,"Date":"11/11/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":937,"Cost":728,"Date":"11/30/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":337,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":548,"Cost":325,"Date":"3/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":352,"Cost":196,"Date":"4/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":845,"Cost":465,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":947,"Cost":767,"Date":"8/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":858,"Cost":771,"Date":"9/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":566,"Cost":355,"Date":"10/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":768,"Cost":612,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":306,"Cost":157,"Date":"11/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":187,"Cost":166,"Date":"12/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":774,"Cost":707,"Date":"12/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":132,"Cost":126,"Date":"1/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":746,"Cost":610,"Date":"1/23/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":54,"Cost":32,"Date":"2/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":937,"Cost":649,"Date":"3/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":135,"Cost":95,"Date":"3/12/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":91,"Cost":86,"Date":"3/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":153,"Cost":104,"Date":"6/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":947,"Cost":886,"Date":"6/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":694,"Cost":580,"Date":"8/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":691,"Cost":610,"Date":"10/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":22,"Cost":20,"Date":"11/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":36,"Cost":18,"Date":"11/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":167,"Date":"3/27/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":666,"Cost":365,"Date":"4/17/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":274,"Date":"8/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":467,"Date":"8/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":17,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":968,"Cost":626,"Date":"9/5/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":739,"Cost":646,"Date":"9/14/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":120,"Date":"9/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":241,"Date":"11/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":718,"Cost":535,"Date":"12/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":560,"Cost":491,"Date":"1/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":390,"Date":"1/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":259,"Date":"2/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":257,"Date":"3/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":686,"Date":"4/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":115,"Date":"4/5/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":381,"Date":"4/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":918,"Cost":696,"Date":"7/10/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":71,"Date":"3/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":998,"Cost":917,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":162,"Date":"10/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":508,"Cost":317,"Date":"3/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":852,"Date":"6/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":990,"Cost":529,"Date":"7/17/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":186,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":461,"Cost":267,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":601,"Date":"11/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":297,"Cost":205,"Date":"12/16/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":671,"Cost":447,"Date":"12/30/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":563,"Date":"2/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":754,"Cost":607,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":616,"Cost":316,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":473,"Date":"4/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":568,"Date":"7/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":539,"Cost":490,"Date":"8/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":837,"Cost":777,"Date":"10/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":879,"Cost":625,"Date":"11/11/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":90,"Date":"11/30/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":503,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":677,"Cost":471,"Date":"3/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":609,"Cost":308,"Date":"4/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":235,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":851,"Cost":645,"Date":"8/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":372,"Date":"9/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":703,"Cost":523,"Date":"10/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":251,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":975,"Cost":599,"Date":"11/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":135,"Cost":125,"Date":"12/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":601,"Cost":544,"Date":"12/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":509,"Date":"1/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":152,"Date":"1/23/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":155,"Date":"2/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":670,"Date":"3/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":509,"Date":"3/12/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":638,"Date":"3/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":383,"Date":"6/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":587,"Date":"6/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":724,"Cost":459,"Date":"8/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":156,"Date":"10/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":567,"Cost":332,"Date":"11/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":609,"Cost":318,"Date":"11/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":684,"Cost":627,"Date":"3/27/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":528,"Cost":277,"Date":"4/17/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":991,"Cost":600,"Date":"8/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":344,"Cost":188,"Date":"8/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":661,"Cost":383,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":895,"Cost":448,"Date":"9/5/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":943,"Cost":480,"Date":"9/14/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":948,"Cost":684,"Date":"9/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":873,"Cost":692,"Date":"11/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":80,"Cost":53,"Date":"12/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":326,"Cost":285,"Date":"1/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":366,"Date":"1/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":892,"Cost":702,"Date":"2/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":470,"Cost":410,"Date":"3/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":889,"Cost":691,"Date":"4/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":332,"Cost":273,"Date":"4/5/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":365,"Date":"4/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":444,"Date":"7/10/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":436,"Date":"3/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":402,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":584,"Date":"10/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":455,"Cost":247,"Date":"3/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":706,"Cost":441,"Date":"6/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":887,"Cost":654,"Date":"7/17/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":569,"Cost":332,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":707,"Cost":610,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":821,"Cost":583,"Date":"11/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":400,"Date":"12/16/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":365,"Cost":297,"Date":"12/30/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":533,"Cost":301,"Date":"2/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":482,"Cost":343,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":968,"Cost":755,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":202,"Cost":179,"Date":"4/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":478,"Date":"7/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":547,"Cost":330,"Date":"8/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":8,"Cost":5,"Date":"10/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":767,"Cost":719,"Date":"11/11/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":269,"Date":"11/30/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":101,"Cost":69,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":780,"Date":"3/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":561,"Cost":484,"Date":"4/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":227,"Cost":188,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":304,"Date":"8/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":816,"Cost":562,"Date":"9/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":156,"Date":"10/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":706,"Cost":502,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":229,"Date":"11/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":647,"Cost":484,"Date":"12/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":286,"Date":"12/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":33,"Cost":27,"Date":"1/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":300,"Cost":238,"Date":"1/23/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":388,"Date":"2/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":340,"Date":"3/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":645,"Date":"3/12/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":583,"Cost":309,"Date":"3/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":739,"Cost":387,"Date":"6/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":83,"Cost":76,"Date":"6/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":71,"Cost":63,"Date":"8/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":275,"Date":"10/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":654,"Cost":497,"Date":"11/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":692,"Cost":401,"Date":"11/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":51,"Date":"3/27/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":391,"Cost":261,"Date":"4/17/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":187,"Date":"8/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":19,"Date":"8/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":717,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":341,"Cost":257,"Date":"9/5/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":66,"Date":"9/14/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":191,"Cost":130,"Date":"9/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":195,"Date":"11/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":280,"Date":"12/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":566,"Cost":491,"Date":"1/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":301,"Cost":247,"Date":"1/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":154,"Date":"2/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":113,"Date":"3/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":28,"Date":"4/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":229,"Date":"4/5/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":648,"Date":"4/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":77,"Date":"7/10/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":843,"Cost":620,"Date":"3/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":702,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":516,"Date":"10/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":700,"Date":"3/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":396,"Date":"6/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":276,"Date":"7/17/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":339,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":50,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":277,"Date":"11/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":259,"Date":"12/16/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":465,"Date":"12/30/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":698,"Date":"2/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":347,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":412,"Cost":249,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":169,"Date":"4/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":516,"Date":"7/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":277,"Date":"8/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":309,"Cost":187,"Date":"10/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":370,"Cost":337,"Date":"11/11/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":362,"Date":"11/30/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":798,"Cost":627,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":898,"Cost":794,"Date":"3/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":557,"Cost":350,"Date":"4/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":343,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":473,"Date":"8/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":533,"Cost":385,"Date":"9/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":490,"Date":"10/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":828,"Cost":427,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":342,"Date":"11/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":894,"Date":"12/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":623,"Cost":378,"Date":"12/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":287,"Date":"1/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":154,"Date":"1/23/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":352,"Date":"2/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":438,"Date":"3/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":184,"Cost":129,"Date":"3/12/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":403,"Date":"3/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":972,"Cost":563,"Date":"6/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":380,"Date":"6/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":585,"Date":"8/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":475,"Cost":451,"Date":"10/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":797,"Cost":552,"Date":"11/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":681,"Cost":461,"Date":"11/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":308,"Cost":222,"Date":"3/27/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":830,"Cost":547,"Date":"4/17/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":952,"Cost":570,"Date":"8/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":432,"Cost":387,"Date":"8/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":326,"Cost":198,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":187,"Cost":156,"Date":"9/5/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":434,"Cost":283,"Date":"9/14/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":515,"Cost":408,"Date":"9/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":918,"Cost":574,"Date":"11/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":33,"Cost":32,"Date":"12/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":651,"Cost":589,"Date":"1/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":383,"Cost":228,"Date":"1/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":851,"Cost":448,"Date":"2/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":850,"Cost":451,"Date":"3/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":672,"Cost":582,"Date":"4/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":819,"Cost":613,"Date":"4/5/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":100,"Cost":61,"Date":"4/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":425,"Cost":393,"Date":"7/10/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":58,"Cost":51,"Date":"3/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":5,"Cost":2,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":453,"Cost":336,"Date":"10/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":302,"Cost":258,"Date":"3/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":715,"Cost":558,"Date":"6/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":420,"Cost":318,"Date":"7/17/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":395,"Cost":245,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":274,"Cost":184,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":515,"Cost":296,"Date":"11/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":570,"Cost":404,"Date":"12/16/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":239,"Cost":220,"Date":"12/30/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":664,"Cost":494,"Date":"2/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":484,"Cost":456,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":779,"Cost":642,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":112,"Cost":60,"Date":"4/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":606,"Cost":556,"Date":"7/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":439,"Cost":352,"Date":"8/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":735,"Cost":687,"Date":"10/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":933,"Cost":763,"Date":"11/11/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":67,"Cost":63,"Date":"11/30/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":646,"Cost":524,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":644,"Cost":330,"Date":"3/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":461,"Cost":436,"Date":"4/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":197,"Cost":178,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":591,"Cost":344,"Date":"8/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":924,"Cost":856,"Date":"9/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":83,"Cost":55,"Date":"10/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":498,"Cost":274,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":854,"Cost":532,"Date":"11/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":820,"Cost":581,"Date":"12/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":764,"Cost":420,"Date":"12/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":509,"Cost":274,"Date":"1/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":581,"Cost":464,"Date":"1/23/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":51,"Cost":35,"Date":"2/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":308,"Cost":193,"Date":"3/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":332,"Cost":192,"Date":"3/12/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":596,"Cost":407,"Date":"3/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":274,"Cost":229,"Date":"6/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":283,"Cost":178,"Date":"6/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":634,"Cost":563,"Date":"8/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":379,"Cost":274,"Date":"10/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":90,"Cost":62,"Date":"11/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":247,"Cost":202,"Date":"11/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":82,"Date":"3/27/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":91,"Date":"4/17/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":985,"Cost":820,"Date":"8/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":121,"Date":"8/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":390,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":526,"Cost":321,"Date":"9/5/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":475,"Cost":402,"Date":"9/14/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":583,"Cost":507,"Date":"9/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":677,"Date":"11/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":674,"Cost":385,"Date":"12/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":716,"Cost":516,"Date":"1/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":774,"Date":"1/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":105,"Date":"2/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":740,"Date":"3/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":157,"Date":"4/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":353,"Date":"4/5/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":521,"Date":"4/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":346,"Date":"7/10/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":478,"Date":"3/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":799,"Cost":650,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":23,"Date":"10/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":281,"Date":"3/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":793,"Cost":730,"Date":"6/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":355,"Cost":306,"Date":"7/17/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":475,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":540,"Cost":336,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":192,"Cost":125,"Date":"11/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":223,"Date":"12/16/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":759,"Cost":399,"Date":"12/30/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":467,"Date":"2/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":746,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":261,"Cost":190,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":785,"Cost":400,"Date":"4/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":319,"Date":"7/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":937,"Cost":532,"Date":"8/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":525,"Cost":436,"Date":"10/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":122,"Date":"11/11/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":250,"Date":"11/30/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":42,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":426,"Date":"3/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":253,"Cost":173,"Date":"4/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":408,"Cost":291,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":147,"Date":"8/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":379,"Date":"9/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":297,"Date":"10/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":23,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":39,"Cost":28,"Date":"11/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":228,"Date":"12/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":36,"Date":"12/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":685,"Date":"1/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":65,"Cost":47,"Date":"1/23/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":781,"Cost":411,"Date":"2/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":361,"Date":"3/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":286,"Date":"3/12/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":35,"Date":"3/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":720,"Date":"6/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":611,"Date":"6/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":698,"Cost":392,"Date":"8/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":745,"Cost":402,"Date":"10/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":440,"Date":"11/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":497,"Date":"11/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":243,"Cost":189,"Date":"3/27/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":952,"Cost":717,"Date":"4/17/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":732,"Cost":466,"Date":"8/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":779,"Cost":639,"Date":"8/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":619,"Cost":415,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":89,"Cost":79,"Date":"9/5/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":776,"Cost":472,"Date":"9/14/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":236,"Cost":168,"Date":"9/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":877,"Cost":801,"Date":"11/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":834,"Cost":621,"Date":"12/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":302,"Cost":262,"Date":"1/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":983,"Cost":764,"Date":"1/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":214,"Cost":148,"Date":"2/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":165,"Cost":149,"Date":"3/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":817,"Cost":426,"Date":"4/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":765,"Cost":702,"Date":"4/5/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":599,"Cost":324,"Date":"4/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":552,"Cost":412,"Date":"7/10/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":111,"Cost":104,"Date":"3/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":367,"Cost":321,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":790,"Cost":643,"Date":"10/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":869,"Cost":695,"Date":"3/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":934,"Cost":492,"Date":"6/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":512,"Cost":407,"Date":"7/17/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":505,"Cost":409,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":650,"Cost":610,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":103,"Cost":82,"Date":"11/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":383,"Cost":226,"Date":"12/16/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":933,"Cost":661,"Date":"12/30/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":630,"Cost":598,"Date":"2/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":431,"Cost":375,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":746,"Cost":394,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":971,"Cost":858,"Date":"4/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":589,"Cost":347,"Date":"7/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":826,"Cost":477,"Date":"8/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":9,"Cost":5,"Date":"10/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":518,"Cost":379,"Date":"11/11/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":183,"Cost":164,"Date":"11/30/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":450,"Cost":324,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":33,"Cost":24,"Date":"3/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":3,"Cost":2,"Date":"4/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":798,"Cost":745,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":431,"Cost":317,"Date":"8/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":465,"Cost":313,"Date":"9/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":134,"Cost":106,"Date":"10/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":830,"Cost":425,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":173,"Cost":125,"Date":"11/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":203,"Cost":167,"Date":"12/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":383,"Cost":320,"Date":"12/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":643,"Cost":411,"Date":"1/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":725,"Cost":444,"Date":"1/23/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":285,"Cost":181,"Date":"2/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":818,"Cost":491,"Date":"3/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":480,"Cost":317,"Date":"3/12/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":570,"Cost":381,"Date":"3/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":13,"Cost":12,"Date":"6/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":966,"Cost":626,"Date":"6/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":461,"Cost":348,"Date":"8/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":826,"Cost":514,"Date":"10/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":615,"Cost":495,"Date":"11/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":644,"Cost":424,"Date":"11/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":421,"Cost":247,"Date":"3/27/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":269,"Cost":243,"Date":"4/17/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":821,"Cost":490,"Date":"8/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":374,"Cost":189,"Date":"8/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":589,"Cost":551,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":202,"Cost":128,"Date":"9/5/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":382,"Cost":330,"Date":"9/14/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":4,"Cost":2,"Date":"9/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":879,"Cost":746,"Date":"11/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":158,"Cost":131,"Date":"12/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":595,"Cost":398,"Date":"1/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":766,"Cost":703,"Date":"1/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":541,"Cost":434,"Date":"2/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":739,"Cost":510,"Date":"3/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":220,"Cost":125,"Date":"4/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":81,"Cost":48,"Date":"4/5/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":177,"Cost":126,"Date":"4/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":214,"Cost":177,"Date":"7/10/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":183,"Cost":133,"Date":"3/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":169,"Cost":118,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":261,"Cost":202,"Date":"10/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":681,"Cost":529,"Date":"3/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":592,"Cost":398,"Date":"6/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":377,"Cost":338,"Date":"7/17/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":581,"Cost":511,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":532,"Cost":467,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":804,"Cost":711,"Date":"11/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":393,"Cost":361,"Date":"12/16/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":838,"Cost":445,"Date":"12/30/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":290,"Cost":225,"Date":"2/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":914,"Cost":513,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":555,"Cost":434,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":981,"Cost":931,"Date":"4/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":877,"Cost":602,"Date":"7/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":575,"Cost":466,"Date":"8/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":285,"Cost":216,"Date":"10/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":936,"Cost":686,"Date":"11/11/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":883,"Cost":742,"Date":"11/30/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":862,"Cost":643,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":394,"Cost":214,"Date":"3/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":478,"Cost":301,"Date":"4/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":457,"Cost":399,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":962,"Cost":642,"Date":"8/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":139,"Cost":107,"Date":"9/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":875,"Cost":594,"Date":"10/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":550,"Cost":456,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":109,"Cost":83,"Date":"11/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":181,"Cost":164,"Date":"12/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":600,"Cost":539,"Date":"12/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":63,"Cost":47,"Date":"1/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":769,"Cost":673,"Date":"1/23/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":861,"Cost":457,"Date":"2/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":433,"Cost":375,"Date":"3/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":84,"Cost":50,"Date":"3/12/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":268,"Cost":222,"Date":"3/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":576,"Cost":469,"Date":"6/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":983,"Cost":672,"Date":"6/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":693,"Cost":474,"Date":"8/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":142,"Cost":86,"Date":"10/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":614,"Cost":412,"Date":"11/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":96,"Cost":71,"Date":"11/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":958,"Cost":899,"Date":"3/27/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":644,"Cost":414,"Date":"4/17/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":491,"Cost":395,"Date":"8/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":800,"Cost":404,"Date":"8/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":428,"Cost":282,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":190,"Cost":131,"Date":"9/5/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":92,"Cost":61,"Date":"9/14/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":118,"Cost":80,"Date":"9/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":252,"Cost":199,"Date":"11/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":771,"Cost":466,"Date":"12/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":179,"Cost":131,"Date":"1/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":109,"Cost":94,"Date":"1/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":504,"Cost":447,"Date":"2/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":365,"Cost":253,"Date":"3/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":476,"Cost":411,"Date":"4/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":807,"Cost":525,"Date":"4/5/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":455,"Cost":262,"Date":"4/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":986,"Cost":500,"Date":"7/10/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":47,"Cost":27,"Date":"3/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":750,"Cost":548,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":102,"Cost":77,"Date":"10/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":386,"Cost":241,"Date":"3/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":58,"Cost":49,"Date":"6/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":443,"Cost":402,"Date":"7/17/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":671,"Cost":351,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":123,"Cost":98,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":329,"Cost":302,"Date":"11/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":402,"Cost":346,"Date":"12/16/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":814,"Cost":747,"Date":"12/30/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":975,"Cost":674,"Date":"2/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":591,"Cost":458,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":584,"Cost":370,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":566,"Cost":467,"Date":"4/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":287,"Cost":183,"Date":"7/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":396,"Cost":278,"Date":"8/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":761,"Cost":647,"Date":"10/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":188,"Cost":155,"Date":"11/11/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":114,"Cost":84,"Date":"11/30/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":508,"Cost":383,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":266,"Cost":191,"Date":"3/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":2,"Cost":1,"Date":"4/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":94,"Cost":70,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":76,"Cost":56,"Date":"8/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":569,"Cost":360,"Date":"9/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":51,"Cost":33,"Date":"10/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":185,"Cost":102,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":768,"Cost":471,"Date":"11/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":770,"Cost":601,"Date":"12/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":259,"Cost":156,"Date":"12/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":58,"Cost":45,"Date":"1/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":821,"Cost":534,"Date":"1/23/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":744,"Cost":415,"Date":"2/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":743,"Cost":522,"Date":"3/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":599,"Cost":415,"Date":"3/12/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":794,"Cost":417,"Date":"3/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":968,"Cost":816,"Date":"6/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":885,"Cost":709,"Date":"6/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":840,"Cost":665,"Date":"8/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":846,"Cost":640,"Date":"10/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":70,"Cost":42,"Date":"11/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":975,"Cost":559,"Date":"11/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":351,"Date":"3/27/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":284,"Date":"4/17/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":116,"Cost":109,"Date":"8/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":263,"Date":"8/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":74,"Cost":61,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":449,"Cost":357,"Date":"9/5/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":321,"Date":"9/14/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":546,"Date":"9/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":357,"Cost":228,"Date":"11/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":853,"Cost":780,"Date":"12/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":758,"Cost":645,"Date":"1/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":388,"Date":"1/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":11,"Cost":10,"Date":"2/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":566,"Cost":328,"Date":"3/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":946,"Cost":624,"Date":"4/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":444,"Cost":340,"Date":"4/5/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":271,"Date":"4/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":7,"Cost":4,"Date":"7/10/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":139,"Date":"3/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":280,"Cost":265,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":37,"Date":"10/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":300,"Date":"3/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":714,"Date":"6/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":151,"Cost":133,"Date":"7/17/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":856,"Cost":582,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":302,"Cost":159,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":225,"Cost":183,"Date":"11/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":365,"Date":"12/16/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":475,"Date":"12/30/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":563,"Date":"2/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":558,"Cost":300,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":988,"Cost":683,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":501,"Date":"4/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":367,"Date":"7/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":334,"Date":"8/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":260,"Date":"10/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":931,"Cost":603,"Date":"11/11/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":638,"Date":"11/30/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":66,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":130,"Cost":122,"Date":"3/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":37,"Cost":24,"Date":"4/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":349,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":371,"Date":"8/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":512,"Date":"9/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":956,"Cost":539,"Date":"10/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":69,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":306,"Cost":204,"Date":"11/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":271,"Date":"12/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":118,"Cost":94,"Date":"12/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":164,"Date":"1/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":551,"Date":"1/23/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":880,"Cost":539,"Date":"2/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":432,"Cost":228,"Date":"3/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":350,"Date":"3/12/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":654,"Cost":501,"Date":"3/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":758,"Cost":509,"Date":"6/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":657,"Cost":476,"Date":"6/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":288,"Date":"8/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":157,"Cost":95,"Date":"10/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":480,"Date":"11/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":565,"Date":"11/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":261,"Cost":242,"Date":"3/27/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":693,"Cost":634,"Date":"4/17/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":852,"Cost":458,"Date":"8/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":179,"Cost":94,"Date":"8/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":61,"Cost":58,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":565,"Cost":383,"Date":"9/5/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":714,"Cost":600,"Date":"9/14/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":406,"Cost":264,"Date":"9/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":383,"Cost":240,"Date":"11/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":996,"Cost":602,"Date":"12/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":597,"Cost":461,"Date":"1/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":951,"Cost":798,"Date":"1/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":707,"Cost":490,"Date":"2/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":199,"Cost":178,"Date":"3/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":690,"Cost":595,"Date":"4/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":61,"Cost":47,"Date":"4/5/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":370,"Cost":229,"Date":"4/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":808,"Cost":516,"Date":"7/10/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":403,"Cost":380,"Date":"3/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":295,"Cost":190,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":893,"Cost":597,"Date":"10/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":485,"Cost":367,"Date":"3/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":208,"Cost":182,"Date":"6/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":947,"Cost":516,"Date":"7/17/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":660,"Cost":574,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":495,"Cost":317,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":587,"Cost":359,"Date":"11/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":501,"Cost":342,"Date":"12/16/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":849,"Cost":626,"Date":"12/30/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":348,"Cost":263,"Date":"2/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":285,"Cost":158,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":604,"Cost":449,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":204,"Cost":175,"Date":"4/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":753,"Cost":539,"Date":"7/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":13,"Cost":8,"Date":"8/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":594,"Cost":415,"Date":"10/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":410,"Cost":292,"Date":"11/11/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":308,"Cost":228,"Date":"11/30/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":45,"Cost":37,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":379,"Cost":358,"Date":"3/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":801,"Cost":756,"Date":"4/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":716,"Cost":611,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":767,"Cost":410,"Date":"8/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":724,"Cost":449,"Date":"9/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":212,"Cost":170,"Date":"10/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":840,"Cost":755,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":529,"Cost":425,"Date":"11/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":960,"Cost":643,"Date":"12/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":252,"Cost":135,"Date":"12/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":112,"Cost":65,"Date":"1/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":17,"Cost":10,"Date":"1/23/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":759,"Cost":544,"Date":"2/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":680,"Cost":440,"Date":"3/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":947,"Cost":848,"Date":"3/12/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":455,"Cost":386,"Date":"3/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":114,"Cost":99,"Date":"6/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":762,"Cost":521,"Date":"6/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":860,"Cost":623,"Date":"8/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":834,"Cost":498,"Date":"10/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":591,"Cost":317,"Date":"11/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":835,"Cost":496,"Date":"11/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":353,"Cost":317,"Date":"3/27/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":709,"Cost":658,"Date":"4/17/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":206,"Cost":109,"Date":"8/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":43,"Cost":30,"Date":"8/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":175,"Cost":129,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":481,"Cost":311,"Date":"9/5/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":30,"Cost":17,"Date":"9/14/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":126,"Cost":69,"Date":"9/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":832,"Cost":635,"Date":"11/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":697,"Cost":490,"Date":"12/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":583,"Cost":519,"Date":"1/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":356,"Cost":273,"Date":"1/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":993,"Cost":864,"Date":"2/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":886,"Cost":719,"Date":"3/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":485,"Cost":457,"Date":"4/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":581,"Cost":453,"Date":"4/5/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":845,"Cost":641,"Date":"4/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":884,"Cost":520,"Date":"7/10/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":938,"Cost":817,"Date":"3/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":729,"Cost":410,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":229,"Cost":167,"Date":"10/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":122,"Cost":113,"Date":"3/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":834,"Cost":424,"Date":"6/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":145,"Cost":103,"Date":"7/17/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":429,"Cost":334,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":203,"Cost":164,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":6,"Cost":4,"Date":"11/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":231,"Cost":171,"Date":"12/16/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":65,"Cost":40,"Date":"12/30/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":948,"Cost":841,"Date":"2/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":452,"Cost":255,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":111,"Cost":100,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":18,"Cost":13,"Date":"4/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":107,"Cost":68,"Date":"7/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":992,"Cost":910,"Date":"8/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":195,"Cost":173,"Date":"10/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":850,"Cost":676,"Date":"11/11/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":795,"Cost":412,"Date":"11/30/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":994,"Cost":866,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":384,"Cost":271,"Date":"3/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":450,"Cost":226,"Date":"4/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":380,"Cost":202,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":467,"Cost":398,"Date":"8/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":414,"Cost":328,"Date":"9/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":48,"Cost":39,"Date":"10/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":242,"Cost":209,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":982,"Cost":698,"Date":"11/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":950,"Cost":839,"Date":"12/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":46,"Cost":32,"Date":"12/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":351,"Cost":316,"Date":"1/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":744,"Cost":626,"Date":"1/23/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":655,"Cost":563,"Date":"2/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":792,"Cost":433,"Date":"3/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":805,"Cost":713,"Date":"3/12/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":980,"Cost":600,"Date":"3/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":134,"Cost":106,"Date":"6/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":865,"Cost":781,"Date":"6/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":926,"Cost":651,"Date":"8/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":889,"Cost":599,"Date":"10/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":967,"Cost":544,"Date":"11/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":163,"Cost":99,"Date":"11/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":490,"Date":"3/27/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":796,"Cost":520,"Date":"4/17/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":206,"Date":"8/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":351,"Date":"8/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":389,"Cost":338,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":943,"Cost":777,"Date":"9/5/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":875,"Cost":450,"Date":"9/14/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":171,"Cost":160,"Date":"9/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":595,"Date":"11/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":271,"Date":"12/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":472,"Date":"1/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":624,"Date":"1/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":396,"Date":"2/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":313,"Date":"3/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":398,"Cost":244,"Date":"4/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":102,"Date":"4/5/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":159,"Cost":88,"Date":"4/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":273,"Date":"7/10/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":245,"Date":"3/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":608,"Cost":317,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":913,"Cost":484,"Date":"10/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":243,"Cost":215,"Date":"3/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":332,"Cost":167,"Date":"6/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":228,"Date":"7/17/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":23,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":463,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":368,"Date":"11/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":872,"Cost":567,"Date":"12/16/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":982,"Cost":762,"Date":"12/30/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":426,"Date":"2/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":482,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":477,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":636,"Cost":531,"Date":"4/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":605,"Date":"7/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":340,"Date":"8/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":690,"Date":"10/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":944,"Cost":787,"Date":"11/11/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":503,"Date":"11/30/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":393,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":210,"Date":"3/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":529,"Cost":268,"Date":"4/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":849,"Cost":690,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":274,"Cost":137,"Date":"8/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":118,"Cost":89,"Date":"9/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":184,"Cost":126,"Date":"10/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":615,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":648,"Date":"11/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":663,"Date":"12/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":177,"Cost":147,"Date":"12/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":866,"Cost":471,"Date":"1/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":580,"Date":"1/23/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":370,"Date":"2/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":183,"Date":"3/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":452,"Date":"3/12/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":636,"Cost":546,"Date":"3/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":523,"Cost":421,"Date":"6/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":152,"Cost":89,"Date":"6/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":207,"Date":"8/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":103,"Date":"10/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":510,"Date":"11/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":254,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":172,"Cost":156,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":196,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":555,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":739,"Cost":526,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":37,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":535,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":713,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":304,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":568,"Cost":421,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":237,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":271,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":596,"Cost":520,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":937,"Cost":853,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":451,"Cost":276,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":407,"Cost":314,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":571,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":268,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":634,"Cost":545,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":549,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":590,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":19,"Cost":18,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":148,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":424,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":814,"Cost":725,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":597,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":599,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":240,"Cost":219,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":68,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":239,"Cost":226,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":388,"Cost":352,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":275,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":811,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":978,"Cost":694,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":994,"Cost":842,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":294,"Cost":223,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":410,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":349,"Cost":201,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":969,"Cost":818,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":547,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":985,"Cost":920,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":469,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":379,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":284,"Cost":175,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":671,"Cost":581,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":956,"Cost":897,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":376,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":903,"Cost":686,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":929,"Cost":695,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":865,"Cost":444,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":469,"Cost":391,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":498,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":373,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":113,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":189,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":871,"Cost":465,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":650,"Cost":382,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":697,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":234,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":407,"Cost":346,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":532,"Cost":298,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":703,"Cost":494,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":535,"Cost":395,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":213,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":535,"Cost":303,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":436,"Cost":260,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":525,"Cost":328,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":635,"Cost":331,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":783,"Cost":738,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":21,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":499,"Cost":292,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":89,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":20,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":738,"Cost":636,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":553,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":179,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":453,"Cost":299,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":647,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":283,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":158,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":564,"Cost":323,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":242,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":674,"Cost":362,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":367,"Cost":265,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":482,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":146,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":621,"Cost":430,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":40,"Cost":26,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":261,"Cost":134,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":708,"Cost":418,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":464,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":743,"Cost":457,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":10,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":700,"Cost":642,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":89,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":402,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":852,"Cost":809,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":192,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":380,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":55,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":808,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":765,"Cost":701,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":95,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":712,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":130,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":654,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":518,"Cost":453,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":513,"Cost":464,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":325,"Cost":185,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":361,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":544,"Cost":353,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":438,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":732,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":203,"Cost":192,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":200,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":457,"Cost":317,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":227,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":695,"Cost":367,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":940,"Cost":730,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":184,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":451,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":137,"Cost":111,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":373,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":598,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":525,"Cost":279,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":330,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":611,"Cost":579,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":297,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":390,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":711,"Cost":493,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":714,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":132,"Cost":121,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":774,"Cost":583,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":308,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":184,"Cost":157,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":701,"Cost":408,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":285,"Cost":262,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":208,"Cost":139,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":775,"Cost":475,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":130,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":14,"Cost":7,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":579,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":369,"Cost":221,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":134,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":358,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":733,"Cost":665,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":869,"Cost":692,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":590,"Cost":393,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":456,"Cost":381,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":443,"Cost":258,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":465,"Cost":385,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":170,"Cost":110,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":903,"Cost":649,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":167,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":579,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":513,"Cost":361,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":606,"Cost":414,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":688,"Cost":355,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":625,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":630,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":735,"Cost":550,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":299,"Cost":210,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":996,"Cost":894,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":249,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":201,"Cost":138,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":376,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":761,"Cost":463,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":215,"Cost":136,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":657,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":686,"Cost":578,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":542,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":271,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":727,"Cost":374,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":366,"Cost":298,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":288,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":982,"Cost":700,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":369,"Cost":216,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":14,"Cost":7,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":32,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":351,"Cost":269,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":38,"Cost":36,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":5,"Cost":2,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":161,"Cost":84,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":333,"Cost":269,"Date":"11/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":828,"Cost":547,"Date":"3/27/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":94,"Cost":68,"Date":"4/17/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":194,"Cost":132,"Date":"8/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":646,"Cost":485,"Date":"8/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":398,"Cost":263,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":649,"Cost":407,"Date":"9/5/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":290,"Cost":243,"Date":"9/14/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":381,"Cost":334,"Date":"9/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":619,"Cost":560,"Date":"11/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":719,"Cost":631,"Date":"12/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":187,"Cost":157,"Date":"1/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":772,"Cost":546,"Date":"1/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":843,"Cost":578,"Date":"2/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":151,"Cost":91,"Date":"3/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":782,"Cost":618,"Date":"4/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":46,"Cost":31,"Date":"4/5/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":489,"Cost":254,"Date":"4/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":429,"Cost":315,"Date":"7/10/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":597,"Cost":413,"Date":"3/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":205,"Cost":194,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":470,"Cost":366,"Date":"10/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":979,"Cost":578,"Date":"3/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":413,"Cost":230,"Date":"6/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":500,"Cost":365,"Date":"7/17/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":698,"Cost":395,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":661,"Cost":360,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":126,"Cost":99,"Date":"11/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":449,"Cost":383,"Date":"12/16/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":14,"Cost":9,"Date":"12/30/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":718,"Cost":601,"Date":"2/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":282,"Cost":156,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":14,"Cost":10,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":358,"Cost":188,"Date":"4/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":201,"Cost":110,"Date":"7/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":578,"Cost":435,"Date":"8/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":129,"Cost":70,"Date":"10/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":348,"Cost":263,"Date":"11/11/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":150,"Cost":104,"Date":"11/30/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":66,"Cost":43,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":22,"Cost":15,"Date":"3/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":486,"Cost":355,"Date":"4/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":675,"Cost":378,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":245,"Cost":139,"Date":"8/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":328,"Cost":297,"Date":"9/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":79,"Cost":66,"Date":"10/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":587,"Cost":531,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":844,"Cost":705,"Date":"11/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":897,"Cost":688,"Date":"12/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":152,"Cost":91,"Date":"12/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":289,"Cost":213,"Date":"1/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":950,"Cost":707,"Date":"1/23/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":980,"Cost":518,"Date":"2/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":69,"Cost":37,"Date":"3/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":497,"Cost":256,"Date":"3/12/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":244,"Cost":223,"Date":"3/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":294,"Cost":231,"Date":"6/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":972,"Cost":499,"Date":"6/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":463,"Cost":350,"Date":"8/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":711,"Cost":367,"Date":"10/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":39,"Cost":36,"Date":"11/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":722,"Cost":633,"Date":"11/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":396,"Cost":215,"Date":"3/27/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":796,"Cost":460,"Date":"4/17/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":825,"Cost":530,"Date":"8/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":15,"Cost":8,"Date":"8/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":994,"Cost":585,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":692,"Cost":601,"Date":"9/5/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":747,"Cost":535,"Date":"9/14/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":224,"Cost":181,"Date":"9/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":988,"Cost":661,"Date":"11/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":784,"Cost":652,"Date":"12/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":994,"Cost":532,"Date":"1/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":542,"Cost":433,"Date":"1/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":232,"Cost":125,"Date":"2/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":949,"Cost":635,"Date":"3/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":728,"Cost":455,"Date":"4/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":985,"Cost":880,"Date":"4/5/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":639,"Cost":331,"Date":"4/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":779,"Cost":428,"Date":"7/10/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":712,"Cost":463,"Date":"3/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":179,"Cost":162,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":913,"Cost":456,"Date":"10/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":106,"Cost":61,"Date":"3/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":461,"Cost":341,"Date":"6/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":575,"Cost":307,"Date":"7/17/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":921,"Cost":649,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":221,"Cost":111,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":305,"Cost":207,"Date":"11/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":440,"Cost":361,"Date":"12/16/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":655,"Cost":430,"Date":"12/30/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":935,"Cost":765,"Date":"2/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":852,"Cost":703,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":815,"Cost":518,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":421,"Cost":377,"Date":"4/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":856,"Cost":698,"Date":"7/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":771,"Cost":607,"Date":"8/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":614,"Cost":348,"Date":"10/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":758,"Cost":434,"Date":"11/11/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":487,"Cost":457,"Date":"11/30/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":841,"Cost":599,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":353,"Cost":202,"Date":"3/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":130,"Cost":114,"Date":"4/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":942,"Cost":882,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":445,"Cost":315,"Date":"8/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":280,"Cost":186,"Date":"9/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":1,"Cost":1,"Date":"10/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":960,"Cost":561,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":199,"Cost":126,"Date":"11/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":989,"Cost":666,"Date":"12/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":18,"Cost":9,"Date":"12/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":322,"Cost":240,"Date":"1/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":910,"Cost":578,"Date":"1/23/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":979,"Cost":690,"Date":"2/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":459,"Cost":278,"Date":"3/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":744,"Cost":555,"Date":"3/12/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":901,"Cost":777,"Date":"3/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":276,"Cost":188,"Date":"6/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":537,"Cost":412,"Date":"6/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":264,"Cost":132,"Date":"8/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":97,"Cost":53,"Date":"10/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":354,"Cost":277,"Date":"11/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":922,"Cost":796,"Date":"11/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":510,"Cost":421,"Date":"3/27/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":217,"Cost":191,"Date":"4/17/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":39,"Cost":33,"Date":"8/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":597,"Cost":348,"Date":"8/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":512,"Cost":323,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":41,"Cost":32,"Date":"9/5/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":754,"Cost":486,"Date":"9/14/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":220,"Cost":203,"Date":"9/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":39,"Cost":35,"Date":"11/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":397,"Cost":324,"Date":"12/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":194,"Cost":145,"Date":"1/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":469,"Cost":258,"Date":"1/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":453,"Cost":286,"Date":"2/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":215,"Cost":155,"Date":"3/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":808,"Cost":545,"Date":"4/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":341,"Cost":289,"Date":"4/5/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":975,"Cost":729,"Date":"4/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":182,"Cost":156,"Date":"7/10/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":926,"Cost":488,"Date":"3/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":764,"Cost":436,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":330,"Cost":300,"Date":"10/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":95,"Cost":75,"Date":"3/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":823,"Cost":466,"Date":"6/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":88,"Cost":83,"Date":"7/17/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":160,"Cost":144,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":829,"Cost":740,"Date":"11/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":512,"Cost":451,"Date":"12/16/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":163,"Cost":84,"Date":"12/30/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":17,"Cost":16,"Date":"2/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":431,"Cost":271,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":135,"Cost":119,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":366,"Cost":293,"Date":"4/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":808,"Cost":539,"Date":"7/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":500,"Cost":408,"Date":"8/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":602,"Cost":433,"Date":"10/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":117,"Cost":70,"Date":"11/11/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":690,"Cost":406,"Date":"11/30/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":922,"Cost":760,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":26,"Cost":14,"Date":"3/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":389,"Cost":256,"Date":"4/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":83,"Cost":61,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":311,"Cost":209,"Date":"8/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":655,"Cost":454,"Date":"9/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":468,"Cost":313,"Date":"10/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":529,"Cost":380,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":458,"Cost":338,"Date":"11/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":999,"Cost":726,"Date":"12/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":596,"Cost":382,"Date":"12/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":88,"Cost":65,"Date":"1/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":283,"Cost":248,"Date":"1/23/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":418,"Cost":343,"Date":"2/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":922,"Cost":808,"Date":"3/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":868,"Cost":478,"Date":"3/12/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":58,"Cost":35,"Date":"3/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":393,"Cost":312,"Date":"6/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":234,"Cost":205,"Date":"6/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":400,"Cost":377,"Date":"8/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":541,"Cost":279,"Date":"10/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":470,"Cost":333,"Date":"11/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":332,"Cost":192,"Date":"11/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":166,"Cost":103,"Date":"3/27/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":726,"Cost":481,"Date":"4/17/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":155,"Date":"8/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":465,"Cost":407,"Date":"8/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":29,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":506,"Date":"9/5/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":339,"Date":"9/14/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":844,"Cost":673,"Date":"9/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":128,"Cost":89,"Date":"11/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":256,"Date":"12/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":611,"Cost":451,"Date":"1/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":68,"Date":"1/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":75,"Cost":65,"Date":"2/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":907,"Cost":654,"Date":"3/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":384,"Cost":291,"Date":"4/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":191,"Date":"4/5/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":585,"Cost":296,"Date":"4/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":620,"Date":"7/10/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":455,"Cost":388,"Date":"3/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":419,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":442,"Date":"10/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":684,"Cost":347,"Date":"3/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":196,"Cost":183,"Date":"6/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":161,"Cost":97,"Date":"7/17/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":339,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":229,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":581,"Cost":431,"Date":"11/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":168,"Cost":108,"Date":"12/16/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":134,"Cost":90,"Date":"12/30/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":251,"Date":"2/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":710,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":775,"Cost":578,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":981,"Cost":800,"Date":"4/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":152,"Date":"7/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":138,"Date":"8/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":511,"Date":"10/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":523,"Date":"11/11/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":366,"Date":"11/30/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":134,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":562,"Cost":485,"Date":"3/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":334,"Cost":230,"Date":"4/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":13,"Cost":8,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":479,"Date":"8/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":402,"Cost":267,"Date":"9/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":807,"Cost":595,"Date":"10/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":460,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":83,"Cost":62,"Date":"11/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":261,"Date":"12/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":414,"Date":"12/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":80,"Date":"1/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":234,"Date":"1/23/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":207,"Date":"2/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":484,"Date":"3/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":199,"Date":"3/12/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":704,"Cost":486,"Date":"3/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":418,"Cost":368,"Date":"6/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":190,"Date":"6/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":12,"Date":"8/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":283,"Date":"10/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":338,"Cost":196,"Date":"11/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":193,"Date":"11/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":244,"Date":"3/27/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":633,"Date":"4/17/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":253,"Date":"8/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":857,"Date":"8/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":373,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":381,"Cost":356,"Date":"9/5/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":294,"Date":"9/14/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":481,"Cost":435,"Date":"9/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":613,"Date":"11/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":12,"Date":"12/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":670,"Date":"1/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":455,"Cost":408,"Date":"1/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":271,"Date":"2/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":709,"Date":"3/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":320,"Cost":285,"Date":"4/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":218,"Cost":196,"Date":"4/5/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":5,"Date":"4/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":213,"Date":"7/10/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":772,"Cost":481,"Date":"3/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":174,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":559,"Cost":502,"Date":"10/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":586,"Cost":411,"Date":"3/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":403,"Date":"6/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":251,"Cost":198,"Date":"7/17/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":372,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":14,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":926,"Cost":813,"Date":"11/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":710,"Date":"12/16/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":519,"Cost":440,"Date":"12/30/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":270,"Cost":221,"Date":"2/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":59,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":525,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":534,"Date":"4/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":214,"Date":"7/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":852,"Date":"8/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":282,"Date":"10/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":509,"Date":"11/11/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":742,"Date":"11/30/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":263,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":63,"Cost":56,"Date":"3/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":232,"Date":"4/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":944,"Cost":525,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":297,"Date":"8/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":73,"Cost":48,"Date":"9/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":821,"Cost":732,"Date":"10/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":341,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":433,"Date":"11/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":418,"Date":"12/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":252,"Cost":229,"Date":"12/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":203,"Cost":167,"Date":"1/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":345,"Date":"1/23/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":69,"Cost":35,"Date":"2/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":140,"Cost":87,"Date":"3/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":165,"Cost":84,"Date":"3/12/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":701,"Date":"3/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":358,"Date":"6/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":519,"Cost":350,"Date":"6/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":270,"Date":"8/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":799,"Date":"10/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":298,"Date":"11/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":210,"Date":"11/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":11,"Date":"3/27/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":603,"Cost":495,"Date":"4/17/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":337,"Cost":270,"Date":"8/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":548,"Date":"8/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":697,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":743,"Cost":549,"Date":"9/5/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":205,"Date":"9/14/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":213,"Cost":149,"Date":"9/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":105,"Date":"11/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":751,"Cost":456,"Date":"12/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":589,"Cost":440,"Date":"1/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":284,"Date":"1/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":908,"Cost":488,"Date":"2/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":148,"Cost":129,"Date":"3/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":986,"Cost":840,"Date":"4/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":54,"Cost":32,"Date":"4/5/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":378,"Cost":284,"Date":"4/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":352,"Date":"7/10/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":583,"Cost":418,"Date":"3/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":647,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":157,"Date":"10/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":636,"Cost":366,"Date":"3/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":928,"Cost":835,"Date":"6/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":262,"Cost":155,"Date":"7/17/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":601,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":360,"Cost":299,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":121,"Date":"11/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":693,"Cost":471,"Date":"12/16/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":973,"Cost":841,"Date":"12/30/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":630,"Cost":594,"Date":"2/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":221,"Cost":186,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":426,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":256,"Date":"4/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":755,"Cost":703,"Date":"7/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":281,"Cost":248,"Date":"8/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":206,"Cost":182,"Date":"10/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":474,"Date":"11/11/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":192,"Date":"11/30/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":870,"Cost":554,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":209,"Cost":195,"Date":"3/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":166,"Date":"4/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":578,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":333,"Cost":185,"Date":"8/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":331,"Date":"9/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":68,"Cost":34,"Date":"10/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":640,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":194,"Date":"11/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":319,"Cost":171,"Date":"12/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":358,"Cost":302,"Date":"12/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":109,"Cost":85,"Date":"1/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":362,"Cost":181,"Date":"1/23/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":584,"Cost":401,"Date":"2/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":774,"Cost":616,"Date":"3/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":250,"Date":"3/12/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":862,"Cost":544,"Date":"3/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":168,"Date":"6/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":445,"Cost":360,"Date":"6/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":55,"Cost":38,"Date":"8/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":888,"Cost":528,"Date":"10/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":421,"Cost":252,"Date":"11/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":729,"Cost":388,"Date":"11/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":716,"Cost":395,"Date":"3/27/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":417,"Date":"4/17/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":462,"Cost":393,"Date":"8/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":268,"Date":"8/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":152,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":901,"Cost":708,"Date":"9/5/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":791,"Cost":642,"Date":"9/14/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":780,"Cost":668,"Date":"9/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":94,"Cost":58,"Date":"11/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":296,"Cost":178,"Date":"12/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":516,"Date":"1/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":541,"Date":"1/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":43,"Cost":28,"Date":"2/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":930,"Cost":586,"Date":"3/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":388,"Date":"4/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":16,"Cost":13,"Date":"4/5/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":19,"Cost":9,"Date":"4/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":539,"Date":"7/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":368,"Cost":333,"Date":"3/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":451,"Cost":260,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":224,"Date":"10/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":621,"Date":"3/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":817,"Cost":459,"Date":"6/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":757,"Date":"7/17/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":209,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":130,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":840,"Cost":720,"Date":"11/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":215,"Date":"12/16/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":814,"Cost":627,"Date":"12/30/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":143,"Date":"2/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":274,"Cost":161,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":649,"Cost":369,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":224,"Date":"4/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":192,"Cost":152,"Date":"7/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":56,"Cost":39,"Date":"8/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":993,"Cost":910,"Date":"10/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":554,"Date":"11/11/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":615,"Date":"11/30/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":481,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":900,"Cost":564,"Date":"3/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":154,"Date":"4/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":136,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":304,"Date":"8/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":336,"Cost":226,"Date":"9/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":145,"Date":"10/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":711,"Cost":364,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":792,"Cost":518,"Date":"11/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":75,"Date":"12/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":49,"Date":"12/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":357,"Date":"1/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":605,"Date":"1/23/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":117,"Cost":102,"Date":"2/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":440,"Cost":321,"Date":"3/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":248,"Cost":171,"Date":"3/12/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":638,"Date":"3/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":337,"Date":"6/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":597,"Date":"6/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":418,"Cost":303,"Date":"8/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":546,"Cost":514,"Date":"10/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":901,"Cost":504,"Date":"11/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":778,"Cost":574,"Date":"11/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":519,"Cost":402,"Date":"3/27/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":281,"Cost":262,"Date":"4/17/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":535,"Cost":501,"Date":"8/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":840,"Cost":750,"Date":"8/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":130,"Cost":115,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":86,"Cost":55,"Date":"9/5/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":111,"Date":"9/14/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":206,"Cost":191,"Date":"9/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":224,"Cost":117,"Date":"11/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":476,"Cost":292,"Date":"12/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":248,"Cost":154,"Date":"1/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":263,"Date":"1/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":960,"Cost":730,"Date":"2/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":832,"Cost":465,"Date":"3/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":330,"Date":"4/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":240,"Cost":165,"Date":"4/5/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":472,"Cost":389,"Date":"4/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":253,"Cost":153,"Date":"7/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":239,"Cost":178,"Date":"3/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":468,"Cost":336,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":95,"Cost":64,"Date":"10/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":312,"Date":"3/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":173,"Cost":125,"Date":"6/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":20,"Date":"7/17/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":139,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":203,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":161,"Date":"11/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":491,"Cost":338,"Date":"12/16/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":213,"Date":"12/30/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":772,"Cost":536,"Date":"2/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":980,"Cost":929,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":408,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":15,"Date":"4/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":785,"Cost":524,"Date":"7/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":189,"Date":"8/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":142,"Date":"10/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":224,"Date":"11/11/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":390,"Cost":198,"Date":"11/30/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":566,"Cost":314,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":382,"Date":"3/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":870,"Cost":809,"Date":"4/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":832,"Cost":758,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":244,"Date":"8/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":694,"Date":"9/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":71,"Cost":59,"Date":"10/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":110,"Cost":75,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":634,"Cost":400,"Date":"11/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":36,"Cost":19,"Date":"12/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":116,"Cost":82,"Date":"12/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":474,"Date":"1/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":195,"Date":"1/23/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":347,"Date":"2/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":211,"Date":"3/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":229,"Cost":160,"Date":"3/12/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":79,"Cost":51,"Date":"3/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":11,"Date":"6/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":417,"Cost":267,"Date":"6/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":12,"Cost":11,"Date":"8/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":476,"Date":"10/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":252,"Date":"11/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":547,"Date":"11/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":140,"Date":"3/27/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":350,"Date":"4/17/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":223,"Cost":145,"Date":"8/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":283,"Date":"8/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":250,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":133,"Date":"9/5/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":174,"Date":"9/14/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":726,"Date":"9/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":225,"Date":"11/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":516,"Date":"12/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":571,"Cost":417,"Date":"1/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":601,"Cost":498,"Date":"1/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":984,"Cost":890,"Date":"2/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":613,"Date":"3/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":202,"Cost":116,"Date":"4/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":219,"Cost":155,"Date":"4/5/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":519,"Cost":481,"Date":"4/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":138,"Cost":73,"Date":"7/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":534,"Cost":378,"Date":"3/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":541,"Cost":352,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":270,"Date":"10/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":560,"Date":"3/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":39,"Date":"6/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":11,"Date":"7/17/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":50,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":255,"Cost":128,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":368,"Date":"11/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":958,"Cost":581,"Date":"12/16/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":844,"Date":"12/30/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":430,"Date":"2/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":462,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":88,"Cost":56,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":799,"Cost":416,"Date":"4/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":956,"Cost":742,"Date":"7/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":116,"Date":"8/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":940,"Cost":519,"Date":"10/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":851,"Date":"11/11/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":378,"Date":"11/30/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":525,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":36,"Cost":32,"Date":"3/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":131,"Cost":99,"Date":"4/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":209,"Cost":143,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":357,"Date":"8/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":412,"Date":"9/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":186,"Cost":105,"Date":"10/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":601,"Cost":469,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":493,"Date":"11/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":252,"Date":"12/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":148,"Date":"12/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":409,"Date":"1/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":455,"Cost":377,"Date":"1/23/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":407,"Date":"2/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":309,"Date":"3/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":810,"Cost":746,"Date":"3/12/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":188,"Date":"3/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":61,"Date":"6/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":619,"Cost":453,"Date":"6/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":663,"Date":"8/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":238,"Date":"10/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":413,"Cost":307,"Date":"11/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":79,"Cost":66,"Date":"11/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":884,"Cost":581,"Date":"3/27/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":141,"Cost":127,"Date":"4/17/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":47,"Cost":38,"Date":"8/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":829,"Cost":610,"Date":"8/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":2,"Cost":2,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":848,"Cost":509,"Date":"9/5/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":241,"Cost":159,"Date":"9/14/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":69,"Cost":58,"Date":"9/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":673,"Cost":533,"Date":"11/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":275,"Cost":194,"Date":"12/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":184,"Cost":118,"Date":"1/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":527,"Cost":374,"Date":"1/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":93,"Cost":79,"Date":"2/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":784,"Cost":488,"Date":"3/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":943,"Cost":878,"Date":"4/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":940,"Cost":828,"Date":"4/5/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":286,"Cost":169,"Date":"4/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":806,"Cost":502,"Date":"7/10/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":981,"Cost":761,"Date":"3/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":303,"Cost":225,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":833,"Cost":475,"Date":"10/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":305,"Cost":276,"Date":"3/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":268,"Cost":143,"Date":"6/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":813,"Cost":485,"Date":"7/17/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":613,"Cost":551,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":315,"Cost":244,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":417,"Cost":211,"Date":"11/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":213,"Cost":106,"Date":"12/16/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":567,"Cost":396,"Date":"12/30/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":337,"Cost":190,"Date":"2/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":852,"Cost":633,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":136,"Cost":73,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":758,"Cost":685,"Date":"4/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":871,"Cost":771,"Date":"7/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":460,"Cost":435,"Date":"8/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":828,"Cost":640,"Date":"10/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":663,"Cost":414,"Date":"11/11/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":260,"Cost":132,"Date":"11/30/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":995,"Cost":937,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":29,"Cost":23,"Date":"3/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":339,"Cost":290,"Date":"4/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":377,"Cost":201,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":811,"Cost":459,"Date":"8/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":468,"Cost":237,"Date":"9/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":924,"Cost":535,"Date":"10/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":425,"Cost":371,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":277,"Cost":167,"Date":"11/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":388,"Cost":205,"Date":"12/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":156,"Cost":140,"Date":"12/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":696,"Cost":413,"Date":"1/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":149,"Cost":125,"Date":"1/23/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":564,"Cost":323,"Date":"2/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":58,"Cost":38,"Date":"3/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":749,"Cost":591,"Date":"3/12/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":1,"Cost":1,"Date":"3/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":393,"Cost":249,"Date":"6/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":809,"Cost":409,"Date":"6/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":598,"Cost":360,"Date":"8/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":15,"Cost":13,"Date":"10/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":69,"Cost":61,"Date":"11/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":309,"Cost":240,"Date":"11/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":466,"Date":"3/27/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":605,"Cost":520,"Date":"4/17/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":452,"Date":"8/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":310,"Date":"8/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":214,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":679,"Cost":567,"Date":"9/5/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":179,"Date":"9/14/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":950,"Cost":782,"Date":"9/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":311,"Date":"11/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":742,"Cost":593,"Date":"12/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":833,"Cost":745,"Date":"1/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":578,"Date":"1/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":179,"Date":"2/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":287,"Cost":166,"Date":"3/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":90,"Date":"4/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":181,"Cost":109,"Date":"4/5/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":484,"Date":"4/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":471,"Date":"7/10/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":574,"Date":"3/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":342,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":844,"Cost":673,"Date":"10/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":362,"Date":"3/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":166,"Date":"6/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":944,"Cost":535,"Date":"7/17/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":534,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":677,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":161,"Date":"11/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":417,"Cost":312,"Date":"12/16/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":29,"Cost":27,"Date":"12/30/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":436,"Cost":315,"Date":"2/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":319,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":776,"Cost":696,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":348,"Date":"4/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":503,"Date":"7/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":704,"Cost":593,"Date":"8/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":763,"Date":"10/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":291,"Date":"11/11/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":401,"Date":"11/30/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":481,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":302,"Date":"3/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":25,"Cost":13,"Date":"4/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":313,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":572,"Date":"8/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":635,"Date":"9/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":20,"Date":"10/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":67,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":936,"Cost":663,"Date":"11/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":527,"Date":"12/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":569,"Cost":529,"Date":"12/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":984,"Cost":645,"Date":"1/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":144,"Date":"1/23/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":913,"Cost":465,"Date":"2/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":254,"Date":"3/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":346,"Date":"3/12/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":178,"Date":"3/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":431,"Date":"6/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":714,"Cost":361,"Date":"6/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":165,"Cost":145,"Date":"8/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":785,"Date":"10/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":494,"Date":"11/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":166,"Date":"11/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":222,"Cost":125,"Date":"3/27/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":17,"Cost":10,"Date":"4/17/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":338,"Cost":294,"Date":"8/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":297,"Cost":199,"Date":"8/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":726,"Cost":414,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":934,"Cost":610,"Date":"9/5/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":384,"Cost":362,"Date":"9/14/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":744,"Cost":677,"Date":"9/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":737,"Cost":494,"Date":"11/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":613,"Cost":333,"Date":"12/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":689,"Cost":509,"Date":"1/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":905,"Cost":633,"Date":"1/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":876,"Cost":566,"Date":"2/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":591,"Cost":429,"Date":"3/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":272,"Cost":173,"Date":"4/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":510,"Cost":416,"Date":"4/5/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":357,"Cost":304,"Date":"4/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":785,"Cost":584,"Date":"7/10/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":957,"Cost":831,"Date":"3/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":37,"Cost":21,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":76,"Cost":51,"Date":"10/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":126,"Cost":80,"Date":"3/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":358,"Cost":250,"Date":"6/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":239,"Cost":142,"Date":"7/17/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":217,"Cost":147,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":200,"Cost":190,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":982,"Cost":532,"Date":"11/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":483,"Cost":254,"Date":"12/16/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":390,"Cost":278,"Date":"12/30/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":769,"Cost":602,"Date":"2/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":494,"Cost":329,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":240,"Cost":121,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":219,"Cost":180,"Date":"4/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":448,"Cost":389,"Date":"7/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":394,"Cost":205,"Date":"8/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":760,"Cost":694,"Date":"10/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":838,"Cost":731,"Date":"11/11/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":990,"Cost":826,"Date":"11/30/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":177,"Cost":133,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":943,"Cost":764,"Date":"3/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":896,"Cost":683,"Date":"4/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":779,"Cost":708,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":794,"Cost":466,"Date":"8/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":709,"Cost":401,"Date":"9/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":21,"Cost":17,"Date":"10/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":451,"Cost":332,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":592,"Cost":310,"Date":"11/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":458,"Cost":290,"Date":"12/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":440,"Cost":315,"Date":"12/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":100,"Cost":67,"Date":"1/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":365,"Cost":342,"Date":"1/23/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":553,"Cost":493,"Date":"2/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":588,"Cost":409,"Date":"3/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":62,"Cost":59,"Date":"3/12/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":346,"Cost":301,"Date":"3/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":808,"Cost":658,"Date":"6/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":206,"Cost":129,"Date":"6/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":851,"Cost":530,"Date":"8/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":235,"Cost":140,"Date":"10/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":63,"Cost":55,"Date":"11/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":12,"Cost":9,"Date":"11/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":837,"Cost":698,"Date":"3/27/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":973,"Cost":747,"Date":"4/17/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":561,"Cost":468,"Date":"8/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":310,"Cost":204,"Date":"8/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":726,"Cost":659,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":692,"Cost":490,"Date":"9/5/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":662,"Cost":508,"Date":"9/14/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":650,"Cost":374,"Date":"9/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":384,"Cost":317,"Date":"11/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":460,"Cost":403,"Date":"12/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":752,"Cost":713,"Date":"1/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":490,"Cost":298,"Date":"1/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":478,"Cost":445,"Date":"2/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":573,"Cost":502,"Date":"3/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":387,"Cost":294,"Date":"4/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":480,"Cost":366,"Date":"4/5/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":755,"Cost":697,"Date":"4/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":283,"Cost":244,"Date":"7/10/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":508,"Cost":337,"Date":"3/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":525,"Cost":394,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":118,"Cost":111,"Date":"10/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":647,"Cost":467,"Date":"3/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":956,"Cost":706,"Date":"6/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":660,"Cost":372,"Date":"7/17/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":659,"Cost":450,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":872,"Cost":793,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":224,"Cost":188,"Date":"11/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":825,"Cost":487,"Date":"12/16/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":865,"Cost":779,"Date":"12/30/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":879,"Cost":832,"Date":"2/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":218,"Cost":162,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":136,"Cost":72,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":283,"Cost":205,"Date":"4/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":396,"Cost":375,"Date":"7/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":583,"Cost":334,"Date":"8/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":548,"Cost":518,"Date":"10/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":975,"Cost":767,"Date":"11/11/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":578,"Cost":310,"Date":"11/30/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":417,"Cost":384,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":906,"Cost":633,"Date":"3/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":980,"Cost":854,"Date":"4/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":447,"Cost":357,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":824,"Cost":527,"Date":"8/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":629,"Cost":335,"Date":"9/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":708,"Cost":628,"Date":"10/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":766,"Cost":435,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":557,"Cost":311,"Date":"11/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":224,"Cost":167,"Date":"12/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":14,"Cost":10,"Date":"12/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":546,"Cost":275,"Date":"1/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":314,"Cost":286,"Date":"1/23/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":108,"Cost":80,"Date":"2/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":231,"Cost":161,"Date":"3/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":77,"Cost":71,"Date":"3/12/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":352,"Cost":219,"Date":"3/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":537,"Cost":314,"Date":"6/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":284,"Cost":212,"Date":"6/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":890,"Cost":742,"Date":"8/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":792,"Cost":707,"Date":"10/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":335,"Cost":283,"Date":"11/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":102,"Cost":62,"Date":"11/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":677,"Cost":519,"Date":"3/27/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":191,"Cost":133,"Date":"4/17/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":485,"Cost":329,"Date":"8/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":204,"Date":"8/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":319,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":215,"Date":"9/5/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":975,"Cost":491,"Date":"9/14/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":369,"Date":"9/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":31,"Date":"11/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":231,"Date":"12/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":400,"Date":"1/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":827,"Date":"1/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":434,"Date":"2/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":492,"Date":"3/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":726,"Cost":543,"Date":"4/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":744,"Date":"4/5/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":502,"Cost":261,"Date":"4/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":409,"Date":"7/10/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":229,"Cost":127,"Date":"3/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":305,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":258,"Date":"10/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":13,"Cost":11,"Date":"3/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":40,"Date":"6/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":584,"Cost":411,"Date":"7/17/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":352,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":471,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":623,"Cost":381,"Date":"11/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":506,"Date":"12/16/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":564,"Date":"12/30/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":297,"Date":"2/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":936,"Cost":742,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":597,"Cost":415,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":358,"Date":"4/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":35,"Date":"7/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":401,"Cost":216,"Date":"8/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":283,"Date":"10/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":208,"Cost":197,"Date":"11/11/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":396,"Date":"11/30/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":122,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":871,"Date":"3/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":491,"Date":"4/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":269,"Cost":136,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":625,"Date":"8/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":66,"Date":"9/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":558,"Date":"10/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":794,"Cost":729,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":206,"Cost":172,"Date":"11/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":916,"Cost":690,"Date":"12/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":808,"Cost":486,"Date":"12/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":333,"Date":"1/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":18,"Cost":16,"Date":"1/23/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":194,"Cost":145,"Date":"2/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":168,"Date":"3/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":605,"Date":"3/12/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":442,"Date":"3/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":196,"Date":"6/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":314,"Cost":225,"Date":"6/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":839,"Date":"8/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":298,"Date":"10/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":205,"Cost":172,"Date":"11/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":60,"Cost":31,"Date":"11/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":630,"Cost":461,"Date":"3/27/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":42,"Cost":22,"Date":"4/17/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":139,"Cost":78,"Date":"8/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":23,"Cost":12,"Date":"8/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":408,"Cost":261,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":165,"Cost":134,"Date":"9/5/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":235,"Cost":186,"Date":"9/14/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":114,"Cost":79,"Date":"9/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":667,"Cost":468,"Date":"11/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":912,"Cost":609,"Date":"12/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":307,"Cost":234,"Date":"1/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":554,"Cost":300,"Date":"1/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":172,"Cost":107,"Date":"2/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":162,"Cost":136,"Date":"3/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":821,"Cost":470,"Date":"4/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":36,"Cost":31,"Date":"4/5/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":522,"Cost":414,"Date":"4/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":912,"Cost":745,"Date":"7/10/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":456,"Cost":243,"Date":"3/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":988,"Cost":586,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":799,"Cost":450,"Date":"10/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":170,"Cost":94,"Date":"3/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":776,"Cost":621,"Date":"6/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":891,"Cost":843,"Date":"7/17/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":744,"Cost":659,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":846,"Cost":625,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":979,"Cost":928,"Date":"11/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":444,"Cost":343,"Date":"12/16/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":278,"Cost":197,"Date":"12/30/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":197,"Cost":145,"Date":"2/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":104,"Cost":97,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":589,"Cost":534,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":749,"Cost":374,"Date":"4/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":834,"Cost":467,"Date":"7/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":12,"Cost":9,"Date":"8/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":421,"Cost":259,"Date":"10/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":723,"Cost":410,"Date":"11/11/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":766,"Cost":685,"Date":"11/30/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":807,"Cost":580,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":568,"Cost":413,"Date":"3/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":124,"Cost":77,"Date":"4/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":259,"Cost":243,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":83,"Cost":76,"Date":"8/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":151,"Cost":91,"Date":"9/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":933,"Cost":883,"Date":"10/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":209,"Cost":189,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":703,"Cost":477,"Date":"11/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":156,"Cost":80,"Date":"12/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":510,"Cost":455,"Date":"12/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":467,"Cost":343,"Date":"1/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":663,"Cost":600,"Date":"1/23/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":281,"Cost":242,"Date":"2/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":404,"Cost":356,"Date":"3/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":311,"Cost":253,"Date":"3/12/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":222,"Cost":162,"Date":"3/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":44,"Cost":35,"Date":"6/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":970,"Cost":586,"Date":"6/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":185,"Cost":98,"Date":"8/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":760,"Cost":424,"Date":"10/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":621,"Cost":423,"Date":"11/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":659,"Cost":501,"Date":"11/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":846,"Cost":676,"Date":"3/27/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":572,"Cost":375,"Date":"4/17/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":681,"Cost":549,"Date":"8/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":407,"Date":"8/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":346,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":622,"Cost":572,"Date":"9/5/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":580,"Date":"9/14/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":931,"Cost":622,"Date":"9/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":633,"Date":"11/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":810,"Cost":732,"Date":"12/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":82,"Cost":76,"Date":"1/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":471,"Date":"1/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":4,"Date":"2/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":515,"Date":"3/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":800,"Cost":702,"Date":"4/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":939,"Cost":732,"Date":"4/5/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":144,"Date":"4/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":637,"Cost":456,"Date":"7/10/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":352,"Date":"3/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":181,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":255,"Date":"10/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":727,"Cost":446,"Date":"3/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":275,"Cost":166,"Date":"6/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":705,"Date":"7/17/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":164,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":106,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":526,"Cost":470,"Date":"11/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":232,"Date":"12/16/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":261,"Date":"12/30/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":32,"Date":"2/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":116,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":794,"Cost":498,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":371,"Cost":193,"Date":"4/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":749,"Cost":526,"Date":"7/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":487,"Cost":274,"Date":"8/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":227,"Date":"10/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":291,"Date":"11/11/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":189,"Date":"11/30/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":663,"Cost":584,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":18,"Cost":16,"Date":"3/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":468,"Date":"4/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":86,"Cost":77,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":250,"Date":"8/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":56,"Date":"9/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":398,"Date":"10/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":434,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":204,"Date":"11/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":592,"Date":"12/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":715,"Cost":497,"Date":"12/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":529,"Date":"1/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":206,"Cost":115,"Date":"1/23/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":228,"Cost":157,"Date":"2/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":472,"Date":"3/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":231,"Date":"3/12/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":151,"Date":"3/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":327,"Date":"6/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":241,"Date":"6/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":49,"Cost":30,"Date":"8/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":537,"Date":"10/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":267,"Date":"11/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":257,"Date":"11/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":135,"Date":"3/27/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":344,"Cost":256,"Date":"4/17/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":65,"Cost":45,"Date":"8/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":35,"Date":"8/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":364,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":71,"Cost":48,"Date":"9/5/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":856,"Date":"9/14/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":394,"Cost":313,"Date":"9/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":326,"Date":"11/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":649,"Date":"12/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":101,"Date":"1/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":146,"Cost":114,"Date":"1/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":6,"Date":"2/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":235,"Date":"3/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":377,"Date":"4/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":214,"Date":"4/5/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":850,"Cost":505,"Date":"4/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":477,"Date":"7/10/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":52,"Date":"3/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":202,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":866,"Cost":720,"Date":"10/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":105,"Date":"3/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":114,"Date":"6/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":489,"Cost":448,"Date":"7/17/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":564,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":287,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":746,"Date":"11/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":29,"Date":"12/16/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":413,"Date":"12/30/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":807,"Cost":436,"Date":"2/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":549,"Cost":502,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":728,"Cost":463,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":948,"Cost":640,"Date":"4/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":509,"Date":"7/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":675,"Cost":376,"Date":"8/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":167,"Date":"10/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":425,"Date":"11/11/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":314,"Date":"11/30/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":299,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":669,"Cost":447,"Date":"3/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":464,"Date":"4/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":428,"Cost":236,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":41,"Cost":21,"Date":"8/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":378,"Cost":217,"Date":"9/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":188,"Date":"10/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":430,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":226,"Date":"11/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":104,"Date":"12/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":521,"Cost":480,"Date":"12/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":254,"Cost":151,"Date":"1/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":414,"Cost":222,"Date":"1/23/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":546,"Cost":437,"Date":"2/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":371,"Date":"3/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":805,"Cost":720,"Date":"3/12/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":61,"Cost":34,"Date":"3/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":740,"Date":"6/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":174,"Date":"6/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":468,"Cost":441,"Date":"8/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":113,"Date":"10/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":286,"Date":"11/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":999,"Cost":716,"Date":"11/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":266,"Cost":230,"Date":"3/27/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":54,"Cost":45,"Date":"4/17/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":348,"Cost":293,"Date":"8/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":294,"Cost":263,"Date":"8/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":548,"Cost":494,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":793,"Cost":685,"Date":"9/5/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":985,"Cost":537,"Date":"9/14/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":653,"Cost":587,"Date":"9/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":193,"Cost":106,"Date":"11/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":366,"Cost":347,"Date":"12/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":409,"Cost":251,"Date":"1/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":892,"Cost":450,"Date":"1/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":666,"Cost":432,"Date":"2/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":367,"Cost":292,"Date":"3/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":88,"Cost":50,"Date":"4/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":190,"Cost":114,"Date":"4/5/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":60,"Cost":45,"Date":"4/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":226,"Cost":158,"Date":"7/10/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":822,"Cost":610,"Date":"3/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":575,"Cost":499,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":311,"Cost":264,"Date":"10/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":458,"Cost":305,"Date":"3/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":696,"Cost":532,"Date":"6/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":322,"Cost":306,"Date":"7/17/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":764,"Cost":585,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":109,"Cost":84,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":787,"Cost":598,"Date":"11/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":645,"Cost":349,"Date":"12/16/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":294,"Cost":154,"Date":"12/30/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":138,"Cost":121,"Date":"2/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":922,"Cost":681,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":155,"Cost":79,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":28,"Cost":21,"Date":"4/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":894,"Cost":644,"Date":"7/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":53,"Cost":49,"Date":"8/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":688,"Cost":599,"Date":"10/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":857,"Cost":445,"Date":"11/11/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":700,"Cost":488,"Date":"11/30/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":386,"Cost":282,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":597,"Cost":309,"Date":"3/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":40,"Cost":21,"Date":"4/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":443,"Cost":238,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":645,"Cost":524,"Date":"8/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":130,"Cost":103,"Date":"9/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":374,"Cost":222,"Date":"10/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":695,"Cost":612,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":161,"Cost":86,"Date":"11/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":697,"Cost":528,"Date":"12/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":161,"Cost":107,"Date":"12/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":418,"Cost":236,"Date":"1/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":14,"Cost":11,"Date":"1/23/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":769,"Cost":484,"Date":"2/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":975,"Cost":724,"Date":"3/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":389,"Cost":355,"Date":"3/12/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":745,"Cost":528,"Date":"3/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":758,"Cost":522,"Date":"6/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":277,"Cost":184,"Date":"6/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":831,"Cost":608,"Date":"8/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":229,"Cost":207,"Date":"10/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":106,"Cost":80,"Date":"11/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":783,"Cost":487,"Date":"11/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":54,"Cost":45,"Date":"3/27/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":857,"Cost":800,"Date":"4/17/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":794,"Cost":715,"Date":"8/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":278,"Cost":158,"Date":"8/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":926,"Cost":786,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":644,"Cost":586,"Date":"9/5/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":256,"Cost":198,"Date":"9/14/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":993,"Cost":873,"Date":"9/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":881,"Cost":741,"Date":"11/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":349,"Cost":277,"Date":"12/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":374,"Cost":213,"Date":"1/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":587,"Cost":415,"Date":"1/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":737,"Cost":695,"Date":"2/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":867,"Cost":701,"Date":"3/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":486,"Cost":287,"Date":"4/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":295,"Cost":210,"Date":"4/5/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":392,"Cost":291,"Date":"4/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":713,"Cost":639,"Date":"7/10/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":385,"Cost":333,"Date":"3/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":953,"Cost":775,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":227,"Cost":199,"Date":"10/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":950,"Cost":593,"Date":"3/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":493,"Cost":266,"Date":"6/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":993,"Cost":682,"Date":"7/17/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":45,"Cost":26,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":691,"Cost":641,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":315,"Cost":228,"Date":"11/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":224,"Cost":127,"Date":"12/16/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":928,"Cost":863,"Date":"12/30/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":570,"Cost":438,"Date":"2/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":306,"Cost":260,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":962,"Cost":641,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":659,"Cost":469,"Date":"4/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":282,"Cost":195,"Date":"7/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":110,"Cost":89,"Date":"8/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":686,"Cost":418,"Date":"10/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":210,"Cost":195,"Date":"11/11/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":379,"Cost":352,"Date":"11/30/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":952,"Cost":733,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":82,"Cost":43,"Date":"3/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":221,"Cost":173,"Date":"4/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":96,"Cost":68,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":839,"Cost":788,"Date":"8/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":840,"Cost":439,"Date":"9/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":684,"Cost":538,"Date":"10/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":440,"Cost":401,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":838,"Cost":533,"Date":"11/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":231,"Cost":120,"Date":"12/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":211,"Cost":200,"Date":"12/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":559,"Cost":489,"Date":"1/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":969,"Cost":494,"Date":"1/23/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":211,"Cost":130,"Date":"2/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":148,"Cost":108,"Date":"3/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":867,"Cost":818,"Date":"3/12/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":893,"Cost":626,"Date":"3/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":712,"Cost":667,"Date":"6/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":193,"Cost":163,"Date":"6/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":411,"Cost":386,"Date":"8/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":434,"Cost":301,"Date":"10/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":624,"Cost":457,"Date":"11/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":981,"Cost":692,"Date":"11/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":375,"Cost":248,"Date":"3/27/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":390,"Cost":250,"Date":"4/17/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":302,"Date":"8/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":390,"Date":"8/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":799,"Cost":568,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":333,"Date":"9/5/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":314,"Date":"9/14/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":430,"Date":"9/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":198,"Date":"11/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":580,"Date":"12/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":637,"Cost":575,"Date":"1/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":193,"Cost":116,"Date":"1/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":133,"Date":"2/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":593,"Date":"3/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":633,"Date":"4/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":331,"Cost":297,"Date":"4/5/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":534,"Date":"4/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":33,"Cost":23,"Date":"7/10/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":383,"Date":"3/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":711,"Cost":444,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":786,"Cost":680,"Date":"10/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":350,"Cost":286,"Date":"3/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":194,"Date":"6/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":347,"Date":"7/17/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":64,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":152,"Cost":89,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":166,"Date":"11/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":450,"Cost":402,"Date":"12/16/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":94,"Cost":59,"Date":"12/30/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":424,"Date":"2/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":143,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":137,"Cost":80,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":176,"Cost":101,"Date":"4/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":359,"Date":"7/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":953,"Cost":665,"Date":"8/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":943,"Cost":608,"Date":"10/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":17,"Date":"11/11/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":385,"Date":"11/30/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":767,"Cost":571,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":538,"Date":"3/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":47,"Date":"4/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":401,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":449,"Date":"8/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":398,"Date":"9/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":415,"Date":"10/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":187,"Cost":143,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":20,"Cost":13,"Date":"11/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":224,"Date":"12/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":373,"Date":"12/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":403,"Cost":276,"Date":"1/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":645,"Cost":494,"Date":"1/23/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":322,"Cost":269,"Date":"2/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":504,"Date":"3/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":935,"Cost":747,"Date":"3/12/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":479,"Cost":390,"Date":"3/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":687,"Cost":474,"Date":"6/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":19,"Date":"6/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":242,"Cost":209,"Date":"8/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":55,"Cost":36,"Date":"10/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":480,"Date":"11/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":473,"Date":"11/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":104,"Cost":59,"Date":"3/27/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":67,"Cost":63,"Date":"4/17/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":534,"Cost":268,"Date":"8/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":163,"Cost":133,"Date":"8/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":95,"Cost":72,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":831,"Cost":747,"Date":"9/5/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":657,"Cost":329,"Date":"9/14/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":705,"Cost":670,"Date":"9/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":892,"Cost":613,"Date":"11/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":290,"Cost":265,"Date":"12/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":739,"Cost":516,"Date":"1/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":645,"Cost":460,"Date":"1/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":711,"Cost":360,"Date":"2/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":263,"Cost":220,"Date":"3/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":17,"Cost":15,"Date":"4/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":372,"Cost":226,"Date":"4/5/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":195,"Cost":151,"Date":"4/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":263,"Cost":182,"Date":"7/10/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":971,"Cost":915,"Date":"3/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":687,"Cost":463,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":639,"Cost":375,"Date":"10/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":505,"Cost":460,"Date":"3/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":513,"Cost":484,"Date":"6/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":841,"Cost":520,"Date":"7/17/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":21,"Cost":17,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":589,"Cost":307,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":362,"Cost":199,"Date":"11/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":162,"Cost":128,"Date":"12/16/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":7,"Cost":4,"Date":"12/30/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":289,"Cost":196,"Date":"2/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":497,"Cost":321,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":501,"Cost":269,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":677,"Cost":368,"Date":"4/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":117,"Cost":60,"Date":"7/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":111,"Cost":98,"Date":"8/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":712,"Cost":417,"Date":"10/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":353,"Cost":308,"Date":"11/11/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":950,"Cost":746,"Date":"11/30/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":715,"Cost":443,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":600,"Cost":372,"Date":"3/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":618,"Cost":344,"Date":"4/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":625,"Cost":342,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":276,"Cost":168,"Date":"8/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":441,"Cost":389,"Date":"9/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":585,"Cost":358,"Date":"10/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":361,"Cost":283,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":219,"Cost":176,"Date":"11/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":250,"Cost":238,"Date":"12/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":722,"Cost":491,"Date":"12/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":752,"Cost":594,"Date":"1/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":7,"Cost":4,"Date":"1/23/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":961,"Cost":860,"Date":"2/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":850,"Cost":471,"Date":"3/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":467,"Cost":266,"Date":"3/12/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":887,"Cost":714,"Date":"3/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":515,"Cost":369,"Date":"6/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":838,"Cost":588,"Date":"6/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":471,"Cost":442,"Date":"8/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":734,"Cost":480,"Date":"10/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":196,"Cost":117,"Date":"11/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":263,"Cost":246,"Date":"11/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":58,"Date":"3/27/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":514,"Date":"4/17/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":1,"Cost":0,"Date":"8/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":376,"Date":"8/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":691,"Cost":592,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":547,"Cost":277,"Date":"9/5/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":152,"Cost":92,"Date":"9/14/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":100,"Date":"9/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":543,"Date":"11/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":181,"Cost":120,"Date":"12/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":573,"Cost":420,"Date":"1/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":383,"Date":"1/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":731,"Date":"2/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":824,"Cost":485,"Date":"3/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":151,"Cost":94,"Date":"4/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":431,"Date":"4/5/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":349,"Cost":275,"Date":"4/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":412,"Cost":272,"Date":"7/10/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":113,"Cost":92,"Date":"3/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":453,"Cost":403,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":778,"Date":"10/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":943,"Cost":699,"Date":"3/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":521,"Date":"6/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":459,"Date":"7/17/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":424,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":222,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":902,"Cost":731,"Date":"11/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":311,"Date":"12/16/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":326,"Date":"12/30/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":462,"Date":"2/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":23,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":372,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":22,"Date":"4/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":119,"Cost":91,"Date":"7/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":559,"Cost":318,"Date":"8/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":100,"Date":"10/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":678,"Cost":547,"Date":"11/11/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":505,"Date":"11/30/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":599,"Cost":422,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":735,"Cost":608,"Date":"3/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":136,"Cost":75,"Date":"4/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":601,"Cost":556,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":770,"Cost":591,"Date":"8/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":465,"Cost":340,"Date":"9/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":221,"Cost":153,"Date":"10/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":295,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":322,"Cost":251,"Date":"11/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":66,"Date":"12/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":15,"Date":"12/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":128,"Cost":106,"Date":"1/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":553,"Cost":461,"Date":"1/23/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":589,"Date":"2/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":82,"Date":"3/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":593,"Cost":323,"Date":"3/12/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":644,"Cost":471,"Date":"3/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":100,"Cost":53,"Date":"6/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":669,"Cost":591,"Date":"6/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":649,"Cost":602,"Date":"8/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":459,"Date":"10/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":607,"Date":"11/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":563,"Cost":330,"Date":"11/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":348,"Date":"3/27/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":803,"Date":"4/17/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":674,"Cost":476,"Date":"8/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":367,"Date":"8/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":427,"Cost":312,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":647,"Date":"9/5/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":93,"Cost":47,"Date":"9/14/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":158,"Date":"9/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":74,"Date":"11/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":182,"Date":"12/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":842,"Cost":449,"Date":"1/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":112,"Date":"1/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":656,"Cost":492,"Date":"2/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":595,"Cost":383,"Date":"3/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":939,"Cost":696,"Date":"4/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":520,"Cost":485,"Date":"4/5/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":88,"Date":"4/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":893,"Cost":629,"Date":"7/10/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":300,"Cost":189,"Date":"3/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":45,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":784,"Cost":411,"Date":"10/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":126,"Date":"3/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":266,"Date":"6/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":694,"Cost":455,"Date":"7/17/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":331,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":47,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":43,"Cost":25,"Date":"11/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":978,"Cost":767,"Date":"12/16/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":198,"Cost":137,"Date":"12/30/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":176,"Date":"2/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":953,"Cost":650,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":242,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":314,"Date":"4/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":88,"Date":"7/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":545,"Cost":388,"Date":"8/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":56,"Cost":35,"Date":"10/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":267,"Date":"11/11/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":475,"Date":"11/30/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":258,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":3,"Date":"3/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":297,"Date":"4/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":902,"Cost":563,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":379,"Date":"8/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":378,"Date":"9/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":696,"Cost":419,"Date":"10/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":639,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":753,"Date":"11/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":173,"Date":"12/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":236,"Date":"12/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":647,"Cost":516,"Date":"1/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":500,"Date":"1/23/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":493,"Date":"2/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":410,"Cost":381,"Date":"3/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":679,"Date":"3/12/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":447,"Date":"3/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":53,"Date":"6/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":530,"Date":"6/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":777,"Date":"8/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":865,"Cost":703,"Date":"10/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":260,"Date":"11/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":586,"Cost":388,"Date":"11/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":9,"Cost":4,"Date":"3/27/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":655,"Cost":497,"Date":"4/17/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":517,"Cost":357,"Date":"8/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":166,"Cost":109,"Date":"8/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":28,"Cost":19,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":114,"Cost":85,"Date":"9/5/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":566,"Cost":322,"Date":"9/14/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":707,"Cost":623,"Date":"9/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":607,"Cost":433,"Date":"11/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":445,"Cost":278,"Date":"12/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":580,"Cost":324,"Date":"1/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":26,"Cost":15,"Date":"1/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":243,"Cost":160,"Date":"2/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":889,"Cost":627,"Date":"3/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":639,"Cost":564,"Date":"4/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":505,"Cost":373,"Date":"4/5/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":193,"Cost":179,"Date":"4/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":28,"Cost":23,"Date":"7/10/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":492,"Cost":335,"Date":"3/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":229,"Cost":142,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":457,"Cost":333,"Date":"10/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":894,"Cost":560,"Date":"3/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":565,"Cost":513,"Date":"6/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":684,"Cost":453,"Date":"7/17/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":198,"Cost":162,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":147,"Cost":138,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":622,"Cost":355,"Date":"11/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":791,"Cost":438,"Date":"12/16/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":245,"Cost":125,"Date":"12/30/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":309,"Cost":291,"Date":"2/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":700,"Cost":375,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":925,"Cost":877,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":274,"Cost":191,"Date":"4/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":945,"Cost":508,"Date":"7/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":722,"Cost":375,"Date":"8/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":604,"Cost":468,"Date":"10/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":726,"Cost":680,"Date":"11/11/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":315,"Cost":203,"Date":"11/30/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":612,"Cost":518,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":430,"Cost":276,"Date":"3/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":629,"Cost":370,"Date":"4/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":209,"Cost":149,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":580,"Cost":461,"Date":"8/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":208,"Cost":155,"Date":"9/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":819,"Cost":596,"Date":"10/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":391,"Cost":219,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":944,"Cost":707,"Date":"11/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":793,"Cost":660,"Date":"12/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":991,"Cost":706,"Date":"12/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":468,"Cost":419,"Date":"1/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":221,"Cost":141,"Date":"1/23/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":411,"Cost":313,"Date":"2/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":211,"Cost":184,"Date":"3/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":374,"Cost":318,"Date":"3/12/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":657,"Cost":526,"Date":"3/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":871,"Cost":716,"Date":"6/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":859,"Cost":490,"Date":"6/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":426,"Cost":309,"Date":"8/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":560,"Cost":474,"Date":"10/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":487,"Cost":273,"Date":"11/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":26,"Cost":18,"Date":"11/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":682,"Cost":359,"Date":"3/27/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":587,"Cost":454,"Date":"4/17/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":131,"Cost":124,"Date":"8/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":391,"Cost":223,"Date":"8/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":186,"Cost":129,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":725,"Cost":378,"Date":"9/5/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":231,"Cost":136,"Date":"9/14/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":775,"Cost":572,"Date":"9/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":732,"Cost":530,"Date":"11/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":476,"Cost":244,"Date":"12/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":666,"Cost":469,"Date":"1/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":571,"Cost":296,"Date":"1/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":370,"Cost":189,"Date":"2/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":552,"Cost":419,"Date":"3/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":257,"Cost":157,"Date":"4/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":28,"Cost":23,"Date":"4/5/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":306,"Cost":226,"Date":"4/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":339,"Cost":279,"Date":"7/10/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":271,"Cost":172,"Date":"3/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":435,"Cost":283,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":318,"Cost":257,"Date":"10/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":30,"Cost":28,"Date":"3/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":948,"Cost":614,"Date":"6/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":685,"Cost":372,"Date":"7/17/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":48,"Cost":24,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":212,"Cost":154,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":785,"Cost":463,"Date":"11/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":233,"Cost":158,"Date":"12/16/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":283,"Cost":204,"Date":"12/30/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":159,"Cost":96,"Date":"2/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":74,"Cost":47,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":205,"Cost":174,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":549,"Cost":317,"Date":"4/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":619,"Cost":587,"Date":"7/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":656,"Cost":553,"Date":"8/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":929,"Cost":834,"Date":"10/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":730,"Cost":614,"Date":"11/11/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":80,"Cost":40,"Date":"11/30/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":247,"Cost":221,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":954,"Cost":757,"Date":"3/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":526,"Cost":367,"Date":"4/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":124,"Cost":110,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":520,"Cost":413,"Date":"8/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":544,"Cost":340,"Date":"9/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":820,"Cost":497,"Date":"10/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":442,"Cost":308,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":803,"Cost":609,"Date":"11/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":409,"Cost":258,"Date":"12/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":952,"Cost":893,"Date":"12/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":345,"Cost":295,"Date":"1/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":705,"Cost":578,"Date":"1/23/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":837,"Cost":467,"Date":"2/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":561,"Cost":292,"Date":"3/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":281,"Cost":238,"Date":"3/12/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":679,"Cost":342,"Date":"3/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":664,"Cost":600,"Date":"6/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":326,"Cost":175,"Date":"6/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":142,"Cost":95,"Date":"8/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":932,"Cost":585,"Date":"10/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":112,"Cost":87,"Date":"11/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":142,"Cost":132,"Date":"11/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":945,"Cost":479,"Date":"3/27/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":281,"Cost":267,"Date":"4/17/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":107,"Cost":74,"Date":"8/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":522,"Cost":399,"Date":"8/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":504,"Cost":471,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":578,"Cost":475,"Date":"9/5/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":320,"Cost":243,"Date":"9/14/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":938,"Cost":844,"Date":"9/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":129,"Cost":70,"Date":"11/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":162,"Cost":101,"Date":"12/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":107,"Cost":85,"Date":"1/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":205,"Cost":174,"Date":"1/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":214,"Cost":110,"Date":"2/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":510,"Cost":394,"Date":"3/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":38,"Cost":22,"Date":"4/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":169,"Cost":97,"Date":"4/5/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":303,"Cost":280,"Date":"4/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":565,"Cost":381,"Date":"7/10/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":901,"Cost":835,"Date":"3/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":623,"Cost":409,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":187,"Cost":120,"Date":"10/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":356,"Cost":201,"Date":"3/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":235,"Cost":218,"Date":"6/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":501,"Cost":314,"Date":"7/17/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":810,"Cost":529,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":806,"Cost":538,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":19,"Cost":12,"Date":"11/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":114,"Cost":102,"Date":"12/16/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":355,"Cost":202,"Date":"12/30/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":2,"Cost":1,"Date":"2/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":522,"Cost":367,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":290,"Cost":211,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":44,"Cost":27,"Date":"4/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":943,"Cost":840,"Date":"7/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":144,"Cost":92,"Date":"8/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":783,"Cost":569,"Date":"10/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":673,"Cost":580,"Date":"11/11/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":88,"Cost":56,"Date":"11/30/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":626,"Cost":591,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":361,"Cost":280,"Date":"3/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":444,"Cost":404,"Date":"4/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":129,"Cost":104,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":853,"Cost":751,"Date":"8/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":128,"Cost":117,"Date":"9/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":113,"Cost":99,"Date":"10/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":234,"Cost":187,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":283,"Cost":266,"Date":"11/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":544,"Cost":500,"Date":"12/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":560,"Cost":379,"Date":"12/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":701,"Cost":639,"Date":"1/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":84,"Cost":73,"Date":"1/23/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":657,"Cost":561,"Date":"2/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":430,"Cost":274,"Date":"3/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":397,"Cost":355,"Date":"3/12/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":462,"Cost":417,"Date":"3/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":431,"Cost":227,"Date":"6/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":613,"Cost":484,"Date":"6/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":365,"Cost":250,"Date":"8/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":462,"Cost":436,"Date":"10/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":636,"Cost":461,"Date":"11/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":175,"Cost":158,"Date":"11/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":693,"Cost":430,"Date":"3/27/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":134,"Date":"4/17/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":354,"Cost":254,"Date":"8/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":167,"Cost":86,"Date":"8/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":2,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":13,"Cost":11,"Date":"9/5/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":131,"Date":"9/14/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":384,"Date":"9/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":381,"Cost":328,"Date":"11/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":398,"Date":"12/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":859,"Cost":562,"Date":"1/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":940,"Cost":759,"Date":"1/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":121,"Cost":61,"Date":"2/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":83,"Date":"3/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":451,"Cost":371,"Date":"4/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":660,"Date":"4/5/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":266,"Cost":183,"Date":"4/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":53,"Date":"7/10/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":455,"Cost":431,"Date":"3/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":782,"Cost":685,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":378,"Cost":233,"Date":"10/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":64,"Date":"3/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":504,"Cost":292,"Date":"6/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":776,"Date":"7/17/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":185,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":631,"Cost":426,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":48,"Date":"11/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":606,"Date":"12/16/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":363,"Cost":294,"Date":"12/30/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":700,"Date":"2/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":655,"Cost":422,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":711,"Cost":429,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":94,"Date":"4/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":421,"Cost":268,"Date":"7/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":157,"Cost":100,"Date":"8/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":508,"Date":"10/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":442,"Date":"11/11/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":266,"Cost":208,"Date":"11/30/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":444,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":513,"Date":"3/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":68,"Date":"4/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":514,"Cost":397,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":409,"Date":"8/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":262,"Date":"9/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":744,"Cost":575,"Date":"10/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":519,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":11,"Cost":6,"Date":"11/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":981,"Cost":767,"Date":"12/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":175,"Date":"12/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":383,"Cost":309,"Date":"1/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":408,"Cost":313,"Date":"1/23/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":348,"Date":"2/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":632,"Date":"3/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":370,"Date":"3/12/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":909,"Cost":755,"Date":"3/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":564,"Date":"6/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":598,"Cost":427,"Date":"6/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":166,"Date":"8/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":291,"Date":"10/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":640,"Date":"11/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":442,"Cost":385,"Date":"11/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":503,"Date":"3/27/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":367,"Cost":266,"Date":"4/17/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":185,"Date":"8/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":492,"Cost":322,"Date":"8/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":422,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":390,"Cost":242,"Date":"9/5/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":992,"Cost":565,"Date":"9/14/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":324,"Cost":294,"Date":"9/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":84,"Cost":56,"Date":"11/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":323,"Date":"12/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":176,"Date":"1/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":424,"Cost":254,"Date":"1/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":201,"Date":"2/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":249,"Date":"3/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":12,"Cost":10,"Date":"4/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":42,"Cost":26,"Date":"4/5/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":510,"Cost":268,"Date":"4/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":135,"Date":"7/10/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":350,"Date":"3/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":422,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":754,"Cost":675,"Date":"10/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":668,"Cost":364,"Date":"3/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":688,"Cost":512,"Date":"6/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":724,"Date":"7/17/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":244,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":129,"Cost":70,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":865,"Cost":522,"Date":"11/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":583,"Date":"12/16/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":248,"Cost":151,"Date":"12/30/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":398,"Date":"2/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":512,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":508,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":976,"Cost":525,"Date":"4/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":524,"Cost":363,"Date":"7/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":29,"Date":"8/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":59,"Cost":37,"Date":"10/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":332,"Date":"11/11/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":80,"Date":"11/30/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":271,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":281,"Cost":202,"Date":"3/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":628,"Date":"4/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":472,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":126,"Date":"8/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":587,"Cost":543,"Date":"9/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":521,"Date":"10/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":613,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":236,"Date":"11/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":365,"Date":"12/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":196,"Date":"12/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":443,"Date":"1/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":566,"Date":"1/23/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":677,"Cost":610,"Date":"2/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":38,"Date":"3/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":693,"Date":"3/12/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":333,"Date":"3/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":4,"Cost":3,"Date":"6/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":114,"Date":"6/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":904,"Cost":484,"Date":"8/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":115,"Date":"10/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":726,"Cost":679,"Date":"11/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":636,"Date":"11/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":482,"Cost":273,"Date":"3/27/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":358,"Date":"4/17/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":197,"Date":"8/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":32,"Date":"8/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":133,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":618,"Cost":390,"Date":"9/5/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":246,"Date":"9/14/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":39,"Cost":27,"Date":"9/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":939,"Cost":626,"Date":"11/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":545,"Cost":294,"Date":"12/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":613,"Cost":313,"Date":"1/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":662,"Date":"1/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":744,"Date":"2/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":822,"Cost":613,"Date":"3/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":157,"Cost":118,"Date":"4/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":379,"Cost":240,"Date":"4/5/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":211,"Cost":113,"Date":"4/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":254,"Cost":153,"Date":"7/10/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":402,"Date":"3/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":275,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":271,"Cost":203,"Date":"10/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":70,"Cost":66,"Date":"3/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":723,"Cost":455,"Date":"6/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":165,"Date":"7/17/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":357,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":206,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":408,"Date":"11/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":473,"Date":"12/16/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":62,"Date":"12/30/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":438,"Cost":285,"Date":"2/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":552,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":417,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":541,"Date":"4/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":771,"Cost":554,"Date":"7/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":164,"Date":"8/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":618,"Cost":328,"Date":"10/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":399,"Cost":352,"Date":"11/11/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":487,"Date":"11/30/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":141,"Cost":127,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":233,"Date":"3/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":104,"Date":"4/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":902,"Cost":656,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":504,"Date":"8/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":49,"Date":"9/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":855,"Cost":651,"Date":"10/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":951,"Cost":755,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":586,"Cost":546,"Date":"11/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":135,"Cost":127,"Date":"12/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":780,"Cost":628,"Date":"12/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":862,"Cost":610,"Date":"1/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":742,"Date":"1/23/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":428,"Cost":324,"Date":"2/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":512,"Cost":265,"Date":"3/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":760,"Cost":550,"Date":"3/12/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":883,"Cost":698,"Date":"3/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":278,"Date":"6/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":975,"Cost":681,"Date":"6/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":73,"Cost":62,"Date":"8/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":600,"Cost":472,"Date":"10/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":53,"Cost":45,"Date":"11/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":447,"Date":"11/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":51,"Cost":34,"Date":"3/27/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":239,"Cost":201,"Date":"4/17/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":986,"Cost":869,"Date":"8/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":815,"Date":"8/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":200,"Cost":106,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":448,"Date":"9/5/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":224,"Cost":145,"Date":"9/14/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":93,"Cost":75,"Date":"9/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":800,"Cost":459,"Date":"11/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":500,"Cost":362,"Date":"12/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":395,"Date":"1/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":349,"Date":"1/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":583,"Cost":475,"Date":"2/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":779,"Cost":565,"Date":"3/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":785,"Cost":640,"Date":"4/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":377,"Cost":198,"Date":"4/5/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":64,"Cost":57,"Date":"4/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":997,"Cost":765,"Date":"7/10/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":524,"Date":"3/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":231,"Cost":190,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":23,"Date":"10/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":707,"Cost":566,"Date":"3/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":588,"Cost":483,"Date":"6/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":260,"Date":"7/17/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":590,"Cost":396,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":58,"Cost":46,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":815,"Cost":599,"Date":"11/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":713,"Date":"12/16/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":91,"Cost":46,"Date":"12/30/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":396,"Cost":225,"Date":"2/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":229,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":803,"Cost":702,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":19,"Cost":15,"Date":"4/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":601,"Date":"7/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":988,"Cost":911,"Date":"8/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":131,"Cost":68,"Date":"10/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":317,"Cost":195,"Date":"11/11/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":643,"Cost":483,"Date":"11/30/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":158,"Cost":125,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":296,"Date":"3/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":915,"Cost":853,"Date":"4/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":639,"Cost":515,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":98,"Cost":50,"Date":"8/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":591,"Cost":314,"Date":"9/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":63,"Date":"10/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":87,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":69,"Date":"11/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":662,"Cost":446,"Date":"12/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":418,"Date":"12/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":442,"Cost":400,"Date":"1/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":152,"Date":"1/23/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":445,"Date":"2/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":520,"Cost":371,"Date":"3/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":182,"Cost":158,"Date":"3/12/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":271,"Cost":194,"Date":"3/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":434,"Cost":384,"Date":"6/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":655,"Cost":496,"Date":"6/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":179,"Cost":156,"Date":"8/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":233,"Date":"10/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":187,"Date":"11/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":655,"Cost":613,"Date":"11/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":257,"Cost":170,"Date":"3/27/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":805,"Cost":429,"Date":"4/17/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":280,"Cost":263,"Date":"8/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":522,"Cost":388,"Date":"8/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":497,"Cost":456,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":538,"Cost":374,"Date":"9/5/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":567,"Cost":312,"Date":"9/14/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":805,"Cost":476,"Date":"9/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":470,"Cost":427,"Date":"11/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":91,"Cost":82,"Date":"12/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":366,"Cost":275,"Date":"1/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":393,"Cost":330,"Date":"1/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":467,"Cost":326,"Date":"2/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":143,"Cost":89,"Date":"3/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":535,"Cost":429,"Date":"4/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":182,"Cost":152,"Date":"4/5/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":225,"Cost":171,"Date":"4/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":512,"Cost":329,"Date":"7/10/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":643,"Cost":536,"Date":"3/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":956,"Cost":545,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":463,"Cost":309,"Date":"10/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":141,"Cost":98,"Date":"3/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":191,"Cost":115,"Date":"6/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":739,"Cost":673,"Date":"7/17/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":153,"Cost":94,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":304,"Cost":173,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":605,"Cost":476,"Date":"11/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":751,"Cost":493,"Date":"12/16/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":138,"Cost":123,"Date":"12/30/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":391,"Cost":254,"Date":"2/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":240,"Cost":130,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":194,"Cost":125,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":751,"Cost":700,"Date":"4/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":674,"Cost":431,"Date":"7/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":307,"Cost":249,"Date":"8/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":878,"Cost":585,"Date":"10/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":209,"Cost":149,"Date":"11/11/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":37,"Cost":20,"Date":"11/30/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":369,"Cost":254,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":462,"Cost":255,"Date":"3/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":897,"Cost":525,"Date":"4/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":85,"Cost":75,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":107,"Cost":69,"Date":"8/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":946,"Cost":568,"Date":"9/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":863,"Cost":450,"Date":"10/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":212,"Cost":190,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":768,"Cost":478,"Date":"11/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":206,"Cost":117,"Date":"12/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":43,"Cost":22,"Date":"12/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":590,"Cost":311,"Date":"1/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":161,"Cost":119,"Date":"1/23/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":921,"Cost":866,"Date":"2/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":412,"Cost":240,"Date":"3/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":212,"Cost":168,"Date":"3/12/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":950,"Cost":619,"Date":"3/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":594,"Cost":480,"Date":"6/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":893,"Cost":752,"Date":"6/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":598,"Cost":399,"Date":"8/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":435,"Cost":357,"Date":"10/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":550,"Cost":354,"Date":"11/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":947,"Cost":523,"Date":"11/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":823,"Cost":740,"Date":"3/27/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":173,"Cost":132,"Date":"4/17/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":369,"Cost":185,"Date":"8/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":985,"Cost":814,"Date":"8/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":182,"Cost":98,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":914,"Cost":571,"Date":"9/5/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":467,"Cost":249,"Date":"9/14/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":857,"Cost":444,"Date":"9/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":598,"Cost":384,"Date":"11/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":876,"Cost":726,"Date":"12/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":487,"Cost":338,"Date":"1/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":78,"Cost":64,"Date":"1/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":170,"Cost":91,"Date":"2/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":403,"Cost":346,"Date":"3/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":968,"Cost":578,"Date":"4/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":419,"Cost":352,"Date":"4/5/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":405,"Cost":223,"Date":"4/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":616,"Cost":357,"Date":"7/10/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":453,"Cost":338,"Date":"3/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":236,"Cost":182,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":302,"Cost":262,"Date":"10/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":464,"Cost":280,"Date":"3/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":916,"Cost":617,"Date":"6/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":14,"Cost":11,"Date":"7/17/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":546,"Cost":482,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":601,"Cost":552,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":665,"Cost":429,"Date":"11/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":557,"Cost":340,"Date":"12/16/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":100,"Cost":69,"Date":"12/30/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":855,"Cost":566,"Date":"2/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":130,"Cost":91,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":939,"Cost":840,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":402,"Cost":310,"Date":"4/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":972,"Cost":767,"Date":"7/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":164,"Cost":139,"Date":"8/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":763,"Cost":719,"Date":"10/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":985,"Cost":576,"Date":"11/11/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":133,"Cost":102,"Date":"11/30/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":939,"Cost":593,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":600,"Cost":335,"Date":"3/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":176,"Cost":96,"Date":"4/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":888,"Cost":476,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":986,"Cost":915,"Date":"8/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":156,"Cost":94,"Date":"9/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":196,"Cost":160,"Date":"10/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":658,"Cost":432,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":136,"Cost":70,"Date":"11/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":985,"Cost":644,"Date":"12/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":796,"Cost":582,"Date":"12/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":928,"Cost":522,"Date":"1/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":213,"Cost":179,"Date":"1/23/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":14,"Cost":12,"Date":"2/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":754,"Cost":531,"Date":"3/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":335,"Cost":219,"Date":"3/12/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":845,"Cost":625,"Date":"3/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":417,"Cost":268,"Date":"6/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":541,"Cost":389,"Date":"6/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":191,"Cost":149,"Date":"8/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":32,"Cost":16,"Date":"10/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":406,"Cost":348,"Date":"11/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":243,"Cost":136,"Date":"11/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":478,"Date":"3/27/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":112,"Date":"4/17/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":567,"Date":"8/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":647,"Cost":431,"Date":"8/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":579,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":343,"Cost":306,"Date":"9/5/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":61,"Cost":34,"Date":"9/14/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":190,"Cost":165,"Date":"9/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":732,"Cost":472,"Date":"11/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":68,"Date":"12/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":851,"Date":"1/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":483,"Date":"1/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":674,"Cost":510,"Date":"2/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":612,"Date":"3/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":168,"Date":"4/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":264,"Date":"4/5/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":322,"Cost":279,"Date":"4/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":5,"Date":"7/10/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":404,"Cost":240,"Date":"3/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":425,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":544,"Cost":348,"Date":"10/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":366,"Cost":262,"Date":"3/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":571,"Date":"6/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":879,"Cost":690,"Date":"7/17/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":487,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":596,"Cost":378,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":74,"Date":"11/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":808,"Date":"12/16/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":467,"Date":"12/30/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":471,"Date":"2/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":568,"Cost":500,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":973,"Cost":563,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":399,"Date":"4/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":417,"Cost":351,"Date":"7/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":546,"Cost":442,"Date":"8/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":345,"Cost":326,"Date":"10/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":330,"Date":"11/11/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":216,"Date":"11/30/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":537,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":425,"Cost":251,"Date":"3/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":541,"Cost":472,"Date":"4/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":696,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":788,"Cost":467,"Date":"8/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":187,"Cost":173,"Date":"9/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":856,"Cost":511,"Date":"10/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":797,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":423,"Date":"11/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":370,"Cost":317,"Date":"12/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":620,"Cost":509,"Date":"12/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":411,"Cost":263,"Date":"1/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":859,"Cost":779,"Date":"1/23/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":163,"Cost":122,"Date":"2/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":99,"Cost":75,"Date":"3/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":592,"Cost":464,"Date":"3/12/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":521,"Date":"3/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":133,"Date":"6/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":609,"Date":"6/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":424,"Cost":294,"Date":"8/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":465,"Date":"10/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":711,"Cost":670,"Date":"11/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":452,"Date":"11/9/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":74,"Cost":47,"Date":"3/27/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":771,"Date":"4/17/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":151,"Date":"8/11/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":213,"Cost":123,"Date":"8/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":352,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":270,"Date":"9/5/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":72,"Date":"9/14/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":347,"Date":"9/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":427,"Date":"11/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":820,"Date":"12/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":23,"Date":"1/7/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":132,"Date":"1/21/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":386,"Cost":357,"Date":"2/9/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":353,"Date":"3/19/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":432,"Date":"4/3/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":180,"Date":"4/5/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":49,"Date":"4/28/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":275,"Date":"7/10/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":404,"Date":"3/25/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":213,"Cost":146,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":929,"Cost":549,"Date":"10/28/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":458,"Date":"3/2/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":691,"Cost":448,"Date":"6/28/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":557,"Date":"7/17/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":555,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":279,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":280,"Cost":239,"Date":"11/20/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":828,"Date":"12/16/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":520,"Date":"12/30/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":639,"Date":"2/15/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":559,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":533,"Cost":497,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":798,"Cost":703,"Date":"4/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":776,"Cost":418,"Date":"7/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":619,"Cost":381,"Date":"8/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":349,"Date":"10/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":348,"Cost":207,"Date":"11/11/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":379,"Date":"11/30/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":539,"Cost":381,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":658,"Date":"3/1/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":511,"Cost":342,"Date":"4/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":729,"Cost":662,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":390,"Date":"8/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":248,"Cost":195,"Date":"9/15/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":406,"Date":"10/14/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":136,"Cost":122,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":843,"Cost":682,"Date":"11/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":398,"Date":"12/7/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":854,"Cost":810,"Date":"12/21/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":962,"Cost":675,"Date":"1/6/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":857,"Date":"1/23/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":902,"Cost":536,"Date":"2/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":881,"Cost":689,"Date":"3/10/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":322,"Date":"3/12/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":77,"Date":"3/31/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":603,"Cost":375,"Date":"6/16/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":584,"Date":"6/17/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":382,"Date":"8/27/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":241,"Date":"10/1/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":853,"Cost":437,"Date":"11/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":113,"Date":"11/9/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":528,"Date":"3/27/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":119,"Date":"4/17/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":539,"Cost":332,"Date":"8/11/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":95,"Cost":79,"Date":"8/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":76,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":779,"Cost":390,"Date":"9/5/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":974,"Cost":907,"Date":"9/14/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":183,"Cost":131,"Date":"9/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":808,"Cost":454,"Date":"11/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":59,"Date":"12/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":314,"Date":"1/7/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":682,"Date":"1/21/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":993,"Cost":918,"Date":"2/9/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":675,"Cost":409,"Date":"3/19/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":434,"Cost":223,"Date":"4/3/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":233,"Date":"4/5/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":293,"Date":"4/28/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":520,"Cost":473,"Date":"7/10/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":618,"Cost":432,"Date":"3/25/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":133,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":469,"Date":"10/28/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":102,"Date":"3/2/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":279,"Cost":229,"Date":"6/28/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":616,"Cost":492,"Date":"7/17/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":189,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":178,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":78,"Date":"11/20/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":576,"Date":"12/16/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":125,"Date":"12/30/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":931,"Cost":575,"Date":"2/15/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":306,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":3,"Cost":3,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":379,"Cost":248,"Date":"4/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":233,"Cost":133,"Date":"7/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":139,"Date":"8/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":278,"Date":"10/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":344,"Cost":296,"Date":"11/11/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":767,"Cost":406,"Date":"11/30/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":393,"Cost":289,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":348,"Cost":301,"Date":"3/1/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":508,"Date":"4/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":38,"Cost":35,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":988,"Cost":922,"Date":"8/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":358,"Cost":268,"Date":"9/15/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":361,"Date":"10/14/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":484,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":33,"Cost":21,"Date":"11/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":735,"Cost":643,"Date":"12/7/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":233,"Date":"12/21/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":569,"Date":"1/6/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":642,"Cost":350,"Date":"1/23/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":582,"Cost":340,"Date":"2/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":184,"Cost":147,"Date":"3/10/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":760,"Date":"3/12/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":54,"Cost":36,"Date":"3/31/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":10,"Date":"6/16/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":515,"Date":"6/17/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":61,"Date":"8/27/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":429,"Cost":286,"Date":"10/1/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":106,"Date":"11/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":65,"Date":"11/9/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":717,"Cost":384,"Date":"3/27/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":465,"Date":"4/17/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":344,"Cost":294,"Date":"8/11/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":85,"Cost":81,"Date":"8/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":958,"Cost":611,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":344,"Date":"9/5/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":204,"Date":"9/14/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":502,"Date":"9/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":192,"Date":"11/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":79,"Cost":67,"Date":"12/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":587,"Date":"1/7/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":416,"Cost":243,"Date":"1/21/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":294,"Cost":232,"Date":"2/9/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":173,"Date":"3/19/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":272,"Cost":194,"Date":"4/3/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":29,"Date":"4/5/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":161,"Date":"4/28/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":793,"Cost":702,"Date":"7/10/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":525,"Date":"3/25/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":51,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":210,"Date":"10/28/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":290,"Date":"3/2/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":102,"Date":"6/28/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":290,"Cost":241,"Date":"7/17/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":641,"Cost":480,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":551,"Cost":330,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":420,"Date":"11/20/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":848,"Date":"12/16/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":577,"Cost":534,"Date":"12/30/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":564,"Cost":488,"Date":"2/15/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":168,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":164,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":627,"Date":"4/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":763,"Date":"7/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":111,"Date":"8/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":62,"Cost":47,"Date":"10/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":572,"Cost":356,"Date":"11/11/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":589,"Cost":516,"Date":"11/30/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":587,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":514,"Cost":341,"Date":"3/1/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":437,"Date":"4/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":493,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":562,"Date":"8/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":311,"Date":"9/15/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":352,"Date":"10/14/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":178,"Cost":112,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":231,"Date":"11/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":501,"Date":"12/7/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":31,"Date":"12/21/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":607,"Date":"1/6/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":316,"Cost":239,"Date":"1/23/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":189,"Cost":164,"Date":"2/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":527,"Cost":298,"Date":"3/10/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":374,"Date":"3/12/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":207,"Cost":142,"Date":"3/31/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":690,"Cost":503,"Date":"6/16/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":947,"Cost":559,"Date":"6/17/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":471,"Date":"8/27/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":995,"Cost":598,"Date":"10/1/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":382,"Date":"11/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":632,"Date":"11/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":78,"Cost":48,"Date":"3/27/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":278,"Date":"4/17/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":508,"Cost":440,"Date":"8/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":126,"Date":"8/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":189,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":313,"Date":"9/5/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":547,"Cost":310,"Date":"9/14/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":430,"Cost":303,"Date":"9/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":714,"Cost":535,"Date":"11/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":148,"Cost":87,"Date":"12/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":244,"Date":"1/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":329,"Cost":285,"Date":"1/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":736,"Date":"2/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":658,"Date":"3/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":668,"Cost":575,"Date":"4/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":175,"Cost":90,"Date":"4/5/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":247,"Cost":228,"Date":"4/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":980,"Cost":576,"Date":"7/10/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":901,"Cost":832,"Date":"3/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":927,"Cost":497,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":231,"Cost":156,"Date":"10/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":990,"Cost":608,"Date":"3/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":236,"Cost":198,"Date":"6/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":814,"Cost":483,"Date":"7/17/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":858,"Cost":769,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":998,"Cost":768,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":355,"Cost":216,"Date":"11/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":121,"Cost":90,"Date":"12/16/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":363,"Date":"12/30/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":175,"Date":"2/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":18,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":585,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":268,"Date":"4/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":880,"Cost":447,"Date":"7/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":761,"Cost":426,"Date":"8/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":646,"Date":"10/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":104,"Date":"11/11/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":302,"Cost":268,"Date":"11/30/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":457,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":467,"Cost":317,"Date":"3/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":682,"Date":"4/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":269,"Cost":163,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":285,"Cost":169,"Date":"8/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":833,"Cost":758,"Date":"9/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":493,"Cost":432,"Date":"10/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":479,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":54,"Cost":38,"Date":"11/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":624,"Date":"12/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":733,"Cost":478,"Date":"12/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":228,"Cost":201,"Date":"1/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":280,"Date":"1/23/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":673,"Cost":438,"Date":"2/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":803,"Cost":561,"Date":"3/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":201,"Cost":187,"Date":"3/12/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":330,"Cost":256,"Date":"3/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":286,"Date":"6/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":203,"Date":"6/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":215,"Date":"8/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":369,"Date":"10/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":381,"Date":"11/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":24,"Date":"11/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":798,"Cost":479,"Date":"3/27/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":404,"Date":"4/17/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":431,"Date":"8/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":645,"Date":"8/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":665,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":141,"Date":"9/5/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":139,"Date":"9/14/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":364,"Cost":250,"Date":"9/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":88,"Date":"11/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":92,"Date":"12/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":108,"Date":"1/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":564,"Date":"1/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":472,"Date":"2/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":34,"Date":"3/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":433,"Date":"4/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":545,"Date":"4/5/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":832,"Cost":565,"Date":"4/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":364,"Cost":247,"Date":"7/10/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":70,"Date":"3/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":633,"Cost":573,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":244,"Date":"10/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":586,"Date":"3/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":576,"Cost":393,"Date":"6/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":774,"Cost":530,"Date":"7/17/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":292,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":187,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":522,"Date":"11/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":407,"Cost":244,"Date":"12/16/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":431,"Cost":243,"Date":"12/30/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":256,"Cost":174,"Date":"2/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":517,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":756,"Cost":568,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":995,"Cost":934,"Date":"4/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":359,"Cost":200,"Date":"7/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":154,"Date":"8/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":420,"Date":"10/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":8,"Date":"11/11/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":257,"Date":"11/30/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":403,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":425,"Cost":230,"Date":"3/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":158,"Date":"4/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":162,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":112,"Date":"8/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":484,"Cost":421,"Date":"9/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":444,"Date":"10/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":21,"Cost":17,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":95,"Date":"11/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":14,"Cost":13,"Date":"12/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":659,"Date":"12/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":35,"Cost":29,"Date":"1/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":5,"Date":"1/23/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":496,"Date":"2/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":438,"Cost":229,"Date":"3/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":45,"Cost":42,"Date":"3/12/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":648,"Date":"3/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":522,"Date":"6/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":594,"Cost":411,"Date":"6/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":772,"Cost":655,"Date":"8/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":476,"Cost":397,"Date":"10/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":915,"Cost":473,"Date":"11/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":504,"Cost":463,"Date":"11/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":410,"Date":"3/27/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":177,"Cost":149,"Date":"4/17/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":505,"Date":"8/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":507,"Date":"8/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":556,"Cost":474,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":648,"Cost":469,"Date":"9/5/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":264,"Date":"9/14/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":157,"Date":"9/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":128,"Cost":94,"Date":"11/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":480,"Date":"12/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":485,"Date":"1/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":756,"Date":"1/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":167,"Date":"2/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":981,"Cost":844,"Date":"3/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":603,"Cost":494,"Date":"4/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":22,"Date":"4/5/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":519,"Date":"4/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":794,"Cost":428,"Date":"7/10/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":359,"Date":"3/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":748,"Cost":535,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":68,"Date":"10/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":822,"Cost":718,"Date":"3/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":269,"Date":"6/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":663,"Cost":336,"Date":"7/17/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":113,"Cost":106,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":609,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":123,"Date":"11/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":841,"Cost":489,"Date":"12/16/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":242,"Date":"12/30/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":11,"Date":"2/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":318,"Cost":278,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":32,"Cost":19,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":218,"Date":"4/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":578,"Date":"7/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":229,"Date":"8/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":467,"Date":"10/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":27,"Date":"11/11/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":968,"Cost":498,"Date":"11/30/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":217,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":94,"Date":"3/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":364,"Date":"4/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":218,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":150,"Date":"8/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":765,"Date":"9/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":322,"Cost":192,"Date":"10/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":142,"Cost":126,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":706,"Date":"11/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":391,"Cost":198,"Date":"12/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":250,"Date":"12/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":405,"Date":"1/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":66,"Date":"1/23/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":392,"Cost":318,"Date":"2/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":914,"Cost":707,"Date":"3/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":511,"Date":"3/12/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":306,"Date":"3/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":110,"Date":"6/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":99,"Cost":59,"Date":"6/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":503,"Cost":307,"Date":"8/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":195,"Date":"10/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":694,"Cost":596,"Date":"11/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":755,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":76,"Cost":58,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":406,"Cost":336,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":765,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":206,"Cost":132,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":519,"Cost":345,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":340,"Cost":245,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":262,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":736,"Cost":627,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":658,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":749,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":566,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":694,"Cost":423,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":335,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":922,"Cost":621,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":569,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":651,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":46,"Cost":34,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":537,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":625,"Cost":507,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":82,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":232,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":87,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":493,"Cost":288,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":568,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":373,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":2,"Cost":1,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":266,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":124,"Cost":68,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":69,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":91,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":445,"Cost":361,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":764,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":421,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":517,"Cost":365,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":128,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":337,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":281,"Cost":220,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":190,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":732,"Cost":593,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":151,"Cost":99,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":484,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":530,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":816,"Cost":591,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":48,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":585,"Cost":362,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":207,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":529,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":609,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":802,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":181,"Cost":155,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":586,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":476,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":680,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":695,"Cost":476,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":407,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":729,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":735,"Cost":382,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":70,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":772,"Cost":683,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":837,"Cost":650,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":768,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":844,"Cost":433,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":117,"Cost":94,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":63,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":186,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":617,"Cost":355,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":444,"Cost":226,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":801,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":492,"Cost":345,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":491,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":56,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":755,"Cost":423,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":82,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":247,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":906,"Cost":736,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":224,"Cost":119,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":677,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":908,"Cost":738,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":722,"Cost":544,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":230,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":387,"Cost":243,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":377,"Cost":347,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":186,"Cost":161,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":441,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":29,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":201,"Cost":117,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":539,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":272,"Cost":162,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":825,"Cost":490,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":258,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":193,"Cost":154,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":131,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":16,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":280,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":258,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":169,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":419,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":249,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":896,"Cost":622,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":410,"Cost":297,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":262,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":21,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":911,"Cost":725,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":252,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":88,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":37,"Cost":19,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":21,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":277,"Cost":195,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":48,"Cost":33,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":787,"Cost":584,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":255,"Cost":139,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":800,"Cost":735,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":479,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":377,"Cost":326,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":860,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":117,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":329,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":565,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":940,"Cost":736,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":258,"Cost":158,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":143,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":366,"Cost":312,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":338,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":59,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":267,"Cost":226,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":407,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":101,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":816,"Cost":415,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":543,"Cost":466,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":235,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":978,"Cost":768,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":622,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":433,"Cost":362,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":434,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":283,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":965,"Cost":661,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":146,"Cost":133,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":168,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":212,"Cost":179,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":373,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":743,"Cost":521,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":16,"Cost":11,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":4,"Cost":3,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":692,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":268,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":486,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":987,"Cost":648,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":652,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":214,"Cost":140,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":189,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":193,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":277,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":469,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":455,"Cost":318,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":728,"Cost":388,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":516,"Cost":289,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":28,"Cost":22,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":394,"Cost":317,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":493,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":718,"Cost":401,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":55,"Cost":42,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":427,"Cost":244,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":913,"Cost":655,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":840,"Cost":632,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":513,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":746,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":600,"Cost":479,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":988,"Cost":912,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":591,"Cost":359,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":318,"Cost":162,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":619,"Cost":489,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":370,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":15,"Cost":12,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":494,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":628,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":678,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":232,"Cost":117,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":898,"Cost":640,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":751,"Cost":639,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":272,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":148,"Cost":121,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":17,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":122,"Date":"11/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":174,"Cost":152,"Date":"3/27/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":371,"Cost":295,"Date":"4/17/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":729,"Cost":662,"Date":"8/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":620,"Cost":467,"Date":"8/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":692,"Cost":438,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":37,"Cost":35,"Date":"9/5/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":266,"Cost":137,"Date":"9/14/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":96,"Cost":64,"Date":"9/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":412,"Cost":225,"Date":"11/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":315,"Cost":268,"Date":"12/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":732,"Cost":459,"Date":"1/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":258,"Cost":229,"Date":"1/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":634,"Cost":476,"Date":"2/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":916,"Cost":761,"Date":"3/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":849,"Cost":741,"Date":"4/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":476,"Cost":328,"Date":"4/5/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":784,"Cost":406,"Date":"4/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":630,"Cost":363,"Date":"7/10/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":722,"Cost":452,"Date":"3/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":579,"Cost":522,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":313,"Cost":189,"Date":"10/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":764,"Cost":685,"Date":"3/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":790,"Cost":635,"Date":"6/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":28,"Cost":16,"Date":"7/17/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":972,"Cost":799,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":880,"Cost":624,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":380,"Cost":226,"Date":"11/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":683,"Cost":508,"Date":"12/16/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":24,"Cost":22,"Date":"12/30/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":288,"Cost":261,"Date":"2/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":968,"Cost":727,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":578,"Cost":338,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":969,"Cost":511,"Date":"4/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":151,"Cost":98,"Date":"7/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":12,"Cost":9,"Date":"8/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":233,"Cost":117,"Date":"10/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":780,"Cost":407,"Date":"11/11/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":498,"Cost":366,"Date":"11/30/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":481,"Cost":251,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":985,"Cost":604,"Date":"3/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":706,"Cost":508,"Date":"4/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":946,"Cost":660,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":942,"Cost":701,"Date":"8/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":961,"Cost":703,"Date":"9/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":652,"Cost":614,"Date":"10/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":964,"Cost":802,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":130,"Cost":114,"Date":"11/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":662,"Cost":486,"Date":"12/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":476,"Cost":365,"Date":"12/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":984,"Cost":698,"Date":"1/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":282,"Cost":247,"Date":"1/23/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":700,"Cost":523,"Date":"2/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":54,"Cost":37,"Date":"3/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":748,"Cost":630,"Date":"3/12/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":887,"Cost":741,"Date":"3/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":941,"Cost":535,"Date":"6/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":821,"Cost":617,"Date":"6/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":199,"Cost":142,"Date":"8/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":157,"Cost":145,"Date":"10/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":177,"Cost":98,"Date":"11/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":186,"Cost":175,"Date":"11/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":301,"Cost":239,"Date":"3/27/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":932,"Cost":646,"Date":"4/17/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":246,"Cost":177,"Date":"8/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":111,"Cost":55,"Date":"8/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":154,"Cost":78,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":715,"Cost":410,"Date":"9/5/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":860,"Cost":743,"Date":"9/14/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":874,"Cost":610,"Date":"9/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":299,"Cost":256,"Date":"11/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":964,"Cost":756,"Date":"12/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":93,"Cost":72,"Date":"1/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":4,"Cost":4,"Date":"1/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":390,"Cost":315,"Date":"2/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":636,"Cost":468,"Date":"3/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":606,"Cost":440,"Date":"4/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":488,"Cost":306,"Date":"4/5/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":340,"Cost":250,"Date":"4/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":544,"Cost":369,"Date":"7/10/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":206,"Cost":175,"Date":"3/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":749,"Cost":478,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":648,"Cost":544,"Date":"10/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":915,"Cost":802,"Date":"3/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":496,"Cost":404,"Date":"6/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":780,"Cost":485,"Date":"7/17/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":698,"Cost":514,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":462,"Cost":303,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":91,"Cost":82,"Date":"11/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":815,"Cost":515,"Date":"12/16/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":446,"Cost":260,"Date":"12/30/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":306,"Cost":184,"Date":"2/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":57,"Cost":44,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":22,"Cost":20,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":545,"Cost":417,"Date":"4/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":178,"Cost":92,"Date":"7/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":640,"Cost":491,"Date":"8/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":669,"Cost":366,"Date":"10/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":967,"Cost":529,"Date":"11/11/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":211,"Cost":184,"Date":"11/30/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":5,"Cost":4,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":332,"Cost":265,"Date":"3/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":954,"Cost":550,"Date":"4/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":438,"Cost":334,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":992,"Cost":667,"Date":"8/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":584,"Cost":454,"Date":"9/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":761,"Cost":532,"Date":"10/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":113,"Cost":63,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":823,"Cost":529,"Date":"11/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":431,"Cost":309,"Date":"12/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":695,"Cost":436,"Date":"12/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":328,"Cost":215,"Date":"1/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":863,"Cost":701,"Date":"1/23/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":509,"Cost":373,"Date":"2/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":854,"Cost":451,"Date":"3/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":462,"Cost":386,"Date":"3/12/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":73,"Cost":50,"Date":"3/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":730,"Cost":377,"Date":"6/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":59,"Cost":49,"Date":"6/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":702,"Cost":567,"Date":"8/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":535,"Cost":450,"Date":"10/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":37,"Cost":28,"Date":"11/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":743,"Cost":467,"Date":"11/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":901,"Cost":566,"Date":"3/27/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":86,"Cost":60,"Date":"4/17/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":695,"Cost":520,"Date":"8/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":221,"Cost":115,"Date":"8/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":445,"Cost":379,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":644,"Cost":517,"Date":"9/5/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":911,"Cost":521,"Date":"9/14/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":110,"Cost":81,"Date":"9/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":880,"Cost":824,"Date":"11/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":520,"Cost":396,"Date":"12/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":94,"Cost":58,"Date":"1/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":827,"Cost":772,"Date":"1/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":275,"Cost":260,"Date":"2/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":387,"Cost":307,"Date":"3/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":621,"Cost":487,"Date":"4/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":991,"Cost":912,"Date":"4/5/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":536,"Cost":505,"Date":"4/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":356,"Cost":292,"Date":"7/10/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":315,"Cost":212,"Date":"3/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":248,"Cost":215,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":463,"Cost":360,"Date":"10/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":119,"Cost":90,"Date":"3/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":628,"Cost":541,"Date":"6/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":269,"Cost":171,"Date":"7/17/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":679,"Cost":421,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":311,"Cost":274,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":190,"Cost":147,"Date":"11/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":36,"Cost":24,"Date":"12/16/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":663,"Cost":561,"Date":"12/30/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":311,"Cost":203,"Date":"2/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":838,"Cost":497,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":449,"Cost":391,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":109,"Cost":58,"Date":"4/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":840,"Cost":655,"Date":"7/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":764,"Cost":384,"Date":"8/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":782,"Cost":693,"Date":"10/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":424,"Cost":319,"Date":"11/11/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":906,"Cost":547,"Date":"11/30/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":86,"Cost":43,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":613,"Cost":553,"Date":"3/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":51,"Cost":25,"Date":"4/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":388,"Cost":278,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":191,"Cost":132,"Date":"8/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":112,"Cost":76,"Date":"9/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":899,"Cost":671,"Date":"10/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":857,"Cost":750,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":179,"Cost":141,"Date":"11/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":817,"Cost":566,"Date":"12/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":940,"Cost":580,"Date":"12/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":526,"Cost":495,"Date":"1/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":86,"Cost":71,"Date":"1/23/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":640,"Cost":387,"Date":"2/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":4,"Cost":2,"Date":"3/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":342,"Cost":302,"Date":"3/12/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":835,"Cost":633,"Date":"3/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":530,"Cost":460,"Date":"6/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":36,"Cost":31,"Date":"6/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":740,"Cost":686,"Date":"8/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":224,"Cost":168,"Date":"10/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":736,"Cost":693,"Date":"11/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":162,"Cost":135,"Date":"11/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":279,"Date":"3/27/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":849,"Cost":742,"Date":"4/17/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":919,"Cost":618,"Date":"8/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":96,"Date":"8/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":360,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":15,"Date":"9/5/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":257,"Date":"9/14/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":466,"Date":"9/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":562,"Cost":531,"Date":"11/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":349,"Date":"12/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":866,"Cost":738,"Date":"1/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":295,"Date":"1/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":782,"Cost":707,"Date":"2/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":833,"Cost":589,"Date":"3/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":549,"Cost":416,"Date":"4/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":117,"Date":"4/5/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":414,"Date":"4/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":699,"Cost":652,"Date":"7/10/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":742,"Cost":545,"Date":"3/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":267,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":385,"Date":"10/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":416,"Date":"3/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":100,"Date":"6/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":73,"Cost":65,"Date":"7/17/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":515,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":241,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":393,"Date":"11/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":929,"Cost":626,"Date":"12/16/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":439,"Cost":318,"Date":"12/30/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":236,"Cost":210,"Date":"2/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":5,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":919,"Cost":671,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":633,"Cost":386,"Date":"4/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":361,"Cost":336,"Date":"7/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":53,"Date":"8/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":459,"Cost":352,"Date":"10/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":485,"Date":"11/11/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":714,"Cost":585,"Date":"11/30/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":803,"Cost":468,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":158,"Date":"3/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":285,"Cost":227,"Date":"4/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":530,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":524,"Date":"8/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":645,"Cost":379,"Date":"9/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":534,"Cost":453,"Date":"10/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":502,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":53,"Date":"11/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":839,"Cost":757,"Date":"12/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":98,"Date":"12/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":425,"Cost":311,"Date":"1/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":538,"Date":"1/23/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":971,"Cost":778,"Date":"2/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":648,"Date":"3/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":376,"Cost":332,"Date":"3/12/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":549,"Date":"3/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":200,"Date":"6/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":153,"Date":"6/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":500,"Cost":306,"Date":"8/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":739,"Cost":399,"Date":"10/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":540,"Date":"11/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":837,"Cost":423,"Date":"11/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":143,"Cost":122,"Date":"3/27/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":416,"Cost":337,"Date":"4/17/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":259,"Date":"8/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":441,"Date":"8/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":376,"Cost":276,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":683,"Cost":502,"Date":"9/5/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":652,"Cost":594,"Date":"9/14/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":783,"Cost":666,"Date":"9/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":294,"Date":"11/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":770,"Cost":647,"Date":"12/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":491,"Date":"1/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":819,"Cost":581,"Date":"1/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":465,"Date":"2/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":427,"Date":"3/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":238,"Date":"4/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":545,"Date":"4/5/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":780,"Date":"4/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":769,"Date":"7/10/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":149,"Date":"3/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":464,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":258,"Date":"10/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":660,"Date":"3/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":431,"Date":"6/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":122,"Cost":109,"Date":"7/17/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":454,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":777,"Cost":575,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":725,"Cost":457,"Date":"11/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":451,"Date":"12/16/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":131,"Cost":81,"Date":"12/30/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":217,"Date":"2/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":78,"Cost":67,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":457,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":540,"Date":"4/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":251,"Date":"7/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":498,"Date":"8/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":825,"Cost":696,"Date":"10/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":201,"Cost":149,"Date":"11/11/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":370,"Cost":228,"Date":"11/30/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":935,"Cost":587,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":639,"Cost":334,"Date":"3/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":848,"Cost":589,"Date":"4/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":333,"Cost":258,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":645,"Date":"8/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":820,"Cost":729,"Date":"9/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":668,"Date":"10/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":768,"Cost":490,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":552,"Cost":354,"Date":"11/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":670,"Date":"12/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":693,"Cost":547,"Date":"12/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":135,"Date":"1/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":339,"Date":"1/23/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":950,"Cost":660,"Date":"2/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":107,"Date":"3/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":234,"Date":"3/12/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":104,"Cost":56,"Date":"3/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":88,"Date":"6/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":553,"Cost":347,"Date":"6/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":132,"Cost":81,"Date":"8/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":157,"Cost":98,"Date":"10/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":156,"Date":"11/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":477,"Cost":364,"Date":"11/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":9,"Date":"3/27/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":708,"Cost":609,"Date":"4/17/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":662,"Date":"8/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":992,"Cost":660,"Date":"8/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":597,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":633,"Cost":357,"Date":"9/5/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":82,"Date":"9/14/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":445,"Date":"9/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":712,"Cost":620,"Date":"11/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":684,"Date":"12/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":225,"Date":"1/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":486,"Date":"1/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":241,"Date":"2/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":5,"Date":"3/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":794,"Date":"4/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":624,"Date":"4/5/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":79,"Date":"4/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":765,"Date":"7/10/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":192,"Date":"3/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":814,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":601,"Date":"10/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":509,"Date":"3/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":89,"Cost":50,"Date":"6/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":818,"Date":"7/17/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":636,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":152,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":268,"Cost":208,"Date":"11/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":777,"Cost":644,"Date":"12/16/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":551,"Cost":483,"Date":"12/30/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":872,"Cost":544,"Date":"2/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":601,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":552,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":240,"Date":"4/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":385,"Date":"7/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":385,"Date":"8/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":191,"Cost":130,"Date":"10/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":272,"Date":"11/11/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":15,"Date":"11/30/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":243,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":35,"Date":"3/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":479,"Date":"4/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":88,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":11,"Date":"8/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":563,"Date":"9/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":458,"Cost":274,"Date":"10/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":763,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":149,"Date":"11/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":219,"Cost":176,"Date":"12/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":305,"Cost":167,"Date":"12/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":590,"Date":"1/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":761,"Date":"1/23/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":175,"Date":"2/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":424,"Date":"3/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":468,"Cost":302,"Date":"3/12/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":554,"Date":"3/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":521,"Cost":363,"Date":"6/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":14,"Date":"6/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":630,"Date":"8/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":710,"Date":"10/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":548,"Date":"11/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":457,"Cost":298,"Date":"11/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":325,"Cost":279,"Date":"3/27/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":882,"Cost":449,"Date":"4/17/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":133,"Cost":98,"Date":"8/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":459,"Cost":315,"Date":"8/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":598,"Cost":411,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":835,"Cost":503,"Date":"9/5/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":637,"Cost":354,"Date":"9/14/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":19,"Cost":12,"Date":"9/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":219,"Cost":189,"Date":"11/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":400,"Cost":260,"Date":"12/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":187,"Cost":145,"Date":"1/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":586,"Cost":385,"Date":"1/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":287,"Cost":218,"Date":"2/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":204,"Cost":157,"Date":"3/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":234,"Cost":132,"Date":"4/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":539,"Cost":454,"Date":"4/5/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":128,"Cost":88,"Date":"4/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":724,"Cost":529,"Date":"7/10/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":829,"Cost":745,"Date":"3/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":386,"Cost":318,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":47,"Cost":24,"Date":"10/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":526,"Cost":399,"Date":"3/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":838,"Cost":572,"Date":"6/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":661,"Cost":615,"Date":"7/17/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":718,"Cost":592,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":134,"Cost":112,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":936,"Cost":734,"Date":"11/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":495,"Cost":307,"Date":"12/16/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":777,"Cost":643,"Date":"12/30/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":660,"Cost":337,"Date":"2/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":591,"Cost":413,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":499,"Cost":333,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":20,"Cost":11,"Date":"4/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":773,"Cost":412,"Date":"7/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":638,"Cost":533,"Date":"8/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":575,"Cost":294,"Date":"10/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":988,"Cost":748,"Date":"11/11/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":352,"Cost":269,"Date":"11/30/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":644,"Cost":410,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":587,"Cost":388,"Date":"3/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":547,"Cost":503,"Date":"4/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":257,"Cost":172,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":230,"Cost":116,"Date":"8/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":544,"Cost":414,"Date":"9/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":584,"Cost":420,"Date":"10/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":375,"Cost":216,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":440,"Cost":222,"Date":"11/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":831,"Cost":549,"Date":"12/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":129,"Cost":112,"Date":"12/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":609,"Cost":573,"Date":"1/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":251,"Cost":200,"Date":"1/23/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":703,"Cost":401,"Date":"2/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":965,"Cost":836,"Date":"3/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":609,"Cost":516,"Date":"3/12/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":189,"Cost":170,"Date":"3/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":366,"Cost":298,"Date":"6/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":395,"Cost":288,"Date":"6/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":925,"Cost":544,"Date":"8/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":953,"Cost":642,"Date":"10/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":831,"Cost":736,"Date":"11/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":156,"Cost":102,"Date":"11/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":955,"Cost":495,"Date":"3/27/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":63,"Cost":44,"Date":"4/17/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":910,"Cost":711,"Date":"8/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":976,"Cost":745,"Date":"8/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":307,"Cost":204,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":957,"Cost":615,"Date":"9/5/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":988,"Cost":544,"Date":"9/14/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":555,"Cost":472,"Date":"9/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":219,"Cost":112,"Date":"11/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":147,"Cost":124,"Date":"12/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":718,"Cost":666,"Date":"1/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":658,"Cost":505,"Date":"1/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":142,"Cost":92,"Date":"2/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":816,"Cost":576,"Date":"3/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":800,"Cost":538,"Date":"4/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":598,"Cost":329,"Date":"4/5/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":238,"Cost":215,"Date":"4/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":122,"Cost":108,"Date":"7/10/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":475,"Cost":319,"Date":"3/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":234,"Cost":178,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":451,"Cost":267,"Date":"10/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":589,"Cost":442,"Date":"3/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":901,"Cost":629,"Date":"6/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":468,"Cost":295,"Date":"7/17/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":889,"Cost":588,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":962,"Cost":843,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":595,"Cost":401,"Date":"11/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":977,"Cost":503,"Date":"12/16/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":894,"Cost":619,"Date":"12/30/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":695,"Cost":621,"Date":"2/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":446,"Cost":374,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":201,"Cost":148,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":629,"Cost":361,"Date":"4/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":531,"Cost":345,"Date":"7/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":185,"Cost":164,"Date":"8/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":848,"Cost":470,"Date":"10/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":85,"Cost":47,"Date":"11/11/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":424,"Cost":233,"Date":"11/30/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":571,"Cost":426,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":810,"Cost":700,"Date":"3/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":626,"Cost":399,"Date":"4/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":702,"Cost":506,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":373,"Cost":192,"Date":"8/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":485,"Cost":338,"Date":"9/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":628,"Cost":529,"Date":"10/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":429,"Cost":314,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":669,"Cost":507,"Date":"11/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":351,"Cost":239,"Date":"12/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":577,"Cost":529,"Date":"12/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":506,"Cost":370,"Date":"1/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":850,"Cost":494,"Date":"1/23/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":531,"Cost":320,"Date":"2/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":232,"Cost":133,"Date":"3/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":430,"Cost":250,"Date":"3/12/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":498,"Cost":333,"Date":"3/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":812,"Cost":614,"Date":"6/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":225,"Cost":158,"Date":"6/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":68,"Cost":55,"Date":"8/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":660,"Cost":368,"Date":"10/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":961,"Cost":904,"Date":"11/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":397,"Cost":308,"Date":"11/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":229,"Cost":170,"Date":"3/27/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":488,"Date":"4/17/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":618,"Cost":510,"Date":"8/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":310,"Date":"8/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":26,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":91,"Cost":72,"Date":"9/5/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":174,"Date":"9/14/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":941,"Cost":592,"Date":"9/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":339,"Date":"11/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":102,"Date":"12/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":740,"Date":"1/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":746,"Cost":642,"Date":"1/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":52,"Date":"2/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":42,"Date":"3/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":156,"Date":"4/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":487,"Date":"4/5/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":324,"Date":"4/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":428,"Date":"7/10/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":505,"Date":"3/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":60,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":26,"Date":"10/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":578,"Date":"3/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":180,"Date":"6/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":429,"Date":"7/17/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":721,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":52,"Cost":39,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":919,"Cost":768,"Date":"11/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":810,"Cost":444,"Date":"12/16/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":295,"Date":"12/30/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":152,"Date":"2/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":957,"Cost":873,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":717,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":462,"Date":"4/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":493,"Cost":293,"Date":"7/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":939,"Cost":503,"Date":"8/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":566,"Date":"10/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":263,"Cost":236,"Date":"11/11/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":615,"Cost":440,"Date":"11/30/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":891,"Cost":680,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":276,"Date":"3/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":67,"Date":"4/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":774,"Cost":674,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":651,"Cost":590,"Date":"8/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":48,"Cost":26,"Date":"9/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":453,"Cost":381,"Date":"10/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":644,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":211,"Cost":134,"Date":"11/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":69,"Cost":44,"Date":"12/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":263,"Cost":174,"Date":"12/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":873,"Cost":651,"Date":"1/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":45,"Date":"1/23/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":599,"Date":"2/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":114,"Date":"3/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":454,"Date":"3/12/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":26,"Date":"3/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":265,"Date":"6/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":596,"Cost":391,"Date":"6/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":163,"Date":"8/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":661,"Cost":344,"Date":"10/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":122,"Date":"11/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":476,"Date":"11/9/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":157,"Date":"3/27/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":239,"Date":"4/17/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":624,"Date":"8/11/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":541,"Date":"8/21/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":303,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":751,"Cost":565,"Date":"9/5/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":682,"Date":"9/14/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":39,"Cost":31,"Date":"9/20/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":79,"Date":"11/20/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":580,"Date":"12/21/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":641,"Date":"1/7/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":556,"Date":"1/21/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":290,"Cost":272,"Date":"2/9/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":605,"Cost":414,"Date":"3/19/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":951,"Cost":739,"Date":"4/3/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":673,"Date":"4/5/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":140,"Cost":96,"Date":"4/28/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":557,"Cost":431,"Date":"7/10/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":446,"Cost":397,"Date":"3/25/2020"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":188,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":484,"Date":"10/28/2020"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":843,"Cost":543,"Date":"3/2/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":130,"Date":"6/28/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":365,"Date":"7/17/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":561,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":154,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":254,"Cost":218,"Date":"11/20/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":460,"Date":"12/16/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":768,"Date":"12/30/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":616,"Date":"2/15/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":474,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":217,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":618,"Date":"4/18/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":472,"Date":"7/27/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":287,"Date":"8/18/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":136,"Cost":74,"Date":"10/31/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":494,"Date":"11/11/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":580,"Cost":425,"Date":"11/30/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":761,"Cost":692,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":77,"Cost":68,"Date":"3/1/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":584,"Date":"4/13/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":581,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":315,"Date":"8/13/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":511,"Date":"9/15/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":163,"Date":"10/14/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":152,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":25,"Date":"11/11/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":621,"Cost":580,"Date":"12/7/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":292,"Date":"12/21/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":212,"Date":"1/6/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":547,"Cost":419,"Date":"1/23/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":18,"Date":"2/4/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":489,"Date":"3/10/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":165,"Date":"3/12/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":277,"Date":"3/31/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":369,"Cost":230,"Date":"6/16/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":663,"Cost":615,"Date":"6/17/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":646,"Cost":533,"Date":"8/27/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":266,"Date":"10/1/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":394,"Date":"11/4/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":156,"Date":"11/9/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":330,"Cost":192,"Date":"3/27/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":363,"Cost":186,"Date":"4/17/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":178,"Cost":157,"Date":"8/11/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":408,"Cost":237,"Date":"8/21/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":177,"Cost":106,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":460,"Cost":250,"Date":"9/5/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":394,"Cost":329,"Date":"9/14/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":10,"Cost":7,"Date":"9/20/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":896,"Cost":490,"Date":"11/20/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":714,"Cost":378,"Date":"12/21/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":312,"Cost":230,"Date":"1/7/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":601,"Cost":469,"Date":"1/21/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":550,"Cost":341,"Date":"2/9/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":231,"Cost":177,"Date":"3/19/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":48,"Cost":34,"Date":"4/3/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":416,"Cost":375,"Date":"4/5/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":938,"Cost":802,"Date":"4/28/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":492,"Cost":292,"Date":"7/10/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":367,"Cost":189,"Date":"3/25/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":201,"Cost":171,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":723,"Cost":447,"Date":"10/28/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":7,"Cost":5,"Date":"3/2/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":373,"Cost":307,"Date":"6/28/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":386,"Cost":259,"Date":"7/17/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":546,"Cost":494,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":569,"Cost":394,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":383,"Cost":292,"Date":"11/20/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":240,"Cost":122,"Date":"12/16/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":805,"Cost":426,"Date":"12/30/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":93,"Cost":86,"Date":"2/15/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":110,"Cost":75,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":253,"Cost":240,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":480,"Cost":345,"Date":"4/18/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":640,"Cost":534,"Date":"7/27/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":506,"Cost":277,"Date":"8/18/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":821,"Cost":623,"Date":"10/31/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":891,"Cost":491,"Date":"11/11/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":273,"Cost":222,"Date":"11/30/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":346,"Cost":328,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":229,"Cost":129,"Date":"3/1/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":951,"Cost":867,"Date":"4/13/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":887,"Cost":649,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":887,"Cost":767,"Date":"8/13/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":193,"Cost":157,"Date":"9/15/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":565,"Cost":403,"Date":"10/14/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":286,"Cost":221,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":191,"Cost":163,"Date":"11/11/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":46,"Cost":27,"Date":"12/7/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":437,"Cost":389,"Date":"12/21/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":371,"Cost":339,"Date":"1/6/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":141,"Cost":112,"Date":"1/23/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":989,"Cost":850,"Date":"2/4/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":246,"Cost":187,"Date":"3/10/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":843,"Cost":775,"Date":"3/12/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":15,"Cost":9,"Date":"3/31/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":968,"Cost":668,"Date":"6/16/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":615,"Cost":548,"Date":"6/17/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":657,"Cost":432,"Date":"8/27/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":331,"Cost":292,"Date":"10/1/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":174,"Cost":142,"Date":"11/4/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":544,"Cost":467,"Date":"11/9/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":793,"Cost":497,"Date":"3/27/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":711,"Cost":360,"Date":"4/17/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":842,"Date":"8/11/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":139,"Date":"8/21/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":531,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":392,"Cost":300,"Date":"9/5/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":405,"Date":"9/14/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":253,"Cost":135,"Date":"9/20/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":443,"Date":"11/20/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":728,"Cost":376,"Date":"12/21/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":400,"Date":"1/7/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":156,"Date":"1/21/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":267,"Date":"2/9/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":663,"Date":"3/19/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":466,"Date":"4/3/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":658,"Cost":555,"Date":"4/5/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":597,"Date":"4/28/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":440,"Date":"7/10/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":475,"Date":"3/25/2020"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":2,"Cost":2,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":124,"Date":"10/28/2020"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":394,"Cost":227,"Date":"3/2/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":131,"Date":"6/28/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":447,"Cost":364,"Date":"7/17/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":267,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":590,"Cost":419,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":940,"Cost":580,"Date":"11/20/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":642,"Date":"12/16/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":242,"Date":"12/30/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":555,"Date":"2/15/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":380,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":212,"Cost":125,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":205,"Date":"4/18/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":518,"Cost":279,"Date":"7/27/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":576,"Cost":512,"Date":"8/18/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":513,"Date":"10/31/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":110,"Cost":67,"Date":"11/11/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":90,"Date":"11/30/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":169,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":515,"Date":"3/1/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":632,"Date":"4/13/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":19,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":57,"Cost":45,"Date":"8/13/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":586,"Date":"9/15/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":207,"Date":"10/14/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":683,"Cost":617,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":265,"Date":"11/11/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":727,"Cost":663,"Date":"12/7/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":546,"Cost":454,"Date":"12/21/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":691,"Date":"1/6/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":54,"Date":"1/23/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":187,"Date":"2/4/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":171,"Date":"3/10/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":146,"Cost":85,"Date":"3/12/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":147,"Date":"3/31/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":492,"Date":"6/16/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":75,"Cost":60,"Date":"6/17/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":86,"Cost":67,"Date":"8/27/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":950,"Cost":614,"Date":"10/1/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":79,"Cost":70,"Date":"11/4/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":553,"Date":"11/9/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":554,"Cost":337,"Date":"3/27/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":113,"Date":"4/17/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":566,"Cost":408,"Date":"8/11/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":978,"Cost":561,"Date":"8/21/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":631,"Cost":564,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":24,"Date":"9/5/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":232,"Date":"9/14/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":435,"Cost":250,"Date":"9/20/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":609,"Date":"11/20/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":163,"Date":"12/21/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":102,"Cost":92,"Date":"1/7/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":228,"Date":"1/21/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":590,"Cost":437,"Date":"2/9/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":299,"Cost":150,"Date":"3/19/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":368,"Cost":246,"Date":"4/3/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":466,"Date":"4/5/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":370,"Date":"4/28/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":134,"Date":"7/10/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":110,"Date":"3/25/2020"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":368,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":10,"Cost":8,"Date":"10/28/2020"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":934,"Cost":825,"Date":"3/2/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":137,"Cost":128,"Date":"6/28/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":591,"Cost":302,"Date":"7/17/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":485,"Cost":328,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":782,"Cost":605,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":732,"Cost":608,"Date":"11/20/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":26,"Cost":23,"Date":"12/16/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":956,"Cost":511,"Date":"12/30/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":361,"Cost":331,"Date":"2/15/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":185,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":110,"Cost":70,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":235,"Date":"4/18/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":193,"Date":"7/27/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":665,"Date":"8/18/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":252,"Date":"10/31/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":423,"Cost":284,"Date":"11/11/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":520,"Date":"11/30/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":451,"Cost":299,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":464,"Date":"3/1/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":301,"Date":"4/13/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":512,"Cost":375,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":318,"Date":"8/13/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":287,"Cost":192,"Date":"9/15/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":280,"Date":"10/14/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":931,"Cost":478,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":480,"Date":"11/11/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":966,"Cost":843,"Date":"12/7/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":657,"Date":"12/21/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":34,"Date":"1/6/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":358,"Date":"1/23/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":35,"Cost":21,"Date":"2/4/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":336,"Date":"3/10/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":336,"Date":"3/12/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":396,"Date":"3/31/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":670,"Cost":527,"Date":"6/16/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":883,"Cost":513,"Date":"6/17/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":310,"Cost":213,"Date":"8/27/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":394,"Date":"10/1/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":97,"Cost":83,"Date":"11/4/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":159,"Date":"11/9/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":549,"Cost":407,"Date":"3/27/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":291,"Date":"4/17/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":462,"Date":"8/11/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":493,"Date":"8/21/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":660,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":835,"Cost":434,"Date":"9/5/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":703,"Date":"9/14/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":692,"Cost":616,"Date":"9/20/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":330,"Date":"11/20/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":249,"Date":"12/21/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":746,"Cost":608,"Date":"1/7/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":230,"Date":"1/21/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":509,"Cost":327,"Date":"2/9/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":577,"Cost":475,"Date":"3/19/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":255,"Date":"4/3/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":389,"Date":"4/5/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":869,"Date":"4/28/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":438,"Date":"7/10/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":605,"Cost":391,"Date":"3/25/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":468,"Cost":415,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":670,"Date":"10/28/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":985,"Cost":733,"Date":"3/2/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":692,"Cost":612,"Date":"6/28/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":632,"Date":"7/17/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":115,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":419,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":638,"Date":"11/20/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":559,"Date":"12/16/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":836,"Cost":680,"Date":"12/30/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":280,"Date":"2/15/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":492,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":114,"Cost":77,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":27,"Date":"4/18/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":679,"Cost":584,"Date":"7/27/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":441,"Cost":391,"Date":"8/18/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":118,"Date":"10/31/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":819,"Cost":445,"Date":"11/11/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":518,"Cost":339,"Date":"11/30/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":380,"Cost":246,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":223,"Cost":138,"Date":"3/1/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":429,"Cost":375,"Date":"4/13/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":578,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":460,"Cost":275,"Date":"8/13/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":41,"Date":"9/15/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":227,"Cost":162,"Date":"10/14/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":513,"Cost":476,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":428,"Date":"11/11/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":249,"Date":"12/7/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":156,"Cost":116,"Date":"12/21/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":678,"Date":"1/6/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":383,"Date":"1/23/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":148,"Cost":113,"Date":"2/4/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":813,"Cost":743,"Date":"3/10/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":188,"Cost":101,"Date":"3/12/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":719,"Cost":430,"Date":"3/31/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":185,"Date":"6/16/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":117,"Date":"6/17/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":332,"Cost":294,"Date":"8/27/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":604,"Cost":350,"Date":"10/1/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":983,"Cost":575,"Date":"11/4/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":39,"Date":"11/9/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":604,"Cost":329,"Date":"3/27/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":134,"Cost":96,"Date":"4/17/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":555,"Cost":414,"Date":"8/11/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":226,"Cost":164,"Date":"8/21/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":688,"Cost":584,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":910,"Cost":541,"Date":"9/5/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":342,"Cost":269,"Date":"9/14/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":984,"Cost":768,"Date":"9/20/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":931,"Cost":881,"Date":"11/20/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":300,"Cost":197,"Date":"12/21/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":646,"Cost":458,"Date":"1/7/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":132,"Cost":111,"Date":"1/21/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":597,"Cost":508,"Date":"2/9/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":4,"Cost":2,"Date":"3/19/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":72,"Cost":60,"Date":"4/3/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":14,"Cost":10,"Date":"4/5/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":78,"Cost":49,"Date":"4/28/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":177,"Cost":126,"Date":"7/10/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":672,"Cost":460,"Date":"3/25/2020"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":978,"Cost":689,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":388,"Cost":238,"Date":"10/28/2020"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":400,"Cost":348,"Date":"3/2/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":212,"Cost":126,"Date":"6/28/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":158,"Cost":93,"Date":"7/17/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":722,"Cost":514,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":646,"Cost":540,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":776,"Cost":654,"Date":"11/20/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":208,"Cost":182,"Date":"12/16/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":796,"Cost":657,"Date":"12/30/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":340,"Cost":255,"Date":"2/15/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":147,"Cost":80,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":474,"Cost":442,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":851,"Cost":497,"Date":"4/18/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":589,"Cost":342,"Date":"7/27/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":256,"Cost":211,"Date":"8/18/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":184,"Cost":133,"Date":"10/31/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":285,"Cost":246,"Date":"11/11/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":840,"Cost":527,"Date":"11/30/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":826,"Cost":612,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":212,"Cost":140,"Date":"3/1/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":765,"Cost":612,"Date":"4/13/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":770,"Cost":552,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":232,"Cost":147,"Date":"8/13/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":751,"Cost":456,"Date":"9/15/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":104,"Cost":92,"Date":"10/14/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":215,"Cost":167,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":300,"Cost":251,"Date":"11/11/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":820,"Cost":778,"Date":"12/7/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":638,"Cost":441,"Date":"12/21/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":486,"Cost":441,"Date":"1/6/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":702,"Cost":557,"Date":"1/23/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":737,"Cost":490,"Date":"2/4/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":157,"Cost":102,"Date":"3/10/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":159,"Cost":130,"Date":"3/12/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":311,"Cost":281,"Date":"3/31/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":458,"Cost":275,"Date":"6/16/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":538,"Cost":490,"Date":"6/17/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":935,"Cost":661,"Date":"8/27/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":8,"Cost":4,"Date":"10/1/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":925,"Cost":675,"Date":"11/4/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":464,"Cost":310,"Date":"11/9/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":143,"Date":"3/27/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":304,"Date":"4/17/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":555,"Cost":361,"Date":"8/11/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":329,"Cost":187,"Date":"8/21/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":18,"Cost":11,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":329,"Date":"9/5/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":236,"Cost":126,"Date":"9/14/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":839,"Cost":621,"Date":"9/20/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":695,"Date":"11/20/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":232,"Cost":178,"Date":"12/21/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":157,"Cost":149,"Date":"1/7/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":529,"Date":"1/21/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":597,"Date":"2/9/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":505,"Date":"3/19/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":741,"Cost":554,"Date":"4/3/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":708,"Date":"4/5/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":179,"Date":"4/28/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":453,"Date":"7/10/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":302,"Cost":269,"Date":"3/25/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":806,"Cost":490,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":8,"Date":"10/28/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":537,"Cost":329,"Date":"3/2/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":196,"Date":"6/28/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":71,"Cost":40,"Date":"7/17/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":273,"Cost":157,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":90,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":421,"Date":"11/20/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":648,"Date":"12/16/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":17,"Date":"12/30/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":344,"Cost":284,"Date":"2/15/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":610,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":875,"Cost":663,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":140,"Date":"4/18/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":80,"Date":"7/27/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":62,"Date":"8/18/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":251,"Date":"10/31/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":236,"Date":"11/11/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":105,"Date":"11/30/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":158,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":530,"Date":"3/1/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":801,"Cost":521,"Date":"4/13/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":250,"Cost":197,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":584,"Cost":412,"Date":"8/13/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":283,"Cost":198,"Date":"9/15/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":70,"Date":"10/14/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":45,"Cost":37,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":129,"Cost":81,"Date":"11/11/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":94,"Cost":85,"Date":"12/7/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":224,"Date":"12/21/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":43,"Cost":30,"Date":"1/6/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":159,"Cost":135,"Date":"1/23/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":402,"Cost":307,"Date":"2/4/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":239,"Date":"3/10/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":473,"Date":"3/12/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":43,"Date":"3/31/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":820,"Date":"6/16/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":434,"Date":"6/17/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":96,"Date":"8/27/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":321,"Date":"10/1/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":263,"Date":"11/4/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":635,"Cost":362,"Date":"11/9/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":541,"Cost":461,"Date":"3/27/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":134,"Cost":116,"Date":"4/17/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":423,"Cost":233,"Date":"8/11/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":8,"Date":"8/21/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":474,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":406,"Cost":319,"Date":"9/5/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":96,"Cost":74,"Date":"9/14/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":444,"Date":"9/20/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":50,"Date":"11/20/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":436,"Date":"12/21/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":384,"Cost":329,"Date":"1/7/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":169,"Date":"1/21/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":916,"Cost":703,"Date":"2/9/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":454,"Date":"3/19/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":973,"Cost":751,"Date":"4/3/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":409,"Cost":228,"Date":"4/5/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":252,"Date":"4/28/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":87,"Cost":60,"Date":"7/10/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":544,"Date":"3/25/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":801,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":880,"Date":"10/28/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":655,"Date":"3/2/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":250,"Cost":222,"Date":"6/28/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":839,"Cost":431,"Date":"7/17/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":576,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":133,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":127,"Date":"11/20/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":36,"Date":"12/16/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":653,"Cost":414,"Date":"12/30/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":617,"Date":"2/15/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":337,"Cost":214,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":393,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":495,"Date":"4/18/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":294,"Date":"7/27/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":308,"Cost":236,"Date":"8/18/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":340,"Date":"10/31/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":158,"Cost":139,"Date":"11/11/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":772,"Date":"11/30/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":68,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":882,"Cost":578,"Date":"3/1/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":50,"Cost":43,"Date":"4/13/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":15,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":368,"Cost":255,"Date":"8/13/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":62,"Cost":58,"Date":"9/15/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":458,"Date":"10/14/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":78,"Cost":48,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":842,"Cost":744,"Date":"11/11/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":656,"Cost":524,"Date":"12/7/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":358,"Cost":340,"Date":"12/21/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":281,"Date":"1/6/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":65,"Cost":41,"Date":"1/23/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":435,"Cost":308,"Date":"2/4/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":469,"Cost":325,"Date":"3/10/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":290,"Cost":170,"Date":"3/12/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":643,"Date":"3/31/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":438,"Cost":308,"Date":"6/16/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":456,"Date":"6/17/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":192,"Cost":141,"Date":"8/27/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":535,"Date":"10/1/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":81,"Cost":64,"Date":"11/4/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":808,"Date":"11/9/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":170,"Cost":95,"Date":"3/27/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":262,"Cost":143,"Date":"4/17/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":171,"Date":"8/11/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":55,"Date":"8/21/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":506,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":693,"Cost":448,"Date":"9/5/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":627,"Cost":558,"Date":"9/14/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":477,"Date":"9/20/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":339,"Cost":246,"Date":"11/20/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":332,"Date":"12/21/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":398,"Cost":224,"Date":"1/7/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":196,"Date":"1/21/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":311,"Date":"2/9/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":646,"Date":"3/19/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":481,"Date":"4/3/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":307,"Cost":261,"Date":"4/5/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":832,"Date":"4/28/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":52,"Date":"7/10/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":658,"Date":"3/25/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":937,"Cost":667,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":408,"Date":"10/28/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":672,"Date":"3/2/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":150,"Cost":125,"Date":"6/28/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":537,"Cost":351,"Date":"7/17/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":490,"Cost":327,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":847,"Cost":683,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":155,"Date":"11/20/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":398,"Cost":256,"Date":"12/16/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":358,"Date":"12/30/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":169,"Date":"2/15/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":119,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":735,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":375,"Date":"4/18/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":13,"Cost":12,"Date":"7/27/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":913,"Cost":490,"Date":"8/18/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":810,"Cost":712,"Date":"10/31/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":469,"Date":"11/11/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":423,"Date":"11/30/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":648,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":328,"Date":"3/1/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":704,"Cost":427,"Date":"4/13/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":59,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":345,"Cost":294,"Date":"8/13/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":30,"Date":"9/15/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":863,"Cost":432,"Date":"10/14/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":268,"Cost":244,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":708,"Date":"11/11/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":632,"Date":"12/7/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":566,"Cost":334,"Date":"12/21/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":101,"Date":"1/6/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":5,"Cost":5,"Date":"1/23/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":99,"Date":"2/4/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":360,"Cost":291,"Date":"3/10/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":743,"Date":"3/12/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":292,"Cost":184,"Date":"3/31/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":441,"Date":"6/16/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":553,"Cost":349,"Date":"6/17/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":169,"Date":"8/27/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":199,"Date":"10/1/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":74,"Date":"11/4/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":449,"Date":"11/9/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":323,"Cost":238,"Date":"3/27/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":332,"Cost":197,"Date":"4/17/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":781,"Cost":470,"Date":"8/11/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":902,"Cost":466,"Date":"8/21/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":895,"Cost":453,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":327,"Cost":246,"Date":"9/5/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":841,"Cost":603,"Date":"9/14/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":800,"Cost":483,"Date":"9/20/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":975,"Cost":865,"Date":"11/20/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":196,"Cost":166,"Date":"12/21/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":621,"Cost":314,"Date":"1/7/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":510,"Cost":338,"Date":"1/21/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":339,"Cost":217,"Date":"2/9/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":350,"Cost":332,"Date":"3/19/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":569,"Cost":446,"Date":"4/3/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":221,"Cost":151,"Date":"4/5/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":714,"Cost":670,"Date":"4/28/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":348,"Cost":219,"Date":"7/10/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":23,"Cost":16,"Date":"3/25/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":912,"Cost":658,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":443,"Cost":413,"Date":"10/28/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":567,"Cost":503,"Date":"3/2/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":226,"Cost":155,"Date":"6/28/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":837,"Cost":760,"Date":"7/17/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":884,"Cost":605,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":676,"Cost":553,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":431,"Cost":406,"Date":"11/20/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":174,"Cost":139,"Date":"12/16/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":874,"Cost":503,"Date":"12/30/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":846,"Cost":739,"Date":"2/15/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":117,"Cost":84,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":432,"Cost":376,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":699,"Cost":562,"Date":"4/18/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":360,"Cost":222,"Date":"7/27/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":458,"Cost":353,"Date":"8/18/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":325,"Cost":199,"Date":"10/31/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":461,"Cost":384,"Date":"11/11/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":362,"Cost":215,"Date":"11/30/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":571,"Cost":356,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":617,"Cost":359,"Date":"3/1/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":38,"Cost":23,"Date":"4/13/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":939,"Cost":634,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":189,"Cost":114,"Date":"8/13/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":711,"Cost":449,"Date":"9/15/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":417,"Cost":282,"Date":"10/14/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":590,"Cost":410,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":156,"Cost":131,"Date":"11/11/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":742,"Cost":385,"Date":"12/7/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":878,"Cost":617,"Date":"12/21/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":581,"Cost":402,"Date":"1/6/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":281,"Cost":228,"Date":"1/23/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":431,"Cost":385,"Date":"2/4/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":828,"Cost":568,"Date":"3/10/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":26,"Cost":20,"Date":"3/12/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":950,"Cost":732,"Date":"3/31/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":788,"Cost":652,"Date":"6/16/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":984,"Cost":879,"Date":"6/17/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":835,"Cost":446,"Date":"8/27/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":346,"Cost":240,"Date":"10/1/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":716,"Cost":668,"Date":"11/4/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":398,"Cost":222,"Date":"11/9/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":238,"Date":"3/27/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":556,"Cost":295,"Date":"4/17/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":611,"Date":"8/11/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":993,"Cost":700,"Date":"8/21/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":541,"Cost":381,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":706,"Date":"9/5/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":133,"Cost":95,"Date":"9/14/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":208,"Date":"9/20/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":85,"Date":"11/20/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":342,"Date":"12/21/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":915,"Cost":683,"Date":"1/7/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":48,"Cost":43,"Date":"1/21/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":366,"Date":"2/9/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":489,"Cost":353,"Date":"3/19/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":970,"Cost":609,"Date":"4/3/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":119,"Date":"4/5/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":527,"Cost":343,"Date":"4/28/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":784,"Cost":619,"Date":"7/10/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":443,"Date":"3/25/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":253,"Cost":216,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":550,"Date":"10/28/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":498,"Date":"3/2/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":152,"Date":"6/28/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":514,"Cost":366,"Date":"7/17/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":547,"Cost":474,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":711,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":666,"Date":"11/20/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":224,"Date":"12/16/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":534,"Cost":501,"Date":"12/30/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":677,"Cost":631,"Date":"2/15/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":479,"Cost":424,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":873,"Cost":773,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":211,"Date":"4/18/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":262,"Date":"7/27/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":70,"Date":"8/18/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":91,"Date":"10/31/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":826,"Date":"11/11/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":687,"Date":"11/30/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":94,"Cost":65,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":160,"Date":"3/1/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":180,"Date":"4/13/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":227,"Cost":188,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":892,"Cost":480,"Date":"8/13/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":764,"Cost":633,"Date":"9/15/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":130,"Cost":104,"Date":"10/14/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":886,"Cost":526,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":753,"Date":"11/11/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":956,"Cost":478,"Date":"12/7/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":615,"Cost":344,"Date":"12/21/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":388,"Date":"1/6/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":406,"Cost":273,"Date":"1/23/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":267,"Cost":212,"Date":"2/4/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":232,"Cost":182,"Date":"3/10/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":686,"Cost":625,"Date":"3/12/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":28,"Date":"3/31/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":122,"Cost":99,"Date":"6/16/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":413,"Cost":375,"Date":"6/17/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":147,"Cost":135,"Date":"8/27/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":700,"Date":"10/1/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":37,"Date":"11/4/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":638,"Cost":509,"Date":"11/9/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":239,"Date":"3/27/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":3,"Date":"4/17/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":713,"Cost":557,"Date":"8/11/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":176,"Date":"8/21/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":744,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":467,"Cost":284,"Date":"9/5/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":624,"Date":"9/14/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":476,"Date":"9/20/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":60,"Cost":53,"Date":"11/20/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":381,"Cost":264,"Date":"12/21/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":785,"Cost":721,"Date":"1/7/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":559,"Date":"1/21/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":390,"Cost":307,"Date":"2/9/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":454,"Cost":232,"Date":"3/19/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":378,"Date":"4/3/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":674,"Date":"4/5/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":459,"Date":"4/28/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":472,"Date":"7/10/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":6,"Date":"3/25/2020"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":137,"Cost":84,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":175,"Cost":156,"Date":"10/28/2020"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":198,"Date":"3/2/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":231,"Date":"6/28/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":210,"Date":"7/17/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":414,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":598,"Cost":332,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":180,"Date":"11/20/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":707,"Date":"12/16/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":172,"Date":"12/30/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":621,"Date":"2/15/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":890,"Cost":450,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":217,"Cost":202,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":288,"Date":"4/18/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":426,"Date":"7/27/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":691,"Date":"8/18/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":594,"Cost":346,"Date":"10/31/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":526,"Date":"11/11/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":244,"Date":"11/30/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":786,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":119,"Cost":66,"Date":"3/1/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":755,"Cost":499,"Date":"4/13/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":50,"Cost":47,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":245,"Cost":201,"Date":"8/13/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":216,"Cost":184,"Date":"9/15/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":370,"Date":"10/14/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":59,"Cost":52,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":982,"Cost":647,"Date":"11/11/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":343,"Date":"12/7/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":834,"Date":"12/21/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":354,"Date":"1/6/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":416,"Date":"1/23/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":494,"Date":"2/4/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":379,"Date":"3/10/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":126,"Date":"3/12/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":42,"Cost":35,"Date":"3/31/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":425,"Date":"6/16/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":302,"Date":"6/17/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":806,"Cost":750,"Date":"8/27/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":425,"Cost":215,"Date":"10/1/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":826,"Date":"11/4/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":692,"Date":"11/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":343,"Date":"3/27/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":768,"Cost":390,"Date":"4/17/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":857,"Date":"8/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":255,"Date":"8/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":649,"Cost":536,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":228,"Cost":198,"Date":"9/5/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":274,"Cost":145,"Date":"9/14/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":470,"Date":"9/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":445,"Cost":369,"Date":"11/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":465,"Date":"12/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":142,"Date":"1/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":784,"Date":"1/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":383,"Cost":351,"Date":"2/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":250,"Cost":151,"Date":"3/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":323,"Date":"4/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":638,"Date":"4/5/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":522,"Date":"4/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":834,"Cost":768,"Date":"7/10/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":211,"Date":"3/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":862,"Cost":713,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":326,"Cost":209,"Date":"10/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":50,"Cost":36,"Date":"3/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":979,"Cost":592,"Date":"6/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":594,"Date":"7/17/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":640,"Cost":503,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":193,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":209,"Date":"11/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":504,"Cost":478,"Date":"12/16/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":414,"Cost":214,"Date":"12/30/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":683,"Cost":553,"Date":"2/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":590,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":330,"Cost":299,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":496,"Date":"4/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":384,"Cost":318,"Date":"7/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":971,"Cost":871,"Date":"8/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":446,"Cost":268,"Date":"10/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":712,"Cost":662,"Date":"11/11/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":36,"Cost":27,"Date":"11/30/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":939,"Cost":545,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":338,"Cost":268,"Date":"3/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":819,"Cost":526,"Date":"4/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":59,"Cost":53,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":214,"Date":"8/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":735,"Cost":418,"Date":"9/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":569,"Date":"10/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":604,"Cost":311,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":303,"Date":"11/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":180,"Date":"12/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":709,"Date":"12/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":113,"Cost":75,"Date":"1/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":57,"Date":"1/23/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":263,"Cost":220,"Date":"2/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":78,"Cost":61,"Date":"3/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":141,"Cost":87,"Date":"3/12/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":336,"Cost":248,"Date":"3/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":185,"Date":"6/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":163,"Date":"6/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":278,"Cost":186,"Date":"8/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":925,"Cost":484,"Date":"10/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":209,"Cost":190,"Date":"11/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":364,"Cost":241,"Date":"11/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":148,"Cost":86,"Date":"3/27/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":844,"Cost":621,"Date":"4/17/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":649,"Cost":447,"Date":"8/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":563,"Cost":348,"Date":"8/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":537,"Cost":411,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":21,"Cost":19,"Date":"9/5/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":475,"Cost":410,"Date":"9/14/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":842,"Cost":578,"Date":"9/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":457,"Cost":280,"Date":"11/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":142,"Cost":113,"Date":"12/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":595,"Cost":482,"Date":"1/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":124,"Cost":79,"Date":"1/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":175,"Cost":151,"Date":"2/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":276,"Cost":245,"Date":"3/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":50,"Cost":43,"Date":"4/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":783,"Cost":531,"Date":"4/5/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":377,"Cost":280,"Date":"4/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":750,"Cost":388,"Date":"7/10/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":465,"Cost":420,"Date":"3/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":966,"Cost":910,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":814,"Cost":410,"Date":"10/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":363,"Cost":339,"Date":"3/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":197,"Cost":145,"Date":"6/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":398,"Cost":366,"Date":"7/17/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":727,"Cost":539,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":314,"Cost":218,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":38,"Cost":20,"Date":"11/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":648,"Cost":598,"Date":"12/16/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":580,"Cost":489,"Date":"12/30/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":29,"Cost":16,"Date":"2/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":546,"Cost":394,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":843,"Cost":434,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":806,"Cost":407,"Date":"4/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":258,"Cost":226,"Date":"7/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":926,"Cost":713,"Date":"8/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":553,"Cost":523,"Date":"10/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":872,"Cost":579,"Date":"11/11/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":741,"Cost":584,"Date":"11/30/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":221,"Cost":192,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":902,"Cost":800,"Date":"3/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":638,"Cost":529,"Date":"4/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":137,"Cost":110,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":299,"Cost":265,"Date":"8/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":597,"Cost":377,"Date":"9/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":117,"Cost":101,"Date":"10/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":337,"Cost":204,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":660,"Cost":502,"Date":"11/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":235,"Cost":154,"Date":"12/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":815,"Cost":427,"Date":"12/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":990,"Cost":891,"Date":"1/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":572,"Cost":443,"Date":"1/23/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":124,"Cost":90,"Date":"2/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":957,"Cost":614,"Date":"3/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":959,"Cost":794,"Date":"3/12/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":190,"Cost":121,"Date":"3/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":492,"Cost":324,"Date":"6/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":955,"Cost":814,"Date":"6/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":899,"Cost":473,"Date":"8/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":686,"Cost":468,"Date":"10/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":60,"Cost":33,"Date":"11/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":60,"Cost":51,"Date":"11/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":23,"Cost":16,"Date":"3/27/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":177,"Cost":162,"Date":"4/17/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":102,"Cost":63,"Date":"8/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":544,"Cost":298,"Date":"8/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":609,"Cost":350,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":430,"Cost":241,"Date":"9/5/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":83,"Cost":58,"Date":"9/14/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":305,"Cost":249,"Date":"9/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":125,"Cost":103,"Date":"11/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":994,"Cost":853,"Date":"12/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":814,"Cost":687,"Date":"1/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":521,"Cost":312,"Date":"1/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":717,"Cost":384,"Date":"2/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":173,"Cost":107,"Date":"3/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":782,"Cost":525,"Date":"4/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":807,"Cost":702,"Date":"4/5/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":856,"Cost":428,"Date":"4/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":279,"Cost":191,"Date":"7/10/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":327,"Cost":231,"Date":"3/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":280,"Cost":202,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":855,"Cost":620,"Date":"10/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":710,"Cost":383,"Date":"3/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":158,"Cost":143,"Date":"6/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":658,"Cost":521,"Date":"7/17/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":423,"Cost":301,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":656,"Cost":416,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":815,"Cost":682,"Date":"11/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":718,"Cost":362,"Date":"12/16/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":584,"Cost":368,"Date":"12/30/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":494,"Cost":297,"Date":"2/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":385,"Cost":235,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":965,"Cost":545,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":976,"Cost":846,"Date":"4/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":916,"Cost":588,"Date":"7/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":826,"Cost":580,"Date":"8/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":551,"Cost":472,"Date":"10/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":116,"Cost":107,"Date":"11/11/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":185,"Cost":94,"Date":"11/30/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":757,"Cost":693,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":681,"Cost":538,"Date":"3/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":308,"Cost":266,"Date":"4/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":489,"Cost":249,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":108,"Cost":92,"Date":"8/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":422,"Cost":244,"Date":"9/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":464,"Cost":408,"Date":"10/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":689,"Cost":543,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":310,"Cost":228,"Date":"11/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":634,"Cost":446,"Date":"12/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":194,"Cost":152,"Date":"12/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":744,"Cost":703,"Date":"1/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":729,"Cost":650,"Date":"1/23/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":695,"Cost":598,"Date":"2/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":917,"Cost":622,"Date":"3/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":640,"Cost":544,"Date":"3/12/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":131,"Cost":73,"Date":"3/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":516,"Cost":308,"Date":"6/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":518,"Cost":420,"Date":"6/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":927,"Cost":865,"Date":"8/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":24,"Cost":21,"Date":"10/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":685,"Cost":549,"Date":"11/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":296,"Cost":161,"Date":"11/9/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":789,"Cost":497,"Date":"3/27/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":804,"Cost":716,"Date":"4/17/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":920,"Cost":574,"Date":"8/11/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":103,"Cost":56,"Date":"8/21/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":839,"Cost":656,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":782,"Cost":718,"Date":"9/5/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":370,"Cost":305,"Date":"9/14/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":887,"Cost":632,"Date":"9/20/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":153,"Cost":114,"Date":"11/20/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":425,"Cost":215,"Date":"12/21/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":207,"Cost":139,"Date":"1/7/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":927,"Cost":699,"Date":"1/21/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":819,"Cost":757,"Date":"2/9/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":120,"Cost":92,"Date":"3/19/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":310,"Cost":252,"Date":"4/3/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":750,"Cost":588,"Date":"4/5/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":473,"Cost":322,"Date":"4/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":481,"Cost":399,"Date":"7/10/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":738,"Cost":501,"Date":"3/25/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":225,"Cost":186,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":673,"Cost":369,"Date":"10/28/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":199,"Cost":134,"Date":"3/2/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":706,"Cost":363,"Date":"6/28/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":538,"Cost":409,"Date":"7/17/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":104,"Cost":88,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":592,"Cost":548,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":939,"Cost":815,"Date":"11/20/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":820,"Cost":587,"Date":"12/16/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":957,"Cost":489,"Date":"12/30/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":950,"Cost":703,"Date":"2/15/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":25,"Cost":20,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":492,"Cost":334,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":831,"Cost":789,"Date":"4/18/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":93,"Cost":52,"Date":"7/27/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":118,"Cost":102,"Date":"8/18/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":313,"Cost":268,"Date":"10/31/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":188,"Cost":140,"Date":"11/11/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":374,"Cost":223,"Date":"11/30/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":409,"Cost":366,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":360,"Cost":274,"Date":"3/1/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":448,"Cost":318,"Date":"4/13/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":167,"Cost":138,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":730,"Cost":497,"Date":"8/13/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":616,"Cost":510,"Date":"9/15/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":899,"Cost":563,"Date":"10/14/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":187,"Cost":111,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":314,"Cost":285,"Date":"11/11/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":389,"Cost":216,"Date":"12/7/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":500,"Cost":421,"Date":"12/21/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":737,"Cost":643,"Date":"1/6/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":55,"Cost":48,"Date":"1/23/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":466,"Cost":323,"Date":"2/4/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":973,"Cost":682,"Date":"3/10/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":48,"Cost":39,"Date":"3/12/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":997,"Cost":848,"Date":"3/31/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":462,"Cost":393,"Date":"6/16/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":667,"Cost":426,"Date":"6/17/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":36,"Cost":32,"Date":"8/27/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":799,"Cost":662,"Date":"10/1/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":98,"Cost":60,"Date":"11/4/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":33,"Cost":27,"Date":"11/9/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":769,"Date":"3/27/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":185,"Cost":120,"Date":"4/17/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":857,"Cost":602,"Date":"8/11/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":854,"Cost":636,"Date":"8/21/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":286,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":486,"Cost":408,"Date":"9/5/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":610,"Cost":407,"Date":"9/14/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":925,"Cost":474,"Date":"9/20/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":446,"Cost":373,"Date":"11/20/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":411,"Cost":248,"Date":"12/21/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":641,"Cost":522,"Date":"1/7/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":345,"Date":"1/21/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":324,"Cost":170,"Date":"2/9/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":216,"Cost":122,"Date":"3/19/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":141,"Date":"4/3/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":692,"Cost":518,"Date":"4/5/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":371,"Date":"4/28/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":196,"Cost":118,"Date":"7/10/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":47,"Cost":44,"Date":"3/25/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":22,"Cost":13,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":470,"Cost":394,"Date":"10/28/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":821,"Cost":703,"Date":"3/2/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":398,"Date":"6/28/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":905,"Cost":529,"Date":"7/17/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":459,"Cost":337,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":248,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":944,"Cost":887,"Date":"11/20/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":131,"Date":"12/16/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":408,"Date":"12/30/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":972,"Cost":733,"Date":"2/15/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":471,"Cost":246,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":549,"Cost":491,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":330,"Date":"4/18/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":367,"Date":"7/27/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":316,"Date":"8/18/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":565,"Cost":520,"Date":"10/31/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":407,"Date":"11/11/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":110,"Cost":74,"Date":"11/30/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":214,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":121,"Cost":67,"Date":"3/1/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":961,"Cost":569,"Date":"4/13/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":284,"Cost":172,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":708,"Cost":370,"Date":"8/13/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":265,"Cost":194,"Date":"9/15/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":186,"Cost":146,"Date":"10/14/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":648,"Cost":355,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":957,"Cost":616,"Date":"11/11/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":449,"Cost":405,"Date":"12/7/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":373,"Cost":263,"Date":"12/21/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":899,"Cost":485,"Date":"1/6/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":154,"Date":"1/23/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":266,"Cost":135,"Date":"2/4/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":445,"Cost":327,"Date":"3/10/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":584,"Date":"3/12/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":17,"Date":"3/31/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":568,"Cost":431,"Date":"6/16/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":484,"Date":"6/17/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":472,"Cost":309,"Date":"8/27/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":487,"Date":"10/1/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":335,"Cost":264,"Date":"11/4/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":366,"Date":"11/9/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":592,"Cost":359,"Date":"3/27/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":724,"Date":"4/17/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":301,"Date":"8/11/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":296,"Cost":154,"Date":"8/21/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":156,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":83,"Cost":50,"Date":"9/5/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":598,"Cost":532,"Date":"9/14/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":897,"Cost":539,"Date":"9/20/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":375,"Date":"11/20/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":115,"Date":"12/21/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":418,"Date":"1/7/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":816,"Cost":746,"Date":"1/21/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":783,"Cost":712,"Date":"2/9/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":596,"Cost":510,"Date":"3/19/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":593,"Date":"4/3/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":42,"Cost":31,"Date":"4/5/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":987,"Cost":530,"Date":"4/28/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":515,"Date":"7/10/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":405,"Date":"3/25/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":459,"Cost":231,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":193,"Cost":103,"Date":"10/28/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":973,"Cost":633,"Date":"3/2/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":716,"Cost":624,"Date":"6/28/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":912,"Cost":495,"Date":"7/17/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":549,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":996,"Cost":530,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":473,"Date":"11/20/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":52,"Cost":42,"Date":"12/16/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":443,"Cost":365,"Date":"12/30/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":879,"Cost":721,"Date":"2/15/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":786,"Cost":417,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":620,"Cost":503,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":636,"Cost":481,"Date":"4/18/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":336,"Cost":185,"Date":"7/27/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":629,"Cost":393,"Date":"8/18/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":225,"Cost":206,"Date":"10/31/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":663,"Cost":380,"Date":"11/11/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":704,"Cost":424,"Date":"11/30/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":71,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":579,"Date":"3/1/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":494,"Cost":446,"Date":"4/13/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":356,"Cost":255,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":49,"Date":"8/13/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":607,"Cost":442,"Date":"9/15/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":213,"Cost":137,"Date":"10/14/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":734,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":623,"Cost":453,"Date":"11/11/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":775,"Cost":716,"Date":"12/7/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":160,"Date":"12/21/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":545,"Cost":508,"Date":"1/6/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":678,"Date":"1/23/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":144,"Cost":136,"Date":"2/4/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":375,"Cost":255,"Date":"3/10/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":710,"Cost":477,"Date":"3/12/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":837,"Cost":743,"Date":"3/31/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":421,"Date":"6/16/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":259,"Date":"6/17/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":88,"Cost":58,"Date":"8/27/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":848,"Cost":566,"Date":"10/1/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":473,"Cost":303,"Date":"11/4/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":995,"Cost":626,"Date":"11/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":515,"Cost":371,"Date":"3/27/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":499,"Cost":339,"Date":"4/17/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":769,"Cost":496,"Date":"8/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":256,"Cost":190,"Date":"8/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":464,"Cost":315,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":606,"Cost":389,"Date":"9/5/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":262,"Cost":249,"Date":"9/14/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":849,"Cost":516,"Date":"9/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":582,"Cost":538,"Date":"11/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":467,"Cost":282,"Date":"12/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":852,"Cost":657,"Date":"1/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":904,"Cost":763,"Date":"1/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":827,"Cost":503,"Date":"2/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":311,"Cost":253,"Date":"3/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":870,"Cost":540,"Date":"4/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":137,"Cost":117,"Date":"4/5/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":748,"Cost":704,"Date":"4/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":498,"Cost":456,"Date":"7/10/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":457,"Cost":242,"Date":"3/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":566,"Cost":359,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":791,"Cost":567,"Date":"10/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":117,"Cost":75,"Date":"3/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":25,"Cost":16,"Date":"6/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":731,"Cost":492,"Date":"7/17/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":31,"Cost":26,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":54,"Cost":41,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":292,"Cost":204,"Date":"11/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":141,"Cost":107,"Date":"12/16/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":314,"Cost":164,"Date":"12/30/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":130,"Cost":119,"Date":"2/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":188,"Cost":102,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":319,"Cost":290,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":995,"Cost":585,"Date":"4/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":982,"Cost":661,"Date":"7/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":46,"Cost":25,"Date":"8/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":989,"Cost":535,"Date":"10/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":946,"Cost":672,"Date":"11/11/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":789,"Cost":398,"Date":"11/30/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":417,"Cost":237,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":391,"Cost":312,"Date":"3/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":238,"Cost":145,"Date":"4/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":158,"Cost":124,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":163,"Cost":99,"Date":"8/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":128,"Cost":122,"Date":"9/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":993,"Cost":879,"Date":"10/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":885,"Cost":621,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":316,"Cost":253,"Date":"11/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":364,"Cost":215,"Date":"12/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":193,"Cost":128,"Date":"12/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":694,"Cost":618,"Date":"1/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":280,"Cost":201,"Date":"1/23/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":339,"Cost":295,"Date":"2/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":204,"Cost":147,"Date":"3/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":780,"Cost":398,"Date":"3/12/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":640,"Cost":450,"Date":"3/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":12,"Cost":10,"Date":"6/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":846,"Cost":460,"Date":"6/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":26,"Cost":24,"Date":"8/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":457,"Cost":332,"Date":"10/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":394,"Cost":360,"Date":"11/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":439,"Cost":291,"Date":"11/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":458,"Cost":317,"Date":"3/27/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":84,"Cost":52,"Date":"4/17/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":371,"Date":"8/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":582,"Date":"8/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":656,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":518,"Cost":465,"Date":"9/5/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":817,"Date":"9/14/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":422,"Cost":372,"Date":"9/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":552,"Cost":399,"Date":"11/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":541,"Cost":378,"Date":"12/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":441,"Date":"1/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":5,"Date":"1/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":614,"Cost":398,"Date":"2/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":315,"Date":"3/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":531,"Date":"4/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":19,"Cost":18,"Date":"4/5/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":730,"Cost":484,"Date":"4/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":582,"Cost":326,"Date":"7/10/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":663,"Date":"3/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":788,"Cost":423,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":238,"Cost":220,"Date":"10/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":54,"Date":"3/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":394,"Cost":360,"Date":"6/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":115,"Cost":72,"Date":"7/17/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":979,"Cost":551,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":91,"Cost":54,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":33,"Date":"11/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":187,"Cost":156,"Date":"12/16/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":414,"Cost":261,"Date":"12/30/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":475,"Cost":424,"Date":"2/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":39,"Cost":22,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":876,"Cost":758,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":901,"Cost":654,"Date":"4/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":825,"Cost":528,"Date":"7/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":225,"Date":"8/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":731,"Cost":400,"Date":"10/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":626,"Cost":433,"Date":"11/11/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":255,"Cost":241,"Date":"11/30/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":133,"Cost":98,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":404,"Date":"3/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":351,"Date":"4/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":946,"Cost":621,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":1,"Cost":1,"Date":"8/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":443,"Cost":324,"Date":"9/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":968,"Cost":731,"Date":"10/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":586,"Cost":299,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":705,"Cost":602,"Date":"11/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":577,"Cost":307,"Date":"12/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":552,"Cost":491,"Date":"12/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":424,"Date":"1/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":467,"Date":"1/23/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":730,"Cost":413,"Date":"2/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":481,"Cost":247,"Date":"3/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":623,"Cost":511,"Date":"3/12/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":23,"Date":"3/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":589,"Date":"6/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":323,"Cost":187,"Date":"6/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":431,"Cost":264,"Date":"8/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":160,"Cost":103,"Date":"10/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":679,"Cost":557,"Date":"11/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":836,"Cost":656,"Date":"11/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":90,"Date":"3/27/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":164,"Cost":123,"Date":"4/17/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":184,"Cost":164,"Date":"8/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":942,"Cost":835,"Date":"8/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":575,"Cost":459,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":977,"Cost":618,"Date":"9/5/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":75,"Date":"9/14/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":239,"Date":"9/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":561,"Cost":422,"Date":"11/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":528,"Cost":384,"Date":"12/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":309,"Cost":182,"Date":"1/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":94,"Cost":77,"Date":"1/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":342,"Cost":252,"Date":"2/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":556,"Cost":376,"Date":"3/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":627,"Cost":506,"Date":"4/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":943,"Cost":680,"Date":"4/5/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":132,"Cost":121,"Date":"4/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":871,"Cost":530,"Date":"7/10/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":851,"Cost":457,"Date":"3/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":403,"Cost":329,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":810,"Cost":678,"Date":"10/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":374,"Cost":355,"Date":"3/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":66,"Cost":48,"Date":"6/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":821,"Cost":502,"Date":"7/17/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":373,"Cost":341,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":261,"Cost":243,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":298,"Cost":271,"Date":"11/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":182,"Cost":117,"Date":"12/16/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":31,"Cost":21,"Date":"12/30/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":312,"Cost":175,"Date":"2/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":895,"Cost":827,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":292,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":539,"Cost":306,"Date":"4/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":566,"Cost":423,"Date":"7/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":522,"Cost":350,"Date":"8/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":239,"Cost":165,"Date":"10/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":486,"Cost":429,"Date":"11/11/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":176,"Cost":155,"Date":"11/30/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":130,"Cost":72,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":388,"Cost":310,"Date":"3/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":53,"Cost":44,"Date":"4/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":257,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":931,"Cost":534,"Date":"8/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":767,"Cost":562,"Date":"9/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":823,"Cost":545,"Date":"10/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":159,"Cost":145,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":659,"Cost":620,"Date":"11/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":919,"Cost":774,"Date":"12/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":338,"Cost":319,"Date":"12/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":839,"Cost":588,"Date":"1/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":651,"Cost":576,"Date":"1/23/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":423,"Cost":241,"Date":"2/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":469,"Cost":315,"Date":"3/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":165,"Cost":130,"Date":"3/12/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":831,"Cost":483,"Date":"3/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":718,"Cost":507,"Date":"6/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":661,"Cost":521,"Date":"6/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":915,"Cost":866,"Date":"8/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":442,"Cost":352,"Date":"10/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":631,"Cost":467,"Date":"11/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":592,"Cost":357,"Date":"11/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":928,"Cost":820,"Date":"3/27/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":985,"Cost":795,"Date":"4/17/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":461,"Cost":279,"Date":"8/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":380,"Date":"8/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":149,"Cost":86,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":642,"Cost":519,"Date":"9/5/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":600,"Cost":543,"Date":"9/14/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":839,"Cost":617,"Date":"9/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":776,"Cost":508,"Date":"11/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":938,"Cost":821,"Date":"12/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":340,"Date":"1/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":328,"Cost":261,"Date":"1/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":576,"Date":"2/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":282,"Date":"3/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":2,"Date":"4/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":491,"Cost":425,"Date":"4/5/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":465,"Date":"4/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":168,"Date":"7/10/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":790,"Cost":503,"Date":"3/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":499,"Cost":372,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":246,"Cost":125,"Date":"10/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":363,"Cost":277,"Date":"3/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":240,"Cost":214,"Date":"6/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":520,"Cost":297,"Date":"7/17/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":884,"Cost":472,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":822,"Cost":752,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":582,"Date":"11/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":694,"Cost":565,"Date":"12/16/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":281,"Cost":174,"Date":"12/30/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":792,"Cost":552,"Date":"2/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":295,"Cost":272,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":632,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":246,"Cost":164,"Date":"4/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":189,"Cost":170,"Date":"7/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":542,"Cost":488,"Date":"8/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":78,"Date":"10/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":245,"Cost":162,"Date":"11/11/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":253,"Cost":128,"Date":"11/30/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":359,"Cost":306,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":33,"Cost":19,"Date":"3/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":547,"Cost":300,"Date":"4/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":221,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":145,"Cost":130,"Date":"8/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":160,"Cost":80,"Date":"9/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":15,"Cost":14,"Date":"10/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":24,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":319,"Cost":264,"Date":"11/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":953,"Cost":801,"Date":"12/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":97,"Date":"12/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":676,"Cost":379,"Date":"1/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":847,"Cost":700,"Date":"1/23/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":568,"Cost":430,"Date":"2/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":950,"Cost":846,"Date":"3/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":544,"Cost":341,"Date":"3/12/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":532,"Date":"3/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":431,"Cost":346,"Date":"6/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":503,"Cost":360,"Date":"6/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":391,"Cost":350,"Date":"8/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":777,"Cost":621,"Date":"10/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":676,"Cost":340,"Date":"11/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":169,"Cost":129,"Date":"11/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":8,"Cost":6,"Date":"3/27/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":119,"Cost":85,"Date":"4/17/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":432,"Cost":392,"Date":"8/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":779,"Cost":589,"Date":"8/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":894,"Cost":775,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":870,"Cost":599,"Date":"9/5/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":334,"Date":"9/14/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":218,"Cost":160,"Date":"9/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":928,"Cost":711,"Date":"11/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":29,"Cost":18,"Date":"12/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":356,"Cost":258,"Date":"1/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":146,"Cost":83,"Date":"1/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":49,"Cost":44,"Date":"2/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":849,"Cost":651,"Date":"3/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":981,"Cost":838,"Date":"4/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":640,"Cost":499,"Date":"4/5/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":361,"Cost":236,"Date":"4/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":915,"Cost":850,"Date":"7/10/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":132,"Cost":81,"Date":"3/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":488,"Cost":253,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":800,"Cost":728,"Date":"10/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":989,"Cost":592,"Date":"3/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":276,"Cost":230,"Date":"6/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":983,"Cost":669,"Date":"7/17/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":564,"Cost":342,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":152,"Cost":144,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":545,"Cost":500,"Date":"11/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":407,"Cost":301,"Date":"12/16/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":827,"Cost":673,"Date":"12/30/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":34,"Cost":20,"Date":"2/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":776,"Cost":701,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":556,"Cost":479,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":577,"Cost":365,"Date":"4/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":742,"Date":"7/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":882,"Cost":482,"Date":"8/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":311,"Cost":238,"Date":"10/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":811,"Cost":550,"Date":"11/11/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":523,"Cost":394,"Date":"11/30/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":159,"Cost":87,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":127,"Date":"3/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":676,"Cost":359,"Date":"4/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":732,"Cost":405,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":619,"Cost":481,"Date":"8/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":85,"Cost":71,"Date":"9/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":528,"Cost":421,"Date":"10/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":835,"Cost":599,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":388,"Cost":367,"Date":"11/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":462,"Date":"12/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":456,"Date":"12/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":860,"Cost":802,"Date":"1/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":770,"Cost":727,"Date":"1/23/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":460,"Cost":253,"Date":"2/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":253,"Cost":208,"Date":"3/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":43,"Date":"3/12/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":4,"Cost":4,"Date":"3/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":647,"Cost":449,"Date":"6/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":185,"Date":"6/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":630,"Cost":492,"Date":"8/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":102,"Cost":61,"Date":"10/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":853,"Cost":803,"Date":"11/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":748,"Cost":544,"Date":"11/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":481,"Cost":409,"Date":"3/27/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":76,"Cost":49,"Date":"4/17/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":474,"Cost":303,"Date":"8/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":118,"Cost":64,"Date":"8/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":988,"Cost":826,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":153,"Cost":79,"Date":"9/5/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":273,"Cost":183,"Date":"9/14/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":370,"Cost":264,"Date":"9/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":198,"Cost":147,"Date":"11/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":800,"Cost":633,"Date":"12/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":472,"Cost":364,"Date":"1/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":92,"Cost":48,"Date":"1/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":821,"Cost":582,"Date":"2/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":233,"Cost":118,"Date":"3/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":214,"Cost":119,"Date":"4/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":578,"Cost":369,"Date":"4/5/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":347,"Cost":262,"Date":"4/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":811,"Cost":466,"Date":"7/10/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":570,"Cost":441,"Date":"3/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":534,"Cost":365,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":332,"Cost":262,"Date":"10/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":741,"Cost":582,"Date":"3/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":491,"Cost":325,"Date":"6/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":746,"Cost":432,"Date":"7/17/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":225,"Cost":182,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":143,"Cost":120,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":659,"Cost":608,"Date":"11/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":953,"Cost":744,"Date":"12/16/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":818,"Cost":525,"Date":"12/30/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":543,"Cost":454,"Date":"2/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":24,"Cost":14,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":373,"Cost":257,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":122,"Cost":75,"Date":"4/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":386,"Cost":346,"Date":"7/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":190,"Cost":120,"Date":"8/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":327,"Cost":196,"Date":"10/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":173,"Cost":111,"Date":"11/11/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":157,"Cost":85,"Date":"11/30/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":346,"Cost":218,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":721,"Cost":543,"Date":"3/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":14,"Cost":7,"Date":"4/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":385,"Cost":208,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":164,"Cost":83,"Date":"8/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":773,"Cost":431,"Date":"9/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":427,"Cost":351,"Date":"10/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":758,"Cost":382,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":530,"Cost":475,"Date":"11/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":92,"Cost":72,"Date":"12/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":33,"Cost":28,"Date":"12/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":545,"Cost":424,"Date":"1/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":277,"Cost":193,"Date":"1/23/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":301,"Cost":255,"Date":"2/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":615,"Cost":478,"Date":"3/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":364,"Cost":228,"Date":"3/12/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":6,"Cost":4,"Date":"3/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":539,"Cost":410,"Date":"6/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":281,"Cost":148,"Date":"6/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":799,"Cost":510,"Date":"8/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":589,"Cost":390,"Date":"10/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":722,"Cost":529,"Date":"11/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":699,"Cost":554,"Date":"11/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":23,"Date":"3/27/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":172,"Cost":96,"Date":"4/17/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":161,"Cost":152,"Date":"8/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":107,"Cost":83,"Date":"8/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":679,"Cost":617,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":610,"Cost":556,"Date":"9/5/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":762,"Cost":442,"Date":"9/14/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":143,"Cost":108,"Date":"9/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":587,"Cost":360,"Date":"11/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":386,"Cost":290,"Date":"12/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":605,"Cost":544,"Date":"1/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":669,"Cost":584,"Date":"1/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":987,"Cost":565,"Date":"2/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":587,"Cost":458,"Date":"3/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":713,"Cost":594,"Date":"4/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":691,"Cost":545,"Date":"4/5/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":572,"Cost":445,"Date":"4/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":17,"Cost":10,"Date":"7/10/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":378,"Cost":279,"Date":"3/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":788,"Cost":490,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":833,"Cost":493,"Date":"10/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":601,"Date":"3/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":995,"Cost":904,"Date":"6/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":671,"Cost":464,"Date":"7/17/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":398,"Cost":372,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":89,"Cost":56,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":395,"Cost":321,"Date":"11/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":501,"Cost":268,"Date":"12/16/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":387,"Cost":220,"Date":"12/30/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":279,"Cost":235,"Date":"2/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":463,"Cost":434,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":3,"Cost":2,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":815,"Cost":604,"Date":"4/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":5,"Cost":2,"Date":"7/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":282,"Date":"8/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":134,"Cost":92,"Date":"10/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":306,"Cost":154,"Date":"11/11/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":111,"Cost":71,"Date":"11/30/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":430,"Cost":286,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":200,"Cost":168,"Date":"3/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":264,"Cost":241,"Date":"4/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":638,"Cost":468,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":986,"Cost":667,"Date":"8/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":868,"Cost":808,"Date":"9/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":398,"Cost":351,"Date":"10/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":111,"Cost":66,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":518,"Cost":307,"Date":"11/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":19,"Date":"12/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":213,"Date":"12/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":685,"Cost":546,"Date":"1/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":709,"Cost":374,"Date":"1/23/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":305,"Cost":171,"Date":"2/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":165,"Cost":136,"Date":"3/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":980,"Cost":662,"Date":"3/12/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":817,"Cost":528,"Date":"3/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":41,"Cost":35,"Date":"6/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":746,"Cost":407,"Date":"6/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":143,"Cost":114,"Date":"8/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":932,"Cost":601,"Date":"10/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":702,"Date":"11/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":452,"Cost":429,"Date":"11/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":453,"Date":"3/27/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":180,"Cost":123,"Date":"4/17/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":541,"Cost":384,"Date":"8/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":404,"Cost":220,"Date":"8/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":12,"Cost":6,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":817,"Cost":687,"Date":"9/5/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":899,"Cost":684,"Date":"9/14/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":537,"Cost":342,"Date":"9/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":179,"Cost":168,"Date":"11/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":957,"Cost":697,"Date":"12/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":210,"Cost":119,"Date":"1/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":15,"Date":"1/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":523,"Cost":478,"Date":"2/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":224,"Cost":159,"Date":"3/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":710,"Cost":607,"Date":"4/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":236,"Cost":170,"Date":"4/5/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":794,"Cost":620,"Date":"4/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":105,"Cost":57,"Date":"7/10/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":926,"Cost":583,"Date":"3/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":810,"Cost":694,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":868,"Cost":649,"Date":"10/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":3,"Cost":2,"Date":"3/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":287,"Cost":257,"Date":"6/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":297,"Cost":171,"Date":"7/17/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":64,"Cost":36,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":721,"Cost":583,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":827,"Cost":709,"Date":"11/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":836,"Cost":438,"Date":"12/16/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":937,"Cost":882,"Date":"12/30/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":223,"Cost":119,"Date":"2/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":738,"Cost":535,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":106,"Cost":97,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":840,"Cost":614,"Date":"4/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":790,"Cost":451,"Date":"7/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":813,"Cost":430,"Date":"8/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":585,"Cost":537,"Date":"10/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":257,"Cost":202,"Date":"11/11/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":756,"Cost":632,"Date":"11/30/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":925,"Cost":864,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":719,"Cost":565,"Date":"3/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":184,"Cost":100,"Date":"4/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":952,"Cost":532,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":734,"Cost":514,"Date":"8/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":576,"Cost":538,"Date":"9/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":339,"Cost":200,"Date":"10/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":58,"Cost":43,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":325,"Cost":240,"Date":"11/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":245,"Cost":182,"Date":"12/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":12,"Cost":10,"Date":"12/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":546,"Cost":348,"Date":"1/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":889,"Cost":540,"Date":"1/23/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":603,"Cost":519,"Date":"2/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":81,"Cost":49,"Date":"3/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":803,"Cost":697,"Date":"3/12/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":202,"Cost":173,"Date":"3/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":39,"Cost":36,"Date":"6/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":280,"Cost":156,"Date":"6/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":373,"Cost":247,"Date":"8/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":882,"Cost":742,"Date":"10/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":824,"Cost":423,"Date":"11/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":202,"Cost":162,"Date":"11/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":175,"Cost":160,"Date":"3/27/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":100,"Cost":63,"Date":"4/17/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":707,"Cost":539,"Date":"8/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":611,"Cost":321,"Date":"8/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":582,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":579,"Cost":419,"Date":"9/5/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":167,"Cost":132,"Date":"9/14/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":368,"Cost":246,"Date":"9/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":9,"Date":"11/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":910,"Cost":505,"Date":"12/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":831,"Cost":555,"Date":"1/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":528,"Date":"1/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":292,"Date":"2/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":96,"Date":"3/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":8,"Date":"4/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":39,"Cost":25,"Date":"4/5/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":198,"Cost":158,"Date":"4/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":105,"Cost":85,"Date":"7/10/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":696,"Cost":591,"Date":"3/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":700,"Cost":383,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":37,"Cost":35,"Date":"10/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":55,"Cost":31,"Date":"3/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":665,"Date":"6/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":720,"Cost":585,"Date":"7/17/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":510,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":66,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":674,"Cost":599,"Date":"11/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":145,"Date":"12/16/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":184,"Cost":163,"Date":"12/30/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":256,"Date":"2/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":568,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":880,"Cost":648,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":497,"Cost":327,"Date":"4/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":9,"Date":"7/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":837,"Cost":620,"Date":"8/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":35,"Date":"10/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":51,"Date":"11/11/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":858,"Cost":444,"Date":"11/30/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":800,"Cost":457,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":937,"Cost":876,"Date":"3/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":183,"Cost":133,"Date":"4/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":682,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":272,"Cost":179,"Date":"8/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":755,"Cost":713,"Date":"9/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":25,"Cost":20,"Date":"10/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":750,"Cost":607,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":101,"Cost":81,"Date":"11/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":591,"Date":"12/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":517,"Cost":328,"Date":"12/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":970,"Cost":727,"Date":"1/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":244,"Cost":181,"Date":"1/23/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":532,"Cost":373,"Date":"2/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":126,"Cost":76,"Date":"3/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":148,"Cost":91,"Date":"3/12/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":748,"Cost":391,"Date":"3/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":932,"Cost":857,"Date":"6/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":869,"Cost":641,"Date":"6/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":212,"Date":"8/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":791,"Cost":403,"Date":"10/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":482,"Cost":338,"Date":"11/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":509,"Cost":342,"Date":"11/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":414,"Cost":366,"Date":"3/27/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":101,"Cost":52,"Date":"4/17/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":639,"Cost":406,"Date":"8/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":99,"Cost":82,"Date":"8/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":754,"Cost":600,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":270,"Cost":223,"Date":"9/5/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":784,"Cost":699,"Date":"9/14/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":1000,"Cost":718,"Date":"9/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":832,"Cost":682,"Date":"11/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":497,"Cost":370,"Date":"12/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":668,"Cost":375,"Date":"1/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":884,"Cost":534,"Date":"1/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":98,"Cost":67,"Date":"2/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":650,"Cost":362,"Date":"3/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":6,"Cost":5,"Date":"4/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":9,"Cost":9,"Date":"4/5/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":394,"Cost":348,"Date":"4/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":584,"Cost":532,"Date":"7/10/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":721,"Cost":641,"Date":"3/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":209,"Cost":184,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":201,"Cost":142,"Date":"10/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":652,"Cost":568,"Date":"3/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":465,"Cost":274,"Date":"6/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":820,"Cost":594,"Date":"7/17/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":892,"Cost":743,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":294,"Cost":168,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":665,"Cost":509,"Date":"11/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":183,"Cost":174,"Date":"12/16/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":259,"Cost":201,"Date":"12/30/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":692,"Cost":574,"Date":"2/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":253,"Cost":193,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":261,"Cost":211,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":989,"Cost":855,"Date":"4/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":332,"Cost":302,"Date":"7/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":460,"Cost":262,"Date":"8/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":26,"Cost":23,"Date":"10/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":106,"Cost":78,"Date":"11/11/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":788,"Cost":549,"Date":"11/30/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":637,"Cost":550,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":50,"Cost":33,"Date":"3/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":428,"Cost":255,"Date":"4/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":61,"Cost":33,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":328,"Cost":187,"Date":"8/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":2,"Cost":2,"Date":"9/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":924,"Cost":709,"Date":"10/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":24,"Cost":22,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":515,"Cost":364,"Date":"11/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":164,"Cost":107,"Date":"12/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":222,"Cost":200,"Date":"12/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":480,"Cost":370,"Date":"1/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":644,"Cost":387,"Date":"1/23/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":349,"Cost":176,"Date":"2/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":92,"Cost":77,"Date":"3/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":681,"Cost":455,"Date":"3/12/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":378,"Cost":229,"Date":"3/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":396,"Cost":373,"Date":"6/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":334,"Cost":294,"Date":"6/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":621,"Cost":479,"Date":"8/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":627,"Cost":533,"Date":"10/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":503,"Cost":348,"Date":"11/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":11,"Cost":6,"Date":"11/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":617,"Cost":490,"Date":"3/27/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":119,"Cost":99,"Date":"4/17/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":280,"Cost":217,"Date":"8/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":832,"Cost":703,"Date":"8/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":302,"Cost":212,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":535,"Cost":368,"Date":"9/5/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":660,"Cost":540,"Date":"9/14/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":243,"Cost":165,"Date":"9/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":70,"Cost":50,"Date":"11/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":288,"Cost":231,"Date":"12/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":458,"Cost":240,"Date":"1/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":560,"Cost":365,"Date":"1/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":88,"Cost":63,"Date":"2/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":103,"Cost":71,"Date":"3/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":710,"Cost":600,"Date":"4/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":580,"Cost":551,"Date":"4/5/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":147,"Cost":86,"Date":"4/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":896,"Cost":774,"Date":"7/10/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":201,"Cost":181,"Date":"3/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":400,"Cost":371,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":769,"Cost":555,"Date":"10/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":87,"Cost":78,"Date":"3/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":57,"Cost":31,"Date":"6/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":150,"Cost":137,"Date":"7/17/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":640,"Cost":379,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":329,"Cost":213,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":208,"Cost":172,"Date":"11/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":599,"Cost":332,"Date":"12/16/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":343,"Cost":311,"Date":"12/30/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":39,"Cost":30,"Date":"2/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":731,"Cost":683,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":988,"Cost":616,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":104,"Cost":77,"Date":"4/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":248,"Cost":148,"Date":"7/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":751,"Cost":392,"Date":"8/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":400,"Cost":217,"Date":"10/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":870,"Cost":481,"Date":"11/11/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":337,"Cost":266,"Date":"11/30/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":796,"Cost":582,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":679,"Cost":536,"Date":"3/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":637,"Cost":365,"Date":"4/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":541,"Cost":469,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":81,"Cost":77,"Date":"8/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":549,"Cost":378,"Date":"9/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":413,"Cost":390,"Date":"10/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":757,"Cost":624,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":414,"Cost":391,"Date":"11/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":403,"Cost":353,"Date":"12/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":24,"Cost":12,"Date":"12/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":975,"Cost":499,"Date":"1/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":831,"Cost":642,"Date":"1/23/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":856,"Cost":637,"Date":"2/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":174,"Cost":96,"Date":"3/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":800,"Cost":573,"Date":"3/12/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":217,"Cost":190,"Date":"3/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":986,"Cost":674,"Date":"6/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":791,"Cost":564,"Date":"6/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":965,"Cost":713,"Date":"8/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":362,"Cost":282,"Date":"10/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":235,"Cost":130,"Date":"11/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":747,"Cost":545,"Date":"11/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":877,"Cost":568,"Date":"3/27/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":156,"Cost":115,"Date":"4/17/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":855,"Cost":564,"Date":"8/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":337,"Cost":182,"Date":"8/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":840,"Cost":605,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":576,"Cost":462,"Date":"9/5/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":451,"Cost":372,"Date":"9/14/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":250,"Cost":236,"Date":"9/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":781,"Cost":610,"Date":"11/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":312,"Cost":164,"Date":"12/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":922,"Cost":848,"Date":"1/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":171,"Date":"1/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":72,"Cost":55,"Date":"2/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":571,"Cost":352,"Date":"3/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":430,"Cost":269,"Date":"4/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":706,"Date":"4/5/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":910,"Cost":638,"Date":"4/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":873,"Cost":599,"Date":"7/10/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":145,"Cost":79,"Date":"3/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":218,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":533,"Date":"10/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":813,"Cost":683,"Date":"3/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":12,"Cost":9,"Date":"6/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":542,"Cost":301,"Date":"7/17/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":625,"Cost":569,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":61,"Cost":52,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":706,"Cost":541,"Date":"11/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":952,"Cost":733,"Date":"12/16/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":319,"Cost":257,"Date":"12/30/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":851,"Cost":623,"Date":"2/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":514,"Cost":380,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":21,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":14,"Cost":10,"Date":"4/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":798,"Cost":485,"Date":"7/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":354,"Cost":320,"Date":"8/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":275,"Cost":148,"Date":"10/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":200,"Cost":126,"Date":"11/11/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":268,"Cost":196,"Date":"11/30/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":723,"Cost":631,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":798,"Cost":646,"Date":"3/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":297,"Cost":213,"Date":"4/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":701,"Cost":384,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":947,"Cost":554,"Date":"8/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":238,"Cost":181,"Date":"9/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":662,"Date":"10/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":936,"Cost":803,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":872,"Cost":555,"Date":"11/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":86,"Cost":78,"Date":"12/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":698,"Cost":488,"Date":"12/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":494,"Cost":408,"Date":"1/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":963,"Cost":657,"Date":"1/23/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":720,"Cost":471,"Date":"2/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":50,"Date":"3/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":888,"Cost":644,"Date":"3/12/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":901,"Cost":465,"Date":"3/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":745,"Cost":589,"Date":"6/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":301,"Date":"6/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":228,"Cost":198,"Date":"8/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":434,"Cost":377,"Date":"10/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":196,"Cost":120,"Date":"11/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":930,"Cost":491,"Date":"11/9/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":56,"Date":"3/27/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":457,"Cost":280,"Date":"4/17/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":971,"Cost":654,"Date":"8/11/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":781,"Date":"8/21/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":527,"Cost":427,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":680,"Cost":359,"Date":"9/5/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":793,"Cost":472,"Date":"9/14/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":436,"Date":"9/20/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":190,"Cost":114,"Date":"11/20/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":566,"Cost":288,"Date":"12/21/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":515,"Cost":275,"Date":"1/7/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":431,"Cost":226,"Date":"1/21/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":955,"Cost":853,"Date":"2/9/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":413,"Cost":288,"Date":"3/19/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":89,"Cost":82,"Date":"4/3/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":724,"Cost":473,"Date":"4/5/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":187,"Cost":103,"Date":"4/28/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":548,"Cost":284,"Date":"7/10/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":558,"Cost":521,"Date":"3/25/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":656,"Cost":456,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":114,"Cost":98,"Date":"10/28/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":884,"Cost":510,"Date":"3/2/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":928,"Cost":521,"Date":"6/28/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":483,"Cost":355,"Date":"7/17/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":619,"Cost":538,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":61,"Cost":42,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":652,"Cost":435,"Date":"11/20/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":564,"Cost":492,"Date":"12/16/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":685,"Cost":451,"Date":"12/30/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":913,"Cost":831,"Date":"2/15/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":209,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":189,"Cost":176,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":387,"Cost":232,"Date":"4/18/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":263,"Cost":168,"Date":"7/27/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":588,"Cost":319,"Date":"8/18/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":411,"Cost":249,"Date":"10/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":605,"Cost":365,"Date":"11/11/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":384,"Cost":356,"Date":"11/30/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":843,"Cost":792,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":572,"Cost":313,"Date":"3/1/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":23,"Cost":19,"Date":"4/13/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":125,"Cost":112,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":103,"Cost":72,"Date":"8/13/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":162,"Date":"9/15/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":13,"Cost":11,"Date":"10/14/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":679,"Cost":633,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":613,"Cost":532,"Date":"11/11/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":224,"Cost":167,"Date":"12/7/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":206,"Cost":134,"Date":"12/21/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":714,"Cost":585,"Date":"1/6/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":804,"Cost":546,"Date":"1/23/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":214,"Cost":181,"Date":"2/4/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":384,"Date":"3/10/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":558,"Cost":386,"Date":"3/12/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":909,"Cost":790,"Date":"3/31/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":757,"Cost":598,"Date":"6/16/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":640,"Cost":378,"Date":"6/17/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":928,"Cost":656,"Date":"8/27/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":344,"Cost":302,"Date":"10/1/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":920,"Cost":684,"Date":"11/4/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":149,"Cost":78,"Date":"11/9/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":532,"Cost":277,"Date":"3/27/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":412,"Cost":348,"Date":"4/17/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":192,"Cost":140,"Date":"8/11/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":147,"Cost":136,"Date":"8/21/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":517,"Cost":405,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":135,"Cost":121,"Date":"9/5/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":652,"Cost":558,"Date":"9/14/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":458,"Cost":370,"Date":"9/20/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":402,"Cost":258,"Date":"11/20/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":84,"Cost":42,"Date":"12/21/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":278,"Cost":204,"Date":"1/7/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":227,"Cost":199,"Date":"1/21/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":124,"Cost":101,"Date":"2/9/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":354,"Cost":300,"Date":"3/19/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":889,"Cost":814,"Date":"4/3/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":54,"Cost":37,"Date":"4/5/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":683,"Cost":447,"Date":"4/28/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":43,"Cost":23,"Date":"7/10/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":597,"Cost":448,"Date":"3/25/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":498,"Cost":287,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":679,"Cost":625,"Date":"10/28/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":861,"Cost":580,"Date":"3/2/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":782,"Cost":708,"Date":"6/28/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":630,"Cost":341,"Date":"7/17/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":672,"Cost":546,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":675,"Cost":547,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":280,"Cost":204,"Date":"11/20/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":99,"Cost":52,"Date":"12/16/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":174,"Cost":142,"Date":"12/30/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":628,"Cost":323,"Date":"2/15/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":630,"Cost":391,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":984,"Cost":633,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":602,"Cost":317,"Date":"4/18/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":877,"Cost":469,"Date":"7/27/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":725,"Cost":523,"Date":"8/18/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":584,"Cost":299,"Date":"10/31/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":678,"Cost":530,"Date":"11/11/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":559,"Cost":316,"Date":"11/30/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":447,"Cost":286,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":465,"Cost":390,"Date":"3/1/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":482,"Cost":420,"Date":"4/13/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":753,"Cost":628,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":375,"Cost":347,"Date":"8/13/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":909,"Cost":481,"Date":"9/15/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":146,"Cost":127,"Date":"10/14/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":480,"Cost":367,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":260,"Cost":235,"Date":"11/11/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":811,"Cost":565,"Date":"12/7/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":976,"Cost":846,"Date":"12/21/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":285,"Cost":225,"Date":"1/6/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":111,"Cost":92,"Date":"1/23/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":279,"Cost":231,"Date":"2/4/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":621,"Cost":582,"Date":"3/10/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":162,"Cost":129,"Date":"3/12/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":455,"Cost":235,"Date":"3/31/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":518,"Cost":431,"Date":"6/16/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":450,"Cost":256,"Date":"6/17/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":656,"Cost":386,"Date":"8/27/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":288,"Cost":151,"Date":"10/1/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":39,"Cost":26,"Date":"11/4/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":769,"Cost":404,"Date":"11/9/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":254,"Cost":208,"Date":"3/27/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":959,"Cost":533,"Date":"4/17/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":261,"Cost":200,"Date":"8/11/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":634,"Cost":408,"Date":"8/21/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":117,"Cost":78,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":488,"Cost":303,"Date":"9/5/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":233,"Cost":191,"Date":"9/14/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":583,"Cost":367,"Date":"9/20/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":33,"Cost":17,"Date":"11/20/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":676,"Cost":440,"Date":"12/21/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":374,"Cost":187,"Date":"1/7/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":713,"Cost":676,"Date":"1/21/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":343,"Cost":236,"Date":"2/9/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":972,"Cost":907,"Date":"3/19/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":868,"Cost":470,"Date":"4/3/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":987,"Cost":854,"Date":"4/5/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":18,"Cost":10,"Date":"4/28/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":318,"Cost":280,"Date":"7/10/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":709,"Cost":374,"Date":"3/25/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":605,"Cost":449,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":467,"Cost":423,"Date":"10/28/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":667,"Cost":504,"Date":"3/2/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":256,"Cost":225,"Date":"6/28/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":867,"Cost":459,"Date":"7/17/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":35,"Cost":20,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":400,"Cost":296,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":218,"Cost":189,"Date":"11/20/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":523,"Cost":320,"Date":"12/16/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":820,"Cost":605,"Date":"12/30/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":193,"Cost":108,"Date":"2/15/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":670,"Cost":603,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":274,"Cost":238,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":997,"Cost":632,"Date":"4/18/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":495,"Cost":405,"Date":"7/27/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":402,"Cost":278,"Date":"8/18/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":115,"Cost":107,"Date":"10/31/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":923,"Cost":695,"Date":"11/11/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":389,"Cost":256,"Date":"11/30/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":504,"Cost":353,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":95,"Cost":62,"Date":"3/1/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":915,"Cost":607,"Date":"4/13/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":975,"Cost":838,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":556,"Cost":329,"Date":"8/13/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":712,"Cost":360,"Date":"9/15/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":925,"Cost":658,"Date":"10/14/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":755,"Cost":429,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":638,"Cost":521,"Date":"11/11/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":508,"Cost":455,"Date":"12/7/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":373,"Cost":262,"Date":"12/21/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":523,"Cost":407,"Date":"1/6/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":785,"Cost":452,"Date":"1/23/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":994,"Cost":786,"Date":"2/4/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":823,"Cost":618,"Date":"3/10/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":594,"Cost":416,"Date":"3/12/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":274,"Cost":148,"Date":"3/31/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":669,"Cost":394,"Date":"6/16/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":15,"Cost":7,"Date":"6/17/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":241,"Cost":165,"Date":"8/27/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":746,"Cost":494,"Date":"10/1/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":206,"Cost":123,"Date":"11/4/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":990,"Cost":656,"Date":"11/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":337,"Date":"3/27/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":522,"Cost":292,"Date":"4/17/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":372,"Date":"8/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":734,"Cost":481,"Date":"8/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":259,"Cost":244,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":282,"Cost":248,"Date":"9/5/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":258,"Cost":144,"Date":"9/14/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":204,"Cost":146,"Date":"9/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":980,"Cost":768,"Date":"11/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":877,"Cost":481,"Date":"12/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":882,"Cost":468,"Date":"1/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":767,"Cost":687,"Date":"1/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":521,"Date":"2/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":83,"Cost":79,"Date":"3/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":830,"Cost":588,"Date":"4/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":793,"Cost":616,"Date":"4/5/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":242,"Date":"4/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":138,"Date":"7/10/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":570,"Date":"3/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":159,"Cost":114,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":216,"Date":"10/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":280,"Cost":191,"Date":"3/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":717,"Date":"6/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":639,"Date":"7/17/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":948,"Cost":736,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":567,"Cost":306,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":169,"Date":"11/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":262,"Cost":234,"Date":"12/16/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":941,"Cost":568,"Date":"12/30/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":860,"Cost":705,"Date":"2/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":216,"Cost":199,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":373,"Cost":223,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":592,"Date":"4/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":326,"Date":"7/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":116,"Cost":105,"Date":"8/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":967,"Cost":831,"Date":"10/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":373,"Date":"11/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":495,"Date":"11/30/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":687,"Cost":626,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":69,"Date":"3/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":132,"Date":"4/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":464,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":940,"Cost":679,"Date":"8/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":681,"Cost":470,"Date":"9/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":666,"Cost":617,"Date":"10/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":73,"Cost":61,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":565,"Cost":333,"Date":"11/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":204,"Date":"12/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":351,"Date":"12/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":239,"Date":"1/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":255,"Cost":158,"Date":"1/23/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":280,"Cost":204,"Date":"2/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":766,"Cost":722,"Date":"3/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":341,"Cost":257,"Date":"3/12/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":376,"Date":"3/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":2,"Cost":1,"Date":"6/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":424,"Cost":298,"Date":"6/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":650,"Date":"8/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":423,"Cost":386,"Date":"10/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":380,"Cost":201,"Date":"11/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":626,"Cost":419,"Date":"11/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":108,"Date":"3/27/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":582,"Date":"4/17/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":226,"Cost":215,"Date":"8/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":417,"Cost":345,"Date":"8/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":201,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":533,"Date":"9/5/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":302,"Date":"9/14/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":953,"Cost":797,"Date":"9/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":31,"Date":"11/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":26,"Date":"12/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":797,"Date":"1/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":189,"Date":"1/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":988,"Cost":659,"Date":"2/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":528,"Date":"3/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":152,"Date":"4/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":212,"Date":"4/5/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":44,"Cost":36,"Date":"4/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":27,"Date":"7/10/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":69,"Date":"3/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":668,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":227,"Date":"10/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":79,"Cost":46,"Date":"3/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":847,"Cost":488,"Date":"6/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":995,"Cost":822,"Date":"7/17/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":382,"Cost":257,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":567,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":647,"Cost":502,"Date":"11/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":619,"Cost":441,"Date":"12/16/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":231,"Cost":129,"Date":"12/30/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":194,"Date":"2/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":203,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":736,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":157,"Cost":143,"Date":"4/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":983,"Cost":582,"Date":"7/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":334,"Date":"8/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":340,"Cost":290,"Date":"10/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":735,"Cost":382,"Date":"11/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":333,"Cost":265,"Date":"11/30/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":417,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":215,"Cost":189,"Date":"3/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":368,"Cost":308,"Date":"4/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":563,"Cost":495,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":523,"Cost":357,"Date":"8/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":648,"Cost":363,"Date":"9/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":154,"Date":"10/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":778,"Cost":474,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":202,"Date":"11/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":287,"Cost":144,"Date":"12/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":2,"Cost":2,"Date":"12/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":875,"Cost":634,"Date":"1/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":723,"Cost":523,"Date":"1/23/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":796,"Date":"2/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":680,"Cost":382,"Date":"3/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":392,"Cost":371,"Date":"3/12/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":642,"Cost":404,"Date":"3/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":436,"Cost":334,"Date":"6/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":649,"Date":"6/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":234,"Cost":164,"Date":"8/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":593,"Cost":363,"Date":"10/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":180,"Date":"11/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":550,"Cost":288,"Date":"11/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":28,"Cost":23,"Date":"3/27/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":785,"Date":"4/17/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":13,"Cost":7,"Date":"8/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":147,"Cost":111,"Date":"8/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":443,"Cost":286,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":322,"Date":"9/5/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":552,"Date":"9/14/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":210,"Date":"9/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":448,"Date":"11/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":300,"Cost":245,"Date":"12/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":317,"Cost":292,"Date":"1/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":840,"Cost":583,"Date":"1/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":695,"Cost":433,"Date":"2/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":787,"Date":"3/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":146,"Cost":133,"Date":"4/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":892,"Cost":504,"Date":"4/5/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":778,"Cost":448,"Date":"4/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":14,"Date":"7/10/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":641,"Cost":442,"Date":"3/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":723,"Cost":562,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":503,"Date":"10/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":311,"Date":"3/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":728,"Cost":590,"Date":"6/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":570,"Cost":327,"Date":"7/17/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":715,"Cost":491,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":137,"Cost":116,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":4,"Cost":4,"Date":"11/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":49,"Cost":43,"Date":"12/16/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":430,"Cost":246,"Date":"12/30/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":481,"Cost":309,"Date":"2/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":418,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":208,"Cost":172,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":420,"Date":"4/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":445,"Cost":278,"Date":"7/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":950,"Cost":772,"Date":"8/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":956,"Cost":590,"Date":"10/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":698,"Date":"11/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":54,"Cost":36,"Date":"11/30/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":709,"Cost":587,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":230,"Date":"3/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":657,"Cost":520,"Date":"4/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":205,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":896,"Cost":500,"Date":"8/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":991,"Cost":751,"Date":"9/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":701,"Date":"10/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":195,"Cost":172,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":857,"Cost":536,"Date":"11/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":441,"Cost":419,"Date":"12/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":421,"Cost":394,"Date":"12/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":372,"Cost":339,"Date":"1/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":496,"Cost":327,"Date":"1/23/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":6,"Cost":4,"Date":"2/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":784,"Cost":538,"Date":"3/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":192,"Cost":141,"Date":"3/12/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":849,"Cost":515,"Date":"3/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":214,"Cost":152,"Date":"6/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":416,"Date":"6/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":508,"Cost":300,"Date":"8/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":307,"Cost":155,"Date":"10/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":932,"Cost":753,"Date":"11/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":820,"Cost":663,"Date":"11/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":666,"Cost":451,"Date":"3/27/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":60,"Date":"4/17/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":142,"Cost":85,"Date":"8/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":31,"Cost":28,"Date":"8/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":507,"Cost":376,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":60,"Cost":57,"Date":"9/5/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":7,"Cost":7,"Date":"9/14/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":885,"Cost":669,"Date":"9/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":380,"Cost":206,"Date":"11/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":358,"Cost":203,"Date":"12/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":187,"Cost":139,"Date":"1/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":974,"Cost":831,"Date":"1/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":56,"Cost":29,"Date":"2/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":534,"Cost":294,"Date":"3/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":727,"Cost":548,"Date":"4/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":940,"Cost":637,"Date":"4/5/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":87,"Cost":56,"Date":"4/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":201,"Cost":122,"Date":"7/10/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":437,"Date":"3/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":750,"Cost":444,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":568,"Cost":413,"Date":"10/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":420,"Cost":280,"Date":"3/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":719,"Cost":637,"Date":"6/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":477,"Cost":331,"Date":"7/17/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":825,"Cost":753,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":770,"Cost":423,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":26,"Cost":16,"Date":"11/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":766,"Cost":517,"Date":"12/16/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":853,"Cost":744,"Date":"12/30/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":74,"Cost":64,"Date":"2/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":945,"Cost":853,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":974,"Cost":547,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":172,"Cost":100,"Date":"4/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":433,"Cost":279,"Date":"7/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":195,"Cost":135,"Date":"8/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":227,"Date":"10/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":555,"Cost":340,"Date":"11/11/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":255,"Cost":157,"Date":"11/30/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":41,"Cost":29,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":251,"Cost":230,"Date":"3/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":921,"Cost":606,"Date":"4/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":899,"Cost":822,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":58,"Cost":51,"Date":"8/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":520,"Cost":305,"Date":"9/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":319,"Cost":176,"Date":"10/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":766,"Cost":484,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":821,"Cost":593,"Date":"11/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":84,"Date":"12/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":299,"Cost":239,"Date":"12/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":53,"Date":"1/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":980,"Cost":826,"Date":"1/23/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":724,"Cost":583,"Date":"2/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":974,"Cost":765,"Date":"3/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":406,"Cost":308,"Date":"3/12/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":961,"Cost":542,"Date":"3/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":122,"Cost":106,"Date":"6/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":875,"Cost":562,"Date":"6/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":414,"Cost":233,"Date":"8/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":554,"Cost":523,"Date":"10/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":444,"Date":"11/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":190,"Date":"11/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":987,"Cost":937,"Date":"3/27/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":665,"Cost":534,"Date":"4/17/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":404,"Date":"8/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":722,"Cost":612,"Date":"8/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":113,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":304,"Cost":286,"Date":"9/5/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":288,"Date":"9/14/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":918,"Cost":475,"Date":"9/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":204,"Cost":129,"Date":"11/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":704,"Cost":667,"Date":"12/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":11,"Date":"1/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":518,"Cost":381,"Date":"1/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":255,"Cost":216,"Date":"2/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":207,"Cost":127,"Date":"3/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":70,"Cost":59,"Date":"4/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":78,"Cost":58,"Date":"4/5/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":711,"Cost":488,"Date":"4/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":834,"Cost":638,"Date":"7/10/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":612,"Cost":387,"Date":"3/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":115,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":527,"Cost":316,"Date":"10/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":444,"Cost":311,"Date":"3/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":887,"Cost":624,"Date":"6/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":37,"Cost":20,"Date":"7/17/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":550,"Cost":321,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":879,"Cost":563,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":948,"Cost":557,"Date":"11/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":709,"Cost":431,"Date":"12/16/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":385,"Cost":279,"Date":"12/30/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":725,"Cost":666,"Date":"2/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":650,"Cost":423,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":252,"Cost":143,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":437,"Date":"4/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":573,"Cost":369,"Date":"7/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":495,"Cost":254,"Date":"8/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":326,"Cost":219,"Date":"10/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":217,"Cost":194,"Date":"11/11/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":535,"Cost":357,"Date":"11/30/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":521,"Cost":311,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":781,"Cost":452,"Date":"3/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":492,"Date":"4/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":944,"Cost":492,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":463,"Date":"8/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":60,"Cost":54,"Date":"9/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":57,"Cost":33,"Date":"10/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":711,"Cost":408,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":604,"Date":"11/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":587,"Cost":348,"Date":"12/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":717,"Cost":654,"Date":"12/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":430,"Date":"1/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":638,"Cost":438,"Date":"1/23/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":182,"Cost":121,"Date":"2/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":204,"Date":"3/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":335,"Cost":304,"Date":"3/12/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":221,"Cost":191,"Date":"3/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":286,"Cost":165,"Date":"6/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":791,"Cost":737,"Date":"6/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":98,"Date":"8/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":405,"Date":"10/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":167,"Cost":136,"Date":"11/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":724,"Cost":417,"Date":"11/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":273,"Cost":186,"Date":"3/27/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":464,"Cost":381,"Date":"4/17/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":213,"Cost":117,"Date":"8/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":22,"Cost":21,"Date":"8/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":39,"Cost":35,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":788,"Date":"9/5/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":137,"Cost":107,"Date":"9/14/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":338,"Date":"9/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":691,"Cost":524,"Date":"11/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":89,"Date":"12/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":755,"Cost":666,"Date":"1/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":849,"Cost":543,"Date":"1/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":741,"Cost":481,"Date":"2/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":795,"Cost":634,"Date":"3/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":614,"Date":"4/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":480,"Date":"4/5/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":830,"Cost":427,"Date":"4/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":352,"Cost":310,"Date":"7/10/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":402,"Cost":246,"Date":"3/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":436,"Cost":323,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":809,"Cost":427,"Date":"10/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":535,"Cost":304,"Date":"3/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":170,"Cost":87,"Date":"6/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":758,"Date":"7/17/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":633,"Cost":319,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":293,"Cost":227,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":683,"Cost":503,"Date":"11/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":251,"Cost":227,"Date":"12/16/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":641,"Cost":450,"Date":"12/30/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":442,"Cost":249,"Date":"2/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":576,"Cost":382,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":963,"Cost":687,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":837,"Cost":522,"Date":"4/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":181,"Date":"7/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":926,"Cost":741,"Date":"8/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":477,"Date":"10/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":482,"Cost":286,"Date":"11/11/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":611,"Cost":564,"Date":"11/30/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":69,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":627,"Cost":540,"Date":"3/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":895,"Cost":694,"Date":"4/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":310,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":760,"Cost":686,"Date":"8/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":468,"Date":"9/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":639,"Cost":334,"Date":"10/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":754,"Cost":409,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":43,"Cost":38,"Date":"11/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":361,"Cost":267,"Date":"12/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":141,"Cost":100,"Date":"12/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":668,"Date":"1/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":703,"Date":"1/23/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":182,"Cost":98,"Date":"2/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":577,"Date":"3/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":657,"Cost":486,"Date":"3/12/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":966,"Cost":849,"Date":"3/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":812,"Cost":531,"Date":"6/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":46,"Cost":23,"Date":"6/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":286,"Cost":172,"Date":"8/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":556,"Date":"10/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":24,"Cost":14,"Date":"11/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":430,"Cost":238,"Date":"11/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":685,"Cost":607,"Date":"3/27/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":696,"Cost":496,"Date":"4/17/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":991,"Cost":570,"Date":"8/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":617,"Cost":321,"Date":"8/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":306,"Cost":255,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":722,"Cost":473,"Date":"9/5/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":310,"Cost":175,"Date":"9/14/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":123,"Cost":64,"Date":"9/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":525,"Date":"11/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":171,"Date":"12/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":40,"Cost":22,"Date":"1/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":903,"Cost":526,"Date":"1/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":375,"Date":"2/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":335,"Cost":211,"Date":"3/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":313,"Cost":165,"Date":"4/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":46,"Date":"4/5/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":100,"Cost":53,"Date":"4/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":27,"Cost":25,"Date":"7/10/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":779,"Cost":652,"Date":"3/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":471,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":656,"Cost":428,"Date":"10/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":349,"Date":"3/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":26,"Cost":24,"Date":"6/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":510,"Cost":325,"Date":"7/17/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":603,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":570,"Cost":447,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":342,"Cost":229,"Date":"11/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":708,"Cost":536,"Date":"12/16/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":493,"Cost":312,"Date":"12/30/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":279,"Date":"2/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":671,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":443,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":215,"Cost":110,"Date":"4/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":884,"Cost":493,"Date":"7/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":545,"Cost":441,"Date":"8/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":172,"Date":"10/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":345,"Cost":253,"Date":"11/11/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":153,"Date":"11/30/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":323,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":679,"Cost":339,"Date":"3/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":483,"Date":"4/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":628,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":2,"Cost":2,"Date":"8/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":331,"Cost":249,"Date":"9/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":445,"Date":"10/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":355,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":590,"Date":"11/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":313,"Cost":246,"Date":"12/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":228,"Date":"12/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":638,"Cost":364,"Date":"1/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":209,"Date":"1/23/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":54,"Cost":40,"Date":"2/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":168,"Date":"3/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":436,"Cost":236,"Date":"3/12/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":213,"Cost":122,"Date":"3/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":664,"Cost":609,"Date":"6/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":450,"Date":"6/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":55,"Date":"8/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":289,"Cost":259,"Date":"10/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":314,"Cost":172,"Date":"11/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":219,"Date":"11/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":764,"Cost":384,"Date":"3/27/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":333,"Cost":211,"Date":"4/17/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":32,"Cost":26,"Date":"8/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":124,"Cost":75,"Date":"8/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":291,"Cost":153,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":741,"Cost":693,"Date":"9/5/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":202,"Cost":107,"Date":"9/14/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":367,"Cost":325,"Date":"9/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":212,"Cost":126,"Date":"11/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":769,"Cost":607,"Date":"12/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":191,"Cost":125,"Date":"1/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":888,"Cost":831,"Date":"1/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":51,"Date":"2/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":17,"Cost":10,"Date":"3/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":960,"Cost":743,"Date":"4/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":572,"Cost":386,"Date":"4/5/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":802,"Date":"4/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":102,"Date":"7/10/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":343,"Cost":297,"Date":"3/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":52,"Cost":47,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":666,"Date":"10/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":953,"Cost":620,"Date":"3/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":713,"Cost":369,"Date":"6/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":108,"Cost":61,"Date":"7/17/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":635,"Cost":392,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":324,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":683,"Date":"11/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":745,"Cost":443,"Date":"12/16/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":358,"Cost":255,"Date":"12/30/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":111,"Date":"2/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":660,"Cost":623,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":133,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":521,"Cost":468,"Date":"4/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":750,"Date":"7/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":515,"Cost":284,"Date":"8/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":863,"Cost":706,"Date":"10/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":719,"Cost":485,"Date":"11/11/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":697,"Cost":490,"Date":"11/30/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":76,"Cost":66,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":505,"Cost":380,"Date":"3/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":371,"Date":"4/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":270,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":326,"Cost":204,"Date":"8/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":662,"Cost":450,"Date":"9/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":21,"Date":"10/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":332,"Cost":300,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":258,"Date":"11/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":694,"Cost":350,"Date":"12/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":86,"Cost":75,"Date":"12/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":634,"Cost":422,"Date":"1/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":26,"Cost":14,"Date":"1/23/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":618,"Date":"2/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":686,"Cost":463,"Date":"3/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":52,"Date":"3/12/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":230,"Cost":179,"Date":"3/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":979,"Cost":512,"Date":"6/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":259,"Date":"6/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":629,"Cost":318,"Date":"8/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":536,"Cost":334,"Date":"10/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":617,"Cost":354,"Date":"11/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":237,"Date":"11/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":15,"Date":"3/27/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":903,"Cost":519,"Date":"4/17/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":443,"Date":"8/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":463,"Cost":311,"Date":"8/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":222,"Cost":185,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":174,"Cost":108,"Date":"9/5/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":65,"Cost":34,"Date":"9/14/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":337,"Date":"9/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":88,"Cost":48,"Date":"11/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":441,"Cost":354,"Date":"12/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":453,"Date":"1/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":606,"Cost":306,"Date":"1/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":511,"Cost":482,"Date":"2/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":349,"Cost":206,"Date":"3/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":562,"Cost":510,"Date":"4/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":438,"Cost":365,"Date":"4/5/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":71,"Cost":44,"Date":"4/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":112,"Cost":102,"Date":"7/10/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":619,"Cost":468,"Date":"3/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":630,"Cost":589,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":694,"Date":"10/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":906,"Cost":840,"Date":"3/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":449,"Cost":268,"Date":"6/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":430,"Cost":328,"Date":"7/17/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":699,"Cost":622,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":277,"Cost":222,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":209,"Cost":172,"Date":"11/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":21,"Cost":20,"Date":"12/16/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":959,"Cost":673,"Date":"12/30/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":726,"Cost":415,"Date":"2/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":319,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":638,"Cost":555,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":180,"Cost":157,"Date":"4/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":932,"Cost":586,"Date":"7/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":446,"Date":"8/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":888,"Cost":680,"Date":"10/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":798,"Cost":499,"Date":"11/11/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":311,"Date":"11/30/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":554,"Cost":521,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":202,"Cost":192,"Date":"3/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":157,"Date":"4/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":242,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":740,"Date":"8/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":646,"Cost":556,"Date":"9/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":458,"Cost":346,"Date":"10/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":513,"Cost":408,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":753,"Cost":564,"Date":"11/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":324,"Cost":229,"Date":"12/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":888,"Cost":732,"Date":"12/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":13,"Cost":9,"Date":"1/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":201,"Cost":178,"Date":"1/23/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":857,"Cost":555,"Date":"2/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":306,"Cost":220,"Date":"3/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":425,"Cost":296,"Date":"3/12/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":257,"Date":"3/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":106,"Cost":99,"Date":"6/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":338,"Cost":287,"Date":"6/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":407,"Cost":258,"Date":"8/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":264,"Cost":222,"Date":"10/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":682,"Cost":473,"Date":"11/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":450,"Cost":315,"Date":"11/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":500,"Cost":305,"Date":"3/27/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":107,"Date":"4/17/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":758,"Cost":503,"Date":"8/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":801,"Cost":480,"Date":"8/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":390,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":715,"Date":"9/5/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":517,"Cost":349,"Date":"9/14/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":947,"Cost":638,"Date":"9/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":598,"Cost":493,"Date":"11/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":119,"Cost":83,"Date":"12/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":856,"Cost":539,"Date":"1/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":542,"Date":"1/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":596,"Date":"2/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":336,"Date":"3/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":148,"Cost":81,"Date":"4/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":846,"Cost":537,"Date":"4/5/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":534,"Date":"4/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":848,"Cost":723,"Date":"7/10/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":639,"Date":"3/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":937,"Cost":845,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":742,"Cost":423,"Date":"10/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":442,"Cost":385,"Date":"3/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":800,"Date":"6/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":827,"Cost":651,"Date":"7/17/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":402,"Cost":254,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":725,"Cost":556,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":186,"Date":"11/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":505,"Cost":287,"Date":"12/16/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":895,"Cost":837,"Date":"12/30/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":883,"Cost":695,"Date":"2/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":578,"Cost":394,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":456,"Cost":378,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":8,"Cost":4,"Date":"4/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":303,"Cost":230,"Date":"7/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":230,"Cost":219,"Date":"8/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":21,"Cost":11,"Date":"10/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":315,"Cost":190,"Date":"11/11/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":363,"Cost":247,"Date":"11/30/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":63,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":81,"Cost":64,"Date":"3/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":47,"Cost":24,"Date":"4/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":71,"Cost":59,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":527,"Cost":314,"Date":"8/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":520,"Cost":358,"Date":"9/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":266,"Cost":221,"Date":"10/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":491,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":400,"Cost":240,"Date":"11/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":253,"Cost":214,"Date":"12/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":671,"Cost":584,"Date":"12/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":956,"Cost":821,"Date":"1/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":500,"Cost":396,"Date":"1/23/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":116,"Cost":86,"Date":"2/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":633,"Cost":323,"Date":"3/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":714,"Cost":502,"Date":"3/12/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":221,"Cost":160,"Date":"3/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":24,"Date":"6/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":971,"Cost":588,"Date":"6/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":61,"Cost":48,"Date":"8/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":207,"Cost":167,"Date":"10/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":65,"Date":"11/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":109,"Cost":76,"Date":"11/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":193,"Cost":132,"Date":"3/27/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":315,"Cost":252,"Date":"4/17/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":829,"Cost":535,"Date":"8/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":469,"Cost":438,"Date":"8/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":361,"Cost":190,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":672,"Cost":359,"Date":"9/5/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":939,"Cost":887,"Date":"9/14/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":37,"Cost":25,"Date":"9/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":368,"Cost":310,"Date":"11/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":503,"Cost":361,"Date":"12/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":502,"Cost":311,"Date":"1/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":52,"Cost":26,"Date":"1/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":583,"Cost":302,"Date":"2/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":109,"Cost":58,"Date":"3/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":829,"Cost":578,"Date":"4/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":449,"Cost":292,"Date":"4/5/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":971,"Cost":627,"Date":"4/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":479,"Cost":426,"Date":"7/10/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":588,"Cost":518,"Date":"3/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":259,"Cost":207,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":378,"Cost":352,"Date":"10/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":733,"Cost":525,"Date":"3/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":276,"Cost":199,"Date":"6/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":259,"Cost":217,"Date":"7/17/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":483,"Cost":403,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":945,"Cost":589,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":22,"Cost":11,"Date":"11/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":154,"Cost":127,"Date":"12/16/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":157,"Cost":80,"Date":"12/30/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":980,"Cost":917,"Date":"2/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":613,"Cost":337,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":239,"Cost":176,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":727,"Cost":443,"Date":"4/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":478,"Cost":414,"Date":"7/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":872,"Cost":678,"Date":"8/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":29,"Cost":17,"Date":"10/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":559,"Cost":400,"Date":"11/11/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":486,"Cost":325,"Date":"11/30/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":839,"Cost":595,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":203,"Cost":137,"Date":"3/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":999,"Cost":753,"Date":"4/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":50,"Cost":36,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":701,"Cost":537,"Date":"8/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":999,"Cost":820,"Date":"9/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":287,"Cost":222,"Date":"10/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":350,"Cost":257,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":389,"Cost":213,"Date":"11/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":807,"Cost":614,"Date":"12/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":727,"Cost":508,"Date":"12/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":397,"Cost":241,"Date":"1/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":13,"Cost":8,"Date":"1/23/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":772,"Cost":626,"Date":"2/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":139,"Cost":74,"Date":"3/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":771,"Cost":412,"Date":"3/12/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":805,"Cost":611,"Date":"3/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":763,"Cost":586,"Date":"6/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":728,"Cost":491,"Date":"6/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":498,"Cost":364,"Date":"8/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":12,"Cost":7,"Date":"10/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":142,"Cost":131,"Date":"11/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":412,"Cost":249,"Date":"11/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":21,"Date":"3/27/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":604,"Cost":487,"Date":"4/17/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":696,"Date":"8/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":447,"Cost":381,"Date":"8/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":460,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":602,"Date":"9/5/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":482,"Date":"9/14/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":494,"Date":"9/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":671,"Date":"11/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":173,"Cost":142,"Date":"12/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":53,"Cost":29,"Date":"1/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":902,"Cost":676,"Date":"1/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":796,"Cost":533,"Date":"2/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":625,"Date":"3/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":617,"Cost":422,"Date":"4/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":131,"Cost":118,"Date":"4/5/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":434,"Cost":234,"Date":"4/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":643,"Cost":568,"Date":"7/10/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":422,"Cost":272,"Date":"3/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":283,"Cost":152,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":680,"Date":"10/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":337,"Cost":273,"Date":"3/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":136,"Date":"6/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":737,"Date":"7/17/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":445,"Cost":287,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":112,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":660,"Cost":582,"Date":"11/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":410,"Date":"12/16/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":297,"Date":"12/30/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":469,"Cost":333,"Date":"2/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":554,"Cost":394,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":520,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":412,"Date":"4/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":41,"Cost":24,"Date":"7/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":716,"Date":"8/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":125,"Cost":117,"Date":"10/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":99,"Date":"11/11/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":336,"Cost":223,"Date":"11/30/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":266,"Cost":223,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":342,"Cost":182,"Date":"3/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":725,"Date":"4/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":785,"Cost":491,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":80,"Date":"8/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":53,"Cost":48,"Date":"9/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":462,"Cost":260,"Date":"10/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":60,"Cost":52,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":940,"Cost":874,"Date":"11/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":243,"Date":"12/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":137,"Cost":115,"Date":"12/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":670,"Date":"1/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":475,"Date":"1/23/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":966,"Cost":523,"Date":"2/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":778,"Cost":715,"Date":"3/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":221,"Cost":156,"Date":"3/12/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":105,"Date":"3/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":193,"Cost":167,"Date":"6/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":310,"Cost":266,"Date":"6/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":887,"Cost":792,"Date":"8/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":988,"Cost":910,"Date":"10/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":695,"Cost":363,"Date":"11/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":448,"Cost":298,"Date":"11/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":216,"Date":"3/27/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":19,"Cost":12,"Date":"4/17/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":377,"Date":"8/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":1,"Date":"8/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":241,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":67,"Date":"9/5/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":282,"Date":"9/14/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":514,"Cost":412,"Date":"9/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":310,"Date":"11/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":753,"Cost":471,"Date":"12/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":382,"Cost":216,"Date":"1/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":486,"Date":"1/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":87,"Date":"2/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":670,"Cost":401,"Date":"3/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":77,"Date":"4/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":948,"Cost":653,"Date":"4/5/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":124,"Date":"4/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":129,"Cost":64,"Date":"7/10/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":418,"Cost":242,"Date":"3/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":479,"Cost":330,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":432,"Cost":308,"Date":"10/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":228,"Date":"3/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":791,"Cost":708,"Date":"6/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":21,"Date":"7/17/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":196,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":852,"Cost":450,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":654,"Cost":467,"Date":"11/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":853,"Cost":578,"Date":"12/16/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":559,"Cost":390,"Date":"12/30/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":813,"Date":"2/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":735,"Cost":414,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":588,"Cost":399,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":377,"Cost":348,"Date":"4/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":732,"Cost":491,"Date":"7/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":47,"Cost":25,"Date":"8/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":370,"Cost":249,"Date":"10/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":696,"Cost":532,"Date":"11/11/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":455,"Cost":257,"Date":"11/30/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":99,"Cost":61,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":315,"Cost":203,"Date":"3/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":896,"Cost":731,"Date":"4/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":560,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":196,"Cost":116,"Date":"8/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":243,"Cost":148,"Date":"9/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":240,"Cost":135,"Date":"10/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":46,"Cost":34,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":675,"Date":"11/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":780,"Cost":603,"Date":"12/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":821,"Cost":556,"Date":"12/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":217,"Cost":200,"Date":"1/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":547,"Date":"1/23/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":160,"Date":"2/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":950,"Cost":805,"Date":"3/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":513,"Cost":463,"Date":"3/12/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":749,"Cost":645,"Date":"3/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":678,"Cost":627,"Date":"6/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":519,"Date":"6/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":666,"Cost":584,"Date":"8/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":566,"Date":"10/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":290,"Cost":245,"Date":"11/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":66,"Cost":53,"Date":"11/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":308,"Cost":169,"Date":"3/27/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":22,"Cost":18,"Date":"4/17/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":406,"Cost":301,"Date":"8/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":316,"Cost":233,"Date":"8/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":136,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":479,"Cost":293,"Date":"9/5/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":338,"Cost":281,"Date":"9/14/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":321,"Cost":250,"Date":"9/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":820,"Cost":566,"Date":"11/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":29,"Cost":19,"Date":"12/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":234,"Date":"1/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":542,"Cost":500,"Date":"1/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":328,"Cost":226,"Date":"2/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":706,"Cost":443,"Date":"3/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":452,"Cost":351,"Date":"4/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":54,"Cost":42,"Date":"4/5/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":786,"Cost":690,"Date":"4/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":650,"Cost":385,"Date":"7/10/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":414,"Cost":384,"Date":"3/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":949,"Cost":574,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":266,"Cost":182,"Date":"10/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":716,"Cost":620,"Date":"3/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":208,"Cost":119,"Date":"6/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":784,"Cost":600,"Date":"7/17/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":77,"Cost":57,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":188,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":348,"Cost":280,"Date":"11/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":977,"Cost":522,"Date":"12/16/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":489,"Date":"12/30/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":935,"Cost":559,"Date":"2/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":62,"Cost":32,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":619,"Cost":344,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":388,"Cost":291,"Date":"4/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":911,"Cost":535,"Date":"7/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":537,"Cost":430,"Date":"8/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":975,"Cost":541,"Date":"10/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":43,"Cost":23,"Date":"11/11/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":80,"Cost":65,"Date":"11/30/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":802,"Cost":575,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":717,"Cost":496,"Date":"3/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":492,"Cost":302,"Date":"4/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":668,"Cost":570,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":606,"Date":"8/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":818,"Cost":518,"Date":"9/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":322,"Cost":168,"Date":"10/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":13,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":776,"Cost":673,"Date":"11/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":978,"Cost":543,"Date":"12/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":855,"Cost":660,"Date":"12/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":206,"Date":"1/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":867,"Cost":480,"Date":"1/23/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":100,"Cost":68,"Date":"2/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":325,"Cost":275,"Date":"3/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":942,"Cost":475,"Date":"3/12/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":690,"Cost":616,"Date":"3/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":159,"Cost":149,"Date":"6/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":350,"Cost":200,"Date":"6/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":94,"Date":"8/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":184,"Cost":123,"Date":"10/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":791,"Cost":615,"Date":"11/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":449,"Cost":363,"Date":"11/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":185,"Cost":125,"Date":"3/27/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":175,"Date":"4/17/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":490,"Cost":391,"Date":"8/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":118,"Cost":95,"Date":"8/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":835,"Cost":475,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":967,"Cost":604,"Date":"9/5/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":129,"Cost":81,"Date":"9/14/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":958,"Cost":878,"Date":"9/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":515,"Cost":282,"Date":"11/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":629,"Date":"12/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":328,"Cost":303,"Date":"1/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":436,"Cost":226,"Date":"1/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":976,"Cost":777,"Date":"2/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":783,"Cost":706,"Date":"3/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":372,"Cost":192,"Date":"4/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":417,"Date":"4/5/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":77,"Date":"4/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":120,"Cost":106,"Date":"7/10/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":197,"Date":"3/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":374,"Cost":317,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":376,"Date":"10/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":585,"Cost":491,"Date":"3/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":428,"Cost":378,"Date":"6/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":516,"Cost":412,"Date":"7/17/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":201,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":43,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":387,"Date":"11/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":230,"Cost":178,"Date":"12/16/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":647,"Cost":442,"Date":"12/30/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":761,"Cost":446,"Date":"2/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":362,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":374,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":441,"Cost":242,"Date":"4/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":795,"Cost":698,"Date":"7/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":146,"Cost":113,"Date":"8/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":357,"Date":"10/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":408,"Cost":380,"Date":"11/11/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":933,"Cost":768,"Date":"11/30/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":678,"Cost":577,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":633,"Cost":598,"Date":"3/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":171,"Cost":101,"Date":"4/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":814,"Cost":742,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":260,"Date":"8/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":908,"Cost":528,"Date":"9/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":730,"Cost":677,"Date":"10/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":219,"Cost":171,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":921,"Cost":860,"Date":"11/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":72,"Date":"12/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":579,"Date":"12/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":355,"Date":"1/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":661,"Cost":550,"Date":"1/23/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":267,"Cost":253,"Date":"2/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":150,"Cost":80,"Date":"3/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":363,"Cost":327,"Date":"3/12/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":425,"Cost":249,"Date":"3/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":556,"Date":"6/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":855,"Cost":567,"Date":"6/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":31,"Date":"8/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":871,"Cost":563,"Date":"10/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":205,"Cost":103,"Date":"11/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":957,"Cost":575,"Date":"11/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":581,"Cost":401,"Date":"3/27/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":130,"Date":"4/17/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":423,"Date":"8/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":38,"Cost":19,"Date":"8/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":51,"Cost":34,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":285,"Cost":204,"Date":"9/5/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":5,"Date":"9/14/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":147,"Cost":120,"Date":"9/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":110,"Date":"11/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":379,"Cost":202,"Date":"12/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":234,"Cost":206,"Date":"1/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":354,"Date":"1/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":48,"Cost":40,"Date":"2/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":106,"Date":"3/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":168,"Cost":91,"Date":"4/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":829,"Cost":432,"Date":"4/5/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":667,"Date":"4/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":728,"Cost":554,"Date":"7/10/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":940,"Cost":584,"Date":"3/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":405,"Cost":327,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":168,"Cost":133,"Date":"10/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":279,"Cost":144,"Date":"3/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":614,"Date":"6/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":20,"Cost":14,"Date":"7/17/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":783,"Cost":560,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":549,"Cost":294,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":772,"Cost":497,"Date":"11/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":468,"Date":"12/16/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":357,"Cost":205,"Date":"12/30/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":340,"Cost":259,"Date":"2/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":113,"Cost":95,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":24,"Cost":14,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":376,"Date":"4/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":996,"Cost":795,"Date":"7/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":437,"Cost":401,"Date":"8/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":171,"Cost":134,"Date":"10/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":488,"Date":"11/11/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":760,"Cost":400,"Date":"11/30/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":851,"Cost":431,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":143,"Cost":92,"Date":"3/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":438,"Cost":299,"Date":"4/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":175,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":767,"Cost":702,"Date":"8/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":511,"Cost":417,"Date":"9/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":990,"Cost":593,"Date":"10/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":213,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":183,"Cost":105,"Date":"11/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":689,"Cost":366,"Date":"12/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":244,"Cost":169,"Date":"12/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":112,"Cost":93,"Date":"1/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":657,"Cost":582,"Date":"1/23/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":287,"Date":"2/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":964,"Cost":784,"Date":"3/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":899,"Cost":685,"Date":"3/12/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":40,"Date":"3/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":203,"Cost":122,"Date":"6/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":532,"Date":"6/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":396,"Cost":242,"Date":"8/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":649,"Cost":347,"Date":"10/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":539,"Cost":415,"Date":"11/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":524,"Cost":337,"Date":"11/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":673,"Cost":618,"Date":"3/27/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":562,"Date":"4/17/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":928,"Cost":503,"Date":"8/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":140,"Date":"8/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":54,"Cost":35,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":28,"Date":"9/5/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":6,"Date":"9/14/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":321,"Cost":173,"Date":"9/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":994,"Cost":536,"Date":"11/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":438,"Date":"12/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":534,"Cost":466,"Date":"1/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":790,"Cost":468,"Date":"1/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":212,"Cost":197,"Date":"2/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":240,"Cost":190,"Date":"3/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":201,"Date":"4/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":383,"Date":"4/5/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":997,"Cost":676,"Date":"4/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":25,"Date":"7/10/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":225,"Cost":129,"Date":"3/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":361,"Cost":234,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":739,"Cost":414,"Date":"10/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":303,"Cost":186,"Date":"3/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":476,"Cost":245,"Date":"6/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":364,"Cost":217,"Date":"7/17/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":763,"Cost":629,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":507,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":474,"Cost":332,"Date":"11/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":266,"Date":"12/16/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":616,"Cost":556,"Date":"12/30/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":587,"Cost":350,"Date":"2/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":640,"Cost":504,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":778,"Cost":516,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":784,"Cost":540,"Date":"4/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":488,"Date":"7/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":608,"Date":"8/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":448,"Cost":327,"Date":"10/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":351,"Cost":295,"Date":"11/11/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":628,"Cost":503,"Date":"11/30/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":214,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":374,"Cost":329,"Date":"3/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":110,"Cost":100,"Date":"4/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":144,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":284,"Cost":168,"Date":"8/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":321,"Cost":251,"Date":"9/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":575,"Cost":359,"Date":"10/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":199,"Cost":147,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":583,"Date":"11/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":298,"Cost":196,"Date":"12/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":727,"Cost":650,"Date":"12/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":150,"Cost":82,"Date":"1/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":595,"Date":"1/23/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":176,"Cost":102,"Date":"2/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":115,"Date":"3/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":660,"Cost":399,"Date":"3/12/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":682,"Cost":530,"Date":"3/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":422,"Cost":319,"Date":"6/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":103,"Date":"6/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":158,"Cost":95,"Date":"8/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":663,"Cost":571,"Date":"10/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":490,"Cost":392,"Date":"11/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":486,"Date":"11/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":493,"Cost":445,"Date":"3/27/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":127,"Date":"4/17/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":360,"Cost":248,"Date":"8/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":925,"Cost":675,"Date":"8/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":97,"Cost":84,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":758,"Cost":519,"Date":"9/5/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":388,"Cost":205,"Date":"9/14/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":644,"Cost":435,"Date":"9/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":930,"Cost":573,"Date":"11/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":463,"Date":"12/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":433,"Date":"1/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":62,"Cost":43,"Date":"1/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":132,"Cost":66,"Date":"2/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":987,"Cost":783,"Date":"3/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":604,"Cost":387,"Date":"4/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":430,"Date":"4/5/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":825,"Cost":742,"Date":"4/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":376,"Cost":352,"Date":"7/10/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":918,"Cost":621,"Date":"3/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":343,"Cost":256,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":347,"Date":"10/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":113,"Cost":76,"Date":"3/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":107,"Date":"6/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":894,"Cost":755,"Date":"7/17/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":79,"Cost":70,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":993,"Cost":923,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":135,"Cost":103,"Date":"11/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":107,"Cost":69,"Date":"12/16/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":448,"Date":"12/30/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":452,"Date":"2/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":55,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":427,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":22,"Date":"4/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":68,"Cost":47,"Date":"7/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":477,"Cost":402,"Date":"8/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":133,"Date":"10/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":924,"Cost":665,"Date":"11/11/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":631,"Cost":481,"Date":"11/30/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":422,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":76,"Cost":64,"Date":"3/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":714,"Cost":504,"Date":"4/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":918,"Cost":543,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":982,"Cost":816,"Date":"8/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":809,"Cost":672,"Date":"9/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":601,"Date":"10/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":295,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":574,"Date":"11/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":806,"Cost":686,"Date":"12/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":465,"Cost":276,"Date":"12/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":509,"Date":"1/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":581,"Date":"1/23/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":162,"Cost":130,"Date":"2/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":649,"Date":"3/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":456,"Cost":242,"Date":"3/12/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":615,"Cost":501,"Date":"3/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":400,"Cost":280,"Date":"6/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":91,"Cost":76,"Date":"6/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":344,"Cost":260,"Date":"8/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":219,"Date":"10/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":169,"Cost":161,"Date":"11/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":633,"Cost":425,"Date":"11/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":735,"Cost":549,"Date":"3/27/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":682,"Cost":487,"Date":"4/17/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":335,"Cost":196,"Date":"8/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":650,"Date":"8/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":972,"Cost":877,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":629,"Cost":325,"Date":"9/5/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":391,"Cost":195,"Date":"9/14/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":664,"Cost":435,"Date":"9/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":285,"Cost":161,"Date":"11/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":796,"Cost":686,"Date":"12/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":370,"Cost":276,"Date":"1/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":524,"Cost":308,"Date":"1/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":223,"Cost":180,"Date":"2/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":923,"Cost":738,"Date":"3/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":147,"Cost":87,"Date":"4/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":885,"Cost":470,"Date":"4/5/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":42,"Cost":33,"Date":"4/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":808,"Cost":537,"Date":"7/10/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":451,"Cost":384,"Date":"3/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":303,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":731,"Cost":645,"Date":"10/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":260,"Date":"3/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":309,"Cost":249,"Date":"6/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":425,"Cost":356,"Date":"7/17/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":243,"Cost":175,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":44,"Cost":33,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":705,"Date":"11/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":917,"Cost":704,"Date":"12/16/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":528,"Cost":389,"Date":"12/30/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":316,"Cost":164,"Date":"2/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":445,"Cost":266,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":421,"Cost":358,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":412,"Cost":375,"Date":"4/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":313,"Cost":251,"Date":"7/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":108,"Date":"8/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":128,"Cost":80,"Date":"10/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":137,"Cost":85,"Date":"11/11/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":373,"Cost":206,"Date":"11/30/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":579,"Cost":497,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":674,"Cost":595,"Date":"3/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":182,"Cost":161,"Date":"4/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":716,"Cost":663,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":995,"Cost":520,"Date":"8/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":647,"Cost":346,"Date":"9/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":36,"Cost":19,"Date":"10/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":632,"Cost":589,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":944,"Cost":626,"Date":"11/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":749,"Cost":633,"Date":"12/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":124,"Cost":63,"Date":"12/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":432,"Cost":217,"Date":"1/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":575,"Cost":457,"Date":"1/23/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":908,"Cost":513,"Date":"2/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":989,"Cost":836,"Date":"3/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":223,"Cost":171,"Date":"3/12/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":698,"Cost":353,"Date":"3/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":860,"Cost":610,"Date":"6/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":691,"Cost":564,"Date":"6/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":136,"Cost":85,"Date":"8/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":684,"Cost":364,"Date":"10/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":314,"Cost":252,"Date":"11/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":572,"Cost":445,"Date":"11/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":10,"Cost":9,"Date":"3/27/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":429,"Cost":403,"Date":"4/17/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":806,"Cost":637,"Date":"8/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":19,"Date":"8/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":205,"Cost":145,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":442,"Date":"9/5/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":79,"Date":"9/14/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":642,"Date":"9/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":786,"Cost":395,"Date":"11/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":46,"Cost":38,"Date":"12/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":302,"Cost":160,"Date":"1/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":665,"Cost":548,"Date":"1/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":964,"Cost":872,"Date":"2/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":257,"Cost":223,"Date":"3/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":149,"Date":"4/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":970,"Cost":725,"Date":"4/5/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":533,"Cost":374,"Date":"4/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":496,"Date":"7/10/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":387,"Date":"3/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":470,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":287,"Cost":182,"Date":"10/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":28,"Cost":25,"Date":"3/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":792,"Cost":604,"Date":"6/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":645,"Cost":383,"Date":"7/17/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":111,"Cost":63,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":506,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":211,"Date":"11/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":580,"Cost":480,"Date":"12/16/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":34,"Cost":22,"Date":"12/30/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":262,"Cost":212,"Date":"2/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":479,"Cost":417,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":758,"Cost":393,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":273,"Cost":141,"Date":"4/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":492,"Date":"7/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":560,"Cost":466,"Date":"8/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":701,"Cost":550,"Date":"10/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":227,"Cost":125,"Date":"11/11/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":995,"Cost":592,"Date":"11/30/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":1,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":454,"Cost":231,"Date":"3/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":254,"Cost":169,"Date":"4/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":181,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":403,"Cost":370,"Date":"8/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":37,"Cost":28,"Date":"9/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":51,"Cost":39,"Date":"10/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":885,"Cost":574,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":604,"Cost":346,"Date":"11/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":885,"Cost":775,"Date":"12/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":590,"Cost":477,"Date":"12/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":779,"Date":"1/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":516,"Cost":275,"Date":"1/23/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":255,"Cost":215,"Date":"2/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":792,"Cost":730,"Date":"3/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":34,"Cost":19,"Date":"3/12/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":796,"Date":"3/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":467,"Cost":437,"Date":"6/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":54,"Date":"6/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":79,"Cost":59,"Date":"8/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":675,"Date":"10/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":11,"Cost":8,"Date":"11/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":441,"Date":"11/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":392,"Date":"3/27/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":459,"Cost":297,"Date":"4/17/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":489,"Cost":428,"Date":"8/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":587,"Cost":384,"Date":"8/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":693,"Cost":355,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":152,"Cost":133,"Date":"9/5/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":649,"Cost":421,"Date":"9/14/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":31,"Date":"9/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":545,"Cost":367,"Date":"11/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":877,"Cost":510,"Date":"12/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":538,"Cost":363,"Date":"1/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":856,"Cost":752,"Date":"1/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":827,"Cost":783,"Date":"2/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":61,"Date":"3/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":738,"Cost":660,"Date":"4/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":402,"Cost":331,"Date":"4/5/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":214,"Cost":203,"Date":"4/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":464,"Cost":411,"Date":"7/10/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":706,"Cost":610,"Date":"3/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":256,"Cost":237,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":305,"Cost":227,"Date":"10/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":724,"Cost":577,"Date":"3/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":96,"Date":"6/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":924,"Cost":820,"Date":"7/17/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":913,"Cost":659,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":479,"Cost":448,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":840,"Cost":477,"Date":"11/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":430,"Cost":293,"Date":"12/16/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":698,"Date":"12/30/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":389,"Cost":195,"Date":"2/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":472,"Cost":330,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":249,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":215,"Cost":181,"Date":"4/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":830,"Cost":718,"Date":"7/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":266,"Date":"8/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":495,"Date":"10/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":586,"Date":"11/11/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":419,"Date":"11/30/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":733,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":523,"Cost":354,"Date":"3/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":291,"Cost":265,"Date":"4/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":417,"Cost":353,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":229,"Cost":126,"Date":"8/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":183,"Cost":169,"Date":"9/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":557,"Date":"10/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":572,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":118,"Cost":61,"Date":"11/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":712,"Cost":383,"Date":"12/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":351,"Cost":217,"Date":"12/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":881,"Cost":519,"Date":"1/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":556,"Cost":527,"Date":"1/23/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":191,"Cost":169,"Date":"2/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":169,"Date":"3/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":393,"Cost":334,"Date":"3/12/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":590,"Cost":375,"Date":"3/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":521,"Date":"6/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":424,"Cost":346,"Date":"6/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":878,"Cost":798,"Date":"8/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":609,"Cost":520,"Date":"10/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":732,"Cost":559,"Date":"11/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":499,"Date":"11/9/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":820,"Cost":528,"Date":"3/27/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":98,"Date":"4/17/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":957,"Cost":705,"Date":"8/11/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":559,"Cost":521,"Date":"8/21/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":208,"Cost":108,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":700,"Cost":525,"Date":"9/5/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":640,"Cost":346,"Date":"9/14/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":261,"Cost":193,"Date":"9/20/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":45,"Cost":30,"Date":"11/20/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":667,"Cost":439,"Date":"12/21/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":781,"Cost":594,"Date":"1/7/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":663,"Date":"1/21/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":119,"Cost":85,"Date":"2/9/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":379,"Date":"3/19/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":212,"Cost":161,"Date":"4/3/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":91,"Cost":65,"Date":"4/5/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":216,"Cost":152,"Date":"4/28/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":360,"Cost":252,"Date":"7/10/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":222,"Cost":114,"Date":"3/25/2020"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":537,"Cost":480,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":281,"Date":"10/28/2020"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":500,"Cost":293,"Date":"3/2/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":424,"Date":"6/28/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":544,"Cost":496,"Date":"7/17/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":142,"Cost":114,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":641,"Cost":373,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":953,"Cost":873,"Date":"11/20/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":422,"Cost":363,"Date":"12/16/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":513,"Date":"12/30/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":437,"Cost":376,"Date":"2/15/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":536,"Cost":419,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":263,"Cost":223,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":379,"Date":"4/18/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":345,"Cost":249,"Date":"7/27/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":127,"Cost":84,"Date":"8/18/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":427,"Date":"10/31/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":416,"Cost":272,"Date":"11/11/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":163,"Date":"11/30/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":715,"Cost":440,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":986,"Cost":652,"Date":"3/1/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":845,"Cost":486,"Date":"4/13/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":598,"Cost":424,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":847,"Cost":781,"Date":"8/13/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":471,"Cost":418,"Date":"9/15/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":994,"Cost":767,"Date":"10/14/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":290,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":99,"Cost":62,"Date":"11/11/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":957,"Cost":594,"Date":"12/7/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":634,"Cost":556,"Date":"12/21/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":274,"Date":"1/6/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":983,"Cost":759,"Date":"1/23/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":48,"Cost":35,"Date":"2/4/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":42,"Cost":21,"Date":"3/10/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":954,"Cost":802,"Date":"3/12/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":562,"Cost":289,"Date":"3/31/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":592,"Date":"6/16/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":649,"Date":"6/17/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":379,"Cost":259,"Date":"8/27/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":653,"Cost":556,"Date":"10/1/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":992,"Cost":604,"Date":"11/4/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":582,"Cost":436,"Date":"11/9/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":430,"Cost":378,"Date":"3/27/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":149,"Date":"4/17/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":357,"Cost":234,"Date":"8/11/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":800,"Cost":639,"Date":"8/21/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":702,"Cost":393,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":649,"Cost":438,"Date":"9/5/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":648,"Cost":380,"Date":"9/14/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":212,"Date":"9/20/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":523,"Date":"11/20/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":6,"Cost":4,"Date":"12/21/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":877,"Cost":780,"Date":"1/7/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":324,"Cost":164,"Date":"1/21/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":415,"Cost":331,"Date":"2/9/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":120,"Cost":106,"Date":"3/19/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":833,"Cost":670,"Date":"4/3/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":357,"Cost":273,"Date":"4/5/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":170,"Date":"4/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":381,"Date":"7/10/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":208,"Cost":161,"Date":"3/25/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":514,"Cost":268,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":220,"Cost":116,"Date":"10/28/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":874,"Cost":817,"Date":"3/2/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":847,"Cost":569,"Date":"6/28/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":230,"Cost":183,"Date":"7/17/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":384,"Cost":250,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":560,"Cost":410,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":636,"Cost":574,"Date":"11/20/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":746,"Cost":691,"Date":"12/16/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":489,"Cost":420,"Date":"12/30/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":228,"Date":"2/15/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":655,"Cost":423,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":543,"Cost":405,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":115,"Cost":62,"Date":"4/18/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":943,"Cost":629,"Date":"7/27/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":657,"Cost":516,"Date":"8/18/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":754,"Cost":469,"Date":"10/31/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":212,"Cost":140,"Date":"11/11/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":399,"Cost":316,"Date":"11/30/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":737,"Cost":623,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":342,"Cost":317,"Date":"3/1/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":264,"Cost":222,"Date":"4/13/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":517,"Cost":266,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":732,"Date":"8/13/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":480,"Cost":334,"Date":"9/15/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":732,"Cost":500,"Date":"10/14/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":152,"Cost":93,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":223,"Cost":203,"Date":"11/11/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":925,"Cost":831,"Date":"12/7/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":930,"Cost":676,"Date":"12/21/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":264,"Cost":159,"Date":"1/6/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":300,"Cost":184,"Date":"1/23/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":61,"Cost":47,"Date":"2/4/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":237,"Cost":131,"Date":"3/10/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":758,"Cost":566,"Date":"3/12/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":630,"Cost":364,"Date":"3/31/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":22,"Date":"6/16/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":376,"Cost":316,"Date":"6/17/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":567,"Cost":504,"Date":"8/27/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":726,"Cost":468,"Date":"10/1/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":216,"Cost":181,"Date":"11/4/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":702,"Cost":414,"Date":"11/9/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":176,"Cost":144,"Date":"3/27/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":825,"Cost":719,"Date":"4/17/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":717,"Cost":562,"Date":"8/11/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":334,"Cost":284,"Date":"8/21/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":627,"Cost":460,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":812,"Cost":675,"Date":"9/5/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":463,"Cost":354,"Date":"9/14/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":547,"Cost":447,"Date":"9/20/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":558,"Cost":528,"Date":"11/20/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":858,"Cost":434,"Date":"12/21/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":56,"Cost":52,"Date":"1/7/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":972,"Cost":811,"Date":"1/21/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":712,"Cost":382,"Date":"2/9/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":976,"Cost":505,"Date":"3/19/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":668,"Cost":601,"Date":"4/3/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":708,"Cost":617,"Date":"4/5/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":726,"Cost":646,"Date":"4/28/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":187,"Cost":123,"Date":"7/10/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":221,"Cost":210,"Date":"3/25/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":304,"Cost":175,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":974,"Cost":856,"Date":"10/28/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":219,"Cost":130,"Date":"3/2/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":545,"Cost":496,"Date":"6/28/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":944,"Cost":597,"Date":"7/17/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":144,"Cost":73,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":301,"Cost":222,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":554,"Cost":438,"Date":"11/20/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":6,"Cost":3,"Date":"12/16/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":737,"Cost":528,"Date":"12/30/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":456,"Cost":232,"Date":"2/15/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":900,"Cost":663,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":599,"Cost":417,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":526,"Cost":268,"Date":"4/18/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":170,"Cost":113,"Date":"7/27/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":275,"Cost":205,"Date":"8/18/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":316,"Cost":291,"Date":"10/31/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":646,"Cost":327,"Date":"11/11/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":331,"Cost":276,"Date":"11/30/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":861,"Cost":621,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":964,"Cost":630,"Date":"3/1/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":994,"Cost":656,"Date":"4/13/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":499,"Cost":284,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":384,"Cost":364,"Date":"8/13/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":432,"Cost":292,"Date":"9/15/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":285,"Cost":145,"Date":"10/14/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":783,"Cost":492,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":523,"Cost":278,"Date":"11/11/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":175,"Cost":121,"Date":"12/7/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":882,"Cost":640,"Date":"12/21/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":861,"Cost":440,"Date":"1/6/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":340,"Cost":267,"Date":"1/23/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":580,"Cost":487,"Date":"2/4/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":936,"Cost":653,"Date":"3/10/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":282,"Cost":227,"Date":"3/12/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":273,"Cost":213,"Date":"3/31/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":553,"Cost":335,"Date":"6/16/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":853,"Cost":771,"Date":"6/17/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":933,"Cost":830,"Date":"8/27/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":763,"Cost":461,"Date":"10/1/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":330,"Cost":252,"Date":"11/4/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":732,"Cost":524,"Date":"11/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":989,"Cost":939,"Date":"3/27/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":646,"Cost":407,"Date":"4/17/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":17,"Cost":15,"Date":"8/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":753,"Cost":420,"Date":"8/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":465,"Cost":382,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":572,"Cost":353,"Date":"9/5/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":146,"Cost":109,"Date":"9/14/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":464,"Cost":286,"Date":"9/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":68,"Cost":42,"Date":"11/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":569,"Cost":505,"Date":"12/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":459,"Cost":254,"Date":"1/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":63,"Cost":37,"Date":"1/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":279,"Cost":152,"Date":"2/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":139,"Cost":95,"Date":"3/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":980,"Cost":835,"Date":"4/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":781,"Cost":515,"Date":"4/5/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":511,"Cost":347,"Date":"4/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":617,"Cost":565,"Date":"7/10/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":1000,"Cost":653,"Date":"3/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":321,"Cost":240,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":639,"Cost":475,"Date":"10/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":631,"Cost":365,"Date":"3/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":195,"Cost":184,"Date":"6/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":59,"Cost":53,"Date":"7/17/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":515,"Cost":302,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":136,"Cost":68,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":403,"Cost":382,"Date":"11/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":156,"Cost":113,"Date":"12/16/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":330,"Cost":283,"Date":"12/30/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":782,"Cost":670,"Date":"2/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":297,"Cost":178,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":492,"Cost":450,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":492,"Cost":289,"Date":"4/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":407,"Cost":318,"Date":"7/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":564,"Cost":395,"Date":"8/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":806,"Cost":754,"Date":"10/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":982,"Cost":639,"Date":"11/11/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":608,"Cost":443,"Date":"11/30/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":633,"Cost":442,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":48,"Cost":24,"Date":"3/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":544,"Cost":460,"Date":"4/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":998,"Cost":851,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":38,"Cost":29,"Date":"8/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":620,"Cost":532,"Date":"9/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":153,"Cost":102,"Date":"10/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":832,"Cost":453,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":885,"Cost":731,"Date":"11/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":218,"Cost":114,"Date":"12/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":302,"Cost":219,"Date":"12/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":848,"Cost":686,"Date":"1/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":60,"Cost":55,"Date":"1/23/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":58,"Cost":50,"Date":"2/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":751,"Cost":510,"Date":"3/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":87,"Cost":65,"Date":"3/12/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":834,"Cost":730,"Date":"3/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":865,"Cost":483,"Date":"6/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":922,"Cost":598,"Date":"6/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":803,"Cost":405,"Date":"8/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":369,"Cost":187,"Date":"10/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":234,"Cost":121,"Date":"11/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":887,"Cost":542,"Date":"11/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":858,"Date":"3/27/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":402,"Date":"4/17/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":65,"Date":"8/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":674,"Cost":379,"Date":"8/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":138,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":839,"Cost":547,"Date":"9/5/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":55,"Date":"9/14/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":893,"Cost":630,"Date":"9/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":703,"Date":"11/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":643,"Date":"12/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":676,"Cost":576,"Date":"1/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":966,"Cost":549,"Date":"1/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":324,"Cost":204,"Date":"2/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":823,"Cost":774,"Date":"3/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":446,"Date":"4/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":59,"Cost":50,"Date":"4/5/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":511,"Cost":372,"Date":"4/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":272,"Date":"7/10/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":343,"Date":"3/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":135,"Cost":93,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":251,"Date":"10/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":502,"Cost":391,"Date":"3/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":528,"Cost":497,"Date":"6/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":940,"Cost":509,"Date":"7/17/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":904,"Cost":697,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":652,"Cost":490,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":813,"Cost":664,"Date":"11/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":753,"Cost":480,"Date":"12/16/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":577,"Cost":390,"Date":"12/30/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":643,"Cost":433,"Date":"2/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":650,"Cost":606,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":875,"Cost":752,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":304,"Cost":267,"Date":"4/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":348,"Cost":196,"Date":"7/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":95,"Date":"8/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":738,"Cost":481,"Date":"10/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":620,"Cost":454,"Date":"11/11/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":468,"Cost":340,"Date":"11/30/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":465,"Cost":364,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":576,"Cost":516,"Date":"3/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":316,"Cost":204,"Date":"4/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":196,"Cost":165,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":414,"Cost":354,"Date":"8/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":392,"Cost":263,"Date":"9/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":563,"Date":"10/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":169,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":458,"Cost":270,"Date":"11/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":369,"Cost":296,"Date":"12/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":520,"Cost":467,"Date":"12/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":250,"Date":"1/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":56,"Date":"1/23/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":545,"Cost":427,"Date":"2/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":884,"Date":"3/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":179,"Cost":102,"Date":"3/12/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":511,"Cost":279,"Date":"3/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":866,"Cost":603,"Date":"6/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":589,"Cost":351,"Date":"6/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":408,"Cost":376,"Date":"8/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":255,"Cost":128,"Date":"10/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":432,"Date":"11/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":934,"Cost":693,"Date":"11/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":665,"Cost":601,"Date":"3/27/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":457,"Cost":255,"Date":"4/17/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":932,"Cost":503,"Date":"8/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":648,"Cost":503,"Date":"8/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":283,"Cost":142,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":817,"Cost":425,"Date":"9/5/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":304,"Cost":189,"Date":"9/14/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":979,"Cost":678,"Date":"9/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":116,"Cost":77,"Date":"11/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":162,"Cost":98,"Date":"12/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":654,"Cost":582,"Date":"1/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":207,"Cost":174,"Date":"1/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":775,"Cost":565,"Date":"2/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":497,"Cost":459,"Date":"3/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":960,"Cost":822,"Date":"4/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":17,"Cost":15,"Date":"4/5/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":679,"Cost":548,"Date":"4/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":286,"Cost":243,"Date":"7/10/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":457,"Cost":268,"Date":"3/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":757,"Cost":508,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":426,"Cost":261,"Date":"10/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":856,"Cost":763,"Date":"3/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":963,"Cost":572,"Date":"6/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":347,"Cost":189,"Date":"7/17/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":967,"Cost":660,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":696,"Cost":634,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":726,"Cost":452,"Date":"11/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":729,"Cost":679,"Date":"12/16/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":322,"Cost":168,"Date":"12/30/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":221,"Cost":209,"Date":"2/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":325,"Cost":169,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":257,"Cost":188,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":423,"Cost":340,"Date":"4/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":665,"Cost":350,"Date":"7/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":89,"Cost":80,"Date":"8/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":713,"Cost":505,"Date":"10/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":993,"Cost":565,"Date":"11/11/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":704,"Cost":609,"Date":"11/30/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":403,"Cost":243,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":472,"Cost":280,"Date":"3/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":425,"Cost":286,"Date":"4/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":492,"Cost":380,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":591,"Cost":438,"Date":"8/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":526,"Cost":488,"Date":"9/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":748,"Cost":586,"Date":"10/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":808,"Cost":674,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":7,"Cost":6,"Date":"11/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":63,"Cost":51,"Date":"12/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":443,"Cost":331,"Date":"12/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":613,"Cost":308,"Date":"1/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":685,"Cost":597,"Date":"1/23/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":143,"Cost":104,"Date":"2/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":83,"Cost":70,"Date":"3/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":866,"Cost":560,"Date":"3/12/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":928,"Cost":635,"Date":"3/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":693,"Cost":490,"Date":"6/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":795,"Cost":506,"Date":"6/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":463,"Cost":281,"Date":"8/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":629,"Cost":577,"Date":"10/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":428,"Cost":286,"Date":"11/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":31,"Cost":21,"Date":"11/9/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":993,"Cost":842,"Date":"3/27/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":717,"Cost":502,"Date":"4/17/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":951,"Cost":604,"Date":"8/11/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":836,"Cost":440,"Date":"8/21/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":30,"Cost":29,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":289,"Cost":199,"Date":"9/5/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":331,"Cost":300,"Date":"9/14/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":386,"Cost":206,"Date":"9/20/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":436,"Cost":323,"Date":"11/20/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":743,"Cost":641,"Date":"12/21/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":140,"Cost":125,"Date":"1/7/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":752,"Cost":592,"Date":"1/21/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":227,"Cost":125,"Date":"2/9/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":103,"Cost":67,"Date":"3/19/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":985,"Cost":659,"Date":"4/3/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":296,"Cost":205,"Date":"4/5/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":174,"Cost":140,"Date":"4/28/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":965,"Cost":514,"Date":"7/10/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":80,"Cost":65,"Date":"3/25/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":701,"Cost":642,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":454,"Cost":349,"Date":"10/28/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":783,"Cost":568,"Date":"3/2/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":750,"Cost":621,"Date":"6/28/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":660,"Cost":494,"Date":"7/17/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":880,"Cost":769,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":54,"Cost":27,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":561,"Cost":472,"Date":"11/20/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":927,"Cost":720,"Date":"12/16/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":685,"Cost":448,"Date":"12/30/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":877,"Cost":704,"Date":"2/15/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":874,"Cost":781,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":845,"Cost":465,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":112,"Cost":60,"Date":"4/18/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":914,"Cost":562,"Date":"7/27/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":671,"Cost":606,"Date":"8/18/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":555,"Cost":314,"Date":"10/31/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":531,"Cost":437,"Date":"11/11/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":474,"Cost":271,"Date":"11/30/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":358,"Cost":293,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":598,"Cost":398,"Date":"3/1/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":30,"Cost":19,"Date":"4/13/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":781,"Cost":697,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":995,"Cost":816,"Date":"8/13/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":265,"Cost":165,"Date":"9/15/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":535,"Cost":436,"Date":"10/14/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":585,"Cost":344,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":293,"Cost":207,"Date":"11/11/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":129,"Cost":108,"Date":"12/7/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":196,"Cost":111,"Date":"12/21/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":150,"Cost":116,"Date":"1/6/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":111,"Cost":56,"Date":"1/23/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":362,"Cost":257,"Date":"2/4/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":954,"Cost":667,"Date":"3/10/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":387,"Cost":359,"Date":"3/12/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":923,"Cost":823,"Date":"3/31/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":236,"Cost":150,"Date":"6/16/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":658,"Cost":479,"Date":"6/17/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":945,"Cost":794,"Date":"8/27/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":954,"Cost":706,"Date":"10/1/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":497,"Cost":371,"Date":"11/4/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":299,"Cost":197,"Date":"11/9/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":769,"Cost":649,"Date":"3/27/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":102,"Date":"4/17/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":675,"Cost":393,"Date":"8/11/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":392,"Cost":301,"Date":"8/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":473,"Cost":314,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":769,"Cost":435,"Date":"9/5/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":412,"Date":"9/14/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":11,"Date":"9/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":721,"Date":"11/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":740,"Cost":599,"Date":"12/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":156,"Cost":97,"Date":"1/7/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":907,"Cost":749,"Date":"1/21/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":611,"Cost":419,"Date":"2/9/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":698,"Cost":662,"Date":"3/19/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":683,"Date":"4/3/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":967,"Cost":846,"Date":"4/5/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":345,"Cost":263,"Date":"4/28/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":8,"Date":"7/10/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":713,"Date":"3/25/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":706,"Cost":642,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":36,"Cost":29,"Date":"10/28/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":811,"Cost":515,"Date":"3/2/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":291,"Cost":189,"Date":"6/28/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":841,"Cost":740,"Date":"7/17/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":740,"Cost":510,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":333,"Cost":271,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":790,"Cost":443,"Date":"11/20/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":201,"Cost":139,"Date":"12/16/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":363,"Cost":305,"Date":"12/30/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":295,"Cost":236,"Date":"2/15/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":603,"Cost":436,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":81,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":644,"Date":"4/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":81,"Date":"7/27/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":778,"Date":"8/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":803,"Cost":602,"Date":"10/31/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":451,"Date":"11/11/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":826,"Cost":475,"Date":"11/30/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":982,"Cost":882,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":12,"Date":"3/1/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":634,"Cost":523,"Date":"4/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":787,"Cost":667,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":919,"Cost":518,"Date":"8/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":310,"Cost":172,"Date":"9/15/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":966,"Cost":908,"Date":"10/14/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":451,"Cost":239,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":666,"Cost":630,"Date":"11/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":235,"Cost":177,"Date":"12/7/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":646,"Cost":601,"Date":"12/21/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":975,"Cost":613,"Date":"1/6/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":192,"Date":"1/23/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":797,"Cost":603,"Date":"2/4/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":66,"Cost":46,"Date":"3/10/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":151,"Cost":128,"Date":"3/12/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":258,"Cost":175,"Date":"3/31/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":242,"Cost":176,"Date":"6/16/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":664,"Cost":357,"Date":"6/17/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":314,"Date":"8/27/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":213,"Cost":189,"Date":"10/1/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":206,"Date":"11/4/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":785,"Cost":580,"Date":"11/9/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":532,"Cost":356,"Date":"3/27/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":377,"Cost":340,"Date":"4/17/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":719,"Cost":430,"Date":"8/11/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":194,"Date":"8/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":428,"Cost":320,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":764,"Cost":550,"Date":"9/5/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":166,"Date":"9/14/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":586,"Cost":316,"Date":"9/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":580,"Cost":374,"Date":"11/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":57,"Date":"12/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":550,"Cost":432,"Date":"1/7/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":765,"Cost":659,"Date":"1/21/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":315,"Cost":169,"Date":"2/9/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":439,"Cost":381,"Date":"3/19/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":177,"Cost":140,"Date":"4/3/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":9,"Cost":8,"Date":"4/5/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":516,"Cost":484,"Date":"4/28/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":775,"Cost":457,"Date":"7/10/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":189,"Date":"3/25/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":357,"Cost":199,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":669,"Cost":420,"Date":"10/28/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":604,"Cost":553,"Date":"3/2/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":321,"Cost":161,"Date":"6/28/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":245,"Date":"7/17/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":412,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":55,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":437,"Cost":327,"Date":"11/20/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":591,"Cost":511,"Date":"12/16/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":132,"Date":"12/30/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":526,"Cost":307,"Date":"2/15/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":969,"Cost":828,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":386,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":57,"Cost":33,"Date":"4/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":256,"Cost":218,"Date":"7/27/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":887,"Cost":536,"Date":"8/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":217,"Cost":206,"Date":"10/31/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":44,"Cost":32,"Date":"11/11/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":51,"Cost":27,"Date":"11/30/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":548,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":300,"Date":"3/1/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":574,"Cost":481,"Date":"4/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":766,"Cost":518,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":401,"Date":"8/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":77,"Date":"9/15/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":343,"Date":"10/14/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":664,"Cost":353,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":348,"Cost":193,"Date":"11/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":611,"Date":"12/7/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":387,"Cost":291,"Date":"12/21/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":79,"Date":"1/6/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":763,"Cost":641,"Date":"1/23/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":406,"Date":"2/4/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":865,"Cost":490,"Date":"3/10/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":231,"Date":"3/12/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":903,"Cost":511,"Date":"3/31/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":100,"Cost":64,"Date":"6/16/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":76,"Date":"6/17/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":941,"Cost":571,"Date":"8/27/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":741,"Cost":411,"Date":"10/1/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":214,"Date":"11/4/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":921,"Cost":485,"Date":"11/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":621,"Cost":478,"Date":"3/27/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":902,"Cost":814,"Date":"4/17/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":821,"Cost":714,"Date":"8/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":102,"Cost":82,"Date":"8/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":203,"Cost":156,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":618,"Cost":338,"Date":"9/5/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":589,"Cost":320,"Date":"9/14/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":741,"Cost":652,"Date":"9/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":651,"Cost":589,"Date":"11/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":571,"Cost":515,"Date":"12/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":549,"Cost":409,"Date":"1/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":748,"Cost":520,"Date":"1/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":920,"Cost":467,"Date":"2/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":737,"Cost":451,"Date":"3/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":183,"Cost":173,"Date":"4/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":886,"Cost":446,"Date":"4/5/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":466,"Cost":296,"Date":"4/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":947,"Cost":817,"Date":"7/10/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":987,"Cost":798,"Date":"3/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":923,"Cost":788,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":369,"Cost":347,"Date":"10/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":343,"Cost":271,"Date":"3/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":198,"Cost":145,"Date":"6/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":614,"Cost":349,"Date":"7/17/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":874,"Cost":472,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":345,"Cost":324,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":426,"Cost":296,"Date":"11/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":647,"Cost":418,"Date":"12/16/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":819,"Cost":417,"Date":"12/30/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":607,"Cost":335,"Date":"2/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":589,"Cost":468,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":917,"Cost":679,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":10,"Cost":6,"Date":"4/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":913,"Cost":740,"Date":"7/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":962,"Cost":597,"Date":"8/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":820,"Cost":733,"Date":"10/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":991,"Cost":524,"Date":"11/11/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":549,"Cost":397,"Date":"11/30/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":772,"Cost":484,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":858,"Cost":744,"Date":"3/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":645,"Cost":366,"Date":"4/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":1,"Cost":0,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":197,"Cost":150,"Date":"8/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":275,"Cost":141,"Date":"9/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":456,"Cost":336,"Date":"10/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":196,"Cost":107,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":795,"Cost":588,"Date":"11/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":852,"Cost":664,"Date":"12/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":996,"Cost":862,"Date":"12/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":693,"Cost":508,"Date":"1/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":782,"Cost":591,"Date":"1/23/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":480,"Cost":291,"Date":"2/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":104,"Cost":98,"Date":"3/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":696,"Cost":510,"Date":"3/12/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":248,"Cost":152,"Date":"3/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":946,"Cost":878,"Date":"6/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":255,"Cost":159,"Date":"6/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":765,"Cost":414,"Date":"8/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":818,"Cost":624,"Date":"10/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":176,"Cost":126,"Date":"11/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":748,"Cost":445,"Date":"11/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":3,"Cost":2,"Date":"3/27/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":860,"Cost":783,"Date":"4/17/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":868,"Cost":578,"Date":"8/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":863,"Cost":694,"Date":"8/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":935,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":545,"Cost":450,"Date":"9/5/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":434,"Cost":296,"Date":"9/14/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":507,"Date":"9/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":74,"Cost":53,"Date":"11/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":957,"Cost":858,"Date":"12/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":546,"Date":"1/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":316,"Date":"1/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":784,"Cost":651,"Date":"2/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":877,"Cost":799,"Date":"3/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":460,"Cost":257,"Date":"4/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":357,"Cost":206,"Date":"4/5/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":707,"Cost":662,"Date":"4/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":632,"Cost":393,"Date":"7/10/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":755,"Cost":381,"Date":"3/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":87,"Cost":71,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":66,"Cost":45,"Date":"10/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":913,"Cost":591,"Date":"3/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":666,"Cost":451,"Date":"6/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":938,"Cost":757,"Date":"7/17/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":483,"Cost":373,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":774,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":395,"Date":"11/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":472,"Cost":424,"Date":"12/16/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":11,"Cost":10,"Date":"12/30/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":951,"Cost":873,"Date":"2/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":914,"Cost":601,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":516,"Cost":401,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":24,"Date":"4/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":837,"Date":"7/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":164,"Date":"8/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":545,"Cost":476,"Date":"10/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":387,"Date":"11/11/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":225,"Cost":151,"Date":"11/30/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":594,"Cost":311,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":987,"Cost":913,"Date":"3/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":726,"Cost":373,"Date":"4/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":302,"Cost":244,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":225,"Cost":197,"Date":"8/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":811,"Cost":559,"Date":"9/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":558,"Date":"10/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":581,"Cost":477,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":40,"Date":"11/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":679,"Cost":509,"Date":"12/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":222,"Cost":128,"Date":"12/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":134,"Cost":74,"Date":"1/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":803,"Date":"1/23/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":228,"Date":"2/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":943,"Cost":754,"Date":"3/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":288,"Cost":188,"Date":"3/12/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":970,"Cost":860,"Date":"3/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":892,"Cost":577,"Date":"6/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":206,"Date":"6/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":31,"Cost":18,"Date":"8/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":695,"Cost":607,"Date":"10/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":706,"Date":"11/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":761,"Cost":385,"Date":"11/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":587,"Cost":369,"Date":"3/27/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":749,"Cost":645,"Date":"4/17/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":641,"Cost":468,"Date":"8/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":75,"Cost":71,"Date":"8/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":565,"Cost":434,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":331,"Cost":197,"Date":"9/5/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":831,"Cost":452,"Date":"9/14/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":845,"Cost":429,"Date":"9/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":456,"Cost":346,"Date":"11/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":471,"Cost":250,"Date":"12/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":5,"Cost":5,"Date":"1/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":285,"Cost":267,"Date":"1/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":307,"Cost":200,"Date":"2/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":81,"Cost":43,"Date":"3/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":368,"Cost":292,"Date":"4/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":496,"Cost":418,"Date":"4/5/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":534,"Cost":507,"Date":"4/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":603,"Cost":545,"Date":"7/10/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":712,"Cost":458,"Date":"3/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":613,"Cost":532,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":32,"Cost":18,"Date":"10/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":444,"Cost":230,"Date":"3/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":489,"Cost":435,"Date":"6/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":933,"Cost":886,"Date":"7/17/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":645,"Cost":352,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":83,"Cost":65,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":267,"Cost":207,"Date":"11/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":526,"Cost":308,"Date":"12/16/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":645,"Cost":465,"Date":"12/30/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":593,"Cost":302,"Date":"2/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":705,"Cost":624,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":393,"Cost":232,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":115,"Cost":77,"Date":"4/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":360,"Cost":319,"Date":"7/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":420,"Cost":393,"Date":"8/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":786,"Cost":678,"Date":"10/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":511,"Cost":444,"Date":"11/11/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":526,"Cost":308,"Date":"11/30/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":457,"Cost":415,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":91,"Cost":48,"Date":"3/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":256,"Cost":136,"Date":"4/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":330,"Cost":293,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":726,"Cost":488,"Date":"8/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":997,"Cost":757,"Date":"9/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":573,"Cost":439,"Date":"10/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":334,"Cost":219,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":857,"Cost":678,"Date":"11/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":884,"Cost":515,"Date":"12/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":106,"Cost":91,"Date":"12/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":171,"Cost":140,"Date":"1/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":342,"Cost":225,"Date":"1/23/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":316,"Cost":231,"Date":"2/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":944,"Cost":621,"Date":"3/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":397,"Cost":239,"Date":"3/12/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":391,"Cost":282,"Date":"3/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":966,"Cost":828,"Date":"6/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":498,"Cost":320,"Date":"6/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":240,"Cost":121,"Date":"8/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":492,"Cost":378,"Date":"10/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":825,"Cost":549,"Date":"11/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":154,"Cost":82,"Date":"11/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":26,"Cost":25,"Date":"3/27/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":294,"Cost":253,"Date":"4/17/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":59,"Cost":48,"Date":"8/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":431,"Cost":219,"Date":"8/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":455,"Cost":385,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":798,"Cost":619,"Date":"9/5/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":371,"Cost":266,"Date":"9/14/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":252,"Cost":142,"Date":"9/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":839,"Cost":679,"Date":"11/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":23,"Cost":14,"Date":"12/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":216,"Date":"1/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":755,"Cost":666,"Date":"1/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":541,"Cost":310,"Date":"2/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":394,"Cost":339,"Date":"3/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":680,"Date":"4/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":569,"Cost":415,"Date":"4/5/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":273,"Cost":169,"Date":"4/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":290,"Cost":186,"Date":"7/10/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":637,"Cost":466,"Date":"3/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":981,"Cost":708,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":379,"Cost":358,"Date":"10/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":451,"Cost":274,"Date":"3/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":407,"Cost":348,"Date":"6/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":648,"Cost":376,"Date":"7/17/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":683,"Cost":538,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":663,"Cost":382,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":906,"Cost":580,"Date":"11/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":383,"Cost":279,"Date":"12/16/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":743,"Cost":475,"Date":"12/30/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":643,"Cost":392,"Date":"2/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":956,"Cost":726,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":670,"Cost":369,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":873,"Cost":721,"Date":"4/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":746,"Cost":614,"Date":"7/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":611,"Date":"8/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":352,"Cost":190,"Date":"10/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":696,"Cost":530,"Date":"11/11/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":959,"Cost":698,"Date":"11/30/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":70,"Cost":65,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":409,"Cost":205,"Date":"3/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":98,"Date":"4/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":205,"Cost":187,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":873,"Cost":617,"Date":"8/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":803,"Date":"9/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":373,"Cost":233,"Date":"10/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":152,"Cost":96,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":697,"Cost":393,"Date":"11/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":910,"Cost":513,"Date":"12/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":696,"Cost":505,"Date":"12/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":725,"Cost":506,"Date":"1/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":556,"Date":"1/23/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":786,"Cost":559,"Date":"2/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":34,"Date":"3/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":835,"Cost":533,"Date":"3/12/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":164,"Cost":92,"Date":"3/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":551,"Date":"6/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":52,"Cost":41,"Date":"6/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":413,"Cost":215,"Date":"8/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":553,"Cost":327,"Date":"10/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":738,"Cost":427,"Date":"11/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":226,"Date":"11/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":312,"Cost":265,"Date":"3/27/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":295,"Cost":208,"Date":"4/17/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":916,"Cost":492,"Date":"8/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":320,"Cost":294,"Date":"8/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":156,"Cost":144,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":461,"Cost":301,"Date":"9/5/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":350,"Cost":229,"Date":"9/14/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":834,"Cost":667,"Date":"9/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":709,"Cost":587,"Date":"11/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":951,"Cost":768,"Date":"12/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":761,"Cost":625,"Date":"1/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":659,"Cost":524,"Date":"1/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":984,"Cost":532,"Date":"2/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":704,"Cost":501,"Date":"3/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":993,"Cost":741,"Date":"4/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":446,"Cost":393,"Date":"4/5/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":824,"Cost":507,"Date":"4/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":812,"Cost":471,"Date":"7/10/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":479,"Cost":385,"Date":"3/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":932,"Cost":815,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":779,"Cost":616,"Date":"10/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":190,"Cost":173,"Date":"3/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":811,"Cost":752,"Date":"6/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":205,"Cost":107,"Date":"7/17/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":716,"Cost":465,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":203,"Cost":164,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":789,"Cost":649,"Date":"11/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":411,"Cost":336,"Date":"12/16/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":92,"Cost":71,"Date":"12/30/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":667,"Cost":560,"Date":"2/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":776,"Cost":454,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":135,"Cost":73,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":94,"Cost":52,"Date":"4/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":469,"Cost":401,"Date":"7/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":942,"Cost":724,"Date":"8/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":434,"Cost":246,"Date":"10/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":210,"Cost":109,"Date":"11/11/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":959,"Cost":722,"Date":"11/30/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":389,"Cost":211,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":411,"Cost":346,"Date":"3/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":753,"Cost":499,"Date":"4/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":812,"Cost":599,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":639,"Cost":563,"Date":"8/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":379,"Cost":261,"Date":"9/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":951,"Cost":774,"Date":"10/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":862,"Cost":542,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":853,"Cost":792,"Date":"11/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":44,"Cost":31,"Date":"12/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":856,"Cost":432,"Date":"12/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":710,"Cost":501,"Date":"1/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":674,"Cost":544,"Date":"1/23/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":285,"Cost":271,"Date":"2/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":765,"Cost":605,"Date":"3/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":64,"Cost":49,"Date":"3/12/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":30,"Cost":19,"Date":"3/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":222,"Cost":117,"Date":"6/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":490,"Cost":410,"Date":"6/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":656,"Cost":361,"Date":"8/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":731,"Cost":627,"Date":"10/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":932,"Cost":519,"Date":"11/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":240,"Cost":124,"Date":"11/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":199,"Cost":124,"Date":"3/27/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":745,"Cost":445,"Date":"4/17/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":903,"Cost":718,"Date":"8/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":34,"Cost":22,"Date":"8/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":572,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":751,"Cost":481,"Date":"9/5/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":415,"Cost":301,"Date":"9/14/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":716,"Cost":513,"Date":"9/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":424,"Cost":334,"Date":"11/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":722,"Cost":361,"Date":"12/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":67,"Cost":46,"Date":"1/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":994,"Cost":666,"Date":"1/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":571,"Cost":329,"Date":"2/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":113,"Cost":93,"Date":"3/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":860,"Cost":466,"Date":"4/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":736,"Cost":524,"Date":"4/5/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":656,"Cost":567,"Date":"4/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":177,"Cost":153,"Date":"7/10/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":161,"Cost":120,"Date":"3/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":675,"Cost":385,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":712,"Cost":392,"Date":"10/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":378,"Cost":256,"Date":"3/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":513,"Cost":463,"Date":"6/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":243,"Cost":214,"Date":"7/17/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":255,"Cost":137,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":884,"Cost":685,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":203,"Cost":150,"Date":"11/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":186,"Cost":105,"Date":"12/16/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":288,"Cost":241,"Date":"12/30/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":954,"Cost":843,"Date":"2/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":488,"Cost":296,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":929,"Cost":490,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":271,"Cost":144,"Date":"4/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":609,"Date":"7/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":265,"Cost":197,"Date":"8/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":948,"Cost":701,"Date":"10/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":692,"Cost":497,"Date":"11/11/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":492,"Cost":301,"Date":"11/30/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":41,"Cost":39,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":448,"Cost":292,"Date":"3/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":220,"Cost":136,"Date":"4/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":129,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":706,"Date":"8/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":823,"Cost":699,"Date":"9/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":397,"Date":"10/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":192,"Cost":126,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":839,"Cost":622,"Date":"11/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":52,"Date":"12/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":372,"Date":"12/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":96,"Cost":85,"Date":"1/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":784,"Cost":536,"Date":"1/23/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":692,"Cost":484,"Date":"2/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":856,"Cost":715,"Date":"3/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":327,"Cost":170,"Date":"3/12/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":957,"Cost":493,"Date":"3/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":711,"Cost":606,"Date":"6/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":187,"Date":"6/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":97,"Cost":56,"Date":"8/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":30,"Date":"10/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":331,"Date":"11/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":480,"Cost":420,"Date":"11/9/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":863,"Cost":458,"Date":"3/27/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":466,"Cost":311,"Date":"4/17/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":933,"Cost":495,"Date":"8/11/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":893,"Cost":467,"Date":"8/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":596,"Cost":540,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":702,"Cost":375,"Date":"9/5/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":54,"Cost":48,"Date":"9/14/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":416,"Cost":240,"Date":"9/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":529,"Cost":431,"Date":"11/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":95,"Cost":56,"Date":"12/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":642,"Cost":479,"Date":"1/7/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":988,"Cost":711,"Date":"1/21/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":101,"Cost":71,"Date":"2/9/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":430,"Cost":249,"Date":"3/19/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":815,"Cost":511,"Date":"4/3/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":507,"Cost":339,"Date":"4/5/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":744,"Cost":697,"Date":"4/28/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":95,"Cost":57,"Date":"7/10/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":19,"Cost":16,"Date":"3/25/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":705,"Cost":594,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":70,"Cost":53,"Date":"10/28/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":900,"Cost":767,"Date":"3/2/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":514,"Cost":296,"Date":"6/28/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":473,"Cost":365,"Date":"7/17/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":598,"Cost":463,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":68,"Cost":60,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":490,"Cost":342,"Date":"11/20/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":56,"Cost":36,"Date":"12/16/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":190,"Cost":157,"Date":"12/30/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":355,"Cost":321,"Date":"2/15/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":734,"Cost":497,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":259,"Cost":229,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":368,"Cost":262,"Date":"4/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":739,"Cost":613,"Date":"7/27/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":419,"Cost":253,"Date":"8/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":165,"Cost":155,"Date":"10/31/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":163,"Cost":98,"Date":"11/11/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":966,"Cost":906,"Date":"11/30/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":801,"Cost":641,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":158,"Cost":143,"Date":"3/1/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":499,"Cost":297,"Date":"4/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":818,"Cost":718,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":137,"Cost":96,"Date":"8/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":564,"Cost":364,"Date":"9/15/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":105,"Cost":90,"Date":"10/14/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":961,"Cost":690,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":332,"Cost":189,"Date":"11/11/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":407,"Cost":296,"Date":"12/7/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":558,"Cost":379,"Date":"12/21/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":601,"Cost":389,"Date":"1/6/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":767,"Cost":393,"Date":"1/23/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":925,"Cost":805,"Date":"2/4/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":293,"Cost":150,"Date":"3/10/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":228,"Cost":169,"Date":"3/12/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":640,"Cost":579,"Date":"3/31/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":46,"Cost":25,"Date":"6/16/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":306,"Cost":245,"Date":"6/17/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":508,"Cost":268,"Date":"8/27/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":454,"Cost":334,"Date":"10/1/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":806,"Cost":685,"Date":"11/4/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":161,"Cost":152,"Date":"11/9/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":508,"Date":"3/27/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":790,"Cost":543,"Date":"4/17/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":520,"Cost":478,"Date":"8/11/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":508,"Cost":433,"Date":"8/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":455,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":55,"Cost":36,"Date":"9/5/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":455,"Cost":378,"Date":"9/14/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":391,"Cost":349,"Date":"9/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":13,"Date":"11/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":35,"Cost":25,"Date":"12/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":516,"Cost":374,"Date":"1/7/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":507,"Date":"1/21/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":447,"Date":"2/9/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":567,"Cost":526,"Date":"3/19/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":246,"Date":"4/3/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":57,"Cost":46,"Date":"4/5/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":900,"Cost":854,"Date":"4/28/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":5,"Cost":4,"Date":"7/10/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":291,"Date":"3/25/2020"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":164,"Cost":139,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":391,"Cost":341,"Date":"10/28/2020"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":938,"Cost":761,"Date":"3/2/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":466,"Date":"6/28/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":72,"Date":"7/17/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":945,"Cost":653,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":964,"Cost":777,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":925,"Cost":467,"Date":"11/20/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":228,"Cost":192,"Date":"12/16/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":530,"Cost":411,"Date":"12/30/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":852,"Cost":676,"Date":"2/15/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":686,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":413,"Cost":214,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":9,"Date":"4/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":848,"Cost":557,"Date":"7/27/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":61,"Date":"8/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":870,"Cost":704,"Date":"10/31/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":218,"Cost":122,"Date":"11/11/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":208,"Cost":147,"Date":"11/30/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":50,"Cost":31,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":683,"Cost":631,"Date":"3/1/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":617,"Cost":391,"Date":"4/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":0,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":503,"Date":"8/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":74,"Cost":62,"Date":"9/15/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":226,"Cost":179,"Date":"10/14/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":477,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":30,"Cost":16,"Date":"11/11/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":739,"Cost":400,"Date":"12/7/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":288,"Cost":201,"Date":"12/21/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":113,"Date":"1/6/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":602,"Cost":533,"Date":"1/23/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":363,"Cost":332,"Date":"2/4/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":577,"Date":"3/10/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":317,"Cost":217,"Date":"3/12/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":93,"Date":"3/31/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":877,"Cost":554,"Date":"6/16/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":213,"Date":"6/17/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":44,"Date":"8/27/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":452,"Date":"10/1/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":944,"Cost":591,"Date":"11/4/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":55,"Cost":42,"Date":"11/9/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":393,"Cost":273,"Date":"3/27/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":269,"Cost":241,"Date":"4/17/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":19,"Cost":14,"Date":"8/11/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":691,"Cost":530,"Date":"8/21/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":692,"Cost":620,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":508,"Cost":270,"Date":"9/5/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":546,"Cost":389,"Date":"9/14/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":283,"Cost":262,"Date":"9/20/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":624,"Cost":417,"Date":"11/20/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":414,"Date":"12/21/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":43,"Cost":38,"Date":"1/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":475,"Cost":397,"Date":"1/21/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":409,"Cost":326,"Date":"2/9/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":524,"Cost":451,"Date":"3/19/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":177,"Cost":134,"Date":"4/3/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":549,"Date":"4/5/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":884,"Cost":703,"Date":"4/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":892,"Cost":496,"Date":"7/10/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":345,"Cost":326,"Date":"3/25/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":533,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":530,"Date":"10/28/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":174,"Cost":161,"Date":"3/2/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":51,"Cost":42,"Date":"6/28/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":128,"Date":"7/17/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":538,"Cost":333,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":388,"Cost":252,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":77,"Cost":73,"Date":"11/20/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":531,"Cost":491,"Date":"12/16/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":496,"Cost":459,"Date":"12/30/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":272,"Cost":162,"Date":"2/15/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":272,"Cost":246,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":158,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":733,"Date":"4/18/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":877,"Cost":609,"Date":"7/27/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":58,"Date":"8/18/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":754,"Date":"10/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":306,"Cost":185,"Date":"11/11/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":242,"Cost":168,"Date":"11/30/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":965,"Cost":887,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":820,"Cost":536,"Date":"3/1/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":886,"Cost":448,"Date":"4/13/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":38,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":612,"Cost":417,"Date":"8/13/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":53,"Cost":48,"Date":"9/15/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":977,"Cost":500,"Date":"10/14/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":602,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":353,"Cost":256,"Date":"11/11/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":45,"Cost":25,"Date":"12/7/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":327,"Cost":239,"Date":"12/21/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":2,"Date":"1/6/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":683,"Date":"1/23/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":793,"Cost":583,"Date":"2/4/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":376,"Cost":270,"Date":"3/10/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":990,"Cost":573,"Date":"3/12/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":805,"Cost":755,"Date":"3/31/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":854,"Date":"6/16/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":444,"Cost":245,"Date":"6/17/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":401,"Cost":241,"Date":"8/27/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":937,"Cost":737,"Date":"10/1/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":42,"Date":"11/4/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":279,"Cost":200,"Date":"11/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":122,"Cost":73,"Date":"3/27/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":324,"Cost":275,"Date":"4/17/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":894,"Cost":529,"Date":"8/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":993,"Cost":689,"Date":"8/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":584,"Cost":343,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":566,"Cost":362,"Date":"9/5/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":769,"Date":"9/14/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":963,"Cost":545,"Date":"9/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":419,"Cost":371,"Date":"11/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":727,"Cost":415,"Date":"12/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":469,"Cost":396,"Date":"1/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":363,"Cost":214,"Date":"1/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":801,"Cost":708,"Date":"2/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":410,"Date":"3/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":444,"Cost":385,"Date":"4/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":378,"Date":"4/5/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":139,"Cost":89,"Date":"4/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":925,"Date":"7/10/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":838,"Cost":566,"Date":"3/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":340,"Cost":300,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":234,"Cost":178,"Date":"10/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":179,"Cost":97,"Date":"3/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":922,"Cost":527,"Date":"6/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":831,"Cost":788,"Date":"7/17/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":406,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":247,"Cost":233,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":807,"Cost":600,"Date":"11/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":369,"Cost":251,"Date":"12/16/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":147,"Cost":139,"Date":"12/30/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":586,"Cost":490,"Date":"2/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":160,"Cost":150,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":158,"Cost":144,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":410,"Date":"4/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":875,"Cost":821,"Date":"7/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":502,"Cost":404,"Date":"8/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":485,"Cost":418,"Date":"10/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":927,"Cost":569,"Date":"11/11/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":251,"Cost":177,"Date":"11/30/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":80,"Cost":52,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":992,"Cost":585,"Date":"3/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":13,"Cost":11,"Date":"4/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":203,"Cost":135,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":925,"Cost":631,"Date":"8/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":104,"Cost":60,"Date":"9/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":540,"Cost":398,"Date":"10/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":585,"Cost":474,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":818,"Cost":637,"Date":"11/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":394,"Cost":345,"Date":"12/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":383,"Cost":210,"Date":"12/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":604,"Cost":318,"Date":"1/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":747,"Cost":595,"Date":"1/23/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":982,"Cost":547,"Date":"2/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":905,"Cost":490,"Date":"3/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":197,"Date":"3/12/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":870,"Cost":778,"Date":"3/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":143,"Cost":136,"Date":"6/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":22,"Cost":11,"Date":"6/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":488,"Cost":355,"Date":"8/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":490,"Cost":380,"Date":"10/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":861,"Cost":502,"Date":"11/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":401,"Cost":242,"Date":"11/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":402,"Cost":207,"Date":"3/27/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":158,"Date":"4/17/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":567,"Cost":412,"Date":"8/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":612,"Cost":318,"Date":"8/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":145,"Cost":97,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":177,"Cost":91,"Date":"9/5/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":803,"Cost":750,"Date":"9/14/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":714,"Cost":556,"Date":"9/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":285,"Cost":193,"Date":"11/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":571,"Cost":507,"Date":"12/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":35,"Cost":22,"Date":"1/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":395,"Cost":367,"Date":"1/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":195,"Cost":165,"Date":"2/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":761,"Cost":597,"Date":"3/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":617,"Cost":426,"Date":"4/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":205,"Cost":188,"Date":"4/5/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":344,"Cost":315,"Date":"4/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":648,"Cost":332,"Date":"7/10/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":865,"Cost":628,"Date":"3/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":495,"Cost":355,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":383,"Date":"10/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":935,"Cost":603,"Date":"3/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":721,"Cost":390,"Date":"6/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":239,"Cost":143,"Date":"7/17/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":458,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":242,"Cost":157,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":20,"Date":"11/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":305,"Date":"12/16/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":738,"Cost":401,"Date":"12/30/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":315,"Date":"2/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":182,"Cost":109,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":71,"Cost":54,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":730,"Cost":411,"Date":"4/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":128,"Cost":103,"Date":"7/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":754,"Cost":531,"Date":"8/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":25,"Cost":20,"Date":"10/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":939,"Cost":500,"Date":"11/11/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":447,"Cost":375,"Date":"11/30/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":521,"Cost":384,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":483,"Cost":284,"Date":"3/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":581,"Date":"4/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":277,"Cost":159,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":551,"Date":"8/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":363,"Cost":205,"Date":"9/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":945,"Cost":606,"Date":"10/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":901,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":918,"Cost":578,"Date":"11/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":207,"Cost":190,"Date":"12/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":189,"Cost":139,"Date":"12/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":328,"Cost":259,"Date":"1/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":891,"Cost":592,"Date":"1/23/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":376,"Cost":242,"Date":"2/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":768,"Date":"3/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":351,"Cost":266,"Date":"3/12/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":663,"Cost":549,"Date":"3/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":978,"Cost":638,"Date":"6/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":682,"Cost":581,"Date":"6/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":603,"Cost":374,"Date":"8/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":870,"Cost":480,"Date":"10/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":313,"Cost":166,"Date":"11/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":90,"Date":"11/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":484,"Cost":286,"Date":"3/27/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":929,"Cost":843,"Date":"4/17/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":210,"Date":"8/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":919,"Cost":709,"Date":"8/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":952,"Cost":851,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":194,"Cost":102,"Date":"9/5/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":549,"Cost":488,"Date":"9/14/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":457,"Cost":300,"Date":"9/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":663,"Cost":561,"Date":"11/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":667,"Date":"12/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":829,"Cost":699,"Date":"1/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":22,"Date":"1/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":84,"Cost":57,"Date":"2/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":541,"Cost":372,"Date":"3/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":47,"Cost":33,"Date":"4/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":815,"Cost":636,"Date":"4/5/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":116,"Cost":95,"Date":"4/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":963,"Cost":647,"Date":"7/10/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":775,"Cost":595,"Date":"3/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":364,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":783,"Cost":544,"Date":"10/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":211,"Cost":159,"Date":"3/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":832,"Cost":463,"Date":"6/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":393,"Cost":238,"Date":"7/17/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":982,"Cost":657,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":915,"Cost":645,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":354,"Cost":266,"Date":"11/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":353,"Cost":279,"Date":"12/16/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":93,"Cost":72,"Date":"12/30/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":142,"Cost":129,"Date":"2/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":386,"Cost":255,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":60,"Cost":30,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":272,"Cost":138,"Date":"4/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":260,"Cost":198,"Date":"7/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":537,"Cost":480,"Date":"8/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":199,"Date":"10/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":388,"Cost":312,"Date":"11/11/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":198,"Cost":141,"Date":"11/30/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":693,"Cost":437,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":966,"Cost":759,"Date":"3/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":419,"Cost":303,"Date":"4/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":549,"Cost":297,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":791,"Cost":440,"Date":"8/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":412,"Cost":242,"Date":"9/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":103,"Cost":75,"Date":"10/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":704,"Cost":624,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":85,"Cost":43,"Date":"11/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":992,"Cost":641,"Date":"12/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":445,"Date":"12/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":696,"Date":"1/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":105,"Cost":99,"Date":"1/23/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":774,"Cost":564,"Date":"2/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":638,"Cost":493,"Date":"3/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":486,"Cost":440,"Date":"3/12/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":923,"Cost":767,"Date":"3/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":380,"Date":"6/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":521,"Cost":402,"Date":"6/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":624,"Cost":335,"Date":"8/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":396,"Date":"10/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":946,"Cost":674,"Date":"11/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":845,"Cost":623,"Date":"11/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":18,"Date":"3/27/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":823,"Cost":523,"Date":"4/17/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":596,"Cost":424,"Date":"8/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":176,"Cost":114,"Date":"8/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":213,"Cost":156,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":180,"Cost":114,"Date":"9/5/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":222,"Cost":160,"Date":"9/14/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":913,"Cost":652,"Date":"9/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":831,"Date":"11/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":411,"Cost":267,"Date":"12/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":291,"Cost":228,"Date":"1/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":223,"Date":"1/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":620,"Cost":560,"Date":"2/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":205,"Cost":177,"Date":"3/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":846,"Cost":743,"Date":"4/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":842,"Cost":787,"Date":"4/5/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":62,"Date":"4/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":915,"Cost":528,"Date":"7/10/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":913,"Cost":588,"Date":"3/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":128,"Cost":118,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":597,"Cost":410,"Date":"10/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":292,"Date":"3/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":904,"Cost":525,"Date":"6/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":388,"Date":"7/17/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":864,"Cost":617,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":695,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":192,"Cost":177,"Date":"11/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":459,"Cost":300,"Date":"12/16/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":411,"Cost":337,"Date":"12/30/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":30,"Date":"2/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":766,"Cost":483,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":21,"Cost":20,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":854,"Cost":713,"Date":"4/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":375,"Cost":218,"Date":"7/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":141,"Cost":104,"Date":"8/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":143,"Cost":120,"Date":"10/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":475,"Cost":352,"Date":"11/11/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":77,"Cost":39,"Date":"11/30/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":538,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":740,"Cost":499,"Date":"3/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":209,"Date":"4/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":24,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":367,"Date":"8/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":768,"Cost":463,"Date":"9/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":743,"Cost":569,"Date":"10/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":211,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":450,"Cost":350,"Date":"11/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":274,"Cost":253,"Date":"12/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":604,"Cost":556,"Date":"12/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":238,"Cost":199,"Date":"1/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":38,"Cost":20,"Date":"1/23/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":332,"Date":"2/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":291,"Date":"3/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":789,"Cost":705,"Date":"3/12/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":637,"Cost":430,"Date":"3/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":320,"Cost":219,"Date":"6/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":643,"Cost":574,"Date":"6/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":17,"Date":"8/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":923,"Cost":709,"Date":"10/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":445,"Cost":282,"Date":"11/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":994,"Cost":874,"Date":"11/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":879,"Cost":509,"Date":"3/27/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":93,"Cost":50,"Date":"4/17/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":648,"Date":"8/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":568,"Cost":459,"Date":"8/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":900,"Cost":461,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":561,"Cost":350,"Date":"9/5/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":251,"Cost":135,"Date":"9/14/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":496,"Cost":421,"Date":"9/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":802,"Cost":700,"Date":"11/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":434,"Cost":371,"Date":"12/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":1,"Cost":0,"Date":"1/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":596,"Cost":398,"Date":"1/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":929,"Cost":689,"Date":"2/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":491,"Cost":338,"Date":"3/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":322,"Cost":221,"Date":"4/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":286,"Cost":166,"Date":"4/5/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":104,"Cost":78,"Date":"4/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":843,"Cost":662,"Date":"7/10/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":57,"Cost":43,"Date":"3/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":765,"Cost":634,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":287,"Cost":197,"Date":"10/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":570,"Date":"3/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":557,"Cost":430,"Date":"6/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":761,"Date":"7/17/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":566,"Cost":352,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":927,"Cost":717,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":383,"Cost":268,"Date":"11/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":731,"Cost":523,"Date":"12/16/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":113,"Cost":75,"Date":"12/30/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":557,"Cost":367,"Date":"2/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":847,"Cost":709,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":894,"Cost":475,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":971,"Cost":912,"Date":"4/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":603,"Cost":563,"Date":"7/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":171,"Date":"8/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":200,"Cost":126,"Date":"10/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":226,"Cost":179,"Date":"11/11/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":357,"Cost":217,"Date":"11/30/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":512,"Cost":342,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":909,"Cost":830,"Date":"3/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":961,"Cost":609,"Date":"4/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":833,"Cost":459,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":571,"Cost":450,"Date":"8/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":934,"Cost":762,"Date":"9/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":329,"Date":"10/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":598,"Cost":317,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":543,"Cost":318,"Date":"11/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":234,"Cost":174,"Date":"12/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":273,"Cost":172,"Date":"12/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":691,"Cost":430,"Date":"1/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":816,"Cost":765,"Date":"1/23/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":490,"Cost":264,"Date":"2/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":140,"Cost":105,"Date":"3/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":187,"Cost":118,"Date":"3/12/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":205,"Cost":142,"Date":"3/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":859,"Cost":762,"Date":"6/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":209,"Cost":157,"Date":"6/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":357,"Cost":277,"Date":"8/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":792,"Cost":709,"Date":"10/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":807,"Cost":729,"Date":"11/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":181,"Cost":117,"Date":"11/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":321,"Cost":206,"Date":"3/27/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":879,"Cost":753,"Date":"4/17/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":991,"Cost":518,"Date":"8/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":948,"Cost":833,"Date":"8/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":145,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":203,"Cost":149,"Date":"9/5/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":315,"Cost":297,"Date":"9/14/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":628,"Cost":436,"Date":"9/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":322,"Date":"11/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":144,"Cost":106,"Date":"12/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":89,"Cost":84,"Date":"1/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":306,"Cost":277,"Date":"1/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":197,"Cost":171,"Date":"2/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":954,"Cost":521,"Date":"3/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":685,"Cost":560,"Date":"4/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":337,"Cost":263,"Date":"4/5/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":458,"Cost":394,"Date":"4/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":492,"Cost":383,"Date":"7/10/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":576,"Cost":518,"Date":"3/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":225,"Cost":135,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":440,"Date":"10/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":537,"Cost":348,"Date":"3/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":507,"Cost":256,"Date":"6/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":732,"Cost":675,"Date":"7/17/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":932,"Cost":561,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":952,"Cost":872,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":739,"Cost":548,"Date":"11/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":114,"Date":"12/16/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":780,"Cost":606,"Date":"12/30/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":856,"Cost":561,"Date":"2/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":422,"Cost":332,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":278,"Cost":223,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":240,"Cost":218,"Date":"4/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":92,"Cost":79,"Date":"7/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":430,"Cost":303,"Date":"8/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":949,"Cost":605,"Date":"10/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":63,"Cost":35,"Date":"11/11/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":662,"Cost":524,"Date":"11/30/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":485,"Cost":361,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":472,"Date":"3/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":419,"Cost":219,"Date":"4/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":631,"Cost":497,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":114,"Cost":74,"Date":"8/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":707,"Cost":403,"Date":"9/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":934,"Cost":494,"Date":"10/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":837,"Cost":685,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":688,"Cost":393,"Date":"11/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":296,"Cost":216,"Date":"12/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":915,"Cost":515,"Date":"12/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":278,"Cost":165,"Date":"1/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":226,"Cost":138,"Date":"1/23/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":619,"Cost":392,"Date":"2/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":208,"Cost":124,"Date":"3/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":447,"Cost":261,"Date":"3/12/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":146,"Cost":111,"Date":"3/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":542,"Cost":412,"Date":"6/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":869,"Cost":772,"Date":"6/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":883,"Cost":740,"Date":"8/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":538,"Cost":352,"Date":"10/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":607,"Cost":517,"Date":"11/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":852,"Cost":512,"Date":"11/9/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":344,"Date":"3/27/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":71,"Cost":58,"Date":"4/17/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":583,"Cost":320,"Date":"8/11/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":173,"Cost":154,"Date":"8/21/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":125,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":571,"Cost":528,"Date":"9/5/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":698,"Cost":514,"Date":"9/14/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":233,"Cost":180,"Date":"9/20/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":158,"Cost":129,"Date":"11/20/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":685,"Cost":519,"Date":"12/21/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":996,"Cost":526,"Date":"1/7/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":283,"Cost":162,"Date":"1/21/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":638,"Cost":585,"Date":"2/9/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":634,"Cost":570,"Date":"3/19/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":963,"Cost":743,"Date":"4/3/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":99,"Cost":92,"Date":"4/5/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":873,"Cost":751,"Date":"4/28/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":832,"Cost":681,"Date":"7/10/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":470,"Cost":349,"Date":"3/25/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":211,"Cost":130,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":596,"Cost":528,"Date":"10/28/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":503,"Cost":411,"Date":"3/2/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":169,"Cost":129,"Date":"6/28/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":94,"Date":"7/17/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":257,"Cost":229,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":876,"Cost":710,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":879,"Cost":654,"Date":"11/20/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":229,"Cost":188,"Date":"12/16/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":680,"Cost":362,"Date":"12/30/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":55,"Date":"2/15/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":16,"Cost":11,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":360,"Cost":321,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":762,"Cost":458,"Date":"4/18/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":779,"Cost":716,"Date":"7/27/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":489,"Cost":351,"Date":"8/18/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":29,"Cost":18,"Date":"10/31/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":396,"Cost":205,"Date":"11/11/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":854,"Cost":443,"Date":"11/30/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":708,"Cost":652,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":194,"Cost":180,"Date":"3/1/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":274,"Cost":160,"Date":"4/13/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":3,"Cost":2,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":409,"Cost":238,"Date":"8/13/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":635,"Cost":433,"Date":"9/15/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":957,"Cost":605,"Date":"10/14/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":305,"Cost":289,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":270,"Cost":248,"Date":"11/11/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":43,"Cost":34,"Date":"12/7/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":485,"Date":"12/21/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":776,"Cost":601,"Date":"1/6/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":947,"Cost":491,"Date":"1/23/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":801,"Cost":437,"Date":"2/4/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":978,"Cost":853,"Date":"3/10/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":866,"Cost":533,"Date":"3/12/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":531,"Cost":404,"Date":"3/31/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":457,"Cost":266,"Date":"6/16/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":13,"Cost":7,"Date":"6/17/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":24,"Cost":17,"Date":"8/27/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":622,"Cost":395,"Date":"10/1/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":123,"Cost":94,"Date":"11/4/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":587,"Cost":520,"Date":"11/9/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":170,"Cost":129,"Date":"3/27/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":138,"Cost":113,"Date":"4/17/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":516,"Date":"8/11/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":447,"Cost":278,"Date":"8/21/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":27,"Cost":19,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":282,"Date":"9/5/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":747,"Cost":478,"Date":"9/14/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":94,"Date":"9/20/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":131,"Cost":107,"Date":"11/20/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":72,"Cost":39,"Date":"12/21/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":420,"Cost":247,"Date":"1/7/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":258,"Date":"1/21/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":473,"Cost":427,"Date":"2/9/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":773,"Cost":684,"Date":"3/19/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":467,"Date":"4/3/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":898,"Cost":522,"Date":"4/5/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":260,"Cost":222,"Date":"4/28/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":575,"Date":"7/10/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":996,"Cost":616,"Date":"3/25/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":672,"Cost":604,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":786,"Cost":687,"Date":"10/28/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":647,"Cost":364,"Date":"3/2/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":966,"Cost":912,"Date":"6/28/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":248,"Cost":236,"Date":"7/17/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":366,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":179,"Cost":103,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":62,"Cost":49,"Date":"11/20/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":477,"Date":"12/16/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":374,"Cost":352,"Date":"12/30/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":425,"Date":"2/15/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":516,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":464,"Cost":284,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":12,"Cost":6,"Date":"4/18/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":956,"Cost":714,"Date":"7/27/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":532,"Date":"8/18/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":458,"Date":"10/31/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":15,"Cost":11,"Date":"11/11/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":703,"Cost":593,"Date":"11/30/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":688,"Cost":540,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":275,"Cost":242,"Date":"3/1/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":526,"Cost":491,"Date":"4/13/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":943,"Cost":553,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":482,"Date":"8/13/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":699,"Cost":349,"Date":"9/15/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":198,"Cost":112,"Date":"10/14/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":910,"Cost":573,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":117,"Cost":91,"Date":"11/11/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":489,"Cost":262,"Date":"12/7/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":873,"Cost":673,"Date":"12/21/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":73,"Date":"1/6/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":919,"Cost":814,"Date":"1/23/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":814,"Cost":752,"Date":"2/4/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":801,"Cost":466,"Date":"3/10/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":444,"Cost":378,"Date":"3/12/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":597,"Cost":300,"Date":"3/31/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":450,"Date":"6/16/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":136,"Cost":107,"Date":"6/17/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":21,"Cost":17,"Date":"8/27/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":77,"Cost":71,"Date":"10/1/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":959,"Cost":580,"Date":"11/4/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":929,"Cost":652,"Date":"11/9/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":35,"Cost":28,"Date":"3/27/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":139,"Date":"4/17/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":503,"Cost":334,"Date":"8/11/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":880,"Cost":815,"Date":"8/21/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":38,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":112,"Cost":106,"Date":"9/5/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":186,"Cost":107,"Date":"9/14/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":400,"Cost":375,"Date":"9/20/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":191,"Cost":120,"Date":"11/20/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":451,"Cost":273,"Date":"12/21/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":75,"Date":"1/7/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":491,"Cost":271,"Date":"1/21/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":511,"Cost":271,"Date":"2/9/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":371,"Cost":331,"Date":"3/19/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":214,"Cost":159,"Date":"4/3/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":282,"Cost":255,"Date":"4/5/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":803,"Cost":503,"Date":"4/28/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":251,"Cost":218,"Date":"7/10/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":13,"Cost":6,"Date":"3/25/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":162,"Cost":99,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":861,"Cost":818,"Date":"10/28/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":395,"Cost":224,"Date":"3/2/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":349,"Date":"6/28/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":611,"Date":"7/17/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":793,"Cost":432,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":357,"Cost":199,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":164,"Cost":146,"Date":"11/20/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":408,"Cost":365,"Date":"12/16/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":338,"Cost":200,"Date":"12/30/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":866,"Cost":658,"Date":"2/15/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":837,"Cost":463,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":622,"Cost":494,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":298,"Cost":171,"Date":"4/18/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":281,"Cost":140,"Date":"7/27/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":297,"Cost":240,"Date":"8/18/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":254,"Cost":143,"Date":"10/31/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":425,"Cost":358,"Date":"11/11/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":629,"Cost":395,"Date":"11/30/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":226,"Cost":195,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":183,"Cost":100,"Date":"3/1/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":956,"Cost":643,"Date":"4/13/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":269,"Cost":146,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":361,"Cost":204,"Date":"8/13/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":323,"Cost":295,"Date":"9/15/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":621,"Cost":349,"Date":"10/14/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":457,"Cost":348,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":498,"Date":"11/11/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":99,"Cost":55,"Date":"12/7/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":444,"Date":"12/21/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":135,"Cost":89,"Date":"1/6/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":328,"Cost":216,"Date":"1/23/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":205,"Cost":141,"Date":"2/4/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":467,"Date":"3/10/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":57,"Cost":41,"Date":"3/12/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":70,"Cost":38,"Date":"3/31/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":185,"Cost":99,"Date":"6/16/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":620,"Cost":557,"Date":"6/17/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":586,"Cost":546,"Date":"8/27/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":479,"Cost":314,"Date":"10/1/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":263,"Cost":148,"Date":"11/4/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":213,"Date":"11/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":166,"Date":"3/27/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":174,"Date":"4/17/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":596,"Cost":317,"Date":"8/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":644,"Date":"8/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":75,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":378,"Cost":305,"Date":"9/5/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":319,"Cost":166,"Date":"9/14/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":35,"Cost":19,"Date":"9/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":147,"Cost":96,"Date":"11/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":868,"Cost":755,"Date":"12/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":99,"Cost":91,"Date":"1/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":943,"Cost":736,"Date":"1/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":512,"Cost":336,"Date":"2/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":569,"Date":"3/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":313,"Cost":174,"Date":"4/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":129,"Cost":94,"Date":"4/5/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":899,"Cost":838,"Date":"4/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":306,"Cost":165,"Date":"7/10/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":298,"Date":"3/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":422,"Cost":314,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":390,"Cost":351,"Date":"10/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":660,"Cost":607,"Date":"3/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":407,"Cost":313,"Date":"6/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":305,"Cost":160,"Date":"7/17/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":513,"Cost":337,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":11,"Cost":8,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":623,"Cost":391,"Date":"11/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":144,"Cost":127,"Date":"12/16/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":716,"Cost":433,"Date":"12/30/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":561,"Date":"2/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":229,"Cost":147,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":987,"Cost":888,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":803,"Cost":756,"Date":"4/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":334,"Cost":167,"Date":"7/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":999,"Cost":897,"Date":"8/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":744,"Date":"10/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":231,"Cost":121,"Date":"11/11/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":545,"Cost":278,"Date":"11/30/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":500,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":984,"Cost":903,"Date":"3/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":592,"Cost":547,"Date":"4/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":920,"Cost":552,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":438,"Date":"8/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":336,"Cost":203,"Date":"9/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":494,"Date":"10/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":420,"Cost":323,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":65,"Cost":46,"Date":"11/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":206,"Cost":184,"Date":"12/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":953,"Cost":655,"Date":"12/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":594,"Cost":346,"Date":"1/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":561,"Cost":510,"Date":"1/23/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":688,"Cost":510,"Date":"2/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":181,"Date":"3/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":433,"Cost":269,"Date":"3/12/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":160,"Cost":117,"Date":"3/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":980,"Cost":871,"Date":"6/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":87,"Date":"6/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":780,"Cost":546,"Date":"8/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":859,"Cost":523,"Date":"10/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":768,"Cost":440,"Date":"11/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":164,"Date":"11/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":548,"Date":"3/27/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":161,"Date":"4/17/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":169,"Date":"8/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":193,"Date":"8/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":514,"Cost":365,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":789,"Cost":420,"Date":"9/5/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":371,"Date":"9/14/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":887,"Cost":734,"Date":"9/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":454,"Cost":291,"Date":"11/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":638,"Cost":469,"Date":"12/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":784,"Cost":473,"Date":"1/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":308,"Cost":261,"Date":"1/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":211,"Cost":200,"Date":"2/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":138,"Cost":86,"Date":"3/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":331,"Cost":168,"Date":"4/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":89,"Date":"4/5/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":664,"Cost":519,"Date":"4/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":305,"Cost":230,"Date":"7/10/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":522,"Cost":286,"Date":"3/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":456,"Cost":298,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":180,"Cost":156,"Date":"10/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":620,"Cost":451,"Date":"3/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":862,"Cost":737,"Date":"6/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":14,"Cost":12,"Date":"7/17/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":21,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":295,"Cost":173,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":531,"Cost":497,"Date":"11/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":324,"Cost":165,"Date":"12/16/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":112,"Date":"12/30/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":972,"Cost":574,"Date":"2/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":910,"Cost":630,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":423,"Cost":318,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":313,"Cost":218,"Date":"4/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":770,"Cost":678,"Date":"7/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":643,"Cost":551,"Date":"8/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":840,"Cost":594,"Date":"10/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":852,"Cost":747,"Date":"11/11/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":78,"Cost":41,"Date":"11/30/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":758,"Cost":691,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":707,"Cost":391,"Date":"3/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":994,"Cost":925,"Date":"4/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":279,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":288,"Cost":187,"Date":"8/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":895,"Cost":830,"Date":"9/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":132,"Date":"10/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":171,"Cost":139,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":638,"Cost":360,"Date":"11/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":454,"Cost":405,"Date":"12/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":165,"Date":"12/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":3,"Cost":3,"Date":"1/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":604,"Cost":520,"Date":"1/23/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":348,"Cost":272,"Date":"2/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":928,"Cost":743,"Date":"3/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":783,"Cost":529,"Date":"3/12/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":552,"Cost":465,"Date":"3/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":215,"Date":"6/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":204,"Cost":125,"Date":"6/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":399,"Cost":343,"Date":"8/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":993,"Cost":627,"Date":"10/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":720,"Cost":583,"Date":"11/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":475,"Date":"11/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":155,"Cost":84,"Date":"3/27/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":92,"Cost":66,"Date":"4/17/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":951,"Cost":498,"Date":"8/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":608,"Cost":329,"Date":"8/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":747,"Cost":635,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":428,"Cost":331,"Date":"9/5/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":506,"Cost":414,"Date":"9/14/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":597,"Cost":549,"Date":"9/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":409,"Cost":275,"Date":"11/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":123,"Cost":76,"Date":"12/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":219,"Cost":171,"Date":"1/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":999,"Cost":916,"Date":"1/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":908,"Cost":843,"Date":"2/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":873,"Cost":649,"Date":"3/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":385,"Date":"4/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":866,"Cost":464,"Date":"4/5/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":716,"Cost":661,"Date":"4/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":586,"Cost":530,"Date":"7/10/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":5,"Cost":4,"Date":"3/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":769,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":981,"Cost":927,"Date":"10/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":864,"Cost":682,"Date":"3/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":126,"Cost":81,"Date":"6/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":64,"Date":"7/17/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":614,"Cost":324,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":732,"Cost":693,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":13,"Cost":6,"Date":"11/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":877,"Cost":755,"Date":"12/16/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":971,"Cost":715,"Date":"12/30/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":444,"Cost":397,"Date":"2/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":751,"Cost":611,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":640,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":326,"Date":"4/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":731,"Cost":517,"Date":"7/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":864,"Cost":544,"Date":"8/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":79,"Cost":69,"Date":"10/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":160,"Cost":109,"Date":"11/11/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":614,"Cost":331,"Date":"11/30/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":135,"Cost":74,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":244,"Cost":192,"Date":"3/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":461,"Cost":384,"Date":"4/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":365,"Cost":262,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":419,"Cost":229,"Date":"8/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":138,"Date":"9/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":563,"Cost":358,"Date":"10/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":752,"Cost":496,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":512,"Cost":475,"Date":"11/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":366,"Date":"12/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":333,"Cost":210,"Date":"12/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":267,"Date":"1/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":56,"Date":"1/23/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":825,"Cost":687,"Date":"2/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":335,"Date":"3/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":817,"Date":"3/12/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":404,"Cost":203,"Date":"3/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":232,"Cost":189,"Date":"6/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":559,"Cost":394,"Date":"6/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":354,"Cost":316,"Date":"8/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":660,"Cost":625,"Date":"10/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":394,"Cost":351,"Date":"11/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":174,"Cost":109,"Date":"11/9/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":42,"Date":"3/27/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":340,"Cost":230,"Date":"4/17/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":586,"Cost":450,"Date":"8/11/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":137,"Cost":81,"Date":"8/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":753,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":868,"Cost":789,"Date":"9/5/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":64,"Date":"9/14/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":725,"Cost":455,"Date":"9/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":813,"Cost":434,"Date":"11/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":817,"Cost":521,"Date":"12/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":940,"Cost":818,"Date":"1/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":896,"Cost":750,"Date":"1/21/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":230,"Cost":153,"Date":"2/9/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":4,"Cost":3,"Date":"3/19/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":627,"Cost":495,"Date":"4/3/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":596,"Cost":349,"Date":"4/5/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":37,"Cost":34,"Date":"4/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":31,"Cost":28,"Date":"7/10/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":909,"Cost":660,"Date":"3/25/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":216,"Cost":183,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":606,"Cost":429,"Date":"10/28/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":680,"Cost":488,"Date":"3/2/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":323,"Cost":212,"Date":"6/28/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":278,"Cost":167,"Date":"7/17/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":164,"Cost":145,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":363,"Cost":232,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":878,"Cost":824,"Date":"11/20/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":850,"Cost":443,"Date":"12/16/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":541,"Date":"12/30/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":9,"Cost":7,"Date":"2/15/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":35,"Cost":27,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":746,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":487,"Cost":372,"Date":"4/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":978,"Cost":892,"Date":"7/27/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":643,"Cost":586,"Date":"8/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":62,"Cost":36,"Date":"10/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":21,"Cost":11,"Date":"11/11/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":945,"Cost":869,"Date":"11/30/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":950,"Cost":688,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":189,"Cost":141,"Date":"3/1/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":498,"Cost":307,"Date":"4/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":958,"Cost":843,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":736,"Cost":681,"Date":"8/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":442,"Cost":233,"Date":"9/15/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":443,"Cost":359,"Date":"10/14/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":768,"Cost":570,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":523,"Cost":475,"Date":"11/11/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":644,"Cost":449,"Date":"12/7/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":931,"Cost":507,"Date":"12/21/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":915,"Cost":712,"Date":"1/6/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":229,"Cost":174,"Date":"1/23/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":605,"Cost":342,"Date":"2/4/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":301,"Cost":158,"Date":"3/10/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":982,"Cost":875,"Date":"3/12/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":997,"Cost":602,"Date":"3/31/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":899,"Cost":826,"Date":"6/16/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":907,"Cost":615,"Date":"6/17/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":757,"Cost":503,"Date":"8/27/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":434,"Date":"10/1/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":741,"Cost":551,"Date":"11/4/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":609,"Cost":574,"Date":"11/9/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":31,"Cost":18,"Date":"3/27/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":318,"Cost":301,"Date":"4/17/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":512,"Cost":455,"Date":"8/11/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":29,"Cost":20,"Date":"8/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":469,"Cost":356,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":79,"Cost":75,"Date":"9/5/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":312,"Cost":240,"Date":"9/14/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":466,"Cost":267,"Date":"9/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":63,"Cost":46,"Date":"11/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":181,"Cost":118,"Date":"12/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":157,"Cost":140,"Date":"1/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":231,"Cost":136,"Date":"1/21/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":63,"Cost":36,"Date":"2/9/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":555,"Date":"3/19/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":363,"Cost":234,"Date":"4/3/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":801,"Cost":493,"Date":"4/5/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":362,"Cost":267,"Date":"4/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":511,"Cost":360,"Date":"7/10/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":260,"Cost":132,"Date":"3/25/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":48,"Cost":42,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":554,"Cost":332,"Date":"10/28/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":175,"Cost":132,"Date":"3/2/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":259,"Cost":237,"Date":"6/28/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":190,"Cost":172,"Date":"7/17/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":973,"Cost":712,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":300,"Cost":161,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":243,"Date":"11/20/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":844,"Cost":451,"Date":"12/16/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":893,"Cost":666,"Date":"12/30/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":218,"Cost":137,"Date":"2/15/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":687,"Cost":488,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":889,"Cost":592,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":930,"Cost":846,"Date":"4/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":433,"Cost":377,"Date":"7/27/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":470,"Cost":306,"Date":"8/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":517,"Cost":367,"Date":"10/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":958,"Cost":863,"Date":"11/11/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":525,"Cost":482,"Date":"11/30/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":107,"Cost":68,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":993,"Cost":735,"Date":"3/1/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":401,"Cost":306,"Date":"4/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":403,"Cost":367,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":58,"Cost":42,"Date":"8/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":916,"Cost":639,"Date":"9/15/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":765,"Cost":634,"Date":"10/14/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":230,"Cost":210,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":665,"Date":"11/11/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":102,"Cost":53,"Date":"12/7/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":404,"Date":"12/21/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":471,"Cost":382,"Date":"1/6/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":564,"Cost":332,"Date":"1/23/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":617,"Cost":334,"Date":"2/4/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":693,"Cost":374,"Date":"3/10/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":886,"Cost":784,"Date":"3/12/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":892,"Cost":671,"Date":"3/31/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":775,"Cost":610,"Date":"6/16/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":532,"Date":"6/17/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":870,"Cost":706,"Date":"8/27/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":681,"Cost":636,"Date":"10/1/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":162,"Cost":109,"Date":"11/4/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":402,"Cost":291,"Date":"11/9/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":945,"Cost":757,"Date":"3/27/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":188,"Cost":112,"Date":"4/17/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":238,"Cost":143,"Date":"8/11/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":559,"Cost":413,"Date":"8/21/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":455,"Cost":297,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":438,"Cost":361,"Date":"9/5/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":824,"Cost":742,"Date":"9/14/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":490,"Cost":277,"Date":"9/20/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":285,"Cost":259,"Date":"11/20/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":836,"Cost":631,"Date":"12/21/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":444,"Cost":349,"Date":"1/7/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":845,"Cost":428,"Date":"1/21/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":316,"Cost":169,"Date":"2/9/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":237,"Date":"3/19/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":10,"Cost":5,"Date":"4/3/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":943,"Cost":594,"Date":"4/5/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":971,"Cost":551,"Date":"4/28/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":317,"Cost":166,"Date":"7/10/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":402,"Cost":265,"Date":"3/25/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":970,"Cost":662,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":210,"Cost":130,"Date":"10/28/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":640,"Cost":413,"Date":"3/2/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":534,"Cost":502,"Date":"6/28/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":439,"Cost":304,"Date":"7/17/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":64,"Cost":48,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":940,"Cost":737,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":192,"Date":"11/20/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":783,"Cost":672,"Date":"12/16/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":253,"Cost":208,"Date":"12/30/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":351,"Cost":274,"Date":"2/15/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":195,"Cost":155,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":567,"Cost":402,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":860,"Cost":643,"Date":"4/18/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":85,"Cost":72,"Date":"7/27/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":448,"Cost":241,"Date":"8/18/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":206,"Cost":144,"Date":"10/31/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":570,"Cost":438,"Date":"11/11/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":465,"Cost":326,"Date":"11/30/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":730,"Cost":426,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":666,"Cost":420,"Date":"3/1/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":55,"Cost":40,"Date":"4/13/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":482,"Cost":387,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":946,"Cost":605,"Date":"8/13/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":720,"Cost":402,"Date":"9/15/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":940,"Cost":586,"Date":"10/14/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":320,"Cost":170,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":322,"Cost":248,"Date":"11/11/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":826,"Cost":778,"Date":"12/7/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":959,"Cost":844,"Date":"12/21/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":331,"Cost":220,"Date":"1/6/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":521,"Cost":427,"Date":"1/23/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":799,"Cost":637,"Date":"2/4/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":359,"Cost":213,"Date":"3/10/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":425,"Cost":304,"Date":"3/12/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":962,"Cost":707,"Date":"3/31/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":486,"Cost":449,"Date":"6/16/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":849,"Cost":590,"Date":"6/17/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":832,"Cost":671,"Date":"8/27/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":150,"Cost":103,"Date":"10/1/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":22,"Date":"11/4/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":309,"Cost":187,"Date":"11/9/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":956,"Cost":642,"Date":"3/27/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":600,"Cost":493,"Date":"4/17/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":970,"Cost":917,"Date":"8/11/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":941,"Cost":495,"Date":"8/21/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":596,"Cost":481,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":736,"Cost":438,"Date":"9/5/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":636,"Cost":471,"Date":"9/14/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":444,"Cost":370,"Date":"9/20/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":591,"Cost":318,"Date":"11/20/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":457,"Cost":360,"Date":"12/21/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":944,"Cost":889,"Date":"1/7/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":417,"Cost":325,"Date":"1/21/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":679,"Cost":382,"Date":"2/9/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":280,"Cost":217,"Date":"3/19/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":53,"Cost":34,"Date":"4/3/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":23,"Date":"4/5/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":162,"Cost":121,"Date":"4/28/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":652,"Cost":469,"Date":"7/10/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":510,"Cost":447,"Date":"3/25/2020"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":13,"Cost":8,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":87,"Cost":82,"Date":"10/28/2020"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":195,"Cost":176,"Date":"3/2/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":265,"Cost":223,"Date":"6/28/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":964,"Cost":590,"Date":"7/17/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":160,"Cost":135,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":949,"Cost":731,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":929,"Cost":563,"Date":"11/20/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":634,"Cost":587,"Date":"12/16/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":654,"Cost":366,"Date":"12/30/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":612,"Cost":463,"Date":"2/15/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":63,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":738,"Cost":385,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":89,"Date":"4/18/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":638,"Cost":566,"Date":"7/27/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":256,"Cost":171,"Date":"8/18/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":836,"Cost":793,"Date":"10/31/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":220,"Cost":133,"Date":"11/11/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":112,"Cost":75,"Date":"11/30/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":542,"Cost":320,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":313,"Cost":171,"Date":"3/1/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":407,"Cost":268,"Date":"4/13/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":511,"Cost":352,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":706,"Cost":648,"Date":"8/13/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":439,"Cost":286,"Date":"9/15/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":77,"Cost":69,"Date":"10/14/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":328,"Cost":300,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":577,"Cost":537,"Date":"11/11/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":935,"Cost":552,"Date":"12/7/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":426,"Cost":342,"Date":"12/21/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":593,"Cost":410,"Date":"1/6/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":458,"Cost":234,"Date":"1/23/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":148,"Cost":104,"Date":"2/4/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":807,"Cost":636,"Date":"3/10/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":549,"Cost":316,"Date":"3/12/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":523,"Cost":462,"Date":"3/31/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":312,"Cost":192,"Date":"6/16/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":876,"Cost":762,"Date":"6/17/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":988,"Cost":585,"Date":"8/27/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":981,"Cost":896,"Date":"10/1/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":33,"Cost":19,"Date":"11/4/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":766,"Date":"11/9/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":765,"Cost":601,"Date":"3/27/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":672,"Cost":551,"Date":"4/17/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":76,"Date":"8/11/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":154,"Date":"8/21/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":910,"Cost":540,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":145,"Cost":98,"Date":"9/5/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":534,"Cost":277,"Date":"9/14/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":230,"Cost":180,"Date":"9/20/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":579,"Cost":466,"Date":"11/20/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":840,"Cost":636,"Date":"12/21/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":469,"Cost":387,"Date":"1/7/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":322,"Cost":227,"Date":"1/21/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":623,"Date":"2/9/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":962,"Cost":911,"Date":"3/19/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":593,"Date":"4/3/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":235,"Cost":156,"Date":"4/5/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":656,"Cost":511,"Date":"4/28/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":24,"Cost":18,"Date":"7/10/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":21,"Date":"3/25/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":932,"Cost":478,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":301,"Cost":244,"Date":"10/28/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":538,"Cost":443,"Date":"3/2/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":309,"Date":"6/28/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":811,"Cost":681,"Date":"7/17/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":554,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":760,"Cost":439,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":728,"Cost":436,"Date":"11/20/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":160,"Date":"12/16/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":869,"Cost":591,"Date":"12/30/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":828,"Cost":596,"Date":"2/15/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":921,"Cost":754,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":788,"Cost":543,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":213,"Cost":122,"Date":"4/18/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":243,"Cost":179,"Date":"7/27/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":64,"Date":"8/18/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":228,"Cost":206,"Date":"10/31/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":499,"Cost":391,"Date":"11/11/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":252,"Cost":190,"Date":"11/30/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":687,"Cost":593,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":775,"Cost":729,"Date":"3/1/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":335,"Date":"4/13/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":143,"Cost":129,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":178,"Cost":145,"Date":"8/13/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":225,"Date":"9/15/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":384,"Cost":243,"Date":"10/14/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":52,"Cost":32,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":528,"Cost":269,"Date":"11/11/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":87,"Date":"12/7/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":567,"Cost":437,"Date":"12/21/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":590,"Date":"1/6/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":611,"Cost":439,"Date":"1/23/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":292,"Date":"2/4/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":850,"Cost":562,"Date":"3/10/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":352,"Cost":213,"Date":"3/12/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":6,"Date":"3/31/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":507,"Date":"6/16/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":165,"Date":"6/17/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":484,"Cost":384,"Date":"8/27/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":657,"Cost":347,"Date":"10/1/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":197,"Cost":103,"Date":"11/4/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":359,"Cost":334,"Date":"11/9/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":533,"Cost":322,"Date":"3/27/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":442,"Cost":390,"Date":"4/17/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":835,"Cost":620,"Date":"8/11/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":524,"Cost":383,"Date":"8/21/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":499,"Cost":382,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":433,"Cost":287,"Date":"9/5/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":619,"Cost":516,"Date":"9/14/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":913,"Cost":702,"Date":"9/20/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":484,"Cost":328,"Date":"11/20/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":888,"Cost":655,"Date":"12/21/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":870,"Cost":719,"Date":"1/7/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":316,"Cost":242,"Date":"1/21/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":687,"Cost":516,"Date":"2/9/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":211,"Cost":169,"Date":"3/19/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":129,"Cost":70,"Date":"4/3/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":462,"Cost":254,"Date":"4/5/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":673,"Cost":563,"Date":"4/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":42,"Cost":38,"Date":"7/10/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":978,"Cost":643,"Date":"3/25/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":740,"Cost":418,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":646,"Cost":402,"Date":"10/28/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":616,"Date":"3/2/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":126,"Cost":105,"Date":"6/28/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":89,"Cost":69,"Date":"7/17/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":825,"Cost":770,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":260,"Cost":135,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":12,"Cost":9,"Date":"11/20/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":302,"Cost":249,"Date":"12/16/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":513,"Cost":348,"Date":"12/30/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":329,"Cost":201,"Date":"2/15/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":984,"Cost":934,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":472,"Cost":353,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":44,"Cost":31,"Date":"4/18/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":278,"Cost":219,"Date":"7/27/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":511,"Cost":354,"Date":"8/18/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":433,"Cost":297,"Date":"10/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":571,"Cost":347,"Date":"11/11/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":677,"Cost":382,"Date":"11/30/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":170,"Cost":96,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":878,"Cost":658,"Date":"3/1/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":682,"Date":"4/13/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":953,"Cost":522,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":854,"Cost":618,"Date":"8/13/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":425,"Cost":267,"Date":"9/15/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":213,"Cost":127,"Date":"10/14/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":599,"Cost":529,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":548,"Date":"11/11/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":536,"Cost":415,"Date":"12/7/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":22,"Cost":19,"Date":"12/21/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":126,"Date":"1/6/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":307,"Cost":233,"Date":"1/23/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":513,"Cost":478,"Date":"2/4/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":427,"Cost":252,"Date":"3/10/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":498,"Cost":439,"Date":"3/12/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":992,"Cost":513,"Date":"3/31/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":743,"Cost":545,"Date":"6/16/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":998,"Cost":945,"Date":"6/17/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":462,"Date":"8/27/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":443,"Cost":358,"Date":"10/1/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":513,"Cost":343,"Date":"11/4/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":338,"Cost":262,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":109,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":366,"Cost":208,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":900,"Cost":622,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":603,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":442,"Cost":366,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":36,"Cost":33,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":263,"Cost":234,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":554,"Cost":414,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":18,"Cost":12,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":417,"Cost":222,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":254,"Cost":199,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":114,"Cost":87,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":65,"Cost":43,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":77,"Cost":53,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":365,"Cost":275,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":829,"Cost":735,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":788,"Cost":663,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":968,"Cost":898,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":614,"Cost":481,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":967,"Cost":757,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":894,"Cost":477,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":696,"Cost":349,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":266,"Cost":199,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":841,"Cost":775,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":453,"Cost":354,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":599,"Cost":548,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":516,"Cost":477,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":815,"Cost":485,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":484,"Cost":339,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":29,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":541,"Cost":460,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":93,"Cost":50,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":338,"Cost":255,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":140,"Cost":123,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":795,"Cost":755,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":155,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":155,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":881,"Cost":714,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":800,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":413,"Cost":334,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":992,"Cost":941,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":996,"Cost":922,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":143,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":787,"Cost":593,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":530,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":594,"Cost":362,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":207,"Cost":186,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":358,"Cost":305,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":384,"Cost":317,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":737,"Cost":677,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":634,"Cost":340,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":336,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":520,"Cost":410,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":283,"Cost":196,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":349,"Cost":278,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":470,"Cost":431,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":644,"Cost":463,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":539,"Cost":503,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":448,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":475,"Cost":425,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":739,"Cost":382,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":51,"Cost":29,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":252,"Cost":209,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":649,"Cost":608,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":982,"Cost":622,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":212,"Cost":200,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":919,"Cost":524,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":257,"Cost":207,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":918,"Cost":755,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":352,"Cost":293,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":878,"Cost":733,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":638,"Cost":581,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":515,"Cost":290,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":60,"Cost":34,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":236,"Cost":144,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":186,"Cost":130,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":162,"Cost":86,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":232,"Cost":216,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":526,"Cost":340,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":148,"Cost":121,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":957,"Cost":897,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":250,"Cost":192,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":962,"Cost":673,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":319,"Cost":171,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":563,"Cost":297,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":263,"Cost":216,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":543,"Cost":487,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":150,"Cost":111,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":856,"Cost":567,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":192,"Cost":125,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":530,"Cost":265,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":618,"Cost":496,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":801,"Cost":455,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":765,"Cost":417,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":35,"Cost":18,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":70,"Cost":45,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":272,"Cost":180,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":787,"Cost":674,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":390,"Cost":244,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":332,"Cost":271,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":287,"Cost":186,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":43,"Cost":28,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":621,"Cost":385,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":413,"Cost":213,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":791,"Cost":720,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":134,"Cost":126,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":251,"Cost":189,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":809,"Cost":657,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":967,"Cost":636,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":195,"Cost":178,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":608,"Cost":564,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":234,"Cost":146,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":286,"Cost":223,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":103,"Cost":65,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":876,"Cost":677,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":187,"Cost":175,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":765,"Cost":442,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":727,"Cost":603,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":129,"Cost":121,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":985,"Cost":906,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":550,"Cost":361,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":873,"Cost":784,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":580,"Cost":398,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":689,"Cost":508,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":398,"Cost":299,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":774,"Cost":615,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":347,"Cost":279,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":908,"Cost":831,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":318,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":565,"Cost":397,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":589,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":325,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":937,"Cost":817,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":890,"Cost":693,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":858,"Cost":504,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":496,"Cost":370,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":74,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":568,"Cost":394,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":336,"Cost":274,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":698,"Cost":381,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":448,"Cost":425,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":908,"Cost":679,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":37,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":674,"Cost":346,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":3,"Cost":2,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":93,"Cost":58,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":64,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":527,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":89,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":155,"Cost":95,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":174,"Cost":164,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":755,"Cost":596,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":65,"Cost":42,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":550,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":993,"Cost":891,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":587,"Cost":393,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":655,"Cost":439,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":239,"Cost":144,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":214,"Cost":111,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":702,"Cost":430,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":81,"Cost":57,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":652,"Cost":600,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":914,"Cost":754,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":12,"Cost":10,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":893,"Cost":780,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":457,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":626,"Cost":423,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":361,"Cost":227,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":883,"Cost":469,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":116,"Cost":77,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":232,"Cost":153,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":716,"Cost":521,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":159,"Cost":95,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":876,"Cost":680,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":828,"Cost":508,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":357,"Cost":292,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":993,"Cost":808,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":829,"Cost":574,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":579,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":118,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":582,"Cost":470,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":97,"Cost":87,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":791,"Date":"11/9/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":711,"Cost":663,"Date":"3/27/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":774,"Cost":438,"Date":"4/17/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":120,"Cost":77,"Date":"8/11/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":902,"Date":"8/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":605,"Date":"9/2/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":778,"Cost":615,"Date":"9/5/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":846,"Cost":512,"Date":"9/14/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":769,"Cost":556,"Date":"9/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":203,"Cost":102,"Date":"11/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":980,"Cost":527,"Date":"12/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":423,"Cost":275,"Date":"1/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":81,"Cost":52,"Date":"1/21/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":298,"Cost":166,"Date":"2/9/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":507,"Cost":360,"Date":"3/19/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":456,"Cost":421,"Date":"4/3/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":505,"Cost":322,"Date":"4/5/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":541,"Cost":505,"Date":"4/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":188,"Cost":103,"Date":"7/10/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":973,"Cost":495,"Date":"3/25/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":185,"Cost":93,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":8,"Cost":4,"Date":"10/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":851,"Cost":758,"Date":"3/2/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":157,"Cost":136,"Date":"6/28/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":134,"Cost":84,"Date":"7/17/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":148,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":323,"Cost":211,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":566,"Cost":412,"Date":"11/20/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":32,"Cost":25,"Date":"12/16/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":43,"Cost":21,"Date":"12/30/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":740,"Cost":416,"Date":"2/15/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":802,"Cost":732,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":360,"Cost":313,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":519,"Cost":410,"Date":"4/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":291,"Cost":191,"Date":"7/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":588,"Cost":441,"Date":"8/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":342,"Cost":312,"Date":"10/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":198,"Cost":177,"Date":"11/11/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":258,"Cost":205,"Date":"11/30/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":401,"Cost":252,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":527,"Cost":325,"Date":"3/1/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":176,"Cost":107,"Date":"4/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":770,"Cost":532,"Date":"5/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":246,"Cost":158,"Date":"8/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":999,"Cost":624,"Date":"9/15/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":819,"Cost":626,"Date":"10/14/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":391,"Cost":311,"Date":"10/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":258,"Date":"11/11/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":702,"Cost":486,"Date":"12/7/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":565,"Cost":293,"Date":"12/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":538,"Cost":444,"Date":"1/6/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":621,"Cost":553,"Date":"1/23/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":939,"Cost":846,"Date":"2/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":617,"Cost":479,"Date":"3/10/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":215,"Cost":123,"Date":"3/12/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":277,"Cost":170,"Date":"3/31/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":857,"Cost":708,"Date":"6/16/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":435,"Cost":399,"Date":"6/17/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":847,"Cost":721,"Date":"8/27/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":687,"Cost":545,"Date":"10/1/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":269,"Cost":159,"Date":"11/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":588,"Cost":467,"Date":"11/9/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":250,"Cost":207,"Date":"3/27/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":24,"Cost":22,"Date":"4/17/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":593,"Cost":504,"Date":"8/11/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":726,"Cost":668,"Date":"8/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":46,"Cost":44,"Date":"9/2/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":489,"Cost":461,"Date":"9/5/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":366,"Cost":235,"Date":"9/14/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":574,"Cost":425,"Date":"9/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":54,"Cost":44,"Date":"11/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":255,"Cost":133,"Date":"12/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":698,"Cost":657,"Date":"1/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":723,"Cost":555,"Date":"1/21/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":402,"Cost":214,"Date":"2/9/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":977,"Cost":628,"Date":"3/19/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":915,"Cost":593,"Date":"4/3/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":307,"Cost":192,"Date":"4/5/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":568,"Cost":389,"Date":"4/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":441,"Cost":284,"Date":"7/10/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":217,"Cost":154,"Date":"3/25/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":524,"Cost":264,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":64,"Cost":52,"Date":"10/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":410,"Cost":384,"Date":"3/2/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":827,"Cost":773,"Date":"6/28/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":700,"Cost":614,"Date":"7/17/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":158,"Cost":133,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":550,"Cost":430,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":934,"Cost":778,"Date":"11/20/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":599,"Cost":330,"Date":"12/16/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":706,"Cost":594,"Date":"12/30/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":124,"Cost":70,"Date":"2/15/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":55,"Cost":42,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":223,"Cost":177,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":221,"Cost":176,"Date":"4/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":569,"Cost":417,"Date":"7/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":82,"Cost":77,"Date":"8/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":733,"Cost":374,"Date":"10/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":418,"Cost":377,"Date":"11/11/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":643,"Cost":394,"Date":"11/30/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":77,"Cost":68,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":533,"Cost":474,"Date":"3/1/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":680,"Cost":610,"Date":"4/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":314,"Cost":262,"Date":"5/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":12,"Cost":8,"Date":"8/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":543,"Cost":512,"Date":"9/15/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":408,"Cost":231,"Date":"10/14/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":826,"Cost":748,"Date":"10/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":533,"Cost":491,"Date":"11/11/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":931,"Cost":857,"Date":"12/7/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":247,"Cost":147,"Date":"12/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":669,"Cost":509,"Date":"1/6/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":331,"Cost":241,"Date":"1/23/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":111,"Cost":85,"Date":"2/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":332,"Cost":312,"Date":"3/10/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":360,"Cost":243,"Date":"3/12/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":142,"Cost":83,"Date":"3/31/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":105,"Cost":83,"Date":"6/16/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":559,"Cost":357,"Date":"6/17/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":810,"Cost":432,"Date":"8/27/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":149,"Cost":91,"Date":"10/1/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":34,"Cost":24,"Date":"11/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":882,"Cost":776,"Date":"11/9/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":463,"Cost":423,"Date":"3/27/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":348,"Date":"4/17/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":416,"Cost":237,"Date":"8/11/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":529,"Cost":312,"Date":"8/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":511,"Cost":259,"Date":"9/2/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":66,"Cost":33,"Date":"9/5/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":478,"Cost":384,"Date":"9/14/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":469,"Cost":248,"Date":"9/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":82,"Cost":48,"Date":"11/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":595,"Cost":345,"Date":"12/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":77,"Cost":51,"Date":"1/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":454,"Cost":385,"Date":"1/21/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":289,"Cost":268,"Date":"2/9/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":615,"Date":"3/19/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":178,"Cost":123,"Date":"4/3/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":62,"Cost":42,"Date":"4/5/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":679,"Cost":505,"Date":"4/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":965,"Cost":505,"Date":"7/10/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":966,"Cost":816,"Date":"3/25/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":763,"Cost":581,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":435,"Cost":337,"Date":"10/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":415,"Cost":271,"Date":"3/2/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":119,"Cost":80,"Date":"6/28/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":562,"Cost":283,"Date":"7/17/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":595,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":10,"Cost":8,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":435,"Cost":247,"Date":"11/20/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":387,"Cost":203,"Date":"12/16/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":860,"Cost":778,"Date":"12/30/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":51,"Cost":42,"Date":"2/15/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":147,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":855,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":338,"Cost":228,"Date":"4/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":752,"Cost":541,"Date":"7/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":251,"Cost":181,"Date":"8/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":980,"Cost":850,"Date":"10/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":82,"Date":"11/11/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":970,"Cost":765,"Date":"11/30/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":265,"Cost":211,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":830,"Cost":630,"Date":"3/1/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":95,"Cost":55,"Date":"4/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":845,"Cost":462,"Date":"5/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":71,"Cost":52,"Date":"8/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":868,"Cost":543,"Date":"9/15/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":493,"Cost":269,"Date":"10/14/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":951,"Cost":605,"Date":"10/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":702,"Date":"11/11/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":952,"Cost":636,"Date":"12/7/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":833,"Cost":788,"Date":"12/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":279,"Cost":182,"Date":"1/6/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":180,"Cost":135,"Date":"1/23/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":474,"Date":"2/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":479,"Cost":292,"Date":"3/10/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":820,"Cost":651,"Date":"3/12/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":865,"Date":"3/31/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":328,"Cost":211,"Date":"6/16/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":990,"Cost":722,"Date":"6/17/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":505,"Cost":358,"Date":"8/27/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":880,"Cost":645,"Date":"10/1/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":36,"Cost":33,"Date":"11/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":861,"Cost":536,"Date":"11/9/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":373,"Cost":269,"Date":"3/27/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":319,"Cost":195,"Date":"4/17/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":697,"Cost":360,"Date":"8/11/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":281,"Cost":156,"Date":"8/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":442,"Cost":382,"Date":"9/2/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":678,"Cost":510,"Date":"9/5/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":840,"Cost":627,"Date":"9/14/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":284,"Date":"9/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":703,"Cost":595,"Date":"11/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":240,"Cost":189,"Date":"12/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":378,"Date":"1/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":306,"Cost":215,"Date":"1/21/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":682,"Cost":477,"Date":"2/9/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":292,"Cost":277,"Date":"3/19/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":777,"Cost":556,"Date":"4/3/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":834,"Cost":771,"Date":"4/5/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":528,"Cost":325,"Date":"4/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":773,"Cost":684,"Date":"7/10/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":476,"Cost":354,"Date":"3/25/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":391,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":931,"Cost":684,"Date":"10/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":622,"Date":"3/2/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":630,"Cost":481,"Date":"6/28/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":280,"Cost":255,"Date":"7/17/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":669,"Cost":341,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":489,"Cost":419,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":263,"Cost":182,"Date":"11/20/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":397,"Cost":343,"Date":"12/16/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":997,"Cost":744,"Date":"12/30/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":106,"Cost":83,"Date":"2/15/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":213,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":215,"Cost":198,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":7,"Cost":7,"Date":"4/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":832,"Cost":724,"Date":"7/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":530,"Cost":492,"Date":"8/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":120,"Cost":113,"Date":"10/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":101,"Cost":66,"Date":"11/11/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":361,"Cost":313,"Date":"11/30/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":698,"Cost":497,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":243,"Date":"3/1/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":393,"Cost":366,"Date":"4/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":561,"Cost":337,"Date":"5/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":290,"Cost":275,"Date":"8/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":692,"Cost":439,"Date":"9/15/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":611,"Date":"10/14/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":449,"Cost":355,"Date":"10/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":651,"Cost":473,"Date":"11/11/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":986,"Cost":910,"Date":"12/7/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":304,"Cost":289,"Date":"12/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":367,"Cost":255,"Date":"1/6/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":541,"Cost":495,"Date":"1/23/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":420,"Cost":240,"Date":"2/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":938,"Cost":826,"Date":"3/10/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":415,"Cost":365,"Date":"3/12/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":537,"Cost":328,"Date":"3/31/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":228,"Date":"6/16/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":33,"Cost":25,"Date":"6/17/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":256,"Cost":238,"Date":"8/27/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":599,"Date":"10/1/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":567,"Cost":324,"Date":"11/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":753,"Cost":507,"Date":"11/9/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":525,"Date":"3/27/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":466,"Date":"4/17/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":771,"Cost":468,"Date":"8/11/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":822,"Cost":666,"Date":"8/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":517,"Date":"9/2/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":333,"Date":"9/5/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":370,"Cost":332,"Date":"9/14/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":951,"Cost":606,"Date":"9/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":950,"Date":"11/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":724,"Date":"12/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":884,"Cost":836,"Date":"1/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":635,"Cost":558,"Date":"1/21/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":90,"Date":"2/9/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":424,"Date":"3/19/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":488,"Cost":278,"Date":"4/3/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":992,"Cost":721,"Date":"4/5/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":342,"Date":"4/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":287,"Cost":187,"Date":"7/10/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":28,"Cost":25,"Date":"3/25/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":74,"Cost":59,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":658,"Cost":531,"Date":"10/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":3,"Cost":2,"Date":"3/2/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":187,"Cost":96,"Date":"6/28/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":204,"Cost":104,"Date":"7/17/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":206,"Cost":170,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":102,"Cost":56,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":457,"Cost":234,"Date":"11/20/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":426,"Date":"12/16/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":91,"Cost":58,"Date":"12/30/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":946,"Cost":758,"Date":"2/15/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":92,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":11,"Cost":7,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":751,"Cost":600,"Date":"4/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":185,"Cost":115,"Date":"7/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":272,"Cost":161,"Date":"8/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":70,"Cost":39,"Date":"10/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":467,"Cost":411,"Date":"11/11/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":625,"Cost":361,"Date":"11/30/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":635,"Cost":596,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":724,"Date":"3/1/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":353,"Cost":222,"Date":"4/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":379,"Date":"5/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":360,"Date":"8/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":163,"Cost":149,"Date":"9/15/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":105,"Cost":77,"Date":"10/14/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":663,"Cost":457,"Date":"10/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":908,"Cost":473,"Date":"11/11/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":823,"Cost":489,"Date":"12/7/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":181,"Date":"12/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":191,"Cost":156,"Date":"1/6/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":608,"Cost":313,"Date":"1/23/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":899,"Cost":842,"Date":"2/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":459,"Cost":246,"Date":"3/10/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":820,"Cost":649,"Date":"3/12/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":547,"Cost":450,"Date":"3/31/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":774,"Cost":635,"Date":"6/16/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":532,"Cost":446,"Date":"6/17/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":186,"Cost":177,"Date":"8/27/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":473,"Date":"10/1/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":210,"Cost":193,"Date":"11/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":918,"Cost":798,"Date":"11/9/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":427,"Cost":297,"Date":"3/27/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":983,"Cost":873,"Date":"4/17/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":863,"Cost":639,"Date":"8/11/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":228,"Cost":147,"Date":"8/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":500,"Date":"9/2/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":187,"Cost":125,"Date":"9/5/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":91,"Cost":54,"Date":"9/14/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":888,"Cost":709,"Date":"9/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":76,"Cost":42,"Date":"11/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":744,"Cost":399,"Date":"12/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":153,"Cost":139,"Date":"1/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":136,"Cost":81,"Date":"1/21/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":585,"Cost":377,"Date":"2/9/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":331,"Cost":215,"Date":"3/19/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":335,"Cost":176,"Date":"4/3/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":792,"Cost":648,"Date":"4/5/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":388,"Cost":367,"Date":"4/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":427,"Cost":307,"Date":"7/10/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":824,"Cost":533,"Date":"3/25/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":482,"Cost":420,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":41,"Cost":37,"Date":"10/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":118,"Cost":69,"Date":"3/2/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":664,"Cost":334,"Date":"6/28/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":633,"Cost":330,"Date":"7/17/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":997,"Cost":658,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":972,"Cost":823,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":236,"Cost":160,"Date":"11/20/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":897,"Cost":494,"Date":"12/16/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":406,"Cost":361,"Date":"12/30/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":87,"Date":"2/15/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":510,"Cost":265,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":644,"Cost":339,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":939,"Cost":474,"Date":"4/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":386,"Cost":352,"Date":"7/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":212,"Cost":198,"Date":"8/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":964,"Cost":742,"Date":"10/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":754,"Date":"11/11/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":628,"Cost":543,"Date":"11/30/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":21,"Cost":20,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":151,"Cost":89,"Date":"3/1/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":926,"Cost":521,"Date":"4/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":532,"Cost":472,"Date":"5/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":283,"Cost":144,"Date":"8/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":819,"Cost":734,"Date":"9/15/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":397,"Cost":319,"Date":"10/14/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":427,"Cost":316,"Date":"10/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":650,"Date":"11/11/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":813,"Cost":483,"Date":"12/7/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":462,"Cost":397,"Date":"12/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":214,"Date":"1/6/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":306,"Date":"1/23/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":5,"Cost":5,"Date":"2/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":920,"Cost":757,"Date":"3/10/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":543,"Cost":276,"Date":"3/12/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":924,"Cost":573,"Date":"3/31/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":608,"Cost":343,"Date":"6/16/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":765,"Cost":427,"Date":"6/17/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":903,"Cost":623,"Date":"8/27/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":397,"Cost":261,"Date":"10/1/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":364,"Cost":229,"Date":"11/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":687,"Cost":524,"Date":"11/9/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":931,"Cost":864,"Date":"3/27/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":697,"Cost":566,"Date":"4/17/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":831,"Cost":444,"Date":"8/11/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":857,"Cost":704,"Date":"8/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":929,"Cost":647,"Date":"9/2/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":337,"Cost":295,"Date":"9/5/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":630,"Cost":497,"Date":"9/14/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":681,"Cost":538,"Date":"9/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":313,"Cost":262,"Date":"11/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":230,"Cost":116,"Date":"12/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":578,"Cost":315,"Date":"1/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":101,"Cost":65,"Date":"1/21/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":668,"Date":"2/9/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":673,"Cost":620,"Date":"3/19/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":149,"Cost":114,"Date":"4/3/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":618,"Cost":511,"Date":"4/5/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":315,"Cost":245,"Date":"4/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":511,"Date":"7/10/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":648,"Cost":397,"Date":"3/25/2020"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":16,"Cost":11,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":273,"Cost":151,"Date":"10/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":749,"Cost":666,"Date":"3/2/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":623,"Cost":491,"Date":"6/28/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":531,"Cost":392,"Date":"7/17/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":685,"Cost":543,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":856,"Cost":507,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":917,"Cost":654,"Date":"11/20/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":665,"Date":"12/16/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":798,"Cost":714,"Date":"12/30/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":649,"Cost":520,"Date":"2/15/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":222,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":312,"Cost":225,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":637,"Cost":531,"Date":"4/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":72,"Cost":45,"Date":"7/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":738,"Cost":569,"Date":"8/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":772,"Cost":569,"Date":"10/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":935,"Cost":632,"Date":"11/11/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":129,"Cost":110,"Date":"11/30/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":843,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":315,"Cost":262,"Date":"3/1/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":721,"Cost":640,"Date":"4/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":291,"Cost":244,"Date":"5/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":636,"Cost":420,"Date":"8/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":501,"Cost":351,"Date":"9/15/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":12,"Cost":10,"Date":"10/14/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":400,"Cost":317,"Date":"10/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":888,"Cost":668,"Date":"11/11/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":179,"Cost":122,"Date":"12/7/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":372,"Cost":327,"Date":"12/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":378,"Cost":318,"Date":"1/6/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":491,"Cost":429,"Date":"1/23/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":61,"Cost":47,"Date":"2/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":179,"Date":"3/10/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":577,"Cost":423,"Date":"3/12/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":788,"Cost":395,"Date":"3/31/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":233,"Cost":130,"Date":"6/16/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":591,"Cost":519,"Date":"6/17/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":712,"Cost":580,"Date":"8/27/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":308,"Cost":235,"Date":"10/1/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":412,"Cost":375,"Date":"11/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":69,"Cost":48,"Date":"11/9/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":267,"Cost":251,"Date":"3/27/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":989,"Cost":599,"Date":"4/17/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":901,"Cost":556,"Date":"8/11/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":79,"Cost":53,"Date":"8/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":997,"Cost":706,"Date":"9/2/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":627,"Cost":551,"Date":"9/5/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":898,"Cost":722,"Date":"9/14/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":24,"Cost":15,"Date":"9/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":101,"Cost":67,"Date":"11/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":438,"Cost":294,"Date":"12/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":709,"Cost":589,"Date":"1/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":392,"Cost":281,"Date":"1/21/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":643,"Cost":324,"Date":"2/9/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":701,"Cost":605,"Date":"3/19/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":55,"Cost":42,"Date":"4/3/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":825,"Cost":471,"Date":"4/5/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":353,"Cost":180,"Date":"4/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":246,"Cost":203,"Date":"7/10/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":934,"Cost":620,"Date":"3/25/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":695,"Cost":481,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":992,"Cost":691,"Date":"10/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":426,"Cost":384,"Date":"3/2/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":107,"Cost":67,"Date":"6/28/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":158,"Cost":109,"Date":"7/17/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":403,"Cost":285,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":354,"Cost":258,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":70,"Cost":62,"Date":"11/20/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":358,"Cost":294,"Date":"12/16/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":324,"Cost":201,"Date":"12/30/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":928,"Cost":517,"Date":"2/15/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":822,"Cost":510,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":957,"Cost":875,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":177,"Cost":110,"Date":"4/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":673,"Date":"7/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":650,"Cost":564,"Date":"8/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":899,"Cost":801,"Date":"10/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":930,"Cost":749,"Date":"11/11/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":553,"Cost":478,"Date":"11/30/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":733,"Cost":594,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":635,"Cost":500,"Date":"3/1/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":165,"Cost":138,"Date":"4/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":928,"Cost":660,"Date":"5/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":902,"Cost":767,"Date":"8/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":538,"Cost":387,"Date":"9/15/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":989,"Cost":800,"Date":"10/14/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":580,"Cost":380,"Date":"10/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":641,"Cost":493,"Date":"11/11/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":484,"Cost":451,"Date":"12/7/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":279,"Cost":205,"Date":"12/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":859,"Cost":728,"Date":"1/6/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":282,"Date":"1/23/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":734,"Cost":543,"Date":"2/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":972,"Cost":744,"Date":"3/10/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":211,"Cost":170,"Date":"3/12/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":754,"Cost":699,"Date":"3/31/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":326,"Cost":185,"Date":"6/16/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":189,"Cost":145,"Date":"6/17/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":110,"Cost":86,"Date":"8/27/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":51,"Cost":43,"Date":"10/1/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":578,"Cost":438,"Date":"11/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":589,"Cost":526,"Date":"11/9/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":126,"Cost":92,"Date":"3/27/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":572,"Cost":436,"Date":"4/17/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":446,"Cost":252,"Date":"8/11/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":754,"Cost":527,"Date":"8/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":666,"Cost":625,"Date":"9/2/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":242,"Cost":197,"Date":"9/5/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":460,"Cost":265,"Date":"9/14/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":63,"Cost":41,"Date":"9/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":452,"Cost":429,"Date":"11/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":665,"Cost":613,"Date":"12/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":52,"Cost":41,"Date":"1/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":311,"Date":"1/21/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":376,"Cost":256,"Date":"2/9/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":381,"Cost":252,"Date":"3/19/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":903,"Cost":469,"Date":"4/3/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":292,"Cost":203,"Date":"4/5/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":310,"Cost":196,"Date":"4/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":354,"Cost":255,"Date":"7/10/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":989,"Cost":603,"Date":"3/25/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":569,"Cost":349,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":124,"Date":"10/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":555,"Cost":508,"Date":"3/2/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":679,"Cost":475,"Date":"6/28/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":430,"Date":"7/17/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":294,"Cost":256,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":154,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":150,"Cost":91,"Date":"11/20/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":988,"Cost":626,"Date":"12/16/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":259,"Cost":160,"Date":"12/30/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":597,"Cost":315,"Date":"2/15/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":62,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":238,"Cost":134,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":550,"Cost":337,"Date":"4/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":294,"Cost":241,"Date":"7/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":12,"Cost":11,"Date":"8/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":845,"Cost":521,"Date":"10/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":173,"Date":"11/11/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":277,"Cost":156,"Date":"11/30/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":76,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":552,"Cost":479,"Date":"3/1/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":411,"Cost":264,"Date":"4/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":759,"Cost":427,"Date":"5/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":63,"Cost":58,"Date":"8/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":751,"Cost":701,"Date":"9/15/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":554,"Cost":396,"Date":"10/14/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":43,"Cost":39,"Date":"10/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":423,"Cost":393,"Date":"11/11/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":514,"Cost":303,"Date":"12/7/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":137,"Cost":126,"Date":"12/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":532,"Cost":361,"Date":"1/6/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":943,"Cost":520,"Date":"1/23/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":886,"Cost":740,"Date":"2/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":282,"Cost":191,"Date":"3/10/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":264,"Cost":185,"Date":"3/12/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":508,"Date":"3/31/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":497,"Cost":353,"Date":"6/16/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":901,"Cost":794,"Date":"6/17/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":688,"Cost":355,"Date":"8/27/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":908,"Cost":814,"Date":"10/1/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":445,"Cost":247,"Date":"11/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":698,"Cost":662,"Date":"11/9/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":502,"Date":"3/27/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":892,"Cost":838,"Date":"4/17/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":117,"Cost":74,"Date":"8/11/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":551,"Date":"8/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":600,"Cost":434,"Date":"9/2/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":425,"Cost":232,"Date":"9/5/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":652,"Cost":586,"Date":"9/14/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":227,"Cost":206,"Date":"9/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":257,"Cost":232,"Date":"11/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":560,"Date":"12/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":968,"Cost":748,"Date":"1/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":510,"Cost":401,"Date":"1/21/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":278,"Cost":149,"Date":"2/9/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":148,"Cost":124,"Date":"3/19/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":494,"Cost":289,"Date":"4/3/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":177,"Cost":104,"Date":"4/5/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":538,"Cost":437,"Date":"4/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":882,"Cost":569,"Date":"7/10/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":609,"Cost":531,"Date":"3/25/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":519,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":753,"Cost":569,"Date":"10/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":388,"Date":"3/2/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":409,"Cost":267,"Date":"6/28/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":634,"Cost":510,"Date":"7/17/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":58,"Cost":51,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":21,"Cost":20,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":663,"Date":"11/20/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":877,"Cost":644,"Date":"12/16/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":155,"Cost":124,"Date":"12/30/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":250,"Cost":233,"Date":"2/15/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":35,"Cost":32,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":483,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":19,"Cost":16,"Date":"4/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":878,"Cost":666,"Date":"7/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":452,"Cost":282,"Date":"8/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":57,"Cost":51,"Date":"10/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":598,"Cost":441,"Date":"11/11/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":231,"Cost":210,"Date":"11/30/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":647,"Cost":461,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":772,"Date":"3/1/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":204,"Cost":157,"Date":"4/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":553,"Cost":310,"Date":"5/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":178,"Cost":150,"Date":"8/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":100,"Cost":88,"Date":"9/15/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":145,"Cost":102,"Date":"10/14/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":840,"Cost":636,"Date":"10/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":989,"Cost":643,"Date":"11/11/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":789,"Cost":683,"Date":"12/7/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":607,"Cost":332,"Date":"12/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":643,"Cost":366,"Date":"1/6/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":411,"Cost":244,"Date":"1/23/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":898,"Cost":807,"Date":"2/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":532,"Cost":484,"Date":"3/10/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":35,"Cost":25,"Date":"3/12/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":515,"Cost":273,"Date":"3/31/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":165,"Date":"6/16/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":959,"Cost":700,"Date":"6/17/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":541,"Cost":366,"Date":"8/27/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":839,"Cost":434,"Date":"10/1/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":589,"Cost":378,"Date":"11/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":537,"Cost":360,"Date":"11/9/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":95,"Cost":78,"Date":"3/27/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":198,"Cost":133,"Date":"4/17/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":920,"Cost":710,"Date":"8/11/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":173,"Cost":90,"Date":"8/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":598,"Cost":539,"Date":"9/2/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":680,"Cost":417,"Date":"9/5/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":27,"Cost":22,"Date":"9/14/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":735,"Cost":594,"Date":"9/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":919,"Cost":521,"Date":"11/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":781,"Cost":485,"Date":"12/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":384,"Cost":316,"Date":"1/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":390,"Cost":292,"Date":"1/21/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":745,"Cost":387,"Date":"2/9/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":384,"Cost":363,"Date":"3/19/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":387,"Cost":313,"Date":"4/3/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":353,"Cost":288,"Date":"4/5/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":20,"Cost":15,"Date":"4/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":532,"Cost":397,"Date":"7/10/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":897,"Cost":571,"Date":"3/25/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":826,"Cost":522,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":630,"Cost":423,"Date":"10/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":459,"Date":"3/2/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":408,"Cost":298,"Date":"6/28/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":28,"Cost":17,"Date":"7/17/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":743,"Cost":492,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":629,"Cost":355,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":410,"Date":"11/20/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":514,"Cost":477,"Date":"12/16/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":996,"Cost":676,"Date":"12/30/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":276,"Cost":217,"Date":"2/15/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":763,"Cost":478,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":242,"Cost":158,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":687,"Cost":593,"Date":"4/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":990,"Cost":578,"Date":"7/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":339,"Cost":269,"Date":"8/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":786,"Cost":444,"Date":"10/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":657,"Cost":623,"Date":"11/11/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":846,"Cost":603,"Date":"11/30/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":373,"Cost":338,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":378,"Cost":273,"Date":"3/1/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":305,"Cost":244,"Date":"4/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":240,"Cost":137,"Date":"5/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":516,"Cost":383,"Date":"8/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":64,"Cost":60,"Date":"9/15/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":193,"Date":"10/14/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":468,"Cost":366,"Date":"10/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":996,"Cost":536,"Date":"11/11/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":15,"Cost":15,"Date":"12/7/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":400,"Cost":309,"Date":"12/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":996,"Cost":649,"Date":"1/6/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":285,"Cost":233,"Date":"1/23/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":789,"Cost":464,"Date":"2/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":402,"Cost":292,"Date":"3/10/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":324,"Cost":279,"Date":"3/12/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":423,"Cost":253,"Date":"3/31/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":759,"Date":"6/16/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":238,"Cost":144,"Date":"6/17/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":625,"Cost":489,"Date":"8/27/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":860,"Cost":455,"Date":"10/1/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":941,"Cost":626,"Date":"11/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":219,"Date":"11/9/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":954,"Cost":859,"Date":"3/27/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":990,"Cost":851,"Date":"4/17/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":397,"Cost":299,"Date":"8/11/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":446,"Cost":362,"Date":"8/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":69,"Cost":46,"Date":"9/2/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":550,"Cost":321,"Date":"9/5/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":587,"Cost":516,"Date":"9/14/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":71,"Date":"9/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":876,"Cost":467,"Date":"11/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":91,"Cost":52,"Date":"12/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":5,"Cost":3,"Date":"1/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":170,"Cost":138,"Date":"1/21/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":342,"Date":"2/9/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":429,"Cost":370,"Date":"3/19/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":433,"Cost":251,"Date":"4/3/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":736,"Cost":374,"Date":"4/5/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":533,"Date":"4/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":519,"Date":"7/10/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":424,"Date":"3/25/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":305,"Cost":287,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":844,"Cost":500,"Date":"10/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":925,"Cost":843,"Date":"3/2/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":29,"Date":"6/28/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":129,"Cost":90,"Date":"7/17/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":406,"Cost":349,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":178,"Cost":151,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":392,"Cost":347,"Date":"11/20/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":70,"Cost":49,"Date":"12/16/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":404,"Cost":363,"Date":"12/30/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":527,"Cost":315,"Date":"2/15/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":664,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":500,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":360,"Cost":251,"Date":"4/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":912,"Cost":767,"Date":"7/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":247,"Date":"8/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":811,"Cost":521,"Date":"10/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":242,"Date":"11/11/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":338,"Cost":261,"Date":"11/30/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":534,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":48,"Cost":43,"Date":"3/1/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":567,"Cost":485,"Date":"4/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":403,"Cost":308,"Date":"5/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":814,"Cost":705,"Date":"8/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":100,"Date":"9/15/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":930,"Cost":811,"Date":"10/14/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":490,"Date":"10/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":311,"Date":"11/11/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":380,"Date":"12/7/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":747,"Cost":707,"Date":"12/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":152,"Cost":139,"Date":"1/6/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":349,"Date":"1/23/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":588,"Cost":309,"Date":"2/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":824,"Cost":569,"Date":"3/10/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":482,"Cost":420,"Date":"3/12/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":333,"Cost":262,"Date":"3/31/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":712,"Cost":525,"Date":"6/16/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":114,"Date":"6/17/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":688,"Date":"8/27/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":175,"Date":"10/1/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":709,"Cost":443,"Date":"11/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":74,"Date":"11/9/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":920,"Cost":855,"Date":"3/27/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":90,"Cost":56,"Date":"4/17/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":867,"Cost":596,"Date":"8/11/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":544,"Cost":380,"Date":"8/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":81,"Cost":77,"Date":"9/2/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":404,"Cost":282,"Date":"9/5/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":371,"Date":"9/14/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":327,"Cost":240,"Date":"9/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":245,"Cost":207,"Date":"11/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":610,"Cost":481,"Date":"12/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":353,"Date":"1/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":713,"Cost":492,"Date":"1/21/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":643,"Date":"2/9/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":108,"Date":"3/19/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":345,"Cost":302,"Date":"4/3/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":6,"Cost":3,"Date":"4/5/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":669,"Cost":627,"Date":"4/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":100,"Cost":75,"Date":"7/10/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":847,"Cost":620,"Date":"3/25/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":794,"Cost":750,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":149,"Cost":133,"Date":"10/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":393,"Date":"3/2/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":438,"Cost":398,"Date":"6/28/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":144,"Date":"7/17/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":943,"Cost":790,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":915,"Cost":668,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":489,"Date":"11/20/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":549,"Cost":459,"Date":"12/16/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":710,"Cost":454,"Date":"12/30/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":337,"Date":"2/15/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":646,"Cost":350,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":22,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":175,"Cost":127,"Date":"4/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":841,"Cost":631,"Date":"7/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":995,"Cost":522,"Date":"8/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":879,"Cost":743,"Date":"10/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":846,"Cost":723,"Date":"11/11/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":139,"Cost":97,"Date":"11/30/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":4,"Cost":2,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":11,"Cost":5,"Date":"3/1/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":666,"Date":"4/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":406,"Cost":376,"Date":"5/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":691,"Date":"8/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":359,"Cost":220,"Date":"9/15/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":744,"Cost":460,"Date":"10/14/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":94,"Cost":85,"Date":"10/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":372,"Cost":266,"Date":"11/11/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":182,"Cost":115,"Date":"12/7/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":144,"Cost":74,"Date":"12/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":217,"Date":"1/6/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":827,"Cost":718,"Date":"1/23/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":598,"Cost":564,"Date":"2/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":498,"Cost":274,"Date":"3/10/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":891,"Cost":574,"Date":"3/12/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":978,"Cost":902,"Date":"3/31/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":252,"Cost":190,"Date":"6/16/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":368,"Cost":258,"Date":"6/17/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":610,"Cost":326,"Date":"8/27/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":260,"Cost":182,"Date":"10/1/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":738,"Cost":552,"Date":"11/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":992,"Cost":555,"Date":"11/9/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":164,"Cost":115,"Date":"3/27/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":60,"Cost":46,"Date":"4/17/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":73,"Cost":50,"Date":"8/11/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":677,"Cost":629,"Date":"8/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":392,"Cost":322,"Date":"9/2/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":784,"Cost":733,"Date":"9/5/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":836,"Cost":513,"Date":"9/14/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":146,"Cost":133,"Date":"9/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":576,"Cost":498,"Date":"11/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":489,"Cost":410,"Date":"12/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":465,"Cost":320,"Date":"1/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":491,"Cost":346,"Date":"1/21/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":18,"Cost":17,"Date":"2/9/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":363,"Cost":268,"Date":"3/19/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":205,"Cost":195,"Date":"4/3/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":552,"Cost":522,"Date":"4/5/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":416,"Cost":343,"Date":"4/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":658,"Cost":350,"Date":"7/10/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":130,"Cost":111,"Date":"3/25/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":140,"Cost":113,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":631,"Cost":495,"Date":"10/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":635,"Cost":597,"Date":"3/2/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":845,"Cost":555,"Date":"6/28/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":108,"Cost":99,"Date":"7/17/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":627,"Cost":397,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":239,"Cost":153,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":290,"Cost":265,"Date":"11/20/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":980,"Cost":566,"Date":"12/16/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":968,"Cost":693,"Date":"12/30/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":34,"Cost":19,"Date":"2/15/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":788,"Cost":551,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":860,"Cost":773,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":292,"Cost":258,"Date":"4/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":39,"Cost":37,"Date":"7/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":808,"Cost":412,"Date":"8/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":844,"Cost":426,"Date":"10/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":826,"Cost":446,"Date":"11/11/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":477,"Cost":311,"Date":"11/30/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":272,"Cost":181,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":849,"Cost":611,"Date":"3/1/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":557,"Cost":488,"Date":"4/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":831,"Cost":576,"Date":"5/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":800,"Cost":703,"Date":"8/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":994,"Cost":921,"Date":"9/15/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":123,"Cost":67,"Date":"10/14/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":949,"Cost":731,"Date":"10/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":446,"Cost":250,"Date":"11/11/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":433,"Cost":239,"Date":"12/7/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":870,"Cost":488,"Date":"12/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":493,"Cost":351,"Date":"1/6/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":583,"Cost":328,"Date":"1/23/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":542,"Cost":430,"Date":"2/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":463,"Cost":354,"Date":"3/10/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":629,"Cost":549,"Date":"3/12/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":593,"Cost":410,"Date":"3/31/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":140,"Cost":127,"Date":"6/16/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":634,"Cost":526,"Date":"6/17/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":596,"Cost":317,"Date":"8/27/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":922,"Cost":655,"Date":"10/1/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":397,"Cost":284,"Date":"11/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":554,"Cost":430,"Date":"11/9/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":800,"Cost":611,"Date":"3/27/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":823,"Cost":742,"Date":"4/17/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":315,"Cost":277,"Date":"8/11/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":342,"Cost":270,"Date":"8/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":661,"Cost":425,"Date":"9/2/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":551,"Cost":510,"Date":"9/5/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":293,"Cost":262,"Date":"9/14/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":726,"Cost":570,"Date":"9/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":58,"Cost":55,"Date":"11/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":875,"Cost":625,"Date":"12/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":30,"Cost":24,"Date":"1/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":159,"Cost":115,"Date":"1/21/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":265,"Cost":241,"Date":"2/9/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":767,"Cost":512,"Date":"3/19/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":250,"Cost":180,"Date":"4/3/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":191,"Cost":101,"Date":"4/5/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":714,"Cost":603,"Date":"4/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":91,"Cost":48,"Date":"7/10/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":981,"Cost":928,"Date":"3/25/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":872,"Cost":589,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":40,"Cost":27,"Date":"10/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":540,"Cost":276,"Date":"3/2/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":50,"Cost":28,"Date":"6/28/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":381,"Cost":274,"Date":"7/17/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":253,"Cost":137,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":713,"Cost":523,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":711,"Cost":620,"Date":"11/20/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":344,"Cost":279,"Date":"12/16/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":951,"Cost":659,"Date":"12/30/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":201,"Cost":181,"Date":"2/15/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":406,"Cost":357,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":172,"Cost":125,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":386,"Cost":193,"Date":"4/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":627,"Cost":330,"Date":"7/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":930,"Cost":881,"Date":"8/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":775,"Cost":728,"Date":"10/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":172,"Cost":144,"Date":"11/11/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":209,"Cost":125,"Date":"11/30/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":396,"Cost":349,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":871,"Cost":445,"Date":"3/1/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":778,"Cost":539,"Date":"4/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":563,"Cost":488,"Date":"5/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":773,"Cost":536,"Date":"8/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":142,"Cost":82,"Date":"9/15/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":956,"Cost":583,"Date":"10/14/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":843,"Cost":686,"Date":"10/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":421,"Cost":346,"Date":"11/11/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":57,"Cost":41,"Date":"12/7/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":806,"Cost":645,"Date":"12/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":621,"Cost":418,"Date":"1/6/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":42,"Cost":35,"Date":"1/23/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":438,"Cost":280,"Date":"2/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":963,"Cost":639,"Date":"3/10/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":620,"Cost":537,"Date":"3/12/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":197,"Cost":176,"Date":"3/31/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":66,"Cost":46,"Date":"6/16/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":809,"Cost":534,"Date":"6/17/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":40,"Cost":32,"Date":"8/27/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":152,"Cost":133,"Date":"10/1/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":380,"Cost":248,"Date":"11/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":872,"Cost":591,"Date":"11/9/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":463,"Cost":435,"Date":"3/27/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":610,"Cost":482,"Date":"4/17/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":682,"Cost":499,"Date":"8/11/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":306,"Cost":180,"Date":"8/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":541,"Cost":465,"Date":"9/2/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":557,"Cost":422,"Date":"9/5/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":122,"Cost":78,"Date":"9/14/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":653,"Cost":571,"Date":"9/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":273,"Cost":187,"Date":"11/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":28,"Cost":21,"Date":"12/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":493,"Cost":324,"Date":"1/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":282,"Cost":209,"Date":"1/21/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":923,"Cost":623,"Date":"2/9/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":151,"Cost":104,"Date":"3/19/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":907,"Cost":474,"Date":"4/3/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":24,"Cost":20,"Date":"4/5/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":306,"Cost":232,"Date":"4/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":112,"Cost":86,"Date":"7/10/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":557,"Cost":437,"Date":"3/25/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":491,"Cost":403,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":947,"Cost":737,"Date":"10/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":973,"Cost":922,"Date":"3/2/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":379,"Cost":205,"Date":"6/28/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":672,"Cost":503,"Date":"7/17/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":487,"Cost":325,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":19,"Cost":15,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":495,"Cost":351,"Date":"11/20/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":557,"Cost":460,"Date":"12/16/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":551,"Cost":510,"Date":"12/30/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":549,"Cost":511,"Date":"2/15/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":555,"Cost":448,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":202,"Cost":131,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":892,"Cost":810,"Date":"4/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":212,"Cost":201,"Date":"7/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":929,"Cost":542,"Date":"8/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":532,"Cost":495,"Date":"10/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":610,"Cost":520,"Date":"11/11/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":929,"Cost":791,"Date":"11/30/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":963,"Cost":787,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":551,"Cost":421,"Date":"3/1/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":165,"Cost":106,"Date":"4/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":180,"Cost":106,"Date":"5/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":78,"Cost":73,"Date":"8/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":376,"Cost":319,"Date":"9/15/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":518,"Cost":489,"Date":"10/14/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":184,"Cost":153,"Date":"10/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":318,"Cost":233,"Date":"11/11/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":90,"Cost":75,"Date":"12/7/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":648,"Cost":562,"Date":"12/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":963,"Cost":684,"Date":"1/6/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":599,"Cost":356,"Date":"1/23/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":589,"Cost":329,"Date":"2/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":420,"Cost":264,"Date":"3/10/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":122,"Cost":106,"Date":"3/12/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":781,"Cost":409,"Date":"3/31/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":465,"Cost":276,"Date":"6/16/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":15,"Cost":11,"Date":"6/17/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":272,"Cost":173,"Date":"8/27/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":722,"Cost":424,"Date":"10/1/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":411,"Cost":212,"Date":"11/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":97,"Cost":67,"Date":"11/9/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":97,"Cost":82,"Date":"3/27/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":66,"Cost":58,"Date":"4/17/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":371,"Cost":317,"Date":"8/11/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":109,"Cost":77,"Date":"8/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":607,"Cost":499,"Date":"9/2/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":21,"Cost":18,"Date":"9/5/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":389,"Date":"9/14/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":467,"Cost":418,"Date":"9/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":917,"Cost":755,"Date":"11/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":218,"Cost":169,"Date":"12/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":380,"Cost":321,"Date":"1/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":624,"Date":"1/21/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":645,"Cost":355,"Date":"2/9/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":653,"Cost":545,"Date":"3/19/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":757,"Cost":430,"Date":"4/3/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":40,"Date":"4/5/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":897,"Cost":563,"Date":"4/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":499,"Cost":450,"Date":"7/10/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":831,"Cost":690,"Date":"3/25/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":715,"Cost":471,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":247,"Cost":159,"Date":"10/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":951,"Cost":507,"Date":"3/2/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":256,"Cost":152,"Date":"6/28/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":222,"Date":"7/17/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":425,"Cost":330,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":403,"Cost":365,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":74,"Cost":45,"Date":"11/20/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":286,"Cost":160,"Date":"12/16/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":126,"Cost":72,"Date":"12/30/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":286,"Cost":186,"Date":"2/15/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":205,"Cost":193,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":351,"Cost":286,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":96,"Cost":76,"Date":"4/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":410,"Cost":334,"Date":"7/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":381,"Date":"8/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":496,"Cost":270,"Date":"10/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":807,"Cost":647,"Date":"11/11/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":408,"Cost":321,"Date":"11/30/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":724,"Cost":619,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":831,"Cost":629,"Date":"3/1/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":966,"Cost":675,"Date":"4/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":398,"Cost":272,"Date":"5/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":916,"Cost":537,"Date":"8/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":314,"Cost":191,"Date":"9/15/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":167,"Date":"10/14/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":322,"Cost":252,"Date":"10/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":87,"Cost":58,"Date":"11/11/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":331,"Cost":309,"Date":"12/7/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":456,"Cost":244,"Date":"12/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":198,"Cost":163,"Date":"1/6/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":748,"Cost":558,"Date":"1/23/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":562,"Cost":469,"Date":"2/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":824,"Cost":713,"Date":"3/10/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":971,"Cost":822,"Date":"3/12/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":474,"Cost":248,"Date":"3/31/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":315,"Date":"6/16/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":770,"Cost":531,"Date":"6/17/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":170,"Cost":136,"Date":"8/27/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":361,"Cost":198,"Date":"10/1/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":443,"Cost":232,"Date":"11/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":211,"Cost":131,"Date":"11/9/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":829,"Cost":779,"Date":"3/27/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":726,"Cost":563,"Date":"4/17/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":845,"Cost":613,"Date":"8/11/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":468,"Cost":358,"Date":"8/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":253,"Date":"9/2/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":699,"Cost":494,"Date":"9/5/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":729,"Cost":491,"Date":"9/14/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":667,"Cost":547,"Date":"9/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":610,"Cost":469,"Date":"11/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":477,"Cost":303,"Date":"12/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":616,"Cost":484,"Date":"1/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":773,"Cost":626,"Date":"1/21/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":231,"Cost":194,"Date":"2/9/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":203,"Cost":127,"Date":"3/19/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":902,"Cost":759,"Date":"4/3/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":874,"Cost":481,"Date":"4/5/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":778,"Cost":709,"Date":"4/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":919,"Cost":745,"Date":"7/10/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":975,"Cost":618,"Date":"3/25/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":439,"Cost":268,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":343,"Cost":207,"Date":"10/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":353,"Cost":216,"Date":"3/2/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":468,"Cost":373,"Date":"6/28/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":306,"Cost":165,"Date":"7/17/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":133,"Cost":106,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":872,"Cost":764,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":291,"Cost":148,"Date":"11/20/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":880,"Cost":691,"Date":"12/16/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":152,"Date":"12/30/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":428,"Cost":317,"Date":"2/15/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":301,"Cost":237,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":810,"Cost":629,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":820,"Cost":477,"Date":"4/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":966,"Cost":704,"Date":"7/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":354,"Cost":278,"Date":"8/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":138,"Cost":89,"Date":"10/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":891,"Cost":685,"Date":"11/11/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":483,"Cost":385,"Date":"11/30/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":528,"Cost":366,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":476,"Cost":323,"Date":"3/1/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":697,"Cost":589,"Date":"4/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":223,"Cost":140,"Date":"5/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":260,"Cost":150,"Date":"8/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":48,"Date":"9/15/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":200,"Cost":149,"Date":"10/14/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":981,"Cost":540,"Date":"10/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":409,"Cost":282,"Date":"11/11/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":247,"Cost":185,"Date":"12/7/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":357,"Cost":307,"Date":"12/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":241,"Cost":197,"Date":"1/6/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":499,"Date":"1/23/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":565,"Cost":371,"Date":"2/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":798,"Cost":741,"Date":"3/10/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":43,"Cost":36,"Date":"3/12/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":698,"Cost":349,"Date":"3/31/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":76,"Cost":55,"Date":"6/16/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":597,"Cost":298,"Date":"6/17/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":391,"Cost":230,"Date":"8/27/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":123,"Cost":75,"Date":"10/1/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":626,"Cost":373,"Date":"11/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":403,"Cost":352,"Date":"11/9/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":272,"Cost":166,"Date":"3/27/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":239,"Cost":140,"Date":"4/17/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":229,"Cost":197,"Date":"8/11/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":126,"Cost":97,"Date":"8/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":736,"Cost":534,"Date":"9/2/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":561,"Date":"9/5/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":596,"Date":"9/14/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":485,"Cost":442,"Date":"9/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":458,"Cost":319,"Date":"11/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":63,"Date":"12/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":499,"Date":"1/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":608,"Cost":568,"Date":"1/21/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":309,"Cost":294,"Date":"2/9/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":582,"Cost":350,"Date":"3/19/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":456,"Cost":401,"Date":"4/3/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":578,"Cost":525,"Date":"4/5/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":227,"Date":"4/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":283,"Cost":228,"Date":"7/10/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":216,"Cost":175,"Date":"3/25/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":176,"Cost":131,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":40,"Cost":38,"Date":"10/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":121,"Cost":91,"Date":"3/2/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":766,"Cost":511,"Date":"6/28/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":281,"Cost":158,"Date":"7/17/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":507,"Cost":329,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":593,"Cost":542,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":195,"Cost":113,"Date":"11/20/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":768,"Cost":587,"Date":"12/16/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":575,"Cost":436,"Date":"12/30/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":65,"Date":"2/15/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":250,"Cost":222,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":724,"Cost":451,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":520,"Cost":399,"Date":"4/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":884,"Cost":830,"Date":"7/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":408,"Cost":384,"Date":"8/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":979,"Cost":653,"Date":"10/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":855,"Cost":649,"Date":"11/11/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":49,"Cost":32,"Date":"11/30/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":4,"Cost":2,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":190,"Cost":130,"Date":"3/1/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":807,"Cost":424,"Date":"4/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":109,"Cost":83,"Date":"5/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":366,"Cost":322,"Date":"8/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":152,"Cost":116,"Date":"9/15/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":6,"Cost":4,"Date":"10/14/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":256,"Cost":162,"Date":"10/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":995,"Cost":564,"Date":"11/11/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":439,"Date":"12/7/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":674,"Cost":382,"Date":"12/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":37,"Cost":32,"Date":"1/6/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":505,"Cost":371,"Date":"1/23/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":391,"Cost":325,"Date":"2/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":498,"Cost":425,"Date":"3/10/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":199,"Cost":172,"Date":"3/12/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":946,"Cost":830,"Date":"3/31/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":900,"Cost":562,"Date":"6/16/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":171,"Cost":159,"Date":"6/17/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":899,"Cost":770,"Date":"8/27/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":994,"Cost":675,"Date":"10/1/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":673,"Cost":367,"Date":"11/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":100,"Date":"11/9/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":556,"Date":"3/27/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":970,"Cost":673,"Date":"4/17/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":813,"Cost":594,"Date":"8/11/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":442,"Cost":402,"Date":"8/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":148,"Cost":132,"Date":"9/2/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":540,"Cost":300,"Date":"9/5/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":536,"Cost":351,"Date":"9/14/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":232,"Cost":192,"Date":"9/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":529,"Cost":442,"Date":"11/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":967,"Cost":488,"Date":"12/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":826,"Cost":520,"Date":"1/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":89,"Cost":46,"Date":"1/21/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":57,"Cost":39,"Date":"2/9/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":725,"Cost":472,"Date":"3/19/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":890,"Cost":664,"Date":"4/3/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":82,"Cost":59,"Date":"4/5/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":145,"Cost":94,"Date":"4/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":328,"Cost":235,"Date":"7/10/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":556,"Cost":499,"Date":"3/25/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":534,"Cost":268,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":791,"Cost":537,"Date":"10/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":800,"Cost":729,"Date":"3/2/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":742,"Cost":697,"Date":"6/28/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":786,"Cost":441,"Date":"7/17/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":919,"Cost":573,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":16,"Cost":8,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":51,"Cost":38,"Date":"11/20/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":241,"Date":"12/16/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":947,"Cost":487,"Date":"12/30/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":601,"Cost":398,"Date":"2/15/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":310,"Cost":269,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":585,"Cost":539,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":382,"Cost":206,"Date":"4/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":590,"Cost":466,"Date":"7/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":686,"Date":"8/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":594,"Cost":414,"Date":"10/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":932,"Cost":503,"Date":"11/11/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":742,"Cost":420,"Date":"11/30/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":140,"Cost":103,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":524,"Cost":417,"Date":"3/1/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":989,"Cost":701,"Date":"4/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":850,"Cost":782,"Date":"5/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":145,"Cost":92,"Date":"8/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":651,"Cost":383,"Date":"9/15/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":256,"Cost":177,"Date":"10/14/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":929,"Cost":833,"Date":"10/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":812,"Cost":598,"Date":"11/11/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":420,"Date":"12/7/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":479,"Cost":407,"Date":"12/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":837,"Cost":685,"Date":"1/6/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":793,"Cost":496,"Date":"1/23/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":404,"Cost":291,"Date":"2/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":986,"Cost":524,"Date":"3/10/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":36,"Cost":20,"Date":"3/12/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":445,"Cost":340,"Date":"3/31/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":981,"Cost":643,"Date":"6/16/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":435,"Date":"6/17/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":845,"Cost":623,"Date":"8/27/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":859,"Cost":575,"Date":"10/1/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":346,"Cost":251,"Date":"11/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":746,"Cost":667,"Date":"11/9/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":357,"Date":"3/27/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":388,"Cost":208,"Date":"4/17/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":892,"Cost":769,"Date":"8/11/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":653,"Cost":480,"Date":"8/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":599,"Date":"9/2/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":768,"Cost":618,"Date":"9/5/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":290,"Cost":274,"Date":"9/14/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":476,"Cost":339,"Date":"9/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":195,"Date":"11/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":770,"Cost":536,"Date":"12/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":172,"Cost":95,"Date":"1/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":583,"Cost":439,"Date":"1/21/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":883,"Cost":742,"Date":"2/9/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":241,"Cost":169,"Date":"3/19/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":548,"Cost":338,"Date":"4/3/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":181,"Date":"4/5/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":22,"Date":"4/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":29,"Cost":15,"Date":"7/10/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":115,"Cost":110,"Date":"3/25/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":291,"Cost":260,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":576,"Date":"10/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":296,"Cost":259,"Date":"3/2/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":630,"Cost":493,"Date":"6/28/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":88,"Cost":74,"Date":"7/17/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":57,"Cost":37,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":59,"Cost":39,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":600,"Cost":344,"Date":"11/20/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":385,"Date":"12/16/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":650,"Date":"12/30/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":62,"Date":"2/15/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":687,"Cost":572,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":483,"Cost":322,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":268,"Cost":228,"Date":"4/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":979,"Cost":691,"Date":"7/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":503,"Cost":363,"Date":"8/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":699,"Cost":617,"Date":"10/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":450,"Cost":378,"Date":"11/11/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":757,"Cost":579,"Date":"11/30/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":73,"Cost":54,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":701,"Cost":562,"Date":"3/1/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":485,"Cost":291,"Date":"4/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":531,"Cost":290,"Date":"5/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":56,"Cost":53,"Date":"8/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":841,"Cost":622,"Date":"9/15/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":39,"Date":"10/14/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":465,"Date":"10/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":258,"Cost":230,"Date":"11/11/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":870,"Cost":755,"Date":"12/7/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":881,"Cost":654,"Date":"12/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":800,"Cost":568,"Date":"1/6/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":795,"Cost":689,"Date":"1/23/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":206,"Cost":176,"Date":"2/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":435,"Cost":384,"Date":"3/10/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":265,"Cost":244,"Date":"3/12/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":163,"Date":"3/31/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":962,"Cost":743,"Date":"6/16/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":947,"Cost":788,"Date":"6/17/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":512,"Date":"8/27/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":451,"Cost":250,"Date":"10/1/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":662,"Cost":376,"Date":"11/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":466,"Cost":372,"Date":"11/9/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":72,"Cost":43,"Date":"3/27/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":465,"Cost":351,"Date":"4/17/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":662,"Cost":335,"Date":"8/11/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":609,"Cost":372,"Date":"8/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":553,"Date":"9/2/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":678,"Cost":480,"Date":"9/5/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":941,"Cost":873,"Date":"9/14/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":132,"Cost":73,"Date":"9/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":160,"Date":"11/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":825,"Cost":664,"Date":"12/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":133,"Cost":77,"Date":"1/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":724,"Cost":627,"Date":"1/21/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":760,"Date":"2/9/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":384,"Cost":335,"Date":"3/19/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":690,"Cost":416,"Date":"4/3/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":873,"Cost":801,"Date":"4/5/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":479,"Cost":451,"Date":"4/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":196,"Cost":158,"Date":"7/10/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":971,"Cost":676,"Date":"3/25/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":489,"Cost":462,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":994,"Cost":632,"Date":"10/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":137,"Date":"3/2/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":547,"Cost":381,"Date":"6/28/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":201,"Cost":178,"Date":"7/17/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":682,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":485,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":698,"Cost":655,"Date":"11/20/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":763,"Cost":467,"Date":"12/16/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":796,"Cost":681,"Date":"12/30/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":885,"Cost":522,"Date":"2/15/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":657,"Cost":332,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":746,"Cost":604,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":657,"Cost":590,"Date":"4/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":527,"Cost":344,"Date":"7/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":420,"Cost":268,"Date":"8/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":536,"Cost":396,"Date":"10/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":514,"Cost":264,"Date":"11/11/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":714,"Cost":402,"Date":"11/30/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":157,"Cost":103,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":974,"Cost":772,"Date":"3/1/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":244,"Cost":190,"Date":"4/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":968,"Cost":914,"Date":"5/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":127,"Cost":68,"Date":"8/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":840,"Cost":588,"Date":"9/15/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":342,"Cost":251,"Date":"10/14/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":360,"Cost":340,"Date":"10/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":1,"Date":"11/11/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":195,"Cost":102,"Date":"12/7/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":680,"Cost":519,"Date":"12/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":878,"Cost":642,"Date":"1/6/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":257,"Cost":188,"Date":"1/23/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":128,"Cost":83,"Date":"2/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":962,"Cost":673,"Date":"3/10/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":309,"Cost":294,"Date":"3/12/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":815,"Cost":590,"Date":"3/31/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":907,"Cost":695,"Date":"6/16/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":935,"Cost":723,"Date":"6/17/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":943,"Cost":657,"Date":"8/27/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":273,"Cost":157,"Date":"10/1/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":776,"Cost":467,"Date":"11/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":114,"Date":"11/9/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":802,"Cost":468,"Date":"3/27/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":32,"Cost":23,"Date":"4/17/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":258,"Date":"8/11/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":768,"Cost":492,"Date":"8/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":260,"Date":"9/2/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":305,"Cost":218,"Date":"9/5/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":383,"Cost":338,"Date":"9/14/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":441,"Cost":378,"Date":"9/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":61,"Cost":57,"Date":"11/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":115,"Date":"12/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":365,"Cost":255,"Date":"1/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":123,"Cost":85,"Date":"1/21/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":355,"Cost":244,"Date":"2/9/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":545,"Cost":466,"Date":"3/19/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":180,"Cost":114,"Date":"4/3/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":103,"Date":"4/5/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":961,"Cost":827,"Date":"4/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":114,"Date":"7/10/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":956,"Cost":763,"Date":"3/25/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":847,"Cost":740,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":274,"Cost":160,"Date":"10/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":262,"Date":"3/2/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":395,"Cost":204,"Date":"6/28/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":720,"Cost":475,"Date":"7/17/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":428,"Cost":292,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":338,"Cost":195,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":115,"Cost":58,"Date":"11/20/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":568,"Date":"12/16/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":401,"Cost":294,"Date":"12/30/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":127,"Date":"2/15/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":280,"Cost":195,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":158,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":958,"Cost":745,"Date":"4/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":101,"Cost":71,"Date":"7/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":59,"Cost":51,"Date":"8/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":774,"Date":"10/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":907,"Cost":463,"Date":"11/11/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":9,"Date":"11/30/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":601,"Cost":464,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":120,"Cost":111,"Date":"3/1/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":417,"Cost":278,"Date":"4/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":611,"Cost":568,"Date":"5/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":134,"Cost":113,"Date":"8/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":96,"Date":"9/15/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":497,"Cost":356,"Date":"10/14/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":710,"Cost":363,"Date":"10/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":641,"Date":"11/11/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":403,"Cost":365,"Date":"12/7/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":933,"Cost":781,"Date":"12/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":27,"Date":"1/6/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":511,"Cost":403,"Date":"1/23/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":580,"Cost":406,"Date":"2/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":808,"Date":"3/10/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":6,"Cost":4,"Date":"3/12/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":201,"Date":"3/31/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":116,"Cost":96,"Date":"6/16/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":604,"Cost":573,"Date":"6/17/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":493,"Cost":336,"Date":"8/27/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":808,"Cost":623,"Date":"10/1/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":176,"Cost":134,"Date":"11/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":744,"Cost":490,"Date":"11/9/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":638,"Cost":378,"Date":"3/27/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":442,"Cost":389,"Date":"4/17/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":140,"Cost":85,"Date":"8/11/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":380,"Cost":279,"Date":"8/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":719,"Cost":445,"Date":"9/2/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":810,"Cost":768,"Date":"9/5/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":401,"Cost":366,"Date":"9/14/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":868,"Cost":779,"Date":"9/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":736,"Cost":488,"Date":"11/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":681,"Cost":493,"Date":"12/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":269,"Cost":249,"Date":"1/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":496,"Cost":381,"Date":"1/21/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":896,"Cost":735,"Date":"2/9/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":385,"Cost":343,"Date":"3/19/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":805,"Cost":501,"Date":"4/3/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":492,"Cost":358,"Date":"4/5/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":371,"Cost":320,"Date":"4/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":972,"Cost":659,"Date":"7/10/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":674,"Cost":470,"Date":"3/25/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":595,"Cost":387,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":591,"Cost":404,"Date":"10/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":74,"Cost":59,"Date":"3/2/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":90,"Cost":82,"Date":"6/28/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":444,"Cost":241,"Date":"7/17/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":112,"Cost":67,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":989,"Cost":769,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":197,"Cost":168,"Date":"11/20/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":824,"Cost":755,"Date":"12/16/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":272,"Cost":252,"Date":"12/30/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":150,"Cost":129,"Date":"2/15/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":398,"Cost":351,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":655,"Cost":596,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":864,"Cost":432,"Date":"4/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":819,"Cost":524,"Date":"7/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":970,"Cost":601,"Date":"8/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":31,"Cost":15,"Date":"10/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":136,"Cost":96,"Date":"11/11/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":188,"Cost":143,"Date":"11/30/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":521,"Cost":317,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":107,"Cost":98,"Date":"3/1/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":957,"Cost":538,"Date":"4/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":139,"Cost":84,"Date":"5/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":408,"Cost":383,"Date":"8/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":756,"Cost":655,"Date":"9/15/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":973,"Cost":545,"Date":"10/14/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":357,"Cost":220,"Date":"10/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":820,"Cost":634,"Date":"11/11/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":8,"Cost":4,"Date":"12/7/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":822,"Cost":527,"Date":"12/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":172,"Cost":119,"Date":"1/6/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":333,"Cost":269,"Date":"1/23/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":849,"Cost":551,"Date":"2/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":352,"Cost":185,"Date":"3/10/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":814,"Cost":422,"Date":"3/12/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":921,"Cost":542,"Date":"3/31/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":475,"Cost":434,"Date":"6/16/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":818,"Cost":501,"Date":"6/17/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":699,"Cost":576,"Date":"8/27/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":986,"Cost":615,"Date":"10/1/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":713,"Cost":361,"Date":"11/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":941,"Cost":892,"Date":"11/9/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":57,"Cost":54,"Date":"3/27/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":224,"Date":"4/17/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":852,"Cost":712,"Date":"8/11/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":301,"Date":"8/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":189,"Date":"9/2/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":775,"Date":"9/5/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":74,"Date":"9/14/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":431,"Cost":325,"Date":"9/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":418,"Cost":344,"Date":"11/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":152,"Cost":124,"Date":"12/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":624,"Cost":409,"Date":"1/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":933,"Cost":533,"Date":"1/21/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":496,"Date":"2/9/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":444,"Cost":412,"Date":"3/19/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":108,"Date":"4/3/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":305,"Cost":268,"Date":"4/5/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":403,"Cost":220,"Date":"4/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":679,"Cost":540,"Date":"7/10/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":185,"Cost":120,"Date":"3/25/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":18,"Cost":11,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":298,"Cost":260,"Date":"10/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":55,"Cost":34,"Date":"3/2/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":88,"Date":"6/28/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":689,"Cost":468,"Date":"7/17/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":394,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":991,"Cost":837,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":726,"Cost":558,"Date":"11/20/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":56,"Cost":28,"Date":"12/16/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":888,"Cost":703,"Date":"12/30/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":802,"Date":"2/15/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":325,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":362,"Cost":324,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":222,"Cost":124,"Date":"4/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":317,"Date":"7/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":732,"Cost":597,"Date":"8/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":867,"Cost":615,"Date":"10/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":704,"Cost":443,"Date":"11/11/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":202,"Cost":138,"Date":"11/30/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":850,"Cost":587,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":813,"Cost":606,"Date":"3/1/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":237,"Cost":154,"Date":"4/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":360,"Date":"5/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":45,"Cost":22,"Date":"8/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":285,"Cost":249,"Date":"9/15/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":444,"Cost":388,"Date":"10/14/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":236,"Date":"10/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":764,"Cost":428,"Date":"11/11/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":422,"Date":"12/7/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":621,"Cost":368,"Date":"12/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":248,"Cost":145,"Date":"1/6/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":180,"Cost":92,"Date":"1/23/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":268,"Cost":214,"Date":"2/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":438,"Date":"3/10/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":256,"Cost":199,"Date":"3/12/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":876,"Cost":687,"Date":"3/31/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":917,"Cost":570,"Date":"6/16/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":230,"Cost":200,"Date":"6/17/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":22,"Cost":19,"Date":"8/27/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":123,"Cost":110,"Date":"10/1/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":607,"Cost":544,"Date":"11/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":443,"Cost":316,"Date":"11/9/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":369,"Cost":210,"Date":"3/27/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":107,"Date":"4/17/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":703,"Cost":633,"Date":"8/11/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":547,"Cost":408,"Date":"8/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":668,"Date":"9/2/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":126,"Cost":103,"Date":"9/5/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":360,"Cost":236,"Date":"9/14/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":820,"Cost":426,"Date":"9/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":398,"Cost":203,"Date":"11/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":866,"Cost":619,"Date":"12/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":936,"Cost":886,"Date":"1/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":810,"Cost":637,"Date":"1/21/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":631,"Cost":588,"Date":"2/9/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":181,"Cost":111,"Date":"3/19/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":32,"Cost":19,"Date":"4/3/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":685,"Cost":522,"Date":"4/5/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":448,"Cost":358,"Date":"4/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":371,"Cost":320,"Date":"7/10/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":415,"Cost":269,"Date":"3/25/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":307,"Cost":227,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":296,"Cost":261,"Date":"10/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":492,"Date":"3/2/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":68,"Cost":41,"Date":"6/28/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":921,"Cost":538,"Date":"7/17/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":158,"Cost":104,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":415,"Cost":294,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":108,"Date":"11/20/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":401,"Date":"12/16/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":290,"Cost":193,"Date":"12/30/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":337,"Date":"2/15/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":809,"Cost":678,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":91,"Cost":82,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":922,"Cost":668,"Date":"4/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":960,"Cost":733,"Date":"7/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":267,"Cost":242,"Date":"8/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":572,"Cost":465,"Date":"10/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":60,"Date":"11/11/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":839,"Cost":514,"Date":"11/30/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":751,"Cost":389,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":552,"Cost":404,"Date":"3/1/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":293,"Cost":245,"Date":"4/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":965,"Cost":572,"Date":"5/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":872,"Cost":518,"Date":"8/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":136,"Date":"9/15/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":560,"Cost":354,"Date":"10/14/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":417,"Cost":349,"Date":"10/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":72,"Date":"11/11/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":542,"Cost":383,"Date":"12/7/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":996,"Cost":936,"Date":"12/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":363,"Cost":244,"Date":"1/6/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":302,"Date":"1/23/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":158,"Cost":147,"Date":"2/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":37,"Cost":35,"Date":"3/10/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":783,"Cost":542,"Date":"3/12/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":117,"Cost":89,"Date":"3/31/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":443,"Cost":396,"Date":"6/16/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":790,"Cost":464,"Date":"6/17/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":881,"Cost":560,"Date":"8/27/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":168,"Cost":119,"Date":"10/1/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":322,"Cost":167,"Date":"11/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":835,"Cost":690,"Date":"11/9/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":225,"Date":"3/27/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":700,"Cost":384,"Date":"4/17/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":167,"Cost":146,"Date":"8/11/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":225,"Cost":151,"Date":"8/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":319,"Cost":164,"Date":"9/2/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":578,"Cost":415,"Date":"9/5/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":603,"Cost":487,"Date":"9/14/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":478,"Cost":328,"Date":"9/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":394,"Cost":210,"Date":"11/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":848,"Cost":571,"Date":"12/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":560,"Cost":366,"Date":"1/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":639,"Date":"1/21/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":429,"Date":"2/9/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":527,"Cost":464,"Date":"3/19/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":54,"Cost":34,"Date":"4/3/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":682,"Date":"4/5/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":315,"Date":"4/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":210,"Cost":126,"Date":"7/10/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":809,"Cost":568,"Date":"3/25/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":466,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":101,"Cost":74,"Date":"10/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":246,"Cost":164,"Date":"3/2/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":784,"Cost":628,"Date":"6/28/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":994,"Cost":942,"Date":"7/17/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":139,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":709,"Cost":615,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":255,"Date":"11/20/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":57,"Date":"12/16/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":45,"Cost":23,"Date":"12/30/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":639,"Date":"2/15/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":679,"Cost":363,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":809,"Cost":689,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":313,"Cost":240,"Date":"4/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":525,"Cost":495,"Date":"7/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":893,"Cost":499,"Date":"8/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":57,"Cost":45,"Date":"10/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":349,"Cost":186,"Date":"11/11/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":349,"Cost":189,"Date":"11/30/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":4,"Cost":3,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":851,"Cost":502,"Date":"3/1/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":238,"Cost":202,"Date":"4/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":327,"Date":"5/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":837,"Cost":658,"Date":"8/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":985,"Cost":735,"Date":"9/15/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":357,"Date":"10/14/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":66,"Cost":59,"Date":"10/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":556,"Cost":287,"Date":"11/11/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":639,"Cost":353,"Date":"12/7/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":476,"Cost":309,"Date":"12/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":265,"Cost":181,"Date":"1/6/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":861,"Date":"1/23/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":304,"Cost":154,"Date":"2/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":56,"Date":"3/10/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":955,"Cost":644,"Date":"3/12/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":442,"Cost":400,"Date":"3/31/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":484,"Cost":269,"Date":"6/16/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":813,"Cost":721,"Date":"6/17/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":821,"Date":"8/27/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":85,"Cost":76,"Date":"10/1/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":734,"Cost":681,"Date":"11/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":168,"Cost":138,"Date":"11/9/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":469,"Cost":327,"Date":"3/27/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":305,"Cost":166,"Date":"4/17/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":946,"Cost":628,"Date":"8/11/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":449,"Cost":415,"Date":"8/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":954,"Cost":606,"Date":"9/2/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":697,"Cost":595,"Date":"9/5/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":652,"Cost":387,"Date":"9/14/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":212,"Cost":146,"Date":"9/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":413,"Cost":279,"Date":"11/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":651,"Cost":615,"Date":"12/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":604,"Cost":420,"Date":"1/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":172,"Cost":106,"Date":"1/21/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":190,"Cost":106,"Date":"2/9/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":471,"Cost":274,"Date":"3/19/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":462,"Cost":273,"Date":"4/3/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":423,"Cost":226,"Date":"4/5/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":590,"Cost":456,"Date":"4/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":44,"Cost":41,"Date":"7/10/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":599,"Cost":304,"Date":"3/25/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":476,"Cost":245,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":309,"Cost":156,"Date":"10/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":603,"Cost":447,"Date":"3/2/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":425,"Cost":271,"Date":"6/28/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":460,"Cost":365,"Date":"7/17/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":800,"Cost":508,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":887,"Cost":753,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":560,"Cost":289,"Date":"11/20/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":165,"Cost":145,"Date":"12/16/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":907,"Cost":735,"Date":"12/30/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":955,"Cost":592,"Date":"2/15/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":828,"Cost":742,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":715,"Cost":604,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":439,"Cost":269,"Date":"4/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":926,"Cost":820,"Date":"7/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":49,"Cost":35,"Date":"8/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":428,"Cost":289,"Date":"10/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":429,"Cost":300,"Date":"11/11/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":813,"Cost":499,"Date":"11/30/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":68,"Cost":58,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":928,"Cost":569,"Date":"3/1/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":430,"Cost":278,"Date":"4/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":375,"Cost":214,"Date":"5/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":983,"Cost":883,"Date":"8/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":107,"Cost":54,"Date":"9/15/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":843,"Cost":647,"Date":"10/14/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":927,"Cost":463,"Date":"10/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":858,"Cost":642,"Date":"11/11/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":678,"Cost":509,"Date":"12/7/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":816,"Cost":428,"Date":"12/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":557,"Cost":368,"Date":"1/6/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":241,"Cost":204,"Date":"1/23/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":474,"Cost":345,"Date":"2/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":991,"Cost":757,"Date":"3/10/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":987,"Cost":879,"Date":"3/12/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":451,"Cost":263,"Date":"3/31/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":525,"Cost":370,"Date":"6/16/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":874,"Cost":657,"Date":"6/17/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":250,"Cost":213,"Date":"8/27/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":823,"Cost":605,"Date":"10/1/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":420,"Cost":217,"Date":"11/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":262,"Cost":221,"Date":"11/9/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":415,"Cost":304,"Date":"3/27/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":46,"Cost":43,"Date":"4/17/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":280,"Cost":178,"Date":"8/11/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":337,"Cost":260,"Date":"8/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":300,"Cost":275,"Date":"9/2/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":673,"Cost":544,"Date":"9/5/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":85,"Cost":58,"Date":"9/14/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":841,"Cost":653,"Date":"9/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":356,"Cost":324,"Date":"11/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":583,"Cost":354,"Date":"12/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":234,"Cost":131,"Date":"1/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":269,"Cost":220,"Date":"1/21/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":353,"Date":"2/9/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":46,"Date":"3/19/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":185,"Cost":130,"Date":"4/3/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":621,"Cost":355,"Date":"4/5/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":746,"Cost":699,"Date":"4/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":80,"Date":"7/10/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":346,"Date":"3/25/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":44,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":184,"Cost":94,"Date":"10/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":246,"Cost":187,"Date":"3/2/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":783,"Cost":432,"Date":"6/28/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":219,"Cost":165,"Date":"7/17/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":969,"Cost":703,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":137,"Cost":126,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":163,"Cost":91,"Date":"11/20/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":942,"Cost":853,"Date":"12/16/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":9,"Date":"12/30/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":1,"Cost":0,"Date":"2/15/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":433,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":117,"Cost":86,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":754,"Cost":385,"Date":"4/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":67,"Cost":39,"Date":"7/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":138,"Cost":77,"Date":"8/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":296,"Cost":273,"Date":"10/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":507,"Cost":416,"Date":"11/11/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":830,"Cost":459,"Date":"11/30/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":312,"Cost":230,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":852,"Cost":429,"Date":"3/1/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":903,"Cost":760,"Date":"4/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":630,"Cost":321,"Date":"5/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":276,"Cost":252,"Date":"8/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":62,"Cost":40,"Date":"9/15/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":11,"Cost":5,"Date":"10/14/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":597,"Date":"10/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":272,"Date":"11/11/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":825,"Cost":590,"Date":"12/7/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":722,"Cost":647,"Date":"12/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":684,"Cost":540,"Date":"1/6/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":756,"Cost":397,"Date":"1/23/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":489,"Date":"2/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":373,"Cost":329,"Date":"3/10/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":947,"Cost":543,"Date":"3/12/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":387,"Cost":206,"Date":"3/31/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":229,"Cost":128,"Date":"6/16/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":952,"Cost":848,"Date":"6/17/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":603,"Date":"8/27/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":335,"Cost":293,"Date":"10/1/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":19,"Cost":17,"Date":"11/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":821,"Cost":694,"Date":"11/9/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":997,"Cost":754,"Date":"3/27/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":42,"Cost":24,"Date":"4/17/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":868,"Cost":649,"Date":"8/11/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":194,"Cost":139,"Date":"8/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":104,"Cost":60,"Date":"9/2/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":790,"Cost":700,"Date":"9/5/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":235,"Cost":153,"Date":"9/14/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":107,"Cost":63,"Date":"9/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":326,"Cost":178,"Date":"11/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":365,"Cost":186,"Date":"12/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":579,"Cost":316,"Date":"1/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":877,"Cost":751,"Date":"1/21/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":244,"Cost":158,"Date":"2/9/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":461,"Cost":292,"Date":"3/19/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":819,"Cost":695,"Date":"4/3/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":566,"Cost":373,"Date":"4/5/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":54,"Cost":32,"Date":"4/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":965,"Cost":833,"Date":"7/10/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":377,"Cost":283,"Date":"3/25/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":195,"Cost":174,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":35,"Cost":21,"Date":"10/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":577,"Cost":418,"Date":"3/2/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":624,"Cost":571,"Date":"6/28/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":823,"Cost":742,"Date":"7/17/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":743,"Cost":704,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":485,"Cost":322,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":28,"Cost":14,"Date":"11/20/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":162,"Cost":102,"Date":"12/16/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":416,"Cost":273,"Date":"12/30/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":733,"Cost":690,"Date":"2/15/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":93,"Cost":59,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":520,"Cost":400,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":109,"Cost":68,"Date":"4/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":452,"Cost":298,"Date":"7/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":679,"Cost":412,"Date":"8/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":642,"Cost":453,"Date":"10/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":27,"Cost":20,"Date":"11/11/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":302,"Cost":213,"Date":"11/30/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":186,"Cost":139,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":436,"Cost":264,"Date":"3/1/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":380,"Cost":312,"Date":"4/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":813,"Cost":438,"Date":"5/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":237,"Cost":168,"Date":"8/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":308,"Cost":178,"Date":"9/15/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":827,"Cost":559,"Date":"10/14/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":178,"Cost":148,"Date":"10/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":777,"Cost":676,"Date":"11/11/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":335,"Cost":235,"Date":"12/7/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":383,"Cost":351,"Date":"12/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":728,"Cost":399,"Date":"1/6/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":779,"Cost":594,"Date":"1/23/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":201,"Cost":119,"Date":"2/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":432,"Cost":238,"Date":"3/10/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":865,"Cost":571,"Date":"3/12/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":413,"Cost":253,"Date":"3/31/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":927,"Cost":507,"Date":"6/16/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":54,"Cost":36,"Date":"6/17/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":689,"Cost":425,"Date":"8/27/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":954,"Cost":795,"Date":"10/1/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":812,"Cost":582,"Date":"11/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":152,"Cost":141,"Date":"11/9/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":319,"Date":"3/27/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":566,"Cost":361,"Date":"4/17/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":985,"Cost":763,"Date":"8/11/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":376,"Cost":306,"Date":"8/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":774,"Cost":651,"Date":"9/2/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":109,"Cost":68,"Date":"9/5/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":545,"Cost":486,"Date":"9/14/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":871,"Cost":508,"Date":"9/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":820,"Cost":660,"Date":"11/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":148,"Date":"12/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":847,"Cost":554,"Date":"1/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":406,"Cost":355,"Date":"1/21/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":920,"Cost":640,"Date":"2/9/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":910,"Cost":834,"Date":"3/19/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":982,"Cost":515,"Date":"4/3/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":775,"Cost":587,"Date":"4/5/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":806,"Cost":575,"Date":"4/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":577,"Cost":509,"Date":"7/10/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":181,"Cost":129,"Date":"3/25/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":30,"Cost":27,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":326,"Cost":173,"Date":"10/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":86,"Cost":71,"Date":"3/2/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":681,"Cost":441,"Date":"6/28/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":634,"Cost":322,"Date":"7/17/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":589,"Cost":346,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":925,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":310,"Cost":269,"Date":"11/20/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":58,"Cost":51,"Date":"12/16/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":429,"Date":"12/30/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":193,"Cost":173,"Date":"2/15/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":786,"Cost":496,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":286,"Cost":230,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":425,"Cost":326,"Date":"4/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":547,"Cost":316,"Date":"7/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":429,"Cost":371,"Date":"8/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":63,"Cost":32,"Date":"10/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":326,"Cost":266,"Date":"11/11/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":355,"Cost":221,"Date":"11/30/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":898,"Cost":513,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":497,"Cost":376,"Date":"3/1/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":938,"Cost":598,"Date":"4/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":891,"Date":"5/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":147,"Cost":135,"Date":"8/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":622,"Cost":573,"Date":"9/15/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":125,"Cost":68,"Date":"10/14/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":81,"Cost":64,"Date":"10/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":303,"Cost":219,"Date":"11/11/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":110,"Date":"12/7/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":565,"Cost":454,"Date":"12/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":415,"Cost":232,"Date":"1/6/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":308,"Date":"1/23/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":652,"Cost":550,"Date":"2/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":895,"Cost":463,"Date":"3/10/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":955,"Cost":907,"Date":"3/12/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":520,"Date":"3/31/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":602,"Cost":423,"Date":"6/16/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":551,"Cost":446,"Date":"6/17/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":311,"Cost":192,"Date":"8/27/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":718,"Date":"10/1/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":678,"Date":"11/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":449,"Cost":361,"Date":"11/9/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":739,"Cost":434,"Date":"3/27/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":102,"Cost":56,"Date":"4/17/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":174,"Cost":153,"Date":"8/11/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":280,"Cost":158,"Date":"8/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":931,"Cost":873,"Date":"9/2/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":323,"Cost":230,"Date":"9/5/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":814,"Cost":560,"Date":"9/14/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":17,"Cost":10,"Date":"9/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":278,"Cost":159,"Date":"11/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":929,"Cost":759,"Date":"12/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":24,"Cost":15,"Date":"1/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":491,"Cost":278,"Date":"1/21/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":506,"Cost":378,"Date":"2/9/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":135,"Cost":117,"Date":"3/19/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":826,"Cost":540,"Date":"4/3/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":457,"Cost":421,"Date":"4/5/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":832,"Cost":684,"Date":"4/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":100,"Cost":68,"Date":"7/10/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":887,"Cost":746,"Date":"3/25/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":537,"Cost":357,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":124,"Cost":83,"Date":"10/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":111,"Cost":91,"Date":"3/2/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":690,"Cost":470,"Date":"6/28/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":933,"Cost":479,"Date":"7/17/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":582,"Cost":543,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":437,"Cost":240,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":334,"Cost":182,"Date":"11/20/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":445,"Cost":307,"Date":"12/16/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":459,"Cost":338,"Date":"12/30/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":338,"Cost":190,"Date":"2/15/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":348,"Cost":273,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":208,"Cost":129,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":853,"Cost":809,"Date":"4/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":918,"Cost":480,"Date":"7/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":519,"Cost":444,"Date":"8/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":510,"Cost":320,"Date":"10/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":87,"Cost":55,"Date":"11/11/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":966,"Cost":818,"Date":"11/30/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":301,"Cost":228,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":231,"Cost":216,"Date":"3/1/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":598,"Cost":419,"Date":"4/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":666,"Cost":420,"Date":"5/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":221,"Cost":205,"Date":"8/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":319,"Cost":227,"Date":"9/15/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":930,"Cost":884,"Date":"10/14/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":134,"Cost":127,"Date":"10/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":824,"Cost":670,"Date":"11/11/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":550,"Cost":504,"Date":"12/7/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":326,"Cost":210,"Date":"12/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":180,"Cost":130,"Date":"1/6/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":794,"Cost":632,"Date":"1/23/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":1,"Cost":1,"Date":"2/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":245,"Cost":196,"Date":"3/10/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":808,"Cost":424,"Date":"3/12/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":254,"Cost":211,"Date":"3/31/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":379,"Cost":262,"Date":"6/16/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":932,"Cost":585,"Date":"6/17/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":775,"Cost":450,"Date":"8/27/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":204,"Cost":108,"Date":"10/1/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":416,"Cost":298,"Date":"11/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":653,"Cost":356,"Date":"11/9/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":687,"Cost":576,"Date":"3/27/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":500,"Cost":281,"Date":"4/17/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":120,"Cost":74,"Date":"8/11/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":69,"Date":"8/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":91,"Cost":47,"Date":"9/2/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":474,"Cost":377,"Date":"9/5/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":830,"Cost":595,"Date":"9/14/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":988,"Cost":583,"Date":"9/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":413,"Date":"11/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":622,"Date":"12/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":97,"Date":"1/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":993,"Cost":708,"Date":"1/21/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":440,"Date":"2/9/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":104,"Cost":82,"Date":"3/19/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":328,"Cost":242,"Date":"4/3/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":452,"Cost":239,"Date":"4/5/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":727,"Cost":422,"Date":"4/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":941,"Cost":651,"Date":"7/10/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":72,"Cost":61,"Date":"3/25/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":261,"Cost":139,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":137,"Cost":89,"Date":"10/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":598,"Cost":567,"Date":"3/2/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":447,"Cost":263,"Date":"6/28/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":748,"Cost":504,"Date":"7/17/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":555,"Cost":393,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":860,"Cost":687,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":727,"Cost":686,"Date":"11/20/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":534,"Cost":285,"Date":"12/16/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":80,"Cost":49,"Date":"12/30/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":40,"Cost":29,"Date":"2/15/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":594,"Cost":450,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":840,"Cost":633,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":325,"Date":"4/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":770,"Cost":431,"Date":"7/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":311,"Cost":220,"Date":"8/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":269,"Cost":163,"Date":"10/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":103,"Cost":77,"Date":"11/11/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":308,"Cost":154,"Date":"11/30/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":674,"Cost":538,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":3,"Cost":3,"Date":"3/1/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":768,"Cost":564,"Date":"4/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":534,"Cost":479,"Date":"5/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":626,"Date":"8/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":926,"Cost":600,"Date":"9/15/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":371,"Cost":241,"Date":"10/14/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":308,"Cost":154,"Date":"10/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":189,"Cost":169,"Date":"11/11/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":143,"Cost":103,"Date":"12/7/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":377,"Date":"12/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":107,"Date":"1/6/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":485,"Cost":368,"Date":"1/23/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":170,"Date":"2/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":666,"Cost":608,"Date":"3/10/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":851,"Cost":468,"Date":"3/12/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":331,"Date":"3/31/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":496,"Cost":387,"Date":"6/16/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":780,"Cost":493,"Date":"6/17/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":430,"Cost":252,"Date":"8/27/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":265,"Cost":196,"Date":"10/1/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":8,"Cost":7,"Date":"11/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":10,"Cost":6,"Date":"11/9/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":943,"Cost":546,"Date":"3/27/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":647,"Cost":326,"Date":"4/17/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":965,"Cost":816,"Date":"8/11/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":821,"Cost":528,"Date":"8/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":789,"Cost":430,"Date":"9/2/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":937,"Cost":708,"Date":"9/5/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":949,"Cost":676,"Date":"9/14/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":219,"Cost":162,"Date":"9/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":856,"Cost":671,"Date":"11/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":188,"Date":"12/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":126,"Date":"1/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":599,"Cost":325,"Date":"1/21/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":623,"Cost":361,"Date":"2/9/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":564,"Date":"3/19/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":591,"Date":"4/3/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":848,"Cost":427,"Date":"4/5/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":319,"Date":"4/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":734,"Date":"7/10/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":963,"Cost":634,"Date":"3/25/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":166,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":460,"Date":"10/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":524,"Cost":392,"Date":"3/2/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":368,"Cost":254,"Date":"6/28/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":453,"Cost":350,"Date":"7/17/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":131,"Cost":117,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":772,"Cost":645,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":629,"Cost":594,"Date":"11/20/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":300,"Date":"12/16/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":346,"Cost":288,"Date":"12/30/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":353,"Cost":315,"Date":"2/15/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":887,"Cost":499,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":257,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":128,"Cost":108,"Date":"4/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":411,"Cost":239,"Date":"7/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":882,"Cost":589,"Date":"8/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":530,"Cost":315,"Date":"10/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":928,"Cost":653,"Date":"11/11/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":620,"Cost":383,"Date":"11/30/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":810,"Cost":619,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":750,"Cost":380,"Date":"3/1/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":825,"Cost":644,"Date":"4/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":817,"Cost":482,"Date":"5/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":771,"Cost":493,"Date":"8/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":740,"Date":"9/15/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":428,"Cost":234,"Date":"10/14/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":493,"Date":"10/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":899,"Cost":540,"Date":"11/11/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":749,"Cost":577,"Date":"12/7/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":487,"Cost":285,"Date":"12/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":800,"Cost":648,"Date":"1/6/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":868,"Cost":732,"Date":"1/23/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":556,"Cost":475,"Date":"2/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":854,"Cost":659,"Date":"3/10/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":696,"Cost":472,"Date":"3/12/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":397,"Cost":323,"Date":"3/31/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":338,"Cost":268,"Date":"6/16/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":813,"Cost":752,"Date":"6/17/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":111,"Cost":73,"Date":"8/27/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":320,"Date":"10/1/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":229,"Date":"11/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":452,"Cost":240,"Date":"11/9/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":405,"Date":"3/27/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":53,"Cost":28,"Date":"4/17/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":108,"Cost":78,"Date":"8/11/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":677,"Cost":516,"Date":"8/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":305,"Cost":211,"Date":"9/2/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":418,"Date":"9/5/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":518,"Date":"9/14/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":356,"Cost":297,"Date":"9/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":956,"Cost":617,"Date":"11/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":307,"Cost":172,"Date":"12/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":239,"Cost":128,"Date":"1/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":910,"Cost":706,"Date":"1/21/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":439,"Cost":331,"Date":"2/9/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":233,"Cost":149,"Date":"3/19/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":857,"Cost":485,"Date":"4/3/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":417,"Cost":309,"Date":"4/5/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":137,"Date":"4/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":990,"Cost":498,"Date":"7/10/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":452,"Cost":342,"Date":"3/25/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":417,"Cost":381,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":127,"Cost":77,"Date":"10/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":949,"Cost":896,"Date":"3/2/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":638,"Cost":514,"Date":"6/28/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":109,"Cost":57,"Date":"7/17/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":836,"Cost":514,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":23,"Cost":15,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":26,"Cost":20,"Date":"11/20/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":682,"Cost":462,"Date":"12/16/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":233,"Cost":175,"Date":"12/30/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":127,"Cost":87,"Date":"2/15/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":256,"Cost":172,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":605,"Cost":325,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":396,"Cost":254,"Date":"4/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":416,"Cost":284,"Date":"7/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":752,"Date":"8/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":540,"Cost":390,"Date":"10/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":472,"Cost":310,"Date":"11/11/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":21,"Cost":19,"Date":"11/30/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":761,"Cost":713,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":813,"Cost":698,"Date":"3/1/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":736,"Cost":479,"Date":"4/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":361,"Cost":324,"Date":"5/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":205,"Cost":176,"Date":"8/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":444,"Date":"9/15/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":463,"Date":"10/14/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":714,"Cost":630,"Date":"10/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":331,"Date":"11/11/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":160,"Cost":119,"Date":"12/7/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":915,"Cost":754,"Date":"12/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":607,"Cost":463,"Date":"1/6/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":415,"Cost":261,"Date":"1/23/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":888,"Cost":758,"Date":"2/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":249,"Cost":136,"Date":"3/10/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":856,"Cost":609,"Date":"3/12/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":736,"Cost":630,"Date":"3/31/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":503,"Cost":290,"Date":"6/16/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":96,"Date":"6/17/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":699,"Cost":399,"Date":"8/27/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":644,"Date":"10/1/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":662,"Cost":504,"Date":"11/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":315,"Cost":287,"Date":"11/9/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":981,"Cost":691,"Date":"3/27/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":178,"Cost":160,"Date":"4/17/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":506,"Cost":277,"Date":"8/11/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":654,"Cost":443,"Date":"8/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":728,"Cost":651,"Date":"9/2/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":158,"Cost":93,"Date":"9/5/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":739,"Cost":629,"Date":"9/14/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":491,"Cost":397,"Date":"9/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":49,"Cost":37,"Date":"11/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":685,"Cost":344,"Date":"12/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":584,"Cost":454,"Date":"1/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":73,"Cost":67,"Date":"1/21/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":209,"Cost":156,"Date":"2/9/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":733,"Cost":526,"Date":"3/19/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":279,"Cost":249,"Date":"4/3/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":479,"Cost":394,"Date":"4/5/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":355,"Cost":192,"Date":"4/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":716,"Cost":626,"Date":"7/10/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":719,"Cost":602,"Date":"3/25/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":939,"Cost":840,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":518,"Cost":439,"Date":"10/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":275,"Cost":139,"Date":"3/2/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":852,"Cost":496,"Date":"6/28/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":445,"Cost":300,"Date":"7/17/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":61,"Cost":57,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":942,"Cost":529,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":420,"Cost":356,"Date":"11/20/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":888,"Cost":679,"Date":"12/16/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":354,"Cost":236,"Date":"12/30/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":259,"Cost":244,"Date":"2/15/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":738,"Cost":405,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":884,"Cost":742,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":982,"Cost":621,"Date":"4/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":318,"Cost":245,"Date":"7/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":222,"Cost":193,"Date":"8/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":192,"Cost":105,"Date":"10/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":100,"Cost":85,"Date":"11/11/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":811,"Cost":576,"Date":"11/30/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":419,"Cost":289,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":588,"Cost":552,"Date":"3/1/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":367,"Cost":221,"Date":"4/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":444,"Cost":410,"Date":"5/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":65,"Cost":35,"Date":"8/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":377,"Cost":277,"Date":"9/15/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":550,"Cost":337,"Date":"10/14/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":563,"Cost":407,"Date":"10/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":257,"Cost":137,"Date":"11/11/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":300,"Cost":182,"Date":"12/7/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":582,"Cost":317,"Date":"12/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":874,"Cost":611,"Date":"1/6/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":807,"Cost":663,"Date":"1/23/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":150,"Cost":102,"Date":"2/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":248,"Cost":234,"Date":"3/10/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":952,"Cost":659,"Date":"3/12/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":79,"Cost":43,"Date":"3/31/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":43,"Cost":41,"Date":"6/16/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":483,"Cost":436,"Date":"6/17/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":411,"Cost":258,"Date":"8/27/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":939,"Cost":784,"Date":"10/1/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":215,"Cost":169,"Date":"11/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":566,"Cost":504,"Date":"11/9/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":929,"Cost":829,"Date":"3/27/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":2,"Cost":2,"Date":"4/17/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":352,"Cost":197,"Date":"8/11/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":680,"Cost":541,"Date":"8/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":476,"Cost":419,"Date":"9/2/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":489,"Cost":254,"Date":"9/5/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":746,"Cost":391,"Date":"9/14/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":335,"Cost":177,"Date":"9/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":532,"Cost":338,"Date":"11/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":572,"Cost":289,"Date":"12/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":110,"Cost":100,"Date":"1/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":422,"Cost":401,"Date":"1/21/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":199,"Cost":150,"Date":"2/9/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":188,"Cost":105,"Date":"3/19/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":384,"Cost":268,"Date":"4/3/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":352,"Cost":277,"Date":"4/5/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":467,"Cost":419,"Date":"4/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":172,"Cost":92,"Date":"7/10/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":662,"Cost":606,"Date":"3/25/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":216,"Cost":198,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":965,"Cost":586,"Date":"10/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":565,"Cost":497,"Date":"3/2/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":521,"Cost":445,"Date":"6/28/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":336,"Cost":320,"Date":"7/17/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":301,"Cost":236,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":820,"Cost":569,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":15,"Cost":12,"Date":"11/20/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":917,"Cost":538,"Date":"12/16/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":308,"Cost":202,"Date":"12/30/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":740,"Cost":587,"Date":"2/15/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":462,"Cost":338,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":331,"Cost":240,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":176,"Cost":163,"Date":"4/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":475,"Cost":383,"Date":"7/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":160,"Cost":138,"Date":"8/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":210,"Cost":160,"Date":"10/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":352,"Cost":208,"Date":"11/11/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":523,"Cost":457,"Date":"11/30/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":300,"Cost":273,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":819,"Cost":536,"Date":"3/1/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":845,"Cost":472,"Date":"4/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":583,"Cost":430,"Date":"5/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":440,"Cost":221,"Date":"8/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":51,"Cost":39,"Date":"9/15/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":483,"Cost":256,"Date":"10/14/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":745,"Cost":673,"Date":"10/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":352,"Cost":260,"Date":"11/11/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":176,"Cost":88,"Date":"12/7/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":772,"Cost":408,"Date":"12/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":795,"Cost":473,"Date":"1/6/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":711,"Cost":667,"Date":"1/23/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":474,"Cost":348,"Date":"2/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":488,"Cost":449,"Date":"3/10/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":102,"Cost":96,"Date":"3/12/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":971,"Cost":689,"Date":"3/31/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":708,"Cost":422,"Date":"6/16/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":160,"Cost":141,"Date":"6/17/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":132,"Cost":80,"Date":"8/27/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":688,"Cost":434,"Date":"10/1/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":769,"Cost":471,"Date":"11/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":873,"Cost":792,"Date":"11/9/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":791,"Cost":404,"Date":"3/27/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":123,"Cost":83,"Date":"4/17/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":555,"Cost":465,"Date":"8/11/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":99,"Cost":86,"Date":"8/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":513,"Cost":330,"Date":"9/2/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":82,"Cost":70,"Date":"9/5/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":294,"Cost":262,"Date":"9/14/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":398,"Cost":218,"Date":"9/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":454,"Cost":280,"Date":"11/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":899,"Cost":506,"Date":"12/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":502,"Cost":446,"Date":"1/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":385,"Cost":222,"Date":"1/21/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":663,"Cost":563,"Date":"2/9/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":585,"Cost":514,"Date":"3/19/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":247,"Cost":216,"Date":"4/3/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":111,"Cost":83,"Date":"4/5/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":546,"Cost":434,"Date":"4/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":770,"Cost":509,"Date":"7/10/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":110,"Cost":83,"Date":"3/25/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":29,"Cost":18,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":661,"Cost":337,"Date":"10/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":38,"Cost":33,"Date":"3/2/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":892,"Cost":605,"Date":"6/28/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":631,"Cost":447,"Date":"7/17/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":906,"Cost":756,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":875,"Cost":502,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":253,"Cost":152,"Date":"11/20/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":578,"Cost":438,"Date":"12/16/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":807,"Cost":483,"Date":"12/30/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":735,"Cost":383,"Date":"2/15/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":107,"Cost":97,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":362,"Cost":279,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":501,"Cost":374,"Date":"4/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":725,"Cost":586,"Date":"7/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":744,"Cost":665,"Date":"8/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":138,"Cost":96,"Date":"10/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":660,"Cost":465,"Date":"11/11/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":449,"Cost":244,"Date":"11/30/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":830,"Cost":605,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":62,"Cost":34,"Date":"3/1/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":320,"Cost":292,"Date":"4/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":858,"Cost":577,"Date":"5/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":177,"Cost":106,"Date":"8/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":617,"Cost":314,"Date":"9/15/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":700,"Cost":462,"Date":"10/14/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":338,"Cost":292,"Date":"10/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":322,"Cost":222,"Date":"11/11/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":931,"Cost":639,"Date":"12/7/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":573,"Cost":301,"Date":"12/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":259,"Cost":167,"Date":"1/6/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":297,"Cost":238,"Date":"1/23/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":574,"Cost":485,"Date":"2/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":182,"Cost":124,"Date":"3/10/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":478,"Cost":383,"Date":"3/12/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":196,"Cost":144,"Date":"3/31/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":710,"Cost":501,"Date":"6/16/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":826,"Cost":688,"Date":"6/17/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":853,"Cost":471,"Date":"8/27/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":627,"Cost":427,"Date":"10/1/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":47,"Cost":38,"Date":"11/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":149,"Cost":121,"Date":"11/9/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":452,"Cost":372,"Date":"3/27/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":492,"Cost":396,"Date":"4/17/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":956,"Cost":890,"Date":"8/11/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":321,"Cost":267,"Date":"8/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":694,"Cost":515,"Date":"9/2/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":105,"Cost":65,"Date":"9/5/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":479,"Cost":384,"Date":"9/14/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":763,"Cost":414,"Date":"9/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":62,"Date":"11/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":731,"Cost":588,"Date":"12/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":581,"Cost":392,"Date":"1/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":913,"Cost":568,"Date":"1/21/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":764,"Cost":511,"Date":"2/9/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":330,"Cost":311,"Date":"3/19/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":450,"Date":"4/3/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":614,"Cost":519,"Date":"4/5/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":947,"Cost":606,"Date":"4/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":199,"Date":"7/10/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":782,"Cost":503,"Date":"3/25/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":672,"Cost":544,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":242,"Cost":191,"Date":"10/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":488,"Date":"3/2/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":298,"Cost":276,"Date":"6/28/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":515,"Date":"7/17/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":768,"Cost":492,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":565,"Cost":416,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":219,"Cost":144,"Date":"11/20/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":549,"Cost":326,"Date":"12/16/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":1,"Cost":1,"Date":"12/30/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":48,"Cost":45,"Date":"2/15/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":369,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":981,"Cost":639,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":669,"Cost":347,"Date":"4/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":148,"Cost":94,"Date":"7/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":41,"Cost":29,"Date":"8/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":518,"Date":"10/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":610,"Cost":553,"Date":"11/11/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":140,"Cost":129,"Date":"11/30/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":267,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":421,"Cost":352,"Date":"3/1/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":342,"Cost":291,"Date":"4/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":393,"Cost":290,"Date":"5/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":161,"Cost":114,"Date":"8/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":569,"Date":"9/15/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":210,"Cost":166,"Date":"10/14/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":509,"Cost":287,"Date":"10/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":905,"Cost":524,"Date":"11/11/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":539,"Date":"12/7/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":260,"Cost":136,"Date":"12/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":854,"Cost":439,"Date":"1/6/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":515,"Cost":371,"Date":"1/23/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":526,"Cost":447,"Date":"2/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":58,"Cost":36,"Date":"3/10/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":683,"Cost":443,"Date":"3/12/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":925,"Cost":757,"Date":"3/31/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":94,"Cost":81,"Date":"6/16/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":584,"Cost":516,"Date":"6/17/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":235,"Cost":141,"Date":"8/27/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":821,"Cost":632,"Date":"10/1/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":476,"Cost":439,"Date":"11/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":815,"Cost":623,"Date":"11/9/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":531,"Cost":277,"Date":"3/27/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":295,"Cost":157,"Date":"4/17/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":84,"Cost":60,"Date":"8/11/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":239,"Cost":140,"Date":"8/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":215,"Date":"9/2/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":261,"Cost":141,"Date":"9/5/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":976,"Cost":754,"Date":"9/14/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":148,"Cost":124,"Date":"9/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":472,"Date":"11/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":412,"Date":"12/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":216,"Cost":125,"Date":"1/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":270,"Cost":155,"Date":"1/21/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":436,"Cost":411,"Date":"2/9/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":133,"Date":"3/19/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":801,"Cost":412,"Date":"4/3/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":184,"Cost":143,"Date":"4/5/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":163,"Date":"4/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":724,"Cost":493,"Date":"7/10/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":334,"Date":"3/25/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":321,"Cost":241,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":652,"Cost":329,"Date":"10/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":438,"Cost":388,"Date":"3/2/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":350,"Cost":264,"Date":"6/28/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":790,"Cost":523,"Date":"7/17/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":676,"Cost":533,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":520,"Cost":390,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":839,"Cost":574,"Date":"11/20/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":617,"Cost":396,"Date":"12/16/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":566,"Cost":486,"Date":"12/30/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":753,"Cost":655,"Date":"2/15/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":496,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":994,"Cost":944,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":808,"Cost":614,"Date":"4/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":206,"Cost":157,"Date":"7/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":491,"Cost":255,"Date":"8/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":802,"Cost":542,"Date":"10/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":651,"Cost":364,"Date":"11/11/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":593,"Cost":472,"Date":"11/30/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":642,"Cost":381,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":685,"Cost":482,"Date":"3/1/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":468,"Cost":380,"Date":"4/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":910,"Cost":749,"Date":"5/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":211,"Cost":189,"Date":"8/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":700,"Cost":564,"Date":"9/15/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":289,"Cost":235,"Date":"10/14/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":827,"Cost":666,"Date":"10/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":395,"Cost":373,"Date":"11/11/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":28,"Cost":24,"Date":"12/7/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":356,"Date":"12/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":798,"Cost":524,"Date":"1/6/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":76,"Date":"1/23/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":506,"Cost":301,"Date":"2/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":597,"Cost":536,"Date":"3/10/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":585,"Cost":397,"Date":"3/12/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":83,"Cost":56,"Date":"3/31/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":47,"Cost":34,"Date":"6/16/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":633,"Cost":376,"Date":"6/17/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":654,"Cost":425,"Date":"8/27/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":132,"Cost":87,"Date":"10/1/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":485,"Cost":384,"Date":"11/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":228,"Cost":198,"Date":"11/9/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":894,"Cost":450,"Date":"3/27/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":449,"Cost":407,"Date":"4/17/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":578,"Cost":383,"Date":"8/11/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":372,"Cost":263,"Date":"8/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":843,"Cost":430,"Date":"9/2/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":490,"Cost":266,"Date":"9/5/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":5,"Date":"9/14/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":705,"Cost":553,"Date":"9/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":798,"Cost":427,"Date":"11/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":853,"Date":"12/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":464,"Cost":285,"Date":"1/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":862,"Cost":445,"Date":"1/21/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":171,"Cost":136,"Date":"2/9/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":423,"Date":"3/19/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":205,"Cost":158,"Date":"4/3/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":425,"Cost":226,"Date":"4/5/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":540,"Cost":310,"Date":"4/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":242,"Cost":123,"Date":"7/10/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":77,"Cost":71,"Date":"3/25/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":964,"Cost":766,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":581,"Cost":460,"Date":"10/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":77,"Cost":58,"Date":"3/2/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":735,"Cost":485,"Date":"6/28/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":152,"Cost":94,"Date":"7/17/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":783,"Cost":689,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":275,"Cost":244,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":600,"Date":"11/20/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":477,"Date":"12/16/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":425,"Cost":247,"Date":"12/30/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":894,"Cost":482,"Date":"2/15/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":715,"Cost":507,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":631,"Cost":467,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":152,"Cost":122,"Date":"4/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":743,"Cost":375,"Date":"7/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":663,"Cost":458,"Date":"8/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":15,"Cost":9,"Date":"10/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":416,"Cost":269,"Date":"11/11/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":509,"Cost":451,"Date":"11/30/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":59,"Cost":45,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":598,"Date":"3/1/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":73,"Cost":50,"Date":"4/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":106,"Cost":81,"Date":"5/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":182,"Cost":155,"Date":"8/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":722,"Cost":464,"Date":"9/15/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":544,"Cost":294,"Date":"10/14/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":284,"Cost":177,"Date":"10/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":512,"Cost":372,"Date":"11/11/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":15,"Cost":12,"Date":"12/7/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":317,"Cost":219,"Date":"12/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":908,"Cost":561,"Date":"1/6/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":461,"Date":"1/23/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":914,"Cost":502,"Date":"2/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":153,"Cost":101,"Date":"3/10/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":860,"Cost":725,"Date":"3/12/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":662,"Cost":435,"Date":"3/31/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":466,"Cost":252,"Date":"6/16/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":863,"Cost":723,"Date":"6/17/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":676,"Cost":544,"Date":"8/27/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":422,"Cost":233,"Date":"10/1/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":730,"Cost":601,"Date":"11/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":893,"Cost":840,"Date":"11/9/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":635,"Cost":477,"Date":"3/27/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":213,"Cost":156,"Date":"4/17/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":919,"Cost":850,"Date":"8/11/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":409,"Cost":213,"Date":"8/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":59,"Cost":48,"Date":"9/2/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":580,"Cost":314,"Date":"9/5/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":45,"Cost":23,"Date":"9/14/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":733,"Cost":468,"Date":"9/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":480,"Cost":436,"Date":"11/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":397,"Cost":343,"Date":"12/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":934,"Cost":612,"Date":"1/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":513,"Cost":293,"Date":"1/21/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":815,"Cost":518,"Date":"2/9/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":342,"Cost":195,"Date":"3/19/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":236,"Cost":175,"Date":"4/3/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":607,"Cost":311,"Date":"4/5/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":833,"Cost":675,"Date":"4/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":19,"Cost":14,"Date":"7/10/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":414,"Cost":300,"Date":"3/25/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":825,"Cost":438,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":505,"Cost":362,"Date":"10/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":620,"Cost":397,"Date":"3/2/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":620,"Cost":585,"Date":"6/28/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":50,"Cost":27,"Date":"7/17/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":682,"Cost":622,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":236,"Cost":144,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":581,"Cost":491,"Date":"11/20/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":878,"Cost":727,"Date":"12/16/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":601,"Cost":445,"Date":"12/30/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":119,"Cost":64,"Date":"2/15/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":818,"Cost":420,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":927,"Cost":714,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":651,"Cost":593,"Date":"4/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":896,"Cost":650,"Date":"7/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":25,"Cost":16,"Date":"8/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":797,"Cost":681,"Date":"10/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":599,"Cost":453,"Date":"11/11/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":459,"Cost":231,"Date":"11/30/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":808,"Cost":469,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":270,"Cost":230,"Date":"3/1/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":276,"Cost":256,"Date":"4/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":218,"Cost":191,"Date":"5/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":729,"Cost":499,"Date":"8/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":255,"Cost":242,"Date":"9/15/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":764,"Cost":718,"Date":"10/14/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":71,"Cost":65,"Date":"10/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":912,"Cost":651,"Date":"11/11/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":887,"Cost":781,"Date":"12/7/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":59,"Cost":45,"Date":"12/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":194,"Cost":160,"Date":"1/6/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":101,"Cost":61,"Date":"1/23/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":229,"Cost":179,"Date":"2/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":445,"Cost":324,"Date":"3/10/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":976,"Cost":804,"Date":"3/12/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":539,"Cost":439,"Date":"3/31/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":391,"Cost":257,"Date":"6/16/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":119,"Cost":96,"Date":"6/17/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":183,"Cost":140,"Date":"8/27/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":29,"Cost":28,"Date":"10/1/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":80,"Cost":66,"Date":"11/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":788,"Cost":624,"Date":"11/9/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":57,"Cost":37,"Date":"3/27/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":176,"Cost":155,"Date":"4/17/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":681,"Cost":375,"Date":"8/11/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":364,"Cost":236,"Date":"8/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":197,"Cost":107,"Date":"9/2/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":663,"Cost":457,"Date":"9/5/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":509,"Cost":271,"Date":"9/14/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":660,"Cost":545,"Date":"9/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":328,"Cost":180,"Date":"11/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":205,"Cost":123,"Date":"12/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":536,"Cost":336,"Date":"1/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":613,"Cost":406,"Date":"1/21/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":317,"Cost":210,"Date":"2/9/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":819,"Cost":545,"Date":"3/19/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":902,"Cost":493,"Date":"4/3/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":277,"Cost":208,"Date":"4/5/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":668,"Cost":550,"Date":"4/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":464,"Cost":366,"Date":"7/10/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":332,"Cost":228,"Date":"3/25/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":421,"Cost":393,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":954,"Cost":627,"Date":"10/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":424,"Cost":390,"Date":"3/2/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":690,"Cost":481,"Date":"6/28/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":147,"Cost":115,"Date":"7/17/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":814,"Cost":544,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":839,"Cost":539,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":63,"Cost":35,"Date":"11/20/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":58,"Cost":43,"Date":"12/16/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":421,"Cost":383,"Date":"12/30/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":55,"Cost":39,"Date":"2/15/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":495,"Cost":360,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":924,"Cost":517,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":202,"Cost":159,"Date":"4/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":764,"Cost":459,"Date":"7/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":417,"Cost":346,"Date":"8/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":858,"Cost":529,"Date":"10/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":64,"Cost":41,"Date":"11/11/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":230,"Cost":208,"Date":"11/30/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":371,"Cost":350,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":698,"Cost":552,"Date":"3/1/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":779,"Cost":722,"Date":"4/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":357,"Cost":235,"Date":"5/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":723,"Cost":660,"Date":"8/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":253,"Cost":192,"Date":"9/15/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":682,"Cost":474,"Date":"10/14/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":19,"Cost":13,"Date":"10/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":499,"Cost":460,"Date":"11/11/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":250,"Cost":225,"Date":"12/7/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":220,"Cost":163,"Date":"12/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":157,"Cost":90,"Date":"1/6/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":981,"Cost":801,"Date":"1/23/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":851,"Cost":725,"Date":"2/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":706,"Cost":504,"Date":"3/10/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":898,"Cost":800,"Date":"3/12/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":825,"Cost":632,"Date":"3/31/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":729,"Cost":616,"Date":"6/16/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":385,"Cost":242,"Date":"6/17/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":292,"Cost":151,"Date":"8/27/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":455,"Cost":277,"Date":"10/1/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":847,"Cost":430,"Date":"11/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":913,"Cost":633,"Date":"11/9/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":145,"Cost":78,"Date":"3/27/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":821,"Date":"4/17/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":544,"Cost":343,"Date":"8/11/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":978,"Cost":747,"Date":"8/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":580,"Date":"9/2/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":202,"Cost":177,"Date":"9/5/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":492,"Cost":303,"Date":"9/14/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":383,"Cost":221,"Date":"9/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":374,"Date":"11/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":830,"Cost":600,"Date":"12/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":434,"Cost":244,"Date":"1/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":904,"Date":"1/21/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":607,"Cost":357,"Date":"2/9/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":566,"Cost":476,"Date":"3/19/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":28,"Date":"4/3/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":232,"Cost":209,"Date":"4/5/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":448,"Cost":312,"Date":"4/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":42,"Cost":23,"Date":"7/10/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":488,"Cost":386,"Date":"3/25/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":932,"Cost":553,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":262,"Cost":202,"Date":"10/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":417,"Date":"3/2/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":29,"Cost":20,"Date":"6/28/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":783,"Cost":431,"Date":"7/17/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":5,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":261,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":948,"Cost":644,"Date":"11/20/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":988,"Cost":562,"Date":"12/16/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":569,"Cost":430,"Date":"12/30/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":589,"Cost":529,"Date":"2/15/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":916,"Cost":549,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":350,"Cost":292,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":533,"Date":"4/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":205,"Date":"7/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":335,"Date":"8/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":187,"Cost":160,"Date":"10/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":693,"Cost":455,"Date":"11/11/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":766,"Cost":559,"Date":"11/30/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":286,"Cost":168,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":246,"Cost":167,"Date":"3/1/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":837,"Cost":440,"Date":"4/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":765,"Cost":525,"Date":"5/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":746,"Cost":680,"Date":"8/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":775,"Date":"9/15/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":592,"Cost":416,"Date":"10/14/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":716,"Cost":578,"Date":"10/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":301,"Cost":241,"Date":"11/11/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":861,"Cost":736,"Date":"12/7/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":903,"Cost":579,"Date":"12/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":195,"Cost":184,"Date":"1/6/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":36,"Date":"1/23/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":596,"Cost":319,"Date":"2/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":447,"Cost":309,"Date":"3/10/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":530,"Cost":267,"Date":"3/12/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":446,"Date":"3/31/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":988,"Cost":856,"Date":"6/16/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":167,"Date":"6/17/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":748,"Cost":501,"Date":"8/27/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":770,"Cost":502,"Date":"10/1/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":149,"Cost":129,"Date":"11/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":973,"Cost":624,"Date":"11/9/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":998,"Cost":640,"Date":"3/27/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":412,"Cost":303,"Date":"4/17/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":19,"Cost":13,"Date":"8/11/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":642,"Cost":405,"Date":"8/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":929,"Cost":539,"Date":"9/2/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":967,"Cost":801,"Date":"9/5/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":247,"Date":"9/14/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":862,"Cost":718,"Date":"9/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":726,"Cost":621,"Date":"11/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":841,"Cost":704,"Date":"12/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":651,"Cost":329,"Date":"1/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":448,"Cost":322,"Date":"1/21/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":27,"Cost":18,"Date":"2/9/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":119,"Date":"3/19/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":49,"Cost":31,"Date":"4/3/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":902,"Cost":604,"Date":"4/5/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":224,"Cost":147,"Date":"4/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":261,"Cost":199,"Date":"7/10/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":578,"Date":"3/25/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":162,"Cost":81,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":280,"Cost":206,"Date":"10/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":854,"Cost":598,"Date":"3/2/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":865,"Cost":770,"Date":"6/28/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":635,"Cost":533,"Date":"7/17/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":900,"Cost":496,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":50,"Cost":43,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":615,"Date":"11/20/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":547,"Cost":351,"Date":"12/16/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":926,"Cost":737,"Date":"12/30/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":882,"Cost":700,"Date":"2/15/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":838,"Cost":769,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":596,"Cost":511,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":900,"Date":"4/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":354,"Cost":222,"Date":"7/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":492,"Cost":410,"Date":"8/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":35,"Date":"10/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":632,"Cost":326,"Date":"11/11/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":97,"Cost":88,"Date":"11/30/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":65,"Cost":35,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":839,"Cost":562,"Date":"3/1/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":414,"Cost":221,"Date":"4/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":529,"Date":"5/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":491,"Date":"8/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":469,"Cost":342,"Date":"9/15/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":561,"Cost":325,"Date":"10/14/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":247,"Cost":179,"Date":"10/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":558,"Cost":281,"Date":"11/11/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":361,"Cost":182,"Date":"12/7/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":893,"Cost":678,"Date":"12/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":92,"Cost":59,"Date":"1/6/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":430,"Cost":285,"Date":"1/23/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":303,"Cost":220,"Date":"2/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":882,"Cost":532,"Date":"3/10/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":997,"Cost":929,"Date":"3/12/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":790,"Cost":595,"Date":"3/31/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":332,"Cost":229,"Date":"6/16/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":805,"Date":"6/17/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":29,"Cost":15,"Date":"8/27/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":216,"Cost":196,"Date":"10/1/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":926,"Cost":472,"Date":"11/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":203,"Cost":182,"Date":"11/9/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":440,"Date":"3/27/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":348,"Cost":198,"Date":"4/17/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":329,"Cost":210,"Date":"8/11/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":202,"Date":"8/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":942,"Cost":788,"Date":"9/2/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":993,"Cost":765,"Date":"9/5/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":855,"Cost":671,"Date":"9/14/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":447,"Cost":362,"Date":"9/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":521,"Cost":419,"Date":"11/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":45,"Cost":27,"Date":"12/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":953,"Cost":875,"Date":"1/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":14,"Cost":10,"Date":"1/21/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":346,"Cost":289,"Date":"2/9/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":389,"Cost":218,"Date":"3/19/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":268,"Cost":241,"Date":"4/3/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":313,"Cost":228,"Date":"4/5/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":561,"Date":"4/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":694,"Cost":456,"Date":"7/10/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":407,"Cost":358,"Date":"3/25/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":140,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":960,"Cost":852,"Date":"10/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":165,"Cost":86,"Date":"3/2/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":523,"Cost":374,"Date":"6/28/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":652,"Cost":569,"Date":"7/17/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":42,"Cost":35,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":27,"Cost":18,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":163,"Cost":105,"Date":"11/20/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":781,"Cost":732,"Date":"12/16/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":262,"Cost":205,"Date":"12/30/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":569,"Cost":442,"Date":"2/15/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":190,"Cost":148,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":321,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":113,"Cost":74,"Date":"4/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":61,"Cost":43,"Date":"7/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":204,"Cost":116,"Date":"8/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":705,"Cost":525,"Date":"10/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":633,"Cost":549,"Date":"11/11/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":846,"Cost":795,"Date":"11/30/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":724,"Cost":396,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":732,"Cost":556,"Date":"3/1/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":139,"Date":"4/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":279,"Date":"5/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":692,"Cost":555,"Date":"8/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":780,"Cost":583,"Date":"9/15/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":968,"Cost":904,"Date":"10/14/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":695,"Cost":561,"Date":"10/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":538,"Cost":431,"Date":"11/11/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":34,"Cost":19,"Date":"12/7/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":68,"Cost":38,"Date":"12/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":855,"Cost":443,"Date":"1/6/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":663,"Cost":485,"Date":"1/23/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":603,"Cost":523,"Date":"2/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":711,"Cost":467,"Date":"3/10/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":113,"Cost":89,"Date":"3/12/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":447,"Cost":387,"Date":"3/31/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":645,"Cost":416,"Date":"6/16/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":175,"Cost":144,"Date":"6/17/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":689,"Cost":549,"Date":"8/27/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":231,"Cost":131,"Date":"10/1/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":160,"Cost":96,"Date":"11/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":619,"Cost":322,"Date":"11/9/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":782,"Cost":586,"Date":"3/27/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":240,"Cost":223,"Date":"4/17/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":189,"Date":"8/11/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":537,"Cost":429,"Date":"8/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":745,"Cost":577,"Date":"9/2/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":145,"Cost":78,"Date":"9/5/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":382,"Cost":248,"Date":"9/14/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":816,"Cost":412,"Date":"9/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":321,"Cost":211,"Date":"11/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":660,"Cost":617,"Date":"12/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":146,"Cost":131,"Date":"1/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":407,"Cost":307,"Date":"1/21/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":746,"Cost":552,"Date":"2/9/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":995,"Cost":670,"Date":"3/19/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":128,"Cost":66,"Date":"4/3/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":24,"Date":"4/5/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":555,"Cost":277,"Date":"4/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":617,"Cost":546,"Date":"7/10/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":720,"Date":"3/25/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":334,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":459,"Cost":230,"Date":"10/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":471,"Cost":356,"Date":"3/2/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":870,"Cost":676,"Date":"6/28/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":509,"Cost":441,"Date":"7/17/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":933,"Cost":672,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":617,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":175,"Date":"11/20/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":914,"Cost":570,"Date":"12/16/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":73,"Cost":65,"Date":"12/30/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":68,"Cost":46,"Date":"2/15/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":511,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":407,"Cost":251,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":975,"Cost":912,"Date":"4/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":231,"Cost":171,"Date":"7/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":339,"Cost":298,"Date":"8/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":104,"Cost":68,"Date":"10/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":915,"Cost":732,"Date":"11/11/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":642,"Cost":363,"Date":"11/30/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":30,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":645,"Cost":367,"Date":"3/1/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":269,"Date":"4/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":403,"Date":"5/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":116,"Cost":71,"Date":"8/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":660,"Cost":339,"Date":"9/15/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":658,"Cost":526,"Date":"10/14/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":481,"Cost":373,"Date":"10/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":374,"Cost":331,"Date":"11/11/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":79,"Cost":52,"Date":"12/7/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":564,"Cost":483,"Date":"12/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":125,"Cost":98,"Date":"1/6/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":471,"Cost":314,"Date":"1/23/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":920,"Cost":489,"Date":"2/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":769,"Cost":530,"Date":"3/10/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":434,"Cost":244,"Date":"3/12/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":419,"Cost":238,"Date":"3/31/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":437,"Cost":338,"Date":"6/16/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":684,"Cost":407,"Date":"6/17/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":49,"Date":"8/27/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":491,"Cost":335,"Date":"10/1/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":295,"Cost":183,"Date":"11/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":728,"Date":"11/9/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":562,"Cost":464,"Date":"3/27/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":199,"Cost":179,"Date":"4/17/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":664,"Cost":621,"Date":"8/11/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":89,"Cost":65,"Date":"8/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":400,"Cost":202,"Date":"9/2/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":140,"Cost":77,"Date":"9/5/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":838,"Cost":481,"Date":"9/14/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":269,"Cost":182,"Date":"9/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":855,"Cost":785,"Date":"11/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":578,"Cost":412,"Date":"12/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":12,"Cost":9,"Date":"1/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":15,"Cost":12,"Date":"1/21/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":201,"Cost":115,"Date":"2/9/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":304,"Cost":202,"Date":"3/19/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":737,"Cost":492,"Date":"4/3/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":260,"Cost":182,"Date":"4/5/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":18,"Cost":13,"Date":"4/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":394,"Cost":255,"Date":"7/10/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":426,"Cost":239,"Date":"3/25/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":326,"Cost":258,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":395,"Cost":335,"Date":"10/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":240,"Cost":132,"Date":"3/2/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":135,"Cost":113,"Date":"6/28/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":944,"Cost":620,"Date":"7/17/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":445,"Cost":257,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":826,"Cost":477,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":60,"Cost":53,"Date":"11/20/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":417,"Cost":354,"Date":"12/16/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":534,"Cost":301,"Date":"12/30/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":129,"Cost":97,"Date":"2/15/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":991,"Cost":759,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":667,"Cost":370,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":629,"Cost":548,"Date":"4/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":457,"Cost":377,"Date":"7/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":778,"Cost":452,"Date":"8/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":346,"Cost":238,"Date":"10/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":934,"Cost":591,"Date":"11/11/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":410,"Cost":220,"Date":"11/30/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":34,"Cost":21,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":556,"Cost":298,"Date":"3/1/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":325,"Cost":253,"Date":"4/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":640,"Cost":394,"Date":"5/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":674,"Cost":470,"Date":"8/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":895,"Cost":602,"Date":"9/15/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":413,"Cost":214,"Date":"10/14/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":736,"Cost":500,"Date":"10/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":119,"Cost":73,"Date":"11/11/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":773,"Cost":396,"Date":"12/7/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":420,"Cost":395,"Date":"12/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":146,"Cost":91,"Date":"1/6/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":582,"Cost":304,"Date":"1/23/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":649,"Cost":471,"Date":"2/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":384,"Cost":214,"Date":"3/10/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":152,"Cost":131,"Date":"3/12/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":870,"Cost":775,"Date":"3/31/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":808,"Cost":554,"Date":"6/16/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":847,"Cost":439,"Date":"6/17/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":457,"Cost":386,"Date":"8/27/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":8,"Cost":6,"Date":"10/1/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":424,"Cost":251,"Date":"11/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":476,"Cost":399,"Date":"11/9/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":582,"Cost":476,"Date":"3/27/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":92,"Cost":72,"Date":"4/17/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":205,"Cost":148,"Date":"8/11/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":562,"Cost":365,"Date":"8/21/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":339,"Cost":198,"Date":"9/2/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":253,"Cost":152,"Date":"9/5/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":423,"Cost":384,"Date":"9/14/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":630,"Cost":534,"Date":"9/20/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":390,"Cost":245,"Date":"11/20/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":881,"Cost":777,"Date":"12/21/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":651,"Date":"1/7/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":920,"Cost":794,"Date":"1/21/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":82,"Cost":59,"Date":"2/9/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":977,"Cost":850,"Date":"3/19/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":890,"Cost":481,"Date":"4/3/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":62,"Cost":53,"Date":"4/5/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":682,"Cost":577,"Date":"4/28/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":134,"Cost":107,"Date":"7/10/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":600,"Cost":300,"Date":"3/25/2020"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":361,"Cost":227,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":663,"Cost":361,"Date":"10/28/2020"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":425,"Cost":348,"Date":"3/2/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":797,"Cost":615,"Date":"6/28/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":315,"Cost":195,"Date":"7/17/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":560,"Cost":306,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":810,"Cost":574,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":515,"Cost":381,"Date":"11/20/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":298,"Cost":198,"Date":"12/16/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":980,"Cost":827,"Date":"12/30/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":139,"Cost":94,"Date":"2/15/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":257,"Cost":175,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":55,"Cost":39,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":556,"Cost":512,"Date":"4/18/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":192,"Cost":101,"Date":"7/27/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":515,"Cost":338,"Date":"8/18/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":823,"Cost":607,"Date":"10/31/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":586,"Cost":331,"Date":"11/11/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":985,"Cost":647,"Date":"11/30/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":240,"Cost":177,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":557,"Cost":526,"Date":"3/1/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":258,"Cost":236,"Date":"4/13/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":833,"Cost":657,"Date":"5/20/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":29,"Cost":21,"Date":"8/13/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":856,"Cost":497,"Date":"9/15/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":813,"Cost":689,"Date":"10/14/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":282,"Cost":159,"Date":"10/28/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":653,"Cost":594,"Date":"11/11/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":628,"Date":"12/7/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":324,"Cost":272,"Date":"12/21/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":294,"Cost":224,"Date":"1/6/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":12,"Cost":10,"Date":"1/23/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":159,"Cost":115,"Date":"2/4/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":386,"Cost":226,"Date":"3/10/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":958,"Cost":561,"Date":"3/12/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":202,"Cost":171,"Date":"3/31/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":886,"Cost":754,"Date":"6/16/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":486,"Cost":398,"Date":"6/17/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":877,"Cost":495,"Date":"8/27/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":339,"Cost":309,"Date":"10/1/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":471,"Cost":237,"Date":"11/4/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":333,"Date":"11/9/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":406,"Cost":367,"Date":"3/27/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":770,"Cost":496,"Date":"4/17/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":547,"Cost":359,"Date":"8/11/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":366,"Cost":286,"Date":"8/21/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":433,"Cost":218,"Date":"9/2/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":842,"Cost":667,"Date":"9/5/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":515,"Date":"9/14/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":455,"Cost":357,"Date":"9/20/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":32,"Cost":21,"Date":"11/20/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":843,"Cost":464,"Date":"12/21/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":350,"Cost":313,"Date":"1/7/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":551,"Cost":373,"Date":"1/21/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":797,"Cost":492,"Date":"2/9/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":153,"Cost":124,"Date":"3/19/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":685,"Cost":464,"Date":"4/3/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":121,"Date":"4/5/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":50,"Date":"4/28/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":147,"Date":"7/10/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":429,"Cost":266,"Date":"3/25/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":219,"Cost":155,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":879,"Cost":557,"Date":"10/28/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":356,"Cost":187,"Date":"3/2/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":559,"Date":"6/28/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":418,"Cost":298,"Date":"7/17/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":139,"Cost":114,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":236,"Cost":223,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":640,"Date":"11/20/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":173,"Cost":94,"Date":"12/16/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":348,"Cost":185,"Date":"12/30/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":427,"Cost":324,"Date":"2/15/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":623,"Cost":578,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":491,"Cost":314,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":324,"Date":"4/18/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":896,"Cost":550,"Date":"7/27/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":631,"Cost":357,"Date":"8/18/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":803,"Cost":757,"Date":"10/31/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":26,"Cost":17,"Date":"11/11/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":472,"Cost":327,"Date":"11/30/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":143,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":310,"Cost":244,"Date":"3/1/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":803,"Cost":501,"Date":"4/13/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":190,"Cost":117,"Date":"5/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":166,"Cost":153,"Date":"8/13/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":183,"Cost":159,"Date":"9/15/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":643,"Cost":560,"Date":"10/14/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":97,"Cost":81,"Date":"10/28/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":411,"Cost":252,"Date":"11/11/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":552,"Cost":313,"Date":"12/7/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":846,"Cost":472,"Date":"12/21/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":787,"Cost":525,"Date":"1/6/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":136,"Cost":68,"Date":"1/23/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":567,"Cost":415,"Date":"2/4/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":126,"Date":"3/10/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":819,"Cost":715,"Date":"3/12/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":265,"Cost":215,"Date":"3/31/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":49,"Date":"6/16/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":22,"Date":"6/17/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":791,"Cost":510,"Date":"8/27/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":513,"Date":"10/1/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":350,"Date":"11/4/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":664,"Cost":454,"Date":"11/9/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":90,"Cost":83,"Date":"3/27/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":630,"Cost":447,"Date":"4/17/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":913,"Cost":737,"Date":"8/11/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":617,"Cost":320,"Date":"8/21/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":451,"Cost":264,"Date":"9/2/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":235,"Cost":161,"Date":"9/5/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":183,"Cost":159,"Date":"9/14/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":619,"Cost":364,"Date":"9/20/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":409,"Cost":326,"Date":"11/20/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":389,"Cost":319,"Date":"12/21/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":196,"Cost":125,"Date":"1/7/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":163,"Cost":104,"Date":"1/21/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":199,"Cost":164,"Date":"2/9/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":426,"Cost":363,"Date":"3/19/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":867,"Cost":536,"Date":"4/3/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":102,"Cost":91,"Date":"4/5/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":864,"Cost":510,"Date":"4/28/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":676,"Cost":353,"Date":"7/10/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":281,"Cost":140,"Date":"3/25/2020"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":802,"Cost":627,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":844,"Cost":611,"Date":"10/28/2020"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":130,"Cost":112,"Date":"3/2/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":387,"Cost":310,"Date":"6/28/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":284,"Cost":160,"Date":"7/17/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":890,"Cost":569,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":904,"Cost":632,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":730,"Cost":552,"Date":"11/20/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":764,"Cost":694,"Date":"12/16/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":262,"Cost":221,"Date":"12/30/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":136,"Cost":113,"Date":"2/15/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":771,"Cost":447,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":253,"Cost":158,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":910,"Cost":750,"Date":"4/18/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":475,"Cost":335,"Date":"7/27/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":716,"Cost":565,"Date":"8/18/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":674,"Cost":575,"Date":"10/31/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":420,"Cost":264,"Date":"11/11/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":927,"Cost":812,"Date":"11/30/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":295,"Cost":189,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":309,"Cost":245,"Date":"3/1/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":778,"Cost":428,"Date":"4/13/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":300,"Cost":178,"Date":"5/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":32,"Cost":28,"Date":"8/13/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":657,"Cost":535,"Date":"9/15/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":990,"Cost":836,"Date":"10/14/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":627,"Cost":402,"Date":"10/28/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":202,"Cost":162,"Date":"11/11/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":523,"Cost":479,"Date":"12/7/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":576,"Cost":416,"Date":"12/21/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":505,"Cost":431,"Date":"1/6/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":162,"Cost":143,"Date":"1/23/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":368,"Cost":313,"Date":"2/4/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":211,"Cost":167,"Date":"3/10/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":531,"Cost":278,"Date":"3/12/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":45,"Cost":25,"Date":"3/31/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":127,"Cost":90,"Date":"6/16/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":520,"Cost":402,"Date":"6/17/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":816,"Cost":598,"Date":"8/27/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":295,"Cost":227,"Date":"10/1/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":318,"Cost":240,"Date":"11/4/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":654,"Cost":340,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":214,"Cost":109,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":350,"Cost":280,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":161,"Cost":91,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":964,"Cost":671,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":858,"Cost":479,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":297,"Cost":162,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":776,"Cost":649,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":998,"Cost":900,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":51,"Cost":44,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":844,"Cost":663,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":969,"Cost":492,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":401,"Cost":358,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":982,"Cost":688,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":74,"Cost":43,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":896,"Cost":594,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":782,"Cost":495,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":544,"Cost":516,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":404,"Cost":241,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":616,"Cost":421,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":672,"Cost":570,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":278,"Cost":219,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":969,"Cost":698,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":713,"Cost":447,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":630,"Cost":411,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":280,"Cost":183,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":527,"Cost":313,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":374,"Cost":270,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":369,"Cost":237,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":391,"Cost":232,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":249,"Cost":178,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":981,"Cost":639,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":350,"Cost":317,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":786,"Cost":461,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":801,"Cost":541,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":458,"Cost":247,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":84,"Cost":53,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":30,"Cost":25,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":277,"Cost":237,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":892,"Cost":683,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":546,"Cost":347,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":855,"Cost":684,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":975,"Cost":553,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":701,"Cost":525,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":368,"Cost":211,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":999,"Cost":664,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":144,"Cost":119,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":325,"Cost":257,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":685,"Cost":515,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":284,"Cost":242,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":585,"Cost":404,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":762,"Cost":508,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":405,"Cost":210,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":809,"Cost":635,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":200,"Cost":108,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":488,"Cost":416,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":594,"Cost":344,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":952,"Cost":690,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":505,"Cost":358,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":97,"Cost":88,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":102,"Cost":69,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":814,"Cost":573,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":172,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":622,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":840,"Cost":637,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":220,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":408,"Cost":381,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":633,"Cost":411,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":423,"Cost":227,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":341,"Cost":245,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":75,"Cost":64,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":29,"Cost":16,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":305,"Cost":273,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":294,"Cost":253,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":301,"Cost":280,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":298,"Cost":233,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":296,"Cost":205,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":836,"Cost":618,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":298,"Cost":278,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":218,"Cost":143,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":360,"Cost":234,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":154,"Cost":97,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":683,"Cost":549,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":288,"Cost":185,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":18,"Cost":9,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":482,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":240,"Cost":146,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":385,"Cost":298,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":949,"Cost":778,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":977,"Cost":738,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":144,"Cost":111,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":722,"Cost":633,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":667,"Cost":634,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":778,"Cost":430,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":433,"Cost":365,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":283,"Cost":204,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":259,"Cost":205,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":821,"Cost":588,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":7,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":247,"Cost":194,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":724,"Cost":554,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":265,"Cost":222,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":351,"Cost":202,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":700,"Cost":435,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":866,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":565,"Cost":526,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":675,"Cost":605,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":644,"Cost":599,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":378,"Cost":353,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":164,"Cost":132,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":459,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":392,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":383,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":612,"Cost":344,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":558,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":800,"Cost":504,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":546,"Cost":405,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":386,"Cost":316,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":314,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":830,"Cost":508,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":426,"Cost":337,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":770,"Cost":477,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":795,"Cost":537,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":677,"Cost":484,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":537,"Cost":489,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":411,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":438,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":956,"Cost":591,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":779,"Cost":422,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":215,"Cost":154,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":183,"Cost":105,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":132,"Cost":114,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":286,"Cost":207,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":146,"Cost":78,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":314,"Cost":160,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":186,"Cost":154,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":687,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":963,"Cost":737,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":758,"Cost":457,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":363,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":32,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":563,"Cost":320,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":701,"Cost":446,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":269,"Cost":201,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":109,"Cost":69,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":843,"Cost":667,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":268,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":566,"Cost":419,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":309,"Cost":276,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":194,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":533,"Cost":399,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":92,"Cost":75,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":65,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":842,"Cost":554,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":104,"Cost":99,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":552,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":231,"Cost":198,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":149,"Cost":103,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":619,"Cost":385,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":414,"Cost":259,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":212,"Cost":200,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":248,"Cost":127,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":501,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":470,"Cost":238,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":59,"Cost":55,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":989,"Cost":886,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":226,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":830,"Cost":416,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":138,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":63,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":528,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":119,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":71,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":39,"Cost":30,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":626,"Cost":531,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":249,"Cost":180,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":164,"Cost":109,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":877,"Cost":673,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":470,"Cost":325,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":541,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":58,"Cost":48,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":651,"Cost":572,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":490,"Cost":433,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":649,"Cost":424,"Date":"11/9/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":571,"Cost":446,"Date":"3/27/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":145,"Cost":128,"Date":"4/17/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":127,"Cost":80,"Date":"8/11/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":461,"Date":"8/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":157,"Date":"9/2/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":535,"Cost":508,"Date":"9/5/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":835,"Cost":421,"Date":"9/14/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":282,"Cost":151,"Date":"9/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":246,"Cost":187,"Date":"11/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":482,"Cost":432,"Date":"12/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":400,"Cost":270,"Date":"1/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":342,"Cost":197,"Date":"1/21/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":532,"Cost":387,"Date":"2/9/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":576,"Cost":533,"Date":"3/19/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":860,"Cost":668,"Date":"4/3/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":178,"Date":"4/5/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":758,"Cost":548,"Date":"4/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":154,"Cost":93,"Date":"7/10/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":684,"Cost":446,"Date":"3/25/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":367,"Cost":218,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":83,"Date":"10/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":935,"Cost":596,"Date":"3/2/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":861,"Cost":674,"Date":"6/28/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":968,"Cost":827,"Date":"7/17/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":592,"Cost":384,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":895,"Cost":498,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":55,"Cost":29,"Date":"11/20/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":143,"Cost":117,"Date":"12/16/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":124,"Cost":117,"Date":"12/30/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":790,"Cost":725,"Date":"2/15/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":763,"Cost":434,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":683,"Cost":628,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":876,"Cost":823,"Date":"4/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":899,"Cost":708,"Date":"7/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":749,"Cost":571,"Date":"8/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":926,"Cost":750,"Date":"10/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":545,"Date":"11/11/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":732,"Cost":552,"Date":"11/30/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":434,"Cost":383,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":866,"Cost":443,"Date":"3/1/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":870,"Cost":756,"Date":"4/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":68,"Date":"5/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":332,"Cost":172,"Date":"8/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":901,"Cost":614,"Date":"9/15/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":492,"Cost":278,"Date":"10/14/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":502,"Cost":400,"Date":"10/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":831,"Date":"11/11/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":585,"Cost":430,"Date":"12/7/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":497,"Date":"12/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":326,"Cost":242,"Date":"1/6/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":290,"Cost":198,"Date":"1/23/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":656,"Cost":580,"Date":"2/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":512,"Cost":301,"Date":"3/10/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":419,"Cost":286,"Date":"3/12/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":431,"Date":"3/31/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":751,"Cost":485,"Date":"6/16/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":489,"Cost":392,"Date":"6/17/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":997,"Cost":600,"Date":"8/27/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":155,"Cost":130,"Date":"10/1/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":491,"Date":"11/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":659,"Cost":363,"Date":"11/9/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":169,"Cost":134,"Date":"3/27/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":557,"Cost":342,"Date":"4/17/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":379,"Cost":315,"Date":"8/11/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":602,"Cost":349,"Date":"8/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":975,"Cost":761,"Date":"9/2/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":356,"Date":"9/5/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":4,"Cost":2,"Date":"9/14/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":415,"Cost":341,"Date":"9/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":942,"Cost":548,"Date":"11/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":117,"Cost":80,"Date":"12/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":439,"Cost":382,"Date":"1/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":95,"Date":"1/21/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":308,"Cost":155,"Date":"2/9/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":449,"Cost":335,"Date":"3/19/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":407,"Cost":363,"Date":"4/3/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":533,"Cost":480,"Date":"4/5/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":644,"Cost":368,"Date":"4/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":46,"Cost":44,"Date":"7/10/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":24,"Cost":12,"Date":"3/25/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":42,"Cost":32,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":730,"Cost":429,"Date":"10/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":209,"Cost":110,"Date":"3/2/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":688,"Cost":627,"Date":"6/28/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":863,"Cost":807,"Date":"7/17/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":77,"Cost":46,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":274,"Cost":162,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":199,"Cost":184,"Date":"11/20/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":827,"Cost":435,"Date":"12/16/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":454,"Cost":293,"Date":"12/30/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":551,"Cost":416,"Date":"2/15/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":493,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":789,"Cost":527,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":727,"Cost":651,"Date":"4/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":751,"Cost":576,"Date":"7/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":497,"Cost":363,"Date":"8/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":762,"Cost":559,"Date":"10/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":556,"Date":"11/11/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":10,"Cost":8,"Date":"11/30/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":426,"Cost":372,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":851,"Cost":607,"Date":"3/1/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":406,"Cost":380,"Date":"4/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":805,"Cost":450,"Date":"5/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":252,"Cost":180,"Date":"8/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":525,"Cost":424,"Date":"9/15/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":930,"Cost":884,"Date":"10/14/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":735,"Cost":648,"Date":"10/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":377,"Date":"11/11/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":103,"Cost":55,"Date":"12/7/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":670,"Cost":471,"Date":"12/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":799,"Cost":442,"Date":"1/6/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":518,"Cost":421,"Date":"1/23/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":452,"Cost":282,"Date":"2/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":800,"Cost":628,"Date":"3/10/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":419,"Cost":293,"Date":"3/12/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":25,"Cost":15,"Date":"3/31/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":177,"Date":"6/16/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":433,"Cost":259,"Date":"6/17/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":470,"Date":"8/27/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":272,"Cost":253,"Date":"10/1/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":189,"Cost":117,"Date":"11/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":231,"Cost":206,"Date":"11/9/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":727,"Cost":410,"Date":"3/27/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":374,"Date":"4/17/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":544,"Date":"8/11/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":884,"Cost":634,"Date":"8/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":751,"Cost":626,"Date":"9/2/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":164,"Cost":83,"Date":"9/5/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":317,"Cost":293,"Date":"9/14/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":429,"Cost":283,"Date":"9/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":686,"Cost":536,"Date":"11/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":580,"Cost":310,"Date":"12/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":568,"Cost":461,"Date":"1/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":91,"Date":"1/21/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":456,"Cost":352,"Date":"2/9/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":836,"Cost":733,"Date":"3/19/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":229,"Cost":195,"Date":"4/3/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":544,"Date":"4/5/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":642,"Cost":453,"Date":"4/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":59,"Cost":51,"Date":"7/10/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":9,"Date":"3/25/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":800,"Cost":514,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":55,"Cost":47,"Date":"10/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":905,"Cost":522,"Date":"3/2/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":936,"Cost":765,"Date":"6/28/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":206,"Date":"7/17/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":239,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":438,"Cost":412,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":326,"Cost":239,"Date":"11/20/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":546,"Cost":375,"Date":"12/16/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":886,"Cost":511,"Date":"12/30/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":546,"Cost":301,"Date":"2/15/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":32,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":49,"Cost":32,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":831,"Cost":716,"Date":"4/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":824,"Cost":485,"Date":"7/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":620,"Cost":588,"Date":"8/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":555,"Cost":373,"Date":"10/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":759,"Cost":513,"Date":"11/11/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":959,"Cost":642,"Date":"11/30/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":614,"Cost":349,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":192,"Cost":98,"Date":"3/1/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":66,"Date":"4/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":337,"Date":"5/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":169,"Date":"8/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":923,"Cost":821,"Date":"9/15/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":400,"Cost":351,"Date":"10/14/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":585,"Cost":334,"Date":"10/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":703,"Cost":382,"Date":"11/11/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":156,"Cost":144,"Date":"12/7/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":679,"Cost":445,"Date":"12/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":755,"Cost":530,"Date":"1/6/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":121,"Cost":91,"Date":"1/23/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":164,"Date":"2/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":698,"Cost":488,"Date":"3/10/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":512,"Cost":388,"Date":"3/12/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":326,"Date":"3/31/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":105,"Date":"6/16/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":191,"Date":"6/17/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":517,"Date":"8/27/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":227,"Date":"10/1/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":778,"Date":"11/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":485,"Date":"11/9/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":336,"Cost":277,"Date":"3/27/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":943,"Cost":534,"Date":"4/17/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":120,"Cost":99,"Date":"8/11/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":430,"Date":"8/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":323,"Cost":300,"Date":"9/2/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":328,"Cost":232,"Date":"9/5/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":267,"Cost":237,"Date":"9/14/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":585,"Date":"9/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":864,"Cost":597,"Date":"11/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":427,"Cost":311,"Date":"12/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":846,"Cost":531,"Date":"1/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":89,"Cost":75,"Date":"1/21/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":517,"Cost":329,"Date":"2/9/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":179,"Cost":149,"Date":"3/19/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":461,"Cost":418,"Date":"4/3/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":765,"Cost":665,"Date":"4/5/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":348,"Cost":208,"Date":"4/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":244,"Cost":171,"Date":"7/10/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":786,"Cost":674,"Date":"3/25/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":143,"Cost":76,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":617,"Cost":462,"Date":"10/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":74,"Cost":43,"Date":"3/2/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":34,"Cost":28,"Date":"6/28/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":965,"Cost":672,"Date":"7/17/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":186,"Cost":136,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":910,"Cost":585,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":736,"Cost":538,"Date":"11/20/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":36,"Cost":29,"Date":"12/16/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":713,"Cost":552,"Date":"12/30/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":229,"Cost":123,"Date":"2/15/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":702,"Cost":540,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":118,"Cost":94,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":479,"Cost":314,"Date":"4/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":7,"Cost":6,"Date":"7/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":119,"Cost":84,"Date":"8/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":428,"Date":"10/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":680,"Cost":417,"Date":"11/11/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":962,"Cost":586,"Date":"11/30/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":993,"Cost":659,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":168,"Cost":159,"Date":"3/1/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":612,"Cost":495,"Date":"4/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":635,"Cost":327,"Date":"5/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":197,"Cost":103,"Date":"8/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":664,"Date":"9/15/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":727,"Cost":572,"Date":"10/14/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":247,"Cost":207,"Date":"10/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":849,"Cost":482,"Date":"11/11/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":167,"Cost":149,"Date":"12/7/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":304,"Cost":249,"Date":"12/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":842,"Cost":584,"Date":"1/6/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":797,"Cost":674,"Date":"1/23/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":684,"Cost":579,"Date":"2/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":54,"Cost":38,"Date":"3/10/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":917,"Cost":558,"Date":"3/12/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":754,"Cost":665,"Date":"3/31/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":35,"Cost":18,"Date":"6/16/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":862,"Cost":432,"Date":"6/17/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":508,"Date":"8/27/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":431,"Date":"10/1/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":327,"Cost":281,"Date":"11/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":22,"Cost":18,"Date":"11/9/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":366,"Cost":268,"Date":"3/27/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":742,"Cost":372,"Date":"4/17/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":345,"Cost":180,"Date":"8/11/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":585,"Cost":511,"Date":"8/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":554,"Cost":402,"Date":"9/2/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":145,"Cost":135,"Date":"9/5/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":490,"Cost":459,"Date":"9/14/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":751,"Cost":705,"Date":"9/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":824,"Cost":687,"Date":"11/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":538,"Cost":309,"Date":"12/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":562,"Cost":519,"Date":"1/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":670,"Cost":512,"Date":"1/21/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":407,"Cost":371,"Date":"2/9/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":641,"Cost":556,"Date":"3/19/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":102,"Cost":75,"Date":"4/3/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":897,"Cost":575,"Date":"4/5/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":999,"Cost":801,"Date":"4/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":642,"Cost":545,"Date":"7/10/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":279,"Cost":208,"Date":"3/25/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":950,"Cost":844,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":869,"Cost":702,"Date":"10/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":851,"Cost":734,"Date":"3/2/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":567,"Cost":306,"Date":"6/28/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":574,"Cost":365,"Date":"7/17/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":548,"Cost":509,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":31,"Cost":20,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":166,"Cost":136,"Date":"11/20/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":499,"Cost":336,"Date":"12/16/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":849,"Cost":769,"Date":"12/30/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":28,"Cost":24,"Date":"2/15/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":939,"Cost":768,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":613,"Cost":407,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":916,"Cost":491,"Date":"4/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":956,"Cost":763,"Date":"7/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":8,"Cost":5,"Date":"8/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":221,"Cost":158,"Date":"10/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":837,"Cost":515,"Date":"11/11/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":743,"Cost":618,"Date":"11/30/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":939,"Cost":826,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":587,"Cost":334,"Date":"3/1/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":65,"Cost":42,"Date":"4/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":327,"Cost":216,"Date":"5/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":240,"Cost":159,"Date":"8/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":174,"Cost":160,"Date":"9/15/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":543,"Cost":276,"Date":"10/14/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":513,"Cost":469,"Date":"10/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":393,"Cost":333,"Date":"11/11/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":472,"Cost":328,"Date":"12/7/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":76,"Cost":65,"Date":"12/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":835,"Cost":517,"Date":"1/6/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":395,"Cost":256,"Date":"1/23/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":982,"Cost":571,"Date":"2/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":16,"Cost":8,"Date":"3/10/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":24,"Cost":20,"Date":"3/12/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":975,"Cost":849,"Date":"3/31/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":194,"Cost":97,"Date":"6/16/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":340,"Cost":188,"Date":"6/17/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":877,"Cost":470,"Date":"8/27/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":834,"Cost":621,"Date":"10/1/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":966,"Cost":610,"Date":"11/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":620,"Cost":415,"Date":"11/9/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":707,"Cost":433,"Date":"3/27/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":885,"Cost":762,"Date":"4/17/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":188,"Cost":120,"Date":"8/11/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":91,"Cost":48,"Date":"8/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":527,"Cost":344,"Date":"9/2/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":442,"Cost":314,"Date":"9/5/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":906,"Cost":789,"Date":"9/14/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":42,"Cost":38,"Date":"9/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":766,"Cost":627,"Date":"11/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":748,"Cost":482,"Date":"12/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":108,"Date":"1/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":708,"Cost":466,"Date":"1/21/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":980,"Cost":904,"Date":"2/9/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":55,"Cost":48,"Date":"3/19/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":21,"Cost":15,"Date":"4/3/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":774,"Cost":459,"Date":"4/5/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":137,"Cost":95,"Date":"4/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":434,"Cost":325,"Date":"7/10/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":307,"Cost":194,"Date":"3/25/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":155,"Cost":116,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":67,"Cost":52,"Date":"10/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":33,"Date":"3/2/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":85,"Cost":59,"Date":"6/28/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":628,"Cost":390,"Date":"7/17/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":117,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":143,"Cost":81,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":221,"Cost":197,"Date":"11/20/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":947,"Cost":801,"Date":"12/16/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":486,"Cost":264,"Date":"12/30/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":726,"Cost":436,"Date":"2/15/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":855,"Cost":607,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":814,"Cost":750,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":733,"Cost":653,"Date":"4/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":458,"Cost":230,"Date":"7/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":634,"Cost":553,"Date":"8/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":261,"Date":"10/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":800,"Date":"11/11/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":347,"Cost":228,"Date":"11/30/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":723,"Cost":570,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":772,"Cost":490,"Date":"3/1/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":932,"Cost":679,"Date":"4/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":58,"Cost":51,"Date":"5/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":726,"Cost":501,"Date":"8/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":893,"Cost":775,"Date":"9/15/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":773,"Cost":418,"Date":"10/14/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":270,"Cost":143,"Date":"10/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":997,"Cost":850,"Date":"11/11/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":71,"Cost":53,"Date":"12/7/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":76,"Cost":70,"Date":"12/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":457,"Cost":337,"Date":"1/6/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":827,"Cost":711,"Date":"1/23/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":824,"Cost":534,"Date":"2/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":993,"Cost":521,"Date":"3/10/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":174,"Cost":163,"Date":"3/12/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":473,"Cost":426,"Date":"3/31/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":284,"Cost":162,"Date":"6/16/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":405,"Date":"6/17/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":136,"Date":"8/27/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":660,"Cost":546,"Date":"10/1/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":987,"Cost":676,"Date":"11/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":860,"Cost":494,"Date":"11/9/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":733,"Cost":401,"Date":"3/27/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":150,"Cost":117,"Date":"4/17/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":941,"Cost":625,"Date":"8/11/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":318,"Cost":208,"Date":"8/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":28,"Cost":14,"Date":"9/2/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":36,"Cost":18,"Date":"9/5/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":667,"Cost":630,"Date":"9/14/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":152,"Cost":84,"Date":"9/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":648,"Cost":579,"Date":"11/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":380,"Cost":191,"Date":"12/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":58,"Cost":40,"Date":"1/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":980,"Cost":527,"Date":"1/21/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":294,"Cost":245,"Date":"2/9/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":171,"Cost":105,"Date":"3/19/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":901,"Cost":608,"Date":"4/3/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":619,"Cost":336,"Date":"4/5/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":966,"Cost":779,"Date":"4/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":333,"Cost":237,"Date":"7/10/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":866,"Cost":616,"Date":"3/25/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":46,"Cost":28,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":705,"Cost":417,"Date":"10/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":494,"Cost":421,"Date":"3/2/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":251,"Cost":174,"Date":"6/28/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":884,"Cost":464,"Date":"7/17/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":312,"Cost":230,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":609,"Cost":499,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":940,"Cost":695,"Date":"11/20/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":137,"Cost":96,"Date":"12/16/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":705,"Cost":380,"Date":"12/30/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":749,"Cost":531,"Date":"2/15/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":356,"Cost":281,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":348,"Cost":255,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":858,"Cost":743,"Date":"4/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":400,"Cost":211,"Date":"7/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":764,"Cost":680,"Date":"8/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":868,"Cost":801,"Date":"10/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":688,"Cost":477,"Date":"11/11/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":641,"Cost":587,"Date":"11/30/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":960,"Cost":768,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":87,"Cost":74,"Date":"3/1/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":797,"Cost":546,"Date":"4/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":410,"Cost":319,"Date":"5/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":244,"Cost":175,"Date":"8/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":876,"Cost":442,"Date":"9/15/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":817,"Cost":574,"Date":"10/14/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":868,"Cost":555,"Date":"10/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":825,"Cost":642,"Date":"11/11/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":37,"Cost":29,"Date":"12/7/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":494,"Cost":416,"Date":"12/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":385,"Cost":348,"Date":"1/6/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":701,"Cost":387,"Date":"1/23/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":797,"Cost":717,"Date":"2/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":274,"Cost":150,"Date":"3/10/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":141,"Cost":124,"Date":"3/12/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":996,"Cost":942,"Date":"3/31/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":270,"Cost":178,"Date":"6/16/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":358,"Cost":254,"Date":"6/17/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":308,"Cost":179,"Date":"8/27/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":684,"Cost":429,"Date":"10/1/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":729,"Cost":675,"Date":"11/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":305,"Cost":169,"Date":"11/9/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":205,"Cost":184,"Date":"3/27/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":803,"Cost":420,"Date":"4/17/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":232,"Cost":119,"Date":"8/11/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":273,"Cost":138,"Date":"8/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":540,"Date":"9/2/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":516,"Date":"9/5/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":274,"Cost":139,"Date":"9/14/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":92,"Cost":78,"Date":"9/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":913,"Cost":530,"Date":"11/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":897,"Cost":831,"Date":"12/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":819,"Cost":599,"Date":"1/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":320,"Cost":287,"Date":"1/21/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":589,"Cost":430,"Date":"2/9/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":71,"Date":"3/19/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":399,"Cost":241,"Date":"4/3/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":662,"Cost":341,"Date":"4/5/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":47,"Cost":42,"Date":"4/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":112,"Cost":102,"Date":"7/10/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":186,"Cost":149,"Date":"3/25/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":683,"Cost":405,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":373,"Cost":215,"Date":"10/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":429,"Date":"3/2/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":19,"Cost":12,"Date":"6/28/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":110,"Cost":98,"Date":"7/17/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":203,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":526,"Cost":469,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":34,"Cost":19,"Date":"11/20/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":72,"Cost":65,"Date":"12/16/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":550,"Cost":426,"Date":"12/30/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":177,"Date":"2/15/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":465,"Cost":417,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":839,"Cost":462,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":378,"Cost":200,"Date":"4/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":612,"Cost":437,"Date":"7/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":339,"Cost":217,"Date":"8/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":45,"Cost":25,"Date":"10/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":503,"Cost":296,"Date":"11/11/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":594,"Cost":333,"Date":"11/30/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":693,"Cost":618,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":265,"Date":"3/1/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":270,"Cost":230,"Date":"4/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":412,"Cost":353,"Date":"5/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":157,"Cost":139,"Date":"8/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":285,"Cost":174,"Date":"9/15/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":198,"Cost":163,"Date":"10/14/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":285,"Cost":261,"Date":"10/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":1000,"Cost":627,"Date":"11/11/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":16,"Cost":8,"Date":"12/7/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":80,"Cost":51,"Date":"12/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":838,"Cost":478,"Date":"1/6/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":864,"Cost":445,"Date":"1/23/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":9,"Cost":8,"Date":"2/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":805,"Cost":653,"Date":"3/10/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":435,"Cost":231,"Date":"3/12/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":764,"Cost":504,"Date":"3/31/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":80,"Cost":69,"Date":"6/16/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":339,"Cost":297,"Date":"6/17/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":524,"Cost":497,"Date":"8/27/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":267,"Cost":251,"Date":"10/1/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":163,"Cost":84,"Date":"11/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":727,"Cost":410,"Date":"11/9/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":508,"Date":"3/27/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":573,"Cost":385,"Date":"4/17/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":56,"Cost":46,"Date":"8/11/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":170,"Cost":120,"Date":"8/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":298,"Date":"9/2/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":897,"Cost":458,"Date":"9/5/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":257,"Cost":175,"Date":"9/14/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":845,"Cost":747,"Date":"9/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":93,"Cost":48,"Date":"11/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":348,"Cost":322,"Date":"12/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":644,"Cost":590,"Date":"1/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":473,"Cost":395,"Date":"1/21/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":65,"Cost":60,"Date":"2/9/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":462,"Cost":379,"Date":"3/19/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":55,"Cost":41,"Date":"4/3/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":942,"Cost":819,"Date":"4/5/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":592,"Cost":403,"Date":"4/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":274,"Cost":255,"Date":"7/10/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":555,"Cost":403,"Date":"3/25/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":118,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":869,"Cost":608,"Date":"10/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":266,"Cost":209,"Date":"3/2/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":255,"Cost":203,"Date":"6/28/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":104,"Cost":78,"Date":"7/17/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":288,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":31,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":15,"Date":"11/20/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":778,"Cost":606,"Date":"12/16/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":823,"Cost":511,"Date":"12/30/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":205,"Cost":115,"Date":"2/15/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":508,"Cost":284,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":351,"Cost":323,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":847,"Cost":713,"Date":"4/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":128,"Cost":103,"Date":"7/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":472,"Cost":359,"Date":"8/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":492,"Cost":258,"Date":"10/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":676,"Cost":498,"Date":"11/11/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":319,"Cost":276,"Date":"11/30/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":192,"Cost":141,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":77,"Cost":70,"Date":"3/1/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":346,"Date":"4/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":758,"Cost":395,"Date":"5/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":717,"Cost":392,"Date":"8/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":724,"Cost":392,"Date":"9/15/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":451,"Cost":228,"Date":"10/14/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":99,"Cost":66,"Date":"10/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":405,"Cost":229,"Date":"11/11/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":213,"Cost":119,"Date":"12/7/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":504,"Cost":413,"Date":"12/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":495,"Cost":428,"Date":"1/6/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":146,"Date":"1/23/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":834,"Cost":708,"Date":"2/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":922,"Cost":586,"Date":"3/10/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":81,"Cost":72,"Date":"3/12/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":47,"Date":"3/31/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":764,"Cost":537,"Date":"6/16/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":240,"Cost":178,"Date":"6/17/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":511,"Cost":443,"Date":"8/27/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":18,"Cost":13,"Date":"10/1/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":390,"Cost":361,"Date":"11/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":426,"Cost":283,"Date":"11/9/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":116,"Date":"3/27/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":783,"Cost":588,"Date":"4/17/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":303,"Date":"8/11/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":312,"Cost":218,"Date":"8/21/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":258,"Cost":171,"Date":"9/2/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":152,"Cost":137,"Date":"9/5/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":795,"Date":"9/14/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":18,"Cost":11,"Date":"9/20/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":710,"Cost":436,"Date":"11/20/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":350,"Date":"12/21/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":864,"Cost":534,"Date":"1/7/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":818,"Date":"1/21/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":938,"Cost":837,"Date":"2/9/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":880,"Cost":450,"Date":"3/19/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":595,"Cost":324,"Date":"4/3/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":941,"Cost":654,"Date":"4/5/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":509,"Cost":367,"Date":"4/28/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":921,"Cost":595,"Date":"7/10/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":929,"Cost":570,"Date":"3/25/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":408,"Cost":326,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":326,"Cost":296,"Date":"10/28/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":112,"Cost":82,"Date":"3/2/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":380,"Cost":240,"Date":"6/28/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":472,"Date":"7/17/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":860,"Cost":617,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":604,"Cost":491,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":492,"Cost":418,"Date":"11/20/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":305,"Cost":184,"Date":"12/16/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":925,"Cost":670,"Date":"12/30/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":296,"Date":"2/15/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":102,"Cost":97,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":422,"Cost":308,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":520,"Cost":334,"Date":"4/18/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":139,"Cost":89,"Date":"7/27/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":116,"Cost":80,"Date":"8/18/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":1,"Cost":1,"Date":"10/31/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":370,"Date":"11/11/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":491,"Cost":334,"Date":"11/30/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":396,"Cost":335,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":885,"Cost":743,"Date":"3/1/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":259,"Cost":203,"Date":"4/13/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":266,"Date":"5/20/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":141,"Cost":114,"Date":"8/13/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":663,"Cost":384,"Date":"9/15/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":548,"Cost":278,"Date":"10/14/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":881,"Cost":796,"Date":"10/28/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":316,"Cost":162,"Date":"11/11/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":769,"Cost":387,"Date":"12/7/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":209,"Date":"12/21/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":17,"Cost":12,"Date":"1/6/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":583,"Cost":535,"Date":"1/23/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":890,"Cost":487,"Date":"2/4/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":120,"Date":"3/10/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":49,"Cost":27,"Date":"3/12/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":80,"Cost":64,"Date":"3/31/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":677,"Cost":370,"Date":"6/16/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":134,"Date":"6/17/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":162,"Cost":105,"Date":"8/27/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":948,"Cost":669,"Date":"10/1/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":16,"Cost":14,"Date":"11/4/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":127,"Date":"11/9/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":306,"Cost":190,"Date":"3/27/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":873,"Cost":560,"Date":"4/17/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":199,"Cost":134,"Date":"8/11/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":646,"Cost":374,"Date":"8/21/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":943,"Cost":812,"Date":"9/2/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":752,"Cost":698,"Date":"9/5/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":375,"Cost":233,"Date":"9/14/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":4,"Cost":4,"Date":"9/20/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":641,"Cost":489,"Date":"11/20/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":997,"Cost":893,"Date":"12/21/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":572,"Cost":412,"Date":"1/7/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":769,"Cost":698,"Date":"1/21/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":894,"Cost":511,"Date":"2/9/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":958,"Cost":867,"Date":"3/19/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":513,"Cost":348,"Date":"4/3/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":529,"Cost":481,"Date":"4/5/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":945,"Cost":724,"Date":"4/28/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":872,"Cost":532,"Date":"7/10/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":143,"Cost":80,"Date":"3/25/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":676,"Cost":583,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":413,"Cost":270,"Date":"10/28/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":311,"Cost":277,"Date":"3/2/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":307,"Cost":253,"Date":"6/28/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":301,"Cost":258,"Date":"7/17/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":269,"Cost":160,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":506,"Cost":449,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":34,"Cost":26,"Date":"11/20/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":275,"Cost":216,"Date":"12/16/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":692,"Cost":383,"Date":"12/30/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":341,"Cost":317,"Date":"2/15/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":994,"Cost":879,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":620,"Cost":333,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":336,"Cost":255,"Date":"4/18/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":115,"Cost":102,"Date":"7/27/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":770,"Cost":597,"Date":"8/18/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":556,"Cost":429,"Date":"10/31/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":25,"Cost":17,"Date":"11/11/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":380,"Cost":353,"Date":"11/30/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":432,"Cost":327,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":646,"Cost":531,"Date":"3/1/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":857,"Cost":760,"Date":"4/13/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":885,"Cost":647,"Date":"5/20/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":714,"Cost":431,"Date":"8/13/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":84,"Cost":52,"Date":"9/15/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":312,"Cost":158,"Date":"10/14/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":259,"Cost":218,"Date":"10/28/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":99,"Cost":85,"Date":"11/11/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":550,"Cost":353,"Date":"12/7/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":268,"Cost":157,"Date":"12/21/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":933,"Cost":755,"Date":"1/6/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":567,"Cost":287,"Date":"1/23/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":346,"Cost":240,"Date":"2/4/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":69,"Cost":65,"Date":"3/10/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":809,"Cost":697,"Date":"3/12/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":86,"Cost":61,"Date":"3/31/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":682,"Cost":451,"Date":"6/16/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":214,"Cost":199,"Date":"6/17/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":518,"Cost":377,"Date":"8/27/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":691,"Cost":403,"Date":"10/1/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":183,"Cost":142,"Date":"11/4/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":117,"Cost":68,"Date":"11/9/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":779,"Cost":491,"Date":"3/27/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":639,"Cost":351,"Date":"4/17/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":67,"Date":"8/11/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":626,"Cost":407,"Date":"8/21/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":745,"Cost":679,"Date":"9/2/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":833,"Cost":698,"Date":"9/5/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":531,"Cost":350,"Date":"9/14/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":561,"Date":"9/20/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":78,"Cost":70,"Date":"11/20/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":486,"Date":"12/21/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":704,"Cost":479,"Date":"1/7/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":504,"Cost":273,"Date":"1/21/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":60,"Cost":47,"Date":"2/9/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":96,"Cost":75,"Date":"3/19/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":930,"Cost":496,"Date":"4/3/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":557,"Cost":282,"Date":"4/5/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":802,"Cost":495,"Date":"4/28/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":325,"Cost":233,"Date":"7/10/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":18,"Cost":12,"Date":"3/25/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":814,"Cost":490,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":956,"Cost":620,"Date":"10/28/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":811,"Cost":544,"Date":"3/2/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":369,"Cost":269,"Date":"6/28/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":209,"Cost":154,"Date":"7/17/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":852,"Cost":734,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":487,"Cost":452,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":204,"Cost":153,"Date":"11/20/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":836,"Cost":724,"Date":"12/16/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":637,"Cost":595,"Date":"12/30/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":20,"Cost":16,"Date":"2/15/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":175,"Cost":97,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":145,"Cost":84,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":125,"Cost":93,"Date":"4/18/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":484,"Cost":345,"Date":"7/27/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":763,"Cost":457,"Date":"8/18/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":782,"Cost":661,"Date":"10/31/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":808,"Cost":502,"Date":"11/11/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":38,"Cost":27,"Date":"11/30/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":489,"Cost":273,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":666,"Date":"3/1/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":63,"Cost":60,"Date":"4/13/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":499,"Cost":457,"Date":"5/20/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":39,"Cost":35,"Date":"8/13/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":559,"Cost":376,"Date":"9/15/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":390,"Cost":289,"Date":"10/14/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":587,"Cost":443,"Date":"10/28/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":709,"Cost":657,"Date":"11/11/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":939,"Cost":662,"Date":"12/7/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":541,"Cost":367,"Date":"12/21/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":309,"Cost":287,"Date":"1/6/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":426,"Cost":331,"Date":"1/23/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":439,"Date":"2/4/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":707,"Cost":498,"Date":"3/10/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":144,"Cost":123,"Date":"3/12/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":143,"Cost":101,"Date":"3/31/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":241,"Cost":125,"Date":"6/16/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":192,"Cost":151,"Date":"6/17/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":343,"Cost":192,"Date":"8/27/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":204,"Cost":128,"Date":"10/1/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":506,"Cost":348,"Date":"11/4/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":408,"Cost":314,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":427,"Cost":375,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":455,"Cost":300,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":771,"Cost":432,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":558,"Cost":431,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":389,"Cost":230,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":366,"Cost":276,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":698,"Cost":573,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":999,"Cost":672,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":458,"Cost":376,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":774,"Cost":501,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":624,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":299,"Cost":210,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":205,"Cost":167,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":715,"Cost":569,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":755,"Cost":570,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":311,"Cost":255,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":284,"Cost":238,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":200,"Cost":180,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":372,"Cost":293,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":533,"Cost":270,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":877,"Cost":611,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":511,"Cost":353,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":555,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":60,"Cost":52,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":503,"Cost":339,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":672,"Cost":601,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":136,"Cost":87,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":147,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":273,"Cost":165,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":309,"Cost":190,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":146,"Cost":110,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":989,"Cost":529,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":969,"Cost":791,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":238,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":766,"Cost":629,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":69,"Cost":38,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":294,"Cost":230,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":83,"Cost":51,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":419,"Cost":248,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":87,"Cost":60,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":677,"Cost":457,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":673,"Cost":342,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":32,"Cost":24,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":615,"Cost":482,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":998,"Cost":920,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":103,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":679,"Cost":542,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":103,"Cost":84,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":615,"Cost":501,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":135,"Cost":125,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":705,"Cost":448,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":932,"Cost":785,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":797,"Cost":587,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":922,"Cost":770,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":863,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":846,"Cost":717,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":83,"Cost":59,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":981,"Cost":648,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":164,"Cost":97,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":231,"Cost":160,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":820,"Cost":690,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":299,"Cost":265,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":783,"Cost":674,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":582,"Cost":539,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":60,"Cost":34,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":889,"Cost":743,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":207,"Cost":104,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":896,"Cost":507,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":548,"Cost":430,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":504,"Cost":336,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":611,"Cost":423,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":224,"Cost":137,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":360,"Cost":237,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":268,"Cost":242,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":557,"Cost":434,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":561,"Cost":526,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":998,"Cost":529,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":534,"Cost":379,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":671,"Cost":517,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":965,"Cost":696,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":410,"Cost":326,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":914,"Cost":713,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":926,"Cost":787,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":964,"Cost":690,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":620,"Cost":387,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":907,"Cost":492,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":279,"Cost":150,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":347,"Cost":226,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":372,"Cost":353,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":870,"Cost":604,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":23,"Cost":15,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":460,"Cost":233,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":25,"Cost":23,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":514,"Cost":453,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":18,"Cost":16,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":705,"Cost":631,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":901,"Cost":823,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":91,"Cost":53,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":373,"Cost":207,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":229,"Cost":184,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":289,"Cost":271,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":960,"Cost":691,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":805,"Cost":494,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":802,"Cost":572,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":312,"Cost":160,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":861,"Cost":791,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":144,"Cost":87,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":949,"Cost":654,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":802,"Cost":515,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":997,"Cost":933,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":499,"Cost":353,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":34,"Cost":30,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":727,"Cost":545,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":576,"Cost":526,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":188,"Cost":103,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":566,"Cost":338,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":330,"Cost":222,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":59,"Cost":54,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":231,"Cost":149,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":505,"Cost":383,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":865,"Cost":483,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":334,"Cost":221,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":713,"Cost":534,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":652,"Cost":473,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":640,"Cost":469,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":127,"Cost":82,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":539,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":977,"Cost":886,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":923,"Cost":583,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":652,"Cost":558,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":385,"Cost":312,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":105,"Cost":98,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":35,"Cost":31,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":54,"Cost":42,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":914,"Cost":643,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":717,"Cost":592,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":370,"Cost":327,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":234,"Cost":138,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":866,"Cost":543,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":443,"Cost":362,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":212,"Cost":172,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":103,"Cost":72,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":187,"Cost":162,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":32,"Cost":29,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":39,"Cost":34,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":688,"Cost":364,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":228,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":56,"Cost":34,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":998,"Cost":740,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":547,"Cost":362,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":175,"Cost":97,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":28,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":464,"Cost":426,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":259,"Cost":172,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":103,"Cost":63,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":298,"Cost":195,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":9,"Cost":7,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":755,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":855,"Cost":806,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":20,"Cost":17,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":96,"Cost":77,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":168,"Cost":138,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":396,"Cost":349,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":38,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":93,"Cost":69,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":877,"Cost":519,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":564,"Cost":295,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":737,"Cost":410,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":433,"Cost":379,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":611,"Cost":307,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":380,"Cost":285,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":776,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":397,"Cost":214,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":810,"Cost":562,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":708,"Cost":413,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":623,"Cost":328,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":620,"Cost":327,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":667,"Cost":411,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":518,"Cost":390,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":230,"Cost":198,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":106,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":315,"Cost":194,"Date":"11/9/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":98,"Cost":86,"Date":"3/27/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":115,"Cost":87,"Date":"4/17/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":188,"Cost":179,"Date":"8/11/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":555,"Cost":514,"Date":"8/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":889,"Cost":606,"Date":"9/2/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":937,"Cost":510,"Date":"9/5/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":26,"Cost":14,"Date":"9/14/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":699,"Cost":477,"Date":"9/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":104,"Cost":63,"Date":"11/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":936,"Cost":661,"Date":"12/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":581,"Cost":512,"Date":"1/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":146,"Date":"1/21/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":564,"Cost":465,"Date":"2/9/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":709,"Cost":627,"Date":"3/19/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":21,"Cost":19,"Date":"4/3/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":852,"Cost":744,"Date":"4/5/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":454,"Date":"4/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":254,"Date":"7/10/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":783,"Cost":413,"Date":"3/25/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":828,"Cost":644,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":340,"Date":"10/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":343,"Cost":325,"Date":"3/2/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":482,"Cost":277,"Date":"6/28/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":622,"Cost":570,"Date":"7/17/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":126,"Cost":86,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":514,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":377,"Cost":197,"Date":"11/20/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":275,"Cost":185,"Date":"12/16/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":464,"Cost":390,"Date":"12/30/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":285,"Date":"2/15/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":415,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":579,"Cost":313,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":159,"Cost":135,"Date":"4/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":230,"Cost":212,"Date":"7/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":842,"Cost":533,"Date":"8/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":417,"Cost":322,"Date":"10/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":806,"Cost":617,"Date":"11/11/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":742,"Cost":695,"Date":"11/30/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":563,"Cost":387,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":409,"Cost":278,"Date":"3/1/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":337,"Cost":185,"Date":"4/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":968,"Cost":501,"Date":"5/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":966,"Cost":689,"Date":"8/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":409,"Cost":218,"Date":"9/15/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":721,"Date":"10/14/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":957,"Cost":570,"Date":"10/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":440,"Cost":304,"Date":"11/11/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":727,"Cost":482,"Date":"12/7/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":406,"Cost":348,"Date":"12/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":722,"Cost":616,"Date":"1/6/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":83,"Cost":75,"Date":"1/23/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":401,"Cost":361,"Date":"2/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":199,"Cost":129,"Date":"3/10/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":221,"Cost":181,"Date":"3/12/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":998,"Cost":885,"Date":"3/31/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":400,"Cost":367,"Date":"6/16/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":400,"Cost":302,"Date":"6/17/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":420,"Cost":295,"Date":"8/27/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":564,"Cost":490,"Date":"10/1/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":20,"Cost":17,"Date":"11/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":911,"Cost":589,"Date":"11/9/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":582,"Date":"3/27/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":543,"Cost":432,"Date":"4/17/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":365,"Cost":304,"Date":"8/11/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":723,"Cost":546,"Date":"8/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":548,"Cost":397,"Date":"9/2/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":2,"Cost":1,"Date":"9/5/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":236,"Cost":180,"Date":"9/14/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":210,"Cost":181,"Date":"9/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":360,"Date":"11/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":438,"Cost":282,"Date":"12/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":122,"Date":"1/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":533,"Cost":272,"Date":"1/21/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":27,"Cost":20,"Date":"2/9/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":109,"Cost":95,"Date":"3/19/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":151,"Cost":140,"Date":"4/3/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":260,"Cost":185,"Date":"4/5/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":359,"Cost":208,"Date":"4/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":505,"Cost":317,"Date":"7/10/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":594,"Cost":385,"Date":"3/25/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":653,"Cost":444,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":665,"Cost":355,"Date":"10/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":148,"Date":"3/2/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":975,"Cost":789,"Date":"6/28/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":107,"Date":"7/17/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":173,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":330,"Cost":197,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":373,"Cost":193,"Date":"11/20/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":255,"Cost":179,"Date":"12/16/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":690,"Cost":612,"Date":"12/30/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":570,"Cost":535,"Date":"2/15/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":182,"Cost":107,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":747,"Cost":611,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":620,"Cost":380,"Date":"4/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":766,"Cost":695,"Date":"7/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":468,"Date":"8/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":217,"Cost":119,"Date":"10/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":568,"Date":"11/11/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":941,"Cost":871,"Date":"11/30/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":485,"Cost":368,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":669,"Cost":565,"Date":"3/1/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":132,"Cost":80,"Date":"4/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":383,"Date":"5/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":742,"Cost":597,"Date":"8/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":372,"Cost":196,"Date":"9/15/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":596,"Date":"10/14/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":157,"Cost":105,"Date":"10/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":11,"Date":"11/11/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":556,"Cost":304,"Date":"12/7/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":224,"Date":"12/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":267,"Cost":147,"Date":"1/6/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":504,"Cost":335,"Date":"1/23/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":356,"Cost":321,"Date":"2/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":985,"Cost":777,"Date":"3/10/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":534,"Date":"3/12/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":643,"Cost":392,"Date":"3/31/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":304,"Cost":216,"Date":"6/16/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":336,"Cost":232,"Date":"6/17/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":392,"Cost":219,"Date":"8/27/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":511,"Cost":331,"Date":"10/1/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":468,"Cost":314,"Date":"11/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":884,"Cost":765,"Date":"11/9/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":989,"Cost":736,"Date":"3/27/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":285,"Date":"4/17/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":4,"Date":"8/11/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":374,"Cost":221,"Date":"8/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":974,"Cost":759,"Date":"9/2/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":908,"Cost":596,"Date":"9/5/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":701,"Cost":364,"Date":"9/14/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":592,"Cost":393,"Date":"9/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":814,"Cost":470,"Date":"11/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":332,"Cost":282,"Date":"12/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":43,"Cost":39,"Date":"1/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":410,"Date":"1/21/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":440,"Cost":284,"Date":"2/9/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":804,"Cost":713,"Date":"3/19/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":95,"Cost":67,"Date":"4/3/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":803,"Cost":649,"Date":"4/5/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":62,"Date":"4/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":755,"Cost":716,"Date":"7/10/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":101,"Cost":66,"Date":"3/25/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":558,"Cost":522,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":802,"Date":"10/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":157,"Cost":141,"Date":"3/2/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":774,"Cost":418,"Date":"6/28/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":954,"Cost":736,"Date":"7/17/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":423,"Cost":244,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":544,"Cost":392,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":560,"Cost":525,"Date":"11/20/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":172,"Cost":151,"Date":"12/16/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":920,"Cost":822,"Date":"12/30/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":997,"Cost":830,"Date":"2/15/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":153,"Cost":128,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":760,"Cost":450,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":6,"Cost":4,"Date":"4/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":977,"Cost":854,"Date":"7/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":355,"Cost":321,"Date":"8/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":548,"Date":"10/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":734,"Cost":538,"Date":"11/11/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":918,"Cost":688,"Date":"11/30/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":287,"Cost":187,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":158,"Cost":94,"Date":"3/1/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":579,"Cost":408,"Date":"4/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":318,"Cost":262,"Date":"5/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":382,"Cost":235,"Date":"8/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":52,"Cost":35,"Date":"9/15/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":532,"Cost":397,"Date":"10/14/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":189,"Cost":152,"Date":"10/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":419,"Cost":394,"Date":"11/11/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":95,"Cost":48,"Date":"12/7/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":781,"Cost":522,"Date":"12/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":135,"Cost":107,"Date":"1/6/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":29,"Cost":19,"Date":"1/23/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":697,"Cost":660,"Date":"2/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":88,"Date":"3/10/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":723,"Cost":680,"Date":"3/12/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":328,"Cost":196,"Date":"3/31/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":354,"Date":"6/16/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":325,"Cost":205,"Date":"6/17/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":188,"Cost":115,"Date":"8/27/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":991,"Cost":743,"Date":"10/1/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":247,"Cost":203,"Date":"11/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":32,"Cost":16,"Date":"11/9/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":33,"Date":"3/27/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":81,"Cost":63,"Date":"4/17/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":481,"Cost":243,"Date":"8/11/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":921,"Cost":487,"Date":"8/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":493,"Date":"9/2/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":962,"Cost":820,"Date":"9/5/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":255,"Cost":213,"Date":"9/14/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":114,"Cost":80,"Date":"9/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":24,"Cost":23,"Date":"11/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":991,"Cost":878,"Date":"12/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":475,"Cost":344,"Date":"1/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":209,"Date":"1/21/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":452,"Cost":328,"Date":"2/9/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":717,"Cost":550,"Date":"3/19/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":991,"Cost":791,"Date":"4/3/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":453,"Cost":304,"Date":"4/5/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":339,"Cost":183,"Date":"4/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":864,"Cost":803,"Date":"7/10/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":577,"Date":"3/25/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":173,"Cost":154,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":386,"Date":"10/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":253,"Cost":200,"Date":"3/2/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":104,"Date":"6/28/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":725,"Cost":394,"Date":"7/17/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":600,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":61,"Cost":53,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":397,"Date":"11/20/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":737,"Cost":689,"Date":"12/16/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":455,"Cost":238,"Date":"12/30/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":758,"Cost":532,"Date":"2/15/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":654,"Cost":329,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":587,"Cost":387,"Date":"4/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":560,"Date":"7/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":328,"Date":"8/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":262,"Cost":189,"Date":"10/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":200,"Cost":111,"Date":"11/11/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":955,"Cost":833,"Date":"11/30/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":111,"Cost":73,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":791,"Cost":456,"Date":"3/1/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":353,"Cost":323,"Date":"4/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":834,"Cost":483,"Date":"5/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":839,"Cost":474,"Date":"8/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":717,"Cost":529,"Date":"9/15/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":329,"Cost":224,"Date":"10/14/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":147,"Date":"10/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":324,"Cost":188,"Date":"11/11/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":346,"Cost":273,"Date":"12/7/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":140,"Date":"12/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":905,"Cost":455,"Date":"1/6/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":588,"Cost":295,"Date":"1/23/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":320,"Cost":186,"Date":"2/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":623,"Date":"3/10/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":797,"Cost":498,"Date":"3/12/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":263,"Cost":140,"Date":"3/31/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":627,"Cost":374,"Date":"6/16/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":474,"Cost":363,"Date":"6/17/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":524,"Cost":266,"Date":"8/27/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":530,"Cost":360,"Date":"10/1/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":134,"Date":"11/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":243,"Cost":224,"Date":"11/9/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":63,"Cost":38,"Date":"3/27/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":456,"Cost":336,"Date":"4/17/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":548,"Cost":282,"Date":"8/11/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":119,"Cost":89,"Date":"8/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":765,"Cost":441,"Date":"9/2/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":293,"Cost":236,"Date":"9/5/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":209,"Cost":196,"Date":"9/14/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":896,"Cost":698,"Date":"9/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":105,"Cost":69,"Date":"11/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":241,"Cost":170,"Date":"12/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":820,"Cost":541,"Date":"1/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":183,"Cost":149,"Date":"1/21/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":893,"Cost":801,"Date":"2/9/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":204,"Cost":133,"Date":"3/19/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":495,"Cost":410,"Date":"4/3/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":997,"Cost":806,"Date":"4/5/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":381,"Cost":213,"Date":"4/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":588,"Cost":335,"Date":"7/10/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":16,"Cost":8,"Date":"3/25/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":430,"Cost":252,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":694,"Cost":350,"Date":"10/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":120,"Cost":85,"Date":"3/2/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":1,"Cost":0,"Date":"6/28/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":86,"Cost":48,"Date":"7/17/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":172,"Cost":155,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":696,"Cost":472,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":1,"Cost":1,"Date":"11/20/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":132,"Cost":123,"Date":"12/16/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":141,"Cost":130,"Date":"12/30/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":606,"Cost":480,"Date":"2/15/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":788,"Cost":733,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":842,"Cost":467,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":174,"Cost":157,"Date":"4/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":845,"Cost":486,"Date":"7/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":639,"Cost":444,"Date":"8/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":88,"Cost":54,"Date":"10/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":591,"Cost":412,"Date":"11/11/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":93,"Cost":57,"Date":"11/30/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":92,"Cost":85,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":920,"Cost":814,"Date":"3/1/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":674,"Cost":531,"Date":"4/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":714,"Cost":479,"Date":"5/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":995,"Cost":784,"Date":"8/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":807,"Cost":624,"Date":"9/15/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":830,"Cost":698,"Date":"10/14/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":278,"Cost":191,"Date":"10/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":556,"Cost":295,"Date":"11/11/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":466,"Cost":381,"Date":"12/7/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":838,"Cost":688,"Date":"12/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":184,"Cost":115,"Date":"1/6/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":38,"Cost":28,"Date":"1/23/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":285,"Cost":267,"Date":"2/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":122,"Cost":113,"Date":"3/10/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":895,"Cost":735,"Date":"3/12/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":87,"Cost":55,"Date":"3/31/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":544,"Cost":278,"Date":"6/16/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":110,"Cost":69,"Date":"6/17/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":835,"Cost":576,"Date":"8/27/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":839,"Cost":655,"Date":"10/1/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":862,"Cost":591,"Date":"11/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":722,"Cost":526,"Date":"11/9/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":942,"Cost":615,"Date":"3/27/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":753,"Cost":514,"Date":"4/17/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":122,"Cost":62,"Date":"8/11/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":894,"Cost":743,"Date":"8/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":782,"Cost":469,"Date":"9/2/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":27,"Date":"9/5/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":429,"Date":"9/14/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":296,"Date":"9/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":289,"Date":"11/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":160,"Cost":100,"Date":"12/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":901,"Cost":558,"Date":"1/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":127,"Cost":82,"Date":"1/21/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":456,"Cost":355,"Date":"2/9/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":25,"Cost":13,"Date":"3/19/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":283,"Date":"4/3/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":857,"Cost":660,"Date":"4/5/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":5,"Cost":3,"Date":"4/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":565,"Cost":350,"Date":"7/10/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":995,"Cost":859,"Date":"3/25/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":878,"Cost":623,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":369,"Date":"10/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":593,"Cost":514,"Date":"3/2/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":674,"Cost":389,"Date":"6/28/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":456,"Date":"7/17/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":513,"Cost":373,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":192,"Cost":137,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":475,"Cost":246,"Date":"11/20/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":413,"Date":"12/16/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":36,"Cost":18,"Date":"12/30/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":621,"Cost":369,"Date":"2/15/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":696,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":856,"Cost":790,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":64,"Date":"4/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":246,"Cost":191,"Date":"7/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":420,"Cost":255,"Date":"8/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":466,"Cost":436,"Date":"10/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":430,"Cost":365,"Date":"11/11/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":614,"Cost":531,"Date":"11/30/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":536,"Cost":283,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":352,"Date":"3/1/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":42,"Cost":34,"Date":"4/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":280,"Cost":151,"Date":"5/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":415,"Cost":371,"Date":"8/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":343,"Date":"9/15/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":282,"Cost":202,"Date":"10/14/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":492,"Cost":355,"Date":"10/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":696,"Cost":435,"Date":"11/11/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":268,"Cost":227,"Date":"12/7/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":218,"Cost":135,"Date":"12/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":406,"Cost":236,"Date":"1/6/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":345,"Cost":263,"Date":"1/23/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":398,"Date":"2/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":982,"Cost":747,"Date":"3/10/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":271,"Cost":196,"Date":"3/12/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":20,"Cost":15,"Date":"3/31/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":723,"Cost":407,"Date":"6/16/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":327,"Date":"6/17/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":128,"Cost":118,"Date":"8/27/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":542,"Cost":286,"Date":"10/1/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":732,"Cost":542,"Date":"11/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":55,"Date":"11/9/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":889,"Cost":517,"Date":"3/27/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":405,"Date":"4/17/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":343,"Cost":247,"Date":"8/11/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":330,"Cost":233,"Date":"8/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":873,"Cost":828,"Date":"9/2/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":977,"Cost":844,"Date":"9/5/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":877,"Cost":721,"Date":"9/14/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":159,"Date":"9/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":579,"Cost":491,"Date":"11/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":388,"Cost":205,"Date":"12/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":92,"Date":"1/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":984,"Cost":754,"Date":"1/21/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":158,"Date":"2/9/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":578,"Cost":450,"Date":"3/19/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":307,"Cost":208,"Date":"4/3/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":700,"Date":"4/5/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":117,"Date":"4/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":482,"Cost":259,"Date":"7/10/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":181,"Cost":149,"Date":"3/25/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":297,"Cost":210,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":726,"Cost":622,"Date":"10/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":793,"Cost":679,"Date":"3/2/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":458,"Date":"6/28/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":519,"Cost":385,"Date":"7/17/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":93,"Cost":82,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":904,"Cost":827,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":934,"Cost":618,"Date":"11/20/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":459,"Cost":250,"Date":"12/16/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":23,"Date":"12/30/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":949,"Cost":580,"Date":"2/15/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":389,"Cost":201,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":180,"Cost":133,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":221,"Date":"4/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":51,"Cost":31,"Date":"7/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":451,"Cost":260,"Date":"8/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":268,"Cost":235,"Date":"10/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":170,"Date":"11/11/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":577,"Cost":300,"Date":"11/30/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":935,"Cost":515,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":676,"Cost":469,"Date":"3/1/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":966,"Cost":529,"Date":"4/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":634,"Cost":447,"Date":"5/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":464,"Cost":376,"Date":"8/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":686,"Cost":380,"Date":"9/15/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":581,"Cost":510,"Date":"10/14/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":42,"Date":"10/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":521,"Cost":446,"Date":"11/11/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":702,"Cost":471,"Date":"12/7/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":923,"Cost":477,"Date":"12/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":634,"Cost":506,"Date":"1/6/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":722,"Cost":452,"Date":"1/23/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":843,"Cost":747,"Date":"2/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":10,"Cost":8,"Date":"3/10/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":143,"Date":"3/12/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":972,"Cost":758,"Date":"3/31/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":759,"Date":"6/16/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":625,"Date":"6/17/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":696,"Cost":499,"Date":"8/27/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":752,"Cost":444,"Date":"10/1/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":519,"Date":"11/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":188,"Cost":117,"Date":"11/9/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":977,"Cost":647,"Date":"3/27/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":819,"Cost":599,"Date":"4/17/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":22,"Cost":11,"Date":"8/11/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":790,"Cost":616,"Date":"8/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":845,"Cost":734,"Date":"9/2/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":668,"Cost":465,"Date":"9/5/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":184,"Cost":136,"Date":"9/14/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":296,"Cost":194,"Date":"9/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":792,"Cost":654,"Date":"11/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":345,"Cost":315,"Date":"12/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":36,"Cost":30,"Date":"1/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":885,"Cost":801,"Date":"1/21/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":972,"Cost":667,"Date":"2/9/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":572,"Cost":463,"Date":"3/19/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":494,"Cost":371,"Date":"4/3/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":127,"Cost":95,"Date":"4/5/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":127,"Cost":106,"Date":"4/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":351,"Cost":299,"Date":"7/10/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":305,"Cost":237,"Date":"3/25/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":806,"Cost":556,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":398,"Cost":356,"Date":"10/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":648,"Cost":396,"Date":"3/2/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":466,"Cost":376,"Date":"6/28/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":828,"Cost":451,"Date":"7/17/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":922,"Cost":531,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":143,"Cost":136,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":199,"Cost":127,"Date":"11/20/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":335,"Cost":263,"Date":"12/16/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":619,"Cost":579,"Date":"12/30/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":749,"Cost":666,"Date":"2/15/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":355,"Cost":226,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":306,"Cost":167,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":55,"Cost":49,"Date":"4/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":904,"Cost":610,"Date":"7/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":437,"Cost":267,"Date":"8/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":569,"Cost":330,"Date":"10/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":548,"Cost":484,"Date":"11/11/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":707,"Cost":447,"Date":"11/30/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":367,"Cost":318,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":13,"Cost":13,"Date":"3/1/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":283,"Cost":214,"Date":"4/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":843,"Cost":753,"Date":"5/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":764,"Cost":630,"Date":"8/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":287,"Cost":210,"Date":"9/15/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":786,"Cost":634,"Date":"10/14/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":192,"Cost":105,"Date":"10/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":852,"Cost":745,"Date":"11/11/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":282,"Cost":229,"Date":"12/7/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":619,"Cost":462,"Date":"12/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":846,"Cost":468,"Date":"1/6/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":204,"Cost":156,"Date":"1/23/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":723,"Cost":596,"Date":"2/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":850,"Cost":497,"Date":"3/10/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":658,"Cost":502,"Date":"3/12/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":860,"Cost":652,"Date":"3/31/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":997,"Cost":894,"Date":"6/16/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":262,"Cost":235,"Date":"6/17/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":226,"Cost":210,"Date":"8/27/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":101,"Cost":95,"Date":"10/1/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":711,"Cost":500,"Date":"11/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":224,"Cost":159,"Date":"11/9/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":137,"Cost":127,"Date":"3/27/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":744,"Date":"4/17/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":137,"Cost":101,"Date":"8/11/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":843,"Cost":642,"Date":"8/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":332,"Cost":294,"Date":"9/2/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":54,"Cost":51,"Date":"9/5/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":451,"Cost":380,"Date":"9/14/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":567,"Cost":516,"Date":"9/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":578,"Cost":472,"Date":"11/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":534,"Cost":382,"Date":"12/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":678,"Cost":538,"Date":"1/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":7,"Date":"1/21/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":140,"Cost":90,"Date":"2/9/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":631,"Cost":423,"Date":"3/19/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":38,"Cost":36,"Date":"4/3/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":877,"Cost":720,"Date":"4/5/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":573,"Date":"4/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":369,"Cost":327,"Date":"7/10/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":619,"Cost":458,"Date":"3/25/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":651,"Cost":553,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":828,"Cost":665,"Date":"10/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":506,"Cost":479,"Date":"3/2/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":36,"Date":"6/28/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":181,"Cost":125,"Date":"7/17/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":70,"Cost":51,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":3,"Cost":2,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":481,"Cost":424,"Date":"11/20/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":504,"Cost":470,"Date":"12/16/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":237,"Cost":173,"Date":"12/30/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":649,"Date":"2/15/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":766,"Cost":545,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":921,"Cost":559,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":234,"Date":"4/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":403,"Cost":284,"Date":"7/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":817,"Cost":667,"Date":"8/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":87,"Cost":72,"Date":"10/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":658,"Cost":379,"Date":"11/11/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":64,"Date":"11/30/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":915,"Cost":571,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":392,"Cost":351,"Date":"3/1/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":785,"Cost":696,"Date":"4/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":462,"Cost":273,"Date":"5/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":128,"Cost":119,"Date":"8/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":803,"Cost":659,"Date":"9/15/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":360,"Cost":330,"Date":"10/14/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":664,"Cost":486,"Date":"10/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":355,"Cost":238,"Date":"11/11/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":237,"Cost":177,"Date":"12/7/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":180,"Cost":122,"Date":"12/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":573,"Cost":443,"Date":"1/6/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":279,"Cost":213,"Date":"1/23/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":244,"Cost":124,"Date":"2/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":620,"Cost":335,"Date":"3/10/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":435,"Cost":290,"Date":"3/12/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":312,"Cost":245,"Date":"3/31/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":491,"Date":"6/16/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":222,"Cost":128,"Date":"6/17/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":891,"Cost":563,"Date":"8/27/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":289,"Cost":221,"Date":"10/1/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":250,"Date":"11/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":431,"Cost":266,"Date":"11/9/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":477,"Date":"3/27/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":294,"Date":"4/17/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":90,"Cost":47,"Date":"8/11/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":216,"Cost":181,"Date":"8/21/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":771,"Cost":726,"Date":"9/2/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":541,"Cost":307,"Date":"9/5/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":985,"Cost":847,"Date":"9/14/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":350,"Cost":223,"Date":"9/20/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":80,"Cost":54,"Date":"11/20/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":377,"Cost":238,"Date":"12/21/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":122,"Cost":78,"Date":"1/7/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":512,"Cost":359,"Date":"1/21/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":844,"Cost":641,"Date":"2/9/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":384,"Cost":246,"Date":"3/19/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":823,"Cost":602,"Date":"4/3/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":765,"Cost":487,"Date":"4/5/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":453,"Cost":308,"Date":"4/28/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":380,"Date":"7/10/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":21,"Cost":19,"Date":"3/25/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":419,"Cost":279,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":81,"Date":"10/28/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":66,"Date":"3/2/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":605,"Cost":525,"Date":"6/28/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":932,"Cost":812,"Date":"7/17/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":687,"Cost":512,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":70,"Cost":62,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":422,"Cost":283,"Date":"11/20/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":407,"Cost":352,"Date":"12/16/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":223,"Date":"12/30/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":293,"Date":"2/15/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":492,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":163,"Cost":84,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":410,"Cost":250,"Date":"4/18/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":201,"Date":"7/27/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":192,"Cost":118,"Date":"8/18/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":677,"Date":"10/31/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":391,"Cost":274,"Date":"11/11/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":719,"Cost":672,"Date":"11/30/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":74,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":584,"Cost":431,"Date":"3/1/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":552,"Cost":495,"Date":"4/13/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":332,"Cost":282,"Date":"5/20/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":80,"Cost":51,"Date":"8/13/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":669,"Date":"9/15/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":750,"Cost":495,"Date":"10/14/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":87,"Date":"10/28/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":860,"Cost":456,"Date":"11/11/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":334,"Cost":277,"Date":"12/7/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":952,"Cost":498,"Date":"12/21/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":739,"Cost":663,"Date":"1/6/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":670,"Cost":451,"Date":"1/23/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":103,"Cost":93,"Date":"2/4/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":478,"Cost":335,"Date":"3/10/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":329,"Date":"3/12/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":865,"Cost":529,"Date":"3/31/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":194,"Cost":112,"Date":"6/16/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":248,"Cost":202,"Date":"6/17/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":344,"Cost":252,"Date":"8/27/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":67,"Cost":37,"Date":"10/1/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":370,"Date":"11/4/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":250,"Cost":164,"Date":"11/9/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":116,"Date":"3/27/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":763,"Cost":545,"Date":"4/17/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":555,"Cost":279,"Date":"8/11/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":672,"Cost":382,"Date":"8/21/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":26,"Cost":23,"Date":"9/2/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":574,"Cost":310,"Date":"9/5/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":122,"Date":"9/14/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":148,"Cost":141,"Date":"9/20/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":602,"Cost":420,"Date":"11/20/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":938,"Cost":586,"Date":"12/21/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":976,"Cost":646,"Date":"1/7/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":612,"Date":"1/21/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":515,"Date":"2/9/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":120,"Cost":74,"Date":"3/19/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":321,"Cost":204,"Date":"4/3/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":575,"Cost":494,"Date":"4/5/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":777,"Cost":593,"Date":"4/28/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":584,"Date":"7/10/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":117,"Cost":76,"Date":"3/25/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":71,"Cost":52,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":904,"Cost":680,"Date":"10/28/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":794,"Cost":410,"Date":"3/2/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":60,"Cost":57,"Date":"6/28/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":226,"Cost":171,"Date":"7/17/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":653,"Cost":572,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":673,"Cost":367,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":213,"Cost":132,"Date":"11/20/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":303,"Date":"12/16/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":667,"Cost":396,"Date":"12/30/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":286,"Cost":211,"Date":"2/15/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":499,"Cost":425,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":554,"Cost":443,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":90,"Date":"4/18/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":639,"Cost":458,"Date":"7/27/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":293,"Cost":257,"Date":"8/18/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":736,"Date":"10/31/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":794,"Cost":510,"Date":"11/11/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":971,"Cost":541,"Date":"11/30/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":207,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":415,"Cost":245,"Date":"3/1/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":407,"Cost":291,"Date":"4/13/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":454,"Date":"5/20/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":325,"Cost":227,"Date":"8/13/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":271,"Cost":234,"Date":"9/15/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":612,"Cost":452,"Date":"10/14/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":41,"Date":"10/28/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":491,"Cost":392,"Date":"11/11/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":390,"Cost":365,"Date":"12/7/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":639,"Cost":386,"Date":"12/21/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":764,"Cost":507,"Date":"1/6/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":532,"Cost":270,"Date":"1/23/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":473,"Cost":337,"Date":"2/4/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":32,"Date":"3/10/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":656,"Date":"3/12/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":393,"Cost":314,"Date":"3/31/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":762,"Cost":681,"Date":"6/16/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":213,"Date":"6/17/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":723,"Cost":499,"Date":"8/27/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":999,"Cost":859,"Date":"10/1/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":885,"Cost":623,"Date":"11/4/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":119,"Cost":107,"Date":"11/9/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":216,"Cost":160,"Date":"3/27/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":973,"Cost":690,"Date":"4/17/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":910,"Cost":708,"Date":"8/11/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":255,"Cost":216,"Date":"8/21/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":24,"Cost":17,"Date":"9/2/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":46,"Cost":30,"Date":"9/5/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":157,"Cost":148,"Date":"9/14/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":199,"Cost":113,"Date":"9/20/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":912,"Cost":674,"Date":"11/20/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":213,"Cost":167,"Date":"12/21/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":357,"Cost":223,"Date":"1/7/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":790,"Cost":658,"Date":"1/21/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":126,"Cost":94,"Date":"2/9/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":805,"Cost":574,"Date":"3/19/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":315,"Cost":190,"Date":"4/3/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":719,"Cost":480,"Date":"4/5/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":196,"Cost":177,"Date":"4/28/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":492,"Cost":464,"Date":"7/10/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":757,"Cost":557,"Date":"3/25/2020"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":702,"Cost":515,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":776,"Cost":450,"Date":"10/28/2020"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":470,"Cost":272,"Date":"3/2/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":929,"Cost":593,"Date":"6/28/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":337,"Cost":257,"Date":"7/17/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":91,"Cost":57,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":470,"Cost":276,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":346,"Cost":287,"Date":"11/20/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":128,"Cost":100,"Date":"12/16/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":212,"Cost":112,"Date":"12/30/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":681,"Cost":530,"Date":"2/15/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":287,"Cost":195,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":465,"Cost":397,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":219,"Cost":135,"Date":"4/18/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":400,"Cost":240,"Date":"7/27/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":973,"Cost":737,"Date":"8/18/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":973,"Cost":602,"Date":"10/31/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":926,"Cost":565,"Date":"11/11/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":576,"Cost":403,"Date":"11/30/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":293,"Cost":147,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":621,"Cost":434,"Date":"3/1/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":422,"Cost":388,"Date":"4/13/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":777,"Cost":410,"Date":"5/20/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":584,"Cost":300,"Date":"8/13/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":919,"Cost":506,"Date":"9/15/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":95,"Cost":49,"Date":"10/14/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":103,"Cost":84,"Date":"10/28/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":587,"Cost":544,"Date":"11/11/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":785,"Cost":493,"Date":"12/7/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":745,"Cost":401,"Date":"12/21/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":87,"Cost":44,"Date":"1/6/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":855,"Cost":743,"Date":"1/23/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":177,"Cost":149,"Date":"2/4/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":583,"Cost":419,"Date":"3/10/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":932,"Cost":635,"Date":"3/12/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":172,"Cost":159,"Date":"3/31/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":546,"Cost":456,"Date":"6/16/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":418,"Cost":378,"Date":"6/17/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":559,"Cost":428,"Date":"8/27/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":407,"Cost":204,"Date":"10/1/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":196,"Cost":139,"Date":"11/4/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":67,"Cost":48,"Date":"11/9/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":895,"Cost":630,"Date":"3/27/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":125,"Date":"4/17/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":518,"Cost":332,"Date":"8/11/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":399,"Date":"8/21/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":618,"Cost":368,"Date":"9/2/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":133,"Date":"9/5/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":571,"Cost":307,"Date":"9/14/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":704,"Cost":574,"Date":"9/20/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":190,"Cost":128,"Date":"11/20/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":260,"Cost":240,"Date":"12/21/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":24,"Date":"1/7/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":182,"Cost":152,"Date":"1/21/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":237,"Cost":185,"Date":"2/9/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":74,"Cost":38,"Date":"3/19/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":485,"Cost":431,"Date":"4/3/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":956,"Cost":661,"Date":"4/5/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":702,"Cost":460,"Date":"4/28/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":215,"Cost":159,"Date":"7/10/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":316,"Cost":169,"Date":"3/25/2020"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":976,"Cost":885,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":48,"Date":"10/28/2020"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":331,"Cost":174,"Date":"3/2/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":734,"Cost":654,"Date":"6/28/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":640,"Date":"7/17/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":681,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":771,"Cost":507,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":511,"Cost":328,"Date":"11/20/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":877,"Cost":654,"Date":"12/16/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":696,"Cost":374,"Date":"12/30/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":756,"Cost":411,"Date":"2/15/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":829,"Cost":641,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":136,"Cost":69,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":54,"Cost":45,"Date":"4/18/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":957,"Cost":638,"Date":"7/27/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":204,"Cost":138,"Date":"8/18/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":536,"Date":"10/31/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":969,"Cost":622,"Date":"11/11/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":370,"Date":"11/30/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":642,"Cost":573,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":833,"Cost":608,"Date":"3/1/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":62,"Cost":33,"Date":"4/13/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":532,"Cost":387,"Date":"5/20/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":218,"Date":"8/13/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":128,"Cost":114,"Date":"9/15/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":871,"Cost":727,"Date":"10/14/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":644,"Cost":437,"Date":"10/28/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":346,"Date":"11/11/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":688,"Cost":601,"Date":"12/7/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":854,"Cost":771,"Date":"12/21/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":592,"Cost":398,"Date":"1/6/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":70,"Date":"1/23/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":854,"Cost":651,"Date":"2/4/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":28,"Date":"3/10/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":816,"Cost":702,"Date":"3/12/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":415,"Date":"3/31/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":322,"Cost":202,"Date":"6/16/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":707,"Cost":377,"Date":"6/17/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":479,"Date":"8/27/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":285,"Date":"10/1/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":268,"Date":"11/4/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":852,"Cost":808,"Date":"11/9/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":281,"Date":"3/27/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":164,"Cost":92,"Date":"4/17/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":517,"Cost":321,"Date":"8/11/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":594,"Cost":561,"Date":"8/21/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":618,"Date":"9/2/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":146,"Cost":131,"Date":"9/5/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":24,"Date":"9/14/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":347,"Cost":238,"Date":"9/20/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":980,"Cost":589,"Date":"11/20/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":563,"Cost":448,"Date":"12/21/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":769,"Cost":423,"Date":"1/7/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":38,"Cost":20,"Date":"1/21/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":869,"Cost":518,"Date":"2/9/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":640,"Cost":480,"Date":"3/19/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":316,"Cost":165,"Date":"4/3/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":449,"Date":"4/5/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":87,"Cost":53,"Date":"4/28/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":85,"Date":"7/10/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":625,"Cost":519,"Date":"3/25/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":65,"Cost":40,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":792,"Cost":477,"Date":"10/28/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":672,"Cost":355,"Date":"3/2/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":663,"Date":"6/28/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":758,"Cost":684,"Date":"7/17/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":408,"Cost":294,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":619,"Cost":583,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":358,"Cost":274,"Date":"11/20/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":542,"Cost":476,"Date":"12/16/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":367,"Date":"12/30/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":327,"Cost":243,"Date":"2/15/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":78,"Cost":57,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":295,"Cost":152,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":601,"Date":"4/18/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":556,"Date":"7/27/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":918,"Cost":603,"Date":"8/18/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":270,"Date":"10/31/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":812,"Cost":475,"Date":"11/11/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":78,"Cost":49,"Date":"11/30/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":329,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":257,"Cost":244,"Date":"3/1/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":919,"Cost":512,"Date":"4/13/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":193,"Cost":146,"Date":"5/20/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":978,"Cost":782,"Date":"8/13/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":780,"Cost":559,"Date":"9/15/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":894,"Cost":723,"Date":"10/14/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":259,"Cost":246,"Date":"10/28/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":201,"Cost":109,"Date":"11/11/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":759,"Cost":674,"Date":"12/7/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":226,"Cost":154,"Date":"12/21/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":658,"Cost":497,"Date":"1/6/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":750,"Cost":701,"Date":"1/23/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":129,"Cost":88,"Date":"2/4/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":30,"Date":"3/10/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":935,"Cost":530,"Date":"3/12/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":422,"Cost":222,"Date":"3/31/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":161,"Date":"6/16/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":324,"Cost":241,"Date":"6/17/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":263,"Cost":216,"Date":"8/27/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":304,"Date":"10/1/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":88,"Cost":63,"Date":"11/4/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":862,"Cost":722,"Date":"11/9/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":239,"Cost":212,"Date":"3/27/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":507,"Cost":299,"Date":"4/17/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":18,"Cost":12,"Date":"8/11/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":544,"Date":"8/21/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":477,"Cost":378,"Date":"9/2/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":290,"Cost":274,"Date":"9/5/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":987,"Cost":690,"Date":"9/14/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":198,"Cost":104,"Date":"9/20/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":163,"Cost":112,"Date":"11/20/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":733,"Cost":520,"Date":"12/21/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":464,"Cost":305,"Date":"1/7/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":842,"Cost":507,"Date":"1/21/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":457,"Cost":399,"Date":"2/9/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":884,"Cost":658,"Date":"3/19/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":780,"Cost":714,"Date":"4/3/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":195,"Cost":152,"Date":"4/5/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":874,"Cost":626,"Date":"4/28/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":141,"Date":"7/10/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":833,"Cost":655,"Date":"3/25/2020"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":750,"Cost":660,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":748,"Date":"10/28/2020"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":34,"Cost":25,"Date":"3/2/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":514,"Date":"6/28/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":519,"Cost":372,"Date":"7/17/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":977,"Cost":619,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":588,"Cost":509,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":133,"Cost":70,"Date":"11/20/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":626,"Cost":392,"Date":"12/16/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":658,"Cost":475,"Date":"12/30/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":726,"Cost":611,"Date":"2/15/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":801,"Cost":671,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":887,"Cost":577,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":639,"Cost":553,"Date":"4/18/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":738,"Cost":694,"Date":"7/27/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":175,"Date":"8/18/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":907,"Cost":844,"Date":"10/31/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":839,"Cost":471,"Date":"11/11/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":689,"Cost":445,"Date":"11/30/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":680,"Cost":496,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":204,"Cost":130,"Date":"3/1/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":16,"Cost":8,"Date":"4/13/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":705,"Cost":613,"Date":"5/20/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":773,"Cost":588,"Date":"8/13/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":719,"Cost":618,"Date":"9/15/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":762,"Cost":609,"Date":"10/14/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":701,"Cost":477,"Date":"10/28/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":928,"Cost":581,"Date":"11/11/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":406,"Cost":338,"Date":"12/7/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":567,"Cost":317,"Date":"12/21/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":917,"Date":"1/6/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":748,"Date":"1/23/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":486,"Cost":416,"Date":"2/4/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":630,"Date":"3/10/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":39,"Cost":26,"Date":"3/12/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":453,"Cost":290,"Date":"3/31/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":412,"Date":"6/16/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":970,"Cost":712,"Date":"6/17/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":864,"Cost":806,"Date":"8/27/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":695,"Cost":360,"Date":"10/1/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":709,"Cost":646,"Date":"11/4/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":91,"Cost":72,"Date":"11/9/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":319,"Cost":182,"Date":"3/27/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":483,"Cost":311,"Date":"4/17/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":94,"Cost":54,"Date":"8/11/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":604,"Cost":367,"Date":"8/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":403,"Cost":306,"Date":"9/2/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":646,"Cost":422,"Date":"9/5/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":380,"Cost":309,"Date":"9/14/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":300,"Date":"9/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":118,"Date":"11/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":207,"Cost":186,"Date":"12/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":372,"Cost":235,"Date":"1/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":115,"Cost":106,"Date":"1/21/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":320,"Date":"2/9/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":461,"Date":"3/19/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":195,"Cost":170,"Date":"4/3/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":309,"Date":"4/5/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":484,"Cost":314,"Date":"4/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":8,"Cost":8,"Date":"7/10/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":438,"Cost":357,"Date":"3/25/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":809,"Cost":432,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":266,"Cost":223,"Date":"10/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":242,"Cost":180,"Date":"3/2/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":543,"Cost":278,"Date":"6/28/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":51,"Date":"7/17/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":208,"Cost":153,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":397,"Cost":284,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":900,"Cost":705,"Date":"11/20/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":139,"Cost":122,"Date":"12/16/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":977,"Cost":664,"Date":"12/30/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":891,"Cost":605,"Date":"2/15/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":413,"Cost":298,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":741,"Cost":535,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":157,"Cost":99,"Date":"4/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":153,"Cost":88,"Date":"7/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":523,"Cost":315,"Date":"8/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":442,"Cost":293,"Date":"10/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":336,"Cost":255,"Date":"11/11/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":124,"Cost":92,"Date":"11/30/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":990,"Cost":530,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":911,"Cost":666,"Date":"3/1/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":999,"Cost":914,"Date":"4/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":583,"Cost":362,"Date":"5/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":682,"Date":"8/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":738,"Cost":378,"Date":"9/15/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":322,"Cost":217,"Date":"10/14/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":815,"Cost":504,"Date":"10/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":93,"Cost":68,"Date":"11/11/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":285,"Cost":186,"Date":"12/7/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":572,"Cost":513,"Date":"12/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":445,"Cost":226,"Date":"1/6/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":636,"Cost":442,"Date":"1/23/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":483,"Cost":456,"Date":"2/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":410,"Date":"3/10/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":521,"Date":"3/12/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":648,"Date":"3/31/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":980,"Cost":758,"Date":"6/16/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":648,"Cost":589,"Date":"6/17/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":384,"Cost":213,"Date":"8/27/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":876,"Cost":697,"Date":"10/1/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":189,"Date":"11/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":156,"Cost":145,"Date":"11/9/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":764,"Cost":601,"Date":"3/27/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":629,"Cost":388,"Date":"4/17/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":121,"Cost":107,"Date":"8/11/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":522,"Cost":387,"Date":"8/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":285,"Cost":191,"Date":"9/2/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":722,"Date":"9/5/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":400,"Cost":350,"Date":"9/14/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":931,"Cost":763,"Date":"9/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":293,"Cost":250,"Date":"11/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":846,"Cost":754,"Date":"12/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":280,"Cost":211,"Date":"1/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":628,"Cost":551,"Date":"1/21/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":684,"Date":"2/9/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":538,"Cost":361,"Date":"3/19/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":394,"Date":"4/3/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":183,"Cost":118,"Date":"4/5/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":334,"Cost":241,"Date":"4/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":988,"Cost":494,"Date":"7/10/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":678,"Cost":632,"Date":"3/25/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":44,"Cost":26,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":37,"Date":"10/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":175,"Cost":125,"Date":"3/2/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":923,"Cost":800,"Date":"6/28/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":671,"Cost":523,"Date":"7/17/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":297,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":997,"Cost":615,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":66,"Cost":61,"Date":"11/20/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":613,"Date":"12/16/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":463,"Date":"12/30/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":370,"Cost":190,"Date":"2/15/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":277,"Cost":198,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":422,"Cost":240,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":252,"Cost":208,"Date":"4/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":946,"Cost":842,"Date":"7/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":58,"Date":"8/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":550,"Cost":412,"Date":"10/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":473,"Date":"11/11/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":374,"Date":"11/30/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":210,"Cost":106,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":293,"Cost":150,"Date":"3/1/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":818,"Date":"4/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":529,"Date":"5/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":490,"Cost":425,"Date":"8/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":766,"Cost":430,"Date":"9/15/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":996,"Cost":924,"Date":"10/14/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":781,"Cost":679,"Date":"10/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":776,"Cost":587,"Date":"11/11/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":677,"Cost":397,"Date":"12/7/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":301,"Cost":178,"Date":"12/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":30,"Cost":16,"Date":"1/6/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":267,"Cost":171,"Date":"1/23/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":682,"Cost":495,"Date":"2/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":247,"Cost":143,"Date":"3/10/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":375,"Cost":196,"Date":"3/12/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":400,"Cost":213,"Date":"3/31/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":647,"Cost":549,"Date":"6/16/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":531,"Cost":332,"Date":"6/17/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":287,"Cost":183,"Date":"8/27/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":269,"Cost":216,"Date":"10/1/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":683,"Cost":609,"Date":"11/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":115,"Date":"11/9/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":672,"Cost":518,"Date":"3/27/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":296,"Date":"4/17/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":719,"Cost":625,"Date":"8/11/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":572,"Date":"8/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":569,"Cost":298,"Date":"9/2/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":57,"Cost":32,"Date":"9/5/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":586,"Cost":477,"Date":"9/14/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":214,"Cost":148,"Date":"9/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":381,"Date":"11/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":750,"Cost":536,"Date":"12/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":930,"Cost":724,"Date":"1/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":235,"Cost":207,"Date":"1/21/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":353,"Date":"2/9/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":117,"Cost":76,"Date":"3/19/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":507,"Cost":425,"Date":"4/3/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":716,"Date":"4/5/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":208,"Cost":191,"Date":"4/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":678,"Cost":417,"Date":"7/10/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":167,"Date":"3/25/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":702,"Cost":534,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":968,"Cost":684,"Date":"10/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":283,"Cost":251,"Date":"3/2/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":566,"Cost":286,"Date":"6/28/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":215,"Cost":175,"Date":"7/17/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":720,"Cost":466,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":245,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":381,"Cost":279,"Date":"11/20/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":95,"Cost":82,"Date":"12/16/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":132,"Date":"12/30/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":367,"Cost":212,"Date":"2/15/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":655,"Cost":589,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":311,"Cost":295,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":882,"Cost":667,"Date":"4/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":331,"Date":"7/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":731,"Cost":530,"Date":"8/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":261,"Cost":162,"Date":"10/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":117,"Cost":110,"Date":"11/11/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":314,"Cost":186,"Date":"11/30/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":99,"Cost":68,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":776,"Cost":460,"Date":"3/1/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":683,"Cost":470,"Date":"4/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":691,"Cost":462,"Date":"5/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":190,"Cost":142,"Date":"8/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":492,"Cost":465,"Date":"9/15/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":71,"Cost":62,"Date":"10/14/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":851,"Cost":506,"Date":"10/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":344,"Cost":301,"Date":"11/11/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":750,"Cost":560,"Date":"12/7/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":191,"Cost":173,"Date":"12/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":867,"Cost":741,"Date":"1/6/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":823,"Cost":612,"Date":"1/23/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":471,"Cost":418,"Date":"2/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":886,"Cost":744,"Date":"3/10/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":72,"Cost":46,"Date":"3/12/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":392,"Date":"3/31/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":833,"Cost":674,"Date":"6/16/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":901,"Cost":612,"Date":"6/17/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":557,"Cost":305,"Date":"8/27/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":280,"Cost":184,"Date":"10/1/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":339,"Date":"11/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":87,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":162,"Cost":118,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":31,"Cost":30,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":832,"Cost":672,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":583,"Cost":469,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":927,"Cost":474,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":777,"Cost":630,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":689,"Cost":642,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":701,"Cost":407,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":778,"Cost":544,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":916,"Cost":647,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":50,"Cost":34,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":653,"Cost":427,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":288,"Cost":203,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":707,"Cost":491,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":475,"Cost":335,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":548,"Cost":498,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":581,"Cost":494,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":606,"Cost":507,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":569,"Cost":432,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":861,"Cost":703,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":513,"Cost":465,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":638,"Cost":562,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":587,"Cost":370,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":787,"Cost":442,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":725,"Cost":556,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":276,"Cost":162,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":272,"Cost":149,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":771,"Cost":664,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":414,"Cost":388,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":57,"Cost":32,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":31,"Cost":26,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":969,"Cost":807,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":653,"Cost":500,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":837,"Cost":424,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":591,"Cost":350,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":996,"Cost":795,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":737,"Cost":387,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":726,"Cost":533,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":10,"Cost":9,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":537,"Cost":318,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":940,"Cost":699,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":903,"Cost":520,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":508,"Cost":429,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":865,"Cost":465,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":739,"Cost":421,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":579,"Cost":481,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":708,"Cost":493,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":806,"Cost":447,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":203,"Cost":165,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":830,"Cost":592,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":23,"Cost":14,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":547,"Cost":440,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":977,"Cost":626,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":822,"Cost":478,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":245,"Cost":137,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":37,"Cost":28,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":964,"Cost":568,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":636,"Cost":408,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":803,"Cost":567,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":181,"Cost":157,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":655,"Cost":393,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":770,"Cost":432,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":248,"Cost":153,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":829,"Cost":584,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":499,"Cost":346,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":468,"Cost":359,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":344,"Cost":327,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":469,"Cost":337,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":413,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":785,"Cost":456,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":410,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":905,"Cost":713,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":957,"Cost":570,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":562,"Cost":378,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":412,"Cost":362,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":242,"Cost":160,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":109,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":790,"Cost":738,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":457,"Cost":311,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":277,"Cost":144,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":404,"Cost":299,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":946,"Cost":810,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":335,"Cost":286,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":152,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":927,"Cost":488,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":763,"Cost":401,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":185,"Cost":148,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":160,"Cost":130,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":763,"Cost":400,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":696,"Cost":505,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":945,"Cost":620,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":387,"Cost":196,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":578,"Cost":378,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":295,"Cost":246,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":725,"Cost":642,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":370,"Cost":271,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":927,"Cost":677,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":198,"Cost":134,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":321,"Cost":172,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":68,"Cost":47,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":929,"Cost":627,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":87,"Cost":59,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":525,"Cost":346,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":444,"Cost":326,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":653,"Cost":617,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":809,"Cost":493,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":234,"Cost":195,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":155,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":475,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":425,"Cost":279,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":465,"Cost":374,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":730,"Cost":426,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":822,"Cost":544,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":998,"Cost":665,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":397,"Cost":311,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":485,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":148,"Cost":75,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":564,"Cost":306,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":297,"Cost":236,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":774,"Cost":467,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":909,"Cost":753,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":80,"Cost":47,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":269,"Cost":213,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":103,"Cost":58,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":738,"Cost":680,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":425,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":575,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":485,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":290,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":234,"Cost":205,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":688,"Cost":564,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":352,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":636,"Cost":504,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":485,"Cost":324,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":713,"Cost":644,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":382,"Cost":228,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":33,"Cost":23,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":728,"Cost":485,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":740,"Cost":465,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":269,"Cost":139,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":342,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":571,"Cost":411,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":273,"Cost":191,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":3,"Cost":3,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":630,"Cost":523,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":121,"Cost":108,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":874,"Cost":512,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":323,"Cost":202,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":862,"Cost":649,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":259,"Cost":216,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":372,"Cost":344,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":625,"Cost":324,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":384,"Cost":300,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":519,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":234,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":652,"Cost":475,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":271,"Cost":164,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":974,"Cost":760,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":288,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":780,"Cost":562,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":995,"Cost":584,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":369,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":61,"Cost":58,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":915,"Cost":666,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":485,"Cost":332,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":972,"Cost":666,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":365,"Cost":196,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":864,"Cost":675,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":161,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":402,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":12,"Cost":7,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":83,"Cost":73,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":687,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":382,"Cost":282,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":621,"Cost":351,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":89,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":215,"Cost":110,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":935,"Cost":647,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":116,"Cost":81,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":938,"Cost":881,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":44,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":172,"Cost":136,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":513,"Cost":481,"Date":"11/9/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":55,"Date":"3/27/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":609,"Cost":341,"Date":"4/17/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":100,"Date":"8/11/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":75,"Cost":63,"Date":"8/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":185,"Cost":144,"Date":"9/2/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":984,"Cost":772,"Date":"9/5/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":769,"Cost":539,"Date":"9/14/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":371,"Cost":340,"Date":"9/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":388,"Date":"11/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":316,"Cost":238,"Date":"12/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":976,"Cost":769,"Date":"1/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":96,"Cost":79,"Date":"1/21/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":431,"Cost":311,"Date":"2/9/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":420,"Date":"3/19/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":707,"Cost":577,"Date":"4/3/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":336,"Cost":212,"Date":"4/5/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":434,"Date":"4/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":73,"Date":"7/10/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":771,"Cost":509,"Date":"3/25/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":958,"Cost":828,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":871,"Cost":800,"Date":"10/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":960,"Cost":893,"Date":"3/2/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":162,"Cost":98,"Date":"6/28/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":482,"Cost":451,"Date":"7/17/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":345,"Cost":228,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":218,"Cost":193,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":309,"Date":"11/20/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":373,"Cost":262,"Date":"12/16/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":790,"Cost":428,"Date":"12/30/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":981,"Cost":791,"Date":"2/15/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":520,"Cost":479,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":824,"Cost":761,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":941,"Cost":566,"Date":"4/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":887,"Cost":816,"Date":"7/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":452,"Date":"8/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":49,"Date":"10/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":352,"Date":"11/11/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":354,"Cost":288,"Date":"11/30/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":453,"Cost":386,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":476,"Date":"3/1/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":5,"Date":"4/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":356,"Cost":300,"Date":"5/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":702,"Date":"8/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":439,"Cost":352,"Date":"9/15/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":167,"Cost":113,"Date":"10/14/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":155,"Cost":143,"Date":"10/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":334,"Cost":312,"Date":"11/11/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":635,"Date":"12/7/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":458,"Cost":298,"Date":"12/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":535,"Date":"1/6/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":141,"Cost":74,"Date":"1/23/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":394,"Cost":246,"Date":"2/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":338,"Cost":199,"Date":"3/10/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":326,"Cost":305,"Date":"3/12/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":152,"Cost":124,"Date":"3/31/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":695,"Cost":602,"Date":"6/16/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":752,"Date":"6/17/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":372,"Date":"8/27/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":93,"Date":"10/1/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":116,"Date":"11/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":211,"Cost":145,"Date":"11/9/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":127,"Cost":109,"Date":"3/27/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":33,"Cost":32,"Date":"4/17/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":71,"Date":"8/11/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":710,"Cost":374,"Date":"8/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":114,"Cost":70,"Date":"9/2/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":334,"Cost":276,"Date":"9/5/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":321,"Cost":295,"Date":"9/14/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":71,"Date":"9/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":2,"Cost":2,"Date":"11/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":138,"Cost":72,"Date":"12/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":124,"Cost":82,"Date":"1/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":180,"Date":"1/21/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":177,"Cost":133,"Date":"2/9/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":651,"Cost":550,"Date":"3/19/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":659,"Cost":439,"Date":"4/3/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":419,"Cost":329,"Date":"4/5/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":477,"Date":"4/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":337,"Cost":278,"Date":"7/10/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":536,"Date":"3/25/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":693,"Cost":611,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":573,"Cost":329,"Date":"10/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":390,"Date":"3/2/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":807,"Cost":486,"Date":"6/28/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":637,"Cost":521,"Date":"7/17/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":327,"Cost":218,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":121,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":51,"Date":"11/20/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":589,"Cost":402,"Date":"12/16/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":652,"Date":"12/30/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":657,"Cost":519,"Date":"2/15/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":335,"Cost":189,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":876,"Cost":608,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":313,"Date":"4/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":173,"Cost":154,"Date":"7/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":216,"Cost":204,"Date":"8/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":775,"Cost":462,"Date":"10/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":998,"Cost":812,"Date":"11/11/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":500,"Cost":260,"Date":"11/30/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":452,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":692,"Cost":352,"Date":"3/1/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":373,"Cost":206,"Date":"4/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":270,"Cost":135,"Date":"5/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":102,"Date":"8/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":589,"Cost":375,"Date":"9/15/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":870,"Cost":583,"Date":"10/14/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":557,"Cost":386,"Date":"10/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":397,"Cost":307,"Date":"11/11/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":266,"Cost":229,"Date":"12/7/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":317,"Cost":205,"Date":"12/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":472,"Cost":311,"Date":"1/6/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":450,"Cost":388,"Date":"1/23/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":684,"Cost":467,"Date":"2/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":418,"Cost":316,"Date":"3/10/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":327,"Date":"3/12/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":307,"Cost":277,"Date":"3/31/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":874,"Cost":575,"Date":"6/16/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":265,"Date":"6/17/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":585,"Cost":305,"Date":"8/27/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":244,"Cost":207,"Date":"10/1/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":316,"Date":"11/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":174,"Cost":133,"Date":"11/9/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":43,"Date":"3/27/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":876,"Cost":702,"Date":"4/17/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":528,"Cost":338,"Date":"8/11/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":405,"Cost":365,"Date":"8/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":514,"Cost":395,"Date":"9/2/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":524,"Cost":366,"Date":"9/5/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":743,"Cost":448,"Date":"9/14/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":345,"Cost":277,"Date":"9/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":461,"Cost":305,"Date":"11/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":443,"Cost":237,"Date":"12/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":248,"Cost":144,"Date":"1/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":965,"Cost":834,"Date":"1/21/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":152,"Date":"2/9/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":835,"Cost":444,"Date":"3/19/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":884,"Cost":681,"Date":"4/3/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":531,"Cost":311,"Date":"4/5/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":195,"Cost":143,"Date":"4/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":208,"Cost":163,"Date":"7/10/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":335,"Cost":211,"Date":"3/25/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":55,"Cost":49,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":528,"Date":"10/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":815,"Cost":510,"Date":"3/2/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":504,"Cost":347,"Date":"6/28/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":365,"Date":"7/17/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":345,"Cost":301,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":171,"Cost":123,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":456,"Cost":267,"Date":"11/20/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":333,"Cost":246,"Date":"12/16/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":735,"Cost":578,"Date":"12/30/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":767,"Cost":433,"Date":"2/15/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":424,"Cost":238,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":842,"Cost":757,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":13,"Date":"4/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":439,"Cost":251,"Date":"7/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":117,"Cost":67,"Date":"8/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":73,"Cost":58,"Date":"10/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":902,"Cost":540,"Date":"11/11/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":752,"Cost":389,"Date":"11/30/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":136,"Cost":116,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":828,"Cost":455,"Date":"3/1/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":947,"Cost":631,"Date":"4/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":740,"Cost":538,"Date":"5/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":101,"Cost":67,"Date":"8/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":25,"Cost":22,"Date":"9/15/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":661,"Date":"10/14/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":15,"Cost":14,"Date":"10/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":366,"Cost":254,"Date":"11/11/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":662,"Cost":394,"Date":"12/7/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":631,"Cost":481,"Date":"12/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":281,"Cost":191,"Date":"1/6/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":180,"Cost":136,"Date":"1/23/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":804,"Cost":600,"Date":"2/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":433,"Cost":364,"Date":"3/10/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":5,"Cost":3,"Date":"3/12/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":988,"Cost":876,"Date":"3/31/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":80,"Date":"6/16/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":80,"Date":"6/17/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":745,"Cost":569,"Date":"8/27/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":674,"Cost":375,"Date":"10/1/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":588,"Date":"11/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":180,"Cost":105,"Date":"11/9/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":416,"Cost":240,"Date":"3/27/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":924,"Cost":759,"Date":"4/17/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":244,"Cost":189,"Date":"8/11/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":5,"Cost":2,"Date":"8/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":525,"Cost":391,"Date":"9/2/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":46,"Cost":35,"Date":"9/5/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":548,"Cost":305,"Date":"9/14/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":644,"Cost":605,"Date":"9/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":533,"Cost":373,"Date":"11/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":654,"Cost":392,"Date":"12/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":247,"Cost":224,"Date":"1/7/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":69,"Cost":54,"Date":"1/21/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":434,"Cost":272,"Date":"2/9/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":529,"Cost":334,"Date":"3/19/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":38,"Cost":25,"Date":"4/3/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":722,"Cost":573,"Date":"4/5/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":74,"Cost":64,"Date":"4/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":52,"Cost":28,"Date":"7/10/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":233,"Date":"3/25/2020"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":982,"Cost":918,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":649,"Cost":424,"Date":"10/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":309,"Cost":201,"Date":"3/2/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":505,"Cost":254,"Date":"6/28/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":739,"Cost":386,"Date":"7/17/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":405,"Cost":351,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":83,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":479,"Cost":404,"Date":"11/20/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":77,"Cost":72,"Date":"12/16/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":814,"Cost":409,"Date":"12/30/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":47,"Cost":25,"Date":"2/15/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":389,"Cost":217,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":926,"Cost":631,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":859,"Cost":793,"Date":"4/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":288,"Cost":166,"Date":"7/27/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":866,"Cost":610,"Date":"8/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":789,"Cost":577,"Date":"10/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":368,"Cost":185,"Date":"11/11/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":319,"Cost":223,"Date":"11/30/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":86,"Cost":75,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":912,"Cost":496,"Date":"3/1/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":309,"Cost":230,"Date":"4/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":597,"Cost":545,"Date":"5/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":960,"Cost":880,"Date":"8/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":311,"Cost":238,"Date":"9/15/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":58,"Cost":53,"Date":"10/14/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":372,"Date":"10/28/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":177,"Date":"11/11/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":492,"Cost":440,"Date":"12/7/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":118,"Cost":75,"Date":"12/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":7,"Date":"1/6/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":181,"Cost":150,"Date":"1/23/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":335,"Cost":255,"Date":"2/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":200,"Cost":148,"Date":"3/10/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":296,"Cost":228,"Date":"3/12/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":770,"Cost":614,"Date":"3/31/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":121,"Cost":101,"Date":"6/16/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":199,"Cost":182,"Date":"6/17/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":16,"Cost":9,"Date":"8/27/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":485,"Cost":277,"Date":"10/1/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":866,"Cost":505,"Date":"11/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":563,"Cost":474,"Date":"11/9/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":48,"Cost":32,"Date":"3/27/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":674,"Cost":353,"Date":"4/17/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/11/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":547,"Cost":505,"Date":"8/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":773,"Cost":692,"Date":"9/2/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":116,"Cost":70,"Date":"9/5/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":795,"Cost":555,"Date":"9/14/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":430,"Cost":289,"Date":"9/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":724,"Cost":514,"Date":"11/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":294,"Cost":242,"Date":"12/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":32,"Cost":24,"Date":"1/7/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":972,"Cost":641,"Date":"1/21/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":45,"Cost":32,"Date":"2/9/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":735,"Cost":655,"Date":"3/19/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":738,"Cost":536,"Date":"4/3/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":502,"Cost":330,"Date":"4/5/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":419,"Cost":302,"Date":"4/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":701,"Cost":565,"Date":"7/10/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":444,"Cost":342,"Date":"3/25/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":849,"Cost":705,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":731,"Cost":521,"Date":"10/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":488,"Cost":387,"Date":"3/2/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":879,"Cost":810,"Date":"6/28/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":313,"Cost":224,"Date":"7/17/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":882,"Cost":641,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":247,"Cost":234,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":164,"Cost":140,"Date":"11/20/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":821,"Cost":740,"Date":"12/16/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":447,"Date":"12/30/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":308,"Cost":269,"Date":"2/15/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":364,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":134,"Cost":82,"Date":"4/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":662,"Cost":409,"Date":"7/27/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":669,"Cost":492,"Date":"8/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":150,"Cost":91,"Date":"10/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":665,"Cost":451,"Date":"11/11/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":639,"Cost":504,"Date":"11/30/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":623,"Cost":517,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":790,"Cost":590,"Date":"3/1/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":768,"Cost":605,"Date":"4/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":78,"Cost":70,"Date":"5/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":158,"Cost":141,"Date":"8/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":93,"Cost":66,"Date":"9/15/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":283,"Cost":196,"Date":"10/14/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":404,"Date":"10/28/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":367,"Date":"11/11/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":239,"Cost":221,"Date":"12/7/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":430,"Cost":300,"Date":"12/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":537,"Cost":273,"Date":"1/6/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":905,"Cost":765,"Date":"1/23/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":511,"Cost":332,"Date":"2/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":918,"Cost":479,"Date":"3/10/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":837,"Cost":478,"Date":"3/12/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":81,"Cost":43,"Date":"3/31/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":244,"Cost":171,"Date":"6/16/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":125,"Cost":86,"Date":"6/17/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":193,"Cost":172,"Date":"8/27/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":879,"Cost":452,"Date":"10/1/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":260,"Cost":208,"Date":"11/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":330,"Date":"11/9/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":745,"Cost":553,"Date":"3/27/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":794,"Cost":500,"Date":"4/17/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":588,"Cost":437,"Date":"8/11/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":140,"Cost":89,"Date":"8/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":528,"Cost":488,"Date":"9/2/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":743,"Cost":528,"Date":"9/5/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":97,"Cost":87,"Date":"9/14/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":421,"Cost":269,"Date":"9/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":437,"Cost":342,"Date":"11/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":772,"Cost":427,"Date":"12/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":935,"Cost":472,"Date":"1/7/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":206,"Cost":170,"Date":"1/21/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":731,"Cost":690,"Date":"2/9/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":346,"Cost":228,"Date":"3/19/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":223,"Cost":157,"Date":"4/3/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":48,"Cost":33,"Date":"4/5/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":173,"Cost":123,"Date":"4/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":335,"Cost":172,"Date":"7/10/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":356,"Date":"3/25/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":331,"Cost":284,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":952,"Cost":492,"Date":"10/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":3,"Cost":3,"Date":"3/2/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":815,"Cost":688,"Date":"6/28/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":531,"Cost":335,"Date":"7/17/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":29,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":794,"Cost":634,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":249,"Date":"11/20/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":60,"Cost":40,"Date":"12/16/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":463,"Cost":248,"Date":"12/30/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":748,"Cost":389,"Date":"2/15/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":527,"Cost":498,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":816,"Cost":577,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":36,"Cost":33,"Date":"4/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":262,"Cost":249,"Date":"7/27/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":813,"Cost":518,"Date":"8/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":365,"Cost":249,"Date":"10/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":714,"Cost":478,"Date":"11/11/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":847,"Cost":712,"Date":"11/30/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":437,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":491,"Date":"3/1/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":525,"Cost":275,"Date":"4/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":473,"Cost":244,"Date":"5/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":139,"Cost":94,"Date":"8/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":589,"Cost":471,"Date":"9/15/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":254,"Cost":215,"Date":"10/14/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":7,"Cost":7,"Date":"10/28/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":457,"Cost":351,"Date":"11/11/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":956,"Cost":512,"Date":"12/7/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":446,"Date":"12/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":467,"Cost":320,"Date":"1/6/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":518,"Cost":472,"Date":"1/23/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":540,"Cost":282,"Date":"2/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":181,"Cost":110,"Date":"3/10/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":95,"Cost":84,"Date":"3/12/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":118,"Cost":70,"Date":"3/31/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":723,"Cost":583,"Date":"6/16/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":482,"Cost":320,"Date":"6/17/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":622,"Cost":466,"Date":"8/27/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":852,"Cost":443,"Date":"10/1/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":719,"Cost":481,"Date":"11/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":1,"Date":"11/9/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":953,"Cost":543,"Date":"3/27/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":703,"Cost":535,"Date":"4/17/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":812,"Cost":487,"Date":"8/11/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":569,"Date":"8/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":281,"Cost":206,"Date":"9/2/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":682,"Cost":363,"Date":"9/5/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":598,"Cost":544,"Date":"9/14/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":19,"Cost":14,"Date":"9/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":829,"Date":"11/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":318,"Cost":275,"Date":"12/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":472,"Cost":429,"Date":"1/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":61,"Cost":42,"Date":"1/21/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":95,"Cost":51,"Date":"2/9/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":836,"Cost":419,"Date":"3/19/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":570,"Cost":338,"Date":"4/3/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":238,"Cost":177,"Date":"4/5/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":238,"Cost":219,"Date":"4/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":241,"Cost":188,"Date":"7/10/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":487,"Date":"3/25/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":299,"Cost":229,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":23,"Cost":20,"Date":"10/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":658,"Cost":611,"Date":"3/2/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":930,"Cost":715,"Date":"6/28/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":632,"Date":"7/17/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":708,"Cost":451,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":788,"Cost":738,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":932,"Cost":488,"Date":"11/20/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":914,"Cost":709,"Date":"12/16/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":258,"Cost":208,"Date":"12/30/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":297,"Cost":273,"Date":"2/15/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":274,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":140,"Cost":109,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":952,"Cost":536,"Date":"4/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":503,"Date":"7/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":912,"Cost":458,"Date":"8/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":690,"Date":"10/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":697,"Cost":536,"Date":"11/11/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":371,"Cost":203,"Date":"11/30/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":245,"Cost":171,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":681,"Cost":342,"Date":"3/1/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":648,"Cost":439,"Date":"4/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":636,"Date":"5/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":594,"Date":"8/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":547,"Cost":480,"Date":"9/15/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":559,"Cost":492,"Date":"10/14/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":882,"Cost":806,"Date":"10/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":175,"Cost":162,"Date":"11/11/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":809,"Cost":459,"Date":"12/7/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":716,"Cost":632,"Date":"12/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":568,"Cost":345,"Date":"1/6/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":362,"Cost":330,"Date":"1/23/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":274,"Cost":205,"Date":"2/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":23,"Cost":18,"Date":"3/10/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":774,"Cost":622,"Date":"3/12/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":759,"Cost":438,"Date":"3/31/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":295,"Cost":214,"Date":"6/16/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":917,"Cost":861,"Date":"6/17/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":723,"Cost":446,"Date":"8/27/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":80,"Cost":50,"Date":"10/1/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":949,"Cost":718,"Date":"11/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":744,"Cost":617,"Date":"11/9/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":203,"Cost":133,"Date":"3/27/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":92,"Cost":84,"Date":"4/17/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":845,"Cost":427,"Date":"8/11/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":218,"Cost":195,"Date":"8/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":898,"Cost":840,"Date":"9/2/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":69,"Cost":61,"Date":"9/5/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":262,"Cost":247,"Date":"9/14/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":374,"Cost":273,"Date":"9/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":166,"Cost":136,"Date":"11/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":335,"Cost":280,"Date":"12/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":741,"Cost":417,"Date":"1/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":68,"Cost":44,"Date":"1/21/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":240,"Date":"2/9/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":111,"Cost":75,"Date":"3/19/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":644,"Cost":392,"Date":"4/3/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":993,"Cost":704,"Date":"4/5/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":279,"Cost":179,"Date":"4/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":50,"Cost":29,"Date":"7/10/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":161,"Cost":101,"Date":"3/25/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":818,"Cost":557,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":710,"Cost":419,"Date":"10/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":41,"Cost":38,"Date":"3/2/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":317,"Date":"6/28/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":452,"Cost":321,"Date":"7/17/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":238,"Cost":193,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":353,"Cost":220,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":402,"Cost":340,"Date":"11/20/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":245,"Date":"12/16/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":303,"Cost":212,"Date":"12/30/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":271,"Date":"2/15/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":558,"Cost":287,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":203,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":276,"Cost":214,"Date":"4/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":565,"Date":"7/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":535,"Cost":427,"Date":"8/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":552,"Cost":473,"Date":"10/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":930,"Cost":820,"Date":"11/11/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":355,"Cost":329,"Date":"11/30/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":501,"Cost":294,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":238,"Cost":204,"Date":"3/1/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":243,"Cost":151,"Date":"4/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":114,"Date":"5/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":890,"Cost":469,"Date":"8/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":310,"Cost":249,"Date":"9/15/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":84,"Cost":45,"Date":"10/14/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":183,"Date":"10/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":852,"Cost":456,"Date":"11/11/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":249,"Date":"12/7/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":942,"Cost":649,"Date":"12/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":329,"Cost":178,"Date":"1/6/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":312,"Date":"1/23/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":378,"Cost":308,"Date":"2/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":195,"Cost":123,"Date":"3/10/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":857,"Cost":739,"Date":"3/12/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":346,"Cost":310,"Date":"3/31/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":603,"Cost":436,"Date":"6/16/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":323,"Cost":197,"Date":"6/17/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":444,"Cost":364,"Date":"8/27/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":721,"Cost":678,"Date":"10/1/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":491,"Cost":304,"Date":"11/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":114,"Date":"11/9/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":329,"Cost":278,"Date":"3/27/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":745,"Cost":695,"Date":"4/17/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":245,"Cost":208,"Date":"8/11/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":475,"Date":"8/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":338,"Cost":218,"Date":"9/2/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":336,"Cost":170,"Date":"9/5/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":38,"Cost":29,"Date":"9/14/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":445,"Cost":383,"Date":"9/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":126,"Cost":92,"Date":"11/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":313,"Cost":167,"Date":"12/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":761,"Cost":510,"Date":"1/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":501,"Cost":444,"Date":"1/21/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":357,"Date":"2/9/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":497,"Cost":328,"Date":"3/19/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":239,"Cost":177,"Date":"4/3/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":406,"Cost":338,"Date":"4/5/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":142,"Cost":102,"Date":"4/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":835,"Cost":764,"Date":"7/10/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":173,"Cost":131,"Date":"3/25/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":591,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":233,"Cost":177,"Date":"10/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":285,"Date":"3/2/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":284,"Cost":257,"Date":"6/28/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":991,"Cost":518,"Date":"7/17/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":374,"Cost":290,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":679,"Cost":508,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":433,"Date":"11/20/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":612,"Date":"12/16/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":685,"Cost":388,"Date":"12/30/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":567,"Cost":446,"Date":"2/15/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":838,"Cost":590,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":121,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":469,"Date":"4/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":295,"Cost":240,"Date":"7/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":798,"Date":"8/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":684,"Cost":645,"Date":"10/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":669,"Date":"11/11/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":760,"Cost":617,"Date":"11/30/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":301,"Cost":185,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":165,"Date":"3/1/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":135,"Cost":109,"Date":"4/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":138,"Date":"5/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":249,"Cost":141,"Date":"8/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":271,"Cost":167,"Date":"9/15/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":391,"Date":"10/14/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":1000,"Cost":588,"Date":"10/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":533,"Cost":291,"Date":"11/11/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":729,"Cost":376,"Date":"12/7/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":262,"Cost":190,"Date":"12/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":512,"Cost":272,"Date":"1/6/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":215,"Cost":192,"Date":"1/23/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":574,"Cost":460,"Date":"2/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":629,"Date":"3/10/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":504,"Cost":413,"Date":"3/12/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":465,"Date":"3/31/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":77,"Cost":51,"Date":"6/16/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":944,"Cost":618,"Date":"6/17/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":8,"Date":"8/27/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":817,"Cost":588,"Date":"10/1/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":26,"Date":"11/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":695,"Cost":373,"Date":"11/9/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":795,"Cost":410,"Date":"3/27/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":348,"Cost":303,"Date":"4/17/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":757,"Cost":481,"Date":"8/11/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":14,"Cost":12,"Date":"8/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":85,"Cost":71,"Date":"9/2/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":76,"Cost":52,"Date":"9/5/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":747,"Cost":464,"Date":"9/14/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":43,"Cost":31,"Date":"9/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":730,"Cost":455,"Date":"11/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":744,"Cost":430,"Date":"12/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":257,"Date":"1/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":562,"Cost":334,"Date":"1/21/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":744,"Cost":381,"Date":"2/9/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":454,"Date":"3/19/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":666,"Cost":481,"Date":"4/3/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":37,"Cost":30,"Date":"4/5/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":814,"Cost":422,"Date":"4/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":657,"Cost":519,"Date":"7/10/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":967,"Cost":649,"Date":"3/25/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":975,"Cost":814,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":938,"Cost":485,"Date":"10/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":317,"Cost":212,"Date":"3/2/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":924,"Cost":627,"Date":"6/28/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":397,"Cost":227,"Date":"7/17/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":379,"Cost":302,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":606,"Cost":428,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":93,"Cost":85,"Date":"11/20/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":324,"Date":"12/16/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":257,"Cost":142,"Date":"12/30/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":478,"Cost":364,"Date":"2/15/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":610,"Cost":317,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":833,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":497,"Cost":307,"Date":"4/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":48,"Cost":38,"Date":"7/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":535,"Cost":506,"Date":"8/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":958,"Cost":556,"Date":"10/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":532,"Cost":375,"Date":"11/11/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":501,"Cost":271,"Date":"11/30/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":763,"Cost":672,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":312,"Date":"3/1/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":499,"Cost":319,"Date":"4/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":125,"Cost":96,"Date":"5/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":157,"Cost":129,"Date":"8/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":733,"Cost":411,"Date":"9/15/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":318,"Cost":173,"Date":"10/14/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":730,"Cost":537,"Date":"10/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":178,"Cost":166,"Date":"11/11/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":250,"Cost":160,"Date":"12/7/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":656,"Cost":427,"Date":"12/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":250,"Cost":201,"Date":"1/6/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":270,"Date":"1/23/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":756,"Cost":708,"Date":"2/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":312,"Cost":223,"Date":"3/10/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":32,"Date":"3/12/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":133,"Cost":82,"Date":"3/31/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":522,"Cost":317,"Date":"6/16/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":686,"Cost":350,"Date":"6/17/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":106,"Date":"8/27/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":962,"Cost":653,"Date":"10/1/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":85,"Cost":46,"Date":"11/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":514,"Cost":367,"Date":"11/9/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":571,"Cost":310,"Date":"3/27/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":594,"Cost":423,"Date":"4/17/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":28,"Cost":15,"Date":"8/11/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":129,"Date":"8/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":736,"Cost":634,"Date":"9/2/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":244,"Cost":138,"Date":"9/5/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":275,"Date":"9/14/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":71,"Date":"9/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":530,"Cost":492,"Date":"11/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":718,"Cost":575,"Date":"12/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":31,"Cost":25,"Date":"1/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":465,"Date":"1/21/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":443,"Cost":319,"Date":"2/9/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":756,"Cost":660,"Date":"3/19/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":994,"Cost":742,"Date":"4/3/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":369,"Cost":267,"Date":"4/5/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":239,"Date":"4/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":177,"Cost":155,"Date":"7/10/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":696,"Cost":457,"Date":"3/25/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":231,"Cost":117,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":512,"Cost":404,"Date":"10/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":285,"Cost":156,"Date":"3/2/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":71,"Date":"6/28/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":737,"Date":"7/17/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":641,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":377,"Cost":246,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":608,"Date":"11/20/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":557,"Cost":480,"Date":"12/16/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":230,"Cost":184,"Date":"12/30/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":568,"Cost":355,"Date":"2/15/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":304,"Cost":196,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":690,"Cost":493,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":225,"Cost":139,"Date":"4/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":399,"Cost":376,"Date":"7/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":560,"Date":"8/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":459,"Date":"10/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":794,"Cost":633,"Date":"11/11/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":656,"Cost":581,"Date":"11/30/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":490,"Cost":422,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":146,"Cost":112,"Date":"3/1/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":330,"Cost":228,"Date":"4/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":554,"Cost":427,"Date":"5/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":919,"Cost":464,"Date":"8/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":813,"Cost":470,"Date":"9/15/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":406,"Date":"10/14/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":483,"Cost":285,"Date":"10/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":279,"Date":"11/11/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":305,"Cost":245,"Date":"12/7/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":414,"Cost":352,"Date":"12/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":748,"Cost":582,"Date":"1/6/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":151,"Cost":135,"Date":"1/23/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":318,"Cost":256,"Date":"2/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":575,"Cost":342,"Date":"3/10/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":523,"Date":"3/12/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":850,"Cost":483,"Date":"3/31/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":236,"Cost":206,"Date":"6/16/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":752,"Cost":549,"Date":"6/17/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":497,"Cost":378,"Date":"8/27/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":81,"Cost":60,"Date":"10/1/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":456,"Cost":415,"Date":"11/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":36,"Date":"11/9/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":544,"Cost":510,"Date":"3/27/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":807,"Cost":680,"Date":"4/17/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":626,"Cost":322,"Date":"8/11/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":747,"Cost":558,"Date":"8/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":629,"Cost":427,"Date":"9/2/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":331,"Cost":299,"Date":"9/5/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":685,"Cost":592,"Date":"9/14/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":171,"Cost":111,"Date":"9/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":577,"Cost":534,"Date":"11/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":899,"Cost":709,"Date":"12/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":153,"Cost":89,"Date":"1/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":294,"Cost":234,"Date":"1/21/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":1000,"Cost":923,"Date":"2/9/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":436,"Cost":267,"Date":"3/19/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":176,"Cost":92,"Date":"4/3/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":796,"Cost":421,"Date":"4/5/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":531,"Cost":364,"Date":"4/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":77,"Date":"7/10/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":361,"Cost":232,"Date":"3/25/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":672,"Cost":460,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":282,"Cost":219,"Date":"10/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":996,"Cost":909,"Date":"3/2/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":770,"Cost":646,"Date":"6/28/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":237,"Cost":221,"Date":"7/17/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":20,"Cost":19,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":913,"Cost":639,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":440,"Cost":223,"Date":"11/20/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":834,"Cost":502,"Date":"12/16/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":536,"Cost":300,"Date":"12/30/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":450,"Cost":241,"Date":"2/15/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":137,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":181,"Cost":110,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":659,"Cost":474,"Date":"4/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":625,"Cost":544,"Date":"7/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":647,"Cost":529,"Date":"8/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":369,"Cost":254,"Date":"10/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":465,"Cost":442,"Date":"11/11/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":186,"Cost":156,"Date":"11/30/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":56,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":488,"Cost":276,"Date":"3/1/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":413,"Cost":362,"Date":"4/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":682,"Cost":598,"Date":"5/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":922,"Cost":622,"Date":"8/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":774,"Cost":672,"Date":"9/15/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":63,"Cost":38,"Date":"10/14/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":775,"Cost":417,"Date":"10/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":758,"Date":"11/11/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":411,"Cost":340,"Date":"12/7/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":401,"Cost":266,"Date":"12/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":734,"Cost":527,"Date":"1/6/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":976,"Cost":903,"Date":"1/23/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":264,"Cost":200,"Date":"2/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":208,"Cost":153,"Date":"3/10/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":261,"Cost":142,"Date":"3/12/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":758,"Cost":609,"Date":"3/31/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":178,"Cost":119,"Date":"6/16/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":317,"Cost":271,"Date":"6/17/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":789,"Cost":643,"Date":"8/27/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":229,"Cost":211,"Date":"10/1/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":447,"Cost":387,"Date":"11/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":506,"Cost":326,"Date":"11/9/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":460,"Cost":415,"Date":"3/27/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":564,"Date":"4/17/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":386,"Cost":194,"Date":"8/11/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":268,"Cost":187,"Date":"8/21/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":83,"Date":"9/2/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":530,"Cost":286,"Date":"9/5/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":25,"Cost":18,"Date":"9/14/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":994,"Cost":536,"Date":"9/20/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":962,"Cost":729,"Date":"11/20/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":615,"Date":"12/21/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":221,"Cost":120,"Date":"1/7/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":130,"Cost":109,"Date":"1/21/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":420,"Cost":379,"Date":"2/9/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":390,"Cost":297,"Date":"3/19/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":467,"Cost":442,"Date":"4/3/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":99,"Cost":77,"Date":"4/5/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":278,"Cost":232,"Date":"4/28/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":99,"Cost":55,"Date":"7/10/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":986,"Cost":552,"Date":"3/25/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":128,"Cost":107,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":597,"Cost":532,"Date":"10/28/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":102,"Date":"3/2/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":258,"Cost":203,"Date":"6/28/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":684,"Cost":452,"Date":"7/17/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":639,"Cost":531,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":722,"Cost":671,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":694,"Cost":400,"Date":"11/20/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":903,"Cost":670,"Date":"12/16/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":176,"Cost":134,"Date":"12/30/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":143,"Cost":98,"Date":"2/15/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":114,"Cost":75,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":97,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":400,"Date":"4/18/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":14,"Date":"7/27/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":141,"Date":"8/18/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":851,"Date":"10/31/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":57,"Cost":52,"Date":"11/11/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":605,"Cost":551,"Date":"11/30/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":890,"Cost":502,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":285,"Cost":227,"Date":"3/1/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":646,"Cost":542,"Date":"4/13/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":171,"Cost":147,"Date":"5/20/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":259,"Cost":178,"Date":"8/13/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":278,"Cost":215,"Date":"9/15/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":788,"Cost":645,"Date":"10/14/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":7,"Cost":3,"Date":"10/28/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":606,"Cost":409,"Date":"11/11/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":367,"Date":"12/7/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":785,"Cost":610,"Date":"12/21/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":3,"Cost":3,"Date":"1/6/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":355,"Date":"1/23/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":500,"Date":"2/4/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":90,"Cost":80,"Date":"3/10/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":668,"Cost":562,"Date":"3/12/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":469,"Cost":405,"Date":"3/31/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":634,"Cost":466,"Date":"6/16/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":899,"Cost":648,"Date":"6/17/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":115,"Cost":79,"Date":"8/27/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":370,"Cost":284,"Date":"10/1/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":605,"Date":"11/4/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":356,"Cost":325,"Date":"11/9/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":302,"Cost":164,"Date":"3/27/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":959,"Cost":606,"Date":"4/17/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":581,"Cost":492,"Date":"8/11/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":518,"Cost":342,"Date":"8/21/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":336,"Cost":307,"Date":"9/2/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":946,"Cost":563,"Date":"9/5/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":885,"Cost":573,"Date":"9/14/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":74,"Cost":65,"Date":"9/20/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":1000,"Cost":628,"Date":"11/20/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":915,"Cost":815,"Date":"12/21/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":637,"Date":"1/7/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":470,"Date":"1/21/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":643,"Cost":597,"Date":"2/9/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":442,"Cost":356,"Date":"3/19/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":236,"Cost":156,"Date":"4/3/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":897,"Cost":789,"Date":"4/5/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":480,"Cost":352,"Date":"4/28/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":154,"Cost":125,"Date":"7/10/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":5,"Date":"3/25/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":333,"Cost":314,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":78,"Cost":52,"Date":"10/28/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":846,"Cost":502,"Date":"3/2/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":589,"Cost":536,"Date":"6/28/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":200,"Cost":184,"Date":"7/17/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":172,"Cost":91,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":242,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":57,"Cost":45,"Date":"11/20/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":100,"Cost":55,"Date":"12/16/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":610,"Date":"12/30/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":533,"Cost":279,"Date":"2/15/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":644,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":761,"Cost":553,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":925,"Cost":798,"Date":"4/18/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":93,"Cost":72,"Date":"7/27/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":12,"Date":"8/18/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":996,"Cost":631,"Date":"10/31/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":836,"Cost":771,"Date":"11/11/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":266,"Cost":225,"Date":"11/30/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":24,"Cost":16,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":220,"Cost":151,"Date":"3/1/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":209,"Cost":136,"Date":"4/13/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":924,"Cost":704,"Date":"5/20/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":336,"Cost":259,"Date":"8/13/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":25,"Cost":17,"Date":"9/15/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":620,"Cost":315,"Date":"10/14/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":766,"Cost":596,"Date":"10/28/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":79,"Cost":52,"Date":"11/11/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":264,"Cost":181,"Date":"12/7/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":757,"Cost":634,"Date":"12/21/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":529,"Cost":281,"Date":"1/6/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":757,"Date":"1/23/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":169,"Date":"2/4/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":885,"Cost":690,"Date":"3/10/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":803,"Cost":679,"Date":"3/12/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":175,"Date":"3/31/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":279,"Cost":179,"Date":"6/16/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":489,"Cost":298,"Date":"6/17/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":484,"Cost":372,"Date":"8/27/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":713,"Date":"10/1/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":981,"Cost":916,"Date":"11/4/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":67,"Date":"11/9/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":613,"Cost":567,"Date":"3/27/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":709,"Cost":406,"Date":"4/17/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":337,"Cost":235,"Date":"8/11/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":170,"Cost":108,"Date":"8/21/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":735,"Cost":437,"Date":"9/2/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":640,"Cost":488,"Date":"9/5/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":531,"Cost":370,"Date":"9/14/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":587,"Cost":514,"Date":"9/20/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":114,"Cost":60,"Date":"11/20/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":174,"Cost":133,"Date":"12/21/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":103,"Cost":91,"Date":"1/7/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":278,"Cost":193,"Date":"1/21/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":386,"Cost":319,"Date":"2/9/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":137,"Date":"3/19/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":761,"Cost":632,"Date":"4/3/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":357,"Date":"4/5/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":167,"Date":"4/28/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":442,"Cost":323,"Date":"7/10/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":794,"Cost":636,"Date":"3/25/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":308,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":570,"Cost":378,"Date":"10/28/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":146,"Cost":125,"Date":"3/2/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":365,"Cost":339,"Date":"6/28/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":951,"Cost":861,"Date":"7/17/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":410,"Cost":359,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":977,"Cost":855,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":421,"Cost":316,"Date":"11/20/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":767,"Cost":661,"Date":"12/16/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":146,"Cost":89,"Date":"12/30/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":197,"Cost":142,"Date":"2/15/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":229,"Cost":122,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":504,"Cost":458,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":483,"Cost":358,"Date":"4/18/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":793,"Cost":716,"Date":"7/27/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":708,"Cost":462,"Date":"8/18/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":573,"Cost":430,"Date":"10/31/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":533,"Cost":401,"Date":"11/11/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":110,"Date":"11/30/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":26,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":73,"Cost":50,"Date":"3/1/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":914,"Cost":509,"Date":"4/13/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":549,"Cost":302,"Date":"5/20/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":479,"Date":"8/13/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":623,"Cost":414,"Date":"9/15/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":549,"Cost":366,"Date":"10/14/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":238,"Cost":123,"Date":"10/28/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":516,"Cost":393,"Date":"11/11/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":297,"Cost":189,"Date":"12/7/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":661,"Cost":395,"Date":"12/21/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":541,"Cost":470,"Date":"1/6/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":469,"Cost":414,"Date":"1/23/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":805,"Cost":510,"Date":"2/4/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":614,"Cost":502,"Date":"3/10/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":463,"Date":"3/12/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":179,"Date":"3/31/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":43,"Date":"6/16/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":490,"Cost":301,"Date":"6/17/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":105,"Date":"8/27/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":447,"Cost":243,"Date":"10/1/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":684,"Cost":417,"Date":"11/4/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":372,"Cost":256,"Date":"11/9/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":376,"Cost":303,"Date":"3/27/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":628,"Cost":498,"Date":"4/17/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":492,"Cost":254,"Date":"8/11/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":140,"Cost":105,"Date":"8/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":949,"Cost":569,"Date":"9/2/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":480,"Cost":242,"Date":"9/5/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":708,"Cost":477,"Date":"9/14/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":46,"Cost":43,"Date":"9/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":12,"Cost":9,"Date":"11/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":725,"Cost":600,"Date":"12/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":985,"Cost":628,"Date":"1/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":95,"Cost":50,"Date":"1/21/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":674,"Cost":592,"Date":"2/9/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":159,"Cost":110,"Date":"3/19/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":100,"Cost":79,"Date":"4/3/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":369,"Cost":209,"Date":"4/5/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":49,"Cost":37,"Date":"4/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":557,"Cost":528,"Date":"7/10/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":13,"Cost":12,"Date":"3/25/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":24,"Cost":14,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":933,"Cost":787,"Date":"10/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":275,"Cost":212,"Date":"3/2/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":20,"Cost":14,"Date":"6/28/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":802,"Cost":679,"Date":"7/17/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":489,"Cost":247,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":195,"Cost":177,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":287,"Cost":165,"Date":"11/20/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":210,"Cost":182,"Date":"12/16/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":319,"Cost":262,"Date":"12/30/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":14,"Cost":8,"Date":"2/15/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":956,"Cost":537,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":117,"Cost":95,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":844,"Cost":793,"Date":"4/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":844,"Cost":735,"Date":"7/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":371,"Cost":321,"Date":"8/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":89,"Cost":83,"Date":"10/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":568,"Cost":324,"Date":"11/11/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":511,"Cost":258,"Date":"11/30/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":184,"Cost":171,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":544,"Cost":297,"Date":"3/1/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":154,"Cost":85,"Date":"4/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":120,"Cost":99,"Date":"5/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":30,"Cost":22,"Date":"8/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":964,"Cost":637,"Date":"9/15/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":401,"Cost":257,"Date":"10/14/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":594,"Cost":500,"Date":"10/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":585,"Cost":522,"Date":"11/11/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":406,"Cost":235,"Date":"12/7/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":740,"Cost":472,"Date":"12/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":594,"Cost":497,"Date":"1/6/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":355,"Cost":180,"Date":"1/23/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":340,"Cost":293,"Date":"2/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":984,"Cost":853,"Date":"3/10/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":478,"Cost":243,"Date":"3/12/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":924,"Cost":612,"Date":"3/31/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":654,"Cost":336,"Date":"6/16/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":965,"Cost":625,"Date":"6/17/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":582,"Cost":441,"Date":"8/27/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":675,"Cost":377,"Date":"10/1/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":129,"Cost":65,"Date":"11/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":359,"Cost":321,"Date":"11/9/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":351,"Date":"3/27/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":903,"Cost":560,"Date":"4/17/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":654,"Cost":566,"Date":"8/11/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":46,"Date":"8/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":499,"Cost":431,"Date":"9/2/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":830,"Cost":612,"Date":"9/5/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":386,"Cost":227,"Date":"9/14/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":76,"Date":"9/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":680,"Date":"11/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":427,"Cost":374,"Date":"12/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":647,"Cost":445,"Date":"1/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":866,"Cost":657,"Date":"1/21/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":894,"Cost":637,"Date":"2/9/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":340,"Cost":226,"Date":"3/19/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":953,"Cost":702,"Date":"4/3/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":766,"Cost":447,"Date":"4/5/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":637,"Cost":599,"Date":"4/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":617,"Cost":462,"Date":"7/10/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":872,"Cost":546,"Date":"3/25/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":412,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":208,"Cost":152,"Date":"10/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":22,"Cost":19,"Date":"3/2/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":327,"Cost":215,"Date":"6/28/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":770,"Cost":586,"Date":"7/17/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":371,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":129,"Cost":84,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":339,"Cost":304,"Date":"11/20/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":469,"Cost":308,"Date":"12/16/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":166,"Cost":118,"Date":"12/30/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":408,"Cost":327,"Date":"2/15/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":457,"Cost":385,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":792,"Cost":664,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":334,"Date":"4/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":571,"Cost":446,"Date":"7/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":469,"Cost":394,"Date":"8/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":774,"Cost":450,"Date":"10/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":204,"Cost":193,"Date":"11/11/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":30,"Cost":16,"Date":"11/30/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":511,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":522,"Cost":394,"Date":"3/1/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":144,"Cost":91,"Date":"4/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":715,"Cost":634,"Date":"5/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":398,"Cost":239,"Date":"8/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":516,"Date":"9/15/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":466,"Cost":389,"Date":"10/14/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":512,"Date":"10/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":273,"Cost":153,"Date":"11/11/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":713,"Cost":590,"Date":"12/7/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":58,"Cost":33,"Date":"12/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":683,"Cost":465,"Date":"1/6/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":60,"Date":"1/23/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":952,"Cost":707,"Date":"2/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":508,"Cost":469,"Date":"3/10/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":997,"Cost":596,"Date":"3/12/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":452,"Date":"3/31/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":841,"Cost":799,"Date":"6/16/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":450,"Date":"6/17/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":962,"Cost":882,"Date":"8/27/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":946,"Cost":858,"Date":"10/1/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":647,"Cost":330,"Date":"11/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":577,"Date":"11/9/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":229,"Cost":199,"Date":"3/27/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":516,"Cost":309,"Date":"4/17/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":153,"Cost":119,"Date":"8/11/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":552,"Cost":514,"Date":"8/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":636,"Cost":510,"Date":"9/2/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":823,"Date":"9/5/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":525,"Cost":416,"Date":"9/14/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":670,"Date":"9/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":228,"Date":"11/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":767,"Cost":712,"Date":"12/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":15,"Cost":8,"Date":"1/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":910,"Cost":854,"Date":"1/21/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":409,"Cost":208,"Date":"2/9/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":503,"Cost":469,"Date":"3/19/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":87,"Cost":73,"Date":"4/3/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":154,"Cost":95,"Date":"4/5/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":252,"Cost":225,"Date":"4/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":448,"Cost":363,"Date":"7/10/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":309,"Date":"3/25/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":50,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":802,"Cost":639,"Date":"10/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":350,"Cost":331,"Date":"3/2/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":536,"Cost":332,"Date":"6/28/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":735,"Cost":383,"Date":"7/17/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":208,"Cost":157,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":685,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":777,"Cost":694,"Date":"11/20/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":71,"Cost":42,"Date":"12/16/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":251,"Cost":178,"Date":"12/30/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":289,"Date":"2/15/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":572,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":642,"Cost":463,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":749,"Cost":709,"Date":"4/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":997,"Cost":746,"Date":"7/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":639,"Cost":344,"Date":"8/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":426,"Date":"10/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":989,"Cost":791,"Date":"11/11/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":708,"Cost":446,"Date":"11/30/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":195,"Cost":177,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":721,"Date":"3/1/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":604,"Cost":453,"Date":"4/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":546,"Cost":369,"Date":"5/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":898,"Cost":586,"Date":"8/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":483,"Cost":315,"Date":"9/15/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":744,"Date":"10/14/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":220,"Cost":198,"Date":"10/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":117,"Cost":85,"Date":"11/11/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":86,"Cost":46,"Date":"12/7/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":849,"Cost":721,"Date":"12/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":85,"Cost":80,"Date":"1/6/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":601,"Cost":556,"Date":"1/23/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":565,"Date":"2/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":417,"Cost":214,"Date":"3/10/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":115,"Cost":64,"Date":"3/12/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":458,"Cost":254,"Date":"3/31/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":555,"Cost":491,"Date":"6/16/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":127,"Cost":118,"Date":"6/17/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":262,"Cost":165,"Date":"8/27/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":175,"Date":"10/1/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":376,"Cost":261,"Date":"11/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":639,"Cost":384,"Date":"11/9/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":37,"Cost":20,"Date":"3/27/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":257,"Cost":146,"Date":"4/17/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":63,"Cost":44,"Date":"8/11/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":628,"Cost":516,"Date":"8/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":174,"Cost":115,"Date":"9/2/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":983,"Cost":853,"Date":"9/5/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":107,"Cost":67,"Date":"9/14/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":470,"Cost":268,"Date":"9/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":744,"Cost":489,"Date":"11/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":329,"Cost":216,"Date":"12/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":421,"Cost":302,"Date":"1/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":697,"Cost":657,"Date":"1/21/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":434,"Date":"2/9/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":3,"Cost":2,"Date":"3/19/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":846,"Cost":614,"Date":"4/3/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":344,"Cost":225,"Date":"4/5/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":82,"Cost":48,"Date":"4/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":334,"Date":"7/10/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":874,"Cost":440,"Date":"3/25/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":395,"Cost":200,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":497,"Date":"10/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":738,"Cost":423,"Date":"3/2/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":111,"Date":"6/28/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":413,"Cost":261,"Date":"7/17/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":574,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":616,"Cost":369,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":893,"Cost":495,"Date":"11/20/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":6,"Date":"12/16/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":981,"Cost":515,"Date":"12/30/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":922,"Cost":562,"Date":"2/15/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":671,"Cost":379,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":575,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":302,"Cost":175,"Date":"4/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":550,"Cost":300,"Date":"7/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":938,"Cost":566,"Date":"8/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":229,"Date":"10/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":108,"Date":"11/11/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":594,"Cost":327,"Date":"11/30/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":773,"Cost":526,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":196,"Cost":143,"Date":"3/1/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":510,"Cost":282,"Date":"4/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":617,"Cost":328,"Date":"5/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":441,"Date":"8/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":784,"Cost":709,"Date":"9/15/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":432,"Cost":247,"Date":"10/14/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":184,"Date":"10/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":886,"Date":"11/11/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":830,"Cost":553,"Date":"12/7/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":240,"Cost":205,"Date":"12/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":833,"Cost":524,"Date":"1/6/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":348,"Cost":208,"Date":"1/23/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":100,"Date":"2/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":1,"Cost":0,"Date":"3/10/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":355,"Cost":194,"Date":"3/12/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":190,"Cost":172,"Date":"3/31/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":350,"Cost":332,"Date":"6/16/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":671,"Cost":527,"Date":"6/17/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":246,"Cost":151,"Date":"8/27/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":856,"Cost":442,"Date":"10/1/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":124,"Date":"11/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":672,"Cost":419,"Date":"11/9/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":647,"Cost":459,"Date":"3/27/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":133,"Cost":93,"Date":"4/17/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":87,"Cost":67,"Date":"8/11/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":316,"Cost":293,"Date":"8/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":552,"Cost":328,"Date":"9/2/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":312,"Cost":241,"Date":"9/5/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":455,"Date":"9/14/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":917,"Cost":515,"Date":"9/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":219,"Cost":200,"Date":"11/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":444,"Cost":379,"Date":"12/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":186,"Cost":117,"Date":"1/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":470,"Date":"1/21/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":857,"Cost":484,"Date":"2/9/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":37,"Cost":32,"Date":"3/19/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":77,"Cost":63,"Date":"4/3/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":217,"Date":"4/5/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":470,"Cost":404,"Date":"4/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":89,"Cost":70,"Date":"7/10/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":406,"Date":"3/25/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":547,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":21,"Cost":12,"Date":"10/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":159,"Cost":123,"Date":"3/2/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":566,"Cost":444,"Date":"6/28/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":612,"Date":"7/17/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":809,"Cost":671,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":857,"Cost":490,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":513,"Cost":426,"Date":"11/20/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":405,"Cost":240,"Date":"12/16/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":597,"Cost":316,"Date":"12/30/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":174,"Cost":88,"Date":"2/15/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":411,"Cost":226,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":678,"Cost":473,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":226,"Date":"4/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":724,"Cost":525,"Date":"7/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":787,"Cost":471,"Date":"8/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":283,"Cost":243,"Date":"10/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":607,"Cost":399,"Date":"11/11/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":547,"Cost":394,"Date":"11/30/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":939,"Cost":590,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":581,"Date":"3/1/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":771,"Cost":394,"Date":"4/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":559,"Cost":293,"Date":"5/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":749,"Cost":487,"Date":"8/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":933,"Cost":632,"Date":"9/15/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":205,"Date":"10/14/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":635,"Date":"10/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":682,"Cost":405,"Date":"11/11/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":132,"Cost":112,"Date":"12/7/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":962,"Cost":855,"Date":"12/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":169,"Cost":133,"Date":"1/6/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":685,"Cost":376,"Date":"1/23/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":460,"Date":"2/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":875,"Date":"3/10/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":639,"Date":"3/12/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":76,"Cost":73,"Date":"3/31/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":474,"Cost":444,"Date":"6/16/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":212,"Cost":140,"Date":"6/17/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":317,"Cost":217,"Date":"8/27/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":358,"Cost":195,"Date":"10/1/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":279,"Cost":178,"Date":"11/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":698,"Cost":441,"Date":"11/9/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":962,"Cost":886,"Date":"3/27/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":210,"Date":"4/17/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":671,"Date":"8/11/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":845,"Cost":457,"Date":"8/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":224,"Cost":156,"Date":"9/2/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":16,"Cost":14,"Date":"9/5/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":148,"Cost":75,"Date":"9/14/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":848,"Cost":747,"Date":"9/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":749,"Cost":575,"Date":"11/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":872,"Cost":614,"Date":"12/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":527,"Cost":305,"Date":"1/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":654,"Cost":416,"Date":"1/21/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":623,"Cost":514,"Date":"2/9/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":450,"Date":"3/19/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":397,"Cost":320,"Date":"4/3/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":220,"Cost":143,"Date":"4/5/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":769,"Cost":536,"Date":"4/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":281,"Cost":215,"Date":"7/10/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":308,"Date":"3/25/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":370,"Cost":220,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":624,"Date":"10/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":660,"Cost":623,"Date":"3/2/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":278,"Date":"6/28/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":855,"Cost":485,"Date":"7/17/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":258,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":156,"Cost":146,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":973,"Cost":757,"Date":"11/20/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":772,"Cost":457,"Date":"12/16/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":513,"Date":"12/30/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":322,"Date":"2/15/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":372,"Cost":351,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":524,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":599,"Cost":518,"Date":"4/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":172,"Cost":107,"Date":"7/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":898,"Cost":790,"Date":"8/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":821,"Cost":732,"Date":"10/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":289,"Cost":196,"Date":"11/11/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":459,"Cost":296,"Date":"11/30/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":882,"Cost":666,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":142,"Date":"3/1/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":549,"Cost":341,"Date":"4/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":325,"Cost":209,"Date":"5/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":245,"Cost":165,"Date":"8/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":95,"Cost":64,"Date":"9/15/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":282,"Cost":163,"Date":"10/14/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":904,"Cost":656,"Date":"10/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":321,"Cost":206,"Date":"11/11/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":200,"Cost":103,"Date":"12/7/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":454,"Cost":326,"Date":"12/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":124,"Cost":84,"Date":"1/6/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":41,"Date":"1/23/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":912,"Cost":792,"Date":"2/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":488,"Cost":368,"Date":"3/10/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":900,"Cost":649,"Date":"3/12/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":51,"Cost":43,"Date":"3/31/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":818,"Cost":599,"Date":"6/16/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":861,"Cost":509,"Date":"6/17/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":511,"Date":"8/27/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":344,"Cost":246,"Date":"10/1/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":901,"Cost":682,"Date":"11/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":649,"Cost":414,"Date":"11/9/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":430,"Cost":349,"Date":"3/27/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":193,"Cost":168,"Date":"4/17/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":581,"Cost":466,"Date":"8/11/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":26,"Cost":15,"Date":"8/21/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":831,"Cost":529,"Date":"9/2/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":431,"Cost":349,"Date":"9/5/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":227,"Cost":150,"Date":"9/14/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":754,"Cost":466,"Date":"9/20/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":585,"Cost":426,"Date":"11/20/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":275,"Cost":172,"Date":"12/21/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":932,"Cost":610,"Date":"1/7/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":318,"Cost":168,"Date":"1/21/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":65,"Cost":62,"Date":"2/9/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":995,"Cost":735,"Date":"3/19/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":534,"Cost":475,"Date":"4/3/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":883,"Cost":567,"Date":"4/5/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":528,"Cost":410,"Date":"4/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":639,"Cost":321,"Date":"7/10/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":185,"Cost":167,"Date":"3/25/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":347,"Cost":233,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":290,"Cost":252,"Date":"10/28/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":759,"Cost":544,"Date":"3/2/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":415,"Cost":341,"Date":"6/28/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":677,"Cost":468,"Date":"7/17/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":43,"Cost":39,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":531,"Cost":461,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":945,"Cost":674,"Date":"11/20/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":328,"Cost":204,"Date":"12/16/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":475,"Cost":431,"Date":"12/30/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":486,"Cost":362,"Date":"2/15/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":356,"Cost":188,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":368,"Cost":334,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":87,"Cost":56,"Date":"4/18/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":388,"Cost":220,"Date":"7/27/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":488,"Cost":334,"Date":"8/18/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":859,"Cost":656,"Date":"10/31/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":721,"Cost":542,"Date":"11/11/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":206,"Cost":141,"Date":"11/30/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":758,"Cost":383,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":415,"Cost":384,"Date":"3/1/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":757,"Cost":437,"Date":"4/13/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":186,"Cost":168,"Date":"5/20/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":740,"Cost":695,"Date":"8/13/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":10,"Cost":5,"Date":"9/15/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":511,"Cost":319,"Date":"10/14/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":313,"Cost":279,"Date":"10/28/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":251,"Cost":238,"Date":"11/11/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":504,"Cost":332,"Date":"12/7/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":928,"Cost":758,"Date":"12/21/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":270,"Cost":218,"Date":"1/6/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":152,"Cost":101,"Date":"1/23/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":171,"Cost":109,"Date":"2/4/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":658,"Cost":400,"Date":"3/10/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":426,"Cost":361,"Date":"3/12/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":831,"Cost":661,"Date":"3/31/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":779,"Cost":433,"Date":"6/16/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":226,"Cost":156,"Date":"6/17/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":132,"Cost":82,"Date":"8/27/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":46,"Cost":32,"Date":"10/1/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":223,"Cost":127,"Date":"11/4/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":796,"Cost":612,"Date":"11/9/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":786,"Cost":677,"Date":"3/27/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":394,"Cost":298,"Date":"4/17/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":838,"Cost":438,"Date":"8/11/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":82,"Cost":46,"Date":"8/21/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":342,"Cost":270,"Date":"9/2/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":601,"Cost":341,"Date":"9/5/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":940,"Cost":505,"Date":"9/14/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":688,"Date":"9/20/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":87,"Date":"11/20/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":221,"Cost":179,"Date":"12/21/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":973,"Cost":862,"Date":"1/7/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":258,"Cost":231,"Date":"1/21/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":992,"Cost":720,"Date":"2/9/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":18,"Cost":12,"Date":"3/19/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":627,"Cost":533,"Date":"4/3/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":253,"Date":"4/5/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":939,"Cost":567,"Date":"4/28/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":776,"Cost":437,"Date":"7/10/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":674,"Date":"3/25/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":458,"Cost":256,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":101,"Cost":70,"Date":"10/28/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":92,"Cost":82,"Date":"3/2/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":8,"Cost":4,"Date":"6/28/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":804,"Cost":574,"Date":"7/17/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":521,"Cost":429,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":25,"Cost":21,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":690,"Cost":452,"Date":"11/20/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":58,"Cost":44,"Date":"12/16/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":250,"Cost":137,"Date":"12/30/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":677,"Cost":361,"Date":"2/15/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":638,"Cost":505,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":896,"Cost":506,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":539,"Date":"4/18/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":494,"Date":"7/27/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":744,"Cost":587,"Date":"8/18/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":333,"Cost":302,"Date":"10/31/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":903,"Cost":607,"Date":"11/11/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":175,"Cost":123,"Date":"11/30/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":506,"Cost":375,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":183,"Cost":154,"Date":"3/1/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":55,"Cost":34,"Date":"4/13/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":123,"Cost":111,"Date":"5/20/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":657,"Cost":570,"Date":"8/13/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":117,"Cost":98,"Date":"9/15/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":636,"Cost":556,"Date":"10/14/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":103,"Cost":84,"Date":"10/28/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":545,"Cost":300,"Date":"11/11/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":620,"Cost":382,"Date":"12/7/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":660,"Cost":530,"Date":"12/21/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":283,"Cost":176,"Date":"1/6/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":145,"Cost":138,"Date":"1/23/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":714,"Cost":409,"Date":"2/4/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":380,"Cost":243,"Date":"3/10/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":301,"Cost":162,"Date":"3/12/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":200,"Cost":139,"Date":"3/31/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":107,"Cost":98,"Date":"6/16/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":394,"Date":"6/17/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":848,"Cost":540,"Date":"8/27/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":708,"Cost":466,"Date":"10/1/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":592,"Cost":328,"Date":"11/4/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":646,"Cost":550,"Date":"11/9/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":167,"Cost":138,"Date":"3/27/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":374,"Cost":272,"Date":"4/17/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":852,"Cost":443,"Date":"8/11/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":375,"Cost":202,"Date":"8/21/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":548,"Cost":442,"Date":"9/2/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":615,"Cost":521,"Date":"9/5/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":103,"Cost":63,"Date":"9/14/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":610,"Cost":504,"Date":"9/20/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":454,"Cost":282,"Date":"11/20/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":410,"Cost":263,"Date":"12/21/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":541,"Cost":309,"Date":"1/7/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":332,"Cost":255,"Date":"1/21/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":908,"Cost":469,"Date":"2/9/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":753,"Cost":438,"Date":"3/19/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":472,"Cost":261,"Date":"4/3/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":966,"Cost":775,"Date":"4/5/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":723,"Cost":494,"Date":"4/28/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":42,"Cost":25,"Date":"7/10/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":275,"Cost":206,"Date":"3/25/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":377,"Cost":334,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":376,"Cost":202,"Date":"10/28/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":658,"Cost":500,"Date":"3/2/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":434,"Cost":328,"Date":"6/28/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":28,"Cost":27,"Date":"7/17/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":878,"Cost":650,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":14,"Cost":11,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":455,"Cost":293,"Date":"11/20/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":431,"Cost":288,"Date":"12/16/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":147,"Cost":82,"Date":"12/30/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":587,"Cost":514,"Date":"2/15/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":97,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":345,"Cost":257,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":282,"Cost":238,"Date":"4/18/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":565,"Cost":455,"Date":"7/27/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":592,"Cost":456,"Date":"8/18/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":816,"Cost":571,"Date":"10/31/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":65,"Cost":34,"Date":"11/11/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":223,"Cost":188,"Date":"11/30/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":619,"Cost":588,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":764,"Cost":420,"Date":"3/1/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":974,"Cost":665,"Date":"4/13/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":101,"Cost":60,"Date":"5/20/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":134,"Cost":109,"Date":"8/13/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":214,"Cost":153,"Date":"9/15/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":247,"Cost":165,"Date":"10/14/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":656,"Cost":364,"Date":"10/28/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":177,"Cost":129,"Date":"11/11/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":310,"Cost":268,"Date":"12/7/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":904,"Cost":787,"Date":"12/21/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":484,"Cost":385,"Date":"1/6/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":853,"Cost":720,"Date":"1/23/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":641,"Cost":463,"Date":"2/4/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":768,"Cost":570,"Date":"3/10/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":902,"Cost":530,"Date":"3/12/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":413,"Cost":298,"Date":"3/31/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":539,"Cost":322,"Date":"6/16/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":158,"Cost":102,"Date":"6/17/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":346,"Cost":197,"Date":"8/27/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":814,"Cost":674,"Date":"10/1/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":414,"Cost":242,"Date":"11/4/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":458,"Cost":334,"Date":"11/9/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":540,"Date":"3/27/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":959,"Cost":558,"Date":"4/17/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":74,"Cost":61,"Date":"8/11/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":26,"Cost":23,"Date":"8/21/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":710,"Cost":420,"Date":"9/2/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":892,"Cost":625,"Date":"9/5/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":373,"Cost":267,"Date":"9/14/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":23,"Cost":18,"Date":"9/20/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":146,"Cost":129,"Date":"11/20/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":994,"Cost":856,"Date":"12/21/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":358,"Date":"1/7/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":568,"Cost":362,"Date":"1/21/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":276,"Date":"2/9/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":756,"Date":"3/19/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":335,"Cost":196,"Date":"4/3/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":407,"Cost":238,"Date":"4/5/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":674,"Date":"4/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":584,"Cost":478,"Date":"7/10/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":992,"Cost":929,"Date":"3/25/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":336,"Cost":196,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":353,"Date":"10/28/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":783,"Cost":654,"Date":"3/2/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":337,"Cost":187,"Date":"6/28/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":323,"Date":"7/17/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":455,"Cost":391,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":835,"Cost":494,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":72,"Cost":43,"Date":"11/20/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":986,"Cost":531,"Date":"12/16/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":846,"Cost":796,"Date":"12/30/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":433,"Date":"2/15/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":687,"Cost":516,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":473,"Cost":279,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":105,"Cost":93,"Date":"4/18/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":436,"Cost":395,"Date":"7/27/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":365,"Cost":222,"Date":"8/18/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":378,"Cost":267,"Date":"10/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":716,"Date":"11/11/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":609,"Date":"11/30/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":244,"Cost":164,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":316,"Cost":179,"Date":"3/1/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":874,"Cost":824,"Date":"4/13/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":995,"Cost":945,"Date":"5/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":602,"Cost":361,"Date":"8/13/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":974,"Cost":801,"Date":"9/15/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":659,"Cost":481,"Date":"10/14/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":328,"Cost":193,"Date":"10/28/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":160,"Cost":105,"Date":"11/11/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":697,"Date":"12/7/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":214,"Date":"12/21/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":347,"Date":"1/6/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":520,"Cost":359,"Date":"1/23/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":314,"Date":"2/4/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":872,"Date":"3/10/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":426,"Cost":260,"Date":"3/12/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":276,"Date":"3/31/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":320,"Cost":182,"Date":"6/16/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":310,"Date":"6/17/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":65,"Date":"8/27/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":834,"Cost":699,"Date":"10/1/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":497,"Cost":417,"Date":"11/4/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":299,"Cost":245,"Date":"11/9/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":597,"Date":"3/27/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":353,"Date":"4/17/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":47,"Cost":41,"Date":"8/11/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":747,"Date":"8/21/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":312,"Cost":239,"Date":"9/2/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":615,"Cost":540,"Date":"9/5/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":878,"Cost":682,"Date":"9/14/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":935,"Cost":805,"Date":"9/20/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":59,"Date":"11/20/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":92,"Cost":62,"Date":"12/21/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":707,"Cost":402,"Date":"1/7/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":256,"Cost":148,"Date":"1/21/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":166,"Cost":117,"Date":"2/9/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":741,"Cost":581,"Date":"3/19/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":359,"Cost":241,"Date":"4/3/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":32,"Date":"4/5/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":262,"Cost":232,"Date":"4/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":761,"Date":"7/10/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":359,"Date":"3/25/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":666,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":832,"Cost":775,"Date":"10/28/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":494,"Cost":290,"Date":"3/2/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":761,"Cost":681,"Date":"6/28/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":465,"Date":"7/17/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":425,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":701,"Cost":644,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":498,"Date":"11/20/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":304,"Cost":205,"Date":"12/16/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":604,"Date":"12/30/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":340,"Cost":293,"Date":"2/15/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":62,"Cost":45,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":55,"Cost":36,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":687,"Cost":387,"Date":"4/18/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":388,"Date":"7/27/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":716,"Cost":429,"Date":"8/18/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":903,"Cost":546,"Date":"10/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":306,"Cost":210,"Date":"11/11/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":328,"Cost":278,"Date":"11/30/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":665,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":300,"Cost":247,"Date":"3/1/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":760,"Cost":552,"Date":"4/13/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":556,"Date":"5/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":209,"Cost":128,"Date":"8/13/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":932,"Cost":521,"Date":"9/15/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":508,"Date":"10/14/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":132,"Cost":87,"Date":"10/28/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":657,"Date":"11/11/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":917,"Cost":473,"Date":"12/7/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":414,"Cost":233,"Date":"12/21/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":669,"Date":"1/6/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":724,"Date":"1/23/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":37,"Cost":34,"Date":"2/4/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":497,"Cost":327,"Date":"3/10/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":361,"Cost":317,"Date":"3/12/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":477,"Date":"3/31/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":729,"Cost":687,"Date":"6/16/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":280,"Cost":190,"Date":"6/17/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":623,"Cost":408,"Date":"8/27/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":184,"Date":"10/1/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":131,"Date":"11/4/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":585,"Date":"11/9/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":812,"Cost":722,"Date":"3/27/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":766,"Cost":481,"Date":"4/17/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":776,"Cost":524,"Date":"8/11/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":343,"Date":"8/21/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":804,"Date":"9/2/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":494,"Cost":367,"Date":"9/5/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":396,"Date":"9/14/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":132,"Cost":80,"Date":"9/20/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":390,"Cost":322,"Date":"11/20/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":661,"Cost":368,"Date":"12/21/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":491,"Cost":318,"Date":"1/7/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":189,"Cost":169,"Date":"1/21/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":147,"Cost":95,"Date":"2/9/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":353,"Cost":180,"Date":"3/19/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":358,"Date":"4/3/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":915,"Cost":549,"Date":"4/5/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":808,"Cost":448,"Date":"4/28/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":433,"Cost":339,"Date":"7/10/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":808,"Cost":506,"Date":"3/25/2020"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":972,"Cost":618,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":21,"Cost":12,"Date":"10/28/2020"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":489,"Date":"3/2/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":488,"Cost":427,"Date":"6/28/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":804,"Cost":677,"Date":"7/17/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":159,"Cost":102,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":945,"Cost":872,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":540,"Cost":388,"Date":"11/20/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":342,"Cost":263,"Date":"12/16/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":243,"Cost":166,"Date":"12/30/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":230,"Cost":211,"Date":"2/15/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":546,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":522,"Cost":332,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":102,"Date":"4/18/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":637,"Cost":441,"Date":"7/27/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":337,"Date":"8/18/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":158,"Cost":140,"Date":"10/31/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":402,"Cost":275,"Date":"11/11/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":302,"Cost":270,"Date":"11/30/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":487,"Cost":440,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":673,"Date":"3/1/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":354,"Cost":299,"Date":"4/13/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":479,"Cost":435,"Date":"5/20/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":963,"Cost":707,"Date":"8/13/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":84,"Date":"9/15/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":436,"Cost":283,"Date":"10/14/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":151,"Cost":84,"Date":"10/28/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":537,"Cost":489,"Date":"11/11/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":363,"Cost":205,"Date":"12/7/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":379,"Cost":331,"Date":"12/21/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":241,"Date":"1/6/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":614,"Cost":579,"Date":"1/23/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":687,"Date":"2/4/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":851,"Cost":501,"Date":"3/10/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":316,"Date":"3/12/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":224,"Cost":173,"Date":"3/31/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":507,"Cost":299,"Date":"6/16/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":241,"Cost":194,"Date":"6/17/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":847,"Cost":517,"Date":"8/27/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":396,"Cost":268,"Date":"10/1/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":6,"Date":"11/4/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":452,"Cost":249,"Date":"11/9/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":670,"Cost":637,"Date":"3/27/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":488,"Cost":433,"Date":"4/17/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":600,"Cost":551,"Date":"8/11/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":886,"Cost":709,"Date":"8/21/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":615,"Cost":309,"Date":"9/2/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":959,"Cost":539,"Date":"9/5/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":314,"Cost":213,"Date":"9/14/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":396,"Cost":249,"Date":"9/20/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":724,"Cost":582,"Date":"11/20/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":193,"Cost":102,"Date":"12/21/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":586,"Cost":521,"Date":"1/7/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":726,"Cost":557,"Date":"1/21/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":733,"Cost":489,"Date":"2/9/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":279,"Cost":169,"Date":"3/19/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":218,"Cost":173,"Date":"4/3/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":227,"Date":"4/5/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":141,"Cost":129,"Date":"4/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":737,"Cost":618,"Date":"7/10/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":904,"Cost":478,"Date":"3/25/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":464,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":907,"Cost":751,"Date":"10/28/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":358,"Date":"3/2/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":982,"Cost":764,"Date":"6/28/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":635,"Date":"7/17/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":457,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":423,"Cost":247,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":788,"Cost":579,"Date":"11/20/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":445,"Cost":293,"Date":"12/16/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":67,"Cost":39,"Date":"12/30/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":734,"Cost":470,"Date":"2/15/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":337,"Cost":210,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":896,"Cost":543,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":937,"Cost":618,"Date":"4/18/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":658,"Cost":336,"Date":"7/27/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":714,"Cost":600,"Date":"8/18/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":586,"Cost":391,"Date":"10/31/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":143,"Date":"11/11/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":879,"Cost":739,"Date":"11/30/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":693,"Cost":589,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":772,"Cost":660,"Date":"3/1/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":873,"Cost":651,"Date":"4/13/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":87,"Cost":80,"Date":"5/20/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":643,"Cost":437,"Date":"8/13/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":331,"Cost":275,"Date":"9/15/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":650,"Cost":326,"Date":"10/14/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":893,"Cost":813,"Date":"10/28/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":468,"Date":"11/11/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":232,"Date":"12/7/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":949,"Cost":817,"Date":"12/21/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":939,"Cost":591,"Date":"1/6/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":355,"Cost":309,"Date":"1/23/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":807,"Cost":740,"Date":"2/4/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":982,"Cost":850,"Date":"3/10/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":274,"Date":"3/12/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":125,"Cost":67,"Date":"3/31/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":653,"Cost":614,"Date":"6/16/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":655,"Cost":468,"Date":"6/17/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":278,"Cost":252,"Date":"8/27/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":770,"Cost":726,"Date":"10/1/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":938,"Cost":882,"Date":"11/4/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":25,"Cost":19,"Date":"11/9/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":170,"Cost":100,"Date":"3/27/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":538,"Cost":417,"Date":"4/17/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":613,"Cost":471,"Date":"8/11/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":614,"Cost":424,"Date":"8/21/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":35,"Cost":26,"Date":"9/2/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":617,"Cost":387,"Date":"9/5/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":831,"Cost":669,"Date":"9/14/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":86,"Cost":76,"Date":"9/20/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":281,"Cost":235,"Date":"11/20/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":284,"Cost":201,"Date":"12/21/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":87,"Cost":53,"Date":"1/7/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":533,"Cost":501,"Date":"1/21/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":161,"Date":"2/9/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":409,"Cost":366,"Date":"3/19/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":496,"Cost":363,"Date":"4/3/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":169,"Cost":106,"Date":"4/5/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":385,"Cost":202,"Date":"4/28/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":817,"Cost":527,"Date":"7/10/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":534,"Cost":453,"Date":"3/25/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":396,"Cost":295,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":906,"Cost":670,"Date":"10/28/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":308,"Cost":213,"Date":"3/2/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":626,"Cost":485,"Date":"6/28/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":591,"Cost":545,"Date":"7/17/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":957,"Cost":693,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":477,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":654,"Cost":383,"Date":"11/20/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":434,"Cost":278,"Date":"12/16/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":390,"Cost":216,"Date":"12/30/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":483,"Cost":387,"Date":"2/15/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":580,"Cost":462,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":993,"Cost":624,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":64,"Cost":51,"Date":"4/18/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":966,"Cost":546,"Date":"7/27/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":698,"Cost":614,"Date":"8/18/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":246,"Cost":208,"Date":"10/31/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":968,"Cost":484,"Date":"11/11/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":250,"Date":"11/30/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":616,"Cost":514,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":33,"Date":"3/1/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":456,"Date":"4/13/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":158,"Cost":126,"Date":"5/20/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":334,"Cost":202,"Date":"8/13/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":703,"Cost":566,"Date":"9/15/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":508,"Cost":478,"Date":"10/14/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":38,"Cost":20,"Date":"10/28/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":776,"Cost":458,"Date":"11/11/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":723,"Cost":547,"Date":"12/7/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":601,"Date":"12/21/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":333,"Cost":252,"Date":"1/6/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":733,"Date":"1/23/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":279,"Date":"2/4/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":340,"Cost":172,"Date":"3/10/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":998,"Cost":724,"Date":"3/12/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":358,"Cost":327,"Date":"3/31/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":240,"Cost":173,"Date":"6/16/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":400,"Cost":269,"Date":"6/17/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":13,"Cost":10,"Date":"8/27/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":125,"Date":"10/1/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":462,"Cost":407,"Date":"11/4/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":138,"Cost":81,"Date":"11/9/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":186,"Date":"3/27/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":680,"Date":"4/17/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":445,"Cost":367,"Date":"8/11/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":754,"Cost":526,"Date":"8/21/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":134,"Cost":89,"Date":"9/2/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":317,"Cost":178,"Date":"9/5/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":587,"Cost":462,"Date":"9/14/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":100,"Cost":67,"Date":"9/20/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":7,"Cost":6,"Date":"11/20/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":292,"Cost":165,"Date":"12/21/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":359,"Cost":193,"Date":"1/7/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":641,"Cost":454,"Date":"1/21/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":608,"Cost":402,"Date":"2/9/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":216,"Cost":187,"Date":"3/19/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":104,"Cost":56,"Date":"4/3/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":973,"Cost":593,"Date":"4/5/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":108,"Cost":82,"Date":"4/28/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":701,"Cost":419,"Date":"7/10/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":146,"Cost":117,"Date":"3/25/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":238,"Cost":161,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":674,"Cost":589,"Date":"10/28/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":508,"Cost":428,"Date":"3/2/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":657,"Cost":521,"Date":"6/28/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":167,"Date":"7/17/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":863,"Cost":529,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":116,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":407,"Cost":375,"Date":"11/20/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":67,"Cost":37,"Date":"12/16/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":771,"Cost":726,"Date":"12/30/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":322,"Cost":276,"Date":"2/15/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":136,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":32,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":14,"Cost":8,"Date":"4/18/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":525,"Cost":288,"Date":"7/27/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":10,"Date":"8/18/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":450,"Cost":300,"Date":"10/31/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":199,"Cost":119,"Date":"11/11/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":728,"Cost":443,"Date":"11/30/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":727,"Cost":441,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":557,"Cost":483,"Date":"3/1/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":307,"Cost":180,"Date":"4/13/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":235,"Cost":159,"Date":"5/20/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":423,"Cost":254,"Date":"8/13/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":719,"Cost":415,"Date":"9/15/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":631,"Cost":360,"Date":"10/14/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":995,"Cost":691,"Date":"10/28/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":276,"Cost":141,"Date":"11/11/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":803,"Cost":408,"Date":"12/7/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":893,"Cost":755,"Date":"12/21/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":112,"Cost":100,"Date":"1/6/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":221,"Cost":184,"Date":"1/23/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":102,"Cost":74,"Date":"2/4/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":140,"Date":"3/10/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":682,"Cost":586,"Date":"3/12/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":25,"Date":"3/31/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":797,"Cost":680,"Date":"6/16/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":408,"Cost":219,"Date":"6/17/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":855,"Cost":428,"Date":"8/27/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":57,"Cost":35,"Date":"10/1/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":95,"Date":"11/4/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":485,"Cost":356,"Date":"11/9/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":578,"Cost":365,"Date":"3/27/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":543,"Cost":301,"Date":"4/17/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":959,"Cost":588,"Date":"8/11/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":601,"Cost":536,"Date":"8/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":478,"Cost":283,"Date":"9/2/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":523,"Cost":443,"Date":"9/5/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":171,"Cost":103,"Date":"9/14/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":309,"Cost":209,"Date":"9/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":908,"Cost":742,"Date":"11/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":381,"Cost":335,"Date":"12/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":329,"Cost":171,"Date":"1/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":146,"Cost":77,"Date":"1/21/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":25,"Cost":17,"Date":"2/9/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":28,"Cost":14,"Date":"3/19/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":788,"Cost":507,"Date":"4/3/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":63,"Cost":51,"Date":"4/5/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":594,"Cost":411,"Date":"4/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":295,"Cost":248,"Date":"7/10/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":313,"Cost":192,"Date":"3/25/2020"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":463,"Cost":433,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":984,"Cost":562,"Date":"10/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":70,"Cost":63,"Date":"3/2/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":251,"Cost":134,"Date":"6/28/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":18,"Cost":16,"Date":"7/17/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":864,"Cost":702,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":766,"Cost":711,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":71,"Cost":42,"Date":"11/20/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":964,"Cost":779,"Date":"12/16/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":812,"Cost":701,"Date":"12/30/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":934,"Cost":675,"Date":"2/15/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":376,"Cost":311,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":30,"Cost":17,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":768,"Cost":630,"Date":"4/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":891,"Cost":538,"Date":"7/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":607,"Cost":426,"Date":"8/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":271,"Cost":147,"Date":"10/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":312,"Cost":238,"Date":"11/11/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":647,"Cost":357,"Date":"11/30/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":574,"Cost":489,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":592,"Cost":534,"Date":"3/1/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":966,"Cost":511,"Date":"4/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":724,"Cost":566,"Date":"5/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":494,"Cost":463,"Date":"8/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":882,"Cost":722,"Date":"9/15/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":779,"Cost":584,"Date":"10/14/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":568,"Cost":316,"Date":"10/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":454,"Cost":356,"Date":"11/11/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":288,"Cost":208,"Date":"12/7/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":423,"Cost":320,"Date":"12/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":544,"Cost":290,"Date":"1/6/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":238,"Cost":136,"Date":"1/23/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":150,"Cost":135,"Date":"2/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":531,"Cost":470,"Date":"3/10/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":593,"Cost":304,"Date":"3/12/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":563,"Cost":339,"Date":"3/31/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":218,"Cost":159,"Date":"6/16/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":498,"Cost":467,"Date":"6/17/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":781,"Cost":517,"Date":"8/27/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":716,"Cost":445,"Date":"10/1/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":223,"Cost":118,"Date":"11/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":384,"Cost":256,"Date":"11/9/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":818,"Cost":733,"Date":"3/27/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":642,"Cost":330,"Date":"4/17/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":641,"Cost":385,"Date":"8/11/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":388,"Cost":265,"Date":"8/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":560,"Cost":292,"Date":"9/2/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":530,"Cost":308,"Date":"9/5/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":724,"Date":"9/14/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":688,"Cost":599,"Date":"9/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":934,"Cost":676,"Date":"11/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":385,"Cost":274,"Date":"12/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":479,"Cost":289,"Date":"1/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":648,"Cost":385,"Date":"1/21/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":940,"Cost":689,"Date":"2/9/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":397,"Cost":285,"Date":"3/19/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":915,"Cost":742,"Date":"4/3/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":114,"Date":"4/5/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":628,"Cost":409,"Date":"4/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":444,"Cost":421,"Date":"7/10/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":468,"Cost":408,"Date":"3/25/2020"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":203,"Cost":178,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":836,"Cost":612,"Date":"10/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":931,"Cost":528,"Date":"3/2/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":252,"Cost":235,"Date":"6/28/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":395,"Cost":261,"Date":"7/17/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":409,"Cost":300,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":753,"Cost":706,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":220,"Cost":196,"Date":"11/20/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":186,"Cost":94,"Date":"12/16/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":462,"Cost":384,"Date":"12/30/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":762,"Cost":580,"Date":"2/15/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":802,"Cost":511,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":908,"Cost":709,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":455,"Cost":309,"Date":"4/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":527,"Cost":471,"Date":"7/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":225,"Cost":158,"Date":"8/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":824,"Cost":619,"Date":"10/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":734,"Cost":599,"Date":"11/11/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":222,"Cost":135,"Date":"11/30/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":320,"Cost":211,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":108,"Cost":75,"Date":"3/1/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":788,"Cost":574,"Date":"4/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":137,"Cost":121,"Date":"5/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":286,"Cost":269,"Date":"8/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":314,"Cost":175,"Date":"9/15/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":557,"Cost":476,"Date":"10/14/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":498,"Cost":350,"Date":"10/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":173,"Cost":112,"Date":"11/11/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":497,"Cost":263,"Date":"12/7/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":937,"Cost":776,"Date":"12/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":241,"Cost":158,"Date":"1/6/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":412,"Cost":256,"Date":"1/23/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":162,"Cost":114,"Date":"2/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":165,"Cost":156,"Date":"3/10/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":454,"Date":"3/12/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":24,"Cost":19,"Date":"3/31/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":27,"Cost":24,"Date":"6/16/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":114,"Cost":70,"Date":"6/17/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":86,"Cost":66,"Date":"8/27/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":154,"Date":"10/1/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":38,"Date":"11/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":975,"Cost":673,"Date":"11/9/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":987,"Cost":540,"Date":"3/27/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":777,"Date":"4/17/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":392,"Cost":276,"Date":"8/11/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":633,"Cost":363,"Date":"8/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":452,"Date":"9/2/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":890,"Cost":696,"Date":"9/5/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":204,"Cost":180,"Date":"9/14/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":359,"Date":"9/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":44,"Date":"11/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":603,"Cost":495,"Date":"12/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":771,"Cost":522,"Date":"1/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":132,"Cost":125,"Date":"1/21/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":233,"Date":"2/9/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":803,"Cost":469,"Date":"3/19/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":985,"Cost":755,"Date":"4/3/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":428,"Date":"4/5/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":552,"Cost":341,"Date":"4/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":450,"Cost":286,"Date":"7/10/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":792,"Cost":736,"Date":"3/25/2020"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":309,"Cost":266,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":454,"Cost":384,"Date":"10/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":41,"Cost":25,"Date":"3/2/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":494,"Date":"6/28/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":184,"Cost":154,"Date":"7/17/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":508,"Cost":343,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":723,"Cost":636,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":918,"Cost":791,"Date":"11/20/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":518,"Cost":358,"Date":"12/16/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":856,"Cost":590,"Date":"12/30/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":212,"Cost":150,"Date":"2/15/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":117,"Cost":78,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":66,"Cost":33,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":91,"Cost":49,"Date":"4/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":583,"Cost":375,"Date":"7/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":214,"Cost":185,"Date":"8/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":728,"Cost":538,"Date":"10/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":416,"Cost":306,"Date":"11/11/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":223,"Cost":170,"Date":"11/30/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":834,"Cost":463,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":798,"Cost":546,"Date":"3/1/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":783,"Cost":468,"Date":"4/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":745,"Cost":683,"Date":"5/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":346,"Cost":204,"Date":"8/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":135,"Cost":101,"Date":"9/15/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":11,"Cost":10,"Date":"10/14/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":296,"Cost":190,"Date":"10/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":47,"Cost":31,"Date":"11/11/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":239,"Cost":175,"Date":"12/7/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":410,"Cost":217,"Date":"12/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":770,"Cost":511,"Date":"1/6/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":26,"Date":"1/23/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":74,"Cost":49,"Date":"2/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":441,"Date":"3/10/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":235,"Cost":207,"Date":"3/12/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":895,"Cost":646,"Date":"3/31/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":826,"Cost":691,"Date":"6/16/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":458,"Cost":311,"Date":"6/17/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":79,"Cost":43,"Date":"8/27/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":482,"Cost":383,"Date":"10/1/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":191,"Cost":157,"Date":"11/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":843,"Cost":776,"Date":"11/9/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":908,"Cost":624,"Date":"3/27/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":301,"Cost":275,"Date":"4/17/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":754,"Cost":692,"Date":"8/11/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":734,"Cost":586,"Date":"8/21/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":440,"Cost":347,"Date":"9/2/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":506,"Cost":425,"Date":"9/5/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":206,"Cost":145,"Date":"9/14/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":729,"Cost":571,"Date":"9/20/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":800,"Cost":648,"Date":"11/20/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":235,"Cost":216,"Date":"12/21/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":639,"Cost":330,"Date":"1/7/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":874,"Cost":670,"Date":"1/21/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":63,"Cost":41,"Date":"2/9/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":312,"Cost":181,"Date":"3/19/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":237,"Cost":214,"Date":"4/3/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":138,"Cost":114,"Date":"4/5/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":64,"Cost":49,"Date":"4/28/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":383,"Cost":286,"Date":"7/10/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":108,"Cost":56,"Date":"3/25/2020"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":948,"Cost":809,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":303,"Cost":192,"Date":"10/28/2020"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":848,"Cost":532,"Date":"3/2/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":671,"Cost":470,"Date":"6/28/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":260,"Date":"7/17/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":10,"Cost":7,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":873,"Cost":781,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":703,"Cost":570,"Date":"11/20/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":579,"Cost":391,"Date":"12/16/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":27,"Cost":26,"Date":"12/30/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":2,"Cost":1,"Date":"2/15/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":474,"Cost":358,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":106,"Cost":93,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":968,"Cost":853,"Date":"4/18/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":980,"Cost":689,"Date":"7/27/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":60,"Cost":54,"Date":"8/18/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":726,"Cost":564,"Date":"10/31/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":305,"Cost":165,"Date":"11/11/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":417,"Cost":213,"Date":"11/30/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":315,"Cost":181,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":56,"Cost":48,"Date":"3/1/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":51,"Cost":30,"Date":"4/13/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":216,"Date":"5/20/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":426,"Cost":360,"Date":"8/13/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":148,"Date":"9/15/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":748,"Cost":399,"Date":"10/14/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":387,"Cost":226,"Date":"10/28/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":920,"Cost":816,"Date":"11/11/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":730,"Cost":399,"Date":"12/7/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":799,"Cost":718,"Date":"12/21/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":888,"Cost":610,"Date":"1/6/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":797,"Cost":592,"Date":"1/23/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":339,"Cost":217,"Date":"2/4/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":8,"Cost":8,"Date":"3/10/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":789,"Cost":518,"Date":"3/12/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":157,"Cost":84,"Date":"3/31/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":338,"Date":"6/16/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":263,"Cost":222,"Date":"6/17/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":942,"Cost":884,"Date":"8/27/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":158,"Date":"10/1/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":620,"Cost":486,"Date":"11/4/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":949,"Cost":639,"Date":"11/9/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":273,"Cost":241,"Date":"3/27/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":803,"Date":"4/17/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":109,"Cost":57,"Date":"8/11/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":757,"Cost":511,"Date":"8/21/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":140,"Cost":100,"Date":"9/2/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":141,"Date":"9/5/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":185,"Cost":152,"Date":"9/14/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":724,"Cost":633,"Date":"9/20/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":522,"Cost":315,"Date":"11/20/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":793,"Cost":586,"Date":"12/21/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":56,"Date":"1/7/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":416,"Date":"1/21/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":904,"Cost":503,"Date":"2/9/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":231,"Date":"3/19/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":225,"Cost":206,"Date":"4/3/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":585,"Cost":554,"Date":"4/5/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":689,"Cost":534,"Date":"4/28/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":578,"Cost":319,"Date":"7/10/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":238,"Cost":218,"Date":"3/25/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":138,"Cost":70,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":856,"Cost":780,"Date":"10/28/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":121,"Cost":101,"Date":"3/2/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":345,"Date":"6/28/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":127,"Cost":65,"Date":"7/17/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":126,"Cost":81,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":37,"Cost":23,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":387,"Date":"11/20/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":779,"Cost":429,"Date":"12/16/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":737,"Cost":407,"Date":"12/30/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":194,"Cost":165,"Date":"2/15/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":358,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":946,"Cost":751,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":20,"Cost":12,"Date":"4/18/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":297,"Date":"7/27/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":3,"Date":"8/18/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":264,"Cost":190,"Date":"10/31/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":193,"Date":"11/11/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":807,"Cost":437,"Date":"11/30/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":826,"Cost":672,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":181,"Cost":103,"Date":"3/1/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":531,"Cost":447,"Date":"4/13/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":747,"Cost":606,"Date":"5/20/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":606,"Date":"8/13/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":448,"Cost":353,"Date":"9/15/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":546,"Cost":453,"Date":"10/14/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":680,"Cost":562,"Date":"10/28/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":471,"Date":"11/11/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":626,"Cost":540,"Date":"12/7/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":542,"Cost":477,"Date":"12/21/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":898,"Cost":777,"Date":"1/6/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":101,"Cost":81,"Date":"1/23/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":467,"Date":"2/4/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":740,"Cost":567,"Date":"3/10/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":986,"Cost":589,"Date":"3/12/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":392,"Cost":202,"Date":"3/31/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":677,"Cost":589,"Date":"6/16/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":263,"Date":"6/17/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":582,"Cost":297,"Date":"8/27/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":585,"Date":"10/1/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":299,"Date":"11/4/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":508,"Date":"11/9/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":401,"Cost":329,"Date":"3/27/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":183,"Cost":139,"Date":"4/17/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":534,"Cost":442,"Date":"8/11/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":562,"Cost":382,"Date":"8/21/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":566,"Cost":292,"Date":"9/2/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":878,"Cost":555,"Date":"9/5/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":764,"Cost":458,"Date":"9/14/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":242,"Cost":229,"Date":"9/20/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":992,"Cost":554,"Date":"11/20/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":658,"Cost":606,"Date":"12/21/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":968,"Cost":671,"Date":"1/7/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":962,"Cost":795,"Date":"1/21/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":803,"Cost":634,"Date":"2/9/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":594,"Cost":400,"Date":"3/19/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":242,"Cost":128,"Date":"4/3/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":201,"Cost":131,"Date":"4/5/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":727,"Cost":683,"Date":"4/28/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":758,"Cost":466,"Date":"7/10/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":252,"Cost":127,"Date":"3/25/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":420,"Cost":294,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":434,"Cost":386,"Date":"10/28/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":839,"Cost":756,"Date":"3/2/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":878,"Cost":817,"Date":"6/28/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":235,"Cost":199,"Date":"7/17/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":946,"Cost":778,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":208,"Cost":157,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":654,"Cost":523,"Date":"11/20/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":868,"Cost":536,"Date":"12/16/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":444,"Cost":312,"Date":"12/30/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":520,"Cost":321,"Date":"2/15/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":539,"Cost":427,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":288,"Cost":146,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":779,"Cost":490,"Date":"4/18/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":143,"Cost":122,"Date":"7/27/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":572,"Cost":311,"Date":"8/18/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":597,"Cost":542,"Date":"10/31/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":452,"Cost":237,"Date":"11/11/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":895,"Cost":577,"Date":"11/30/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":375,"Cost":255,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":163,"Cost":154,"Date":"3/1/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":380,"Cost":212,"Date":"4/13/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":748,"Cost":407,"Date":"5/20/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":472,"Cost":263,"Date":"8/13/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":96,"Cost":74,"Date":"9/15/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":10,"Cost":7,"Date":"10/14/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":101,"Cost":89,"Date":"10/28/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":286,"Cost":151,"Date":"11/11/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":178,"Cost":95,"Date":"12/7/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":449,"Cost":339,"Date":"12/21/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":653,"Cost":356,"Date":"1/6/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":730,"Cost":403,"Date":"1/23/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":37,"Cost":19,"Date":"2/4/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":432,"Cost":242,"Date":"3/10/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":199,"Cost":122,"Date":"3/12/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":106,"Cost":99,"Date":"3/31/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":599,"Cost":557,"Date":"6/16/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":916,"Cost":481,"Date":"6/17/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":207,"Cost":112,"Date":"8/27/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":676,"Cost":536,"Date":"10/1/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":789,"Cost":441,"Date":"11/4/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":572,"Cost":396,"Date":"11/9/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":7,"Date":"3/27/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":879,"Cost":513,"Date":"4/17/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":725,"Cost":564,"Date":"8/11/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":273,"Date":"8/21/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":467,"Cost":336,"Date":"9/2/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":513,"Cost":397,"Date":"9/5/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":458,"Date":"9/14/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":892,"Date":"9/20/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":237,"Cost":135,"Date":"11/20/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":23,"Date":"12/21/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":914,"Date":"1/7/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":575,"Date":"1/21/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":165,"Cost":91,"Date":"2/9/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":436,"Cost":224,"Date":"3/19/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":287,"Cost":224,"Date":"4/3/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":265,"Cost":245,"Date":"4/5/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":818,"Date":"4/28/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":175,"Date":"7/10/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":695,"Cost":438,"Date":"3/25/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":272,"Cost":162,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":223,"Cost":119,"Date":"10/28/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":973,"Cost":709,"Date":"3/2/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":502,"Cost":459,"Date":"6/28/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":816,"Cost":671,"Date":"7/17/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":741,"Cost":452,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":665,"Cost":607,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":366,"Cost":242,"Date":"11/20/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":3,"Date":"12/16/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":139,"Date":"12/30/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":413,"Date":"2/15/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":392,"Cost":233,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":923,"Cost":767,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":332,"Date":"4/18/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":780,"Cost":400,"Date":"7/27/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":380,"Date":"8/18/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":278,"Cost":181,"Date":"10/31/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":780,"Cost":550,"Date":"11/11/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":29,"Cost":21,"Date":"11/30/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":508,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":246,"Cost":148,"Date":"3/1/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":87,"Cost":44,"Date":"4/13/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":696,"Date":"5/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":741,"Cost":655,"Date":"8/13/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":449,"Cost":405,"Date":"9/15/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":323,"Cost":258,"Date":"10/14/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":187,"Date":"10/28/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":866,"Date":"11/11/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":487,"Date":"12/7/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":685,"Cost":556,"Date":"12/21/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":183,"Cost":159,"Date":"1/6/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":686,"Cost":368,"Date":"1/23/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":61,"Date":"2/4/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":322,"Date":"3/10/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":878,"Cost":593,"Date":"3/12/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":609,"Cost":380,"Date":"3/31/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":36,"Cost":25,"Date":"6/16/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":243,"Cost":157,"Date":"6/17/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":221,"Date":"8/27/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":190,"Date":"10/1/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":166,"Cost":134,"Date":"11/4/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":740,"Cost":661,"Date":"11/9/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":964,"Cost":553,"Date":"3/27/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":997,"Cost":680,"Date":"4/17/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":841,"Cost":777,"Date":"8/11/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":913,"Cost":606,"Date":"8/21/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":936,"Cost":801,"Date":"9/2/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":386,"Cost":322,"Date":"9/5/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":346,"Cost":199,"Date":"9/14/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":760,"Cost":476,"Date":"9/20/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":336,"Cost":183,"Date":"11/20/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":227,"Cost":188,"Date":"12/21/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":435,"Cost":328,"Date":"1/7/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":616,"Cost":325,"Date":"1/21/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":692,"Cost":655,"Date":"2/9/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":540,"Cost":342,"Date":"3/19/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":764,"Cost":479,"Date":"4/3/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":43,"Cost":24,"Date":"4/5/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":902,"Cost":465,"Date":"4/28/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":44,"Cost":33,"Date":"7/10/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":931,"Cost":753,"Date":"3/25/2020"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":141,"Cost":91,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":242,"Cost":190,"Date":"10/28/2020"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":757,"Cost":525,"Date":"3/2/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":835,"Cost":753,"Date":"6/28/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":365,"Cost":256,"Date":"7/17/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":639,"Cost":510,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":366,"Cost":268,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":881,"Cost":541,"Date":"11/20/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":133,"Cost":96,"Date":"12/16/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":158,"Cost":82,"Date":"12/30/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":946,"Cost":752,"Date":"2/15/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":618,"Cost":501,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":81,"Cost":56,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":831,"Cost":423,"Date":"4/18/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":519,"Cost":289,"Date":"7/27/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":284,"Cost":185,"Date":"8/18/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":932,"Cost":573,"Date":"10/31/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":305,"Cost":252,"Date":"11/11/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":733,"Cost":564,"Date":"11/30/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":35,"Cost":28,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":847,"Cost":631,"Date":"3/1/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":900,"Cost":460,"Date":"4/13/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":768,"Cost":655,"Date":"5/20/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":846,"Cost":525,"Date":"8/13/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":379,"Cost":254,"Date":"9/15/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":779,"Cost":553,"Date":"10/14/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":751,"Cost":640,"Date":"10/28/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":920,"Cost":835,"Date":"11/11/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":65,"Cost":50,"Date":"12/7/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":142,"Cost":120,"Date":"12/21/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":240,"Cost":185,"Date":"1/6/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":16,"Cost":14,"Date":"1/23/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":454,"Cost":262,"Date":"2/4/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":175,"Cost":102,"Date":"3/10/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":281,"Cost":167,"Date":"3/12/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":1,"Cost":0,"Date":"3/31/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":46,"Cost":31,"Date":"6/16/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":837,"Cost":786,"Date":"6/17/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":611,"Cost":381,"Date":"8/27/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":203,"Cost":181,"Date":"10/1/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":737,"Cost":483,"Date":"11/4/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":406,"Cost":307,"Date":"11/9/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":120,"Cost":65,"Date":"3/27/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":390,"Date":"4/17/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":694,"Cost":565,"Date":"8/11/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":470,"Cost":337,"Date":"8/21/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":317,"Cost":212,"Date":"9/2/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":163,"Cost":135,"Date":"9/5/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":415,"Cost":248,"Date":"9/14/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":656,"Date":"9/20/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":142,"Cost":76,"Date":"11/20/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":584,"Cost":370,"Date":"12/21/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":216,"Cost":180,"Date":"1/7/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":44,"Cost":31,"Date":"1/21/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":182,"Cost":159,"Date":"2/9/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":269,"Cost":221,"Date":"3/19/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":410,"Cost":324,"Date":"4/3/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":89,"Date":"4/5/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":558,"Cost":329,"Date":"4/28/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":502,"Cost":263,"Date":"7/10/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":552,"Cost":495,"Date":"3/25/2020"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":523,"Cost":404,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":198,"Cost":174,"Date":"10/28/2020"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":394,"Date":"3/2/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":824,"Cost":748,"Date":"6/28/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":785,"Cost":592,"Date":"7/17/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":611,"Cost":501,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":279,"Cost":245,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":322,"Cost":178,"Date":"11/20/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":882,"Cost":643,"Date":"12/16/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":478,"Cost":275,"Date":"12/30/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":998,"Cost":700,"Date":"2/15/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":452,"Cost":399,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":698,"Cost":494,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":335,"Cost":278,"Date":"4/18/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":91,"Cost":77,"Date":"7/27/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":305,"Cost":287,"Date":"8/18/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":294,"Cost":209,"Date":"10/31/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":369,"Cost":216,"Date":"11/11/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":76,"Cost":40,"Date":"11/30/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":283,"Cost":237,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":293,"Cost":239,"Date":"3/1/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":324,"Cost":179,"Date":"4/13/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":260,"Cost":177,"Date":"5/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":845,"Cost":514,"Date":"8/13/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":751,"Cost":405,"Date":"9/15/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":691,"Cost":648,"Date":"10/14/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":384,"Cost":335,"Date":"10/28/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":874,"Cost":680,"Date":"11/11/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":911,"Cost":492,"Date":"12/7/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":543,"Cost":318,"Date":"12/21/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":464,"Cost":336,"Date":"1/6/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":88,"Cost":62,"Date":"1/23/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":223,"Cost":175,"Date":"2/4/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":136,"Cost":88,"Date":"3/10/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":656,"Cost":412,"Date":"3/12/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":210,"Cost":158,"Date":"3/31/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":343,"Cost":206,"Date":"6/16/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":972,"Cost":514,"Date":"6/17/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":477,"Cost":277,"Date":"8/27/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":190,"Cost":106,"Date":"10/1/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":33,"Cost":19,"Date":"11/4/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":624,"Date":"11/9/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":434,"Cost":405,"Date":"3/27/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":669,"Cost":362,"Date":"4/17/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":47,"Cost":35,"Date":"8/11/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":620,"Cost":315,"Date":"8/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":736,"Cost":663,"Date":"9/2/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":574,"Cost":442,"Date":"9/5/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":718,"Cost":674,"Date":"9/14/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":838,"Cost":450,"Date":"9/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":204,"Cost":168,"Date":"11/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":878,"Cost":478,"Date":"12/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":469,"Cost":332,"Date":"1/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":110,"Cost":103,"Date":"1/21/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":776,"Cost":535,"Date":"2/9/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":191,"Cost":101,"Date":"3/19/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":178,"Cost":165,"Date":"4/3/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":245,"Cost":159,"Date":"4/5/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":442,"Cost":339,"Date":"4/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":880,"Cost":612,"Date":"7/10/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":342,"Cost":279,"Date":"3/25/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":146,"Cost":78,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":29,"Cost":22,"Date":"10/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":539,"Cost":449,"Date":"3/2/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":97,"Cost":83,"Date":"6/28/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":123,"Cost":116,"Date":"7/17/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":462,"Cost":412,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":430,"Cost":396,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":193,"Cost":155,"Date":"11/20/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":671,"Cost":393,"Date":"12/16/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":621,"Cost":411,"Date":"12/30/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":74,"Cost":55,"Date":"2/15/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":615,"Cost":368,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":372,"Cost":267,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":202,"Cost":145,"Date":"4/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":613,"Cost":385,"Date":"7/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":471,"Cost":408,"Date":"8/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":775,"Cost":649,"Date":"10/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":543,"Cost":307,"Date":"11/11/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":678,"Cost":624,"Date":"11/30/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":531,"Cost":332,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":500,"Cost":429,"Date":"3/1/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":709,"Cost":510,"Date":"4/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":116,"Cost":81,"Date":"5/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":331,"Cost":288,"Date":"8/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":184,"Cost":108,"Date":"9/15/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":195,"Cost":129,"Date":"10/14/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":242,"Cost":187,"Date":"10/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":881,"Cost":553,"Date":"11/11/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":333,"Cost":213,"Date":"12/7/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":631,"Cost":464,"Date":"12/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":280,"Cost":169,"Date":"1/6/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":920,"Cost":873,"Date":"1/23/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":331,"Cost":212,"Date":"2/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":619,"Cost":488,"Date":"3/10/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":495,"Cost":329,"Date":"3/12/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":224,"Cost":121,"Date":"3/31/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":994,"Cost":497,"Date":"6/16/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":59,"Cost":37,"Date":"6/17/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":897,"Cost":677,"Date":"8/27/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":362,"Cost":299,"Date":"10/1/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":856,"Cost":505,"Date":"11/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":450,"Cost":384,"Date":"11/9/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":404,"Cost":378,"Date":"3/27/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":722,"Cost":371,"Date":"4/17/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":30,"Cost":26,"Date":"8/11/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":366,"Cost":196,"Date":"8/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":731,"Cost":679,"Date":"9/2/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":544,"Date":"9/5/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":657,"Cost":363,"Date":"9/14/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":225,"Cost":160,"Date":"9/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":503,"Cost":401,"Date":"11/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":632,"Cost":478,"Date":"12/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":500,"Cost":429,"Date":"1/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":163,"Date":"1/21/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":361,"Cost":333,"Date":"2/9/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":86,"Date":"3/19/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":177,"Cost":157,"Date":"4/3/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":541,"Date":"4/5/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":496,"Cost":457,"Date":"4/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":197,"Cost":108,"Date":"7/10/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":41,"Cost":28,"Date":"3/25/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":522,"Cost":271,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":430,"Cost":400,"Date":"10/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":48,"Cost":34,"Date":"3/2/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":83,"Cost":48,"Date":"6/28/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":913,"Cost":780,"Date":"7/17/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":604,"Cost":356,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":488,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":438,"Cost":240,"Date":"11/20/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":964,"Cost":564,"Date":"12/16/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":728,"Cost":473,"Date":"12/30/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":314,"Date":"2/15/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":143,"Cost":88,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":143,"Cost":100,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":430,"Cost":240,"Date":"4/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":620,"Cost":379,"Date":"7/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":300,"Cost":262,"Date":"8/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":685,"Cost":620,"Date":"10/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":294,"Date":"11/11/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":544,"Cost":502,"Date":"11/30/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":492,"Cost":299,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":734,"Cost":692,"Date":"3/1/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":285,"Cost":239,"Date":"4/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":437,"Cost":285,"Date":"5/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":957,"Cost":872,"Date":"8/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":414,"Date":"9/15/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":955,"Cost":559,"Date":"10/14/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":152,"Date":"10/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":180,"Cost":170,"Date":"11/11/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":550,"Cost":357,"Date":"12/7/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":18,"Cost":14,"Date":"12/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":774,"Cost":435,"Date":"1/6/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":32,"Cost":21,"Date":"1/23/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":124,"Cost":86,"Date":"2/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":632,"Cost":333,"Date":"3/10/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":847,"Cost":553,"Date":"3/12/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":796,"Date":"3/31/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":319,"Cost":256,"Date":"6/16/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":691,"Date":"6/17/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":836,"Cost":514,"Date":"8/27/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":474,"Cost":274,"Date":"10/1/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":224,"Cost":157,"Date":"11/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":462,"Cost":363,"Date":"11/9/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":471,"Date":"3/27/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":482,"Date":"4/17/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":909,"Cost":687,"Date":"8/11/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":658,"Cost":345,"Date":"8/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":645,"Date":"9/2/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":345,"Cost":290,"Date":"9/5/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":743,"Cost":643,"Date":"9/14/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":314,"Date":"9/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":313,"Cost":277,"Date":"11/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":716,"Cost":646,"Date":"12/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":615,"Cost":384,"Date":"1/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":730,"Cost":519,"Date":"1/21/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":213,"Cost":134,"Date":"2/9/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":885,"Cost":598,"Date":"3/19/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":966,"Cost":780,"Date":"4/3/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":412,"Cost":374,"Date":"4/5/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":720,"Cost":585,"Date":"4/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":146,"Cost":88,"Date":"7/10/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":663,"Cost":555,"Date":"3/25/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":150,"Cost":114,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":222,"Cost":207,"Date":"10/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":552,"Cost":379,"Date":"3/2/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":93,"Cost":60,"Date":"6/28/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":153,"Cost":115,"Date":"7/17/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":956,"Cost":688,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":331,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":125,"Cost":110,"Date":"11/20/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":470,"Cost":372,"Date":"12/16/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":675,"Cost":445,"Date":"12/30/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":312,"Cost":239,"Date":"2/15/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":301,"Cost":282,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":137,"Cost":131,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":803,"Cost":515,"Date":"4/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":904,"Cost":796,"Date":"7/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":243,"Cost":192,"Date":"8/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":506,"Date":"10/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":553,"Cost":326,"Date":"11/11/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":107,"Cost":99,"Date":"11/30/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":889,"Cost":447,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":692,"Cost":376,"Date":"3/1/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":61,"Cost":31,"Date":"4/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":298,"Date":"5/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":31,"Cost":17,"Date":"8/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":487,"Cost":459,"Date":"9/15/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":748,"Cost":678,"Date":"10/14/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":58,"Cost":40,"Date":"10/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":815,"Date":"11/11/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":327,"Cost":257,"Date":"12/7/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":881,"Cost":624,"Date":"12/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":823,"Cost":683,"Date":"1/6/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":355,"Cost":235,"Date":"1/23/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":533,"Cost":308,"Date":"2/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":872,"Cost":728,"Date":"3/10/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":99,"Cost":71,"Date":"3/12/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":536,"Date":"3/31/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":176,"Cost":108,"Date":"6/16/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":280,"Date":"6/17/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":428,"Cost":238,"Date":"8/27/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":512,"Date":"10/1/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":119,"Cost":99,"Date":"11/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":52,"Cost":42,"Date":"11/9/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":649,"Cost":345,"Date":"3/27/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":602,"Cost":406,"Date":"4/17/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":552,"Date":"8/11/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":435,"Cost":285,"Date":"8/21/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":524,"Cost":292,"Date":"9/2/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":562,"Date":"9/5/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":705,"Cost":573,"Date":"9/14/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":295,"Date":"9/20/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":688,"Cost":356,"Date":"11/20/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":370,"Date":"12/21/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":112,"Cost":76,"Date":"1/7/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":390,"Cost":301,"Date":"1/21/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":411,"Cost":389,"Date":"2/9/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":46,"Date":"3/19/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":755,"Cost":392,"Date":"4/3/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":314,"Cost":266,"Date":"4/5/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":161,"Cost":85,"Date":"4/28/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":87,"Cost":79,"Date":"7/10/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":124,"Date":"3/25/2020"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":930,"Cost":560,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":112,"Cost":106,"Date":"10/28/2020"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":538,"Date":"3/2/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":352,"Cost":176,"Date":"6/28/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":88,"Date":"7/17/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":408,"Cost":283,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":559,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":461,"Cost":245,"Date":"11/20/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":618,"Cost":545,"Date":"12/16/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":836,"Date":"12/30/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":4,"Cost":2,"Date":"2/15/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":891,"Cost":574,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":873,"Cost":462,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":301,"Cost":156,"Date":"4/18/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":107,"Date":"7/27/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":118,"Cost":88,"Date":"8/18/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":586,"Cost":405,"Date":"10/31/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":807,"Cost":576,"Date":"11/11/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":596,"Cost":452,"Date":"11/30/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":270,"Cost":163,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":520,"Cost":400,"Date":"3/1/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":607,"Cost":567,"Date":"4/13/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":745,"Cost":496,"Date":"5/20/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":182,"Cost":159,"Date":"8/13/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":484,"Date":"9/15/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":75,"Cost":54,"Date":"10/14/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":22,"Cost":12,"Date":"10/28/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":210,"Date":"11/11/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":829,"Cost":696,"Date":"12/7/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":238,"Cost":139,"Date":"12/21/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":207,"Cost":178,"Date":"1/6/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":163,"Cost":128,"Date":"1/23/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":639,"Cost":483,"Date":"2/4/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":94,"Cost":78,"Date":"3/10/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":406,"Cost":336,"Date":"3/12/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":893,"Cost":723,"Date":"3/31/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":581,"Cost":472,"Date":"6/16/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":382,"Cost":220,"Date":"6/17/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":244,"Cost":191,"Date":"8/27/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":826,"Cost":614,"Date":"10/1/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":771,"Cost":440,"Date":"11/4/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":199,"Date":"11/9/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":571,"Cost":391,"Date":"3/27/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":112,"Cost":70,"Date":"4/17/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":568,"Cost":376,"Date":"8/11/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":495,"Cost":349,"Date":"8/21/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":504,"Date":"9/2/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":385,"Cost":262,"Date":"9/5/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":774,"Cost":701,"Date":"9/14/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":403,"Cost":330,"Date":"9/20/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":254,"Cost":200,"Date":"11/20/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":151,"Cost":143,"Date":"12/21/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":266,"Cost":190,"Date":"1/7/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":851,"Cost":601,"Date":"1/21/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":397,"Cost":328,"Date":"2/9/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":218,"Cost":141,"Date":"3/19/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":347,"Cost":243,"Date":"4/3/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":520,"Cost":475,"Date":"4/5/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":37,"Cost":30,"Date":"4/28/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":244,"Cost":225,"Date":"7/10/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":777,"Date":"3/25/2020"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":807,"Cost":445,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":441,"Cost":340,"Date":"10/28/2020"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":901,"Cost":600,"Date":"3/2/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":837,"Cost":652,"Date":"6/28/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":467,"Cost":385,"Date":"7/17/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":28,"Cost":18,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":836,"Cost":490,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":925,"Cost":725,"Date":"11/20/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":261,"Cost":192,"Date":"12/16/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":605,"Date":"12/30/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":928,"Cost":504,"Date":"2/15/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":258,"Cost":163,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":917,"Cost":814,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":691,"Cost":351,"Date":"4/18/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":430,"Cost":399,"Date":"7/27/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":193,"Cost":143,"Date":"8/18/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":202,"Cost":169,"Date":"10/31/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":316,"Cost":196,"Date":"11/11/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":970,"Cost":521,"Date":"11/30/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":771,"Cost":541,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":300,"Cost":213,"Date":"3/1/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":654,"Cost":565,"Date":"4/13/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":64,"Date":"5/20/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":371,"Cost":201,"Date":"8/13/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":328,"Cost":266,"Date":"9/15/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":73,"Cost":40,"Date":"10/14/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":1,"Cost":1,"Date":"10/28/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":626,"Cost":537,"Date":"11/11/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":442,"Date":"12/7/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":295,"Cost":159,"Date":"12/21/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":74,"Cost":65,"Date":"1/6/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":140,"Cost":113,"Date":"1/23/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":13,"Cost":11,"Date":"2/4/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":853,"Cost":782,"Date":"3/10/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":939,"Cost":694,"Date":"3/12/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":647,"Cost":550,"Date":"3/31/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":554,"Cost":347,"Date":"6/16/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":741,"Cost":636,"Date":"6/17/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":93,"Cost":85,"Date":"8/27/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":964,"Cost":718,"Date":"10/1/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":358,"Cost":272,"Date":"11/4/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":978,"Cost":844,"Date":"11/9/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":278,"Cost":163,"Date":"3/27/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":955,"Cost":588,"Date":"4/17/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":346,"Cost":260,"Date":"8/11/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":344,"Cost":313,"Date":"8/21/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":836,"Cost":513,"Date":"9/2/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":899,"Cost":763,"Date":"9/5/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":560,"Cost":396,"Date":"9/14/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":382,"Cost":276,"Date":"9/20/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":830,"Cost":430,"Date":"11/20/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":634,"Cost":439,"Date":"12/21/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":285,"Cost":235,"Date":"1/7/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":477,"Cost":284,"Date":"1/21/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":52,"Cost":49,"Date":"2/9/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":417,"Cost":354,"Date":"3/19/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":587,"Cost":533,"Date":"4/3/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":816,"Cost":419,"Date":"4/5/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":777,"Cost":449,"Date":"4/28/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":150,"Cost":128,"Date":"7/10/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":533,"Cost":377,"Date":"3/25/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":235,"Cost":201,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":846,"Cost":550,"Date":"10/28/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":989,"Cost":683,"Date":"3/2/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":512,"Cost":464,"Date":"6/28/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":808,"Cost":455,"Date":"7/17/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":11,"Cost":7,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":90,"Cost":79,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":911,"Cost":845,"Date":"11/20/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":692,"Cost":351,"Date":"12/16/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":422,"Cost":328,"Date":"12/30/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":134,"Cost":75,"Date":"2/15/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":946,"Cost":803,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":231,"Cost":131,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":237,"Cost":178,"Date":"4/18/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":529,"Cost":400,"Date":"7/27/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":180,"Cost":126,"Date":"8/18/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":921,"Cost":542,"Date":"10/31/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":800,"Cost":543,"Date":"11/11/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":934,"Cost":739,"Date":"11/30/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":679,"Cost":546,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":82,"Cost":78,"Date":"3/1/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":848,"Cost":800,"Date":"4/13/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":246,"Cost":129,"Date":"5/20/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":742,"Cost":675,"Date":"8/13/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":711,"Cost":384,"Date":"9/15/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":706,"Cost":551,"Date":"10/14/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":496,"Cost":304,"Date":"10/28/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":650,"Cost":364,"Date":"11/11/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":267,"Cost":228,"Date":"12/7/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":261,"Cost":160,"Date":"12/21/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":343,"Cost":180,"Date":"1/6/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":823,"Cost":732,"Date":"1/23/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":220,"Cost":208,"Date":"2/4/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":447,"Cost":282,"Date":"3/10/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":606,"Cost":342,"Date":"3/12/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":688,"Cost":377,"Date":"3/31/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":579,"Cost":391,"Date":"6/16/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":30,"Cost":23,"Date":"6/17/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":492,"Cost":325,"Date":"8/27/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":832,"Cost":484,"Date":"10/1/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":502,"Cost":272,"Date":"11/4/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":743,"Cost":377,"Date":"11/9/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":24,"Cost":16,"Date":"3/27/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":191,"Cost":112,"Date":"4/17/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":694,"Cost":620,"Date":"8/11/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":732,"Date":"8/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":324,"Cost":283,"Date":"9/2/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":418,"Cost":315,"Date":"9/5/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":478,"Cost":309,"Date":"9/14/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":138,"Cost":76,"Date":"9/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":917,"Cost":713,"Date":"11/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":713,"Cost":594,"Date":"12/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":466,"Date":"1/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":926,"Cost":846,"Date":"1/21/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":589,"Cost":356,"Date":"2/9/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":990,"Cost":800,"Date":"3/19/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":553,"Cost":506,"Date":"4/3/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":462,"Date":"4/5/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":206,"Cost":185,"Date":"4/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":631,"Cost":476,"Date":"7/10/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":858,"Cost":604,"Date":"3/25/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":649,"Cost":512,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":264,"Cost":185,"Date":"10/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":343,"Date":"3/2/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":318,"Cost":195,"Date":"6/28/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":825,"Cost":592,"Date":"7/17/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":415,"Cost":226,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":451,"Cost":306,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":6,"Cost":4,"Date":"11/20/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":374,"Cost":260,"Date":"12/16/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":760,"Cost":399,"Date":"12/30/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":418,"Cost":340,"Date":"2/15/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":389,"Cost":207,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":159,"Cost":83,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":760,"Cost":573,"Date":"4/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":995,"Cost":842,"Date":"7/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":767,"Date":"8/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":846,"Cost":486,"Date":"10/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":352,"Cost":209,"Date":"11/11/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":550,"Cost":346,"Date":"11/30/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":224,"Cost":133,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":690,"Cost":528,"Date":"3/1/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":349,"Cost":239,"Date":"4/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":168,"Date":"5/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":775,"Cost":651,"Date":"8/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":689,"Cost":549,"Date":"9/15/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":698,"Cost":541,"Date":"10/14/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":128,"Cost":83,"Date":"10/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":230,"Cost":173,"Date":"11/11/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":731,"Cost":554,"Date":"12/7/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":180,"Cost":96,"Date":"12/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":836,"Cost":449,"Date":"1/6/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":228,"Cost":151,"Date":"1/23/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":566,"Cost":341,"Date":"2/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":258,"Cost":227,"Date":"3/10/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":666,"Cost":585,"Date":"3/12/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":25,"Cost":22,"Date":"3/31/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":21,"Cost":11,"Date":"6/16/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":978,"Cost":732,"Date":"6/17/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":874,"Cost":749,"Date":"8/27/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":598,"Cost":471,"Date":"10/1/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":370,"Cost":253,"Date":"11/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":894,"Cost":743,"Date":"11/9/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":160,"Cost":95,"Date":"3/27/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":885,"Cost":456,"Date":"4/17/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":842,"Cost":725,"Date":"8/11/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":178,"Cost":143,"Date":"8/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":228,"Cost":126,"Date":"9/2/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":896,"Cost":514,"Date":"9/5/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":347,"Cost":250,"Date":"9/14/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":366,"Cost":183,"Date":"9/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":10,"Cost":5,"Date":"11/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":520,"Cost":429,"Date":"12/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":194,"Cost":135,"Date":"1/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":214,"Cost":175,"Date":"1/21/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":178,"Cost":149,"Date":"2/9/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":864,"Cost":438,"Date":"3/19/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":109,"Cost":82,"Date":"4/3/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":318,"Cost":203,"Date":"4/5/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":26,"Cost":24,"Date":"4/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":443,"Cost":294,"Date":"7/10/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":214,"Cost":133,"Date":"3/25/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":554,"Cost":308,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":636,"Cost":539,"Date":"10/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":831,"Cost":544,"Date":"3/2/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":45,"Cost":24,"Date":"6/28/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":634,"Cost":325,"Date":"7/17/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":402,"Cost":368,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":859,"Cost":554,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":903,"Cost":498,"Date":"11/20/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":396,"Cost":298,"Date":"12/16/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":391,"Cost":237,"Date":"12/30/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":849,"Cost":800,"Date":"2/15/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":486,"Cost":343,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":190,"Cost":180,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":660,"Cost":344,"Date":"4/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":362,"Cost":279,"Date":"7/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":512,"Cost":288,"Date":"8/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":905,"Cost":677,"Date":"10/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":847,"Cost":575,"Date":"11/11/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":705,"Cost":619,"Date":"11/30/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":505,"Cost":390,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":904,"Cost":672,"Date":"3/1/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":752,"Cost":642,"Date":"4/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":593,"Cost":542,"Date":"5/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":213,"Cost":120,"Date":"8/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":853,"Cost":797,"Date":"9/15/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":770,"Cost":594,"Date":"10/14/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":117,"Cost":66,"Date":"10/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":544,"Cost":508,"Date":"11/11/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":516,"Cost":432,"Date":"12/7/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":235,"Cost":183,"Date":"12/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":773,"Cost":655,"Date":"1/6/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":636,"Cost":496,"Date":"1/23/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":46,"Cost":44,"Date":"2/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":354,"Cost":224,"Date":"3/10/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":648,"Cost":527,"Date":"3/12/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":505,"Cost":304,"Date":"3/31/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":632,"Cost":480,"Date":"6/16/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":986,"Cost":721,"Date":"6/17/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":493,"Cost":248,"Date":"8/27/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":83,"Cost":47,"Date":"10/1/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":51,"Cost":47,"Date":"11/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":372,"Cost":302,"Date":"11/9/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":177,"Cost":121,"Date":"3/27/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":517,"Cost":341,"Date":"4/17/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":963,"Cost":590,"Date":"8/11/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":774,"Cost":681,"Date":"8/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":144,"Cost":98,"Date":"9/2/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":300,"Cost":221,"Date":"9/5/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":421,"Date":"9/14/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":505,"Cost":254,"Date":"9/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":78,"Cost":48,"Date":"11/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":106,"Cost":71,"Date":"12/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":543,"Cost":275,"Date":"1/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":700,"Cost":378,"Date":"1/21/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":303,"Cost":237,"Date":"2/9/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":249,"Cost":131,"Date":"3/19/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":532,"Date":"4/3/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":742,"Date":"4/5/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":788,"Cost":568,"Date":"4/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":739,"Cost":393,"Date":"7/10/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":513,"Cost":363,"Date":"3/25/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":665,"Cost":612,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":991,"Cost":854,"Date":"10/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":954,"Cost":547,"Date":"3/2/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":484,"Cost":373,"Date":"6/28/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":61,"Cost":38,"Date":"7/17/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":874,"Cost":488,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":16,"Cost":10,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":530,"Cost":281,"Date":"11/20/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":787,"Cost":582,"Date":"12/16/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":995,"Cost":925,"Date":"12/30/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":442,"Cost":349,"Date":"2/15/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":676,"Cost":453,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":697,"Cost":478,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":112,"Cost":85,"Date":"4/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":898,"Cost":501,"Date":"7/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":765,"Cost":530,"Date":"8/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":351,"Cost":194,"Date":"10/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":352,"Cost":180,"Date":"11/11/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":657,"Cost":370,"Date":"11/30/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":718,"Cost":589,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":408,"Cost":276,"Date":"3/1/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":663,"Cost":348,"Date":"4/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":783,"Cost":406,"Date":"5/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":489,"Cost":458,"Date":"8/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":832,"Cost":656,"Date":"9/15/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":641,"Cost":435,"Date":"10/14/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":386,"Date":"10/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":486,"Date":"11/11/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":402,"Cost":303,"Date":"12/7/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":562,"Cost":449,"Date":"12/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":350,"Cost":256,"Date":"1/6/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":279,"Cost":198,"Date":"1/23/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":609,"Cost":367,"Date":"2/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":625,"Cost":447,"Date":"3/10/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":237,"Cost":125,"Date":"3/12/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":749,"Cost":700,"Date":"3/31/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":81,"Cost":70,"Date":"6/16/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":800,"Cost":460,"Date":"6/17/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":236,"Cost":164,"Date":"8/27/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":578,"Cost":349,"Date":"10/1/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":470,"Cost":297,"Date":"11/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":433,"Cost":390,"Date":"11/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":146,"Date":"3/27/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":386,"Date":"4/17/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":433,"Cost":261,"Date":"8/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":451,"Cost":276,"Date":"8/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":762,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":318,"Cost":266,"Date":"9/5/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":987,"Cost":750,"Date":"9/14/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":426,"Date":"9/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":805,"Date":"11/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":66,"Date":"12/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":290,"Date":"1/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":325,"Date":"1/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":193,"Date":"2/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":457,"Cost":310,"Date":"3/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":502,"Date":"4/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":185,"Cost":132,"Date":"4/5/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":114,"Date":"4/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":371,"Date":"7/10/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":199,"Date":"3/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":489,"Cost":346,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":515,"Date":"10/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":296,"Date":"3/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":236,"Date":"6/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":607,"Date":"7/17/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":487,"Cost":354,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":164,"Cost":156,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":69,"Date":"11/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":174,"Cost":156,"Date":"12/16/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":43,"Cost":38,"Date":"12/30/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":192,"Date":"2/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":761,"Cost":434,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":227,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":27,"Cost":26,"Date":"4/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":232,"Date":"7/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":248,"Cost":205,"Date":"8/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":305,"Date":"10/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":9,"Cost":9,"Date":"11/11/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":155,"Date":"11/30/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":665,"Cost":612,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":209,"Date":"3/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":463,"Cost":329,"Date":"4/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":788,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":328,"Cost":273,"Date":"8/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":399,"Date":"9/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":610,"Cost":417,"Date":"10/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":33,"Cost":16,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":509,"Cost":265,"Date":"11/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":461,"Date":"12/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":726,"Date":"12/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":633,"Date":"1/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":469,"Cost":334,"Date":"1/23/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":193,"Date":"2/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":228,"Date":"3/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":597,"Date":"3/12/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":625,"Cost":464,"Date":"3/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":760,"Cost":487,"Date":"6/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":905,"Date":"6/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":575,"Date":"8/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":812,"Date":"10/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":287,"Date":"11/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":512,"Cost":303,"Date":"11/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":949,"Cost":621,"Date":"3/27/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":519,"Cost":342,"Date":"4/17/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":651,"Date":"8/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":396,"Cost":347,"Date":"8/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":891,"Cost":615,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":633,"Date":"9/5/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":178,"Date":"9/14/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":546,"Date":"9/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":133,"Date":"11/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":85,"Cost":65,"Date":"12/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":13,"Cost":12,"Date":"1/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":358,"Date":"1/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":88,"Date":"2/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":997,"Cost":607,"Date":"3/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":587,"Cost":514,"Date":"4/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":564,"Date":"4/5/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":193,"Cost":100,"Date":"4/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":987,"Cost":933,"Date":"7/10/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":262,"Cost":237,"Date":"3/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":768,"Cost":661,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":374,"Cost":195,"Date":"10/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":680,"Date":"3/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":804,"Cost":510,"Date":"6/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":315,"Cost":275,"Date":"7/17/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":650,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":230,"Cost":116,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":523,"Cost":420,"Date":"11/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":120,"Cost":112,"Date":"12/16/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":391,"Date":"12/30/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":59,"Cost":49,"Date":"2/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":197,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":896,"Cost":547,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":431,"Date":"4/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":561,"Cost":457,"Date":"7/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":506,"Date":"8/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":95,"Date":"10/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":18,"Date":"11/11/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":43,"Date":"11/30/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":975,"Cost":612,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":795,"Cost":622,"Date":"3/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":148,"Cost":91,"Date":"4/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":571,"Cost":324,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":441,"Cost":406,"Date":"8/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":566,"Date":"9/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":167,"Date":"10/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":297,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":304,"Cost":174,"Date":"11/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":259,"Date":"12/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":524,"Cost":333,"Date":"12/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":448,"Cost":377,"Date":"1/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":331,"Date":"1/23/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":896,"Cost":492,"Date":"2/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":313,"Cost":277,"Date":"3/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":164,"Date":"3/12/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":945,"Cost":812,"Date":"3/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":496,"Cost":279,"Date":"6/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":390,"Cost":348,"Date":"6/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":20,"Date":"8/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":768,"Cost":721,"Date":"10/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":250,"Date":"11/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":85,"Cost":75,"Date":"11/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":548,"Cost":437,"Date":"3/27/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":653,"Date":"4/17/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":158,"Cost":106,"Date":"8/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":667,"Cost":337,"Date":"8/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":915,"Cost":506,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":676,"Cost":389,"Date":"9/5/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":284,"Cost":240,"Date":"9/14/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":102,"Cost":53,"Date":"9/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":450,"Date":"11/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":129,"Cost":108,"Date":"12/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":707,"Cost":581,"Date":"1/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":335,"Cost":197,"Date":"1/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":807,"Cost":715,"Date":"2/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":608,"Date":"3/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":507,"Date":"4/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":721,"Cost":532,"Date":"4/5/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":64,"Cost":55,"Date":"4/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":733,"Date":"7/10/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":297,"Cost":240,"Date":"3/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":290,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":578,"Cost":466,"Date":"10/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":178,"Date":"3/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":978,"Cost":772,"Date":"6/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":950,"Cost":685,"Date":"7/17/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":910,"Cost":700,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":194,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":226,"Date":"11/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":830,"Cost":499,"Date":"12/16/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":412,"Date":"12/30/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":252,"Cost":164,"Date":"2/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":250,"Cost":201,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":935,"Cost":684,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":226,"Cost":160,"Date":"4/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":551,"Date":"7/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":260,"Cost":206,"Date":"8/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":408,"Cost":297,"Date":"10/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":246,"Cost":181,"Date":"11/11/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":609,"Cost":420,"Date":"11/30/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":46,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":525,"Cost":319,"Date":"3/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":692,"Cost":607,"Date":"4/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":347,"Cost":270,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":943,"Cost":711,"Date":"8/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":107,"Date":"9/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":842,"Cost":551,"Date":"10/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":375,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":74,"Cost":53,"Date":"11/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":924,"Cost":827,"Date":"12/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":304,"Cost":237,"Date":"12/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":331,"Cost":204,"Date":"1/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":758,"Cost":510,"Date":"1/23/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":540,"Cost":349,"Date":"2/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":472,"Cost":284,"Date":"3/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":474,"Cost":340,"Date":"3/12/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":211,"Date":"3/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":33,"Cost":21,"Date":"6/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":304,"Cost":246,"Date":"6/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":622,"Date":"8/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":678,"Cost":571,"Date":"10/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":969,"Cost":548,"Date":"11/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":786,"Date":"11/9/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":678,"Cost":609,"Date":"3/27/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":511,"Date":"4/17/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":63,"Cost":32,"Date":"8/11/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":575,"Cost":479,"Date":"8/21/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":290,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":447,"Cost":283,"Date":"9/5/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":874,"Cost":661,"Date":"9/14/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":298,"Cost":171,"Date":"9/20/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":352,"Cost":242,"Date":"11/20/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":526,"Cost":453,"Date":"12/21/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":515,"Date":"1/7/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":93,"Cost":59,"Date":"1/21/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":236,"Cost":222,"Date":"2/9/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":169,"Date":"3/19/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":680,"Cost":409,"Date":"4/3/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":692,"Cost":352,"Date":"4/5/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":698,"Cost":381,"Date":"4/28/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":44,"Cost":35,"Date":"7/10/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":20,"Date":"3/25/2020"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":191,"Cost":181,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":797,"Cost":623,"Date":"10/28/2020"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":661,"Cost":552,"Date":"3/2/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":716,"Cost":587,"Date":"6/28/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":768,"Cost":593,"Date":"7/17/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":111,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":285,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":244,"Cost":127,"Date":"11/20/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":505,"Date":"12/16/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":660,"Cost":556,"Date":"12/30/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":559,"Cost":422,"Date":"2/15/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":30,"Cost":24,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":819,"Cost":544,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":326,"Date":"4/18/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":918,"Cost":800,"Date":"7/27/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":353,"Cost":223,"Date":"8/18/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":750,"Cost":668,"Date":"10/31/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":397,"Date":"11/11/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":481,"Cost":431,"Date":"11/30/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":469,"Cost":385,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":950,"Cost":830,"Date":"3/1/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":662,"Cost":625,"Date":"4/13/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":703,"Cost":467,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":168,"Date":"8/13/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":199,"Cost":133,"Date":"9/15/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":395,"Date":"10/14/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":193,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":498,"Cost":360,"Date":"11/11/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":557,"Date":"12/7/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":634,"Date":"12/21/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":731,"Cost":380,"Date":"1/6/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":959,"Cost":570,"Date":"1/23/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":20,"Date":"2/4/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":81,"Date":"3/10/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":602,"Date":"3/12/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":471,"Cost":257,"Date":"3/31/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":561,"Cost":290,"Date":"6/16/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":473,"Cost":309,"Date":"6/17/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":408,"Date":"8/27/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":529,"Date":"10/1/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":928,"Cost":533,"Date":"11/4/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":408,"Cost":354,"Date":"11/9/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":902,"Cost":729,"Date":"3/27/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":682,"Date":"4/17/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":815,"Cost":570,"Date":"8/11/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":576,"Cost":469,"Date":"8/21/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":433,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":369,"Cost":226,"Date":"9/5/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":4,"Date":"9/14/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":474,"Date":"9/20/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":85,"Cost":64,"Date":"11/20/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":193,"Date":"12/21/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":401,"Cost":241,"Date":"1/7/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":137,"Cost":118,"Date":"1/21/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":457,"Date":"2/9/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":108,"Date":"3/19/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":498,"Cost":471,"Date":"4/3/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":231,"Date":"4/5/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":259,"Cost":129,"Date":"4/28/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":412,"Date":"7/10/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":304,"Cost":206,"Date":"3/25/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":496,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":277,"Date":"10/28/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":845,"Cost":524,"Date":"3/2/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":844,"Cost":656,"Date":"6/28/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":190,"Date":"7/17/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":35,"Cost":18,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":90,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":262,"Cost":190,"Date":"11/20/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":322,"Cost":289,"Date":"12/16/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":599,"Cost":440,"Date":"12/30/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":577,"Cost":509,"Date":"2/15/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":526,"Cost":331,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":623,"Cost":446,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":43,"Cost":33,"Date":"4/18/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":296,"Date":"7/27/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":281,"Date":"8/18/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":253,"Cost":209,"Date":"10/31/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":21,"Date":"11/11/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":545,"Date":"11/30/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":105,"Cost":88,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":356,"Cost":194,"Date":"3/1/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":71,"Date":"4/13/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":33,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":476,"Date":"8/13/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":246,"Cost":145,"Date":"9/15/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":583,"Cost":300,"Date":"10/14/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":828,"Cost":720,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":278,"Cost":207,"Date":"11/11/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":324,"Date":"12/7/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":565,"Date":"12/21/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":776,"Date":"1/6/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":404,"Cost":234,"Date":"1/23/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":717,"Cost":679,"Date":"2/4/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":40,"Cost":21,"Date":"3/10/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":640,"Cost":450,"Date":"3/12/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":60,"Date":"3/31/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":23,"Date":"6/16/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":158,"Date":"6/17/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":335,"Date":"8/27/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":118,"Date":"10/1/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":563,"Cost":355,"Date":"11/4/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":428,"Date":"11/9/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":88,"Cost":82,"Date":"3/27/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":314,"Cost":251,"Date":"4/17/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":791,"Cost":552,"Date":"8/11/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":490,"Cost":412,"Date":"8/21/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":758,"Cost":695,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":487,"Date":"9/5/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":637,"Cost":584,"Date":"9/14/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":591,"Date":"9/20/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":731,"Cost":416,"Date":"11/20/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":635,"Cost":529,"Date":"12/21/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":717,"Cost":643,"Date":"1/7/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":636,"Cost":575,"Date":"1/21/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":25,"Cost":24,"Date":"2/9/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":839,"Cost":749,"Date":"3/19/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":9,"Date":"4/3/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":79,"Cost":64,"Date":"4/5/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":239,"Cost":197,"Date":"4/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":502,"Cost":451,"Date":"7/10/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":103,"Date":"3/25/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":770,"Cost":463,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":71,"Cost":67,"Date":"10/28/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":105,"Cost":52,"Date":"3/2/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":618,"Cost":548,"Date":"6/28/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":553,"Date":"7/17/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":184,"Cost":145,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":56,"Cost":29,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":322,"Cost":214,"Date":"11/20/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":102,"Cost":83,"Date":"12/16/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":662,"Cost":388,"Date":"12/30/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":150,"Cost":87,"Date":"2/15/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":390,"Cost":302,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":136,"Cost":123,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":843,"Cost":626,"Date":"4/18/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":507,"Cost":383,"Date":"7/27/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":235,"Date":"8/18/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":32,"Cost":18,"Date":"10/31/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":354,"Cost":257,"Date":"11/11/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":866,"Date":"11/30/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":130,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":583,"Cost":364,"Date":"3/1/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":41,"Cost":20,"Date":"4/13/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":456,"Cost":310,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":223,"Date":"8/13/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":596,"Date":"9/15/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":864,"Cost":595,"Date":"10/14/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":785,"Cost":647,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":275,"Date":"11/11/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":768,"Cost":394,"Date":"12/7/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":901,"Cost":498,"Date":"12/21/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":692,"Cost":491,"Date":"1/6/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":788,"Cost":421,"Date":"1/23/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":932,"Cost":761,"Date":"2/4/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":148,"Date":"3/10/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":708,"Cost":556,"Date":"3/12/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":158,"Date":"3/31/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":620,"Cost":521,"Date":"6/16/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":801,"Cost":684,"Date":"6/17/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":618,"Cost":326,"Date":"8/27/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":163,"Date":"10/1/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":799,"Cost":564,"Date":"11/4/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":263,"Cost":199,"Date":"11/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":319,"Cost":258,"Date":"3/27/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":507,"Date":"4/17/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":767,"Cost":686,"Date":"8/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":614,"Cost":403,"Date":"8/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":294,"Cost":216,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":664,"Date":"9/5/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":482,"Date":"9/14/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":42,"Date":"9/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":170,"Cost":124,"Date":"11/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":55,"Cost":40,"Date":"12/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":670,"Date":"1/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":198,"Cost":114,"Date":"1/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":601,"Date":"2/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":468,"Date":"3/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":348,"Cost":203,"Date":"4/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":404,"Date":"4/5/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":126,"Date":"4/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":514,"Date":"7/10/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":950,"Cost":766,"Date":"3/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":204,"Cost":138,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":692,"Date":"10/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":117,"Date":"3/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":732,"Cost":388,"Date":"6/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":152,"Date":"7/17/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":361,"Cost":280,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":789,"Cost":582,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":254,"Cost":141,"Date":"11/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":49,"Cost":46,"Date":"12/16/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":369,"Date":"12/30/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":277,"Date":"2/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":508,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":150,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":65,"Date":"4/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":375,"Date":"7/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":349,"Cost":227,"Date":"8/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":36,"Cost":28,"Date":"10/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":476,"Cost":280,"Date":"11/11/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":748,"Cost":571,"Date":"11/30/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":129,"Cost":117,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":193,"Date":"3/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":743,"Cost":535,"Date":"4/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":143,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":465,"Date":"8/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":595,"Cost":404,"Date":"9/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":359,"Date":"10/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":106,"Cost":88,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":250,"Cost":238,"Date":"11/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":287,"Date":"12/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":115,"Date":"12/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":54,"Cost":29,"Date":"1/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":74,"Cost":40,"Date":"1/23/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":723,"Cost":514,"Date":"2/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":196,"Date":"3/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":38,"Date":"3/12/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":532,"Date":"3/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":935,"Cost":800,"Date":"6/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":771,"Cost":666,"Date":"6/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":928,"Cost":791,"Date":"8/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":83,"Cost":75,"Date":"10/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":98,"Cost":84,"Date":"11/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":360,"Date":"11/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":403,"Date":"3/27/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":578,"Date":"4/17/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":945,"Cost":675,"Date":"8/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":215,"Date":"8/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":590,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":729,"Cost":460,"Date":"9/5/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":127,"Cost":111,"Date":"9/14/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":792,"Cost":714,"Date":"9/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":934,"Cost":624,"Date":"11/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":98,"Cost":57,"Date":"12/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":622,"Cost":591,"Date":"1/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":898,"Cost":745,"Date":"1/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":72,"Date":"2/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":95,"Cost":89,"Date":"3/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":270,"Cost":187,"Date":"4/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":181,"Date":"4/5/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":473,"Cost":402,"Date":"4/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":804,"Cost":451,"Date":"7/10/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":342,"Date":"3/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":742,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":382,"Date":"10/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":147,"Cost":85,"Date":"3/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":648,"Cost":493,"Date":"6/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":702,"Cost":641,"Date":"7/17/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":531,"Cost":397,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":112,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":75,"Date":"11/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":679,"Cost":627,"Date":"12/16/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":686,"Date":"12/30/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":396,"Cost":227,"Date":"2/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":755,"Cost":426,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":388,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":30,"Cost":16,"Date":"4/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":43,"Date":"7/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":18,"Cost":12,"Date":"8/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"10/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":228,"Date":"11/11/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":77,"Date":"11/30/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":831,"Cost":751,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":117,"Date":"3/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":82,"Date":"4/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":56,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":79,"Date":"8/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":267,"Cost":226,"Date":"9/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":851,"Date":"10/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":703,"Cost":568,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":223,"Date":"11/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":678,"Cost":560,"Date":"12/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":373,"Date":"12/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":397,"Date":"1/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":616,"Date":"1/23/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":337,"Date":"2/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":512,"Cost":393,"Date":"3/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":489,"Date":"3/12/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":486,"Date":"3/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":202,"Cost":149,"Date":"6/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":678,"Date":"6/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":253,"Date":"8/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":332,"Cost":268,"Date":"10/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":389,"Date":"11/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":338,"Date":"11/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":328,"Cost":185,"Date":"3/27/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":890,"Cost":719,"Date":"4/17/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":704,"Cost":502,"Date":"8/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":363,"Cost":246,"Date":"8/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":69,"Cost":43,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":309,"Cost":163,"Date":"9/5/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":56,"Cost":39,"Date":"9/14/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":848,"Date":"9/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":561,"Cost":416,"Date":"11/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":375,"Cost":202,"Date":"12/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":740,"Cost":392,"Date":"1/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":102,"Cost":97,"Date":"1/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":266,"Cost":251,"Date":"2/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":848,"Cost":688,"Date":"3/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":368,"Cost":189,"Date":"4/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":787,"Cost":455,"Date":"4/5/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":445,"Cost":335,"Date":"4/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":222,"Cost":175,"Date":"7/10/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":363,"Cost":334,"Date":"3/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":155,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":458,"Date":"10/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":281,"Date":"3/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":39,"Cost":22,"Date":"6/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":272,"Cost":188,"Date":"7/17/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":718,"Cost":590,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":616,"Cost":508,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":439,"Cost":276,"Date":"11/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":654,"Cost":336,"Date":"12/16/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":250,"Date":"12/30/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":602,"Cost":369,"Date":"2/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":754,"Cost":507,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":105,"Cost":93,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":468,"Cost":383,"Date":"4/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":482,"Date":"7/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":632,"Date":"8/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":517,"Date":"10/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":924,"Cost":471,"Date":"11/11/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":147,"Cost":132,"Date":"11/30/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":898,"Cost":627,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":808,"Cost":614,"Date":"3/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":367,"Cost":191,"Date":"4/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":186,"Cost":112,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":950,"Cost":498,"Date":"8/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":497,"Cost":299,"Date":"9/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":534,"Cost":389,"Date":"10/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":237,"Cost":197,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":78,"Cost":65,"Date":"11/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":153,"Cost":126,"Date":"12/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":168,"Cost":148,"Date":"12/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":76,"Cost":43,"Date":"1/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":292,"Cost":155,"Date":"1/23/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":554,"Date":"2/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":44,"Cost":22,"Date":"3/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":119,"Cost":67,"Date":"3/12/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":143,"Cost":103,"Date":"3/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":301,"Date":"6/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":481,"Date":"6/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":227,"Date":"8/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":262,"Cost":215,"Date":"10/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":386,"Cost":253,"Date":"11/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":148,"Cost":84,"Date":"11/9/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":599,"Cost":453,"Date":"3/27/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":699,"Cost":624,"Date":"4/17/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":771,"Cost":642,"Date":"8/11/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":792,"Cost":577,"Date":"8/21/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":477,"Cost":272,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":365,"Cost":192,"Date":"9/5/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":983,"Cost":920,"Date":"9/14/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":275,"Cost":223,"Date":"9/20/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":597,"Cost":513,"Date":"11/20/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":784,"Date":"12/21/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":122,"Cost":61,"Date":"1/7/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":420,"Cost":281,"Date":"1/21/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":541,"Date":"2/9/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":126,"Cost":114,"Date":"3/19/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":96,"Cost":76,"Date":"4/3/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":376,"Cost":212,"Date":"4/5/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":380,"Cost":349,"Date":"4/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":305,"Cost":168,"Date":"7/10/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":322,"Cost":299,"Date":"3/25/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":409,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":782,"Cost":718,"Date":"10/28/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":163,"Cost":102,"Date":"3/2/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":213,"Cost":178,"Date":"6/28/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":882,"Cost":820,"Date":"7/17/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":422,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":766,"Cost":401,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":565,"Cost":347,"Date":"11/20/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":777,"Cost":613,"Date":"12/16/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":856,"Cost":609,"Date":"12/30/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":294,"Cost":190,"Date":"2/15/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":514,"Cost":272,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":114,"Cost":93,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":765,"Cost":569,"Date":"4/18/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":234,"Cost":175,"Date":"7/27/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":627,"Cost":479,"Date":"8/18/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":321,"Cost":254,"Date":"10/31/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":112,"Date":"11/11/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":178,"Cost":121,"Date":"11/30/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":593,"Cost":334,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":105,"Cost":84,"Date":"3/1/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":592,"Cost":424,"Date":"4/13/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":923,"Cost":737,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":312,"Date":"8/13/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":881,"Cost":547,"Date":"9/15/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":785,"Cost":434,"Date":"10/14/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":307,"Cost":217,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":67,"Cost":49,"Date":"11/11/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":772,"Cost":683,"Date":"12/7/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":522,"Cost":300,"Date":"12/21/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":482,"Cost":304,"Date":"1/6/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":251,"Cost":179,"Date":"1/23/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":274,"Date":"2/4/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":650,"Cost":484,"Date":"3/10/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":305,"Cost":257,"Date":"3/12/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":286,"Cost":265,"Date":"3/31/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":492,"Cost":436,"Date":"6/16/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":413,"Cost":234,"Date":"6/17/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":37,"Cost":32,"Date":"8/27/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":442,"Cost":371,"Date":"10/1/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":811,"Cost":576,"Date":"11/4/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":263,"Cost":179,"Date":"11/9/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":236,"Date":"3/27/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":537,"Date":"4/17/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":417,"Cost":385,"Date":"8/11/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":432,"Cost":267,"Date":"8/21/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":398,"Cost":346,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":286,"Cost":229,"Date":"9/5/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":431,"Date":"9/14/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":642,"Cost":486,"Date":"9/20/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":841,"Cost":685,"Date":"11/20/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":738,"Cost":475,"Date":"12/21/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":162,"Cost":114,"Date":"1/7/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":113,"Cost":84,"Date":"1/21/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":69,"Date":"2/9/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":688,"Cost":605,"Date":"3/19/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":381,"Cost":329,"Date":"4/3/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":833,"Cost":596,"Date":"4/5/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":627,"Cost":316,"Date":"4/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":203,"Cost":102,"Date":"7/10/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":488,"Cost":442,"Date":"3/25/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":763,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":891,"Cost":622,"Date":"10/28/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":507,"Cost":300,"Date":"3/2/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":434,"Cost":375,"Date":"6/28/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":501,"Cost":305,"Date":"7/17/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":994,"Cost":499,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":763,"Cost":705,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":803,"Cost":760,"Date":"11/20/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":906,"Cost":649,"Date":"12/16/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":395,"Cost":324,"Date":"12/30/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":328,"Cost":205,"Date":"2/15/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":255,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":273,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":992,"Cost":806,"Date":"4/18/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":968,"Cost":890,"Date":"7/27/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":784,"Cost":412,"Date":"8/18/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":686,"Date":"10/31/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":11,"Cost":8,"Date":"11/11/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":625,"Cost":381,"Date":"11/30/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":828,"Cost":773,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":214,"Cost":176,"Date":"3/1/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":835,"Cost":729,"Date":"4/13/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":851,"Cost":570,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":83,"Cost":53,"Date":"8/13/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":649,"Cost":533,"Date":"9/15/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":32,"Cost":16,"Date":"10/14/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":445,"Cost":248,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":195,"Cost":165,"Date":"11/11/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":148,"Cost":128,"Date":"12/7/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":934,"Cost":506,"Date":"12/21/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":260,"Cost":164,"Date":"1/6/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":503,"Cost":355,"Date":"1/23/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":866,"Cost":455,"Date":"2/4/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":512,"Cost":267,"Date":"3/10/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":27,"Cost":19,"Date":"3/12/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":848,"Cost":753,"Date":"3/31/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":779,"Cost":731,"Date":"6/16/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":725,"Cost":366,"Date":"6/17/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":433,"Cost":372,"Date":"8/27/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":215,"Cost":181,"Date":"10/1/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":484,"Cost":456,"Date":"11/4/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":57,"Date":"11/9/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":871,"Cost":793,"Date":"3/27/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":454,"Cost":312,"Date":"4/17/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":526,"Cost":385,"Date":"8/11/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":703,"Date":"8/21/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":159,"Cost":121,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":945,"Cost":706,"Date":"9/5/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":288,"Cost":185,"Date":"9/14/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":423,"Date":"9/20/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":101,"Cost":74,"Date":"11/20/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"12/21/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":349,"Cost":315,"Date":"1/7/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":46,"Cost":39,"Date":"1/21/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":296,"Cost":163,"Date":"2/9/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":349,"Cost":294,"Date":"3/19/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":684,"Date":"4/3/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":284,"Date":"4/5/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":467,"Date":"4/28/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":285,"Date":"7/10/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":216,"Cost":134,"Date":"3/25/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":397,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":262,"Cost":220,"Date":"10/28/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":313,"Date":"3/2/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":522,"Date":"6/28/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":356,"Cost":224,"Date":"7/17/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":234,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":172,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":718,"Cost":648,"Date":"11/20/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":155,"Cost":129,"Date":"12/16/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":496,"Cost":312,"Date":"12/30/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":819,"Cost":762,"Date":"2/15/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":201,"Cost":144,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":948,"Cost":582,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":710,"Cost":511,"Date":"4/18/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":277,"Cost":235,"Date":"7/27/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":612,"Cost":483,"Date":"8/18/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":919,"Cost":772,"Date":"10/31/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":910,"Cost":560,"Date":"11/11/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":992,"Cost":579,"Date":"11/30/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":217,"Cost":171,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":359,"Date":"3/1/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":356,"Cost":319,"Date":"4/13/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":181,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":156,"Cost":125,"Date":"8/13/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":753,"Cost":670,"Date":"9/15/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":196,"Cost":105,"Date":"10/14/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":100,"Cost":67,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":232,"Cost":208,"Date":"11/11/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":517,"Date":"12/7/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":417,"Cost":391,"Date":"12/21/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":801,"Cost":429,"Date":"1/6/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":491,"Date":"1/23/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":742,"Cost":471,"Date":"2/4/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":821,"Cost":751,"Date":"3/10/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":640,"Date":"3/12/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":229,"Date":"3/31/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":212,"Date":"6/16/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":645,"Date":"6/17/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":263,"Cost":246,"Date":"8/27/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":817,"Cost":455,"Date":"10/1/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":807,"Cost":708,"Date":"11/4/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":29,"Cost":22,"Date":"11/9/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":246,"Date":"3/27/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":752,"Cost":384,"Date":"4/17/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":829,"Cost":582,"Date":"8/11/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":501,"Cost":262,"Date":"8/21/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":602,"Cost":477,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":45,"Date":"9/5/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":878,"Cost":598,"Date":"9/14/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":884,"Cost":600,"Date":"9/20/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":928,"Cost":732,"Date":"11/20/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":760,"Cost":473,"Date":"12/21/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":605,"Cost":544,"Date":"1/7/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":96,"Cost":92,"Date":"1/21/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":785,"Cost":447,"Date":"2/9/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":549,"Cost":335,"Date":"3/19/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":811,"Cost":419,"Date":"4/3/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":868,"Cost":462,"Date":"4/5/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":937,"Cost":667,"Date":"4/28/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":245,"Cost":181,"Date":"7/10/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":190,"Date":"3/25/2020"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":527,"Cost":393,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":94,"Cost":82,"Date":"10/28/2020"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":226,"Cost":207,"Date":"3/2/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":434,"Cost":382,"Date":"6/28/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":260,"Cost":168,"Date":"7/17/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":570,"Cost":421,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":930,"Cost":559,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":728,"Cost":618,"Date":"11/20/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":411,"Cost":226,"Date":"12/16/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":293,"Date":"12/30/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":200,"Cost":120,"Date":"2/15/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":780,"Cost":601,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":699,"Cost":370,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":682,"Cost":542,"Date":"4/18/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":133,"Date":"7/27/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":124,"Date":"8/18/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":31,"Cost":23,"Date":"10/31/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":410,"Cost":215,"Date":"11/11/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":985,"Cost":528,"Date":"11/30/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":855,"Cost":786,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":740,"Cost":679,"Date":"3/1/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":812,"Cost":740,"Date":"4/13/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":449,"Cost":264,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":400,"Cost":334,"Date":"8/13/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":228,"Cost":206,"Date":"9/15/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":137,"Cost":113,"Date":"10/14/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":529,"Cost":307,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":671,"Cost":615,"Date":"11/11/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":225,"Cost":188,"Date":"12/7/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":557,"Date":"12/21/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":120,"Cost":87,"Date":"1/6/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":266,"Cost":189,"Date":"1/23/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":394,"Date":"2/4/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":407,"Cost":289,"Date":"3/10/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":988,"Cost":937,"Date":"3/12/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":582,"Cost":320,"Date":"3/31/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":274,"Cost":213,"Date":"6/16/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":792,"Cost":636,"Date":"6/17/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":164,"Cost":101,"Date":"8/27/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":653,"Cost":424,"Date":"10/1/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":810,"Cost":703,"Date":"11/4/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":914,"Cost":703,"Date":"11/9/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":473,"Cost":290,"Date":"3/27/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":71,"Date":"4/17/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":373,"Cost":208,"Date":"8/11/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":850,"Cost":807,"Date":"8/21/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":625,"Cost":563,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":251,"Date":"9/5/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":100,"Date":"9/14/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"9/20/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":493,"Cost":330,"Date":"11/20/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":925,"Cost":500,"Date":"12/21/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":564,"Cost":415,"Date":"1/7/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":201,"Date":"1/21/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":871,"Cost":496,"Date":"2/9/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":158,"Cost":86,"Date":"3/19/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":52,"Date":"4/3/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":92,"Cost":48,"Date":"4/5/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":207,"Date":"4/28/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":648,"Cost":541,"Date":"7/10/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":258,"Cost":195,"Date":"3/25/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":22,"Cost":17,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":749,"Cost":449,"Date":"10/28/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":364,"Date":"3/2/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":330,"Cost":195,"Date":"6/28/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":73,"Cost":40,"Date":"7/17/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":686,"Cost":576,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":475,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":204,"Cost":156,"Date":"11/20/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":559,"Cost":530,"Date":"12/16/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":375,"Cost":287,"Date":"12/30/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":42,"Cost":38,"Date":"2/15/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":559,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":855,"Cost":502,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":477,"Cost":370,"Date":"4/18/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":616,"Cost":575,"Date":"7/27/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":572,"Date":"8/18/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":470,"Cost":405,"Date":"10/31/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":876,"Cost":454,"Date":"11/11/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":893,"Cost":822,"Date":"11/30/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":946,"Cost":666,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":644,"Cost":524,"Date":"3/1/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":145,"Cost":120,"Date":"4/13/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":230,"Cost":202,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":901,"Cost":720,"Date":"8/13/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":406,"Cost":233,"Date":"9/15/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":316,"Date":"10/14/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":520,"Cost":319,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":61,"Cost":45,"Date":"11/11/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":504,"Date":"12/7/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":186,"Date":"12/21/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":553,"Date":"1/6/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":534,"Cost":358,"Date":"1/23/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":844,"Cost":611,"Date":"2/4/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":621,"Cost":399,"Date":"3/10/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":310,"Date":"3/12/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":444,"Date":"3/31/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":312,"Cost":171,"Date":"6/16/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":147,"Date":"6/17/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":538,"Cost":404,"Date":"8/27/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":128,"Date":"10/1/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":901,"Cost":769,"Date":"11/4/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":11,"Date":"11/9/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":428,"Cost":229,"Date":"3/27/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":808,"Date":"4/17/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":19,"Cost":15,"Date":"8/11/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":963,"Cost":845,"Date":"8/21/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":454,"Cost":271,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":678,"Cost":589,"Date":"9/5/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":51,"Cost":27,"Date":"9/14/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":81,"Cost":74,"Date":"9/20/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":601,"Date":"11/20/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":319,"Cost":235,"Date":"12/21/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":213,"Cost":149,"Date":"1/7/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":419,"Cost":217,"Date":"1/21/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":744,"Cost":419,"Date":"2/9/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":611,"Cost":472,"Date":"3/19/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":347,"Cost":228,"Date":"4/3/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":679,"Date":"4/5/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":459,"Date":"4/28/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":749,"Cost":584,"Date":"7/10/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":214,"Cost":129,"Date":"3/25/2020"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":44,"Cost":22,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":276,"Cost":229,"Date":"10/28/2020"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":274,"Cost":158,"Date":"3/2/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":792,"Date":"6/28/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":815,"Cost":717,"Date":"7/17/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":593,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":714,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":759,"Cost":680,"Date":"11/20/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":988,"Cost":510,"Date":"12/16/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":471,"Cost":320,"Date":"12/30/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":236,"Date":"2/15/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":437,"Cost":379,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":186,"Cost":165,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":110,"Date":"4/18/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":584,"Cost":302,"Date":"7/27/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":829,"Cost":527,"Date":"8/18/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":321,"Cost":272,"Date":"10/31/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":937,"Cost":722,"Date":"11/11/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":913,"Cost":476,"Date":"11/30/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":780,"Cost":494,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":557,"Cost":445,"Date":"3/1/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":884,"Cost":452,"Date":"4/13/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":408,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":46,"Date":"8/13/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":836,"Cost":644,"Date":"9/15/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":160,"Cost":129,"Date":"10/14/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":845,"Cost":754,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":206,"Date":"11/11/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":447,"Cost":239,"Date":"12/7/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":798,"Cost":730,"Date":"12/21/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":131,"Cost":108,"Date":"1/6/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":799,"Cost":545,"Date":"1/23/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":487,"Cost":302,"Date":"2/4/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":664,"Date":"3/10/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":311,"Cost":192,"Date":"3/12/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":148,"Cost":93,"Date":"3/31/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":922,"Cost":687,"Date":"6/16/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":990,"Cost":603,"Date":"6/17/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":38,"Date":"8/27/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":859,"Cost":483,"Date":"10/1/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":285,"Cost":178,"Date":"11/4/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":774,"Cost":629,"Date":"11/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":780,"Cost":703,"Date":"3/27/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":692,"Cost":436,"Date":"4/17/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":456,"Cost":339,"Date":"8/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":994,"Cost":812,"Date":"8/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":366,"Cost":292,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":770,"Cost":613,"Date":"9/5/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":241,"Cost":196,"Date":"9/14/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":740,"Cost":584,"Date":"9/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":658,"Cost":534,"Date":"11/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":84,"Cost":66,"Date":"12/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":216,"Cost":187,"Date":"1/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":401,"Cost":369,"Date":"1/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":679,"Cost":481,"Date":"2/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":815,"Cost":668,"Date":"3/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":195,"Cost":148,"Date":"4/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":303,"Cost":177,"Date":"4/5/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":647,"Cost":530,"Date":"4/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":528,"Cost":477,"Date":"7/10/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":601,"Cost":386,"Date":"3/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":217,"Cost":115,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":443,"Cost":253,"Date":"10/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":975,"Cost":848,"Date":"3/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":564,"Cost":447,"Date":"6/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":40,"Cost":26,"Date":"7/17/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":895,"Cost":708,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":676,"Cost":604,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":770,"Cost":602,"Date":"11/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":508,"Cost":391,"Date":"12/16/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":461,"Cost":303,"Date":"12/30/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":261,"Cost":213,"Date":"2/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":350,"Cost":203,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":152,"Cost":125,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":400,"Cost":351,"Date":"4/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":325,"Cost":269,"Date":"7/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":756,"Cost":477,"Date":"8/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":798,"Cost":449,"Date":"10/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":594,"Cost":413,"Date":"11/11/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":238,"Cost":217,"Date":"11/30/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":896,"Cost":631,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":138,"Cost":118,"Date":"3/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":94,"Cost":56,"Date":"4/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":277,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":5,"Date":"8/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":220,"Cost":143,"Date":"9/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":413,"Cost":219,"Date":"10/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":113,"Cost":75,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":134,"Cost":104,"Date":"11/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":609,"Cost":406,"Date":"12/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":260,"Cost":235,"Date":"12/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":231,"Cost":187,"Date":"1/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":319,"Cost":167,"Date":"1/23/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":511,"Cost":341,"Date":"2/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":100,"Cost":68,"Date":"3/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":58,"Cost":49,"Date":"3/12/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":897,"Cost":715,"Date":"3/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":787,"Cost":455,"Date":"6/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":318,"Date":"6/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":979,"Cost":665,"Date":"8/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":893,"Cost":807,"Date":"10/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":736,"Cost":444,"Date":"11/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":442,"Cost":246,"Date":"11/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":498,"Cost":302,"Date":"3/27/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":558,"Cost":394,"Date":"4/17/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":502,"Cost":322,"Date":"8/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":440,"Date":"8/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":97,"Cost":78,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":877,"Cost":782,"Date":"9/5/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":745,"Cost":598,"Date":"9/14/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":181,"Cost":134,"Date":"9/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":541,"Cost":289,"Date":"11/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":826,"Cost":422,"Date":"12/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":504,"Cost":373,"Date":"1/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":625,"Cost":469,"Date":"1/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":316,"Cost":220,"Date":"2/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":389,"Cost":268,"Date":"3/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":397,"Date":"4/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":988,"Cost":721,"Date":"4/5/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":527,"Date":"4/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":822,"Cost":720,"Date":"7/10/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":53,"Cost":38,"Date":"3/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":848,"Cost":750,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":638,"Cost":431,"Date":"10/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":169,"Cost":142,"Date":"3/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":159,"Cost":142,"Date":"6/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":249,"Date":"7/17/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":755,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":24,"Cost":16,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":844,"Cost":499,"Date":"11/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":474,"Date":"12/16/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":737,"Cost":478,"Date":"12/30/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":241,"Cost":160,"Date":"2/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":868,"Cost":491,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":770,"Cost":654,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":848,"Cost":492,"Date":"4/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":837,"Date":"7/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":603,"Cost":316,"Date":"8/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":235,"Date":"10/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":958,"Cost":624,"Date":"11/11/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":363,"Cost":318,"Date":"11/30/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":449,"Cost":233,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":313,"Date":"3/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":151,"Date":"4/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":441,"Cost":304,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":941,"Cost":873,"Date":"8/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":760,"Cost":504,"Date":"9/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":683,"Cost":535,"Date":"10/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":592,"Cost":484,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":556,"Cost":296,"Date":"11/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":759,"Cost":406,"Date":"12/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":700,"Cost":415,"Date":"12/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":91,"Date":"1/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":545,"Date":"1/23/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":306,"Cost":213,"Date":"2/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":992,"Cost":821,"Date":"3/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":655,"Cost":622,"Date":"3/12/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":614,"Cost":319,"Date":"3/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":67,"Cost":62,"Date":"6/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":726,"Cost":681,"Date":"6/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":148,"Cost":83,"Date":"8/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":42,"Date":"10/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":934,"Cost":471,"Date":"11/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":715,"Date":"11/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":9,"Date":"3/27/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":126,"Cost":118,"Date":"4/17/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":625,"Date":"8/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":751,"Date":"8/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":171,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":144,"Date":"9/5/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":260,"Date":"9/14/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":80,"Date":"9/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":500,"Cost":261,"Date":"11/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":47,"Cost":41,"Date":"12/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":907,"Date":"1/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":870,"Cost":655,"Date":"1/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":825,"Cost":593,"Date":"2/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":249,"Cost":188,"Date":"3/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":44,"Date":"4/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":958,"Cost":885,"Date":"4/5/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":164,"Date":"4/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":631,"Date":"7/10/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":52,"Date":"3/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":389,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":397,"Cost":228,"Date":"10/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":278,"Date":"3/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":787,"Cost":496,"Date":"6/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":408,"Date":"7/17/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":925,"Cost":568,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":587,"Cost":442,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":815,"Cost":721,"Date":"11/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":403,"Date":"12/16/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":506,"Date":"12/30/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":988,"Cost":884,"Date":"2/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":587,"Cost":420,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":364,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":726,"Cost":388,"Date":"4/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":644,"Cost":584,"Date":"7/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":433,"Date":"8/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":956,"Cost":723,"Date":"10/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":796,"Date":"11/11/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":152,"Cost":88,"Date":"11/30/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":273,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":84,"Date":"3/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":664,"Cost":395,"Date":"4/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":600,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":574,"Cost":501,"Date":"8/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":390,"Date":"9/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":779,"Cost":591,"Date":"10/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":38,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":535,"Cost":471,"Date":"11/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":328,"Cost":185,"Date":"12/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":39,"Cost":36,"Date":"12/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":487,"Date":"1/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":832,"Cost":675,"Date":"1/23/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":164,"Date":"2/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":29,"Cost":23,"Date":"3/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":415,"Cost":322,"Date":"3/12/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":812,"Cost":452,"Date":"3/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":336,"Cost":293,"Date":"6/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":177,"Date":"6/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":54,"Date":"8/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":659,"Cost":501,"Date":"10/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":107,"Cost":81,"Date":"11/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":169,"Cost":86,"Date":"11/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":36,"Cost":31,"Date":"3/27/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":344,"Cost":225,"Date":"4/17/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":189,"Cost":161,"Date":"8/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":485,"Cost":277,"Date":"8/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":985,"Cost":570,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":447,"Cost":275,"Date":"9/5/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":572,"Cost":405,"Date":"9/14/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":726,"Cost":461,"Date":"9/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":599,"Cost":502,"Date":"11/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":777,"Cost":647,"Date":"12/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":29,"Cost":28,"Date":"1/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":388,"Cost":304,"Date":"1/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":437,"Date":"2/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":252,"Cost":131,"Date":"3/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":538,"Date":"4/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":961,"Cost":839,"Date":"4/5/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":961,"Cost":572,"Date":"4/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":386,"Cost":300,"Date":"7/10/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":670,"Cost":480,"Date":"3/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":721,"Cost":493,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":974,"Cost":529,"Date":"10/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":61,"Cost":58,"Date":"3/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":180,"Cost":152,"Date":"6/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":240,"Date":"7/17/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":48,"Cost":26,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":243,"Cost":215,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":969,"Cost":557,"Date":"11/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":567,"Cost":461,"Date":"12/16/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":617,"Cost":551,"Date":"12/30/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":325,"Cost":257,"Date":"2/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":198,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":601,"Cost":325,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":895,"Cost":771,"Date":"4/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":961,"Cost":544,"Date":"7/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":384,"Cost":255,"Date":"8/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":799,"Cost":476,"Date":"10/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":728,"Cost":412,"Date":"11/11/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":724,"Date":"11/30/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":497,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":931,"Cost":714,"Date":"3/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":524,"Cost":322,"Date":"4/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":47,"Cost":36,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":691,"Cost":497,"Date":"8/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":765,"Cost":384,"Date":"9/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":515,"Cost":292,"Date":"10/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":144,"Cost":102,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":184,"Cost":130,"Date":"11/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":624,"Date":"12/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":572,"Date":"12/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":503,"Cost":412,"Date":"1/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":637,"Date":"1/23/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":447,"Cost":354,"Date":"2/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":215,"Cost":150,"Date":"3/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":581,"Cost":455,"Date":"3/12/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":210,"Cost":105,"Date":"3/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":938,"Cost":580,"Date":"6/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":811,"Cost":764,"Date":"6/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":503,"Date":"8/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":537,"Cost":432,"Date":"10/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":524,"Cost":371,"Date":"11/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":293,"Date":"11/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":797,"Cost":444,"Date":"3/27/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":184,"Cost":158,"Date":"4/17/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":414,"Date":"8/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":765,"Date":"8/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":159,"Cost":102,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":548,"Cost":430,"Date":"9/5/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":378,"Date":"9/14/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":991,"Cost":818,"Date":"9/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":136,"Date":"11/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":73,"Date":"12/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":588,"Cost":295,"Date":"1/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":458,"Cost":305,"Date":"1/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":375,"Date":"2/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":810,"Date":"3/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":747,"Cost":631,"Date":"4/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":964,"Cost":569,"Date":"4/5/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":946,"Cost":637,"Date":"4/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":620,"Date":"7/10/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":349,"Date":"3/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":524,"Cost":306,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":475,"Cost":333,"Date":"10/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":538,"Date":"3/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":518,"Cost":293,"Date":"6/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":960,"Cost":553,"Date":"7/17/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":66,"Cost":39,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":73,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":344,"Cost":219,"Date":"11/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":378,"Date":"12/16/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":405,"Cost":371,"Date":"12/30/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":58,"Date":"2/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":958,"Cost":575,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":319,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":323,"Date":"4/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":573,"Date":"7/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":459,"Date":"8/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":850,"Cost":587,"Date":"10/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":173,"Cost":88,"Date":"11/11/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":456,"Cost":344,"Date":"11/30/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":556,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":459,"Cost":382,"Date":"3/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":256,"Date":"4/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":771,"Cost":726,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":939,"Cost":651,"Date":"8/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":192,"Date":"9/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":175,"Date":"10/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":335,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":193,"Date":"11/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":837,"Cost":725,"Date":"12/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":841,"Date":"12/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":386,"Cost":335,"Date":"1/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":233,"Date":"1/23/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":496,"Cost":286,"Date":"2/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":323,"Cost":180,"Date":"3/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":81,"Cost":77,"Date":"3/12/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":220,"Date":"3/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":379,"Date":"6/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":920,"Cost":809,"Date":"6/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":84,"Cost":45,"Date":"8/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":490,"Cost":369,"Date":"10/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":334,"Cost":318,"Date":"11/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":514,"Date":"11/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":175,"Date":"3/27/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":603,"Cost":427,"Date":"4/17/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":205,"Cost":126,"Date":"8/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":795,"Cost":544,"Date":"8/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":472,"Cost":380,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":748,"Cost":686,"Date":"9/5/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":265,"Cost":158,"Date":"9/14/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":727,"Cost":595,"Date":"9/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":391,"Cost":206,"Date":"11/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":796,"Cost":479,"Date":"12/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":388,"Cost":297,"Date":"1/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":264,"Date":"1/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":462,"Cost":307,"Date":"2/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":203,"Cost":124,"Date":"3/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":30,"Cost":20,"Date":"4/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":324,"Date":"4/5/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":495,"Cost":381,"Date":"4/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":206,"Cost":124,"Date":"7/10/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":539,"Cost":448,"Date":"3/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":111,"Cost":61,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":137,"Date":"10/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":681,"Cost":442,"Date":"3/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":552,"Date":"6/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":979,"Cost":529,"Date":"7/17/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":776,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":78,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":300,"Cost":196,"Date":"11/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":38,"Cost":20,"Date":"12/16/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":235,"Cost":222,"Date":"12/30/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":547,"Date":"2/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":364,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":733,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":288,"Cost":243,"Date":"4/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":244,"Date":"7/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":654,"Cost":367,"Date":"8/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":185,"Cost":123,"Date":"10/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":128,"Cost":75,"Date":"11/11/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":897,"Cost":663,"Date":"11/30/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":267,"Cost":248,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":107,"Cost":67,"Date":"3/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":964,"Cost":693,"Date":"4/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":686,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":275,"Cost":176,"Date":"8/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":106,"Cost":60,"Date":"9/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":232,"Date":"10/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":399,"Cost":220,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":699,"Cost":569,"Date":"11/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":469,"Cost":405,"Date":"12/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":250,"Cost":168,"Date":"12/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":651,"Cost":466,"Date":"1/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":290,"Cost":160,"Date":"1/23/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":683,"Cost":374,"Date":"2/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":36,"Cost":33,"Date":"3/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":555,"Cost":362,"Date":"3/12/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":572,"Date":"3/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":210,"Cost":147,"Date":"6/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":389,"Cost":342,"Date":"6/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":537,"Cost":310,"Date":"8/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":584,"Cost":475,"Date":"10/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":495,"Cost":437,"Date":"11/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":107,"Date":"11/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":414,"Date":"3/27/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":629,"Date":"4/17/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"8/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":77,"Cost":63,"Date":"8/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":987,"Cost":902,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":75,"Date":"9/5/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":708,"Cost":368,"Date":"9/14/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":48,"Cost":37,"Date":"9/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":397,"Cost":265,"Date":"11/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":797,"Cost":510,"Date":"12/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":924,"Cost":601,"Date":"1/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":244,"Date":"1/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":102,"Cost":76,"Date":"2/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":435,"Date":"3/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":609,"Cost":325,"Date":"4/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":691,"Cost":545,"Date":"4/5/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":807,"Cost":513,"Date":"4/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":277,"Date":"7/10/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":23,"Date":"3/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":246,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":410,"Date":"10/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":508,"Date":"3/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":463,"Cost":320,"Date":"6/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":887,"Cost":793,"Date":"7/17/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":508,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":955,"Cost":712,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":759,"Cost":656,"Date":"11/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":228,"Cost":146,"Date":"12/16/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":622,"Date":"12/30/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":554,"Date":"2/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":357,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":386,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"4/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":101,"Cost":53,"Date":"7/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":388,"Date":"8/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":139,"Date":"10/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":54,"Cost":35,"Date":"11/11/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":915,"Cost":560,"Date":"11/30/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":410,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":205,"Date":"3/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":192,"Cost":123,"Date":"4/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":296,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":449,"Date":"8/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":541,"Cost":342,"Date":"9/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":423,"Date":"10/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":411,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":829,"Date":"11/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":132,"Date":"12/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":245,"Cost":136,"Date":"12/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":21,"Date":"1/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":896,"Cost":753,"Date":"1/23/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":515,"Cost":397,"Date":"2/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":698,"Cost":660,"Date":"3/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":564,"Cost":365,"Date":"3/12/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":23,"Date":"3/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":555,"Cost":351,"Date":"6/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":508,"Cost":328,"Date":"6/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":176,"Date":"8/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":280,"Date":"10/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":469,"Date":"11/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":367,"Date":"11/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":24,"Cost":22,"Date":"3/27/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":539,"Cost":458,"Date":"4/17/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":297,"Cost":246,"Date":"8/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":326,"Cost":199,"Date":"8/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":163,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":433,"Date":"9/5/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":97,"Cost":76,"Date":"9/14/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":155,"Cost":99,"Date":"9/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":393,"Cost":286,"Date":"11/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":786,"Cost":411,"Date":"12/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":298,"Date":"1/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":857,"Cost":481,"Date":"1/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":172,"Date":"2/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":454,"Cost":271,"Date":"3/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":184,"Cost":102,"Date":"4/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":488,"Cost":456,"Date":"4/5/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":472,"Cost":305,"Date":"4/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":474,"Cost":364,"Date":"7/10/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":971,"Cost":727,"Date":"3/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":536,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":812,"Date":"10/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":140,"Cost":70,"Date":"3/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":886,"Cost":611,"Date":"6/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":621,"Date":"7/17/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":128,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":280,"Cost":140,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":157,"Date":"11/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":248,"Date":"12/16/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":148,"Cost":141,"Date":"12/30/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":312,"Cost":291,"Date":"2/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":816,"Cost":459,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":231,"Cost":190,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":230,"Cost":138,"Date":"4/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":819,"Date":"7/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":345,"Date":"8/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":86,"Cost":44,"Date":"10/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":777,"Cost":448,"Date":"11/11/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":450,"Date":"11/30/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":579,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":759,"Cost":395,"Date":"3/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":837,"Cost":659,"Date":"4/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":502,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":471,"Cost":257,"Date":"8/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":664,"Cost":346,"Date":"9/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":658,"Date":"10/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":181,"Cost":135,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":529,"Cost":449,"Date":"11/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":902,"Cost":838,"Date":"12/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":960,"Cost":708,"Date":"12/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":909,"Cost":817,"Date":"1/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":531,"Cost":400,"Date":"1/23/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":311,"Cost":231,"Date":"2/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":337,"Cost":256,"Date":"3/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":608,"Cost":545,"Date":"3/12/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":613,"Cost":507,"Date":"3/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"6/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":639,"Cost":355,"Date":"6/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":638,"Cost":443,"Date":"8/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":558,"Cost":419,"Date":"10/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":348,"Cost":217,"Date":"11/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":526,"Cost":265,"Date":"11/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":381,"Cost":262,"Date":"3/27/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":205,"Cost":191,"Date":"4/17/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":128,"Cost":95,"Date":"8/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":643,"Date":"8/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":833,"Cost":564,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":863,"Cost":684,"Date":"9/5/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":61,"Cost":34,"Date":"9/14/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":122,"Cost":89,"Date":"9/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":218,"Cost":113,"Date":"11/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":124,"Date":"12/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":487,"Cost":328,"Date":"1/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":888,"Cost":658,"Date":"1/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":594,"Date":"2/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":830,"Cost":516,"Date":"3/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":498,"Date":"4/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":429,"Date":"4/5/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":505,"Date":"4/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":20,"Cost":19,"Date":"7/10/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":321,"Cost":233,"Date":"3/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":530,"Cost":288,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":648,"Cost":457,"Date":"10/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":815,"Cost":585,"Date":"3/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":432,"Cost":348,"Date":"6/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":354,"Cost":278,"Date":"7/17/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":411,"Cost":312,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":843,"Cost":566,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":863,"Cost":648,"Date":"11/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":456,"Cost":305,"Date":"12/16/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":169,"Cost":105,"Date":"12/30/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":904,"Cost":721,"Date":"2/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":642,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":623,"Cost":541,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":787,"Cost":591,"Date":"4/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":51,"Cost":26,"Date":"7/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":271,"Cost":143,"Date":"8/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":116,"Cost":82,"Date":"10/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":709,"Cost":470,"Date":"11/11/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":651,"Date":"11/30/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":510,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":907,"Cost":576,"Date":"3/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":902,"Cost":525,"Date":"4/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":116,"Cost":98,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":490,"Cost":407,"Date":"8/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":497,"Cost":361,"Date":"9/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":156,"Cost":148,"Date":"10/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":31,"Cost":15,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":861,"Cost":576,"Date":"11/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":495,"Cost":451,"Date":"12/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":660,"Cost":511,"Date":"12/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":988,"Cost":809,"Date":"1/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":372,"Date":"1/23/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":789,"Cost":636,"Date":"2/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":280,"Cost":255,"Date":"3/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":672,"Date":"3/12/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":120,"Cost":80,"Date":"3/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":677,"Cost":573,"Date":"6/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":133,"Cost":74,"Date":"6/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":191,"Date":"8/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":920,"Cost":514,"Date":"10/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":180,"Cost":122,"Date":"11/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":171,"Date":"11/9/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":185,"Cost":151,"Date":"3/27/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":677,"Cost":578,"Date":"4/17/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":541,"Date":"8/11/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":739,"Cost":651,"Date":"8/21/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":585,"Cost":379,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":211,"Date":"9/5/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":349,"Cost":248,"Date":"9/14/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":76,"Date":"9/20/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":429,"Cost":355,"Date":"11/20/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":238,"Cost":137,"Date":"12/21/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":32,"Cost":24,"Date":"1/7/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":313,"Cost":215,"Date":"1/21/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":58,"Cost":50,"Date":"2/9/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":273,"Cost":227,"Date":"3/19/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":924,"Cost":632,"Date":"4/3/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":796,"Cost":407,"Date":"4/5/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":154,"Cost":88,"Date":"4/28/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":477,"Cost":421,"Date":"7/10/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":186,"Date":"3/25/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":349,"Cost":263,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":454,"Date":"10/28/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":640,"Cost":570,"Date":"3/2/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":111,"Cost":98,"Date":"6/28/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":593,"Date":"7/17/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":268,"Cost":222,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":807,"Cost":485,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":575,"Cost":354,"Date":"11/20/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":387,"Cost":232,"Date":"12/16/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":329,"Cost":217,"Date":"12/30/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":706,"Cost":599,"Date":"2/15/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":282,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":701,"Cost":578,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":865,"Cost":687,"Date":"4/18/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":448,"Cost":396,"Date":"7/27/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":612,"Cost":373,"Date":"8/18/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":704,"Date":"10/31/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":306,"Cost":290,"Date":"11/11/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":433,"Cost":366,"Date":"11/30/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":761,"Cost":438,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":649,"Cost":382,"Date":"3/1/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":528,"Cost":326,"Date":"4/13/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":523,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":203,"Cost":187,"Date":"8/13/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":84,"Cost":45,"Date":"9/15/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":900,"Cost":716,"Date":"10/14/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":8,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":621,"Cost":484,"Date":"11/11/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":230,"Date":"12/7/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":369,"Cost":345,"Date":"12/21/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":837,"Cost":778,"Date":"1/6/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"1/23/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":187,"Cost":126,"Date":"2/4/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":304,"Cost":194,"Date":"3/10/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":670,"Cost":501,"Date":"3/12/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":515,"Cost":308,"Date":"3/31/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":563,"Cost":348,"Date":"6/16/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":595,"Date":"6/17/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":372,"Cost":326,"Date":"8/27/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":737,"Cost":396,"Date":"10/1/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":48,"Cost":35,"Date":"11/4/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":325,"Date":"11/9/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":195,"Cost":164,"Date":"3/27/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":58,"Cost":31,"Date":"4/17/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":241,"Cost":167,"Date":"8/11/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":334,"Date":"8/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":22,"Cost":16,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":388,"Cost":316,"Date":"9/5/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":272,"Date":"9/14/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":243,"Date":"9/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":267,"Date":"11/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":643,"Cost":433,"Date":"12/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":63,"Date":"1/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":55,"Cost":35,"Date":"1/21/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":297,"Cost":169,"Date":"2/9/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":550,"Date":"3/19/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":93,"Date":"4/3/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":310,"Cost":194,"Date":"4/5/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":494,"Date":"4/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":738,"Date":"7/10/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":619,"Cost":537,"Date":"3/25/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":755,"Cost":491,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":164,"Cost":148,"Date":"10/28/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":472,"Cost":391,"Date":"3/2/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":79,"Date":"6/28/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":35,"Cost":24,"Date":"7/17/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":240,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":707,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":96,"Date":"11/20/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":446,"Cost":322,"Date":"12/16/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":40,"Cost":35,"Date":"12/30/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":602,"Cost":362,"Date":"2/15/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":906,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":345,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":205,"Cost":182,"Date":"4/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":603,"Cost":518,"Date":"7/27/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":743,"Date":"8/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":434,"Date":"10/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":811,"Date":"11/11/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":502,"Date":"11/30/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":824,"Cost":486,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":486,"Date":"3/1/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":249,"Date":"4/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":375,"Cost":330,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":197,"Cost":103,"Date":"8/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":238,"Cost":203,"Date":"9/15/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":709,"Cost":417,"Date":"10/14/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":468,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":285,"Cost":222,"Date":"11/11/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":650,"Date":"12/7/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":356,"Cost":243,"Date":"12/21/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":317,"Cost":226,"Date":"1/6/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":55,"Date":"1/23/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":417,"Cost":254,"Date":"2/4/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":184,"Date":"3/10/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":546,"Cost":504,"Date":"3/12/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":481,"Cost":400,"Date":"3/31/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":822,"Cost":555,"Date":"6/16/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":303,"Date":"6/17/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":353,"Date":"8/27/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":648,"Date":"10/1/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":247,"Date":"11/4/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":835,"Cost":759,"Date":"11/9/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":412,"Cost":342,"Date":"3/27/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":105,"Date":"4/17/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":771,"Cost":705,"Date":"8/11/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":723,"Cost":484,"Date":"8/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":191,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":14,"Cost":10,"Date":"9/5/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":57,"Cost":45,"Date":"9/14/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":322,"Date":"9/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":795,"Cost":619,"Date":"11/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":52,"Cost":42,"Date":"12/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":73,"Date":"1/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":135,"Date":"1/21/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":547,"Cost":410,"Date":"2/9/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":158,"Cost":124,"Date":"3/19/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":269,"Cost":160,"Date":"4/3/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":166,"Cost":105,"Date":"4/5/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"4/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":781,"Cost":701,"Date":"7/10/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":150,"Date":"3/25/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":238,"Cost":126,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":861,"Cost":662,"Date":"10/28/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":388,"Date":"3/2/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":270,"Cost":157,"Date":"6/28/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"7/17/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":789,"Cost":724,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":648,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":403,"Date":"11/20/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":146,"Cost":105,"Date":"12/16/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":349,"Cost":203,"Date":"12/30/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":973,"Cost":510,"Date":"2/15/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":116,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":215,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":699,"Cost":437,"Date":"4/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":195,"Date":"7/27/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":386,"Date":"8/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":56,"Cost":31,"Date":"10/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":346,"Cost":314,"Date":"11/11/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":153,"Cost":104,"Date":"11/30/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":358,"Cost":205,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":480,"Date":"3/1/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":383,"Date":"4/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":989,"Cost":703,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":253,"Cost":222,"Date":"8/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":56,"Cost":40,"Date":"9/15/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":98,"Cost":49,"Date":"10/14/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":392,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":727,"Cost":421,"Date":"11/11/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":355,"Cost":285,"Date":"12/7/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":859,"Cost":812,"Date":"12/21/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":232,"Date":"1/6/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":456,"Cost":279,"Date":"1/23/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":92,"Date":"2/4/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":915,"Cost":698,"Date":"3/10/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":305,"Date":"3/12/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":172,"Date":"3/31/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":813,"Cost":659,"Date":"6/16/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":411,"Date":"6/17/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":433,"Date":"8/27/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":425,"Cost":218,"Date":"10/1/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":536,"Cost":484,"Date":"11/4/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":458,"Cost":328,"Date":"11/9/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":15,"Cost":12,"Date":"3/27/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":109,"Cost":80,"Date":"4/17/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":783,"Cost":571,"Date":"8/11/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":181,"Cost":108,"Date":"8/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":982,"Cost":491,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":569,"Cost":437,"Date":"9/5/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":831,"Date":"9/14/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":471,"Date":"9/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"11/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":417,"Cost":212,"Date":"12/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":526,"Cost":297,"Date":"1/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":617,"Cost":582,"Date":"1/21/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":611,"Date":"2/9/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":117,"Cost":99,"Date":"3/19/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":204,"Date":"4/3/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":527,"Cost":472,"Date":"4/5/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":178,"Cost":117,"Date":"4/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":555,"Date":"7/10/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":289,"Date":"3/25/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":359,"Cost":209,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":168,"Date":"10/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":249,"Cost":194,"Date":"3/2/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":437,"Date":"6/28/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":331,"Cost":282,"Date":"7/17/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":465,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":343,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":95,"Date":"11/20/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":439,"Cost":248,"Date":"12/16/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":829,"Cost":633,"Date":"12/30/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":105,"Date":"2/15/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":801,"Cost":610,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":640,"Cost":583,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":198,"Date":"4/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":160,"Date":"7/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":435,"Date":"8/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":593,"Cost":557,"Date":"10/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":314,"Date":"11/11/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":527,"Date":"11/30/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":319,"Cost":197,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":452,"Date":"3/1/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":394,"Cost":358,"Date":"4/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":144,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":454,"Cost":362,"Date":"8/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":37,"Date":"9/15/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":405,"Cost":362,"Date":"10/14/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":230,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":212,"Cost":132,"Date":"11/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":78,"Cost":47,"Date":"12/7/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":336,"Cost":314,"Date":"12/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":614,"Date":"1/6/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":642,"Cost":355,"Date":"1/23/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":40,"Cost":37,"Date":"2/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":626,"Date":"3/10/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":466,"Cost":300,"Date":"3/12/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":457,"Cost":304,"Date":"3/31/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":559,"Cost":485,"Date":"6/16/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":970,"Cost":691,"Date":"6/17/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":206,"Cost":164,"Date":"8/27/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":389,"Date":"10/1/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":300,"Date":"11/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":2,"Date":"11/9/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":871,"Cost":485,"Date":"3/27/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":223,"Cost":113,"Date":"4/17/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":83,"Date":"8/11/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":506,"Date":"8/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":226,"Cost":159,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":60,"Cost":40,"Date":"9/5/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":427,"Cost":260,"Date":"9/14/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":327,"Cost":249,"Date":"9/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":245,"Cost":205,"Date":"11/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":230,"Date":"12/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":744,"Cost":487,"Date":"1/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":658,"Cost":372,"Date":"1/21/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":936,"Cost":657,"Date":"2/9/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":669,"Cost":544,"Date":"3/19/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":536,"Cost":390,"Date":"4/3/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":727,"Cost":577,"Date":"4/5/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":751,"Cost":570,"Date":"4/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":516,"Cost":260,"Date":"7/10/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":796,"Cost":644,"Date":"3/25/2020"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":483,"Cost":365,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":358,"Cost":249,"Date":"10/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":70,"Cost":48,"Date":"3/2/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":86,"Date":"6/28/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":527,"Date":"7/17/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":885,"Cost":681,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":145,"Cost":81,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":534,"Date":"11/20/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":740,"Cost":679,"Date":"12/16/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":498,"Cost":444,"Date":"12/30/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":311,"Date":"2/15/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":171,"Cost":115,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":8,"Cost":5,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":835,"Date":"4/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":226,"Cost":172,"Date":"7/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":715,"Cost":420,"Date":"8/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":537,"Cost":319,"Date":"10/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":324,"Date":"11/11/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":558,"Cost":444,"Date":"11/30/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":553,"Cost":288,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":549,"Date":"3/1/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":131,"Date":"4/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":156,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":100,"Cost":59,"Date":"8/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":331,"Cost":273,"Date":"9/15/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":769,"Cost":644,"Date":"10/14/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":643,"Cost":460,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":775,"Cost":605,"Date":"11/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":987,"Cost":538,"Date":"12/7/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":679,"Cost":622,"Date":"12/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":384,"Cost":226,"Date":"1/6/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":254,"Date":"1/23/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":576,"Cost":456,"Date":"2/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":969,"Cost":877,"Date":"3/10/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":855,"Cost":552,"Date":"3/12/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":432,"Cost":392,"Date":"3/31/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":65,"Date":"6/16/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":895,"Cost":582,"Date":"6/17/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":536,"Cost":334,"Date":"8/27/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":434,"Cost":256,"Date":"10/1/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":732,"Date":"11/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":624,"Cost":388,"Date":"11/9/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":479,"Date":"3/27/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":890,"Cost":662,"Date":"4/17/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":754,"Cost":671,"Date":"8/11/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":379,"Cost":324,"Date":"8/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":71,"Cost":45,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":771,"Date":"9/5/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":198,"Cost":174,"Date":"9/14/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":142,"Cost":121,"Date":"9/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":455,"Date":"11/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":46,"Date":"12/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":881,"Cost":712,"Date":"1/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":588,"Cost":296,"Date":"1/21/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":388,"Cost":325,"Date":"2/9/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":47,"Cost":31,"Date":"3/19/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":584,"Date":"4/3/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":243,"Date":"4/5/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":65,"Cost":53,"Date":"4/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":503,"Cost":329,"Date":"7/10/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":956,"Cost":562,"Date":"3/25/2020"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":454,"Cost":328,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":590,"Cost":537,"Date":"10/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":416,"Date":"3/2/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":993,"Cost":632,"Date":"6/28/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":93,"Cost":59,"Date":"7/17/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":689,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":45,"Cost":36,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":580,"Cost":511,"Date":"11/20/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":352,"Cost":191,"Date":"12/16/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":420,"Date":"12/30/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":634,"Cost":433,"Date":"2/15/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":943,"Cost":826,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":948,"Cost":642,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":732,"Cost":564,"Date":"4/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":664,"Cost":450,"Date":"7/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":944,"Cost":538,"Date":"8/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":276,"Date":"10/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":66,"Cost":41,"Date":"11/11/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":21,"Cost":17,"Date":"11/30/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":476,"Cost":257,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":12,"Cost":10,"Date":"3/1/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":55,"Date":"4/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":37,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":493,"Cost":288,"Date":"8/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":647,"Cost":596,"Date":"9/15/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":609,"Cost":500,"Date":"10/14/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":452,"Cost":411,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":329,"Cost":195,"Date":"11/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":843,"Cost":500,"Date":"12/7/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":743,"Cost":631,"Date":"12/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":578,"Cost":346,"Date":"1/6/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":499,"Date":"1/23/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"2/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":609,"Date":"3/10/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":848,"Cost":565,"Date":"3/12/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":758,"Cost":684,"Date":"3/31/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":578,"Date":"6/16/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":957,"Cost":744,"Date":"6/17/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":769,"Cost":673,"Date":"8/27/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":654,"Cost":345,"Date":"10/1/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":116,"Cost":67,"Date":"11/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":98,"Cost":70,"Date":"11/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":145,"Date":"3/27/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"4/17/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":117,"Date":"8/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":141,"Date":"8/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":558,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":452,"Cost":415,"Date":"9/5/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":495,"Date":"9/14/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":537,"Date":"9/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":28,"Date":"11/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":47,"Cost":31,"Date":"12/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":660,"Date":"1/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":16,"Date":"1/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":521,"Date":"2/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":695,"Cost":526,"Date":"3/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":331,"Date":"4/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":552,"Cost":418,"Date":"4/5/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":271,"Date":"4/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":285,"Cost":240,"Date":"7/10/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":109,"Cost":77,"Date":"3/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":654,"Cost":413,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":452,"Cost":425,"Date":"10/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":933,"Cost":858,"Date":"3/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":632,"Cost":422,"Date":"6/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":473,"Date":"7/17/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":905,"Cost":790,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":530,"Cost":371,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":935,"Cost":784,"Date":"11/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":369,"Date":"12/16/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":344,"Date":"12/30/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":321,"Date":"2/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":137,"Cost":118,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":400,"Cost":205,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":600,"Date":"4/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":11,"Date":"7/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":185,"Date":"8/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":114,"Cost":70,"Date":"10/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":646,"Date":"11/11/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":862,"Date":"11/30/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":217,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":161,"Cost":146,"Date":"3/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":481,"Cost":410,"Date":"4/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":60,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":131,"Date":"8/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":817,"Cost":525,"Date":"9/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":131,"Date":"10/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":854,"Cost":798,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":353,"Date":"11/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":344,"Cost":239,"Date":"12/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":149,"Cost":87,"Date":"12/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":225,"Date":"1/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":305,"Cost":232,"Date":"1/23/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":289,"Cost":163,"Date":"2/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":790,"Date":"3/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":867,"Date":"3/12/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":952,"Cost":598,"Date":"3/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":281,"Date":"6/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":766,"Cost":464,"Date":"6/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":614,"Cost":501,"Date":"8/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":333,"Date":"10/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":485,"Cost":256,"Date":"11/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":961,"Cost":604,"Date":"11/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":111,"Cost":56,"Date":"3/27/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":984,"Cost":541,"Date":"4/17/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":922,"Cost":797,"Date":"8/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":959,"Cost":834,"Date":"8/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":13,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":379,"Date":"9/5/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":209,"Cost":143,"Date":"9/14/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":801,"Cost":620,"Date":"9/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":837,"Date":"11/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":340,"Cost":270,"Date":"12/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":543,"Cost":408,"Date":"1/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":237,"Date":"1/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":414,"Cost":309,"Date":"2/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":210,"Cost":129,"Date":"3/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":602,"Cost":508,"Date":"4/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":288,"Date":"4/5/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":636,"Cost":585,"Date":"4/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":990,"Cost":635,"Date":"7/10/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":593,"Cost":408,"Date":"3/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":186,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":425,"Date":"10/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":991,"Cost":743,"Date":"3/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":278,"Cost":141,"Date":"6/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":300,"Date":"7/17/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":598,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":174,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":619,"Date":"11/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"12/16/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":414,"Cost":265,"Date":"12/30/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":644,"Cost":418,"Date":"2/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":861,"Cost":529,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":296,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":117,"Cost":100,"Date":"4/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":73,"Cost":55,"Date":"7/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":383,"Date":"8/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":158,"Cost":105,"Date":"10/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":499,"Date":"11/11/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":738,"Cost":657,"Date":"11/30/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":816,"Cost":639,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":873,"Cost":450,"Date":"3/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":462,"Cost":232,"Date":"4/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":277,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":725,"Cost":471,"Date":"8/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":873,"Cost":489,"Date":"9/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":287,"Cost":248,"Date":"10/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":929,"Cost":568,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":686,"Date":"11/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":640,"Date":"12/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":100,"Cost":62,"Date":"12/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":591,"Cost":323,"Date":"1/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":45,"Date":"1/23/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":541,"Date":"2/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":17,"Date":"3/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":468,"Cost":391,"Date":"3/12/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":981,"Cost":777,"Date":"3/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":499,"Date":"6/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":103,"Cost":89,"Date":"6/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":301,"Cost":211,"Date":"8/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":878,"Cost":483,"Date":"10/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":936,"Cost":812,"Date":"11/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":84,"Cost":80,"Date":"11/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":785,"Cost":634,"Date":"3/27/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":975,"Cost":673,"Date":"4/17/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":583,"Date":"8/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":346,"Date":"8/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":912,"Cost":654,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":48,"Cost":34,"Date":"9/5/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":694,"Cost":650,"Date":"9/14/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":186,"Cost":130,"Date":"9/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":984,"Cost":620,"Date":"11/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":932,"Cost":503,"Date":"12/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":122,"Date":"1/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":657,"Date":"1/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":382,"Cost":240,"Date":"2/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":577,"Date":"3/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":258,"Cost":222,"Date":"4/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":311,"Date":"4/5/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":253,"Date":"4/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":795,"Cost":709,"Date":"7/10/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":862,"Cost":805,"Date":"3/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":782,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":41,"Cost":31,"Date":"10/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":165,"Cost":85,"Date":"3/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":103,"Date":"6/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":550,"Cost":497,"Date":"7/17/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":221,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":769,"Cost":577,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":446,"Cost":224,"Date":"11/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":233,"Cost":146,"Date":"12/16/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":770,"Cost":597,"Date":"12/30/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":23,"Date":"2/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":459,"Cost":247,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":84,"Cost":56,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":396,"Cost":343,"Date":"4/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":145,"Date":"7/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":211,"Date":"8/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":493,"Date":"10/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":172,"Cost":91,"Date":"11/11/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":312,"Date":"11/30/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":119,"Cost":105,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":559,"Date":"3/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":394,"Cost":238,"Date":"4/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":446,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":652,"Cost":412,"Date":"8/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":336,"Cost":205,"Date":"9/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":771,"Cost":571,"Date":"10/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":543,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":98,"Date":"11/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"12/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":99,"Date":"12/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":679,"Date":"1/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":372,"Cost":199,"Date":"1/23/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":513,"Cost":355,"Date":"2/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":807,"Cost":756,"Date":"3/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":623,"Cost":473,"Date":"3/12/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":54,"Cost":27,"Date":"3/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":886,"Date":"6/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":791,"Date":"6/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":209,"Date":"8/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":838,"Cost":684,"Date":"10/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":562,"Cost":506,"Date":"11/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":50,"Cost":42,"Date":"11/9/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":636,"Cost":552,"Date":"3/27/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":499,"Cost":434,"Date":"4/17/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":732,"Date":"8/11/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":471,"Date":"8/21/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":862,"Cost":792,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":350,"Cost":283,"Date":"9/5/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":627,"Cost":376,"Date":"9/14/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":353,"Cost":198,"Date":"9/20/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":50,"Date":"11/20/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":238,"Date":"12/21/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":525,"Date":"1/7/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":386,"Date":"1/21/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":37,"Cost":23,"Date":"2/9/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":564,"Cost":393,"Date":"3/19/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":454,"Date":"4/3/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":14,"Cost":13,"Date":"4/5/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":387,"Cost":234,"Date":"4/28/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":64,"Cost":52,"Date":"7/10/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"3/25/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":538,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":503,"Date":"10/28/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":613,"Cost":395,"Date":"3/2/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":651,"Cost":434,"Date":"6/28/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":529,"Date":"7/17/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":823,"Cost":684,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":443,"Cost":247,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":403,"Cost":336,"Date":"11/20/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":223,"Date":"12/16/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":177,"Date":"12/30/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":863,"Cost":470,"Date":"2/15/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":129,"Cost":89,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":799,"Cost":647,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":816,"Date":"4/18/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":626,"Date":"7/27/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":64,"Cost":55,"Date":"8/18/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":355,"Cost":314,"Date":"10/31/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":162,"Date":"11/11/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":247,"Date":"11/30/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":561,"Cost":489,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":247,"Cost":146,"Date":"3/1/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":390,"Date":"4/13/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":529,"Cost":406,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":94,"Date":"8/13/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":855,"Cost":597,"Date":"9/15/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":705,"Cost":537,"Date":"10/14/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":42,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":849,"Cost":487,"Date":"11/11/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":828,"Date":"12/7/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":510,"Cost":467,"Date":"12/21/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":116,"Date":"1/6/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":56,"Cost":53,"Date":"1/23/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":451,"Date":"2/4/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":934,"Cost":811,"Date":"3/10/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":211,"Date":"3/12/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":182,"Date":"3/31/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":902,"Cost":810,"Date":"6/16/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":341,"Date":"6/17/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":589,"Cost":489,"Date":"8/27/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":476,"Cost":284,"Date":"10/1/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":202,"Cost":123,"Date":"11/4/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":395,"Cost":367,"Date":"11/9/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":714,"Cost":593,"Date":"3/27/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":604,"Date":"4/17/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":673,"Cost":349,"Date":"8/11/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":394,"Cost":353,"Date":"8/21/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":734,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":41,"Cost":28,"Date":"9/5/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":214,"Date":"9/14/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":552,"Cost":385,"Date":"9/20/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":978,"Cost":519,"Date":"11/20/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":648,"Date":"12/21/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":92,"Date":"1/7/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":981,"Cost":538,"Date":"1/21/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":453,"Cost":359,"Date":"2/9/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":661,"Cost":623,"Date":"3/19/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":492,"Cost":321,"Date":"4/3/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":16,"Cost":12,"Date":"4/5/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":29,"Cost":15,"Date":"4/28/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":686,"Date":"7/10/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":923,"Cost":653,"Date":"3/25/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":678,"Cost":496,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":494,"Date":"10/28/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":940,"Cost":644,"Date":"3/2/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":793,"Cost":468,"Date":"6/28/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":380,"Date":"7/17/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":359,"Cost":255,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":614,"Cost":461,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":567,"Cost":489,"Date":"11/20/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":520,"Cost":303,"Date":"12/16/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":666,"Cost":480,"Date":"12/30/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":730,"Cost":461,"Date":"2/15/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":353,"Cost":195,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":782,"Cost":431,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":417,"Date":"4/18/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":12,"Cost":11,"Date":"7/27/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":502,"Cost":251,"Date":"8/18/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":717,"Date":"10/31/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":875,"Cost":444,"Date":"11/11/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":443,"Cost":257,"Date":"11/30/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":426,"Cost":216,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":850,"Cost":583,"Date":"3/1/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":539,"Date":"4/13/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":699,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":390,"Cost":295,"Date":"8/13/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":967,"Cost":610,"Date":"9/15/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":422,"Cost":290,"Date":"10/14/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":740,"Cost":383,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":273,"Cost":151,"Date":"11/11/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":790,"Cost":435,"Date":"12/7/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":274,"Date":"12/21/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":76,"Date":"1/6/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":592,"Cost":329,"Date":"1/23/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":778,"Cost":467,"Date":"2/4/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":685,"Cost":585,"Date":"3/10/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":172,"Date":"3/12/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":710,"Cost":642,"Date":"3/31/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":17,"Cost":13,"Date":"6/16/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":504,"Cost":327,"Date":"6/17/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":904,"Cost":542,"Date":"8/27/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":42,"Date":"10/1/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":319,"Cost":263,"Date":"11/4/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":121,"Cost":106,"Date":"11/9/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":26,"Cost":22,"Date":"3/27/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":389,"Date":"4/17/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":189,"Cost":143,"Date":"8/11/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":162,"Cost":122,"Date":"8/21/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":370,"Cost":187,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":837,"Cost":794,"Date":"9/5/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":818,"Cost":531,"Date":"9/14/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":682,"Cost":425,"Date":"9/20/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":969,"Cost":788,"Date":"11/20/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":741,"Cost":485,"Date":"12/21/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":383,"Date":"1/7/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":68,"Date":"1/21/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":831,"Cost":781,"Date":"2/9/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":117,"Cost":104,"Date":"3/19/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":624,"Cost":343,"Date":"4/3/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":514,"Cost":354,"Date":"4/5/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":291,"Cost":161,"Date":"4/28/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":667,"Cost":566,"Date":"7/10/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":271,"Cost":210,"Date":"3/25/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":281,"Cost":242,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":585,"Cost":382,"Date":"10/28/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":847,"Cost":774,"Date":"3/2/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":399,"Date":"6/28/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":731,"Date":"7/17/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":920,"Cost":615,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":537,"Cost":458,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":945,"Cost":821,"Date":"11/20/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":60,"Cost":45,"Date":"12/16/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":112,"Cost":83,"Date":"12/30/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":237,"Date":"2/15/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":475,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":589,"Cost":541,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":31,"Cost":25,"Date":"4/18/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":897,"Cost":526,"Date":"7/27/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":595,"Cost":474,"Date":"8/18/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":192,"Cost":167,"Date":"10/31/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":562,"Cost":432,"Date":"11/11/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":740,"Cost":531,"Date":"11/30/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":777,"Cost":422,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":746,"Cost":447,"Date":"3/1/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":120,"Date":"4/13/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":531,"Cost":357,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":419,"Cost":371,"Date":"8/13/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":884,"Date":"9/15/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":64,"Cost":48,"Date":"10/14/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":245,"Cost":172,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":262,"Cost":153,"Date":"11/11/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":290,"Cost":178,"Date":"12/7/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":715,"Cost":408,"Date":"12/21/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":762,"Cost":641,"Date":"1/6/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":738,"Cost":638,"Date":"1/23/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":368,"Date":"2/4/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":14,"Cost":9,"Date":"3/10/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":255,"Date":"3/12/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":649,"Cost":600,"Date":"3/31/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":387,"Cost":309,"Date":"6/16/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":622,"Date":"6/17/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":773,"Cost":586,"Date":"8/27/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":534,"Cost":501,"Date":"10/1/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":58,"Date":"11/4/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":38,"Date":"11/9/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":226,"Cost":164,"Date":"3/27/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":130,"Cost":94,"Date":"4/17/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":86,"Cost":71,"Date":"8/11/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":502,"Cost":449,"Date":"8/21/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":482,"Cost":257,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":923,"Cost":501,"Date":"9/5/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":144,"Cost":118,"Date":"9/14/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":992,"Cost":769,"Date":"9/20/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":148,"Cost":108,"Date":"11/20/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":451,"Cost":260,"Date":"12/21/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":63,"Cost":36,"Date":"1/7/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":262,"Cost":164,"Date":"1/21/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":457,"Cost":324,"Date":"2/9/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":503,"Cost":471,"Date":"3/19/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":825,"Cost":675,"Date":"4/3/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":101,"Cost":54,"Date":"4/5/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":703,"Date":"4/28/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":20,"Cost":12,"Date":"7/10/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":185,"Cost":158,"Date":"3/25/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":424,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":765,"Date":"10/28/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":253,"Date":"3/2/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":46,"Cost":25,"Date":"6/28/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":490,"Date":"7/17/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":447,"Cost":223,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":370,"Cost":201,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":590,"Cost":332,"Date":"11/20/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":134,"Cost":99,"Date":"12/16/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":873,"Cost":462,"Date":"12/30/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":886,"Cost":481,"Date":"2/15/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":113,"Cost":64,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":21,"Cost":16,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":491,"Date":"4/18/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":92,"Cost":65,"Date":"7/27/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":79,"Cost":43,"Date":"8/18/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":711,"Cost":643,"Date":"10/31/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":298,"Cost":225,"Date":"11/11/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":461,"Cost":407,"Date":"11/30/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":251,"Cost":136,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":603,"Cost":569,"Date":"3/1/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":257,"Date":"4/13/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":738,"Cost":395,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":799,"Cost":589,"Date":"8/13/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":664,"Cost":482,"Date":"9/15/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":553,"Cost":469,"Date":"10/14/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":656,"Cost":574,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":301,"Cost":233,"Date":"11/11/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":783,"Cost":730,"Date":"12/7/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":469,"Date":"12/21/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":311,"Date":"1/6/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":183,"Cost":118,"Date":"1/23/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":656,"Cost":509,"Date":"2/4/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":404,"Cost":232,"Date":"3/10/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":48,"Cost":25,"Date":"3/12/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":12,"Cost":10,"Date":"3/31/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":873,"Cost":728,"Date":"6/16/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":548,"Cost":519,"Date":"6/17/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":658,"Cost":437,"Date":"8/27/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":440,"Cost":411,"Date":"10/1/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":478,"Cost":426,"Date":"11/4/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":620,"Cost":377,"Date":"11/9/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":176,"Date":"3/27/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":207,"Date":"4/17/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":259,"Date":"8/11/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":689,"Cost":553,"Date":"8/21/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":969,"Cost":914,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":350,"Date":"9/5/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":42,"Date":"9/14/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":324,"Cost":307,"Date":"9/20/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":370,"Date":"11/20/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":525,"Cost":489,"Date":"12/21/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":794,"Cost":691,"Date":"1/7/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":376,"Date":"1/21/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":155,"Cost":103,"Date":"2/9/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":9,"Cost":5,"Date":"3/19/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":825,"Date":"4/3/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":987,"Cost":791,"Date":"4/5/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":387,"Date":"4/28/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":478,"Date":"7/10/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":460,"Date":"3/25/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":797,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":829,"Cost":525,"Date":"10/28/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":539,"Cost":422,"Date":"3/2/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":470,"Cost":253,"Date":"6/28/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":19,"Date":"7/17/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":635,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":995,"Cost":767,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":254,"Cost":174,"Date":"11/20/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":181,"Cost":106,"Date":"12/16/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":636,"Cost":500,"Date":"12/30/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":981,"Cost":529,"Date":"2/15/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":314,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":446,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":783,"Date":"4/18/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":822,"Cost":488,"Date":"7/27/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":753,"Date":"8/18/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":386,"Cost":367,"Date":"10/31/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":938,"Cost":540,"Date":"11/11/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":584,"Date":"11/30/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":538,"Cost":365,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":210,"Cost":118,"Date":"3/1/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":977,"Cost":553,"Date":"4/13/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":433,"Cost":289,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":37,"Date":"8/13/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":53,"Date":"9/15/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":527,"Cost":293,"Date":"10/14/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":191,"Cost":98,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":354,"Cost":219,"Date":"11/11/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":353,"Cost":241,"Date":"12/7/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":115,"Date":"12/21/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":433,"Date":"1/6/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":387,"Cost":314,"Date":"1/23/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":466,"Cost":416,"Date":"2/4/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":540,"Date":"3/10/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":318,"Date":"3/12/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":688,"Cost":374,"Date":"3/31/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":89,"Date":"6/16/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":19,"Cost":15,"Date":"6/17/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":850,"Cost":601,"Date":"8/27/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":278,"Date":"10/1/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":882,"Date":"11/4/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":473,"Date":"11/9/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"3/27/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"4/17/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":600,"Cost":348,"Date":"8/11/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":884,"Cost":714,"Date":"8/21/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":517,"Cost":396,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":757,"Cost":494,"Date":"9/5/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":87,"Cost":61,"Date":"9/14/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":633,"Cost":449,"Date":"9/20/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":624,"Cost":480,"Date":"11/20/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":125,"Cost":88,"Date":"12/21/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":68,"Cost":64,"Date":"1/7/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":574,"Cost":327,"Date":"1/21/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":225,"Cost":126,"Date":"2/9/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":206,"Date":"3/19/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":306,"Cost":212,"Date":"4/3/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":666,"Date":"4/5/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":747,"Cost":406,"Date":"4/28/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":14,"Cost":9,"Date":"7/10/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":566,"Cost":335,"Date":"3/25/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":197,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":93,"Date":"10/28/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":751,"Cost":379,"Date":"3/2/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":808,"Cost":620,"Date":"6/28/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":604,"Date":"7/17/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":424,"Cost":385,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":991,"Cost":506,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":21,"Cost":10,"Date":"11/20/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":18,"Date":"12/16/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":53,"Cost":42,"Date":"12/30/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"2/15/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":86,"Cost":60,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":319,"Cost":173,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":448,"Cost":234,"Date":"4/18/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":115,"Date":"7/27/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":642,"Cost":462,"Date":"8/18/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":399,"Date":"10/31/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":799,"Cost":428,"Date":"11/11/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":243,"Cost":221,"Date":"11/30/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":259,"Cost":189,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":617,"Cost":482,"Date":"3/1/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":942,"Cost":685,"Date":"4/13/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":456,"Cost":376,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":392,"Date":"8/13/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":703,"Cost":393,"Date":"9/15/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":399,"Date":"10/14/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":150,"Cost":108,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":191,"Cost":168,"Date":"11/11/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":611,"Cost":518,"Date":"12/7/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":689,"Cost":648,"Date":"12/21/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":515,"Date":"1/6/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":372,"Cost":323,"Date":"1/23/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":820,"Cost":579,"Date":"2/4/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":949,"Cost":838,"Date":"3/10/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":519,"Cost":477,"Date":"3/12/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":352,"Cost":224,"Date":"3/31/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":440,"Cost":271,"Date":"6/16/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":253,"Date":"6/17/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":444,"Date":"8/27/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":839,"Cost":638,"Date":"10/1/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":83,"Cost":67,"Date":"11/4/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":774,"Cost":536,"Date":"11/9/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":292,"Cost":254,"Date":"3/27/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":61,"Date":"4/17/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":376,"Cost":236,"Date":"8/11/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":471,"Cost":360,"Date":"8/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":549,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":568,"Cost":517,"Date":"9/5/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":222,"Cost":130,"Date":"9/14/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":281,"Cost":207,"Date":"9/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":593,"Cost":348,"Date":"11/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":28,"Date":"12/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":783,"Cost":589,"Date":"1/7/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":315,"Cost":259,"Date":"1/21/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":637,"Date":"2/9/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":334,"Date":"3/19/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":434,"Date":"4/3/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":129,"Cost":76,"Date":"4/5/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":18,"Date":"4/28/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":89,"Cost":71,"Date":"7/10/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":236,"Cost":175,"Date":"3/25/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":362,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":610,"Cost":407,"Date":"10/28/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":58,"Date":"3/2/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":389,"Date":"6/28/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":243,"Cost":203,"Date":"7/17/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":810,"Cost":736,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":594,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":315,"Date":"11/20/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":128,"Date":"12/16/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":625,"Cost":489,"Date":"12/30/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":57,"Cost":29,"Date":"2/15/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":640,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":472,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":115,"Date":"4/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":93,"Cost":57,"Date":"7/27/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":666,"Date":"8/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":923,"Cost":849,"Date":"10/31/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":426,"Cost":382,"Date":"11/11/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":919,"Cost":748,"Date":"11/30/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":556,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":567,"Date":"3/1/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":363,"Cost":326,"Date":"4/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":91,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":846,"Cost":719,"Date":"8/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":747,"Cost":437,"Date":"9/15/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":370,"Cost":191,"Date":"10/14/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":88,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":888,"Cost":590,"Date":"11/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":175,"Cost":106,"Date":"12/7/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":44,"Date":"12/21/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":986,"Cost":773,"Date":"1/6/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":326,"Date":"1/23/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"2/4/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":369,"Cost":272,"Date":"3/10/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":183,"Date":"3/12/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":379,"Cost":242,"Date":"3/31/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":22,"Date":"6/16/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":640,"Date":"6/17/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":165,"Date":"8/27/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":55,"Cost":28,"Date":"10/1/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":799,"Cost":684,"Date":"11/4/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":564,"Date":"11/9/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":553,"Cost":481,"Date":"3/27/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":440,"Cost":323,"Date":"4/17/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":198,"Date":"8/11/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":444,"Cost":404,"Date":"8/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":748,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":545,"Date":"9/5/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":807,"Cost":413,"Date":"9/14/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":157,"Date":"9/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":562,"Date":"11/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":142,"Cost":92,"Date":"12/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":575,"Date":"1/7/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":705,"Date":"1/21/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":731,"Cost":673,"Date":"2/9/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":431,"Cost":274,"Date":"3/19/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":173,"Cost":122,"Date":"4/3/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":50,"Date":"4/5/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":933,"Cost":663,"Date":"4/28/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":306,"Cost":286,"Date":"7/10/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":99,"Date":"3/25/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":576,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":445,"Date":"10/28/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":780,"Date":"3/2/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":774,"Date":"6/28/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":996,"Cost":762,"Date":"7/17/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":340,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":840,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":198,"Date":"11/20/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":48,"Date":"12/16/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":472,"Cost":251,"Date":"12/30/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":52,"Date":"2/15/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":385,"Cost":224,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":315,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":709,"Cost":618,"Date":"4/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":178,"Date":"7/27/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":838,"Cost":454,"Date":"8/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":769,"Cost":602,"Date":"10/31/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":121,"Date":"11/11/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":465,"Date":"11/30/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":631,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":215,"Cost":122,"Date":"3/1/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":74,"Date":"4/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":18,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":922,"Cost":463,"Date":"8/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":102,"Date":"9/15/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":243,"Date":"10/14/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":444,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":415,"Cost":365,"Date":"11/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":904,"Cost":801,"Date":"12/7/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":747,"Cost":611,"Date":"12/21/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":385,"Date":"1/6/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":822,"Cost":584,"Date":"1/23/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":394,"Cost":229,"Date":"2/4/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":445,"Date":"3/10/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":52,"Cost":29,"Date":"3/12/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":120,"Cost":82,"Date":"3/31/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":378,"Date":"6/16/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":757,"Cost":684,"Date":"6/17/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":626,"Date":"8/27/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":522,"Cost":466,"Date":"10/1/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":756,"Cost":517,"Date":"11/4/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":258,"Date":"11/9/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":868,"Cost":497,"Date":"3/27/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":534,"Date":"4/17/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":506,"Cost":427,"Date":"8/11/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":720,"Cost":639,"Date":"8/21/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":358,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":185,"Date":"9/5/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":190,"Date":"9/14/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":11,"Date":"9/20/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":167,"Date":"11/20/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":569,"Date":"12/21/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":925,"Cost":715,"Date":"1/7/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":370,"Date":"1/21/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":31,"Cost":22,"Date":"2/9/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":146,"Date":"3/19/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":569,"Date":"4/3/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":985,"Cost":536,"Date":"4/5/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":225,"Date":"4/28/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":392,"Cost":336,"Date":"7/10/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":604,"Cost":547,"Date":"3/25/2020"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":383,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":65,"Date":"10/28/2020"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":195,"Cost":158,"Date":"3/2/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":127,"Cost":117,"Date":"6/28/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":248,"Cost":225,"Date":"7/17/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":609,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":152,"Cost":118,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":47,"Cost":42,"Date":"11/20/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":449,"Date":"12/16/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":491,"Date":"12/30/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":667,"Date":"2/15/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":498,"Cost":379,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":243,"Cost":174,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":153,"Cost":100,"Date":"4/18/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":34,"Cost":19,"Date":"7/27/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":288,"Cost":211,"Date":"8/18/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":175,"Date":"10/31/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":807,"Cost":452,"Date":"11/11/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":762,"Date":"11/30/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":482,"Cost":341,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":601,"Cost":359,"Date":"3/1/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":790,"Cost":470,"Date":"4/13/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":64,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":252,"Cost":206,"Date":"8/13/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":845,"Cost":606,"Date":"9/15/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":713,"Cost":492,"Date":"10/14/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":508,"Cost":375,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":23,"Cost":17,"Date":"11/11/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":317,"Cost":294,"Date":"12/7/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":226,"Cost":183,"Date":"12/21/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":58,"Date":"1/6/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":117,"Cost":94,"Date":"1/23/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":381,"Date":"2/4/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":259,"Date":"3/10/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":816,"Cost":717,"Date":"3/12/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":263,"Date":"3/31/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":422,"Cost":362,"Date":"6/16/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":688,"Cost":653,"Date":"6/17/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":541,"Date":"8/27/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":237,"Cost":128,"Date":"10/1/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":531,"Date":"11/4/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":620,"Cost":427,"Date":"11/9/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":851,"Cost":723,"Date":"3/27/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":927,"Cost":605,"Date":"4/17/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":526,"Date":"8/11/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":339,"Date":"8/21/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":659,"Cost":459,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":391,"Cost":233,"Date":"9/5/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":202,"Date":"9/14/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":330,"Date":"9/20/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":473,"Cost":438,"Date":"11/20/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":29,"Cost":27,"Date":"12/21/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":791,"Date":"1/7/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":406,"Date":"1/21/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":233,"Cost":186,"Date":"2/9/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":286,"Date":"3/19/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":283,"Cost":227,"Date":"4/3/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":90,"Date":"4/5/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":501,"Date":"4/28/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":605,"Date":"7/10/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":878,"Cost":759,"Date":"3/25/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":311,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":15,"Cost":8,"Date":"10/28/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":363,"Cost":209,"Date":"3/2/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":653,"Date":"6/28/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":669,"Date":"7/17/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":297,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":550,"Cost":407,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":523,"Date":"11/20/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":490,"Cost":374,"Date":"12/16/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":39,"Cost":28,"Date":"12/30/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":303,"Date":"2/15/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":804,"Cost":566,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":212,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":794,"Date":"4/18/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":873,"Cost":535,"Date":"7/27/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":455,"Date":"8/18/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":266,"Date":"10/31/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":253,"Date":"11/11/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":24,"Date":"11/30/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":965,"Cost":567,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":134,"Date":"3/1/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":923,"Date":"4/13/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":881,"Cost":702,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":48,"Date":"8/13/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":850,"Cost":768,"Date":"9/15/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":554,"Date":"10/14/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":705,"Cost":365,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":591,"Cost":319,"Date":"11/11/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":469,"Date":"12/7/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":421,"Cost":331,"Date":"12/21/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":149,"Date":"1/6/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":268,"Date":"1/23/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":456,"Cost":407,"Date":"2/4/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":35,"Date":"3/10/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":164,"Cost":107,"Date":"3/12/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":712,"Cost":644,"Date":"3/31/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":363,"Cost":183,"Date":"6/16/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":562,"Date":"6/17/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":32,"Cost":19,"Date":"8/27/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":347,"Date":"10/1/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":873,"Date":"11/4/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":735,"Cost":405,"Date":"11/9/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":974,"Cost":522,"Date":"3/27/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":948,"Cost":494,"Date":"4/17/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":71,"Date":"8/11/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":612,"Cost":323,"Date":"8/21/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":773,"Cost":470,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":216,"Date":"9/5/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":550,"Date":"9/14/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":424,"Cost":396,"Date":"9/20/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":818,"Cost":670,"Date":"11/20/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":193,"Date":"12/21/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":47,"Date":"1/7/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":448,"Date":"1/21/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":523,"Date":"2/9/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":380,"Cost":240,"Date":"3/19/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":592,"Date":"4/3/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":806,"Cost":521,"Date":"4/5/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":850,"Cost":674,"Date":"4/28/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":380,"Cost":236,"Date":"7/10/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":630,"Cost":564,"Date":"3/25/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":187,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":108,"Cost":91,"Date":"10/28/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":96,"Cost":61,"Date":"3/2/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":540,"Date":"6/28/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":638,"Date":"7/17/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":422,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":434,"Cost":288,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":830,"Cost":432,"Date":"11/20/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":231,"Date":"12/16/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":421,"Date":"12/30/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":959,"Cost":719,"Date":"2/15/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":531,"Cost":323,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":103,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":236,"Date":"4/18/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":139,"Cost":115,"Date":"7/27/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":862,"Cost":657,"Date":"8/18/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":156,"Cost":84,"Date":"10/31/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":333,"Cost":259,"Date":"11/11/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":714,"Cost":662,"Date":"11/30/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":921,"Cost":639,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":736,"Date":"3/1/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":777,"Date":"4/13/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":759,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":162,"Cost":139,"Date":"8/13/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":589,"Date":"9/15/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":920,"Cost":817,"Date":"10/14/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":374,"Cost":239,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":818,"Cost":463,"Date":"11/11/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":836,"Cost":544,"Date":"12/7/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":57,"Date":"12/21/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":675,"Cost":628,"Date":"1/6/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":481,"Cost":262,"Date":"1/23/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":521,"Date":"2/4/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":100,"Date":"3/10/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":697,"Date":"3/12/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":637,"Cost":331,"Date":"3/31/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":103,"Date":"6/16/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":288,"Cost":237,"Date":"6/17/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":85,"Date":"8/27/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":131,"Date":"10/1/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":585,"Cost":397,"Date":"11/4/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":747,"Date":"11/9/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":665,"Cost":583,"Date":"3/27/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":278,"Date":"4/17/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":720,"Cost":608,"Date":"8/11/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":210,"Cost":116,"Date":"8/21/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":352,"Cost":218,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":598,"Cost":401,"Date":"9/5/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":952,"Cost":659,"Date":"9/14/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":165,"Cost":88,"Date":"9/20/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":119,"Date":"11/20/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":665,"Cost":408,"Date":"12/21/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":249,"Cost":141,"Date":"1/7/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":949,"Cost":508,"Date":"1/21/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":430,"Cost":262,"Date":"2/9/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":239,"Cost":154,"Date":"3/19/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":506,"Date":"4/3/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":608,"Cost":552,"Date":"4/5/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":288,"Cost":198,"Date":"4/28/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":963,"Cost":667,"Date":"7/10/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":909,"Cost":750,"Date":"3/25/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":981,"Cost":813,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":221,"Cost":115,"Date":"10/28/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":129,"Cost":99,"Date":"3/2/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":786,"Date":"6/28/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":510,"Cost":452,"Date":"7/17/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":165,"Cost":112,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":183,"Cost":170,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":549,"Cost":416,"Date":"11/20/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":73,"Date":"12/16/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":903,"Cost":573,"Date":"12/30/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":769,"Cost":543,"Date":"2/15/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":156,"Cost":91,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":689,"Cost":501,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":666,"Cost":595,"Date":"4/18/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":254,"Cost":130,"Date":"7/27/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":794,"Cost":635,"Date":"8/18/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":624,"Cost":375,"Date":"10/31/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":488,"Cost":419,"Date":"11/11/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":630,"Cost":334,"Date":"11/30/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":791,"Cost":645,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":500,"Cost":305,"Date":"3/1/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":334,"Cost":284,"Date":"4/13/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":45,"Cost":36,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":994,"Cost":907,"Date":"8/13/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":624,"Cost":374,"Date":"9/15/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":680,"Cost":635,"Date":"10/14/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":70,"Cost":61,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":338,"Cost":181,"Date":"11/11/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":512,"Cost":369,"Date":"12/7/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":787,"Cost":684,"Date":"12/21/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":70,"Cost":60,"Date":"1/6/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":662,"Cost":463,"Date":"1/23/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":464,"Cost":249,"Date":"2/4/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":841,"Cost":694,"Date":"3/10/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":206,"Cost":191,"Date":"3/12/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":946,"Cost":730,"Date":"3/31/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":297,"Cost":207,"Date":"6/16/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":385,"Cost":291,"Date":"6/17/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":667,"Cost":338,"Date":"8/27/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":460,"Cost":406,"Date":"10/1/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":805,"Cost":741,"Date":"11/4/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":53,"Cost":29,"Date":"11/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":227,"Date":"3/27/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":162,"Cost":152,"Date":"4/17/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":874,"Cost":780,"Date":"8/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":177,"Date":"8/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":675,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":947,"Cost":861,"Date":"9/5/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":748,"Cost":514,"Date":"9/14/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":364,"Date":"9/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":483,"Date":"11/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":105,"Cost":90,"Date":"12/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":445,"Date":"1/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":329,"Cost":296,"Date":"1/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":552,"Date":"2/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":398,"Cost":327,"Date":"3/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":350,"Cost":296,"Date":"4/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":936,"Cost":870,"Date":"4/5/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":486,"Cost":332,"Date":"4/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":44,"Date":"7/10/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":518,"Cost":472,"Date":"3/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":437,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":412,"Cost":291,"Date":"10/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":249,"Date":"3/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":928,"Cost":540,"Date":"6/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":979,"Cost":592,"Date":"7/17/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":382,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":603,"Cost":451,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":417,"Date":"11/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":985,"Cost":935,"Date":"12/16/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":94,"Cost":55,"Date":"12/30/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":108,"Cost":100,"Date":"2/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":539,"Cost":314,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":488,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":621,"Cost":478,"Date":"4/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":270,"Cost":165,"Date":"7/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":129,"Date":"8/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":526,"Cost":440,"Date":"10/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":275,"Date":"11/11/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":458,"Cost":235,"Date":"11/30/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":36,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":906,"Cost":698,"Date":"3/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":749,"Cost":679,"Date":"4/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":44,"Cost":31,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":293,"Cost":220,"Date":"8/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":463,"Cost":291,"Date":"9/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":558,"Date":"10/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":788,"Cost":415,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":191,"Date":"11/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":26,"Date":"12/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":597,"Cost":338,"Date":"12/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":51,"Date":"1/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":439,"Date":"1/23/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":194,"Cost":124,"Date":"2/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":158,"Cost":85,"Date":"3/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":57,"Date":"3/12/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":658,"Cost":499,"Date":"3/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":201,"Cost":126,"Date":"6/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":297,"Date":"6/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":375,"Cost":296,"Date":"8/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":69,"Date":"10/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":227,"Date":"11/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":41,"Date":"11/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":496,"Cost":361,"Date":"3/27/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":932,"Cost":522,"Date":"4/17/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":551,"Date":"8/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":157,"Cost":79,"Date":"8/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":382,"Cost":247,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":413,"Cost":293,"Date":"9/5/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":613,"Cost":394,"Date":"9/14/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":474,"Cost":291,"Date":"9/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":320,"Cost":214,"Date":"11/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":891,"Cost":542,"Date":"12/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":46,"Date":"1/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":307,"Date":"1/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":651,"Cost":440,"Date":"2/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":146,"Date":"3/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":678,"Date":"4/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":753,"Cost":413,"Date":"4/5/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":738,"Cost":545,"Date":"4/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":906,"Cost":805,"Date":"7/10/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":404,"Date":"3/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":753,"Cost":694,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":965,"Cost":749,"Date":"10/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":139,"Date":"3/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":793,"Cost":418,"Date":"6/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":265,"Date":"7/17/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":237,"Cost":215,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":678,"Cost":385,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":677,"Date":"11/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":501,"Date":"12/16/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":505,"Date":"12/30/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":932,"Cost":496,"Date":"2/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":507,"Cost":474,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":682,"Cost":350,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":973,"Cost":515,"Date":"4/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":160,"Cost":125,"Date":"7/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":9,"Cost":7,"Date":"8/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":757,"Date":"10/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":454,"Cost":270,"Date":"11/11/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":546,"Cost":353,"Date":"11/30/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":306,"Cost":214,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":560,"Date":"3/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":296,"Date":"4/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":557,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":445,"Cost":409,"Date":"8/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":430,"Cost":220,"Date":"9/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":546,"Cost":336,"Date":"10/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":576,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":289,"Date":"11/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":44,"Date":"12/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":542,"Cost":454,"Date":"12/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":665,"Date":"1/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":431,"Cost":373,"Date":"1/23/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":820,"Cost":538,"Date":"2/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":541,"Cost":307,"Date":"3/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":726,"Cost":556,"Date":"3/12/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":122,"Cost":71,"Date":"3/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":694,"Date":"6/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":702,"Date":"6/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":856,"Cost":526,"Date":"8/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":901,"Cost":635,"Date":"10/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":896,"Cost":730,"Date":"11/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":179,"Cost":93,"Date":"11/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":324,"Cost":164,"Date":"3/27/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":760,"Date":"4/17/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":239,"Date":"8/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":392,"Cost":227,"Date":"8/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":154,"Cost":99,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":530,"Cost":272,"Date":"9/5/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":613,"Date":"9/14/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":95,"Cost":88,"Date":"9/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":667,"Cost":379,"Date":"11/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":879,"Cost":513,"Date":"12/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":775,"Date":"1/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":769,"Cost":401,"Date":"1/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":527,"Cost":435,"Date":"2/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":564,"Date":"3/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":147,"Cost":123,"Date":"4/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":713,"Date":"4/5/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":759,"Cost":693,"Date":"4/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":334,"Cost":209,"Date":"7/10/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":492,"Date":"3/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":327,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":508,"Cost":309,"Date":"10/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":423,"Date":"3/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":46,"Date":"6/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":178,"Cost":102,"Date":"7/17/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":843,"Cost":677,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":658,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":98,"Cost":58,"Date":"11/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":640,"Cost":391,"Date":"12/16/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":539,"Cost":469,"Date":"12/30/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":167,"Cost":152,"Date":"2/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":625,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":174,"Cost":150,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":529,"Cost":477,"Date":"4/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":505,"Date":"7/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":68,"Cost":60,"Date":"8/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":250,"Cost":130,"Date":"10/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":303,"Cost":172,"Date":"11/11/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":670,"Cost":437,"Date":"11/30/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":826,"Cost":539,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":283,"Date":"3/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":468,"Cost":407,"Date":"4/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":500,"Cost":358,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":562,"Date":"8/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":770,"Date":"9/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":504,"Date":"10/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":957,"Cost":710,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":11,"Cost":7,"Date":"11/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":800,"Cost":498,"Date":"12/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":48,"Date":"12/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":978,"Cost":496,"Date":"1/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":389,"Cost":205,"Date":"1/23/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":916,"Date":"2/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":560,"Cost":485,"Date":"3/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":163,"Cost":81,"Date":"3/12/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":405,"Cost":228,"Date":"3/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":472,"Date":"6/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":389,"Cost":342,"Date":"6/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":109,"Cost":72,"Date":"8/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":72,"Cost":69,"Date":"10/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":782,"Cost":505,"Date":"11/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":165,"Cost":90,"Date":"11/9/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":506,"Cost":282,"Date":"3/27/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":182,"Date":"4/17/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":604,"Cost":519,"Date":"8/11/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":225,"Cost":198,"Date":"8/21/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":833,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":286,"Date":"9/5/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":111,"Cost":56,"Date":"9/14/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":543,"Cost":369,"Date":"9/20/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":352,"Cost":322,"Date":"11/20/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":168,"Cost":134,"Date":"12/21/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":417,"Cost":352,"Date":"1/7/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":574,"Date":"1/21/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":116,"Date":"2/9/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":100,"Date":"3/19/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":459,"Cost":423,"Date":"4/3/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":958,"Cost":523,"Date":"4/5/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":334,"Cost":298,"Date":"4/28/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":760,"Cost":607,"Date":"7/10/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":515,"Date":"3/25/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":7,"Cost":5,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":223,"Date":"10/28/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":643,"Cost":478,"Date":"3/2/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":686,"Date":"6/28/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":852,"Date":"7/17/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":666,"Cost":538,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":563,"Cost":372,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":639,"Date":"11/20/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":24,"Cost":22,"Date":"12/16/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":602,"Cost":310,"Date":"12/30/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":23,"Date":"2/15/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":513,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":273,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":917,"Date":"4/18/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":720,"Cost":525,"Date":"7/27/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":32,"Date":"8/18/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":349,"Date":"10/31/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":866,"Cost":793,"Date":"11/11/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":994,"Cost":595,"Date":"11/30/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":56,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":776,"Cost":627,"Date":"3/1/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":727,"Cost":426,"Date":"4/13/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":636,"Cost":379,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":832,"Date":"8/13/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":462,"Cost":311,"Date":"9/15/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":376,"Date":"10/14/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":500,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":517,"Date":"11/11/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":410,"Date":"12/7/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":783,"Cost":402,"Date":"12/21/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":11,"Cost":10,"Date":"1/6/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":258,"Date":"1/23/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":116,"Date":"2/4/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":794,"Cost":632,"Date":"3/10/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":503,"Cost":299,"Date":"3/12/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":903,"Cost":751,"Date":"3/31/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":527,"Date":"6/16/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":174,"Cost":132,"Date":"6/17/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":404,"Date":"8/27/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":852,"Cost":711,"Date":"10/1/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":970,"Cost":691,"Date":"11/4/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":226,"Date":"11/9/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":694,"Cost":440,"Date":"3/27/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":236,"Cost":170,"Date":"4/17/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":851,"Cost":702,"Date":"8/11/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":563,"Cost":324,"Date":"8/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":130,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"9/5/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":477,"Cost":355,"Date":"9/14/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":213,"Cost":151,"Date":"9/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":52,"Cost":33,"Date":"11/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":576,"Cost":400,"Date":"12/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":50,"Cost":43,"Date":"1/7/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":210,"Date":"1/21/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":357,"Cost":249,"Date":"2/9/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":120,"Date":"3/19/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":300,"Cost":213,"Date":"4/3/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":544,"Cost":456,"Date":"4/5/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":646,"Cost":472,"Date":"4/28/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":218,"Cost":141,"Date":"7/10/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":697,"Cost":479,"Date":"3/25/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":670,"Cost":372,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":396,"Cost":230,"Date":"10/28/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":574,"Cost":375,"Date":"3/2/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":501,"Date":"6/28/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":118,"Cost":104,"Date":"7/17/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":994,"Cost":536,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":631,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":695,"Cost":620,"Date":"11/20/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":768,"Cost":457,"Date":"12/16/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":765,"Cost":496,"Date":"12/30/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":792,"Date":"2/15/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":734,"Cost":503,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":743,"Cost":381,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":690,"Cost":487,"Date":"4/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":107,"Cost":64,"Date":"7/27/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":884,"Cost":608,"Date":"8/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":75,"Cost":54,"Date":"10/31/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":417,"Cost":292,"Date":"11/11/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":52,"Date":"11/30/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":310,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":596,"Cost":351,"Date":"3/1/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":444,"Cost":392,"Date":"4/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":492,"Cost":312,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":878,"Cost":659,"Date":"8/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":791,"Date":"9/15/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":396,"Cost":280,"Date":"10/14/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":572,"Cost":328,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":488,"Cost":453,"Date":"11/11/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":817,"Cost":440,"Date":"12/7/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":235,"Cost":143,"Date":"12/21/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":104,"Cost":58,"Date":"1/6/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":367,"Cost":200,"Date":"1/23/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":174,"Date":"2/4/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":993,"Cost":505,"Date":"3/10/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":712,"Cost":375,"Date":"3/12/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":140,"Cost":105,"Date":"3/31/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":407,"Cost":293,"Date":"6/16/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":952,"Cost":664,"Date":"6/17/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":298,"Cost":198,"Date":"8/27/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":570,"Date":"10/1/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":998,"Cost":644,"Date":"11/4/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":926,"Cost":560,"Date":"11/9/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":469,"Cost":367,"Date":"3/27/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":236,"Date":"4/17/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":154,"Date":"8/11/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":204,"Date":"8/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":183,"Cost":123,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":657,"Date":"9/5/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":119,"Cost":97,"Date":"9/14/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":248,"Cost":222,"Date":"9/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":221,"Date":"11/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":375,"Cost":337,"Date":"12/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":655,"Cost":461,"Date":"1/7/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":599,"Cost":412,"Date":"1/21/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":577,"Cost":345,"Date":"2/9/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":28,"Cost":18,"Date":"3/19/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":274,"Cost":140,"Date":"4/3/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":386,"Date":"4/5/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":210,"Cost":197,"Date":"4/28/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":957,"Cost":844,"Date":"7/10/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":989,"Cost":498,"Date":"3/25/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":333,"Cost":274,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":470,"Date":"10/28/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":297,"Cost":257,"Date":"3/2/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":728,"Cost":510,"Date":"6/28/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":386,"Date":"7/17/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":450,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":40,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":215,"Cost":159,"Date":"11/20/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":322,"Cost":283,"Date":"12/16/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":905,"Cost":712,"Date":"12/30/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":457,"Cost":421,"Date":"2/15/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":418,"Cost":317,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":99,"Cost":70,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":351,"Cost":204,"Date":"4/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":590,"Cost":343,"Date":"7/27/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":605,"Date":"8/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":100,"Cost":54,"Date":"10/31/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":292,"Date":"11/11/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":175,"Cost":97,"Date":"11/30/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":558,"Cost":321,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":217,"Cost":196,"Date":"3/1/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":36,"Date":"4/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":292,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":804,"Cost":522,"Date":"8/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":117,"Cost":76,"Date":"9/15/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":775,"Cost":736,"Date":"10/14/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":633,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":767,"Cost":586,"Date":"11/11/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":749,"Date":"12/7/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":373,"Cost":252,"Date":"12/21/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":551,"Date":"1/6/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":177,"Cost":148,"Date":"1/23/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":367,"Cost":335,"Date":"2/4/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":988,"Cost":559,"Date":"3/10/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"3/12/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":215,"Date":"3/31/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":442,"Cost":291,"Date":"6/16/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":385,"Cost":320,"Date":"6/17/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":559,"Cost":373,"Date":"8/27/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":425,"Cost":298,"Date":"10/1/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":534,"Cost":354,"Date":"11/4/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":974,"Cost":570,"Date":"11/9/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":874,"Cost":774,"Date":"3/27/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":317,"Cost":244,"Date":"4/17/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":468,"Date":"8/11/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":164,"Date":"8/21/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":225,"Cost":130,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":509,"Date":"9/5/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":681,"Cost":586,"Date":"9/14/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":95,"Cost":62,"Date":"9/20/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":818,"Cost":501,"Date":"11/20/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":162,"Date":"12/21/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":470,"Cost":353,"Date":"1/7/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":761,"Cost":587,"Date":"1/21/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":361,"Cost":236,"Date":"2/9/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":987,"Cost":747,"Date":"3/19/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":470,"Date":"4/3/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":627,"Date":"4/5/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":321,"Date":"4/28/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":965,"Cost":911,"Date":"7/10/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":493,"Cost":448,"Date":"3/25/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":513,"Cost":420,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":429,"Cost":361,"Date":"10/28/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":583,"Cost":398,"Date":"3/2/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":434,"Cost":392,"Date":"6/28/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":422,"Date":"7/17/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":733,"Cost":659,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":726,"Cost":377,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":598,"Cost":307,"Date":"11/20/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":102,"Date":"12/16/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":467,"Date":"12/30/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":574,"Date":"2/15/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":869,"Cost":735,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":262,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":24,"Cost":16,"Date":"4/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":540,"Cost":485,"Date":"7/27/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":768,"Cost":708,"Date":"8/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":350,"Cost":321,"Date":"10/31/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":226,"Cost":207,"Date":"11/11/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":753,"Cost":699,"Date":"11/30/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":101,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":787,"Cost":516,"Date":"3/1/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":699,"Cost":394,"Date":"4/13/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":222,"Cost":121,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":210,"Cost":190,"Date":"8/13/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":687,"Cost":386,"Date":"9/15/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":115,"Date":"10/14/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":204,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":289,"Cost":147,"Date":"11/11/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":71,"Cost":36,"Date":"12/7/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":175,"Cost":130,"Date":"12/21/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":283,"Cost":248,"Date":"1/6/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":1000,"Cost":507,"Date":"1/23/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":294,"Date":"2/4/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":788,"Cost":697,"Date":"3/10/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":372,"Date":"3/12/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":476,"Cost":441,"Date":"3/31/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":39,"Cost":33,"Date":"6/16/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":296,"Date":"6/17/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":288,"Cost":262,"Date":"8/27/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":731,"Date":"10/1/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":991,"Cost":842,"Date":"11/4/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":266,"Cost":217,"Date":"11/9/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":959,"Cost":793,"Date":"3/27/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":788,"Cost":528,"Date":"4/17/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":161,"Date":"8/11/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":251,"Cost":213,"Date":"8/21/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":579,"Cost":525,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":704,"Cost":534,"Date":"9/5/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":56,"Date":"9/14/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":284,"Date":"9/20/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":722,"Cost":597,"Date":"11/20/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":414,"Date":"12/21/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":434,"Date":"1/7/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":29,"Cost":21,"Date":"1/21/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":849,"Cost":721,"Date":"2/9/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":642,"Date":"3/19/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":222,"Cost":116,"Date":"4/3/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":42,"Date":"4/5/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":402,"Cost":227,"Date":"4/28/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":320,"Cost":263,"Date":"7/10/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":604,"Date":"3/25/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":526,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":308,"Cost":184,"Date":"10/28/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":113,"Date":"3/2/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":77,"Date":"6/28/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":737,"Cost":699,"Date":"7/17/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":263,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":995,"Cost":528,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":89,"Cost":75,"Date":"11/20/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":652,"Cost":533,"Date":"12/16/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":353,"Date":"12/30/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":513,"Cost":257,"Date":"2/15/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":278,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":621,"Cost":467,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":173,"Cost":157,"Date":"4/18/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":991,"Cost":729,"Date":"7/27/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":951,"Cost":772,"Date":"8/18/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":444,"Cost":400,"Date":"10/31/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":995,"Cost":840,"Date":"11/11/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":285,"Cost":247,"Date":"11/30/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":971,"Cost":544,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":12,"Cost":8,"Date":"3/1/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":78,"Date":"4/13/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":420,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":386,"Date":"8/13/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":223,"Cost":136,"Date":"9/15/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":622,"Date":"10/14/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":259,"Cost":205,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":894,"Cost":677,"Date":"11/11/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":147,"Cost":108,"Date":"12/7/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":124,"Cost":88,"Date":"12/21/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":657,"Cost":523,"Date":"1/6/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"1/23/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":903,"Cost":473,"Date":"2/4/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":327,"Date":"3/10/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":952,"Cost":891,"Date":"3/12/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":549,"Cost":292,"Date":"3/31/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":310,"Cost":234,"Date":"6/16/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":315,"Date":"6/17/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":299,"Cost":179,"Date":"8/27/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":441,"Date":"10/1/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":846,"Cost":626,"Date":"11/4/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":815,"Date":"11/9/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":784,"Cost":738,"Date":"3/27/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":233,"Date":"4/17/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":581,"Cost":399,"Date":"8/11/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":47,"Cost":29,"Date":"8/21/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":953,"Cost":623,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":237,"Date":"9/5/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":505,"Date":"9/14/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":909,"Cost":579,"Date":"9/20/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":249,"Cost":125,"Date":"11/20/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":484,"Cost":361,"Date":"12/21/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":843,"Cost":476,"Date":"1/7/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":93,"Date":"1/21/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":579,"Cost":433,"Date":"2/9/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":191,"Date":"3/19/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":712,"Date":"4/3/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":33,"Cost":18,"Date":"4/5/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":956,"Cost":783,"Date":"4/28/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":783,"Cost":485,"Date":"7/10/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":464,"Date":"3/25/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":619,"Cost":540,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":465,"Cost":265,"Date":"10/28/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":205,"Cost":123,"Date":"3/2/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":548,"Cost":428,"Date":"6/28/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":452,"Cost":424,"Date":"7/17/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":576,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":397,"Cost":360,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":573,"Cost":512,"Date":"11/20/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":245,"Date":"12/16/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":756,"Cost":584,"Date":"12/30/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":239,"Cost":140,"Date":"2/15/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":650,"Cost":476,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":589,"Cost":388,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":987,"Cost":693,"Date":"4/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":130,"Date":"7/27/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":697,"Date":"8/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":228,"Date":"10/31/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":908,"Cost":482,"Date":"11/11/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":515,"Date":"11/30/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":53,"Cost":50,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":363,"Date":"3/1/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":253,"Date":"4/13/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":362,"Cost":238,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":765,"Cost":426,"Date":"8/13/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":915,"Cost":783,"Date":"9/15/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":773,"Cost":430,"Date":"10/14/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":88,"Cost":52,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":766,"Cost":484,"Date":"11/11/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":734,"Date":"12/7/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":314,"Cost":177,"Date":"12/21/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":369,"Cost":276,"Date":"1/6/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":449,"Cost":379,"Date":"1/23/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":757,"Date":"2/4/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":215,"Cost":125,"Date":"3/10/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":649,"Date":"3/12/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":655,"Cost":464,"Date":"3/31/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":45,"Cost":23,"Date":"6/16/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":167,"Date":"6/17/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":454,"Cost":399,"Date":"8/27/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":340,"Cost":185,"Date":"10/1/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":241,"Date":"11/4/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":919,"Cost":666,"Date":"11/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":622,"Cost":445,"Date":"3/27/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":60,"Cost":30,"Date":"4/17/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":887,"Cost":509,"Date":"8/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":268,"Cost":240,"Date":"8/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":371,"Cost":329,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":48,"Cost":27,"Date":"9/5/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":185,"Cost":164,"Date":"9/14/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":806,"Cost":755,"Date":"9/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":31,"Cost":19,"Date":"11/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":504,"Cost":416,"Date":"12/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":313,"Cost":294,"Date":"1/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":286,"Cost":162,"Date":"1/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":855,"Cost":665,"Date":"2/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":672,"Cost":468,"Date":"3/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":180,"Cost":154,"Date":"4/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":521,"Cost":274,"Date":"4/5/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":494,"Cost":312,"Date":"4/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":765,"Date":"7/10/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":826,"Cost":676,"Date":"3/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":297,"Cost":220,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":612,"Cost":504,"Date":"10/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":826,"Cost":505,"Date":"3/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":222,"Date":"6/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":523,"Cost":410,"Date":"7/17/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":420,"Cost":339,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":802,"Cost":446,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":793,"Cost":556,"Date":"11/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":345,"Cost":215,"Date":"12/16/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":234,"Cost":191,"Date":"12/30/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":150,"Cost":103,"Date":"2/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":596,"Cost":314,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":847,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":414,"Cost":355,"Date":"4/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":752,"Cost":685,"Date":"7/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":115,"Date":"8/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":582,"Cost":320,"Date":"10/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":325,"Cost":197,"Date":"11/11/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":991,"Cost":632,"Date":"11/30/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":444,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":747,"Cost":654,"Date":"3/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":741,"Cost":615,"Date":"4/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":482,"Cost":424,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":472,"Cost":326,"Date":"8/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":318,"Date":"9/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":171,"Date":"10/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":196,"Cost":179,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":750,"Cost":655,"Date":"11/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":913,"Cost":555,"Date":"12/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":137,"Cost":98,"Date":"12/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":401,"Date":"1/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":404,"Cost":337,"Date":"1/23/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":442,"Date":"2/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":532,"Cost":274,"Date":"3/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":497,"Cost":293,"Date":"3/12/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":107,"Cost":91,"Date":"3/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":422,"Cost":305,"Date":"6/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":284,"Date":"6/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":59,"Cost":38,"Date":"8/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":608,"Cost":383,"Date":"10/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":526,"Cost":469,"Date":"11/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":814,"Cost":740,"Date":"11/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":896,"Cost":815,"Date":"3/27/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":306,"Cost":196,"Date":"4/17/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":465,"Cost":364,"Date":"8/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":588,"Cost":311,"Date":"8/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":618,"Cost":476,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":523,"Cost":287,"Date":"9/5/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":817,"Cost":513,"Date":"9/14/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":190,"Cost":104,"Date":"9/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":784,"Cost":562,"Date":"11/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":738,"Cost":574,"Date":"12/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":689,"Cost":614,"Date":"1/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":949,"Cost":782,"Date":"1/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":117,"Date":"2/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":376,"Cost":264,"Date":"3/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":326,"Cost":301,"Date":"4/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":645,"Cost":496,"Date":"4/5/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":724,"Cost":410,"Date":"4/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":974,"Cost":515,"Date":"7/10/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":361,"Cost":333,"Date":"3/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":673,"Cost":407,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":387,"Cost":251,"Date":"10/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":643,"Cost":396,"Date":"3/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":625,"Cost":581,"Date":"6/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":294,"Cost":256,"Date":"7/17/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":375,"Cost":321,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":756,"Cost":390,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":967,"Cost":649,"Date":"11/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":78,"Cost":43,"Date":"12/16/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":239,"Cost":168,"Date":"12/30/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":333,"Date":"2/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":587,"Cost":467,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":135,"Cost":128,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":155,"Cost":84,"Date":"4/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":318,"Cost":186,"Date":"7/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":587,"Date":"8/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":208,"Cost":181,"Date":"10/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":819,"Cost":697,"Date":"11/11/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":573,"Cost":390,"Date":"11/30/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":817,"Cost":696,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":97,"Cost":75,"Date":"3/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":374,"Date":"4/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":313,"Cost":231,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":355,"Cost":298,"Date":"8/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":230,"Cost":157,"Date":"9/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":840,"Date":"10/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":589,"Cost":437,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":709,"Cost":535,"Date":"11/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":412,"Date":"12/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":282,"Date":"12/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":146,"Cost":116,"Date":"1/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":555,"Cost":512,"Date":"1/23/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":958,"Cost":541,"Date":"2/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":91,"Cost":75,"Date":"3/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":317,"Cost":160,"Date":"3/12/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":240,"Cost":162,"Date":"3/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":415,"Date":"6/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":315,"Cost":272,"Date":"6/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":169,"Cost":131,"Date":"8/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":939,"Cost":772,"Date":"10/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":351,"Date":"11/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":619,"Date":"11/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":377,"Cost":263,"Date":"3/27/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":378,"Cost":198,"Date":"4/17/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":494,"Cost":459,"Date":"8/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":856,"Date":"8/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":437,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":170,"Date":"9/5/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":213,"Date":"9/14/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":533,"Cost":453,"Date":"9/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":831,"Cost":563,"Date":"11/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":108,"Date":"12/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":393,"Cost":295,"Date":"1/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":30,"Date":"1/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":635,"Cost":557,"Date":"2/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":521,"Date":"3/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":324,"Cost":240,"Date":"4/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":720,"Cost":644,"Date":"4/5/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":687,"Cost":417,"Date":"4/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":329,"Date":"7/10/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":47,"Date":"3/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":635,"Cost":400,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":997,"Cost":737,"Date":"10/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":190,"Date":"3/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":677,"Cost":616,"Date":"6/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":906,"Cost":463,"Date":"7/17/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":183,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":177,"Cost":166,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":210,"Cost":152,"Date":"11/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":837,"Cost":532,"Date":"12/16/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":871,"Cost":572,"Date":"12/30/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":400,"Date":"2/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":806,"Cost":456,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":438,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":935,"Cost":495,"Date":"4/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":702,"Date":"7/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":569,"Cost":430,"Date":"8/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":533,"Cost":342,"Date":"10/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":782,"Cost":637,"Date":"11/11/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":775,"Date":"11/30/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":171,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":37,"Date":"3/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":865,"Cost":498,"Date":"4/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":371,"Cost":198,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":759,"Cost":511,"Date":"8/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":388,"Date":"9/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":776,"Cost":719,"Date":"10/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":233,"Cost":213,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"11/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":211,"Date":"12/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":205,"Date":"12/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":294,"Date":"1/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":922,"Cost":860,"Date":"1/23/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":233,"Cost":157,"Date":"2/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":633,"Date":"3/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":226,"Date":"3/12/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":229,"Date":"3/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":132,"Date":"6/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":686,"Date":"6/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":240,"Cost":224,"Date":"8/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":683,"Cost":509,"Date":"10/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":280,"Cost":215,"Date":"11/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":790,"Cost":536,"Date":"11/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":432,"Cost":227,"Date":"3/27/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":859,"Cost":537,"Date":"4/17/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":352,"Cost":323,"Date":"8/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":504,"Date":"8/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":169,"Cost":85,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":438,"Cost":368,"Date":"9/5/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":638,"Cost":437,"Date":"9/14/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":170,"Date":"9/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":173,"Cost":158,"Date":"11/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":280,"Cost":225,"Date":"12/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":119,"Date":"1/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":683,"Cost":569,"Date":"1/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":217,"Cost":177,"Date":"2/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":166,"Cost":93,"Date":"3/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":292,"Cost":231,"Date":"4/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":476,"Cost":251,"Date":"4/5/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":640,"Date":"4/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":240,"Cost":178,"Date":"7/10/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":68,"Date":"3/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":607,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":213,"Cost":170,"Date":"10/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":340,"Cost":232,"Date":"3/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":199,"Cost":181,"Date":"6/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":339,"Cost":170,"Date":"7/17/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":491,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":126,"Cost":71,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":77,"Date":"11/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":377,"Cost":249,"Date":"12/16/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":736,"Cost":656,"Date":"12/30/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":38,"Date":"2/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":220,"Cost":142,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":415,"Cost":294,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":266,"Cost":186,"Date":"4/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":513,"Cost":380,"Date":"7/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":149,"Cost":140,"Date":"8/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":206,"Cost":146,"Date":"10/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":746,"Cost":693,"Date":"11/11/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":793,"Cost":573,"Date":"11/30/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":631,"Cost":394,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":499,"Cost":407,"Date":"3/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":468,"Cost":271,"Date":"4/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":60,"Cost":32,"Date":"8/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":919,"Cost":661,"Date":"9/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":353,"Cost":228,"Date":"10/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":87,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":542,"Date":"11/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":484,"Cost":363,"Date":"12/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":494,"Cost":425,"Date":"12/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":285,"Cost":225,"Date":"1/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":654,"Date":"1/23/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":44,"Cost":32,"Date":"2/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":910,"Cost":663,"Date":"3/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":332,"Cost":280,"Date":"3/12/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":42,"Cost":30,"Date":"3/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":195,"Cost":177,"Date":"6/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":264,"Cost":220,"Date":"6/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":670,"Cost":519,"Date":"8/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":40,"Date":"10/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":303,"Cost":191,"Date":"11/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":265,"Cost":223,"Date":"11/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":182,"Cost":98,"Date":"3/27/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":467,"Cost":325,"Date":"4/17/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":470,"Cost":292,"Date":"8/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":149,"Cost":96,"Date":"8/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":235,"Cost":222,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":780,"Cost":650,"Date":"9/5/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":391,"Cost":204,"Date":"9/14/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":953,"Cost":877,"Date":"9/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":740,"Cost":416,"Date":"11/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":333,"Cost":308,"Date":"12/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":227,"Cost":180,"Date":"1/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":790,"Cost":693,"Date":"1/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":487,"Cost":444,"Date":"2/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":960,"Cost":650,"Date":"3/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":23,"Cost":21,"Date":"4/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":233,"Cost":180,"Date":"4/5/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":225,"Cost":168,"Date":"4/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":1000,"Cost":724,"Date":"7/10/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":701,"Cost":411,"Date":"3/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":108,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":601,"Date":"10/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"3/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":307,"Date":"6/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":482,"Cost":309,"Date":"7/17/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":916,"Cost":759,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":642,"Date":"11/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":597,"Cost":462,"Date":"12/16/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":381,"Cost":345,"Date":"12/30/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":982,"Cost":603,"Date":"2/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":206,"Cost":124,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":167,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":89,"Cost":81,"Date":"4/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":136,"Date":"7/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":660,"Cost":479,"Date":"8/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":458,"Cost":434,"Date":"10/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":195,"Cost":132,"Date":"11/11/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":318,"Cost":217,"Date":"11/30/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":921,"Cost":875,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":590,"Date":"3/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":530,"Cost":336,"Date":"4/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":363,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":156,"Date":"8/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":208,"Cost":161,"Date":"9/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":703,"Cost":453,"Date":"10/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":606,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":878,"Cost":605,"Date":"11/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":561,"Cost":409,"Date":"12/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":863,"Cost":625,"Date":"12/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":358,"Cost":260,"Date":"1/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":644,"Date":"1/23/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":159,"Date":"2/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":411,"Cost":385,"Date":"3/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":642,"Cost":475,"Date":"3/12/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":676,"Cost":635,"Date":"3/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":304,"Cost":272,"Date":"6/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":125,"Cost":82,"Date":"6/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":805,"Date":"8/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":556,"Cost":354,"Date":"10/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":817,"Cost":730,"Date":"11/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":653,"Cost":499,"Date":"11/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":812,"Cost":516,"Date":"3/27/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":498,"Date":"4/17/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":515,"Date":"8/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":138,"Cost":131,"Date":"8/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":22,"Cost":11,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":563,"Date":"9/5/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":98,"Cost":59,"Date":"9/14/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":830,"Cost":586,"Date":"9/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":67,"Cost":54,"Date":"11/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":449,"Cost":336,"Date":"12/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":132,"Cost":83,"Date":"1/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":634,"Cost":326,"Date":"1/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":193,"Cost":139,"Date":"2/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":284,"Cost":221,"Date":"3/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":359,"Cost":238,"Date":"4/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":472,"Date":"4/5/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":184,"Cost":133,"Date":"4/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":764,"Cost":477,"Date":"7/10/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":373,"Cost":198,"Date":"3/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":617,"Cost":558,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":866,"Cost":562,"Date":"10/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":63,"Date":"3/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":520,"Cost":359,"Date":"6/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":265,"Cost":202,"Date":"7/17/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":737,"Cost":436,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":124,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":837,"Cost":703,"Date":"11/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":814,"Cost":608,"Date":"12/16/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":318,"Cost":160,"Date":"12/30/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":268,"Date":"2/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":176,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":866,"Cost":546,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":300,"Date":"4/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":216,"Cost":138,"Date":"7/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":573,"Cost":473,"Date":"8/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":119,"Date":"10/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":710,"Cost":569,"Date":"11/11/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":782,"Cost":608,"Date":"11/30/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":167,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":517,"Date":"3/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":526,"Cost":316,"Date":"4/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":881,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":685,"Cost":419,"Date":"8/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":59,"Cost":38,"Date":"9/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":961,"Cost":705,"Date":"10/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":928,"Cost":856,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":94,"Cost":70,"Date":"11/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":700,"Cost":444,"Date":"12/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":596,"Cost":371,"Date":"12/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":756,"Cost":451,"Date":"1/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":245,"Date":"1/23/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":372,"Date":"2/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":223,"Date":"3/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":187,"Cost":167,"Date":"3/12/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":702,"Cost":488,"Date":"3/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":473,"Date":"6/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":360,"Date":"6/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":516,"Date":"8/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":394,"Cost":294,"Date":"10/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":383,"Date":"11/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":191,"Cost":130,"Date":"11/9/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":358,"Date":"3/27/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":519,"Date":"4/17/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":537,"Date":"8/11/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":9,"Cost":9,"Date":"8/21/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":362,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":797,"Cost":717,"Date":"9/5/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":699,"Cost":660,"Date":"9/14/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":255,"Cost":207,"Date":"9/20/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":750,"Cost":418,"Date":"11/20/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":143,"Date":"12/21/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":194,"Date":"1/7/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":625,"Cost":324,"Date":"1/21/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":100,"Cost":90,"Date":"2/9/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":597,"Date":"3/19/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":28,"Date":"4/3/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":907,"Cost":827,"Date":"4/5/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":355,"Cost":241,"Date":"4/28/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":675,"Date":"7/10/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":99,"Date":"3/25/2020"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":461,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":103,"Date":"10/28/2020"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":383,"Date":"3/2/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":190,"Date":"6/28/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":550,"Date":"7/17/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":502,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":653,"Cost":478,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":156,"Date":"11/20/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":118,"Cost":100,"Date":"12/16/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":721,"Cost":627,"Date":"12/30/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":172,"Date":"2/15/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":245,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":647,"Cost":333,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":31,"Cost":22,"Date":"4/18/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":548,"Cost":304,"Date":"7/27/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":132,"Cost":95,"Date":"8/18/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":284,"Date":"10/31/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":305,"Cost":216,"Date":"11/11/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":133,"Date":"11/30/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":764,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":27,"Date":"3/1/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":770,"Date":"4/13/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":113,"Cost":85,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":562,"Date":"8/13/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":121,"Cost":90,"Date":"9/15/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":90,"Cost":80,"Date":"10/14/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":102,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":620,"Date":"11/11/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":594,"Cost":367,"Date":"12/7/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":113,"Cost":103,"Date":"12/21/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":399,"Cost":341,"Date":"1/6/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":596,"Date":"1/23/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":802,"Cost":620,"Date":"2/4/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":370,"Date":"3/10/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":861,"Cost":604,"Date":"3/12/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":40,"Date":"3/31/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":138,"Cost":91,"Date":"6/16/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":16,"Date":"6/17/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":367,"Cost":284,"Date":"8/27/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":560,"Date":"10/1/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":99,"Date":"11/4/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":655,"Date":"11/9/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":72,"Cost":42,"Date":"3/27/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":966,"Cost":623,"Date":"4/17/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":416,"Date":"8/11/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":30,"Cost":26,"Date":"8/21/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":461,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":454,"Cost":277,"Date":"9/5/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":516,"Cost":322,"Date":"9/14/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":810,"Date":"9/20/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":803,"Date":"11/20/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":983,"Cost":613,"Date":"12/21/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":309,"Cost":211,"Date":"1/7/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":669,"Date":"1/21/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":39,"Date":"2/9/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"3/19/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":390,"Cost":210,"Date":"4/3/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":320,"Cost":276,"Date":"4/5/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":434,"Cost":399,"Date":"4/28/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":857,"Cost":780,"Date":"7/10/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":328,"Date":"3/25/2020"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":385,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":185,"Cost":113,"Date":"10/28/2020"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":60,"Date":"3/2/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":406,"Cost":321,"Date":"6/28/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":176,"Cost":153,"Date":"7/17/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":448,"Cost":337,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":43,"Cost":24,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":321,"Date":"11/20/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":22,"Cost":16,"Date":"12/16/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":563,"Cost":415,"Date":"12/30/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":175,"Date":"2/15/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":812,"Cost":548,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":410,"Cost":278,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":173,"Date":"4/18/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":255,"Date":"7/27/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":485,"Date":"8/18/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":124,"Date":"10/31/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":375,"Cost":215,"Date":"11/11/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":829,"Cost":611,"Date":"11/30/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":593,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":793,"Cost":452,"Date":"3/1/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":285,"Cost":176,"Date":"4/13/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":567,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":86,"Date":"8/13/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":603,"Date":"9/15/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":324,"Cost":306,"Date":"10/14/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":442,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":241,"Date":"11/11/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":105,"Cost":76,"Date":"12/7/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":342,"Date":"12/21/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":879,"Date":"1/6/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":86,"Date":"1/23/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":426,"Date":"2/4/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":16,"Cost":15,"Date":"3/10/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":728,"Cost":521,"Date":"3/12/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":761,"Date":"3/31/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":172,"Date":"6/16/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":391,"Cost":243,"Date":"6/17/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":142,"Cost":93,"Date":"8/27/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":859,"Cost":589,"Date":"10/1/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":452,"Date":"11/4/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":622,"Cost":514,"Date":"11/9/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":497,"Cost":430,"Date":"3/27/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"4/17/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":22,"Cost":21,"Date":"8/11/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":75,"Cost":46,"Date":"8/21/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":897,"Cost":774,"Date":"9/5/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":795,"Date":"9/14/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":382,"Date":"9/20/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":863,"Cost":802,"Date":"11/20/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":180,"Date":"12/21/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":175,"Cost":101,"Date":"1/7/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":824,"Cost":635,"Date":"1/21/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":587,"Date":"2/9/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":445,"Cost":238,"Date":"3/19/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":881,"Cost":775,"Date":"4/3/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":150,"Date":"4/5/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":299,"Cost":182,"Date":"4/28/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":867,"Cost":454,"Date":"7/10/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":617,"Cost":374,"Date":"3/25/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":911,"Cost":654,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":753,"Cost":608,"Date":"10/28/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":382,"Cost":268,"Date":"3/2/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":658,"Date":"6/28/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":337,"Cost":217,"Date":"7/17/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":851,"Cost":532,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":73,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":441,"Cost":409,"Date":"11/20/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":117,"Cost":72,"Date":"12/16/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":51,"Date":"12/30/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":223,"Cost":113,"Date":"2/15/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":780,"Cost":478,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":222,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":504,"Cost":387,"Date":"4/18/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":750,"Cost":399,"Date":"7/27/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":322,"Cost":168,"Date":"8/18/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":994,"Cost":816,"Date":"10/31/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":713,"Cost":424,"Date":"11/11/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":480,"Cost":253,"Date":"11/30/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":827,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":381,"Date":"3/1/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":444,"Cost":302,"Date":"4/13/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":71,"Cost":47,"Date":"8/13/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":665,"Cost":357,"Date":"9/15/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":745,"Cost":556,"Date":"10/14/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":555,"Cost":391,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":610,"Cost":407,"Date":"11/11/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":648,"Cost":402,"Date":"12/7/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":576,"Date":"12/21/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":339,"Cost":230,"Date":"1/6/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":446,"Cost":403,"Date":"1/23/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":405,"Date":"2/4/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":936,"Cost":855,"Date":"3/10/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":662,"Date":"3/12/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":26,"Date":"3/31/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":766,"Cost":541,"Date":"6/16/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":650,"Date":"6/17/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":115,"Cost":96,"Date":"8/27/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":190,"Cost":179,"Date":"10/1/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":823,"Cost":594,"Date":"11/4/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":200,"Cost":161,"Date":"11/9/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":516,"Cost":322,"Date":"3/27/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":893,"Cost":567,"Date":"4/17/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":488,"Cost":447,"Date":"8/11/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":946,"Cost":767,"Date":"8/21/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":918,"Cost":865,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":654,"Cost":438,"Date":"9/5/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":398,"Cost":340,"Date":"9/14/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":864,"Cost":438,"Date":"9/20/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":53,"Cost":47,"Date":"11/20/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":64,"Date":"12/21/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":490,"Cost":301,"Date":"1/7/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":77,"Date":"1/21/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":858,"Date":"2/9/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":788,"Cost":467,"Date":"3/19/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":844,"Cost":434,"Date":"4/3/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":707,"Cost":429,"Date":"4/5/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":122,"Cost":72,"Date":"4/28/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":39,"Cost":24,"Date":"7/10/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":360,"Cost":195,"Date":"3/25/2020"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":573,"Cost":494,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":668,"Cost":394,"Date":"10/28/2020"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":78,"Cost":53,"Date":"3/2/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":452,"Cost":277,"Date":"6/28/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":600,"Cost":415,"Date":"7/17/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":594,"Cost":362,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":129,"Cost":82,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":253,"Date":"11/20/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":508,"Date":"12/16/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":143,"Date":"12/30/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":141,"Date":"2/15/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":165,"Cost":96,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":311,"Cost":263,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":177,"Cost":154,"Date":"4/18/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":546,"Cost":441,"Date":"7/27/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":982,"Cost":789,"Date":"8/18/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":286,"Date":"10/31/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":373,"Cost":211,"Date":"11/11/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":775,"Cost":722,"Date":"11/30/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":118,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":671,"Cost":441,"Date":"3/1/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":910,"Cost":627,"Date":"4/13/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":268,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":236,"Date":"8/13/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":604,"Cost":548,"Date":"9/15/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":836,"Cost":539,"Date":"10/14/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":412,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":192,"Cost":136,"Date":"11/11/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":745,"Cost":447,"Date":"12/7/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":819,"Cost":440,"Date":"12/21/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":382,"Cost":285,"Date":"1/6/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":309,"Date":"1/23/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":62,"Cost":45,"Date":"2/4/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":13,"Cost":7,"Date":"3/10/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":237,"Date":"3/12/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":162,"Date":"3/31/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":142,"Date":"6/16/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":15,"Cost":11,"Date":"6/17/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":80,"Cost":72,"Date":"8/27/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":878,"Cost":746,"Date":"10/1/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"11/4/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":194,"Cost":177,"Date":"11/9/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":120,"Cost":70,"Date":"3/27/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":756,"Cost":680,"Date":"4/17/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":772,"Cost":681,"Date":"8/11/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":430,"Date":"8/21/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":661,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":42,"Cost":21,"Date":"9/5/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":150,"Cost":89,"Date":"9/14/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":568,"Cost":510,"Date":"9/20/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":753,"Cost":486,"Date":"11/20/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":594,"Date":"12/21/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":313,"Cost":294,"Date":"1/7/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":325,"Cost":225,"Date":"1/21/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":184,"Cost":146,"Date":"2/9/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":79,"Cost":74,"Date":"3/19/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":33,"Cost":18,"Date":"4/3/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":54,"Date":"4/5/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":799,"Cost":429,"Date":"4/28/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":907,"Cost":818,"Date":"7/10/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":749,"Cost":526,"Date":"3/25/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":396,"Cost":360,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":112,"Date":"10/28/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":93,"Date":"3/2/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":392,"Cost":314,"Date":"6/28/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":765,"Cost":546,"Date":"7/17/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":278,"Cost":207,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":9,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":898,"Cost":675,"Date":"11/20/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":423,"Date":"12/16/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":228,"Cost":192,"Date":"12/30/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":681,"Cost":538,"Date":"2/15/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":494,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":238,"Cost":166,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":689,"Cost":357,"Date":"4/18/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":505,"Cost":381,"Date":"7/27/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":622,"Cost":482,"Date":"8/18/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":404,"Cost":366,"Date":"10/31/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":364,"Cost":273,"Date":"11/11/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":804,"Date":"11/30/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":567,"Cost":516,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":200,"Cost":179,"Date":"3/1/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":594,"Cost":517,"Date":"4/13/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":683,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":915,"Cost":718,"Date":"8/13/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":485,"Cost":344,"Date":"9/15/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":968,"Cost":620,"Date":"10/14/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":766,"Cost":648,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":534,"Cost":485,"Date":"11/11/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":696,"Cost":621,"Date":"12/7/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":142,"Cost":125,"Date":"12/21/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":161,"Date":"1/6/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":25,"Date":"1/23/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":424,"Cost":220,"Date":"2/4/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":259,"Cost":222,"Date":"3/10/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":794,"Cost":743,"Date":"3/12/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":668,"Cost":561,"Date":"3/31/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":390,"Date":"6/16/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":780,"Cost":585,"Date":"6/17/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":306,"Date":"8/27/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":896,"Cost":654,"Date":"10/1/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":354,"Cost":333,"Date":"11/4/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":171,"Date":"11/9/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":712,"Cost":361,"Date":"3/27/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":365,"Date":"4/17/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":552,"Date":"8/11/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":495,"Date":"8/21/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":461,"Cost":383,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":642,"Date":"9/5/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":203,"Cost":126,"Date":"9/14/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":716,"Date":"9/20/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":420,"Cost":293,"Date":"11/20/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":969,"Cost":849,"Date":"12/21/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":535,"Cost":352,"Date":"1/7/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":209,"Cost":184,"Date":"1/21/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":312,"Cost":208,"Date":"2/9/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":485,"Date":"3/19/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":748,"Date":"4/3/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":568,"Cost":368,"Date":"4/5/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":750,"Cost":597,"Date":"4/28/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":571,"Date":"7/10/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":717,"Cost":595,"Date":"3/25/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":121,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":56,"Date":"10/28/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":420,"Cost":385,"Date":"3/2/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":733,"Date":"6/28/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":26,"Date":"7/17/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":461,"Cost":307,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":568,"Cost":507,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":213,"Date":"11/20/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":11,"Cost":6,"Date":"12/16/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":789,"Cost":493,"Date":"12/30/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":308,"Date":"2/15/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":300,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":813,"Cost":626,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":190,"Date":"4/18/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":94,"Cost":65,"Date":"7/27/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":542,"Cost":358,"Date":"8/18/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":98,"Date":"10/31/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":223,"Date":"11/11/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":631,"Cost":403,"Date":"11/30/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":921,"Cost":807,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":979,"Cost":823,"Date":"3/1/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":574,"Cost":545,"Date":"4/13/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":204,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":31,"Date":"8/13/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":811,"Cost":565,"Date":"9/15/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":12,"Date":"10/14/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":187,"Cost":155,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":71,"Date":"11/11/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":138,"Date":"12/7/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":923,"Date":"12/21/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":719,"Cost":636,"Date":"1/6/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":580,"Date":"1/23/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":32,"Cost":17,"Date":"2/4/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":460,"Cost":260,"Date":"3/10/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":455,"Date":"3/12/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":414,"Cost":208,"Date":"3/31/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":275,"Date":"6/16/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":146,"Cost":119,"Date":"6/17/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":780,"Date":"8/27/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":425,"Cost":376,"Date":"10/1/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":426,"Date":"11/4/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":898,"Cost":768,"Date":"11/9/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":546,"Cost":351,"Date":"3/27/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":993,"Cost":880,"Date":"4/17/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":588,"Cost":514,"Date":"8/11/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":541,"Date":"8/21/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":821,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":572,"Date":"9/5/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":831,"Cost":531,"Date":"9/14/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":220,"Cost":144,"Date":"9/20/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":438,"Date":"11/20/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":593,"Cost":553,"Date":"12/21/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":263,"Cost":190,"Date":"1/7/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":618,"Cost":345,"Date":"1/21/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":255,"Cost":170,"Date":"2/9/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":538,"Cost":461,"Date":"3/19/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":155,"Cost":119,"Date":"4/3/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":222,"Cost":116,"Date":"4/5/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":622,"Cost":424,"Date":"4/28/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":446,"Date":"7/10/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":580,"Date":"3/25/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":110,"Cost":58,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":602,"Cost":328,"Date":"10/28/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":885,"Cost":451,"Date":"3/2/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":597,"Cost":453,"Date":"6/28/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":359,"Date":"7/17/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":824,"Cost":578,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":649,"Cost":456,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":851,"Cost":520,"Date":"11/20/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":135,"Cost":79,"Date":"12/16/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":625,"Cost":578,"Date":"12/30/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":816,"Cost":691,"Date":"2/15/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":749,"Cost":613,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":183,"Cost":170,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":423,"Date":"4/18/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":636,"Cost":534,"Date":"7/27/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":355,"Cost":324,"Date":"8/18/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":620,"Cost":526,"Date":"10/31/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":642,"Cost":531,"Date":"11/11/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":113,"Date":"11/30/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":431,"Cost":387,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":1000,"Cost":708,"Date":"3/1/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":59,"Date":"4/13/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":696,"Cost":553,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":140,"Cost":104,"Date":"8/13/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":76,"Date":"9/15/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":489,"Date":"10/14/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":422,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":531,"Cost":292,"Date":"11/11/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":234,"Cost":208,"Date":"12/7/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":972,"Cost":646,"Date":"12/21/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":586,"Cost":444,"Date":"1/6/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":15,"Cost":14,"Date":"1/23/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":336,"Cost":219,"Date":"2/4/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":534,"Cost":315,"Date":"3/10/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":704,"Date":"3/12/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":292,"Date":"3/31/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":464,"Cost":261,"Date":"6/16/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":534,"Date":"6/17/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":645,"Cost":327,"Date":"8/27/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":312,"Cost":260,"Date":"10/1/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":768,"Cost":585,"Date":"11/4/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":429,"Cost":354,"Date":"11/9/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":953,"Cost":630,"Date":"3/27/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":962,"Cost":643,"Date":"4/17/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":503,"Cost":453,"Date":"8/11/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":161,"Date":"8/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":204,"Cost":111,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":816,"Cost":638,"Date":"9/5/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":242,"Cost":166,"Date":"9/14/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":402,"Date":"9/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":510,"Date":"11/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":168,"Cost":102,"Date":"12/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":158,"Cost":107,"Date":"1/7/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":197,"Cost":148,"Date":"1/21/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":501,"Cost":342,"Date":"2/9/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":809,"Date":"3/19/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":759,"Date":"4/3/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":272,"Cost":183,"Date":"4/5/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":291,"Cost":179,"Date":"4/28/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":544,"Cost":434,"Date":"7/10/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":779,"Cost":651,"Date":"3/25/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":117,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":135,"Date":"10/28/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":519,"Date":"3/2/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":451,"Cost":382,"Date":"6/28/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":368,"Cost":339,"Date":"7/17/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":279,"Cost":183,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":423,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":713,"Date":"11/20/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":360,"Cost":234,"Date":"12/16/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":581,"Cost":335,"Date":"12/30/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":508,"Date":"2/15/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":677,"Cost":501,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":147,"Cost":112,"Date":"4/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":761,"Cost":519,"Date":"7/27/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":435,"Date":"8/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":11,"Cost":8,"Date":"10/31/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":895,"Cost":839,"Date":"11/11/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":249,"Date":"11/30/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":111,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":953,"Cost":797,"Date":"3/1/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":52,"Cost":49,"Date":"4/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":960,"Cost":865,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":226,"Cost":215,"Date":"8/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":482,"Cost":373,"Date":"9/15/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":736,"Cost":698,"Date":"10/14/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":404,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":138,"Date":"11/11/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":605,"Cost":560,"Date":"12/7/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":409,"Cost":294,"Date":"12/21/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":343,"Date":"1/6/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":98,"Cost":82,"Date":"1/23/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":287,"Cost":229,"Date":"2/4/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":210,"Date":"3/10/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":738,"Cost":478,"Date":"3/12/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":776,"Date":"3/31/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":737,"Cost":420,"Date":"6/16/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":499,"Cost":258,"Date":"6/17/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":893,"Cost":546,"Date":"8/27/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":467,"Cost":381,"Date":"10/1/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":690,"Date":"11/4/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":580,"Cost":422,"Date":"11/9/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":849,"Cost":625,"Date":"3/27/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":651,"Date":"4/17/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":799,"Cost":736,"Date":"8/11/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":750,"Cost":651,"Date":"8/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":525,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":762,"Cost":642,"Date":"9/5/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":147,"Date":"9/14/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":253,"Cost":168,"Date":"9/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":359,"Cost":263,"Date":"11/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":37,"Cost":19,"Date":"12/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":561,"Cost":403,"Date":"1/7/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":957,"Cost":887,"Date":"1/21/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":796,"Cost":543,"Date":"2/9/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":719,"Cost":425,"Date":"3/19/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":504,"Date":"4/3/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":917,"Cost":712,"Date":"4/5/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":398,"Cost":243,"Date":"4/28/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":82,"Cost":52,"Date":"7/10/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":186,"Cost":167,"Date":"3/25/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":968,"Cost":491,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":766,"Cost":577,"Date":"10/28/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":657,"Cost":389,"Date":"3/2/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":334,"Date":"6/28/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":489,"Cost":323,"Date":"7/17/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":113,"Cost":98,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":430,"Cost":342,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":881,"Cost":593,"Date":"11/20/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":254,"Date":"12/16/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":205,"Cost":190,"Date":"12/30/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":918,"Cost":505,"Date":"2/15/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":577,"Cost":337,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":953,"Cost":639,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":598,"Date":"4/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":311,"Cost":161,"Date":"7/27/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":288,"Cost":174,"Date":"8/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":631,"Cost":599,"Date":"10/31/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":604,"Cost":351,"Date":"11/11/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"11/30/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":253,"Cost":143,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":194,"Cost":153,"Date":"3/1/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":306,"Cost":205,"Date":"4/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":846,"Cost":583,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":435,"Date":"8/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":718,"Cost":470,"Date":"9/15/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":84,"Cost":72,"Date":"10/14/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":859,"Cost":586,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":9,"Cost":7,"Date":"11/11/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":194,"Cost":171,"Date":"12/7/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":908,"Cost":593,"Date":"12/21/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":392,"Cost":372,"Date":"1/6/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":499,"Cost":303,"Date":"1/23/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":201,"Date":"2/4/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":342,"Date":"3/10/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":481,"Cost":418,"Date":"3/12/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":629,"Cost":396,"Date":"3/31/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":623,"Cost":344,"Date":"6/16/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":449,"Date":"6/17/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":314,"Cost":186,"Date":"8/27/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":436,"Date":"10/1/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":710,"Cost":657,"Date":"11/4/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":676,"Date":"11/9/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":609,"Cost":505,"Date":"3/27/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":280,"Cost":254,"Date":"4/17/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":81,"Cost":63,"Date":"8/11/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":199,"Cost":110,"Date":"8/21/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":308,"Cost":185,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":90,"Cost":82,"Date":"9/5/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":833,"Cost":594,"Date":"9/14/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"9/20/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":388,"Date":"11/20/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":564,"Cost":369,"Date":"12/21/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":128,"Cost":90,"Date":"1/7/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":371,"Cost":211,"Date":"1/21/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":495,"Cost":253,"Date":"2/9/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":142,"Cost":85,"Date":"3/19/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":724,"Cost":474,"Date":"4/3/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":342,"Date":"4/5/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":398,"Cost":345,"Date":"4/28/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":95,"Cost":66,"Date":"7/10/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":634,"Cost":517,"Date":"3/25/2020"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":86,"Cost":50,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":196,"Cost":118,"Date":"10/28/2020"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":655,"Cost":496,"Date":"3/2/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":43,"Cost":38,"Date":"6/28/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":692,"Cost":577,"Date":"7/17/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":119,"Cost":69,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":302,"Cost":199,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":634,"Cost":427,"Date":"11/20/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":407,"Cost":360,"Date":"12/16/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":9,"Cost":6,"Date":"12/30/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":651,"Date":"2/15/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":757,"Cost":451,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":242,"Cost":170,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":453,"Cost":401,"Date":"4/18/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":984,"Cost":506,"Date":"7/27/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":531,"Cost":383,"Date":"8/18/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":606,"Cost":483,"Date":"10/31/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":64,"Cost":41,"Date":"11/11/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":457,"Cost":388,"Date":"11/30/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":282,"Cost":173,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":768,"Cost":696,"Date":"3/1/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":932,"Cost":600,"Date":"4/13/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":842,"Cost":575,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":223,"Cost":185,"Date":"8/13/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":449,"Cost":334,"Date":"9/15/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":367,"Date":"10/14/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":697,"Cost":542,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":863,"Cost":594,"Date":"11/11/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":249,"Date":"12/7/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":52,"Date":"12/21/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":415,"Cost":312,"Date":"1/6/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":410,"Date":"1/23/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":874,"Cost":453,"Date":"2/4/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":454,"Cost":425,"Date":"3/10/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":104,"Cost":87,"Date":"3/12/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":651,"Cost":580,"Date":"3/31/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":862,"Cost":570,"Date":"6/16/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":456,"Cost":262,"Date":"6/17/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":757,"Cost":485,"Date":"8/27/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":440,"Cost":224,"Date":"10/1/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":716,"Cost":527,"Date":"11/4/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":108,"Cost":90,"Date":"11/9/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":678,"Cost":626,"Date":"3/27/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":173,"Cost":128,"Date":"4/17/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":624,"Date":"8/11/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":384,"Cost":350,"Date":"8/21/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":295,"Cost":236,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":973,"Cost":547,"Date":"9/5/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":106,"Cost":98,"Date":"9/14/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":345,"Cost":290,"Date":"9/20/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":513,"Cost":314,"Date":"11/20/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":191,"Cost":138,"Date":"12/21/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":506,"Cost":361,"Date":"1/7/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":936,"Cost":815,"Date":"1/21/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":787,"Cost":718,"Date":"2/9/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":497,"Cost":322,"Date":"3/19/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":516,"Cost":490,"Date":"4/3/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":546,"Cost":483,"Date":"4/5/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":525,"Date":"4/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":721,"Cost":529,"Date":"7/10/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":414,"Cost":389,"Date":"3/25/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":521,"Cost":399,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":864,"Cost":537,"Date":"10/28/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":594,"Date":"3/2/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":490,"Cost":387,"Date":"6/28/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":85,"Cost":43,"Date":"7/17/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":243,"Cost":160,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":324,"Cost":163,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":269,"Date":"11/20/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":202,"Cost":159,"Date":"12/16/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":280,"Date":"12/30/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":138,"Cost":122,"Date":"2/15/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":694,"Cost":412,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":840,"Cost":514,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":962,"Cost":603,"Date":"4/18/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"7/27/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":684,"Cost":576,"Date":"8/18/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":607,"Date":"10/31/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":75,"Cost":67,"Date":"11/11/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":327,"Cost":215,"Date":"11/30/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":321,"Cost":274,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":251,"Cost":165,"Date":"3/1/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":868,"Cost":775,"Date":"4/13/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":30,"Cost":17,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":261,"Cost":154,"Date":"8/13/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":334,"Cost":278,"Date":"9/15/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":138,"Date":"10/14/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":253,"Cost":214,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":729,"Cost":393,"Date":"11/11/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":545,"Cost":296,"Date":"12/7/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":277,"Date":"12/21/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":672,"Cost":627,"Date":"1/6/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":873,"Cost":437,"Date":"1/23/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":197,"Cost":156,"Date":"2/4/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":613,"Cost":510,"Date":"3/10/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":241,"Cost":167,"Date":"3/12/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":266,"Cost":167,"Date":"3/31/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":381,"Cost":354,"Date":"6/16/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":643,"Cost":494,"Date":"6/17/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":25,"Cost":13,"Date":"8/27/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":882,"Cost":810,"Date":"10/1/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":46,"Cost":43,"Date":"11/4/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":891,"Date":"11/9/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":74,"Date":"3/27/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":466,"Cost":332,"Date":"4/17/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":444,"Cost":419,"Date":"8/11/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":264,"Cost":236,"Date":"8/21/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":502,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":258,"Cost":191,"Date":"9/5/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":392,"Date":"9/14/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":25,"Date":"9/20/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":70,"Date":"11/20/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":582,"Cost":439,"Date":"12/21/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":834,"Cost":678,"Date":"1/7/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":769,"Cost":486,"Date":"1/21/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":630,"Date":"2/9/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":225,"Date":"3/19/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":51,"Date":"4/3/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":542,"Cost":376,"Date":"4/5/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":275,"Date":"4/28/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":829,"Cost":451,"Date":"7/10/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":98,"Cost":81,"Date":"3/25/2020"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":485,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":188,"Cost":129,"Date":"10/28/2020"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":743,"Cost":594,"Date":"3/2/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":198,"Cost":101,"Date":"6/28/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":581,"Cost":318,"Date":"7/17/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":607,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":350,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":764,"Cost":472,"Date":"11/20/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":720,"Cost":378,"Date":"12/16/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":70,"Date":"12/30/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":209,"Cost":105,"Date":"2/15/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":457,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":877,"Cost":757,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":965,"Cost":915,"Date":"4/18/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":363,"Date":"7/27/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":280,"Date":"8/18/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":542,"Date":"10/31/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":244,"Date":"11/11/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":539,"Cost":335,"Date":"11/30/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":453,"Cost":413,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":374,"Date":"3/1/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":407,"Cost":236,"Date":"4/13/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":990,"Cost":718,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":924,"Cost":570,"Date":"8/13/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":161,"Cost":116,"Date":"9/15/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":163,"Cost":147,"Date":"10/14/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":257,"Cost":210,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":273,"Date":"11/11/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":480,"Date":"12/7/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":401,"Cost":317,"Date":"12/21/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":825,"Cost":664,"Date":"1/6/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"1/23/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":894,"Cost":567,"Date":"2/4/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":563,"Date":"3/10/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":860,"Cost":560,"Date":"3/12/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":236,"Cost":210,"Date":"3/31/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":823,"Cost":551,"Date":"6/16/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":641,"Cost":459,"Date":"6/17/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":605,"Date":"8/27/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":593,"Cost":389,"Date":"10/1/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":309,"Cost":176,"Date":"11/4/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":390,"Cost":362,"Date":"11/9/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":253,"Date":"3/27/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":210,"Date":"4/17/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":613,"Date":"8/11/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":849,"Cost":763,"Date":"8/21/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":523,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":293,"Date":"9/5/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":863,"Cost":473,"Date":"9/14/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":526,"Date":"9/20/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":343,"Cost":242,"Date":"11/20/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":542,"Cost":355,"Date":"12/21/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":72,"Cost":41,"Date":"1/7/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":603,"Cost":305,"Date":"1/21/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":38,"Date":"2/9/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":469,"Date":"3/19/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":696,"Date":"4/3/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":308,"Date":"4/5/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":344,"Cost":296,"Date":"4/28/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":32,"Date":"7/10/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":355,"Cost":179,"Date":"3/25/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":963,"Cost":876,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":58,"Cost":44,"Date":"10/28/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":504,"Cost":285,"Date":"3/2/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":653,"Cost":525,"Date":"6/28/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":832,"Cost":772,"Date":"7/17/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":289,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":555,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":774,"Cost":679,"Date":"11/20/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":136,"Date":"12/16/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":8,"Date":"12/30/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":422,"Date":"2/15/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":567,"Cost":305,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":414,"Cost":385,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":284,"Cost":264,"Date":"4/18/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":100,"Cost":82,"Date":"7/27/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":99,"Cost":81,"Date":"8/18/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":156,"Date":"10/31/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":855,"Cost":693,"Date":"11/11/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":290,"Cost":223,"Date":"11/30/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":237,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":393,"Date":"3/1/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":842,"Cost":435,"Date":"4/13/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":371,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":992,"Cost":807,"Date":"8/13/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":86,"Date":"9/15/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":506,"Date":"10/14/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":741,"Cost":468,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":760,"Cost":429,"Date":"11/11/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":628,"Cost":415,"Date":"12/7/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":700,"Date":"12/21/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":600,"Cost":454,"Date":"1/6/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":393,"Date":"1/23/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":434,"Cost":241,"Date":"2/4/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":791,"Date":"3/10/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":342,"Cost":282,"Date":"3/12/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":871,"Cost":595,"Date":"3/31/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":54,"Cost":29,"Date":"6/16/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":180,"Cost":130,"Date":"6/17/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":536,"Date":"8/27/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":429,"Date":"10/1/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":583,"Cost":313,"Date":"11/4/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":459,"Cost":353,"Date":"11/9/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":108,"Cost":60,"Date":"3/27/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":507,"Cost":300,"Date":"4/17/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":272,"Date":"8/11/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":849,"Cost":571,"Date":"8/21/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":457,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":710,"Cost":628,"Date":"9/5/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":25,"Date":"9/14/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":119,"Date":"9/20/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":145,"Date":"11/20/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":199,"Date":"12/21/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":227,"Cost":203,"Date":"1/7/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":247,"Date":"1/21/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":369,"Date":"2/9/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":707,"Date":"3/19/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":633,"Cost":334,"Date":"4/3/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":507,"Cost":418,"Date":"4/5/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":305,"Date":"4/28/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":347,"Date":"7/10/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":49,"Cost":44,"Date":"3/25/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":770,"Cost":477,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":443,"Date":"10/28/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":392,"Date":"3/2/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":272,"Cost":181,"Date":"6/28/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":277,"Cost":152,"Date":"7/17/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":530,"Cost":327,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":649,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":307,"Date":"11/20/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":204,"Date":"12/16/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":390,"Cost":259,"Date":"12/30/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":851,"Cost":665,"Date":"2/15/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":23,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":493,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":466,"Cost":307,"Date":"4/18/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":539,"Date":"7/27/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":425,"Date":"8/18/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":19,"Date":"10/31/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":448,"Date":"11/11/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":40,"Cost":37,"Date":"11/30/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":335,"Cost":261,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":61,"Date":"3/1/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":701,"Cost":653,"Date":"4/13/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":679,"Cost":372,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":644,"Date":"8/13/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":827,"Cost":647,"Date":"9/15/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":785,"Cost":608,"Date":"10/14/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":172,"Cost":97,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":145,"Cost":126,"Date":"11/11/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":297,"Cost":180,"Date":"12/7/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":520,"Date":"12/21/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":762,"Cost":673,"Date":"1/6/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":861,"Cost":436,"Date":"1/23/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":5,"Date":"2/4/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":223,"Cost":171,"Date":"3/10/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":447,"Cost":357,"Date":"3/12/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":329,"Cost":280,"Date":"3/31/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":480,"Cost":428,"Date":"6/16/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":352,"Cost":277,"Date":"6/17/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":46,"Cost":23,"Date":"8/27/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":33,"Date":"10/1/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":78,"Cost":70,"Date":"11/4/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":612,"Cost":495,"Date":"11/9/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":380,"Cost":351,"Date":"3/27/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":145,"Date":"4/17/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":515,"Cost":441,"Date":"8/11/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":87,"Cost":79,"Date":"8/21/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":382,"Cost":360,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":917,"Cost":650,"Date":"9/5/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":110,"Date":"9/14/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":627,"Date":"9/20/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":80,"Cost":67,"Date":"11/20/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":254,"Cost":207,"Date":"12/21/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":501,"Cost":460,"Date":"1/7/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":204,"Cost":176,"Date":"1/21/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":925,"Cost":579,"Date":"2/9/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":105,"Date":"3/19/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":826,"Cost":699,"Date":"4/3/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":339,"Date":"4/5/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":592,"Cost":397,"Date":"4/28/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":125,"Cost":105,"Date":"7/10/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":76,"Cost":56,"Date":"3/25/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":177,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":13,"Cost":10,"Date":"10/28/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":46,"Cost":25,"Date":"3/2/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":437,"Date":"6/28/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":203,"Date":"7/17/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":36,"Cost":29,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":892,"Cost":764,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":203,"Date":"11/20/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":96,"Date":"12/16/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":897,"Cost":652,"Date":"12/30/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":846,"Cost":797,"Date":"2/15/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":791,"Cost":570,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":101,"Cost":86,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":321,"Cost":179,"Date":"4/18/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":850,"Cost":621,"Date":"7/27/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":212,"Date":"8/18/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":875,"Cost":522,"Date":"10/31/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":656,"Date":"11/11/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":590,"Date":"11/30/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":605,"Cost":377,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":972,"Cost":592,"Date":"3/1/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":124,"Cost":82,"Date":"4/13/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":162,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":325,"Cost":294,"Date":"8/13/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":109,"Cost":57,"Date":"9/15/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":911,"Cost":836,"Date":"10/14/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":177,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":272,"Cost":247,"Date":"11/11/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":101,"Cost":58,"Date":"12/7/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":136,"Date":"12/21/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"1/6/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":961,"Cost":820,"Date":"1/23/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":489,"Cost":397,"Date":"2/4/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":579,"Cost":491,"Date":"3/10/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":423,"Date":"3/12/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":417,"Cost":362,"Date":"3/31/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":359,"Cost":341,"Date":"6/16/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":33,"Cost":30,"Date":"6/17/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":799,"Cost":403,"Date":"8/27/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":763,"Date":"10/1/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":651,"Cost":507,"Date":"11/4/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":574,"Cost":341,"Date":"11/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":29,"Cost":23,"Date":"3/27/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":74,"Cost":57,"Date":"4/17/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":148,"Date":"8/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"8/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":571,"Cost":309,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":317,"Date":"9/5/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":518,"Cost":334,"Date":"9/14/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":541,"Cost":489,"Date":"9/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":360,"Cost":289,"Date":"11/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":250,"Date":"12/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":410,"Date":"1/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":325,"Cost":196,"Date":"1/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":478,"Date":"2/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":124,"Cost":113,"Date":"3/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":337,"Date":"4/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":263,"Date":"4/5/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":474,"Date":"4/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":202,"Date":"7/10/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":781,"Cost":742,"Date":"3/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":52,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":395,"Cost":203,"Date":"10/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":387,"Cost":219,"Date":"3/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":543,"Cost":511,"Date":"6/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":690,"Date":"7/17/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":884,"Cost":648,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":907,"Cost":791,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":39,"Cost":34,"Date":"11/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":659,"Cost":336,"Date":"12/16/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":593,"Cost":459,"Date":"12/30/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":581,"Cost":459,"Date":"2/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":395,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":273,"Cost":245,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":218,"Date":"4/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":89,"Cost":47,"Date":"7/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":542,"Cost":415,"Date":"8/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":559,"Date":"10/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":217,"Cost":140,"Date":"11/11/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":810,"Cost":676,"Date":"11/30/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":480,"Cost":351,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":132,"Cost":102,"Date":"3/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":581,"Date":"4/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":789,"Cost":637,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":645,"Cost":392,"Date":"8/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":814,"Cost":440,"Date":"9/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":348,"Cost":183,"Date":"10/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":567,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":486,"Date":"11/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":822,"Cost":539,"Date":"12/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":125,"Date":"12/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":980,"Cost":778,"Date":"1/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":54,"Cost":48,"Date":"1/23/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":344,"Cost":255,"Date":"2/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":453,"Cost":272,"Date":"3/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":591,"Cost":553,"Date":"3/12/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":148,"Cost":99,"Date":"3/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":590,"Cost":400,"Date":"6/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":764,"Cost":613,"Date":"6/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":764,"Cost":595,"Date":"8/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":763,"Cost":691,"Date":"10/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":516,"Date":"11/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":570,"Cost":343,"Date":"11/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":755,"Cost":601,"Date":"3/27/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":316,"Cost":226,"Date":"4/17/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":886,"Cost":612,"Date":"8/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":850,"Cost":729,"Date":"8/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":240,"Cost":199,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":716,"Cost":468,"Date":"9/5/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":277,"Date":"9/14/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":661,"Cost":576,"Date":"9/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":996,"Cost":912,"Date":"11/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":617,"Cost":400,"Date":"12/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":826,"Cost":618,"Date":"1/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":104,"Cost":72,"Date":"1/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":497,"Cost":335,"Date":"2/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":99,"Cost":78,"Date":"3/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":330,"Date":"4/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":506,"Cost":374,"Date":"4/5/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":252,"Cost":170,"Date":"4/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":47,"Cost":33,"Date":"7/10/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":130,"Cost":72,"Date":"3/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":709,"Cost":460,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":614,"Cost":307,"Date":"10/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":551,"Cost":460,"Date":"3/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":480,"Cost":315,"Date":"6/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":907,"Cost":771,"Date":"7/17/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":434,"Cost":310,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":60,"Cost":42,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":987,"Cost":923,"Date":"11/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":246,"Cost":174,"Date":"12/16/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":661,"Cost":457,"Date":"12/30/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":146,"Cost":90,"Date":"2/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":494,"Cost":420,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":466,"Cost":361,"Date":"4/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":223,"Date":"7/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":319,"Cost":250,"Date":"8/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":205,"Cost":194,"Date":"10/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":474,"Cost":420,"Date":"11/11/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":431,"Cost":266,"Date":"11/30/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":663,"Cost":379,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":614,"Cost":550,"Date":"3/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":200,"Cost":107,"Date":"4/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":473,"Cost":322,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":699,"Cost":364,"Date":"8/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":275,"Cost":206,"Date":"9/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":250,"Cost":193,"Date":"10/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":791,"Cost":520,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":388,"Cost":353,"Date":"11/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":388,"Cost":309,"Date":"12/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":877,"Cost":769,"Date":"12/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":61,"Cost":56,"Date":"1/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"1/23/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":145,"Cost":90,"Date":"2/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":186,"Cost":156,"Date":"3/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":834,"Cost":533,"Date":"3/12/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":945,"Cost":885,"Date":"3/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":272,"Cost":223,"Date":"6/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":507,"Cost":436,"Date":"6/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":450,"Cost":380,"Date":"8/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":468,"Cost":441,"Date":"10/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":644,"Cost":330,"Date":"11/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":437,"Date":"11/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":721,"Cost":599,"Date":"3/27/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":201,"Date":"4/17/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":929,"Cost":874,"Date":"8/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":35,"Date":"8/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":32,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":607,"Cost":324,"Date":"9/5/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":326,"Date":"9/14/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":523,"Cost":290,"Date":"9/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":123,"Date":"11/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":678,"Date":"12/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":242,"Cost":160,"Date":"1/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":284,"Cost":242,"Date":"1/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":28,"Date":"2/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":30,"Cost":18,"Date":"3/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":194,"Cost":136,"Date":"4/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":873,"Cost":801,"Date":"4/5/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":703,"Date":"4/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":388,"Date":"7/10/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":578,"Date":"3/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":889,"Cost":765,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":224,"Date":"10/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":442,"Cost":281,"Date":"3/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":507,"Date":"6/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"7/17/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":483,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":647,"Cost":468,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":479,"Cost":240,"Date":"11/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":424,"Cost":272,"Date":"12/16/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":148,"Date":"12/30/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":487,"Cost":433,"Date":"2/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":522,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":582,"Cost":403,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":594,"Cost":486,"Date":"4/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":670,"Cost":396,"Date":"7/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":825,"Cost":528,"Date":"8/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":820,"Cost":495,"Date":"10/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":940,"Cost":544,"Date":"11/11/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":886,"Cost":524,"Date":"11/30/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":408,"Cost":260,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":484,"Date":"3/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":398,"Cost":297,"Date":"4/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":725,"Cost":509,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":853,"Cost":533,"Date":"8/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":639,"Cost":482,"Date":"9/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":298,"Cost":218,"Date":"10/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":19,"Cost":18,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":423,"Cost":224,"Date":"11/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":945,"Cost":495,"Date":"12/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":98,"Date":"12/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":348,"Date":"1/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":100,"Date":"1/23/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":407,"Cost":361,"Date":"2/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":816,"Cost":721,"Date":"3/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":484,"Date":"3/12/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":575,"Cost":408,"Date":"3/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":324,"Cost":252,"Date":"6/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":502,"Cost":268,"Date":"6/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":47,"Cost":29,"Date":"8/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":731,"Cost":625,"Date":"10/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":286,"Cost":228,"Date":"11/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":477,"Cost":427,"Date":"11/9/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":26,"Cost":15,"Date":"3/27/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":472,"Date":"4/17/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":51,"Cost":41,"Date":"8/11/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":194,"Cost":123,"Date":"8/21/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":865,"Cost":551,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":723,"Cost":643,"Date":"9/5/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":134,"Cost":77,"Date":"9/14/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":104,"Cost":93,"Date":"9/20/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":449,"Cost":282,"Date":"11/20/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":987,"Cost":791,"Date":"12/21/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":145,"Cost":105,"Date":"1/7/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":292,"Date":"1/21/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":590,"Date":"2/9/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":790,"Cost":658,"Date":"3/19/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":852,"Cost":563,"Date":"4/3/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":923,"Cost":532,"Date":"4/5/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":262,"Cost":137,"Date":"4/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":326,"Cost":296,"Date":"7/10/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":933,"Cost":468,"Date":"3/25/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":784,"Cost":496,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":559,"Cost":318,"Date":"10/28/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":534,"Cost":362,"Date":"3/2/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":216,"Cost":181,"Date":"6/28/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":307,"Cost":155,"Date":"7/17/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":483,"Cost":351,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":683,"Cost":571,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":345,"Cost":183,"Date":"11/20/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":608,"Cost":333,"Date":"12/16/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":335,"Cost":224,"Date":"12/30/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":987,"Cost":922,"Date":"2/15/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":883,"Cost":833,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":405,"Cost":323,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":93,"Cost":50,"Date":"4/18/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":635,"Cost":388,"Date":"7/27/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":739,"Cost":581,"Date":"8/18/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":637,"Cost":494,"Date":"10/31/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":999,"Cost":530,"Date":"11/11/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":348,"Cost":317,"Date":"11/30/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":143,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":555,"Cost":395,"Date":"3/1/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":105,"Cost":57,"Date":"4/13/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":479,"Cost":322,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":968,"Cost":575,"Date":"8/13/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":188,"Cost":154,"Date":"9/15/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":746,"Cost":550,"Date":"10/14/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":571,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":709,"Cost":615,"Date":"11/11/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":469,"Date":"12/7/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":222,"Cost":185,"Date":"12/21/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":669,"Cost":533,"Date":"1/6/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":733,"Date":"1/23/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":137,"Date":"2/4/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":676,"Date":"3/10/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":703,"Cost":601,"Date":"3/12/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":255,"Cost":231,"Date":"3/31/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":932,"Cost":535,"Date":"6/16/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":188,"Date":"6/17/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":693,"Cost":353,"Date":"8/27/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":624,"Cost":538,"Date":"10/1/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":671,"Cost":506,"Date":"11/4/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":706,"Cost":625,"Date":"11/9/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":290,"Cost":157,"Date":"3/27/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":285,"Cost":173,"Date":"4/17/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":214,"Cost":178,"Date":"8/11/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":329,"Date":"8/21/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":117,"Cost":85,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":415,"Cost":301,"Date":"9/5/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":363,"Cost":285,"Date":"9/14/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":411,"Cost":301,"Date":"9/20/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":610,"Cost":333,"Date":"11/20/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":704,"Cost":462,"Date":"12/21/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":714,"Cost":473,"Date":"1/7/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":347,"Cost":174,"Date":"1/21/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":935,"Cost":608,"Date":"2/9/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":522,"Cost":376,"Date":"3/19/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":665,"Cost":501,"Date":"4/3/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":501,"Date":"4/5/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":420,"Cost":324,"Date":"4/28/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":460,"Cost":430,"Date":"7/10/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":316,"Cost":210,"Date":"3/25/2020"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":488,"Cost":443,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":448,"Cost":274,"Date":"10/28/2020"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":977,"Cost":701,"Date":"3/2/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":851,"Cost":683,"Date":"6/28/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":286,"Date":"7/17/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":773,"Cost":513,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":247,"Cost":165,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":479,"Cost":455,"Date":"11/20/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":455,"Date":"12/16/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":991,"Cost":824,"Date":"12/30/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":673,"Cost":561,"Date":"2/15/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":741,"Cost":610,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":112,"Cost":80,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":81,"Cost":61,"Date":"4/18/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":817,"Cost":584,"Date":"7/27/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":338,"Cost":244,"Date":"8/18/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":252,"Cost":167,"Date":"10/31/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":633,"Cost":573,"Date":"11/11/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":444,"Cost":224,"Date":"11/30/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":543,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":912,"Cost":783,"Date":"3/1/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":306,"Date":"4/13/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":343,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":389,"Cost":358,"Date":"8/13/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":493,"Cost":305,"Date":"9/15/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":583,"Cost":370,"Date":"10/14/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":343,"Cost":244,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":354,"Date":"11/11/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":44,"Date":"12/7/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":658,"Date":"12/21/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":700,"Date":"1/6/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":773,"Cost":557,"Date":"1/23/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":941,"Cost":778,"Date":"2/4/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":785,"Cost":691,"Date":"3/10/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":83,"Cost":77,"Date":"3/12/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":156,"Cost":133,"Date":"3/31/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":467,"Cost":356,"Date":"6/16/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":344,"Cost":206,"Date":"6/17/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":299,"Cost":200,"Date":"8/27/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":895,"Cost":575,"Date":"10/1/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":849,"Cost":481,"Date":"11/4/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":509,"Cost":381,"Date":"11/9/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":80,"Cost":64,"Date":"3/27/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":61,"Cost":43,"Date":"4/17/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":756,"Cost":506,"Date":"8/11/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":585,"Cost":468,"Date":"8/21/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":705,"Cost":613,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":152,"Cost":82,"Date":"9/5/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":577,"Cost":380,"Date":"9/14/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":998,"Cost":820,"Date":"9/20/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":538,"Date":"11/20/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":487,"Cost":349,"Date":"12/21/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":380,"Cost":229,"Date":"1/7/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":545,"Cost":363,"Date":"1/21/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":486,"Cost":270,"Date":"2/9/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":30,"Cost":16,"Date":"3/19/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":166,"Cost":105,"Date":"4/3/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":887,"Cost":733,"Date":"4/5/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":137,"Cost":98,"Date":"4/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":834,"Cost":612,"Date":"7/10/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":849,"Cost":731,"Date":"3/25/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":258,"Cost":140,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":252,"Cost":193,"Date":"10/28/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":9,"Cost":5,"Date":"3/2/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":246,"Cost":168,"Date":"6/28/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":887,"Cost":449,"Date":"7/17/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":903,"Cost":826,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":528,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":151,"Date":"11/20/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":139,"Date":"12/16/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":731,"Cost":436,"Date":"12/30/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":714,"Date":"2/15/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":202,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":230,"Cost":196,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":378,"Date":"4/18/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":132,"Date":"7/27/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":245,"Cost":148,"Date":"8/18/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":123,"Cost":68,"Date":"10/31/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":457,"Date":"11/11/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":193,"Cost":182,"Date":"11/30/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":323,"Cost":282,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":295,"Date":"3/1/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":107,"Cost":73,"Date":"4/13/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":918,"Cost":653,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":746,"Date":"8/13/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":903,"Cost":783,"Date":"9/15/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":406,"Cost":277,"Date":"10/14/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":745,"Cost":537,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":98,"Cost":75,"Date":"11/11/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":245,"Cost":199,"Date":"12/7/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":301,"Cost":245,"Date":"12/21/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":410,"Cost":387,"Date":"1/6/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":257,"Cost":154,"Date":"1/23/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":734,"Cost":540,"Date":"2/4/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":280,"Cost":157,"Date":"3/10/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":542,"Cost":495,"Date":"3/12/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":81,"Cost":52,"Date":"3/31/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":57,"Cost":30,"Date":"6/16/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":515,"Date":"6/17/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":629,"Cost":489,"Date":"8/27/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":350,"Cost":245,"Date":"10/1/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":977,"Cost":894,"Date":"11/4/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":941,"Cost":756,"Date":"11/9/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":271,"Date":"3/27/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":21,"Cost":20,"Date":"4/17/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":192,"Cost":176,"Date":"8/11/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":316,"Date":"8/21/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":824,"Cost":728,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":457,"Date":"9/5/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":700,"Cost":634,"Date":"9/14/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":617,"Cost":357,"Date":"9/20/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":92,"Date":"11/20/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":219,"Date":"12/21/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":498,"Cost":305,"Date":"1/7/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":564,"Date":"1/21/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":403,"Date":"2/9/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":362,"Cost":321,"Date":"3/19/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":256,"Date":"4/3/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":754,"Cost":649,"Date":"4/5/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":102,"Date":"4/28/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":703,"Cost":489,"Date":"7/10/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":510,"Cost":434,"Date":"3/25/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":506,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":995,"Cost":731,"Date":"10/28/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":595,"Cost":330,"Date":"3/2/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":167,"Date":"6/28/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":866,"Cost":697,"Date":"7/17/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":292,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":597,"Cost":330,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":790,"Cost":455,"Date":"11/20/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":839,"Cost":481,"Date":"12/16/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":296,"Date":"12/30/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":359,"Date":"2/15/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":203,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":819,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":918,"Cost":656,"Date":"4/18/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":574,"Cost":344,"Date":"7/27/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":390,"Date":"8/18/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":378,"Date":"10/31/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":712,"Cost":672,"Date":"11/11/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":70,"Cost":36,"Date":"11/30/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":433,"Cost":288,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":464,"Date":"3/1/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":893,"Cost":632,"Date":"4/13/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":543,"Cost":433,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":1000,"Cost":623,"Date":"8/13/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":887,"Cost":775,"Date":"9/15/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":959,"Cost":547,"Date":"10/14/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":248,"Cost":234,"Date":"11/11/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":471,"Date":"12/7/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":497,"Cost":408,"Date":"12/21/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":781,"Cost":619,"Date":"1/6/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":202,"Date":"1/23/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":747,"Date":"2/4/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":222,"Date":"3/10/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":644,"Cost":553,"Date":"3/12/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":762,"Cost":566,"Date":"3/31/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":375,"Date":"6/16/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":350,"Cost":192,"Date":"6/17/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":210,"Cost":155,"Date":"8/27/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":607,"Date":"10/1/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":416,"Date":"11/4/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":916,"Cost":786,"Date":"11/9/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":325,"Cost":240,"Date":"3/27/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"4/17/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":705,"Date":"8/11/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":601,"Cost":480,"Date":"8/21/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":516,"Cost":268,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":608,"Cost":330,"Date":"9/5/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":850,"Cost":709,"Date":"9/14/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":543,"Cost":301,"Date":"9/20/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":257,"Date":"11/20/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":998,"Cost":668,"Date":"12/21/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":154,"Cost":88,"Date":"1/7/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":461,"Cost":324,"Date":"1/21/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":681,"Cost":583,"Date":"2/9/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":274,"Cost":205,"Date":"3/19/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":896,"Date":"4/3/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":131,"Cost":124,"Date":"4/5/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":408,"Date":"4/28/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":417,"Cost":237,"Date":"7/10/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":411,"Cost":370,"Date":"3/25/2020"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":599,"Cost":435,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":349,"Cost":206,"Date":"10/28/2020"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":180,"Date":"3/2/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":789,"Cost":732,"Date":"6/28/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":503,"Cost":355,"Date":"7/17/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":13,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":943,"Cost":834,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":770,"Cost":495,"Date":"11/20/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":947,"Cost":645,"Date":"12/16/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":210,"Date":"12/30/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":433,"Cost":337,"Date":"2/15/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":591,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":139,"Cost":92,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":825,"Cost":529,"Date":"4/18/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":556,"Date":"7/27/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":318,"Cost":274,"Date":"8/18/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":877,"Cost":452,"Date":"10/31/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":162,"Cost":130,"Date":"11/11/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":840,"Cost":643,"Date":"11/30/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":214,"Cost":128,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":168,"Cost":84,"Date":"3/1/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":134,"Date":"4/13/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":135,"Cost":102,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":616,"Cost":567,"Date":"8/13/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":594,"Cost":298,"Date":"9/15/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":714,"Date":"10/14/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":409,"Cost":239,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":886,"Cost":653,"Date":"11/11/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":728,"Cost":384,"Date":"12/7/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":988,"Cost":847,"Date":"12/21/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":214,"Cost":126,"Date":"1/6/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":940,"Cost":656,"Date":"1/23/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":703,"Cost":580,"Date":"2/4/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":806,"Cost":633,"Date":"3/10/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":140,"Cost":103,"Date":"3/12/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":519,"Date":"3/31/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":140,"Cost":78,"Date":"6/16/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":192,"Date":"6/17/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":778,"Cost":647,"Date":"8/27/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":308,"Cost":280,"Date":"10/1/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":352,"Cost":256,"Date":"11/4/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":630,"Cost":329,"Date":"11/9/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":578,"Cost":438,"Date":"3/27/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":589,"Cost":494,"Date":"4/17/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":266,"Date":"8/11/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":92,"Cost":64,"Date":"8/21/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":188,"Cost":109,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":890,"Cost":821,"Date":"9/5/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":157,"Cost":103,"Date":"9/14/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":792,"Cost":454,"Date":"9/20/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":808,"Cost":483,"Date":"11/20/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":41,"Cost":35,"Date":"12/21/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":57,"Cost":35,"Date":"1/7/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":371,"Cost":302,"Date":"1/21/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":851,"Cost":549,"Date":"2/9/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":631,"Date":"3/19/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":814,"Cost":551,"Date":"4/3/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":106,"Cost":81,"Date":"4/5/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":700,"Cost":539,"Date":"4/28/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":166,"Cost":98,"Date":"7/10/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":759,"Cost":436,"Date":"3/25/2020"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":825,"Cost":451,"Date":"10/28/2020"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":556,"Cost":321,"Date":"3/2/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":231,"Cost":216,"Date":"6/28/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":423,"Cost":296,"Date":"7/17/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":424,"Cost":329,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":496,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":697,"Date":"11/20/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":489,"Cost":443,"Date":"12/16/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":315,"Cost":158,"Date":"12/30/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":177,"Date":"2/15/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":423,"Cost":230,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":980,"Cost":828,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":276,"Cost":248,"Date":"4/18/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":15,"Cost":12,"Date":"7/27/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":482,"Date":"8/18/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":326,"Cost":281,"Date":"10/31/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":105,"Date":"11/11/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":111,"Cost":94,"Date":"11/30/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":598,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":938,"Cost":710,"Date":"3/1/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":289,"Date":"4/13/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":132,"Cost":96,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":459,"Cost":259,"Date":"8/13/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":983,"Cost":546,"Date":"9/15/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":132,"Cost":76,"Date":"10/14/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":60,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":440,"Cost":401,"Date":"11/11/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":870,"Cost":481,"Date":"12/7/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":57,"Cost":30,"Date":"12/21/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":243,"Cost":131,"Date":"1/6/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":151,"Cost":104,"Date":"1/23/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":429,"Date":"2/4/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":736,"Date":"3/10/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":69,"Cost":64,"Date":"3/12/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":373,"Cost":210,"Date":"3/31/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":528,"Cost":285,"Date":"6/16/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":826,"Cost":626,"Date":"6/17/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":222,"Date":"8/27/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":913,"Cost":616,"Date":"10/1/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":498,"Cost":318,"Date":"11/4/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":847,"Cost":638,"Date":"11/9/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":606,"Date":"3/27/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":773,"Cost":664,"Date":"4/17/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":744,"Date":"8/11/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":491,"Date":"8/21/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":828,"Cost":425,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":185,"Date":"9/5/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":546,"Cost":498,"Date":"9/14/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":876,"Cost":459,"Date":"9/20/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":626,"Cost":545,"Date":"11/20/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":242,"Date":"12/21/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":334,"Cost":257,"Date":"1/7/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":604,"Date":"1/21/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":861,"Cost":513,"Date":"2/9/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":965,"Cost":839,"Date":"3/19/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":228,"Cost":170,"Date":"4/3/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":243,"Date":"4/5/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":331,"Date":"4/28/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":153,"Date":"7/10/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":134,"Cost":112,"Date":"3/25/2020"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":29,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":770,"Cost":466,"Date":"10/28/2020"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":44,"Date":"3/2/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":535,"Date":"6/28/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":132,"Date":"7/17/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":88,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":747,"Cost":698,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":393,"Date":"11/20/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":100,"Date":"12/16/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":992,"Cost":611,"Date":"12/30/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":67,"Cost":63,"Date":"2/15/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":602,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":707,"Cost":601,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":181,"Date":"4/18/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":459,"Date":"7/27/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":356,"Cost":304,"Date":"8/18/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":38,"Date":"10/31/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":135,"Cost":120,"Date":"11/11/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":290,"Cost":257,"Date":"11/30/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":177,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":238,"Date":"3/1/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":61,"Date":"4/13/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":778,"Cost":735,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":417,"Date":"8/13/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":431,"Date":"9/15/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":678,"Cost":601,"Date":"10/14/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":837,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":226,"Date":"11/11/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":240,"Cost":204,"Date":"12/7/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":134,"Cost":99,"Date":"12/21/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":296,"Cost":152,"Date":"1/6/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":282,"Date":"1/23/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":110,"Date":"2/4/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":794,"Cost":616,"Date":"3/10/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":810,"Cost":540,"Date":"3/12/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":619,"Cost":511,"Date":"3/31/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":427,"Date":"6/16/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":538,"Date":"6/17/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":720,"Cost":451,"Date":"8/27/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":638,"Date":"10/1/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":625,"Cost":466,"Date":"11/4/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":963,"Cost":494,"Date":"11/9/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":802,"Cost":458,"Date":"3/27/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":267,"Cost":227,"Date":"4/17/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"8/11/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":78,"Cost":59,"Date":"8/21/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":563,"Cost":438,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":13,"Cost":12,"Date":"9/5/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":620,"Cost":410,"Date":"9/14/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":479,"Cost":403,"Date":"9/20/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":682,"Date":"11/20/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":516,"Cost":464,"Date":"12/21/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":55,"Cost":52,"Date":"1/7/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":321,"Date":"1/21/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":570,"Cost":309,"Date":"2/9/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":261,"Date":"3/19/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":426,"Date":"4/3/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":273,"Cost":172,"Date":"4/5/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":761,"Cost":458,"Date":"4/28/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":291,"Date":"7/10/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":883,"Cost":810,"Date":"3/25/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":818,"Cost":746,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":588,"Date":"10/28/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":47,"Cost":39,"Date":"3/2/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":450,"Cost":291,"Date":"6/28/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":520,"Cost":372,"Date":"7/17/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":131,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":422,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":112,"Cost":92,"Date":"11/20/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":462,"Date":"12/16/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":599,"Date":"12/30/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":176,"Cost":132,"Date":"2/15/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":743,"Cost":505,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":145,"Cost":103,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":116,"Cost":94,"Date":"4/18/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":499,"Cost":405,"Date":"7/27/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":558,"Cost":437,"Date":"8/18/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":636,"Cost":525,"Date":"10/31/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":390,"Cost":287,"Date":"11/11/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":126,"Cost":76,"Date":"11/30/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":297,"Cost":243,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":941,"Cost":526,"Date":"3/1/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":370,"Cost":340,"Date":"4/13/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":732,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":344,"Cost":273,"Date":"8/13/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":187,"Cost":152,"Date":"9/15/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":632,"Date":"10/14/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":980,"Cost":621,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":341,"Cost":294,"Date":"11/11/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":865,"Cost":677,"Date":"12/7/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":699,"Cost":354,"Date":"12/21/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":818,"Cost":701,"Date":"1/6/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":353,"Date":"1/23/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":438,"Date":"2/4/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":562,"Cost":384,"Date":"3/10/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":458,"Cost":278,"Date":"3/12/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":622,"Cost":406,"Date":"3/31/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":224,"Cost":201,"Date":"6/16/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":144,"Cost":110,"Date":"6/17/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":498,"Date":"8/27/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":243,"Cost":138,"Date":"10/1/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":37,"Cost":28,"Date":"11/4/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":334,"Cost":184,"Date":"11/9/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":886,"Cost":463,"Date":"3/27/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":104,"Date":"4/17/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":364,"Cost":321,"Date":"8/11/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":752,"Cost":393,"Date":"8/21/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":189,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":651,"Cost":598,"Date":"9/5/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":654,"Cost":548,"Date":"9/14/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":698,"Date":"9/20/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":658,"Date":"11/20/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":518,"Cost":266,"Date":"12/21/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":209,"Cost":170,"Date":"1/7/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":354,"Date":"1/21/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":243,"Date":"2/9/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":615,"Cost":408,"Date":"3/19/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":770,"Cost":596,"Date":"4/3/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":721,"Date":"4/5/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":390,"Date":"4/28/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":378,"Cost":214,"Date":"7/10/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":940,"Cost":524,"Date":"3/25/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":897,"Cost":514,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":199,"Cost":166,"Date":"10/28/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":779,"Cost":412,"Date":"3/2/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":531,"Cost":424,"Date":"6/28/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"7/17/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":274,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":207,"Cost":140,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":192,"Date":"11/20/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":101,"Date":"12/16/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":69,"Date":"12/30/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":725,"Cost":400,"Date":"2/15/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":604,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":185,"Cost":165,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":824,"Cost":503,"Date":"4/18/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":518,"Cost":365,"Date":"7/27/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":199,"Date":"8/18/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":568,"Date":"10/31/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":33,"Date":"11/11/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":896,"Cost":688,"Date":"11/30/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":351,"Cost":208,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":301,"Date":"3/1/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":150,"Date":"4/13/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":597,"Cost":389,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":21,"Cost":16,"Date":"8/13/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":304,"Date":"9/15/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":589,"Date":"10/14/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":694,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":894,"Cost":724,"Date":"11/11/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":295,"Cost":272,"Date":"12/7/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":793,"Cost":680,"Date":"12/21/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":662,"Cost":370,"Date":"1/6/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":170,"Cost":150,"Date":"1/23/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":136,"Date":"2/4/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":614,"Cost":477,"Date":"3/10/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":263,"Cost":177,"Date":"3/12/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":882,"Cost":697,"Date":"3/31/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":367,"Date":"6/16/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"6/17/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":192,"Cost":160,"Date":"8/27/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":857,"Cost":444,"Date":"10/1/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":751,"Cost":627,"Date":"11/4/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":497,"Cost":259,"Date":"11/9/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":376,"Date":"3/27/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":334,"Cost":181,"Date":"4/17/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":847,"Cost":433,"Date":"8/11/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":772,"Cost":489,"Date":"8/21/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":602,"Cost":401,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":846,"Cost":621,"Date":"9/5/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":177,"Cost":91,"Date":"9/14/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":452,"Cost":349,"Date":"9/20/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":596,"Date":"11/20/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":877,"Cost":492,"Date":"12/21/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":423,"Cost":321,"Date":"1/7/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":819,"Date":"1/21/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":565,"Cost":337,"Date":"2/9/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":468,"Cost":361,"Date":"3/19/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":480,"Date":"4/3/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":398,"Cost":300,"Date":"4/5/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":870,"Cost":786,"Date":"4/28/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":40,"Cost":28,"Date":"7/10/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":154,"Date":"3/25/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":718,"Cost":675,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":243,"Cost":175,"Date":"10/28/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":96,"Date":"3/2/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":465,"Date":"6/28/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":936,"Cost":755,"Date":"7/17/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":860,"Cost":639,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":23,"Cost":15,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":471,"Date":"11/20/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":729,"Cost":683,"Date":"12/16/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":123,"Cost":79,"Date":"12/30/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":772,"Date":"2/15/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":42,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":345,"Cost":281,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":758,"Date":"4/18/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":586,"Cost":388,"Date":"7/27/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":56,"Cost":32,"Date":"8/18/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":623,"Date":"10/31/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":90,"Cost":55,"Date":"11/11/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":685,"Date":"11/30/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":954,"Cost":798,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":803,"Date":"3/1/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":212,"Date":"4/13/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":568,"Cost":360,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":885,"Cost":462,"Date":"8/13/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":91,"Cost":68,"Date":"9/15/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":527,"Cost":399,"Date":"10/14/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":761,"Cost":700,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":818,"Cost":469,"Date":"11/11/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":454,"Cost":409,"Date":"12/7/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":994,"Cost":793,"Date":"12/21/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":752,"Cost":677,"Date":"1/6/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":39,"Date":"1/23/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":302,"Date":"2/4/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":433,"Cost":288,"Date":"3/10/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":259,"Cost":165,"Date":"3/12/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":762,"Cost":425,"Date":"3/31/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":70,"Cost":58,"Date":"6/16/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":90,"Cost":75,"Date":"6/17/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":408,"Cost":305,"Date":"8/27/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":733,"Cost":457,"Date":"10/1/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":685,"Date":"11/4/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":666,"Date":"11/9/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":69,"Date":"3/27/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":932,"Cost":556,"Date":"4/17/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":504,"Cost":355,"Date":"8/11/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":589,"Date":"8/21/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":68,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":346,"Cost":236,"Date":"9/5/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":244,"Cost":159,"Date":"9/14/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":551,"Date":"9/20/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":590,"Date":"11/20/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":222,"Cost":132,"Date":"12/21/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":751,"Cost":394,"Date":"1/7/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":773,"Cost":667,"Date":"1/21/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":153,"Cost":99,"Date":"2/9/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":138,"Cost":128,"Date":"3/19/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":521,"Cost":470,"Date":"4/3/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":417,"Date":"4/5/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":854,"Cost":566,"Date":"4/28/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":417,"Date":"7/10/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":853,"Date":"3/25/2020"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":38,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":319,"Date":"10/28/2020"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":204,"Cost":122,"Date":"3/2/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":692,"Date":"6/28/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":135,"Date":"7/17/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":114,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":203,"Cost":176,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":664,"Cost":401,"Date":"11/20/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":296,"Date":"12/16/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":178,"Cost":163,"Date":"12/30/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":898,"Cost":722,"Date":"2/15/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":232,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":439,"Cost":373,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":464,"Cost":345,"Date":"4/18/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":990,"Cost":547,"Date":"7/27/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":442,"Date":"8/18/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":667,"Cost":453,"Date":"10/31/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":378,"Cost":252,"Date":"11/11/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":405,"Cost":214,"Date":"11/30/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":231,"Cost":154,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":418,"Date":"3/1/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":802,"Cost":524,"Date":"4/13/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":126,"Cost":95,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":409,"Cost":346,"Date":"8/13/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":378,"Date":"9/15/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":266,"Cost":220,"Date":"10/14/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":103,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":505,"Cost":396,"Date":"11/11/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":757,"Cost":499,"Date":"12/7/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":353,"Cost":323,"Date":"12/21/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":433,"Date":"1/6/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":703,"Date":"1/23/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":189,"Cost":117,"Date":"2/4/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":31,"Cost":20,"Date":"3/10/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":988,"Cost":540,"Date":"3/12/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":687,"Date":"3/31/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":935,"Cost":845,"Date":"6/16/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":51,"Cost":39,"Date":"6/17/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":313,"Cost":289,"Date":"8/27/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":243,"Date":"10/1/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":792,"Cost":619,"Date":"11/4/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":299,"Date":"11/9/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":135,"Date":"3/27/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":661,"Cost":416,"Date":"4/17/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":20,"Cost":14,"Date":"8/11/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":685,"Cost":595,"Date":"8/21/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":63,"Cost":47,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":442,"Cost":327,"Date":"9/5/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":779,"Cost":559,"Date":"9/14/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":567,"Date":"9/20/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":721,"Date":"11/20/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":585,"Cost":533,"Date":"12/21/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":435,"Cost":322,"Date":"1/7/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":511,"Cost":444,"Date":"1/21/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":128,"Date":"2/9/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":40,"Date":"3/19/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":206,"Cost":141,"Date":"4/3/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":345,"Cost":269,"Date":"4/5/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":535,"Cost":410,"Date":"4/28/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":215,"Cost":193,"Date":"7/10/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":559,"Date":"3/25/2020"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":133,"Cost":119,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":156,"Cost":124,"Date":"10/28/2020"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":402,"Cost":206,"Date":"3/2/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":32,"Cost":21,"Date":"6/28/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":425,"Date":"7/17/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":874,"Cost":460,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":466,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":405,"Cost":371,"Date":"11/20/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":40,"Cost":33,"Date":"12/16/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":103,"Date":"12/30/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":588,"Date":"2/15/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":569,"Cost":383,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":212,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":118,"Date":"4/18/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":733,"Date":"7/27/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":213,"Date":"8/18/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":901,"Cost":686,"Date":"10/31/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":119,"Cost":82,"Date":"11/11/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":301,"Cost":248,"Date":"11/30/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":227,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":36,"Cost":30,"Date":"3/1/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":807,"Cost":452,"Date":"4/13/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":411,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":461,"Cost":255,"Date":"8/13/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":601,"Cost":302,"Date":"9/15/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":425,"Cost":294,"Date":"10/14/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":318,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":450,"Date":"11/11/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":46,"Cost":29,"Date":"12/7/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":138,"Cost":93,"Date":"12/21/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":614,"Cost":317,"Date":"1/6/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":789,"Cost":533,"Date":"1/23/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":150,"Cost":130,"Date":"2/4/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":37,"Date":"3/10/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":960,"Cost":690,"Date":"3/12/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":451,"Cost":409,"Date":"3/31/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":464,"Date":"6/16/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":639,"Date":"6/17/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":699,"Cost":463,"Date":"8/27/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":32,"Cost":16,"Date":"10/1/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":726,"Cost":576,"Date":"11/4/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":180,"Cost":94,"Date":"11/9/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":190,"Cost":133,"Date":"3/27/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":548,"Cost":279,"Date":"4/17/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":192,"Cost":178,"Date":"8/11/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":148,"Cost":83,"Date":"8/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":845,"Cost":453,"Date":"9/2/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":129,"Cost":106,"Date":"9/5/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":726,"Cost":668,"Date":"9/14/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":498,"Cost":459,"Date":"9/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":551,"Cost":335,"Date":"11/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":369,"Cost":217,"Date":"12/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":650,"Cost":594,"Date":"1/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":155,"Cost":146,"Date":"1/21/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":65,"Cost":38,"Date":"2/9/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":182,"Cost":128,"Date":"3/19/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":776,"Cost":633,"Date":"4/3/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":781,"Cost":662,"Date":"4/5/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":314,"Cost":201,"Date":"4/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":91,"Cost":75,"Date":"7/10/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":654,"Cost":498,"Date":"3/25/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":419,"Cost":342,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":847,"Cost":549,"Date":"10/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":753,"Cost":651,"Date":"3/2/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":551,"Cost":378,"Date":"6/28/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":715,"Cost":411,"Date":"7/17/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":263,"Cost":166,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":349,"Cost":226,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":254,"Cost":180,"Date":"11/20/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":76,"Cost":70,"Date":"12/16/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":157,"Cost":107,"Date":"12/30/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":709,"Cost":407,"Date":"2/15/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":190,"Cost":164,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":209,"Cost":178,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":330,"Cost":186,"Date":"4/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":300,"Cost":151,"Date":"7/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":129,"Cost":90,"Date":"8/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":470,"Cost":288,"Date":"10/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":978,"Cost":603,"Date":"11/11/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":943,"Cost":593,"Date":"11/30/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":400,"Cost":368,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":857,"Cost":701,"Date":"3/1/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":542,"Cost":474,"Date":"4/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":721,"Cost":630,"Date":"5/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":687,"Cost":616,"Date":"8/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":832,"Cost":437,"Date":"9/15/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":744,"Cost":407,"Date":"10/14/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":889,"Cost":542,"Date":"10/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":965,"Cost":578,"Date":"11/11/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":331,"Cost":258,"Date":"12/7/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":801,"Cost":645,"Date":"12/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":744,"Cost":532,"Date":"1/6/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":792,"Cost":563,"Date":"1/23/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":620,"Cost":434,"Date":"2/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":224,"Cost":132,"Date":"3/10/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":315,"Cost":264,"Date":"3/12/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":719,"Cost":378,"Date":"3/31/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":612,"Cost":331,"Date":"6/16/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":291,"Cost":197,"Date":"6/17/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":613,"Cost":316,"Date":"8/27/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":794,"Cost":427,"Date":"10/1/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":426,"Cost":307,"Date":"11/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":814,"Cost":573,"Date":"11/9/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":133,"Date":"3/27/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":118,"Cost":88,"Date":"4/17/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":532,"Cost":388,"Date":"8/11/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":436,"Date":"8/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":782,"Cost":400,"Date":"9/2/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":419,"Cost":276,"Date":"9/5/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":89,"Cost":47,"Date":"9/14/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":431,"Cost":241,"Date":"9/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":375,"Cost":222,"Date":"11/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":7,"Cost":3,"Date":"12/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":378,"Date":"1/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":408,"Cost":325,"Date":"1/21/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":497,"Date":"2/9/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":673,"Cost":555,"Date":"3/19/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":56,"Cost":40,"Date":"4/3/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":635,"Cost":403,"Date":"4/5/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":459,"Cost":243,"Date":"4/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":488,"Cost":374,"Date":"7/10/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":31,"Date":"3/25/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":716,"Cost":610,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":56,"Date":"10/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":859,"Cost":514,"Date":"3/2/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":717,"Cost":670,"Date":"6/28/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":92,"Date":"7/17/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":239,"Cost":172,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":349,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":377,"Cost":282,"Date":"11/20/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":351,"Cost":245,"Date":"12/16/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":675,"Cost":503,"Date":"12/30/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":366,"Cost":301,"Date":"2/15/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":669,"Cost":488,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":672,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":250,"Date":"4/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":50,"Date":"7/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":771,"Cost":585,"Date":"8/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":707,"Cost":632,"Date":"10/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":191,"Cost":110,"Date":"11/11/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":203,"Cost":159,"Date":"11/30/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":762,"Cost":462,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":259,"Cost":183,"Date":"3/1/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":180,"Cost":161,"Date":"4/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":235,"Cost":198,"Date":"5/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":511,"Cost":318,"Date":"8/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":617,"Cost":567,"Date":"9/15/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":495,"Cost":261,"Date":"10/14/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":531,"Cost":415,"Date":"10/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":745,"Cost":617,"Date":"11/11/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":605,"Cost":331,"Date":"12/7/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":267,"Cost":233,"Date":"12/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":534,"Cost":271,"Date":"1/6/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":99,"Date":"1/23/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":705,"Cost":523,"Date":"2/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":76,"Cost":59,"Date":"3/10/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":61,"Date":"3/12/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":101,"Cost":76,"Date":"3/31/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":563,"Cost":430,"Date":"6/16/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":124,"Cost":95,"Date":"6/17/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":674,"Cost":507,"Date":"8/27/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":899,"Cost":835,"Date":"10/1/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":398,"Date":"11/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":577,"Cost":428,"Date":"11/9/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":963,"Cost":765,"Date":"3/27/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":834,"Cost":532,"Date":"4/17/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":539,"Cost":391,"Date":"8/11/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":369,"Cost":214,"Date":"8/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":355,"Cost":193,"Date":"9/2/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":10,"Cost":5,"Date":"9/5/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":137,"Cost":72,"Date":"9/14/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":653,"Cost":618,"Date":"9/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":992,"Cost":789,"Date":"11/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":742,"Cost":526,"Date":"12/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":642,"Cost":341,"Date":"1/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":827,"Cost":461,"Date":"1/21/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":356,"Cost":319,"Date":"2/9/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":438,"Cost":286,"Date":"3/19/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":391,"Cost":361,"Date":"4/3/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":591,"Cost":403,"Date":"4/5/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":152,"Cost":80,"Date":"4/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":940,"Cost":499,"Date":"7/10/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":304,"Cost":245,"Date":"3/25/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":627,"Cost":536,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":596,"Cost":421,"Date":"10/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":57,"Cost":39,"Date":"3/2/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":478,"Cost":328,"Date":"6/28/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":827,"Cost":420,"Date":"7/17/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":33,"Cost":31,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":665,"Cost":620,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":405,"Cost":262,"Date":"11/20/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":672,"Cost":375,"Date":"12/16/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":333,"Cost":228,"Date":"12/30/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":990,"Cost":761,"Date":"2/15/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":620,"Cost":392,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":486,"Cost":300,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":362,"Cost":260,"Date":"4/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":75,"Cost":54,"Date":"7/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":173,"Cost":131,"Date":"8/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":951,"Cost":854,"Date":"10/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":269,"Cost":158,"Date":"11/11/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":842,"Cost":623,"Date":"11/30/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":187,"Cost":177,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":58,"Cost":38,"Date":"3/1/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":547,"Cost":413,"Date":"4/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":200,"Cost":185,"Date":"5/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":330,"Cost":187,"Date":"8/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":287,"Cost":172,"Date":"9/15/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":12,"Cost":9,"Date":"10/14/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":143,"Cost":118,"Date":"10/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":826,"Cost":509,"Date":"11/11/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":896,"Cost":613,"Date":"12/7/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":453,"Cost":341,"Date":"12/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":817,"Cost":606,"Date":"1/6/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":225,"Cost":132,"Date":"1/23/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":521,"Cost":317,"Date":"2/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":234,"Cost":118,"Date":"3/10/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":801,"Cost":427,"Date":"3/12/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":320,"Cost":276,"Date":"3/31/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":179,"Cost":148,"Date":"6/16/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":895,"Cost":554,"Date":"6/17/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":81,"Cost":53,"Date":"8/27/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":259,"Cost":212,"Date":"10/1/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":260,"Cost":161,"Date":"11/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":168,"Cost":90,"Date":"11/9/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":404,"Cost":328,"Date":"3/27/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":745,"Cost":497,"Date":"4/17/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":949,"Cost":739,"Date":"8/11/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":87,"Cost":73,"Date":"8/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":185,"Cost":96,"Date":"9/2/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":636,"Cost":392,"Date":"9/5/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":858,"Cost":807,"Date":"9/14/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":614,"Cost":494,"Date":"9/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":660,"Cost":350,"Date":"11/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":662,"Cost":549,"Date":"12/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":706,"Cost":515,"Date":"1/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":103,"Cost":97,"Date":"1/21/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":388,"Cost":282,"Date":"2/9/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":698,"Cost":614,"Date":"3/19/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":958,"Cost":713,"Date":"4/3/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":191,"Cost":156,"Date":"4/5/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":874,"Cost":776,"Date":"4/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":534,"Cost":383,"Date":"7/10/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":454,"Cost":305,"Date":"3/25/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":417,"Cost":250,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":832,"Cost":688,"Date":"10/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":748,"Cost":565,"Date":"3/2/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":344,"Cost":301,"Date":"6/28/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":65,"Cost":55,"Date":"7/17/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":16,"Cost":12,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":79,"Cost":56,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":152,"Cost":127,"Date":"11/20/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":30,"Cost":26,"Date":"12/16/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":783,"Cost":564,"Date":"12/30/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":74,"Cost":65,"Date":"2/15/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":985,"Cost":606,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":638,"Cost":385,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":150,"Cost":105,"Date":"4/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":171,"Cost":93,"Date":"7/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":532,"Cost":414,"Date":"8/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":754,"Cost":617,"Date":"10/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":609,"Cost":359,"Date":"11/11/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":834,"Cost":517,"Date":"11/30/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":478,"Cost":296,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":257,"Cost":137,"Date":"3/1/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":177,"Cost":135,"Date":"4/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":414,"Cost":393,"Date":"5/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":99,"Cost":84,"Date":"8/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":905,"Cost":465,"Date":"9/15/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":206,"Cost":125,"Date":"10/14/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":889,"Cost":553,"Date":"10/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":182,"Cost":98,"Date":"11/11/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":589,"Cost":423,"Date":"12/7/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":372,"Cost":350,"Date":"12/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":815,"Cost":494,"Date":"1/6/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":386,"Cost":253,"Date":"1/23/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":226,"Cost":138,"Date":"2/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":645,"Cost":332,"Date":"3/10/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":809,"Cost":592,"Date":"3/12/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":829,"Cost":732,"Date":"3/31/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":238,"Cost":145,"Date":"6/16/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":409,"Cost":266,"Date":"6/17/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":529,"Cost":304,"Date":"8/27/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":855,"Cost":648,"Date":"10/1/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":398,"Cost":329,"Date":"11/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":790,"Cost":728,"Date":"11/9/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":325,"Cost":221,"Date":"3/27/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":734,"Cost":544,"Date":"4/17/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":563,"Cost":326,"Date":"8/11/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":353,"Date":"8/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":989,"Cost":895,"Date":"9/2/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":41,"Cost":21,"Date":"9/5/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":157,"Date":"9/14/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":249,"Cost":163,"Date":"9/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":309,"Cost":291,"Date":"11/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":953,"Cost":672,"Date":"12/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":128,"Date":"1/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":246,"Cost":192,"Date":"1/21/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":528,"Date":"2/9/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":640,"Cost":498,"Date":"3/19/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":548,"Date":"4/3/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":377,"Date":"4/5/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":145,"Cost":102,"Date":"4/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":985,"Cost":792,"Date":"7/10/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":963,"Cost":649,"Date":"3/25/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":106,"Cost":73,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":723,"Date":"10/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":337,"Cost":257,"Date":"3/2/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":191,"Cost":109,"Date":"6/28/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":817,"Cost":564,"Date":"7/17/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":708,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":473,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":22,"Cost":12,"Date":"11/20/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":12,"Date":"12/16/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":33,"Cost":20,"Date":"12/30/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":2,"Date":"2/15/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":525,"Cost":360,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":705,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":577,"Cost":402,"Date":"4/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":748,"Cost":407,"Date":"7/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":822,"Cost":589,"Date":"8/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":533,"Date":"10/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":435,"Cost":233,"Date":"11/11/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":512,"Cost":278,"Date":"11/30/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":524,"Cost":337,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":754,"Cost":651,"Date":"3/1/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":218,"Cost":171,"Date":"4/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":637,"Cost":409,"Date":"5/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":563,"Cost":433,"Date":"8/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":153,"Cost":94,"Date":"9/15/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":15,"Cost":8,"Date":"10/14/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":708,"Cost":477,"Date":"10/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":48,"Cost":40,"Date":"11/11/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":264,"Cost":182,"Date":"12/7/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":173,"Cost":141,"Date":"12/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":110,"Cost":95,"Date":"1/6/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":864,"Cost":741,"Date":"1/23/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":873,"Cost":472,"Date":"2/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":245,"Cost":147,"Date":"3/10/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":257,"Date":"3/12/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":821,"Cost":763,"Date":"3/31/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":897,"Cost":515,"Date":"6/16/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":981,"Cost":806,"Date":"6/17/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":352,"Cost":185,"Date":"8/27/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":942,"Cost":814,"Date":"10/1/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":186,"Cost":121,"Date":"11/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":756,"Cost":704,"Date":"11/9/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":161,"Cost":93,"Date":"3/27/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":734,"Cost":450,"Date":"4/17/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":543,"Cost":408,"Date":"8/11/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":684,"Cost":430,"Date":"8/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":912,"Cost":676,"Date":"9/2/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":908,"Cost":476,"Date":"9/5/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":17,"Cost":15,"Date":"9/14/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":602,"Cost":378,"Date":"9/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":198,"Cost":166,"Date":"11/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":746,"Cost":692,"Date":"12/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":941,"Cost":861,"Date":"1/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":83,"Cost":47,"Date":"1/21/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":184,"Cost":102,"Date":"2/9/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":874,"Cost":738,"Date":"3/19/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":964,"Cost":719,"Date":"4/3/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":998,"Cost":685,"Date":"4/5/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":305,"Cost":194,"Date":"4/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":478,"Cost":430,"Date":"7/10/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":358,"Cost":316,"Date":"3/25/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":801,"Cost":732,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":643,"Cost":553,"Date":"10/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":306,"Cost":155,"Date":"3/2/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":708,"Cost":493,"Date":"6/28/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":156,"Cost":127,"Date":"7/17/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":993,"Cost":527,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":823,"Cost":738,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":409,"Cost":386,"Date":"11/20/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":349,"Cost":258,"Date":"12/16/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":198,"Cost":161,"Date":"12/30/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":788,"Cost":551,"Date":"2/15/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":105,"Cost":59,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":724,"Cost":463,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":928,"Cost":504,"Date":"4/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":270,"Cost":171,"Date":"7/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":357,"Cost":334,"Date":"8/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":277,"Cost":257,"Date":"10/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":448,"Cost":242,"Date":"11/11/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":377,"Cost":275,"Date":"11/30/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":198,"Cost":169,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":878,"Cost":812,"Date":"3/1/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":619,"Cost":369,"Date":"4/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":784,"Cost":730,"Date":"5/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":378,"Cost":344,"Date":"8/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":61,"Cost":48,"Date":"9/15/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":748,"Cost":595,"Date":"10/14/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":619,"Cost":563,"Date":"10/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":160,"Cost":89,"Date":"11/11/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":881,"Cost":541,"Date":"12/7/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":908,"Cost":475,"Date":"12/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":479,"Cost":325,"Date":"1/6/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":172,"Cost":147,"Date":"1/23/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":86,"Cost":51,"Date":"2/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":10,"Cost":6,"Date":"3/10/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":378,"Cost":309,"Date":"3/12/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":652,"Cost":556,"Date":"3/31/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":837,"Cost":794,"Date":"6/16/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":808,"Cost":696,"Date":"6/17/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":409,"Cost":334,"Date":"8/27/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":839,"Cost":649,"Date":"10/1/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":117,"Cost":81,"Date":"11/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":498,"Cost":357,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":89,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":186,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":844,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":390,"Cost":229,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":762,"Cost":505,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":231,"Cost":116,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":853,"Cost":706,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":981,"Cost":669,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":667,"Cost":530,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":161,"Cost":117,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":947,"Cost":776,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":231,"Cost":132,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":796,"Cost":649,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":380,"Cost":229,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":782,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":664,"Cost":379,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":828,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":302,"Cost":153,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":927,"Cost":755,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":932,"Cost":661,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":402,"Cost":257,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":889,"Cost":628,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":276,"Cost":181,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":429,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":943,"Cost":552,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":88,"Cost":64,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":339,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":754,"Cost":516,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":959,"Cost":751,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":213,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":69,"Cost":58,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":317,"Cost":192,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":794,"Cost":508,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":286,"Cost":237,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":801,"Cost":500,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":670,"Cost":420,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":428,"Cost":360,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":624,"Cost":478,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":883,"Cost":624,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":416,"Cost":346,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":50,"Cost":38,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":944,"Cost":765,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":322,"Cost":171,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":19,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":410,"Cost":315,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":533,"Cost":270,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":355,"Cost":220,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":759,"Cost":433,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":10,"Cost":7,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":920,"Cost":468,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":73,"Cost":56,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":935,"Cost":833,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":591,"Cost":424,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":417,"Cost":359,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":281,"Cost":192,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":122,"Cost":102,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":100,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":328,"Cost":182,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":528,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":217,"Cost":126,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":27,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":718,"Cost":573,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":805,"Cost":684,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":704,"Cost":411,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":238,"Cost":120,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":997,"Cost":793,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":776,"Cost":641,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":150,"Cost":120,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":470,"Cost":422,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":532,"Cost":396,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":913,"Cost":816,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":337,"Cost":188,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":776,"Cost":620,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":783,"Cost":633,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":50,"Cost":43,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":584,"Cost":450,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":256,"Cost":207,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":828,"Cost":691,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":578,"Cost":508,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":974,"Cost":920,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":1000,"Cost":699,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":113,"Cost":61,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":839,"Cost":721,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":741,"Cost":486,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":298,"Cost":209,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":534,"Cost":432,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":686,"Cost":489,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":686,"Cost":637,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":188,"Cost":109,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":559,"Cost":404,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":798,"Cost":411,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":462,"Cost":412,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":195,"Cost":151,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":269,"Cost":148,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":419,"Cost":220,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":588,"Cost":339,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":166,"Cost":134,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":434,"Cost":375,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":381,"Cost":297,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":298,"Cost":209,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":468,"Cost":365,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":741,"Cost":542,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":336,"Cost":170,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":25,"Cost":15,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":463,"Cost":360,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":524,"Cost":422,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":481,"Cost":314,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":906,"Cost":610,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":865,"Cost":776,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":56,"Cost":41,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":799,"Cost":530,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":528,"Cost":294,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":992,"Cost":874,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":613,"Cost":403,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":32,"Cost":27,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":222,"Cost":115,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":798,"Cost":493,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":361,"Cost":336,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":909,"Cost":787,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":952,"Cost":646,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":813,"Cost":451,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":745,"Cost":563,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":918,"Cost":801,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":32,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":609,"Cost":482,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":45,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":475,"Cost":419,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":972,"Cost":891,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":61,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":74,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":272,"Cost":246,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":394,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":594,"Cost":439,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":794,"Cost":404,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":433,"Cost":335,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":324,"Cost":207,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":823,"Cost":637,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":515,"Cost":362,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":650,"Cost":333,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":802,"Cost":547,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":553,"Cost":452,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":885,"Cost":793,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":604,"Cost":460,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":6,"Cost":5,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":56,"Cost":32,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":529,"Cost":276,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":220,"Cost":181,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":434,"Cost":366,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":457,"Cost":381,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":412,"Cost":302,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":874,"Cost":780,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":764,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":318,"Cost":269,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":344,"Cost":275,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":64,"Cost":40,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":867,"Cost":527,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":148,"Cost":96,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":395,"Cost":316,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":931,"Cost":870,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":360,"Cost":271,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":762,"Cost":600,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":621,"Cost":365,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":10,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":677,"Cost":591,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":967,"Cost":690,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":972,"Cost":756,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":811,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":44,"Cost":35,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":560,"Cost":352,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":624,"Cost":494,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":656,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":60,"Cost":33,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":879,"Cost":812,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":13,"Cost":10,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":926,"Cost":751,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":553,"Cost":435,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":570,"Cost":428,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":575,"Cost":459,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":130,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":749,"Cost":675,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":467,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":181,"Cost":141,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":526,"Cost":351,"Date":"11/9/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":74,"Cost":59,"Date":"3/27/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":535,"Cost":284,"Date":"4/17/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":762,"Cost":678,"Date":"8/11/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":995,"Cost":910,"Date":"8/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":201,"Cost":182,"Date":"9/2/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":761,"Cost":655,"Date":"9/5/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":115,"Cost":60,"Date":"9/14/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":162,"Cost":81,"Date":"9/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":549,"Cost":443,"Date":"11/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":58,"Cost":32,"Date":"12/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":792,"Cost":488,"Date":"1/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":635,"Cost":540,"Date":"1/21/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":84,"Cost":76,"Date":"2/9/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":265,"Cost":202,"Date":"3/19/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":462,"Cost":358,"Date":"4/3/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":410,"Cost":227,"Date":"4/5/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":680,"Cost":572,"Date":"4/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":465,"Cost":321,"Date":"7/10/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":620,"Cost":327,"Date":"3/25/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":826,"Cost":564,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":686,"Cost":504,"Date":"10/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":312,"Cost":232,"Date":"3/2/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":319,"Cost":166,"Date":"6/28/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":59,"Cost":48,"Date":"7/17/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":849,"Cost":730,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":929,"Cost":550,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":395,"Cost":198,"Date":"11/20/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":461,"Cost":426,"Date":"12/16/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":895,"Cost":810,"Date":"12/30/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":285,"Cost":191,"Date":"2/15/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":749,"Cost":428,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":228,"Cost":173,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":280,"Cost":217,"Date":"4/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":954,"Cost":482,"Date":"7/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":850,"Cost":764,"Date":"8/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":644,"Cost":410,"Date":"10/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":250,"Cost":215,"Date":"11/11/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":596,"Cost":417,"Date":"11/30/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":880,"Cost":746,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":124,"Cost":118,"Date":"3/1/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":831,"Cost":749,"Date":"4/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":102,"Cost":53,"Date":"5/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":442,"Cost":221,"Date":"8/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":676,"Cost":358,"Date":"9/15/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":272,"Cost":208,"Date":"10/14/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":296,"Cost":167,"Date":"10/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":81,"Cost":49,"Date":"11/11/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":529,"Cost":288,"Date":"12/7/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":972,"Cost":767,"Date":"12/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":282,"Cost":175,"Date":"1/6/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":312,"Cost":260,"Date":"1/23/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":393,"Cost":366,"Date":"2/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":881,"Cost":684,"Date":"3/10/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":136,"Cost":102,"Date":"3/12/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":47,"Cost":25,"Date":"3/31/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":91,"Cost":46,"Date":"6/16/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":716,"Cost":485,"Date":"6/17/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":411,"Cost":223,"Date":"8/27/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":126,"Cost":90,"Date":"10/1/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":573,"Cost":362,"Date":"11/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":393,"Cost":209,"Date":"11/9/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":793,"Cost":579,"Date":"3/27/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":195,"Cost":111,"Date":"4/17/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":836,"Cost":452,"Date":"8/11/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":32,"Cost":22,"Date":"8/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":40,"Cost":24,"Date":"9/2/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":861,"Date":"9/5/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":343,"Date":"9/14/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":809,"Cost":593,"Date":"9/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":173,"Cost":145,"Date":"11/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":494,"Cost":353,"Date":"12/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":824,"Cost":578,"Date":"1/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":41,"Date":"1/21/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":765,"Cost":658,"Date":"2/9/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":134,"Date":"3/19/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":243,"Cost":135,"Date":"4/3/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":925,"Cost":596,"Date":"4/5/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":579,"Cost":471,"Date":"4/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":595,"Cost":299,"Date":"7/10/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":584,"Cost":331,"Date":"3/25/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":523,"Cost":364,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":966,"Cost":531,"Date":"10/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":135,"Cost":122,"Date":"3/2/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":152,"Cost":99,"Date":"6/28/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":878,"Cost":592,"Date":"7/17/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":498,"Cost":465,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":99,"Cost":60,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":917,"Cost":859,"Date":"11/20/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":830,"Cost":726,"Date":"12/16/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":490,"Date":"12/30/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":114,"Cost":81,"Date":"2/15/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":828,"Cost":459,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":457,"Cost":336,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":828,"Cost":741,"Date":"4/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":115,"Cost":107,"Date":"7/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":520,"Cost":413,"Date":"8/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":86,"Cost":45,"Date":"10/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":825,"Cost":549,"Date":"11/11/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":453,"Cost":340,"Date":"11/30/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":120,"Cost":95,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":383,"Cost":344,"Date":"3/1/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":631,"Cost":564,"Date":"4/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":44,"Cost":26,"Date":"5/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":446,"Date":"8/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":391,"Cost":368,"Date":"9/15/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":283,"Cost":169,"Date":"10/14/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":138,"Cost":92,"Date":"10/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":956,"Cost":865,"Date":"11/11/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":462,"Date":"12/7/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":473,"Date":"12/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":199,"Date":"1/6/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":820,"Cost":538,"Date":"1/23/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":737,"Cost":494,"Date":"2/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":685,"Cost":597,"Date":"3/10/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":562,"Date":"3/12/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":234,"Cost":154,"Date":"3/31/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":317,"Cost":229,"Date":"6/16/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":353,"Cost":180,"Date":"6/17/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":792,"Cost":661,"Date":"8/27/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":621,"Cost":421,"Date":"10/1/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":681,"Cost":556,"Date":"11/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":474,"Cost":374,"Date":"11/9/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":904,"Cost":807,"Date":"3/27/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":695,"Cost":540,"Date":"4/17/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":192,"Cost":111,"Date":"8/11/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":586,"Cost":386,"Date":"8/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":690,"Cost":379,"Date":"9/2/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":831,"Cost":558,"Date":"9/5/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":128,"Cost":90,"Date":"9/14/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":778,"Cost":402,"Date":"9/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":805,"Cost":585,"Date":"11/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":520,"Cost":270,"Date":"12/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":387,"Cost":351,"Date":"1/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":8,"Cost":4,"Date":"1/21/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":360,"Cost":289,"Date":"2/9/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":374,"Cost":327,"Date":"3/19/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":778,"Cost":593,"Date":"4/3/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":277,"Cost":255,"Date":"4/5/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":882,"Cost":821,"Date":"4/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":370,"Cost":312,"Date":"7/10/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":468,"Cost":261,"Date":"3/25/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":695,"Cost":590,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":978,"Cost":760,"Date":"10/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":600,"Cost":501,"Date":"3/2/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":59,"Cost":38,"Date":"6/28/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":780,"Cost":418,"Date":"7/17/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":626,"Cost":509,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":558,"Cost":396,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":996,"Cost":928,"Date":"11/20/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":873,"Cost":686,"Date":"12/16/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":382,"Cost":315,"Date":"12/30/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":141,"Cost":115,"Date":"2/15/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":356,"Cost":278,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":389,"Cost":252,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":436,"Cost":286,"Date":"4/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":564,"Cost":527,"Date":"7/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":3,"Cost":2,"Date":"8/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":550,"Cost":490,"Date":"10/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":859,"Cost":776,"Date":"11/11/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":13,"Cost":9,"Date":"11/30/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":543,"Cost":510,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":369,"Cost":330,"Date":"3/1/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":953,"Cost":519,"Date":"4/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":475,"Cost":244,"Date":"5/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":983,"Cost":666,"Date":"8/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":986,"Cost":710,"Date":"9/15/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":949,"Cost":591,"Date":"10/14/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":355,"Cost":231,"Date":"10/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":991,"Cost":929,"Date":"11/11/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":25,"Cost":20,"Date":"12/7/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":708,"Cost":365,"Date":"12/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":720,"Cost":609,"Date":"1/6/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":712,"Cost":425,"Date":"1/23/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":307,"Cost":257,"Date":"2/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":703,"Cost":573,"Date":"3/10/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":564,"Cost":284,"Date":"3/12/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":281,"Cost":206,"Date":"3/31/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":261,"Cost":150,"Date":"6/16/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":225,"Cost":159,"Date":"6/17/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":953,"Cost":841,"Date":"8/27/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":193,"Cost":169,"Date":"10/1/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":664,"Cost":569,"Date":"11/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":263,"Cost":199,"Date":"11/9/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":375,"Cost":337,"Date":"3/27/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":478,"Cost":344,"Date":"4/17/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":225,"Cost":212,"Date":"8/11/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":561,"Cost":427,"Date":"8/21/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":726,"Cost":417,"Date":"9/2/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":46,"Cost":40,"Date":"9/5/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":709,"Cost":644,"Date":"9/14/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":983,"Cost":527,"Date":"9/20/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":721,"Cost":370,"Date":"11/20/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":184,"Cost":170,"Date":"12/21/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":293,"Cost":202,"Date":"1/7/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":757,"Cost":561,"Date":"1/21/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":332,"Cost":302,"Date":"2/9/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":86,"Cost":69,"Date":"3/19/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":647,"Cost":467,"Date":"4/3/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":883,"Cost":770,"Date":"4/5/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":224,"Cost":161,"Date":"4/28/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":278,"Cost":200,"Date":"7/10/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":453,"Cost":256,"Date":"3/25/2020"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":43,"Cost":31,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":114,"Cost":61,"Date":"10/28/2020"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":389,"Cost":237,"Date":"3/2/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":808,"Cost":756,"Date":"6/28/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":990,"Cost":815,"Date":"7/17/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":232,"Cost":207,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":831,"Cost":642,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":277,"Cost":209,"Date":"11/20/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":654,"Cost":345,"Date":"12/16/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":579,"Cost":545,"Date":"12/30/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":818,"Cost":427,"Date":"2/15/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":117,"Cost":80,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":599,"Cost":429,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":93,"Cost":60,"Date":"4/18/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":910,"Cost":805,"Date":"7/27/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":496,"Cost":355,"Date":"8/18/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":663,"Cost":557,"Date":"10/31/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":449,"Cost":415,"Date":"11/11/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":654,"Cost":533,"Date":"11/30/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":920,"Cost":638,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":517,"Cost":484,"Date":"3/1/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":881,"Cost":498,"Date":"4/13/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":528,"Cost":357,"Date":"5/20/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":440,"Cost":289,"Date":"8/13/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":548,"Cost":471,"Date":"9/15/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":625,"Cost":395,"Date":"10/14/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":932,"Cost":817,"Date":"10/28/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":106,"Cost":77,"Date":"11/11/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":296,"Cost":186,"Date":"12/7/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":957,"Cost":800,"Date":"12/21/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":867,"Cost":678,"Date":"1/6/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":563,"Cost":420,"Date":"1/23/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":670,"Cost":470,"Date":"2/4/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":414,"Cost":317,"Date":"3/10/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":198,"Cost":137,"Date":"3/12/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":574,"Cost":471,"Date":"3/31/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":783,"Cost":726,"Date":"6/16/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":741,"Cost":442,"Date":"6/17/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":373,"Cost":210,"Date":"8/27/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":554,"Cost":371,"Date":"10/1/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":261,"Cost":243,"Date":"11/4/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":25,"Cost":13,"Date":"11/9/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":281,"Cost":169,"Date":"3/27/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":723,"Cost":452,"Date":"4/17/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":30,"Cost":23,"Date":"8/11/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":767,"Cost":579,"Date":"8/21/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":970,"Cost":780,"Date":"9/2/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":606,"Cost":478,"Date":"9/5/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":756,"Cost":620,"Date":"9/14/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":195,"Cost":151,"Date":"9/20/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":452,"Cost":424,"Date":"11/20/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":300,"Cost":186,"Date":"12/21/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":610,"Cost":555,"Date":"1/7/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":886,"Cost":494,"Date":"1/21/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":983,"Cost":759,"Date":"2/9/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":876,"Cost":629,"Date":"3/19/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":928,"Cost":594,"Date":"4/3/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":905,"Cost":801,"Date":"4/5/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":488,"Cost":305,"Date":"4/28/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":585,"Cost":303,"Date":"7/10/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":711,"Cost":400,"Date":"3/25/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":778,"Cost":532,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":784,"Cost":642,"Date":"10/28/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":357,"Cost":305,"Date":"3/2/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":133,"Cost":75,"Date":"6/28/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":55,"Cost":51,"Date":"7/17/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":859,"Cost":738,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":452,"Cost":318,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":457,"Cost":295,"Date":"11/20/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":401,"Cost":221,"Date":"12/16/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":766,"Cost":384,"Date":"12/30/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":608,"Cost":423,"Date":"2/15/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":838,"Cost":647,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":809,"Cost":725,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":829,"Cost":622,"Date":"4/18/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":199,"Cost":181,"Date":"7/27/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":377,"Cost":354,"Date":"8/18/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":288,"Cost":240,"Date":"10/31/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":328,"Cost":305,"Date":"11/11/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":351,"Cost":227,"Date":"11/30/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":671,"Cost":372,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":34,"Cost":19,"Date":"3/1/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":147,"Cost":79,"Date":"4/13/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":223,"Cost":199,"Date":"5/20/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":864,"Cost":767,"Date":"8/13/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":575,"Cost":476,"Date":"9/15/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":872,"Cost":464,"Date":"10/14/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":614,"Cost":391,"Date":"10/28/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":495,"Cost":314,"Date":"11/11/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":311,"Cost":196,"Date":"12/7/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":542,"Cost":423,"Date":"12/21/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":504,"Cost":463,"Date":"1/6/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":600,"Cost":451,"Date":"1/23/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":389,"Cost":368,"Date":"2/4/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":24,"Cost":15,"Date":"3/10/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":336,"Cost":312,"Date":"3/12/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":476,"Cost":243,"Date":"3/31/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":229,"Cost":115,"Date":"6/16/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":223,"Cost":160,"Date":"6/17/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":989,"Cost":555,"Date":"8/27/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":299,"Cost":268,"Date":"10/1/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":848,"Cost":637,"Date":"11/4/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":322,"Cost":171,"Date":"11/9/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":646,"Cost":598,"Date":"3/27/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":733,"Cost":480,"Date":"4/17/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":262,"Cost":227,"Date":"8/11/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":588,"Cost":441,"Date":"8/21/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":747,"Cost":558,"Date":"9/2/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":454,"Cost":285,"Date":"9/5/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":683,"Cost":560,"Date":"9/14/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":183,"Cost":168,"Date":"9/20/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":443,"Cost":343,"Date":"11/20/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":345,"Cost":183,"Date":"12/21/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":252,"Cost":147,"Date":"1/7/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":294,"Cost":183,"Date":"1/21/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":403,"Cost":234,"Date":"2/9/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":279,"Cost":226,"Date":"3/19/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":292,"Cost":237,"Date":"4/3/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":849,"Cost":458,"Date":"4/5/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":710,"Cost":504,"Date":"4/28/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":988,"Cost":524,"Date":"7/10/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":434,"Cost":308,"Date":"3/25/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":413,"Cost":310,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":288,"Cost":194,"Date":"10/28/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":344,"Cost":181,"Date":"3/2/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":928,"Cost":625,"Date":"6/28/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":387,"Cost":216,"Date":"7/17/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":736,"Cost":694,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":780,"Cost":485,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":793,"Cost":705,"Date":"11/20/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":879,"Cost":803,"Date":"12/16/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":431,"Cost":269,"Date":"12/30/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":535,"Cost":400,"Date":"2/15/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":69,"Cost":54,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":363,"Cost":304,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":609,"Cost":512,"Date":"4/18/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":360,"Cost":332,"Date":"7/27/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":949,"Cost":739,"Date":"8/18/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":764,"Cost":615,"Date":"10/31/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":841,"Cost":701,"Date":"11/11/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":519,"Cost":334,"Date":"11/30/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":746,"Cost":622,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":246,"Cost":168,"Date":"3/1/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":502,"Cost":295,"Date":"4/13/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":754,"Cost":450,"Date":"5/20/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":443,"Cost":282,"Date":"8/13/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":225,"Cost":131,"Date":"9/15/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":368,"Cost":287,"Date":"10/14/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":738,"Cost":683,"Date":"10/28/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":561,"Cost":395,"Date":"11/11/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":449,"Cost":280,"Date":"12/7/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":490,"Cost":443,"Date":"12/21/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":448,"Cost":317,"Date":"1/6/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":705,"Cost":525,"Date":"1/23/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":898,"Cost":705,"Date":"2/4/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":93,"Cost":88,"Date":"3/10/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":77,"Cost":64,"Date":"3/12/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":576,"Cost":406,"Date":"3/31/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":343,"Cost":191,"Date":"6/16/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":677,"Cost":545,"Date":"6/17/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":945,"Cost":594,"Date":"8/27/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":718,"Cost":540,"Date":"10/1/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":267,"Cost":178,"Date":"11/4/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":664,"Cost":385,"Date":"11/9/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":356,"Cost":263,"Date":"3/27/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":663,"Cost":467,"Date":"4/17/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":870,"Cost":588,"Date":"8/11/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":230,"Cost":115,"Date":"8/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":98,"Cost":82,"Date":"9/2/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":27,"Cost":26,"Date":"9/5/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":266,"Cost":179,"Date":"9/14/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":34,"Cost":20,"Date":"9/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":944,"Cost":883,"Date":"11/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":429,"Cost":258,"Date":"12/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":848,"Cost":463,"Date":"1/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":454,"Cost":384,"Date":"1/21/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":697,"Cost":546,"Date":"2/9/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":92,"Cost":69,"Date":"3/19/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":992,"Cost":824,"Date":"4/3/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":435,"Cost":352,"Date":"4/5/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":685,"Cost":381,"Date":"4/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":406,"Cost":254,"Date":"7/10/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":354,"Cost":256,"Date":"3/25/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":300,"Cost":161,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":534,"Cost":345,"Date":"10/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":218,"Cost":162,"Date":"3/2/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":359,"Cost":250,"Date":"6/28/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":366,"Cost":234,"Date":"7/17/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":943,"Cost":777,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":66,"Cost":49,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":247,"Cost":176,"Date":"11/20/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":843,"Cost":525,"Date":"12/16/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":372,"Cost":210,"Date":"12/30/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":929,"Cost":773,"Date":"2/15/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":340,"Cost":259,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":520,"Cost":276,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":780,"Cost":571,"Date":"4/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":886,"Cost":670,"Date":"7/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":175,"Cost":114,"Date":"8/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":511,"Cost":400,"Date":"10/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":295,"Cost":253,"Date":"11/11/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":734,"Cost":670,"Date":"11/30/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":336,"Cost":213,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":414,"Cost":244,"Date":"3/1/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":436,"Cost":338,"Date":"4/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":388,"Cost":259,"Date":"5/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":426,"Cost":247,"Date":"8/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":283,"Cost":238,"Date":"9/15/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":79,"Cost":74,"Date":"10/14/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":439,"Cost":304,"Date":"10/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":952,"Cost":781,"Date":"11/11/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":741,"Cost":602,"Date":"12/7/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":747,"Cost":515,"Date":"12/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":104,"Cost":68,"Date":"1/6/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":995,"Cost":624,"Date":"1/23/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":23,"Cost":22,"Date":"2/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":980,"Cost":787,"Date":"3/10/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":817,"Cost":417,"Date":"3/12/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":555,"Cost":393,"Date":"3/31/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":146,"Cost":127,"Date":"6/16/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":834,"Cost":419,"Date":"6/17/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":433,"Cost":234,"Date":"8/27/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":905,"Cost":801,"Date":"10/1/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":940,"Cost":842,"Date":"11/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":633,"Cost":519,"Date":"11/9/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":334,"Cost":308,"Date":"3/27/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":798,"Cost":564,"Date":"4/17/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":889,"Cost":836,"Date":"8/11/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":926,"Cost":758,"Date":"8/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":337,"Cost":246,"Date":"9/2/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":733,"Date":"9/5/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":225,"Cost":202,"Date":"9/14/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":433,"Cost":398,"Date":"9/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":571,"Cost":338,"Date":"11/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":439,"Cost":304,"Date":"12/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":385,"Date":"1/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":164,"Cost":134,"Date":"1/21/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":197,"Date":"2/9/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":90,"Cost":77,"Date":"3/19/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":608,"Cost":386,"Date":"4/3/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":68,"Cost":53,"Date":"4/5/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":219,"Date":"4/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":635,"Cost":533,"Date":"7/10/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":79,"Cost":70,"Date":"3/25/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":684,"Cost":550,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":905,"Cost":491,"Date":"10/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":603,"Cost":336,"Date":"3/2/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":369,"Cost":197,"Date":"6/28/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":101,"Cost":57,"Date":"7/17/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":355,"Cost":232,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":398,"Cost":317,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":802,"Cost":725,"Date":"11/20/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":502,"Cost":412,"Date":"12/16/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":438,"Date":"12/30/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":270,"Cost":138,"Date":"2/15/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":530,"Cost":476,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":655,"Cost":478,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":755,"Cost":657,"Date":"4/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":507,"Date":"7/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":787,"Cost":734,"Date":"8/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":623,"Cost":338,"Date":"10/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":334,"Date":"11/11/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":453,"Date":"11/30/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":569,"Cost":507,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":903,"Cost":766,"Date":"3/1/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":454,"Cost":389,"Date":"4/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":392,"Cost":317,"Date":"5/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":507,"Cost":406,"Date":"8/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":127,"Cost":96,"Date":"9/15/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":1,"Cost":1,"Date":"10/14/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":941,"Cost":637,"Date":"10/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":292,"Cost":163,"Date":"11/11/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":278,"Date":"12/7/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":740,"Cost":550,"Date":"12/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":213,"Date":"1/6/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":572,"Cost":483,"Date":"1/23/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":948,"Cost":587,"Date":"2/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":822,"Cost":481,"Date":"3/10/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":292,"Cost":261,"Date":"3/12/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":892,"Cost":544,"Date":"3/31/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":219,"Date":"6/16/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":700,"Cost":618,"Date":"6/17/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":630,"Cost":329,"Date":"8/27/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":312,"Cost":218,"Date":"10/1/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":919,"Cost":686,"Date":"11/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":897,"Cost":509,"Date":"11/9/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":251,"Cost":179,"Date":"3/27/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":433,"Date":"4/17/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":41,"Cost":38,"Date":"8/11/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":894,"Cost":630,"Date":"8/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":750,"Cost":547,"Date":"9/2/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":81,"Cost":61,"Date":"9/5/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":310,"Cost":277,"Date":"9/14/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":192,"Date":"9/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":244,"Date":"11/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":615,"Cost":381,"Date":"12/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":275,"Date":"1/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":563,"Cost":358,"Date":"1/21/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":264,"Cost":171,"Date":"2/9/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":71,"Date":"3/19/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":816,"Cost":581,"Date":"4/3/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":665,"Cost":411,"Date":"4/5/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":836,"Cost":763,"Date":"4/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":127,"Date":"7/10/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":633,"Cost":567,"Date":"3/25/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":461,"Cost":293,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":139,"Cost":87,"Date":"10/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":982,"Cost":742,"Date":"3/2/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":317,"Date":"6/28/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":991,"Cost":942,"Date":"7/17/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":168,"Cost":87,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":310,"Cost":163,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":39,"Date":"11/20/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":528,"Cost":312,"Date":"12/16/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":688,"Cost":634,"Date":"12/30/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":29,"Cost":23,"Date":"2/15/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":763,"Cost":666,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":719,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":828,"Date":"4/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":60,"Date":"7/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":859,"Cost":435,"Date":"8/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":428,"Date":"10/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":549,"Date":"11/11/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":868,"Cost":505,"Date":"11/30/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":749,"Cost":386,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":228,"Cost":125,"Date":"3/1/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":126,"Cost":113,"Date":"4/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":179,"Cost":143,"Date":"5/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":257,"Cost":213,"Date":"8/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":738,"Cost":688,"Date":"9/15/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":651,"Cost":455,"Date":"10/14/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":661,"Cost":544,"Date":"10/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":653,"Cost":594,"Date":"11/11/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":398,"Cost":219,"Date":"12/7/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":218,"Cost":177,"Date":"12/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":530,"Cost":380,"Date":"1/6/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":932,"Cost":485,"Date":"1/23/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":262,"Cost":213,"Date":"2/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":505,"Cost":414,"Date":"3/10/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":918,"Cost":699,"Date":"3/12/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":602,"Cost":559,"Date":"3/31/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":171,"Cost":154,"Date":"6/16/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":226,"Cost":127,"Date":"6/17/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":444,"Date":"8/27/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":631,"Cost":480,"Date":"10/1/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":59,"Cost":53,"Date":"11/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":845,"Cost":428,"Date":"11/9/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":5,"Cost":3,"Date":"3/27/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":600,"Date":"4/17/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":648,"Cost":517,"Date":"8/11/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":405,"Cost":263,"Date":"8/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":500,"Date":"9/2/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":182,"Date":"9/5/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":391,"Cost":370,"Date":"9/14/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":291,"Cost":160,"Date":"9/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":204,"Cost":177,"Date":"11/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":327,"Cost":250,"Date":"12/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":518,"Cost":406,"Date":"1/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":247,"Cost":139,"Date":"1/21/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":626,"Cost":431,"Date":"2/9/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":343,"Date":"3/19/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":459,"Cost":412,"Date":"4/3/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":245,"Date":"4/5/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":932,"Cost":860,"Date":"4/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":447,"Cost":379,"Date":"7/10/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":864,"Cost":549,"Date":"3/25/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":379,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":422,"Cost":349,"Date":"10/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":522,"Date":"3/2/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":778,"Cost":699,"Date":"6/28/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":440,"Cost":393,"Date":"7/17/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":262,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":672,"Cost":586,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":22,"Date":"11/20/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":569,"Cost":453,"Date":"12/16/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":852,"Cost":471,"Date":"12/30/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":571,"Cost":346,"Date":"2/15/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":835,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":468,"Cost":445,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":336,"Cost":216,"Date":"4/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":525,"Cost":461,"Date":"7/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":208,"Date":"8/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":279,"Cost":219,"Date":"10/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":672,"Cost":441,"Date":"11/11/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":108,"Cost":88,"Date":"11/30/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":809,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":858,"Cost":536,"Date":"3/1/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":75,"Cost":63,"Date":"4/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":77,"Date":"5/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":701,"Cost":507,"Date":"8/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":503,"Cost":331,"Date":"9/15/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":892,"Cost":668,"Date":"10/14/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":114,"Cost":71,"Date":"10/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":214,"Date":"11/11/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":830,"Cost":754,"Date":"12/7/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":331,"Date":"12/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":201,"Date":"1/6/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":161,"Cost":106,"Date":"1/23/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":181,"Cost":110,"Date":"2/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":811,"Cost":531,"Date":"3/10/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":228,"Date":"3/12/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":961,"Cost":725,"Date":"3/31/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":426,"Date":"6/16/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":985,"Cost":786,"Date":"6/17/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":327,"Cost":287,"Date":"8/27/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":491,"Date":"10/1/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":457,"Date":"11/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":536,"Cost":460,"Date":"11/9/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":424,"Cost":290,"Date":"3/27/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":866,"Cost":435,"Date":"4/17/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":937,"Cost":888,"Date":"8/11/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":902,"Cost":545,"Date":"8/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":932,"Cost":489,"Date":"9/2/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":70,"Cost":60,"Date":"9/5/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":112,"Cost":72,"Date":"9/14/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":245,"Cost":231,"Date":"9/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":645,"Cost":519,"Date":"11/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":150,"Cost":137,"Date":"12/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":125,"Cost":63,"Date":"1/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":874,"Cost":691,"Date":"1/21/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":547,"Cost":391,"Date":"2/9/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":187,"Cost":165,"Date":"3/19/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":695,"Cost":545,"Date":"4/3/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":667,"Cost":487,"Date":"4/5/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":267,"Cost":133,"Date":"4/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":912,"Cost":595,"Date":"7/10/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":973,"Cost":488,"Date":"3/25/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":320,"Cost":296,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":251,"Cost":130,"Date":"10/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":730,"Cost":568,"Date":"3/2/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":702,"Cost":443,"Date":"6/28/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":109,"Cost":92,"Date":"7/17/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":846,"Cost":687,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":113,"Cost":78,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":325,"Cost":276,"Date":"11/20/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":482,"Cost":314,"Date":"12/16/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":85,"Cost":67,"Date":"12/30/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":172,"Cost":108,"Date":"2/15/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":574,"Cost":393,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":923,"Cost":851,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":626,"Cost":413,"Date":"4/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":953,"Cost":522,"Date":"7/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":186,"Cost":130,"Date":"8/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":746,"Cost":611,"Date":"10/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":302,"Cost":259,"Date":"11/11/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":161,"Cost":130,"Date":"11/30/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":530,"Cost":286,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":217,"Cost":173,"Date":"3/1/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":920,"Cost":686,"Date":"4/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":809,"Cost":433,"Date":"5/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":569,"Cost":465,"Date":"8/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":437,"Cost":408,"Date":"9/15/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":166,"Cost":114,"Date":"10/14/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":552,"Cost":322,"Date":"10/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":494,"Cost":249,"Date":"11/11/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":544,"Cost":286,"Date":"12/7/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":406,"Cost":338,"Date":"12/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":307,"Cost":242,"Date":"1/6/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":621,"Cost":583,"Date":"1/23/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":853,"Cost":559,"Date":"2/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":421,"Cost":369,"Date":"3/10/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":301,"Cost":169,"Date":"3/12/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":139,"Cost":108,"Date":"3/31/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":310,"Cost":225,"Date":"6/16/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":638,"Cost":559,"Date":"6/17/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":261,"Cost":170,"Date":"8/27/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":250,"Cost":150,"Date":"10/1/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":425,"Cost":375,"Date":"11/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":933,"Cost":751,"Date":"11/9/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":851,"Cost":646,"Date":"3/27/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":711,"Cost":474,"Date":"4/17/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":593,"Cost":540,"Date":"8/11/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":404,"Date":"8/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":178,"Cost":145,"Date":"9/2/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":180,"Date":"9/5/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":769,"Date":"9/14/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":407,"Cost":244,"Date":"9/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":883,"Cost":808,"Date":"11/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":58,"Cost":37,"Date":"12/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":390,"Date":"1/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":118,"Date":"1/21/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":416,"Cost":337,"Date":"2/9/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":331,"Cost":189,"Date":"3/19/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":848,"Cost":524,"Date":"4/3/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":696,"Cost":411,"Date":"4/5/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":584,"Cost":437,"Date":"4/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":112,"Date":"7/10/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":65,"Date":"3/25/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":609,"Cost":379,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":764,"Cost":710,"Date":"10/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":5,"Date":"3/2/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":26,"Date":"6/28/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":121,"Cost":103,"Date":"7/17/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":579,"Cost":296,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":690,"Cost":490,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":783,"Date":"11/20/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":779,"Cost":472,"Date":"12/16/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":39,"Cost":27,"Date":"12/30/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":322,"Date":"2/15/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":456,"Cost":293,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":334,"Cost":288,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":118,"Cost":64,"Date":"4/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":489,"Cost":366,"Date":"7/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":524,"Cost":497,"Date":"8/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":491,"Cost":426,"Date":"10/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":970,"Cost":824,"Date":"11/11/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":33,"Cost":22,"Date":"11/30/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":951,"Cost":839,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":457,"Cost":269,"Date":"3/1/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":622,"Date":"4/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":842,"Date":"5/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":729,"Cost":603,"Date":"8/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":404,"Cost":336,"Date":"9/15/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":691,"Cost":628,"Date":"10/14/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":428,"Cost":402,"Date":"10/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":635,"Cost":367,"Date":"11/11/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":478,"Cost":269,"Date":"12/7/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":121,"Date":"12/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":463,"Date":"1/6/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":208,"Cost":157,"Date":"1/23/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":382,"Date":"2/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":945,"Cost":585,"Date":"3/10/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":678,"Cost":402,"Date":"3/12/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":593,"Date":"3/31/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":222,"Cost":132,"Date":"6/16/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":160,"Cost":126,"Date":"6/17/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":363,"Date":"8/27/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":308,"Cost":215,"Date":"10/1/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":993,"Cost":597,"Date":"11/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":502,"Date":"11/9/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":395,"Cost":313,"Date":"3/27/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":695,"Cost":445,"Date":"4/17/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":125,"Cost":110,"Date":"8/11/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":995,"Cost":902,"Date":"8/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":98,"Cost":50,"Date":"9/2/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":58,"Cost":42,"Date":"9/5/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":17,"Cost":8,"Date":"9/14/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":913,"Cost":461,"Date":"9/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":926,"Cost":856,"Date":"11/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":964,"Cost":646,"Date":"12/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":298,"Cost":275,"Date":"1/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":407,"Cost":215,"Date":"1/21/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":793,"Cost":728,"Date":"2/9/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":274,"Cost":192,"Date":"3/19/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":800,"Cost":582,"Date":"4/3/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":582,"Cost":377,"Date":"4/5/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":453,"Cost":412,"Date":"4/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":700,"Cost":611,"Date":"7/10/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":813,"Cost":531,"Date":"3/25/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":92,"Cost":83,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":602,"Cost":563,"Date":"10/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":773,"Cost":401,"Date":"3/2/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":56,"Cost":46,"Date":"6/28/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":823,"Cost":726,"Date":"7/17/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":479,"Cost":344,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":259,"Cost":240,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":904,"Cost":679,"Date":"11/20/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":307,"Cost":203,"Date":"12/16/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":91,"Cost":52,"Date":"12/30/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":912,"Cost":729,"Date":"2/15/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":718,"Cost":395,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":193,"Cost":165,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":295,"Cost":248,"Date":"4/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":519,"Cost":458,"Date":"7/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":145,"Cost":136,"Date":"8/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":263,"Cost":173,"Date":"10/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":375,"Cost":294,"Date":"11/11/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":640,"Cost":324,"Date":"11/30/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":871,"Cost":554,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":979,"Cost":911,"Date":"3/1/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":590,"Cost":417,"Date":"4/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":214,"Cost":120,"Date":"5/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":94,"Cost":59,"Date":"8/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":313,"Cost":159,"Date":"9/15/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":595,"Cost":323,"Date":"10/14/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":437,"Cost":308,"Date":"10/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":884,"Cost":744,"Date":"11/11/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":189,"Cost":132,"Date":"12/7/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":101,"Cost":54,"Date":"12/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":336,"Cost":172,"Date":"1/6/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":543,"Cost":423,"Date":"1/23/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":739,"Cost":486,"Date":"2/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":687,"Cost":345,"Date":"3/10/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":985,"Cost":697,"Date":"3/12/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":485,"Cost":424,"Date":"3/31/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":284,"Cost":176,"Date":"6/16/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":98,"Cost":81,"Date":"6/17/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":612,"Cost":417,"Date":"8/27/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":415,"Cost":217,"Date":"10/1/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":321,"Cost":228,"Date":"11/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":805,"Cost":710,"Date":"11/9/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":24,"Cost":22,"Date":"3/27/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":263,"Cost":187,"Date":"4/17/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":955,"Cost":603,"Date":"8/11/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":561,"Cost":376,"Date":"8/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":89,"Cost":65,"Date":"9/2/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":217,"Cost":156,"Date":"9/5/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":480,"Cost":292,"Date":"9/14/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":473,"Cost":370,"Date":"9/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":437,"Cost":293,"Date":"11/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":934,"Cost":531,"Date":"12/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":80,"Cost":66,"Date":"1/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":573,"Cost":493,"Date":"1/21/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":434,"Cost":392,"Date":"2/9/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":839,"Cost":447,"Date":"3/19/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":40,"Cost":34,"Date":"4/3/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":793,"Cost":549,"Date":"4/5/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":342,"Cost":188,"Date":"4/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":317,"Cost":240,"Date":"7/10/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":414,"Cost":248,"Date":"3/25/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":110,"Cost":56,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":963,"Cost":901,"Date":"10/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":846,"Cost":632,"Date":"3/2/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":529,"Cost":308,"Date":"6/28/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":438,"Cost":274,"Date":"7/17/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":406,"Cost":363,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":632,"Cost":378,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":955,"Cost":781,"Date":"11/20/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":443,"Cost":232,"Date":"12/16/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":239,"Cost":181,"Date":"12/30/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":991,"Cost":544,"Date":"2/15/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":699,"Cost":454,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":924,"Cost":502,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":906,"Cost":706,"Date":"4/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":315,"Cost":189,"Date":"7/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":539,"Cost":509,"Date":"8/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":803,"Cost":687,"Date":"10/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":462,"Cost":375,"Date":"11/11/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":312,"Cost":159,"Date":"11/30/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":389,"Cost":304,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":82,"Cost":62,"Date":"3/1/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":423,"Cost":278,"Date":"4/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":130,"Cost":69,"Date":"5/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":705,"Cost":497,"Date":"8/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":12,"Cost":9,"Date":"9/15/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":299,"Cost":270,"Date":"10/14/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":748,"Cost":592,"Date":"10/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":427,"Cost":274,"Date":"11/11/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":39,"Cost":27,"Date":"12/7/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":943,"Cost":862,"Date":"12/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":937,"Cost":707,"Date":"1/6/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":389,"Cost":320,"Date":"1/23/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":402,"Cost":245,"Date":"2/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":77,"Cost":40,"Date":"3/10/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":614,"Cost":337,"Date":"3/12/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":812,"Cost":425,"Date":"3/31/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":979,"Cost":621,"Date":"6/16/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":645,"Cost":346,"Date":"6/17/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":408,"Cost":287,"Date":"8/27/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":186,"Cost":126,"Date":"10/1/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":716,"Cost":418,"Date":"11/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":586,"Cost":464,"Date":"11/9/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":617,"Cost":552,"Date":"3/27/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":730,"Date":"4/17/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":747,"Cost":542,"Date":"8/11/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":218,"Cost":134,"Date":"8/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":558,"Date":"9/2/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":357,"Cost":179,"Date":"9/5/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":35,"Cost":31,"Date":"9/14/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":711,"Cost":532,"Date":"9/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":165,"Date":"11/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":139,"Cost":90,"Date":"12/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":512,"Cost":322,"Date":"1/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":139,"Date":"1/21/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":435,"Cost":361,"Date":"2/9/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":78,"Date":"3/19/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":172,"Date":"4/3/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":632,"Date":"4/5/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":876,"Cost":495,"Date":"4/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":560,"Cost":405,"Date":"7/10/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":527,"Date":"3/25/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":307,"Cost":175,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":796,"Cost":619,"Date":"10/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":398,"Date":"3/2/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":801,"Cost":644,"Date":"6/28/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":82,"Date":"7/17/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":309,"Cost":235,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":908,"Cost":470,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":863,"Cost":717,"Date":"11/20/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":974,"Cost":701,"Date":"12/16/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":773,"Cost":573,"Date":"12/30/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":868,"Date":"2/15/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":39,"Cost":25,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":393,"Cost":250,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":473,"Cost":358,"Date":"4/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":81,"Cost":46,"Date":"7/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":942,"Cost":667,"Date":"8/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":833,"Cost":534,"Date":"10/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":683,"Cost":613,"Date":"11/11/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":187,"Cost":133,"Date":"11/30/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":626,"Cost":389,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":935,"Cost":619,"Date":"3/1/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":428,"Cost":400,"Date":"4/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":191,"Cost":140,"Date":"5/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":173,"Date":"8/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":506,"Date":"9/15/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":761,"Cost":603,"Date":"10/14/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":582,"Cost":397,"Date":"10/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":392,"Date":"11/11/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":285,"Cost":227,"Date":"12/7/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":802,"Cost":574,"Date":"12/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":442,"Cost":384,"Date":"1/6/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":528,"Cost":375,"Date":"1/23/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":370,"Cost":303,"Date":"2/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":879,"Cost":815,"Date":"3/10/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":705,"Cost":609,"Date":"3/12/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":755,"Cost":478,"Date":"3/31/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":480,"Cost":338,"Date":"6/16/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":86,"Date":"6/17/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":381,"Date":"8/27/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":166,"Date":"10/1/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":665,"Cost":575,"Date":"11/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":852,"Cost":649,"Date":"11/9/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":695,"Cost":409,"Date":"3/27/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":413,"Cost":236,"Date":"4/17/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":293,"Cost":273,"Date":"8/11/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":131,"Cost":72,"Date":"8/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":474,"Cost":306,"Date":"9/2/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":642,"Cost":587,"Date":"9/5/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":81,"Cost":55,"Date":"9/14/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":728,"Cost":557,"Date":"9/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":974,"Cost":921,"Date":"11/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":925,"Cost":633,"Date":"12/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":21,"Cost":17,"Date":"1/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":642,"Cost":439,"Date":"1/21/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":619,"Cost":540,"Date":"2/9/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":530,"Cost":438,"Date":"3/19/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":330,"Cost":196,"Date":"4/3/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":349,"Cost":210,"Date":"4/5/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":361,"Cost":268,"Date":"4/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":220,"Cost":185,"Date":"7/10/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":937,"Cost":712,"Date":"3/25/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":445,"Cost":392,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":245,"Cost":151,"Date":"10/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":748,"Cost":431,"Date":"3/2/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":72,"Cost":41,"Date":"6/28/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":404,"Cost":301,"Date":"7/17/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":206,"Cost":139,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":664,"Cost":579,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":484,"Cost":428,"Date":"11/20/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":592,"Cost":474,"Date":"12/16/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":653,"Cost":610,"Date":"12/30/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":784,"Cost":495,"Date":"2/15/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":817,"Cost":763,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":272,"Cost":190,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":15,"Cost":7,"Date":"4/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":372,"Cost":239,"Date":"7/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":379,"Cost":325,"Date":"8/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":639,"Cost":455,"Date":"10/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":374,"Cost":234,"Date":"11/11/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":460,"Cost":331,"Date":"11/30/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":74,"Cost":66,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":9,"Cost":8,"Date":"3/1/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":934,"Cost":816,"Date":"4/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":11,"Cost":11,"Date":"5/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":636,"Cost":409,"Date":"8/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":989,"Cost":935,"Date":"9/15/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":825,"Cost":661,"Date":"10/14/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":633,"Cost":363,"Date":"10/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":346,"Cost":223,"Date":"11/11/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":490,"Cost":444,"Date":"12/7/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":134,"Cost":91,"Date":"12/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":482,"Cost":284,"Date":"1/6/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":893,"Cost":652,"Date":"1/23/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":69,"Cost":49,"Date":"2/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":315,"Cost":161,"Date":"3/10/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":573,"Cost":309,"Date":"3/12/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":509,"Cost":315,"Date":"3/31/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":680,"Cost":414,"Date":"6/16/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":877,"Cost":641,"Date":"6/17/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":1000,"Cost":858,"Date":"8/27/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":795,"Cost":691,"Date":"10/1/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":551,"Cost":328,"Date":"11/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":680,"Cost":359,"Date":"11/9/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":52,"Cost":38,"Date":"3/27/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":124,"Cost":62,"Date":"4/17/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":40,"Date":"8/11/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":985,"Cost":545,"Date":"8/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":317,"Cost":161,"Date":"9/2/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":140,"Date":"9/5/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":946,"Cost":538,"Date":"9/14/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":294,"Cost":235,"Date":"9/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":324,"Date":"11/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":653,"Date":"12/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":227,"Date":"1/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":404,"Cost":260,"Date":"1/21/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":743,"Cost":528,"Date":"2/9/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":520,"Cost":316,"Date":"3/19/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":147,"Date":"4/3/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":339,"Cost":253,"Date":"4/5/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":60,"Cost":52,"Date":"4/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":732,"Cost":609,"Date":"7/10/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":598,"Cost":357,"Date":"3/25/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":475,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":657,"Cost":474,"Date":"10/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":20,"Date":"3/2/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":214,"Cost":116,"Date":"6/28/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":549,"Cost":338,"Date":"7/17/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":176,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":639,"Cost":344,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":336,"Date":"11/20/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":147,"Cost":107,"Date":"12/16/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":793,"Cost":604,"Date":"12/30/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":235,"Cost":199,"Date":"2/15/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":839,"Cost":663,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":611,"Cost":446,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":142,"Cost":90,"Date":"4/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":506,"Cost":406,"Date":"7/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":121,"Cost":104,"Date":"8/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":139,"Cost":80,"Date":"10/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":519,"Cost":492,"Date":"11/11/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":383,"Cost":201,"Date":"11/30/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":292,"Cost":218,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":775,"Cost":702,"Date":"3/1/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":631,"Cost":535,"Date":"4/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":470,"Cost":306,"Date":"5/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":14,"Cost":13,"Date":"8/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":732,"Cost":397,"Date":"9/15/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":163,"Cost":145,"Date":"10/14/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":524,"Cost":336,"Date":"10/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":239,"Cost":127,"Date":"11/11/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":451,"Date":"12/7/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":106,"Cost":63,"Date":"12/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":601,"Cost":454,"Date":"1/6/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":402,"Cost":231,"Date":"1/23/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":228,"Cost":138,"Date":"2/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":100,"Date":"3/10/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":997,"Cost":688,"Date":"3/12/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":666,"Cost":510,"Date":"3/31/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":718,"Cost":385,"Date":"6/16/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":737,"Cost":624,"Date":"6/17/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":857,"Cost":556,"Date":"8/27/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":152,"Cost":83,"Date":"10/1/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":408,"Cost":220,"Date":"11/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":63,"Date":"11/9/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":5,"Cost":3,"Date":"3/27/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":521,"Cost":333,"Date":"4/17/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":310,"Cost":156,"Date":"8/11/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":230,"Cost":148,"Date":"8/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":423,"Cost":392,"Date":"9/2/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":897,"Cost":747,"Date":"9/5/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":402,"Cost":352,"Date":"9/14/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":503,"Cost":330,"Date":"9/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":181,"Cost":108,"Date":"11/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":546,"Cost":431,"Date":"12/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":766,"Cost":517,"Date":"1/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":352,"Cost":213,"Date":"1/21/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":392,"Cost":273,"Date":"2/9/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":832,"Cost":462,"Date":"3/19/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":434,"Cost":308,"Date":"4/3/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":310,"Cost":266,"Date":"4/5/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":135,"Cost":110,"Date":"4/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":572,"Cost":355,"Date":"7/10/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":374,"Cost":291,"Date":"3/25/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":848,"Cost":630,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":875,"Cost":474,"Date":"10/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":60,"Cost":50,"Date":"3/2/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":993,"Cost":592,"Date":"6/28/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":845,"Cost":594,"Date":"7/17/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":524,"Cost":262,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":78,"Cost":70,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":482,"Cost":280,"Date":"11/20/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":69,"Cost":47,"Date":"12/16/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":271,"Cost":247,"Date":"12/30/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":897,"Cost":683,"Date":"2/15/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":94,"Cost":62,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":776,"Cost":495,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":975,"Cost":652,"Date":"4/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":151,"Cost":91,"Date":"7/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":464,"Cost":388,"Date":"8/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":893,"Cost":549,"Date":"10/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":11,"Cost":10,"Date":"11/11/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":165,"Cost":150,"Date":"11/30/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":757,"Cost":639,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":56,"Cost":42,"Date":"3/1/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":430,"Cost":302,"Date":"4/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":671,"Cost":413,"Date":"5/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":175,"Cost":123,"Date":"8/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":606,"Cost":368,"Date":"9/15/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":905,"Cost":617,"Date":"10/14/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":601,"Cost":314,"Date":"10/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":551,"Cost":440,"Date":"11/11/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":701,"Cost":574,"Date":"12/7/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":594,"Cost":410,"Date":"12/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":914,"Cost":482,"Date":"1/6/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":120,"Cost":62,"Date":"1/23/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":446,"Cost":401,"Date":"2/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":280,"Cost":167,"Date":"3/10/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":380,"Cost":356,"Date":"3/12/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":986,"Cost":668,"Date":"3/31/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":733,"Cost":451,"Date":"6/16/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":517,"Cost":491,"Date":"6/17/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":383,"Cost":245,"Date":"8/27/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":727,"Cost":618,"Date":"10/1/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":724,"Cost":622,"Date":"11/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":374,"Cost":309,"Date":"11/9/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":458,"Date":"3/27/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":568,"Date":"4/17/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":854,"Cost":488,"Date":"8/11/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":894,"Cost":603,"Date":"8/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":890,"Cost":501,"Date":"9/2/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":92,"Date":"9/5/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":827,"Cost":639,"Date":"9/14/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":627,"Cost":586,"Date":"9/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":442,"Date":"11/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":666,"Cost":611,"Date":"12/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":469,"Cost":367,"Date":"1/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":577,"Cost":418,"Date":"1/21/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":455,"Cost":258,"Date":"2/9/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":3,"Cost":3,"Date":"3/19/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":309,"Cost":172,"Date":"4/3/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":584,"Cost":429,"Date":"4/5/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":38,"Cost":21,"Date":"4/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":10,"Date":"7/10/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":523,"Date":"3/25/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":406,"Cost":301,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":839,"Cost":553,"Date":"10/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":605,"Cost":571,"Date":"3/2/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":426,"Cost":284,"Date":"6/28/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":487,"Cost":394,"Date":"7/17/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":494,"Cost":305,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":348,"Cost":310,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":155,"Cost":118,"Date":"11/20/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":645,"Cost":503,"Date":"12/16/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":291,"Cost":247,"Date":"12/30/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":257,"Cost":144,"Date":"2/15/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":527,"Cost":380,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":371,"Cost":241,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":359,"Cost":191,"Date":"4/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":627,"Cost":374,"Date":"7/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":707,"Cost":443,"Date":"8/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":452,"Cost":419,"Date":"10/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":32,"Cost":30,"Date":"11/11/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":781,"Cost":590,"Date":"11/30/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":15,"Cost":10,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":624,"Date":"3/1/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":828,"Cost":518,"Date":"4/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":114,"Date":"5/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":776,"Cost":451,"Date":"8/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":16,"Cost":14,"Date":"9/15/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":912,"Cost":625,"Date":"10/14/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":475,"Date":"10/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":10,"Cost":5,"Date":"11/11/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":106,"Date":"12/7/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":834,"Cost":708,"Date":"12/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":547,"Cost":375,"Date":"1/6/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":868,"Cost":548,"Date":"1/23/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":781,"Cost":537,"Date":"2/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":530,"Cost":375,"Date":"3/10/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":117,"Cost":69,"Date":"3/12/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":793,"Cost":715,"Date":"3/31/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":453,"Cost":237,"Date":"6/16/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":125,"Cost":99,"Date":"6/17/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":259,"Cost":130,"Date":"8/27/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":786,"Cost":725,"Date":"10/1/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":301,"Date":"11/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":963,"Cost":560,"Date":"11/9/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":340,"Cost":170,"Date":"3/27/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":620,"Cost":546,"Date":"4/17/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":130,"Cost":73,"Date":"8/11/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":335,"Cost":200,"Date":"8/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":937,"Cost":519,"Date":"9/2/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":38,"Cost":29,"Date":"9/5/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":629,"Cost":465,"Date":"9/14/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":703,"Cost":662,"Date":"9/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":570,"Cost":386,"Date":"11/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":855,"Cost":443,"Date":"12/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":869,"Cost":819,"Date":"1/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":902,"Cost":754,"Date":"1/21/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":502,"Cost":265,"Date":"2/9/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":658,"Cost":605,"Date":"3/19/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":596,"Cost":437,"Date":"4/3/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":437,"Cost":300,"Date":"4/5/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":626,"Cost":371,"Date":"4/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":886,"Cost":840,"Date":"7/10/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":520,"Cost":468,"Date":"3/25/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":97,"Cost":84,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":59,"Cost":51,"Date":"10/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":986,"Cost":529,"Date":"3/2/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":806,"Cost":712,"Date":"6/28/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":31,"Cost":20,"Date":"7/17/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":883,"Cost":473,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":241,"Cost":164,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":474,"Cost":324,"Date":"11/20/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":987,"Cost":874,"Date":"12/16/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":759,"Cost":630,"Date":"12/30/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":558,"Cost":378,"Date":"2/15/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":101,"Cost":70,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":235,"Cost":159,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":663,"Cost":430,"Date":"4/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":924,"Cost":497,"Date":"7/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":175,"Cost":90,"Date":"8/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":268,"Cost":238,"Date":"10/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":201,"Cost":184,"Date":"11/11/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":152,"Cost":130,"Date":"11/30/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":146,"Cost":79,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":6,"Cost":3,"Date":"3/1/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":264,"Cost":233,"Date":"4/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":643,"Cost":365,"Date":"5/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":41,"Cost":26,"Date":"8/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":820,"Cost":704,"Date":"9/15/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":236,"Cost":170,"Date":"10/14/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":138,"Cost":83,"Date":"10/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":111,"Cost":100,"Date":"11/11/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":613,"Cost":342,"Date":"12/7/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":333,"Cost":256,"Date":"12/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":456,"Cost":240,"Date":"1/6/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":958,"Cost":734,"Date":"1/23/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":128,"Cost":76,"Date":"2/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":71,"Cost":41,"Date":"3/10/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":140,"Cost":90,"Date":"3/12/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":220,"Cost":152,"Date":"3/31/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":651,"Cost":379,"Date":"6/16/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":166,"Cost":96,"Date":"6/17/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":267,"Cost":201,"Date":"8/27/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":97,"Cost":88,"Date":"10/1/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":702,"Cost":560,"Date":"11/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":945,"Cost":565,"Date":"11/9/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":970,"Cost":493,"Date":"3/27/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":939,"Cost":503,"Date":"4/17/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":321,"Cost":180,"Date":"8/11/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":254,"Cost":190,"Date":"8/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":568,"Cost":484,"Date":"9/2/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":541,"Cost":356,"Date":"9/5/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":977,"Cost":862,"Date":"9/14/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":539,"Cost":441,"Date":"9/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":176,"Cost":96,"Date":"11/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":798,"Cost":614,"Date":"12/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":135,"Cost":88,"Date":"1/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":981,"Cost":898,"Date":"1/21/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":943,"Cost":667,"Date":"2/9/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":95,"Cost":76,"Date":"3/19/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":640,"Cost":539,"Date":"4/3/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":689,"Cost":500,"Date":"4/5/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":941,"Cost":738,"Date":"4/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":678,"Cost":608,"Date":"7/10/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":78,"Cost":39,"Date":"3/25/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":693,"Cost":452,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":56,"Cost":33,"Date":"10/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":74,"Cost":68,"Date":"3/2/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":83,"Cost":45,"Date":"6/28/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":650,"Cost":522,"Date":"7/17/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":587,"Cost":294,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":207,"Cost":183,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":684,"Cost":526,"Date":"11/20/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":514,"Cost":310,"Date":"12/16/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":124,"Cost":82,"Date":"12/30/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":216,"Cost":183,"Date":"2/15/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":251,"Cost":161,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":721,"Cost":374,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":98,"Cost":61,"Date":"4/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":115,"Cost":74,"Date":"7/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":274,"Cost":186,"Date":"8/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":794,"Cost":500,"Date":"10/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":617,"Cost":376,"Date":"11/11/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":904,"Cost":462,"Date":"11/30/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":642,"Cost":512,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":193,"Cost":180,"Date":"3/1/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":918,"Cost":826,"Date":"4/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":653,"Cost":428,"Date":"5/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":903,"Cost":627,"Date":"8/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":321,"Cost":205,"Date":"9/15/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":3,"Cost":1,"Date":"10/14/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":815,"Cost":411,"Date":"10/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":368,"Cost":187,"Date":"11/11/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":678,"Cost":427,"Date":"12/7/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":41,"Cost":31,"Date":"12/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":292,"Cost":206,"Date":"1/6/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":511,"Cost":296,"Date":"1/23/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":533,"Cost":362,"Date":"2/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":117,"Cost":68,"Date":"3/10/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":223,"Cost":144,"Date":"3/12/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":733,"Cost":635,"Date":"3/31/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":844,"Cost":674,"Date":"6/16/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":91,"Cost":56,"Date":"6/17/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":581,"Cost":377,"Date":"8/27/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":818,"Cost":519,"Date":"10/1/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":471,"Cost":254,"Date":"11/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":584,"Cost":299,"Date":"11/9/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":128,"Cost":113,"Date":"3/27/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":729,"Cost":538,"Date":"4/17/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":128,"Date":"8/11/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":332,"Cost":316,"Date":"8/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":777,"Cost":588,"Date":"9/2/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":411,"Cost":275,"Date":"9/5/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":447,"Date":"9/14/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":30,"Cost":17,"Date":"9/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":215,"Cost":138,"Date":"11/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":177,"Date":"12/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":348,"Cost":178,"Date":"1/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":125,"Cost":98,"Date":"1/21/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":564,"Date":"2/9/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":157,"Date":"3/19/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":252,"Cost":210,"Date":"4/3/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":323,"Date":"4/5/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":114,"Cost":100,"Date":"4/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":374,"Date":"7/10/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":537,"Cost":302,"Date":"3/25/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":54,"Cost":48,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":147,"Cost":117,"Date":"10/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":332,"Cost":290,"Date":"3/2/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":464,"Cost":277,"Date":"6/28/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":794,"Cost":559,"Date":"7/17/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":344,"Cost":292,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":465,"Cost":438,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":770,"Cost":580,"Date":"11/20/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":655,"Cost":365,"Date":"12/16/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":346,"Date":"12/30/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":588,"Cost":439,"Date":"2/15/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":512,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":986,"Cost":858,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":198,"Cost":182,"Date":"4/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":297,"Cost":227,"Date":"7/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":558,"Date":"8/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":716,"Date":"10/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":214,"Date":"11/11/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":355,"Cost":338,"Date":"11/30/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":950,"Cost":845,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":592,"Cost":492,"Date":"3/1/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":924,"Cost":772,"Date":"4/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":716,"Cost":546,"Date":"5/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":3,"Date":"8/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":47,"Cost":43,"Date":"9/15/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":214,"Cost":118,"Date":"10/14/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":337,"Cost":229,"Date":"10/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":156,"Cost":95,"Date":"11/11/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":125,"Date":"12/7/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":104,"Cost":54,"Date":"12/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":959,"Cost":739,"Date":"1/6/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":566,"Cost":326,"Date":"1/23/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":819,"Cost":713,"Date":"2/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":92,"Cost":86,"Date":"3/10/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":617,"Cost":381,"Date":"3/12/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":252,"Cost":146,"Date":"3/31/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":953,"Cost":796,"Date":"6/16/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":611,"Cost":488,"Date":"6/17/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":572,"Cost":499,"Date":"8/27/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":435,"Cost":406,"Date":"10/1/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":968,"Cost":736,"Date":"11/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":684,"Cost":612,"Date":"11/9/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":944,"Cost":762,"Date":"3/27/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":351,"Cost":215,"Date":"4/17/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":146,"Cost":118,"Date":"8/11/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":186,"Cost":122,"Date":"8/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":468,"Cost":282,"Date":"9/2/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":839,"Cost":690,"Date":"9/5/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":994,"Cost":732,"Date":"9/14/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":586,"Cost":303,"Date":"9/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":877,"Cost":654,"Date":"11/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":559,"Cost":500,"Date":"12/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":225,"Cost":190,"Date":"1/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":173,"Cost":108,"Date":"1/21/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":158,"Cost":130,"Date":"2/9/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":281,"Cost":150,"Date":"3/19/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":874,"Cost":450,"Date":"4/3/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":248,"Cost":233,"Date":"4/5/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":600,"Cost":340,"Date":"4/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":45,"Cost":32,"Date":"7/10/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":113,"Cost":101,"Date":"3/25/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":635,"Cost":550,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":32,"Cost":26,"Date":"10/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":173,"Cost":147,"Date":"3/2/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":932,"Cost":567,"Date":"6/28/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":148,"Cost":118,"Date":"7/17/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":345,"Cost":251,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":315,"Cost":219,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":754,"Cost":412,"Date":"11/20/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":771,"Cost":617,"Date":"12/16/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":112,"Cost":80,"Date":"12/30/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":797,"Cost":414,"Date":"2/15/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":673,"Cost":516,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":146,"Cost":79,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":501,"Cost":302,"Date":"4/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":587,"Cost":549,"Date":"7/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":331,"Cost":301,"Date":"8/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":203,"Cost":183,"Date":"10/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":699,"Cost":662,"Date":"11/11/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":769,"Cost":523,"Date":"11/30/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":415,"Cost":293,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":192,"Cost":116,"Date":"3/1/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":596,"Cost":490,"Date":"4/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":128,"Cost":90,"Date":"5/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":713,"Cost":426,"Date":"8/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":481,"Cost":396,"Date":"9/15/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":531,"Cost":383,"Date":"10/14/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":37,"Cost":33,"Date":"10/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":760,"Cost":529,"Date":"11/11/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":225,"Cost":159,"Date":"12/7/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":635,"Cost":490,"Date":"12/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":801,"Cost":737,"Date":"1/6/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":31,"Cost":26,"Date":"1/23/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":529,"Cost":294,"Date":"2/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":74,"Cost":46,"Date":"3/10/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":460,"Cost":379,"Date":"3/12/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":378,"Cost":218,"Date":"3/31/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":688,"Cost":385,"Date":"6/16/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":411,"Cost":325,"Date":"6/17/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":51,"Cost":29,"Date":"8/27/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":501,"Cost":468,"Date":"10/1/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":989,"Cost":807,"Date":"11/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":910,"Cost":811,"Date":"11/9/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":997,"Cost":607,"Date":"3/27/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":463,"Cost":248,"Date":"4/17/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":768,"Cost":701,"Date":"8/11/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":937,"Cost":573,"Date":"8/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":492,"Cost":298,"Date":"9/2/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":343,"Cost":302,"Date":"9/5/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":78,"Cost":63,"Date":"9/14/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":938,"Cost":856,"Date":"9/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":14,"Cost":9,"Date":"11/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":885,"Cost":725,"Date":"12/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":50,"Cost":37,"Date":"1/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":714,"Cost":560,"Date":"1/21/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":370,"Cost":202,"Date":"2/9/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":466,"Cost":277,"Date":"3/19/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":298,"Cost":170,"Date":"4/3/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":308,"Cost":284,"Date":"4/5/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":911,"Cost":492,"Date":"4/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":274,"Cost":191,"Date":"7/10/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":111,"Cost":91,"Date":"3/25/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":394,"Cost":302,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":333,"Cost":198,"Date":"10/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":641,"Cost":371,"Date":"3/2/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":237,"Cost":137,"Date":"6/28/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":195,"Cost":159,"Date":"7/17/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":341,"Cost":273,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":357,"Cost":189,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":100,"Cost":79,"Date":"11/20/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":591,"Cost":550,"Date":"12/16/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":869,"Cost":582,"Date":"12/30/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":851,"Cost":756,"Date":"2/15/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":277,"Cost":212,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":426,"Cost":272,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":360,"Cost":230,"Date":"4/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":958,"Cost":664,"Date":"7/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":606,"Cost":352,"Date":"8/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":233,"Cost":183,"Date":"10/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":180,"Cost":159,"Date":"11/11/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":328,"Cost":247,"Date":"11/30/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":273,"Cost":161,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":285,"Cost":247,"Date":"3/1/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":330,"Cost":209,"Date":"4/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":858,"Cost":456,"Date":"5/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":34,"Cost":19,"Date":"8/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":721,"Cost":598,"Date":"9/15/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":693,"Cost":630,"Date":"10/14/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":196,"Cost":132,"Date":"10/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":105,"Cost":55,"Date":"11/11/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":647,"Cost":502,"Date":"12/7/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":606,"Cost":569,"Date":"12/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":643,"Cost":405,"Date":"1/6/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":25,"Cost":22,"Date":"1/23/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":696,"Cost":455,"Date":"2/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":47,"Cost":39,"Date":"3/10/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":401,"Cost":359,"Date":"3/12/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":97,"Cost":82,"Date":"3/31/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":529,"Cost":344,"Date":"6/16/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":830,"Cost":725,"Date":"6/17/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":524,"Cost":398,"Date":"8/27/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":437,"Cost":223,"Date":"10/1/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":66,"Cost":38,"Date":"11/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":195,"Cost":160,"Date":"11/9/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":970,"Cost":590,"Date":"3/27/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":291,"Cost":154,"Date":"4/17/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":394,"Cost":337,"Date":"8/11/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":766,"Cost":525,"Date":"8/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":178,"Date":"9/2/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":804,"Cost":723,"Date":"9/5/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":144,"Date":"9/14/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":286,"Cost":179,"Date":"9/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":545,"Cost":482,"Date":"11/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":372,"Cost":232,"Date":"12/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":391,"Cost":337,"Date":"1/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":611,"Cost":565,"Date":"1/21/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":371,"Cost":326,"Date":"2/9/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":987,"Cost":587,"Date":"3/19/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":346,"Date":"4/3/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":704,"Date":"4/5/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":360,"Cost":283,"Date":"4/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":891,"Cost":778,"Date":"7/10/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":804,"Cost":479,"Date":"3/25/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":903,"Cost":645,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":561,"Cost":459,"Date":"10/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":380,"Date":"3/2/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":858,"Cost":437,"Date":"6/28/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":742,"Cost":694,"Date":"7/17/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":837,"Cost":595,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":585,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":789,"Cost":629,"Date":"11/20/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":586,"Cost":531,"Date":"12/16/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":37,"Cost":32,"Date":"12/30/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":164,"Cost":93,"Date":"2/15/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":910,"Cost":723,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":417,"Cost":264,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":388,"Date":"4/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":678,"Date":"7/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":192,"Cost":103,"Date":"8/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":616,"Cost":555,"Date":"10/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":105,"Cost":79,"Date":"11/11/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":191,"Cost":159,"Date":"11/30/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":98,"Cost":63,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":237,"Cost":217,"Date":"3/1/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":391,"Date":"4/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":192,"Date":"5/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":320,"Cost":236,"Date":"8/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":545,"Cost":344,"Date":"9/15/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":401,"Date":"10/14/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":488,"Cost":320,"Date":"10/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":480,"Date":"11/11/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":724,"Cost":429,"Date":"12/7/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":53,"Cost":48,"Date":"12/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":744,"Cost":546,"Date":"1/6/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":783,"Cost":650,"Date":"1/23/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":421,"Cost":383,"Date":"2/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":596,"Cost":489,"Date":"3/10/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":2,"Cost":1,"Date":"3/12/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":92,"Cost":83,"Date":"3/31/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":691,"Cost":639,"Date":"6/16/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":776,"Cost":414,"Date":"6/17/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":529,"Cost":444,"Date":"8/27/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":753,"Cost":574,"Date":"10/1/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":123,"Cost":90,"Date":"11/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":769,"Cost":536,"Date":"11/9/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":886,"Cost":694,"Date":"3/27/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":163,"Cost":109,"Date":"4/17/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":533,"Cost":376,"Date":"8/11/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":579,"Date":"8/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":403,"Cost":356,"Date":"9/2/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":581,"Cost":291,"Date":"9/5/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":510,"Cost":344,"Date":"9/14/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":916,"Cost":854,"Date":"9/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":342,"Cost":178,"Date":"11/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":405,"Cost":282,"Date":"12/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":515,"Cost":267,"Date":"1/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":552,"Cost":294,"Date":"1/21/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":454,"Date":"2/9/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":937,"Cost":594,"Date":"3/19/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":504,"Date":"4/3/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":705,"Cost":388,"Date":"4/5/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":354,"Cost":249,"Date":"4/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":185,"Date":"7/10/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":656,"Cost":354,"Date":"3/25/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":292,"Cost":161,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":686,"Date":"10/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":471,"Date":"3/2/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":320,"Cost":190,"Date":"6/28/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":466,"Cost":387,"Date":"7/17/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":895,"Cost":823,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":53,"Cost":42,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":914,"Cost":551,"Date":"11/20/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":623,"Cost":424,"Date":"12/16/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":189,"Cost":121,"Date":"12/30/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":724,"Cost":678,"Date":"2/15/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":997,"Cost":554,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":315,"Cost":253,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":332,"Cost":196,"Date":"4/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":827,"Cost":608,"Date":"7/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":623,"Cost":515,"Date":"8/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":379,"Date":"10/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":167,"Cost":100,"Date":"11/11/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":762,"Cost":558,"Date":"11/30/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":606,"Cost":484,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":155,"Cost":113,"Date":"3/1/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":529,"Date":"4/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":301,"Cost":276,"Date":"5/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":693,"Cost":610,"Date":"8/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":873,"Cost":490,"Date":"9/15/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":270,"Cost":200,"Date":"10/14/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":70,"Cost":57,"Date":"10/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":41,"Cost":29,"Date":"11/11/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":818,"Cost":574,"Date":"12/7/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":361,"Cost":323,"Date":"12/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":177,"Date":"1/6/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":441,"Cost":227,"Date":"1/23/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":522,"Cost":380,"Date":"2/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":272,"Cost":232,"Date":"3/10/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":689,"Cost":475,"Date":"3/12/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":707,"Cost":650,"Date":"3/31/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":693,"Cost":586,"Date":"6/16/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":744,"Cost":539,"Date":"6/17/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":2,"Cost":1,"Date":"8/27/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":101,"Cost":70,"Date":"10/1/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":455,"Date":"11/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":519,"Cost":453,"Date":"11/9/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":535,"Cost":485,"Date":"3/27/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":29,"Cost":14,"Date":"4/17/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":927,"Cost":570,"Date":"8/11/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":188,"Cost":110,"Date":"8/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":451,"Date":"9/2/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":419,"Cost":218,"Date":"9/5/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":589,"Cost":508,"Date":"9/14/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":331,"Cost":238,"Date":"9/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":615,"Cost":523,"Date":"11/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":416,"Cost":382,"Date":"12/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":351,"Cost":193,"Date":"1/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":140,"Cost":123,"Date":"1/21/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":611,"Cost":424,"Date":"2/9/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":490,"Cost":292,"Date":"3/19/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":49,"Date":"4/3/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":223,"Cost":130,"Date":"4/5/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":953,"Cost":503,"Date":"4/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":188,"Date":"7/10/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":561,"Cost":396,"Date":"3/25/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":761,"Cost":394,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":370,"Date":"10/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":745,"Cost":394,"Date":"3/2/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":138,"Cost":81,"Date":"6/28/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":542,"Cost":358,"Date":"7/17/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":326,"Cost":212,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":447,"Cost":315,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":751,"Cost":556,"Date":"11/20/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":105,"Date":"12/16/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":75,"Cost":61,"Date":"12/30/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":679,"Cost":417,"Date":"2/15/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":899,"Cost":669,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":729,"Cost":673,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":704,"Date":"4/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":79,"Date":"7/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":219,"Cost":154,"Date":"8/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":824,"Cost":704,"Date":"10/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":973,"Cost":554,"Date":"11/11/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":323,"Cost":215,"Date":"11/30/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":367,"Cost":275,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":364,"Cost":236,"Date":"3/1/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":224,"Date":"4/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":675,"Cost":599,"Date":"5/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":885,"Cost":773,"Date":"8/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":369,"Cost":344,"Date":"9/15/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":961,"Cost":546,"Date":"10/14/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":5,"Date":"10/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":122,"Cost":82,"Date":"11/11/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":566,"Cost":315,"Date":"12/7/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":730,"Cost":378,"Date":"12/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":410,"Cost":209,"Date":"1/6/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":318,"Cost":227,"Date":"1/23/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":468,"Cost":280,"Date":"2/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":167,"Date":"3/10/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":746,"Cost":477,"Date":"3/12/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":373,"Cost":295,"Date":"3/31/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":170,"Cost":132,"Date":"6/16/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":229,"Cost":167,"Date":"6/17/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":271,"Cost":170,"Date":"8/27/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":726,"Cost":376,"Date":"10/1/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":849,"Cost":746,"Date":"11/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":547,"Cost":401,"Date":"11/9/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":329,"Date":"3/27/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":65,"Date":"4/17/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":151,"Date":"8/11/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":894,"Cost":462,"Date":"8/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":348,"Cost":310,"Date":"9/2/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":580,"Date":"9/5/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":751,"Cost":652,"Date":"9/14/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":520,"Date":"9/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":946,"Cost":703,"Date":"11/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":11,"Cost":6,"Date":"12/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":166,"Date":"1/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":170,"Date":"1/21/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":733,"Cost":442,"Date":"2/9/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":67,"Cost":53,"Date":"3/19/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":554,"Cost":386,"Date":"4/3/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":32,"Date":"4/5/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":268,"Cost":198,"Date":"4/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":132,"Cost":112,"Date":"7/10/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":567,"Cost":473,"Date":"3/25/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":699,"Cost":494,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":157,"Date":"10/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":27,"Cost":25,"Date":"3/2/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":356,"Cost":183,"Date":"6/28/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":403,"Cost":289,"Date":"7/17/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":228,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":849,"Cost":446,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":385,"Date":"11/20/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":360,"Date":"12/16/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":239,"Date":"12/30/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":83,"Cost":59,"Date":"2/15/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":410,"Cost":299,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":994,"Cost":646,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":722,"Cost":655,"Date":"4/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":83,"Cost":65,"Date":"7/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":263,"Cost":161,"Date":"8/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":706,"Date":"10/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":828,"Cost":639,"Date":"11/11/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":60,"Cost":38,"Date":"11/30/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":202,"Cost":172,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":270,"Cost":183,"Date":"3/1/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":594,"Cost":473,"Date":"4/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":646,"Cost":522,"Date":"5/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":164,"Cost":121,"Date":"8/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":435,"Cost":228,"Date":"9/15/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":689,"Cost":351,"Date":"10/14/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":35,"Date":"10/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":73,"Cost":37,"Date":"11/11/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":460,"Cost":254,"Date":"12/7/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":58,"Date":"12/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":980,"Cost":783,"Date":"1/6/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":258,"Date":"1/23/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":156,"Cost":84,"Date":"2/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":137,"Cost":99,"Date":"3/10/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":159,"Cost":122,"Date":"3/12/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":385,"Cost":320,"Date":"3/31/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":116,"Cost":68,"Date":"6/16/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":256,"Cost":214,"Date":"6/17/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":846,"Date":"8/27/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":192,"Cost":97,"Date":"10/1/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":563,"Cost":420,"Date":"11/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":624,"Cost":334,"Date":"11/9/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":367,"Cost":216,"Date":"3/27/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":272,"Cost":173,"Date":"4/17/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":11,"Cost":6,"Date":"8/11/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":620,"Cost":387,"Date":"8/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":630,"Cost":391,"Date":"9/2/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":962,"Cost":879,"Date":"9/5/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":508,"Cost":437,"Date":"9/14/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":388,"Cost":199,"Date":"9/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":321,"Cost":254,"Date":"11/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":59,"Cost":46,"Date":"12/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":964,"Cost":890,"Date":"1/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":343,"Cost":192,"Date":"1/21/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":692,"Cost":510,"Date":"2/9/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":835,"Cost":644,"Date":"3/19/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":322,"Cost":250,"Date":"4/3/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":14,"Cost":12,"Date":"4/5/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":289,"Cost":205,"Date":"4/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":535,"Cost":491,"Date":"7/10/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":869,"Cost":454,"Date":"3/25/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":993,"Cost":732,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":70,"Cost":59,"Date":"10/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":878,"Cost":809,"Date":"3/2/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":883,"Cost":645,"Date":"6/28/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":922,"Cost":799,"Date":"7/17/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":181,"Cost":129,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":561,"Cost":334,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":572,"Cost":424,"Date":"11/20/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":43,"Cost":37,"Date":"12/16/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":302,"Cost":225,"Date":"12/30/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":422,"Cost":329,"Date":"2/15/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":355,"Cost":333,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":499,"Cost":473,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":361,"Cost":276,"Date":"4/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":305,"Cost":284,"Date":"7/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":627,"Cost":478,"Date":"8/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":693,"Cost":510,"Date":"10/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":121,"Cost":70,"Date":"11/11/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":937,"Cost":503,"Date":"11/30/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":529,"Cost":382,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":568,"Cost":532,"Date":"3/1/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":647,"Cost":403,"Date":"4/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":820,"Cost":519,"Date":"5/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":197,"Cost":172,"Date":"8/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":953,"Cost":719,"Date":"9/15/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":970,"Cost":507,"Date":"10/14/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":428,"Cost":327,"Date":"10/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":545,"Cost":400,"Date":"11/11/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":945,"Cost":893,"Date":"12/7/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":76,"Cost":68,"Date":"12/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":944,"Cost":637,"Date":"1/6/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":230,"Cost":127,"Date":"1/23/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":749,"Cost":693,"Date":"2/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":710,"Cost":376,"Date":"3/10/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":608,"Cost":461,"Date":"3/12/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":185,"Cost":119,"Date":"3/31/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":376,"Cost":235,"Date":"6/16/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":933,"Cost":474,"Date":"6/17/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":811,"Cost":736,"Date":"8/27/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":263,"Cost":233,"Date":"10/1/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":788,"Cost":606,"Date":"11/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":965,"Cost":543,"Date":"11/9/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":709,"Cost":411,"Date":"3/27/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":150,"Cost":77,"Date":"4/17/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":630,"Cost":437,"Date":"8/11/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":748,"Cost":682,"Date":"8/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":994,"Cost":938,"Date":"9/2/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":401,"Cost":204,"Date":"9/5/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":612,"Cost":308,"Date":"9/14/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":966,"Cost":904,"Date":"9/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":937,"Cost":674,"Date":"11/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":378,"Cost":275,"Date":"12/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":394,"Cost":358,"Date":"1/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":538,"Cost":384,"Date":"1/21/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":243,"Cost":155,"Date":"2/9/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":493,"Cost":261,"Date":"3/19/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":153,"Cost":120,"Date":"4/3/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":382,"Cost":335,"Date":"4/5/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":438,"Cost":384,"Date":"4/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":842,"Cost":681,"Date":"7/10/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":557,"Cost":503,"Date":"3/25/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":902,"Cost":522,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":780,"Cost":651,"Date":"10/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":810,"Cost":702,"Date":"3/2/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":253,"Cost":172,"Date":"6/28/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":153,"Cost":100,"Date":"7/17/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":886,"Cost":571,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":570,"Cost":297,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":92,"Cost":87,"Date":"11/20/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":60,"Cost":55,"Date":"12/16/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":344,"Cost":250,"Date":"12/30/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":298,"Cost":256,"Date":"2/15/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":787,"Cost":443,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":313,"Cost":179,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":783,"Cost":638,"Date":"4/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":536,"Cost":358,"Date":"7/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":788,"Cost":732,"Date":"8/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":924,"Cost":598,"Date":"10/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":983,"Cost":813,"Date":"11/11/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":663,"Cost":482,"Date":"11/30/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":389,"Cost":308,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":88,"Cost":67,"Date":"3/1/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":691,"Cost":386,"Date":"4/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":572,"Cost":400,"Date":"5/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":641,"Cost":417,"Date":"8/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":472,"Cost":302,"Date":"9/15/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":270,"Cost":244,"Date":"10/14/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":339,"Cost":234,"Date":"10/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":144,"Cost":111,"Date":"11/11/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":848,"Cost":656,"Date":"12/7/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":27,"Cost":26,"Date":"12/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":72,"Cost":58,"Date":"1/6/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":647,"Cost":400,"Date":"1/23/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":674,"Cost":409,"Date":"2/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":54,"Cost":42,"Date":"3/10/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":160,"Cost":108,"Date":"3/12/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":285,"Cost":262,"Date":"3/31/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":489,"Cost":426,"Date":"6/16/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":726,"Cost":689,"Date":"6/17/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":868,"Cost":751,"Date":"8/27/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":50,"Cost":30,"Date":"10/1/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":241,"Cost":146,"Date":"11/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":876,"Cost":464,"Date":"11/9/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":893,"Cost":841,"Date":"3/27/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":492,"Cost":371,"Date":"4/17/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":669,"Cost":601,"Date":"8/11/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":231,"Cost":142,"Date":"8/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":715,"Cost":391,"Date":"9/2/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":190,"Cost":116,"Date":"9/5/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":461,"Cost":403,"Date":"9/14/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":175,"Cost":155,"Date":"9/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":473,"Cost":257,"Date":"11/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":955,"Cost":895,"Date":"12/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":934,"Cost":767,"Date":"1/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":870,"Cost":743,"Date":"1/21/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":377,"Cost":288,"Date":"2/9/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":40,"Cost":23,"Date":"3/19/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":129,"Cost":92,"Date":"4/3/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":782,"Cost":663,"Date":"4/5/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":708,"Cost":362,"Date":"4/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":879,"Cost":668,"Date":"7/10/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":586,"Cost":298,"Date":"3/25/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":629,"Cost":367,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":314,"Cost":176,"Date":"10/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":652,"Cost":377,"Date":"3/2/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":910,"Cost":802,"Date":"6/28/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":234,"Cost":157,"Date":"7/17/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":348,"Cost":326,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":162,"Cost":82,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":987,"Cost":649,"Date":"11/20/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":299,"Cost":176,"Date":"12/16/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":854,"Cost":572,"Date":"12/30/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":61,"Cost":57,"Date":"2/15/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":198,"Cost":144,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":405,"Cost":272,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":431,"Cost":408,"Date":"4/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":835,"Cost":572,"Date":"7/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":23,"Cost":12,"Date":"8/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":162,"Cost":152,"Date":"10/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":42,"Cost":35,"Date":"11/11/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":36,"Cost":30,"Date":"11/30/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":794,"Cost":654,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":407,"Cost":238,"Date":"3/1/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":617,"Cost":408,"Date":"4/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":117,"Cost":73,"Date":"5/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":943,"Cost":575,"Date":"8/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":373,"Cost":271,"Date":"9/15/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":110,"Cost":68,"Date":"10/14/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":708,"Cost":383,"Date":"10/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":137,"Cost":101,"Date":"11/11/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":430,"Cost":341,"Date":"12/7/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":684,"Cost":372,"Date":"12/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":448,"Cost":321,"Date":"1/6/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":548,"Cost":369,"Date":"1/23/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":96,"Cost":82,"Date":"2/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":425,"Cost":236,"Date":"3/10/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":115,"Cost":104,"Date":"3/12/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":619,"Cost":460,"Date":"3/31/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":939,"Cost":544,"Date":"6/16/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":462,"Cost":335,"Date":"6/17/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":380,"Cost":329,"Date":"8/27/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":224,"Cost":152,"Date":"10/1/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":87,"Cost":73,"Date":"11/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":502,"Cost":351,"Date":"11/9/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":231,"Cost":183,"Date":"3/27/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":488,"Cost":367,"Date":"4/17/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":429,"Cost":233,"Date":"8/11/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":490,"Cost":330,"Date":"8/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":762,"Cost":679,"Date":"9/2/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":445,"Cost":367,"Date":"9/5/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":722,"Cost":494,"Date":"9/14/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":518,"Cost":331,"Date":"9/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":839,"Cost":683,"Date":"11/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":752,"Cost":506,"Date":"12/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":560,"Cost":435,"Date":"1/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":187,"Cost":113,"Date":"1/21/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":487,"Cost":345,"Date":"2/9/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":614,"Cost":535,"Date":"3/19/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":22,"Cost":13,"Date":"4/3/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":768,"Cost":540,"Date":"4/5/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":364,"Cost":218,"Date":"4/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":130,"Date":"7/10/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":355,"Cost":261,"Date":"3/25/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":791,"Cost":641,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":970,"Cost":524,"Date":"10/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":859,"Cost":625,"Date":"3/2/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":31,"Cost":29,"Date":"6/28/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":93,"Cost":59,"Date":"7/17/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":530,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":114,"Cost":80,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":611,"Cost":379,"Date":"11/20/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":801,"Cost":514,"Date":"12/16/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":510,"Cost":408,"Date":"12/30/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":507,"Cost":467,"Date":"2/15/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":928,"Cost":865,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":959,"Cost":697,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":510,"Date":"4/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":979,"Cost":568,"Date":"7/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":424,"Cost":217,"Date":"8/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":665,"Date":"10/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":668,"Date":"11/11/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":38,"Cost":24,"Date":"11/30/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":617,"Cost":514,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":766,"Cost":455,"Date":"3/1/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":129,"Cost":81,"Date":"4/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":823,"Cost":540,"Date":"5/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":102,"Cost":57,"Date":"8/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":276,"Cost":192,"Date":"9/15/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":300,"Date":"10/14/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":971,"Cost":658,"Date":"10/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":722,"Cost":418,"Date":"11/11/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":18,"Cost":14,"Date":"12/7/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":61,"Date":"12/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":445,"Cost":258,"Date":"1/6/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":103,"Cost":68,"Date":"1/23/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":362,"Date":"2/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":103,"Cost":65,"Date":"3/10/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":515,"Cost":340,"Date":"3/12/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":666,"Cost":448,"Date":"3/31/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":382,"Cost":226,"Date":"6/16/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":716,"Cost":649,"Date":"6/17/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":51,"Cost":43,"Date":"8/27/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":612,"Cost":453,"Date":"10/1/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":501,"Cost":273,"Date":"11/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":303,"Date":"11/9/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":530,"Cost":430,"Date":"3/27/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":666,"Date":"4/17/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":249,"Date":"8/11/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":809,"Cost":722,"Date":"8/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":500,"Cost":266,"Date":"9/2/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":890,"Cost":771,"Date":"9/5/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":124,"Cost":113,"Date":"9/14/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":425,"Cost":225,"Date":"9/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":253,"Date":"11/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":705,"Cost":595,"Date":"12/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":594,"Cost":523,"Date":"1/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":97,"Cost":51,"Date":"1/21/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":116,"Cost":101,"Date":"2/9/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":996,"Cost":504,"Date":"3/19/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":296,"Date":"4/3/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":880,"Cost":736,"Date":"4/5/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":625,"Date":"4/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":271,"Cost":167,"Date":"7/10/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":22,"Cost":19,"Date":"3/25/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":572,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":687,"Cost":618,"Date":"10/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":307,"Cost":216,"Date":"3/2/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":936,"Cost":606,"Date":"6/28/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":587,"Cost":347,"Date":"7/17/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":634,"Cost":501,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":633,"Cost":551,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":425,"Cost":243,"Date":"11/20/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":105,"Date":"12/16/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":274,"Date":"12/30/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":675,"Cost":374,"Date":"2/15/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":427,"Cost":374,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":237,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":280,"Cost":185,"Date":"4/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":543,"Cost":300,"Date":"7/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":284,"Cost":232,"Date":"8/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":846,"Cost":606,"Date":"10/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":529,"Cost":464,"Date":"11/11/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":906,"Cost":483,"Date":"11/30/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":35,"Cost":32,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":251,"Cost":187,"Date":"3/1/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":998,"Cost":810,"Date":"4/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":792,"Cost":550,"Date":"5/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":195,"Cost":151,"Date":"8/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":196,"Cost":155,"Date":"9/15/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":247,"Cost":165,"Date":"10/14/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":84,"Cost":46,"Date":"10/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":975,"Cost":673,"Date":"11/11/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":67,"Cost":45,"Date":"12/7/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":430,"Cost":348,"Date":"12/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":153,"Date":"1/6/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":23,"Cost":14,"Date":"1/23/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":460,"Cost":302,"Date":"2/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":922,"Cost":691,"Date":"3/10/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":980,"Cost":604,"Date":"3/12/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":7,"Cost":5,"Date":"3/31/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":499,"Cost":429,"Date":"6/16/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":679,"Cost":567,"Date":"6/17/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":985,"Cost":693,"Date":"8/27/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":745,"Date":"10/1/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":148,"Cost":131,"Date":"11/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":295,"Cost":245,"Date":"11/9/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":305,"Cost":231,"Date":"3/27/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":143,"Cost":119,"Date":"4/17/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":334,"Date":"8/11/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":465,"Cost":383,"Date":"8/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":817,"Cost":750,"Date":"9/2/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":547,"Cost":472,"Date":"9/5/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":345,"Cost":287,"Date":"9/14/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":447,"Cost":245,"Date":"9/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":781,"Date":"11/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":979,"Cost":866,"Date":"12/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":211,"Cost":161,"Date":"1/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":246,"Date":"1/21/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":317,"Cost":224,"Date":"2/9/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":740,"Cost":606,"Date":"3/19/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":842,"Date":"4/3/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":192,"Cost":122,"Date":"4/5/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":701,"Cost":648,"Date":"4/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":772,"Cost":412,"Date":"7/10/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":62,"Cost":34,"Date":"3/25/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":13,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":42,"Cost":38,"Date":"10/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":356,"Date":"3/2/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":398,"Date":"6/28/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":121,"Cost":75,"Date":"7/17/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":972,"Cost":751,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":99,"Date":"11/20/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":203,"Cost":155,"Date":"12/16/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":525,"Date":"12/30/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":687,"Date":"2/15/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":43,"Cost":28,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":185,"Cost":135,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":66,"Date":"4/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":477,"Cost":240,"Date":"7/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":395,"Cost":365,"Date":"8/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":646,"Cost":569,"Date":"10/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":492,"Cost":331,"Date":"11/11/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":176,"Cost":112,"Date":"11/30/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":806,"Cost":590,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":527,"Cost":357,"Date":"3/1/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":362,"Date":"4/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":878,"Cost":830,"Date":"5/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":247,"Cost":203,"Date":"8/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":336,"Cost":203,"Date":"9/15/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":775,"Cost":654,"Date":"10/14/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":885,"Cost":459,"Date":"10/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":688,"Cost":510,"Date":"11/11/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":454,"Cost":324,"Date":"12/7/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":629,"Cost":544,"Date":"12/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":130,"Cost":114,"Date":"1/6/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":248,"Cost":180,"Date":"1/23/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":595,"Date":"2/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":691,"Cost":471,"Date":"3/10/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":81,"Cost":51,"Date":"3/12/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":412,"Cost":390,"Date":"3/31/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":610,"Cost":569,"Date":"6/16/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":467,"Cost":351,"Date":"6/17/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":210,"Cost":134,"Date":"8/27/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":410,"Cost":376,"Date":"10/1/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":948,"Cost":743,"Date":"11/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":909,"Cost":512,"Date":"11/9/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":921,"Cost":827,"Date":"3/27/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":176,"Date":"4/17/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":720,"Cost":421,"Date":"8/11/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":100,"Cost":65,"Date":"8/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":567,"Date":"9/2/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":460,"Cost":252,"Date":"9/5/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":391,"Cost":273,"Date":"9/14/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":701,"Cost":506,"Date":"9/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":106,"Date":"11/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":476,"Date":"12/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":917,"Cost":535,"Date":"1/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":222,"Cost":132,"Date":"1/21/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":919,"Cost":732,"Date":"2/9/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":924,"Cost":755,"Date":"3/19/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":807,"Cost":731,"Date":"4/3/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":878,"Cost":646,"Date":"4/5/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":185,"Date":"4/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":683,"Cost":515,"Date":"7/10/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":227,"Cost":146,"Date":"3/25/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":599,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":875,"Cost":596,"Date":"10/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":707,"Cost":604,"Date":"3/2/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":670,"Date":"6/28/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":894,"Cost":512,"Date":"7/17/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":462,"Cost":400,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":574,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":810,"Cost":591,"Date":"11/20/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":838,"Cost":607,"Date":"12/16/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":213,"Cost":196,"Date":"12/30/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":105,"Date":"2/15/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":482,"Cost":434,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":172,"Cost":116,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":67,"Date":"4/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":419,"Date":"7/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":377,"Cost":298,"Date":"8/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":288,"Cost":147,"Date":"10/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":996,"Cost":703,"Date":"11/11/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":103,"Cost":58,"Date":"11/30/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":486,"Cost":447,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":559,"Date":"3/1/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":751,"Cost":420,"Date":"4/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":13,"Cost":12,"Date":"5/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":274,"Cost":245,"Date":"8/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":909,"Cost":862,"Date":"9/15/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":79,"Cost":73,"Date":"10/14/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":819,"Cost":523,"Date":"10/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":793,"Cost":645,"Date":"11/11/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":632,"Cost":435,"Date":"12/7/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":354,"Cost":256,"Date":"12/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":419,"Date":"1/6/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":669,"Cost":609,"Date":"1/23/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":663,"Cost":586,"Date":"2/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":490,"Cost":294,"Date":"3/10/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":554,"Cost":495,"Date":"3/12/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":1,"Cost":1,"Date":"3/31/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":104,"Cost":63,"Date":"6/16/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":855,"Cost":635,"Date":"6/17/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":356,"Cost":291,"Date":"8/27/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":899,"Cost":557,"Date":"10/1/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":539,"Cost":467,"Date":"11/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":675,"Cost":616,"Date":"11/9/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":11,"Cost":7,"Date":"3/27/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":279,"Date":"4/17/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":142,"Cost":113,"Date":"8/11/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":144,"Cost":127,"Date":"8/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":128,"Date":"9/2/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":588,"Date":"9/5/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":1000,"Cost":789,"Date":"9/14/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":549,"Date":"9/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":225,"Date":"11/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":585,"Cost":474,"Date":"12/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":57,"Date":"1/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":218,"Cost":151,"Date":"1/21/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":62,"Cost":42,"Date":"2/9/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":460,"Cost":406,"Date":"3/19/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":302,"Date":"4/3/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":115,"Cost":87,"Date":"4/5/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":713,"Cost":466,"Date":"4/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":628,"Cost":315,"Date":"7/10/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":63,"Cost":35,"Date":"3/25/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":297,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":790,"Cost":730,"Date":"10/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":788,"Cost":592,"Date":"3/2/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":764,"Cost":647,"Date":"6/28/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":925,"Cost":589,"Date":"7/17/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":262,"Cost":201,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":92,"Cost":50,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":856,"Date":"11/20/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":36,"Cost":28,"Date":"12/16/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":886,"Cost":808,"Date":"12/30/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":803,"Cost":493,"Date":"2/15/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":125,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":812,"Cost":440,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":120,"Date":"4/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":433,"Cost":307,"Date":"7/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":936,"Cost":684,"Date":"8/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":751,"Cost":666,"Date":"10/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":270,"Cost":234,"Date":"11/11/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":130,"Cost":68,"Date":"11/30/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":131,"Cost":97,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":629,"Date":"3/1/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":406,"Cost":359,"Date":"4/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":150,"Date":"5/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":417,"Cost":345,"Date":"8/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":961,"Cost":887,"Date":"9/15/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":556,"Cost":477,"Date":"10/14/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":575,"Cost":363,"Date":"10/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":493,"Date":"11/11/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":510,"Cost":450,"Date":"12/7/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":377,"Date":"12/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":131,"Cost":107,"Date":"1/6/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":963,"Cost":834,"Date":"1/23/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":3,"Date":"2/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":992,"Cost":682,"Date":"3/10/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":58,"Date":"3/12/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":444,"Cost":318,"Date":"3/31/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":620,"Cost":474,"Date":"6/16/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":379,"Date":"6/17/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":84,"Cost":43,"Date":"8/27/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":564,"Cost":326,"Date":"10/1/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":2,"Cost":1,"Date":"11/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":682,"Cost":356,"Date":"11/9/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":664,"Cost":492,"Date":"3/27/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":255,"Cost":130,"Date":"4/17/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":869,"Cost":575,"Date":"8/11/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":414,"Cost":298,"Date":"8/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":796,"Cost":609,"Date":"9/2/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":421,"Cost":327,"Date":"9/5/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":43,"Cost":25,"Date":"9/14/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":490,"Cost":312,"Date":"9/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":63,"Cost":39,"Date":"11/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":344,"Cost":318,"Date":"12/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":765,"Cost":453,"Date":"1/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":859,"Cost":761,"Date":"1/21/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":845,"Cost":651,"Date":"2/9/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":839,"Cost":694,"Date":"3/19/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":175,"Cost":96,"Date":"4/3/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":924,"Cost":732,"Date":"4/5/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":384,"Cost":324,"Date":"4/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":642,"Cost":361,"Date":"7/10/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":667,"Cost":379,"Date":"3/25/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":221,"Cost":152,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":746,"Cost":422,"Date":"10/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":113,"Cost":90,"Date":"3/2/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":173,"Cost":90,"Date":"6/28/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":287,"Cost":234,"Date":"7/17/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":186,"Cost":106,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":937,"Cost":776,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":154,"Cost":143,"Date":"11/20/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":846,"Cost":718,"Date":"12/16/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":297,"Cost":263,"Date":"12/30/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":842,"Cost":680,"Date":"2/15/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":308,"Cost":268,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":734,"Cost":445,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":551,"Cost":485,"Date":"4/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":936,"Cost":512,"Date":"7/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":364,"Cost":323,"Date":"8/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":220,"Cost":185,"Date":"10/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":794,"Cost":715,"Date":"11/11/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":431,"Cost":268,"Date":"11/30/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":487,"Cost":310,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":149,"Cost":106,"Date":"3/1/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":123,"Cost":115,"Date":"4/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":416,"Cost":335,"Date":"5/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":9,"Cost":4,"Date":"8/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":609,"Cost":377,"Date":"9/15/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":822,"Cost":603,"Date":"10/14/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":866,"Cost":577,"Date":"10/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":698,"Cost":617,"Date":"11/11/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":396,"Cost":331,"Date":"12/7/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":495,"Cost":379,"Date":"12/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":121,"Cost":108,"Date":"1/6/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":516,"Cost":293,"Date":"1/23/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":54,"Cost":44,"Date":"2/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":339,"Cost":210,"Date":"3/10/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":915,"Cost":553,"Date":"3/12/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":107,"Cost":99,"Date":"3/31/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":342,"Cost":232,"Date":"6/16/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":207,"Cost":192,"Date":"6/17/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":298,"Cost":230,"Date":"8/27/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":27,"Cost":20,"Date":"10/1/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":669,"Cost":548,"Date":"11/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":478,"Cost":415,"Date":"11/9/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":579,"Cost":298,"Date":"3/27/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":751,"Cost":672,"Date":"4/17/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":617,"Cost":424,"Date":"8/11/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":146,"Date":"8/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":209,"Date":"9/2/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":695,"Cost":432,"Date":"9/5/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":11,"Cost":6,"Date":"9/14/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":222,"Date":"9/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":716,"Cost":521,"Date":"11/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":492,"Cost":296,"Date":"12/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":29,"Cost":22,"Date":"1/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":425,"Cost":229,"Date":"1/21/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":186,"Cost":141,"Date":"2/9/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":660,"Date":"3/19/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":136,"Date":"4/3/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":39,"Cost":20,"Date":"4/5/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":483,"Cost":420,"Date":"4/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":940,"Cost":758,"Date":"7/10/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":65,"Cost":41,"Date":"3/25/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":820,"Cost":684,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":473,"Cost":340,"Date":"10/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":542,"Cost":474,"Date":"3/2/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":98,"Cost":88,"Date":"6/28/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":945,"Cost":578,"Date":"7/17/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":430,"Cost":299,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":455,"Cost":362,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":408,"Date":"11/20/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":108,"Date":"12/16/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":96,"Cost":76,"Date":"12/30/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":508,"Date":"2/15/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":601,"Cost":452,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":628,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":810,"Cost":745,"Date":"4/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":960,"Cost":894,"Date":"7/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":611,"Cost":372,"Date":"8/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":90,"Cost":76,"Date":"10/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":919,"Cost":658,"Date":"11/11/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":935,"Cost":798,"Date":"11/30/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":728,"Cost":683,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":310,"Cost":216,"Date":"3/1/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":728,"Date":"4/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":385,"Cost":222,"Date":"5/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":971,"Cost":871,"Date":"8/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":431,"Cost":325,"Date":"9/15/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":949,"Cost":837,"Date":"10/14/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":54,"Date":"10/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":562,"Cost":426,"Date":"11/11/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":138,"Cost":106,"Date":"12/7/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":738,"Cost":575,"Date":"12/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":744,"Cost":638,"Date":"1/6/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":752,"Date":"1/23/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":512,"Date":"2/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":426,"Cost":402,"Date":"3/10/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":777,"Cost":413,"Date":"3/12/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":183,"Cost":153,"Date":"3/31/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":291,"Date":"6/16/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":651,"Date":"6/17/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":735,"Date":"8/27/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":863,"Cost":597,"Date":"10/1/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":366,"Date":"11/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":961,"Cost":489,"Date":"11/9/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":278,"Date":"3/27/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":332,"Cost":315,"Date":"4/17/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":194,"Date":"8/11/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":383,"Date":"8/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":143,"Cost":135,"Date":"9/2/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":432,"Date":"9/5/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":134,"Date":"9/14/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":989,"Cost":569,"Date":"9/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":793,"Cost":603,"Date":"11/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":732,"Cost":629,"Date":"12/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":256,"Cost":132,"Date":"1/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":354,"Cost":240,"Date":"1/21/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":651,"Cost":341,"Date":"2/9/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":329,"Date":"3/19/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":638,"Date":"4/3/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":743,"Cost":612,"Date":"4/5/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":516,"Cost":413,"Date":"4/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":292,"Cost":198,"Date":"7/10/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":152,"Date":"3/25/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":561,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":689,"Cost":433,"Date":"10/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":818,"Cost":763,"Date":"3/2/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":371,"Cost":289,"Date":"6/28/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":564,"Cost":373,"Date":"7/17/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":141,"Cost":117,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":885,"Cost":571,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":648,"Cost":455,"Date":"11/20/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":874,"Cost":670,"Date":"12/16/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":169,"Cost":87,"Date":"12/30/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":970,"Cost":557,"Date":"2/15/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":996,"Cost":872,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":486,"Cost":369,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":415,"Cost":218,"Date":"4/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":294,"Cost":187,"Date":"7/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":692,"Cost":573,"Date":"8/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":523,"Cost":341,"Date":"10/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":162,"Cost":125,"Date":"11/11/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":670,"Date":"11/30/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":882,"Cost":630,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":342,"Cost":263,"Date":"3/1/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":189,"Date":"4/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":619,"Date":"5/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":406,"Cost":262,"Date":"8/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":799,"Cost":572,"Date":"9/15/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":936,"Cost":710,"Date":"10/14/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":119,"Cost":98,"Date":"10/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":115,"Cost":108,"Date":"11/11/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":387,"Cost":241,"Date":"12/7/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":311,"Cost":288,"Date":"12/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":703,"Date":"1/6/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":6,"Cost":3,"Date":"1/23/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":503,"Cost":301,"Date":"2/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":660,"Date":"3/10/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":63,"Date":"3/12/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":59,"Cost":49,"Date":"3/31/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":600,"Date":"6/16/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":852,"Cost":584,"Date":"6/17/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":478,"Cost":285,"Date":"8/27/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":620,"Cost":418,"Date":"10/1/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":813,"Cost":599,"Date":"11/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":327,"Cost":302,"Date":"11/9/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":794,"Cost":526,"Date":"3/27/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":459,"Cost":255,"Date":"4/17/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":909,"Cost":546,"Date":"8/11/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":455,"Cost":307,"Date":"8/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":445,"Cost":245,"Date":"9/2/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":355,"Cost":233,"Date":"9/5/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":483,"Cost":414,"Date":"9/14/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":508,"Cost":453,"Date":"9/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":170,"Cost":96,"Date":"11/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":913,"Cost":607,"Date":"12/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":500,"Cost":360,"Date":"1/7/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":209,"Cost":125,"Date":"1/21/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":762,"Cost":663,"Date":"2/9/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":318,"Cost":212,"Date":"3/19/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":738,"Cost":496,"Date":"4/3/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":989,"Cost":553,"Date":"4/5/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":780,"Cost":492,"Date":"4/28/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":377,"Cost":191,"Date":"7/10/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":908,"Cost":681,"Date":"3/25/2020"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":372,"Cost":326,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":928,"Cost":676,"Date":"10/28/2020"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":839,"Cost":511,"Date":"3/2/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":364,"Cost":231,"Date":"6/28/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":782,"Cost":402,"Date":"7/17/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":367,"Cost":339,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":912,"Cost":615,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":987,"Cost":824,"Date":"11/20/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":245,"Cost":224,"Date":"12/16/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":385,"Cost":203,"Date":"12/30/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":516,"Cost":382,"Date":"2/15/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":721,"Cost":500,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":341,"Cost":175,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":511,"Cost":300,"Date":"4/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":296,"Cost":241,"Date":"7/27/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":735,"Cost":501,"Date":"8/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":339,"Cost":226,"Date":"10/31/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":280,"Cost":260,"Date":"11/11/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":190,"Cost":101,"Date":"11/30/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":638,"Cost":353,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":22,"Cost":14,"Date":"3/1/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":582,"Cost":452,"Date":"4/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":829,"Cost":471,"Date":"5/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":623,"Cost":530,"Date":"8/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":100,"Cost":73,"Date":"9/15/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":288,"Cost":160,"Date":"10/14/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":942,"Cost":747,"Date":"10/28/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":948,"Cost":660,"Date":"11/11/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":590,"Cost":326,"Date":"12/7/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":982,"Cost":868,"Date":"12/21/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":888,"Cost":831,"Date":"1/6/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":540,"Cost":320,"Date":"1/23/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":415,"Cost":306,"Date":"2/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":802,"Cost":754,"Date":"3/10/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":209,"Cost":158,"Date":"3/12/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":30,"Cost":22,"Date":"3/31/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":654,"Cost":493,"Date":"6/16/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":389,"Cost":206,"Date":"6/17/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":320,"Cost":187,"Date":"8/27/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":411,"Cost":301,"Date":"10/1/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":840,"Cost":534,"Date":"11/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":694,"Cost":480,"Date":"11/9/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":439,"Cost":277,"Date":"3/27/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":139,"Date":"4/17/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":267,"Cost":213,"Date":"8/11/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":189,"Cost":114,"Date":"8/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":413,"Cost":323,"Date":"9/2/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":136,"Date":"9/5/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":508,"Date":"9/14/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":841,"Cost":679,"Date":"9/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":741,"Date":"11/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":136,"Date":"12/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":292,"Date":"1/7/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":309,"Cost":215,"Date":"1/21/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":236,"Cost":182,"Date":"2/9/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":59,"Cost":35,"Date":"3/19/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":22,"Cost":15,"Date":"4/3/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":396,"Date":"4/5/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":142,"Date":"4/28/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":724,"Date":"7/10/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":318,"Cost":250,"Date":"3/25/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":332,"Cost":264,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":233,"Cost":165,"Date":"10/28/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":168,"Cost":144,"Date":"3/2/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":400,"Cost":261,"Date":"6/28/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":476,"Cost":358,"Date":"7/17/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":236,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":269,"Cost":176,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":333,"Cost":302,"Date":"11/20/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":349,"Date":"12/16/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":218,"Date":"12/30/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":28,"Cost":22,"Date":"2/15/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":370,"Cost":281,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":921,"Cost":647,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":668,"Cost":426,"Date":"4/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":581,"Date":"7/27/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":100,"Cost":61,"Date":"8/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":771,"Cost":528,"Date":"10/31/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":376,"Cost":218,"Date":"11/11/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":850,"Cost":566,"Date":"11/30/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":184,"Cost":131,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":632,"Cost":361,"Date":"3/1/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":895,"Cost":716,"Date":"4/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":344,"Cost":236,"Date":"5/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":473,"Cost":424,"Date":"8/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":781,"Date":"9/15/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":224,"Date":"10/14/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":647,"Date":"10/28/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":362,"Cost":297,"Date":"11/11/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":876,"Cost":823,"Date":"12/7/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":948,"Cost":900,"Date":"12/21/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":78,"Cost":39,"Date":"1/6/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":116,"Cost":68,"Date":"1/23/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":658,"Cost":544,"Date":"2/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":59,"Cost":37,"Date":"3/10/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":619,"Cost":439,"Date":"3/12/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":32,"Date":"3/31/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":980,"Cost":842,"Date":"6/16/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":296,"Cost":231,"Date":"6/17/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":305,"Date":"8/27/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":732,"Cost":651,"Date":"10/1/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":826,"Cost":704,"Date":"11/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":788,"Cost":438,"Date":"11/9/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":540,"Date":"3/27/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":917,"Cost":820,"Date":"4/17/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":929,"Cost":559,"Date":"8/11/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":919,"Cost":787,"Date":"8/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":270,"Cost":217,"Date":"9/2/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":181,"Cost":135,"Date":"9/5/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":278,"Date":"9/14/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":471,"Cost":396,"Date":"9/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":628,"Cost":596,"Date":"11/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":646,"Cost":382,"Date":"12/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":102,"Cost":56,"Date":"1/7/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":421,"Cost":265,"Date":"1/21/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":283,"Date":"2/9/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":771,"Cost":540,"Date":"3/19/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":610,"Cost":419,"Date":"4/3/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":351,"Date":"4/5/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":2,"Cost":1,"Date":"4/28/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":670,"Cost":582,"Date":"7/10/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":62,"Cost":58,"Date":"3/25/2020"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":425,"Cost":270,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":997,"Cost":784,"Date":"10/28/2020"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":511,"Cost":262,"Date":"3/2/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":222,"Cost":135,"Date":"6/28/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":263,"Cost":168,"Date":"7/17/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":668,"Cost":378,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":522,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":537,"Cost":449,"Date":"11/20/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":246,"Cost":214,"Date":"12/16/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":876,"Cost":681,"Date":"12/30/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":492,"Date":"2/15/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":908,"Cost":569,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":511,"Cost":477,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":256,"Cost":140,"Date":"4/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":13,"Cost":11,"Date":"7/27/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":628,"Date":"8/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":970,"Cost":680,"Date":"10/31/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":42,"Date":"11/11/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":734,"Date":"11/30/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":514,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":683,"Cost":409,"Date":"3/1/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":519,"Cost":344,"Date":"4/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":578,"Cost":493,"Date":"5/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":925,"Cost":720,"Date":"8/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":800,"Cost":467,"Date":"9/15/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":134,"Cost":67,"Date":"10/14/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":304,"Cost":250,"Date":"10/28/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":981,"Cost":788,"Date":"11/11/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":99,"Cost":85,"Date":"12/7/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":43,"Cost":30,"Date":"12/21/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":385,"Cost":251,"Date":"1/6/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":378,"Date":"1/23/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":739,"Cost":676,"Date":"2/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":359,"Cost":252,"Date":"3/10/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":161,"Cost":115,"Date":"3/12/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":375,"Date":"3/31/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":117,"Cost":103,"Date":"6/16/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":774,"Cost":545,"Date":"6/17/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":77,"Date":"8/27/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":574,"Cost":507,"Date":"10/1/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":448,"Cost":405,"Date":"11/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":279,"Date":"11/9/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":226,"Cost":139,"Date":"3/27/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":168,"Date":"4/17/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":374,"Cost":244,"Date":"8/11/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":968,"Cost":516,"Date":"8/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":82,"Cost":72,"Date":"9/2/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":792,"Cost":606,"Date":"9/5/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":331,"Cost":280,"Date":"9/14/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":215,"Cost":203,"Date":"9/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":206,"Date":"11/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":975,"Cost":825,"Date":"12/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":698,"Cost":376,"Date":"1/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":714,"Cost":377,"Date":"1/21/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":88,"Cost":81,"Date":"2/9/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":217,"Cost":207,"Date":"3/19/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":870,"Cost":793,"Date":"4/3/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":198,"Cost":115,"Date":"4/5/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":944,"Cost":860,"Date":"4/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":399,"Cost":361,"Date":"7/10/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":449,"Cost":367,"Date":"3/25/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":653,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":287,"Cost":163,"Date":"10/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":661,"Cost":569,"Date":"3/2/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":846,"Cost":629,"Date":"6/28/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":837,"Cost":734,"Date":"7/17/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":828,"Cost":546,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":153,"Cost":138,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":136,"Cost":91,"Date":"11/20/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":553,"Cost":319,"Date":"12/16/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":642,"Cost":421,"Date":"12/30/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":135,"Cost":89,"Date":"2/15/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":785,"Cost":536,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":202,"Cost":170,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":284,"Cost":241,"Date":"4/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":810,"Cost":723,"Date":"7/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":391,"Cost":351,"Date":"8/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":299,"Cost":199,"Date":"10/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":310,"Cost":164,"Date":"11/11/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":497,"Cost":358,"Date":"11/30/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":921,"Cost":781,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":487,"Cost":356,"Date":"3/1/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":564,"Cost":478,"Date":"4/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":104,"Date":"5/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":917,"Cost":472,"Date":"8/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":986,"Cost":725,"Date":"9/15/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":399,"Date":"10/14/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":373,"Cost":259,"Date":"10/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":75,"Cost":61,"Date":"11/11/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":901,"Cost":755,"Date":"12/7/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":445,"Cost":227,"Date":"12/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":68,"Cost":38,"Date":"1/6/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":736,"Cost":377,"Date":"1/23/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":553,"Cost":459,"Date":"2/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":713,"Cost":365,"Date":"3/10/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":652,"Cost":457,"Date":"3/12/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":775,"Date":"3/31/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":363,"Cost":231,"Date":"6/16/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":764,"Cost":593,"Date":"6/17/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":939,"Cost":709,"Date":"8/27/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":353,"Date":"10/1/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":902,"Cost":736,"Date":"11/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":836,"Cost":738,"Date":"11/9/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":440,"Cost":264,"Date":"3/27/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":887,"Cost":786,"Date":"4/17/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":772,"Cost":553,"Date":"8/11/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":603,"Cost":487,"Date":"8/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":767,"Cost":539,"Date":"9/2/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":279,"Cost":234,"Date":"9/5/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":413,"Cost":221,"Date":"9/14/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":742,"Cost":523,"Date":"9/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":904,"Cost":726,"Date":"11/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":666,"Cost":535,"Date":"12/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":800,"Cost":524,"Date":"1/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":283,"Cost":243,"Date":"1/21/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":247,"Cost":230,"Date":"2/9/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"3/19/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":692,"Cost":419,"Date":"4/3/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":429,"Cost":286,"Date":"4/5/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":373,"Cost":227,"Date":"4/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":684,"Cost":458,"Date":"7/10/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":761,"Cost":404,"Date":"3/25/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":577,"Cost":374,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":852,"Cost":627,"Date":"10/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":487,"Cost":386,"Date":"3/2/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":125,"Cost":119,"Date":"6/28/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":637,"Cost":420,"Date":"7/17/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":706,"Cost":393,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":835,"Cost":660,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":475,"Cost":396,"Date":"11/20/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":208,"Cost":179,"Date":"12/16/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":397,"Cost":234,"Date":"12/30/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":626,"Cost":510,"Date":"2/15/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":381,"Cost":359,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":157,"Cost":113,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":916,"Cost":758,"Date":"4/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":842,"Cost":475,"Date":"7/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":723,"Cost":476,"Date":"8/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":451,"Cost":356,"Date":"10/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":790,"Cost":597,"Date":"11/11/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":387,"Cost":271,"Date":"11/30/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":887,"Cost":837,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":945,"Cost":714,"Date":"3/1/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":578,"Cost":424,"Date":"4/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":278,"Cost":164,"Date":"5/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":416,"Cost":287,"Date":"8/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":631,"Cost":459,"Date":"9/15/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":99,"Cost":65,"Date":"10/14/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":485,"Cost":244,"Date":"10/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":50,"Cost":45,"Date":"11/11/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":829,"Cost":425,"Date":"12/7/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":144,"Cost":126,"Date":"12/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":313,"Cost":291,"Date":"1/6/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":703,"Cost":608,"Date":"1/23/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":621,"Cost":340,"Date":"2/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":484,"Cost":332,"Date":"3/10/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":857,"Cost":811,"Date":"3/12/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":67,"Cost":49,"Date":"3/31/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":448,"Cost":261,"Date":"6/16/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":937,"Cost":838,"Date":"6/17/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":28,"Cost":14,"Date":"8/27/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":347,"Cost":317,"Date":"10/1/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":493,"Cost":340,"Date":"11/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":570,"Cost":403,"Date":"11/9/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":532,"Cost":466,"Date":"3/27/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":732,"Cost":430,"Date":"4/17/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":276,"Cost":258,"Date":"8/11/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":43,"Date":"8/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":485,"Date":"9/2/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":149,"Date":"9/5/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":668,"Date":"9/14/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":252,"Cost":169,"Date":"9/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":590,"Cost":534,"Date":"11/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":824,"Cost":581,"Date":"12/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":424,"Cost":232,"Date":"1/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":987,"Cost":794,"Date":"1/21/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":577,"Cost":509,"Date":"2/9/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":238,"Cost":183,"Date":"3/19/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":965,"Cost":692,"Date":"4/3/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":66,"Cost":46,"Date":"4/5/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":185,"Cost":113,"Date":"4/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":180,"Cost":147,"Date":"7/10/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":239,"Cost":181,"Date":"3/25/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":598,"Cost":453,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":59,"Cost":48,"Date":"10/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":137,"Cost":128,"Date":"3/2/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":460,"Date":"6/28/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":105,"Cost":83,"Date":"7/17/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":469,"Cost":422,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":750,"Cost":492,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":545,"Cost":409,"Date":"11/20/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":811,"Cost":503,"Date":"12/16/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":264,"Date":"12/30/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":949,"Cost":845,"Date":"2/15/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":602,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":799,"Cost":558,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":960,"Cost":859,"Date":"4/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":467,"Date":"7/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":673,"Cost":436,"Date":"8/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":253,"Cost":225,"Date":"10/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":109,"Cost":72,"Date":"11/11/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":500,"Date":"11/30/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":489,"Cost":330,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":821,"Cost":511,"Date":"3/1/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":798,"Cost":576,"Date":"4/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":210,"Cost":169,"Date":"5/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":778,"Cost":520,"Date":"8/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":534,"Date":"9/15/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":582,"Cost":329,"Date":"10/14/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":418,"Cost":234,"Date":"10/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":904,"Cost":557,"Date":"11/11/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":969,"Cost":578,"Date":"12/7/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":559,"Cost":318,"Date":"12/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":544,"Cost":308,"Date":"1/6/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":636,"Cost":579,"Date":"1/23/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":514,"Cost":286,"Date":"2/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":34,"Date":"3/10/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":232,"Cost":141,"Date":"3/12/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":651,"Cost":600,"Date":"3/31/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":568,"Cost":387,"Date":"6/16/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":353,"Cost":226,"Date":"6/17/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":22,"Cost":17,"Date":"8/27/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":734,"Cost":453,"Date":"10/1/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":743,"Cost":380,"Date":"11/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":374,"Cost":349,"Date":"11/9/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":501,"Cost":282,"Date":"3/27/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":706,"Cost":627,"Date":"4/17/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":622,"Cost":325,"Date":"8/11/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":127,"Cost":89,"Date":"8/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":65,"Date":"9/2/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":968,"Cost":504,"Date":"9/5/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":882,"Cost":806,"Date":"9/14/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":384,"Cost":210,"Date":"9/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":685,"Cost":404,"Date":"11/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":355,"Cost":294,"Date":"12/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":511,"Cost":484,"Date":"1/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":978,"Cost":575,"Date":"1/21/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":325,"Cost":195,"Date":"2/9/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":139,"Cost":77,"Date":"3/19/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":601,"Cost":319,"Date":"4/3/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":443,"Cost":390,"Date":"4/5/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":199,"Cost":113,"Date":"4/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":38,"Cost":19,"Date":"7/10/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":998,"Cost":902,"Date":"3/25/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":476,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":334,"Cost":169,"Date":"10/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":620,"Cost":360,"Date":"3/2/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":106,"Cost":58,"Date":"6/28/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":493,"Cost":295,"Date":"7/17/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":165,"Cost":128,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":969,"Cost":769,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":962,"Cost":668,"Date":"11/20/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":596,"Cost":343,"Date":"12/16/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":586,"Cost":457,"Date":"12/30/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":565,"Cost":471,"Date":"2/15/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":778,"Cost":639,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":688,"Cost":538,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":573,"Cost":289,"Date":"4/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":131,"Cost":105,"Date":"7/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":640,"Cost":382,"Date":"8/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":387,"Cost":283,"Date":"10/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":402,"Cost":232,"Date":"11/11/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":443,"Cost":397,"Date":"11/30/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":254,"Cost":207,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":159,"Cost":126,"Date":"3/1/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":836,"Cost":761,"Date":"4/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":766,"Cost":471,"Date":"5/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":731,"Cost":496,"Date":"8/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":717,"Cost":562,"Date":"9/15/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":777,"Cost":417,"Date":"10/14/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":775,"Cost":700,"Date":"10/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":143,"Cost":85,"Date":"11/11/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":449,"Date":"12/7/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":633,"Cost":410,"Date":"12/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":429,"Cost":352,"Date":"1/6/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":250,"Cost":193,"Date":"1/23/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":265,"Cost":168,"Date":"2/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":41,"Cost":23,"Date":"3/10/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":316,"Cost":222,"Date":"3/12/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":672,"Cost":364,"Date":"3/31/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":16,"Cost":8,"Date":"6/16/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":194,"Cost":112,"Date":"6/17/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":203,"Cost":164,"Date":"8/27/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":660,"Cost":423,"Date":"10/1/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":108,"Cost":70,"Date":"11/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":638,"Cost":575,"Date":"11/9/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":327,"Cost":248,"Date":"3/27/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":816,"Cost":732,"Date":"4/17/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":474,"Cost":373,"Date":"8/11/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":262,"Cost":245,"Date":"8/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":183,"Cost":102,"Date":"9/2/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":615,"Cost":436,"Date":"9/5/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":610,"Cost":470,"Date":"9/14/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":753,"Cost":379,"Date":"9/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":476,"Cost":338,"Date":"11/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":512,"Cost":364,"Date":"12/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":984,"Cost":908,"Date":"1/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":588,"Cost":461,"Date":"1/21/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":455,"Cost":276,"Date":"2/9/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":417,"Cost":278,"Date":"3/19/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":44,"Cost":32,"Date":"4/3/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":316,"Cost":207,"Date":"4/5/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":734,"Cost":596,"Date":"4/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":964,"Cost":495,"Date":"7/10/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":792,"Cost":689,"Date":"3/25/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":294,"Cost":164,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":937,"Cost":516,"Date":"10/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":979,"Cost":701,"Date":"3/2/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":385,"Cost":301,"Date":"6/28/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":285,"Cost":261,"Date":"7/17/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":392,"Cost":356,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":306,"Cost":263,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":105,"Cost":57,"Date":"11/20/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":377,"Cost":256,"Date":"12/16/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":866,"Cost":748,"Date":"12/30/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":882,"Cost":677,"Date":"2/15/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":765,"Cost":532,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":325,"Cost":231,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":302,"Cost":153,"Date":"4/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":498,"Cost":341,"Date":"7/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":466,"Cost":397,"Date":"8/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":25,"Cost":17,"Date":"10/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":750,"Cost":668,"Date":"11/11/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":285,"Cost":160,"Date":"11/30/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":992,"Cost":791,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":993,"Cost":650,"Date":"3/1/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":120,"Cost":84,"Date":"4/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":327,"Cost":223,"Date":"5/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":180,"Cost":97,"Date":"8/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":470,"Cost":438,"Date":"9/15/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":286,"Cost":204,"Date":"10/14/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":811,"Cost":423,"Date":"10/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":320,"Cost":236,"Date":"11/11/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":434,"Cost":255,"Date":"12/7/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":236,"Cost":215,"Date":"12/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":195,"Cost":138,"Date":"1/6/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":237,"Cost":153,"Date":"1/23/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":190,"Cost":154,"Date":"2/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":749,"Cost":508,"Date":"3/10/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":984,"Cost":839,"Date":"3/12/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":139,"Cost":123,"Date":"3/31/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":770,"Cost":427,"Date":"6/16/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":407,"Cost":288,"Date":"6/17/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":220,"Cost":186,"Date":"8/27/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":967,"Cost":862,"Date":"10/1/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":146,"Cost":118,"Date":"11/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":825,"Cost":413,"Date":"11/9/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":221,"Cost":115,"Date":"3/27/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":973,"Cost":826,"Date":"4/17/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":557,"Cost":404,"Date":"8/11/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":48,"Cost":39,"Date":"8/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":884,"Cost":712,"Date":"9/2/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":882,"Cost":814,"Date":"9/5/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":740,"Cost":637,"Date":"9/14/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":247,"Cost":172,"Date":"9/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":462,"Cost":289,"Date":"11/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":901,"Cost":680,"Date":"12/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":895,"Cost":709,"Date":"1/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":593,"Cost":335,"Date":"1/21/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":378,"Cost":303,"Date":"2/9/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":49,"Cost":47,"Date":"3/19/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":674,"Cost":420,"Date":"4/3/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":10,"Cost":8,"Date":"4/5/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":911,"Cost":741,"Date":"4/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":480,"Cost":377,"Date":"7/10/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":893,"Cost":511,"Date":"3/25/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":246,"Cost":180,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":623,"Cost":392,"Date":"10/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":257,"Cost":240,"Date":"3/2/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":937,"Cost":708,"Date":"6/28/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":579,"Cost":450,"Date":"7/17/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":194,"Cost":147,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":645,"Cost":341,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":905,"Cost":582,"Date":"11/20/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":406,"Cost":260,"Date":"12/16/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":269,"Cost":227,"Date":"12/30/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":445,"Cost":268,"Date":"2/15/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":349,"Cost":192,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":724,"Cost":556,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":9,"Cost":6,"Date":"4/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":288,"Cost":219,"Date":"7/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":389,"Cost":292,"Date":"8/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":313,"Cost":201,"Date":"10/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":206,"Cost":189,"Date":"11/11/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":204,"Cost":149,"Date":"11/30/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":368,"Cost":323,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":27,"Cost":14,"Date":"3/1/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":97,"Cost":65,"Date":"4/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":89,"Cost":78,"Date":"5/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":147,"Cost":126,"Date":"8/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":103,"Cost":92,"Date":"9/15/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":8,"Cost":4,"Date":"10/14/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":635,"Cost":402,"Date":"10/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":199,"Cost":175,"Date":"11/11/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":714,"Cost":525,"Date":"12/7/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":668,"Cost":335,"Date":"12/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":441,"Cost":244,"Date":"1/6/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":35,"Cost":25,"Date":"1/23/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":239,"Cost":153,"Date":"2/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":406,"Cost":264,"Date":"3/10/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":273,"Cost":142,"Date":"3/12/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":657,"Cost":604,"Date":"3/31/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":304,"Cost":153,"Date":"6/16/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":159,"Cost":112,"Date":"6/17/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":256,"Cost":177,"Date":"8/27/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":46,"Cost":23,"Date":"10/1/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":948,"Cost":496,"Date":"11/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":570,"Cost":498,"Date":"11/9/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":354,"Cost":259,"Date":"3/27/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":523,"Cost":492,"Date":"4/17/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":861,"Cost":696,"Date":"8/11/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":776,"Cost":656,"Date":"8/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":830,"Cost":573,"Date":"9/2/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":306,"Cost":199,"Date":"9/5/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":147,"Cost":79,"Date":"9/14/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":313,"Cost":269,"Date":"9/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":14,"Cost":11,"Date":"11/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":40,"Cost":23,"Date":"12/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":273,"Cost":148,"Date":"1/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":16,"Cost":12,"Date":"1/21/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":191,"Cost":159,"Date":"2/9/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":147,"Cost":83,"Date":"3/19/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":978,"Cost":566,"Date":"4/3/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":305,"Cost":173,"Date":"4/5/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":214,"Cost":180,"Date":"4/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":816,"Cost":411,"Date":"7/10/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":511,"Date":"3/25/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":886,"Cost":721,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":175,"Date":"10/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":528,"Cost":430,"Date":"3/2/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":133,"Date":"6/28/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":254,"Cost":206,"Date":"7/17/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":661,"Cost":524,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":262,"Cost":138,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":290,"Cost":262,"Date":"11/20/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":175,"Cost":135,"Date":"12/16/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":860,"Cost":718,"Date":"12/30/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":87,"Cost":54,"Date":"2/15/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":930,"Cost":525,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":364,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":446,"Date":"4/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":779,"Cost":712,"Date":"7/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":570,"Cost":503,"Date":"8/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":151,"Cost":81,"Date":"10/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":997,"Cost":662,"Date":"11/11/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":229,"Cost":142,"Date":"11/30/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":808,"Cost":678,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":540,"Cost":398,"Date":"3/1/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":860,"Cost":769,"Date":"4/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":616,"Date":"5/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":455,"Cost":385,"Date":"8/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":623,"Cost":550,"Date":"9/15/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":511,"Cost":364,"Date":"10/14/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":658,"Date":"10/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":912,"Cost":624,"Date":"11/11/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":303,"Cost":223,"Date":"12/7/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":814,"Cost":752,"Date":"12/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":546,"Cost":329,"Date":"1/6/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":521,"Date":"1/23/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":911,"Cost":579,"Date":"2/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":167,"Cost":144,"Date":"3/10/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":447,"Date":"3/12/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":185,"Date":"3/31/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":358,"Cost":318,"Date":"6/16/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":507,"Cost":464,"Date":"6/17/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":84,"Date":"8/27/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":742,"Cost":480,"Date":"10/1/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":978,"Cost":793,"Date":"11/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":602,"Cost":329,"Date":"11/9/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":536,"Date":"3/27/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":192,"Cost":179,"Date":"4/17/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":545,"Cost":485,"Date":"8/11/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":111,"Cost":78,"Date":"8/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":316,"Date":"9/2/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":549,"Cost":329,"Date":"9/5/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":778,"Cost":724,"Date":"9/14/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":45,"Cost":41,"Date":"9/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":911,"Cost":707,"Date":"11/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":272,"Cost":172,"Date":"12/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":114,"Cost":99,"Date":"1/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":708,"Date":"1/21/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":385,"Date":"2/9/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":611,"Cost":446,"Date":"3/19/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":880,"Cost":548,"Date":"4/3/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":579,"Cost":357,"Date":"4/5/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":498,"Cost":403,"Date":"4/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":359,"Cost":282,"Date":"7/10/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":745,"Cost":444,"Date":"3/25/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":899,"Cost":821,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":305,"Date":"10/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":226,"Cost":163,"Date":"3/2/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":351,"Cost":201,"Date":"6/28/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":743,"Cost":697,"Date":"7/17/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":751,"Cost":615,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":158,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":254,"Cost":171,"Date":"11/20/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":191,"Cost":171,"Date":"12/16/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":269,"Date":"12/30/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":770,"Cost":492,"Date":"2/15/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":746,"Cost":388,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":55,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":475,"Cost":348,"Date":"4/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":983,"Cost":852,"Date":"7/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":784,"Cost":488,"Date":"8/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":103,"Cost":72,"Date":"10/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":520,"Date":"11/11/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":13,"Cost":11,"Date":"11/30/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":881,"Cost":751,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":574,"Date":"3/1/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":817,"Cost":493,"Date":"4/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":45,"Cost":33,"Date":"5/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":177,"Date":"8/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":806,"Cost":756,"Date":"9/15/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":332,"Cost":315,"Date":"10/14/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":779,"Cost":631,"Date":"10/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":106,"Cost":89,"Date":"11/11/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":698,"Cost":454,"Date":"12/7/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":443,"Cost":249,"Date":"12/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":226,"Cost":154,"Date":"1/6/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":967,"Cost":826,"Date":"1/23/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":873,"Cost":457,"Date":"2/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":174,"Cost":95,"Date":"3/10/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":421,"Cost":285,"Date":"3/12/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":677,"Cost":611,"Date":"3/31/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":668,"Date":"6/16/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":934,"Cost":742,"Date":"6/17/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":570,"Cost":454,"Date":"8/27/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":75,"Date":"10/1/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":128,"Date":"11/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":976,"Cost":494,"Date":"11/9/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":752,"Cost":654,"Date":"3/27/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":454,"Cost":264,"Date":"4/17/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":790,"Cost":473,"Date":"8/11/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":292,"Cost":174,"Date":"8/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":654,"Cost":457,"Date":"9/2/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":62,"Cost":41,"Date":"9/5/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":387,"Cost":336,"Date":"9/14/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":452,"Cost":377,"Date":"9/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":622,"Cost":491,"Date":"11/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":319,"Cost":215,"Date":"12/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":625,"Cost":318,"Date":"1/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":48,"Cost":27,"Date":"1/21/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":569,"Cost":522,"Date":"2/9/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":195,"Cost":133,"Date":"3/19/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":887,"Cost":626,"Date":"4/3/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":643,"Cost":562,"Date":"4/5/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":401,"Cost":223,"Date":"4/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":429,"Cost":247,"Date":"7/10/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":870,"Cost":590,"Date":"3/25/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":578,"Cost":548,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":169,"Cost":140,"Date":"10/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":923,"Cost":511,"Date":"3/2/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":879,"Cost":586,"Date":"6/28/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":397,"Cost":236,"Date":"7/17/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":791,"Cost":696,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":641,"Cost":530,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":134,"Cost":85,"Date":"11/20/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":451,"Cost":406,"Date":"12/16/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":754,"Cost":580,"Date":"12/30/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":3,"Cost":3,"Date":"2/15/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":327,"Cost":176,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":695,"Cost":524,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":141,"Cost":125,"Date":"4/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":309,"Cost":221,"Date":"7/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"8/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":37,"Cost":34,"Date":"10/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":349,"Cost":303,"Date":"11/11/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":766,"Cost":408,"Date":"11/30/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":741,"Cost":617,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":393,"Cost":306,"Date":"3/1/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":870,"Cost":612,"Date":"4/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":798,"Cost":750,"Date":"5/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":911,"Cost":730,"Date":"8/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":73,"Cost":46,"Date":"9/15/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":574,"Cost":524,"Date":"10/14/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":439,"Cost":267,"Date":"10/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":393,"Cost":333,"Date":"11/11/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":91,"Cost":73,"Date":"12/7/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":138,"Cost":77,"Date":"12/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":81,"Cost":47,"Date":"1/6/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":980,"Cost":916,"Date":"1/23/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":536,"Cost":366,"Date":"2/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":960,"Cost":824,"Date":"3/10/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":198,"Cost":108,"Date":"3/12/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":323,"Cost":211,"Date":"3/31/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":131,"Cost":93,"Date":"6/16/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":323,"Cost":189,"Date":"6/17/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":964,"Cost":893,"Date":"8/27/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":594,"Cost":332,"Date":"10/1/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":947,"Cost":614,"Date":"11/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":672,"Cost":518,"Date":"11/9/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":546,"Cost":357,"Date":"3/27/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":153,"Cost":123,"Date":"4/17/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":612,"Cost":369,"Date":"8/11/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":538,"Cost":364,"Date":"8/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":144,"Cost":94,"Date":"9/2/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":705,"Cost":353,"Date":"9/5/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":78,"Cost":72,"Date":"9/14/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":323,"Cost":265,"Date":"9/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":45,"Cost":27,"Date":"11/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":469,"Cost":305,"Date":"12/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":841,"Cost":790,"Date":"1/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":361,"Cost":308,"Date":"1/21/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":797,"Cost":477,"Date":"2/9/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":143,"Cost":129,"Date":"3/19/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":375,"Cost":271,"Date":"4/3/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":624,"Cost":481,"Date":"4/5/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":471,"Cost":264,"Date":"4/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":57,"Cost":28,"Date":"7/10/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":547,"Cost":304,"Date":"3/25/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":687,"Cost":367,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":54,"Cost":43,"Date":"10/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":346,"Cost":321,"Date":"3/2/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":760,"Cost":690,"Date":"6/28/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":651,"Cost":452,"Date":"7/17/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":318,"Cost":280,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":101,"Cost":53,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":79,"Cost":66,"Date":"11/20/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":837,"Cost":474,"Date":"12/16/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":354,"Cost":212,"Date":"12/30/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":13,"Cost":13,"Date":"2/15/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":848,"Cost":621,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":827,"Cost":680,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":638,"Cost":580,"Date":"4/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":28,"Cost":21,"Date":"7/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":86,"Cost":68,"Date":"8/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":1000,"Cost":519,"Date":"10/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":177,"Cost":115,"Date":"11/11/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":380,"Cost":223,"Date":"11/30/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":89,"Cost":66,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":561,"Cost":488,"Date":"3/1/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":712,"Cost":573,"Date":"4/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":713,"Cost":561,"Date":"5/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":382,"Cost":282,"Date":"8/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":574,"Cost":317,"Date":"9/15/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":816,"Cost":421,"Date":"10/14/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":713,"Cost":670,"Date":"10/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":75,"Cost":55,"Date":"11/11/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":282,"Cost":265,"Date":"12/7/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":358,"Cost":202,"Date":"12/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":983,"Cost":625,"Date":"1/6/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":361,"Cost":194,"Date":"1/23/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":55,"Cost":47,"Date":"2/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":313,"Cost":165,"Date":"3/10/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":614,"Cost":405,"Date":"3/12/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":58,"Cost":38,"Date":"3/31/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":7,"Cost":3,"Date":"6/16/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":598,"Cost":537,"Date":"6/17/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":177,"Cost":121,"Date":"8/27/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":143,"Cost":85,"Date":"10/1/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":614,"Cost":509,"Date":"11/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":443,"Cost":338,"Date":"11/9/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":495,"Cost":330,"Date":"3/27/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":49,"Date":"4/17/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":545,"Date":"8/11/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":261,"Cost":140,"Date":"8/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":130,"Cost":73,"Date":"9/2/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":405,"Cost":356,"Date":"9/5/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":652,"Date":"9/14/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":716,"Cost":488,"Date":"9/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":102,"Date":"11/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":668,"Cost":427,"Date":"12/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":604,"Cost":491,"Date":"1/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":898,"Cost":467,"Date":"1/21/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":401,"Cost":371,"Date":"2/9/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":858,"Cost":699,"Date":"3/19/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":363,"Cost":190,"Date":"4/3/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":354,"Cost":238,"Date":"4/5/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":483,"Cost":349,"Date":"4/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":529,"Cost":427,"Date":"7/10/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":256,"Cost":173,"Date":"3/25/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":352,"Cost":203,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":602,"Cost":428,"Date":"10/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":991,"Cost":847,"Date":"3/2/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":14,"Cost":10,"Date":"6/28/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":116,"Cost":86,"Date":"7/17/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":773,"Cost":708,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":721,"Cost":419,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":993,"Cost":707,"Date":"11/20/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":210,"Cost":127,"Date":"12/16/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":378,"Cost":208,"Date":"12/30/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":600,"Cost":558,"Date":"2/15/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":133,"Cost":106,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":364,"Cost":236,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":665,"Cost":401,"Date":"4/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":597,"Cost":328,"Date":"7/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":52,"Date":"8/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":359,"Cost":314,"Date":"10/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":980,"Cost":884,"Date":"11/11/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":811,"Cost":768,"Date":"11/30/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":832,"Cost":688,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":662,"Cost":531,"Date":"3/1/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":24,"Cost":22,"Date":"4/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":575,"Cost":407,"Date":"5/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":310,"Cost":157,"Date":"8/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":181,"Date":"9/15/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":290,"Cost":152,"Date":"10/14/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":475,"Date":"10/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":793,"Date":"11/11/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":484,"Cost":439,"Date":"12/7/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":698,"Cost":436,"Date":"12/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":261,"Cost":196,"Date":"1/6/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":656,"Date":"1/23/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":132,"Cost":84,"Date":"2/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":284,"Cost":221,"Date":"3/10/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":873,"Cost":520,"Date":"3/12/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":450,"Cost":418,"Date":"3/31/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":943,"Cost":798,"Date":"6/16/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":675,"Cost":590,"Date":"6/17/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":906,"Cost":668,"Date":"8/27/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":464,"Cost":290,"Date":"10/1/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":299,"Cost":153,"Date":"11/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":70,"Cost":38,"Date":"11/9/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":17,"Cost":12,"Date":"3/27/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":863,"Cost":568,"Date":"4/17/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":594,"Cost":301,"Date":"8/11/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":821,"Cost":496,"Date":"8/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":151,"Cost":116,"Date":"9/2/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":343,"Date":"9/5/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":464,"Cost":400,"Date":"9/14/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":176,"Cost":117,"Date":"9/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":639,"Cost":601,"Date":"11/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":348,"Cost":239,"Date":"12/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":64,"Cost":46,"Date":"1/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":183,"Cost":169,"Date":"1/21/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":794,"Cost":408,"Date":"2/9/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":595,"Cost":455,"Date":"3/19/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":211,"Cost":119,"Date":"4/3/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":524,"Cost":436,"Date":"4/5/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":753,"Cost":455,"Date":"4/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":237,"Cost":178,"Date":"7/10/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":933,"Cost":639,"Date":"3/25/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":791,"Cost":403,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":48,"Date":"10/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":831,"Cost":486,"Date":"3/2/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":517,"Cost":342,"Date":"6/28/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":626,"Cost":523,"Date":"7/17/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":993,"Cost":565,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":367,"Cost":221,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":54,"Cost":35,"Date":"11/20/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":83,"Cost":53,"Date":"12/16/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":190,"Cost":169,"Date":"12/30/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":259,"Cost":233,"Date":"2/15/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":748,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":76,"Cost":50,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":140,"Cost":127,"Date":"4/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":219,"Cost":147,"Date":"7/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":783,"Cost":501,"Date":"8/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":609,"Cost":506,"Date":"10/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":264,"Date":"11/11/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":244,"Date":"11/30/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":682,"Cost":480,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":868,"Cost":483,"Date":"3/1/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":311,"Date":"4/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":355,"Cost":247,"Date":"5/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":99,"Cost":72,"Date":"8/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":410,"Cost":320,"Date":"9/15/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":341,"Cost":202,"Date":"10/14/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":552,"Cost":417,"Date":"10/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":120,"Cost":111,"Date":"11/11/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":725,"Cost":671,"Date":"12/7/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":94,"Cost":52,"Date":"12/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":902,"Cost":736,"Date":"1/6/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":157,"Cost":84,"Date":"1/23/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":250,"Date":"2/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":846,"Cost":597,"Date":"3/10/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":205,"Cost":185,"Date":"3/12/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":269,"Date":"3/31/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":597,"Cost":462,"Date":"6/16/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":222,"Cost":133,"Date":"6/17/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":500,"Cost":445,"Date":"8/27/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":544,"Cost":498,"Date":"10/1/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":40,"Date":"11/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":146,"Cost":99,"Date":"11/9/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":953,"Cost":622,"Date":"3/27/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":668,"Cost":413,"Date":"4/17/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":113,"Cost":71,"Date":"8/11/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":182,"Cost":153,"Date":"8/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":409,"Cost":346,"Date":"9/2/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":799,"Cost":644,"Date":"9/5/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":33,"Cost":31,"Date":"9/14/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":738,"Cost":413,"Date":"9/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":388,"Cost":351,"Date":"11/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":909,"Cost":559,"Date":"12/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":513,"Cost":364,"Date":"1/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":247,"Cost":149,"Date":"1/21/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":700,"Cost":488,"Date":"2/9/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":42,"Cost":27,"Date":"3/19/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":988,"Cost":541,"Date":"4/3/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":798,"Cost":753,"Date":"4/5/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":736,"Cost":409,"Date":"4/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":276,"Cost":162,"Date":"7/10/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":188,"Cost":110,"Date":"3/25/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":984,"Cost":792,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":467,"Cost":370,"Date":"10/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":378,"Cost":233,"Date":"3/2/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":25,"Cost":15,"Date":"6/28/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":5,"Cost":4,"Date":"7/17/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":75,"Cost":38,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":936,"Cost":769,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":505,"Cost":470,"Date":"11/20/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":265,"Cost":189,"Date":"12/16/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":722,"Cost":539,"Date":"12/30/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":738,"Cost":453,"Date":"2/15/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":947,"Cost":896,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":522,"Cost":448,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":526,"Cost":300,"Date":"4/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":191,"Cost":152,"Date":"7/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":540,"Cost":343,"Date":"8/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":353,"Cost":255,"Date":"10/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":907,"Cost":730,"Date":"11/11/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":120,"Cost":91,"Date":"11/30/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":335,"Cost":182,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":519,"Cost":284,"Date":"3/1/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":505,"Cost":323,"Date":"4/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":16,"Cost":13,"Date":"5/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":974,"Cost":684,"Date":"8/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":73,"Cost":40,"Date":"9/15/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":837,"Cost":598,"Date":"10/14/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":120,"Cost":66,"Date":"10/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":414,"Cost":388,"Date":"11/11/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":878,"Cost":517,"Date":"12/7/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":547,"Cost":302,"Date":"12/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":166,"Cost":122,"Date":"1/6/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":519,"Cost":468,"Date":"1/23/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":391,"Cost":358,"Date":"2/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":884,"Cost":823,"Date":"3/10/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":105,"Cost":89,"Date":"3/12/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":403,"Cost":378,"Date":"3/31/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":501,"Cost":465,"Date":"6/16/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":810,"Cost":677,"Date":"6/17/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":113,"Cost":63,"Date":"8/27/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":631,"Cost":342,"Date":"10/1/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":388,"Cost":327,"Date":"11/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":168,"Cost":84,"Date":"11/9/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":804,"Cost":608,"Date":"3/27/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":125,"Cost":83,"Date":"4/17/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":667,"Cost":556,"Date":"8/11/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":463,"Cost":344,"Date":"8/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":979,"Cost":624,"Date":"9/2/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":630,"Date":"9/5/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":465,"Cost":261,"Date":"9/14/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":102,"Date":"9/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":703,"Date":"11/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":965,"Cost":715,"Date":"12/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":15,"Cost":14,"Date":"1/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":800,"Cost":730,"Date":"1/21/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":215,"Date":"2/9/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":814,"Cost":407,"Date":"3/19/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":101,"Date":"4/3/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":784,"Cost":456,"Date":"4/5/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":299,"Cost":280,"Date":"4/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":286,"Cost":200,"Date":"7/10/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":485,"Cost":377,"Date":"3/25/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":316,"Cost":185,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":368,"Cost":265,"Date":"10/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":246,"Cost":141,"Date":"3/2/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":217,"Cost":175,"Date":"6/28/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":656,"Cost":487,"Date":"7/17/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":166,"Cost":147,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":587,"Cost":421,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":41,"Cost":24,"Date":"11/20/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":372,"Cost":209,"Date":"12/16/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":254,"Cost":242,"Date":"12/30/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":971,"Cost":542,"Date":"2/15/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":473,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":805,"Cost":666,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":3,"Date":"4/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":306,"Cost":171,"Date":"7/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":374,"Date":"8/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":323,"Cost":178,"Date":"10/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":624,"Date":"11/11/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":412,"Cost":237,"Date":"11/30/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":829,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":785,"Cost":396,"Date":"3/1/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":681,"Cost":628,"Date":"4/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":828,"Cost":523,"Date":"5/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":88,"Date":"8/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":672,"Cost":423,"Date":"9/15/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":124,"Date":"10/14/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":2,"Cost":1,"Date":"10/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":524,"Date":"11/11/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":66,"Cost":44,"Date":"12/7/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":411,"Cost":318,"Date":"12/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":805,"Cost":690,"Date":"1/6/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":232,"Cost":167,"Date":"1/23/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":344,"Cost":291,"Date":"2/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":263,"Date":"3/10/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":342,"Cost":214,"Date":"3/12/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":153,"Cost":119,"Date":"3/31/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":96,"Date":"6/16/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":485,"Date":"6/17/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":617,"Cost":441,"Date":"8/27/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":365,"Cost":192,"Date":"10/1/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":15,"Date":"11/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":702,"Date":"11/9/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":712,"Cost":556,"Date":"3/27/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":38,"Cost":31,"Date":"4/17/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":331,"Cost":184,"Date":"8/11/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":154,"Cost":125,"Date":"8/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":199,"Cost":120,"Date":"9/2/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":668,"Date":"9/5/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":388,"Cost":332,"Date":"9/14/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":294,"Cost":208,"Date":"9/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":697,"Cost":654,"Date":"11/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":188,"Cost":167,"Date":"12/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":137,"Date":"1/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":547,"Date":"1/21/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":549,"Cost":313,"Date":"2/9/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":270,"Cost":164,"Date":"3/19/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":874,"Cost":575,"Date":"4/3/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":534,"Cost":371,"Date":"4/5/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":113,"Cost":88,"Date":"4/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":265,"Cost":167,"Date":"7/10/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":3,"Date":"3/25/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":833,"Cost":510,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":481,"Cost":282,"Date":"10/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":158,"Date":"3/2/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":183,"Cost":158,"Date":"6/28/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":348,"Cost":223,"Date":"7/17/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":370,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":72,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":804,"Cost":663,"Date":"11/20/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":16,"Cost":13,"Date":"12/16/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":532,"Date":"12/30/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":545,"Cost":458,"Date":"2/15/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":562,"Cost":369,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":37,"Cost":26,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":53,"Cost":47,"Date":"4/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":957,"Cost":870,"Date":"7/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":979,"Cost":645,"Date":"8/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":348,"Cost":246,"Date":"10/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":773,"Cost":461,"Date":"11/11/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":168,"Date":"11/30/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":747,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":963,"Cost":644,"Date":"3/1/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":103,"Cost":82,"Date":"4/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":239,"Date":"5/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":969,"Cost":592,"Date":"8/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":275,"Date":"9/15/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":364,"Cost":210,"Date":"10/14/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":974,"Cost":786,"Date":"10/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":495,"Date":"11/11/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":36,"Date":"12/7/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":970,"Cost":845,"Date":"12/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":26,"Cost":19,"Date":"1/6/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":48,"Cost":30,"Date":"1/23/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":657,"Cost":535,"Date":"2/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":197,"Cost":111,"Date":"3/10/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":753,"Cost":389,"Date":"3/12/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":858,"Cost":619,"Date":"3/31/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":415,"Cost":335,"Date":"6/16/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":723,"Cost":670,"Date":"6/17/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":313,"Cost":244,"Date":"8/27/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":489,"Cost":365,"Date":"10/1/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":854,"Cost":793,"Date":"11/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":921,"Cost":650,"Date":"11/9/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":982,"Cost":636,"Date":"3/27/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":43,"Date":"4/17/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":805,"Cost":552,"Date":"8/11/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":842,"Cost":735,"Date":"8/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":619,"Cost":473,"Date":"9/2/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":386,"Cost":235,"Date":"9/5/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":605,"Cost":550,"Date":"9/14/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":621,"Date":"9/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":571,"Cost":329,"Date":"11/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":989,"Cost":516,"Date":"12/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":852,"Cost":537,"Date":"1/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":887,"Cost":458,"Date":"1/21/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":12,"Cost":7,"Date":"2/9/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":301,"Date":"3/19/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":110,"Cost":95,"Date":"4/3/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":159,"Cost":150,"Date":"4/5/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":840,"Cost":671,"Date":"4/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":864,"Cost":734,"Date":"7/10/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":804,"Cost":674,"Date":"3/25/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":617,"Cost":329,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":767,"Cost":697,"Date":"10/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":304,"Cost":212,"Date":"3/2/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":43,"Cost":29,"Date":"6/28/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":346,"Cost":218,"Date":"7/17/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":768,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":987,"Cost":672,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":408,"Cost":331,"Date":"11/20/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":741,"Cost":420,"Date":"12/16/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":339,"Date":"12/30/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":357,"Cost":217,"Date":"2/15/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":810,"Cost":573,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":904,"Cost":610,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":791,"Cost":684,"Date":"4/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":68,"Cost":51,"Date":"7/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":914,"Cost":598,"Date":"8/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":92,"Cost":54,"Date":"10/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":189,"Cost":164,"Date":"11/11/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":254,"Cost":208,"Date":"11/30/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":280,"Cost":231,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":20,"Cost":14,"Date":"3/1/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":316,"Cost":267,"Date":"4/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":672,"Cost":364,"Date":"5/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":768,"Cost":667,"Date":"8/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":238,"Cost":205,"Date":"9/15/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":525,"Cost":442,"Date":"10/14/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":223,"Date":"10/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":479,"Cost":308,"Date":"11/11/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":185,"Date":"12/7/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":527,"Cost":489,"Date":"12/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":480,"Cost":420,"Date":"1/6/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":234,"Date":"1/23/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":881,"Cost":662,"Date":"2/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":326,"Cost":271,"Date":"3/10/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":509,"Cost":331,"Date":"3/12/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":5,"Cost":3,"Date":"3/31/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":272,"Cost":172,"Date":"6/16/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":297,"Date":"6/17/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":556,"Cost":468,"Date":"8/27/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":920,"Cost":647,"Date":"10/1/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":466,"Cost":401,"Date":"11/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":397,"Cost":331,"Date":"11/9/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":804,"Cost":542,"Date":"3/27/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":240,"Date":"4/17/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":233,"Date":"8/11/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":611,"Date":"8/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":363,"Cost":185,"Date":"9/2/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":124,"Cost":95,"Date":"9/5/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":654,"Date":"9/14/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":684,"Cost":535,"Date":"9/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":462,"Date":"11/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":889,"Cost":684,"Date":"12/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":119,"Date":"1/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":57,"Date":"1/21/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":536,"Cost":310,"Date":"2/9/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":904,"Cost":491,"Date":"3/19/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":490,"Cost":408,"Date":"4/3/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":842,"Date":"4/5/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":479,"Cost":247,"Date":"4/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":681,"Cost":454,"Date":"7/10/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":298,"Cost":184,"Date":"3/25/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":54,"Cost":37,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":378,"Cost":238,"Date":"10/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":326,"Date":"3/2/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":173,"Cost":148,"Date":"6/28/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":224,"Cost":131,"Date":"7/17/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":476,"Cost":341,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":634,"Cost":596,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":969,"Cost":516,"Date":"11/20/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":847,"Cost":805,"Date":"12/16/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":70,"Cost":43,"Date":"12/30/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":831,"Cost":675,"Date":"2/15/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":125,"Cost":105,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":225,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":528,"Date":"4/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":795,"Date":"7/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":266,"Cost":159,"Date":"8/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":573,"Date":"10/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":693,"Date":"11/11/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":824,"Cost":469,"Date":"11/30/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":831,"Cost":579,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":823,"Cost":713,"Date":"3/1/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":481,"Date":"4/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":655,"Cost":524,"Date":"5/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":135,"Cost":116,"Date":"8/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":52,"Cost":40,"Date":"9/15/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":513,"Date":"10/14/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":620,"Date":"10/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":813,"Cost":442,"Date":"11/11/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":705,"Cost":640,"Date":"12/7/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":151,"Date":"12/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":714,"Cost":490,"Date":"1/6/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":946,"Cost":758,"Date":"1/23/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":935,"Cost":733,"Date":"2/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":360,"Cost":192,"Date":"3/10/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":893,"Cost":541,"Date":"3/12/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":27,"Date":"3/31/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":115,"Cost":77,"Date":"6/16/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":419,"Cost":287,"Date":"6/17/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":919,"Cost":708,"Date":"8/27/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":533,"Date":"10/1/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":864,"Cost":573,"Date":"11/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":826,"Cost":425,"Date":"11/9/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":6,"Cost":5,"Date":"3/27/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":545,"Cost":332,"Date":"4/17/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":115,"Cost":103,"Date":"8/11/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":592,"Cost":432,"Date":"8/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":663,"Cost":414,"Date":"9/2/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":72,"Cost":42,"Date":"9/5/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":712,"Cost":370,"Date":"9/14/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":987,"Cost":524,"Date":"9/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":723,"Cost":547,"Date":"11/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":437,"Cost":275,"Date":"12/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":426,"Cost":370,"Date":"1/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":259,"Cost":177,"Date":"1/21/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":501,"Cost":327,"Date":"2/9/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":304,"Cost":211,"Date":"3/19/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":219,"Date":"4/3/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":936,"Cost":815,"Date":"4/5/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":177,"Cost":105,"Date":"4/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":257,"Date":"7/10/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":296,"Date":"3/25/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":884,"Cost":624,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":68,"Date":"10/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":438,"Date":"3/2/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":139,"Cost":102,"Date":"6/28/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":251,"Date":"7/17/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":399,"Cost":234,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":932,"Cost":685,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":253,"Cost":207,"Date":"11/20/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":946,"Cost":542,"Date":"12/16/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":283,"Date":"12/30/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":719,"Cost":431,"Date":"2/15/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":709,"Cost":455,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":632,"Cost":435,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":602,"Cost":569,"Date":"4/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":982,"Cost":912,"Date":"7/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":777,"Cost":620,"Date":"8/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":231,"Cost":174,"Date":"10/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":182,"Cost":116,"Date":"11/11/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":403,"Cost":364,"Date":"11/30/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":852,"Cost":481,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":417,"Cost":322,"Date":"3/1/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":713,"Cost":658,"Date":"4/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":38,"Cost":34,"Date":"5/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":837,"Cost":646,"Date":"8/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":47,"Date":"9/15/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":815,"Cost":510,"Date":"10/14/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":959,"Cost":866,"Date":"10/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":754,"Cost":649,"Date":"11/11/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":488,"Cost":464,"Date":"12/7/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":122,"Date":"12/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":510,"Cost":441,"Date":"1/6/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":468,"Cost":377,"Date":"1/23/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":911,"Cost":799,"Date":"2/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":270,"Cost":255,"Date":"3/10/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":543,"Cost":320,"Date":"3/12/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":892,"Cost":566,"Date":"3/31/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":905,"Cost":546,"Date":"6/16/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":125,"Cost":85,"Date":"6/17/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":64,"Cost":33,"Date":"8/27/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":378,"Date":"10/1/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":697,"Cost":503,"Date":"11/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":657,"Cost":369,"Date":"11/9/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":464,"Cost":388,"Date":"3/27/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":535,"Cost":474,"Date":"4/17/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":123,"Cost":102,"Date":"8/11/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":841,"Cost":480,"Date":"8/21/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":905,"Cost":478,"Date":"9/2/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":505,"Cost":311,"Date":"9/5/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":84,"Cost":62,"Date":"9/14/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":489,"Cost":375,"Date":"9/20/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":395,"Cost":299,"Date":"11/20/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":224,"Cost":199,"Date":"12/21/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":396,"Cost":293,"Date":"1/7/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":884,"Cost":506,"Date":"1/21/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":513,"Cost":335,"Date":"2/9/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":393,"Cost":339,"Date":"3/19/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":220,"Cost":193,"Date":"4/3/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":39,"Cost":29,"Date":"4/5/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":204,"Cost":142,"Date":"4/28/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":531,"Cost":292,"Date":"7/10/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":259,"Cost":156,"Date":"3/25/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":121,"Cost":81,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":241,"Cost":159,"Date":"10/28/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":558,"Cost":527,"Date":"3/2/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":673,"Cost":634,"Date":"6/28/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":611,"Cost":465,"Date":"7/17/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":111,"Cost":88,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":263,"Cost":206,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":154,"Cost":117,"Date":"11/20/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":847,"Cost":583,"Date":"12/16/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":449,"Cost":297,"Date":"12/30/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":630,"Cost":373,"Date":"2/15/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":959,"Cost":592,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":696,"Cost":465,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":895,"Cost":809,"Date":"4/18/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":726,"Cost":463,"Date":"7/27/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":116,"Cost":66,"Date":"8/18/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":711,"Cost":451,"Date":"10/31/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":555,"Cost":358,"Date":"11/11/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":379,"Cost":245,"Date":"11/30/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":555,"Cost":485,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":485,"Cost":403,"Date":"3/1/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":64,"Cost":58,"Date":"4/13/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":196,"Cost":172,"Date":"5/20/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":123,"Cost":75,"Date":"8/13/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":453,"Cost":384,"Date":"9/15/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":749,"Cost":375,"Date":"10/14/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":721,"Cost":605,"Date":"10/28/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":730,"Cost":443,"Date":"11/11/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":436,"Cost":381,"Date":"12/7/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":237,"Cost":207,"Date":"12/21/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":959,"Cost":609,"Date":"1/6/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":546,"Cost":449,"Date":"1/23/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":454,"Cost":232,"Date":"2/4/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":868,"Cost":541,"Date":"3/10/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":16,"Cost":12,"Date":"3/12/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":76,"Cost":45,"Date":"3/31/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":341,"Cost":216,"Date":"6/16/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":2,"Cost":1,"Date":"6/17/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":585,"Cost":497,"Date":"8/27/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":773,"Cost":474,"Date":"10/1/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":385,"Cost":357,"Date":"11/4/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":431,"Cost":240,"Date":"11/9/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":240,"Cost":120,"Date":"3/27/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":682,"Cost":471,"Date":"4/17/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":119,"Cost":109,"Date":"8/11/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":419,"Cost":234,"Date":"8/21/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":733,"Cost":603,"Date":"9/2/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":696,"Cost":650,"Date":"9/5/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":538,"Cost":407,"Date":"9/14/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":835,"Cost":626,"Date":"9/20/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":839,"Cost":702,"Date":"11/20/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":269,"Cost":203,"Date":"12/21/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":91,"Cost":54,"Date":"1/7/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":464,"Date":"1/21/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":163,"Cost":124,"Date":"2/9/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":680,"Cost":467,"Date":"3/19/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":524,"Cost":498,"Date":"4/3/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":122,"Cost":77,"Date":"4/5/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":396,"Cost":216,"Date":"4/28/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":896,"Cost":642,"Date":"7/10/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":452,"Cost":369,"Date":"3/25/2020"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":659,"Cost":374,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":793,"Cost":656,"Date":"10/28/2020"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":152,"Cost":105,"Date":"3/2/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":509,"Date":"6/28/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":693,"Cost":356,"Date":"7/17/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":155,"Cost":136,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":626,"Cost":456,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":573,"Cost":517,"Date":"11/20/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":393,"Date":"12/16/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":806,"Cost":753,"Date":"12/30/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":838,"Cost":779,"Date":"2/15/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":574,"Cost":434,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":73,"Cost":64,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":765,"Cost":415,"Date":"4/18/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":417,"Cost":374,"Date":"7/27/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":323,"Cost":170,"Date":"8/18/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":225,"Cost":130,"Date":"10/31/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":821,"Cost":712,"Date":"11/11/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":507,"Cost":403,"Date":"11/30/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":853,"Cost":576,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":311,"Date":"3/1/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":289,"Cost":237,"Date":"4/13/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":784,"Cost":437,"Date":"5/20/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":173,"Date":"8/13/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":569,"Date":"9/15/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":228,"Date":"10/14/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":393,"Date":"10/28/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":420,"Date":"11/11/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":88,"Cost":66,"Date":"12/7/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":242,"Date":"12/21/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":471,"Cost":316,"Date":"1/6/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":299,"Cost":223,"Date":"1/23/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":948,"Cost":618,"Date":"2/4/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":873,"Date":"3/10/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":106,"Date":"3/12/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":216,"Cost":201,"Date":"3/31/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":464,"Cost":277,"Date":"6/16/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":32,"Cost":18,"Date":"6/17/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":933,"Cost":573,"Date":"8/27/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":46,"Cost":33,"Date":"10/1/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":241,"Date":"11/4/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":843,"Cost":431,"Date":"11/9/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":230,"Cost":197,"Date":"3/27/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":53,"Cost":30,"Date":"4/17/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":396,"Cost":228,"Date":"8/11/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":771,"Cost":590,"Date":"8/21/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":27,"Cost":16,"Date":"9/2/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":26,"Cost":24,"Date":"9/5/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":299,"Cost":241,"Date":"9/14/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":947,"Cost":741,"Date":"9/20/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":891,"Cost":669,"Date":"11/20/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":852,"Cost":535,"Date":"12/21/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":480,"Cost":324,"Date":"1/7/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":337,"Cost":198,"Date":"1/21/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":820,"Cost":628,"Date":"2/9/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":419,"Cost":392,"Date":"3/19/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":112,"Cost":79,"Date":"4/3/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":249,"Cost":130,"Date":"4/5/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":110,"Cost":101,"Date":"4/28/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":909,"Cost":793,"Date":"7/10/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":451,"Cost":413,"Date":"3/25/2020"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":335,"Cost":314,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":304,"Cost":253,"Date":"10/28/2020"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":478,"Cost":426,"Date":"3/2/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":32,"Cost":20,"Date":"6/28/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":145,"Cost":130,"Date":"7/17/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":156,"Cost":103,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":523,"Cost":399,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":100,"Cost":71,"Date":"11/20/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":316,"Cost":159,"Date":"12/16/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":617,"Cost":314,"Date":"12/30/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":995,"Cost":520,"Date":"2/15/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":909,"Cost":775,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":394,"Cost":320,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":739,"Cost":437,"Date":"4/18/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":408,"Cost":385,"Date":"7/27/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":603,"Cost":342,"Date":"8/18/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":157,"Cost":131,"Date":"10/31/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":734,"Cost":668,"Date":"11/11/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":191,"Cost":163,"Date":"11/30/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":258,"Cost":152,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":562,"Cost":326,"Date":"3/1/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":33,"Cost":26,"Date":"4/13/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":491,"Cost":292,"Date":"5/20/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":555,"Cost":496,"Date":"8/13/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":583,"Cost":442,"Date":"9/15/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":129,"Cost":117,"Date":"10/14/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":998,"Cost":899,"Date":"10/28/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":751,"Cost":655,"Date":"11/11/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":716,"Cost":419,"Date":"12/7/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":358,"Cost":313,"Date":"12/21/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":507,"Cost":364,"Date":"1/6/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":437,"Cost":384,"Date":"1/23/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":639,"Cost":607,"Date":"2/4/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":800,"Cost":546,"Date":"3/10/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":807,"Cost":456,"Date":"3/12/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":583,"Cost":467,"Date":"3/31/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":382,"Cost":351,"Date":"6/16/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":120,"Cost":60,"Date":"6/17/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":582,"Cost":452,"Date":"8/27/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":849,"Cost":474,"Date":"10/1/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":660,"Cost":518,"Date":"11/4/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":481,"Cost":452,"Date":"11/9/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":630,"Date":"3/27/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":866,"Cost":586,"Date":"4/17/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":221,"Cost":168,"Date":"8/11/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":214,"Date":"8/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":350,"Cost":280,"Date":"9/2/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":682,"Cost":541,"Date":"9/5/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":394,"Date":"9/14/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":702,"Cost":387,"Date":"9/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":594,"Cost":424,"Date":"11/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":922,"Cost":813,"Date":"12/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":475,"Cost":434,"Date":"1/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":438,"Cost":407,"Date":"1/21/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":894,"Cost":784,"Date":"2/9/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":576,"Cost":344,"Date":"3/19/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":899,"Cost":804,"Date":"4/3/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":384,"Cost":288,"Date":"4/5/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":824,"Cost":510,"Date":"4/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":61,"Cost":57,"Date":"7/10/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":655,"Date":"3/25/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":468,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":617,"Date":"10/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":383,"Cost":192,"Date":"3/2/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":35,"Cost":21,"Date":"6/28/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":204,"Date":"7/17/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":414,"Cost":225,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":115,"Cost":99,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":282,"Date":"11/20/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":379,"Cost":340,"Date":"12/16/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":522,"Cost":394,"Date":"12/30/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":32,"Date":"2/15/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":2,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":544,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":134,"Date":"4/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":282,"Cost":247,"Date":"7/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":278,"Cost":251,"Date":"8/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":810,"Cost":625,"Date":"10/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":380,"Cost":221,"Date":"11/11/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":527,"Date":"11/30/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":72,"Cost":46,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":957,"Cost":594,"Date":"3/1/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":714,"Cost":639,"Date":"4/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":786,"Cost":541,"Date":"5/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":392,"Cost":315,"Date":"8/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":100,"Cost":64,"Date":"9/15/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":10,"Cost":9,"Date":"10/14/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":62,"Cost":33,"Date":"10/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":284,"Cost":205,"Date":"11/11/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":834,"Cost":437,"Date":"12/7/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":135,"Cost":124,"Date":"12/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":873,"Cost":482,"Date":"1/6/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":268,"Cost":222,"Date":"1/23/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":398,"Date":"2/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":998,"Cost":577,"Date":"3/10/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":589,"Cost":326,"Date":"3/12/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":533,"Cost":484,"Date":"3/31/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":2,"Cost":1,"Date":"6/16/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":793,"Date":"6/17/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":626,"Cost":535,"Date":"8/27/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":528,"Date":"10/1/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":141,"Cost":132,"Date":"11/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":205,"Cost":139,"Date":"11/9/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":434,"Cost":369,"Date":"3/27/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":469,"Cost":261,"Date":"4/17/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":581,"Cost":510,"Date":"8/11/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":860,"Cost":734,"Date":"8/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":405,"Cost":356,"Date":"9/2/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":968,"Cost":726,"Date":"9/5/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":524,"Cost":428,"Date":"9/14/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":59,"Cost":56,"Date":"9/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":578,"Cost":383,"Date":"11/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":74,"Cost":54,"Date":"12/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":424,"Cost":233,"Date":"1/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":826,"Cost":674,"Date":"1/21/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":496,"Cost":348,"Date":"2/9/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":248,"Cost":177,"Date":"3/19/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":73,"Cost":64,"Date":"4/3/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":608,"Cost":557,"Date":"4/5/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":934,"Cost":494,"Date":"4/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":663,"Cost":616,"Date":"7/10/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":430,"Cost":323,"Date":"3/25/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":108,"Cost":88,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":601,"Cost":420,"Date":"10/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":148,"Cost":114,"Date":"3/2/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":942,"Cost":674,"Date":"6/28/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":679,"Cost":452,"Date":"7/17/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":831,"Cost":615,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":779,"Cost":409,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":472,"Cost":369,"Date":"11/20/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":923,"Cost":751,"Date":"12/16/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":163,"Cost":114,"Date":"12/30/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":381,"Cost":319,"Date":"2/15/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":935,"Cost":662,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":318,"Cost":217,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":252,"Cost":133,"Date":"4/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":975,"Cost":723,"Date":"7/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":701,"Cost":634,"Date":"8/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":142,"Cost":130,"Date":"10/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":722,"Cost":523,"Date":"11/11/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":354,"Cost":309,"Date":"11/30/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":668,"Cost":365,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":592,"Cost":372,"Date":"3/1/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":60,"Cost":45,"Date":"4/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":9,"Cost":7,"Date":"5/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":31,"Cost":16,"Date":"8/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":505,"Cost":381,"Date":"9/15/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":437,"Cost":241,"Date":"10/14/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":938,"Cost":775,"Date":"10/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":652,"Cost":582,"Date":"11/11/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":688,"Cost":632,"Date":"12/7/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":340,"Cost":221,"Date":"12/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":534,"Cost":416,"Date":"1/6/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":991,"Cost":898,"Date":"1/23/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":497,"Cost":432,"Date":"2/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":528,"Cost":440,"Date":"3/10/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":16,"Cost":8,"Date":"3/12/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":162,"Cost":131,"Date":"3/31/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":757,"Cost":527,"Date":"6/16/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":544,"Cost":482,"Date":"6/17/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":36,"Cost":32,"Date":"8/27/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":871,"Cost":591,"Date":"10/1/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":527,"Cost":467,"Date":"11/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":152,"Cost":133,"Date":"11/9/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":710,"Cost":554,"Date":"3/27/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":595,"Cost":377,"Date":"4/17/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":69,"Cost":58,"Date":"8/11/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":8,"Cost":7,"Date":"8/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":297,"Cost":162,"Date":"9/2/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":694,"Cost":439,"Date":"9/5/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":125,"Cost":80,"Date":"9/14/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":497,"Cost":438,"Date":"9/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":569,"Cost":454,"Date":"11/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":689,"Cost":583,"Date":"12/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":650,"Cost":461,"Date":"1/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":390,"Cost":370,"Date":"1/21/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":926,"Cost":618,"Date":"2/9/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":99,"Cost":74,"Date":"3/19/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":988,"Cost":877,"Date":"4/3/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":5,"Cost":5,"Date":"4/5/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":917,"Cost":779,"Date":"4/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":884,"Cost":612,"Date":"7/10/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":674,"Cost":583,"Date":"3/25/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":60,"Cost":38,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":87,"Cost":81,"Date":"10/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":970,"Cost":912,"Date":"3/2/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":685,"Cost":620,"Date":"6/28/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":463,"Cost":291,"Date":"7/17/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":282,"Cost":151,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":455,"Cost":399,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":895,"Cost":706,"Date":"11/20/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":587,"Cost":541,"Date":"12/16/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":876,"Cost":650,"Date":"12/30/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":358,"Cost":265,"Date":"2/15/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":800,"Cost":699,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":205,"Cost":139,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":859,"Cost":648,"Date":"4/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":689,"Cost":493,"Date":"7/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":886,"Cost":704,"Date":"8/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":949,"Cost":625,"Date":"10/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":789,"Cost":741,"Date":"11/11/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":144,"Cost":87,"Date":"11/30/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":762,"Cost":656,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":604,"Cost":455,"Date":"3/1/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":198,"Cost":156,"Date":"4/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":505,"Cost":314,"Date":"5/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":447,"Cost":368,"Date":"8/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":985,"Cost":802,"Date":"9/15/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":613,"Cost":428,"Date":"10/14/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":256,"Cost":151,"Date":"10/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":679,"Cost":584,"Date":"11/11/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":388,"Cost":294,"Date":"12/7/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":703,"Cost":383,"Date":"12/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":372,"Cost":337,"Date":"1/6/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":243,"Cost":153,"Date":"1/23/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":986,"Cost":680,"Date":"2/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":111,"Cost":58,"Date":"3/10/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":127,"Cost":118,"Date":"3/12/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":284,"Cost":265,"Date":"3/31/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":751,"Cost":446,"Date":"6/16/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":832,"Cost":605,"Date":"6/17/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":91,"Cost":82,"Date":"8/27/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":651,"Cost":334,"Date":"10/1/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":260,"Cost":229,"Date":"11/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":628,"Cost":439,"Date":"11/9/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":370,"Cost":255,"Date":"3/27/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":130,"Cost":94,"Date":"4/17/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":189,"Cost":142,"Date":"8/11/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":740,"Cost":444,"Date":"8/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":653,"Cost":571,"Date":"9/2/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":839,"Cost":748,"Date":"9/5/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":894,"Cost":564,"Date":"9/14/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":757,"Cost":445,"Date":"9/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":287,"Cost":188,"Date":"11/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":221,"Cost":192,"Date":"12/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":282,"Cost":147,"Date":"1/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":15,"Cost":11,"Date":"1/21/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":183,"Cost":104,"Date":"2/9/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":97,"Cost":55,"Date":"3/19/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":308,"Cost":188,"Date":"4/3/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":907,"Cost":653,"Date":"4/5/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":252,"Cost":173,"Date":"4/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":23,"Cost":13,"Date":"7/10/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":703,"Cost":455,"Date":"3/25/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":516,"Cost":474,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":518,"Cost":287,"Date":"10/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":328,"Cost":254,"Date":"3/2/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":334,"Cost":186,"Date":"6/28/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":638,"Cost":514,"Date":"7/17/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":298,"Cost":170,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":32,"Cost":22,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":938,"Cost":650,"Date":"11/20/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":296,"Cost":176,"Date":"12/16/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":449,"Cost":384,"Date":"12/30/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":213,"Cost":133,"Date":"2/15/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":854,"Cost":752,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":698,"Cost":352,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":568,"Cost":433,"Date":"4/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":381,"Cost":253,"Date":"7/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":392,"Cost":233,"Date":"8/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":134,"Cost":93,"Date":"10/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":585,"Cost":498,"Date":"11/11/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":564,"Cost":491,"Date":"11/30/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":469,"Cost":287,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":66,"Cost":60,"Date":"3/1/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":740,"Cost":498,"Date":"4/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":675,"Cost":547,"Date":"5/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":315,"Cost":276,"Date":"8/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":800,"Cost":750,"Date":"9/15/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":738,"Cost":497,"Date":"10/14/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":332,"Cost":182,"Date":"10/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":361,"Cost":343,"Date":"11/11/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":707,"Cost":511,"Date":"12/7/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":661,"Cost":488,"Date":"12/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":127,"Cost":81,"Date":"1/6/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":625,"Cost":552,"Date":"1/23/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":422,"Cost":233,"Date":"2/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":994,"Cost":654,"Date":"3/10/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":66,"Cost":45,"Date":"3/12/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":888,"Cost":819,"Date":"3/31/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":562,"Cost":329,"Date":"6/16/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":564,"Cost":453,"Date":"6/17/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":591,"Cost":341,"Date":"8/27/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":985,"Cost":546,"Date":"10/1/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":595,"Cost":324,"Date":"11/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":677,"Cost":560,"Date":"11/9/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":507,"Cost":405,"Date":"3/27/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":21,"Cost":14,"Date":"4/17/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":576,"Cost":392,"Date":"8/11/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":276,"Cost":148,"Date":"8/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":300,"Date":"9/2/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":924,"Cost":465,"Date":"9/5/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":177,"Cost":131,"Date":"9/14/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":471,"Cost":429,"Date":"9/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":501,"Cost":424,"Date":"11/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":269,"Cost":155,"Date":"12/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":615,"Cost":329,"Date":"1/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":429,"Cost":338,"Date":"1/21/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":816,"Cost":657,"Date":"2/9/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":916,"Cost":655,"Date":"3/19/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":843,"Cost":583,"Date":"4/3/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":268,"Date":"4/5/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":88,"Cost":74,"Date":"4/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":205,"Cost":156,"Date":"7/10/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":749,"Cost":622,"Date":"3/25/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":794,"Cost":626,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":789,"Date":"10/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":286,"Cost":175,"Date":"3/2/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":725,"Cost":604,"Date":"6/28/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":319,"Date":"7/17/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":613,"Cost":533,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":314,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":765,"Cost":562,"Date":"11/20/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":579,"Cost":479,"Date":"12/16/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":203,"Cost":150,"Date":"12/30/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":279,"Cost":186,"Date":"2/15/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":20,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":762,"Cost":716,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":455,"Date":"4/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":591,"Cost":551,"Date":"7/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":530,"Date":"8/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":845,"Cost":546,"Date":"10/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":954,"Cost":656,"Date":"11/11/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":43,"Date":"11/30/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":451,"Cost":253,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":1000,"Cost":608,"Date":"3/1/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":75,"Cost":62,"Date":"4/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":988,"Cost":559,"Date":"5/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":449,"Date":"8/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":397,"Cost":373,"Date":"9/15/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":804,"Cost":720,"Date":"10/14/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":4,"Date":"10/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":173,"Date":"11/11/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":864,"Cost":627,"Date":"12/7/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":718,"Cost":404,"Date":"12/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":258,"Cost":136,"Date":"1/6/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":395,"Cost":311,"Date":"1/23/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":998,"Cost":654,"Date":"2/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":639,"Cost":502,"Date":"3/10/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":69,"Date":"3/12/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":550,"Cost":381,"Date":"3/31/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":118,"Cost":71,"Date":"6/16/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":918,"Cost":662,"Date":"6/17/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":57,"Date":"8/27/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":303,"Cost":195,"Date":"10/1/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":1,"Cost":1,"Date":"11/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":423,"Cost":216,"Date":"11/9/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":516,"Cost":323,"Date":"3/27/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":887,"Cost":488,"Date":"4/17/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":920,"Cost":856,"Date":"8/11/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":99,"Cost":94,"Date":"8/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":93,"Cost":52,"Date":"9/2/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":460,"Cost":392,"Date":"9/5/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":392,"Cost":209,"Date":"9/14/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":846,"Cost":610,"Date":"9/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":717,"Cost":524,"Date":"11/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":175,"Cost":135,"Date":"12/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":29,"Cost":26,"Date":"1/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":361,"Cost":223,"Date":"1/21/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":918,"Cost":627,"Date":"2/9/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":974,"Cost":751,"Date":"3/19/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":705,"Cost":359,"Date":"4/3/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":879,"Cost":708,"Date":"4/5/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":55,"Cost":31,"Date":"4/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":884,"Cost":722,"Date":"7/10/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":286,"Cost":163,"Date":"3/25/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":435,"Cost":317,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":895,"Cost":450,"Date":"10/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":274,"Cost":247,"Date":"3/2/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":282,"Cost":228,"Date":"6/28/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":293,"Cost":163,"Date":"7/17/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":196,"Cost":141,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":738,"Cost":483,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":910,"Cost":813,"Date":"11/20/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":455,"Cost":363,"Date":"12/16/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":379,"Cost":234,"Date":"12/30/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":577,"Cost":428,"Date":"2/15/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":686,"Cost":526,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":481,"Cost":359,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":317,"Cost":177,"Date":"4/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":164,"Cost":96,"Date":"7/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":907,"Cost":458,"Date":"8/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":511,"Cost":310,"Date":"10/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":778,"Cost":606,"Date":"11/11/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":994,"Cost":606,"Date":"11/30/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":827,"Cost":585,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":152,"Cost":104,"Date":"3/1/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":303,"Cost":178,"Date":"4/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":773,"Cost":544,"Date":"5/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":731,"Cost":639,"Date":"8/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":373,"Cost":279,"Date":"9/15/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":624,"Cost":586,"Date":"10/14/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":530,"Cost":452,"Date":"10/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":479,"Cost":254,"Date":"11/11/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":911,"Cost":550,"Date":"12/7/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":552,"Cost":332,"Date":"12/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":538,"Cost":309,"Date":"1/6/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":523,"Cost":411,"Date":"1/23/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":285,"Cost":158,"Date":"2/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":542,"Cost":313,"Date":"3/10/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":423,"Cost":316,"Date":"3/12/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":177,"Cost":120,"Date":"3/31/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":953,"Cost":520,"Date":"6/16/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":178,"Cost":128,"Date":"6/17/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":364,"Cost":343,"Date":"8/27/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":629,"Cost":327,"Date":"10/1/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":683,"Cost":378,"Date":"11/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":238,"Cost":166,"Date":"11/9/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":619,"Cost":341,"Date":"3/27/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":803,"Cost":655,"Date":"4/17/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":404,"Cost":363,"Date":"8/11/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":913,"Cost":781,"Date":"8/21/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":951,"Cost":649,"Date":"9/2/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":914,"Cost":573,"Date":"9/5/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":128,"Cost":76,"Date":"9/14/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":333,"Cost":244,"Date":"9/20/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":400,"Cost":274,"Date":"11/20/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":467,"Cost":367,"Date":"12/21/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":956,"Cost":872,"Date":"1/7/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":912,"Cost":568,"Date":"1/21/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":631,"Cost":341,"Date":"2/9/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":108,"Date":"3/19/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":212,"Cost":177,"Date":"4/3/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":471,"Cost":304,"Date":"4/5/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":644,"Cost":342,"Date":"4/28/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":523,"Cost":466,"Date":"7/10/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":264,"Date":"3/25/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":307,"Cost":183,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":625,"Cost":428,"Date":"10/28/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":270,"Cost":203,"Date":"3/2/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":255,"Cost":137,"Date":"6/28/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":143,"Cost":120,"Date":"7/17/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":185,"Cost":153,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":676,"Cost":474,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":253,"Cost":181,"Date":"11/20/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":306,"Cost":235,"Date":"12/16/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":686,"Cost":427,"Date":"12/30/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":290,"Cost":148,"Date":"2/15/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":165,"Cost":95,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":907,"Cost":670,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":395,"Cost":304,"Date":"4/18/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":280,"Cost":242,"Date":"7/27/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":454,"Cost":258,"Date":"8/18/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":529,"Cost":500,"Date":"10/31/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":51,"Cost":41,"Date":"11/11/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":908,"Cost":491,"Date":"11/30/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":987,"Cost":694,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":328,"Cost":203,"Date":"3/1/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":373,"Cost":312,"Date":"4/13/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":860,"Cost":469,"Date":"5/20/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":838,"Cost":677,"Date":"8/13/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":709,"Cost":389,"Date":"9/15/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":111,"Cost":79,"Date":"10/14/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":454,"Cost":322,"Date":"10/28/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":402,"Cost":319,"Date":"11/11/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":991,"Cost":664,"Date":"12/7/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":17,"Cost":13,"Date":"12/21/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":485,"Date":"1/6/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":95,"Date":"1/23/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":824,"Cost":551,"Date":"2/4/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":345,"Cost":253,"Date":"3/10/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":712,"Cost":660,"Date":"3/12/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":531,"Cost":377,"Date":"3/31/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":556,"Date":"6/16/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":830,"Cost":513,"Date":"6/17/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":530,"Cost":406,"Date":"8/27/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":360,"Cost":301,"Date":"10/1/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":50,"Cost":31,"Date":"11/4/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":347,"Cost":280,"Date":"11/9/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":28,"Cost":20,"Date":"3/27/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":507,"Cost":461,"Date":"4/17/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":438,"Cost":289,"Date":"8/11/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":931,"Cost":487,"Date":"8/21/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":172,"Cost":151,"Date":"9/2/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":428,"Cost":370,"Date":"9/5/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":784,"Cost":672,"Date":"9/14/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":996,"Cost":780,"Date":"9/20/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":534,"Cost":411,"Date":"11/20/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":483,"Cost":317,"Date":"12/21/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":30,"Cost":26,"Date":"1/7/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":684,"Cost":608,"Date":"1/21/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":678,"Cost":619,"Date":"2/9/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":433,"Cost":403,"Date":"3/19/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":108,"Cost":82,"Date":"4/3/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":798,"Cost":475,"Date":"4/5/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":141,"Cost":75,"Date":"4/28/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":693,"Cost":632,"Date":"7/10/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":134,"Cost":98,"Date":"3/25/2020"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":508,"Cost":333,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":692,"Cost":603,"Date":"10/28/2020"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":332,"Cost":303,"Date":"3/2/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":887,"Cost":584,"Date":"6/28/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":648,"Cost":409,"Date":"7/17/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":876,"Cost":757,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":270,"Cost":232,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":510,"Cost":403,"Date":"11/20/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":984,"Cost":636,"Date":"12/16/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":220,"Cost":195,"Date":"12/30/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":80,"Cost":41,"Date":"2/15/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":174,"Cost":91,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":906,"Cost":475,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":247,"Cost":222,"Date":"4/18/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":684,"Cost":448,"Date":"7/27/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":525,"Cost":356,"Date":"8/18/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":165,"Cost":125,"Date":"10/31/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":93,"Cost":65,"Date":"11/11/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":18,"Cost":9,"Date":"11/30/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":402,"Cost":349,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":51,"Cost":41,"Date":"3/1/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":620,"Cost":342,"Date":"4/13/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":167,"Cost":145,"Date":"5/20/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":124,"Cost":106,"Date":"8/13/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":715,"Cost":373,"Date":"9/15/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":322,"Cost":241,"Date":"10/14/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":56,"Cost":42,"Date":"10/28/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":384,"Cost":257,"Date":"11/11/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":811,"Cost":407,"Date":"12/7/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":576,"Cost":341,"Date":"12/21/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":22,"Cost":15,"Date":"1/6/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":930,"Cost":754,"Date":"1/23/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":591,"Cost":298,"Date":"2/4/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":237,"Cost":150,"Date":"3/10/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":810,"Cost":458,"Date":"3/12/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":326,"Cost":179,"Date":"3/31/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":763,"Cost":549,"Date":"6/16/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":332,"Cost":213,"Date":"6/17/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":716,"Cost":443,"Date":"8/27/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":850,"Cost":658,"Date":"10/1/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":157,"Cost":138,"Date":"11/4/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":976,"Cost":622,"Date":"11/9/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":889,"Cost":550,"Date":"3/27/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":955,"Cost":563,"Date":"4/17/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":274,"Cost":205,"Date":"8/11/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":47,"Cost":31,"Date":"8/21/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":199,"Cost":166,"Date":"9/2/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":742,"Cost":592,"Date":"9/5/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":841,"Cost":718,"Date":"9/14/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":116,"Cost":108,"Date":"9/20/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":791,"Cost":564,"Date":"11/20/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":296,"Cost":208,"Date":"12/21/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":562,"Cost":483,"Date":"1/7/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":296,"Date":"1/21/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":552,"Cost":329,"Date":"2/9/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":7,"Cost":4,"Date":"3/19/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":879,"Cost":566,"Date":"4/3/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":123,"Date":"4/5/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":829,"Cost":749,"Date":"4/28/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":496,"Cost":263,"Date":"7/10/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":770,"Cost":439,"Date":"3/25/2020"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":451,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":652,"Cost":489,"Date":"10/28/2020"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":706,"Cost":519,"Date":"3/2/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":120,"Date":"6/28/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":559,"Cost":501,"Date":"7/17/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":349,"Cost":242,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":700,"Cost":621,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":985,"Cost":524,"Date":"11/20/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":806,"Cost":524,"Date":"12/16/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":149,"Cost":128,"Date":"12/30/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":850,"Cost":457,"Date":"2/15/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":681,"Cost":644,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":414,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":714,"Cost":626,"Date":"4/18/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":479,"Cost":256,"Date":"7/27/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":517,"Cost":375,"Date":"8/18/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":117,"Cost":75,"Date":"10/31/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":9,"Cost":9,"Date":"11/11/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":168,"Cost":119,"Date":"11/30/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":89,"Cost":81,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":296,"Date":"3/1/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":414,"Date":"4/13/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":225,"Date":"5/20/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":839,"Cost":597,"Date":"8/13/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":55,"Date":"9/15/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":140,"Date":"10/14/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":525,"Date":"10/28/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":271,"Cost":192,"Date":"11/11/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":234,"Cost":218,"Date":"12/7/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":424,"Cost":347,"Date":"12/21/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":192,"Cost":103,"Date":"1/6/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":860,"Cost":614,"Date":"1/23/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":845,"Cost":636,"Date":"2/4/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":395,"Cost":255,"Date":"3/10/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":102,"Cost":87,"Date":"3/12/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":706,"Cost":372,"Date":"3/31/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":821,"Cost":657,"Date":"6/16/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":257,"Date":"6/17/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":246,"Date":"8/27/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":318,"Date":"10/1/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":161,"Cost":120,"Date":"11/4/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":524,"Cost":320,"Date":"11/9/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":604,"Cost":339,"Date":"3/27/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":28,"Cost":15,"Date":"4/17/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":730,"Cost":610,"Date":"8/11/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":158,"Cost":140,"Date":"8/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":212,"Cost":180,"Date":"9/2/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":148,"Cost":75,"Date":"9/5/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":260,"Cost":204,"Date":"9/14/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":821,"Cost":653,"Date":"9/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":578,"Cost":523,"Date":"11/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":820,"Cost":713,"Date":"12/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":173,"Cost":86,"Date":"1/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":91,"Cost":63,"Date":"1/21/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":169,"Cost":89,"Date":"2/9/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":348,"Cost":210,"Date":"3/19/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":690,"Cost":630,"Date":"4/3/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":80,"Cost":59,"Date":"4/5/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":50,"Cost":42,"Date":"4/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":548,"Cost":370,"Date":"7/10/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":273,"Cost":179,"Date":"3/25/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":457,"Cost":257,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":841,"Cost":751,"Date":"10/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":716,"Cost":371,"Date":"3/2/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":359,"Cost":254,"Date":"6/28/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":671,"Cost":550,"Date":"7/17/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":418,"Cost":353,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":873,"Cost":539,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":654,"Cost":455,"Date":"11/20/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":373,"Cost":215,"Date":"12/16/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":372,"Cost":246,"Date":"12/30/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":74,"Cost":67,"Date":"2/15/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":42,"Cost":39,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":129,"Cost":88,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":216,"Cost":137,"Date":"4/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":386,"Cost":358,"Date":"7/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":127,"Cost":64,"Date":"8/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":389,"Cost":264,"Date":"10/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":311,"Cost":242,"Date":"11/11/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":1000,"Cost":864,"Date":"11/30/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":94,"Cost":68,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":731,"Cost":518,"Date":"3/1/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":27,"Cost":19,"Date":"4/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":531,"Cost":358,"Date":"5/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":614,"Cost":529,"Date":"8/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":736,"Cost":405,"Date":"9/15/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":429,"Cost":404,"Date":"10/14/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":472,"Cost":331,"Date":"10/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":775,"Cost":722,"Date":"11/11/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":451,"Cost":321,"Date":"12/7/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":413,"Cost":277,"Date":"12/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":647,"Cost":587,"Date":"1/6/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":688,"Cost":489,"Date":"1/23/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":536,"Cost":321,"Date":"2/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":814,"Cost":414,"Date":"3/10/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":988,"Cost":548,"Date":"3/12/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":988,"Cost":555,"Date":"3/31/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":641,"Cost":352,"Date":"6/16/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":536,"Cost":362,"Date":"6/17/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":382,"Cost":275,"Date":"8/27/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":565,"Cost":532,"Date":"10/1/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":739,"Cost":682,"Date":"11/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":248,"Cost":214,"Date":"11/9/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":475,"Cost":355,"Date":"3/27/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":977,"Cost":593,"Date":"4/17/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":313,"Date":"8/11/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":479,"Cost":335,"Date":"8/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":55,"Cost":35,"Date":"9/2/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":13,"Cost":7,"Date":"9/5/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":188,"Cost":143,"Date":"9/14/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":142,"Cost":71,"Date":"9/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":175,"Cost":98,"Date":"11/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":699,"Cost":651,"Date":"12/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":732,"Cost":530,"Date":"1/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":24,"Cost":18,"Date":"1/21/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":134,"Cost":79,"Date":"2/9/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":189,"Date":"3/19/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":626,"Cost":551,"Date":"4/3/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":433,"Cost":345,"Date":"4/5/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":360,"Cost":260,"Date":"4/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":735,"Cost":429,"Date":"7/10/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":347,"Cost":280,"Date":"3/25/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":901,"Cost":456,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":691,"Cost":412,"Date":"10/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":53,"Cost":28,"Date":"3/2/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":893,"Cost":794,"Date":"6/28/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":716,"Date":"7/17/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":134,"Cost":125,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":813,"Cost":740,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":314,"Cost":266,"Date":"11/20/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":696,"Date":"12/16/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":170,"Cost":106,"Date":"12/30/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":4,"Date":"2/15/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":536,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":431,"Cost":264,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":138,"Date":"4/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":52,"Cost":38,"Date":"7/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":175,"Cost":98,"Date":"8/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":597,"Cost":507,"Date":"10/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":157,"Cost":117,"Date":"11/11/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":733,"Cost":635,"Date":"11/30/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":257,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":974,"Cost":649,"Date":"3/1/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":259,"Cost":144,"Date":"4/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":821,"Cost":569,"Date":"5/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":94,"Cost":63,"Date":"8/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":509,"Cost":277,"Date":"9/15/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":723,"Date":"10/14/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":313,"Date":"10/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":60,"Cost":33,"Date":"11/11/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":828,"Cost":432,"Date":"12/7/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":849,"Date":"12/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":796,"Cost":662,"Date":"1/6/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":679,"Cost":645,"Date":"1/23/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":7,"Date":"2/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":514,"Cost":346,"Date":"3/10/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":811,"Cost":502,"Date":"3/12/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":267,"Cost":178,"Date":"3/31/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":445,"Date":"6/16/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":1000,"Cost":686,"Date":"6/17/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":631,"Cost":506,"Date":"8/27/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":924,"Cost":805,"Date":"10/1/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":723,"Cost":395,"Date":"11/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":750,"Cost":580,"Date":"11/9/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":544,"Cost":386,"Date":"3/27/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":866,"Cost":536,"Date":"4/17/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":258,"Cost":205,"Date":"8/11/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":456,"Cost":369,"Date":"8/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":965,"Cost":608,"Date":"9/2/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":26,"Cost":18,"Date":"9/5/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":549,"Cost":356,"Date":"9/14/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":505,"Cost":453,"Date":"9/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":355,"Cost":320,"Date":"11/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":261,"Cost":187,"Date":"12/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":43,"Cost":40,"Date":"1/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":500,"Cost":325,"Date":"1/21/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":489,"Cost":411,"Date":"2/9/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":320,"Cost":282,"Date":"3/19/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":573,"Cost":499,"Date":"4/3/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":503,"Cost":441,"Date":"4/5/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":432,"Cost":237,"Date":"4/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":617,"Cost":570,"Date":"7/10/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":599,"Cost":567,"Date":"3/25/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":416,"Cost":277,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":500,"Cost":269,"Date":"10/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":309,"Cost":266,"Date":"3/2/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":806,"Cost":698,"Date":"6/28/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":28,"Cost":21,"Date":"7/17/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":808,"Cost":685,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":380,"Cost":205,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":592,"Cost":381,"Date":"11/20/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":478,"Cost":397,"Date":"12/16/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":838,"Cost":690,"Date":"12/30/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":333,"Cost":258,"Date":"2/15/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":431,"Cost":244,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":325,"Cost":185,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":721,"Cost":390,"Date":"4/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":218,"Cost":154,"Date":"7/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":67,"Cost":62,"Date":"8/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":648,"Cost":355,"Date":"10/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":572,"Cost":462,"Date":"11/11/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":196,"Cost":114,"Date":"11/30/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":105,"Cost":88,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":620,"Cost":501,"Date":"3/1/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":958,"Cost":640,"Date":"4/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":763,"Cost":413,"Date":"5/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":823,"Cost":677,"Date":"8/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":370,"Cost":198,"Date":"9/15/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":129,"Cost":103,"Date":"10/14/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":576,"Cost":496,"Date":"10/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":501,"Cost":455,"Date":"11/11/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":996,"Cost":579,"Date":"12/7/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":654,"Cost":569,"Date":"12/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":907,"Cost":546,"Date":"1/6/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":648,"Cost":532,"Date":"1/23/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":263,"Cost":181,"Date":"2/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":811,"Cost":666,"Date":"3/10/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":155,"Cost":130,"Date":"3/12/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":794,"Cost":487,"Date":"3/31/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":844,"Cost":496,"Date":"6/16/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":573,"Cost":455,"Date":"6/17/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":810,"Cost":498,"Date":"8/27/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":8,"Cost":6,"Date":"10/1/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":960,"Cost":743,"Date":"11/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":171,"Cost":109,"Date":"11/9/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":400,"Cost":371,"Date":"3/27/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":142,"Cost":87,"Date":"4/17/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":181,"Cost":109,"Date":"8/11/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":991,"Cost":840,"Date":"8/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":140,"Cost":93,"Date":"9/2/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":9,"Cost":8,"Date":"9/5/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":507,"Cost":409,"Date":"9/14/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":905,"Cost":539,"Date":"9/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":172,"Cost":157,"Date":"11/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":977,"Cost":706,"Date":"12/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":886,"Cost":765,"Date":"1/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":505,"Cost":319,"Date":"1/21/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":29,"Cost":26,"Date":"2/9/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":594,"Cost":303,"Date":"3/19/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":148,"Cost":89,"Date":"4/3/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":578,"Cost":484,"Date":"4/5/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":315,"Cost":290,"Date":"4/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":64,"Cost":45,"Date":"7/10/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":747,"Cost":599,"Date":"3/25/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":362,"Cost":251,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":6,"Cost":5,"Date":"10/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":942,"Cost":643,"Date":"3/2/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":285,"Cost":271,"Date":"6/28/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":435,"Cost":321,"Date":"7/17/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":542,"Cost":372,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":17,"Cost":12,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":572,"Cost":339,"Date":"11/20/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":379,"Cost":262,"Date":"12/16/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":332,"Cost":281,"Date":"12/30/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":579,"Cost":450,"Date":"2/15/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":981,"Cost":755,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":238,"Cost":152,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":771,"Cost":479,"Date":"4/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":672,"Cost":603,"Date":"7/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":395,"Cost":201,"Date":"8/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":301,"Cost":163,"Date":"10/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":222,"Cost":115,"Date":"11/11/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":931,"Cost":504,"Date":"11/30/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":218,"Cost":196,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":558,"Cost":289,"Date":"3/1/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":980,"Cost":646,"Date":"4/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":544,"Cost":505,"Date":"5/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":189,"Cost":127,"Date":"8/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":118,"Cost":61,"Date":"9/15/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":790,"Cost":406,"Date":"10/14/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":323,"Cost":259,"Date":"10/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":465,"Cost":404,"Date":"11/11/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":796,"Cost":665,"Date":"12/7/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":601,"Cost":570,"Date":"12/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":59,"Cost":41,"Date":"1/6/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":920,"Cost":603,"Date":"1/23/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":648,"Cost":449,"Date":"2/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":606,"Cost":338,"Date":"3/10/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":248,"Cost":135,"Date":"3/12/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":85,"Cost":75,"Date":"3/31/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":442,"Cost":326,"Date":"6/16/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":413,"Cost":368,"Date":"6/17/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":845,"Cost":556,"Date":"8/27/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":338,"Cost":241,"Date":"10/1/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":842,"Cost":471,"Date":"11/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":237,"Cost":156,"Date":"11/9/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":28,"Date":"3/27/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":649,"Cost":437,"Date":"4/17/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":129,"Date":"8/11/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":871,"Date":"8/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":332,"Cost":288,"Date":"9/2/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":547,"Date":"9/5/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":700,"Cost":591,"Date":"9/14/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":734,"Date":"9/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":590,"Cost":447,"Date":"11/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":330,"Cost":211,"Date":"12/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":912,"Cost":687,"Date":"1/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":803,"Cost":692,"Date":"1/21/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":594,"Cost":552,"Date":"2/9/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":745,"Cost":380,"Date":"3/19/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":973,"Cost":718,"Date":"4/3/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":799,"Cost":438,"Date":"4/5/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":205,"Date":"4/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":88,"Cost":80,"Date":"7/10/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":980,"Cost":587,"Date":"3/25/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":609,"Cost":445,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":807,"Cost":627,"Date":"10/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":699,"Cost":539,"Date":"3/2/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":372,"Cost":339,"Date":"6/28/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":372,"Cost":311,"Date":"7/17/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":394,"Cost":216,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":596,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":583,"Cost":426,"Date":"11/20/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":469,"Cost":253,"Date":"12/16/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":535,"Date":"12/30/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":89,"Date":"2/15/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":435,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":63,"Cost":59,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":546,"Cost":448,"Date":"4/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":735,"Cost":697,"Date":"7/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":439,"Date":"8/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":250,"Cost":147,"Date":"10/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":616,"Cost":340,"Date":"11/11/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":89,"Date":"11/30/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":327,"Cost":273,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":38,"Cost":31,"Date":"3/1/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":648,"Date":"4/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":945,"Cost":786,"Date":"5/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":486,"Date":"8/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":549,"Cost":384,"Date":"9/15/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":941,"Cost":710,"Date":"10/14/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":64,"Cost":56,"Date":"10/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":564,"Cost":446,"Date":"11/11/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":308,"Cost":183,"Date":"12/7/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":882,"Cost":790,"Date":"12/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":253,"Date":"1/6/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":330,"Cost":254,"Date":"1/23/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":964,"Cost":605,"Date":"2/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":137,"Cost":107,"Date":"3/10/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":508,"Date":"3/12/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":515,"Cost":344,"Date":"3/31/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":444,"Cost":393,"Date":"6/16/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":402,"Date":"6/17/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":29,"Cost":28,"Date":"8/27/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":942,"Cost":768,"Date":"10/1/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":430,"Cost":289,"Date":"11/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":254,"Cost":183,"Date":"11/9/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":91,"Cost":61,"Date":"3/27/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":333,"Cost":273,"Date":"4/17/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":326,"Cost":220,"Date":"8/11/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":727,"Cost":480,"Date":"8/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":330,"Cost":226,"Date":"9/2/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":52,"Cost":34,"Date":"9/5/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":831,"Cost":549,"Date":"9/14/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":985,"Cost":535,"Date":"9/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":38,"Cost":35,"Date":"11/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":675,"Cost":392,"Date":"12/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":845,"Cost":760,"Date":"1/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":524,"Cost":386,"Date":"1/21/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":461,"Cost":260,"Date":"2/9/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":712,"Cost":491,"Date":"3/19/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":602,"Cost":324,"Date":"4/3/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":243,"Cost":138,"Date":"4/5/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":785,"Cost":733,"Date":"4/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":491,"Cost":460,"Date":"7/10/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":363,"Cost":340,"Date":"3/25/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":161,"Cost":82,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":755,"Cost":579,"Date":"10/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":227,"Cost":122,"Date":"3/2/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":177,"Cost":152,"Date":"6/28/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":852,"Cost":512,"Date":"7/17/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":923,"Cost":579,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":278,"Cost":219,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":64,"Cost":40,"Date":"11/20/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":331,"Cost":167,"Date":"12/16/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":325,"Cost":243,"Date":"12/30/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":548,"Cost":463,"Date":"2/15/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":719,"Cost":359,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":510,"Cost":277,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":93,"Cost":59,"Date":"4/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":35,"Cost":26,"Date":"7/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":321,"Cost":188,"Date":"8/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":436,"Cost":393,"Date":"10/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":40,"Cost":23,"Date":"11/11/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":475,"Cost":320,"Date":"11/30/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":99,"Cost":93,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":594,"Cost":353,"Date":"3/1/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":34,"Cost":19,"Date":"4/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":898,"Cost":784,"Date":"5/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":629,"Cost":425,"Date":"8/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":611,"Cost":432,"Date":"9/15/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":257,"Cost":139,"Date":"10/14/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":793,"Cost":559,"Date":"10/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":112,"Cost":71,"Date":"11/11/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":65,"Cost":42,"Date":"12/7/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":327,"Cost":195,"Date":"12/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":508,"Cost":354,"Date":"1/6/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":591,"Cost":423,"Date":"1/23/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":679,"Cost":540,"Date":"2/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":148,"Cost":110,"Date":"3/10/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":773,"Cost":431,"Date":"3/12/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":677,"Cost":607,"Date":"3/31/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":228,"Cost":213,"Date":"6/16/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":827,"Cost":567,"Date":"6/17/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":692,"Cost":432,"Date":"8/27/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":475,"Cost":391,"Date":"10/1/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":357,"Cost":188,"Date":"11/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":948,"Cost":615,"Date":"11/9/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":276,"Cost":157,"Date":"3/27/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":822,"Cost":654,"Date":"4/17/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":350,"Date":"8/11/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":889,"Cost":742,"Date":"8/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":50,"Cost":41,"Date":"9/2/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":391,"Cost":253,"Date":"9/5/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":790,"Cost":684,"Date":"9/14/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":600,"Cost":522,"Date":"9/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":497,"Cost":283,"Date":"11/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":119,"Date":"12/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":530,"Cost":412,"Date":"1/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":304,"Cost":272,"Date":"1/21/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":671,"Cost":462,"Date":"2/9/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":354,"Date":"3/19/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":848,"Cost":520,"Date":"4/3/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":107,"Date":"4/5/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":84,"Date":"4/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":766,"Cost":442,"Date":"7/10/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":323,"Date":"3/25/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":76,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":846,"Cost":610,"Date":"10/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":418,"Date":"3/2/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":283,"Date":"6/28/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":546,"Cost":458,"Date":"7/17/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":476,"Cost":392,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":90,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":540,"Date":"11/20/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":595,"Cost":300,"Date":"12/16/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":706,"Cost":463,"Date":"12/30/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":230,"Date":"2/15/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":991,"Cost":510,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":37,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":949,"Cost":850,"Date":"4/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":770,"Cost":470,"Date":"7/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":313,"Cost":273,"Date":"8/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":733,"Cost":436,"Date":"10/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":63,"Date":"11/11/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":455,"Date":"11/30/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":451,"Cost":403,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":109,"Cost":62,"Date":"3/1/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":699,"Cost":403,"Date":"4/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":613,"Cost":356,"Date":"5/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":724,"Cost":377,"Date":"8/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":695,"Cost":647,"Date":"9/15/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":759,"Cost":548,"Date":"10/14/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":707,"Cost":651,"Date":"10/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":6,"Date":"11/11/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":965,"Cost":663,"Date":"12/7/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":15,"Date":"12/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":285,"Date":"1/6/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":458,"Cost":279,"Date":"1/23/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":31,"Cost":27,"Date":"2/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":622,"Cost":545,"Date":"3/10/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":988,"Cost":496,"Date":"3/12/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":332,"Cost":220,"Date":"3/31/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":375,"Cost":213,"Date":"6/16/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":567,"Cost":333,"Date":"6/17/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":904,"Cost":483,"Date":"8/27/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":772,"Cost":508,"Date":"10/1/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":172,"Cost":149,"Date":"11/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":405,"Date":"11/9/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":393,"Date":"3/27/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":298,"Cost":160,"Date":"4/17/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":625,"Cost":394,"Date":"8/11/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":723,"Cost":521,"Date":"8/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":213,"Cost":200,"Date":"9/2/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":576,"Date":"9/5/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":236,"Date":"9/14/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":499,"Date":"9/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":691,"Cost":591,"Date":"11/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":100,"Cost":76,"Date":"12/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":780,"Cost":399,"Date":"1/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":852,"Cost":742,"Date":"1/21/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":488,"Date":"2/9/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":228,"Date":"3/19/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":536,"Cost":288,"Date":"4/3/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":354,"Cost":316,"Date":"4/5/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":731,"Cost":385,"Date":"4/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":188,"Date":"7/10/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":186,"Cost":131,"Date":"3/25/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":203,"Cost":133,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":279,"Cost":217,"Date":"10/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":960,"Cost":699,"Date":"3/2/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":833,"Cost":600,"Date":"6/28/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":226,"Date":"7/17/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":79,"Cost":54,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":380,"Cost":194,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":287,"Cost":181,"Date":"11/20/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":90,"Cost":53,"Date":"12/16/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":364,"Cost":328,"Date":"12/30/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":746,"Cost":401,"Date":"2/15/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":758,"Cost":585,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":305,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":208,"Cost":189,"Date":"4/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":146,"Cost":82,"Date":"7/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":296,"Cost":224,"Date":"8/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":6,"Date":"10/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":41,"Date":"11/11/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":69,"Cost":61,"Date":"11/30/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":1,"Cost":1,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":213,"Cost":144,"Date":"3/1/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":583,"Cost":425,"Date":"4/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":194,"Cost":108,"Date":"5/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":327,"Cost":301,"Date":"8/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":820,"Cost":687,"Date":"9/15/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":484,"Cost":346,"Date":"10/14/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":899,"Cost":521,"Date":"10/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":38,"Cost":20,"Date":"11/11/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":649,"Cost":604,"Date":"12/7/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":784,"Cost":496,"Date":"12/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":716,"Cost":641,"Date":"1/6/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":953,"Cost":781,"Date":"1/23/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":508,"Cost":287,"Date":"2/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":758,"Cost":507,"Date":"3/10/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":819,"Cost":677,"Date":"3/12/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":639,"Cost":469,"Date":"3/31/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":42,"Cost":28,"Date":"6/16/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":785,"Cost":437,"Date":"6/17/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":21,"Cost":14,"Date":"8/27/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":348,"Cost":280,"Date":"10/1/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":447,"Cost":268,"Date":"11/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":673,"Cost":473,"Date":"11/9/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":217,"Cost":110,"Date":"3/27/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":904,"Cost":485,"Date":"4/17/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":915,"Cost":717,"Date":"8/11/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":783,"Cost":552,"Date":"8/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":83,"Cost":61,"Date":"9/2/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":86,"Cost":64,"Date":"9/5/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":273,"Cost":211,"Date":"9/14/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":899,"Cost":732,"Date":"9/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":199,"Cost":161,"Date":"11/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":887,"Cost":713,"Date":"12/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":756,"Cost":651,"Date":"1/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":872,"Cost":615,"Date":"1/21/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":22,"Cost":16,"Date":"2/9/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":256,"Cost":150,"Date":"3/19/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":661,"Cost":509,"Date":"4/3/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":467,"Cost":271,"Date":"4/5/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":470,"Cost":271,"Date":"4/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":55,"Cost":43,"Date":"7/10/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":869,"Cost":797,"Date":"3/25/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":506,"Cost":455,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":282,"Cost":217,"Date":"10/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":175,"Cost":166,"Date":"3/2/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":407,"Cost":370,"Date":"6/28/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":236,"Cost":127,"Date":"7/17/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":919,"Cost":808,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":596,"Cost":423,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":763,"Cost":437,"Date":"11/20/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":164,"Cost":91,"Date":"12/16/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":971,"Cost":757,"Date":"12/30/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":387,"Cost":361,"Date":"2/15/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":363,"Cost":250,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":96,"Cost":82,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":202,"Cost":111,"Date":"4/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":284,"Cost":251,"Date":"7/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":413,"Cost":340,"Date":"8/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":607,"Cost":503,"Date":"10/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":918,"Cost":591,"Date":"11/11/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":117,"Cost":98,"Date":"11/30/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":954,"Cost":612,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":671,"Cost":466,"Date":"3/1/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":496,"Cost":376,"Date":"4/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":943,"Cost":845,"Date":"5/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":853,"Cost":668,"Date":"8/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":820,"Cost":759,"Date":"9/15/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":112,"Cost":56,"Date":"10/14/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":597,"Cost":399,"Date":"10/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":817,"Cost":466,"Date":"11/11/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":793,"Cost":634,"Date":"12/7/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":847,"Cost":804,"Date":"12/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":590,"Cost":329,"Date":"1/6/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":538,"Cost":440,"Date":"1/23/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":810,"Cost":517,"Date":"2/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":715,"Cost":533,"Date":"3/10/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":180,"Cost":113,"Date":"3/12/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":472,"Cost":428,"Date":"3/31/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":522,"Cost":437,"Date":"6/16/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":198,"Cost":120,"Date":"6/17/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":901,"Cost":557,"Date":"8/27/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":318,"Cost":260,"Date":"10/1/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":445,"Cost":233,"Date":"11/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":565,"Cost":512,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":729,"Cost":536,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":804,"Cost":444,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":666,"Cost":513,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":499,"Cost":387,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":843,"Cost":590,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":441,"Cost":347,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":567,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":581,"Cost":505,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":160,"Cost":118,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":405,"Cost":292,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":442,"Cost":315,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":405,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":390,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":724,"Cost":448,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":881,"Cost":464,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":222,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":598,"Cost":533,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":226,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":184,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":237,"Cost":146,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":224,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":368,"Cost":302,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":327,"Cost":291,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":473,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":758,"Cost":553,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":133,"Cost":72,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":613,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":251,"Cost":239,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":113,"Cost":105,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":234,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":139,"Cost":78,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":546,"Cost":293,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":81,"Cost":69,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":918,"Cost":697,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":277,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":813,"Cost":556,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":321,"Cost":258,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":236,"Cost":181,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":225,"Cost":118,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":988,"Cost":757,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":952,"Cost":719,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":10,"Cost":5,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":119,"Cost":100,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":537,"Cost":445,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":152,"Cost":133,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":382,"Cost":289,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":988,"Cost":610,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":402,"Cost":262,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":618,"Cost":483,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":980,"Cost":549,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":591,"Cost":443,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":657,"Cost":482,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":360,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":18,"Cost":10,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":490,"Cost":281,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":117,"Cost":97,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":357,"Cost":281,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":338,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":144,"Cost":111,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":438,"Cost":270,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":362,"Cost":287,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":59,"Cost":49,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":423,"Cost":294,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":653,"Cost":406,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":452,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":56,"Cost":36,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":952,"Cost":800,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":420,"Cost":350,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":231,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":307,"Cost":155,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":369,"Cost":208,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":390,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":299,"Cost":277,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":764,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":874,"Cost":701,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":742,"Cost":665,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":483,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":726,"Cost":480,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":508,"Cost":351,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":334,"Cost":246,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":934,"Cost":616,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":176,"Cost":97,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":817,"Cost":471,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":620,"Cost":463,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":703,"Cost":623,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":70,"Cost":43,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":129,"Cost":120,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":61,"Cost":53,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":553,"Cost":445,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":550,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":577,"Cost":537,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":320,"Cost":271,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":795,"Cost":690,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":954,"Cost":733,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":3,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":87,"Cost":66,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":747,"Cost":529,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":376,"Cost":312,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":274,"Cost":250,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":964,"Cost":584,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":83,"Cost":69,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":995,"Cost":845,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":42,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":37,"Cost":28,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":582,"Cost":375,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":267,"Cost":142,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":715,"Cost":439,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":266,"Cost":182,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":171,"Cost":93,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":712,"Cost":595,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":997,"Cost":701,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":756,"Cost":650,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":19,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":604,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":187,"Cost":107,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":616,"Cost":484,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":455,"Cost":399,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":986,"Cost":721,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":333,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":915,"Cost":836,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":843,"Cost":544,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":661,"Cost":556,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":275,"Cost":180,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":438,"Cost":258,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":867,"Cost":601,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":850,"Cost":730,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":783,"Cost":653,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":308,"Cost":222,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":646,"Cost":593,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":993,"Cost":518,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":938,"Cost":584,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":17,"Cost":13,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":13,"Cost":10,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":857,"Cost":503,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":196,"Cost":116,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":731,"Cost":531,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":940,"Cost":863,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":861,"Cost":608,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":343,"Cost":223,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":422,"Cost":273,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":522,"Cost":329,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":356,"Cost":274,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":373,"Cost":287,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":513,"Cost":329,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":629,"Cost":559,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":618,"Cost":531,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":743,"Cost":419,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":486,"Cost":435,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":910,"Cost":664,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":415,"Cost":319,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":771,"Cost":647,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":665,"Cost":585,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":745,"Cost":518,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":201,"Cost":113,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":489,"Cost":301,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":881,"Cost":694,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":982,"Cost":862,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":325,"Cost":243,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":932,"Cost":846,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":838,"Cost":513,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":108,"Cost":89,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":355,"Cost":254,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":43,"Cost":35,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":594,"Cost":471,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":994,"Cost":659,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":617,"Cost":416,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":638,"Cost":391,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":804,"Cost":683,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":62,"Cost":38,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":264,"Cost":249,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":783,"Cost":559,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":495,"Cost":454,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":603,"Cost":397,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":618,"Cost":446,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":306,"Cost":254,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":438,"Cost":372,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":101,"Cost":78,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":399,"Cost":298,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":40,"Cost":24,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":613,"Cost":476,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":584,"Cost":429,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":241,"Cost":223,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":52,"Cost":35,"Date":"11/9/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":454,"Date":"3/27/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":232,"Cost":175,"Date":"4/17/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":621,"Cost":437,"Date":"8/11/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":916,"Cost":867,"Date":"8/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":367,"Cost":256,"Date":"9/2/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":944,"Cost":641,"Date":"9/5/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":952,"Cost":479,"Date":"9/14/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":797,"Cost":476,"Date":"9/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":79,"Cost":69,"Date":"11/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":442,"Cost":387,"Date":"12/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":267,"Cost":245,"Date":"1/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":534,"Date":"1/21/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":967,"Cost":556,"Date":"2/9/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":777,"Cost":591,"Date":"3/19/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":147,"Cost":86,"Date":"4/3/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":52,"Cost":33,"Date":"4/5/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":584,"Cost":333,"Date":"4/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":574,"Cost":462,"Date":"7/10/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":4,"Date":"3/25/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":466,"Cost":315,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":841,"Cost":525,"Date":"10/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":301,"Date":"3/2/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":803,"Cost":473,"Date":"6/28/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":872,"Date":"7/17/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":818,"Cost":443,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":43,"Cost":29,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":212,"Date":"11/20/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":96,"Date":"12/16/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":339,"Cost":271,"Date":"12/30/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":25,"Cost":18,"Date":"2/15/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":358,"Cost":225,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":384,"Cost":214,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":250,"Cost":166,"Date":"4/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":275,"Cost":232,"Date":"7/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":700,"Cost":434,"Date":"8/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":458,"Cost":382,"Date":"10/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":625,"Cost":322,"Date":"11/11/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":77,"Cost":66,"Date":"11/30/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":782,"Cost":542,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":211,"Date":"3/1/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":182,"Cost":128,"Date":"4/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":490,"Cost":259,"Date":"5/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":489,"Cost":251,"Date":"8/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":70,"Cost":46,"Date":"9/15/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":993,"Cost":896,"Date":"10/14/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":658,"Cost":496,"Date":"10/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":820,"Cost":769,"Date":"11/11/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":609,"Cost":383,"Date":"12/7/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":76,"Date":"12/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":267,"Cost":166,"Date":"1/6/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":639,"Cost":582,"Date":"1/23/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":222,"Cost":202,"Date":"2/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":581,"Date":"3/10/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":800,"Cost":482,"Date":"3/12/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":120,"Cost":103,"Date":"3/31/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":641,"Cost":573,"Date":"6/16/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":426,"Cost":243,"Date":"6/17/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":826,"Cost":705,"Date":"8/27/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":317,"Cost":250,"Date":"10/1/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":904,"Cost":764,"Date":"11/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":583,"Cost":399,"Date":"11/9/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":502,"Cost":460,"Date":"3/27/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":12,"Cost":10,"Date":"4/17/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":99,"Cost":63,"Date":"8/11/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":226,"Cost":213,"Date":"8/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":406,"Cost":338,"Date":"9/2/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":338,"Cost":176,"Date":"9/5/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":341,"Cost":218,"Date":"9/14/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":516,"Date":"9/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":689,"Cost":493,"Date":"11/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":162,"Cost":115,"Date":"12/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":225,"Cost":128,"Date":"1/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":632,"Cost":567,"Date":"1/21/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":673,"Cost":583,"Date":"2/9/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":3,"Cost":2,"Date":"3/19/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":582,"Cost":396,"Date":"4/3/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":36,"Cost":29,"Date":"4/5/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":42,"Cost":40,"Date":"4/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":201,"Date":"7/10/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":464,"Cost":235,"Date":"3/25/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":412,"Cost":215,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":62,"Cost":43,"Date":"10/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":882,"Cost":504,"Date":"3/2/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":329,"Cost":295,"Date":"6/28/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":473,"Date":"7/17/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":610,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":140,"Cost":79,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":32,"Cost":21,"Date":"11/20/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":473,"Cost":364,"Date":"12/16/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":130,"Date":"12/30/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":274,"Cost":205,"Date":"2/15/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":482,"Cost":316,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":846,"Cost":691,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":461,"Date":"4/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":924,"Cost":655,"Date":"7/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":345,"Date":"8/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":123,"Date":"10/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":363,"Date":"11/11/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":30,"Cost":23,"Date":"11/30/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":356,"Cost":268,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":546,"Date":"3/1/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":760,"Cost":425,"Date":"4/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":440,"Cost":306,"Date":"5/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":847,"Cost":774,"Date":"8/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":261,"Date":"9/15/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":56,"Cost":28,"Date":"10/14/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":530,"Date":"10/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":239,"Cost":122,"Date":"11/11/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":327,"Cost":228,"Date":"12/7/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":72,"Date":"12/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":88,"Cost":62,"Date":"1/6/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":678,"Date":"1/23/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":828,"Cost":448,"Date":"2/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":341,"Cost":258,"Date":"3/10/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":20,"Cost":14,"Date":"3/12/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":847,"Cost":481,"Date":"3/31/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":789,"Cost":426,"Date":"6/16/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":187,"Cost":171,"Date":"6/17/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":948,"Cost":516,"Date":"8/27/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":400,"Date":"10/1/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":760,"Cost":515,"Date":"11/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":400,"Date":"11/9/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":270,"Date":"3/27/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":37,"Date":"4/17/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":748,"Date":"8/11/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":35,"Cost":24,"Date":"8/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":976,"Cost":883,"Date":"9/2/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":745,"Cost":539,"Date":"9/5/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":590,"Cost":383,"Date":"9/14/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":774,"Cost":459,"Date":"9/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":201,"Cost":145,"Date":"11/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":117,"Date":"12/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":541,"Cost":353,"Date":"1/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":420,"Cost":228,"Date":"1/21/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":664,"Cost":508,"Date":"2/9/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":24,"Cost":19,"Date":"3/19/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":232,"Cost":207,"Date":"4/3/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":497,"Date":"4/5/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":312,"Cost":218,"Date":"4/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":416,"Date":"7/10/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":341,"Cost":269,"Date":"3/25/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":933,"Cost":780,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":383,"Cost":219,"Date":"10/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":214,"Cost":158,"Date":"3/2/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":468,"Cost":257,"Date":"6/28/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":617,"Cost":546,"Date":"7/17/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":669,"Cost":552,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":602,"Cost":443,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":377,"Cost":282,"Date":"11/20/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":847,"Cost":498,"Date":"12/16/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":182,"Date":"12/30/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":449,"Cost":366,"Date":"2/15/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":90,"Cost":50,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":248,"Cost":149,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":258,"Cost":133,"Date":"4/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":741,"Cost":446,"Date":"7/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":559,"Cost":450,"Date":"8/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":106,"Date":"10/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":566,"Cost":514,"Date":"11/11/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":39,"Cost":32,"Date":"11/30/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":203,"Cost":174,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":166,"Cost":128,"Date":"3/1/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":756,"Cost":602,"Date":"4/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":176,"Cost":91,"Date":"5/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":3,"Date":"8/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":758,"Cost":658,"Date":"9/15/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":548,"Cost":306,"Date":"10/14/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":876,"Cost":823,"Date":"10/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":873,"Cost":477,"Date":"11/11/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":890,"Cost":579,"Date":"12/7/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":527,"Cost":282,"Date":"12/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":553,"Date":"1/6/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":745,"Cost":377,"Date":"1/23/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":622,"Cost":525,"Date":"2/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":1,"Date":"3/10/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":15,"Date":"3/12/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":984,"Cost":828,"Date":"3/31/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":409,"Cost":230,"Date":"6/16/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":461,"Cost":321,"Date":"6/17/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":335,"Cost":247,"Date":"8/27/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":424,"Cost":251,"Date":"10/1/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":807,"Cost":516,"Date":"11/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":488,"Cost":447,"Date":"11/9/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":13,"Date":"3/27/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":83,"Cost":43,"Date":"4/17/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":913,"Cost":543,"Date":"8/11/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":59,"Date":"8/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":72,"Date":"9/2/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":450,"Cost":423,"Date":"9/5/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":218,"Date":"9/14/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":62,"Cost":56,"Date":"9/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":74,"Date":"11/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":981,"Cost":875,"Date":"12/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":50,"Date":"1/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":387,"Date":"1/21/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":429,"Date":"2/9/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":698,"Cost":528,"Date":"3/19/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":416,"Date":"4/3/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":894,"Cost":639,"Date":"4/5/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":207,"Cost":138,"Date":"4/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":168,"Cost":106,"Date":"7/10/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":12,"Cost":10,"Date":"3/25/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":373,"Cost":340,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":774,"Cost":561,"Date":"10/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":704,"Cost":426,"Date":"3/2/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":397,"Cost":371,"Date":"6/28/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":441,"Date":"7/17/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":157,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":301,"Cost":243,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":436,"Cost":401,"Date":"11/20/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":516,"Cost":416,"Date":"12/16/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":320,"Cost":236,"Date":"12/30/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":260,"Date":"2/15/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":785,"Cost":477,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":260,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":490,"Cost":445,"Date":"4/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":587,"Cost":487,"Date":"7/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":400,"Cost":357,"Date":"8/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":163,"Cost":142,"Date":"10/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":218,"Cost":111,"Date":"11/11/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":898,"Cost":542,"Date":"11/30/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":13,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":412,"Cost":337,"Date":"3/1/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":429,"Cost":232,"Date":"4/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":117,"Cost":73,"Date":"5/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":50,"Cost":32,"Date":"8/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":671,"Cost":508,"Date":"9/15/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":480,"Cost":287,"Date":"10/14/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":563,"Date":"10/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":833,"Cost":769,"Date":"11/11/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":73,"Cost":47,"Date":"12/7/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":580,"Cost":343,"Date":"12/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":604,"Cost":360,"Date":"1/6/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":592,"Cost":559,"Date":"1/23/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":536,"Cost":455,"Date":"2/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":771,"Cost":430,"Date":"3/10/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":517,"Date":"3/12/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":686,"Cost":444,"Date":"3/31/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":287,"Cost":183,"Date":"6/16/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":206,"Date":"6/17/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":121,"Cost":60,"Date":"8/27/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":143,"Cost":85,"Date":"10/1/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":94,"Cost":57,"Date":"11/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":30,"Date":"11/9/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":419,"Cost":228,"Date":"3/27/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":314,"Cost":169,"Date":"4/17/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":162,"Cost":150,"Date":"8/11/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":282,"Cost":156,"Date":"8/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":449,"Date":"9/2/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":523,"Cost":370,"Date":"9/5/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":477,"Cost":442,"Date":"9/14/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":535,"Cost":432,"Date":"9/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":35,"Cost":20,"Date":"11/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":854,"Cost":480,"Date":"12/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":849,"Cost":563,"Date":"1/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":565,"Cost":335,"Date":"1/21/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":968,"Cost":490,"Date":"2/9/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":801,"Cost":568,"Date":"3/19/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":712,"Cost":428,"Date":"4/3/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":162,"Cost":147,"Date":"4/5/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":60,"Cost":49,"Date":"4/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":383,"Date":"7/10/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":739,"Cost":606,"Date":"3/25/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":280,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":271,"Cost":153,"Date":"10/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":320,"Date":"3/2/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":61,"Cost":38,"Date":"6/28/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":470,"Date":"7/17/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":676,"Cost":563,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":727,"Cost":520,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":870,"Cost":577,"Date":"11/20/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":414,"Cost":309,"Date":"12/16/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":108,"Date":"12/30/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":13,"Cost":9,"Date":"2/15/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":61,"Cost":31,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":703,"Cost":617,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":181,"Cost":125,"Date":"4/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":591,"Date":"7/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":451,"Cost":405,"Date":"8/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":353,"Cost":271,"Date":"10/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":522,"Date":"11/11/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":357,"Date":"11/30/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":481,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":639,"Cost":329,"Date":"3/1/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":422,"Date":"4/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":423,"Cost":242,"Date":"5/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":838,"Cost":636,"Date":"8/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":574,"Cost":353,"Date":"9/15/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":695,"Cost":587,"Date":"10/14/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":473,"Cost":344,"Date":"10/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":359,"Cost":183,"Date":"11/11/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":354,"Date":"12/7/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":643,"Cost":594,"Date":"12/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":430,"Cost":371,"Date":"1/6/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":674,"Date":"1/23/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":145,"Date":"2/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":553,"Date":"3/10/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":560,"Cost":424,"Date":"3/12/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":299,"Cost":214,"Date":"3/31/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":655,"Date":"6/16/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":974,"Cost":840,"Date":"6/17/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":637,"Cost":528,"Date":"8/27/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":631,"Date":"10/1/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":211,"Cost":126,"Date":"11/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":167,"Cost":112,"Date":"11/9/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":544,"Cost":401,"Date":"3/27/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":691,"Cost":589,"Date":"4/17/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":163,"Cost":113,"Date":"8/11/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":924,"Cost":877,"Date":"8/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":364,"Cost":195,"Date":"9/2/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":262,"Cost":163,"Date":"9/5/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":408,"Cost":291,"Date":"9/14/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":415,"Date":"9/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":21,"Date":"11/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":889,"Cost":721,"Date":"12/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":744,"Cost":644,"Date":"1/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":474,"Cost":269,"Date":"1/21/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":475,"Cost":392,"Date":"2/9/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":605,"Cost":471,"Date":"3/19/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":144,"Cost":87,"Date":"4/3/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":782,"Cost":424,"Date":"4/5/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":799,"Cost":745,"Date":"4/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":124,"Cost":86,"Date":"7/10/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":881,"Cost":545,"Date":"3/25/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":702,"Cost":499,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":120,"Cost":62,"Date":"10/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":291,"Cost":225,"Date":"3/2/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":903,"Cost":787,"Date":"6/28/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":264,"Cost":165,"Date":"7/17/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":773,"Cost":466,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":333,"Cost":293,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":487,"Date":"11/20/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":407,"Cost":270,"Date":"12/16/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":460,"Cost":338,"Date":"12/30/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":84,"Cost":69,"Date":"2/15/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":829,"Cost":697,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":110,"Cost":80,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":783,"Cost":403,"Date":"4/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":630,"Cost":518,"Date":"7/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":965,"Cost":828,"Date":"8/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":443,"Cost":419,"Date":"10/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":175,"Date":"11/11/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":316,"Cost":203,"Date":"11/30/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":847,"Cost":778,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":742,"Cost":445,"Date":"3/1/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":662,"Cost":456,"Date":"4/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":456,"Cost":304,"Date":"5/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":78,"Cost":41,"Date":"8/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":366,"Cost":274,"Date":"9/15/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":132,"Date":"10/14/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":74,"Cost":69,"Date":"10/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":684,"Cost":403,"Date":"11/11/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":173,"Cost":141,"Date":"12/7/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":811,"Cost":633,"Date":"12/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":224,"Cost":200,"Date":"1/6/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":764,"Cost":671,"Date":"1/23/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":906,"Cost":471,"Date":"2/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":538,"Cost":301,"Date":"3/10/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":375,"Date":"3/12/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":435,"Date":"3/31/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":391,"Cost":362,"Date":"6/16/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":425,"Cost":387,"Date":"6/17/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":58,"Cost":29,"Date":"8/27/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":794,"Cost":685,"Date":"10/1/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":372,"Date":"11/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":362,"Cost":271,"Date":"11/9/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":356,"Cost":306,"Date":"3/27/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":884,"Cost":770,"Date":"4/17/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":120,"Date":"8/11/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":650,"Cost":463,"Date":"8/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":778,"Cost":706,"Date":"9/2/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":292,"Cost":196,"Date":"9/5/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":673,"Cost":374,"Date":"9/14/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":560,"Cost":318,"Date":"9/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":412,"Cost":288,"Date":"11/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":420,"Cost":290,"Date":"12/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":864,"Cost":636,"Date":"1/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":45,"Date":"1/21/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":299,"Date":"2/9/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":924,"Cost":778,"Date":"3/19/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":691,"Cost":364,"Date":"4/3/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":27,"Cost":18,"Date":"4/5/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":415,"Date":"4/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":127,"Cost":110,"Date":"7/10/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":193,"Cost":153,"Date":"3/25/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":474,"Cost":426,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":527,"Cost":347,"Date":"10/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":383,"Cost":253,"Date":"3/2/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":131,"Cost":103,"Date":"6/28/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":620,"Date":"7/17/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":495,"Cost":408,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":421,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":447,"Cost":373,"Date":"11/20/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":449,"Cost":351,"Date":"12/16/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":362,"Cost":258,"Date":"12/30/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":958,"Cost":677,"Date":"2/15/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":499,"Cost":428,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":993,"Cost":807,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":100,"Cost":68,"Date":"4/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":900,"Cost":827,"Date":"7/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":996,"Cost":632,"Date":"8/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":262,"Cost":241,"Date":"10/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":65,"Cost":48,"Date":"11/11/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":313,"Cost":235,"Date":"11/30/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":402,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":111,"Cost":62,"Date":"3/1/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":530,"Date":"4/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":726,"Cost":423,"Date":"5/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":332,"Date":"8/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":40,"Cost":35,"Date":"9/15/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":785,"Cost":564,"Date":"10/14/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":461,"Cost":347,"Date":"10/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":935,"Cost":523,"Date":"11/11/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":464,"Cost":337,"Date":"12/7/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":390,"Cost":277,"Date":"12/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":180,"Cost":92,"Date":"1/6/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":909,"Cost":760,"Date":"1/23/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":215,"Cost":160,"Date":"2/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":479,"Cost":244,"Date":"3/10/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":176,"Cost":134,"Date":"3/12/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":29,"Cost":25,"Date":"3/31/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":999,"Cost":922,"Date":"6/16/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":133,"Cost":92,"Date":"6/17/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":286,"Cost":158,"Date":"8/27/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":218,"Cost":145,"Date":"10/1/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":39,"Cost":23,"Date":"11/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":832,"Cost":649,"Date":"11/9/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":461,"Cost":269,"Date":"3/27/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":129,"Cost":85,"Date":"4/17/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":407,"Cost":356,"Date":"8/11/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":300,"Cost":240,"Date":"8/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":192,"Cost":116,"Date":"9/2/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":731,"Cost":409,"Date":"9/5/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":15,"Cost":14,"Date":"9/14/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":667,"Cost":400,"Date":"9/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":796,"Cost":642,"Date":"11/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":644,"Cost":380,"Date":"12/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":119,"Cost":83,"Date":"1/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":448,"Cost":262,"Date":"1/21/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":824,"Cost":497,"Date":"2/9/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":749,"Cost":426,"Date":"3/19/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":691,"Cost":524,"Date":"4/3/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":111,"Cost":92,"Date":"4/5/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":683,"Cost":445,"Date":"4/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":724,"Cost":593,"Date":"7/10/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":133,"Cost":93,"Date":"3/25/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":562,"Cost":289,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":36,"Cost":32,"Date":"10/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":53,"Cost":31,"Date":"3/2/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":742,"Cost":497,"Date":"6/28/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":70,"Cost":56,"Date":"7/17/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":977,"Cost":770,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":231,"Cost":135,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":642,"Cost":539,"Date":"11/20/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":834,"Cost":540,"Date":"12/16/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":490,"Cost":248,"Date":"12/30/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":883,"Cost":472,"Date":"2/15/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":954,"Cost":856,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":524,"Cost":304,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":730,"Cost":648,"Date":"4/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":924,"Cost":784,"Date":"7/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":198,"Cost":101,"Date":"8/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":236,"Cost":220,"Date":"10/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":624,"Cost":549,"Date":"11/11/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":500,"Cost":284,"Date":"11/30/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":599,"Cost":501,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":145,"Cost":102,"Date":"3/1/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":149,"Cost":105,"Date":"4/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":761,"Cost":461,"Date":"5/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":770,"Cost":485,"Date":"8/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":422,"Cost":379,"Date":"9/15/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":527,"Cost":287,"Date":"10/14/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":175,"Cost":155,"Date":"10/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":566,"Cost":443,"Date":"11/11/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":148,"Cost":119,"Date":"12/7/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":882,"Cost":803,"Date":"12/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":672,"Cost":602,"Date":"1/6/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":925,"Cost":720,"Date":"1/23/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":153,"Cost":97,"Date":"2/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":881,"Cost":625,"Date":"3/10/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":274,"Cost":220,"Date":"3/12/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":969,"Cost":629,"Date":"3/31/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":965,"Cost":628,"Date":"6/16/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":509,"Cost":319,"Date":"6/17/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":936,"Cost":681,"Date":"8/27/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":453,"Cost":417,"Date":"10/1/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":376,"Cost":333,"Date":"11/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":200,"Cost":114,"Date":"11/9/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":218,"Cost":112,"Date":"3/27/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":8,"Cost":5,"Date":"4/17/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":771,"Cost":387,"Date":"8/11/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":933,"Cost":758,"Date":"8/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":629,"Cost":449,"Date":"9/2/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":812,"Cost":769,"Date":"9/5/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":878,"Cost":583,"Date":"9/14/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":219,"Cost":146,"Date":"9/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":15,"Cost":7,"Date":"11/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":943,"Cost":476,"Date":"12/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":441,"Cost":331,"Date":"1/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":314,"Cost":273,"Date":"1/21/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":390,"Cost":322,"Date":"2/9/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":817,"Cost":646,"Date":"3/19/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":596,"Cost":337,"Date":"4/3/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":42,"Cost":29,"Date":"4/5/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":488,"Cost":305,"Date":"4/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":165,"Cost":94,"Date":"7/10/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":761,"Cost":661,"Date":"3/25/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":497,"Cost":373,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":428,"Cost":325,"Date":"10/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":182,"Cost":169,"Date":"3/2/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":833,"Cost":582,"Date":"6/28/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":720,"Cost":680,"Date":"7/17/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":918,"Cost":601,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":205,"Cost":145,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":213,"Cost":138,"Date":"11/20/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":25,"Cost":16,"Date":"12/16/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":455,"Cost":374,"Date":"12/30/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":906,"Cost":612,"Date":"2/15/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":621,"Cost":440,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":201,"Cost":113,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":934,"Cost":711,"Date":"4/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":432,"Cost":400,"Date":"7/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":638,"Cost":575,"Date":"8/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":786,"Cost":540,"Date":"10/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":871,"Cost":752,"Date":"11/11/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":286,"Cost":173,"Date":"11/30/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":324,"Cost":294,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":428,"Cost":293,"Date":"3/1/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":476,"Cost":239,"Date":"4/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":695,"Cost":646,"Date":"5/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":817,"Cost":559,"Date":"8/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":837,"Cost":648,"Date":"9/15/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":519,"Cost":369,"Date":"10/14/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":319,"Cost":251,"Date":"10/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":693,"Cost":455,"Date":"11/11/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":75,"Cost":40,"Date":"12/7/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":247,"Cost":174,"Date":"12/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":184,"Cost":146,"Date":"1/6/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":741,"Cost":405,"Date":"1/23/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":144,"Cost":107,"Date":"2/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":297,"Cost":209,"Date":"3/10/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":721,"Cost":446,"Date":"3/12/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":20,"Cost":15,"Date":"3/31/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":585,"Cost":397,"Date":"6/16/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":90,"Cost":79,"Date":"6/17/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":102,"Cost":53,"Date":"8/27/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":667,"Cost":629,"Date":"10/1/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":760,"Cost":422,"Date":"11/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":390,"Cost":300,"Date":"11/9/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":403,"Cost":355,"Date":"3/27/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":722,"Cost":465,"Date":"4/17/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":673,"Cost":570,"Date":"8/11/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":722,"Cost":543,"Date":"8/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":392,"Cost":331,"Date":"9/2/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":893,"Cost":750,"Date":"9/5/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":592,"Cost":417,"Date":"9/14/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":731,"Cost":438,"Date":"9/20/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":540,"Cost":505,"Date":"11/20/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":388,"Cost":261,"Date":"12/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":863,"Cost":451,"Date":"1/7/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":82,"Cost":48,"Date":"1/21/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":709,"Cost":556,"Date":"2/9/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":173,"Cost":88,"Date":"3/19/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":712,"Cost":480,"Date":"4/3/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":130,"Date":"4/5/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":601,"Cost":320,"Date":"4/28/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":809,"Cost":443,"Date":"7/10/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":81,"Cost":48,"Date":"3/25/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":275,"Cost":211,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":658,"Cost":608,"Date":"10/28/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":305,"Cost":229,"Date":"3/2/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":312,"Cost":177,"Date":"6/28/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":159,"Cost":93,"Date":"7/17/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":113,"Cost":98,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":253,"Cost":127,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":371,"Cost":268,"Date":"11/20/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":738,"Cost":583,"Date":"12/16/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":607,"Cost":304,"Date":"12/30/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":276,"Cost":262,"Date":"2/15/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":196,"Cost":134,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":152,"Cost":93,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":376,"Date":"4/18/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":735,"Cost":569,"Date":"7/27/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":986,"Cost":704,"Date":"8/18/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":516,"Cost":276,"Date":"10/31/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":815,"Cost":613,"Date":"11/11/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":454,"Cost":254,"Date":"11/30/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":703,"Cost":519,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":490,"Date":"3/1/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":944,"Cost":825,"Date":"4/13/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":849,"Cost":649,"Date":"5/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":957,"Cost":636,"Date":"8/13/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":850,"Cost":613,"Date":"9/15/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":763,"Cost":694,"Date":"10/14/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":498,"Cost":422,"Date":"10/28/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":174,"Cost":144,"Date":"11/11/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":292,"Cost":239,"Date":"12/7/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":937,"Cost":538,"Date":"12/21/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":903,"Cost":593,"Date":"1/6/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":520,"Date":"1/23/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":182,"Date":"2/4/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":994,"Cost":625,"Date":"3/10/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":786,"Date":"3/12/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":449,"Date":"3/31/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":282,"Cost":158,"Date":"6/16/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":67,"Cost":45,"Date":"6/17/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":709,"Cost":356,"Date":"8/27/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":413,"Date":"10/1/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":684,"Cost":599,"Date":"11/4/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":578,"Cost":443,"Date":"11/9/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":370,"Date":"3/27/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":31,"Cost":19,"Date":"4/17/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":733,"Cost":692,"Date":"8/11/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":122,"Cost":68,"Date":"8/21/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":197,"Cost":166,"Date":"9/2/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":208,"Cost":160,"Date":"9/5/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":219,"Cost":177,"Date":"9/14/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":435,"Cost":413,"Date":"9/20/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":143,"Date":"11/20/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":85,"Cost":46,"Date":"12/21/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":863,"Cost":760,"Date":"1/7/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":442,"Cost":418,"Date":"1/21/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":38,"Cost":25,"Date":"2/9/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":130,"Cost":66,"Date":"3/19/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":681,"Date":"4/3/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":138,"Cost":94,"Date":"4/5/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":220,"Date":"4/28/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":805,"Cost":541,"Date":"7/10/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":840,"Date":"3/25/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":623,"Cost":502,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":720,"Cost":549,"Date":"10/28/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":451,"Cost":412,"Date":"3/2/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":77,"Cost":44,"Date":"6/28/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":115,"Cost":60,"Date":"7/17/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":205,"Cost":179,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":174,"Cost":92,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":436,"Cost":393,"Date":"11/20/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":723,"Cost":582,"Date":"12/16/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":73,"Cost":46,"Date":"12/30/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":367,"Date":"2/15/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":85,"Cost":69,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":93,"Cost":68,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":531,"Cost":444,"Date":"4/18/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":54,"Cost":46,"Date":"7/27/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":737,"Cost":588,"Date":"8/18/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":359,"Date":"10/31/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":580,"Cost":428,"Date":"11/11/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":28,"Cost":25,"Date":"11/30/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":390,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":705,"Cost":533,"Date":"3/1/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":849,"Cost":587,"Date":"4/13/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":330,"Cost":307,"Date":"5/20/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":740,"Cost":438,"Date":"8/13/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":700,"Cost":602,"Date":"9/15/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":763,"Cost":626,"Date":"10/14/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":224,"Cost":126,"Date":"10/28/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":321,"Cost":185,"Date":"11/11/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":176,"Cost":160,"Date":"12/7/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":527,"Cost":429,"Date":"12/21/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":360,"Date":"1/6/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":485,"Cost":278,"Date":"1/23/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":4,"Date":"2/4/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":24,"Cost":15,"Date":"3/10/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":295,"Cost":234,"Date":"3/12/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":612,"Cost":342,"Date":"3/31/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":111,"Cost":105,"Date":"6/16/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":861,"Cost":467,"Date":"6/17/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":561,"Date":"8/27/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":555,"Cost":391,"Date":"10/1/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":504,"Cost":268,"Date":"11/4/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":532,"Date":"11/9/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":261,"Cost":241,"Date":"3/27/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":246,"Cost":223,"Date":"4/17/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":682,"Date":"8/11/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":147,"Date":"8/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":150,"Cost":114,"Date":"9/2/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":20,"Cost":12,"Date":"9/5/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":281,"Cost":181,"Date":"9/14/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":309,"Date":"9/20/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":886,"Cost":557,"Date":"11/20/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":196,"Cost":164,"Date":"12/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":409,"Date":"1/7/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":910,"Cost":598,"Date":"1/21/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":271,"Cost":214,"Date":"2/9/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":551,"Date":"3/19/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":809,"Cost":608,"Date":"4/3/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":114,"Cost":102,"Date":"4/5/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":734,"Cost":672,"Date":"4/28/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":229,"Date":"7/10/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":56,"Cost":34,"Date":"3/25/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":436,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":988,"Cost":856,"Date":"10/28/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":224,"Cost":199,"Date":"3/2/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":441,"Cost":270,"Date":"6/28/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":116,"Cost":104,"Date":"7/17/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":280,"Cost":233,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":699,"Cost":617,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":349,"Cost":300,"Date":"11/20/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":523,"Cost":403,"Date":"12/16/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":62,"Cost":43,"Date":"12/30/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":669,"Date":"2/15/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":149,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":663,"Cost":629,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":402,"Cost":305,"Date":"4/18/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":104,"Cost":52,"Date":"7/27/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":700,"Cost":391,"Date":"8/18/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":608,"Cost":506,"Date":"10/31/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":285,"Cost":183,"Date":"11/11/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":66,"Cost":44,"Date":"11/30/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":209,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":70,"Date":"3/1/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":907,"Cost":674,"Date":"4/13/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":409,"Date":"5/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":510,"Cost":450,"Date":"8/13/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":340,"Cost":238,"Date":"9/15/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":914,"Cost":622,"Date":"10/14/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":909,"Cost":678,"Date":"10/28/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":190,"Cost":176,"Date":"11/11/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":577,"Date":"12/7/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":197,"Cost":119,"Date":"12/21/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":586,"Cost":373,"Date":"1/6/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":746,"Cost":546,"Date":"1/23/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":372,"Date":"2/4/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":334,"Cost":258,"Date":"3/10/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":646,"Cost":502,"Date":"3/12/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":367,"Cost":223,"Date":"3/31/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":499,"Cost":262,"Date":"6/16/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":687,"Cost":466,"Date":"6/17/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":66,"Date":"8/27/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":700,"Cost":569,"Date":"10/1/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":228,"Cost":168,"Date":"11/4/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":868,"Cost":588,"Date":"11/9/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":304,"Cost":198,"Date":"3/27/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":711,"Cost":450,"Date":"4/17/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":169,"Cost":149,"Date":"8/11/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":793,"Cost":678,"Date":"8/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":389,"Cost":202,"Date":"9/2/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":137,"Cost":114,"Date":"9/5/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":63,"Cost":35,"Date":"9/14/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":803,"Cost":628,"Date":"9/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":585,"Cost":443,"Date":"11/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":738,"Cost":665,"Date":"12/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":881,"Cost":509,"Date":"1/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":341,"Cost":262,"Date":"1/21/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":119,"Cost":112,"Date":"2/9/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":993,"Cost":759,"Date":"3/19/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":801,"Cost":425,"Date":"4/3/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":250,"Cost":146,"Date":"4/5/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":981,"Cost":900,"Date":"4/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":240,"Cost":218,"Date":"7/10/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":896,"Cost":712,"Date":"3/25/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":945,"Cost":815,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":898,"Cost":548,"Date":"10/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":34,"Cost":27,"Date":"3/2/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":981,"Cost":816,"Date":"6/28/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":69,"Cost":66,"Date":"7/17/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":894,"Cost":460,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":260,"Cost":186,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":235,"Cost":155,"Date":"11/20/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":738,"Cost":534,"Date":"12/16/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":284,"Cost":257,"Date":"12/30/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":213,"Cost":164,"Date":"2/15/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":635,"Cost":548,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":137,"Cost":105,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":888,"Cost":672,"Date":"4/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":418,"Cost":289,"Date":"7/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":164,"Cost":85,"Date":"8/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":50,"Cost":42,"Date":"10/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":210,"Cost":188,"Date":"11/11/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":57,"Cost":54,"Date":"11/30/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":588,"Cost":404,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":390,"Cost":216,"Date":"3/1/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":562,"Cost":318,"Date":"4/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":316,"Cost":220,"Date":"5/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":508,"Cost":445,"Date":"8/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":960,"Cost":802,"Date":"9/15/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":328,"Cost":182,"Date":"10/14/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":238,"Cost":146,"Date":"10/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":775,"Cost":421,"Date":"11/11/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":287,"Cost":214,"Date":"12/7/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":873,"Cost":795,"Date":"12/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":482,"Cost":392,"Date":"1/6/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":299,"Cost":174,"Date":"1/23/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":640,"Cost":504,"Date":"2/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":405,"Cost":233,"Date":"3/10/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":261,"Cost":181,"Date":"3/12/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":247,"Cost":194,"Date":"3/31/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":197,"Cost":104,"Date":"6/16/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":564,"Cost":372,"Date":"6/17/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":922,"Cost":794,"Date":"8/27/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":930,"Cost":736,"Date":"10/1/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":525,"Cost":360,"Date":"11/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":788,"Cost":554,"Date":"11/9/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":532,"Cost":311,"Date":"3/27/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":342,"Cost":198,"Date":"4/17/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":577,"Date":"8/11/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":380,"Cost":230,"Date":"8/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":231,"Cost":203,"Date":"9/2/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":520,"Date":"9/5/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":189,"Cost":122,"Date":"9/14/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":381,"Cost":205,"Date":"9/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":438,"Date":"11/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":98,"Date":"12/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":764,"Cost":402,"Date":"1/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":568,"Cost":533,"Date":"1/21/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":572,"Cost":373,"Date":"2/9/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":688,"Cost":467,"Date":"3/19/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":117,"Cost":80,"Date":"4/3/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":72,"Cost":41,"Date":"4/5/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":949,"Cost":840,"Date":"4/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":934,"Cost":733,"Date":"7/10/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":54,"Date":"3/25/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":789,"Cost":590,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":547,"Cost":336,"Date":"10/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":435,"Cost":319,"Date":"3/2/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":631,"Cost":588,"Date":"6/28/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":414,"Cost":374,"Date":"7/17/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":965,"Cost":778,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":199,"Cost":116,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":619,"Cost":582,"Date":"11/20/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":613,"Cost":554,"Date":"12/16/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":445,"Cost":412,"Date":"12/30/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":628,"Cost":379,"Date":"2/15/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":479,"Cost":261,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":57,"Cost":34,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":947,"Cost":719,"Date":"4/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":952,"Cost":779,"Date":"7/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":83,"Cost":68,"Date":"8/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":523,"Date":"10/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":285,"Cost":246,"Date":"11/11/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":32,"Cost":22,"Date":"11/30/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":403,"Cost":201,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":460,"Cost":283,"Date":"3/1/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":737,"Cost":375,"Date":"4/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":92,"Cost":51,"Date":"5/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":976,"Cost":797,"Date":"8/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":655,"Cost":544,"Date":"9/15/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":248,"Cost":172,"Date":"10/14/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":194,"Cost":146,"Date":"10/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":93,"Cost":57,"Date":"11/11/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":769,"Cost":386,"Date":"12/7/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":997,"Cost":879,"Date":"12/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":603,"Cost":360,"Date":"1/6/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":653,"Cost":490,"Date":"1/23/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":750,"Cost":600,"Date":"2/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":919,"Cost":821,"Date":"3/10/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":487,"Cost":463,"Date":"3/12/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":973,"Cost":520,"Date":"3/31/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":544,"Date":"6/16/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":604,"Cost":354,"Date":"6/17/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":993,"Cost":497,"Date":"8/27/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":330,"Cost":264,"Date":"10/1/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":697,"Cost":482,"Date":"11/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":153,"Cost":87,"Date":"11/9/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":454,"Cost":373,"Date":"3/27/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":431,"Cost":393,"Date":"4/17/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":76,"Cost":58,"Date":"8/11/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":18,"Date":"8/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":271,"Cost":214,"Date":"9/2/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":207,"Cost":127,"Date":"9/5/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":487,"Date":"9/14/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":386,"Date":"9/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":1,"Cost":1,"Date":"11/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":860,"Cost":478,"Date":"12/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":206,"Date":"1/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":485,"Cost":309,"Date":"1/21/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":50,"Cost":25,"Date":"2/9/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":152,"Date":"3/19/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":48,"Cost":25,"Date":"4/3/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":177,"Cost":159,"Date":"4/5/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":239,"Date":"4/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":120,"Cost":60,"Date":"7/10/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":104,"Cost":56,"Date":"3/25/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":768,"Cost":721,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":285,"Cost":222,"Date":"10/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":798,"Cost":402,"Date":"3/2/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":795,"Cost":589,"Date":"6/28/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":855,"Cost":768,"Date":"7/17/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":42,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":800,"Cost":552,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":273,"Cost":149,"Date":"11/20/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":715,"Cost":593,"Date":"12/16/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":217,"Date":"12/30/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":710,"Cost":406,"Date":"2/15/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":2,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":991,"Cost":826,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":197,"Date":"4/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":629,"Cost":349,"Date":"7/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":421,"Cost":360,"Date":"8/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":647,"Date":"10/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":480,"Cost":272,"Date":"11/11/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":895,"Cost":639,"Date":"11/30/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":283,"Cost":168,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":944,"Cost":497,"Date":"3/1/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":661,"Cost":391,"Date":"4/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":592,"Date":"5/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":547,"Date":"8/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":893,"Cost":510,"Date":"9/15/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":251,"Date":"10/14/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":612,"Cost":554,"Date":"10/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":177,"Date":"11/11/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":949,"Cost":613,"Date":"12/7/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":630,"Cost":466,"Date":"12/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":221,"Cost":194,"Date":"1/6/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":52,"Cost":48,"Date":"1/23/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":377,"Date":"2/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":494,"Date":"3/10/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":739,"Date":"3/12/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":863,"Cost":597,"Date":"3/31/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":359,"Date":"6/16/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":784,"Cost":589,"Date":"6/17/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":358,"Date":"8/27/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":245,"Cost":144,"Date":"10/1/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":209,"Cost":138,"Date":"11/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":745,"Cost":493,"Date":"11/9/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":670,"Cost":385,"Date":"3/27/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":154,"Date":"4/17/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":411,"Cost":328,"Date":"8/11/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":460,"Date":"8/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":901,"Cost":837,"Date":"9/2/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":851,"Cost":427,"Date":"9/5/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":379,"Cost":220,"Date":"9/14/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":50,"Cost":28,"Date":"9/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":166,"Cost":106,"Date":"11/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":33,"Date":"12/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":942,"Cost":659,"Date":"1/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":758,"Cost":641,"Date":"1/21/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":220,"Date":"2/9/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":626,"Date":"3/19/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":550,"Date":"4/3/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":451,"Cost":389,"Date":"4/5/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":379,"Cost":236,"Date":"4/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":171,"Cost":116,"Date":"7/10/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":419,"Cost":227,"Date":"3/25/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":441,"Cost":221,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":131,"Date":"10/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":974,"Cost":583,"Date":"3/2/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":688,"Date":"6/28/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":143,"Cost":87,"Date":"7/17/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":988,"Cost":809,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":249,"Cost":196,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":224,"Cost":123,"Date":"11/20/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":538,"Cost":483,"Date":"12/16/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":652,"Cost":412,"Date":"12/30/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":795,"Cost":615,"Date":"2/15/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":540,"Cost":410,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":175,"Cost":143,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":442,"Cost":232,"Date":"4/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":499,"Date":"7/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":368,"Cost":222,"Date":"8/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":404,"Date":"10/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":567,"Cost":420,"Date":"11/11/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":893,"Cost":706,"Date":"11/30/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":560,"Cost":457,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":232,"Cost":219,"Date":"3/1/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":475,"Cost":271,"Date":"4/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":645,"Cost":366,"Date":"5/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":963,"Cost":554,"Date":"8/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":816,"Date":"9/15/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":55,"Cost":27,"Date":"10/14/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":7,"Date":"10/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":410,"Cost":294,"Date":"11/11/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":377,"Date":"12/7/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":335,"Date":"12/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":283,"Cost":170,"Date":"1/6/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":264,"Cost":217,"Date":"1/23/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":951,"Cost":829,"Date":"2/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":570,"Cost":410,"Date":"3/10/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":759,"Cost":693,"Date":"3/12/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":435,"Cost":322,"Date":"3/31/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":201,"Date":"6/16/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":789,"Cost":516,"Date":"6/17/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":275,"Cost":253,"Date":"8/27/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":261,"Date":"10/1/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":413,"Cost":349,"Date":"11/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":268,"Cost":136,"Date":"11/9/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":510,"Cost":310,"Date":"3/27/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":175,"Cost":97,"Date":"4/17/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":348,"Cost":214,"Date":"8/11/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":645,"Cost":362,"Date":"8/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":290,"Cost":172,"Date":"9/2/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":608,"Cost":556,"Date":"9/5/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":46,"Cost":36,"Date":"9/14/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":208,"Cost":137,"Date":"9/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":565,"Cost":423,"Date":"11/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":58,"Date":"12/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":664,"Date":"1/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":236,"Cost":122,"Date":"1/21/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":696,"Date":"2/9/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":583,"Cost":425,"Date":"3/19/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":128,"Cost":116,"Date":"4/3/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":177,"Cost":94,"Date":"4/5/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":867,"Cost":524,"Date":"4/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":863,"Cost":594,"Date":"7/10/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":239,"Cost":175,"Date":"3/25/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":454,"Cost":295,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":324,"Cost":168,"Date":"10/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":779,"Cost":508,"Date":"3/2/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":371,"Cost":273,"Date":"6/28/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":20,"Cost":12,"Date":"7/17/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":29,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":717,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":517,"Cost":437,"Date":"11/20/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":553,"Cost":414,"Date":"12/16/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":314,"Cost":298,"Date":"12/30/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":188,"Cost":154,"Date":"2/15/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":604,"Cost":557,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":418,"Cost":274,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":993,"Cost":638,"Date":"4/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":45,"Cost":38,"Date":"7/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":200,"Date":"8/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":448,"Cost":240,"Date":"10/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":394,"Date":"11/11/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":502,"Cost":400,"Date":"11/30/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":402,"Cost":274,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":917,"Cost":805,"Date":"3/1/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":259,"Cost":185,"Date":"4/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":523,"Date":"5/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":493,"Cost":283,"Date":"8/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":689,"Date":"9/15/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":512,"Cost":368,"Date":"10/14/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":492,"Date":"10/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":717,"Cost":388,"Date":"11/11/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":320,"Cost":240,"Date":"12/7/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":289,"Cost":228,"Date":"12/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":803,"Cost":709,"Date":"1/6/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":792,"Cost":525,"Date":"1/23/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":784,"Cost":458,"Date":"2/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":303,"Cost":226,"Date":"3/10/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":637,"Cost":373,"Date":"3/12/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":407,"Date":"3/31/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":616,"Cost":376,"Date":"6/16/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":800,"Cost":565,"Date":"6/17/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":185,"Cost":147,"Date":"8/27/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":106,"Date":"10/1/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":721,"Cost":593,"Date":"11/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":507,"Cost":356,"Date":"11/9/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":479,"Date":"3/27/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":294,"Cost":255,"Date":"4/17/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":231,"Cost":128,"Date":"8/11/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":247,"Date":"8/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":524,"Cost":284,"Date":"9/2/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":529,"Cost":498,"Date":"9/5/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":240,"Date":"9/14/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":21,"Cost":16,"Date":"9/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":867,"Cost":470,"Date":"11/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":843,"Cost":508,"Date":"12/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":122,"Cost":94,"Date":"1/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":45,"Cost":33,"Date":"1/21/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":126,"Cost":90,"Date":"2/9/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":54,"Cost":40,"Date":"3/19/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":421,"Cost":336,"Date":"4/3/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":930,"Cost":864,"Date":"4/5/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":583,"Date":"4/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":729,"Cost":596,"Date":"7/10/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":876,"Cost":674,"Date":"3/25/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":54,"Cost":38,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":236,"Cost":174,"Date":"10/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":100,"Cost":93,"Date":"3/2/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":813,"Cost":413,"Date":"6/28/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":260,"Date":"7/17/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":643,"Cost":473,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":27,"Cost":24,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":168,"Cost":129,"Date":"11/20/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":223,"Cost":168,"Date":"12/16/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":194,"Date":"12/30/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":301,"Cost":155,"Date":"2/15/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":493,"Cost":317,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":596,"Cost":393,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":245,"Cost":130,"Date":"4/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":759,"Cost":388,"Date":"7/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":753,"Cost":654,"Date":"8/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":384,"Date":"10/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":153,"Cost":130,"Date":"11/11/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":174,"Cost":115,"Date":"11/30/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":175,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":479,"Date":"3/1/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":795,"Cost":520,"Date":"4/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":25,"Cost":19,"Date":"5/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":367,"Cost":231,"Date":"8/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":718,"Cost":476,"Date":"9/15/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":995,"Cost":816,"Date":"10/14/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":693,"Date":"10/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":186,"Cost":131,"Date":"11/11/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":226,"Date":"12/7/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":475,"Cost":248,"Date":"12/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":621,"Cost":391,"Date":"1/6/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":107,"Cost":55,"Date":"1/23/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":30,"Cost":21,"Date":"2/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":529,"Cost":389,"Date":"3/10/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":318,"Cost":234,"Date":"3/12/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":164,"Cost":148,"Date":"3/31/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":766,"Cost":598,"Date":"6/16/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":799,"Cost":574,"Date":"6/17/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":993,"Cost":684,"Date":"8/27/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":668,"Cost":403,"Date":"10/1/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":350,"Cost":242,"Date":"11/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":952,"Cost":869,"Date":"11/9/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":615,"Cost":325,"Date":"3/27/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":184,"Cost":160,"Date":"4/17/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":967,"Cost":497,"Date":"8/11/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":553,"Cost":410,"Date":"8/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":592,"Cost":477,"Date":"9/2/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":372,"Cost":274,"Date":"9/5/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":627,"Cost":501,"Date":"9/14/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":802,"Cost":592,"Date":"9/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":83,"Cost":61,"Date":"11/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":172,"Cost":148,"Date":"12/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":851,"Cost":592,"Date":"1/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":270,"Cost":137,"Date":"1/21/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":323,"Cost":176,"Date":"2/9/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":659,"Cost":419,"Date":"3/19/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":454,"Cost":377,"Date":"4/3/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":863,"Cost":486,"Date":"4/5/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":949,"Cost":750,"Date":"4/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":53,"Cost":33,"Date":"7/10/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":962,"Cost":914,"Date":"3/25/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":273,"Cost":234,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":168,"Cost":131,"Date":"10/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":356,"Cost":262,"Date":"3/2/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":426,"Cost":367,"Date":"6/28/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":807,"Cost":605,"Date":"7/17/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":660,"Cost":521,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":112,"Cost":87,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":502,"Cost":362,"Date":"11/20/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":731,"Cost":518,"Date":"12/16/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":538,"Cost":412,"Date":"12/30/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":485,"Cost":451,"Date":"2/15/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":674,"Cost":628,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":471,"Cost":342,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":828,"Cost":449,"Date":"4/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":261,"Cost":207,"Date":"7/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":947,"Cost":628,"Date":"8/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":85,"Cost":45,"Date":"10/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":732,"Cost":537,"Date":"11/11/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":156,"Cost":83,"Date":"11/30/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":918,"Cost":871,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":935,"Cost":682,"Date":"3/1/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":879,"Cost":504,"Date":"4/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":160,"Cost":112,"Date":"5/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":734,"Cost":468,"Date":"8/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":440,"Cost":340,"Date":"9/15/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":349,"Cost":197,"Date":"10/14/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":830,"Cost":435,"Date":"10/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":73,"Cost":47,"Date":"11/11/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":115,"Cost":61,"Date":"12/7/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":683,"Cost":597,"Date":"12/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":237,"Cost":182,"Date":"1/6/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":486,"Cost":405,"Date":"1/23/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":375,"Cost":288,"Date":"2/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":232,"Cost":207,"Date":"3/10/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":611,"Cost":379,"Date":"3/12/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":491,"Cost":365,"Date":"3/31/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":871,"Cost":570,"Date":"6/16/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":38,"Cost":29,"Date":"6/17/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":483,"Cost":388,"Date":"8/27/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":602,"Cost":342,"Date":"10/1/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":196,"Cost":109,"Date":"11/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":616,"Cost":577,"Date":"11/9/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":8,"Cost":4,"Date":"3/27/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":277,"Cost":211,"Date":"4/17/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":486,"Cost":356,"Date":"8/11/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":14,"Cost":13,"Date":"8/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":274,"Cost":151,"Date":"9/2/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":744,"Cost":504,"Date":"9/5/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":814,"Cost":773,"Date":"9/14/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":50,"Cost":45,"Date":"9/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":329,"Cost":236,"Date":"11/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":931,"Cost":842,"Date":"12/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":469,"Cost":442,"Date":"1/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":590,"Cost":459,"Date":"1/21/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":109,"Cost":82,"Date":"2/9/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":593,"Cost":559,"Date":"3/19/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":250,"Cost":215,"Date":"4/3/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":599,"Cost":537,"Date":"4/5/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":32,"Cost":23,"Date":"4/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":883,"Cost":470,"Date":"7/10/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":146,"Cost":121,"Date":"3/25/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":920,"Cost":828,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":501,"Cost":270,"Date":"10/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":171,"Cost":162,"Date":"3/2/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":620,"Cost":460,"Date":"6/28/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":583,"Cost":536,"Date":"7/17/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":164,"Cost":90,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":140,"Cost":118,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":646,"Cost":446,"Date":"11/20/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":553,"Cost":467,"Date":"12/16/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":933,"Cost":730,"Date":"12/30/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":830,"Cost":435,"Date":"2/15/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":564,"Cost":408,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":732,"Cost":516,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":185,"Cost":131,"Date":"4/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":711,"Cost":467,"Date":"7/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":738,"Cost":596,"Date":"8/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":851,"Cost":600,"Date":"10/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":730,"Cost":650,"Date":"11/11/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":941,"Cost":581,"Date":"11/30/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":368,"Cost":193,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":259,"Cost":178,"Date":"3/1/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":867,"Cost":669,"Date":"4/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":468,"Cost":343,"Date":"5/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":975,"Cost":858,"Date":"8/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":101,"Cost":79,"Date":"9/15/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":747,"Cost":622,"Date":"10/14/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":152,"Cost":97,"Date":"10/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":987,"Cost":530,"Date":"11/11/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":277,"Cost":214,"Date":"12/7/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":205,"Cost":180,"Date":"12/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":828,"Cost":548,"Date":"1/6/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":332,"Cost":173,"Date":"1/23/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":40,"Cost":22,"Date":"2/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":622,"Cost":435,"Date":"3/10/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":743,"Cost":616,"Date":"3/12/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":649,"Cost":491,"Date":"3/31/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":531,"Cost":338,"Date":"6/16/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":976,"Cost":549,"Date":"6/17/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":634,"Cost":533,"Date":"8/27/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":469,"Cost":442,"Date":"10/1/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":11,"Cost":8,"Date":"11/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":34,"Cost":21,"Date":"11/9/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":417,"Cost":384,"Date":"3/27/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":591,"Cost":406,"Date":"4/17/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":780,"Cost":569,"Date":"8/11/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":367,"Cost":290,"Date":"8/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":825,"Cost":669,"Date":"9/2/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":914,"Cost":537,"Date":"9/5/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":932,"Cost":780,"Date":"9/14/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":76,"Cost":59,"Date":"9/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":386,"Cost":235,"Date":"11/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":806,"Cost":481,"Date":"12/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":432,"Cost":289,"Date":"1/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":631,"Cost":326,"Date":"1/21/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":604,"Cost":463,"Date":"2/9/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":785,"Cost":615,"Date":"3/19/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":325,"Cost":271,"Date":"4/3/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":222,"Cost":198,"Date":"4/5/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":621,"Cost":498,"Date":"4/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":15,"Cost":10,"Date":"7/10/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":711,"Cost":484,"Date":"3/25/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":770,"Cost":469,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":58,"Cost":35,"Date":"10/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":316,"Cost":291,"Date":"3/2/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":338,"Cost":271,"Date":"6/28/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":600,"Cost":448,"Date":"7/17/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":337,"Cost":205,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":263,"Cost":239,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":900,"Cost":465,"Date":"11/20/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":967,"Cost":827,"Date":"12/16/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":208,"Cost":110,"Date":"12/30/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":955,"Cost":489,"Date":"2/15/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":445,"Cost":372,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":929,"Cost":769,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":75,"Cost":46,"Date":"4/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":521,"Cost":332,"Date":"7/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":573,"Cost":388,"Date":"8/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":595,"Cost":484,"Date":"10/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":49,"Cost":30,"Date":"11/11/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":778,"Cost":482,"Date":"11/30/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":114,"Cost":84,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":35,"Cost":21,"Date":"3/1/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":105,"Cost":67,"Date":"4/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":412,"Cost":225,"Date":"5/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":27,"Cost":26,"Date":"8/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":831,"Cost":490,"Date":"9/15/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":463,"Cost":423,"Date":"10/14/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":912,"Cost":632,"Date":"10/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":887,"Cost":610,"Date":"11/11/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":927,"Cost":522,"Date":"12/7/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":796,"Cost":559,"Date":"12/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":727,"Cost":541,"Date":"1/6/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":688,"Cost":484,"Date":"1/23/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":348,"Cost":217,"Date":"2/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":968,"Cost":891,"Date":"3/10/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":662,"Cost":628,"Date":"3/12/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":522,"Cost":314,"Date":"3/31/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":480,"Cost":248,"Date":"6/16/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":350,"Cost":301,"Date":"6/17/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":948,"Cost":784,"Date":"8/27/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":648,"Cost":448,"Date":"10/1/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":839,"Cost":725,"Date":"11/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":347,"Cost":232,"Date":"11/9/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":960,"Cost":860,"Date":"3/27/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":324,"Cost":212,"Date":"4/17/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":241,"Cost":203,"Date":"8/11/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":898,"Cost":829,"Date":"8/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":433,"Date":"9/2/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":494,"Cost":385,"Date":"9/5/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":992,"Cost":865,"Date":"9/14/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":438,"Cost":372,"Date":"9/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":1000,"Cost":833,"Date":"11/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":774,"Cost":659,"Date":"12/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":425,"Cost":307,"Date":"1/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":685,"Cost":381,"Date":"1/21/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":763,"Cost":425,"Date":"2/9/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":949,"Cost":642,"Date":"3/19/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":230,"Cost":171,"Date":"4/3/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":68,"Date":"4/5/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":68,"Cost":54,"Date":"4/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":291,"Cost":157,"Date":"7/10/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":978,"Cost":752,"Date":"3/25/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":610,"Cost":369,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":552,"Cost":442,"Date":"10/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":618,"Cost":425,"Date":"3/2/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":846,"Cost":679,"Date":"6/28/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":95,"Cost":88,"Date":"7/17/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":59,"Cost":53,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":110,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":578,"Cost":323,"Date":"11/20/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":722,"Cost":548,"Date":"12/16/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":782,"Cost":422,"Date":"12/30/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":771,"Cost":430,"Date":"2/15/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":777,"Cost":679,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":419,"Cost":337,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":50,"Cost":26,"Date":"4/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":769,"Cost":517,"Date":"7/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":226,"Cost":136,"Date":"8/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":26,"Cost":13,"Date":"10/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":154,"Date":"11/11/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":887,"Cost":613,"Date":"11/30/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":38,"Cost":31,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":522,"Cost":429,"Date":"3/1/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":697,"Cost":367,"Date":"4/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":564,"Cost":432,"Date":"5/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":41,"Cost":21,"Date":"8/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":400,"Cost":329,"Date":"9/15/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":121,"Cost":60,"Date":"10/14/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":494,"Cost":434,"Date":"10/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":830,"Cost":660,"Date":"11/11/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":458,"Cost":371,"Date":"12/7/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":642,"Date":"12/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":124,"Cost":101,"Date":"1/6/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":711,"Cost":635,"Date":"1/23/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":62,"Date":"2/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":612,"Date":"3/10/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":912,"Cost":733,"Date":"3/12/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":318,"Cost":298,"Date":"3/31/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":1000,"Cost":515,"Date":"6/16/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":456,"Cost":284,"Date":"6/17/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":253,"Cost":231,"Date":"8/27/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":919,"Cost":740,"Date":"10/1/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":466,"Date":"11/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":814,"Cost":528,"Date":"11/9/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":714,"Cost":441,"Date":"3/27/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":279,"Cost":161,"Date":"4/17/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":647,"Cost":531,"Date":"8/11/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":857,"Cost":503,"Date":"8/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":306,"Cost":157,"Date":"9/2/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":431,"Cost":275,"Date":"9/5/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":971,"Cost":494,"Date":"9/14/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":359,"Cost":332,"Date":"9/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":31,"Cost":20,"Date":"11/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":658,"Cost":560,"Date":"12/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":561,"Cost":454,"Date":"1/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":692,"Cost":348,"Date":"1/21/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":639,"Cost":524,"Date":"2/9/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":558,"Cost":513,"Date":"3/19/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":442,"Cost":322,"Date":"4/3/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":896,"Cost":644,"Date":"4/5/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":301,"Cost":199,"Date":"4/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":256,"Cost":173,"Date":"7/10/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":967,"Cost":875,"Date":"3/25/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":544,"Cost":453,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":499,"Cost":285,"Date":"10/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":586,"Cost":488,"Date":"3/2/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":338,"Cost":193,"Date":"6/28/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":406,"Cost":212,"Date":"7/17/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":721,"Cost":637,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":559,"Cost":298,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":242,"Cost":161,"Date":"11/20/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":41,"Cost":31,"Date":"12/16/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":537,"Cost":354,"Date":"12/30/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":67,"Cost":63,"Date":"2/15/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":355,"Cost":335,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":686,"Cost":631,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":699,"Cost":438,"Date":"4/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":628,"Cost":547,"Date":"7/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":393,"Cost":337,"Date":"8/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":320,"Cost":299,"Date":"10/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":929,"Cost":882,"Date":"11/11/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":844,"Cost":429,"Date":"11/30/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":582,"Cost":329,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":32,"Cost":29,"Date":"3/1/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":310,"Cost":182,"Date":"4/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":730,"Cost":632,"Date":"5/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":570,"Cost":395,"Date":"8/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":202,"Cost":189,"Date":"9/15/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":688,"Cost":566,"Date":"10/14/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":12,"Cost":7,"Date":"10/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":25,"Cost":14,"Date":"11/11/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":281,"Cost":231,"Date":"12/7/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":200,"Cost":164,"Date":"12/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":143,"Cost":134,"Date":"1/6/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":541,"Cost":388,"Date":"1/23/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":145,"Cost":92,"Date":"2/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":526,"Cost":433,"Date":"3/10/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":585,"Cost":417,"Date":"3/12/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":607,"Cost":361,"Date":"3/31/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":28,"Cost":16,"Date":"6/16/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":89,"Cost":77,"Date":"6/17/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":751,"Cost":647,"Date":"8/27/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":822,"Cost":773,"Date":"10/1/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":604,"Cost":562,"Date":"11/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":28,"Cost":24,"Date":"11/9/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":161,"Cost":91,"Date":"3/27/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":219,"Cost":182,"Date":"4/17/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":998,"Cost":707,"Date":"8/11/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":484,"Cost":409,"Date":"8/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":337,"Cost":218,"Date":"9/2/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":144,"Date":"9/5/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":465,"Cost":423,"Date":"9/14/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":541,"Date":"9/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":145,"Cost":127,"Date":"11/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":356,"Date":"12/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":98,"Cost":63,"Date":"1/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":141,"Cost":100,"Date":"1/21/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":148,"Cost":81,"Date":"2/9/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":141,"Cost":90,"Date":"3/19/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":979,"Cost":699,"Date":"4/3/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":221,"Cost":167,"Date":"4/5/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":596,"Cost":536,"Date":"4/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":566,"Date":"7/10/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":243,"Cost":223,"Date":"3/25/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":604,"Cost":541,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":783,"Cost":650,"Date":"10/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":683,"Cost":358,"Date":"3/2/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":468,"Cost":322,"Date":"6/28/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":221,"Cost":174,"Date":"7/17/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":113,"Cost":61,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":754,"Cost":616,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":207,"Cost":124,"Date":"11/20/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":357,"Date":"12/16/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":754,"Cost":413,"Date":"12/30/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":348,"Cost":217,"Date":"2/15/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":176,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":645,"Cost":444,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":635,"Cost":343,"Date":"4/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":607,"Cost":542,"Date":"7/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":951,"Cost":730,"Date":"8/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":666,"Cost":534,"Date":"10/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":186,"Date":"11/11/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":211,"Cost":178,"Date":"11/30/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":625,"Cost":345,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":215,"Cost":194,"Date":"3/1/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":440,"Cost":408,"Date":"4/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":478,"Cost":301,"Date":"5/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":372,"Date":"8/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":722,"Cost":564,"Date":"9/15/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":140,"Cost":113,"Date":"10/14/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":770,"Cost":716,"Date":"10/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":691,"Cost":628,"Date":"11/11/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":286,"Cost":253,"Date":"12/7/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":627,"Cost":458,"Date":"12/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":284,"Date":"1/6/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":67,"Cost":58,"Date":"1/23/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":977,"Cost":494,"Date":"2/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":833,"Cost":615,"Date":"3/10/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":15,"Cost":11,"Date":"3/12/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":473,"Cost":423,"Date":"3/31/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":216,"Cost":180,"Date":"6/16/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":769,"Cost":640,"Date":"6/17/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":78,"Cost":61,"Date":"8/27/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":857,"Cost":749,"Date":"10/1/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":691,"Cost":379,"Date":"11/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":446,"Date":"11/9/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":39,"Cost":22,"Date":"3/27/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":517,"Cost":443,"Date":"4/17/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":600,"Cost":464,"Date":"8/11/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":573,"Cost":530,"Date":"8/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":908,"Cost":788,"Date":"9/2/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":75,"Cost":47,"Date":"9/5/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":118,"Cost":77,"Date":"9/14/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":904,"Cost":570,"Date":"9/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":41,"Cost":39,"Date":"11/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":131,"Cost":74,"Date":"12/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":885,"Cost":810,"Date":"1/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":983,"Cost":566,"Date":"1/21/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":587,"Cost":486,"Date":"2/9/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":7,"Cost":3,"Date":"3/19/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":483,"Cost":320,"Date":"4/3/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":592,"Cost":486,"Date":"4/5/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":443,"Cost":230,"Date":"4/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":982,"Cost":717,"Date":"7/10/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":719,"Cost":363,"Date":"3/25/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":523,"Cost":325,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":555,"Cost":340,"Date":"10/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":464,"Cost":287,"Date":"3/2/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":123,"Cost":116,"Date":"6/28/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":209,"Cost":145,"Date":"7/17/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":108,"Cost":102,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":703,"Cost":512,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":484,"Cost":437,"Date":"11/20/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":621,"Cost":528,"Date":"12/16/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":135,"Cost":91,"Date":"12/30/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":86,"Cost":58,"Date":"2/15/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":97,"Cost":73,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":900,"Cost":469,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":716,"Cost":463,"Date":"4/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":624,"Cost":400,"Date":"7/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":79,"Cost":62,"Date":"8/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":568,"Cost":410,"Date":"10/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":227,"Cost":140,"Date":"11/11/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":991,"Cost":625,"Date":"11/30/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":709,"Cost":484,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":365,"Cost":186,"Date":"3/1/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":74,"Cost":42,"Date":"4/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":775,"Cost":600,"Date":"5/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":286,"Cost":216,"Date":"8/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":645,"Cost":493,"Date":"9/15/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":404,"Cost":300,"Date":"10/14/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":341,"Cost":258,"Date":"10/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":729,"Cost":480,"Date":"11/11/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":552,"Cost":495,"Date":"12/7/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":661,"Cost":542,"Date":"12/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":810,"Cost":629,"Date":"1/6/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":561,"Cost":288,"Date":"1/23/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":253,"Cost":127,"Date":"2/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":510,"Cost":356,"Date":"3/10/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":742,"Cost":676,"Date":"3/12/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":954,"Cost":630,"Date":"3/31/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":496,"Cost":377,"Date":"6/16/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":709,"Cost":593,"Date":"6/17/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":620,"Cost":557,"Date":"8/27/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":291,"Cost":211,"Date":"10/1/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":107,"Cost":79,"Date":"11/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":700,"Cost":562,"Date":"11/9/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":8,"Cost":8,"Date":"3/27/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":828,"Cost":484,"Date":"4/17/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":131,"Cost":120,"Date":"8/11/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":242,"Cost":214,"Date":"8/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":781,"Cost":733,"Date":"9/2/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":420,"Cost":210,"Date":"9/5/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":473,"Cost":438,"Date":"9/14/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":491,"Cost":350,"Date":"9/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":497,"Cost":334,"Date":"11/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":538,"Cost":385,"Date":"12/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":59,"Cost":43,"Date":"1/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":284,"Cost":148,"Date":"1/21/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":398,"Cost":232,"Date":"2/9/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":552,"Cost":383,"Date":"3/19/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":379,"Cost":249,"Date":"4/3/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":390,"Cost":285,"Date":"4/5/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":358,"Cost":194,"Date":"4/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":302,"Cost":151,"Date":"7/10/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":463,"Cost":262,"Date":"3/25/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":213,"Cost":131,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":992,"Cost":807,"Date":"10/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":931,"Cost":611,"Date":"3/2/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":595,"Cost":344,"Date":"6/28/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":413,"Cost":365,"Date":"7/17/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":732,"Cost":529,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":346,"Cost":286,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":83,"Cost":54,"Date":"11/20/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":815,"Cost":598,"Date":"12/16/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":999,"Cost":939,"Date":"12/30/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":608,"Cost":424,"Date":"2/15/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":536,"Cost":484,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":697,"Cost":605,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":44,"Cost":34,"Date":"4/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":939,"Cost":627,"Date":"7/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":255,"Cost":170,"Date":"8/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":706,"Cost":382,"Date":"10/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":241,"Cost":166,"Date":"11/11/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":13,"Cost":6,"Date":"11/30/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":161,"Cost":148,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":931,"Cost":592,"Date":"3/1/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":8,"Cost":6,"Date":"4/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":812,"Cost":599,"Date":"5/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":472,"Cost":383,"Date":"8/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":491,"Cost":414,"Date":"9/15/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":273,"Cost":188,"Date":"10/14/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":6,"Cost":5,"Date":"10/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":918,"Cost":683,"Date":"11/11/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":367,"Cost":320,"Date":"12/7/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":342,"Cost":237,"Date":"12/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":462,"Cost":318,"Date":"1/6/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":808,"Cost":737,"Date":"1/23/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":312,"Cost":202,"Date":"2/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":936,"Cost":548,"Date":"3/10/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":958,"Cost":661,"Date":"3/12/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":410,"Cost":240,"Date":"3/31/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":447,"Cost":401,"Date":"6/16/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":125,"Cost":74,"Date":"6/17/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":330,"Cost":303,"Date":"8/27/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":772,"Cost":437,"Date":"10/1/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":723,"Cost":672,"Date":"11/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":52,"Cost":34,"Date":"11/9/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":167,"Cost":121,"Date":"3/27/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":385,"Cost":318,"Date":"4/17/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":320,"Cost":226,"Date":"8/11/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":898,"Cost":818,"Date":"8/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":2,"Date":"9/2/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":444,"Cost":386,"Date":"9/5/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":704,"Cost":532,"Date":"9/14/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":644,"Cost":461,"Date":"9/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":422,"Date":"11/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":604,"Cost":430,"Date":"12/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":475,"Date":"1/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":845,"Cost":795,"Date":"1/21/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":475,"Cost":281,"Date":"2/9/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":382,"Date":"3/19/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":691,"Cost":467,"Date":"4/3/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":937,"Cost":482,"Date":"4/5/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":796,"Cost":578,"Date":"4/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":212,"Cost":115,"Date":"7/10/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":116,"Cost":75,"Date":"3/25/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":570,"Cost":373,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":705,"Date":"10/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":584,"Cost":408,"Date":"3/2/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":591,"Cost":558,"Date":"6/28/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":89,"Date":"7/17/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":676,"Cost":558,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":543,"Cost":406,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":618,"Date":"11/20/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":127,"Cost":106,"Date":"12/16/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":806,"Cost":632,"Date":"12/30/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":429,"Date":"2/15/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":496,"Cost":303,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":950,"Cost":552,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":315,"Date":"4/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":542,"Date":"7/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":425,"Cost":224,"Date":"8/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":825,"Cost":488,"Date":"10/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":647,"Cost":361,"Date":"11/11/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":910,"Cost":753,"Date":"11/30/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":97,"Cost":52,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":285,"Cost":216,"Date":"3/1/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":708,"Cost":415,"Date":"4/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":575,"Date":"5/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":867,"Cost":735,"Date":"8/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":265,"Date":"9/15/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":816,"Cost":461,"Date":"10/14/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":71,"Cost":43,"Date":"10/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":827,"Cost":579,"Date":"11/11/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":85,"Date":"12/7/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":125,"Cost":75,"Date":"12/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":396,"Cost":348,"Date":"1/6/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":161,"Date":"1/23/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":639,"Date":"2/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":801,"Cost":511,"Date":"3/10/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":513,"Cost":463,"Date":"3/12/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":389,"Cost":363,"Date":"3/31/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":653,"Cost":392,"Date":"6/16/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":245,"Cost":155,"Date":"6/17/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":216,"Cost":148,"Date":"8/27/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":698,"Cost":549,"Date":"10/1/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":299,"Cost":157,"Date":"11/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":749,"Cost":464,"Date":"11/9/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":260,"Cost":141,"Date":"3/27/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":22,"Cost":19,"Date":"4/17/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":101,"Cost":57,"Date":"8/11/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":948,"Cost":584,"Date":"8/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":858,"Cost":601,"Date":"9/2/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":1000,"Cost":944,"Date":"9/5/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":50,"Cost":36,"Date":"9/14/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":790,"Cost":514,"Date":"9/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":345,"Date":"11/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":25,"Date":"12/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":568,"Cost":429,"Date":"1/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":805,"Cost":640,"Date":"1/21/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":669,"Cost":411,"Date":"2/9/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":328,"Date":"3/19/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":142,"Cost":84,"Date":"4/3/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":880,"Cost":718,"Date":"4/5/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":273,"Cost":195,"Date":"4/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":385,"Cost":347,"Date":"7/10/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":946,"Cost":620,"Date":"3/25/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":186,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":772,"Cost":448,"Date":"10/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":84,"Cost":73,"Date":"3/2/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":428,"Date":"6/28/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":519,"Cost":447,"Date":"7/17/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":234,"Cost":172,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":720,"Cost":542,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":598,"Date":"11/20/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":579,"Cost":438,"Date":"12/16/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":301,"Cost":247,"Date":"12/30/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":158,"Cost":96,"Date":"2/15/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":587,"Cost":537,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":368,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":639,"Cost":415,"Date":"4/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":916,"Cost":754,"Date":"7/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":39,"Cost":30,"Date":"8/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":601,"Cost":380,"Date":"10/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":241,"Date":"11/11/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":63,"Cost":37,"Date":"11/30/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":713,"Cost":514,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":501,"Cost":410,"Date":"3/1/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":470,"Cost":429,"Date":"4/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":439,"Cost":293,"Date":"5/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":528,"Cost":379,"Date":"8/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":391,"Cost":264,"Date":"9/15/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":613,"Cost":550,"Date":"10/14/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":913,"Cost":495,"Date":"10/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":441,"Cost":324,"Date":"11/11/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":93,"Cost":53,"Date":"12/7/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":448,"Cost":256,"Date":"12/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":990,"Cost":590,"Date":"1/6/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":783,"Cost":479,"Date":"1/23/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":49,"Cost":28,"Date":"2/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":643,"Cost":412,"Date":"3/10/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":375,"Cost":276,"Date":"3/12/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":64,"Date":"3/31/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":255,"Cost":135,"Date":"6/16/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":489,"Date":"6/17/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":126,"Cost":117,"Date":"8/27/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":218,"Date":"10/1/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":472,"Cost":420,"Date":"11/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":10,"Date":"11/9/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":841,"Cost":562,"Date":"3/27/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":286,"Cost":202,"Date":"4/17/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":427,"Cost":240,"Date":"8/11/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":179,"Cost":115,"Date":"8/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":11,"Cost":11,"Date":"9/2/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":670,"Cost":479,"Date":"9/5/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":773,"Cost":507,"Date":"9/14/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":641,"Cost":336,"Date":"9/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":906,"Cost":639,"Date":"11/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":242,"Cost":166,"Date":"12/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":421,"Cost":346,"Date":"1/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":659,"Cost":469,"Date":"1/21/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":488,"Cost":365,"Date":"2/9/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":352,"Cost":310,"Date":"3/19/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":51,"Cost":40,"Date":"4/3/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":20,"Cost":13,"Date":"4/5/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":233,"Cost":125,"Date":"4/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":466,"Cost":421,"Date":"7/10/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":977,"Cost":925,"Date":"3/25/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":320,"Cost":171,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":990,"Cost":553,"Date":"10/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":42,"Cost":40,"Date":"3/2/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":557,"Cost":342,"Date":"6/28/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":154,"Cost":83,"Date":"7/17/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":989,"Cost":495,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":181,"Cost":147,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":7,"Cost":4,"Date":"11/20/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":50,"Cost":30,"Date":"12/16/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":226,"Cost":181,"Date":"12/30/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":667,"Cost":398,"Date":"2/15/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":776,"Cost":551,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":46,"Cost":34,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":736,"Cost":500,"Date":"4/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":926,"Cost":863,"Date":"7/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":977,"Cost":639,"Date":"8/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":40,"Cost":37,"Date":"10/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":639,"Cost":429,"Date":"11/11/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":601,"Cost":383,"Date":"11/30/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":523,"Cost":313,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":985,"Cost":799,"Date":"3/1/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":447,"Cost":362,"Date":"4/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":439,"Cost":226,"Date":"5/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":811,"Cost":439,"Date":"8/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":775,"Cost":451,"Date":"9/15/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":653,"Cost":358,"Date":"10/14/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":176,"Cost":100,"Date":"10/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":72,"Cost":65,"Date":"11/11/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":30,"Cost":21,"Date":"12/7/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":821,"Cost":619,"Date":"12/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":337,"Cost":288,"Date":"1/6/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":616,"Cost":487,"Date":"1/23/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":994,"Cost":534,"Date":"2/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":466,"Cost":422,"Date":"3/10/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":505,"Cost":380,"Date":"3/12/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":810,"Cost":479,"Date":"3/31/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":588,"Cost":415,"Date":"6/16/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":900,"Cost":514,"Date":"6/17/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":655,"Cost":581,"Date":"8/27/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":799,"Cost":459,"Date":"10/1/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":984,"Cost":826,"Date":"11/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":970,"Cost":486,"Date":"11/9/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":138,"Cost":113,"Date":"3/27/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":222,"Date":"4/17/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":144,"Cost":80,"Date":"8/11/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":325,"Cost":184,"Date":"8/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":658,"Cost":606,"Date":"9/2/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":235,"Cost":159,"Date":"9/5/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":41,"Date":"9/14/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":242,"Date":"9/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":328,"Date":"11/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":282,"Date":"12/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":467,"Date":"1/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":550,"Cost":397,"Date":"1/21/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":116,"Cost":77,"Date":"2/9/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":455,"Cost":249,"Date":"3/19/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":275,"Cost":202,"Date":"4/3/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":363,"Date":"4/5/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":1,"Cost":1,"Date":"4/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":390,"Date":"7/10/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":764,"Cost":399,"Date":"3/25/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":221,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":959,"Cost":739,"Date":"10/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":572,"Cost":510,"Date":"3/2/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":134,"Cost":79,"Date":"6/28/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":335,"Cost":199,"Date":"7/17/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":181,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":116,"Cost":78,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":394,"Cost":273,"Date":"11/20/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":920,"Cost":472,"Date":"12/16/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":416,"Cost":298,"Date":"12/30/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":311,"Date":"2/15/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":391,"Cost":247,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":669,"Cost":402,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":704,"Cost":374,"Date":"4/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":764,"Cost":583,"Date":"7/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":260,"Cost":155,"Date":"8/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":732,"Cost":425,"Date":"10/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":263,"Cost":248,"Date":"11/11/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":273,"Cost":174,"Date":"11/30/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":472,"Cost":257,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":856,"Cost":585,"Date":"3/1/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":753,"Cost":658,"Date":"4/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":294,"Date":"5/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":461,"Cost":422,"Date":"8/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":937,"Cost":618,"Date":"9/15/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":509,"Cost":457,"Date":"10/14/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":254,"Date":"10/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":652,"Cost":409,"Date":"11/11/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":148,"Date":"12/7/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":154,"Cost":116,"Date":"12/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":515,"Cost":437,"Date":"1/6/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":397,"Date":"1/23/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":910,"Cost":804,"Date":"2/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":961,"Cost":764,"Date":"3/10/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":239,"Cost":219,"Date":"3/12/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":448,"Date":"3/31/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":399,"Cost":236,"Date":"6/16/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":324,"Cost":236,"Date":"6/17/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":772,"Cost":570,"Date":"8/27/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":483,"Cost":285,"Date":"10/1/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":527,"Cost":277,"Date":"11/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":848,"Cost":434,"Date":"11/9/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":584,"Cost":479,"Date":"3/27/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":605,"Cost":316,"Date":"4/17/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":170,"Cost":100,"Date":"8/11/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":823,"Cost":709,"Date":"8/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":142,"Cost":119,"Date":"9/2/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":765,"Cost":701,"Date":"9/5/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":498,"Cost":461,"Date":"9/14/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":589,"Date":"9/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":564,"Cost":331,"Date":"11/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":250,"Cost":175,"Date":"12/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":928,"Cost":529,"Date":"1/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":327,"Date":"1/21/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":607,"Cost":311,"Date":"2/9/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":818,"Cost":765,"Date":"3/19/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":922,"Cost":588,"Date":"4/3/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":289,"Cost":261,"Date":"4/5/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":842,"Cost":650,"Date":"4/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":953,"Cost":789,"Date":"7/10/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":870,"Cost":455,"Date":"3/25/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":41,"Cost":27,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":178,"Cost":148,"Date":"10/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":618,"Date":"3/2/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":786,"Cost":641,"Date":"6/28/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":841,"Cost":724,"Date":"7/17/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":394,"Cost":319,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":126,"Cost":78,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":272,"Cost":152,"Date":"11/20/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":750,"Cost":543,"Date":"12/16/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":557,"Cost":518,"Date":"12/30/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":341,"Cost":258,"Date":"2/15/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":684,"Cost":595,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":228,"Cost":123,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":523,"Date":"4/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":852,"Cost":479,"Date":"7/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":461,"Cost":408,"Date":"8/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":935,"Cost":811,"Date":"10/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":224,"Date":"11/11/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":791,"Cost":444,"Date":"11/30/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":729,"Cost":386,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":388,"Cost":202,"Date":"3/1/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":690,"Cost":442,"Date":"4/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":827,"Cost":646,"Date":"5/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":749,"Cost":389,"Date":"8/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":334,"Cost":174,"Date":"9/15/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":299,"Cost":179,"Date":"10/14/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":460,"Cost":397,"Date":"10/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":808,"Cost":674,"Date":"11/11/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":289,"Cost":240,"Date":"12/7/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":299,"Date":"12/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":162,"Cost":120,"Date":"1/6/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":419,"Cost":248,"Date":"1/23/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":534,"Cost":477,"Date":"2/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":683,"Cost":566,"Date":"3/10/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":608,"Cost":418,"Date":"3/12/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":640,"Cost":333,"Date":"3/31/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":518,"Cost":292,"Date":"6/16/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":937,"Cost":748,"Date":"6/17/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":253,"Date":"8/27/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":991,"Cost":934,"Date":"10/1/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":294,"Date":"11/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":235,"Cost":193,"Date":"11/9/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":368,"Cost":228,"Date":"3/27/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":765,"Cost":660,"Date":"4/17/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":195,"Cost":126,"Date":"8/11/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":714,"Date":"8/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":168,"Cost":147,"Date":"9/2/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":223,"Cost":114,"Date":"9/5/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":258,"Cost":170,"Date":"9/14/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":705,"Cost":461,"Date":"9/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":286,"Cost":208,"Date":"11/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":360,"Cost":203,"Date":"12/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":383,"Cost":363,"Date":"1/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":797,"Cost":443,"Date":"1/21/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":37,"Cost":20,"Date":"2/9/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":672,"Cost":500,"Date":"3/19/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":251,"Cost":161,"Date":"4/3/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":280,"Date":"4/5/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":645,"Cost":330,"Date":"4/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":319,"Cost":289,"Date":"7/10/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":406,"Cost":347,"Date":"3/25/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":662,"Cost":574,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":123,"Cost":88,"Date":"10/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":157,"Date":"3/2/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":534,"Cost":378,"Date":"6/28/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":340,"Cost":223,"Date":"7/17/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":204,"Cost":138,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":586,"Cost":539,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":110,"Cost":96,"Date":"11/20/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":122,"Cost":96,"Date":"12/16/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":2,"Date":"12/30/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":203,"Cost":190,"Date":"2/15/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":428,"Cost":361,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":623,"Cost":425,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":816,"Cost":724,"Date":"4/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":536,"Cost":350,"Date":"7/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":552,"Cost":303,"Date":"8/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":640,"Cost":471,"Date":"10/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":839,"Cost":572,"Date":"11/11/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":10,"Date":"11/30/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":52,"Cost":37,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":936,"Cost":616,"Date":"3/1/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":365,"Cost":269,"Date":"4/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":847,"Cost":543,"Date":"5/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":475,"Cost":278,"Date":"8/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":537,"Cost":382,"Date":"9/15/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":688,"Cost":474,"Date":"10/14/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":191,"Cost":95,"Date":"10/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":168,"Date":"11/11/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":524,"Cost":444,"Date":"12/7/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":540,"Cost":409,"Date":"12/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":198,"Cost":178,"Date":"1/6/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":503,"Cost":334,"Date":"1/23/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":370,"Date":"2/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":188,"Date":"3/10/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":46,"Cost":27,"Date":"3/12/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":648,"Cost":444,"Date":"3/31/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":370,"Cost":205,"Date":"6/16/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":711,"Cost":363,"Date":"6/17/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":525,"Cost":375,"Date":"8/27/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":927,"Cost":510,"Date":"10/1/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":947,"Cost":831,"Date":"11/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":531,"Date":"11/9/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":9,"Cost":5,"Date":"3/27/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":731,"Cost":606,"Date":"4/17/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":834,"Cost":755,"Date":"8/11/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":304,"Cost":270,"Date":"8/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":921,"Cost":812,"Date":"9/2/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":178,"Cost":138,"Date":"9/5/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":278,"Cost":156,"Date":"9/14/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":196,"Cost":124,"Date":"9/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":377,"Cost":290,"Date":"11/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":849,"Cost":627,"Date":"12/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":418,"Cost":330,"Date":"1/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":562,"Cost":518,"Date":"1/21/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":29,"Cost":17,"Date":"2/9/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":298,"Cost":152,"Date":"3/19/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":772,"Cost":617,"Date":"4/3/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":714,"Cost":488,"Date":"4/5/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":903,"Cost":643,"Date":"4/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":654,"Cost":409,"Date":"7/10/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":279,"Cost":252,"Date":"3/25/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":993,"Cost":849,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":737,"Cost":445,"Date":"10/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":264,"Cost":160,"Date":"3/2/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":983,"Cost":866,"Date":"6/28/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":517,"Cost":369,"Date":"7/17/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":523,"Cost":390,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":358,"Cost":254,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":354,"Cost":318,"Date":"11/20/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":368,"Cost":304,"Date":"12/16/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":949,"Cost":505,"Date":"12/30/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":953,"Cost":798,"Date":"2/15/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":393,"Cost":333,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":445,"Cost":326,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":964,"Cost":858,"Date":"4/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":771,"Cost":649,"Date":"7/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":134,"Cost":101,"Date":"8/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":445,"Cost":357,"Date":"10/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":165,"Cost":156,"Date":"11/11/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":878,"Cost":526,"Date":"11/30/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":962,"Cost":669,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":98,"Cost":90,"Date":"3/1/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":172,"Cost":115,"Date":"4/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":825,"Cost":552,"Date":"5/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":89,"Cost":53,"Date":"8/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":465,"Cost":247,"Date":"9/15/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":366,"Cost":300,"Date":"10/14/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":696,"Cost":620,"Date":"10/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":851,"Cost":527,"Date":"11/11/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":975,"Cost":679,"Date":"12/7/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":871,"Cost":700,"Date":"12/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":3,"Cost":3,"Date":"1/6/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":553,"Cost":455,"Date":"1/23/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":798,"Cost":571,"Date":"2/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":791,"Cost":742,"Date":"3/10/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":120,"Cost":113,"Date":"3/12/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":58,"Cost":41,"Date":"3/31/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":174,"Cost":136,"Date":"6/16/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":499,"Cost":371,"Date":"6/17/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":19,"Cost":17,"Date":"8/27/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":594,"Cost":390,"Date":"10/1/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":261,"Cost":166,"Date":"11/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":789,"Cost":488,"Date":"11/9/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":604,"Date":"3/27/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":829,"Cost":661,"Date":"4/17/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":783,"Cost":396,"Date":"8/11/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":582,"Cost":535,"Date":"8/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":815,"Cost":476,"Date":"9/2/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":483,"Cost":420,"Date":"9/5/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":224,"Date":"9/14/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":450,"Cost":362,"Date":"9/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":441,"Cost":286,"Date":"11/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":785,"Cost":666,"Date":"12/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":546,"Cost":357,"Date":"1/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":481,"Date":"1/21/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":109,"Cost":91,"Date":"2/9/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":304,"Date":"3/19/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":594,"Cost":423,"Date":"4/3/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":229,"Cost":116,"Date":"4/5/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":520,"Date":"4/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":285,"Cost":261,"Date":"7/10/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":375,"Date":"3/25/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":169,"Cost":122,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":775,"Cost":401,"Date":"10/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":21,"Date":"3/2/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":50,"Cost":25,"Date":"6/28/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":776,"Cost":405,"Date":"7/17/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":854,"Cost":592,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":404,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":780,"Cost":409,"Date":"11/20/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":578,"Cost":416,"Date":"12/16/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":675,"Cost":479,"Date":"12/30/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":863,"Cost":713,"Date":"2/15/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":292,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":291,"Cost":250,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":968,"Cost":856,"Date":"4/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":546,"Cost":400,"Date":"7/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":269,"Date":"8/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":396,"Cost":219,"Date":"10/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":703,"Cost":600,"Date":"11/11/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":582,"Cost":297,"Date":"11/30/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":295,"Cost":227,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":914,"Cost":860,"Date":"3/1/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":978,"Cost":880,"Date":"4/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":29,"Cost":25,"Date":"5/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":337,"Date":"8/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":577,"Cost":328,"Date":"9/15/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":963,"Cost":616,"Date":"10/14/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":20,"Cost":11,"Date":"10/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":32,"Cost":21,"Date":"11/11/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":829,"Cost":517,"Date":"12/7/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":48,"Cost":39,"Date":"12/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":29,"Cost":28,"Date":"1/6/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":595,"Cost":380,"Date":"1/23/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":506,"Cost":397,"Date":"2/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":877,"Cost":710,"Date":"3/10/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":927,"Cost":584,"Date":"3/12/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":975,"Cost":544,"Date":"3/31/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":602,"Date":"6/16/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":322,"Date":"6/17/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":98,"Date":"8/27/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":905,"Cost":574,"Date":"10/1/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":31,"Date":"11/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":416,"Cost":326,"Date":"11/9/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":618,"Cost":396,"Date":"3/27/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":797,"Cost":454,"Date":"4/17/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":528,"Cost":302,"Date":"8/11/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":277,"Cost":165,"Date":"8/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":259,"Cost":227,"Date":"9/2/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":605,"Cost":560,"Date":"9/5/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":683,"Cost":538,"Date":"9/14/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":356,"Cost":217,"Date":"9/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":337,"Cost":295,"Date":"11/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":221,"Cost":178,"Date":"12/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":112,"Cost":62,"Date":"1/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":236,"Cost":160,"Date":"1/21/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":583,"Cost":513,"Date":"2/9/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":460,"Cost":272,"Date":"3/19/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":116,"Cost":78,"Date":"4/3/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":720,"Cost":363,"Date":"4/5/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":500,"Cost":274,"Date":"4/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":255,"Cost":148,"Date":"7/10/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":383,"Cost":237,"Date":"3/25/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":712,"Cost":621,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":426,"Cost":372,"Date":"10/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":243,"Cost":137,"Date":"3/2/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":395,"Cost":197,"Date":"6/28/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":752,"Cost":691,"Date":"7/17/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":352,"Cost":318,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":820,"Cost":431,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":464,"Cost":370,"Date":"11/20/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":699,"Cost":640,"Date":"12/16/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":376,"Cost":253,"Date":"12/30/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":617,"Cost":334,"Date":"2/15/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":410,"Cost":222,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":741,"Cost":580,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":623,"Cost":421,"Date":"4/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":618,"Cost":546,"Date":"7/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":471,"Cost":267,"Date":"8/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":140,"Cost":129,"Date":"10/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":496,"Cost":435,"Date":"11/11/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":476,"Cost":374,"Date":"11/30/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":11,"Cost":9,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":408,"Cost":311,"Date":"3/1/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":520,"Cost":463,"Date":"4/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":416,"Cost":385,"Date":"5/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":938,"Cost":777,"Date":"8/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":778,"Cost":389,"Date":"9/15/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":754,"Cost":528,"Date":"10/14/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":54,"Cost":45,"Date":"10/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":558,"Cost":481,"Date":"11/11/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":645,"Cost":342,"Date":"12/7/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":721,"Cost":473,"Date":"12/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":745,"Cost":500,"Date":"1/6/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":430,"Cost":324,"Date":"1/23/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":459,"Cost":242,"Date":"2/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":835,"Cost":698,"Date":"3/10/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":233,"Cost":195,"Date":"3/12/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":140,"Cost":98,"Date":"3/31/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":323,"Cost":188,"Date":"6/16/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":538,"Cost":363,"Date":"6/17/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":59,"Cost":49,"Date":"8/27/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":379,"Cost":197,"Date":"10/1/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":333,"Cost":203,"Date":"11/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":125,"Cost":105,"Date":"11/9/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":586,"Cost":311,"Date":"3/27/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":549,"Date":"4/17/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":731,"Date":"8/11/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":837,"Cost":571,"Date":"8/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":229,"Cost":152,"Date":"9/2/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":283,"Date":"9/5/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":767,"Date":"9/14/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":22,"Date":"9/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":624,"Cost":375,"Date":"11/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":426,"Cost":315,"Date":"12/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":550,"Date":"1/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":294,"Cost":166,"Date":"1/21/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":289,"Cost":225,"Date":"2/9/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":92,"Cost":49,"Date":"3/19/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":876,"Cost":454,"Date":"4/3/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":487,"Date":"4/5/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":313,"Cost":281,"Date":"4/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":266,"Date":"7/10/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":120,"Date":"3/25/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":194,"Cost":154,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":315,"Cost":228,"Date":"10/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":121,"Date":"3/2/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":904,"Cost":505,"Date":"6/28/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":237,"Cost":217,"Date":"7/17/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":452,"Cost":388,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":91,"Cost":56,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":429,"Cost":290,"Date":"11/20/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":661,"Date":"12/16/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":187,"Cost":129,"Date":"12/30/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":727,"Cost":663,"Date":"2/15/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":899,"Cost":558,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":311,"Cost":179,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":197,"Cost":168,"Date":"4/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":422,"Cost":394,"Date":"7/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":913,"Cost":844,"Date":"8/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":861,"Cost":815,"Date":"10/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":562,"Cost":382,"Date":"11/11/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":596,"Cost":538,"Date":"11/30/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":827,"Cost":617,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":796,"Cost":662,"Date":"3/1/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":576,"Cost":443,"Date":"4/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":133,"Cost":92,"Date":"5/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":90,"Date":"8/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":221,"Cost":140,"Date":"9/15/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":515,"Cost":452,"Date":"10/14/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":142,"Cost":114,"Date":"10/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":223,"Cost":153,"Date":"11/11/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":999,"Cost":752,"Date":"12/7/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":164,"Cost":97,"Date":"12/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":25,"Cost":17,"Date":"1/6/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":517,"Date":"1/23/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":463,"Cost":280,"Date":"2/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":322,"Cost":233,"Date":"3/10/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":959,"Cost":751,"Date":"3/12/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":705,"Cost":456,"Date":"3/31/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":331,"Cost":303,"Date":"6/16/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":785,"Cost":570,"Date":"6/17/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":291,"Date":"8/27/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":937,"Cost":765,"Date":"10/1/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":28,"Cost":16,"Date":"11/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":361,"Cost":260,"Date":"11/9/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":563,"Cost":313,"Date":"3/27/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":155,"Cost":126,"Date":"4/17/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":392,"Cost":206,"Date":"8/11/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":579,"Cost":342,"Date":"8/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":751,"Cost":512,"Date":"9/2/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":816,"Cost":509,"Date":"9/5/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":342,"Cost":222,"Date":"9/14/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":18,"Cost":14,"Date":"9/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":130,"Cost":105,"Date":"11/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":677,"Cost":400,"Date":"12/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":495,"Cost":431,"Date":"1/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":121,"Cost":70,"Date":"1/21/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":70,"Cost":65,"Date":"2/9/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":272,"Cost":194,"Date":"3/19/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":706,"Cost":449,"Date":"4/3/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":743,"Cost":484,"Date":"4/5/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":654,"Cost":597,"Date":"4/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":234,"Cost":171,"Date":"7/10/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":639,"Cost":501,"Date":"3/25/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":81,"Cost":77,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":210,"Cost":154,"Date":"10/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":516,"Cost":474,"Date":"3/2/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":714,"Cost":396,"Date":"6/28/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":787,"Cost":581,"Date":"7/17/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":931,"Cost":647,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":305,"Cost":275,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":828,"Cost":515,"Date":"11/20/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":291,"Cost":145,"Date":"12/16/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":897,"Cost":532,"Date":"12/30/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":25,"Cost":14,"Date":"2/15/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":768,"Cost":645,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":399,"Cost":228,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":998,"Cost":609,"Date":"4/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":745,"Cost":640,"Date":"7/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":660,"Cost":396,"Date":"8/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":496,"Cost":460,"Date":"10/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":851,"Cost":745,"Date":"11/11/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":78,"Cost":53,"Date":"11/30/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":667,"Cost":530,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":370,"Cost":295,"Date":"3/1/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":638,"Cost":591,"Date":"4/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":211,"Cost":118,"Date":"5/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":729,"Cost":467,"Date":"8/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":804,"Cost":634,"Date":"9/15/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":456,"Cost":365,"Date":"10/14/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":10,"Cost":6,"Date":"10/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":510,"Cost":381,"Date":"11/11/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":646,"Cost":363,"Date":"12/7/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":535,"Cost":304,"Date":"12/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":395,"Cost":229,"Date":"1/6/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":725,"Cost":455,"Date":"1/23/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":749,"Cost":399,"Date":"2/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":61,"Cost":41,"Date":"3/10/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":678,"Cost":409,"Date":"3/12/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":441,"Cost":310,"Date":"3/31/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":550,"Cost":406,"Date":"6/16/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":375,"Cost":249,"Date":"6/17/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":281,"Cost":237,"Date":"8/27/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":339,"Cost":234,"Date":"10/1/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":925,"Cost":781,"Date":"11/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":295,"Cost":192,"Date":"11/9/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":697,"Cost":595,"Date":"3/27/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":670,"Cost":516,"Date":"4/17/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":43,"Cost":25,"Date":"8/11/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":772,"Cost":492,"Date":"8/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":657,"Date":"9/2/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":621,"Date":"9/5/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":22,"Date":"9/14/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":380,"Cost":195,"Date":"9/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":198,"Date":"11/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":553,"Cost":302,"Date":"12/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":242,"Date":"1/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":58,"Date":"1/21/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":987,"Cost":815,"Date":"2/9/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":400,"Date":"3/19/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":10,"Cost":9,"Date":"4/3/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":58,"Date":"4/5/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":781,"Cost":619,"Date":"4/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":442,"Cost":224,"Date":"7/10/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":265,"Cost":224,"Date":"3/25/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":135,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":18,"Cost":10,"Date":"10/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":48,"Cost":35,"Date":"3/2/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":975,"Cost":577,"Date":"6/28/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":919,"Cost":746,"Date":"7/17/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":257,"Cost":181,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":559,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":304,"Cost":219,"Date":"11/20/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":154,"Cost":138,"Date":"12/16/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":853,"Cost":622,"Date":"12/30/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":479,"Cost":363,"Date":"2/15/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":807,"Cost":761,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":736,"Cost":466,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":52,"Cost":43,"Date":"4/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":404,"Cost":204,"Date":"7/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":914,"Cost":606,"Date":"8/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":127,"Cost":98,"Date":"10/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":399,"Cost":234,"Date":"11/11/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":525,"Date":"11/30/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":567,"Cost":419,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":868,"Cost":450,"Date":"3/1/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":721,"Cost":561,"Date":"4/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":678,"Cost":483,"Date":"5/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":839,"Cost":576,"Date":"8/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":556,"Cost":497,"Date":"9/15/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":661,"Date":"10/14/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":56,"Cost":39,"Date":"10/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":334,"Cost":207,"Date":"11/11/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":253,"Date":"12/7/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":1000,"Cost":882,"Date":"12/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":708,"Cost":373,"Date":"1/6/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":475,"Date":"1/23/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":854,"Cost":495,"Date":"2/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":321,"Cost":252,"Date":"3/10/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":235,"Cost":127,"Date":"3/12/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":604,"Cost":467,"Date":"3/31/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":119,"Cost":109,"Date":"6/16/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":728,"Cost":674,"Date":"6/17/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":179,"Cost":148,"Date":"8/27/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":858,"Cost":749,"Date":"10/1/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":589,"Cost":439,"Date":"11/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":633,"Cost":597,"Date":"11/9/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":258,"Cost":189,"Date":"3/27/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":41,"Date":"4/17/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":138,"Cost":125,"Date":"8/11/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":638,"Cost":481,"Date":"8/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":281,"Cost":247,"Date":"9/2/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":250,"Cost":163,"Date":"9/5/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":875,"Cost":676,"Date":"9/14/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":93,"Cost":61,"Date":"9/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":578,"Cost":428,"Date":"11/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":630,"Cost":374,"Date":"12/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":873,"Cost":732,"Date":"1/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":468,"Cost":384,"Date":"1/21/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":90,"Cost":77,"Date":"2/9/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":97,"Cost":80,"Date":"3/19/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":823,"Cost":456,"Date":"4/3/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":286,"Date":"4/5/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":393,"Cost":237,"Date":"4/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":211,"Cost":131,"Date":"7/10/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":45,"Cost":40,"Date":"3/25/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":622,"Cost":474,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":765,"Cost":576,"Date":"10/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":527,"Date":"3/2/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":694,"Date":"6/28/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":773,"Cost":400,"Date":"7/17/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":665,"Cost":493,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":650,"Cost":536,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":448,"Date":"11/20/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":513,"Date":"12/16/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":956,"Cost":525,"Date":"12/30/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":280,"Date":"2/15/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":192,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":809,"Cost":593,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":818,"Cost":613,"Date":"4/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":528,"Date":"7/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":542,"Cost":445,"Date":"8/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":251,"Cost":174,"Date":"10/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":57,"Cost":50,"Date":"11/11/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":753,"Date":"11/30/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":169,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":870,"Cost":605,"Date":"3/1/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":474,"Date":"4/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":462,"Cost":382,"Date":"5/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":227,"Cost":157,"Date":"8/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":520,"Cost":466,"Date":"9/15/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":418,"Date":"10/14/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":968,"Cost":855,"Date":"10/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":271,"Date":"11/11/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":733,"Cost":439,"Date":"12/7/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":167,"Date":"12/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":349,"Cost":221,"Date":"1/6/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":208,"Cost":189,"Date":"1/23/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":619,"Cost":563,"Date":"2/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":481,"Date":"3/10/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":843,"Cost":660,"Date":"3/12/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":145,"Date":"3/31/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":363,"Cost":253,"Date":"6/16/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":638,"Date":"6/17/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":65,"Date":"8/27/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":123,"Date":"10/1/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":634,"Cost":357,"Date":"11/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":868,"Cost":584,"Date":"11/9/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":639,"Cost":593,"Date":"3/27/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":895,"Cost":766,"Date":"4/17/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":183,"Cost":113,"Date":"8/11/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":609,"Cost":384,"Date":"8/21/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":298,"Cost":224,"Date":"9/2/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":140,"Cost":84,"Date":"9/5/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":510,"Cost":313,"Date":"9/14/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":23,"Cost":18,"Date":"9/20/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":671,"Cost":393,"Date":"11/20/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":872,"Cost":726,"Date":"12/21/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":100,"Cost":68,"Date":"1/7/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":806,"Cost":458,"Date":"1/21/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":626,"Cost":494,"Date":"2/9/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":394,"Cost":304,"Date":"3/19/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":332,"Cost":264,"Date":"4/3/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":547,"Cost":352,"Date":"4/5/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":879,"Cost":646,"Date":"4/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":650,"Cost":446,"Date":"7/10/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":381,"Cost":287,"Date":"3/25/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":505,"Cost":305,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":835,"Cost":622,"Date":"10/28/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":687,"Cost":425,"Date":"3/2/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":723,"Cost":560,"Date":"6/28/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":888,"Cost":740,"Date":"7/17/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":437,"Cost":293,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":220,"Cost":131,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":669,"Cost":544,"Date":"11/20/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":732,"Cost":442,"Date":"12/16/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":865,"Cost":743,"Date":"12/30/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":523,"Cost":455,"Date":"2/15/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":154,"Cost":91,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":799,"Cost":494,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":615,"Cost":414,"Date":"4/18/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":339,"Cost":229,"Date":"7/27/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":899,"Cost":842,"Date":"8/18/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":621,"Cost":550,"Date":"10/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":740,"Cost":629,"Date":"11/11/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":128,"Cost":86,"Date":"11/30/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":614,"Cost":412,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":273,"Cost":154,"Date":"3/1/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":630,"Cost":356,"Date":"4/13/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":612,"Cost":511,"Date":"5/20/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":337,"Cost":206,"Date":"8/13/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":984,"Cost":892,"Date":"9/15/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":875,"Cost":745,"Date":"10/14/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":725,"Cost":674,"Date":"10/28/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":269,"Cost":162,"Date":"11/11/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":596,"Cost":547,"Date":"12/7/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":745,"Cost":662,"Date":"12/21/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":551,"Cost":396,"Date":"1/6/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":740,"Cost":536,"Date":"1/23/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":662,"Cost":386,"Date":"2/4/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":999,"Cost":721,"Date":"3/10/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":422,"Cost":299,"Date":"3/12/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":703,"Cost":534,"Date":"3/31/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":714,"Cost":640,"Date":"6/16/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":275,"Cost":241,"Date":"6/17/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":504,"Cost":368,"Date":"8/27/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":869,"Cost":596,"Date":"10/1/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":193,"Cost":99,"Date":"11/4/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":94,"Cost":61,"Date":"11/9/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":564,"Cost":406,"Date":"3/27/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":602,"Cost":543,"Date":"4/17/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":21,"Date":"8/11/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":230,"Cost":211,"Date":"8/21/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":527,"Date":"9/2/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":186,"Cost":95,"Date":"9/5/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":743,"Cost":454,"Date":"9/14/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":227,"Cost":182,"Date":"9/20/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":275,"Cost":228,"Date":"11/20/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":499,"Cost":261,"Date":"12/21/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":784,"Cost":427,"Date":"1/7/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":793,"Cost":733,"Date":"1/21/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":9,"Cost":7,"Date":"2/9/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":245,"Date":"3/19/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":290,"Cost":246,"Date":"4/3/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":98,"Date":"4/5/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":418,"Cost":367,"Date":"4/28/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":286,"Cost":264,"Date":"7/10/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":413,"Cost":297,"Date":"3/25/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":455,"Cost":350,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":468,"Date":"10/28/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":197,"Cost":125,"Date":"3/2/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":74,"Date":"6/28/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":207,"Date":"7/17/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":296,"Cost":196,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":960,"Cost":563,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":213,"Date":"11/20/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":605,"Cost":413,"Date":"12/16/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":885,"Cost":540,"Date":"12/30/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":747,"Cost":543,"Date":"2/15/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":78,"Cost":64,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":297,"Cost":151,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":762,"Cost":581,"Date":"4/18/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":733,"Cost":686,"Date":"7/27/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":779,"Cost":416,"Date":"8/18/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":297,"Cost":260,"Date":"10/31/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":734,"Cost":371,"Date":"11/11/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":628,"Cost":514,"Date":"11/30/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":741,"Cost":625,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":182,"Cost":120,"Date":"3/1/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":84,"Cost":52,"Date":"4/13/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":923,"Cost":686,"Date":"5/20/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":420,"Cost":305,"Date":"8/13/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":521,"Cost":416,"Date":"9/15/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":492,"Date":"10/14/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":336,"Date":"10/28/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":358,"Cost":204,"Date":"11/11/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":65,"Date":"12/7/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":277,"Cost":240,"Date":"12/21/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":583,"Cost":333,"Date":"1/6/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":249,"Cost":136,"Date":"1/23/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":216,"Cost":170,"Date":"2/4/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":517,"Cost":343,"Date":"3/10/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":31,"Cost":24,"Date":"3/12/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":615,"Cost":464,"Date":"3/31/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":701,"Date":"6/16/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":658,"Cost":521,"Date":"6/17/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":71,"Cost":57,"Date":"8/27/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":763,"Cost":495,"Date":"10/1/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":403,"Date":"11/4/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":783,"Cost":457,"Date":"11/9/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":385,"Cost":271,"Date":"3/27/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":619,"Cost":494,"Date":"4/17/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":880,"Cost":574,"Date":"8/11/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":381,"Cost":286,"Date":"8/21/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":478,"Cost":446,"Date":"9/2/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":956,"Cost":700,"Date":"9/5/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":43,"Date":"9/14/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":417,"Cost":338,"Date":"9/20/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":328,"Cost":228,"Date":"11/20/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":152,"Cost":113,"Date":"12/21/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":461,"Cost":347,"Date":"1/7/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":275,"Cost":250,"Date":"1/21/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":464,"Cost":392,"Date":"2/9/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":248,"Date":"3/19/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":286,"Cost":198,"Date":"4/3/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":253,"Cost":223,"Date":"4/5/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":451,"Date":"4/28/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":419,"Date":"7/10/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":634,"Cost":372,"Date":"3/25/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":764,"Cost":467,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":80,"Cost":68,"Date":"10/28/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":491,"Date":"3/2/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":44,"Cost":35,"Date":"6/28/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":95,"Cost":59,"Date":"7/17/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":931,"Cost":691,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":292,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":353,"Cost":273,"Date":"11/20/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":362,"Cost":191,"Date":"12/16/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":377,"Date":"12/30/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":483,"Cost":403,"Date":"2/15/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":422,"Cost":235,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":98,"Cost":69,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":136,"Cost":80,"Date":"4/18/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":714,"Cost":641,"Date":"7/27/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":736,"Date":"8/18/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":572,"Cost":363,"Date":"10/31/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":692,"Cost":500,"Date":"11/11/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":46,"Date":"11/30/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":461,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":355,"Cost":182,"Date":"3/1/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":367,"Cost":340,"Date":"4/13/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":915,"Cost":636,"Date":"5/20/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":692,"Cost":447,"Date":"8/13/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":32,"Date":"9/15/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":806,"Cost":491,"Date":"10/14/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":915,"Cost":476,"Date":"10/28/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":975,"Cost":581,"Date":"11/11/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":747,"Cost":426,"Date":"12/7/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":785,"Cost":495,"Date":"12/21/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":775,"Cost":712,"Date":"1/6/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":68,"Cost":38,"Date":"1/23/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":213,"Cost":131,"Date":"2/4/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":26,"Date":"3/10/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":255,"Cost":238,"Date":"3/12/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":65,"Date":"3/31/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":92,"Cost":79,"Date":"6/16/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":507,"Cost":337,"Date":"6/17/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":228,"Cost":180,"Date":"8/27/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":739,"Cost":484,"Date":"10/1/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":532,"Date":"11/4/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":229,"Cost":187,"Date":"11/9/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":80,"Cost":41,"Date":"3/27/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":604,"Cost":479,"Date":"4/17/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":285,"Cost":202,"Date":"8/11/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":353,"Cost":254,"Date":"8/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":126,"Cost":110,"Date":"9/2/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":402,"Cost":251,"Date":"9/5/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":443,"Cost":335,"Date":"9/14/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":666,"Cost":391,"Date":"9/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":624,"Cost":317,"Date":"11/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":608,"Cost":494,"Date":"12/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":416,"Cost":388,"Date":"1/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":738,"Cost":453,"Date":"1/21/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":635,"Cost":439,"Date":"2/9/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":687,"Cost":467,"Date":"3/19/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":863,"Cost":806,"Date":"4/3/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":916,"Cost":578,"Date":"4/5/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":91,"Cost":75,"Date":"4/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":239,"Cost":122,"Date":"7/10/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":990,"Cost":504,"Date":"3/25/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":245,"Cost":162,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":679,"Cost":597,"Date":"10/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":599,"Cost":434,"Date":"3/2/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":811,"Cost":536,"Date":"6/28/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":645,"Cost":609,"Date":"7/17/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":279,"Cost":165,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":76,"Cost":53,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":775,"Cost":676,"Date":"11/20/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":717,"Cost":547,"Date":"12/16/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":56,"Cost":53,"Date":"12/30/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":704,"Cost":545,"Date":"2/15/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":227,"Cost":214,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":430,"Cost":393,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":216,"Cost":125,"Date":"4/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":193,"Cost":110,"Date":"7/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":184,"Cost":123,"Date":"8/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":615,"Cost":459,"Date":"10/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":398,"Cost":226,"Date":"11/11/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":120,"Cost":102,"Date":"11/30/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":563,"Cost":450,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":151,"Cost":137,"Date":"3/1/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":883,"Cost":464,"Date":"4/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":904,"Cost":581,"Date":"5/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":978,"Cost":499,"Date":"8/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":124,"Cost":80,"Date":"9/15/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":179,"Cost":148,"Date":"10/14/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":454,"Cost":399,"Date":"10/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":261,"Cost":209,"Date":"11/11/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":511,"Cost":264,"Date":"12/7/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":297,"Cost":271,"Date":"12/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":11,"Cost":7,"Date":"1/6/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":35,"Cost":22,"Date":"1/23/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":469,"Cost":361,"Date":"2/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":26,"Cost":19,"Date":"3/10/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":1,"Cost":1,"Date":"3/12/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":340,"Cost":267,"Date":"3/31/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":647,"Cost":572,"Date":"6/16/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":117,"Cost":85,"Date":"6/17/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":221,"Cost":137,"Date":"8/27/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":644,"Cost":482,"Date":"10/1/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":11,"Cost":7,"Date":"11/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":40,"Cost":35,"Date":"11/9/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":528,"Cost":389,"Date":"3/27/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":563,"Cost":348,"Date":"4/17/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":570,"Cost":370,"Date":"8/11/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":283,"Cost":169,"Date":"8/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":288,"Cost":244,"Date":"9/2/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":51,"Cost":28,"Date":"9/5/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":776,"Cost":592,"Date":"9/14/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":368,"Cost":240,"Date":"9/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":565,"Cost":349,"Date":"11/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":838,"Cost":488,"Date":"12/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":282,"Cost":165,"Date":"1/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":582,"Cost":310,"Date":"1/21/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":753,"Cost":376,"Date":"2/9/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":370,"Cost":288,"Date":"3/19/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":634,"Cost":602,"Date":"4/3/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":597,"Cost":303,"Date":"4/5/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":321,"Cost":205,"Date":"4/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":588,"Cost":338,"Date":"7/10/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":664,"Cost":351,"Date":"3/25/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":543,"Cost":474,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":293,"Cost":269,"Date":"10/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":567,"Cost":503,"Date":"3/2/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":299,"Cost":254,"Date":"6/28/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":947,"Cost":706,"Date":"7/17/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":857,"Cost":559,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":690,"Cost":373,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":61,"Cost":31,"Date":"11/20/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":50,"Cost":34,"Date":"12/16/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":358,"Cost":263,"Date":"12/30/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":218,"Cost":115,"Date":"2/15/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":131,"Cost":94,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":781,"Cost":603,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":764,"Cost":463,"Date":"4/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":819,"Cost":454,"Date":"7/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":147,"Cost":95,"Date":"8/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":903,"Cost":525,"Date":"10/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":224,"Cost":136,"Date":"11/11/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":487,"Cost":292,"Date":"11/30/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":426,"Cost":403,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":333,"Cost":239,"Date":"3/1/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":425,"Cost":240,"Date":"4/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":767,"Cost":439,"Date":"5/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":750,"Cost":465,"Date":"8/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":576,"Cost":522,"Date":"9/15/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":402,"Cost":206,"Date":"10/14/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":871,"Cost":525,"Date":"10/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":508,"Cost":413,"Date":"11/11/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":671,"Cost":369,"Date":"12/7/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":790,"Cost":652,"Date":"12/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":777,"Cost":648,"Date":"1/6/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":700,"Cost":633,"Date":"1/23/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":332,"Cost":270,"Date":"2/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":456,"Cost":250,"Date":"3/10/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":335,"Cost":278,"Date":"3/12/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":950,"Cost":758,"Date":"3/31/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":15,"Cost":12,"Date":"6/16/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":593,"Cost":464,"Date":"6/17/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":605,"Cost":530,"Date":"8/27/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":58,"Cost":55,"Date":"10/1/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":301,"Cost":254,"Date":"11/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":363,"Cost":186,"Date":"11/9/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":444,"Date":"3/27/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":148,"Date":"4/17/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":265,"Date":"8/11/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":944,"Cost":488,"Date":"8/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":694,"Cost":391,"Date":"9/2/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":876,"Cost":560,"Date":"9/5/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":894,"Cost":820,"Date":"9/14/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":847,"Cost":702,"Date":"9/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":99,"Cost":49,"Date":"11/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":934,"Date":"12/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":739,"Date":"1/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":185,"Date":"1/21/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":834,"Cost":439,"Date":"2/9/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":362,"Cost":298,"Date":"3/19/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":55,"Date":"4/3/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":591,"Cost":325,"Date":"4/5/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":482,"Date":"4/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":289,"Date":"7/10/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":623,"Cost":483,"Date":"3/25/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":454,"Cost":242,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":561,"Cost":326,"Date":"10/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":122,"Date":"3/2/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":280,"Date":"6/28/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":216,"Cost":126,"Date":"7/17/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":302,"Cost":248,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":144,"Cost":114,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":808,"Cost":431,"Date":"11/20/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":806,"Date":"12/16/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":258,"Cost":213,"Date":"12/30/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":362,"Date":"2/15/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":101,"Cost":78,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":519,"Cost":455,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":296,"Cost":173,"Date":"4/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":798,"Cost":624,"Date":"7/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":350,"Date":"8/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":649,"Cost":392,"Date":"10/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":866,"Date":"11/11/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":82,"Cost":43,"Date":"11/30/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":43,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":389,"Date":"3/1/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":875,"Cost":718,"Date":"4/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":809,"Cost":549,"Date":"5/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":183,"Cost":164,"Date":"8/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":625,"Cost":364,"Date":"9/15/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":261,"Cost":203,"Date":"10/14/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":386,"Cost":212,"Date":"10/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":216,"Cost":182,"Date":"11/11/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":550,"Cost":319,"Date":"12/7/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":143,"Cost":88,"Date":"12/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":641,"Cost":472,"Date":"1/6/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":3,"Date":"1/23/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":947,"Cost":536,"Date":"2/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":777,"Cost":443,"Date":"3/10/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":311,"Cost":233,"Date":"3/12/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":217,"Date":"3/31/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":288,"Cost":209,"Date":"6/16/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":994,"Cost":804,"Date":"6/17/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":903,"Date":"8/27/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":16,"Cost":14,"Date":"10/1/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":487,"Cost":395,"Date":"11/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":167,"Cost":97,"Date":"11/9/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":759,"Cost":558,"Date":"3/27/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":236,"Cost":175,"Date":"4/17/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":275,"Cost":150,"Date":"8/11/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":924,"Cost":469,"Date":"8/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":836,"Cost":673,"Date":"9/2/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":599,"Cost":565,"Date":"9/5/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":210,"Cost":166,"Date":"9/14/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":367,"Date":"9/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":361,"Cost":197,"Date":"11/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":994,"Cost":646,"Date":"12/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":997,"Cost":713,"Date":"1/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":363,"Cost":297,"Date":"1/21/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":574,"Cost":459,"Date":"2/9/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":278,"Date":"3/19/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":362,"Cost":277,"Date":"4/3/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":628,"Date":"4/5/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":382,"Cost":310,"Date":"4/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":314,"Cost":261,"Date":"7/10/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":131,"Cost":97,"Date":"3/25/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":347,"Cost":270,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":481,"Cost":343,"Date":"10/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":100,"Cost":95,"Date":"3/2/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":81,"Cost":68,"Date":"6/28/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":654,"Cost":442,"Date":"7/17/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":573,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":583,"Cost":532,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":300,"Cost":216,"Date":"11/20/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":49,"Cost":47,"Date":"12/16/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":274,"Date":"12/30/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":409,"Cost":243,"Date":"2/15/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":926,"Cost":488,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":170,"Cost":156,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":47,"Cost":43,"Date":"4/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":752,"Cost":416,"Date":"7/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":258,"Cost":160,"Date":"8/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":274,"Date":"10/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":641,"Cost":512,"Date":"11/11/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":874,"Cost":809,"Date":"11/30/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":611,"Cost":361,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":24,"Cost":23,"Date":"3/1/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":421,"Date":"4/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":954,"Cost":480,"Date":"5/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":503,"Cost":377,"Date":"8/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":433,"Cost":382,"Date":"9/15/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":510,"Cost":396,"Date":"10/14/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":268,"Cost":245,"Date":"10/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":397,"Date":"11/11/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":169,"Cost":105,"Date":"12/7/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":423,"Date":"12/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":778,"Cost":400,"Date":"1/6/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":124,"Cost":75,"Date":"1/23/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":279,"Cost":247,"Date":"2/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":243,"Cost":181,"Date":"3/10/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":965,"Cost":813,"Date":"3/12/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":9,"Cost":7,"Date":"3/31/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":647,"Cost":573,"Date":"6/16/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":505,"Cost":262,"Date":"6/17/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":455,"Cost":366,"Date":"8/27/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":401,"Cost":240,"Date":"10/1/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":669,"Cost":443,"Date":"11/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":428,"Date":"11/9/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":139,"Cost":107,"Date":"3/27/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":715,"Cost":381,"Date":"4/17/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":201,"Cost":135,"Date":"8/11/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":404,"Cost":253,"Date":"8/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":384,"Cost":240,"Date":"9/2/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":929,"Cost":613,"Date":"9/5/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":737,"Cost":484,"Date":"9/14/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":686,"Cost":595,"Date":"9/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":455,"Cost":317,"Date":"11/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":208,"Date":"12/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":474,"Cost":266,"Date":"1/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":851,"Cost":614,"Date":"1/21/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":361,"Date":"2/9/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":335,"Cost":221,"Date":"3/19/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":291,"Date":"4/3/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":450,"Cost":382,"Date":"4/5/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":433,"Cost":288,"Date":"4/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":674,"Cost":346,"Date":"7/10/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":581,"Date":"3/25/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":972,"Cost":617,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":197,"Cost":145,"Date":"10/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":199,"Cost":147,"Date":"3/2/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":290,"Cost":222,"Date":"6/28/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":277,"Date":"7/17/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":786,"Cost":551,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":919,"Cost":683,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":749,"Cost":552,"Date":"11/20/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":435,"Cost":407,"Date":"12/16/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":33,"Cost":19,"Date":"12/30/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":761,"Cost":480,"Date":"2/15/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":87,"Cost":60,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":916,"Cost":568,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":376,"Cost":199,"Date":"4/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":792,"Cost":492,"Date":"7/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":604,"Cost":320,"Date":"8/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":422,"Cost":348,"Date":"10/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":186,"Date":"11/11/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":954,"Cost":773,"Date":"11/30/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":848,"Cost":572,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":612,"Cost":538,"Date":"3/1/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":389,"Cost":242,"Date":"4/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":922,"Cost":874,"Date":"5/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":552,"Cost":517,"Date":"8/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":632,"Cost":316,"Date":"9/15/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":506,"Cost":437,"Date":"10/14/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":99,"Cost":51,"Date":"10/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":637,"Cost":460,"Date":"11/11/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":280,"Cost":217,"Date":"12/7/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":334,"Date":"12/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":913,"Cost":563,"Date":"1/6/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":695,"Cost":536,"Date":"1/23/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":122,"Cost":91,"Date":"2/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":16,"Cost":11,"Date":"3/10/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":146,"Date":"3/12/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":460,"Date":"3/31/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":378,"Cost":239,"Date":"6/16/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":413,"Cost":393,"Date":"6/17/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":309,"Cost":224,"Date":"8/27/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":64,"Cost":45,"Date":"10/1/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":864,"Date":"11/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":544,"Cost":463,"Date":"11/9/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":336,"Cost":317,"Date":"3/27/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":554,"Cost":319,"Date":"4/17/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":298,"Cost":166,"Date":"8/11/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":792,"Cost":730,"Date":"8/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":614,"Cost":316,"Date":"9/2/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":651,"Cost":458,"Date":"9/5/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":263,"Cost":178,"Date":"9/14/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":911,"Cost":517,"Date":"9/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":514,"Cost":258,"Date":"11/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":7,"Cost":5,"Date":"12/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":596,"Cost":434,"Date":"1/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":288,"Cost":163,"Date":"1/21/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":813,"Cost":609,"Date":"2/9/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":256,"Cost":166,"Date":"3/19/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":774,"Cost":726,"Date":"4/3/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":638,"Cost":350,"Date":"4/5/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":959,"Cost":834,"Date":"4/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":893,"Cost":801,"Date":"7/10/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":336,"Cost":284,"Date":"3/25/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":858,"Cost":542,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":370,"Cost":349,"Date":"10/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":303,"Cost":155,"Date":"3/2/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":844,"Cost":515,"Date":"6/28/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":245,"Cost":154,"Date":"7/17/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":9,"Cost":4,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":500,"Cost":475,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":867,"Cost":716,"Date":"11/20/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":562,"Cost":396,"Date":"12/16/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":350,"Cost":180,"Date":"12/30/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":691,"Cost":556,"Date":"2/15/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":434,"Cost":244,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":483,"Cost":379,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":35,"Cost":18,"Date":"4/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":655,"Cost":443,"Date":"7/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":513,"Cost":428,"Date":"8/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":78,"Cost":58,"Date":"10/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":209,"Cost":172,"Date":"11/11/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":945,"Cost":586,"Date":"11/30/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":315,"Cost":287,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":638,"Cost":599,"Date":"3/1/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":114,"Cost":73,"Date":"4/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":713,"Cost":564,"Date":"5/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":306,"Cost":215,"Date":"8/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":841,"Cost":560,"Date":"9/15/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":713,"Cost":424,"Date":"10/14/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":297,"Cost":267,"Date":"10/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":46,"Cost":30,"Date":"11/11/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":920,"Cost":713,"Date":"12/7/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":628,"Cost":352,"Date":"12/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":840,"Cost":722,"Date":"1/6/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":897,"Cost":706,"Date":"1/23/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":649,"Cost":427,"Date":"2/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":858,"Cost":436,"Date":"3/10/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":662,"Cost":622,"Date":"3/12/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":215,"Cost":135,"Date":"3/31/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":613,"Cost":379,"Date":"6/16/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":300,"Cost":162,"Date":"6/17/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":1000,"Cost":930,"Date":"8/27/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":748,"Cost":607,"Date":"10/1/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":589,"Cost":311,"Date":"11/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":656,"Cost":547,"Date":"11/9/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":438,"Cost":298,"Date":"3/27/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":579,"Cost":372,"Date":"4/17/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":900,"Cost":807,"Date":"8/11/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":166,"Cost":134,"Date":"8/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":211,"Cost":198,"Date":"9/2/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":902,"Cost":686,"Date":"9/5/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":128,"Cost":94,"Date":"9/14/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":435,"Cost":397,"Date":"9/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":220,"Cost":156,"Date":"11/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":546,"Cost":331,"Date":"12/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":910,"Cost":552,"Date":"1/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":293,"Cost":260,"Date":"1/21/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":4,"Cost":2,"Date":"2/9/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":649,"Cost":560,"Date":"3/19/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":350,"Cost":203,"Date":"4/3/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":831,"Cost":530,"Date":"4/5/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":110,"Cost":59,"Date":"4/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":540,"Cost":433,"Date":"7/10/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":115,"Cost":82,"Date":"3/25/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":734,"Cost":620,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":453,"Cost":350,"Date":"10/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":586,"Cost":523,"Date":"3/2/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":191,"Cost":100,"Date":"6/28/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":368,"Cost":232,"Date":"7/17/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":561,"Cost":301,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":714,"Cost":416,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":706,"Cost":394,"Date":"11/20/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":577,"Cost":402,"Date":"12/16/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":19,"Cost":11,"Date":"12/30/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":366,"Cost":289,"Date":"2/15/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":847,"Cost":697,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":81,"Cost":41,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":922,"Cost":646,"Date":"4/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":864,"Cost":567,"Date":"7/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":841,"Cost":756,"Date":"8/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":181,"Cost":122,"Date":"10/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":857,"Cost":749,"Date":"11/11/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":990,"Cost":664,"Date":"11/30/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":251,"Cost":127,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":306,"Cost":271,"Date":"3/1/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":805,"Cost":462,"Date":"4/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":187,"Cost":108,"Date":"5/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":430,"Cost":267,"Date":"8/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":466,"Cost":259,"Date":"9/15/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":895,"Cost":819,"Date":"10/14/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":48,"Cost":44,"Date":"10/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":305,"Cost":156,"Date":"11/11/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":206,"Cost":112,"Date":"12/7/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":746,"Cost":551,"Date":"12/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":656,"Cost":558,"Date":"1/6/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":80,"Cost":70,"Date":"1/23/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":286,"Cost":222,"Date":"2/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":485,"Cost":291,"Date":"3/10/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":225,"Cost":182,"Date":"3/12/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":269,"Cost":248,"Date":"3/31/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":34,"Cost":31,"Date":"6/16/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":629,"Cost":465,"Date":"6/17/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":379,"Cost":347,"Date":"8/27/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":677,"Cost":430,"Date":"10/1/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":593,"Cost":439,"Date":"11/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":303,"Cost":217,"Date":"11/9/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":853,"Cost":568,"Date":"3/27/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":416,"Cost":350,"Date":"4/17/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":376,"Cost":200,"Date":"8/11/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":118,"Cost":60,"Date":"8/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":446,"Cost":344,"Date":"9/2/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":537,"Cost":354,"Date":"9/5/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":653,"Cost":454,"Date":"9/14/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":319,"Cost":205,"Date":"9/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":496,"Cost":357,"Date":"11/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":482,"Cost":345,"Date":"12/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":451,"Cost":257,"Date":"1/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":561,"Cost":341,"Date":"1/21/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":491,"Cost":258,"Date":"2/9/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":473,"Cost":329,"Date":"3/19/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":911,"Cost":690,"Date":"4/3/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":523,"Cost":370,"Date":"4/5/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":896,"Cost":829,"Date":"4/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":182,"Cost":97,"Date":"7/10/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":877,"Cost":685,"Date":"3/25/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":915,"Cost":797,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":288,"Cost":216,"Date":"10/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":561,"Cost":333,"Date":"3/2/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":517,"Cost":365,"Date":"6/28/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":83,"Cost":51,"Date":"7/17/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":911,"Cost":740,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":858,"Cost":781,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":600,"Cost":407,"Date":"11/20/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":501,"Cost":286,"Date":"12/16/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":482,"Cost":438,"Date":"12/30/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":652,"Cost":552,"Date":"2/15/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":140,"Cost":105,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":975,"Cost":702,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":552,"Cost":458,"Date":"4/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":230,"Cost":177,"Date":"7/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":117,"Cost":102,"Date":"8/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":375,"Cost":190,"Date":"10/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":782,"Cost":621,"Date":"11/11/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":427,"Cost":234,"Date":"11/30/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":752,"Cost":554,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":749,"Cost":600,"Date":"3/1/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":387,"Cost":195,"Date":"4/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":108,"Cost":58,"Date":"5/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":103,"Cost":93,"Date":"8/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":984,"Cost":639,"Date":"9/15/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":194,"Cost":111,"Date":"10/14/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":169,"Cost":112,"Date":"10/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":906,"Cost":786,"Date":"11/11/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":566,"Cost":495,"Date":"12/7/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":154,"Cost":109,"Date":"12/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":517,"Cost":439,"Date":"1/6/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":284,"Cost":157,"Date":"1/23/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":165,"Cost":107,"Date":"2/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":710,"Cost":530,"Date":"3/10/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":628,"Cost":568,"Date":"3/12/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":663,"Cost":397,"Date":"3/31/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":682,"Cost":348,"Date":"6/16/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":27,"Cost":23,"Date":"6/17/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":867,"Cost":612,"Date":"8/27/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":90,"Cost":82,"Date":"10/1/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":623,"Cost":586,"Date":"11/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":213,"Cost":187,"Date":"11/9/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":907,"Cost":768,"Date":"3/27/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":661,"Cost":609,"Date":"4/17/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":237,"Cost":191,"Date":"8/11/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":569,"Cost":534,"Date":"8/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":751,"Cost":509,"Date":"9/2/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":856,"Cost":737,"Date":"9/5/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":271,"Cost":185,"Date":"9/14/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":908,"Cost":476,"Date":"9/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":831,"Cost":578,"Date":"11/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"12/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":968,"Cost":780,"Date":"1/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":178,"Cost":143,"Date":"1/21/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":460,"Cost":351,"Date":"2/9/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":153,"Cost":98,"Date":"3/19/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":40,"Cost":34,"Date":"4/3/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":766,"Cost":629,"Date":"4/5/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":926,"Cost":855,"Date":"4/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":83,"Cost":50,"Date":"7/10/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":90,"Cost":62,"Date":"3/25/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":668,"Cost":474,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":560,"Cost":329,"Date":"10/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":699,"Cost":570,"Date":"3/2/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":647,"Cost":488,"Date":"6/28/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":227,"Cost":119,"Date":"7/17/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":633,"Cost":397,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":188,"Cost":176,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":602,"Cost":316,"Date":"11/20/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":592,"Cost":448,"Date":"12/16/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":807,"Cost":653,"Date":"12/30/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":513,"Cost":335,"Date":"2/15/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":660,"Cost":511,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":146,"Cost":124,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":751,"Cost":431,"Date":"4/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":645,"Cost":477,"Date":"7/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":928,"Cost":507,"Date":"8/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":804,"Cost":493,"Date":"10/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":951,"Cost":849,"Date":"11/11/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":676,"Cost":515,"Date":"11/30/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":96,"Cost":52,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":231,"Cost":192,"Date":"3/1/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":899,"Cost":622,"Date":"4/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":509,"Cost":277,"Date":"5/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":235,"Cost":153,"Date":"8/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":614,"Cost":496,"Date":"9/15/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":525,"Cost":411,"Date":"10/14/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":539,"Cost":450,"Date":"10/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":840,"Cost":510,"Date":"11/11/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":550,"Cost":319,"Date":"12/7/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":403,"Cost":348,"Date":"12/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":619,"Cost":377,"Date":"1/6/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":642,"Cost":556,"Date":"1/23/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":859,"Cost":483,"Date":"2/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":351,"Cost":232,"Date":"3/10/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":256,"Cost":138,"Date":"3/12/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":192,"Cost":166,"Date":"3/31/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":853,"Cost":671,"Date":"6/16/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":856,"Cost":675,"Date":"6/17/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":504,"Cost":338,"Date":"8/27/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":765,"Cost":674,"Date":"10/1/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":958,"Cost":715,"Date":"11/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":145,"Cost":138,"Date":"11/9/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":137,"Cost":74,"Date":"3/27/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":185,"Cost":105,"Date":"4/17/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":614,"Date":"8/11/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":75,"Cost":42,"Date":"8/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":981,"Cost":694,"Date":"9/2/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":948,"Cost":483,"Date":"9/5/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":257,"Date":"9/14/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":12,"Date":"9/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":310,"Date":"11/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":770,"Cost":468,"Date":"12/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":154,"Cost":146,"Date":"1/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":390,"Date":"1/21/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":849,"Cost":782,"Date":"2/9/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":991,"Cost":823,"Date":"3/19/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":503,"Cost":432,"Date":"4/3/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":265,"Cost":166,"Date":"4/5/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":636,"Cost":415,"Date":"4/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":594,"Date":"7/10/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":129,"Cost":90,"Date":"3/25/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":799,"Cost":757,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":712,"Cost":439,"Date":"10/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":339,"Cost":321,"Date":"3/2/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":589,"Cost":450,"Date":"6/28/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":163,"Date":"7/17/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":451,"Cost":352,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":263,"Cost":164,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":672,"Cost":507,"Date":"11/20/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":196,"Date":"12/16/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":175,"Cost":112,"Date":"12/30/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":162,"Cost":83,"Date":"2/15/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":641,"Cost":384,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":355,"Cost":321,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":783,"Cost":566,"Date":"4/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":13,"Cost":8,"Date":"7/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":224,"Cost":195,"Date":"8/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":386,"Date":"10/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":300,"Cost":242,"Date":"11/11/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":477,"Date":"11/30/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":82,"Cost":45,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":71,"Cost":38,"Date":"3/1/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":199,"Date":"4/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":766,"Cost":675,"Date":"5/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":128,"Date":"8/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":232,"Cost":131,"Date":"9/15/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":953,"Cost":627,"Date":"10/14/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":236,"Date":"10/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":251,"Cost":165,"Date":"11/11/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":509,"Date":"12/7/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":52,"Cost":39,"Date":"12/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":956,"Cost":872,"Date":"1/6/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":380,"Cost":210,"Date":"1/23/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":194,"Cost":154,"Date":"2/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":554,"Cost":337,"Date":"3/10/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":140,"Cost":106,"Date":"3/12/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":328,"Date":"3/31/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":410,"Date":"6/16/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":568,"Cost":344,"Date":"6/17/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":124,"Cost":106,"Date":"8/27/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":243,"Cost":217,"Date":"10/1/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":397,"Date":"11/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":572,"Cost":464,"Date":"11/9/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":241,"Date":"3/27/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":699,"Cost":449,"Date":"4/17/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":675,"Cost":616,"Date":"8/11/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":274,"Cost":258,"Date":"8/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":685,"Cost":501,"Date":"9/2/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":93,"Cost":52,"Date":"9/5/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":65,"Date":"9/14/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":867,"Cost":704,"Date":"9/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":654,"Cost":437,"Date":"11/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":95,"Date":"12/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":496,"Date":"1/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":640,"Cost":390,"Date":"1/21/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":755,"Cost":672,"Date":"2/9/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":664,"Date":"3/19/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":77,"Cost":61,"Date":"4/3/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":230,"Cost":159,"Date":"4/5/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":69,"Cost":48,"Date":"4/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":90,"Cost":77,"Date":"7/10/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":819,"Cost":513,"Date":"3/25/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":396,"Cost":311,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":37,"Cost":30,"Date":"10/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":711,"Cost":398,"Date":"3/2/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":764,"Cost":483,"Date":"6/28/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":652,"Cost":451,"Date":"7/17/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":595,"Cost":551,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":78,"Cost":55,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":14,"Cost":7,"Date":"11/20/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":487,"Cost":359,"Date":"12/16/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":228,"Cost":215,"Date":"12/30/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":627,"Cost":591,"Date":"2/15/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":146,"Cost":133,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":376,"Cost":194,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":906,"Cost":714,"Date":"4/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":328,"Date":"7/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":433,"Date":"8/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":241,"Date":"10/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":290,"Cost":248,"Date":"11/11/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":697,"Cost":540,"Date":"11/30/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":365,"Cost":317,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":924,"Cost":679,"Date":"3/1/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":552,"Cost":511,"Date":"4/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":722,"Cost":464,"Date":"5/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":968,"Cost":553,"Date":"8/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":278,"Cost":216,"Date":"9/15/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":327,"Cost":193,"Date":"10/14/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":788,"Cost":526,"Date":"10/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":252,"Cost":175,"Date":"11/11/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":349,"Date":"12/7/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":6,"Date":"12/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":677,"Cost":445,"Date":"1/6/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":692,"Cost":509,"Date":"1/23/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":742,"Date":"2/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":792,"Cost":750,"Date":"3/10/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":691,"Date":"3/12/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":184,"Cost":95,"Date":"3/31/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":971,"Cost":590,"Date":"6/16/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":177,"Cost":168,"Date":"6/17/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":305,"Date":"8/27/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":660,"Cost":439,"Date":"10/1/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":428,"Cost":299,"Date":"11/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":195,"Cost":153,"Date":"11/9/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":233,"Date":"3/27/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":515,"Cost":326,"Date":"4/17/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":968,"Cost":698,"Date":"8/11/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":86,"Cost":52,"Date":"8/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":757,"Cost":686,"Date":"9/2/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":907,"Cost":540,"Date":"9/5/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":780,"Cost":721,"Date":"9/14/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":393,"Cost":239,"Date":"9/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":242,"Cost":188,"Date":"11/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":981,"Cost":642,"Date":"12/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":785,"Cost":677,"Date":"1/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":142,"Cost":77,"Date":"1/21/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":131,"Cost":123,"Date":"2/9/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":472,"Cost":236,"Date":"3/19/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":388,"Cost":361,"Date":"4/3/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":968,"Cost":651,"Date":"4/5/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":512,"Cost":303,"Date":"4/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":491,"Cost":401,"Date":"7/10/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":84,"Cost":42,"Date":"3/25/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":972,"Cost":663,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":943,"Cost":578,"Date":"10/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":364,"Date":"3/2/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":610,"Cost":558,"Date":"6/28/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":824,"Cost":516,"Date":"7/17/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":331,"Cost":232,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":404,"Cost":344,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":332,"Cost":295,"Date":"11/20/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":384,"Cost":254,"Date":"12/16/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":820,"Cost":749,"Date":"12/30/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":920,"Cost":708,"Date":"2/15/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":216,"Cost":138,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":19,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":496,"Date":"4/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":686,"Cost":645,"Date":"7/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":39,"Cost":34,"Date":"8/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":590,"Cost":506,"Date":"10/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":878,"Cost":470,"Date":"11/11/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":28,"Date":"11/30/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":528,"Cost":423,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":30,"Cost":23,"Date":"3/1/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":607,"Cost":389,"Date":"4/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":806,"Cost":508,"Date":"5/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":533,"Cost":463,"Date":"8/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":342,"Cost":289,"Date":"9/15/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":293,"Cost":260,"Date":"10/14/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":1,"Cost":0,"Date":"10/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":962,"Cost":681,"Date":"11/11/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":680,"Cost":553,"Date":"12/7/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":910,"Cost":668,"Date":"12/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":44,"Cost":40,"Date":"1/6/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":661,"Cost":490,"Date":"1/23/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":507,"Cost":463,"Date":"2/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":448,"Cost":322,"Date":"3/10/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":371,"Date":"3/12/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":280,"Cost":185,"Date":"3/31/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":460,"Cost":417,"Date":"6/16/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":401,"Cost":263,"Date":"6/17/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":568,"Cost":310,"Date":"8/27/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":805,"Cost":585,"Date":"10/1/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":97,"Cost":85,"Date":"11/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":42,"Cost":21,"Date":"11/9/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":550,"Cost":360,"Date":"3/27/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":513,"Cost":317,"Date":"4/17/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":719,"Cost":383,"Date":"8/11/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":174,"Cost":118,"Date":"8/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":119,"Cost":71,"Date":"9/2/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":801,"Cost":413,"Date":"9/5/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":944,"Cost":763,"Date":"9/14/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":591,"Date":"9/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":368,"Cost":200,"Date":"11/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":54,"Cost":47,"Date":"12/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":712,"Cost":356,"Date":"1/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":106,"Cost":65,"Date":"1/21/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":651,"Date":"2/9/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":551,"Cost":350,"Date":"3/19/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":984,"Cost":921,"Date":"4/3/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":272,"Cost":157,"Date":"4/5/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":376,"Cost":188,"Date":"4/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":886,"Cost":787,"Date":"7/10/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":441,"Cost":227,"Date":"3/25/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":918,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":349,"Cost":316,"Date":"10/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":146,"Cost":111,"Date":"3/2/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":69,"Cost":49,"Date":"6/28/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":263,"Cost":193,"Date":"7/17/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":306,"Cost":231,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":467,"Cost":440,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":730,"Cost":457,"Date":"11/20/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":468,"Cost":380,"Date":"12/16/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":63,"Cost":40,"Date":"12/30/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":168,"Cost":91,"Date":"2/15/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":764,"Cost":595,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":459,"Cost":265,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":268,"Date":"4/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":683,"Cost":564,"Date":"7/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":807,"Cost":698,"Date":"8/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":916,"Cost":551,"Date":"10/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":78,"Cost":53,"Date":"11/11/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":612,"Cost":554,"Date":"11/30/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":882,"Cost":648,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":879,"Cost":790,"Date":"3/1/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":374,"Cost":253,"Date":"4/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":455,"Cost":409,"Date":"5/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":623,"Cost":354,"Date":"8/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":340,"Cost":261,"Date":"9/15/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":214,"Date":"10/14/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":740,"Cost":527,"Date":"10/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":971,"Cost":617,"Date":"11/11/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":799,"Cost":713,"Date":"12/7/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":597,"Cost":384,"Date":"12/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":734,"Cost":682,"Date":"1/6/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":38,"Cost":25,"Date":"1/23/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":249,"Cost":138,"Date":"2/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":278,"Cost":250,"Date":"3/10/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":825,"Cost":557,"Date":"3/12/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":509,"Cost":420,"Date":"3/31/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":24,"Cost":14,"Date":"6/16/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":720,"Cost":422,"Date":"6/17/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":532,"Date":"8/27/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":391,"Cost":370,"Date":"10/1/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":561,"Cost":404,"Date":"11/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":593,"Cost":333,"Date":"11/9/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":143,"Cost":83,"Date":"3/27/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":210,"Cost":137,"Date":"4/17/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":785,"Cost":596,"Date":"8/11/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":285,"Cost":246,"Date":"8/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":971,"Cost":649,"Date":"9/2/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":184,"Cost":127,"Date":"9/5/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":755,"Cost":518,"Date":"9/14/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":149,"Cost":126,"Date":"9/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":224,"Cost":158,"Date":"11/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":771,"Cost":638,"Date":"12/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":18,"Cost":17,"Date":"1/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":702,"Cost":606,"Date":"1/21/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":330,"Cost":230,"Date":"2/9/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":694,"Cost":424,"Date":"3/19/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":711,"Cost":372,"Date":"4/3/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":137,"Date":"4/5/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":144,"Date":"4/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":69,"Cost":35,"Date":"7/10/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":857,"Cost":765,"Date":"3/25/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":211,"Cost":172,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":632,"Cost":344,"Date":"10/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":977,"Cost":679,"Date":"3/2/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":835,"Cost":663,"Date":"6/28/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":563,"Cost":431,"Date":"7/17/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":803,"Cost":589,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":9,"Cost":7,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":441,"Cost":395,"Date":"11/20/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":540,"Cost":375,"Date":"12/16/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":470,"Cost":437,"Date":"12/30/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":808,"Cost":414,"Date":"2/15/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":29,"Cost":23,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":142,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":404,"Date":"4/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":955,"Cost":826,"Date":"7/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":443,"Date":"8/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":37,"Date":"10/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":397,"Date":"11/11/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":161,"Cost":137,"Date":"11/30/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":810,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":406,"Cost":347,"Date":"3/1/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":333,"Date":"4/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":205,"Cost":163,"Date":"5/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":324,"Date":"8/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":822,"Cost":582,"Date":"9/15/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":29,"Date":"10/14/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":918,"Cost":545,"Date":"10/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":501,"Cost":378,"Date":"11/11/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":455,"Date":"12/7/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":632,"Cost":444,"Date":"12/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":668,"Date":"1/6/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":586,"Cost":483,"Date":"1/23/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":132,"Cost":107,"Date":"2/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":687,"Cost":411,"Date":"3/10/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":559,"Cost":377,"Date":"3/12/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":992,"Cost":781,"Date":"3/31/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":188,"Cost":170,"Date":"6/16/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":593,"Cost":420,"Date":"6/17/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":159,"Date":"8/27/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":481,"Cost":316,"Date":"10/1/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":648,"Date":"11/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":505,"Cost":429,"Date":"11/9/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":807,"Cost":689,"Date":"3/27/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":52,"Cost":45,"Date":"4/17/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":482,"Cost":368,"Date":"8/11/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":9,"Cost":6,"Date":"8/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":445,"Cost":230,"Date":"9/2/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":989,"Cost":830,"Date":"9/5/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":113,"Cost":69,"Date":"9/14/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":806,"Cost":496,"Date":"9/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":765,"Cost":426,"Date":"11/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":221,"Cost":144,"Date":"12/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":627,"Cost":490,"Date":"1/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":759,"Cost":411,"Date":"1/21/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":503,"Cost":366,"Date":"2/9/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":692,"Cost":501,"Date":"3/19/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":357,"Cost":241,"Date":"4/3/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":381,"Cost":362,"Date":"4/5/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":589,"Cost":521,"Date":"4/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":232,"Cost":187,"Date":"7/10/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":151,"Cost":105,"Date":"3/25/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":131,"Cost":74,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":604,"Cost":318,"Date":"10/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":880,"Cost":603,"Date":"3/2/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":171,"Cost":150,"Date":"6/28/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":885,"Cost":463,"Date":"7/17/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":555,"Cost":371,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":848,"Cost":743,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":828,"Cost":662,"Date":"11/20/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":603,"Cost":323,"Date":"12/16/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":157,"Cost":110,"Date":"12/30/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":512,"Cost":462,"Date":"2/15/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":579,"Cost":457,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":837,"Cost":554,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":897,"Cost":536,"Date":"4/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":91,"Cost":53,"Date":"7/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":241,"Cost":207,"Date":"8/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":987,"Cost":691,"Date":"10/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":982,"Cost":885,"Date":"11/11/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":503,"Cost":463,"Date":"11/30/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":140,"Cost":96,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":485,"Cost":444,"Date":"3/1/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":536,"Cost":479,"Date":"4/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":546,"Cost":394,"Date":"5/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":303,"Cost":221,"Date":"8/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":691,"Cost":380,"Date":"9/15/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":980,"Cost":683,"Date":"10/14/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":55,"Cost":27,"Date":"10/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":221,"Cost":193,"Date":"11/11/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":971,"Cost":524,"Date":"12/7/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":484,"Cost":431,"Date":"12/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":268,"Cost":148,"Date":"1/6/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":274,"Cost":216,"Date":"1/23/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":202,"Cost":124,"Date":"2/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":890,"Cost":713,"Date":"3/10/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":601,"Cost":325,"Date":"3/12/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":236,"Cost":157,"Date":"3/31/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":102,"Cost":75,"Date":"6/16/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":163,"Cost":123,"Date":"6/17/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":169,"Cost":126,"Date":"8/27/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":736,"Cost":539,"Date":"10/1/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":577,"Cost":391,"Date":"11/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":985,"Cost":898,"Date":"11/9/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":826,"Cost":591,"Date":"3/27/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":697,"Cost":661,"Date":"4/17/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":124,"Cost":95,"Date":"8/11/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":93,"Date":"8/21/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":347,"Date":"9/2/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":374,"Cost":218,"Date":"9/5/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":963,"Cost":549,"Date":"9/14/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":156,"Date":"9/20/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":940,"Cost":726,"Date":"11/20/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":619,"Cost":487,"Date":"12/21/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":577,"Cost":461,"Date":"1/7/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":501,"Cost":301,"Date":"1/21/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":320,"Cost":194,"Date":"2/9/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":544,"Cost":495,"Date":"3/19/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":471,"Date":"4/3/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":163,"Cost":86,"Date":"4/5/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":55,"Cost":33,"Date":"4/28/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":407,"Cost":382,"Date":"7/10/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":644,"Cost":340,"Date":"3/25/2020"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":956,"Cost":702,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":55,"Date":"10/28/2020"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":136,"Cost":113,"Date":"3/2/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":811,"Cost":477,"Date":"6/28/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":316,"Date":"7/17/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":173,"Cost":117,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":467,"Cost":319,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":568,"Cost":358,"Date":"11/20/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":473,"Cost":273,"Date":"12/16/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":381,"Cost":270,"Date":"12/30/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":613,"Cost":322,"Date":"2/15/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":418,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":756,"Cost":521,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":876,"Cost":773,"Date":"4/18/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":247,"Cost":134,"Date":"7/27/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":385,"Cost":296,"Date":"8/18/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":395,"Cost":303,"Date":"10/31/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":597,"Cost":317,"Date":"11/11/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":234,"Cost":168,"Date":"11/30/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":167,"Cost":136,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":906,"Cost":519,"Date":"3/1/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":433,"Date":"4/13/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":740,"Cost":700,"Date":"5/20/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":814,"Cost":609,"Date":"8/13/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":826,"Cost":628,"Date":"9/15/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":160,"Cost":113,"Date":"10/14/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":122,"Date":"10/28/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":725,"Cost":439,"Date":"11/11/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":795,"Cost":600,"Date":"12/7/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":145,"Cost":119,"Date":"12/21/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":82,"Cost":73,"Date":"1/6/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":507,"Date":"1/23/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":254,"Cost":237,"Date":"2/4/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":487,"Cost":244,"Date":"3/10/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":480,"Cost":410,"Date":"3/12/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":657,"Cost":374,"Date":"3/31/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":983,"Cost":820,"Date":"6/16/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":665,"Cost":581,"Date":"6/17/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":287,"Cost":226,"Date":"8/27/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":670,"Cost":540,"Date":"10/1/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":915,"Cost":728,"Date":"11/4/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":289,"Cost":176,"Date":"11/9/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":921,"Cost":674,"Date":"3/27/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":821,"Cost":740,"Date":"4/17/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":480,"Cost":258,"Date":"8/11/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":111,"Cost":76,"Date":"8/21/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":211,"Cost":201,"Date":"9/2/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":203,"Cost":159,"Date":"9/5/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":380,"Cost":242,"Date":"9/14/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":407,"Cost":300,"Date":"9/20/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":636,"Cost":356,"Date":"11/20/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":224,"Cost":126,"Date":"12/21/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":561,"Cost":483,"Date":"1/7/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":755,"Cost":667,"Date":"1/21/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":471,"Cost":257,"Date":"2/9/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":190,"Cost":136,"Date":"3/19/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":158,"Cost":97,"Date":"4/3/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":262,"Cost":141,"Date":"4/5/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":405,"Cost":254,"Date":"4/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":875,"Cost":748,"Date":"7/10/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":735,"Cost":505,"Date":"3/25/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":969,"Cost":916,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":637,"Cost":456,"Date":"10/28/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":892,"Cost":688,"Date":"3/2/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":513,"Cost":351,"Date":"6/28/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":137,"Cost":118,"Date":"7/17/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":48,"Cost":25,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":51,"Cost":44,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":691,"Cost":656,"Date":"11/20/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":741,"Cost":462,"Date":"12/16/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":358,"Cost":328,"Date":"12/30/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":560,"Cost":397,"Date":"2/15/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":799,"Cost":543,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":517,"Cost":277,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":536,"Cost":276,"Date":"4/18/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":141,"Cost":126,"Date":"7/27/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":852,"Cost":768,"Date":"8/18/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":718,"Cost":673,"Date":"10/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":572,"Cost":314,"Date":"11/11/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":511,"Cost":297,"Date":"11/30/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":942,"Cost":752,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":105,"Cost":52,"Date":"3/1/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":964,"Cost":799,"Date":"4/13/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":416,"Cost":346,"Date":"5/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":721,"Cost":501,"Date":"8/13/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":269,"Cost":221,"Date":"9/15/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":19,"Cost":15,"Date":"10/14/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":543,"Cost":486,"Date":"10/28/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":52,"Cost":46,"Date":"11/11/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":153,"Cost":127,"Date":"12/7/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":390,"Cost":242,"Date":"12/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":684,"Cost":462,"Date":"1/6/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":831,"Cost":463,"Date":"1/23/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":847,"Cost":752,"Date":"2/4/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":89,"Cost":66,"Date":"3/10/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":48,"Cost":27,"Date":"3/12/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":297,"Cost":184,"Date":"3/31/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":622,"Cost":322,"Date":"6/16/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":91,"Cost":60,"Date":"6/17/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":78,"Cost":50,"Date":"8/27/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":413,"Cost":368,"Date":"10/1/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":232,"Cost":146,"Date":"11/4/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":688,"Cost":420,"Date":"11/9/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":218,"Cost":111,"Date":"3/27/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":988,"Cost":733,"Date":"4/17/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":822,"Cost":659,"Date":"8/11/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":47,"Cost":42,"Date":"8/21/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":596,"Cost":462,"Date":"9/2/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":144,"Cost":102,"Date":"9/5/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":951,"Cost":783,"Date":"9/14/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":701,"Cost":439,"Date":"9/20/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":587,"Cost":340,"Date":"11/20/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":449,"Cost":356,"Date":"12/21/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":383,"Cost":272,"Date":"1/7/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":565,"Cost":379,"Date":"1/21/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":612,"Cost":389,"Date":"2/9/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":242,"Cost":224,"Date":"3/19/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":594,"Cost":299,"Date":"4/3/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":487,"Cost":325,"Date":"4/5/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":965,"Cost":907,"Date":"4/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":129,"Cost":106,"Date":"7/10/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":307,"Cost":244,"Date":"3/25/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":766,"Cost":613,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":983,"Cost":768,"Date":"10/28/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":594,"Cost":423,"Date":"3/2/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":369,"Cost":306,"Date":"6/28/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":806,"Cost":635,"Date":"7/17/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":675,"Cost":404,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":227,"Cost":115,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":945,"Cost":643,"Date":"11/20/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":539,"Cost":371,"Date":"12/16/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":405,"Cost":276,"Date":"12/30/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":258,"Cost":143,"Date":"2/15/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":947,"Cost":608,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":826,"Cost":469,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":204,"Cost":174,"Date":"4/18/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":633,"Cost":413,"Date":"7/27/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":728,"Cost":421,"Date":"8/18/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":145,"Cost":120,"Date":"10/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":215,"Cost":189,"Date":"11/11/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":981,"Cost":929,"Date":"11/30/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":917,"Cost":568,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":372,"Cost":202,"Date":"3/1/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":271,"Cost":253,"Date":"4/13/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":898,"Cost":710,"Date":"5/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":967,"Cost":520,"Date":"8/13/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":824,"Cost":740,"Date":"9/15/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":407,"Cost":344,"Date":"10/14/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":839,"Cost":789,"Date":"10/28/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":258,"Cost":205,"Date":"11/11/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":796,"Cost":666,"Date":"12/7/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":177,"Cost":95,"Date":"12/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":804,"Cost":692,"Date":"1/6/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":193,"Cost":149,"Date":"1/23/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":120,"Cost":84,"Date":"2/4/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":612,"Cost":411,"Date":"3/10/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":359,"Cost":335,"Date":"3/12/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":465,"Cost":265,"Date":"3/31/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":3,"Cost":3,"Date":"6/16/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":131,"Cost":68,"Date":"6/17/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":567,"Cost":402,"Date":"8/27/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":604,"Cost":385,"Date":"10/1/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":526,"Cost":322,"Date":"11/4/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":326,"Cost":182,"Date":"11/9/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":247,"Date":"3/27/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":339,"Cost":262,"Date":"4/17/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":128,"Cost":69,"Date":"8/11/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":888,"Cost":839,"Date":"8/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":259,"Cost":201,"Date":"9/2/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":434,"Cost":385,"Date":"9/5/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":216,"Cost":169,"Date":"9/14/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":321,"Date":"9/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":219,"Cost":193,"Date":"11/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":193,"Cost":131,"Date":"12/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":203,"Cost":128,"Date":"1/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":278,"Cost":200,"Date":"1/21/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":794,"Cost":420,"Date":"2/9/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":189,"Cost":101,"Date":"3/19/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":388,"Cost":216,"Date":"4/3/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":834,"Cost":593,"Date":"4/5/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":342,"Date":"4/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":593,"Cost":298,"Date":"7/10/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":424,"Cost":323,"Date":"3/25/2020"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":150,"Cost":107,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":96,"Cost":63,"Date":"10/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":638,"Cost":395,"Date":"3/2/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":577,"Date":"6/28/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":610,"Cost":554,"Date":"7/17/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":89,"Cost":71,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":596,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":346,"Cost":314,"Date":"11/20/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":762,"Cost":393,"Date":"12/16/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":178,"Cost":150,"Date":"12/30/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":658,"Cost":362,"Date":"2/15/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":469,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":374,"Cost":331,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":218,"Cost":159,"Date":"4/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":759,"Cost":697,"Date":"7/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":537,"Cost":350,"Date":"8/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":544,"Cost":428,"Date":"10/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":410,"Date":"11/11/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":925,"Cost":512,"Date":"11/30/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":343,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":155,"Cost":105,"Date":"3/1/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":347,"Cost":293,"Date":"4/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":244,"Cost":179,"Date":"5/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":606,"Cost":482,"Date":"8/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":88,"Cost":62,"Date":"9/15/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":204,"Cost":142,"Date":"10/14/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":439,"Cost":308,"Date":"10/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":550,"Cost":479,"Date":"11/11/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":158,"Cost":127,"Date":"12/7/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":141,"Cost":78,"Date":"12/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":918,"Cost":600,"Date":"1/6/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":825,"Cost":489,"Date":"1/23/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":6,"Cost":3,"Date":"2/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":213,"Cost":132,"Date":"3/10/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":430,"Cost":308,"Date":"3/12/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":59,"Date":"3/31/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":976,"Cost":666,"Date":"6/16/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":997,"Cost":600,"Date":"6/17/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":497,"Cost":367,"Date":"8/27/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":950,"Cost":587,"Date":"10/1/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":931,"Cost":819,"Date":"11/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":490,"Cost":332,"Date":"11/9/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":633,"Date":"3/27/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":259,"Cost":246,"Date":"4/17/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":391,"Cost":225,"Date":"8/11/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":544,"Date":"8/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":995,"Cost":848,"Date":"9/2/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":302,"Cost":250,"Date":"9/5/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":252,"Date":"9/14/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":197,"Cost":161,"Date":"9/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":572,"Cost":388,"Date":"11/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":323,"Cost":295,"Date":"12/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":247,"Date":"1/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":347,"Date":"1/21/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":498,"Cost":300,"Date":"2/9/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":232,"Cost":176,"Date":"3/19/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":397,"Cost":253,"Date":"4/3/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":518,"Cost":407,"Date":"4/5/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":692,"Cost":471,"Date":"4/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":122,"Cost":86,"Date":"7/10/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":169,"Date":"3/25/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":721,"Cost":659,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":740,"Cost":474,"Date":"10/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":141,"Cost":117,"Date":"3/2/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":971,"Cost":682,"Date":"6/28/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":676,"Cost":338,"Date":"7/17/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":40,"Cost":24,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":318,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":739,"Cost":382,"Date":"11/20/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":213,"Cost":115,"Date":"12/16/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":130,"Cost":123,"Date":"12/30/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":862,"Cost":745,"Date":"2/15/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":292,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":938,"Cost":546,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":120,"Cost":65,"Date":"4/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":694,"Cost":657,"Date":"7/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":171,"Cost":110,"Date":"8/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":485,"Cost":261,"Date":"10/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":523,"Cost":450,"Date":"11/11/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":833,"Cost":470,"Date":"11/30/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":306,"Cost":169,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":937,"Cost":740,"Date":"3/1/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":554,"Cost":377,"Date":"4/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":772,"Cost":647,"Date":"5/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":116,"Cost":101,"Date":"8/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":396,"Cost":270,"Date":"9/15/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":408,"Cost":338,"Date":"10/14/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":54,"Cost":45,"Date":"10/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":23,"Cost":22,"Date":"11/11/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":884,"Cost":707,"Date":"12/7/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":198,"Cost":147,"Date":"12/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":213,"Cost":190,"Date":"1/6/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":515,"Cost":364,"Date":"1/23/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":545,"Cost":401,"Date":"2/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":556,"Cost":299,"Date":"3/10/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":73,"Date":"3/12/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":252,"Cost":161,"Date":"3/31/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":95,"Cost":77,"Date":"6/16/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":240,"Cost":206,"Date":"6/17/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":504,"Cost":457,"Date":"8/27/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":741,"Cost":535,"Date":"10/1/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":950,"Cost":630,"Date":"11/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":719,"Date":"11/9/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":432,"Cost":411,"Date":"3/27/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":668,"Cost":601,"Date":"4/17/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":336,"Cost":275,"Date":"8/11/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":895,"Cost":619,"Date":"8/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":817,"Cost":645,"Date":"9/2/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":462,"Cost":347,"Date":"9/5/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":879,"Cost":507,"Date":"9/14/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":255,"Cost":180,"Date":"9/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":186,"Cost":126,"Date":"11/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":315,"Cost":257,"Date":"12/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":413,"Cost":389,"Date":"1/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":681,"Cost":455,"Date":"1/21/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":939,"Cost":782,"Date":"2/9/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":201,"Cost":172,"Date":"3/19/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":595,"Cost":433,"Date":"4/3/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":194,"Cost":169,"Date":"4/5/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":413,"Cost":272,"Date":"4/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":518,"Cost":432,"Date":"7/10/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":210,"Cost":125,"Date":"3/25/2020"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":354,"Cost":236,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":738,"Cost":446,"Date":"10/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":353,"Cost":225,"Date":"3/2/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":229,"Cost":164,"Date":"6/28/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":955,"Cost":635,"Date":"7/17/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":903,"Cost":516,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":118,"Cost":67,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":929,"Cost":572,"Date":"11/20/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":410,"Cost":234,"Date":"12/16/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":626,"Cost":351,"Date":"12/30/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":513,"Cost":457,"Date":"2/15/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":579,"Cost":465,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":385,"Cost":327,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":37,"Cost":34,"Date":"4/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":113,"Cost":101,"Date":"7/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":383,"Cost":304,"Date":"8/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":510,"Cost":347,"Date":"10/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":884,"Cost":501,"Date":"11/11/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":854,"Cost":494,"Date":"11/30/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":759,"Cost":628,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":296,"Cost":251,"Date":"3/1/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":962,"Cost":911,"Date":"4/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":940,"Cost":594,"Date":"5/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":377,"Cost":242,"Date":"8/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":126,"Cost":114,"Date":"9/15/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":907,"Cost":732,"Date":"10/14/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":581,"Cost":318,"Date":"10/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":482,"Cost":335,"Date":"11/11/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":63,"Cost":36,"Date":"12/7/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":198,"Cost":111,"Date":"12/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":878,"Cost":451,"Date":"1/6/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":869,"Cost":559,"Date":"1/23/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":964,"Cost":669,"Date":"2/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":629,"Cost":326,"Date":"3/10/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":810,"Cost":608,"Date":"3/12/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":320,"Cost":161,"Date":"3/31/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":876,"Cost":698,"Date":"6/16/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":734,"Cost":414,"Date":"6/17/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":130,"Cost":72,"Date":"8/27/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":393,"Cost":319,"Date":"10/1/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":157,"Cost":86,"Date":"11/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":873,"Cost":667,"Date":"11/9/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":747,"Cost":388,"Date":"3/27/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":528,"Cost":494,"Date":"4/17/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":417,"Cost":258,"Date":"8/11/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":453,"Cost":398,"Date":"8/21/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":430,"Cost":251,"Date":"9/2/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":203,"Cost":139,"Date":"9/5/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":357,"Cost":304,"Date":"9/14/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":186,"Cost":116,"Date":"9/20/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":109,"Cost":99,"Date":"11/20/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":215,"Cost":174,"Date":"12/21/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":33,"Cost":25,"Date":"1/7/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":655,"Cost":536,"Date":"1/21/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":376,"Cost":333,"Date":"2/9/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":806,"Cost":556,"Date":"3/19/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":479,"Cost":266,"Date":"4/3/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":949,"Cost":773,"Date":"4/5/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":485,"Cost":408,"Date":"4/28/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":975,"Cost":559,"Date":"7/10/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":419,"Cost":284,"Date":"3/25/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":527,"Cost":298,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":711,"Cost":496,"Date":"10/28/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":436,"Cost":281,"Date":"3/2/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":5,"Cost":2,"Date":"6/28/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":756,"Cost":679,"Date":"7/17/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":180,"Cost":106,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":718,"Cost":445,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":230,"Cost":157,"Date":"11/20/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":738,"Cost":391,"Date":"12/16/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":803,"Cost":510,"Date":"12/30/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":429,"Cost":308,"Date":"2/15/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":853,"Cost":568,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":570,"Cost":384,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":11,"Cost":6,"Date":"4/18/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":439,"Cost":380,"Date":"7/27/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":136,"Cost":116,"Date":"8/18/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":356,"Cost":260,"Date":"10/31/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":836,"Cost":679,"Date":"11/11/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":912,"Cost":512,"Date":"11/30/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":856,"Cost":706,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":368,"Cost":350,"Date":"3/1/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":800,"Cost":531,"Date":"4/13/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":201,"Cost":127,"Date":"5/20/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":942,"Cost":879,"Date":"8/13/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":127,"Cost":88,"Date":"9/15/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":473,"Cost":413,"Date":"10/14/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":812,"Cost":492,"Date":"10/28/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":711,"Cost":646,"Date":"11/11/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":187,"Cost":142,"Date":"12/7/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":851,"Cost":776,"Date":"12/21/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":557,"Cost":524,"Date":"1/6/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":761,"Cost":408,"Date":"1/23/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":531,"Cost":393,"Date":"2/4/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":747,"Cost":594,"Date":"3/10/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":993,"Cost":672,"Date":"3/12/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":944,"Cost":725,"Date":"3/31/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":330,"Cost":312,"Date":"6/16/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":39,"Cost":35,"Date":"6/17/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":828,"Cost":684,"Date":"8/27/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":318,"Cost":259,"Date":"10/1/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":520,"Cost":366,"Date":"11/4/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":527,"Cost":440,"Date":"11/9/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":6,"Cost":3,"Date":"3/27/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":575,"Cost":467,"Date":"4/17/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":775,"Cost":606,"Date":"8/11/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":862,"Cost":612,"Date":"8/21/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":529,"Cost":287,"Date":"9/2/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":850,"Cost":651,"Date":"9/5/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":940,"Cost":486,"Date":"9/14/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":751,"Cost":658,"Date":"9/20/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":129,"Cost":76,"Date":"11/20/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":927,"Cost":542,"Date":"12/21/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":630,"Cost":474,"Date":"1/7/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":565,"Cost":365,"Date":"1/21/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":604,"Cost":492,"Date":"2/9/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":831,"Cost":611,"Date":"3/19/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":266,"Cost":207,"Date":"4/3/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":617,"Cost":441,"Date":"4/5/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":360,"Cost":338,"Date":"4/28/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":872,"Cost":786,"Date":"7/10/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":169,"Cost":159,"Date":"3/25/2020"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":767,"Cost":417,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":795,"Cost":582,"Date":"10/28/2020"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":645,"Cost":375,"Date":"3/2/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":45,"Cost":38,"Date":"6/28/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":454,"Cost":288,"Date":"7/17/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":801,"Cost":565,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":327,"Cost":230,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":253,"Cost":179,"Date":"11/20/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":982,"Cost":894,"Date":"12/16/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":230,"Cost":136,"Date":"12/30/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":824,"Cost":506,"Date":"2/15/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":469,"Cost":332,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":931,"Cost":810,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":781,"Cost":586,"Date":"4/18/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":513,"Cost":348,"Date":"7/27/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":247,"Cost":137,"Date":"8/18/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":864,"Cost":462,"Date":"10/31/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":748,"Cost":472,"Date":"11/11/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":296,"Cost":281,"Date":"11/30/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":692,"Cost":417,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":938,"Cost":726,"Date":"3/1/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":18,"Cost":17,"Date":"4/13/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":974,"Cost":549,"Date":"5/20/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":723,"Cost":547,"Date":"8/13/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":21,"Cost":13,"Date":"9/15/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":417,"Cost":293,"Date":"10/14/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":505,"Cost":254,"Date":"10/28/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":200,"Cost":183,"Date":"11/11/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":812,"Cost":679,"Date":"12/7/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":861,"Cost":714,"Date":"12/21/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":276,"Cost":242,"Date":"1/6/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":159,"Cost":108,"Date":"1/23/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":549,"Cost":469,"Date":"2/4/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":357,"Cost":219,"Date":"3/10/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":600,"Cost":568,"Date":"3/12/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":544,"Cost":389,"Date":"3/31/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":456,"Cost":348,"Date":"6/16/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":35,"Cost":20,"Date":"6/17/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":869,"Cost":585,"Date":"8/27/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":719,"Cost":421,"Date":"10/1/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":371,"Cost":220,"Date":"11/4/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":140,"Cost":119,"Date":"11/9/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":96,"Cost":61,"Date":"3/27/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":657,"Cost":499,"Date":"4/17/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":493,"Cost":457,"Date":"8/11/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":303,"Cost":273,"Date":"8/21/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":50,"Cost":29,"Date":"9/2/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":624,"Cost":418,"Date":"9/5/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":997,"Cost":564,"Date":"9/14/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":85,"Cost":81,"Date":"9/20/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":848,"Cost":495,"Date":"11/20/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":338,"Cost":202,"Date":"12/21/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":821,"Cost":411,"Date":"1/7/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":865,"Cost":775,"Date":"1/21/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":701,"Cost":352,"Date":"2/9/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":847,"Cost":647,"Date":"3/19/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":270,"Cost":163,"Date":"4/3/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":961,"Cost":524,"Date":"4/5/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":730,"Cost":472,"Date":"4/28/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":746,"Cost":590,"Date":"7/10/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":74,"Cost":38,"Date":"3/25/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":653,"Cost":574,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":780,"Cost":519,"Date":"10/28/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":614,"Cost":516,"Date":"3/2/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":88,"Cost":59,"Date":"6/28/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":297,"Cost":225,"Date":"7/17/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":622,"Cost":470,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":890,"Cost":484,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":947,"Cost":702,"Date":"11/20/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":309,"Cost":204,"Date":"12/16/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":465,"Cost":266,"Date":"12/30/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":245,"Cost":192,"Date":"2/15/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":167,"Cost":108,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":256,"Cost":155,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":167,"Cost":138,"Date":"4/18/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":621,"Cost":575,"Date":"7/27/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":202,"Cost":150,"Date":"8/18/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":957,"Cost":786,"Date":"10/31/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":479,"Cost":268,"Date":"11/11/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":216,"Cost":155,"Date":"11/30/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":985,"Cost":761,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":359,"Cost":188,"Date":"3/1/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":675,"Cost":618,"Date":"4/13/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":534,"Cost":397,"Date":"5/20/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":248,"Cost":147,"Date":"8/13/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":391,"Cost":341,"Date":"9/15/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":531,"Cost":498,"Date":"10/14/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":598,"Cost":556,"Date":"10/28/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":190,"Cost":154,"Date":"11/11/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":980,"Cost":562,"Date":"12/7/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":44,"Cost":35,"Date":"12/21/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":974,"Cost":529,"Date":"1/6/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":506,"Cost":406,"Date":"1/23/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":843,"Cost":641,"Date":"2/4/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":711,"Cost":592,"Date":"3/10/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":565,"Cost":410,"Date":"3/12/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":124,"Cost":111,"Date":"3/31/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":687,"Cost":392,"Date":"6/16/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":179,"Cost":103,"Date":"6/17/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":849,"Cost":516,"Date":"8/27/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":471,"Cost":406,"Date":"10/1/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":91,"Cost":82,"Date":"11/4/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":798,"Cost":476,"Date":"11/9/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":713,"Cost":579,"Date":"3/27/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":131,"Cost":107,"Date":"4/17/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":464,"Cost":398,"Date":"8/11/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":110,"Cost":99,"Date":"8/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":312,"Cost":290,"Date":"9/2/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":949,"Cost":764,"Date":"9/5/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":780,"Cost":522,"Date":"9/14/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":588,"Cost":337,"Date":"9/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":304,"Cost":213,"Date":"11/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":586,"Cost":332,"Date":"12/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":75,"Cost":47,"Date":"1/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":227,"Cost":144,"Date":"1/21/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":804,"Cost":525,"Date":"2/9/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":264,"Cost":233,"Date":"3/19/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":879,"Cost":457,"Date":"4/3/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":416,"Cost":390,"Date":"4/5/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":652,"Cost":487,"Date":"4/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":661,"Cost":556,"Date":"7/10/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":527,"Cost":316,"Date":"3/25/2020"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":801,"Cost":614,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":111,"Cost":62,"Date":"10/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":441,"Cost":339,"Date":"3/2/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":318,"Cost":171,"Date":"6/28/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":40,"Cost":24,"Date":"7/17/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":811,"Cost":731,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":942,"Cost":540,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":811,"Cost":699,"Date":"11/20/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":456,"Cost":297,"Date":"12/16/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":770,"Cost":687,"Date":"12/30/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":569,"Cost":288,"Date":"2/15/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":492,"Cost":359,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":366,"Cost":244,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":559,"Cost":486,"Date":"4/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":608,"Cost":373,"Date":"7/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":472,"Cost":381,"Date":"8/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":450,"Cost":371,"Date":"10/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":203,"Cost":141,"Date":"11/11/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":736,"Cost":604,"Date":"11/30/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":24,"Cost":16,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":160,"Cost":126,"Date":"3/1/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":783,"Cost":565,"Date":"4/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":813,"Cost":458,"Date":"5/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":497,"Cost":274,"Date":"8/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":317,"Cost":183,"Date":"9/15/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":850,"Cost":645,"Date":"10/14/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":680,"Cost":583,"Date":"10/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":761,"Cost":453,"Date":"11/11/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":205,"Cost":168,"Date":"12/7/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":870,"Cost":526,"Date":"12/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":661,"Cost":468,"Date":"1/6/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":680,"Cost":574,"Date":"1/23/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":979,"Cost":834,"Date":"2/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":131,"Cost":70,"Date":"3/10/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":118,"Cost":76,"Date":"3/12/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":830,"Cost":778,"Date":"3/31/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":267,"Cost":219,"Date":"6/16/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":272,"Cost":181,"Date":"6/17/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":657,"Cost":391,"Date":"8/27/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":306,"Cost":262,"Date":"10/1/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":519,"Cost":266,"Date":"11/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":883,"Cost":497,"Date":"11/9/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":75,"Cost":66,"Date":"3/27/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":182,"Cost":103,"Date":"4/17/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":931,"Cost":631,"Date":"8/11/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":18,"Cost":14,"Date":"8/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":643,"Cost":421,"Date":"9/2/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":921,"Cost":690,"Date":"9/5/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":535,"Cost":435,"Date":"9/14/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":70,"Cost":54,"Date":"9/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":335,"Cost":238,"Date":"11/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":684,"Cost":589,"Date":"12/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":615,"Cost":521,"Date":"1/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":901,"Cost":476,"Date":"1/21/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":715,"Cost":644,"Date":"2/9/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":832,"Cost":777,"Date":"3/19/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":545,"Cost":358,"Date":"4/3/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":296,"Cost":173,"Date":"4/5/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":319,"Cost":258,"Date":"4/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":597,"Cost":456,"Date":"7/10/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":769,"Cost":551,"Date":"3/25/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":409,"Cost":381,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":644,"Cost":565,"Date":"10/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":67,"Cost":53,"Date":"3/2/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":185,"Cost":99,"Date":"6/28/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":81,"Cost":64,"Date":"7/17/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":432,"Cost":274,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":977,"Cost":886,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":602,"Cost":339,"Date":"11/20/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":834,"Cost":769,"Date":"12/16/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":208,"Cost":192,"Date":"12/30/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":38,"Cost":25,"Date":"2/15/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":820,"Cost":513,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":552,"Cost":427,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":32,"Cost":27,"Date":"4/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":413,"Cost":296,"Date":"7/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":839,"Cost":680,"Date":"8/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":466,"Cost":379,"Date":"10/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":488,"Cost":433,"Date":"11/11/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":769,"Cost":466,"Date":"11/30/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":328,"Cost":198,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":130,"Cost":79,"Date":"3/1/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":57,"Cost":40,"Date":"4/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":932,"Cost":861,"Date":"5/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":358,"Cost":224,"Date":"8/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":893,"Cost":721,"Date":"9/15/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":215,"Cost":190,"Date":"10/14/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":28,"Cost":14,"Date":"10/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":379,"Cost":300,"Date":"11/11/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":454,"Cost":298,"Date":"12/7/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":255,"Cost":218,"Date":"12/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":739,"Cost":434,"Date":"1/6/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":866,"Cost":740,"Date":"1/23/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":561,"Cost":450,"Date":"2/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":339,"Cost":223,"Date":"3/10/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":910,"Cost":455,"Date":"3/12/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":595,"Cost":503,"Date":"3/31/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":476,"Cost":353,"Date":"6/16/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":913,"Cost":682,"Date":"6/17/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":109,"Cost":90,"Date":"8/27/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":638,"Cost":354,"Date":"10/1/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":538,"Cost":435,"Date":"11/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":137,"Cost":108,"Date":"11/9/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":522,"Cost":368,"Date":"3/27/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":778,"Cost":490,"Date":"4/17/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":20,"Cost":14,"Date":"8/11/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":986,"Cost":698,"Date":"8/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":483,"Cost":364,"Date":"9/2/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":144,"Cost":100,"Date":"9/5/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":903,"Cost":671,"Date":"9/14/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":509,"Cost":260,"Date":"9/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":435,"Cost":231,"Date":"11/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":523,"Cost":408,"Date":"12/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":856,"Cost":434,"Date":"1/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":697,"Cost":464,"Date":"1/21/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":571,"Cost":301,"Date":"2/9/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":298,"Cost":233,"Date":"3/19/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":725,"Cost":436,"Date":"4/3/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":119,"Cost":104,"Date":"4/5/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":912,"Cost":825,"Date":"4/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":472,"Cost":314,"Date":"7/10/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":617,"Cost":570,"Date":"3/25/2020"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":389,"Cost":352,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":358,"Cost":273,"Date":"10/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":462,"Cost":357,"Date":"3/2/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":308,"Cost":281,"Date":"6/28/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":273,"Cost":245,"Date":"7/17/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":709,"Cost":460,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":474,"Cost":361,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":178,"Cost":108,"Date":"11/20/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":986,"Cost":899,"Date":"12/16/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":214,"Cost":132,"Date":"12/30/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":495,"Cost":381,"Date":"2/15/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":515,"Cost":373,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":448,"Cost":238,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":165,"Cost":107,"Date":"4/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":614,"Cost":307,"Date":"7/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":525,"Cost":469,"Date":"8/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":919,"Cost":644,"Date":"10/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":279,"Cost":165,"Date":"11/11/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":890,"Cost":722,"Date":"11/30/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":171,"Cost":107,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":826,"Cost":584,"Date":"3/1/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":94,"Cost":73,"Date":"4/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":534,"Cost":476,"Date":"5/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":307,"Cost":201,"Date":"8/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":979,"Cost":612,"Date":"9/15/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":900,"Cost":706,"Date":"10/14/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":495,"Cost":437,"Date":"10/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":844,"Cost":640,"Date":"11/11/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":101,"Cost":53,"Date":"12/7/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":468,"Cost":250,"Date":"12/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":113,"Cost":77,"Date":"1/6/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":663,"Cost":433,"Date":"1/23/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":556,"Cost":432,"Date":"2/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":898,"Cost":511,"Date":"3/10/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":158,"Cost":132,"Date":"3/12/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":117,"Cost":70,"Date":"3/31/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":498,"Cost":362,"Date":"6/16/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":384,"Cost":280,"Date":"6/17/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":362,"Cost":185,"Date":"8/27/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":566,"Cost":364,"Date":"10/1/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":990,"Cost":744,"Date":"11/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":309,"Cost":210,"Date":"11/9/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":693,"Cost":346,"Date":"3/27/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":320,"Cost":211,"Date":"4/17/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":38,"Cost":32,"Date":"8/11/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":978,"Cost":628,"Date":"8/21/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":877,"Cost":559,"Date":"9/2/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":803,"Cost":421,"Date":"9/5/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":447,"Cost":250,"Date":"9/14/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":629,"Cost":342,"Date":"9/20/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":784,"Cost":578,"Date":"11/20/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":36,"Cost":28,"Date":"12/21/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":427,"Cost":273,"Date":"1/7/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":269,"Cost":234,"Date":"1/21/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":186,"Cost":127,"Date":"2/9/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":701,"Cost":614,"Date":"3/19/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":301,"Cost":193,"Date":"4/3/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":476,"Cost":379,"Date":"4/5/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":765,"Cost":458,"Date":"4/28/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":145,"Cost":101,"Date":"7/10/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":565,"Cost":384,"Date":"3/25/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":297,"Cost":175,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":584,"Cost":341,"Date":"10/28/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":527,"Cost":459,"Date":"3/2/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":601,"Cost":563,"Date":"6/28/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":133,"Cost":113,"Date":"7/17/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":591,"Cost":518,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":970,"Cost":668,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":759,"Cost":488,"Date":"11/20/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":923,"Cost":676,"Date":"12/16/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":212,"Cost":151,"Date":"12/30/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":764,"Cost":392,"Date":"2/15/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":918,"Cost":543,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":20,"Cost":14,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":672,"Cost":593,"Date":"4/18/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":413,"Cost":353,"Date":"7/27/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":733,"Cost":588,"Date":"8/18/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":559,"Cost":307,"Date":"10/31/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":76,"Cost":67,"Date":"11/11/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":706,"Cost":570,"Date":"11/30/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":166,"Cost":134,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":597,"Cost":426,"Date":"3/1/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":906,"Cost":468,"Date":"4/13/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":763,"Cost":412,"Date":"5/20/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":834,"Cost":609,"Date":"8/13/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":613,"Cost":467,"Date":"9/15/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":730,"Cost":511,"Date":"10/14/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":584,"Cost":378,"Date":"10/28/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":785,"Cost":659,"Date":"11/11/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":774,"Cost":531,"Date":"12/7/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":734,"Cost":612,"Date":"12/21/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":839,"Cost":655,"Date":"1/6/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":990,"Cost":741,"Date":"1/23/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":436,"Cost":299,"Date":"2/4/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":754,"Cost":590,"Date":"3/10/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":266,"Cost":194,"Date":"3/12/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":924,"Cost":821,"Date":"3/31/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":660,"Cost":402,"Date":"6/16/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":434,"Cost":230,"Date":"6/17/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":947,"Cost":891,"Date":"8/27/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":623,"Cost":412,"Date":"10/1/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":791,"Cost":706,"Date":"11/4/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":711,"Cost":557,"Date":"11/9/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":265,"Cost":227,"Date":"3/27/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":453,"Cost":369,"Date":"4/17/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":997,"Cost":852,"Date":"8/11/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":970,"Cost":681,"Date":"8/21/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":176,"Cost":97,"Date":"9/2/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":789,"Cost":458,"Date":"9/5/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":912,"Cost":481,"Date":"9/14/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":514,"Cost":405,"Date":"9/20/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":882,"Cost":828,"Date":"11/20/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":471,"Cost":265,"Date":"12/21/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":404,"Cost":371,"Date":"1/7/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":516,"Cost":408,"Date":"1/21/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":851,"Cost":457,"Date":"2/9/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":533,"Cost":312,"Date":"3/19/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":359,"Cost":180,"Date":"4/3/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":492,"Cost":273,"Date":"4/5/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":807,"Cost":600,"Date":"4/28/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":242,"Cost":213,"Date":"7/10/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":912,"Cost":700,"Date":"3/25/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":569,"Cost":484,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":904,"Cost":547,"Date":"10/28/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":19,"Cost":11,"Date":"3/2/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":146,"Cost":80,"Date":"6/28/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":928,"Cost":856,"Date":"7/17/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":927,"Cost":558,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":326,"Cost":276,"Date":"11/20/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":170,"Cost":135,"Date":"12/16/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":335,"Cost":272,"Date":"12/30/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":349,"Cost":320,"Date":"2/15/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":205,"Cost":115,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":973,"Cost":597,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":860,"Cost":637,"Date":"4/18/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":156,"Cost":148,"Date":"7/27/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":193,"Cost":126,"Date":"8/18/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":707,"Cost":399,"Date":"10/31/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":566,"Cost":442,"Date":"11/11/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":741,"Cost":615,"Date":"11/30/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":727,"Cost":430,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":686,"Cost":526,"Date":"3/1/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":678,"Cost":439,"Date":"4/13/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":930,"Cost":740,"Date":"5/20/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":945,"Cost":865,"Date":"8/13/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":887,"Cost":612,"Date":"9/15/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":156,"Cost":148,"Date":"10/14/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":518,"Cost":456,"Date":"10/28/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":946,"Cost":818,"Date":"11/11/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":615,"Cost":534,"Date":"12/7/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":783,"Cost":532,"Date":"12/21/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":672,"Cost":491,"Date":"1/6/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":742,"Cost":515,"Date":"1/23/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":68,"Cost":42,"Date":"2/4/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":243,"Cost":134,"Date":"3/10/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":735,"Cost":383,"Date":"3/12/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":790,"Cost":650,"Date":"3/31/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":499,"Cost":370,"Date":"6/16/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":249,"Cost":148,"Date":"6/17/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":710,"Cost":408,"Date":"8/27/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":765,"Cost":586,"Date":"10/1/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":65,"Cost":60,"Date":"11/4/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":838,"Cost":658,"Date":"11/9/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":893,"Cost":639,"Date":"3/27/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":7,"Cost":4,"Date":"4/17/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":789,"Cost":561,"Date":"8/11/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":548,"Cost":345,"Date":"8/21/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":199,"Cost":103,"Date":"9/2/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":731,"Cost":677,"Date":"9/5/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":568,"Cost":418,"Date":"9/14/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":430,"Cost":291,"Date":"9/20/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":984,"Cost":744,"Date":"11/20/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":491,"Cost":261,"Date":"12/21/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":251,"Cost":127,"Date":"1/7/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":234,"Cost":140,"Date":"1/21/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":675,"Cost":620,"Date":"2/9/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":92,"Cost":50,"Date":"3/19/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":759,"Cost":416,"Date":"4/3/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":26,"Cost":23,"Date":"4/5/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":123,"Cost":82,"Date":"4/28/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":206,"Cost":156,"Date":"7/10/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":891,"Cost":636,"Date":"3/25/2020"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":772,"Cost":578,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":401,"Cost":222,"Date":"10/28/2020"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":692,"Cost":555,"Date":"3/2/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":18,"Cost":17,"Date":"6/28/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":841,"Cost":776,"Date":"7/17/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":313,"Cost":227,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":41,"Cost":35,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":383,"Cost":208,"Date":"11/20/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":302,"Cost":158,"Date":"12/16/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":910,"Cost":812,"Date":"12/30/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":49,"Cost":37,"Date":"2/15/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":619,"Cost":535,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":256,"Cost":152,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":136,"Cost":94,"Date":"4/18/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":509,"Cost":412,"Date":"7/27/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":122,"Cost":114,"Date":"8/18/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":536,"Cost":427,"Date":"10/31/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":67,"Cost":46,"Date":"11/11/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":300,"Cost":250,"Date":"11/30/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":750,"Cost":604,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":695,"Cost":419,"Date":"3/1/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":747,"Cost":463,"Date":"4/13/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":551,"Cost":494,"Date":"5/20/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":327,"Cost":279,"Date":"8/13/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":135,"Cost":123,"Date":"9/15/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":378,"Cost":272,"Date":"10/14/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":633,"Cost":364,"Date":"10/28/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":320,"Cost":302,"Date":"11/11/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":539,"Cost":446,"Date":"12/7/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":602,"Cost":353,"Date":"12/21/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":731,"Cost":376,"Date":"1/6/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":688,"Cost":611,"Date":"1/23/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":660,"Cost":335,"Date":"2/4/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":531,"Cost":376,"Date":"3/10/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":552,"Cost":444,"Date":"3/12/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":373,"Cost":313,"Date":"3/31/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":690,"Cost":611,"Date":"6/16/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":817,"Cost":661,"Date":"6/17/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":317,"Cost":207,"Date":"8/27/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":934,"Cost":755,"Date":"10/1/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":50,"Cost":26,"Date":"11/4/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":43,"Cost":28,"Date":"11/9/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":628,"Cost":574,"Date":"3/27/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":841,"Cost":624,"Date":"4/17/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":372,"Cost":316,"Date":"8/11/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":853,"Cost":725,"Date":"8/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":661,"Cost":625,"Date":"9/2/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":516,"Cost":476,"Date":"9/5/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":203,"Cost":184,"Date":"9/14/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":894,"Cost":716,"Date":"9/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":445,"Cost":330,"Date":"11/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":401,"Cost":360,"Date":"12/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":970,"Cost":735,"Date":"1/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":438,"Cost":319,"Date":"1/21/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":612,"Cost":550,"Date":"2/9/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":494,"Cost":247,"Date":"3/19/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":758,"Cost":684,"Date":"4/3/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":566,"Cost":531,"Date":"4/5/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":298,"Cost":166,"Date":"4/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":739,"Cost":578,"Date":"7/10/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":97,"Cost":90,"Date":"3/25/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":891,"Cost":705,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":564,"Cost":439,"Date":"10/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":13,"Cost":11,"Date":"3/2/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":231,"Cost":170,"Date":"6/28/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":352,"Cost":279,"Date":"7/17/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":753,"Cost":550,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":606,"Cost":529,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":722,"Cost":436,"Date":"11/20/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":337,"Cost":230,"Date":"12/16/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":901,"Cost":627,"Date":"12/30/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":682,"Cost":587,"Date":"2/15/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":570,"Cost":450,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":100,"Cost":62,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":283,"Cost":158,"Date":"4/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":501,"Cost":368,"Date":"7/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":755,"Cost":391,"Date":"8/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":468,"Cost":313,"Date":"10/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":456,"Cost":412,"Date":"11/11/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":920,"Cost":615,"Date":"11/30/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":527,"Cost":494,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":195,"Cost":165,"Date":"3/1/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":118,"Cost":95,"Date":"4/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":836,"Cost":532,"Date":"5/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":700,"Cost":526,"Date":"8/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":575,"Cost":288,"Date":"9/15/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":240,"Cost":218,"Date":"10/14/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":871,"Cost":509,"Date":"10/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":629,"Cost":322,"Date":"11/11/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":692,"Cost":503,"Date":"12/7/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":303,"Cost":218,"Date":"12/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":125,"Cost":77,"Date":"1/6/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":665,"Cost":351,"Date":"1/23/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":839,"Cost":441,"Date":"2/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":793,"Cost":723,"Date":"3/10/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":167,"Cost":102,"Date":"3/12/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":471,"Cost":431,"Date":"3/31/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":658,"Cost":345,"Date":"6/16/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":51,"Cost":29,"Date":"6/17/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":540,"Cost":479,"Date":"8/27/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":674,"Cost":501,"Date":"10/1/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":897,"Cost":628,"Date":"11/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":531,"Cost":422,"Date":"11/9/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":428,"Cost":403,"Date":"3/27/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":4,"Cost":2,"Date":"4/17/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":178,"Cost":156,"Date":"8/11/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":19,"Cost":18,"Date":"8/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":863,"Cost":483,"Date":"9/2/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":4,"Cost":4,"Date":"9/5/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":579,"Cost":387,"Date":"9/14/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":224,"Cost":152,"Date":"9/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":616,"Cost":496,"Date":"11/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":733,"Cost":590,"Date":"12/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":55,"Cost":28,"Date":"1/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":168,"Cost":122,"Date":"1/21/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":814,"Cost":623,"Date":"2/9/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":488,"Cost":372,"Date":"3/19/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":904,"Cost":837,"Date":"4/3/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":638,"Cost":500,"Date":"4/5/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":281,"Cost":256,"Date":"4/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":47,"Cost":33,"Date":"7/10/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":193,"Cost":119,"Date":"3/25/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":320,"Cost":199,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":411,"Cost":233,"Date":"10/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":813,"Cost":437,"Date":"3/2/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":754,"Cost":385,"Date":"6/28/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":942,"Cost":794,"Date":"7/17/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":755,"Cost":636,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":842,"Cost":460,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":721,"Cost":541,"Date":"11/20/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":727,"Cost":495,"Date":"12/16/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":19,"Cost":17,"Date":"12/30/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":956,"Cost":874,"Date":"2/15/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":430,"Cost":222,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":773,"Cost":626,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":784,"Cost":605,"Date":"4/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":781,"Cost":695,"Date":"7/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":763,"Cost":578,"Date":"8/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":206,"Cost":193,"Date":"10/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":123,"Cost":94,"Date":"11/11/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":155,"Cost":128,"Date":"11/30/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":575,"Cost":444,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":96,"Cost":60,"Date":"3/1/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":956,"Cost":497,"Date":"4/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":783,"Cost":682,"Date":"5/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":88,"Cost":56,"Date":"8/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":265,"Cost":199,"Date":"9/15/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":73,"Cost":50,"Date":"10/14/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":732,"Cost":393,"Date":"10/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":67,"Cost":40,"Date":"11/11/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":41,"Cost":33,"Date":"12/7/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":132,"Cost":113,"Date":"12/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":800,"Cost":466,"Date":"1/6/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":127,"Cost":85,"Date":"1/23/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":8,"Cost":7,"Date":"2/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":965,"Cost":650,"Date":"3/10/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":603,"Cost":418,"Date":"3/12/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":737,"Cost":474,"Date":"3/31/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":314,"Cost":228,"Date":"6/16/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":368,"Cost":324,"Date":"6/17/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":931,"Cost":572,"Date":"8/27/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":311,"Cost":199,"Date":"10/1/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":935,"Cost":668,"Date":"11/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":226,"Cost":169,"Date":"11/9/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":340,"Cost":320,"Date":"3/27/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":429,"Cost":341,"Date":"4/17/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":839,"Cost":595,"Date":"8/11/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":702,"Cost":547,"Date":"8/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":308,"Cost":170,"Date":"9/2/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":951,"Cost":848,"Date":"9/5/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":466,"Cost":417,"Date":"9/14/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":977,"Cost":498,"Date":"9/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":99,"Cost":72,"Date":"11/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":377,"Cost":258,"Date":"12/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":534,"Cost":300,"Date":"1/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":837,"Cost":756,"Date":"1/21/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":291,"Cost":255,"Date":"2/9/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":175,"Cost":90,"Date":"3/19/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":535,"Cost":477,"Date":"4/3/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":758,"Cost":458,"Date":"4/5/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":199,"Cost":135,"Date":"4/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":710,"Cost":562,"Date":"7/10/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":473,"Cost":416,"Date":"3/25/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":77,"Cost":40,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":933,"Cost":683,"Date":"10/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":693,"Cost":385,"Date":"3/2/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":51,"Cost":36,"Date":"6/28/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":994,"Cost":580,"Date":"7/17/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":397,"Cost":269,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":846,"Cost":469,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":766,"Cost":612,"Date":"11/20/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":214,"Cost":145,"Date":"12/16/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":584,"Cost":329,"Date":"12/30/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":349,"Cost":201,"Date":"2/15/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":752,"Cost":586,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":714,"Cost":614,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":262,"Cost":154,"Date":"4/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":617,"Cost":388,"Date":"7/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":427,"Cost":226,"Date":"8/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":693,"Cost":574,"Date":"10/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":538,"Cost":404,"Date":"11/11/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":748,"Cost":463,"Date":"11/30/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":490,"Cost":379,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":889,"Cost":565,"Date":"3/1/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":887,"Cost":526,"Date":"4/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":313,"Cost":214,"Date":"5/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":677,"Cost":391,"Date":"8/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":515,"Cost":425,"Date":"9/15/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":836,"Cost":443,"Date":"10/14/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":814,"Cost":431,"Date":"10/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":886,"Cost":446,"Date":"11/11/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":80,"Cost":42,"Date":"12/7/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":979,"Cost":834,"Date":"12/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":460,"Cost":377,"Date":"1/6/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":620,"Cost":533,"Date":"1/23/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":255,"Cost":166,"Date":"2/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":442,"Cost":411,"Date":"3/10/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":892,"Cost":768,"Date":"3/12/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":851,"Cost":806,"Date":"3/31/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":921,"Cost":726,"Date":"6/16/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":806,"Cost":578,"Date":"6/17/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":821,"Cost":599,"Date":"8/27/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":804,"Cost":659,"Date":"10/1/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":409,"Cost":238,"Date":"11/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":576,"Cost":370,"Date":"11/9/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":440,"Cost":415,"Date":"3/27/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":251,"Cost":175,"Date":"4/17/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":234,"Cost":143,"Date":"8/11/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":178,"Cost":128,"Date":"8/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":192,"Cost":157,"Date":"9/2/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":263,"Cost":134,"Date":"9/5/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":143,"Cost":121,"Date":"9/14/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":882,"Cost":443,"Date":"9/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":276,"Cost":173,"Date":"11/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":194,"Cost":139,"Date":"12/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":865,"Cost":503,"Date":"1/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":938,"Cost":832,"Date":"1/21/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":921,"Cost":485,"Date":"2/9/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":647,"Cost":514,"Date":"3/19/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":439,"Cost":241,"Date":"4/3/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":520,"Cost":391,"Date":"4/5/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":111,"Cost":60,"Date":"4/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":616,"Cost":555,"Date":"7/10/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":53,"Cost":45,"Date":"3/25/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":125,"Cost":104,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":430,"Cost":284,"Date":"10/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":627,"Cost":455,"Date":"3/2/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":548,"Cost":506,"Date":"6/28/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":682,"Cost":601,"Date":"7/17/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":719,"Cost":399,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":959,"Cost":659,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":305,"Cost":197,"Date":"11/20/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":501,"Cost":373,"Date":"12/16/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":507,"Cost":381,"Date":"12/30/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":159,"Cost":151,"Date":"2/15/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":994,"Cost":590,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":330,"Cost":199,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":934,"Cost":499,"Date":"4/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":455,"Cost":321,"Date":"7/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":944,"Cost":884,"Date":"8/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":462,"Cost":417,"Date":"10/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":252,"Cost":159,"Date":"11/11/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":676,"Cost":356,"Date":"11/30/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":874,"Cost":613,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":351,"Cost":326,"Date":"3/1/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":692,"Cost":633,"Date":"4/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":833,"Cost":671,"Date":"5/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":421,"Cost":273,"Date":"8/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":14,"Cost":7,"Date":"9/15/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":103,"Cost":68,"Date":"10/14/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":489,"Cost":319,"Date":"10/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":363,"Cost":264,"Date":"11/11/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":249,"Cost":131,"Date":"12/7/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":877,"Cost":777,"Date":"12/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":709,"Cost":528,"Date":"1/6/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":670,"Cost":537,"Date":"1/23/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":86,"Cost":60,"Date":"2/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":150,"Cost":109,"Date":"3/10/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":418,"Cost":354,"Date":"3/12/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":788,"Cost":399,"Date":"3/31/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":373,"Cost":271,"Date":"6/16/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":474,"Cost":272,"Date":"6/17/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":90,"Cost":66,"Date":"8/27/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":87,"Cost":59,"Date":"10/1/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":616,"Cost":424,"Date":"11/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":566,"Cost":433,"Date":"11/9/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":239,"Cost":196,"Date":"3/27/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":259,"Cost":237,"Date":"4/17/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":555,"Cost":452,"Date":"8/11/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":479,"Cost":333,"Date":"8/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":986,"Cost":678,"Date":"9/2/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":592,"Cost":339,"Date":"9/5/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":284,"Cost":181,"Date":"9/14/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":595,"Cost":505,"Date":"9/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":763,"Cost":625,"Date":"11/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":394,"Cost":239,"Date":"12/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":440,"Cost":306,"Date":"1/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":100,"Cost":73,"Date":"1/21/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":339,"Cost":286,"Date":"2/9/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":524,"Cost":299,"Date":"3/19/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":895,"Cost":714,"Date":"4/3/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":161,"Cost":93,"Date":"4/5/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":484,"Cost":350,"Date":"4/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":798,"Cost":605,"Date":"7/10/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":8,"Cost":4,"Date":"3/25/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":912,"Cost":535,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":17,"Cost":10,"Date":"10/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":37,"Cost":32,"Date":"3/2/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":188,"Cost":131,"Date":"6/28/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":386,"Cost":234,"Date":"7/17/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":11,"Cost":9,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":316,"Cost":266,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":553,"Cost":388,"Date":"11/20/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":978,"Cost":554,"Date":"12/16/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":181,"Cost":91,"Date":"12/30/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":840,"Cost":464,"Date":"2/15/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":967,"Cost":752,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":443,"Cost":369,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":343,"Cost":277,"Date":"4/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":707,"Cost":440,"Date":"7/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":628,"Cost":581,"Date":"8/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":959,"Cost":518,"Date":"10/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":920,"Cost":605,"Date":"11/11/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":40,"Cost":33,"Date":"11/30/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":918,"Cost":718,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":590,"Cost":452,"Date":"3/1/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":466,"Cost":342,"Date":"4/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":929,"Cost":662,"Date":"5/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":974,"Cost":512,"Date":"8/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":153,"Cost":124,"Date":"9/15/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":416,"Cost":374,"Date":"10/14/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":974,"Cost":884,"Date":"10/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":308,"Cost":169,"Date":"11/11/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":531,"Cost":299,"Date":"12/7/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":660,"Cost":403,"Date":"12/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":956,"Cost":669,"Date":"1/6/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":888,"Cost":810,"Date":"1/23/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":801,"Cost":476,"Date":"2/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":216,"Cost":193,"Date":"3/10/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":31,"Cost":28,"Date":"3/12/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":295,"Cost":280,"Date":"3/31/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":286,"Cost":185,"Date":"6/16/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":891,"Cost":807,"Date":"6/17/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":843,"Cost":497,"Date":"8/27/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":815,"Cost":656,"Date":"10/1/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":140,"Cost":110,"Date":"11/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":518,"Cost":338,"Date":"11/9/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":2,"Cost":1,"Date":"3/27/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":308,"Cost":204,"Date":"4/17/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":915,"Cost":642,"Date":"8/11/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":194,"Cost":146,"Date":"8/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":986,"Cost":522,"Date":"9/2/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":9,"Cost":4,"Date":"9/5/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":125,"Cost":80,"Date":"9/14/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":853,"Cost":771,"Date":"9/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":35,"Cost":33,"Date":"11/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":892,"Cost":507,"Date":"12/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":53,"Cost":31,"Date":"1/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":386,"Cost":354,"Date":"1/21/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":63,"Cost":35,"Date":"2/9/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":532,"Cost":426,"Date":"3/19/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":211,"Cost":123,"Date":"4/3/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":615,"Cost":535,"Date":"4/5/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":377,"Cost":223,"Date":"4/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":100,"Cost":89,"Date":"7/10/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":33,"Cost":31,"Date":"3/25/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":868,"Cost":571,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":726,"Cost":414,"Date":"10/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":422,"Cost":283,"Date":"3/2/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":64,"Cost":42,"Date":"6/28/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":100,"Cost":93,"Date":"7/17/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":894,"Cost":568,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":399,"Cost":377,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":165,"Cost":150,"Date":"11/20/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":700,"Cost":406,"Date":"12/16/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":43,"Cost":25,"Date":"12/30/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":722,"Cost":442,"Date":"2/15/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":321,"Cost":296,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":713,"Cost":571,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":371,"Cost":187,"Date":"4/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":712,"Cost":389,"Date":"7/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":190,"Cost":171,"Date":"8/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":144,"Cost":111,"Date":"10/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":665,"Cost":444,"Date":"11/11/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":77,"Cost":47,"Date":"11/30/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":565,"Cost":334,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":416,"Cost":302,"Date":"3/1/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":493,"Cost":409,"Date":"4/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":135,"Cost":124,"Date":"5/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":167,"Cost":140,"Date":"8/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":990,"Cost":684,"Date":"9/15/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":267,"Cost":187,"Date":"10/14/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":366,"Cost":193,"Date":"10/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":175,"Cost":95,"Date":"11/11/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":79,"Cost":59,"Date":"12/7/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":499,"Cost":346,"Date":"12/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":732,"Cost":532,"Date":"1/6/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":745,"Cost":426,"Date":"1/23/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":567,"Cost":335,"Date":"2/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":769,"Cost":663,"Date":"3/10/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":708,"Cost":673,"Date":"3/12/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":897,"Cost":736,"Date":"3/31/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":258,"Cost":149,"Date":"6/16/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":804,"Cost":695,"Date":"6/17/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":800,"Cost":486,"Date":"8/27/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":853,"Cost":544,"Date":"10/1/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":603,"Cost":381,"Date":"11/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":984,"Cost":791,"Date":"11/9/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":146,"Cost":78,"Date":"3/27/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":195,"Cost":129,"Date":"4/17/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":16,"Cost":8,"Date":"8/11/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":655,"Cost":497,"Date":"8/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":830,"Cost":448,"Date":"9/2/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":308,"Cost":174,"Date":"9/5/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":775,"Cost":683,"Date":"9/14/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":189,"Cost":177,"Date":"9/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":255,"Cost":196,"Date":"11/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":711,"Cost":506,"Date":"12/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":929,"Cost":537,"Date":"1/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":114,"Cost":107,"Date":"1/21/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":236,"Cost":190,"Date":"2/9/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":76,"Cost":54,"Date":"3/19/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":77,"Cost":65,"Date":"4/3/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":66,"Cost":48,"Date":"4/5/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":58,"Cost":30,"Date":"4/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":215,"Cost":172,"Date":"7/10/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":320,"Cost":241,"Date":"3/25/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":992,"Cost":640,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":223,"Cost":182,"Date":"10/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":917,"Cost":707,"Date":"3/2/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":723,"Cost":590,"Date":"6/28/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":49,"Cost":38,"Date":"7/17/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":483,"Cost":268,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":433,"Cost":266,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":606,"Cost":343,"Date":"11/20/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":498,"Cost":253,"Date":"12/16/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":738,"Cost":371,"Date":"12/30/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":712,"Cost":626,"Date":"2/15/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":561,"Cost":353,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":508,"Cost":433,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":79,"Cost":67,"Date":"4/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":233,"Cost":159,"Date":"7/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":919,"Cost":858,"Date":"8/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":804,"Cost":519,"Date":"10/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":558,"Cost":301,"Date":"11/11/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":615,"Cost":503,"Date":"11/30/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":76,"Cost":41,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":320,"Cost":233,"Date":"3/1/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":759,"Cost":654,"Date":"4/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":872,"Cost":516,"Date":"5/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":565,"Cost":342,"Date":"8/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":163,"Cost":117,"Date":"9/15/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":295,"Cost":203,"Date":"10/14/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":482,"Cost":324,"Date":"10/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":770,"Cost":654,"Date":"11/11/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":231,"Cost":157,"Date":"12/7/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":199,"Cost":106,"Date":"12/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":748,"Cost":414,"Date":"1/6/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":624,"Cost":431,"Date":"1/23/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":533,"Cost":361,"Date":"2/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":494,"Cost":361,"Date":"3/10/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":363,"Cost":275,"Date":"3/12/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":543,"Cost":304,"Date":"3/31/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":291,"Cost":148,"Date":"6/16/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":890,"Cost":545,"Date":"6/17/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":784,"Cost":479,"Date":"8/27/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":745,"Cost":395,"Date":"10/1/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":524,"Cost":349,"Date":"11/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":381,"Cost":255,"Date":"11/9/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":485,"Cost":263,"Date":"3/27/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":296,"Cost":190,"Date":"4/17/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":577,"Cost":441,"Date":"8/11/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":222,"Cost":171,"Date":"8/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":804,"Cost":412,"Date":"9/2/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":528,"Cost":288,"Date":"9/5/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":596,"Cost":468,"Date":"9/14/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":778,"Cost":560,"Date":"9/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":139,"Cost":106,"Date":"11/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":75,"Cost":52,"Date":"12/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":712,"Cost":457,"Date":"1/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":73,"Cost":57,"Date":"1/21/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":140,"Cost":133,"Date":"2/9/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":838,"Cost":430,"Date":"3/19/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":588,"Cost":465,"Date":"4/3/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":969,"Cost":552,"Date":"4/5/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":76,"Cost":38,"Date":"4/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":34,"Cost":27,"Date":"7/10/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":731,"Cost":573,"Date":"3/25/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":79,"Cost":52,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":143,"Cost":124,"Date":"10/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":900,"Cost":516,"Date":"3/2/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":251,"Cost":229,"Date":"6/28/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":35,"Cost":26,"Date":"7/17/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":326,"Cost":212,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":301,"Cost":198,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":779,"Cost":471,"Date":"11/20/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":117,"Cost":75,"Date":"12/16/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":564,"Cost":410,"Date":"12/30/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":95,"Cost":63,"Date":"2/15/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":660,"Cost":577,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":807,"Cost":760,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":928,"Cost":688,"Date":"4/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":51,"Cost":26,"Date":"7/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":903,"Cost":855,"Date":"8/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":377,"Cost":297,"Date":"10/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":83,"Cost":51,"Date":"11/11/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":608,"Cost":531,"Date":"11/30/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":510,"Cost":255,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":405,"Cost":240,"Date":"3/1/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":109,"Cost":70,"Date":"4/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":642,"Cost":569,"Date":"5/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":605,"Cost":503,"Date":"8/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":666,"Cost":601,"Date":"9/15/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":146,"Cost":113,"Date":"10/14/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":618,"Cost":586,"Date":"10/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":917,"Cost":778,"Date":"11/11/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":338,"Cost":185,"Date":"12/7/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":366,"Cost":196,"Date":"12/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":828,"Cost":687,"Date":"1/6/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":974,"Cost":802,"Date":"1/23/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":778,"Cost":730,"Date":"2/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":703,"Cost":564,"Date":"3/10/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":206,"Cost":117,"Date":"3/12/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":940,"Cost":471,"Date":"3/31/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":658,"Cost":435,"Date":"6/16/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":1,"Cost":0,"Date":"6/17/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":38,"Cost":24,"Date":"8/27/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":139,"Cost":106,"Date":"10/1/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":271,"Cost":198,"Date":"11/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":917,"Cost":673,"Date":"11/9/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":26,"Cost":13,"Date":"3/27/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":768,"Cost":567,"Date":"4/17/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":380,"Cost":287,"Date":"8/11/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":988,"Cost":822,"Date":"8/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":958,"Cost":761,"Date":"9/2/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":512,"Cost":429,"Date":"9/5/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":423,"Cost":398,"Date":"9/14/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":573,"Cost":346,"Date":"9/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":995,"Cost":858,"Date":"11/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":335,"Cost":212,"Date":"12/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":758,"Cost":535,"Date":"1/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":163,"Cost":89,"Date":"1/21/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":261,"Cost":219,"Date":"2/9/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":851,"Cost":503,"Date":"3/19/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":842,"Cost":439,"Date":"4/3/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":218,"Cost":205,"Date":"4/5/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":852,"Cost":716,"Date":"4/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":746,"Cost":632,"Date":"7/10/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":480,"Cost":436,"Date":"3/25/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":566,"Cost":402,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":209,"Cost":142,"Date":"10/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":5,"Cost":4,"Date":"3/2/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":54,"Cost":44,"Date":"6/28/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":345,"Cost":308,"Date":"7/17/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":844,"Cost":534,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":662,"Cost":363,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":986,"Cost":879,"Date":"11/20/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":578,"Cost":489,"Date":"12/16/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":911,"Cost":515,"Date":"12/30/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":434,"Cost":296,"Date":"2/15/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":330,"Cost":258,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":513,"Cost":256,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":568,"Cost":393,"Date":"4/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":371,"Cost":237,"Date":"7/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":364,"Cost":274,"Date":"8/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":269,"Cost":149,"Date":"10/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":181,"Cost":108,"Date":"11/11/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":100,"Cost":66,"Date":"11/30/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":754,"Cost":448,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":921,"Cost":529,"Date":"3/1/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":556,"Cost":420,"Date":"4/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":543,"Cost":308,"Date":"5/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":985,"Cost":874,"Date":"8/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":246,"Cost":184,"Date":"9/15/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":404,"Cost":360,"Date":"10/14/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":724,"Cost":544,"Date":"10/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":118,"Cost":59,"Date":"11/11/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":591,"Cost":412,"Date":"12/7/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":795,"Cost":641,"Date":"12/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":905,"Cost":466,"Date":"1/6/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":819,"Cost":711,"Date":"1/23/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":386,"Cost":219,"Date":"2/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":532,"Cost":468,"Date":"3/10/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":444,"Cost":284,"Date":"3/12/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":176,"Cost":107,"Date":"3/31/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":385,"Cost":281,"Date":"6/16/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":226,"Cost":138,"Date":"6/17/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":546,"Cost":468,"Date":"8/27/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":228,"Cost":169,"Date":"10/1/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":754,"Cost":585,"Date":"11/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":398,"Cost":286,"Date":"11/9/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":646,"Cost":475,"Date":"3/27/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":908,"Cost":791,"Date":"4/17/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":322,"Cost":165,"Date":"8/11/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":481,"Cost":453,"Date":"8/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":118,"Cost":78,"Date":"9/2/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":128,"Cost":72,"Date":"9/5/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":47,"Cost":25,"Date":"9/14/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":499,"Cost":356,"Date":"9/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":5,"Cost":5,"Date":"11/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":213,"Cost":159,"Date":"12/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":927,"Cost":481,"Date":"1/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":903,"Cost":609,"Date":"1/21/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":200,"Cost":163,"Date":"2/9/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":123,"Cost":104,"Date":"3/19/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":771,"Cost":594,"Date":"4/3/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":674,"Cost":454,"Date":"4/5/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":126,"Cost":99,"Date":"4/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":250,"Cost":139,"Date":"7/10/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":479,"Cost":364,"Date":"3/25/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":547,"Cost":311,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":699,"Cost":533,"Date":"10/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":597,"Cost":548,"Date":"3/2/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":878,"Cost":563,"Date":"6/28/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":673,"Cost":488,"Date":"7/17/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":552,"Cost":337,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":746,"Cost":656,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":923,"Cost":866,"Date":"11/20/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":554,"Cost":323,"Date":"12/16/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":149,"Cost":122,"Date":"12/30/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":796,"Cost":551,"Date":"2/15/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":764,"Cost":426,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":577,"Cost":339,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":912,"Cost":842,"Date":"4/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":592,"Cost":340,"Date":"7/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":545,"Cost":297,"Date":"8/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":785,"Cost":479,"Date":"10/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":104,"Cost":82,"Date":"11/11/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":558,"Cost":433,"Date":"11/30/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":537,"Cost":289,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":999,"Cost":648,"Date":"3/1/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":663,"Cost":400,"Date":"4/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":797,"Cost":508,"Date":"5/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":90,"Cost":64,"Date":"8/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":384,"Cost":307,"Date":"9/15/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":369,"Cost":324,"Date":"10/14/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":767,"Cost":645,"Date":"10/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":920,"Cost":795,"Date":"11/11/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":926,"Cost":649,"Date":"12/7/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":57,"Cost":35,"Date":"12/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":594,"Cost":483,"Date":"1/6/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":989,"Cost":847,"Date":"1/23/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":898,"Cost":793,"Date":"2/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":539,"Cost":325,"Date":"3/10/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":59,"Cost":53,"Date":"3/12/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":453,"Cost":292,"Date":"3/31/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":341,"Cost":307,"Date":"6/16/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":447,"Cost":312,"Date":"6/17/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":836,"Cost":684,"Date":"8/27/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":733,"Cost":482,"Date":"10/1/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":925,"Cost":779,"Date":"11/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":107,"Cost":86,"Date":"11/9/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":317,"Cost":289,"Date":"3/27/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":512,"Cost":427,"Date":"4/17/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":82,"Cost":52,"Date":"8/11/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":444,"Cost":346,"Date":"8/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":486,"Cost":393,"Date":"9/2/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":144,"Cost":78,"Date":"9/5/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":295,"Cost":171,"Date":"9/14/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":662,"Cost":507,"Date":"9/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":501,"Cost":351,"Date":"11/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":851,"Cost":731,"Date":"12/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":552,"Cost":363,"Date":"1/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":323,"Cost":161,"Date":"1/21/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":372,"Cost":262,"Date":"2/9/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":87,"Cost":69,"Date":"3/19/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":718,"Cost":512,"Date":"4/3/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":357,"Cost":284,"Date":"4/5/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":893,"Cost":802,"Date":"4/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":789,"Cost":572,"Date":"7/10/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":789,"Cost":492,"Date":"3/25/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":764,"Cost":536,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":353,"Cost":275,"Date":"10/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":799,"Cost":446,"Date":"3/2/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":691,"Cost":397,"Date":"6/28/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":807,"Cost":703,"Date":"7/17/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":850,"Cost":783,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":988,"Cost":717,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":887,"Cost":568,"Date":"11/20/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":239,"Cost":139,"Date":"12/16/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":993,"Cost":789,"Date":"12/30/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":540,"Cost":365,"Date":"2/15/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":969,"Cost":530,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":457,"Cost":253,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":876,"Cost":812,"Date":"4/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":509,"Cost":454,"Date":"7/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":411,"Cost":333,"Date":"8/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":212,"Cost":143,"Date":"10/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":253,"Cost":205,"Date":"11/11/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":420,"Cost":287,"Date":"11/30/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":154,"Cost":92,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":639,"Cost":378,"Date":"3/1/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":633,"Cost":431,"Date":"4/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":422,"Cost":392,"Date":"5/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":737,"Cost":459,"Date":"8/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":731,"Cost":510,"Date":"9/15/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":974,"Cost":587,"Date":"10/14/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":456,"Cost":281,"Date":"10/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":914,"Cost":762,"Date":"11/11/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":552,"Cost":391,"Date":"12/7/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":325,"Cost":295,"Date":"12/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":983,"Cost":797,"Date":"1/6/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":777,"Cost":527,"Date":"1/23/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":192,"Cost":137,"Date":"2/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":885,"Cost":753,"Date":"3/10/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":712,"Cost":491,"Date":"3/12/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":619,"Cost":512,"Date":"3/31/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":194,"Cost":108,"Date":"6/16/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":307,"Cost":251,"Date":"6/17/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":746,"Cost":469,"Date":"8/27/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":963,"Cost":881,"Date":"10/1/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":325,"Cost":241,"Date":"11/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":970,"Cost":517,"Date":"11/9/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":735,"Cost":464,"Date":"3/27/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":823,"Cost":546,"Date":"4/17/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":192,"Cost":99,"Date":"8/11/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":10,"Cost":10,"Date":"8/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":687,"Cost":619,"Date":"9/2/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":352,"Cost":198,"Date":"9/5/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":803,"Cost":722,"Date":"9/14/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":744,"Cost":498,"Date":"9/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":275,"Cost":163,"Date":"11/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":933,"Cost":832,"Date":"12/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":547,"Cost":431,"Date":"1/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":68,"Cost":52,"Date":"1/21/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":77,"Cost":58,"Date":"2/9/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":478,"Cost":335,"Date":"3/19/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":91,"Cost":83,"Date":"4/3/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":350,"Cost":225,"Date":"4/5/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":354,"Cost":186,"Date":"4/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":254,"Cost":137,"Date":"7/10/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":591,"Cost":351,"Date":"3/25/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":710,"Cost":405,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":341,"Cost":191,"Date":"10/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":758,"Cost":535,"Date":"3/2/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":437,"Cost":236,"Date":"6/28/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":429,"Cost":220,"Date":"7/17/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":816,"Cost":770,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":622,"Cost":437,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":271,"Cost":193,"Date":"11/20/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":579,"Cost":543,"Date":"12/16/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":171,"Cost":158,"Date":"12/30/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":849,"Cost":724,"Date":"2/15/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":363,"Cost":342,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":308,"Cost":258,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":438,"Cost":361,"Date":"4/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":373,"Cost":305,"Date":"7/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":722,"Cost":476,"Date":"8/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":384,"Cost":310,"Date":"10/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":622,"Cost":528,"Date":"11/11/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":860,"Cost":439,"Date":"11/30/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":306,"Cost":246,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":487,"Cost":305,"Date":"3/1/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":745,"Cost":611,"Date":"4/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":973,"Cost":731,"Date":"5/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":397,"Cost":296,"Date":"8/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":344,"Cost":251,"Date":"9/15/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":473,"Cost":413,"Date":"10/14/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":722,"Cost":437,"Date":"10/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":224,"Cost":141,"Date":"11/11/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":801,"Cost":532,"Date":"12/7/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":578,"Cost":450,"Date":"12/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":889,"Cost":446,"Date":"1/6/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":471,"Cost":251,"Date":"1/23/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":997,"Cost":594,"Date":"2/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":369,"Cost":306,"Date":"3/10/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":155,"Cost":100,"Date":"3/12/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":132,"Cost":99,"Date":"3/31/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":917,"Cost":548,"Date":"6/16/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":952,"Cost":859,"Date":"6/17/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":977,"Cost":643,"Date":"8/27/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":642,"Cost":567,"Date":"10/1/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":479,"Cost":309,"Date":"11/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":382,"Cost":224,"Date":"11/9/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":960,"Cost":778,"Date":"3/27/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":649,"Cost":437,"Date":"4/17/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":100,"Cost":71,"Date":"8/11/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":373,"Cost":236,"Date":"8/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":576,"Cost":365,"Date":"9/2/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":111,"Cost":99,"Date":"9/5/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":351,"Cost":220,"Date":"9/14/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":591,"Cost":344,"Date":"9/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":194,"Cost":105,"Date":"11/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":414,"Cost":256,"Date":"12/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":826,"Cost":720,"Date":"1/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":944,"Cost":889,"Date":"1/21/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":483,"Cost":322,"Date":"2/9/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":328,"Cost":263,"Date":"3/19/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":303,"Cost":189,"Date":"4/3/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":328,"Cost":258,"Date":"4/5/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":487,"Cost":299,"Date":"4/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":778,"Cost":627,"Date":"7/10/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":783,"Cost":510,"Date":"3/25/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":402,"Cost":358,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":238,"Cost":215,"Date":"10/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":297,"Cost":170,"Date":"3/2/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":311,"Cost":173,"Date":"6/28/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":196,"Cost":157,"Date":"7/17/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":352,"Cost":289,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":831,"Cost":577,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":673,"Cost":558,"Date":"11/20/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":645,"Cost":492,"Date":"12/16/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":167,"Cost":103,"Date":"12/30/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":395,"Cost":224,"Date":"2/15/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":776,"Cost":491,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":388,"Cost":341,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":969,"Cost":755,"Date":"4/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":474,"Cost":342,"Date":"7/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":213,"Cost":180,"Date":"8/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":685,"Cost":470,"Date":"10/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":919,"Cost":466,"Date":"11/11/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":646,"Cost":353,"Date":"11/30/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":56,"Cost":48,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":637,"Cost":523,"Date":"3/1/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":177,"Cost":133,"Date":"4/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":939,"Cost":671,"Date":"5/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":146,"Cost":111,"Date":"8/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":146,"Cost":106,"Date":"9/15/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":90,"Cost":48,"Date":"10/14/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":342,"Cost":256,"Date":"10/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":443,"Cost":292,"Date":"11/11/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":429,"Cost":253,"Date":"12/7/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":33,"Cost":21,"Date":"12/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":267,"Cost":217,"Date":"1/6/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":843,"Cost":534,"Date":"1/23/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":348,"Cost":305,"Date":"2/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":486,"Cost":346,"Date":"3/10/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":449,"Cost":251,"Date":"3/12/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":363,"Cost":261,"Date":"3/31/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":32,"Cost":26,"Date":"6/16/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":676,"Cost":590,"Date":"6/17/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":435,"Cost":293,"Date":"8/27/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":152,"Cost":79,"Date":"10/1/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":595,"Cost":546,"Date":"11/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":393,"Cost":207,"Date":"11/9/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":886,"Cost":513,"Date":"3/27/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":653,"Cost":371,"Date":"4/17/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":293,"Cost":259,"Date":"8/11/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":223,"Cost":121,"Date":"8/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":127,"Cost":118,"Date":"9/2/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":225,"Cost":181,"Date":"9/5/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":918,"Cost":703,"Date":"9/14/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":660,"Cost":536,"Date":"9/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":452,"Cost":234,"Date":"11/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":679,"Cost":437,"Date":"12/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":426,"Cost":244,"Date":"1/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":105,"Cost":67,"Date":"1/21/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":188,"Cost":110,"Date":"2/9/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":161,"Cost":119,"Date":"3/19/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":411,"Cost":292,"Date":"4/3/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":882,"Cost":492,"Date":"4/5/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":800,"Cost":508,"Date":"4/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":537,"Cost":285,"Date":"7/10/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":4,"Cost":3,"Date":"3/25/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":338,"Cost":274,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":236,"Cost":185,"Date":"10/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":782,"Cost":565,"Date":"3/2/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":415,"Cost":338,"Date":"6/28/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":792,"Cost":590,"Date":"7/17/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":854,"Cost":523,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":389,"Cost":269,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":812,"Cost":445,"Date":"11/20/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":289,"Cost":199,"Date":"12/16/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":640,"Cost":592,"Date":"12/30/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":187,"Cost":118,"Date":"2/15/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":424,"Cost":279,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":72,"Cost":43,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":704,"Cost":493,"Date":"4/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":103,"Cost":93,"Date":"7/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":855,"Cost":436,"Date":"8/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":363,"Cost":277,"Date":"10/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":751,"Cost":519,"Date":"11/11/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":336,"Cost":221,"Date":"11/30/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":190,"Cost":109,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":403,"Cost":241,"Date":"3/1/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":205,"Cost":174,"Date":"4/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":326,"Cost":194,"Date":"5/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":840,"Cost":755,"Date":"8/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":25,"Cost":23,"Date":"9/15/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":893,"Cost":754,"Date":"10/14/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":751,"Cost":683,"Date":"10/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":760,"Cost":605,"Date":"11/11/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":606,"Cost":394,"Date":"12/7/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":501,"Cost":268,"Date":"12/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":514,"Cost":387,"Date":"1/6/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":717,"Cost":525,"Date":"1/23/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":193,"Cost":174,"Date":"2/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":999,"Cost":723,"Date":"3/10/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":150,"Cost":92,"Date":"3/12/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":360,"Cost":260,"Date":"3/31/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":962,"Cost":672,"Date":"6/16/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":363,"Cost":193,"Date":"6/17/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":126,"Cost":65,"Date":"8/27/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":286,"Cost":263,"Date":"10/1/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":59,"Cost":39,"Date":"11/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":432,"Cost":296,"Date":"11/9/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":229,"Cost":184,"Date":"3/27/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":958,"Cost":874,"Date":"4/17/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":645,"Cost":488,"Date":"8/11/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":37,"Cost":32,"Date":"8/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":18,"Cost":9,"Date":"9/2/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":284,"Cost":158,"Date":"9/5/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":691,"Cost":540,"Date":"9/14/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":567,"Cost":421,"Date":"9/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":74,"Cost":58,"Date":"11/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":736,"Cost":539,"Date":"12/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":971,"Cost":515,"Date":"1/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":757,"Cost":604,"Date":"1/21/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":834,"Cost":470,"Date":"2/9/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":718,"Cost":562,"Date":"3/19/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":234,"Cost":208,"Date":"4/3/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":183,"Cost":166,"Date":"4/5/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":318,"Cost":170,"Date":"4/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":752,"Cost":464,"Date":"7/10/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":203,"Cost":130,"Date":"3/25/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":807,"Cost":572,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":424,"Cost":274,"Date":"10/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":457,"Cost":267,"Date":"3/2/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":573,"Cost":522,"Date":"6/28/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":13,"Cost":8,"Date":"7/17/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":877,"Cost":779,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":298,"Cost":164,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":574,"Cost":493,"Date":"11/20/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":718,"Cost":547,"Date":"12/16/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":958,"Cost":499,"Date":"12/30/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":959,"Cost":901,"Date":"2/15/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":432,"Cost":342,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":258,"Cost":203,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":436,"Cost":364,"Date":"4/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":876,"Cost":739,"Date":"7/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":519,"Cost":362,"Date":"8/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":768,"Cost":448,"Date":"10/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":616,"Cost":358,"Date":"11/11/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":793,"Cost":689,"Date":"11/30/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":776,"Cost":421,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":809,"Cost":528,"Date":"3/1/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":953,"Cost":604,"Date":"4/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":908,"Cost":631,"Date":"5/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":932,"Cost":775,"Date":"8/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":207,"Cost":194,"Date":"9/15/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":566,"Cost":326,"Date":"10/14/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":445,"Cost":257,"Date":"10/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":528,"Cost":480,"Date":"11/11/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":607,"Cost":493,"Date":"12/7/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":423,"Cost":240,"Date":"12/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":254,"Cost":219,"Date":"1/6/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":133,"Cost":71,"Date":"1/23/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":432,"Cost":303,"Date":"2/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":485,"Cost":419,"Date":"3/10/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":494,"Cost":355,"Date":"3/12/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":87,"Cost":55,"Date":"3/31/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":318,"Cost":267,"Date":"6/16/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":727,"Cost":379,"Date":"6/17/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":344,"Cost":247,"Date":"8/27/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":597,"Cost":516,"Date":"10/1/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":813,"Cost":589,"Date":"11/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":372,"Cost":210,"Date":"11/9/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":988,"Cost":834,"Date":"3/27/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":674,"Cost":598,"Date":"4/17/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":44,"Cost":32,"Date":"8/11/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":70,"Cost":54,"Date":"8/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":658,"Cost":495,"Date":"9/2/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":170,"Cost":88,"Date":"9/5/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":360,"Cost":295,"Date":"9/14/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":833,"Cost":588,"Date":"9/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":872,"Cost":456,"Date":"11/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":319,"Cost":250,"Date":"12/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":894,"Cost":808,"Date":"1/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":591,"Cost":433,"Date":"1/21/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":56,"Cost":42,"Date":"2/9/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":914,"Cost":632,"Date":"3/19/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":744,"Cost":427,"Date":"4/3/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":236,"Cost":133,"Date":"4/5/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":295,"Cost":221,"Date":"4/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":473,"Cost":323,"Date":"7/10/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":248,"Cost":165,"Date":"3/25/2020"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":426,"Cost":260,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":911,"Cost":606,"Date":"10/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":78,"Cost":42,"Date":"3/2/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":906,"Cost":699,"Date":"6/28/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":419,"Cost":269,"Date":"7/17/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":790,"Cost":576,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":413,"Cost":290,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":272,"Cost":237,"Date":"11/20/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":314,"Cost":263,"Date":"12/16/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":501,"Cost":292,"Date":"12/30/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":575,"Cost":539,"Date":"2/15/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":148,"Cost":116,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":17,"Cost":13,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":46,"Cost":44,"Date":"4/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":313,"Cost":288,"Date":"7/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":827,"Cost":536,"Date":"8/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":976,"Cost":716,"Date":"10/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":581,"Cost":386,"Date":"11/11/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":319,"Cost":199,"Date":"11/30/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":181,"Cost":108,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":244,"Cost":130,"Date":"3/1/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":753,"Cost":440,"Date":"4/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":651,"Cost":563,"Date":"5/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":868,"Cost":723,"Date":"8/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":527,"Cost":465,"Date":"9/15/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":916,"Cost":556,"Date":"10/14/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":509,"Cost":271,"Date":"10/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":419,"Cost":290,"Date":"11/11/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":819,"Cost":491,"Date":"12/7/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":760,"Cost":628,"Date":"12/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":223,"Cost":115,"Date":"1/6/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":776,"Cost":701,"Date":"1/23/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":24,"Cost":19,"Date":"2/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":182,"Cost":122,"Date":"3/10/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":764,"Cost":599,"Date":"3/12/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":219,"Cost":166,"Date":"3/31/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":401,"Cost":290,"Date":"6/16/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":120,"Cost":107,"Date":"6/17/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":352,"Cost":180,"Date":"8/27/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":601,"Cost":404,"Date":"10/1/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":9,"Cost":9,"Date":"11/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":695,"Cost":465,"Date":"11/9/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":561,"Cost":513,"Date":"3/27/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":820,"Cost":494,"Date":"4/17/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":288,"Cost":164,"Date":"8/11/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":104,"Cost":71,"Date":"8/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":420,"Cost":254,"Date":"9/2/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":207,"Cost":105,"Date":"9/5/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":601,"Cost":337,"Date":"9/14/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":947,"Cost":684,"Date":"9/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":992,"Cost":534,"Date":"11/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":282,"Cost":146,"Date":"12/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":280,"Cost":196,"Date":"1/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":280,"Cost":211,"Date":"1/21/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":63,"Cost":57,"Date":"2/9/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":974,"Cost":705,"Date":"3/19/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":847,"Cost":702,"Date":"4/3/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":86,"Cost":66,"Date":"4/5/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":584,"Cost":472,"Date":"4/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":792,"Cost":579,"Date":"7/10/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":382,"Cost":219,"Date":"3/25/2020"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":464,"Cost":248,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":553,"Cost":283,"Date":"10/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":99,"Cost":54,"Date":"3/2/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":240,"Cost":217,"Date":"6/28/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":669,"Cost":509,"Date":"7/17/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":802,"Cost":705,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":181,"Cost":162,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":557,"Cost":481,"Date":"11/20/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":88,"Cost":47,"Date":"12/16/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":968,"Cost":911,"Date":"12/30/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":652,"Cost":411,"Date":"2/15/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":751,"Cost":702,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":850,"Cost":543,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":203,"Cost":165,"Date":"4/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":112,"Cost":73,"Date":"7/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":694,"Cost":624,"Date":"8/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":741,"Cost":683,"Date":"10/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":317,"Cost":161,"Date":"11/11/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":967,"Cost":671,"Date":"11/30/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":145,"Cost":97,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":804,"Cost":428,"Date":"3/1/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":125,"Cost":66,"Date":"4/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":381,"Cost":301,"Date":"5/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":940,"Cost":848,"Date":"8/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":996,"Cost":653,"Date":"9/15/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":326,"Cost":202,"Date":"10/14/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":717,"Cost":425,"Date":"10/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":173,"Cost":147,"Date":"11/11/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":352,"Cost":176,"Date":"12/7/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":688,"Cost":369,"Date":"12/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":865,"Cost":659,"Date":"1/6/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":224,"Cost":190,"Date":"1/23/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":847,"Cost":549,"Date":"2/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":360,"Cost":202,"Date":"3/10/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":863,"Cost":476,"Date":"3/12/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":851,"Cost":540,"Date":"3/31/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":564,"Cost":433,"Date":"6/16/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":535,"Cost":301,"Date":"6/17/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":160,"Cost":88,"Date":"8/27/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":767,"Cost":457,"Date":"10/1/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":681,"Cost":602,"Date":"11/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":359,"Cost":255,"Date":"11/9/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":289,"Cost":240,"Date":"3/27/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":30,"Cost":22,"Date":"4/17/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":362,"Cost":327,"Date":"8/11/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":311,"Cost":178,"Date":"8/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":985,"Cost":733,"Date":"9/2/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":385,"Cost":232,"Date":"9/5/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":915,"Cost":474,"Date":"9/14/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":476,"Cost":424,"Date":"9/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":813,"Cost":713,"Date":"11/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":254,"Cost":132,"Date":"12/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":668,"Cost":592,"Date":"1/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":885,"Cost":603,"Date":"1/21/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":313,"Cost":253,"Date":"2/9/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":702,"Cost":522,"Date":"3/19/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":130,"Cost":113,"Date":"4/3/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":753,"Cost":492,"Date":"4/5/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":349,"Cost":251,"Date":"4/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":492,"Cost":268,"Date":"7/10/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":457,"Cost":306,"Date":"3/25/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":186,"Cost":120,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":546,"Cost":427,"Date":"10/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":635,"Cost":548,"Date":"3/2/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":29,"Cost":16,"Date":"6/28/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":223,"Cost":168,"Date":"7/17/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":579,"Cost":323,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":862,"Cost":460,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":521,"Cost":308,"Date":"11/20/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":658,"Cost":549,"Date":"12/16/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":833,"Cost":669,"Date":"12/30/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":838,"Cost":714,"Date":"2/15/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":10,"Cost":8,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":735,"Cost":656,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":999,"Cost":918,"Date":"4/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":260,"Cost":190,"Date":"7/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":422,"Cost":239,"Date":"8/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":404,"Cost":282,"Date":"10/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":45,"Cost":38,"Date":"11/11/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":5,"Cost":4,"Date":"11/30/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":420,"Cost":293,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":796,"Cost":640,"Date":"3/1/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":859,"Cost":567,"Date":"4/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":970,"Cost":857,"Date":"5/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":584,"Cost":320,"Date":"8/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":702,"Cost":622,"Date":"9/15/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":745,"Cost":461,"Date":"10/14/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":441,"Cost":241,"Date":"10/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":979,"Cost":847,"Date":"11/11/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":332,"Cost":296,"Date":"12/7/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":844,"Cost":606,"Date":"12/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":135,"Cost":78,"Date":"1/6/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":602,"Cost":351,"Date":"1/23/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":323,"Cost":225,"Date":"2/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":909,"Cost":528,"Date":"3/10/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":740,"Cost":611,"Date":"3/12/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":363,"Cost":324,"Date":"3/31/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":373,"Cost":286,"Date":"6/16/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":218,"Cost":169,"Date":"6/17/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":854,"Cost":465,"Date":"8/27/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":623,"Cost":511,"Date":"10/1/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":548,"Cost":496,"Date":"11/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":129,"Cost":108,"Date":"11/9/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":559,"Cost":296,"Date":"3/27/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":776,"Cost":445,"Date":"4/17/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":814,"Cost":508,"Date":"8/11/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":349,"Cost":259,"Date":"8/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":767,"Cost":681,"Date":"9/2/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":796,"Cost":512,"Date":"9/5/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":691,"Cost":632,"Date":"9/14/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":337,"Cost":211,"Date":"9/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":98,"Cost":71,"Date":"11/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":587,"Cost":298,"Date":"12/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":174,"Cost":91,"Date":"1/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":618,"Cost":511,"Date":"1/21/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":737,"Cost":540,"Date":"2/9/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":93,"Cost":69,"Date":"3/19/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":933,"Cost":549,"Date":"4/3/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":437,"Cost":255,"Date":"4/5/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":983,"Cost":683,"Date":"4/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":635,"Cost":363,"Date":"7/10/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":997,"Cost":664,"Date":"3/25/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":6,"Cost":5,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":901,"Cost":553,"Date":"10/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":558,"Cost":488,"Date":"3/2/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":799,"Cost":689,"Date":"6/28/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":606,"Cost":528,"Date":"7/17/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":917,"Cost":548,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":977,"Cost":718,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":5,"Cost":2,"Date":"11/20/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":596,"Cost":338,"Date":"12/16/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":759,"Cost":481,"Date":"12/30/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":521,"Cost":262,"Date":"2/15/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":396,"Cost":365,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":247,"Cost":139,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":22,"Cost":15,"Date":"4/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":430,"Cost":264,"Date":"7/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":459,"Cost":365,"Date":"8/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":193,"Cost":170,"Date":"10/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":141,"Cost":71,"Date":"11/11/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":762,"Cost":644,"Date":"11/30/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":226,"Cost":154,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":804,"Cost":532,"Date":"3/1/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":948,"Cost":653,"Date":"4/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":971,"Cost":692,"Date":"5/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":690,"Cost":647,"Date":"8/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":720,"Cost":449,"Date":"9/15/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":442,"Cost":233,"Date":"10/14/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":717,"Cost":473,"Date":"10/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":123,"Cost":106,"Date":"11/11/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":340,"Cost":298,"Date":"12/7/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":758,"Cost":435,"Date":"12/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":209,"Cost":118,"Date":"1/6/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":294,"Cost":219,"Date":"1/23/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":958,"Cost":512,"Date":"2/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":823,"Cost":683,"Date":"3/10/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":24,"Cost":19,"Date":"3/12/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":563,"Cost":315,"Date":"3/31/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":625,"Cost":384,"Date":"6/16/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":914,"Cost":589,"Date":"6/17/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":813,"Cost":695,"Date":"8/27/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":457,"Cost":413,"Date":"10/1/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":369,"Cost":246,"Date":"11/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":420,"Cost":348,"Date":"11/9/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":155,"Cost":123,"Date":"3/27/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":124,"Cost":90,"Date":"4/17/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":645,"Cost":473,"Date":"8/11/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":553,"Cost":470,"Date":"8/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":610,"Cost":336,"Date":"9/2/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":300,"Cost":261,"Date":"9/5/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":568,"Cost":400,"Date":"9/14/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":884,"Cost":553,"Date":"9/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":171,"Cost":108,"Date":"11/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":311,"Cost":200,"Date":"12/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":120,"Cost":74,"Date":"1/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":262,"Cost":215,"Date":"1/21/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":709,"Cost":484,"Date":"2/9/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":793,"Cost":544,"Date":"3/19/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":524,"Cost":422,"Date":"4/3/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":908,"Cost":470,"Date":"4/5/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":346,"Cost":311,"Date":"4/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":644,"Cost":389,"Date":"7/10/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":855,"Cost":596,"Date":"3/25/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":939,"Cost":762,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":455,"Cost":232,"Date":"10/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":268,"Cost":200,"Date":"3/2/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":520,"Cost":467,"Date":"6/28/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":130,"Cost":74,"Date":"7/17/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":600,"Cost":489,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":654,"Cost":448,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":759,"Cost":642,"Date":"11/20/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":808,"Cost":700,"Date":"12/16/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":11,"Cost":6,"Date":"12/30/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":924,"Cost":523,"Date":"2/15/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":607,"Cost":469,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":412,"Cost":213,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":185,"Cost":167,"Date":"4/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":247,"Cost":207,"Date":"7/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":210,"Cost":190,"Date":"8/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":633,"Cost":512,"Date":"10/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":788,"Cost":729,"Date":"11/11/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":90,"Cost":85,"Date":"11/30/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":235,"Cost":161,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":473,"Cost":302,"Date":"3/1/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":162,"Cost":138,"Date":"4/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":693,"Cost":594,"Date":"5/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":199,"Cost":160,"Date":"8/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":504,"Cost":429,"Date":"9/15/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":839,"Cost":480,"Date":"10/14/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":493,"Cost":314,"Date":"10/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":390,"Cost":318,"Date":"11/11/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":716,"Cost":624,"Date":"12/7/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":926,"Cost":719,"Date":"12/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":388,"Cost":227,"Date":"1/6/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":435,"Cost":392,"Date":"1/23/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":402,"Cost":334,"Date":"2/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":717,"Cost":388,"Date":"3/10/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":871,"Cost":668,"Date":"3/12/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":908,"Cost":860,"Date":"3/31/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":775,"Cost":420,"Date":"6/16/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":458,"Cost":274,"Date":"6/17/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":21,"Cost":15,"Date":"8/27/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":171,"Cost":134,"Date":"10/1/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":164,"Cost":147,"Date":"11/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":848,"Cost":726,"Date":"11/9/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":119,"Cost":74,"Date":"3/27/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":608,"Cost":515,"Date":"4/17/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":565,"Cost":537,"Date":"8/11/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":898,"Cost":649,"Date":"8/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":94,"Cost":85,"Date":"9/2/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":185,"Cost":92,"Date":"9/5/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":227,"Cost":154,"Date":"9/14/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":892,"Cost":802,"Date":"9/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":915,"Cost":716,"Date":"11/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":202,"Cost":126,"Date":"12/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":217,"Cost":137,"Date":"1/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":368,"Cost":258,"Date":"1/21/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":197,"Cost":155,"Date":"2/9/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":187,"Cost":115,"Date":"3/19/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":675,"Cost":589,"Date":"4/3/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":69,"Cost":61,"Date":"4/5/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":606,"Cost":490,"Date":"4/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":186,"Cost":162,"Date":"7/10/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":811,"Cost":547,"Date":"3/25/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":880,"Cost":728,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":350,"Cost":200,"Date":"10/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":491,"Cost":343,"Date":"3/2/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":257,"Cost":139,"Date":"6/28/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":478,"Cost":375,"Date":"7/17/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":466,"Cost":305,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":51,"Cost":37,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":353,"Cost":320,"Date":"11/20/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":357,"Cost":225,"Date":"12/16/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":522,"Cost":277,"Date":"12/30/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":361,"Cost":262,"Date":"2/15/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":742,"Cost":507,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":181,"Cost":167,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":508,"Cost":343,"Date":"4/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":123,"Cost":88,"Date":"7/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":402,"Cost":295,"Date":"8/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":153,"Cost":131,"Date":"10/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":341,"Cost":229,"Date":"11/11/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":383,"Cost":352,"Date":"11/30/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":816,"Cost":542,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":596,"Cost":416,"Date":"3/1/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":254,"Cost":203,"Date":"4/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":768,"Cost":701,"Date":"5/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":125,"Cost":111,"Date":"8/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":701,"Cost":516,"Date":"9/15/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":846,"Cost":559,"Date":"10/14/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":89,"Cost":52,"Date":"10/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":62,"Cost":46,"Date":"11/11/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":469,"Cost":259,"Date":"12/7/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":380,"Cost":256,"Date":"12/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":921,"Cost":506,"Date":"1/6/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":139,"Cost":77,"Date":"1/23/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":842,"Cost":680,"Date":"2/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":967,"Cost":605,"Date":"3/10/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":583,"Cost":532,"Date":"3/12/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":564,"Cost":318,"Date":"3/31/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":620,"Cost":475,"Date":"6/16/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":826,"Cost":496,"Date":"6/17/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":93,"Cost":66,"Date":"8/27/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":598,"Cost":522,"Date":"10/1/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":813,"Cost":501,"Date":"11/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":772,"Cost":718,"Date":"11/9/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":887,"Cost":777,"Date":"3/27/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":778,"Cost":396,"Date":"4/17/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":31,"Cost":15,"Date":"8/11/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":561,"Cost":475,"Date":"8/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":669,"Cost":543,"Date":"9/2/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":725,"Cost":659,"Date":"9/5/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":639,"Cost":410,"Date":"9/14/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":467,"Cost":359,"Date":"9/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":944,"Cost":861,"Date":"11/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":788,"Cost":470,"Date":"12/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":508,"Cost":349,"Date":"1/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":327,"Cost":169,"Date":"1/21/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":163,"Cost":118,"Date":"2/9/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":875,"Cost":578,"Date":"3/19/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":258,"Cost":207,"Date":"4/3/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":175,"Cost":110,"Date":"4/5/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":775,"Cost":459,"Date":"4/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":16,"Cost":11,"Date":"7/10/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":740,"Cost":494,"Date":"3/25/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":601,"Cost":376,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":305,"Cost":181,"Date":"10/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":973,"Cost":792,"Date":"3/2/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":113,"Cost":56,"Date":"6/28/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":616,"Cost":531,"Date":"7/17/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":82,"Cost":63,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":717,"Cost":490,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":329,"Cost":298,"Date":"11/20/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":248,"Cost":224,"Date":"12/16/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":458,"Cost":409,"Date":"12/30/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":367,"Cost":250,"Date":"2/15/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":788,"Cost":395,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":689,"Cost":590,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":138,"Cost":121,"Date":"4/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":340,"Cost":236,"Date":"7/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":830,"Cost":480,"Date":"8/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":477,"Cost":442,"Date":"10/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":191,"Cost":148,"Date":"11/11/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":710,"Cost":396,"Date":"11/30/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":207,"Cost":131,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":744,"Cost":567,"Date":"3/1/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":245,"Cost":201,"Date":"4/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":42,"Cost":26,"Date":"5/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":482,"Cost":309,"Date":"8/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":465,"Cost":284,"Date":"9/15/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":876,"Cost":650,"Date":"10/14/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":700,"Cost":501,"Date":"10/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":614,"Cost":427,"Date":"11/11/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":547,"Cost":507,"Date":"12/7/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":775,"Cost":482,"Date":"12/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":352,"Cost":329,"Date":"1/6/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":383,"Cost":253,"Date":"1/23/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":286,"Cost":156,"Date":"2/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":97,"Cost":90,"Date":"3/10/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":57,"Cost":37,"Date":"3/12/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":951,"Cost":662,"Date":"3/31/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":238,"Cost":192,"Date":"6/16/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":666,"Cost":468,"Date":"6/17/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":643,"Cost":440,"Date":"8/27/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":116,"Cost":110,"Date":"10/1/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":637,"Cost":493,"Date":"11/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":980,"Cost":710,"Date":"11/9/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":14,"Cost":11,"Date":"3/27/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":725,"Cost":480,"Date":"4/17/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":406,"Cost":243,"Date":"8/11/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":784,"Cost":468,"Date":"8/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":687,"Cost":539,"Date":"9/2/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":782,"Cost":594,"Date":"9/5/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":33,"Cost":20,"Date":"9/14/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":192,"Cost":127,"Date":"9/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":415,"Cost":211,"Date":"11/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":132,"Cost":74,"Date":"12/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":145,"Cost":118,"Date":"1/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":837,"Cost":551,"Date":"1/21/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":909,"Cost":798,"Date":"2/9/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":831,"Cost":627,"Date":"3/19/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":182,"Cost":166,"Date":"4/3/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":396,"Cost":218,"Date":"4/5/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":262,"Cost":164,"Date":"4/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":80,"Cost":56,"Date":"7/10/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":570,"Cost":473,"Date":"3/25/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":300,"Cost":246,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":354,"Cost":222,"Date":"10/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":207,"Cost":107,"Date":"3/2/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":381,"Cost":310,"Date":"6/28/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":681,"Cost":411,"Date":"7/17/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":30,"Cost":19,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":301,"Cost":231,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":674,"Cost":511,"Date":"11/20/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":113,"Cost":71,"Date":"12/16/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":997,"Cost":893,"Date":"12/30/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":174,"Cost":114,"Date":"2/15/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":481,"Cost":289,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":561,"Cost":467,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":317,"Cost":264,"Date":"4/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":435,"Cost":326,"Date":"7/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":223,"Cost":160,"Date":"8/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":971,"Cost":909,"Date":"10/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":669,"Cost":372,"Date":"11/11/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":1,"Cost":1,"Date":"11/30/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":385,"Cost":199,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":496,"Cost":313,"Date":"3/1/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":190,"Cost":124,"Date":"4/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":741,"Cost":575,"Date":"5/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":122,"Cost":100,"Date":"8/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":141,"Cost":109,"Date":"9/15/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":687,"Cost":460,"Date":"10/14/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":367,"Cost":227,"Date":"10/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":398,"Cost":370,"Date":"11/11/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":77,"Cost":66,"Date":"12/7/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":333,"Cost":200,"Date":"12/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":696,"Cost":440,"Date":"1/6/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":383,"Cost":218,"Date":"1/23/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":902,"Cost":637,"Date":"2/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":992,"Cost":730,"Date":"3/10/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":294,"Cost":216,"Date":"3/12/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":13,"Cost":11,"Date":"3/31/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":127,"Cost":114,"Date":"6/16/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":306,"Cost":254,"Date":"6/17/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":829,"Cost":580,"Date":"8/27/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":729,"Cost":430,"Date":"10/1/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":663,"Cost":461,"Date":"11/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":313,"Cost":173,"Date":"11/9/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":413,"Cost":254,"Date":"3/27/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":779,"Cost":688,"Date":"4/17/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":690,"Cost":601,"Date":"8/11/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":349,"Cost":214,"Date":"8/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":153,"Cost":101,"Date":"9/2/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":484,"Cost":304,"Date":"9/5/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":668,"Cost":501,"Date":"9/14/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":645,"Cost":332,"Date":"9/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":512,"Cost":457,"Date":"11/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":728,"Cost":597,"Date":"12/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":982,"Cost":719,"Date":"1/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":520,"Cost":275,"Date":"1/21/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":844,"Cost":561,"Date":"2/9/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":273,"Cost":252,"Date":"3/19/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":452,"Cost":426,"Date":"4/3/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":105,"Cost":71,"Date":"4/5/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":493,"Cost":334,"Date":"4/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":216,"Cost":193,"Date":"7/10/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":461,"Cost":234,"Date":"3/25/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":339,"Cost":271,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":952,"Cost":614,"Date":"10/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":88,"Cost":70,"Date":"3/2/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":112,"Cost":106,"Date":"6/28/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":885,"Cost":473,"Date":"7/17/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":664,"Cost":515,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":559,"Cost":357,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":204,"Cost":107,"Date":"11/20/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":148,"Cost":98,"Date":"12/16/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":383,"Cost":296,"Date":"12/30/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":808,"Cost":568,"Date":"2/15/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":811,"Cost":453,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":918,"Cost":607,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":882,"Cost":790,"Date":"4/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":148,"Cost":121,"Date":"7/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":875,"Cost":712,"Date":"8/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":562,"Cost":368,"Date":"10/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":876,"Cost":636,"Date":"11/11/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":106,"Cost":62,"Date":"11/30/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":461,"Cost":414,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":831,"Cost":638,"Date":"3/1/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":114,"Cost":107,"Date":"4/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":599,"Cost":408,"Date":"5/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":663,"Cost":629,"Date":"8/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":251,"Cost":232,"Date":"9/15/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":658,"Cost":332,"Date":"10/14/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":504,"Cost":318,"Date":"10/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":448,"Cost":228,"Date":"11/11/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":483,"Cost":405,"Date":"12/7/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":443,"Cost":370,"Date":"12/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":839,"Cost":612,"Date":"1/6/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":63,"Cost":59,"Date":"1/23/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":788,"Cost":502,"Date":"2/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":295,"Cost":225,"Date":"3/10/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":268,"Cost":134,"Date":"3/12/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":646,"Cost":412,"Date":"3/31/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":86,"Cost":70,"Date":"6/16/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":549,"Cost":321,"Date":"6/17/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":873,"Cost":521,"Date":"8/27/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":365,"Cost":291,"Date":"10/1/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":1,"Cost":1,"Date":"11/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":273,"Cost":195,"Date":"11/9/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":77,"Cost":44,"Date":"3/27/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":259,"Cost":222,"Date":"4/17/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":84,"Cost":77,"Date":"8/11/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":110,"Cost":67,"Date":"8/21/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":610,"Cost":338,"Date":"9/2/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":652,"Cost":448,"Date":"9/5/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":572,"Cost":482,"Date":"9/14/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":317,"Cost":243,"Date":"9/20/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":928,"Cost":478,"Date":"11/20/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":233,"Cost":175,"Date":"12/21/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":821,"Cost":522,"Date":"1/7/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":507,"Cost":298,"Date":"1/21/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":484,"Cost":326,"Date":"2/9/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":16,"Cost":10,"Date":"3/19/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":915,"Cost":679,"Date":"4/3/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":258,"Cost":185,"Date":"4/5/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":942,"Cost":501,"Date":"4/28/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":395,"Cost":352,"Date":"7/10/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":379,"Cost":203,"Date":"3/25/2020"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":201,"Cost":131,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":815,"Cost":564,"Date":"10/28/2020"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":441,"Cost":254,"Date":"3/2/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":816,"Cost":746,"Date":"6/28/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":233,"Cost":182,"Date":"7/17/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":805,"Cost":622,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":384,"Cost":276,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":776,"Cost":436,"Date":"11/20/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":830,"Cost":500,"Date":"12/16/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":780,"Cost":728,"Date":"12/30/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":26,"Cost":16,"Date":"2/15/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":943,"Cost":738,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":103,"Cost":89,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":18,"Cost":13,"Date":"4/18/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":515,"Cost":334,"Date":"7/27/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":164,"Cost":83,"Date":"8/18/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":176,"Cost":130,"Date":"10/31/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":498,"Cost":319,"Date":"11/11/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":453,"Cost":289,"Date":"11/30/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":964,"Cost":587,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":113,"Cost":89,"Date":"3/1/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":385,"Cost":250,"Date":"4/13/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":16,"Cost":8,"Date":"5/20/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":850,"Cost":776,"Date":"8/13/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":319,"Cost":213,"Date":"9/15/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":644,"Cost":477,"Date":"10/14/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":704,"Cost":451,"Date":"10/28/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":368,"Cost":249,"Date":"11/11/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":932,"Cost":695,"Date":"12/7/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":931,"Cost":630,"Date":"12/21/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":19,"Cost":11,"Date":"1/6/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":477,"Cost":424,"Date":"1/23/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":485,"Cost":301,"Date":"2/4/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":244,"Cost":201,"Date":"3/10/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":184,"Cost":154,"Date":"3/12/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":396,"Cost":342,"Date":"3/31/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":272,"Cost":235,"Date":"6/16/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":844,"Cost":447,"Date":"6/17/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":614,"Cost":319,"Date":"8/27/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":800,"Cost":758,"Date":"10/1/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":170,"Cost":135,"Date":"11/4/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":165,"Cost":110,"Date":"11/9/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":950,"Cost":575,"Date":"3/27/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":528,"Cost":308,"Date":"4/17/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":692,"Cost":553,"Date":"8/11/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":395,"Cost":362,"Date":"8/21/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":237,"Cost":179,"Date":"9/2/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":127,"Cost":85,"Date":"9/5/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":218,"Cost":189,"Date":"9/14/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":969,"Cost":901,"Date":"9/20/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":220,"Cost":119,"Date":"11/20/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":909,"Cost":668,"Date":"12/21/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":115,"Cost":63,"Date":"1/7/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":118,"Cost":87,"Date":"1/21/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":627,"Cost":319,"Date":"2/9/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":867,"Cost":639,"Date":"3/19/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":459,"Cost":237,"Date":"4/3/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":402,"Cost":241,"Date":"4/5/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":264,"Cost":140,"Date":"4/28/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":599,"Cost":487,"Date":"7/10/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":719,"Cost":676,"Date":"3/25/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":715,"Cost":383,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":917,"Cost":542,"Date":"10/28/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":446,"Cost":371,"Date":"3/2/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":69,"Cost":51,"Date":"6/28/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":571,"Cost":538,"Date":"7/17/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":603,"Cost":346,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":480,"Cost":445,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":396,"Cost":372,"Date":"11/20/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":638,"Cost":505,"Date":"12/16/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":997,"Cost":553,"Date":"12/30/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":751,"Cost":500,"Date":"2/15/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":180,"Cost":152,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":868,"Cost":598,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":431,"Cost":333,"Date":"4/18/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":762,"Cost":401,"Date":"7/27/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":768,"Cost":592,"Date":"8/18/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":845,"Cost":748,"Date":"10/31/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":593,"Cost":324,"Date":"11/11/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":406,"Cost":270,"Date":"11/30/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":827,"Cost":710,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":466,"Cost":285,"Date":"3/1/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":754,"Cost":558,"Date":"4/13/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":598,"Cost":460,"Date":"5/20/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":747,"Cost":699,"Date":"8/13/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":701,"Cost":541,"Date":"9/15/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":822,"Cost":571,"Date":"10/14/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":468,"Cost":360,"Date":"10/28/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":611,"Cost":341,"Date":"11/11/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":926,"Cost":682,"Date":"12/7/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":492,"Cost":251,"Date":"12/21/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":416,"Cost":382,"Date":"1/6/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":687,"Cost":463,"Date":"1/23/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":822,"Cost":661,"Date":"2/4/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":699,"Cost":589,"Date":"3/10/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":381,"Cost":302,"Date":"3/12/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":741,"Cost":483,"Date":"3/31/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":820,"Cost":615,"Date":"6/16/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":407,"Cost":328,"Date":"6/17/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":513,"Cost":398,"Date":"8/27/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":682,"Cost":647,"Date":"10/1/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":36,"Cost":26,"Date":"11/4/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":292,"Cost":171,"Date":"11/9/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":239,"Cost":188,"Date":"3/27/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":386,"Cost":205,"Date":"4/17/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":403,"Cost":269,"Date":"8/11/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":138,"Cost":103,"Date":"8/21/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":194,"Cost":101,"Date":"9/2/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":570,"Cost":525,"Date":"9/5/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":237,"Cost":126,"Date":"9/14/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":102,"Cost":79,"Date":"9/20/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":711,"Cost":541,"Date":"11/20/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":783,"Cost":694,"Date":"12/21/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":11,"Cost":6,"Date":"1/7/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":929,"Cost":577,"Date":"1/21/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":328,"Cost":175,"Date":"2/9/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":916,"Cost":773,"Date":"3/19/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":79,"Cost":62,"Date":"4/3/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":977,"Cost":609,"Date":"4/5/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":712,"Cost":410,"Date":"4/28/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":404,"Cost":228,"Date":"7/10/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":667,"Cost":450,"Date":"3/25/2020"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":999,"Cost":689,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":379,"Cost":303,"Date":"10/28/2020"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":529,"Cost":328,"Date":"3/2/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":624,"Cost":420,"Date":"6/28/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":631,"Cost":581,"Date":"7/17/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":680,"Cost":579,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":789,"Cost":474,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":1,"Cost":1,"Date":"11/20/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":913,"Cost":677,"Date":"12/16/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":1,"Cost":0,"Date":"12/30/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":929,"Cost":747,"Date":"2/15/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":827,"Cost":456,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":866,"Cost":618,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":200,"Cost":142,"Date":"4/18/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":864,"Cost":733,"Date":"7/27/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":648,"Cost":325,"Date":"8/18/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":327,"Cost":296,"Date":"10/31/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":933,"Cost":726,"Date":"11/11/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":517,"Cost":295,"Date":"11/30/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":789,"Cost":741,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":883,"Cost":448,"Date":"3/1/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":729,"Cost":520,"Date":"4/13/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":949,"Cost":884,"Date":"5/20/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":635,"Cost":319,"Date":"8/13/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":993,"Cost":650,"Date":"9/15/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":222,"Cost":164,"Date":"10/14/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":57,"Cost":39,"Date":"10/28/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":943,"Cost":748,"Date":"11/11/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":134,"Cost":71,"Date":"12/7/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":740,"Cost":682,"Date":"12/21/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":897,"Cost":710,"Date":"1/6/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":615,"Cost":548,"Date":"1/23/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":848,"Cost":552,"Date":"2/4/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":162,"Cost":129,"Date":"3/10/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":725,"Cost":467,"Date":"3/12/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":198,"Cost":153,"Date":"3/31/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":563,"Cost":393,"Date":"6/16/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":409,"Cost":353,"Date":"6/17/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":480,"Cost":382,"Date":"8/27/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":439,"Cost":238,"Date":"10/1/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":341,"Cost":223,"Date":"11/4/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":670,"Cost":535,"Date":"11/9/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":792,"Cost":615,"Date":"3/27/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":553,"Cost":452,"Date":"4/17/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":10,"Cost":8,"Date":"8/11/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":607,"Cost":339,"Date":"8/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":914,"Cost":603,"Date":"9/2/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":8,"Cost":7,"Date":"9/5/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":83,"Cost":78,"Date":"9/14/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":348,"Cost":202,"Date":"9/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":999,"Cost":857,"Date":"11/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":310,"Cost":241,"Date":"12/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":155,"Cost":130,"Date":"1/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":297,"Cost":198,"Date":"1/21/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":196,"Cost":158,"Date":"2/9/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":520,"Cost":353,"Date":"3/19/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":13,"Cost":11,"Date":"4/3/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":750,"Cost":470,"Date":"4/5/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":157,"Cost":111,"Date":"4/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":408,"Cost":369,"Date":"7/10/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":761,"Cost":529,"Date":"3/25/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":592,"Cost":514,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":2,"Cost":2,"Date":"10/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":143,"Cost":136,"Date":"3/2/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":264,"Cost":238,"Date":"6/28/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":209,"Cost":128,"Date":"7/17/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":646,"Cost":332,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":846,"Cost":458,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":728,"Cost":409,"Date":"11/20/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":176,"Cost":95,"Date":"12/16/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":763,"Cost":712,"Date":"12/30/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":18,"Cost":17,"Date":"2/15/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":248,"Cost":141,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":837,"Cost":582,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":171,"Cost":144,"Date":"4/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":763,"Cost":397,"Date":"7/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":798,"Cost":730,"Date":"8/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":421,"Cost":371,"Date":"10/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":77,"Cost":52,"Date":"11/11/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":525,"Cost":373,"Date":"11/30/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":295,"Cost":262,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":664,"Cost":350,"Date":"3/1/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":270,"Cost":254,"Date":"4/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":124,"Cost":98,"Date":"5/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":453,"Cost":359,"Date":"8/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":686,"Cost":367,"Date":"9/15/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":593,"Cost":298,"Date":"10/14/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":183,"Cost":127,"Date":"10/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":821,"Cost":688,"Date":"11/11/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":92,"Cost":62,"Date":"12/7/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":805,"Cost":434,"Date":"12/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":981,"Cost":866,"Date":"1/6/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":941,"Cost":612,"Date":"1/23/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":838,"Cost":487,"Date":"2/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":220,"Cost":126,"Date":"3/10/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":331,"Cost":179,"Date":"3/12/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":906,"Cost":837,"Date":"3/31/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":304,"Cost":260,"Date":"6/16/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":730,"Cost":442,"Date":"6/17/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":123,"Cost":88,"Date":"8/27/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":924,"Cost":799,"Date":"10/1/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":268,"Cost":155,"Date":"11/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":395,"Cost":314,"Date":"11/9/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":730,"Cost":518,"Date":"3/27/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":523,"Cost":268,"Date":"4/17/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":238,"Cost":204,"Date":"8/11/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":30,"Cost":27,"Date":"8/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":93,"Cost":73,"Date":"9/2/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":53,"Cost":49,"Date":"9/5/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":576,"Cost":315,"Date":"9/14/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":342,"Cost":185,"Date":"9/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":407,"Cost":271,"Date":"11/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":383,"Cost":257,"Date":"12/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":554,"Cost":292,"Date":"1/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":556,"Cost":482,"Date":"1/21/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":235,"Cost":209,"Date":"2/9/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":570,"Cost":445,"Date":"3/19/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":898,"Cost":605,"Date":"4/3/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":737,"Cost":541,"Date":"4/5/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":532,"Cost":311,"Date":"4/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":187,"Cost":175,"Date":"7/10/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":546,"Cost":277,"Date":"3/25/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":186,"Cost":146,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":297,"Cost":199,"Date":"10/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":47,"Cost":44,"Date":"3/2/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":180,"Cost":170,"Date":"6/28/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":633,"Cost":473,"Date":"7/17/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":498,"Cost":384,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":7,"Cost":5,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":377,"Cost":270,"Date":"11/20/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":882,"Cost":705,"Date":"12/16/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":526,"Cost":453,"Date":"12/30/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":546,"Cost":392,"Date":"2/15/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":224,"Cost":188,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":681,"Cost":450,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":87,"Cost":65,"Date":"4/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":318,"Cost":214,"Date":"7/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":403,"Cost":246,"Date":"8/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":583,"Cost":472,"Date":"10/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":350,"Cost":283,"Date":"11/11/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":369,"Cost":315,"Date":"11/30/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":537,"Cost":378,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":337,"Cost":231,"Date":"3/1/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":394,"Cost":209,"Date":"4/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":239,"Cost":220,"Date":"5/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":188,"Cost":135,"Date":"8/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":112,"Cost":101,"Date":"9/15/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":182,"Cost":95,"Date":"10/14/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":547,"Cost":351,"Date":"10/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":928,"Cost":814,"Date":"11/11/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":363,"Cost":229,"Date":"12/7/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":304,"Cost":238,"Date":"12/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":571,"Cost":339,"Date":"1/6/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":285,"Cost":237,"Date":"1/23/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":827,"Cost":559,"Date":"2/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":466,"Cost":269,"Date":"3/10/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":983,"Cost":684,"Date":"3/12/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":794,"Cost":705,"Date":"3/31/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":698,"Cost":600,"Date":"6/16/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":976,"Cost":682,"Date":"6/17/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":712,"Cost":591,"Date":"8/27/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":537,"Cost":339,"Date":"10/1/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":336,"Cost":195,"Date":"11/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":961,"Cost":798,"Date":"11/9/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":209,"Cost":186,"Date":"3/27/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":138,"Cost":104,"Date":"4/17/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":87,"Cost":45,"Date":"8/11/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":106,"Cost":84,"Date":"8/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":640,"Cost":452,"Date":"9/2/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":370,"Cost":344,"Date":"9/5/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":724,"Cost":561,"Date":"9/14/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":956,"Cost":750,"Date":"9/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":533,"Cost":356,"Date":"11/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":191,"Cost":144,"Date":"12/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":830,"Cost":739,"Date":"1/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":547,"Cost":309,"Date":"1/21/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":77,"Cost":46,"Date":"2/9/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":757,"Cost":595,"Date":"3/19/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":418,"Cost":210,"Date":"4/3/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":376,"Cost":201,"Date":"4/5/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":985,"Cost":495,"Date":"4/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":853,"Cost":729,"Date":"7/10/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":318,"Cost":217,"Date":"3/25/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":184,"Cost":134,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":95,"Cost":83,"Date":"10/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":317,"Cost":253,"Date":"3/2/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":545,"Cost":442,"Date":"6/28/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":958,"Cost":515,"Date":"7/17/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":905,"Cost":794,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":476,"Cost":352,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":396,"Cost":275,"Date":"11/20/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":951,"Cost":557,"Date":"12/16/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":889,"Cost":751,"Date":"12/30/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":809,"Cost":576,"Date":"2/15/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":886,"Cost":816,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":660,"Cost":350,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":418,"Cost":360,"Date":"4/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":178,"Cost":147,"Date":"7/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":138,"Cost":121,"Date":"8/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":289,"Cost":211,"Date":"10/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":179,"Cost":150,"Date":"11/11/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":196,"Cost":116,"Date":"11/30/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":399,"Cost":365,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":851,"Cost":572,"Date":"3/1/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":226,"Cost":121,"Date":"4/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":537,"Cost":503,"Date":"5/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":813,"Cost":489,"Date":"8/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":687,"Cost":407,"Date":"9/15/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":269,"Cost":227,"Date":"10/14/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":505,"Cost":352,"Date":"10/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":326,"Cost":220,"Date":"11/11/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":838,"Cost":482,"Date":"12/7/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":417,"Cost":277,"Date":"12/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":439,"Cost":355,"Date":"1/6/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":430,"Cost":377,"Date":"1/23/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":818,"Cost":482,"Date":"2/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":257,"Cost":142,"Date":"3/10/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":570,"Cost":413,"Date":"3/12/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":975,"Cost":553,"Date":"3/31/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":586,"Cost":308,"Date":"6/16/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":841,"Cost":788,"Date":"6/17/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":313,"Cost":229,"Date":"8/27/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":174,"Cost":122,"Date":"10/1/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":290,"Cost":148,"Date":"11/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":988,"Cost":879,"Date":"11/9/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":536,"Cost":420,"Date":"3/27/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":491,"Cost":246,"Date":"4/17/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":101,"Cost":83,"Date":"8/11/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":374,"Cost":245,"Date":"8/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":642,"Cost":519,"Date":"9/2/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":510,"Cost":328,"Date":"9/5/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":410,"Cost":294,"Date":"9/14/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":766,"Cost":612,"Date":"9/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":949,"Cost":570,"Date":"11/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":945,"Cost":763,"Date":"12/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":991,"Cost":882,"Date":"1/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":961,"Cost":823,"Date":"1/21/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":581,"Cost":496,"Date":"2/9/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":885,"Cost":457,"Date":"3/19/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":882,"Cost":597,"Date":"4/3/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":15,"Cost":12,"Date":"4/5/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":285,"Cost":228,"Date":"4/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":406,"Cost":294,"Date":"7/10/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":789,"Cost":580,"Date":"3/25/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":920,"Cost":501,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":268,"Cost":202,"Date":"10/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":391,"Cost":201,"Date":"3/2/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":469,"Cost":380,"Date":"6/28/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":668,"Cost":587,"Date":"7/17/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":441,"Cost":416,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":313,"Cost":271,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":592,"Cost":379,"Date":"11/20/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":444,"Cost":305,"Date":"12/16/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":876,"Cost":757,"Date":"12/30/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":133,"Cost":82,"Date":"2/15/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":196,"Cost":174,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":881,"Cost":652,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":430,"Cost":273,"Date":"4/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":563,"Cost":385,"Date":"7/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":245,"Cost":159,"Date":"8/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":784,"Cost":612,"Date":"10/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":287,"Cost":189,"Date":"11/11/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":127,"Cost":95,"Date":"11/30/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":789,"Cost":474,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":998,"Cost":586,"Date":"3/1/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":78,"Cost":67,"Date":"4/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":653,"Cost":364,"Date":"5/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":158,"Cost":138,"Date":"8/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":893,"Cost":745,"Date":"9/15/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":552,"Cost":411,"Date":"10/14/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":432,"Cost":361,"Date":"10/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":892,"Cost":582,"Date":"11/11/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":42,"Cost":33,"Date":"12/7/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":856,"Cost":631,"Date":"12/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":732,"Cost":678,"Date":"1/6/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":908,"Cost":742,"Date":"1/23/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":699,"Cost":536,"Date":"2/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":309,"Cost":246,"Date":"3/10/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":814,"Cost":673,"Date":"3/12/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":86,"Cost":74,"Date":"3/31/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":194,"Cost":146,"Date":"6/16/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":412,"Cost":371,"Date":"6/17/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":993,"Cost":572,"Date":"8/27/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":370,"Cost":254,"Date":"10/1/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":74,"Cost":50,"Date":"11/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":6,"Cost":5,"Date":"11/9/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":640,"Cost":416,"Date":"3/27/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":572,"Cost":499,"Date":"4/17/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":725,"Cost":501,"Date":"8/11/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":863,"Cost":748,"Date":"8/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":77,"Cost":72,"Date":"9/2/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":77,"Cost":45,"Date":"9/5/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":482,"Cost":269,"Date":"9/14/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":736,"Cost":410,"Date":"9/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":262,"Cost":234,"Date":"11/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":227,"Cost":172,"Date":"12/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":248,"Cost":193,"Date":"1/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":586,"Cost":323,"Date":"1/21/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":181,"Cost":171,"Date":"2/9/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":65,"Cost":52,"Date":"3/19/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":934,"Cost":848,"Date":"4/3/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":296,"Cost":269,"Date":"4/5/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":900,"Cost":851,"Date":"4/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":946,"Cost":812,"Date":"7/10/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":664,"Cost":447,"Date":"3/25/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":32,"Cost":26,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":429,"Cost":325,"Date":"10/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":126,"Cost":86,"Date":"3/2/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":205,"Cost":123,"Date":"6/28/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":231,"Cost":145,"Date":"7/17/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":380,"Cost":240,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":674,"Cost":617,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":738,"Cost":383,"Date":"11/20/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":324,"Cost":182,"Date":"12/16/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":78,"Cost":43,"Date":"12/30/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":105,"Cost":63,"Date":"2/15/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":30,"Cost":27,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":43,"Cost":36,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":847,"Cost":445,"Date":"4/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":328,"Cost":278,"Date":"7/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":398,"Cost":227,"Date":"8/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":991,"Cost":887,"Date":"10/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":221,"Cost":195,"Date":"11/11/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":910,"Cost":494,"Date":"11/30/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":493,"Cost":260,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":825,"Cost":633,"Date":"3/1/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":274,"Cost":139,"Date":"4/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":980,"Cost":638,"Date":"5/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":76,"Cost":55,"Date":"8/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":250,"Cost":131,"Date":"9/15/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":829,"Cost":503,"Date":"10/14/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":33,"Cost":26,"Date":"10/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":931,"Cost":760,"Date":"11/11/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":98,"Cost":60,"Date":"12/7/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":688,"Cost":532,"Date":"12/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":942,"Cost":687,"Date":"1/6/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":334,"Cost":170,"Date":"1/23/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":574,"Cost":357,"Date":"2/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":782,"Cost":676,"Date":"3/10/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":359,"Cost":311,"Date":"3/12/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":923,"Cost":568,"Date":"3/31/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":251,"Cost":209,"Date":"6/16/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":412,"Cost":345,"Date":"6/17/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":731,"Cost":436,"Date":"8/27/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":488,"Cost":385,"Date":"10/1/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":262,"Cost":233,"Date":"11/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":790,"Cost":686,"Date":"11/9/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":109,"Cost":80,"Date":"3/27/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":961,"Cost":674,"Date":"4/17/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":378,"Cost":271,"Date":"8/11/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":742,"Cost":613,"Date":"8/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":276,"Cost":183,"Date":"9/2/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":949,"Cost":504,"Date":"9/5/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":454,"Cost":402,"Date":"9/14/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":528,"Cost":472,"Date":"9/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":902,"Cost":518,"Date":"11/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":752,"Cost":655,"Date":"12/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":453,"Cost":355,"Date":"1/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":289,"Cost":183,"Date":"1/21/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":834,"Cost":761,"Date":"2/9/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":820,"Cost":653,"Date":"3/19/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":603,"Cost":522,"Date":"4/3/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":635,"Cost":323,"Date":"4/5/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":136,"Cost":111,"Date":"4/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":818,"Cost":652,"Date":"7/10/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":845,"Cost":633,"Date":"3/25/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":885,"Cost":450,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":700,"Cost":484,"Date":"10/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":107,"Cost":56,"Date":"3/2/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":321,"Cost":290,"Date":"6/28/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":377,"Cost":316,"Date":"7/17/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":353,"Cost":306,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":916,"Cost":764,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":216,"Cost":157,"Date":"11/20/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":168,"Cost":86,"Date":"12/16/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":657,"Cost":368,"Date":"12/30/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":467,"Cost":410,"Date":"2/15/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":299,"Cost":198,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":746,"Cost":570,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":829,"Cost":764,"Date":"4/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":459,"Cost":434,"Date":"7/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":399,"Cost":284,"Date":"8/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":662,"Cost":447,"Date":"10/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":183,"Cost":133,"Date":"11/11/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":159,"Cost":143,"Date":"11/30/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":485,"Cost":362,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":389,"Cost":241,"Date":"3/1/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":384,"Cost":338,"Date":"4/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":180,"Cost":113,"Date":"5/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":170,"Cost":154,"Date":"8/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":914,"Cost":805,"Date":"9/15/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":20,"Cost":14,"Date":"10/14/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":543,"Cost":280,"Date":"10/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":51,"Cost":45,"Date":"11/11/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":588,"Cost":313,"Date":"12/7/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":166,"Cost":86,"Date":"12/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":505,"Cost":320,"Date":"1/6/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":214,"Cost":133,"Date":"1/23/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":184,"Cost":170,"Date":"2/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":566,"Cost":528,"Date":"3/10/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":71,"Cost":49,"Date":"3/12/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":618,"Cost":487,"Date":"3/31/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":859,"Cost":464,"Date":"6/16/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":347,"Cost":308,"Date":"6/17/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":467,"Cost":375,"Date":"8/27/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":16,"Cost":16,"Date":"10/1/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":910,"Cost":639,"Date":"11/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":873,"Cost":636,"Date":"11/9/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":287,"Cost":187,"Date":"3/27/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":521,"Cost":417,"Date":"4/17/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":72,"Cost":45,"Date":"8/11/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":74,"Cost":68,"Date":"8/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":236,"Cost":119,"Date":"9/2/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":323,"Cost":173,"Date":"9/5/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":681,"Cost":579,"Date":"9/14/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":560,"Cost":437,"Date":"9/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":296,"Cost":267,"Date":"11/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":548,"Cost":452,"Date":"12/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":671,"Cost":632,"Date":"1/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":276,"Cost":144,"Date":"1/21/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":679,"Cost":492,"Date":"2/9/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":649,"Cost":445,"Date":"3/19/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":43,"Cost":32,"Date":"4/3/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":699,"Cost":659,"Date":"4/5/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":277,"Cost":217,"Date":"4/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":315,"Cost":282,"Date":"7/10/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":207,"Cost":156,"Date":"3/25/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":861,"Cost":808,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":455,"Cost":333,"Date":"10/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":128,"Cost":96,"Date":"3/2/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":336,"Cost":316,"Date":"6/28/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":572,"Cost":426,"Date":"7/17/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":58,"Cost":51,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":102,"Cost":95,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":325,"Cost":183,"Date":"11/20/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":555,"Cost":317,"Date":"12/16/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":35,"Cost":29,"Date":"12/30/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":175,"Cost":92,"Date":"2/15/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":395,"Cost":375,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":657,"Cost":460,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":176,"Cost":91,"Date":"4/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":198,"Cost":133,"Date":"7/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":757,"Cost":539,"Date":"8/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":934,"Cost":695,"Date":"10/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":553,"Cost":426,"Date":"11/11/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":811,"Cost":550,"Date":"11/30/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":735,"Cost":372,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":365,"Cost":319,"Date":"3/1/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":125,"Cost":70,"Date":"4/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":817,"Cost":458,"Date":"5/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":613,"Cost":353,"Date":"8/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":443,"Cost":269,"Date":"9/15/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":41,"Cost":34,"Date":"10/14/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":327,"Cost":235,"Date":"10/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":774,"Cost":570,"Date":"11/11/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":670,"Cost":591,"Date":"12/7/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":433,"Cost":330,"Date":"12/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":200,"Cost":134,"Date":"1/6/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":461,"Cost":334,"Date":"1/23/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":697,"Cost":650,"Date":"2/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":666,"Cost":424,"Date":"3/10/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":783,"Cost":519,"Date":"3/12/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":719,"Cost":381,"Date":"3/31/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":576,"Cost":450,"Date":"6/16/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":483,"Cost":440,"Date":"6/17/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":65,"Cost":46,"Date":"8/27/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":825,"Cost":724,"Date":"10/1/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":906,"Cost":642,"Date":"11/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":569,"Cost":443,"Date":"11/9/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":290,"Cost":232,"Date":"3/27/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":255,"Cost":174,"Date":"4/17/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":633,"Cost":414,"Date":"8/11/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":607,"Cost":521,"Date":"8/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":9,"Cost":7,"Date":"9/2/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":865,"Cost":586,"Date":"9/5/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":573,"Cost":544,"Date":"9/14/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":589,"Cost":514,"Date":"9/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":23,"Cost":22,"Date":"11/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":608,"Cost":509,"Date":"12/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":268,"Cost":135,"Date":"1/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":914,"Cost":626,"Date":"1/21/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":570,"Cost":424,"Date":"2/9/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":704,"Cost":564,"Date":"3/19/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":63,"Cost":49,"Date":"4/3/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":361,"Cost":286,"Date":"4/5/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":802,"Cost":406,"Date":"4/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":898,"Cost":460,"Date":"7/10/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":115,"Cost":95,"Date":"3/25/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":154,"Cost":146,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":230,"Cost":155,"Date":"10/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":729,"Cost":669,"Date":"3/2/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":657,"Cost":509,"Date":"6/28/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":957,"Cost":907,"Date":"7/17/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":996,"Cost":605,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":833,"Cost":706,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":160,"Cost":125,"Date":"11/20/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":734,"Cost":420,"Date":"12/16/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":815,"Cost":741,"Date":"12/30/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":395,"Cost":316,"Date":"2/15/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":53,"Cost":38,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":206,"Cost":194,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":324,"Cost":166,"Date":"4/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":380,"Cost":314,"Date":"7/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":563,"Cost":407,"Date":"8/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":930,"Cost":637,"Date":"10/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":922,"Cost":852,"Date":"11/11/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":669,"Cost":630,"Date":"11/30/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":247,"Cost":220,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":476,"Cost":295,"Date":"3/1/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":350,"Cost":269,"Date":"4/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":17,"Cost":12,"Date":"5/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":812,"Cost":412,"Date":"8/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":228,"Cost":182,"Date":"9/15/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":495,"Cost":468,"Date":"10/14/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":687,"Cost":580,"Date":"10/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":980,"Cost":843,"Date":"11/11/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":238,"Cost":165,"Date":"12/7/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":528,"Cost":378,"Date":"12/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":134,"Cost":106,"Date":"1/6/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":448,"Cost":317,"Date":"1/23/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":753,"Cost":673,"Date":"2/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":596,"Cost":336,"Date":"3/10/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":163,"Cost":115,"Date":"3/12/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":657,"Cost":346,"Date":"3/31/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":476,"Cost":396,"Date":"6/16/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":29,"Cost":25,"Date":"6/17/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":858,"Cost":469,"Date":"8/27/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":804,"Cost":598,"Date":"10/1/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":87,"Cost":47,"Date":"11/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":212,"Cost":189,"Date":"11/9/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":20,"Cost":14,"Date":"3/27/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":274,"Cost":198,"Date":"4/17/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":649,"Cost":532,"Date":"8/11/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":326,"Cost":198,"Date":"8/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":997,"Cost":511,"Date":"9/2/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":773,"Cost":394,"Date":"9/5/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":934,"Cost":607,"Date":"9/14/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":836,"Cost":516,"Date":"9/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":431,"Cost":346,"Date":"11/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":7,"Cost":5,"Date":"12/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":339,"Cost":299,"Date":"1/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":179,"Cost":102,"Date":"1/21/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":629,"Cost":361,"Date":"2/9/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":55,"Cost":51,"Date":"3/19/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":624,"Cost":379,"Date":"4/3/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":515,"Cost":437,"Date":"4/5/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":466,"Cost":259,"Date":"4/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":945,"Cost":799,"Date":"7/10/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":569,"Cost":441,"Date":"3/25/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":207,"Cost":177,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":923,"Cost":671,"Date":"10/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":122,"Cost":90,"Date":"3/2/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":981,"Cost":892,"Date":"6/28/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":508,"Cost":322,"Date":"7/17/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":359,"Cost":288,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":673,"Cost":445,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":929,"Cost":513,"Date":"11/20/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":998,"Cost":555,"Date":"12/16/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":580,"Cost":523,"Date":"12/30/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":319,"Cost":273,"Date":"2/15/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":75,"Cost":39,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":990,"Cost":723,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":673,"Cost":455,"Date":"4/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":501,"Cost":265,"Date":"7/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":255,"Cost":205,"Date":"8/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":201,"Cost":181,"Date":"10/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":860,"Cost":501,"Date":"11/11/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":85,"Cost":56,"Date":"11/30/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":514,"Cost":485,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":330,"Cost":197,"Date":"3/1/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":523,"Cost":418,"Date":"4/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":955,"Cost":834,"Date":"5/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":915,"Cost":785,"Date":"8/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":256,"Cost":157,"Date":"9/15/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":348,"Cost":296,"Date":"10/14/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":753,"Cost":613,"Date":"10/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":16,"Cost":12,"Date":"11/11/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":312,"Cost":249,"Date":"12/7/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":158,"Cost":98,"Date":"12/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":464,"Cost":312,"Date":"1/6/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":190,"Cost":169,"Date":"1/23/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":889,"Cost":785,"Date":"2/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":242,"Cost":153,"Date":"3/10/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":686,"Cost":568,"Date":"3/12/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":567,"Cost":464,"Date":"3/31/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":765,"Cost":486,"Date":"6/16/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":690,"Cost":646,"Date":"6/17/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":217,"Cost":178,"Date":"8/27/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":471,"Cost":320,"Date":"10/1/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":709,"Cost":624,"Date":"11/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":565,"Cost":320,"Date":"11/9/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":760,"Cost":561,"Date":"3/27/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":554,"Cost":418,"Date":"4/17/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":768,"Cost":626,"Date":"8/11/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":754,"Cost":673,"Date":"8/21/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":697,"Cost":366,"Date":"9/2/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":398,"Cost":374,"Date":"9/5/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":691,"Cost":608,"Date":"9/14/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":816,"Cost":482,"Date":"9/20/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":212,"Cost":135,"Date":"11/20/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":652,"Cost":337,"Date":"12/21/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":874,"Cost":525,"Date":"1/7/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":713,"Cost":672,"Date":"1/21/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":766,"Cost":466,"Date":"2/9/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":942,"Cost":887,"Date":"3/19/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":715,"Cost":668,"Date":"4/3/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":453,"Cost":294,"Date":"4/5/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":496,"Cost":401,"Date":"4/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":157,"Cost":137,"Date":"7/10/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":491,"Cost":450,"Date":"3/25/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":419,"Cost":313,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":925,"Cost":857,"Date":"10/28/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":801,"Cost":459,"Date":"3/2/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":978,"Cost":885,"Date":"6/28/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":262,"Cost":187,"Date":"7/17/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":842,"Cost":462,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":123,"Cost":105,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":816,"Cost":523,"Date":"11/20/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":464,"Cost":382,"Date":"12/16/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":351,"Cost":275,"Date":"12/30/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":639,"Cost":509,"Date":"2/15/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":774,"Cost":715,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":646,"Cost":344,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":405,"Cost":298,"Date":"4/18/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":198,"Cost":105,"Date":"7/27/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":122,"Cost":97,"Date":"8/18/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":662,"Cost":350,"Date":"10/31/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":531,"Cost":372,"Date":"11/11/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":443,"Cost":369,"Date":"11/30/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":114,"Cost":67,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":2,"Cost":2,"Date":"3/1/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":901,"Cost":545,"Date":"4/13/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":115,"Cost":99,"Date":"5/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":426,"Cost":292,"Date":"8/13/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":694,"Cost":403,"Date":"9/15/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":841,"Cost":503,"Date":"10/14/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":336,"Cost":280,"Date":"10/28/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":287,"Cost":164,"Date":"11/11/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":811,"Cost":748,"Date":"12/7/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":950,"Cost":865,"Date":"12/21/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":965,"Cost":539,"Date":"1/6/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":519,"Cost":489,"Date":"1/23/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":506,"Cost":269,"Date":"2/4/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":983,"Cost":650,"Date":"3/10/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":158,"Cost":137,"Date":"3/12/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":989,"Cost":624,"Date":"3/31/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":584,"Cost":434,"Date":"6/16/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":828,"Cost":583,"Date":"6/17/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":31,"Cost":30,"Date":"8/27/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":917,"Cost":693,"Date":"10/1/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":878,"Cost":754,"Date":"11/4/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":837,"Cost":559,"Date":"11/9/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":556,"Cost":365,"Date":"3/27/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":598,"Cost":550,"Date":"4/17/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":26,"Cost":15,"Date":"8/11/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":922,"Cost":588,"Date":"8/21/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":922,"Cost":564,"Date":"9/2/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":325,"Cost":177,"Date":"9/5/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":104,"Cost":93,"Date":"9/14/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":690,"Cost":466,"Date":"9/20/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":421,"Cost":310,"Date":"11/20/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":474,"Cost":355,"Date":"12/21/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":818,"Cost":658,"Date":"1/7/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":16,"Cost":10,"Date":"1/21/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":3,"Cost":2,"Date":"2/9/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":565,"Cost":285,"Date":"3/19/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":725,"Cost":428,"Date":"4/3/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":994,"Cost":683,"Date":"4/5/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":708,"Cost":538,"Date":"4/28/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":784,"Cost":682,"Date":"7/10/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":66,"Cost":43,"Date":"3/25/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":863,"Cost":663,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":869,"Cost":523,"Date":"10/28/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":194,"Cost":155,"Date":"3/2/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":803,"Cost":614,"Date":"6/28/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":962,"Cost":602,"Date":"7/17/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":696,"Cost":351,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":440,"Cost":353,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":860,"Cost":535,"Date":"11/20/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":783,"Cost":619,"Date":"12/16/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":21,"Cost":13,"Date":"12/30/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":280,"Cost":245,"Date":"2/15/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":317,"Cost":212,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":546,"Cost":386,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":700,"Cost":545,"Date":"4/18/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":320,"Cost":272,"Date":"7/27/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":122,"Cost":104,"Date":"8/18/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":53,"Cost":43,"Date":"10/31/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":809,"Cost":447,"Date":"11/11/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":651,"Cost":429,"Date":"11/30/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":400,"Cost":377,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":985,"Cost":925,"Date":"3/1/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":755,"Cost":411,"Date":"4/13/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":674,"Cost":350,"Date":"5/20/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":239,"Cost":129,"Date":"8/13/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":123,"Cost":75,"Date":"9/15/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":166,"Cost":140,"Date":"10/14/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":761,"Cost":381,"Date":"10/28/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":100,"Cost":64,"Date":"11/11/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":821,"Cost":691,"Date":"12/7/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":930,"Cost":477,"Date":"12/21/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":259,"Cost":236,"Date":"1/6/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":308,"Cost":230,"Date":"1/23/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":882,"Cost":645,"Date":"2/4/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":13,"Cost":7,"Date":"3/10/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":921,"Cost":476,"Date":"3/12/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":71,"Cost":46,"Date":"3/31/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":573,"Cost":523,"Date":"6/16/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":190,"Cost":160,"Date":"6/17/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":524,"Cost":424,"Date":"8/27/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":934,"Cost":674,"Date":"10/1/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":803,"Cost":720,"Date":"11/4/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":597,"Cost":542,"Date":"11/9/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":558,"Cost":477,"Date":"3/27/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":682,"Cost":503,"Date":"4/17/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":514,"Cost":383,"Date":"8/11/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":244,"Cost":202,"Date":"8/21/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":171,"Cost":90,"Date":"9/2/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":173,"Cost":149,"Date":"9/5/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":882,"Cost":763,"Date":"9/14/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":6,"Cost":3,"Date":"9/20/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":227,"Cost":200,"Date":"11/20/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":434,"Cost":247,"Date":"12/21/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":413,"Cost":283,"Date":"1/7/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":227,"Cost":213,"Date":"1/21/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":776,"Cost":663,"Date":"2/9/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":527,"Cost":350,"Date":"3/19/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":488,"Cost":245,"Date":"4/3/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":232,"Cost":182,"Date":"4/5/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":258,"Cost":172,"Date":"4/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":204,"Cost":124,"Date":"7/10/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":507,"Cost":465,"Date":"3/25/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":256,"Cost":147,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":254,"Cost":170,"Date":"10/28/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":196,"Cost":104,"Date":"3/2/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":395,"Cost":342,"Date":"6/28/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":81,"Cost":54,"Date":"7/17/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":77,"Cost":63,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":189,"Cost":112,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":615,"Cost":497,"Date":"11/20/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":198,"Cost":138,"Date":"12/16/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":629,"Cost":412,"Date":"12/30/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":967,"Cost":559,"Date":"2/15/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":777,"Cost":532,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":933,"Cost":839,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":623,"Cost":345,"Date":"4/18/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":978,"Cost":907,"Date":"7/27/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":552,"Cost":305,"Date":"8/18/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":105,"Cost":92,"Date":"10/31/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":690,"Cost":363,"Date":"11/11/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":249,"Cost":186,"Date":"11/30/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":924,"Cost":633,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":591,"Cost":398,"Date":"3/1/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":280,"Cost":194,"Date":"4/13/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":966,"Cost":527,"Date":"5/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":986,"Cost":745,"Date":"8/13/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":773,"Cost":544,"Date":"9/15/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":899,"Cost":615,"Date":"10/14/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":866,"Cost":588,"Date":"10/28/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":379,"Cost":340,"Date":"11/11/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":691,"Cost":405,"Date":"12/7/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":813,"Cost":691,"Date":"12/21/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":429,"Cost":356,"Date":"1/6/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":298,"Cost":158,"Date":"1/23/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":459,"Cost":283,"Date":"2/4/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":274,"Cost":194,"Date":"3/10/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":419,"Cost":289,"Date":"3/12/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":705,"Cost":546,"Date":"3/31/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":399,"Cost":323,"Date":"6/16/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":661,"Cost":482,"Date":"6/17/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":26,"Cost":21,"Date":"8/27/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":881,"Cost":610,"Date":"10/1/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":416,"Cost":370,"Date":"11/4/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":381,"Cost":289,"Date":"11/9/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":153,"Cost":102,"Date":"3/27/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":92,"Cost":69,"Date":"4/17/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":932,"Cost":509,"Date":"8/11/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":702,"Cost":386,"Date":"8/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":731,"Cost":641,"Date":"9/2/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":950,"Cost":794,"Date":"9/5/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":252,"Cost":171,"Date":"9/14/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":557,"Cost":406,"Date":"9/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":142,"Cost":95,"Date":"11/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":615,"Cost":558,"Date":"12/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":71,"Cost":39,"Date":"1/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":349,"Cost":289,"Date":"1/21/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":469,"Cost":267,"Date":"2/9/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":870,"Cost":771,"Date":"3/19/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":620,"Cost":508,"Date":"4/3/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":216,"Cost":163,"Date":"4/5/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":762,"Cost":681,"Date":"4/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":355,"Cost":262,"Date":"7/10/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":304,"Cost":238,"Date":"3/25/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":244,"Cost":182,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":982,"Cost":793,"Date":"10/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":910,"Cost":501,"Date":"3/2/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":848,"Cost":758,"Date":"6/28/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":694,"Cost":457,"Date":"7/17/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":432,"Cost":342,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":973,"Cost":846,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":124,"Cost":79,"Date":"11/20/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":683,"Cost":417,"Date":"12/16/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":356,"Cost":235,"Date":"12/30/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":482,"Cost":381,"Date":"2/15/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":200,"Cost":171,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":280,"Cost":264,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":484,"Cost":343,"Date":"4/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":168,"Cost":121,"Date":"7/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":587,"Cost":412,"Date":"8/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":565,"Cost":325,"Date":"10/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":72,"Cost":59,"Date":"11/11/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":539,"Cost":279,"Date":"11/30/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":953,"Cost":894,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":553,"Cost":345,"Date":"3/1/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":229,"Cost":139,"Date":"4/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":165,"Cost":112,"Date":"5/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":46,"Cost":24,"Date":"8/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":64,"Cost":48,"Date":"9/15/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":551,"Cost":405,"Date":"10/14/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":714,"Cost":368,"Date":"10/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":398,"Cost":224,"Date":"11/11/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":711,"Cost":405,"Date":"12/7/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":820,"Cost":618,"Date":"12/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":154,"Cost":118,"Date":"1/6/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":305,"Cost":190,"Date":"1/23/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":105,"Cost":58,"Date":"2/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":318,"Cost":254,"Date":"3/10/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":17,"Cost":14,"Date":"3/12/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":246,"Cost":229,"Date":"3/31/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":14,"Cost":12,"Date":"6/16/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":180,"Cost":121,"Date":"6/17/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":561,"Cost":395,"Date":"8/27/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":318,"Cost":165,"Date":"10/1/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":897,"Cost":661,"Date":"11/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":958,"Cost":727,"Date":"11/9/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":125,"Cost":64,"Date":"3/27/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":186,"Cost":107,"Date":"4/17/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":112,"Cost":76,"Date":"8/11/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":225,"Cost":157,"Date":"8/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":254,"Cost":158,"Date":"9/2/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":928,"Cost":793,"Date":"9/5/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":75,"Cost":48,"Date":"9/14/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":599,"Cost":405,"Date":"9/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":317,"Cost":163,"Date":"11/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":282,"Cost":164,"Date":"12/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":513,"Cost":272,"Date":"1/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":715,"Cost":613,"Date":"1/21/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":32,"Cost":25,"Date":"2/9/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":207,"Cost":135,"Date":"3/19/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":281,"Cost":263,"Date":"4/3/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":901,"Cost":477,"Date":"4/5/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":166,"Cost":120,"Date":"4/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":454,"Cost":235,"Date":"7/10/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":505,"Cost":336,"Date":"3/25/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":819,"Cost":773,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":805,"Cost":510,"Date":"10/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":842,"Cost":771,"Date":"3/2/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":709,"Cost":378,"Date":"6/28/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":589,"Cost":300,"Date":"7/17/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":190,"Cost":138,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":710,"Cost":365,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":302,"Cost":261,"Date":"11/20/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":523,"Cost":277,"Date":"12/16/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":619,"Cost":372,"Date":"12/30/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":18,"Cost":9,"Date":"2/15/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":178,"Cost":143,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":273,"Cost":252,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":596,"Cost":353,"Date":"4/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":765,"Cost":474,"Date":"7/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":874,"Cost":624,"Date":"8/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":850,"Cost":484,"Date":"10/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":957,"Cost":669,"Date":"11/11/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":130,"Cost":78,"Date":"11/30/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":604,"Cost":474,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":75,"Cost":62,"Date":"3/1/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":256,"Cost":144,"Date":"4/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":11,"Cost":6,"Date":"5/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":72,"Cost":55,"Date":"8/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":560,"Cost":334,"Date":"9/15/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":478,"Cost":268,"Date":"10/14/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":949,"Cost":539,"Date":"10/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":105,"Cost":71,"Date":"11/11/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":400,"Cost":316,"Date":"12/7/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":30,"Cost":29,"Date":"12/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":823,"Cost":669,"Date":"1/6/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":968,"Cost":504,"Date":"1/23/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":93,"Cost":71,"Date":"2/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":405,"Cost":250,"Date":"3/10/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":1,"Cost":0,"Date":"3/12/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":442,"Cost":391,"Date":"3/31/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":834,"Cost":643,"Date":"6/16/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":445,"Cost":295,"Date":"6/17/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":204,"Cost":194,"Date":"8/27/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":760,"Cost":696,"Date":"10/1/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":283,"Cost":199,"Date":"11/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":876,"Cost":510,"Date":"11/9/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":990,"Cost":723,"Date":"3/27/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":591,"Cost":474,"Date":"4/17/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":277,"Cost":169,"Date":"8/11/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":487,"Cost":293,"Date":"8/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":447,"Cost":335,"Date":"9/2/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":751,"Cost":421,"Date":"9/5/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":496,"Cost":409,"Date":"9/14/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":609,"Cost":331,"Date":"9/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":200,"Cost":180,"Date":"11/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":765,"Cost":657,"Date":"12/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":565,"Cost":488,"Date":"1/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":798,"Cost":649,"Date":"1/21/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":410,"Cost":294,"Date":"2/9/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":738,"Cost":592,"Date":"3/19/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":635,"Cost":594,"Date":"4/3/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":831,"Cost":753,"Date":"4/5/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":161,"Cost":133,"Date":"4/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":527,"Cost":393,"Date":"7/10/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":510,"Cost":395,"Date":"3/25/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":658,"Cost":489,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":697,"Cost":398,"Date":"10/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":154,"Cost":99,"Date":"3/2/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":749,"Cost":482,"Date":"6/28/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":628,"Cost":484,"Date":"7/17/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":387,"Cost":221,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":543,"Cost":346,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":62,"Cost":53,"Date":"11/20/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":511,"Cost":430,"Date":"12/16/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":337,"Cost":261,"Date":"12/30/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":573,"Cost":331,"Date":"2/15/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":159,"Cost":89,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":333,"Cost":266,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":978,"Cost":855,"Date":"4/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":774,"Cost":681,"Date":"7/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":503,"Cost":264,"Date":"8/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":455,"Cost":328,"Date":"10/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":998,"Cost":875,"Date":"11/11/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":672,"Cost":551,"Date":"11/30/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":126,"Cost":112,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":378,"Cost":340,"Date":"3/1/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":866,"Cost":503,"Date":"4/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":955,"Cost":809,"Date":"5/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":202,"Cost":137,"Date":"8/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":218,"Cost":167,"Date":"9/15/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":894,"Cost":638,"Date":"10/14/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":747,"Cost":619,"Date":"10/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":113,"Cost":77,"Date":"11/11/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":287,"Cost":194,"Date":"12/7/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":847,"Cost":539,"Date":"12/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":311,"Cost":295,"Date":"1/6/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":293,"Cost":180,"Date":"1/23/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":888,"Cost":682,"Date":"2/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":826,"Cost":683,"Date":"3/10/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":386,"Cost":340,"Date":"3/12/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":854,"Cost":463,"Date":"3/31/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":744,"Cost":653,"Date":"6/16/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":130,"Cost":89,"Date":"6/17/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":806,"Cost":754,"Date":"8/27/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":727,"Cost":445,"Date":"10/1/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":850,"Cost":768,"Date":"11/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":473,"Cost":403,"Date":"11/9/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":855,"Cost":604,"Date":"3/27/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":979,"Cost":603,"Date":"4/17/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":29,"Cost":23,"Date":"8/11/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":408,"Cost":274,"Date":"8/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":76,"Cost":72,"Date":"9/2/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":145,"Cost":110,"Date":"9/5/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":114,"Cost":103,"Date":"9/14/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":689,"Cost":386,"Date":"9/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":647,"Cost":364,"Date":"11/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":763,"Cost":577,"Date":"12/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":699,"Cost":627,"Date":"1/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":317,"Cost":278,"Date":"1/21/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":527,"Cost":344,"Date":"2/9/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":79,"Cost":53,"Date":"3/19/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":688,"Cost":574,"Date":"4/3/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":17,"Cost":10,"Date":"4/5/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":993,"Cost":628,"Date":"4/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":521,"Cost":376,"Date":"7/10/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":801,"Cost":696,"Date":"3/25/2020"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":674,"Cost":539,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":769,"Cost":716,"Date":"10/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":842,"Cost":539,"Date":"3/2/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":844,"Cost":645,"Date":"6/28/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":182,"Cost":134,"Date":"7/17/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":414,"Cost":240,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":445,"Cost":359,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":658,"Cost":623,"Date":"11/20/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":449,"Cost":304,"Date":"12/16/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":590,"Cost":364,"Date":"12/30/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":775,"Cost":707,"Date":"2/15/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":423,"Cost":220,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":113,"Cost":97,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":488,"Cost":386,"Date":"4/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":282,"Cost":197,"Date":"7/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":116,"Cost":92,"Date":"8/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":887,"Cost":466,"Date":"10/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":820,"Cost":660,"Date":"11/11/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":471,"Cost":426,"Date":"11/30/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":515,"Cost":480,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":84,"Cost":72,"Date":"3/1/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":601,"Cost":506,"Date":"4/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":178,"Cost":90,"Date":"5/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":127,"Cost":72,"Date":"8/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":240,"Cost":200,"Date":"9/15/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":821,"Cost":602,"Date":"10/14/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":78,"Cost":58,"Date":"10/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":406,"Cost":314,"Date":"11/11/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":178,"Cost":116,"Date":"12/7/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":109,"Cost":71,"Date":"12/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":501,"Cost":465,"Date":"1/6/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":138,"Cost":85,"Date":"1/23/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":933,"Cost":862,"Date":"2/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":112,"Cost":106,"Date":"3/10/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":908,"Cost":514,"Date":"3/12/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":58,"Cost":33,"Date":"3/31/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":384,"Cost":291,"Date":"6/16/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":638,"Cost":399,"Date":"6/17/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":677,"Cost":349,"Date":"8/27/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":163,"Cost":137,"Date":"10/1/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":922,"Cost":849,"Date":"11/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":788,"Cost":551,"Date":"11/9/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":627,"Cost":575,"Date":"3/27/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":800,"Cost":621,"Date":"4/17/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":496,"Cost":365,"Date":"8/11/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":552,"Cost":495,"Date":"8/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":328,"Cost":269,"Date":"9/2/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":313,"Cost":181,"Date":"9/5/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":427,"Cost":333,"Date":"9/14/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":645,"Cost":354,"Date":"9/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":687,"Cost":367,"Date":"11/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":879,"Cost":722,"Date":"12/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":12,"Cost":9,"Date":"1/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":226,"Cost":142,"Date":"1/21/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":488,"Cost":345,"Date":"2/9/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":973,"Cost":569,"Date":"3/19/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":934,"Cost":626,"Date":"4/3/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":585,"Cost":531,"Date":"4/5/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":834,"Cost":790,"Date":"4/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":132,"Cost":77,"Date":"7/10/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":789,"Cost":483,"Date":"3/25/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":173,"Cost":130,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":76,"Cost":62,"Date":"10/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":402,"Cost":239,"Date":"3/2/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":528,"Cost":442,"Date":"6/28/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":569,"Cost":429,"Date":"7/17/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":94,"Cost":69,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":180,"Cost":125,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":995,"Cost":566,"Date":"11/20/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":431,"Cost":313,"Date":"12/16/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":752,"Cost":586,"Date":"12/30/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":814,"Cost":627,"Date":"2/15/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":408,"Cost":235,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":987,"Cost":776,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":726,"Cost":511,"Date":"4/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":337,"Cost":296,"Date":"7/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":695,"Cost":562,"Date":"8/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":464,"Cost":419,"Date":"10/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":326,"Cost":221,"Date":"11/11/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":178,"Cost":130,"Date":"11/30/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":332,"Cost":305,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":422,"Cost":324,"Date":"3/1/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":627,"Cost":321,"Date":"4/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":861,"Cost":561,"Date":"5/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":405,"Cost":244,"Date":"8/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":238,"Cost":122,"Date":"9/15/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":468,"Cost":245,"Date":"10/14/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":881,"Cost":810,"Date":"10/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":397,"Cost":350,"Date":"11/11/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":654,"Cost":619,"Date":"12/7/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":85,"Cost":72,"Date":"12/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":654,"Cost":522,"Date":"1/6/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":344,"Cost":182,"Date":"1/23/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":499,"Cost":461,"Date":"2/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":918,"Cost":698,"Date":"3/10/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":315,"Cost":287,"Date":"3/12/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":687,"Cost":419,"Date":"3/31/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":453,"Cost":305,"Date":"6/16/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":848,"Cost":632,"Date":"6/17/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":699,"Cost":638,"Date":"8/27/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":938,"Cost":680,"Date":"10/1/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":403,"Cost":354,"Date":"11/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":357,"Cost":229,"Date":"11/9/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":213,"Cost":117,"Date":"3/27/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":616,"Cost":466,"Date":"4/17/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":912,"Cost":709,"Date":"8/11/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":728,"Cost":380,"Date":"8/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":196,"Cost":162,"Date":"9/2/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":389,"Cost":298,"Date":"9/5/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":293,"Cost":278,"Date":"9/14/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":981,"Cost":764,"Date":"9/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":109,"Cost":92,"Date":"11/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":47,"Cost":32,"Date":"12/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":40,"Cost":29,"Date":"1/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":370,"Cost":225,"Date":"1/21/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":979,"Cost":896,"Date":"2/9/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":990,"Cost":500,"Date":"3/19/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":681,"Cost":530,"Date":"4/3/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":754,"Cost":530,"Date":"4/5/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":260,"Cost":183,"Date":"4/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":864,"Cost":632,"Date":"7/10/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":896,"Cost":619,"Date":"3/25/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":662,"Cost":424,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":763,"Cost":536,"Date":"10/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":594,"Cost":504,"Date":"3/2/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":528,"Cost":451,"Date":"6/28/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":377,"Cost":356,"Date":"7/17/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":689,"Cost":446,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":478,"Cost":377,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":894,"Cost":464,"Date":"11/20/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":508,"Cost":289,"Date":"12/16/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":229,"Cost":143,"Date":"12/30/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":163,"Cost":150,"Date":"2/15/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":987,"Cost":681,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":550,"Cost":505,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":840,"Cost":667,"Date":"4/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":790,"Cost":587,"Date":"7/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":364,"Cost":321,"Date":"8/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":519,"Cost":415,"Date":"10/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":31,"Cost":29,"Date":"11/11/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":990,"Cost":662,"Date":"11/30/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":356,"Cost":310,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":939,"Cost":869,"Date":"3/1/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":121,"Cost":109,"Date":"4/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":92,"Cost":48,"Date":"5/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":910,"Cost":568,"Date":"8/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":601,"Cost":517,"Date":"9/15/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":868,"Cost":789,"Date":"10/14/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":690,"Cost":427,"Date":"10/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":339,"Cost":200,"Date":"11/11/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":600,"Cost":367,"Date":"12/7/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":218,"Cost":159,"Date":"12/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":234,"Cost":131,"Date":"1/6/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":883,"Cost":796,"Date":"1/23/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":767,"Cost":651,"Date":"2/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":413,"Cost":381,"Date":"3/10/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":226,"Cost":202,"Date":"3/12/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":122,"Cost":97,"Date":"3/31/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":25,"Cost":16,"Date":"6/16/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":771,"Cost":715,"Date":"6/17/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":924,"Cost":621,"Date":"8/27/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":287,"Cost":217,"Date":"10/1/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":299,"Cost":196,"Date":"11/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":968,"Cost":625,"Date":"11/9/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":186,"Cost":172,"Date":"3/27/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":191,"Cost":101,"Date":"4/17/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":988,"Cost":685,"Date":"8/11/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":200,"Cost":109,"Date":"8/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":759,"Cost":714,"Date":"9/2/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":480,"Cost":411,"Date":"9/5/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":775,"Cost":553,"Date":"9/14/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":171,"Cost":116,"Date":"9/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":221,"Cost":144,"Date":"11/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":341,"Cost":314,"Date":"12/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":307,"Cost":217,"Date":"1/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":714,"Cost":414,"Date":"1/21/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":297,"Cost":177,"Date":"2/9/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":976,"Cost":655,"Date":"3/19/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":297,"Cost":224,"Date":"4/3/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":413,"Cost":214,"Date":"4/5/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":854,"Cost":773,"Date":"4/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":296,"Cost":218,"Date":"7/10/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":651,"Cost":526,"Date":"3/25/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":823,"Cost":715,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":643,"Cost":414,"Date":"10/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":629,"Cost":543,"Date":"3/2/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":343,"Cost":303,"Date":"6/28/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":802,"Cost":547,"Date":"7/17/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":578,"Cost":536,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":646,"Cost":479,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":493,"Cost":352,"Date":"11/20/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":571,"Cost":462,"Date":"12/16/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":272,"Cost":198,"Date":"12/30/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":402,"Cost":300,"Date":"2/15/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":953,"Cost":519,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":571,"Cost":470,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":482,"Cost":257,"Date":"4/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":374,"Cost":276,"Date":"7/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":359,"Cost":229,"Date":"8/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":342,"Cost":292,"Date":"10/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":611,"Cost":468,"Date":"11/11/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":690,"Cost":648,"Date":"11/30/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":960,"Cost":605,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":951,"Cost":530,"Date":"3/1/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":658,"Cost":559,"Date":"4/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":543,"Cost":302,"Date":"5/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":878,"Cost":740,"Date":"8/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":43,"Cost":26,"Date":"9/15/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":527,"Cost":348,"Date":"10/14/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":428,"Cost":358,"Date":"10/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":763,"Cost":497,"Date":"11/11/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":854,"Cost":729,"Date":"12/7/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":677,"Cost":424,"Date":"12/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":864,"Cost":658,"Date":"1/6/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":300,"Cost":260,"Date":"1/23/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":821,"Cost":592,"Date":"2/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":333,"Cost":219,"Date":"3/10/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":316,"Cost":293,"Date":"3/12/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":442,"Cost":359,"Date":"3/31/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":119,"Cost":105,"Date":"6/16/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":949,"Cost":651,"Date":"6/17/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":777,"Cost":430,"Date":"8/27/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":246,"Cost":192,"Date":"10/1/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":147,"Cost":103,"Date":"11/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":146,"Cost":125,"Date":"11/9/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":198,"Cost":187,"Date":"3/27/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":617,"Cost":548,"Date":"4/17/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":402,"Cost":295,"Date":"8/11/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":623,"Cost":325,"Date":"8/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":288,"Cost":247,"Date":"9/2/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":121,"Cost":102,"Date":"9/5/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":726,"Cost":529,"Date":"9/14/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":838,"Cost":550,"Date":"9/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":852,"Cost":577,"Date":"11/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":281,"Cost":158,"Date":"12/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":392,"Cost":301,"Date":"1/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":74,"Cost":70,"Date":"1/21/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":750,"Cost":379,"Date":"2/9/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":160,"Cost":104,"Date":"3/19/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":409,"Cost":262,"Date":"4/3/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":938,"Cost":498,"Date":"4/5/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":334,"Cost":232,"Date":"4/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":546,"Cost":390,"Date":"7/10/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":919,"Cost":514,"Date":"3/25/2020"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":912,"Cost":683,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":726,"Cost":647,"Date":"10/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":176,"Cost":130,"Date":"3/2/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":421,"Cost":392,"Date":"6/28/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":786,"Cost":714,"Date":"7/17/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":722,"Cost":443,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":556,"Cost":524,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":570,"Cost":297,"Date":"11/20/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":902,"Cost":475,"Date":"12/16/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":852,"Cost":451,"Date":"12/30/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":919,"Cost":793,"Date":"2/15/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":713,"Cost":445,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":763,"Cost":601,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":758,"Cost":688,"Date":"4/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":802,"Cost":407,"Date":"7/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":118,"Cost":60,"Date":"8/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":355,"Cost":246,"Date":"10/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":308,"Cost":274,"Date":"11/11/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":571,"Cost":440,"Date":"11/30/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":452,"Cost":318,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":436,"Cost":220,"Date":"3/1/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":108,"Cost":54,"Date":"4/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":102,"Cost":55,"Date":"5/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":644,"Cost":407,"Date":"8/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":38,"Cost":35,"Date":"9/15/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":148,"Cost":122,"Date":"10/14/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":23,"Cost":18,"Date":"10/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":644,"Cost":473,"Date":"11/11/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":928,"Cost":829,"Date":"12/7/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":542,"Cost":289,"Date":"12/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":335,"Cost":172,"Date":"1/6/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":763,"Cost":673,"Date":"1/23/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":573,"Cost":377,"Date":"2/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":14,"Cost":13,"Date":"3/10/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":825,"Cost":742,"Date":"3/12/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":932,"Cost":756,"Date":"3/31/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":887,"Cost":773,"Date":"6/16/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":290,"Cost":146,"Date":"6/17/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":673,"Cost":391,"Date":"8/27/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":671,"Cost":470,"Date":"10/1/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":238,"Cost":119,"Date":"11/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":542,"Cost":514,"Date":"11/9/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":615,"Cost":315,"Date":"3/27/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":107,"Cost":78,"Date":"4/17/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":660,"Cost":463,"Date":"8/11/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":365,"Cost":261,"Date":"8/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":265,"Cost":200,"Date":"9/2/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":371,"Cost":309,"Date":"9/5/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":411,"Cost":238,"Date":"9/14/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":465,"Cost":287,"Date":"9/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":395,"Cost":198,"Date":"11/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":427,"Cost":401,"Date":"12/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":347,"Cost":205,"Date":"1/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":257,"Cost":225,"Date":"1/21/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":9,"Cost":9,"Date":"2/9/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":848,"Cost":795,"Date":"3/19/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":649,"Cost":506,"Date":"4/3/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":754,"Cost":699,"Date":"4/5/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":409,"Cost":387,"Date":"4/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":73,"Cost":59,"Date":"7/10/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":359,"Cost":232,"Date":"3/25/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":326,"Cost":304,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":796,"Cost":756,"Date":"10/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":828,"Cost":681,"Date":"3/2/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":249,"Cost":211,"Date":"6/28/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":580,"Cost":485,"Date":"7/17/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":563,"Cost":529,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":174,"Cost":139,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":293,"Cost":157,"Date":"11/20/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":48,"Cost":44,"Date":"12/16/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":254,"Cost":224,"Date":"12/30/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":993,"Cost":521,"Date":"2/15/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":2,"Cost":2,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":561,"Cost":462,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":823,"Cost":761,"Date":"4/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":50,"Cost":33,"Date":"7/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":676,"Cost":488,"Date":"8/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":253,"Cost":226,"Date":"10/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":341,"Cost":200,"Date":"11/11/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":27,"Cost":18,"Date":"11/30/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":960,"Cost":835,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":393,"Cost":216,"Date":"3/1/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":874,"Cost":601,"Date":"4/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":421,"Cost":310,"Date":"5/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":392,"Cost":272,"Date":"8/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":415,"Cost":223,"Date":"9/15/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":771,"Cost":627,"Date":"10/14/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":249,"Cost":168,"Date":"10/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":757,"Cost":572,"Date":"11/11/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":570,"Cost":286,"Date":"12/7/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":895,"Cost":566,"Date":"12/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":835,"Cost":735,"Date":"1/6/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":228,"Cost":189,"Date":"1/23/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":863,"Cost":755,"Date":"2/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":942,"Cost":705,"Date":"3/10/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":174,"Cost":152,"Date":"3/12/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":795,"Cost":666,"Date":"3/31/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":652,"Cost":567,"Date":"6/16/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":629,"Cost":343,"Date":"6/17/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":970,"Cost":850,"Date":"8/27/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":604,"Cost":321,"Date":"10/1/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":39,"Cost":31,"Date":"11/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":116,"Cost":72,"Date":"11/9/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":711,"Cost":540,"Date":"3/27/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":248,"Cost":164,"Date":"4/17/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":733,"Cost":603,"Date":"8/11/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":759,"Cost":669,"Date":"8/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":481,"Cost":277,"Date":"9/2/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":736,"Cost":488,"Date":"9/5/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":315,"Cost":203,"Date":"9/14/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":970,"Cost":810,"Date":"9/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":125,"Cost":89,"Date":"11/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":159,"Cost":127,"Date":"12/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":213,"Cost":170,"Date":"1/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":890,"Cost":507,"Date":"1/21/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":308,"Cost":266,"Date":"2/9/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":26,"Cost":19,"Date":"3/19/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":316,"Cost":257,"Date":"4/3/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":732,"Cost":451,"Date":"4/5/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":57,"Cost":42,"Date":"4/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":555,"Cost":366,"Date":"7/10/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":41,"Cost":27,"Date":"3/25/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":457,"Cost":339,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":314,"Cost":189,"Date":"10/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":461,"Cost":325,"Date":"3/2/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":27,"Cost":16,"Date":"6/28/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":733,"Cost":387,"Date":"7/17/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":763,"Cost":464,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":330,"Cost":307,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":571,"Cost":395,"Date":"11/20/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":568,"Cost":492,"Date":"12/16/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":33,"Cost":20,"Date":"12/30/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":693,"Cost":454,"Date":"2/15/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":101,"Cost":83,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":673,"Cost":445,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":532,"Cost":453,"Date":"4/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":141,"Cost":78,"Date":"7/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":967,"Cost":639,"Date":"8/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":562,"Cost":453,"Date":"10/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":554,"Cost":384,"Date":"11/11/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":533,"Cost":425,"Date":"11/30/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":540,"Cost":361,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":163,"Cost":89,"Date":"3/1/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":25,"Cost":24,"Date":"4/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":79,"Cost":48,"Date":"5/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":299,"Cost":229,"Date":"8/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":340,"Cost":230,"Date":"9/15/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":826,"Cost":471,"Date":"10/14/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":566,"Cost":388,"Date":"10/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":716,"Cost":657,"Date":"11/11/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":767,"Cost":450,"Date":"12/7/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":958,"Cost":714,"Date":"12/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":66,"Cost":35,"Date":"1/6/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":615,"Cost":444,"Date":"1/23/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":140,"Cost":86,"Date":"2/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":92,"Cost":69,"Date":"3/10/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":410,"Cost":277,"Date":"3/12/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":613,"Cost":477,"Date":"3/31/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":649,"Cost":563,"Date":"6/16/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":717,"Cost":649,"Date":"6/17/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":859,"Cost":563,"Date":"8/27/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":476,"Cost":287,"Date":"10/1/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":709,"Cost":565,"Date":"11/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":96,"Cost":80,"Date":"11/9/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":597,"Cost":390,"Date":"3/27/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":638,"Cost":422,"Date":"4/17/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":716,"Cost":445,"Date":"8/11/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":902,"Cost":811,"Date":"8/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":818,"Cost":542,"Date":"9/2/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":361,"Cost":237,"Date":"9/5/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":457,"Cost":228,"Date":"9/14/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":276,"Cost":240,"Date":"9/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":364,"Cost":309,"Date":"11/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":290,"Cost":264,"Date":"12/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":945,"Cost":775,"Date":"1/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":659,"Cost":440,"Date":"1/21/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":255,"Cost":169,"Date":"2/9/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":485,"Cost":254,"Date":"3/19/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":905,"Cost":731,"Date":"4/3/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":562,"Cost":331,"Date":"4/5/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":70,"Cost":55,"Date":"4/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":934,"Cost":824,"Date":"7/10/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":100,"Cost":67,"Date":"3/25/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":795,"Cost":712,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":133,"Cost":120,"Date":"10/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":409,"Cost":356,"Date":"3/2/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":829,"Cost":605,"Date":"6/28/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":176,"Cost":143,"Date":"7/17/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":11,"Cost":7,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":595,"Cost":455,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":980,"Cost":582,"Date":"11/20/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":828,"Cost":477,"Date":"12/16/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":582,"Cost":534,"Date":"12/30/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":915,"Cost":473,"Date":"2/15/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":42,"Cost":38,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":960,"Cost":892,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":829,"Cost":470,"Date":"4/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":533,"Cost":322,"Date":"7/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":252,"Cost":171,"Date":"8/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":645,"Cost":573,"Date":"10/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":345,"Cost":301,"Date":"11/11/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":564,"Cost":413,"Date":"11/30/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":872,"Cost":789,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":851,"Cost":753,"Date":"3/1/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":460,"Cost":271,"Date":"4/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":553,"Cost":323,"Date":"5/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":182,"Cost":115,"Date":"8/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":497,"Cost":295,"Date":"9/15/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":900,"Cost":535,"Date":"10/14/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":358,"Cost":292,"Date":"10/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":927,"Cost":775,"Date":"11/11/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":493,"Cost":396,"Date":"12/7/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":985,"Cost":914,"Date":"12/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":316,"Cost":267,"Date":"1/6/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":328,"Cost":199,"Date":"1/23/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":950,"Cost":641,"Date":"2/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":737,"Cost":647,"Date":"3/10/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":414,"Cost":241,"Date":"3/12/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":563,"Cost":338,"Date":"3/31/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":432,"Cost":330,"Date":"6/16/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":481,"Cost":402,"Date":"6/17/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":857,"Cost":481,"Date":"8/27/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":309,"Cost":236,"Date":"10/1/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":199,"Cost":147,"Date":"11/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":576,"Cost":395,"Date":"11/9/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":528,"Cost":405,"Date":"3/27/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":333,"Cost":190,"Date":"4/17/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":185,"Cost":150,"Date":"8/11/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":915,"Cost":603,"Date":"8/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":8,"Cost":7,"Date":"9/2/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":568,"Cost":474,"Date":"9/5/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":244,"Cost":128,"Date":"9/14/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":235,"Cost":189,"Date":"9/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":787,"Cost":708,"Date":"11/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":639,"Cost":480,"Date":"12/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":663,"Cost":551,"Date":"1/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":908,"Cost":815,"Date":"1/21/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":826,"Cost":458,"Date":"2/9/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":231,"Cost":130,"Date":"3/19/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":401,"Cost":232,"Date":"4/3/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":966,"Cost":768,"Date":"4/5/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":420,"Cost":318,"Date":"4/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":932,"Cost":532,"Date":"7/10/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":180,"Cost":145,"Date":"3/25/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":13,"Cost":11,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":306,"Cost":259,"Date":"10/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":940,"Cost":666,"Date":"3/2/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":620,"Cost":324,"Date":"6/28/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":284,"Cost":219,"Date":"7/17/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":887,"Cost":800,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":812,"Cost":587,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":412,"Cost":234,"Date":"11/20/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":294,"Cost":218,"Date":"12/16/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":69,"Cost":46,"Date":"12/30/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":844,"Cost":597,"Date":"2/15/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":622,"Cost":591,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":717,"Cost":512,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":657,"Cost":331,"Date":"4/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":630,"Cost":514,"Date":"7/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":32,"Cost":20,"Date":"8/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":252,"Cost":210,"Date":"10/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":891,"Cost":756,"Date":"11/11/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":235,"Cost":190,"Date":"11/30/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":533,"Cost":462,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":890,"Cost":644,"Date":"3/1/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":241,"Cost":167,"Date":"4/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":663,"Cost":335,"Date":"5/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":61,"Cost":46,"Date":"8/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":256,"Cost":132,"Date":"9/15/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":671,"Cost":417,"Date":"10/14/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":148,"Cost":116,"Date":"10/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":330,"Cost":299,"Date":"11/11/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":79,"Cost":50,"Date":"12/7/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":335,"Cost":236,"Date":"12/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":361,"Cost":325,"Date":"1/6/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":534,"Cost":373,"Date":"1/23/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":723,"Cost":520,"Date":"2/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":764,"Cost":705,"Date":"3/10/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":769,"Cost":583,"Date":"3/12/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":194,"Cost":172,"Date":"3/31/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":299,"Cost":267,"Date":"6/16/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":902,"Cost":470,"Date":"6/17/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":432,"Cost":277,"Date":"8/27/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":598,"Cost":466,"Date":"10/1/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":924,"Cost":679,"Date":"11/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":306,"Cost":166,"Date":"11/9/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":184,"Cost":112,"Date":"3/27/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":181,"Cost":164,"Date":"4/17/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":967,"Cost":908,"Date":"8/11/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":337,"Cost":169,"Date":"8/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":294,"Cost":212,"Date":"9/2/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":945,"Cost":542,"Date":"9/5/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":52,"Cost":28,"Date":"9/14/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":836,"Cost":463,"Date":"9/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":943,"Cost":479,"Date":"11/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":238,"Cost":171,"Date":"12/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":781,"Cost":676,"Date":"1/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":128,"Cost":116,"Date":"1/21/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":495,"Cost":312,"Date":"2/9/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":370,"Cost":231,"Date":"3/19/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":586,"Cost":457,"Date":"4/3/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":146,"Cost":109,"Date":"4/5/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":686,"Cost":350,"Date":"4/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":894,"Cost":510,"Date":"7/10/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":558,"Cost":281,"Date":"3/25/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":703,"Cost":431,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":516,"Cost":446,"Date":"10/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":871,"Cost":665,"Date":"3/2/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":59,"Cost":45,"Date":"6/28/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":880,"Cost":725,"Date":"7/17/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":882,"Cost":817,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":14,"Cost":7,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":294,"Cost":256,"Date":"11/20/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":486,"Cost":271,"Date":"12/16/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":894,"Cost":837,"Date":"12/30/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":531,"Cost":293,"Date":"2/15/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":563,"Cost":469,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":836,"Cost":760,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":12,"Cost":7,"Date":"4/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":170,"Cost":134,"Date":"7/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":196,"Cost":109,"Date":"8/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":648,"Cost":541,"Date":"10/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":21,"Cost":17,"Date":"11/11/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":424,"Cost":265,"Date":"11/30/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":630,"Cost":438,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":778,"Cost":565,"Date":"3/1/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":627,"Cost":377,"Date":"4/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":332,"Cost":191,"Date":"5/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":206,"Cost":150,"Date":"8/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":522,"Cost":475,"Date":"9/15/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":1000,"Cost":912,"Date":"10/14/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":515,"Cost":266,"Date":"10/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":693,"Cost":602,"Date":"11/11/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":65,"Cost":50,"Date":"12/7/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":198,"Cost":130,"Date":"12/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":207,"Cost":191,"Date":"1/6/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":631,"Cost":557,"Date":"1/23/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":774,"Cost":719,"Date":"2/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":644,"Cost":517,"Date":"3/10/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":157,"Cost":116,"Date":"3/12/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":353,"Cost":197,"Date":"3/31/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":355,"Cost":207,"Date":"6/16/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":19,"Cost":16,"Date":"6/17/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":858,"Cost":448,"Date":"8/27/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":497,"Cost":464,"Date":"10/1/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":773,"Cost":545,"Date":"11/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":838,"Cost":631,"Date":"11/9/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":743,"Cost":571,"Date":"3/27/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":377,"Cost":219,"Date":"4/17/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":286,"Cost":160,"Date":"8/11/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":94,"Cost":76,"Date":"8/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":112,"Cost":94,"Date":"9/2/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":278,"Cost":153,"Date":"9/5/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":231,"Cost":144,"Date":"9/14/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":630,"Cost":422,"Date":"9/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":376,"Cost":334,"Date":"11/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":283,"Cost":155,"Date":"12/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":506,"Cost":257,"Date":"1/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":168,"Cost":139,"Date":"1/21/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":421,"Cost":379,"Date":"2/9/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":838,"Cost":544,"Date":"3/19/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":808,"Cost":746,"Date":"4/3/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":349,"Cost":332,"Date":"4/5/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":433,"Cost":231,"Date":"4/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":539,"Cost":316,"Date":"7/10/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":809,"Cost":711,"Date":"3/25/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":182,"Cost":140,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":224,"Cost":211,"Date":"10/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":865,"Cost":787,"Date":"3/2/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":269,"Cost":240,"Date":"6/28/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":213,"Cost":185,"Date":"7/17/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":123,"Cost":99,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":635,"Cost":467,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":267,"Cost":147,"Date":"11/20/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":884,"Cost":771,"Date":"12/16/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":605,"Cost":481,"Date":"12/30/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":640,"Cost":465,"Date":"2/15/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":586,"Cost":316,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":489,"Cost":321,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":728,"Cost":636,"Date":"4/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":530,"Cost":423,"Date":"7/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":76,"Cost":50,"Date":"8/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":343,"Cost":323,"Date":"10/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":508,"Cost":443,"Date":"11/11/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":491,"Cost":407,"Date":"11/30/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":142,"Cost":85,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":745,"Cost":586,"Date":"3/1/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":287,"Cost":206,"Date":"4/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":879,"Cost":756,"Date":"5/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":433,"Cost":342,"Date":"8/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":32,"Cost":28,"Date":"9/15/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":801,"Cost":516,"Date":"10/14/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":157,"Cost":95,"Date":"10/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":811,"Cost":551,"Date":"11/11/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":376,"Cost":326,"Date":"12/7/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":440,"Cost":264,"Date":"12/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":951,"Cost":722,"Date":"1/6/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":66,"Cost":58,"Date":"1/23/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":372,"Cost":330,"Date":"2/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":245,"Cost":210,"Date":"3/10/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":501,"Cost":276,"Date":"3/12/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":852,"Cost":439,"Date":"3/31/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":22,"Cost":14,"Date":"6/16/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":705,"Cost":456,"Date":"6/17/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":939,"Cost":724,"Date":"8/27/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":594,"Cost":545,"Date":"10/1/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":340,"Cost":174,"Date":"11/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":408,"Cost":243,"Date":"11/9/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":790,"Cost":651,"Date":"3/27/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":730,"Cost":558,"Date":"4/17/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":246,"Cost":215,"Date":"8/11/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":618,"Cost":362,"Date":"8/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":960,"Cost":843,"Date":"9/2/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":115,"Cost":73,"Date":"9/5/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":646,"Cost":480,"Date":"9/14/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":858,"Cost":802,"Date":"9/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":400,"Cost":350,"Date":"11/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":61,"Cost":31,"Date":"12/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":934,"Cost":712,"Date":"1/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":153,"Cost":98,"Date":"1/21/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":956,"Cost":500,"Date":"2/9/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":569,"Cost":476,"Date":"3/19/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":251,"Cost":206,"Date":"4/3/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":37,"Cost":28,"Date":"4/5/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":714,"Cost":401,"Date":"4/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":720,"Cost":499,"Date":"7/10/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":747,"Cost":494,"Date":"3/25/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":727,"Cost":580,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":152,"Cost":140,"Date":"10/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":418,"Cost":334,"Date":"3/2/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":554,"Cost":362,"Date":"6/28/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":859,"Cost":574,"Date":"7/17/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":617,"Cost":558,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":953,"Cost":753,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":641,"Cost":518,"Date":"11/20/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":262,"Cost":194,"Date":"12/16/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":809,"Cost":707,"Date":"12/30/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":94,"Cost":65,"Date":"2/15/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":591,"Cost":420,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":136,"Cost":73,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":65,"Cost":46,"Date":"4/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":75,"Cost":42,"Date":"7/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":154,"Cost":91,"Date":"8/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":144,"Cost":87,"Date":"10/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":401,"Cost":200,"Date":"11/11/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":379,"Cost":313,"Date":"11/30/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":572,"Cost":536,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":921,"Cost":799,"Date":"3/1/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":131,"Cost":116,"Date":"4/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":207,"Cost":107,"Date":"5/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":890,"Cost":621,"Date":"8/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":475,"Cost":250,"Date":"9/15/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":580,"Cost":544,"Date":"10/14/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":23,"Cost":12,"Date":"10/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":216,"Cost":120,"Date":"11/11/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":483,"Cost":418,"Date":"12/7/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":288,"Cost":228,"Date":"12/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":384,"Cost":203,"Date":"1/6/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":431,"Cost":311,"Date":"1/23/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":220,"Cost":115,"Date":"2/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":104,"Cost":84,"Date":"3/10/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":447,"Cost":345,"Date":"3/12/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":409,"Cost":326,"Date":"3/31/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":446,"Cost":402,"Date":"6/16/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":144,"Cost":85,"Date":"6/17/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":974,"Cost":917,"Date":"8/27/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":612,"Cost":472,"Date":"10/1/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":822,"Cost":693,"Date":"11/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":939,"Cost":589,"Date":"11/9/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":751,"Cost":414,"Date":"3/27/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":139,"Cost":101,"Date":"4/17/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":497,"Cost":440,"Date":"8/11/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":249,"Cost":229,"Date":"8/21/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":495,"Cost":439,"Date":"9/2/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":332,"Cost":240,"Date":"9/5/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":396,"Cost":298,"Date":"9/14/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":967,"Cost":754,"Date":"9/20/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":34,"Cost":28,"Date":"11/20/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":404,"Cost":336,"Date":"12/21/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":205,"Cost":123,"Date":"1/7/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":837,"Cost":762,"Date":"1/21/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":442,"Cost":310,"Date":"2/9/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":322,"Cost":306,"Date":"3/19/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":916,"Cost":599,"Date":"4/3/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":915,"Cost":632,"Date":"4/5/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":379,"Cost":205,"Date":"4/28/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":843,"Cost":498,"Date":"7/10/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":827,"Cost":564,"Date":"3/25/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":569,"Cost":365,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":798,"Cost":458,"Date":"10/28/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":128,"Cost":104,"Date":"3/2/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":792,"Cost":643,"Date":"6/28/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":587,"Cost":405,"Date":"7/17/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":246,"Cost":135,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":642,"Cost":596,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":153,"Cost":141,"Date":"11/20/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":120,"Cost":95,"Date":"12/16/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":972,"Cost":695,"Date":"12/30/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":923,"Cost":634,"Date":"2/15/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":621,"Cost":519,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":715,"Cost":450,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":813,"Cost":536,"Date":"4/18/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":426,"Cost":313,"Date":"7/27/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":637,"Cost":564,"Date":"8/18/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":935,"Cost":699,"Date":"10/31/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":820,"Cost":624,"Date":"11/11/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":858,"Cost":525,"Date":"11/30/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":225,"Cost":135,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":593,"Cost":531,"Date":"3/1/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":355,"Cost":294,"Date":"4/13/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":837,"Cost":648,"Date":"5/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":58,"Cost":55,"Date":"8/13/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":332,"Cost":262,"Date":"9/15/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":319,"Cost":219,"Date":"10/14/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":382,"Cost":200,"Date":"10/28/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":533,"Cost":289,"Date":"11/11/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":614,"Cost":308,"Date":"12/7/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":304,"Cost":261,"Date":"12/21/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":122,"Cost":97,"Date":"1/6/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":843,"Cost":721,"Date":"1/23/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":155,"Cost":113,"Date":"2/4/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":797,"Cost":540,"Date":"3/10/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":839,"Cost":717,"Date":"3/12/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":528,"Cost":400,"Date":"3/31/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":617,"Cost":536,"Date":"6/16/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":953,"Cost":646,"Date":"6/17/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":909,"Cost":485,"Date":"8/27/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":771,"Cost":556,"Date":"10/1/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":438,"Cost":397,"Date":"11/4/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":110,"Cost":76,"Date":"11/9/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":440,"Cost":238,"Date":"3/27/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":298,"Cost":166,"Date":"4/17/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":609,"Cost":548,"Date":"8/11/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":664,"Cost":491,"Date":"8/21/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":953,"Cost":803,"Date":"9/2/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":419,"Cost":343,"Date":"9/5/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":842,"Cost":628,"Date":"9/14/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":195,"Cost":116,"Date":"9/20/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":411,"Cost":327,"Date":"11/20/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":929,"Cost":693,"Date":"12/21/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":542,"Cost":392,"Date":"1/7/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":828,"Cost":761,"Date":"1/21/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":285,"Cost":252,"Date":"2/9/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":53,"Cost":30,"Date":"3/19/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":980,"Cost":564,"Date":"4/3/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":959,"Cost":701,"Date":"4/5/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":863,"Cost":518,"Date":"4/28/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":987,"Cost":861,"Date":"7/10/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":122,"Cost":64,"Date":"3/25/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":83,"Cost":77,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":434,"Cost":389,"Date":"10/28/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":197,"Cost":114,"Date":"3/2/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":490,"Cost":301,"Date":"6/28/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":879,"Cost":555,"Date":"7/17/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":931,"Cost":753,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":573,"Cost":504,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":655,"Cost":411,"Date":"11/20/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":79,"Cost":54,"Date":"12/16/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":47,"Cost":39,"Date":"12/30/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":859,"Cost":635,"Date":"2/15/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":951,"Cost":729,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":54,"Cost":48,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":239,"Cost":146,"Date":"4/18/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":168,"Cost":104,"Date":"7/27/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":608,"Cost":384,"Date":"8/18/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":887,"Cost":780,"Date":"10/31/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":710,"Cost":522,"Date":"11/11/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":54,"Cost":32,"Date":"11/30/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":717,"Cost":656,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":383,"Cost":361,"Date":"3/1/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":186,"Cost":101,"Date":"4/13/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":247,"Cost":226,"Date":"5/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":489,"Cost":378,"Date":"8/13/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":104,"Cost":97,"Date":"9/15/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":249,"Cost":132,"Date":"10/14/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":687,"Cost":395,"Date":"10/28/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":445,"Cost":374,"Date":"11/11/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":760,"Cost":459,"Date":"12/7/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":575,"Cost":429,"Date":"12/21/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":159,"Cost":139,"Date":"1/6/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":481,"Cost":439,"Date":"1/23/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":580,"Cost":500,"Date":"2/4/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":746,"Cost":508,"Date":"3/10/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":524,"Cost":465,"Date":"3/12/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":35,"Cost":23,"Date":"3/31/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":231,"Cost":156,"Date":"6/16/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":119,"Cost":85,"Date":"6/17/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":552,"Cost":334,"Date":"8/27/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":604,"Cost":397,"Date":"10/1/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":847,"Cost":679,"Date":"11/4/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":720,"Cost":371,"Date":"11/9/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":723,"Cost":371,"Date":"3/27/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":984,"Cost":500,"Date":"4/17/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":461,"Cost":357,"Date":"8/11/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":137,"Cost":72,"Date":"8/21/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":672,"Cost":506,"Date":"9/2/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":795,"Cost":566,"Date":"9/5/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":452,"Cost":387,"Date":"9/14/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":541,"Cost":324,"Date":"9/20/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":757,"Cost":682,"Date":"11/20/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":753,"Cost":689,"Date":"12/21/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":622,"Cost":436,"Date":"1/7/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":600,"Cost":324,"Date":"1/21/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":799,"Cost":617,"Date":"2/9/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":680,"Cost":407,"Date":"3/19/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":587,"Cost":396,"Date":"4/3/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":269,"Cost":142,"Date":"4/5/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":926,"Cost":538,"Date":"4/28/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":101,"Cost":58,"Date":"7/10/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":553,"Cost":316,"Date":"3/25/2020"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":567,"Cost":458,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":708,"Cost":403,"Date":"10/28/2020"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":477,"Cost":328,"Date":"3/2/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":192,"Cost":180,"Date":"6/28/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":975,"Cost":564,"Date":"7/17/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":406,"Cost":207,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":623,"Cost":361,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":199,"Cost":106,"Date":"11/20/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":165,"Cost":108,"Date":"12/16/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":75,"Cost":44,"Date":"12/30/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":392,"Cost":243,"Date":"2/15/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":333,"Cost":221,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":459,"Cost":345,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":101,"Cost":64,"Date":"4/18/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":252,"Cost":168,"Date":"7/27/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":3,"Cost":1,"Date":"8/18/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":621,"Cost":495,"Date":"10/31/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":686,"Cost":628,"Date":"11/11/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":507,"Cost":361,"Date":"11/30/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":791,"Cost":501,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":659,"Cost":473,"Date":"3/1/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":303,"Cost":157,"Date":"4/13/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":965,"Cost":909,"Date":"5/20/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":732,"Cost":562,"Date":"8/13/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":129,"Cost":103,"Date":"9/15/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":257,"Cost":178,"Date":"10/14/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":979,"Cost":528,"Date":"10/28/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":90,"Cost":47,"Date":"11/11/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":954,"Cost":681,"Date":"12/7/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":715,"Cost":665,"Date":"12/21/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":463,"Cost":435,"Date":"1/6/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":678,"Cost":626,"Date":"1/23/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":862,"Cost":604,"Date":"2/4/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":59,"Cost":53,"Date":"3/10/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":860,"Cost":513,"Date":"3/12/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":361,"Cost":226,"Date":"3/31/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":480,"Cost":363,"Date":"6/16/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":259,"Cost":180,"Date":"6/17/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":562,"Cost":320,"Date":"8/27/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":240,"Cost":217,"Date":"10/1/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":303,"Cost":242,"Date":"11/4/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":791,"Cost":548,"Date":"11/9/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":136,"Cost":69,"Date":"3/27/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":160,"Cost":96,"Date":"4/17/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":698,"Cost":416,"Date":"8/11/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":307,"Cost":285,"Date":"8/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":866,"Cost":760,"Date":"9/2/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":542,"Cost":466,"Date":"9/5/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":804,"Cost":508,"Date":"9/14/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":444,"Cost":318,"Date":"9/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":98,"Cost":80,"Date":"11/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":206,"Cost":118,"Date":"12/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":962,"Cost":698,"Date":"1/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":725,"Cost":628,"Date":"1/21/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":493,"Cost":321,"Date":"2/9/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":273,"Cost":255,"Date":"3/19/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":550,"Cost":504,"Date":"4/3/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":521,"Cost":454,"Date":"4/5/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":567,"Cost":449,"Date":"4/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":231,"Cost":187,"Date":"7/10/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":334,"Cost":202,"Date":"3/25/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":492,"Cost":280,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":312,"Cost":175,"Date":"10/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":217,"Cost":189,"Date":"3/2/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":894,"Cost":849,"Date":"6/28/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":190,"Cost":132,"Date":"7/17/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":975,"Cost":709,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":475,"Cost":265,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":553,"Cost":347,"Date":"11/20/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":797,"Cost":463,"Date":"12/16/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":187,"Cost":141,"Date":"12/30/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":898,"Cost":528,"Date":"2/15/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":242,"Cost":180,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":142,"Cost":128,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":946,"Cost":544,"Date":"4/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":535,"Cost":403,"Date":"7/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":523,"Cost":364,"Date":"8/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":874,"Cost":604,"Date":"10/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":791,"Cost":454,"Date":"11/11/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":386,"Cost":345,"Date":"11/30/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":316,"Cost":173,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":487,"Cost":369,"Date":"3/1/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":556,"Cost":512,"Date":"4/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":968,"Cost":498,"Date":"5/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":238,"Cost":194,"Date":"8/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":968,"Cost":528,"Date":"9/15/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":139,"Cost":94,"Date":"10/14/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":585,"Cost":399,"Date":"10/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":833,"Cost":578,"Date":"11/11/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":289,"Cost":159,"Date":"12/7/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":484,"Cost":297,"Date":"12/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":660,"Cost":381,"Date":"1/6/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":271,"Cost":173,"Date":"1/23/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":576,"Cost":441,"Date":"2/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":470,"Cost":428,"Date":"3/10/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":993,"Cost":749,"Date":"3/12/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":302,"Cost":194,"Date":"3/31/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":857,"Cost":498,"Date":"6/16/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":925,"Cost":816,"Date":"6/17/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":429,"Cost":408,"Date":"8/27/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":754,"Cost":428,"Date":"10/1/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":108,"Cost":81,"Date":"11/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":483,"Cost":354,"Date":"11/9/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":979,"Cost":827,"Date":"3/27/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":694,"Cost":450,"Date":"4/17/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":230,"Cost":159,"Date":"8/11/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":633,"Cost":602,"Date":"8/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":454,"Cost":263,"Date":"9/2/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":187,"Cost":123,"Date":"9/5/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":498,"Cost":272,"Date":"9/14/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":13,"Cost":9,"Date":"9/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":838,"Cost":703,"Date":"11/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":175,"Cost":101,"Date":"12/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":329,"Cost":170,"Date":"1/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":645,"Cost":419,"Date":"1/21/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":830,"Cost":521,"Date":"2/9/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":910,"Cost":758,"Date":"3/19/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":218,"Cost":166,"Date":"4/3/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":894,"Cost":620,"Date":"4/5/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":196,"Cost":130,"Date":"4/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":503,"Cost":379,"Date":"7/10/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":324,"Cost":308,"Date":"3/25/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":748,"Cost":452,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":684,"Cost":461,"Date":"10/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":248,"Cost":228,"Date":"3/2/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":332,"Cost":283,"Date":"6/28/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":37,"Cost":19,"Date":"7/17/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":765,"Cost":508,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":525,"Cost":471,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":325,"Cost":265,"Date":"11/20/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":999,"Cost":851,"Date":"12/16/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":995,"Cost":636,"Date":"12/30/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":736,"Cost":512,"Date":"2/15/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":554,"Cost":490,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":357,"Cost":288,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":967,"Cost":723,"Date":"4/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":139,"Cost":70,"Date":"7/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":999,"Cost":849,"Date":"8/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":166,"Cost":102,"Date":"10/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":432,"Cost":346,"Date":"11/11/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":349,"Cost":178,"Date":"11/30/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":468,"Cost":275,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":10,"Cost":6,"Date":"3/1/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":940,"Cost":510,"Date":"4/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":141,"Cost":81,"Date":"5/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":396,"Cost":293,"Date":"8/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":138,"Cost":89,"Date":"9/15/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":877,"Cost":732,"Date":"10/14/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":709,"Cost":357,"Date":"10/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":141,"Cost":74,"Date":"11/11/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":711,"Cost":458,"Date":"12/7/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":577,"Cost":455,"Date":"12/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":763,"Cost":482,"Date":"1/6/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":685,"Cost":360,"Date":"1/23/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":587,"Cost":453,"Date":"2/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":331,"Cost":299,"Date":"3/10/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":207,"Cost":168,"Date":"3/12/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":319,"Cost":252,"Date":"3/31/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":42,"Cost":25,"Date":"6/16/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":42,"Cost":39,"Date":"6/17/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":678,"Cost":398,"Date":"8/27/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":195,"Cost":182,"Date":"10/1/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":198,"Cost":179,"Date":"11/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":130,"Cost":116,"Date":"11/9/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":986,"Cost":685,"Date":"3/27/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":721,"Cost":649,"Date":"4/17/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":487,"Cost":272,"Date":"8/11/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":454,"Cost":372,"Date":"8/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":521,"Cost":318,"Date":"9/2/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":711,"Cost":643,"Date":"9/5/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":523,"Cost":309,"Date":"9/14/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":931,"Cost":687,"Date":"9/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":786,"Cost":707,"Date":"11/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":751,"Cost":422,"Date":"12/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":329,"Cost":234,"Date":"1/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":610,"Cost":575,"Date":"1/21/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":55,"Cost":38,"Date":"2/9/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":422,"Cost":322,"Date":"3/19/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":76,"Cost":58,"Date":"4/3/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":470,"Cost":330,"Date":"4/5/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":689,"Cost":616,"Date":"4/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":760,"Cost":529,"Date":"7/10/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":310,"Cost":264,"Date":"3/25/2020"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":690,"Cost":584,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":537,"Cost":474,"Date":"10/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":279,"Cost":203,"Date":"3/2/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":686,"Cost":451,"Date":"6/28/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":355,"Cost":304,"Date":"7/17/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":396,"Cost":213,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":994,"Cost":818,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":310,"Cost":292,"Date":"11/20/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":699,"Cost":434,"Date":"12/16/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":127,"Cost":118,"Date":"12/30/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":597,"Cost":432,"Date":"2/15/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":844,"Cost":456,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":847,"Cost":640,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":196,"Cost":118,"Date":"4/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":886,"Cost":795,"Date":"7/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":961,"Cost":632,"Date":"8/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":864,"Cost":695,"Date":"10/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":906,"Cost":457,"Date":"11/11/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":926,"Cost":841,"Date":"11/30/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":802,"Cost":712,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":200,"Cost":130,"Date":"3/1/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":373,"Cost":319,"Date":"4/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":566,"Cost":355,"Date":"5/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":685,"Cost":374,"Date":"8/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":4,"Cost":2,"Date":"9/15/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":859,"Cost":816,"Date":"10/14/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":824,"Cost":561,"Date":"10/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":23,"Cost":21,"Date":"11/11/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":446,"Cost":241,"Date":"12/7/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":1000,"Cost":733,"Date":"12/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":161,"Cost":95,"Date":"1/6/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":957,"Cost":745,"Date":"1/23/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":753,"Cost":386,"Date":"2/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":548,"Cost":311,"Date":"3/10/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":757,"Cost":617,"Date":"3/12/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":377,"Cost":342,"Date":"3/31/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":941,"Cost":571,"Date":"6/16/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":301,"Cost":223,"Date":"6/17/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":852,"Cost":441,"Date":"8/27/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":136,"Cost":112,"Date":"10/1/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":522,"Cost":341,"Date":"11/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":578,"Cost":499,"Date":"11/9/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":513,"Cost":258,"Date":"3/27/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":96,"Cost":86,"Date":"4/17/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":270,"Cost":188,"Date":"8/11/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":482,"Cost":314,"Date":"8/21/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":316,"Cost":267,"Date":"9/2/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":650,"Cost":550,"Date":"9/5/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":118,"Cost":88,"Date":"9/14/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":750,"Cost":494,"Date":"9/20/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":495,"Cost":296,"Date":"11/20/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":383,"Cost":315,"Date":"12/21/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":381,"Cost":284,"Date":"1/7/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":355,"Cost":232,"Date":"1/21/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":827,"Cost":513,"Date":"2/9/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":694,"Cost":401,"Date":"3/19/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":981,"Cost":581,"Date":"4/3/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":51,"Cost":28,"Date":"4/5/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":561,"Cost":452,"Date":"4/28/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":946,"Cost":675,"Date":"7/10/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":449,"Cost":357,"Date":"3/25/2020"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":501,"Cost":364,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":489,"Cost":431,"Date":"10/28/2020"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":711,"Cost":544,"Date":"3/2/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":915,"Cost":764,"Date":"6/28/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":666,"Cost":569,"Date":"7/17/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":371,"Cost":275,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":439,"Cost":311,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":455,"Cost":294,"Date":"11/20/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":179,"Cost":156,"Date":"12/16/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":869,"Cost":565,"Date":"12/30/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":860,"Cost":754,"Date":"2/15/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":14,"Cost":9,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":17,"Cost":14,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":838,"Cost":640,"Date":"4/18/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":91,"Cost":48,"Date":"7/27/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":138,"Cost":90,"Date":"8/18/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":294,"Cost":243,"Date":"10/31/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":539,"Cost":494,"Date":"11/11/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":531,"Cost":472,"Date":"11/30/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":441,"Cost":326,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":373,"Cost":206,"Date":"3/1/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":185,"Cost":101,"Date":"4/13/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":124,"Cost":118,"Date":"5/20/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":44,"Cost":42,"Date":"8/13/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":985,"Cost":899,"Date":"9/15/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":523,"Cost":436,"Date":"10/14/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":682,"Cost":435,"Date":"10/28/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":330,"Cost":256,"Date":"11/11/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":940,"Cost":887,"Date":"12/7/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":275,"Cost":248,"Date":"12/21/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":519,"Cost":392,"Date":"1/6/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":464,"Cost":269,"Date":"1/23/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":239,"Cost":163,"Date":"2/4/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":409,"Cost":278,"Date":"3/10/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":59,"Cost":38,"Date":"3/12/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":63,"Cost":49,"Date":"3/31/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":466,"Cost":325,"Date":"6/16/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":604,"Cost":338,"Date":"6/17/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":219,"Cost":115,"Date":"8/27/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":64,"Cost":56,"Date":"10/1/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":349,"Cost":329,"Date":"11/4/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":362,"Cost":278,"Date":"11/9/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":565,"Cost":510,"Date":"3/27/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":106,"Cost":70,"Date":"4/17/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":323,"Cost":243,"Date":"8/11/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":863,"Cost":589,"Date":"8/21/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":522,"Cost":355,"Date":"9/2/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":951,"Cost":833,"Date":"9/5/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":434,"Cost":292,"Date":"9/14/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":530,"Cost":395,"Date":"9/20/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":348,"Cost":237,"Date":"11/20/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":554,"Cost":354,"Date":"12/21/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":411,"Cost":327,"Date":"1/7/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":843,"Cost":656,"Date":"1/21/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":241,"Cost":215,"Date":"2/9/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":971,"Cost":685,"Date":"3/19/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":481,"Cost":341,"Date":"4/3/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":709,"Cost":629,"Date":"4/5/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":641,"Cost":519,"Date":"4/28/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":912,"Cost":496,"Date":"7/10/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":80,"Cost":53,"Date":"3/25/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":393,"Cost":296,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":951,"Cost":797,"Date":"10/28/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":136,"Cost":103,"Date":"3/2/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":173,"Cost":103,"Date":"6/28/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":91,"Cost":73,"Date":"7/17/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":765,"Cost":430,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":211,"Cost":168,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":194,"Cost":109,"Date":"11/20/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":71,"Cost":36,"Date":"12/16/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":451,"Cost":301,"Date":"12/30/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":207,"Cost":158,"Date":"2/15/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":604,"Cost":445,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":656,"Cost":580,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":261,"Cost":149,"Date":"4/18/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":864,"Cost":754,"Date":"7/27/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":233,"Cost":184,"Date":"8/18/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":739,"Cost":454,"Date":"10/31/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":458,"Cost":238,"Date":"11/11/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":28,"Cost":20,"Date":"11/30/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":262,"Cost":226,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":384,"Cost":281,"Date":"3/1/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":156,"Cost":131,"Date":"4/13/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":810,"Cost":612,"Date":"5/20/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":365,"Cost":319,"Date":"8/13/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":585,"Cost":436,"Date":"9/15/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":57,"Cost":48,"Date":"10/14/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":464,"Cost":251,"Date":"10/28/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":363,"Cost":234,"Date":"11/11/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":647,"Cost":462,"Date":"12/7/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":273,"Cost":212,"Date":"12/21/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":401,"Cost":290,"Date":"1/6/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":433,"Cost":238,"Date":"1/23/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":319,"Cost":298,"Date":"2/4/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":261,"Cost":179,"Date":"3/10/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":162,"Cost":84,"Date":"3/12/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":361,"Cost":199,"Date":"3/31/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":764,"Cost":557,"Date":"6/16/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":698,"Cost":596,"Date":"6/17/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":37,"Cost":23,"Date":"8/27/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":593,"Cost":544,"Date":"10/1/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":391,"Cost":217,"Date":"11/4/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":444,"Cost":422,"Date":"11/9/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":821,"Cost":450,"Date":"3/27/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":878,"Cost":596,"Date":"4/17/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":848,"Cost":549,"Date":"8/11/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":223,"Cost":202,"Date":"8/21/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":522,"Cost":264,"Date":"9/2/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":587,"Cost":421,"Date":"9/5/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":207,"Cost":157,"Date":"9/14/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":391,"Cost":256,"Date":"9/20/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":876,"Cost":715,"Date":"11/20/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":675,"Cost":562,"Date":"12/21/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":934,"Cost":775,"Date":"1/7/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":527,"Cost":377,"Date":"1/21/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":202,"Cost":127,"Date":"2/9/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":459,"Cost":331,"Date":"3/19/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":51,"Cost":46,"Date":"4/3/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":676,"Cost":598,"Date":"4/5/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":408,"Cost":321,"Date":"4/28/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":854,"Cost":711,"Date":"7/10/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":871,"Cost":533,"Date":"3/25/2020"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":968,"Cost":842,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":963,"Cost":797,"Date":"10/28/2020"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":156,"Cost":108,"Date":"3/2/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":134,"Cost":89,"Date":"6/28/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":191,"Cost":131,"Date":"7/17/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":454,"Cost":406,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":983,"Cost":588,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":952,"Cost":816,"Date":"11/20/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":906,"Cost":718,"Date":"12/16/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":944,"Cost":769,"Date":"12/30/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":7,"Cost":6,"Date":"2/15/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":283,"Cost":175,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":290,"Cost":215,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":113,"Cost":73,"Date":"4/18/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":816,"Cost":418,"Date":"7/27/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":225,"Cost":118,"Date":"8/18/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":506,"Cost":403,"Date":"10/31/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":79,"Cost":56,"Date":"11/11/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":276,"Cost":189,"Date":"11/30/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":782,"Cost":529,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":367,"Cost":324,"Date":"3/1/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":424,"Cost":259,"Date":"4/13/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":276,"Cost":243,"Date":"5/20/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":386,"Cost":225,"Date":"8/13/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":580,"Cost":418,"Date":"9/15/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":551,"Cost":384,"Date":"10/14/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":812,"Cost":470,"Date":"10/28/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":615,"Cost":518,"Date":"11/11/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":656,"Cost":334,"Date":"12/7/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":513,"Cost":408,"Date":"12/21/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":121,"Cost":114,"Date":"1/6/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":757,"Cost":667,"Date":"1/23/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":495,"Cost":364,"Date":"2/4/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":427,"Cost":340,"Date":"3/10/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":713,"Cost":463,"Date":"3/12/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":245,"Cost":165,"Date":"3/31/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":998,"Cost":536,"Date":"6/16/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":389,"Cost":227,"Date":"6/17/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":465,"Cost":252,"Date":"8/27/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":313,"Cost":267,"Date":"10/1/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":3,"Cost":3,"Date":"11/4/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":915,"Cost":698,"Date":"11/9/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":389,"Cost":327,"Date":"3/27/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":384,"Cost":329,"Date":"4/17/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":73,"Cost":64,"Date":"8/11/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":92,"Cost":69,"Date":"8/21/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":780,"Cost":505,"Date":"9/2/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":159,"Cost":127,"Date":"9/5/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":489,"Cost":331,"Date":"9/14/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":251,"Cost":239,"Date":"9/20/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":503,"Cost":358,"Date":"11/20/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":999,"Cost":699,"Date":"12/21/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":96,"Cost":74,"Date":"1/7/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":151,"Cost":92,"Date":"1/21/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":874,"Cost":705,"Date":"2/9/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":546,"Cost":353,"Date":"3/19/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":613,"Cost":371,"Date":"4/3/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":573,"Cost":302,"Date":"4/5/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":305,"Cost":233,"Date":"4/28/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":744,"Cost":627,"Date":"7/10/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":928,"Cost":572,"Date":"3/25/2020"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":237,"Cost":147,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":846,"Cost":804,"Date":"10/28/2020"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":127,"Cost":104,"Date":"3/2/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":878,"Cost":463,"Date":"6/28/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":726,"Cost":655,"Date":"7/17/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":633,"Cost":384,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":5,"Cost":2,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":63,"Cost":32,"Date":"11/20/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":734,"Cost":448,"Date":"12/16/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":357,"Cost":333,"Date":"12/30/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":904,"Cost":845,"Date":"2/15/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":514,"Cost":331,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":197,"Cost":146,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":97,"Cost":48,"Date":"4/18/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":541,"Cost":403,"Date":"7/27/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":130,"Cost":80,"Date":"8/18/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":778,"Cost":446,"Date":"10/31/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":984,"Cost":521,"Date":"11/11/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":325,"Cost":174,"Date":"11/30/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":405,"Cost":343,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":410,"Cost":367,"Date":"3/1/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":79,"Cost":61,"Date":"4/13/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":273,"Cost":170,"Date":"5/20/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":848,"Cost":541,"Date":"8/13/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":614,"Cost":453,"Date":"9/15/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":203,"Cost":105,"Date":"10/14/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":169,"Cost":151,"Date":"10/28/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":619,"Cost":403,"Date":"11/11/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":283,"Cost":156,"Date":"12/7/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":424,"Cost":379,"Date":"12/21/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":802,"Cost":454,"Date":"1/6/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":132,"Cost":111,"Date":"1/23/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":245,"Cost":233,"Date":"2/4/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":44,"Cost":22,"Date":"3/10/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":383,"Cost":265,"Date":"3/12/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":770,"Cost":513,"Date":"3/31/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":705,"Cost":518,"Date":"6/16/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":811,"Cost":503,"Date":"6/17/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":335,"Cost":274,"Date":"8/27/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":923,"Cost":707,"Date":"10/1/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":633,"Cost":383,"Date":"11/4/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":579,"Cost":507,"Date":"11/9/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":441,"Cost":251,"Date":"3/27/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":564,"Cost":354,"Date":"4/17/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":946,"Cost":887,"Date":"8/11/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":208,"Cost":143,"Date":"8/21/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":934,"Cost":823,"Date":"9/2/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":34,"Cost":26,"Date":"9/5/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":222,"Cost":151,"Date":"9/14/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":75,"Cost":70,"Date":"9/20/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":610,"Cost":573,"Date":"11/20/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":294,"Cost":204,"Date":"12/21/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":70,"Cost":51,"Date":"1/7/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":991,"Cost":609,"Date":"1/21/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":675,"Cost":413,"Date":"2/9/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":163,"Cost":85,"Date":"3/19/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":866,"Cost":466,"Date":"4/3/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":374,"Cost":327,"Date":"4/5/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":734,"Cost":666,"Date":"4/28/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":883,"Cost":575,"Date":"7/10/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":812,"Cost":633,"Date":"3/25/2020"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":743,"Cost":399,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":584,"Cost":502,"Date":"10/28/2020"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":313,"Cost":196,"Date":"3/2/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":129,"Cost":117,"Date":"6/28/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":227,"Cost":167,"Date":"7/17/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":2,"Cost":2,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":948,"Cost":803,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":124,"Cost":91,"Date":"11/20/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":946,"Cost":692,"Date":"12/16/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":841,"Cost":437,"Date":"12/30/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":122,"Cost":68,"Date":"2/15/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":403,"Cost":367,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":859,"Cost":805,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":968,"Cost":868,"Date":"4/18/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":397,"Cost":364,"Date":"7/27/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":459,"Cost":392,"Date":"8/18/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":439,"Cost":265,"Date":"10/31/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":75,"Cost":47,"Date":"11/11/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":945,"Cost":726,"Date":"11/30/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":781,"Cost":470,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":672,"Cost":528,"Date":"3/1/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":339,"Cost":199,"Date":"4/13/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":246,"Cost":148,"Date":"5/20/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":774,"Cost":648,"Date":"8/13/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":211,"Cost":165,"Date":"9/15/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":345,"Cost":287,"Date":"10/14/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":606,"Cost":386,"Date":"10/28/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":877,"Cost":628,"Date":"11/11/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":570,"Cost":365,"Date":"12/7/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":743,"Cost":644,"Date":"12/21/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":670,"Cost":384,"Date":"1/6/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":489,"Cost":393,"Date":"1/23/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":747,"Cost":472,"Date":"2/4/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":20,"Cost":18,"Date":"3/10/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":611,"Cost":379,"Date":"3/12/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":515,"Cost":396,"Date":"3/31/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":892,"Cost":594,"Date":"6/16/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":256,"Cost":136,"Date":"6/17/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":88,"Cost":52,"Date":"8/27/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":266,"Cost":167,"Date":"10/1/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":273,"Cost":187,"Date":"11/4/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":912,"Cost":632,"Date":"11/9/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":901,"Cost":740,"Date":"3/27/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":666,"Cost":578,"Date":"4/17/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":782,"Cost":624,"Date":"8/11/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":120,"Cost":64,"Date":"8/21/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":787,"Cost":705,"Date":"9/2/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":947,"Cost":607,"Date":"9/5/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":990,"Cost":523,"Date":"9/14/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":238,"Cost":197,"Date":"9/20/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":249,"Cost":168,"Date":"11/20/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":888,"Cost":748,"Date":"12/21/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":29,"Cost":21,"Date":"1/7/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":466,"Cost":312,"Date":"1/21/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":88,"Cost":47,"Date":"2/9/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":663,"Cost":445,"Date":"3/19/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":570,"Cost":377,"Date":"4/3/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":121,"Cost":65,"Date":"4/5/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":497,"Cost":366,"Date":"4/28/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":115,"Cost":78,"Date":"7/10/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":955,"Cost":535,"Date":"3/25/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":788,"Cost":431,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":641,"Cost":538,"Date":"10/28/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":194,"Cost":172,"Date":"3/2/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":263,"Cost":188,"Date":"6/28/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":859,"Cost":801,"Date":"7/17/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":929,"Cost":571,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":687,"Cost":480,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":564,"Cost":396,"Date":"11/20/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":703,"Cost":598,"Date":"12/16/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":543,"Cost":325,"Date":"12/30/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":301,"Cost":248,"Date":"2/15/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":627,"Cost":415,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":455,"Cost":387,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":224,"Cost":139,"Date":"4/18/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":5,"Cost":4,"Date":"7/27/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":448,"Cost":292,"Date":"8/18/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":978,"Cost":567,"Date":"10/31/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":534,"Cost":496,"Date":"11/11/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":911,"Cost":793,"Date":"11/30/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":936,"Cost":598,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":483,"Cost":375,"Date":"3/1/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":898,"Cost":467,"Date":"4/13/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":90,"Cost":47,"Date":"5/20/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":940,"Cost":523,"Date":"8/13/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":806,"Cost":412,"Date":"9/15/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":806,"Cost":732,"Date":"10/14/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":797,"Cost":421,"Date":"10/28/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":970,"Cost":525,"Date":"11/11/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":837,"Cost":461,"Date":"12/7/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":766,"Cost":428,"Date":"12/21/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":316,"Cost":178,"Date":"1/6/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":908,"Cost":603,"Date":"1/23/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":335,"Cost":316,"Date":"2/4/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":104,"Cost":58,"Date":"3/10/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":796,"Cost":545,"Date":"3/12/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":231,"Cost":212,"Date":"3/31/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":756,"Cost":545,"Date":"6/16/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":546,"Cost":482,"Date":"6/17/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":210,"Cost":187,"Date":"8/27/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":435,"Cost":243,"Date":"10/1/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":372,"Cost":280,"Date":"11/4/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":65,"Cost":50,"Date":"11/9/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":798,"Cost":535,"Date":"3/27/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":182,"Cost":151,"Date":"4/17/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":463,"Cost":312,"Date":"8/11/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":57,"Cost":41,"Date":"8/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":328,"Cost":239,"Date":"9/2/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":532,"Cost":292,"Date":"9/5/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":632,"Cost":330,"Date":"9/14/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":856,"Cost":626,"Date":"9/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":718,"Cost":486,"Date":"11/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":697,"Cost":461,"Date":"12/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":870,"Cost":680,"Date":"1/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":746,"Cost":548,"Date":"1/21/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":553,"Cost":368,"Date":"2/9/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":909,"Cost":609,"Date":"3/19/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":61,"Cost":57,"Date":"4/3/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":61,"Cost":38,"Date":"4/5/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":940,"Cost":704,"Date":"4/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":925,"Cost":663,"Date":"7/10/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":86,"Cost":63,"Date":"3/25/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":90,"Cost":81,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":160,"Cost":95,"Date":"10/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":900,"Cost":661,"Date":"3/2/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":459,"Cost":324,"Date":"6/28/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":915,"Cost":808,"Date":"7/17/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":450,"Cost":229,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":353,"Cost":306,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":208,"Cost":161,"Date":"11/20/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":922,"Cost":598,"Date":"12/16/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":43,"Cost":39,"Date":"12/30/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":621,"Cost":470,"Date":"2/15/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":297,"Cost":258,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":495,"Cost":411,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":670,"Cost":559,"Date":"4/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":566,"Cost":461,"Date":"7/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":223,"Cost":142,"Date":"8/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":786,"Cost":636,"Date":"10/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":537,"Cost":500,"Date":"11/11/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":984,"Cost":864,"Date":"11/30/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":386,"Cost":364,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":473,"Cost":387,"Date":"3/1/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":758,"Cost":455,"Date":"4/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":910,"Cost":839,"Date":"5/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":23,"Cost":11,"Date":"8/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":493,"Cost":293,"Date":"9/15/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":708,"Cost":478,"Date":"10/14/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":181,"Cost":159,"Date":"10/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":715,"Cost":389,"Date":"11/11/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":727,"Cost":686,"Date":"12/7/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":112,"Cost":63,"Date":"12/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":198,"Cost":152,"Date":"1/6/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":15,"Cost":12,"Date":"1/23/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":393,"Cost":308,"Date":"2/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":429,"Cost":280,"Date":"3/10/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":129,"Cost":97,"Date":"3/12/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":139,"Cost":96,"Date":"3/31/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":956,"Cost":657,"Date":"6/16/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":367,"Cost":184,"Date":"6/17/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":771,"Cost":450,"Date":"8/27/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":386,"Cost":246,"Date":"10/1/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":281,"Cost":183,"Date":"11/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":43,"Cost":24,"Date":"11/9/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":62,"Cost":39,"Date":"3/27/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":564,"Cost":440,"Date":"4/17/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":630,"Cost":558,"Date":"8/11/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":840,"Cost":785,"Date":"8/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":254,"Cost":193,"Date":"9/2/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":823,"Cost":446,"Date":"9/5/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":387,"Cost":227,"Date":"9/14/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":540,"Cost":510,"Date":"9/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":721,"Cost":665,"Date":"11/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":680,"Cost":514,"Date":"12/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":182,"Cost":110,"Date":"1/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":258,"Cost":224,"Date":"1/21/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":608,"Cost":498,"Date":"2/9/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":986,"Cost":500,"Date":"3/19/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":563,"Cost":404,"Date":"4/3/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":552,"Cost":482,"Date":"4/5/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":130,"Cost":96,"Date":"4/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":557,"Cost":325,"Date":"7/10/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":656,"Cost":590,"Date":"3/25/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":17,"Cost":11,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":251,"Cost":179,"Date":"10/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":634,"Cost":513,"Date":"3/2/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":466,"Cost":385,"Date":"6/28/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":215,"Cost":118,"Date":"7/17/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":492,"Cost":279,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":954,"Cost":541,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":575,"Cost":485,"Date":"11/20/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":375,"Cost":233,"Date":"12/16/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":208,"Cost":123,"Date":"12/30/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":173,"Cost":100,"Date":"2/15/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":952,"Cost":759,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":623,"Cost":363,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":942,"Cost":774,"Date":"4/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":370,"Cost":227,"Date":"7/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":861,"Cost":740,"Date":"8/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":32,"Cost":29,"Date":"10/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":836,"Cost":505,"Date":"11/11/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":335,"Cost":186,"Date":"11/30/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":84,"Cost":61,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":369,"Cost":327,"Date":"3/1/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":266,"Cost":248,"Date":"4/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":739,"Cost":585,"Date":"5/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":962,"Cost":878,"Date":"8/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":551,"Cost":333,"Date":"9/15/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":858,"Cost":475,"Date":"10/14/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":329,"Cost":173,"Date":"10/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":564,"Cost":332,"Date":"11/11/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":611,"Cost":393,"Date":"12/7/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":657,"Cost":543,"Date":"12/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":278,"Cost":215,"Date":"1/6/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":258,"Cost":187,"Date":"1/23/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":30,"Cost":24,"Date":"2/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":298,"Cost":269,"Date":"3/10/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":920,"Cost":836,"Date":"3/12/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":419,"Cost":355,"Date":"3/31/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":841,"Cost":593,"Date":"6/16/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":352,"Cost":216,"Date":"6/17/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":257,"Cost":137,"Date":"8/27/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":905,"Cost":798,"Date":"10/1/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":284,"Cost":219,"Date":"11/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":406,"Cost":257,"Date":"11/9/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":855,"Cost":650,"Date":"3/27/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":127,"Cost":119,"Date":"4/17/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":568,"Cost":362,"Date":"8/11/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":421,"Cost":235,"Date":"8/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":496,"Cost":280,"Date":"9/2/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":268,"Cost":203,"Date":"9/5/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":143,"Cost":81,"Date":"9/14/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":159,"Cost":92,"Date":"9/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":423,"Cost":333,"Date":"11/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":685,"Cost":462,"Date":"12/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":924,"Cost":876,"Date":"1/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":122,"Cost":114,"Date":"1/21/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":547,"Cost":344,"Date":"2/9/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":924,"Cost":619,"Date":"3/19/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":568,"Cost":376,"Date":"4/3/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":659,"Cost":388,"Date":"4/5/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":279,"Cost":232,"Date":"4/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":879,"Cost":489,"Date":"7/10/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":801,"Cost":586,"Date":"3/25/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":665,"Cost":399,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":435,"Cost":246,"Date":"10/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":731,"Cost":557,"Date":"3/2/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":533,"Cost":374,"Date":"6/28/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":450,"Cost":319,"Date":"7/17/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":910,"Cost":824,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":636,"Cost":506,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":650,"Cost":456,"Date":"11/20/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":592,"Cost":353,"Date":"12/16/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":634,"Cost":406,"Date":"12/30/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":423,"Cost":309,"Date":"2/15/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":30,"Cost":21,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":525,"Cost":365,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":103,"Cost":93,"Date":"4/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":730,"Cost":442,"Date":"7/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":166,"Cost":99,"Date":"8/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":772,"Cost":724,"Date":"10/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":591,"Cost":336,"Date":"11/11/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":177,"Cost":166,"Date":"11/30/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":405,"Cost":285,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":918,"Cost":773,"Date":"3/1/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":774,"Cost":578,"Date":"4/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":909,"Cost":657,"Date":"5/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":653,"Cost":394,"Date":"8/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":463,"Cost":250,"Date":"9/15/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":801,"Cost":752,"Date":"10/14/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":546,"Cost":409,"Date":"10/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":284,"Cost":168,"Date":"11/11/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":424,"Cost":274,"Date":"12/7/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":487,"Cost":410,"Date":"12/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":29,"Cost":20,"Date":"1/6/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":459,"Cost":382,"Date":"1/23/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":607,"Cost":438,"Date":"2/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":186,"Cost":173,"Date":"3/10/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":223,"Cost":190,"Date":"3/12/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":855,"Cost":601,"Date":"3/31/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":627,"Cost":509,"Date":"6/16/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":356,"Cost":239,"Date":"6/17/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":773,"Cost":669,"Date":"8/27/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":340,"Cost":203,"Date":"10/1/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":407,"Cost":379,"Date":"11/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":751,"Cost":474,"Date":"11/9/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":576,"Cost":517,"Date":"3/27/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":246,"Cost":128,"Date":"4/17/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":118,"Cost":86,"Date":"8/11/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":276,"Cost":150,"Date":"8/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":903,"Cost":665,"Date":"9/2/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":252,"Cost":230,"Date":"9/5/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":489,"Cost":460,"Date":"9/14/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":945,"Cost":772,"Date":"9/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":627,"Cost":452,"Date":"11/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":299,"Cost":252,"Date":"12/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":972,"Cost":922,"Date":"1/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":38,"Cost":25,"Date":"1/21/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":929,"Cost":597,"Date":"2/9/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":860,"Cost":462,"Date":"3/19/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":826,"Cost":625,"Date":"4/3/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":206,"Cost":110,"Date":"4/5/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":412,"Cost":281,"Date":"4/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":233,"Cost":164,"Date":"7/10/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":677,"Cost":573,"Date":"3/25/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":724,"Cost":408,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":826,"Cost":432,"Date":"10/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":340,"Cost":246,"Date":"3/2/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":516,"Cost":316,"Date":"6/28/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":290,"Cost":195,"Date":"7/17/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":630,"Cost":478,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":638,"Cost":349,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":818,"Cost":518,"Date":"11/20/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":529,"Cost":351,"Date":"12/16/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":620,"Cost":524,"Date":"12/30/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":342,"Cost":218,"Date":"2/15/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":920,"Cost":577,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":738,"Cost":385,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":98,"Cost":80,"Date":"4/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":538,"Cost":273,"Date":"7/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":14,"Cost":14,"Date":"8/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":910,"Cost":844,"Date":"10/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":874,"Cost":791,"Date":"11/11/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":512,"Cost":304,"Date":"11/30/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":973,"Cost":533,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":828,"Cost":451,"Date":"3/1/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":611,"Cost":493,"Date":"4/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":650,"Cost":532,"Date":"5/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":375,"Cost":298,"Date":"8/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":676,"Cost":607,"Date":"9/15/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":129,"Cost":110,"Date":"10/14/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":508,"Cost":460,"Date":"10/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":592,"Cost":356,"Date":"11/11/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":955,"Cost":875,"Date":"12/7/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":107,"Cost":101,"Date":"12/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":236,"Cost":207,"Date":"1/6/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":617,"Cost":459,"Date":"1/23/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":759,"Cost":637,"Date":"2/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":672,"Cost":454,"Date":"3/10/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":112,"Cost":82,"Date":"3/12/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":596,"Cost":372,"Date":"3/31/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":885,"Cost":793,"Date":"6/16/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":268,"Cost":199,"Date":"6/17/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":23,"Cost":13,"Date":"8/27/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":889,"Cost":567,"Date":"10/1/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":393,"Cost":361,"Date":"11/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":40,"Cost":37,"Date":"11/9/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":56,"Cost":49,"Date":"3/27/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":451,"Cost":297,"Date":"4/17/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":774,"Cost":445,"Date":"8/11/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":240,"Cost":145,"Date":"8/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":272,"Cost":229,"Date":"9/2/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":564,"Cost":487,"Date":"9/5/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":991,"Cost":517,"Date":"9/14/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":367,"Cost":237,"Date":"9/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":323,"Cost":174,"Date":"11/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":533,"Cost":293,"Date":"12/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":439,"Cost":390,"Date":"1/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":634,"Cost":433,"Date":"1/21/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":213,"Cost":141,"Date":"2/9/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":904,"Cost":589,"Date":"3/19/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":844,"Cost":702,"Date":"4/3/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":969,"Cost":532,"Date":"4/5/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":933,"Cost":647,"Date":"4/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":199,"Cost":189,"Date":"7/10/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":783,"Cost":465,"Date":"3/25/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":99,"Cost":92,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":759,"Cost":693,"Date":"10/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":838,"Cost":680,"Date":"3/2/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":501,"Cost":390,"Date":"6/28/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":921,"Cost":873,"Date":"7/17/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":545,"Cost":364,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":608,"Cost":371,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":456,"Cost":322,"Date":"11/20/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":378,"Cost":203,"Date":"12/16/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":578,"Cost":522,"Date":"12/30/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":601,"Cost":512,"Date":"2/15/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":144,"Cost":106,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":452,"Cost":314,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":383,"Cost":318,"Date":"4/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":721,"Cost":360,"Date":"7/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":267,"Cost":156,"Date":"8/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":669,"Cost":432,"Date":"10/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":651,"Cost":483,"Date":"11/11/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":999,"Cost":790,"Date":"11/30/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":380,"Cost":302,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":920,"Cost":696,"Date":"3/1/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":588,"Cost":538,"Date":"4/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":285,"Cost":222,"Date":"5/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":905,"Cost":797,"Date":"8/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":517,"Cost":296,"Date":"9/15/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":490,"Cost":361,"Date":"10/14/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":522,"Cost":329,"Date":"10/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":798,"Cost":600,"Date":"11/11/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":390,"Cost":292,"Date":"12/7/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":593,"Cost":458,"Date":"12/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":219,"Cost":203,"Date":"1/6/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":251,"Cost":159,"Date":"1/23/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":607,"Cost":346,"Date":"2/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":432,"Cost":388,"Date":"3/10/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":914,"Cost":824,"Date":"3/12/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":806,"Cost":755,"Date":"3/31/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":170,"Cost":108,"Date":"6/16/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":645,"Cost":407,"Date":"6/17/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":418,"Cost":212,"Date":"8/27/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":233,"Cost":221,"Date":"10/1/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":733,"Cost":660,"Date":"11/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":789,"Cost":670,"Date":"11/9/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":8,"Cost":4,"Date":"3/27/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":185,"Cost":153,"Date":"4/17/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":589,"Cost":539,"Date":"8/11/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":130,"Cost":68,"Date":"8/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":441,"Cost":275,"Date":"9/2/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":856,"Cost":586,"Date":"9/5/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":203,"Cost":168,"Date":"9/14/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":42,"Cost":31,"Date":"9/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":737,"Cost":421,"Date":"11/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":635,"Cost":463,"Date":"12/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":882,"Cost":534,"Date":"1/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":88,"Cost":63,"Date":"1/21/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":739,"Cost":387,"Date":"2/9/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":585,"Cost":324,"Date":"3/19/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":705,"Cost":417,"Date":"4/3/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":112,"Cost":105,"Date":"4/5/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":386,"Cost":254,"Date":"4/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":142,"Cost":96,"Date":"7/10/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":637,"Cost":391,"Date":"3/25/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":533,"Cost":312,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":669,"Cost":629,"Date":"10/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":447,"Cost":258,"Date":"3/2/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":884,"Cost":462,"Date":"6/28/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":830,"Cost":447,"Date":"7/17/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":832,"Cost":629,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":642,"Cost":584,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":924,"Cost":836,"Date":"11/20/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":726,"Cost":575,"Date":"12/16/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":687,"Cost":372,"Date":"12/30/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":674,"Cost":632,"Date":"2/15/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":159,"Cost":85,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":255,"Cost":215,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":877,"Cost":761,"Date":"4/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":139,"Cost":119,"Date":"7/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":176,"Cost":141,"Date":"8/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":640,"Cost":548,"Date":"10/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":456,"Cost":396,"Date":"11/11/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":782,"Cost":584,"Date":"11/30/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":429,"Cost":379,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":77,"Cost":52,"Date":"3/1/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":616,"Cost":316,"Date":"4/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":501,"Cost":285,"Date":"5/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":387,"Cost":352,"Date":"8/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":851,"Cost":621,"Date":"9/15/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":951,"Cost":761,"Date":"10/14/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":515,"Cost":388,"Date":"10/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":736,"Cost":611,"Date":"11/11/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":401,"Cost":288,"Date":"12/7/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":192,"Cost":105,"Date":"12/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":737,"Cost":568,"Date":"1/6/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":465,"Cost":261,"Date":"1/23/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":79,"Cost":70,"Date":"2/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":223,"Cost":176,"Date":"3/10/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":154,"Cost":124,"Date":"3/12/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":344,"Cost":326,"Date":"3/31/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":556,"Cost":438,"Date":"6/16/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":141,"Cost":112,"Date":"6/17/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":398,"Cost":227,"Date":"8/27/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":629,"Cost":439,"Date":"10/1/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":20,"Cost":17,"Date":"11/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":524,"Cost":441,"Date":"11/9/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":749,"Cost":516,"Date":"3/27/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":839,"Cost":675,"Date":"4/17/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":111,"Cost":69,"Date":"8/11/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":645,"Cost":576,"Date":"8/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":287,"Cost":221,"Date":"9/2/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":850,"Cost":586,"Date":"9/5/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":36,"Cost":23,"Date":"9/14/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":790,"Cost":646,"Date":"9/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":583,"Cost":452,"Date":"11/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":466,"Cost":435,"Date":"12/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":700,"Cost":438,"Date":"1/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":472,"Cost":422,"Date":"1/21/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":673,"Cost":376,"Date":"2/9/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":797,"Cost":601,"Date":"3/19/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":552,"Cost":314,"Date":"4/3/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":995,"Cost":641,"Date":"4/5/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":67,"Cost":58,"Date":"4/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":93,"Cost":68,"Date":"7/10/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":965,"Cost":719,"Date":"3/25/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":478,"Cost":289,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":3,"Cost":3,"Date":"10/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":962,"Cost":901,"Date":"3/2/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":113,"Cost":103,"Date":"6/28/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":385,"Cost":200,"Date":"7/17/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":73,"Cost":63,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":961,"Cost":542,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":604,"Cost":537,"Date":"11/20/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":234,"Cost":156,"Date":"12/16/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":59,"Cost":31,"Date":"12/30/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":155,"Cost":128,"Date":"2/15/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":89,"Cost":84,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":792,"Cost":442,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":213,"Cost":199,"Date":"4/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":792,"Cost":614,"Date":"7/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":997,"Cost":805,"Date":"8/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":70,"Cost":38,"Date":"10/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":649,"Cost":360,"Date":"11/11/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":989,"Cost":663,"Date":"11/30/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":969,"Cost":859,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":442,"Cost":284,"Date":"3/1/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":870,"Cost":694,"Date":"4/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":348,"Cost":190,"Date":"5/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":605,"Cost":494,"Date":"8/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":473,"Cost":313,"Date":"9/15/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":445,"Cost":388,"Date":"10/14/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":975,"Cost":683,"Date":"10/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":730,"Cost":624,"Date":"11/11/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":316,"Cost":207,"Date":"12/7/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":883,"Cost":706,"Date":"12/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":355,"Cost":244,"Date":"1/6/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":526,"Cost":408,"Date":"1/23/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":701,"Cost":375,"Date":"2/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":597,"Cost":509,"Date":"3/10/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":691,"Cost":540,"Date":"3/12/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":270,"Cost":249,"Date":"3/31/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":39,"Cost":20,"Date":"6/16/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":43,"Cost":28,"Date":"6/17/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":337,"Cost":257,"Date":"8/27/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":218,"Cost":161,"Date":"10/1/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":729,"Cost":663,"Date":"11/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":200,"Cost":187,"Date":"11/9/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":806,"Cost":588,"Date":"3/27/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":561,"Cost":335,"Date":"4/17/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":427,"Cost":228,"Date":"8/11/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":830,"Cost":736,"Date":"8/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":756,"Cost":561,"Date":"9/2/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":802,"Cost":447,"Date":"9/5/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":855,"Cost":760,"Date":"9/14/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":171,"Cost":104,"Date":"9/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":747,"Cost":603,"Date":"11/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":574,"Cost":403,"Date":"12/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":265,"Cost":143,"Date":"1/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":79,"Cost":66,"Date":"1/21/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":602,"Cost":403,"Date":"2/9/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":500,"Cost":356,"Date":"3/19/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":315,"Cost":269,"Date":"4/3/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":596,"Cost":303,"Date":"4/5/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":414,"Cost":369,"Date":"4/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":935,"Cost":617,"Date":"7/10/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":113,"Cost":70,"Date":"3/25/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":166,"Cost":158,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":254,"Cost":212,"Date":"10/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":50,"Cost":48,"Date":"3/2/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":835,"Cost":545,"Date":"6/28/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":902,"Cost":541,"Date":"7/17/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":539,"Cost":402,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":164,"Cost":87,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":296,"Cost":235,"Date":"11/20/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":510,"Cost":474,"Date":"12/16/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":935,"Cost":682,"Date":"12/30/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":38,"Cost":23,"Date":"2/15/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":450,"Cost":413,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":562,"Cost":409,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":724,"Cost":625,"Date":"4/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":625,"Cost":506,"Date":"7/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":29,"Cost":16,"Date":"8/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":127,"Cost":97,"Date":"10/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":998,"Cost":936,"Date":"11/11/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":206,"Cost":174,"Date":"11/30/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":96,"Cost":58,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":581,"Cost":365,"Date":"3/1/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":166,"Cost":103,"Date":"4/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":597,"Cost":351,"Date":"5/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":20,"Cost":14,"Date":"8/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":719,"Cost":424,"Date":"9/15/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":133,"Cost":118,"Date":"10/14/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":295,"Cost":220,"Date":"10/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":841,"Cost":588,"Date":"11/11/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":895,"Cost":663,"Date":"12/7/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":944,"Cost":837,"Date":"12/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":466,"Cost":302,"Date":"1/6/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":577,"Cost":428,"Date":"1/23/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":191,"Cost":125,"Date":"2/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":603,"Cost":535,"Date":"3/10/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":258,"Cost":219,"Date":"3/12/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":897,"Cost":484,"Date":"3/31/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":870,"Cost":773,"Date":"6/16/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":45,"Cost":23,"Date":"6/17/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":225,"Cost":206,"Date":"8/27/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":66,"Cost":46,"Date":"10/1/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":748,"Cost":646,"Date":"11/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":329,"Cost":311,"Date":"11/9/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":277,"Cost":205,"Date":"3/27/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":307,"Cost":278,"Date":"4/17/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":197,"Cost":158,"Date":"8/11/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":519,"Cost":475,"Date":"8/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":839,"Cost":709,"Date":"9/2/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":291,"Cost":188,"Date":"9/5/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":285,"Cost":177,"Date":"9/14/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":461,"Cost":250,"Date":"9/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":148,"Cost":125,"Date":"11/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":842,"Cost":559,"Date":"12/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":1000,"Cost":882,"Date":"1/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":163,"Cost":124,"Date":"1/21/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":772,"Cost":562,"Date":"2/9/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":613,"Cost":581,"Date":"3/19/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":362,"Cost":305,"Date":"4/3/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":639,"Cost":495,"Date":"4/5/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":20,"Cost":15,"Date":"4/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":539,"Cost":401,"Date":"7/10/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":333,"Cost":297,"Date":"3/25/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":890,"Cost":549,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":280,"Cost":213,"Date":"10/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":776,"Cost":516,"Date":"3/2/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":735,"Cost":552,"Date":"6/28/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":788,"Cost":481,"Date":"7/17/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":205,"Cost":126,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":479,"Cost":366,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":753,"Cost":528,"Date":"11/20/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":408,"Cost":211,"Date":"12/16/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":206,"Cost":108,"Date":"12/30/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":616,"Cost":405,"Date":"2/15/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":450,"Cost":424,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":118,"Cost":62,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":550,"Cost":310,"Date":"4/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":696,"Cost":549,"Date":"7/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":253,"Cost":180,"Date":"8/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":850,"Cost":531,"Date":"10/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":461,"Cost":282,"Date":"11/11/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":171,"Cost":140,"Date":"11/30/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":236,"Cost":191,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":337,"Cost":244,"Date":"3/1/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":330,"Cost":244,"Date":"4/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":778,"Cost":595,"Date":"5/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":478,"Cost":417,"Date":"8/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":899,"Cost":807,"Date":"9/15/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":172,"Cost":121,"Date":"10/14/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":95,"Cost":59,"Date":"10/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":370,"Cost":289,"Date":"11/11/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":939,"Cost":598,"Date":"12/7/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":894,"Cost":679,"Date":"12/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":545,"Cost":290,"Date":"1/6/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":423,"Cost":312,"Date":"1/23/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":597,"Cost":520,"Date":"2/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":376,"Cost":202,"Date":"3/10/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":847,"Cost":488,"Date":"3/12/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":25,"Cost":13,"Date":"3/31/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":890,"Cost":552,"Date":"6/16/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":459,"Cost":231,"Date":"6/17/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":849,"Cost":586,"Date":"8/27/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":250,"Cost":199,"Date":"10/1/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":723,"Cost":648,"Date":"11/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":718,"Cost":563,"Date":"11/9/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":877,"Cost":682,"Date":"3/27/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":495,"Cost":374,"Date":"4/17/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":349,"Cost":281,"Date":"8/11/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":147,"Cost":114,"Date":"8/21/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":99,"Cost":89,"Date":"9/2/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":102,"Cost":89,"Date":"9/5/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":15,"Cost":8,"Date":"9/14/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":453,"Cost":327,"Date":"9/20/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":621,"Cost":442,"Date":"11/20/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":773,"Cost":612,"Date":"12/21/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":588,"Cost":435,"Date":"1/7/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":288,"Cost":197,"Date":"1/21/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":478,"Cost":420,"Date":"2/9/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":10,"Cost":9,"Date":"3/19/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":757,"Cost":502,"Date":"4/3/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":755,"Cost":718,"Date":"4/5/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":448,"Cost":285,"Date":"4/28/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":806,"Cost":709,"Date":"7/10/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":803,"Cost":710,"Date":"3/25/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":872,"Cost":743,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":449,"Cost":281,"Date":"10/28/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":76,"Cost":70,"Date":"3/2/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":687,"Cost":471,"Date":"6/28/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":607,"Cost":391,"Date":"7/17/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":460,"Cost":284,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":90,"Cost":76,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":235,"Cost":135,"Date":"11/20/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":262,"Cost":178,"Date":"12/16/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":623,"Cost":410,"Date":"12/30/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":568,"Cost":326,"Date":"2/15/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":497,"Cost":265,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":23,"Cost":16,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":165,"Cost":125,"Date":"4/18/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":231,"Cost":150,"Date":"7/27/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":677,"Cost":606,"Date":"8/18/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":480,"Cost":435,"Date":"10/31/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":445,"Cost":350,"Date":"11/11/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":924,"Cost":596,"Date":"11/30/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":883,"Cost":787,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":769,"Cost":414,"Date":"3/1/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":880,"Cost":814,"Date":"4/13/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":643,"Cost":459,"Date":"5/20/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":756,"Cost":508,"Date":"8/13/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":416,"Cost":209,"Date":"9/15/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":717,"Cost":416,"Date":"10/14/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":372,"Cost":191,"Date":"10/28/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":295,"Cost":184,"Date":"11/11/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":951,"Cost":612,"Date":"12/7/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":964,"Cost":840,"Date":"12/21/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":516,"Cost":323,"Date":"1/6/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":451,"Cost":357,"Date":"1/23/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":376,"Cost":313,"Date":"2/4/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":736,"Cost":662,"Date":"3/10/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":135,"Cost":125,"Date":"3/12/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":296,"Cost":267,"Date":"3/31/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":69,"Cost":55,"Date":"6/16/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":656,"Cost":534,"Date":"6/17/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":605,"Cost":496,"Date":"8/27/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":269,"Cost":254,"Date":"10/1/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":262,"Cost":177,"Date":"11/4/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":547,"Cost":338,"Date":"11/9/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":853,"Cost":798,"Date":"3/27/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":343,"Cost":300,"Date":"4/17/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":163,"Cost":109,"Date":"8/11/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":993,"Cost":575,"Date":"8/21/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":838,"Cost":685,"Date":"9/2/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":618,"Cost":526,"Date":"9/5/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":155,"Cost":143,"Date":"9/14/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":667,"Cost":629,"Date":"9/20/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":124,"Cost":80,"Date":"11/20/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":345,"Cost":318,"Date":"12/21/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":85,"Cost":79,"Date":"1/7/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":594,"Cost":539,"Date":"1/21/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":291,"Cost":261,"Date":"2/9/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":249,"Cost":216,"Date":"3/19/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":913,"Cost":698,"Date":"4/3/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":397,"Cost":202,"Date":"4/5/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":821,"Cost":534,"Date":"4/28/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":277,"Cost":240,"Date":"7/10/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":556,"Cost":412,"Date":"3/25/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":2,"Cost":1,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":693,"Cost":417,"Date":"10/28/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":16,"Cost":9,"Date":"3/2/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":82,"Cost":47,"Date":"6/28/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":648,"Cost":510,"Date":"7/17/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":870,"Cost":724,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":958,"Cost":513,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":666,"Cost":362,"Date":"11/20/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":308,"Cost":196,"Date":"12/16/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":245,"Cost":230,"Date":"12/30/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":631,"Cost":556,"Date":"2/15/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":241,"Cost":181,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":448,"Cost":228,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":385,"Cost":338,"Date":"4/18/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":825,"Cost":721,"Date":"7/27/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":946,"Cost":635,"Date":"8/18/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":574,"Cost":526,"Date":"10/31/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":134,"Cost":86,"Date":"11/11/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":207,"Cost":109,"Date":"11/30/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":792,"Cost":489,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":921,"Cost":555,"Date":"3/1/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":633,"Cost":520,"Date":"4/13/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":96,"Cost":70,"Date":"5/20/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":114,"Cost":104,"Date":"8/13/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":895,"Cost":845,"Date":"9/15/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":774,"Cost":639,"Date":"10/14/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":278,"Cost":154,"Date":"10/28/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":587,"Cost":529,"Date":"11/11/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":172,"Cost":132,"Date":"12/7/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":229,"Cost":130,"Date":"12/21/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":728,"Cost":449,"Date":"1/6/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":635,"Cost":476,"Date":"1/23/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":651,"Cost":526,"Date":"2/4/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":179,"Cost":170,"Date":"3/10/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":34,"Cost":27,"Date":"3/12/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":629,"Cost":317,"Date":"3/31/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":12,"Cost":11,"Date":"6/16/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":938,"Cost":835,"Date":"6/17/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":811,"Cost":722,"Date":"8/27/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":255,"Cost":138,"Date":"10/1/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":934,"Cost":856,"Date":"11/4/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":415,"Cost":269,"Date":"11/9/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":323,"Cost":169,"Date":"3/27/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":575,"Cost":315,"Date":"4/17/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":247,"Cost":205,"Date":"8/11/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":555,"Cost":363,"Date":"8/21/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":549,"Cost":362,"Date":"9/2/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":45,"Cost":42,"Date":"9/5/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":611,"Cost":514,"Date":"9/14/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":489,"Cost":330,"Date":"9/20/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":378,"Cost":351,"Date":"11/20/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":907,"Cost":618,"Date":"12/21/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":951,"Cost":781,"Date":"1/7/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":834,"Cost":437,"Date":"1/21/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":128,"Cost":114,"Date":"2/9/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":287,"Cost":148,"Date":"3/19/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":822,"Cost":475,"Date":"4/3/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":118,"Cost":78,"Date":"4/5/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":84,"Cost":54,"Date":"4/28/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":422,"Cost":278,"Date":"7/10/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":724,"Cost":371,"Date":"3/25/2020"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":912,"Cost":703,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":122,"Cost":113,"Date":"10/28/2020"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":73,"Cost":63,"Date":"3/2/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":283,"Cost":252,"Date":"6/28/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":394,"Cost":219,"Date":"7/17/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":918,"Cost":564,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":365,"Cost":244,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":736,"Cost":505,"Date":"11/20/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":357,"Cost":193,"Date":"12/16/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":195,"Cost":162,"Date":"12/30/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":514,"Cost":312,"Date":"2/15/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":45,"Cost":26,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":96,"Cost":86,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":171,"Cost":88,"Date":"4/18/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":345,"Cost":263,"Date":"7/27/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":59,"Cost":36,"Date":"8/18/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":161,"Cost":94,"Date":"10/31/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":954,"Cost":529,"Date":"11/11/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":707,"Cost":387,"Date":"11/30/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":403,"Cost":337,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":446,"Cost":318,"Date":"3/1/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":235,"Cost":157,"Date":"4/13/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":713,"Cost":475,"Date":"5/20/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":471,"Cost":287,"Date":"8/13/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":289,"Cost":221,"Date":"9/15/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":395,"Cost":326,"Date":"10/14/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":616,"Cost":503,"Date":"10/28/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":5,"Cost":5,"Date":"11/11/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":30,"Cost":29,"Date":"12/7/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":446,"Cost":358,"Date":"12/21/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":625,"Cost":396,"Date":"1/6/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":858,"Cost":564,"Date":"1/23/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":200,"Cost":122,"Date":"2/4/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":235,"Cost":206,"Date":"3/10/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":710,"Cost":397,"Date":"3/12/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":663,"Cost":587,"Date":"3/31/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":75,"Cost":43,"Date":"6/16/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":313,"Cost":265,"Date":"6/17/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":794,"Cost":735,"Date":"8/27/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":732,"Cost":451,"Date":"10/1/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":469,"Cost":427,"Date":"11/4/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":577,"Cost":312,"Date":"11/9/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":100,"Cost":81,"Date":"3/27/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":120,"Cost":105,"Date":"4/17/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":462,"Cost":292,"Date":"8/11/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":561,"Cost":411,"Date":"8/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":557,"Cost":287,"Date":"9/2/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":391,"Cost":272,"Date":"9/5/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":156,"Cost":132,"Date":"9/14/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":805,"Cost":632,"Date":"9/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":132,"Cost":107,"Date":"11/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":598,"Cost":470,"Date":"12/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":589,"Cost":532,"Date":"1/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":36,"Cost":21,"Date":"1/21/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":827,"Cost":442,"Date":"2/9/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":363,"Cost":243,"Date":"3/19/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":878,"Cost":493,"Date":"4/3/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":978,"Cost":523,"Date":"4/5/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":710,"Cost":478,"Date":"4/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":259,"Cost":178,"Date":"7/10/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":113,"Cost":74,"Date":"3/25/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":978,"Cost":915,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":940,"Cost":664,"Date":"10/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":428,"Cost":373,"Date":"3/2/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":763,"Cost":585,"Date":"6/28/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":87,"Cost":76,"Date":"7/17/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":51,"Cost":44,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":602,"Cost":445,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":92,"Cost":81,"Date":"11/20/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":36,"Cost":20,"Date":"12/16/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":682,"Cost":515,"Date":"12/30/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":209,"Cost":193,"Date":"2/15/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":226,"Cost":212,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":722,"Cost":381,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":627,"Cost":432,"Date":"4/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":762,"Cost":670,"Date":"7/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":136,"Cost":88,"Date":"8/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":254,"Cost":147,"Date":"10/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":120,"Cost":112,"Date":"11/11/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":474,"Cost":441,"Date":"11/30/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":332,"Cost":220,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":860,"Cost":780,"Date":"3/1/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":630,"Cost":380,"Date":"4/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":930,"Cost":505,"Date":"5/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":857,"Cost":667,"Date":"8/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":506,"Cost":310,"Date":"9/15/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":676,"Cost":360,"Date":"10/14/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":322,"Cost":289,"Date":"10/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":452,"Cost":311,"Date":"11/11/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":214,"Cost":181,"Date":"12/7/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":141,"Cost":119,"Date":"12/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":407,"Cost":374,"Date":"1/6/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":712,"Cost":415,"Date":"1/23/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":599,"Cost":480,"Date":"2/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":32,"Cost":30,"Date":"3/10/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":132,"Cost":112,"Date":"3/12/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":685,"Cost":603,"Date":"3/31/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":189,"Cost":137,"Date":"6/16/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":956,"Cost":601,"Date":"6/17/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":595,"Cost":493,"Date":"8/27/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":949,"Cost":504,"Date":"10/1/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":420,"Cost":293,"Date":"11/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":205,"Cost":158,"Date":"11/9/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":294,"Cost":159,"Date":"3/27/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":131,"Cost":89,"Date":"4/17/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":510,"Cost":464,"Date":"8/11/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":918,"Cost":696,"Date":"8/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":941,"Cost":809,"Date":"9/2/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":234,"Cost":120,"Date":"9/5/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":567,"Cost":314,"Date":"9/14/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":929,"Cost":620,"Date":"9/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":275,"Cost":199,"Date":"11/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":222,"Cost":167,"Date":"12/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":51,"Cost":36,"Date":"1/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":539,"Cost":457,"Date":"1/21/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":112,"Cost":91,"Date":"2/9/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":31,"Cost":19,"Date":"3/19/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":864,"Cost":810,"Date":"4/3/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":738,"Cost":526,"Date":"4/5/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":246,"Cost":196,"Date":"4/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":821,"Cost":638,"Date":"7/10/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":300,"Cost":155,"Date":"3/25/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":573,"Cost":287,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":900,"Cost":728,"Date":"10/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":699,"Cost":604,"Date":"3/2/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":617,"Cost":362,"Date":"6/28/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":80,"Cost":55,"Date":"7/17/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":614,"Cost":463,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":137,"Cost":79,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":780,"Cost":392,"Date":"11/20/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":263,"Cost":210,"Date":"12/16/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":331,"Cost":165,"Date":"12/30/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":80,"Cost":50,"Date":"2/15/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":782,"Cost":637,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":709,"Cost":623,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":34,"Cost":25,"Date":"4/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":439,"Cost":357,"Date":"7/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":405,"Cost":339,"Date":"8/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":275,"Cost":241,"Date":"10/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":309,"Cost":248,"Date":"11/11/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":612,"Cost":481,"Date":"11/30/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":900,"Cost":708,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":612,"Cost":501,"Date":"3/1/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":295,"Cost":213,"Date":"4/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":710,"Cost":508,"Date":"5/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":440,"Cost":234,"Date":"8/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":934,"Cost":622,"Date":"9/15/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":589,"Cost":379,"Date":"10/14/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":529,"Cost":319,"Date":"10/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":856,"Cost":459,"Date":"11/11/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":91,"Cost":61,"Date":"12/7/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":538,"Cost":280,"Date":"12/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":176,"Cost":120,"Date":"1/6/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":599,"Cost":333,"Date":"1/23/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":859,"Cost":583,"Date":"2/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":886,"Cost":728,"Date":"3/10/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":858,"Cost":789,"Date":"3/12/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":22,"Cost":18,"Date":"3/31/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":7,"Cost":4,"Date":"6/16/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":911,"Cost":641,"Date":"6/17/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":189,"Cost":164,"Date":"8/27/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":54,"Cost":43,"Date":"10/1/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":849,"Cost":482,"Date":"11/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":255,"Cost":144,"Date":"11/9/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":500,"Cost":329,"Date":"3/27/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":395,"Cost":258,"Date":"4/17/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":165,"Cost":145,"Date":"8/11/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":727,"Cost":505,"Date":"8/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":535,"Cost":496,"Date":"9/2/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":209,"Cost":136,"Date":"9/5/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":133,"Cost":105,"Date":"9/14/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":559,"Cost":328,"Date":"9/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":681,"Cost":389,"Date":"11/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":576,"Cost":500,"Date":"12/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":683,"Cost":529,"Date":"1/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":617,"Cost":430,"Date":"1/21/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":487,"Cost":322,"Date":"2/9/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":752,"Cost":631,"Date":"3/19/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":622,"Cost":488,"Date":"4/3/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":492,"Cost":275,"Date":"4/5/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":450,"Cost":352,"Date":"4/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":508,"Cost":461,"Date":"7/10/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":697,"Cost":360,"Date":"3/25/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":758,"Cost":433,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":957,"Cost":672,"Date":"10/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":735,"Cost":694,"Date":"3/2/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":133,"Cost":95,"Date":"6/28/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":457,"Cost":404,"Date":"7/17/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":731,"Cost":665,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":356,"Cost":300,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":454,"Cost":340,"Date":"11/20/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":790,"Cost":660,"Date":"12/16/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":19,"Cost":13,"Date":"12/30/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":344,"Cost":255,"Date":"2/15/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":297,"Cost":239,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":333,"Cost":205,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":839,"Cost":644,"Date":"4/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":38,"Cost":23,"Date":"7/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":738,"Cost":697,"Date":"8/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":513,"Cost":343,"Date":"10/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":334,"Cost":215,"Date":"11/11/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":13,"Cost":12,"Date":"11/30/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":724,"Cost":676,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":831,"Cost":511,"Date":"3/1/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":458,"Cost":327,"Date":"4/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":145,"Cost":120,"Date":"5/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":471,"Cost":295,"Date":"8/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":593,"Cost":296,"Date":"9/15/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":346,"Cost":300,"Date":"10/14/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":100,"Cost":65,"Date":"10/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":685,"Cost":458,"Date":"11/11/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":486,"Cost":356,"Date":"12/7/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":998,"Cost":807,"Date":"12/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":271,"Cost":258,"Date":"1/6/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":597,"Cost":442,"Date":"1/23/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":714,"Cost":389,"Date":"2/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":983,"Cost":505,"Date":"3/10/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":166,"Cost":106,"Date":"3/12/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":941,"Cost":576,"Date":"3/31/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":162,"Cost":115,"Date":"6/16/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":540,"Cost":434,"Date":"6/17/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":93,"Cost":81,"Date":"8/27/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":344,"Cost":307,"Date":"10/1/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":346,"Cost":243,"Date":"11/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":643,"Cost":496,"Date":"11/9/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":751,"Cost":488,"Date":"3/27/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":380,"Cost":223,"Date":"4/17/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":884,"Cost":580,"Date":"8/11/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":21,"Cost":18,"Date":"8/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":269,"Cost":238,"Date":"9/2/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":216,"Cost":120,"Date":"9/5/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":744,"Cost":384,"Date":"9/14/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":17,"Cost":13,"Date":"9/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":488,"Cost":285,"Date":"11/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":404,"Cost":340,"Date":"12/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":876,"Cost":743,"Date":"1/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":967,"Cost":783,"Date":"1/21/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":797,"Cost":419,"Date":"2/9/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":805,"Cost":519,"Date":"3/19/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":21,"Cost":18,"Date":"4/3/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":379,"Cost":200,"Date":"4/5/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":874,"Cost":514,"Date":"4/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":506,"Cost":405,"Date":"7/10/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":669,"Cost":542,"Date":"3/25/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":823,"Cost":566,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":487,"Cost":276,"Date":"10/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":624,"Cost":485,"Date":"3/2/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":579,"Cost":495,"Date":"6/28/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":564,"Cost":474,"Date":"7/17/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":592,"Cost":336,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":289,"Cost":186,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":782,"Cost":611,"Date":"11/20/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":852,"Cost":600,"Date":"12/16/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":119,"Cost":103,"Date":"12/30/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":55,"Cost":49,"Date":"2/15/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":683,"Cost":382,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":882,"Cost":568,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":798,"Cost":539,"Date":"4/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":962,"Cost":533,"Date":"7/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":859,"Cost":731,"Date":"8/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":143,"Cost":130,"Date":"10/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":817,"Cost":462,"Date":"11/11/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":531,"Cost":289,"Date":"11/30/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":847,"Cost":628,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":466,"Cost":382,"Date":"3/1/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":871,"Cost":791,"Date":"4/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":70,"Cost":44,"Date":"5/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":621,"Cost":524,"Date":"8/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":1000,"Cost":585,"Date":"9/15/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":737,"Cost":537,"Date":"10/14/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":740,"Cost":642,"Date":"10/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":951,"Cost":552,"Date":"11/11/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":212,"Cost":191,"Date":"12/7/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":903,"Cost":626,"Date":"12/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":126,"Cost":95,"Date":"1/6/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":959,"Cost":492,"Date":"1/23/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":647,"Cost":497,"Date":"2/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":852,"Cost":668,"Date":"3/10/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":587,"Cost":477,"Date":"3/12/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":726,"Cost":381,"Date":"3/31/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":121,"Cost":74,"Date":"6/16/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":186,"Cost":107,"Date":"6/17/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":253,"Cost":159,"Date":"8/27/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":109,"Cost":97,"Date":"10/1/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":689,"Cost":651,"Date":"11/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":517,"Cost":490,"Date":"11/9/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":683,"Cost":628,"Date":"3/27/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":476,"Cost":259,"Date":"4/17/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":761,"Cost":681,"Date":"8/11/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":759,"Cost":418,"Date":"8/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":53,"Cost":26,"Date":"9/2/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":117,"Cost":99,"Date":"9/5/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":996,"Cost":649,"Date":"9/14/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":683,"Cost":547,"Date":"9/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":527,"Cost":309,"Date":"11/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":42,"Cost":35,"Date":"12/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":958,"Cost":753,"Date":"1/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":610,"Cost":464,"Date":"1/21/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":620,"Cost":531,"Date":"2/9/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":506,"Cost":422,"Date":"3/19/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":285,"Cost":216,"Date":"4/3/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":825,"Cost":490,"Date":"4/5/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":392,"Cost":300,"Date":"4/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":323,"Cost":193,"Date":"7/10/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":192,"Cost":108,"Date":"3/25/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":837,"Cost":540,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":165,"Cost":116,"Date":"10/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":786,"Cost":692,"Date":"3/2/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":726,"Cost":440,"Date":"6/28/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":140,"Cost":111,"Date":"7/17/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":503,"Cost":252,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":806,"Cost":558,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":869,"Cost":456,"Date":"11/20/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":189,"Cost":156,"Date":"12/16/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":887,"Cost":842,"Date":"12/30/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":207,"Cost":132,"Date":"2/15/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":446,"Cost":278,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":333,"Cost":286,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":522,"Cost":360,"Date":"4/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":124,"Cost":116,"Date":"7/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":374,"Cost":344,"Date":"8/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":151,"Cost":114,"Date":"10/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":479,"Cost":280,"Date":"11/11/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":281,"Cost":259,"Date":"11/30/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":742,"Cost":657,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":811,"Cost":493,"Date":"3/1/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":186,"Cost":161,"Date":"4/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":185,"Cost":113,"Date":"5/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":214,"Cost":150,"Date":"8/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":715,"Cost":401,"Date":"9/15/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":790,"Cost":534,"Date":"10/14/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":37,"Cost":27,"Date":"10/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":461,"Cost":408,"Date":"11/11/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":555,"Cost":477,"Date":"12/7/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":362,"Cost":187,"Date":"12/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":250,"Cost":166,"Date":"1/6/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":939,"Cost":747,"Date":"1/23/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":460,"Cost":351,"Date":"2/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":672,"Cost":340,"Date":"3/10/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":799,"Cost":639,"Date":"3/12/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":576,"Cost":435,"Date":"3/31/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":403,"Cost":216,"Date":"6/16/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":571,"Cost":435,"Date":"6/17/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":901,"Cost":624,"Date":"8/27/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":885,"Cost":498,"Date":"10/1/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":164,"Cost":105,"Date":"11/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":948,"Cost":751,"Date":"11/9/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":121,"Cost":97,"Date":"3/27/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":941,"Cost":833,"Date":"4/17/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":196,"Cost":183,"Date":"8/11/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":686,"Cost":367,"Date":"8/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":685,"Cost":572,"Date":"9/2/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":610,"Cost":567,"Date":"9/5/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":109,"Cost":103,"Date":"9/14/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":517,"Cost":484,"Date":"9/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":63,"Cost":41,"Date":"11/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":264,"Cost":138,"Date":"12/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":693,"Cost":529,"Date":"1/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":643,"Cost":423,"Date":"1/21/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":667,"Cost":463,"Date":"2/9/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":3,"Cost":3,"Date":"3/19/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":286,"Cost":221,"Date":"4/3/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":362,"Cost":315,"Date":"4/5/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":668,"Cost":599,"Date":"4/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":13,"Cost":11,"Date":"7/10/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":308,"Cost":241,"Date":"3/25/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":959,"Cost":538,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":173,"Cost":152,"Date":"10/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":750,"Cost":597,"Date":"3/2/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":481,"Cost":379,"Date":"6/28/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":702,"Cost":604,"Date":"7/17/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":486,"Cost":433,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":364,"Cost":309,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":620,"Cost":426,"Date":"11/20/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":691,"Cost":499,"Date":"12/16/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":938,"Cost":653,"Date":"12/30/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":791,"Cost":598,"Date":"2/15/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":547,"Cost":494,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":101,"Cost":84,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":819,"Cost":558,"Date":"4/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":509,"Cost":399,"Date":"7/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":879,"Cost":801,"Date":"8/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":977,"Cost":787,"Date":"10/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":129,"Cost":99,"Date":"11/11/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":993,"Cost":575,"Date":"11/30/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":997,"Cost":609,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":878,"Cost":762,"Date":"3/1/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":886,"Cost":715,"Date":"4/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":266,"Cost":243,"Date":"5/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":112,"Cost":68,"Date":"8/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":280,"Cost":206,"Date":"9/15/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":139,"Cost":79,"Date":"10/14/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":370,"Cost":230,"Date":"10/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":823,"Cost":524,"Date":"11/11/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":372,"Cost":200,"Date":"12/7/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":905,"Cost":703,"Date":"12/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":508,"Cost":352,"Date":"1/6/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":769,"Cost":432,"Date":"1/23/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":160,"Cost":89,"Date":"2/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":891,"Cost":720,"Date":"3/10/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":963,"Cost":530,"Date":"3/12/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":900,"Cost":628,"Date":"3/31/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":340,"Cost":229,"Date":"6/16/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":659,"Cost":570,"Date":"6/17/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":895,"Cost":760,"Date":"8/27/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":494,"Cost":366,"Date":"10/1/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":33,"Cost":29,"Date":"11/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":768,"Cost":510,"Date":"11/9/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":498,"Cost":326,"Date":"3/27/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":937,"Cost":872,"Date":"4/17/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":329,"Cost":234,"Date":"8/11/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":392,"Cost":337,"Date":"8/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":694,"Cost":475,"Date":"9/2/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":918,"Cost":539,"Date":"9/5/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":159,"Cost":136,"Date":"9/14/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":943,"Cost":701,"Date":"9/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":314,"Cost":168,"Date":"11/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":565,"Cost":335,"Date":"12/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":524,"Cost":310,"Date":"1/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":392,"Cost":350,"Date":"1/21/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":453,"Cost":417,"Date":"2/9/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":135,"Cost":72,"Date":"3/19/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":50,"Cost":31,"Date":"4/3/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":784,"Cost":425,"Date":"4/5/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":588,"Cost":520,"Date":"4/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":588,"Cost":556,"Date":"7/10/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":566,"Cost":376,"Date":"3/25/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":128,"Cost":105,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":697,"Cost":361,"Date":"10/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":832,"Cost":765,"Date":"3/2/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":815,"Cost":421,"Date":"6/28/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":419,"Cost":232,"Date":"7/17/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":713,"Cost":423,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":299,"Cost":231,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":997,"Cost":833,"Date":"11/20/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":331,"Cost":180,"Date":"12/16/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":822,"Cost":507,"Date":"12/30/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":611,"Cost":311,"Date":"2/15/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":594,"Cost":542,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":473,"Cost":355,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":30,"Cost":20,"Date":"4/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":578,"Cost":495,"Date":"7/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":12,"Cost":12,"Date":"8/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":732,"Cost":550,"Date":"10/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":704,"Cost":658,"Date":"11/11/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":342,"Cost":197,"Date":"11/30/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":229,"Cost":147,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":425,"Cost":279,"Date":"3/1/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":983,"Cost":799,"Date":"4/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":213,"Cost":195,"Date":"5/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":178,"Cost":142,"Date":"8/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":89,"Cost":68,"Date":"9/15/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":102,"Cost":72,"Date":"10/14/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":944,"Cost":875,"Date":"10/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":778,"Cost":736,"Date":"11/11/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":921,"Cost":544,"Date":"12/7/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":581,"Cost":432,"Date":"12/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":190,"Cost":116,"Date":"1/6/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":428,"Cost":334,"Date":"1/23/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":53,"Cost":29,"Date":"2/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":791,"Cost":745,"Date":"3/10/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":603,"Cost":310,"Date":"3/12/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":424,"Cost":401,"Date":"3/31/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":811,"Cost":415,"Date":"6/16/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":329,"Cost":169,"Date":"6/17/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":583,"Cost":545,"Date":"8/27/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":844,"Cost":582,"Date":"10/1/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":601,"Cost":465,"Date":"11/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":196,"Cost":98,"Date":"11/9/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":64,"Cost":46,"Date":"3/27/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":635,"Cost":484,"Date":"4/17/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":238,"Cost":226,"Date":"8/11/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":735,"Cost":411,"Date":"8/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":426,"Cost":248,"Date":"9/2/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":11,"Cost":11,"Date":"9/5/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":794,"Cost":522,"Date":"9/14/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":649,"Cost":445,"Date":"9/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":165,"Cost":119,"Date":"11/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":63,"Cost":53,"Date":"12/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":569,"Cost":428,"Date":"1/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":20,"Cost":16,"Date":"1/21/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":260,"Cost":151,"Date":"2/9/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":951,"Cost":869,"Date":"3/19/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":572,"Cost":522,"Date":"4/3/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":958,"Cost":807,"Date":"4/5/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":151,"Cost":109,"Date":"4/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":675,"Cost":350,"Date":"7/10/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":501,"Cost":300,"Date":"3/25/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":428,"Cost":328,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":341,"Cost":248,"Date":"10/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":175,"Cost":91,"Date":"3/2/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":295,"Cost":154,"Date":"6/28/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":354,"Cost":195,"Date":"7/17/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":410,"Cost":358,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":345,"Cost":225,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":307,"Cost":159,"Date":"11/20/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":823,"Cost":681,"Date":"12/16/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":401,"Cost":372,"Date":"12/30/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":253,"Cost":196,"Date":"2/15/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":72,"Cost":48,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":278,"Cost":139,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":487,"Cost":309,"Date":"4/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":593,"Cost":408,"Date":"7/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":387,"Cost":367,"Date":"8/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":724,"Cost":430,"Date":"10/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":991,"Cost":700,"Date":"11/11/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":368,"Cost":236,"Date":"11/30/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":908,"Cost":508,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":589,"Cost":306,"Date":"3/1/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":158,"Cost":140,"Date":"4/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":582,"Cost":364,"Date":"5/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":892,"Cost":818,"Date":"8/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":411,"Cost":324,"Date":"9/15/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":98,"Cost":52,"Date":"10/14/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":206,"Cost":185,"Date":"10/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":430,"Cost":376,"Date":"11/11/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":821,"Cost":718,"Date":"12/7/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":709,"Cost":435,"Date":"12/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":228,"Cost":132,"Date":"1/6/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":431,"Cost":369,"Date":"1/23/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":186,"Cost":152,"Date":"2/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":574,"Cost":479,"Date":"3/10/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":915,"Cost":468,"Date":"3/12/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":847,"Cost":523,"Date":"3/31/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":267,"Cost":195,"Date":"6/16/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":1,"Cost":0,"Date":"6/17/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":726,"Cost":513,"Date":"8/27/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":953,"Cost":521,"Date":"10/1/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":469,"Cost":332,"Date":"11/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":44,"Cost":35,"Date":"11/9/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":494,"Cost":304,"Date":"3/27/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":812,"Cost":615,"Date":"4/17/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":452,"Cost":231,"Date":"8/11/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":518,"Cost":370,"Date":"8/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":298,"Cost":230,"Date":"9/2/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":615,"Cost":515,"Date":"9/5/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":239,"Cost":137,"Date":"9/14/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":271,"Cost":161,"Date":"9/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":797,"Cost":680,"Date":"11/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":482,"Cost":262,"Date":"12/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":333,"Cost":283,"Date":"1/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":343,"Cost":264,"Date":"1/21/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":547,"Cost":330,"Date":"2/9/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":36,"Cost":35,"Date":"3/19/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":183,"Cost":140,"Date":"4/3/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":730,"Cost":537,"Date":"4/5/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":141,"Cost":98,"Date":"4/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":379,"Cost":223,"Date":"7/10/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":29,"Cost":23,"Date":"3/25/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":86,"Cost":78,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":268,"Cost":209,"Date":"10/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":964,"Cost":682,"Date":"3/2/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":146,"Cost":117,"Date":"6/28/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":616,"Cost":490,"Date":"7/17/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":648,"Cost":469,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":151,"Cost":102,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":614,"Cost":445,"Date":"11/20/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":204,"Cost":186,"Date":"12/16/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":741,"Cost":653,"Date":"12/30/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":705,"Cost":407,"Date":"2/15/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":186,"Cost":147,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":689,"Cost":549,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":944,"Cost":797,"Date":"4/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":292,"Cost":150,"Date":"7/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":318,"Cost":212,"Date":"8/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":602,"Cost":517,"Date":"10/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":309,"Cost":222,"Date":"11/11/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":560,"Cost":461,"Date":"11/30/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":328,"Cost":289,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":457,"Cost":270,"Date":"3/1/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":480,"Cost":245,"Date":"4/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":248,"Cost":197,"Date":"5/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":95,"Cost":74,"Date":"8/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":508,"Cost":391,"Date":"9/15/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":307,"Cost":228,"Date":"10/14/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":842,"Cost":768,"Date":"10/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":92,"Cost":79,"Date":"11/11/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":980,"Cost":802,"Date":"12/7/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":166,"Cost":133,"Date":"12/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":437,"Cost":384,"Date":"1/6/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":429,"Cost":298,"Date":"1/23/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":840,"Cost":451,"Date":"2/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":635,"Cost":500,"Date":"3/10/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":491,"Cost":261,"Date":"3/12/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":42,"Cost":31,"Date":"3/31/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":423,"Cost":355,"Date":"6/16/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":547,"Cost":469,"Date":"6/17/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":672,"Cost":491,"Date":"8/27/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":934,"Cost":531,"Date":"10/1/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":719,"Cost":638,"Date":"11/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":747,"Cost":643,"Date":"11/9/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":593,"Cost":456,"Date":"3/27/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":964,"Cost":834,"Date":"4/17/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":872,"Cost":632,"Date":"8/11/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":853,"Cost":633,"Date":"8/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":846,"Cost":510,"Date":"9/2/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":351,"Cost":323,"Date":"9/5/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":78,"Cost":48,"Date":"9/14/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":253,"Cost":183,"Date":"9/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":684,"Cost":429,"Date":"11/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":84,"Cost":56,"Date":"12/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":424,"Cost":245,"Date":"1/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":78,"Cost":52,"Date":"1/21/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":593,"Cost":353,"Date":"2/9/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":9,"Cost":7,"Date":"3/19/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":56,"Cost":53,"Date":"4/3/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":786,"Cost":686,"Date":"4/5/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":268,"Cost":215,"Date":"4/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":36,"Cost":23,"Date":"7/10/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":755,"Cost":453,"Date":"3/25/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":23,"Cost":20,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":264,"Cost":211,"Date":"10/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":712,"Cost":411,"Date":"3/2/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":621,"Cost":380,"Date":"6/28/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":298,"Cost":194,"Date":"7/17/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":257,"Cost":213,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":405,"Cost":241,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":368,"Cost":330,"Date":"11/20/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":387,"Cost":206,"Date":"12/16/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":66,"Cost":43,"Date":"12/30/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":836,"Cost":566,"Date":"2/15/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":978,"Cost":529,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":611,"Cost":430,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":137,"Cost":101,"Date":"4/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":38,"Cost":20,"Date":"7/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":242,"Cost":217,"Date":"8/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":260,"Cost":191,"Date":"10/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":804,"Cost":639,"Date":"11/11/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":105,"Cost":66,"Date":"11/30/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":661,"Cost":486,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":376,"Cost":286,"Date":"3/1/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":818,"Cost":713,"Date":"4/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":376,"Cost":204,"Date":"5/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":196,"Cost":154,"Date":"8/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":510,"Cost":292,"Date":"9/15/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":387,"Cost":226,"Date":"10/14/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":514,"Cost":430,"Date":"10/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":328,"Cost":222,"Date":"11/11/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":374,"Cost":266,"Date":"12/7/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":307,"Cost":175,"Date":"12/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":713,"Cost":396,"Date":"1/6/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":592,"Cost":507,"Date":"1/23/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":334,"Cost":298,"Date":"2/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":297,"Cost":251,"Date":"3/10/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":145,"Cost":135,"Date":"3/12/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":595,"Cost":323,"Date":"3/31/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":616,"Cost":399,"Date":"6/16/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":208,"Cost":194,"Date":"6/17/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":663,"Cost":362,"Date":"8/27/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":832,"Cost":434,"Date":"10/1/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":65,"Cost":54,"Date":"11/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":820,"Cost":643,"Date":"11/9/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":369,"Cost":332,"Date":"3/27/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":291,"Cost":238,"Date":"4/17/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":933,"Cost":686,"Date":"8/11/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":483,"Cost":396,"Date":"8/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":723,"Cost":479,"Date":"9/2/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":826,"Cost":605,"Date":"9/5/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":22,"Cost":13,"Date":"9/14/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":293,"Cost":278,"Date":"9/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":566,"Cost":440,"Date":"11/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":354,"Cost":229,"Date":"12/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":67,"Cost":47,"Date":"1/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":611,"Cost":522,"Date":"1/21/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":678,"Cost":375,"Date":"2/9/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":784,"Cost":529,"Date":"3/19/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":644,"Cost":582,"Date":"4/3/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":409,"Cost":300,"Date":"4/5/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":950,"Cost":883,"Date":"4/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":898,"Cost":757,"Date":"7/10/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":603,"Cost":480,"Date":"3/25/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":701,"Cost":596,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":530,"Cost":417,"Date":"10/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":630,"Cost":446,"Date":"3/2/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":171,"Cost":96,"Date":"6/28/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":24,"Cost":21,"Date":"7/17/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":159,"Cost":86,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":684,"Cost":613,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":24,"Cost":19,"Date":"11/20/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":865,"Cost":792,"Date":"12/16/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":456,"Cost":318,"Date":"12/30/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":832,"Cost":782,"Date":"2/15/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":452,"Cost":339,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":28,"Cost":26,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":294,"Cost":198,"Date":"4/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":455,"Cost":392,"Date":"7/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":899,"Cost":635,"Date":"8/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":411,"Cost":273,"Date":"10/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":192,"Cost":126,"Date":"11/11/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":619,"Cost":416,"Date":"11/30/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":553,"Cost":314,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":759,"Cost":686,"Date":"3/1/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":847,"Cost":685,"Date":"4/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":746,"Cost":461,"Date":"5/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":995,"Cost":923,"Date":"8/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":225,"Cost":179,"Date":"9/15/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":336,"Cost":258,"Date":"10/14/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":412,"Cost":322,"Date":"10/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":536,"Cost":499,"Date":"11/11/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":161,"Cost":82,"Date":"12/7/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":386,"Cost":210,"Date":"12/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":144,"Cost":136,"Date":"1/6/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":598,"Cost":386,"Date":"1/23/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":447,"Cost":321,"Date":"2/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":184,"Cost":138,"Date":"3/10/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":267,"Cost":156,"Date":"3/12/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":133,"Cost":67,"Date":"3/31/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":884,"Cost":475,"Date":"6/16/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":711,"Cost":572,"Date":"6/17/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":878,"Cost":606,"Date":"8/27/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":752,"Cost":465,"Date":"10/1/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":133,"Cost":104,"Date":"11/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":176,"Cost":96,"Date":"11/9/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":230,"Cost":212,"Date":"3/27/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":302,"Cost":285,"Date":"4/17/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":867,"Cost":771,"Date":"8/11/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":454,"Cost":360,"Date":"8/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":984,"Cost":828,"Date":"9/2/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":594,"Cost":409,"Date":"9/5/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":776,"Cost":555,"Date":"9/14/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":435,"Cost":362,"Date":"9/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":632,"Cost":400,"Date":"11/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":815,"Cost":521,"Date":"12/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":826,"Cost":770,"Date":"1/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":34,"Cost":25,"Date":"1/21/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":302,"Cost":219,"Date":"2/9/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":144,"Cost":81,"Date":"3/19/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":762,"Cost":477,"Date":"4/3/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":947,"Cost":685,"Date":"4/5/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":738,"Cost":488,"Date":"4/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":765,"Cost":600,"Date":"7/10/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":507,"Cost":328,"Date":"3/25/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":174,"Cost":113,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":282,"Cost":229,"Date":"10/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":387,"Cost":243,"Date":"3/2/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":405,"Cost":208,"Date":"6/28/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":3,"Cost":3,"Date":"7/17/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":86,"Cost":52,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":713,"Cost":452,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":466,"Cost":343,"Date":"11/20/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":648,"Cost":387,"Date":"12/16/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":525,"Cost":444,"Date":"12/30/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":463,"Cost":262,"Date":"2/15/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":367,"Cost":223,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":556,"Cost":309,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":675,"Cost":571,"Date":"4/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":766,"Cost":602,"Date":"7/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":41,"Cost":28,"Date":"8/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":731,"Cost":445,"Date":"10/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":404,"Cost":275,"Date":"11/11/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":620,"Cost":450,"Date":"11/30/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":462,"Cost":289,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":283,"Cost":242,"Date":"3/1/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":468,"Cost":370,"Date":"4/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":546,"Cost":396,"Date":"5/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":405,"Cost":370,"Date":"8/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":554,"Cost":513,"Date":"9/15/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":817,"Cost":717,"Date":"10/14/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":287,"Cost":146,"Date":"10/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":579,"Cost":451,"Date":"11/11/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":955,"Cost":744,"Date":"12/7/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":750,"Cost":533,"Date":"12/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":643,"Cost":367,"Date":"1/6/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":262,"Cost":237,"Date":"1/23/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":528,"Cost":357,"Date":"2/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":7,"Cost":5,"Date":"3/10/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":934,"Cost":612,"Date":"3/12/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":235,"Cost":118,"Date":"3/31/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":379,"Cost":240,"Date":"6/16/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":37,"Cost":34,"Date":"6/17/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":986,"Cost":715,"Date":"8/27/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":759,"Cost":663,"Date":"10/1/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":939,"Cost":576,"Date":"11/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":315,"Cost":206,"Date":"11/9/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":766,"Cost":577,"Date":"3/27/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":733,"Cost":588,"Date":"4/17/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":937,"Cost":642,"Date":"8/11/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":400,"Cost":218,"Date":"8/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":196,"Cost":147,"Date":"9/2/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":10,"Cost":5,"Date":"9/5/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":526,"Cost":309,"Date":"9/14/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":177,"Cost":93,"Date":"9/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":566,"Cost":477,"Date":"11/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":28,"Cost":22,"Date":"12/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":78,"Cost":45,"Date":"1/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":82,"Cost":63,"Date":"1/21/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":856,"Cost":620,"Date":"2/9/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":242,"Cost":173,"Date":"3/19/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":336,"Cost":261,"Date":"4/3/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":687,"Cost":540,"Date":"4/5/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":808,"Cost":583,"Date":"4/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":102,"Cost":51,"Date":"7/10/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":194,"Cost":108,"Date":"3/25/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":146,"Cost":101,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":939,"Cost":713,"Date":"10/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":61,"Cost":50,"Date":"3/2/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":461,"Cost":364,"Date":"6/28/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":352,"Cost":241,"Date":"7/17/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":412,"Cost":334,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":789,"Cost":551,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":898,"Cost":539,"Date":"11/20/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":132,"Cost":67,"Date":"12/16/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":26,"Cost":16,"Date":"12/30/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":928,"Cost":758,"Date":"2/15/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":184,"Cost":171,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":478,"Cost":252,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":931,"Cost":608,"Date":"4/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":814,"Cost":727,"Date":"7/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":600,"Cost":561,"Date":"8/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":888,"Cost":605,"Date":"10/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":537,"Cost":309,"Date":"11/11/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":996,"Cost":772,"Date":"11/30/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":598,"Cost":390,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":763,"Cost":450,"Date":"3/1/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":197,"Cost":118,"Date":"4/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":242,"Cost":177,"Date":"5/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":788,"Cost":445,"Date":"8/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":492,"Cost":350,"Date":"9/15/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":470,"Cost":405,"Date":"10/14/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":37,"Cost":21,"Date":"10/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":140,"Cost":124,"Date":"11/11/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":572,"Cost":531,"Date":"12/7/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":811,"Cost":508,"Date":"12/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":924,"Cost":782,"Date":"1/6/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":456,"Cost":272,"Date":"1/23/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":138,"Cost":96,"Date":"2/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":642,"Cost":476,"Date":"3/10/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":914,"Cost":541,"Date":"3/12/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":367,"Cost":304,"Date":"3/31/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":867,"Cost":771,"Date":"6/16/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":60,"Cost":43,"Date":"6/17/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":456,"Cost":355,"Date":"8/27/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":17,"Cost":9,"Date":"10/1/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":382,"Cost":263,"Date":"11/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":394,"Cost":300,"Date":"11/9/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":200,"Cost":173,"Date":"3/27/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":823,"Cost":551,"Date":"4/17/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":840,"Cost":514,"Date":"8/11/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":371,"Cost":215,"Date":"8/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":793,"Cost":656,"Date":"9/2/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":137,"Cost":79,"Date":"9/5/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":359,"Cost":216,"Date":"9/14/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":672,"Cost":447,"Date":"9/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":707,"Cost":412,"Date":"11/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":295,"Cost":277,"Date":"12/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":88,"Cost":60,"Date":"1/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":317,"Cost":278,"Date":"1/21/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":643,"Cost":604,"Date":"2/9/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":915,"Cost":866,"Date":"3/19/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":846,"Cost":787,"Date":"4/3/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":284,"Cost":215,"Date":"4/5/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":188,"Cost":95,"Date":"4/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":230,"Cost":173,"Date":"7/10/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":210,"Cost":110,"Date":"3/25/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":877,"Cost":512,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":201,"Cost":171,"Date":"10/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":526,"Cost":324,"Date":"3/2/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":109,"Cost":81,"Date":"6/28/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":67,"Cost":49,"Date":"7/17/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":935,"Cost":485,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":497,"Cost":326,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":369,"Cost":214,"Date":"11/20/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":620,"Cost":473,"Date":"12/16/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":631,"Cost":516,"Date":"12/30/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":276,"Cost":183,"Date":"2/15/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":697,"Cost":375,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":17,"Cost":11,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":115,"Cost":59,"Date":"4/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":478,"Cost":293,"Date":"7/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":164,"Cost":103,"Date":"8/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":884,"Cost":643,"Date":"10/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":146,"Cost":133,"Date":"11/11/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":276,"Cost":194,"Date":"11/30/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":687,"Cost":498,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":441,"Cost":264,"Date":"3/1/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":755,"Cost":587,"Date":"4/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":803,"Cost":619,"Date":"5/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":7,"Cost":7,"Date":"8/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":329,"Cost":248,"Date":"9/15/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":63,"Cost":39,"Date":"10/14/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":261,"Cost":245,"Date":"10/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":607,"Cost":494,"Date":"11/11/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":218,"Cost":152,"Date":"12/7/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":971,"Cost":527,"Date":"12/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":527,"Cost":319,"Date":"1/6/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":59,"Cost":36,"Date":"1/23/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":81,"Cost":57,"Date":"2/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":282,"Cost":154,"Date":"3/10/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":960,"Cost":543,"Date":"3/12/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":956,"Cost":601,"Date":"3/31/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":408,"Cost":308,"Date":"6/16/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":814,"Cost":593,"Date":"6/17/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":547,"Cost":485,"Date":"8/27/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":158,"Cost":82,"Date":"10/1/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":278,"Cost":152,"Date":"11/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":816,"Cost":619,"Date":"11/9/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":389,"Cost":258,"Date":"3/27/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":378,"Cost":283,"Date":"4/17/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":101,"Cost":64,"Date":"8/11/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":8,"Cost":4,"Date":"8/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":261,"Cost":156,"Date":"9/2/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":436,"Cost":320,"Date":"9/5/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":36,"Cost":28,"Date":"9/14/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":677,"Cost":506,"Date":"9/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":966,"Cost":737,"Date":"11/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":859,"Cost":490,"Date":"12/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":175,"Cost":125,"Date":"1/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":394,"Cost":248,"Date":"1/21/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":360,"Cost":211,"Date":"2/9/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":336,"Cost":230,"Date":"3/19/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":337,"Cost":279,"Date":"4/3/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":361,"Cost":250,"Date":"4/5/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":851,"Cost":795,"Date":"4/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":264,"Cost":169,"Date":"7/10/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":920,"Cost":469,"Date":"3/25/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":837,"Cost":432,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":16,"Cost":15,"Date":"10/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":754,"Cost":695,"Date":"3/2/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":289,"Cost":231,"Date":"6/28/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":336,"Cost":170,"Date":"7/17/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":24,"Cost":15,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":862,"Cost":477,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":596,"Cost":315,"Date":"11/20/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":849,"Cost":601,"Date":"12/16/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":17,"Cost":16,"Date":"12/30/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":988,"Cost":878,"Date":"2/15/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":46,"Cost":35,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":690,"Cost":382,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":98,"Cost":87,"Date":"4/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":390,"Cost":301,"Date":"7/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":343,"Cost":322,"Date":"8/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":510,"Cost":381,"Date":"10/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":184,"Cost":166,"Date":"11/11/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":519,"Cost":421,"Date":"11/30/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":534,"Cost":404,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":492,"Cost":319,"Date":"3/1/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":126,"Cost":89,"Date":"4/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":996,"Cost":756,"Date":"5/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":960,"Cost":552,"Date":"8/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":422,"Cost":354,"Date":"9/15/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":556,"Cost":324,"Date":"10/14/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":451,"Cost":386,"Date":"10/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":367,"Cost":283,"Date":"11/11/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":76,"Cost":71,"Date":"12/7/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":668,"Cost":453,"Date":"12/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":884,"Cost":608,"Date":"1/6/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":106,"Cost":54,"Date":"1/23/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":102,"Cost":95,"Date":"2/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":883,"Cost":450,"Date":"3/10/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":142,"Cost":104,"Date":"3/12/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":841,"Cost":690,"Date":"3/31/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":806,"Cost":623,"Date":"6/16/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":737,"Cost":374,"Date":"6/17/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":910,"Cost":573,"Date":"8/27/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":11,"Cost":8,"Date":"10/1/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":720,"Cost":656,"Date":"11/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":473,"Cost":345,"Date":"11/9/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":442,"Cost":317,"Date":"3/27/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":873,"Cost":582,"Date":"4/17/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":252,"Cost":193,"Date":"8/11/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":664,"Cost":515,"Date":"8/21/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":803,"Cost":650,"Date":"9/2/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":967,"Cost":864,"Date":"9/5/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":894,"Cost":767,"Date":"9/14/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":47,"Cost":37,"Date":"9/20/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":734,"Cost":677,"Date":"11/20/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":757,"Cost":484,"Date":"12/21/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":434,"Cost":328,"Date":"1/7/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":491,"Cost":406,"Date":"1/21/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":607,"Cost":565,"Date":"2/9/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":322,"Cost":214,"Date":"3/19/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":614,"Cost":408,"Date":"4/3/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":548,"Cost":494,"Date":"4/5/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":801,"Cost":709,"Date":"4/28/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":434,"Cost":288,"Date":"7/10/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":650,"Cost":400,"Date":"3/25/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":481,"Cost":275,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":527,"Cost":264,"Date":"10/28/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":626,"Cost":380,"Date":"3/2/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":778,"Cost":616,"Date":"6/28/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":97,"Cost":86,"Date":"7/17/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":731,"Cost":628,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":336,"Cost":200,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":541,"Cost":463,"Date":"11/20/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":415,"Cost":388,"Date":"12/16/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":967,"Cost":672,"Date":"12/30/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":375,"Cost":238,"Date":"2/15/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":89,"Cost":71,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":453,"Cost":261,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":845,"Cost":676,"Date":"4/18/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":499,"Cost":279,"Date":"7/27/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":800,"Cost":505,"Date":"8/18/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":276,"Cost":151,"Date":"10/31/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":534,"Cost":378,"Date":"11/11/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":990,"Cost":624,"Date":"11/30/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":874,"Cost":673,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":462,"Cost":391,"Date":"3/1/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":175,"Cost":149,"Date":"4/13/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":986,"Cost":834,"Date":"5/20/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":961,"Cost":699,"Date":"8/13/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":457,"Cost":390,"Date":"9/15/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":185,"Cost":97,"Date":"10/14/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":952,"Cost":598,"Date":"10/28/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":489,"Cost":309,"Date":"11/11/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":181,"Cost":142,"Date":"12/7/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":210,"Cost":131,"Date":"12/21/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":702,"Cost":475,"Date":"1/6/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":994,"Cost":571,"Date":"1/23/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":271,"Cost":207,"Date":"2/4/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":898,"Cost":500,"Date":"3/10/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":805,"Cost":507,"Date":"3/12/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":721,"Cost":519,"Date":"3/31/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":339,"Cost":287,"Date":"6/16/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":539,"Cost":386,"Date":"6/17/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":994,"Cost":614,"Date":"8/27/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":595,"Cost":454,"Date":"10/1/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":128,"Cost":108,"Date":"11/4/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":853,"Cost":711,"Date":"11/9/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":727,"Cost":459,"Date":"3/27/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":191,"Cost":160,"Date":"4/17/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":190,"Cost":103,"Date":"8/11/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":203,"Cost":108,"Date":"8/21/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":901,"Cost":819,"Date":"9/2/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":489,"Cost":351,"Date":"9/5/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":262,"Cost":161,"Date":"9/14/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":420,"Cost":283,"Date":"9/20/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":412,"Cost":280,"Date":"11/20/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":414,"Cost":375,"Date":"12/21/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":327,"Cost":242,"Date":"1/7/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":163,"Cost":111,"Date":"1/21/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":97,"Cost":62,"Date":"2/9/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":244,"Cost":140,"Date":"3/19/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":88,"Cost":55,"Date":"4/3/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":233,"Cost":218,"Date":"4/5/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":173,"Cost":157,"Date":"4/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":166,"Cost":101,"Date":"7/10/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":786,"Cost":613,"Date":"3/25/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":188,"Cost":179,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":355,"Cost":255,"Date":"10/28/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":433,"Cost":393,"Date":"3/2/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":925,"Cost":679,"Date":"6/28/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":907,"Cost":862,"Date":"7/17/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":266,"Cost":190,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":893,"Cost":807,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":191,"Cost":131,"Date":"11/20/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":418,"Cost":334,"Date":"12/16/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":470,"Cost":354,"Date":"12/30/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":502,"Cost":266,"Date":"2/15/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":819,"Cost":538,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":286,"Cost":204,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":663,"Cost":457,"Date":"4/18/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":292,"Cost":220,"Date":"7/27/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":834,"Cost":549,"Date":"8/18/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":83,"Cost":42,"Date":"10/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":666,"Cost":415,"Date":"11/11/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":105,"Cost":69,"Date":"11/30/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":971,"Cost":565,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":296,"Cost":149,"Date":"3/1/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":360,"Cost":221,"Date":"4/13/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":123,"Cost":94,"Date":"5/20/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":334,"Cost":205,"Date":"8/13/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":853,"Cost":495,"Date":"9/15/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":381,"Cost":306,"Date":"10/14/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":333,"Cost":290,"Date":"10/28/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":70,"Cost":56,"Date":"11/11/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":889,"Cost":836,"Date":"12/7/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":761,"Cost":654,"Date":"12/21/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":370,"Cost":316,"Date":"1/6/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":714,"Cost":603,"Date":"1/23/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":360,"Cost":254,"Date":"2/4/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":459,"Cost":337,"Date":"3/10/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":79,"Cost":72,"Date":"3/12/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":379,"Cost":191,"Date":"3/31/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":515,"Cost":265,"Date":"6/16/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":915,"Cost":485,"Date":"6/17/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":428,"Cost":358,"Date":"8/27/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":152,"Cost":127,"Date":"10/1/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":841,"Cost":425,"Date":"11/4/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":248,"Cost":196,"Date":"11/9/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":506,"Cost":320,"Date":"3/27/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":837,"Cost":605,"Date":"4/17/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":433,"Cost":253,"Date":"8/11/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":762,"Cost":649,"Date":"8/21/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":956,"Cost":680,"Date":"9/2/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":423,"Cost":293,"Date":"9/5/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":560,"Cost":319,"Date":"9/14/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":570,"Cost":322,"Date":"9/20/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":373,"Cost":258,"Date":"11/20/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":62,"Cost":45,"Date":"12/21/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":287,"Cost":264,"Date":"1/7/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":624,"Cost":588,"Date":"1/21/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":3,"Cost":2,"Date":"2/9/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":557,"Cost":460,"Date":"3/19/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":770,"Cost":496,"Date":"4/3/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":944,"Cost":660,"Date":"4/5/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":676,"Cost":408,"Date":"4/28/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":218,"Cost":200,"Date":"7/10/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":449,"Cost":379,"Date":"3/25/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":562,"Cost":465,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":933,"Cost":726,"Date":"10/28/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":739,"Cost":554,"Date":"3/2/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":148,"Cost":116,"Date":"6/28/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":538,"Cost":406,"Date":"7/17/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":777,"Cost":590,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":60,"Cost":46,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":672,"Cost":380,"Date":"11/20/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":853,"Cost":643,"Date":"12/16/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":28,"Cost":26,"Date":"12/30/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":388,"Cost":335,"Date":"2/15/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":394,"Cost":292,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":545,"Cost":399,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":340,"Cost":233,"Date":"4/18/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":332,"Cost":299,"Date":"7/27/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":204,"Cost":118,"Date":"8/18/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":526,"Cost":495,"Date":"10/31/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":315,"Cost":166,"Date":"11/11/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":663,"Cost":433,"Date":"11/30/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":851,"Cost":789,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":569,"Cost":472,"Date":"3/1/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":107,"Cost":85,"Date":"4/13/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":708,"Cost":635,"Date":"5/20/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":1,"Cost":1,"Date":"8/13/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":261,"Cost":225,"Date":"9/15/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":408,"Cost":386,"Date":"10/14/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":538,"Cost":500,"Date":"10/28/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":791,"Cost":591,"Date":"11/11/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":17,"Cost":12,"Date":"12/7/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":988,"Cost":832,"Date":"12/21/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":630,"Cost":391,"Date":"1/6/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":214,"Cost":181,"Date":"1/23/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":634,"Cost":523,"Date":"2/4/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":760,"Cost":487,"Date":"3/10/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":658,"Cost":426,"Date":"3/12/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":144,"Cost":124,"Date":"3/31/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":823,"Cost":644,"Date":"6/16/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":353,"Cost":231,"Date":"6/17/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":610,"Cost":312,"Date":"8/27/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":624,"Cost":385,"Date":"10/1/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":734,"Cost":646,"Date":"11/4/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":678,"Cost":551,"Date":"11/9/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":226,"Cost":165,"Date":"3/27/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":683,"Cost":631,"Date":"4/17/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":184,"Cost":143,"Date":"8/11/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":717,"Cost":437,"Date":"8/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":25,"Cost":19,"Date":"9/2/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":817,"Cost":578,"Date":"9/5/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":821,"Cost":742,"Date":"9/14/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":627,"Cost":395,"Date":"9/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":524,"Cost":357,"Date":"11/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":884,"Cost":798,"Date":"12/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":71,"Cost":57,"Date":"1/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":816,"Cost":620,"Date":"1/21/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":842,"Cost":788,"Date":"2/9/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":247,"Cost":138,"Date":"3/19/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":137,"Cost":100,"Date":"4/3/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":545,"Cost":302,"Date":"4/5/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":428,"Cost":342,"Date":"4/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":222,"Cost":191,"Date":"7/10/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":191,"Cost":156,"Date":"3/25/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":147,"Cost":114,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":827,"Cost":472,"Date":"10/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":277,"Cost":236,"Date":"3/2/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":798,"Cost":622,"Date":"6/28/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":878,"Cost":818,"Date":"7/17/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":992,"Cost":838,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":870,"Cost":587,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":972,"Cost":845,"Date":"11/20/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":470,"Cost":369,"Date":"12/16/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":55,"Cost":48,"Date":"12/30/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":289,"Cost":225,"Date":"2/15/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":529,"Cost":272,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":418,"Cost":390,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":544,"Cost":432,"Date":"4/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":10,"Cost":10,"Date":"7/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":486,"Cost":427,"Date":"8/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":549,"Cost":369,"Date":"10/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":56,"Cost":33,"Date":"11/11/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":261,"Cost":211,"Date":"11/30/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":778,"Cost":657,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":559,"Cost":526,"Date":"3/1/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":904,"Cost":550,"Date":"4/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":794,"Cost":475,"Date":"5/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":39,"Cost":24,"Date":"8/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":776,"Cost":725,"Date":"9/15/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":87,"Cost":76,"Date":"10/14/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":602,"Cost":376,"Date":"10/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":300,"Cost":162,"Date":"11/11/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":441,"Cost":392,"Date":"12/7/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":961,"Cost":765,"Date":"12/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":572,"Cost":501,"Date":"1/6/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":389,"Cost":242,"Date":"1/23/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":691,"Cost":434,"Date":"2/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":384,"Cost":295,"Date":"3/10/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":995,"Cost":678,"Date":"3/12/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":448,"Cost":253,"Date":"3/31/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":400,"Cost":321,"Date":"6/16/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":370,"Cost":254,"Date":"6/17/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":148,"Cost":92,"Date":"8/27/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":501,"Cost":343,"Date":"10/1/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":837,"Cost":432,"Date":"11/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":776,"Cost":496,"Date":"11/9/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":606,"Cost":443,"Date":"3/27/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":227,"Cost":176,"Date":"4/17/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":377,"Cost":338,"Date":"8/11/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":498,"Cost":444,"Date":"8/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":846,"Cost":776,"Date":"9/2/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":403,"Cost":336,"Date":"9/5/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":279,"Cost":226,"Date":"9/14/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":710,"Cost":541,"Date":"9/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":150,"Cost":98,"Date":"11/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":717,"Cost":582,"Date":"12/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":646,"Cost":464,"Date":"1/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":904,"Cost":724,"Date":"1/21/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":483,"Cost":290,"Date":"2/9/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":493,"Cost":366,"Date":"3/19/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":603,"Cost":468,"Date":"4/3/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":492,"Cost":451,"Date":"4/5/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":793,"Cost":405,"Date":"4/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":449,"Cost":276,"Date":"7/10/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":334,"Cost":240,"Date":"3/25/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":238,"Cost":138,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":43,"Cost":30,"Date":"10/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":682,"Cost":353,"Date":"3/2/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":768,"Cost":592,"Date":"6/28/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":173,"Cost":164,"Date":"7/17/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":214,"Cost":114,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":233,"Cost":159,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":839,"Cost":640,"Date":"11/20/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":669,"Cost":601,"Date":"12/16/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":399,"Cost":356,"Date":"12/30/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":408,"Cost":250,"Date":"2/15/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":286,"Cost":231,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":931,"Cost":640,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":515,"Cost":363,"Date":"4/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":12,"Cost":8,"Date":"7/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":323,"Cost":237,"Date":"8/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":584,"Cost":356,"Date":"10/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":621,"Cost":362,"Date":"11/11/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":939,"Cost":688,"Date":"11/30/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":694,"Cost":477,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":923,"Cost":729,"Date":"3/1/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":904,"Cost":654,"Date":"4/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":270,"Cost":214,"Date":"5/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":434,"Cost":291,"Date":"8/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":406,"Cost":373,"Date":"9/15/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":799,"Cost":399,"Date":"10/14/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":710,"Cost":629,"Date":"10/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":724,"Cost":461,"Date":"11/11/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":846,"Cost":671,"Date":"12/7/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":1,"Cost":1,"Date":"12/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":267,"Cost":213,"Date":"1/6/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":410,"Cost":314,"Date":"1/23/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":58,"Cost":39,"Date":"2/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":498,"Cost":334,"Date":"3/10/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":431,"Cost":406,"Date":"3/12/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":56,"Cost":31,"Date":"3/31/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":191,"Cost":134,"Date":"6/16/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":818,"Cost":737,"Date":"6/17/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":363,"Cost":234,"Date":"8/27/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":612,"Cost":505,"Date":"10/1/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":227,"Cost":116,"Date":"11/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":227,"Cost":150,"Date":"11/9/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":265,"Cost":156,"Date":"3/27/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":173,"Cost":131,"Date":"4/17/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":917,"Cost":604,"Date":"8/11/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":581,"Cost":496,"Date":"8/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":381,"Cost":214,"Date":"9/2/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":77,"Cost":53,"Date":"9/5/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":374,"Cost":245,"Date":"9/14/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":462,"Cost":333,"Date":"9/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":371,"Cost":249,"Date":"11/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":374,"Cost":352,"Date":"12/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":545,"Cost":491,"Date":"1/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":267,"Cost":191,"Date":"1/21/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":871,"Cost":712,"Date":"2/9/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":277,"Cost":253,"Date":"3/19/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":478,"Cost":400,"Date":"4/3/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":595,"Cost":425,"Date":"4/5/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":214,"Cost":166,"Date":"4/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":316,"Cost":161,"Date":"7/10/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":729,"Cost":630,"Date":"3/25/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":420,"Cost":235,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":274,"Cost":213,"Date":"10/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":301,"Cost":182,"Date":"3/2/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":607,"Cost":311,"Date":"6/28/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":98,"Cost":65,"Date":"7/17/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":420,"Cost":258,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":37,"Cost":30,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":66,"Cost":41,"Date":"11/20/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":131,"Cost":76,"Date":"12/16/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":542,"Cost":430,"Date":"12/30/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":577,"Cost":389,"Date":"2/15/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":254,"Cost":149,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":517,"Cost":364,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":397,"Cost":366,"Date":"4/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":422,"Cost":371,"Date":"7/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":845,"Cost":803,"Date":"8/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":574,"Cost":293,"Date":"10/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":47,"Cost":42,"Date":"11/11/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":660,"Cost":444,"Date":"11/30/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":972,"Cost":585,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":617,"Cost":349,"Date":"3/1/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":24,"Cost":19,"Date":"4/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":965,"Cost":539,"Date":"5/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":980,"Cost":501,"Date":"8/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":706,"Cost":382,"Date":"9/15/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":476,"Cost":260,"Date":"10/14/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":649,"Cost":432,"Date":"10/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":468,"Cost":322,"Date":"11/11/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":600,"Cost":355,"Date":"12/7/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":584,"Cost":376,"Date":"12/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":676,"Cost":341,"Date":"1/6/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":853,"Cost":563,"Date":"1/23/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":689,"Cost":382,"Date":"2/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":14,"Cost":11,"Date":"3/10/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":36,"Cost":22,"Date":"3/12/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":309,"Cost":225,"Date":"3/31/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":129,"Cost":118,"Date":"6/16/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":297,"Cost":243,"Date":"6/17/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":939,"Cost":504,"Date":"8/27/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":436,"Cost":250,"Date":"10/1/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":740,"Cost":470,"Date":"11/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":861,"Cost":767,"Date":"11/9/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":416,"Cost":316,"Date":"3/27/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":340,"Cost":227,"Date":"4/17/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":436,"Cost":297,"Date":"8/11/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":381,"Cost":234,"Date":"8/21/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":262,"Cost":248,"Date":"9/2/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":733,"Cost":650,"Date":"9/5/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":992,"Cost":624,"Date":"9/14/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":618,"Cost":337,"Date":"9/20/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":66,"Cost":49,"Date":"11/20/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":321,"Cost":209,"Date":"12/21/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":791,"Cost":407,"Date":"1/7/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":972,"Cost":637,"Date":"1/21/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":329,"Cost":227,"Date":"2/9/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":151,"Cost":84,"Date":"3/19/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":695,"Cost":498,"Date":"4/3/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":362,"Cost":189,"Date":"4/5/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":339,"Cost":248,"Date":"4/28/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":689,"Cost":568,"Date":"7/10/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":776,"Cost":499,"Date":"3/25/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":966,"Cost":545,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":267,"Cost":226,"Date":"10/28/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":560,"Cost":394,"Date":"3/2/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":820,"Cost":695,"Date":"6/28/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":35,"Cost":27,"Date":"7/17/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":292,"Cost":170,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":801,"Cost":472,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":203,"Cost":162,"Date":"11/20/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":430,"Cost":318,"Date":"12/16/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":48,"Cost":25,"Date":"12/30/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":159,"Cost":103,"Date":"2/15/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":379,"Cost":304,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":459,"Cost":322,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":336,"Cost":254,"Date":"4/18/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":968,"Cost":759,"Date":"7/27/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":29,"Cost":27,"Date":"8/18/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":734,"Cost":458,"Date":"10/31/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":538,"Cost":443,"Date":"11/11/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":897,"Cost":546,"Date":"11/30/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":562,"Cost":366,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":402,"Cost":288,"Date":"3/1/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":613,"Cost":381,"Date":"4/13/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":942,"Cost":683,"Date":"5/20/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":554,"Cost":520,"Date":"8/13/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":381,"Cost":339,"Date":"9/15/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":705,"Cost":523,"Date":"10/14/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":995,"Cost":610,"Date":"10/28/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":503,"Cost":314,"Date":"11/11/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":909,"Cost":522,"Date":"12/7/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":78,"Cost":59,"Date":"12/21/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":654,"Cost":436,"Date":"1/6/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":254,"Cost":168,"Date":"1/23/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":904,"Cost":516,"Date":"2/4/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":570,"Cost":439,"Date":"3/10/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":471,"Cost":436,"Date":"3/12/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":983,"Cost":498,"Date":"3/31/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":272,"Cost":227,"Date":"6/16/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":644,"Cost":459,"Date":"6/17/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":689,"Cost":367,"Date":"8/27/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":847,"Cost":501,"Date":"10/1/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":886,"Cost":537,"Date":"11/4/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":570,"Cost":315,"Date":"11/9/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":7,"Cost":6,"Date":"3/27/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":353,"Cost":325,"Date":"4/17/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":854,"Cost":609,"Date":"8/11/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":471,"Cost":304,"Date":"8/21/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":829,"Cost":717,"Date":"9/2/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":959,"Cost":711,"Date":"9/5/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":101,"Cost":65,"Date":"9/14/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":72,"Cost":46,"Date":"9/20/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":40,"Cost":32,"Date":"11/20/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":469,"Cost":250,"Date":"12/21/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":602,"Cost":326,"Date":"1/7/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":653,"Cost":519,"Date":"1/21/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":966,"Cost":843,"Date":"2/9/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":504,"Cost":323,"Date":"3/19/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":890,"Cost":639,"Date":"4/3/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":560,"Cost":303,"Date":"4/5/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":977,"Cost":734,"Date":"4/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":740,"Cost":694,"Date":"7/10/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":987,"Cost":674,"Date":"3/25/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":661,"Cost":380,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":691,"Cost":613,"Date":"10/28/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":968,"Cost":675,"Date":"3/2/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":727,"Cost":519,"Date":"6/28/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":12,"Cost":8,"Date":"7/17/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":711,"Cost":547,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":491,"Cost":451,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":178,"Cost":100,"Date":"11/20/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":738,"Cost":487,"Date":"12/16/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":233,"Cost":139,"Date":"12/30/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":625,"Cost":423,"Date":"2/15/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":591,"Cost":337,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":21,"Cost":12,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":329,"Cost":180,"Date":"4/18/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":737,"Cost":536,"Date":"7/27/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":745,"Cost":384,"Date":"8/18/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":430,"Cost":236,"Date":"10/31/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":503,"Cost":376,"Date":"11/11/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":918,"Cost":500,"Date":"11/30/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":775,"Cost":507,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":273,"Cost":252,"Date":"3/1/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":511,"Cost":275,"Date":"4/13/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":490,"Cost":330,"Date":"5/20/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":999,"Cost":525,"Date":"8/13/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":516,"Cost":404,"Date":"9/15/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":32,"Cost":31,"Date":"10/14/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":237,"Cost":217,"Date":"10/28/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":875,"Cost":695,"Date":"11/11/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":344,"Cost":178,"Date":"12/7/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":182,"Cost":166,"Date":"12/21/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":456,"Cost":301,"Date":"1/6/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":600,"Cost":557,"Date":"1/23/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":155,"Cost":113,"Date":"2/4/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":332,"Cost":204,"Date":"3/10/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":499,"Cost":253,"Date":"3/12/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":816,"Cost":658,"Date":"3/31/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":668,"Cost":421,"Date":"6/16/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":34,"Cost":24,"Date":"6/17/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":212,"Cost":113,"Date":"8/27/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":428,"Cost":221,"Date":"10/1/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":102,"Cost":60,"Date":"11/4/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":46,"Cost":44,"Date":"11/9/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":486,"Cost":312,"Date":"3/27/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":721,"Cost":510,"Date":"4/17/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":507,"Cost":273,"Date":"8/11/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":104,"Cost":78,"Date":"8/21/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":668,"Cost":515,"Date":"9/2/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":966,"Cost":871,"Date":"9/5/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":604,"Cost":417,"Date":"9/14/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":147,"Cost":120,"Date":"9/20/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":554,"Cost":370,"Date":"11/20/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":685,"Cost":616,"Date":"12/21/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":716,"Cost":530,"Date":"1/7/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":644,"Cost":541,"Date":"1/21/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":167,"Cost":85,"Date":"2/9/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":447,"Cost":298,"Date":"3/19/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":752,"Cost":602,"Date":"4/3/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":111,"Cost":86,"Date":"4/5/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":525,"Cost":328,"Date":"4/28/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":126,"Cost":108,"Date":"7/10/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":908,"Cost":706,"Date":"3/25/2020"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":187,"Cost":138,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":209,"Cost":198,"Date":"10/28/2020"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":885,"Cost":587,"Date":"3/2/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":520,"Cost":317,"Date":"6/28/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":522,"Cost":354,"Date":"7/17/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":261,"Cost":154,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":699,"Cost":388,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":419,"Cost":388,"Date":"11/20/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":925,"Cost":642,"Date":"12/16/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":422,"Cost":270,"Date":"12/30/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":960,"Cost":868,"Date":"2/15/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":521,"Cost":434,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":583,"Cost":473,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":182,"Cost":104,"Date":"4/18/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":880,"Cost":612,"Date":"7/27/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":320,"Cost":171,"Date":"8/18/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":649,"Cost":398,"Date":"10/31/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":719,"Cost":590,"Date":"11/11/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":321,"Cost":182,"Date":"11/30/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":749,"Cost":686,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":269,"Cost":150,"Date":"3/1/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":371,"Cost":317,"Date":"4/13/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":313,"Cost":215,"Date":"5/20/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":996,"Cost":836,"Date":"8/13/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":676,"Cost":482,"Date":"9/15/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":158,"Cost":104,"Date":"10/14/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":571,"Cost":464,"Date":"10/28/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":854,"Cost":601,"Date":"11/11/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":145,"Cost":79,"Date":"12/7/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":182,"Cost":144,"Date":"12/21/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":197,"Cost":142,"Date":"1/6/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":969,"Cost":800,"Date":"1/23/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":557,"Cost":334,"Date":"2/4/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":67,"Cost":56,"Date":"3/10/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":947,"Cost":642,"Date":"3/12/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":158,"Cost":103,"Date":"3/31/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":705,"Cost":586,"Date":"6/16/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":964,"Cost":724,"Date":"6/17/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":668,"Cost":379,"Date":"8/27/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":935,"Cost":723,"Date":"10/1/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":336,"Cost":181,"Date":"11/4/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":1,"Cost":1,"Date":"11/9/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":987,"Cost":826,"Date":"3/27/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":473,"Cost":434,"Date":"4/17/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":493,"Cost":267,"Date":"8/11/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":56,"Cost":46,"Date":"8/21/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":357,"Cost":257,"Date":"9/2/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":880,"Cost":484,"Date":"9/5/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":875,"Cost":463,"Date":"9/14/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":647,"Cost":348,"Date":"9/20/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":707,"Cost":484,"Date":"11/20/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":980,"Cost":845,"Date":"12/21/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":546,"Cost":398,"Date":"1/7/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":766,"Cost":602,"Date":"1/21/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":445,"Cost":349,"Date":"2/9/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":429,"Cost":287,"Date":"3/19/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":70,"Cost":49,"Date":"4/3/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":528,"Cost":432,"Date":"4/5/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":449,"Cost":269,"Date":"4/28/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":312,"Cost":190,"Date":"7/10/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":176,"Cost":149,"Date":"3/25/2020"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":307,"Cost":155,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":190,"Cost":158,"Date":"10/28/2020"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":258,"Cost":197,"Date":"3/2/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":840,"Cost":516,"Date":"6/28/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":550,"Cost":347,"Date":"7/17/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":34,"Cost":21,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":152,"Cost":95,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":201,"Cost":150,"Date":"11/20/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":567,"Cost":348,"Date":"12/16/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":149,"Cost":92,"Date":"12/30/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":510,"Cost":424,"Date":"2/15/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":383,"Cost":345,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":953,"Cost":625,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":373,"Cost":194,"Date":"4/18/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":494,"Cost":277,"Date":"7/27/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":791,"Cost":599,"Date":"8/18/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":895,"Cost":612,"Date":"10/31/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":283,"Cost":170,"Date":"11/11/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":104,"Cost":82,"Date":"11/30/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":711,"Cost":619,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":772,"Cost":498,"Date":"3/1/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":352,"Cost":302,"Date":"4/13/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":791,"Cost":595,"Date":"5/20/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":497,"Cost":423,"Date":"8/13/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":800,"Cost":517,"Date":"9/15/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":846,"Cost":676,"Date":"10/14/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":969,"Cost":826,"Date":"10/28/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":744,"Cost":674,"Date":"11/11/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":962,"Cost":550,"Date":"12/7/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":205,"Cost":154,"Date":"12/21/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":322,"Cost":238,"Date":"1/6/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":467,"Cost":334,"Date":"1/23/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":624,"Cost":394,"Date":"2/4/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":933,"Cost":737,"Date":"3/10/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":748,"Cost":573,"Date":"3/12/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":768,"Cost":473,"Date":"3/31/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":364,"Cost":315,"Date":"6/16/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":627,"Cost":456,"Date":"6/17/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":395,"Cost":322,"Date":"8/27/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":652,"Cost":604,"Date":"10/1/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":130,"Cost":82,"Date":"11/4/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":778,"Cost":585,"Date":"11/9/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":380,"Cost":328,"Date":"3/27/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":513,"Cost":400,"Date":"4/17/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":789,"Cost":715,"Date":"8/11/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":788,"Cost":539,"Date":"8/21/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":607,"Cost":338,"Date":"9/2/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":473,"Cost":413,"Date":"9/5/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":157,"Cost":78,"Date":"9/14/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":196,"Cost":171,"Date":"9/20/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":674,"Cost":594,"Date":"11/20/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":249,"Cost":127,"Date":"12/21/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":26,"Cost":14,"Date":"1/7/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":202,"Cost":114,"Date":"1/21/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":249,"Cost":174,"Date":"2/9/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":258,"Cost":219,"Date":"3/19/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":244,"Cost":150,"Date":"4/3/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":406,"Cost":228,"Date":"4/5/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":112,"Cost":82,"Date":"4/28/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":42,"Cost":34,"Date":"7/10/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":378,"Cost":303,"Date":"3/25/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":107,"Cost":102,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":546,"Cost":322,"Date":"10/28/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":392,"Cost":308,"Date":"3/2/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":179,"Cost":156,"Date":"6/28/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":173,"Cost":118,"Date":"7/17/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":124,"Cost":74,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":174,"Cost":134,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":511,"Cost":264,"Date":"11/20/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":792,"Cost":696,"Date":"12/16/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":673,"Cost":364,"Date":"12/30/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":459,"Cost":371,"Date":"2/15/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":741,"Cost":589,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":239,"Cost":205,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":98,"Cost":74,"Date":"4/18/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":504,"Cost":459,"Date":"7/27/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":877,"Cost":478,"Date":"8/18/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":114,"Cost":102,"Date":"10/31/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":833,"Cost":555,"Date":"11/11/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":727,"Cost":365,"Date":"11/30/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":357,"Cost":338,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":951,"Cost":479,"Date":"3/1/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":673,"Cost":406,"Date":"4/13/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":244,"Cost":184,"Date":"5/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":781,"Cost":567,"Date":"8/13/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":541,"Cost":301,"Date":"9/15/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":88,"Cost":59,"Date":"10/14/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":897,"Cost":606,"Date":"10/28/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":511,"Cost":357,"Date":"11/11/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":811,"Cost":465,"Date":"12/7/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":794,"Cost":732,"Date":"12/21/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":939,"Cost":637,"Date":"1/6/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":531,"Cost":288,"Date":"1/23/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":783,"Cost":522,"Date":"2/4/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":406,"Cost":215,"Date":"3/10/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":410,"Cost":346,"Date":"3/12/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":408,"Cost":374,"Date":"3/31/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":453,"Cost":343,"Date":"6/16/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":505,"Cost":309,"Date":"6/17/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":468,"Cost":259,"Date":"8/27/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":279,"Cost":249,"Date":"10/1/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":341,"Cost":315,"Date":"11/4/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":256,"Cost":236,"Date":"11/9/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":386,"Cost":365,"Date":"3/27/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":90,"Cost":47,"Date":"4/17/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":98,"Cost":49,"Date":"8/11/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":662,"Cost":363,"Date":"8/21/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":331,"Cost":283,"Date":"9/2/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":998,"Cost":769,"Date":"9/5/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":174,"Cost":125,"Date":"9/14/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":595,"Cost":541,"Date":"9/20/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":283,"Cost":210,"Date":"11/20/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":800,"Cost":670,"Date":"12/21/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":902,"Cost":664,"Date":"1/7/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":990,"Cost":938,"Date":"1/21/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":843,"Cost":610,"Date":"2/9/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":267,"Cost":207,"Date":"3/19/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":820,"Cost":413,"Date":"4/3/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":83,"Cost":43,"Date":"4/5/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":303,"Cost":267,"Date":"4/28/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":558,"Cost":456,"Date":"7/10/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":504,"Cost":319,"Date":"3/25/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":464,"Cost":361,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":482,"Cost":387,"Date":"10/28/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":537,"Cost":461,"Date":"3/2/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":337,"Cost":320,"Date":"6/28/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":691,"Cost":374,"Date":"7/17/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":511,"Cost":334,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":856,"Cost":444,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":244,"Cost":155,"Date":"11/20/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":459,"Cost":385,"Date":"12/16/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":679,"Cost":368,"Date":"12/30/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":377,"Cost":196,"Date":"2/15/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":995,"Cost":737,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":443,"Cost":258,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":695,"Cost":611,"Date":"4/18/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":986,"Cost":508,"Date":"7/27/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":942,"Cost":701,"Date":"8/18/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":595,"Cost":346,"Date":"10/31/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":853,"Cost":481,"Date":"11/11/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":891,"Cost":698,"Date":"11/30/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":98,"Cost":50,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":119,"Cost":86,"Date":"3/1/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":143,"Cost":95,"Date":"4/13/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":41,"Cost":26,"Date":"5/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":658,"Cost":545,"Date":"8/13/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":635,"Cost":324,"Date":"9/15/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":814,"Cost":483,"Date":"10/14/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":470,"Cost":284,"Date":"10/28/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":590,"Cost":372,"Date":"11/11/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":605,"Cost":536,"Date":"12/7/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":261,"Cost":168,"Date":"12/21/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":62,"Cost":31,"Date":"1/6/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":118,"Cost":88,"Date":"1/23/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":299,"Cost":173,"Date":"2/4/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":325,"Cost":279,"Date":"3/10/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":389,"Cost":231,"Date":"3/12/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":819,"Cost":590,"Date":"3/31/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":518,"Cost":474,"Date":"6/16/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":140,"Cost":126,"Date":"6/17/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":779,"Cost":626,"Date":"8/27/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":782,"Cost":681,"Date":"10/1/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":697,"Cost":411,"Date":"11/4/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":114,"Cost":103,"Date":"11/9/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":504,"Cost":395,"Date":"3/27/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":751,"Cost":634,"Date":"4/17/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":343,"Cost":213,"Date":"8/11/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":152,"Cost":125,"Date":"8/21/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":638,"Cost":470,"Date":"9/2/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":796,"Cost":491,"Date":"9/5/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":401,"Cost":244,"Date":"9/14/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":678,"Cost":622,"Date":"9/20/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":174,"Cost":117,"Date":"11/20/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":907,"Cost":859,"Date":"12/21/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":212,"Cost":170,"Date":"1/7/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":877,"Cost":450,"Date":"1/21/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":803,"Cost":704,"Date":"2/9/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":686,"Cost":603,"Date":"3/19/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":500,"Cost":472,"Date":"4/3/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":229,"Cost":176,"Date":"4/5/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":846,"Cost":728,"Date":"4/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":921,"Cost":516,"Date":"7/10/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":471,"Cost":392,"Date":"3/25/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":132,"Cost":68,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":357,"Cost":265,"Date":"10/28/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":506,"Cost":395,"Date":"3/2/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":65,"Cost":34,"Date":"6/28/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":714,"Cost":505,"Date":"7/17/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":878,"Cost":528,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":949,"Cost":518,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":354,"Cost":264,"Date":"11/20/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":837,"Cost":743,"Date":"12/16/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":212,"Cost":134,"Date":"12/30/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":689,"Cost":514,"Date":"2/15/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":168,"Cost":118,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":720,"Cost":603,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":627,"Cost":523,"Date":"4/18/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":155,"Cost":100,"Date":"7/27/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":410,"Cost":311,"Date":"8/18/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":597,"Cost":432,"Date":"10/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":451,"Cost":326,"Date":"11/11/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":919,"Cost":479,"Date":"11/30/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":129,"Cost":80,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":32,"Cost":29,"Date":"3/1/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":670,"Cost":577,"Date":"4/13/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":734,"Cost":435,"Date":"5/20/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":281,"Cost":246,"Date":"8/13/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":455,"Cost":324,"Date":"9/15/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":728,"Cost":673,"Date":"10/14/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":356,"Cost":267,"Date":"10/28/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":397,"Cost":288,"Date":"11/11/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":326,"Cost":207,"Date":"12/7/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":401,"Cost":371,"Date":"12/21/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":121,"Cost":90,"Date":"1/6/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":731,"Cost":520,"Date":"1/23/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":635,"Cost":565,"Date":"2/4/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":143,"Cost":122,"Date":"3/10/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":890,"Cost":667,"Date":"3/12/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":507,"Cost":384,"Date":"3/31/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":572,"Cost":353,"Date":"6/16/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":329,"Cost":248,"Date":"6/17/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":569,"Cost":324,"Date":"8/27/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":161,"Cost":103,"Date":"10/1/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":314,"Cost":251,"Date":"11/4/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":340,"Cost":204,"Date":"11/9/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":552,"Cost":395,"Date":"3/27/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":285,"Cost":244,"Date":"4/17/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":498,"Cost":348,"Date":"8/11/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":587,"Cost":523,"Date":"8/21/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":975,"Cost":789,"Date":"9/2/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":810,"Cost":638,"Date":"9/5/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":995,"Cost":717,"Date":"9/14/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":72,"Cost":41,"Date":"9/20/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":248,"Cost":205,"Date":"11/20/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":356,"Cost":316,"Date":"12/21/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":446,"Cost":336,"Date":"1/7/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":805,"Cost":579,"Date":"1/21/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":265,"Cost":230,"Date":"2/9/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":918,"Cost":545,"Date":"3/19/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":577,"Cost":476,"Date":"4/3/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":482,"Cost":285,"Date":"4/5/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":745,"Cost":437,"Date":"4/28/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":387,"Cost":309,"Date":"7/10/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":37,"Cost":26,"Date":"3/25/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":194,"Cost":112,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":247,"Cost":222,"Date":"10/28/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":474,"Cost":412,"Date":"3/2/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":422,"Cost":319,"Date":"6/28/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":456,"Cost":387,"Date":"7/17/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":149,"Cost":141,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":733,"Cost":686,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":795,"Cost":529,"Date":"11/20/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":868,"Cost":641,"Date":"12/16/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":155,"Cost":142,"Date":"12/30/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":805,"Cost":414,"Date":"2/15/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":607,"Cost":537,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":851,"Cost":685,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":732,"Cost":634,"Date":"4/18/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":379,"Cost":234,"Date":"7/27/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":51,"Cost":35,"Date":"8/18/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":466,"Cost":367,"Date":"10/31/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":963,"Cost":539,"Date":"11/11/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":497,"Cost":394,"Date":"11/30/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":877,"Cost":738,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":658,"Cost":390,"Date":"3/1/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":101,"Cost":82,"Date":"4/13/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":221,"Cost":142,"Date":"5/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":211,"Cost":156,"Date":"8/13/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":88,"Cost":80,"Date":"9/15/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":335,"Cost":208,"Date":"10/14/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":956,"Cost":620,"Date":"10/28/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":16,"Cost":10,"Date":"11/11/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":849,"Cost":777,"Date":"12/7/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":116,"Cost":64,"Date":"12/21/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":545,"Cost":320,"Date":"1/6/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":662,"Cost":542,"Date":"1/23/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":865,"Cost":791,"Date":"2/4/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":594,"Cost":387,"Date":"3/10/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":584,"Cost":434,"Date":"3/12/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":377,"Cost":323,"Date":"3/31/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":925,"Cost":573,"Date":"6/16/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":293,"Cost":150,"Date":"6/17/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":888,"Cost":762,"Date":"8/27/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":605,"Cost":406,"Date":"10/1/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":964,"Cost":551,"Date":"11/4/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":149,"Cost":127,"Date":"11/9/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":343,"Cost":265,"Date":"3/27/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":577,"Cost":346,"Date":"4/17/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":14,"Cost":7,"Date":"8/11/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":383,"Cost":202,"Date":"8/21/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":344,"Cost":325,"Date":"9/2/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":768,"Cost":458,"Date":"9/5/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":821,"Cost":695,"Date":"9/14/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":311,"Cost":190,"Date":"9/20/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":669,"Cost":491,"Date":"11/20/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":100,"Cost":60,"Date":"12/21/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":857,"Cost":525,"Date":"1/7/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":797,"Cost":492,"Date":"1/21/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":606,"Cost":305,"Date":"2/9/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":40,"Cost":37,"Date":"3/19/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":70,"Cost":50,"Date":"4/3/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":257,"Cost":204,"Date":"4/5/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":794,"Cost":680,"Date":"4/28/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":441,"Cost":251,"Date":"7/10/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":883,"Cost":575,"Date":"3/25/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":896,"Cost":806,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":379,"Cost":270,"Date":"10/28/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":936,"Cost":840,"Date":"3/2/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":371,"Cost":273,"Date":"6/28/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":370,"Cost":275,"Date":"7/17/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":275,"Cost":140,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":915,"Cost":850,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":432,"Cost":390,"Date":"11/20/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":95,"Cost":50,"Date":"12/16/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":247,"Cost":193,"Date":"12/30/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":684,"Cost":419,"Date":"2/15/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":264,"Cost":188,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":971,"Cost":542,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":749,"Cost":625,"Date":"4/18/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":813,"Cost":520,"Date":"7/27/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":327,"Cost":211,"Date":"8/18/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":364,"Cost":241,"Date":"10/31/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":950,"Cost":604,"Date":"11/11/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":190,"Cost":111,"Date":"11/30/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":752,"Cost":423,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":470,"Cost":400,"Date":"3/1/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":953,"Cost":703,"Date":"4/13/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":689,"Cost":559,"Date":"5/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":944,"Cost":517,"Date":"8/13/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":661,"Cost":462,"Date":"9/15/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":823,"Cost":648,"Date":"10/14/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":683,"Cost":554,"Date":"10/28/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":650,"Cost":550,"Date":"11/11/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":462,"Cost":332,"Date":"12/7/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":619,"Cost":313,"Date":"12/21/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":843,"Cost":582,"Date":"1/6/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":26,"Cost":18,"Date":"1/23/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":606,"Cost":470,"Date":"2/4/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":704,"Cost":617,"Date":"3/10/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":551,"Cost":491,"Date":"3/12/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":459,"Cost":411,"Date":"3/31/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":601,"Cost":526,"Date":"6/16/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":799,"Cost":532,"Date":"6/17/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":500,"Cost":264,"Date":"8/27/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":770,"Cost":610,"Date":"10/1/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":722,"Cost":614,"Date":"11/4/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":943,"Cost":741,"Date":"11/9/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":714,"Cost":488,"Date":"3/27/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":773,"Cost":702,"Date":"4/17/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":608,"Cost":566,"Date":"8/11/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":310,"Cost":155,"Date":"8/21/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":38,"Cost":30,"Date":"9/2/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":187,"Cost":147,"Date":"9/5/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":33,"Cost":25,"Date":"9/14/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":558,"Cost":288,"Date":"9/20/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":225,"Cost":207,"Date":"11/20/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":101,"Cost":89,"Date":"12/21/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":238,"Cost":180,"Date":"1/7/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":585,"Cost":390,"Date":"1/21/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":21,"Cost":17,"Date":"2/9/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":781,"Cost":532,"Date":"3/19/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":992,"Cost":703,"Date":"4/3/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":959,"Cost":712,"Date":"4/5/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":923,"Cost":565,"Date":"4/28/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":1000,"Cost":714,"Date":"7/10/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":916,"Cost":540,"Date":"3/25/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":88,"Cost":72,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":646,"Cost":538,"Date":"10/28/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":477,"Cost":423,"Date":"3/2/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":279,"Cost":150,"Date":"6/28/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":127,"Cost":113,"Date":"7/17/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":671,"Cost":584,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":624,"Cost":543,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":36,"Cost":27,"Date":"11/20/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":261,"Cost":240,"Date":"12/16/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":174,"Cost":92,"Date":"12/30/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":857,"Cost":681,"Date":"2/15/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":805,"Cost":529,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":842,"Cost":596,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":828,"Cost":710,"Date":"4/18/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":376,"Cost":237,"Date":"7/27/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":820,"Cost":726,"Date":"8/18/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":691,"Cost":438,"Date":"10/31/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":683,"Cost":373,"Date":"11/11/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":172,"Cost":102,"Date":"11/30/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":754,"Cost":553,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":444,"Cost":363,"Date":"3/1/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":384,"Cost":355,"Date":"4/13/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":106,"Cost":101,"Date":"5/20/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":787,"Cost":503,"Date":"8/13/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":700,"Cost":575,"Date":"9/15/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":4,"Cost":3,"Date":"10/14/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":29,"Cost":25,"Date":"10/28/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":139,"Cost":75,"Date":"11/11/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":654,"Cost":369,"Date":"12/7/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":378,"Cost":282,"Date":"12/21/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":124,"Cost":63,"Date":"1/6/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":768,"Cost":698,"Date":"1/23/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":621,"Cost":561,"Date":"2/4/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":852,"Cost":478,"Date":"3/10/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":494,"Cost":406,"Date":"3/12/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":297,"Cost":219,"Date":"3/31/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":238,"Cost":159,"Date":"6/16/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":365,"Cost":293,"Date":"6/17/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":342,"Cost":214,"Date":"8/27/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":560,"Cost":521,"Date":"10/1/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":163,"Cost":122,"Date":"11/4/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":46,"Cost":23,"Date":"11/9/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":891,"Cost":804,"Date":"3/27/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":745,"Cost":617,"Date":"4/17/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":28,"Cost":15,"Date":"8/11/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":267,"Cost":162,"Date":"8/21/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":119,"Cost":61,"Date":"9/2/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":390,"Cost":255,"Date":"9/5/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":288,"Cost":146,"Date":"9/14/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":456,"Cost":344,"Date":"9/20/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":259,"Cost":226,"Date":"11/20/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":502,"Cost":388,"Date":"12/21/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":722,"Cost":505,"Date":"1/7/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":69,"Cost":36,"Date":"1/21/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":175,"Cost":162,"Date":"2/9/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":386,"Cost":344,"Date":"3/19/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":366,"Cost":318,"Date":"4/3/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":178,"Cost":125,"Date":"4/5/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":365,"Cost":306,"Date":"4/28/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":538,"Cost":370,"Date":"7/10/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":376,"Cost":355,"Date":"3/25/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":769,"Cost":415,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":923,"Cost":688,"Date":"10/28/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":714,"Cost":649,"Date":"3/2/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":514,"Cost":396,"Date":"6/28/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":708,"Cost":657,"Date":"7/17/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":248,"Cost":198,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":970,"Cost":776,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":709,"Cost":642,"Date":"11/20/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":266,"Cost":170,"Date":"12/16/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":537,"Cost":364,"Date":"12/30/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":319,"Cost":203,"Date":"2/15/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":535,"Cost":406,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":233,"Cost":217,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":996,"Cost":754,"Date":"4/18/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":142,"Cost":124,"Date":"7/27/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":68,"Cost":40,"Date":"8/18/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":970,"Cost":831,"Date":"10/31/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":648,"Cost":429,"Date":"11/11/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":850,"Cost":665,"Date":"11/30/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":425,"Cost":336,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":885,"Cost":810,"Date":"3/1/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":481,"Cost":441,"Date":"4/13/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":918,"Cost":623,"Date":"5/20/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":119,"Cost":74,"Date":"8/13/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":792,"Cost":442,"Date":"9/15/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":700,"Cost":594,"Date":"10/14/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":147,"Cost":96,"Date":"10/28/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":234,"Cost":211,"Date":"11/11/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":191,"Cost":164,"Date":"12/7/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":228,"Cost":117,"Date":"12/21/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":833,"Cost":519,"Date":"1/6/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":138,"Cost":90,"Date":"1/23/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":531,"Cost":378,"Date":"2/4/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":389,"Cost":288,"Date":"3/10/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":170,"Cost":89,"Date":"3/12/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":103,"Cost":86,"Date":"3/31/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":472,"Cost":427,"Date":"6/16/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":800,"Cost":607,"Date":"6/17/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":127,"Cost":104,"Date":"8/27/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":125,"Cost":73,"Date":"10/1/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":23,"Cost":13,"Date":"11/4/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":754,"Cost":545,"Date":"11/9/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":453,"Cost":346,"Date":"3/27/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":284,"Cost":157,"Date":"4/17/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":585,"Cost":513,"Date":"8/11/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":665,"Cost":605,"Date":"8/21/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":491,"Cost":404,"Date":"9/2/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":469,"Cost":412,"Date":"9/5/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":672,"Cost":383,"Date":"9/14/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":346,"Cost":195,"Date":"9/20/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":454,"Cost":372,"Date":"11/20/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":437,"Cost":303,"Date":"12/21/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":984,"Cost":534,"Date":"1/7/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":496,"Cost":341,"Date":"1/21/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":633,"Cost":544,"Date":"2/9/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":425,"Cost":331,"Date":"3/19/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":99,"Cost":82,"Date":"4/3/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":526,"Cost":468,"Date":"4/5/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":400,"Cost":277,"Date":"4/28/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":539,"Cost":500,"Date":"7/10/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":897,"Cost":497,"Date":"3/25/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":791,"Cost":566,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":501,"Cost":462,"Date":"10/28/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":255,"Cost":155,"Date":"3/2/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":386,"Cost":309,"Date":"6/28/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":959,"Cost":581,"Date":"7/17/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":107,"Cost":88,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":236,"Cost":160,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":8,"Cost":7,"Date":"11/20/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":12,"Cost":9,"Date":"12/16/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":247,"Cost":228,"Date":"12/30/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":875,"Cost":454,"Date":"2/15/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":380,"Cost":286,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":701,"Cost":425,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":538,"Cost":488,"Date":"4/18/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":617,"Cost":567,"Date":"7/27/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":231,"Cost":203,"Date":"8/18/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":704,"Cost":614,"Date":"10/31/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":207,"Cost":177,"Date":"11/11/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":245,"Cost":187,"Date":"11/30/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":714,"Cost":662,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":438,"Cost":349,"Date":"3/1/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":494,"Cost":317,"Date":"4/13/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":591,"Cost":386,"Date":"5/20/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":779,"Cost":538,"Date":"8/13/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":799,"Cost":649,"Date":"9/15/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":137,"Cost":108,"Date":"10/14/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":837,"Cost":504,"Date":"10/28/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":408,"Cost":236,"Date":"11/11/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":315,"Cost":272,"Date":"12/7/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":111,"Cost":100,"Date":"12/21/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":693,"Cost":365,"Date":"1/6/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":338,"Cost":182,"Date":"1/23/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":585,"Cost":376,"Date":"2/4/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":464,"Cost":235,"Date":"3/10/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":939,"Cost":542,"Date":"3/12/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":305,"Cost":184,"Date":"3/31/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":278,"Cost":207,"Date":"6/16/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":450,"Cost":297,"Date":"6/17/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":153,"Cost":121,"Date":"8/27/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":900,"Cost":818,"Date":"10/1/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":887,"Cost":600,"Date":"11/4/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":128,"Cost":92,"Date":"11/9/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":694,"Cost":595,"Date":"3/27/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":404,"Cost":362,"Date":"4/17/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":218,"Cost":167,"Date":"8/11/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":174,"Cost":134,"Date":"8/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":82,"Cost":72,"Date":"9/2/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":465,"Cost":435,"Date":"9/5/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":73,"Cost":64,"Date":"9/14/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":489,"Cost":463,"Date":"9/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":908,"Cost":741,"Date":"11/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":972,"Cost":707,"Date":"12/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":301,"Cost":180,"Date":"1/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":987,"Cost":591,"Date":"1/21/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":432,"Cost":237,"Date":"2/9/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":52,"Cost":34,"Date":"3/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":621,"Cost":459,"Date":"4/3/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":36,"Cost":29,"Date":"4/5/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":104,"Cost":89,"Date":"4/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":941,"Cost":550,"Date":"7/10/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":975,"Cost":755,"Date":"3/25/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":505,"Cost":358,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":814,"Cost":592,"Date":"10/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":706,"Cost":460,"Date":"3/2/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":6,"Cost":4,"Date":"6/28/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":513,"Cost":470,"Date":"7/17/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":647,"Cost":494,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":676,"Cost":595,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":813,"Cost":407,"Date":"11/20/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":178,"Cost":159,"Date":"12/16/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":573,"Cost":504,"Date":"12/30/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":404,"Cost":303,"Date":"2/15/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":4,"Cost":3,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":247,"Cost":214,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":642,"Cost":475,"Date":"4/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":795,"Cost":529,"Date":"7/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":837,"Cost":476,"Date":"8/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":263,"Cost":217,"Date":"10/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":696,"Cost":447,"Date":"11/11/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":86,"Cost":59,"Date":"11/30/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":182,"Cost":112,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":592,"Cost":518,"Date":"3/1/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":772,"Cost":489,"Date":"4/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":252,"Cost":216,"Date":"5/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":19,"Cost":15,"Date":"8/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":719,"Cost":622,"Date":"9/15/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":340,"Cost":248,"Date":"10/14/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":149,"Cost":77,"Date":"10/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":379,"Cost":232,"Date":"11/11/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":86,"Cost":72,"Date":"12/7/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":764,"Cost":584,"Date":"12/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":37,"Cost":25,"Date":"1/6/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":799,"Cost":503,"Date":"1/23/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":240,"Cost":209,"Date":"2/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":101,"Cost":82,"Date":"3/10/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":185,"Cost":171,"Date":"3/12/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":222,"Cost":120,"Date":"3/31/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":820,"Cost":750,"Date":"6/16/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":60,"Cost":41,"Date":"6/17/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":520,"Cost":314,"Date":"8/27/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":466,"Cost":359,"Date":"10/1/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":163,"Cost":106,"Date":"11/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":334,"Cost":274,"Date":"11/9/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":329,"Cost":242,"Date":"3/27/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":812,"Cost":600,"Date":"4/17/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":397,"Cost":334,"Date":"8/11/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":530,"Cost":344,"Date":"8/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":727,"Cost":484,"Date":"9/2/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":108,"Cost":61,"Date":"9/5/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":770,"Cost":438,"Date":"9/14/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":290,"Cost":224,"Date":"9/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":323,"Cost":178,"Date":"11/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":149,"Cost":87,"Date":"12/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":862,"Cost":705,"Date":"1/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":331,"Cost":290,"Date":"1/21/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":211,"Cost":200,"Date":"2/9/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":979,"Cost":616,"Date":"3/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":704,"Cost":495,"Date":"4/3/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":349,"Cost":286,"Date":"4/5/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":192,"Cost":180,"Date":"4/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":856,"Cost":797,"Date":"7/10/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":776,"Cost":503,"Date":"3/25/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":153,"Cost":122,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":341,"Cost":302,"Date":"10/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":322,"Cost":190,"Date":"3/2/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":957,"Cost":585,"Date":"6/28/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":134,"Cost":110,"Date":"7/17/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":483,"Cost":360,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":486,"Cost":292,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":949,"Cost":845,"Date":"11/20/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":868,"Cost":671,"Date":"12/16/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":117,"Cost":65,"Date":"12/30/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":380,"Cost":214,"Date":"2/15/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":582,"Cost":528,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":52,"Cost":36,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":566,"Cost":289,"Date":"4/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":863,"Cost":464,"Date":"7/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":238,"Cost":162,"Date":"8/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":812,"Cost":549,"Date":"10/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":751,"Cost":448,"Date":"11/11/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":834,"Cost":761,"Date":"11/30/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":32,"Cost":19,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":326,"Cost":200,"Date":"3/1/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":91,"Cost":60,"Date":"4/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":443,"Cost":303,"Date":"5/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":883,"Cost":448,"Date":"8/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":198,"Cost":103,"Date":"9/15/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":862,"Cost":817,"Date":"10/14/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":142,"Cost":125,"Date":"10/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":401,"Cost":328,"Date":"11/11/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":461,"Cost":420,"Date":"12/7/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":830,"Cost":649,"Date":"12/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":753,"Cost":395,"Date":"1/6/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":261,"Cost":135,"Date":"1/23/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":158,"Cost":122,"Date":"2/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":657,"Cost":331,"Date":"3/10/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":509,"Cost":361,"Date":"3/12/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":568,"Cost":362,"Date":"3/31/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":852,"Cost":519,"Date":"6/16/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":431,"Cost":269,"Date":"6/17/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":664,"Cost":407,"Date":"8/27/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":645,"Cost":403,"Date":"10/1/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":144,"Cost":87,"Date":"11/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":388,"Cost":285,"Date":"11/9/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":887,"Cost":550,"Date":"3/27/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":703,"Cost":663,"Date":"4/17/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":888,"Cost":547,"Date":"8/11/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":109,"Cost":55,"Date":"8/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":142,"Cost":123,"Date":"9/2/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":70,"Cost":62,"Date":"9/5/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":247,"Cost":165,"Date":"9/14/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":136,"Cost":68,"Date":"9/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":782,"Cost":513,"Date":"11/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":787,"Cost":494,"Date":"12/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":114,"Cost":80,"Date":"1/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":195,"Cost":137,"Date":"1/21/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":204,"Cost":140,"Date":"2/9/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":142,"Cost":79,"Date":"3/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":385,"Cost":225,"Date":"4/3/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":714,"Cost":447,"Date":"4/5/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":887,"Cost":655,"Date":"4/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":74,"Cost":68,"Date":"7/10/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":27,"Cost":21,"Date":"3/25/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":484,"Cost":246,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":21,"Cost":18,"Date":"10/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":149,"Cost":111,"Date":"3/2/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":845,"Cost":731,"Date":"6/28/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":702,"Cost":614,"Date":"7/17/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":571,"Cost":318,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":72,"Cost":46,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":975,"Cost":896,"Date":"11/20/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":531,"Cost":420,"Date":"12/16/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":469,"Cost":410,"Date":"12/30/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":126,"Cost":66,"Date":"2/15/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":977,"Cost":784,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":763,"Cost":505,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":22,"Cost":12,"Date":"4/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":771,"Cost":724,"Date":"7/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":3,"Cost":3,"Date":"8/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":424,"Cost":340,"Date":"10/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":516,"Cost":263,"Date":"11/11/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":72,"Cost":41,"Date":"11/30/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":28,"Cost":26,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":840,"Cost":599,"Date":"3/1/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":811,"Cost":437,"Date":"4/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":915,"Cost":677,"Date":"5/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":450,"Cost":255,"Date":"8/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":651,"Cost":342,"Date":"9/15/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":283,"Cost":255,"Date":"10/14/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":565,"Cost":295,"Date":"10/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":419,"Cost":338,"Date":"11/11/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":765,"Cost":573,"Date":"12/7/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":543,"Cost":274,"Date":"12/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":687,"Cost":555,"Date":"1/6/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":55,"Cost":51,"Date":"1/23/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":548,"Cost":315,"Date":"2/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":200,"Cost":164,"Date":"3/10/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":538,"Cost":333,"Date":"3/12/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":305,"Cost":268,"Date":"3/31/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":649,"Cost":542,"Date":"6/16/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":404,"Cost":207,"Date":"6/17/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":360,"Cost":310,"Date":"8/27/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":52,"Cost":40,"Date":"10/1/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":292,"Cost":262,"Date":"11/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":741,"Cost":677,"Date":"11/9/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":847,"Cost":734,"Date":"3/27/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":197,"Cost":156,"Date":"4/17/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":713,"Cost":420,"Date":"8/11/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":166,"Cost":126,"Date":"8/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":63,"Cost":42,"Date":"9/2/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":779,"Cost":545,"Date":"9/5/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":106,"Cost":83,"Date":"9/14/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":590,"Cost":496,"Date":"9/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":394,"Cost":257,"Date":"11/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":789,"Cost":641,"Date":"12/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":614,"Cost":312,"Date":"1/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":530,"Cost":351,"Date":"1/21/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":261,"Cost":212,"Date":"2/9/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":501,"Cost":407,"Date":"3/19/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":903,"Cost":850,"Date":"4/3/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":690,"Cost":583,"Date":"4/5/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":833,"Cost":512,"Date":"4/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":720,"Cost":576,"Date":"7/10/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":853,"Cost":455,"Date":"3/25/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":35,"Cost":20,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":346,"Cost":326,"Date":"10/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":306,"Cost":194,"Date":"3/2/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":425,"Cost":225,"Date":"6/28/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":438,"Cost":361,"Date":"7/17/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":74,"Cost":58,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":202,"Cost":167,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":641,"Cost":588,"Date":"11/20/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":301,"Cost":275,"Date":"12/16/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":898,"Cost":839,"Date":"12/30/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":698,"Cost":349,"Date":"2/15/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":664,"Cost":422,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":991,"Cost":507,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":64,"Cost":52,"Date":"4/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":399,"Cost":270,"Date":"7/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":105,"Cost":89,"Date":"8/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":526,"Cost":400,"Date":"10/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":968,"Cost":813,"Date":"11/11/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":706,"Cost":511,"Date":"11/30/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":45,"Cost":31,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":365,"Cost":285,"Date":"3/1/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":903,"Cost":742,"Date":"4/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":137,"Cost":97,"Date":"5/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":788,"Cost":676,"Date":"8/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":914,"Cost":805,"Date":"9/15/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":665,"Cost":479,"Date":"10/14/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":140,"Cost":119,"Date":"10/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":511,"Cost":389,"Date":"11/11/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":715,"Cost":545,"Date":"12/7/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":298,"Cost":182,"Date":"12/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":863,"Cost":471,"Date":"1/6/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":774,"Cost":694,"Date":"1/23/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":349,"Cost":236,"Date":"2/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":215,"Cost":125,"Date":"3/10/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":349,"Cost":293,"Date":"3/12/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":629,"Cost":508,"Date":"3/31/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":958,"Cost":726,"Date":"6/16/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":179,"Cost":94,"Date":"6/17/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":770,"Cost":609,"Date":"8/27/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":598,"Cost":427,"Date":"10/1/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":841,"Cost":754,"Date":"11/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":314,"Cost":227,"Date":"11/9/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":213,"Cost":115,"Date":"3/27/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":666,"Cost":509,"Date":"4/17/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":407,"Cost":361,"Date":"8/11/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":268,"Cost":240,"Date":"8/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":588,"Cost":540,"Date":"9/2/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":269,"Cost":220,"Date":"9/5/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":756,"Cost":568,"Date":"9/14/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":149,"Cost":104,"Date":"9/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":246,"Cost":204,"Date":"11/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":578,"Cost":484,"Date":"12/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":479,"Cost":363,"Date":"1/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":664,"Cost":555,"Date":"1/21/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":730,"Cost":689,"Date":"2/9/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":168,"Cost":128,"Date":"3/19/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":729,"Cost":440,"Date":"4/3/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":411,"Cost":325,"Date":"4/5/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":72,"Cost":51,"Date":"4/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":238,"Cost":124,"Date":"7/10/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":760,"Cost":713,"Date":"3/25/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":305,"Cost":180,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":22,"Cost":19,"Date":"10/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":262,"Cost":140,"Date":"3/2/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":537,"Cost":496,"Date":"6/28/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":776,"Cost":652,"Date":"7/17/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":921,"Cost":581,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":913,"Cost":478,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":227,"Cost":153,"Date":"11/20/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":577,"Cost":420,"Date":"12/16/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":162,"Cost":135,"Date":"12/30/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":857,"Cost":661,"Date":"2/15/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":232,"Cost":154,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":28,"Cost":19,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":574,"Cost":362,"Date":"4/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":209,"Cost":105,"Date":"7/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":833,"Cost":577,"Date":"8/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":592,"Cost":381,"Date":"10/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":811,"Cost":695,"Date":"11/11/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":707,"Cost":371,"Date":"11/30/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":859,"Cost":562,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":428,"Cost":368,"Date":"3/1/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":16,"Cost":14,"Date":"4/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":696,"Cost":614,"Date":"5/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":666,"Cost":498,"Date":"8/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":992,"Cost":551,"Date":"9/15/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":772,"Cost":508,"Date":"10/14/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":210,"Cost":135,"Date":"10/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":275,"Cost":223,"Date":"11/11/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":783,"Cost":399,"Date":"12/7/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":66,"Cost":45,"Date":"12/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":292,"Cost":177,"Date":"1/6/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":462,"Cost":267,"Date":"1/23/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":939,"Cost":511,"Date":"2/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":92,"Cost":61,"Date":"3/10/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":679,"Cost":358,"Date":"3/12/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":438,"Cost":270,"Date":"3/31/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":337,"Cost":262,"Date":"6/16/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":424,"Cost":357,"Date":"6/17/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":973,"Cost":585,"Date":"8/27/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":990,"Cost":641,"Date":"10/1/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":905,"Cost":744,"Date":"11/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":91,"Cost":62,"Date":"11/9/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":184,"Cost":146,"Date":"3/27/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":869,"Cost":628,"Date":"4/17/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":830,"Cost":677,"Date":"8/11/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":553,"Cost":392,"Date":"8/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":838,"Cost":489,"Date":"9/2/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":389,"Cost":303,"Date":"9/5/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":56,"Cost":32,"Date":"9/14/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":194,"Cost":98,"Date":"9/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":219,"Cost":195,"Date":"11/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":658,"Cost":613,"Date":"12/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":991,"Cost":528,"Date":"1/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":686,"Cost":487,"Date":"1/21/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":186,"Cost":132,"Date":"2/9/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":393,"Cost":264,"Date":"3/19/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":703,"Cost":465,"Date":"4/3/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":508,"Cost":274,"Date":"4/5/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":194,"Cost":162,"Date":"4/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":765,"Cost":451,"Date":"7/10/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":98,"Cost":62,"Date":"3/25/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":34,"Cost":30,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":49,"Cost":38,"Date":"10/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":898,"Cost":528,"Date":"3/2/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":82,"Cost":78,"Date":"6/28/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":113,"Cost":86,"Date":"7/17/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":207,"Cost":125,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":675,"Cost":392,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":374,"Cost":252,"Date":"11/20/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":122,"Cost":87,"Date":"12/16/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":746,"Cost":598,"Date":"12/30/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":328,"Cost":294,"Date":"2/15/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":191,"Cost":177,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":724,"Cost":621,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":722,"Cost":575,"Date":"4/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":907,"Cost":684,"Date":"7/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":17,"Cost":11,"Date":"8/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":620,"Cost":540,"Date":"10/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":799,"Cost":536,"Date":"11/11/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":647,"Cost":461,"Date":"11/30/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":370,"Cost":193,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":731,"Cost":639,"Date":"3/1/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":256,"Cost":144,"Date":"4/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":713,"Cost":661,"Date":"5/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":863,"Cost":591,"Date":"8/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":656,"Cost":380,"Date":"9/15/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":823,"Cost":689,"Date":"10/14/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":669,"Cost":527,"Date":"10/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":300,"Cost":278,"Date":"11/11/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":296,"Cost":277,"Date":"12/7/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":291,"Cost":210,"Date":"12/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":947,"Cost":608,"Date":"1/6/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":858,"Cost":559,"Date":"1/23/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":755,"Cost":705,"Date":"2/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":250,"Cost":197,"Date":"3/10/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":451,"Cost":307,"Date":"3/12/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":155,"Cost":110,"Date":"3/31/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":418,"Cost":266,"Date":"6/16/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":310,"Cost":166,"Date":"6/17/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":652,"Cost":421,"Date":"8/27/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":25,"Cost":15,"Date":"10/1/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":42,"Cost":29,"Date":"11/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":347,"Cost":176,"Date":"11/9/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":385,"Cost":255,"Date":"3/27/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":243,"Cost":196,"Date":"4/17/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":631,"Cost":498,"Date":"8/11/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":841,"Cost":519,"Date":"8/21/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":79,"Cost":71,"Date":"9/2/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":47,"Cost":45,"Date":"9/5/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":461,"Cost":436,"Date":"9/14/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":25,"Cost":14,"Date":"9/20/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":479,"Cost":336,"Date":"11/20/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":223,"Cost":171,"Date":"12/21/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":610,"Cost":546,"Date":"1/7/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":542,"Cost":343,"Date":"1/21/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":184,"Cost":116,"Date":"2/9/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":920,"Cost":720,"Date":"3/19/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":373,"Cost":351,"Date":"4/3/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":389,"Cost":277,"Date":"4/5/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":108,"Cost":71,"Date":"4/28/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":51,"Cost":33,"Date":"7/10/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":787,"Cost":657,"Date":"3/25/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":138,"Cost":87,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":26,"Cost":25,"Date":"10/28/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":110,"Cost":87,"Date":"3/2/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":769,"Cost":467,"Date":"6/28/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":775,"Cost":526,"Date":"7/17/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":278,"Cost":201,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":512,"Cost":456,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":767,"Cost":615,"Date":"11/20/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":37,"Cost":31,"Date":"12/16/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":56,"Cost":28,"Date":"12/30/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":503,"Cost":315,"Date":"2/15/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":509,"Cost":456,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":499,"Cost":403,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":613,"Cost":389,"Date":"4/18/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":856,"Cost":465,"Date":"7/27/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":734,"Cost":577,"Date":"8/18/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":927,"Cost":770,"Date":"10/31/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":739,"Cost":613,"Date":"11/11/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":535,"Cost":281,"Date":"11/30/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":778,"Cost":483,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":782,"Cost":678,"Date":"3/1/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":434,"Cost":329,"Date":"4/13/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":307,"Cost":180,"Date":"5/20/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":806,"Cost":693,"Date":"8/13/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":15,"Cost":10,"Date":"9/15/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":642,"Cost":394,"Date":"10/14/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":462,"Cost":258,"Date":"10/28/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":863,"Cost":605,"Date":"11/11/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":427,"Cost":380,"Date":"12/7/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":552,"Cost":390,"Date":"12/21/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":71,"Cost":39,"Date":"1/6/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":34,"Cost":32,"Date":"1/23/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":53,"Cost":27,"Date":"2/4/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":260,"Cost":183,"Date":"3/10/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":377,"Cost":280,"Date":"3/12/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":353,"Cost":189,"Date":"3/31/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":497,"Cost":398,"Date":"6/16/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":684,"Cost":485,"Date":"6/17/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":749,"Cost":411,"Date":"8/27/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":305,"Cost":214,"Date":"10/1/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":554,"Cost":415,"Date":"11/4/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":892,"Cost":622,"Date":"11/9/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":367,"Cost":272,"Date":"3/27/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":62,"Cost":46,"Date":"4/17/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":277,"Cost":146,"Date":"8/11/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":885,"Cost":679,"Date":"8/21/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":963,"Cost":592,"Date":"9/2/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":867,"Cost":467,"Date":"9/5/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":535,"Cost":330,"Date":"9/14/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":567,"Cost":457,"Date":"9/20/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":768,"Cost":677,"Date":"11/20/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":52,"Cost":34,"Date":"12/21/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":853,"Cost":563,"Date":"1/7/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":800,"Cost":642,"Date":"1/21/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":208,"Cost":145,"Date":"2/9/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":134,"Cost":77,"Date":"3/19/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":103,"Cost":92,"Date":"4/3/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":967,"Cost":527,"Date":"4/5/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":417,"Cost":286,"Date":"4/28/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":554,"Cost":402,"Date":"7/10/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":719,"Cost":622,"Date":"3/25/2020"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":298,"Cost":164,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":657,"Cost":445,"Date":"10/28/2020"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":884,"Cost":688,"Date":"3/2/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":847,"Cost":458,"Date":"6/28/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":934,"Cost":647,"Date":"7/17/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":311,"Cost":202,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":362,"Cost":329,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":401,"Cost":349,"Date":"11/20/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":843,"Cost":770,"Date":"12/16/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":352,"Cost":267,"Date":"12/30/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":957,"Cost":584,"Date":"2/15/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":465,"Cost":403,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":695,"Cost":548,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":25,"Cost":21,"Date":"4/18/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":615,"Cost":445,"Date":"7/27/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":229,"Cost":117,"Date":"8/18/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":764,"Cost":676,"Date":"10/31/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":84,"Cost":44,"Date":"11/11/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":341,"Cost":309,"Date":"11/30/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":927,"Cost":568,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":935,"Cost":536,"Date":"3/1/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":418,"Cost":302,"Date":"4/13/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":528,"Cost":431,"Date":"5/20/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":102,"Cost":55,"Date":"8/13/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":426,"Cost":378,"Date":"9/15/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":164,"Cost":138,"Date":"10/14/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":218,"Cost":183,"Date":"10/28/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":658,"Cost":605,"Date":"11/11/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":234,"Cost":200,"Date":"12/7/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":493,"Cost":445,"Date":"12/21/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":160,"Cost":97,"Date":"1/6/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":857,"Cost":630,"Date":"1/23/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":466,"Cost":289,"Date":"2/4/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":373,"Cost":188,"Date":"3/10/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":834,"Cost":714,"Date":"3/12/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":340,"Cost":235,"Date":"3/31/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":36,"Cost":30,"Date":"6/16/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":711,"Cost":469,"Date":"6/17/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":398,"Cost":297,"Date":"8/27/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":155,"Cost":111,"Date":"10/1/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":327,"Cost":281,"Date":"11/4/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":854,"Cost":544,"Date":"11/9/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":844,"Cost":533,"Date":"3/27/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":957,"Cost":878,"Date":"4/17/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":753,"Cost":509,"Date":"8/11/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":862,"Cost":806,"Date":"8/21/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":198,"Cost":158,"Date":"9/2/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":857,"Cost":581,"Date":"9/5/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":630,"Cost":481,"Date":"9/14/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":202,"Cost":151,"Date":"9/20/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":145,"Cost":137,"Date":"11/20/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":522,"Cost":459,"Date":"12/21/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":679,"Cost":441,"Date":"1/7/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":207,"Cost":106,"Date":"1/21/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":389,"Cost":196,"Date":"2/9/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":651,"Cost":513,"Date":"3/19/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":285,"Cost":230,"Date":"4/3/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":916,"Cost":526,"Date":"4/5/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":532,"Cost":273,"Date":"4/28/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":182,"Cost":118,"Date":"7/10/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":454,"Cost":288,"Date":"3/25/2020"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":7,"Cost":7,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":53,"Cost":47,"Date":"10/28/2020"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":185,"Cost":94,"Date":"3/2/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":523,"Cost":453,"Date":"6/28/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":510,"Cost":436,"Date":"7/17/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":767,"Cost":397,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":892,"Cost":663,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":35,"Cost":22,"Date":"11/20/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":90,"Cost":66,"Date":"12/16/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":491,"Cost":342,"Date":"12/30/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":306,"Cost":240,"Date":"2/15/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":568,"Cost":466,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":475,"Cost":371,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":117,"Cost":101,"Date":"4/18/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":286,"Cost":156,"Date":"7/27/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":961,"Cost":666,"Date":"8/18/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":489,"Cost":246,"Date":"10/31/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":162,"Cost":151,"Date":"11/11/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":531,"Cost":379,"Date":"11/30/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":482,"Cost":423,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":348,"Cost":326,"Date":"3/1/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":521,"Cost":451,"Date":"4/13/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":528,"Cost":330,"Date":"5/20/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":236,"Cost":151,"Date":"8/13/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":222,"Cost":127,"Date":"9/15/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":208,"Cost":178,"Date":"10/14/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":904,"Cost":460,"Date":"10/28/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":350,"Cost":274,"Date":"11/11/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":653,"Cost":366,"Date":"12/7/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":249,"Cost":146,"Date":"12/21/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":360,"Cost":213,"Date":"1/6/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":834,"Cost":702,"Date":"1/23/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":890,"Cost":716,"Date":"2/4/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":313,"Cost":180,"Date":"3/10/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":810,"Cost":471,"Date":"3/12/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":370,"Cost":194,"Date":"3/31/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":42,"Cost":24,"Date":"6/16/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":906,"Cost":532,"Date":"6/17/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":279,"Cost":233,"Date":"8/27/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":99,"Cost":49,"Date":"10/1/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":187,"Cost":119,"Date":"11/4/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":105,"Cost":76,"Date":"11/9/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":900,"Cost":623,"Date":"3/27/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":912,"Cost":742,"Date":"4/17/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":955,"Cost":675,"Date":"8/11/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":977,"Cost":563,"Date":"8/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":783,"Cost":716,"Date":"9/2/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":94,"Cost":59,"Date":"9/5/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":438,"Cost":243,"Date":"9/14/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":505,"Cost":419,"Date":"9/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":502,"Cost":342,"Date":"11/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":897,"Cost":453,"Date":"12/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":410,"Cost":248,"Date":"1/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":659,"Cost":451,"Date":"1/21/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":484,"Cost":457,"Date":"2/9/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":693,"Cost":607,"Date":"3/19/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":676,"Cost":451,"Date":"4/3/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":273,"Cost":191,"Date":"4/5/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":744,"Cost":523,"Date":"4/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":69,"Cost":49,"Date":"7/10/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":660,"Cost":402,"Date":"3/25/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":636,"Cost":593,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":954,"Cost":733,"Date":"10/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":5,"Cost":2,"Date":"3/2/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":808,"Cost":755,"Date":"6/28/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":939,"Cost":554,"Date":"7/17/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":219,"Cost":127,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":586,"Cost":324,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":150,"Cost":92,"Date":"11/20/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":749,"Cost":680,"Date":"12/16/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":617,"Cost":313,"Date":"12/30/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":950,"Cost":674,"Date":"2/15/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":403,"Cost":260,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":444,"Cost":404,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":326,"Cost":238,"Date":"4/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":278,"Cost":195,"Date":"7/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":166,"Cost":142,"Date":"8/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":325,"Cost":287,"Date":"10/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":176,"Cost":139,"Date":"11/11/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":346,"Cost":239,"Date":"11/30/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":80,"Cost":52,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":211,"Cost":150,"Date":"3/1/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":313,"Cost":278,"Date":"4/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":184,"Cost":162,"Date":"5/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":798,"Cost":422,"Date":"8/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":43,"Cost":33,"Date":"9/15/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":837,"Cost":492,"Date":"10/14/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":392,"Cost":311,"Date":"10/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":576,"Cost":467,"Date":"11/11/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":325,"Cost":236,"Date":"12/7/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":137,"Cost":99,"Date":"12/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":371,"Cost":314,"Date":"1/6/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":9,"Cost":6,"Date":"1/23/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":471,"Cost":394,"Date":"2/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":1000,"Cost":653,"Date":"3/10/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":378,"Cost":294,"Date":"3/12/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":75,"Cost":63,"Date":"3/31/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":865,"Cost":736,"Date":"6/16/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":989,"Cost":627,"Date":"6/17/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":52,"Cost":39,"Date":"8/27/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":831,"Cost":418,"Date":"10/1/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":747,"Cost":509,"Date":"11/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":576,"Cost":469,"Date":"11/9/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":987,"Cost":671,"Date":"3/27/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":338,"Cost":171,"Date":"4/17/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":930,"Cost":549,"Date":"8/11/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":797,"Cost":457,"Date":"8/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":718,"Cost":518,"Date":"9/2/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":249,"Cost":226,"Date":"9/5/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":880,"Cost":713,"Date":"9/14/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":186,"Cost":113,"Date":"9/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":12,"Cost":11,"Date":"11/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":737,"Cost":397,"Date":"12/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":23,"Cost":22,"Date":"1/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":421,"Cost":350,"Date":"1/21/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":645,"Cost":555,"Date":"2/9/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":991,"Cost":597,"Date":"3/19/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":975,"Cost":699,"Date":"4/3/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":983,"Cost":822,"Date":"4/5/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":129,"Cost":91,"Date":"4/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":443,"Cost":310,"Date":"7/10/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":505,"Cost":430,"Date":"3/25/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":643,"Cost":548,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":745,"Cost":472,"Date":"10/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":209,"Cost":144,"Date":"3/2/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":341,"Cost":261,"Date":"6/28/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":685,"Cost":467,"Date":"7/17/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":194,"Cost":112,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":555,"Cost":455,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":371,"Cost":297,"Date":"11/20/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":953,"Cost":507,"Date":"12/16/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":7,"Cost":7,"Date":"12/30/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":255,"Cost":242,"Date":"2/15/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":887,"Cost":479,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":654,"Cost":422,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":105,"Cost":64,"Date":"4/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":812,"Cost":433,"Date":"7/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":944,"Cost":513,"Date":"8/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":175,"Cost":123,"Date":"10/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":414,"Cost":389,"Date":"11/11/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":712,"Cost":562,"Date":"11/30/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":571,"Cost":376,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":362,"Cost":221,"Date":"3/1/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":674,"Cost":370,"Date":"4/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":907,"Cost":532,"Date":"5/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":795,"Cost":619,"Date":"8/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":858,"Cost":539,"Date":"9/15/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":429,"Cost":399,"Date":"10/14/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":621,"Cost":534,"Date":"10/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":542,"Cost":431,"Date":"11/11/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":635,"Cost":347,"Date":"12/7/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":29,"Cost":28,"Date":"12/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":877,"Cost":474,"Date":"1/6/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":92,"Cost":67,"Date":"1/23/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":171,"Cost":125,"Date":"2/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":815,"Cost":409,"Date":"3/10/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":560,"Cost":390,"Date":"3/12/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":999,"Cost":852,"Date":"3/31/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":822,"Cost":693,"Date":"6/16/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":200,"Cost":166,"Date":"6/17/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":670,"Cost":414,"Date":"8/27/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":156,"Cost":118,"Date":"10/1/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":453,"Cost":317,"Date":"11/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":718,"Cost":391,"Date":"11/9/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":864,"Cost":770,"Date":"3/27/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":75,"Cost":48,"Date":"4/17/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":69,"Cost":51,"Date":"8/11/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":485,"Cost":310,"Date":"8/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":150,"Cost":93,"Date":"9/2/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":356,"Cost":214,"Date":"9/5/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":737,"Cost":407,"Date":"9/14/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":945,"Cost":688,"Date":"9/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":29,"Cost":15,"Date":"11/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":606,"Cost":549,"Date":"12/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":480,"Cost":302,"Date":"1/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":35,"Cost":20,"Date":"1/21/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":137,"Cost":128,"Date":"2/9/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":23,"Cost":19,"Date":"3/19/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":918,"Cost":761,"Date":"4/3/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":133,"Cost":104,"Date":"4/5/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":167,"Cost":137,"Date":"4/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":377,"Cost":284,"Date":"7/10/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":423,"Cost":380,"Date":"3/25/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":166,"Cost":123,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":584,"Cost":482,"Date":"10/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":661,"Cost":518,"Date":"3/2/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":494,"Cost":334,"Date":"6/28/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":411,"Cost":364,"Date":"7/17/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":568,"Cost":394,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":375,"Cost":305,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":627,"Cost":519,"Date":"11/20/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":570,"Cost":301,"Date":"12/16/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":864,"Cost":794,"Date":"12/30/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":134,"Cost":102,"Date":"2/15/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":397,"Cost":328,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":268,"Cost":177,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":494,"Cost":364,"Date":"4/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":451,"Cost":354,"Date":"7/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":891,"Cost":724,"Date":"8/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":631,"Cost":533,"Date":"10/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":526,"Cost":302,"Date":"11/11/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":563,"Cost":295,"Date":"11/30/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":567,"Cost":293,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":290,"Cost":198,"Date":"3/1/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":742,"Cost":600,"Date":"4/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":618,"Cost":475,"Date":"5/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":894,"Cost":666,"Date":"8/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":581,"Cost":366,"Date":"9/15/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":17,"Cost":8,"Date":"10/14/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":84,"Cost":45,"Date":"10/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":547,"Cost":331,"Date":"11/11/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":356,"Cost":181,"Date":"12/7/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":675,"Cost":541,"Date":"12/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":602,"Cost":325,"Date":"1/6/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":399,"Cost":239,"Date":"1/23/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":230,"Cost":165,"Date":"2/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":942,"Cost":771,"Date":"3/10/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":206,"Cost":126,"Date":"3/12/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":533,"Cost":266,"Date":"3/31/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":393,"Cost":315,"Date":"6/16/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":288,"Cost":183,"Date":"6/17/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":15,"Cost":12,"Date":"8/27/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":86,"Cost":56,"Date":"10/1/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":203,"Cost":184,"Date":"11/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":106,"Cost":78,"Date":"11/9/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":831,"Cost":739,"Date":"3/27/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":664,"Cost":553,"Date":"4/17/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":383,"Cost":331,"Date":"8/11/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":992,"Cost":616,"Date":"8/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":246,"Cost":173,"Date":"9/2/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":864,"Cost":732,"Date":"9/5/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":246,"Cost":168,"Date":"9/14/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":540,"Cost":311,"Date":"9/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":637,"Cost":388,"Date":"11/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":500,"Cost":424,"Date":"12/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":329,"Cost":198,"Date":"1/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":751,"Cost":460,"Date":"1/21/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":923,"Cost":821,"Date":"2/9/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":920,"Cost":849,"Date":"3/19/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":236,"Cost":183,"Date":"4/3/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":755,"Cost":417,"Date":"4/5/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":851,"Cost":587,"Date":"4/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":833,"Cost":597,"Date":"7/10/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":619,"Cost":449,"Date":"3/25/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":419,"Cost":374,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":338,"Cost":198,"Date":"10/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":562,"Cost":443,"Date":"3/2/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":770,"Cost":481,"Date":"6/28/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":94,"Cost":70,"Date":"7/17/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":734,"Cost":692,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":63,"Cost":36,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":747,"Cost":621,"Date":"11/20/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":551,"Cost":480,"Date":"12/16/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":605,"Cost":495,"Date":"12/30/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":505,"Cost":293,"Date":"2/15/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":462,"Cost":259,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":796,"Cost":470,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":553,"Cost":389,"Date":"4/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":221,"Cost":209,"Date":"7/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":443,"Cost":242,"Date":"8/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":785,"Cost":709,"Date":"10/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":326,"Cost":197,"Date":"11/11/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":513,"Cost":453,"Date":"11/30/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":447,"Cost":384,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":742,"Cost":608,"Date":"3/1/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":483,"Cost":346,"Date":"4/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":122,"Cost":107,"Date":"5/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":606,"Cost":422,"Date":"8/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":270,"Cost":242,"Date":"9/15/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":770,"Cost":437,"Date":"10/14/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":778,"Cost":553,"Date":"10/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":69,"Cost":58,"Date":"11/11/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":222,"Cost":155,"Date":"12/7/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":826,"Cost":469,"Date":"12/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":382,"Cost":275,"Date":"1/6/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":861,"Cost":461,"Date":"1/23/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":269,"Cost":216,"Date":"2/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":497,"Cost":289,"Date":"3/10/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":565,"Cost":484,"Date":"3/12/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":524,"Cost":477,"Date":"3/31/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":396,"Cost":362,"Date":"6/16/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":140,"Cost":124,"Date":"6/17/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":170,"Cost":123,"Date":"8/27/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":410,"Cost":314,"Date":"10/1/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":319,"Cost":258,"Date":"11/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":198,"Cost":113,"Date":"11/9/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":141,"Cost":86,"Date":"3/27/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":305,"Cost":290,"Date":"4/17/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":669,"Cost":441,"Date":"8/11/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":766,"Cost":399,"Date":"8/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":940,"Cost":612,"Date":"9/2/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":309,"Cost":222,"Date":"9/5/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":52,"Cost":39,"Date":"9/14/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":192,"Cost":123,"Date":"9/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":956,"Cost":549,"Date":"11/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":703,"Cost":585,"Date":"12/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":222,"Cost":169,"Date":"1/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":349,"Cost":296,"Date":"1/21/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":929,"Cost":793,"Date":"2/9/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":918,"Cost":729,"Date":"3/19/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":857,"Cost":648,"Date":"4/3/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":180,"Cost":101,"Date":"4/5/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":947,"Cost":497,"Date":"4/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":211,"Cost":121,"Date":"7/10/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":218,"Cost":197,"Date":"3/25/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":296,"Cost":271,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":434,"Cost":264,"Date":"10/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":141,"Cost":77,"Date":"3/2/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":763,"Cost":429,"Date":"6/28/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":574,"Cost":453,"Date":"7/17/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":118,"Cost":89,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":615,"Cost":322,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":178,"Cost":98,"Date":"11/20/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":933,"Cost":772,"Date":"12/16/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":425,"Cost":256,"Date":"12/30/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":1,"Cost":0,"Date":"2/15/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":300,"Cost":270,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":797,"Cost":641,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":150,"Cost":87,"Date":"4/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":954,"Cost":584,"Date":"7/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":891,"Cost":446,"Date":"8/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":98,"Cost":82,"Date":"10/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":874,"Cost":795,"Date":"11/11/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":320,"Cost":301,"Date":"11/30/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":663,"Cost":440,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":454,"Cost":353,"Date":"3/1/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":985,"Cost":923,"Date":"4/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":137,"Cost":99,"Date":"5/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":351,"Cost":331,"Date":"8/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":904,"Cost":820,"Date":"9/15/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":524,"Cost":385,"Date":"10/14/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":758,"Cost":709,"Date":"10/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":367,"Cost":264,"Date":"11/11/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":639,"Cost":596,"Date":"12/7/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":340,"Cost":184,"Date":"12/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":298,"Cost":271,"Date":"1/6/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":273,"Cost":205,"Date":"1/23/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":477,"Cost":399,"Date":"2/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":415,"Cost":266,"Date":"3/10/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":985,"Cost":843,"Date":"3/12/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":663,"Cost":405,"Date":"3/31/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":567,"Cost":441,"Date":"6/16/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":23,"Cost":13,"Date":"6/17/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":551,"Cost":514,"Date":"8/27/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":105,"Cost":76,"Date":"10/1/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":901,"Cost":617,"Date":"11/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":883,"Cost":532,"Date":"11/9/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":460,"Cost":359,"Date":"3/27/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":672,"Cost":482,"Date":"4/17/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":709,"Cost":639,"Date":"8/11/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":456,"Cost":318,"Date":"8/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":831,"Cost":454,"Date":"9/2/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":101,"Cost":72,"Date":"9/5/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":711,"Cost":552,"Date":"9/14/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":904,"Cost":517,"Date":"9/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":804,"Cost":455,"Date":"11/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":131,"Cost":95,"Date":"12/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":933,"Cost":848,"Date":"1/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":110,"Cost":69,"Date":"1/21/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":212,"Cost":135,"Date":"2/9/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":239,"Cost":120,"Date":"3/19/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":288,"Cost":216,"Date":"4/3/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":621,"Cost":567,"Date":"4/5/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":198,"Cost":102,"Date":"4/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":309,"Cost":268,"Date":"7/10/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":992,"Cost":879,"Date":"3/25/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":20,"Cost":15,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":598,"Cost":390,"Date":"10/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":694,"Cost":491,"Date":"3/2/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":708,"Cost":487,"Date":"6/28/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":613,"Cost":577,"Date":"7/17/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":152,"Cost":91,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":616,"Cost":527,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":393,"Cost":272,"Date":"11/20/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":544,"Cost":501,"Date":"12/16/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":907,"Cost":751,"Date":"12/30/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":127,"Cost":78,"Date":"2/15/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":26,"Cost":14,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":792,"Cost":702,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":171,"Cost":148,"Date":"4/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":122,"Cost":80,"Date":"7/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":700,"Cost":361,"Date":"8/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":233,"Cost":171,"Date":"10/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":123,"Cost":100,"Date":"11/11/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":409,"Cost":290,"Date":"11/30/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":440,"Cost":281,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":669,"Cost":397,"Date":"3/1/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":292,"Cost":272,"Date":"4/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":30,"Cost":27,"Date":"5/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":392,"Cost":347,"Date":"8/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":78,"Cost":49,"Date":"9/15/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":46,"Cost":30,"Date":"10/14/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":276,"Cost":198,"Date":"10/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":955,"Cost":506,"Date":"11/11/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":263,"Cost":207,"Date":"12/7/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":108,"Cost":62,"Date":"12/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":697,"Cost":489,"Date":"1/6/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":522,"Cost":478,"Date":"1/23/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":43,"Cost":40,"Date":"2/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":851,"Cost":756,"Date":"3/10/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":134,"Cost":90,"Date":"3/12/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":56,"Cost":35,"Date":"3/31/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":700,"Cost":359,"Date":"6/16/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":684,"Cost":594,"Date":"6/17/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":844,"Cost":530,"Date":"8/27/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":526,"Cost":399,"Date":"10/1/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":92,"Cost":82,"Date":"11/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":470,"Cost":248,"Date":"11/9/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":541,"Cost":418,"Date":"3/27/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":988,"Cost":504,"Date":"4/17/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":125,"Cost":84,"Date":"8/11/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":785,"Cost":538,"Date":"8/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":587,"Cost":489,"Date":"9/2/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":165,"Cost":126,"Date":"9/5/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":664,"Cost":340,"Date":"9/14/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":200,"Cost":168,"Date":"9/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":574,"Cost":351,"Date":"11/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":476,"Cost":436,"Date":"12/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":592,"Cost":345,"Date":"1/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":562,"Cost":380,"Date":"1/21/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":27,"Cost":26,"Date":"2/9/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":476,"Cost":327,"Date":"3/19/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":940,"Cost":633,"Date":"4/3/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":680,"Cost":536,"Date":"4/5/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":99,"Cost":57,"Date":"4/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":470,"Cost":375,"Date":"7/10/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":201,"Cost":165,"Date":"3/25/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":725,"Cost":395,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":384,"Cost":300,"Date":"10/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":635,"Cost":325,"Date":"3/2/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":116,"Cost":105,"Date":"6/28/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":69,"Cost":53,"Date":"7/17/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":532,"Cost":341,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":854,"Cost":733,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":300,"Cost":252,"Date":"11/20/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":447,"Cost":327,"Date":"12/16/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":109,"Cost":102,"Date":"12/30/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":597,"Cost":342,"Date":"2/15/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":351,"Cost":332,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":558,"Cost":280,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":500,"Cost":390,"Date":"4/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":549,"Cost":494,"Date":"7/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":727,"Cost":424,"Date":"8/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":382,"Cost":210,"Date":"10/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":182,"Cost":128,"Date":"11/11/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":240,"Cost":173,"Date":"11/30/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":928,"Cost":469,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":824,"Cost":783,"Date":"3/1/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":904,"Cost":498,"Date":"4/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":681,"Cost":459,"Date":"5/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":322,"Cost":245,"Date":"8/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":102,"Cost":89,"Date":"9/15/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":407,"Cost":304,"Date":"10/14/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":248,"Cost":127,"Date":"10/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":381,"Cost":312,"Date":"11/11/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":41,"Cost":32,"Date":"12/7/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":655,"Cost":441,"Date":"12/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":869,"Cost":482,"Date":"1/6/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":915,"Cost":475,"Date":"1/23/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":473,"Cost":355,"Date":"2/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":620,"Cost":370,"Date":"3/10/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":663,"Cost":568,"Date":"3/12/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":470,"Cost":338,"Date":"3/31/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":289,"Cost":264,"Date":"6/16/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":273,"Cost":191,"Date":"6/17/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":398,"Cost":278,"Date":"8/27/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":89,"Cost":51,"Date":"10/1/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":529,"Cost":307,"Date":"11/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":941,"Cost":668,"Date":"11/9/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":226,"Cost":130,"Date":"3/27/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":970,"Cost":549,"Date":"4/17/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":119,"Cost":111,"Date":"8/11/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":315,"Cost":239,"Date":"8/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":511,"Cost":396,"Date":"9/2/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":379,"Cost":340,"Date":"9/5/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":45,"Cost":42,"Date":"9/14/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":381,"Cost":282,"Date":"9/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":261,"Cost":161,"Date":"11/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":265,"Cost":196,"Date":"12/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":679,"Cost":584,"Date":"1/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":257,"Cost":134,"Date":"1/21/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":407,"Cost":364,"Date":"2/9/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":149,"Cost":84,"Date":"3/19/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":984,"Cost":812,"Date":"4/3/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":7,"Cost":5,"Date":"4/5/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":369,"Cost":239,"Date":"4/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":487,"Cost":315,"Date":"7/10/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":463,"Cost":244,"Date":"3/25/2020"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":848,"Cost":459,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":685,"Cost":480,"Date":"10/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":442,"Cost":390,"Date":"3/2/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":847,"Cost":770,"Date":"6/28/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":362,"Cost":192,"Date":"7/17/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":654,"Cost":434,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":936,"Cost":556,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":792,"Cost":480,"Date":"11/20/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":427,"Cost":317,"Date":"12/16/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":316,"Cost":162,"Date":"12/30/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":207,"Cost":192,"Date":"2/15/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":858,"Cost":654,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":604,"Cost":371,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":719,"Cost":572,"Date":"4/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":363,"Cost":311,"Date":"7/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":614,"Cost":342,"Date":"8/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":962,"Cost":735,"Date":"10/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":127,"Cost":90,"Date":"11/11/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":302,"Cost":153,"Date":"11/30/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":279,"Cost":179,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":394,"Cost":363,"Date":"3/1/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":775,"Cost":564,"Date":"4/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":268,"Cost":248,"Date":"5/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":567,"Cost":314,"Date":"8/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":773,"Cost":571,"Date":"9/15/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":843,"Cost":427,"Date":"10/14/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":848,"Cost":534,"Date":"10/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":665,"Cost":527,"Date":"11/11/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":319,"Cost":168,"Date":"12/7/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":132,"Cost":111,"Date":"12/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":836,"Cost":433,"Date":"1/6/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":334,"Cost":318,"Date":"1/23/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":721,"Cost":553,"Date":"2/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":705,"Cost":526,"Date":"3/10/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":164,"Cost":112,"Date":"3/12/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":39,"Cost":23,"Date":"3/31/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":856,"Cost":505,"Date":"6/16/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":305,"Cost":155,"Date":"6/17/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":385,"Cost":341,"Date":"8/27/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":533,"Cost":294,"Date":"10/1/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":338,"Cost":227,"Date":"11/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":128,"Cost":85,"Date":"11/9/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":358,"Cost":221,"Date":"3/27/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":58,"Cost":52,"Date":"4/17/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":147,"Cost":109,"Date":"8/11/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":701,"Cost":646,"Date":"8/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":704,"Cost":455,"Date":"9/2/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":396,"Cost":228,"Date":"9/5/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":673,"Cost":417,"Date":"9/14/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":914,"Cost":728,"Date":"9/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":610,"Cost":498,"Date":"11/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":962,"Cost":839,"Date":"12/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":922,"Cost":572,"Date":"1/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":182,"Cost":113,"Date":"1/21/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":764,"Cost":586,"Date":"2/9/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":861,"Cost":781,"Date":"3/19/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":406,"Cost":248,"Date":"4/3/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":503,"Cost":319,"Date":"4/5/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":203,"Cost":190,"Date":"4/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":908,"Cost":722,"Date":"7/10/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":465,"Cost":339,"Date":"3/25/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":561,"Cost":489,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":204,"Cost":103,"Date":"10/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":736,"Cost":628,"Date":"3/2/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":345,"Cost":266,"Date":"6/28/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":664,"Cost":578,"Date":"7/17/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":146,"Cost":94,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":735,"Cost":509,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":998,"Cost":802,"Date":"11/20/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":497,"Cost":391,"Date":"12/16/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":631,"Cost":504,"Date":"12/30/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":288,"Cost":159,"Date":"2/15/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":392,"Cost":283,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":140,"Cost":98,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":535,"Cost":273,"Date":"4/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":511,"Cost":362,"Date":"7/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":542,"Cost":373,"Date":"8/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":542,"Cost":280,"Date":"10/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":124,"Cost":85,"Date":"11/11/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":174,"Cost":165,"Date":"11/30/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":150,"Cost":134,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":771,"Cost":668,"Date":"3/1/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":283,"Cost":216,"Date":"4/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":86,"Cost":67,"Date":"5/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":130,"Cost":104,"Date":"8/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":605,"Cost":409,"Date":"9/15/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":586,"Cost":470,"Date":"10/14/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":786,"Cost":634,"Date":"10/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":452,"Cost":270,"Date":"11/11/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":842,"Cost":720,"Date":"12/7/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":628,"Cost":496,"Date":"12/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":779,"Cost":452,"Date":"1/6/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":17,"Cost":16,"Date":"1/23/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":510,"Cost":371,"Date":"2/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":791,"Cost":587,"Date":"3/10/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":656,"Cost":353,"Date":"3/12/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":452,"Cost":262,"Date":"3/31/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":796,"Cost":406,"Date":"6/16/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":454,"Cost":317,"Date":"6/17/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":934,"Cost":636,"Date":"8/27/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":930,"Cost":596,"Date":"10/1/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":403,"Cost":285,"Date":"11/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":342,"Cost":249,"Date":"11/9/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":393,"Cost":294,"Date":"3/27/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":405,"Cost":203,"Date":"4/17/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":476,"Cost":340,"Date":"8/11/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":127,"Cost":67,"Date":"8/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":161,"Cost":139,"Date":"9/2/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":851,"Cost":794,"Date":"9/5/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":531,"Cost":321,"Date":"9/14/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":83,"Cost":47,"Date":"9/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":908,"Cost":591,"Date":"11/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":231,"Cost":146,"Date":"12/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":584,"Cost":468,"Date":"1/7/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":181,"Cost":120,"Date":"1/21/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":59,"Cost":52,"Date":"2/9/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":239,"Cost":122,"Date":"3/19/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":903,"Cost":620,"Date":"4/3/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":541,"Cost":375,"Date":"4/5/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":143,"Cost":94,"Date":"4/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":265,"Cost":236,"Date":"7/10/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":998,"Cost":595,"Date":"3/25/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":173,"Cost":101,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":312,"Cost":199,"Date":"10/28/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":563,"Cost":297,"Date":"3/2/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":880,"Cost":680,"Date":"6/28/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":312,"Cost":199,"Date":"7/17/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":718,"Cost":651,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":982,"Cost":718,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":411,"Cost":265,"Date":"11/20/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":398,"Cost":210,"Date":"12/16/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":709,"Cost":363,"Date":"12/30/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":989,"Cost":936,"Date":"2/15/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":596,"Cost":310,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":88,"Cost":68,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":126,"Cost":83,"Date":"4/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":760,"Cost":441,"Date":"7/27/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":6,"Cost":3,"Date":"8/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":534,"Cost":346,"Date":"10/31/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":188,"Cost":160,"Date":"11/11/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":937,"Cost":589,"Date":"11/30/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":803,"Cost":679,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":541,"Cost":494,"Date":"3/1/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":489,"Cost":249,"Date":"4/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":528,"Cost":463,"Date":"5/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":958,"Cost":597,"Date":"8/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":106,"Cost":73,"Date":"9/15/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":268,"Cost":190,"Date":"10/14/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":888,"Cost":756,"Date":"10/28/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":427,"Cost":263,"Date":"11/11/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":991,"Cost":787,"Date":"12/7/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":962,"Cost":783,"Date":"12/21/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":794,"Cost":720,"Date":"1/6/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":596,"Cost":463,"Date":"1/23/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":569,"Cost":372,"Date":"2/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":498,"Cost":384,"Date":"3/10/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":227,"Cost":215,"Date":"3/12/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":229,"Cost":203,"Date":"3/31/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":346,"Cost":309,"Date":"6/16/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":21,"Cost":18,"Date":"6/17/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":579,"Cost":516,"Date":"8/27/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":661,"Cost":590,"Date":"10/1/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":853,"Cost":685,"Date":"11/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":366,"Cost":265,"Date":"11/9/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":621,"Cost":531,"Date":"3/27/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":908,"Cost":815,"Date":"4/17/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":368,"Cost":323,"Date":"8/11/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":419,"Cost":243,"Date":"8/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":762,"Cost":632,"Date":"9/2/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":457,"Cost":417,"Date":"9/5/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":416,"Cost":232,"Date":"9/14/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":989,"Cost":828,"Date":"9/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":466,"Cost":393,"Date":"11/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":165,"Cost":149,"Date":"12/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":964,"Cost":744,"Date":"1/7/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":223,"Cost":163,"Date":"1/21/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":440,"Cost":413,"Date":"2/9/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":745,"Cost":502,"Date":"3/19/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":952,"Cost":699,"Date":"4/3/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":379,"Cost":360,"Date":"4/5/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":960,"Cost":906,"Date":"4/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":901,"Cost":760,"Date":"7/10/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":649,"Cost":549,"Date":"3/25/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":839,"Cost":456,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":553,"Cost":282,"Date":"10/28/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":563,"Cost":436,"Date":"3/2/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":922,"Cost":598,"Date":"6/28/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":254,"Cost":171,"Date":"7/17/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":54,"Cost":28,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":838,"Cost":611,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":478,"Cost":239,"Date":"11/20/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":606,"Cost":491,"Date":"12/16/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":939,"Cost":771,"Date":"12/30/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":8,"Cost":4,"Date":"2/15/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":406,"Cost":243,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":771,"Cost":730,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":280,"Cost":146,"Date":"4/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":116,"Cost":97,"Date":"7/27/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":594,"Cost":528,"Date":"8/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":594,"Cost":431,"Date":"10/31/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":471,"Cost":366,"Date":"11/11/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":963,"Cost":837,"Date":"11/30/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":247,"Cost":137,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":249,"Cost":159,"Date":"3/1/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":285,"Cost":162,"Date":"4/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":799,"Cost":557,"Date":"5/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":90,"Cost":45,"Date":"8/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":345,"Cost":234,"Date":"9/15/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":471,"Cost":237,"Date":"10/14/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":656,"Cost":611,"Date":"10/28/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":596,"Cost":329,"Date":"11/11/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":784,"Cost":540,"Date":"12/7/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":487,"Cost":263,"Date":"12/21/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":835,"Cost":778,"Date":"1/6/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":383,"Cost":193,"Date":"1/23/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":745,"Cost":580,"Date":"2/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":624,"Cost":461,"Date":"3/10/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":513,"Cost":476,"Date":"3/12/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":695,"Cost":492,"Date":"3/31/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":720,"Cost":593,"Date":"6/16/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":19,"Cost":9,"Date":"6/17/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":518,"Cost":475,"Date":"8/27/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":359,"Cost":307,"Date":"10/1/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":347,"Cost":224,"Date":"11/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":410,"Cost":313,"Date":"11/9/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":869,"Cost":611,"Date":"3/27/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":278,"Cost":219,"Date":"4/17/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":290,"Cost":244,"Date":"8/11/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":890,"Cost":726,"Date":"8/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":536,"Cost":424,"Date":"9/2/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":157,"Cost":101,"Date":"9/5/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":957,"Cost":880,"Date":"9/14/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":712,"Cost":444,"Date":"9/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":118,"Cost":67,"Date":"11/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":63,"Cost":40,"Date":"12/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":851,"Cost":596,"Date":"1/7/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":474,"Cost":306,"Date":"1/21/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":817,"Cost":670,"Date":"2/9/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":311,"Cost":219,"Date":"3/19/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":846,"Cost":635,"Date":"4/3/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":181,"Cost":124,"Date":"4/5/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":559,"Cost":441,"Date":"4/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":489,"Cost":351,"Date":"7/10/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":76,"Cost":65,"Date":"3/25/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":173,"Cost":148,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":208,"Cost":122,"Date":"10/28/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":426,"Cost":315,"Date":"3/2/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":90,"Cost":71,"Date":"6/28/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":970,"Cost":784,"Date":"7/17/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":104,"Cost":76,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":464,"Cost":387,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":480,"Cost":254,"Date":"11/20/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":986,"Cost":624,"Date":"12/16/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":638,"Cost":564,"Date":"12/30/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":734,"Cost":515,"Date":"2/15/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":238,"Cost":209,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":374,"Cost":272,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":15,"Cost":9,"Date":"4/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":51,"Cost":33,"Date":"7/27/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":905,"Cost":772,"Date":"8/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":439,"Cost":414,"Date":"10/31/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":729,"Cost":479,"Date":"11/11/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":762,"Cost":704,"Date":"11/30/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":674,"Cost":483,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":532,"Cost":495,"Date":"3/1/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":100,"Cost":81,"Date":"4/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":642,"Cost":427,"Date":"5/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":540,"Cost":325,"Date":"8/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":694,"Cost":530,"Date":"9/15/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":958,"Cost":738,"Date":"10/14/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":112,"Cost":81,"Date":"10/28/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":247,"Cost":181,"Date":"11/11/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":593,"Cost":469,"Date":"12/7/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":213,"Cost":146,"Date":"12/21/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":942,"Cost":548,"Date":"1/6/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":906,"Cost":471,"Date":"1/23/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":978,"Cost":618,"Date":"2/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":246,"Cost":210,"Date":"3/10/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":341,"Cost":185,"Date":"3/12/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":309,"Cost":255,"Date":"3/31/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":81,"Cost":61,"Date":"6/16/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":677,"Cost":461,"Date":"6/17/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":286,"Cost":163,"Date":"8/27/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":666,"Cost":614,"Date":"10/1/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":45,"Cost":25,"Date":"11/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":437,"Cost":312,"Date":"11/9/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":708,"Cost":477,"Date":"3/27/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":122,"Cost":108,"Date":"4/17/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":577,"Cost":369,"Date":"8/11/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":424,"Cost":247,"Date":"8/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":560,"Cost":350,"Date":"9/2/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":795,"Cost":749,"Date":"9/5/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":611,"Cost":472,"Date":"9/14/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":834,"Cost":663,"Date":"9/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":906,"Cost":676,"Date":"11/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":482,"Cost":312,"Date":"12/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":840,"Cost":438,"Date":"1/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":414,"Cost":280,"Date":"1/21/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":804,"Cost":449,"Date":"2/9/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":545,"Cost":460,"Date":"3/19/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":219,"Cost":128,"Date":"4/3/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":810,"Cost":429,"Date":"4/5/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":598,"Cost":564,"Date":"4/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":687,"Cost":553,"Date":"7/10/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":272,"Cost":231,"Date":"3/25/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":909,"Cost":629,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":108,"Cost":99,"Date":"10/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":856,"Cost":613,"Date":"3/2/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":382,"Cost":238,"Date":"6/28/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":875,"Cost":737,"Date":"7/17/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":202,"Cost":165,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":251,"Cost":184,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":902,"Cost":797,"Date":"11/20/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":779,"Cost":468,"Date":"12/16/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":717,"Cost":577,"Date":"12/30/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":700,"Cost":371,"Date":"2/15/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":418,"Cost":267,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":543,"Cost":337,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":329,"Cost":299,"Date":"4/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":973,"Cost":590,"Date":"7/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":937,"Cost":507,"Date":"8/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":68,"Cost":52,"Date":"10/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":729,"Cost":653,"Date":"11/11/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":162,"Cost":110,"Date":"11/30/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":737,"Cost":448,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":482,"Cost":248,"Date":"3/1/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":132,"Cost":87,"Date":"4/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":622,"Cost":347,"Date":"5/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":124,"Cost":107,"Date":"8/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":599,"Cost":567,"Date":"9/15/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":827,"Cost":636,"Date":"10/14/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":861,"Cost":809,"Date":"10/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":501,"Cost":453,"Date":"11/11/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":898,"Cost":480,"Date":"12/7/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":747,"Cost":588,"Date":"12/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":342,"Cost":209,"Date":"1/6/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":118,"Cost":70,"Date":"1/23/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":556,"Cost":384,"Date":"2/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":383,"Cost":194,"Date":"3/10/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":77,"Cost":56,"Date":"3/12/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":30,"Cost":15,"Date":"3/31/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":320,"Cost":253,"Date":"6/16/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":820,"Cost":660,"Date":"6/17/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":624,"Cost":519,"Date":"8/27/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":265,"Cost":221,"Date":"10/1/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":472,"Cost":383,"Date":"11/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":248,"Cost":168,"Date":"11/9/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":38,"Cost":25,"Date":"3/27/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":656,"Cost":593,"Date":"4/17/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":967,"Cost":589,"Date":"8/11/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":791,"Cost":634,"Date":"8/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":608,"Cost":508,"Date":"9/2/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":637,"Cost":400,"Date":"9/5/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":180,"Cost":160,"Date":"9/14/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":883,"Cost":640,"Date":"9/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":539,"Cost":335,"Date":"11/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":982,"Cost":720,"Date":"12/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":617,"Cost":321,"Date":"1/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":282,"Cost":162,"Date":"1/21/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":963,"Cost":527,"Date":"2/9/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":260,"Cost":182,"Date":"3/19/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":60,"Cost":41,"Date":"4/3/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":186,"Cost":125,"Date":"4/5/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":120,"Cost":109,"Date":"4/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":1,"Cost":1,"Date":"7/10/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":253,"Cost":148,"Date":"3/25/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":137,"Cost":104,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":539,"Cost":491,"Date":"10/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":998,"Cost":658,"Date":"3/2/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":603,"Cost":400,"Date":"6/28/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":702,"Cost":535,"Date":"7/17/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":745,"Cost":658,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":141,"Cost":122,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":393,"Cost":289,"Date":"11/20/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":279,"Cost":180,"Date":"12/16/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":965,"Cost":561,"Date":"12/30/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":1,"Cost":1,"Date":"2/15/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":307,"Cost":279,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":529,"Cost":476,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":788,"Cost":551,"Date":"4/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":897,"Cost":750,"Date":"7/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":696,"Cost":480,"Date":"8/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":430,"Cost":341,"Date":"10/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":252,"Cost":194,"Date":"11/11/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":999,"Cost":562,"Date":"11/30/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":112,"Cost":70,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":778,"Cost":725,"Date":"3/1/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":734,"Cost":535,"Date":"4/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":331,"Cost":300,"Date":"5/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":356,"Cost":265,"Date":"8/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":23,"Cost":13,"Date":"9/15/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":25,"Cost":16,"Date":"10/14/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":117,"Cost":102,"Date":"10/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":283,"Cost":252,"Date":"11/11/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":190,"Cost":122,"Date":"12/7/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":830,"Cost":506,"Date":"12/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":278,"Cost":221,"Date":"1/6/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":57,"Cost":37,"Date":"1/23/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":65,"Cost":61,"Date":"2/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":340,"Cost":171,"Date":"3/10/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":5,"Cost":3,"Date":"3/12/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":193,"Cost":154,"Date":"3/31/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":100,"Cost":89,"Date":"6/16/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":103,"Cost":97,"Date":"6/17/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":194,"Cost":132,"Date":"8/27/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":857,"Cost":761,"Date":"10/1/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":483,"Cost":372,"Date":"11/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":941,"Cost":496,"Date":"11/9/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":383,"Cost":225,"Date":"3/27/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":258,"Cost":181,"Date":"4/17/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":405,"Cost":272,"Date":"8/11/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":85,"Cost":71,"Date":"8/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":522,"Cost":334,"Date":"9/2/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":627,"Cost":405,"Date":"9/5/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":814,"Cost":767,"Date":"9/14/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":412,"Cost":222,"Date":"9/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":868,"Cost":571,"Date":"11/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":898,"Cost":712,"Date":"12/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":823,"Cost":453,"Date":"1/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":850,"Cost":486,"Date":"1/21/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":852,"Cost":669,"Date":"2/9/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":424,"Cost":378,"Date":"3/19/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":630,"Cost":383,"Date":"4/3/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":640,"Cost":483,"Date":"4/5/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":696,"Cost":577,"Date":"4/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":326,"Cost":168,"Date":"7/10/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":360,"Cost":320,"Date":"3/25/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":355,"Cost":270,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":636,"Cost":429,"Date":"10/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":292,"Cost":261,"Date":"3/2/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":777,"Cost":458,"Date":"6/28/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":337,"Cost":298,"Date":"7/17/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":885,"Cost":515,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":315,"Cost":202,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":99,"Cost":69,"Date":"11/20/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":731,"Cost":690,"Date":"12/16/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":913,"Cost":479,"Date":"12/30/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":298,"Cost":205,"Date":"2/15/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":498,"Cost":337,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":180,"Cost":166,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":697,"Cost":489,"Date":"4/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":554,"Cost":311,"Date":"7/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":715,"Cost":517,"Date":"8/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":397,"Cost":250,"Date":"10/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":73,"Cost":51,"Date":"11/11/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":797,"Cost":696,"Date":"11/30/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":655,"Cost":332,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":881,"Cost":479,"Date":"3/1/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":609,"Cost":470,"Date":"4/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":927,"Cost":652,"Date":"5/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":673,"Cost":422,"Date":"8/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":847,"Cost":577,"Date":"9/15/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":890,"Cost":548,"Date":"10/14/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":459,"Cost":432,"Date":"10/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":410,"Cost":285,"Date":"11/11/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":225,"Cost":146,"Date":"12/7/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":355,"Cost":312,"Date":"12/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":853,"Cost":617,"Date":"1/6/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":566,"Cost":493,"Date":"1/23/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":595,"Cost":337,"Date":"2/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":90,"Cost":53,"Date":"3/10/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":680,"Cost":402,"Date":"3/12/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":228,"Cost":151,"Date":"3/31/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":182,"Cost":112,"Date":"6/16/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":395,"Cost":277,"Date":"6/17/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":157,"Cost":89,"Date":"8/27/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":416,"Cost":236,"Date":"10/1/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":332,"Cost":301,"Date":"11/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":440,"Cost":370,"Date":"11/9/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":966,"Cost":598,"Date":"3/27/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":340,"Cost":223,"Date":"4/17/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":155,"Cost":106,"Date":"8/11/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":748,"Cost":586,"Date":"8/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":111,"Cost":78,"Date":"9/2/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":895,"Cost":721,"Date":"9/5/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":417,"Cost":335,"Date":"9/14/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":926,"Cost":520,"Date":"9/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":245,"Cost":134,"Date":"11/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":100,"Cost":87,"Date":"12/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":323,"Cost":203,"Date":"1/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":62,"Cost":34,"Date":"1/21/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":14,"Cost":7,"Date":"2/9/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":291,"Cost":201,"Date":"3/19/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":53,"Cost":38,"Date":"4/3/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":406,"Cost":376,"Date":"4/5/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":30,"Cost":24,"Date":"4/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":902,"Cost":470,"Date":"7/10/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":489,"Cost":451,"Date":"3/25/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":168,"Cost":114,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":53,"Cost":44,"Date":"10/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":589,"Cost":305,"Date":"3/2/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":819,"Cost":486,"Date":"6/28/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":7,"Cost":4,"Date":"7/17/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":762,"Cost":516,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":161,"Cost":124,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":723,"Cost":494,"Date":"11/20/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":159,"Cost":142,"Date":"12/16/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":263,"Cost":182,"Date":"12/30/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":570,"Cost":426,"Date":"2/15/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":490,"Cost":394,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":412,"Cost":297,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":443,"Cost":397,"Date":"4/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":603,"Cost":436,"Date":"7/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":952,"Cost":763,"Date":"8/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":516,"Cost":374,"Date":"10/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":100,"Cost":95,"Date":"11/11/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":835,"Cost":773,"Date":"11/30/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":298,"Cost":277,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":56,"Cost":45,"Date":"3/1/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":687,"Cost":489,"Date":"4/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":91,"Cost":51,"Date":"5/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":127,"Cost":76,"Date":"8/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":208,"Cost":148,"Date":"9/15/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":456,"Cost":329,"Date":"10/14/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":462,"Cost":314,"Date":"10/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":460,"Cost":270,"Date":"11/11/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":563,"Cost":336,"Date":"12/7/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":879,"Cost":519,"Date":"12/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":699,"Cost":498,"Date":"1/6/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":125,"Cost":78,"Date":"1/23/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":604,"Cost":338,"Date":"2/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":302,"Cost":226,"Date":"3/10/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":245,"Cost":138,"Date":"3/12/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":766,"Cost":689,"Date":"3/31/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":61,"Cost":48,"Date":"6/16/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":474,"Cost":382,"Date":"6/17/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":11,"Cost":9,"Date":"8/27/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":19,"Cost":11,"Date":"10/1/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":370,"Cost":206,"Date":"11/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":382,"Cost":347,"Date":"11/9/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":849,"Cost":755,"Date":"3/27/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":605,"Cost":399,"Date":"4/17/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":128,"Cost":73,"Date":"8/11/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":945,"Cost":702,"Date":"8/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":399,"Cost":328,"Date":"9/2/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":691,"Cost":521,"Date":"9/5/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":918,"Cost":787,"Date":"9/14/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":272,"Cost":191,"Date":"9/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":335,"Cost":187,"Date":"11/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":215,"Cost":196,"Date":"12/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":805,"Cost":612,"Date":"1/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":147,"Cost":93,"Date":"1/21/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":196,"Cost":185,"Date":"2/9/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":190,"Cost":160,"Date":"3/19/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":125,"Cost":103,"Date":"4/3/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":122,"Cost":97,"Date":"4/5/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":567,"Cost":496,"Date":"4/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":812,"Cost":413,"Date":"7/10/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":137,"Cost":88,"Date":"3/25/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":427,"Cost":306,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":404,"Cost":246,"Date":"10/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":310,"Cost":163,"Date":"3/2/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":154,"Cost":112,"Date":"6/28/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":462,"Cost":422,"Date":"7/17/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":424,"Cost":229,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":231,"Cost":159,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":280,"Cost":215,"Date":"11/20/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":162,"Cost":88,"Date":"12/16/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":404,"Cost":291,"Date":"12/30/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":464,"Cost":267,"Date":"2/15/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":364,"Cost":320,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":907,"Cost":697,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":362,"Cost":269,"Date":"4/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":454,"Cost":321,"Date":"7/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":190,"Cost":151,"Date":"8/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":484,"Cost":365,"Date":"10/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":807,"Cost":729,"Date":"11/11/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":695,"Cost":601,"Date":"11/30/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":870,"Cost":671,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":566,"Cost":520,"Date":"3/1/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":499,"Cost":322,"Date":"4/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":198,"Cost":174,"Date":"5/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":826,"Cost":574,"Date":"8/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":618,"Cost":417,"Date":"9/15/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":1,"Cost":0,"Date":"10/14/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":900,"Cost":693,"Date":"10/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":574,"Cost":417,"Date":"11/11/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":805,"Cost":489,"Date":"12/7/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":143,"Cost":130,"Date":"12/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":275,"Cost":261,"Date":"1/6/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":860,"Cost":700,"Date":"1/23/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":67,"Cost":45,"Date":"2/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":944,"Cost":863,"Date":"3/10/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":586,"Cost":414,"Date":"3/12/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":851,"Cost":502,"Date":"3/31/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":712,"Cost":445,"Date":"6/16/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":825,"Cost":613,"Date":"6/17/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":931,"Cost":616,"Date":"8/27/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":805,"Cost":553,"Date":"10/1/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":308,"Cost":226,"Date":"11/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":157,"Cost":79,"Date":"11/9/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":200,"Cost":104,"Date":"3/27/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":144,"Cost":110,"Date":"4/17/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":63,"Cost":46,"Date":"8/11/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":797,"Cost":529,"Date":"8/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":334,"Cost":170,"Date":"9/2/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":35,"Cost":24,"Date":"9/5/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":509,"Cost":476,"Date":"9/14/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":345,"Cost":240,"Date":"9/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":164,"Cost":106,"Date":"11/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":805,"Cost":701,"Date":"12/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":223,"Cost":204,"Date":"1/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":171,"Cost":105,"Date":"1/21/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":41,"Cost":32,"Date":"2/9/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":447,"Cost":297,"Date":"3/19/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":404,"Cost":344,"Date":"4/3/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":272,"Cost":243,"Date":"4/5/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":75,"Cost":66,"Date":"4/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":888,"Cost":625,"Date":"7/10/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":577,"Cost":484,"Date":"3/25/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":301,"Cost":284,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":573,"Cost":460,"Date":"10/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":611,"Cost":449,"Date":"3/2/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":618,"Cost":540,"Date":"6/28/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":851,"Cost":685,"Date":"7/17/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":712,"Cost":379,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":524,"Cost":411,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":744,"Cost":664,"Date":"11/20/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":219,"Cost":130,"Date":"12/16/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":788,"Cost":457,"Date":"12/30/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":503,"Cost":470,"Date":"2/15/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":158,"Cost":100,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":751,"Cost":656,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":458,"Cost":327,"Date":"4/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":361,"Cost":219,"Date":"7/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":823,"Cost":676,"Date":"8/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":74,"Cost":61,"Date":"10/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":852,"Cost":784,"Date":"11/11/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":822,"Cost":609,"Date":"11/30/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":873,"Cost":700,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":753,"Cost":466,"Date":"3/1/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":579,"Cost":443,"Date":"4/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":621,"Cost":563,"Date":"5/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":577,"Cost":531,"Date":"8/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":781,"Cost":503,"Date":"9/15/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":5,"Cost":3,"Date":"10/14/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":858,"Cost":736,"Date":"10/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":287,"Cost":151,"Date":"11/11/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":458,"Cost":422,"Date":"12/7/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":287,"Cost":262,"Date":"12/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":799,"Cost":619,"Date":"1/6/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":929,"Cost":807,"Date":"1/23/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":939,"Cost":768,"Date":"2/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":565,"Cost":480,"Date":"3/10/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":486,"Cost":397,"Date":"3/12/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":343,"Cost":256,"Date":"3/31/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":330,"Cost":262,"Date":"6/16/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":341,"Cost":225,"Date":"6/17/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":431,"Cost":373,"Date":"8/27/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":106,"Cost":75,"Date":"10/1/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":451,"Cost":334,"Date":"11/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":531,"Cost":454,"Date":"11/9/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":64,"Cost":52,"Date":"3/27/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":695,"Cost":551,"Date":"4/17/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":305,"Cost":285,"Date":"8/11/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":804,"Cost":756,"Date":"8/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":229,"Cost":211,"Date":"9/2/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":24,"Cost":22,"Date":"9/5/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":743,"Cost":644,"Date":"9/14/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":170,"Cost":120,"Date":"9/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":519,"Cost":292,"Date":"11/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":503,"Cost":365,"Date":"12/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":63,"Cost":35,"Date":"1/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":998,"Cost":592,"Date":"1/21/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":444,"Cost":250,"Date":"2/9/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":65,"Cost":53,"Date":"3/19/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":799,"Cost":561,"Date":"4/3/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":241,"Cost":125,"Date":"4/5/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":775,"Cost":610,"Date":"4/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":771,"Cost":662,"Date":"7/10/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":255,"Cost":189,"Date":"3/25/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":714,"Cost":452,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":377,"Cost":322,"Date":"10/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":496,"Cost":331,"Date":"3/2/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":734,"Cost":646,"Date":"6/28/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":716,"Cost":500,"Date":"7/17/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":751,"Cost":592,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":653,"Cost":562,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":128,"Cost":66,"Date":"11/20/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":997,"Cost":792,"Date":"12/16/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":375,"Cost":193,"Date":"12/30/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":608,"Cost":496,"Date":"2/15/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":172,"Cost":93,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":548,"Cost":383,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":37,"Cost":25,"Date":"4/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":583,"Cost":494,"Date":"7/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":969,"Cost":876,"Date":"8/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":175,"Cost":106,"Date":"10/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":84,"Cost":43,"Date":"11/11/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":417,"Cost":309,"Date":"11/30/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":53,"Cost":29,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":145,"Cost":101,"Date":"3/1/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":413,"Cost":380,"Date":"4/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":961,"Cost":658,"Date":"5/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":593,"Cost":468,"Date":"8/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":209,"Cost":172,"Date":"9/15/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":836,"Cost":745,"Date":"10/14/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":157,"Cost":97,"Date":"10/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":330,"Cost":193,"Date":"11/11/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":460,"Cost":341,"Date":"12/7/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":622,"Cost":404,"Date":"12/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":479,"Cost":385,"Date":"1/6/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":557,"Cost":393,"Date":"1/23/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":204,"Cost":111,"Date":"2/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":903,"Cost":482,"Date":"3/10/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":354,"Cost":209,"Date":"3/12/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":589,"Cost":456,"Date":"3/31/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":538,"Cost":302,"Date":"6/16/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":639,"Cost":378,"Date":"6/17/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":788,"Cost":415,"Date":"8/27/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":669,"Cost":363,"Date":"10/1/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":838,"Cost":633,"Date":"11/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":215,"Cost":185,"Date":"11/9/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":401,"Cost":358,"Date":"3/27/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":656,"Cost":496,"Date":"4/17/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":444,"Cost":244,"Date":"8/11/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":771,"Cost":403,"Date":"8/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":194,"Cost":119,"Date":"9/2/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":289,"Cost":182,"Date":"9/5/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":160,"Cost":126,"Date":"9/14/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":70,"Cost":41,"Date":"9/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":977,"Cost":845,"Date":"11/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":518,"Cost":386,"Date":"12/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":997,"Cost":597,"Date":"1/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":116,"Cost":105,"Date":"1/21/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":267,"Cost":136,"Date":"2/9/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":744,"Cost":392,"Date":"3/19/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":47,"Cost":35,"Date":"4/3/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":755,"Cost":592,"Date":"4/5/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":856,"Cost":498,"Date":"4/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":997,"Cost":553,"Date":"7/10/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":284,"Cost":262,"Date":"3/25/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":387,"Cost":224,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":289,"Cost":168,"Date":"10/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":558,"Cost":485,"Date":"3/2/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":848,"Cost":483,"Date":"6/28/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":57,"Cost":45,"Date":"7/17/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":819,"Cost":515,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":804,"Cost":458,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":699,"Cost":425,"Date":"11/20/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":41,"Cost":33,"Date":"12/16/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":368,"Cost":198,"Date":"12/30/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":113,"Cost":84,"Date":"2/15/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":453,"Cost":351,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":524,"Cost":442,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":752,"Cost":469,"Date":"4/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":50,"Cost":47,"Date":"7/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":91,"Cost":74,"Date":"8/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":745,"Cost":585,"Date":"10/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":790,"Cost":508,"Date":"11/11/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":224,"Cost":166,"Date":"11/30/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":324,"Cost":189,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":229,"Cost":130,"Date":"3/1/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":624,"Cost":352,"Date":"4/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":655,"Cost":363,"Date":"5/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":541,"Cost":388,"Date":"8/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":995,"Cost":501,"Date":"9/15/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":724,"Cost":472,"Date":"10/14/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":135,"Cost":73,"Date":"10/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":893,"Cost":597,"Date":"11/11/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":496,"Cost":359,"Date":"12/7/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":371,"Cost":243,"Date":"12/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":748,"Cost":468,"Date":"1/6/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":488,"Cost":249,"Date":"1/23/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":403,"Cost":362,"Date":"2/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":197,"Cost":127,"Date":"3/10/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":863,"Cost":564,"Date":"3/12/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":342,"Cost":276,"Date":"3/31/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":894,"Cost":482,"Date":"6/16/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":390,"Cost":314,"Date":"6/17/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":679,"Cost":627,"Date":"8/27/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":562,"Cost":477,"Date":"10/1/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":842,"Cost":435,"Date":"11/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":833,"Cost":675,"Date":"11/9/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":998,"Cost":818,"Date":"3/27/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":265,"Cost":218,"Date":"4/17/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":795,"Cost":524,"Date":"8/11/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":864,"Cost":433,"Date":"8/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":243,"Cost":176,"Date":"9/2/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":872,"Cost":656,"Date":"9/5/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":466,"Cost":355,"Date":"9/14/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":441,"Cost":238,"Date":"9/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":904,"Cost":475,"Date":"11/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":10,"Cost":7,"Date":"12/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":447,"Cost":313,"Date":"1/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":743,"Cost":429,"Date":"1/21/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":838,"Cost":795,"Date":"2/9/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":201,"Cost":152,"Date":"3/19/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":297,"Cost":240,"Date":"4/3/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":367,"Cost":225,"Date":"4/5/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":468,"Cost":254,"Date":"4/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":821,"Cost":610,"Date":"7/10/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":767,"Cost":478,"Date":"3/25/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":469,"Cost":342,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":158,"Cost":110,"Date":"10/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":128,"Cost":113,"Date":"3/2/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":717,"Cost":372,"Date":"6/28/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":391,"Cost":298,"Date":"7/17/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":34,"Cost":29,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":945,"Cost":722,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":992,"Cost":590,"Date":"11/20/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":252,"Cost":126,"Date":"12/16/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":57,"Cost":35,"Date":"12/30/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":888,"Cost":728,"Date":"2/15/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":827,"Cost":459,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":541,"Cost":329,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":450,"Cost":227,"Date":"4/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":386,"Cost":340,"Date":"7/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":494,"Cost":306,"Date":"8/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":956,"Cost":810,"Date":"10/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":182,"Cost":97,"Date":"11/11/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":759,"Cost":485,"Date":"11/30/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":571,"Cost":476,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":869,"Cost":525,"Date":"3/1/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":336,"Cost":253,"Date":"4/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":378,"Cost":193,"Date":"5/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":617,"Cost":389,"Date":"8/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":69,"Cost":42,"Date":"9/15/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":925,"Cost":818,"Date":"10/14/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":866,"Cost":455,"Date":"10/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":148,"Cost":82,"Date":"11/11/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":297,"Cost":229,"Date":"12/7/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":530,"Cost":268,"Date":"12/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":546,"Cost":312,"Date":"1/6/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":462,"Cost":367,"Date":"1/23/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":493,"Cost":358,"Date":"2/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":268,"Cost":241,"Date":"3/10/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":930,"Cost":585,"Date":"3/12/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":12,"Cost":8,"Date":"3/31/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":871,"Cost":581,"Date":"6/16/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":261,"Cost":143,"Date":"6/17/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":67,"Cost":47,"Date":"8/27/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":881,"Cost":641,"Date":"10/1/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":387,"Cost":281,"Date":"11/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":563,"Cost":462,"Date":"11/9/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":28,"Cost":21,"Date":"3/27/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":515,"Cost":389,"Date":"4/17/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":966,"Cost":816,"Date":"8/11/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":809,"Cost":443,"Date":"8/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":354,"Cost":280,"Date":"9/2/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":558,"Cost":293,"Date":"9/5/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":970,"Cost":815,"Date":"9/14/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":396,"Cost":289,"Date":"9/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":694,"Cost":611,"Date":"11/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":136,"Cost":99,"Date":"12/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":403,"Cost":332,"Date":"1/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":511,"Cost":263,"Date":"1/21/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":227,"Cost":202,"Date":"2/9/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":682,"Cost":519,"Date":"3/19/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":453,"Cost":383,"Date":"4/3/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":505,"Cost":261,"Date":"4/5/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":942,"Cost":516,"Date":"4/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":880,"Cost":830,"Date":"7/10/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":918,"Cost":852,"Date":"3/25/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":169,"Cost":100,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":835,"Cost":589,"Date":"10/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":515,"Cost":360,"Date":"3/2/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":954,"Cost":901,"Date":"6/28/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":908,"Cost":516,"Date":"7/17/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":222,"Cost":197,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":870,"Cost":626,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":962,"Cost":482,"Date":"11/20/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":603,"Cost":477,"Date":"12/16/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":219,"Cost":185,"Date":"12/30/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":819,"Cost":673,"Date":"2/15/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":638,"Cost":440,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":948,"Cost":536,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":949,"Cost":666,"Date":"4/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":518,"Cost":419,"Date":"7/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":555,"Cost":335,"Date":"8/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":197,"Cost":137,"Date":"10/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":882,"Cost":663,"Date":"11/11/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":212,"Cost":202,"Date":"11/30/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":543,"Cost":388,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":580,"Cost":290,"Date":"3/1/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":28,"Cost":15,"Date":"4/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":990,"Cost":884,"Date":"5/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":329,"Cost":269,"Date":"8/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":263,"Cost":178,"Date":"9/15/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":423,"Cost":327,"Date":"10/14/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":372,"Cost":236,"Date":"10/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":454,"Cost":278,"Date":"11/11/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":115,"Cost":102,"Date":"12/7/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":765,"Cost":586,"Date":"12/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":937,"Cost":829,"Date":"1/6/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":54,"Cost":31,"Date":"1/23/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":322,"Cost":305,"Date":"2/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":469,"Cost":265,"Date":"3/10/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":360,"Cost":339,"Date":"3/12/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":165,"Cost":139,"Date":"3/31/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":159,"Cost":113,"Date":"6/16/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":535,"Cost":353,"Date":"6/17/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":21,"Cost":19,"Date":"8/27/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":467,"Cost":291,"Date":"10/1/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":201,"Cost":120,"Date":"11/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":731,"Cost":667,"Date":"11/9/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":727,"Cost":493,"Date":"3/27/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":811,"Cost":453,"Date":"4/17/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":499,"Cost":369,"Date":"8/11/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":119,"Cost":107,"Date":"8/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":917,"Cost":858,"Date":"9/2/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":404,"Cost":248,"Date":"9/5/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":856,"Cost":450,"Date":"9/14/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":53,"Cost":37,"Date":"9/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":211,"Cost":153,"Date":"11/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":915,"Cost":866,"Date":"12/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":346,"Cost":299,"Date":"1/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":996,"Cost":741,"Date":"1/21/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":104,"Cost":67,"Date":"2/9/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":903,"Cost":771,"Date":"3/19/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":311,"Cost":240,"Date":"4/3/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":953,"Cost":820,"Date":"4/5/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":97,"Cost":52,"Date":"4/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":749,"Cost":483,"Date":"7/10/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":536,"Cost":345,"Date":"3/25/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":358,"Cost":252,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":157,"Cost":145,"Date":"10/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":204,"Cost":186,"Date":"3/2/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":156,"Cost":144,"Date":"6/28/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":102,"Cost":67,"Date":"7/17/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":45,"Cost":37,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":166,"Cost":92,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":9,"Cost":6,"Date":"11/20/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":240,"Cost":132,"Date":"12/16/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":551,"Cost":438,"Date":"12/30/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":772,"Cost":691,"Date":"2/15/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":549,"Cost":520,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":765,"Cost":636,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":513,"Cost":456,"Date":"4/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":537,"Cost":504,"Date":"7/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":826,"Cost":421,"Date":"8/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":628,"Cost":554,"Date":"10/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":468,"Cost":431,"Date":"11/11/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":82,"Cost":41,"Date":"11/30/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":267,"Cost":209,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":45,"Cost":28,"Date":"3/1/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":659,"Cost":478,"Date":"4/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":728,"Cost":420,"Date":"5/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":712,"Cost":534,"Date":"8/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":812,"Cost":459,"Date":"9/15/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":433,"Cost":370,"Date":"10/14/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":428,"Cost":382,"Date":"10/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":374,"Cost":243,"Date":"11/11/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":947,"Cost":606,"Date":"12/7/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":993,"Cost":766,"Date":"12/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":715,"Cost":370,"Date":"1/6/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":544,"Cost":343,"Date":"1/23/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":90,"Cost":69,"Date":"2/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":309,"Cost":264,"Date":"3/10/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":504,"Cost":330,"Date":"3/12/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":746,"Cost":588,"Date":"3/31/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":770,"Cost":614,"Date":"6/16/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":728,"Cost":511,"Date":"6/17/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":887,"Cost":587,"Date":"8/27/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":830,"Cost":433,"Date":"10/1/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":858,"Cost":727,"Date":"11/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":545,"Cost":349,"Date":"11/9/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":317,"Cost":266,"Date":"3/27/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":868,"Cost":568,"Date":"4/17/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":259,"Cost":141,"Date":"8/11/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":83,"Cost":67,"Date":"8/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":644,"Cost":397,"Date":"9/2/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":687,"Cost":536,"Date":"9/5/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":871,"Cost":527,"Date":"9/14/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":668,"Cost":530,"Date":"9/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":876,"Cost":496,"Date":"11/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":459,"Cost":331,"Date":"12/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":102,"Cost":97,"Date":"1/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":823,"Cost":758,"Date":"1/21/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":8,"Cost":4,"Date":"2/9/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":579,"Cost":486,"Date":"3/19/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":413,"Cost":223,"Date":"4/3/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":211,"Cost":132,"Date":"4/5/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":50,"Cost":26,"Date":"4/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":207,"Cost":116,"Date":"7/10/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":540,"Cost":364,"Date":"3/25/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":943,"Cost":566,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":285,"Cost":172,"Date":"10/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":440,"Cost":399,"Date":"3/2/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":992,"Cost":721,"Date":"6/28/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":63,"Cost":32,"Date":"7/17/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":836,"Cost":718,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":361,"Cost":213,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":613,"Cost":457,"Date":"11/20/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":983,"Cost":637,"Date":"12/16/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":650,"Cost":535,"Date":"12/30/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":279,"Cost":255,"Date":"2/15/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":70,"Cost":59,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":77,"Cost":47,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":58,"Cost":37,"Date":"4/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":512,"Cost":301,"Date":"7/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":36,"Cost":25,"Date":"8/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":100,"Cost":57,"Date":"10/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":45,"Cost":37,"Date":"11/11/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":349,"Cost":205,"Date":"11/30/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":977,"Cost":593,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":392,"Cost":335,"Date":"3/1/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":682,"Cost":512,"Date":"4/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":171,"Cost":110,"Date":"5/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":567,"Cost":398,"Date":"8/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":316,"Cost":285,"Date":"9/15/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":740,"Cost":372,"Date":"10/14/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":668,"Cost":532,"Date":"10/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":977,"Cost":491,"Date":"11/11/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":1000,"Cost":657,"Date":"12/7/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":875,"Cost":801,"Date":"12/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":726,"Cost":412,"Date":"1/6/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":192,"Cost":115,"Date":"1/23/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":551,"Cost":443,"Date":"2/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":93,"Cost":46,"Date":"3/10/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":33,"Cost":27,"Date":"3/12/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":55,"Cost":33,"Date":"3/31/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":408,"Cost":339,"Date":"6/16/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":788,"Cost":705,"Date":"6/17/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":899,"Cost":635,"Date":"8/27/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":597,"Cost":381,"Date":"10/1/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":839,"Cost":446,"Date":"11/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":927,"Cost":798,"Date":"11/9/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":345,"Cost":286,"Date":"3/27/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":22,"Cost":14,"Date":"4/17/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":343,"Cost":292,"Date":"8/11/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":60,"Cost":47,"Date":"8/21/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":904,"Cost":502,"Date":"9/2/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":99,"Cost":84,"Date":"9/5/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":273,"Cost":237,"Date":"9/14/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":880,"Cost":512,"Date":"9/20/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":242,"Cost":203,"Date":"11/20/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":957,"Cost":803,"Date":"12/21/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":927,"Cost":638,"Date":"1/7/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":926,"Cost":625,"Date":"1/21/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":916,"Cost":673,"Date":"2/9/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":649,"Cost":509,"Date":"3/19/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":74,"Cost":44,"Date":"4/3/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":816,"Cost":748,"Date":"4/5/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":405,"Cost":299,"Date":"4/28/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":999,"Cost":568,"Date":"7/10/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":964,"Cost":796,"Date":"3/25/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":424,"Cost":280,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":774,"Cost":650,"Date":"10/28/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":294,"Cost":278,"Date":"3/2/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":431,"Cost":344,"Date":"6/28/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":525,"Cost":461,"Date":"7/17/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":349,"Cost":215,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":604,"Cost":551,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":853,"Cost":595,"Date":"11/20/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":436,"Cost":291,"Date":"12/16/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":790,"Cost":463,"Date":"12/30/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":239,"Cost":137,"Date":"2/15/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":894,"Cost":450,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":791,"Cost":740,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":898,"Cost":671,"Date":"4/18/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":696,"Cost":576,"Date":"7/27/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":282,"Cost":147,"Date":"8/18/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":564,"Cost":403,"Date":"10/31/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":932,"Cost":626,"Date":"11/11/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":605,"Cost":316,"Date":"11/30/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":796,"Cost":703,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":374,"Cost":291,"Date":"3/1/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":837,"Cost":650,"Date":"4/13/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":272,"Cost":167,"Date":"5/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":971,"Cost":704,"Date":"8/13/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":959,"Cost":849,"Date":"9/15/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":204,"Cost":153,"Date":"10/14/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":868,"Cost":755,"Date":"10/28/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":111,"Cost":103,"Date":"11/11/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":827,"Cost":704,"Date":"12/7/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":700,"Cost":363,"Date":"12/21/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":479,"Cost":419,"Date":"1/6/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":507,"Cost":336,"Date":"1/23/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":832,"Cost":577,"Date":"2/4/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":297,"Cost":252,"Date":"3/10/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":261,"Cost":245,"Date":"3/12/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":373,"Cost":220,"Date":"3/31/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":120,"Cost":98,"Date":"6/16/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":723,"Cost":499,"Date":"6/17/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":73,"Cost":50,"Date":"8/27/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":996,"Cost":697,"Date":"10/1/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":517,"Cost":362,"Date":"11/4/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":712,"Cost":386,"Date":"11/9/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":338,"Cost":318,"Date":"3/27/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":459,"Cost":271,"Date":"4/17/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":28,"Cost":15,"Date":"8/11/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":354,"Cost":286,"Date":"8/21/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":916,"Cost":550,"Date":"9/2/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":130,"Cost":70,"Date":"9/5/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":376,"Cost":301,"Date":"9/14/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":433,"Cost":397,"Date":"9/20/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":210,"Cost":194,"Date":"11/20/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":192,"Cost":101,"Date":"12/21/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":243,"Cost":135,"Date":"1/7/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":802,"Cost":551,"Date":"1/21/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":264,"Cost":140,"Date":"2/9/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":507,"Cost":465,"Date":"3/19/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":233,"Cost":122,"Date":"4/3/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":227,"Cost":191,"Date":"4/5/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":325,"Cost":257,"Date":"4/28/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":317,"Cost":269,"Date":"7/10/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":227,"Cost":137,"Date":"3/25/2020"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":66,"Cost":40,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":263,"Cost":232,"Date":"10/28/2020"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":719,"Cost":585,"Date":"3/2/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":29,"Cost":21,"Date":"6/28/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":156,"Cost":123,"Date":"7/17/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":291,"Cost":234,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":42,"Cost":37,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":225,"Cost":204,"Date":"11/20/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":85,"Cost":77,"Date":"12/16/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":647,"Cost":370,"Date":"12/30/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":20,"Cost":16,"Date":"2/15/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":465,"Cost":437,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":721,"Cost":602,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":169,"Cost":99,"Date":"4/18/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":504,"Cost":258,"Date":"7/27/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":474,"Cost":428,"Date":"8/18/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":598,"Cost":313,"Date":"10/31/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":344,"Cost":181,"Date":"11/11/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":8,"Cost":8,"Date":"11/30/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":92,"Cost":71,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":209,"Cost":106,"Date":"3/1/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":558,"Cost":342,"Date":"4/13/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":657,"Cost":625,"Date":"5/20/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":159,"Cost":149,"Date":"8/13/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":129,"Cost":70,"Date":"9/15/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":922,"Cost":842,"Date":"10/14/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":131,"Cost":75,"Date":"10/28/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":8,"Cost":5,"Date":"11/11/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":92,"Cost":49,"Date":"12/7/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":966,"Cost":790,"Date":"12/21/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":170,"Cost":117,"Date":"1/6/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":170,"Cost":141,"Date":"1/23/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":202,"Cost":134,"Date":"2/4/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":790,"Cost":410,"Date":"3/10/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":791,"Cost":629,"Date":"3/12/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":392,"Cost":280,"Date":"3/31/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":605,"Cost":310,"Date":"6/16/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":89,"Cost":75,"Date":"6/17/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":554,"Cost":369,"Date":"8/27/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":348,"Cost":196,"Date":"10/1/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":777,"Cost":599,"Date":"11/4/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":505,"Cost":375,"Date":"11/9/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":580,"Cost":532,"Date":"3/27/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":286,"Cost":167,"Date":"4/17/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":97,"Cost":54,"Date":"8/11/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":186,"Cost":112,"Date":"8/21/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":865,"Cost":628,"Date":"9/2/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":463,"Cost":308,"Date":"9/5/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":415,"Cost":211,"Date":"9/14/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":712,"Cost":641,"Date":"9/20/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":423,"Cost":301,"Date":"11/20/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":844,"Cost":604,"Date":"12/21/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":822,"Cost":595,"Date":"1/7/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":13,"Cost":9,"Date":"1/21/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":132,"Cost":86,"Date":"2/9/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":284,"Cost":219,"Date":"3/19/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":724,"Cost":674,"Date":"4/3/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":781,"Cost":715,"Date":"4/5/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":547,"Cost":420,"Date":"4/28/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":130,"Cost":74,"Date":"7/10/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":723,"Cost":676,"Date":"3/25/2020"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":281,"Cost":255,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":31,"Cost":29,"Date":"10/28/2020"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":852,"Cost":739,"Date":"3/2/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":216,"Cost":112,"Date":"6/28/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":628,"Cost":569,"Date":"7/17/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":219,"Cost":189,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":408,"Cost":312,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":709,"Cost":395,"Date":"11/20/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":408,"Cost":300,"Date":"12/16/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":83,"Cost":78,"Date":"12/30/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":741,"Cost":431,"Date":"2/15/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":955,"Cost":633,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":877,"Cost":486,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":559,"Cost":329,"Date":"4/18/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":64,"Cost":51,"Date":"7/27/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":756,"Cost":684,"Date":"8/18/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":73,"Cost":59,"Date":"10/31/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":876,"Cost":764,"Date":"11/11/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":693,"Cost":385,"Date":"11/30/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":2,"Cost":1,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":144,"Cost":112,"Date":"3/1/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":636,"Cost":447,"Date":"4/13/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":924,"Cost":694,"Date":"5/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":60,"Cost":48,"Date":"8/13/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":564,"Cost":524,"Date":"9/15/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":569,"Cost":525,"Date":"10/14/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":720,"Cost":503,"Date":"10/28/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":388,"Cost":317,"Date":"11/11/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":127,"Cost":96,"Date":"12/7/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":61,"Cost":54,"Date":"12/21/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":776,"Cost":522,"Date":"1/6/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":226,"Cost":136,"Date":"1/23/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":537,"Cost":295,"Date":"2/4/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":445,"Cost":225,"Date":"3/10/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":786,"Cost":641,"Date":"3/12/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":508,"Cost":433,"Date":"3/31/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":320,"Cost":194,"Date":"6/16/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":326,"Cost":244,"Date":"6/17/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":710,"Cost":543,"Date":"8/27/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":146,"Cost":126,"Date":"10/1/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":524,"Cost":468,"Date":"11/4/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":234,"Cost":142,"Date":"11/9/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":732,"Cost":482,"Date":"3/27/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":523,"Cost":450,"Date":"4/17/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":465,"Cost":293,"Date":"8/11/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":903,"Cost":763,"Date":"8/21/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":245,"Cost":164,"Date":"9/2/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":823,"Cost":643,"Date":"9/5/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":600,"Cost":335,"Date":"9/14/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":509,"Cost":363,"Date":"9/20/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":117,"Cost":103,"Date":"11/20/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":470,"Cost":307,"Date":"12/21/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":199,"Cost":173,"Date":"1/7/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":681,"Cost":392,"Date":"1/21/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":137,"Cost":83,"Date":"2/9/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":399,"Cost":363,"Date":"3/19/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":289,"Cost":258,"Date":"4/3/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":329,"Cost":164,"Date":"4/5/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":469,"Cost":427,"Date":"4/28/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":890,"Cost":771,"Date":"7/10/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":139,"Cost":88,"Date":"3/25/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":480,"Cost":322,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":973,"Cost":506,"Date":"10/28/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":27,"Cost":21,"Date":"3/2/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":276,"Cost":217,"Date":"6/28/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":694,"Cost":547,"Date":"7/17/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":122,"Cost":81,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":994,"Cost":934,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":585,"Cost":432,"Date":"11/20/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":333,"Cost":204,"Date":"12/16/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":876,"Cost":548,"Date":"12/30/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":81,"Cost":76,"Date":"2/15/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":372,"Cost":304,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":377,"Cost":222,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":490,"Cost":266,"Date":"4/18/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":152,"Cost":115,"Date":"7/27/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":859,"Cost":452,"Date":"8/18/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":661,"Cost":611,"Date":"10/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":270,"Cost":238,"Date":"11/11/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":968,"Cost":916,"Date":"11/30/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":469,"Cost":425,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":429,"Cost":292,"Date":"3/1/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":118,"Cost":95,"Date":"4/13/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":32,"Cost":27,"Date":"5/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":677,"Cost":585,"Date":"8/13/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":352,"Cost":303,"Date":"9/15/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":945,"Cost":492,"Date":"10/14/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":443,"Cost":283,"Date":"10/28/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":938,"Cost":695,"Date":"11/11/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":591,"Cost":415,"Date":"12/7/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":615,"Cost":352,"Date":"12/21/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":303,"Cost":151,"Date":"1/6/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":412,"Cost":347,"Date":"1/23/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":563,"Cost":364,"Date":"2/4/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":593,"Cost":436,"Date":"3/10/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":276,"Cost":158,"Date":"3/12/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":188,"Cost":162,"Date":"3/31/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":893,"Cost":627,"Date":"6/16/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":977,"Cost":901,"Date":"6/17/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":541,"Cost":501,"Date":"8/27/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":715,"Cost":678,"Date":"10/1/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":320,"Cost":265,"Date":"11/4/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":569,"Cost":476,"Date":"11/9/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":122,"Cost":75,"Date":"3/27/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":743,"Cost":490,"Date":"4/17/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":103,"Cost":51,"Date":"8/11/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":693,"Cost":493,"Date":"8/21/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":482,"Cost":273,"Date":"9/2/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":887,"Cost":755,"Date":"9/5/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":753,"Cost":421,"Date":"9/14/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":102,"Cost":85,"Date":"9/20/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":201,"Cost":181,"Date":"11/20/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":460,"Cost":352,"Date":"12/21/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":485,"Cost":264,"Date":"1/7/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":841,"Cost":798,"Date":"1/21/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":824,"Cost":569,"Date":"2/9/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":695,"Cost":418,"Date":"3/19/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":171,"Cost":146,"Date":"4/3/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":756,"Cost":683,"Date":"4/5/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":484,"Cost":426,"Date":"4/28/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":946,"Cost":793,"Date":"7/10/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":810,"Cost":462,"Date":"3/25/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":613,"Cost":573,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":322,"Cost":212,"Date":"10/28/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":440,"Cost":260,"Date":"3/2/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":3,"Cost":1,"Date":"6/28/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":914,"Cost":746,"Date":"7/17/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":875,"Cost":809,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":272,"Cost":254,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":360,"Cost":272,"Date":"11/20/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":176,"Cost":151,"Date":"12/16/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":267,"Cost":225,"Date":"12/30/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":865,"Cost":489,"Date":"2/15/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":771,"Cost":541,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":391,"Cost":318,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":624,"Cost":476,"Date":"4/18/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":644,"Cost":443,"Date":"7/27/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":528,"Cost":490,"Date":"8/18/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":176,"Cost":140,"Date":"10/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":603,"Cost":343,"Date":"11/11/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":207,"Cost":158,"Date":"11/30/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":109,"Cost":82,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":851,"Cost":511,"Date":"3/1/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":920,"Cost":866,"Date":"4/13/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":408,"Cost":350,"Date":"5/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":729,"Cost":449,"Date":"8/13/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":957,"Cost":893,"Date":"9/15/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":997,"Cost":554,"Date":"10/14/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":545,"Cost":410,"Date":"10/28/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":281,"Cost":221,"Date":"11/11/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":889,"Cost":672,"Date":"12/7/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":720,"Cost":379,"Date":"12/21/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":137,"Cost":122,"Date":"1/6/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":129,"Cost":99,"Date":"1/23/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":549,"Cost":399,"Date":"2/4/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":379,"Cost":212,"Date":"3/10/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":489,"Cost":289,"Date":"3/12/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":426,"Cost":319,"Date":"3/31/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":716,"Cost":648,"Date":"6/16/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":724,"Cost":672,"Date":"6/17/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":933,"Cost":797,"Date":"8/27/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":68,"Cost":46,"Date":"10/1/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":823,"Cost":535,"Date":"11/4/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":208,"Cost":126,"Date":"11/9/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":646,"Cost":587,"Date":"3/27/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":44,"Cost":27,"Date":"4/17/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":730,"Cost":598,"Date":"8/11/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":962,"Cost":720,"Date":"8/21/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":480,"Cost":335,"Date":"9/2/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":87,"Cost":70,"Date":"9/5/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":656,"Cost":581,"Date":"9/14/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":53,"Cost":40,"Date":"9/20/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":234,"Cost":156,"Date":"11/20/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":968,"Cost":745,"Date":"12/21/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":765,"Cost":655,"Date":"1/7/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":753,"Cost":542,"Date":"1/21/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":179,"Cost":96,"Date":"2/9/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":755,"Cost":627,"Date":"3/19/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":504,"Cost":415,"Date":"4/3/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":805,"Cost":758,"Date":"4/5/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":775,"Cost":623,"Date":"4/28/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":167,"Cost":99,"Date":"7/10/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":353,"Cost":280,"Date":"3/25/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":488,"Cost":451,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":604,"Cost":358,"Date":"10/28/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":814,"Cost":442,"Date":"3/2/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":743,"Cost":597,"Date":"6/28/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":771,"Cost":425,"Date":"7/17/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":494,"Cost":464,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":709,"Cost":401,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":438,"Cost":240,"Date":"11/20/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":735,"Cost":612,"Date":"12/16/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":799,"Cost":725,"Date":"12/30/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":119,"Cost":86,"Date":"2/15/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":954,"Cost":665,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":674,"Cost":541,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":789,"Cost":636,"Date":"4/18/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":905,"Cost":792,"Date":"7/27/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":448,"Cost":285,"Date":"8/18/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":360,"Cost":241,"Date":"10/31/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":538,"Cost":506,"Date":"11/11/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":185,"Cost":173,"Date":"11/30/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":866,"Cost":635,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":186,"Cost":162,"Date":"3/1/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":242,"Cost":200,"Date":"4/13/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":907,"Cost":710,"Date":"5/20/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":353,"Cost":262,"Date":"8/13/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":978,"Cost":787,"Date":"9/15/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":975,"Cost":700,"Date":"10/14/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":503,"Cost":408,"Date":"10/28/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":573,"Cost":456,"Date":"11/11/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":492,"Cost":279,"Date":"12/7/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":890,"Cost":591,"Date":"12/21/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":1,"Cost":1,"Date":"1/6/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":610,"Cost":401,"Date":"1/23/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":880,"Cost":741,"Date":"2/4/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":669,"Cost":551,"Date":"3/10/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":265,"Cost":138,"Date":"3/12/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":689,"Cost":474,"Date":"3/31/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":486,"Cost":390,"Date":"6/16/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":714,"Cost":519,"Date":"6/17/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":674,"Cost":360,"Date":"8/27/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":176,"Cost":89,"Date":"10/1/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":994,"Cost":723,"Date":"11/4/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":726,"Cost":583,"Date":"11/9/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":752,"Cost":441,"Date":"3/27/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":314,"Cost":213,"Date":"4/17/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":973,"Cost":511,"Date":"8/11/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":508,"Cost":429,"Date":"8/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":296,"Cost":149,"Date":"9/2/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":847,"Cost":657,"Date":"9/5/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":471,"Cost":330,"Date":"9/14/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":61,"Cost":35,"Date":"9/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":473,"Cost":381,"Date":"11/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":184,"Cost":98,"Date":"12/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":133,"Cost":123,"Date":"1/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":693,"Cost":416,"Date":"1/21/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":180,"Cost":147,"Date":"2/9/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":998,"Cost":541,"Date":"3/19/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":465,"Cost":348,"Date":"4/3/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":16,"Cost":13,"Date":"4/5/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":215,"Cost":198,"Date":"4/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":612,"Cost":555,"Date":"7/10/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":635,"Cost":401,"Date":"3/25/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":536,"Cost":281,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":452,"Cost":230,"Date":"10/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":957,"Cost":490,"Date":"3/2/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":550,"Cost":417,"Date":"6/28/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":676,"Cost":403,"Date":"7/17/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":60,"Cost":53,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":285,"Cost":149,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":490,"Cost":260,"Date":"11/20/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":472,"Cost":406,"Date":"12/16/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":863,"Cost":621,"Date":"12/30/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":426,"Cost":283,"Date":"2/15/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":590,"Cost":406,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":50,"Cost":26,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":841,"Cost":725,"Date":"4/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":258,"Cost":177,"Date":"7/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":513,"Cost":411,"Date":"8/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":436,"Cost":249,"Date":"10/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":146,"Cost":80,"Date":"11/11/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":665,"Cost":552,"Date":"11/30/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":482,"Cost":286,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":905,"Cost":800,"Date":"3/1/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":392,"Cost":352,"Date":"4/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":123,"Cost":92,"Date":"5/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":802,"Cost":470,"Date":"8/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":84,"Cost":62,"Date":"9/15/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":308,"Cost":187,"Date":"10/14/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":919,"Cost":731,"Date":"10/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":502,"Cost":374,"Date":"11/11/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":384,"Cost":278,"Date":"12/7/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":475,"Cost":248,"Date":"12/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":70,"Cost":38,"Date":"1/6/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":381,"Cost":321,"Date":"1/23/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":510,"Cost":285,"Date":"2/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":220,"Cost":197,"Date":"3/10/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":920,"Cost":667,"Date":"3/12/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":969,"Cost":871,"Date":"3/31/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":871,"Cost":551,"Date":"6/16/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":648,"Cost":358,"Date":"6/17/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":907,"Cost":804,"Date":"8/27/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":771,"Cost":714,"Date":"10/1/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":851,"Cost":552,"Date":"11/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":300,"Cost":260,"Date":"11/9/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":558,"Cost":313,"Date":"3/27/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":387,"Cost":358,"Date":"4/17/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":763,"Cost":681,"Date":"8/11/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":528,"Cost":360,"Date":"8/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":240,"Cost":131,"Date":"9/2/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":341,"Cost":299,"Date":"9/5/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":369,"Cost":209,"Date":"9/14/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":581,"Cost":528,"Date":"9/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":998,"Cost":776,"Date":"11/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":854,"Cost":775,"Date":"12/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":720,"Cost":636,"Date":"1/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":460,"Cost":311,"Date":"1/21/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":339,"Cost":306,"Date":"2/9/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":942,"Cost":890,"Date":"3/19/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":408,"Cost":347,"Date":"4/3/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":800,"Cost":587,"Date":"4/5/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":893,"Cost":601,"Date":"4/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":592,"Cost":503,"Date":"7/10/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":521,"Cost":370,"Date":"3/25/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":271,"Cost":189,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":813,"Cost":499,"Date":"10/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":237,"Cost":134,"Date":"3/2/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":817,"Cost":456,"Date":"6/28/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":528,"Cost":480,"Date":"7/17/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":173,"Cost":106,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":11,"Cost":8,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":64,"Cost":39,"Date":"11/20/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":18,"Cost":9,"Date":"12/16/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":49,"Cost":38,"Date":"12/30/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":388,"Cost":234,"Date":"2/15/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":253,"Cost":190,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":356,"Cost":297,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":363,"Cost":345,"Date":"4/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":373,"Cost":188,"Date":"7/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":529,"Cost":284,"Date":"8/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":66,"Cost":56,"Date":"10/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":19,"Cost":16,"Date":"11/11/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":858,"Cost":542,"Date":"11/30/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":129,"Cost":104,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":700,"Cost":531,"Date":"3/1/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":74,"Cost":38,"Date":"4/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":62,"Cost":46,"Date":"5/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":895,"Cost":668,"Date":"8/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":75,"Cost":42,"Date":"9/15/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":48,"Cost":31,"Date":"10/14/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":236,"Cost":209,"Date":"10/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":836,"Cost":671,"Date":"11/11/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":55,"Cost":27,"Date":"12/7/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":68,"Cost":37,"Date":"12/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":165,"Cost":91,"Date":"1/6/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":995,"Cost":703,"Date":"1/23/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":552,"Cost":370,"Date":"2/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":320,"Cost":215,"Date":"3/10/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":533,"Cost":492,"Date":"3/12/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":796,"Cost":593,"Date":"3/31/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":570,"Cost":437,"Date":"6/16/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":413,"Cost":318,"Date":"6/17/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":531,"Cost":466,"Date":"8/27/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":388,"Cost":198,"Date":"10/1/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":375,"Cost":270,"Date":"11/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":964,"Cost":880,"Date":"11/9/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":245,"Cost":147,"Date":"3/27/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":173,"Cost":106,"Date":"4/17/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":423,"Cost":279,"Date":"8/11/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":220,"Cost":134,"Date":"8/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":99,"Cost":75,"Date":"9/2/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":260,"Cost":131,"Date":"9/5/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":70,"Cost":60,"Date":"9/14/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":787,"Cost":483,"Date":"9/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":268,"Cost":227,"Date":"11/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":868,"Cost":666,"Date":"12/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":670,"Cost":620,"Date":"1/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":551,"Cost":485,"Date":"1/21/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":342,"Cost":206,"Date":"2/9/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":951,"Cost":788,"Date":"3/19/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":60,"Cost":48,"Date":"4/3/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":745,"Cost":561,"Date":"4/5/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":249,"Cost":214,"Date":"4/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":145,"Cost":120,"Date":"7/10/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":544,"Cost":368,"Date":"3/25/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":489,"Cost":266,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":204,"Cost":119,"Date":"10/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":553,"Cost":294,"Date":"3/2/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":682,"Cost":620,"Date":"6/28/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":16,"Cost":9,"Date":"7/17/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":90,"Cost":64,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":60,"Cost":50,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":566,"Cost":365,"Date":"11/20/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":697,"Cost":546,"Date":"12/16/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":808,"Cost":622,"Date":"12/30/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":602,"Cost":363,"Date":"2/15/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":382,"Cost":197,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":151,"Cost":83,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":141,"Cost":91,"Date":"4/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":233,"Cost":213,"Date":"7/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":431,"Cost":278,"Date":"8/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":395,"Cost":369,"Date":"10/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":834,"Cost":700,"Date":"11/11/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":567,"Cost":299,"Date":"11/30/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":394,"Cost":342,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":137,"Cost":103,"Date":"3/1/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":165,"Cost":140,"Date":"4/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":934,"Cost":844,"Date":"5/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":873,"Cost":715,"Date":"8/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":404,"Cost":251,"Date":"9/15/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":892,"Cost":784,"Date":"10/14/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":884,"Cost":585,"Date":"10/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":536,"Cost":380,"Date":"11/11/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":243,"Cost":149,"Date":"12/7/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":498,"Cost":408,"Date":"12/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":892,"Cost":525,"Date":"1/6/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":286,"Cost":217,"Date":"1/23/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":559,"Cost":505,"Date":"2/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":676,"Cost":425,"Date":"3/10/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":690,"Cost":507,"Date":"3/12/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":820,"Cost":448,"Date":"3/31/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":523,"Cost":474,"Date":"6/16/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":626,"Cost":336,"Date":"6/17/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":350,"Cost":229,"Date":"8/27/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":827,"Cost":504,"Date":"10/1/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":169,"Cost":145,"Date":"11/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":563,"Cost":529,"Date":"11/9/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":57,"Cost":54,"Date":"3/27/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":560,"Cost":302,"Date":"4/17/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":984,"Cost":713,"Date":"8/11/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":437,"Cost":287,"Date":"8/21/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":942,"Cost":737,"Date":"9/2/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":95,"Cost":76,"Date":"9/5/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":502,"Cost":294,"Date":"9/14/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":441,"Cost":355,"Date":"9/20/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":73,"Cost":51,"Date":"11/20/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":733,"Cost":632,"Date":"12/21/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":919,"Cost":690,"Date":"1/7/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":649,"Cost":616,"Date":"1/21/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":674,"Cost":344,"Date":"2/9/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":589,"Cost":383,"Date":"3/19/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":583,"Cost":398,"Date":"4/3/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":120,"Cost":88,"Date":"4/5/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":265,"Cost":183,"Date":"4/28/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":68,"Cost":55,"Date":"7/10/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":675,"Cost":386,"Date":"3/25/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":3,"Cost":3,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":152,"Cost":109,"Date":"10/28/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":283,"Cost":203,"Date":"3/2/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":840,"Cost":789,"Date":"6/28/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":636,"Cost":351,"Date":"7/17/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":389,"Cost":284,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":714,"Cost":521,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":758,"Cost":425,"Date":"11/20/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":813,"Cost":710,"Date":"12/16/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":286,"Cost":149,"Date":"12/30/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":200,"Cost":171,"Date":"2/15/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":375,"Cost":353,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":326,"Cost":166,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":984,"Cost":505,"Date":"4/18/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":916,"Cost":869,"Date":"7/27/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":826,"Cost":639,"Date":"8/18/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":718,"Cost":566,"Date":"10/31/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":430,"Cost":386,"Date":"11/11/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":622,"Cost":384,"Date":"11/30/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":789,"Cost":475,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":274,"Cost":220,"Date":"3/1/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":303,"Cost":275,"Date":"4/13/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":35,"Cost":24,"Date":"5/20/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":775,"Cost":687,"Date":"8/13/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":336,"Cost":249,"Date":"9/15/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":136,"Cost":127,"Date":"10/14/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":149,"Cost":85,"Date":"10/28/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":169,"Cost":85,"Date":"11/11/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":673,"Cost":422,"Date":"12/7/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":763,"Cost":488,"Date":"12/21/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":331,"Cost":240,"Date":"1/6/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":707,"Cost":390,"Date":"1/23/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":256,"Cost":195,"Date":"2/4/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":346,"Cost":247,"Date":"3/10/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":89,"Cost":57,"Date":"3/12/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":427,"Cost":390,"Date":"3/31/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":165,"Cost":95,"Date":"6/16/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":461,"Cost":252,"Date":"6/17/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":967,"Cost":840,"Date":"8/27/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":331,"Cost":282,"Date":"10/1/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":734,"Cost":525,"Date":"11/4/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":321,"Cost":229,"Date":"11/9/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":284,"Cost":168,"Date":"3/27/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":819,"Cost":460,"Date":"4/17/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":347,"Cost":279,"Date":"8/11/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":18,"Cost":10,"Date":"8/21/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":127,"Cost":65,"Date":"9/2/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":381,"Cost":214,"Date":"9/5/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":808,"Cost":726,"Date":"9/14/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":677,"Cost":458,"Date":"9/20/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":941,"Cost":537,"Date":"11/20/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":909,"Cost":764,"Date":"12/21/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":383,"Cost":195,"Date":"1/7/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":750,"Cost":618,"Date":"1/21/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":524,"Cost":422,"Date":"2/9/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":972,"Cost":917,"Date":"3/19/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":753,"Cost":427,"Date":"4/3/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":636,"Cost":406,"Date":"4/5/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":715,"Cost":663,"Date":"4/28/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":336,"Cost":169,"Date":"7/10/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":32,"Cost":28,"Date":"3/25/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":910,"Cost":493,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":714,"Cost":457,"Date":"10/28/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":526,"Cost":319,"Date":"3/2/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":644,"Cost":354,"Date":"6/28/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":692,"Cost":589,"Date":"7/17/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":281,"Cost":143,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":783,"Cost":488,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":997,"Cost":909,"Date":"11/20/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":468,"Cost":437,"Date":"12/16/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":779,"Cost":424,"Date":"12/30/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":296,"Cost":230,"Date":"2/15/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":647,"Cost":340,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":908,"Cost":682,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":93,"Cost":56,"Date":"4/18/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":663,"Cost":617,"Date":"7/27/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":120,"Cost":112,"Date":"8/18/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":137,"Cost":94,"Date":"10/31/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":711,"Cost":546,"Date":"11/11/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":743,"Cost":601,"Date":"11/30/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":602,"Cost":478,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":815,"Cost":678,"Date":"3/1/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":436,"Cost":329,"Date":"4/13/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":678,"Cost":423,"Date":"5/20/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":271,"Cost":171,"Date":"8/13/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":150,"Cost":91,"Date":"9/15/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":69,"Cost":55,"Date":"10/14/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":737,"Cost":652,"Date":"10/28/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":421,"Cost":349,"Date":"11/11/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":29,"Cost":15,"Date":"12/7/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":676,"Cost":427,"Date":"12/21/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":42,"Cost":35,"Date":"1/6/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":25,"Cost":18,"Date":"1/23/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":648,"Cost":446,"Date":"2/4/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":665,"Cost":432,"Date":"3/10/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":367,"Cost":208,"Date":"3/12/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":119,"Cost":96,"Date":"3/31/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":770,"Cost":599,"Date":"6/16/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":985,"Cost":696,"Date":"6/17/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":865,"Cost":539,"Date":"8/27/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":152,"Cost":141,"Date":"10/1/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":116,"Cost":67,"Date":"11/4/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":43,"Cost":40,"Date":"11/9/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":428,"Cost":296,"Date":"3/27/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":763,"Cost":521,"Date":"4/17/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":803,"Cost":657,"Date":"8/11/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":653,"Cost":502,"Date":"8/21/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":26,"Cost":22,"Date":"9/2/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":131,"Cost":122,"Date":"9/5/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":680,"Cost":539,"Date":"9/14/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":220,"Cost":209,"Date":"9/20/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":684,"Cost":503,"Date":"11/20/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":906,"Cost":859,"Date":"12/21/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":541,"Cost":318,"Date":"1/7/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":559,"Cost":298,"Date":"1/21/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":220,"Cost":141,"Date":"2/9/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":149,"Cost":121,"Date":"3/19/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":754,"Cost":384,"Date":"4/3/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":209,"Cost":166,"Date":"4/5/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":171,"Cost":147,"Date":"4/28/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":943,"Cost":763,"Date":"7/10/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":441,"Cost":277,"Date":"3/25/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":413,"Cost":353,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":395,"Cost":297,"Date":"10/28/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":618,"Cost":451,"Date":"3/2/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":717,"Cost":596,"Date":"6/28/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":399,"Cost":264,"Date":"7/17/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":306,"Cost":225,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":680,"Cost":494,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":524,"Cost":276,"Date":"11/20/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":329,"Cost":213,"Date":"12/16/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":271,"Cost":140,"Date":"12/30/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":137,"Cost":102,"Date":"2/15/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":840,"Cost":695,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":859,"Cost":802,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":792,"Cost":659,"Date":"4/18/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":196,"Cost":129,"Date":"7/27/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":138,"Cost":83,"Date":"8/18/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":52,"Cost":43,"Date":"10/31/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":84,"Cost":69,"Date":"11/11/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":991,"Cost":574,"Date":"11/30/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":119,"Cost":69,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":499,"Cost":300,"Date":"3/1/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":64,"Cost":32,"Date":"4/13/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":994,"Cost":585,"Date":"5/20/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":851,"Cost":525,"Date":"8/13/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":104,"Cost":63,"Date":"9/15/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":491,"Cost":335,"Date":"10/14/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":614,"Cost":498,"Date":"10/28/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":456,"Cost":275,"Date":"11/11/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":484,"Cost":457,"Date":"12/7/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":717,"Cost":680,"Date":"12/21/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":912,"Cost":495,"Date":"1/6/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":249,"Cost":160,"Date":"1/23/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":23,"Cost":19,"Date":"2/4/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":265,"Cost":228,"Date":"3/10/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":588,"Cost":321,"Date":"3/12/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":524,"Cost":312,"Date":"3/31/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":75,"Cost":56,"Date":"6/16/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":954,"Cost":783,"Date":"6/17/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":354,"Cost":179,"Date":"8/27/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":555,"Cost":291,"Date":"10/1/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":688,"Cost":349,"Date":"11/4/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":835,"Cost":651,"Date":"11/9/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":799,"Cost":410,"Date":"3/27/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":214,"Cost":132,"Date":"4/17/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":387,"Cost":218,"Date":"8/11/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":637,"Cost":591,"Date":"8/21/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":511,"Cost":436,"Date":"9/2/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":920,"Cost":534,"Date":"9/5/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":95,"Cost":70,"Date":"9/14/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":50,"Cost":33,"Date":"9/20/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":878,"Cost":795,"Date":"11/20/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":845,"Cost":502,"Date":"12/21/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":857,"Cost":703,"Date":"1/7/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":277,"Cost":214,"Date":"1/21/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":364,"Cost":184,"Date":"2/9/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":569,"Cost":495,"Date":"3/19/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":874,"Cost":500,"Date":"4/3/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":586,"Cost":399,"Date":"4/5/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":763,"Cost":527,"Date":"4/28/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":197,"Cost":157,"Date":"7/10/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":472,"Cost":309,"Date":"3/25/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":532,"Cost":276,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":579,"Cost":502,"Date":"10/28/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":222,"Cost":161,"Date":"3/2/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":207,"Cost":197,"Date":"6/28/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":682,"Cost":613,"Date":"7/17/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":613,"Cost":409,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":923,"Cost":553,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":726,"Cost":536,"Date":"11/20/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":543,"Cost":307,"Date":"12/16/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":109,"Cost":85,"Date":"12/30/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":214,"Cost":141,"Date":"2/15/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":871,"Cost":469,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":636,"Cost":374,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":625,"Cost":395,"Date":"4/18/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":118,"Cost":93,"Date":"7/27/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":195,"Cost":177,"Date":"8/18/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":87,"Cost":62,"Date":"10/31/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":888,"Cost":764,"Date":"11/11/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":944,"Cost":507,"Date":"11/30/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":951,"Cost":626,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":436,"Cost":348,"Date":"3/1/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":629,"Cost":349,"Date":"4/13/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":898,"Cost":686,"Date":"5/20/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":727,"Cost":637,"Date":"8/13/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":432,"Cost":397,"Date":"9/15/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":294,"Cost":272,"Date":"10/14/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":676,"Cost":580,"Date":"10/28/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":7,"Cost":7,"Date":"11/11/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":216,"Cost":155,"Date":"12/7/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":31,"Cost":25,"Date":"12/21/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":620,"Cost":530,"Date":"1/6/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":773,"Cost":447,"Date":"1/23/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":426,"Cost":402,"Date":"2/4/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":647,"Cost":491,"Date":"3/10/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":83,"Cost":78,"Date":"3/12/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":468,"Cost":316,"Date":"3/31/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":98,"Cost":92,"Date":"6/16/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":37,"Cost":30,"Date":"6/17/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":91,"Cost":78,"Date":"8/27/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":398,"Cost":328,"Date":"10/1/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":166,"Cost":153,"Date":"11/4/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":268,"Cost":164,"Date":"11/9/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":256,"Cost":136,"Date":"3/27/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":923,"Cost":633,"Date":"4/17/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":433,"Cost":349,"Date":"8/11/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":331,"Cost":173,"Date":"8/21/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":665,"Cost":427,"Date":"9/2/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":73,"Cost":70,"Date":"9/5/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":924,"Cost":868,"Date":"9/14/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":658,"Cost":540,"Date":"9/20/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":936,"Cost":802,"Date":"11/20/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":385,"Cost":251,"Date":"12/21/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":977,"Cost":537,"Date":"1/7/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":782,"Cost":684,"Date":"1/21/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":832,"Cost":613,"Date":"2/9/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":532,"Cost":435,"Date":"3/19/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":799,"Cost":546,"Date":"4/3/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":991,"Cost":505,"Date":"4/5/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":319,"Cost":237,"Date":"4/28/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":329,"Cost":198,"Date":"7/10/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":724,"Cost":537,"Date":"3/25/2020"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":497,"Cost":416,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":842,"Cost":458,"Date":"10/28/2020"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":847,"Cost":639,"Date":"3/2/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":947,"Cost":878,"Date":"6/28/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":644,"Cost":610,"Date":"7/17/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":496,"Cost":443,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":45,"Cost":31,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":793,"Cost":612,"Date":"11/20/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":685,"Cost":601,"Date":"12/16/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":581,"Cost":332,"Date":"12/30/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":619,"Cost":422,"Date":"2/15/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":357,"Cost":328,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":523,"Cost":466,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":943,"Cost":641,"Date":"4/18/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":236,"Cost":144,"Date":"7/27/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":314,"Cost":281,"Date":"8/18/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":949,"Cost":704,"Date":"10/31/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":729,"Cost":494,"Date":"11/11/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":986,"Cost":861,"Date":"11/30/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":692,"Cost":525,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":500,"Cost":411,"Date":"3/1/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":537,"Cost":436,"Date":"4/13/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":167,"Cost":146,"Date":"5/20/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":815,"Cost":748,"Date":"8/13/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":413,"Cost":336,"Date":"9/15/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":19,"Cost":17,"Date":"10/14/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":639,"Cost":423,"Date":"10/28/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":620,"Cost":356,"Date":"11/11/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":36,"Cost":24,"Date":"12/7/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":235,"Cost":132,"Date":"12/21/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":493,"Cost":391,"Date":"1/6/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":265,"Cost":162,"Date":"1/23/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":883,"Cost":480,"Date":"2/4/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":75,"Cost":55,"Date":"3/10/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":228,"Cost":165,"Date":"3/12/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":899,"Cost":619,"Date":"3/31/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":648,"Cost":612,"Date":"6/16/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":55,"Cost":43,"Date":"6/17/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":112,"Cost":93,"Date":"8/27/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":33,"Cost":23,"Date":"10/1/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":960,"Cost":777,"Date":"11/4/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":750,"Cost":683,"Date":"11/9/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":55,"Cost":38,"Date":"3/27/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":651,"Cost":613,"Date":"4/17/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":740,"Cost":396,"Date":"8/11/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":832,"Cost":511,"Date":"8/21/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":90,"Cost":72,"Date":"9/2/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":778,"Cost":708,"Date":"9/5/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":840,"Cost":424,"Date":"9/14/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":727,"Cost":466,"Date":"9/20/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":226,"Cost":173,"Date":"11/20/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":299,"Cost":284,"Date":"12/21/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":293,"Cost":272,"Date":"1/7/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":146,"Cost":95,"Date":"1/21/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":838,"Cost":472,"Date":"2/9/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":363,"Cost":324,"Date":"3/19/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":966,"Cost":783,"Date":"4/3/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":317,"Cost":221,"Date":"4/5/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":314,"Cost":249,"Date":"4/28/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":19,"Cost":10,"Date":"7/10/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":652,"Cost":377,"Date":"3/25/2020"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":709,"Cost":571,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":621,"Cost":535,"Date":"10/28/2020"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":112,"Cost":99,"Date":"3/2/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":890,"Cost":559,"Date":"6/28/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":51,"Cost":25,"Date":"7/17/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":214,"Cost":127,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":874,"Cost":761,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":246,"Cost":203,"Date":"11/20/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":852,"Cost":495,"Date":"12/16/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":811,"Cost":458,"Date":"12/30/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":229,"Cost":172,"Date":"2/15/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":376,"Cost":265,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":393,"Cost":287,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":239,"Cost":124,"Date":"4/18/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":967,"Cost":774,"Date":"7/27/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":875,"Cost":588,"Date":"8/18/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":862,"Cost":616,"Date":"10/31/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":865,"Cost":769,"Date":"11/11/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":212,"Cost":133,"Date":"11/30/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":434,"Cost":224,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":327,"Cost":167,"Date":"3/1/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":647,"Cost":409,"Date":"4/13/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":622,"Cost":571,"Date":"5/20/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":497,"Cost":467,"Date":"8/13/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":845,"Cost":474,"Date":"9/15/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":810,"Cost":656,"Date":"10/14/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":114,"Cost":70,"Date":"10/28/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":763,"Cost":652,"Date":"11/11/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":132,"Cost":84,"Date":"12/7/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":80,"Cost":57,"Date":"12/21/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":295,"Cost":180,"Date":"1/6/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":907,"Cost":694,"Date":"1/23/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":340,"Cost":205,"Date":"2/4/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":819,"Cost":468,"Date":"3/10/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":921,"Cost":644,"Date":"3/12/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":253,"Cost":186,"Date":"3/31/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":49,"Cost":42,"Date":"6/16/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":169,"Cost":136,"Date":"6/17/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":353,"Cost":260,"Date":"8/27/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":885,"Cost":481,"Date":"10/1/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":137,"Cost":102,"Date":"11/4/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":471,"Cost":327,"Date":"11/9/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":957,"Cost":729,"Date":"3/27/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":52,"Cost":32,"Date":"4/17/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":174,"Cost":160,"Date":"8/11/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":480,"Cost":345,"Date":"8/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":616,"Cost":531,"Date":"9/2/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":116,"Cost":97,"Date":"9/5/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":642,"Cost":603,"Date":"9/14/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":774,"Cost":673,"Date":"9/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":249,"Cost":194,"Date":"11/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":165,"Cost":130,"Date":"12/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":951,"Cost":613,"Date":"1/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":79,"Cost":41,"Date":"1/21/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":276,"Cost":176,"Date":"2/9/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":715,"Cost":371,"Date":"3/19/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":613,"Cost":321,"Date":"4/3/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":251,"Cost":227,"Date":"4/5/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":454,"Cost":428,"Date":"4/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":669,"Cost":420,"Date":"7/10/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":637,"Cost":457,"Date":"3/25/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":446,"Cost":262,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":776,"Cost":695,"Date":"10/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":936,"Cost":644,"Date":"3/2/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":422,"Cost":325,"Date":"6/28/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":124,"Cost":64,"Date":"7/17/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":451,"Cost":405,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":629,"Cost":516,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":953,"Cost":579,"Date":"11/20/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":139,"Cost":84,"Date":"12/16/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":745,"Cost":385,"Date":"12/30/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":952,"Cost":767,"Date":"2/15/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":289,"Cost":228,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":542,"Cost":336,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":87,"Cost":52,"Date":"4/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":32,"Cost":17,"Date":"7/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":29,"Cost":20,"Date":"8/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":230,"Cost":205,"Date":"10/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":543,"Cost":343,"Date":"11/11/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":134,"Cost":94,"Date":"11/30/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":296,"Cost":260,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":653,"Cost":368,"Date":"3/1/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":346,"Cost":264,"Date":"4/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":885,"Cost":767,"Date":"5/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":946,"Cost":679,"Date":"8/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":883,"Cost":758,"Date":"9/15/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":340,"Cost":180,"Date":"10/14/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":256,"Cost":129,"Date":"10/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":157,"Cost":121,"Date":"11/11/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":583,"Cost":464,"Date":"12/7/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":880,"Cost":444,"Date":"12/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":678,"Cost":563,"Date":"1/6/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":300,"Cost":265,"Date":"1/23/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":53,"Cost":28,"Date":"2/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":702,"Cost":619,"Date":"3/10/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":26,"Cost":22,"Date":"3/12/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":711,"Cost":491,"Date":"3/31/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":621,"Cost":445,"Date":"6/16/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":972,"Cost":490,"Date":"6/17/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":701,"Cost":385,"Date":"8/27/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":857,"Cost":608,"Date":"10/1/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":812,"Cost":748,"Date":"11/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":647,"Cost":438,"Date":"11/9/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":906,"Cost":586,"Date":"3/27/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":599,"Cost":309,"Date":"4/17/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":805,"Cost":741,"Date":"8/11/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":88,"Cost":84,"Date":"8/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":23,"Cost":18,"Date":"9/2/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":533,"Cost":290,"Date":"9/5/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":91,"Cost":77,"Date":"9/14/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":737,"Cost":439,"Date":"9/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":610,"Cost":388,"Date":"11/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":488,"Cost":321,"Date":"12/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":745,"Cost":460,"Date":"1/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":539,"Cost":425,"Date":"1/21/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":543,"Cost":451,"Date":"2/9/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":873,"Cost":602,"Date":"3/19/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":27,"Cost":15,"Date":"4/3/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":790,"Cost":497,"Date":"4/5/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":132,"Cost":112,"Date":"4/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":236,"Cost":140,"Date":"7/10/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":911,"Cost":587,"Date":"3/25/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":812,"Cost":703,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":534,"Cost":480,"Date":"10/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":909,"Cost":545,"Date":"3/2/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":745,"Cost":580,"Date":"6/28/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":816,"Cost":674,"Date":"7/17/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":390,"Cost":268,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":237,"Cost":164,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":880,"Cost":757,"Date":"11/20/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":490,"Cost":449,"Date":"12/16/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":379,"Cost":220,"Date":"12/30/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":427,"Cost":312,"Date":"2/15/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":109,"Cost":69,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":739,"Cost":583,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":22,"Cost":16,"Date":"4/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":775,"Cost":648,"Date":"7/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":429,"Cost":374,"Date":"8/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":271,"Cost":162,"Date":"10/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":26,"Cost":22,"Date":"11/11/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":259,"Cost":142,"Date":"11/30/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":197,"Cost":164,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":857,"Cost":734,"Date":"3/1/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":759,"Cost":400,"Date":"4/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":222,"Cost":187,"Date":"5/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":302,"Cost":186,"Date":"8/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":318,"Cost":197,"Date":"9/15/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":11,"Cost":6,"Date":"10/14/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":707,"Cost":600,"Date":"10/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":533,"Cost":352,"Date":"11/11/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":660,"Cost":351,"Date":"12/7/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":282,"Cost":201,"Date":"12/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":445,"Cost":308,"Date":"1/6/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":32,"Cost":23,"Date":"1/23/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":416,"Cost":365,"Date":"2/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":886,"Cost":736,"Date":"3/10/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":420,"Cost":211,"Date":"3/12/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":81,"Cost":62,"Date":"3/31/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":993,"Cost":704,"Date":"6/16/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":536,"Cost":448,"Date":"6/17/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":914,"Cost":698,"Date":"8/27/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":667,"Cost":400,"Date":"10/1/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":765,"Cost":678,"Date":"11/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":783,"Cost":546,"Date":"11/9/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":863,"Cost":475,"Date":"3/27/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":603,"Cost":514,"Date":"4/17/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":272,"Cost":233,"Date":"8/11/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":577,"Cost":476,"Date":"8/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":195,"Cost":152,"Date":"9/2/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":945,"Cost":697,"Date":"9/5/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":439,"Cost":270,"Date":"9/14/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":827,"Cost":414,"Date":"9/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":142,"Cost":105,"Date":"11/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":995,"Cost":702,"Date":"12/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":710,"Cost":541,"Date":"1/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":265,"Cost":206,"Date":"1/21/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":888,"Cost":706,"Date":"2/9/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":70,"Cost":50,"Date":"3/19/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":102,"Cost":57,"Date":"4/3/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":320,"Cost":250,"Date":"4/5/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":648,"Cost":556,"Date":"4/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":211,"Cost":193,"Date":"7/10/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":762,"Cost":558,"Date":"3/25/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":920,"Cost":482,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":612,"Cost":412,"Date":"10/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":422,"Cost":268,"Date":"3/2/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":651,"Cost":519,"Date":"6/28/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":954,"Cost":808,"Date":"7/17/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":575,"Cost":489,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":34,"Cost":33,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":399,"Cost":238,"Date":"11/20/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":342,"Cost":234,"Date":"12/16/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":103,"Cost":62,"Date":"12/30/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":419,"Cost":352,"Date":"2/15/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":793,"Cost":712,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":313,"Cost":164,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":731,"Cost":495,"Date":"4/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":829,"Cost":671,"Date":"7/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":806,"Cost":657,"Date":"8/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":154,"Cost":98,"Date":"10/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":902,"Cost":523,"Date":"11/11/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":429,"Cost":406,"Date":"11/30/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":125,"Cost":96,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":509,"Cost":318,"Date":"3/1/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":714,"Cost":522,"Date":"4/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":901,"Cost":651,"Date":"5/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":833,"Cost":457,"Date":"8/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":190,"Date":"9/15/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":483,"Cost":271,"Date":"10/14/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":871,"Cost":792,"Date":"10/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":677,"Cost":586,"Date":"11/11/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":609,"Cost":490,"Date":"12/7/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":205,"Cost":136,"Date":"12/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":327,"Cost":300,"Date":"1/6/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":391,"Cost":289,"Date":"1/23/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":741,"Cost":665,"Date":"2/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":293,"Cost":260,"Date":"3/10/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":108,"Date":"3/12/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":895,"Cost":734,"Date":"3/31/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":333,"Cost":189,"Date":"6/16/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":567,"Cost":449,"Date":"6/17/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":970,"Cost":876,"Date":"8/27/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":11,"Cost":6,"Date":"10/1/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":707,"Cost":588,"Date":"11/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":854,"Cost":761,"Date":"11/9/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":126,"Cost":77,"Date":"3/27/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":135,"Cost":96,"Date":"4/17/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":61,"Cost":44,"Date":"8/11/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":597,"Cost":489,"Date":"8/21/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":374,"Cost":336,"Date":"9/2/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":308,"Cost":174,"Date":"9/5/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":95,"Cost":82,"Date":"9/14/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":435,"Cost":282,"Date":"9/20/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":166,"Cost":121,"Date":"11/20/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":34,"Cost":32,"Date":"12/21/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":106,"Cost":101,"Date":"1/7/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":109,"Cost":101,"Date":"1/21/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":760,"Cost":525,"Date":"2/9/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":501,"Cost":263,"Date":"3/19/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":318,"Cost":188,"Date":"4/3/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":847,"Cost":542,"Date":"4/5/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":786,"Cost":430,"Date":"4/28/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":506,"Cost":288,"Date":"7/10/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":26,"Cost":13,"Date":"3/25/2020"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":677,"Cost":624,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":615,"Cost":309,"Date":"10/28/2020"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":360,"Cost":288,"Date":"3/2/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":425,"Cost":219,"Date":"6/28/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":271,"Date":"7/17/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":374,"Cost":214,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":580,"Cost":501,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":910,"Cost":545,"Date":"11/20/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":996,"Cost":525,"Date":"12/16/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":720,"Cost":659,"Date":"12/30/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":687,"Cost":603,"Date":"2/15/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":269,"Cost":236,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":898,"Cost":591,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":319,"Cost":193,"Date":"4/18/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":996,"Cost":631,"Date":"7/27/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":843,"Cost":578,"Date":"8/18/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":51,"Cost":47,"Date":"10/31/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":615,"Cost":430,"Date":"11/11/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":926,"Cost":728,"Date":"11/30/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":51,"Cost":42,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":628,"Cost":327,"Date":"3/1/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":54,"Cost":42,"Date":"4/13/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":587,"Cost":387,"Date":"5/20/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":940,"Cost":548,"Date":"8/13/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":265,"Cost":157,"Date":"9/15/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":848,"Cost":448,"Date":"10/14/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":783,"Cost":569,"Date":"10/28/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":261,"Cost":244,"Date":"11/11/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":380,"Cost":269,"Date":"12/7/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":993,"Cost":728,"Date":"12/21/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":602,"Cost":489,"Date":"1/6/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":850,"Cost":440,"Date":"1/23/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":325,"Cost":205,"Date":"2/4/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":833,"Cost":590,"Date":"3/10/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":650,"Cost":594,"Date":"3/12/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":345,"Cost":252,"Date":"3/31/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":557,"Cost":285,"Date":"6/16/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":947,"Cost":507,"Date":"6/17/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":344,"Cost":320,"Date":"8/27/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":733,"Cost":450,"Date":"10/1/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":502,"Cost":280,"Date":"11/4/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":66,"Cost":36,"Date":"11/9/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":423,"Cost":363,"Date":"3/27/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":481,"Cost":274,"Date":"4/17/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":431,"Cost":380,"Date":"8/11/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":919,"Cost":506,"Date":"8/21/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":702,"Cost":506,"Date":"9/2/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":570,"Cost":505,"Date":"9/5/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":394,"Cost":342,"Date":"9/14/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":103,"Cost":74,"Date":"9/20/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":484,"Cost":284,"Date":"11/20/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":34,"Cost":24,"Date":"12/21/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":617,"Cost":446,"Date":"1/7/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":254,"Cost":226,"Date":"1/21/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":282,"Cost":170,"Date":"2/9/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":92,"Cost":86,"Date":"3/19/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":170,"Cost":101,"Date":"4/3/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":859,"Cost":596,"Date":"4/5/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":145,"Cost":83,"Date":"4/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":749,"Cost":673,"Date":"7/10/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":197,"Cost":124,"Date":"3/25/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":480,"Cost":293,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":371,"Cost":226,"Date":"10/28/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":543,"Cost":439,"Date":"3/2/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":734,"Cost":665,"Date":"6/28/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":535,"Cost":458,"Date":"7/17/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":901,"Cost":607,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":746,"Cost":606,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":547,"Cost":417,"Date":"11/20/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":180,"Cost":161,"Date":"12/16/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":162,"Cost":86,"Date":"12/30/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":448,"Cost":344,"Date":"2/15/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":59,"Cost":39,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":212,"Cost":113,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":983,"Cost":703,"Date":"4/18/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":329,"Cost":180,"Date":"7/27/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":368,"Cost":211,"Date":"8/18/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":9,"Cost":4,"Date":"10/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":709,"Cost":512,"Date":"11/11/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":682,"Cost":580,"Date":"11/30/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":688,"Cost":348,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":403,"Cost":236,"Date":"3/1/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":465,"Cost":377,"Date":"4/13/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":559,"Cost":436,"Date":"5/20/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":756,"Cost":688,"Date":"8/13/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":402,"Cost":360,"Date":"9/15/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":132,"Cost":100,"Date":"10/14/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":93,"Cost":77,"Date":"10/28/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":426,"Cost":262,"Date":"11/11/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":462,"Cost":236,"Date":"12/7/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":110,"Cost":99,"Date":"12/21/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":72,"Cost":60,"Date":"1/6/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":692,"Cost":454,"Date":"1/23/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":276,"Cost":215,"Date":"2/4/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":195,"Cost":175,"Date":"3/10/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":671,"Cost":438,"Date":"3/12/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":692,"Cost":613,"Date":"3/31/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":12,"Cost":9,"Date":"6/16/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":678,"Cost":452,"Date":"6/17/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":587,"Cost":316,"Date":"8/27/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":636,"Cost":572,"Date":"10/1/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":793,"Cost":641,"Date":"11/4/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":440,"Cost":342,"Date":"11/9/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":447,"Cost":349,"Date":"3/27/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":363,"Cost":276,"Date":"4/17/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":278,"Cost":174,"Date":"8/11/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":972,"Cost":511,"Date":"8/21/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":659,"Cost":593,"Date":"9/2/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":689,"Cost":624,"Date":"9/5/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":983,"Cost":864,"Date":"9/14/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":358,"Cost":216,"Date":"9/20/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":52,"Cost":42,"Date":"11/20/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":264,"Cost":162,"Date":"12/21/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":472,"Cost":374,"Date":"1/7/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":8,"Cost":6,"Date":"1/21/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":252,"Cost":227,"Date":"2/9/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":251,"Cost":182,"Date":"3/19/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":534,"Cost":506,"Date":"4/3/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":593,"Cost":330,"Date":"4/5/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":606,"Cost":470,"Date":"4/28/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":277,"Cost":203,"Date":"7/10/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":361,"Cost":285,"Date":"3/25/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":328,"Cost":239,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":136,"Cost":96,"Date":"10/28/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":806,"Cost":740,"Date":"3/2/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":320,"Cost":237,"Date":"6/28/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":823,"Cost":690,"Date":"7/17/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":325,"Cost":166,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":761,"Cost":404,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":360,"Cost":196,"Date":"11/20/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":79,"Cost":54,"Date":"12/16/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":482,"Cost":410,"Date":"12/30/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":841,"Cost":741,"Date":"2/15/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":87,"Cost":52,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":232,"Cost":201,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":297,"Cost":241,"Date":"4/18/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":537,"Cost":470,"Date":"7/27/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":479,"Cost":362,"Date":"8/18/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":442,"Cost":346,"Date":"10/31/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":969,"Cost":803,"Date":"11/11/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":450,"Cost":392,"Date":"11/30/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":57,"Cost":38,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":759,"Cost":623,"Date":"3/1/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":183,"Cost":173,"Date":"4/13/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":594,"Cost":547,"Date":"5/20/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":967,"Cost":747,"Date":"8/13/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":882,"Cost":652,"Date":"9/15/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":805,"Cost":548,"Date":"10/14/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":912,"Cost":839,"Date":"10/28/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":237,"Cost":128,"Date":"11/11/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":735,"Cost":600,"Date":"12/7/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":216,"Cost":182,"Date":"12/21/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":934,"Cost":693,"Date":"1/6/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":6,"Cost":4,"Date":"1/23/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":617,"Cost":528,"Date":"2/4/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":328,"Cost":201,"Date":"3/10/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":901,"Cost":779,"Date":"3/12/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":39,"Cost":22,"Date":"3/31/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":496,"Cost":411,"Date":"6/16/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":724,"Cost":616,"Date":"6/17/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":421,"Cost":308,"Date":"8/27/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":234,"Cost":222,"Date":"10/1/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":349,"Cost":214,"Date":"11/4/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":208,"Cost":161,"Date":"11/9/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":145,"Cost":131,"Date":"3/27/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":870,"Cost":624,"Date":"4/17/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":739,"Cost":484,"Date":"8/11/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":744,"Cost":682,"Date":"8/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":444,"Cost":343,"Date":"9/2/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":750,"Cost":584,"Date":"9/5/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":483,"Cost":393,"Date":"9/14/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":691,"Cost":464,"Date":"9/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":212,"Cost":112,"Date":"11/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":929,"Cost":483,"Date":"12/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":944,"Cost":619,"Date":"1/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":897,"Cost":791,"Date":"1/21/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":417,"Cost":229,"Date":"2/9/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":372,"Cost":280,"Date":"3/19/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":851,"Cost":709,"Date":"4/3/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":344,"Cost":296,"Date":"4/5/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":900,"Cost":489,"Date":"4/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":454,"Cost":248,"Date":"7/10/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":912,"Cost":854,"Date":"3/25/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":498,"Cost":339,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":650,"Cost":373,"Date":"10/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":474,"Cost":259,"Date":"3/2/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":137,"Cost":78,"Date":"6/28/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":289,"Cost":154,"Date":"7/17/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":754,"Cost":502,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":423,"Cost":250,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":472,"Cost":448,"Date":"11/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":484,"Cost":443,"Date":"12/16/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":937,"Cost":558,"Date":"12/30/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":78,"Cost":55,"Date":"2/15/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":891,"Cost":562,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":401,"Cost":233,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":811,"Cost":703,"Date":"4/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":414,"Cost":300,"Date":"7/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":533,"Cost":376,"Date":"8/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":136,"Cost":74,"Date":"10/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":77,"Cost":58,"Date":"11/11/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":937,"Cost":607,"Date":"11/30/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":400,"Cost":358,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":588,"Cost":373,"Date":"3/1/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":580,"Cost":450,"Date":"4/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":664,"Cost":505,"Date":"5/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":807,"Cost":621,"Date":"8/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":669,"Cost":506,"Date":"9/15/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":203,"Cost":110,"Date":"10/14/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":193,"Cost":134,"Date":"10/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":74,"Cost":47,"Date":"11/11/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":397,"Cost":363,"Date":"12/7/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":503,"Cost":427,"Date":"12/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":80,"Cost":48,"Date":"1/6/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":599,"Cost":557,"Date":"1/23/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":733,"Cost":494,"Date":"2/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":644,"Cost":561,"Date":"3/10/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":354,"Cost":242,"Date":"3/12/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":798,"Cost":514,"Date":"3/31/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":559,"Cost":460,"Date":"6/16/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":851,"Cost":608,"Date":"6/17/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":455,"Cost":384,"Date":"8/27/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":450,"Cost":259,"Date":"10/1/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":186,"Cost":154,"Date":"11/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":873,"Cost":795,"Date":"11/9/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":385,"Cost":296,"Date":"3/27/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":572,"Cost":369,"Date":"4/17/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":536,"Cost":393,"Date":"8/11/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":486,"Cost":355,"Date":"8/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":37,"Cost":25,"Date":"9/2/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":279,"Cost":209,"Date":"9/5/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":474,"Cost":267,"Date":"9/14/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":950,"Cost":574,"Date":"9/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":129,"Cost":112,"Date":"11/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":665,"Cost":452,"Date":"12/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":731,"Cost":511,"Date":"1/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":829,"Cost":588,"Date":"1/21/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":364,"Cost":194,"Date":"2/9/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":702,"Cost":371,"Date":"3/19/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":827,"Cost":669,"Date":"4/3/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":316,"Cost":177,"Date":"4/5/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":289,"Date":"4/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":633,"Cost":379,"Date":"7/10/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":803,"Cost":519,"Date":"3/25/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":481,"Cost":439,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":67,"Cost":50,"Date":"10/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":897,"Cost":483,"Date":"3/2/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":154,"Cost":78,"Date":"6/28/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":427,"Cost":332,"Date":"7/17/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":562,"Cost":310,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":135,"Cost":84,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":152,"Cost":94,"Date":"11/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":678,"Cost":383,"Date":"12/16/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":797,"Cost":465,"Date":"12/30/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":523,"Cost":298,"Date":"2/15/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":472,"Cost":342,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":772,"Cost":549,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":401,"Cost":379,"Date":"4/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":537,"Cost":336,"Date":"7/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":530,"Cost":307,"Date":"8/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":484,"Cost":423,"Date":"10/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":498,"Cost":423,"Date":"11/11/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":296,"Cost":215,"Date":"11/30/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":492,"Cost":260,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":184,"Cost":111,"Date":"3/1/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":55,"Cost":37,"Date":"4/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":800,"Cost":439,"Date":"5/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":329,"Cost":290,"Date":"8/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":511,"Cost":449,"Date":"9/15/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":777,"Cost":497,"Date":"10/14/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":132,"Cost":119,"Date":"10/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":980,"Cost":742,"Date":"11/11/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":140,"Date":"12/7/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":247,"Cost":138,"Date":"12/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":589,"Cost":459,"Date":"1/6/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":617,"Cost":564,"Date":"1/23/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":821,"Cost":519,"Date":"2/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":743,"Cost":699,"Date":"3/10/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":199,"Cost":167,"Date":"3/12/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":241,"Date":"3/31/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":832,"Cost":469,"Date":"6/16/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":348,"Cost":281,"Date":"6/17/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":646,"Cost":550,"Date":"8/27/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":2,"Cost":2,"Date":"10/1/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":932,"Cost":827,"Date":"11/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":845,"Cost":504,"Date":"11/9/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":385,"Cost":349,"Date":"3/27/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":396,"Cost":200,"Date":"4/17/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":385,"Cost":223,"Date":"8/11/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":366,"Cost":314,"Date":"8/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":398,"Cost":338,"Date":"9/2/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":673,"Cost":389,"Date":"9/5/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":665,"Cost":536,"Date":"9/14/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":852,"Cost":586,"Date":"9/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":313,"Cost":262,"Date":"11/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":721,"Cost":610,"Date":"12/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":867,"Cost":753,"Date":"1/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":591,"Cost":467,"Date":"1/21/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":768,"Cost":459,"Date":"2/9/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":609,"Cost":331,"Date":"3/19/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":736,"Cost":659,"Date":"4/3/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":123,"Cost":108,"Date":"4/5/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":181,"Cost":138,"Date":"4/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":289,"Cost":163,"Date":"7/10/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":712,"Cost":545,"Date":"3/25/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":47,"Cost":40,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":473,"Cost":240,"Date":"10/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":786,"Cost":452,"Date":"3/2/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":664,"Cost":370,"Date":"6/28/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":845,"Cost":673,"Date":"7/17/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":629,"Cost":376,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":453,"Cost":413,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":16,"Cost":12,"Date":"11/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":709,"Cost":458,"Date":"12/16/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":816,"Cost":464,"Date":"12/30/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":464,"Cost":313,"Date":"2/15/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":920,"Cost":769,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":529,"Cost":415,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":227,"Cost":151,"Date":"4/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":107,"Cost":101,"Date":"7/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":900,"Cost":611,"Date":"8/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":370,"Cost":199,"Date":"10/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":413,"Cost":325,"Date":"11/11/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":543,"Cost":300,"Date":"11/30/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":751,"Cost":441,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":813,"Cost":432,"Date":"3/1/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":102,"Cost":63,"Date":"4/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":423,"Cost":270,"Date":"5/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":964,"Cost":868,"Date":"8/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":658,"Cost":620,"Date":"9/15/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":690,"Cost":528,"Date":"10/14/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":654,"Cost":330,"Date":"10/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":447,"Cost":346,"Date":"11/11/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":290,"Cost":229,"Date":"12/7/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":395,"Cost":358,"Date":"12/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":149,"Cost":128,"Date":"1/6/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":597,"Cost":394,"Date":"1/23/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":440,"Cost":353,"Date":"2/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":337,"Cost":305,"Date":"3/10/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":635,"Cost":523,"Date":"3/12/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":477,"Cost":414,"Date":"3/31/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":303,"Cost":231,"Date":"6/16/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":781,"Cost":397,"Date":"6/17/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":550,"Cost":321,"Date":"8/27/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":125,"Cost":72,"Date":"10/1/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":701,"Cost":414,"Date":"11/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":31,"Cost":29,"Date":"11/9/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":97,"Cost":52,"Date":"3/27/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":215,"Cost":130,"Date":"4/17/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":828,"Cost":630,"Date":"8/11/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":186,"Cost":112,"Date":"8/21/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":309,"Cost":197,"Date":"9/2/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":257,"Cost":129,"Date":"9/5/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":506,"Cost":254,"Date":"9/14/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":698,"Cost":450,"Date":"9/20/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":416,"Cost":316,"Date":"11/20/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":805,"Cost":431,"Date":"12/21/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":833,"Cost":435,"Date":"1/7/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":394,"Cost":279,"Date":"1/21/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":534,"Cost":317,"Date":"2/9/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":926,"Cost":484,"Date":"3/19/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":781,"Cost":572,"Date":"4/3/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":657,"Cost":436,"Date":"4/5/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":517,"Cost":292,"Date":"4/28/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":814,"Cost":575,"Date":"7/10/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":420,"Cost":366,"Date":"3/25/2020"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":725,"Cost":647,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":216,"Cost":183,"Date":"10/28/2020"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":391,"Cost":220,"Date":"3/2/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":760,"Cost":507,"Date":"6/28/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":376,"Cost":257,"Date":"7/17/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":79,"Cost":65,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":827,"Cost":693,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":223,"Cost":140,"Date":"11/20/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":461,"Cost":338,"Date":"12/16/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":704,"Cost":515,"Date":"12/30/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":811,"Cost":673,"Date":"2/15/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":30,"Cost":23,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":8,"Cost":7,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":624,"Cost":433,"Date":"4/18/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":122,"Cost":94,"Date":"7/27/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":235,"Cost":199,"Date":"8/18/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":809,"Cost":619,"Date":"10/31/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":232,"Cost":214,"Date":"11/11/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":623,"Cost":550,"Date":"11/30/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":98,"Cost":93,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":151,"Cost":88,"Date":"3/1/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":607,"Cost":425,"Date":"4/13/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":448,"Cost":340,"Date":"5/20/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":312,"Cost":286,"Date":"8/13/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":525,"Cost":268,"Date":"9/15/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":297,"Cost":221,"Date":"10/14/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":631,"Cost":416,"Date":"10/28/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":648,"Cost":369,"Date":"11/11/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":162,"Cost":135,"Date":"12/7/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":312,"Cost":271,"Date":"12/21/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":499,"Cost":277,"Date":"1/6/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":53,"Cost":38,"Date":"1/23/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":862,"Cost":633,"Date":"2/4/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":888,"Cost":563,"Date":"3/10/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":100,"Cost":91,"Date":"3/12/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":480,"Cost":287,"Date":"3/31/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":468,"Cost":388,"Date":"6/16/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":790,"Cost":477,"Date":"6/17/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":72,"Cost":46,"Date":"8/27/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":208,"Cost":128,"Date":"10/1/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":853,"Cost":741,"Date":"11/4/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":464,"Cost":314,"Date":"11/9/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":222,"Cost":205,"Date":"3/27/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":764,"Cost":567,"Date":"4/17/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":831,"Cost":434,"Date":"8/11/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":911,"Cost":775,"Date":"8/21/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":418,"Cost":339,"Date":"9/2/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":874,"Cost":527,"Date":"9/5/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":35,"Cost":26,"Date":"9/14/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":532,"Cost":428,"Date":"9/20/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":253,"Cost":185,"Date":"11/20/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":418,"Cost":327,"Date":"12/21/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":269,"Cost":192,"Date":"1/7/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":921,"Cost":664,"Date":"1/21/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":876,"Cost":496,"Date":"2/9/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":761,"Cost":608,"Date":"3/19/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":929,"Cost":541,"Date":"4/3/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":993,"Cost":774,"Date":"4/5/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":361,"Cost":269,"Date":"4/28/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":640,"Cost":409,"Date":"7/10/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":333,"Cost":179,"Date":"3/25/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":104,"Cost":82,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":182,"Cost":158,"Date":"10/28/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":938,"Cost":758,"Date":"3/2/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":99,"Cost":87,"Date":"6/28/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":96,"Cost":77,"Date":"7/17/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":606,"Cost":454,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":721,"Cost":524,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":848,"Cost":537,"Date":"11/20/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":374,"Cost":305,"Date":"12/16/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":953,"Cost":586,"Date":"12/30/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":17,"Cost":14,"Date":"2/15/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":258,"Cost":229,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":723,"Cost":424,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":125,"Cost":92,"Date":"4/18/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":357,"Cost":307,"Date":"7/27/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":34,"Cost":27,"Date":"8/18/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":396,"Cost":201,"Date":"10/31/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":138,"Cost":123,"Date":"11/11/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":300,"Cost":182,"Date":"11/30/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":984,"Cost":703,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":110,"Cost":94,"Date":"3/1/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":599,"Cost":362,"Date":"4/13/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":2,"Cost":1,"Date":"5/20/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":319,"Cost":280,"Date":"8/13/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":668,"Cost":531,"Date":"9/15/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":637,"Cost":450,"Date":"10/14/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":64,"Cost":58,"Date":"10/28/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":548,"Cost":407,"Date":"11/11/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":549,"Cost":339,"Date":"12/7/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":804,"Cost":534,"Date":"12/21/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":751,"Cost":699,"Date":"1/6/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":433,"Cost":303,"Date":"1/23/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":349,"Cost":185,"Date":"2/4/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":426,"Cost":365,"Date":"3/10/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":155,"Cost":145,"Date":"3/12/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":112,"Cost":96,"Date":"3/31/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":255,"Cost":219,"Date":"6/16/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":473,"Cost":356,"Date":"6/17/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":89,"Cost":59,"Date":"8/27/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":592,"Cost":556,"Date":"10/1/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":626,"Cost":462,"Date":"11/4/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":825,"Cost":678,"Date":"11/9/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":298,"Cost":278,"Date":"3/27/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":857,"Cost":505,"Date":"4/17/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":333,"Cost":212,"Date":"8/11/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":164,"Cost":125,"Date":"8/21/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":542,"Cost":425,"Date":"9/2/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":361,"Cost":224,"Date":"9/5/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":531,"Cost":365,"Date":"9/14/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":654,"Cost":364,"Date":"9/20/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":600,"Cost":527,"Date":"11/20/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":729,"Cost":397,"Date":"12/21/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":283,"Cost":192,"Date":"1/7/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":717,"Cost":532,"Date":"1/21/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":173,"Cost":115,"Date":"2/9/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":421,"Cost":238,"Date":"3/19/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":809,"Cost":529,"Date":"4/3/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":640,"Cost":351,"Date":"4/5/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":450,"Cost":261,"Date":"4/28/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":567,"Cost":406,"Date":"7/10/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":728,"Cost":613,"Date":"3/25/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":840,"Cost":670,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":235,"Cost":179,"Date":"10/28/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":434,"Cost":379,"Date":"3/2/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":444,"Cost":235,"Date":"6/28/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":649,"Cost":418,"Date":"7/17/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":675,"Cost":546,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":493,"Cost":442,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":301,"Cost":257,"Date":"11/20/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":579,"Cost":467,"Date":"12/16/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":537,"Cost":324,"Date":"12/30/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":464,"Cost":282,"Date":"2/15/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":164,"Cost":111,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":813,"Cost":750,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":272,"Cost":161,"Date":"4/18/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":287,"Cost":242,"Date":"7/27/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":643,"Cost":429,"Date":"8/18/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":81,"Cost":75,"Date":"10/31/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":110,"Cost":65,"Date":"11/11/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":870,"Cost":693,"Date":"11/30/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":198,"Cost":138,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":418,"Cost":253,"Date":"3/1/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":269,"Cost":225,"Date":"4/13/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":23,"Cost":12,"Date":"5/20/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":765,"Cost":630,"Date":"8/13/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":525,"Cost":393,"Date":"9/15/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":265,"Cost":192,"Date":"10/14/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":615,"Cost":532,"Date":"10/28/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":588,"Cost":448,"Date":"11/11/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":413,"Cost":243,"Date":"12/7/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":405,"Cost":288,"Date":"12/21/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":332,"Cost":251,"Date":"1/6/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":857,"Cost":511,"Date":"1/23/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":689,"Cost":639,"Date":"2/4/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":466,"Cost":392,"Date":"3/10/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":293,"Cost":211,"Date":"3/12/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":503,"Cost":340,"Date":"3/31/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":679,"Cost":595,"Date":"6/16/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":785,"Cost":456,"Date":"6/17/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":546,"Cost":357,"Date":"8/27/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":458,"Cost":322,"Date":"10/1/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":954,"Cost":894,"Date":"11/4/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":900,"Cost":671,"Date":"11/9/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":692,"Cost":631,"Date":"3/27/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":791,"Cost":443,"Date":"4/17/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":415,"Cost":302,"Date":"8/11/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":599,"Cost":388,"Date":"8/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":275,"Cost":256,"Date":"9/2/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":812,"Cost":622,"Date":"9/5/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":47,"Cost":31,"Date":"9/14/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":599,"Cost":437,"Date":"9/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":76,"Cost":50,"Date":"11/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":602,"Cost":445,"Date":"12/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":346,"Cost":221,"Date":"1/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":113,"Cost":90,"Date":"1/21/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":666,"Cost":435,"Date":"2/9/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":747,"Cost":594,"Date":"3/19/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":651,"Cost":356,"Date":"4/3/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":19,"Cost":17,"Date":"4/5/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":308,"Cost":268,"Date":"4/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":892,"Cost":498,"Date":"7/10/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":172,"Cost":120,"Date":"3/25/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":463,"Cost":291,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":927,"Cost":737,"Date":"10/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":431,"Cost":301,"Date":"3/2/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":544,"Cost":502,"Date":"6/28/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":872,"Cost":464,"Date":"7/17/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":722,"Cost":398,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":824,"Cost":480,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":516,"Cost":467,"Date":"11/20/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":546,"Cost":509,"Date":"12/16/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":319,"Cost":232,"Date":"12/30/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":521,"Cost":342,"Date":"2/15/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":58,"Cost":41,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":15,"Cost":14,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":572,"Cost":369,"Date":"4/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":196,"Cost":162,"Date":"7/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":515,"Cost":300,"Date":"8/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":263,"Cost":217,"Date":"10/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":134,"Cost":128,"Date":"11/11/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":252,"Cost":238,"Date":"11/30/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":725,"Cost":367,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":900,"Cost":647,"Date":"3/1/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":169,"Cost":92,"Date":"4/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":12,"Cost":9,"Date":"5/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":302,"Cost":275,"Date":"8/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":399,"Cost":343,"Date":"9/15/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":129,"Cost":103,"Date":"10/14/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":71,"Cost":35,"Date":"10/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":95,"Cost":59,"Date":"11/11/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":890,"Cost":631,"Date":"12/7/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":503,"Cost":339,"Date":"12/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":279,"Cost":156,"Date":"1/6/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":251,"Cost":218,"Date":"1/23/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":303,"Cost":158,"Date":"2/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":672,"Cost":413,"Date":"3/10/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":648,"Cost":466,"Date":"3/12/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":760,"Cost":510,"Date":"3/31/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":492,"Cost":280,"Date":"6/16/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":827,"Cost":458,"Date":"6/17/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":95,"Cost":71,"Date":"8/27/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":110,"Cost":94,"Date":"10/1/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":889,"Cost":540,"Date":"11/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":881,"Cost":814,"Date":"11/9/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":336,"Cost":211,"Date":"3/27/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":108,"Cost":63,"Date":"4/17/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":157,"Cost":99,"Date":"8/11/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":714,"Cost":618,"Date":"8/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":753,"Cost":619,"Date":"9/2/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":374,"Cost":317,"Date":"9/5/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":785,"Cost":660,"Date":"9/14/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":235,"Cost":220,"Date":"9/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":8,"Cost":5,"Date":"11/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":717,"Cost":434,"Date":"12/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":726,"Cost":487,"Date":"1/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":169,"Cost":149,"Date":"1/21/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":604,"Cost":494,"Date":"2/9/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":763,"Cost":435,"Date":"3/19/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":664,"Cost":620,"Date":"4/3/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":693,"Cost":473,"Date":"4/5/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":318,"Cost":215,"Date":"4/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":644,"Cost":517,"Date":"7/10/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":488,"Cost":249,"Date":"3/25/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":879,"Cost":603,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":235,"Cost":142,"Date":"10/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":283,"Cost":209,"Date":"3/2/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":412,"Cost":227,"Date":"6/28/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":975,"Cost":900,"Date":"7/17/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":362,"Cost":248,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":404,"Cost":218,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":848,"Cost":680,"Date":"11/20/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":440,"Cost":230,"Date":"12/16/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":59,"Cost":43,"Date":"12/30/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":217,"Cost":166,"Date":"2/15/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":99,"Cost":59,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":63,"Cost":33,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":865,"Cost":760,"Date":"4/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":977,"Cost":809,"Date":"7/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":116,"Cost":85,"Date":"8/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":628,"Cost":488,"Date":"10/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":267,"Cost":226,"Date":"11/11/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":70,"Cost":57,"Date":"11/30/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":632,"Cost":371,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":322,"Cost":224,"Date":"3/1/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":5,"Cost":2,"Date":"4/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":146,"Cost":96,"Date":"5/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":969,"Cost":584,"Date":"8/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":871,"Cost":638,"Date":"9/15/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":25,"Cost":17,"Date":"10/14/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":548,"Cost":292,"Date":"10/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":628,"Cost":365,"Date":"11/11/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":486,"Cost":455,"Date":"12/7/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":30,"Cost":16,"Date":"12/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":767,"Cost":506,"Date":"1/6/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":334,"Cost":285,"Date":"1/23/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":519,"Cost":471,"Date":"2/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":342,"Cost":195,"Date":"3/10/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":462,"Cost":434,"Date":"3/12/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":396,"Cost":245,"Date":"3/31/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":332,"Cost":166,"Date":"6/16/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":632,"Cost":324,"Date":"6/17/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":647,"Cost":499,"Date":"8/27/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":217,"Cost":114,"Date":"10/1/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":543,"Cost":445,"Date":"11/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":68,"Cost":52,"Date":"11/9/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":237,"Cost":141,"Date":"3/27/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":559,"Cost":426,"Date":"4/17/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":519,"Cost":398,"Date":"8/11/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":602,"Cost":426,"Date":"8/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":588,"Cost":468,"Date":"9/2/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":485,"Cost":249,"Date":"9/5/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":549,"Cost":459,"Date":"9/14/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":692,"Cost":387,"Date":"9/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":477,"Cost":448,"Date":"11/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":571,"Cost":511,"Date":"12/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":647,"Cost":408,"Date":"1/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":74,"Cost":62,"Date":"1/21/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":191,"Cost":154,"Date":"2/9/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":111,"Cost":72,"Date":"3/19/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":983,"Cost":914,"Date":"4/3/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":879,"Cost":781,"Date":"4/5/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":39,"Cost":29,"Date":"4/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":87,"Cost":78,"Date":"7/10/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":308,"Cost":234,"Date":"3/25/2020"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":897,"Cost":588,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":721,"Cost":667,"Date":"10/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":542,"Cost":402,"Date":"3/2/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":818,"Cost":451,"Date":"6/28/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":740,"Cost":550,"Date":"7/17/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":132,"Cost":93,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":947,"Cost":698,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":361,"Cost":240,"Date":"11/20/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":873,"Cost":437,"Date":"12/16/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":813,"Cost":503,"Date":"12/30/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":692,"Cost":525,"Date":"2/15/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":289,"Cost":265,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":573,"Cost":483,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":699,"Cost":494,"Date":"4/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":576,"Cost":343,"Date":"7/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":650,"Cost":376,"Date":"8/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":168,"Cost":94,"Date":"10/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":366,"Cost":203,"Date":"11/11/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":496,"Cost":395,"Date":"11/30/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":580,"Cost":505,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":8,"Cost":5,"Date":"3/1/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":208,"Cost":175,"Date":"4/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":557,"Cost":387,"Date":"5/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":628,"Cost":356,"Date":"8/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":309,"Cost":226,"Date":"9/15/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":379,"Cost":315,"Date":"10/14/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":783,"Cost":710,"Date":"10/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":354,"Cost":192,"Date":"11/11/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":783,"Cost":712,"Date":"12/7/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":430,"Cost":222,"Date":"12/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":76,"Cost":62,"Date":"1/6/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":253,"Cost":154,"Date":"1/23/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":183,"Cost":150,"Date":"2/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":805,"Cost":745,"Date":"3/10/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":295,"Cost":198,"Date":"3/12/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":799,"Cost":552,"Date":"3/31/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":683,"Cost":515,"Date":"6/16/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":984,"Cost":760,"Date":"6/17/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":466,"Cost":291,"Date":"8/27/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":567,"Cost":388,"Date":"10/1/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":217,"Cost":110,"Date":"11/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":405,"Cost":233,"Date":"11/9/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":554,"Cost":415,"Date":"3/27/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":242,"Cost":145,"Date":"4/17/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":302,"Cost":234,"Date":"8/11/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":951,"Cost":853,"Date":"8/21/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":420,"Cost":234,"Date":"9/2/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":357,"Cost":334,"Date":"9/5/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":12,"Cost":6,"Date":"9/14/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":586,"Cost":530,"Date":"9/20/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":586,"Cost":457,"Date":"11/20/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":925,"Cost":549,"Date":"12/21/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":336,"Cost":280,"Date":"1/7/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":942,"Cost":540,"Date":"1/21/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":545,"Cost":366,"Date":"2/9/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":34,"Cost":22,"Date":"3/19/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":30,"Cost":19,"Date":"4/3/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":360,"Cost":194,"Date":"4/5/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":818,"Cost":667,"Date":"4/28/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":914,"Cost":521,"Date":"7/10/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":443,"Cost":371,"Date":"3/25/2020"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":270,"Cost":229,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":971,"Cost":802,"Date":"10/28/2020"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":243,"Cost":166,"Date":"3/2/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":379,"Cost":321,"Date":"6/28/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":592,"Cost":316,"Date":"7/17/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":329,"Cost":202,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":974,"Cost":582,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":448,"Cost":383,"Date":"11/20/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":696,"Cost":587,"Date":"12/16/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":679,"Cost":586,"Date":"12/30/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":448,"Cost":324,"Date":"2/15/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":152,"Cost":91,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":790,"Cost":576,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":40,"Cost":24,"Date":"4/18/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":527,"Cost":374,"Date":"7/27/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":179,"Cost":121,"Date":"8/18/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":758,"Cost":395,"Date":"10/31/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":323,"Cost":163,"Date":"11/11/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":504,"Cost":268,"Date":"11/30/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":18,"Cost":12,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":283,"Cost":148,"Date":"3/1/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":201,"Cost":162,"Date":"4/13/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":686,"Cost":416,"Date":"5/20/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":789,"Cost":733,"Date":"8/13/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":439,"Cost":300,"Date":"9/15/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":837,"Cost":595,"Date":"10/14/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":431,"Cost":403,"Date":"10/28/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":220,"Cost":179,"Date":"11/11/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":115,"Cost":70,"Date":"12/7/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":494,"Cost":343,"Date":"12/21/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":352,"Cost":274,"Date":"1/6/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":523,"Cost":396,"Date":"1/23/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":855,"Cost":623,"Date":"2/4/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":521,"Cost":457,"Date":"3/10/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":484,"Cost":337,"Date":"3/12/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":235,"Cost":197,"Date":"3/31/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":606,"Cost":460,"Date":"6/16/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":358,"Cost":325,"Date":"6/17/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":270,"Cost":229,"Date":"8/27/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":759,"Cost":656,"Date":"10/1/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":807,"Cost":469,"Date":"11/4/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":458,"Cost":247,"Date":"11/9/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":725,"Cost":392,"Date":"3/27/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":80,"Cost":54,"Date":"4/17/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":233,"Cost":221,"Date":"8/11/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":394,"Cost":270,"Date":"8/21/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":105,"Cost":65,"Date":"9/2/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":952,"Cost":604,"Date":"9/5/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":144,"Cost":127,"Date":"9/14/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":932,"Cost":619,"Date":"9/20/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":213,"Cost":165,"Date":"11/20/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":567,"Cost":350,"Date":"12/21/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":27,"Cost":16,"Date":"1/7/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":260,"Cost":206,"Date":"1/21/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":557,"Cost":450,"Date":"2/9/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":438,"Cost":278,"Date":"3/19/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":612,"Cost":501,"Date":"4/3/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":479,"Cost":398,"Date":"4/5/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":437,"Cost":300,"Date":"4/28/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":559,"Cost":376,"Date":"7/10/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":668,"Cost":490,"Date":"3/25/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":542,"Cost":511,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":285,"Cost":218,"Date":"10/28/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":254,"Cost":156,"Date":"3/2/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":991,"Cost":942,"Date":"6/28/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":70,"Cost":49,"Date":"7/17/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":488,"Cost":412,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":30,"Cost":22,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":831,"Cost":472,"Date":"11/20/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":649,"Cost":476,"Date":"12/16/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":191,"Cost":116,"Date":"12/30/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":372,"Cost":282,"Date":"2/15/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":212,"Cost":163,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":456,"Cost":428,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":698,"Cost":365,"Date":"4/18/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":33,"Cost":29,"Date":"7/27/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":910,"Cost":742,"Date":"8/18/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":646,"Cost":578,"Date":"10/31/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":356,"Cost":256,"Date":"11/11/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":948,"Cost":880,"Date":"11/30/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":677,"Cost":533,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":303,"Cost":206,"Date":"3/1/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":596,"Cost":375,"Date":"4/13/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":753,"Cost":684,"Date":"5/20/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":435,"Cost":372,"Date":"8/13/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":610,"Cost":347,"Date":"9/15/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":491,"Cost":254,"Date":"10/14/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":171,"Cost":120,"Date":"10/28/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":360,"Cost":303,"Date":"11/11/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":610,"Cost":566,"Date":"12/7/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":24,"Cost":18,"Date":"12/21/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":228,"Cost":179,"Date":"1/6/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":34,"Cost":20,"Date":"1/23/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":812,"Cost":408,"Date":"2/4/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":945,"Cost":861,"Date":"3/10/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":389,"Cost":234,"Date":"3/12/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":65,"Cost":57,"Date":"3/31/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":93,"Cost":79,"Date":"6/16/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":622,"Cost":489,"Date":"6/17/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":728,"Cost":445,"Date":"8/27/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":402,"Cost":350,"Date":"10/1/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":420,"Cost":348,"Date":"11/4/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":814,"Cost":460,"Date":"11/9/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":800,"Cost":583,"Date":"3/27/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":576,"Cost":325,"Date":"4/17/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":281,"Cost":214,"Date":"8/11/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":570,"Cost":424,"Date":"8/21/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":373,"Cost":224,"Date":"9/2/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":762,"Cost":478,"Date":"9/5/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":421,"Cost":279,"Date":"9/14/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":378,"Cost":263,"Date":"9/20/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":500,"Cost":443,"Date":"11/20/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":53,"Cost":38,"Date":"12/21/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":735,"Cost":679,"Date":"1/7/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":242,"Cost":172,"Date":"1/21/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":657,"Cost":468,"Date":"2/9/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":847,"Cost":765,"Date":"3/19/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":634,"Cost":551,"Date":"4/3/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":369,"Cost":250,"Date":"4/5/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":946,"Cost":794,"Date":"4/28/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":468,"Cost":308,"Date":"7/10/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":282,"Cost":237,"Date":"3/25/2020"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":163,"Cost":139,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":874,"Cost":710,"Date":"10/28/2020"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":722,"Cost":497,"Date":"3/2/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":776,"Cost":518,"Date":"6/28/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":132,"Cost":101,"Date":"7/17/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":557,"Cost":326,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":975,"Cost":835,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":63,"Cost":33,"Date":"11/20/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":939,"Cost":484,"Date":"12/16/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":588,"Cost":325,"Date":"12/30/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":288,"Cost":165,"Date":"2/15/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":538,"Cost":407,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":537,"Cost":493,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":84,"Cost":48,"Date":"4/18/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":689,"Cost":531,"Date":"7/27/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":887,"Cost":649,"Date":"8/18/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":95,"Cost":56,"Date":"10/31/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":238,"Cost":178,"Date":"11/11/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":783,"Cost":587,"Date":"11/30/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":123,"Cost":108,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":841,"Cost":747,"Date":"3/1/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":153,"Cost":134,"Date":"4/13/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":222,"Cost":203,"Date":"5/20/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":660,"Cost":495,"Date":"8/13/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":181,"Cost":155,"Date":"9/15/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":326,"Cost":268,"Date":"10/14/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":714,"Cost":445,"Date":"10/28/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":772,"Cost":543,"Date":"11/11/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":822,"Cost":659,"Date":"12/7/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":624,"Cost":344,"Date":"12/21/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":416,"Cost":229,"Date":"1/6/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":611,"Cost":488,"Date":"1/23/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":680,"Cost":532,"Date":"2/4/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":796,"Cost":733,"Date":"3/10/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":99,"Cost":59,"Date":"3/12/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":605,"Cost":354,"Date":"3/31/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":670,"Cost":486,"Date":"6/16/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":164,"Cost":127,"Date":"6/17/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":579,"Cost":467,"Date":"8/27/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":966,"Cost":670,"Date":"10/1/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":357,"Cost":231,"Date":"11/4/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":463,"Cost":370,"Date":"11/9/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":561,"Cost":304,"Date":"3/27/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":780,"Cost":545,"Date":"4/17/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":306,"Cost":167,"Date":"8/11/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":779,"Cost":465,"Date":"8/21/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":688,"Cost":450,"Date":"9/2/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":781,"Cost":677,"Date":"9/5/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":821,"Cost":587,"Date":"9/14/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":353,"Cost":280,"Date":"9/20/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":15,"Cost":10,"Date":"11/20/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":72,"Cost":57,"Date":"12/21/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":512,"Cost":266,"Date":"1/7/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":629,"Cost":374,"Date":"1/21/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":909,"Cost":564,"Date":"2/9/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":985,"Cost":713,"Date":"3/19/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":957,"Cost":547,"Date":"4/3/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":976,"Cost":494,"Date":"4/5/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":272,"Cost":157,"Date":"4/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":212,"Cost":182,"Date":"7/10/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":421,"Cost":339,"Date":"3/25/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":954,"Cost":789,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":557,"Cost":529,"Date":"10/28/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":135,"Cost":73,"Date":"3/2/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":790,"Cost":677,"Date":"6/28/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":691,"Cost":456,"Date":"7/17/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":554,"Cost":353,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":421,"Cost":290,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":61,"Cost":52,"Date":"11/20/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":2,"Cost":1,"Date":"12/16/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":233,"Cost":145,"Date":"12/30/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":82,"Cost":76,"Date":"2/15/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":415,"Cost":365,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":462,"Cost":438,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":585,"Cost":494,"Date":"4/18/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":430,"Cost":225,"Date":"7/27/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":926,"Cost":623,"Date":"8/18/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":658,"Cost":526,"Date":"10/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":17,"Cost":12,"Date":"11/11/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":48,"Cost":31,"Date":"11/30/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":341,"Cost":223,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":954,"Cost":859,"Date":"3/1/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":925,"Cost":831,"Date":"4/13/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":467,"Cost":255,"Date":"5/20/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":664,"Cost":493,"Date":"8/13/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":78,"Cost":46,"Date":"9/15/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":56,"Cost":51,"Date":"10/14/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":732,"Cost":497,"Date":"10/28/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":828,"Cost":624,"Date":"11/11/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":972,"Cost":878,"Date":"12/7/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":645,"Cost":447,"Date":"12/21/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":517,"Cost":287,"Date":"1/6/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":544,"Cost":338,"Date":"1/23/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":978,"Cost":634,"Date":"2/4/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":877,"Cost":596,"Date":"3/10/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":29,"Cost":27,"Date":"3/12/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":369,"Cost":263,"Date":"3/31/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":490,"Cost":303,"Date":"6/16/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":188,"Cost":153,"Date":"6/17/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":24,"Cost":18,"Date":"8/27/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":672,"Cost":398,"Date":"10/1/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":776,"Cost":610,"Date":"11/4/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":240,"Cost":178,"Date":"11/9/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":762,"Cost":411,"Date":"3/27/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":704,"Cost":387,"Date":"4/17/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":989,"Cost":600,"Date":"8/11/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":308,"Cost":238,"Date":"8/21/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":469,"Cost":392,"Date":"9/2/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":767,"Cost":523,"Date":"9/5/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":892,"Cost":701,"Date":"9/14/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":451,"Cost":418,"Date":"9/20/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":803,"Cost":672,"Date":"11/20/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":945,"Cost":727,"Date":"12/21/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":217,"Cost":204,"Date":"1/7/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":12,"Cost":8,"Date":"1/21/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":721,"Cost":478,"Date":"2/9/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":738,"Cost":405,"Date":"3/19/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":558,"Cost":510,"Date":"4/3/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":479,"Cost":407,"Date":"4/5/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":474,"Cost":346,"Date":"4/28/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":682,"Cost":504,"Date":"7/10/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":84,"Cost":79,"Date":"3/25/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":473,"Cost":409,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":727,"Cost":425,"Date":"10/28/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":662,"Cost":503,"Date":"3/2/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":101,"Cost":52,"Date":"6/28/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":83,"Cost":54,"Date":"7/17/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":723,"Cost":418,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":926,"Cost":542,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":134,"Cost":125,"Date":"11/20/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":284,"Cost":149,"Date":"12/16/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":52,"Cost":41,"Date":"12/30/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":629,"Cost":526,"Date":"2/15/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":455,"Cost":292,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":75,"Cost":47,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":89,"Cost":58,"Date":"4/18/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":779,"Cost":654,"Date":"7/27/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":211,"Cost":109,"Date":"8/18/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":831,"Cost":516,"Date":"10/31/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":166,"Cost":122,"Date":"11/11/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":951,"Cost":842,"Date":"11/30/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":609,"Cost":346,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":55,"Cost":33,"Date":"3/1/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":356,"Cost":260,"Date":"4/13/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":476,"Cost":322,"Date":"5/20/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":133,"Cost":112,"Date":"8/13/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":361,"Cost":299,"Date":"9/15/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":70,"Cost":50,"Date":"10/14/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":412,"Cost":291,"Date":"10/28/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":281,"Cost":188,"Date":"11/11/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":224,"Cost":116,"Date":"12/7/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":918,"Cost":804,"Date":"12/21/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":349,"Cost":283,"Date":"1/6/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":547,"Cost":355,"Date":"1/23/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":634,"Cost":549,"Date":"2/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":269,"Cost":172,"Date":"3/10/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":900,"Cost":817,"Date":"3/12/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":891,"Cost":580,"Date":"3/31/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":117,"Cost":108,"Date":"6/16/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":281,"Cost":184,"Date":"6/17/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":595,"Cost":565,"Date":"8/27/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":867,"Cost":644,"Date":"10/1/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":387,"Cost":281,"Date":"11/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":981,"Cost":779,"Date":"11/9/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":586,"Cost":483,"Date":"3/27/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":836,"Cost":708,"Date":"4/17/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":117,"Cost":76,"Date":"8/11/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":774,"Cost":616,"Date":"8/21/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":475,"Cost":313,"Date":"9/2/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":415,"Cost":353,"Date":"9/5/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":987,"Cost":547,"Date":"9/14/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":221,"Cost":118,"Date":"9/20/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":281,"Cost":215,"Date":"11/20/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":163,"Cost":149,"Date":"12/21/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":938,"Cost":656,"Date":"1/7/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":852,"Cost":636,"Date":"1/21/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":600,"Cost":436,"Date":"2/9/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":468,"Cost":343,"Date":"3/19/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":980,"Cost":520,"Date":"4/3/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":577,"Cost":338,"Date":"4/5/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":526,"Cost":464,"Date":"4/28/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":568,"Cost":528,"Date":"7/10/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":985,"Cost":611,"Date":"3/25/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":737,"Cost":585,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":676,"Cost":453,"Date":"10/28/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":99,"Cost":82,"Date":"3/2/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":537,"Cost":384,"Date":"6/28/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":825,"Cost":647,"Date":"7/17/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":629,"Cost":556,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":323,"Cost":217,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":588,"Cost":469,"Date":"11/20/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":132,"Cost":124,"Date":"12/16/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":754,"Cost":655,"Date":"12/30/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":895,"Cost":699,"Date":"2/15/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":234,"Cost":190,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":767,"Cost":442,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":98,"Cost":65,"Date":"4/18/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":389,"Cost":240,"Date":"7/27/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":979,"Cost":598,"Date":"8/18/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":738,"Cost":659,"Date":"10/31/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":114,"Cost":80,"Date":"11/11/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":545,"Cost":409,"Date":"11/30/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":769,"Cost":407,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":951,"Cost":637,"Date":"3/1/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":435,"Cost":299,"Date":"4/13/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":402,"Cost":344,"Date":"5/20/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":909,"Cost":489,"Date":"8/13/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":936,"Cost":481,"Date":"9/15/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":982,"Cost":921,"Date":"10/14/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":344,"Cost":311,"Date":"10/28/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":212,"Cost":141,"Date":"11/11/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":712,"Cost":594,"Date":"12/7/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":226,"Cost":129,"Date":"12/21/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":407,"Cost":218,"Date":"1/6/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":657,"Cost":420,"Date":"1/23/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":108,"Cost":55,"Date":"2/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":395,"Cost":293,"Date":"3/10/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":848,"Cost":740,"Date":"3/12/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":194,"Cost":159,"Date":"3/31/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":567,"Cost":349,"Date":"6/16/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":678,"Cost":386,"Date":"6/17/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":708,"Cost":432,"Date":"8/27/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":511,"Cost":312,"Date":"10/1/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":937,"Cost":715,"Date":"11/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":279,"Cost":160,"Date":"11/9/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":350,"Cost":189,"Date":"3/27/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":763,"Cost":718,"Date":"4/17/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":81,"Cost":73,"Date":"8/11/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":545,"Cost":306,"Date":"8/21/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":588,"Cost":433,"Date":"9/2/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":168,"Cost":106,"Date":"9/5/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":68,"Cost":57,"Date":"9/14/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":569,"Cost":529,"Date":"9/20/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":836,"Cost":678,"Date":"11/20/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":641,"Cost":417,"Date":"12/21/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":922,"Cost":658,"Date":"1/7/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":16,"Cost":9,"Date":"1/21/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":652,"Cost":388,"Date":"2/9/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":495,"Cost":374,"Date":"3/19/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":396,"Cost":357,"Date":"4/3/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":467,"Cost":407,"Date":"4/5/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":104,"Cost":82,"Date":"4/28/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":436,"Cost":248,"Date":"7/10/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":392,"Cost":356,"Date":"3/25/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":786,"Cost":440,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":523,"Cost":361,"Date":"10/28/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":554,"Cost":459,"Date":"3/2/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":68,"Cost":56,"Date":"6/28/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":67,"Cost":63,"Date":"7/17/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":54,"Cost":32,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":730,"Cost":567,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":971,"Cost":897,"Date":"11/20/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":977,"Cost":754,"Date":"12/16/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":185,"Cost":142,"Date":"12/30/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":979,"Cost":729,"Date":"2/15/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":34,"Cost":29,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":877,"Cost":808,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":267,"Cost":229,"Date":"4/18/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":150,"Cost":109,"Date":"7/27/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":949,"Cost":710,"Date":"8/18/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":939,"Cost":493,"Date":"10/31/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":134,"Cost":89,"Date":"11/11/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":778,"Cost":686,"Date":"11/30/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":808,"Cost":559,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":832,"Cost":444,"Date":"3/1/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":635,"Cost":390,"Date":"4/13/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":310,"Cost":174,"Date":"5/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":611,"Cost":386,"Date":"8/13/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":5,"Cost":2,"Date":"9/15/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":34,"Cost":21,"Date":"10/14/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":844,"Cost":704,"Date":"10/28/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":833,"Cost":729,"Date":"11/11/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":295,"Cost":241,"Date":"12/7/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":366,"Cost":332,"Date":"12/21/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":287,"Cost":225,"Date":"1/6/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":998,"Cost":786,"Date":"1/23/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":478,"Cost":268,"Date":"2/4/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":104,"Cost":53,"Date":"3/10/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":782,"Cost":740,"Date":"3/12/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":256,"Cost":142,"Date":"3/31/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":717,"Cost":537,"Date":"6/16/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":123,"Cost":79,"Date":"6/17/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":355,"Cost":299,"Date":"8/27/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":52,"Cost":27,"Date":"10/1/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":69,"Cost":41,"Date":"11/4/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":976,"Cost":636,"Date":"11/9/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":65,"Cost":45,"Date":"3/27/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":877,"Cost":619,"Date":"4/17/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":340,"Cost":297,"Date":"8/11/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":314,"Cost":245,"Date":"8/21/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":18,"Cost":11,"Date":"9/2/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":526,"Cost":268,"Date":"9/5/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":851,"Cost":437,"Date":"9/14/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":566,"Cost":340,"Date":"9/20/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":853,"Cost":799,"Date":"11/20/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":741,"Cost":633,"Date":"12/21/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":906,"Cost":744,"Date":"1/7/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":136,"Cost":125,"Date":"1/21/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":655,"Cost":374,"Date":"2/9/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":310,"Cost":243,"Date":"3/19/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":625,"Cost":351,"Date":"4/3/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":235,"Cost":147,"Date":"4/5/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":662,"Cost":394,"Date":"4/28/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":404,"Cost":338,"Date":"7/10/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":208,"Cost":190,"Date":"3/25/2020"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":443,"Cost":323,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":948,"Cost":727,"Date":"10/28/2020"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":294,"Cost":166,"Date":"3/2/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":554,"Cost":308,"Date":"6/28/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":881,"Cost":707,"Date":"7/17/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":77,"Cost":46,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":875,"Cost":623,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":475,"Cost":414,"Date":"11/20/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":756,"Cost":590,"Date":"12/16/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":808,"Cost":612,"Date":"12/30/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":293,"Cost":246,"Date":"2/15/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":716,"Cost":498,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":986,"Cost":511,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":129,"Cost":123,"Date":"4/18/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":753,"Cost":584,"Date":"7/27/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":124,"Cost":102,"Date":"8/18/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":398,"Cost":307,"Date":"10/31/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":565,"Cost":442,"Date":"11/11/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":92,"Cost":79,"Date":"11/30/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":281,"Cost":216,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":141,"Cost":89,"Date":"3/1/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":645,"Cost":377,"Date":"4/13/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":931,"Cost":639,"Date":"5/20/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":172,"Cost":97,"Date":"8/13/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":318,"Cost":276,"Date":"9/15/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":819,"Cost":492,"Date":"10/14/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":85,"Cost":79,"Date":"10/28/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":530,"Cost":502,"Date":"11/11/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":827,"Cost":415,"Date":"12/7/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":973,"Cost":727,"Date":"12/21/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":703,"Cost":444,"Date":"1/6/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":601,"Cost":544,"Date":"1/23/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":817,"Cost":734,"Date":"2/4/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":198,"Cost":121,"Date":"3/10/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":256,"Cost":140,"Date":"3/12/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":260,"Cost":203,"Date":"3/31/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":505,"Cost":393,"Date":"6/16/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":79,"Cost":62,"Date":"6/17/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":933,"Cost":623,"Date":"8/27/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":334,"Cost":201,"Date":"10/1/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":65,"Cost":38,"Date":"11/4/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":429,"Cost":391,"Date":"11/9/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":132,"Cost":111,"Date":"3/27/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":351,"Cost":296,"Date":"4/17/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":574,"Cost":298,"Date":"8/11/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":409,"Cost":234,"Date":"8/21/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":699,"Cost":394,"Date":"9/2/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":62,"Cost":32,"Date":"9/5/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":89,"Cost":56,"Date":"9/14/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":786,"Cost":432,"Date":"9/20/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":246,"Cost":158,"Date":"11/20/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":672,"Cost":604,"Date":"12/21/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":201,"Cost":150,"Date":"1/7/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":712,"Cost":462,"Date":"1/21/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":139,"Cost":74,"Date":"2/9/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":520,"Cost":296,"Date":"3/19/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":390,"Cost":227,"Date":"4/3/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":930,"Cost":787,"Date":"4/5/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":983,"Cost":832,"Date":"4/28/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":34,"Cost":28,"Date":"7/10/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":679,"Cost":462,"Date":"3/25/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":12,"Cost":9,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":26,"Cost":19,"Date":"10/28/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":105,"Cost":54,"Date":"3/2/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":203,"Cost":193,"Date":"6/28/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":847,"Cost":455,"Date":"7/17/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":994,"Cost":877,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":331,"Cost":283,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":856,"Cost":487,"Date":"11/20/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":238,"Cost":170,"Date":"12/16/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":490,"Cost":444,"Date":"12/30/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":78,"Cost":68,"Date":"2/15/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":155,"Cost":141,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":406,"Cost":268,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":767,"Cost":595,"Date":"4/18/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":199,"Cost":187,"Date":"7/27/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":209,"Cost":109,"Date":"8/18/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":491,"Cost":305,"Date":"10/31/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":24,"Cost":20,"Date":"11/11/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":722,"Cost":666,"Date":"11/30/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":823,"Cost":535,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":735,"Cost":388,"Date":"3/1/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":979,"Cost":510,"Date":"4/13/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":829,"Cost":497,"Date":"5/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":818,"Cost":461,"Date":"8/13/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":38,"Cost":23,"Date":"9/15/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":340,"Cost":201,"Date":"10/14/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":235,"Cost":123,"Date":"10/28/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":254,"Cost":173,"Date":"11/11/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":88,"Cost":46,"Date":"12/7/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":348,"Cost":319,"Date":"12/21/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":306,"Cost":178,"Date":"1/6/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":833,"Cost":494,"Date":"1/23/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":998,"Cost":922,"Date":"2/4/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":650,"Cost":498,"Date":"3/10/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":354,"Cost":206,"Date":"3/12/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":618,"Cost":399,"Date":"3/31/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":301,"Cost":200,"Date":"6/16/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":64,"Cost":58,"Date":"6/17/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":725,"Cost":389,"Date":"8/27/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":509,"Cost":330,"Date":"10/1/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":996,"Cost":668,"Date":"11/4/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":358,"Cost":254,"Date":"11/9/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":347,"Cost":321,"Date":"3/27/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":220,"Cost":110,"Date":"4/17/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":986,"Cost":774,"Date":"8/11/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":448,"Cost":330,"Date":"8/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":627,"Cost":424,"Date":"9/2/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":747,"Cost":702,"Date":"9/5/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":361,"Cost":231,"Date":"9/14/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":570,"Cost":319,"Date":"9/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":101,"Cost":71,"Date":"11/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":690,"Cost":611,"Date":"12/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":249,"Cost":232,"Date":"1/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":3,"Cost":3,"Date":"1/21/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":344,"Cost":310,"Date":"2/9/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":14,"Cost":10,"Date":"3/19/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":306,"Cost":154,"Date":"4/3/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":395,"Cost":342,"Date":"4/5/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":819,"Cost":511,"Date":"4/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":134,"Cost":121,"Date":"7/10/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":177,"Cost":110,"Date":"3/25/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":661,"Cost":610,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":208,"Cost":172,"Date":"10/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":133,"Cost":124,"Date":"3/2/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":827,"Cost":700,"Date":"6/28/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":873,"Cost":461,"Date":"7/17/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":286,"Cost":158,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":753,"Cost":397,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":613,"Cost":428,"Date":"11/20/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":380,"Cost":313,"Date":"12/16/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":425,"Cost":380,"Date":"12/30/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":636,"Cost":406,"Date":"2/15/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":241,"Cost":145,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":858,"Cost":636,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":902,"Cost":597,"Date":"4/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":217,"Cost":176,"Date":"7/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":696,"Cost":487,"Date":"8/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":171,"Cost":158,"Date":"10/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":104,"Cost":52,"Date":"11/11/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":289,"Cost":175,"Date":"11/30/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":689,"Cost":627,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":547,"Cost":358,"Date":"3/1/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":700,"Cost":514,"Date":"4/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":623,"Cost":560,"Date":"5/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":753,"Cost":439,"Date":"8/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":942,"Cost":865,"Date":"9/15/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":285,"Cost":180,"Date":"10/14/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":78,"Cost":61,"Date":"10/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":970,"Cost":823,"Date":"11/11/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":290,"Cost":204,"Date":"12/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":539,"Cost":508,"Date":"12/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":641,"Cost":499,"Date":"1/6/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":70,"Cost":48,"Date":"1/23/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":954,"Cost":532,"Date":"2/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":933,"Cost":502,"Date":"3/10/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":825,"Cost":553,"Date":"3/12/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":705,"Cost":513,"Date":"3/31/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":877,"Cost":710,"Date":"6/16/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":569,"Cost":508,"Date":"6/17/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":831,"Cost":709,"Date":"8/27/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":553,"Cost":373,"Date":"10/1/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":230,"Cost":120,"Date":"11/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":668,"Cost":547,"Date":"11/9/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":494,"Cost":392,"Date":"3/27/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":996,"Cost":914,"Date":"4/17/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":535,"Cost":489,"Date":"8/11/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":311,"Cost":247,"Date":"8/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":32,"Cost":20,"Date":"9/2/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":381,"Cost":194,"Date":"9/5/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":818,"Cost":727,"Date":"9/14/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":88,"Cost":72,"Date":"9/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":712,"Cost":648,"Date":"11/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":687,"Cost":463,"Date":"12/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":616,"Cost":403,"Date":"1/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":535,"Cost":371,"Date":"1/21/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":578,"Cost":525,"Date":"2/9/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":758,"Cost":458,"Date":"3/19/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":643,"Cost":387,"Date":"4/3/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":510,"Cost":394,"Date":"4/5/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":176,"Cost":164,"Date":"4/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":627,"Cost":467,"Date":"7/10/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":453,"Cost":230,"Date":"3/25/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":204,"Cost":108,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":462,"Cost":256,"Date":"10/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":848,"Cost":742,"Date":"3/2/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":421,"Cost":311,"Date":"6/28/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":838,"Cost":512,"Date":"7/17/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":162,"Cost":91,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":901,"Cost":489,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":65,"Cost":49,"Date":"11/20/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":56,"Cost":52,"Date":"12/16/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":436,"Cost":404,"Date":"12/30/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":763,"Cost":634,"Date":"2/15/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":283,"Cost":150,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":523,"Cost":292,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":476,"Cost":386,"Date":"4/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":732,"Cost":415,"Date":"7/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":106,"Cost":68,"Date":"8/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":300,"Cost":223,"Date":"10/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":622,"Cost":375,"Date":"11/11/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":915,"Cost":821,"Date":"11/30/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":16,"Cost":11,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":86,"Cost":66,"Date":"3/1/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":985,"Cost":595,"Date":"4/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":482,"Cost":406,"Date":"5/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":709,"Cost":448,"Date":"8/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":666,"Cost":578,"Date":"9/15/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":649,"Cost":508,"Date":"10/14/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":130,"Cost":76,"Date":"10/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":635,"Cost":480,"Date":"11/11/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":908,"Cost":855,"Date":"12/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":461,"Cost":345,"Date":"12/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":138,"Cost":72,"Date":"1/6/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":756,"Cost":691,"Date":"1/23/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":27,"Cost":23,"Date":"2/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":323,"Cost":303,"Date":"3/10/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":972,"Cost":917,"Date":"3/12/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":820,"Cost":622,"Date":"3/31/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":569,"Cost":522,"Date":"6/16/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":734,"Cost":468,"Date":"6/17/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":631,"Cost":542,"Date":"8/27/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":267,"Cost":176,"Date":"10/1/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":153,"Cost":82,"Date":"11/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":946,"Cost":748,"Date":"11/9/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":477,"Cost":303,"Date":"3/27/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":894,"Cost":613,"Date":"4/17/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":459,"Cost":323,"Date":"8/11/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":454,"Cost":302,"Date":"8/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":708,"Cost":661,"Date":"9/2/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":951,"Cost":758,"Date":"9/5/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":443,"Cost":263,"Date":"9/14/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":446,"Cost":345,"Date":"9/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":650,"Cost":604,"Date":"11/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":693,"Cost":632,"Date":"12/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":72,"Cost":45,"Date":"1/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":705,"Cost":601,"Date":"1/21/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":350,"Cost":252,"Date":"2/9/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":322,"Cost":252,"Date":"3/19/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":980,"Cost":859,"Date":"4/3/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":73,"Cost":58,"Date":"4/5/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":707,"Cost":429,"Date":"4/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":381,"Cost":300,"Date":"7/10/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":965,"Cost":703,"Date":"3/25/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":109,"Cost":103,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":30,"Cost":24,"Date":"10/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":600,"Cost":371,"Date":"3/2/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":602,"Cost":541,"Date":"6/28/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":682,"Cost":378,"Date":"7/17/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":324,"Cost":186,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":627,"Cost":387,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":96,"Cost":52,"Date":"11/20/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":707,"Cost":454,"Date":"12/16/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":346,"Cost":279,"Date":"12/30/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":688,"Cost":576,"Date":"2/15/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":818,"Cost":723,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":361,"Cost":264,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":17,"Cost":15,"Date":"4/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":119,"Cost":74,"Date":"7/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":867,"Cost":577,"Date":"8/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":696,"Cost":484,"Date":"10/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":949,"Cost":763,"Date":"11/11/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":860,"Cost":777,"Date":"11/30/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":174,"Cost":118,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":227,"Cost":135,"Date":"3/1/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":877,"Cost":722,"Date":"4/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":628,"Cost":337,"Date":"5/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":956,"Cost":552,"Date":"8/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":776,"Cost":589,"Date":"9/15/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":226,"Cost":160,"Date":"10/14/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":767,"Cost":440,"Date":"10/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":196,"Cost":171,"Date":"11/11/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":135,"Cost":73,"Date":"12/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":439,"Cost":261,"Date":"12/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":713,"Cost":370,"Date":"1/6/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":970,"Cost":566,"Date":"1/23/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":552,"Cost":400,"Date":"2/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":324,"Cost":168,"Date":"3/10/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":864,"Cost":627,"Date":"3/12/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":381,"Cost":294,"Date":"3/31/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":361,"Cost":279,"Date":"6/16/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":981,"Cost":834,"Date":"6/17/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":481,"Cost":290,"Date":"8/27/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":302,"Cost":249,"Date":"10/1/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":67,"Cost":52,"Date":"11/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":367,"Cost":254,"Date":"11/9/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":993,"Cost":597,"Date":"3/27/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":852,"Cost":724,"Date":"4/17/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":880,"Cost":481,"Date":"8/11/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":231,"Cost":161,"Date":"8/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":709,"Cost":611,"Date":"9/2/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":867,"Cost":625,"Date":"9/5/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":480,"Cost":392,"Date":"9/14/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":936,"Cost":792,"Date":"9/20/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":882,"Cost":819,"Date":"11/20/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":947,"Cost":689,"Date":"12/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":124,"Cost":64,"Date":"1/7/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":592,"Cost":495,"Date":"1/21/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":522,"Cost":464,"Date":"2/9/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":256,"Cost":133,"Date":"3/19/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":809,"Cost":408,"Date":"4/3/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":434,"Cost":331,"Date":"4/5/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":360,"Cost":329,"Date":"4/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":543,"Cost":424,"Date":"7/10/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":948,"Cost":891,"Date":"3/25/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":110,"Cost":104,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":202,"Date":"10/28/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":802,"Cost":708,"Date":"3/2/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":14,"Cost":9,"Date":"6/28/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":515,"Cost":460,"Date":"7/17/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":628,"Cost":404,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":487,"Cost":429,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":493,"Cost":315,"Date":"11/20/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":582,"Cost":477,"Date":"12/16/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":421,"Cost":339,"Date":"12/30/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":924,"Cost":815,"Date":"2/15/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":746,"Cost":511,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":887,"Cost":625,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":317,"Cost":266,"Date":"4/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":848,"Cost":773,"Date":"7/27/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":669,"Cost":606,"Date":"8/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":568,"Cost":506,"Date":"10/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":869,"Cost":739,"Date":"11/11/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":705,"Cost":447,"Date":"11/30/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":955,"Cost":508,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":842,"Cost":476,"Date":"3/1/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":955,"Cost":487,"Date":"4/13/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":30,"Cost":16,"Date":"5/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":679,"Cost":607,"Date":"8/13/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":299,"Cost":179,"Date":"9/15/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":80,"Cost":70,"Date":"10/14/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":765,"Cost":482,"Date":"10/28/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":961,"Cost":698,"Date":"11/11/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":636,"Cost":434,"Date":"12/7/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":679,"Cost":351,"Date":"12/21/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":956,"Cost":669,"Date":"1/6/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":454,"Cost":280,"Date":"1/23/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":160,"Cost":139,"Date":"2/4/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":577,"Cost":418,"Date":"3/10/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":467,"Cost":282,"Date":"3/12/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":574,"Cost":361,"Date":"3/31/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":385,"Cost":282,"Date":"6/16/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":510,"Cost":413,"Date":"6/17/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":366,"Cost":203,"Date":"8/27/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":666,"Cost":575,"Date":"10/1/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":625,"Cost":579,"Date":"11/4/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":736,"Cost":437,"Date":"11/9/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":472,"Cost":402,"Date":"3/27/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":464,"Cost":313,"Date":"4/17/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":130,"Cost":120,"Date":"8/11/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":982,"Cost":534,"Date":"8/21/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":223,"Cost":153,"Date":"9/2/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":60,"Cost":41,"Date":"9/5/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":13,"Cost":12,"Date":"9/14/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":917,"Cost":658,"Date":"9/20/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":719,"Cost":498,"Date":"11/20/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":975,"Cost":745,"Date":"12/21/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":379,"Cost":297,"Date":"1/7/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":818,"Cost":608,"Date":"1/21/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":155,"Cost":79,"Date":"2/9/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":296,"Cost":234,"Date":"3/19/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":979,"Cost":712,"Date":"4/3/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":392,"Cost":296,"Date":"4/5/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":284,"Cost":175,"Date":"4/28/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":335,"Cost":241,"Date":"7/10/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":32,"Cost":23,"Date":"3/25/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":447,"Cost":406,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":147,"Cost":94,"Date":"10/28/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":104,"Cost":91,"Date":"3/2/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":418,"Cost":351,"Date":"6/28/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":705,"Cost":506,"Date":"7/17/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":831,"Cost":746,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":526,"Cost":490,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":113,"Cost":90,"Date":"11/20/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":999,"Cost":896,"Date":"12/16/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":679,"Cost":474,"Date":"12/30/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":837,"Cost":658,"Date":"2/15/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":920,"Cost":666,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":996,"Cost":689,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":474,"Cost":413,"Date":"4/18/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":238,"Cost":216,"Date":"7/27/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":145,"Cost":73,"Date":"8/18/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":479,"Cost":351,"Date":"10/31/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":470,"Cost":407,"Date":"11/11/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":104,"Cost":95,"Date":"11/30/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":763,"Cost":557,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":956,"Cost":557,"Date":"3/1/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":232,"Cost":125,"Date":"4/13/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":599,"Cost":384,"Date":"5/20/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":42,"Cost":35,"Date":"8/13/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":500,"Cost":441,"Date":"9/15/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":731,"Cost":662,"Date":"10/14/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":795,"Cost":602,"Date":"10/28/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":761,"Cost":700,"Date":"11/11/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":232,"Cost":136,"Date":"12/7/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":783,"Cost":554,"Date":"12/21/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":994,"Cost":900,"Date":"1/6/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":315,"Cost":258,"Date":"1/23/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":431,"Cost":282,"Date":"2/4/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":342,"Cost":278,"Date":"3/10/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":617,"Cost":425,"Date":"3/12/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":120,"Cost":113,"Date":"3/31/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":583,"Cost":350,"Date":"6/16/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":777,"Cost":502,"Date":"6/17/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":806,"Cost":615,"Date":"8/27/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":176,"Cost":104,"Date":"10/1/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":201,"Cost":178,"Date":"11/4/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":430,"Cost":276,"Date":"11/9/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":438,"Cost":258,"Date":"3/27/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":44,"Cost":30,"Date":"4/17/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":436,"Cost":338,"Date":"8/11/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":171,"Cost":97,"Date":"8/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":843,"Cost":746,"Date":"9/2/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":820,"Cost":775,"Date":"9/5/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":452,"Cost":327,"Date":"9/14/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":231,"Cost":120,"Date":"9/20/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":244,"Cost":227,"Date":"11/20/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":636,"Cost":560,"Date":"12/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":451,"Cost":282,"Date":"1/7/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":702,"Cost":582,"Date":"1/21/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":854,"Cost":604,"Date":"2/9/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":939,"Cost":876,"Date":"3/19/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":503,"Cost":257,"Date":"4/3/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":31,"Cost":21,"Date":"4/5/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":502,"Cost":311,"Date":"4/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":723,"Cost":452,"Date":"7/10/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":668,"Cost":634,"Date":"3/25/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":921,"Cost":524,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":82,"Cost":65,"Date":"10/28/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":107,"Cost":81,"Date":"3/2/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":763,"Cost":433,"Date":"6/28/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":509,"Cost":329,"Date":"7/17/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":436,"Cost":411,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":690,"Cost":639,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":466,"Cost":236,"Date":"11/20/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":679,"Cost":556,"Date":"12/16/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":352,"Cost":264,"Date":"12/30/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":642,"Cost":377,"Date":"2/15/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":140,"Cost":101,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":214,"Cost":187,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":962,"Cost":858,"Date":"4/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":838,"Cost":688,"Date":"7/27/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":800,"Cost":447,"Date":"8/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":927,"Cost":645,"Date":"10/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":829,"Cost":600,"Date":"11/11/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":938,"Cost":647,"Date":"11/30/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":887,"Cost":843,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":559,"Cost":415,"Date":"3/1/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":704,"Cost":629,"Date":"4/13/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":44,"Cost":23,"Date":"5/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":236,"Cost":164,"Date":"8/13/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":830,"Cost":776,"Date":"9/15/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":272,"Cost":193,"Date":"10/14/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":868,"Cost":525,"Date":"10/28/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":35,"Cost":20,"Date":"11/11/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":556,"Cost":285,"Date":"12/7/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":702,"Cost":483,"Date":"12/21/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":999,"Cost":739,"Date":"1/6/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":767,"Cost":685,"Date":"1/23/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":105,"Date":"2/4/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":363,"Cost":209,"Date":"3/10/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":761,"Cost":707,"Date":"3/12/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":659,"Cost":587,"Date":"3/31/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":341,"Cost":171,"Date":"6/16/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":348,"Cost":259,"Date":"6/17/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":222,"Cost":151,"Date":"8/27/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":595,"Cost":428,"Date":"10/1/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":14,"Cost":9,"Date":"11/4/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":526,"Cost":452,"Date":"11/9/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":289,"Cost":222,"Date":"3/27/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":365,"Cost":308,"Date":"4/17/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":957,"Cost":549,"Date":"8/11/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":448,"Cost":261,"Date":"8/21/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":554,"Cost":325,"Date":"9/2/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":256,"Cost":138,"Date":"9/5/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":962,"Cost":620,"Date":"9/14/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":859,"Cost":619,"Date":"9/20/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":315,"Cost":168,"Date":"11/20/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":838,"Cost":495,"Date":"12/21/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":817,"Cost":745,"Date":"1/7/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":449,"Cost":339,"Date":"1/21/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":604,"Cost":365,"Date":"2/9/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":934,"Cost":715,"Date":"3/19/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":821,"Cost":559,"Date":"4/3/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":765,"Cost":726,"Date":"4/5/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":626,"Cost":587,"Date":"4/28/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":468,"Cost":317,"Date":"7/10/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":902,"Cost":699,"Date":"3/25/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":995,"Cost":724,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":405,"Cost":231,"Date":"10/28/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":884,"Cost":781,"Date":"3/2/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":86,"Cost":57,"Date":"6/28/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":681,"Cost":475,"Date":"7/17/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":924,"Cost":676,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":340,"Cost":317,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":495,"Cost":355,"Date":"11/20/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":629,"Cost":386,"Date":"12/16/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":126,"Cost":119,"Date":"12/30/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":971,"Cost":587,"Date":"2/15/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":243,"Cost":196,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":45,"Cost":41,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":399,"Cost":308,"Date":"4/18/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":331,"Cost":253,"Date":"7/27/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":180,"Cost":134,"Date":"8/18/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":878,"Cost":656,"Date":"10/31/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":829,"Cost":725,"Date":"11/11/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":934,"Cost":524,"Date":"11/30/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":227,"Cost":144,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":733,"Cost":589,"Date":"3/1/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":529,"Cost":292,"Date":"4/13/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":927,"Cost":574,"Date":"5/20/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":10,"Cost":7,"Date":"8/13/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":144,"Cost":87,"Date":"9/15/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":977,"Cost":495,"Date":"10/14/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":720,"Cost":462,"Date":"10/28/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":769,"Cost":392,"Date":"11/11/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":717,"Cost":376,"Date":"12/7/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":372,"Cost":323,"Date":"12/21/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":258,"Cost":148,"Date":"1/6/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":30,"Cost":28,"Date":"1/23/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":536,"Cost":348,"Date":"2/4/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":572,"Cost":530,"Date":"3/10/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":66,"Cost":50,"Date":"3/12/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":85,"Cost":65,"Date":"3/31/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":935,"Cost":777,"Date":"6/16/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":718,"Cost":535,"Date":"6/17/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":510,"Cost":298,"Date":"8/27/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":817,"Cost":705,"Date":"10/1/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":981,"Cost":882,"Date":"11/4/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":369,"Cost":349,"Date":"11/9/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":131,"Cost":67,"Date":"3/27/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":215,"Cost":124,"Date":"4/17/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":495,"Cost":443,"Date":"8/11/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":563,"Cost":448,"Date":"8/21/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":203,"Cost":120,"Date":"9/2/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":442,"Cost":384,"Date":"9/5/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":686,"Cost":555,"Date":"9/14/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":243,"Cost":126,"Date":"9/20/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":365,"Cost":336,"Date":"11/20/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":650,"Cost":543,"Date":"12/21/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":976,"Cost":899,"Date":"1/7/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":149,"Cost":76,"Date":"1/21/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":185,"Cost":97,"Date":"2/9/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":564,"Cost":488,"Date":"3/19/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":966,"Cost":646,"Date":"4/3/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":54,"Cost":51,"Date":"4/5/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":902,"Cost":727,"Date":"4/28/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":350,"Cost":328,"Date":"7/10/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":876,"Cost":529,"Date":"3/25/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":564,"Cost":500,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":834,"Cost":710,"Date":"10/28/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":74,"Cost":41,"Date":"3/2/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":439,"Cost":362,"Date":"6/28/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":159,"Cost":80,"Date":"7/17/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":816,"Cost":450,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":48,"Cost":36,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":613,"Cost":567,"Date":"11/20/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":974,"Cost":533,"Date":"12/16/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":266,"Cost":175,"Date":"12/30/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":408,"Cost":300,"Date":"2/15/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":967,"Cost":574,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":277,"Cost":255,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":140,"Cost":125,"Date":"4/18/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":71,"Cost":35,"Date":"7/27/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":714,"Cost":458,"Date":"8/18/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":798,"Cost":448,"Date":"10/31/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":80,"Cost":75,"Date":"11/11/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":355,"Cost":325,"Date":"11/30/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":698,"Cost":595,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":431,"Cost":346,"Date":"3/1/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":958,"Cost":721,"Date":"4/13/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":698,"Cost":624,"Date":"5/20/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":684,"Cost":645,"Date":"8/13/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":655,"Cost":455,"Date":"9/15/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":647,"Cost":522,"Date":"10/14/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":151,"Cost":84,"Date":"10/28/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":410,"Cost":386,"Date":"11/11/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":360,"Cost":190,"Date":"12/7/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":259,"Cost":232,"Date":"12/21/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":744,"Cost":419,"Date":"1/6/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":261,"Cost":223,"Date":"1/23/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":404,"Cost":250,"Date":"2/4/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":274,"Cost":236,"Date":"3/10/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":708,"Cost":382,"Date":"3/12/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":589,"Cost":486,"Date":"3/31/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":212,"Cost":198,"Date":"6/16/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":946,"Cost":644,"Date":"6/17/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":971,"Cost":639,"Date":"8/27/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":734,"Cost":574,"Date":"10/1/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":607,"Cost":395,"Date":"11/4/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":795,"Cost":483,"Date":"11/9/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":574,"Cost":388,"Date":"3/27/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":21,"Cost":13,"Date":"4/17/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":292,"Cost":221,"Date":"8/11/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":96,"Cost":83,"Date":"8/21/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":334,"Cost":284,"Date":"9/2/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":564,"Cost":290,"Date":"9/5/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":521,"Cost":281,"Date":"9/14/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":451,"Cost":309,"Date":"9/20/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":924,"Cost":536,"Date":"11/20/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":886,"Cost":464,"Date":"12/21/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":574,"Cost":509,"Date":"1/7/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":858,"Cost":636,"Date":"1/21/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":165,"Cost":91,"Date":"2/9/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":832,"Cost":433,"Date":"3/19/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":700,"Cost":467,"Date":"4/3/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":283,"Cost":240,"Date":"4/5/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":633,"Cost":386,"Date":"4/28/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":249,"Cost":172,"Date":"7/10/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":94,"Cost":80,"Date":"3/25/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":540,"Cost":341,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":191,"Cost":138,"Date":"10/28/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":847,"Cost":772,"Date":"3/2/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":432,"Cost":392,"Date":"6/28/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":397,"Cost":228,"Date":"7/17/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":22,"Cost":20,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":757,"Cost":533,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":395,"Cost":223,"Date":"11/20/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":840,"Cost":651,"Date":"12/16/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":990,"Cost":495,"Date":"12/30/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":8,"Cost":4,"Date":"2/15/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":669,"Cost":511,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":332,"Cost":215,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":350,"Cost":188,"Date":"4/18/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":385,"Cost":354,"Date":"7/27/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":794,"Cost":676,"Date":"8/18/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":729,"Cost":557,"Date":"10/31/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":252,"Cost":137,"Date":"11/11/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":25,"Cost":12,"Date":"11/30/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":515,"Cost":455,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":329,"Cost":242,"Date":"3/1/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":733,"Cost":686,"Date":"4/13/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":323,"Cost":186,"Date":"5/20/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":390,"Cost":273,"Date":"8/13/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":212,"Cost":171,"Date":"9/15/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":234,"Cost":197,"Date":"10/14/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":39,"Cost":35,"Date":"10/28/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":655,"Cost":424,"Date":"11/11/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":513,"Cost":332,"Date":"12/7/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":177,"Cost":125,"Date":"12/21/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":890,"Cost":445,"Date":"1/6/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":570,"Cost":294,"Date":"1/23/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":762,"Cost":407,"Date":"2/4/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":442,"Cost":281,"Date":"3/10/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":958,"Cost":529,"Date":"3/12/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":348,"Cost":193,"Date":"3/31/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":72,"Cost":67,"Date":"6/16/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":866,"Cost":634,"Date":"6/17/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":640,"Cost":328,"Date":"8/27/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":859,"Cost":519,"Date":"10/1/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":53,"Cost":49,"Date":"11/4/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":247,"Cost":167,"Date":"11/9/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":765,"Cost":546,"Date":"3/27/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":348,"Cost":177,"Date":"4/17/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":865,"Cost":451,"Date":"8/11/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":470,"Cost":422,"Date":"8/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":809,"Cost":478,"Date":"9/2/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":77,"Cost":69,"Date":"9/5/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":895,"Cost":522,"Date":"9/14/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":143,"Cost":120,"Date":"9/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":196,"Cost":169,"Date":"11/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":293,"Cost":153,"Date":"12/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":852,"Cost":499,"Date":"1/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":945,"Cost":641,"Date":"1/21/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":494,"Cost":403,"Date":"2/9/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":717,"Cost":399,"Date":"3/19/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":61,"Cost":48,"Date":"4/3/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":781,"Cost":670,"Date":"4/5/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":525,"Cost":449,"Date":"4/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":340,"Cost":320,"Date":"7/10/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":646,"Cost":470,"Date":"3/25/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":609,"Cost":443,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":185,"Cost":175,"Date":"10/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":559,"Cost":530,"Date":"3/2/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":160,"Cost":97,"Date":"6/28/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":475,"Cost":449,"Date":"7/17/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":306,"Cost":271,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":739,"Cost":701,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":984,"Cost":651,"Date":"11/20/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":47,"Cost":31,"Date":"12/16/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":376,"Cost":213,"Date":"12/30/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":423,"Cost":215,"Date":"2/15/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":406,"Cost":281,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":724,"Cost":452,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":617,"Cost":376,"Date":"4/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":579,"Cost":368,"Date":"7/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":293,"Cost":203,"Date":"8/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":65,"Cost":58,"Date":"10/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":785,"Cost":404,"Date":"11/11/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":727,"Cost":374,"Date":"11/30/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":519,"Cost":338,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":884,"Cost":631,"Date":"3/1/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":133,"Cost":105,"Date":"4/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":366,"Cost":215,"Date":"5/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":713,"Cost":571,"Date":"8/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":640,"Cost":520,"Date":"9/15/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":647,"Cost":580,"Date":"10/14/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":18,"Cost":13,"Date":"10/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":391,"Cost":263,"Date":"11/11/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":383,"Cost":319,"Date":"12/7/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":749,"Cost":527,"Date":"12/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":791,"Cost":562,"Date":"1/6/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":658,"Cost":344,"Date":"1/23/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":822,"Cost":730,"Date":"2/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":954,"Cost":781,"Date":"3/10/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":235,"Cost":198,"Date":"3/12/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":992,"Cost":779,"Date":"3/31/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":705,"Cost":525,"Date":"6/16/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":217,"Cost":110,"Date":"6/17/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":907,"Cost":482,"Date":"8/27/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":767,"Cost":590,"Date":"10/1/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":301,"Cost":199,"Date":"11/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":933,"Cost":650,"Date":"11/9/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":548,"Cost":391,"Date":"3/27/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":34,"Cost":28,"Date":"4/17/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":132,"Cost":107,"Date":"8/11/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":561,"Cost":406,"Date":"8/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":604,"Cost":388,"Date":"9/2/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":305,"Cost":194,"Date":"9/5/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":200,"Cost":183,"Date":"9/14/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":905,"Cost":799,"Date":"9/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":36,"Cost":31,"Date":"11/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":622,"Cost":524,"Date":"12/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":694,"Cost":584,"Date":"1/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":445,"Cost":258,"Date":"1/21/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":727,"Cost":639,"Date":"2/9/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":690,"Cost":398,"Date":"3/19/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":606,"Cost":453,"Date":"4/3/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":805,"Cost":672,"Date":"4/5/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":859,"Cost":734,"Date":"4/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":159,"Cost":117,"Date":"7/10/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":466,"Cost":372,"Date":"3/25/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":222,"Cost":180,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":155,"Cost":115,"Date":"10/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":555,"Cost":342,"Date":"3/2/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":758,"Cost":632,"Date":"6/28/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":651,"Cost":559,"Date":"7/17/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":102,"Cost":59,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":193,"Cost":169,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":164,"Cost":149,"Date":"11/20/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":952,"Cost":709,"Date":"12/16/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":849,"Cost":571,"Date":"12/30/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":496,"Cost":325,"Date":"2/15/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":997,"Cost":906,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":375,"Cost":304,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":713,"Cost":529,"Date":"4/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":111,"Cost":67,"Date":"7/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":359,"Cost":286,"Date":"8/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":560,"Cost":489,"Date":"10/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":367,"Cost":205,"Date":"11/11/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":432,"Cost":395,"Date":"11/30/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":244,"Cost":165,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":882,"Cost":518,"Date":"3/1/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":538,"Cost":279,"Date":"4/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":251,"Cost":226,"Date":"5/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":789,"Cost":517,"Date":"8/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":743,"Cost":642,"Date":"9/15/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":879,"Cost":594,"Date":"10/14/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":347,"Cost":207,"Date":"10/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":713,"Cost":496,"Date":"11/11/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":855,"Cost":438,"Date":"12/7/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":817,"Cost":678,"Date":"12/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":137,"Cost":100,"Date":"1/6/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":693,"Cost":516,"Date":"1/23/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":300,"Cost":285,"Date":"2/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":501,"Cost":414,"Date":"3/10/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":151,"Cost":98,"Date":"3/12/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":451,"Cost":256,"Date":"3/31/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":193,"Cost":134,"Date":"6/16/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":507,"Cost":284,"Date":"6/17/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":861,"Cost":729,"Date":"8/27/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":228,"Cost":140,"Date":"10/1/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":277,"Cost":159,"Date":"11/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":331,"Cost":309,"Date":"11/9/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":467,"Cost":339,"Date":"3/27/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":722,"Cost":484,"Date":"4/17/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":547,"Cost":333,"Date":"8/11/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":96,"Cost":81,"Date":"8/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":602,"Cost":344,"Date":"9/2/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":153,"Cost":91,"Date":"9/5/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":681,"Cost":607,"Date":"9/14/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":89,"Cost":57,"Date":"9/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":548,"Cost":506,"Date":"11/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":97,"Cost":61,"Date":"12/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":254,"Cost":236,"Date":"1/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":177,"Cost":162,"Date":"1/21/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":175,"Cost":164,"Date":"2/9/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":298,"Cost":252,"Date":"3/19/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":413,"Cost":366,"Date":"4/3/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":854,"Cost":673,"Date":"4/5/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":83,"Cost":74,"Date":"4/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":970,"Cost":485,"Date":"7/10/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":105,"Cost":55,"Date":"3/25/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":504,"Cost":279,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":441,"Cost":387,"Date":"10/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":350,"Cost":316,"Date":"3/2/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":615,"Cost":569,"Date":"6/28/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":73,"Cost":60,"Date":"7/17/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":380,"Cost":224,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":833,"Cost":773,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":244,"Cost":166,"Date":"11/20/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":788,"Cost":509,"Date":"12/16/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":675,"Cost":530,"Date":"12/30/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":926,"Cost":832,"Date":"2/15/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":156,"Cost":108,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":235,"Cost":181,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":622,"Cost":469,"Date":"4/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":447,"Cost":392,"Date":"7/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":251,"Cost":139,"Date":"8/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":73,"Cost":48,"Date":"10/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":424,"Cost":310,"Date":"11/11/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":715,"Cost":576,"Date":"11/30/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":328,"Cost":211,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":623,"Cost":460,"Date":"3/1/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":254,"Cost":167,"Date":"4/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":599,"Cost":405,"Date":"5/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":313,"Cost":265,"Date":"8/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":447,"Cost":278,"Date":"9/15/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":288,"Cost":183,"Date":"10/14/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":648,"Cost":369,"Date":"10/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":110,"Cost":102,"Date":"11/11/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":580,"Cost":300,"Date":"12/7/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":112,"Cost":82,"Date":"12/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":237,"Cost":168,"Date":"1/6/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":198,"Cost":131,"Date":"1/23/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":679,"Cost":605,"Date":"2/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":281,"Cost":256,"Date":"3/10/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":599,"Cost":367,"Date":"3/12/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":729,"Cost":589,"Date":"3/31/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":571,"Cost":537,"Date":"6/16/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":626,"Cost":539,"Date":"6/17/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":358,"Cost":234,"Date":"8/27/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":312,"Cost":288,"Date":"10/1/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":613,"Cost":350,"Date":"11/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":868,"Cost":731,"Date":"11/9/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":352,"Cost":198,"Date":"3/27/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":971,"Cost":680,"Date":"4/17/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":245,"Cost":153,"Date":"8/11/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":431,"Cost":392,"Date":"8/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":90,"Cost":55,"Date":"9/2/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":621,"Cost":521,"Date":"9/5/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":521,"Cost":442,"Date":"9/14/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":50,"Cost":38,"Date":"9/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":182,"Cost":121,"Date":"11/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":462,"Cost":287,"Date":"12/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":739,"Cost":420,"Date":"1/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":805,"Cost":717,"Date":"1/21/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":106,"Cost":72,"Date":"2/9/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":312,"Cost":250,"Date":"3/19/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":449,"Cost":247,"Date":"4/3/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":39,"Cost":25,"Date":"4/5/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":449,"Cost":398,"Date":"4/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":967,"Cost":779,"Date":"7/10/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":259,"Cost":212,"Date":"3/25/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":588,"Cost":517,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":178,"Cost":96,"Date":"10/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":413,"Cost":247,"Date":"3/2/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":140,"Cost":110,"Date":"6/28/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":483,"Cost":311,"Date":"7/17/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":778,"Cost":683,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":451,"Cost":405,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":883,"Cost":568,"Date":"11/20/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":811,"Cost":729,"Date":"12/16/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":317,"Cost":262,"Date":"12/30/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":445,"Cost":318,"Date":"2/15/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":197,"Cost":155,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":386,"Cost":353,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":968,"Cost":660,"Date":"4/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":370,"Cost":334,"Date":"7/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":337,"Cost":247,"Date":"8/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":195,"Cost":144,"Date":"10/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":19,"Cost":11,"Date":"11/11/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":124,"Cost":116,"Date":"11/30/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":264,"Cost":214,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":484,"Cost":300,"Date":"3/1/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":22,"Cost":21,"Date":"4/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":725,"Cost":569,"Date":"5/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":484,"Cost":256,"Date":"8/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":202,"Cost":183,"Date":"9/15/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":65,"Cost":47,"Date":"10/14/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":248,"Cost":150,"Date":"10/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":226,"Cost":199,"Date":"11/11/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":395,"Cost":349,"Date":"12/7/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":546,"Cost":276,"Date":"12/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":105,"Cost":74,"Date":"1/6/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":392,"Cost":258,"Date":"1/23/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":987,"Cost":935,"Date":"2/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":72,"Cost":46,"Date":"3/10/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":103,"Cost":68,"Date":"3/12/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":242,"Cost":133,"Date":"3/31/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":756,"Cost":409,"Date":"6/16/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":193,"Cost":177,"Date":"6/17/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":930,"Cost":685,"Date":"8/27/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":188,"Cost":133,"Date":"10/1/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":608,"Cost":434,"Date":"11/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":796,"Cost":535,"Date":"11/9/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":420,"Cost":262,"Date":"3/27/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":666,"Cost":435,"Date":"4/17/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":812,"Cost":409,"Date":"8/11/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":566,"Cost":490,"Date":"8/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":598,"Cost":557,"Date":"9/2/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":262,"Cost":137,"Date":"9/5/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":893,"Cost":739,"Date":"9/14/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":595,"Cost":419,"Date":"9/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":83,"Cost":67,"Date":"11/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":217,"Cost":169,"Date":"12/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":890,"Cost":607,"Date":"1/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":641,"Cost":446,"Date":"1/21/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":583,"Cost":549,"Date":"2/9/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":718,"Cost":515,"Date":"3/19/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":304,"Cost":263,"Date":"4/3/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":626,"Cost":426,"Date":"4/5/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":286,"Cost":254,"Date":"4/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":38,"Cost":25,"Date":"7/10/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":608,"Cost":488,"Date":"3/25/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":160,"Cost":90,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":672,"Cost":624,"Date":"10/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":426,"Cost":358,"Date":"3/2/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":457,"Cost":310,"Date":"6/28/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":67,"Cost":56,"Date":"7/17/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":417,"Cost":274,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":620,"Cost":397,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":734,"Cost":636,"Date":"11/20/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":789,"Cost":557,"Date":"12/16/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":916,"Cost":558,"Date":"12/30/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":968,"Cost":524,"Date":"2/15/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":685,"Cost":643,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":915,"Cost":602,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":175,"Cost":144,"Date":"4/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":779,"Cost":723,"Date":"7/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":759,"Cost":550,"Date":"8/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":491,"Cost":410,"Date":"10/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":324,"Cost":206,"Date":"11/11/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":535,"Cost":405,"Date":"11/30/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":326,"Cost":204,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":384,"Cost":250,"Date":"3/1/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":406,"Cost":262,"Date":"4/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":149,"Cost":131,"Date":"5/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":830,"Cost":649,"Date":"8/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":269,"Cost":250,"Date":"9/15/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":959,"Cost":536,"Date":"10/14/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":951,"Cost":517,"Date":"10/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":287,"Cost":187,"Date":"11/11/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":109,"Cost":101,"Date":"12/7/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":907,"Cost":675,"Date":"12/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":626,"Cost":448,"Date":"1/6/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":183,"Cost":128,"Date":"1/23/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":834,"Cost":709,"Date":"2/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":450,"Cost":256,"Date":"3/10/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":42,"Cost":31,"Date":"3/12/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":132,"Cost":107,"Date":"3/31/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":683,"Cost":500,"Date":"6/16/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":599,"Cost":558,"Date":"6/17/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":643,"Cost":488,"Date":"8/27/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":560,"Cost":492,"Date":"10/1/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":792,"Cost":408,"Date":"11/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":636,"Cost":392,"Date":"11/9/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":987,"Cost":652,"Date":"3/27/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":828,"Cost":463,"Date":"4/17/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":702,"Cost":398,"Date":"8/11/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":211,"Cost":163,"Date":"8/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":597,"Cost":526,"Date":"9/2/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":37,"Cost":25,"Date":"9/5/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":232,"Cost":203,"Date":"9/14/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":25,"Cost":21,"Date":"9/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":93,"Cost":60,"Date":"11/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":368,"Cost":290,"Date":"12/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":977,"Cost":690,"Date":"1/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":597,"Cost":412,"Date":"1/21/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":184,"Cost":120,"Date":"2/9/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":202,"Cost":184,"Date":"3/19/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":735,"Cost":410,"Date":"4/3/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":863,"Cost":755,"Date":"4/5/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":164,"Cost":133,"Date":"4/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":405,"Cost":365,"Date":"7/10/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":690,"Cost":424,"Date":"3/25/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":14,"Cost":13,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":324,"Cost":166,"Date":"10/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":222,"Cost":209,"Date":"3/2/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":452,"Cost":375,"Date":"6/28/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":509,"Cost":364,"Date":"7/17/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":888,"Cost":634,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":329,"Cost":242,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":729,"Cost":647,"Date":"11/20/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":396,"Cost":287,"Date":"12/16/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":578,"Cost":545,"Date":"12/30/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":633,"Cost":595,"Date":"2/15/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":371,"Cost":187,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":468,"Cost":261,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":588,"Cost":424,"Date":"4/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":349,"Cost":241,"Date":"7/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":376,"Cost":335,"Date":"8/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":298,"Cost":282,"Date":"10/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":762,"Cost":518,"Date":"11/11/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":127,"Cost":82,"Date":"11/30/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":60,"Cost":55,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":459,"Cost":334,"Date":"3/1/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":518,"Cost":433,"Date":"4/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":914,"Cost":809,"Date":"5/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":960,"Cost":678,"Date":"8/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":14,"Cost":13,"Date":"9/15/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":828,"Cost":480,"Date":"10/14/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":274,"Cost":191,"Date":"10/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":505,"Cost":455,"Date":"11/11/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":18,"Cost":16,"Date":"12/7/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":136,"Cost":96,"Date":"12/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":122,"Cost":107,"Date":"1/6/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":268,"Cost":216,"Date":"1/23/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":212,"Cost":191,"Date":"2/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":639,"Cost":336,"Date":"3/10/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":218,"Cost":134,"Date":"3/12/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":577,"Cost":535,"Date":"3/31/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":259,"Cost":185,"Date":"6/16/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":666,"Cost":465,"Date":"6/17/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":773,"Cost":629,"Date":"8/27/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":173,"Cost":161,"Date":"10/1/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":121,"Cost":102,"Date":"11/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":820,"Cost":411,"Date":"11/9/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":565,"Cost":468,"Date":"3/27/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":685,"Cost":353,"Date":"4/17/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":369,"Cost":240,"Date":"8/11/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":215,"Cost":158,"Date":"8/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":945,"Cost":643,"Date":"9/2/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":933,"Cost":500,"Date":"9/5/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":160,"Cost":127,"Date":"9/14/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":821,"Cost":441,"Date":"9/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":914,"Cost":540,"Date":"11/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":485,"Cost":457,"Date":"12/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":836,"Cost":736,"Date":"1/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":604,"Cost":495,"Date":"1/21/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":404,"Cost":289,"Date":"2/9/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":79,"Cost":61,"Date":"3/19/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":404,"Cost":294,"Date":"4/3/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":106,"Cost":101,"Date":"4/5/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":634,"Cost":424,"Date":"4/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":984,"Cost":868,"Date":"7/10/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":105,"Cost":70,"Date":"3/25/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":555,"Cost":490,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":556,"Cost":445,"Date":"10/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":959,"Cost":627,"Date":"3/2/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":765,"Cost":615,"Date":"6/28/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":709,"Cost":580,"Date":"7/17/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":756,"Cost":536,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":654,"Cost":619,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":478,"Cost":328,"Date":"11/20/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":212,"Cost":126,"Date":"12/16/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":306,"Cost":212,"Date":"12/30/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":136,"Cost":90,"Date":"2/15/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":910,"Cost":672,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":679,"Cost":410,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":606,"Cost":316,"Date":"4/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":707,"Cost":647,"Date":"7/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":429,"Cost":255,"Date":"8/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":864,"Cost":581,"Date":"10/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":115,"Cost":89,"Date":"11/11/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":521,"Cost":443,"Date":"11/30/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":266,"Cost":146,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":898,"Cost":529,"Date":"3/1/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":333,"Cost":205,"Date":"4/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":944,"Cost":489,"Date":"5/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":644,"Cost":527,"Date":"8/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":538,"Cost":472,"Date":"9/15/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":121,"Cost":63,"Date":"10/14/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":99,"Cost":69,"Date":"10/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":676,"Cost":409,"Date":"11/11/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":24,"Cost":17,"Date":"12/7/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":504,"Cost":304,"Date":"12/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":150,"Cost":82,"Date":"1/6/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":742,"Cost":461,"Date":"1/23/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":565,"Cost":287,"Date":"2/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":652,"Cost":599,"Date":"3/10/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":863,"Cost":568,"Date":"3/12/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":279,"Cost":212,"Date":"3/31/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":51,"Cost":32,"Date":"6/16/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":613,"Cost":579,"Date":"6/17/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":180,"Cost":136,"Date":"8/27/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":543,"Cost":287,"Date":"10/1/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":162,"Cost":128,"Date":"11/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":649,"Cost":540,"Date":"11/9/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":729,"Cost":556,"Date":"3/27/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":998,"Cost":806,"Date":"4/17/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":852,"Cost":589,"Date":"8/11/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":496,"Cost":403,"Date":"8/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":838,"Cost":510,"Date":"9/2/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":49,"Cost":30,"Date":"9/5/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":666,"Cost":408,"Date":"9/14/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":136,"Cost":99,"Date":"9/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":117,"Cost":64,"Date":"11/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":228,"Cost":148,"Date":"12/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":693,"Cost":462,"Date":"1/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":852,"Cost":593,"Date":"1/21/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":713,"Cost":627,"Date":"2/9/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":111,"Cost":105,"Date":"3/19/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":873,"Cost":829,"Date":"4/3/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":881,"Cost":481,"Date":"4/5/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":584,"Cost":519,"Date":"4/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":386,"Cost":327,"Date":"7/10/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":311,"Cost":173,"Date":"3/25/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":616,"Cost":374,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":986,"Cost":530,"Date":"10/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":389,"Cost":305,"Date":"3/2/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":78,"Cost":65,"Date":"6/28/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":260,"Cost":151,"Date":"7/17/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":997,"Cost":833,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":692,"Cost":617,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":851,"Cost":703,"Date":"11/20/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":972,"Cost":629,"Date":"12/16/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":624,"Cost":429,"Date":"12/30/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":761,"Cost":714,"Date":"2/15/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":858,"Cost":613,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":744,"Cost":654,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":953,"Cost":514,"Date":"4/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":269,"Cost":239,"Date":"7/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":200,"Cost":102,"Date":"8/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":438,"Cost":349,"Date":"10/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":574,"Cost":323,"Date":"11/11/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":943,"Cost":874,"Date":"11/30/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":415,"Cost":280,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":65,"Cost":57,"Date":"3/1/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":311,"Cost":244,"Date":"4/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":210,"Cost":150,"Date":"5/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":350,"Cost":190,"Date":"8/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":76,"Cost":63,"Date":"9/15/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":878,"Cost":786,"Date":"10/14/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":976,"Cost":540,"Date":"10/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":407,"Cost":210,"Date":"11/11/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":770,"Cost":682,"Date":"12/7/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":323,"Cost":248,"Date":"12/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":867,"Cost":810,"Date":"1/6/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":776,"Cost":563,"Date":"1/23/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":215,"Cost":126,"Date":"2/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":138,"Cost":117,"Date":"3/10/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":528,"Cost":360,"Date":"3/12/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":404,"Cost":255,"Date":"3/31/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":798,"Cost":706,"Date":"6/16/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":570,"Cost":315,"Date":"6/17/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":279,"Cost":215,"Date":"8/27/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":838,"Cost":777,"Date":"10/1/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":68,"Cost":34,"Date":"11/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":345,"Cost":225,"Date":"11/9/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":629,"Cost":563,"Date":"3/27/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":168,"Cost":105,"Date":"4/17/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":300,"Cost":238,"Date":"8/11/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":518,"Cost":439,"Date":"8/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":451,"Cost":427,"Date":"9/2/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":663,"Cost":402,"Date":"9/5/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":133,"Cost":124,"Date":"9/14/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":968,"Cost":506,"Date":"9/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":562,"Cost":522,"Date":"11/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":443,"Cost":368,"Date":"12/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":273,"Cost":147,"Date":"1/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":257,"Cost":193,"Date":"1/21/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":676,"Cost":350,"Date":"2/9/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":275,"Cost":153,"Date":"3/19/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":375,"Cost":257,"Date":"4/3/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":95,"Cost":53,"Date":"4/5/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":7,"Cost":5,"Date":"4/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":111,"Cost":102,"Date":"7/10/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":394,"Cost":358,"Date":"3/25/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":548,"Cost":387,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":398,"Cost":371,"Date":"10/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":597,"Cost":458,"Date":"3/2/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":103,"Cost":61,"Date":"6/28/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":416,"Cost":344,"Date":"7/17/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":161,"Cost":87,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":215,"Cost":132,"Date":"11/20/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":891,"Cost":629,"Date":"12/16/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":458,"Cost":395,"Date":"12/30/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":743,"Cost":554,"Date":"2/15/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":440,"Cost":370,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":883,"Cost":642,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":712,"Cost":665,"Date":"4/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":730,"Cost":383,"Date":"7/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":545,"Cost":408,"Date":"8/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":50,"Cost":42,"Date":"10/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":472,"Cost":320,"Date":"11/11/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":513,"Cost":340,"Date":"11/30/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":145,"Cost":132,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":526,"Cost":435,"Date":"3/1/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":453,"Cost":299,"Date":"4/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":726,"Cost":492,"Date":"5/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":832,"Cost":616,"Date":"8/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":334,"Cost":202,"Date":"9/15/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":37,"Cost":26,"Date":"10/14/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":911,"Cost":683,"Date":"10/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":479,"Cost":266,"Date":"11/11/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":176,"Cost":137,"Date":"12/7/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":142,"Cost":98,"Date":"12/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":831,"Cost":458,"Date":"1/6/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":608,"Cost":570,"Date":"1/23/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":636,"Cost":458,"Date":"2/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":884,"Cost":515,"Date":"3/10/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":624,"Cost":374,"Date":"3/12/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":270,"Cost":172,"Date":"3/31/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":775,"Cost":729,"Date":"6/16/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":429,"Cost":284,"Date":"6/17/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":618,"Cost":499,"Date":"8/27/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":937,"Cost":537,"Date":"10/1/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":983,"Cost":823,"Date":"11/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":964,"Cost":559,"Date":"11/9/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":743,"Cost":550,"Date":"3/27/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":417,"Cost":227,"Date":"4/17/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":578,"Cost":494,"Date":"8/11/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":962,"Cost":493,"Date":"8/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":694,"Cost":425,"Date":"9/2/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":486,"Cost":416,"Date":"9/5/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":109,"Cost":58,"Date":"9/14/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":515,"Cost":422,"Date":"9/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":17,"Cost":13,"Date":"11/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":780,"Cost":408,"Date":"12/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":83,"Cost":77,"Date":"1/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":955,"Cost":708,"Date":"1/21/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":679,"Cost":638,"Date":"2/9/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":431,"Cost":355,"Date":"3/19/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":830,"Cost":587,"Date":"4/3/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":282,"Cost":195,"Date":"4/5/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":565,"Cost":489,"Date":"4/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":498,"Cost":310,"Date":"7/10/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":614,"Cost":417,"Date":"3/25/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":569,"Cost":524,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":697,"Cost":642,"Date":"10/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":688,"Cost":566,"Date":"3/2/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":221,"Cost":187,"Date":"6/28/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":91,"Cost":50,"Date":"7/17/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":726,"Cost":440,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":941,"Cost":499,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":898,"Cost":548,"Date":"11/20/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":191,"Cost":104,"Date":"12/16/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":285,"Cost":235,"Date":"12/30/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":807,"Cost":744,"Date":"2/15/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":115,"Cost":110,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":988,"Cost":824,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":657,"Cost":463,"Date":"4/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":914,"Cost":580,"Date":"7/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":338,"Cost":220,"Date":"8/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":281,"Cost":225,"Date":"10/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":811,"Cost":408,"Date":"11/11/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":134,"Cost":127,"Date":"11/30/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":732,"Cost":488,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":668,"Cost":574,"Date":"3/1/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":311,"Cost":257,"Date":"4/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":813,"Cost":526,"Date":"5/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":107,"Cost":98,"Date":"8/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":323,"Cost":209,"Date":"9/15/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":872,"Cost":733,"Date":"10/14/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":485,"Cost":279,"Date":"10/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":887,"Cost":806,"Date":"11/11/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":629,"Cost":468,"Date":"12/7/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":487,"Cost":376,"Date":"12/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":463,"Cost":356,"Date":"1/6/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":728,"Cost":556,"Date":"1/23/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":367,"Cost":250,"Date":"2/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":792,"Cost":654,"Date":"3/10/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":543,"Cost":412,"Date":"3/12/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":626,"Cost":513,"Date":"3/31/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":984,"Cost":508,"Date":"6/16/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":348,"Cost":249,"Date":"6/17/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":396,"Cost":247,"Date":"8/27/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":21,"Cost":18,"Date":"10/1/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":18,"Cost":11,"Date":"11/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":487,"Cost":420,"Date":"11/9/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":690,"Cost":387,"Date":"3/27/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":677,"Cost":470,"Date":"4/17/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":745,"Cost":674,"Date":"8/11/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":241,"Cost":129,"Date":"8/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":25,"Cost":15,"Date":"9/2/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":799,"Cost":557,"Date":"9/5/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":616,"Cost":351,"Date":"9/14/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":267,"Cost":208,"Date":"9/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":530,"Cost":292,"Date":"11/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":397,"Cost":320,"Date":"12/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":157,"Cost":131,"Date":"1/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":654,"Cost":352,"Date":"1/21/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":832,"Cost":686,"Date":"2/9/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":384,"Cost":253,"Date":"3/19/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":419,"Cost":319,"Date":"4/3/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":381,"Cost":204,"Date":"4/5/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":319,"Cost":272,"Date":"4/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":272,"Cost":187,"Date":"7/10/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":567,"Cost":413,"Date":"3/25/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":283,"Cost":201,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":431,"Cost":371,"Date":"10/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":152,"Cost":102,"Date":"3/2/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":584,"Cost":421,"Date":"6/28/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":693,"Cost":428,"Date":"7/17/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":67,"Cost":48,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":711,"Cost":482,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":435,"Cost":298,"Date":"11/20/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":800,"Cost":445,"Date":"12/16/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":855,"Cost":665,"Date":"12/30/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":671,"Cost":580,"Date":"2/15/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":361,"Cost":311,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":479,"Cost":323,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":645,"Cost":444,"Date":"4/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":750,"Cost":505,"Date":"7/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":818,"Cost":737,"Date":"8/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":157,"Cost":135,"Date":"10/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":577,"Cost":516,"Date":"11/11/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":644,"Cost":435,"Date":"11/30/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":758,"Cost":642,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":116,"Cost":109,"Date":"3/1/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":51,"Cost":34,"Date":"4/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":794,"Cost":667,"Date":"5/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":435,"Cost":304,"Date":"8/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":127,"Cost":77,"Date":"9/15/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":400,"Cost":316,"Date":"10/14/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":366,"Cost":278,"Date":"10/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":771,"Cost":429,"Date":"11/11/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":951,"Cost":635,"Date":"12/7/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":703,"Cost":484,"Date":"12/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":959,"Cost":677,"Date":"1/6/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":828,"Cost":606,"Date":"1/23/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":104,"Cost":81,"Date":"2/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":125,"Cost":88,"Date":"3/10/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":616,"Cost":454,"Date":"3/12/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":641,"Cost":333,"Date":"3/31/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":387,"Cost":328,"Date":"6/16/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":855,"Cost":561,"Date":"6/17/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":513,"Cost":275,"Date":"8/27/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":2,"Cost":2,"Date":"10/1/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":428,"Cost":230,"Date":"11/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":720,"Cost":673,"Date":"11/9/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":23,"Cost":22,"Date":"3/27/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":857,"Cost":736,"Date":"4/17/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":670,"Cost":416,"Date":"8/11/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":218,"Cost":207,"Date":"8/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":487,"Cost":244,"Date":"9/2/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":429,"Cost":296,"Date":"9/5/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":837,"Cost":486,"Date":"9/14/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":280,"Cost":187,"Date":"9/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":378,"Cost":229,"Date":"11/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":389,"Cost":200,"Date":"12/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":747,"Cost":395,"Date":"1/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":654,"Cost":561,"Date":"1/21/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":452,"Cost":307,"Date":"2/9/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":997,"Cost":934,"Date":"3/19/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":56,"Cost":35,"Date":"4/3/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":360,"Cost":329,"Date":"4/5/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":764,"Cost":440,"Date":"4/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":935,"Cost":563,"Date":"7/10/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":694,"Cost":440,"Date":"3/25/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":816,"Cost":646,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":14,"Cost":11,"Date":"10/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":107,"Cost":62,"Date":"3/2/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":279,"Cost":246,"Date":"6/28/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":542,"Cost":371,"Date":"7/17/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":69,"Cost":62,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":59,"Cost":36,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":699,"Cost":659,"Date":"11/20/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":772,"Cost":555,"Date":"12/16/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":31,"Cost":15,"Date":"12/30/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":409,"Cost":216,"Date":"2/15/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":978,"Cost":886,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":50,"Cost":44,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":662,"Cost":605,"Date":"4/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":414,"Cost":300,"Date":"7/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":676,"Cost":500,"Date":"8/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":439,"Cost":282,"Date":"10/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":349,"Cost":230,"Date":"11/11/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":583,"Cost":385,"Date":"11/30/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":392,"Cost":357,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":838,"Cost":433,"Date":"3/1/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":831,"Cost":668,"Date":"4/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":62,"Cost":46,"Date":"5/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":616,"Cost":496,"Date":"8/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":964,"Cost":576,"Date":"9/15/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":172,"Cost":90,"Date":"10/14/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":647,"Cost":468,"Date":"10/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":318,"Cost":164,"Date":"11/11/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":143,"Cost":106,"Date":"12/7/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":540,"Cost":488,"Date":"12/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":13,"Cost":9,"Date":"1/6/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":725,"Cost":582,"Date":"1/23/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":298,"Cost":201,"Date":"2/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":480,"Cost":284,"Date":"3/10/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":858,"Cost":709,"Date":"3/12/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":602,"Cost":455,"Date":"3/31/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":199,"Cost":109,"Date":"6/16/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":642,"Cost":416,"Date":"6/17/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":163,"Cost":153,"Date":"8/27/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":304,"Cost":217,"Date":"10/1/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":108,"Cost":88,"Date":"11/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":353,"Cost":268,"Date":"11/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":984,"Cost":802,"Date":"3/27/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":183,"Cost":111,"Date":"4/17/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":776,"Cost":420,"Date":"8/11/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":408,"Cost":308,"Date":"8/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":431,"Cost":369,"Date":"9/2/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":194,"Cost":170,"Date":"9/5/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":108,"Cost":75,"Date":"9/14/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":11,"Cost":10,"Date":"9/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":790,"Cost":581,"Date":"11/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":771,"Cost":702,"Date":"12/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":843,"Cost":638,"Date":"1/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":655,"Cost":566,"Date":"1/21/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":437,"Cost":300,"Date":"2/9/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":761,"Cost":483,"Date":"3/19/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":296,"Cost":170,"Date":"4/3/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":564,"Cost":378,"Date":"4/5/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":946,"Cost":522,"Date":"4/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":934,"Cost":695,"Date":"7/10/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":529,"Cost":430,"Date":"3/25/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":377,"Cost":245,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":574,"Cost":451,"Date":"10/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":105,"Cost":75,"Date":"3/2/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":767,"Cost":715,"Date":"6/28/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":874,"Cost":562,"Date":"7/17/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":810,"Cost":469,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":727,"Cost":367,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":982,"Cost":501,"Date":"11/20/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":808,"Cost":720,"Date":"12/16/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":394,"Cost":203,"Date":"12/30/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":335,"Cost":203,"Date":"2/15/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":969,"Cost":703,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":732,"Cost":506,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":291,"Cost":156,"Date":"4/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":861,"Cost":474,"Date":"7/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":864,"Cost":810,"Date":"8/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":521,"Cost":408,"Date":"10/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":896,"Cost":717,"Date":"11/11/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":101,"Cost":64,"Date":"11/30/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":507,"Cost":376,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":22,"Cost":15,"Date":"3/1/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":297,"Cost":238,"Date":"4/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":990,"Cost":669,"Date":"5/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":514,"Cost":440,"Date":"8/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":436,"Cost":290,"Date":"9/15/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":248,"Cost":129,"Date":"10/14/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":555,"Cost":360,"Date":"10/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":452,"Cost":258,"Date":"11/11/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":6,"Cost":3,"Date":"12/7/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":752,"Cost":407,"Date":"12/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":741,"Cost":540,"Date":"1/6/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":350,"Cost":322,"Date":"1/23/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":815,"Cost":651,"Date":"2/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":827,"Cost":747,"Date":"3/10/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":595,"Cost":370,"Date":"3/12/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":776,"Cost":668,"Date":"3/31/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":39,"Cost":26,"Date":"6/16/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":699,"Cost":414,"Date":"6/17/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":135,"Cost":73,"Date":"8/27/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":551,"Cost":387,"Date":"10/1/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":255,"Cost":223,"Date":"11/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":59,"Cost":33,"Date":"11/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":427,"Cost":382,"Date":"3/27/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":595,"Cost":432,"Date":"4/17/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":197,"Cost":179,"Date":"8/11/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":814,"Cost":461,"Date":"8/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":648,"Cost":533,"Date":"9/2/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":965,"Cost":591,"Date":"9/5/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":623,"Cost":356,"Date":"9/14/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":137,"Cost":125,"Date":"9/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":39,"Cost":22,"Date":"11/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":19,"Cost":18,"Date":"12/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":666,"Cost":501,"Date":"1/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":880,"Cost":507,"Date":"1/21/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":496,"Cost":366,"Date":"2/9/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":902,"Cost":514,"Date":"3/19/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":760,"Cost":460,"Date":"4/3/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":352,"Cost":250,"Date":"4/5/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":114,"Cost":83,"Date":"4/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":788,"Cost":636,"Date":"7/10/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":980,"Cost":899,"Date":"3/25/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":940,"Cost":677,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":867,"Cost":700,"Date":"10/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":835,"Cost":434,"Date":"3/2/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":964,"Cost":734,"Date":"6/28/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":500,"Cost":411,"Date":"7/17/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":507,"Cost":475,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":193,"Cost":104,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":377,"Cost":321,"Date":"11/20/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":837,"Cost":773,"Date":"12/16/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":790,"Cost":607,"Date":"12/30/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":307,"Cost":184,"Date":"2/15/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":601,"Cost":405,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":127,"Cost":80,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":67,"Cost":56,"Date":"4/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":731,"Cost":603,"Date":"7/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":119,"Cost":113,"Date":"8/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":481,"Cost":361,"Date":"10/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":518,"Cost":453,"Date":"11/11/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":291,"Cost":194,"Date":"11/30/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":352,"Cost":224,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":629,"Cost":539,"Date":"3/1/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":882,"Cost":832,"Date":"4/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":881,"Cost":614,"Date":"5/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":997,"Cost":565,"Date":"8/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":833,"Cost":779,"Date":"9/15/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":951,"Cost":646,"Date":"10/14/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":869,"Cost":631,"Date":"10/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":144,"Cost":77,"Date":"11/11/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":85,"Cost":72,"Date":"12/7/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":707,"Cost":586,"Date":"12/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":470,"Cost":417,"Date":"1/6/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":249,"Cost":222,"Date":"1/23/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":665,"Cost":356,"Date":"2/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":41,"Cost":28,"Date":"3/10/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":316,"Cost":211,"Date":"3/12/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":62,"Cost":34,"Date":"3/31/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":112,"Cost":96,"Date":"6/16/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":874,"Cost":710,"Date":"6/17/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":909,"Cost":468,"Date":"8/27/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":906,"Cost":630,"Date":"10/1/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":936,"Cost":884,"Date":"11/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":369,"Cost":244,"Date":"11/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":492,"Cost":298,"Date":"3/27/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":692,"Cost":636,"Date":"4/17/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":675,"Cost":338,"Date":"8/11/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":472,"Cost":408,"Date":"8/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":671,"Cost":344,"Date":"9/2/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":765,"Cost":723,"Date":"9/5/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":922,"Cost":814,"Date":"9/14/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":902,"Cost":750,"Date":"9/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":683,"Cost":470,"Date":"11/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":214,"Cost":180,"Date":"12/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":566,"Cost":475,"Date":"1/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":890,"Cost":472,"Date":"1/21/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":27,"Cost":14,"Date":"2/9/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":470,"Cost":235,"Date":"3/19/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":417,"Cost":368,"Date":"4/3/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":359,"Cost":336,"Date":"4/5/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":452,"Cost":374,"Date":"4/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":272,"Cost":142,"Date":"7/10/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":443,"Cost":243,"Date":"3/25/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":40,"Cost":35,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":438,"Cost":398,"Date":"10/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":19,"Cost":18,"Date":"3/2/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":280,"Cost":248,"Date":"6/28/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":186,"Cost":164,"Date":"7/17/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":602,"Cost":480,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":938,"Cost":714,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":881,"Cost":814,"Date":"11/20/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":172,"Cost":158,"Date":"12/16/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":83,"Cost":58,"Date":"12/30/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":704,"Cost":366,"Date":"2/15/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":395,"Cost":312,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":583,"Cost":366,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":925,"Cost":565,"Date":"4/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":333,"Cost":244,"Date":"7/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":907,"Cost":584,"Date":"8/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":943,"Cost":864,"Date":"10/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":795,"Cost":566,"Date":"11/11/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":879,"Cost":494,"Date":"11/30/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":605,"Cost":512,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":995,"Cost":816,"Date":"3/1/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":400,"Cost":374,"Date":"4/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":681,"Cost":562,"Date":"5/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":47,"Cost":42,"Date":"8/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":28,"Cost":21,"Date":"9/15/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":771,"Cost":661,"Date":"10/14/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":842,"Cost":550,"Date":"10/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":882,"Cost":756,"Date":"11/11/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":248,"Cost":230,"Date":"12/7/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":108,"Cost":80,"Date":"12/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":907,"Cost":534,"Date":"1/6/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":864,"Cost":590,"Date":"1/23/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":125,"Cost":75,"Date":"2/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":713,"Cost":369,"Date":"3/10/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":918,"Cost":484,"Date":"3/12/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":821,"Cost":768,"Date":"3/31/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":865,"Cost":511,"Date":"6/16/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":88,"Cost":82,"Date":"6/17/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":706,"Cost":667,"Date":"8/27/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":866,"Cost":589,"Date":"10/1/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":683,"Cost":513,"Date":"11/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":119,"Cost":100,"Date":"11/9/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":51,"Cost":45,"Date":"3/27/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":886,"Cost":552,"Date":"4/17/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":843,"Cost":760,"Date":"8/11/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":907,"Cost":761,"Date":"8/21/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":113,"Cost":77,"Date":"9/2/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":460,"Cost":372,"Date":"9/5/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":624,"Cost":442,"Date":"9/14/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":376,"Cost":292,"Date":"9/20/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":117,"Cost":83,"Date":"11/20/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":261,"Cost":226,"Date":"12/21/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":326,"Cost":167,"Date":"1/7/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":880,"Cost":511,"Date":"1/21/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":848,"Cost":787,"Date":"2/9/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":303,"Cost":155,"Date":"3/19/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":5,"Cost":4,"Date":"4/3/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":196,"Cost":163,"Date":"4/5/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":243,"Cost":127,"Date":"4/28/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":870,"Cost":637,"Date":"7/10/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":702,"Cost":368,"Date":"3/25/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":188,"Cost":121,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":205,"Cost":166,"Date":"10/28/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":971,"Cost":528,"Date":"3/2/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":695,"Cost":648,"Date":"6/28/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":425,"Cost":291,"Date":"7/17/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":473,"Cost":249,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":574,"Cost":417,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":162,"Cost":105,"Date":"11/20/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":657,"Cost":534,"Date":"12/16/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":927,"Cost":878,"Date":"12/30/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":497,"Cost":351,"Date":"2/15/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":255,"Cost":239,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":176,"Cost":135,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":912,"Cost":572,"Date":"4/18/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":75,"Cost":58,"Date":"7/27/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":813,"Cost":573,"Date":"8/18/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":903,"Cost":779,"Date":"10/31/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":607,"Cost":552,"Date":"11/11/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":324,"Cost":291,"Date":"11/30/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":413,"Cost":370,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":687,"Cost":437,"Date":"3/1/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":615,"Cost":394,"Date":"4/13/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":971,"Cost":696,"Date":"5/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":38,"Cost":28,"Date":"8/13/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":546,"Cost":495,"Date":"9/15/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":75,"Cost":44,"Date":"10/14/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":193,"Cost":163,"Date":"10/28/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":515,"Cost":433,"Date":"11/11/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":595,"Cost":343,"Date":"12/7/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":664,"Cost":578,"Date":"12/21/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":481,"Cost":383,"Date":"1/6/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":541,"Cost":326,"Date":"1/23/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":131,"Cost":95,"Date":"2/4/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":808,"Cost":626,"Date":"3/10/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":865,"Cost":564,"Date":"3/12/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":338,"Cost":320,"Date":"3/31/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":644,"Cost":536,"Date":"6/16/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":914,"Cost":457,"Date":"6/17/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":500,"Cost":433,"Date":"8/27/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":576,"Cost":342,"Date":"10/1/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":127,"Cost":65,"Date":"11/4/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":453,"Cost":415,"Date":"11/9/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":256,"Cost":138,"Date":"3/27/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":450,"Cost":408,"Date":"4/17/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":484,"Cost":425,"Date":"8/11/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":714,"Cost":579,"Date":"8/21/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":281,"Cost":237,"Date":"9/2/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":545,"Cost":507,"Date":"9/5/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":602,"Cost":567,"Date":"9/14/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":667,"Cost":408,"Date":"9/20/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":506,"Cost":292,"Date":"11/20/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":139,"Cost":93,"Date":"12/21/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":902,"Cost":522,"Date":"1/7/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":906,"Cost":858,"Date":"1/21/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":12,"Cost":8,"Date":"2/9/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":608,"Cost":372,"Date":"3/19/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":574,"Cost":408,"Date":"4/3/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":657,"Cost":362,"Date":"4/5/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":311,"Cost":169,"Date":"4/28/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":255,"Cost":171,"Date":"7/10/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":299,"Cost":251,"Date":"3/25/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":997,"Cost":533,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":464,"Cost":400,"Date":"10/28/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":241,"Cost":203,"Date":"3/2/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":775,"Cost":501,"Date":"6/28/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":733,"Cost":428,"Date":"7/17/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":873,"Cost":773,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":715,"Cost":525,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":745,"Cost":409,"Date":"11/20/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":467,"Cost":427,"Date":"12/16/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":885,"Cost":708,"Date":"12/30/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":773,"Cost":616,"Date":"2/15/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":703,"Cost":401,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":361,"Cost":323,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":356,"Cost":191,"Date":"4/18/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":205,"Cost":189,"Date":"7/27/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":952,"Cost":503,"Date":"8/18/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":524,"Cost":370,"Date":"10/31/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":627,"Cost":563,"Date":"11/11/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":637,"Cost":605,"Date":"11/30/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":845,"Cost":641,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":768,"Cost":396,"Date":"3/1/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":772,"Cost":642,"Date":"4/13/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":43,"Cost":21,"Date":"5/20/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":840,"Cost":643,"Date":"8/13/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":64,"Cost":33,"Date":"9/15/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":805,"Cost":557,"Date":"10/14/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":902,"Cost":651,"Date":"10/28/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":137,"Cost":121,"Date":"11/11/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":522,"Cost":272,"Date":"12/7/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":388,"Cost":245,"Date":"12/21/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":859,"Cost":725,"Date":"1/6/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":852,"Cost":791,"Date":"1/23/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":60,"Cost":41,"Date":"2/4/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":98,"Cost":51,"Date":"3/10/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":812,"Cost":550,"Date":"3/12/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":17,"Cost":10,"Date":"3/31/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":967,"Cost":546,"Date":"6/16/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":638,"Cost":580,"Date":"6/17/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":342,"Cost":306,"Date":"8/27/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":466,"Cost":408,"Date":"10/1/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":281,"Cost":162,"Date":"11/4/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":595,"Cost":314,"Date":"11/9/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":842,"Cost":577,"Date":"3/27/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":631,"Cost":494,"Date":"4/17/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":619,"Cost":401,"Date":"8/11/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":398,"Cost":302,"Date":"8/21/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":90,"Cost":59,"Date":"9/2/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":599,"Cost":480,"Date":"9/5/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":900,"Cost":463,"Date":"9/14/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":207,"Cost":106,"Date":"9/20/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":7,"Cost":7,"Date":"11/20/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":896,"Cost":676,"Date":"12/21/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":564,"Cost":405,"Date":"1/7/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":337,"Cost":257,"Date":"1/21/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":401,"Cost":252,"Date":"2/9/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":555,"Cost":515,"Date":"3/19/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":142,"Cost":94,"Date":"4/3/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":342,"Cost":275,"Date":"4/5/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":536,"Cost":331,"Date":"4/28/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":408,"Cost":338,"Date":"7/10/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":548,"Cost":406,"Date":"3/25/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":890,"Cost":631,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":536,"Cost":304,"Date":"10/28/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":287,"Cost":204,"Date":"3/2/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":604,"Cost":406,"Date":"6/28/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":623,"Cost":366,"Date":"7/17/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":897,"Cost":587,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":391,"Cost":336,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":610,"Cost":361,"Date":"11/20/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":991,"Cost":873,"Date":"12/16/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":784,"Cost":458,"Date":"12/30/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":234,"Cost":175,"Date":"2/15/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":333,"Cost":292,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":917,"Cost":863,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":648,"Cost":573,"Date":"4/18/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":46,"Cost":27,"Date":"7/27/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":456,"Cost":324,"Date":"8/18/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":452,"Cost":328,"Date":"10/31/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":230,"Cost":189,"Date":"11/11/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":261,"Cost":190,"Date":"11/30/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":991,"Cost":620,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":734,"Cost":422,"Date":"3/1/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":247,"Cost":192,"Date":"4/13/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":894,"Cost":617,"Date":"5/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":891,"Cost":782,"Date":"8/13/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":595,"Cost":303,"Date":"9/15/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":684,"Cost":362,"Date":"10/14/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":442,"Cost":391,"Date":"10/28/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":733,"Cost":691,"Date":"11/11/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":277,"Cost":193,"Date":"12/7/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":271,"Cost":186,"Date":"12/21/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":254,"Cost":236,"Date":"1/6/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":331,"Cost":196,"Date":"1/23/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":291,"Cost":156,"Date":"2/4/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":147,"Cost":96,"Date":"3/10/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":562,"Cost":376,"Date":"3/12/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":318,"Cost":216,"Date":"3/31/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":287,"Cost":160,"Date":"6/16/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":410,"Cost":269,"Date":"6/17/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":511,"Cost":287,"Date":"8/27/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":646,"Cost":392,"Date":"10/1/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":86,"Cost":66,"Date":"11/4/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":976,"Cost":630,"Date":"11/9/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":781,"Cost":419,"Date":"3/27/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":97,"Cost":92,"Date":"4/17/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":644,"Cost":473,"Date":"8/11/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":166,"Cost":148,"Date":"8/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":349,"Cost":318,"Date":"9/2/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":979,"Cost":873,"Date":"9/5/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":419,"Cost":245,"Date":"9/14/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":852,"Cost":558,"Date":"9/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":618,"Cost":434,"Date":"11/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":118,"Cost":86,"Date":"12/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":709,"Cost":613,"Date":"1/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":441,"Cost":372,"Date":"1/21/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":793,"Cost":506,"Date":"2/9/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":570,"Cost":329,"Date":"3/19/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":250,"Cost":224,"Date":"4/3/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":129,"Cost":83,"Date":"4/5/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":518,"Cost":484,"Date":"4/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":74,"Cost":55,"Date":"7/10/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":790,"Cost":396,"Date":"3/25/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":576,"Cost":447,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":993,"Cost":846,"Date":"10/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":469,"Cost":388,"Date":"3/2/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":596,"Cost":353,"Date":"6/28/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":982,"Cost":625,"Date":"7/17/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":126,"Cost":100,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":25,"Cost":24,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":522,"Cost":293,"Date":"11/20/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":667,"Cost":349,"Date":"12/16/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":795,"Cost":433,"Date":"12/30/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":234,"Cost":159,"Date":"2/15/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":166,"Cost":153,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":292,"Cost":215,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":328,"Cost":169,"Date":"4/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":684,"Cost":393,"Date":"7/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":678,"Cost":571,"Date":"8/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":62,"Cost":59,"Date":"10/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":158,"Cost":119,"Date":"11/11/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":171,"Cost":148,"Date":"11/30/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":919,"Cost":666,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":262,"Cost":209,"Date":"3/1/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":969,"Cost":539,"Date":"4/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":499,"Cost":428,"Date":"5/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":160,"Cost":135,"Date":"8/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":632,"Cost":417,"Date":"9/15/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":402,"Cost":280,"Date":"10/14/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":845,"Cost":629,"Date":"10/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":563,"Cost":340,"Date":"11/11/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":148,"Cost":90,"Date":"12/7/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":357,"Cost":302,"Date":"12/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":991,"Cost":712,"Date":"1/6/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":418,"Cost":353,"Date":"1/23/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":457,"Cost":285,"Date":"2/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":291,"Cost":166,"Date":"3/10/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":365,"Cost":336,"Date":"3/12/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":886,"Cost":533,"Date":"3/31/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":365,"Cost":275,"Date":"6/16/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":44,"Cost":34,"Date":"6/17/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":847,"Cost":468,"Date":"8/27/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":907,"Cost":726,"Date":"10/1/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":621,"Cost":341,"Date":"11/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":585,"Cost":473,"Date":"11/9/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":982,"Cost":762,"Date":"3/27/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":339,"Cost":244,"Date":"4/17/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":450,"Cost":408,"Date":"8/11/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":155,"Cost":124,"Date":"8/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":34,"Cost":25,"Date":"9/2/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":346,"Cost":241,"Date":"9/5/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":884,"Cost":542,"Date":"9/14/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":738,"Cost":553,"Date":"9/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":482,"Cost":364,"Date":"11/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":483,"Cost":402,"Date":"12/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":869,"Cost":690,"Date":"1/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":52,"Cost":41,"Date":"1/21/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":744,"Cost":575,"Date":"2/9/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":306,"Cost":190,"Date":"3/19/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":412,"Cost":298,"Date":"4/3/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":858,"Cost":520,"Date":"4/5/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":810,"Cost":705,"Date":"4/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":459,"Cost":238,"Date":"7/10/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":514,"Cost":403,"Date":"3/25/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":893,"Cost":653,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":676,"Cost":453,"Date":"10/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":135,"Cost":88,"Date":"3/2/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":673,"Cost":622,"Date":"6/28/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":856,"Cost":604,"Date":"7/17/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":32,"Cost":19,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":929,"Cost":533,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":180,"Cost":125,"Date":"11/20/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":565,"Cost":521,"Date":"12/16/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":444,"Cost":255,"Date":"12/30/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":977,"Cost":589,"Date":"2/15/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":558,"Cost":318,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":314,"Cost":214,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":247,"Cost":180,"Date":"4/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":935,"Cost":845,"Date":"7/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":82,"Cost":59,"Date":"8/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":958,"Cost":797,"Date":"10/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":149,"Cost":112,"Date":"11/11/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":974,"Cost":736,"Date":"11/30/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":212,"Cost":132,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":690,"Cost":640,"Date":"3/1/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":939,"Cost":508,"Date":"4/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":304,"Cost":205,"Date":"5/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":153,"Cost":143,"Date":"8/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":649,"Cost":458,"Date":"9/15/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":180,"Cost":120,"Date":"10/14/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":843,"Cost":674,"Date":"10/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":291,"Cost":151,"Date":"11/11/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":290,"Cost":268,"Date":"12/7/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":703,"Cost":506,"Date":"12/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":299,"Cost":218,"Date":"1/6/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":321,"Cost":174,"Date":"1/23/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":895,"Cost":650,"Date":"2/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":914,"Cost":845,"Date":"3/10/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":178,"Cost":105,"Date":"3/12/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":936,"Cost":528,"Date":"3/31/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":91,"Cost":63,"Date":"6/16/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":860,"Cost":747,"Date":"6/17/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":500,"Cost":375,"Date":"8/27/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":147,"Cost":94,"Date":"10/1/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":138,"Cost":105,"Date":"11/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":723,"Cost":402,"Date":"11/9/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":392,"Cost":200,"Date":"3/27/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":272,"Cost":192,"Date":"4/17/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":772,"Cost":536,"Date":"8/11/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":562,"Cost":310,"Date":"8/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":691,"Cost":493,"Date":"9/2/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":952,"Cost":850,"Date":"9/5/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":293,"Cost":167,"Date":"9/14/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":818,"Cost":685,"Date":"9/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":237,"Cost":150,"Date":"11/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":635,"Cost":352,"Date":"12/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":467,"Cost":356,"Date":"1/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":947,"Cost":725,"Date":"1/21/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":625,"Cost":456,"Date":"2/9/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":309,"Cost":195,"Date":"3/19/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":191,"Cost":109,"Date":"4/3/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":482,"Cost":242,"Date":"4/5/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":456,"Cost":267,"Date":"4/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":101,"Cost":77,"Date":"7/10/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":431,"Cost":241,"Date":"3/25/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":760,"Cost":568,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":956,"Cost":834,"Date":"10/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":309,"Cost":291,"Date":"3/2/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":660,"Cost":619,"Date":"6/28/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":193,"Cost":178,"Date":"7/17/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":710,"Cost":469,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":193,"Cost":180,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":576,"Cost":414,"Date":"11/20/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":718,"Cost":651,"Date":"12/16/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":176,"Cost":130,"Date":"12/30/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":638,"Cost":551,"Date":"2/15/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":506,"Cost":360,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":741,"Cost":619,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":626,"Cost":332,"Date":"4/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":19,"Cost":11,"Date":"7/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":172,"Cost":121,"Date":"8/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":520,"Cost":270,"Date":"10/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":155,"Cost":124,"Date":"11/11/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":204,"Cost":175,"Date":"11/30/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":355,"Cost":279,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":237,"Cost":179,"Date":"3/1/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":310,"Cost":262,"Date":"4/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":178,"Cost":130,"Date":"5/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":636,"Cost":386,"Date":"8/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":474,"Cost":291,"Date":"9/15/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":331,"Cost":223,"Date":"10/14/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":944,"Cost":676,"Date":"10/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":611,"Cost":494,"Date":"11/11/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":604,"Cost":328,"Date":"12/7/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":593,"Cost":412,"Date":"12/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":228,"Cost":130,"Date":"1/6/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":732,"Cost":485,"Date":"1/23/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":285,"Cost":144,"Date":"2/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":567,"Cost":435,"Date":"3/10/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":155,"Cost":144,"Date":"3/12/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":824,"Cost":602,"Date":"3/31/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":953,"Cost":802,"Date":"6/16/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":218,"Cost":114,"Date":"6/17/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":818,"Cost":536,"Date":"8/27/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":745,"Cost":530,"Date":"10/1/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":697,"Cost":384,"Date":"11/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":333,"Cost":169,"Date":"11/9/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":797,"Cost":647,"Date":"3/27/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":610,"Cost":483,"Date":"4/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":533,"Cost":337,"Date":"8/11/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":836,"Cost":709,"Date":"8/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":902,"Cost":672,"Date":"9/2/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":581,"Cost":409,"Date":"9/5/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":547,"Cost":275,"Date":"9/14/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":343,"Cost":227,"Date":"9/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":140,"Cost":97,"Date":"11/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":174,"Cost":158,"Date":"12/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":713,"Cost":458,"Date":"1/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":837,"Cost":488,"Date":"1/21/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":622,"Cost":530,"Date":"2/9/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":810,"Cost":721,"Date":"3/19/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":885,"Cost":709,"Date":"4/3/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":829,"Cost":545,"Date":"4/5/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":182,"Cost":165,"Date":"4/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":388,"Cost":276,"Date":"7/10/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":756,"Cost":703,"Date":"3/25/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":573,"Cost":349,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":738,"Cost":488,"Date":"10/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":70,"Cost":55,"Date":"3/2/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":737,"Cost":403,"Date":"6/28/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":417,"Cost":237,"Date":"7/17/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":796,"Cost":748,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":961,"Cost":737,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":807,"Cost":534,"Date":"11/20/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":258,"Cost":211,"Date":"12/16/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":273,"Cost":206,"Date":"12/30/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":185,"Cost":134,"Date":"2/15/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":768,"Cost":656,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":679,"Cost":460,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":886,"Cost":562,"Date":"4/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":270,"Cost":196,"Date":"7/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":323,"Cost":178,"Date":"8/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":88,"Cost":61,"Date":"10/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":455,"Cost":400,"Date":"11/11/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":156,"Cost":141,"Date":"11/30/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":660,"Cost":544,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":741,"Cost":443,"Date":"3/1/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":978,"Cost":727,"Date":"4/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":383,"Cost":347,"Date":"5/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":713,"Cost":548,"Date":"8/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":67,"Cost":53,"Date":"9/15/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":704,"Cost":643,"Date":"10/14/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":619,"Cost":543,"Date":"10/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":274,"Cost":189,"Date":"11/11/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":251,"Cost":171,"Date":"12/7/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":642,"Cost":417,"Date":"12/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":339,"Cost":255,"Date":"1/6/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":214,"Cost":157,"Date":"1/23/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":280,"Cost":152,"Date":"2/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":105,"Cost":88,"Date":"3/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":740,"Cost":465,"Date":"3/12/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":645,"Cost":473,"Date":"3/31/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":992,"Cost":640,"Date":"6/16/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":69,"Cost":62,"Date":"6/17/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":557,"Cost":304,"Date":"8/27/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":894,"Cost":600,"Date":"10/1/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":270,"Cost":186,"Date":"11/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":608,"Cost":396,"Date":"11/9/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":32,"Cost":24,"Date":"3/27/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":431,"Cost":267,"Date":"4/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":954,"Cost":729,"Date":"8/11/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":825,"Cost":660,"Date":"8/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":803,"Cost":695,"Date":"9/2/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":548,"Cost":421,"Date":"9/5/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":315,"Cost":179,"Date":"9/14/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":245,"Cost":159,"Date":"9/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":416,"Cost":239,"Date":"11/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":498,"Cost":296,"Date":"12/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":32,"Cost":29,"Date":"1/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":325,"Cost":230,"Date":"1/21/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":148,"Cost":128,"Date":"2/9/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":998,"Cost":641,"Date":"3/19/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":860,"Cost":618,"Date":"4/3/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":455,"Cost":423,"Date":"4/5/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":964,"Cost":482,"Date":"4/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":263,"Cost":132,"Date":"7/10/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":659,"Cost":464,"Date":"3/25/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":845,"Cost":653,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":50,"Cost":30,"Date":"10/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":868,"Cost":654,"Date":"3/2/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":747,"Cost":550,"Date":"6/28/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":829,"Cost":552,"Date":"7/17/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":238,"Cost":190,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":433,"Cost":296,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":141,"Cost":70,"Date":"11/20/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":940,"Cost":549,"Date":"12/16/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":644,"Cost":483,"Date":"12/30/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":853,"Cost":747,"Date":"2/15/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":760,"Cost":695,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":856,"Cost":545,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":24,"Cost":21,"Date":"4/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":15,"Cost":12,"Date":"7/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":221,"Date":"8/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":673,"Cost":454,"Date":"10/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":557,"Cost":281,"Date":"11/11/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":396,"Cost":254,"Date":"11/30/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":912,"Cost":630,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":887,"Cost":586,"Date":"3/1/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":948,"Cost":809,"Date":"4/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":290,"Cost":173,"Date":"5/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":437,"Cost":271,"Date":"8/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":434,"Cost":340,"Date":"9/15/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":343,"Cost":183,"Date":"10/14/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":89,"Cost":58,"Date":"10/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":939,"Cost":852,"Date":"11/11/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":973,"Cost":558,"Date":"12/7/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":574,"Cost":379,"Date":"12/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":650,"Cost":605,"Date":"1/6/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":807,"Cost":551,"Date":"1/23/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":945,"Cost":731,"Date":"2/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":220,"Cost":165,"Date":"3/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":259,"Cost":148,"Date":"3/12/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":62,"Cost":41,"Date":"3/31/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":201,"Cost":150,"Date":"6/16/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":808,"Cost":604,"Date":"6/17/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":611,"Cost":550,"Date":"8/27/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":431,"Cost":320,"Date":"10/1/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":402,"Cost":309,"Date":"11/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":976,"Cost":751,"Date":"11/9/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":67,"Cost":48,"Date":"3/27/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":785,"Cost":395,"Date":"4/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":622,"Cost":437,"Date":"8/11/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":240,"Cost":207,"Date":"8/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":343,"Cost":260,"Date":"9/2/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":487,"Cost":442,"Date":"9/5/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":110,"Cost":81,"Date":"9/14/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":331,"Cost":275,"Date":"9/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":717,"Cost":468,"Date":"11/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":972,"Cost":715,"Date":"12/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":373,"Cost":265,"Date":"1/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":716,"Cost":450,"Date":"1/21/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":832,"Cost":693,"Date":"2/9/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":628,"Cost":464,"Date":"3/19/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":758,"Cost":624,"Date":"4/3/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":522,"Cost":423,"Date":"4/5/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":16,"Cost":15,"Date":"4/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":444,"Cost":291,"Date":"7/10/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":577,"Cost":540,"Date":"3/25/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":576,"Cost":449,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":525,"Cost":279,"Date":"10/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":470,"Cost":242,"Date":"3/2/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":819,"Cost":460,"Date":"6/28/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":920,"Cost":712,"Date":"7/17/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":810,"Cost":574,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":283,"Cost":143,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":130,"Cost":76,"Date":"11/20/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":937,"Cost":535,"Date":"12/16/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":844,"Cost":712,"Date":"12/30/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":106,"Cost":67,"Date":"2/15/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":571,"Cost":535,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":544,"Cost":418,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":933,"Cost":875,"Date":"4/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":399,"Cost":346,"Date":"7/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":809,"Cost":646,"Date":"8/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":76,"Cost":53,"Date":"10/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":656,"Cost":417,"Date":"11/11/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":719,"Cost":549,"Date":"11/30/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":21,"Cost":18,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":503,"Cost":400,"Date":"3/1/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":831,"Cost":493,"Date":"4/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":545,"Cost":281,"Date":"5/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":800,"Cost":750,"Date":"8/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":961,"Cost":563,"Date":"9/15/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":816,"Cost":537,"Date":"10/14/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":219,"Cost":174,"Date":"10/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":989,"Cost":856,"Date":"11/11/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":269,"Cost":193,"Date":"12/7/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":342,"Cost":197,"Date":"12/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":615,"Cost":558,"Date":"1/6/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":665,"Cost":400,"Date":"1/23/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":462,"Cost":361,"Date":"2/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":939,"Cost":482,"Date":"3/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":128,"Cost":86,"Date":"3/12/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":244,"Cost":171,"Date":"3/31/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":709,"Cost":446,"Date":"6/16/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":885,"Cost":744,"Date":"6/17/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":7,"Cost":4,"Date":"8/27/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":361,"Cost":185,"Date":"10/1/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":717,"Cost":571,"Date":"11/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":775,"Cost":712,"Date":"11/9/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":45,"Cost":26,"Date":"3/27/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":344,"Cost":182,"Date":"4/17/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":73,"Cost":49,"Date":"8/11/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":335,"Cost":234,"Date":"8/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":161,"Cost":88,"Date":"9/2/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":767,"Cost":675,"Date":"9/5/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":289,"Cost":267,"Date":"9/14/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":123,"Cost":80,"Date":"9/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":107,"Cost":56,"Date":"11/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":283,"Cost":177,"Date":"12/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":89,"Cost":79,"Date":"1/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":456,"Cost":230,"Date":"1/21/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":866,"Cost":732,"Date":"2/9/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":854,"Cost":438,"Date":"3/19/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":739,"Cost":622,"Date":"4/3/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":679,"Cost":439,"Date":"4/5/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":819,"Cost":695,"Date":"4/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":990,"Cost":506,"Date":"7/10/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":733,"Cost":435,"Date":"3/25/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":314,"Cost":247,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":615,"Cost":320,"Date":"10/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":565,"Cost":473,"Date":"3/2/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":734,"Cost":367,"Date":"6/28/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":374,"Cost":239,"Date":"7/17/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":531,"Cost":324,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":571,"Cost":309,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":701,"Cost":486,"Date":"11/20/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":650,"Cost":393,"Date":"12/16/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":216,"Cost":155,"Date":"12/30/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":896,"Cost":488,"Date":"2/15/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":30,"Cost":24,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":279,"Cost":195,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":647,"Cost":328,"Date":"4/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":88,"Cost":83,"Date":"7/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":310,"Cost":180,"Date":"8/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":597,"Cost":370,"Date":"10/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":592,"Cost":482,"Date":"11/11/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":405,"Cost":369,"Date":"11/30/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":899,"Cost":726,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":579,"Cost":514,"Date":"3/1/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":47,"Cost":24,"Date":"4/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":687,"Cost":445,"Date":"5/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":408,"Cost":345,"Date":"8/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":413,"Cost":274,"Date":"9/15/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":439,"Cost":352,"Date":"10/14/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":133,"Cost":100,"Date":"10/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":78,"Cost":63,"Date":"11/11/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":593,"Cost":347,"Date":"12/7/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":404,"Cost":301,"Date":"12/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":330,"Cost":173,"Date":"1/6/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":463,"Cost":397,"Date":"1/23/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":256,"Cost":191,"Date":"2/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":395,"Cost":356,"Date":"3/10/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":531,"Cost":299,"Date":"3/12/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":986,"Cost":844,"Date":"3/31/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":516,"Cost":402,"Date":"6/16/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":897,"Cost":811,"Date":"6/17/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":589,"Cost":530,"Date":"8/27/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":469,"Cost":359,"Date":"10/1/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":381,"Cost":319,"Date":"11/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":468,"Cost":350,"Date":"11/9/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":380,"Cost":226,"Date":"3/27/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":351,"Cost":225,"Date":"4/17/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":531,"Cost":504,"Date":"8/11/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":715,"Cost":522,"Date":"8/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":839,"Cost":530,"Date":"9/2/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":688,"Cost":518,"Date":"9/5/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":333,"Cost":303,"Date":"9/14/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":867,"Cost":533,"Date":"9/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":144,"Cost":131,"Date":"11/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":952,"Cost":881,"Date":"12/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":644,"Cost":552,"Date":"1/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":249,"Cost":151,"Date":"1/21/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":277,"Cost":239,"Date":"2/9/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":311,"Cost":159,"Date":"3/19/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":382,"Cost":350,"Date":"4/3/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":489,"Cost":261,"Date":"4/5/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":947,"Cost":853,"Date":"4/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":217,"Cost":192,"Date":"7/10/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":504,"Cost":283,"Date":"3/25/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":857,"Cost":473,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":985,"Cost":553,"Date":"10/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":256,"Cost":231,"Date":"3/2/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":445,"Cost":281,"Date":"6/28/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":640,"Cost":537,"Date":"7/17/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":164,"Cost":138,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":706,"Cost":667,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":71,"Cost":66,"Date":"11/20/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":164,"Cost":122,"Date":"12/16/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":361,"Cost":328,"Date":"12/30/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":649,"Cost":478,"Date":"2/15/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":316,"Cost":291,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":956,"Cost":520,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":930,"Cost":629,"Date":"4/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":183,"Cost":134,"Date":"7/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":958,"Cost":624,"Date":"8/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":106,"Cost":55,"Date":"10/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":838,"Cost":457,"Date":"11/11/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":805,"Cost":443,"Date":"11/30/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":123,"Cost":65,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":163,"Cost":124,"Date":"3/1/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":164,"Cost":150,"Date":"4/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":533,"Cost":489,"Date":"5/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":176,"Cost":124,"Date":"8/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":46,"Cost":23,"Date":"9/15/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":11,"Cost":7,"Date":"10/14/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":965,"Cost":587,"Date":"10/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":844,"Cost":448,"Date":"11/11/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":793,"Cost":481,"Date":"12/7/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":596,"Cost":342,"Date":"12/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":392,"Cost":216,"Date":"1/6/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":334,"Cost":175,"Date":"1/23/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":439,"Cost":358,"Date":"2/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":942,"Cost":477,"Date":"3/10/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":768,"Cost":705,"Date":"3/12/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":539,"Cost":511,"Date":"3/31/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":951,"Cost":736,"Date":"6/16/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":675,"Cost":640,"Date":"6/17/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":662,"Cost":420,"Date":"8/27/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":926,"Cost":648,"Date":"10/1/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":695,"Cost":457,"Date":"11/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":145,"Cost":102,"Date":"11/9/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":85,"Cost":71,"Date":"3/27/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":359,"Cost":272,"Date":"4/17/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":830,"Cost":417,"Date":"8/11/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":507,"Cost":477,"Date":"8/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":319,"Cost":165,"Date":"9/2/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":443,"Cost":244,"Date":"9/5/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":201,"Cost":133,"Date":"9/14/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":668,"Cost":347,"Date":"9/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":363,"Cost":333,"Date":"11/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":331,"Cost":246,"Date":"12/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":902,"Cost":491,"Date":"1/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":31,"Cost":19,"Date":"1/21/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":679,"Cost":522,"Date":"2/9/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":832,"Cost":522,"Date":"3/19/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":505,"Cost":344,"Date":"4/3/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":118,"Cost":82,"Date":"4/5/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":131,"Cost":72,"Date":"4/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":138,"Cost":83,"Date":"7/10/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":762,"Cost":471,"Date":"3/25/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":953,"Cost":805,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":410,"Cost":240,"Date":"10/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":658,"Cost":439,"Date":"3/2/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":490,"Cost":355,"Date":"6/28/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":255,"Cost":188,"Date":"7/17/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":817,"Cost":567,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":176,"Cost":153,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":86,"Cost":69,"Date":"11/20/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":924,"Cost":846,"Date":"12/16/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":864,"Cost":602,"Date":"12/30/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":202,"Cost":156,"Date":"2/15/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":141,"Cost":93,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":26,"Cost":14,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":779,"Cost":502,"Date":"4/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":4,"Cost":3,"Date":"7/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":447,"Cost":335,"Date":"8/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":787,"Cost":551,"Date":"10/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":142,"Cost":119,"Date":"11/11/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":519,"Cost":380,"Date":"11/30/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":180,"Cost":147,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":882,"Cost":457,"Date":"3/1/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":929,"Cost":589,"Date":"4/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":802,"Cost":490,"Date":"5/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":840,"Cost":628,"Date":"8/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":504,"Cost":447,"Date":"9/15/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":138,"Cost":116,"Date":"10/14/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":674,"Cost":362,"Date":"10/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":653,"Cost":555,"Date":"11/11/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":174,"Cost":110,"Date":"12/7/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":827,"Cost":746,"Date":"12/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":292,"Cost":239,"Date":"1/6/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":327,"Cost":253,"Date":"1/23/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":413,"Cost":312,"Date":"2/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":161,"Cost":89,"Date":"3/10/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":402,"Cost":344,"Date":"3/12/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":71,"Cost":56,"Date":"3/31/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":235,"Cost":185,"Date":"6/16/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":420,"Cost":320,"Date":"6/17/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":947,"Cost":882,"Date":"8/27/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":219,"Cost":181,"Date":"10/1/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":498,"Cost":441,"Date":"11/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":468,"Cost":432,"Date":"11/9/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":283,"Cost":246,"Date":"3/27/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":709,"Cost":479,"Date":"4/17/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":48,"Cost":24,"Date":"8/11/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":4,"Cost":4,"Date":"8/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":735,"Cost":526,"Date":"9/2/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":114,"Cost":89,"Date":"9/5/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":291,"Cost":251,"Date":"9/14/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":680,"Cost":460,"Date":"9/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":725,"Cost":572,"Date":"11/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":868,"Cost":667,"Date":"12/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":881,"Cost":742,"Date":"1/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":461,"Cost":389,"Date":"1/21/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":489,"Cost":328,"Date":"2/9/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":693,"Cost":428,"Date":"3/19/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":329,"Cost":278,"Date":"4/3/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":305,"Cost":212,"Date":"4/5/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":734,"Cost":692,"Date":"4/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":294,"Cost":262,"Date":"7/10/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":54,"Cost":34,"Date":"3/25/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":791,"Cost":688,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":739,"Cost":493,"Date":"10/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":860,"Cost":729,"Date":"3/2/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":468,"Cost":353,"Date":"6/28/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":609,"Cost":525,"Date":"7/17/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":802,"Cost":533,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":374,"Cost":274,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":187,"Cost":125,"Date":"11/20/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":368,"Cost":202,"Date":"12/16/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":60,"Cost":31,"Date":"12/30/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":456,"Cost":235,"Date":"2/15/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":131,"Cost":124,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":17,"Cost":9,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":239,"Cost":159,"Date":"4/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":403,"Cost":342,"Date":"7/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":334,"Cost":270,"Date":"8/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":649,"Cost":460,"Date":"10/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":675,"Cost":486,"Date":"11/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":904,"Cost":596,"Date":"11/30/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":542,"Cost":461,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":387,"Cost":359,"Date":"3/1/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":818,"Cost":480,"Date":"4/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":458,"Cost":403,"Date":"5/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":405,"Cost":217,"Date":"8/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":477,"Cost":338,"Date":"9/15/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":993,"Cost":653,"Date":"10/14/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":585,"Cost":427,"Date":"10/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":472,"Cost":447,"Date":"11/11/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":209,"Cost":105,"Date":"12/7/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":827,"Cost":686,"Date":"12/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":965,"Cost":550,"Date":"1/6/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":693,"Cost":440,"Date":"1/23/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":662,"Cost":397,"Date":"2/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":50,"Cost":40,"Date":"3/10/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":357,"Cost":336,"Date":"3/12/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":489,"Cost":444,"Date":"3/31/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":42,"Cost":38,"Date":"6/16/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":437,"Cost":409,"Date":"6/17/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":489,"Cost":296,"Date":"8/27/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":801,"Cost":547,"Date":"10/1/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":84,"Cost":78,"Date":"11/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":488,"Cost":392,"Date":"11/9/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":21,"Cost":15,"Date":"3/27/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":821,"Cost":666,"Date":"4/17/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":331,"Cost":312,"Date":"8/11/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":994,"Cost":893,"Date":"8/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":805,"Cost":729,"Date":"9/2/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":311,"Cost":158,"Date":"9/5/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":756,"Cost":522,"Date":"9/14/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":31,"Cost":28,"Date":"9/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":457,"Cost":251,"Date":"11/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":764,"Cost":533,"Date":"12/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":915,"Cost":717,"Date":"1/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":912,"Cost":738,"Date":"1/21/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":175,"Cost":145,"Date":"2/9/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":752,"Cost":575,"Date":"3/19/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":5,"Cost":5,"Date":"4/3/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":581,"Cost":366,"Date":"4/5/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":712,"Cost":493,"Date":"4/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":939,"Cost":706,"Date":"7/10/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":446,"Cost":384,"Date":"3/25/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":193,"Cost":107,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":304,"Cost":177,"Date":"10/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":506,"Cost":304,"Date":"3/2/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":297,"Cost":167,"Date":"6/28/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":314,"Cost":168,"Date":"7/17/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":423,"Cost":294,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":788,"Cost":575,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":92,"Cost":76,"Date":"11/20/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":208,"Cost":128,"Date":"12/16/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":758,"Cost":719,"Date":"12/30/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":925,"Cost":572,"Date":"2/15/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":121,"Cost":105,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":168,"Cost":87,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":816,"Cost":624,"Date":"4/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":72,"Cost":44,"Date":"7/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":387,"Cost":332,"Date":"8/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":206,"Cost":139,"Date":"10/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":660,"Cost":331,"Date":"11/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":356,"Cost":194,"Date":"11/30/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":946,"Cost":656,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":410,"Cost":337,"Date":"3/1/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":494,"Cost":331,"Date":"4/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":791,"Cost":407,"Date":"5/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":744,"Cost":652,"Date":"8/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":639,"Cost":408,"Date":"9/15/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":301,"Cost":242,"Date":"10/14/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":233,"Cost":192,"Date":"10/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":123,"Cost":105,"Date":"11/11/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":523,"Cost":269,"Date":"12/7/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":353,"Cost":218,"Date":"12/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":587,"Cost":412,"Date":"1/6/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":806,"Cost":746,"Date":"1/23/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":242,"Cost":217,"Date":"2/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":991,"Cost":515,"Date":"3/10/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":648,"Cost":540,"Date":"3/12/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":910,"Cost":634,"Date":"3/31/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":356,"Cost":288,"Date":"6/16/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":559,"Cost":282,"Date":"6/17/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":869,"Cost":630,"Date":"8/27/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":740,"Cost":581,"Date":"10/1/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":301,"Cost":281,"Date":"11/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":556,"Cost":387,"Date":"11/9/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":301,"Cost":236,"Date":"3/27/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":425,"Cost":340,"Date":"4/17/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":355,"Cost":337,"Date":"8/11/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":901,"Cost":581,"Date":"8/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":389,"Cost":242,"Date":"9/2/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":550,"Cost":475,"Date":"9/5/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":469,"Cost":290,"Date":"9/14/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":447,"Cost":363,"Date":"9/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":540,"Cost":334,"Date":"11/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":398,"Cost":342,"Date":"12/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":302,"Cost":277,"Date":"1/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":846,"Cost":662,"Date":"1/21/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":783,"Cost":629,"Date":"2/9/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":145,"Cost":124,"Date":"3/19/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":717,"Cost":498,"Date":"4/3/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":308,"Cost":164,"Date":"4/5/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":208,"Cost":133,"Date":"4/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":484,"Cost":315,"Date":"7/10/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":183,"Cost":166,"Date":"3/25/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":463,"Cost":350,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":954,"Cost":759,"Date":"10/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":937,"Cost":587,"Date":"3/2/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":189,"Cost":160,"Date":"6/28/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":653,"Cost":545,"Date":"7/17/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":573,"Cost":328,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":255,"Cost":190,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":865,"Cost":687,"Date":"11/20/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":368,"Cost":241,"Date":"12/16/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":91,"Cost":55,"Date":"12/30/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":800,"Cost":524,"Date":"2/15/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":323,"Cost":240,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":28,"Cost":21,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":868,"Cost":776,"Date":"4/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":963,"Cost":651,"Date":"7/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":821,"Cost":448,"Date":"8/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":484,"Cost":426,"Date":"10/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":841,"Cost":431,"Date":"11/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":252,"Cost":194,"Date":"11/30/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":49,"Cost":28,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":418,"Cost":230,"Date":"3/1/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":198,"Cost":118,"Date":"4/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":555,"Cost":334,"Date":"5/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":1000,"Cost":651,"Date":"8/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":524,"Cost":366,"Date":"9/15/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":471,"Cost":253,"Date":"10/14/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":625,"Cost":353,"Date":"10/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":927,"Cost":742,"Date":"11/11/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":515,"Cost":300,"Date":"12/7/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":746,"Cost":574,"Date":"12/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":261,"Cost":231,"Date":"1/6/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":122,"Cost":71,"Date":"1/23/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":641,"Cost":519,"Date":"2/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":689,"Cost":394,"Date":"3/10/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":916,"Cost":702,"Date":"3/12/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":208,"Cost":165,"Date":"3/31/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":292,"Cost":199,"Date":"6/16/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":774,"Cost":442,"Date":"6/17/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":594,"Cost":525,"Date":"8/27/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":137,"Cost":76,"Date":"10/1/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":335,"Cost":299,"Date":"11/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":801,"Cost":409,"Date":"11/9/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":481,"Cost":338,"Date":"3/27/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":735,"Cost":662,"Date":"4/17/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":347,"Cost":216,"Date":"8/11/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":3,"Cost":1,"Date":"8/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":303,"Cost":240,"Date":"9/2/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":782,"Cost":711,"Date":"9/5/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":652,"Cost":405,"Date":"9/14/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":53,"Cost":30,"Date":"9/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":687,"Cost":543,"Date":"11/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":94,"Cost":76,"Date":"12/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":289,"Cost":149,"Date":"1/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":279,"Cost":260,"Date":"1/21/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":363,"Cost":227,"Date":"2/9/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":812,"Cost":695,"Date":"3/19/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":101,"Cost":90,"Date":"4/3/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":545,"Cost":463,"Date":"4/5/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":789,"Cost":396,"Date":"4/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":96,"Cost":58,"Date":"7/10/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":959,"Cost":881,"Date":"3/25/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":138,"Cost":98,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":132,"Cost":70,"Date":"10/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":440,"Cost":303,"Date":"3/2/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":214,"Cost":191,"Date":"6/28/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":454,"Cost":372,"Date":"7/17/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":90,"Cost":64,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":775,"Cost":583,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":594,"Cost":508,"Date":"11/20/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":803,"Cost":637,"Date":"12/16/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":964,"Cost":487,"Date":"12/30/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":2,"Cost":1,"Date":"2/15/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":381,"Cost":238,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":238,"Cost":137,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":298,"Cost":154,"Date":"4/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":962,"Cost":889,"Date":"7/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":254,"Cost":198,"Date":"8/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":476,"Cost":249,"Date":"10/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":505,"Cost":342,"Date":"11/11/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":45,"Cost":29,"Date":"11/30/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":689,"Cost":384,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":733,"Cost":603,"Date":"3/1/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":166,"Cost":148,"Date":"4/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":499,"Cost":402,"Date":"5/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":970,"Cost":611,"Date":"8/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":53,"Cost":36,"Date":"9/15/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":707,"Cost":647,"Date":"10/14/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":508,"Cost":472,"Date":"10/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":804,"Cost":755,"Date":"11/11/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":558,"Cost":422,"Date":"12/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":82,"Cost":70,"Date":"12/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":55,"Cost":47,"Date":"1/6/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":185,"Cost":127,"Date":"1/23/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":672,"Cost":376,"Date":"2/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":512,"Cost":366,"Date":"3/10/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":557,"Cost":456,"Date":"3/12/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":835,"Cost":651,"Date":"3/31/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":193,"Cost":147,"Date":"6/16/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":934,"Cost":598,"Date":"6/17/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":60,"Cost":55,"Date":"8/27/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":389,"Cost":307,"Date":"10/1/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":910,"Cost":631,"Date":"11/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":899,"Cost":495,"Date":"11/9/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":269,"Cost":228,"Date":"3/27/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":918,"Cost":503,"Date":"4/17/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":217,"Cost":171,"Date":"8/11/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":304,"Cost":214,"Date":"8/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":692,"Cost":430,"Date":"9/2/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":990,"Cost":910,"Date":"9/5/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":835,"Cost":683,"Date":"9/14/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":759,"Cost":471,"Date":"9/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":486,"Cost":452,"Date":"11/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":544,"Cost":472,"Date":"12/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":519,"Cost":281,"Date":"1/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":247,"Cost":207,"Date":"1/21/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":3,"Cost":1,"Date":"2/9/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":624,"Cost":579,"Date":"3/19/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":488,"Cost":341,"Date":"4/3/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":354,"Cost":297,"Date":"4/5/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":152,"Cost":119,"Date":"4/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":360,"Cost":275,"Date":"7/10/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":81,"Cost":59,"Date":"3/25/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":612,"Cost":415,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":698,"Cost":423,"Date":"10/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":301,"Cost":203,"Date":"3/2/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":982,"Cost":590,"Date":"6/28/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":396,"Cost":201,"Date":"7/17/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":536,"Cost":432,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":72,"Cost":52,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":169,"Cost":98,"Date":"11/20/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":938,"Cost":807,"Date":"12/16/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":111,"Cost":59,"Date":"12/30/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":990,"Cost":576,"Date":"2/15/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":316,"Cost":218,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":779,"Cost":400,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":334,"Cost":182,"Date":"4/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":460,"Cost":389,"Date":"7/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":114,"Cost":73,"Date":"8/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":731,"Cost":652,"Date":"10/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":504,"Cost":303,"Date":"11/11/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":425,"Cost":240,"Date":"11/30/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":145,"Cost":94,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":550,"Cost":380,"Date":"3/1/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":260,"Cost":168,"Date":"4/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":98,"Cost":63,"Date":"5/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":409,"Cost":219,"Date":"8/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":830,"Cost":534,"Date":"9/15/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":655,"Cost":414,"Date":"10/14/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":491,"Cost":431,"Date":"10/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":30,"Cost":16,"Date":"11/11/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":419,"Cost":242,"Date":"12/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":318,"Cost":296,"Date":"12/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":23,"Cost":13,"Date":"1/6/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":396,"Cost":245,"Date":"1/23/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":110,"Cost":94,"Date":"2/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":205,"Cost":157,"Date":"3/10/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":136,"Cost":75,"Date":"3/12/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":76,"Cost":65,"Date":"3/31/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":474,"Cost":409,"Date":"6/16/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":680,"Cost":620,"Date":"6/17/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":279,"Cost":151,"Date":"8/27/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":569,"Cost":386,"Date":"10/1/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":281,"Cost":254,"Date":"11/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":456,"Cost":344,"Date":"11/9/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":971,"Cost":859,"Date":"3/27/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":336,"Cost":252,"Date":"4/17/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":693,"Cost":626,"Date":"8/11/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":279,"Cost":168,"Date":"8/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":657,"Cost":373,"Date":"9/2/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":368,"Cost":335,"Date":"9/5/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":359,"Cost":259,"Date":"9/14/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":573,"Cost":462,"Date":"9/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":343,"Cost":266,"Date":"11/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":71,"Cost":42,"Date":"12/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":32,"Cost":26,"Date":"1/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":278,"Cost":167,"Date":"1/21/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":994,"Cost":684,"Date":"2/9/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":161,"Cost":113,"Date":"3/19/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":519,"Cost":361,"Date":"4/3/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":69,"Cost":38,"Date":"4/5/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":351,"Cost":238,"Date":"4/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":318,"Cost":170,"Date":"7/10/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":554,"Cost":365,"Date":"3/25/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":556,"Cost":370,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":534,"Cost":366,"Date":"10/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":254,"Cost":155,"Date":"3/2/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":158,"Cost":105,"Date":"6/28/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":648,"Cost":567,"Date":"7/17/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":521,"Cost":434,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":639,"Cost":606,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":990,"Cost":575,"Date":"11/20/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":7,"Cost":6,"Date":"12/16/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":348,"Cost":297,"Date":"12/30/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":558,"Cost":367,"Date":"2/15/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":958,"Cost":626,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":388,"Cost":369,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":840,"Cost":763,"Date":"4/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":648,"Cost":364,"Date":"7/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":14,"Cost":9,"Date":"8/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":964,"Cost":670,"Date":"10/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":855,"Cost":726,"Date":"11/11/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":252,"Cost":169,"Date":"11/30/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":63,"Cost":49,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":270,"Cost":152,"Date":"3/1/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":838,"Cost":760,"Date":"4/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":306,"Cost":181,"Date":"5/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":202,"Cost":143,"Date":"8/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":931,"Cost":473,"Date":"9/15/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":570,"Cost":393,"Date":"10/14/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":119,"Cost":109,"Date":"10/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":996,"Cost":747,"Date":"11/11/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":154,"Cost":116,"Date":"12/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":533,"Cost":398,"Date":"12/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":864,"Cost":560,"Date":"1/6/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":958,"Cost":669,"Date":"1/23/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":335,"Cost":255,"Date":"2/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":943,"Cost":572,"Date":"3/10/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":147,"Cost":77,"Date":"3/12/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":339,"Cost":208,"Date":"3/31/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":240,"Cost":146,"Date":"6/16/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":321,"Cost":272,"Date":"6/17/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":107,"Cost":68,"Date":"8/27/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":753,"Cost":477,"Date":"10/1/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":110,"Cost":55,"Date":"11/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":847,"Cost":754,"Date":"11/9/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":449,"Cost":420,"Date":"3/27/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":911,"Cost":511,"Date":"4/17/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":369,"Cost":212,"Date":"8/11/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":798,"Cost":615,"Date":"8/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":14,"Cost":8,"Date":"9/2/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":478,"Cost":421,"Date":"9/5/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":87,"Cost":49,"Date":"9/14/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":772,"Cost":723,"Date":"9/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":178,"Cost":128,"Date":"11/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":805,"Cost":732,"Date":"12/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":977,"Cost":607,"Date":"1/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":763,"Cost":618,"Date":"1/21/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":663,"Cost":411,"Date":"2/9/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":428,"Cost":237,"Date":"3/19/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":649,"Cost":359,"Date":"4/3/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":230,"Cost":185,"Date":"4/5/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":186,"Cost":140,"Date":"4/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":46,"Cost":35,"Date":"7/10/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":116,"Cost":59,"Date":"3/25/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":881,"Cost":682,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":812,"Cost":757,"Date":"10/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":741,"Cost":536,"Date":"3/2/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":371,"Cost":234,"Date":"6/28/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":557,"Cost":331,"Date":"7/17/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":73,"Cost":58,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":657,"Cost":448,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":590,"Cost":527,"Date":"11/20/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":621,"Cost":330,"Date":"12/16/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":749,"Cost":648,"Date":"12/30/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":892,"Cost":469,"Date":"2/15/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":565,"Cost":434,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":869,"Cost":580,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":984,"Cost":677,"Date":"4/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":406,"Cost":262,"Date":"7/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":711,"Cost":406,"Date":"8/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":178,"Cost":106,"Date":"10/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":294,"Cost":256,"Date":"11/11/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":885,"Cost":821,"Date":"11/30/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":186,"Cost":126,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":468,"Cost":310,"Date":"3/1/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":613,"Cost":519,"Date":"4/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":760,"Cost":636,"Date":"5/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":242,"Cost":154,"Date":"8/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":744,"Cost":497,"Date":"9/15/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":877,"Cost":707,"Date":"10/14/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":435,"Cost":298,"Date":"10/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":763,"Cost":532,"Date":"11/11/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":126,"Cost":117,"Date":"12/7/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":330,"Cost":183,"Date":"12/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":909,"Cost":549,"Date":"1/6/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":786,"Cost":551,"Date":"1/23/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":981,"Cost":653,"Date":"2/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":839,"Cost":500,"Date":"3/10/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":660,"Cost":524,"Date":"3/12/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":746,"Cost":519,"Date":"3/31/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":302,"Cost":242,"Date":"6/16/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":734,"Cost":403,"Date":"6/17/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":560,"Cost":378,"Date":"8/27/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":970,"Cost":792,"Date":"10/1/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":382,"Cost":209,"Date":"11/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":553,"Cost":349,"Date":"11/9/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":333,"Cost":310,"Date":"3/27/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":213,"Cost":187,"Date":"4/17/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":161,"Cost":98,"Date":"8/11/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":266,"Cost":176,"Date":"8/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":798,"Cost":635,"Date":"9/2/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":253,"Cost":127,"Date":"9/5/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":805,"Cost":607,"Date":"9/14/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":357,"Cost":277,"Date":"9/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":548,"Cost":341,"Date":"11/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":329,"Cost":259,"Date":"12/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":961,"Cost":853,"Date":"1/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":759,"Cost":401,"Date":"1/21/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":946,"Cost":889,"Date":"2/9/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":945,"Cost":843,"Date":"3/19/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":459,"Cost":418,"Date":"4/3/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":118,"Cost":61,"Date":"4/5/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":248,"Cost":177,"Date":"4/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":701,"Cost":421,"Date":"7/10/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":319,"Cost":189,"Date":"3/25/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":723,"Cost":666,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":556,"Cost":300,"Date":"10/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":910,"Cost":768,"Date":"3/2/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":151,"Cost":119,"Date":"6/28/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":129,"Cost":85,"Date":"7/17/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":367,"Cost":254,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":732,"Cost":467,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":534,"Cost":420,"Date":"11/20/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":239,"Cost":148,"Date":"12/16/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":229,"Cost":182,"Date":"12/30/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":873,"Cost":740,"Date":"2/15/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":104,"Cost":80,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":779,"Cost":610,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":207,"Cost":194,"Date":"4/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":547,"Cost":479,"Date":"7/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":785,"Cost":712,"Date":"8/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":888,"Cost":501,"Date":"10/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":303,"Cost":209,"Date":"11/11/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":868,"Cost":615,"Date":"11/30/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":962,"Cost":828,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":391,"Cost":238,"Date":"3/1/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":65,"Cost":58,"Date":"4/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":89,"Cost":82,"Date":"5/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":827,"Cost":575,"Date":"8/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":134,"Cost":94,"Date":"9/15/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":341,"Cost":205,"Date":"10/14/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":341,"Cost":285,"Date":"10/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":617,"Cost":565,"Date":"11/11/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":690,"Cost":497,"Date":"12/7/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":95,"Cost":81,"Date":"12/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":36,"Cost":33,"Date":"1/6/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":312,"Cost":245,"Date":"1/23/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":464,"Cost":298,"Date":"2/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":810,"Cost":502,"Date":"3/10/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":404,"Cost":250,"Date":"3/12/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":635,"Cost":378,"Date":"3/31/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":915,"Cost":582,"Date":"6/16/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":166,"Cost":135,"Date":"6/17/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":289,"Cost":245,"Date":"8/27/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":219,"Cost":174,"Date":"10/1/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":892,"Cost":489,"Date":"11/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":300,"Cost":176,"Date":"11/9/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":856,"Cost":583,"Date":"3/27/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":915,"Cost":587,"Date":"4/17/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":777,"Cost":422,"Date":"8/11/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":633,"Cost":393,"Date":"8/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":770,"Cost":642,"Date":"9/2/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":210,"Cost":160,"Date":"9/5/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":239,"Cost":221,"Date":"9/14/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":886,"Cost":517,"Date":"9/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":997,"Cost":746,"Date":"11/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":259,"Cost":134,"Date":"12/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":213,"Cost":124,"Date":"1/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":783,"Cost":669,"Date":"1/21/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":344,"Cost":204,"Date":"2/9/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":873,"Cost":695,"Date":"3/19/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":47,"Cost":39,"Date":"4/3/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":333,"Cost":267,"Date":"4/5/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":314,"Cost":286,"Date":"4/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":705,"Cost":359,"Date":"7/10/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":440,"Cost":229,"Date":"3/25/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":144,"Cost":78,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":959,"Cost":710,"Date":"10/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":867,"Cost":586,"Date":"3/2/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":152,"Cost":131,"Date":"6/28/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":620,"Cost":538,"Date":"7/17/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":760,"Cost":527,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":186,"Cost":174,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":428,"Cost":339,"Date":"11/20/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":473,"Cost":373,"Date":"12/16/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":21,"Cost":13,"Date":"12/30/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":374,"Cost":274,"Date":"2/15/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":818,"Cost":683,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":941,"Cost":883,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":212,"Cost":190,"Date":"4/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":354,"Cost":179,"Date":"7/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":131,"Cost":87,"Date":"8/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":586,"Cost":370,"Date":"10/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":155,"Cost":146,"Date":"11/11/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":275,"Cost":219,"Date":"11/30/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":851,"Cost":737,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":387,"Cost":344,"Date":"3/1/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":135,"Cost":82,"Date":"4/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":772,"Cost":449,"Date":"5/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":13,"Cost":12,"Date":"8/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":985,"Cost":607,"Date":"9/15/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":548,"Cost":387,"Date":"10/14/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":263,"Cost":247,"Date":"10/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":387,"Cost":200,"Date":"11/11/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":129,"Cost":82,"Date":"12/7/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":252,"Cost":173,"Date":"12/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":841,"Cost":772,"Date":"1/6/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":869,"Cost":475,"Date":"1/23/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":719,"Cost":488,"Date":"2/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":873,"Cost":455,"Date":"3/10/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":68,"Cost":36,"Date":"3/12/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":895,"Cost":487,"Date":"3/31/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":74,"Cost":68,"Date":"6/16/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":423,"Cost":366,"Date":"6/17/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":854,"Cost":791,"Date":"8/27/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":864,"Cost":783,"Date":"10/1/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":252,"Cost":127,"Date":"11/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":990,"Cost":857,"Date":"11/9/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":537,"Cost":471,"Date":"3/27/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":953,"Cost":853,"Date":"4/17/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":859,"Cost":480,"Date":"8/11/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":593,"Cost":419,"Date":"8/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":422,"Cost":390,"Date":"9/2/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":52,"Cost":46,"Date":"9/5/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":292,"Cost":175,"Date":"9/14/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":549,"Cost":287,"Date":"9/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":377,"Cost":200,"Date":"11/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":271,"Cost":147,"Date":"12/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":843,"Cost":712,"Date":"1/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":689,"Cost":477,"Date":"1/21/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":416,"Cost":226,"Date":"2/9/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":617,"Cost":567,"Date":"3/19/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":640,"Cost":419,"Date":"4/3/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":274,"Cost":258,"Date":"4/5/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":488,"Cost":340,"Date":"4/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":566,"Cost":426,"Date":"7/10/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":278,"Cost":230,"Date":"3/25/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":776,"Cost":618,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":661,"Cost":487,"Date":"10/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":647,"Cost":335,"Date":"3/2/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":149,"Cost":96,"Date":"6/28/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":756,"Cost":634,"Date":"7/17/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":478,"Cost":239,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":161,"Cost":151,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":39,"Cost":22,"Date":"11/20/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":818,"Cost":459,"Date":"12/16/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":818,"Cost":439,"Date":"12/30/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":309,"Cost":235,"Date":"2/15/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":841,"Cost":567,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":508,"Cost":472,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":740,"Cost":406,"Date":"4/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":787,"Cost":719,"Date":"7/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":98,"Cost":64,"Date":"8/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":314,"Cost":158,"Date":"10/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":546,"Cost":296,"Date":"11/11/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":143,"Cost":134,"Date":"11/30/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":30,"Cost":19,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":943,"Cost":865,"Date":"3/1/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":786,"Cost":398,"Date":"4/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":896,"Cost":450,"Date":"5/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":463,"Cost":408,"Date":"8/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":798,"Cost":646,"Date":"9/15/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":484,"Cost":276,"Date":"10/14/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":15,"Cost":14,"Date":"10/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":427,"Cost":305,"Date":"11/11/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":991,"Cost":929,"Date":"12/7/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":566,"Cost":522,"Date":"12/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":385,"Cost":365,"Date":"1/6/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":623,"Cost":411,"Date":"1/23/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":228,"Cost":204,"Date":"2/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":530,"Cost":269,"Date":"3/10/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":426,"Cost":334,"Date":"3/12/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":301,"Cost":213,"Date":"3/31/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":778,"Cost":453,"Date":"6/16/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":542,"Cost":403,"Date":"6/17/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":230,"Cost":212,"Date":"8/27/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":366,"Cost":337,"Date":"10/1/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":787,"Cost":398,"Date":"11/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":690,"Cost":641,"Date":"11/9/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":169,"Cost":84,"Date":"3/27/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":722,"Cost":402,"Date":"4/17/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":141,"Cost":112,"Date":"8/11/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":286,"Cost":193,"Date":"8/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":910,"Cost":713,"Date":"9/2/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":207,"Cost":116,"Date":"9/5/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":932,"Cost":563,"Date":"9/14/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":696,"Cost":653,"Date":"9/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":540,"Cost":302,"Date":"11/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":341,"Cost":324,"Date":"12/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":968,"Cost":895,"Date":"1/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":207,"Cost":127,"Date":"1/21/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":232,"Cost":184,"Date":"2/9/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":313,"Cost":274,"Date":"3/19/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":320,"Cost":284,"Date":"4/3/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":542,"Cost":454,"Date":"4/5/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":493,"Cost":404,"Date":"4/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":291,"Cost":213,"Date":"7/10/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":831,"Cost":421,"Date":"3/25/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":333,"Cost":230,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":598,"Cost":370,"Date":"10/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":429,"Cost":290,"Date":"3/2/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":180,"Cost":126,"Date":"6/28/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":900,"Cost":554,"Date":"7/17/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":258,"Cost":210,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":514,"Cost":486,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":55,"Cost":45,"Date":"11/20/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":389,"Cost":350,"Date":"12/16/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":417,"Cost":223,"Date":"12/30/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":128,"Cost":92,"Date":"2/15/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":974,"Cost":526,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":553,"Cost":482,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":407,"Cost":378,"Date":"4/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":881,"Cost":501,"Date":"7/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":926,"Cost":734,"Date":"8/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":828,"Cost":465,"Date":"10/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":716,"Cost":508,"Date":"11/11/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":683,"Cost":578,"Date":"11/30/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":192,"Cost":135,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":599,"Cost":347,"Date":"3/1/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":189,"Cost":108,"Date":"4/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":857,"Cost":703,"Date":"5/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":650,"Cost":424,"Date":"8/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":707,"Cost":470,"Date":"9/15/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":641,"Cost":338,"Date":"10/14/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":631,"Cost":417,"Date":"10/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":672,"Cost":607,"Date":"11/11/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":795,"Cost":474,"Date":"12/7/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":766,"Cost":414,"Date":"12/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":468,"Cost":285,"Date":"1/6/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":143,"Cost":95,"Date":"1/23/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":860,"Cost":523,"Date":"2/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":709,"Cost":442,"Date":"3/10/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":461,"Cost":395,"Date":"3/12/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":79,"Cost":72,"Date":"3/31/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":156,"Cost":93,"Date":"6/16/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":258,"Cost":159,"Date":"6/17/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":974,"Cost":583,"Date":"8/27/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":788,"Cost":633,"Date":"10/1/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":162,"Cost":143,"Date":"11/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":28,"Cost":20,"Date":"11/9/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":908,"Cost":619,"Date":"3/27/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":281,"Cost":172,"Date":"4/17/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":8,"Cost":7,"Date":"8/11/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":973,"Cost":506,"Date":"8/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":478,"Cost":260,"Date":"9/2/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":751,"Cost":492,"Date":"9/5/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":834,"Cost":484,"Date":"9/14/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":944,"Cost":601,"Date":"9/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":450,"Cost":351,"Date":"11/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":867,"Cost":447,"Date":"12/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":930,"Cost":832,"Date":"1/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":17,"Cost":15,"Date":"1/21/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":506,"Cost":295,"Date":"2/9/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":24,"Cost":20,"Date":"3/19/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":734,"Cost":526,"Date":"4/3/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":585,"Cost":480,"Date":"4/5/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":560,"Cost":476,"Date":"4/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":793,"Cost":598,"Date":"7/10/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":975,"Cost":794,"Date":"3/25/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":638,"Cost":574,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":565,"Cost":379,"Date":"10/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":250,"Cost":163,"Date":"3/2/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":404,"Cost":267,"Date":"6/28/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":296,"Cost":274,"Date":"7/17/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":32,"Cost":29,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":906,"Cost":854,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":107,"Cost":95,"Date":"11/20/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":723,"Cost":650,"Date":"12/16/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":44,"Cost":40,"Date":"12/30/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":439,"Cost":329,"Date":"2/15/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":118,"Cost":98,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":381,"Cost":329,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":481,"Cost":385,"Date":"4/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":72,"Cost":56,"Date":"7/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":216,"Cost":167,"Date":"8/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":823,"Cost":538,"Date":"10/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":403,"Cost":332,"Date":"11/11/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":74,"Cost":68,"Date":"11/30/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":105,"Cost":79,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":631,"Cost":570,"Date":"3/1/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":173,"Cost":112,"Date":"4/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":808,"Cost":480,"Date":"5/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":299,"Date":"8/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":439,"Cost":401,"Date":"9/15/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":319,"Cost":200,"Date":"10/14/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":963,"Cost":649,"Date":"10/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":487,"Cost":329,"Date":"11/11/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":804,"Cost":505,"Date":"12/7/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":889,"Cost":684,"Date":"12/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":643,"Cost":358,"Date":"1/6/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":536,"Cost":502,"Date":"1/23/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":418,"Cost":338,"Date":"2/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":758,"Cost":399,"Date":"3/10/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":234,"Date":"3/12/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":96,"Cost":80,"Date":"3/31/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":290,"Cost":154,"Date":"6/16/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":471,"Cost":382,"Date":"6/17/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":781,"Cost":631,"Date":"8/27/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":350,"Cost":274,"Date":"10/1/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":576,"Cost":288,"Date":"11/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":543,"Cost":300,"Date":"11/9/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":211,"Cost":108,"Date":"3/27/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":479,"Cost":420,"Date":"4/17/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":839,"Cost":460,"Date":"8/11/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":474,"Cost":308,"Date":"8/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":254,"Cost":223,"Date":"9/2/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":139,"Cost":81,"Date":"9/5/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":230,"Cost":179,"Date":"9/14/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":294,"Cost":186,"Date":"9/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":402,"Cost":325,"Date":"11/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":322,"Cost":199,"Date":"12/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":47,"Cost":30,"Date":"1/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":427,"Cost":244,"Date":"1/21/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":402,"Cost":282,"Date":"2/9/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":473,"Cost":406,"Date":"3/19/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":488,"Cost":459,"Date":"4/3/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":80,"Cost":62,"Date":"4/5/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":779,"Cost":719,"Date":"4/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":548,"Cost":297,"Date":"7/10/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":856,"Cost":608,"Date":"3/25/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":788,"Cost":512,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":751,"Cost":547,"Date":"10/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":190,"Cost":147,"Date":"3/2/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":880,"Cost":762,"Date":"6/28/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":609,"Cost":371,"Date":"7/17/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":707,"Cost":601,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":716,"Cost":508,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":110,"Cost":88,"Date":"11/20/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":640,"Cost":371,"Date":"12/16/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":332,"Cost":229,"Date":"12/30/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":763,"Cost":711,"Date":"2/15/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":98,"Cost":78,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":419,"Cost":351,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":162,"Cost":134,"Date":"4/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":314,"Cost":160,"Date":"7/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":524,"Cost":387,"Date":"8/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":906,"Cost":455,"Date":"10/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":201,"Cost":133,"Date":"11/11/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":725,"Cost":409,"Date":"11/30/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":441,"Cost":325,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":326,"Cost":209,"Date":"3/1/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":598,"Cost":328,"Date":"4/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":439,"Cost":325,"Date":"5/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":171,"Cost":161,"Date":"8/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":186,"Cost":136,"Date":"9/15/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":860,"Cost":721,"Date":"10/14/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":788,"Cost":467,"Date":"10/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":514,"Cost":412,"Date":"11/11/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":97,"Cost":87,"Date":"12/7/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":212,"Cost":182,"Date":"12/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":5,"Cost":2,"Date":"1/6/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":372,"Cost":319,"Date":"1/23/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":318,"Cost":201,"Date":"2/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":255,"Cost":164,"Date":"3/10/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":591,"Cost":382,"Date":"3/12/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":109,"Cost":55,"Date":"3/31/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":487,"Cost":309,"Date":"6/16/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":676,"Cost":554,"Date":"6/17/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":644,"Cost":567,"Date":"8/27/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":167,"Cost":133,"Date":"10/1/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":633,"Cost":431,"Date":"11/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":92,"Cost":73,"Date":"11/9/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":280,"Cost":241,"Date":"3/27/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":251,"Cost":224,"Date":"4/17/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":174,"Cost":119,"Date":"8/11/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":591,"Cost":357,"Date":"8/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":543,"Cost":429,"Date":"9/2/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":787,"Cost":590,"Date":"9/5/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":644,"Cost":464,"Date":"9/14/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":214,"Cost":143,"Date":"9/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":564,"Cost":339,"Date":"11/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":80,"Cost":49,"Date":"12/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":931,"Cost":509,"Date":"1/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":194,"Cost":137,"Date":"1/21/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":940,"Cost":844,"Date":"2/9/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":679,"Cost":495,"Date":"3/19/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":554,"Cost":495,"Date":"4/3/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":564,"Cost":447,"Date":"4/5/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":748,"Cost":427,"Date":"4/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":159,"Cost":98,"Date":"7/10/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":643,"Cost":423,"Date":"3/25/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":312,"Cost":262,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":311,"Cost":258,"Date":"10/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":899,"Cost":656,"Date":"3/2/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":865,"Cost":667,"Date":"6/28/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":391,"Cost":204,"Date":"7/17/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":697,"Cost":356,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":148,"Cost":91,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":194,"Cost":151,"Date":"11/20/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":839,"Cost":555,"Date":"12/16/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":815,"Cost":686,"Date":"12/30/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":918,"Cost":676,"Date":"2/15/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":674,"Cost":618,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":116,"Cost":72,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":876,"Cost":815,"Date":"4/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":601,"Cost":368,"Date":"7/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":32,"Cost":22,"Date":"8/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":585,"Cost":473,"Date":"10/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":171,"Cost":110,"Date":"11/11/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":926,"Cost":506,"Date":"11/30/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":111,"Cost":94,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":773,"Cost":654,"Date":"3/1/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":873,"Cost":816,"Date":"4/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":293,"Cost":151,"Date":"5/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":72,"Cost":47,"Date":"8/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":898,"Cost":591,"Date":"9/15/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":563,"Cost":428,"Date":"10/14/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":773,"Cost":595,"Date":"10/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":981,"Cost":559,"Date":"11/11/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":102,"Cost":57,"Date":"12/7/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":52,"Cost":29,"Date":"12/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":965,"Cost":527,"Date":"1/6/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":622,"Cost":591,"Date":"1/23/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":430,"Cost":274,"Date":"2/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":850,"Cost":691,"Date":"3/10/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":100,"Cost":80,"Date":"3/12/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":850,"Cost":505,"Date":"3/31/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":950,"Cost":814,"Date":"6/16/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":433,"Cost":247,"Date":"6/17/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":243,"Cost":164,"Date":"8/27/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":113,"Cost":83,"Date":"10/1/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":459,"Cost":310,"Date":"11/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":678,"Cost":446,"Date":"11/9/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":546,"Cost":275,"Date":"3/27/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":105,"Cost":58,"Date":"4/17/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":457,"Cost":362,"Date":"8/11/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":67,"Cost":34,"Date":"8/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":132,"Cost":125,"Date":"9/2/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":38,"Cost":24,"Date":"9/5/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":481,"Cost":251,"Date":"9/14/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":946,"Cost":838,"Date":"9/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":972,"Cost":486,"Date":"11/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":504,"Cost":346,"Date":"12/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":408,"Cost":242,"Date":"1/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":283,"Cost":257,"Date":"1/21/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":570,"Cost":346,"Date":"2/9/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":968,"Cost":596,"Date":"3/19/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":291,"Cost":215,"Date":"4/3/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":758,"Cost":515,"Date":"4/5/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":812,"Cost":627,"Date":"4/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":31,"Cost":21,"Date":"7/10/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":837,"Cost":579,"Date":"3/25/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":296,"Cost":154,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":784,"Cost":474,"Date":"10/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":796,"Cost":599,"Date":"3/2/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":272,"Cost":183,"Date":"6/28/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":766,"Cost":550,"Date":"7/17/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":361,"Cost":213,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":683,"Cost":348,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":789,"Cost":589,"Date":"11/20/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":392,"Cost":247,"Date":"12/16/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":405,"Cost":365,"Date":"12/30/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":180,"Cost":96,"Date":"2/15/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":379,"Cost":249,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":621,"Cost":547,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":118,"Cost":111,"Date":"4/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":177,"Cost":167,"Date":"7/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":893,"Cost":534,"Date":"8/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":634,"Cost":372,"Date":"10/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":691,"Cost":517,"Date":"11/11/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":369,"Cost":302,"Date":"11/30/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":39,"Cost":30,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":988,"Cost":614,"Date":"3/1/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":821,"Cost":633,"Date":"4/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":33,"Cost":26,"Date":"5/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":896,"Cost":767,"Date":"8/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":93,"Cost":54,"Date":"9/15/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":229,"Cost":166,"Date":"10/14/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":898,"Cost":577,"Date":"10/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":7,"Cost":5,"Date":"11/11/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":943,"Cost":491,"Date":"12/7/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":275,"Cost":251,"Date":"12/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":32,"Cost":19,"Date":"1/6/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":603,"Cost":434,"Date":"1/23/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":487,"Cost":358,"Date":"2/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":243,"Cost":139,"Date":"3/10/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":731,"Cost":407,"Date":"3/12/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":235,"Cost":206,"Date":"3/31/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":759,"Cost":469,"Date":"6/16/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":519,"Cost":334,"Date":"6/17/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":307,"Cost":248,"Date":"8/27/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":417,"Cost":243,"Date":"10/1/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":66,"Cost":35,"Date":"11/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":893,"Cost":470,"Date":"11/9/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":296,"Cost":188,"Date":"3/27/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":305,"Cost":205,"Date":"4/17/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":288,"Cost":203,"Date":"8/11/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":327,"Cost":229,"Date":"8/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":561,"Cost":475,"Date":"9/2/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":864,"Cost":596,"Date":"9/5/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":674,"Cost":590,"Date":"9/14/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":663,"Cost":390,"Date":"9/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":596,"Cost":440,"Date":"11/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":909,"Cost":510,"Date":"12/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":235,"Cost":157,"Date":"1/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":800,"Cost":508,"Date":"1/21/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":227,"Cost":129,"Date":"2/9/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":757,"Cost":709,"Date":"3/19/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":512,"Cost":404,"Date":"4/3/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":773,"Cost":431,"Date":"4/5/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":876,"Cost":764,"Date":"4/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":63,"Cost":51,"Date":"7/10/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":820,"Cost":744,"Date":"3/25/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":144,"Cost":127,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":789,"Cost":626,"Date":"10/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":432,"Cost":341,"Date":"3/2/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":744,"Cost":582,"Date":"6/28/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":207,"Cost":178,"Date":"7/17/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":605,"Cost":399,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":640,"Cost":608,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":655,"Cost":395,"Date":"11/20/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":692,"Cost":658,"Date":"12/16/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":428,"Cost":255,"Date":"12/30/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":436,"Cost":398,"Date":"2/15/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":385,"Cost":282,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":789,"Cost":402,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":756,"Cost":705,"Date":"4/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":805,"Cost":530,"Date":"7/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":541,"Cost":437,"Date":"8/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":458,"Cost":242,"Date":"10/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":926,"Cost":780,"Date":"11/11/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":772,"Cost":485,"Date":"11/30/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":294,"Cost":265,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":815,"Cost":414,"Date":"3/1/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":929,"Cost":567,"Date":"4/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":490,"Cost":388,"Date":"5/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":553,"Cost":472,"Date":"8/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":463,"Cost":260,"Date":"9/15/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":554,"Cost":372,"Date":"10/14/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":368,"Cost":305,"Date":"10/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":201,"Cost":156,"Date":"11/11/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":983,"Cost":810,"Date":"12/7/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":408,"Cost":254,"Date":"12/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":212,"Cost":145,"Date":"1/6/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":29,"Cost":16,"Date":"1/23/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":852,"Cost":538,"Date":"2/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":775,"Cost":553,"Date":"3/10/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":447,"Cost":282,"Date":"3/12/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":154,"Cost":131,"Date":"3/31/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":661,"Cost":515,"Date":"6/16/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":927,"Cost":810,"Date":"6/17/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":587,"Cost":546,"Date":"8/27/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":100,"Cost":67,"Date":"10/1/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":212,"Cost":166,"Date":"11/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":891,"Cost":549,"Date":"11/9/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":143,"Cost":127,"Date":"3/27/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":904,"Cost":768,"Date":"4/17/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":181,"Cost":134,"Date":"8/11/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":1000,"Cost":880,"Date":"8/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":181,"Cost":119,"Date":"9/2/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":354,"Cost":197,"Date":"9/5/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":161,"Cost":88,"Date":"9/14/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":439,"Cost":409,"Date":"9/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":773,"Cost":721,"Date":"11/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":929,"Cost":529,"Date":"12/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":348,"Cost":283,"Date":"1/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":577,"Cost":321,"Date":"1/21/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":676,"Cost":637,"Date":"2/9/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":826,"Cost":755,"Date":"3/19/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":201,"Cost":155,"Date":"4/3/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":54,"Cost":27,"Date":"4/5/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":662,"Cost":482,"Date":"4/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":400,"Cost":232,"Date":"7/10/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":675,"Cost":599,"Date":"3/25/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":408,"Cost":354,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":413,"Cost":253,"Date":"10/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":12,"Cost":6,"Date":"3/2/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":509,"Cost":410,"Date":"6/28/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":187,"Cost":93,"Date":"7/17/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":459,"Cost":374,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":469,"Cost":242,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":713,"Cost":373,"Date":"11/20/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":248,"Cost":168,"Date":"12/16/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":734,"Cost":460,"Date":"12/30/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":370,"Cost":296,"Date":"2/15/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":474,"Cost":422,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":402,"Cost":371,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":468,"Cost":415,"Date":"4/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":273,"Cost":188,"Date":"7/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":471,"Cost":351,"Date":"8/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":216,"Cost":157,"Date":"10/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":248,"Cost":166,"Date":"11/11/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":746,"Cost":516,"Date":"11/30/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":727,"Cost":667,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":186,"Cost":126,"Date":"3/1/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":806,"Cost":471,"Date":"4/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":84,"Cost":73,"Date":"5/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":292,"Cost":168,"Date":"8/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":588,"Cost":447,"Date":"9/15/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":761,"Cost":621,"Date":"10/14/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":317,"Cost":297,"Date":"10/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":713,"Cost":665,"Date":"11/11/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":843,"Cost":443,"Date":"12/7/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":270,"Cost":184,"Date":"12/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":848,"Cost":555,"Date":"1/6/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":234,"Cost":186,"Date":"1/23/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":816,"Cost":581,"Date":"2/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":82,"Cost":58,"Date":"3/10/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":608,"Cost":452,"Date":"3/12/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":877,"Cost":618,"Date":"3/31/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":269,"Cost":252,"Date":"6/16/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":195,"Cost":175,"Date":"6/17/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":426,"Cost":341,"Date":"8/27/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":291,"Cost":259,"Date":"10/1/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":436,"Cost":412,"Date":"11/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":663,"Cost":465,"Date":"11/9/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":164,"Cost":148,"Date":"3/27/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":517,"Cost":435,"Date":"4/17/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":807,"Cost":662,"Date":"8/11/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":146,"Cost":112,"Date":"8/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":752,"Cost":538,"Date":"9/2/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":448,"Cost":381,"Date":"9/5/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":24,"Cost":20,"Date":"9/14/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":3,"Cost":3,"Date":"9/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":885,"Cost":460,"Date":"11/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":737,"Cost":403,"Date":"12/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":193,"Cost":162,"Date":"1/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":384,"Cost":351,"Date":"1/21/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":407,"Cost":265,"Date":"2/9/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":915,"Cost":719,"Date":"3/19/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":564,"Cost":435,"Date":"4/3/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":300,"Cost":198,"Date":"4/5/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":971,"Cost":838,"Date":"4/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":744,"Cost":612,"Date":"7/10/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":175,"Cost":152,"Date":"3/25/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":991,"Cost":604,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":520,"Cost":459,"Date":"10/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":701,"Cost":406,"Date":"3/2/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":702,"Cost":471,"Date":"6/28/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":184,"Cost":93,"Date":"7/17/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":257,"Cost":177,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":517,"Cost":329,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":478,"Cost":424,"Date":"11/20/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":713,"Cost":641,"Date":"12/16/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":742,"Cost":443,"Date":"12/30/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":626,"Cost":430,"Date":"2/15/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":722,"Cost":460,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":701,"Cost":417,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":101,"Cost":81,"Date":"4/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":971,"Cost":493,"Date":"7/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":247,"Cost":231,"Date":"8/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":821,"Cost":739,"Date":"10/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":517,"Cost":276,"Date":"11/11/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":544,"Cost":509,"Date":"11/30/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":373,"Cost":334,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":209,"Cost":165,"Date":"3/1/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":761,"Cost":381,"Date":"4/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":226,"Cost":195,"Date":"5/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":256,"Cost":237,"Date":"8/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":655,"Cost":543,"Date":"9/15/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":198,"Cost":183,"Date":"10/14/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":670,"Cost":339,"Date":"10/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":176,"Cost":125,"Date":"11/11/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":67,"Cost":58,"Date":"12/7/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":892,"Cost":549,"Date":"12/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":767,"Cost":682,"Date":"1/6/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":361,"Cost":256,"Date":"1/23/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":680,"Cost":588,"Date":"2/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":805,"Cost":645,"Date":"3/10/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":446,"Cost":338,"Date":"3/12/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":418,"Cost":334,"Date":"3/31/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":72,"Cost":54,"Date":"6/16/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":298,"Cost":213,"Date":"6/17/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":247,"Cost":138,"Date":"8/27/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":526,"Cost":425,"Date":"10/1/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":347,"Cost":204,"Date":"11/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":592,"Cost":364,"Date":"11/9/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":781,"Cost":644,"Date":"3/27/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":60,"Cost":34,"Date":"4/17/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":291,"Cost":165,"Date":"8/11/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":917,"Cost":593,"Date":"8/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":45,"Cost":36,"Date":"9/2/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":947,"Cost":483,"Date":"9/5/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":764,"Cost":651,"Date":"9/14/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":178,"Cost":136,"Date":"9/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":836,"Cost":678,"Date":"11/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":411,"Cost":354,"Date":"12/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":845,"Cost":491,"Date":"1/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":718,"Cost":651,"Date":"1/21/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":908,"Cost":550,"Date":"2/9/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":180,"Cost":117,"Date":"3/19/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":705,"Cost":666,"Date":"4/3/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":393,"Cost":315,"Date":"4/5/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":574,"Cost":422,"Date":"4/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":527,"Cost":412,"Date":"7/10/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":646,"Cost":410,"Date":"3/25/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":290,"Cost":162,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":352,"Cost":180,"Date":"10/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":869,"Cost":657,"Date":"3/2/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":913,"Cost":573,"Date":"6/28/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":586,"Cost":497,"Date":"7/17/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":817,"Cost":627,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":523,"Cost":349,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":92,"Cost":65,"Date":"11/20/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":103,"Cost":76,"Date":"12/16/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":668,"Cost":440,"Date":"12/30/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":235,"Cost":169,"Date":"2/15/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":896,"Cost":611,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":427,"Cost":313,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":788,"Cost":709,"Date":"4/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":546,"Cost":390,"Date":"7/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":167,"Cost":91,"Date":"8/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":551,"Cost":365,"Date":"10/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":171,"Cost":116,"Date":"11/11/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":587,"Cost":324,"Date":"11/30/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":530,"Cost":282,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":413,"Cost":267,"Date":"3/1/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":878,"Cost":461,"Date":"4/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":128,"Cost":67,"Date":"5/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":595,"Cost":403,"Date":"8/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":215,"Cost":148,"Date":"9/15/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":785,"Cost":470,"Date":"10/14/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":312,"Cost":258,"Date":"10/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":270,"Cost":210,"Date":"11/11/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":623,"Cost":324,"Date":"12/7/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":807,"Cost":713,"Date":"12/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":989,"Cost":935,"Date":"1/6/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":772,"Cost":625,"Date":"1/23/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":872,"Cost":569,"Date":"2/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":821,"Cost":673,"Date":"3/10/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":142,"Cost":100,"Date":"3/12/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":962,"Cost":545,"Date":"3/31/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":659,"Cost":530,"Date":"6/16/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":149,"Cost":137,"Date":"6/17/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":694,"Cost":465,"Date":"8/27/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":544,"Cost":292,"Date":"10/1/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":82,"Cost":58,"Date":"11/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":12,"Cost":10,"Date":"11/9/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":245,"Cost":166,"Date":"3/27/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":270,"Cost":248,"Date":"4/17/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":341,"Cost":299,"Date":"8/11/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":533,"Cost":462,"Date":"8/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":593,"Cost":346,"Date":"9/2/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":873,"Cost":443,"Date":"9/5/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":221,"Cost":162,"Date":"9/14/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":229,"Cost":156,"Date":"9/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":789,"Cost":471,"Date":"11/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":306,"Cost":244,"Date":"12/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":914,"Cost":529,"Date":"1/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":730,"Cost":426,"Date":"1/21/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":128,"Cost":101,"Date":"2/9/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":797,"Cost":574,"Date":"3/19/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":692,"Cost":442,"Date":"4/3/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":132,"Cost":102,"Date":"4/5/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":722,"Cost":672,"Date":"4/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":842,"Cost":767,"Date":"7/10/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":317,"Cost":240,"Date":"3/25/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":341,"Cost":179,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":519,"Cost":286,"Date":"10/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":41,"Cost":35,"Date":"3/2/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":936,"Cost":680,"Date":"6/28/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":583,"Cost":516,"Date":"7/17/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":845,"Cost":697,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":68,"Cost":58,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":634,"Cost":367,"Date":"11/20/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":437,"Cost":316,"Date":"12/16/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":686,"Cost":383,"Date":"12/30/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":498,"Cost":436,"Date":"2/15/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":813,"Cost":706,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":825,"Cost":625,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":431,"Cost":309,"Date":"4/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":451,"Cost":414,"Date":"7/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":242,"Cost":192,"Date":"8/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":144,"Cost":126,"Date":"10/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":898,"Cost":582,"Date":"11/11/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":517,"Cost":379,"Date":"11/30/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":379,"Cost":287,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":832,"Cost":531,"Date":"3/1/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":842,"Cost":600,"Date":"4/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":295,"Cost":159,"Date":"5/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":822,"Cost":585,"Date":"8/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":253,"Cost":151,"Date":"9/15/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":183,"Cost":111,"Date":"10/14/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":615,"Cost":567,"Date":"10/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":18,"Cost":13,"Date":"11/11/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":204,"Cost":176,"Date":"12/7/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":735,"Cost":664,"Date":"12/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":608,"Cost":528,"Date":"1/6/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":917,"Cost":644,"Date":"1/23/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":74,"Cost":45,"Date":"2/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":840,"Cost":754,"Date":"3/10/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":924,"Cost":626,"Date":"3/12/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":343,"Cost":285,"Date":"3/31/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":790,"Cost":427,"Date":"6/16/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":785,"Cost":496,"Date":"6/17/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":754,"Cost":657,"Date":"8/27/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":882,"Cost":740,"Date":"10/1/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":213,"Cost":139,"Date":"11/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":43,"Cost":34,"Date":"11/9/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":901,"Cost":654,"Date":"3/27/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":787,"Cost":524,"Date":"4/17/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":890,"Cost":778,"Date":"8/11/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":499,"Cost":454,"Date":"8/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":650,"Cost":601,"Date":"9/2/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":255,"Cost":214,"Date":"9/5/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":118,"Cost":65,"Date":"9/14/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":454,"Cost":382,"Date":"9/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":988,"Cost":738,"Date":"11/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":617,"Cost":403,"Date":"12/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":461,"Cost":244,"Date":"1/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":899,"Cost":451,"Date":"1/21/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":540,"Cost":455,"Date":"2/9/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":686,"Cost":487,"Date":"3/19/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":993,"Cost":843,"Date":"4/3/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":236,"Cost":164,"Date":"4/5/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":836,"Cost":601,"Date":"4/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":220,"Cost":128,"Date":"7/10/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":156,"Cost":78,"Date":"3/25/2020"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":848,"Cost":583,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":536,"Cost":292,"Date":"10/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":637,"Cost":476,"Date":"3/2/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":263,"Cost":243,"Date":"6/28/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":599,"Cost":373,"Date":"7/17/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":607,"Cost":350,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":313,"Cost":170,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":716,"Cost":545,"Date":"11/20/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":345,"Cost":256,"Date":"12/16/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":201,"Cost":151,"Date":"12/30/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":258,"Cost":200,"Date":"2/15/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":221,"Cost":185,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":530,"Cost":393,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":405,"Cost":280,"Date":"4/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":767,"Cost":518,"Date":"7/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":983,"Cost":760,"Date":"8/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":566,"Cost":459,"Date":"10/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":722,"Cost":595,"Date":"11/11/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":928,"Cost":738,"Date":"11/30/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":804,"Cost":652,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":589,"Cost":529,"Date":"3/1/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":893,"Cost":541,"Date":"4/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":697,"Cost":582,"Date":"5/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":494,"Cost":338,"Date":"8/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":736,"Cost":642,"Date":"9/15/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":927,"Cost":751,"Date":"10/14/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":606,"Cost":570,"Date":"10/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":114,"Cost":90,"Date":"11/11/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":733,"Cost":559,"Date":"12/7/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":248,"Cost":225,"Date":"12/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":22,"Cost":20,"Date":"1/6/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":388,"Cost":309,"Date":"1/23/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":694,"Cost":385,"Date":"2/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":989,"Cost":648,"Date":"3/10/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":247,"Cost":160,"Date":"3/12/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":796,"Cost":642,"Date":"3/31/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":523,"Cost":454,"Date":"6/16/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":18,"Cost":11,"Date":"6/17/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":279,"Cost":259,"Date":"8/27/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":757,"Cost":657,"Date":"10/1/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":298,"Cost":239,"Date":"11/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":986,"Cost":715,"Date":"11/9/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":727,"Cost":546,"Date":"3/27/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":534,"Cost":319,"Date":"4/17/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":480,"Cost":338,"Date":"8/11/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":621,"Cost":425,"Date":"8/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":852,"Cost":761,"Date":"9/2/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":976,"Cost":821,"Date":"9/5/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":183,"Cost":113,"Date":"9/14/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":793,"Cost":500,"Date":"9/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":817,"Cost":643,"Date":"11/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":362,"Cost":246,"Date":"12/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":816,"Cost":417,"Date":"1/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":417,"Cost":337,"Date":"1/21/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":299,"Cost":149,"Date":"2/9/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":298,"Cost":178,"Date":"3/19/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":855,"Cost":645,"Date":"4/3/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":227,"Cost":162,"Date":"4/5/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":494,"Cost":334,"Date":"4/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":842,"Cost":678,"Date":"7/10/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":513,"Cost":362,"Date":"3/25/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":103,"Cost":54,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":61,"Cost":46,"Date":"10/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":101,"Cost":94,"Date":"3/2/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":786,"Cost":614,"Date":"6/28/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":493,"Cost":313,"Date":"7/17/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":839,"Cost":794,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":808,"Cost":746,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":882,"Cost":707,"Date":"11/20/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":753,"Cost":404,"Date":"12/16/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":569,"Cost":395,"Date":"12/30/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":451,"Cost":292,"Date":"2/15/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":699,"Cost":473,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":353,"Cost":191,"Date":"4/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":629,"Cost":502,"Date":"7/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":294,"Cost":260,"Date":"8/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":469,"Cost":360,"Date":"10/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":654,"Cost":508,"Date":"11/11/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":730,"Cost":679,"Date":"11/30/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":795,"Cost":416,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":655,"Cost":532,"Date":"3/1/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":287,"Cost":237,"Date":"4/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":682,"Cost":371,"Date":"5/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":887,"Cost":555,"Date":"8/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":40,"Cost":38,"Date":"9/15/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":829,"Cost":526,"Date":"10/14/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":575,"Cost":323,"Date":"10/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":884,"Cost":633,"Date":"11/11/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":511,"Cost":348,"Date":"12/7/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":983,"Cost":919,"Date":"12/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":429,"Cost":301,"Date":"1/6/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":143,"Cost":123,"Date":"1/23/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":102,"Cost":80,"Date":"2/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":652,"Cost":514,"Date":"3/10/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":142,"Cost":95,"Date":"3/12/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":837,"Cost":605,"Date":"3/31/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":142,"Cost":127,"Date":"6/16/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":562,"Cost":423,"Date":"6/17/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":913,"Cost":466,"Date":"8/27/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":765,"Cost":622,"Date":"10/1/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":647,"Cost":458,"Date":"11/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":689,"Cost":631,"Date":"11/9/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":202,"Cost":183,"Date":"3/27/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":553,"Cost":466,"Date":"4/17/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":581,"Cost":312,"Date":"8/11/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":438,"Cost":293,"Date":"8/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":296,"Cost":169,"Date":"9/2/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":419,"Cost":388,"Date":"9/5/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":972,"Cost":566,"Date":"9/14/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":263,"Cost":157,"Date":"9/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":22,"Cost":14,"Date":"11/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":167,"Cost":86,"Date":"12/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":449,"Cost":295,"Date":"1/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":230,"Cost":219,"Date":"1/21/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":246,"Cost":159,"Date":"2/9/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":543,"Cost":427,"Date":"3/19/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":630,"Cost":584,"Date":"4/3/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":215,"Cost":148,"Date":"4/5/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":652,"Cost":413,"Date":"4/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":46,"Cost":43,"Date":"7/10/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":476,"Cost":384,"Date":"3/25/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":414,"Cost":315,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":498,"Cost":256,"Date":"10/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":361,"Cost":292,"Date":"3/2/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":226,"Cost":192,"Date":"6/28/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":262,"Cost":201,"Date":"7/17/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":980,"Cost":799,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":777,"Cost":630,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":740,"Cost":448,"Date":"11/20/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":983,"Cost":671,"Date":"12/16/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":996,"Cost":634,"Date":"12/30/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":831,"Cost":489,"Date":"2/15/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":132,"Cost":109,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":333,"Cost":287,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":998,"Cost":876,"Date":"4/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":878,"Cost":443,"Date":"7/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":524,"Cost":388,"Date":"8/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":270,"Cost":199,"Date":"10/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":108,"Cost":69,"Date":"11/11/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":767,"Cost":699,"Date":"11/30/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":772,"Cost":543,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":264,"Cost":158,"Date":"3/1/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":105,"Cost":91,"Date":"4/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":6,"Cost":5,"Date":"5/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":200,"Cost":142,"Date":"8/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":811,"Cost":657,"Date":"9/15/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":922,"Cost":850,"Date":"10/14/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":529,"Cost":288,"Date":"10/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":220,"Cost":155,"Date":"11/11/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":974,"Cost":775,"Date":"12/7/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":106,"Cost":79,"Date":"12/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":176,"Cost":139,"Date":"1/6/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":12,"Cost":10,"Date":"1/23/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":386,"Cost":222,"Date":"2/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":989,"Cost":591,"Date":"3/10/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":509,"Cost":308,"Date":"3/12/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":26,"Cost":21,"Date":"3/31/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":291,"Cost":277,"Date":"6/16/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":379,"Cost":281,"Date":"6/17/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":579,"Cost":345,"Date":"8/27/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":567,"Cost":421,"Date":"10/1/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":97,"Cost":52,"Date":"11/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":459,"Cost":394,"Date":"11/9/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":229,"Cost":183,"Date":"3/27/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":697,"Cost":555,"Date":"4/17/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":370,"Cost":297,"Date":"8/11/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":347,"Cost":308,"Date":"8/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":624,"Cost":361,"Date":"9/2/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":863,"Cost":667,"Date":"9/5/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":476,"Cost":335,"Date":"9/14/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":302,"Cost":152,"Date":"9/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":348,"Cost":321,"Date":"11/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":234,"Cost":179,"Date":"12/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":685,"Cost":577,"Date":"1/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":677,"Cost":390,"Date":"1/21/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":667,"Cost":586,"Date":"2/9/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":75,"Cost":43,"Date":"3/19/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":886,"Cost":837,"Date":"4/3/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":781,"Cost":425,"Date":"4/5/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":791,"Cost":526,"Date":"4/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":945,"Cost":563,"Date":"7/10/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":211,"Cost":131,"Date":"3/25/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":656,"Cost":509,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":651,"Cost":433,"Date":"10/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":400,"Cost":281,"Date":"3/2/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":967,"Cost":657,"Date":"6/28/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":689,"Cost":390,"Date":"7/17/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":775,"Cost":432,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":927,"Cost":771,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":393,"Cost":309,"Date":"11/20/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":417,"Cost":359,"Date":"12/16/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":247,"Cost":223,"Date":"12/30/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":459,"Cost":349,"Date":"2/15/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":766,"Cost":396,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":892,"Cost":783,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":375,"Cost":241,"Date":"4/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":176,"Cost":126,"Date":"7/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":771,"Cost":538,"Date":"8/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":237,"Cost":167,"Date":"10/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":68,"Cost":52,"Date":"11/11/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":311,"Cost":248,"Date":"11/30/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":746,"Cost":577,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":663,"Cost":515,"Date":"3/1/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":493,"Cost":424,"Date":"4/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":867,"Cost":654,"Date":"5/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":793,"Cost":475,"Date":"8/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":352,"Cost":259,"Date":"9/15/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":705,"Cost":542,"Date":"10/14/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":488,"Cost":322,"Date":"10/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":203,"Cost":125,"Date":"11/11/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":861,"Cost":740,"Date":"12/7/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":71,"Cost":58,"Date":"12/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":59,"Cost":35,"Date":"1/6/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":709,"Cost":561,"Date":"1/23/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":958,"Cost":888,"Date":"2/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":355,"Cost":262,"Date":"3/10/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":617,"Cost":420,"Date":"3/12/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":183,"Date":"3/31/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":833,"Cost":748,"Date":"6/16/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":890,"Cost":809,"Date":"6/17/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":891,"Cost":635,"Date":"8/27/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":207,"Cost":135,"Date":"10/1/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":714,"Cost":670,"Date":"11/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":981,"Cost":641,"Date":"11/9/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":203,"Cost":176,"Date":"3/27/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":763,"Cost":553,"Date":"4/17/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":973,"Cost":885,"Date":"8/11/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":873,"Cost":616,"Date":"8/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":312,"Cost":159,"Date":"9/2/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":743,"Cost":450,"Date":"9/5/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":645,"Cost":532,"Date":"9/14/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":934,"Cost":707,"Date":"9/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":643,"Cost":334,"Date":"11/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":780,"Cost":660,"Date":"12/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":736,"Cost":534,"Date":"1/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":554,"Cost":500,"Date":"1/21/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":34,"Cost":31,"Date":"2/9/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":843,"Cost":522,"Date":"3/19/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":850,"Cost":508,"Date":"4/3/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":994,"Cost":527,"Date":"4/5/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":601,"Cost":416,"Date":"4/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":767,"Cost":565,"Date":"7/10/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":406,"Cost":291,"Date":"3/25/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":333,"Cost":313,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":396,"Cost":256,"Date":"10/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":135,"Cost":89,"Date":"3/2/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":573,"Cost":425,"Date":"6/28/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":620,"Cost":437,"Date":"7/17/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":709,"Cost":574,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":994,"Cost":641,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":170,"Cost":148,"Date":"11/20/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":111,"Cost":68,"Date":"12/16/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":368,"Cost":239,"Date":"12/30/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":395,"Cost":219,"Date":"2/15/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":51,"Cost":38,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":297,"Cost":233,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":986,"Cost":752,"Date":"4/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":183,"Cost":108,"Date":"7/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":693,"Cost":420,"Date":"8/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":329,"Cost":235,"Date":"10/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":184,"Cost":160,"Date":"11/11/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":365,"Cost":212,"Date":"11/30/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":155,"Cost":147,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":160,"Cost":143,"Date":"3/1/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":13,"Cost":12,"Date":"4/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":259,"Cost":228,"Date":"5/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":662,"Cost":337,"Date":"8/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":697,"Cost":412,"Date":"9/15/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":438,"Cost":348,"Date":"10/14/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":672,"Cost":430,"Date":"10/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":440,"Cost":256,"Date":"11/11/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":487,"Cost":295,"Date":"12/7/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":332,"Cost":254,"Date":"12/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":373,"Cost":261,"Date":"1/6/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":704,"Cost":524,"Date":"1/23/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":273,"Cost":246,"Date":"2/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":97,"Cost":82,"Date":"3/10/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":793,"Cost":483,"Date":"3/12/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":842,"Cost":528,"Date":"3/31/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":946,"Cost":550,"Date":"6/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":17,"Cost":12,"Date":"6/17/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":274,"Cost":191,"Date":"8/27/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":985,"Cost":692,"Date":"10/1/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":982,"Cost":765,"Date":"11/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":578,"Cost":478,"Date":"11/9/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":112,"Cost":100,"Date":"3/27/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":571,"Cost":402,"Date":"4/17/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":886,"Cost":680,"Date":"8/11/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":598,"Cost":389,"Date":"8/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":543,"Cost":425,"Date":"9/2/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":76,"Cost":47,"Date":"9/5/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":652,"Cost":477,"Date":"9/14/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":150,"Cost":135,"Date":"9/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":530,"Cost":296,"Date":"11/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":854,"Cost":523,"Date":"12/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":816,"Cost":676,"Date":"1/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":213,"Cost":112,"Date":"1/21/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":765,"Cost":502,"Date":"2/9/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":460,"Cost":351,"Date":"3/19/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":626,"Cost":450,"Date":"4/3/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":802,"Cost":462,"Date":"4/5/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":79,"Cost":68,"Date":"4/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":255,"Cost":173,"Date":"7/10/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":298,"Cost":279,"Date":"3/25/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":179,"Cost":118,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":181,"Cost":172,"Date":"10/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":943,"Cost":676,"Date":"3/2/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":185,"Cost":122,"Date":"6/28/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":650,"Cost":339,"Date":"7/17/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":256,"Cost":198,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":721,"Cost":536,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":133,"Cost":98,"Date":"11/20/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":215,"Cost":202,"Date":"12/16/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":419,"Cost":359,"Date":"12/30/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":967,"Cost":858,"Date":"2/15/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":637,"Cost":605,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":433,"Cost":318,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":328,"Cost":255,"Date":"4/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":875,"Cost":465,"Date":"7/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":547,"Cost":366,"Date":"8/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":347,"Cost":283,"Date":"10/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":44,"Cost":26,"Date":"11/11/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":881,"Cost":630,"Date":"11/30/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":921,"Cost":852,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":333,"Cost":266,"Date":"3/1/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":370,"Cost":211,"Date":"4/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":593,"Cost":454,"Date":"5/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":792,"Cost":551,"Date":"8/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":997,"Cost":732,"Date":"9/15/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":558,"Cost":521,"Date":"10/14/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":505,"Cost":386,"Date":"10/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":661,"Cost":452,"Date":"11/11/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":608,"Cost":494,"Date":"12/7/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":108,"Cost":60,"Date":"12/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":317,"Cost":290,"Date":"1/6/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":510,"Cost":324,"Date":"1/23/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":64,"Cost":41,"Date":"2/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":419,"Cost":363,"Date":"3/10/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":480,"Cost":426,"Date":"3/12/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":654,"Cost":476,"Date":"3/31/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":800,"Cost":701,"Date":"6/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":962,"Cost":724,"Date":"6/17/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":23,"Cost":11,"Date":"8/27/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":846,"Cost":431,"Date":"10/1/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":74,"Cost":54,"Date":"11/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":401,"Cost":201,"Date":"11/9/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":929,"Cost":494,"Date":"3/27/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":415,"Cost":300,"Date":"4/17/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":835,"Cost":777,"Date":"8/11/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":761,"Cost":436,"Date":"8/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":624,"Cost":366,"Date":"9/2/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":724,"Cost":568,"Date":"9/5/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":463,"Cost":290,"Date":"9/14/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":932,"Cost":554,"Date":"9/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":795,"Cost":439,"Date":"11/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":165,"Cost":129,"Date":"12/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":575,"Cost":469,"Date":"1/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":447,"Cost":299,"Date":"1/21/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":982,"Cost":838,"Date":"2/9/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":600,"Cost":324,"Date":"3/19/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":821,"Cost":613,"Date":"4/3/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":411,"Cost":276,"Date":"4/5/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":681,"Cost":445,"Date":"4/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":474,"Cost":265,"Date":"7/10/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":462,"Cost":357,"Date":"3/25/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":968,"Cost":504,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":901,"Cost":451,"Date":"10/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":751,"Cost":544,"Date":"3/2/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":664,"Cost":591,"Date":"6/28/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":659,"Cost":540,"Date":"7/17/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":169,"Cost":103,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":209,"Cost":154,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":359,"Cost":312,"Date":"11/20/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":746,"Cost":442,"Date":"12/16/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":528,"Cost":481,"Date":"12/30/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":561,"Cost":341,"Date":"2/15/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":167,"Cost":107,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":742,"Cost":587,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":977,"Cost":746,"Date":"4/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":126,"Cost":73,"Date":"7/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":509,"Cost":340,"Date":"8/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":232,"Cost":177,"Date":"10/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":811,"Cost":498,"Date":"11/11/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":829,"Cost":675,"Date":"11/30/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":277,"Cost":260,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":678,"Cost":632,"Date":"3/1/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":879,"Cost":486,"Date":"4/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":586,"Cost":422,"Date":"5/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":594,"Cost":360,"Date":"8/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":141,"Cost":92,"Date":"9/15/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":751,"Cost":505,"Date":"10/14/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":689,"Cost":447,"Date":"10/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":726,"Cost":527,"Date":"11/11/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":282,"Cost":160,"Date":"12/7/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":791,"Cost":479,"Date":"12/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":65,"Cost":50,"Date":"1/6/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":980,"Cost":806,"Date":"1/23/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":428,"Cost":304,"Date":"2/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":582,"Cost":449,"Date":"3/10/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":852,"Cost":715,"Date":"3/12/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":885,"Cost":839,"Date":"3/31/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":173,"Cost":158,"Date":"6/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":263,"Cost":191,"Date":"6/17/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":514,"Cost":395,"Date":"8/27/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":924,"Cost":788,"Date":"10/1/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":70,"Cost":49,"Date":"11/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":135,"Cost":87,"Date":"11/9/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":960,"Cost":807,"Date":"3/27/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":323,"Cost":238,"Date":"4/17/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":166,"Cost":127,"Date":"8/11/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":90,"Cost":48,"Date":"8/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":327,"Cost":168,"Date":"9/2/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":320,"Cost":221,"Date":"9/5/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":54,"Cost":47,"Date":"9/14/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":644,"Cost":568,"Date":"9/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":336,"Cost":181,"Date":"11/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":103,"Cost":82,"Date":"12/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":90,"Cost":81,"Date":"1/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":692,"Cost":513,"Date":"1/21/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":455,"Cost":251,"Date":"2/9/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":720,"Cost":464,"Date":"3/19/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":421,"Cost":244,"Date":"4/3/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":651,"Cost":385,"Date":"4/5/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":146,"Cost":86,"Date":"4/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":566,"Cost":389,"Date":"7/10/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":581,"Cost":339,"Date":"3/25/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":43,"Cost":36,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":379,"Cost":280,"Date":"10/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":775,"Cost":723,"Date":"3/2/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":839,"Cost":785,"Date":"6/28/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":330,"Cost":214,"Date":"7/17/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":198,"Cost":136,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":790,"Cost":686,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":590,"Cost":457,"Date":"11/20/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":358,"Cost":296,"Date":"12/16/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":672,"Cost":596,"Date":"12/30/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":649,"Cost":514,"Date":"2/15/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":38,"Cost":28,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":6,"Cost":3,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":832,"Cost":476,"Date":"4/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":378,"Cost":266,"Date":"7/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":164,"Cost":152,"Date":"8/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":783,"Cost":729,"Date":"10/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":372,"Cost":224,"Date":"11/11/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":881,"Cost":519,"Date":"11/30/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":41,"Cost":27,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":629,"Cost":461,"Date":"3/1/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":373,"Cost":338,"Date":"4/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":649,"Cost":487,"Date":"5/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":186,"Cost":146,"Date":"8/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":212,"Cost":180,"Date":"9/15/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":598,"Cost":564,"Date":"10/14/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":705,"Cost":456,"Date":"10/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":999,"Cost":539,"Date":"11/11/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":35,"Cost":33,"Date":"12/7/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":276,"Cost":250,"Date":"12/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":347,"Cost":266,"Date":"1/6/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":370,"Cost":344,"Date":"1/23/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":496,"Cost":363,"Date":"2/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":687,"Cost":504,"Date":"3/10/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":952,"Cost":675,"Date":"3/12/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":319,"Cost":235,"Date":"3/31/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":76,"Cost":71,"Date":"6/16/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":244,"Cost":193,"Date":"6/17/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":792,"Cost":456,"Date":"8/27/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":726,"Cost":595,"Date":"10/1/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":557,"Cost":425,"Date":"11/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":994,"Cost":640,"Date":"11/9/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":853,"Cost":678,"Date":"3/27/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":997,"Cost":680,"Date":"4/17/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":549,"Cost":275,"Date":"8/11/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":444,"Cost":328,"Date":"8/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":265,"Cost":222,"Date":"9/2/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":198,"Cost":118,"Date":"9/5/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":882,"Cost":803,"Date":"9/14/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":677,"Cost":446,"Date":"9/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":865,"Cost":515,"Date":"11/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":907,"Cost":613,"Date":"12/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":809,"Cost":465,"Date":"1/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":197,"Cost":131,"Date":"1/21/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":851,"Cost":496,"Date":"2/9/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":376,"Cost":354,"Date":"3/19/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":105,"Cost":76,"Date":"4/3/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":305,"Cost":178,"Date":"4/5/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":428,"Cost":247,"Date":"4/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":540,"Cost":486,"Date":"7/10/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":624,"Cost":586,"Date":"3/25/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":690,"Cost":576,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":526,"Cost":392,"Date":"10/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":93,"Cost":57,"Date":"3/2/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":133,"Cost":75,"Date":"6/28/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":423,"Cost":297,"Date":"7/17/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":798,"Cost":507,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":649,"Cost":380,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":792,"Cost":630,"Date":"11/20/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":577,"Cost":485,"Date":"12/16/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":697,"Cost":660,"Date":"12/30/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":648,"Cost":358,"Date":"2/15/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":608,"Cost":329,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":876,"Cost":804,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":108,"Cost":74,"Date":"4/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":83,"Cost":62,"Date":"7/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":440,"Cost":366,"Date":"8/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":63,"Cost":36,"Date":"10/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":34,"Cost":26,"Date":"11/11/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":515,"Cost":425,"Date":"11/30/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":836,"Cost":775,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":453,"Cost":311,"Date":"3/1/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":218,"Cost":189,"Date":"4/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":819,"Cost":756,"Date":"5/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":213,"Cost":202,"Date":"8/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":158,"Cost":104,"Date":"9/15/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":185,"Cost":131,"Date":"10/14/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":81,"Cost":59,"Date":"10/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":481,"Cost":272,"Date":"11/11/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":346,"Cost":291,"Date":"12/7/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":457,"Cost":348,"Date":"12/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":404,"Cost":259,"Date":"1/6/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":165,"Cost":149,"Date":"1/23/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":616,"Cost":350,"Date":"2/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":545,"Cost":429,"Date":"3/10/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":862,"Cost":541,"Date":"3/12/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":535,"Cost":351,"Date":"3/31/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":763,"Cost":551,"Date":"6/16/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":582,"Cost":478,"Date":"6/17/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":533,"Cost":473,"Date":"8/27/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":401,"Cost":277,"Date":"10/1/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":737,"Cost":591,"Date":"11/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":698,"Cost":657,"Date":"11/9/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":459,"Cost":274,"Date":"3/27/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":97,"Cost":77,"Date":"4/17/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":847,"Cost":747,"Date":"8/11/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":150,"Cost":97,"Date":"8/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":104,"Cost":82,"Date":"9/2/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":321,"Cost":259,"Date":"9/5/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":471,"Cost":257,"Date":"9/14/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":611,"Cost":454,"Date":"9/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":515,"Cost":384,"Date":"11/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":479,"Cost":273,"Date":"12/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":763,"Cost":498,"Date":"1/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":460,"Cost":355,"Date":"1/21/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":502,"Cost":284,"Date":"2/9/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":208,"Cost":108,"Date":"3/19/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":623,"Cost":476,"Date":"4/3/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":230,"Cost":175,"Date":"4/5/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":192,"Cost":102,"Date":"4/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":260,"Cost":231,"Date":"7/10/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":506,"Cost":360,"Date":"3/25/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":982,"Cost":656,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":335,"Cost":212,"Date":"10/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":955,"Cost":850,"Date":"3/2/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":506,"Cost":294,"Date":"6/28/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":874,"Cost":589,"Date":"7/17/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":56,"Cost":48,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":661,"Cost":352,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":159,"Cost":137,"Date":"11/20/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":619,"Cost":579,"Date":"12/16/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":961,"Cost":892,"Date":"12/30/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":228,"Cost":176,"Date":"2/15/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":179,"Cost":126,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":9,"Cost":5,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":847,"Cost":496,"Date":"4/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":927,"Cost":733,"Date":"7/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":82,"Cost":46,"Date":"8/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":120,"Cost":93,"Date":"10/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":262,"Cost":174,"Date":"11/11/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":622,"Cost":480,"Date":"11/30/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":66,"Cost":52,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":813,"Cost":540,"Date":"3/1/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":934,"Cost":813,"Date":"4/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":777,"Cost":670,"Date":"5/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":645,"Cost":565,"Date":"8/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":803,"Cost":623,"Date":"9/15/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":212,"Cost":135,"Date":"10/14/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":648,"Cost":371,"Date":"10/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":656,"Cost":462,"Date":"11/11/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":366,"Cost":325,"Date":"12/7/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":804,"Cost":759,"Date":"12/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":56,"Cost":33,"Date":"1/6/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":51,"Cost":33,"Date":"1/23/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":8,"Cost":4,"Date":"2/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":894,"Cost":618,"Date":"3/10/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":125,"Cost":65,"Date":"3/12/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":62,"Cost":51,"Date":"3/31/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":979,"Cost":512,"Date":"6/16/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":146,"Cost":119,"Date":"6/17/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":42,"Cost":21,"Date":"8/27/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":928,"Cost":577,"Date":"10/1/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":682,"Cost":430,"Date":"11/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":597,"Cost":366,"Date":"11/9/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":363,"Cost":272,"Date":"3/27/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":161,"Cost":131,"Date":"4/17/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":579,"Cost":517,"Date":"8/11/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":701,"Cost":470,"Date":"8/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":591,"Cost":547,"Date":"9/2/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":849,"Cost":779,"Date":"9/5/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":212,"Cost":147,"Date":"9/14/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":698,"Cost":543,"Date":"9/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":516,"Cost":381,"Date":"11/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":968,"Cost":530,"Date":"12/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":212,"Cost":201,"Date":"1/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":519,"Cost":302,"Date":"1/21/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":55,"Cost":27,"Date":"2/9/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":418,"Cost":360,"Date":"3/19/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":212,"Cost":138,"Date":"4/3/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":40,"Cost":25,"Date":"4/5/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":543,"Cost":443,"Date":"4/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":399,"Cost":233,"Date":"7/10/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":323,"Cost":262,"Date":"3/25/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":697,"Cost":513,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":483,"Cost":311,"Date":"10/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":128,"Cost":78,"Date":"3/2/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":667,"Cost":393,"Date":"6/28/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":804,"Cost":539,"Date":"7/17/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":681,"Cost":633,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":954,"Cost":585,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":120,"Cost":97,"Date":"11/20/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":939,"Cost":755,"Date":"12/16/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":540,"Cost":476,"Date":"12/30/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":150,"Cost":81,"Date":"2/15/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":54,"Cost":32,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":932,"Cost":794,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":117,"Cost":104,"Date":"4/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":313,"Cost":170,"Date":"7/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":939,"Cost":736,"Date":"8/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":968,"Cost":623,"Date":"10/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":590,"Cost":344,"Date":"11/11/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":957,"Cost":639,"Date":"11/30/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":345,"Cost":263,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":747,"Cost":627,"Date":"3/1/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":736,"Cost":620,"Date":"4/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":949,"Cost":596,"Date":"5/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":54,"Cost":40,"Date":"8/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":1000,"Cost":861,"Date":"9/15/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":670,"Cost":580,"Date":"10/14/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":886,"Cost":494,"Date":"10/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":83,"Cost":54,"Date":"11/11/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":150,"Cost":99,"Date":"12/7/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":880,"Cost":518,"Date":"12/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":941,"Cost":671,"Date":"1/6/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":987,"Cost":549,"Date":"1/23/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":794,"Cost":566,"Date":"2/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":58,"Cost":46,"Date":"3/10/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":165,"Cost":135,"Date":"3/12/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":128,"Cost":104,"Date":"3/31/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":733,"Cost":505,"Date":"6/16/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":757,"Cost":605,"Date":"6/17/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":930,"Cost":706,"Date":"8/27/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":239,"Cost":167,"Date":"10/1/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":239,"Cost":209,"Date":"11/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":780,"Cost":654,"Date":"11/9/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":173,"Cost":157,"Date":"3/27/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":990,"Cost":807,"Date":"4/17/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":570,"Cost":430,"Date":"8/11/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":162,"Cost":105,"Date":"8/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":481,"Cost":292,"Date":"9/2/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":379,"Cost":189,"Date":"9/5/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":518,"Cost":375,"Date":"9/14/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":850,"Cost":665,"Date":"9/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":891,"Cost":621,"Date":"11/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":448,"Cost":263,"Date":"12/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":829,"Cost":765,"Date":"1/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":928,"Cost":521,"Date":"1/21/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":290,"Cost":204,"Date":"2/9/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":727,"Cost":489,"Date":"3/19/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":934,"Cost":859,"Date":"4/3/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":454,"Cost":290,"Date":"4/5/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":555,"Cost":449,"Date":"4/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":658,"Cost":463,"Date":"7/10/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":82,"Cost":45,"Date":"3/25/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":819,"Cost":414,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":479,"Cost":428,"Date":"10/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":786,"Cost":615,"Date":"3/2/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":639,"Cost":393,"Date":"6/28/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":692,"Cost":468,"Date":"7/17/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":959,"Cost":839,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":90,"Cost":68,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":88,"Cost":53,"Date":"11/20/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":928,"Cost":668,"Date":"12/16/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":320,"Cost":247,"Date":"12/30/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":206,"Cost":139,"Date":"2/15/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":951,"Cost":806,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":544,"Cost":352,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":455,"Cost":255,"Date":"4/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":876,"Cost":511,"Date":"7/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":380,"Cost":229,"Date":"8/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":79,"Cost":62,"Date":"10/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":745,"Cost":526,"Date":"11/11/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":787,"Cost":726,"Date":"11/30/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":444,"Cost":284,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":303,"Cost":215,"Date":"3/1/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":364,"Cost":236,"Date":"4/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":645,"Cost":401,"Date":"5/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":266,"Cost":195,"Date":"8/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":10,"Cost":9,"Date":"9/15/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":150,"Cost":141,"Date":"10/14/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":264,"Cost":163,"Date":"10/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":167,"Cost":155,"Date":"11/11/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":217,"Cost":171,"Date":"12/7/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":376,"Cost":349,"Date":"12/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":662,"Cost":570,"Date":"1/6/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":351,"Cost":327,"Date":"1/23/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":637,"Cost":326,"Date":"2/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":799,"Cost":461,"Date":"3/10/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":426,"Cost":248,"Date":"3/12/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":366,"Cost":324,"Date":"3/31/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":371,"Cost":223,"Date":"6/16/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":303,"Cost":253,"Date":"6/17/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":786,"Cost":684,"Date":"8/27/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":839,"Cost":490,"Date":"10/1/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":228,"Cost":200,"Date":"11/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":462,"Cost":324,"Date":"11/9/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":351,"Cost":251,"Date":"3/27/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":52,"Cost":45,"Date":"4/17/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":649,"Cost":460,"Date":"8/11/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":503,"Cost":404,"Date":"8/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":594,"Cost":395,"Date":"9/2/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":21,"Cost":18,"Date":"9/5/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":799,"Cost":525,"Date":"9/14/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":795,"Cost":422,"Date":"9/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":355,"Cost":241,"Date":"11/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":448,"Cost":298,"Date":"12/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":33,"Cost":29,"Date":"1/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":649,"Cost":374,"Date":"1/21/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":60,"Cost":53,"Date":"2/9/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":188,"Cost":126,"Date":"3/19/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":302,"Cost":225,"Date":"4/3/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":10,"Cost":7,"Date":"4/5/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":15,"Cost":9,"Date":"4/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":251,"Cost":172,"Date":"7/10/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":751,"Cost":445,"Date":"3/25/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":732,"Cost":385,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":387,"Cost":250,"Date":"10/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":450,"Cost":248,"Date":"3/2/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":590,"Cost":374,"Date":"6/28/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":892,"Cost":533,"Date":"7/17/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":746,"Cost":467,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":949,"Cost":511,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":14,"Cost":11,"Date":"11/20/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":831,"Cost":586,"Date":"12/16/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":463,"Cost":328,"Date":"12/30/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":331,"Cost":313,"Date":"2/15/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":269,"Cost":192,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":25,"Cost":14,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":574,"Cost":457,"Date":"4/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":592,"Cost":511,"Date":"7/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":718,"Cost":610,"Date":"8/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":207,"Cost":161,"Date":"10/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":411,"Cost":330,"Date":"11/11/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":220,"Cost":143,"Date":"11/30/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":447,"Cost":300,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":721,"Cost":466,"Date":"3/1/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":659,"Cost":557,"Date":"4/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":952,"Cost":883,"Date":"5/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":671,"Cost":444,"Date":"8/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":502,"Cost":463,"Date":"9/15/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":646,"Cost":440,"Date":"10/14/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":280,"Cost":249,"Date":"10/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":706,"Cost":529,"Date":"11/11/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":817,"Cost":438,"Date":"12/7/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":119,"Cost":112,"Date":"12/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":371,"Cost":307,"Date":"1/6/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":561,"Cost":364,"Date":"1/23/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":962,"Cost":682,"Date":"2/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":764,"Cost":492,"Date":"3/10/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":507,"Cost":440,"Date":"3/12/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":47,"Cost":45,"Date":"3/31/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":632,"Cost":437,"Date":"6/16/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":364,"Cost":281,"Date":"6/17/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":257,"Cost":182,"Date":"8/27/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":109,"Cost":93,"Date":"10/1/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":401,"Cost":326,"Date":"11/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":142,"Cost":75,"Date":"11/9/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":733,"Cost":571,"Date":"3/27/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":882,"Cost":638,"Date":"4/17/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":257,"Cost":234,"Date":"8/11/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":91,"Cost":76,"Date":"8/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":35,"Cost":24,"Date":"9/2/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":580,"Cost":468,"Date":"9/5/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":884,"Cost":806,"Date":"9/14/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":88,"Cost":78,"Date":"9/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":566,"Cost":284,"Date":"11/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":753,"Cost":699,"Date":"12/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":793,"Cost":531,"Date":"1/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":774,"Cost":628,"Date":"1/21/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":404,"Cost":263,"Date":"2/9/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":431,"Cost":353,"Date":"3/19/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":52,"Cost":29,"Date":"4/3/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":769,"Cost":596,"Date":"4/5/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":664,"Cost":334,"Date":"4/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":946,"Cost":521,"Date":"7/10/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":50,"Cost":36,"Date":"3/25/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":974,"Cost":776,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":143,"Cost":116,"Date":"10/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":209,"Cost":133,"Date":"3/2/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":850,"Cost":618,"Date":"6/28/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":686,"Cost":584,"Date":"7/17/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":875,"Cost":723,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":275,"Cost":251,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":938,"Cost":750,"Date":"11/20/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":734,"Cost":511,"Date":"12/16/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":159,"Cost":122,"Date":"12/30/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":414,"Cost":238,"Date":"2/15/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":166,"Cost":101,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":349,"Cost":294,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":687,"Cost":390,"Date":"4/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":254,"Cost":184,"Date":"7/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":562,"Cost":322,"Date":"8/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":543,"Cost":471,"Date":"10/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":102,"Cost":91,"Date":"11/11/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":705,"Cost":633,"Date":"11/30/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":516,"Cost":294,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":85,"Cost":59,"Date":"3/1/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":615,"Cost":324,"Date":"4/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":123,"Cost":92,"Date":"5/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":93,"Cost":86,"Date":"8/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":613,"Cost":337,"Date":"9/15/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":652,"Cost":568,"Date":"10/14/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":558,"Cost":410,"Date":"10/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":8,"Cost":8,"Date":"11/11/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":234,"Cost":211,"Date":"12/7/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":52,"Cost":34,"Date":"12/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":474,"Cost":293,"Date":"1/6/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":875,"Cost":645,"Date":"1/23/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":441,"Cost":259,"Date":"2/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":507,"Cost":412,"Date":"3/10/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":554,"Cost":455,"Date":"3/12/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":127,"Cost":101,"Date":"3/31/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":489,"Cost":414,"Date":"6/16/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":29,"Cost":17,"Date":"6/17/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":113,"Cost":87,"Date":"8/27/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":844,"Cost":727,"Date":"10/1/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":206,"Cost":185,"Date":"11/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":745,"Cost":617,"Date":"11/9/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":309,"Cost":214,"Date":"3/27/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":52,"Cost":37,"Date":"4/17/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":207,"Cost":129,"Date":"8/11/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":431,"Cost":250,"Date":"8/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":643,"Cost":598,"Date":"9/2/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":590,"Cost":396,"Date":"9/5/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":108,"Cost":82,"Date":"9/14/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":512,"Cost":388,"Date":"9/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":27,"Cost":14,"Date":"11/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":292,"Cost":188,"Date":"12/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":987,"Cost":741,"Date":"1/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":519,"Cost":291,"Date":"1/21/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":580,"Cost":412,"Date":"2/9/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":192,"Cost":131,"Date":"3/19/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":746,"Cost":559,"Date":"4/3/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":175,"Cost":109,"Date":"4/5/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":823,"Cost":554,"Date":"4/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":399,"Cost":361,"Date":"7/10/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":20,"Cost":11,"Date":"3/25/2020"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":458,"Cost":404,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":341,"Cost":208,"Date":"10/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":864,"Cost":591,"Date":"3/2/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":69,"Cost":54,"Date":"6/28/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":245,"Cost":165,"Date":"7/17/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":160,"Cost":130,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":159,"Cost":93,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":647,"Cost":397,"Date":"11/20/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":189,"Cost":145,"Date":"12/16/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":954,"Cost":804,"Date":"12/30/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":553,"Cost":322,"Date":"2/15/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":329,"Cost":278,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":11,"Cost":7,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":327,"Cost":167,"Date":"4/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":41,"Cost":26,"Date":"7/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":868,"Cost":502,"Date":"8/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":245,"Cost":162,"Date":"10/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":920,"Cost":678,"Date":"11/11/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":305,"Cost":254,"Date":"11/30/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":661,"Cost":378,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":250,"Cost":201,"Date":"3/1/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":627,"Cost":455,"Date":"4/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":481,"Cost":401,"Date":"5/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":500,"Cost":301,"Date":"8/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":743,"Cost":670,"Date":"9/15/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":985,"Cost":854,"Date":"10/14/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":873,"Cost":668,"Date":"10/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":346,"Cost":194,"Date":"11/11/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":567,"Cost":301,"Date":"12/7/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":443,"Cost":296,"Date":"12/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":141,"Cost":82,"Date":"1/6/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":226,"Cost":191,"Date":"1/23/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":209,"Cost":165,"Date":"2/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":738,"Cost":615,"Date":"3/10/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":803,"Cost":670,"Date":"3/12/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":875,"Cost":641,"Date":"3/31/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":315,"Cost":245,"Date":"6/16/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":135,"Cost":74,"Date":"6/17/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":709,"Cost":475,"Date":"8/27/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":931,"Cost":844,"Date":"10/1/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":704,"Cost":635,"Date":"11/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":656,"Cost":336,"Date":"11/9/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":251,"Cost":203,"Date":"3/27/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":230,"Cost":184,"Date":"4/17/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":971,"Cost":828,"Date":"8/11/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":128,"Cost":74,"Date":"8/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":224,"Cost":170,"Date":"9/2/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":60,"Cost":54,"Date":"9/5/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":656,"Cost":334,"Date":"9/14/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":454,"Cost":421,"Date":"9/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":191,"Cost":156,"Date":"11/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":948,"Cost":533,"Date":"12/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":628,"Cost":375,"Date":"1/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":701,"Cost":376,"Date":"1/21/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":418,"Cost":249,"Date":"2/9/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":331,"Cost":170,"Date":"3/19/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":426,"Cost":404,"Date":"4/3/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":119,"Cost":59,"Date":"4/5/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":542,"Cost":482,"Date":"4/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":816,"Cost":554,"Date":"7/10/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":80,"Cost":65,"Date":"3/25/2020"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":347,"Cost":233,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":870,"Cost":670,"Date":"10/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":319,"Cost":255,"Date":"3/2/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":833,"Cost":558,"Date":"6/28/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":135,"Cost":89,"Date":"7/17/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":426,"Cost":353,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":271,"Cost":189,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":938,"Cost":666,"Date":"11/20/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":375,"Cost":324,"Date":"12/16/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":455,"Cost":290,"Date":"12/30/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":891,"Cost":713,"Date":"2/15/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":568,"Cost":328,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":772,"Cost":555,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":367,"Cost":222,"Date":"4/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":51,"Cost":36,"Date":"7/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":209,"Cost":171,"Date":"8/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":358,"Cost":308,"Date":"10/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":54,"Cost":37,"Date":"11/11/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":203,"Cost":153,"Date":"11/30/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":61,"Cost":52,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":134,"Cost":117,"Date":"3/1/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":232,"Cost":197,"Date":"4/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":339,"Cost":191,"Date":"5/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":853,"Cost":755,"Date":"8/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":294,"Cost":213,"Date":"9/15/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":646,"Cost":341,"Date":"10/14/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":167,"Cost":115,"Date":"10/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":858,"Cost":504,"Date":"11/11/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":536,"Cost":334,"Date":"12/7/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":574,"Cost":478,"Date":"12/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":489,"Cost":314,"Date":"1/6/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":237,"Cost":144,"Date":"1/23/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":909,"Cost":514,"Date":"2/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":3,"Cost":2,"Date":"3/10/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":490,"Cost":258,"Date":"3/12/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":689,"Cost":625,"Date":"3/31/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":27,"Cost":20,"Date":"6/16/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":669,"Cost":549,"Date":"6/17/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":929,"Cost":520,"Date":"8/27/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":993,"Cost":768,"Date":"10/1/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":225,"Cost":133,"Date":"11/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":514,"Cost":418,"Date":"11/9/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":263,"Cost":203,"Date":"3/27/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":939,"Cost":618,"Date":"4/17/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":883,"Cost":657,"Date":"8/11/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":726,"Cost":478,"Date":"8/21/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":583,"Cost":405,"Date":"9/2/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":706,"Cost":408,"Date":"9/5/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":461,"Cost":384,"Date":"9/14/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":743,"Cost":609,"Date":"9/20/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":595,"Cost":349,"Date":"11/20/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":397,"Cost":370,"Date":"12/21/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":703,"Cost":568,"Date":"1/7/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":396,"Cost":283,"Date":"1/21/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":357,"Cost":273,"Date":"2/9/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":792,"Cost":649,"Date":"3/19/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":5,"Cost":4,"Date":"4/3/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":611,"Cost":529,"Date":"4/5/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":475,"Cost":268,"Date":"4/28/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":909,"Cost":685,"Date":"7/10/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":459,"Cost":327,"Date":"3/25/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":634,"Cost":458,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":58,"Cost":45,"Date":"10/28/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":142,"Cost":111,"Date":"3/2/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":929,"Cost":661,"Date":"6/28/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":162,"Cost":135,"Date":"7/17/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":974,"Cost":609,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":21,"Cost":19,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":852,"Cost":573,"Date":"11/20/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":540,"Cost":496,"Date":"12/16/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":20,"Cost":19,"Date":"12/30/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":544,"Cost":354,"Date":"2/15/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":506,"Cost":278,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":512,"Cost":415,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":883,"Cost":794,"Date":"4/18/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":214,"Cost":163,"Date":"7/27/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":370,"Cost":310,"Date":"8/18/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":826,"Cost":728,"Date":"10/31/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":718,"Cost":602,"Date":"11/11/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":267,"Cost":154,"Date":"11/30/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":240,"Cost":194,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":383,"Cost":269,"Date":"3/1/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":176,"Cost":155,"Date":"4/13/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":951,"Cost":899,"Date":"5/20/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":293,"Cost":264,"Date":"8/13/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":743,"Cost":422,"Date":"9/15/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":479,"Cost":334,"Date":"10/14/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":321,"Cost":162,"Date":"10/28/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":347,"Cost":234,"Date":"11/11/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":905,"Cost":804,"Date":"12/7/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":899,"Cost":660,"Date":"12/21/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":547,"Cost":493,"Date":"1/6/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":938,"Cost":772,"Date":"1/23/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":837,"Cost":508,"Date":"2/4/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":652,"Cost":573,"Date":"3/10/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":396,"Cost":340,"Date":"3/12/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":93,"Cost":78,"Date":"3/31/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":112,"Cost":85,"Date":"6/16/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":737,"Cost":515,"Date":"6/17/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":284,"Cost":228,"Date":"8/27/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":908,"Cost":778,"Date":"10/1/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":445,"Cost":234,"Date":"11/4/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":254,"Cost":142,"Date":"11/9/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":651,"Cost":389,"Date":"3/27/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":785,"Cost":432,"Date":"4/17/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":502,"Cost":409,"Date":"8/11/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":94,"Cost":81,"Date":"8/21/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":293,"Cost":246,"Date":"9/2/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":877,"Cost":750,"Date":"9/5/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":36,"Cost":26,"Date":"9/14/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":222,"Cost":182,"Date":"9/20/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":777,"Cost":539,"Date":"11/20/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":987,"Cost":567,"Date":"12/21/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":369,"Cost":326,"Date":"1/7/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":927,"Cost":784,"Date":"1/21/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":897,"Cost":822,"Date":"2/9/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":421,"Cost":378,"Date":"3/19/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":358,"Cost":200,"Date":"4/3/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":68,"Cost":55,"Date":"4/5/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":10,"Cost":5,"Date":"4/28/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":665,"Cost":341,"Date":"7/10/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":533,"Cost":286,"Date":"3/25/2020"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":447,"Cost":421,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":357,"Cost":202,"Date":"10/28/2020"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":823,"Cost":779,"Date":"3/2/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":247,"Cost":211,"Date":"6/28/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":596,"Cost":422,"Date":"7/17/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":503,"Cost":407,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":673,"Cost":476,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":693,"Cost":402,"Date":"11/20/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":663,"Cost":461,"Date":"12/16/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":904,"Cost":638,"Date":"12/30/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":592,"Cost":474,"Date":"2/15/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":891,"Cost":750,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":493,"Cost":325,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":770,"Cost":424,"Date":"4/18/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":240,"Cost":174,"Date":"7/27/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":962,"Cost":517,"Date":"8/18/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":721,"Cost":574,"Date":"10/31/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":809,"Cost":475,"Date":"11/11/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":585,"Cost":452,"Date":"11/30/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":637,"Cost":353,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":424,"Cost":368,"Date":"3/1/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":970,"Cost":812,"Date":"4/13/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":794,"Cost":695,"Date":"5/20/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":238,"Cost":193,"Date":"8/13/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":82,"Cost":56,"Date":"9/15/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":909,"Cost":602,"Date":"10/14/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":274,"Cost":240,"Date":"10/28/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":972,"Cost":901,"Date":"11/11/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":953,"Cost":881,"Date":"12/7/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":579,"Cost":372,"Date":"12/21/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":679,"Cost":608,"Date":"1/6/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":355,"Cost":270,"Date":"1/23/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":375,"Cost":197,"Date":"2/4/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":199,"Cost":154,"Date":"3/10/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":67,"Cost":40,"Date":"3/12/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":167,"Cost":91,"Date":"3/31/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":928,"Cost":843,"Date":"6/16/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":757,"Cost":454,"Date":"6/17/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":114,"Cost":81,"Date":"8/27/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":473,"Cost":426,"Date":"10/1/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":426,"Cost":336,"Date":"11/4/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":349,"Cost":237,"Date":"11/9/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":573,"Cost":333,"Date":"3/27/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":973,"Cost":718,"Date":"4/17/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":650,"Cost":332,"Date":"8/11/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":899,"Cost":627,"Date":"8/21/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":740,"Cost":563,"Date":"9/2/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":650,"Cost":513,"Date":"9/5/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":47,"Cost":42,"Date":"9/14/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":956,"Cost":756,"Date":"9/20/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":925,"Cost":487,"Date":"11/20/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":169,"Cost":138,"Date":"12/21/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":247,"Cost":170,"Date":"1/7/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":790,"Cost":405,"Date":"1/21/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":11,"Cost":6,"Date":"2/9/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":707,"Cost":572,"Date":"3/19/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":736,"Cost":392,"Date":"4/3/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":707,"Cost":666,"Date":"4/5/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":242,"Cost":156,"Date":"4/28/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":438,"Cost":266,"Date":"7/10/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":539,"Cost":303,"Date":"3/25/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":654,"Cost":411,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":51,"Cost":30,"Date":"10/28/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":978,"Cost":831,"Date":"3/2/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":865,"Cost":726,"Date":"6/28/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":622,"Cost":483,"Date":"7/17/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":71,"Cost":36,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":820,"Cost":723,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":871,"Cost":520,"Date":"11/20/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":286,"Cost":150,"Date":"12/16/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":241,"Cost":214,"Date":"12/30/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":476,"Cost":287,"Date":"2/15/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":174,"Cost":121,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":308,"Cost":157,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":980,"Cost":669,"Date":"4/18/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":727,"Cost":511,"Date":"7/27/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":392,"Cost":331,"Date":"8/18/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":641,"Cost":361,"Date":"10/31/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":172,"Cost":91,"Date":"11/11/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":523,"Cost":432,"Date":"11/30/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":585,"Cost":390,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":488,"Cost":333,"Date":"3/1/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":341,"Cost":215,"Date":"4/13/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":780,"Cost":581,"Date":"5/20/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":41,"Cost":37,"Date":"8/13/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":624,"Cost":409,"Date":"9/15/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":130,"Cost":85,"Date":"10/14/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":569,"Cost":399,"Date":"10/28/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":514,"Cost":399,"Date":"11/11/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":391,"Cost":348,"Date":"12/7/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":69,"Cost":56,"Date":"12/21/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":507,"Cost":359,"Date":"1/6/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":151,"Cost":130,"Date":"1/23/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":799,"Cost":557,"Date":"2/4/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":636,"Cost":578,"Date":"3/10/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":631,"Cost":422,"Date":"3/12/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":624,"Cost":458,"Date":"3/31/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":838,"Cost":717,"Date":"6/16/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":641,"Cost":322,"Date":"6/17/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":565,"Cost":425,"Date":"8/27/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":416,"Cost":378,"Date":"10/1/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":837,"Cost":423,"Date":"11/4/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":932,"Cost":573,"Date":"11/9/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":615,"Cost":390,"Date":"3/27/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":695,"Cost":550,"Date":"4/17/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":398,"Cost":311,"Date":"8/11/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":360,"Cost":292,"Date":"8/21/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":446,"Cost":352,"Date":"9/2/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":944,"Cost":851,"Date":"9/5/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":168,"Cost":157,"Date":"9/14/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":891,"Cost":840,"Date":"9/20/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":74,"Cost":52,"Date":"11/20/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":932,"Cost":780,"Date":"12/21/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":54,"Cost":33,"Date":"1/7/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":447,"Cost":402,"Date":"1/21/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":687,"Cost":608,"Date":"2/9/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":776,"Cost":639,"Date":"3/19/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":151,"Cost":89,"Date":"4/3/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":678,"Cost":614,"Date":"4/5/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":336,"Cost":225,"Date":"4/28/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":132,"Cost":90,"Date":"7/10/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":636,"Cost":522,"Date":"3/25/2020"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":800,"Cost":744,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":960,"Cost":689,"Date":"10/28/2020"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":666,"Cost":364,"Date":"3/2/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":1,"Cost":1,"Date":"6/28/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":858,"Cost":546,"Date":"7/17/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":782,"Cost":699,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":109,"Cost":82,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":697,"Cost":506,"Date":"11/20/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":752,"Cost":425,"Date":"12/16/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":132,"Cost":100,"Date":"12/30/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":325,"Cost":291,"Date":"2/15/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":72,"Cost":40,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":574,"Cost":472,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":411,"Cost":314,"Date":"4/18/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":3,"Cost":2,"Date":"7/27/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":782,"Cost":401,"Date":"8/18/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":997,"Cost":832,"Date":"10/31/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":648,"Cost":507,"Date":"11/11/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":856,"Cost":755,"Date":"11/30/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":648,"Cost":422,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":307,"Cost":220,"Date":"3/1/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":741,"Cost":703,"Date":"4/13/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":18,"Cost":17,"Date":"5/20/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":114,"Cost":106,"Date":"8/13/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":765,"Cost":419,"Date":"9/15/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":424,"Cost":226,"Date":"10/14/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":100,"Cost":56,"Date":"10/28/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":403,"Cost":237,"Date":"11/11/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":529,"Cost":458,"Date":"12/7/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":383,"Cost":256,"Date":"12/21/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":666,"Cost":504,"Date":"1/6/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":864,"Cost":571,"Date":"1/23/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":130,"Cost":88,"Date":"2/4/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":7,"Cost":6,"Date":"3/10/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":623,"Cost":497,"Date":"3/12/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":670,"Cost":547,"Date":"3/31/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":146,"Cost":73,"Date":"6/16/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":468,"Cost":263,"Date":"6/17/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":87,"Cost":55,"Date":"8/27/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":729,"Cost":654,"Date":"10/1/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":684,"Cost":575,"Date":"11/4/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":170,"Cost":155,"Date":"11/9/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":405,"Cost":223,"Date":"3/27/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":898,"Cost":844,"Date":"4/17/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":72,"Cost":68,"Date":"8/11/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":617,"Cost":504,"Date":"8/21/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":901,"Cost":626,"Date":"9/2/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":881,"Cost":601,"Date":"9/5/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":5,"Cost":3,"Date":"9/14/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":206,"Cost":127,"Date":"9/20/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":272,"Cost":244,"Date":"11/20/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":949,"Cost":788,"Date":"12/21/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":89,"Cost":66,"Date":"1/7/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":50,"Cost":42,"Date":"1/21/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":921,"Cost":566,"Date":"2/9/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":393,"Cost":278,"Date":"3/19/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":819,"Cost":454,"Date":"4/3/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":119,"Cost":86,"Date":"4/5/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":230,"Cost":203,"Date":"4/28/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":128,"Cost":81,"Date":"7/10/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":434,"Cost":269,"Date":"3/25/2020"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":977,"Cost":843,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":660,"Cost":522,"Date":"10/28/2020"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":674,"Cost":634,"Date":"3/2/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":644,"Cost":361,"Date":"6/28/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":985,"Cost":793,"Date":"7/17/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":544,"Cost":430,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":194,"Cost":156,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":454,"Cost":271,"Date":"11/20/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":419,"Cost":292,"Date":"12/16/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":464,"Cost":345,"Date":"12/30/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":660,"Cost":417,"Date":"2/15/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":604,"Cost":565,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":607,"Cost":524,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":215,"Cost":198,"Date":"4/18/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":392,"Cost":244,"Date":"7/27/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":447,"Cost":283,"Date":"8/18/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":588,"Cost":450,"Date":"10/31/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":109,"Cost":93,"Date":"11/11/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":481,"Cost":265,"Date":"11/30/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":705,"Cost":611,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":369,"Cost":208,"Date":"3/1/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":135,"Cost":125,"Date":"4/13/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":575,"Cost":345,"Date":"5/20/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":812,"Cost":717,"Date":"8/13/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":102,"Cost":71,"Date":"9/15/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":53,"Cost":44,"Date":"10/14/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":445,"Cost":249,"Date":"10/28/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":502,"Cost":458,"Date":"11/11/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":366,"Cost":306,"Date":"12/7/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":367,"Cost":204,"Date":"12/21/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":894,"Cost":685,"Date":"1/6/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":213,"Cost":126,"Date":"1/23/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":483,"Cost":435,"Date":"2/4/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":229,"Cost":168,"Date":"3/10/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":628,"Cost":328,"Date":"3/12/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":234,"Cost":137,"Date":"3/31/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":544,"Cost":373,"Date":"6/16/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":605,"Cost":512,"Date":"6/17/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":673,"Cost":372,"Date":"8/27/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":919,"Cost":526,"Date":"10/1/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":740,"Cost":419,"Date":"11/4/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":983,"Cost":798,"Date":"11/9/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":90,"Cost":55,"Date":"3/27/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":474,"Cost":295,"Date":"4/17/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":209,"Cost":105,"Date":"8/11/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":363,"Cost":216,"Date":"8/21/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":372,"Cost":245,"Date":"9/2/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":124,"Cost":66,"Date":"9/5/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":418,"Cost":354,"Date":"9/14/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":240,"Cost":140,"Date":"9/20/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":470,"Cost":430,"Date":"11/20/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":405,"Cost":335,"Date":"12/21/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":99,"Cost":60,"Date":"1/7/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":234,"Cost":147,"Date":"1/21/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":391,"Cost":340,"Date":"2/9/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":379,"Cost":315,"Date":"3/19/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":647,"Cost":443,"Date":"4/3/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":137,"Cost":101,"Date":"4/5/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":770,"Cost":465,"Date":"4/28/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":38,"Cost":20,"Date":"7/10/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":152,"Cost":123,"Date":"3/25/2020"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":638,"Cost":544,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":489,"Cost":458,"Date":"10/28/2020"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":431,"Cost":343,"Date":"3/2/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":395,"Cost":208,"Date":"6/28/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":735,"Cost":473,"Date":"7/17/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":338,"Cost":248,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":999,"Cost":592,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":458,"Cost":379,"Date":"11/20/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":489,"Cost":275,"Date":"12/16/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":290,"Cost":265,"Date":"12/30/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":743,"Cost":386,"Date":"2/15/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":13,"Cost":7,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":290,"Cost":194,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":122,"Cost":105,"Date":"4/18/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":594,"Cost":466,"Date":"7/27/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":539,"Cost":332,"Date":"8/18/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":374,"Cost":224,"Date":"10/31/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":265,"Cost":138,"Date":"11/11/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":517,"Cost":360,"Date":"11/30/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":189,"Cost":157,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":48,"Cost":34,"Date":"3/1/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":338,"Cost":272,"Date":"4/13/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":661,"Cost":458,"Date":"5/20/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":892,"Cost":589,"Date":"8/13/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":749,"Cost":520,"Date":"9/15/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":986,"Cost":804,"Date":"10/14/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":186,"Cost":141,"Date":"10/28/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":39,"Cost":34,"Date":"11/11/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":138,"Cost":118,"Date":"12/7/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":365,"Cost":295,"Date":"12/21/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":89,"Cost":68,"Date":"1/6/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":138,"Cost":114,"Date":"1/23/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":603,"Cost":322,"Date":"2/4/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":632,"Cost":519,"Date":"3/10/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":371,"Cost":344,"Date":"3/12/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":648,"Cost":527,"Date":"3/31/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":665,"Cost":502,"Date":"6/16/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":850,"Cost":775,"Date":"6/17/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":104,"Cost":96,"Date":"8/27/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":740,"Cost":637,"Date":"10/1/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":131,"Cost":104,"Date":"11/4/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":15,"Cost":15,"Date":"11/9/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":936,"Cost":646,"Date":"3/27/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":878,"Cost":578,"Date":"4/17/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":32,"Cost":16,"Date":"8/11/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":292,"Cost":245,"Date":"8/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":682,"Cost":342,"Date":"9/2/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":809,"Cost":695,"Date":"9/5/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":524,"Cost":298,"Date":"9/14/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":356,"Cost":211,"Date":"9/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":240,"Cost":215,"Date":"11/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":389,"Cost":196,"Date":"12/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":782,"Cost":539,"Date":"1/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":909,"Cost":797,"Date":"1/21/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":631,"Cost":442,"Date":"2/9/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":213,"Cost":132,"Date":"3/19/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":510,"Cost":341,"Date":"4/3/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":95,"Cost":79,"Date":"4/5/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":540,"Cost":397,"Date":"4/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":305,"Cost":268,"Date":"7/10/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":13,"Cost":8,"Date":"3/25/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":237,"Cost":121,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":360,"Cost":227,"Date":"10/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":991,"Cost":707,"Date":"3/2/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":476,"Cost":391,"Date":"6/28/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":703,"Cost":418,"Date":"7/17/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":654,"Cost":393,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":836,"Cost":492,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":621,"Cost":319,"Date":"11/20/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":406,"Cost":361,"Date":"12/16/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":509,"Cost":350,"Date":"12/30/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":639,"Cost":541,"Date":"2/15/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":288,"Cost":213,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":490,"Cost":429,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":451,"Cost":307,"Date":"4/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":68,"Cost":63,"Date":"7/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":656,"Cost":347,"Date":"8/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":561,"Cost":318,"Date":"10/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":837,"Cost":560,"Date":"11/11/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":19,"Cost":18,"Date":"11/30/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":677,"Cost":449,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":294,"Cost":171,"Date":"3/1/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":385,"Cost":266,"Date":"4/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":771,"Cost":688,"Date":"5/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":764,"Cost":615,"Date":"8/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":79,"Cost":44,"Date":"9/15/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":985,"Cost":612,"Date":"10/14/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":159,"Cost":125,"Date":"10/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":155,"Cost":96,"Date":"11/11/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":613,"Cost":392,"Date":"12/7/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":247,"Cost":198,"Date":"12/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":236,"Cost":222,"Date":"1/6/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":897,"Cost":705,"Date":"1/23/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":444,"Cost":395,"Date":"2/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":488,"Cost":344,"Date":"3/10/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":762,"Cost":451,"Date":"3/12/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":963,"Cost":749,"Date":"3/31/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":864,"Cost":686,"Date":"6/16/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":553,"Cost":394,"Date":"6/17/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":614,"Cost":385,"Date":"8/27/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":759,"Cost":605,"Date":"10/1/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":261,"Cost":244,"Date":"11/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":11,"Cost":10,"Date":"11/9/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":971,"Cost":621,"Date":"3/27/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":794,"Cost":440,"Date":"4/17/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":457,"Cost":385,"Date":"8/11/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":102,"Cost":84,"Date":"8/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":669,"Cost":630,"Date":"9/2/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":509,"Cost":417,"Date":"9/5/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":518,"Cost":263,"Date":"9/14/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":517,"Cost":405,"Date":"9/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":379,"Cost":328,"Date":"11/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":565,"Cost":285,"Date":"12/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":688,"Cost":576,"Date":"1/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":675,"Cost":551,"Date":"1/21/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":363,"Cost":304,"Date":"2/9/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":211,"Cost":164,"Date":"3/19/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":981,"Cost":511,"Date":"4/3/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":824,"Cost":745,"Date":"4/5/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":978,"Cost":654,"Date":"4/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":424,"Cost":354,"Date":"7/10/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":61,"Cost":45,"Date":"3/25/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":959,"Cost":812,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":152,"Cost":102,"Date":"10/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":130,"Cost":70,"Date":"3/2/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":16,"Cost":14,"Date":"6/28/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":147,"Cost":123,"Date":"7/17/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":363,"Cost":322,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":989,"Cost":908,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":228,"Cost":119,"Date":"11/20/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":619,"Cost":413,"Date":"12/16/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":371,"Cost":303,"Date":"12/30/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":738,"Cost":675,"Date":"2/15/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":222,"Cost":201,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":627,"Cost":562,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":666,"Cost":620,"Date":"4/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":312,"Cost":243,"Date":"7/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":875,"Cost":519,"Date":"8/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":27,"Cost":21,"Date":"10/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":54,"Cost":51,"Date":"11/11/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":482,"Cost":428,"Date":"11/30/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":957,"Cost":844,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":333,"Cost":168,"Date":"3/1/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":39,"Cost":30,"Date":"4/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":2,"Cost":1,"Date":"5/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":708,"Cost":541,"Date":"8/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":644,"Cost":339,"Date":"9/15/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":626,"Cost":428,"Date":"10/14/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":663,"Cost":356,"Date":"10/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":39,"Cost":21,"Date":"11/11/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":333,"Cost":173,"Date":"12/7/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":957,"Cost":586,"Date":"12/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":689,"Cost":636,"Date":"1/6/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":748,"Cost":607,"Date":"1/23/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":830,"Cost":652,"Date":"2/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":317,"Cost":220,"Date":"3/10/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":833,"Cost":683,"Date":"3/12/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":114,"Cost":97,"Date":"3/31/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":314,"Cost":163,"Date":"6/16/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":299,"Cost":173,"Date":"6/17/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":206,"Cost":156,"Date":"8/27/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":547,"Cost":306,"Date":"10/1/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":887,"Cost":824,"Date":"11/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":288,"Cost":175,"Date":"11/9/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":611,"Cost":524,"Date":"3/27/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":501,"Cost":265,"Date":"4/17/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":222,"Cost":166,"Date":"8/11/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":68,"Cost":53,"Date":"8/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":620,"Cost":433,"Date":"9/2/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":11,"Cost":9,"Date":"9/5/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":184,"Cost":173,"Date":"9/14/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":996,"Cost":715,"Date":"9/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":88,"Cost":61,"Date":"11/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":13,"Cost":12,"Date":"12/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":494,"Cost":364,"Date":"1/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":18,"Cost":13,"Date":"1/21/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":409,"Cost":365,"Date":"2/9/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":425,"Cost":228,"Date":"3/19/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":973,"Cost":853,"Date":"4/3/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":648,"Cost":499,"Date":"4/5/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":21,"Cost":15,"Date":"4/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":706,"Cost":565,"Date":"7/10/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":213,"Cost":170,"Date":"3/25/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":925,"Cost":686,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":534,"Cost":459,"Date":"10/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":928,"Cost":610,"Date":"3/2/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":161,"Cost":126,"Date":"6/28/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":471,"Cost":402,"Date":"7/17/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":220,"Cost":176,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":70,"Cost":43,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":211,"Cost":182,"Date":"11/20/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":229,"Cost":149,"Date":"12/16/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":350,"Cost":306,"Date":"12/30/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":475,"Cost":322,"Date":"2/15/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":301,"Cost":221,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":208,"Cost":107,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":843,"Cost":683,"Date":"4/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":864,"Cost":695,"Date":"7/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":53,"Cost":39,"Date":"8/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":843,"Cost":603,"Date":"10/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":75,"Cost":41,"Date":"11/11/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":800,"Cost":496,"Date":"11/30/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":312,"Cost":288,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":623,"Cost":341,"Date":"3/1/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":990,"Cost":588,"Date":"4/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":461,"Cost":374,"Date":"5/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":821,"Cost":461,"Date":"8/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":144,"Cost":82,"Date":"9/15/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":509,"Cost":291,"Date":"10/14/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":588,"Cost":530,"Date":"10/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":534,"Cost":269,"Date":"11/11/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":653,"Cost":557,"Date":"12/7/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":16,"Cost":14,"Date":"12/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":877,"Cost":730,"Date":"1/6/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":288,"Cost":156,"Date":"1/23/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":492,"Cost":388,"Date":"2/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":797,"Cost":449,"Date":"3/10/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":185,"Cost":106,"Date":"3/12/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":530,"Cost":318,"Date":"3/31/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":183,"Cost":100,"Date":"6/16/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":991,"Cost":745,"Date":"6/17/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":137,"Cost":91,"Date":"8/27/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":14,"Cost":12,"Date":"10/1/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":240,"Cost":147,"Date":"11/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":240,"Cost":177,"Date":"11/9/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":511,"Cost":398,"Date":"3/27/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":117,"Cost":74,"Date":"4/17/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":271,"Cost":231,"Date":"8/11/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":723,"Cost":679,"Date":"8/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":463,"Cost":304,"Date":"9/2/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":664,"Cost":504,"Date":"9/5/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":938,"Cost":767,"Date":"9/14/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":465,"Cost":338,"Date":"9/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":712,"Cost":579,"Date":"11/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":899,"Cost":483,"Date":"12/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":356,"Cost":329,"Date":"1/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":790,"Cost":559,"Date":"1/21/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":98,"Cost":56,"Date":"2/9/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":397,"Cost":356,"Date":"3/19/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":208,"Cost":181,"Date":"4/3/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":644,"Cost":562,"Date":"4/5/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":107,"Cost":61,"Date":"4/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":934,"Cost":688,"Date":"7/10/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":261,"Cost":246,"Date":"3/25/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":583,"Cost":470,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":987,"Cost":913,"Date":"10/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":308,"Cost":219,"Date":"3/2/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":514,"Cost":316,"Date":"6/28/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":294,"Cost":243,"Date":"7/17/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":509,"Cost":267,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":604,"Cost":314,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":275,"Cost":186,"Date":"11/20/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":349,"Cost":196,"Date":"12/16/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":45,"Cost":26,"Date":"12/30/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":1000,"Cost":639,"Date":"2/15/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":373,"Cost":323,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":831,"Cost":768,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":771,"Cost":720,"Date":"4/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":650,"Cost":485,"Date":"7/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":891,"Cost":745,"Date":"8/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":980,"Cost":896,"Date":"10/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":730,"Cost":616,"Date":"11/11/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":438,"Cost":282,"Date":"11/30/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":135,"Cost":71,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":615,"Cost":312,"Date":"3/1/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":762,"Cost":723,"Date":"4/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":697,"Cost":555,"Date":"5/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":982,"Cost":545,"Date":"8/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":239,"Cost":198,"Date":"9/15/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":869,"Cost":454,"Date":"10/14/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":151,"Cost":93,"Date":"10/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":778,"Cost":456,"Date":"11/11/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":714,"Cost":589,"Date":"12/7/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":361,"Cost":343,"Date":"12/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":750,"Cost":397,"Date":"1/6/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":989,"Cost":626,"Date":"1/23/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":320,"Cost":301,"Date":"2/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":824,"Cost":570,"Date":"3/10/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":991,"Cost":939,"Date":"3/12/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":258,"Cost":168,"Date":"3/31/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":323,"Cost":210,"Date":"6/16/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":697,"Cost":551,"Date":"6/17/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":488,"Cost":360,"Date":"8/27/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":377,"Cost":338,"Date":"10/1/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":367,"Cost":199,"Date":"11/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":37,"Cost":35,"Date":"11/9/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":965,"Cost":711,"Date":"3/27/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":557,"Cost":391,"Date":"4/17/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":838,"Cost":776,"Date":"8/11/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":803,"Cost":563,"Date":"8/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":484,"Cost":359,"Date":"9/2/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":364,"Cost":290,"Date":"9/5/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":670,"Cost":585,"Date":"9/14/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":209,"Cost":122,"Date":"9/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":796,"Cost":476,"Date":"11/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":687,"Cost":536,"Date":"12/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":898,"Cost":613,"Date":"1/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":816,"Cost":475,"Date":"1/21/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":380,"Cost":249,"Date":"2/9/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":525,"Cost":377,"Date":"3/19/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":331,"Cost":291,"Date":"4/3/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":404,"Cost":245,"Date":"4/5/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":232,"Cost":183,"Date":"4/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":967,"Cost":610,"Date":"7/10/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":939,"Cost":649,"Date":"3/25/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":656,"Cost":369,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":656,"Cost":438,"Date":"10/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":684,"Cost":505,"Date":"3/2/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":787,"Cost":571,"Date":"6/28/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":989,"Cost":755,"Date":"7/17/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":760,"Cost":681,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":263,"Cost":140,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":860,"Cost":619,"Date":"11/20/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":560,"Cost":446,"Date":"12/16/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":781,"Cost":571,"Date":"12/30/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":974,"Cost":862,"Date":"2/15/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":331,"Cost":186,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":218,"Cost":150,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":630,"Cost":404,"Date":"4/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":490,"Cost":465,"Date":"7/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":796,"Cost":527,"Date":"8/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":348,"Cost":302,"Date":"10/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":632,"Cost":527,"Date":"11/11/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":955,"Cost":858,"Date":"11/30/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":951,"Cost":636,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":376,"Cost":277,"Date":"3/1/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":277,"Cost":218,"Date":"4/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":206,"Cost":135,"Date":"5/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":989,"Cost":554,"Date":"8/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":412,"Cost":369,"Date":"9/15/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":845,"Cost":619,"Date":"10/14/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":603,"Cost":343,"Date":"10/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":156,"Cost":102,"Date":"11/11/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":152,"Cost":119,"Date":"12/7/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":212,"Cost":109,"Date":"12/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":591,"Cost":358,"Date":"1/6/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":481,"Cost":347,"Date":"1/23/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":152,"Cost":117,"Date":"2/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":927,"Cost":714,"Date":"3/10/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":802,"Cost":494,"Date":"3/12/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":796,"Cost":738,"Date":"3/31/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":141,"Cost":101,"Date":"6/16/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":765,"Cost":686,"Date":"6/17/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":291,"Cost":263,"Date":"8/27/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":63,"Cost":51,"Date":"10/1/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":273,"Cost":165,"Date":"11/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":176,"Cost":109,"Date":"11/9/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":120,"Cost":61,"Date":"3/27/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":47,"Cost":34,"Date":"4/17/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":120,"Cost":73,"Date":"8/11/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":920,"Cost":681,"Date":"8/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":120,"Cost":60,"Date":"9/2/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":704,"Cost":421,"Date":"9/5/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":860,"Cost":816,"Date":"9/14/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":53,"Cost":37,"Date":"9/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":143,"Cost":89,"Date":"11/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":410,"Cost":246,"Date":"12/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":966,"Cost":652,"Date":"1/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":903,"Cost":796,"Date":"1/21/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":395,"Cost":261,"Date":"2/9/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":495,"Cost":328,"Date":"3/19/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":370,"Cost":217,"Date":"4/3/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":523,"Cost":330,"Date":"4/5/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":917,"Cost":641,"Date":"4/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":676,"Cost":594,"Date":"7/10/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":891,"Cost":456,"Date":"3/25/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":234,"Cost":130,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":820,"Cost":567,"Date":"10/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":479,"Cost":378,"Date":"3/2/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":137,"Cost":69,"Date":"6/28/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":650,"Cost":371,"Date":"7/17/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":806,"Cost":661,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":72,"Cost":64,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":926,"Cost":657,"Date":"11/20/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":940,"Cost":736,"Date":"12/16/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":790,"Cost":607,"Date":"12/30/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":350,"Cost":196,"Date":"2/15/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":343,"Cost":200,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":849,"Cost":629,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":980,"Cost":920,"Date":"4/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":498,"Cost":343,"Date":"7/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":57,"Cost":44,"Date":"8/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":157,"Cost":138,"Date":"10/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":467,"Cost":436,"Date":"11/11/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":578,"Cost":460,"Date":"11/30/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":209,"Cost":159,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":652,"Cost":450,"Date":"3/1/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":767,"Cost":636,"Date":"4/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":908,"Cost":696,"Date":"5/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":76,"Cost":52,"Date":"8/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":298,"Cost":231,"Date":"9/15/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":850,"Cost":518,"Date":"10/14/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":144,"Cost":116,"Date":"10/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":630,"Cost":332,"Date":"11/11/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":450,"Cost":266,"Date":"12/7/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":754,"Cost":479,"Date":"12/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":572,"Cost":360,"Date":"1/6/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":840,"Cost":551,"Date":"1/23/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":644,"Cost":322,"Date":"2/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":641,"Cost":372,"Date":"3/10/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":334,"Cost":262,"Date":"3/12/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":774,"Cost":657,"Date":"3/31/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":640,"Cost":334,"Date":"6/16/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":111,"Cost":56,"Date":"6/17/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":173,"Cost":152,"Date":"8/27/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":788,"Cost":614,"Date":"10/1/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":779,"Cost":516,"Date":"11/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":922,"Cost":820,"Date":"11/9/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":301,"Cost":227,"Date":"3/27/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":421,"Cost":276,"Date":"4/17/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":889,"Cost":471,"Date":"8/11/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":409,"Cost":306,"Date":"8/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":720,"Cost":651,"Date":"9/2/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":102,"Cost":85,"Date":"9/5/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":235,"Cost":179,"Date":"9/14/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":711,"Cost":468,"Date":"9/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":657,"Cost":484,"Date":"11/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":118,"Cost":83,"Date":"12/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":446,"Cost":341,"Date":"1/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":945,"Cost":546,"Date":"1/21/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":379,"Cost":284,"Date":"2/9/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":746,"Cost":547,"Date":"3/19/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":561,"Cost":492,"Date":"4/3/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":559,"Cost":530,"Date":"4/5/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":727,"Cost":535,"Date":"4/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":957,"Cost":902,"Date":"7/10/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":885,"Cost":583,"Date":"3/25/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":248,"Cost":182,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":752,"Cost":408,"Date":"10/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":670,"Cost":439,"Date":"3/2/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":651,"Cost":584,"Date":"6/28/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":653,"Cost":477,"Date":"7/17/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":976,"Cost":822,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":416,"Cost":357,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":703,"Cost":625,"Date":"11/20/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":489,"Cost":421,"Date":"12/16/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":226,"Cost":128,"Date":"12/30/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":474,"Cost":369,"Date":"2/15/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":892,"Cost":508,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":210,"Cost":144,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":79,"Cost":53,"Date":"4/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":353,"Cost":300,"Date":"7/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":902,"Cost":642,"Date":"8/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":534,"Cost":337,"Date":"10/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":481,"Cost":455,"Date":"11/11/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":618,"Cost":431,"Date":"11/30/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":816,"Cost":746,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":48,"Cost":45,"Date":"3/1/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":847,"Cost":705,"Date":"4/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":286,"Cost":157,"Date":"5/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":823,"Cost":488,"Date":"8/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":171,"Cost":161,"Date":"9/15/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":765,"Cost":530,"Date":"10/14/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":300,"Cost":223,"Date":"10/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":288,"Cost":232,"Date":"11/11/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":497,"Cost":448,"Date":"12/7/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":588,"Cost":381,"Date":"12/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":760,"Cost":663,"Date":"1/6/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":232,"Cost":185,"Date":"1/23/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":383,"Cost":211,"Date":"2/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":32,"Cost":21,"Date":"3/10/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":416,"Cost":373,"Date":"3/12/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":678,"Cost":397,"Date":"3/31/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":213,"Cost":161,"Date":"6/16/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":49,"Cost":30,"Date":"6/17/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":75,"Cost":46,"Date":"8/27/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":395,"Cost":251,"Date":"10/1/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":595,"Cost":560,"Date":"11/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":458,"Cost":279,"Date":"11/9/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":9,"Cost":5,"Date":"3/27/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":359,"Cost":197,"Date":"4/17/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":501,"Cost":358,"Date":"8/11/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":525,"Cost":484,"Date":"8/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":881,"Cost":541,"Date":"9/2/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":226,"Cost":191,"Date":"9/5/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":275,"Cost":191,"Date":"9/14/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":562,"Cost":501,"Date":"9/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":644,"Cost":458,"Date":"11/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":506,"Cost":427,"Date":"12/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":383,"Cost":302,"Date":"1/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":922,"Cost":467,"Date":"1/21/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":968,"Cost":601,"Date":"2/9/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":890,"Cost":807,"Date":"3/19/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":896,"Cost":532,"Date":"4/3/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":984,"Cost":522,"Date":"4/5/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":97,"Cost":91,"Date":"4/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":819,"Cost":492,"Date":"7/10/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":713,"Cost":566,"Date":"3/25/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":265,"Cost":159,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":450,"Cost":364,"Date":"10/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":519,"Cost":390,"Date":"3/2/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":591,"Cost":374,"Date":"6/28/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":699,"Cost":624,"Date":"7/17/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":654,"Cost":396,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":721,"Cost":609,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":81,"Cost":42,"Date":"11/20/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":607,"Cost":441,"Date":"12/16/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":465,"Cost":327,"Date":"12/30/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":623,"Cost":409,"Date":"2/15/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":202,"Cost":155,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":715,"Cost":451,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":783,"Cost":605,"Date":"4/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":723,"Cost":540,"Date":"7/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":656,"Cost":402,"Date":"8/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":14,"Cost":7,"Date":"10/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":633,"Cost":402,"Date":"11/11/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":131,"Cost":99,"Date":"11/30/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":564,"Cost":468,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":935,"Cost":508,"Date":"3/1/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":984,"Cost":905,"Date":"4/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":611,"Cost":442,"Date":"5/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":834,"Cost":502,"Date":"8/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":903,"Cost":513,"Date":"9/15/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":583,"Cost":358,"Date":"10/14/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":20,"Cost":15,"Date":"10/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":411,"Cost":310,"Date":"11/11/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":336,"Cost":202,"Date":"12/7/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":484,"Cost":268,"Date":"12/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":14,"Cost":9,"Date":"1/6/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":837,"Cost":468,"Date":"1/23/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":849,"Cost":533,"Date":"2/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":729,"Cost":591,"Date":"3/10/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":857,"Cost":520,"Date":"3/12/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":244,"Cost":125,"Date":"3/31/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":763,"Cost":660,"Date":"6/16/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":656,"Cost":492,"Date":"6/17/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":845,"Cost":803,"Date":"8/27/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":446,"Cost":287,"Date":"10/1/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":711,"Cost":515,"Date":"11/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":388,"Cost":217,"Date":"11/9/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":359,"Cost":229,"Date":"3/27/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":119,"Cost":68,"Date":"4/17/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":50,"Cost":46,"Date":"8/11/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":944,"Cost":772,"Date":"8/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":825,"Cost":766,"Date":"9/2/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":393,"Cost":339,"Date":"9/5/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":870,"Cost":687,"Date":"9/14/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":217,"Cost":159,"Date":"9/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":233,"Cost":219,"Date":"11/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":773,"Cost":406,"Date":"12/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":877,"Cost":617,"Date":"1/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":953,"Cost":518,"Date":"1/21/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":934,"Cost":719,"Date":"2/9/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":75,"Cost":48,"Date":"3/19/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":326,"Cost":220,"Date":"4/3/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":474,"Cost":348,"Date":"4/5/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":179,"Cost":93,"Date":"4/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":274,"Cost":250,"Date":"7/10/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":2,"Cost":2,"Date":"3/25/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":18,"Cost":16,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":403,"Cost":305,"Date":"10/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":272,"Cost":196,"Date":"3/2/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":532,"Cost":501,"Date":"6/28/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":587,"Cost":476,"Date":"7/17/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":129,"Cost":78,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":99,"Cost":62,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":661,"Cost":492,"Date":"11/20/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":97,"Cost":74,"Date":"12/16/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":818,"Cost":763,"Date":"12/30/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":439,"Cost":321,"Date":"2/15/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":350,"Cost":208,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":562,"Cost":319,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":927,"Cost":540,"Date":"4/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":810,"Cost":755,"Date":"7/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":606,"Cost":437,"Date":"8/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":62,"Cost":42,"Date":"10/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":755,"Cost":608,"Date":"11/11/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":209,"Cost":172,"Date":"11/30/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":617,"Cost":362,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":287,"Cost":249,"Date":"3/1/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":761,"Cost":401,"Date":"4/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":27,"Cost":22,"Date":"5/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":851,"Cost":428,"Date":"8/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":608,"Cost":413,"Date":"9/15/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":23,"Cost":12,"Date":"10/14/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":150,"Cost":126,"Date":"10/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":549,"Cost":338,"Date":"11/11/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":600,"Cost":554,"Date":"12/7/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":964,"Cost":549,"Date":"12/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":298,"Cost":206,"Date":"1/6/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":761,"Cost":600,"Date":"1/23/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":628,"Cost":477,"Date":"2/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":308,"Cost":206,"Date":"3/10/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":816,"Cost":588,"Date":"3/12/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":656,"Cost":334,"Date":"3/31/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":514,"Cost":279,"Date":"6/16/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":137,"Cost":123,"Date":"6/17/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":716,"Cost":640,"Date":"8/27/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":21,"Cost":15,"Date":"10/1/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":989,"Cost":593,"Date":"11/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":115,"Cost":74,"Date":"11/9/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":218,"Cost":144,"Date":"3/27/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":654,"Cost":349,"Date":"4/17/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":427,"Cost":256,"Date":"8/11/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":747,"Cost":619,"Date":"8/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":101,"Cost":54,"Date":"9/2/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":20,"Cost":14,"Date":"9/5/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":829,"Cost":666,"Date":"9/14/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":569,"Cost":288,"Date":"9/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":478,"Cost":336,"Date":"11/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":363,"Cost":283,"Date":"12/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":188,"Cost":171,"Date":"1/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":816,"Cost":474,"Date":"1/21/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":989,"Cost":611,"Date":"2/9/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":207,"Cost":129,"Date":"3/19/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":441,"Cost":285,"Date":"4/3/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":888,"Cost":451,"Date":"4/5/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":288,"Cost":146,"Date":"4/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":25,"Cost":15,"Date":"7/10/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":988,"Cost":535,"Date":"3/25/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":181,"Cost":138,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":364,"Cost":208,"Date":"10/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":580,"Cost":308,"Date":"3/2/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":821,"Cost":740,"Date":"6/28/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":324,"Cost":293,"Date":"7/17/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":478,"Cost":267,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":428,"Cost":396,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":843,"Cost":795,"Date":"11/20/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":463,"Cost":416,"Date":"12/16/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":233,"Cost":209,"Date":"12/30/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":447,"Cost":356,"Date":"2/15/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":444,"Cost":382,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":689,"Cost":388,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":511,"Cost":355,"Date":"4/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":433,"Cost":288,"Date":"7/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":687,"Cost":562,"Date":"8/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":16,"Cost":13,"Date":"10/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":106,"Cost":67,"Date":"11/11/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":923,"Cost":761,"Date":"11/30/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":815,"Cost":695,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":608,"Cost":416,"Date":"3/1/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":929,"Cost":777,"Date":"4/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":545,"Cost":283,"Date":"5/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":975,"Cost":773,"Date":"8/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":707,"Cost":457,"Date":"9/15/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":959,"Cost":522,"Date":"10/14/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":80,"Cost":72,"Date":"10/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":683,"Cost":538,"Date":"11/11/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":413,"Cost":261,"Date":"12/7/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":48,"Cost":37,"Date":"12/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":883,"Cost":487,"Date":"1/6/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":985,"Cost":786,"Date":"1/23/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":635,"Cost":323,"Date":"2/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":203,"Cost":129,"Date":"3/10/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":764,"Cost":498,"Date":"3/12/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":757,"Cost":428,"Date":"3/31/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":654,"Cost":459,"Date":"6/16/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":852,"Cost":715,"Date":"6/17/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":352,"Cost":191,"Date":"8/27/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":691,"Cost":421,"Date":"10/1/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":335,"Cost":180,"Date":"11/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":327,"Cost":298,"Date":"11/9/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":721,"Cost":446,"Date":"3/27/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":258,"Cost":208,"Date":"4/17/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":712,"Cost":450,"Date":"8/11/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":807,"Cost":618,"Date":"8/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":181,"Cost":103,"Date":"9/2/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":823,"Cost":618,"Date":"9/5/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":232,"Cost":133,"Date":"9/14/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":168,"Cost":159,"Date":"9/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":72,"Cost":66,"Date":"11/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":327,"Cost":290,"Date":"12/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":877,"Cost":653,"Date":"1/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":242,"Cost":174,"Date":"1/21/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":877,"Cost":476,"Date":"2/9/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":121,"Cost":110,"Date":"3/19/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":46,"Cost":41,"Date":"4/3/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":933,"Cost":623,"Date":"4/5/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":726,"Cost":604,"Date":"4/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":781,"Cost":535,"Date":"7/10/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":297,"Cost":218,"Date":"3/25/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":273,"Cost":138,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":557,"Cost":504,"Date":"10/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":989,"Cost":881,"Date":"3/2/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":868,"Cost":550,"Date":"6/28/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":378,"Cost":308,"Date":"7/17/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":74,"Cost":59,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":115,"Cost":83,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":780,"Cost":449,"Date":"11/20/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":476,"Cost":416,"Date":"12/16/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":737,"Cost":670,"Date":"12/30/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":663,"Cost":517,"Date":"2/15/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":397,"Cost":199,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":295,"Cost":174,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":248,"Cost":166,"Date":"4/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":231,"Cost":218,"Date":"7/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":776,"Cost":627,"Date":"8/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":21,"Cost":11,"Date":"10/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":90,"Cost":85,"Date":"11/11/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":253,"Cost":212,"Date":"11/30/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":729,"Cost":650,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":576,"Cost":494,"Date":"3/1/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":711,"Cost":521,"Date":"4/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":918,"Cost":868,"Date":"5/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":336,"Cost":200,"Date":"8/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":981,"Cost":833,"Date":"9/15/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":993,"Cost":723,"Date":"10/14/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":59,"Cost":46,"Date":"10/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":33,"Cost":23,"Date":"11/11/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":797,"Cost":488,"Date":"12/7/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":571,"Cost":538,"Date":"12/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":288,"Cost":254,"Date":"1/6/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":522,"Cost":416,"Date":"1/23/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":529,"Cost":442,"Date":"2/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":107,"Cost":79,"Date":"3/10/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":167,"Cost":125,"Date":"3/12/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":936,"Cost":719,"Date":"3/31/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":124,"Cost":69,"Date":"6/16/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":544,"Cost":355,"Date":"6/17/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":46,"Cost":26,"Date":"8/27/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":593,"Cost":350,"Date":"10/1/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":388,"Cost":202,"Date":"11/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":876,"Cost":714,"Date":"11/9/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":845,"Cost":498,"Date":"3/27/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":179,"Cost":99,"Date":"4/17/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":871,"Cost":477,"Date":"8/11/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":392,"Cost":304,"Date":"8/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":495,"Cost":302,"Date":"9/2/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":489,"Cost":363,"Date":"9/5/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":185,"Cost":96,"Date":"9/14/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":481,"Cost":298,"Date":"9/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":526,"Cost":276,"Date":"11/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":800,"Cost":653,"Date":"12/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":740,"Cost":671,"Date":"1/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":856,"Cost":711,"Date":"1/21/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":260,"Cost":240,"Date":"2/9/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":4,"Cost":2,"Date":"3/19/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":321,"Cost":299,"Date":"4/3/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":463,"Cost":320,"Date":"4/5/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":234,"Cost":153,"Date":"4/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":242,"Cost":223,"Date":"7/10/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":78,"Cost":65,"Date":"3/25/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":85,"Cost":50,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":592,"Cost":476,"Date":"10/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":882,"Cost":497,"Date":"3/2/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":724,"Cost":384,"Date":"6/28/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":96,"Cost":84,"Date":"7/17/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":547,"Cost":518,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":108,"Cost":68,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":266,"Cost":242,"Date":"11/20/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":48,"Cost":32,"Date":"12/16/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":162,"Cost":154,"Date":"12/30/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":877,"Cost":597,"Date":"2/15/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":940,"Cost":614,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":781,"Cost":583,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":862,"Cost":578,"Date":"4/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":420,"Cost":250,"Date":"7/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":398,"Cost":308,"Date":"8/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":296,"Cost":151,"Date":"10/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":548,"Cost":381,"Date":"11/11/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":276,"Cost":261,"Date":"11/30/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":779,"Cost":488,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":902,"Cost":605,"Date":"3/1/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":647,"Cost":359,"Date":"4/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":889,"Cost":824,"Date":"5/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":552,"Cost":498,"Date":"8/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":925,"Cost":793,"Date":"9/15/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":71,"Cost":41,"Date":"10/14/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":606,"Cost":563,"Date":"10/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":836,"Cost":467,"Date":"11/11/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":101,"Cost":51,"Date":"12/7/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":545,"Cost":463,"Date":"12/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":848,"Cost":583,"Date":"1/6/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":694,"Cost":536,"Date":"1/23/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":194,"Cost":106,"Date":"2/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":859,"Cost":760,"Date":"3/10/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":213,"Cost":158,"Date":"3/12/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":471,"Cost":409,"Date":"3/31/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":936,"Cost":821,"Date":"6/16/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":411,"Cost":279,"Date":"6/17/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":950,"Cost":590,"Date":"8/27/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":428,"Cost":307,"Date":"10/1/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":285,"Cost":177,"Date":"11/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":792,"Cost":560,"Date":"11/9/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":315,"Cost":275,"Date":"3/27/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":203,"Cost":133,"Date":"4/17/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":240,"Cost":174,"Date":"8/11/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":230,"Cost":192,"Date":"8/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":849,"Cost":664,"Date":"9/2/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":736,"Cost":539,"Date":"9/5/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":346,"Cost":281,"Date":"9/14/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":634,"Cost":408,"Date":"9/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":963,"Cost":652,"Date":"11/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":455,"Cost":234,"Date":"12/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":226,"Cost":175,"Date":"1/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":284,"Cost":209,"Date":"1/21/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":474,"Cost":316,"Date":"2/9/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":400,"Cost":316,"Date":"3/19/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":302,"Cost":242,"Date":"4/3/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":999,"Cost":541,"Date":"4/5/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":637,"Cost":597,"Date":"4/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":922,"Cost":485,"Date":"7/10/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":469,"Cost":351,"Date":"3/25/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":759,"Cost":519,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":552,"Cost":391,"Date":"10/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":403,"Cost":215,"Date":"3/2/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":436,"Cost":225,"Date":"6/28/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":535,"Cost":319,"Date":"7/17/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":58,"Cost":47,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":982,"Cost":635,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":551,"Cost":519,"Date":"11/20/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":381,"Cost":201,"Date":"12/16/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":579,"Cost":325,"Date":"12/30/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":126,"Cost":82,"Date":"2/15/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":301,"Cost":254,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":493,"Cost":255,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":343,"Cost":237,"Date":"4/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":500,"Cost":426,"Date":"7/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":465,"Cost":368,"Date":"8/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":123,"Cost":88,"Date":"10/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":44,"Cost":35,"Date":"11/11/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":632,"Cost":502,"Date":"11/30/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":966,"Cost":652,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":835,"Cost":552,"Date":"3/1/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":293,"Cost":150,"Date":"4/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":716,"Cost":650,"Date":"5/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":398,"Cost":261,"Date":"8/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":366,"Cost":322,"Date":"9/15/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":744,"Cost":703,"Date":"10/14/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":180,"Cost":158,"Date":"10/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":820,"Cost":486,"Date":"11/11/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":865,"Cost":669,"Date":"12/7/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":72,"Cost":47,"Date":"12/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":479,"Cost":428,"Date":"1/6/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":462,"Cost":400,"Date":"1/23/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":500,"Cost":395,"Date":"2/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":725,"Cost":386,"Date":"3/10/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":824,"Cost":512,"Date":"3/12/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":316,"Cost":282,"Date":"3/31/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":627,"Cost":327,"Date":"6/16/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":869,"Cost":569,"Date":"6/17/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":608,"Cost":383,"Date":"8/27/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":796,"Cost":587,"Date":"10/1/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":617,"Cost":529,"Date":"11/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":221,"Cost":182,"Date":"11/9/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":681,"Cost":491,"Date":"3/27/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":299,"Cost":164,"Date":"4/17/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":979,"Cost":576,"Date":"8/11/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":15,"Cost":14,"Date":"8/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":269,"Cost":175,"Date":"9/2/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":695,"Cost":381,"Date":"9/5/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":974,"Cost":738,"Date":"9/14/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":60,"Cost":31,"Date":"9/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":115,"Cost":85,"Date":"11/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":760,"Cost":569,"Date":"12/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":77,"Cost":57,"Date":"1/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":670,"Cost":534,"Date":"1/21/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":404,"Cost":325,"Date":"2/9/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":73,"Cost":61,"Date":"3/19/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":624,"Cost":531,"Date":"4/3/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":666,"Cost":450,"Date":"4/5/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":369,"Cost":303,"Date":"4/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":697,"Cost":561,"Date":"7/10/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":972,"Cost":514,"Date":"3/25/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":546,"Cost":274,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":709,"Cost":617,"Date":"10/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":999,"Cost":598,"Date":"3/2/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":961,"Cost":777,"Date":"6/28/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":791,"Cost":397,"Date":"7/17/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":857,"Cost":660,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":542,"Cost":388,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":572,"Cost":436,"Date":"11/20/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":616,"Cost":316,"Date":"12/16/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":821,"Cost":662,"Date":"12/30/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":936,"Cost":765,"Date":"2/15/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":512,"Cost":482,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":883,"Cost":575,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":774,"Cost":681,"Date":"4/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":523,"Cost":449,"Date":"7/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":733,"Cost":612,"Date":"8/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":670,"Cost":576,"Date":"10/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":139,"Cost":126,"Date":"11/11/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":438,"Cost":347,"Date":"11/30/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":847,"Cost":762,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":431,"Cost":382,"Date":"3/1/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":405,"Cost":279,"Date":"4/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":334,"Cost":172,"Date":"5/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":146,"Cost":92,"Date":"8/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":860,"Cost":801,"Date":"9/15/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":295,"Cost":176,"Date":"10/14/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":865,"Cost":509,"Date":"10/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":808,"Cost":646,"Date":"11/11/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":699,"Cost":551,"Date":"12/7/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":88,"Cost":55,"Date":"12/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":495,"Cost":432,"Date":"1/6/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":184,"Cost":128,"Date":"1/23/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":910,"Cost":727,"Date":"2/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":827,"Cost":490,"Date":"3/10/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":704,"Cost":361,"Date":"3/12/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":545,"Cost":281,"Date":"3/31/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":383,"Cost":332,"Date":"6/16/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":673,"Cost":371,"Date":"6/17/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":833,"Cost":675,"Date":"8/27/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":891,"Cost":798,"Date":"10/1/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":555,"Cost":362,"Date":"11/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":301,"Cost":179,"Date":"11/9/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":192,"Cost":106,"Date":"3/27/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":359,"Cost":276,"Date":"4/17/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":862,"Cost":772,"Date":"8/11/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":849,"Cost":554,"Date":"8/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":265,"Cost":175,"Date":"9/2/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":850,"Cost":481,"Date":"9/5/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":730,"Cost":366,"Date":"9/14/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":411,"Cost":384,"Date":"9/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":236,"Cost":170,"Date":"11/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":351,"Cost":293,"Date":"12/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":49,"Cost":36,"Date":"1/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":17,"Cost":10,"Date":"1/21/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":842,"Cost":561,"Date":"2/9/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":422,"Cost":247,"Date":"3/19/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":393,"Cost":278,"Date":"4/3/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":929,"Cost":499,"Date":"4/5/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":690,"Cost":591,"Date":"4/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":132,"Cost":103,"Date":"7/10/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":273,"Cost":156,"Date":"3/25/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":514,"Cost":445,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":141,"Cost":91,"Date":"10/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":335,"Cost":283,"Date":"3/2/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":26,"Cost":20,"Date":"6/28/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":313,"Cost":203,"Date":"7/17/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":654,"Cost":620,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":815,"Cost":762,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":593,"Cost":452,"Date":"11/20/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":22,"Cost":15,"Date":"12/16/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":863,"Cost":788,"Date":"12/30/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":288,"Cost":250,"Date":"2/15/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":85,"Cost":70,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":984,"Cost":911,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":159,"Cost":146,"Date":"4/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":191,"Cost":177,"Date":"7/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":621,"Cost":408,"Date":"8/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":497,"Cost":454,"Date":"10/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":124,"Cost":78,"Date":"11/11/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":782,"Cost":609,"Date":"11/30/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":956,"Cost":584,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":947,"Cost":746,"Date":"3/1/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":254,"Cost":219,"Date":"4/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":443,"Cost":223,"Date":"5/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":551,"Cost":282,"Date":"8/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":24,"Cost":16,"Date":"9/15/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":923,"Cost":836,"Date":"10/14/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":571,"Cost":424,"Date":"10/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":102,"Cost":71,"Date":"11/11/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":469,"Cost":327,"Date":"12/7/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":520,"Cost":318,"Date":"12/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":713,"Cost":448,"Date":"1/6/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":126,"Cost":94,"Date":"1/23/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":701,"Cost":651,"Date":"2/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":581,"Cost":548,"Date":"3/10/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":485,"Cost":408,"Date":"3/12/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":757,"Cost":506,"Date":"3/31/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":31,"Cost":21,"Date":"6/16/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":109,"Cost":73,"Date":"6/17/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":724,"Cost":676,"Date":"8/27/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":986,"Cost":650,"Date":"10/1/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":40,"Cost":22,"Date":"11/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":224,"Cost":139,"Date":"11/9/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":49,"Cost":36,"Date":"3/27/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":323,"Cost":162,"Date":"4/17/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":102,"Cost":68,"Date":"8/11/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":510,"Cost":465,"Date":"8/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":690,"Cost":346,"Date":"9/2/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":948,"Cost":564,"Date":"9/5/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":793,"Cost":515,"Date":"9/14/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":898,"Cost":716,"Date":"9/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":38,"Cost":23,"Date":"11/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":16,"Cost":11,"Date":"12/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":459,"Cost":397,"Date":"1/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":316,"Cost":294,"Date":"1/21/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":275,"Cost":161,"Date":"2/9/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":775,"Cost":609,"Date":"3/19/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":933,"Cost":481,"Date":"4/3/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":387,"Cost":338,"Date":"4/5/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":754,"Cost":494,"Date":"4/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":22,"Cost":17,"Date":"7/10/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":975,"Cost":627,"Date":"3/25/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":509,"Cost":384,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":833,"Cost":738,"Date":"10/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":239,"Cost":147,"Date":"3/2/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":858,"Cost":483,"Date":"6/28/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":269,"Cost":154,"Date":"7/17/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":948,"Cost":549,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":444,"Cost":359,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":917,"Cost":687,"Date":"11/20/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":130,"Cost":109,"Date":"12/16/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":203,"Cost":157,"Date":"12/30/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":790,"Cost":595,"Date":"2/15/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":142,"Cost":75,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":648,"Cost":584,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":38,"Cost":19,"Date":"4/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":536,"Cost":441,"Date":"7/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":178,"Cost":151,"Date":"8/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":787,"Cost":740,"Date":"10/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":471,"Cost":392,"Date":"11/11/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":73,"Cost":66,"Date":"11/30/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":599,"Cost":302,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":714,"Cost":402,"Date":"3/1/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":250,"Cost":203,"Date":"4/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":456,"Cost":429,"Date":"5/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":490,"Cost":444,"Date":"8/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":799,"Cost":483,"Date":"9/15/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":883,"Cost":796,"Date":"10/14/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":826,"Cost":589,"Date":"10/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":735,"Cost":585,"Date":"11/11/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":386,"Cost":356,"Date":"12/7/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":858,"Cost":477,"Date":"12/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":610,"Cost":310,"Date":"1/6/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":242,"Cost":186,"Date":"1/23/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":719,"Cost":566,"Date":"2/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":797,"Cost":572,"Date":"3/10/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":445,"Cost":383,"Date":"3/12/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":257,"Cost":132,"Date":"3/31/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":650,"Cost":421,"Date":"6/16/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":139,"Cost":117,"Date":"6/17/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":14,"Cost":13,"Date":"8/27/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":571,"Cost":334,"Date":"10/1/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":846,"Cost":591,"Date":"11/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":418,"Cost":326,"Date":"11/9/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":214,"Cost":161,"Date":"3/27/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":777,"Cost":438,"Date":"4/17/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":106,"Cost":80,"Date":"8/11/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":903,"Cost":704,"Date":"8/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":77,"Cost":67,"Date":"9/2/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":162,"Cost":144,"Date":"9/5/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":469,"Cost":370,"Date":"9/14/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":355,"Cost":260,"Date":"9/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":642,"Cost":481,"Date":"11/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":645,"Cost":368,"Date":"12/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":618,"Cost":537,"Date":"1/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":648,"Cost":600,"Date":"1/21/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":613,"Cost":457,"Date":"2/9/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":934,"Cost":844,"Date":"3/19/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":691,"Cost":378,"Date":"4/3/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":388,"Cost":244,"Date":"4/5/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":652,"Cost":408,"Date":"4/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":30,"Cost":25,"Date":"7/10/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":296,"Cost":168,"Date":"3/25/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":382,"Cost":331,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":365,"Cost":298,"Date":"10/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":322,"Cost":281,"Date":"3/2/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":531,"Cost":332,"Date":"6/28/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":602,"Cost":548,"Date":"7/17/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":885,"Cost":762,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":322,"Cost":259,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":668,"Cost":463,"Date":"11/20/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":616,"Cost":323,"Date":"12/16/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":997,"Cost":887,"Date":"12/30/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":477,"Cost":427,"Date":"2/15/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":234,"Cost":146,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":697,"Cost":565,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":443,"Cost":343,"Date":"4/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":149,"Cost":132,"Date":"7/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":681,"Cost":627,"Date":"8/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":998,"Cost":796,"Date":"10/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":988,"Cost":885,"Date":"11/11/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":593,"Cost":442,"Date":"11/30/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":613,"Cost":493,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":834,"Cost":699,"Date":"3/1/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":157,"Cost":143,"Date":"4/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":323,"Cost":237,"Date":"5/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":820,"Cost":762,"Date":"8/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":284,"Cost":216,"Date":"9/15/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":856,"Cost":511,"Date":"10/14/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":994,"Cost":542,"Date":"10/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":525,"Cost":311,"Date":"11/11/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":300,"Cost":224,"Date":"12/7/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":930,"Cost":548,"Date":"12/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":2,"Cost":2,"Date":"1/6/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":722,"Cost":513,"Date":"1/23/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":735,"Cost":417,"Date":"2/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":537,"Cost":429,"Date":"3/10/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":385,"Cost":208,"Date":"3/12/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":884,"Cost":569,"Date":"3/31/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":709,"Cost":605,"Date":"6/16/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":326,"Cost":164,"Date":"6/17/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":746,"Cost":395,"Date":"8/27/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":562,"Cost":399,"Date":"10/1/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":577,"Cost":508,"Date":"11/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":799,"Cost":468,"Date":"11/9/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":521,"Cost":344,"Date":"3/27/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":996,"Cost":918,"Date":"4/17/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":604,"Cost":440,"Date":"8/11/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":851,"Cost":792,"Date":"8/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":465,"Cost":253,"Date":"9/2/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":174,"Cost":101,"Date":"9/5/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":217,"Cost":190,"Date":"9/14/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":348,"Cost":202,"Date":"9/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":666,"Cost":427,"Date":"11/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":64,"Cost":53,"Date":"12/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":283,"Cost":176,"Date":"1/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":137,"Cost":102,"Date":"1/21/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":256,"Cost":238,"Date":"2/9/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":70,"Cost":37,"Date":"3/19/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":700,"Cost":404,"Date":"4/3/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":716,"Cost":573,"Date":"4/5/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":465,"Cost":332,"Date":"4/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":255,"Cost":174,"Date":"7/10/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":416,"Cost":393,"Date":"3/25/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":461,"Cost":264,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":273,"Cost":208,"Date":"10/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":12,"Cost":11,"Date":"3/2/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":309,"Cost":186,"Date":"6/28/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":90,"Cost":74,"Date":"7/17/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":534,"Cost":310,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":678,"Cost":589,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":967,"Cost":512,"Date":"11/20/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":774,"Cost":413,"Date":"12/16/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":177,"Cost":126,"Date":"12/30/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":288,"Cost":199,"Date":"2/15/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":323,"Cost":306,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":37,"Cost":23,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":87,"Cost":48,"Date":"4/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":222,"Cost":168,"Date":"7/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":761,"Cost":649,"Date":"8/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":81,"Cost":70,"Date":"10/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":320,"Cost":209,"Date":"11/11/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":797,"Cost":633,"Date":"11/30/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":469,"Cost":302,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":959,"Cost":765,"Date":"3/1/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":582,"Cost":452,"Date":"4/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":528,"Cost":472,"Date":"5/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":371,"Cost":343,"Date":"8/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":679,"Cost":590,"Date":"9/15/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":414,"Cost":354,"Date":"10/14/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":351,"Cost":317,"Date":"10/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":182,"Cost":95,"Date":"11/11/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":72,"Cost":52,"Date":"12/7/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":242,"Cost":228,"Date":"12/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":119,"Cost":92,"Date":"1/6/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":105,"Cost":62,"Date":"1/23/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":968,"Cost":825,"Date":"2/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":324,"Cost":305,"Date":"3/10/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":601,"Cost":532,"Date":"3/12/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":349,"Cost":229,"Date":"3/31/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":426,"Cost":384,"Date":"6/16/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":132,"Cost":115,"Date":"6/17/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":542,"Cost":511,"Date":"8/27/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":679,"Cost":615,"Date":"10/1/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":926,"Cost":691,"Date":"11/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":39,"Cost":30,"Date":"11/9/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":15,"Cost":9,"Date":"3/27/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":130,"Cost":113,"Date":"4/17/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":62,"Cost":45,"Date":"8/11/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":347,"Cost":314,"Date":"8/21/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":392,"Cost":201,"Date":"9/2/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":567,"Cost":470,"Date":"9/5/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":865,"Cost":729,"Date":"9/14/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":631,"Cost":469,"Date":"9/20/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":378,"Cost":202,"Date":"11/20/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":565,"Cost":511,"Date":"12/21/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":121,"Cost":111,"Date":"1/7/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":370,"Cost":236,"Date":"1/21/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":193,"Cost":153,"Date":"2/9/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":393,"Cost":283,"Date":"3/19/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":1,"Cost":0,"Date":"4/3/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":189,"Cost":120,"Date":"4/5/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":953,"Cost":889,"Date":"4/28/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":575,"Cost":479,"Date":"7/10/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":176,"Cost":126,"Date":"3/25/2020"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":221,"Cost":165,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":279,"Cost":166,"Date":"10/28/2020"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":601,"Cost":368,"Date":"3/2/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":980,"Cost":910,"Date":"6/28/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":661,"Cost":585,"Date":"7/17/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":518,"Cost":315,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":381,"Cost":315,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":999,"Cost":872,"Date":"11/20/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":405,"Cost":294,"Date":"12/16/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":685,"Cost":541,"Date":"12/30/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":686,"Cost":610,"Date":"2/15/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":204,"Cost":104,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":302,"Cost":263,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":929,"Cost":555,"Date":"4/18/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":635,"Cost":367,"Date":"7/27/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":971,"Cost":500,"Date":"8/18/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":862,"Cost":553,"Date":"10/31/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":892,"Cost":687,"Date":"11/11/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":99,"Cost":65,"Date":"11/30/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":801,"Cost":701,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":664,"Cost":363,"Date":"3/1/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":438,"Cost":304,"Date":"4/13/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":424,"Cost":387,"Date":"5/20/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":928,"Cost":836,"Date":"8/13/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":375,"Cost":214,"Date":"9/15/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":296,"Cost":181,"Date":"10/14/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":231,"Cost":202,"Date":"10/28/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":371,"Cost":240,"Date":"11/11/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":732,"Cost":512,"Date":"12/7/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":837,"Cost":759,"Date":"12/21/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":630,"Cost":376,"Date":"1/6/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":60,"Cost":38,"Date":"1/23/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":436,"Cost":327,"Date":"2/4/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":810,"Cost":630,"Date":"3/10/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":30,"Cost":24,"Date":"3/12/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":1000,"Cost":901,"Date":"3/31/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":612,"Cost":339,"Date":"6/16/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":268,"Cost":194,"Date":"6/17/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":766,"Cost":410,"Date":"8/27/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":124,"Cost":62,"Date":"10/1/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":144,"Cost":83,"Date":"11/4/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":606,"Cost":339,"Date":"11/9/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":464,"Cost":341,"Date":"3/27/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":416,"Cost":266,"Date":"4/17/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":562,"Cost":448,"Date":"8/11/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":310,"Cost":286,"Date":"8/21/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":19,"Cost":16,"Date":"9/2/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":161,"Cost":98,"Date":"9/5/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":396,"Cost":296,"Date":"9/14/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":280,"Cost":266,"Date":"9/20/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":635,"Cost":442,"Date":"11/20/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":488,"Cost":452,"Date":"12/21/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":209,"Cost":161,"Date":"1/7/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":763,"Cost":421,"Date":"1/21/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":374,"Cost":234,"Date":"2/9/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":299,"Cost":150,"Date":"3/19/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":554,"Cost":330,"Date":"4/3/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":608,"Cost":457,"Date":"4/5/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":378,"Cost":358,"Date":"4/28/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":566,"Cost":513,"Date":"7/10/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":897,"Cost":702,"Date":"3/25/2020"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":931,"Cost":870,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":616,"Cost":531,"Date":"10/28/2020"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":513,"Cost":342,"Date":"3/2/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":898,"Cost":826,"Date":"6/28/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":348,"Cost":211,"Date":"7/17/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":887,"Cost":714,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":29,"Cost":21,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":978,"Cost":811,"Date":"11/20/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":875,"Cost":773,"Date":"12/16/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":719,"Cost":457,"Date":"12/30/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":98,"Cost":59,"Date":"2/15/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":557,"Cost":364,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":269,"Cost":176,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":52,"Cost":26,"Date":"4/18/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":633,"Cost":384,"Date":"7/27/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":584,"Cost":396,"Date":"8/18/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":394,"Cost":309,"Date":"10/31/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":692,"Cost":608,"Date":"11/11/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":707,"Cost":541,"Date":"11/30/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":383,"Cost":262,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":938,"Cost":811,"Date":"3/1/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":88,"Cost":67,"Date":"4/13/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":831,"Cost":561,"Date":"5/20/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":930,"Cost":750,"Date":"8/13/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":25,"Cost":24,"Date":"9/15/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":873,"Cost":828,"Date":"10/14/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":967,"Cost":666,"Date":"10/28/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":23,"Cost":15,"Date":"11/11/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":642,"Cost":429,"Date":"12/7/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":634,"Cost":389,"Date":"12/21/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":201,"Cost":174,"Date":"1/6/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":790,"Cost":749,"Date":"1/23/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":913,"Cost":740,"Date":"2/4/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":763,"Cost":571,"Date":"3/10/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":779,"Cost":465,"Date":"3/12/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":774,"Cost":580,"Date":"3/31/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":956,"Cost":478,"Date":"6/16/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":526,"Cost":395,"Date":"6/17/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":898,"Cost":735,"Date":"8/27/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":554,"Cost":454,"Date":"10/1/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":476,"Cost":343,"Date":"11/4/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":778,"Cost":496,"Date":"11/9/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":743,"Cost":471,"Date":"3/27/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":569,"Cost":430,"Date":"4/17/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":892,"Cost":731,"Date":"8/11/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":876,"Cost":555,"Date":"8/21/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":697,"Cost":509,"Date":"9/2/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":863,"Cost":538,"Date":"9/5/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":70,"Cost":62,"Date":"9/14/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":667,"Cost":454,"Date":"9/20/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":309,"Cost":264,"Date":"11/20/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":215,"Cost":190,"Date":"12/21/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":577,"Cost":349,"Date":"1/7/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":166,"Cost":118,"Date":"1/21/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":304,"Cost":232,"Date":"2/9/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":304,"Cost":208,"Date":"3/19/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":825,"Cost":609,"Date":"4/3/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":757,"Cost":464,"Date":"4/5/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":440,"Cost":295,"Date":"4/28/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":300,"Cost":196,"Date":"7/10/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":364,"Cost":277,"Date":"3/25/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":272,"Cost":215,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":769,"Cost":614,"Date":"10/28/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":732,"Cost":682,"Date":"3/2/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":847,"Cost":431,"Date":"6/28/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":268,"Cost":152,"Date":"7/17/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":569,"Cost":308,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":570,"Cost":495,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":800,"Cost":441,"Date":"11/20/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":503,"Cost":336,"Date":"12/16/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":966,"Cost":502,"Date":"12/30/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":457,"Cost":240,"Date":"2/15/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":265,"Cost":189,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":583,"Cost":394,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":864,"Cost":564,"Date":"4/18/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":747,"Cost":427,"Date":"7/27/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":853,"Cost":489,"Date":"8/18/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":847,"Cost":735,"Date":"10/31/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":185,"Cost":145,"Date":"11/11/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":131,"Cost":125,"Date":"11/30/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":376,"Cost":296,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":865,"Cost":679,"Date":"3/1/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":486,"Cost":344,"Date":"4/13/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":68,"Cost":43,"Date":"5/20/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":225,"Cost":152,"Date":"8/13/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":248,"Cost":136,"Date":"9/15/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":433,"Cost":289,"Date":"10/14/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":939,"Cost":692,"Date":"10/28/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":275,"Cost":138,"Date":"11/11/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":160,"Cost":152,"Date":"12/7/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":495,"Cost":375,"Date":"12/21/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":96,"Cost":58,"Date":"1/6/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":428,"Cost":288,"Date":"1/23/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":831,"Cost":776,"Date":"2/4/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":357,"Cost":227,"Date":"3/10/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":428,"Cost":249,"Date":"3/12/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":291,"Cost":229,"Date":"3/31/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":286,"Cost":247,"Date":"6/16/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":113,"Cost":101,"Date":"6/17/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":796,"Cost":714,"Date":"8/27/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":963,"Cost":748,"Date":"10/1/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":675,"Cost":506,"Date":"11/4/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":678,"Cost":379,"Date":"11/9/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":874,"Cost":718,"Date":"3/27/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":69,"Cost":65,"Date":"4/17/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":440,"Cost":353,"Date":"8/11/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":499,"Cost":458,"Date":"8/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":746,"Cost":541,"Date":"9/2/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":478,"Cost":416,"Date":"9/5/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":698,"Cost":516,"Date":"9/14/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":269,"Cost":136,"Date":"9/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":249,"Cost":181,"Date":"11/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":245,"Cost":189,"Date":"12/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":301,"Cost":222,"Date":"1/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":777,"Cost":732,"Date":"1/21/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":577,"Cost":362,"Date":"2/9/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":510,"Cost":422,"Date":"3/19/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":466,"Cost":335,"Date":"4/3/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":100,"Cost":54,"Date":"4/5/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":150,"Cost":128,"Date":"4/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":803,"Cost":707,"Date":"7/10/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":283,"Cost":163,"Date":"3/25/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":160,"Cost":134,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":706,"Cost":519,"Date":"10/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":544,"Cost":341,"Date":"3/2/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":734,"Cost":395,"Date":"6/28/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":292,"Cost":165,"Date":"7/17/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":232,"Cost":128,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":764,"Cost":651,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":319,"Cost":218,"Date":"11/20/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":907,"Cost":734,"Date":"12/16/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":67,"Cost":57,"Date":"12/30/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":464,"Cost":368,"Date":"2/15/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":749,"Cost":549,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":123,"Cost":105,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":764,"Cost":472,"Date":"4/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":309,"Cost":240,"Date":"7/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":773,"Cost":734,"Date":"8/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":868,"Cost":731,"Date":"10/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":971,"Cost":715,"Date":"11/11/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":128,"Cost":93,"Date":"11/30/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":863,"Cost":693,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":96,"Cost":48,"Date":"3/1/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":39,"Cost":30,"Date":"4/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":979,"Cost":708,"Date":"5/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":22,"Cost":11,"Date":"8/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":261,"Cost":152,"Date":"9/15/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":698,"Cost":413,"Date":"10/14/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":733,"Cost":629,"Date":"10/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":880,"Cost":805,"Date":"11/11/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":681,"Cost":521,"Date":"12/7/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":980,"Cost":795,"Date":"12/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":140,"Cost":104,"Date":"1/6/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":427,"Cost":325,"Date":"1/23/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":693,"Cost":637,"Date":"2/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":428,"Cost":290,"Date":"3/10/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":558,"Cost":530,"Date":"3/12/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":944,"Cost":533,"Date":"3/31/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":828,"Cost":603,"Date":"6/16/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":977,"Cost":525,"Date":"6/17/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":761,"Cost":560,"Date":"8/27/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":294,"Cost":236,"Date":"10/1/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":231,"Cost":162,"Date":"11/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":68,"Cost":62,"Date":"11/9/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":366,"Cost":213,"Date":"3/27/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":792,"Cost":587,"Date":"4/17/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":459,"Cost":422,"Date":"8/11/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":960,"Cost":601,"Date":"8/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":170,"Cost":147,"Date":"9/2/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":424,"Cost":341,"Date":"9/5/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":948,"Cost":654,"Date":"9/14/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":797,"Cost":699,"Date":"9/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":740,"Cost":650,"Date":"11/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":832,"Cost":541,"Date":"12/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":541,"Cost":338,"Date":"1/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":643,"Cost":577,"Date":"1/21/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":439,"Cost":313,"Date":"2/9/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":647,"Cost":440,"Date":"3/19/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":617,"Cost":345,"Date":"4/3/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":898,"Cost":480,"Date":"4/5/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":901,"Cost":648,"Date":"4/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":419,"Cost":285,"Date":"7/10/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":102,"Cost":97,"Date":"3/25/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":458,"Cost":336,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":449,"Cost":419,"Date":"10/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":393,"Cost":334,"Date":"3/2/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":192,"Cost":107,"Date":"6/28/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":623,"Cost":390,"Date":"7/17/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":372,"Cost":190,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":445,"Cost":400,"Date":"11/20/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":954,"Cost":757,"Date":"12/16/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":674,"Cost":632,"Date":"12/30/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":226,"Cost":206,"Date":"2/15/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":842,"Cost":642,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":120,"Cost":64,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":584,"Cost":292,"Date":"4/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":881,"Cost":540,"Date":"7/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":232,"Cost":217,"Date":"8/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":109,"Cost":95,"Date":"10/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":899,"Cost":753,"Date":"11/11/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":146,"Cost":89,"Date":"11/30/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":390,"Cost":301,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":977,"Cost":536,"Date":"3/1/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":144,"Cost":120,"Date":"4/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":809,"Cost":696,"Date":"5/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":37,"Cost":19,"Date":"8/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":396,"Cost":246,"Date":"9/15/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":962,"Cost":863,"Date":"10/14/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":36,"Cost":25,"Date":"10/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":293,"Cost":229,"Date":"11/11/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":365,"Cost":300,"Date":"12/7/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":258,"Cost":180,"Date":"12/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":993,"Cost":730,"Date":"1/6/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":805,"Cost":599,"Date":"1/23/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":618,"Cost":469,"Date":"2/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":634,"Cost":339,"Date":"3/10/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":111,"Cost":91,"Date":"3/12/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":165,"Cost":108,"Date":"3/31/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":81,"Cost":63,"Date":"6/16/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":28,"Cost":15,"Date":"6/17/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":707,"Cost":517,"Date":"8/27/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":877,"Cost":662,"Date":"10/1/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":449,"Cost":393,"Date":"11/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":998,"Cost":746,"Date":"11/9/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":745,"Cost":520,"Date":"3/27/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":869,"Cost":808,"Date":"4/17/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":428,"Cost":233,"Date":"8/11/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":693,"Cost":572,"Date":"8/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":742,"Cost":468,"Date":"9/2/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":367,"Cost":319,"Date":"9/5/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":282,"Cost":222,"Date":"9/14/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":406,"Cost":378,"Date":"9/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":205,"Cost":106,"Date":"11/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":225,"Cost":213,"Date":"12/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":938,"Cost":581,"Date":"1/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":246,"Cost":188,"Date":"1/21/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":779,"Cost":473,"Date":"2/9/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":952,"Cost":880,"Date":"3/19/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":101,"Cost":58,"Date":"4/3/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":219,"Cost":111,"Date":"4/5/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":481,"Cost":274,"Date":"4/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":952,"Cost":669,"Date":"7/10/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":546,"Cost":369,"Date":"3/25/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":730,"Cost":423,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":776,"Cost":392,"Date":"10/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":833,"Cost":634,"Date":"3/2/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":273,"Cost":257,"Date":"6/28/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":676,"Cost":341,"Date":"7/17/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":682,"Cost":629,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":871,"Cost":651,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":727,"Cost":622,"Date":"11/20/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":705,"Cost":429,"Date":"12/16/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":28,"Cost":23,"Date":"12/30/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":805,"Cost":606,"Date":"2/15/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":619,"Cost":567,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":2,"Cost":2,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":732,"Cost":458,"Date":"4/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":470,"Cost":368,"Date":"7/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":398,"Cost":217,"Date":"8/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":60,"Cost":45,"Date":"10/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":829,"Cost":615,"Date":"11/11/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":553,"Cost":462,"Date":"11/30/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":682,"Cost":399,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":102,"Cost":87,"Date":"3/1/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":167,"Cost":88,"Date":"4/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":974,"Cost":712,"Date":"5/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":220,"Cost":209,"Date":"8/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":35,"Cost":24,"Date":"9/15/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":766,"Cost":659,"Date":"10/14/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":400,"Cost":255,"Date":"10/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":715,"Cost":532,"Date":"11/11/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":255,"Cost":168,"Date":"12/7/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":992,"Cost":723,"Date":"12/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":538,"Cost":456,"Date":"1/6/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":755,"Cost":682,"Date":"1/23/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":476,"Cost":412,"Date":"2/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":764,"Cost":641,"Date":"3/10/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":150,"Cost":101,"Date":"3/12/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":646,"Cost":331,"Date":"3/31/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":599,"Cost":413,"Date":"6/16/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":403,"Cost":370,"Date":"6/17/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":767,"Cost":553,"Date":"8/27/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":396,"Cost":365,"Date":"10/1/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":798,"Cost":610,"Date":"11/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":33,"Cost":26,"Date":"11/9/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":81,"Cost":66,"Date":"3/27/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":844,"Cost":526,"Date":"4/17/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":995,"Cost":864,"Date":"8/11/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":583,"Cost":428,"Date":"8/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":647,"Cost":555,"Date":"9/2/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":824,"Cost":423,"Date":"9/5/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":417,"Cost":359,"Date":"9/14/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":717,"Cost":410,"Date":"9/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":462,"Cost":405,"Date":"11/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":695,"Cost":432,"Date":"12/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":636,"Cost":460,"Date":"1/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":561,"Cost":434,"Date":"1/21/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":777,"Cost":613,"Date":"2/9/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":479,"Cost":410,"Date":"3/19/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":26,"Cost":13,"Date":"4/3/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":546,"Cost":350,"Date":"4/5/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":370,"Cost":242,"Date":"4/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":504,"Cost":450,"Date":"7/10/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":309,"Cost":270,"Date":"3/25/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":9,"Cost":5,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":910,"Cost":481,"Date":"10/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":237,"Cost":204,"Date":"3/2/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":709,"Cost":488,"Date":"6/28/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":859,"Cost":728,"Date":"7/17/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":849,"Cost":787,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":192,"Cost":180,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":260,"Cost":193,"Date":"11/20/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":695,"Cost":560,"Date":"12/16/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":271,"Cost":153,"Date":"12/30/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":617,"Cost":485,"Date":"2/15/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":418,"Cost":393,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":465,"Cost":332,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":921,"Cost":784,"Date":"4/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":935,"Cost":636,"Date":"7/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":120,"Cost":69,"Date":"8/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":284,"Cost":152,"Date":"10/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":864,"Cost":814,"Date":"11/11/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":454,"Cost":303,"Date":"11/30/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":785,"Cost":461,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":170,"Cost":116,"Date":"3/1/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":675,"Cost":486,"Date":"4/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":351,"Cost":184,"Date":"5/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":863,"Cost":691,"Date":"8/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":378,"Cost":301,"Date":"9/15/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":649,"Cost":355,"Date":"10/14/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":246,"Cost":179,"Date":"10/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":716,"Cost":450,"Date":"11/11/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":366,"Cost":214,"Date":"12/7/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":615,"Cost":435,"Date":"12/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":187,"Cost":171,"Date":"1/6/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":202,"Cost":124,"Date":"1/23/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":52,"Cost":27,"Date":"2/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":751,"Cost":434,"Date":"3/10/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":372,"Cost":318,"Date":"3/12/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":698,"Cost":560,"Date":"3/31/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":161,"Cost":147,"Date":"6/16/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":800,"Cost":723,"Date":"6/17/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":204,"Cost":145,"Date":"8/27/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":867,"Cost":690,"Date":"10/1/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":261,"Cost":213,"Date":"11/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":170,"Cost":158,"Date":"11/9/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":322,"Cost":301,"Date":"3/27/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":269,"Cost":183,"Date":"4/17/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":218,"Cost":165,"Date":"8/11/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":547,"Cost":306,"Date":"8/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":299,"Cost":253,"Date":"9/2/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":587,"Cost":474,"Date":"9/5/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":574,"Cost":299,"Date":"9/14/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":754,"Cost":698,"Date":"9/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":25,"Cost":22,"Date":"11/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":313,"Cost":282,"Date":"12/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":37,"Cost":27,"Date":"1/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":241,"Cost":202,"Date":"1/21/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":326,"Cost":226,"Date":"2/9/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":689,"Cost":596,"Date":"3/19/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":500,"Cost":389,"Date":"4/3/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":330,"Cost":287,"Date":"4/5/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":342,"Cost":240,"Date":"4/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":113,"Cost":105,"Date":"7/10/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":477,"Cost":449,"Date":"3/25/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":699,"Cost":376,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":917,"Cost":659,"Date":"10/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":56,"Cost":49,"Date":"3/2/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":141,"Cost":76,"Date":"6/28/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":939,"Cost":614,"Date":"7/17/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":393,"Cost":337,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":573,"Cost":405,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":536,"Cost":320,"Date":"11/20/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":512,"Cost":436,"Date":"12/16/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":779,"Cost":735,"Date":"12/30/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":283,"Cost":242,"Date":"2/15/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":204,"Cost":172,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":692,"Cost":612,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":816,"Cost":741,"Date":"4/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":125,"Cost":77,"Date":"7/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":392,"Cost":287,"Date":"8/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":848,"Cost":546,"Date":"10/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":360,"Cost":215,"Date":"11/11/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":497,"Cost":273,"Date":"11/30/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":882,"Cost":462,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":708,"Cost":387,"Date":"3/1/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":602,"Cost":344,"Date":"4/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":601,"Cost":562,"Date":"5/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":203,"Cost":154,"Date":"8/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":62,"Cost":33,"Date":"9/15/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":702,"Cost":491,"Date":"10/14/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":912,"Cost":832,"Date":"10/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":688,"Cost":447,"Date":"11/11/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":869,"Cost":607,"Date":"12/7/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":469,"Cost":271,"Date":"12/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":133,"Cost":66,"Date":"1/6/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":72,"Cost":66,"Date":"1/23/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":45,"Cost":23,"Date":"2/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":476,"Cost":398,"Date":"3/10/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":853,"Cost":629,"Date":"3/12/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":642,"Cost":434,"Date":"3/31/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":211,"Cost":141,"Date":"6/16/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":604,"Cost":482,"Date":"6/17/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":447,"Cost":341,"Date":"8/27/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":103,"Cost":68,"Date":"10/1/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":43,"Cost":25,"Date":"11/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":743,"Cost":551,"Date":"11/9/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":149,"Cost":104,"Date":"3/27/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":316,"Cost":261,"Date":"4/17/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":632,"Cost":428,"Date":"8/11/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":149,"Cost":124,"Date":"8/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":106,"Cost":75,"Date":"9/2/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":83,"Cost":44,"Date":"9/5/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":769,"Cost":549,"Date":"9/14/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":533,"Cost":413,"Date":"9/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":555,"Cost":433,"Date":"11/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":174,"Cost":166,"Date":"12/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":854,"Cost":493,"Date":"1/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":397,"Cost":214,"Date":"1/21/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":436,"Cost":290,"Date":"2/9/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":54,"Cost":30,"Date":"3/19/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":342,"Cost":219,"Date":"4/3/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":861,"Cost":459,"Date":"4/5/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":875,"Cost":811,"Date":"4/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":873,"Cost":716,"Date":"7/10/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":744,"Cost":701,"Date":"3/25/2020"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":995,"Cost":716,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":486,"Cost":328,"Date":"10/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":399,"Cost":219,"Date":"3/2/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":701,"Cost":447,"Date":"6/28/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":756,"Cost":446,"Date":"7/17/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":535,"Cost":287,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":374,"Cost":277,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":202,"Cost":106,"Date":"11/20/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":942,"Cost":649,"Date":"12/16/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":500,"Cost":442,"Date":"12/30/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":37,"Cost":18,"Date":"2/15/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":436,"Cost":282,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":679,"Cost":361,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":941,"Cost":572,"Date":"4/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":426,"Cost":282,"Date":"7/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":892,"Cost":454,"Date":"8/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":694,"Cost":357,"Date":"10/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":847,"Cost":450,"Date":"11/11/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":455,"Cost":380,"Date":"11/30/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":40,"Cost":26,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":714,"Cost":491,"Date":"3/1/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":141,"Cost":103,"Date":"4/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":590,"Cost":415,"Date":"5/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":750,"Cost":401,"Date":"8/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":100,"Cost":62,"Date":"9/15/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":896,"Cost":615,"Date":"10/14/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":913,"Cost":544,"Date":"10/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":930,"Cost":722,"Date":"11/11/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":271,"Cost":211,"Date":"12/7/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":911,"Cost":541,"Date":"12/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":304,"Cost":224,"Date":"1/6/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":355,"Cost":292,"Date":"1/23/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":419,"Cost":346,"Date":"2/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":775,"Cost":574,"Date":"3/10/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":761,"Cost":446,"Date":"3/12/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":55,"Cost":49,"Date":"3/31/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":216,"Cost":130,"Date":"6/16/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":370,"Cost":281,"Date":"6/17/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":360,"Cost":220,"Date":"8/27/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":118,"Cost":103,"Date":"10/1/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":586,"Cost":474,"Date":"11/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":890,"Cost":504,"Date":"11/9/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":723,"Cost":605,"Date":"3/27/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":41,"Cost":38,"Date":"4/17/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":971,"Cost":790,"Date":"8/11/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":585,"Cost":362,"Date":"8/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":817,"Cost":433,"Date":"9/2/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":972,"Cost":744,"Date":"9/5/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":817,"Cost":480,"Date":"9/14/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":115,"Cost":100,"Date":"9/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":890,"Cost":743,"Date":"11/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":230,"Cost":198,"Date":"12/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":353,"Cost":223,"Date":"1/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":715,"Cost":678,"Date":"1/21/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":204,"Cost":112,"Date":"2/9/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":250,"Cost":221,"Date":"3/19/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":109,"Cost":72,"Date":"4/3/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":237,"Cost":187,"Date":"4/5/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":45,"Cost":38,"Date":"4/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":795,"Cost":623,"Date":"7/10/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":305,"Cost":274,"Date":"3/25/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":837,"Cost":641,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":474,"Cost":359,"Date":"10/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":996,"Cost":928,"Date":"3/2/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":732,"Cost":688,"Date":"6/28/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":398,"Cost":373,"Date":"7/17/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":254,"Cost":203,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":739,"Cost":626,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":184,"Cost":104,"Date":"11/20/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":508,"Cost":337,"Date":"12/16/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":172,"Cost":160,"Date":"12/30/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":586,"Cost":369,"Date":"2/15/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":266,"Cost":154,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":782,"Cost":714,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":590,"Cost":505,"Date":"4/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":208,"Cost":171,"Date":"7/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":461,"Cost":392,"Date":"8/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":491,"Cost":376,"Date":"10/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":551,"Cost":509,"Date":"11/11/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":575,"Cost":421,"Date":"11/30/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":925,"Cost":638,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":708,"Cost":504,"Date":"3/1/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":377,"Cost":256,"Date":"4/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":505,"Cost":386,"Date":"5/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":554,"Cost":490,"Date":"8/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":147,"Cost":127,"Date":"9/15/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":458,"Cost":355,"Date":"10/14/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":619,"Cost":336,"Date":"10/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":345,"Cost":281,"Date":"11/11/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":465,"Cost":416,"Date":"12/7/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":940,"Cost":857,"Date":"12/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":66,"Cost":53,"Date":"1/6/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"1/23/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":366,"Cost":343,"Date":"2/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":814,"Cost":681,"Date":"3/10/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":636,"Cost":384,"Date":"3/12/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":771,"Cost":534,"Date":"3/31/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":996,"Cost":788,"Date":"6/16/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":281,"Cost":221,"Date":"6/17/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":398,"Cost":248,"Date":"8/27/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":794,"Cost":661,"Date":"10/1/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":261,"Cost":209,"Date":"11/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":757,"Cost":665,"Date":"11/9/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":885,"Cost":482,"Date":"3/27/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":206,"Cost":178,"Date":"4/17/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":139,"Cost":119,"Date":"8/11/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":18,"Cost":14,"Date":"8/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":665,"Cost":431,"Date":"9/2/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":390,"Cost":275,"Date":"9/5/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":192,"Cost":150,"Date":"9/14/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":619,"Cost":477,"Date":"9/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":874,"Cost":571,"Date":"11/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":927,"Cost":543,"Date":"12/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":453,"Cost":427,"Date":"1/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":488,"Cost":446,"Date":"1/21/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":518,"Cost":312,"Date":"2/9/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":706,"Cost":456,"Date":"3/19/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":178,"Cost":106,"Date":"4/3/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":300,"Cost":220,"Date":"4/5/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":708,"Cost":615,"Date":"4/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":633,"Cost":397,"Date":"7/10/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":866,"Cost":629,"Date":"3/25/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":643,"Cost":559,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":793,"Cost":687,"Date":"10/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":948,"Cost":688,"Date":"3/2/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":47,"Cost":35,"Date":"6/28/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":476,"Cost":439,"Date":"7/17/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":14,"Cost":12,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":319,"Cost":267,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":314,"Cost":246,"Date":"11/20/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":346,"Cost":262,"Date":"12/16/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":284,"Cost":258,"Date":"12/30/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":50,"Cost":48,"Date":"2/15/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":614,"Cost":381,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":138,"Cost":118,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":849,"Cost":629,"Date":"4/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":295,"Cost":265,"Date":"7/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":327,"Cost":220,"Date":"8/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":765,"Cost":504,"Date":"10/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":981,"Cost":744,"Date":"11/11/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":949,"Cost":866,"Date":"11/30/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":823,"Cost":669,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":540,"Cost":498,"Date":"3/1/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":550,"Cost":476,"Date":"4/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":8,"Cost":8,"Date":"5/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":896,"Cost":717,"Date":"8/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":561,"Cost":413,"Date":"9/15/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":659,"Cost":563,"Date":"10/14/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":824,"Cost":520,"Date":"10/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":643,"Cost":563,"Date":"11/11/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":55,"Cost":35,"Date":"12/7/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":188,"Cost":142,"Date":"12/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":5,"Cost":3,"Date":"1/6/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":748,"Cost":689,"Date":"1/23/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":243,"Cost":170,"Date":"2/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":137,"Cost":105,"Date":"3/10/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":243,"Cost":134,"Date":"3/12/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":842,"Cost":655,"Date":"3/31/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":418,"Cost":357,"Date":"6/16/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":884,"Cost":615,"Date":"6/17/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":886,"Cost":725,"Date":"8/27/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":807,"Cost":665,"Date":"10/1/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":330,"Cost":310,"Date":"11/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":697,"Cost":556,"Date":"11/9/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":519,"Cost":347,"Date":"3/27/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":105,"Cost":60,"Date":"4/17/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":438,"Cost":375,"Date":"8/11/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":423,"Cost":346,"Date":"8/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":727,"Cost":632,"Date":"9/2/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":185,"Cost":173,"Date":"9/5/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":133,"Cost":103,"Date":"9/14/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":460,"Cost":365,"Date":"9/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":395,"Cost":315,"Date":"11/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":762,"Cost":539,"Date":"12/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":621,"Cost":542,"Date":"1/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":811,"Cost":754,"Date":"1/21/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":469,"Cost":258,"Date":"2/9/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":11,"Cost":9,"Date":"3/19/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":448,"Cost":403,"Date":"4/3/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":42,"Cost":37,"Date":"4/5/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":775,"Cost":613,"Date":"4/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":731,"Cost":501,"Date":"7/10/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":493,"Cost":275,"Date":"3/25/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":741,"Cost":634,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":65,"Cost":58,"Date":"10/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":681,"Cost":630,"Date":"3/2/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":320,"Cost":202,"Date":"6/28/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":197,"Cost":137,"Date":"7/17/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":857,"Cost":467,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":623,"Cost":508,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":43,"Cost":40,"Date":"11/20/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":224,"Cost":159,"Date":"12/16/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":329,"Cost":188,"Date":"12/30/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":308,"Cost":223,"Date":"2/15/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":961,"Cost":790,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":499,"Cost":260,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":191,"Cost":177,"Date":"4/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":660,"Cost":518,"Date":"7/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":196,"Cost":114,"Date":"8/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":745,"Cost":378,"Date":"10/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":381,"Cost":299,"Date":"11/11/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":159,"Cost":84,"Date":"11/30/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":556,"Cost":475,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":987,"Cost":712,"Date":"3/1/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":661,"Cost":604,"Date":"4/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":335,"Cost":245,"Date":"5/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":52,"Cost":40,"Date":"8/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":338,"Cost":219,"Date":"9/15/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":837,"Cost":531,"Date":"10/14/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":865,"Cost":505,"Date":"10/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":614,"Cost":490,"Date":"11/11/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":393,"Cost":347,"Date":"12/7/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":150,"Cost":125,"Date":"12/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":66,"Cost":33,"Date":"1/6/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":908,"Cost":724,"Date":"1/23/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":223,"Cost":206,"Date":"2/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":62,"Cost":34,"Date":"3/10/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":988,"Cost":887,"Date":"3/12/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":638,"Cost":412,"Date":"3/31/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":836,"Cost":469,"Date":"6/16/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":237,"Cost":154,"Date":"6/17/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":217,"Cost":113,"Date":"8/27/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":467,"Cost":361,"Date":"10/1/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":636,"Cost":386,"Date":"11/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":654,"Cost":412,"Date":"11/9/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":237,"Cost":180,"Date":"3/27/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":376,"Cost":300,"Date":"4/17/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":89,"Cost":75,"Date":"8/11/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":587,"Cost":336,"Date":"8/21/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":763,"Cost":407,"Date":"9/2/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":85,"Cost":45,"Date":"9/5/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":829,"Cost":756,"Date":"9/14/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":780,"Cost":655,"Date":"9/20/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":771,"Cost":396,"Date":"11/20/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":358,"Cost":291,"Date":"12/21/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":750,"Cost":505,"Date":"1/7/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":54,"Cost":39,"Date":"1/21/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":80,"Cost":56,"Date":"2/9/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":485,"Cost":331,"Date":"3/19/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":153,"Cost":146,"Date":"4/3/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":27,"Cost":26,"Date":"4/5/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":275,"Cost":153,"Date":"4/28/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":766,"Cost":562,"Date":"7/10/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":65,"Cost":56,"Date":"3/25/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":85,"Cost":51,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":136,"Cost":108,"Date":"10/28/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":495,"Cost":421,"Date":"3/2/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":822,"Cost":698,"Date":"6/28/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":431,"Cost":249,"Date":"7/17/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":134,"Cost":88,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":242,"Cost":173,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":142,"Cost":112,"Date":"11/20/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":875,"Cost":655,"Date":"12/16/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":460,"Cost":293,"Date":"12/30/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":634,"Cost":501,"Date":"2/15/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":189,"Cost":160,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":490,"Cost":450,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":91,"Cost":58,"Date":"4/18/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":19,"Cost":13,"Date":"7/27/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":405,"Cost":321,"Date":"8/18/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":727,"Cost":558,"Date":"10/31/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":535,"Cost":439,"Date":"11/11/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":100,"Cost":84,"Date":"11/30/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":426,"Cost":302,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":44,"Cost":28,"Date":"3/1/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":247,"Cost":165,"Date":"4/13/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":497,"Cost":337,"Date":"5/20/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":723,"Cost":635,"Date":"8/13/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":674,"Cost":563,"Date":"9/15/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":543,"Cost":384,"Date":"10/14/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":767,"Cost":395,"Date":"10/28/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":415,"Cost":326,"Date":"11/11/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":980,"Cost":883,"Date":"12/7/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":1,"Cost":1,"Date":"12/21/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":99,"Cost":52,"Date":"1/6/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":83,"Cost":59,"Date":"1/23/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":347,"Cost":304,"Date":"2/4/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":708,"Cost":405,"Date":"3/10/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":825,"Cost":724,"Date":"3/12/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":146,"Cost":91,"Date":"3/31/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":500,"Cost":362,"Date":"6/16/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":376,"Cost":293,"Date":"6/17/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":161,"Cost":122,"Date":"8/27/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":446,"Cost":417,"Date":"10/1/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":144,"Cost":84,"Date":"11/4/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":711,"Cost":642,"Date":"11/9/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":895,"Cost":632,"Date":"3/27/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":345,"Cost":327,"Date":"4/17/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":456,"Cost":380,"Date":"8/11/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":49,"Cost":41,"Date":"8/21/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":148,"Cost":86,"Date":"9/2/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":891,"Cost":693,"Date":"9/5/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":961,"Cost":753,"Date":"9/14/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":574,"Cost":520,"Date":"9/20/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":428,"Cost":286,"Date":"11/20/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":227,"Cost":211,"Date":"12/21/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":412,"Cost":379,"Date":"1/7/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":987,"Cost":672,"Date":"1/21/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":489,"Cost":333,"Date":"2/9/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":564,"Cost":526,"Date":"3/19/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":994,"Cost":660,"Date":"4/3/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":278,"Cost":190,"Date":"4/5/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":547,"Cost":282,"Date":"4/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":9,"Cost":6,"Date":"7/10/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":25,"Cost":17,"Date":"3/25/2020"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":312,"Cost":191,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":477,"Cost":394,"Date":"10/28/2020"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":516,"Cost":318,"Date":"3/2/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":316,"Cost":251,"Date":"6/28/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":497,"Cost":382,"Date":"7/17/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":194,"Cost":167,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":281,"Cost":153,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":473,"Cost":371,"Date":"11/20/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":801,"Cost":478,"Date":"12/16/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":975,"Cost":923,"Date":"12/30/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":21,"Cost":15,"Date":"2/15/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":98,"Cost":73,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":128,"Cost":112,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":747,"Cost":583,"Date":"4/18/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":119,"Cost":65,"Date":"7/27/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":609,"Cost":324,"Date":"8/18/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":173,"Cost":138,"Date":"10/31/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":483,"Cost":309,"Date":"11/11/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":208,"Cost":113,"Date":"11/30/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":808,"Cost":665,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":940,"Cost":714,"Date":"3/1/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":899,"Cost":738,"Date":"4/13/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":185,"Cost":108,"Date":"5/20/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":653,"Cost":429,"Date":"8/13/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":652,"Cost":345,"Date":"9/15/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":392,"Cost":316,"Date":"10/14/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":280,"Cost":213,"Date":"10/28/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":675,"Cost":402,"Date":"11/11/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":886,"Cost":603,"Date":"12/7/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":133,"Cost":126,"Date":"12/21/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":428,"Cost":264,"Date":"1/6/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":225,"Cost":173,"Date":"1/23/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":661,"Cost":543,"Date":"2/4/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":964,"Cost":600,"Date":"3/10/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":233,"Cost":181,"Date":"3/12/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":611,"Cost":444,"Date":"3/31/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":968,"Cost":519,"Date":"6/16/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":939,"Cost":576,"Date":"6/17/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":242,"Cost":224,"Date":"8/27/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":835,"Cost":572,"Date":"10/1/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":467,"Cost":356,"Date":"11/4/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":644,"Cost":588,"Date":"11/9/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":624,"Cost":333,"Date":"3/27/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":532,"Cost":341,"Date":"4/17/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":551,"Cost":288,"Date":"8/11/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":778,"Cost":681,"Date":"8/21/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":376,"Cost":289,"Date":"9/2/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":512,"Cost":301,"Date":"9/5/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":606,"Cost":472,"Date":"9/14/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":753,"Cost":444,"Date":"9/20/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":704,"Cost":370,"Date":"11/20/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":951,"Cost":826,"Date":"12/21/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":273,"Cost":179,"Date":"1/7/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":771,"Cost":447,"Date":"1/21/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":612,"Cost":363,"Date":"2/9/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":852,"Cost":805,"Date":"3/19/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":160,"Cost":104,"Date":"4/3/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":450,"Cost":410,"Date":"4/5/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":900,"Cost":718,"Date":"4/28/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":444,"Cost":248,"Date":"7/10/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":713,"Cost":373,"Date":"3/25/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":965,"Cost":836,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":598,"Cost":451,"Date":"10/28/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":729,"Cost":424,"Date":"3/2/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":553,"Cost":344,"Date":"6/28/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":847,"Cost":473,"Date":"7/17/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":386,"Cost":310,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":180,"Cost":158,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":527,"Cost":473,"Date":"11/20/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":558,"Cost":437,"Date":"12/16/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":620,"Cost":337,"Date":"12/30/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":813,"Cost":589,"Date":"2/15/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":376,"Cost":357,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":257,"Cost":231,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":40,"Cost":37,"Date":"4/18/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":500,"Cost":329,"Date":"7/27/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":16,"Cost":12,"Date":"8/18/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":228,"Cost":156,"Date":"10/31/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":20,"Cost":10,"Date":"11/11/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":335,"Cost":171,"Date":"11/30/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":200,"Cost":147,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":31,"Cost":28,"Date":"3/1/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":45,"Cost":24,"Date":"4/13/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":631,"Cost":583,"Date":"5/20/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":371,"Cost":272,"Date":"8/13/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":115,"Cost":85,"Date":"9/15/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":411,"Cost":340,"Date":"10/14/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":181,"Cost":162,"Date":"10/28/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":490,"Cost":278,"Date":"11/11/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":564,"Cost":408,"Date":"12/7/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":778,"Cost":449,"Date":"12/21/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":208,"Cost":143,"Date":"1/6/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":467,"Cost":419,"Date":"1/23/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":117,"Cost":111,"Date":"2/4/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":225,"Cost":188,"Date":"3/10/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":598,"Cost":434,"Date":"3/12/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":250,"Cost":203,"Date":"3/31/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":8,"Cost":4,"Date":"6/16/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":399,"Cost":262,"Date":"6/17/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":660,"Cost":483,"Date":"8/27/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":317,"Cost":179,"Date":"10/1/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":875,"Cost":735,"Date":"11/4/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":302,"Cost":207,"Date":"11/9/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":616,"Cost":410,"Date":"3/27/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":611,"Cost":335,"Date":"4/17/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":288,"Cost":159,"Date":"8/11/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":256,"Cost":136,"Date":"8/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":661,"Cost":533,"Date":"9/2/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":131,"Cost":108,"Date":"9/5/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":306,"Cost":163,"Date":"9/14/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":324,"Cost":203,"Date":"9/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":737,"Cost":541,"Date":"11/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":117,"Cost":85,"Date":"12/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":473,"Cost":341,"Date":"1/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":434,"Cost":362,"Date":"1/21/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":54,"Cost":51,"Date":"2/9/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":20,"Cost":17,"Date":"3/19/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":873,"Cost":753,"Date":"4/3/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":575,"Cost":288,"Date":"4/5/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":582,"Cost":349,"Date":"4/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":283,"Cost":177,"Date":"7/10/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":196,"Cost":175,"Date":"3/25/2020"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":257,"Cost":146,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":801,"Cost":403,"Date":"10/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":174,"Cost":156,"Date":"3/2/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":219,"Cost":123,"Date":"6/28/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":928,"Cost":808,"Date":"7/17/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":114,"Cost":105,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":91,"Cost":76,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":663,"Cost":388,"Date":"11/20/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":566,"Cost":320,"Date":"12/16/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":585,"Cost":336,"Date":"12/30/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":658,"Cost":587,"Date":"2/15/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":703,"Cost":651,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":203,"Cost":166,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":615,"Cost":467,"Date":"4/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":785,"Cost":615,"Date":"7/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":927,"Cost":486,"Date":"8/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":962,"Cost":515,"Date":"10/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":768,"Cost":470,"Date":"11/11/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":854,"Cost":492,"Date":"11/30/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":744,"Cost":635,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":100,"Cost":83,"Date":"3/1/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":636,"Cost":548,"Date":"4/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":863,"Cost":522,"Date":"5/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":25,"Cost":22,"Date":"8/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":55,"Cost":45,"Date":"9/15/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":549,"Cost":418,"Date":"10/14/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":418,"Cost":293,"Date":"10/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":396,"Cost":200,"Date":"11/11/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":708,"Cost":462,"Date":"12/7/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":602,"Cost":359,"Date":"12/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":74,"Cost":40,"Date":"1/6/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":921,"Cost":503,"Date":"1/23/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":111,"Cost":63,"Date":"2/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":131,"Cost":119,"Date":"3/10/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":59,"Cost":30,"Date":"3/12/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":294,"Cost":277,"Date":"3/31/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":267,"Cost":157,"Date":"6/16/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":582,"Cost":466,"Date":"6/17/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":157,"Cost":92,"Date":"8/27/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":766,"Cost":486,"Date":"10/1/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":180,"Cost":118,"Date":"11/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":28,"Cost":19,"Date":"11/9/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":772,"Cost":488,"Date":"3/27/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":202,"Cost":174,"Date":"4/17/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":914,"Cost":719,"Date":"8/11/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":211,"Cost":137,"Date":"8/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":184,"Cost":145,"Date":"9/2/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":350,"Cost":215,"Date":"9/5/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":294,"Cost":203,"Date":"9/14/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":471,"Cost":237,"Date":"9/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":102,"Cost":77,"Date":"11/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":838,"Cost":494,"Date":"12/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":855,"Cost":632,"Date":"1/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":777,"Cost":486,"Date":"1/21/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":561,"Cost":511,"Date":"2/9/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":394,"Cost":271,"Date":"3/19/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":605,"Cost":457,"Date":"4/3/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":488,"Cost":421,"Date":"4/5/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":354,"Cost":269,"Date":"4/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":772,"Cost":478,"Date":"7/10/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":70,"Cost":41,"Date":"3/25/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":155,"Cost":127,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":817,"Cost":591,"Date":"10/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":303,"Cost":187,"Date":"3/2/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":738,"Cost":477,"Date":"6/28/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":673,"Cost":416,"Date":"7/17/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":85,"Cost":43,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":475,"Cost":320,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":47,"Cost":33,"Date":"11/20/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":214,"Cost":113,"Date":"12/16/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":916,"Cost":843,"Date":"12/30/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":459,"Cost":291,"Date":"2/15/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":434,"Cost":276,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":116,"Cost":79,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":563,"Cost":396,"Date":"4/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":260,"Cost":227,"Date":"7/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":721,"Cost":539,"Date":"8/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":761,"Cost":692,"Date":"10/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":555,"Cost":521,"Date":"11/11/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":73,"Cost":50,"Date":"11/30/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":334,"Cost":257,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":874,"Cost":830,"Date":"3/1/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":197,"Cost":176,"Date":"4/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":684,"Cost":344,"Date":"5/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":891,"Cost":733,"Date":"8/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":958,"Cost":634,"Date":"9/15/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":31,"Cost":15,"Date":"10/14/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":8,"Cost":4,"Date":"10/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":380,"Cost":253,"Date":"11/11/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":682,"Cost":404,"Date":"12/7/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":137,"Cost":114,"Date":"12/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":428,"Cost":296,"Date":"1/6/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":885,"Cost":751,"Date":"1/23/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":146,"Cost":131,"Date":"2/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":844,"Cost":769,"Date":"3/10/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":32,"Cost":25,"Date":"3/12/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":351,"Cost":178,"Date":"3/31/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":730,"Cost":645,"Date":"6/16/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":810,"Cost":441,"Date":"6/17/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":337,"Cost":244,"Date":"8/27/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":685,"Cost":413,"Date":"10/1/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":761,"Cost":634,"Date":"11/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":314,"Cost":190,"Date":"11/9/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":952,"Cost":812,"Date":"3/27/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":776,"Cost":589,"Date":"4/17/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":120,"Cost":100,"Date":"8/11/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":507,"Cost":405,"Date":"8/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":48,"Cost":27,"Date":"9/2/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":87,"Cost":77,"Date":"9/5/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":677,"Cost":564,"Date":"9/14/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":42,"Cost":24,"Date":"9/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":522,"Cost":334,"Date":"11/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":432,"Cost":387,"Date":"12/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":607,"Cost":510,"Date":"1/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":295,"Cost":258,"Date":"1/21/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":182,"Cost":107,"Date":"2/9/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":851,"Cost":538,"Date":"3/19/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":989,"Cost":824,"Date":"4/3/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":127,"Cost":117,"Date":"4/5/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":128,"Cost":78,"Date":"4/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":533,"Cost":410,"Date":"7/10/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":114,"Cost":69,"Date":"3/25/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":66,"Cost":45,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":25,"Cost":19,"Date":"10/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":306,"Cost":184,"Date":"3/2/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":954,"Cost":647,"Date":"6/28/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":490,"Cost":323,"Date":"7/17/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":781,"Cost":606,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":21,"Cost":16,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":223,"Cost":183,"Date":"11/20/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":268,"Cost":247,"Date":"12/16/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":327,"Cost":163,"Date":"12/30/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":270,"Cost":243,"Date":"2/15/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":849,"Cost":665,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":725,"Cost":437,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":806,"Cost":505,"Date":"4/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":110,"Cost":71,"Date":"7/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":941,"Cost":758,"Date":"8/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":422,"Cost":349,"Date":"10/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":600,"Cost":412,"Date":"11/11/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":402,"Cost":301,"Date":"11/30/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":199,"Cost":123,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":637,"Cost":403,"Date":"3/1/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":334,"Cost":267,"Date":"4/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":865,"Cost":703,"Date":"5/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":260,"Cost":137,"Date":"8/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":146,"Cost":93,"Date":"9/15/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":739,"Cost":691,"Date":"10/14/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":995,"Cost":722,"Date":"10/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":102,"Cost":82,"Date":"11/11/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":60,"Cost":48,"Date":"12/7/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":312,"Cost":235,"Date":"12/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":670,"Cost":420,"Date":"1/6/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":630,"Cost":474,"Date":"1/23/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":987,"Cost":619,"Date":"2/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":97,"Cost":62,"Date":"3/10/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":742,"Cost":419,"Date":"3/12/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":194,"Cost":179,"Date":"3/31/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":499,"Cost":370,"Date":"6/16/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":836,"Cost":647,"Date":"6/17/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":198,"Cost":149,"Date":"8/27/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":1,"Cost":0,"Date":"10/1/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":358,"Cost":316,"Date":"11/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":491,"Cost":294,"Date":"11/9/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":849,"Cost":805,"Date":"3/27/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":529,"Cost":466,"Date":"4/17/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":219,"Cost":124,"Date":"8/11/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":145,"Cost":105,"Date":"8/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":895,"Cost":770,"Date":"9/2/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":869,"Cost":752,"Date":"9/5/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":524,"Cost":419,"Date":"9/14/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":968,"Cost":532,"Date":"9/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":129,"Cost":111,"Date":"11/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":749,"Cost":385,"Date":"12/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":134,"Cost":99,"Date":"1/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":646,"Cost":366,"Date":"1/21/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":670,"Cost":533,"Date":"2/9/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":798,"Cost":733,"Date":"3/19/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":264,"Cost":228,"Date":"4/3/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":210,"Cost":190,"Date":"4/5/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":493,"Cost":248,"Date":"4/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":590,"Cost":405,"Date":"7/10/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":823,"Cost":540,"Date":"3/25/2020"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":922,"Cost":767,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":205,"Cost":128,"Date":"10/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":384,"Cost":316,"Date":"3/2/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":251,"Cost":166,"Date":"6/28/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":90,"Cost":53,"Date":"7/17/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":807,"Cost":706,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":513,"Cost":320,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":307,"Cost":169,"Date":"11/20/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":517,"Cost":280,"Date":"12/16/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":426,"Cost":258,"Date":"12/30/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":364,"Cost":271,"Date":"2/15/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":45,"Cost":41,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":292,"Cost":242,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":984,"Cost":734,"Date":"4/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":612,"Cost":557,"Date":"7/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":813,"Cost":645,"Date":"8/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":818,"Cost":664,"Date":"10/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":6,"Cost":6,"Date":"11/11/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":183,"Cost":110,"Date":"11/30/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":613,"Cost":403,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":840,"Cost":491,"Date":"3/1/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":282,"Cost":221,"Date":"4/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":310,"Cost":240,"Date":"5/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":461,"Cost":421,"Date":"8/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":401,"Cost":266,"Date":"9/15/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":439,"Cost":250,"Date":"10/14/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":129,"Cost":101,"Date":"10/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":284,"Cost":249,"Date":"11/11/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":546,"Cost":323,"Date":"12/7/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":580,"Cost":400,"Date":"12/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":428,"Cost":385,"Date":"1/6/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":751,"Cost":423,"Date":"1/23/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":466,"Cost":354,"Date":"2/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":625,"Cost":433,"Date":"3/10/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":654,"Cost":474,"Date":"3/12/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":479,"Cost":389,"Date":"3/31/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":283,"Cost":201,"Date":"6/16/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":99,"Cost":93,"Date":"6/17/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":916,"Cost":533,"Date":"8/27/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":194,"Cost":133,"Date":"10/1/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":42,"Cost":30,"Date":"11/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":948,"Cost":755,"Date":"11/9/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":993,"Cost":656,"Date":"3/27/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":237,"Cost":133,"Date":"4/17/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":346,"Cost":185,"Date":"8/11/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":126,"Cost":100,"Date":"8/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":370,"Cost":226,"Date":"9/2/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":922,"Cost":742,"Date":"9/5/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":547,"Cost":503,"Date":"9/14/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":988,"Cost":690,"Date":"9/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":183,"Cost":151,"Date":"11/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":370,"Cost":204,"Date":"12/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":288,"Cost":255,"Date":"1/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":183,"Cost":118,"Date":"1/21/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":117,"Cost":66,"Date":"2/9/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":805,"Cost":433,"Date":"3/19/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":590,"Cost":558,"Date":"4/3/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":274,"Cost":251,"Date":"4/5/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":474,"Cost":286,"Date":"4/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":548,"Cost":400,"Date":"7/10/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":850,"Cost":527,"Date":"3/25/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":423,"Cost":384,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":983,"Cost":567,"Date":"10/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":734,"Cost":652,"Date":"3/2/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":329,"Cost":282,"Date":"6/28/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":605,"Cost":403,"Date":"7/17/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":776,"Cost":581,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":330,"Cost":280,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":553,"Cost":409,"Date":"11/20/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":686,"Cost":624,"Date":"12/16/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":379,"Cost":315,"Date":"12/30/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":142,"Cost":73,"Date":"2/15/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":722,"Cost":455,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":951,"Cost":743,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":433,"Cost":288,"Date":"4/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":913,"Cost":498,"Date":"7/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":967,"Cost":628,"Date":"8/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":357,"Cost":322,"Date":"10/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":993,"Cost":764,"Date":"11/11/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":872,"Cost":513,"Date":"11/30/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":417,"Cost":388,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":960,"Cost":796,"Date":"3/1/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":309,"Cost":227,"Date":"4/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":360,"Cost":317,"Date":"5/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":525,"Cost":386,"Date":"8/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":608,"Cost":468,"Date":"9/15/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":174,"Cost":98,"Date":"10/14/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":750,"Cost":600,"Date":"10/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":612,"Cost":340,"Date":"11/11/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":346,"Cost":276,"Date":"12/7/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":151,"Cost":137,"Date":"12/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":715,"Cost":652,"Date":"1/6/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":848,"Cost":677,"Date":"1/23/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":318,"Cost":261,"Date":"2/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":16,"Cost":11,"Date":"3/10/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":630,"Cost":481,"Date":"3/12/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":213,"Cost":170,"Date":"3/31/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":452,"Cost":364,"Date":"6/16/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":399,"Cost":245,"Date":"6/17/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":575,"Cost":468,"Date":"8/27/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":548,"Cost":470,"Date":"10/1/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":230,"Cost":117,"Date":"11/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":109,"Cost":88,"Date":"11/9/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":765,"Cost":555,"Date":"3/27/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":527,"Cost":469,"Date":"4/17/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":713,"Cost":637,"Date":"8/11/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":389,"Cost":337,"Date":"8/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":913,"Cost":664,"Date":"9/2/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":260,"Cost":160,"Date":"9/5/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":204,"Cost":170,"Date":"9/14/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":606,"Cost":414,"Date":"9/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":59,"Cost":46,"Date":"11/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":781,"Cost":625,"Date":"12/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":464,"Cost":332,"Date":"1/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":590,"Cost":338,"Date":"1/21/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":988,"Cost":588,"Date":"2/9/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":211,"Cost":199,"Date":"3/19/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":72,"Cost":49,"Date":"4/3/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":327,"Cost":208,"Date":"4/5/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":144,"Cost":86,"Date":"4/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":595,"Cost":383,"Date":"7/10/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":348,"Cost":216,"Date":"3/25/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":860,"Cost":651,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":864,"Cost":664,"Date":"10/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":276,"Cost":240,"Date":"3/2/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":756,"Cost":605,"Date":"6/28/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":726,"Cost":625,"Date":"7/17/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":959,"Cost":579,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":280,"Cost":218,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":274,"Cost":211,"Date":"11/20/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":791,"Cost":678,"Date":"12/16/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":195,"Cost":146,"Date":"12/30/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":828,"Cost":553,"Date":"2/15/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":493,"Cost":287,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":764,"Cost":525,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":2,"Cost":2,"Date":"4/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":115,"Cost":105,"Date":"7/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":254,"Cost":192,"Date":"8/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":323,"Cost":226,"Date":"10/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":705,"Cost":575,"Date":"11/11/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":158,"Cost":147,"Date":"11/30/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":720,"Cost":622,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":536,"Cost":508,"Date":"3/1/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":408,"Cost":259,"Date":"4/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":26,"Cost":25,"Date":"5/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":947,"Cost":557,"Date":"8/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":185,"Cost":131,"Date":"9/15/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":232,"Cost":146,"Date":"10/14/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":524,"Cost":428,"Date":"10/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":460,"Cost":326,"Date":"11/11/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":327,"Cost":213,"Date":"12/7/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":318,"Cost":238,"Date":"12/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":950,"Cost":888,"Date":"1/6/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":205,"Cost":150,"Date":"1/23/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":362,"Cost":181,"Date":"2/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":796,"Cost":590,"Date":"3/10/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":595,"Cost":465,"Date":"3/12/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":613,"Cost":449,"Date":"3/31/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":809,"Cost":613,"Date":"6/16/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":161,"Cost":129,"Date":"6/17/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":469,"Cost":252,"Date":"8/27/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":300,"Cost":232,"Date":"10/1/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":543,"Cost":343,"Date":"11/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":633,"Cost":543,"Date":"11/9/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":659,"Cost":513,"Date":"3/27/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":748,"Cost":545,"Date":"4/17/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":371,"Cost":308,"Date":"8/11/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":677,"Cost":569,"Date":"8/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":858,"Cost":773,"Date":"9/2/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":993,"Cost":669,"Date":"9/5/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":788,"Cost":619,"Date":"9/14/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":449,"Cost":282,"Date":"9/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":103,"Cost":84,"Date":"11/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":218,"Cost":197,"Date":"12/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":490,"Cost":353,"Date":"1/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":830,"Cost":574,"Date":"1/21/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":125,"Cost":85,"Date":"2/9/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":608,"Cost":461,"Date":"3/19/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":236,"Cost":205,"Date":"4/3/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":172,"Cost":101,"Date":"4/5/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":907,"Cost":729,"Date":"4/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":319,"Cost":285,"Date":"7/10/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":187,"Cost":177,"Date":"3/25/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":134,"Cost":108,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":608,"Cost":423,"Date":"10/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":383,"Cost":203,"Date":"3/2/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":13,"Cost":12,"Date":"6/28/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":610,"Cost":393,"Date":"7/17/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":545,"Cost":397,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":415,"Cost":353,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":687,"Cost":350,"Date":"11/20/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":885,"Cost":720,"Date":"12/16/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":108,"Cost":90,"Date":"12/30/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":233,"Cost":135,"Date":"2/15/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":719,"Cost":667,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":747,"Cost":383,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":581,"Cost":475,"Date":"4/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":819,"Cost":727,"Date":"7/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":855,"Cost":455,"Date":"8/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":324,"Cost":205,"Date":"10/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":482,"Cost":256,"Date":"11/11/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":571,"Cost":398,"Date":"11/30/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":457,"Cost":252,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":658,"Cost":434,"Date":"3/1/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":496,"Cost":376,"Date":"4/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":269,"Cost":219,"Date":"5/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":738,"Cost":496,"Date":"8/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":526,"Cost":486,"Date":"9/15/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":301,"Cost":222,"Date":"10/14/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":124,"Cost":87,"Date":"10/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":114,"Cost":97,"Date":"11/11/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":865,"Cost":761,"Date":"12/7/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":296,"Cost":242,"Date":"12/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":461,"Cost":330,"Date":"1/6/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":818,"Cost":465,"Date":"1/23/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":151,"Cost":115,"Date":"2/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":614,"Cost":432,"Date":"3/10/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":891,"Cost":501,"Date":"3/12/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":785,"Cost":526,"Date":"3/31/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":9,"Cost":7,"Date":"6/16/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":733,"Cost":663,"Date":"6/17/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":739,"Cost":394,"Date":"8/27/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":424,"Cost":264,"Date":"10/1/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":294,"Cost":207,"Date":"11/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":845,"Cost":523,"Date":"11/9/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":882,"Cost":573,"Date":"3/27/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":809,"Cost":729,"Date":"4/17/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":797,"Cost":451,"Date":"8/11/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":849,"Cost":624,"Date":"8/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":907,"Cost":809,"Date":"9/2/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":124,"Cost":66,"Date":"9/5/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":43,"Cost":34,"Date":"9/14/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":997,"Cost":872,"Date":"9/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":968,"Cost":862,"Date":"11/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":947,"Cost":752,"Date":"12/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":780,"Cost":649,"Date":"1/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":964,"Cost":512,"Date":"1/21/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":393,"Cost":256,"Date":"2/9/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":520,"Cost":263,"Date":"3/19/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":373,"Cost":259,"Date":"4/3/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":171,"Cost":149,"Date":"4/5/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":551,"Cost":481,"Date":"4/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":703,"Cost":559,"Date":"7/10/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":784,"Cost":663,"Date":"3/25/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":189,"Cost":171,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":165,"Cost":82,"Date":"10/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":154,"Cost":87,"Date":"3/2/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":507,"Cost":314,"Date":"6/28/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":965,"Cost":674,"Date":"7/17/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":540,"Cost":343,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":29,"Cost":20,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":561,"Cost":448,"Date":"11/20/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":338,"Cost":293,"Date":"12/16/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":298,"Cost":171,"Date":"12/30/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":638,"Cost":450,"Date":"2/15/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":861,"Cost":508,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":850,"Cost":663,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":864,"Cost":576,"Date":"4/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":903,"Cost":581,"Date":"7/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":225,"Cost":175,"Date":"8/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":174,"Cost":121,"Date":"10/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":985,"Cost":863,"Date":"11/11/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":879,"Cost":689,"Date":"11/30/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":401,"Cost":364,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":629,"Cost":589,"Date":"3/1/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":510,"Cost":298,"Date":"4/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":212,"Cost":198,"Date":"5/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":45,"Cost":24,"Date":"8/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":618,"Cost":421,"Date":"9/15/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":927,"Cost":742,"Date":"10/14/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":87,"Cost":56,"Date":"10/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":335,"Cost":214,"Date":"11/11/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":255,"Cost":152,"Date":"12/7/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":353,"Cost":272,"Date":"12/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":432,"Cost":313,"Date":"1/6/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":721,"Cost":377,"Date":"1/23/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":850,"Cost":497,"Date":"2/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":364,"Cost":217,"Date":"3/10/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":352,"Cost":247,"Date":"3/12/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":800,"Cost":648,"Date":"3/31/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":152,"Cost":128,"Date":"6/16/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":769,"Cost":494,"Date":"6/17/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":640,"Cost":526,"Date":"8/27/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":308,"Cost":226,"Date":"10/1/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":162,"Cost":149,"Date":"11/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":978,"Cost":656,"Date":"11/9/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":731,"Cost":661,"Date":"3/27/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":68,"Cost":59,"Date":"4/17/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":321,"Cost":230,"Date":"8/11/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":345,"Cost":272,"Date":"8/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":296,"Cost":203,"Date":"9/2/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":356,"Cost":303,"Date":"9/5/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":592,"Cost":347,"Date":"9/14/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":247,"Cost":130,"Date":"9/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":4,"Cost":2,"Date":"11/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":520,"Cost":468,"Date":"12/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":661,"Cost":624,"Date":"1/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":382,"Cost":239,"Date":"1/21/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":228,"Cost":171,"Date":"2/9/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":899,"Cost":615,"Date":"3/19/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":938,"Cost":544,"Date":"4/3/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":924,"Cost":480,"Date":"4/5/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":500,"Cost":421,"Date":"4/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":2,"Cost":1,"Date":"7/10/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":917,"Cost":750,"Date":"3/25/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":990,"Cost":544,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":415,"Cost":285,"Date":"10/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":365,"Cost":187,"Date":"3/2/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":569,"Cost":459,"Date":"6/28/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":536,"Cost":387,"Date":"7/17/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":303,"Cost":170,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":840,"Cost":481,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":339,"Cost":275,"Date":"11/20/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":998,"Cost":853,"Date":"12/16/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":905,"Cost":752,"Date":"12/30/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":101,"Cost":62,"Date":"2/15/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":284,"Cost":143,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":807,"Cost":636,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":944,"Cost":888,"Date":"4/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":935,"Cost":576,"Date":"7/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":208,"Cost":186,"Date":"8/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":308,"Cost":173,"Date":"10/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":828,"Cost":741,"Date":"11/11/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":849,"Cost":531,"Date":"11/30/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":372,"Cost":246,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":147,"Cost":78,"Date":"3/1/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":380,"Cost":314,"Date":"4/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":655,"Cost":416,"Date":"5/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":330,"Cost":295,"Date":"8/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":891,"Cost":665,"Date":"9/15/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":879,"Cost":665,"Date":"10/14/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":256,"Cost":128,"Date":"10/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":528,"Cost":362,"Date":"11/11/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":208,"Cost":133,"Date":"12/7/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":257,"Cost":133,"Date":"12/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":380,"Cost":295,"Date":"1/6/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":889,"Cost":496,"Date":"1/23/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":964,"Cost":825,"Date":"2/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":5,"Cost":3,"Date":"3/10/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":844,"Cost":758,"Date":"3/12/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":902,"Cost":486,"Date":"3/31/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":326,"Cost":229,"Date":"6/16/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":901,"Cost":803,"Date":"6/17/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":735,"Cost":472,"Date":"8/27/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":490,"Cost":322,"Date":"10/1/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":694,"Cost":448,"Date":"11/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":644,"Cost":339,"Date":"11/9/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":62,"Cost":45,"Date":"3/27/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":61,"Cost":31,"Date":"4/17/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":454,"Cost":420,"Date":"8/11/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":646,"Cost":387,"Date":"8/21/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":563,"Cost":460,"Date":"9/2/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":918,"Cost":597,"Date":"9/5/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":449,"Cost":369,"Date":"9/14/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":462,"Cost":298,"Date":"9/20/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":360,"Cost":271,"Date":"11/20/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":812,"Cost":457,"Date":"12/21/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":241,"Cost":159,"Date":"1/7/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":74,"Cost":41,"Date":"1/21/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":142,"Cost":131,"Date":"2/9/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":142,"Cost":88,"Date":"3/19/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":705,"Cost":437,"Date":"4/3/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":150,"Cost":139,"Date":"4/5/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":82,"Cost":71,"Date":"4/28/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":268,"Cost":181,"Date":"7/10/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":226,"Cost":133,"Date":"3/25/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":719,"Cost":635,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":499,"Cost":473,"Date":"10/28/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":88,"Cost":58,"Date":"3/2/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":445,"Cost":409,"Date":"6/28/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":211,"Cost":172,"Date":"7/17/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":420,"Cost":305,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":67,"Cost":50,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":293,"Cost":209,"Date":"11/20/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":573,"Cost":467,"Date":"12/16/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":368,"Cost":203,"Date":"12/30/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":545,"Cost":450,"Date":"2/15/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":72,"Cost":51,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":330,"Cost":223,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":307,"Cost":179,"Date":"4/18/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":881,"Cost":699,"Date":"7/27/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":62,"Cost":50,"Date":"8/18/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":728,"Cost":452,"Date":"10/31/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":631,"Cost":459,"Date":"11/11/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":553,"Cost":316,"Date":"11/30/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":36,"Cost":22,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":535,"Cost":313,"Date":"3/1/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":394,"Cost":345,"Date":"4/13/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":20,"Cost":11,"Date":"5/20/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":71,"Cost":39,"Date":"8/13/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":43,"Cost":30,"Date":"9/15/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":501,"Cost":270,"Date":"10/14/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":857,"Cost":453,"Date":"10/28/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":344,"Cost":229,"Date":"11/11/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":15,"Cost":11,"Date":"12/7/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":377,"Cost":262,"Date":"12/21/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":265,"Cost":175,"Date":"1/6/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":704,"Cost":428,"Date":"1/23/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":420,"Cost":370,"Date":"2/4/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":630,"Cost":531,"Date":"3/10/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":302,"Cost":247,"Date":"3/12/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":967,"Cost":895,"Date":"3/31/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":416,"Cost":388,"Date":"6/16/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":330,"Cost":226,"Date":"6/17/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":989,"Cost":872,"Date":"8/27/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":365,"Cost":182,"Date":"10/1/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":866,"Cost":668,"Date":"11/4/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":43,"Cost":38,"Date":"11/9/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":87,"Cost":63,"Date":"3/27/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":924,"Cost":874,"Date":"4/17/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":337,"Cost":213,"Date":"8/11/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":628,"Cost":371,"Date":"8/21/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":970,"Cost":882,"Date":"9/2/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":16,"Cost":11,"Date":"9/5/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":508,"Cost":276,"Date":"9/14/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":435,"Cost":348,"Date":"9/20/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":27,"Cost":18,"Date":"11/20/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":552,"Cost":354,"Date":"12/21/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":828,"Cost":614,"Date":"1/7/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":543,"Cost":474,"Date":"1/21/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":878,"Cost":620,"Date":"2/9/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":784,"Cost":485,"Date":"3/19/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":579,"Cost":338,"Date":"4/3/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":606,"Cost":546,"Date":"4/5/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":622,"Cost":360,"Date":"4/28/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":959,"Cost":895,"Date":"7/10/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":375,"Cost":198,"Date":"3/25/2020"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":744,"Cost":529,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":161,"Cost":104,"Date":"10/28/2020"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":229,"Cost":133,"Date":"3/2/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":805,"Cost":518,"Date":"6/28/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":987,"Cost":643,"Date":"7/17/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":6,"Cost":5,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":201,"Cost":109,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":913,"Cost":809,"Date":"11/20/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":813,"Cost":773,"Date":"12/16/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":40,"Cost":26,"Date":"12/30/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":144,"Cost":126,"Date":"2/15/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":423,"Cost":219,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":599,"Cost":549,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":952,"Cost":845,"Date":"4/18/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":567,"Cost":290,"Date":"7/27/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":774,"Cost":430,"Date":"8/18/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":391,"Cost":209,"Date":"10/31/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":378,"Cost":286,"Date":"11/11/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":302,"Cost":204,"Date":"11/30/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":725,"Cost":671,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":778,"Cost":491,"Date":"3/1/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":952,"Cost":766,"Date":"4/13/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":322,"Cost":179,"Date":"5/20/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":971,"Cost":911,"Date":"8/13/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":36,"Cost":22,"Date":"9/15/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":109,"Cost":94,"Date":"10/14/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":994,"Cost":609,"Date":"10/28/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":2,"Cost":2,"Date":"11/11/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":632,"Cost":600,"Date":"12/7/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":586,"Cost":542,"Date":"12/21/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":770,"Cost":492,"Date":"1/6/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":498,"Cost":343,"Date":"1/23/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":482,"Cost":400,"Date":"2/4/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":487,"Cost":369,"Date":"3/10/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":262,"Cost":187,"Date":"3/12/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":809,"Cost":638,"Date":"3/31/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":2,"Cost":2,"Date":"6/16/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":745,"Cost":571,"Date":"6/17/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":563,"Cost":379,"Date":"8/27/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":594,"Cost":519,"Date":"10/1/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":743,"Cost":639,"Date":"11/4/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":713,"Cost":421,"Date":"11/9/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":250,"Cost":196,"Date":"3/27/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":746,"Cost":408,"Date":"4/17/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":233,"Cost":140,"Date":"8/11/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":465,"Cost":258,"Date":"8/21/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":919,"Cost":517,"Date":"9/2/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":101,"Cost":72,"Date":"9/5/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":999,"Cost":643,"Date":"9/14/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":729,"Cost":419,"Date":"9/20/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":913,"Cost":607,"Date":"11/20/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":739,"Cost":690,"Date":"12/21/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":689,"Cost":503,"Date":"1/7/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":42,"Cost":30,"Date":"1/21/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":656,"Cost":612,"Date":"2/9/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":463,"Cost":340,"Date":"3/19/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":250,"Cost":138,"Date":"4/3/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":650,"Cost":601,"Date":"4/5/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":727,"Cost":511,"Date":"4/28/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":377,"Cost":237,"Date":"7/10/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":133,"Cost":87,"Date":"3/25/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":565,"Cost":389,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":684,"Cost":410,"Date":"10/28/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":213,"Cost":170,"Date":"3/2/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":820,"Cost":480,"Date":"6/28/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":633,"Cost":391,"Date":"7/17/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":424,"Cost":314,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":926,"Cost":741,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":650,"Cost":454,"Date":"11/20/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":738,"Cost":620,"Date":"12/16/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":991,"Cost":561,"Date":"12/30/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":979,"Cost":532,"Date":"2/15/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":858,"Cost":788,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":102,"Cost":96,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":508,"Cost":369,"Date":"4/18/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":214,"Cost":189,"Date":"7/27/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":85,"Cost":66,"Date":"8/18/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":694,"Cost":487,"Date":"10/31/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":223,"Cost":205,"Date":"11/11/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":85,"Cost":80,"Date":"11/30/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":200,"Cost":124,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":844,"Cost":481,"Date":"3/1/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":684,"Cost":358,"Date":"4/13/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":252,"Cost":178,"Date":"5/20/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":121,"Cost":93,"Date":"8/13/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":659,"Cost":512,"Date":"9/15/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":86,"Cost":51,"Date":"10/14/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":799,"Cost":574,"Date":"10/28/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":757,"Cost":431,"Date":"11/11/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":672,"Cost":386,"Date":"12/7/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":548,"Cost":520,"Date":"12/21/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":749,"Cost":623,"Date":"1/6/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":551,"Cost":334,"Date":"1/23/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":471,"Cost":403,"Date":"2/4/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":41,"Cost":30,"Date":"3/10/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":459,"Cost":265,"Date":"3/12/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":876,"Cost":697,"Date":"3/31/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":631,"Cost":489,"Date":"6/16/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":539,"Cost":425,"Date":"6/17/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":395,"Cost":248,"Date":"8/27/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":571,"Cost":341,"Date":"10/1/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":874,"Cost":806,"Date":"11/4/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":8,"Cost":6,"Date":"11/9/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":680,"Cost":607,"Date":"3/27/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":655,"Cost":488,"Date":"4/17/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":830,"Cost":452,"Date":"8/11/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":588,"Cost":492,"Date":"8/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":565,"Cost":525,"Date":"9/2/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":245,"Cost":226,"Date":"9/5/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":782,"Cost":641,"Date":"9/14/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":915,"Cost":671,"Date":"9/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":189,"Cost":125,"Date":"11/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":591,"Cost":318,"Date":"12/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":613,"Cost":487,"Date":"1/7/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":175,"Cost":150,"Date":"1/21/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":3,"Cost":3,"Date":"2/9/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":528,"Cost":360,"Date":"3/19/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":671,"Cost":349,"Date":"4/3/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":45,"Cost":35,"Date":"4/5/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":94,"Cost":57,"Date":"4/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":86,"Cost":63,"Date":"7/10/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":211,"Cost":166,"Date":"3/25/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":65,"Cost":41,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":110,"Cost":73,"Date":"10/28/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":192,"Cost":127,"Date":"3/2/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":569,"Cost":440,"Date":"6/28/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":937,"Cost":619,"Date":"7/17/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":320,"Cost":211,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":785,"Cost":620,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":605,"Cost":416,"Date":"11/20/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":236,"Cost":177,"Date":"12/16/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":6,"Cost":5,"Date":"12/30/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":599,"Cost":364,"Date":"2/15/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":602,"Cost":462,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":202,"Cost":106,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":976,"Cost":749,"Date":"4/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":361,"Cost":241,"Date":"7/27/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":717,"Cost":600,"Date":"8/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":720,"Cost":490,"Date":"10/31/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":843,"Cost":486,"Date":"11/11/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":791,"Cost":605,"Date":"11/30/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":36,"Cost":27,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":69,"Cost":37,"Date":"3/1/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":745,"Cost":631,"Date":"4/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":373,"Cost":207,"Date":"5/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":152,"Cost":82,"Date":"8/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":661,"Cost":436,"Date":"9/15/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":479,"Cost":261,"Date":"10/14/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":834,"Cost":727,"Date":"10/28/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":71,"Cost":63,"Date":"11/11/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":653,"Cost":532,"Date":"12/7/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":425,"Cost":403,"Date":"12/21/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":744,"Cost":541,"Date":"1/6/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":658,"Cost":562,"Date":"1/23/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":700,"Cost":547,"Date":"2/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":628,"Cost":427,"Date":"3/10/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":607,"Cost":539,"Date":"3/12/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":368,"Cost":316,"Date":"3/31/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":251,"Cost":156,"Date":"6/16/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":798,"Cost":436,"Date":"6/17/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":529,"Cost":367,"Date":"8/27/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":294,"Cost":234,"Date":"10/1/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":372,"Cost":200,"Date":"11/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":743,"Cost":495,"Date":"11/9/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":77,"Cost":66,"Date":"3/27/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":22,"Cost":12,"Date":"4/17/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":361,"Cost":248,"Date":"8/11/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":433,"Cost":392,"Date":"8/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":265,"Cost":190,"Date":"9/2/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":309,"Cost":253,"Date":"9/5/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":716,"Cost":499,"Date":"9/14/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":956,"Cost":825,"Date":"9/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":459,"Cost":313,"Date":"11/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":513,"Cost":384,"Date":"12/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":108,"Cost":79,"Date":"1/7/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":910,"Cost":602,"Date":"1/21/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":210,"Cost":134,"Date":"2/9/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":933,"Cost":500,"Date":"3/19/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":461,"Cost":258,"Date":"4/3/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":958,"Cost":826,"Date":"4/5/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":800,"Cost":662,"Date":"4/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":724,"Cost":415,"Date":"7/10/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":877,"Cost":589,"Date":"3/25/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":667,"Cost":465,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":969,"Cost":571,"Date":"10/28/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":995,"Cost":727,"Date":"3/2/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":418,"Cost":351,"Date":"6/28/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":75,"Cost":71,"Date":"7/17/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":736,"Cost":663,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":713,"Cost":458,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":111,"Cost":58,"Date":"11/20/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":814,"Cost":439,"Date":"12/16/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":186,"Cost":172,"Date":"12/30/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":544,"Cost":335,"Date":"2/15/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":902,"Cost":634,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":528,"Cost":316,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":940,"Cost":497,"Date":"4/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":197,"Cost":119,"Date":"7/27/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":185,"Cost":117,"Date":"8/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":436,"Cost":229,"Date":"10/31/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":647,"Cost":450,"Date":"11/11/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":810,"Cost":539,"Date":"11/30/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":79,"Cost":62,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":676,"Cost":566,"Date":"3/1/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":320,"Cost":236,"Date":"4/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":872,"Cost":710,"Date":"5/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":563,"Cost":461,"Date":"8/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":393,"Cost":279,"Date":"9/15/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":988,"Cost":820,"Date":"10/14/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":76,"Cost":47,"Date":"10/28/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":456,"Cost":400,"Date":"11/11/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":384,"Cost":226,"Date":"12/7/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":604,"Cost":345,"Date":"12/21/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":740,"Cost":556,"Date":"1/6/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":472,"Cost":332,"Date":"1/23/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":128,"Cost":120,"Date":"2/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":480,"Cost":449,"Date":"3/10/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":677,"Cost":560,"Date":"3/12/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":562,"Cost":399,"Date":"3/31/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":282,"Cost":204,"Date":"6/16/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":829,"Cost":607,"Date":"6/17/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":838,"Cost":565,"Date":"8/27/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":8,"Cost":8,"Date":"10/1/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":653,"Cost":543,"Date":"11/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":892,"Cost":838,"Date":"11/9/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":32,"Cost":20,"Date":"3/27/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":318,"Cost":232,"Date":"4/17/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":248,"Cost":138,"Date":"8/11/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":168,"Cost":94,"Date":"8/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":200,"Cost":161,"Date":"9/2/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":810,"Cost":702,"Date":"9/5/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":759,"Cost":718,"Date":"9/14/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":410,"Cost":347,"Date":"9/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":184,"Cost":138,"Date":"11/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":370,"Cost":304,"Date":"12/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":516,"Cost":453,"Date":"1/7/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":516,"Cost":468,"Date":"1/21/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":771,"Cost":571,"Date":"2/9/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":858,"Cost":746,"Date":"3/19/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":462,"Cost":420,"Date":"4/3/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":280,"Cost":234,"Date":"4/5/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":694,"Cost":601,"Date":"4/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":426,"Cost":277,"Date":"7/10/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":70,"Cost":59,"Date":"3/25/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":994,"Cost":623,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":156,"Cost":92,"Date":"10/28/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":766,"Cost":543,"Date":"3/2/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":257,"Cost":167,"Date":"6/28/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":55,"Cost":34,"Date":"7/17/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":830,"Cost":580,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":459,"Cost":299,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":44,"Cost":31,"Date":"11/20/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":672,"Cost":437,"Date":"12/16/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":705,"Cost":400,"Date":"12/30/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":27,"Cost":22,"Date":"2/15/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":698,"Cost":655,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":793,"Cost":715,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":181,"Cost":165,"Date":"4/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":526,"Cost":352,"Date":"7/27/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":169,"Cost":93,"Date":"8/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":363,"Cost":343,"Date":"10/31/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":716,"Cost":517,"Date":"11/11/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":161,"Cost":118,"Date":"11/30/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":834,"Cost":591,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":436,"Cost":335,"Date":"3/1/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":955,"Cost":707,"Date":"4/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":841,"Cost":477,"Date":"5/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":976,"Cost":563,"Date":"8/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":660,"Cost":598,"Date":"9/15/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":693,"Cost":625,"Date":"10/14/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":763,"Cost":722,"Date":"10/28/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":847,"Cost":519,"Date":"11/11/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":332,"Cost":244,"Date":"12/7/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":717,"Cost":526,"Date":"12/21/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":479,"Cost":291,"Date":"1/6/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":272,"Cost":253,"Date":"1/23/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":725,"Cost":661,"Date":"2/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":835,"Cost":544,"Date":"3/10/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":945,"Cost":679,"Date":"3/12/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":616,"Cost":537,"Date":"3/31/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":528,"Cost":358,"Date":"6/16/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":858,"Cost":667,"Date":"6/17/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":206,"Cost":166,"Date":"8/27/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":668,"Cost":366,"Date":"10/1/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":964,"Cost":689,"Date":"11/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":956,"Cost":718,"Date":"11/9/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":804,"Cost":696,"Date":"3/27/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":859,"Cost":809,"Date":"4/17/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":115,"Cost":79,"Date":"8/11/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":320,"Cost":266,"Date":"8/21/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":968,"Cost":509,"Date":"9/2/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":877,"Cost":495,"Date":"9/5/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":74,"Cost":63,"Date":"9/14/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":182,"Cost":114,"Date":"9/20/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":562,"Cost":534,"Date":"11/20/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":47,"Cost":40,"Date":"12/21/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":333,"Cost":238,"Date":"1/7/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":43,"Cost":39,"Date":"1/21/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":803,"Cost":443,"Date":"2/9/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":728,"Cost":577,"Date":"3/19/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":272,"Cost":245,"Date":"4/3/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":462,"Cost":263,"Date":"4/5/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":276,"Cost":201,"Date":"4/28/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":880,"Cost":797,"Date":"7/10/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":944,"Cost":647,"Date":"3/25/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":665,"Cost":612,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":397,"Cost":312,"Date":"10/28/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":646,"Cost":373,"Date":"3/2/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":797,"Cost":440,"Date":"6/28/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":445,"Cost":373,"Date":"7/17/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":99,"Cost":73,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":577,"Cost":390,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":43,"Cost":21,"Date":"11/20/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":746,"Cost":515,"Date":"12/16/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":391,"Cost":330,"Date":"12/30/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":304,"Cost":259,"Date":"2/15/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":43,"Cost":34,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":935,"Cost":501,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":913,"Cost":460,"Date":"4/18/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":585,"Cost":461,"Date":"7/27/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":794,"Cost":408,"Date":"8/18/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":508,"Cost":255,"Date":"10/31/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":773,"Cost":690,"Date":"11/11/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":74,"Cost":50,"Date":"11/30/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":470,"Cost":310,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":61,"Cost":31,"Date":"3/1/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":652,"Cost":436,"Date":"4/13/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":431,"Cost":245,"Date":"5/20/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":512,"Cost":456,"Date":"8/13/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":351,"Cost":255,"Date":"9/15/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":253,"Cost":212,"Date":"10/14/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":447,"Cost":305,"Date":"10/28/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":664,"Cost":412,"Date":"11/11/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":467,"Cost":360,"Date":"12/7/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":654,"Cost":410,"Date":"12/21/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":520,"Cost":493,"Date":"1/6/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":890,"Cost":718,"Date":"1/23/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":851,"Cost":688,"Date":"2/4/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":567,"Cost":438,"Date":"3/10/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":848,"Cost":490,"Date":"3/12/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":595,"Cost":397,"Date":"3/31/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":704,"Cost":449,"Date":"6/16/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":398,"Cost":215,"Date":"6/17/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":745,"Cost":493,"Date":"8/27/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":507,"Cost":330,"Date":"10/1/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":204,"Cost":124,"Date":"11/4/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":685,"Cost":646,"Date":"11/9/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":310,"Cost":157,"Date":"3/27/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":844,"Cost":545,"Date":"4/17/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":408,"Cost":280,"Date":"8/11/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":401,"Cost":291,"Date":"8/21/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":186,"Cost":129,"Date":"9/2/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":722,"Cost":443,"Date":"9/5/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":692,"Cost":620,"Date":"9/14/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":154,"Cost":113,"Date":"9/20/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":506,"Cost":353,"Date":"11/20/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":281,"Cost":262,"Date":"12/21/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":119,"Cost":107,"Date":"1/7/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":28,"Cost":17,"Date":"1/21/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":661,"Cost":557,"Date":"2/9/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":970,"Cost":654,"Date":"3/19/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":470,"Cost":332,"Date":"4/3/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":667,"Cost":496,"Date":"4/5/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":332,"Cost":207,"Date":"4/28/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":740,"Cost":599,"Date":"7/10/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":27,"Cost":16,"Date":"3/25/2020"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":340,"Cost":254,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":244,"Cost":188,"Date":"10/28/2020"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":799,"Cost":421,"Date":"3/2/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":810,"Cost":669,"Date":"6/28/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":109,"Cost":70,"Date":"7/17/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":46,"Cost":25,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":184,"Cost":119,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":427,"Cost":334,"Date":"11/20/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":354,"Cost":188,"Date":"12/16/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":526,"Cost":410,"Date":"12/30/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":746,"Cost":375,"Date":"2/15/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":535,"Cost":455,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":629,"Cost":383,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":112,"Cost":95,"Date":"4/18/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":404,"Cost":373,"Date":"7/27/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":723,"Cost":390,"Date":"8/18/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":393,"Cost":240,"Date":"10/31/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":516,"Cost":269,"Date":"11/11/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":214,"Cost":176,"Date":"11/30/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":779,"Cost":626,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":842,"Cost":560,"Date":"3/1/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":874,"Cost":774,"Date":"4/13/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":464,"Cost":345,"Date":"5/20/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":391,"Cost":251,"Date":"8/13/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":407,"Cost":286,"Date":"9/15/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":313,"Cost":277,"Date":"10/14/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":895,"Cost":506,"Date":"10/28/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":270,"Cost":212,"Date":"11/11/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":165,"Cost":83,"Date":"12/7/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":118,"Cost":112,"Date":"12/21/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":99,"Cost":85,"Date":"1/6/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":662,"Cost":595,"Date":"1/23/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":872,"Cost":574,"Date":"2/4/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":596,"Cost":353,"Date":"3/10/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":957,"Cost":817,"Date":"3/12/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":783,"Cost":548,"Date":"3/31/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":232,"Cost":216,"Date":"6/16/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":729,"Cost":422,"Date":"6/17/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":374,"Cost":276,"Date":"8/27/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":956,"Cost":616,"Date":"10/1/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":502,"Cost":371,"Date":"11/4/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":178,"Cost":107,"Date":"11/9/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":180,"Cost":153,"Date":"3/27/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":448,"Cost":321,"Date":"4/17/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":498,"Cost":272,"Date":"8/11/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":647,"Cost":323,"Date":"8/21/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":794,"Cost":530,"Date":"9/2/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":432,"Cost":265,"Date":"9/5/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":675,"Cost":604,"Date":"9/14/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":274,"Cost":231,"Date":"9/20/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":596,"Cost":315,"Date":"11/20/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":100,"Cost":53,"Date":"12/21/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":939,"Cost":500,"Date":"1/7/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":684,"Cost":558,"Date":"1/21/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":168,"Cost":137,"Date":"2/9/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":440,"Cost":311,"Date":"3/19/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":972,"Cost":572,"Date":"4/3/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":944,"Cost":688,"Date":"4/5/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":236,"Cost":163,"Date":"4/28/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":821,"Cost":426,"Date":"7/10/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":745,"Cost":619,"Date":"3/25/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":824,"Cost":776,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":154,"Cost":105,"Date":"10/28/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":252,"Cost":143,"Date":"3/2/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":648,"Cost":339,"Date":"6/28/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":7,"Cost":3,"Date":"7/17/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":897,"Cost":609,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":932,"Cost":774,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":300,"Cost":205,"Date":"11/20/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":885,"Cost":588,"Date":"12/16/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":707,"Cost":484,"Date":"12/30/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":777,"Cost":425,"Date":"2/15/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":386,"Cost":219,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":284,"Cost":178,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":917,"Cost":511,"Date":"4/18/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":595,"Cost":309,"Date":"7/27/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":563,"Cost":389,"Date":"8/18/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":215,"Cost":147,"Date":"10/31/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":277,"Cost":186,"Date":"11/11/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":862,"Cost":708,"Date":"11/30/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":704,"Cost":477,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":9,"Cost":5,"Date":"3/1/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":864,"Cost":492,"Date":"4/13/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":777,"Cost":737,"Date":"5/20/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":210,"Cost":120,"Date":"8/13/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":92,"Cost":54,"Date":"9/15/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":254,"Cost":162,"Date":"10/14/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":126,"Cost":116,"Date":"10/28/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":211,"Cost":128,"Date":"11/11/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":503,"Cost":389,"Date":"12/7/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":149,"Cost":108,"Date":"12/21/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":69,"Cost":53,"Date":"1/6/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":647,"Cost":466,"Date":"1/23/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":347,"Cost":236,"Date":"2/4/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":394,"Cost":260,"Date":"3/10/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":386,"Cost":230,"Date":"3/12/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":226,"Cost":177,"Date":"3/31/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":482,"Cost":440,"Date":"6/16/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":212,"Cost":125,"Date":"6/17/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":127,"Cost":75,"Date":"8/27/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":321,"Cost":211,"Date":"10/1/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":708,"Cost":517,"Date":"11/4/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":288,"Cost":266,"Date":"11/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":904,"Cost":503,"Date":"3/27/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":332,"Cost":254,"Date":"4/17/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":853,"Cost":550,"Date":"8/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":450,"Cost":405,"Date":"8/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":650,"Cost":544,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":50,"Cost":30,"Date":"9/5/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":68,"Date":"9/14/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":668,"Cost":365,"Date":"9/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":730,"Cost":510,"Date":"11/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":511,"Cost":411,"Date":"12/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":905,"Cost":553,"Date":"1/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":643,"Cost":480,"Date":"1/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":391,"Cost":336,"Date":"2/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":503,"Date":"3/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":51,"Cost":26,"Date":"4/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":716,"Date":"4/5/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":955,"Cost":702,"Date":"4/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":435,"Cost":404,"Date":"7/10/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":579,"Date":"3/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":72,"Cost":45,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":31,"Cost":25,"Date":"10/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":474,"Cost":423,"Date":"3/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":562,"Cost":505,"Date":"6/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":977,"Cost":732,"Date":"7/17/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":89,"Cost":80,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":527,"Cost":312,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":918,"Cost":645,"Date":"11/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":57,"Date":"12/16/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":346,"Cost":202,"Date":"12/30/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":9,"Cost":7,"Date":"2/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":462,"Cost":428,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":470,"Cost":446,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":507,"Cost":437,"Date":"4/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":466,"Cost":425,"Date":"7/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":887,"Cost":551,"Date":"8/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":379,"Cost":318,"Date":"10/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":23,"Cost":21,"Date":"11/11/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":374,"Cost":350,"Date":"11/30/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":44,"Cost":35,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":129,"Cost":67,"Date":"3/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":447,"Cost":413,"Date":"4/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":814,"Cost":442,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":258,"Cost":226,"Date":"8/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":218,"Cost":122,"Date":"9/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":318,"Cost":273,"Date":"10/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":502,"Cost":293,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":590,"Date":"11/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":626,"Cost":465,"Date":"12/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":495,"Date":"12/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":852,"Cost":515,"Date":"1/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":313,"Cost":165,"Date":"1/23/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":55,"Cost":29,"Date":"2/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":51,"Cost":43,"Date":"3/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":492,"Cost":402,"Date":"3/12/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":889,"Cost":557,"Date":"3/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":575,"Cost":334,"Date":"6/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":552,"Cost":459,"Date":"6/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":184,"Cost":120,"Date":"8/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":58,"Date":"10/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":13,"Cost":9,"Date":"11/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":90,"Cost":81,"Date":"11/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":151,"Cost":85,"Date":"3/27/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":432,"Cost":365,"Date":"4/17/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":58,"Cost":42,"Date":"8/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":132,"Cost":112,"Date":"8/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":587,"Cost":431,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":774,"Cost":716,"Date":"9/5/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":998,"Cost":833,"Date":"9/14/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":975,"Cost":561,"Date":"9/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":572,"Cost":521,"Date":"11/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":124,"Cost":79,"Date":"12/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":918,"Cost":765,"Date":"1/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":58,"Cost":44,"Date":"1/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":351,"Cost":210,"Date":"2/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":86,"Cost":70,"Date":"3/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":210,"Cost":146,"Date":"4/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":632,"Cost":325,"Date":"4/5/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":619,"Cost":374,"Date":"4/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":566,"Cost":522,"Date":"7/10/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":146,"Cost":128,"Date":"3/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":780,"Cost":437,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":24,"Cost":20,"Date":"10/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":510,"Cost":348,"Date":"3/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":396,"Cost":324,"Date":"6/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":842,"Cost":466,"Date":"7/17/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":768,"Cost":680,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":864,"Cost":479,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":212,"Cost":176,"Date":"11/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":25,"Cost":20,"Date":"12/16/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":142,"Cost":90,"Date":"12/30/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":483,"Cost":270,"Date":"2/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":958,"Cost":491,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":191,"Cost":141,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":300,"Cost":204,"Date":"4/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":793,"Cost":580,"Date":"7/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":544,"Cost":327,"Date":"8/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":138,"Cost":85,"Date":"10/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":634,"Cost":483,"Date":"11/11/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":987,"Cost":814,"Date":"11/30/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":717,"Cost":486,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":681,"Cost":602,"Date":"3/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":264,"Cost":214,"Date":"4/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":340,"Cost":316,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":597,"Cost":550,"Date":"8/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":404,"Cost":288,"Date":"9/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":372,"Cost":201,"Date":"10/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":339,"Cost":313,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":118,"Cost":111,"Date":"11/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":904,"Cost":712,"Date":"12/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":71,"Cost":37,"Date":"12/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":185,"Cost":162,"Date":"1/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":873,"Cost":503,"Date":"1/23/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":611,"Cost":483,"Date":"2/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":311,"Cost":272,"Date":"3/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":344,"Cost":283,"Date":"3/12/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":551,"Cost":435,"Date":"3/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":502,"Cost":388,"Date":"6/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":776,"Cost":431,"Date":"6/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":171,"Cost":112,"Date":"8/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":573,"Cost":489,"Date":"10/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":504,"Cost":466,"Date":"11/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":673,"Cost":527,"Date":"11/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":711,"Cost":514,"Date":"3/27/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":346,"Cost":261,"Date":"4/17/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":666,"Cost":555,"Date":"8/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":467,"Cost":284,"Date":"8/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":719,"Cost":611,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":121,"Cost":90,"Date":"9/5/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":368,"Cost":320,"Date":"9/14/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":175,"Cost":123,"Date":"9/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":710,"Cost":500,"Date":"11/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":459,"Cost":357,"Date":"12/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":527,"Cost":395,"Date":"1/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":991,"Cost":801,"Date":"1/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":201,"Cost":167,"Date":"2/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":363,"Cost":292,"Date":"3/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":561,"Cost":283,"Date":"4/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":722,"Cost":567,"Date":"4/5/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":722,"Cost":635,"Date":"4/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":212,"Cost":188,"Date":"7/10/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":180,"Cost":170,"Date":"3/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":963,"Cost":897,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":926,"Cost":871,"Date":"10/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":853,"Cost":744,"Date":"3/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":29,"Cost":16,"Date":"6/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":984,"Cost":896,"Date":"7/17/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":816,"Cost":466,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":894,"Cost":783,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":14,"Cost":10,"Date":"11/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":671,"Cost":359,"Date":"12/16/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":892,"Cost":812,"Date":"12/30/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":978,"Cost":876,"Date":"2/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":890,"Cost":833,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":176,"Cost":118,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":271,"Cost":155,"Date":"4/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":356,"Cost":292,"Date":"7/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":101,"Cost":58,"Date":"8/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":975,"Cost":733,"Date":"10/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":277,"Cost":197,"Date":"11/11/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":998,"Cost":617,"Date":"11/30/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":383,"Cost":304,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":337,"Cost":199,"Date":"3/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":822,"Cost":718,"Date":"4/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":870,"Cost":719,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":683,"Cost":380,"Date":"8/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":279,"Cost":227,"Date":"9/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":790,"Cost":582,"Date":"10/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":333,"Cost":197,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":396,"Cost":349,"Date":"11/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":187,"Cost":105,"Date":"12/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":754,"Cost":673,"Date":"12/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":421,"Cost":270,"Date":"1/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":72,"Cost":62,"Date":"1/23/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":77,"Cost":53,"Date":"2/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":940,"Cost":503,"Date":"3/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":965,"Cost":904,"Date":"3/12/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":80,"Cost":59,"Date":"3/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":563,"Cost":350,"Date":"6/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":301,"Cost":264,"Date":"6/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":964,"Cost":735,"Date":"8/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":544,"Cost":502,"Date":"10/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":386,"Cost":249,"Date":"11/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":235,"Cost":132,"Date":"11/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":67,"Cost":46,"Date":"3/27/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":319,"Cost":230,"Date":"4/17/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":492,"Cost":311,"Date":"8/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":519,"Cost":447,"Date":"8/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":781,"Cost":457,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":849,"Cost":652,"Date":"9/5/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":433,"Cost":239,"Date":"9/14/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":702,"Cost":371,"Date":"9/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":720,"Cost":656,"Date":"11/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":77,"Cost":56,"Date":"12/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":365,"Cost":269,"Date":"1/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":445,"Cost":356,"Date":"1/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":78,"Cost":68,"Date":"2/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":255,"Cost":167,"Date":"3/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":754,"Cost":514,"Date":"4/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":508,"Cost":389,"Date":"4/5/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":289,"Cost":180,"Date":"4/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":927,"Cost":543,"Date":"7/10/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":175,"Cost":163,"Date":"3/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":211,"Cost":166,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":571,"Cost":375,"Date":"10/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":99,"Cost":73,"Date":"3/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":452,"Cost":271,"Date":"6/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":917,"Cost":461,"Date":"7/17/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":210,"Cost":131,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":983,"Cost":916,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":945,"Cost":543,"Date":"11/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":245,"Cost":186,"Date":"12/16/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":508,"Cost":259,"Date":"12/30/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":188,"Cost":173,"Date":"2/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":300,"Cost":169,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":376,"Cost":339,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":160,"Cost":98,"Date":"4/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":107,"Cost":54,"Date":"7/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":371,"Cost":333,"Date":"8/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":744,"Cost":420,"Date":"10/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":492,"Cost":312,"Date":"11/11/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":499,"Cost":306,"Date":"11/30/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":821,"Cost":507,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":499,"Cost":385,"Date":"3/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":405,"Cost":324,"Date":"4/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":580,"Cost":323,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":873,"Cost":560,"Date":"8/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":7,"Cost":5,"Date":"9/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":666,"Cost":398,"Date":"10/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":251,"Cost":139,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":231,"Cost":182,"Date":"11/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":97,"Cost":77,"Date":"12/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":229,"Cost":139,"Date":"12/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":193,"Cost":105,"Date":"1/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":749,"Cost":702,"Date":"1/23/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":536,"Cost":377,"Date":"2/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":995,"Cost":614,"Date":"3/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":375,"Cost":299,"Date":"3/12/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":448,"Cost":369,"Date":"3/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":870,"Cost":730,"Date":"6/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":837,"Cost":762,"Date":"6/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":38,"Cost":33,"Date":"8/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":38,"Cost":35,"Date":"10/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":488,"Cost":408,"Date":"11/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":163,"Cost":154,"Date":"11/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":674,"Cost":569,"Date":"3/27/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":275,"Cost":227,"Date":"4/17/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":956,"Cost":495,"Date":"8/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":389,"Cost":253,"Date":"8/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":303,"Cost":275,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":995,"Cost":875,"Date":"9/5/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":37,"Cost":19,"Date":"9/14/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":612,"Cost":344,"Date":"9/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":125,"Cost":90,"Date":"11/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":38,"Cost":23,"Date":"12/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":543,"Cost":408,"Date":"1/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":764,"Cost":439,"Date":"1/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":878,"Cost":479,"Date":"2/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":840,"Cost":434,"Date":"3/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":421,"Cost":233,"Date":"4/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":220,"Cost":126,"Date":"4/5/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":551,"Cost":485,"Date":"4/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":296,"Cost":216,"Date":"7/10/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":542,"Cost":349,"Date":"3/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":502,"Cost":353,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":814,"Cost":620,"Date":"10/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":639,"Cost":597,"Date":"3/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":526,"Cost":314,"Date":"6/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":268,"Cost":230,"Date":"7/17/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":924,"Cost":651,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":659,"Cost":494,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":609,"Cost":313,"Date":"11/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":113,"Cost":69,"Date":"12/16/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":795,"Cost":663,"Date":"12/30/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":900,"Cost":590,"Date":"2/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":392,"Cost":316,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":248,"Cost":183,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":999,"Cost":823,"Date":"4/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":288,"Cost":155,"Date":"7/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":586,"Cost":547,"Date":"8/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":225,"Cost":135,"Date":"10/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":469,"Cost":330,"Date":"11/11/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":241,"Cost":130,"Date":"11/30/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":444,"Cost":417,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":462,"Cost":430,"Date":"3/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":296,"Cost":211,"Date":"4/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":765,"Cost":720,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":659,"Cost":532,"Date":"8/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":69,"Cost":56,"Date":"9/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":540,"Cost":322,"Date":"10/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":277,"Cost":198,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":381,"Cost":311,"Date":"11/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":62,"Cost":32,"Date":"12/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":966,"Cost":636,"Date":"12/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":519,"Cost":479,"Date":"1/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":93,"Cost":81,"Date":"1/23/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":108,"Cost":89,"Date":"2/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":850,"Cost":662,"Date":"3/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":931,"Cost":799,"Date":"3/12/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":394,"Cost":231,"Date":"3/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":497,"Cost":342,"Date":"6/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":447,"Cost":360,"Date":"6/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":905,"Cost":769,"Date":"8/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":106,"Cost":78,"Date":"10/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":699,"Cost":541,"Date":"11/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":352,"Cost":209,"Date":"11/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":4,"Cost":4,"Date":"3/27/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":960,"Cost":488,"Date":"4/17/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":21,"Cost":20,"Date":"8/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":61,"Cost":56,"Date":"8/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":634,"Cost":532,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":683,"Cost":589,"Date":"9/5/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":861,"Cost":578,"Date":"9/14/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":267,"Cost":168,"Date":"9/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":866,"Cost":602,"Date":"11/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":396,"Cost":306,"Date":"12/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":623,"Cost":339,"Date":"1/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":280,"Cost":231,"Date":"1/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":918,"Cost":464,"Date":"2/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":830,"Cost":664,"Date":"3/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":55,"Cost":47,"Date":"4/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":84,"Cost":76,"Date":"4/5/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":262,"Cost":155,"Date":"4/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":705,"Cost":659,"Date":"7/10/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":858,"Cost":655,"Date":"3/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":18,"Cost":10,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":214,"Cost":161,"Date":"10/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":86,"Cost":60,"Date":"3/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":192,"Cost":178,"Date":"6/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":352,"Cost":222,"Date":"7/17/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":803,"Cost":671,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":180,"Cost":93,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":169,"Cost":104,"Date":"11/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":877,"Cost":482,"Date":"12/16/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":191,"Cost":110,"Date":"12/30/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":37,"Cost":34,"Date":"2/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":650,"Cost":529,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":513,"Cost":280,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":585,"Cost":311,"Date":"4/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":375,"Cost":191,"Date":"7/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":723,"Cost":393,"Date":"8/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":341,"Cost":208,"Date":"10/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":59,"Cost":46,"Date":"11/11/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":828,"Cost":668,"Date":"11/30/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":684,"Cost":504,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":344,"Cost":215,"Date":"3/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":455,"Cost":293,"Date":"4/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":198,"Cost":116,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":924,"Cost":612,"Date":"8/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":433,"Cost":381,"Date":"9/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":986,"Cost":680,"Date":"10/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":361,"Cost":256,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":752,"Cost":439,"Date":"11/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":683,"Cost":479,"Date":"12/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":115,"Cost":81,"Date":"12/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":949,"Cost":900,"Date":"1/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":901,"Cost":782,"Date":"1/23/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":548,"Cost":394,"Date":"2/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":34,"Cost":26,"Date":"3/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":344,"Cost":232,"Date":"3/12/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":811,"Cost":696,"Date":"3/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":67,"Cost":57,"Date":"6/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":554,"Cost":406,"Date":"6/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":170,"Cost":99,"Date":"8/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":912,"Cost":797,"Date":"10/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":635,"Cost":588,"Date":"11/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":343,"Cost":203,"Date":"11/9/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":439,"Cost":321,"Date":"3/27/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":312,"Date":"4/17/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":219,"Cost":142,"Date":"8/11/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":669,"Cost":448,"Date":"8/21/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":529,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":349,"Cost":287,"Date":"9/5/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":101,"Cost":61,"Date":"9/14/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":6,"Cost":4,"Date":"9/20/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":737,"Cost":424,"Date":"11/20/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":330,"Cost":173,"Date":"12/21/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":457,"Cost":348,"Date":"1/7/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":587,"Cost":401,"Date":"1/21/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":670,"Cost":376,"Date":"2/9/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":652,"Cost":476,"Date":"3/19/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":887,"Cost":836,"Date":"4/3/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":607,"Cost":356,"Date":"4/5/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":598,"Cost":562,"Date":"4/28/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":327,"Cost":226,"Date":"7/10/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":492,"Cost":263,"Date":"3/25/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":956,"Cost":655,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":660,"Cost":514,"Date":"10/28/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":314,"Cost":232,"Date":"3/2/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":17,"Cost":10,"Date":"6/28/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":116,"Cost":78,"Date":"7/17/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":828,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":163,"Cost":89,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":4,"Cost":2,"Date":"11/20/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":252,"Cost":146,"Date":"12/16/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":5,"Cost":2,"Date":"12/30/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":963,"Cost":889,"Date":"2/15/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":632,"Cost":422,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":386,"Cost":265,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":494,"Cost":368,"Date":"4/18/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":870,"Cost":588,"Date":"7/27/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":79,"Cost":40,"Date":"8/18/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":245,"Cost":164,"Date":"10/31/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":940,"Cost":690,"Date":"11/11/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":623,"Cost":401,"Date":"11/30/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":875,"Cost":724,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":870,"Cost":805,"Date":"3/1/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":527,"Cost":264,"Date":"4/13/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":430,"Cost":291,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":586,"Date":"8/13/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":642,"Cost":450,"Date":"9/15/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":998,"Cost":626,"Date":"10/14/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":891,"Cost":755,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":517,"Cost":467,"Date":"11/11/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":140,"Date":"12/7/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":828,"Cost":580,"Date":"12/21/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":757,"Cost":475,"Date":"1/6/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":780,"Cost":592,"Date":"1/23/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":517,"Cost":280,"Date":"2/4/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":342,"Cost":196,"Date":"3/10/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":405,"Date":"3/12/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":875,"Cost":522,"Date":"3/31/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":6,"Date":"6/16/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":611,"Cost":319,"Date":"6/17/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":297,"Cost":171,"Date":"8/27/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":441,"Cost":340,"Date":"10/1/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":507,"Cost":278,"Date":"11/4/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":892,"Cost":823,"Date":"11/9/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":246,"Cost":125,"Date":"3/27/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":365,"Cost":345,"Date":"4/17/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":299,"Cost":210,"Date":"8/11/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":442,"Cost":394,"Date":"8/21/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":514,"Cost":324,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":29,"Cost":15,"Date":"9/5/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":888,"Cost":637,"Date":"9/14/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":514,"Cost":391,"Date":"9/20/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":664,"Cost":452,"Date":"11/20/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":23,"Cost":13,"Date":"12/21/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":479,"Cost":303,"Date":"1/7/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":661,"Cost":543,"Date":"1/21/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":48,"Cost":38,"Date":"2/9/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":61,"Cost":36,"Date":"3/19/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":118,"Cost":99,"Date":"4/3/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":578,"Cost":530,"Date":"4/5/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":122,"Cost":109,"Date":"4/28/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":430,"Cost":291,"Date":"7/10/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":794,"Cost":707,"Date":"3/25/2020"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":891,"Cost":770,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":181,"Cost":96,"Date":"10/28/2020"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":129,"Cost":113,"Date":"3/2/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":356,"Cost":187,"Date":"6/28/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":650,"Cost":563,"Date":"7/17/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":282,"Cost":210,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":966,"Cost":562,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":53,"Cost":45,"Date":"11/20/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":68,"Cost":61,"Date":"12/16/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":747,"Cost":649,"Date":"12/30/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":415,"Cost":353,"Date":"2/15/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":543,"Cost":367,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":458,"Cost":383,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":209,"Cost":178,"Date":"4/18/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":270,"Cost":162,"Date":"7/27/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":652,"Cost":393,"Date":"8/18/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":210,"Cost":130,"Date":"10/31/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":904,"Cost":593,"Date":"11/11/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":689,"Cost":577,"Date":"11/30/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":377,"Cost":344,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":3,"Cost":3,"Date":"3/1/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":19,"Cost":16,"Date":"4/13/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":381,"Cost":358,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":708,"Cost":434,"Date":"8/13/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":676,"Cost":548,"Date":"9/15/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":713,"Cost":665,"Date":"10/14/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":878,"Cost":510,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":234,"Cost":172,"Date":"11/11/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":623,"Cost":374,"Date":"12/7/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":216,"Cost":160,"Date":"12/21/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":405,"Cost":286,"Date":"1/6/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":915,"Cost":664,"Date":"1/23/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":679,"Cost":384,"Date":"2/4/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":869,"Cost":681,"Date":"3/10/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":475,"Cost":422,"Date":"3/12/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":506,"Cost":320,"Date":"3/31/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":964,"Cost":838,"Date":"6/16/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":136,"Cost":104,"Date":"6/17/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":110,"Cost":79,"Date":"8/27/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":799,"Cost":466,"Date":"10/1/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":414,"Cost":393,"Date":"11/4/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":211,"Cost":156,"Date":"11/9/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":34,"Cost":23,"Date":"3/27/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":418,"Date":"4/17/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":286,"Date":"8/11/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":35,"Date":"8/21/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":354,"Cost":299,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":462,"Cost":418,"Date":"9/5/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":839,"Cost":777,"Date":"9/14/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":800,"Cost":513,"Date":"9/20/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":526,"Cost":467,"Date":"11/20/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":933,"Cost":773,"Date":"12/21/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":78,"Cost":68,"Date":"1/7/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":239,"Cost":168,"Date":"1/21/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":591,"Cost":462,"Date":"2/9/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":918,"Cost":714,"Date":"3/19/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":385,"Cost":323,"Date":"4/3/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":756,"Date":"4/5/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":82,"Cost":58,"Date":"4/28/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":20,"Date":"7/10/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":371,"Cost":219,"Date":"3/25/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":906,"Cost":691,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":811,"Cost":689,"Date":"10/28/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":564,"Cost":323,"Date":"3/2/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":209,"Date":"6/28/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":941,"Cost":719,"Date":"7/17/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":431,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":435,"Cost":364,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":330,"Cost":274,"Date":"11/20/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":39,"Date":"12/16/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":941,"Cost":884,"Date":"12/30/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":339,"Cost":312,"Date":"2/15/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":111,"Cost":105,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":667,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":374,"Cost":208,"Date":"4/18/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":464,"Cost":352,"Date":"7/27/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":965,"Cost":868,"Date":"8/18/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":730,"Cost":393,"Date":"10/31/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":456,"Cost":410,"Date":"11/11/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":391,"Date":"11/30/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":53,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":953,"Cost":547,"Date":"3/1/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":599,"Cost":540,"Date":"4/13/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":452,"Cost":364,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":140,"Date":"8/13/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":376,"Date":"9/15/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":52,"Cost":39,"Date":"10/14/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":485,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":919,"Cost":495,"Date":"11/11/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":349,"Cost":250,"Date":"12/7/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":308,"Cost":177,"Date":"12/21/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":388,"Cost":366,"Date":"1/6/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":533,"Cost":402,"Date":"1/23/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":153,"Date":"2/4/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":597,"Cost":512,"Date":"3/10/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":936,"Cost":884,"Date":"3/12/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":998,"Cost":506,"Date":"3/31/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":134,"Date":"6/16/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":725,"Cost":371,"Date":"6/17/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":797,"Cost":636,"Date":"8/27/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":508,"Date":"10/1/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":654,"Cost":414,"Date":"11/4/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":753,"Cost":623,"Date":"11/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":219,"Cost":205,"Date":"3/27/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":306,"Cost":172,"Date":"4/17/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":80,"Cost":64,"Date":"8/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":650,"Cost":329,"Date":"8/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":164,"Cost":145,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":693,"Cost":495,"Date":"9/5/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":533,"Cost":506,"Date":"9/14/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":256,"Cost":196,"Date":"9/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":125,"Cost":116,"Date":"11/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":731,"Cost":657,"Date":"12/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":418,"Cost":260,"Date":"1/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":605,"Cost":486,"Date":"1/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":338,"Cost":272,"Date":"2/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":803,"Cost":695,"Date":"3/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":299,"Cost":182,"Date":"4/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":749,"Cost":702,"Date":"4/5/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":312,"Cost":205,"Date":"4/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":247,"Cost":235,"Date":"7/10/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":679,"Cost":404,"Date":"3/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":326,"Cost":197,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":501,"Cost":344,"Date":"10/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":568,"Cost":296,"Date":"3/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":559,"Cost":315,"Date":"6/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":901,"Cost":677,"Date":"7/17/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":633,"Cost":596,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":700,"Cost":422,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":293,"Cost":184,"Date":"11/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":955,"Cost":550,"Date":"12/16/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":387,"Cost":321,"Date":"12/30/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":252,"Cost":157,"Date":"2/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":74,"Cost":39,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":500,"Cost":439,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":31,"Cost":28,"Date":"4/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":645,"Cost":438,"Date":"7/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":654,"Cost":447,"Date":"8/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":355,"Cost":178,"Date":"10/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":8,"Cost":8,"Date":"11/11/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":826,"Cost":696,"Date":"11/30/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":21,"Cost":14,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":311,"Cost":160,"Date":"3/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":840,"Cost":433,"Date":"4/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":383,"Cost":246,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":31,"Cost":18,"Date":"8/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":931,"Cost":563,"Date":"9/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":845,"Cost":713,"Date":"10/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":730,"Cost":464,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":355,"Cost":222,"Date":"11/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":833,"Cost":759,"Date":"12/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":939,"Cost":890,"Date":"12/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":782,"Cost":741,"Date":"1/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":687,"Cost":554,"Date":"1/23/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":841,"Cost":665,"Date":"2/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":451,"Cost":381,"Date":"3/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":424,"Cost":331,"Date":"3/12/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":9,"Cost":8,"Date":"3/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":651,"Cost":617,"Date":"6/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":146,"Cost":130,"Date":"6/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":136,"Cost":100,"Date":"8/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":432,"Cost":321,"Date":"10/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":427,"Cost":393,"Date":"11/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":685,"Cost":386,"Date":"11/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":689,"Cost":577,"Date":"3/27/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":549,"Cost":305,"Date":"4/17/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":36,"Cost":28,"Date":"8/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":501,"Cost":378,"Date":"8/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":588,"Cost":478,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":537,"Cost":361,"Date":"9/5/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":174,"Cost":153,"Date":"9/14/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":17,"Cost":11,"Date":"9/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":946,"Cost":862,"Date":"11/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":71,"Cost":53,"Date":"12/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":943,"Cost":530,"Date":"1/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":968,"Cost":601,"Date":"1/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":527,"Cost":388,"Date":"2/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":150,"Date":"3/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":443,"Cost":340,"Date":"4/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":6,"Cost":6,"Date":"4/5/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":506,"Date":"4/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":453,"Cost":313,"Date":"7/10/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":141,"Cost":87,"Date":"3/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":182,"Cost":158,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":958,"Cost":799,"Date":"10/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":593,"Cost":361,"Date":"3/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":51,"Cost":30,"Date":"6/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":143,"Cost":136,"Date":"7/17/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":622,"Cost":523,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":509,"Cost":471,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":836,"Cost":726,"Date":"11/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":213,"Cost":141,"Date":"12/16/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":740,"Cost":521,"Date":"12/30/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":321,"Cost":189,"Date":"2/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":389,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":101,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":429,"Date":"4/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":899,"Cost":785,"Date":"7/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":755,"Cost":411,"Date":"8/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":785,"Cost":741,"Date":"10/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":555,"Date":"11/11/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":433,"Cost":346,"Date":"11/30/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":495,"Cost":321,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":71,"Date":"3/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":100,"Date":"4/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":977,"Cost":899,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":234,"Cost":150,"Date":"8/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":414,"Cost":302,"Date":"9/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":285,"Date":"10/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":528,"Cost":490,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":741,"Cost":491,"Date":"11/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":920,"Cost":863,"Date":"12/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":626,"Cost":405,"Date":"12/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":778,"Cost":470,"Date":"1/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":878,"Cost":714,"Date":"1/23/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":712,"Cost":485,"Date":"2/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":723,"Cost":597,"Date":"3/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":776,"Cost":629,"Date":"3/12/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":884,"Cost":568,"Date":"3/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":298,"Cost":282,"Date":"6/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":891,"Cost":450,"Date":"6/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":1,"Cost":1,"Date":"8/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":104,"Cost":52,"Date":"10/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":968,"Cost":679,"Date":"11/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":465,"Cost":395,"Date":"11/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":377,"Cost":342,"Date":"3/27/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":864,"Cost":545,"Date":"4/17/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":558,"Cost":423,"Date":"8/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":27,"Cost":17,"Date":"8/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":324,"Cost":279,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":270,"Cost":240,"Date":"9/5/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":256,"Cost":133,"Date":"9/14/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":381,"Cost":275,"Date":"9/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":476,"Cost":251,"Date":"11/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":522,"Cost":450,"Date":"12/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":790,"Cost":405,"Date":"1/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":8,"Cost":7,"Date":"1/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":93,"Cost":51,"Date":"2/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":960,"Cost":910,"Date":"3/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":996,"Cost":588,"Date":"4/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":84,"Cost":57,"Date":"4/5/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":302,"Cost":171,"Date":"4/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":55,"Cost":27,"Date":"7/10/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":13,"Cost":8,"Date":"3/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":866,"Cost":700,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":524,"Cost":329,"Date":"10/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":877,"Cost":579,"Date":"3/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":54,"Cost":29,"Date":"6/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":626,"Cost":405,"Date":"7/17/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":29,"Cost":16,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":740,"Cost":669,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":115,"Cost":104,"Date":"11/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":698,"Cost":580,"Date":"12/16/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":415,"Cost":286,"Date":"12/30/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":975,"Cost":697,"Date":"2/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":866,"Cost":770,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":126,"Cost":111,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":631,"Cost":378,"Date":"4/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":712,"Cost":473,"Date":"7/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":314,"Cost":240,"Date":"8/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":556,"Cost":305,"Date":"10/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":932,"Cost":757,"Date":"11/11/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":150,"Cost":123,"Date":"11/30/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":195,"Cost":162,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":149,"Cost":97,"Date":"3/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":973,"Cost":737,"Date":"4/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":50,"Cost":29,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":404,"Cost":373,"Date":"8/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":362,"Cost":270,"Date":"9/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":577,"Cost":288,"Date":"10/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":471,"Cost":445,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":488,"Cost":347,"Date":"11/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":925,"Cost":843,"Date":"12/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":63,"Cost":37,"Date":"12/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":204,"Cost":186,"Date":"1/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":658,"Cost":517,"Date":"1/23/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":534,"Cost":306,"Date":"2/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":447,"Cost":284,"Date":"3/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":176,"Cost":159,"Date":"3/12/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":531,"Cost":445,"Date":"3/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":165,"Cost":143,"Date":"6/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":168,"Cost":118,"Date":"6/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":877,"Cost":719,"Date":"8/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":985,"Cost":839,"Date":"10/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":21,"Cost":18,"Date":"11/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":762,"Cost":460,"Date":"11/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":673,"Date":"3/27/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":664,"Cost":561,"Date":"4/17/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":297,"Cost":202,"Date":"8/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":29,"Date":"8/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":8,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":322,"Cost":224,"Date":"9/5/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":807,"Cost":766,"Date":"9/14/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":289,"Cost":222,"Date":"9/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":863,"Cost":729,"Date":"11/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":826,"Cost":558,"Date":"12/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":589,"Cost":461,"Date":"1/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":206,"Cost":164,"Date":"1/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":730,"Cost":489,"Date":"2/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":551,"Cost":520,"Date":"3/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":981,"Cost":514,"Date":"4/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":386,"Cost":259,"Date":"4/5/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":179,"Cost":164,"Date":"4/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":28,"Date":"7/10/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":711,"Cost":616,"Date":"3/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":755,"Cost":641,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":631,"Date":"10/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":601,"Cost":361,"Date":"3/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":210,"Cost":111,"Date":"6/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":44,"Date":"7/17/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":692,"Cost":363,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":254,"Cost":216,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":898,"Date":"11/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":481,"Date":"12/16/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":365,"Cost":286,"Date":"12/30/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":810,"Cost":419,"Date":"2/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":610,"Cost":461,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":318,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":176,"Date":"4/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":313,"Date":"7/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":311,"Date":"8/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":594,"Cost":377,"Date":"10/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":212,"Cost":143,"Date":"11/11/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":979,"Cost":839,"Date":"11/30/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":948,"Cost":650,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":514,"Date":"3/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":624,"Cost":441,"Date":"4/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":3,"Cost":2,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":102,"Cost":67,"Date":"8/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":418,"Cost":222,"Date":"9/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":221,"Cost":176,"Date":"10/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":694,"Cost":457,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":72,"Date":"11/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":145,"Cost":121,"Date":"12/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":386,"Cost":335,"Date":"12/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":255,"Date":"1/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":113,"Cost":64,"Date":"1/23/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":489,"Date":"2/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":322,"Cost":181,"Date":"3/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":314,"Cost":211,"Date":"3/12/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":733,"Cost":628,"Date":"3/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":808,"Cost":404,"Date":"6/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":383,"Cost":304,"Date":"6/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":802,"Date":"8/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":607,"Date":"10/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":309,"Cost":207,"Date":"11/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":205,"Date":"11/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":832,"Cost":664,"Date":"3/27/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":932,"Cost":569,"Date":"4/17/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":293,"Date":"8/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":135,"Cost":81,"Date":"8/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":67,"Cost":37,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":292,"Cost":248,"Date":"9/5/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":425,"Cost":260,"Date":"9/14/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":661,"Cost":508,"Date":"9/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":86,"Date":"11/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":69,"Cost":51,"Date":"12/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":339,"Cost":232,"Date":"1/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":177,"Cost":142,"Date":"1/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":158,"Cost":80,"Date":"2/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":542,"Cost":409,"Date":"3/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":791,"Cost":531,"Date":"4/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":598,"Date":"4/5/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":781,"Cost":607,"Date":"4/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":640,"Cost":492,"Date":"7/10/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":969,"Cost":749,"Date":"3/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":166,"Cost":134,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":959,"Cost":835,"Date":"10/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":988,"Cost":716,"Date":"3/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":952,"Cost":807,"Date":"6/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":912,"Cost":689,"Date":"7/17/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":382,"Cost":241,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":838,"Cost":583,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":864,"Cost":673,"Date":"11/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":539,"Date":"12/16/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":268,"Cost":173,"Date":"12/30/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":20,"Cost":16,"Date":"2/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":212,"Cost":152,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":503,"Cost":351,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":862,"Cost":679,"Date":"4/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":453,"Cost":322,"Date":"7/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":145,"Cost":106,"Date":"8/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":500,"Date":"10/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":177,"Cost":91,"Date":"11/11/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":779,"Cost":618,"Date":"11/30/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":436,"Cost":404,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":237,"Cost":209,"Date":"3/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":740,"Cost":572,"Date":"4/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":560,"Cost":335,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":243,"Cost":168,"Date":"8/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":641,"Cost":477,"Date":"9/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":678,"Cost":477,"Date":"10/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":236,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":243,"Cost":133,"Date":"11/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":874,"Cost":749,"Date":"12/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":687,"Cost":387,"Date":"12/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":475,"Cost":401,"Date":"1/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":662,"Cost":553,"Date":"1/23/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":236,"Date":"2/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":662,"Date":"3/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":406,"Cost":313,"Date":"3/12/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":601,"Date":"3/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":845,"Cost":538,"Date":"6/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":225,"Cost":207,"Date":"6/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":314,"Date":"8/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":433,"Cost":405,"Date":"10/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":899,"Cost":529,"Date":"11/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":742,"Cost":418,"Date":"11/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":67,"Date":"3/27/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":846,"Cost":522,"Date":"4/17/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":768,"Cost":648,"Date":"8/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":786,"Cost":553,"Date":"8/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":67,"Cost":40,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":126,"Cost":111,"Date":"9/5/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":328,"Date":"9/14/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":436,"Cost":308,"Date":"9/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":593,"Date":"11/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":805,"Cost":430,"Date":"12/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":27,"Cost":22,"Date":"1/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":667,"Cost":612,"Date":"1/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":120,"Cost":76,"Date":"2/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":362,"Cost":312,"Date":"3/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":265,"Cost":241,"Date":"4/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":347,"Cost":275,"Date":"4/5/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":140,"Date":"4/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":168,"Date":"7/10/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":260,"Cost":211,"Date":"3/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":338,"Cost":171,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":718,"Cost":517,"Date":"10/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":38,"Date":"3/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":679,"Cost":540,"Date":"6/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":777,"Cost":576,"Date":"7/17/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":332,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":862,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":603,"Cost":385,"Date":"11/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":97,"Date":"12/16/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":195,"Cost":113,"Date":"12/30/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":22,"Cost":17,"Date":"2/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":260,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":72,"Cost":45,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":501,"Cost":375,"Date":"4/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":507,"Cost":412,"Date":"7/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":342,"Cost":295,"Date":"8/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":551,"Date":"10/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":336,"Date":"11/11/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":476,"Cost":336,"Date":"11/30/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":689,"Cost":598,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":973,"Cost":704,"Date":"3/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":319,"Cost":294,"Date":"4/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":677,"Cost":440,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":219,"Cost":191,"Date":"8/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":182,"Date":"9/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":309,"Date":"10/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":833,"Cost":784,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":399,"Cost":232,"Date":"11/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":432,"Cost":274,"Date":"12/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":883,"Cost":746,"Date":"12/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":75,"Cost":45,"Date":"1/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":239,"Date":"1/23/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":242,"Cost":221,"Date":"2/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":369,"Cost":319,"Date":"3/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":967,"Cost":562,"Date":"3/12/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":157,"Cost":119,"Date":"3/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":718,"Cost":468,"Date":"6/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":380,"Cost":254,"Date":"6/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":340,"Cost":238,"Date":"8/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":62,"Cost":47,"Date":"10/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":315,"Cost":295,"Date":"11/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":293,"Date":"11/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":674,"Cost":359,"Date":"3/27/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":490,"Cost":411,"Date":"4/17/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":70,"Cost":38,"Date":"8/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":987,"Cost":715,"Date":"8/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":517,"Cost":430,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":976,"Cost":789,"Date":"9/5/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":503,"Cost":355,"Date":"9/14/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":709,"Cost":512,"Date":"9/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":371,"Cost":335,"Date":"11/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":133,"Cost":89,"Date":"12/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":277,"Cost":185,"Date":"1/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":922,"Cost":479,"Date":"1/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":116,"Cost":65,"Date":"2/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":7,"Cost":3,"Date":"3/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":251,"Cost":158,"Date":"4/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":727,"Cost":398,"Date":"4/5/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":365,"Cost":297,"Date":"4/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":839,"Cost":675,"Date":"7/10/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":543,"Cost":438,"Date":"3/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":180,"Cost":94,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":906,"Cost":629,"Date":"10/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":261,"Cost":232,"Date":"3/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":866,"Cost":628,"Date":"6/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":975,"Cost":862,"Date":"7/17/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":292,"Cost":236,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":235,"Cost":218,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":611,"Cost":570,"Date":"11/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":625,"Cost":349,"Date":"12/16/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":358,"Cost":316,"Date":"12/30/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":919,"Cost":681,"Date":"2/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":400,"Cost":340,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":890,"Cost":686,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":1000,"Cost":936,"Date":"4/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":198,"Cost":126,"Date":"7/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":871,"Cost":721,"Date":"8/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":14,"Cost":13,"Date":"10/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":956,"Cost":737,"Date":"11/11/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":288,"Cost":173,"Date":"11/30/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":416,"Cost":221,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":645,"Cost":326,"Date":"3/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":220,"Cost":110,"Date":"4/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":920,"Cost":628,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":537,"Cost":489,"Date":"8/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":491,"Cost":268,"Date":"9/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":891,"Cost":505,"Date":"10/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":105,"Cost":81,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":83,"Cost":64,"Date":"11/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":796,"Cost":523,"Date":"12/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":639,"Cost":391,"Date":"12/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":379,"Cost":337,"Date":"1/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":518,"Cost":271,"Date":"1/23/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":960,"Cost":724,"Date":"2/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":107,"Cost":101,"Date":"3/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":413,"Cost":264,"Date":"3/12/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":539,"Cost":379,"Date":"3/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":694,"Cost":457,"Date":"6/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":481,"Cost":440,"Date":"6/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":307,"Cost":263,"Date":"8/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":127,"Cost":120,"Date":"10/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":407,"Cost":233,"Date":"11/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":461,"Cost":426,"Date":"11/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":455,"Cost":398,"Date":"3/27/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":555,"Cost":403,"Date":"4/17/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":344,"Cost":242,"Date":"8/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":115,"Cost":100,"Date":"8/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":434,"Cost":399,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":344,"Cost":318,"Date":"9/5/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":975,"Cost":824,"Date":"9/14/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":898,"Cost":848,"Date":"9/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":493,"Cost":353,"Date":"11/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":787,"Cost":636,"Date":"12/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":120,"Cost":98,"Date":"1/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":286,"Cost":251,"Date":"1/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":358,"Cost":309,"Date":"2/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":428,"Cost":401,"Date":"3/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":356,"Cost":325,"Date":"4/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":940,"Cost":670,"Date":"4/5/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":331,"Cost":292,"Date":"4/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":383,"Cost":255,"Date":"7/10/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":961,"Cost":716,"Date":"3/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":614,"Cost":339,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":447,"Cost":315,"Date":"10/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":665,"Cost":391,"Date":"3/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":480,"Cost":292,"Date":"6/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":707,"Cost":587,"Date":"7/17/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":343,"Cost":178,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":443,"Cost":329,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":601,"Cost":436,"Date":"11/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":223,"Cost":117,"Date":"12/16/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":864,"Cost":675,"Date":"12/30/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":604,"Cost":569,"Date":"2/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":198,"Cost":178,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":554,"Cost":401,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":195,"Cost":151,"Date":"4/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":446,"Cost":406,"Date":"7/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":831,"Cost":672,"Date":"8/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":287,"Cost":254,"Date":"10/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":609,"Cost":538,"Date":"11/11/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":386,"Cost":293,"Date":"11/30/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":996,"Cost":561,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":443,"Cost":246,"Date":"3/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":565,"Cost":429,"Date":"4/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":380,"Cost":201,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":495,"Cost":448,"Date":"8/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":112,"Cost":83,"Date":"9/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":639,"Cost":364,"Date":"10/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":869,"Cost":524,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":416,"Cost":372,"Date":"11/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":706,"Cost":556,"Date":"12/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":337,"Cost":249,"Date":"12/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":137,"Cost":73,"Date":"1/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":587,"Cost":548,"Date":"1/23/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":75,"Cost":50,"Date":"2/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":865,"Cost":663,"Date":"3/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":787,"Cost":393,"Date":"3/12/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":549,"Cost":296,"Date":"3/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":370,"Cost":299,"Date":"6/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":382,"Cost":267,"Date":"6/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":313,"Cost":294,"Date":"8/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":925,"Cost":555,"Date":"10/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":265,"Cost":236,"Date":"11/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":966,"Cost":678,"Date":"11/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":863,"Cost":727,"Date":"3/27/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":984,"Cost":584,"Date":"4/17/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":7,"Cost":4,"Date":"8/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":743,"Cost":610,"Date":"8/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":589,"Cost":384,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":775,"Cost":393,"Date":"9/5/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":292,"Cost":155,"Date":"9/14/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":685,"Cost":380,"Date":"9/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":38,"Cost":28,"Date":"11/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":869,"Cost":715,"Date":"12/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":198,"Cost":166,"Date":"1/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":461,"Cost":356,"Date":"1/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":335,"Cost":196,"Date":"2/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":487,"Cost":397,"Date":"3/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":464,"Cost":255,"Date":"4/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":993,"Cost":635,"Date":"4/5/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":999,"Cost":664,"Date":"4/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":609,"Cost":425,"Date":"7/10/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":269,"Cost":197,"Date":"3/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":748,"Cost":552,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":759,"Cost":671,"Date":"10/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":385,"Cost":338,"Date":"3/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":686,"Cost":400,"Date":"6/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":501,"Cost":340,"Date":"7/17/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":652,"Cost":514,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":762,"Cost":508,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":54,"Cost":32,"Date":"11/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":316,"Cost":167,"Date":"12/16/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":170,"Cost":107,"Date":"12/30/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":755,"Cost":501,"Date":"2/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":477,"Cost":378,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":526,"Cost":350,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":626,"Cost":442,"Date":"4/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":472,"Cost":379,"Date":"7/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":224,"Cost":147,"Date":"8/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":225,"Cost":165,"Date":"10/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":36,"Cost":18,"Date":"11/11/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":340,"Cost":277,"Date":"11/30/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":408,"Cost":367,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":818,"Cost":638,"Date":"3/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":734,"Cost":685,"Date":"4/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":832,"Cost":770,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":247,"Cost":140,"Date":"8/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":577,"Cost":322,"Date":"9/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":186,"Cost":126,"Date":"10/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":443,"Cost":269,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":983,"Cost":736,"Date":"11/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":251,"Cost":226,"Date":"12/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":699,"Cost":423,"Date":"12/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":412,"Cost":367,"Date":"1/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":132,"Cost":86,"Date":"1/23/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":183,"Cost":104,"Date":"2/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":99,"Cost":52,"Date":"3/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":789,"Cost":738,"Date":"3/12/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":376,"Cost":233,"Date":"3/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":6,"Cost":4,"Date":"6/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":786,"Cost":420,"Date":"6/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":205,"Cost":106,"Date":"8/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":225,"Cost":187,"Date":"10/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":768,"Cost":511,"Date":"11/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":503,"Cost":383,"Date":"11/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":524,"Cost":426,"Date":"3/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":483,"Cost":378,"Date":"4/17/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":910,"Cost":593,"Date":"8/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":603,"Cost":392,"Date":"8/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":342,"Cost":300,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":901,"Cost":540,"Date":"9/5/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":262,"Cost":135,"Date":"9/14/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":19,"Cost":18,"Date":"9/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":499,"Cost":405,"Date":"11/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":432,"Cost":361,"Date":"12/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":971,"Cost":549,"Date":"1/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":762,"Cost":551,"Date":"1/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":776,"Cost":579,"Date":"2/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":877,"Cost":679,"Date":"3/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":969,"Cost":518,"Date":"4/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":214,"Cost":202,"Date":"4/5/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":465,"Cost":395,"Date":"4/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":885,"Cost":474,"Date":"7/10/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":422,"Cost":233,"Date":"3/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":568,"Cost":489,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":906,"Cost":859,"Date":"10/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":823,"Cost":431,"Date":"3/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":511,"Cost":388,"Date":"6/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":740,"Cost":505,"Date":"7/17/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":908,"Cost":775,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":785,"Cost":481,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":470,"Cost":343,"Date":"11/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":257,"Cost":180,"Date":"12/16/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":96,"Cost":48,"Date":"12/30/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":356,"Cost":209,"Date":"2/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":227,"Cost":201,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":122,"Cost":114,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":334,"Cost":221,"Date":"4/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":661,"Cost":384,"Date":"7/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":584,"Cost":430,"Date":"8/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":306,"Cost":188,"Date":"10/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":927,"Cost":869,"Date":"11/11/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":680,"Cost":443,"Date":"11/30/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":106,"Cost":81,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":107,"Cost":90,"Date":"3/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":530,"Cost":344,"Date":"4/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":129,"Cost":70,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":425,"Cost":230,"Date":"8/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":139,"Cost":109,"Date":"9/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":177,"Cost":116,"Date":"10/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":850,"Cost":585,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":126,"Cost":78,"Date":"11/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":624,"Cost":337,"Date":"12/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":797,"Cost":650,"Date":"12/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":903,"Cost":700,"Date":"1/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":869,"Cost":589,"Date":"1/23/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":153,"Cost":110,"Date":"2/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":575,"Cost":490,"Date":"3/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":363,"Cost":214,"Date":"3/12/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":898,"Cost":598,"Date":"3/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":585,"Cost":523,"Date":"6/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":11,"Cost":9,"Date":"6/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":707,"Cost":541,"Date":"8/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":805,"Cost":516,"Date":"10/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":178,"Cost":98,"Date":"11/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":235,"Cost":176,"Date":"11/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":191,"Cost":164,"Date":"3/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":312,"Date":"4/17/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":400,"Date":"8/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":722,"Cost":379,"Date":"8/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":454,"Cost":253,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":369,"Date":"9/5/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":746,"Cost":442,"Date":"9/14/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":12,"Cost":8,"Date":"9/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":412,"Date":"11/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":236,"Date":"12/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":75,"Cost":58,"Date":"1/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":67,"Date":"1/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":782,"Cost":573,"Date":"2/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":513,"Cost":482,"Date":"3/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":245,"Cost":122,"Date":"4/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":429,"Cost":346,"Date":"4/5/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":210,"Cost":125,"Date":"4/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":734,"Cost":635,"Date":"7/10/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":273,"Cost":171,"Date":"3/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":776,"Cost":680,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":285,"Date":"10/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":396,"Date":"3/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":86,"Date":"6/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":710,"Cost":478,"Date":"7/17/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":787,"Cost":716,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":206,"Cost":110,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":251,"Date":"11/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":7,"Cost":4,"Date":"12/16/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":965,"Cost":741,"Date":"12/30/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":298,"Date":"2/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":196,"Cost":128,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":828,"Cost":779,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":554,"Cost":296,"Date":"4/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":546,"Date":"7/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":375,"Cost":231,"Date":"8/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":586,"Cost":303,"Date":"10/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":219,"Date":"11/11/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":643,"Cost":566,"Date":"11/30/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":105,"Cost":60,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":184,"Cost":122,"Date":"3/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":736,"Cost":573,"Date":"4/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":639,"Cost":478,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":196,"Date":"8/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":209,"Cost":192,"Date":"9/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":715,"Cost":427,"Date":"10/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":553,"Cost":480,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":346,"Cost":286,"Date":"11/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":516,"Cost":432,"Date":"12/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":73,"Cost":38,"Date":"12/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":253,"Cost":201,"Date":"1/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":366,"Cost":320,"Date":"1/23/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":924,"Cost":856,"Date":"2/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":704,"Cost":417,"Date":"3/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":153,"Date":"3/12/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":753,"Cost":567,"Date":"3/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":445,"Cost":247,"Date":"6/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":601,"Date":"6/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":678,"Date":"8/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":223,"Cost":185,"Date":"10/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":965,"Cost":667,"Date":"11/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":868,"Date":"11/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":632,"Date":"3/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":661,"Cost":622,"Date":"4/17/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":744,"Cost":531,"Date":"8/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":685,"Date":"8/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":486,"Cost":248,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":99,"Cost":90,"Date":"9/5/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":784,"Cost":736,"Date":"9/14/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":980,"Cost":875,"Date":"9/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":251,"Cost":221,"Date":"11/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":248,"Date":"12/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":599,"Cost":472,"Date":"1/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":791,"Cost":729,"Date":"1/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":625,"Cost":540,"Date":"2/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":219,"Cost":161,"Date":"3/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":411,"Cost":266,"Date":"4/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":927,"Cost":615,"Date":"4/5/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":1000,"Cost":811,"Date":"4/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":912,"Cost":777,"Date":"7/10/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":928,"Cost":609,"Date":"3/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":511,"Cost":429,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":94,"Cost":71,"Date":"10/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":971,"Cost":593,"Date":"3/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":674,"Cost":512,"Date":"6/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":546,"Cost":280,"Date":"7/17/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":205,"Cost":177,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":153,"Cost":101,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":772,"Cost":431,"Date":"11/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":597,"Cost":480,"Date":"12/16/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":184,"Cost":109,"Date":"12/30/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":148,"Cost":106,"Date":"2/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":312,"Cost":291,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":537,"Cost":285,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":81,"Cost":68,"Date":"4/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":786,"Cost":708,"Date":"7/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":448,"Cost":258,"Date":"8/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":298,"Cost":268,"Date":"10/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":465,"Date":"11/11/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":960,"Cost":519,"Date":"11/30/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":13,"Cost":11,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":446,"Cost":269,"Date":"3/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":611,"Cost":481,"Date":"4/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":142,"Cost":134,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":906,"Cost":795,"Date":"8/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":6,"Cost":4,"Date":"9/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":127,"Date":"10/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":603,"Cost":324,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":433,"Cost":262,"Date":"11/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":152,"Cost":115,"Date":"12/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":637,"Cost":353,"Date":"12/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":539,"Cost":450,"Date":"1/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":113,"Cost":64,"Date":"1/23/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":235,"Date":"2/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":224,"Cost":212,"Date":"3/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":384,"Cost":285,"Date":"3/12/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":842,"Cost":651,"Date":"3/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":701,"Cost":624,"Date":"6/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":188,"Cost":147,"Date":"6/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":442,"Cost":228,"Date":"8/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":286,"Cost":233,"Date":"10/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":907,"Cost":645,"Date":"11/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":159,"Cost":144,"Date":"11/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":75,"Cost":68,"Date":"3/27/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":269,"Cost":220,"Date":"4/17/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":811,"Cost":426,"Date":"8/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":139,"Cost":123,"Date":"8/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":180,"Cost":113,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":966,"Cost":874,"Date":"9/5/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":826,"Cost":578,"Date":"9/14/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":63,"Cost":57,"Date":"9/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":427,"Cost":273,"Date":"11/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":785,"Cost":481,"Date":"12/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":502,"Cost":443,"Date":"1/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":682,"Cost":478,"Date":"1/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":523,"Cost":309,"Date":"2/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":728,"Cost":659,"Date":"3/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":788,"Cost":487,"Date":"4/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":280,"Cost":184,"Date":"4/5/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":309,"Cost":195,"Date":"4/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":457,"Cost":411,"Date":"7/10/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":918,"Cost":510,"Date":"3/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":934,"Cost":689,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":211,"Cost":135,"Date":"10/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":215,"Cost":113,"Date":"3/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":100,"Cost":53,"Date":"6/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":312,"Cost":236,"Date":"7/17/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":130,"Cost":114,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":379,"Cost":278,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":140,"Cost":78,"Date":"11/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":289,"Cost":194,"Date":"12/16/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":445,"Cost":356,"Date":"12/30/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":389,"Cost":344,"Date":"2/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":387,"Cost":249,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":889,"Cost":537,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":185,"Cost":142,"Date":"4/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":916,"Cost":491,"Date":"7/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":266,"Cost":181,"Date":"8/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":758,"Cost":676,"Date":"10/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":13,"Cost":8,"Date":"11/11/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":444,"Cost":325,"Date":"11/30/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":356,"Cost":319,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":300,"Cost":220,"Date":"3/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":28,"Cost":18,"Date":"4/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":122,"Cost":114,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":283,"Cost":251,"Date":"8/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":786,"Cost":546,"Date":"9/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":308,"Cost":226,"Date":"10/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":394,"Cost":318,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":648,"Cost":396,"Date":"11/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":48,"Cost":39,"Date":"12/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":296,"Cost":175,"Date":"12/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":886,"Cost":776,"Date":"1/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":779,"Cost":459,"Date":"1/23/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":422,"Cost":376,"Date":"2/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":125,"Cost":73,"Date":"3/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":126,"Cost":75,"Date":"3/12/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":872,"Cost":478,"Date":"3/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":809,"Cost":591,"Date":"6/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":558,"Cost":491,"Date":"6/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":433,"Cost":332,"Date":"8/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":663,"Cost":366,"Date":"10/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":226,"Cost":169,"Date":"11/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":49,"Cost":30,"Date":"11/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":886,"Cost":617,"Date":"3/27/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":97,"Cost":75,"Date":"4/17/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":801,"Cost":547,"Date":"8/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":132,"Cost":118,"Date":"8/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":290,"Cost":269,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":877,"Cost":550,"Date":"9/5/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":81,"Cost":69,"Date":"9/14/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":131,"Cost":72,"Date":"9/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":919,"Cost":787,"Date":"11/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":828,"Cost":525,"Date":"12/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":293,"Cost":266,"Date":"1/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":700,"Cost":496,"Date":"1/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":915,"Cost":667,"Date":"2/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":990,"Cost":860,"Date":"3/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":564,"Cost":445,"Date":"4/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":93,"Cost":84,"Date":"4/5/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":440,"Cost":224,"Date":"4/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":542,"Cost":473,"Date":"7/10/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":876,"Cost":627,"Date":"3/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":367,"Cost":196,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":566,"Cost":321,"Date":"10/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":333,"Cost":182,"Date":"3/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":360,"Cost":243,"Date":"6/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":779,"Cost":406,"Date":"7/17/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":525,"Cost":293,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":909,"Cost":576,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":838,"Cost":615,"Date":"11/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":688,"Cost":400,"Date":"12/16/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":486,"Cost":284,"Date":"12/30/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":600,"Cost":457,"Date":"2/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":690,"Cost":597,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":990,"Cost":641,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":787,"Cost":546,"Date":"4/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":798,"Cost":438,"Date":"7/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":67,"Cost":49,"Date":"8/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":423,"Cost":379,"Date":"10/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":474,"Cost":300,"Date":"11/11/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":100,"Cost":61,"Date":"11/30/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":601,"Cost":384,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":208,"Cost":137,"Date":"3/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":326,"Cost":174,"Date":"4/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":980,"Cost":679,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":545,"Cost":474,"Date":"8/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":533,"Cost":318,"Date":"9/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":320,"Cost":209,"Date":"10/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":125,"Cost":81,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":606,"Cost":558,"Date":"11/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":402,"Cost":224,"Date":"12/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":359,"Cost":260,"Date":"12/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":683,"Cost":608,"Date":"1/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":544,"Cost":446,"Date":"1/23/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":149,"Cost":128,"Date":"2/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":625,"Cost":576,"Date":"3/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":882,"Cost":736,"Date":"3/12/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":112,"Cost":103,"Date":"3/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":922,"Cost":563,"Date":"6/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":654,"Cost":371,"Date":"6/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":113,"Cost":64,"Date":"8/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":399,"Cost":245,"Date":"10/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":707,"Cost":413,"Date":"11/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":467,"Cost":279,"Date":"11/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":612,"Cost":415,"Date":"3/27/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":653,"Date":"4/17/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":241,"Cost":187,"Date":"8/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":208,"Cost":122,"Date":"8/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":351,"Cost":194,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":327,"Date":"9/5/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":338,"Cost":248,"Date":"9/14/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":374,"Cost":294,"Date":"9/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":385,"Cost":223,"Date":"11/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":246,"Cost":183,"Date":"12/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":138,"Cost":125,"Date":"1/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":408,"Date":"1/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":458,"Cost":432,"Date":"2/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":863,"Cost":561,"Date":"3/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":491,"Cost":255,"Date":"4/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":989,"Cost":596,"Date":"4/5/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":366,"Cost":203,"Date":"4/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":944,"Cost":773,"Date":"7/10/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":407,"Cost":333,"Date":"3/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":438,"Cost":227,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":835,"Cost":742,"Date":"10/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":72,"Date":"3/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":174,"Cost":95,"Date":"6/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":336,"Cost":182,"Date":"7/17/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":247,"Cost":178,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":595,"Cost":542,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":634,"Cost":561,"Date":"11/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":778,"Cost":508,"Date":"12/16/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":725,"Cost":440,"Date":"12/30/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":11,"Date":"2/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":111,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":651,"Cost":468,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":613,"Cost":472,"Date":"4/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":718,"Cost":578,"Date":"7/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":760,"Cost":416,"Date":"8/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":659,"Cost":508,"Date":"10/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":682,"Cost":450,"Date":"11/11/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":180,"Date":"11/30/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":711,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":103,"Cost":67,"Date":"3/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":198,"Cost":188,"Date":"4/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":697,"Cost":551,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":772,"Cost":396,"Date":"8/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":82,"Cost":45,"Date":"9/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":105,"Cost":96,"Date":"10/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":758,"Cost":509,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":547,"Cost":400,"Date":"11/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":713,"Cost":648,"Date":"12/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":731,"Cost":468,"Date":"12/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":685,"Cost":369,"Date":"1/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":168,"Cost":151,"Date":"1/23/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":820,"Cost":694,"Date":"2/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":837,"Date":"3/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":852,"Cost":709,"Date":"3/12/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":390,"Cost":286,"Date":"3/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":130,"Date":"6/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":154,"Cost":127,"Date":"6/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":789,"Date":"8/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":545,"Date":"10/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":395,"Cost":361,"Date":"11/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":558,"Cost":407,"Date":"11/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":296,"Cost":163,"Date":"3/27/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":706,"Cost":384,"Date":"4/17/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":785,"Cost":496,"Date":"8/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":420,"Cost":334,"Date":"8/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":962,"Cost":504,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":318,"Cost":213,"Date":"9/5/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":391,"Cost":251,"Date":"9/14/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":54,"Cost":41,"Date":"9/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":527,"Cost":421,"Date":"11/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":196,"Cost":130,"Date":"12/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":442,"Cost":408,"Date":"1/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":833,"Cost":642,"Date":"1/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":256,"Cost":224,"Date":"2/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":879,"Cost":666,"Date":"3/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":399,"Cost":371,"Date":"4/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":8,"Cost":8,"Date":"4/5/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":91,"Cost":58,"Date":"4/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":744,"Cost":495,"Date":"7/10/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":612,"Cost":323,"Date":"3/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":117,"Cost":61,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":925,"Cost":468,"Date":"10/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":383,"Cost":309,"Date":"3/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":551,"Cost":348,"Date":"6/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":735,"Cost":450,"Date":"7/17/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":727,"Cost":398,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":984,"Cost":548,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":838,"Cost":582,"Date":"11/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":439,"Cost":380,"Date":"12/16/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":169,"Cost":107,"Date":"12/30/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":159,"Cost":95,"Date":"2/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":339,"Cost":169,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":810,"Cost":602,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":756,"Cost":563,"Date":"4/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":962,"Cost":756,"Date":"7/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":85,"Cost":57,"Date":"8/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":817,"Cost":579,"Date":"10/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":654,"Cost":393,"Date":"11/11/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":84,"Cost":61,"Date":"11/30/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":916,"Cost":712,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":230,"Cost":149,"Date":"3/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":312,"Cost":261,"Date":"4/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":201,"Cost":162,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":826,"Cost":669,"Date":"8/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":536,"Cost":467,"Date":"9/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":26,"Cost":17,"Date":"10/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":732,"Cost":611,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":782,"Cost":622,"Date":"11/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":469,"Cost":310,"Date":"12/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":745,"Cost":633,"Date":"12/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":273,"Cost":243,"Date":"1/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":401,"Cost":210,"Date":"1/23/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":283,"Cost":221,"Date":"2/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":701,"Cost":615,"Date":"3/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":850,"Cost":705,"Date":"3/12/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":998,"Cost":555,"Date":"3/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":735,"Cost":377,"Date":"6/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":479,"Cost":347,"Date":"6/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":223,"Cost":155,"Date":"8/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":856,"Cost":635,"Date":"10/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":238,"Cost":187,"Date":"11/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":994,"Cost":749,"Date":"11/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":30,"Date":"3/27/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":210,"Date":"4/17/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":461,"Date":"8/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":491,"Cost":403,"Date":"8/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":792,"Cost":654,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":41,"Date":"9/5/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":168,"Cost":106,"Date":"9/14/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":66,"Date":"9/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":344,"Cost":323,"Date":"11/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":402,"Cost":245,"Date":"12/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":245,"Cost":212,"Date":"1/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":354,"Date":"1/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":7,"Cost":6,"Date":"2/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":368,"Date":"3/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":568,"Cost":486,"Date":"4/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":419,"Cost":347,"Date":"4/5/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":756,"Cost":562,"Date":"4/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":135,"Date":"7/10/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":66,"Date":"3/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":335,"Cost":290,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":423,"Cost":225,"Date":"10/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":293,"Cost":263,"Date":"3/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":399,"Cost":294,"Date":"6/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":127,"Date":"7/17/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":766,"Cost":559,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":146,"Cost":131,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":863,"Cost":673,"Date":"11/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":22,"Cost":16,"Date":"12/16/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":127,"Date":"12/30/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":255,"Cost":158,"Date":"2/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":146,"Cost":101,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":900,"Cost":539,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":379,"Cost":302,"Date":"4/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":483,"Date":"7/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":742,"Cost":630,"Date":"8/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":508,"Cost":443,"Date":"10/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":713,"Date":"11/11/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":484,"Date":"11/30/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":469,"Cost":429,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":809,"Cost":594,"Date":"3/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":817,"Cost":739,"Date":"4/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":436,"Cost":341,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":197,"Cost":154,"Date":"8/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":678,"Cost":479,"Date":"9/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":549,"Date":"10/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":388,"Cost":280,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":536,"Cost":333,"Date":"11/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":721,"Cost":601,"Date":"12/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":395,"Cost":371,"Date":"12/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":186,"Cost":99,"Date":"1/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":802,"Cost":526,"Date":"1/23/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":538,"Date":"2/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":727,"Cost":614,"Date":"3/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":811,"Cost":589,"Date":"3/12/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":673,"Cost":564,"Date":"3/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":940,"Cost":510,"Date":"6/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":487,"Cost":326,"Date":"6/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":6,"Cost":4,"Date":"8/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":415,"Date":"10/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":559,"Cost":286,"Date":"11/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":903,"Cost":830,"Date":"11/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":513,"Cost":263,"Date":"3/27/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":851,"Cost":496,"Date":"4/17/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":922,"Cost":810,"Date":"8/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":550,"Cost":350,"Date":"8/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":868,"Cost":543,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":654,"Cost":343,"Date":"9/5/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":180,"Cost":160,"Date":"9/14/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":289,"Cost":182,"Date":"9/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":528,"Cost":449,"Date":"11/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":904,"Cost":506,"Date":"12/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":134,"Cost":91,"Date":"1/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":364,"Cost":211,"Date":"1/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":728,"Cost":493,"Date":"2/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":121,"Cost":91,"Date":"3/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":700,"Cost":371,"Date":"4/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":384,"Cost":349,"Date":"4/5/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":169,"Cost":89,"Date":"4/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":300,"Cost":260,"Date":"7/10/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":650,"Cost":412,"Date":"3/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":992,"Cost":614,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":499,"Cost":454,"Date":"10/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":230,"Cost":150,"Date":"3/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":995,"Cost":549,"Date":"6/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":90,"Cost":55,"Date":"7/17/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":746,"Cost":584,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":219,"Cost":133,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":412,"Cost":291,"Date":"11/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":495,"Cost":358,"Date":"12/16/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":886,"Cost":465,"Date":"12/30/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":135,"Cost":120,"Date":"2/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":443,"Cost":261,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":117,"Cost":88,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":893,"Cost":818,"Date":"4/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":93,"Cost":78,"Date":"7/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":888,"Cost":745,"Date":"8/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":281,"Cost":260,"Date":"10/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":15,"Cost":11,"Date":"11/11/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":714,"Cost":458,"Date":"11/30/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":713,"Cost":561,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":813,"Cost":701,"Date":"3/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":305,"Cost":190,"Date":"4/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":253,"Cost":142,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":8,"Cost":7,"Date":"8/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":274,"Cost":194,"Date":"9/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":74,"Cost":39,"Date":"10/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":838,"Cost":525,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":269,"Cost":168,"Date":"11/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":608,"Cost":451,"Date":"12/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":984,"Cost":927,"Date":"12/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":469,"Cost":346,"Date":"1/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":865,"Cost":545,"Date":"1/23/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":79,"Cost":65,"Date":"2/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":709,"Cost":634,"Date":"3/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":933,"Cost":565,"Date":"3/12/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":501,"Cost":338,"Date":"3/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":540,"Cost":452,"Date":"6/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":431,"Cost":334,"Date":"6/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":180,"Cost":116,"Date":"8/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":505,"Cost":392,"Date":"10/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":660,"Cost":525,"Date":"11/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":258,"Cost":244,"Date":"11/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":463,"Cost":372,"Date":"3/27/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":286,"Cost":178,"Date":"4/17/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":883,"Cost":477,"Date":"8/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":752,"Cost":637,"Date":"8/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":291,"Cost":225,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":95,"Cost":63,"Date":"9/5/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":644,"Date":"9/14/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":516,"Date":"9/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":545,"Date":"11/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":167,"Cost":130,"Date":"12/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":644,"Cost":570,"Date":"1/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":830,"Cost":629,"Date":"1/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":598,"Cost":396,"Date":"2/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":904,"Cost":807,"Date":"3/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":704,"Date":"4/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":547,"Cost":480,"Date":"4/5/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":173,"Cost":95,"Date":"4/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":303,"Cost":162,"Date":"7/10/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":489,"Cost":381,"Date":"3/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":144,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":446,"Cost":231,"Date":"10/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":252,"Date":"3/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":119,"Cost":100,"Date":"6/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":652,"Date":"7/17/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":404,"Cost":284,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":867,"Cost":553,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":605,"Cost":511,"Date":"11/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":696,"Date":"12/16/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":576,"Cost":419,"Date":"12/30/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":905,"Cost":650,"Date":"2/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":746,"Cost":391,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":699,"Cost":571,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":96,"Cost":89,"Date":"4/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":584,"Cost":521,"Date":"7/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":22,"Cost":13,"Date":"8/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":617,"Cost":319,"Date":"10/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":628,"Date":"11/11/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":488,"Date":"11/30/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":161,"Cost":111,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":953,"Cost":778,"Date":"3/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":422,"Cost":279,"Date":"4/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":256,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":754,"Cost":469,"Date":"8/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":233,"Cost":204,"Date":"9/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":719,"Cost":431,"Date":"10/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":530,"Cost":317,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":699,"Cost":551,"Date":"11/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":107,"Date":"12/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":252,"Date":"12/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":525,"Cost":292,"Date":"1/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":897,"Cost":618,"Date":"1/23/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":507,"Cost":309,"Date":"2/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":178,"Cost":99,"Date":"3/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":129,"Cost":84,"Date":"3/12/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":287,"Date":"3/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":675,"Cost":588,"Date":"6/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":699,"Cost":611,"Date":"6/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":342,"Date":"8/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":306,"Cost":170,"Date":"10/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":985,"Cost":906,"Date":"11/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":749,"Cost":495,"Date":"11/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":106,"Cost":92,"Date":"3/27/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":189,"Cost":138,"Date":"4/17/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":140,"Cost":132,"Date":"8/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":638,"Cost":603,"Date":"8/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":378,"Cost":196,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":717,"Cost":615,"Date":"9/5/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":961,"Cost":633,"Date":"9/14/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":652,"Cost":418,"Date":"9/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":714,"Cost":558,"Date":"11/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":395,"Cost":372,"Date":"12/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":215,"Cost":200,"Date":"1/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":70,"Cost":56,"Date":"1/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":96,"Cost":84,"Date":"2/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":639,"Cost":495,"Date":"3/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":186,"Cost":132,"Date":"4/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":936,"Cost":548,"Date":"4/5/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":671,"Cost":353,"Date":"4/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":64,"Cost":36,"Date":"7/10/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":614,"Cost":545,"Date":"3/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":11,"Cost":10,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":241,"Cost":186,"Date":"10/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":373,"Cost":202,"Date":"3/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":885,"Cost":672,"Date":"6/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":133,"Cost":98,"Date":"7/17/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":507,"Cost":442,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":414,"Cost":353,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":62,"Cost":48,"Date":"11/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":672,"Cost":481,"Date":"12/16/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":225,"Cost":199,"Date":"12/30/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":277,"Cost":154,"Date":"2/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":67,"Cost":59,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":764,"Cost":535,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":340,"Cost":268,"Date":"4/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":237,"Cost":193,"Date":"7/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":461,"Cost":235,"Date":"8/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":264,"Cost":153,"Date":"10/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":286,"Cost":207,"Date":"11/11/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":426,"Cost":337,"Date":"11/30/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":838,"Cost":723,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":503,"Cost":296,"Date":"3/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":925,"Cost":823,"Date":"4/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":490,"Cost":327,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":723,"Cost":534,"Date":"8/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":488,"Cost":396,"Date":"9/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":266,"Cost":199,"Date":"10/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":904,"Cost":629,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":258,"Cost":217,"Date":"11/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":36,"Cost":24,"Date":"12/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":338,"Cost":212,"Date":"12/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":686,"Cost":600,"Date":"1/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":891,"Cost":553,"Date":"1/23/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":537,"Cost":472,"Date":"2/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":111,"Cost":57,"Date":"3/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":900,"Cost":696,"Date":"3/12/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":840,"Cost":785,"Date":"3/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":290,"Cost":225,"Date":"6/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":865,"Cost":696,"Date":"6/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":913,"Cost":802,"Date":"8/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":868,"Cost":538,"Date":"10/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":202,"Cost":143,"Date":"11/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":893,"Cost":507,"Date":"11/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":691,"Cost":414,"Date":"3/27/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":603,"Cost":534,"Date":"4/17/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":936,"Date":"8/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":754,"Cost":404,"Date":"8/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":988,"Cost":757,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":205,"Cost":169,"Date":"9/5/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":671,"Cost":593,"Date":"9/14/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":314,"Cost":232,"Date":"9/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":17,"Cost":15,"Date":"11/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":517,"Cost":441,"Date":"12/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":335,"Cost":316,"Date":"1/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":56,"Date":"1/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":203,"Cost":124,"Date":"2/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":548,"Cost":442,"Date":"3/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":860,"Cost":665,"Date":"4/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":425,"Cost":232,"Date":"4/5/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":494,"Cost":438,"Date":"4/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":727,"Cost":461,"Date":"7/10/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":842,"Date":"3/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":579,"Cost":323,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":431,"Cost":394,"Date":"10/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":917,"Cost":709,"Date":"3/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":908,"Cost":632,"Date":"6/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":436,"Cost":325,"Date":"7/17/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":136,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":480,"Cost":263,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":725,"Cost":480,"Date":"11/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":976,"Cost":606,"Date":"12/16/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":24,"Cost":14,"Date":"12/30/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":722,"Cost":573,"Date":"2/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":221,"Cost":111,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":121,"Cost":70,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":779,"Cost":648,"Date":"4/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":650,"Cost":452,"Date":"7/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":357,"Cost":326,"Date":"8/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":490,"Cost":408,"Date":"10/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":793,"Cost":432,"Date":"11/11/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":342,"Date":"11/30/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":476,"Cost":413,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":211,"Cost":156,"Date":"3/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":329,"Cost":266,"Date":"4/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":232,"Cost":174,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":979,"Cost":535,"Date":"8/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":407,"Date":"9/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":384,"Cost":323,"Date":"10/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":290,"Cost":173,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":973,"Cost":565,"Date":"11/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":254,"Cost":146,"Date":"12/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":547,"Cost":277,"Date":"12/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":668,"Date":"1/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":262,"Cost":196,"Date":"1/23/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":325,"Cost":196,"Date":"2/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":804,"Cost":501,"Date":"3/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":583,"Cost":510,"Date":"3/12/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":253,"Cost":211,"Date":"3/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":307,"Cost":181,"Date":"6/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":435,"Cost":255,"Date":"6/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":173,"Cost":94,"Date":"8/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":362,"Cost":198,"Date":"10/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":505,"Cost":334,"Date":"11/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":228,"Cost":170,"Date":"11/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":768,"Cost":635,"Date":"3/27/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":549,"Date":"4/17/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":386,"Cost":355,"Date":"8/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":955,"Cost":834,"Date":"8/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":359,"Cost":208,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":677,"Date":"9/5/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":740,"Cost":440,"Date":"9/14/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":318,"Cost":259,"Date":"9/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":215,"Cost":133,"Date":"11/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":952,"Cost":824,"Date":"12/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":334,"Cost":301,"Date":"1/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":673,"Cost":599,"Date":"1/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":745,"Cost":387,"Date":"2/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":993,"Cost":569,"Date":"3/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":91,"Cost":82,"Date":"4/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":847,"Cost":774,"Date":"4/5/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":317,"Date":"4/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":109,"Cost":98,"Date":"7/10/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":400,"Cost":274,"Date":"3/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":700,"Cost":658,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":486,"Cost":335,"Date":"10/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":183,"Cost":128,"Date":"3/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":446,"Cost":338,"Date":"6/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":610,"Cost":453,"Date":"7/17/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":154,"Cost":81,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":365,"Cost":317,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":298,"Cost":203,"Date":"11/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":615,"Cost":353,"Date":"12/16/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":84,"Cost":78,"Date":"12/30/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":267,"Cost":214,"Date":"2/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":485,"Cost":266,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":900,"Cost":732,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":432,"Cost":229,"Date":"4/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":393,"Cost":243,"Date":"7/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":485,"Cost":425,"Date":"8/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":906,"Cost":789,"Date":"10/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":560,"Cost":455,"Date":"11/11/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":757,"Cost":686,"Date":"11/30/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":55,"Cost":37,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":704,"Date":"3/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":397,"Date":"4/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":299,"Cost":267,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":159,"Cost":151,"Date":"8/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":317,"Cost":168,"Date":"9/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":37,"Cost":21,"Date":"10/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":779,"Cost":604,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":270,"Cost":226,"Date":"11/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":243,"Cost":211,"Date":"12/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":469,"Date":"12/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":400,"Date":"1/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":282,"Cost":233,"Date":"1/23/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":441,"Date":"2/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":559,"Cost":470,"Date":"3/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":586,"Cost":373,"Date":"3/12/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":237,"Cost":190,"Date":"3/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":582,"Date":"6/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":695,"Date":"6/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":482,"Cost":253,"Date":"8/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":212,"Cost":156,"Date":"10/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":661,"Cost":585,"Date":"11/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":324,"Date":"11/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":738,"Cost":677,"Date":"3/27/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":715,"Cost":384,"Date":"4/17/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":532,"Cost":440,"Date":"8/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":552,"Cost":281,"Date":"8/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":2,"Cost":1,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":231,"Cost":146,"Date":"9/5/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":653,"Date":"9/14/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":467,"Date":"9/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":504,"Cost":446,"Date":"11/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":378,"Cost":310,"Date":"12/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":969,"Cost":891,"Date":"1/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":455,"Date":"1/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":524,"Cost":446,"Date":"2/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":514,"Cost":422,"Date":"3/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":717,"Cost":668,"Date":"4/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":16,"Cost":14,"Date":"4/5/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":602,"Cost":449,"Date":"4/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":135,"Cost":71,"Date":"7/10/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":245,"Cost":151,"Date":"3/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":709,"Cost":354,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":793,"Cost":490,"Date":"10/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":848,"Cost":668,"Date":"3/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":936,"Cost":775,"Date":"6/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":119,"Cost":72,"Date":"7/17/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":213,"Cost":135,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":889,"Cost":824,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":643,"Cost":552,"Date":"11/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":596,"Cost":335,"Date":"12/16/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":636,"Cost":392,"Date":"12/30/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":266,"Cost":175,"Date":"2/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":658,"Cost":588,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":654,"Cost":385,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":757,"Cost":514,"Date":"4/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":505,"Cost":354,"Date":"7/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":60,"Cost":40,"Date":"8/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":524,"Date":"10/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":890,"Cost":711,"Date":"11/11/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":113,"Cost":94,"Date":"11/30/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":929,"Cost":671,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":949,"Cost":629,"Date":"3/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":264,"Cost":181,"Date":"4/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":381,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":40,"Cost":23,"Date":"8/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":116,"Cost":76,"Date":"9/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":82,"Cost":55,"Date":"10/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":608,"Cost":577,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":707,"Cost":427,"Date":"11/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":251,"Cost":238,"Date":"12/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":476,"Cost":284,"Date":"12/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":543,"Date":"1/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":633,"Cost":561,"Date":"1/23/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":205,"Cost":129,"Date":"2/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":327,"Date":"3/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":584,"Cost":392,"Date":"3/12/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":194,"Cost":177,"Date":"3/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":690,"Cost":418,"Date":"6/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":399,"Cost":239,"Date":"6/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":23,"Cost":19,"Date":"8/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":593,"Date":"10/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":563,"Cost":405,"Date":"11/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":578,"Cost":550,"Date":"11/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":728,"Cost":377,"Date":"3/27/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":355,"Cost":290,"Date":"4/17/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":305,"Date":"8/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":732,"Cost":456,"Date":"8/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":27,"Cost":22,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":453,"Cost":352,"Date":"9/5/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":765,"Cost":584,"Date":"9/14/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":524,"Cost":341,"Date":"9/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":248,"Cost":132,"Date":"11/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":986,"Cost":893,"Date":"12/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":601,"Cost":320,"Date":"1/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":136,"Date":"1/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":507,"Cost":481,"Date":"2/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":126,"Cost":67,"Date":"3/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":516,"Cost":276,"Date":"4/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":879,"Cost":804,"Date":"4/5/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":352,"Cost":217,"Date":"4/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":419,"Cost":305,"Date":"7/10/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":553,"Cost":404,"Date":"3/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":765,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":5,"Cost":4,"Date":"10/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":829,"Date":"3/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":330,"Cost":283,"Date":"6/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":428,"Date":"7/17/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":211,"Cost":191,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":4,"Cost":3,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":176,"Date":"11/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":184,"Cost":131,"Date":"12/16/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":402,"Cost":281,"Date":"12/30/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":455,"Cost":312,"Date":"2/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":466,"Cost":403,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":25,"Cost":18,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":672,"Cost":578,"Date":"4/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":927,"Cost":877,"Date":"7/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":848,"Cost":777,"Date":"8/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":101,"Cost":77,"Date":"10/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":107,"Cost":57,"Date":"11/11/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":110,"Cost":95,"Date":"11/30/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":447,"Cost":369,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":590,"Cost":420,"Date":"3/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":509,"Cost":404,"Date":"4/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":29,"Cost":15,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":363,"Date":"8/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":329,"Cost":249,"Date":"9/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":407,"Date":"10/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":136,"Cost":79,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":68,"Cost":44,"Date":"11/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":596,"Cost":543,"Date":"12/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":159,"Cost":121,"Date":"12/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":406,"Cost":262,"Date":"1/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":663,"Cost":618,"Date":"1/23/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":587,"Cost":310,"Date":"2/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":287,"Cost":229,"Date":"3/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":149,"Cost":128,"Date":"3/12/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":269,"Cost":160,"Date":"3/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":403,"Cost":233,"Date":"6/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":873,"Cost":735,"Date":"6/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":247,"Cost":226,"Date":"8/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":165,"Cost":148,"Date":"10/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":221,"Cost":154,"Date":"11/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":221,"Cost":148,"Date":"11/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":992,"Cost":656,"Date":"3/27/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":511,"Cost":432,"Date":"4/17/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":72,"Cost":53,"Date":"8/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":303,"Cost":268,"Date":"8/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":543,"Cost":513,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":596,"Cost":478,"Date":"9/5/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":193,"Cost":132,"Date":"9/14/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":514,"Cost":396,"Date":"9/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":232,"Cost":217,"Date":"11/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":774,"Cost":550,"Date":"12/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":755,"Cost":712,"Date":"1/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":572,"Cost":356,"Date":"1/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":698,"Cost":608,"Date":"2/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":814,"Cost":533,"Date":"3/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":429,"Cost":233,"Date":"4/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":693,"Cost":514,"Date":"4/5/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":983,"Cost":561,"Date":"4/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":473,"Cost":321,"Date":"7/10/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":815,"Cost":502,"Date":"3/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":847,"Cost":458,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":571,"Cost":528,"Date":"10/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":360,"Cost":232,"Date":"3/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":518,"Cost":325,"Date":"6/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":589,"Cost":437,"Date":"7/17/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":559,"Cost":282,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":423,"Cost":282,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":662,"Cost":502,"Date":"11/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":905,"Cost":720,"Date":"12/16/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":744,"Cost":577,"Date":"12/30/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":568,"Cost":490,"Date":"2/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":640,"Cost":489,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":566,"Cost":460,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":866,"Cost":487,"Date":"4/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":373,"Cost":282,"Date":"7/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":902,"Cost":509,"Date":"8/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":95,"Cost":81,"Date":"10/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":644,"Cost":567,"Date":"11/11/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":20,"Cost":14,"Date":"11/30/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":390,"Cost":370,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":432,"Cost":362,"Date":"3/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":468,"Cost":259,"Date":"4/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":785,"Cost":586,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":500,"Cost":448,"Date":"8/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":386,"Cost":353,"Date":"9/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":850,"Cost":622,"Date":"10/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":123,"Cost":76,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":959,"Cost":873,"Date":"11/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":487,"Cost":424,"Date":"12/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":691,"Cost":533,"Date":"12/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":920,"Cost":768,"Date":"1/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":297,"Cost":276,"Date":"1/23/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":868,"Cost":809,"Date":"2/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":900,"Cost":514,"Date":"3/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":698,"Cost":638,"Date":"3/12/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":419,"Cost":285,"Date":"3/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":699,"Cost":621,"Date":"6/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":225,"Cost":190,"Date":"6/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":888,"Cost":784,"Date":"8/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":163,"Cost":148,"Date":"10/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":403,"Cost":228,"Date":"11/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":600,"Cost":462,"Date":"11/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":467,"Cost":367,"Date":"3/27/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":710,"Cost":511,"Date":"4/17/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":80,"Cost":73,"Date":"8/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":440,"Cost":223,"Date":"8/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":302,"Cost":243,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":240,"Cost":176,"Date":"9/5/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":124,"Cost":81,"Date":"9/14/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":92,"Cost":56,"Date":"9/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":899,"Cost":633,"Date":"11/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":702,"Cost":392,"Date":"12/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":688,"Cost":363,"Date":"1/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":734,"Cost":655,"Date":"1/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":331,"Cost":185,"Date":"2/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":903,"Cost":474,"Date":"3/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":806,"Cost":500,"Date":"4/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":742,"Cost":691,"Date":"4/5/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":959,"Cost":536,"Date":"4/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":705,"Cost":559,"Date":"7/10/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":444,"Cost":318,"Date":"3/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":298,"Cost":274,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":834,"Cost":498,"Date":"10/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":903,"Cost":825,"Date":"3/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":413,"Cost":295,"Date":"6/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":973,"Cost":538,"Date":"7/17/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":634,"Cost":444,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":376,"Cost":305,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":899,"Cost":661,"Date":"11/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":736,"Cost":527,"Date":"12/16/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":191,"Cost":122,"Date":"12/30/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":686,"Cost":628,"Date":"2/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":365,"Cost":223,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":180,"Cost":123,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":75,"Cost":61,"Date":"4/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":404,"Cost":238,"Date":"7/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":3,"Cost":2,"Date":"8/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":926,"Cost":539,"Date":"10/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":758,"Cost":562,"Date":"11/11/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":176,"Cost":162,"Date":"11/30/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":347,"Cost":314,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":443,"Cost":370,"Date":"3/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":226,"Cost":141,"Date":"4/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":566,"Cost":463,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":259,"Cost":153,"Date":"8/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":114,"Cost":105,"Date":"9/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":824,"Cost":532,"Date":"10/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":23,"Cost":16,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":95,"Cost":56,"Date":"11/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":168,"Cost":118,"Date":"12/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":275,"Cost":220,"Date":"12/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":907,"Cost":618,"Date":"1/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":184,"Cost":129,"Date":"1/23/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":83,"Cost":76,"Date":"2/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":289,"Cost":249,"Date":"3/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":606,"Cost":483,"Date":"3/12/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":333,"Cost":282,"Date":"3/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":50,"Cost":47,"Date":"6/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":892,"Cost":677,"Date":"6/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":660,"Cost":487,"Date":"8/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":90,"Cost":84,"Date":"10/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":157,"Cost":102,"Date":"11/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":375,"Cost":300,"Date":"11/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":296,"Cost":204,"Date":"3/27/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":35,"Cost":24,"Date":"4/17/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":930,"Cost":782,"Date":"8/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":909,"Cost":858,"Date":"8/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":574,"Cost":430,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":531,"Cost":470,"Date":"9/5/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":232,"Cost":130,"Date":"9/14/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":916,"Cost":587,"Date":"9/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":79,"Cost":44,"Date":"11/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":871,"Cost":602,"Date":"12/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":291,"Cost":243,"Date":"1/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":699,"Cost":358,"Date":"1/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":946,"Cost":562,"Date":"2/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":518,"Cost":361,"Date":"3/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":230,"Cost":181,"Date":"4/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":204,"Cost":118,"Date":"4/5/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":151,"Cost":129,"Date":"4/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":179,"Cost":149,"Date":"7/10/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":469,"Cost":400,"Date":"3/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":404,"Cost":375,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":459,"Cost":305,"Date":"10/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":736,"Cost":680,"Date":"3/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":825,"Cost":424,"Date":"6/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":58,"Cost":42,"Date":"7/17/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":300,"Cost":270,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":306,"Cost":228,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":223,"Cost":173,"Date":"11/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":254,"Cost":210,"Date":"12/16/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":242,"Cost":159,"Date":"12/30/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":437,"Cost":272,"Date":"2/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":557,"Cost":340,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":594,"Cost":511,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":90,"Cost":69,"Date":"4/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":550,"Cost":375,"Date":"7/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":124,"Cost":69,"Date":"8/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":651,"Cost":402,"Date":"10/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":868,"Cost":553,"Date":"11/11/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":225,"Cost":200,"Date":"11/30/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":972,"Cost":890,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":964,"Cost":877,"Date":"3/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":953,"Cost":815,"Date":"4/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":135,"Cost":97,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":515,"Cost":487,"Date":"8/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":425,"Cost":340,"Date":"9/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":254,"Cost":224,"Date":"10/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":822,"Cost":768,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":107,"Cost":97,"Date":"11/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":461,"Cost":341,"Date":"12/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":351,"Cost":253,"Date":"12/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":920,"Cost":547,"Date":"1/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":56,"Cost":42,"Date":"1/23/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":733,"Cost":606,"Date":"2/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":482,"Cost":350,"Date":"3/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":927,"Cost":696,"Date":"3/12/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":301,"Cost":274,"Date":"3/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":608,"Cost":321,"Date":"6/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":181,"Cost":139,"Date":"6/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":424,"Cost":242,"Date":"8/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":262,"Cost":202,"Date":"10/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":301,"Cost":246,"Date":"11/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":566,"Cost":390,"Date":"11/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":894,"Cost":482,"Date":"3/27/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":685,"Cost":630,"Date":"4/17/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":794,"Cost":588,"Date":"8/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":450,"Cost":400,"Date":"8/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":162,"Cost":107,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":891,"Cost":751,"Date":"9/5/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":94,"Cost":47,"Date":"9/14/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":239,"Cost":218,"Date":"9/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":584,"Cost":515,"Date":"11/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":73,"Cost":46,"Date":"12/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":895,"Cost":786,"Date":"1/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":979,"Cost":576,"Date":"1/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":706,"Cost":580,"Date":"2/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":284,"Cost":151,"Date":"3/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":538,"Cost":343,"Date":"4/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":106,"Cost":84,"Date":"4/5/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":122,"Cost":101,"Date":"4/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":552,"Cost":366,"Date":"7/10/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":787,"Cost":394,"Date":"3/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":777,"Cost":655,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":731,"Cost":508,"Date":"10/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":525,"Cost":335,"Date":"3/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":79,"Cost":61,"Date":"6/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":937,"Cost":863,"Date":"7/17/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":209,"Cost":109,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":44,"Cost":25,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":564,"Cost":417,"Date":"11/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":56,"Cost":39,"Date":"12/16/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":374,"Cost":247,"Date":"12/30/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":194,"Cost":122,"Date":"2/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":275,"Cost":218,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":331,"Cost":273,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":325,"Cost":222,"Date":"4/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":834,"Cost":726,"Date":"7/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":278,"Cost":220,"Date":"8/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":625,"Cost":474,"Date":"10/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":96,"Cost":90,"Date":"11/11/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":617,"Cost":470,"Date":"11/30/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":66,"Cost":48,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":821,"Cost":780,"Date":"3/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":16,"Cost":12,"Date":"4/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":599,"Cost":305,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":211,"Cost":105,"Date":"8/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":542,"Cost":291,"Date":"9/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":870,"Cost":820,"Date":"10/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":847,"Cost":699,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":314,"Cost":192,"Date":"11/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":699,"Cost":503,"Date":"12/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":105,"Cost":84,"Date":"12/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":133,"Cost":68,"Date":"1/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":545,"Cost":291,"Date":"1/23/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":406,"Cost":339,"Date":"2/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":17,"Cost":15,"Date":"3/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":638,"Cost":395,"Date":"3/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":636,"Cost":322,"Date":"3/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":906,"Cost":729,"Date":"6/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":947,"Cost":605,"Date":"6/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":415,"Cost":308,"Date":"8/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":166,"Cost":91,"Date":"10/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":171,"Cost":115,"Date":"11/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":289,"Cost":221,"Date":"11/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":114,"Cost":69,"Date":"3/27/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":967,"Cost":701,"Date":"4/17/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":175,"Cost":141,"Date":"8/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":641,"Cost":563,"Date":"8/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":660,"Cost":477,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":355,"Cost":298,"Date":"9/5/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":163,"Cost":101,"Date":"9/14/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":400,"Cost":290,"Date":"9/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":189,"Cost":114,"Date":"11/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":793,"Cost":497,"Date":"12/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":344,"Cost":246,"Date":"1/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":644,"Cost":380,"Date":"1/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":412,"Cost":243,"Date":"2/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":507,"Cost":309,"Date":"3/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":418,"Cost":375,"Date":"4/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":299,"Cost":273,"Date":"4/5/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":976,"Cost":520,"Date":"4/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":256,"Cost":183,"Date":"7/10/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":147,"Cost":78,"Date":"3/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":380,"Cost":260,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":926,"Cost":583,"Date":"10/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":833,"Cost":446,"Date":"3/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":692,"Cost":627,"Date":"6/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":345,"Cost":237,"Date":"7/17/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":246,"Cost":166,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":725,"Cost":587,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":248,"Cost":170,"Date":"11/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":835,"Cost":479,"Date":"12/16/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":505,"Cost":362,"Date":"12/30/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":303,"Cost":287,"Date":"2/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":163,"Cost":145,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":147,"Cost":92,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":393,"Cost":208,"Date":"4/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":848,"Cost":475,"Date":"7/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":807,"Cost":555,"Date":"8/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":756,"Cost":587,"Date":"10/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":848,"Cost":722,"Date":"11/11/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":183,"Cost":136,"Date":"11/30/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":317,"Cost":242,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":837,"Cost":440,"Date":"3/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":89,"Cost":53,"Date":"4/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":987,"Cost":928,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":981,"Cost":911,"Date":"8/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":604,"Cost":522,"Date":"9/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":362,"Cost":227,"Date":"10/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":406,"Cost":328,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":222,"Cost":159,"Date":"11/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":840,"Cost":787,"Date":"12/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":171,"Cost":130,"Date":"12/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":76,"Cost":51,"Date":"1/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":607,"Cost":320,"Date":"1/23/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":591,"Cost":376,"Date":"2/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":559,"Cost":520,"Date":"3/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":57,"Cost":48,"Date":"3/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":784,"Cost":502,"Date":"3/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":615,"Cost":549,"Date":"6/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":110,"Cost":87,"Date":"6/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":74,"Cost":48,"Date":"8/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":581,"Cost":371,"Date":"10/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":904,"Cost":581,"Date":"11/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":808,"Cost":473,"Date":"11/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":147,"Cost":132,"Date":"3/27/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":985,"Cost":652,"Date":"4/17/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":152,"Cost":104,"Date":"8/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":81,"Cost":53,"Date":"8/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":243,"Cost":156,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":946,"Cost":793,"Date":"9/5/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":494,"Cost":356,"Date":"9/14/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":175,"Cost":91,"Date":"9/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":993,"Cost":690,"Date":"11/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":477,"Cost":279,"Date":"12/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":129,"Cost":119,"Date":"1/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":537,"Cost":298,"Date":"1/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":177,"Cost":142,"Date":"2/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":494,"Cost":406,"Date":"3/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":856,"Cost":799,"Date":"4/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":514,"Cost":366,"Date":"4/5/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":225,"Cost":188,"Date":"4/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":233,"Cost":174,"Date":"7/10/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":140,"Cost":90,"Date":"3/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":921,"Cost":556,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":83,"Cost":73,"Date":"10/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":593,"Cost":418,"Date":"3/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":53,"Cost":29,"Date":"6/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":780,"Cost":507,"Date":"7/17/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":216,"Cost":155,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":254,"Cost":143,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":123,"Cost":67,"Date":"11/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":468,"Cost":437,"Date":"12/16/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":986,"Cost":920,"Date":"12/30/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":427,"Cost":397,"Date":"2/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":822,"Cost":647,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":330,"Cost":172,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":430,"Cost":242,"Date":"4/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":209,"Cost":167,"Date":"7/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":930,"Cost":863,"Date":"8/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":208,"Cost":192,"Date":"10/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":525,"Cost":267,"Date":"11/11/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":31,"Cost":24,"Date":"11/30/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":934,"Cost":789,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":28,"Cost":22,"Date":"3/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":393,"Cost":323,"Date":"4/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":965,"Cost":585,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":968,"Cost":556,"Date":"8/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":430,"Cost":269,"Date":"9/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":427,"Cost":351,"Date":"10/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":613,"Cost":355,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":908,"Cost":518,"Date":"11/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":626,"Cost":414,"Date":"12/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":420,"Cost":378,"Date":"12/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":630,"Cost":320,"Date":"1/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":701,"Cost":644,"Date":"1/23/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":42,"Cost":37,"Date":"2/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":656,"Cost":455,"Date":"3/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":8,"Cost":6,"Date":"3/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":588,"Cost":506,"Date":"3/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":61,"Cost":54,"Date":"6/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":989,"Cost":751,"Date":"6/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":269,"Cost":209,"Date":"8/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":537,"Cost":490,"Date":"10/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":479,"Cost":246,"Date":"11/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":749,"Cost":404,"Date":"11/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":621,"Cost":584,"Date":"3/27/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":419,"Cost":295,"Date":"4/17/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":705,"Cost":422,"Date":"8/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":151,"Cost":141,"Date":"8/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":258,"Cost":158,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":333,"Cost":216,"Date":"9/5/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":725,"Cost":467,"Date":"9/14/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":953,"Cost":635,"Date":"9/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":338,"Cost":297,"Date":"11/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":758,"Cost":633,"Date":"12/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":341,"Cost":248,"Date":"1/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":12,"Cost":7,"Date":"1/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":598,"Cost":511,"Date":"2/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":943,"Cost":660,"Date":"3/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":65,"Cost":42,"Date":"4/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":536,"Date":"4/5/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":882,"Cost":587,"Date":"4/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":937,"Cost":741,"Date":"7/10/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":240,"Date":"3/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":64,"Cost":53,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":79,"Cost":44,"Date":"10/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":673,"Cost":435,"Date":"3/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":539,"Cost":292,"Date":"6/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":666,"Cost":443,"Date":"7/17/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":258,"Cost":158,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":34,"Cost":19,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":179,"Cost":144,"Date":"11/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":172,"Cost":107,"Date":"12/16/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":861,"Cost":649,"Date":"12/30/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":732,"Cost":457,"Date":"2/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":42,"Cost":21,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":272,"Cost":217,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":391,"Cost":310,"Date":"4/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":833,"Cost":542,"Date":"7/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":413,"Cost":297,"Date":"8/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":13,"Cost":6,"Date":"10/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":499,"Date":"11/11/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":587,"Cost":487,"Date":"11/30/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":361,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":814,"Cost":684,"Date":"3/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":780,"Cost":656,"Date":"4/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":3,"Cost":3,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":96,"Date":"8/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":899,"Cost":596,"Date":"9/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":116,"Cost":93,"Date":"10/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":186,"Cost":166,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":568,"Cost":393,"Date":"11/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":69,"Cost":43,"Date":"12/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":689,"Cost":565,"Date":"12/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":238,"Cost":161,"Date":"1/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":528,"Cost":400,"Date":"1/23/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":508,"Cost":307,"Date":"2/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":85,"Cost":60,"Date":"3/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":408,"Cost":256,"Date":"3/12/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":658,"Cost":335,"Date":"3/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":760,"Cost":452,"Date":"6/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":938,"Cost":716,"Date":"6/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":850,"Cost":642,"Date":"8/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":8,"Cost":4,"Date":"10/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":813,"Cost":708,"Date":"11/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":812,"Cost":590,"Date":"11/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":880,"Cost":818,"Date":"3/27/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":897,"Cost":457,"Date":"4/17/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":548,"Cost":497,"Date":"8/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":859,"Cost":481,"Date":"8/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":873,"Cost":440,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":422,"Cost":347,"Date":"9/5/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":1,"Cost":1,"Date":"9/14/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":406,"Cost":326,"Date":"9/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":237,"Cost":126,"Date":"11/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":54,"Cost":42,"Date":"12/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":734,"Cost":434,"Date":"1/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":37,"Cost":30,"Date":"1/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":75,"Date":"2/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":390,"Cost":355,"Date":"3/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":990,"Cost":548,"Date":"4/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":237,"Cost":160,"Date":"4/5/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":198,"Cost":123,"Date":"4/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":694,"Cost":450,"Date":"7/10/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":192,"Cost":133,"Date":"3/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":608,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":766,"Cost":685,"Date":"10/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":625,"Cost":329,"Date":"3/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":269,"Date":"6/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":413,"Cost":342,"Date":"7/17/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":301,"Cost":221,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":841,"Cost":604,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":22,"Cost":15,"Date":"11/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":379,"Cost":250,"Date":"12/16/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":129,"Cost":83,"Date":"12/30/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":848,"Cost":428,"Date":"2/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":52,"Cost":47,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":886,"Cost":708,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":44,"Cost":34,"Date":"4/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":387,"Cost":336,"Date":"7/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":688,"Cost":566,"Date":"8/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":537,"Cost":448,"Date":"10/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":609,"Date":"11/11/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":274,"Date":"11/30/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":915,"Cost":575,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":715,"Cost":358,"Date":"3/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":496,"Date":"4/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":169,"Cost":143,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":157,"Date":"8/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":342,"Cost":298,"Date":"9/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":251,"Cost":130,"Date":"10/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":222,"Cost":175,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":174,"Date":"11/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":308,"Cost":273,"Date":"12/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":896,"Cost":685,"Date":"12/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":527,"Cost":343,"Date":"1/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":248,"Cost":210,"Date":"1/23/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":612,"Cost":371,"Date":"2/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":155,"Cost":118,"Date":"3/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":592,"Cost":533,"Date":"3/12/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":639,"Cost":348,"Date":"3/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":945,"Cost":601,"Date":"6/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":814,"Cost":579,"Date":"6/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":178,"Cost":101,"Date":"8/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":84,"Cost":55,"Date":"10/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":226,"Date":"11/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":551,"Cost":404,"Date":"11/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":949,"Cost":664,"Date":"3/27/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":154,"Cost":129,"Date":"4/17/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":681,"Cost":387,"Date":"8/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":445,"Cost":317,"Date":"8/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":219,"Cost":134,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":599,"Cost":466,"Date":"9/5/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":754,"Cost":645,"Date":"9/14/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":339,"Cost":320,"Date":"9/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":157,"Cost":146,"Date":"11/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":795,"Cost":706,"Date":"12/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":601,"Cost":381,"Date":"1/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":601,"Cost":427,"Date":"1/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":528,"Cost":411,"Date":"2/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":911,"Cost":859,"Date":"3/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":271,"Cost":164,"Date":"4/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":237,"Cost":152,"Date":"4/5/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":52,"Cost":32,"Date":"4/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":79,"Cost":62,"Date":"7/10/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":170,"Cost":146,"Date":"3/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":118,"Cost":86,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":420,"Cost":295,"Date":"10/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":339,"Cost":298,"Date":"3/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":633,"Cost":411,"Date":"6/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":204,"Cost":148,"Date":"7/17/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":748,"Cost":575,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":1000,"Cost":775,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":645,"Cost":480,"Date":"11/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":512,"Cost":385,"Date":"12/16/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":708,"Cost":563,"Date":"12/30/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":591,"Cost":519,"Date":"2/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":335,"Cost":167,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":829,"Cost":565,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":78,"Cost":62,"Date":"4/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":989,"Cost":841,"Date":"7/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":660,"Cost":441,"Date":"8/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":132,"Cost":71,"Date":"10/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":693,"Cost":476,"Date":"11/11/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":300,"Cost":259,"Date":"11/30/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":356,"Cost":253,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":228,"Cost":204,"Date":"3/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":147,"Cost":109,"Date":"4/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":12,"Cost":7,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":98,"Cost":60,"Date":"8/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":867,"Cost":554,"Date":"9/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":689,"Cost":620,"Date":"10/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":466,"Cost":260,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":926,"Cost":505,"Date":"11/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":55,"Cost":45,"Date":"12/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":976,"Cost":615,"Date":"12/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":359,"Cost":266,"Date":"1/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":571,"Cost":460,"Date":"1/23/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":699,"Cost":567,"Date":"2/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":259,"Cost":206,"Date":"3/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":441,"Cost":341,"Date":"3/12/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":526,"Cost":309,"Date":"3/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":911,"Cost":840,"Date":"6/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":848,"Cost":638,"Date":"6/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":711,"Cost":617,"Date":"8/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":838,"Cost":556,"Date":"10/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":353,"Cost":210,"Date":"11/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":681,"Cost":608,"Date":"11/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":199,"Cost":164,"Date":"3/27/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":528,"Cost":295,"Date":"4/17/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":972,"Cost":509,"Date":"8/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":836,"Cost":660,"Date":"8/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":228,"Cost":151,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":831,"Cost":734,"Date":"9/5/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":588,"Cost":471,"Date":"9/14/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":249,"Cost":169,"Date":"9/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":379,"Cost":237,"Date":"11/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":533,"Date":"12/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":99,"Cost":74,"Date":"1/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":569,"Cost":371,"Date":"1/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":733,"Cost":683,"Date":"2/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":537,"Cost":450,"Date":"3/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":905,"Cost":467,"Date":"4/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":119,"Cost":79,"Date":"4/5/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":561,"Cost":440,"Date":"4/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":572,"Cost":496,"Date":"7/10/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":903,"Cost":735,"Date":"3/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":79,"Cost":48,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":880,"Cost":477,"Date":"10/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":821,"Cost":615,"Date":"3/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":781,"Cost":658,"Date":"6/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":478,"Cost":337,"Date":"7/17/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":841,"Cost":598,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":800,"Cost":666,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":840,"Cost":426,"Date":"11/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":725,"Cost":674,"Date":"12/16/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":258,"Cost":162,"Date":"12/30/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":295,"Cost":216,"Date":"2/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":552,"Cost":431,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":543,"Cost":274,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":62,"Cost":49,"Date":"4/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":526,"Cost":447,"Date":"7/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":33,"Cost":26,"Date":"8/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":126,"Cost":77,"Date":"10/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":367,"Cost":329,"Date":"11/11/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":478,"Cost":392,"Date":"11/30/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":71,"Cost":45,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":678,"Cost":339,"Date":"3/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":531,"Cost":439,"Date":"4/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":860,"Cost":540,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":201,"Cost":128,"Date":"8/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":223,"Cost":135,"Date":"9/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":591,"Cost":321,"Date":"10/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":104,"Cost":72,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":138,"Cost":111,"Date":"11/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":772,"Cost":681,"Date":"12/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":983,"Cost":786,"Date":"12/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":162,"Cost":130,"Date":"1/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":504,"Cost":295,"Date":"1/23/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":651,"Cost":419,"Date":"2/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":370,"Cost":351,"Date":"3/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":146,"Cost":137,"Date":"3/12/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":723,"Cost":509,"Date":"3/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":826,"Cost":533,"Date":"6/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":504,"Cost":283,"Date":"6/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":118,"Cost":104,"Date":"8/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":636,"Cost":446,"Date":"10/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":635,"Cost":433,"Date":"11/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":862,"Cost":446,"Date":"11/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":757,"Cost":549,"Date":"3/27/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":488,"Cost":451,"Date":"4/17/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":624,"Cost":481,"Date":"8/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":808,"Cost":520,"Date":"8/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":918,"Cost":523,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":387,"Cost":256,"Date":"9/5/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":97,"Cost":62,"Date":"9/14/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":283,"Cost":267,"Date":"9/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":571,"Cost":294,"Date":"11/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":6,"Cost":3,"Date":"12/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":929,"Cost":855,"Date":"1/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":800,"Cost":463,"Date":"1/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":425,"Cost":217,"Date":"2/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":532,"Cost":268,"Date":"3/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":519,"Cost":261,"Date":"4/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":590,"Cost":389,"Date":"4/5/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":277,"Cost":252,"Date":"4/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":763,"Cost":703,"Date":"7/10/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":407,"Cost":327,"Date":"3/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":552,"Cost":323,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":633,"Cost":359,"Date":"10/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":95,"Cost":71,"Date":"3/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":891,"Cost":676,"Date":"6/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":147,"Cost":139,"Date":"7/17/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":919,"Cost":594,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":393,"Cost":347,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":877,"Cost":510,"Date":"11/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":22,"Cost":16,"Date":"12/16/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":770,"Cost":454,"Date":"12/30/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":44,"Cost":25,"Date":"2/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":224,"Cost":202,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":196,"Cost":160,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":450,"Cost":276,"Date":"4/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":519,"Cost":418,"Date":"7/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":582,"Cost":505,"Date":"8/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":457,"Cost":350,"Date":"10/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":982,"Cost":648,"Date":"11/11/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":57,"Cost":49,"Date":"11/30/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":312,"Cost":180,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":194,"Cost":155,"Date":"3/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":862,"Cost":806,"Date":"4/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":747,"Cost":681,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":322,"Cost":247,"Date":"8/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":823,"Cost":601,"Date":"9/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":48,"Cost":34,"Date":"10/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":893,"Cost":734,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":502,"Cost":439,"Date":"11/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":690,"Cost":403,"Date":"12/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":550,"Cost":522,"Date":"12/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":622,"Cost":534,"Date":"1/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":468,"Cost":422,"Date":"1/23/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":374,"Cost":293,"Date":"2/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":342,"Cost":302,"Date":"3/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":634,"Cost":510,"Date":"3/12/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":434,"Cost":223,"Date":"3/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":858,"Cost":595,"Date":"6/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":18,"Cost":16,"Date":"6/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":189,"Cost":121,"Date":"8/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":903,"Cost":798,"Date":"10/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":711,"Cost":574,"Date":"11/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":624,"Cost":567,"Date":"11/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":321,"Date":"3/27/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":561,"Cost":530,"Date":"4/17/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":222,"Cost":139,"Date":"8/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":309,"Date":"8/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":196,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":379,"Cost":315,"Date":"9/5/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":545,"Cost":340,"Date":"9/14/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":796,"Cost":471,"Date":"9/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":681,"Cost":392,"Date":"11/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":472,"Cost":370,"Date":"12/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":910,"Cost":860,"Date":"1/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":12,"Cost":6,"Date":"1/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":128,"Date":"2/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":819,"Cost":713,"Date":"3/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":725,"Cost":470,"Date":"4/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":864,"Cost":715,"Date":"4/5/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":747,"Cost":382,"Date":"4/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":313,"Cost":158,"Date":"7/10/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":837,"Cost":587,"Date":"3/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":900,"Cost":565,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":83,"Date":"10/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":75,"Cost":50,"Date":"3/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":284,"Cost":233,"Date":"6/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":868,"Cost":625,"Date":"7/17/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":415,"Cost":277,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":796,"Cost":506,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":461,"Date":"11/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":65,"Cost":42,"Date":"12/16/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":662,"Cost":506,"Date":"12/30/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":936,"Cost":751,"Date":"2/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":671,"Cost":441,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":917,"Cost":758,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":289,"Cost":189,"Date":"4/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":941,"Cost":736,"Date":"7/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":517,"Cost":479,"Date":"8/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":635,"Date":"10/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":404,"Cost":310,"Date":"11/11/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":463,"Cost":374,"Date":"11/30/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":333,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":630,"Date":"3/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":751,"Cost":482,"Date":"4/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":306,"Cost":213,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":225,"Cost":125,"Date":"8/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":442,"Cost":326,"Date":"9/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":955,"Cost":565,"Date":"10/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":252,"Cost":186,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":742,"Date":"11/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":676,"Date":"12/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":815,"Cost":732,"Date":"12/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":136,"Cost":83,"Date":"1/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":836,"Cost":511,"Date":"1/23/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":396,"Cost":319,"Date":"2/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":308,"Cost":241,"Date":"3/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":344,"Cost":273,"Date":"3/12/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":964,"Cost":669,"Date":"3/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":452,"Date":"6/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":270,"Cost":222,"Date":"6/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":375,"Date":"8/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":669,"Cost":518,"Date":"10/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":91,"Cost":76,"Date":"11/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":499,"Cost":284,"Date":"11/9/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":575,"Cost":482,"Date":"3/27/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":773,"Cost":710,"Date":"4/17/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":720,"Cost":675,"Date":"8/11/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":846,"Cost":560,"Date":"8/21/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":40,"Cost":24,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":828,"Cost":539,"Date":"9/5/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":462,"Cost":350,"Date":"9/14/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":179,"Cost":127,"Date":"9/20/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":920,"Cost":765,"Date":"11/20/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":415,"Cost":290,"Date":"12/21/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":127,"Cost":99,"Date":"1/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":242,"Cost":186,"Date":"1/21/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":955,"Cost":747,"Date":"2/9/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":692,"Cost":429,"Date":"3/19/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":479,"Cost":400,"Date":"4/3/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":218,"Cost":151,"Date":"4/5/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":736,"Cost":395,"Date":"4/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":696,"Cost":445,"Date":"7/10/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":31,"Cost":18,"Date":"3/25/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":531,"Cost":354,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":498,"Cost":454,"Date":"10/28/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":915,"Cost":554,"Date":"3/2/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":486,"Cost":252,"Date":"6/28/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":550,"Cost":343,"Date":"7/17/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":942,"Cost":637,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":193,"Cost":112,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":672,"Cost":437,"Date":"11/20/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":154,"Cost":125,"Date":"12/16/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":829,"Cost":773,"Date":"12/30/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":357,"Cost":257,"Date":"2/15/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":856,"Cost":641,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":597,"Cost":432,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":757,"Cost":558,"Date":"4/18/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":124,"Cost":81,"Date":"7/27/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":858,"Cost":810,"Date":"8/18/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":820,"Cost":644,"Date":"10/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":870,"Cost":758,"Date":"11/11/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":194,"Cost":168,"Date":"11/30/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":792,"Cost":658,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":898,"Cost":519,"Date":"3/1/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":287,"Cost":250,"Date":"4/13/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":773,"Cost":723,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":273,"Cost":183,"Date":"8/13/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":414,"Cost":221,"Date":"9/15/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":462,"Cost":375,"Date":"10/14/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":684,"Cost":606,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":979,"Cost":781,"Date":"11/11/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":926,"Cost":495,"Date":"12/7/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":246,"Cost":205,"Date":"12/21/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":190,"Cost":177,"Date":"1/6/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":954,"Cost":689,"Date":"1/23/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":382,"Cost":323,"Date":"2/4/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":560,"Cost":430,"Date":"3/10/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":657,"Cost":567,"Date":"3/12/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":132,"Cost":84,"Date":"3/31/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":385,"Cost":272,"Date":"6/16/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":37,"Cost":30,"Date":"6/17/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":571,"Cost":526,"Date":"8/27/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":472,"Cost":369,"Date":"10/1/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":647,"Cost":396,"Date":"11/4/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":178,"Cost":123,"Date":"11/9/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":211,"Cost":168,"Date":"3/27/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":377,"Cost":263,"Date":"4/17/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":839,"Cost":445,"Date":"8/11/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":531,"Cost":481,"Date":"8/21/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":539,"Cost":272,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":640,"Cost":429,"Date":"9/5/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":589,"Cost":536,"Date":"9/14/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":807,"Cost":507,"Date":"9/20/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":43,"Cost":40,"Date":"11/20/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":638,"Cost":600,"Date":"12/21/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":253,"Cost":223,"Date":"1/7/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":970,"Cost":751,"Date":"1/21/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":304,"Cost":194,"Date":"2/9/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":493,"Cost":348,"Date":"3/19/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":64,"Cost":39,"Date":"4/3/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":596,"Cost":445,"Date":"4/5/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":486,"Cost":392,"Date":"4/28/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":116,"Cost":97,"Date":"7/10/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":377,"Cost":242,"Date":"3/25/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":323,"Cost":174,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":888,"Cost":535,"Date":"10/28/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":609,"Date":"3/2/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":424,"Cost":318,"Date":"6/28/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":333,"Cost":203,"Date":"7/17/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":144,"Cost":132,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":117,"Cost":105,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":803,"Cost":623,"Date":"11/20/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":797,"Cost":466,"Date":"12/16/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":280,"Cost":150,"Date":"12/30/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":602,"Cost":421,"Date":"2/15/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":566,"Cost":412,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":924,"Cost":610,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":836,"Cost":580,"Date":"4/18/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":996,"Cost":546,"Date":"7/27/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":499,"Cost":457,"Date":"8/18/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":428,"Cost":230,"Date":"10/31/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":657,"Cost":367,"Date":"11/11/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":300,"Cost":244,"Date":"11/30/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":902,"Cost":486,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":263,"Cost":178,"Date":"3/1/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":364,"Date":"4/13/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":123,"Cost":81,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":417,"Cost":297,"Date":"8/13/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":102,"Cost":84,"Date":"9/15/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":817,"Cost":476,"Date":"10/14/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":874,"Cost":695,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":126,"Cost":90,"Date":"11/11/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":923,"Cost":668,"Date":"12/7/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":829,"Cost":438,"Date":"12/21/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":880,"Cost":771,"Date":"1/6/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":599,"Cost":400,"Date":"1/23/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":168,"Cost":123,"Date":"2/4/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":737,"Cost":594,"Date":"3/10/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":402,"Cost":348,"Date":"3/12/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":838,"Cost":750,"Date":"3/31/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":993,"Cost":530,"Date":"6/16/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":579,"Date":"6/17/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":376,"Date":"8/27/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":935,"Cost":566,"Date":"10/1/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":340,"Cost":243,"Date":"11/4/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":753,"Cost":409,"Date":"11/9/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":243,"Cost":143,"Date":"3/27/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":547,"Cost":505,"Date":"4/17/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":846,"Cost":605,"Date":"8/11/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":250,"Cost":197,"Date":"8/21/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":542,"Cost":465,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":803,"Cost":721,"Date":"9/5/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":830,"Cost":590,"Date":"9/14/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":326,"Cost":170,"Date":"9/20/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":178,"Cost":142,"Date":"11/20/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":273,"Cost":245,"Date":"12/21/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":64,"Cost":54,"Date":"1/7/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":171,"Cost":118,"Date":"1/21/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":181,"Cost":102,"Date":"2/9/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":860,"Cost":618,"Date":"3/19/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":588,"Cost":402,"Date":"4/3/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":79,"Cost":66,"Date":"4/5/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":981,"Cost":733,"Date":"4/28/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":919,"Cost":591,"Date":"7/10/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":654,"Cost":366,"Date":"3/25/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":919,"Cost":863,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":364,"Cost":212,"Date":"10/28/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":297,"Cost":200,"Date":"3/2/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":299,"Cost":221,"Date":"6/28/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":116,"Cost":89,"Date":"7/17/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":959,"Cost":603,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":573,"Cost":381,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":686,"Cost":429,"Date":"11/20/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":137,"Cost":73,"Date":"12/16/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":876,"Cost":693,"Date":"12/30/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":340,"Cost":224,"Date":"2/15/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":914,"Cost":464,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":235,"Cost":134,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":678,"Cost":416,"Date":"4/18/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":902,"Cost":456,"Date":"7/27/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":174,"Cost":139,"Date":"8/18/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":225,"Cost":117,"Date":"10/31/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":418,"Cost":275,"Date":"11/11/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":860,"Cost":442,"Date":"11/30/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":31,"Cost":19,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":876,"Cost":777,"Date":"3/1/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":225,"Cost":143,"Date":"4/13/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":154,"Cost":113,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":234,"Cost":186,"Date":"8/13/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":428,"Cost":352,"Date":"9/15/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":326,"Cost":233,"Date":"10/14/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":46,"Cost":38,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":904,"Cost":570,"Date":"11/11/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":793,"Cost":695,"Date":"12/7/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":753,"Cost":611,"Date":"12/21/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":55,"Cost":31,"Date":"1/6/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":576,"Cost":406,"Date":"1/23/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":433,"Cost":342,"Date":"2/4/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":328,"Cost":272,"Date":"3/10/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":264,"Cost":241,"Date":"3/12/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":776,"Cost":628,"Date":"3/31/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":981,"Cost":880,"Date":"6/16/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":141,"Cost":114,"Date":"6/17/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":565,"Cost":476,"Date":"8/27/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":583,"Cost":395,"Date":"10/1/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":570,"Cost":381,"Date":"11/4/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":464,"Cost":375,"Date":"11/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":130,"Cost":72,"Date":"3/27/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":291,"Cost":196,"Date":"4/17/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":65,"Cost":59,"Date":"8/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":933,"Cost":729,"Date":"8/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":359,"Cost":295,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":833,"Cost":759,"Date":"9/5/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":330,"Date":"9/14/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":758,"Cost":381,"Date":"9/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":318,"Cost":233,"Date":"11/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":544,"Cost":321,"Date":"12/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":954,"Cost":722,"Date":"1/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":430,"Cost":279,"Date":"1/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":100,"Cost":57,"Date":"2/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":741,"Cost":415,"Date":"3/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":584,"Cost":451,"Date":"4/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":359,"Cost":292,"Date":"4/5/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":512,"Cost":349,"Date":"4/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":516,"Date":"7/10/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":726,"Cost":516,"Date":"3/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":174,"Cost":99,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":677,"Cost":544,"Date":"10/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":370,"Date":"3/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":619,"Cost":588,"Date":"6/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":97,"Cost":66,"Date":"7/17/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":980,"Cost":726,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":247,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":719,"Cost":611,"Date":"11/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":312,"Cost":218,"Date":"12/16/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":220,"Date":"12/30/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":610,"Cost":351,"Date":"2/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":827,"Cost":467,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":77,"Cost":71,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":986,"Cost":699,"Date":"4/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":179,"Cost":92,"Date":"7/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":109,"Date":"8/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":789,"Cost":637,"Date":"10/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":625,"Cost":368,"Date":"11/11/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":319,"Cost":222,"Date":"11/30/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":918,"Cost":787,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":899,"Cost":503,"Date":"3/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":287,"Cost":178,"Date":"4/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":182,"Cost":165,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":627,"Cost":383,"Date":"8/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":734,"Date":"9/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":594,"Date":"10/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":894,"Cost":795,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":619,"Cost":586,"Date":"11/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":216,"Date":"12/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":936,"Cost":717,"Date":"12/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":79,"Cost":72,"Date":"1/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":608,"Cost":506,"Date":"1/23/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":194,"Cost":173,"Date":"2/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":274,"Cost":165,"Date":"3/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":5,"Date":"3/12/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":569,"Cost":348,"Date":"3/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":569,"Cost":309,"Date":"6/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":5,"Cost":4,"Date":"6/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":274,"Cost":200,"Date":"8/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":771,"Cost":513,"Date":"10/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":838,"Cost":579,"Date":"11/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":260,"Cost":196,"Date":"11/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":624,"Cost":535,"Date":"3/27/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":3,"Cost":1,"Date":"4/17/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":126,"Cost":106,"Date":"8/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":15,"Cost":10,"Date":"8/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":857,"Cost":632,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":76,"Cost":39,"Date":"9/5/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":423,"Cost":385,"Date":"9/14/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":964,"Cost":834,"Date":"9/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":772,"Cost":460,"Date":"11/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":871,"Cost":797,"Date":"12/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":662,"Cost":384,"Date":"1/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":422,"Cost":302,"Date":"1/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":491,"Cost":438,"Date":"2/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":708,"Cost":592,"Date":"3/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":376,"Cost":276,"Date":"4/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":518,"Cost":451,"Date":"4/5/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":342,"Cost":255,"Date":"4/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":204,"Cost":181,"Date":"7/10/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":321,"Cost":175,"Date":"3/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":972,"Cost":524,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":704,"Cost":613,"Date":"10/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":534,"Cost":450,"Date":"3/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":296,"Cost":251,"Date":"6/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":129,"Cost":69,"Date":"7/17/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":340,"Cost":315,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":615,"Cost":538,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":966,"Cost":593,"Date":"11/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":658,"Cost":580,"Date":"12/16/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":993,"Cost":867,"Date":"12/30/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":23,"Cost":15,"Date":"2/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":769,"Cost":485,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":388,"Cost":238,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":205,"Cost":146,"Date":"4/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":238,"Cost":124,"Date":"7/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":140,"Cost":133,"Date":"8/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":69,"Cost":66,"Date":"10/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":563,"Cost":529,"Date":"11/11/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":374,"Cost":264,"Date":"11/30/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":268,"Cost":192,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":648,"Cost":486,"Date":"3/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":673,"Cost":483,"Date":"4/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":415,"Cost":249,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":847,"Cost":604,"Date":"8/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":624,"Cost":337,"Date":"9/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":699,"Cost":536,"Date":"10/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":764,"Cost":435,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":331,"Cost":271,"Date":"11/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":109,"Cost":101,"Date":"12/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":366,"Cost":238,"Date":"12/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":500,"Cost":360,"Date":"1/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":651,"Cost":445,"Date":"1/23/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":316,"Cost":298,"Date":"2/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":168,"Cost":107,"Date":"3/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":697,"Cost":443,"Date":"3/12/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":872,"Cost":439,"Date":"3/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":244,"Cost":133,"Date":"6/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":649,"Cost":505,"Date":"6/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":600,"Cost":387,"Date":"8/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":652,"Cost":479,"Date":"10/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":12,"Cost":11,"Date":"11/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":582,"Cost":457,"Date":"11/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":799,"Cost":494,"Date":"3/27/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":127,"Cost":117,"Date":"4/17/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":452,"Cost":396,"Date":"8/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":588,"Cost":341,"Date":"8/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":266,"Cost":236,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":439,"Cost":237,"Date":"9/5/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":225,"Cost":130,"Date":"9/14/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":939,"Cost":650,"Date":"9/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":729,"Cost":533,"Date":"11/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":983,"Cost":821,"Date":"12/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":504,"Cost":305,"Date":"1/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":259,"Cost":201,"Date":"1/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":304,"Cost":157,"Date":"2/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":836,"Cost":712,"Date":"3/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":339,"Cost":239,"Date":"4/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":387,"Cost":340,"Date":"4/5/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":779,"Cost":635,"Date":"4/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":509,"Cost":294,"Date":"7/10/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":789,"Cost":485,"Date":"3/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":606,"Cost":404,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":929,"Cost":697,"Date":"10/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":88,"Cost":67,"Date":"3/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":271,"Cost":232,"Date":"6/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":496,"Cost":441,"Date":"7/17/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":775,"Cost":434,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":12,"Cost":10,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":592,"Cost":364,"Date":"11/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":611,"Cost":358,"Date":"12/16/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":940,"Cost":799,"Date":"12/30/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":679,"Cost":590,"Date":"2/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":983,"Cost":876,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":572,"Cost":310,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":386,"Cost":297,"Date":"4/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":293,"Cost":211,"Date":"7/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":282,"Cost":156,"Date":"8/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":528,"Cost":455,"Date":"10/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":137,"Cost":118,"Date":"11/11/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":913,"Cost":656,"Date":"11/30/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":416,"Cost":330,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":159,"Cost":111,"Date":"3/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":966,"Cost":844,"Date":"4/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":949,"Cost":859,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":332,"Cost":281,"Date":"8/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":391,"Cost":243,"Date":"9/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":834,"Cost":425,"Date":"10/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":191,"Cost":148,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":532,"Cost":340,"Date":"11/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":405,"Cost":225,"Date":"12/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":249,"Cost":183,"Date":"12/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":130,"Cost":104,"Date":"1/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":705,"Cost":668,"Date":"1/23/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":680,"Cost":501,"Date":"2/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":75,"Cost":38,"Date":"3/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":685,"Cost":616,"Date":"3/12/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":900,"Cost":534,"Date":"3/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":894,"Cost":531,"Date":"6/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":26,"Cost":23,"Date":"6/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":805,"Cost":457,"Date":"8/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":979,"Cost":774,"Date":"10/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":861,"Cost":590,"Date":"11/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":783,"Cost":690,"Date":"11/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":737,"Cost":640,"Date":"3/27/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":429,"Cost":309,"Date":"4/17/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":997,"Cost":665,"Date":"8/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":604,"Cost":304,"Date":"8/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":751,"Cost":486,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":722,"Cost":613,"Date":"9/5/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":616,"Cost":317,"Date":"9/14/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":467,"Cost":257,"Date":"9/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":293,"Date":"11/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":493,"Date":"12/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":906,"Cost":728,"Date":"1/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":997,"Cost":561,"Date":"1/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":49,"Cost":30,"Date":"2/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":381,"Cost":335,"Date":"3/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":592,"Cost":488,"Date":"4/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":462,"Cost":269,"Date":"4/5/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":184,"Cost":137,"Date":"4/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":850,"Cost":743,"Date":"7/10/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":318,"Cost":302,"Date":"3/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":189,"Cost":168,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":248,"Cost":211,"Date":"10/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":483,"Cost":452,"Date":"3/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":579,"Cost":438,"Date":"6/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":178,"Cost":97,"Date":"7/17/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":407,"Cost":314,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":807,"Cost":473,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":256,"Cost":130,"Date":"11/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":688,"Cost":422,"Date":"12/16/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":394,"Cost":354,"Date":"12/30/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":353,"Cost":321,"Date":"2/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":801,"Cost":761,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":136,"Cost":125,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":576,"Cost":533,"Date":"4/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":339,"Cost":201,"Date":"7/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":209,"Cost":131,"Date":"8/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":761,"Cost":692,"Date":"10/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":324,"Cost":291,"Date":"11/11/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":330,"Date":"11/30/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":513,"Cost":378,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":373,"Date":"3/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":599,"Cost":321,"Date":"4/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":86,"Cost":58,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":803,"Cost":588,"Date":"8/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":115,"Date":"9/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":53,"Cost":43,"Date":"10/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":124,"Cost":79,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":738,"Cost":518,"Date":"11/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":139,"Date":"12/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":967,"Cost":498,"Date":"12/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":656,"Cost":367,"Date":"1/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":8,"Date":"1/23/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":219,"Cost":137,"Date":"2/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":949,"Cost":638,"Date":"3/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":437,"Cost":376,"Date":"3/12/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":415,"Cost":274,"Date":"3/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":129,"Cost":107,"Date":"6/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":872,"Cost":698,"Date":"6/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":40,"Date":"8/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":7,"Cost":6,"Date":"10/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":145,"Cost":88,"Date":"11/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":100,"Cost":90,"Date":"11/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":126,"Cost":102,"Date":"3/27/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":259,"Cost":172,"Date":"4/17/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":296,"Cost":162,"Date":"8/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":115,"Date":"8/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":302,"Cost":161,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":719,"Cost":555,"Date":"9/5/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":180,"Date":"9/14/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":939,"Cost":803,"Date":"9/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":274,"Cost":250,"Date":"11/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":455,"Cost":409,"Date":"12/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":45,"Cost":26,"Date":"1/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":815,"Cost":698,"Date":"1/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":19,"Date":"2/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":51,"Cost":31,"Date":"3/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":71,"Cost":50,"Date":"4/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":54,"Cost":49,"Date":"4/5/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":267,"Date":"4/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":65,"Cost":45,"Date":"7/10/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":841,"Cost":797,"Date":"3/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":210,"Cost":130,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":73,"Cost":37,"Date":"10/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":695,"Cost":542,"Date":"3/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":173,"Cost":94,"Date":"6/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":705,"Cost":527,"Date":"7/17/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":240,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":839,"Cost":478,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":218,"Cost":188,"Date":"11/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":102,"Cost":67,"Date":"12/16/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":394,"Cost":225,"Date":"12/30/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":718,"Date":"2/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":580,"Cost":340,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":74,"Cost":59,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":571,"Cost":355,"Date":"4/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":883,"Cost":456,"Date":"7/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":662,"Cost":563,"Date":"8/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":783,"Cost":506,"Date":"10/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":748,"Cost":575,"Date":"11/11/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":646,"Cost":429,"Date":"11/30/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":538,"Cost":480,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":235,"Cost":140,"Date":"3/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":231,"Cost":151,"Date":"4/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":967,"Cost":832,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":677,"Date":"8/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":610,"Cost":315,"Date":"9/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":380,"Cost":214,"Date":"10/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":516,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":983,"Cost":545,"Date":"11/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":194,"Cost":126,"Date":"12/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":44,"Date":"12/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":984,"Cost":571,"Date":"1/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":505,"Cost":429,"Date":"1/23/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":49,"Date":"2/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":889,"Cost":618,"Date":"3/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":12,"Cost":8,"Date":"3/12/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":751,"Cost":443,"Date":"3/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":109,"Cost":83,"Date":"6/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":964,"Cost":909,"Date":"6/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":106,"Cost":54,"Date":"8/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":710,"Cost":672,"Date":"10/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":423,"Cost":242,"Date":"11/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":131,"Cost":97,"Date":"11/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":643,"Cost":499,"Date":"3/27/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":904,"Cost":564,"Date":"4/17/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":925,"Cost":818,"Date":"8/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":430,"Cost":267,"Date":"8/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":360,"Cost":341,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":972,"Cost":826,"Date":"9/5/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":910,"Cost":622,"Date":"9/14/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":869,"Cost":738,"Date":"9/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":744,"Cost":471,"Date":"11/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":984,"Cost":802,"Date":"12/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":211,"Cost":154,"Date":"1/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":945,"Cost":791,"Date":"1/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":963,"Cost":540,"Date":"2/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":140,"Cost":103,"Date":"3/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":305,"Cost":233,"Date":"4/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":871,"Cost":546,"Date":"4/5/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":375,"Cost":219,"Date":"4/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":718,"Cost":644,"Date":"7/10/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":845,"Cost":590,"Date":"3/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":998,"Cost":611,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":975,"Cost":891,"Date":"10/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":132,"Cost":110,"Date":"3/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":664,"Cost":429,"Date":"6/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":308,"Cost":227,"Date":"7/17/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":412,"Cost":324,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":747,"Cost":472,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":230,"Cost":185,"Date":"11/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":481,"Cost":452,"Date":"12/16/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":718,"Cost":577,"Date":"12/30/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":615,"Cost":318,"Date":"2/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":284,"Cost":242,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":888,"Cost":524,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":185,"Cost":150,"Date":"4/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":444,"Cost":282,"Date":"7/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":276,"Cost":181,"Date":"8/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":412,"Cost":297,"Date":"10/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":154,"Cost":84,"Date":"11/11/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":819,"Cost":729,"Date":"11/30/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":180,"Cost":106,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":663,"Cost":445,"Date":"3/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":160,"Cost":96,"Date":"4/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":653,"Cost":518,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":428,"Cost":298,"Date":"8/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":95,"Cost":83,"Date":"9/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":670,"Cost":500,"Date":"10/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":949,"Cost":594,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":25,"Cost":15,"Date":"11/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":988,"Cost":889,"Date":"12/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":771,"Cost":706,"Date":"12/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":410,"Cost":277,"Date":"1/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":952,"Cost":843,"Date":"1/23/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":416,"Cost":374,"Date":"2/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":436,"Cost":377,"Date":"3/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":521,"Cost":346,"Date":"3/12/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":535,"Cost":395,"Date":"3/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":70,"Cost":46,"Date":"6/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":59,"Cost":33,"Date":"6/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":142,"Cost":98,"Date":"8/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":854,"Cost":627,"Date":"10/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":185,"Cost":144,"Date":"11/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":621,"Cost":380,"Date":"11/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":618,"Cost":537,"Date":"3/27/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":45,"Date":"4/17/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":744,"Cost":589,"Date":"8/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":100,"Cost":69,"Date":"8/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":514,"Cost":290,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":150,"Cost":138,"Date":"9/5/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":471,"Cost":286,"Date":"9/14/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":482,"Cost":294,"Date":"9/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":220,"Date":"11/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":280,"Date":"12/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":156,"Cost":99,"Date":"1/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":735,"Cost":468,"Date":"1/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":302,"Cost":155,"Date":"2/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":680,"Cost":365,"Date":"3/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":597,"Cost":542,"Date":"4/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":676,"Cost":391,"Date":"4/5/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":853,"Cost":488,"Date":"4/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":288,"Date":"7/10/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":543,"Cost":393,"Date":"3/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":911,"Cost":615,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":132,"Date":"10/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":325,"Cost":177,"Date":"3/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":447,"Cost":311,"Date":"6/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":624,"Cost":588,"Date":"7/17/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":847,"Cost":574,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":382,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":468,"Date":"11/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":150,"Date":"12/16/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":983,"Cost":583,"Date":"12/30/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":65,"Date":"2/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":170,"Cost":102,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":408,"Cost":285,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":60,"Date":"4/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":344,"Cost":321,"Date":"7/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":379,"Cost":334,"Date":"8/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":719,"Cost":652,"Date":"10/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":469,"Cost":245,"Date":"11/11/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":818,"Cost":443,"Date":"11/30/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":593,"Cost":337,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":296,"Cost":264,"Date":"3/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":257,"Cost":194,"Date":"4/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":509,"Cost":421,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":44,"Date":"8/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":204,"Cost":183,"Date":"9/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":937,"Cost":853,"Date":"10/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":548,"Cost":353,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":995,"Cost":664,"Date":"11/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":770,"Cost":484,"Date":"12/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":331,"Date":"12/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":640,"Cost":416,"Date":"1/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":402,"Cost":371,"Date":"1/23/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":202,"Date":"2/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":176,"Cost":136,"Date":"3/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":336,"Date":"3/12/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":435,"Cost":341,"Date":"3/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":177,"Cost":100,"Date":"6/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":709,"Cost":632,"Date":"6/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":126,"Date":"8/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":324,"Cost":227,"Date":"10/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":587,"Cost":389,"Date":"11/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":306,"Cost":263,"Date":"11/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":547,"Cost":488,"Date":"3/27/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":631,"Cost":408,"Date":"4/17/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":254,"Cost":214,"Date":"8/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":866,"Cost":455,"Date":"8/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":399,"Cost":311,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":28,"Cost":15,"Date":"9/5/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":227,"Cost":184,"Date":"9/14/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":98,"Cost":84,"Date":"9/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":58,"Cost":54,"Date":"11/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":833,"Cost":686,"Date":"12/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":716,"Cost":600,"Date":"1/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":511,"Cost":407,"Date":"1/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":770,"Cost":428,"Date":"2/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":796,"Cost":539,"Date":"3/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":703,"Cost":366,"Date":"4/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":114,"Date":"4/5/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":696,"Cost":615,"Date":"4/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":862,"Cost":766,"Date":"7/10/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":192,"Date":"3/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":804,"Cost":581,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":526,"Cost":477,"Date":"10/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":870,"Cost":476,"Date":"3/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":264,"Cost":159,"Date":"6/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":563,"Cost":284,"Date":"7/17/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":609,"Cost":442,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":996,"Cost":543,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":660,"Cost":351,"Date":"11/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":474,"Cost":373,"Date":"12/16/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":64,"Date":"12/30/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":739,"Cost":416,"Date":"2/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":897,"Cost":744,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":465,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":32,"Cost":30,"Date":"4/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":739,"Cost":585,"Date":"7/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":173,"Cost":152,"Date":"8/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":280,"Cost":175,"Date":"10/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":641,"Cost":357,"Date":"11/11/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":204,"Cost":108,"Date":"11/30/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":232,"Cost":124,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":411,"Cost":301,"Date":"3/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":294,"Cost":235,"Date":"4/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":716,"Cost":538,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":523,"Cost":274,"Date":"8/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":614,"Date":"9/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":83,"Cost":68,"Date":"10/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":729,"Cost":570,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":579,"Cost":537,"Date":"11/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":939,"Cost":599,"Date":"12/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":760,"Cost":626,"Date":"12/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":92,"Cost":58,"Date":"1/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":615,"Cost":426,"Date":"1/23/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":183,"Cost":144,"Date":"2/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":821,"Cost":643,"Date":"3/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":142,"Cost":79,"Date":"3/12/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":136,"Cost":74,"Date":"3/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":73,"Cost":58,"Date":"6/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":202,"Cost":172,"Date":"6/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":880,"Cost":496,"Date":"8/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":900,"Cost":465,"Date":"10/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":363,"Cost":227,"Date":"11/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":986,"Cost":820,"Date":"11/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":514,"Cost":285,"Date":"3/27/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":700,"Cost":633,"Date":"4/17/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":203,"Cost":169,"Date":"8/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":270,"Cost":233,"Date":"8/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":925,"Cost":826,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":221,"Cost":132,"Date":"9/5/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":208,"Cost":135,"Date":"9/14/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":390,"Cost":204,"Date":"9/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":528,"Cost":376,"Date":"11/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":349,"Cost":205,"Date":"12/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":240,"Cost":164,"Date":"1/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":974,"Cost":828,"Date":"1/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":811,"Cost":579,"Date":"2/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":653,"Cost":526,"Date":"3/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":579,"Cost":454,"Date":"4/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":177,"Cost":128,"Date":"4/5/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":919,"Cost":851,"Date":"4/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":913,"Cost":766,"Date":"7/10/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":616,"Cost":428,"Date":"3/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":906,"Cost":819,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":731,"Cost":489,"Date":"10/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":576,"Cost":399,"Date":"3/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":253,"Cost":204,"Date":"6/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":377,"Cost":352,"Date":"7/17/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":888,"Cost":779,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":790,"Cost":625,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":823,"Cost":477,"Date":"11/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":747,"Cost":651,"Date":"12/16/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":850,"Cost":534,"Date":"12/30/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":578,"Cost":452,"Date":"2/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":660,"Cost":560,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":63,"Cost":53,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":513,"Cost":370,"Date":"4/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":779,"Cost":580,"Date":"7/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":59,"Cost":40,"Date":"8/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":478,"Cost":377,"Date":"10/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":719,"Cost":495,"Date":"11/11/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":850,"Cost":547,"Date":"11/30/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":260,"Cost":182,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":752,"Cost":377,"Date":"3/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":537,"Cost":438,"Date":"4/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":877,"Cost":631,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":571,"Cost":495,"Date":"8/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":698,"Cost":540,"Date":"9/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":666,"Cost":563,"Date":"10/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":654,"Cost":393,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":735,"Cost":472,"Date":"11/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":444,"Cost":393,"Date":"12/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":817,"Cost":497,"Date":"12/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":653,"Cost":450,"Date":"1/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":141,"Cost":110,"Date":"1/23/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":271,"Cost":195,"Date":"2/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":534,"Cost":404,"Date":"3/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":107,"Cost":97,"Date":"3/12/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":357,"Cost":179,"Date":"3/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":994,"Cost":531,"Date":"6/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":600,"Cost":463,"Date":"6/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":933,"Cost":584,"Date":"8/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":627,"Cost":399,"Date":"10/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":944,"Cost":527,"Date":"11/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":651,"Cost":399,"Date":"11/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":432,"Cost":408,"Date":"3/27/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":538,"Cost":321,"Date":"4/17/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":694,"Cost":586,"Date":"8/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":722,"Cost":602,"Date":"8/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":286,"Cost":170,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":287,"Cost":267,"Date":"9/5/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":196,"Cost":128,"Date":"9/14/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":191,"Cost":163,"Date":"9/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":329,"Cost":269,"Date":"11/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":641,"Cost":368,"Date":"12/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":931,"Cost":731,"Date":"1/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":582,"Cost":310,"Date":"1/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":615,"Cost":451,"Date":"2/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":399,"Cost":291,"Date":"3/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":280,"Cost":223,"Date":"4/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":57,"Cost":40,"Date":"4/5/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":93,"Cost":50,"Date":"4/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":715,"Cost":579,"Date":"7/10/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":421,"Cost":301,"Date":"3/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":302,"Cost":270,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":54,"Cost":50,"Date":"10/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":613,"Cost":336,"Date":"3/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":761,"Cost":517,"Date":"6/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":42,"Cost":25,"Date":"7/17/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":451,"Cost":282,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":348,"Cost":232,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":536,"Cost":426,"Date":"11/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":958,"Cost":846,"Date":"12/16/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":974,"Cost":822,"Date":"12/30/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":32,"Cost":28,"Date":"2/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":91,"Cost":69,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":605,"Cost":498,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":147,"Cost":130,"Date":"4/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":537,"Cost":304,"Date":"7/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":216,"Cost":122,"Date":"8/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":6,"Cost":5,"Date":"10/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":436,"Cost":229,"Date":"11/11/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":388,"Cost":297,"Date":"11/30/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":954,"Cost":560,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":553,"Cost":287,"Date":"3/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":671,"Cost":451,"Date":"4/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":882,"Cost":728,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":104,"Cost":67,"Date":"8/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":380,"Cost":232,"Date":"9/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":2,"Cost":1,"Date":"10/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":578,"Cost":410,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":377,"Cost":336,"Date":"11/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":716,"Cost":425,"Date":"12/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":934,"Cost":494,"Date":"12/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":331,"Cost":185,"Date":"1/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":553,"Cost":432,"Date":"1/23/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":584,"Cost":370,"Date":"2/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":382,"Cost":294,"Date":"3/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":967,"Cost":846,"Date":"3/12/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":497,"Cost":303,"Date":"3/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":738,"Cost":408,"Date":"6/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":699,"Cost":548,"Date":"6/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":726,"Cost":516,"Date":"8/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":27,"Cost":15,"Date":"10/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":335,"Cost":209,"Date":"11/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":607,"Cost":385,"Date":"11/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":155,"Cost":103,"Date":"3/27/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":339,"Cost":321,"Date":"4/17/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":817,"Cost":526,"Date":"8/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":846,"Cost":677,"Date":"8/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":506,"Cost":338,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":523,"Cost":415,"Date":"9/5/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":184,"Cost":133,"Date":"9/14/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":276,"Cost":255,"Date":"9/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":40,"Cost":27,"Date":"11/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":324,"Cost":242,"Date":"12/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":316,"Cost":163,"Date":"1/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":133,"Cost":74,"Date":"1/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":86,"Cost":80,"Date":"2/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":92,"Cost":51,"Date":"3/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":756,"Cost":498,"Date":"4/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":460,"Cost":387,"Date":"4/5/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":150,"Cost":93,"Date":"4/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":374,"Cost":234,"Date":"7/10/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":829,"Cost":688,"Date":"3/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":719,"Cost":398,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":716,"Cost":598,"Date":"10/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":238,"Cost":145,"Date":"3/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":85,"Cost":58,"Date":"6/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":958,"Cost":535,"Date":"7/17/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":478,"Cost":370,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":851,"Cost":525,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":406,"Cost":352,"Date":"11/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":565,"Cost":416,"Date":"12/16/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":457,"Cost":317,"Date":"12/30/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":67,"Cost":40,"Date":"2/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":27,"Cost":15,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":38,"Cost":28,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":207,"Cost":141,"Date":"4/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":91,"Cost":65,"Date":"7/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":371,"Cost":255,"Date":"8/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":15,"Cost":8,"Date":"10/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":388,"Cost":226,"Date":"11/11/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":869,"Cost":508,"Date":"11/30/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":61,"Cost":58,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":345,"Cost":309,"Date":"3/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":279,"Cost":155,"Date":"4/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":178,"Cost":160,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":409,"Cost":302,"Date":"8/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":258,"Cost":245,"Date":"9/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":92,"Cost":53,"Date":"10/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":138,"Cost":110,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":419,"Cost":390,"Date":"11/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":270,"Cost":201,"Date":"12/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":724,"Cost":658,"Date":"12/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":882,"Cost":779,"Date":"1/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":603,"Cost":545,"Date":"1/23/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":97,"Cost":73,"Date":"2/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":87,"Cost":72,"Date":"3/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":894,"Cost":450,"Date":"3/12/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":574,"Cost":488,"Date":"3/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":122,"Cost":73,"Date":"6/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":574,"Cost":320,"Date":"6/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":53,"Cost":49,"Date":"8/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":224,"Cost":122,"Date":"10/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":296,"Cost":269,"Date":"11/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":234,"Cost":140,"Date":"11/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":473,"Cost":418,"Date":"3/27/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":342,"Cost":248,"Date":"4/17/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":167,"Cost":119,"Date":"8/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":891,"Cost":465,"Date":"8/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":97,"Cost":61,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":880,"Cost":625,"Date":"9/5/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":333,"Cost":242,"Date":"9/14/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":961,"Cost":687,"Date":"9/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":722,"Cost":515,"Date":"11/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":739,"Cost":591,"Date":"12/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":294,"Cost":174,"Date":"1/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":63,"Cost":43,"Date":"1/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":296,"Cost":236,"Date":"2/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":939,"Cost":891,"Date":"3/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":813,"Cost":466,"Date":"4/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":631,"Cost":409,"Date":"4/5/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":980,"Cost":837,"Date":"4/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":693,"Cost":504,"Date":"7/10/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":868,"Cost":620,"Date":"3/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":592,"Cost":501,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":700,"Cost":481,"Date":"10/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":311,"Cost":212,"Date":"3/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":926,"Cost":613,"Date":"6/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":444,"Cost":394,"Date":"7/17/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":401,"Cost":367,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":142,"Cost":101,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":443,"Cost":304,"Date":"11/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":401,"Cost":201,"Date":"12/16/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":665,"Cost":412,"Date":"12/30/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":162,"Cost":112,"Date":"2/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":504,"Cost":357,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":817,"Cost":676,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":443,"Cost":394,"Date":"4/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":613,"Cost":484,"Date":"7/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":652,"Cost":336,"Date":"8/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":737,"Cost":472,"Date":"10/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":989,"Cost":529,"Date":"11/11/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":24,"Cost":16,"Date":"11/30/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":140,"Cost":111,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":674,"Cost":516,"Date":"3/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":569,"Cost":310,"Date":"4/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":854,"Cost":647,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":494,"Cost":260,"Date":"8/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":416,"Cost":346,"Date":"9/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":371,"Cost":240,"Date":"10/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":798,"Cost":422,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":507,"Cost":376,"Date":"11/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":326,"Cost":202,"Date":"12/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":949,"Cost":864,"Date":"12/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":165,"Cost":93,"Date":"1/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":721,"Cost":432,"Date":"1/23/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":437,"Cost":375,"Date":"2/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":621,"Cost":384,"Date":"3/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":459,"Cost":298,"Date":"3/12/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":804,"Cost":745,"Date":"3/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":207,"Cost":180,"Date":"6/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":333,"Cost":268,"Date":"6/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":94,"Cost":79,"Date":"8/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":942,"Cost":813,"Date":"10/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":135,"Cost":102,"Date":"11/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":947,"Cost":600,"Date":"11/9/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":819,"Cost":534,"Date":"3/27/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":795,"Cost":705,"Date":"4/17/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":992,"Cost":622,"Date":"8/11/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":617,"Cost":534,"Date":"8/21/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":14,"Cost":11,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":297,"Cost":279,"Date":"9/5/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":105,"Cost":74,"Date":"9/14/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":927,"Cost":746,"Date":"9/20/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":990,"Cost":648,"Date":"11/20/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":48,"Cost":42,"Date":"12/21/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":657,"Cost":358,"Date":"1/7/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":249,"Cost":145,"Date":"1/21/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":882,"Cost":532,"Date":"2/9/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":149,"Cost":135,"Date":"3/19/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":17,"Cost":13,"Date":"4/3/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":31,"Cost":16,"Date":"4/5/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":439,"Cost":330,"Date":"4/28/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":121,"Cost":105,"Date":"7/10/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":962,"Cost":558,"Date":"3/25/2020"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":139,"Cost":98,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":183,"Cost":164,"Date":"10/28/2020"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":455,"Cost":373,"Date":"3/2/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":286,"Cost":242,"Date":"6/28/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":79,"Cost":50,"Date":"7/17/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":434,"Cost":331,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":262,"Cost":185,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":827,"Cost":740,"Date":"11/20/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":518,"Cost":379,"Date":"12/16/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":738,"Cost":486,"Date":"12/30/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":344,"Cost":183,"Date":"2/15/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":689,"Cost":471,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":725,"Cost":568,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":141,"Cost":98,"Date":"4/18/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":987,"Cost":890,"Date":"7/27/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":546,"Cost":344,"Date":"8/18/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":303,"Cost":218,"Date":"10/31/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":331,"Cost":237,"Date":"11/11/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":289,"Cost":172,"Date":"11/30/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":837,"Cost":592,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":251,"Cost":161,"Date":"3/1/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":988,"Cost":795,"Date":"4/13/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":155,"Cost":93,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":504,"Cost":477,"Date":"8/13/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":445,"Cost":397,"Date":"9/15/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":100,"Cost":67,"Date":"10/14/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":74,"Cost":48,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":516,"Cost":326,"Date":"11/11/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":648,"Cost":553,"Date":"12/7/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":523,"Cost":393,"Date":"12/21/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":995,"Cost":672,"Date":"1/6/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":384,"Cost":271,"Date":"1/23/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":231,"Cost":175,"Date":"2/4/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":327,"Cost":187,"Date":"3/10/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":223,"Cost":173,"Date":"3/12/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":548,"Cost":484,"Date":"3/31/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":227,"Cost":189,"Date":"6/16/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":171,"Cost":147,"Date":"6/17/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":659,"Cost":372,"Date":"8/27/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":502,"Cost":381,"Date":"10/1/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":442,"Cost":280,"Date":"11/4/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":16,"Cost":10,"Date":"11/9/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":273,"Cost":152,"Date":"3/27/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":190,"Cost":141,"Date":"4/17/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":203,"Cost":122,"Date":"8/11/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":823,"Cost":679,"Date":"8/21/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":383,"Cost":341,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":163,"Cost":84,"Date":"9/5/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":722,"Cost":485,"Date":"9/14/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":479,"Cost":267,"Date":"9/20/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":145,"Cost":126,"Date":"11/20/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":31,"Cost":16,"Date":"12/21/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":777,"Cost":699,"Date":"1/7/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":391,"Cost":337,"Date":"1/21/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":516,"Cost":276,"Date":"2/9/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":766,"Cost":515,"Date":"3/19/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":103,"Cost":91,"Date":"4/3/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":540,"Cost":370,"Date":"4/5/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":45,"Date":"4/28/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":194,"Cost":157,"Date":"7/10/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":251,"Cost":175,"Date":"3/25/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":525,"Cost":396,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":43,"Cost":39,"Date":"10/28/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":721,"Cost":594,"Date":"3/2/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":816,"Cost":501,"Date":"6/28/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":629,"Cost":549,"Date":"7/17/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":572,"Cost":493,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":76,"Cost":39,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":406,"Cost":361,"Date":"11/20/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":631,"Cost":504,"Date":"12/16/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":475,"Cost":357,"Date":"12/30/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":184,"Cost":94,"Date":"2/15/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":336,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":278,"Cost":175,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":568,"Cost":376,"Date":"4/18/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":410,"Date":"7/27/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":85,"Cost":46,"Date":"8/18/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":219,"Cost":167,"Date":"10/31/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":398,"Cost":363,"Date":"11/11/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":637,"Cost":343,"Date":"11/30/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":153,"Cost":94,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":547,"Cost":348,"Date":"3/1/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":618,"Cost":504,"Date":"4/13/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":288,"Cost":176,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":537,"Date":"8/13/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":874,"Cost":779,"Date":"9/15/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":34,"Cost":26,"Date":"10/14/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":42,"Cost":27,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":289,"Cost":211,"Date":"11/11/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":182,"Cost":161,"Date":"12/7/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":174,"Cost":152,"Date":"12/21/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":307,"Cost":253,"Date":"1/6/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":810,"Cost":406,"Date":"1/23/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":373,"Cost":330,"Date":"2/4/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":520,"Cost":373,"Date":"3/10/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":831,"Cost":588,"Date":"3/12/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":805,"Cost":666,"Date":"3/31/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":492,"Cost":288,"Date":"6/16/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":919,"Cost":833,"Date":"6/17/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":404,"Date":"8/27/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":257,"Date":"10/1/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":990,"Cost":511,"Date":"11/4/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":610,"Cost":451,"Date":"11/9/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":815,"Cost":737,"Date":"3/27/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":3,"Cost":1,"Date":"4/17/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":464,"Cost":280,"Date":"8/11/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":50,"Cost":35,"Date":"8/21/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":733,"Cost":667,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":737,"Cost":511,"Date":"9/5/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":842,"Cost":588,"Date":"9/14/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":82,"Cost":68,"Date":"9/20/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":389,"Cost":269,"Date":"11/20/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":240,"Cost":141,"Date":"12/21/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":192,"Cost":144,"Date":"1/7/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":521,"Cost":479,"Date":"1/21/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":692,"Cost":563,"Date":"2/9/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":109,"Cost":64,"Date":"3/19/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":895,"Cost":709,"Date":"4/3/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":658,"Cost":378,"Date":"4/5/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":772,"Cost":580,"Date":"4/28/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":669,"Cost":465,"Date":"7/10/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":390,"Date":"3/25/2020"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":568,"Cost":448,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":65,"Cost":58,"Date":"10/28/2020"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":331,"Cost":239,"Date":"3/2/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":204,"Date":"6/28/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":215,"Cost":114,"Date":"7/17/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":877,"Cost":460,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":899,"Cost":595,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":24,"Cost":16,"Date":"11/20/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":152,"Cost":76,"Date":"12/16/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":565,"Cost":520,"Date":"12/30/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":715,"Cost":529,"Date":"2/15/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":163,"Cost":106,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":781,"Cost":538,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":122,"Date":"4/18/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":54,"Cost":29,"Date":"7/27/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":353,"Cost":335,"Date":"8/18/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":133,"Cost":123,"Date":"10/31/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":132,"Date":"11/11/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":164,"Cost":89,"Date":"11/30/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":152,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":445,"Cost":375,"Date":"3/1/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":244,"Cost":164,"Date":"4/13/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":929,"Cost":724,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":412,"Date":"8/13/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":818,"Cost":660,"Date":"9/15/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":990,"Cost":654,"Date":"10/14/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":603,"Cost":477,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":31,"Date":"11/11/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":325,"Cost":266,"Date":"12/7/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":808,"Cost":551,"Date":"12/21/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":152,"Cost":123,"Date":"1/6/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":613,"Cost":377,"Date":"1/23/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":455,"Cost":246,"Date":"2/4/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":808,"Cost":698,"Date":"3/10/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":696,"Cost":493,"Date":"3/12/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":570,"Cost":406,"Date":"3/31/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":922,"Cost":461,"Date":"6/16/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":423,"Date":"6/17/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":78,"Cost":49,"Date":"8/27/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":102,"Cost":70,"Date":"10/1/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":607,"Cost":522,"Date":"11/4/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":927,"Cost":550,"Date":"11/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":135,"Cost":83,"Date":"3/27/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":314,"Cost":279,"Date":"4/17/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":441,"Cost":244,"Date":"8/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":783,"Cost":408,"Date":"8/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":673,"Cost":353,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":416,"Cost":221,"Date":"9/5/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":957,"Cost":895,"Date":"9/14/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":37,"Cost":26,"Date":"9/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":39,"Date":"11/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":873,"Cost":447,"Date":"12/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":584,"Cost":404,"Date":"1/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":374,"Cost":349,"Date":"1/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":555,"Cost":474,"Date":"2/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":31,"Cost":29,"Date":"3/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":604,"Cost":401,"Date":"4/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":384,"Cost":197,"Date":"4/5/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":54,"Cost":41,"Date":"4/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":551,"Date":"7/10/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":383,"Cost":199,"Date":"3/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":14,"Cost":11,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":370,"Cost":209,"Date":"10/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":815,"Cost":719,"Date":"3/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":844,"Cost":669,"Date":"6/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":435,"Date":"7/17/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":755,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":751,"Cost":408,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":884,"Cost":624,"Date":"11/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":472,"Date":"12/16/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":38,"Cost":34,"Date":"12/30/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":777,"Cost":707,"Date":"2/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":881,"Cost":482,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":700,"Cost":585,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":823,"Cost":544,"Date":"4/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":490,"Cost":270,"Date":"7/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":736,"Cost":653,"Date":"8/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":526,"Cost":358,"Date":"10/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":479,"Cost":353,"Date":"11/11/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":345,"Cost":178,"Date":"11/30/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":678,"Cost":478,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":144,"Cost":132,"Date":"3/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":388,"Cost":307,"Date":"4/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":255,"Cost":215,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":420,"Cost":339,"Date":"8/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":541,"Date":"9/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":30,"Cost":20,"Date":"10/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":879,"Cost":580,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":290,"Date":"11/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":254,"Cost":140,"Date":"12/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":591,"Cost":453,"Date":"12/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":171,"Cost":136,"Date":"1/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":10,"Cost":8,"Date":"1/23/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":847,"Cost":683,"Date":"2/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":886,"Cost":806,"Date":"3/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":524,"Cost":271,"Date":"3/12/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":580,"Date":"3/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":100,"Cost":86,"Date":"6/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":667,"Cost":614,"Date":"6/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":897,"Cost":624,"Date":"8/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":587,"Cost":465,"Date":"10/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":268,"Date":"11/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":237,"Cost":138,"Date":"11/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":285,"Cost":219,"Date":"3/27/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":523,"Cost":463,"Date":"4/17/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":557,"Cost":280,"Date":"8/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":67,"Cost":55,"Date":"8/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":349,"Cost":189,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":138,"Cost":81,"Date":"9/5/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":911,"Cost":820,"Date":"9/14/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":621,"Cost":363,"Date":"9/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":336,"Cost":217,"Date":"11/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":61,"Cost":57,"Date":"12/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":812,"Cost":540,"Date":"1/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":676,"Cost":491,"Date":"1/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":884,"Cost":698,"Date":"2/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":539,"Cost":395,"Date":"3/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":649,"Cost":392,"Date":"4/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":163,"Cost":86,"Date":"4/5/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":150,"Cost":83,"Date":"4/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":487,"Cost":456,"Date":"7/10/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":33,"Cost":22,"Date":"3/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":323,"Cost":180,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":757,"Cost":644,"Date":"10/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":975,"Cost":891,"Date":"3/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":416,"Cost":353,"Date":"6/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":511,"Cost":332,"Date":"7/17/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":10,"Cost":8,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":497,"Cost":421,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":732,"Cost":428,"Date":"11/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":376,"Cost":250,"Date":"12/16/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":680,"Cost":496,"Date":"12/30/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":484,"Cost":388,"Date":"2/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":814,"Cost":471,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":814,"Cost":496,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":498,"Cost":262,"Date":"4/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":301,"Cost":154,"Date":"7/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":385,"Cost":196,"Date":"8/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":492,"Cost":284,"Date":"10/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":862,"Cost":491,"Date":"11/11/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":863,"Cost":578,"Date":"11/30/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":619,"Cost":353,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":206,"Cost":119,"Date":"3/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":390,"Cost":368,"Date":"4/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":909,"Cost":578,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":891,"Cost":575,"Date":"8/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":200,"Cost":151,"Date":"9/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":241,"Cost":221,"Date":"10/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":638,"Cost":392,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":173,"Cost":156,"Date":"11/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":957,"Cost":532,"Date":"12/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":678,"Cost":619,"Date":"12/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":665,"Cost":620,"Date":"1/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":265,"Cost":154,"Date":"1/23/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":990,"Cost":883,"Date":"2/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":968,"Cost":642,"Date":"3/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":279,"Cost":212,"Date":"3/12/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":578,"Cost":343,"Date":"3/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":14,"Cost":8,"Date":"6/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":823,"Cost":458,"Date":"6/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":860,"Cost":790,"Date":"8/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":626,"Cost":340,"Date":"10/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":156,"Cost":89,"Date":"11/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":36,"Cost":19,"Date":"11/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":439,"Cost":274,"Date":"3/27/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":874,"Cost":761,"Date":"4/17/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":158,"Cost":92,"Date":"8/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":153,"Cost":146,"Date":"8/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":21,"Cost":20,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":905,"Cost":564,"Date":"9/5/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":175,"Cost":162,"Date":"9/14/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":241,"Cost":192,"Date":"9/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":85,"Cost":67,"Date":"11/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":411,"Cost":376,"Date":"12/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":495,"Cost":270,"Date":"1/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":460,"Cost":323,"Date":"1/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":672,"Cost":356,"Date":"2/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":651,"Cost":477,"Date":"3/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":524,"Cost":374,"Date":"4/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":169,"Cost":90,"Date":"4/5/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":619,"Cost":368,"Date":"4/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":52,"Cost":49,"Date":"7/10/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":469,"Cost":319,"Date":"3/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":3,"Cost":3,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":698,"Cost":645,"Date":"10/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":202,"Cost":168,"Date":"3/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":423,"Cost":294,"Date":"6/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":955,"Cost":824,"Date":"7/17/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":299,"Cost":256,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":530,"Cost":297,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":968,"Cost":751,"Date":"11/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":516,"Cost":452,"Date":"12/16/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":417,"Cost":307,"Date":"12/30/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":380,"Cost":220,"Date":"2/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":898,"Cost":714,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":508,"Cost":443,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":519,"Cost":414,"Date":"4/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":263,"Cost":145,"Date":"7/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":223,"Cost":203,"Date":"8/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":496,"Cost":298,"Date":"10/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":317,"Cost":256,"Date":"11/11/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":478,"Cost":329,"Date":"11/30/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":583,"Cost":324,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":457,"Cost":271,"Date":"3/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":813,"Cost":574,"Date":"4/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":620,"Cost":529,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":330,"Cost":230,"Date":"8/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":196,"Cost":173,"Date":"9/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":154,"Cost":94,"Date":"10/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":881,"Cost":744,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":868,"Cost":728,"Date":"11/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":575,"Cost":438,"Date":"12/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":84,"Cost":46,"Date":"12/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":626,"Cost":446,"Date":"1/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":47,"Cost":28,"Date":"1/23/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":490,"Cost":412,"Date":"2/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":68,"Cost":51,"Date":"3/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":584,"Cost":554,"Date":"3/12/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":23,"Cost":18,"Date":"3/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":383,"Cost":284,"Date":"6/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":485,"Cost":427,"Date":"6/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":19,"Cost":15,"Date":"8/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":609,"Cost":415,"Date":"10/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":832,"Cost":612,"Date":"11/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":131,"Cost":82,"Date":"11/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":920,"Cost":678,"Date":"3/27/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":122,"Cost":98,"Date":"4/17/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":782,"Cost":600,"Date":"8/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":136,"Cost":114,"Date":"8/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":478,"Cost":396,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":756,"Cost":699,"Date":"9/5/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":856,"Cost":801,"Date":"9/14/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":960,"Cost":493,"Date":"9/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":420,"Cost":279,"Date":"11/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":781,"Cost":408,"Date":"12/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":497,"Cost":295,"Date":"1/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":945,"Cost":676,"Date":"1/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":477,"Cost":379,"Date":"2/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":162,"Cost":92,"Date":"3/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":158,"Cost":132,"Date":"4/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":489,"Cost":454,"Date":"4/5/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":105,"Cost":55,"Date":"4/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":205,"Cost":119,"Date":"7/10/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":775,"Cost":494,"Date":"3/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":215,"Cost":143,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":151,"Cost":108,"Date":"10/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":174,"Cost":126,"Date":"3/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":511,"Cost":392,"Date":"6/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":497,"Date":"7/17/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":811,"Cost":564,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":608,"Cost":308,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":479,"Cost":250,"Date":"11/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":169,"Cost":123,"Date":"12/16/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":478,"Cost":286,"Date":"12/30/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":739,"Cost":398,"Date":"2/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":274,"Cost":202,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":861,"Cost":499,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":916,"Cost":677,"Date":"4/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":7,"Cost":5,"Date":"7/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":395,"Cost":375,"Date":"8/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":822,"Cost":415,"Date":"10/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":860,"Cost":802,"Date":"11/11/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":400,"Cost":314,"Date":"11/30/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":774,"Cost":470,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":683,"Cost":447,"Date":"3/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":270,"Cost":221,"Date":"4/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":981,"Cost":709,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":277,"Cost":165,"Date":"8/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":681,"Cost":598,"Date":"9/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":851,"Cost":644,"Date":"10/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":470,"Cost":365,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":210,"Cost":197,"Date":"11/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":570,"Cost":422,"Date":"12/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":402,"Cost":345,"Date":"12/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":244,"Cost":153,"Date":"1/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":928,"Cost":526,"Date":"1/23/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":997,"Cost":561,"Date":"2/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":567,"Cost":374,"Date":"3/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":939,"Cost":567,"Date":"3/12/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":470,"Cost":360,"Date":"3/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":440,"Cost":321,"Date":"6/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":882,"Cost":669,"Date":"6/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":234,"Cost":126,"Date":"8/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":781,"Cost":540,"Date":"10/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":307,"Cost":282,"Date":"11/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":386,"Cost":195,"Date":"11/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":90,"Date":"3/27/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":685,"Date":"4/17/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":567,"Cost":506,"Date":"8/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":977,"Cost":564,"Date":"8/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":111,"Cost":90,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":661,"Cost":421,"Date":"9/5/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":656,"Cost":358,"Date":"9/14/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":127,"Cost":93,"Date":"9/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":75,"Date":"11/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":532,"Cost":292,"Date":"12/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":741,"Cost":542,"Date":"1/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":713,"Cost":418,"Date":"1/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":589,"Cost":440,"Date":"2/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":453,"Cost":370,"Date":"3/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":857,"Cost":707,"Date":"4/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":290,"Cost":148,"Date":"4/5/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":557,"Cost":421,"Date":"4/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":932,"Cost":635,"Date":"7/10/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":98,"Cost":90,"Date":"3/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":356,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":474,"Cost":403,"Date":"10/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":432,"Date":"3/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":802,"Cost":434,"Date":"6/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":990,"Cost":688,"Date":"7/17/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":41,"Cost":20,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":496,"Cost":390,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":590,"Cost":367,"Date":"11/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":796,"Cost":692,"Date":"12/16/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":59,"Cost":51,"Date":"12/30/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":743,"Cost":475,"Date":"2/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":382,"Cost":286,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":231,"Cost":164,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":728,"Cost":690,"Date":"4/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":571,"Date":"7/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":565,"Cost":333,"Date":"8/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":729,"Cost":620,"Date":"10/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":457,"Date":"11/11/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":301,"Date":"11/30/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":315,"Cost":198,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":968,"Cost":641,"Date":"3/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":590,"Cost":364,"Date":"4/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":518,"Cost":353,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":505,"Cost":298,"Date":"8/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":347,"Cost":272,"Date":"9/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":966,"Cost":579,"Date":"10/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":555,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":724,"Cost":456,"Date":"11/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":192,"Cost":140,"Date":"12/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":110,"Cost":72,"Date":"12/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":385,"Cost":207,"Date":"1/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":8,"Cost":5,"Date":"1/23/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":707,"Cost":438,"Date":"2/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":389,"Cost":241,"Date":"3/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":41,"Cost":33,"Date":"3/12/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":652,"Cost":393,"Date":"3/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":354,"Cost":204,"Date":"6/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":611,"Cost":458,"Date":"6/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":434,"Cost":271,"Date":"8/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":961,"Cost":553,"Date":"10/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":223,"Date":"11/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":283,"Cost":267,"Date":"11/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":371,"Cost":234,"Date":"3/27/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":880,"Cost":698,"Date":"4/17/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":562,"Cost":298,"Date":"8/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":420,"Cost":396,"Date":"8/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":479,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":459,"Cost":330,"Date":"9/5/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":282,"Cost":256,"Date":"9/14/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":983,"Cost":753,"Date":"9/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":438,"Date":"11/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":292,"Cost":258,"Date":"12/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":210,"Cost":138,"Date":"1/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":623,"Cost":364,"Date":"1/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":557,"Cost":413,"Date":"2/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":983,"Cost":699,"Date":"3/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":914,"Cost":521,"Date":"4/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":769,"Cost":450,"Date":"4/5/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":775,"Cost":463,"Date":"4/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":40,"Cost":25,"Date":"7/10/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":603,"Cost":309,"Date":"3/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":470,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":354,"Cost":256,"Date":"10/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":36,"Date":"3/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":298,"Cost":228,"Date":"6/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":116,"Cost":101,"Date":"7/17/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":922,"Cost":704,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":472,"Cost":272,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":124,"Cost":67,"Date":"11/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":484,"Cost":313,"Date":"12/16/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":522,"Cost":314,"Date":"12/30/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":427,"Cost":402,"Date":"2/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":515,"Cost":258,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":204,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":744,"Cost":702,"Date":"4/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":137,"Cost":85,"Date":"7/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":924,"Cost":624,"Date":"8/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":440,"Cost":257,"Date":"10/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":206,"Cost":136,"Date":"11/11/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":71,"Cost":65,"Date":"11/30/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":428,"Cost":311,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":601,"Date":"3/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":80,"Cost":67,"Date":"4/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":400,"Cost":330,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":630,"Date":"8/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":496,"Cost":465,"Date":"9/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":524,"Date":"10/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":421,"Cost":265,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":226,"Date":"11/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":776,"Cost":439,"Date":"12/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":761,"Cost":705,"Date":"12/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":385,"Date":"1/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":544,"Cost":315,"Date":"1/23/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":595,"Cost":526,"Date":"2/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":52,"Cost":28,"Date":"3/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":80,"Date":"3/12/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":929,"Cost":572,"Date":"3/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":1,"Cost":1,"Date":"6/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":437,"Cost":305,"Date":"6/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":506,"Cost":388,"Date":"8/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":121,"Cost":63,"Date":"10/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":983,"Cost":496,"Date":"11/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":280,"Cost":162,"Date":"11/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":567,"Cost":426,"Date":"3/27/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":893,"Cost":616,"Date":"4/17/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":721,"Cost":609,"Date":"8/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":675,"Cost":380,"Date":"8/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":895,"Cost":819,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":988,"Cost":921,"Date":"9/5/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":469,"Cost":334,"Date":"9/14/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":553,"Cost":342,"Date":"9/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":671,"Cost":553,"Date":"11/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":386,"Cost":320,"Date":"12/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":456,"Cost":369,"Date":"1/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":788,"Cost":454,"Date":"1/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":27,"Cost":15,"Date":"2/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":114,"Cost":72,"Date":"3/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":96,"Cost":71,"Date":"4/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":958,"Cost":880,"Date":"4/5/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":752,"Cost":456,"Date":"4/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":695,"Cost":497,"Date":"7/10/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":491,"Cost":400,"Date":"3/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":387,"Cost":269,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":926,"Cost":611,"Date":"10/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":803,"Cost":426,"Date":"3/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":387,"Cost":219,"Date":"6/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":492,"Cost":275,"Date":"7/17/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":541,"Cost":280,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":539,"Cost":310,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":103,"Cost":68,"Date":"11/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":657,"Cost":455,"Date":"12/16/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":30,"Cost":16,"Date":"12/30/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":418,"Cost":388,"Date":"2/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":876,"Cost":752,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":275,"Cost":237,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":670,"Cost":570,"Date":"4/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":977,"Cost":551,"Date":"7/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":156,"Cost":109,"Date":"8/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":778,"Cost":602,"Date":"10/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":124,"Cost":99,"Date":"11/11/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":597,"Cost":376,"Date":"11/30/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":518,"Cost":389,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":614,"Cost":333,"Date":"3/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":277,"Cost":227,"Date":"4/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":553,"Cost":304,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":43,"Cost":30,"Date":"8/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":157,"Cost":85,"Date":"9/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":780,"Cost":474,"Date":"10/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":677,"Cost":614,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":860,"Cost":722,"Date":"11/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":244,"Cost":143,"Date":"12/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":249,"Cost":134,"Date":"12/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":14,"Cost":7,"Date":"1/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":347,"Cost":272,"Date":"1/23/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":616,"Cost":431,"Date":"2/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":982,"Cost":565,"Date":"3/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":835,"Cost":454,"Date":"3/12/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":425,"Cost":355,"Date":"3/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":894,"Cost":815,"Date":"6/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":225,"Cost":154,"Date":"6/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":145,"Cost":72,"Date":"8/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":140,"Cost":104,"Date":"10/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":31,"Cost":26,"Date":"11/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":798,"Cost":418,"Date":"11/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":318,"Cost":171,"Date":"3/27/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":471,"Cost":367,"Date":"4/17/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":779,"Cost":464,"Date":"8/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":796,"Cost":690,"Date":"8/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":845,"Cost":670,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":338,"Cost":186,"Date":"9/5/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":433,"Cost":230,"Date":"9/14/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":280,"Date":"9/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":483,"Cost":304,"Date":"11/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":277,"Cost":148,"Date":"12/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":845,"Cost":736,"Date":"1/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":219,"Cost":136,"Date":"1/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":671,"Cost":512,"Date":"2/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":756,"Cost":688,"Date":"3/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":568,"Cost":477,"Date":"4/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":426,"Cost":237,"Date":"4/5/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":648,"Cost":410,"Date":"4/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":63,"Cost":40,"Date":"7/10/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":705,"Cost":354,"Date":"3/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":353,"Cost":251,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":60,"Cost":38,"Date":"10/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":785,"Cost":688,"Date":"3/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":175,"Cost":150,"Date":"6/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":709,"Cost":532,"Date":"7/17/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":155,"Cost":123,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":875,"Cost":660,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":567,"Cost":492,"Date":"11/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":66,"Cost":59,"Date":"12/16/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":202,"Cost":126,"Date":"12/30/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":621,"Date":"2/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":115,"Cost":58,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":52,"Cost":39,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":440,"Cost":312,"Date":"4/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":129,"Cost":78,"Date":"7/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":359,"Date":"8/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":203,"Cost":177,"Date":"10/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":683,"Cost":530,"Date":"11/11/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":30,"Cost":26,"Date":"11/30/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":171,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":275,"Cost":223,"Date":"3/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":182,"Date":"4/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":810,"Cost":694,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":208,"Cost":181,"Date":"8/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":108,"Cost":63,"Date":"9/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":807,"Cost":570,"Date":"10/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":885,"Cost":747,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":462,"Cost":258,"Date":"11/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":595,"Cost":439,"Date":"12/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":776,"Cost":578,"Date":"12/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":584,"Cost":538,"Date":"1/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":844,"Cost":725,"Date":"1/23/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":593,"Cost":485,"Date":"2/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":945,"Cost":742,"Date":"3/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":368,"Date":"3/12/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":642,"Cost":580,"Date":"3/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":357,"Cost":271,"Date":"6/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":991,"Cost":915,"Date":"6/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":229,"Date":"8/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":964,"Cost":788,"Date":"10/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":21,"Cost":11,"Date":"11/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":848,"Cost":426,"Date":"11/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":405,"Date":"3/27/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":37,"Cost":32,"Date":"4/17/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":859,"Cost":495,"Date":"8/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":363,"Cost":332,"Date":"8/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":754,"Cost":716,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":955,"Cost":720,"Date":"9/5/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":220,"Cost":162,"Date":"9/14/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":791,"Cost":553,"Date":"9/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":185,"Date":"11/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":385,"Date":"12/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":529,"Cost":383,"Date":"1/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":276,"Cost":174,"Date":"1/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":939,"Cost":573,"Date":"2/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":981,"Cost":686,"Date":"3/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":189,"Date":"4/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":75,"Cost":50,"Date":"4/5/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":304,"Date":"4/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":858,"Cost":519,"Date":"7/10/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":825,"Cost":731,"Date":"3/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":799,"Cost":735,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":372,"Cost":337,"Date":"10/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":447,"Cost":284,"Date":"3/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":165,"Cost":133,"Date":"6/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":561,"Cost":387,"Date":"7/17/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":81,"Cost":69,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":35,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":987,"Cost":654,"Date":"11/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":425,"Cost":350,"Date":"12/16/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":830,"Date":"12/30/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":474,"Cost":312,"Date":"2/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":853,"Cost":448,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":484,"Cost":351,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":118,"Date":"4/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":538,"Cost":309,"Date":"7/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":570,"Cost":511,"Date":"8/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":515,"Date":"10/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":108,"Cost":98,"Date":"11/11/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":334,"Cost":245,"Date":"11/30/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":145,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":323,"Date":"3/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":209,"Cost":180,"Date":"4/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":66,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":607,"Date":"8/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":145,"Cost":91,"Date":"9/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":725,"Cost":565,"Date":"10/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":100,"Cost":88,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":587,"Cost":300,"Date":"11/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":148,"Date":"12/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":893,"Cost":540,"Date":"12/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":896,"Cost":755,"Date":"1/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":675,"Cost":587,"Date":"1/23/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":884,"Cost":767,"Date":"2/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":216,"Cost":147,"Date":"3/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":436,"Cost":343,"Date":"3/12/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":157,"Date":"3/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":358,"Cost":331,"Date":"6/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":721,"Date":"6/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":156,"Cost":102,"Date":"8/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":315,"Cost":166,"Date":"10/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":640,"Cost":434,"Date":"11/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":818,"Cost":502,"Date":"11/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":495,"Cost":331,"Date":"3/27/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":819,"Cost":591,"Date":"4/17/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":551,"Cost":459,"Date":"8/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":97,"Date":"8/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":892,"Cost":606,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":636,"Cost":395,"Date":"9/5/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":904,"Cost":658,"Date":"9/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":38,"Cost":28,"Date":"9/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":274,"Date":"11/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":803,"Cost":431,"Date":"12/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":391,"Date":"1/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":119,"Cost":93,"Date":"1/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":824,"Cost":438,"Date":"2/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":280,"Date":"3/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":387,"Cost":258,"Date":"4/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":186,"Cost":151,"Date":"4/5/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":597,"Cost":457,"Date":"4/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":184,"Cost":124,"Date":"7/10/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":653,"Cost":498,"Date":"3/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":392,"Cost":203,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":459,"Date":"10/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":897,"Cost":507,"Date":"3/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":916,"Cost":702,"Date":"6/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":565,"Cost":520,"Date":"7/17/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":637,"Cost":472,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":856,"Cost":442,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":72,"Cost":65,"Date":"11/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":208,"Cost":138,"Date":"12/16/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":308,"Cost":178,"Date":"12/30/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":138,"Date":"2/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":90,"Cost":45,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":413,"Cost":320,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":294,"Cost":253,"Date":"4/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":271,"Cost":142,"Date":"7/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":232,"Cost":172,"Date":"8/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":497,"Cost":405,"Date":"10/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":267,"Date":"11/11/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":632,"Cost":570,"Date":"11/30/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":850,"Cost":596,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":743,"Cost":486,"Date":"3/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":275,"Cost":214,"Date":"4/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":199,"Cost":104,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":119,"Cost":83,"Date":"8/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":648,"Cost":573,"Date":"9/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":47,"Date":"10/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":92,"Cost":47,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":489,"Cost":434,"Date":"11/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":968,"Cost":497,"Date":"12/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":55,"Cost":37,"Date":"12/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":444,"Cost":370,"Date":"1/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":571,"Cost":525,"Date":"1/23/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":396,"Cost":366,"Date":"2/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":494,"Date":"3/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":557,"Cost":457,"Date":"3/12/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":737,"Cost":526,"Date":"3/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":84,"Date":"6/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":188,"Cost":172,"Date":"6/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":254,"Cost":223,"Date":"8/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":15,"Cost":9,"Date":"10/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":355,"Cost":198,"Date":"11/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":839,"Cost":575,"Date":"11/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":987,"Cost":874,"Date":"3/27/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":189,"Cost":180,"Date":"4/17/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":738,"Cost":372,"Date":"8/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":653,"Cost":582,"Date":"8/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":130,"Cost":85,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":289,"Cost":168,"Date":"9/5/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":310,"Cost":184,"Date":"9/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":856,"Cost":745,"Date":"9/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":201,"Cost":123,"Date":"11/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":886,"Cost":815,"Date":"12/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":224,"Cost":167,"Date":"1/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":518,"Cost":325,"Date":"1/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":619,"Cost":578,"Date":"2/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":187,"Cost":154,"Date":"3/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":588,"Cost":538,"Date":"4/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":574,"Cost":509,"Date":"4/5/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":935,"Cost":554,"Date":"4/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":888,"Cost":694,"Date":"7/10/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":362,"Cost":185,"Date":"3/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":462,"Cost":238,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":4,"Cost":3,"Date":"10/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":192,"Date":"3/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":9,"Cost":5,"Date":"6/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":438,"Cost":305,"Date":"7/17/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":101,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":28,"Cost":15,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":433,"Cost":339,"Date":"11/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":267,"Cost":230,"Date":"12/16/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":32,"Cost":20,"Date":"12/30/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":439,"Cost":309,"Date":"2/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":272,"Cost":239,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":441,"Cost":408,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":972,"Cost":923,"Date":"4/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":556,"Cost":374,"Date":"7/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":797,"Cost":699,"Date":"8/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":11,"Cost":5,"Date":"10/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":570,"Cost":529,"Date":"11/11/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":259,"Cost":223,"Date":"11/30/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":544,"Cost":430,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":524,"Cost":270,"Date":"3/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":533,"Date":"4/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":623,"Cost":483,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":739,"Cost":597,"Date":"8/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":782,"Cost":451,"Date":"9/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":878,"Cost":511,"Date":"10/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":179,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":647,"Cost":565,"Date":"11/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":872,"Cost":679,"Date":"12/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":895,"Cost":790,"Date":"12/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":988,"Cost":788,"Date":"1/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":504,"Cost":380,"Date":"1/23/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":843,"Cost":538,"Date":"2/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":496,"Cost":389,"Date":"3/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":451,"Cost":417,"Date":"3/12/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":608,"Cost":576,"Date":"3/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":552,"Date":"6/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":71,"Cost":45,"Date":"6/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":320,"Cost":181,"Date":"8/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":892,"Cost":595,"Date":"10/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":37,"Cost":23,"Date":"11/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":638,"Cost":547,"Date":"11/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":291,"Cost":248,"Date":"3/27/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":760,"Cost":628,"Date":"4/17/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":603,"Date":"8/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":735,"Cost":646,"Date":"8/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":701,"Cost":472,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":532,"Cost":478,"Date":"9/5/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":524,"Date":"9/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":472,"Cost":394,"Date":"9/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":293,"Date":"11/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":536,"Cost":357,"Date":"12/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":334,"Cost":250,"Date":"1/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":298,"Cost":209,"Date":"1/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":499,"Cost":365,"Date":"2/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":715,"Cost":572,"Date":"3/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":700,"Cost":507,"Date":"4/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":165,"Cost":153,"Date":"4/5/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":455,"Date":"4/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":980,"Cost":583,"Date":"7/10/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":839,"Date":"3/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":708,"Cost":595,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":824,"Cost":548,"Date":"10/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":987,"Cost":767,"Date":"3/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":254,"Date":"6/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":806,"Cost":630,"Date":"7/17/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":962,"Cost":733,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":278,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":14,"Date":"11/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":84,"Cost":52,"Date":"12/16/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":757,"Cost":522,"Date":"12/30/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":543,"Date":"2/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":367,"Cost":346,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":594,"Cost":501,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":354,"Cost":226,"Date":"4/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":826,"Cost":421,"Date":"7/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":209,"Cost":166,"Date":"8/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":126,"Date":"10/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":207,"Cost":180,"Date":"11/11/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":700,"Cost":493,"Date":"11/30/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":998,"Cost":527,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":570,"Cost":377,"Date":"3/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":487,"Cost":250,"Date":"4/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":164,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":373,"Cost":294,"Date":"8/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":805,"Cost":624,"Date":"9/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":13,"Cost":12,"Date":"10/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":431,"Cost":346,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":437,"Cost":252,"Date":"11/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":778,"Cost":460,"Date":"12/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":420,"Cost":269,"Date":"12/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":801,"Cost":668,"Date":"1/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":244,"Cost":201,"Date":"1/23/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":721,"Date":"2/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":563,"Cost":411,"Date":"3/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":239,"Cost":201,"Date":"3/12/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":876,"Cost":741,"Date":"3/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":108,"Cost":70,"Date":"6/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":768,"Cost":652,"Date":"6/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":711,"Cost":512,"Date":"8/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":194,"Date":"10/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":574,"Cost":484,"Date":"11/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":380,"Cost":309,"Date":"11/9/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":644,"Cost":543,"Date":"3/27/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":918,"Cost":459,"Date":"4/17/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":946,"Cost":700,"Date":"8/11/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":441,"Cost":268,"Date":"8/21/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":872,"Cost":685,"Date":"9/2/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":803,"Cost":461,"Date":"9/5/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":666,"Cost":376,"Date":"9/14/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":587,"Cost":445,"Date":"9/20/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":860,"Cost":501,"Date":"11/20/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":607,"Cost":532,"Date":"12/21/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":942,"Cost":721,"Date":"1/7/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":740,"Cost":453,"Date":"1/21/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":176,"Cost":122,"Date":"2/9/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":2,"Cost":1,"Date":"3/19/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":532,"Cost":275,"Date":"4/3/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":356,"Cost":329,"Date":"4/5/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":896,"Cost":561,"Date":"4/28/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":200,"Cost":133,"Date":"7/10/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":23,"Cost":12,"Date":"3/25/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":845,"Cost":465,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":808,"Cost":737,"Date":"10/28/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":119,"Cost":64,"Date":"3/2/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":161,"Cost":137,"Date":"6/28/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":156,"Cost":140,"Date":"7/17/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":820,"Cost":620,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":250,"Cost":238,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":519,"Cost":481,"Date":"11/20/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":83,"Cost":45,"Date":"12/16/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":319,"Cost":191,"Date":"12/30/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":433,"Cost":396,"Date":"2/15/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":268,"Cost":223,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":181,"Cost":165,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":198,"Cost":101,"Date":"4/18/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":714,"Cost":500,"Date":"7/27/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":614,"Cost":440,"Date":"8/18/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":551,"Date":"10/31/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":196,"Cost":165,"Date":"11/11/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":384,"Cost":220,"Date":"11/30/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":871,"Cost":481,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":524,"Cost":444,"Date":"3/1/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":735,"Cost":463,"Date":"4/13/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":260,"Cost":194,"Date":"5/20/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":324,"Cost":263,"Date":"8/13/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":176,"Cost":88,"Date":"9/15/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":718,"Cost":530,"Date":"10/14/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":332,"Cost":177,"Date":"10/28/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":303,"Cost":249,"Date":"11/11/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":459,"Cost":271,"Date":"12/7/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":515,"Cost":425,"Date":"12/21/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":89,"Cost":80,"Date":"1/6/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":858,"Cost":626,"Date":"1/23/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":184,"Cost":149,"Date":"2/4/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":674,"Cost":527,"Date":"3/10/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":620,"Cost":352,"Date":"3/12/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":648,"Cost":545,"Date":"3/31/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":95,"Cost":72,"Date":"6/16/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":483,"Cost":244,"Date":"6/17/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":727,"Cost":647,"Date":"8/27/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":357,"Cost":280,"Date":"10/1/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":67,"Cost":35,"Date":"11/4/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":234,"Cost":153,"Date":"11/9/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":960,"Cost":837,"Date":"3/27/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":92,"Cost":81,"Date":"4/17/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":306,"Cost":197,"Date":"8/11/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":788,"Cost":735,"Date":"8/21/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":722,"Cost":678,"Date":"9/2/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":230,"Cost":159,"Date":"9/5/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":239,"Cost":144,"Date":"9/14/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":981,"Cost":930,"Date":"9/20/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":689,"Cost":372,"Date":"11/20/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":638,"Cost":473,"Date":"12/21/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":724,"Cost":630,"Date":"1/7/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":859,"Cost":456,"Date":"1/21/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":277,"Cost":186,"Date":"2/9/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":822,"Cost":439,"Date":"3/19/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":986,"Cost":622,"Date":"4/3/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":137,"Cost":110,"Date":"4/5/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":802,"Cost":637,"Date":"4/28/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":227,"Cost":163,"Date":"7/10/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":924,"Cost":614,"Date":"3/25/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":109,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":93,"Cost":48,"Date":"10/28/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":644,"Cost":590,"Date":"3/2/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":538,"Cost":473,"Date":"6/28/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":11,"Cost":9,"Date":"7/17/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":970,"Cost":574,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":116,"Cost":95,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":500,"Cost":272,"Date":"11/20/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":555,"Cost":490,"Date":"12/16/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":852,"Cost":744,"Date":"12/30/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":180,"Cost":99,"Date":"2/15/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":448,"Cost":425,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":737,"Cost":373,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":661,"Cost":455,"Date":"4/18/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":401,"Cost":259,"Date":"7/27/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":635,"Cost":491,"Date":"8/18/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":583,"Cost":391,"Date":"10/31/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":674,"Cost":522,"Date":"11/11/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":629,"Cost":437,"Date":"11/30/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":70,"Cost":60,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":688,"Cost":487,"Date":"3/1/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":433,"Cost":395,"Date":"4/13/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":354,"Cost":241,"Date":"5/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":847,"Cost":430,"Date":"8/13/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":558,"Cost":331,"Date":"9/15/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":270,"Cost":183,"Date":"10/14/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":703,"Cost":665,"Date":"10/28/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":91,"Cost":68,"Date":"11/11/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":989,"Cost":902,"Date":"12/7/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":917,"Cost":692,"Date":"12/21/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":41,"Cost":25,"Date":"1/6/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":756,"Cost":413,"Date":"1/23/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":707,"Cost":387,"Date":"2/4/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":307,"Cost":214,"Date":"3/10/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":201,"Cost":147,"Date":"3/12/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":874,"Cost":639,"Date":"3/31/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":440,"Cost":316,"Date":"6/16/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":153,"Cost":135,"Date":"6/17/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":178,"Cost":124,"Date":"8/27/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":809,"Cost":559,"Date":"10/1/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":426,"Cost":354,"Date":"11/4/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":284,"Cost":211,"Date":"11/9/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":938,"Cost":805,"Date":"3/27/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":246,"Cost":164,"Date":"4/17/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":99,"Cost":69,"Date":"8/11/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":67,"Cost":48,"Date":"8/21/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":585,"Cost":399,"Date":"9/2/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":110,"Cost":94,"Date":"9/5/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":54,"Cost":37,"Date":"9/14/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":970,"Cost":553,"Date":"9/20/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":430,"Cost":404,"Date":"11/20/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":234,"Cost":124,"Date":"12/21/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":555,"Cost":381,"Date":"1/7/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":968,"Cost":860,"Date":"1/21/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":451,"Cost":413,"Date":"2/9/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":610,"Cost":335,"Date":"3/19/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":460,"Cost":296,"Date":"4/3/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":539,"Cost":337,"Date":"4/5/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":748,"Cost":618,"Date":"4/28/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":853,"Cost":599,"Date":"7/10/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":458,"Cost":332,"Date":"3/25/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":122,"Cost":69,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":90,"Cost":71,"Date":"10/28/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":686,"Cost":619,"Date":"3/2/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":935,"Cost":661,"Date":"6/28/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":336,"Cost":194,"Date":"7/17/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":383,"Cost":206,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":127,"Cost":106,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":262,"Cost":221,"Date":"11/20/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":33,"Cost":25,"Date":"12/16/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":952,"Cost":620,"Date":"12/30/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":828,"Cost":472,"Date":"2/15/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":756,"Cost":671,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":108,"Cost":71,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":206,"Cost":122,"Date":"4/18/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":49,"Cost":37,"Date":"7/27/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":459,"Cost":381,"Date":"8/18/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":817,"Cost":507,"Date":"10/31/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":149,"Cost":112,"Date":"11/11/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":929,"Cost":530,"Date":"11/30/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":421,"Cost":237,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":260,"Cost":236,"Date":"3/1/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":123,"Cost":81,"Date":"4/13/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":985,"Cost":503,"Date":"5/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":862,"Cost":579,"Date":"8/13/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":771,"Cost":641,"Date":"9/15/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":702,"Cost":613,"Date":"10/14/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":775,"Cost":392,"Date":"10/28/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":160,"Cost":144,"Date":"11/11/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":182,"Cost":133,"Date":"12/7/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":184,"Cost":129,"Date":"12/21/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":722,"Cost":444,"Date":"1/6/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":941,"Cost":509,"Date":"1/23/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":800,"Cost":608,"Date":"2/4/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":221,"Cost":178,"Date":"3/10/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":703,"Cost":433,"Date":"3/12/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":868,"Cost":637,"Date":"3/31/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":993,"Cost":590,"Date":"6/16/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":590,"Cost":476,"Date":"6/17/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":214,"Cost":137,"Date":"8/27/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":779,"Cost":688,"Date":"10/1/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":557,"Cost":480,"Date":"11/4/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":783,"Cost":644,"Date":"11/9/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":213,"Cost":120,"Date":"3/27/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":379,"Cost":246,"Date":"4/17/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":243,"Cost":193,"Date":"8/11/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":313,"Cost":277,"Date":"8/21/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":439,"Cost":300,"Date":"9/2/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":6,"Cost":3,"Date":"9/5/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":478,"Cost":282,"Date":"9/14/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":265,"Cost":160,"Date":"9/20/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":821,"Cost":527,"Date":"11/20/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":60,"Cost":30,"Date":"12/21/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":604,"Cost":397,"Date":"1/7/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":943,"Cost":524,"Date":"1/21/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":71,"Cost":52,"Date":"2/9/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":645,"Cost":438,"Date":"3/19/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":597,"Cost":460,"Date":"4/3/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":612,"Cost":314,"Date":"4/5/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":72,"Cost":49,"Date":"4/28/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":859,"Cost":642,"Date":"7/10/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":217,"Cost":178,"Date":"3/25/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":919,"Cost":617,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":726,"Cost":374,"Date":"10/28/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":391,"Cost":338,"Date":"3/2/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":608,"Cost":486,"Date":"6/28/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":710,"Cost":437,"Date":"7/17/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":100,"Cost":67,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":670,"Cost":427,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":570,"Cost":295,"Date":"11/20/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":151,"Cost":93,"Date":"12/16/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":829,"Cost":445,"Date":"12/30/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":562,"Cost":330,"Date":"2/15/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":977,"Cost":891,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":858,"Cost":762,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":820,"Cost":707,"Date":"4/18/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":152,"Cost":94,"Date":"7/27/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":206,"Cost":183,"Date":"8/18/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":802,"Cost":686,"Date":"10/31/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":703,"Cost":485,"Date":"11/11/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":190,"Cost":155,"Date":"11/30/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":649,"Cost":580,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":635,"Cost":494,"Date":"3/1/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":622,"Cost":518,"Date":"4/13/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":205,"Cost":140,"Date":"5/20/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":426,"Cost":284,"Date":"8/13/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":15,"Cost":8,"Date":"9/15/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":550,"Cost":516,"Date":"10/14/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":471,"Cost":442,"Date":"10/28/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":250,"Cost":196,"Date":"11/11/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":480,"Cost":342,"Date":"12/7/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":792,"Cost":607,"Date":"12/21/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":249,"Cost":233,"Date":"1/6/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":265,"Cost":180,"Date":"1/23/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":528,"Cost":447,"Date":"2/4/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":76,"Cost":57,"Date":"3/10/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":209,"Cost":126,"Date":"3/12/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":132,"Cost":107,"Date":"3/31/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":398,"Cost":367,"Date":"6/16/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":462,"Cost":342,"Date":"6/17/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":245,"Cost":125,"Date":"8/27/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":731,"Cost":587,"Date":"10/1/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":548,"Cost":365,"Date":"11/4/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":694,"Cost":540,"Date":"11/9/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":765,"Cost":419,"Date":"3/27/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":900,"Cost":607,"Date":"4/17/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":812,"Cost":605,"Date":"8/11/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":896,"Cost":451,"Date":"8/21/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":10,"Cost":8,"Date":"9/2/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":684,"Cost":474,"Date":"9/5/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":146,"Date":"9/14/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":171,"Cost":109,"Date":"9/20/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":283,"Cost":249,"Date":"11/20/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":784,"Cost":627,"Date":"12/21/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":24,"Cost":16,"Date":"1/7/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":807,"Cost":437,"Date":"1/21/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":442,"Cost":420,"Date":"2/9/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":870,"Cost":520,"Date":"3/19/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":410,"Cost":324,"Date":"4/3/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":252,"Cost":152,"Date":"4/5/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":223,"Cost":124,"Date":"4/28/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":78,"Cost":60,"Date":"7/10/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":488,"Cost":373,"Date":"3/25/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":422,"Cost":300,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":984,"Cost":604,"Date":"10/28/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":640,"Cost":393,"Date":"3/2/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":642,"Cost":390,"Date":"6/28/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":365,"Cost":262,"Date":"7/17/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":195,"Cost":171,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":871,"Cost":450,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":425,"Cost":249,"Date":"11/20/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":385,"Cost":346,"Date":"12/16/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":945,"Cost":793,"Date":"12/30/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":640,"Cost":497,"Date":"2/15/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":302,"Cost":151,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":491,"Cost":436,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":407,"Cost":284,"Date":"4/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":794,"Cost":498,"Date":"7/27/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":64,"Cost":36,"Date":"8/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":296,"Cost":166,"Date":"10/31/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":94,"Cost":67,"Date":"11/11/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":499,"Cost":376,"Date":"11/30/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":404,"Cost":334,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":989,"Cost":906,"Date":"3/1/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":794,"Cost":421,"Date":"4/13/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":346,"Cost":298,"Date":"5/20/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":484,"Cost":342,"Date":"8/13/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":610,"Cost":423,"Date":"9/15/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":964,"Cost":525,"Date":"10/14/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":138,"Cost":90,"Date":"10/28/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":191,"Cost":98,"Date":"11/11/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":175,"Cost":92,"Date":"12/7/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":238,"Cost":207,"Date":"12/21/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":267,"Cost":161,"Date":"1/6/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":106,"Cost":64,"Date":"1/23/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":130,"Cost":109,"Date":"2/4/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":194,"Cost":169,"Date":"3/10/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":376,"Cost":266,"Date":"3/12/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":439,"Cost":416,"Date":"3/31/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":40,"Cost":20,"Date":"6/16/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":944,"Cost":739,"Date":"6/17/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":940,"Cost":887,"Date":"8/27/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":386,"Cost":359,"Date":"10/1/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":44,"Cost":25,"Date":"11/4/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":266,"Cost":148,"Date":"11/9/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":329,"Cost":313,"Date":"3/27/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":117,"Cost":101,"Date":"4/17/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":984,"Cost":817,"Date":"8/11/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":424,"Cost":284,"Date":"8/21/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":41,"Cost":34,"Date":"9/2/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":607,"Cost":518,"Date":"9/5/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":673,"Cost":630,"Date":"9/14/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":486,"Cost":408,"Date":"9/20/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":308,"Cost":273,"Date":"11/20/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":709,"Cost":355,"Date":"12/21/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":635,"Cost":347,"Date":"1/7/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":138,"Cost":75,"Date":"1/21/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":550,"Cost":368,"Date":"2/9/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":173,"Cost":105,"Date":"3/19/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":142,"Cost":87,"Date":"4/3/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":15,"Cost":8,"Date":"4/5/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":672,"Cost":627,"Date":"4/28/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":453,"Cost":280,"Date":"7/10/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":412,"Cost":305,"Date":"3/25/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":130,"Cost":107,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":449,"Cost":361,"Date":"10/28/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":301,"Cost":225,"Date":"3/2/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":859,"Cost":763,"Date":"6/28/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":739,"Cost":481,"Date":"7/17/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":178,"Cost":107,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":871,"Cost":537,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":621,"Cost":333,"Date":"11/20/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":421,"Cost":236,"Date":"12/16/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":390,"Cost":253,"Date":"12/30/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":661,"Cost":402,"Date":"2/15/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":332,"Cost":292,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":891,"Cost":510,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":166,"Cost":110,"Date":"4/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":719,"Cost":481,"Date":"7/27/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":46,"Cost":29,"Date":"8/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":589,"Date":"10/31/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":975,"Cost":549,"Date":"11/11/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":875,"Cost":552,"Date":"11/30/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":685,"Cost":401,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":436,"Cost":372,"Date":"3/1/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":342,"Cost":220,"Date":"4/13/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":170,"Cost":103,"Date":"5/20/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":54,"Cost":43,"Date":"8/13/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":108,"Cost":87,"Date":"9/15/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":320,"Cost":188,"Date":"10/14/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":317,"Cost":221,"Date":"10/28/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":92,"Cost":82,"Date":"11/11/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":894,"Cost":555,"Date":"12/7/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":953,"Cost":620,"Date":"12/21/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":679,"Date":"1/6/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":400,"Cost":268,"Date":"1/23/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":346,"Cost":278,"Date":"2/4/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":850,"Cost":734,"Date":"3/10/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":426,"Cost":383,"Date":"3/12/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":107,"Cost":56,"Date":"3/31/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":509,"Cost":320,"Date":"6/16/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":56,"Cost":35,"Date":"6/17/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":709,"Cost":647,"Date":"8/27/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":262,"Cost":235,"Date":"10/1/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":671,"Cost":525,"Date":"11/4/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":596,"Cost":382,"Date":"11/9/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":423,"Cost":221,"Date":"3/27/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":951,"Cost":871,"Date":"4/17/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":705,"Cost":444,"Date":"8/11/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":293,"Cost":227,"Date":"8/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":745,"Cost":615,"Date":"9/2/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":582,"Cost":350,"Date":"9/5/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":567,"Cost":524,"Date":"9/14/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":968,"Cost":832,"Date":"9/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":278,"Cost":226,"Date":"11/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":28,"Cost":15,"Date":"12/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":772,"Cost":620,"Date":"1/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":195,"Cost":184,"Date":"1/21/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":873,"Cost":763,"Date":"2/9/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":696,"Cost":538,"Date":"3/19/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":229,"Cost":216,"Date":"4/3/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":394,"Cost":370,"Date":"4/5/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":932,"Cost":590,"Date":"4/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":171,"Date":"7/10/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":342,"Cost":205,"Date":"3/25/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":630,"Cost":347,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":41,"Cost":21,"Date":"10/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":826,"Cost":496,"Date":"3/2/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":185,"Cost":134,"Date":"6/28/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":802,"Cost":533,"Date":"7/17/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":553,"Cost":356,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":952,"Cost":838,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":636,"Cost":518,"Date":"11/20/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":446,"Cost":286,"Date":"12/16/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":60,"Cost":44,"Date":"12/30/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":62,"Cost":33,"Date":"2/15/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":536,"Cost":284,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":875,"Cost":827,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":91,"Cost":62,"Date":"4/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":917,"Cost":737,"Date":"7/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":697,"Cost":552,"Date":"8/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":334,"Cost":229,"Date":"10/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":142,"Cost":89,"Date":"11/11/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":395,"Cost":227,"Date":"11/30/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":368,"Cost":315,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":352,"Cost":325,"Date":"3/1/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":264,"Cost":133,"Date":"4/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":518,"Cost":262,"Date":"5/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":395,"Cost":214,"Date":"8/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":918,"Cost":672,"Date":"9/15/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":547,"Cost":390,"Date":"10/14/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":473,"Cost":398,"Date":"10/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":123,"Cost":99,"Date":"11/11/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":407,"Cost":228,"Date":"12/7/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":244,"Cost":213,"Date":"12/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":758,"Cost":500,"Date":"1/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":682,"Cost":609,"Date":"1/23/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":496,"Cost":446,"Date":"2/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":736,"Cost":634,"Date":"3/10/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":560,"Cost":390,"Date":"3/12/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":22,"Cost":19,"Date":"3/31/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":533,"Cost":412,"Date":"6/16/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":722,"Cost":403,"Date":"6/17/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":715,"Cost":600,"Date":"8/27/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":182,"Cost":124,"Date":"10/1/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":355,"Cost":255,"Date":"11/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":43,"Cost":28,"Date":"11/9/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":240,"Cost":166,"Date":"3/27/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":634,"Cost":377,"Date":"4/17/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":249,"Cost":159,"Date":"8/11/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":5,"Cost":5,"Date":"8/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":257,"Cost":166,"Date":"9/2/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":252,"Cost":215,"Date":"9/5/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":317,"Cost":266,"Date":"9/14/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":486,"Cost":282,"Date":"9/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":286,"Cost":192,"Date":"11/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":376,"Cost":274,"Date":"12/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":501,"Cost":461,"Date":"1/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":225,"Cost":189,"Date":"1/21/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":513,"Cost":294,"Date":"2/9/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":596,"Cost":440,"Date":"3/19/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":1000,"Cost":719,"Date":"4/3/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":572,"Cost":369,"Date":"4/5/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":572,"Cost":382,"Date":"4/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":203,"Cost":121,"Date":"7/10/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":95,"Cost":58,"Date":"3/25/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":144,"Cost":129,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":31,"Cost":28,"Date":"10/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":124,"Date":"3/2/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":931,"Cost":865,"Date":"6/28/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":391,"Cost":325,"Date":"7/17/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":233,"Cost":120,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":306,"Cost":271,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":683,"Cost":496,"Date":"11/20/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":82,"Date":"12/16/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":57,"Cost":50,"Date":"12/30/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":79,"Cost":48,"Date":"2/15/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":808,"Cost":737,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":228,"Cost":129,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":902,"Cost":472,"Date":"4/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":560,"Cost":360,"Date":"7/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":377,"Cost":218,"Date":"8/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":430,"Cost":405,"Date":"10/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":742,"Cost":482,"Date":"11/11/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":371,"Cost":295,"Date":"11/30/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":541,"Cost":468,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":120,"Cost":75,"Date":"3/1/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":197,"Cost":164,"Date":"4/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":626,"Cost":527,"Date":"5/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":400,"Cost":251,"Date":"8/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":933,"Cost":511,"Date":"9/15/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":575,"Cost":487,"Date":"10/14/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":279,"Cost":202,"Date":"10/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":549,"Cost":522,"Date":"11/11/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":212,"Cost":152,"Date":"12/7/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":750,"Cost":484,"Date":"12/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":860,"Cost":511,"Date":"1/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":829,"Cost":661,"Date":"1/23/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":326,"Cost":256,"Date":"2/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":795,"Cost":428,"Date":"3/10/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":631,"Cost":493,"Date":"3/12/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":654,"Cost":558,"Date":"3/31/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":431,"Cost":323,"Date":"6/16/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":488,"Cost":406,"Date":"6/17/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":917,"Cost":746,"Date":"8/27/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":717,"Cost":425,"Date":"10/1/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":519,"Cost":380,"Date":"11/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":728,"Cost":634,"Date":"11/9/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":760,"Cost":685,"Date":"3/27/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":50,"Cost":38,"Date":"4/17/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":355,"Cost":196,"Date":"8/11/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":354,"Cost":311,"Date":"8/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":155,"Cost":89,"Date":"9/2/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":944,"Cost":614,"Date":"9/5/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":514,"Cost":349,"Date":"9/14/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":4,"Cost":2,"Date":"9/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":419,"Cost":341,"Date":"11/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":607,"Cost":517,"Date":"12/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":231,"Cost":164,"Date":"1/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":734,"Cost":527,"Date":"1/21/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":850,"Cost":714,"Date":"2/9/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":97,"Date":"3/19/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":835,"Cost":710,"Date":"4/3/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":398,"Cost":362,"Date":"4/5/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":329,"Cost":236,"Date":"4/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":900,"Cost":720,"Date":"7/10/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":500,"Cost":267,"Date":"3/25/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":227,"Cost":144,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":354,"Cost":187,"Date":"10/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":173,"Cost":144,"Date":"3/2/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":349,"Cost":197,"Date":"6/28/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":24,"Cost":12,"Date":"7/17/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":378,"Cost":329,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":616,"Cost":557,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":822,"Cost":721,"Date":"11/20/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":992,"Cost":833,"Date":"12/16/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":727,"Cost":534,"Date":"12/30/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":914,"Cost":604,"Date":"2/15/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":629,"Cost":488,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":415,"Cost":308,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":269,"Cost":206,"Date":"4/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":413,"Cost":275,"Date":"7/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":803,"Cost":560,"Date":"8/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":90,"Cost":74,"Date":"10/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":971,"Cost":522,"Date":"11/11/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":533,"Cost":431,"Date":"11/30/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":828,"Cost":721,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":93,"Date":"3/1/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":581,"Cost":485,"Date":"4/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":524,"Cost":361,"Date":"5/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":883,"Cost":480,"Date":"8/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":392,"Cost":369,"Date":"9/15/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":961,"Cost":545,"Date":"10/14/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":229,"Cost":192,"Date":"10/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":418,"Cost":350,"Date":"11/11/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":246,"Cost":203,"Date":"12/7/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":533,"Cost":345,"Date":"12/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":681,"Cost":607,"Date":"1/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":136,"Date":"1/23/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":102,"Cost":91,"Date":"2/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":487,"Cost":439,"Date":"3/10/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":774,"Cost":684,"Date":"3/12/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":553,"Cost":282,"Date":"3/31/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":695,"Cost":556,"Date":"6/16/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":433,"Cost":341,"Date":"6/17/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":602,"Cost":379,"Date":"8/27/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":811,"Cost":607,"Date":"10/1/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":97,"Cost":85,"Date":"11/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":881,"Cost":501,"Date":"11/9/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":916,"Cost":731,"Date":"3/27/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":965,"Cost":750,"Date":"4/17/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":441,"Cost":282,"Date":"8/11/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":767,"Cost":551,"Date":"8/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":646,"Cost":324,"Date":"9/2/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":777,"Cost":433,"Date":"9/5/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":359,"Cost":325,"Date":"9/14/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":459,"Cost":294,"Date":"9/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":935,"Cost":526,"Date":"11/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":55,"Cost":42,"Date":"12/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":902,"Cost":808,"Date":"1/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":891,"Cost":587,"Date":"1/21/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":274,"Cost":160,"Date":"2/9/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":25,"Cost":21,"Date":"3/19/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":323,"Cost":168,"Date":"4/3/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":301,"Cost":254,"Date":"4/5/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":773,"Cost":581,"Date":"4/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":36,"Cost":34,"Date":"7/10/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":911,"Cost":841,"Date":"3/25/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":725,"Cost":371,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":838,"Cost":757,"Date":"10/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":918,"Cost":817,"Date":"3/2/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":565,"Cost":457,"Date":"6/28/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":307,"Cost":233,"Date":"7/17/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":968,"Cost":643,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":263,"Cost":170,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":705,"Cost":564,"Date":"11/20/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":780,"Cost":497,"Date":"12/16/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":947,"Cost":615,"Date":"12/30/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":212,"Cost":183,"Date":"2/15/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":734,"Cost":482,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":325,"Cost":179,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":804,"Cost":695,"Date":"4/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":883,"Cost":658,"Date":"7/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":462,"Cost":327,"Date":"8/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":680,"Cost":555,"Date":"10/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":66,"Cost":54,"Date":"11/11/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":189,"Cost":123,"Date":"11/30/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":7,"Cost":6,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":538,"Cost":501,"Date":"3/1/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":790,"Cost":587,"Date":"4/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":528,"Cost":384,"Date":"5/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":131,"Cost":73,"Date":"8/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":174,"Cost":118,"Date":"9/15/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":353,"Cost":178,"Date":"10/14/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":976,"Cost":571,"Date":"10/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":55,"Cost":39,"Date":"11/11/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":637,"Cost":479,"Date":"12/7/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":298,"Cost":173,"Date":"12/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":65,"Cost":33,"Date":"1/6/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":640,"Cost":385,"Date":"1/23/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":803,"Cost":574,"Date":"2/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":19,"Cost":12,"Date":"3/10/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":761,"Cost":709,"Date":"3/12/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":572,"Cost":531,"Date":"3/31/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":239,"Cost":202,"Date":"6/16/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":386,"Cost":294,"Date":"6/17/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":727,"Cost":612,"Date":"8/27/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":273,"Cost":257,"Date":"10/1/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":812,"Cost":540,"Date":"11/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":54,"Cost":46,"Date":"11/9/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":289,"Cost":205,"Date":"3/27/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":552,"Cost":391,"Date":"4/17/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":101,"Cost":71,"Date":"8/11/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":201,"Cost":162,"Date":"8/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":95,"Cost":88,"Date":"9/2/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":263,"Cost":246,"Date":"9/5/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":314,"Cost":244,"Date":"9/14/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":740,"Cost":383,"Date":"9/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":106,"Cost":80,"Date":"11/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":938,"Cost":518,"Date":"12/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":278,"Cost":201,"Date":"1/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":705,"Cost":477,"Date":"1/21/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":621,"Cost":349,"Date":"2/9/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":837,"Cost":485,"Date":"3/19/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":689,"Cost":570,"Date":"4/3/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":667,"Cost":393,"Date":"4/5/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":174,"Cost":119,"Date":"4/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":178,"Cost":129,"Date":"7/10/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":147,"Cost":102,"Date":"3/25/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":203,"Cost":146,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":726,"Cost":438,"Date":"10/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":371,"Cost":284,"Date":"3/2/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":698,"Cost":480,"Date":"6/28/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":824,"Cost":704,"Date":"7/17/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":370,"Cost":330,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":738,"Cost":396,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":142,"Cost":88,"Date":"11/20/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":659,"Cost":421,"Date":"12/16/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":403,"Cost":291,"Date":"12/30/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":449,"Cost":418,"Date":"2/15/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":978,"Cost":542,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":28,"Cost":22,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":319,"Cost":245,"Date":"4/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":540,"Cost":329,"Date":"7/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":275,"Cost":241,"Date":"8/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":770,"Cost":668,"Date":"10/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":221,"Cost":155,"Date":"11/11/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":822,"Cost":486,"Date":"11/30/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":987,"Cost":919,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":100,"Cost":84,"Date":"3/1/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":784,"Cost":649,"Date":"4/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":877,"Cost":808,"Date":"5/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":977,"Cost":542,"Date":"8/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":696,"Cost":629,"Date":"9/15/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":227,"Cost":201,"Date":"10/14/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":116,"Cost":81,"Date":"10/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":434,"Cost":331,"Date":"11/11/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":835,"Cost":551,"Date":"12/7/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":827,"Cost":500,"Date":"12/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":306,"Cost":248,"Date":"1/6/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":547,"Cost":296,"Date":"1/23/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":467,"Cost":243,"Date":"2/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":793,"Cost":575,"Date":"3/10/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":289,"Cost":229,"Date":"3/12/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":231,"Cost":188,"Date":"3/31/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":618,"Cost":348,"Date":"6/16/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":641,"Cost":521,"Date":"6/17/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":314,"Cost":179,"Date":"8/27/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":761,"Cost":627,"Date":"10/1/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":292,"Cost":270,"Date":"11/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":195,"Cost":158,"Date":"11/9/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":994,"Cost":540,"Date":"3/27/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":961,"Cost":584,"Date":"4/17/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":730,"Cost":651,"Date":"8/11/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":770,"Cost":588,"Date":"8/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":668,"Cost":473,"Date":"9/2/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":20,"Cost":16,"Date":"9/5/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":543,"Cost":459,"Date":"9/14/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":206,"Cost":159,"Date":"9/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":797,"Cost":681,"Date":"11/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":236,"Cost":174,"Date":"12/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":85,"Cost":50,"Date":"1/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":119,"Cost":111,"Date":"1/21/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":101,"Cost":87,"Date":"2/9/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":767,"Cost":523,"Date":"3/19/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":277,"Cost":258,"Date":"4/3/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":326,"Cost":172,"Date":"4/5/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":305,"Cost":259,"Date":"4/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":622,"Cost":374,"Date":"7/10/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":869,"Cost":645,"Date":"3/25/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":777,"Cost":708,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":210,"Cost":106,"Date":"10/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":744,"Cost":452,"Date":"3/2/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":596,"Cost":339,"Date":"6/28/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":495,"Cost":333,"Date":"7/17/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":509,"Cost":448,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":485,"Cost":426,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":351,"Cost":248,"Date":"11/20/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":587,"Cost":370,"Date":"12/16/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":882,"Cost":448,"Date":"12/30/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":690,"Cost":615,"Date":"2/15/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":593,"Cost":406,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":173,"Cost":88,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":6,"Cost":5,"Date":"4/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":34,"Cost":30,"Date":"7/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":786,"Cost":431,"Date":"8/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":992,"Cost":623,"Date":"10/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":218,"Cost":176,"Date":"11/11/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":5,"Cost":4,"Date":"11/30/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":669,"Cost":494,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":140,"Cost":129,"Date":"3/1/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":628,"Cost":326,"Date":"4/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":747,"Cost":664,"Date":"5/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":405,"Cost":291,"Date":"8/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":560,"Cost":375,"Date":"9/15/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":833,"Cost":597,"Date":"10/14/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":911,"Cost":811,"Date":"10/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":306,"Cost":180,"Date":"11/11/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":173,"Cost":105,"Date":"12/7/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":170,"Cost":97,"Date":"12/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":82,"Cost":52,"Date":"1/6/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":254,"Cost":237,"Date":"1/23/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":35,"Cost":19,"Date":"2/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":187,"Cost":123,"Date":"3/10/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":181,"Cost":90,"Date":"3/12/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":760,"Cost":683,"Date":"3/31/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":143,"Cost":116,"Date":"6/16/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":366,"Cost":346,"Date":"6/17/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":283,"Cost":180,"Date":"8/27/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":47,"Cost":32,"Date":"10/1/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":546,"Cost":286,"Date":"11/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":439,"Cost":338,"Date":"11/9/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":544,"Cost":328,"Date":"3/27/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":815,"Cost":581,"Date":"4/17/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":342,"Cost":192,"Date":"8/11/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":14,"Cost":10,"Date":"8/21/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":246,"Cost":127,"Date":"9/2/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":724,"Cost":624,"Date":"9/5/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":573,"Cost":326,"Date":"9/14/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":91,"Cost":56,"Date":"9/20/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":30,"Cost":20,"Date":"11/20/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":245,"Cost":128,"Date":"12/21/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":472,"Cost":308,"Date":"1/7/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":105,"Cost":72,"Date":"1/21/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":251,"Cost":205,"Date":"2/9/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":964,"Cost":822,"Date":"3/19/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":100,"Cost":83,"Date":"4/3/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":539,"Cost":470,"Date":"4/5/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":907,"Cost":610,"Date":"4/28/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":89,"Cost":68,"Date":"7/10/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":489,"Cost":254,"Date":"3/25/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":514,"Cost":391,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":449,"Cost":273,"Date":"10/28/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":541,"Cost":349,"Date":"3/2/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":386,"Cost":286,"Date":"6/28/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":679,"Cost":551,"Date":"7/17/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":312,"Cost":206,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":294,"Cost":247,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":701,"Cost":406,"Date":"11/20/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":273,"Cost":216,"Date":"12/16/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":784,"Cost":496,"Date":"12/30/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":62,"Cost":41,"Date":"2/15/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":604,"Cost":325,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":275,"Cost":139,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":766,"Cost":658,"Date":"4/18/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":558,"Cost":480,"Date":"7/27/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":945,"Cost":662,"Date":"8/18/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":911,"Cost":573,"Date":"10/31/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":343,"Cost":215,"Date":"11/11/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":659,"Cost":366,"Date":"11/30/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":919,"Cost":580,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":708,"Cost":356,"Date":"3/1/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":64,"Cost":40,"Date":"4/13/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":12,"Cost":10,"Date":"5/20/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":183,"Cost":171,"Date":"8/13/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":524,"Cost":278,"Date":"9/15/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":740,"Cost":372,"Date":"10/14/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":483,"Cost":316,"Date":"10/28/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":796,"Cost":487,"Date":"11/11/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":192,"Cost":177,"Date":"12/7/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":339,"Cost":172,"Date":"12/21/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":54,"Cost":33,"Date":"1/6/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":687,"Cost":443,"Date":"1/23/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":184,"Cost":161,"Date":"2/4/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":71,"Cost":40,"Date":"3/10/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":676,"Cost":563,"Date":"3/12/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":664,"Cost":489,"Date":"3/31/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":299,"Cost":260,"Date":"6/16/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":883,"Cost":788,"Date":"6/17/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":886,"Cost":667,"Date":"8/27/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":160,"Cost":126,"Date":"10/1/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":236,"Cost":187,"Date":"11/4/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":451,"Cost":225,"Date":"11/9/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":672,"Cost":342,"Date":"3/27/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":982,"Cost":604,"Date":"4/17/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":623,"Cost":468,"Date":"8/11/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":167,"Cost":101,"Date":"8/21/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":365,"Cost":269,"Date":"9/2/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":710,"Cost":506,"Date":"9/5/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":250,"Cost":226,"Date":"9/14/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":611,"Cost":506,"Date":"9/20/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":765,"Cost":394,"Date":"11/20/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":985,"Cost":538,"Date":"12/21/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":970,"Cost":621,"Date":"1/7/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":421,"Cost":294,"Date":"1/21/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":490,"Cost":441,"Date":"2/9/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":67,"Cost":52,"Date":"3/19/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":793,"Cost":531,"Date":"4/3/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":147,"Cost":91,"Date":"4/5/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":637,"Cost":572,"Date":"4/28/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":167,"Cost":105,"Date":"7/10/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":605,"Cost":452,"Date":"3/25/2020"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":424,"Cost":266,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":780,"Cost":608,"Date":"10/28/2020"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":529,"Cost":305,"Date":"3/2/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":527,"Cost":500,"Date":"6/28/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":776,"Cost":623,"Date":"7/17/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":861,"Cost":695,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":601,"Cost":546,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":898,"Cost":836,"Date":"11/20/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":157,"Cost":97,"Date":"12/16/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":42,"Cost":22,"Date":"12/30/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":987,"Cost":692,"Date":"2/15/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":73,"Cost":56,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":715,"Cost":613,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":940,"Cost":591,"Date":"4/18/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":46,"Cost":28,"Date":"7/27/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":938,"Cost":512,"Date":"8/18/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":418,"Cost":298,"Date":"10/31/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":350,"Cost":205,"Date":"11/11/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":899,"Cost":769,"Date":"11/30/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":985,"Cost":751,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":373,"Cost":290,"Date":"3/1/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":206,"Cost":155,"Date":"4/13/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":308,"Cost":235,"Date":"5/20/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":75,"Cost":48,"Date":"8/13/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":957,"Cost":791,"Date":"9/15/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":389,"Cost":295,"Date":"10/14/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":209,"Cost":123,"Date":"10/28/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":736,"Cost":509,"Date":"11/11/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":382,"Cost":344,"Date":"12/7/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":899,"Cost":527,"Date":"12/21/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":31,"Cost":21,"Date":"1/6/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":764,"Cost":603,"Date":"1/23/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":302,"Cost":211,"Date":"2/4/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":771,"Cost":449,"Date":"3/10/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":656,"Cost":505,"Date":"3/12/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":350,"Cost":319,"Date":"3/31/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":850,"Cost":721,"Date":"6/16/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":1000,"Cost":634,"Date":"6/17/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":194,"Cost":170,"Date":"8/27/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":9,"Cost":4,"Date":"10/1/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":508,"Cost":479,"Date":"11/4/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":273,"Cost":181,"Date":"11/9/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":39,"Cost":23,"Date":"3/27/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":232,"Cost":181,"Date":"4/17/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":468,"Cost":274,"Date":"8/11/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":881,"Cost":666,"Date":"8/21/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":483,"Cost":333,"Date":"9/2/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":435,"Cost":389,"Date":"9/5/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":349,"Cost":223,"Date":"9/14/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":578,"Cost":341,"Date":"9/20/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":136,"Cost":69,"Date":"11/20/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":584,"Cost":406,"Date":"12/21/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":58,"Cost":38,"Date":"1/7/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":274,"Cost":146,"Date":"1/21/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":240,"Cost":144,"Date":"2/9/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":901,"Cost":651,"Date":"3/19/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":310,"Cost":279,"Date":"4/3/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":800,"Cost":728,"Date":"4/5/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":692,"Cost":610,"Date":"4/28/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":314,"Cost":261,"Date":"7/10/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":384,"Cost":356,"Date":"3/25/2020"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":637,"Cost":383,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":812,"Cost":526,"Date":"10/28/2020"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":798,"Cost":577,"Date":"3/2/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":25,"Cost":19,"Date":"6/28/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":485,"Cost":431,"Date":"7/17/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":192,"Cost":107,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":944,"Cost":576,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":38,"Cost":26,"Date":"11/20/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":731,"Cost":408,"Date":"12/16/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":455,"Cost":364,"Date":"12/30/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":835,"Cost":758,"Date":"2/15/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":172,"Cost":139,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":341,"Cost":300,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":323,"Cost":162,"Date":"4/18/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":227,"Cost":209,"Date":"7/27/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":901,"Cost":537,"Date":"8/18/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":203,"Cost":136,"Date":"10/31/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":311,"Cost":156,"Date":"11/11/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":123,"Cost":68,"Date":"11/30/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":535,"Cost":338,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":699,"Cost":641,"Date":"3/1/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":756,"Cost":574,"Date":"4/13/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":924,"Cost":538,"Date":"5/20/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":790,"Cost":655,"Date":"8/13/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":396,"Cost":240,"Date":"9/15/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":511,"Cost":412,"Date":"10/14/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":227,"Cost":170,"Date":"10/28/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":540,"Cost":317,"Date":"11/11/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":440,"Cost":392,"Date":"12/7/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":984,"Cost":749,"Date":"12/21/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":609,"Cost":424,"Date":"1/6/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":530,"Cost":462,"Date":"1/23/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":697,"Cost":435,"Date":"2/4/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":625,"Cost":400,"Date":"3/10/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":483,"Cost":305,"Date":"3/12/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":789,"Cost":455,"Date":"3/31/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":294,"Cost":173,"Date":"6/16/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":998,"Cost":580,"Date":"6/17/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":881,"Cost":765,"Date":"8/27/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":894,"Cost":737,"Date":"10/1/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":86,"Cost":64,"Date":"11/4/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":118,"Cost":98,"Date":"11/9/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":855,"Cost":632,"Date":"3/27/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":398,"Cost":253,"Date":"4/17/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":692,"Cost":578,"Date":"8/11/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":285,"Cost":169,"Date":"8/21/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":477,"Cost":303,"Date":"9/2/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":551,"Cost":414,"Date":"9/5/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":400,"Cost":217,"Date":"9/14/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":846,"Cost":435,"Date":"9/20/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":509,"Date":"11/20/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":600,"Cost":351,"Date":"12/21/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":79,"Cost":71,"Date":"1/7/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":477,"Cost":445,"Date":"1/21/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":962,"Cost":900,"Date":"2/9/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":937,"Cost":837,"Date":"3/19/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":384,"Cost":344,"Date":"4/3/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":622,"Date":"4/5/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":378,"Cost":210,"Date":"4/28/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":121,"Cost":86,"Date":"7/10/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":357,"Cost":239,"Date":"3/25/2020"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":485,"Cost":399,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":419,"Cost":244,"Date":"10/28/2020"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":451,"Cost":322,"Date":"3/2/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":450,"Cost":317,"Date":"6/28/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":550,"Cost":470,"Date":"7/17/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":677,"Cost":575,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":16,"Cost":14,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":892,"Cost":581,"Date":"11/20/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":247,"Cost":214,"Date":"12/16/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":79,"Cost":67,"Date":"12/30/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":397,"Cost":370,"Date":"2/15/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":467,"Cost":250,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":819,"Cost":424,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":651,"Cost":421,"Date":"4/18/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":976,"Cost":843,"Date":"7/27/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":538,"Cost":471,"Date":"8/18/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":598,"Cost":568,"Date":"10/31/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":77,"Cost":38,"Date":"11/11/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":503,"Cost":350,"Date":"11/30/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":110,"Cost":83,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":520,"Date":"3/1/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":535,"Cost":295,"Date":"4/13/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":804,"Cost":428,"Date":"5/20/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":799,"Cost":564,"Date":"8/13/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":811,"Cost":734,"Date":"9/15/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":144,"Cost":104,"Date":"10/14/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":930,"Cost":499,"Date":"10/28/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":693,"Cost":552,"Date":"11/11/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":515,"Cost":280,"Date":"12/7/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":887,"Cost":539,"Date":"12/21/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":553,"Cost":455,"Date":"1/6/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":272,"Cost":212,"Date":"1/23/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":608,"Cost":571,"Date":"2/4/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":452,"Cost":414,"Date":"3/10/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":331,"Cost":263,"Date":"3/12/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":12,"Cost":8,"Date":"3/31/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":589,"Cost":382,"Date":"6/16/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":820,"Cost":619,"Date":"6/17/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":951,"Cost":490,"Date":"8/27/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":124,"Cost":92,"Date":"10/1/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":184,"Cost":150,"Date":"11/4/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":638,"Cost":581,"Date":"11/9/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":196,"Cost":112,"Date":"3/27/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":464,"Cost":380,"Date":"4/17/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":74,"Cost":70,"Date":"8/11/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":334,"Cost":253,"Date":"8/21/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":712,"Cost":573,"Date":"9/2/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":175,"Cost":125,"Date":"9/5/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":978,"Cost":675,"Date":"9/14/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":674,"Cost":343,"Date":"9/20/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":601,"Cost":380,"Date":"11/20/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":765,"Cost":508,"Date":"12/21/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":867,"Cost":767,"Date":"1/7/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":535,"Cost":268,"Date":"1/21/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":735,"Cost":418,"Date":"2/9/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":184,"Cost":146,"Date":"3/19/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":21,"Cost":11,"Date":"4/3/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":831,"Cost":735,"Date":"4/5/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":187,"Cost":120,"Date":"4/28/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":776,"Cost":686,"Date":"7/10/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":203,"Cost":177,"Date":"3/25/2020"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":813,"Cost":593,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":321,"Cost":193,"Date":"10/28/2020"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":868,"Cost":646,"Date":"3/2/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":645,"Cost":483,"Date":"6/28/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":777,"Cost":686,"Date":"7/17/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":436,"Cost":330,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":111,"Cost":57,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":66,"Cost":34,"Date":"11/20/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":592,"Cost":521,"Date":"12/16/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":346,"Cost":234,"Date":"12/30/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":9,"Cost":5,"Date":"2/15/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":102,"Cost":66,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":36,"Cost":25,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":599,"Cost":505,"Date":"4/18/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":671,"Cost":516,"Date":"7/27/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":41,"Cost":29,"Date":"8/18/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":594,"Cost":564,"Date":"10/31/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":443,"Cost":304,"Date":"11/11/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":482,"Cost":324,"Date":"11/30/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":628,"Cost":409,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":22,"Cost":19,"Date":"3/1/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":247,"Cost":219,"Date":"4/13/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":821,"Cost":470,"Date":"5/20/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":749,"Cost":701,"Date":"8/13/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":360,"Cost":217,"Date":"9/15/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":174,"Cost":114,"Date":"10/14/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":923,"Cost":765,"Date":"10/28/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":418,"Cost":272,"Date":"11/11/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":194,"Cost":173,"Date":"12/7/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":857,"Cost":633,"Date":"12/21/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":867,"Cost":560,"Date":"1/6/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":701,"Cost":507,"Date":"1/23/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":399,"Cost":262,"Date":"2/4/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":564,"Cost":475,"Date":"3/10/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":569,"Cost":285,"Date":"3/12/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":63,"Cost":46,"Date":"3/31/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":789,"Cost":437,"Date":"6/16/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":724,"Cost":393,"Date":"6/17/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":290,"Cost":215,"Date":"8/27/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":199,"Cost":185,"Date":"10/1/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":93,"Cost":65,"Date":"11/4/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":576,"Cost":384,"Date":"11/9/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":293,"Cost":227,"Date":"3/27/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":601,"Cost":475,"Date":"4/17/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":680,"Cost":491,"Date":"8/11/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":637,"Cost":526,"Date":"8/21/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":44,"Cost":28,"Date":"9/2/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":696,"Cost":529,"Date":"9/5/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":858,"Cost":481,"Date":"9/14/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":550,"Cost":488,"Date":"9/20/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":649,"Cost":380,"Date":"11/20/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":311,"Cost":289,"Date":"12/21/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":432,"Cost":386,"Date":"1/7/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":452,"Cost":336,"Date":"1/21/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":874,"Cost":820,"Date":"2/9/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":454,"Cost":327,"Date":"3/19/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":665,"Cost":605,"Date":"4/3/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":1000,"Cost":538,"Date":"4/5/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":370,"Cost":344,"Date":"4/28/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":402,"Cost":324,"Date":"7/10/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":600,"Cost":522,"Date":"3/25/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":976,"Cost":607,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":521,"Cost":375,"Date":"10/28/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":651,"Cost":475,"Date":"3/2/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":728,"Cost":433,"Date":"6/28/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":22,"Cost":12,"Date":"7/17/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":251,"Cost":146,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":108,"Cost":72,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":260,"Cost":202,"Date":"11/20/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":76,"Cost":68,"Date":"12/16/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":146,"Cost":93,"Date":"12/30/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":714,"Cost":380,"Date":"2/15/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":277,"Cost":222,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":549,"Cost":458,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":299,"Cost":180,"Date":"4/18/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":757,"Cost":516,"Date":"7/27/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":211,"Cost":157,"Date":"8/18/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":841,"Cost":764,"Date":"10/31/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":77,"Cost":54,"Date":"11/11/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":843,"Cost":715,"Date":"11/30/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":733,"Cost":409,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":296,"Cost":192,"Date":"3/1/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":982,"Cost":723,"Date":"4/13/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":21,"Cost":20,"Date":"5/20/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":688,"Cost":395,"Date":"8/13/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":134,"Cost":100,"Date":"9/15/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":259,"Cost":181,"Date":"10/14/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":744,"Cost":580,"Date":"10/28/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":360,"Cost":234,"Date":"11/11/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":994,"Cost":701,"Date":"12/7/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":696,"Cost":490,"Date":"12/21/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":630,"Cost":339,"Date":"1/6/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":242,"Cost":229,"Date":"1/23/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":299,"Cost":199,"Date":"2/4/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":296,"Cost":180,"Date":"3/10/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":834,"Cost":498,"Date":"3/12/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":353,"Cost":307,"Date":"3/31/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":241,"Cost":147,"Date":"6/16/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":771,"Cost":513,"Date":"6/17/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":457,"Cost":280,"Date":"8/27/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":159,"Cost":100,"Date":"10/1/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":651,"Cost":456,"Date":"11/4/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":604,"Cost":334,"Date":"11/9/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":598,"Cost":499,"Date":"3/27/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":716,"Cost":562,"Date":"4/17/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":435,"Cost":272,"Date":"8/11/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":623,"Cost":458,"Date":"8/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":902,"Cost":663,"Date":"9/2/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":571,"Cost":317,"Date":"9/5/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":867,"Cost":538,"Date":"9/14/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":109,"Cost":65,"Date":"9/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":909,"Cost":778,"Date":"11/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":679,"Cost":364,"Date":"12/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":555,"Cost":490,"Date":"1/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":525,"Cost":304,"Date":"1/21/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":761,"Cost":623,"Date":"2/9/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":875,"Cost":445,"Date":"3/19/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":677,"Cost":492,"Date":"4/3/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":171,"Cost":93,"Date":"4/5/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":267,"Cost":236,"Date":"4/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":331,"Cost":271,"Date":"7/10/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":760,"Cost":384,"Date":"3/25/2020"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":150,"Cost":116,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":62,"Cost":37,"Date":"10/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":435,"Cost":369,"Date":"3/2/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":40,"Cost":23,"Date":"6/28/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":739,"Cost":381,"Date":"7/17/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":916,"Cost":827,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":671,"Cost":536,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":660,"Cost":382,"Date":"11/20/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":521,"Cost":274,"Date":"12/16/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":812,"Cost":771,"Date":"12/30/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":629,"Cost":499,"Date":"2/15/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":67,"Cost":37,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":481,"Cost":307,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":927,"Cost":650,"Date":"4/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":15,"Cost":10,"Date":"7/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":5,"Cost":5,"Date":"8/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":23,"Cost":14,"Date":"10/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":336,"Cost":207,"Date":"11/11/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":63,"Cost":34,"Date":"11/30/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":698,"Cost":546,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":352,"Cost":196,"Date":"3/1/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":538,"Cost":464,"Date":"4/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":210,"Cost":163,"Date":"5/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":149,"Cost":116,"Date":"8/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":451,"Cost":402,"Date":"9/15/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":908,"Cost":567,"Date":"10/14/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":971,"Cost":901,"Date":"10/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":562,"Cost":521,"Date":"11/11/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":322,"Cost":276,"Date":"12/7/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":482,"Cost":242,"Date":"12/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":945,"Cost":512,"Date":"1/6/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":476,"Cost":373,"Date":"1/23/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":684,"Cost":386,"Date":"2/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":627,"Cost":537,"Date":"3/10/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":957,"Cost":723,"Date":"3/12/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":818,"Cost":594,"Date":"3/31/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":368,"Cost":244,"Date":"6/16/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":178,"Cost":130,"Date":"6/17/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":769,"Cost":404,"Date":"8/27/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":478,"Cost":328,"Date":"10/1/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":664,"Cost":446,"Date":"11/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":692,"Cost":439,"Date":"11/9/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":898,"Cost":697,"Date":"3/27/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":421,"Cost":248,"Date":"4/17/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":636,"Cost":557,"Date":"8/11/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":518,"Cost":369,"Date":"8/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":194,"Cost":182,"Date":"9/2/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":7,"Cost":6,"Date":"9/5/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":29,"Cost":24,"Date":"9/14/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":278,"Cost":160,"Date":"9/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":762,"Cost":497,"Date":"11/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":467,"Cost":341,"Date":"12/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":81,"Cost":43,"Date":"1/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":521,"Cost":327,"Date":"1/21/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":491,"Cost":257,"Date":"2/9/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":671,"Cost":610,"Date":"3/19/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":591,"Cost":324,"Date":"4/3/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":533,"Cost":464,"Date":"4/5/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":647,"Cost":384,"Date":"4/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":307,"Cost":214,"Date":"7/10/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":153,"Cost":129,"Date":"3/25/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":524,"Cost":381,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":666,"Cost":407,"Date":"10/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":6,"Cost":3,"Date":"3/2/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":887,"Cost":675,"Date":"6/28/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":955,"Cost":841,"Date":"7/17/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":867,"Cost":794,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":633,"Cost":534,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":861,"Cost":501,"Date":"11/20/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":391,"Cost":207,"Date":"12/16/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":260,"Cost":152,"Date":"12/30/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":862,"Cost":746,"Date":"2/15/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":201,"Cost":102,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":645,"Cost":410,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":881,"Cost":806,"Date":"4/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":279,"Cost":193,"Date":"7/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":181,"Cost":140,"Date":"8/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":744,"Cost":393,"Date":"10/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":431,"Cost":344,"Date":"11/11/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":528,"Cost":277,"Date":"11/30/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":897,"Cost":496,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":698,"Cost":496,"Date":"3/1/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":872,"Cost":769,"Date":"4/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":491,"Cost":320,"Date":"5/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":626,"Cost":536,"Date":"8/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":139,"Cost":123,"Date":"9/15/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":825,"Cost":525,"Date":"10/14/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":387,"Cost":211,"Date":"10/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":137,"Cost":73,"Date":"11/11/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":296,"Date":"12/7/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":460,"Cost":310,"Date":"12/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":709,"Cost":390,"Date":"1/6/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":303,"Cost":259,"Date":"1/23/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":367,"Cost":302,"Date":"2/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":318,"Cost":185,"Date":"3/10/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":356,"Cost":224,"Date":"3/12/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":662,"Cost":553,"Date":"3/31/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":294,"Cost":168,"Date":"6/16/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":626,"Cost":545,"Date":"6/17/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":935,"Cost":839,"Date":"8/27/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":748,"Cost":614,"Date":"10/1/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":219,"Cost":175,"Date":"11/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":303,"Cost":230,"Date":"11/9/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":701,"Cost":604,"Date":"3/27/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":221,"Cost":131,"Date":"4/17/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":229,"Cost":117,"Date":"8/11/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":335,"Cost":244,"Date":"8/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":643,"Cost":488,"Date":"9/2/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":866,"Cost":515,"Date":"9/5/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":111,"Cost":92,"Date":"9/14/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":838,"Cost":476,"Date":"9/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":733,"Cost":621,"Date":"11/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":321,"Cost":290,"Date":"12/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":385,"Cost":349,"Date":"1/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":322,"Cost":278,"Date":"1/21/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":839,"Cost":447,"Date":"2/9/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":23,"Cost":19,"Date":"3/19/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":627,"Cost":585,"Date":"4/3/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":927,"Cost":846,"Date":"4/5/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":33,"Cost":23,"Date":"4/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":854,"Cost":555,"Date":"7/10/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":600,"Date":"3/25/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":203,"Cost":150,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":972,"Cost":769,"Date":"10/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":712,"Cost":517,"Date":"3/2/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":683,"Cost":347,"Date":"6/28/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":740,"Cost":540,"Date":"7/17/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":241,"Cost":125,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":398,"Cost":313,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":200,"Cost":124,"Date":"11/20/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":800,"Cost":405,"Date":"12/16/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":849,"Cost":725,"Date":"12/30/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":407,"Cost":274,"Date":"2/15/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":660,"Cost":389,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":71,"Cost":67,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":675,"Cost":545,"Date":"4/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":581,"Cost":349,"Date":"7/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":865,"Cost":518,"Date":"8/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":118,"Cost":111,"Date":"10/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":294,"Cost":159,"Date":"11/11/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":241,"Cost":121,"Date":"11/30/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":457,"Cost":397,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":780,"Cost":597,"Date":"3/1/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":121,"Cost":90,"Date":"4/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":957,"Cost":596,"Date":"5/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":921,"Cost":809,"Date":"8/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":493,"Cost":259,"Date":"9/15/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":258,"Cost":183,"Date":"10/14/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":237,"Cost":190,"Date":"10/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":786,"Cost":738,"Date":"11/11/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":382,"Cost":337,"Date":"12/7/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":636,"Date":"12/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":865,"Cost":516,"Date":"1/6/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":529,"Cost":364,"Date":"1/23/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":412,"Cost":308,"Date":"2/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":572,"Cost":470,"Date":"3/10/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":766,"Cost":393,"Date":"3/12/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":829,"Cost":442,"Date":"3/31/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":732,"Cost":559,"Date":"6/16/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":639,"Date":"6/17/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":183,"Cost":97,"Date":"8/27/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":776,"Cost":439,"Date":"10/1/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":547,"Cost":487,"Date":"11/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":690,"Cost":547,"Date":"11/9/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":188,"Cost":138,"Date":"3/27/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":726,"Cost":371,"Date":"4/17/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":453,"Cost":327,"Date":"8/11/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":845,"Cost":683,"Date":"8/21/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":44,"Cost":32,"Date":"9/2/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":414,"Cost":276,"Date":"9/5/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":601,"Cost":569,"Date":"9/14/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":741,"Cost":672,"Date":"9/20/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":537,"Cost":433,"Date":"11/20/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":946,"Cost":757,"Date":"12/21/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":255,"Cost":226,"Date":"1/7/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":441,"Cost":401,"Date":"1/21/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":703,"Cost":659,"Date":"2/9/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":75,"Cost":53,"Date":"3/19/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":569,"Cost":475,"Date":"4/3/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":809,"Cost":579,"Date":"4/5/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":25,"Cost":18,"Date":"4/28/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":551,"Cost":389,"Date":"7/10/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":482,"Cost":416,"Date":"3/25/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":38,"Cost":21,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":819,"Cost":704,"Date":"10/28/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":352,"Cost":215,"Date":"3/2/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":651,"Cost":616,"Date":"6/28/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":455,"Cost":321,"Date":"7/17/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":500,"Cost":309,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":217,"Cost":175,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":76,"Cost":59,"Date":"11/20/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":368,"Cost":234,"Date":"12/16/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":317,"Cost":164,"Date":"12/30/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":997,"Cost":946,"Date":"2/15/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":13,"Cost":11,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":697,"Cost":409,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":351,"Cost":259,"Date":"4/18/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":256,"Cost":243,"Date":"7/27/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":122,"Cost":114,"Date":"8/18/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":254,"Cost":145,"Date":"10/31/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":703,"Cost":462,"Date":"11/11/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":826,"Cost":776,"Date":"11/30/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":610,"Cost":463,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":412,"Cost":310,"Date":"3/1/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":392,"Cost":339,"Date":"4/13/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":155,"Cost":83,"Date":"5/20/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":137,"Cost":98,"Date":"8/13/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":124,"Cost":80,"Date":"9/15/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":919,"Cost":477,"Date":"10/14/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":712,"Cost":653,"Date":"10/28/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":106,"Cost":80,"Date":"11/11/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":128,"Cost":79,"Date":"12/7/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":619,"Cost":393,"Date":"12/21/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":337,"Cost":185,"Date":"1/6/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":312,"Cost":227,"Date":"1/23/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":631,"Cost":558,"Date":"2/4/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":83,"Cost":62,"Date":"3/10/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":612,"Cost":451,"Date":"3/12/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":501,"Cost":291,"Date":"3/31/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":960,"Cost":645,"Date":"6/16/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":252,"Cost":186,"Date":"6/17/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":779,"Cost":625,"Date":"8/27/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":93,"Cost":74,"Date":"10/1/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":980,"Cost":664,"Date":"11/4/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":27,"Cost":15,"Date":"11/9/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":929,"Cost":521,"Date":"3/27/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":888,"Cost":825,"Date":"4/17/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":525,"Cost":312,"Date":"8/11/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":398,"Cost":284,"Date":"8/21/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":742,"Cost":542,"Date":"9/2/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":36,"Cost":26,"Date":"9/5/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":955,"Cost":809,"Date":"9/14/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":714,"Cost":524,"Date":"9/20/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":578,"Cost":291,"Date":"11/20/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":81,"Cost":54,"Date":"12/21/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":726,"Cost":370,"Date":"1/7/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":395,"Cost":338,"Date":"1/21/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":192,"Cost":129,"Date":"2/9/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":424,"Cost":236,"Date":"3/19/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":727,"Cost":638,"Date":"4/3/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":569,"Cost":478,"Date":"4/5/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":542,"Cost":401,"Date":"4/28/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":895,"Cost":532,"Date":"7/10/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":292,"Cost":166,"Date":"3/25/2020"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":142,"Cost":95,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":517,"Cost":262,"Date":"10/28/2020"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":337,"Cost":186,"Date":"3/2/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":496,"Cost":466,"Date":"6/28/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":485,"Cost":426,"Date":"7/17/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":401,"Cost":271,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":992,"Cost":637,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":440,"Cost":287,"Date":"11/20/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":54,"Cost":46,"Date":"12/16/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":523,"Cost":371,"Date":"12/30/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":90,"Date":"2/15/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":274,"Cost":137,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":84,"Cost":60,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":539,"Cost":460,"Date":"4/18/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":171,"Cost":110,"Date":"7/27/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":787,"Cost":703,"Date":"8/18/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":670,"Cost":386,"Date":"10/31/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":955,"Cost":597,"Date":"11/11/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":927,"Cost":685,"Date":"11/30/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":732,"Cost":516,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":394,"Cost":211,"Date":"3/1/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":457,"Cost":253,"Date":"4/13/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":674,"Cost":610,"Date":"5/20/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":490,"Cost":260,"Date":"8/13/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":502,"Cost":346,"Date":"9/15/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":738,"Cost":529,"Date":"10/14/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":358,"Cost":257,"Date":"10/28/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":542,"Cost":419,"Date":"11/11/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":749,"Cost":536,"Date":"12/7/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":190,"Cost":142,"Date":"12/21/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":571,"Cost":319,"Date":"1/6/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":448,"Cost":283,"Date":"1/23/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":218,"Cost":157,"Date":"2/4/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":228,"Cost":193,"Date":"3/10/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":883,"Cost":500,"Date":"3/12/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":953,"Cost":702,"Date":"3/31/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":145,"Cost":116,"Date":"6/16/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":692,"Cost":510,"Date":"6/17/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":110,"Cost":77,"Date":"8/27/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":938,"Cost":635,"Date":"10/1/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":304,"Cost":285,"Date":"11/4/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":883,"Cost":820,"Date":"11/9/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":863,"Cost":576,"Date":"3/27/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":456,"Cost":397,"Date":"4/17/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":481,"Cost":280,"Date":"8/11/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":653,"Cost":533,"Date":"8/21/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":701,"Cost":588,"Date":"9/2/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":171,"Cost":116,"Date":"9/5/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":307,"Cost":228,"Date":"9/14/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":501,"Cost":322,"Date":"9/20/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":297,"Cost":181,"Date":"11/20/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":91,"Cost":83,"Date":"12/21/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":938,"Cost":527,"Date":"1/7/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":586,"Cost":437,"Date":"1/21/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":570,"Cost":333,"Date":"2/9/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":484,"Cost":307,"Date":"3/19/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":455,"Cost":354,"Date":"4/3/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":684,"Cost":530,"Date":"4/5/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":291,"Cost":168,"Date":"4/28/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":372,"Cost":251,"Date":"7/10/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":995,"Cost":943,"Date":"3/25/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":979,"Cost":862,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":84,"Cost":44,"Date":"10/28/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":512,"Cost":303,"Date":"3/2/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":751,"Cost":455,"Date":"6/28/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":768,"Cost":681,"Date":"7/17/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":365,"Cost":334,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":334,"Cost":199,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":280,"Cost":231,"Date":"11/20/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":952,"Cost":612,"Date":"12/16/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":156,"Cost":142,"Date":"12/30/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":811,"Cost":554,"Date":"2/15/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":202,"Cost":111,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":813,"Cost":559,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":470,"Cost":388,"Date":"4/18/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":187,"Cost":176,"Date":"7/27/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":310,"Cost":279,"Date":"8/18/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":647,"Cost":615,"Date":"10/31/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":350,"Cost":236,"Date":"11/11/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":825,"Cost":659,"Date":"11/30/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":704,"Cost":485,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":595,"Cost":353,"Date":"3/1/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":175,"Cost":118,"Date":"4/13/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":33,"Cost":18,"Date":"5/20/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":391,"Cost":240,"Date":"8/13/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":807,"Cost":634,"Date":"9/15/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":247,"Cost":217,"Date":"10/14/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":806,"Cost":648,"Date":"10/28/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":48,"Cost":27,"Date":"11/11/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":375,"Cost":337,"Date":"12/7/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":929,"Cost":587,"Date":"12/21/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":355,"Cost":257,"Date":"1/6/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":139,"Cost":91,"Date":"1/23/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":586,"Cost":435,"Date":"2/4/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":787,"Cost":441,"Date":"3/10/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":813,"Cost":438,"Date":"3/12/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":608,"Cost":383,"Date":"3/31/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":335,"Cost":169,"Date":"6/16/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":147,"Cost":80,"Date":"6/17/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":625,"Cost":382,"Date":"8/27/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":734,"Cost":622,"Date":"10/1/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":826,"Cost":515,"Date":"11/4/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":702,"Cost":466,"Date":"11/9/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":882,"Cost":684,"Date":"3/27/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":382,"Cost":202,"Date":"4/17/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":968,"Cost":558,"Date":"8/11/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":46,"Cost":30,"Date":"8/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":77,"Cost":61,"Date":"9/2/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":950,"Cost":693,"Date":"9/5/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":390,"Cost":367,"Date":"9/14/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":481,"Cost":283,"Date":"9/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":972,"Cost":656,"Date":"11/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":418,"Cost":258,"Date":"12/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":883,"Cost":649,"Date":"1/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":629,"Cost":403,"Date":"1/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":504,"Cost":258,"Date":"2/9/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":726,"Cost":588,"Date":"3/19/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":178,"Cost":111,"Date":"4/3/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":616,"Cost":541,"Date":"4/5/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":370,"Cost":285,"Date":"4/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":171,"Cost":94,"Date":"7/10/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":522,"Cost":326,"Date":"3/25/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":385,"Cost":192,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":229,"Cost":177,"Date":"10/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":722,"Cost":509,"Date":"3/2/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":85,"Cost":66,"Date":"6/28/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":562,"Cost":486,"Date":"7/17/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":99,"Cost":67,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":481,"Cost":374,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":241,"Cost":201,"Date":"11/20/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":781,"Cost":537,"Date":"12/16/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":111,"Cost":89,"Date":"12/30/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":187,"Cost":142,"Date":"2/15/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":840,"Cost":796,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":809,"Cost":690,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":164,"Cost":103,"Date":"4/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":343,"Cost":261,"Date":"7/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":376,"Cost":249,"Date":"8/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":583,"Cost":535,"Date":"10/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":337,"Cost":299,"Date":"11/11/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":258,"Cost":173,"Date":"11/30/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":144,"Cost":83,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":341,"Cost":190,"Date":"3/1/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":113,"Cost":60,"Date":"4/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":785,"Cost":656,"Date":"5/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":653,"Cost":386,"Date":"8/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":202,"Cost":158,"Date":"9/15/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":396,"Cost":345,"Date":"10/14/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":823,"Cost":729,"Date":"10/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":64,"Cost":40,"Date":"11/11/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":1000,"Cost":767,"Date":"12/7/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":809,"Cost":476,"Date":"12/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":81,"Cost":57,"Date":"1/6/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":543,"Cost":475,"Date":"1/23/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":255,"Cost":227,"Date":"2/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":329,"Cost":181,"Date":"3/10/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":897,"Cost":713,"Date":"3/12/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":846,"Cost":520,"Date":"3/31/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":170,"Cost":144,"Date":"6/16/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":333,"Cost":296,"Date":"6/17/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":211,"Cost":134,"Date":"8/27/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":693,"Cost":403,"Date":"10/1/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":447,"Cost":396,"Date":"11/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":354,"Cost":243,"Date":"11/9/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":220,"Cost":122,"Date":"3/27/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":40,"Cost":31,"Date":"4/17/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":645,"Cost":369,"Date":"8/11/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":572,"Cost":492,"Date":"8/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":715,"Cost":371,"Date":"9/2/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":729,"Cost":569,"Date":"9/5/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":701,"Cost":443,"Date":"9/14/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":836,"Cost":565,"Date":"9/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":862,"Cost":506,"Date":"11/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":482,"Cost":429,"Date":"12/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":741,"Cost":687,"Date":"1/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":989,"Cost":869,"Date":"1/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":411,"Cost":325,"Date":"2/9/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":746,"Cost":498,"Date":"3/19/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":303,"Cost":285,"Date":"4/3/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":161,"Cost":92,"Date":"4/5/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":262,"Cost":239,"Date":"4/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":327,"Cost":189,"Date":"7/10/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":806,"Cost":710,"Date":"3/25/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":365,"Cost":345,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":90,"Cost":80,"Date":"10/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":966,"Cost":876,"Date":"3/2/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":50,"Cost":48,"Date":"6/28/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":227,"Cost":183,"Date":"7/17/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":956,"Cost":789,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":341,"Cost":195,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":995,"Cost":582,"Date":"11/20/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":340,"Cost":268,"Date":"12/16/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":373,"Cost":209,"Date":"12/30/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":41,"Cost":25,"Date":"2/15/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":430,"Cost":300,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":788,"Cost":716,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":728,"Cost":409,"Date":"4/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":606,"Cost":449,"Date":"7/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":5,"Cost":4,"Date":"8/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":657,"Cost":540,"Date":"10/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":572,"Cost":505,"Date":"11/11/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":46,"Cost":23,"Date":"11/30/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":588,"Cost":455,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":390,"Cost":337,"Date":"3/1/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":71,"Cost":63,"Date":"4/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":155,"Cost":116,"Date":"5/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":723,"Cost":393,"Date":"8/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":704,"Cost":435,"Date":"9/15/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":38,"Cost":21,"Date":"10/14/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":203,"Cost":161,"Date":"10/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":180,"Cost":131,"Date":"11/11/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":657,"Cost":372,"Date":"12/7/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":343,"Cost":247,"Date":"12/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":564,"Cost":349,"Date":"1/6/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":614,"Cost":388,"Date":"1/23/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":472,"Cost":374,"Date":"2/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":567,"Cost":497,"Date":"3/10/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":926,"Cost":640,"Date":"3/12/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":426,"Cost":261,"Date":"3/31/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":535,"Cost":291,"Date":"6/16/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":95,"Cost":74,"Date":"6/17/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":30,"Cost":29,"Date":"8/27/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":707,"Cost":560,"Date":"10/1/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":170,"Cost":147,"Date":"11/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":782,"Cost":399,"Date":"11/9/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":563,"Cost":340,"Date":"3/27/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":808,"Cost":588,"Date":"4/17/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":204,"Cost":144,"Date":"8/11/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":513,"Cost":303,"Date":"8/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":475,"Cost":411,"Date":"9/2/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":831,"Cost":656,"Date":"9/5/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":140,"Cost":131,"Date":"9/14/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":322,"Cost":252,"Date":"9/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":526,"Cost":270,"Date":"11/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":559,"Cost":370,"Date":"12/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":82,"Cost":74,"Date":"1/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":936,"Cost":607,"Date":"1/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":192,"Cost":102,"Date":"2/9/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":539,"Cost":280,"Date":"3/19/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":267,"Cost":154,"Date":"4/3/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":646,"Cost":326,"Date":"4/5/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":19,"Cost":9,"Date":"4/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":901,"Cost":676,"Date":"7/10/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":968,"Cost":829,"Date":"3/25/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":360,"Cost":195,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":419,"Cost":354,"Date":"10/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":911,"Cost":601,"Date":"3/2/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":601,"Cost":486,"Date":"6/28/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":731,"Cost":576,"Date":"7/17/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":358,"Cost":278,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":186,"Cost":94,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":970,"Cost":817,"Date":"11/20/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":980,"Cost":600,"Date":"12/16/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":610,"Cost":528,"Date":"12/30/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":140,"Cost":108,"Date":"2/15/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":260,"Cost":161,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":336,"Cost":180,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":294,"Cost":221,"Date":"4/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":414,"Cost":356,"Date":"7/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":34,"Cost":19,"Date":"8/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":592,"Cost":438,"Date":"10/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":280,"Cost":204,"Date":"11/11/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":970,"Cost":804,"Date":"11/30/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":827,"Cost":773,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":915,"Cost":800,"Date":"3/1/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":122,"Cost":62,"Date":"4/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":743,"Cost":544,"Date":"5/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":496,"Cost":370,"Date":"8/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":846,"Cost":632,"Date":"9/15/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":482,"Cost":427,"Date":"10/14/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":490,"Cost":396,"Date":"10/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":869,"Cost":582,"Date":"11/11/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":26,"Cost":19,"Date":"12/7/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":190,"Cost":163,"Date":"12/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":24,"Cost":20,"Date":"1/6/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":684,"Cost":634,"Date":"1/23/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":504,"Cost":385,"Date":"2/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":1000,"Cost":736,"Date":"3/10/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":769,"Cost":568,"Date":"3/12/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":501,"Cost":307,"Date":"3/31/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":68,"Cost":38,"Date":"6/16/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":970,"Cost":689,"Date":"6/17/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":702,"Cost":537,"Date":"8/27/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":689,"Cost":598,"Date":"10/1/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":191,"Cost":159,"Date":"11/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":689,"Cost":490,"Date":"11/9/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":159,"Cost":131,"Date":"3/27/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":163,"Cost":135,"Date":"4/17/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":712,"Cost":510,"Date":"8/11/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":295,"Cost":233,"Date":"8/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":924,"Cost":743,"Date":"9/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":770,"Cost":394,"Date":"9/5/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":737,"Cost":388,"Date":"9/14/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":458,"Cost":339,"Date":"9/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":92,"Cost":59,"Date":"11/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":91,"Cost":76,"Date":"12/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":877,"Cost":528,"Date":"1/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":616,"Cost":546,"Date":"1/21/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":235,"Cost":184,"Date":"2/9/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":772,"Cost":491,"Date":"3/19/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":928,"Cost":645,"Date":"4/3/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":507,"Cost":423,"Date":"4/5/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":455,"Cost":343,"Date":"4/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":885,"Cost":661,"Date":"7/10/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":621,"Cost":342,"Date":"3/25/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":903,"Cost":770,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":222,"Cost":165,"Date":"10/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":748,"Cost":656,"Date":"3/2/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":44,"Cost":42,"Date":"6/28/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":980,"Cost":693,"Date":"7/17/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":477,"Cost":246,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":666,"Cost":499,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":462,"Cost":416,"Date":"11/20/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":562,"Cost":423,"Date":"12/16/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":773,"Cost":658,"Date":"12/30/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":13,"Cost":11,"Date":"2/15/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":381,"Cost":278,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":143,"Cost":104,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":837,"Cost":664,"Date":"4/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":686,"Cost":481,"Date":"7/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":887,"Cost":483,"Date":"8/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":23,"Cost":14,"Date":"10/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":369,"Cost":286,"Date":"11/11/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":987,"Cost":691,"Date":"11/30/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":421,"Cost":354,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":654,"Cost":618,"Date":"3/1/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":269,"Cost":234,"Date":"4/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":329,"Cost":244,"Date":"5/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":618,"Cost":465,"Date":"8/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":588,"Cost":471,"Date":"9/15/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":902,"Cost":636,"Date":"10/14/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":396,"Cost":332,"Date":"10/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":521,"Cost":361,"Date":"11/11/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":81,"Cost":55,"Date":"12/7/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":409,"Cost":381,"Date":"12/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":429,"Cost":267,"Date":"1/6/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":381,"Cost":269,"Date":"1/23/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":692,"Cost":471,"Date":"2/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":323,"Cost":173,"Date":"3/10/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":538,"Cost":343,"Date":"3/12/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":533,"Cost":438,"Date":"3/31/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":236,"Cost":170,"Date":"6/16/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":125,"Cost":119,"Date":"6/17/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":736,"Cost":531,"Date":"8/27/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":918,"Cost":601,"Date":"10/1/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":622,"Cost":434,"Date":"11/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":536,"Cost":317,"Date":"11/9/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":890,"Cost":530,"Date":"3/27/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":496,"Cost":461,"Date":"4/17/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":71,"Cost":53,"Date":"8/11/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":879,"Cost":704,"Date":"8/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":393,"Cost":277,"Date":"9/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":977,"Cost":921,"Date":"9/5/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":217,"Cost":172,"Date":"9/14/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":666,"Cost":614,"Date":"9/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":728,"Cost":422,"Date":"11/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":743,"Cost":532,"Date":"12/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":110,"Cost":100,"Date":"1/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":119,"Cost":90,"Date":"1/21/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":246,"Cost":169,"Date":"2/9/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":605,"Cost":434,"Date":"3/19/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":258,"Cost":163,"Date":"4/3/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":431,"Cost":229,"Date":"4/5/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":535,"Cost":458,"Date":"4/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":180,"Cost":158,"Date":"7/10/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":137,"Cost":75,"Date":"3/25/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":243,"Cost":223,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":221,"Cost":175,"Date":"10/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":967,"Cost":881,"Date":"3/2/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":549,"Cost":386,"Date":"6/28/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":863,"Cost":603,"Date":"7/17/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":229,"Cost":146,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":478,"Cost":441,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":112,"Cost":60,"Date":"11/20/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":956,"Cost":857,"Date":"12/16/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":258,"Cost":231,"Date":"12/30/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":390,"Cost":223,"Date":"2/15/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":349,"Cost":190,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":680,"Cost":493,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":667,"Cost":454,"Date":"4/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":111,"Cost":57,"Date":"7/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":443,"Cost":390,"Date":"8/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":746,"Cost":542,"Date":"10/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":823,"Cost":460,"Date":"11/11/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":73,"Cost":39,"Date":"11/30/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":579,"Cost":413,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":454,"Cost":276,"Date":"3/1/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":212,"Cost":128,"Date":"4/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":294,"Cost":223,"Date":"5/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":435,"Cost":386,"Date":"8/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":927,"Cost":669,"Date":"9/15/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":74,"Cost":69,"Date":"10/14/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":243,"Cost":136,"Date":"10/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":69,"Cost":58,"Date":"11/11/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":610,"Cost":402,"Date":"12/7/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":310,"Cost":293,"Date":"12/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":279,"Cost":144,"Date":"1/6/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":652,"Cost":520,"Date":"1/23/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":797,"Cost":517,"Date":"2/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":307,"Cost":251,"Date":"3/10/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":712,"Cost":463,"Date":"3/12/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":949,"Cost":679,"Date":"3/31/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":281,"Cost":198,"Date":"6/16/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":475,"Cost":392,"Date":"6/17/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":126,"Cost":100,"Date":"8/27/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":251,"Cost":153,"Date":"10/1/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":213,"Cost":181,"Date":"11/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":454,"Cost":325,"Date":"11/9/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":381,"Cost":235,"Date":"3/27/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":392,"Cost":220,"Date":"4/17/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":542,"Cost":345,"Date":"8/11/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":284,"Cost":184,"Date":"8/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":57,"Cost":36,"Date":"9/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":115,"Cost":74,"Date":"9/5/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":886,"Cost":840,"Date":"9/14/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":408,"Cost":261,"Date":"9/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":351,"Cost":207,"Date":"11/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":415,"Cost":238,"Date":"12/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":489,"Cost":310,"Date":"1/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":395,"Cost":252,"Date":"1/21/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":857,"Cost":517,"Date":"2/9/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":491,"Cost":259,"Date":"3/19/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":947,"Cost":887,"Date":"4/3/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":368,"Cost":314,"Date":"4/5/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":417,"Cost":246,"Date":"4/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":468,"Cost":374,"Date":"7/10/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":369,"Cost":279,"Date":"3/25/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":922,"Cost":694,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":51,"Cost":46,"Date":"10/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":616,"Cost":342,"Date":"3/2/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":481,"Cost":262,"Date":"6/28/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":791,"Cost":416,"Date":"7/17/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":194,"Cost":101,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":1000,"Cost":717,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":997,"Cost":574,"Date":"11/20/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":990,"Cost":882,"Date":"12/16/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":788,"Cost":565,"Date":"12/30/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":694,"Cost":489,"Date":"2/15/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":405,"Cost":276,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":117,"Cost":73,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":471,"Cost":398,"Date":"4/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":593,"Cost":326,"Date":"7/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":802,"Cost":568,"Date":"8/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":648,"Cost":484,"Date":"10/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":226,"Cost":132,"Date":"11/11/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":765,"Cost":527,"Date":"11/30/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":758,"Cost":594,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":838,"Cost":661,"Date":"3/1/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":576,"Cost":337,"Date":"4/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":77,"Cost":46,"Date":"5/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":903,"Cost":568,"Date":"8/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":242,"Cost":161,"Date":"9/15/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":105,"Cost":78,"Date":"10/14/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":658,"Cost":367,"Date":"10/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":352,"Cost":257,"Date":"11/11/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":787,"Cost":630,"Date":"12/7/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":285,"Cost":172,"Date":"12/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":189,"Cost":127,"Date":"1/6/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":443,"Cost":372,"Date":"1/23/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":700,"Cost":653,"Date":"2/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":414,"Cost":223,"Date":"3/10/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":379,"Cost":249,"Date":"3/12/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":378,"Cost":335,"Date":"3/31/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":229,"Cost":201,"Date":"6/16/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":905,"Cost":614,"Date":"6/17/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":743,"Cost":618,"Date":"8/27/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":172,"Cost":108,"Date":"10/1/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":317,"Cost":204,"Date":"11/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":680,"Cost":524,"Date":"11/9/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":164,"Cost":129,"Date":"3/27/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":570,"Cost":372,"Date":"4/17/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":597,"Cost":468,"Date":"8/11/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":12,"Cost":9,"Date":"8/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":275,"Cost":155,"Date":"9/2/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":98,"Cost":62,"Date":"9/5/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":703,"Cost":500,"Date":"9/14/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":32,"Cost":21,"Date":"9/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":330,"Cost":307,"Date":"11/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":803,"Cost":762,"Date":"12/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":85,"Cost":47,"Date":"1/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":743,"Cost":393,"Date":"1/21/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":228,"Cost":137,"Date":"2/9/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":457,"Cost":292,"Date":"3/19/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":863,"Cost":616,"Date":"4/3/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":930,"Cost":646,"Date":"4/5/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":946,"Cost":639,"Date":"4/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":506,"Cost":366,"Date":"7/10/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":224,"Cost":170,"Date":"3/25/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":494,"Cost":334,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":904,"Cost":730,"Date":"10/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":309,"Cost":222,"Date":"3/2/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":130,"Cost":103,"Date":"6/28/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":460,"Cost":331,"Date":"7/17/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":132,"Cost":66,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":809,"Cost":495,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":698,"Cost":438,"Date":"11/20/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":656,"Cost":524,"Date":"12/16/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":586,"Cost":347,"Date":"12/30/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":478,"Cost":325,"Date":"2/15/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":754,"Cost":673,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":375,"Cost":248,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":352,"Cost":311,"Date":"4/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":670,"Cost":579,"Date":"7/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":767,"Cost":639,"Date":"8/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":162,"Cost":93,"Date":"10/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":486,"Cost":360,"Date":"11/11/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":243,"Cost":172,"Date":"11/30/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":672,"Cost":360,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":803,"Cost":707,"Date":"3/1/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":849,"Cost":683,"Date":"4/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":375,"Cost":234,"Date":"5/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":619,"Cost":574,"Date":"8/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":381,"Cost":192,"Date":"9/15/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":675,"Cost":559,"Date":"10/14/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":735,"Cost":535,"Date":"10/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":847,"Cost":642,"Date":"11/11/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":908,"Cost":565,"Date":"12/7/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":39,"Cost":24,"Date":"12/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":450,"Cost":233,"Date":"1/6/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":443,"Cost":227,"Date":"1/23/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":296,"Cost":161,"Date":"2/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":784,"Cost":471,"Date":"3/10/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":718,"Cost":622,"Date":"3/12/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":55,"Cost":32,"Date":"3/31/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":698,"Cost":628,"Date":"6/16/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":240,"Cost":222,"Date":"6/17/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":310,"Cost":164,"Date":"8/27/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":117,"Cost":111,"Date":"10/1/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":815,"Cost":453,"Date":"11/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":948,"Cost":639,"Date":"11/9/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":726,"Cost":396,"Date":"3/27/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":889,"Cost":481,"Date":"4/17/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":834,"Cost":631,"Date":"8/11/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":980,"Cost":499,"Date":"8/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":174,"Cost":152,"Date":"9/2/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":956,"Cost":663,"Date":"9/5/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":28,"Cost":19,"Date":"9/14/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":48,"Cost":32,"Date":"9/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":240,"Cost":210,"Date":"11/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":566,"Cost":459,"Date":"12/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":390,"Cost":348,"Date":"1/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":66,"Cost":51,"Date":"1/21/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":923,"Cost":620,"Date":"2/9/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":40,"Cost":28,"Date":"3/19/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":362,"Cost":277,"Date":"4/3/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":57,"Cost":31,"Date":"4/5/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":88,"Cost":53,"Date":"4/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":388,"Cost":298,"Date":"7/10/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":843,"Cost":739,"Date":"3/25/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":12,"Cost":11,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":529,"Cost":299,"Date":"10/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":370,"Cost":214,"Date":"3/2/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":58,"Cost":40,"Date":"6/28/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":354,"Cost":291,"Date":"7/17/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":348,"Cost":310,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":490,"Cost":284,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":56,"Cost":42,"Date":"11/20/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":509,"Cost":329,"Date":"12/16/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":109,"Cost":103,"Date":"12/30/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":866,"Cost":434,"Date":"2/15/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":462,"Cost":242,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":610,"Cost":413,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":857,"Cost":563,"Date":"4/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":861,"Cost":758,"Date":"7/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":966,"Cost":525,"Date":"8/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":804,"Cost":657,"Date":"10/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":95,"Date":"11/11/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":160,"Cost":140,"Date":"11/30/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":624,"Cost":532,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":87,"Cost":67,"Date":"3/1/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":540,"Cost":505,"Date":"4/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":657,"Cost":491,"Date":"5/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":228,"Cost":191,"Date":"8/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":644,"Cost":522,"Date":"9/15/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":611,"Cost":487,"Date":"10/14/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":815,"Cost":674,"Date":"10/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":121,"Cost":77,"Date":"11/11/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":61,"Cost":52,"Date":"12/7/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":676,"Cost":595,"Date":"12/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":769,"Cost":401,"Date":"1/6/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":709,"Cost":394,"Date":"1/23/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":739,"Cost":588,"Date":"2/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":998,"Cost":723,"Date":"3/10/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":556,"Cost":422,"Date":"3/12/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":197,"Cost":137,"Date":"3/31/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":671,"Cost":371,"Date":"6/16/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":659,"Cost":538,"Date":"6/17/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":825,"Cost":716,"Date":"8/27/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":329,"Cost":172,"Date":"10/1/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":197,"Cost":182,"Date":"11/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":581,"Cost":291,"Date":"11/9/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":300,"Cost":159,"Date":"3/27/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":695,"Cost":450,"Date":"4/17/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":939,"Cost":868,"Date":"8/11/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":187,"Cost":103,"Date":"8/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":739,"Cost":464,"Date":"9/2/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":789,"Cost":584,"Date":"9/5/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":197,"Cost":186,"Date":"9/14/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":722,"Cost":659,"Date":"9/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":339,"Cost":297,"Date":"11/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":868,"Cost":712,"Date":"12/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":955,"Cost":693,"Date":"1/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":792,"Cost":522,"Date":"1/21/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":978,"Cost":875,"Date":"2/9/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":936,"Cost":534,"Date":"3/19/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":722,"Cost":552,"Date":"4/3/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":672,"Cost":413,"Date":"4/5/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":44,"Cost":34,"Date":"4/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":476,"Cost":300,"Date":"7/10/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":262,"Cost":183,"Date":"3/25/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":980,"Cost":589,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":564,"Cost":384,"Date":"10/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":985,"Cost":820,"Date":"3/2/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":287,"Cost":194,"Date":"6/28/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":969,"Cost":751,"Date":"7/17/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":50,"Cost":33,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":194,"Cost":103,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":129,"Cost":66,"Date":"11/20/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":510,"Cost":387,"Date":"12/16/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":229,"Cost":155,"Date":"12/30/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":78,"Cost":56,"Date":"2/15/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":480,"Cost":444,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":574,"Cost":539,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":655,"Cost":603,"Date":"4/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":247,"Cost":205,"Date":"7/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":865,"Cost":782,"Date":"8/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":827,"Cost":764,"Date":"10/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":531,"Cost":288,"Date":"11/11/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":506,"Cost":393,"Date":"11/30/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":741,"Cost":560,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":839,"Cost":479,"Date":"3/1/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":672,"Cost":342,"Date":"4/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":162,"Cost":129,"Date":"5/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":766,"Cost":679,"Date":"8/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":956,"Cost":851,"Date":"9/15/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":63,"Cost":32,"Date":"10/14/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":756,"Cost":579,"Date":"10/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":798,"Cost":603,"Date":"11/11/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":478,"Cost":323,"Date":"12/7/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":917,"Cost":768,"Date":"12/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":969,"Cost":717,"Date":"1/6/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":914,"Cost":736,"Date":"1/23/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":441,"Cost":334,"Date":"2/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":470,"Cost":296,"Date":"3/10/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":179,"Cost":167,"Date":"3/12/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":644,"Cost":557,"Date":"3/31/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":897,"Cost":849,"Date":"6/16/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":699,"Cost":504,"Date":"6/17/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":229,"Cost":214,"Date":"8/27/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":1000,"Cost":556,"Date":"10/1/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":248,"Cost":161,"Date":"11/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":626,"Cost":500,"Date":"11/9/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":829,"Cost":494,"Date":"3/27/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":659,"Cost":608,"Date":"4/17/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":999,"Cost":793,"Date":"8/11/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":415,"Cost":389,"Date":"8/21/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":338,"Cost":249,"Date":"9/2/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":329,"Cost":194,"Date":"9/5/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":129,"Cost":74,"Date":"9/14/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":416,"Cost":226,"Date":"9/20/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":650,"Cost":353,"Date":"11/20/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":23,"Cost":20,"Date":"12/21/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":176,"Cost":161,"Date":"1/7/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":86,"Cost":76,"Date":"1/21/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":778,"Cost":720,"Date":"2/9/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":937,"Cost":773,"Date":"3/19/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":629,"Cost":353,"Date":"4/3/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":853,"Cost":527,"Date":"4/5/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":246,"Cost":168,"Date":"4/28/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":881,"Cost":534,"Date":"7/10/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":697,"Cost":574,"Date":"3/25/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":679,"Cost":495,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":965,"Cost":906,"Date":"10/28/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":233,"Cost":155,"Date":"3/2/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":796,"Cost":615,"Date":"6/28/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":275,"Cost":201,"Date":"7/17/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":551,"Cost":507,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":75,"Cost":65,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":955,"Cost":577,"Date":"11/20/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":175,"Cost":96,"Date":"12/16/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":710,"Cost":475,"Date":"12/30/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":956,"Cost":815,"Date":"2/15/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":221,"Cost":204,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":369,"Cost":319,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":8,"Cost":5,"Date":"4/18/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":333,"Cost":286,"Date":"7/27/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":445,"Cost":242,"Date":"8/18/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":472,"Cost":287,"Date":"10/31/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":612,"Cost":332,"Date":"11/11/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":394,"Cost":369,"Date":"11/30/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":663,"Cost":532,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":690,"Cost":484,"Date":"3/1/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":485,"Cost":372,"Date":"4/13/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":512,"Cost":280,"Date":"5/20/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":560,"Cost":309,"Date":"8/13/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":453,"Cost":340,"Date":"9/15/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":173,"Cost":107,"Date":"10/14/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":639,"Cost":481,"Date":"10/28/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":194,"Cost":176,"Date":"11/11/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":565,"Cost":351,"Date":"12/7/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":754,"Cost":717,"Date":"12/21/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":460,"Cost":300,"Date":"1/6/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":780,"Cost":734,"Date":"1/23/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":420,"Cost":228,"Date":"2/4/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":427,"Cost":225,"Date":"3/10/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":951,"Cost":838,"Date":"3/12/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":822,"Cost":751,"Date":"3/31/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":178,"Cost":123,"Date":"6/16/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":610,"Cost":399,"Date":"6/17/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":386,"Cost":320,"Date":"8/27/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":172,"Cost":121,"Date":"10/1/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":222,"Cost":152,"Date":"11/4/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":674,"Cost":554,"Date":"11/9/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":342,"Cost":174,"Date":"3/27/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":50,"Cost":46,"Date":"4/17/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":44,"Cost":31,"Date":"8/11/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":2,"Cost":2,"Date":"8/21/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":23,"Cost":13,"Date":"9/2/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":523,"Cost":288,"Date":"9/5/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":173,"Cost":147,"Date":"9/14/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":133,"Cost":108,"Date":"9/20/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":310,"Cost":266,"Date":"11/20/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":520,"Cost":264,"Date":"12/21/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":513,"Cost":312,"Date":"1/7/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":550,"Cost":518,"Date":"1/21/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":688,"Cost":414,"Date":"2/9/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":436,"Cost":258,"Date":"3/19/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":498,"Cost":359,"Date":"4/3/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":276,"Cost":236,"Date":"4/5/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":762,"Cost":662,"Date":"4/28/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":662,"Cost":494,"Date":"7/10/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":886,"Cost":627,"Date":"3/25/2020"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":801,"Cost":419,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":931,"Cost":507,"Date":"10/28/2020"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":31,"Cost":25,"Date":"3/2/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":671,"Cost":409,"Date":"6/28/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":469,"Cost":352,"Date":"7/17/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":852,"Cost":517,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":575,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":416,"Cost":372,"Date":"11/20/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":391,"Cost":245,"Date":"12/16/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":563,"Cost":467,"Date":"12/30/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":350,"Cost":201,"Date":"2/15/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":717,"Cost":652,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":943,"Cost":661,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":967,"Cost":795,"Date":"4/18/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":311,"Cost":188,"Date":"7/27/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":134,"Cost":87,"Date":"8/18/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":628,"Cost":478,"Date":"10/31/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":125,"Cost":98,"Date":"11/11/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":734,"Cost":463,"Date":"11/30/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":288,"Cost":271,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":898,"Cost":582,"Date":"3/1/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":275,"Cost":160,"Date":"4/13/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":694,"Cost":572,"Date":"5/20/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":400,"Cost":263,"Date":"8/13/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":617,"Cost":464,"Date":"9/15/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":920,"Cost":518,"Date":"10/14/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":622,"Cost":499,"Date":"10/28/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":991,"Cost":718,"Date":"11/11/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":145,"Cost":93,"Date":"12/7/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":636,"Cost":373,"Date":"12/21/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":141,"Cost":100,"Date":"1/6/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":97,"Cost":88,"Date":"1/23/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":298,"Cost":199,"Date":"2/4/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":527,"Cost":272,"Date":"3/10/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":965,"Cost":870,"Date":"3/12/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":914,"Cost":751,"Date":"3/31/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":719,"Cost":620,"Date":"6/16/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":52,"Cost":45,"Date":"6/17/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":546,"Cost":476,"Date":"8/27/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":560,"Cost":378,"Date":"10/1/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":35,"Cost":28,"Date":"11/4/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":803,"Cost":579,"Date":"11/9/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":10,"Cost":9,"Date":"3/27/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":483,"Cost":314,"Date":"4/17/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":872,"Cost":717,"Date":"8/11/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":972,"Cost":752,"Date":"8/21/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":824,"Cost":590,"Date":"9/2/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":857,"Cost":627,"Date":"9/5/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":78,"Cost":47,"Date":"9/14/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":291,"Cost":230,"Date":"9/20/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":383,"Cost":353,"Date":"11/20/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":628,"Cost":488,"Date":"12/21/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":129,"Cost":96,"Date":"1/7/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":939,"Cost":783,"Date":"1/21/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":810,"Cost":587,"Date":"2/9/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":452,"Cost":271,"Date":"3/19/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":479,"Cost":272,"Date":"4/3/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":72,"Cost":68,"Date":"4/5/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":905,"Cost":763,"Date":"4/28/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":332,"Cost":243,"Date":"7/10/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":266,"Cost":182,"Date":"3/25/2020"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":775,"Cost":407,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":181,"Cost":90,"Date":"10/28/2020"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":11,"Cost":9,"Date":"3/2/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":500,"Cost":294,"Date":"6/28/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":528,"Cost":385,"Date":"7/17/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":204,"Cost":135,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":387,"Cost":228,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":772,"Cost":621,"Date":"11/20/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":557,"Cost":323,"Date":"12/16/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":373,"Cost":298,"Date":"12/30/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":438,"Cost":283,"Date":"2/15/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":632,"Cost":563,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":956,"Cost":821,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":629,"Cost":352,"Date":"4/18/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":559,"Cost":414,"Date":"7/27/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":979,"Cost":603,"Date":"8/18/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":83,"Cost":51,"Date":"10/31/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":909,"Cost":826,"Date":"11/11/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":206,"Date":"11/30/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":984,"Cost":872,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":54,"Cost":28,"Date":"3/1/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":525,"Cost":367,"Date":"4/13/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":145,"Cost":98,"Date":"5/20/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":121,"Cost":80,"Date":"8/13/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":742,"Cost":618,"Date":"9/15/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":324,"Cost":266,"Date":"10/14/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":207,"Cost":115,"Date":"10/28/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":489,"Cost":353,"Date":"11/11/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":281,"Cost":205,"Date":"12/7/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":63,"Cost":31,"Date":"12/21/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":541,"Cost":286,"Date":"1/6/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":16,"Cost":12,"Date":"1/23/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":496,"Cost":251,"Date":"2/4/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":520,"Cost":481,"Date":"3/10/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":40,"Cost":27,"Date":"3/12/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":315,"Cost":244,"Date":"3/31/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":336,"Cost":212,"Date":"6/16/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":177,"Cost":135,"Date":"6/17/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":472,"Cost":426,"Date":"8/27/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":776,"Cost":713,"Date":"10/1/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":226,"Cost":169,"Date":"11/4/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":186,"Cost":136,"Date":"11/9/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":638,"Cost":435,"Date":"3/27/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":161,"Cost":137,"Date":"4/17/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":11,"Cost":5,"Date":"8/11/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":947,"Cost":768,"Date":"8/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":129,"Cost":97,"Date":"9/2/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":134,"Cost":118,"Date":"9/5/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":280,"Cost":235,"Date":"9/14/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":698,"Cost":592,"Date":"9/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":422,"Cost":226,"Date":"11/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":252,"Cost":171,"Date":"12/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":725,"Cost":469,"Date":"1/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":506,"Date":"1/21/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":171,"Cost":152,"Date":"2/9/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":772,"Cost":530,"Date":"3/19/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":683,"Cost":532,"Date":"4/3/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":862,"Cost":547,"Date":"4/5/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":520,"Cost":417,"Date":"4/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":145,"Cost":101,"Date":"7/10/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":766,"Cost":519,"Date":"3/25/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":885,"Cost":740,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":1,"Cost":0,"Date":"10/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":200,"Cost":146,"Date":"3/2/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":98,"Cost":69,"Date":"6/28/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":426,"Cost":254,"Date":"7/17/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":229,"Cost":117,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":855,"Cost":541,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":837,"Cost":566,"Date":"11/20/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":325,"Cost":211,"Date":"12/16/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":614,"Date":"12/30/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":348,"Cost":223,"Date":"2/15/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":566,"Cost":321,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":660,"Cost":566,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":542,"Cost":388,"Date":"4/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":157,"Cost":121,"Date":"7/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":403,"Cost":287,"Date":"8/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":434,"Cost":285,"Date":"10/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":771,"Cost":505,"Date":"11/11/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":826,"Cost":502,"Date":"11/30/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":155,"Cost":126,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":343,"Cost":217,"Date":"3/1/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":641,"Cost":352,"Date":"4/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":895,"Cost":620,"Date":"5/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":747,"Cost":373,"Date":"8/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":441,"Cost":367,"Date":"9/15/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":402,"Cost":341,"Date":"10/14/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":842,"Cost":638,"Date":"10/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":713,"Cost":559,"Date":"11/11/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":949,"Cost":617,"Date":"12/7/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":420,"Cost":330,"Date":"12/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":85,"Cost":69,"Date":"1/6/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":165,"Cost":138,"Date":"1/23/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":621,"Cost":400,"Date":"2/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":224,"Cost":120,"Date":"3/10/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":214,"Cost":176,"Date":"3/12/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":623,"Cost":343,"Date":"3/31/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":255,"Cost":206,"Date":"6/16/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":340,"Cost":277,"Date":"6/17/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":294,"Cost":153,"Date":"8/27/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":377,"Cost":302,"Date":"10/1/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":510,"Cost":466,"Date":"11/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":110,"Date":"11/9/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":45,"Cost":31,"Date":"3/27/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":892,"Cost":529,"Date":"4/17/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":203,"Cost":171,"Date":"8/11/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":152,"Cost":107,"Date":"8/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":129,"Cost":71,"Date":"9/2/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":551,"Cost":488,"Date":"9/5/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":759,"Cost":443,"Date":"9/14/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":69,"Cost":65,"Date":"9/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":937,"Cost":706,"Date":"11/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":83,"Date":"12/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":191,"Cost":124,"Date":"1/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":462,"Cost":416,"Date":"1/21/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":304,"Cost":189,"Date":"2/9/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":176,"Cost":130,"Date":"3/19/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":584,"Cost":454,"Date":"4/3/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":959,"Cost":615,"Date":"4/5/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":638,"Cost":452,"Date":"4/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":56,"Cost":38,"Date":"7/10/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":883,"Cost":646,"Date":"3/25/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":860,"Cost":613,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":166,"Cost":96,"Date":"10/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":222,"Cost":157,"Date":"3/2/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":890,"Cost":728,"Date":"6/28/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":645,"Cost":603,"Date":"7/17/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":582,"Cost":436,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":593,"Cost":377,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":624,"Cost":505,"Date":"11/20/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":464,"Cost":311,"Date":"12/16/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":331,"Cost":284,"Date":"12/30/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":207,"Cost":153,"Date":"2/15/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":119,"Cost":68,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":15,"Cost":12,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":663,"Cost":577,"Date":"4/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":487,"Cost":453,"Date":"7/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":396,"Cost":333,"Date":"8/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":336,"Cost":284,"Date":"10/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":873,"Cost":770,"Date":"11/11/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":94,"Cost":57,"Date":"11/30/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":39,"Cost":20,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":749,"Cost":584,"Date":"3/1/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":817,"Cost":475,"Date":"4/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":239,"Cost":218,"Date":"5/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":383,"Cost":231,"Date":"8/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":472,"Cost":350,"Date":"9/15/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":957,"Cost":715,"Date":"10/14/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":691,"Cost":401,"Date":"10/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":172,"Cost":160,"Date":"11/11/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":876,"Cost":626,"Date":"12/7/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":75,"Cost":67,"Date":"12/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":49,"Cost":25,"Date":"1/6/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":715,"Cost":587,"Date":"1/23/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":758,"Cost":517,"Date":"2/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":731,"Cost":616,"Date":"3/10/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":312,"Cost":250,"Date":"3/12/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":663,"Cost":430,"Date":"3/31/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":360,"Cost":293,"Date":"6/16/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":60,"Cost":46,"Date":"6/17/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":557,"Cost":401,"Date":"8/27/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":353,"Cost":207,"Date":"10/1/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":288,"Cost":211,"Date":"11/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":749,"Cost":642,"Date":"11/9/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":776,"Cost":453,"Date":"3/27/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":690,"Cost":629,"Date":"4/17/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":738,"Cost":553,"Date":"8/11/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":731,"Cost":691,"Date":"8/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":999,"Cost":882,"Date":"9/2/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":870,"Cost":576,"Date":"9/5/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":979,"Cost":703,"Date":"9/14/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":564,"Cost":296,"Date":"9/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":496,"Cost":259,"Date":"11/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":317,"Cost":160,"Date":"12/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":829,"Cost":619,"Date":"1/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":97,"Cost":89,"Date":"1/21/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":483,"Cost":451,"Date":"2/9/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":934,"Cost":823,"Date":"3/19/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":502,"Cost":332,"Date":"4/3/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":244,"Cost":180,"Date":"4/5/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":435,"Cost":380,"Date":"4/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":646,"Cost":574,"Date":"7/10/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":400,"Cost":297,"Date":"3/25/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":195,"Cost":105,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":251,"Cost":171,"Date":"10/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":267,"Cost":169,"Date":"3/2/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":383,"Cost":302,"Date":"6/28/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":257,"Cost":215,"Date":"7/17/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":878,"Cost":741,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":282,"Cost":142,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":551,"Cost":464,"Date":"11/20/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":647,"Cost":584,"Date":"12/16/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":478,"Cost":276,"Date":"12/30/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":89,"Cost":79,"Date":"2/15/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":729,"Cost":664,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":580,"Cost":400,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":293,"Cost":271,"Date":"4/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":79,"Cost":43,"Date":"7/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":435,"Cost":339,"Date":"8/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":786,"Cost":733,"Date":"10/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":336,"Cost":251,"Date":"11/11/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":49,"Cost":40,"Date":"11/30/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":379,"Cost":359,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":423,"Cost":321,"Date":"3/1/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":570,"Cost":384,"Date":"4/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":963,"Cost":660,"Date":"5/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":541,"Cost":373,"Date":"8/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":593,"Cost":515,"Date":"9/15/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":977,"Cost":907,"Date":"10/14/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":298,"Cost":194,"Date":"10/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":283,"Cost":160,"Date":"11/11/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":121,"Cost":107,"Date":"12/7/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":93,"Cost":77,"Date":"12/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":84,"Cost":67,"Date":"1/6/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":797,"Cost":637,"Date":"1/23/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":346,"Cost":269,"Date":"2/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":341,"Cost":263,"Date":"3/10/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":883,"Cost":728,"Date":"3/12/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":781,"Cost":716,"Date":"3/31/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":879,"Cost":785,"Date":"6/16/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":899,"Cost":769,"Date":"6/17/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":150,"Cost":138,"Date":"8/27/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":635,"Cost":410,"Date":"10/1/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":280,"Cost":183,"Date":"11/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":269,"Cost":177,"Date":"11/9/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":857,"Cost":563,"Date":"3/27/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":139,"Cost":77,"Date":"4/17/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":935,"Cost":785,"Date":"8/11/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":31,"Cost":24,"Date":"8/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":669,"Cost":374,"Date":"9/2/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":582,"Cost":539,"Date":"9/5/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":367,"Cost":189,"Date":"9/14/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":637,"Cost":381,"Date":"9/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":274,"Cost":201,"Date":"11/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":880,"Cost":490,"Date":"12/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":540,"Cost":345,"Date":"1/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":350,"Cost":267,"Date":"1/21/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":40,"Cost":35,"Date":"2/9/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":60,"Cost":45,"Date":"3/19/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":416,"Cost":217,"Date":"4/3/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":750,"Cost":467,"Date":"4/5/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":550,"Cost":296,"Date":"4/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":716,"Cost":472,"Date":"7/10/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":563,"Cost":473,"Date":"3/25/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":162,"Cost":96,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":897,"Cost":652,"Date":"10/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":577,"Cost":528,"Date":"3/2/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":126,"Cost":69,"Date":"6/28/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":972,"Cost":798,"Date":"7/17/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":100,"Cost":87,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":869,"Cost":492,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":993,"Cost":835,"Date":"11/20/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":712,"Cost":405,"Date":"12/16/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":38,"Cost":31,"Date":"12/30/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":826,"Cost":464,"Date":"2/15/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":490,"Cost":360,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":417,"Cost":369,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":685,"Cost":607,"Date":"4/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":639,"Cost":522,"Date":"7/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":324,"Cost":234,"Date":"8/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":451,"Cost":285,"Date":"10/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":256,"Cost":236,"Date":"11/11/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":655,"Cost":612,"Date":"11/30/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":554,"Cost":463,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":161,"Cost":139,"Date":"3/1/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":948,"Cost":849,"Date":"4/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":438,"Cost":232,"Date":"5/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":18,"Cost":17,"Date":"8/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":235,"Cost":122,"Date":"9/15/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":285,"Cost":228,"Date":"10/14/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":557,"Cost":508,"Date":"10/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":608,"Cost":517,"Date":"11/11/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":177,"Cost":112,"Date":"12/7/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":731,"Cost":571,"Date":"12/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":65,"Cost":44,"Date":"1/6/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":277,"Cost":202,"Date":"1/23/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":609,"Cost":423,"Date":"2/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":190,"Cost":162,"Date":"3/10/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":411,"Cost":350,"Date":"3/12/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":724,"Cost":671,"Date":"3/31/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":256,"Cost":173,"Date":"6/16/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":982,"Cost":601,"Date":"6/17/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":107,"Cost":68,"Date":"8/27/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":150,"Cost":123,"Date":"10/1/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":859,"Cost":542,"Date":"11/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":189,"Cost":143,"Date":"11/9/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":900,"Cost":855,"Date":"3/27/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":181,"Cost":104,"Date":"4/17/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":217,"Cost":114,"Date":"8/11/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":362,"Cost":200,"Date":"8/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":81,"Cost":60,"Date":"9/2/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":979,"Cost":492,"Date":"9/5/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":594,"Cost":438,"Date":"9/14/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":738,"Cost":678,"Date":"9/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":540,"Cost":414,"Date":"11/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":407,"Cost":245,"Date":"12/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":278,"Cost":151,"Date":"1/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":909,"Cost":536,"Date":"1/21/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":585,"Cost":405,"Date":"2/9/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":415,"Cost":288,"Date":"3/19/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":593,"Cost":478,"Date":"4/3/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":603,"Cost":405,"Date":"4/5/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":196,"Cost":148,"Date":"4/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":670,"Cost":511,"Date":"7/10/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":659,"Cost":584,"Date":"3/25/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":253,"Cost":161,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":886,"Cost":515,"Date":"10/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":731,"Cost":440,"Date":"3/2/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":167,"Cost":103,"Date":"6/28/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":456,"Cost":353,"Date":"7/17/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":408,"Cost":283,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":147,"Cost":86,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":396,"Cost":334,"Date":"11/20/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":628,"Cost":377,"Date":"12/16/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":498,"Cost":429,"Date":"12/30/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":483,"Cost":267,"Date":"2/15/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":288,"Cost":201,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":72,"Cost":43,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":827,"Cost":589,"Date":"4/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":592,"Cost":531,"Date":"7/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":167,"Cost":105,"Date":"8/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":999,"Cost":659,"Date":"10/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":263,"Cost":235,"Date":"11/11/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":36,"Cost":32,"Date":"11/30/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":950,"Cost":788,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":51,"Cost":40,"Date":"3/1/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":658,"Cost":552,"Date":"4/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":612,"Cost":325,"Date":"5/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":456,"Cost":299,"Date":"8/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":397,"Cost":331,"Date":"9/15/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":853,"Cost":798,"Date":"10/14/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":146,"Cost":121,"Date":"10/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":24,"Cost":12,"Date":"11/11/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":814,"Cost":756,"Date":"12/7/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":404,"Cost":314,"Date":"12/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":43,"Cost":37,"Date":"1/6/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":106,"Cost":68,"Date":"1/23/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":910,"Cost":522,"Date":"2/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":530,"Cost":285,"Date":"3/10/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":964,"Cost":833,"Date":"3/12/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":236,"Cost":151,"Date":"3/31/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":528,"Cost":291,"Date":"6/16/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":812,"Cost":580,"Date":"6/17/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":243,"Cost":167,"Date":"8/27/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":999,"Cost":871,"Date":"10/1/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":858,"Cost":735,"Date":"11/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":530,"Cost":304,"Date":"11/9/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":862,"Cost":603,"Date":"3/27/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":235,"Cost":213,"Date":"4/17/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":224,"Cost":144,"Date":"8/11/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":819,"Cost":706,"Date":"8/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":466,"Cost":427,"Date":"9/2/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":33,"Cost":22,"Date":"9/5/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":240,"Date":"9/14/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":838,"Cost":669,"Date":"9/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":330,"Cost":230,"Date":"11/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":314,"Cost":157,"Date":"12/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":541,"Cost":403,"Date":"1/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":581,"Cost":498,"Date":"1/21/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":708,"Cost":464,"Date":"2/9/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":10,"Cost":6,"Date":"3/19/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":167,"Cost":86,"Date":"4/3/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":698,"Cost":379,"Date":"4/5/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":789,"Cost":444,"Date":"4/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":883,"Cost":703,"Date":"7/10/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":203,"Cost":187,"Date":"3/25/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":912,"Cost":791,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":812,"Cost":552,"Date":"10/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":537,"Cost":457,"Date":"3/2/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":332,"Cost":307,"Date":"6/28/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":285,"Cost":156,"Date":"7/17/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":224,"Cost":133,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":806,"Cost":600,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":782,"Cost":686,"Date":"11/20/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":432,"Cost":283,"Date":"12/16/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":521,"Cost":383,"Date":"12/30/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":63,"Cost":43,"Date":"2/15/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":390,"Cost":302,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":679,"Cost":530,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":314,"Cost":223,"Date":"4/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":576,"Cost":473,"Date":"7/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":972,"Cost":686,"Date":"8/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":50,"Cost":44,"Date":"10/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":466,"Cost":312,"Date":"11/11/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":153,"Cost":143,"Date":"11/30/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":507,"Cost":474,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":396,"Cost":253,"Date":"3/1/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":18,"Cost":11,"Date":"4/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":935,"Cost":724,"Date":"5/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":155,"Cost":134,"Date":"8/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":696,"Cost":391,"Date":"9/15/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":817,"Cost":625,"Date":"10/14/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":838,"Cost":720,"Date":"10/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":192,"Cost":163,"Date":"11/11/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":167,"Cost":110,"Date":"12/7/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":901,"Cost":558,"Date":"12/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":576,"Cost":487,"Date":"1/6/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":599,"Cost":333,"Date":"1/23/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":876,"Cost":610,"Date":"2/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":193,"Cost":125,"Date":"3/10/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":967,"Cost":590,"Date":"3/12/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":68,"Cost":53,"Date":"3/31/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":332,"Cost":166,"Date":"6/16/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":471,"Cost":399,"Date":"6/17/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":691,"Cost":552,"Date":"8/27/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":454,"Cost":416,"Date":"10/1/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":564,"Cost":302,"Date":"11/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":686,"Cost":620,"Date":"11/9/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":332,"Cost":279,"Date":"3/27/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":293,"Cost":263,"Date":"4/17/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":655,"Cost":581,"Date":"8/11/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":440,"Cost":220,"Date":"8/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":652,"Cost":438,"Date":"9/2/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":262,"Cost":152,"Date":"9/5/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":262,"Cost":155,"Date":"9/14/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":331,"Cost":221,"Date":"9/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":160,"Cost":131,"Date":"11/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":901,"Cost":465,"Date":"12/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":588,"Cost":392,"Date":"1/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":204,"Cost":157,"Date":"1/21/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":393,"Cost":243,"Date":"2/9/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":660,"Cost":414,"Date":"3/19/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":685,"Cost":476,"Date":"4/3/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":941,"Cost":834,"Date":"4/5/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":483,"Cost":389,"Date":"4/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":870,"Cost":624,"Date":"7/10/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":596,"Cost":398,"Date":"3/25/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":789,"Cost":578,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":541,"Cost":412,"Date":"10/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":960,"Cost":549,"Date":"3/2/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":445,"Cost":419,"Date":"6/28/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":965,"Cost":664,"Date":"7/17/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":268,"Cost":247,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":638,"Cost":591,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":563,"Cost":500,"Date":"11/20/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":336,"Cost":275,"Date":"12/16/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":805,"Cost":713,"Date":"12/30/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":656,"Cost":496,"Date":"2/15/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":442,"Cost":314,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":359,"Cost":282,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":507,"Cost":278,"Date":"4/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":522,"Cost":269,"Date":"7/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":224,"Cost":195,"Date":"8/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":785,"Cost":740,"Date":"10/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":628,"Cost":508,"Date":"11/11/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":451,"Cost":397,"Date":"11/30/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":869,"Cost":499,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":578,"Cost":384,"Date":"3/1/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":279,"Cost":197,"Date":"4/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":509,"Cost":452,"Date":"5/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":354,"Cost":178,"Date":"8/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":45,"Cost":41,"Date":"9/15/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":80,"Cost":73,"Date":"10/14/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":604,"Cost":348,"Date":"10/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":749,"Cost":604,"Date":"11/11/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":898,"Cost":508,"Date":"12/7/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":410,"Cost":328,"Date":"12/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":190,"Cost":135,"Date":"1/6/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":456,"Cost":283,"Date":"1/23/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":920,"Cost":573,"Date":"2/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":728,"Cost":621,"Date":"3/10/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":137,"Cost":82,"Date":"3/12/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":889,"Cost":740,"Date":"3/31/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":878,"Cost":640,"Date":"6/16/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":963,"Cost":791,"Date":"6/17/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":669,"Cost":346,"Date":"8/27/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":739,"Cost":436,"Date":"10/1/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":859,"Cost":438,"Date":"11/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":634,"Cost":546,"Date":"11/9/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":175,"Date":"3/27/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":320,"Cost":198,"Date":"4/17/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":78,"Cost":72,"Date":"8/11/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":368,"Cost":221,"Date":"8/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":706,"Cost":614,"Date":"9/2/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":841,"Cost":722,"Date":"9/5/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":748,"Cost":689,"Date":"9/14/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":293,"Cost":196,"Date":"9/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":940,"Cost":886,"Date":"11/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":652,"Cost":436,"Date":"12/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":547,"Cost":336,"Date":"1/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":228,"Cost":136,"Date":"1/21/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":572,"Cost":370,"Date":"2/9/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":656,"Cost":595,"Date":"3/19/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":676,"Cost":422,"Date":"4/3/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":453,"Cost":292,"Date":"4/5/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":470,"Cost":282,"Date":"4/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":364,"Cost":202,"Date":"7/10/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":437,"Cost":332,"Date":"3/25/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":14,"Cost":13,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":403,"Cost":340,"Date":"10/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":786,"Cost":477,"Date":"3/2/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":397,"Cost":306,"Date":"6/28/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":444,"Cost":286,"Date":"7/17/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":447,"Cost":397,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":916,"Cost":625,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":159,"Cost":149,"Date":"11/20/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":940,"Cost":698,"Date":"12/16/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":158,"Cost":107,"Date":"12/30/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":967,"Cost":918,"Date":"2/15/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":319,"Cost":231,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":290,"Cost":218,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":344,"Cost":319,"Date":"4/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":601,"Cost":357,"Date":"7/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":283,"Cost":150,"Date":"8/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":303,"Cost":287,"Date":"10/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":597,"Cost":527,"Date":"11/11/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":280,"Cost":253,"Date":"11/30/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":480,"Cost":342,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":393,"Cost":231,"Date":"3/1/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":897,"Cost":540,"Date":"4/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":287,"Cost":193,"Date":"5/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":59,"Cost":44,"Date":"8/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":409,"Cost":311,"Date":"9/15/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":960,"Cost":845,"Date":"10/14/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":139,"Cost":77,"Date":"10/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":213,"Cost":192,"Date":"11/11/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":517,"Cost":289,"Date":"12/7/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":522,"Cost":427,"Date":"12/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":797,"Cost":571,"Date":"1/6/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":568,"Cost":524,"Date":"1/23/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":868,"Cost":808,"Date":"2/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":489,"Cost":293,"Date":"3/10/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":538,"Cost":351,"Date":"3/12/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":847,"Cost":571,"Date":"3/31/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":369,"Cost":209,"Date":"6/16/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":652,"Cost":488,"Date":"6/17/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":321,"Cost":165,"Date":"8/27/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":484,"Cost":328,"Date":"10/1/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":1000,"Cost":828,"Date":"11/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":792,"Cost":417,"Date":"11/9/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":125,"Cost":77,"Date":"3/27/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":333,"Cost":238,"Date":"4/17/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":530,"Cost":315,"Date":"8/11/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":593,"Cost":443,"Date":"8/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":348,"Date":"9/2/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":550,"Cost":456,"Date":"9/5/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":241,"Cost":125,"Date":"9/14/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":946,"Cost":830,"Date":"9/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":903,"Cost":718,"Date":"11/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":359,"Cost":195,"Date":"12/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":845,"Cost":577,"Date":"1/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":958,"Cost":622,"Date":"1/21/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":313,"Cost":279,"Date":"2/9/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":349,"Cost":256,"Date":"3/19/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":813,"Cost":483,"Date":"4/3/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":519,"Cost":436,"Date":"4/5/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":854,"Cost":747,"Date":"4/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":836,"Cost":542,"Date":"7/10/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":290,"Cost":194,"Date":"3/25/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":966,"Cost":686,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":703,"Cost":492,"Date":"10/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":220,"Cost":146,"Date":"3/2/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":522,"Cost":439,"Date":"6/28/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":360,"Cost":284,"Date":"7/17/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":787,"Cost":408,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":912,"Cost":507,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":399,"Cost":223,"Date":"11/20/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":642,"Cost":558,"Date":"12/16/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":351,"Cost":321,"Date":"12/30/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":860,"Cost":800,"Date":"2/15/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":551,"Cost":453,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":112,"Cost":75,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":209,"Cost":111,"Date":"4/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":676,"Cost":490,"Date":"7/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":227,"Cost":157,"Date":"8/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":561,"Date":"10/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":161,"Date":"11/11/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":990,"Cost":860,"Date":"11/30/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":54,"Cost":29,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":453,"Cost":281,"Date":"3/1/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":244,"Cost":228,"Date":"4/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":299,"Cost":284,"Date":"5/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":789,"Cost":646,"Date":"8/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":853,"Cost":784,"Date":"9/15/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":946,"Cost":791,"Date":"10/14/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":425,"Date":"10/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":72,"Cost":43,"Date":"11/11/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":522,"Cost":486,"Date":"12/7/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":499,"Cost":352,"Date":"12/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":654,"Cost":466,"Date":"1/6/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":495,"Cost":273,"Date":"1/23/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":292,"Cost":160,"Date":"2/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":718,"Cost":522,"Date":"3/10/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":580,"Cost":325,"Date":"3/12/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":708,"Cost":541,"Date":"3/31/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":381,"Cost":261,"Date":"6/16/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":514,"Date":"6/17/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":463,"Date":"8/27/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":275,"Cost":155,"Date":"10/1/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":777,"Cost":404,"Date":"11/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":257,"Cost":150,"Date":"11/9/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":519,"Cost":447,"Date":"3/27/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":529,"Cost":293,"Date":"4/17/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":248,"Cost":235,"Date":"8/11/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":25,"Cost":23,"Date":"8/21/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":953,"Cost":521,"Date":"9/2/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":519,"Cost":355,"Date":"9/5/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":432,"Cost":379,"Date":"9/14/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":112,"Cost":105,"Date":"9/20/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":375,"Cost":323,"Date":"11/20/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":648,"Cost":340,"Date":"12/21/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":812,"Cost":484,"Date":"1/7/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":922,"Cost":541,"Date":"1/21/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":415,"Cost":293,"Date":"2/9/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":767,"Cost":594,"Date":"3/19/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":824,"Cost":637,"Date":"4/3/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":912,"Cost":662,"Date":"4/5/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":115,"Cost":101,"Date":"4/28/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":923,"Cost":810,"Date":"7/10/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":925,"Cost":834,"Date":"3/25/2020"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":171,"Cost":111,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":920,"Cost":556,"Date":"10/28/2020"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":832,"Cost":484,"Date":"3/2/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":599,"Cost":435,"Date":"6/28/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":683,"Cost":583,"Date":"7/17/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":880,"Cost":734,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":207,"Cost":138,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":791,"Cost":672,"Date":"11/20/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":279,"Cost":261,"Date":"12/16/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":182,"Cost":164,"Date":"12/30/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":42,"Cost":35,"Date":"2/15/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":828,"Cost":443,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":66,"Cost":55,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":857,"Cost":780,"Date":"4/18/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":467,"Cost":282,"Date":"7/27/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":174,"Cost":141,"Date":"8/18/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":606,"Cost":424,"Date":"10/31/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":974,"Cost":892,"Date":"11/11/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":786,"Cost":514,"Date":"11/30/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":701,"Cost":508,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":408,"Cost":326,"Date":"3/1/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":205,"Cost":175,"Date":"4/13/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":583,"Cost":381,"Date":"5/20/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":880,"Cost":813,"Date":"8/13/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":89,"Cost":47,"Date":"9/15/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":588,"Cost":552,"Date":"10/14/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":882,"Cost":647,"Date":"10/28/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":997,"Cost":590,"Date":"11/11/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":11,"Cost":7,"Date":"12/7/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":934,"Cost":666,"Date":"12/21/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":127,"Cost":109,"Date":"1/6/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":653,"Cost":331,"Date":"1/23/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":747,"Cost":509,"Date":"2/4/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":1,"Cost":0,"Date":"3/10/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":611,"Cost":563,"Date":"3/12/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":847,"Cost":520,"Date":"3/31/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":788,"Cost":472,"Date":"6/16/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":583,"Cost":409,"Date":"6/17/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":108,"Cost":102,"Date":"8/27/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":945,"Cost":589,"Date":"10/1/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":330,"Cost":313,"Date":"11/4/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":508,"Cost":467,"Date":"11/9/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":569,"Cost":531,"Date":"3/27/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":624,"Cost":379,"Date":"4/17/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":7,"Cost":7,"Date":"8/11/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":297,"Cost":184,"Date":"8/21/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":5,"Cost":2,"Date":"9/2/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":66,"Cost":62,"Date":"9/5/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":331,"Cost":314,"Date":"9/14/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":671,"Cost":524,"Date":"9/20/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":925,"Cost":864,"Date":"11/20/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":934,"Cost":790,"Date":"12/21/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":229,"Cost":197,"Date":"1/7/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":452,"Cost":389,"Date":"1/21/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":327,"Cost":231,"Date":"2/9/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":823,"Cost":544,"Date":"3/19/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":32,"Cost":23,"Date":"4/3/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":52,"Cost":48,"Date":"4/5/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":839,"Cost":548,"Date":"4/28/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":449,"Cost":369,"Date":"7/10/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":601,"Cost":350,"Date":"3/25/2020"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":537,"Cost":307,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":223,"Cost":138,"Date":"10/28/2020"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":206,"Cost":141,"Date":"3/2/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":551,"Cost":443,"Date":"6/28/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":939,"Cost":526,"Date":"7/17/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":224,"Cost":174,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":522,"Cost":266,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":840,"Cost":520,"Date":"11/20/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":981,"Cost":546,"Date":"12/16/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":850,"Cost":604,"Date":"12/30/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":947,"Cost":576,"Date":"2/15/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":468,"Cost":243,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":417,"Cost":284,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":992,"Cost":827,"Date":"4/18/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":930,"Cost":753,"Date":"7/27/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":560,"Cost":339,"Date":"8/18/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":371,"Cost":339,"Date":"10/31/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":140,"Cost":132,"Date":"11/11/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":309,"Cost":183,"Date":"11/30/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":238,"Cost":219,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":393,"Cost":290,"Date":"3/1/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":805,"Cost":522,"Date":"4/13/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":206,"Cost":103,"Date":"5/20/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":823,"Cost":714,"Date":"8/13/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":158,"Cost":126,"Date":"9/15/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":178,"Cost":120,"Date":"10/14/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":587,"Cost":385,"Date":"10/28/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":806,"Cost":524,"Date":"11/11/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":718,"Cost":372,"Date":"12/7/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":18,"Cost":16,"Date":"12/21/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":752,"Cost":608,"Date":"1/6/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":613,"Cost":582,"Date":"1/23/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":119,"Cost":113,"Date":"2/4/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":541,"Cost":291,"Date":"3/10/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":628,"Cost":527,"Date":"3/12/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":20,"Cost":13,"Date":"3/31/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":647,"Cost":342,"Date":"6/16/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":575,"Cost":433,"Date":"6/17/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":277,"Cost":139,"Date":"8/27/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":845,"Cost":738,"Date":"10/1/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":965,"Cost":622,"Date":"11/4/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":660,"Cost":510,"Date":"11/9/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":488,"Cost":404,"Date":"3/27/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":83,"Cost":42,"Date":"4/17/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":36,"Cost":22,"Date":"8/11/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":577,"Cost":393,"Date":"8/21/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":801,"Cost":482,"Date":"9/2/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":434,"Cost":367,"Date":"9/5/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":332,"Cost":222,"Date":"9/14/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":761,"Cost":517,"Date":"9/20/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":389,"Cost":226,"Date":"11/20/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":552,"Cost":517,"Date":"12/21/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":501,"Cost":338,"Date":"1/7/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":293,"Cost":230,"Date":"1/21/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":727,"Cost":648,"Date":"2/9/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":848,"Cost":527,"Date":"3/19/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":613,"Cost":532,"Date":"4/3/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":627,"Cost":374,"Date":"4/5/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":14,"Cost":8,"Date":"4/28/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":624,"Cost":509,"Date":"7/10/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":284,"Cost":179,"Date":"3/25/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":480,"Cost":258,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":376,"Cost":299,"Date":"10/28/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":975,"Cost":848,"Date":"3/2/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":848,"Cost":607,"Date":"6/28/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":471,"Cost":378,"Date":"7/17/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":553,"Cost":404,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":400,"Cost":355,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":546,"Cost":309,"Date":"11/20/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":538,"Cost":509,"Date":"12/16/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":840,"Cost":575,"Date":"12/30/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":296,"Cost":251,"Date":"2/15/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":69,"Cost":42,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":513,"Cost":443,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":27,"Cost":22,"Date":"4/18/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":406,"Cost":243,"Date":"7/27/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":37,"Cost":27,"Date":"8/18/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":232,"Cost":160,"Date":"10/31/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":232,"Cost":142,"Date":"11/11/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":213,"Cost":148,"Date":"11/30/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":571,"Cost":411,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":974,"Cost":702,"Date":"3/1/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":103,"Cost":61,"Date":"4/13/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":720,"Cost":606,"Date":"5/20/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":313,"Cost":283,"Date":"8/13/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":241,"Cost":158,"Date":"9/15/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":98,"Cost":81,"Date":"10/14/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":424,"Cost":246,"Date":"10/28/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":887,"Cost":565,"Date":"11/11/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":929,"Cost":542,"Date":"12/7/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":210,"Cost":122,"Date":"12/21/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":89,"Cost":78,"Date":"1/6/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":923,"Cost":513,"Date":"1/23/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":691,"Cost":355,"Date":"2/4/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":517,"Cost":468,"Date":"3/10/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":972,"Cost":627,"Date":"3/12/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":297,"Cost":188,"Date":"3/31/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":4,"Cost":4,"Date":"6/16/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":743,"Cost":675,"Date":"6/17/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":796,"Cost":723,"Date":"8/27/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":388,"Cost":298,"Date":"10/1/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":151,"Cost":128,"Date":"11/4/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":211,"Cost":121,"Date":"11/9/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":124,"Cost":69,"Date":"3/27/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":958,"Cost":557,"Date":"4/17/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":130,"Cost":79,"Date":"8/11/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":707,"Cost":460,"Date":"8/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":611,"Cost":492,"Date":"9/2/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":760,"Cost":468,"Date":"9/5/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":338,"Cost":280,"Date":"9/14/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":746,"Cost":592,"Date":"9/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":522,"Cost":298,"Date":"11/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":205,"Cost":106,"Date":"12/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":123,"Cost":85,"Date":"1/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":987,"Cost":535,"Date":"1/21/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":276,"Cost":160,"Date":"2/9/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":709,"Cost":527,"Date":"3/19/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":603,"Cost":534,"Date":"4/3/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":617,"Cost":477,"Date":"4/5/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":148,"Cost":91,"Date":"4/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":658,"Cost":417,"Date":"7/10/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":26,"Cost":25,"Date":"3/25/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":310,"Cost":292,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":795,"Cost":571,"Date":"10/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":959,"Cost":674,"Date":"3/2/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":881,"Cost":633,"Date":"6/28/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":718,"Cost":676,"Date":"7/17/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":480,"Cost":328,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":847,"Cost":738,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":344,"Cost":218,"Date":"11/20/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":489,"Cost":254,"Date":"12/16/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":380,"Cost":275,"Date":"12/30/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":422,"Cost":292,"Date":"2/15/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":176,"Cost":131,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":551,"Cost":281,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":160,"Cost":97,"Date":"4/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":453,"Cost":418,"Date":"7/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":149,"Cost":108,"Date":"8/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":951,"Cost":887,"Date":"10/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":266,"Cost":145,"Date":"11/11/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":208,"Cost":128,"Date":"11/30/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":181,"Cost":145,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":556,"Cost":460,"Date":"3/1/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":907,"Cost":672,"Date":"4/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":999,"Cost":629,"Date":"5/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":126,"Cost":94,"Date":"8/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":133,"Cost":108,"Date":"9/15/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":449,"Cost":364,"Date":"10/14/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":351,"Cost":192,"Date":"10/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":370,"Cost":206,"Date":"11/11/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":453,"Cost":320,"Date":"12/7/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":801,"Cost":732,"Date":"12/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":482,"Cost":251,"Date":"1/6/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":731,"Cost":624,"Date":"1/23/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":268,"Cost":227,"Date":"2/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":986,"Cost":498,"Date":"3/10/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":463,"Cost":409,"Date":"3/12/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":582,"Cost":348,"Date":"3/31/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":458,"Cost":416,"Date":"6/16/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":761,"Cost":429,"Date":"6/17/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":427,"Cost":226,"Date":"8/27/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":167,"Cost":100,"Date":"10/1/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":358,"Cost":290,"Date":"11/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":610,"Cost":363,"Date":"11/9/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":413,"Cost":326,"Date":"3/27/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":262,"Cost":177,"Date":"4/17/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":630,"Cost":394,"Date":"8/11/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":477,"Cost":355,"Date":"8/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":185,"Cost":138,"Date":"9/2/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":45,"Cost":22,"Date":"9/5/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":673,"Cost":547,"Date":"9/14/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":72,"Cost":45,"Date":"9/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":188,"Cost":139,"Date":"11/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":410,"Cost":388,"Date":"12/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":96,"Cost":52,"Date":"1/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":510,"Cost":325,"Date":"1/21/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":123,"Cost":87,"Date":"2/9/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":993,"Cost":679,"Date":"3/19/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":159,"Cost":111,"Date":"4/3/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":492,"Cost":444,"Date":"4/5/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":554,"Cost":405,"Date":"4/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":884,"Cost":655,"Date":"7/10/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":901,"Cost":751,"Date":"3/25/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":842,"Cost":797,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":314,"Cost":258,"Date":"10/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":468,"Cost":424,"Date":"3/2/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":830,"Cost":786,"Date":"6/28/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":741,"Cost":661,"Date":"7/17/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":624,"Cost":449,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":33,"Cost":19,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":895,"Cost":554,"Date":"11/20/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":318,"Cost":277,"Date":"12/16/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":944,"Cost":804,"Date":"12/30/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":195,"Cost":110,"Date":"2/15/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":479,"Cost":364,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":752,"Cost":687,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":128,"Cost":86,"Date":"4/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":194,"Cost":106,"Date":"7/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":388,"Cost":238,"Date":"8/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":370,"Cost":300,"Date":"10/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":866,"Cost":455,"Date":"11/11/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":695,"Cost":488,"Date":"11/30/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":703,"Cost":468,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":57,"Cost":34,"Date":"3/1/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":55,"Cost":33,"Date":"4/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":334,"Cost":300,"Date":"5/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":93,"Cost":83,"Date":"8/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":268,"Cost":220,"Date":"9/15/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":32,"Cost":26,"Date":"10/14/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":339,"Cost":247,"Date":"10/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":864,"Cost":643,"Date":"11/11/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":64,"Cost":44,"Date":"12/7/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":6,"Cost":5,"Date":"12/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":176,"Cost":94,"Date":"1/6/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":107,"Cost":90,"Date":"1/23/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":905,"Cost":837,"Date":"2/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":436,"Cost":360,"Date":"3/10/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":252,"Cost":165,"Date":"3/12/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":355,"Cost":208,"Date":"3/31/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":310,"Cost":255,"Date":"6/16/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":451,"Cost":364,"Date":"6/17/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":663,"Cost":376,"Date":"8/27/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":246,"Cost":177,"Date":"10/1/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":291,"Cost":166,"Date":"11/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":10,"Cost":6,"Date":"11/9/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":43,"Cost":39,"Date":"3/27/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":888,"Cost":798,"Date":"4/17/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":569,"Cost":391,"Date":"8/11/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":141,"Cost":122,"Date":"8/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":951,"Cost":499,"Date":"9/2/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":936,"Cost":701,"Date":"9/5/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":561,"Cost":428,"Date":"9/14/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":662,"Cost":606,"Date":"9/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":602,"Cost":458,"Date":"11/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":253,"Cost":233,"Date":"12/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":475,"Cost":318,"Date":"1/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":776,"Cost":695,"Date":"1/21/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":732,"Cost":681,"Date":"2/9/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":69,"Cost":35,"Date":"3/19/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":241,"Cost":157,"Date":"4/3/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":723,"Cost":379,"Date":"4/5/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":400,"Cost":333,"Date":"4/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":945,"Cost":665,"Date":"7/10/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":631,"Cost":353,"Date":"3/25/2020"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":4,"Cost":4,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":576,"Cost":423,"Date":"10/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":286,"Cost":203,"Date":"3/2/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":299,"Cost":235,"Date":"6/28/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":274,"Cost":215,"Date":"7/17/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":468,"Cost":276,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":89,"Cost":54,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":436,"Cost":340,"Date":"11/20/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":386,"Cost":249,"Date":"12/16/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":216,"Cost":168,"Date":"12/30/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":559,"Cost":469,"Date":"2/15/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":534,"Cost":341,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":244,"Cost":220,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":959,"Cost":627,"Date":"4/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":247,"Cost":194,"Date":"7/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":757,"Cost":526,"Date":"8/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":910,"Cost":611,"Date":"10/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":553,"Cost":384,"Date":"11/11/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":979,"Cost":823,"Date":"11/30/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":815,"Cost":645,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":360,"Cost":216,"Date":"3/1/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":643,"Cost":382,"Date":"4/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":189,"Cost":137,"Date":"5/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":118,"Cost":59,"Date":"8/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":434,"Cost":254,"Date":"9/15/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":725,"Cost":602,"Date":"10/14/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":929,"Cost":715,"Date":"10/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":877,"Cost":763,"Date":"11/11/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":604,"Cost":339,"Date":"12/7/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":25,"Cost":13,"Date":"12/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":257,"Cost":194,"Date":"1/6/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":221,"Cost":188,"Date":"1/23/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":64,"Cost":49,"Date":"2/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":444,"Cost":380,"Date":"3/10/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":545,"Cost":455,"Date":"3/12/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":107,"Cost":99,"Date":"3/31/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":519,"Cost":414,"Date":"6/16/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":88,"Cost":65,"Date":"6/17/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":394,"Cost":250,"Date":"8/27/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":655,"Cost":504,"Date":"10/1/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":80,"Cost":48,"Date":"11/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":485,"Cost":432,"Date":"11/9/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":968,"Cost":907,"Date":"3/27/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":561,"Cost":405,"Date":"4/17/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":635,"Cost":522,"Date":"8/11/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":527,"Cost":343,"Date":"8/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":262,"Cost":199,"Date":"9/2/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":249,"Cost":219,"Date":"9/5/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":723,"Cost":654,"Date":"9/14/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":796,"Cost":491,"Date":"9/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":250,"Cost":202,"Date":"11/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":273,"Cost":149,"Date":"12/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":770,"Cost":422,"Date":"1/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":870,"Cost":443,"Date":"1/21/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":689,"Cost":555,"Date":"2/9/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":203,"Cost":188,"Date":"3/19/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":885,"Cost":728,"Date":"4/3/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":481,"Cost":434,"Date":"4/5/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":721,"Cost":595,"Date":"4/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":907,"Cost":535,"Date":"7/10/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":460,"Cost":310,"Date":"3/25/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":837,"Cost":724,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":873,"Cost":499,"Date":"10/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":57,"Cost":43,"Date":"3/2/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":87,"Cost":45,"Date":"6/28/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":305,"Cost":168,"Date":"7/17/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":813,"Cost":665,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":356,"Cost":279,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":791,"Cost":485,"Date":"11/20/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":500,"Cost":308,"Date":"12/16/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":323,"Cost":175,"Date":"12/30/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":274,"Cost":153,"Date":"2/15/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":893,"Cost":706,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":604,"Cost":435,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":820,"Cost":692,"Date":"4/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":777,"Cost":661,"Date":"7/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":780,"Cost":438,"Date":"8/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":296,"Cost":242,"Date":"10/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":198,"Cost":160,"Date":"11/11/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":174,"Cost":139,"Date":"11/30/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":317,"Cost":211,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":126,"Cost":67,"Date":"3/1/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":106,"Cost":99,"Date":"4/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":562,"Cost":508,"Date":"5/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":101,"Cost":83,"Date":"8/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":505,"Cost":453,"Date":"9/15/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":43,"Cost":34,"Date":"10/14/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":740,"Cost":432,"Date":"10/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":680,"Cost":455,"Date":"11/11/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":185,"Cost":105,"Date":"12/7/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":211,"Cost":147,"Date":"12/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":246,"Cost":206,"Date":"1/6/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":875,"Cost":769,"Date":"1/23/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":981,"Cost":905,"Date":"2/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":398,"Cost":268,"Date":"3/10/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":626,"Cost":590,"Date":"3/12/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":510,"Cost":339,"Date":"3/31/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":994,"Cost":657,"Date":"6/16/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":577,"Cost":418,"Date":"6/17/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":379,"Cost":232,"Date":"8/27/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":40,"Cost":26,"Date":"10/1/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":666,"Cost":440,"Date":"11/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":565,"Cost":386,"Date":"11/9/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":311,"Cost":278,"Date":"3/27/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":741,"Cost":616,"Date":"4/17/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":225,"Cost":171,"Date":"8/11/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":962,"Cost":817,"Date":"8/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":660,"Cost":503,"Date":"9/2/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":158,"Cost":113,"Date":"9/5/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":708,"Cost":514,"Date":"9/14/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":226,"Cost":162,"Date":"9/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":172,"Cost":155,"Date":"11/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":424,"Cost":347,"Date":"12/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":976,"Cost":720,"Date":"1/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":594,"Cost":319,"Date":"1/21/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":12,"Cost":12,"Date":"2/9/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":157,"Cost":110,"Date":"3/19/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":242,"Cost":166,"Date":"4/3/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":404,"Cost":343,"Date":"4/5/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":833,"Cost":649,"Date":"4/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":499,"Cost":299,"Date":"7/10/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":928,"Cost":687,"Date":"3/25/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":23,"Cost":18,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":727,"Cost":458,"Date":"10/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":647,"Cost":457,"Date":"3/2/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":889,"Cost":792,"Date":"6/28/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":556,"Cost":408,"Date":"7/17/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":940,"Cost":531,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":586,"Cost":551,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":461,"Cost":247,"Date":"11/20/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":862,"Cost":700,"Date":"12/16/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":42,"Cost":22,"Date":"12/30/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":670,"Cost":612,"Date":"2/15/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":889,"Cost":830,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":319,"Cost":259,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":309,"Cost":259,"Date":"4/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":442,"Cost":366,"Date":"7/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":58,"Cost":42,"Date":"8/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":323,"Cost":229,"Date":"10/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":329,"Cost":190,"Date":"11/11/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":17,"Cost":9,"Date":"11/30/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":944,"Cost":506,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":429,"Cost":261,"Date":"3/1/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":535,"Cost":486,"Date":"4/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":630,"Cost":574,"Date":"5/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":935,"Cost":864,"Date":"8/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":321,"Cost":240,"Date":"9/15/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":976,"Cost":780,"Date":"10/14/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":674,"Cost":564,"Date":"10/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":937,"Cost":562,"Date":"11/11/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":841,"Cost":428,"Date":"12/7/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":875,"Cost":451,"Date":"12/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":87,"Cost":57,"Date":"1/6/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":59,"Cost":35,"Date":"1/23/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":200,"Cost":102,"Date":"2/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":979,"Cost":674,"Date":"3/10/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":120,"Cost":94,"Date":"3/12/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":197,"Cost":125,"Date":"3/31/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":130,"Cost":92,"Date":"6/16/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":919,"Cost":689,"Date":"6/17/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":7,"Cost":7,"Date":"8/27/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":270,"Cost":166,"Date":"10/1/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":870,"Cost":787,"Date":"11/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":103,"Cost":85,"Date":"11/9/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":220,"Cost":168,"Date":"3/27/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":46,"Cost":27,"Date":"4/17/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":719,"Cost":426,"Date":"8/11/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":662,"Cost":513,"Date":"8/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":202,"Cost":151,"Date":"9/2/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":962,"Cost":810,"Date":"9/5/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":732,"Cost":468,"Date":"9/14/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":148,"Cost":97,"Date":"9/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":616,"Cost":532,"Date":"11/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":126,"Cost":86,"Date":"12/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":668,"Cost":615,"Date":"1/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":7,"Cost":4,"Date":"1/21/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":221,"Cost":182,"Date":"2/9/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":288,"Cost":219,"Date":"3/19/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":373,"Cost":330,"Date":"4/3/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":579,"Cost":535,"Date":"4/5/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":238,"Cost":123,"Date":"4/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":497,"Cost":364,"Date":"7/10/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":501,"Cost":299,"Date":"3/25/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":169,"Cost":121,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":159,"Cost":140,"Date":"10/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":603,"Cost":362,"Date":"3/2/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":148,"Cost":140,"Date":"6/28/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":196,"Cost":175,"Date":"7/17/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":345,"Cost":227,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":632,"Cost":371,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":984,"Cost":798,"Date":"11/20/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":204,"Cost":190,"Date":"12/16/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":463,"Cost":264,"Date":"12/30/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":823,"Cost":463,"Date":"2/15/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":109,"Cost":55,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":863,"Cost":639,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":272,"Cost":255,"Date":"4/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":827,"Cost":750,"Date":"7/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":834,"Cost":435,"Date":"8/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":479,"Cost":431,"Date":"10/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":727,"Cost":527,"Date":"11/11/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":340,"Cost":295,"Date":"11/30/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":4,"Cost":4,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":279,"Cost":169,"Date":"3/1/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":699,"Cost":598,"Date":"4/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":738,"Cost":484,"Date":"5/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":494,"Cost":281,"Date":"8/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":629,"Cost":560,"Date":"9/15/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":158,"Cost":129,"Date":"10/14/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":44,"Cost":29,"Date":"10/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":275,"Cost":149,"Date":"11/11/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":600,"Cost":389,"Date":"12/7/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":466,"Cost":323,"Date":"12/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":49,"Cost":40,"Date":"1/6/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":229,"Cost":154,"Date":"1/23/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":570,"Cost":534,"Date":"2/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":701,"Cost":664,"Date":"3/10/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":294,"Cost":165,"Date":"3/12/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":188,"Cost":137,"Date":"3/31/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":924,"Cost":860,"Date":"6/16/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":949,"Cost":476,"Date":"6/17/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":403,"Cost":243,"Date":"8/27/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":94,"Cost":54,"Date":"10/1/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":164,"Cost":92,"Date":"11/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":665,"Cost":455,"Date":"11/9/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":378,"Cost":252,"Date":"3/27/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":134,"Cost":106,"Date":"4/17/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":623,"Cost":429,"Date":"8/11/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":367,"Cost":309,"Date":"8/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":636,"Cost":590,"Date":"9/2/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":680,"Cost":435,"Date":"9/5/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":271,"Cost":208,"Date":"9/14/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":544,"Cost":350,"Date":"9/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":63,"Cost":48,"Date":"11/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":700,"Cost":565,"Date":"12/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":421,"Cost":262,"Date":"1/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":312,"Cost":284,"Date":"1/21/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":732,"Cost":532,"Date":"2/9/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":261,"Cost":160,"Date":"3/19/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":594,"Cost":565,"Date":"4/3/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":431,"Cost":361,"Date":"4/5/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":422,"Cost":375,"Date":"4/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":932,"Cost":500,"Date":"7/10/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":127,"Cost":90,"Date":"3/25/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":994,"Cost":588,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":837,"Cost":514,"Date":"10/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":689,"Cost":401,"Date":"3/2/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":576,"Cost":393,"Date":"6/28/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":773,"Cost":704,"Date":"7/17/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":172,"Cost":97,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":734,"Cost":582,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":373,"Cost":317,"Date":"11/20/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":9,"Cost":5,"Date":"12/16/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":832,"Cost":424,"Date":"12/30/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":817,"Cost":471,"Date":"2/15/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":970,"Cost":621,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":218,"Cost":147,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":129,"Cost":100,"Date":"4/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":103,"Cost":91,"Date":"7/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":607,"Cost":553,"Date":"8/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":199,"Cost":125,"Date":"10/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":468,"Cost":412,"Date":"11/11/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":984,"Cost":890,"Date":"11/30/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":897,"Cost":570,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":124,"Cost":85,"Date":"3/1/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":80,"Cost":46,"Date":"4/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":177,"Cost":107,"Date":"5/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":823,"Cost":673,"Date":"8/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":779,"Cost":653,"Date":"9/15/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":515,"Cost":388,"Date":"10/14/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":636,"Cost":559,"Date":"10/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":167,"Cost":89,"Date":"11/11/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":640,"Cost":599,"Date":"12/7/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":518,"Cost":492,"Date":"12/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":909,"Cost":802,"Date":"1/6/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":591,"Cost":491,"Date":"1/23/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":857,"Cost":800,"Date":"2/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":26,"Cost":20,"Date":"3/10/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":498,"Cost":354,"Date":"3/12/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":763,"Cost":537,"Date":"3/31/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":264,"Cost":141,"Date":"6/16/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":414,"Cost":286,"Date":"6/17/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":779,"Cost":460,"Date":"8/27/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":580,"Cost":310,"Date":"10/1/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":21,"Cost":19,"Date":"11/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":304,"Cost":187,"Date":"11/9/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":781,"Cost":445,"Date":"3/27/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":337,"Cost":269,"Date":"4/17/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":104,"Cost":75,"Date":"8/11/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":536,"Cost":459,"Date":"8/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":570,"Cost":330,"Date":"9/2/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":849,"Cost":746,"Date":"9/5/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":221,"Cost":167,"Date":"9/14/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":919,"Cost":530,"Date":"9/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":512,"Cost":310,"Date":"11/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":229,"Cost":134,"Date":"12/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":109,"Cost":95,"Date":"1/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":641,"Cost":356,"Date":"1/21/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":373,"Cost":334,"Date":"2/9/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":726,"Cost":577,"Date":"3/19/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":738,"Cost":556,"Date":"4/3/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":432,"Cost":395,"Date":"4/5/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":521,"Cost":405,"Date":"4/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":293,"Cost":210,"Date":"7/10/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":298,"Cost":174,"Date":"3/25/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":632,"Cost":593,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":583,"Cost":490,"Date":"10/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":163,"Cost":151,"Date":"3/2/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":255,"Cost":152,"Date":"6/28/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":717,"Cost":677,"Date":"7/17/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":271,"Cost":197,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":188,"Cost":155,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":296,"Cost":158,"Date":"11/20/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":435,"Cost":339,"Date":"12/16/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":298,"Cost":167,"Date":"12/30/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":505,"Cost":253,"Date":"2/15/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":982,"Cost":612,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":557,"Cost":427,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":170,"Cost":92,"Date":"4/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":570,"Cost":492,"Date":"7/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":40,"Cost":35,"Date":"8/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":150,"Cost":113,"Date":"10/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":262,"Cost":201,"Date":"11/11/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":494,"Cost":288,"Date":"11/30/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":447,"Cost":247,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":350,"Cost":318,"Date":"3/1/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":660,"Cost":370,"Date":"4/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":495,"Cost":354,"Date":"5/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":964,"Cost":505,"Date":"8/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":919,"Cost":788,"Date":"9/15/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":832,"Cost":420,"Date":"10/14/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":130,"Cost":86,"Date":"10/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":460,"Cost":346,"Date":"11/11/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":372,"Cost":347,"Date":"12/7/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":617,"Cost":354,"Date":"12/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":771,"Cost":391,"Date":"1/6/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":114,"Cost":82,"Date":"1/23/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":163,"Cost":147,"Date":"2/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":464,"Cost":351,"Date":"3/10/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":883,"Cost":462,"Date":"3/12/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":5,"Cost":2,"Date":"3/31/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":160,"Cost":122,"Date":"6/16/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":345,"Cost":272,"Date":"6/17/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":31,"Cost":19,"Date":"8/27/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":134,"Cost":79,"Date":"10/1/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":465,"Cost":365,"Date":"11/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":240,"Cost":143,"Date":"11/9/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":633,"Cost":353,"Date":"3/27/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":717,"Cost":418,"Date":"4/17/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":603,"Cost":487,"Date":"8/11/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":594,"Cost":382,"Date":"8/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":363,"Cost":230,"Date":"9/2/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":448,"Cost":314,"Date":"9/5/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":283,"Cost":256,"Date":"9/14/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":498,"Cost":452,"Date":"9/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":826,"Cost":740,"Date":"11/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":356,"Cost":334,"Date":"12/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":658,"Cost":340,"Date":"1/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":769,"Cost":385,"Date":"1/21/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":681,"Cost":371,"Date":"2/9/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":53,"Cost":35,"Date":"3/19/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":109,"Cost":67,"Date":"4/3/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":229,"Cost":133,"Date":"4/5/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":370,"Cost":215,"Date":"4/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":543,"Cost":440,"Date":"7/10/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":582,"Cost":480,"Date":"3/25/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":326,"Cost":188,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":552,"Cost":336,"Date":"10/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":712,"Cost":565,"Date":"3/2/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":936,"Cost":844,"Date":"6/28/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":42,"Cost":27,"Date":"7/17/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":534,"Cost":332,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":428,"Cost":360,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":441,"Cost":337,"Date":"11/20/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":500,"Cost":301,"Date":"12/16/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":92,"Cost":56,"Date":"12/30/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":704,"Cost":453,"Date":"2/15/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":101,"Cost":70,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":157,"Cost":116,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":965,"Cost":800,"Date":"4/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":418,"Cost":235,"Date":"7/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":636,"Cost":456,"Date":"8/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":512,"Cost":447,"Date":"10/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":536,"Cost":284,"Date":"11/11/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":823,"Cost":593,"Date":"11/30/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":9,"Cost":5,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":23,"Cost":19,"Date":"3/1/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":155,"Cost":104,"Date":"4/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":556,"Cost":527,"Date":"5/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":236,"Cost":143,"Date":"8/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":616,"Cost":451,"Date":"9/15/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":79,"Cost":62,"Date":"10/14/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":199,"Cost":152,"Date":"10/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":285,"Cost":207,"Date":"11/11/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":54,"Cost":27,"Date":"12/7/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":725,"Cost":524,"Date":"12/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":900,"Cost":616,"Date":"1/6/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":440,"Cost":385,"Date":"1/23/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":413,"Cost":295,"Date":"2/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":431,"Cost":308,"Date":"3/10/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":497,"Cost":272,"Date":"3/12/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":439,"Cost":266,"Date":"3/31/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":729,"Cost":566,"Date":"6/16/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":703,"Cost":475,"Date":"6/17/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":348,"Cost":232,"Date":"8/27/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":314,"Cost":237,"Date":"10/1/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":829,"Cost":716,"Date":"11/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":352,"Cost":214,"Date":"11/9/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":435,"Cost":252,"Date":"3/27/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":198,"Cost":116,"Date":"4/17/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":134,"Cost":97,"Date":"8/11/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":67,"Cost":56,"Date":"8/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":602,"Cost":433,"Date":"9/2/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":126,"Cost":68,"Date":"9/5/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":864,"Cost":821,"Date":"9/14/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":278,"Cost":251,"Date":"9/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":16,"Cost":8,"Date":"11/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":592,"Cost":504,"Date":"12/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":243,"Cost":220,"Date":"1/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":52,"Cost":28,"Date":"1/21/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":533,"Cost":368,"Date":"2/9/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":63,"Cost":47,"Date":"3/19/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":43,"Cost":24,"Date":"4/3/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":828,"Cost":747,"Date":"4/5/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":64,"Cost":40,"Date":"4/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":444,"Cost":337,"Date":"7/10/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":798,"Cost":658,"Date":"3/25/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":794,"Cost":450,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":496,"Cost":384,"Date":"10/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":423,"Cost":335,"Date":"3/2/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":528,"Cost":484,"Date":"6/28/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":132,"Cost":116,"Date":"7/17/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":192,"Cost":102,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":737,"Cost":423,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":573,"Cost":453,"Date":"11/20/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":944,"Cost":802,"Date":"12/16/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":118,"Cost":77,"Date":"12/30/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":326,"Cost":194,"Date":"2/15/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":844,"Cost":460,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":794,"Cost":747,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":304,"Cost":242,"Date":"4/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":264,"Cost":203,"Date":"7/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":803,"Cost":439,"Date":"8/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":938,"Cost":701,"Date":"10/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":693,"Cost":386,"Date":"11/11/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":361,"Cost":296,"Date":"11/30/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":669,"Cost":508,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":186,"Cost":148,"Date":"3/1/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":721,"Cost":684,"Date":"4/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":84,"Cost":62,"Date":"5/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":284,"Cost":211,"Date":"8/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":139,"Cost":86,"Date":"9/15/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":919,"Cost":703,"Date":"10/14/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":890,"Cost":696,"Date":"10/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":938,"Cost":803,"Date":"11/11/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":697,"Cost":514,"Date":"12/7/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":422,"Cost":227,"Date":"12/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":387,"Cost":356,"Date":"1/6/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":364,"Cost":270,"Date":"1/23/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":329,"Cost":192,"Date":"2/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":539,"Cost":367,"Date":"3/10/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":284,"Cost":177,"Date":"3/12/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":105,"Cost":91,"Date":"3/31/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":809,"Cost":585,"Date":"6/16/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":142,"Cost":125,"Date":"6/17/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":287,"Cost":252,"Date":"8/27/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":983,"Cost":614,"Date":"10/1/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":257,"Cost":197,"Date":"11/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":3,"Cost":1,"Date":"11/9/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":792,"Cost":543,"Date":"3/27/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":471,"Cost":259,"Date":"4/17/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":299,"Cost":244,"Date":"8/11/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":403,"Cost":225,"Date":"8/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":159,"Cost":140,"Date":"9/2/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":874,"Cost":806,"Date":"9/5/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":806,"Cost":536,"Date":"9/14/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":735,"Cost":432,"Date":"9/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":199,"Cost":167,"Date":"11/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":580,"Cost":461,"Date":"12/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":533,"Cost":409,"Date":"1/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":152,"Cost":93,"Date":"1/21/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":166,"Cost":85,"Date":"2/9/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":987,"Cost":810,"Date":"3/19/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":403,"Cost":377,"Date":"4/3/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":621,"Cost":406,"Date":"4/5/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":193,"Cost":105,"Date":"4/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":254,"Cost":221,"Date":"7/10/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":936,"Cost":494,"Date":"3/25/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":99,"Cost":54,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":16,"Cost":13,"Date":"10/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":507,"Cost":275,"Date":"3/2/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":538,"Cost":402,"Date":"6/28/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":561,"Cost":481,"Date":"7/17/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":59,"Cost":31,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":895,"Cost":726,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":668,"Cost":462,"Date":"11/20/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":453,"Cost":363,"Date":"12/16/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":957,"Cost":541,"Date":"12/30/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":529,"Cost":443,"Date":"2/15/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":833,"Cost":592,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":70,"Cost":52,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":780,"Cost":533,"Date":"4/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":794,"Cost":631,"Date":"7/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":869,"Cost":707,"Date":"8/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":258,"Cost":233,"Date":"10/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":389,"Cost":195,"Date":"11/11/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":821,"Cost":613,"Date":"11/30/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":40,"Cost":33,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":283,"Cost":201,"Date":"3/1/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":363,"Cost":250,"Date":"4/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":470,"Cost":313,"Date":"5/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":722,"Cost":572,"Date":"8/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":82,"Cost":43,"Date":"9/15/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":217,"Cost":172,"Date":"10/14/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":712,"Cost":608,"Date":"10/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":307,"Cost":287,"Date":"11/11/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":306,"Cost":230,"Date":"12/7/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":240,"Cost":163,"Date":"12/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":344,"Cost":224,"Date":"1/6/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":816,"Cost":502,"Date":"1/23/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":861,"Cost":654,"Date":"2/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":686,"Cost":415,"Date":"3/10/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":542,"Cost":309,"Date":"3/12/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":932,"Cost":690,"Date":"3/31/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":358,"Cost":207,"Date":"6/16/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":714,"Cost":384,"Date":"6/17/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":380,"Cost":292,"Date":"8/27/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":716,"Cost":417,"Date":"10/1/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":531,"Cost":299,"Date":"11/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":448,"Cost":406,"Date":"11/9/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":509,"Cost":325,"Date":"3/27/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":231,"Cost":212,"Date":"4/17/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":429,"Cost":234,"Date":"8/11/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":46,"Cost":24,"Date":"8/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":566,"Cost":488,"Date":"9/2/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":529,"Cost":300,"Date":"9/5/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":903,"Cost":499,"Date":"9/14/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":130,"Cost":88,"Date":"9/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":511,"Cost":363,"Date":"11/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":843,"Cost":435,"Date":"12/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":300,"Cost":208,"Date":"1/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":323,"Cost":179,"Date":"1/21/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":208,"Cost":176,"Date":"2/9/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":207,"Cost":159,"Date":"3/19/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":702,"Cost":532,"Date":"4/3/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":182,"Cost":115,"Date":"4/5/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":147,"Cost":87,"Date":"4/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":802,"Cost":665,"Date":"7/10/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":438,"Cost":352,"Date":"3/25/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":794,"Cost":623,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":386,"Cost":288,"Date":"10/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":961,"Cost":600,"Date":"3/2/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":63,"Cost":60,"Date":"6/28/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":348,"Cost":243,"Date":"7/17/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":259,"Cost":160,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":40,"Cost":38,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":26,"Cost":24,"Date":"11/20/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":868,"Cost":699,"Date":"12/16/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":921,"Cost":552,"Date":"12/30/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":583,"Cost":364,"Date":"2/15/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":453,"Cost":257,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":361,"Cost":238,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":171,"Cost":139,"Date":"4/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":554,"Cost":403,"Date":"7/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":362,"Cost":284,"Date":"8/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":662,"Cost":438,"Date":"10/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":378,"Cost":224,"Date":"11/11/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":876,"Cost":544,"Date":"11/30/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":196,"Cost":168,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":749,"Cost":429,"Date":"3/1/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":903,"Cost":488,"Date":"4/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":755,"Cost":632,"Date":"5/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":548,"Cost":355,"Date":"8/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":774,"Cost":388,"Date":"9/15/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":932,"Cost":735,"Date":"10/14/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":867,"Cost":581,"Date":"10/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":553,"Cost":302,"Date":"11/11/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":834,"Cost":533,"Date":"12/7/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":314,"Cost":290,"Date":"12/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":830,"Cost":572,"Date":"1/6/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":955,"Cost":655,"Date":"1/23/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":942,"Cost":570,"Date":"2/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":99,"Cost":80,"Date":"3/10/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":288,"Cost":223,"Date":"3/12/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":532,"Cost":341,"Date":"3/31/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":477,"Cost":256,"Date":"6/16/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":602,"Cost":508,"Date":"6/17/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":483,"Cost":283,"Date":"8/27/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":210,"Cost":124,"Date":"10/1/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":389,"Cost":317,"Date":"11/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":608,"Cost":574,"Date":"11/9/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":98,"Cost":92,"Date":"3/27/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":130,"Cost":76,"Date":"4/17/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":138,"Cost":129,"Date":"8/11/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":235,"Cost":191,"Date":"8/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":446,"Cost":250,"Date":"9/2/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":596,"Cost":298,"Date":"9/5/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":874,"Cost":769,"Date":"9/14/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":470,"Cost":407,"Date":"9/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":804,"Cost":575,"Date":"11/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":829,"Cost":539,"Date":"12/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":528,"Cost":391,"Date":"1/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":407,"Cost":337,"Date":"1/21/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":364,"Cost":273,"Date":"2/9/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":320,"Cost":207,"Date":"3/19/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":398,"Cost":346,"Date":"4/3/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":301,"Cost":277,"Date":"4/5/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":300,"Cost":202,"Date":"4/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":633,"Cost":410,"Date":"7/10/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":158,"Cost":143,"Date":"3/25/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":494,"Cost":383,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":197,"Cost":121,"Date":"10/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":479,"Cost":325,"Date":"3/2/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":116,"Cost":101,"Date":"6/28/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":661,"Cost":525,"Date":"7/17/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":855,"Cost":806,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":629,"Cost":501,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":955,"Cost":727,"Date":"11/20/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":87,"Cost":72,"Date":"12/16/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":123,"Cost":107,"Date":"12/30/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":682,"Cost":375,"Date":"2/15/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":109,"Cost":71,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":403,"Cost":237,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":123,"Cost":77,"Date":"4/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":45,"Cost":30,"Date":"7/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":560,"Cost":307,"Date":"8/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":760,"Cost":598,"Date":"10/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":109,"Cost":92,"Date":"11/11/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":316,"Cost":185,"Date":"11/30/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":381,"Cost":224,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":50,"Cost":46,"Date":"3/1/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":146,"Cost":136,"Date":"4/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":813,"Cost":724,"Date":"5/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":829,"Cost":681,"Date":"8/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":338,"Cost":256,"Date":"9/15/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":367,"Cost":319,"Date":"10/14/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":4,"Cost":4,"Date":"10/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":981,"Cost":786,"Date":"11/11/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":369,"Cost":229,"Date":"12/7/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":911,"Cost":673,"Date":"12/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":159,"Cost":125,"Date":"1/6/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":384,"Cost":282,"Date":"1/23/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":43,"Cost":25,"Date":"2/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":306,"Cost":284,"Date":"3/10/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":860,"Cost":586,"Date":"3/12/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":499,"Cost":333,"Date":"3/31/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":560,"Cost":355,"Date":"6/16/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":870,"Cost":501,"Date":"6/17/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":248,"Cost":198,"Date":"8/27/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":868,"Cost":639,"Date":"10/1/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":629,"Cost":467,"Date":"11/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":240,"Cost":210,"Date":"11/9/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":969,"Cost":813,"Date":"3/27/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":371,"Cost":275,"Date":"4/17/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":210,"Cost":124,"Date":"8/11/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":629,"Cost":450,"Date":"8/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":404,"Cost":297,"Date":"9/2/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":789,"Cost":521,"Date":"9/5/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":513,"Cost":396,"Date":"9/14/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":927,"Cost":768,"Date":"9/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":735,"Cost":572,"Date":"11/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":760,"Cost":607,"Date":"12/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":38,"Cost":25,"Date":"1/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":603,"Cost":495,"Date":"1/21/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":520,"Cost":416,"Date":"2/9/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":792,"Cost":499,"Date":"3/19/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":565,"Cost":314,"Date":"4/3/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":195,"Cost":168,"Date":"4/5/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":800,"Cost":452,"Date":"4/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":298,"Cost":164,"Date":"7/10/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":937,"Cost":817,"Date":"3/25/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":643,"Cost":572,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":914,"Cost":772,"Date":"10/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":951,"Cost":715,"Date":"3/2/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":187,"Cost":95,"Date":"6/28/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":123,"Cost":112,"Date":"7/17/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":152,"Cost":106,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":861,"Cost":552,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":107,"Cost":83,"Date":"11/20/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":333,"Cost":296,"Date":"12/16/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":677,"Cost":354,"Date":"12/30/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":5,"Cost":4,"Date":"2/15/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":135,"Cost":125,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":366,"Cost":259,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":976,"Cost":707,"Date":"4/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":143,"Cost":79,"Date":"7/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":541,"Cost":426,"Date":"8/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":339,"Cost":276,"Date":"10/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":936,"Cost":750,"Date":"11/11/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":382,"Cost":323,"Date":"11/30/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":383,"Cost":222,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":75,"Cost":63,"Date":"3/1/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":871,"Cost":500,"Date":"4/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":686,"Cost":376,"Date":"5/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":433,"Cost":298,"Date":"8/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":73,"Cost":57,"Date":"9/15/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":295,"Cost":215,"Date":"10/14/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":111,"Cost":66,"Date":"10/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":878,"Cost":602,"Date":"11/11/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":409,"Cost":259,"Date":"12/7/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":667,"Cost":573,"Date":"12/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":278,"Cost":139,"Date":"1/6/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":31,"Cost":19,"Date":"1/23/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":858,"Cost":756,"Date":"2/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":330,"Cost":260,"Date":"3/10/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":156,"Cost":102,"Date":"3/12/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":627,"Cost":351,"Date":"3/31/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":189,"Cost":110,"Date":"6/16/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":80,"Cost":61,"Date":"6/17/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":428,"Cost":394,"Date":"8/27/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":712,"Cost":407,"Date":"10/1/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":138,"Cost":118,"Date":"11/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":851,"Cost":633,"Date":"11/9/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":98,"Cost":76,"Date":"3/27/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":644,"Cost":551,"Date":"4/17/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":887,"Cost":479,"Date":"8/11/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":130,"Cost":82,"Date":"8/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":73,"Cost":55,"Date":"9/2/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":693,"Cost":570,"Date":"9/5/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":849,"Cost":739,"Date":"9/14/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":831,"Cost":769,"Date":"9/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":81,"Cost":63,"Date":"11/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":437,"Cost":300,"Date":"12/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":461,"Cost":307,"Date":"1/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":972,"Cost":721,"Date":"1/21/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":615,"Cost":531,"Date":"2/9/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":24,"Cost":14,"Date":"3/19/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":448,"Cost":285,"Date":"4/3/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":940,"Cost":511,"Date":"4/5/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":855,"Cost":671,"Date":"4/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":454,"Cost":340,"Date":"7/10/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":422,"Cost":293,"Date":"3/25/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":74,"Cost":52,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":343,"Cost":199,"Date":"10/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":614,"Cost":358,"Date":"3/2/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":100,"Cost":78,"Date":"6/28/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":689,"Cost":559,"Date":"7/17/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":647,"Cost":416,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":29,"Cost":25,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":349,"Cost":325,"Date":"11/20/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":286,"Cost":221,"Date":"12/16/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":577,"Cost":449,"Date":"12/30/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":265,"Cost":176,"Date":"2/15/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":742,"Cost":421,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":24,"Cost":18,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":487,"Cost":314,"Date":"4/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":556,"Cost":490,"Date":"7/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":583,"Cost":337,"Date":"8/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":890,"Cost":573,"Date":"10/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":970,"Cost":751,"Date":"11/11/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":269,"Cost":231,"Date":"11/30/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":579,"Cost":315,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":43,"Cost":25,"Date":"3/1/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":217,"Cost":183,"Date":"4/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":71,"Cost":47,"Date":"5/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":848,"Cost":784,"Date":"8/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":358,"Cost":259,"Date":"9/15/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":921,"Cost":596,"Date":"10/14/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":135,"Cost":127,"Date":"10/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":784,"Cost":414,"Date":"11/11/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":116,"Cost":76,"Date":"12/7/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":6,"Cost":3,"Date":"12/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":981,"Cost":695,"Date":"1/6/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":214,"Cost":153,"Date":"1/23/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":345,"Cost":234,"Date":"2/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":802,"Cost":484,"Date":"3/10/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":37,"Cost":26,"Date":"3/12/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":88,"Cost":61,"Date":"3/31/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":999,"Cost":722,"Date":"6/16/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":963,"Cost":519,"Date":"6/17/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":891,"Cost":596,"Date":"8/27/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":960,"Cost":887,"Date":"10/1/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":960,"Cost":571,"Date":"11/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":214,"Cost":164,"Date":"11/9/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":504,"Cost":308,"Date":"3/27/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":884,"Cost":570,"Date":"4/17/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":804,"Cost":532,"Date":"8/11/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":986,"Cost":652,"Date":"8/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":218,"Cost":109,"Date":"9/2/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":364,"Cost":327,"Date":"9/5/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":626,"Cost":378,"Date":"9/14/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":96,"Cost":78,"Date":"9/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":188,"Cost":170,"Date":"11/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":251,"Cost":152,"Date":"12/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":112,"Cost":84,"Date":"1/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":987,"Cost":548,"Date":"1/21/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":873,"Cost":731,"Date":"2/9/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":949,"Cost":803,"Date":"3/19/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":97,"Cost":55,"Date":"4/3/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":156,"Cost":144,"Date":"4/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":168,"Cost":101,"Date":"4/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":231,"Cost":171,"Date":"7/10/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":59,"Cost":48,"Date":"3/25/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":416,"Cost":389,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":272,"Cost":167,"Date":"10/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":569,"Cost":306,"Date":"3/2/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":627,"Cost":543,"Date":"6/28/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":612,"Cost":339,"Date":"7/17/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":893,"Cost":680,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":615,"Cost":491,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":139,"Cost":85,"Date":"11/20/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":267,"Cost":229,"Date":"12/16/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":394,"Cost":319,"Date":"12/30/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":68,"Cost":52,"Date":"2/15/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":406,"Cost":280,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":972,"Cost":784,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":782,"Cost":557,"Date":"4/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":616,"Cost":403,"Date":"7/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":800,"Cost":410,"Date":"8/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":575,"Cost":529,"Date":"10/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":815,"Cost":464,"Date":"11/11/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":170,"Cost":115,"Date":"11/30/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":235,"Cost":210,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":148,"Cost":103,"Date":"3/1/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":933,"Cost":611,"Date":"4/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":867,"Cost":690,"Date":"5/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":502,"Cost":272,"Date":"8/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":193,"Cost":110,"Date":"9/15/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":314,"Cost":206,"Date":"10/14/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":819,"Cost":564,"Date":"10/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":528,"Cost":306,"Date":"11/11/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":249,"Cost":210,"Date":"12/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":466,"Cost":319,"Date":"12/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":851,"Cost":453,"Date":"1/6/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":834,"Cost":508,"Date":"1/23/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":665,"Cost":475,"Date":"2/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":518,"Cost":431,"Date":"3/10/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":542,"Cost":424,"Date":"3/12/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":264,"Cost":147,"Date":"3/31/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":70,"Cost":62,"Date":"6/16/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":251,"Cost":232,"Date":"6/17/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":351,"Cost":256,"Date":"8/27/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":736,"Cost":637,"Date":"10/1/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":708,"Cost":565,"Date":"11/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":781,"Cost":529,"Date":"11/9/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":868,"Cost":820,"Date":"3/27/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":940,"Cost":837,"Date":"4/17/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":8,"Cost":8,"Date":"8/11/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":138,"Cost":109,"Date":"8/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":125,"Cost":76,"Date":"9/2/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":925,"Cost":522,"Date":"9/5/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":331,"Cost":272,"Date":"9/14/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":647,"Cost":536,"Date":"9/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":566,"Cost":525,"Date":"11/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":570,"Cost":477,"Date":"12/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":232,"Cost":142,"Date":"1/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":235,"Cost":129,"Date":"1/21/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":112,"Cost":84,"Date":"2/9/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":809,"Cost":579,"Date":"3/19/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":380,"Cost":244,"Date":"4/3/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":728,"Cost":392,"Date":"4/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":271,"Cost":213,"Date":"4/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":605,"Cost":480,"Date":"7/10/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":817,"Cost":720,"Date":"3/25/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":950,"Cost":784,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":557,"Cost":485,"Date":"10/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":228,"Cost":169,"Date":"3/2/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":659,"Cost":460,"Date":"6/28/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":974,"Cost":699,"Date":"7/17/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":312,"Cost":179,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":161,"Cost":107,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":725,"Cost":673,"Date":"11/20/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":288,"Cost":170,"Date":"12/16/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":641,"Cost":322,"Date":"12/30/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":612,"Cost":495,"Date":"2/15/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":673,"Cost":585,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":810,"Cost":445,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":933,"Cost":699,"Date":"4/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":217,"Cost":141,"Date":"7/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":480,"Cost":344,"Date":"8/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":764,"Cost":593,"Date":"10/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":849,"Cost":686,"Date":"11/11/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":60,"Cost":45,"Date":"11/30/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":428,"Cost":334,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":664,"Cost":375,"Date":"3/1/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":403,"Cost":288,"Date":"4/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":45,"Cost":35,"Date":"5/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":799,"Cost":425,"Date":"8/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":866,"Cost":603,"Date":"9/15/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":507,"Cost":261,"Date":"10/14/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":312,"Cost":282,"Date":"10/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":656,"Cost":499,"Date":"11/11/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":156,"Cost":86,"Date":"12/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":713,"Cost":461,"Date":"12/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":734,"Cost":479,"Date":"1/6/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":99,"Cost":55,"Date":"1/23/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":993,"Cost":566,"Date":"2/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":464,"Cost":238,"Date":"3/10/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":588,"Cost":505,"Date":"3/12/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":668,"Cost":582,"Date":"3/31/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":820,"Cost":767,"Date":"6/16/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":664,"Cost":446,"Date":"6/17/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":501,"Cost":372,"Date":"8/27/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":776,"Cost":602,"Date":"10/1/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":933,"Cost":698,"Date":"11/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":987,"Cost":544,"Date":"11/9/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":987,"Cost":616,"Date":"3/27/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":757,"Cost":587,"Date":"4/17/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":699,"Cost":579,"Date":"8/11/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":587,"Cost":442,"Date":"8/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":202,"Cost":140,"Date":"9/2/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":37,"Cost":20,"Date":"9/5/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":172,"Cost":148,"Date":"9/14/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":476,"Cost":279,"Date":"9/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":455,"Cost":292,"Date":"11/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":9,"Cost":8,"Date":"12/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":695,"Cost":367,"Date":"1/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":364,"Cost":244,"Date":"1/21/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":989,"Cost":510,"Date":"2/9/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":692,"Cost":452,"Date":"3/19/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":289,"Cost":156,"Date":"4/3/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":20,"Cost":17,"Date":"4/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":763,"Cost":675,"Date":"4/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":346,"Cost":207,"Date":"7/10/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":289,"Cost":177,"Date":"3/25/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":576,"Cost":338,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":410,"Cost":378,"Date":"10/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":189,"Cost":177,"Date":"3/2/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":781,"Cost":580,"Date":"6/28/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":759,"Cost":663,"Date":"7/17/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":216,"Cost":124,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":692,"Cost":546,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":457,"Cost":422,"Date":"11/20/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":709,"Cost":561,"Date":"12/16/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":346,"Cost":243,"Date":"12/30/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":37,"Cost":33,"Date":"2/15/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":551,"Cost":478,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":996,"Cost":748,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":925,"Cost":639,"Date":"4/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":617,"Cost":487,"Date":"7/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":5,"Cost":5,"Date":"8/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":36,"Cost":28,"Date":"10/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":64,"Cost":56,"Date":"11/11/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":1,"Cost":0,"Date":"11/30/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":824,"Cost":667,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":793,"Cost":616,"Date":"3/1/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":126,"Cost":88,"Date":"4/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":760,"Cost":656,"Date":"5/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":179,"Cost":121,"Date":"8/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":883,"Cost":795,"Date":"9/15/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":177,"Cost":141,"Date":"10/14/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":219,"Cost":174,"Date":"10/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":774,"Cost":590,"Date":"11/11/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":938,"Cost":637,"Date":"12/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":306,"Cost":270,"Date":"12/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":610,"Cost":389,"Date":"1/6/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":59,"Cost":41,"Date":"1/23/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":249,"Cost":138,"Date":"2/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":146,"Cost":104,"Date":"3/10/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":322,"Cost":198,"Date":"3/12/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":850,"Cost":731,"Date":"3/31/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":930,"Cost":480,"Date":"6/16/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":374,"Cost":298,"Date":"6/17/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":69,"Cost":56,"Date":"8/27/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":761,"Cost":625,"Date":"10/1/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":111,"Cost":94,"Date":"11/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":508,"Cost":372,"Date":"11/9/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":507,"Cost":269,"Date":"3/27/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":992,"Cost":678,"Date":"4/17/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":621,"Cost":463,"Date":"8/11/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":80,"Cost":72,"Date":"8/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":718,"Cost":395,"Date":"9/2/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":399,"Cost":361,"Date":"9/5/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":587,"Cost":532,"Date":"9/14/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":880,"Cost":607,"Date":"9/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":684,"Cost":433,"Date":"11/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":268,"Cost":161,"Date":"12/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":254,"Cost":194,"Date":"1/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":455,"Cost":274,"Date":"1/21/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":651,"Cost":538,"Date":"2/9/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":366,"Cost":247,"Date":"3/19/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":113,"Cost":91,"Date":"4/3/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":355,"Cost":186,"Date":"4/5/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":93,"Cost":57,"Date":"4/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":408,"Cost":214,"Date":"7/10/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":39,"Cost":32,"Date":"3/25/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":252,"Cost":224,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":497,"Cost":441,"Date":"10/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":648,"Cost":406,"Date":"3/2/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":736,"Cost":388,"Date":"6/28/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":101,"Cost":50,"Date":"7/17/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":365,"Cost":319,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":452,"Cost":347,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":757,"Cost":438,"Date":"11/20/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":191,"Cost":105,"Date":"12/16/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":499,"Cost":358,"Date":"12/30/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":538,"Cost":460,"Date":"2/15/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":907,"Cost":642,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":110,"Cost":84,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":920,"Cost":737,"Date":"4/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":203,"Cost":153,"Date":"7/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":935,"Cost":599,"Date":"8/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":338,"Cost":317,"Date":"10/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":500,"Cost":307,"Date":"11/11/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":988,"Cost":630,"Date":"11/30/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":101,"Cost":55,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":603,"Cost":519,"Date":"3/1/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":563,"Cost":521,"Date":"4/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":963,"Cost":689,"Date":"5/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":676,"Cost":507,"Date":"8/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":351,"Cost":296,"Date":"9/15/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":828,"Cost":751,"Date":"10/14/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":295,"Cost":232,"Date":"10/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":505,"Cost":294,"Date":"11/11/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":299,"Cost":157,"Date":"12/7/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":565,"Cost":441,"Date":"12/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":803,"Cost":409,"Date":"1/6/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":424,"Cost":306,"Date":"1/23/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":294,"Cost":209,"Date":"2/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":627,"Cost":356,"Date":"3/10/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":605,"Cost":339,"Date":"3/12/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":48,"Cost":33,"Date":"3/31/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":195,"Cost":167,"Date":"6/16/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":507,"Cost":345,"Date":"6/17/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":554,"Cost":516,"Date":"8/27/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":126,"Cost":67,"Date":"10/1/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":656,"Cost":491,"Date":"11/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":402,"Cost":345,"Date":"11/9/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":349,"Cost":205,"Date":"3/27/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":338,"Cost":293,"Date":"4/17/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":481,"Cost":352,"Date":"8/11/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":104,"Cost":90,"Date":"8/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":758,"Cost":658,"Date":"9/2/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":551,"Cost":506,"Date":"9/5/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":897,"Cost":843,"Date":"9/14/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":724,"Cost":569,"Date":"9/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":537,"Cost":464,"Date":"11/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":264,"Cost":169,"Date":"12/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":788,"Cost":554,"Date":"1/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":933,"Cost":466,"Date":"1/21/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":455,"Cost":374,"Date":"2/9/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":915,"Cost":467,"Date":"3/19/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":426,"Cost":382,"Date":"4/3/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":470,"Cost":268,"Date":"4/5/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":903,"Cost":541,"Date":"4/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":301,"Cost":226,"Date":"7/10/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":461,"Cost":260,"Date":"3/25/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":283,"Cost":267,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":965,"Cost":523,"Date":"10/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":561,"Cost":496,"Date":"3/2/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":849,"Cost":541,"Date":"6/28/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":848,"Cost":797,"Date":"7/17/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":82,"Cost":75,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":228,"Cost":166,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":784,"Cost":610,"Date":"11/20/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":24,"Cost":15,"Date":"12/16/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":903,"Cost":774,"Date":"12/30/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":33,"Cost":25,"Date":"2/15/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":182,"Cost":161,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":670,"Cost":344,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":389,"Cost":293,"Date":"4/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":137,"Cost":108,"Date":"7/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":101,"Cost":64,"Date":"8/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":312,"Cost":214,"Date":"10/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":51,"Cost":39,"Date":"11/11/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":432,"Cost":410,"Date":"11/30/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":355,"Cost":183,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":364,"Cost":217,"Date":"3/1/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":257,"Cost":155,"Date":"4/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":303,"Cost":263,"Date":"5/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":106,"Cost":75,"Date":"8/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":871,"Cost":636,"Date":"9/15/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":222,"Cost":197,"Date":"10/14/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":396,"Cost":236,"Date":"10/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":760,"Cost":609,"Date":"11/11/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":380,"Cost":221,"Date":"12/7/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":77,"Cost":42,"Date":"12/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":360,"Cost":239,"Date":"1/6/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":27,"Cost":23,"Date":"1/23/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":918,"Cost":466,"Date":"2/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":928,"Cost":860,"Date":"3/10/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":190,"Cost":169,"Date":"3/12/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":763,"Cost":527,"Date":"3/31/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":142,"Cost":103,"Date":"6/16/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":140,"Cost":77,"Date":"6/17/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":953,"Cost":617,"Date":"8/27/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":345,"Cost":237,"Date":"10/1/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":358,"Cost":252,"Date":"11/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":601,"Cost":421,"Date":"11/9/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":308,"Cost":275,"Date":"3/27/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":10,"Cost":7,"Date":"4/17/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":290,"Cost":234,"Date":"8/11/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":590,"Cost":494,"Date":"8/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":686,"Cost":401,"Date":"9/2/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":563,"Cost":386,"Date":"9/5/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":717,"Cost":617,"Date":"9/14/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":446,"Cost":228,"Date":"9/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":412,"Cost":244,"Date":"11/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":846,"Cost":619,"Date":"12/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":560,"Cost":284,"Date":"1/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":302,"Cost":168,"Date":"1/21/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":58,"Cost":54,"Date":"2/9/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":61,"Cost":37,"Date":"3/19/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":222,"Cost":158,"Date":"4/3/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":258,"Cost":215,"Date":"4/5/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":802,"Cost":714,"Date":"4/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":894,"Cost":743,"Date":"7/10/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":289,"Cost":186,"Date":"3/25/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":547,"Cost":451,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":406,"Cost":299,"Date":"10/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":87,"Cost":49,"Date":"3/2/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":349,"Cost":313,"Date":"6/28/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":497,"Cost":460,"Date":"7/17/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":616,"Cost":481,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":124,"Cost":111,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":149,"Cost":93,"Date":"11/20/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":427,"Cost":335,"Date":"12/16/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":562,"Cost":282,"Date":"12/30/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":855,"Cost":430,"Date":"2/15/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":288,"Cost":173,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":264,"Cost":174,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":578,"Cost":347,"Date":"4/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":359,"Cost":267,"Date":"7/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":374,"Cost":276,"Date":"8/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":478,"Cost":444,"Date":"10/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":841,"Cost":673,"Date":"11/11/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":935,"Cost":584,"Date":"11/30/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":728,"Cost":577,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":100,"Cost":67,"Date":"3/1/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":75,"Cost":42,"Date":"4/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":270,"Cost":244,"Date":"5/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":742,"Cost":503,"Date":"8/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":361,"Cost":213,"Date":"9/15/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":720,"Cost":582,"Date":"10/14/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":436,"Cost":356,"Date":"10/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":855,"Cost":788,"Date":"11/11/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":974,"Cost":627,"Date":"12/7/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":412,"Cost":221,"Date":"12/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":821,"Cost":581,"Date":"1/6/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":333,"Cost":298,"Date":"1/23/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":112,"Cost":93,"Date":"2/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":944,"Cost":690,"Date":"3/10/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":14,"Cost":7,"Date":"3/12/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":169,"Cost":137,"Date":"3/31/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":526,"Cost":383,"Date":"6/16/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":558,"Cost":400,"Date":"6/17/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":347,"Cost":287,"Date":"8/27/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":935,"Cost":684,"Date":"10/1/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":706,"Cost":602,"Date":"11/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":97,"Cost":57,"Date":"11/9/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":775,"Cost":690,"Date":"3/27/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":56,"Cost":39,"Date":"4/17/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":288,"Cost":191,"Date":"8/11/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":242,"Cost":211,"Date":"8/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":815,"Cost":524,"Date":"9/2/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":536,"Cost":322,"Date":"9/5/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":632,"Cost":500,"Date":"9/14/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":829,"Cost":610,"Date":"9/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":749,"Cost":653,"Date":"11/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":271,"Cost":158,"Date":"12/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":146,"Cost":130,"Date":"1/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":841,"Cost":423,"Date":"1/21/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":896,"Cost":826,"Date":"2/9/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":8,"Cost":5,"Date":"3/19/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":281,"Cost":206,"Date":"4/3/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":514,"Cost":290,"Date":"4/5/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":624,"Cost":412,"Date":"4/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":780,"Cost":451,"Date":"7/10/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":630,"Cost":442,"Date":"3/25/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":98,"Cost":77,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":756,"Cost":401,"Date":"10/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":71,"Cost":49,"Date":"3/2/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":711,"Cost":518,"Date":"6/28/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":477,"Cost":454,"Date":"7/17/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":668,"Cost":534,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":188,"Cost":122,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":850,"Cost":564,"Date":"11/20/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":529,"Cost":295,"Date":"12/16/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":775,"Cost":636,"Date":"12/30/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":263,"Cost":224,"Date":"2/15/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":314,"Cost":208,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":854,"Cost":730,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":194,"Cost":123,"Date":"4/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":308,"Cost":230,"Date":"7/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":580,"Cost":337,"Date":"8/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":97,"Cost":82,"Date":"10/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":818,"Cost":443,"Date":"11/11/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":198,"Cost":143,"Date":"11/30/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":752,"Cost":668,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":352,"Cost":289,"Date":"3/1/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":7,"Cost":7,"Date":"4/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":309,"Cost":217,"Date":"5/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":53,"Cost":45,"Date":"8/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":980,"Cost":866,"Date":"9/15/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":801,"Cost":662,"Date":"10/14/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":515,"Cost":381,"Date":"10/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":563,"Cost":372,"Date":"11/11/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":157,"Cost":124,"Date":"12/7/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":562,"Cost":377,"Date":"12/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":446,"Cost":391,"Date":"1/6/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":354,"Cost":210,"Date":"1/23/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":829,"Cost":531,"Date":"2/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":746,"Cost":461,"Date":"3/10/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":78,"Cost":50,"Date":"3/12/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":332,"Cost":239,"Date":"3/31/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":792,"Cost":540,"Date":"6/16/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":206,"Cost":161,"Date":"6/17/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":640,"Cost":599,"Date":"8/27/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":971,"Cost":642,"Date":"10/1/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":396,"Cost":263,"Date":"11/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":665,"Cost":614,"Date":"11/9/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":295,"Cost":188,"Date":"3/27/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":742,"Cost":476,"Date":"4/17/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":165,"Cost":131,"Date":"8/11/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":400,"Cost":288,"Date":"8/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":179,"Cost":157,"Date":"9/2/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":104,"Cost":59,"Date":"9/5/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":58,"Cost":33,"Date":"9/14/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":537,"Cost":438,"Date":"9/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":399,"Cost":301,"Date":"11/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":869,"Cost":591,"Date":"12/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":448,"Cost":390,"Date":"1/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":850,"Cost":534,"Date":"1/21/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":835,"Cost":738,"Date":"2/9/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":230,"Cost":115,"Date":"3/19/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":546,"Cost":517,"Date":"4/3/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":512,"Cost":292,"Date":"4/5/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":310,"Cost":169,"Date":"4/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":664,"Cost":541,"Date":"7/10/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":289,"Cost":184,"Date":"3/25/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":512,"Cost":484,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":651,"Cost":341,"Date":"10/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":162,"Cost":121,"Date":"3/2/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":140,"Cost":106,"Date":"6/28/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":597,"Cost":470,"Date":"7/17/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":706,"Cost":436,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":840,"Cost":498,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":593,"Cost":307,"Date":"11/20/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":529,"Cost":306,"Date":"12/16/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":524,"Cost":341,"Date":"12/30/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":342,"Cost":306,"Date":"2/15/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":79,"Cost":62,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":480,"Cost":432,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":367,"Cost":347,"Date":"4/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":56,"Cost":35,"Date":"7/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":643,"Cost":475,"Date":"8/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":514,"Cost":369,"Date":"10/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":18,"Cost":16,"Date":"11/11/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":771,"Cost":464,"Date":"11/30/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":52,"Cost":35,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":981,"Cost":710,"Date":"3/1/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":69,"Cost":54,"Date":"4/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":290,"Cost":213,"Date":"5/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":146,"Cost":117,"Date":"8/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":979,"Cost":690,"Date":"9/15/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":510,"Cost":258,"Date":"10/14/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":916,"Cost":661,"Date":"10/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":129,"Cost":68,"Date":"11/11/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":703,"Cost":484,"Date":"12/7/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":960,"Cost":912,"Date":"12/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":257,"Cost":202,"Date":"1/6/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":247,"Cost":222,"Date":"1/23/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":484,"Cost":401,"Date":"2/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":196,"Cost":139,"Date":"3/10/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":167,"Cost":143,"Date":"3/12/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":309,"Cost":236,"Date":"3/31/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":746,"Cost":416,"Date":"6/16/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":436,"Cost":227,"Date":"6/17/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":590,"Cost":403,"Date":"8/27/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":861,"Cost":688,"Date":"10/1/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":882,"Cost":693,"Date":"11/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":326,"Cost":166,"Date":"11/9/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":445,"Cost":307,"Date":"3/27/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":676,"Cost":502,"Date":"4/17/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":163,"Cost":114,"Date":"8/11/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":125,"Cost":66,"Date":"8/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":343,"Cost":321,"Date":"9/2/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":7,"Cost":4,"Date":"9/5/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":317,"Cost":208,"Date":"9/14/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":198,"Cost":151,"Date":"9/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":251,"Cost":172,"Date":"11/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":327,"Cost":277,"Date":"12/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":438,"Cost":389,"Date":"1/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":709,"Cost":631,"Date":"1/21/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":750,"Cost":536,"Date":"2/9/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":178,"Cost":103,"Date":"3/19/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":985,"Cost":763,"Date":"4/3/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":210,"Cost":171,"Date":"4/5/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":281,"Cost":192,"Date":"4/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":474,"Cost":297,"Date":"7/10/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":877,"Cost":497,"Date":"3/25/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":126,"Cost":117,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":979,"Cost":866,"Date":"10/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":849,"Cost":649,"Date":"3/2/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":280,"Cost":243,"Date":"6/28/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":983,"Cost":906,"Date":"7/17/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":742,"Cost":670,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":949,"Cost":810,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":583,"Cost":396,"Date":"11/20/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":829,"Cost":475,"Date":"12/16/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":473,"Cost":433,"Date":"12/30/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":647,"Cost":499,"Date":"2/15/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":790,"Cost":747,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":506,"Cost":394,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":979,"Cost":706,"Date":"4/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":581,"Cost":355,"Date":"7/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":417,"Cost":223,"Date":"8/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":1,"Cost":1,"Date":"10/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":419,"Cost":218,"Date":"11/11/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":618,"Cost":326,"Date":"11/30/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":630,"Cost":387,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":951,"Cost":636,"Date":"3/1/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":486,"Cost":386,"Date":"4/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":397,"Cost":350,"Date":"5/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":564,"Cost":421,"Date":"8/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":549,"Cost":412,"Date":"9/15/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":175,"Cost":140,"Date":"10/14/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":495,"Cost":406,"Date":"10/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":538,"Cost":386,"Date":"11/11/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":227,"Cost":182,"Date":"12/7/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":101,"Cost":58,"Date":"12/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":52,"Cost":31,"Date":"1/6/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":545,"Cost":281,"Date":"1/23/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":132,"Cost":104,"Date":"2/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":646,"Cost":406,"Date":"3/10/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":818,"Cost":704,"Date":"3/12/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":849,"Cost":801,"Date":"3/31/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":250,"Cost":230,"Date":"6/16/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":196,"Cost":181,"Date":"6/17/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":30,"Cost":21,"Date":"8/27/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":279,"Cost":143,"Date":"10/1/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":699,"Cost":549,"Date":"11/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":873,"Cost":522,"Date":"11/9/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":820,"Cost":562,"Date":"3/27/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":805,"Cost":572,"Date":"4/17/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":175,"Cost":159,"Date":"8/11/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":200,"Cost":114,"Date":"8/21/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":795,"Cost":513,"Date":"9/2/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":259,"Cost":170,"Date":"9/5/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":781,"Cost":525,"Date":"9/14/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":699,"Cost":395,"Date":"9/20/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":898,"Cost":686,"Date":"11/20/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":822,"Cost":479,"Date":"12/21/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":158,"Cost":149,"Date":"1/7/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":767,"Cost":498,"Date":"1/21/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":231,"Cost":200,"Date":"2/9/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":83,"Cost":63,"Date":"3/19/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":645,"Cost":485,"Date":"4/3/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":221,"Cost":123,"Date":"4/5/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":904,"Cost":714,"Date":"4/28/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":501,"Cost":438,"Date":"7/10/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":201,"Cost":183,"Date":"3/25/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":186,"Cost":118,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":384,"Cost":339,"Date":"10/28/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":815,"Cost":492,"Date":"3/2/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":477,"Cost":250,"Date":"6/28/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":992,"Cost":696,"Date":"7/17/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":395,"Cost":362,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":150,"Cost":135,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":458,"Cost":386,"Date":"11/20/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":365,"Cost":278,"Date":"12/16/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":457,"Cost":284,"Date":"12/30/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":345,"Cost":287,"Date":"2/15/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":748,"Cost":645,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":16,"Cost":10,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":372,"Cost":267,"Date":"4/18/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":950,"Cost":549,"Date":"7/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":503,"Cost":398,"Date":"8/18/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":36,"Cost":18,"Date":"10/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":115,"Cost":76,"Date":"11/11/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":954,"Cost":825,"Date":"11/30/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":581,"Cost":334,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":568,"Cost":284,"Date":"3/1/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":695,"Cost":349,"Date":"4/13/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":618,"Cost":579,"Date":"5/20/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":559,"Cost":510,"Date":"8/13/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":177,"Cost":127,"Date":"9/15/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":359,"Cost":313,"Date":"10/14/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":466,"Cost":423,"Date":"10/28/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":699,"Cost":593,"Date":"11/11/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":336,"Cost":247,"Date":"12/7/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":495,"Cost":359,"Date":"12/21/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":188,"Cost":138,"Date":"1/6/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":136,"Cost":88,"Date":"1/23/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":629,"Cost":502,"Date":"2/4/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":727,"Cost":515,"Date":"3/10/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":848,"Cost":619,"Date":"3/12/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":925,"Cost":539,"Date":"3/31/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":949,"Cost":671,"Date":"6/16/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":197,"Cost":176,"Date":"6/17/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":387,"Cost":244,"Date":"8/27/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":777,"Cost":607,"Date":"10/1/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":58,"Cost":31,"Date":"11/4/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":864,"Cost":702,"Date":"11/9/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":788,"Cost":738,"Date":"3/27/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":492,"Cost":307,"Date":"4/17/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":314,"Cost":227,"Date":"8/11/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":55,"Cost":31,"Date":"8/21/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":791,"Cost":520,"Date":"9/2/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":314,"Cost":177,"Date":"9/5/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":785,"Cost":718,"Date":"9/14/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":937,"Cost":554,"Date":"9/20/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":122,"Cost":87,"Date":"11/20/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":443,"Cost":359,"Date":"12/21/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":993,"Cost":667,"Date":"1/7/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":849,"Cost":701,"Date":"1/21/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":668,"Cost":448,"Date":"2/9/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":903,"Cost":837,"Date":"3/19/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":470,"Cost":355,"Date":"4/3/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":559,"Cost":453,"Date":"4/5/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":785,"Cost":606,"Date":"4/28/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":771,"Cost":460,"Date":"7/10/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":803,"Cost":590,"Date":"3/25/2020"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":199,"Cost":184,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":230,"Cost":149,"Date":"10/28/2020"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":24,"Cost":12,"Date":"3/2/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":215,"Cost":129,"Date":"6/28/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":877,"Cost":814,"Date":"7/17/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":593,"Cost":548,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":112,"Cost":98,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":785,"Cost":603,"Date":"11/20/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":457,"Cost":316,"Date":"12/16/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":34,"Cost":32,"Date":"12/30/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":398,"Cost":262,"Date":"2/15/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":327,"Cost":198,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":420,"Cost":286,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":202,"Cost":189,"Date":"4/18/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":510,"Cost":481,"Date":"7/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":314,"Cost":296,"Date":"8/18/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":743,"Cost":402,"Date":"10/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":465,"Cost":402,"Date":"11/11/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":904,"Cost":781,"Date":"11/30/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":168,"Cost":144,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":461,"Cost":329,"Date":"3/1/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":704,"Cost":461,"Date":"4/13/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":56,"Cost":35,"Date":"5/20/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":451,"Cost":392,"Date":"8/13/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":866,"Cost":485,"Date":"9/15/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":135,"Cost":96,"Date":"10/14/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":976,"Cost":833,"Date":"10/28/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":661,"Cost":609,"Date":"11/11/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":116,"Cost":82,"Date":"12/7/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":979,"Cost":650,"Date":"12/21/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":286,"Cost":230,"Date":"1/6/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":425,"Cost":388,"Date":"1/23/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":685,"Cost":636,"Date":"2/4/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":613,"Cost":534,"Date":"3/10/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":69,"Cost":35,"Date":"3/12/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":488,"Cost":306,"Date":"3/31/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":45,"Cost":39,"Date":"6/16/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":449,"Cost":297,"Date":"6/17/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":216,"Cost":196,"Date":"8/27/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":303,"Cost":229,"Date":"10/1/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":107,"Cost":55,"Date":"11/4/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":241,"Cost":224,"Date":"11/9/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":567,"Cost":338,"Date":"3/27/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":226,"Cost":121,"Date":"4/17/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":641,"Cost":528,"Date":"8/11/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":920,"Cost":808,"Date":"8/21/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":704,"Cost":411,"Date":"9/2/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":651,"Cost":370,"Date":"9/5/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":658,"Cost":507,"Date":"9/14/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":768,"Cost":547,"Date":"9/20/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":415,"Cost":259,"Date":"11/20/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":232,"Cost":188,"Date":"12/21/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":41,"Cost":33,"Date":"1/7/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":894,"Cost":742,"Date":"1/21/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":837,"Cost":559,"Date":"2/9/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":898,"Cost":811,"Date":"3/19/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":907,"Cost":682,"Date":"4/3/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":777,"Cost":735,"Date":"4/5/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":460,"Cost":302,"Date":"4/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":784,"Cost":393,"Date":"7/10/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":886,"Cost":841,"Date":"3/25/2020"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":67,"Cost":48,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":712,"Cost":627,"Date":"10/28/2020"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":108,"Cost":62,"Date":"3/2/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":295,"Cost":268,"Date":"6/28/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":21,"Cost":16,"Date":"7/17/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":682,"Cost":342,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":779,"Cost":646,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":500,"Cost":283,"Date":"11/20/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":914,"Cost":559,"Date":"12/16/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":545,"Cost":411,"Date":"12/30/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":575,"Cost":379,"Date":"2/15/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":27,"Cost":22,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":87,"Cost":77,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":694,"Cost":362,"Date":"4/18/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":139,"Cost":131,"Date":"7/27/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":324,"Cost":295,"Date":"8/18/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":46,"Cost":34,"Date":"10/31/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":563,"Cost":496,"Date":"11/11/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":796,"Cost":409,"Date":"11/30/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":109,"Cost":80,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":730,"Cost":631,"Date":"3/1/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":632,"Cost":546,"Date":"4/13/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":108,"Cost":64,"Date":"5/20/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":713,"Cost":380,"Date":"8/13/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":61,"Cost":53,"Date":"9/15/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":477,"Cost":279,"Date":"10/14/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":3,"Cost":1,"Date":"10/28/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":524,"Cost":498,"Date":"11/11/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":6,"Cost":3,"Date":"12/7/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":618,"Cost":370,"Date":"12/21/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":522,"Cost":412,"Date":"1/6/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":947,"Cost":570,"Date":"1/23/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":736,"Cost":602,"Date":"2/4/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":192,"Cost":114,"Date":"3/10/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":95,"Cost":72,"Date":"3/12/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":794,"Cost":509,"Date":"3/31/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":656,"Cost":374,"Date":"6/16/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":14,"Cost":8,"Date":"6/17/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":78,"Cost":59,"Date":"8/27/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":483,"Cost":428,"Date":"10/1/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":120,"Cost":114,"Date":"11/4/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":731,"Cost":687,"Date":"11/9/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":774,"Cost":621,"Date":"3/27/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":689,"Cost":593,"Date":"4/17/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":461,"Cost":349,"Date":"8/11/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":789,"Cost":642,"Date":"8/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":373,"Cost":267,"Date":"9/2/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":963,"Cost":564,"Date":"9/5/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":596,"Cost":431,"Date":"9/14/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":747,"Cost":634,"Date":"9/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":309,"Cost":253,"Date":"11/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":153,"Cost":102,"Date":"12/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":491,"Cost":297,"Date":"1/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":772,"Cost":448,"Date":"1/21/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":945,"Cost":710,"Date":"2/9/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":298,"Cost":222,"Date":"3/19/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":658,"Cost":536,"Date":"4/3/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":986,"Cost":806,"Date":"4/5/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":423,"Cost":219,"Date":"4/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":505,"Cost":254,"Date":"7/10/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":731,"Cost":486,"Date":"3/25/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":805,"Cost":610,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":469,"Cost":363,"Date":"10/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":47,"Cost":39,"Date":"3/2/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":1,"Cost":0,"Date":"6/28/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":52,"Cost":37,"Date":"7/17/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":750,"Cost":420,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":211,"Cost":174,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":935,"Cost":873,"Date":"11/20/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":336,"Cost":252,"Date":"12/16/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":262,"Cost":177,"Date":"12/30/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":156,"Cost":144,"Date":"2/15/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":426,"Cost":264,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":155,"Cost":132,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":890,"Cost":770,"Date":"4/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":281,"Cost":234,"Date":"7/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":559,"Cost":505,"Date":"8/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":208,"Cost":121,"Date":"10/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":183,"Cost":106,"Date":"11/11/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":538,"Cost":430,"Date":"11/30/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":95,"Cost":52,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":458,"Cost":307,"Date":"3/1/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":126,"Cost":119,"Date":"4/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":480,"Cost":447,"Date":"5/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":351,"Cost":182,"Date":"8/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":496,"Cost":412,"Date":"9/15/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":307,"Cost":281,"Date":"10/14/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":206,"Cost":104,"Date":"10/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":16,"Cost":9,"Date":"11/11/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":281,"Cost":209,"Date":"12/7/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":141,"Cost":76,"Date":"12/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":214,"Cost":114,"Date":"1/6/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":366,"Cost":205,"Date":"1/23/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":388,"Cost":292,"Date":"2/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":800,"Cost":752,"Date":"3/10/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":622,"Cost":521,"Date":"3/12/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":699,"Cost":636,"Date":"3/31/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":335,"Cost":288,"Date":"6/16/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":305,"Cost":219,"Date":"6/17/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":665,"Cost":574,"Date":"8/27/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":895,"Cost":652,"Date":"10/1/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":738,"Cost":372,"Date":"11/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":598,"Cost":513,"Date":"11/9/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":218,"Cost":163,"Date":"3/27/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":227,"Cost":159,"Date":"4/17/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":778,"Cost":541,"Date":"8/11/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":196,"Cost":132,"Date":"8/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":467,"Cost":285,"Date":"9/2/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":43,"Cost":29,"Date":"9/5/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":1000,"Cost":623,"Date":"9/14/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":477,"Cost":328,"Date":"9/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":635,"Cost":438,"Date":"11/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":392,"Cost":370,"Date":"12/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":542,"Cost":435,"Date":"1/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":686,"Cost":423,"Date":"1/21/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":339,"Cost":306,"Date":"2/9/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":616,"Cost":375,"Date":"3/19/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":595,"Cost":479,"Date":"4/3/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":186,"Cost":126,"Date":"4/5/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":509,"Cost":349,"Date":"4/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":450,"Cost":225,"Date":"7/10/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":47,"Cost":31,"Date":"3/25/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":910,"Cost":751,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":617,"Cost":496,"Date":"10/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":143,"Cost":76,"Date":"3/2/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":609,"Cost":433,"Date":"6/28/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":636,"Cost":462,"Date":"7/17/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":728,"Cost":551,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":874,"Cost":672,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":537,"Cost":483,"Date":"11/20/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":554,"Cost":309,"Date":"12/16/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":9,"Cost":8,"Date":"12/30/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":896,"Cost":614,"Date":"2/15/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":936,"Cost":832,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":796,"Cost":496,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":830,"Cost":599,"Date":"4/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":347,"Cost":218,"Date":"7/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":219,"Cost":189,"Date":"8/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":735,"Cost":658,"Date":"10/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":552,"Cost":292,"Date":"11/11/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":467,"Cost":236,"Date":"11/30/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":361,"Cost":224,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":746,"Cost":440,"Date":"3/1/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":382,"Cost":200,"Date":"4/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":146,"Cost":128,"Date":"5/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":683,"Cost":361,"Date":"8/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":771,"Cost":477,"Date":"9/15/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":716,"Cost":541,"Date":"10/14/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":208,"Cost":176,"Date":"10/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":2,"Cost":2,"Date":"11/11/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":36,"Cost":29,"Date":"12/7/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":550,"Cost":407,"Date":"12/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":445,"Cost":283,"Date":"1/6/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":416,"Cost":269,"Date":"1/23/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":226,"Cost":140,"Date":"2/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":332,"Cost":309,"Date":"3/10/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":134,"Cost":115,"Date":"3/12/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":992,"Cost":638,"Date":"3/31/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":721,"Cost":437,"Date":"6/16/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":338,"Cost":237,"Date":"6/17/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":875,"Cost":590,"Date":"8/27/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":402,"Cost":375,"Date":"10/1/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":39,"Cost":23,"Date":"11/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":27,"Cost":13,"Date":"11/9/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":902,"Cost":535,"Date":"3/27/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":567,"Cost":299,"Date":"4/17/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":363,"Cost":306,"Date":"8/11/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":377,"Cost":341,"Date":"8/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":541,"Cost":359,"Date":"9/2/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":215,"Cost":201,"Date":"9/5/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":315,"Cost":189,"Date":"9/14/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":784,"Cost":564,"Date":"9/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":26,"Cost":14,"Date":"11/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":197,"Cost":165,"Date":"12/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":321,"Cost":163,"Date":"1/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":389,"Cost":200,"Date":"1/21/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":957,"Cost":580,"Date":"2/9/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":99,"Cost":84,"Date":"3/19/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":765,"Cost":629,"Date":"4/3/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":846,"Cost":495,"Date":"4/5/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":771,"Cost":389,"Date":"4/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":728,"Cost":397,"Date":"7/10/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":371,"Cost":255,"Date":"3/25/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":816,"Cost":679,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":651,"Cost":478,"Date":"10/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":727,"Cost":659,"Date":"3/2/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":735,"Cost":374,"Date":"6/28/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":547,"Cost":388,"Date":"7/17/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":139,"Cost":94,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":25,"Cost":15,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":905,"Cost":482,"Date":"11/20/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":300,"Cost":265,"Date":"12/16/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":558,"Cost":330,"Date":"12/30/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":8,"Cost":6,"Date":"2/15/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":819,"Cost":646,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":353,"Cost":180,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":765,"Cost":540,"Date":"4/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":260,"Cost":142,"Date":"7/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":768,"Cost":620,"Date":"8/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":780,"Cost":399,"Date":"10/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":42,"Cost":26,"Date":"11/11/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":203,"Cost":123,"Date":"11/30/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":317,"Cost":264,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":453,"Cost":312,"Date":"3/1/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":465,"Cost":438,"Date":"4/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":729,"Cost":666,"Date":"5/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":703,"Cost":452,"Date":"8/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":304,"Cost":215,"Date":"9/15/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":886,"Cost":768,"Date":"10/14/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":270,"Cost":138,"Date":"10/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":949,"Cost":821,"Date":"11/11/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":929,"Cost":780,"Date":"12/7/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":887,"Cost":842,"Date":"12/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":639,"Cost":468,"Date":"1/6/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":321,"Cost":208,"Date":"1/23/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":829,"Cost":566,"Date":"2/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":242,"Cost":224,"Date":"3/10/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":62,"Cost":57,"Date":"3/12/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":378,"Cost":297,"Date":"3/31/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":225,"Cost":163,"Date":"6/16/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":479,"Cost":279,"Date":"6/17/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":269,"Cost":159,"Date":"8/27/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":66,"Cost":39,"Date":"10/1/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":779,"Cost":483,"Date":"11/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":600,"Cost":474,"Date":"11/9/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":835,"Cost":786,"Date":"3/27/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":795,"Cost":549,"Date":"4/17/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":899,"Cost":726,"Date":"8/11/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":538,"Cost":345,"Date":"8/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":819,"Cost":440,"Date":"9/2/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":503,"Cost":346,"Date":"9/5/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":635,"Cost":360,"Date":"9/14/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":614,"Cost":459,"Date":"9/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":384,"Cost":317,"Date":"11/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":140,"Cost":130,"Date":"12/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":339,"Cost":178,"Date":"1/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":762,"Cost":584,"Date":"1/21/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":617,"Cost":545,"Date":"2/9/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":871,"Cost":752,"Date":"3/19/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":903,"Cost":765,"Date":"4/3/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":764,"Cost":704,"Date":"4/5/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":83,"Cost":77,"Date":"4/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":660,"Cost":626,"Date":"7/10/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":9,"Cost":6,"Date":"3/25/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":725,"Cost":600,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":759,"Cost":389,"Date":"10/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":289,"Cost":203,"Date":"3/2/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":661,"Cost":596,"Date":"6/28/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":554,"Cost":323,"Date":"7/17/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":475,"Cost":338,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":284,"Cost":246,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":597,"Cost":301,"Date":"11/20/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":97,"Cost":55,"Date":"12/16/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":121,"Cost":84,"Date":"12/30/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":651,"Cost":424,"Date":"2/15/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":529,"Cost":477,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":779,"Cost":474,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":595,"Cost":516,"Date":"4/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":390,"Cost":267,"Date":"7/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":295,"Cost":280,"Date":"8/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":124,"Cost":112,"Date":"10/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":39,"Cost":36,"Date":"11/11/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":980,"Cost":915,"Date":"11/30/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":5,"Cost":5,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":864,"Cost":631,"Date":"3/1/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":397,"Cost":293,"Date":"4/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":268,"Cost":195,"Date":"5/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":769,"Cost":459,"Date":"8/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":639,"Cost":381,"Date":"9/15/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":993,"Cost":708,"Date":"10/14/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":790,"Cost":647,"Date":"10/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":610,"Cost":367,"Date":"11/11/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":514,"Cost":342,"Date":"12/7/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":498,"Cost":282,"Date":"12/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":974,"Cost":497,"Date":"1/6/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":462,"Cost":249,"Date":"1/23/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":828,"Cost":426,"Date":"2/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":369,"Cost":336,"Date":"3/10/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":775,"Cost":562,"Date":"3/12/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":526,"Cost":439,"Date":"3/31/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":10,"Cost":9,"Date":"6/16/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":718,"Cost":362,"Date":"6/17/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":63,"Cost":46,"Date":"8/27/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":964,"Cost":854,"Date":"10/1/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":443,"Cost":281,"Date":"11/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":501,"Cost":401,"Date":"11/9/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":526,"Cost":475,"Date":"3/27/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":904,"Cost":460,"Date":"4/17/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":877,"Cost":481,"Date":"8/11/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":417,"Cost":221,"Date":"8/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":983,"Cost":548,"Date":"9/2/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":51,"Cost":36,"Date":"9/5/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":336,"Cost":214,"Date":"9/14/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":47,"Cost":24,"Date":"9/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":511,"Cost":472,"Date":"11/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":266,"Cost":139,"Date":"12/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":415,"Cost":238,"Date":"1/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":717,"Cost":446,"Date":"1/21/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":365,"Cost":260,"Date":"2/9/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":473,"Cost":441,"Date":"3/19/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":732,"Cost":374,"Date":"4/3/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":8,"Cost":6,"Date":"4/5/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":537,"Cost":313,"Date":"4/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":701,"Cost":368,"Date":"7/10/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":936,"Cost":700,"Date":"3/25/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":818,"Cost":624,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":261,"Cost":136,"Date":"10/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":932,"Cost":657,"Date":"3/2/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":73,"Cost":59,"Date":"6/28/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":316,"Cost":283,"Date":"7/17/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":716,"Cost":521,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":564,"Cost":356,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":752,"Cost":576,"Date":"11/20/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":436,"Cost":287,"Date":"12/16/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":877,"Cost":491,"Date":"12/30/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":76,"Cost":65,"Date":"2/15/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":181,"Cost":133,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":194,"Cost":182,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":331,"Cost":217,"Date":"4/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":70,"Cost":37,"Date":"7/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":974,"Cost":727,"Date":"8/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":86,"Cost":46,"Date":"10/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":193,"Cost":180,"Date":"11/11/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":38,"Cost":31,"Date":"11/30/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":974,"Cost":648,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":870,"Cost":823,"Date":"3/1/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":395,"Cost":215,"Date":"4/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":318,"Cost":284,"Date":"5/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":935,"Cost":830,"Date":"8/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":206,"Cost":116,"Date":"9/15/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":861,"Cost":483,"Date":"10/14/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":247,"Cost":227,"Date":"10/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":55,"Cost":42,"Date":"11/11/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":877,"Cost":577,"Date":"12/7/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":675,"Cost":564,"Date":"12/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":468,"Cost":257,"Date":"1/6/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":341,"Cost":173,"Date":"1/23/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":809,"Cost":410,"Date":"2/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":163,"Cost":138,"Date":"3/10/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":971,"Cost":783,"Date":"3/12/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":971,"Cost":884,"Date":"3/31/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":569,"Cost":520,"Date":"6/16/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":594,"Cost":388,"Date":"6/17/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":233,"Cost":141,"Date":"8/27/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":749,"Cost":380,"Date":"10/1/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":600,"Cost":471,"Date":"11/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":844,"Cost":589,"Date":"11/9/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":60,"Cost":33,"Date":"3/27/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":269,"Cost":180,"Date":"4/17/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":444,"Cost":344,"Date":"8/11/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":713,"Cost":656,"Date":"8/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":167,"Cost":150,"Date":"9/2/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":437,"Cost":338,"Date":"9/5/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":913,"Cost":732,"Date":"9/14/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":274,"Cost":171,"Date":"9/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":410,"Cost":277,"Date":"11/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":115,"Cost":70,"Date":"12/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":489,"Cost":378,"Date":"1/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":235,"Cost":206,"Date":"1/21/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":813,"Cost":514,"Date":"2/9/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":137,"Cost":95,"Date":"3/19/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":15,"Cost":10,"Date":"4/3/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":335,"Cost":198,"Date":"4/5/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":173,"Cost":99,"Date":"4/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":995,"Cost":834,"Date":"7/10/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":349,"Cost":227,"Date":"3/25/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":146,"Cost":76,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":677,"Cost":400,"Date":"10/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":252,"Cost":191,"Date":"3/2/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":277,"Cost":158,"Date":"6/28/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":214,"Cost":166,"Date":"7/17/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":533,"Cost":380,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":988,"Cost":544,"Date":"11/20/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":898,"Cost":686,"Date":"12/16/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":437,"Cost":377,"Date":"12/30/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":19,"Cost":18,"Date":"2/15/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":290,"Cost":269,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":821,"Cost":674,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":892,"Cost":581,"Date":"4/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":319,"Cost":216,"Date":"7/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":280,"Cost":193,"Date":"8/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":691,"Cost":477,"Date":"10/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":122,"Cost":79,"Date":"11/11/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":202,"Cost":178,"Date":"11/30/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":529,"Cost":479,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":501,"Cost":270,"Date":"3/1/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":113,"Cost":67,"Date":"4/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":706,"Cost":406,"Date":"5/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":489,"Cost":364,"Date":"8/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":716,"Cost":476,"Date":"9/15/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":473,"Cost":299,"Date":"10/14/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":312,"Cost":282,"Date":"10/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":22,"Cost":14,"Date":"11/11/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":718,"Cost":375,"Date":"12/7/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":295,"Cost":176,"Date":"12/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":907,"Cost":483,"Date":"1/6/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":109,"Cost":78,"Date":"1/23/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":328,"Cost":260,"Date":"2/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":187,"Cost":98,"Date":"3/10/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":230,"Cost":178,"Date":"3/12/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":867,"Cost":544,"Date":"3/31/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":612,"Cost":442,"Date":"6/16/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":123,"Cost":99,"Date":"6/17/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":948,"Cost":491,"Date":"8/27/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":93,"Cost":52,"Date":"10/1/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":543,"Cost":326,"Date":"11/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":865,"Cost":492,"Date":"11/9/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":130,"Cost":92,"Date":"3/27/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":206,"Cost":180,"Date":"4/17/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":586,"Cost":524,"Date":"8/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":608,"Cost":433,"Date":"8/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":946,"Cost":765,"Date":"9/2/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":152,"Cost":127,"Date":"9/5/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":461,"Cost":259,"Date":"9/14/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":97,"Cost":65,"Date":"9/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":96,"Cost":53,"Date":"11/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":217,"Cost":109,"Date":"12/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":983,"Cost":762,"Date":"1/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":384,"Cost":240,"Date":"1/21/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":229,"Cost":177,"Date":"2/9/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":883,"Cost":732,"Date":"3/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":876,"Cost":542,"Date":"4/3/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":496,"Cost":343,"Date":"4/5/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":112,"Cost":93,"Date":"4/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":616,"Cost":526,"Date":"7/10/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":924,"Cost":498,"Date":"3/25/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":73,"Cost":48,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":156,"Cost":140,"Date":"10/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":83,"Cost":77,"Date":"3/2/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":745,"Cost":527,"Date":"6/28/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":405,"Cost":255,"Date":"7/17/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":378,"Cost":310,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":352,"Cost":198,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":224,"Cost":186,"Date":"11/20/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":197,"Cost":176,"Date":"12/16/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":792,"Cost":687,"Date":"12/30/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":985,"Cost":865,"Date":"2/15/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":530,"Cost":445,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":357,"Cost":330,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":404,"Cost":313,"Date":"4/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":28,"Cost":14,"Date":"7/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":783,"Cost":537,"Date":"8/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":84,"Cost":57,"Date":"10/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":490,"Cost":349,"Date":"11/11/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":652,"Cost":562,"Date":"11/30/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":535,"Cost":358,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":477,"Cost":273,"Date":"3/1/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":264,"Cost":162,"Date":"4/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":2,"Cost":2,"Date":"5/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":671,"Cost":379,"Date":"8/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":962,"Cost":584,"Date":"9/15/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":519,"Cost":463,"Date":"10/14/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":603,"Cost":356,"Date":"10/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":956,"Cost":638,"Date":"11/11/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":53,"Cost":36,"Date":"12/7/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":862,"Cost":651,"Date":"12/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":650,"Cost":367,"Date":"1/6/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":825,"Cost":417,"Date":"1/23/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":732,"Cost":607,"Date":"2/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":802,"Cost":724,"Date":"3/10/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":356,"Cost":238,"Date":"3/12/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":357,"Cost":289,"Date":"3/31/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":442,"Cost":343,"Date":"6/16/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":126,"Cost":74,"Date":"6/17/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":834,"Cost":725,"Date":"8/27/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":291,"Cost":257,"Date":"10/1/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":474,"Cost":404,"Date":"11/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":843,"Cost":683,"Date":"11/9/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":238,"Cost":140,"Date":"3/27/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":483,"Cost":407,"Date":"4/17/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":657,"Cost":409,"Date":"8/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":748,"Cost":377,"Date":"8/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":225,"Cost":178,"Date":"9/2/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":403,"Cost":325,"Date":"9/5/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":111,"Cost":96,"Date":"9/14/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":355,"Cost":303,"Date":"9/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":399,"Cost":337,"Date":"11/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":67,"Cost":37,"Date":"12/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":135,"Cost":82,"Date":"1/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":806,"Cost":499,"Date":"1/21/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":142,"Cost":76,"Date":"2/9/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":758,"Cost":405,"Date":"3/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":426,"Cost":228,"Date":"4/3/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":94,"Cost":56,"Date":"4/5/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":431,"Cost":309,"Date":"4/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":492,"Cost":329,"Date":"7/10/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":554,"Cost":373,"Date":"3/25/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":935,"Cost":732,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":552,"Cost":444,"Date":"10/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":217,"Cost":131,"Date":"3/2/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":854,"Cost":730,"Date":"6/28/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":837,"Cost":459,"Date":"7/17/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":762,"Cost":703,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":87,"Cost":58,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":316,"Cost":290,"Date":"11/20/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":304,"Cost":266,"Date":"12/16/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":692,"Cost":410,"Date":"12/30/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":330,"Cost":289,"Date":"2/15/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":648,"Cost":415,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":444,"Cost":330,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":151,"Cost":87,"Date":"4/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":883,"Cost":831,"Date":"7/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":162,"Cost":109,"Date":"8/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":212,"Cost":180,"Date":"10/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":922,"Cost":669,"Date":"11/11/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":357,"Cost":309,"Date":"11/30/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":517,"Cost":489,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":389,"Cost":304,"Date":"3/1/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":760,"Cost":450,"Date":"4/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":125,"Cost":116,"Date":"5/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":235,"Cost":184,"Date":"8/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":58,"Cost":38,"Date":"9/15/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":526,"Cost":311,"Date":"10/14/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":379,"Cost":297,"Date":"10/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":748,"Cost":660,"Date":"11/11/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":718,"Cost":396,"Date":"12/7/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":970,"Cost":649,"Date":"12/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":954,"Cost":693,"Date":"1/6/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":32,"Cost":16,"Date":"1/23/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":822,"Cost":695,"Date":"2/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":706,"Cost":394,"Date":"3/10/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":338,"Cost":198,"Date":"3/12/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":192,"Cost":135,"Date":"3/31/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":874,"Cost":668,"Date":"6/16/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":211,"Cost":165,"Date":"6/17/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":136,"Cost":87,"Date":"8/27/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":826,"Cost":556,"Date":"10/1/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":365,"Cost":222,"Date":"11/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":882,"Cost":508,"Date":"11/9/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":81,"Cost":58,"Date":"3/27/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":965,"Cost":626,"Date":"4/17/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":77,"Cost":73,"Date":"8/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":863,"Cost":697,"Date":"8/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":242,"Cost":164,"Date":"9/2/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":698,"Cost":550,"Date":"9/5/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":69,"Cost":61,"Date":"9/14/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":655,"Cost":427,"Date":"9/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":469,"Cost":389,"Date":"11/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":13,"Cost":7,"Date":"12/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":433,"Cost":270,"Date":"1/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":27,"Cost":26,"Date":"1/21/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":948,"Cost":755,"Date":"2/9/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":908,"Cost":779,"Date":"3/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":494,"Cost":420,"Date":"4/3/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":213,"Cost":163,"Date":"4/5/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":76,"Cost":48,"Date":"4/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":386,"Cost":334,"Date":"7/10/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":907,"Cost":643,"Date":"3/25/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":482,"Cost":388,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":973,"Cost":913,"Date":"10/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":307,"Cost":226,"Date":"3/2/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":575,"Cost":323,"Date":"6/28/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":683,"Cost":437,"Date":"7/17/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":496,"Cost":406,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":816,"Cost":749,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":833,"Cost":749,"Date":"11/20/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":918,"Cost":589,"Date":"12/16/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":268,"Cost":155,"Date":"12/30/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":407,"Cost":208,"Date":"2/15/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":84,"Cost":79,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":956,"Cost":634,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":687,"Cost":523,"Date":"4/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":651,"Cost":405,"Date":"7/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":518,"Cost":445,"Date":"8/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":108,"Cost":55,"Date":"10/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":775,"Cost":711,"Date":"11/11/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":366,"Cost":250,"Date":"11/30/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":504,"Cost":388,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":545,"Cost":468,"Date":"3/1/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":771,"Cost":674,"Date":"4/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":998,"Cost":862,"Date":"5/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":46,"Cost":33,"Date":"8/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":744,"Cost":389,"Date":"9/15/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":753,"Cost":386,"Date":"10/14/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":272,"Cost":171,"Date":"10/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":226,"Cost":131,"Date":"11/11/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":47,"Cost":30,"Date":"12/7/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":775,"Cost":716,"Date":"12/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":339,"Cost":212,"Date":"1/6/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":676,"Cost":386,"Date":"1/23/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":458,"Cost":427,"Date":"2/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":373,"Cost":293,"Date":"3/10/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":372,"Cost":266,"Date":"3/12/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":20,"Cost":10,"Date":"3/31/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":121,"Cost":90,"Date":"6/16/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":867,"Cost":519,"Date":"6/17/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":964,"Cost":736,"Date":"8/27/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":464,"Cost":407,"Date":"10/1/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":33,"Cost":24,"Date":"11/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":650,"Cost":516,"Date":"11/9/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":732,"Cost":482,"Date":"3/27/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":136,"Cost":108,"Date":"4/17/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":257,"Cost":182,"Date":"8/11/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":8,"Cost":5,"Date":"8/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":132,"Cost":91,"Date":"9/2/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":846,"Cost":518,"Date":"9/5/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":325,"Cost":253,"Date":"9/14/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":140,"Cost":72,"Date":"9/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":74,"Cost":69,"Date":"11/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":487,"Cost":261,"Date":"12/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":196,"Cost":186,"Date":"1/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":26,"Cost":15,"Date":"1/21/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":504,"Cost":290,"Date":"2/9/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":721,"Cost":536,"Date":"3/19/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":372,"Cost":347,"Date":"4/3/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":71,"Cost":38,"Date":"4/5/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":958,"Cost":518,"Date":"4/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":544,"Cost":428,"Date":"7/10/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":844,"Cost":544,"Date":"3/25/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":291,"Cost":181,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":569,"Cost":378,"Date":"10/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":143,"Cost":112,"Date":"3/2/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":968,"Cost":813,"Date":"6/28/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":176,"Cost":89,"Date":"7/17/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":267,"Cost":205,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":636,"Cost":377,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":435,"Cost":352,"Date":"11/20/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":531,"Cost":399,"Date":"12/16/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":773,"Cost":572,"Date":"12/30/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":686,"Cost":346,"Date":"2/15/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":960,"Cost":902,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":432,"Cost":405,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":818,"Cost":751,"Date":"4/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":553,"Cost":390,"Date":"7/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":846,"Cost":646,"Date":"8/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":712,"Cost":463,"Date":"10/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":985,"Cost":705,"Date":"11/11/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":812,"Cost":519,"Date":"11/30/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":865,"Cost":546,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":771,"Cost":581,"Date":"3/1/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":359,"Cost":186,"Date":"4/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":154,"Cost":123,"Date":"5/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":530,"Cost":466,"Date":"8/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":81,"Cost":47,"Date":"9/15/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":937,"Cost":492,"Date":"10/14/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":973,"Cost":848,"Date":"10/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":79,"Cost":47,"Date":"11/11/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":314,"Cost":168,"Date":"12/7/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":383,"Cost":350,"Date":"12/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":147,"Cost":82,"Date":"1/6/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":140,"Cost":99,"Date":"1/23/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":498,"Cost":363,"Date":"2/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":28,"Cost":27,"Date":"3/10/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":640,"Cost":390,"Date":"3/12/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":997,"Cost":790,"Date":"3/31/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":565,"Cost":307,"Date":"6/16/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":216,"Cost":113,"Date":"6/17/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":132,"Cost":78,"Date":"8/27/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":846,"Cost":741,"Date":"10/1/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":789,"Cost":454,"Date":"11/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":564,"Cost":284,"Date":"11/9/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":566,"Cost":353,"Date":"3/27/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":770,"Cost":498,"Date":"4/17/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":949,"Cost":827,"Date":"8/11/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":919,"Cost":471,"Date":"8/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":320,"Cost":223,"Date":"9/2/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":868,"Cost":500,"Date":"9/5/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":573,"Cost":308,"Date":"9/14/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":570,"Cost":494,"Date":"9/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":496,"Cost":355,"Date":"11/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":751,"Cost":378,"Date":"12/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":84,"Cost":76,"Date":"1/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":197,"Cost":98,"Date":"1/21/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":81,"Cost":57,"Date":"2/9/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":250,"Cost":152,"Date":"3/19/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":691,"Cost":363,"Date":"4/3/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":231,"Cost":118,"Date":"4/5/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":488,"Cost":287,"Date":"4/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":767,"Cost":588,"Date":"7/10/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":327,"Cost":173,"Date":"3/25/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":85,"Cost":80,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":85,"Cost":81,"Date":"10/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":989,"Cost":509,"Date":"3/2/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":597,"Cost":507,"Date":"6/28/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":250,"Cost":130,"Date":"7/17/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":237,"Cost":125,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":593,"Cost":444,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":299,"Cost":230,"Date":"11/20/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":107,"Cost":69,"Date":"12/16/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":754,"Cost":424,"Date":"12/30/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":511,"Cost":300,"Date":"2/15/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":739,"Cost":468,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":127,"Cost":70,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":609,"Cost":449,"Date":"4/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":450,"Cost":285,"Date":"7/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":966,"Cost":640,"Date":"8/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":715,"Cost":558,"Date":"10/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":998,"Cost":845,"Date":"11/11/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":523,"Cost":313,"Date":"11/30/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":156,"Cost":146,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":576,"Cost":526,"Date":"3/1/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":931,"Cost":678,"Date":"4/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":306,"Cost":202,"Date":"5/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":978,"Cost":624,"Date":"8/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":420,"Cost":263,"Date":"9/15/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":98,"Cost":72,"Date":"10/14/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":831,"Cost":478,"Date":"10/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":860,"Cost":629,"Date":"11/11/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":212,"Cost":128,"Date":"12/7/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":334,"Cost":315,"Date":"12/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":923,"Cost":762,"Date":"1/6/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":65,"Cost":51,"Date":"1/23/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":982,"Cost":667,"Date":"2/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":940,"Cost":580,"Date":"3/10/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":18,"Cost":17,"Date":"3/12/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":703,"Cost":405,"Date":"3/31/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":866,"Cost":640,"Date":"6/16/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":657,"Cost":467,"Date":"6/17/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":16,"Cost":13,"Date":"8/27/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":799,"Cost":688,"Date":"10/1/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":189,"Cost":144,"Date":"11/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":42,"Cost":30,"Date":"11/9/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":730,"Cost":663,"Date":"3/27/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":594,"Cost":455,"Date":"4/17/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":682,"Cost":502,"Date":"8/11/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":568,"Cost":468,"Date":"8/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":843,"Cost":503,"Date":"9/2/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":553,"Cost":480,"Date":"9/5/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":688,"Cost":588,"Date":"9/14/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":783,"Cost":439,"Date":"9/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":9,"Cost":4,"Date":"11/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":275,"Cost":143,"Date":"12/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":931,"Cost":627,"Date":"1/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":928,"Cost":571,"Date":"1/21/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":305,"Cost":256,"Date":"2/9/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":558,"Cost":367,"Date":"3/19/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":445,"Cost":241,"Date":"4/3/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":891,"Cost":479,"Date":"4/5/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":584,"Cost":550,"Date":"4/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":83,"Cost":53,"Date":"7/10/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":772,"Cost":660,"Date":"3/25/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":392,"Cost":210,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":764,"Cost":549,"Date":"10/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":565,"Cost":411,"Date":"3/2/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":580,"Cost":320,"Date":"6/28/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":902,"Cost":608,"Date":"7/17/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":754,"Cost":529,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":880,"Cost":662,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":138,"Cost":107,"Date":"11/20/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":503,"Cost":368,"Date":"12/16/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":646,"Cost":499,"Date":"12/30/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":784,"Cost":398,"Date":"2/15/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":330,"Cost":208,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":561,"Cost":368,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":953,"Cost":711,"Date":"4/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":971,"Cost":674,"Date":"7/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":868,"Cost":451,"Date":"8/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":987,"Cost":792,"Date":"10/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":750,"Cost":551,"Date":"11/11/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":720,"Cost":660,"Date":"11/30/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":337,"Cost":207,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":462,"Cost":270,"Date":"3/1/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":255,"Cost":154,"Date":"4/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":262,"Cost":184,"Date":"5/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":379,"Cost":326,"Date":"8/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":254,"Cost":195,"Date":"9/15/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":298,"Cost":250,"Date":"10/14/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":775,"Cost":600,"Date":"10/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":319,"Cost":286,"Date":"11/11/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":382,"Cost":285,"Date":"12/7/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":26,"Cost":21,"Date":"12/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":62,"Cost":37,"Date":"1/6/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":659,"Cost":506,"Date":"1/23/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":910,"Cost":858,"Date":"2/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":249,"Cost":153,"Date":"3/10/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":387,"Cost":263,"Date":"3/12/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":153,"Cost":144,"Date":"3/31/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":788,"Cost":451,"Date":"6/16/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":17,"Cost":9,"Date":"6/17/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":956,"Cost":882,"Date":"8/27/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":299,"Cost":191,"Date":"10/1/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":835,"Cost":644,"Date":"11/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":985,"Cost":535,"Date":"11/9/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":821,"Cost":490,"Date":"3/27/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":667,"Cost":402,"Date":"4/17/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":753,"Cost":621,"Date":"8/11/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":306,"Cost":265,"Date":"8/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":818,"Cost":608,"Date":"9/2/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":693,"Cost":478,"Date":"9/5/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":345,"Cost":309,"Date":"9/14/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":298,"Cost":273,"Date":"9/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":902,"Cost":655,"Date":"11/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":677,"Cost":609,"Date":"12/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":173,"Cost":130,"Date":"1/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":327,"Cost":214,"Date":"1/21/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":330,"Cost":309,"Date":"2/9/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":157,"Cost":80,"Date":"3/19/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":363,"Cost":284,"Date":"4/3/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":298,"Cost":243,"Date":"4/5/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":164,"Cost":98,"Date":"4/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":779,"Cost":412,"Date":"7/10/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":781,"Cost":463,"Date":"3/25/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":733,"Cost":423,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":523,"Cost":282,"Date":"10/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":178,"Cost":155,"Date":"3/2/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":776,"Cost":441,"Date":"6/28/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":906,"Cost":712,"Date":"7/17/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":973,"Cost":684,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":979,"Cost":570,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":285,"Cost":179,"Date":"11/20/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":511,"Cost":390,"Date":"12/16/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":463,"Cost":387,"Date":"12/30/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":330,"Cost":178,"Date":"2/15/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":807,"Cost":417,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":708,"Cost":586,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":185,"Cost":119,"Date":"4/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":185,"Cost":138,"Date":"7/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":39,"Cost":28,"Date":"8/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":860,"Cost":616,"Date":"10/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":935,"Cost":801,"Date":"11/11/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":590,"Cost":472,"Date":"11/30/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":918,"Cost":659,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":541,"Cost":485,"Date":"3/1/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":828,"Cost":635,"Date":"4/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":994,"Cost":777,"Date":"5/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":464,"Cost":397,"Date":"8/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":881,"Cost":692,"Date":"9/15/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":899,"Cost":633,"Date":"10/14/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":686,"Cost":647,"Date":"10/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":225,"Cost":179,"Date":"11/11/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":461,"Cost":271,"Date":"12/7/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":309,"Cost":230,"Date":"12/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":877,"Cost":492,"Date":"1/6/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":90,"Cost":49,"Date":"1/23/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":991,"Cost":784,"Date":"2/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":39,"Cost":24,"Date":"3/10/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":310,"Cost":238,"Date":"3/12/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":474,"Cost":257,"Date":"3/31/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":154,"Cost":96,"Date":"6/16/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":525,"Cost":400,"Date":"6/17/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":553,"Cost":332,"Date":"8/27/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":879,"Cost":758,"Date":"10/1/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":503,"Cost":410,"Date":"11/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":725,"Cost":457,"Date":"11/9/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":208,"Cost":169,"Date":"3/27/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":921,"Cost":697,"Date":"4/17/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":338,"Cost":259,"Date":"8/11/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":6,"Cost":6,"Date":"8/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":37,"Cost":24,"Date":"9/2/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":507,"Cost":407,"Date":"9/5/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":807,"Cost":459,"Date":"9/14/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":693,"Cost":445,"Date":"9/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":752,"Cost":475,"Date":"11/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":663,"Cost":365,"Date":"12/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":971,"Cost":676,"Date":"1/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":130,"Cost":98,"Date":"1/21/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":10,"Cost":5,"Date":"2/9/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":912,"Cost":499,"Date":"3/19/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":544,"Cost":344,"Date":"4/3/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":174,"Cost":90,"Date":"4/5/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":157,"Cost":83,"Date":"4/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":920,"Cost":550,"Date":"7/10/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":102,"Cost":56,"Date":"3/25/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":688,"Cost":544,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":843,"Cost":736,"Date":"10/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":870,"Cost":563,"Date":"3/2/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":859,"Cost":494,"Date":"6/28/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":458,"Cost":284,"Date":"7/17/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":247,"Cost":202,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":152,"Cost":133,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":688,"Cost":374,"Date":"11/20/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":680,"Cost":581,"Date":"12/16/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":612,"Cost":524,"Date":"12/30/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":353,"Cost":204,"Date":"2/15/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":834,"Cost":521,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":701,"Cost":612,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":6,"Cost":5,"Date":"4/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":822,"Cost":643,"Date":"7/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":123,"Cost":111,"Date":"8/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":194,"Cost":172,"Date":"10/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":880,"Cost":466,"Date":"11/11/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":612,"Cost":360,"Date":"11/30/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":899,"Cost":766,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":423,"Cost":315,"Date":"3/1/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":7,"Cost":6,"Date":"4/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":788,"Cost":401,"Date":"5/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":996,"Cost":622,"Date":"8/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":30,"Cost":19,"Date":"9/15/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":480,"Cost":250,"Date":"10/14/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":479,"Cost":327,"Date":"10/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":557,"Cost":356,"Date":"11/11/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":861,"Cost":717,"Date":"12/7/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":785,"Cost":619,"Date":"12/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":822,"Cost":644,"Date":"1/6/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":55,"Cost":35,"Date":"1/23/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":698,"Cost":440,"Date":"2/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":561,"Cost":374,"Date":"3/10/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":428,"Cost":273,"Date":"3/12/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":138,"Cost":113,"Date":"3/31/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":745,"Cost":429,"Date":"6/16/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":459,"Cost":343,"Date":"6/17/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":484,"Cost":283,"Date":"8/27/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":955,"Cost":647,"Date":"10/1/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":671,"Cost":509,"Date":"11/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":413,"Cost":333,"Date":"11/9/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":555,"Cost":483,"Date":"3/27/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":323,"Cost":270,"Date":"4/17/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":384,"Cost":198,"Date":"8/11/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":806,"Cost":598,"Date":"8/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":800,"Cost":703,"Date":"9/2/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":420,"Cost":267,"Date":"9/5/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":387,"Cost":271,"Date":"9/14/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":744,"Cost":704,"Date":"9/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":799,"Cost":642,"Date":"11/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":78,"Cost":64,"Date":"12/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":778,"Cost":535,"Date":"1/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":313,"Cost":260,"Date":"1/21/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":92,"Cost":64,"Date":"2/9/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":348,"Cost":247,"Date":"3/19/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":763,"Cost":640,"Date":"4/3/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":646,"Cost":482,"Date":"4/5/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":621,"Cost":544,"Date":"4/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":84,"Cost":44,"Date":"7/10/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":409,"Cost":320,"Date":"3/25/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":677,"Cost":563,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":9,"Cost":5,"Date":"10/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":804,"Cost":569,"Date":"3/2/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":269,"Cost":251,"Date":"6/28/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":137,"Cost":118,"Date":"7/17/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":619,"Cost":397,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":72,"Cost":64,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":902,"Cost":591,"Date":"11/20/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":281,"Cost":143,"Date":"12/16/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":88,"Cost":62,"Date":"12/30/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":277,"Cost":197,"Date":"2/15/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":26,"Cost":22,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":259,"Cost":240,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":769,"Cost":659,"Date":"4/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":935,"Cost":762,"Date":"7/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":560,"Cost":340,"Date":"8/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":516,"Cost":436,"Date":"10/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":732,"Cost":546,"Date":"11/11/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":20,"Cost":19,"Date":"11/30/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":333,"Cost":171,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":87,"Cost":66,"Date":"3/1/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":836,"Cost":542,"Date":"4/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":78,"Cost":48,"Date":"5/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":177,"Cost":107,"Date":"8/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":110,"Cost":70,"Date":"9/15/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":787,"Cost":639,"Date":"10/14/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":845,"Cost":436,"Date":"10/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":382,"Cost":215,"Date":"11/11/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":256,"Cost":197,"Date":"12/7/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":1000,"Cost":700,"Date":"12/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":917,"Cost":729,"Date":"1/6/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":450,"Cost":295,"Date":"1/23/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":968,"Cost":641,"Date":"2/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":329,"Cost":227,"Date":"3/10/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":662,"Cost":385,"Date":"3/12/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":935,"Cost":646,"Date":"3/31/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":931,"Cost":489,"Date":"6/16/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":421,"Cost":213,"Date":"6/17/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":892,"Cost":544,"Date":"8/27/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":665,"Cost":395,"Date":"10/1/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":711,"Cost":451,"Date":"11/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":222,"Cost":159,"Date":"11/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":602,"Cost":429,"Date":"3/27/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":259,"Cost":164,"Date":"4/17/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":181,"Cost":145,"Date":"8/11/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":660,"Cost":460,"Date":"8/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":223,"Cost":183,"Date":"9/2/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":835,"Cost":785,"Date":"9/5/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":825,"Cost":584,"Date":"9/14/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":962,"Cost":855,"Date":"9/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":987,"Cost":754,"Date":"11/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":251,"Cost":126,"Date":"12/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":859,"Cost":777,"Date":"1/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":447,"Cost":313,"Date":"1/21/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":573,"Cost":445,"Date":"2/9/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":943,"Cost":667,"Date":"3/19/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":376,"Cost":305,"Date":"4/3/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":226,"Cost":196,"Date":"4/5/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":483,"Cost":242,"Date":"4/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":319,"Cost":219,"Date":"7/10/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":122,"Cost":89,"Date":"3/25/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":578,"Cost":334,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":916,"Cost":544,"Date":"10/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":872,"Cost":558,"Date":"3/2/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":221,"Cost":150,"Date":"6/28/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":314,"Cost":203,"Date":"7/17/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":900,"Cost":571,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":538,"Cost":428,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":590,"Cost":529,"Date":"11/20/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":840,"Cost":435,"Date":"12/16/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":309,"Cost":161,"Date":"12/30/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":175,"Cost":91,"Date":"2/15/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":117,"Cost":89,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":997,"Cost":542,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":601,"Cost":525,"Date":"4/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":752,"Cost":432,"Date":"7/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":342,"Cost":317,"Date":"8/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":623,"Cost":382,"Date":"10/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":279,"Cost":189,"Date":"11/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":488,"Cost":257,"Date":"11/30/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":486,"Cost":265,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":63,"Cost":44,"Date":"3/1/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":146,"Cost":99,"Date":"4/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":119,"Cost":98,"Date":"5/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":614,"Cost":412,"Date":"8/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":172,"Cost":92,"Date":"9/15/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":461,"Cost":262,"Date":"10/14/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":327,"Cost":218,"Date":"10/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":91,"Cost":84,"Date":"11/11/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":125,"Cost":78,"Date":"12/7/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":254,"Cost":219,"Date":"12/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":957,"Cost":618,"Date":"1/6/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":812,"Cost":413,"Date":"1/23/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":485,"Cost":420,"Date":"2/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":53,"Cost":45,"Date":"3/10/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":879,"Cost":614,"Date":"3/12/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":225,"Cost":118,"Date":"3/31/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":358,"Cost":187,"Date":"6/16/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":61,"Cost":54,"Date":"6/17/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":187,"Cost":170,"Date":"8/27/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":369,"Cost":205,"Date":"10/1/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":666,"Cost":473,"Date":"11/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":524,"Cost":472,"Date":"11/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":957,"Cost":801,"Date":"3/27/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":375,"Cost":263,"Date":"4/17/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":692,"Cost":544,"Date":"8/11/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":345,"Cost":254,"Date":"8/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":5,"Cost":4,"Date":"9/2/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":21,"Cost":15,"Date":"9/5/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":809,"Cost":650,"Date":"9/14/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":852,"Cost":701,"Date":"9/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":464,"Cost":305,"Date":"11/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":30,"Cost":16,"Date":"12/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":363,"Cost":324,"Date":"1/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":575,"Cost":308,"Date":"1/21/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":569,"Cost":323,"Date":"2/9/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":802,"Cost":506,"Date":"3/19/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":425,"Cost":318,"Date":"4/3/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":827,"Cost":481,"Date":"4/5/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":787,"Cost":442,"Date":"4/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":448,"Cost":406,"Date":"7/10/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":551,"Cost":490,"Date":"3/25/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":552,"Cost":309,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":78,"Cost":57,"Date":"10/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":571,"Cost":398,"Date":"3/2/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":461,"Cost":239,"Date":"6/28/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":268,"Cost":142,"Date":"7/17/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":3,"Cost":3,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":798,"Cost":507,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":62,"Cost":59,"Date":"11/20/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":950,"Cost":806,"Date":"12/16/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":889,"Cost":518,"Date":"12/30/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":155,"Cost":144,"Date":"2/15/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":956,"Cost":894,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":79,"Cost":61,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":903,"Cost":523,"Date":"4/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":550,"Cost":521,"Date":"7/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":643,"Cost":332,"Date":"8/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":693,"Cost":657,"Date":"10/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":838,"Cost":633,"Date":"11/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":701,"Cost":456,"Date":"11/30/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":33,"Cost":17,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":681,"Cost":445,"Date":"3/1/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":624,"Cost":520,"Date":"4/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":20,"Cost":16,"Date":"5/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":640,"Cost":321,"Date":"8/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":246,"Cost":177,"Date":"9/15/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":548,"Cost":507,"Date":"10/14/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":547,"Cost":367,"Date":"10/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":60,"Cost":31,"Date":"11/11/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":991,"Cost":733,"Date":"12/7/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":813,"Cost":593,"Date":"12/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":368,"Cost":327,"Date":"1/6/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":542,"Cost":443,"Date":"1/23/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":161,"Cost":127,"Date":"2/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":206,"Cost":187,"Date":"3/10/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":291,"Cost":188,"Date":"3/12/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":992,"Cost":724,"Date":"3/31/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":283,"Cost":162,"Date":"6/16/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":483,"Cost":450,"Date":"6/17/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":407,"Cost":220,"Date":"8/27/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":707,"Cost":671,"Date":"10/1/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":826,"Cost":736,"Date":"11/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":223,"Cost":177,"Date":"11/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":137,"Cost":78,"Date":"3/27/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":4,"Cost":2,"Date":"4/17/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":938,"Cost":847,"Date":"8/11/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":641,"Cost":333,"Date":"8/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":849,"Cost":601,"Date":"9/2/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":489,"Cost":282,"Date":"9/5/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":699,"Cost":399,"Date":"9/14/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":449,"Cost":233,"Date":"9/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":561,"Cost":399,"Date":"11/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":80,"Cost":76,"Date":"12/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":680,"Cost":473,"Date":"1/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":98,"Cost":73,"Date":"1/21/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":750,"Cost":646,"Date":"2/9/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":792,"Cost":507,"Date":"3/19/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":961,"Cost":742,"Date":"4/3/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":551,"Cost":458,"Date":"4/5/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":472,"Cost":325,"Date":"4/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":246,"Cost":174,"Date":"7/10/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":791,"Cost":512,"Date":"3/25/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":63,"Cost":54,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":171,"Cost":110,"Date":"10/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":150,"Cost":122,"Date":"3/2/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":608,"Cost":401,"Date":"6/28/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":915,"Cost":810,"Date":"7/17/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":81,"Cost":69,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":836,"Cost":694,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":352,"Cost":201,"Date":"11/20/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":395,"Cost":249,"Date":"12/16/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":875,"Cost":479,"Date":"12/30/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":810,"Cost":571,"Date":"2/15/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":212,"Cost":128,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":390,"Cost":246,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":126,"Cost":118,"Date":"4/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":540,"Cost":435,"Date":"7/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":762,"Cost":465,"Date":"8/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":300,"Cost":209,"Date":"10/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":288,"Cost":155,"Date":"11/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":306,"Cost":289,"Date":"11/30/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":362,"Cost":198,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":892,"Cost":493,"Date":"3/1/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":482,"Cost":338,"Date":"4/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":933,"Cost":772,"Date":"5/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":972,"Cost":782,"Date":"8/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":615,"Cost":523,"Date":"9/15/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":521,"Cost":286,"Date":"10/14/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":505,"Cost":445,"Date":"10/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":865,"Cost":725,"Date":"11/11/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":814,"Cost":634,"Date":"12/7/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":136,"Cost":82,"Date":"12/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":913,"Cost":492,"Date":"1/6/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":373,"Cost":346,"Date":"1/23/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":839,"Cost":604,"Date":"2/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":909,"Cost":578,"Date":"3/10/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":72,"Cost":54,"Date":"3/12/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":293,"Cost":237,"Date":"3/31/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":90,"Cost":56,"Date":"6/16/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":509,"Cost":434,"Date":"6/17/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":217,"Cost":184,"Date":"8/27/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":864,"Cost":686,"Date":"10/1/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":89,"Cost":46,"Date":"11/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":267,"Cost":239,"Date":"11/9/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":415,"Cost":228,"Date":"3/27/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":43,"Cost":25,"Date":"4/17/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":919,"Cost":495,"Date":"8/11/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":590,"Cost":385,"Date":"8/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":357,"Cost":210,"Date":"9/2/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":866,"Cost":624,"Date":"9/5/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":416,"Cost":245,"Date":"9/14/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":447,"Cost":238,"Date":"9/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":502,"Cost":298,"Date":"11/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":233,"Cost":160,"Date":"12/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":734,"Cost":442,"Date":"1/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":624,"Cost":344,"Date":"1/21/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":942,"Cost":703,"Date":"2/9/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":140,"Cost":95,"Date":"3/19/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":25,"Cost":14,"Date":"4/3/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":812,"Cost":452,"Date":"4/5/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":846,"Cost":497,"Date":"4/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":365,"Cost":271,"Date":"7/10/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":281,"Cost":141,"Date":"3/25/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":709,"Cost":501,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":864,"Cost":679,"Date":"10/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":793,"Cost":462,"Date":"3/2/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":68,"Cost":41,"Date":"6/28/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":48,"Cost":35,"Date":"7/17/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":423,"Cost":259,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":62,"Cost":52,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":395,"Cost":221,"Date":"11/20/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":255,"Cost":170,"Date":"12/16/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":66,"Cost":60,"Date":"12/30/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":784,"Cost":567,"Date":"2/15/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":160,"Cost":141,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":933,"Cost":686,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":165,"Cost":117,"Date":"4/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":108,"Cost":71,"Date":"7/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":792,"Cost":427,"Date":"8/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":533,"Cost":369,"Date":"10/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":540,"Cost":347,"Date":"11/11/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":520,"Cost":375,"Date":"11/30/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":282,"Cost":167,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":38,"Cost":22,"Date":"3/1/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":385,"Cost":208,"Date":"4/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":464,"Cost":242,"Date":"5/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":923,"Cost":602,"Date":"8/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":844,"Cost":570,"Date":"9/15/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":179,"Cost":167,"Date":"10/14/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":76,"Cost":59,"Date":"10/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":450,"Cost":317,"Date":"11/11/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":570,"Cost":362,"Date":"12/7/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":758,"Cost":689,"Date":"12/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":369,"Cost":330,"Date":"1/6/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":597,"Cost":332,"Date":"1/23/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":111,"Cost":61,"Date":"2/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":921,"Cost":602,"Date":"3/10/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":497,"Cost":430,"Date":"3/12/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":217,"Cost":191,"Date":"3/31/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":762,"Cost":538,"Date":"6/16/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":797,"Cost":687,"Date":"6/17/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":143,"Cost":123,"Date":"8/27/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":253,"Cost":221,"Date":"10/1/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":575,"Cost":503,"Date":"11/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":826,"Cost":630,"Date":"11/9/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":586,"Cost":343,"Date":"3/27/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":265,"Cost":155,"Date":"4/17/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":672,"Cost":460,"Date":"8/11/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":143,"Cost":136,"Date":"8/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":103,"Cost":98,"Date":"9/2/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":957,"Cost":550,"Date":"9/5/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":500,"Cost":421,"Date":"9/14/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":416,"Cost":335,"Date":"9/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":217,"Cost":154,"Date":"11/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":367,"Cost":199,"Date":"12/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":694,"Cost":502,"Date":"1/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":623,"Cost":330,"Date":"1/21/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":705,"Cost":387,"Date":"2/9/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":877,"Cost":741,"Date":"3/19/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":899,"Cost":673,"Date":"4/3/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":334,"Cost":247,"Date":"4/5/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":31,"Cost":30,"Date":"4/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":139,"Cost":99,"Date":"7/10/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":80,"Cost":45,"Date":"3/25/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":594,"Cost":496,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":641,"Cost":518,"Date":"10/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":436,"Cost":229,"Date":"3/2/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":451,"Cost":226,"Date":"6/28/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":478,"Cost":354,"Date":"7/17/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":841,"Cost":761,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":346,"Cost":225,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":438,"Cost":367,"Date":"11/20/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":985,"Cost":913,"Date":"12/16/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":486,"Cost":371,"Date":"12/30/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":234,"Cost":143,"Date":"2/15/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":558,"Cost":439,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":198,"Cost":167,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":193,"Cost":167,"Date":"4/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":443,"Cost":267,"Date":"7/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":759,"Cost":391,"Date":"8/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":437,"Cost":333,"Date":"10/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":521,"Cost":290,"Date":"11/11/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":506,"Cost":474,"Date":"11/30/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":61,"Cost":39,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":311,"Cost":244,"Date":"3/1/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":209,"Cost":148,"Date":"4/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":649,"Cost":511,"Date":"5/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":234,"Cost":202,"Date":"8/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":812,"Cost":734,"Date":"9/15/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":583,"Cost":529,"Date":"10/14/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":584,"Cost":429,"Date":"10/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":262,"Cost":170,"Date":"11/11/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":487,"Cost":342,"Date":"12/7/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":260,"Cost":166,"Date":"12/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":209,"Cost":180,"Date":"1/6/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":646,"Cost":490,"Date":"1/23/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":279,"Cost":222,"Date":"2/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":573,"Cost":308,"Date":"3/10/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":841,"Cost":753,"Date":"3/12/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":698,"Cost":608,"Date":"3/31/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":129,"Cost":78,"Date":"6/16/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":128,"Cost":103,"Date":"6/17/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":552,"Cost":316,"Date":"8/27/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":114,"Cost":69,"Date":"10/1/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":300,"Cost":248,"Date":"11/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":571,"Cost":298,"Date":"11/9/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":636,"Cost":342,"Date":"3/27/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":110,"Cost":96,"Date":"4/17/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":548,"Cost":380,"Date":"8/11/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":680,"Cost":386,"Date":"8/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":992,"Cost":815,"Date":"9/2/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":962,"Cost":615,"Date":"9/5/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":977,"Cost":887,"Date":"9/14/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":668,"Cost":364,"Date":"9/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":127,"Cost":120,"Date":"11/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":76,"Cost":41,"Date":"12/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":351,"Cost":324,"Date":"1/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":920,"Cost":479,"Date":"1/21/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":192,"Cost":166,"Date":"2/9/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":812,"Cost":680,"Date":"3/19/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":574,"Cost":345,"Date":"4/3/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":80,"Cost":58,"Date":"4/5/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":453,"Cost":418,"Date":"4/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":914,"Cost":816,"Date":"7/10/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":852,"Cost":542,"Date":"3/25/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":105,"Cost":76,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":135,"Cost":119,"Date":"10/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":242,"Cost":189,"Date":"3/2/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":792,"Cost":412,"Date":"6/28/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":93,"Cost":81,"Date":"7/17/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":835,"Cost":445,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":586,"Cost":506,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":422,"Cost":334,"Date":"11/20/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":219,"Cost":137,"Date":"12/16/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":497,"Cost":282,"Date":"12/30/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":81,"Cost":75,"Date":"2/15/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":114,"Cost":87,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":620,"Cost":451,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":628,"Cost":376,"Date":"4/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":307,"Cost":179,"Date":"7/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":850,"Cost":756,"Date":"8/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":115,"Cost":84,"Date":"10/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":346,"Cost":294,"Date":"11/11/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":511,"Cost":295,"Date":"11/30/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":492,"Cost":312,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":512,"Cost":357,"Date":"3/1/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":261,"Cost":201,"Date":"4/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":863,"Cost":684,"Date":"5/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":194,"Cost":173,"Date":"8/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":131,"Cost":114,"Date":"9/15/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":71,"Cost":43,"Date":"10/14/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":656,"Cost":457,"Date":"10/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":714,"Cost":360,"Date":"11/11/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":17,"Cost":9,"Date":"12/7/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":903,"Cost":600,"Date":"12/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":289,"Cost":164,"Date":"1/6/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":591,"Cost":486,"Date":"1/23/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":550,"Cost":329,"Date":"2/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":955,"Cost":511,"Date":"3/10/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":467,"Cost":266,"Date":"3/12/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":564,"Cost":326,"Date":"3/31/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":997,"Cost":607,"Date":"6/16/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":720,"Cost":631,"Date":"6/17/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":542,"Cost":470,"Date":"8/27/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":176,"Cost":112,"Date":"10/1/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":305,"Cost":196,"Date":"11/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":866,"Cost":548,"Date":"11/9/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":714,"Cost":456,"Date":"3/27/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":111,"Cost":85,"Date":"4/17/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":221,"Cost":112,"Date":"8/11/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":483,"Cost":271,"Date":"8/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":409,"Cost":350,"Date":"9/2/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":474,"Cost":282,"Date":"9/5/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":971,"Cost":800,"Date":"9/14/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":274,"Cost":160,"Date":"9/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":21,"Cost":19,"Date":"11/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":894,"Cost":555,"Date":"12/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":858,"Cost":800,"Date":"1/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":318,"Cost":178,"Date":"1/21/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":707,"Cost":432,"Date":"2/9/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":949,"Cost":857,"Date":"3/19/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":693,"Cost":562,"Date":"4/3/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":651,"Cost":440,"Date":"4/5/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":117,"Cost":108,"Date":"4/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":164,"Cost":126,"Date":"7/10/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":375,"Cost":295,"Date":"3/25/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":873,"Cost":630,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":324,"Cost":165,"Date":"10/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":540,"Cost":390,"Date":"3/2/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":331,"Cost":288,"Date":"6/28/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":714,"Cost":653,"Date":"7/17/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":598,"Cost":422,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":718,"Cost":533,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":635,"Cost":572,"Date":"11/20/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":441,"Cost":411,"Date":"12/16/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":949,"Cost":570,"Date":"12/30/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":426,"Cost":265,"Date":"2/15/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":289,"Cost":178,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":497,"Cost":414,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":633,"Cost":347,"Date":"4/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":369,"Cost":305,"Date":"7/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":3,"Cost":2,"Date":"8/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":281,"Cost":170,"Date":"10/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":535,"Cost":314,"Date":"11/11/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":597,"Cost":404,"Date":"11/30/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":668,"Cost":336,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":471,"Cost":318,"Date":"3/1/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":402,"Cost":256,"Date":"4/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":89,"Cost":57,"Date":"5/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":573,"Cost":435,"Date":"8/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":437,"Cost":236,"Date":"9/15/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":875,"Cost":484,"Date":"10/14/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":264,"Cost":134,"Date":"10/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":407,"Cost":296,"Date":"11/11/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":52,"Cost":29,"Date":"12/7/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":96,"Cost":67,"Date":"12/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":585,"Cost":491,"Date":"1/6/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":591,"Cost":530,"Date":"1/23/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":164,"Cost":101,"Date":"2/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":768,"Cost":723,"Date":"3/10/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":511,"Cost":349,"Date":"3/12/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":213,"Cost":174,"Date":"3/31/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":360,"Cost":326,"Date":"6/16/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":329,"Cost":250,"Date":"6/17/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":409,"Cost":378,"Date":"8/27/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":353,"Cost":179,"Date":"10/1/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":275,"Cost":212,"Date":"11/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":331,"Cost":167,"Date":"11/9/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":248,"Cost":205,"Date":"3/27/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":963,"Cost":724,"Date":"4/17/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":549,"Cost":331,"Date":"8/11/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":318,"Cost":234,"Date":"8/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":907,"Cost":576,"Date":"9/2/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":46,"Cost":32,"Date":"9/5/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":947,"Cost":491,"Date":"9/14/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":64,"Cost":47,"Date":"9/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":818,"Cost":656,"Date":"11/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":594,"Cost":561,"Date":"12/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":668,"Cost":526,"Date":"1/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":891,"Cost":593,"Date":"1/21/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":196,"Cost":118,"Date":"2/9/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":866,"Cost":645,"Date":"3/19/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":145,"Cost":78,"Date":"4/3/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":143,"Cost":121,"Date":"4/5/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":51,"Cost":38,"Date":"4/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":78,"Cost":52,"Date":"7/10/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":198,"Cost":150,"Date":"3/25/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":141,"Cost":75,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":766,"Cost":611,"Date":"10/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":558,"Cost":353,"Date":"3/2/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":646,"Cost":335,"Date":"6/28/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":996,"Cost":714,"Date":"7/17/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":603,"Cost":312,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":547,"Cost":434,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":366,"Cost":325,"Date":"11/20/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":29,"Cost":26,"Date":"12/16/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":226,"Cost":189,"Date":"12/30/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":215,"Cost":196,"Date":"2/15/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":734,"Cost":402,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":835,"Cost":530,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":890,"Cost":806,"Date":"4/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":901,"Cost":745,"Date":"7/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":597,"Cost":467,"Date":"8/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":570,"Cost":361,"Date":"10/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":22,"Cost":14,"Date":"11/11/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":254,"Cost":178,"Date":"11/30/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":876,"Cost":574,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":628,"Cost":554,"Date":"3/1/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":231,"Cost":148,"Date":"4/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":712,"Cost":460,"Date":"5/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":833,"Cost":455,"Date":"8/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":584,"Cost":458,"Date":"9/15/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":185,"Cost":163,"Date":"10/14/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":809,"Cost":555,"Date":"10/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":324,"Cost":211,"Date":"11/11/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":894,"Cost":511,"Date":"12/7/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":419,"Cost":264,"Date":"12/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":325,"Cost":243,"Date":"1/6/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":767,"Cost":649,"Date":"1/23/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":970,"Cost":740,"Date":"2/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":770,"Cost":692,"Date":"3/10/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":729,"Cost":588,"Date":"3/12/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":174,"Cost":154,"Date":"3/31/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":285,"Cost":228,"Date":"6/16/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":637,"Cost":598,"Date":"6/17/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":709,"Cost":478,"Date":"8/27/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":895,"Cost":704,"Date":"10/1/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":323,"Cost":260,"Date":"11/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":906,"Cost":504,"Date":"11/9/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":161,"Cost":141,"Date":"3/27/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":946,"Cost":675,"Date":"4/17/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":872,"Cost":814,"Date":"8/11/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":805,"Cost":603,"Date":"8/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":44,"Cost":23,"Date":"9/2/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":394,"Cost":328,"Date":"9/5/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":173,"Cost":156,"Date":"9/14/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":513,"Cost":453,"Date":"9/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":465,"Cost":350,"Date":"11/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":702,"Cost":414,"Date":"12/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":435,"Cost":278,"Date":"1/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":251,"Cost":218,"Date":"1/21/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":574,"Cost":459,"Date":"2/9/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":993,"Cost":525,"Date":"3/19/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":703,"Cost":628,"Date":"4/3/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":305,"Cost":213,"Date":"4/5/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":126,"Cost":82,"Date":"4/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":239,"Cost":187,"Date":"7/10/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":613,"Cost":535,"Date":"3/25/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":554,"Cost":434,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":636,"Cost":537,"Date":"10/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":335,"Cost":234,"Date":"3/2/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":410,"Cost":377,"Date":"6/28/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":406,"Cost":233,"Date":"7/17/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":156,"Cost":145,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":513,"Cost":257,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":721,"Cost":377,"Date":"11/20/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":90,"Cost":82,"Date":"12/16/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":707,"Cost":362,"Date":"12/30/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":183,"Cost":159,"Date":"2/15/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":919,"Cost":509,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":586,"Cost":392,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":428,"Cost":219,"Date":"4/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":551,"Cost":386,"Date":"7/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":735,"Cost":454,"Date":"8/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":842,"Cost":675,"Date":"10/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":220,"Cost":147,"Date":"11/11/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":814,"Cost":717,"Date":"11/30/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":189,"Cost":154,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":482,"Cost":355,"Date":"3/1/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":310,"Cost":199,"Date":"4/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":310,"Cost":267,"Date":"5/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":491,"Cost":381,"Date":"8/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":975,"Cost":618,"Date":"9/15/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":277,"Cost":198,"Date":"10/14/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":785,"Cost":524,"Date":"10/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":504,"Cost":284,"Date":"11/11/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":953,"Cost":633,"Date":"12/7/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":208,"Cost":161,"Date":"12/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":347,"Cost":270,"Date":"1/6/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":467,"Cost":425,"Date":"1/23/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":856,"Cost":629,"Date":"2/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":8,"Cost":5,"Date":"3/10/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":235,"Cost":220,"Date":"3/12/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":720,"Cost":480,"Date":"3/31/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":487,"Cost":441,"Date":"6/16/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":648,"Cost":558,"Date":"6/17/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":296,"Cost":252,"Date":"8/27/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":333,"Cost":194,"Date":"10/1/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":168,"Cost":118,"Date":"11/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":521,"Cost":450,"Date":"11/9/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":844,"Cost":713,"Date":"3/27/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":6,"Cost":3,"Date":"4/17/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":149,"Cost":140,"Date":"8/11/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":966,"Cost":688,"Date":"8/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":333,"Cost":245,"Date":"9/2/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":909,"Cost":537,"Date":"9/5/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":955,"Cost":905,"Date":"9/14/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":717,"Cost":613,"Date":"9/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":880,"Cost":750,"Date":"11/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":411,"Cost":265,"Date":"12/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":839,"Cost":781,"Date":"1/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":722,"Cost":634,"Date":"1/21/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":852,"Cost":699,"Date":"2/9/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":404,"Cost":293,"Date":"3/19/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":741,"Cost":531,"Date":"4/3/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":301,"Cost":158,"Date":"4/5/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":290,"Cost":176,"Date":"4/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":541,"Cost":327,"Date":"7/10/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":693,"Cost":587,"Date":"3/25/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":962,"Cost":563,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":683,"Cost":458,"Date":"10/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":754,"Cost":623,"Date":"3/2/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":226,"Cost":195,"Date":"6/28/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":43,"Cost":24,"Date":"7/17/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":270,"Cost":151,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":687,"Cost":522,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":151,"Cost":136,"Date":"11/20/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":36,"Cost":23,"Date":"12/16/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":133,"Cost":112,"Date":"12/30/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":503,"Cost":354,"Date":"2/15/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":325,"Cost":290,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":253,"Cost":185,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":848,"Cost":660,"Date":"4/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":368,"Cost":193,"Date":"7/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":880,"Cost":724,"Date":"8/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":695,"Cost":383,"Date":"10/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":49,"Cost":38,"Date":"11/11/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":228,"Cost":203,"Date":"11/30/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":440,"Cost":414,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":362,"Cost":244,"Date":"3/1/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":280,"Cost":209,"Date":"4/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":854,"Cost":646,"Date":"5/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":857,"Cost":478,"Date":"8/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":859,"Cost":628,"Date":"9/15/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":550,"Cost":355,"Date":"10/14/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":840,"Cost":639,"Date":"10/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":40,"Cost":22,"Date":"11/11/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":748,"Cost":572,"Date":"12/7/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":559,"Cost":518,"Date":"12/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":759,"Cost":399,"Date":"1/6/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":403,"Cost":284,"Date":"1/23/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":857,"Cost":591,"Date":"2/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":840,"Cost":565,"Date":"3/10/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":489,"Cost":289,"Date":"3/12/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":992,"Cost":827,"Date":"3/31/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":564,"Cost":468,"Date":"6/16/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":72,"Cost":64,"Date":"6/17/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":831,"Cost":499,"Date":"8/27/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":902,"Cost":751,"Date":"10/1/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":699,"Cost":530,"Date":"11/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":336,"Cost":187,"Date":"11/9/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":579,"Cost":421,"Date":"3/27/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":316,"Cost":291,"Date":"4/17/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":991,"Cost":588,"Date":"8/11/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":722,"Cost":526,"Date":"8/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":63,"Cost":48,"Date":"9/2/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":124,"Cost":103,"Date":"9/5/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":967,"Cost":692,"Date":"9/14/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":19,"Cost":15,"Date":"9/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":929,"Cost":877,"Date":"11/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":36,"Cost":23,"Date":"12/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":204,"Cost":110,"Date":"1/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":732,"Cost":683,"Date":"1/21/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":580,"Cost":487,"Date":"2/9/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":844,"Cost":501,"Date":"3/19/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":125,"Cost":108,"Date":"4/3/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":631,"Cost":476,"Date":"4/5/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":14,"Cost":8,"Date":"4/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":670,"Cost":528,"Date":"7/10/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":28,"Cost":26,"Date":"3/25/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":941,"Cost":792,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":904,"Cost":635,"Date":"10/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":16,"Cost":9,"Date":"3/2/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":393,"Cost":210,"Date":"6/28/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":869,"Cost":550,"Date":"7/17/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":556,"Cost":427,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":292,"Cost":252,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":346,"Cost":181,"Date":"11/20/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":37,"Cost":19,"Date":"12/16/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":173,"Cost":142,"Date":"12/30/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":278,"Cost":239,"Date":"2/15/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":448,"Cost":360,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":137,"Cost":72,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":603,"Cost":365,"Date":"4/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":685,"Cost":471,"Date":"7/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":599,"Cost":462,"Date":"8/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":587,"Cost":465,"Date":"10/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":406,"Cost":223,"Date":"11/11/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":495,"Cost":297,"Date":"11/30/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":450,"Cost":378,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":125,"Cost":87,"Date":"3/1/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":620,"Cost":408,"Date":"4/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":438,"Cost":320,"Date":"5/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":804,"Cost":619,"Date":"8/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":363,"Cost":247,"Date":"9/15/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":569,"Cost":299,"Date":"10/14/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":236,"Cost":118,"Date":"10/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":304,"Cost":263,"Date":"11/11/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":849,"Cost":657,"Date":"12/7/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":665,"Cost":533,"Date":"12/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":214,"Cost":181,"Date":"1/6/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":761,"Cost":442,"Date":"1/23/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":236,"Cost":156,"Date":"2/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":247,"Cost":218,"Date":"3/10/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":194,"Cost":173,"Date":"3/12/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":498,"Cost":383,"Date":"3/31/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":251,"Cost":227,"Date":"6/16/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":976,"Cost":792,"Date":"6/17/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":684,"Cost":642,"Date":"8/27/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":117,"Cost":109,"Date":"10/1/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":313,"Cost":263,"Date":"11/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":889,"Cost":449,"Date":"11/9/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":656,"Cost":328,"Date":"3/27/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":233,"Cost":184,"Date":"4/17/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":526,"Cost":270,"Date":"8/11/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":950,"Cost":719,"Date":"8/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":968,"Cost":669,"Date":"9/2/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":112,"Cost":88,"Date":"9/5/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":119,"Cost":103,"Date":"9/14/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":431,"Cost":255,"Date":"9/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":421,"Cost":340,"Date":"11/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":152,"Cost":112,"Date":"12/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":856,"Cost":576,"Date":"1/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":95,"Cost":70,"Date":"1/21/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":143,"Cost":111,"Date":"2/9/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":255,"Cost":168,"Date":"3/19/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":147,"Cost":93,"Date":"4/3/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":943,"Cost":529,"Date":"4/5/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":570,"Cost":535,"Date":"4/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":272,"Cost":218,"Date":"7/10/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":742,"Cost":397,"Date":"3/25/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":627,"Cost":353,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":416,"Cost":276,"Date":"10/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":62,"Cost":34,"Date":"3/2/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":818,"Cost":584,"Date":"6/28/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":87,"Cost":70,"Date":"7/17/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":816,"Cost":459,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":81,"Cost":48,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":67,"Cost":57,"Date":"11/20/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":698,"Cost":622,"Date":"12/16/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":540,"Cost":349,"Date":"12/30/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":738,"Cost":683,"Date":"2/15/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":998,"Cost":805,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":100,"Cost":53,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":257,"Cost":172,"Date":"4/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":278,"Cost":238,"Date":"7/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":846,"Cost":467,"Date":"8/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":314,"Cost":243,"Date":"10/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":967,"Cost":686,"Date":"11/11/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":151,"Cost":127,"Date":"11/30/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":618,"Cost":354,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":992,"Cost":628,"Date":"3/1/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":473,"Cost":320,"Date":"4/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":245,"Cost":224,"Date":"5/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":834,"Cost":429,"Date":"8/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":731,"Cost":567,"Date":"9/15/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":346,"Cost":173,"Date":"10/14/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":395,"Cost":321,"Date":"10/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":475,"Cost":369,"Date":"11/11/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":52,"Cost":42,"Date":"12/7/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":291,"Cost":273,"Date":"12/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":464,"Cost":296,"Date":"1/6/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":654,"Cost":412,"Date":"1/23/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":726,"Cost":398,"Date":"2/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":310,"Cost":231,"Date":"3/10/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":237,"Cost":193,"Date":"3/12/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":324,"Cost":198,"Date":"3/31/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":892,"Cost":480,"Date":"6/16/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":107,"Cost":88,"Date":"6/17/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":742,"Cost":551,"Date":"8/27/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":7,"Cost":7,"Date":"10/1/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":131,"Cost":103,"Date":"11/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":238,"Cost":221,"Date":"11/9/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":509,"Cost":339,"Date":"3/27/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":133,"Cost":82,"Date":"4/17/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":445,"Cost":311,"Date":"8/11/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":17,"Cost":15,"Date":"8/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":852,"Cost":798,"Date":"9/2/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":531,"Cost":361,"Date":"9/5/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":994,"Cost":725,"Date":"9/14/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":381,"Cost":252,"Date":"9/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":476,"Cost":335,"Date":"11/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":507,"Cost":307,"Date":"12/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":675,"Cost":618,"Date":"1/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":995,"Cost":686,"Date":"1/21/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":86,"Cost":55,"Date":"2/9/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":518,"Cost":336,"Date":"3/19/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":605,"Cost":319,"Date":"4/3/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":506,"Cost":450,"Date":"4/5/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":112,"Cost":63,"Date":"4/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":729,"Cost":388,"Date":"7/10/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":737,"Cost":695,"Date":"3/25/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":733,"Cost":629,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":951,"Cost":679,"Date":"10/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":896,"Cost":789,"Date":"3/2/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":163,"Cost":87,"Date":"6/28/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":532,"Cost":491,"Date":"7/17/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":724,"Cost":531,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":882,"Cost":813,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":458,"Cost":369,"Date":"11/20/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":974,"Cost":797,"Date":"12/16/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":878,"Cost":705,"Date":"12/30/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":311,"Cost":265,"Date":"2/15/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":525,"Cost":455,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":615,"Cost":325,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":391,"Cost":299,"Date":"4/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":789,"Cost":553,"Date":"7/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":91,"Cost":79,"Date":"8/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":399,"Cost":210,"Date":"10/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":345,"Cost":213,"Date":"11/11/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":630,"Cost":581,"Date":"11/30/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":741,"Cost":415,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":956,"Cost":897,"Date":"3/1/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":41,"Cost":21,"Date":"4/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":589,"Cost":333,"Date":"5/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":752,"Cost":532,"Date":"8/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":460,"Cost":313,"Date":"9/15/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":443,"Cost":291,"Date":"10/14/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":656,"Cost":334,"Date":"10/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":15,"Cost":13,"Date":"11/11/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":933,"Cost":838,"Date":"12/7/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":206,"Cost":181,"Date":"12/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":786,"Cost":534,"Date":"1/6/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":673,"Cost":407,"Date":"1/23/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":401,"Cost":201,"Date":"2/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":529,"Cost":360,"Date":"3/10/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":765,"Cost":639,"Date":"3/12/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":570,"Cost":421,"Date":"3/31/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":932,"Cost":636,"Date":"6/16/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":778,"Cost":502,"Date":"6/17/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":691,"Cost":349,"Date":"8/27/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":800,"Cost":588,"Date":"10/1/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":379,"Cost":325,"Date":"11/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":997,"Cost":527,"Date":"11/9/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":163,"Cost":88,"Date":"3/27/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":863,"Cost":522,"Date":"4/17/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":632,"Cost":574,"Date":"8/11/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":142,"Cost":76,"Date":"8/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":391,"Cost":290,"Date":"9/2/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":561,"Cost":316,"Date":"9/5/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":332,"Cost":189,"Date":"9/14/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":386,"Cost":235,"Date":"9/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":588,"Cost":537,"Date":"11/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":145,"Cost":135,"Date":"12/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":779,"Cost":399,"Date":"1/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":430,"Cost":277,"Date":"1/21/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":837,"Cost":526,"Date":"2/9/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":89,"Cost":54,"Date":"3/19/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":921,"Cost":649,"Date":"4/3/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":96,"Date":"4/5/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":254,"Cost":157,"Date":"4/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":876,"Cost":565,"Date":"7/10/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":308,"Cost":222,"Date":"3/25/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":525,"Cost":483,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":501,"Cost":416,"Date":"10/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":576,"Cost":508,"Date":"3/2/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":4,"Cost":3,"Date":"6/28/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":657,"Cost":377,"Date":"7/17/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":909,"Cost":590,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":98,"Cost":63,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":302,"Cost":159,"Date":"11/20/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":926,"Cost":646,"Date":"12/16/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":566,"Cost":313,"Date":"12/30/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":807,"Cost":454,"Date":"2/15/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":827,"Cost":692,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":172,"Cost":141,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":237,"Cost":214,"Date":"4/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":992,"Cost":511,"Date":"7/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":472,"Cost":300,"Date":"8/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":616,"Cost":535,"Date":"10/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":71,"Cost":47,"Date":"11/11/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":455,"Cost":370,"Date":"11/30/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":9,"Cost":8,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":916,"Cost":741,"Date":"3/1/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":144,"Cost":87,"Date":"4/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":893,"Cost":796,"Date":"5/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":416,"Cost":370,"Date":"8/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":330,"Cost":309,"Date":"9/15/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":448,"Cost":284,"Date":"10/14/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":588,"Cost":454,"Date":"10/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":662,"Cost":495,"Date":"11/11/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":347,"Cost":180,"Date":"12/7/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":143,"Cost":107,"Date":"12/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":838,"Cost":568,"Date":"1/6/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":270,"Cost":211,"Date":"1/23/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":455,"Cost":276,"Date":"2/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":285,"Cost":175,"Date":"3/10/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":541,"Cost":277,"Date":"3/12/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":152,"Cost":107,"Date":"3/31/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":10,"Cost":6,"Date":"6/16/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":778,"Cost":533,"Date":"6/17/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":337,"Cost":309,"Date":"8/27/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":244,"Cost":187,"Date":"10/1/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":431,"Cost":316,"Date":"11/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":29,"Cost":24,"Date":"11/9/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":710,"Cost":527,"Date":"3/27/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":919,"Cost":669,"Date":"4/17/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":140,"Cost":125,"Date":"8/11/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":679,"Cost":538,"Date":"8/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":547,"Cost":335,"Date":"9/2/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":396,"Date":"9/5/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":912,"Cost":534,"Date":"9/14/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":352,"Cost":275,"Date":"9/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":899,"Cost":526,"Date":"11/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":335,"Cost":251,"Date":"12/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":499,"Cost":257,"Date":"1/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":459,"Cost":359,"Date":"1/21/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":604,"Cost":441,"Date":"2/9/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":762,"Cost":546,"Date":"3/19/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":55,"Cost":36,"Date":"4/3/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":293,"Cost":185,"Date":"4/5/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":228,"Cost":151,"Date":"4/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":793,"Cost":519,"Date":"7/10/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":355,"Cost":245,"Date":"3/25/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":374,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":669,"Cost":424,"Date":"10/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":163,"Cost":134,"Date":"3/2/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":127,"Cost":105,"Date":"6/28/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":830,"Cost":485,"Date":"7/17/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":905,"Cost":699,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":27,"Cost":13,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":975,"Cost":507,"Date":"11/20/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":210,"Cost":165,"Date":"12/16/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":817,"Cost":556,"Date":"12/30/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":916,"Cost":756,"Date":"2/15/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":777,"Cost":451,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":695,"Cost":539,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":600,"Cost":487,"Date":"4/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":880,"Cost":589,"Date":"7/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":390,"Cost":338,"Date":"8/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":706,"Cost":584,"Date":"10/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":249,"Cost":201,"Date":"11/11/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":392,"Cost":263,"Date":"11/30/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":588,"Cost":546,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":184,"Cost":99,"Date":"3/1/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":569,"Cost":436,"Date":"4/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":449,"Cost":347,"Date":"5/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":514,"Cost":452,"Date":"8/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":135,"Cost":105,"Date":"9/15/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":272,"Cost":211,"Date":"10/14/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":453,"Cost":260,"Date":"10/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":587,"Cost":315,"Date":"11/11/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":461,"Cost":326,"Date":"12/7/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":20,"Cost":11,"Date":"12/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":92,"Cost":62,"Date":"1/6/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":270,"Cost":203,"Date":"1/23/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":798,"Cost":504,"Date":"2/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":698,"Cost":606,"Date":"3/10/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":569,"Cost":537,"Date":"3/12/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":814,"Cost":563,"Date":"3/31/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":63,"Cost":46,"Date":"6/16/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":910,"Cost":692,"Date":"6/17/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":935,"Cost":641,"Date":"8/27/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":693,"Cost":629,"Date":"10/1/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":11,"Cost":8,"Date":"11/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":700,"Cost":382,"Date":"11/9/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":826,"Cost":697,"Date":"3/27/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":234,"Cost":212,"Date":"4/17/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":64,"Cost":60,"Date":"8/11/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":952,"Cost":852,"Date":"8/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":536,"Cost":380,"Date":"9/2/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":80,"Cost":65,"Date":"9/5/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":697,"Cost":446,"Date":"9/14/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":523,"Cost":307,"Date":"9/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":860,"Cost":705,"Date":"11/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":45,"Cost":29,"Date":"12/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":29,"Cost":22,"Date":"1/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":305,"Cost":181,"Date":"1/21/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":829,"Cost":782,"Date":"2/9/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":37,"Cost":27,"Date":"3/19/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":583,"Cost":386,"Date":"4/3/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":491,"Cost":384,"Date":"4/5/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":554,"Cost":359,"Date":"4/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":725,"Cost":483,"Date":"7/10/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":113,"Cost":67,"Date":"3/25/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":731,"Cost":457,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":46,"Cost":25,"Date":"10/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":616,"Cost":468,"Date":"3/2/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":412,"Cost":372,"Date":"6/28/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":546,"Cost":322,"Date":"7/17/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":909,"Cost":819,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":623,"Cost":352,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":419,"Cost":301,"Date":"11/20/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":274,"Cost":252,"Date":"12/16/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":777,"Cost":449,"Date":"12/30/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":38,"Cost":33,"Date":"2/15/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":349,"Cost":316,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":735,"Cost":397,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":128,"Cost":75,"Date":"4/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":674,"Cost":362,"Date":"7/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":626,"Cost":534,"Date":"8/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":580,"Cost":539,"Date":"10/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":69,"Cost":59,"Date":"11/11/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":231,"Cost":203,"Date":"11/30/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":584,"Cost":488,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":438,"Date":"3/1/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":698,"Cost":543,"Date":"4/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":970,"Cost":767,"Date":"5/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":534,"Cost":502,"Date":"8/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":355,"Cost":274,"Date":"9/15/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":462,"Cost":311,"Date":"10/14/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":517,"Cost":384,"Date":"10/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":484,"Cost":271,"Date":"11/11/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":337,"Cost":280,"Date":"12/7/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":800,"Cost":683,"Date":"12/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":382,"Cost":341,"Date":"1/6/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":498,"Cost":450,"Date":"1/23/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":974,"Cost":658,"Date":"2/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":812,"Cost":565,"Date":"3/10/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":231,"Cost":129,"Date":"3/12/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":555,"Cost":320,"Date":"3/31/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":310,"Cost":207,"Date":"6/16/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":301,"Cost":160,"Date":"6/17/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":295,"Cost":156,"Date":"8/27/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":167,"Cost":155,"Date":"10/1/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":435,"Cost":269,"Date":"11/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":55,"Cost":41,"Date":"11/9/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":808,"Cost":618,"Date":"3/27/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":415,"Cost":354,"Date":"4/17/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":307,"Cost":154,"Date":"8/11/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":929,"Cost":561,"Date":"8/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":697,"Cost":412,"Date":"9/2/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":526,"Cost":358,"Date":"9/5/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":317,"Cost":206,"Date":"9/14/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":544,"Cost":447,"Date":"9/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":602,"Cost":513,"Date":"11/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":422,"Cost":269,"Date":"12/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":835,"Cost":561,"Date":"1/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":675,"Cost":475,"Date":"1/21/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":708,"Cost":558,"Date":"2/9/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":278,"Cost":244,"Date":"3/19/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":144,"Cost":83,"Date":"4/3/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":513,"Cost":468,"Date":"4/5/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":370,"Cost":264,"Date":"4/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":72,"Cost":66,"Date":"7/10/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":362,"Cost":340,"Date":"3/25/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":663,"Cost":528,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":981,"Cost":838,"Date":"10/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":366,"Cost":265,"Date":"3/2/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":424,"Cost":314,"Date":"6/28/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":685,"Cost":350,"Date":"7/17/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":917,"Cost":820,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":550,"Cost":445,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":641,"Cost":424,"Date":"11/20/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":339,"Cost":255,"Date":"12/16/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":17,"Cost":14,"Date":"12/30/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":688,"Cost":406,"Date":"2/15/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":517,"Cost":356,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":859,"Cost":605,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":522,"Cost":420,"Date":"4/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":54,"Cost":28,"Date":"7/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":258,"Cost":191,"Date":"8/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":37,"Cost":23,"Date":"10/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":178,"Cost":104,"Date":"11/11/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":948,"Cost":708,"Date":"11/30/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":91,"Cost":59,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":843,"Cost":559,"Date":"3/1/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":771,"Cost":661,"Date":"4/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":610,"Cost":435,"Date":"5/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":840,"Cost":641,"Date":"8/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":482,"Cost":337,"Date":"9/15/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":309,"Cost":275,"Date":"10/14/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":340,"Cost":231,"Date":"10/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":579,"Cost":503,"Date":"11/11/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":553,"Cost":304,"Date":"12/7/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":224,"Cost":159,"Date":"12/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":905,"Cost":617,"Date":"1/6/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":636,"Cost":417,"Date":"1/23/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":913,"Cost":643,"Date":"2/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":553,"Cost":509,"Date":"3/10/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":778,"Cost":692,"Date":"3/12/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":919,"Cost":720,"Date":"3/31/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":882,"Cost":812,"Date":"6/16/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":768,"Cost":494,"Date":"6/17/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":69,"Cost":52,"Date":"8/27/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":252,"Cost":232,"Date":"10/1/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":933,"Cost":469,"Date":"11/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":590,"Cost":444,"Date":"11/9/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":236,"Cost":178,"Date":"3/27/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":708,"Cost":481,"Date":"4/17/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":797,"Cost":643,"Date":"8/11/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":49,"Cost":26,"Date":"8/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":661,"Cost":616,"Date":"9/2/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":686,"Cost":648,"Date":"9/5/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":276,"Cost":205,"Date":"9/14/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":158,"Cost":99,"Date":"9/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":160,"Cost":99,"Date":"11/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":686,"Cost":354,"Date":"12/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":788,"Cost":590,"Date":"1/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":142,"Cost":125,"Date":"1/21/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":300,"Cost":216,"Date":"2/9/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":375,"Cost":251,"Date":"3/19/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":779,"Cost":563,"Date":"4/3/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":875,"Cost":451,"Date":"4/5/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":887,"Cost":455,"Date":"4/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":973,"Cost":918,"Date":"7/10/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":282,"Cost":196,"Date":"3/25/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":999,"Cost":659,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":573,"Cost":420,"Date":"10/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":935,"Cost":844,"Date":"3/2/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":874,"Cost":518,"Date":"6/28/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":718,"Cost":626,"Date":"7/17/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":943,"Cost":491,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":679,"Cost":453,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":157,"Cost":97,"Date":"11/20/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":33,"Cost":18,"Date":"12/16/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":212,"Cost":191,"Date":"12/30/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":946,"Cost":753,"Date":"2/15/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":730,"Cost":446,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":740,"Cost":450,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":492,"Cost":327,"Date":"4/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":877,"Cost":499,"Date":"7/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":32,"Cost":26,"Date":"8/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":376,"Cost":244,"Date":"10/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":818,"Cost":442,"Date":"11/11/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":587,"Cost":389,"Date":"11/30/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":763,"Cost":567,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":332,"Cost":223,"Date":"3/1/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":523,"Cost":410,"Date":"4/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":123,"Cost":68,"Date":"5/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":429,"Cost":394,"Date":"8/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":673,"Cost":425,"Date":"9/15/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":577,"Cost":302,"Date":"10/14/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":45,"Cost":36,"Date":"10/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":692,"Cost":409,"Date":"11/11/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":145,"Cost":110,"Date":"12/7/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":148,"Cost":88,"Date":"12/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":868,"Cost":533,"Date":"1/6/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":960,"Cost":567,"Date":"1/23/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":478,"Cost":416,"Date":"2/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":278,"Cost":196,"Date":"3/10/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":440,"Cost":333,"Date":"3/12/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":983,"Cost":817,"Date":"3/31/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":649,"Cost":342,"Date":"6/16/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":359,"Cost":323,"Date":"6/17/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":607,"Cost":390,"Date":"8/27/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":346,"Cost":268,"Date":"10/1/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":119,"Cost":109,"Date":"11/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":253,"Cost":228,"Date":"11/9/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":234,"Cost":137,"Date":"3/27/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":733,"Cost":414,"Date":"4/17/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":295,"Cost":256,"Date":"8/11/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":249,"Cost":201,"Date":"8/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":306,"Cost":274,"Date":"9/2/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":307,"Cost":202,"Date":"9/5/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":25,"Cost":19,"Date":"9/14/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":871,"Cost":726,"Date":"9/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":854,"Cost":555,"Date":"11/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":381,"Cost":256,"Date":"12/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":893,"Cost":585,"Date":"1/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":222,"Cost":168,"Date":"1/21/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":102,"Cost":85,"Date":"2/9/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":287,"Cost":189,"Date":"3/19/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":978,"Cost":836,"Date":"4/3/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":286,"Cost":183,"Date":"4/5/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":715,"Cost":515,"Date":"4/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":711,"Cost":602,"Date":"7/10/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":124,"Cost":112,"Date":"3/25/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":760,"Cost":436,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":822,"Cost":431,"Date":"10/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":297,"Cost":164,"Date":"3/2/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":705,"Cost":360,"Date":"6/28/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":645,"Cost":558,"Date":"7/17/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":584,"Cost":360,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":656,"Cost":540,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":598,"Cost":430,"Date":"11/20/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":597,"Cost":366,"Date":"12/16/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":478,"Cost":403,"Date":"12/30/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":448,"Cost":277,"Date":"2/15/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":592,"Cost":395,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":29,"Cost":21,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":992,"Cost":742,"Date":"4/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":985,"Cost":672,"Date":"7/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":69,"Cost":60,"Date":"8/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":757,"Cost":685,"Date":"10/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":4,"Cost":2,"Date":"11/11/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":477,"Cost":412,"Date":"11/30/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":244,"Cost":194,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":750,"Cost":460,"Date":"3/1/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":871,"Cost":588,"Date":"4/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":971,"Cost":544,"Date":"5/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":278,"Cost":197,"Date":"8/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":262,"Cost":157,"Date":"9/15/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":258,"Cost":198,"Date":"10/14/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":205,"Cost":107,"Date":"10/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":833,"Cost":436,"Date":"11/11/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":403,"Cost":238,"Date":"12/7/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":372,"Cost":190,"Date":"12/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":695,"Cost":471,"Date":"1/6/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":824,"Cost":440,"Date":"1/23/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":107,"Cost":59,"Date":"2/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":5,"Cost":4,"Date":"3/10/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":900,"Cost":487,"Date":"3/12/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":252,"Cost":201,"Date":"3/31/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":1,"Cost":0,"Date":"6/16/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":915,"Cost":486,"Date":"6/17/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":399,"Cost":373,"Date":"8/27/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":627,"Cost":419,"Date":"10/1/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":903,"Cost":759,"Date":"11/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":335,"Cost":270,"Date":"11/9/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":753,"Cost":601,"Date":"3/27/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":49,"Cost":34,"Date":"4/17/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":628,"Cost":398,"Date":"8/11/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":101,"Cost":72,"Date":"8/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":557,"Cost":505,"Date":"9/2/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":514,"Cost":308,"Date":"9/5/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":336,"Cost":299,"Date":"9/14/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":628,"Cost":586,"Date":"9/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":834,"Cost":679,"Date":"11/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":313,"Cost":265,"Date":"12/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":43,"Cost":40,"Date":"1/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":368,"Cost":252,"Date":"1/21/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":626,"Cost":507,"Date":"2/9/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":869,"Cost":482,"Date":"3/19/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":706,"Cost":400,"Date":"4/3/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":585,"Cost":498,"Date":"4/5/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":946,"Cost":515,"Date":"4/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":394,"Cost":365,"Date":"7/10/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":362,"Cost":220,"Date":"3/25/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":445,"Cost":355,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":58,"Cost":29,"Date":"10/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":713,"Cost":463,"Date":"3/2/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":573,"Cost":526,"Date":"6/28/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":296,"Cost":262,"Date":"7/17/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":249,"Cost":137,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":26,"Cost":23,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":311,"Cost":247,"Date":"11/20/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":358,"Cost":336,"Date":"12/16/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":235,"Cost":177,"Date":"12/30/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":64,"Cost":57,"Date":"2/15/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":232,"Cost":195,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":554,"Cost":416,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":451,"Date":"4/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":359,"Cost":313,"Date":"7/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":539,"Cost":463,"Date":"8/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":34,"Cost":32,"Date":"10/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":416,"Cost":377,"Date":"11/11/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":589,"Cost":437,"Date":"11/30/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":202,"Cost":146,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":250,"Cost":196,"Date":"3/1/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":970,"Cost":616,"Date":"4/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":913,"Cost":529,"Date":"5/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":274,"Cost":166,"Date":"8/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":11,"Cost":9,"Date":"9/15/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":673,"Cost":340,"Date":"10/14/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":943,"Cost":638,"Date":"10/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":450,"Cost":303,"Date":"11/11/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":639,"Cost":332,"Date":"12/7/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":469,"Cost":294,"Date":"12/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":851,"Cost":463,"Date":"1/6/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":263,"Cost":200,"Date":"1/23/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":480,"Cost":362,"Date":"2/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":577,"Cost":414,"Date":"3/10/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":984,"Cost":829,"Date":"3/12/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":816,"Cost":752,"Date":"3/31/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":815,"Cost":537,"Date":"6/16/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":348,"Cost":302,"Date":"6/17/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":564,"Cost":494,"Date":"8/27/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":501,"Cost":298,"Date":"10/1/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":178,"Cost":139,"Date":"11/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":543,"Cost":470,"Date":"11/9/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":539,"Cost":493,"Date":"3/27/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":184,"Cost":117,"Date":"4/17/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":151,"Cost":110,"Date":"8/11/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":566,"Cost":377,"Date":"8/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":398,"Cost":283,"Date":"9/2/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":239,"Cost":216,"Date":"9/5/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":608,"Cost":361,"Date":"9/14/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":213,"Cost":132,"Date":"9/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":601,"Cost":474,"Date":"11/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":785,"Cost":407,"Date":"12/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":386,"Cost":350,"Date":"1/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":815,"Cost":519,"Date":"1/21/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":629,"Cost":476,"Date":"2/9/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":762,"Cost":483,"Date":"3/19/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":503,"Cost":327,"Date":"4/3/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":388,"Cost":326,"Date":"4/5/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":244,"Cost":190,"Date":"4/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":654,"Cost":346,"Date":"7/10/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":802,"Cost":663,"Date":"3/25/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":915,"Cost":622,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":281,"Cost":260,"Date":"10/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":981,"Cost":658,"Date":"3/2/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":278,"Cost":232,"Date":"6/28/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":39,"Cost":21,"Date":"7/17/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":467,"Cost":340,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":518,"Cost":475,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":180,"Cost":149,"Date":"11/20/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":178,"Cost":168,"Date":"12/16/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":642,"Cost":584,"Date":"12/30/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":98,"Cost":88,"Date":"2/15/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":892,"Cost":603,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":8,"Cost":8,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":11,"Cost":6,"Date":"4/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":123,"Cost":91,"Date":"7/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":991,"Cost":912,"Date":"8/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":554,"Cost":336,"Date":"10/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":152,"Cost":116,"Date":"11/11/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":917,"Cost":607,"Date":"11/30/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":519,"Cost":284,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":144,"Cost":100,"Date":"3/1/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":412,"Cost":326,"Date":"4/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":221,"Cost":202,"Date":"5/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":475,"Cost":359,"Date":"8/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":650,"Cost":513,"Date":"9/15/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":664,"Cost":571,"Date":"10/14/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":466,"Cost":241,"Date":"10/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":473,"Cost":437,"Date":"11/11/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":679,"Cost":514,"Date":"12/7/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":196,"Cost":175,"Date":"12/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":513,"Cost":311,"Date":"1/6/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":473,"Cost":356,"Date":"1/23/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":726,"Cost":641,"Date":"2/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":160,"Cost":105,"Date":"3/10/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":423,"Cost":221,"Date":"3/12/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":247,"Cost":170,"Date":"3/31/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":988,"Cost":501,"Date":"6/16/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":223,"Cost":210,"Date":"6/17/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":610,"Cost":342,"Date":"8/27/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":623,"Cost":359,"Date":"10/1/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":287,"Cost":226,"Date":"11/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":565,"Cost":407,"Date":"11/9/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":671,"Cost":586,"Date":"3/27/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":317,"Cost":284,"Date":"4/17/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":924,"Cost":849,"Date":"8/11/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":327,"Cost":170,"Date":"8/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":469,"Cost":270,"Date":"9/2/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":132,"Cost":83,"Date":"9/5/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":892,"Cost":561,"Date":"9/14/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":694,"Cost":653,"Date":"9/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":402,"Cost":367,"Date":"11/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":466,"Cost":317,"Date":"12/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":993,"Cost":733,"Date":"1/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":805,"Cost":716,"Date":"1/21/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":875,"Cost":677,"Date":"2/9/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":810,"Cost":426,"Date":"3/19/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":356,"Cost":304,"Date":"4/3/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":952,"Cost":731,"Date":"4/5/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":653,"Cost":349,"Date":"4/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":35,"Cost":25,"Date":"7/10/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":47,"Cost":35,"Date":"3/25/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":105,"Cost":78,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":718,"Cost":602,"Date":"10/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":315,"Cost":258,"Date":"3/2/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":258,"Cost":159,"Date":"6/28/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":537,"Cost":427,"Date":"7/17/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":590,"Cost":541,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":103,"Cost":59,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":742,"Cost":463,"Date":"11/20/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":160,"Cost":121,"Date":"12/16/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":554,"Cost":366,"Date":"12/30/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":774,"Cost":607,"Date":"2/15/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":630,"Cost":532,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":493,"Cost":380,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":14,"Cost":8,"Date":"4/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":60,"Cost":52,"Date":"7/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":660,"Cost":609,"Date":"8/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":620,"Cost":420,"Date":"10/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":762,"Cost":437,"Date":"11/11/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":324,"Cost":244,"Date":"11/30/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":359,"Cost":271,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":396,"Cost":371,"Date":"3/1/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":776,"Cost":507,"Date":"4/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":108,"Cost":72,"Date":"5/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":372,"Cost":248,"Date":"8/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":536,"Cost":475,"Date":"9/15/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":271,"Cost":166,"Date":"10/14/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":493,"Cost":389,"Date":"10/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":875,"Cost":542,"Date":"11/11/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":278,"Cost":188,"Date":"12/7/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":177,"Cost":119,"Date":"12/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":458,"Cost":297,"Date":"1/6/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":871,"Cost":470,"Date":"1/23/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":18,"Cost":14,"Date":"2/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":512,"Cost":473,"Date":"3/10/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":745,"Cost":487,"Date":"3/12/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":348,"Cost":324,"Date":"3/31/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":965,"Cost":735,"Date":"6/16/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":992,"Cost":898,"Date":"6/17/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":884,"Cost":460,"Date":"8/27/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":600,"Cost":531,"Date":"10/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":897,"Cost":504,"Date":"11/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":250,"Cost":232,"Date":"11/9/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":959,"Cost":758,"Date":"3/27/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":734,"Cost":481,"Date":"4/17/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":354,"Cost":314,"Date":"8/11/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":653,"Cost":525,"Date":"8/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":277,"Cost":149,"Date":"9/2/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":66,"Cost":53,"Date":"9/5/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":26,"Cost":17,"Date":"9/14/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":130,"Cost":89,"Date":"9/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":900,"Cost":457,"Date":"11/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":624,"Cost":505,"Date":"12/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":310,"Cost":255,"Date":"1/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":962,"Cost":775,"Date":"1/21/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":847,"Cost":791,"Date":"2/9/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":897,"Cost":452,"Date":"3/19/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":615,"Cost":492,"Date":"4/3/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":596,"Cost":495,"Date":"4/5/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":947,"Cost":630,"Date":"4/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":940,"Cost":540,"Date":"7/10/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":438,"Cost":278,"Date":"3/25/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":59,"Cost":47,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":579,"Cost":293,"Date":"10/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":649,"Cost":353,"Date":"3/2/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":779,"Cost":425,"Date":"6/28/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":420,"Cost":210,"Date":"7/17/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":857,"Cost":814,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":286,"Cost":181,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":628,"Cost":473,"Date":"11/20/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":96,"Cost":53,"Date":"12/16/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":243,"Cost":181,"Date":"12/30/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":13,"Cost":10,"Date":"2/15/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":446,"Cost":234,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":299,"Cost":172,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":172,"Cost":116,"Date":"4/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":835,"Cost":423,"Date":"7/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":799,"Cost":475,"Date":"8/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":912,"Cost":571,"Date":"10/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":590,"Cost":413,"Date":"11/11/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":745,"Cost":496,"Date":"11/30/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":535,"Cost":502,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":999,"Cost":554,"Date":"3/1/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":599,"Cost":557,"Date":"4/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":58,"Cost":32,"Date":"5/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":963,"Cost":613,"Date":"8/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":694,"Date":"9/15/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":608,"Cost":535,"Date":"10/14/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":19,"Cost":10,"Date":"10/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":596,"Cost":356,"Date":"11/11/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":661,"Cost":562,"Date":"12/7/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":890,"Cost":838,"Date":"12/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":448,"Cost":337,"Date":"1/6/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":273,"Cost":231,"Date":"1/23/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":40,"Cost":28,"Date":"2/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":279,"Cost":247,"Date":"3/10/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":557,"Cost":429,"Date":"3/12/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":833,"Cost":549,"Date":"3/31/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":848,"Cost":578,"Date":"6/16/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":996,"Cost":550,"Date":"6/17/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":410,"Cost":342,"Date":"8/27/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":275,"Cost":204,"Date":"10/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":821,"Cost":527,"Date":"11/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":276,"Cost":180,"Date":"11/9/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":374,"Cost":341,"Date":"3/27/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":60,"Cost":32,"Date":"4/17/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":173,"Cost":145,"Date":"8/11/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":655,"Cost":460,"Date":"8/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":422,"Cost":392,"Date":"9/2/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":517,"Cost":307,"Date":"9/5/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":352,"Cost":328,"Date":"9/14/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":270,"Cost":245,"Date":"9/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":463,"Cost":355,"Date":"11/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":693,"Cost":483,"Date":"12/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":208,"Cost":160,"Date":"1/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":883,"Cost":769,"Date":"1/21/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":569,"Cost":401,"Date":"2/9/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":235,"Cost":196,"Date":"3/19/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":260,"Cost":203,"Date":"4/3/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":380,"Cost":331,"Date":"4/5/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":994,"Cost":890,"Date":"4/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":492,"Cost":382,"Date":"7/10/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":875,"Cost":462,"Date":"3/25/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":387,"Cost":340,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":253,"Cost":219,"Date":"10/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":543,"Cost":475,"Date":"3/2/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":882,"Cost":648,"Date":"6/28/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":201,"Cost":114,"Date":"7/17/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":871,"Cost":662,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":165,"Cost":104,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":276,"Cost":161,"Date":"11/20/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":47,"Cost":24,"Date":"12/16/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":558,"Cost":467,"Date":"12/30/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":818,"Cost":546,"Date":"2/15/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":22,"Cost":13,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":40,"Cost":38,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":852,"Cost":488,"Date":"4/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":989,"Cost":525,"Date":"7/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":862,"Cost":451,"Date":"8/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":758,"Cost":501,"Date":"10/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":788,"Cost":608,"Date":"11/11/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":707,"Cost":622,"Date":"11/30/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":607,"Cost":470,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":841,"Cost":491,"Date":"3/1/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":900,"Cost":826,"Date":"4/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":579,"Cost":343,"Date":"5/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":205,"Cost":121,"Date":"8/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":51,"Cost":39,"Date":"9/15/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":230,"Cost":211,"Date":"10/14/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":909,"Cost":614,"Date":"10/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":296,"Cost":184,"Date":"11/11/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":766,"Cost":582,"Date":"12/7/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":817,"Cost":508,"Date":"12/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":158,"Cost":135,"Date":"1/6/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":601,"Cost":390,"Date":"1/23/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":220,"Cost":180,"Date":"2/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":400,"Cost":262,"Date":"3/10/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":674,"Cost":397,"Date":"3/12/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":670,"Cost":607,"Date":"3/31/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":767,"Cost":603,"Date":"6/16/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":80,"Cost":70,"Date":"6/17/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":379,"Cost":223,"Date":"8/27/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":717,"Cost":489,"Date":"10/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":451,"Cost":392,"Date":"11/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":391,"Cost":315,"Date":"11/9/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":70,"Cost":55,"Date":"3/27/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":281,"Cost":156,"Date":"4/17/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":152,"Cost":132,"Date":"8/11/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":824,"Cost":465,"Date":"8/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":297,"Cost":176,"Date":"9/2/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":71,"Cost":59,"Date":"9/5/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":459,"Cost":351,"Date":"9/14/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":696,"Cost":348,"Date":"9/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":937,"Cost":545,"Date":"11/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":596,"Cost":311,"Date":"12/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":208,"Cost":166,"Date":"1/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":616,"Cost":384,"Date":"1/21/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":959,"Cost":698,"Date":"2/9/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":321,"Cost":295,"Date":"3/19/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":987,"Cost":894,"Date":"4/3/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":118,"Cost":88,"Date":"4/5/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":920,"Cost":791,"Date":"4/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":465,"Cost":281,"Date":"7/10/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":755,"Cost":434,"Date":"3/25/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":735,"Cost":454,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":984,"Cost":741,"Date":"10/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":722,"Cost":611,"Date":"3/2/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":870,"Cost":635,"Date":"6/28/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":217,"Cost":130,"Date":"7/17/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":749,"Cost":431,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":288,"Cost":144,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":813,"Cost":470,"Date":"11/20/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":33,"Cost":29,"Date":"12/16/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":339,"Cost":211,"Date":"12/30/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":12,"Cost":9,"Date":"2/15/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":391,"Cost":348,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":976,"Cost":844,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":223,"Cost":181,"Date":"4/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":4,"Cost":4,"Date":"7/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":2,"Cost":2,"Date":"8/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":865,"Cost":446,"Date":"10/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":936,"Cost":565,"Date":"11/11/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":537,"Cost":341,"Date":"11/30/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":687,"Cost":647,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":691,"Cost":627,"Date":"3/1/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":658,"Cost":519,"Date":"4/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":658,"Cost":625,"Date":"5/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":5,"Cost":3,"Date":"8/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":886,"Cost":741,"Date":"9/15/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":702,"Cost":486,"Date":"10/14/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":913,"Cost":730,"Date":"10/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":724,"Cost":596,"Date":"11/11/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":78,"Cost":59,"Date":"12/7/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":629,"Cost":538,"Date":"12/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":380,"Cost":249,"Date":"1/6/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":31,"Cost":16,"Date":"1/23/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":893,"Cost":838,"Date":"2/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":659,"Cost":470,"Date":"3/10/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":483,"Cost":444,"Date":"3/12/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":752,"Cost":545,"Date":"3/31/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":396,"Cost":271,"Date":"6/16/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":354,"Cost":279,"Date":"6/17/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":447,"Cost":388,"Date":"8/27/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":911,"Cost":642,"Date":"10/1/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":175,"Cost":103,"Date":"11/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":281,"Cost":257,"Date":"11/9/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":249,"Cost":216,"Date":"3/27/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":31,"Cost":25,"Date":"4/17/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":49,"Cost":27,"Date":"8/11/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":713,"Cost":622,"Date":"8/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":339,"Cost":181,"Date":"9/2/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":223,"Cost":131,"Date":"9/5/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":296,"Cost":169,"Date":"9/14/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":486,"Cost":339,"Date":"9/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":818,"Cost":447,"Date":"11/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":130,"Cost":119,"Date":"12/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":615,"Cost":330,"Date":"1/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":870,"Cost":579,"Date":"1/21/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":915,"Cost":569,"Date":"2/9/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":320,"Cost":223,"Date":"3/19/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":176,"Cost":164,"Date":"4/3/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":526,"Cost":456,"Date":"4/5/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":231,"Cost":137,"Date":"4/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":748,"Cost":509,"Date":"7/10/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":930,"Cost":470,"Date":"3/25/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":308,"Cost":231,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":79,"Cost":45,"Date":"10/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":611,"Cost":538,"Date":"3/2/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":996,"Cost":789,"Date":"6/28/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":797,"Cost":451,"Date":"7/17/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":622,"Cost":465,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":310,"Cost":203,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":727,"Cost":497,"Date":"11/20/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":522,"Cost":370,"Date":"12/16/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":661,"Cost":341,"Date":"12/30/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":204,"Cost":132,"Date":"2/15/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":858,"Cost":777,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":692,"Cost":402,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":84,"Cost":49,"Date":"4/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":966,"Cost":708,"Date":"7/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":692,"Cost":389,"Date":"8/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":169,"Cost":145,"Date":"10/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":942,"Cost":708,"Date":"11/11/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":804,"Cost":750,"Date":"11/30/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":757,"Cost":508,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":943,"Cost":680,"Date":"3/1/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":679,"Cost":340,"Date":"4/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":270,"Cost":202,"Date":"5/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":293,"Cost":193,"Date":"8/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":463,"Cost":267,"Date":"9/15/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":326,"Cost":269,"Date":"10/14/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":564,"Cost":359,"Date":"10/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":754,"Cost":669,"Date":"11/11/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":109,"Cost":80,"Date":"12/7/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":629,"Cost":525,"Date":"12/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":784,"Cost":606,"Date":"1/6/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":855,"Cost":491,"Date":"1/23/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":577,"Cost":493,"Date":"2/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":72,"Cost":43,"Date":"3/10/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":483,"Cost":440,"Date":"3/12/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":801,"Cost":430,"Date":"3/31/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":735,"Cost":375,"Date":"6/16/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":744,"Cost":465,"Date":"6/17/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":118,"Cost":105,"Date":"8/27/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":603,"Cost":455,"Date":"10/1/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":438,"Cost":283,"Date":"11/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":605,"Cost":567,"Date":"11/9/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":45,"Cost":41,"Date":"3/27/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":931,"Cost":779,"Date":"4/17/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":445,"Cost":405,"Date":"8/11/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":476,"Cost":378,"Date":"8/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":779,"Cost":659,"Date":"9/2/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":108,"Cost":85,"Date":"9/5/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":739,"Cost":464,"Date":"9/14/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":212,"Cost":140,"Date":"9/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":266,"Cost":191,"Date":"11/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":946,"Cost":545,"Date":"12/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":818,"Cost":669,"Date":"1/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":406,"Cost":330,"Date":"1/21/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":248,"Cost":230,"Date":"2/9/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":843,"Cost":436,"Date":"3/19/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":202,"Cost":182,"Date":"4/3/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":784,"Cost":469,"Date":"4/5/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":830,"Cost":469,"Date":"4/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":277,"Cost":241,"Date":"7/10/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":514,"Cost":338,"Date":"3/25/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":53,"Cost":38,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":844,"Cost":608,"Date":"10/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":819,"Cost":461,"Date":"3/2/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":635,"Cost":556,"Date":"6/28/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":443,"Cost":242,"Date":"7/17/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":535,"Cost":425,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":928,"Cost":612,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":405,"Cost":362,"Date":"11/20/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":37,"Cost":31,"Date":"12/16/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":158,"Cost":150,"Date":"12/30/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":29,"Cost":20,"Date":"2/15/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":655,"Cost":510,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":333,"Cost":270,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":786,"Cost":427,"Date":"4/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":117,"Cost":68,"Date":"7/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":351,"Cost":289,"Date":"8/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":337,"Cost":210,"Date":"10/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":696,"Cost":484,"Date":"11/11/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":482,"Cost":283,"Date":"11/30/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":566,"Cost":449,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":783,"Cost":454,"Date":"3/1/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":548,"Cost":438,"Date":"4/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":952,"Cost":709,"Date":"5/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":144,"Cost":85,"Date":"8/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":656,"Cost":603,"Date":"9/15/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":480,"Cost":369,"Date":"10/14/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":208,"Cost":143,"Date":"10/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":295,"Cost":208,"Date":"11/11/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":924,"Cost":827,"Date":"12/7/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":202,"Cost":126,"Date":"12/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":668,"Cost":478,"Date":"1/6/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":456,"Cost":358,"Date":"1/23/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":862,"Cost":715,"Date":"2/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":968,"Cost":531,"Date":"3/10/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":8,"Cost":7,"Date":"3/12/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":741,"Cost":576,"Date":"3/31/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":695,"Cost":526,"Date":"6/16/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":611,"Cost":493,"Date":"6/17/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":174,"Cost":157,"Date":"8/27/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":830,"Cost":666,"Date":"10/1/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":603,"Cost":560,"Date":"11/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":363,"Date":"11/9/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":463,"Cost":336,"Date":"3/27/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":325,"Cost":270,"Date":"4/17/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":865,"Cost":715,"Date":"8/11/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":992,"Cost":925,"Date":"8/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":415,"Cost":245,"Date":"9/2/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":743,"Cost":457,"Date":"9/5/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":481,"Cost":426,"Date":"9/14/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":41,"Cost":22,"Date":"9/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":184,"Cost":124,"Date":"11/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":183,"Cost":119,"Date":"12/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":914,"Cost":532,"Date":"1/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":348,"Cost":264,"Date":"1/21/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":764,"Cost":568,"Date":"2/9/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":161,"Cost":86,"Date":"3/19/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":269,"Cost":161,"Date":"4/3/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":417,"Cost":326,"Date":"4/5/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":534,"Cost":460,"Date":"4/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":359,"Cost":228,"Date":"7/10/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":600,"Cost":396,"Date":"3/25/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":136,"Cost":103,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":252,"Cost":165,"Date":"10/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":743,"Cost":655,"Date":"3/2/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":737,"Cost":619,"Date":"6/28/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":574,"Cost":531,"Date":"7/17/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":463,"Cost":250,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":555,"Cost":333,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":899,"Cost":679,"Date":"11/20/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":750,"Cost":580,"Date":"12/16/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":904,"Cost":785,"Date":"12/30/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":447,"Cost":300,"Date":"2/15/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":348,"Cost":325,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":436,"Cost":226,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":373,"Cost":219,"Date":"4/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":877,"Cost":645,"Date":"7/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":603,"Cost":313,"Date":"8/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":253,"Cost":179,"Date":"10/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":338,"Cost":319,"Date":"11/11/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":761,"Cost":511,"Date":"11/30/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":601,"Cost":512,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":891,"Cost":575,"Date":"3/1/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":733,"Cost":425,"Date":"4/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":768,"Cost":607,"Date":"5/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":934,"Cost":619,"Date":"8/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":614,"Cost":576,"Date":"9/15/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":178,"Cost":154,"Date":"10/14/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":137,"Cost":123,"Date":"10/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":349,"Cost":244,"Date":"11/11/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":71,"Cost":53,"Date":"12/7/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":5,"Cost":4,"Date":"12/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":681,"Cost":411,"Date":"1/6/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":782,"Cost":472,"Date":"1/23/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":690,"Cost":519,"Date":"2/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":798,"Cost":571,"Date":"3/10/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":763,"Cost":722,"Date":"3/12/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":409,"Cost":231,"Date":"3/31/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":10,"Cost":8,"Date":"6/16/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":935,"Cost":502,"Date":"6/17/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":51,"Cost":34,"Date":"8/27/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":997,"Cost":902,"Date":"10/1/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":473,"Cost":271,"Date":"11/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":97,"Cost":67,"Date":"11/9/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":789,"Cost":517,"Date":"3/27/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":411,"Cost":276,"Date":"4/17/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":310,"Cost":282,"Date":"8/11/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":58,"Cost":52,"Date":"8/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":327,"Cost":174,"Date":"9/2/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":866,"Cost":591,"Date":"9/5/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":868,"Cost":801,"Date":"9/14/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":688,"Cost":345,"Date":"9/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":484,"Cost":314,"Date":"11/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":653,"Cost":608,"Date":"12/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":706,"Cost":594,"Date":"1/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":445,"Cost":269,"Date":"1/21/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":453,"Cost":340,"Date":"2/9/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":666,"Cost":618,"Date":"3/19/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":330,"Cost":172,"Date":"4/3/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":589,"Cost":407,"Date":"4/5/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":423,"Cost":237,"Date":"4/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":828,"Cost":730,"Date":"7/10/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":871,"Cost":540,"Date":"3/25/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":639,"Cost":532,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":943,"Cost":846,"Date":"10/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":557,"Cost":440,"Date":"3/2/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":647,"Cost":453,"Date":"6/28/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":642,"Cost":477,"Date":"7/17/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":469,"Cost":304,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":366,"Cost":201,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":75,"Cost":69,"Date":"11/20/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":859,"Cost":525,"Date":"12/16/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":188,"Cost":136,"Date":"12/30/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":647,"Cost":531,"Date":"2/15/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":265,"Cost":202,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":588,"Cost":375,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":133,"Cost":91,"Date":"4/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":781,"Cost":640,"Date":"7/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":225,"Cost":211,"Date":"8/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":295,"Cost":253,"Date":"10/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":377,"Cost":313,"Date":"11/11/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":604,"Cost":559,"Date":"11/30/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":51,"Cost":27,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":757,"Cost":670,"Date":"3/1/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":446,"Cost":327,"Date":"4/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":675,"Cost":415,"Date":"5/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":441,"Cost":243,"Date":"8/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":77,"Cost":57,"Date":"9/15/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":337,"Cost":228,"Date":"10/14/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":22,"Cost":15,"Date":"10/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":72,"Cost":39,"Date":"11/11/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":692,"Cost":596,"Date":"12/7/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":476,"Cost":268,"Date":"12/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":12,"Cost":6,"Date":"1/6/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":232,"Cost":125,"Date":"1/23/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":708,"Cost":595,"Date":"2/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":804,"Cost":607,"Date":"3/10/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":930,"Cost":545,"Date":"3/12/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":275,"Cost":226,"Date":"3/31/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":665,"Cost":396,"Date":"6/16/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":558,"Cost":353,"Date":"6/17/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":795,"Cost":523,"Date":"8/27/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":977,"Cost":493,"Date":"10/1/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":963,"Cost":787,"Date":"11/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":197,"Cost":129,"Date":"11/9/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":593,"Cost":478,"Date":"3/27/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":514,"Cost":484,"Date":"4/17/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":578,"Cost":394,"Date":"8/11/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":141,"Cost":133,"Date":"8/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":783,"Cost":453,"Date":"9/2/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":557,"Cost":510,"Date":"9/5/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":873,"Cost":580,"Date":"9/14/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":408,"Cost":276,"Date":"9/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":371,"Cost":222,"Date":"11/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":697,"Cost":434,"Date":"12/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":125,"Cost":113,"Date":"1/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":707,"Cost":413,"Date":"1/21/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":601,"Cost":484,"Date":"2/9/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":955,"Cost":906,"Date":"3/19/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":403,"Cost":332,"Date":"4/3/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":947,"Cost":589,"Date":"4/5/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":812,"Cost":734,"Date":"4/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":168,"Cost":156,"Date":"7/10/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":199,"Cost":181,"Date":"3/25/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":483,"Cost":387,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":146,"Cost":98,"Date":"10/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":839,"Cost":427,"Date":"3/2/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":476,"Cost":286,"Date":"6/28/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":488,"Cost":410,"Date":"7/17/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":321,"Cost":297,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":512,"Cost":478,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":833,"Cost":620,"Date":"11/20/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":22,"Cost":14,"Date":"12/16/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":271,"Cost":231,"Date":"12/30/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":850,"Cost":605,"Date":"2/15/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":967,"Cost":617,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":725,"Cost":413,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":361,"Cost":198,"Date":"4/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":725,"Cost":509,"Date":"7/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":64,"Cost":47,"Date":"8/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":947,"Cost":713,"Date":"10/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":25,"Cost":16,"Date":"11/11/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":986,"Cost":796,"Date":"11/30/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":941,"Cost":672,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":232,"Cost":211,"Date":"3/1/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":392,"Cost":282,"Date":"4/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":369,"Cost":312,"Date":"5/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":310,"Cost":183,"Date":"8/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":935,"Cost":793,"Date":"9/15/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":523,"Cost":368,"Date":"10/14/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":91,"Cost":47,"Date":"10/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":818,"Cost":468,"Date":"11/11/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":550,"Cost":421,"Date":"12/7/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":351,"Cost":217,"Date":"12/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":951,"Cost":897,"Date":"1/6/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":249,"Cost":179,"Date":"1/23/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":11,"Cost":10,"Date":"2/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":904,"Cost":554,"Date":"3/10/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":374,"Cost":263,"Date":"3/12/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":491,"Cost":273,"Date":"3/31/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":472,"Cost":351,"Date":"6/16/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":523,"Cost":450,"Date":"6/17/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":461,"Cost":426,"Date":"8/27/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":861,"Cost":774,"Date":"10/1/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":571,"Cost":289,"Date":"11/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":30,"Cost":24,"Date":"11/9/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":403,"Cost":317,"Date":"3/27/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":105,"Cost":60,"Date":"4/17/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":437,"Cost":383,"Date":"8/11/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":833,"Cost":643,"Date":"8/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":777,"Cost":602,"Date":"9/2/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":381,"Cost":243,"Date":"9/5/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":605,"Cost":476,"Date":"9/14/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":638,"Cost":573,"Date":"9/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":527,"Cost":465,"Date":"11/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":744,"Cost":549,"Date":"12/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":816,"Cost":646,"Date":"1/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":661,"Cost":496,"Date":"1/21/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":543,"Cost":473,"Date":"2/9/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":589,"Cost":354,"Date":"3/19/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":57,"Cost":50,"Date":"4/3/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":649,"Cost":367,"Date":"4/5/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":757,"Cost":599,"Date":"4/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":219,"Cost":134,"Date":"7/10/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":449,"Cost":410,"Date":"3/25/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":104,"Cost":81,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":716,"Cost":658,"Date":"10/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":183,"Cost":117,"Date":"3/2/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":399,"Cost":297,"Date":"6/28/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":395,"Cost":198,"Date":"7/17/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":890,"Cost":517,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":718,"Cost":405,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":223,"Cost":205,"Date":"11/20/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":630,"Cost":561,"Date":"12/16/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":32,"Cost":18,"Date":"12/30/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":388,"Cost":365,"Date":"2/15/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":290,"Cost":203,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":859,"Cost":650,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":778,"Cost":658,"Date":"4/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":389,"Cost":198,"Date":"7/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":245,"Cost":200,"Date":"8/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":169,"Cost":151,"Date":"10/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":322,"Cost":162,"Date":"11/11/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":742,"Cost":648,"Date":"11/30/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":109,"Cost":90,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":487,"Cost":257,"Date":"3/1/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":189,"Cost":133,"Date":"4/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":179,"Cost":128,"Date":"5/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":628,"Cost":315,"Date":"8/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":175,"Cost":111,"Date":"9/15/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":647,"Cost":468,"Date":"10/14/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":445,"Cost":336,"Date":"10/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":799,"Cost":751,"Date":"11/11/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":827,"Cost":576,"Date":"12/7/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":387,"Cost":327,"Date":"12/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":609,"Cost":444,"Date":"1/6/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":153,"Cost":93,"Date":"1/23/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":384,"Date":"2/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":195,"Cost":105,"Date":"3/10/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":809,"Cost":496,"Date":"3/12/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":198,"Cost":101,"Date":"3/31/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":691,"Cost":393,"Date":"6/16/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":515,"Cost":447,"Date":"6/17/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":58,"Cost":30,"Date":"8/27/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":650,"Cost":610,"Date":"10/1/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":513,"Cost":458,"Date":"11/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":462,"Date":"11/9/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":944,"Cost":707,"Date":"3/27/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":68,"Cost":38,"Date":"4/17/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":612,"Cost":499,"Date":"8/11/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":298,"Cost":237,"Date":"8/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":681,"Cost":535,"Date":"9/2/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":414,"Cost":344,"Date":"9/5/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":910,"Cost":511,"Date":"9/14/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":564,"Cost":332,"Date":"9/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":913,"Cost":465,"Date":"11/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":318,"Cost":197,"Date":"12/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":866,"Cost":725,"Date":"1/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":894,"Cost":600,"Date":"1/21/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":847,"Cost":771,"Date":"2/9/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":59,"Cost":52,"Date":"3/19/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":460,"Cost":270,"Date":"4/3/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":835,"Cost":684,"Date":"4/5/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":626,"Cost":412,"Date":"4/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":294,"Cost":181,"Date":"7/10/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":110,"Cost":58,"Date":"3/25/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":501,"Cost":464,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":291,"Cost":146,"Date":"10/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":557,"Cost":356,"Date":"3/2/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":966,"Cost":574,"Date":"6/28/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":324,"Cost":254,"Date":"7/17/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":621,"Cost":419,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":868,"Cost":791,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":986,"Cost":668,"Date":"11/20/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":931,"Cost":601,"Date":"12/16/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":992,"Cost":699,"Date":"12/30/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":210,"Cost":170,"Date":"2/15/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":223,"Cost":167,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":64,"Cost":37,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":834,"Cost":682,"Date":"4/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":959,"Cost":641,"Date":"7/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":580,"Cost":406,"Date":"8/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":350,"Cost":322,"Date":"10/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":114,"Cost":59,"Date":"11/11/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":839,"Cost":496,"Date":"11/30/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":562,"Cost":331,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":232,"Cost":126,"Date":"3/1/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":675,"Cost":401,"Date":"4/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":751,"Cost":559,"Date":"5/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":553,"Cost":425,"Date":"8/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":516,"Cost":327,"Date":"9/15/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":850,"Cost":807,"Date":"10/14/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":189,"Cost":177,"Date":"10/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":629,"Cost":539,"Date":"11/11/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":686,"Cost":508,"Date":"12/7/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":755,"Cost":440,"Date":"12/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":860,"Cost":606,"Date":"1/6/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":685,"Cost":361,"Date":"1/23/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":898,"Cost":757,"Date":"2/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":474,"Cost":267,"Date":"3/10/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":835,"Cost":654,"Date":"3/12/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":655,"Cost":433,"Date":"3/31/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":822,"Cost":501,"Date":"6/16/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":482,"Cost":293,"Date":"6/17/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":707,"Cost":488,"Date":"8/27/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":537,"Cost":429,"Date":"10/1/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":820,"Cost":526,"Date":"11/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":77,"Cost":39,"Date":"11/9/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":401,"Cost":319,"Date":"3/27/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":937,"Cost":770,"Date":"4/17/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":382,"Cost":192,"Date":"8/11/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":886,"Cost":616,"Date":"8/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":574,"Cost":366,"Date":"9/2/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":333,"Cost":182,"Date":"9/5/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":462,"Cost":295,"Date":"9/14/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":991,"Cost":708,"Date":"9/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":301,"Cost":202,"Date":"11/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":931,"Cost":484,"Date":"12/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":264,"Cost":166,"Date":"1/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":784,"Cost":409,"Date":"1/21/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":71,"Cost":62,"Date":"2/9/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":176,"Cost":153,"Date":"3/19/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":323,"Cost":220,"Date":"4/3/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":940,"Cost":776,"Date":"4/5/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":196,"Cost":124,"Date":"4/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":43,"Cost":41,"Date":"7/10/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":865,"Cost":583,"Date":"3/25/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":151,"Cost":83,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":398,"Cost":206,"Date":"10/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":877,"Cost":517,"Date":"3/2/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":128,"Cost":95,"Date":"6/28/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":175,"Cost":112,"Date":"7/17/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":872,"Cost":764,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":561,"Cost":369,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":128,"Cost":95,"Date":"11/20/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":485,"Cost":410,"Date":"12/16/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":378,"Cost":270,"Date":"12/30/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":297,"Cost":153,"Date":"2/15/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":929,"Cost":599,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":520,"Cost":435,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":938,"Cost":605,"Date":"4/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":274,"Cost":182,"Date":"7/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":924,"Cost":856,"Date":"8/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":151,"Cost":84,"Date":"10/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":142,"Cost":109,"Date":"11/11/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":826,"Cost":599,"Date":"11/30/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":356,"Cost":309,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":297,"Cost":155,"Date":"3/1/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":503,"Cost":305,"Date":"4/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":185,"Cost":133,"Date":"5/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":78,"Cost":51,"Date":"8/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":817,"Cost":721,"Date":"9/15/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":626,"Cost":438,"Date":"10/14/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":313,"Cost":249,"Date":"10/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":360,"Cost":278,"Date":"11/11/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":798,"Cost":433,"Date":"12/7/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":308,"Cost":219,"Date":"12/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":314,"Cost":246,"Date":"1/6/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":763,"Cost":439,"Date":"1/23/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":635,"Cost":452,"Date":"2/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":524,"Cost":280,"Date":"3/10/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":858,"Cost":674,"Date":"3/12/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":911,"Cost":466,"Date":"3/31/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":355,"Cost":264,"Date":"6/16/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":581,"Cost":547,"Date":"6/17/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":500,"Cost":319,"Date":"8/27/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":357,"Cost":216,"Date":"10/1/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":338,"Cost":217,"Date":"11/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":746,"Cost":676,"Date":"11/9/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":158,"Cost":104,"Date":"3/27/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":465,"Cost":442,"Date":"4/17/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":103,"Cost":53,"Date":"8/11/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":900,"Cost":598,"Date":"8/21/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":698,"Cost":586,"Date":"9/2/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":495,"Cost":382,"Date":"9/5/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":891,"Cost":747,"Date":"9/14/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":183,"Cost":95,"Date":"9/20/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":374,"Cost":281,"Date":"11/20/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":153,"Cost":99,"Date":"12/21/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":868,"Cost":483,"Date":"1/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":916,"Cost":465,"Date":"1/21/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":724,"Cost":576,"Date":"2/9/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":972,"Cost":649,"Date":"3/19/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":977,"Cost":502,"Date":"4/3/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":3,"Cost":2,"Date":"4/5/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":96,"Cost":80,"Date":"4/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":633,"Cost":491,"Date":"7/10/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":75,"Cost":42,"Date":"3/25/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":397,"Cost":320,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":382,"Cost":217,"Date":"10/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":960,"Cost":783,"Date":"3/2/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":223,"Cost":211,"Date":"6/28/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":39,"Cost":27,"Date":"7/17/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":832,"Cost":612,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":335,"Cost":258,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":930,"Cost":827,"Date":"11/20/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":69,"Date":"12/16/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":884,"Cost":744,"Date":"12/30/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":989,"Cost":677,"Date":"2/15/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":515,"Cost":468,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":713,"Cost":635,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":760,"Cost":430,"Date":"4/18/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":754,"Cost":483,"Date":"7/27/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":603,"Cost":468,"Date":"8/18/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":298,"Cost":238,"Date":"10/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":922,"Cost":679,"Date":"11/11/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":625,"Cost":568,"Date":"11/30/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":180,"Cost":167,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":792,"Cost":707,"Date":"3/1/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":43,"Cost":31,"Date":"4/13/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":46,"Date":"5/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":310,"Cost":187,"Date":"8/13/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":627,"Cost":562,"Date":"9/15/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":267,"Cost":177,"Date":"10/14/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":236,"Cost":179,"Date":"10/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":539,"Cost":462,"Date":"11/11/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":287,"Cost":187,"Date":"12/7/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":889,"Cost":817,"Date":"12/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":310,"Cost":216,"Date":"1/6/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":234,"Cost":133,"Date":"1/23/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":619,"Cost":507,"Date":"2/4/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":888,"Cost":717,"Date":"3/10/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":514,"Cost":330,"Date":"3/12/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":13,"Cost":11,"Date":"3/31/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":154,"Cost":108,"Date":"6/16/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":371,"Cost":185,"Date":"6/17/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":945,"Cost":692,"Date":"8/27/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":294,"Cost":262,"Date":"10/1/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":457,"Cost":404,"Date":"11/4/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":431,"Cost":349,"Date":"11/9/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":159,"Cost":118,"Date":"3/27/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":743,"Cost":478,"Date":"4/17/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":74,"Cost":68,"Date":"8/11/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":738,"Cost":470,"Date":"8/21/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":841,"Cost":611,"Date":"9/2/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":179,"Cost":152,"Date":"9/5/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":58,"Cost":41,"Date":"9/14/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":17,"Cost":15,"Date":"9/20/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":336,"Cost":181,"Date":"11/20/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":111,"Cost":71,"Date":"12/21/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":534,"Cost":309,"Date":"1/7/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":276,"Cost":249,"Date":"1/21/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":902,"Cost":471,"Date":"2/9/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":817,"Cost":462,"Date":"3/19/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":686,"Cost":517,"Date":"4/3/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":996,"Cost":762,"Date":"4/5/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":855,"Cost":598,"Date":"4/28/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":651,"Cost":383,"Date":"7/10/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":830,"Cost":459,"Date":"3/25/2020"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":208,"Cost":150,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":851,"Cost":462,"Date":"10/28/2020"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":554,"Cost":344,"Date":"3/2/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":765,"Cost":469,"Date":"6/28/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":689,"Cost":455,"Date":"7/17/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":389,"Cost":285,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":549,"Cost":399,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":100,"Cost":79,"Date":"11/20/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":273,"Cost":157,"Date":"12/16/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":862,"Cost":657,"Date":"12/30/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":945,"Cost":748,"Date":"2/15/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":747,"Cost":619,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":891,"Cost":581,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":241,"Cost":216,"Date":"4/18/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":953,"Cost":541,"Date":"7/27/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":969,"Cost":695,"Date":"8/18/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":156,"Cost":106,"Date":"10/31/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":367,"Cost":277,"Date":"11/11/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":5,"Cost":2,"Date":"11/30/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":519,"Cost":392,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":152,"Cost":131,"Date":"3/1/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":481,"Cost":291,"Date":"4/13/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":659,"Cost":541,"Date":"5/20/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":619,"Cost":327,"Date":"8/13/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":113,"Cost":84,"Date":"9/15/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":602,"Cost":387,"Date":"10/14/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":122,"Cost":63,"Date":"10/28/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":667,"Cost":432,"Date":"11/11/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":744,"Cost":659,"Date":"12/7/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":666,"Cost":548,"Date":"12/21/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":410,"Cost":282,"Date":"1/6/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":13,"Cost":12,"Date":"1/23/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":644,"Cost":323,"Date":"2/4/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":960,"Cost":511,"Date":"3/10/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":964,"Cost":896,"Date":"3/12/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":720,"Cost":412,"Date":"3/31/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":413,"Cost":264,"Date":"6/16/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":176,"Cost":118,"Date":"6/17/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":358,"Cost":295,"Date":"8/27/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":727,"Cost":382,"Date":"10/1/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":853,"Cost":721,"Date":"11/4/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":684,"Cost":587,"Date":"11/9/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":265,"Cost":154,"Date":"3/27/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":580,"Cost":437,"Date":"4/17/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":792,"Cost":673,"Date":"8/11/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":155,"Cost":127,"Date":"8/21/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":398,"Cost":201,"Date":"9/2/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":683,"Cost":371,"Date":"9/5/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":456,"Cost":421,"Date":"9/14/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":759,"Cost":472,"Date":"9/20/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":644,"Cost":474,"Date":"11/20/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":234,"Cost":161,"Date":"12/21/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":356,"Cost":184,"Date":"1/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":857,"Cost":733,"Date":"1/21/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":23,"Cost":13,"Date":"2/9/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":24,"Cost":20,"Date":"3/19/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":26,"Cost":15,"Date":"4/3/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":760,"Cost":401,"Date":"4/5/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":940,"Cost":578,"Date":"4/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":950,"Cost":611,"Date":"7/10/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":406,"Cost":350,"Date":"3/25/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":413,"Cost":306,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":347,"Cost":210,"Date":"10/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":39,"Cost":31,"Date":"3/2/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":961,"Cost":762,"Date":"6/28/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":142,"Cost":87,"Date":"7/17/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":268,"Cost":250,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":863,"Cost":432,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":80,"Cost":54,"Date":"11/20/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":455,"Cost":242,"Date":"12/16/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":53,"Cost":50,"Date":"12/30/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":409,"Cost":250,"Date":"2/15/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":267,"Cost":134,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":643,"Cost":438,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":908,"Cost":532,"Date":"4/18/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":520,"Cost":422,"Date":"7/27/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":705,"Cost":504,"Date":"8/18/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":637,"Cost":512,"Date":"10/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":118,"Cost":99,"Date":"11/11/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":688,"Cost":454,"Date":"11/30/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":161,"Cost":129,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":629,"Cost":334,"Date":"3/1/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":970,"Cost":863,"Date":"4/13/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":463,"Cost":347,"Date":"5/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":643,"Cost":484,"Date":"8/13/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":1000,"Cost":727,"Date":"9/15/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":679,"Cost":382,"Date":"10/14/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":530,"Cost":465,"Date":"10/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":49,"Cost":39,"Date":"11/11/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":413,"Cost":253,"Date":"12/7/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":745,"Cost":523,"Date":"12/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":521,"Cost":287,"Date":"1/6/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":110,"Cost":90,"Date":"1/23/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":91,"Cost":65,"Date":"2/4/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":569,"Cost":358,"Date":"3/10/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":318,"Cost":301,"Date":"3/12/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":687,"Cost":609,"Date":"3/31/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":500,"Cost":411,"Date":"6/16/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":904,"Cost":820,"Date":"6/17/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":875,"Cost":794,"Date":"8/27/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":670,"Cost":400,"Date":"10/1/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":211,"Cost":180,"Date":"11/4/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":219,"Cost":162,"Date":"11/9/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":291,"Cost":206,"Date":"3/27/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":74,"Cost":60,"Date":"4/17/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":680,"Cost":388,"Date":"8/11/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":378,"Cost":224,"Date":"8/21/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":541,"Cost":387,"Date":"9/2/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":819,"Cost":514,"Date":"9/5/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":384,"Cost":301,"Date":"9/14/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":955,"Cost":673,"Date":"9/20/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":927,"Cost":549,"Date":"11/20/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":42,"Cost":40,"Date":"12/21/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":987,"Cost":709,"Date":"1/7/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":666,"Cost":427,"Date":"1/21/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":810,"Cost":486,"Date":"2/9/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":257,"Cost":146,"Date":"3/19/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":857,"Cost":629,"Date":"4/3/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":742,"Cost":511,"Date":"4/5/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":812,"Cost":736,"Date":"4/28/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":714,"Cost":533,"Date":"7/10/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":806,"Cost":554,"Date":"3/25/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":16,"Cost":13,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":90,"Cost":64,"Date":"10/28/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":818,"Cost":517,"Date":"3/2/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":245,"Cost":203,"Date":"6/28/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":851,"Cost":714,"Date":"7/17/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":187,"Cost":136,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":61,"Cost":36,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":98,"Cost":50,"Date":"11/20/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":157,"Cost":86,"Date":"12/16/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":374,"Cost":303,"Date":"12/30/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":417,"Cost":308,"Date":"2/15/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":128,"Cost":79,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":544,"Cost":275,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":227,"Cost":129,"Date":"4/18/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":541,"Cost":402,"Date":"7/27/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":499,"Cost":263,"Date":"8/18/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":708,"Cost":487,"Date":"10/31/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":306,"Cost":287,"Date":"11/11/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":595,"Cost":397,"Date":"11/30/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":420,"Cost":299,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":652,"Cost":564,"Date":"3/1/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":148,"Cost":108,"Date":"4/13/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":156,"Cost":138,"Date":"5/20/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":89,"Cost":84,"Date":"8/13/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":938,"Cost":794,"Date":"9/15/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":54,"Cost":46,"Date":"10/14/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":534,"Cost":471,"Date":"10/28/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":629,"Cost":441,"Date":"11/11/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":130,"Cost":117,"Date":"12/7/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":677,"Cost":343,"Date":"12/21/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":181,"Cost":155,"Date":"1/6/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":45,"Cost":36,"Date":"1/23/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":579,"Cost":316,"Date":"2/4/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":57,"Cost":34,"Date":"3/10/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":783,"Cost":413,"Date":"3/12/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":808,"Cost":514,"Date":"3/31/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":771,"Cost":711,"Date":"6/16/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":119,"Cost":104,"Date":"6/17/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":630,"Cost":560,"Date":"8/27/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":302,"Cost":238,"Date":"10/1/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":448,"Cost":423,"Date":"11/4/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":780,"Cost":390,"Date":"11/9/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":935,"Cost":791,"Date":"3/27/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":831,"Cost":525,"Date":"4/17/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":231,"Cost":174,"Date":"8/11/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":37,"Cost":35,"Date":"8/21/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":853,"Cost":473,"Date":"9/2/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":644,"Cost":441,"Date":"9/5/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":514,"Cost":430,"Date":"9/14/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":17,"Cost":8,"Date":"9/20/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":945,"Cost":872,"Date":"11/20/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":86,"Cost":62,"Date":"12/21/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":610,"Cost":377,"Date":"1/7/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":875,"Cost":800,"Date":"1/21/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":483,"Cost":343,"Date":"2/9/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":381,"Cost":360,"Date":"3/19/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":891,"Date":"4/3/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":137,"Cost":90,"Date":"4/5/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":598,"Cost":321,"Date":"4/28/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":889,"Cost":623,"Date":"7/10/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":241,"Cost":191,"Date":"3/25/2020"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":394,"Cost":228,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":508,"Cost":398,"Date":"10/28/2020"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":73,"Cost":65,"Date":"3/2/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":677,"Cost":542,"Date":"6/28/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":761,"Cost":590,"Date":"7/17/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":631,"Cost":528,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":883,"Cost":454,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":419,"Cost":216,"Date":"11/20/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":974,"Cost":528,"Date":"12/16/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":563,"Cost":383,"Date":"12/30/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":476,"Cost":439,"Date":"2/15/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":155,"Cost":87,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":33,"Cost":27,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":50,"Cost":25,"Date":"4/18/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":841,"Cost":705,"Date":"7/27/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":794,"Cost":621,"Date":"8/18/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":33,"Cost":25,"Date":"10/31/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":671,"Cost":514,"Date":"11/11/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":615,"Cost":510,"Date":"11/30/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":186,"Cost":110,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":101,"Cost":82,"Date":"3/1/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":262,"Cost":161,"Date":"4/13/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":354,"Cost":205,"Date":"5/20/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":510,"Cost":422,"Date":"8/13/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":873,"Cost":706,"Date":"9/15/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":584,"Cost":549,"Date":"10/14/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":187,"Cost":141,"Date":"10/28/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":111,"Cost":93,"Date":"11/11/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":295,"Cost":271,"Date":"12/7/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":795,"Cost":600,"Date":"12/21/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":221,"Cost":161,"Date":"1/6/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":886,"Cost":688,"Date":"1/23/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":400,"Cost":233,"Date":"2/4/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":630,"Cost":478,"Date":"3/10/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":216,"Cost":139,"Date":"3/12/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":804,"Cost":678,"Date":"3/31/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":243,"Cost":215,"Date":"6/16/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":159,"Cost":118,"Date":"6/17/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":383,"Cost":295,"Date":"8/27/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":778,"Cost":482,"Date":"10/1/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":444,"Cost":278,"Date":"11/4/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":636,"Cost":604,"Date":"11/9/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":405,"Date":"3/27/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":659,"Cost":395,"Date":"4/17/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":171,"Cost":101,"Date":"8/11/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":984,"Cost":756,"Date":"8/21/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":271,"Cost":189,"Date":"9/2/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":937,"Cost":544,"Date":"9/5/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":596,"Cost":338,"Date":"9/14/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":243,"Cost":205,"Date":"9/20/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":639,"Cost":386,"Date":"11/20/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":632,"Cost":486,"Date":"12/21/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":356,"Cost":262,"Date":"1/7/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":896,"Cost":553,"Date":"1/21/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":561,"Cost":379,"Date":"2/9/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":48,"Cost":33,"Date":"3/19/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":138,"Cost":96,"Date":"4/3/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":232,"Cost":199,"Date":"4/5/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":388,"Cost":317,"Date":"4/28/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":768,"Cost":568,"Date":"7/10/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":724,"Cost":574,"Date":"3/25/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":634,"Cost":515,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":919,"Cost":591,"Date":"10/28/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":243,"Cost":156,"Date":"3/2/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":3,"Cost":2,"Date":"6/28/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":767,"Cost":393,"Date":"7/17/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":345,"Cost":285,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":532,"Cost":424,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":834,"Cost":575,"Date":"11/20/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":268,"Cost":214,"Date":"12/16/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":177,"Cost":100,"Date":"12/30/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":968,"Cost":696,"Date":"2/15/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":57,"Cost":49,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":637,"Cost":596,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":85,"Cost":45,"Date":"4/18/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":762,"Cost":723,"Date":"7/27/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":19,"Cost":12,"Date":"8/18/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":228,"Cost":189,"Date":"10/31/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":142,"Cost":128,"Date":"11/11/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":413,"Cost":262,"Date":"11/30/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":388,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":873,"Cost":468,"Date":"3/1/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":338,"Cost":197,"Date":"4/13/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":133,"Cost":83,"Date":"5/20/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":252,"Cost":199,"Date":"8/13/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":785,"Cost":532,"Date":"9/15/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":351,"Cost":236,"Date":"10/14/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":353,"Cost":335,"Date":"10/28/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":635,"Cost":385,"Date":"11/11/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":741,"Cost":660,"Date":"12/7/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":942,"Cost":786,"Date":"12/21/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":87,"Cost":59,"Date":"1/6/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":163,"Cost":147,"Date":"1/23/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":342,"Cost":242,"Date":"2/4/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":349,"Cost":258,"Date":"3/10/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":124,"Cost":100,"Date":"3/12/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":842,"Cost":464,"Date":"3/31/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":934,"Cost":766,"Date":"6/16/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":473,"Cost":371,"Date":"6/17/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":907,"Cost":678,"Date":"8/27/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":928,"Cost":581,"Date":"10/1/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":303,"Cost":198,"Date":"11/4/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":156,"Cost":131,"Date":"11/9/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":844,"Cost":657,"Date":"3/27/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":418,"Cost":397,"Date":"4/17/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":851,"Cost":706,"Date":"8/11/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":847,"Cost":794,"Date":"8/21/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":397,"Cost":237,"Date":"9/2/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":676,"Cost":450,"Date":"9/5/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":351,"Cost":245,"Date":"9/14/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":594,"Cost":493,"Date":"9/20/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":984,"Cost":493,"Date":"11/20/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":441,"Cost":410,"Date":"12/21/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":948,"Cost":586,"Date":"1/7/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":41,"Cost":33,"Date":"1/21/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":354,"Cost":211,"Date":"2/9/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":57,"Cost":40,"Date":"3/19/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":442,"Cost":297,"Date":"4/3/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":473,"Cost":421,"Date":"4/5/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":855,"Cost":677,"Date":"4/28/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":951,"Cost":584,"Date":"7/10/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":487,"Cost":252,"Date":"3/25/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":264,"Cost":223,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":860,"Cost":513,"Date":"10/28/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":228,"Cost":154,"Date":"3/2/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":214,"Cost":180,"Date":"6/28/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":440,"Cost":243,"Date":"7/17/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":518,"Cost":475,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":327,"Cost":285,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":341,"Cost":228,"Date":"11/20/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":832,"Cost":578,"Date":"12/16/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":107,"Cost":57,"Date":"12/30/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":839,"Cost":468,"Date":"2/15/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":56,"Cost":52,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":113,"Cost":105,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":783,"Cost":618,"Date":"4/18/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":280,"Cost":216,"Date":"7/27/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":473,"Cost":304,"Date":"8/18/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":349,"Cost":308,"Date":"10/31/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":70,"Cost":38,"Date":"11/11/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":491,"Cost":291,"Date":"11/30/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":368,"Cost":227,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":226,"Cost":214,"Date":"3/1/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":757,"Cost":621,"Date":"4/13/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":558,"Cost":344,"Date":"5/20/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":26,"Cost":23,"Date":"8/13/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":458,"Cost":337,"Date":"9/15/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":121,"Cost":69,"Date":"10/14/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":495,"Cost":376,"Date":"10/28/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":36,"Cost":21,"Date":"11/11/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":451,"Cost":412,"Date":"12/7/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":973,"Cost":769,"Date":"12/21/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":236,"Cost":217,"Date":"1/6/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":862,"Cost":504,"Date":"1/23/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":990,"Cost":620,"Date":"2/4/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":873,"Cost":821,"Date":"3/10/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":422,"Cost":220,"Date":"3/12/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":258,"Cost":151,"Date":"3/31/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":488,"Cost":303,"Date":"6/16/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":449,"Cost":259,"Date":"6/17/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":404,"Cost":230,"Date":"8/27/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":176,"Cost":122,"Date":"10/1/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":386,"Cost":344,"Date":"11/4/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":652,"Cost":586,"Date":"11/9/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":413,"Cost":364,"Date":"3/27/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":951,"Cost":817,"Date":"4/17/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":678,"Date":"8/11/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":93,"Cost":81,"Date":"8/21/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":62,"Cost":55,"Date":"9/2/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":602,"Cost":377,"Date":"9/5/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":683,"Cost":353,"Date":"9/14/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":771,"Cost":587,"Date":"9/20/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":556,"Cost":466,"Date":"11/20/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":381,"Cost":264,"Date":"12/21/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":759,"Cost":597,"Date":"1/7/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":502,"Cost":477,"Date":"1/21/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":76,"Cost":66,"Date":"2/9/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":501,"Cost":412,"Date":"3/19/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":955,"Cost":586,"Date":"4/3/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":162,"Cost":100,"Date":"4/5/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":605,"Cost":346,"Date":"4/28/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":900,"Cost":468,"Date":"7/10/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":977,"Cost":910,"Date":"3/25/2020"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":691,"Cost":491,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":907,"Cost":469,"Date":"10/28/2020"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":473,"Cost":387,"Date":"3/2/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":202,"Cost":180,"Date":"6/28/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":507,"Cost":464,"Date":"7/17/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":638,"Cost":419,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":95,"Cost":79,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":449,"Cost":367,"Date":"11/20/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":985,"Cost":841,"Date":"12/16/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":723,"Cost":438,"Date":"12/30/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":966,"Cost":669,"Date":"2/15/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":529,"Cost":268,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":501,"Cost":432,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":640,"Cost":341,"Date":"4/18/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":785,"Cost":431,"Date":"7/27/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":862,"Cost":689,"Date":"8/18/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":469,"Cost":392,"Date":"10/31/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":248,"Cost":182,"Date":"11/11/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":112,"Cost":92,"Date":"11/30/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":406,"Cost":346,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":808,"Cost":681,"Date":"3/1/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":285,"Cost":258,"Date":"4/13/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":914,"Cost":788,"Date":"5/20/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":281,"Cost":150,"Date":"8/13/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":53,"Cost":29,"Date":"9/15/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":46,"Cost":27,"Date":"10/14/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":61,"Cost":42,"Date":"10/28/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":972,"Cost":801,"Date":"11/11/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":59,"Cost":40,"Date":"12/7/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":878,"Cost":759,"Date":"12/21/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":278,"Cost":157,"Date":"1/6/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":419,"Cost":247,"Date":"1/23/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":998,"Cost":793,"Date":"2/4/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":209,"Cost":134,"Date":"3/10/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":952,"Cost":543,"Date":"3/12/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":544,"Cost":361,"Date":"3/31/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":459,"Cost":403,"Date":"6/16/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":807,"Cost":498,"Date":"6/17/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":761,"Cost":555,"Date":"8/27/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":779,"Cost":499,"Date":"10/1/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":226,"Cost":136,"Date":"11/4/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":309,"Cost":155,"Date":"11/9/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":97,"Cost":65,"Date":"3/27/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":646,"Cost":591,"Date":"4/17/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":965,"Cost":666,"Date":"8/11/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":823,"Cost":620,"Date":"8/21/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":11,"Cost":8,"Date":"9/2/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":237,"Cost":146,"Date":"9/5/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":83,"Cost":49,"Date":"9/14/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":942,"Cost":599,"Date":"9/20/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":470,"Cost":331,"Date":"11/20/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":543,"Cost":506,"Date":"12/21/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":661,"Cost":398,"Date":"1/7/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":324,"Cost":194,"Date":"1/21/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":629,"Cost":544,"Date":"2/9/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":780,"Cost":475,"Date":"3/19/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":391,"Cost":356,"Date":"4/3/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":961,"Cost":826,"Date":"4/5/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":732,"Cost":412,"Date":"4/28/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":45,"Cost":35,"Date":"7/10/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":594,"Cost":509,"Date":"3/25/2020"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":463,"Cost":440,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":46,"Cost":34,"Date":"10/28/2020"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":487,"Cost":384,"Date":"3/2/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":921,"Cost":792,"Date":"6/28/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":528,"Cost":398,"Date":"7/17/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":130,"Cost":114,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":120,"Cost":103,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":846,"Cost":669,"Date":"11/20/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":175,"Cost":166,"Date":"12/16/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":424,"Cost":230,"Date":"12/30/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":445,"Cost":271,"Date":"2/15/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":140,"Cost":130,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":665,"Cost":425,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":761,"Cost":630,"Date":"4/18/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":332,"Cost":222,"Date":"7/27/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":279,"Cost":230,"Date":"8/18/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":269,"Cost":160,"Date":"10/31/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":788,"Cost":629,"Date":"11/11/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":980,"Cost":826,"Date":"11/30/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":300,"Cost":215,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":780,"Cost":455,"Date":"3/1/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":967,"Cost":634,"Date":"4/13/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":57,"Cost":39,"Date":"5/20/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":832,"Cost":765,"Date":"8/13/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":307,"Cost":249,"Date":"9/15/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":52,"Cost":42,"Date":"10/14/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":829,"Cost":523,"Date":"10/28/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":671,"Cost":450,"Date":"11/11/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":725,"Cost":510,"Date":"12/7/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":107,"Cost":78,"Date":"12/21/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":164,"Cost":143,"Date":"1/6/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":714,"Cost":579,"Date":"1/23/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":100,"Cost":77,"Date":"2/4/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":802,"Cost":577,"Date":"3/10/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":94,"Cost":67,"Date":"3/12/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":654,"Cost":569,"Date":"3/31/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":803,"Cost":527,"Date":"6/16/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":436,"Cost":226,"Date":"6/17/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":868,"Cost":798,"Date":"8/27/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":48,"Cost":24,"Date":"10/1/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":270,"Cost":206,"Date":"11/4/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":473,"Cost":444,"Date":"11/9/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":592,"Cost":532,"Date":"3/27/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":50,"Cost":33,"Date":"4/17/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":330,"Cost":244,"Date":"8/11/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":258,"Cost":154,"Date":"8/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":609,"Cost":495,"Date":"9/2/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":30,"Cost":29,"Date":"9/5/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":619,"Cost":531,"Date":"9/14/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":884,"Cost":670,"Date":"9/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":423,"Cost":251,"Date":"11/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":51,"Date":"12/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":482,"Cost":247,"Date":"1/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":818,"Cost":426,"Date":"1/21/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":908,"Cost":746,"Date":"2/9/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":231,"Cost":214,"Date":"3/19/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":511,"Cost":331,"Date":"4/3/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":781,"Cost":711,"Date":"4/5/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":94,"Cost":84,"Date":"4/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":835,"Cost":617,"Date":"7/10/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":803,"Cost":696,"Date":"3/25/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":552,"Cost":473,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":138,"Cost":87,"Date":"10/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":974,"Cost":672,"Date":"3/2/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":284,"Cost":187,"Date":"6/28/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":265,"Cost":160,"Date":"7/17/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":84,"Cost":52,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":973,"Cost":573,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":86,"Cost":79,"Date":"11/20/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":598,"Cost":317,"Date":"12/16/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":931,"Cost":521,"Date":"12/30/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":326,"Cost":171,"Date":"2/15/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":692,"Cost":419,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":314,"Cost":233,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":877,"Cost":789,"Date":"4/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":558,"Cost":446,"Date":"7/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":415,"Cost":279,"Date":"8/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":340,"Cost":196,"Date":"10/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":782,"Cost":412,"Date":"11/11/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":161,"Cost":95,"Date":"11/30/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":168,"Cost":107,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":782,"Cost":549,"Date":"3/1/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":710,"Cost":447,"Date":"4/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":622,"Cost":470,"Date":"5/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":391,"Cost":230,"Date":"8/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":509,"Cost":308,"Date":"9/15/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":335,"Cost":231,"Date":"10/14/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":162,"Cost":97,"Date":"10/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":967,"Cost":763,"Date":"11/11/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":815,"Cost":521,"Date":"12/7/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":537,"Cost":463,"Date":"12/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":494,"Cost":400,"Date":"1/6/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":957,"Cost":535,"Date":"1/23/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":224,"Cost":135,"Date":"2/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":575,"Cost":293,"Date":"3/10/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":777,"Cost":726,"Date":"3/12/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":641,"Cost":374,"Date":"3/31/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":24,"Cost":17,"Date":"6/16/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":604,"Cost":494,"Date":"6/17/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":509,"Cost":440,"Date":"8/27/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":149,"Cost":115,"Date":"10/1/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":307,"Cost":207,"Date":"11/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":687,"Cost":386,"Date":"11/9/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":81,"Cost":48,"Date":"3/27/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":932,"Cost":671,"Date":"4/17/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":355,"Cost":254,"Date":"8/11/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":780,"Cost":682,"Date":"8/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":741,"Cost":460,"Date":"9/2/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":397,"Cost":209,"Date":"9/5/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":526,"Cost":446,"Date":"9/14/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":904,"Cost":775,"Date":"9/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":326,"Cost":203,"Date":"11/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":185,"Cost":123,"Date":"12/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":613,"Cost":508,"Date":"1/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":549,"Cost":495,"Date":"1/21/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":703,"Cost":595,"Date":"2/9/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":685,"Cost":556,"Date":"3/19/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":978,"Cost":796,"Date":"4/3/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":748,"Cost":600,"Date":"4/5/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":452,"Cost":242,"Date":"4/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":801,"Cost":666,"Date":"7/10/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":772,"Cost":447,"Date":"3/25/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":185,"Cost":160,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":748,"Cost":466,"Date":"10/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":906,"Cost":548,"Date":"3/2/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":157,"Cost":95,"Date":"6/28/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":888,"Cost":680,"Date":"7/17/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":365,"Cost":339,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":296,"Cost":194,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":511,"Cost":486,"Date":"11/20/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":148,"Cost":118,"Date":"12/16/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":425,"Cost":323,"Date":"12/30/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":546,"Cost":371,"Date":"2/15/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":71,"Cost":40,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":919,"Cost":487,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":429,"Cost":262,"Date":"4/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":150,"Cost":99,"Date":"7/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":17,"Cost":9,"Date":"8/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":341,"Cost":308,"Date":"10/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":429,"Cost":271,"Date":"11/11/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":683,"Cost":571,"Date":"11/30/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":525,"Cost":297,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":114,"Cost":75,"Date":"3/1/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":865,"Cost":663,"Date":"4/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":818,"Cost":545,"Date":"5/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":987,"Cost":735,"Date":"8/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":400,"Cost":349,"Date":"9/15/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":834,"Cost":716,"Date":"10/14/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":555,"Cost":463,"Date":"10/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":44,"Cost":41,"Date":"11/11/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":562,"Cost":378,"Date":"12/7/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":593,"Cost":532,"Date":"12/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":416,"Cost":275,"Date":"1/6/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":319,"Cost":252,"Date":"1/23/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":311,"Cost":228,"Date":"2/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":263,"Cost":135,"Date":"3/10/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":146,"Cost":81,"Date":"3/12/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":136,"Cost":124,"Date":"3/31/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":739,"Cost":566,"Date":"6/16/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":331,"Cost":171,"Date":"6/17/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":747,"Cost":705,"Date":"8/27/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":412,"Date":"10/1/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":682,"Cost":461,"Date":"11/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":627,"Cost":384,"Date":"11/9/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":473,"Cost":302,"Date":"3/27/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":150,"Cost":115,"Date":"4/17/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":443,"Cost":398,"Date":"8/11/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":65,"Cost":52,"Date":"8/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":923,"Cost":731,"Date":"9/2/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":27,"Cost":25,"Date":"9/5/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":768,"Cost":636,"Date":"9/14/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":193,"Cost":184,"Date":"9/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":423,"Cost":267,"Date":"11/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":758,"Cost":468,"Date":"12/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":115,"Cost":68,"Date":"1/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":677,"Cost":444,"Date":"1/21/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":528,"Cost":380,"Date":"2/9/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":809,"Cost":715,"Date":"3/19/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":593,"Cost":548,"Date":"4/3/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":385,"Cost":359,"Date":"4/5/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":449,"Cost":233,"Date":"4/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":953,"Cost":537,"Date":"7/10/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":293,"Cost":271,"Date":"3/25/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":95,"Cost":76,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":551,"Cost":323,"Date":"10/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":947,"Cost":579,"Date":"3/2/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":639,"Cost":332,"Date":"6/28/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":384,"Cost":232,"Date":"7/17/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":19,"Cost":16,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":491,"Cost":387,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":452,"Cost":258,"Date":"11/20/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":918,"Cost":593,"Date":"12/16/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":105,"Cost":75,"Date":"12/30/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":527,"Cost":354,"Date":"2/15/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":320,"Cost":242,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":546,"Cost":275,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":860,"Cost":482,"Date":"4/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":738,"Cost":689,"Date":"7/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":788,"Cost":428,"Date":"8/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":805,"Cost":603,"Date":"10/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":31,"Cost":19,"Date":"11/11/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":57,"Cost":51,"Date":"11/30/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":746,"Cost":546,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":501,"Cost":442,"Date":"3/1/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":954,"Cost":656,"Date":"4/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":627,"Cost":542,"Date":"5/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":297,"Cost":161,"Date":"8/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":480,"Cost":427,"Date":"9/15/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":116,"Cost":60,"Date":"10/14/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":520,"Cost":296,"Date":"10/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":462,"Cost":395,"Date":"11/11/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":647,"Cost":515,"Date":"12/7/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":60,"Cost":32,"Date":"12/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":202,"Cost":156,"Date":"1/6/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":29,"Cost":26,"Date":"1/23/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":698,"Cost":631,"Date":"2/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":420,"Cost":326,"Date":"3/10/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":464,"Cost":400,"Date":"3/12/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":983,"Cost":823,"Date":"3/31/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":813,"Cost":505,"Date":"6/16/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":669,"Cost":631,"Date":"6/17/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":354,"Cost":177,"Date":"8/27/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":258,"Cost":188,"Date":"10/1/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":617,"Cost":453,"Date":"11/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":665,"Cost":629,"Date":"11/9/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":552,"Cost":517,"Date":"3/27/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":599,"Cost":477,"Date":"4/17/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":857,"Cost":764,"Date":"8/11/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":953,"Cost":620,"Date":"8/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":399,"Cost":352,"Date":"9/2/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":652,"Cost":470,"Date":"9/5/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":174,"Cost":144,"Date":"9/14/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":546,"Cost":425,"Date":"9/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":453,"Cost":298,"Date":"11/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":77,"Cost":45,"Date":"12/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":49,"Cost":41,"Date":"1/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":593,"Cost":471,"Date":"1/21/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":764,"Cost":599,"Date":"2/9/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":828,"Cost":785,"Date":"3/19/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":484,"Cost":291,"Date":"4/3/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":111,"Cost":84,"Date":"4/5/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":242,"Cost":128,"Date":"4/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":840,"Cost":459,"Date":"7/10/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":706,"Cost":668,"Date":"3/25/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":877,"Cost":641,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":437,"Cost":243,"Date":"10/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":991,"Cost":929,"Date":"3/2/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":52,"Cost":30,"Date":"6/28/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":137,"Cost":96,"Date":"7/17/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":806,"Cost":672,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":438,"Cost":226,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":537,"Cost":494,"Date":"11/20/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":944,"Cost":798,"Date":"12/16/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":705,"Cost":645,"Date":"12/30/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":703,"Cost":514,"Date":"2/15/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":191,"Cost":171,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":351,"Cost":270,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":744,"Cost":560,"Date":"4/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":329,"Cost":216,"Date":"7/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":12,"Cost":10,"Date":"8/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":429,"Date":"10/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":21,"Cost":20,"Date":"11/11/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":247,"Cost":228,"Date":"11/30/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":663,"Cost":377,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":74,"Cost":65,"Date":"3/1/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":959,"Cost":827,"Date":"4/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":69,"Cost":48,"Date":"5/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":839,"Cost":677,"Date":"8/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":777,"Cost":653,"Date":"9/15/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":419,"Cost":319,"Date":"10/14/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":410,"Date":"10/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":150,"Cost":108,"Date":"11/11/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":547,"Cost":279,"Date":"12/7/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":303,"Cost":161,"Date":"12/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":437,"Cost":290,"Date":"1/6/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":61,"Cost":44,"Date":"1/23/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":277,"Cost":240,"Date":"2/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":464,"Cost":368,"Date":"3/10/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":732,"Cost":437,"Date":"3/12/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":970,"Cost":863,"Date":"3/31/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":162,"Cost":144,"Date":"6/16/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":305,"Cost":181,"Date":"6/17/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":186,"Cost":112,"Date":"8/27/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":635,"Cost":402,"Date":"10/1/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":796,"Cost":651,"Date":"11/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":26,"Cost":14,"Date":"11/9/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":92,"Cost":86,"Date":"3/27/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":703,"Cost":666,"Date":"4/17/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":680,"Cost":463,"Date":"8/11/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":911,"Cost":689,"Date":"8/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":743,"Cost":585,"Date":"9/2/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":953,"Cost":650,"Date":"9/5/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":551,"Cost":510,"Date":"9/14/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":805,"Cost":407,"Date":"9/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":969,"Cost":523,"Date":"11/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":474,"Cost":447,"Date":"12/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":301,"Cost":280,"Date":"1/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":569,"Cost":503,"Date":"1/21/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":264,"Cost":157,"Date":"2/9/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":844,"Cost":723,"Date":"3/19/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":977,"Cost":773,"Date":"4/3/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":731,"Cost":520,"Date":"4/5/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":439,"Cost":349,"Date":"4/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":540,"Cost":347,"Date":"7/10/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":431,"Cost":285,"Date":"3/25/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":165,"Cost":121,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":106,"Cost":55,"Date":"10/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":498,"Cost":391,"Date":"3/2/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":458,"Cost":290,"Date":"6/28/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":393,"Cost":310,"Date":"7/17/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":809,"Cost":469,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":345,"Cost":237,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":896,"Cost":643,"Date":"11/20/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":177,"Cost":127,"Date":"12/16/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":353,"Cost":324,"Date":"12/30/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":497,"Cost":456,"Date":"2/15/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":763,"Cost":583,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":7,"Cost":6,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":57,"Cost":51,"Date":"4/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":928,"Cost":648,"Date":"7/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":217,"Cost":199,"Date":"8/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":209,"Cost":113,"Date":"10/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":752,"Cost":476,"Date":"11/11/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":864,"Cost":619,"Date":"11/30/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":331,"Cost":255,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":727,"Cost":610,"Date":"3/1/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":74,"Cost":49,"Date":"4/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":404,"Cost":333,"Date":"5/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":926,"Cost":788,"Date":"8/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":192,"Cost":166,"Date":"9/15/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":845,"Cost":705,"Date":"10/14/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":318,"Cost":166,"Date":"10/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":414,"Cost":345,"Date":"11/11/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":44,"Cost":25,"Date":"12/7/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":962,"Cost":742,"Date":"12/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":860,"Cost":656,"Date":"1/6/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":997,"Cost":788,"Date":"1/23/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":173,"Cost":95,"Date":"2/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":533,"Cost":391,"Date":"3/10/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":359,"Cost":284,"Date":"3/12/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":932,"Cost":787,"Date":"3/31/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":494,"Cost":259,"Date":"6/16/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":648,"Cost":337,"Date":"6/17/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":592,"Cost":540,"Date":"8/27/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":706,"Cost":577,"Date":"10/1/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":920,"Cost":773,"Date":"11/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":137,"Cost":112,"Date":"11/9/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":25,"Cost":18,"Date":"3/27/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":790,"Cost":450,"Date":"4/17/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":614,"Cost":427,"Date":"8/11/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":918,"Cost":598,"Date":"8/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":672,"Cost":339,"Date":"9/2/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":918,"Cost":725,"Date":"9/5/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":897,"Cost":734,"Date":"9/14/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":816,"Cost":635,"Date":"9/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":985,"Cost":642,"Date":"11/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":18,"Cost":17,"Date":"12/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":39,"Cost":35,"Date":"1/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":222,"Cost":184,"Date":"1/21/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":794,"Cost":571,"Date":"2/9/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":970,"Cost":609,"Date":"3/19/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":419,"Cost":330,"Date":"4/3/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":657,"Cost":429,"Date":"4/5/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":332,"Cost":269,"Date":"4/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":197,"Cost":110,"Date":"7/10/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":30,"Cost":25,"Date":"3/25/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":125,"Cost":74,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":214,"Cost":202,"Date":"10/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":462,"Cost":296,"Date":"3/2/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":647,"Cost":558,"Date":"6/28/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":941,"Cost":845,"Date":"7/17/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":218,"Cost":186,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":125,"Cost":75,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":566,"Cost":448,"Date":"11/20/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":494,"Cost":252,"Date":"12/16/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":242,"Cost":189,"Date":"12/30/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":249,"Cost":143,"Date":"2/15/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":276,"Cost":148,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":834,"Cost":598,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":323,"Cost":213,"Date":"4/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":967,"Cost":679,"Date":"7/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":42,"Cost":29,"Date":"8/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":68,"Cost":50,"Date":"10/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":601,"Cost":477,"Date":"11/11/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":832,"Cost":478,"Date":"11/30/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":764,"Cost":410,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":7,"Cost":7,"Date":"3/1/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":103,"Cost":94,"Date":"4/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":714,"Cost":420,"Date":"5/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":613,"Cost":450,"Date":"8/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":394,"Cost":343,"Date":"9/15/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":543,"Cost":333,"Date":"10/14/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":507,"Cost":333,"Date":"10/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":184,"Cost":161,"Date":"11/11/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":212,"Cost":151,"Date":"12/7/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":933,"Cost":546,"Date":"12/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":222,"Cost":120,"Date":"1/6/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":537,"Cost":374,"Date":"1/23/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":68,"Cost":43,"Date":"2/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":471,"Cost":253,"Date":"3/10/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":589,"Cost":483,"Date":"3/12/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":29,"Cost":21,"Date":"3/31/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":332,"Cost":258,"Date":"6/16/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":102,"Cost":75,"Date":"6/17/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":647,"Cost":529,"Date":"8/27/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":228,"Cost":217,"Date":"10/1/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":769,"Cost":599,"Date":"11/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":481,"Cost":370,"Date":"11/9/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":457,"Cost":411,"Date":"3/27/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":767,"Cost":563,"Date":"4/17/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":433,"Cost":355,"Date":"8/11/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":946,"Cost":869,"Date":"8/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":625,"Cost":399,"Date":"9/2/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":852,"Cost":792,"Date":"9/5/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":210,"Cost":146,"Date":"9/14/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":277,"Cost":203,"Date":"9/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":637,"Cost":525,"Date":"11/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":108,"Cost":61,"Date":"12/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":761,"Cost":449,"Date":"1/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":319,"Cost":295,"Date":"1/21/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":517,"Cost":319,"Date":"2/9/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":839,"Cost":621,"Date":"3/19/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":358,"Cost":266,"Date":"4/3/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":981,"Cost":626,"Date":"4/5/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":87,"Cost":54,"Date":"4/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":253,"Cost":172,"Date":"7/10/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":958,"Cost":642,"Date":"3/25/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":882,"Cost":584,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":213,"Cost":132,"Date":"10/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":820,"Cost":585,"Date":"3/2/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":607,"Cost":478,"Date":"6/28/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":639,"Cost":535,"Date":"7/17/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":497,"Cost":290,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":949,"Cost":654,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":351,"Cost":197,"Date":"11/20/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":221,"Cost":174,"Date":"12/16/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":400,"Cost":374,"Date":"12/30/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":79,"Cost":49,"Date":"2/15/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":160,"Cost":150,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":596,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":436,"Cost":334,"Date":"4/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":705,"Cost":658,"Date":"7/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":840,"Cost":597,"Date":"8/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":980,"Cost":651,"Date":"10/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":95,"Cost":80,"Date":"11/11/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":233,"Cost":123,"Date":"11/30/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":611,"Cost":348,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":999,"Cost":778,"Date":"3/1/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":457,"Cost":318,"Date":"4/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":278,"Cost":207,"Date":"5/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":20,"Cost":17,"Date":"8/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":742,"Cost":656,"Date":"9/15/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":190,"Cost":96,"Date":"10/14/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":222,"Cost":122,"Date":"10/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":963,"Cost":708,"Date":"11/11/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":3,"Cost":2,"Date":"12/7/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":84,"Cost":60,"Date":"12/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":245,"Cost":200,"Date":"1/6/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":883,"Cost":806,"Date":"1/23/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":553,"Cost":375,"Date":"2/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":917,"Cost":712,"Date":"3/10/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":343,"Cost":294,"Date":"3/12/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":565,"Cost":382,"Date":"3/31/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":402,"Cost":252,"Date":"6/16/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":426,"Cost":377,"Date":"6/17/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":720,"Cost":532,"Date":"8/27/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":187,"Cost":154,"Date":"10/1/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":126,"Cost":66,"Date":"11/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":444,"Cost":241,"Date":"11/9/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":630,"Cost":350,"Date":"3/27/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":421,"Cost":394,"Date":"4/17/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":159,"Cost":142,"Date":"8/11/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":655,"Cost":584,"Date":"8/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":469,"Cost":274,"Date":"9/2/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":967,"Cost":777,"Date":"9/5/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":95,"Cost":76,"Date":"9/14/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":84,"Cost":67,"Date":"9/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":206,"Cost":185,"Date":"11/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":530,"Cost":446,"Date":"12/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":867,"Cost":467,"Date":"1/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":155,"Cost":94,"Date":"1/21/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":823,"Cost":499,"Date":"2/9/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":624,"Cost":457,"Date":"3/19/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":836,"Cost":703,"Date":"4/3/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":684,"Cost":534,"Date":"4/5/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":649,"Cost":613,"Date":"4/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":381,"Cost":237,"Date":"7/10/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":178,"Cost":158,"Date":"3/25/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":203,"Cost":182,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":156,"Cost":80,"Date":"10/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":508,"Cost":363,"Date":"3/2/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":870,"Cost":529,"Date":"6/28/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":67,"Cost":42,"Date":"7/17/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":283,"Cost":221,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":536,"Cost":374,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":296,"Cost":259,"Date":"11/20/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":446,"Cost":261,"Date":"12/16/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":160,"Cost":145,"Date":"12/30/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":876,"Cost":599,"Date":"2/15/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":740,"Cost":603,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":667,"Cost":463,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":777,"Cost":477,"Date":"4/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":78,"Cost":62,"Date":"7/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":617,"Cost":323,"Date":"8/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":182,"Cost":120,"Date":"10/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":566,"Cost":490,"Date":"11/11/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":721,"Cost":462,"Date":"11/30/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":453,"Cost":352,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":568,"Cost":509,"Date":"3/1/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":55,"Cost":41,"Date":"4/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":207,"Cost":126,"Date":"5/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":345,"Cost":175,"Date":"8/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":857,"Cost":687,"Date":"9/15/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":991,"Cost":514,"Date":"10/14/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":711,"Cost":405,"Date":"10/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":516,"Cost":267,"Date":"11/11/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":981,"Cost":496,"Date":"12/7/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":963,"Cost":513,"Date":"12/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":947,"Cost":840,"Date":"1/6/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":820,"Cost":725,"Date":"1/23/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":91,"Cost":85,"Date":"2/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":718,"Cost":506,"Date":"3/10/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":951,"Cost":702,"Date":"3/12/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":110,"Cost":65,"Date":"3/31/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":26,"Cost":21,"Date":"6/16/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":891,"Cost":523,"Date":"6/17/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":984,"Cost":872,"Date":"8/27/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":87,"Cost":61,"Date":"10/1/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":465,"Cost":383,"Date":"11/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":102,"Cost":79,"Date":"11/9/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":942,"Cost":588,"Date":"3/27/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":529,"Cost":459,"Date":"4/17/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":264,"Cost":172,"Date":"8/11/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":90,"Cost":68,"Date":"8/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":618,"Cost":353,"Date":"9/2/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":755,"Cost":630,"Date":"9/5/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":376,"Cost":341,"Date":"9/14/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":438,"Cost":365,"Date":"9/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":847,"Cost":767,"Date":"11/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":121,"Cost":99,"Date":"12/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":814,"Cost":622,"Date":"1/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":766,"Cost":506,"Date":"1/21/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":522,"Cost":313,"Date":"2/9/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":737,"Cost":604,"Date":"3/19/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":368,"Cost":299,"Date":"4/3/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":885,"Cost":520,"Date":"4/5/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":416,"Date":"4/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":393,"Cost":359,"Date":"7/10/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":857,"Cost":477,"Date":"3/25/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":450,"Cost":316,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":822,"Cost":422,"Date":"10/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":34,"Cost":22,"Date":"3/2/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":757,"Cost":615,"Date":"6/28/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":646,"Cost":446,"Date":"7/17/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":93,"Cost":71,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":204,"Cost":138,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":316,"Cost":265,"Date":"11/20/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":275,"Cost":188,"Date":"12/16/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":946,"Cost":600,"Date":"12/30/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":527,"Cost":420,"Date":"2/15/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":225,"Cost":209,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":163,"Cost":112,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":778,"Cost":589,"Date":"4/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":108,"Cost":98,"Date":"7/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":121,"Cost":73,"Date":"8/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":304,"Date":"10/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":586,"Cost":402,"Date":"11/11/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":294,"Cost":150,"Date":"11/30/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":315,"Cost":188,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":731,"Cost":525,"Date":"3/1/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":422,"Cost":219,"Date":"4/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":170,"Cost":86,"Date":"5/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":107,"Cost":85,"Date":"8/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":135,"Cost":123,"Date":"9/15/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":522,"Cost":350,"Date":"10/14/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":192,"Cost":111,"Date":"10/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":637,"Cost":422,"Date":"11/11/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":535,"Cost":378,"Date":"12/7/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":646,"Cost":483,"Date":"12/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":927,"Cost":586,"Date":"1/6/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":179,"Cost":124,"Date":"1/23/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":46,"Cost":32,"Date":"2/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":931,"Cost":747,"Date":"3/10/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":881,"Cost":619,"Date":"3/12/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":485,"Cost":437,"Date":"3/31/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":184,"Cost":128,"Date":"6/16/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":713,"Cost":562,"Date":"6/17/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":941,"Cost":534,"Date":"8/27/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":67,"Cost":64,"Date":"10/1/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":407,"Cost":323,"Date":"11/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":216,"Cost":130,"Date":"11/9/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":919,"Cost":572,"Date":"3/27/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":585,"Cost":359,"Date":"4/17/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":855,"Cost":639,"Date":"8/11/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":873,"Cost":678,"Date":"8/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":108,"Cost":89,"Date":"9/2/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":454,"Cost":253,"Date":"9/5/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":618,"Cost":489,"Date":"9/14/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":137,"Cost":81,"Date":"9/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":170,"Cost":91,"Date":"11/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":98,"Cost":84,"Date":"12/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":697,"Cost":545,"Date":"1/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":616,"Cost":308,"Date":"1/21/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":142,"Cost":79,"Date":"2/9/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":477,"Cost":446,"Date":"3/19/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":515,"Cost":328,"Date":"4/3/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":608,"Cost":398,"Date":"4/5/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":222,"Cost":121,"Date":"4/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":333,"Cost":234,"Date":"7/10/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":433,"Cost":291,"Date":"3/25/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":425,"Cost":377,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":436,"Cost":223,"Date":"10/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":514,"Cost":278,"Date":"3/2/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":828,"Cost":525,"Date":"6/28/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":134,"Cost":75,"Date":"7/17/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":495,"Cost":395,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":493,"Cost":254,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":476,"Cost":335,"Date":"11/20/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":694,"Cost":595,"Date":"12/16/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":763,"Cost":487,"Date":"12/30/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":459,"Cost":349,"Date":"2/15/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":336,"Cost":280,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":524,"Cost":411,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":200,"Cost":136,"Date":"4/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":596,"Cost":437,"Date":"7/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":24,"Cost":12,"Date":"8/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":950,"Cost":614,"Date":"10/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":102,"Cost":65,"Date":"11/11/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":485,"Cost":432,"Date":"11/30/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":387,"Cost":338,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":235,"Cost":137,"Date":"3/1/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":32,"Cost":26,"Date":"4/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":88,"Cost":80,"Date":"5/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":670,"Cost":446,"Date":"8/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":264,"Cost":181,"Date":"9/15/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":89,"Cost":63,"Date":"10/14/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":371,"Cost":323,"Date":"10/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":323,"Cost":267,"Date":"11/11/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":646,"Cost":361,"Date":"12/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":696,"Cost":653,"Date":"12/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":262,"Cost":176,"Date":"1/6/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":544,"Cost":492,"Date":"1/23/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":381,"Cost":320,"Date":"2/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":369,"Cost":204,"Date":"3/10/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":832,"Cost":742,"Date":"3/12/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":148,"Cost":135,"Date":"3/31/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":825,"Cost":547,"Date":"6/16/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":719,"Cost":639,"Date":"6/17/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":823,"Cost":761,"Date":"8/27/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":468,"Cost":422,"Date":"10/1/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":791,"Cost":520,"Date":"11/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":406,"Cost":301,"Date":"11/9/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":666,"Cost":563,"Date":"3/27/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":413,"Cost":326,"Date":"4/17/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":374,"Cost":331,"Date":"8/11/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":182,"Cost":160,"Date":"8/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":998,"Cost":880,"Date":"9/2/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":304,"Cost":230,"Date":"9/5/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":997,"Cost":519,"Date":"9/14/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":16,"Cost":15,"Date":"9/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":761,"Cost":652,"Date":"11/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":190,"Cost":112,"Date":"12/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":215,"Cost":125,"Date":"1/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":114,"Cost":85,"Date":"1/21/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":733,"Cost":575,"Date":"2/9/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":378,"Cost":351,"Date":"3/19/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":606,"Cost":465,"Date":"4/3/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":364,"Cost":271,"Date":"4/5/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":728,"Cost":594,"Date":"4/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":829,"Cost":491,"Date":"7/10/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":525,"Cost":467,"Date":"3/25/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":238,"Cost":142,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":86,"Cost":72,"Date":"10/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":230,"Cost":215,"Date":"3/2/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":277,"Cost":145,"Date":"6/28/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":274,"Cost":189,"Date":"7/17/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":187,"Cost":161,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":506,"Cost":306,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":572,"Cost":510,"Date":"11/20/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":159,"Cost":124,"Date":"12/16/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":535,"Cost":358,"Date":"12/30/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":497,"Cost":366,"Date":"2/15/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":10,"Cost":9,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":733,"Cost":559,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":891,"Cost":504,"Date":"4/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":368,"Cost":211,"Date":"7/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":583,"Cost":467,"Date":"8/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":331,"Cost":284,"Date":"10/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":200,"Cost":175,"Date":"11/11/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":342,"Cost":264,"Date":"11/30/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":298,"Cost":240,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":670,"Cost":603,"Date":"3/1/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":963,"Cost":826,"Date":"4/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":861,"Cost":605,"Date":"5/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":896,"Cost":718,"Date":"8/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":26,"Cost":21,"Date":"9/15/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":384,"Cost":347,"Date":"10/14/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":782,"Cost":397,"Date":"10/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":269,"Cost":136,"Date":"11/11/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":120,"Cost":79,"Date":"12/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":747,"Cost":579,"Date":"12/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":914,"Cost":499,"Date":"1/6/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":839,"Cost":427,"Date":"1/23/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":437,"Cost":272,"Date":"2/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":184,"Cost":120,"Date":"3/10/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":270,"Cost":137,"Date":"3/12/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":267,"Cost":202,"Date":"3/31/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":845,"Cost":664,"Date":"6/16/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":42,"Cost":28,"Date":"6/17/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":850,"Cost":444,"Date":"8/27/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":614,"Cost":431,"Date":"10/1/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":486,"Cost":249,"Date":"11/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":307,"Cost":181,"Date":"11/9/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":392,"Cost":349,"Date":"3/27/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":511,"Cost":434,"Date":"4/17/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":999,"Cost":708,"Date":"8/11/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":738,"Cost":613,"Date":"8/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":522,"Cost":323,"Date":"9/2/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":793,"Cost":577,"Date":"9/5/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":818,"Cost":634,"Date":"9/14/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":534,"Cost":417,"Date":"9/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":291,"Cost":275,"Date":"11/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":379,"Cost":293,"Date":"12/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":688,"Cost":451,"Date":"1/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":669,"Date":"1/21/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":767,"Cost":665,"Date":"2/9/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":233,"Cost":172,"Date":"3/19/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":264,"Cost":238,"Date":"4/3/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":837,"Cost":462,"Date":"4/5/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":988,"Cost":510,"Date":"4/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":758,"Cost":660,"Date":"7/10/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":466,"Cost":352,"Date":"3/25/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":574,"Cost":418,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":976,"Cost":916,"Date":"10/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":884,"Cost":529,"Date":"3/2/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":488,"Cost":319,"Date":"6/28/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":270,"Cost":249,"Date":"7/17/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":621,"Cost":412,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":34,"Cost":27,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":355,"Cost":231,"Date":"11/20/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":14,"Cost":12,"Date":"12/16/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":59,"Cost":41,"Date":"12/30/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":29,"Cost":27,"Date":"2/15/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":79,"Cost":63,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":454,"Cost":364,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":122,"Cost":82,"Date":"4/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":249,"Cost":201,"Date":"7/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":265,"Cost":177,"Date":"8/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":906,"Cost":547,"Date":"10/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":763,"Cost":622,"Date":"11/11/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":78,"Cost":42,"Date":"11/30/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":348,"Cost":202,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":744,"Cost":626,"Date":"3/1/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":983,"Cost":558,"Date":"4/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":368,"Cost":282,"Date":"5/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":284,"Cost":144,"Date":"8/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":780,"Cost":675,"Date":"9/15/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":978,"Cost":927,"Date":"10/14/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":239,"Cost":148,"Date":"10/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":92,"Cost":74,"Date":"11/11/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":785,"Cost":700,"Date":"12/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":222,"Cost":186,"Date":"12/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":779,"Cost":654,"Date":"1/6/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":133,"Cost":76,"Date":"1/23/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":597,"Cost":496,"Date":"2/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":417,"Cost":236,"Date":"3/10/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":246,"Cost":178,"Date":"3/12/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":494,"Cost":464,"Date":"3/31/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":225,"Cost":130,"Date":"6/16/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":553,"Cost":514,"Date":"6/17/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":788,"Cost":556,"Date":"8/27/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":316,"Cost":183,"Date":"10/1/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":486,"Cost":337,"Date":"11/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":596,"Cost":370,"Date":"11/9/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":729,"Cost":473,"Date":"3/27/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":599,"Cost":550,"Date":"4/17/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":685,"Cost":533,"Date":"8/11/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":170,"Cost":147,"Date":"8/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":616,"Cost":433,"Date":"9/2/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":913,"Cost":847,"Date":"9/5/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":914,"Cost":561,"Date":"9/14/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":322,"Cost":211,"Date":"9/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":272,"Cost":198,"Date":"11/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":19,"Cost":16,"Date":"12/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":134,"Cost":103,"Date":"1/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":479,"Cost":353,"Date":"1/21/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":341,"Cost":304,"Date":"2/9/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":993,"Cost":670,"Date":"3/19/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":307,"Cost":246,"Date":"4/3/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":280,"Cost":237,"Date":"4/5/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":930,"Cost":620,"Date":"4/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":832,"Cost":762,"Date":"7/10/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":800,"Cost":677,"Date":"3/25/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":879,"Cost":565,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":40,"Cost":33,"Date":"10/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":130,"Cost":69,"Date":"3/2/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":154,"Cost":122,"Date":"6/28/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":687,"Cost":626,"Date":"7/17/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":123,"Cost":110,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":467,"Cost":235,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":422,"Cost":389,"Date":"11/20/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":270,"Cost":165,"Date":"12/16/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":466,"Cost":381,"Date":"12/30/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":602,"Cost":489,"Date":"2/15/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":174,"Cost":124,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":825,"Cost":452,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":96,"Cost":78,"Date":"4/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":387,"Cost":252,"Date":"7/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":950,"Cost":641,"Date":"8/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":935,"Cost":698,"Date":"10/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":155,"Cost":134,"Date":"11/11/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":630,"Cost":393,"Date":"11/30/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":737,"Cost":603,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":475,"Cost":249,"Date":"3/1/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":922,"Cost":662,"Date":"4/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":664,"Cost":622,"Date":"5/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":676,"Cost":453,"Date":"8/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":778,"Cost":605,"Date":"9/15/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":114,"Cost":98,"Date":"10/14/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":809,"Cost":738,"Date":"10/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":718,"Cost":432,"Date":"11/11/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":761,"Cost":392,"Date":"12/7/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":526,"Cost":319,"Date":"12/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":275,"Cost":144,"Date":"1/6/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":110,"Cost":65,"Date":"1/23/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":541,"Cost":307,"Date":"2/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":696,"Cost":619,"Date":"3/10/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":278,"Cost":196,"Date":"3/12/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":832,"Cost":582,"Date":"3/31/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":205,"Cost":110,"Date":"6/16/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":835,"Cost":747,"Date":"6/17/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":297,"Cost":256,"Date":"8/27/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":174,"Cost":126,"Date":"10/1/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":603,"Cost":470,"Date":"11/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":573,"Cost":499,"Date":"11/9/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":645,"Cost":604,"Date":"3/27/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":625,"Cost":388,"Date":"4/17/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":450,"Cost":294,"Date":"8/11/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":959,"Cost":558,"Date":"8/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":90,"Cost":47,"Date":"9/2/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":488,"Cost":282,"Date":"9/5/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":254,"Cost":207,"Date":"9/14/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":544,"Cost":349,"Date":"9/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":693,"Cost":638,"Date":"11/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":168,"Cost":93,"Date":"12/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":850,"Cost":531,"Date":"1/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":565,"Cost":537,"Date":"1/21/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":909,"Cost":740,"Date":"2/9/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":785,"Cost":452,"Date":"3/19/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":23,"Cost":13,"Date":"4/3/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":448,"Cost":362,"Date":"4/5/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":631,"Cost":552,"Date":"4/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":978,"Cost":586,"Date":"7/10/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":999,"Cost":810,"Date":"3/25/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":478,"Cost":300,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":424,"Cost":319,"Date":"10/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":860,"Cost":658,"Date":"3/2/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":436,"Cost":240,"Date":"6/28/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":611,"Cost":388,"Date":"7/17/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":803,"Cost":486,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":731,"Cost":491,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":769,"Cost":612,"Date":"11/20/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":196,"Cost":147,"Date":"12/16/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":522,"Cost":448,"Date":"12/30/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":582,"Cost":382,"Date":"2/15/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":247,"Cost":144,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":701,"Cost":477,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":665,"Cost":349,"Date":"4/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":751,"Cost":546,"Date":"7/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":687,"Cost":361,"Date":"8/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":172,"Cost":145,"Date":"10/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":740,"Cost":651,"Date":"11/11/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":312,"Cost":157,"Date":"11/30/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":33,"Cost":24,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":637,"Cost":493,"Date":"3/1/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":358,"Cost":180,"Date":"4/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":217,"Cost":130,"Date":"5/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":991,"Cost":661,"Date":"8/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":68,"Cost":49,"Date":"9/15/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":546,"Cost":397,"Date":"10/14/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":135,"Cost":85,"Date":"10/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":441,"Cost":252,"Date":"11/11/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":490,"Cost":393,"Date":"12/7/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":151,"Cost":75,"Date":"12/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":347,"Cost":202,"Date":"1/6/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":466,"Cost":349,"Date":"1/23/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":425,"Cost":249,"Date":"2/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":834,"Cost":603,"Date":"3/10/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":92,"Cost":74,"Date":"3/12/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":596,"Cost":489,"Date":"3/31/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":27,"Cost":24,"Date":"6/16/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":297,"Cost":279,"Date":"6/17/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":742,"Cost":584,"Date":"8/27/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":12,"Cost":11,"Date":"10/1/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":787,"Cost":595,"Date":"11/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":342,"Cost":261,"Date":"11/9/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":15,"Cost":9,"Date":"3/27/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":477,"Cost":378,"Date":"4/17/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":209,"Cost":189,"Date":"8/11/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":242,"Cost":154,"Date":"8/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":81,"Cost":45,"Date":"9/2/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":667,"Cost":374,"Date":"9/5/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":890,"Cost":645,"Date":"9/14/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":196,"Cost":103,"Date":"9/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":494,"Cost":411,"Date":"11/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":412,"Cost":248,"Date":"12/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":518,"Cost":464,"Date":"1/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":807,"Cost":711,"Date":"1/21/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":68,"Cost":50,"Date":"2/9/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":149,"Cost":118,"Date":"3/19/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":426,"Cost":272,"Date":"4/3/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":477,"Cost":294,"Date":"4/5/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":831,"Cost":521,"Date":"4/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":668,"Cost":572,"Date":"7/10/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":660,"Cost":502,"Date":"3/25/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":24,"Cost":18,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":229,"Cost":189,"Date":"10/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":985,"Cost":904,"Date":"3/2/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":911,"Cost":498,"Date":"6/28/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":678,"Cost":409,"Date":"7/17/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":339,"Cost":268,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":298,"Cost":223,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":217,"Cost":108,"Date":"11/20/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":655,"Cost":490,"Date":"12/16/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":400,"Cost":261,"Date":"12/30/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":114,"Cost":66,"Date":"2/15/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":60,"Cost":44,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":712,"Cost":410,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":965,"Cost":897,"Date":"4/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":86,"Cost":70,"Date":"7/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":95,"Cost":72,"Date":"8/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":997,"Cost":931,"Date":"10/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":913,"Cost":584,"Date":"11/11/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":168,"Cost":100,"Date":"11/30/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":650,"Cost":388,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":392,"Cost":344,"Date":"3/1/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":21,"Cost":17,"Date":"4/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":514,"Cost":290,"Date":"5/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":719,"Cost":575,"Date":"8/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":799,"Cost":463,"Date":"9/15/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":806,"Cost":479,"Date":"10/14/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":666,"Cost":458,"Date":"10/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":731,"Cost":436,"Date":"11/11/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":958,"Cost":685,"Date":"12/7/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":294,"Cost":209,"Date":"12/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":727,"Cost":398,"Date":"1/6/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":993,"Cost":823,"Date":"1/23/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":340,"Cost":278,"Date":"2/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":463,"Cost":317,"Date":"3/10/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":629,"Cost":490,"Date":"3/12/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":213,"Cost":139,"Date":"3/31/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":162,"Cost":111,"Date":"6/16/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":908,"Cost":842,"Date":"6/17/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":492,"Cost":448,"Date":"8/27/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":946,"Cost":619,"Date":"10/1/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":777,"Cost":444,"Date":"11/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":14,"Cost":14,"Date":"11/9/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":872,"Cost":672,"Date":"3/27/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":598,"Cost":408,"Date":"4/17/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":531,"Cost":349,"Date":"8/11/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":544,"Cost":302,"Date":"8/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":935,"Cost":560,"Date":"9/2/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":64,"Cost":55,"Date":"9/5/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":23,"Cost":14,"Date":"9/14/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":596,"Cost":338,"Date":"9/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":316,"Cost":181,"Date":"11/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":892,"Cost":762,"Date":"12/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":392,"Cost":203,"Date":"1/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":66,"Cost":54,"Date":"1/21/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":183,"Cost":164,"Date":"2/9/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":995,"Cost":523,"Date":"3/19/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":800,"Cost":528,"Date":"4/3/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":497,"Cost":469,"Date":"4/5/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":976,"Cost":520,"Date":"4/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":480,"Cost":249,"Date":"7/10/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":974,"Cost":895,"Date":"3/25/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":529,"Cost":483,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":958,"Cost":760,"Date":"10/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":268,"Cost":145,"Date":"3/2/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":411,"Cost":361,"Date":"6/28/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":909,"Cost":458,"Date":"7/17/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":228,"Cost":188,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":627,"Cost":385,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":432,"Cost":337,"Date":"11/20/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":246,"Cost":126,"Date":"12/16/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":562,"Cost":453,"Date":"12/30/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":862,"Cost":449,"Date":"2/15/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":512,"Cost":410,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":11,"Cost":6,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":797,"Cost":710,"Date":"4/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":957,"Cost":872,"Date":"7/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":260,"Cost":212,"Date":"8/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":937,"Cost":760,"Date":"10/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":802,"Cost":476,"Date":"11/11/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":459,"Cost":350,"Date":"11/30/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":22,"Cost":15,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":433,"Cost":371,"Date":"3/1/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":368,"Cost":251,"Date":"4/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":714,"Cost":444,"Date":"5/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":48,"Cost":28,"Date":"8/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":666,"Cost":609,"Date":"9/15/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":329,"Cost":165,"Date":"10/14/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":178,"Cost":165,"Date":"10/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":697,"Cost":566,"Date":"11/11/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":915,"Cost":614,"Date":"12/7/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":227,"Cost":192,"Date":"12/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":414,"Cost":335,"Date":"1/6/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":191,"Cost":141,"Date":"1/23/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":225,"Cost":170,"Date":"2/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":81,"Cost":65,"Date":"3/10/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":354,"Cost":248,"Date":"3/12/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":649,"Cost":350,"Date":"3/31/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":913,"Cost":760,"Date":"6/16/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":373,"Cost":300,"Date":"6/17/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":893,"Cost":550,"Date":"8/27/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":565,"Cost":515,"Date":"10/1/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":590,"Cost":315,"Date":"11/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":331,"Cost":272,"Date":"11/9/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":855,"Cost":451,"Date":"3/27/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":610,"Cost":492,"Date":"4/17/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":487,"Cost":369,"Date":"8/11/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":200,"Cost":125,"Date":"8/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":178,"Cost":95,"Date":"9/2/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":741,"Cost":528,"Date":"9/5/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":525,"Cost":355,"Date":"9/14/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":424,"Cost":302,"Date":"9/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":665,"Cost":484,"Date":"11/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":844,"Cost":778,"Date":"12/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":284,"Cost":168,"Date":"1/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":57,"Cost":49,"Date":"1/21/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":581,"Cost":357,"Date":"2/9/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":181,"Cost":151,"Date":"3/19/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":756,"Cost":414,"Date":"4/3/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":302,"Cost":219,"Date":"4/5/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":676,"Cost":405,"Date":"4/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":412,"Cost":318,"Date":"7/10/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":5,"Cost":2,"Date":"3/25/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":534,"Cost":414,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":228,"Cost":178,"Date":"10/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":830,"Cost":688,"Date":"3/2/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":723,"Cost":409,"Date":"6/28/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":641,"Cost":435,"Date":"7/17/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":820,"Cost":619,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":2,"Cost":1,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":917,"Cost":564,"Date":"11/20/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":176,"Cost":136,"Date":"12/16/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":259,"Cost":211,"Date":"12/30/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":727,"Cost":574,"Date":"2/15/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":102,"Cost":91,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":177,"Cost":136,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":790,"Cost":711,"Date":"4/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":331,"Cost":281,"Date":"7/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":780,"Cost":432,"Date":"8/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":240,"Cost":217,"Date":"10/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":210,"Cost":180,"Date":"11/11/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":304,"Cost":255,"Date":"11/30/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":577,"Cost":288,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":837,"Cost":516,"Date":"3/1/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":513,"Cost":285,"Date":"4/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":373,"Cost":255,"Date":"5/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":941,"Cost":845,"Date":"8/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":850,"Cost":470,"Date":"9/15/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":974,"Cost":597,"Date":"10/14/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":760,"Cost":658,"Date":"10/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":853,"Cost":559,"Date":"11/11/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":296,"Cost":190,"Date":"12/7/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":750,"Cost":453,"Date":"12/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":594,"Cost":531,"Date":"1/6/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":753,"Cost":524,"Date":"1/23/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":219,"Cost":130,"Date":"2/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":999,"Cost":871,"Date":"3/10/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":493,"Cost":364,"Date":"3/12/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":87,"Cost":72,"Date":"3/31/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":451,"Cost":391,"Date":"6/16/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":339,"Cost":307,"Date":"6/17/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":858,"Cost":640,"Date":"8/27/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":293,"Cost":213,"Date":"10/1/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":4,"Cost":2,"Date":"11/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":814,"Cost":617,"Date":"11/9/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":967,"Cost":622,"Date":"3/27/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":325,"Cost":176,"Date":"4/17/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":854,"Date":"8/11/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":642,"Cost":506,"Date":"8/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":296,"Cost":197,"Date":"9/2/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":554,"Cost":380,"Date":"9/5/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":503,"Cost":270,"Date":"9/14/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":858,"Cost":541,"Date":"9/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":561,"Cost":350,"Date":"11/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":681,"Cost":354,"Date":"12/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":960,"Cost":792,"Date":"1/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":503,"Cost":353,"Date":"1/21/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":871,"Cost":475,"Date":"2/9/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":561,"Cost":347,"Date":"3/19/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":670,"Cost":522,"Date":"4/3/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":269,"Cost":161,"Date":"4/5/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":720,"Cost":585,"Date":"4/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":531,"Cost":368,"Date":"7/10/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":698,"Cost":595,"Date":"3/25/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":857,"Cost":491,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":848,"Cost":689,"Date":"10/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":310,"Cost":287,"Date":"3/2/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":730,"Cost":513,"Date":"6/28/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":926,"Cost":491,"Date":"7/17/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":601,"Cost":335,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":160,"Cost":101,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":589,"Cost":323,"Date":"11/20/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":456,"Cost":341,"Date":"12/16/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":253,"Cost":221,"Date":"12/30/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":868,"Cost":791,"Date":"2/15/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":677,"Cost":500,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":975,"Cost":564,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":642,"Cost":525,"Date":"4/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":691,"Cost":431,"Date":"7/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":691,"Cost":445,"Date":"8/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":458,"Cost":257,"Date":"10/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":67,"Cost":47,"Date":"11/11/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":911,"Cost":503,"Date":"11/30/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":675,"Cost":585,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":647,"Cost":544,"Date":"3/1/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":869,"Cost":746,"Date":"4/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":79,"Date":"5/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":671,"Cost":633,"Date":"8/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":102,"Date":"9/15/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":271,"Cost":247,"Date":"10/14/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":702,"Cost":604,"Date":"10/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":331,"Cost":285,"Date":"11/11/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":500,"Cost":335,"Date":"12/7/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":767,"Cost":447,"Date":"12/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":635,"Cost":437,"Date":"1/6/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":500,"Cost":267,"Date":"1/23/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":730,"Cost":693,"Date":"2/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":663,"Cost":523,"Date":"3/10/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":937,"Cost":483,"Date":"3/12/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":150,"Cost":143,"Date":"3/31/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":963,"Cost":755,"Date":"6/16/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":989,"Cost":900,"Date":"6/17/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":779,"Cost":409,"Date":"8/27/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":88,"Cost":59,"Date":"10/1/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":903,"Cost":539,"Date":"11/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":701,"Cost":400,"Date":"11/9/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":566,"Cost":417,"Date":"3/27/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":380,"Cost":284,"Date":"4/17/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":979,"Cost":527,"Date":"8/11/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":103,"Cost":64,"Date":"8/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":750,"Cost":619,"Date":"9/2/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":442,"Cost":326,"Date":"9/5/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":191,"Cost":100,"Date":"9/14/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":130,"Cost":77,"Date":"9/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":855,"Cost":447,"Date":"11/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":385,"Cost":214,"Date":"12/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":904,"Cost":750,"Date":"1/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":561,"Cost":309,"Date":"1/21/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":508,"Cost":474,"Date":"2/9/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":617,"Cost":441,"Date":"3/19/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":98,"Cost":80,"Date":"4/3/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":347,"Cost":233,"Date":"4/5/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":778,"Cost":502,"Date":"4/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":609,"Cost":577,"Date":"7/10/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":243,"Cost":129,"Date":"3/25/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":495,"Cost":388,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":295,"Date":"10/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":901,"Cost":825,"Date":"3/2/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":242,"Cost":156,"Date":"6/28/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":843,"Cost":749,"Date":"7/17/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":870,"Cost":652,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":630,"Cost":425,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":112,"Cost":93,"Date":"11/20/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":188,"Cost":113,"Date":"12/16/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":99,"Cost":79,"Date":"12/30/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":675,"Cost":629,"Date":"2/15/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":464,"Cost":393,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":678,"Cost":395,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":503,"Cost":388,"Date":"4/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":922,"Cost":705,"Date":"7/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":605,"Cost":385,"Date":"8/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":629,"Cost":421,"Date":"10/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":922,"Cost":562,"Date":"11/11/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":375,"Cost":325,"Date":"11/30/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":859,"Cost":729,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":957,"Cost":809,"Date":"3/1/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":95,"Cost":58,"Date":"4/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":448,"Cost":322,"Date":"5/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":459,"Cost":388,"Date":"8/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":197,"Cost":129,"Date":"9/15/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":769,"Cost":553,"Date":"10/14/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":480,"Cost":405,"Date":"10/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":223,"Cost":164,"Date":"11/11/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":81,"Cost":67,"Date":"12/7/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":352,"Cost":200,"Date":"12/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":109,"Cost":72,"Date":"1/6/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":478,"Cost":278,"Date":"1/23/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":273,"Cost":154,"Date":"2/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":951,"Cost":771,"Date":"3/10/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":71,"Cost":62,"Date":"3/12/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":794,"Cost":467,"Date":"3/31/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":120,"Cost":75,"Date":"6/16/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":860,"Cost":739,"Date":"6/17/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":668,"Cost":485,"Date":"8/27/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":986,"Cost":569,"Date":"10/1/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":15,"Cost":13,"Date":"11/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":783,"Cost":547,"Date":"11/9/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":623,"Cost":535,"Date":"3/27/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":740,"Cost":426,"Date":"4/17/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":193,"Cost":154,"Date":"8/11/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":182,"Cost":126,"Date":"8/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":544,"Cost":484,"Date":"9/2/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":413,"Cost":319,"Date":"9/5/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":875,"Cost":610,"Date":"9/14/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":186,"Cost":115,"Date":"9/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":36,"Cost":25,"Date":"11/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":112,"Cost":73,"Date":"12/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":935,"Cost":771,"Date":"1/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":628,"Cost":550,"Date":"1/21/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":23,"Cost":18,"Date":"2/9/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":838,"Cost":498,"Date":"3/19/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":877,"Cost":522,"Date":"4/3/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":536,"Cost":366,"Date":"4/5/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":212,"Cost":167,"Date":"4/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":73,"Cost":45,"Date":"7/10/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":555,"Cost":429,"Date":"3/25/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":811,"Cost":413,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":146,"Cost":137,"Date":"10/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":699,"Cost":492,"Date":"3/2/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":114,"Cost":82,"Date":"6/28/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":959,"Cost":803,"Date":"7/17/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":312,"Cost":185,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":164,"Cost":135,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":375,"Cost":240,"Date":"11/20/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":607,"Cost":417,"Date":"12/16/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":533,"Cost":362,"Date":"12/30/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":239,"Cost":187,"Date":"2/15/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":674,"Cost":402,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":876,"Cost":596,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":242,"Cost":163,"Date":"4/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":84,"Cost":72,"Date":"7/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":558,"Cost":487,"Date":"8/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":46,"Cost":41,"Date":"10/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":849,"Cost":647,"Date":"11/11/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":930,"Cost":619,"Date":"11/30/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":90,"Cost":61,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":506,"Cost":417,"Date":"3/1/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":492,"Cost":269,"Date":"4/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":246,"Cost":163,"Date":"5/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":471,"Cost":419,"Date":"8/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":230,"Cost":147,"Date":"9/15/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":630,"Cost":445,"Date":"10/14/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":533,"Cost":353,"Date":"10/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":437,"Cost":218,"Date":"11/11/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":850,"Cost":472,"Date":"12/7/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":725,"Cost":442,"Date":"12/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":610,"Cost":353,"Date":"1/6/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":393,"Cost":363,"Date":"1/23/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":552,"Cost":471,"Date":"2/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":371,"Cost":351,"Date":"3/10/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":476,"Cost":396,"Date":"3/12/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":272,"Cost":172,"Date":"3/31/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":710,"Cost":408,"Date":"6/16/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":946,"Cost":556,"Date":"6/17/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":898,"Cost":591,"Date":"8/27/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":32,"Cost":27,"Date":"10/1/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":192,"Cost":157,"Date":"11/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":876,"Cost":674,"Date":"11/9/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":780,"Cost":470,"Date":"3/27/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":498,"Cost":385,"Date":"4/17/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":989,"Cost":936,"Date":"8/11/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":461,"Cost":420,"Date":"8/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":382,"Cost":356,"Date":"9/2/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":460,"Cost":380,"Date":"9/5/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":162,"Cost":136,"Date":"9/14/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":455,"Cost":265,"Date":"9/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":58,"Cost":37,"Date":"11/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":444,"Cost":361,"Date":"12/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":415,"Cost":354,"Date":"1/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":532,"Cost":490,"Date":"1/21/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":561,"Cost":374,"Date":"2/9/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":656,"Cost":616,"Date":"3/19/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":746,"Cost":627,"Date":"4/3/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":743,"Cost":684,"Date":"4/5/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":781,"Cost":649,"Date":"4/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":265,"Cost":230,"Date":"7/10/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":689,"Cost":521,"Date":"3/25/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":540,"Cost":305,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":748,"Cost":395,"Date":"10/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":323,"Cost":245,"Date":"3/2/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":766,"Cost":495,"Date":"6/28/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":366,"Cost":204,"Date":"7/17/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":672,"Cost":447,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":116,"Cost":99,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":831,"Cost":493,"Date":"11/20/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":568,"Cost":340,"Date":"12/16/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":127,"Cost":95,"Date":"12/30/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":716,"Cost":644,"Date":"2/15/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":156,"Cost":81,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":509,"Cost":330,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":445,"Cost":413,"Date":"4/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":689,"Cost":497,"Date":"7/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":656,"Cost":504,"Date":"8/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":348,"Cost":248,"Date":"10/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":813,"Cost":566,"Date":"11/11/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":219,"Cost":194,"Date":"11/30/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":105,"Cost":71,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":621,"Cost":338,"Date":"3/1/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":956,"Cost":481,"Date":"4/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":578,"Cost":289,"Date":"5/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":368,"Cost":225,"Date":"8/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":461,"Cost":406,"Date":"9/15/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":82,"Cost":73,"Date":"10/14/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":726,"Cost":384,"Date":"10/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":464,"Cost":261,"Date":"11/11/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":629,"Cost":593,"Date":"12/7/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":366,"Cost":334,"Date":"12/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":712,"Cost":576,"Date":"1/6/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":72,"Cost":48,"Date":"1/23/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":149,"Cost":103,"Date":"2/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":994,"Cost":579,"Date":"3/10/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":708,"Cost":625,"Date":"3/12/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":270,"Cost":149,"Date":"3/31/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":343,"Cost":266,"Date":"6/16/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":513,"Cost":437,"Date":"6/17/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":681,"Cost":487,"Date":"8/27/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":264,"Cost":148,"Date":"10/1/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":668,"Cost":467,"Date":"11/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":475,"Cost":422,"Date":"11/9/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":545,"Cost":433,"Date":"3/27/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":957,"Cost":622,"Date":"4/17/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":62,"Cost":58,"Date":"8/11/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":458,"Date":"8/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":392,"Cost":332,"Date":"9/2/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":150,"Cost":78,"Date":"9/5/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":207,"Cost":152,"Date":"9/14/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":359,"Cost":290,"Date":"9/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":355,"Cost":188,"Date":"11/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":9,"Cost":5,"Date":"12/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":312,"Cost":179,"Date":"1/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":978,"Cost":914,"Date":"1/21/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":691,"Cost":360,"Date":"2/9/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":199,"Cost":102,"Date":"3/19/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":608,"Cost":572,"Date":"4/3/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":662,"Cost":523,"Date":"4/5/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":950,"Cost":502,"Date":"4/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":755,"Cost":553,"Date":"7/10/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":647,"Cost":580,"Date":"3/25/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":599,"Cost":353,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":938,"Cost":548,"Date":"10/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":77,"Cost":45,"Date":"3/2/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":324,"Cost":245,"Date":"6/28/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":265,"Cost":195,"Date":"7/17/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":117,"Cost":62,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":530,"Cost":351,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":867,"Cost":697,"Date":"11/20/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":106,"Cost":60,"Date":"12/16/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":976,"Cost":839,"Date":"12/30/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":993,"Cost":710,"Date":"2/15/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":443,"Cost":230,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":121,"Cost":108,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":597,"Cost":372,"Date":"4/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":830,"Cost":645,"Date":"7/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":611,"Cost":454,"Date":"8/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":260,"Cost":163,"Date":"10/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":36,"Cost":21,"Date":"11/11/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":711,"Cost":560,"Date":"11/30/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":871,"Cost":630,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":409,"Cost":228,"Date":"3/1/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":573,"Cost":505,"Date":"4/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":733,"Cost":400,"Date":"5/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":203,"Cost":114,"Date":"8/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":202,"Cost":176,"Date":"9/15/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":750,"Cost":649,"Date":"10/14/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":127,"Cost":85,"Date":"10/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":167,"Cost":143,"Date":"11/11/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":514,"Cost":394,"Date":"12/7/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":301,"Cost":195,"Date":"12/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":963,"Cost":900,"Date":"1/6/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":870,"Cost":796,"Date":"1/23/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":747,"Cost":709,"Date":"2/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":788,"Cost":394,"Date":"3/10/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":358,"Cost":246,"Date":"3/12/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":110,"Cost":63,"Date":"3/31/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":961,"Cost":603,"Date":"6/16/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":241,"Cost":155,"Date":"6/17/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":817,"Cost":511,"Date":"8/27/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":56,"Cost":31,"Date":"10/1/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":444,"Cost":419,"Date":"11/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":212,"Cost":179,"Date":"11/9/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":697,"Cost":371,"Date":"3/27/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":560,"Cost":510,"Date":"4/17/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":579,"Cost":453,"Date":"8/11/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":363,"Cost":227,"Date":"8/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":864,"Cost":651,"Date":"9/2/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":562,"Cost":476,"Date":"9/5/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":542,"Cost":354,"Date":"9/14/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":776,"Cost":506,"Date":"9/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":403,"Cost":359,"Date":"11/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":700,"Cost":381,"Date":"12/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":126,"Cost":87,"Date":"1/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":852,"Cost":482,"Date":"1/21/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":522,"Cost":494,"Date":"2/9/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":646,"Cost":566,"Date":"3/19/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":88,"Cost":84,"Date":"4/3/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":664,"Cost":367,"Date":"4/5/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":758,"Cost":427,"Date":"4/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":464,"Cost":256,"Date":"7/10/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":58,"Cost":48,"Date":"3/25/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":784,"Cost":639,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":419,"Cost":245,"Date":"10/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":354,"Cost":222,"Date":"3/2/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":94,"Cost":70,"Date":"6/28/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":137,"Cost":92,"Date":"7/17/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":874,"Cost":755,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":581,"Cost":540,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":864,"Cost":435,"Date":"11/20/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":161,"Cost":104,"Date":"12/16/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":173,"Cost":105,"Date":"12/30/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":144,"Cost":124,"Date":"2/15/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":900,"Cost":720,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":155,"Cost":117,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":297,"Cost":240,"Date":"4/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":562,"Cost":401,"Date":"7/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":73,"Cost":62,"Date":"8/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":488,"Cost":450,"Date":"10/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":614,"Cost":453,"Date":"11/11/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":347,"Cost":293,"Date":"11/30/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":162,"Cost":90,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":958,"Cost":718,"Date":"3/1/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":191,"Cost":141,"Date":"4/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":283,"Cost":146,"Date":"5/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":377,"Cost":215,"Date":"8/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":364,"Cost":243,"Date":"9/15/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":613,"Cost":400,"Date":"10/14/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":855,"Cost":792,"Date":"10/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":405,"Cost":304,"Date":"11/11/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":336,"Cost":192,"Date":"12/7/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":705,"Cost":422,"Date":"12/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":292,"Cost":154,"Date":"1/6/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":5,"Cost":3,"Date":"1/23/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":676,"Cost":520,"Date":"2/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":129,"Cost":88,"Date":"3/10/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":617,"Cost":328,"Date":"3/12/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":653,"Cost":590,"Date":"3/31/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":971,"Cost":530,"Date":"6/16/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":758,"Cost":671,"Date":"6/17/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":445,"Cost":304,"Date":"8/27/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":455,"Cost":349,"Date":"10/1/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":950,"Cost":867,"Date":"11/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":465,"Cost":437,"Date":"11/9/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":72,"Cost":46,"Date":"3/27/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":241,"Cost":122,"Date":"4/17/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":790,"Cost":593,"Date":"8/11/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":996,"Cost":789,"Date":"8/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":117,"Cost":85,"Date":"9/2/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":460,"Cost":328,"Date":"9/5/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":621,"Cost":367,"Date":"9/14/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":224,"Cost":181,"Date":"9/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":988,"Cost":727,"Date":"11/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":346,"Cost":244,"Date":"12/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":278,"Cost":162,"Date":"1/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":443,"Cost":269,"Date":"1/21/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":388,"Cost":260,"Date":"2/9/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":814,"Cost":554,"Date":"3/19/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":427,"Cost":375,"Date":"4/3/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":298,"Cost":169,"Date":"4/5/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":444,"Cost":367,"Date":"4/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":958,"Cost":893,"Date":"7/10/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":311,"Cost":192,"Date":"3/25/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":645,"Cost":460,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":674,"Cost":395,"Date":"10/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":479,"Cost":348,"Date":"3/2/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":158,"Cost":141,"Date":"6/28/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":198,"Cost":184,"Date":"7/17/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":851,"Cost":593,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":256,"Cost":207,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":567,"Cost":378,"Date":"11/20/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":713,"Cost":375,"Date":"12/16/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":112,"Cost":103,"Date":"12/30/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":611,"Cost":538,"Date":"2/15/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":370,"Cost":212,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":466,"Cost":398,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":583,"Cost":534,"Date":"4/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":970,"Cost":536,"Date":"7/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":481,"Cost":335,"Date":"8/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":828,"Cost":562,"Date":"10/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":115,"Cost":84,"Date":"11/11/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":890,"Cost":513,"Date":"11/30/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":891,"Cost":581,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":785,"Cost":409,"Date":"3/1/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":166,"Cost":90,"Date":"4/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":747,"Cost":502,"Date":"5/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":801,"Cost":555,"Date":"8/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":431,"Cost":331,"Date":"9/15/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":26,"Cost":22,"Date":"10/14/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":152,"Cost":144,"Date":"10/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":209,"Cost":135,"Date":"11/11/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":21,"Cost":14,"Date":"12/7/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":125,"Cost":101,"Date":"12/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":957,"Cost":630,"Date":"1/6/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":623,"Cost":431,"Date":"1/23/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":53,"Cost":36,"Date":"2/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":240,"Cost":167,"Date":"3/10/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":923,"Cost":756,"Date":"3/12/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":805,"Cost":433,"Date":"3/31/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":734,"Cost":503,"Date":"6/16/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":561,"Cost":510,"Date":"6/17/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":22,"Cost":15,"Date":"8/27/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":243,"Cost":147,"Date":"10/1/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":432,"Cost":328,"Date":"11/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":860,"Cost":817,"Date":"11/9/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":651,"Cost":544,"Date":"3/27/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":310,"Cost":231,"Date":"4/17/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":501,"Cost":440,"Date":"8/11/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":749,"Cost":466,"Date":"8/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":836,"Cost":470,"Date":"9/2/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":721,"Cost":607,"Date":"9/5/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":61,"Cost":37,"Date":"9/14/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":744,"Cost":614,"Date":"9/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":425,"Cost":273,"Date":"11/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":178,"Cost":164,"Date":"12/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":83,"Cost":57,"Date":"1/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":934,"Cost":880,"Date":"1/21/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":482,"Cost":270,"Date":"2/9/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":11,"Cost":9,"Date":"3/19/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":779,"Cost":472,"Date":"4/3/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":661,"Cost":402,"Date":"4/5/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":923,"Cost":636,"Date":"4/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":688,"Cost":355,"Date":"7/10/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":568,"Cost":534,"Date":"3/25/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":611,"Cost":362,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":362,"Cost":275,"Date":"10/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":104,"Cost":52,"Date":"3/2/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":676,"Cost":470,"Date":"6/28/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":681,"Cost":443,"Date":"7/17/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":106,"Cost":77,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":35,"Cost":31,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":858,"Cost":583,"Date":"11/20/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":713,"Cost":367,"Date":"12/16/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":178,"Cost":109,"Date":"12/30/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":228,"Cost":202,"Date":"2/15/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":581,"Cost":421,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":545,"Cost":418,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":344,"Cost":286,"Date":"4/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":601,"Cost":408,"Date":"7/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":877,"Cost":465,"Date":"8/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":469,"Cost":253,"Date":"10/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":777,"Cost":696,"Date":"11/11/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":838,"Cost":636,"Date":"11/30/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":256,"Cost":189,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":487,"Cost":299,"Date":"3/1/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":655,"Cost":355,"Date":"4/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":108,"Cost":78,"Date":"5/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":806,"Cost":762,"Date":"8/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":75,"Cost":68,"Date":"9/15/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":607,"Cost":439,"Date":"10/14/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":106,"Cost":93,"Date":"10/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":498,"Cost":362,"Date":"11/11/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":434,"Cost":255,"Date":"12/7/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":637,"Cost":375,"Date":"12/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":936,"Cost":516,"Date":"1/6/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":20,"Cost":16,"Date":"1/23/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":623,"Cost":496,"Date":"2/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":1000,"Cost":677,"Date":"3/10/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":935,"Cost":737,"Date":"3/12/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":75,"Cost":42,"Date":"3/31/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":660,"Cost":544,"Date":"6/16/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":363,"Cost":313,"Date":"6/17/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":220,"Cost":186,"Date":"8/27/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":538,"Cost":293,"Date":"10/1/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":29,"Cost":20,"Date":"11/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":289,"Cost":196,"Date":"11/9/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":622,"Cost":524,"Date":"3/27/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":684,"Cost":474,"Date":"4/17/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":829,"Cost":644,"Date":"8/11/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":650,"Cost":570,"Date":"8/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":3,"Cost":2,"Date":"9/2/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":77,"Cost":66,"Date":"9/5/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":150,"Cost":80,"Date":"9/14/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":265,"Cost":245,"Date":"9/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":114,"Cost":84,"Date":"11/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":810,"Cost":532,"Date":"12/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":448,"Cost":372,"Date":"1/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":990,"Cost":874,"Date":"1/21/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":991,"Cost":608,"Date":"2/9/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":368,"Cost":274,"Date":"3/19/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":387,"Cost":326,"Date":"4/3/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":676,"Cost":625,"Date":"4/5/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":850,"Cost":679,"Date":"4/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":905,"Cost":645,"Date":"7/10/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":196,"Cost":134,"Date":"3/25/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":554,"Cost":447,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":697,"Cost":457,"Date":"10/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":507,"Cost":425,"Date":"3/2/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":885,"Cost":799,"Date":"6/28/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":830,"Cost":640,"Date":"7/17/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":243,"Cost":173,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":879,"Cost":776,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":973,"Cost":829,"Date":"11/20/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":617,"Cost":469,"Date":"12/16/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":260,"Cost":222,"Date":"12/30/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":645,"Cost":331,"Date":"2/15/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":536,"Cost":371,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":227,"Cost":168,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":768,"Cost":617,"Date":"4/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":300,"Cost":250,"Date":"7/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":361,"Cost":308,"Date":"8/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":912,"Cost":825,"Date":"10/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":167,"Cost":136,"Date":"11/11/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":830,"Cost":529,"Date":"11/30/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":972,"Cost":548,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":959,"Cost":496,"Date":"3/1/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":246,"Cost":205,"Date":"4/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":635,"Cost":409,"Date":"5/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":821,"Cost":652,"Date":"8/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":813,"Cost":480,"Date":"9/15/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":903,"Cost":525,"Date":"10/14/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":708,"Cost":502,"Date":"10/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":512,"Cost":427,"Date":"11/11/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":233,"Cost":166,"Date":"12/7/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":940,"Cost":619,"Date":"12/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":496,"Cost":447,"Date":"1/6/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":463,"Cost":295,"Date":"1/23/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":414,"Date":"2/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":208,"Cost":111,"Date":"3/10/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":389,"Cost":365,"Date":"3/12/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":797,"Cost":746,"Date":"3/31/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":962,"Cost":713,"Date":"6/16/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":655,"Cost":575,"Date":"6/17/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":82,"Cost":62,"Date":"8/27/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":590,"Cost":438,"Date":"10/1/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":451,"Cost":393,"Date":"11/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":465,"Cost":360,"Date":"11/9/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":27,"Cost":25,"Date":"3/27/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":257,"Cost":186,"Date":"4/17/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":579,"Cost":495,"Date":"8/11/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":839,"Cost":797,"Date":"8/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":702,"Cost":380,"Date":"9/2/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":483,"Cost":418,"Date":"9/5/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":709,"Cost":531,"Date":"9/14/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":718,"Cost":495,"Date":"9/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":70,"Cost":56,"Date":"11/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":901,"Cost":579,"Date":"12/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":625,"Cost":419,"Date":"1/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":615,"Cost":361,"Date":"1/21/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":694,"Cost":653,"Date":"2/9/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":669,"Cost":434,"Date":"3/19/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":53,"Cost":31,"Date":"4/3/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":690,"Cost":416,"Date":"4/5/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":517,"Cost":300,"Date":"4/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":992,"Cost":587,"Date":"7/10/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":52,"Cost":35,"Date":"3/25/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":337,"Cost":190,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":207,"Cost":184,"Date":"10/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":487,"Cost":386,"Date":"3/2/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":157,"Cost":124,"Date":"6/28/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":154,"Cost":99,"Date":"7/17/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":22,"Cost":21,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":603,"Cost":388,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":272,"Cost":167,"Date":"11/20/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":462,"Cost":278,"Date":"12/16/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":77,"Cost":39,"Date":"12/30/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":653,"Cost":380,"Date":"2/15/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":759,"Cost":708,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":273,"Cost":140,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":143,"Cost":117,"Date":"4/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":65,"Cost":44,"Date":"7/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":607,"Cost":460,"Date":"8/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":186,"Cost":99,"Date":"10/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":766,"Cost":389,"Date":"11/11/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":516,"Cost":423,"Date":"11/30/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":841,"Cost":583,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":937,"Cost":791,"Date":"3/1/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":426,"Cost":363,"Date":"4/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":291,"Cost":201,"Date":"5/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":347,"Date":"8/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":640,"Cost":326,"Date":"9/15/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":1,"Cost":1,"Date":"10/14/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":366,"Cost":313,"Date":"10/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":72,"Cost":60,"Date":"11/11/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":987,"Cost":858,"Date":"12/7/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":471,"Cost":379,"Date":"12/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":982,"Cost":841,"Date":"1/6/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":592,"Cost":553,"Date":"1/23/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":818,"Cost":698,"Date":"2/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":608,"Cost":377,"Date":"3/10/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":520,"Cost":286,"Date":"3/12/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":984,"Cost":934,"Date":"3/31/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":286,"Cost":234,"Date":"6/16/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":207,"Cost":186,"Date":"6/17/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":317,"Cost":289,"Date":"8/27/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":745,"Cost":430,"Date":"10/1/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":182,"Cost":132,"Date":"11/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":734,"Cost":642,"Date":"11/9/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":157,"Cost":89,"Date":"3/27/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":58,"Date":"4/17/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":427,"Cost":245,"Date":"8/11/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":537,"Cost":344,"Date":"8/21/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":900,"Cost":582,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":360,"Date":"9/5/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":793,"Cost":592,"Date":"9/14/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":228,"Cost":144,"Date":"9/20/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":552,"Cost":448,"Date":"11/20/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":732,"Cost":634,"Date":"12/21/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":699,"Cost":587,"Date":"1/7/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":579,"Cost":414,"Date":"1/21/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":195,"Cost":127,"Date":"2/9/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":234,"Cost":152,"Date":"3/19/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":797,"Cost":692,"Date":"4/3/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":186,"Cost":140,"Date":"4/5/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":647,"Cost":479,"Date":"4/28/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":674,"Cost":463,"Date":"7/10/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":704,"Cost":654,"Date":"3/25/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":483,"Cost":449,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":577,"Date":"10/28/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":72,"Cost":63,"Date":"3/2/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":45,"Cost":40,"Date":"6/28/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":193,"Cost":138,"Date":"7/17/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":696,"Cost":560,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":214,"Cost":128,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":938,"Cost":601,"Date":"11/20/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":43,"Cost":34,"Date":"12/16/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":350,"Cost":265,"Date":"12/30/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":207,"Cost":191,"Date":"2/15/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":530,"Cost":278,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":793,"Cost":615,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":929,"Cost":786,"Date":"4/18/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":252,"Cost":161,"Date":"7/27/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":605,"Cost":407,"Date":"8/18/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":438,"Cost":299,"Date":"10/31/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":167,"Cost":104,"Date":"11/11/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":52,"Cost":35,"Date":"11/30/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":45,"Cost":37,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":906,"Cost":519,"Date":"3/1/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":252,"Cost":129,"Date":"4/13/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":879,"Cost":570,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":195,"Cost":141,"Date":"8/13/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":843,"Cost":536,"Date":"9/15/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":732,"Cost":679,"Date":"10/14/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":52,"Cost":33,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":969,"Cost":584,"Date":"11/11/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":252,"Cost":154,"Date":"12/7/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":465,"Cost":403,"Date":"12/21/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":237,"Cost":144,"Date":"1/6/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":933,"Cost":509,"Date":"1/23/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":593,"Cost":404,"Date":"2/4/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":281,"Date":"3/10/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":423,"Cost":249,"Date":"3/12/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":47,"Cost":37,"Date":"3/31/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":246,"Cost":159,"Date":"6/16/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":353,"Cost":258,"Date":"6/17/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":193,"Cost":158,"Date":"8/27/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":514,"Cost":369,"Date":"10/1/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":889,"Cost":553,"Date":"11/4/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":568,"Cost":498,"Date":"11/9/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":349,"Cost":230,"Date":"3/27/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":939,"Cost":871,"Date":"4/17/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":311,"Cost":200,"Date":"8/11/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":323,"Cost":226,"Date":"8/21/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":277,"Cost":252,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":614,"Cost":531,"Date":"9/5/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":47,"Cost":38,"Date":"9/14/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":290,"Cost":242,"Date":"9/20/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":58,"Cost":50,"Date":"11/20/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":222,"Cost":121,"Date":"12/21/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":627,"Cost":594,"Date":"1/7/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":23,"Cost":20,"Date":"1/21/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":717,"Cost":459,"Date":"2/9/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":892,"Cost":785,"Date":"3/19/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":987,"Cost":788,"Date":"4/3/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":208,"Cost":124,"Date":"4/5/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":134,"Cost":96,"Date":"4/28/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":243,"Cost":133,"Date":"7/10/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":709,"Cost":544,"Date":"3/25/2020"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":400,"Cost":364,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":243,"Cost":126,"Date":"10/28/2020"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":296,"Cost":170,"Date":"3/2/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":838,"Cost":578,"Date":"6/28/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":728,"Cost":515,"Date":"7/17/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":105,"Cost":58,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":81,"Cost":55,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":485,"Cost":281,"Date":"11/20/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":46,"Cost":36,"Date":"12/16/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":321,"Cost":276,"Date":"12/30/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":246,"Cost":208,"Date":"2/15/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":566,"Cost":385,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":231,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":574,"Cost":311,"Date":"4/18/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":633,"Cost":385,"Date":"7/27/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":499,"Cost":435,"Date":"8/18/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":340,"Date":"10/31/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":830,"Cost":729,"Date":"11/11/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":392,"Cost":283,"Date":"11/30/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":650,"Cost":606,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":968,"Cost":874,"Date":"3/1/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":64,"Cost":51,"Date":"4/13/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":819,"Cost":738,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":696,"Cost":595,"Date":"8/13/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":210,"Cost":135,"Date":"9/15/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":339,"Cost":247,"Date":"10/14/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":566,"Cost":293,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":383,"Date":"11/11/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":342,"Cost":223,"Date":"12/7/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":698,"Cost":582,"Date":"12/21/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":868,"Cost":690,"Date":"1/6/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":969,"Cost":572,"Date":"1/23/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":591,"Cost":326,"Date":"2/4/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":777,"Cost":692,"Date":"3/10/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":934,"Cost":839,"Date":"3/12/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":708,"Cost":465,"Date":"3/31/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":548,"Cost":449,"Date":"6/16/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":4,"Cost":3,"Date":"6/17/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":585,"Cost":457,"Date":"8/27/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":275,"Cost":171,"Date":"10/1/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":453,"Cost":374,"Date":"11/4/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":535,"Cost":474,"Date":"11/9/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":334,"Cost":206,"Date":"3/27/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":155,"Cost":80,"Date":"4/17/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":186,"Cost":176,"Date":"8/11/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":245,"Cost":136,"Date":"8/21/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":536,"Cost":419,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":660,"Cost":532,"Date":"9/5/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":989,"Cost":858,"Date":"9/14/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":773,"Cost":600,"Date":"9/20/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":55,"Cost":32,"Date":"11/20/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":395,"Cost":335,"Date":"12/21/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":235,"Cost":153,"Date":"1/7/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":231,"Cost":127,"Date":"1/21/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":994,"Cost":515,"Date":"2/9/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":797,"Cost":645,"Date":"3/19/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":466,"Cost":243,"Date":"4/3/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":45,"Cost":40,"Date":"4/5/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":250,"Cost":151,"Date":"4/28/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":970,"Cost":880,"Date":"7/10/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":807,"Cost":516,"Date":"3/25/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":632,"Cost":588,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":246,"Cost":175,"Date":"10/28/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":789,"Cost":711,"Date":"3/2/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":689,"Cost":651,"Date":"6/28/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":190,"Cost":169,"Date":"7/17/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":813,"Cost":495,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":555,"Cost":368,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":187,"Cost":169,"Date":"11/20/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":476,"Cost":245,"Date":"12/16/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":214,"Cost":157,"Date":"12/30/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":723,"Cost":574,"Date":"2/15/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":688,"Cost":589,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":898,"Cost":708,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":821,"Cost":614,"Date":"4/18/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":160,"Cost":143,"Date":"7/27/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":20,"Cost":12,"Date":"8/18/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":508,"Cost":465,"Date":"10/31/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":446,"Cost":244,"Date":"11/11/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":651,"Cost":610,"Date":"11/30/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":622,"Cost":495,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":385,"Cost":293,"Date":"3/1/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":296,"Cost":202,"Date":"4/13/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":57,"Cost":51,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":711,"Cost":377,"Date":"8/13/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":774,"Cost":639,"Date":"9/15/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":913,"Cost":579,"Date":"10/14/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":209,"Cost":165,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":166,"Cost":158,"Date":"11/11/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":804,"Cost":657,"Date":"12/7/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":644,"Cost":544,"Date":"12/21/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":298,"Cost":269,"Date":"1/6/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":900,"Cost":755,"Date":"1/23/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":904,"Cost":808,"Date":"2/4/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":727,"Cost":374,"Date":"3/10/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":572,"Cost":491,"Date":"3/12/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":843,"Cost":785,"Date":"3/31/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":95,"Date":"6/16/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":255,"Cost":215,"Date":"6/17/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":671,"Cost":454,"Date":"8/27/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":385,"Cost":275,"Date":"10/1/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":296,"Cost":214,"Date":"11/4/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":437,"Cost":271,"Date":"11/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":297,"Cost":207,"Date":"3/27/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":71,"Cost":61,"Date":"4/17/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":96,"Cost":76,"Date":"8/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":781,"Date":"8/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":409,"Cost":263,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":955,"Cost":741,"Date":"9/5/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":185,"Cost":105,"Date":"9/14/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":240,"Date":"9/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":868,"Cost":695,"Date":"11/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":379,"Cost":256,"Date":"12/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":51,"Cost":33,"Date":"1/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":403,"Cost":233,"Date":"1/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":476,"Cost":431,"Date":"2/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":276,"Cost":175,"Date":"3/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":317,"Cost":281,"Date":"4/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":675,"Cost":624,"Date":"4/5/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":913,"Cost":490,"Date":"4/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":534,"Cost":293,"Date":"7/10/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":835,"Cost":529,"Date":"3/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":499,"Cost":446,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":92,"Date":"10/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":235,"Cost":170,"Date":"3/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":436,"Cost":308,"Date":"6/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":93,"Cost":71,"Date":"7/17/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":834,"Cost":598,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":272,"Cost":210,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":50,"Cost":35,"Date":"11/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":645,"Cost":331,"Date":"12/16/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":574,"Cost":541,"Date":"12/30/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":705,"Cost":434,"Date":"2/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":644,"Cost":544,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":85,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":564,"Cost":384,"Date":"4/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":830,"Cost":449,"Date":"7/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":628,"Cost":545,"Date":"8/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":85,"Cost":54,"Date":"10/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":419,"Cost":362,"Date":"11/11/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":633,"Cost":474,"Date":"11/30/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":440,"Cost":349,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":721,"Cost":633,"Date":"3/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":549,"Cost":299,"Date":"4/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":567,"Cost":507,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":873,"Cost":656,"Date":"8/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":801,"Cost":404,"Date":"9/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":732,"Cost":447,"Date":"10/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":992,"Cost":905,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":956,"Cost":852,"Date":"11/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":349,"Cost":274,"Date":"12/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":84,"Cost":65,"Date":"12/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":156,"Cost":112,"Date":"1/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":37,"Cost":33,"Date":"1/23/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":863,"Cost":806,"Date":"2/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":371,"Cost":224,"Date":"3/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":466,"Cost":390,"Date":"3/12/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":630,"Cost":399,"Date":"3/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":433,"Cost":294,"Date":"6/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":305,"Cost":197,"Date":"6/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":191,"Cost":148,"Date":"8/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":314,"Cost":196,"Date":"10/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":557,"Cost":299,"Date":"11/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":1000,"Cost":539,"Date":"11/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":882,"Cost":633,"Date":"3/27/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":870,"Cost":750,"Date":"4/17/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":608,"Cost":510,"Date":"8/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":331,"Cost":231,"Date":"8/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":155,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":858,"Cost":648,"Date":"9/5/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":868,"Cost":778,"Date":"9/14/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":604,"Cost":400,"Date":"9/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":320,"Cost":272,"Date":"11/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":206,"Cost":185,"Date":"12/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":567,"Cost":415,"Date":"1/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":568,"Cost":394,"Date":"1/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":251,"Cost":207,"Date":"2/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":285,"Cost":202,"Date":"3/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":209,"Cost":140,"Date":"4/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":10,"Cost":7,"Date":"4/5/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":617,"Cost":314,"Date":"4/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":424,"Cost":304,"Date":"7/10/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":836,"Cost":628,"Date":"3/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":208,"Cost":176,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":691,"Cost":363,"Date":"10/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":766,"Cost":585,"Date":"3/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":640,"Cost":590,"Date":"6/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":698,"Cost":550,"Date":"7/17/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":560,"Cost":402,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":701,"Cost":517,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":608,"Cost":337,"Date":"11/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":989,"Cost":801,"Date":"12/16/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":788,"Cost":745,"Date":"12/30/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":846,"Cost":691,"Date":"2/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":595,"Cost":335,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":94,"Cost":67,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":4,"Cost":2,"Date":"4/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":627,"Cost":388,"Date":"7/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":354,"Cost":318,"Date":"8/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":135,"Cost":125,"Date":"10/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":372,"Cost":297,"Date":"11/11/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":5,"Cost":2,"Date":"11/30/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":554,"Cost":434,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":743,"Cost":500,"Date":"3/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":193,"Cost":151,"Date":"4/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":658,"Cost":386,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":493,"Cost":248,"Date":"8/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":584,"Cost":357,"Date":"9/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":753,"Cost":433,"Date":"10/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":18,"Cost":14,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":916,"Cost":579,"Date":"11/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":475,"Cost":337,"Date":"12/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":732,"Cost":598,"Date":"12/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":288,"Cost":259,"Date":"1/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":556,"Cost":515,"Date":"1/23/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":383,"Cost":246,"Date":"2/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":35,"Cost":19,"Date":"3/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":162,"Cost":127,"Date":"3/12/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":272,"Cost":180,"Date":"3/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":777,"Cost":522,"Date":"6/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":536,"Cost":438,"Date":"6/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":270,"Cost":165,"Date":"8/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":436,"Cost":359,"Date":"10/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":25,"Cost":19,"Date":"11/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":522,"Cost":438,"Date":"11/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":426,"Cost":236,"Date":"3/27/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":283,"Date":"4/17/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":532,"Cost":374,"Date":"8/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":591,"Cost":487,"Date":"8/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":816,"Cost":411,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":834,"Cost":622,"Date":"9/5/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":231,"Cost":135,"Date":"9/14/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":343,"Cost":217,"Date":"9/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":513,"Cost":366,"Date":"11/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":859,"Cost":597,"Date":"12/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":793,"Cost":742,"Date":"1/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":68,"Cost":64,"Date":"1/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":550,"Date":"2/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":588,"Date":"3/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":576,"Cost":392,"Date":"4/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":667,"Cost":570,"Date":"4/5/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":821,"Date":"4/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":181,"Cost":144,"Date":"7/10/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":113,"Cost":82,"Date":"3/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":653,"Cost":484,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":317,"Cost":249,"Date":"10/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":839,"Cost":462,"Date":"3/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":877,"Cost":778,"Date":"6/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":165,"Cost":147,"Date":"7/17/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":912,"Cost":750,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":283,"Cost":201,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":504,"Date":"11/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":885,"Cost":592,"Date":"12/16/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":460,"Cost":382,"Date":"12/30/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":850,"Cost":736,"Date":"2/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":584,"Cost":450,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":415,"Cost":278,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":852,"Cost":757,"Date":"4/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":986,"Cost":797,"Date":"7/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":134,"Cost":125,"Date":"8/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":31,"Cost":29,"Date":"10/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":325,"Cost":172,"Date":"11/11/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":369,"Cost":294,"Date":"11/30/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":136,"Cost":112,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":8,"Cost":6,"Date":"3/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":159,"Cost":98,"Date":"4/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":143,"Cost":87,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":897,"Cost":629,"Date":"8/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":665,"Cost":362,"Date":"9/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":879,"Cost":789,"Date":"10/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":594,"Cost":355,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":601,"Cost":358,"Date":"11/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":954,"Cost":483,"Date":"12/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":206,"Date":"12/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":268,"Date":"1/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":484,"Cost":381,"Date":"1/23/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":124,"Cost":64,"Date":"2/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":4,"Cost":3,"Date":"3/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":672,"Cost":430,"Date":"3/12/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":154,"Cost":85,"Date":"3/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":540,"Cost":292,"Date":"6/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":956,"Cost":884,"Date":"6/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":854,"Cost":794,"Date":"8/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":978,"Cost":490,"Date":"10/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":30,"Cost":27,"Date":"11/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":823,"Cost":489,"Date":"11/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":719,"Cost":462,"Date":"3/27/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":673,"Cost":390,"Date":"4/17/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":494,"Date":"8/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":547,"Cost":274,"Date":"8/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":289,"Cost":161,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":480,"Cost":246,"Date":"9/5/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":622,"Cost":402,"Date":"9/14/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":434,"Cost":351,"Date":"9/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":217,"Cost":120,"Date":"11/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":629,"Cost":444,"Date":"12/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":192,"Cost":158,"Date":"1/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":715,"Cost":458,"Date":"1/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":543,"Cost":468,"Date":"2/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":837,"Cost":584,"Date":"3/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":148,"Date":"4/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":224,"Cost":184,"Date":"4/5/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":124,"Cost":80,"Date":"4/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":638,"Cost":484,"Date":"7/10/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":44,"Cost":24,"Date":"3/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":357,"Cost":302,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":235,"Cost":132,"Date":"10/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":764,"Cost":521,"Date":"3/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":177,"Cost":155,"Date":"6/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":929,"Cost":531,"Date":"7/17/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":597,"Cost":510,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":34,"Cost":17,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":381,"Cost":290,"Date":"11/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":194,"Cost":139,"Date":"12/16/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":575,"Cost":367,"Date":"12/30/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":869,"Cost":588,"Date":"2/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":76,"Cost":68,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":422,"Cost":384,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":845,"Cost":612,"Date":"4/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":385,"Cost":336,"Date":"7/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":777,"Cost":587,"Date":"8/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":4,"Cost":2,"Date":"10/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":327,"Cost":281,"Date":"11/11/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":360,"Cost":272,"Date":"11/30/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":282,"Cost":214,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":664,"Cost":425,"Date":"3/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":45,"Cost":28,"Date":"4/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":742,"Cost":436,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":126,"Cost":64,"Date":"8/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":768,"Cost":728,"Date":"9/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":58,"Cost":39,"Date":"10/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":703,"Cost":400,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":489,"Cost":425,"Date":"11/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":65,"Cost":39,"Date":"12/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":178,"Cost":138,"Date":"12/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":590,"Cost":299,"Date":"1/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":437,"Cost":307,"Date":"1/23/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":312,"Cost":201,"Date":"2/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":221,"Cost":111,"Date":"3/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":219,"Cost":128,"Date":"3/12/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":584,"Cost":316,"Date":"3/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":397,"Cost":339,"Date":"6/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":165,"Cost":115,"Date":"6/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":513,"Cost":356,"Date":"8/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":52,"Cost":36,"Date":"10/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":507,"Cost":467,"Date":"11/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":760,"Cost":684,"Date":"11/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":382,"Cost":285,"Date":"3/27/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":624,"Cost":396,"Date":"4/17/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":137,"Date":"8/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":272,"Cost":170,"Date":"8/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":485,"Cost":256,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":256,"Date":"9/5/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":719,"Cost":463,"Date":"9/14/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":403,"Cost":336,"Date":"9/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":387,"Cost":328,"Date":"11/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":326,"Cost":255,"Date":"12/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":848,"Cost":597,"Date":"1/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":654,"Cost":575,"Date":"1/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":671,"Cost":413,"Date":"2/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":250,"Cost":143,"Date":"3/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":587,"Cost":487,"Date":"4/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":962,"Cost":714,"Date":"4/5/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":656,"Cost":559,"Date":"4/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":948,"Cost":595,"Date":"7/10/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":671,"Cost":526,"Date":"3/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":261,"Cost":237,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":840,"Cost":594,"Date":"10/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":263,"Cost":201,"Date":"3/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":457,"Cost":337,"Date":"6/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":553,"Cost":394,"Date":"7/17/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":59,"Cost":34,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":506,"Cost":362,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":590,"Cost":529,"Date":"11/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":782,"Cost":616,"Date":"12/16/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":807,"Cost":645,"Date":"12/30/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":538,"Cost":417,"Date":"2/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":471,"Cost":367,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":841,"Cost":518,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":352,"Date":"4/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":576,"Cost":380,"Date":"7/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":594,"Cost":307,"Date":"8/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":991,"Cost":909,"Date":"10/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":408,"Cost":342,"Date":"11/11/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":737,"Cost":373,"Date":"11/30/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":328,"Cost":242,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":359,"Cost":309,"Date":"3/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":694,"Cost":589,"Date":"4/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":13,"Cost":11,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":728,"Cost":640,"Date":"8/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":801,"Cost":473,"Date":"9/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":29,"Cost":21,"Date":"10/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":486,"Cost":415,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":578,"Cost":336,"Date":"11/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":225,"Cost":171,"Date":"12/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":81,"Cost":51,"Date":"12/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":868,"Cost":524,"Date":"1/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":786,"Cost":616,"Date":"1/23/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":136,"Cost":124,"Date":"2/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":556,"Date":"3/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":824,"Cost":694,"Date":"3/12/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":752,"Cost":665,"Date":"3/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":641,"Cost":485,"Date":"6/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":866,"Cost":555,"Date":"6/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":364,"Date":"8/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":456,"Cost":282,"Date":"10/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":13,"Cost":12,"Date":"11/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":700,"Cost":578,"Date":"11/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":764,"Cost":691,"Date":"3/27/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":741,"Cost":576,"Date":"4/17/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":846,"Cost":644,"Date":"8/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":112,"Cost":59,"Date":"8/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":142,"Cost":116,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":214,"Cost":167,"Date":"9/5/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":350,"Cost":300,"Date":"9/14/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":228,"Cost":183,"Date":"9/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":564,"Cost":432,"Date":"11/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":460,"Cost":279,"Date":"12/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":118,"Cost":79,"Date":"1/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":902,"Cost":553,"Date":"1/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":681,"Cost":482,"Date":"2/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":478,"Cost":320,"Date":"3/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":664,"Cost":601,"Date":"4/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":549,"Cost":361,"Date":"4/5/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":147,"Cost":80,"Date":"4/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":69,"Date":"7/10/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":590,"Cost":397,"Date":"3/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":109,"Cost":82,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":642,"Cost":502,"Date":"10/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":239,"Cost":208,"Date":"3/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":824,"Cost":571,"Date":"6/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":97,"Date":"7/17/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":446,"Cost":285,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":530,"Cost":364,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":662,"Cost":461,"Date":"11/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":763,"Cost":535,"Date":"12/16/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":123,"Cost":86,"Date":"12/30/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":414,"Cost":353,"Date":"2/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":68,"Cost":58,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":71,"Cost":65,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":262,"Cost":133,"Date":"4/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":44,"Cost":25,"Date":"7/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":597,"Cost":411,"Date":"8/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":350,"Cost":229,"Date":"10/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":988,"Cost":614,"Date":"11/11/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":264,"Cost":141,"Date":"11/30/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":17,"Cost":16,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":940,"Cost":646,"Date":"3/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":743,"Cost":690,"Date":"4/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":487,"Cost":362,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":69,"Cost":60,"Date":"8/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":890,"Cost":532,"Date":"9/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":759,"Cost":467,"Date":"10/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":188,"Cost":175,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":171,"Cost":119,"Date":"11/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":373,"Cost":277,"Date":"12/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":691,"Cost":559,"Date":"12/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":9,"Cost":7,"Date":"1/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":200,"Date":"1/23/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":941,"Cost":784,"Date":"2/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":981,"Cost":673,"Date":"3/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":769,"Cost":531,"Date":"3/12/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":708,"Cost":408,"Date":"3/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":484,"Cost":316,"Date":"6/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":133,"Cost":103,"Date":"6/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":410,"Cost":217,"Date":"8/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":500,"Cost":332,"Date":"10/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":156,"Cost":131,"Date":"11/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":466,"Cost":377,"Date":"11/9/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":681,"Cost":489,"Date":"3/27/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":455,"Cost":314,"Date":"4/17/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":865,"Cost":529,"Date":"8/11/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":768,"Cost":657,"Date":"8/21/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":205,"Cost":177,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":282,"Cost":193,"Date":"9/5/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":557,"Cost":406,"Date":"9/14/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":678,"Cost":537,"Date":"9/20/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":489,"Date":"11/20/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":276,"Cost":167,"Date":"12/21/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":445,"Cost":408,"Date":"1/7/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":699,"Cost":490,"Date":"1/21/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":73,"Cost":46,"Date":"2/9/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":320,"Date":"3/19/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":725,"Cost":413,"Date":"4/3/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":877,"Cost":706,"Date":"4/5/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":122,"Cost":101,"Date":"4/28/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":875,"Cost":634,"Date":"7/10/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":715,"Cost":588,"Date":"3/25/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":85,"Cost":65,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":48,"Date":"10/28/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":340,"Cost":233,"Date":"3/2/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":934,"Cost":608,"Date":"6/28/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":335,"Cost":299,"Date":"7/17/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":416,"Cost":214,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":677,"Cost":531,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":328,"Cost":189,"Date":"11/20/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":115,"Cost":85,"Date":"12/16/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":78,"Cost":53,"Date":"12/30/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":388,"Cost":326,"Date":"2/15/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":788,"Cost":561,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":653,"Cost":394,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":803,"Cost":527,"Date":"4/18/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":793,"Cost":731,"Date":"7/27/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":251,"Cost":196,"Date":"8/18/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":627,"Cost":391,"Date":"10/31/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":861,"Cost":626,"Date":"11/11/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":839,"Cost":741,"Date":"11/30/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":916,"Cost":759,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":401,"Cost":278,"Date":"3/1/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":268,"Cost":182,"Date":"4/13/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":699,"Cost":555,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":35,"Cost":20,"Date":"8/13/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":263,"Cost":200,"Date":"9/15/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":451,"Cost":306,"Date":"10/14/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":858,"Cost":598,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":352,"Cost":204,"Date":"11/11/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":656,"Date":"12/7/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":619,"Cost":468,"Date":"12/21/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":34,"Date":"1/6/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":580,"Cost":323,"Date":"1/23/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":644,"Cost":378,"Date":"2/4/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":691,"Cost":629,"Date":"3/10/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":108,"Cost":63,"Date":"3/12/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":377,"Cost":204,"Date":"3/31/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":121,"Cost":99,"Date":"6/16/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":684,"Cost":585,"Date":"6/17/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":82,"Cost":53,"Date":"8/27/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":114,"Cost":100,"Date":"10/1/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":811,"Cost":436,"Date":"11/4/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":468,"Cost":241,"Date":"11/9/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":647,"Cost":578,"Date":"3/27/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":860,"Cost":600,"Date":"4/17/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":772,"Cost":704,"Date":"8/11/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":70,"Cost":66,"Date":"8/21/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":456,"Cost":245,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":121,"Cost":113,"Date":"9/5/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":151,"Cost":93,"Date":"9/14/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":149,"Cost":103,"Date":"9/20/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":359,"Cost":288,"Date":"11/20/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":724,"Cost":551,"Date":"12/21/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":575,"Cost":337,"Date":"1/7/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":962,"Cost":508,"Date":"1/21/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":961,"Cost":496,"Date":"2/9/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":354,"Cost":225,"Date":"3/19/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":825,"Cost":586,"Date":"4/3/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":453,"Cost":350,"Date":"4/5/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":550,"Cost":326,"Date":"4/28/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":947,"Cost":581,"Date":"7/10/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":650,"Cost":451,"Date":"3/25/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":682,"Cost":492,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":9,"Cost":8,"Date":"10/28/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":100,"Cost":93,"Date":"3/2/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":110,"Cost":80,"Date":"6/28/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":23,"Cost":21,"Date":"7/17/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":131,"Cost":77,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":219,"Cost":137,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":504,"Cost":418,"Date":"11/20/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":817,"Cost":599,"Date":"12/16/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":475,"Cost":324,"Date":"12/30/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":112,"Cost":89,"Date":"2/15/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":912,"Cost":581,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":369,"Cost":260,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":269,"Cost":243,"Date":"4/18/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":774,"Cost":432,"Date":"7/27/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":990,"Cost":818,"Date":"8/18/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":158,"Cost":104,"Date":"10/31/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":507,"Cost":314,"Date":"11/11/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":819,"Cost":486,"Date":"11/30/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":433,"Cost":395,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":30,"Cost":22,"Date":"3/1/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":587,"Cost":459,"Date":"4/13/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":24,"Cost":17,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":419,"Cost":361,"Date":"8/13/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":722,"Cost":408,"Date":"9/15/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":905,"Cost":529,"Date":"10/14/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":727,"Cost":662,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":67,"Cost":47,"Date":"11/11/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":294,"Cost":149,"Date":"12/7/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":473,"Cost":280,"Date":"12/21/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":726,"Cost":613,"Date":"1/6/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":652,"Cost":373,"Date":"1/23/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":921,"Cost":860,"Date":"2/4/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":147,"Cost":74,"Date":"3/10/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":768,"Cost":717,"Date":"3/12/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":8,"Cost":8,"Date":"3/31/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":756,"Cost":422,"Date":"6/16/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":436,"Cost":335,"Date":"6/17/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":434,"Cost":322,"Date":"8/27/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":895,"Cost":456,"Date":"10/1/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":994,"Cost":779,"Date":"11/4/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":191,"Cost":165,"Date":"11/9/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":555,"Cost":289,"Date":"3/27/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":451,"Cost":286,"Date":"4/17/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":252,"Cost":183,"Date":"8/11/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":952,"Cost":562,"Date":"8/21/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":987,"Cost":890,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":667,"Date":"9/5/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":384,"Cost":209,"Date":"9/14/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":208,"Date":"9/20/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":706,"Cost":497,"Date":"11/20/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":636,"Cost":577,"Date":"12/21/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":499,"Cost":416,"Date":"1/7/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":407,"Cost":352,"Date":"1/21/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":837,"Cost":573,"Date":"2/9/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":319,"Cost":271,"Date":"3/19/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":337,"Cost":204,"Date":"4/3/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":347,"Cost":253,"Date":"4/5/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":408,"Cost":348,"Date":"4/28/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":628,"Cost":335,"Date":"7/10/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":188,"Cost":142,"Date":"3/25/2020"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":942,"Cost":547,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":205,"Cost":103,"Date":"10/28/2020"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":540,"Cost":396,"Date":"3/2/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":704,"Cost":486,"Date":"6/28/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":945,"Cost":654,"Date":"7/17/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":354,"Cost":320,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":578,"Cost":509,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":250,"Cost":192,"Date":"11/20/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":340,"Cost":289,"Date":"12/16/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":122,"Cost":74,"Date":"12/30/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":922,"Cost":773,"Date":"2/15/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":89,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":583,"Cost":398,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":773,"Cost":412,"Date":"4/18/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":205,"Cost":161,"Date":"7/27/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":984,"Cost":664,"Date":"8/18/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":931,"Cost":539,"Date":"10/31/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":165,"Cost":105,"Date":"11/11/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":458,"Date":"11/30/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":211,"Cost":160,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":59,"Cost":35,"Date":"3/1/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":878,"Cost":500,"Date":"4/13/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":102,"Cost":65,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":527,"Cost":484,"Date":"8/13/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":780,"Cost":712,"Date":"9/15/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":390,"Cost":214,"Date":"10/14/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":969,"Cost":543,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":55,"Cost":37,"Date":"11/11/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":23,"Cost":12,"Date":"12/7/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":76,"Cost":65,"Date":"12/21/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":696,"Cost":471,"Date":"1/6/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":577,"Cost":394,"Date":"1/23/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":446,"Cost":313,"Date":"2/4/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":605,"Cost":527,"Date":"3/10/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":151,"Cost":99,"Date":"3/12/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":867,"Cost":712,"Date":"3/31/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":681,"Cost":437,"Date":"6/16/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":64,"Cost":60,"Date":"6/17/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":833,"Cost":732,"Date":"8/27/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":970,"Cost":643,"Date":"10/1/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":343,"Cost":226,"Date":"11/4/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":65,"Cost":56,"Date":"11/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":378,"Cost":239,"Date":"3/27/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":456,"Cost":289,"Date":"4/17/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":684,"Cost":437,"Date":"8/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":937,"Cost":864,"Date":"8/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":560,"Cost":467,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":616,"Cost":419,"Date":"9/5/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":717,"Cost":465,"Date":"9/14/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":958,"Cost":707,"Date":"9/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":185,"Cost":129,"Date":"11/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":871,"Cost":574,"Date":"12/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":279,"Cost":178,"Date":"1/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":406,"Cost":289,"Date":"1/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":689,"Cost":627,"Date":"2/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":574,"Cost":488,"Date":"3/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":481,"Cost":341,"Date":"4/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":196,"Cost":166,"Date":"4/5/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":706,"Cost":561,"Date":"4/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":146,"Cost":101,"Date":"7/10/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":646,"Cost":500,"Date":"3/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":619,"Cost":315,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":621,"Cost":362,"Date":"10/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":997,"Cost":694,"Date":"3/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":698,"Cost":550,"Date":"6/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":55,"Cost":47,"Date":"7/17/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":855,"Cost":633,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":458,"Cost":418,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":847,"Cost":670,"Date":"11/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":154,"Cost":96,"Date":"12/16/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":74,"Cost":51,"Date":"12/30/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":611,"Cost":449,"Date":"2/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":512,"Cost":314,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":591,"Cost":550,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":341,"Cost":214,"Date":"4/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":309,"Cost":277,"Date":"7/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":831,"Cost":461,"Date":"8/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":498,"Cost":395,"Date":"10/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":350,"Cost":184,"Date":"11/11/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":257,"Cost":132,"Date":"11/30/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":52,"Cost":34,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":965,"Cost":686,"Date":"3/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":335,"Cost":226,"Date":"4/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":627,"Cost":325,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":836,"Cost":524,"Date":"8/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":791,"Cost":508,"Date":"9/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":641,"Cost":401,"Date":"10/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":639,"Cost":586,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":928,"Cost":786,"Date":"11/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":517,"Cost":435,"Date":"12/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":549,"Cost":279,"Date":"12/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":47,"Cost":36,"Date":"1/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":94,"Cost":75,"Date":"1/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":85,"Cost":70,"Date":"2/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":75,"Cost":51,"Date":"3/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":251,"Cost":155,"Date":"3/12/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":205,"Cost":171,"Date":"3/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":608,"Cost":492,"Date":"6/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":81,"Cost":73,"Date":"6/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":361,"Cost":284,"Date":"8/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":239,"Cost":200,"Date":"10/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":179,"Cost":109,"Date":"11/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":187,"Cost":147,"Date":"11/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":210,"Cost":110,"Date":"3/27/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":103,"Cost":73,"Date":"4/17/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":183,"Cost":113,"Date":"8/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":861,"Cost":532,"Date":"8/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":580,"Cost":405,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":97,"Cost":74,"Date":"9/5/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":719,"Cost":660,"Date":"9/14/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":734,"Cost":394,"Date":"9/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":360,"Cost":273,"Date":"11/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":308,"Cost":224,"Date":"12/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":629,"Date":"1/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":782,"Cost":440,"Date":"1/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":3,"Cost":3,"Date":"2/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":831,"Cost":575,"Date":"3/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":347,"Cost":179,"Date":"4/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":87,"Cost":60,"Date":"4/5/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":319,"Cost":243,"Date":"4/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":959,"Cost":551,"Date":"7/10/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":452,"Cost":378,"Date":"3/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":641,"Cost":404,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":412,"Cost":221,"Date":"10/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":804,"Cost":694,"Date":"3/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":109,"Cost":99,"Date":"6/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":922,"Cost":668,"Date":"7/17/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":366,"Cost":221,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":866,"Cost":669,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":80,"Cost":44,"Date":"11/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":594,"Cost":356,"Date":"12/16/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":29,"Cost":14,"Date":"12/30/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":941,"Cost":568,"Date":"2/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":560,"Cost":486,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":908,"Cost":593,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":243,"Date":"4/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":500,"Cost":407,"Date":"7/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":688,"Cost":582,"Date":"8/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":888,"Cost":720,"Date":"10/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":958,"Cost":581,"Date":"11/11/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":795,"Cost":417,"Date":"11/30/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":688,"Cost":364,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":71,"Cost":37,"Date":"3/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":523,"Cost":442,"Date":"4/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":608,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":349,"Date":"8/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":108,"Cost":84,"Date":"9/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":724,"Cost":445,"Date":"10/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":499,"Cost":328,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":86,"Cost":67,"Date":"11/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":980,"Cost":927,"Date":"12/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":339,"Cost":183,"Date":"12/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":275,"Cost":141,"Date":"1/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":877,"Cost":527,"Date":"1/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":750,"Cost":551,"Date":"2/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":700,"Cost":504,"Date":"3/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":985,"Cost":739,"Date":"3/12/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":116,"Cost":80,"Date":"3/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":43,"Date":"6/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":293,"Date":"6/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":117,"Cost":73,"Date":"8/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":196,"Cost":177,"Date":"10/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":213,"Date":"11/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":828,"Cost":780,"Date":"11/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":574,"Cost":517,"Date":"3/27/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":606,"Cost":344,"Date":"4/17/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":943,"Cost":561,"Date":"8/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":186,"Date":"8/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":876,"Cost":624,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":831,"Cost":619,"Date":"9/5/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":832,"Cost":760,"Date":"9/14/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":164,"Cost":89,"Date":"9/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":1,"Cost":1,"Date":"11/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":412,"Cost":388,"Date":"12/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":444,"Cost":403,"Date":"1/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":356,"Cost":242,"Date":"1/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":616,"Cost":542,"Date":"2/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":161,"Cost":96,"Date":"3/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":23,"Cost":16,"Date":"4/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":16,"Cost":9,"Date":"4/5/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":516,"Date":"4/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":770,"Cost":514,"Date":"7/10/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":185,"Cost":173,"Date":"3/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":55,"Cost":45,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":285,"Cost":236,"Date":"10/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":742,"Cost":635,"Date":"3/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":984,"Cost":721,"Date":"6/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":939,"Cost":730,"Date":"7/17/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":627,"Cost":375,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":495,"Cost":301,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":817,"Cost":595,"Date":"11/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":735,"Cost":388,"Date":"12/16/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":236,"Cost":143,"Date":"12/30/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":484,"Cost":300,"Date":"2/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":105,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":108,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":343,"Cost":265,"Date":"4/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":571,"Cost":298,"Date":"7/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":127,"Cost":70,"Date":"8/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":556,"Cost":412,"Date":"10/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":312,"Cost":234,"Date":"11/11/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":475,"Date":"11/30/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":779,"Cost":428,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":201,"Cost":132,"Date":"3/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":792,"Cost":621,"Date":"4/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":266,"Cost":181,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":390,"Cost":218,"Date":"8/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":16,"Cost":10,"Date":"9/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":947,"Cost":590,"Date":"10/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":788,"Cost":422,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":877,"Cost":674,"Date":"11/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":372,"Cost":252,"Date":"12/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":25,"Cost":14,"Date":"12/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":559,"Cost":462,"Date":"1/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":960,"Cost":728,"Date":"1/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":344,"Cost":290,"Date":"2/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":664,"Cost":346,"Date":"3/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":837,"Cost":445,"Date":"3/12/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":831,"Cost":419,"Date":"3/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":665,"Cost":414,"Date":"6/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":922,"Cost":787,"Date":"6/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":406,"Cost":338,"Date":"8/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":183,"Cost":154,"Date":"10/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":332,"Cost":211,"Date":"11/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":830,"Cost":617,"Date":"11/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":18,"Cost":15,"Date":"3/27/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":117,"Cost":102,"Date":"4/17/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":709,"Cost":401,"Date":"8/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":610,"Cost":384,"Date":"8/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":513,"Cost":295,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":932,"Cost":578,"Date":"9/5/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":235,"Cost":154,"Date":"9/14/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":55,"Cost":36,"Date":"9/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":756,"Cost":668,"Date":"11/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":602,"Cost":452,"Date":"12/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":18,"Cost":10,"Date":"1/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":426,"Cost":365,"Date":"1/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":579,"Cost":416,"Date":"2/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":126,"Cost":116,"Date":"3/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":488,"Cost":399,"Date":"4/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":560,"Cost":436,"Date":"4/5/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":549,"Cost":355,"Date":"4/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":152,"Cost":99,"Date":"7/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":276,"Cost":255,"Date":"3/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":767,"Cost":576,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":213,"Cost":134,"Date":"10/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":581,"Cost":422,"Date":"3/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":917,"Cost":818,"Date":"6/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":478,"Cost":312,"Date":"7/17/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":175,"Cost":88,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":31,"Cost":22,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":515,"Cost":268,"Date":"11/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":308,"Cost":242,"Date":"12/16/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":464,"Cost":425,"Date":"12/30/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":894,"Cost":679,"Date":"2/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":433,"Cost":265,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":490,"Cost":412,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":10,"Cost":6,"Date":"4/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":211,"Cost":173,"Date":"7/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":386,"Cost":336,"Date":"8/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":308,"Cost":250,"Date":"10/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":191,"Cost":114,"Date":"11/11/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":418,"Cost":276,"Date":"11/30/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":828,"Cost":733,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":484,"Cost":335,"Date":"3/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":95,"Cost":68,"Date":"4/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":950,"Cost":783,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":919,"Cost":583,"Date":"8/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":512,"Cost":365,"Date":"9/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":214,"Cost":155,"Date":"10/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":969,"Cost":875,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":800,"Cost":510,"Date":"11/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":687,"Cost":349,"Date":"12/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":75,"Cost":56,"Date":"12/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":669,"Cost":564,"Date":"1/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":570,"Cost":420,"Date":"1/23/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":91,"Cost":55,"Date":"2/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":143,"Cost":98,"Date":"3/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":885,"Cost":457,"Date":"3/12/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":878,"Cost":734,"Date":"3/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":858,"Cost":547,"Date":"6/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":421,"Cost":213,"Date":"6/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":612,"Cost":403,"Date":"8/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":230,"Cost":118,"Date":"10/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":932,"Cost":649,"Date":"11/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":314,"Cost":225,"Date":"11/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":549,"Cost":517,"Date":"3/27/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":360,"Cost":192,"Date":"4/17/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":821,"Cost":530,"Date":"8/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":38,"Cost":21,"Date":"8/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":318,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":189,"Cost":102,"Date":"9/5/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":652,"Cost":375,"Date":"9/14/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":524,"Cost":415,"Date":"9/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":419,"Cost":226,"Date":"11/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":659,"Cost":515,"Date":"12/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":234,"Cost":170,"Date":"1/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":664,"Cost":464,"Date":"1/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":924,"Cost":662,"Date":"2/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":434,"Cost":230,"Date":"3/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":888,"Cost":747,"Date":"4/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":611,"Cost":378,"Date":"4/5/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":646,"Cost":437,"Date":"4/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":533,"Date":"7/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":536,"Cost":425,"Date":"3/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":478,"Cost":280,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":335,"Cost":220,"Date":"10/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":346,"Cost":292,"Date":"3/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":296,"Cost":249,"Date":"6/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":517,"Cost":400,"Date":"7/17/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":375,"Cost":282,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":852,"Cost":727,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":183,"Cost":149,"Date":"11/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":569,"Cost":483,"Date":"12/16/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":627,"Cost":444,"Date":"12/30/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":481,"Cost":328,"Date":"2/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":703,"Cost":656,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":973,"Cost":516,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":574,"Cost":509,"Date":"4/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":860,"Cost":655,"Date":"7/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":531,"Cost":402,"Date":"8/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":173,"Cost":92,"Date":"10/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":364,"Cost":182,"Date":"11/11/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":885,"Cost":756,"Date":"11/30/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":867,"Cost":589,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":207,"Cost":175,"Date":"3/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":925,"Cost":716,"Date":"4/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":226,"Cost":145,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":556,"Cost":433,"Date":"8/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":151,"Cost":134,"Date":"9/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":59,"Cost":42,"Date":"10/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":486,"Cost":442,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":731,"Cost":653,"Date":"11/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":248,"Cost":214,"Date":"12/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":416,"Cost":375,"Date":"12/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":184,"Cost":93,"Date":"1/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":359,"Cost":225,"Date":"1/23/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":803,"Cost":689,"Date":"2/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":958,"Cost":859,"Date":"3/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":597,"Cost":401,"Date":"3/12/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":865,"Cost":703,"Date":"3/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":260,"Cost":185,"Date":"6/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":886,"Cost":637,"Date":"6/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":115,"Date":"8/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":405,"Cost":359,"Date":"10/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":850,"Cost":623,"Date":"11/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":384,"Cost":311,"Date":"11/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":567,"Cost":450,"Date":"3/27/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":925,"Cost":806,"Date":"4/17/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":392,"Cost":298,"Date":"8/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":792,"Cost":422,"Date":"8/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":507,"Cost":375,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":258,"Cost":203,"Date":"9/5/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":513,"Cost":389,"Date":"9/14/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":152,"Cost":100,"Date":"9/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":484,"Cost":395,"Date":"11/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":379,"Cost":191,"Date":"12/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":618,"Cost":472,"Date":"1/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":62,"Cost":31,"Date":"1/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":877,"Cost":748,"Date":"2/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":193,"Cost":158,"Date":"3/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":880,"Cost":795,"Date":"4/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":506,"Cost":463,"Date":"4/5/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":221,"Date":"4/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":524,"Cost":363,"Date":"7/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":242,"Cost":186,"Date":"3/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":94,"Cost":89,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":957,"Cost":633,"Date":"10/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":248,"Cost":213,"Date":"3/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":291,"Cost":153,"Date":"6/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":773,"Cost":462,"Date":"7/17/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":923,"Cost":473,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":968,"Cost":710,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":518,"Cost":456,"Date":"11/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":491,"Cost":263,"Date":"12/16/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":955,"Cost":710,"Date":"12/30/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":1,"Cost":1,"Date":"2/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":414,"Cost":222,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":20,"Cost":15,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":162,"Cost":151,"Date":"4/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":628,"Cost":364,"Date":"7/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":824,"Cost":549,"Date":"8/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":828,"Cost":696,"Date":"10/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":996,"Cost":945,"Date":"11/11/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":636,"Cost":486,"Date":"11/30/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":213,"Cost":144,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":513,"Cost":397,"Date":"3/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":72,"Cost":37,"Date":"4/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":329,"Cost":298,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":297,"Cost":250,"Date":"8/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":500,"Cost":435,"Date":"9/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":497,"Date":"10/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":442,"Cost":302,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":632,"Cost":554,"Date":"11/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":652,"Cost":536,"Date":"12/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":933,"Cost":661,"Date":"12/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":679,"Cost":569,"Date":"1/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":79,"Cost":57,"Date":"1/23/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":284,"Cost":151,"Date":"2/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":237,"Cost":172,"Date":"3/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":448,"Cost":384,"Date":"3/12/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":78,"Cost":50,"Date":"3/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":975,"Cost":570,"Date":"6/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":157,"Cost":126,"Date":"6/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":152,"Cost":79,"Date":"8/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":381,"Cost":206,"Date":"10/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":673,"Cost":427,"Date":"11/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":436,"Cost":268,"Date":"11/9/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":696,"Cost":490,"Date":"3/27/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":524,"Cost":271,"Date":"4/17/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":672,"Cost":558,"Date":"8/11/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":774,"Cost":593,"Date":"8/21/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":286,"Cost":239,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":928,"Cost":841,"Date":"9/5/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":504,"Cost":444,"Date":"9/14/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":420,"Cost":385,"Date":"9/20/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":426,"Cost":285,"Date":"11/20/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":124,"Cost":118,"Date":"12/21/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":992,"Cost":694,"Date":"1/7/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":194,"Date":"1/21/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":366,"Cost":230,"Date":"2/9/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":999,"Cost":574,"Date":"3/19/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":586,"Cost":395,"Date":"4/3/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":988,"Cost":639,"Date":"4/5/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":438,"Cost":396,"Date":"4/28/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":494,"Cost":395,"Date":"7/10/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":311,"Cost":229,"Date":"3/25/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":725,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":626,"Cost":573,"Date":"10/28/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":450,"Cost":406,"Date":"3/2/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":946,"Cost":757,"Date":"6/28/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":626,"Cost":534,"Date":"7/17/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":403,"Cost":213,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":574,"Cost":478,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":471,"Cost":391,"Date":"11/20/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":479,"Cost":379,"Date":"12/16/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":462,"Cost":322,"Date":"12/30/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":194,"Cost":105,"Date":"2/15/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":810,"Cost":741,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":302,"Cost":231,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":515,"Cost":454,"Date":"4/18/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":307,"Cost":244,"Date":"7/27/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":919,"Cost":652,"Date":"8/18/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":787,"Cost":619,"Date":"10/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":945,"Cost":811,"Date":"11/11/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":293,"Cost":269,"Date":"11/30/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":228,"Cost":168,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":468,"Cost":255,"Date":"3/1/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":593,"Cost":326,"Date":"4/13/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":408,"Cost":328,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":381,"Cost":244,"Date":"8/13/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":553,"Cost":311,"Date":"9/15/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":453,"Cost":265,"Date":"10/14/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":340,"Cost":261,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":459,"Cost":428,"Date":"11/11/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":540,"Cost":512,"Date":"12/7/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":665,"Cost":412,"Date":"12/21/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":418,"Cost":360,"Date":"1/6/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":649,"Date":"1/23/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":488,"Cost":463,"Date":"2/4/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":313,"Cost":172,"Date":"3/10/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":750,"Cost":397,"Date":"3/12/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":507,"Cost":348,"Date":"3/31/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":855,"Cost":705,"Date":"6/16/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":929,"Cost":833,"Date":"6/17/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":433,"Cost":259,"Date":"8/27/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":430,"Cost":335,"Date":"10/1/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":327,"Cost":230,"Date":"11/4/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":304,"Cost":162,"Date":"11/9/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":608,"Cost":342,"Date":"3/27/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":266,"Cost":210,"Date":"4/17/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":207,"Cost":193,"Date":"8/11/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":745,"Cost":413,"Date":"8/21/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":539,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":438,"Cost":416,"Date":"9/5/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":194,"Cost":173,"Date":"9/14/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":571,"Cost":460,"Date":"9/20/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":692,"Cost":540,"Date":"11/20/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":653,"Cost":419,"Date":"12/21/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":486,"Date":"1/7/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":384,"Cost":359,"Date":"1/21/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":818,"Cost":410,"Date":"2/9/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":33,"Cost":32,"Date":"3/19/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":820,"Cost":436,"Date":"4/3/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":41,"Cost":36,"Date":"4/5/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":442,"Cost":235,"Date":"4/28/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":68,"Cost":53,"Date":"7/10/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":607,"Cost":318,"Date":"3/25/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":608,"Cost":481,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":360,"Cost":243,"Date":"10/28/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":434,"Cost":411,"Date":"3/2/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":70,"Cost":66,"Date":"6/28/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":168,"Cost":129,"Date":"7/17/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":751,"Cost":642,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":571,"Cost":509,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":668,"Cost":336,"Date":"11/20/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":353,"Cost":269,"Date":"12/16/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":452,"Cost":240,"Date":"12/30/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":233,"Date":"2/15/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":148,"Cost":98,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":381,"Cost":208,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":447,"Cost":335,"Date":"4/18/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":737,"Cost":571,"Date":"7/27/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":101,"Date":"8/18/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":445,"Cost":371,"Date":"10/31/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":178,"Cost":108,"Date":"11/11/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":347,"Cost":297,"Date":"11/30/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":809,"Cost":410,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":911,"Cost":470,"Date":"3/1/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":272,"Cost":212,"Date":"4/13/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":732,"Cost":491,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":524,"Cost":493,"Date":"8/13/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":333,"Cost":287,"Date":"9/15/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":286,"Cost":207,"Date":"10/14/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":393,"Cost":208,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":867,"Cost":483,"Date":"11/11/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":287,"Cost":222,"Date":"12/7/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":103,"Cost":79,"Date":"12/21/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":243,"Cost":218,"Date":"1/6/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":141,"Cost":84,"Date":"1/23/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":315,"Cost":266,"Date":"2/4/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":871,"Cost":535,"Date":"3/10/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":755,"Cost":402,"Date":"3/12/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":775,"Cost":618,"Date":"3/31/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":863,"Cost":764,"Date":"6/16/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":342,"Date":"6/17/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":349,"Cost":303,"Date":"8/27/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":687,"Cost":587,"Date":"10/1/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":100,"Cost":63,"Date":"11/4/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":90,"Cost":59,"Date":"11/9/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":875,"Cost":803,"Date":"3/27/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":281,"Date":"4/17/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":112,"Cost":86,"Date":"8/11/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":751,"Cost":653,"Date":"8/21/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":737,"Cost":680,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":774,"Cost":489,"Date":"9/5/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":531,"Cost":290,"Date":"9/14/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":543,"Cost":400,"Date":"9/20/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":739,"Cost":496,"Date":"11/20/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":708,"Cost":501,"Date":"12/21/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":135,"Cost":68,"Date":"1/7/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":706,"Cost":428,"Date":"1/21/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":826,"Cost":585,"Date":"2/9/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":198,"Cost":165,"Date":"3/19/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":504,"Cost":322,"Date":"4/3/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":348,"Cost":317,"Date":"4/5/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":376,"Cost":281,"Date":"4/28/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":843,"Cost":429,"Date":"7/10/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":132,"Cost":96,"Date":"3/25/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":348,"Cost":260,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":579,"Cost":316,"Date":"10/28/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":726,"Cost":473,"Date":"3/2/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":870,"Cost":553,"Date":"6/28/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":390,"Cost":368,"Date":"7/17/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":625,"Cost":412,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":544,"Cost":437,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":6,"Cost":4,"Date":"11/20/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":74,"Cost":49,"Date":"12/16/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":537,"Date":"12/30/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":553,"Cost":417,"Date":"2/15/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":470,"Cost":255,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":144,"Cost":106,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":157,"Cost":144,"Date":"4/18/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":357,"Cost":288,"Date":"7/27/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":176,"Cost":123,"Date":"8/18/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":438,"Cost":370,"Date":"10/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":868,"Cost":549,"Date":"11/11/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":419,"Cost":290,"Date":"11/30/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":826,"Cost":470,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":889,"Cost":665,"Date":"3/1/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":480,"Cost":418,"Date":"4/13/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":443,"Cost":339,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":250,"Cost":147,"Date":"8/13/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":245,"Cost":182,"Date":"9/15/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":286,"Cost":169,"Date":"10/14/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":878,"Cost":821,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":282,"Cost":190,"Date":"11/11/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":878,"Cost":670,"Date":"12/7/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":917,"Cost":589,"Date":"12/21/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":702,"Cost":549,"Date":"1/6/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":163,"Cost":81,"Date":"1/23/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":432,"Cost":367,"Date":"2/4/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":130,"Cost":85,"Date":"3/10/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":290,"Cost":273,"Date":"3/12/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":681,"Date":"3/31/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":976,"Cost":680,"Date":"6/16/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":760,"Cost":597,"Date":"6/17/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":896,"Cost":719,"Date":"8/27/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":580,"Cost":296,"Date":"10/1/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":728,"Cost":532,"Date":"11/4/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":322,"Cost":230,"Date":"11/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":865,"Cost":561,"Date":"3/27/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":69,"Cost":59,"Date":"4/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":166,"Cost":144,"Date":"8/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":188,"Cost":162,"Date":"8/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":620,"Cost":315,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":368,"Cost":251,"Date":"9/5/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":446,"Cost":281,"Date":"9/14/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":589,"Cost":296,"Date":"9/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":677,"Cost":562,"Date":"11/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":489,"Cost":304,"Date":"12/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":619,"Cost":406,"Date":"1/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":648,"Cost":426,"Date":"1/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":84,"Cost":67,"Date":"2/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":781,"Cost":714,"Date":"3/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":791,"Cost":447,"Date":"4/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":110,"Cost":84,"Date":"4/5/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":314,"Cost":225,"Date":"4/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":334,"Cost":276,"Date":"7/10/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":718,"Cost":502,"Date":"3/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":337,"Cost":188,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":134,"Cost":114,"Date":"10/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":121,"Cost":92,"Date":"3/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":868,"Cost":678,"Date":"6/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":956,"Cost":642,"Date":"7/17/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":158,"Cost":133,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":533,"Cost":349,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":559,"Cost":463,"Date":"11/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":206,"Cost":141,"Date":"12/16/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":59,"Cost":45,"Date":"12/30/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":848,"Cost":618,"Date":"2/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":111,"Cost":59,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":349,"Cost":217,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":557,"Cost":306,"Date":"4/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":853,"Cost":607,"Date":"7/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":140,"Cost":109,"Date":"8/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":35,"Cost":22,"Date":"10/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":209,"Cost":115,"Date":"11/11/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":505,"Cost":456,"Date":"11/30/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":279,"Cost":213,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":222,"Cost":146,"Date":"3/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":434,"Cost":398,"Date":"4/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":434,"Cost":371,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":188,"Cost":151,"Date":"8/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":26,"Cost":24,"Date":"9/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":989,"Cost":767,"Date":"10/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":772,"Cost":524,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":845,"Cost":548,"Date":"11/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":599,"Cost":547,"Date":"12/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":740,"Cost":636,"Date":"12/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":326,"Cost":267,"Date":"1/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":533,"Cost":387,"Date":"1/23/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":414,"Cost":220,"Date":"2/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":221,"Cost":118,"Date":"3/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":11,"Cost":10,"Date":"3/12/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":983,"Cost":861,"Date":"3/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":257,"Cost":209,"Date":"6/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":344,"Cost":261,"Date":"6/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":419,"Cost":338,"Date":"8/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":849,"Cost":535,"Date":"10/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":416,"Cost":265,"Date":"11/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":616,"Cost":333,"Date":"11/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":485,"Cost":460,"Date":"3/27/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":170,"Date":"4/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":384,"Cost":224,"Date":"8/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":448,"Cost":389,"Date":"8/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":869,"Cost":503,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":205,"Cost":124,"Date":"9/5/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":819,"Cost":603,"Date":"9/14/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":895,"Cost":668,"Date":"9/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":752,"Cost":479,"Date":"11/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":485,"Date":"12/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":429,"Date":"1/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":167,"Cost":131,"Date":"1/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":895,"Cost":777,"Date":"2/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":982,"Cost":800,"Date":"3/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":867,"Cost":500,"Date":"4/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":531,"Cost":420,"Date":"4/5/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":593,"Cost":393,"Date":"4/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":308,"Cost":275,"Date":"7/10/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":632,"Cost":448,"Date":"3/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":376,"Cost":214,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":32,"Cost":28,"Date":"10/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":537,"Cost":336,"Date":"3/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":244,"Cost":129,"Date":"6/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":595,"Date":"7/17/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":999,"Cost":611,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":424,"Cost":398,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":502,"Cost":297,"Date":"11/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":13,"Cost":9,"Date":"12/16/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":661,"Cost":456,"Date":"12/30/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":822,"Cost":773,"Date":"2/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":671,"Cost":550,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":560,"Cost":281,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":655,"Cost":574,"Date":"4/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":341,"Cost":324,"Date":"7/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":198,"Cost":177,"Date":"8/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":492,"Cost":251,"Date":"10/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":638,"Cost":476,"Date":"11/11/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":611,"Cost":357,"Date":"11/30/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":164,"Cost":123,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":248,"Cost":162,"Date":"3/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":132,"Cost":116,"Date":"4/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":796,"Cost":542,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":250,"Cost":208,"Date":"8/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":623,"Date":"9/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":414,"Cost":333,"Date":"10/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":745,"Cost":561,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":839,"Cost":523,"Date":"11/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":222,"Cost":209,"Date":"12/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":90,"Cost":74,"Date":"12/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":472,"Cost":368,"Date":"1/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":151,"Cost":124,"Date":"1/23/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":55,"Cost":28,"Date":"2/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":917,"Cost":488,"Date":"3/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":415,"Cost":288,"Date":"3/12/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":41,"Cost":32,"Date":"3/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":430,"Cost":259,"Date":"6/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":597,"Cost":480,"Date":"6/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":82,"Cost":78,"Date":"8/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":545,"Cost":322,"Date":"10/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":344,"Cost":228,"Date":"11/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":883,"Cost":829,"Date":"11/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":536,"Cost":492,"Date":"3/27/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":898,"Cost":462,"Date":"4/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":27,"Cost":20,"Date":"8/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":88,"Cost":82,"Date":"8/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":832,"Cost":664,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":375,"Cost":288,"Date":"9/5/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":312,"Cost":169,"Date":"9/14/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":606,"Cost":498,"Date":"9/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":495,"Cost":324,"Date":"11/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":25,"Cost":24,"Date":"12/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":361,"Cost":284,"Date":"1/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":523,"Cost":385,"Date":"1/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":630,"Cost":380,"Date":"2/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":680,"Cost":543,"Date":"3/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":712,"Cost":584,"Date":"4/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":380,"Cost":330,"Date":"4/5/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":316,"Cost":175,"Date":"4/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":814,"Cost":543,"Date":"7/10/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":251,"Cost":208,"Date":"3/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":739,"Cost":384,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":866,"Cost":729,"Date":"10/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":826,"Cost":723,"Date":"3/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":895,"Cost":802,"Date":"6/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":105,"Cost":65,"Date":"7/17/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":233,"Cost":153,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":690,"Cost":411,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":517,"Cost":469,"Date":"11/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":414,"Cost":333,"Date":"12/16/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":666,"Cost":460,"Date":"12/30/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":152,"Cost":79,"Date":"2/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":634,"Cost":349,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":125,"Cost":87,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":955,"Cost":746,"Date":"4/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":32,"Cost":22,"Date":"7/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":416,"Cost":222,"Date":"8/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":97,"Cost":89,"Date":"10/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":335,"Cost":236,"Date":"11/11/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":158,"Cost":131,"Date":"11/30/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":539,"Cost":381,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":648,"Cost":556,"Date":"3/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":647,"Cost":427,"Date":"4/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":895,"Cost":697,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":81,"Cost":56,"Date":"8/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":825,"Cost":745,"Date":"9/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":874,"Cost":515,"Date":"10/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":388,"Cost":216,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":881,"Cost":837,"Date":"11/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":987,"Cost":909,"Date":"12/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":279,"Cost":172,"Date":"12/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":927,"Cost":613,"Date":"1/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":611,"Cost":525,"Date":"1/23/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":965,"Cost":800,"Date":"2/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":712,"Cost":360,"Date":"3/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":415,"Cost":306,"Date":"3/12/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":492,"Cost":335,"Date":"3/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":947,"Cost":856,"Date":"6/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":133,"Cost":93,"Date":"6/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":832,"Cost":444,"Date":"8/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":305,"Cost":285,"Date":"10/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":868,"Cost":803,"Date":"11/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":164,"Cost":94,"Date":"11/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":470,"Cost":384,"Date":"3/27/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":393,"Cost":295,"Date":"4/17/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":33,"Cost":28,"Date":"8/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":783,"Cost":742,"Date":"8/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":778,"Cost":667,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":913,"Cost":525,"Date":"9/5/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":204,"Cost":172,"Date":"9/14/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":397,"Cost":318,"Date":"9/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":700,"Cost":436,"Date":"11/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":636,"Cost":455,"Date":"12/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":333,"Cost":215,"Date":"1/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":858,"Cost":529,"Date":"1/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":851,"Cost":495,"Date":"2/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":665,"Cost":443,"Date":"3/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":832,"Cost":773,"Date":"4/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":694,"Cost":595,"Date":"4/5/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":373,"Cost":225,"Date":"4/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":299,"Cost":277,"Date":"7/10/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":887,"Cost":786,"Date":"3/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":745,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":482,"Cost":290,"Date":"10/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":620,"Cost":550,"Date":"3/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":132,"Cost":108,"Date":"6/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":986,"Cost":832,"Date":"7/17/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":375,"Cost":322,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":110,"Cost":74,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":178,"Cost":101,"Date":"11/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":229,"Cost":138,"Date":"12/16/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":725,"Cost":620,"Date":"12/30/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":540,"Cost":309,"Date":"2/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":433,"Cost":248,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":407,"Cost":211,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":480,"Cost":435,"Date":"4/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":441,"Cost":222,"Date":"7/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":51,"Cost":41,"Date":"8/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":619,"Cost":545,"Date":"10/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":961,"Cost":580,"Date":"11/11/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":688,"Cost":617,"Date":"11/30/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":436,"Cost":308,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":581,"Cost":333,"Date":"3/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":865,"Cost":540,"Date":"4/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":863,"Cost":728,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":693,"Cost":460,"Date":"8/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":556,"Cost":433,"Date":"9/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":660,"Cost":349,"Date":"10/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":828,"Cost":575,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":968,"Cost":524,"Date":"11/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":556,"Cost":382,"Date":"12/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":676,"Cost":429,"Date":"12/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":119,"Cost":62,"Date":"1/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":838,"Cost":737,"Date":"1/23/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":532,"Cost":335,"Date":"2/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":261,"Cost":138,"Date":"3/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":955,"Cost":605,"Date":"3/12/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":161,"Cost":91,"Date":"3/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":777,"Cost":558,"Date":"6/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":497,"Cost":384,"Date":"6/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":935,"Cost":599,"Date":"8/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":488,"Cost":346,"Date":"10/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":769,"Cost":631,"Date":"11/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":746,"Cost":435,"Date":"11/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":620,"Cost":481,"Date":"3/27/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":248,"Cost":160,"Date":"4/17/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":405,"Cost":319,"Date":"8/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":191,"Cost":138,"Date":"8/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":506,"Cost":318,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":84,"Cost":59,"Date":"9/5/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":259,"Cost":186,"Date":"9/14/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":28,"Cost":20,"Date":"9/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":703,"Cost":397,"Date":"11/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":387,"Cost":345,"Date":"12/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":63,"Date":"1/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":915,"Cost":778,"Date":"1/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":513,"Cost":403,"Date":"2/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":748,"Cost":670,"Date":"3/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":494,"Cost":290,"Date":"4/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":166,"Cost":119,"Date":"4/5/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":386,"Cost":287,"Date":"4/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":968,"Cost":751,"Date":"7/10/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":8,"Cost":4,"Date":"3/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":59,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":324,"Date":"10/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":792,"Cost":609,"Date":"3/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":768,"Cost":548,"Date":"6/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":52,"Cost":42,"Date":"7/17/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":184,"Cost":117,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":727,"Cost":535,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":264,"Cost":177,"Date":"11/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":156,"Cost":84,"Date":"12/16/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":213,"Cost":114,"Date":"12/30/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":69,"Cost":48,"Date":"2/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":757,"Cost":467,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":9,"Cost":5,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":641,"Cost":430,"Date":"4/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":307,"Cost":183,"Date":"7/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":663,"Cost":628,"Date":"8/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":12,"Cost":7,"Date":"10/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":411,"Cost":315,"Date":"11/11/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":807,"Cost":486,"Date":"11/30/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":258,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":194,"Cost":99,"Date":"3/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":16,"Cost":8,"Date":"4/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":807,"Cost":458,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":230,"Cost":207,"Date":"8/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":658,"Cost":519,"Date":"9/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":780,"Cost":417,"Date":"10/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":14,"Cost":13,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":278,"Cost":166,"Date":"11/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":55,"Cost":41,"Date":"12/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":161,"Cost":106,"Date":"12/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":907,"Cost":631,"Date":"1/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":621,"Cost":317,"Date":"1/23/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":392,"Cost":263,"Date":"2/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":696,"Cost":546,"Date":"3/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":807,"Cost":406,"Date":"3/12/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":927,"Cost":522,"Date":"3/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":774,"Cost":682,"Date":"6/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":609,"Cost":435,"Date":"6/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":36,"Cost":23,"Date":"8/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":878,"Cost":697,"Date":"10/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":112,"Cost":60,"Date":"11/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":700,"Date":"11/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":640,"Cost":464,"Date":"3/27/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":474,"Date":"4/17/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":875,"Cost":749,"Date":"8/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":24,"Cost":21,"Date":"8/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":528,"Cost":314,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":15,"Cost":11,"Date":"9/5/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":200,"Cost":179,"Date":"9/14/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":482,"Date":"9/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":327,"Cost":225,"Date":"11/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":269,"Date":"12/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":279,"Cost":181,"Date":"1/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":729,"Cost":429,"Date":"1/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":104,"Cost":95,"Date":"2/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":712,"Cost":614,"Date":"3/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":208,"Cost":157,"Date":"4/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":632,"Cost":498,"Date":"4/5/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":935,"Cost":670,"Date":"4/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":767,"Cost":648,"Date":"7/10/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":261,"Cost":131,"Date":"3/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":572,"Cost":333,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":449,"Cost":312,"Date":"10/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":33,"Cost":27,"Date":"3/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":619,"Cost":556,"Date":"6/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":758,"Cost":548,"Date":"7/17/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":39,"Cost":33,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":128,"Cost":114,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":783,"Cost":734,"Date":"11/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":79,"Cost":40,"Date":"12/16/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":253,"Date":"12/30/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":79,"Cost":58,"Date":"2/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":861,"Cost":670,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":189,"Cost":178,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":414,"Cost":357,"Date":"4/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":876,"Cost":723,"Date":"7/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":669,"Cost":605,"Date":"8/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":296,"Cost":243,"Date":"10/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":739,"Cost":537,"Date":"11/11/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":235,"Cost":137,"Date":"11/30/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":791,"Cost":657,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":907,"Cost":853,"Date":"3/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":423,"Cost":305,"Date":"4/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":864,"Cost":814,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":621,"Cost":477,"Date":"8/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":142,"Cost":103,"Date":"9/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":935,"Cost":791,"Date":"10/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":413,"Cost":252,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":955,"Cost":868,"Date":"11/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":738,"Cost":584,"Date":"12/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":23,"Cost":15,"Date":"12/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":122,"Cost":87,"Date":"1/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":294,"Cost":272,"Date":"1/23/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":148,"Cost":121,"Date":"2/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":620,"Date":"3/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":758,"Cost":674,"Date":"3/12/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":476,"Cost":313,"Date":"3/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":187,"Cost":103,"Date":"6/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":946,"Cost":650,"Date":"6/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":326,"Cost":256,"Date":"8/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":1,"Cost":1,"Date":"10/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":233,"Date":"11/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":75,"Cost":46,"Date":"11/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":154,"Cost":95,"Date":"3/27/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":607,"Cost":406,"Date":"4/17/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":995,"Cost":919,"Date":"8/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":374,"Cost":312,"Date":"8/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":505,"Cost":391,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":884,"Cost":534,"Date":"9/5/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":745,"Cost":599,"Date":"9/14/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":228,"Cost":119,"Date":"9/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":189,"Cost":113,"Date":"11/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":685,"Cost":373,"Date":"12/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":284,"Cost":187,"Date":"1/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":476,"Cost":243,"Date":"1/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":222,"Cost":142,"Date":"2/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":822,"Cost":603,"Date":"3/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":31,"Cost":23,"Date":"4/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":503,"Cost":357,"Date":"4/5/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":863,"Cost":726,"Date":"4/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":57,"Cost":38,"Date":"7/10/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":986,"Cost":649,"Date":"3/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":719,"Cost":390,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":451,"Cost":407,"Date":"10/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":198,"Cost":173,"Date":"3/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":486,"Cost":305,"Date":"6/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":901,"Cost":458,"Date":"7/17/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":761,"Cost":599,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":710,"Cost":461,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":447,"Cost":337,"Date":"11/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":772,"Cost":472,"Date":"12/16/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":89,"Cost":64,"Date":"12/30/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":293,"Cost":222,"Date":"2/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":971,"Cost":646,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":210,"Cost":154,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":310,"Cost":163,"Date":"4/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":503,"Cost":429,"Date":"7/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":270,"Cost":210,"Date":"8/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":551,"Cost":440,"Date":"10/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":321,"Cost":181,"Date":"11/11/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":481,"Cost":333,"Date":"11/30/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":365,"Cost":206,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":129,"Cost":97,"Date":"3/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":18,"Cost":9,"Date":"4/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":862,"Cost":779,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":97,"Cost":69,"Date":"8/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":614,"Cost":519,"Date":"9/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":869,"Cost":490,"Date":"10/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":319,"Cost":257,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":670,"Cost":606,"Date":"11/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":19,"Cost":17,"Date":"12/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":324,"Cost":235,"Date":"12/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":741,"Cost":443,"Date":"1/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":847,"Cost":780,"Date":"1/23/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":480,"Cost":261,"Date":"2/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":127,"Cost":113,"Date":"3/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":445,"Cost":306,"Date":"3/12/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":235,"Cost":140,"Date":"3/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":175,"Cost":95,"Date":"6/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":402,"Cost":314,"Date":"6/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":756,"Cost":628,"Date":"8/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":809,"Cost":703,"Date":"10/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":139,"Cost":97,"Date":"11/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":296,"Cost":180,"Date":"11/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":188,"Cost":173,"Date":"3/27/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":578,"Cost":547,"Date":"4/17/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":192,"Cost":181,"Date":"8/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":518,"Cost":449,"Date":"8/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":430,"Cost":216,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":918,"Cost":695,"Date":"9/5/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":550,"Cost":389,"Date":"9/14/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":725,"Cost":437,"Date":"9/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":996,"Cost":815,"Date":"11/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":363,"Cost":282,"Date":"12/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":669,"Cost":383,"Date":"1/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":547,"Date":"1/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":77,"Cost":63,"Date":"2/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":542,"Cost":498,"Date":"3/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":899,"Cost":715,"Date":"4/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":515,"Cost":452,"Date":"4/5/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":707,"Cost":524,"Date":"4/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":353,"Cost":182,"Date":"7/10/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":946,"Cost":590,"Date":"3/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":352,"Cost":323,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":470,"Cost":343,"Date":"10/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":184,"Cost":157,"Date":"3/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":372,"Cost":275,"Date":"6/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":896,"Cost":524,"Date":"7/17/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":419,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":332,"Cost":212,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":997,"Cost":870,"Date":"11/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":854,"Cost":660,"Date":"12/16/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":179,"Cost":167,"Date":"12/30/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":713,"Cost":495,"Date":"2/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":210,"Cost":106,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":909,"Cost":581,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":401,"Cost":321,"Date":"4/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":556,"Cost":364,"Date":"7/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":379,"Cost":353,"Date":"8/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":641,"Cost":417,"Date":"10/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":746,"Cost":601,"Date":"11/11/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":430,"Cost":266,"Date":"11/30/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":700,"Cost":354,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":159,"Cost":118,"Date":"3/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":702,"Cost":638,"Date":"4/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":97,"Cost":75,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":672,"Cost":395,"Date":"8/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":356,"Cost":201,"Date":"9/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":364,"Cost":213,"Date":"10/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":400,"Cost":335,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":869,"Cost":587,"Date":"11/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":665,"Cost":483,"Date":"12/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":460,"Cost":318,"Date":"12/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":52,"Cost":38,"Date":"1/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":485,"Cost":390,"Date":"1/23/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":962,"Cost":523,"Date":"2/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":543,"Cost":279,"Date":"3/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":277,"Cost":245,"Date":"3/12/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":557,"Date":"3/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":523,"Date":"6/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":664,"Cost":533,"Date":"6/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":419,"Cost":244,"Date":"8/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":395,"Cost":226,"Date":"10/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":526,"Date":"11/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":294,"Cost":241,"Date":"11/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":167,"Cost":136,"Date":"3/27/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":362,"Cost":284,"Date":"4/17/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":679,"Cost":487,"Date":"8/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":690,"Cost":595,"Date":"8/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":547,"Cost":427,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":556,"Cost":477,"Date":"9/5/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":84,"Cost":44,"Date":"9/14/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":198,"Cost":125,"Date":"9/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":857,"Cost":462,"Date":"11/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":514,"Cost":480,"Date":"12/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":491,"Cost":358,"Date":"1/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":636,"Cost":581,"Date":"1/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":225,"Cost":211,"Date":"2/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":217,"Cost":175,"Date":"3/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":110,"Cost":82,"Date":"4/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":868,"Cost":491,"Date":"4/5/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":816,"Cost":733,"Date":"4/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":960,"Cost":520,"Date":"7/10/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":863,"Cost":621,"Date":"3/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":841,"Cost":669,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":949,"Cost":838,"Date":"10/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":694,"Cost":528,"Date":"3/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":126,"Cost":99,"Date":"6/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":823,"Cost":590,"Date":"7/17/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":34,"Cost":26,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":450,"Cost":333,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":997,"Cost":508,"Date":"11/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":76,"Cost":40,"Date":"12/16/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":788,"Cost":490,"Date":"12/30/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":7,"Cost":4,"Date":"2/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":570,"Cost":389,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":50,"Cost":34,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":101,"Cost":91,"Date":"4/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":773,"Cost":413,"Date":"7/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":702,"Cost":555,"Date":"8/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":243,"Cost":170,"Date":"10/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":162,"Cost":115,"Date":"11/11/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":995,"Cost":628,"Date":"11/30/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":495,"Cost":329,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":103,"Cost":95,"Date":"3/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":949,"Cost":735,"Date":"4/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":202,"Cost":167,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":607,"Cost":379,"Date":"8/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":428,"Cost":235,"Date":"9/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":117,"Cost":83,"Date":"10/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":899,"Cost":621,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":394,"Cost":294,"Date":"11/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":936,"Cost":639,"Date":"12/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":979,"Cost":672,"Date":"12/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":90,"Cost":45,"Date":"1/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":632,"Cost":506,"Date":"1/23/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":515,"Cost":284,"Date":"2/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":24,"Cost":15,"Date":"3/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":190,"Cost":100,"Date":"3/12/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":979,"Cost":508,"Date":"3/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":795,"Cost":551,"Date":"6/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":191,"Cost":166,"Date":"6/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":297,"Cost":263,"Date":"8/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":92,"Cost":47,"Date":"10/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":499,"Cost":431,"Date":"11/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":807,"Cost":740,"Date":"11/9/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":771,"Cost":523,"Date":"3/27/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":764,"Cost":389,"Date":"4/17/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":892,"Cost":564,"Date":"8/11/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":946,"Cost":698,"Date":"8/21/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":720,"Cost":407,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":582,"Cost":316,"Date":"9/5/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":57,"Cost":48,"Date":"9/14/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":953,"Cost":642,"Date":"9/20/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":548,"Cost":514,"Date":"11/20/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":365,"Cost":309,"Date":"12/21/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":744,"Cost":483,"Date":"1/7/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":296,"Cost":194,"Date":"1/21/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":330,"Date":"2/9/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":88,"Date":"3/19/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":835,"Cost":520,"Date":"4/3/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":595,"Cost":414,"Date":"4/5/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":29,"Cost":23,"Date":"4/28/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":37,"Cost":26,"Date":"7/10/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":581,"Cost":396,"Date":"3/25/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":630,"Cost":557,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":940,"Cost":642,"Date":"10/28/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":619,"Cost":397,"Date":"3/2/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":729,"Cost":419,"Date":"6/28/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":954,"Cost":648,"Date":"7/17/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":533,"Cost":380,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":711,"Cost":615,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":368,"Cost":217,"Date":"11/20/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":49,"Cost":28,"Date":"12/16/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":799,"Cost":611,"Date":"12/30/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":845,"Cost":427,"Date":"2/15/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":977,"Cost":691,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":310,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":43,"Cost":24,"Date":"4/18/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":225,"Cost":213,"Date":"7/27/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":662,"Cost":483,"Date":"8/18/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":483,"Cost":310,"Date":"10/31/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":496,"Cost":439,"Date":"11/11/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":186,"Cost":152,"Date":"11/30/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":699,"Cost":648,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":73,"Cost":69,"Date":"3/1/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":534,"Cost":386,"Date":"4/13/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":189,"Cost":160,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":992,"Cost":668,"Date":"8/13/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":15,"Cost":10,"Date":"9/15/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":612,"Cost":367,"Date":"10/14/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":565,"Cost":321,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":898,"Cost":719,"Date":"11/11/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":629,"Cost":570,"Date":"12/7/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":720,"Cost":599,"Date":"12/21/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":860,"Cost":692,"Date":"1/6/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":147,"Cost":79,"Date":"1/23/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":46,"Cost":36,"Date":"2/4/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":940,"Cost":620,"Date":"3/10/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":997,"Cost":504,"Date":"3/12/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":441,"Cost":279,"Date":"3/31/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":127,"Date":"6/16/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":760,"Cost":443,"Date":"6/17/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":348,"Date":"8/27/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":403,"Cost":307,"Date":"10/1/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":724,"Cost":602,"Date":"11/4/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":773,"Cost":537,"Date":"11/9/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":756,"Cost":643,"Date":"3/27/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":724,"Cost":596,"Date":"4/17/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":799,"Cost":639,"Date":"8/11/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":476,"Cost":295,"Date":"8/21/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":544,"Cost":352,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":97,"Cost":66,"Date":"9/5/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":941,"Cost":522,"Date":"9/14/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":165,"Cost":108,"Date":"9/20/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":290,"Cost":208,"Date":"11/20/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":340,"Date":"12/21/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":924,"Cost":739,"Date":"1/7/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":237,"Cost":217,"Date":"1/21/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":174,"Cost":147,"Date":"2/9/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":707,"Cost":559,"Date":"3/19/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":477,"Cost":260,"Date":"4/3/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":874,"Cost":457,"Date":"4/5/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":219,"Cost":192,"Date":"4/28/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":477,"Date":"7/10/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":431,"Cost":363,"Date":"3/25/2020"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":733,"Cost":577,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":694,"Cost":438,"Date":"10/28/2020"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":514,"Cost":303,"Date":"3/2/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":457,"Cost":433,"Date":"6/28/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":224,"Cost":187,"Date":"7/17/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":32,"Cost":27,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":698,"Cost":369,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":959,"Cost":843,"Date":"11/20/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":950,"Cost":677,"Date":"12/16/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":899,"Cost":726,"Date":"12/30/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":893,"Cost":451,"Date":"2/15/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":472,"Cost":374,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":530,"Cost":313,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":442,"Cost":247,"Date":"4/18/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":650,"Cost":568,"Date":"7/27/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":279,"Cost":259,"Date":"8/18/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":422,"Cost":343,"Date":"10/31/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":344,"Cost":274,"Date":"11/11/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":3,"Cost":2,"Date":"11/30/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":881,"Cost":777,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":80,"Date":"3/1/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":927,"Cost":829,"Date":"4/13/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":339,"Cost":209,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":779,"Cost":491,"Date":"8/13/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":328,"Cost":284,"Date":"9/15/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":335,"Cost":293,"Date":"10/14/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":986,"Cost":573,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":360,"Cost":257,"Date":"11/11/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":759,"Cost":467,"Date":"12/7/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":56,"Cost":50,"Date":"12/21/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":240,"Cost":189,"Date":"1/6/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":719,"Cost":672,"Date":"1/23/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":965,"Cost":522,"Date":"2/4/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":486,"Cost":296,"Date":"3/10/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":448,"Cost":256,"Date":"3/12/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":850,"Cost":796,"Date":"3/31/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":661,"Cost":546,"Date":"6/16/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":941,"Cost":522,"Date":"6/17/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":583,"Cost":509,"Date":"8/27/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":338,"Cost":178,"Date":"10/1/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":221,"Cost":119,"Date":"11/4/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":162,"Cost":120,"Date":"11/9/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":731,"Cost":630,"Date":"3/27/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":240,"Cost":215,"Date":"4/17/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":695,"Cost":653,"Date":"8/11/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":561,"Cost":317,"Date":"8/21/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":732,"Cost":622,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":203,"Cost":116,"Date":"9/5/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":646,"Cost":326,"Date":"9/14/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":607,"Cost":500,"Date":"9/20/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":851,"Cost":523,"Date":"11/20/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":376,"Cost":195,"Date":"12/21/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":27,"Cost":18,"Date":"1/7/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":10,"Cost":8,"Date":"1/21/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":327,"Cost":221,"Date":"2/9/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":14,"Cost":10,"Date":"3/19/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":509,"Cost":264,"Date":"4/3/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":201,"Cost":137,"Date":"4/5/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":553,"Cost":426,"Date":"4/28/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":784,"Cost":470,"Date":"7/10/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":808,"Cost":650,"Date":"3/25/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":3,"Cost":2,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":45,"Cost":27,"Date":"10/28/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":586,"Cost":428,"Date":"3/2/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":851,"Cost":719,"Date":"6/28/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":92,"Cost":47,"Date":"7/17/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":998,"Cost":839,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":742,"Cost":374,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":646,"Cost":457,"Date":"11/20/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":510,"Cost":371,"Date":"12/16/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":5,"Cost":3,"Date":"12/30/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":339,"Cost":317,"Date":"2/15/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":912,"Cost":687,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":787,"Cost":394,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":512,"Cost":352,"Date":"4/18/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":539,"Cost":308,"Date":"7/27/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":654,"Cost":569,"Date":"8/18/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":548,"Cost":430,"Date":"10/31/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":309,"Cost":214,"Date":"11/11/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":469,"Date":"11/30/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":563,"Cost":518,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":920,"Cost":651,"Date":"3/1/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":659,"Cost":365,"Date":"4/13/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":842,"Cost":526,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":964,"Cost":503,"Date":"8/13/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":274,"Cost":260,"Date":"9/15/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":384,"Cost":240,"Date":"10/14/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":553,"Cost":491,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":605,"Cost":314,"Date":"11/11/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":572,"Cost":388,"Date":"12/7/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":152,"Cost":86,"Date":"12/21/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":206,"Cost":178,"Date":"1/6/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":683,"Cost":481,"Date":"1/23/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":743,"Cost":496,"Date":"2/4/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":369,"Date":"3/10/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":105,"Cost":73,"Date":"3/12/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":438,"Cost":272,"Date":"3/31/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":611,"Cost":564,"Date":"6/16/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":103,"Cost":53,"Date":"6/17/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":226,"Date":"8/27/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":911,"Cost":737,"Date":"10/1/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":132,"Cost":80,"Date":"11/4/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":920,"Cost":794,"Date":"11/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":230,"Cost":134,"Date":"3/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":158,"Cost":127,"Date":"4/17/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":68,"Cost":58,"Date":"8/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":243,"Cost":212,"Date":"8/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":528,"Cost":399,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":322,"Cost":214,"Date":"9/5/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":860,"Cost":515,"Date":"9/14/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":321,"Cost":228,"Date":"9/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":329,"Cost":213,"Date":"11/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":121,"Cost":96,"Date":"12/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":254,"Cost":229,"Date":"1/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":417,"Cost":225,"Date":"1/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":431,"Cost":381,"Date":"2/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":887,"Cost":571,"Date":"3/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":623,"Cost":460,"Date":"4/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":676,"Cost":377,"Date":"4/5/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":533,"Cost":469,"Date":"4/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":463,"Cost":380,"Date":"7/10/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":330,"Cost":228,"Date":"3/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":28,"Cost":25,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":262,"Cost":225,"Date":"10/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":598,"Cost":469,"Date":"3/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":29,"Cost":14,"Date":"6/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":800,"Cost":459,"Date":"7/17/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":533,"Cost":505,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":626,"Cost":568,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":886,"Cost":636,"Date":"11/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":602,"Cost":302,"Date":"12/16/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":386,"Cost":223,"Date":"12/30/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":824,"Cost":604,"Date":"2/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":733,"Cost":666,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":562,"Cost":345,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":848,"Cost":571,"Date":"4/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":80,"Cost":72,"Date":"7/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":913,"Cost":677,"Date":"8/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":733,"Cost":623,"Date":"10/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":10,"Cost":6,"Date":"11/11/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":282,"Cost":256,"Date":"11/30/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":464,"Cost":423,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":135,"Cost":104,"Date":"3/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":971,"Cost":736,"Date":"4/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":386,"Cost":250,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":299,"Cost":242,"Date":"8/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":346,"Cost":222,"Date":"9/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":428,"Cost":285,"Date":"10/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":598,"Cost":388,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":53,"Cost":37,"Date":"11/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":457,"Cost":262,"Date":"12/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":753,"Cost":403,"Date":"12/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":803,"Cost":667,"Date":"1/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":584,"Cost":310,"Date":"1/23/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":272,"Cost":194,"Date":"2/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":498,"Cost":362,"Date":"3/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":359,"Cost":283,"Date":"3/12/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":83,"Cost":46,"Date":"3/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":236,"Cost":152,"Date":"6/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":749,"Cost":469,"Date":"6/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":199,"Cost":120,"Date":"8/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":300,"Cost":160,"Date":"10/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":558,"Cost":336,"Date":"11/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":761,"Cost":688,"Date":"11/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":229,"Date":"3/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":406,"Cost":259,"Date":"4/17/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":259,"Cost":191,"Date":"8/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":194,"Cost":111,"Date":"8/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":552,"Cost":374,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":478,"Cost":279,"Date":"9/5/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":280,"Date":"9/14/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":636,"Cost":579,"Date":"9/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":658,"Cost":346,"Date":"11/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":932,"Cost":780,"Date":"12/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":580,"Cost":307,"Date":"1/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":848,"Cost":768,"Date":"1/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":861,"Cost":737,"Date":"2/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":685,"Date":"3/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":222,"Cost":185,"Date":"4/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":671,"Cost":495,"Date":"4/5/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":728,"Cost":629,"Date":"4/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":993,"Cost":824,"Date":"7/10/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":17,"Cost":15,"Date":"3/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":579,"Cost":372,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":816,"Cost":459,"Date":"10/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":300,"Date":"3/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":328,"Cost":200,"Date":"6/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":90,"Cost":52,"Date":"7/17/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":407,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":431,"Cost":269,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":168,"Cost":106,"Date":"11/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":857,"Cost":566,"Date":"12/16/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":151,"Cost":124,"Date":"12/30/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":718,"Cost":419,"Date":"2/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":814,"Cost":602,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":570,"Cost":478,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":471,"Cost":409,"Date":"4/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":918,"Cost":565,"Date":"7/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":794,"Cost":747,"Date":"8/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":222,"Cost":136,"Date":"10/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":909,"Cost":709,"Date":"11/11/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":758,"Cost":685,"Date":"11/30/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":467,"Cost":352,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":828,"Cost":711,"Date":"3/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":89,"Cost":65,"Date":"4/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":781,"Cost":613,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":118,"Cost":80,"Date":"8/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":193,"Cost":121,"Date":"9/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":357,"Cost":265,"Date":"10/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":938,"Cost":752,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":989,"Cost":617,"Date":"11/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":303,"Cost":170,"Date":"12/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":858,"Cost":455,"Date":"12/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":183,"Cost":155,"Date":"1/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":735,"Cost":546,"Date":"1/23/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":492,"Cost":334,"Date":"2/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":727,"Cost":460,"Date":"3/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":94,"Cost":67,"Date":"3/12/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":991,"Cost":535,"Date":"3/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":61,"Cost":36,"Date":"6/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":717,"Cost":515,"Date":"6/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":434,"Cost":219,"Date":"8/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":820,"Cost":480,"Date":"10/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":282,"Cost":151,"Date":"11/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":552,"Cost":501,"Date":"11/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":796,"Cost":484,"Date":"3/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":366,"Cost":219,"Date":"4/17/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":721,"Cost":586,"Date":"8/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":109,"Cost":75,"Date":"8/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":690,"Cost":455,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":417,"Cost":265,"Date":"9/5/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":206,"Cost":181,"Date":"9/14/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":398,"Cost":310,"Date":"9/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":657,"Cost":547,"Date":"11/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":176,"Cost":156,"Date":"12/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":437,"Cost":271,"Date":"1/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":15,"Cost":15,"Date":"1/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":766,"Cost":436,"Date":"2/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":563,"Cost":374,"Date":"3/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":65,"Cost":37,"Date":"4/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":172,"Cost":143,"Date":"4/5/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":741,"Cost":374,"Date":"4/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":342,"Cost":182,"Date":"7/10/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":546,"Cost":428,"Date":"3/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":526,"Cost":327,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":516,"Cost":464,"Date":"10/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":339,"Cost":175,"Date":"3/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":710,"Cost":558,"Date":"6/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":848,"Cost":573,"Date":"7/17/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":166,"Cost":122,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":205,"Cost":156,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":215,"Cost":116,"Date":"11/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":150,"Cost":98,"Date":"12/16/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":183,"Cost":97,"Date":"12/30/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":64,"Cost":41,"Date":"2/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":628,"Cost":440,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":404,"Cost":285,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":330,"Cost":214,"Date":"4/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":293,"Cost":156,"Date":"7/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":986,"Cost":875,"Date":"8/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":893,"Cost":761,"Date":"10/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":396,"Cost":277,"Date":"11/11/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":598,"Cost":434,"Date":"11/30/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":21,"Cost":11,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":222,"Cost":207,"Date":"3/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":157,"Cost":123,"Date":"4/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":622,"Cost":480,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":159,"Cost":115,"Date":"8/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":286,"Cost":212,"Date":"9/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":298,"Cost":206,"Date":"10/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":708,"Cost":642,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":579,"Cost":358,"Date":"11/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":214,"Cost":201,"Date":"12/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":879,"Cost":720,"Date":"12/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":928,"Cost":721,"Date":"1/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":834,"Cost":760,"Date":"1/23/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":635,"Cost":485,"Date":"2/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":288,"Cost":199,"Date":"3/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":329,"Cost":224,"Date":"3/12/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":224,"Cost":137,"Date":"3/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":442,"Cost":235,"Date":"6/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":950,"Cost":830,"Date":"6/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":444,"Cost":389,"Date":"8/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":332,"Cost":228,"Date":"10/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":71,"Cost":58,"Date":"11/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":133,"Cost":97,"Date":"11/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":865,"Cost":771,"Date":"3/27/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":300,"Cost":186,"Date":"4/17/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":210,"Date":"8/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":507,"Cost":400,"Date":"8/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":766,"Cost":515,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":213,"Cost":130,"Date":"9/5/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":361,"Cost":215,"Date":"9/14/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":79,"Date":"9/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":982,"Cost":692,"Date":"11/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":237,"Cost":147,"Date":"12/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":582,"Cost":444,"Date":"1/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":723,"Cost":631,"Date":"1/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":499,"Cost":258,"Date":"2/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":798,"Cost":534,"Date":"3/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":693,"Cost":430,"Date":"4/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":363,"Cost":344,"Date":"4/5/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":925,"Cost":608,"Date":"4/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":835,"Cost":757,"Date":"7/10/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":482,"Cost":388,"Date":"3/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":575,"Cost":493,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":385,"Cost":341,"Date":"10/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":139,"Cost":84,"Date":"3/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":626,"Cost":504,"Date":"6/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":391,"Cost":301,"Date":"7/17/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":301,"Cost":181,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":517,"Cost":294,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":551,"Cost":405,"Date":"11/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":551,"Cost":383,"Date":"12/16/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":599,"Cost":564,"Date":"12/30/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":693,"Cost":435,"Date":"2/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":232,"Cost":165,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":282,"Cost":211,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":274,"Cost":221,"Date":"4/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":989,"Cost":756,"Date":"7/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":651,"Cost":358,"Date":"8/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":584,"Cost":377,"Date":"10/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":33,"Cost":25,"Date":"11/11/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":451,"Cost":289,"Date":"11/30/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":795,"Cost":531,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":923,"Cost":760,"Date":"3/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":94,"Cost":87,"Date":"4/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":183,"Cost":96,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":346,"Cost":188,"Date":"8/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":435,"Cost":407,"Date":"9/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":303,"Cost":238,"Date":"10/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":230,"Cost":117,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":722,"Cost":389,"Date":"11/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":733,"Cost":584,"Date":"12/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":416,"Cost":368,"Date":"12/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":512,"Cost":356,"Date":"1/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":406,"Cost":235,"Date":"1/23/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":939,"Cost":578,"Date":"2/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":608,"Cost":574,"Date":"3/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":914,"Cost":574,"Date":"3/12/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":55,"Cost":53,"Date":"3/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":9,"Cost":4,"Date":"6/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":61,"Cost":55,"Date":"6/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":877,"Cost":656,"Date":"8/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":433,"Cost":223,"Date":"10/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":953,"Cost":703,"Date":"11/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":816,"Cost":460,"Date":"11/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":979,"Cost":597,"Date":"3/27/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":8,"Cost":5,"Date":"4/17/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":983,"Cost":844,"Date":"8/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":52,"Cost":50,"Date":"8/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":394,"Cost":203,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":175,"Cost":155,"Date":"9/5/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":149,"Cost":137,"Date":"9/14/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":436,"Cost":378,"Date":"9/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":104,"Cost":98,"Date":"11/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":526,"Cost":455,"Date":"12/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":65,"Cost":41,"Date":"1/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":832,"Cost":425,"Date":"1/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":133,"Cost":72,"Date":"2/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":360,"Cost":260,"Date":"3/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":531,"Cost":337,"Date":"4/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":753,"Cost":669,"Date":"4/5/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":103,"Cost":83,"Date":"4/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":764,"Cost":425,"Date":"7/10/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":744,"Cost":423,"Date":"3/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":568,"Cost":513,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":947,"Cost":731,"Date":"10/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":45,"Cost":23,"Date":"3/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":712,"Cost":506,"Date":"6/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":707,"Cost":549,"Date":"7/17/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":591,"Cost":304,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":751,"Cost":657,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":306,"Cost":214,"Date":"11/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":659,"Cost":515,"Date":"12/16/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":796,"Cost":558,"Date":"12/30/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":684,"Cost":516,"Date":"2/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":555,"Cost":491,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":484,"Cost":288,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":827,"Cost":470,"Date":"4/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":907,"Cost":583,"Date":"7/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":809,"Cost":585,"Date":"8/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":153,"Cost":103,"Date":"10/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":283,"Cost":230,"Date":"11/11/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":253,"Cost":205,"Date":"11/30/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":244,"Cost":222,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":868,"Cost":649,"Date":"3/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":442,"Cost":261,"Date":"4/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":695,"Cost":399,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":966,"Cost":884,"Date":"8/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":659,"Cost":343,"Date":"9/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":840,"Cost":693,"Date":"10/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":944,"Cost":697,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":213,"Cost":194,"Date":"11/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":414,"Cost":215,"Date":"12/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":36,"Cost":21,"Date":"12/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":943,"Cost":838,"Date":"1/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":883,"Cost":733,"Date":"1/23/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":238,"Cost":131,"Date":"2/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":520,"Cost":481,"Date":"3/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":174,"Cost":90,"Date":"3/12/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":736,"Cost":608,"Date":"3/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":263,"Cost":217,"Date":"6/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":733,"Cost":692,"Date":"6/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":845,"Cost":461,"Date":"8/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":575,"Cost":405,"Date":"10/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":172,"Cost":131,"Date":"11/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":444,"Cost":395,"Date":"11/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":955,"Cost":670,"Date":"3/27/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":77,"Cost":69,"Date":"4/17/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":328,"Cost":208,"Date":"8/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":728,"Cost":548,"Date":"8/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":281,"Cost":202,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":241,"Cost":218,"Date":"9/5/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":388,"Cost":323,"Date":"9/14/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":981,"Cost":696,"Date":"9/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":652,"Cost":502,"Date":"11/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":756,"Cost":425,"Date":"12/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":559,"Cost":416,"Date":"1/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":388,"Cost":215,"Date":"1/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":6,"Cost":5,"Date":"2/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":397,"Cost":325,"Date":"3/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":656,"Cost":464,"Date":"4/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":355,"Cost":186,"Date":"4/5/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":483,"Cost":419,"Date":"4/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":462,"Cost":315,"Date":"7/10/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":688,"Date":"3/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":52,"Cost":45,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":534,"Cost":472,"Date":"10/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":467,"Cost":236,"Date":"3/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":102,"Cost":74,"Date":"6/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":585,"Cost":541,"Date":"7/17/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":802,"Cost":680,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":9,"Cost":6,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":369,"Cost":256,"Date":"11/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":143,"Cost":89,"Date":"12/16/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":626,"Cost":469,"Date":"12/30/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":717,"Cost":602,"Date":"2/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":468,"Cost":432,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":413,"Cost":334,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":357,"Cost":199,"Date":"4/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":736,"Cost":603,"Date":"7/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":57,"Cost":28,"Date":"8/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":701,"Cost":608,"Date":"10/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":390,"Cost":274,"Date":"11/11/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":908,"Cost":855,"Date":"11/30/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":429,"Cost":260,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":349,"Cost":256,"Date":"3/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":697,"Date":"4/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":399,"Cost":234,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":769,"Cost":648,"Date":"8/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":744,"Cost":408,"Date":"9/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":816,"Cost":593,"Date":"10/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":554,"Cost":425,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":295,"Cost":164,"Date":"11/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":992,"Cost":605,"Date":"12/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":20,"Cost":13,"Date":"12/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":304,"Cost":194,"Date":"1/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":876,"Cost":627,"Date":"1/23/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":633,"Cost":569,"Date":"2/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":842,"Cost":671,"Date":"3/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":624,"Cost":447,"Date":"3/12/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":489,"Cost":413,"Date":"3/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":940,"Cost":614,"Date":"6/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":36,"Cost":28,"Date":"6/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":292,"Cost":275,"Date":"8/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":220,"Cost":186,"Date":"10/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":457,"Date":"11/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":360,"Date":"11/9/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":377,"Cost":334,"Date":"3/27/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":483,"Cost":433,"Date":"4/17/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":809,"Cost":581,"Date":"8/11/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":321,"Cost":210,"Date":"8/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":600,"Cost":567,"Date":"9/2/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":943,"Cost":534,"Date":"9/5/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":392,"Cost":228,"Date":"9/14/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":944,"Cost":772,"Date":"9/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":616,"Cost":423,"Date":"11/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":587,"Date":"12/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":227,"Cost":145,"Date":"1/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":333,"Cost":274,"Date":"1/21/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":992,"Cost":906,"Date":"2/9/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":41,"Cost":25,"Date":"3/19/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":710,"Cost":414,"Date":"4/3/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":658,"Cost":500,"Date":"4/5/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":787,"Cost":458,"Date":"4/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":636,"Date":"7/10/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":698,"Cost":548,"Date":"3/25/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":577,"Cost":501,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":475,"Cost":320,"Date":"10/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":955,"Cost":767,"Date":"3/2/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":107,"Cost":59,"Date":"6/28/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":959,"Cost":509,"Date":"7/17/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":444,"Cost":357,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":944,"Cost":790,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":98,"Cost":91,"Date":"11/20/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":671,"Cost":606,"Date":"12/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":68,"Cost":41,"Date":"12/30/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":751,"Cost":445,"Date":"2/15/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":122,"Cost":78,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":806,"Cost":684,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":167,"Cost":139,"Date":"4/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":931,"Cost":530,"Date":"7/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":729,"Cost":371,"Date":"8/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":118,"Cost":76,"Date":"10/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":613,"Cost":404,"Date":"11/11/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":693,"Cost":468,"Date":"11/30/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":447,"Cost":383,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":918,"Cost":665,"Date":"3/1/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":433,"Cost":374,"Date":"4/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":738,"Cost":373,"Date":"5/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":254,"Cost":182,"Date":"8/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":44,"Cost":24,"Date":"9/15/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":278,"Cost":141,"Date":"10/14/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":342,"Cost":283,"Date":"10/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":533,"Cost":272,"Date":"11/11/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":830,"Cost":466,"Date":"12/7/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":745,"Cost":513,"Date":"12/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":319,"Cost":220,"Date":"1/6/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":820,"Cost":695,"Date":"1/23/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":300,"Cost":250,"Date":"2/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":287,"Cost":217,"Date":"3/10/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":89,"Cost":67,"Date":"3/12/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":153,"Cost":119,"Date":"3/31/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":79,"Cost":73,"Date":"6/16/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":180,"Cost":110,"Date":"6/17/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":980,"Cost":618,"Date":"8/27/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":621,"Cost":569,"Date":"10/1/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":23,"Cost":14,"Date":"11/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":764,"Cost":554,"Date":"11/9/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":110,"Cost":99,"Date":"3/27/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":49,"Cost":35,"Date":"4/17/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":878,"Cost":718,"Date":"8/11/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":720,"Cost":584,"Date":"8/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":563,"Cost":419,"Date":"9/2/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":758,"Cost":670,"Date":"9/5/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":819,"Cost":459,"Date":"9/14/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":136,"Cost":105,"Date":"9/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":244,"Cost":216,"Date":"11/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":810,"Cost":707,"Date":"12/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":267,"Cost":175,"Date":"1/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":754,"Cost":466,"Date":"1/21/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":911,"Cost":827,"Date":"2/9/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":35,"Cost":26,"Date":"3/19/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":679,"Cost":630,"Date":"4/3/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":286,"Cost":201,"Date":"4/5/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":659,"Cost":396,"Date":"4/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":786,"Cost":569,"Date":"7/10/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":850,"Cost":540,"Date":"3/25/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":390,"Cost":272,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":661,"Cost":344,"Date":"10/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":226,"Cost":119,"Date":"3/2/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":92,"Cost":87,"Date":"6/28/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":258,"Cost":141,"Date":"7/17/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":542,"Cost":504,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":297,"Cost":267,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":904,"Cost":754,"Date":"11/20/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":234,"Cost":201,"Date":"12/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":360,"Cost":311,"Date":"12/30/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":879,"Cost":515,"Date":"2/15/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":959,"Cost":651,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":433,"Cost":382,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":99,"Cost":58,"Date":"4/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":752,"Cost":432,"Date":"7/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":899,"Cost":632,"Date":"8/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":413,"Cost":306,"Date":"10/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":956,"Cost":620,"Date":"11/11/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":712,"Cost":373,"Date":"11/30/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":123,"Cost":74,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":584,"Cost":409,"Date":"3/1/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":485,"Cost":362,"Date":"4/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":901,"Cost":459,"Date":"5/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":692,"Cost":614,"Date":"8/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":134,"Cost":114,"Date":"9/15/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":971,"Cost":834,"Date":"10/14/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":650,"Cost":600,"Date":"10/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":478,"Cost":385,"Date":"11/11/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":789,"Cost":522,"Date":"12/7/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":154,"Cost":104,"Date":"12/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":541,"Cost":333,"Date":"1/6/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":531,"Cost":425,"Date":"1/23/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":407,"Cost":227,"Date":"2/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":70,"Cost":54,"Date":"3/10/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":153,"Cost":119,"Date":"3/12/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":436,"Cost":297,"Date":"3/31/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":909,"Cost":826,"Date":"6/16/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":598,"Cost":409,"Date":"6/17/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":821,"Cost":484,"Date":"8/27/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":495,"Cost":390,"Date":"10/1/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":350,"Cost":270,"Date":"11/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":727,"Cost":662,"Date":"11/9/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":314,"Cost":160,"Date":"3/27/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":207,"Cost":119,"Date":"4/17/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":580,"Cost":508,"Date":"8/11/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":483,"Cost":353,"Date":"8/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":745,"Cost":688,"Date":"9/2/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":190,"Cost":159,"Date":"9/5/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":766,"Cost":503,"Date":"9/14/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":102,"Cost":73,"Date":"9/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":531,"Cost":365,"Date":"11/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":392,"Cost":371,"Date":"12/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":475,"Cost":282,"Date":"1/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":474,"Cost":334,"Date":"1/21/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":718,"Cost":415,"Date":"2/9/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":708,"Cost":409,"Date":"3/19/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":857,"Cost":734,"Date":"4/3/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":6,"Cost":4,"Date":"4/5/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":396,"Cost":368,"Date":"4/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":622,"Cost":515,"Date":"7/10/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":117,"Cost":89,"Date":"3/25/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":83,"Cost":67,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":256,"Cost":181,"Date":"10/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":251,"Cost":199,"Date":"3/2/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":749,"Cost":628,"Date":"6/28/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":69,"Cost":45,"Date":"7/17/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":49,"Cost":47,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":864,"Cost":511,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":425,"Cost":229,"Date":"11/20/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":244,"Cost":181,"Date":"12/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":810,"Cost":442,"Date":"12/30/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":779,"Cost":429,"Date":"2/15/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":29,"Cost":18,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":906,"Cost":464,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":560,"Cost":529,"Date":"4/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":219,"Cost":173,"Date":"7/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":476,"Cost":347,"Date":"8/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":83,"Cost":43,"Date":"10/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":460,"Cost":329,"Date":"11/11/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":883,"Cost":518,"Date":"11/30/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":495,"Cost":362,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":134,"Cost":75,"Date":"3/1/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":201,"Cost":105,"Date":"4/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":133,"Cost":107,"Date":"5/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":290,"Cost":245,"Date":"8/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":115,"Cost":102,"Date":"9/15/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":612,"Cost":406,"Date":"10/14/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":901,"Cost":602,"Date":"10/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":933,"Cost":688,"Date":"11/11/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":670,"Cost":451,"Date":"12/7/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":791,"Cost":735,"Date":"12/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":438,"Cost":383,"Date":"1/6/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":900,"Cost":479,"Date":"1/23/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":676,"Cost":550,"Date":"2/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":987,"Cost":911,"Date":"3/10/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":900,"Cost":477,"Date":"3/12/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":236,"Cost":215,"Date":"3/31/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":876,"Cost":522,"Date":"6/16/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":149,"Cost":95,"Date":"6/17/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":567,"Cost":523,"Date":"8/27/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":646,"Cost":393,"Date":"10/1/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":477,"Cost":257,"Date":"11/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":419,"Cost":387,"Date":"11/9/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":896,"Cost":658,"Date":"3/27/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":726,"Cost":414,"Date":"4/17/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":883,"Cost":534,"Date":"8/11/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":514,"Cost":419,"Date":"8/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":377,"Cost":285,"Date":"9/2/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":281,"Cost":176,"Date":"9/5/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":497,"Cost":373,"Date":"9/14/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":110,"Cost":85,"Date":"9/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":368,"Cost":283,"Date":"11/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":895,"Cost":764,"Date":"12/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":858,"Date":"1/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":712,"Cost":620,"Date":"1/21/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":551,"Cost":522,"Date":"2/9/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":404,"Cost":366,"Date":"3/19/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":656,"Cost":454,"Date":"4/3/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":223,"Cost":119,"Date":"4/5/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":535,"Cost":417,"Date":"4/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":882,"Cost":763,"Date":"7/10/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":8,"Cost":8,"Date":"3/25/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":165,"Cost":96,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":371,"Cost":327,"Date":"10/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":202,"Cost":128,"Date":"3/2/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":724,"Cost":433,"Date":"6/28/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":224,"Cost":174,"Date":"7/17/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":431,"Cost":226,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":110,"Cost":90,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":181,"Cost":141,"Date":"11/20/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":99,"Cost":77,"Date":"12/16/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":890,"Cost":654,"Date":"12/30/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":798,"Cost":582,"Date":"2/15/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":233,"Cost":139,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":620,"Cost":401,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":873,"Cost":736,"Date":"4/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":122,"Cost":84,"Date":"7/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":175,"Cost":96,"Date":"8/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":782,"Date":"10/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":866,"Cost":563,"Date":"11/11/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":149,"Cost":103,"Date":"11/30/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":795,"Cost":615,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":895,"Cost":775,"Date":"3/1/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":19,"Cost":11,"Date":"4/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":680,"Cost":626,"Date":"5/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":604,"Cost":482,"Date":"8/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":564,"Cost":449,"Date":"9/15/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":681,"Cost":446,"Date":"10/14/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":679,"Cost":377,"Date":"10/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":100,"Date":"11/11/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":797,"Cost":663,"Date":"12/7/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":422,"Cost":235,"Date":"12/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":460,"Cost":389,"Date":"1/6/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":315,"Cost":296,"Date":"1/23/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":930,"Cost":691,"Date":"2/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":372,"Cost":252,"Date":"3/10/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":319,"Cost":267,"Date":"3/12/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":963,"Cost":774,"Date":"3/31/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":63,"Cost":48,"Date":"6/16/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":114,"Cost":80,"Date":"6/17/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":496,"Cost":423,"Date":"8/27/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":587,"Cost":293,"Date":"10/1/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":831,"Cost":715,"Date":"11/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":424,"Cost":240,"Date":"11/9/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":148,"Cost":129,"Date":"3/27/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":791,"Cost":478,"Date":"4/17/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":78,"Cost":66,"Date":"8/11/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":410,"Cost":372,"Date":"8/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":314,"Cost":179,"Date":"9/2/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":817,"Cost":645,"Date":"9/5/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":536,"Cost":331,"Date":"9/14/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":80,"Cost":49,"Date":"9/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":95,"Cost":68,"Date":"11/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":857,"Cost":742,"Date":"12/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":743,"Cost":498,"Date":"1/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":616,"Cost":484,"Date":"1/21/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":790,"Cost":453,"Date":"2/9/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":948,"Cost":889,"Date":"3/19/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":879,"Cost":458,"Date":"4/3/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":347,"Cost":235,"Date":"4/5/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":557,"Cost":486,"Date":"4/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":34,"Cost":28,"Date":"7/10/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":620,"Cost":331,"Date":"3/25/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":907,"Cost":685,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":538,"Cost":418,"Date":"10/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":532,"Cost":339,"Date":"3/2/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":787,"Cost":732,"Date":"6/28/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":773,"Cost":667,"Date":"7/17/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":934,"Cost":664,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":920,"Cost":839,"Date":"11/20/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":148,"Cost":120,"Date":"12/16/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":783,"Cost":524,"Date":"12/30/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":472,"Cost":275,"Date":"2/15/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":38,"Cost":33,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":461,"Cost":288,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":502,"Date":"4/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":557,"Cost":506,"Date":"7/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":552,"Cost":309,"Date":"8/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":473,"Cost":425,"Date":"10/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":161,"Cost":120,"Date":"11/11/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":387,"Cost":305,"Date":"11/30/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":632,"Cost":406,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":710,"Cost":442,"Date":"3/1/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":607,"Cost":526,"Date":"4/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":455,"Cost":404,"Date":"5/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":976,"Cost":585,"Date":"8/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":604,"Cost":516,"Date":"9/15/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":218,"Cost":174,"Date":"10/14/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":526,"Date":"10/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":639,"Cost":537,"Date":"11/11/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":942,"Cost":673,"Date":"12/7/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":870,"Cost":480,"Date":"12/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":179,"Cost":152,"Date":"1/6/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":101,"Cost":83,"Date":"1/23/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":32,"Cost":20,"Date":"2/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":743,"Cost":553,"Date":"3/10/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":495,"Cost":392,"Date":"3/12/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":403,"Date":"3/31/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":994,"Cost":556,"Date":"6/16/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":169,"Cost":93,"Date":"6/17/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":179,"Cost":90,"Date":"8/27/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":32,"Cost":28,"Date":"10/1/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":474,"Cost":264,"Date":"11/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":222,"Cost":193,"Date":"11/9/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":487,"Cost":306,"Date":"3/27/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":293,"Cost":196,"Date":"4/17/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":109,"Cost":62,"Date":"8/11/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":785,"Cost":511,"Date":"8/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":247,"Cost":196,"Date":"9/2/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":427,"Cost":340,"Date":"9/5/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":746,"Cost":587,"Date":"9/14/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":329,"Cost":268,"Date":"9/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":934,"Cost":818,"Date":"11/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":831,"Cost":588,"Date":"12/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":525,"Cost":480,"Date":"1/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":952,"Cost":889,"Date":"1/21/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":281,"Cost":253,"Date":"2/9/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":661,"Cost":568,"Date":"3/19/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":475,"Cost":417,"Date":"4/3/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":720,"Cost":432,"Date":"4/5/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":279,"Cost":196,"Date":"4/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":425,"Date":"7/10/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":490,"Cost":352,"Date":"3/25/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":428,"Cost":216,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":545,"Cost":342,"Date":"10/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":345,"Cost":318,"Date":"3/2/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":766,"Cost":543,"Date":"6/28/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":878,"Cost":576,"Date":"7/17/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":88,"Cost":61,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":207,"Cost":139,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":148,"Cost":140,"Date":"11/20/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":966,"Cost":656,"Date":"12/16/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":131,"Cost":89,"Date":"12/30/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":139,"Date":"2/15/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":297,"Cost":178,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":446,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":979,"Cost":824,"Date":"4/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":624,"Cost":542,"Date":"7/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":271,"Cost":160,"Date":"8/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":315,"Cost":202,"Date":"10/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":78,"Cost":62,"Date":"11/11/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":608,"Cost":577,"Date":"11/30/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":700,"Cost":651,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":149,"Cost":131,"Date":"3/1/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":563,"Cost":418,"Date":"4/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":297,"Cost":263,"Date":"5/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":597,"Cost":324,"Date":"8/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":141,"Cost":89,"Date":"9/15/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":451,"Cost":327,"Date":"10/14/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":693,"Cost":476,"Date":"10/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":375,"Date":"11/11/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":641,"Cost":485,"Date":"12/7/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":460,"Cost":292,"Date":"12/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":858,"Cost":708,"Date":"1/6/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":729,"Cost":556,"Date":"1/23/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":705,"Cost":567,"Date":"2/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":212,"Cost":194,"Date":"3/10/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":977,"Cost":728,"Date":"3/12/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":347,"Cost":237,"Date":"3/31/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":874,"Cost":574,"Date":"6/16/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":612,"Cost":500,"Date":"6/17/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":403,"Cost":312,"Date":"8/27/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":147,"Date":"10/1/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":122,"Cost":66,"Date":"11/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":324,"Cost":268,"Date":"11/9/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":352,"Cost":309,"Date":"3/27/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":888,"Cost":791,"Date":"4/17/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":342,"Cost":214,"Date":"8/11/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":115,"Cost":78,"Date":"8/21/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":569,"Cost":460,"Date":"9/2/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":461,"Cost":381,"Date":"9/5/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":693,"Date":"9/14/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":884,"Cost":459,"Date":"9/20/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":50,"Cost":44,"Date":"11/20/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":188,"Cost":102,"Date":"12/21/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":957,"Cost":847,"Date":"1/7/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":113,"Cost":59,"Date":"1/21/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":40,"Cost":23,"Date":"2/9/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":711,"Cost":453,"Date":"3/19/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":731,"Cost":368,"Date":"4/3/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":995,"Cost":578,"Date":"4/5/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":769,"Cost":629,"Date":"4/28/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":392,"Cost":247,"Date":"7/10/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":83,"Cost":67,"Date":"3/25/2020"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":621,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":818,"Cost":700,"Date":"10/28/2020"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":209,"Cost":132,"Date":"3/2/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":525,"Cost":405,"Date":"6/28/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":776,"Date":"7/17/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":968,"Cost":839,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":409,"Cost":368,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":558,"Cost":375,"Date":"11/20/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":452,"Cost":249,"Date":"12/16/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":126,"Cost":115,"Date":"12/30/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":346,"Cost":185,"Date":"2/15/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":8,"Cost":4,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":61,"Cost":44,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":4,"Cost":2,"Date":"4/18/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":803,"Cost":574,"Date":"7/27/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":575,"Cost":513,"Date":"8/18/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":649,"Cost":435,"Date":"10/31/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":185,"Cost":142,"Date":"11/11/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":149,"Cost":90,"Date":"11/30/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":296,"Cost":173,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":288,"Cost":250,"Date":"3/1/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":953,"Cost":503,"Date":"4/13/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":874,"Cost":721,"Date":"5/20/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":644,"Cost":550,"Date":"8/13/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":146,"Cost":86,"Date":"9/15/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":70,"Cost":58,"Date":"10/14/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":549,"Cost":433,"Date":"10/28/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":986,"Cost":812,"Date":"11/11/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":60,"Cost":31,"Date":"12/7/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":419,"Cost":213,"Date":"12/21/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":418,"Cost":393,"Date":"1/6/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":499,"Cost":307,"Date":"1/23/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":995,"Cost":789,"Date":"2/4/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":595,"Cost":336,"Date":"3/10/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":140,"Cost":125,"Date":"3/12/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":586,"Cost":392,"Date":"3/31/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":235,"Cost":171,"Date":"6/16/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":351,"Cost":184,"Date":"6/17/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":924,"Cost":722,"Date":"8/27/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":687,"Cost":397,"Date":"10/1/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":13,"Cost":7,"Date":"11/4/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":579,"Cost":464,"Date":"11/9/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":27,"Cost":19,"Date":"3/27/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":550,"Cost":403,"Date":"4/17/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":396,"Cost":200,"Date":"8/11/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":400,"Cost":254,"Date":"8/21/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":581,"Cost":442,"Date":"9/2/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":651,"Cost":511,"Date":"9/5/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":647,"Cost":389,"Date":"9/14/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":530,"Cost":347,"Date":"9/20/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":333,"Cost":272,"Date":"11/20/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":914,"Cost":779,"Date":"12/21/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":371,"Cost":333,"Date":"1/7/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":955,"Cost":503,"Date":"1/21/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":635,"Cost":389,"Date":"2/9/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":333,"Cost":227,"Date":"3/19/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":591,"Cost":539,"Date":"4/3/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":79,"Cost":60,"Date":"4/5/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":524,"Cost":480,"Date":"4/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":253,"Cost":199,"Date":"7/10/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":687,"Cost":525,"Date":"3/25/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":299,"Cost":162,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":848,"Cost":572,"Date":"10/28/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":918,"Cost":735,"Date":"3/2/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":19,"Cost":11,"Date":"6/28/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":306,"Cost":223,"Date":"7/17/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":904,"Cost":536,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":114,"Cost":62,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":213,"Cost":144,"Date":"11/20/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":769,"Cost":620,"Date":"12/16/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":991,"Cost":542,"Date":"12/30/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":604,"Cost":467,"Date":"2/15/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":138,"Cost":127,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":330,"Cost":269,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":995,"Cost":602,"Date":"4/18/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":299,"Cost":204,"Date":"7/27/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":831,"Cost":496,"Date":"8/18/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":148,"Date":"10/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":946,"Cost":853,"Date":"11/11/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":83,"Cost":67,"Date":"11/30/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":984,"Cost":787,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":547,"Cost":294,"Date":"3/1/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":510,"Cost":301,"Date":"4/13/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":41,"Date":"5/20/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":557,"Cost":491,"Date":"8/13/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":10,"Date":"9/15/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":968,"Cost":794,"Date":"10/14/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":763,"Cost":620,"Date":"10/28/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":335,"Cost":187,"Date":"11/11/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":881,"Cost":457,"Date":"12/7/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":815,"Cost":561,"Date":"12/21/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":660,"Cost":508,"Date":"1/6/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":31,"Cost":28,"Date":"1/23/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":2,"Cost":2,"Date":"2/4/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":617,"Cost":549,"Date":"3/10/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":319,"Cost":250,"Date":"3/12/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":338,"Cost":309,"Date":"3/31/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":194,"Cost":161,"Date":"6/16/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":821,"Cost":757,"Date":"6/17/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":721,"Cost":528,"Date":"8/27/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":984,"Cost":505,"Date":"10/1/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":63,"Cost":37,"Date":"11/4/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":57,"Cost":43,"Date":"11/9/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":589,"Cost":401,"Date":"3/27/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":139,"Cost":124,"Date":"4/17/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":754,"Cost":708,"Date":"8/11/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":739,"Cost":550,"Date":"8/21/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":108,"Cost":95,"Date":"9/2/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":669,"Date":"9/5/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":501,"Cost":455,"Date":"9/14/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":9,"Cost":9,"Date":"9/20/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":161,"Cost":144,"Date":"11/20/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":167,"Cost":139,"Date":"12/21/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":880,"Cost":572,"Date":"1/7/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":131,"Cost":122,"Date":"1/21/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":159,"Cost":121,"Date":"2/9/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":114,"Cost":75,"Date":"3/19/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":105,"Cost":93,"Date":"4/3/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":95,"Cost":63,"Date":"4/5/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":26,"Cost":18,"Date":"4/28/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":922,"Cost":754,"Date":"7/10/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":174,"Cost":99,"Date":"3/25/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":26,"Cost":18,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":938,"Cost":537,"Date":"10/28/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":983,"Cost":572,"Date":"3/2/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":920,"Cost":822,"Date":"6/28/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":161,"Cost":116,"Date":"7/17/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":535,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":851,"Cost":495,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":65,"Cost":44,"Date":"11/20/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":21,"Cost":10,"Date":"12/16/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":734,"Cost":628,"Date":"12/30/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":331,"Cost":186,"Date":"2/15/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":928,"Cost":588,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":770,"Cost":420,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":144,"Cost":129,"Date":"4/18/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":798,"Cost":473,"Date":"7/27/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":122,"Cost":112,"Date":"8/18/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":499,"Cost":323,"Date":"10/31/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":281,"Cost":255,"Date":"11/11/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":941,"Cost":789,"Date":"11/30/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":99,"Cost":60,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":661,"Cost":531,"Date":"3/1/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":520,"Cost":281,"Date":"4/13/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":534,"Cost":275,"Date":"5/20/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":806,"Cost":519,"Date":"8/13/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":167,"Cost":136,"Date":"9/15/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":502,"Cost":303,"Date":"10/14/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":426,"Cost":224,"Date":"10/28/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":983,"Cost":843,"Date":"11/11/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":778,"Cost":446,"Date":"12/7/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":795,"Cost":728,"Date":"12/21/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":476,"Cost":260,"Date":"1/6/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":650,"Cost":351,"Date":"1/23/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":931,"Cost":795,"Date":"2/4/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":725,"Cost":680,"Date":"3/10/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":419,"Cost":240,"Date":"3/12/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":170,"Cost":132,"Date":"3/31/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":104,"Cost":68,"Date":"6/16/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":716,"Cost":549,"Date":"6/17/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":958,"Cost":836,"Date":"8/27/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":132,"Cost":83,"Date":"10/1/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":652,"Cost":516,"Date":"11/4/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":532,"Cost":311,"Date":"11/9/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":247,"Cost":143,"Date":"3/27/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":238,"Cost":205,"Date":"4/17/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":678,"Cost":420,"Date":"8/11/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":293,"Cost":197,"Date":"8/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":313,"Cost":275,"Date":"9/2/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":874,"Cost":564,"Date":"9/5/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":339,"Cost":174,"Date":"9/14/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":851,"Cost":809,"Date":"9/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":24,"Cost":17,"Date":"11/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":293,"Cost":246,"Date":"12/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":113,"Cost":64,"Date":"1/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":700,"Cost":587,"Date":"1/21/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":908,"Cost":786,"Date":"2/9/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":959,"Cost":599,"Date":"3/19/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":421,"Cost":288,"Date":"4/3/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":614,"Cost":578,"Date":"4/5/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":742,"Cost":476,"Date":"4/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":256,"Cost":186,"Date":"7/10/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":369,"Cost":341,"Date":"3/25/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":895,"Cost":510,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":669,"Cost":360,"Date":"10/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":871,"Cost":513,"Date":"3/2/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":922,"Cost":776,"Date":"6/28/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":301,"Cost":157,"Date":"7/17/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":386,"Cost":237,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":766,"Cost":403,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":228,"Cost":213,"Date":"11/20/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":990,"Cost":716,"Date":"12/16/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":464,"Cost":317,"Date":"12/30/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":885,"Cost":513,"Date":"2/15/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":53,"Cost":36,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":545,"Cost":355,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":508,"Cost":392,"Date":"4/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":867,"Cost":798,"Date":"7/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":718,"Cost":605,"Date":"8/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":940,"Cost":562,"Date":"10/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":627,"Cost":346,"Date":"11/11/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":706,"Cost":588,"Date":"11/30/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":491,"Cost":258,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":122,"Cost":82,"Date":"3/1/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":133,"Cost":121,"Date":"4/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":20,"Cost":10,"Date":"5/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":967,"Cost":603,"Date":"8/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":830,"Cost":757,"Date":"9/15/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":665,"Cost":539,"Date":"10/14/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":123,"Cost":83,"Date":"10/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":569,"Cost":473,"Date":"11/11/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":524,"Cost":421,"Date":"12/7/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":584,"Cost":483,"Date":"12/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":648,"Cost":588,"Date":"1/6/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":129,"Cost":93,"Date":"1/23/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":400,"Cost":320,"Date":"2/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":927,"Cost":496,"Date":"3/10/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":844,"Cost":790,"Date":"3/12/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":933,"Cost":531,"Date":"3/31/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":443,"Cost":366,"Date":"6/16/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":933,"Cost":880,"Date":"6/17/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":672,"Cost":365,"Date":"8/27/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":9,"Cost":8,"Date":"10/1/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":259,"Cost":246,"Date":"11/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":680,"Cost":646,"Date":"11/9/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":419,"Cost":335,"Date":"3/27/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":265,"Cost":208,"Date":"4/17/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":733,"Date":"8/11/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":487,"Cost":295,"Date":"8/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":695,"Cost":577,"Date":"9/2/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":537,"Cost":319,"Date":"9/5/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":661,"Cost":390,"Date":"9/14/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":653,"Cost":468,"Date":"9/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":550,"Cost":317,"Date":"11/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":825,"Cost":598,"Date":"12/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":541,"Cost":275,"Date":"1/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":138,"Cost":69,"Date":"1/21/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":906,"Cost":647,"Date":"2/9/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":283,"Cost":208,"Date":"3/19/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":187,"Cost":142,"Date":"4/3/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":575,"Cost":334,"Date":"4/5/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":860,"Cost":793,"Date":"4/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":935,"Cost":742,"Date":"7/10/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":628,"Cost":416,"Date":"3/25/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":745,"Cost":637,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":606,"Cost":485,"Date":"10/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":197,"Cost":182,"Date":"3/2/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":227,"Cost":190,"Date":"6/28/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":69,"Cost":65,"Date":"7/17/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":863,"Cost":571,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":250,"Cost":230,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":220,"Cost":117,"Date":"11/20/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":877,"Cost":826,"Date":"12/16/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":174,"Cost":95,"Date":"12/30/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":298,"Cost":237,"Date":"2/15/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":315,"Cost":227,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":356,"Cost":308,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":736,"Cost":652,"Date":"4/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":775,"Cost":618,"Date":"7/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":669,"Cost":458,"Date":"8/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":969,"Cost":552,"Date":"10/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":814,"Cost":631,"Date":"11/11/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":707,"Cost":504,"Date":"11/30/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":464,"Cost":279,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":221,"Cost":143,"Date":"3/1/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":722,"Cost":467,"Date":"4/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":642,"Cost":335,"Date":"5/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":753,"Cost":389,"Date":"8/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":51,"Cost":29,"Date":"9/15/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":780,"Cost":590,"Date":"10/14/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":325,"Cost":284,"Date":"10/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":347,"Cost":247,"Date":"11/11/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":744,"Cost":702,"Date":"12/7/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":73,"Cost":55,"Date":"12/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":927,"Cost":688,"Date":"1/6/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":990,"Cost":546,"Date":"1/23/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":875,"Cost":764,"Date":"2/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":6,"Cost":4,"Date":"3/10/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":635,"Date":"3/12/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":153,"Cost":94,"Date":"3/31/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":247,"Cost":185,"Date":"6/16/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":867,"Cost":752,"Date":"6/17/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":768,"Cost":414,"Date":"8/27/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":265,"Cost":154,"Date":"10/1/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":255,"Cost":137,"Date":"11/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":43,"Cost":41,"Date":"11/9/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":993,"Cost":711,"Date":"3/27/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":688,"Cost":449,"Date":"4/17/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":298,"Cost":198,"Date":"8/11/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":639,"Cost":387,"Date":"8/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":536,"Cost":364,"Date":"9/2/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":50,"Cost":45,"Date":"9/5/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":6,"Cost":5,"Date":"9/14/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":803,"Cost":757,"Date":"9/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":1000,"Cost":596,"Date":"11/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":672,"Cost":364,"Date":"12/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":998,"Cost":786,"Date":"1/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":12,"Cost":9,"Date":"1/21/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":531,"Cost":274,"Date":"2/9/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":204,"Cost":136,"Date":"3/19/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":328,"Cost":196,"Date":"4/3/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":237,"Cost":151,"Date":"4/5/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":180,"Cost":108,"Date":"4/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":93,"Cost":61,"Date":"7/10/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":149,"Cost":110,"Date":"3/25/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":542,"Cost":378,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":156,"Cost":105,"Date":"10/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":67,"Cost":52,"Date":"3/2/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":939,"Cost":878,"Date":"6/28/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":8,"Cost":5,"Date":"7/17/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":948,"Cost":596,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":690,"Cost":573,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":438,"Cost":409,"Date":"11/20/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":945,"Cost":869,"Date":"12/16/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":348,"Cost":216,"Date":"12/30/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":345,"Cost":274,"Date":"2/15/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":693,"Cost":368,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":236,"Cost":154,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":109,"Cost":90,"Date":"4/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":132,"Cost":75,"Date":"7/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":944,"Cost":720,"Date":"8/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":422,"Cost":333,"Date":"10/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":322,"Cost":275,"Date":"11/11/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":841,"Cost":779,"Date":"11/30/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":430,"Cost":331,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":66,"Cost":58,"Date":"3/1/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":957,"Cost":497,"Date":"4/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":350,"Cost":247,"Date":"5/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":773,"Cost":511,"Date":"8/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":675,"Cost":639,"Date":"9/15/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":680,"Cost":512,"Date":"10/14/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":337,"Cost":192,"Date":"10/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":405,"Cost":203,"Date":"11/11/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":98,"Cost":49,"Date":"12/7/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":341,"Cost":222,"Date":"12/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":630,"Cost":552,"Date":"1/6/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":140,"Cost":104,"Date":"1/23/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":530,"Cost":450,"Date":"2/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":319,"Cost":199,"Date":"3/10/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":33,"Cost":24,"Date":"3/12/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":560,"Cost":396,"Date":"3/31/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":275,"Cost":217,"Date":"6/16/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":672,"Cost":572,"Date":"6/17/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":714,"Cost":504,"Date":"8/27/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":796,"Cost":647,"Date":"10/1/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":330,"Cost":230,"Date":"11/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":51,"Cost":41,"Date":"11/9/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":782,"Cost":447,"Date":"3/27/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":339,"Cost":208,"Date":"4/17/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":153,"Cost":129,"Date":"8/11/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":382,"Cost":196,"Date":"8/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":929,"Cost":512,"Date":"9/2/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":673,"Cost":540,"Date":"9/5/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":912,"Cost":538,"Date":"9/14/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":828,"Cost":497,"Date":"9/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":506,"Cost":307,"Date":"11/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":4,"Cost":2,"Date":"12/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":348,"Cost":284,"Date":"1/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":902,"Cost":798,"Date":"1/21/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":840,"Cost":442,"Date":"2/9/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":803,"Cost":637,"Date":"3/19/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":697,"Cost":363,"Date":"4/3/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":418,"Cost":289,"Date":"4/5/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":276,"Cost":221,"Date":"4/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":334,"Cost":249,"Date":"7/10/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":707,"Cost":436,"Date":"3/25/2020"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":430,"Cost":219,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":822,"Cost":555,"Date":"10/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":894,"Cost":836,"Date":"3/2/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":975,"Cost":709,"Date":"6/28/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":823,"Cost":599,"Date":"7/17/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":216,"Cost":124,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":125,"Cost":104,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":131,"Cost":100,"Date":"11/20/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":536,"Cost":391,"Date":"12/16/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":436,"Cost":402,"Date":"12/30/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":234,"Cost":154,"Date":"2/15/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":592,"Cost":557,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":267,"Cost":145,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":606,"Cost":533,"Date":"4/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":70,"Cost":59,"Date":"7/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":986,"Cost":887,"Date":"8/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":849,"Cost":790,"Date":"10/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":84,"Cost":66,"Date":"11/11/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":284,"Cost":179,"Date":"11/30/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":896,"Cost":477,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":504,"Cost":408,"Date":"3/1/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":535,"Cost":397,"Date":"4/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":458,"Cost":325,"Date":"5/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":276,"Cost":248,"Date":"8/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":108,"Cost":100,"Date":"9/15/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":893,"Cost":576,"Date":"10/14/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":141,"Cost":134,"Date":"10/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":46,"Cost":38,"Date":"11/11/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":73,"Cost":68,"Date":"12/7/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":918,"Cost":871,"Date":"12/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":375,"Cost":275,"Date":"1/6/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":370,"Cost":319,"Date":"1/23/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":365,"Cost":300,"Date":"2/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":18,"Cost":15,"Date":"3/10/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":50,"Cost":29,"Date":"3/12/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":940,"Cost":529,"Date":"3/31/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":151,"Cost":110,"Date":"6/16/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":805,"Cost":645,"Date":"6/17/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":93,"Cost":59,"Date":"8/27/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":673,"Cost":510,"Date":"10/1/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":978,"Cost":794,"Date":"11/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":779,"Cost":663,"Date":"11/9/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":321,"Cost":189,"Date":"3/27/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":614,"Cost":322,"Date":"4/17/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":457,"Cost":347,"Date":"8/11/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":154,"Cost":125,"Date":"8/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":281,"Cost":213,"Date":"9/2/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":75,"Cost":37,"Date":"9/5/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":287,"Cost":245,"Date":"9/14/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":26,"Cost":19,"Date":"9/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":786,"Cost":531,"Date":"11/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":20,"Cost":13,"Date":"12/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":971,"Cost":669,"Date":"1/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":68,"Cost":62,"Date":"1/21/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":178,"Cost":91,"Date":"2/9/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":6,"Cost":6,"Date":"3/19/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":144,"Cost":97,"Date":"4/3/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":87,"Cost":76,"Date":"4/5/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":610,"Cost":346,"Date":"4/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":238,"Cost":127,"Date":"7/10/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":807,"Cost":752,"Date":"3/25/2020"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":373,"Cost":307,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":566,"Cost":422,"Date":"10/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":38,"Cost":27,"Date":"3/2/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":6,"Cost":3,"Date":"6/28/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":993,"Cost":508,"Date":"7/17/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":762,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":178,"Cost":141,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":464,"Cost":279,"Date":"11/20/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":720,"Cost":551,"Date":"12/16/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":514,"Cost":369,"Date":"12/30/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":62,"Cost":42,"Date":"2/15/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":373,"Cost":319,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":240,"Cost":151,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":133,"Cost":69,"Date":"4/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":778,"Cost":406,"Date":"7/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":394,"Cost":247,"Date":"8/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":687,"Cost":417,"Date":"10/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":40,"Cost":28,"Date":"11/11/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":75,"Cost":43,"Date":"11/30/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":391,"Cost":237,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":304,"Cost":156,"Date":"3/1/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":338,"Cost":171,"Date":"4/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":169,"Cost":156,"Date":"5/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":921,"Cost":757,"Date":"8/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":811,"Cost":462,"Date":"9/15/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":363,"Cost":256,"Date":"10/14/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":387,"Cost":348,"Date":"10/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":405,"Cost":297,"Date":"11/11/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":363,"Cost":265,"Date":"12/7/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":132,"Cost":117,"Date":"12/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":439,"Cost":260,"Date":"1/6/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":519,"Date":"1/23/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":882,"Cost":707,"Date":"2/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":176,"Cost":98,"Date":"3/10/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":882,"Cost":643,"Date":"3/12/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":572,"Cost":306,"Date":"3/31/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":57,"Cost":39,"Date":"6/16/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":290,"Cost":172,"Date":"6/17/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":275,"Cost":256,"Date":"8/27/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":564,"Cost":526,"Date":"10/1/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":620,"Date":"11/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":562,"Cost":504,"Date":"11/9/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":947,"Cost":757,"Date":"3/27/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":881,"Cost":484,"Date":"4/17/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":486,"Cost":371,"Date":"8/11/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":538,"Cost":348,"Date":"8/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":601,"Cost":413,"Date":"9/2/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":883,"Cost":573,"Date":"9/5/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":64,"Cost":58,"Date":"9/14/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":271,"Cost":177,"Date":"9/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":40,"Cost":37,"Date":"11/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":895,"Cost":723,"Date":"12/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":340,"Cost":209,"Date":"1/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":900,"Cost":835,"Date":"1/21/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":725,"Cost":403,"Date":"2/9/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":189,"Cost":121,"Date":"3/19/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":392,"Cost":362,"Date":"4/3/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":657,"Cost":497,"Date":"4/5/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":40,"Cost":32,"Date":"4/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":352,"Cost":334,"Date":"7/10/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":624,"Cost":438,"Date":"3/25/2020"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":16,"Cost":12,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":833,"Cost":749,"Date":"10/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":755,"Cost":414,"Date":"3/2/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":990,"Cost":540,"Date":"6/28/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":93,"Cost":67,"Date":"7/17/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":923,"Cost":467,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":822,"Cost":569,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":776,"Cost":534,"Date":"11/20/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":433,"Cost":219,"Date":"12/16/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":256,"Cost":195,"Date":"12/30/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":546,"Cost":428,"Date":"2/15/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":71,"Cost":53,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":182,"Cost":137,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":96,"Cost":78,"Date":"4/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":794,"Cost":745,"Date":"7/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":80,"Cost":70,"Date":"8/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":272,"Cost":221,"Date":"10/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":791,"Cost":625,"Date":"11/11/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":984,"Cost":883,"Date":"11/30/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":967,"Cost":906,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":452,"Cost":259,"Date":"3/1/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":925,"Cost":472,"Date":"4/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":628,"Cost":572,"Date":"5/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":610,"Cost":497,"Date":"8/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":819,"Cost":704,"Date":"9/15/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":670,"Date":"10/14/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":626,"Cost":545,"Date":"10/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":641,"Cost":414,"Date":"11/11/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":872,"Cost":635,"Date":"12/7/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":878,"Cost":457,"Date":"12/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":538,"Cost":424,"Date":"1/6/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":331,"Cost":243,"Date":"1/23/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":593,"Cost":392,"Date":"2/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":223,"Cost":195,"Date":"3/10/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":846,"Cost":465,"Date":"3/12/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":69,"Cost":61,"Date":"3/31/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":416,"Date":"6/16/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":296,"Cost":279,"Date":"6/17/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":416,"Cost":286,"Date":"8/27/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":926,"Cost":771,"Date":"10/1/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":719,"Cost":419,"Date":"11/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":178,"Cost":99,"Date":"11/9/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":963,"Cost":576,"Date":"3/27/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":333,"Cost":200,"Date":"4/17/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":49,"Cost":46,"Date":"8/11/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":894,"Cost":838,"Date":"8/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":711,"Cost":539,"Date":"9/2/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":266,"Cost":201,"Date":"9/5/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":11,"Cost":9,"Date":"9/14/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":244,"Date":"9/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":645,"Cost":460,"Date":"11/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":738,"Cost":392,"Date":"12/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":847,"Cost":517,"Date":"1/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":99,"Cost":52,"Date":"1/21/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":507,"Cost":407,"Date":"2/9/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":609,"Cost":563,"Date":"3/19/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":214,"Cost":150,"Date":"4/3/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":230,"Cost":214,"Date":"4/5/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":790,"Cost":631,"Date":"4/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":728,"Cost":400,"Date":"7/10/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":795,"Cost":643,"Date":"3/25/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":412,"Cost":234,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":565,"Cost":468,"Date":"10/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":215,"Cost":139,"Date":"3/2/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":678,"Date":"6/28/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":432,"Cost":264,"Date":"7/17/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":400,"Cost":201,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":523,"Cost":429,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":61,"Cost":30,"Date":"11/20/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":444,"Cost":366,"Date":"12/16/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":495,"Cost":258,"Date":"12/30/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":335,"Cost":302,"Date":"2/15/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":771,"Cost":458,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":769,"Cost":436,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":761,"Cost":596,"Date":"4/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":533,"Cost":358,"Date":"7/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":11,"Cost":7,"Date":"8/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":742,"Cost":567,"Date":"10/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":264,"Cost":166,"Date":"11/11/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":565,"Cost":357,"Date":"11/30/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":640,"Cost":503,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":275,"Cost":154,"Date":"3/1/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":771,"Cost":412,"Date":"4/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":411,"Cost":283,"Date":"5/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":50,"Cost":36,"Date":"8/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":311,"Cost":235,"Date":"9/15/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":417,"Cost":289,"Date":"10/14/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":822,"Cost":445,"Date":"10/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":998,"Cost":840,"Date":"11/11/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":425,"Cost":385,"Date":"12/7/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":913,"Cost":508,"Date":"12/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":761,"Cost":481,"Date":"1/6/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":679,"Cost":602,"Date":"1/23/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":972,"Cost":774,"Date":"2/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":691,"Cost":418,"Date":"3/10/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":564,"Cost":386,"Date":"3/12/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":137,"Cost":110,"Date":"3/31/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":299,"Cost":182,"Date":"6/16/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":149,"Cost":75,"Date":"6/17/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":826,"Cost":483,"Date":"8/27/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":490,"Cost":253,"Date":"10/1/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":720,"Cost":473,"Date":"11/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":563,"Cost":308,"Date":"11/9/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":670,"Cost":593,"Date":"3/27/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":972,"Cost":714,"Date":"4/17/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":963,"Cost":838,"Date":"8/11/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":715,"Cost":477,"Date":"8/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":9,"Cost":4,"Date":"9/2/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":907,"Cost":542,"Date":"9/5/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":531,"Cost":434,"Date":"9/14/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":604,"Cost":525,"Date":"9/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":31,"Cost":21,"Date":"11/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":414,"Cost":211,"Date":"12/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":782,"Cost":606,"Date":"1/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":470,"Cost":264,"Date":"1/21/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":421,"Cost":221,"Date":"2/9/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":294,"Cost":229,"Date":"3/19/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":573,"Cost":292,"Date":"4/3/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":353,"Cost":196,"Date":"4/5/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":225,"Cost":177,"Date":"4/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":831,"Cost":640,"Date":"7/10/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":339,"Cost":184,"Date":"3/25/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":706,"Cost":391,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":55,"Cost":44,"Date":"10/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":893,"Cost":550,"Date":"3/2/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":127,"Cost":93,"Date":"6/28/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":559,"Cost":346,"Date":"7/17/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":429,"Cost":243,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":871,"Cost":488,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":806,"Cost":708,"Date":"11/20/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":738,"Cost":580,"Date":"12/16/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":34,"Cost":30,"Date":"12/30/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":992,"Cost":562,"Date":"2/15/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":820,"Cost":510,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":207,"Cost":134,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":793,"Cost":416,"Date":"4/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":356,"Cost":312,"Date":"7/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":438,"Cost":302,"Date":"8/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":196,"Cost":142,"Date":"10/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":786,"Cost":545,"Date":"11/11/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":65,"Cost":41,"Date":"11/30/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":252,"Cost":126,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":924,"Cost":512,"Date":"3/1/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":643,"Cost":567,"Date":"4/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":691,"Cost":501,"Date":"5/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":169,"Cost":142,"Date":"8/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":348,"Cost":220,"Date":"9/15/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":344,"Cost":307,"Date":"10/14/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":1000,"Cost":804,"Date":"10/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":565,"Cost":282,"Date":"11/11/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":113,"Cost":106,"Date":"12/7/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":800,"Cost":423,"Date":"12/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":922,"Cost":746,"Date":"1/6/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":29,"Cost":17,"Date":"1/23/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":187,"Cost":129,"Date":"2/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":620,"Cost":423,"Date":"3/10/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":969,"Cost":868,"Date":"3/12/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":584,"Cost":533,"Date":"3/31/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":665,"Cost":467,"Date":"6/16/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":784,"Cost":524,"Date":"6/17/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":551,"Cost":341,"Date":"8/27/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":360,"Cost":330,"Date":"10/1/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":363,"Cost":240,"Date":"11/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":54,"Cost":44,"Date":"11/9/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":859,"Cost":811,"Date":"3/27/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":920,"Cost":631,"Date":"4/17/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":559,"Cost":340,"Date":"8/11/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":953,"Cost":833,"Date":"8/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":407,"Cost":327,"Date":"9/2/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":237,"Cost":174,"Date":"9/5/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":359,"Cost":331,"Date":"9/14/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":693,"Cost":529,"Date":"9/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":996,"Cost":819,"Date":"11/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":682,"Cost":343,"Date":"12/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":706,"Cost":603,"Date":"1/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":718,"Cost":429,"Date":"1/21/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":441,"Cost":241,"Date":"2/9/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":777,"Cost":685,"Date":"3/19/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":225,"Cost":190,"Date":"4/3/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":391,"Cost":318,"Date":"4/5/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":581,"Cost":508,"Date":"4/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":780,"Cost":614,"Date":"7/10/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":69,"Cost":48,"Date":"3/25/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":34,"Cost":28,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":892,"Cost":497,"Date":"10/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":380,"Cost":302,"Date":"3/2/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":115,"Cost":75,"Date":"6/28/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":478,"Date":"7/17/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":354,"Cost":206,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":548,"Cost":367,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":590,"Cost":360,"Date":"11/20/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":601,"Cost":373,"Date":"12/16/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":394,"Cost":247,"Date":"12/30/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":243,"Cost":145,"Date":"2/15/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":210,"Cost":115,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":219,"Cost":159,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":254,"Cost":159,"Date":"4/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":983,"Cost":876,"Date":"7/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":661,"Cost":355,"Date":"8/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":975,"Cost":759,"Date":"10/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":203,"Cost":164,"Date":"11/11/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":711,"Cost":383,"Date":"11/30/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":403,"Cost":212,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":186,"Cost":137,"Date":"3/1/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":679,"Cost":462,"Date":"4/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":174,"Cost":147,"Date":"5/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":25,"Cost":16,"Date":"8/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":984,"Cost":598,"Date":"9/15/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":725,"Cost":596,"Date":"10/14/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":412,"Cost":303,"Date":"10/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":388,"Cost":222,"Date":"11/11/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":819,"Cost":741,"Date":"12/7/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":340,"Cost":286,"Date":"12/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":655,"Cost":495,"Date":"1/6/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":30,"Cost":27,"Date":"1/23/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":710,"Cost":459,"Date":"2/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":202,"Cost":173,"Date":"3/10/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":30,"Cost":17,"Date":"3/12/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":732,"Cost":641,"Date":"3/31/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":784,"Cost":517,"Date":"6/16/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":482,"Date":"6/17/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":834,"Cost":552,"Date":"8/27/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":380,"Cost":297,"Date":"10/1/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":800,"Cost":455,"Date":"11/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":596,"Cost":349,"Date":"11/9/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":426,"Cost":223,"Date":"3/27/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":661,"Cost":447,"Date":"4/17/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":38,"Cost":20,"Date":"8/11/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":477,"Cost":247,"Date":"8/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":684,"Cost":404,"Date":"9/2/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":9,"Cost":5,"Date":"9/5/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":291,"Cost":172,"Date":"9/14/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":531,"Cost":367,"Date":"9/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":442,"Cost":374,"Date":"11/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":783,"Cost":633,"Date":"12/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":835,"Cost":573,"Date":"1/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":383,"Cost":287,"Date":"1/21/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":877,"Cost":768,"Date":"2/9/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":435,"Cost":308,"Date":"3/19/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":681,"Cost":548,"Date":"4/3/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":315,"Cost":242,"Date":"4/5/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":23,"Cost":14,"Date":"4/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":798,"Cost":427,"Date":"7/10/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":576,"Cost":507,"Date":"3/25/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":504,"Cost":333,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":874,"Cost":567,"Date":"10/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":101,"Cost":55,"Date":"3/2/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":184,"Cost":105,"Date":"6/28/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":59,"Cost":54,"Date":"7/17/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":839,"Cost":700,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":561,"Cost":456,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":166,"Cost":85,"Date":"11/20/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":985,"Cost":657,"Date":"12/16/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":784,"Cost":434,"Date":"12/30/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":347,"Cost":296,"Date":"2/15/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":74,"Cost":46,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":922,"Cost":780,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":309,"Cost":179,"Date":"4/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":536,"Cost":505,"Date":"7/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":325,"Cost":286,"Date":"8/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":506,"Cost":319,"Date":"10/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":280,"Cost":222,"Date":"11/11/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":744,"Cost":452,"Date":"11/30/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":94,"Cost":68,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":770,"Cost":469,"Date":"3/1/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":631,"Cost":372,"Date":"4/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":852,"Cost":493,"Date":"5/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":604,"Cost":450,"Date":"8/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":368,"Cost":188,"Date":"9/15/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":116,"Cost":74,"Date":"10/14/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":625,"Cost":403,"Date":"10/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":722,"Cost":456,"Date":"11/11/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":546,"Cost":291,"Date":"12/7/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":998,"Cost":895,"Date":"12/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":841,"Cost":534,"Date":"1/6/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":617,"Cost":439,"Date":"1/23/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":69,"Cost":43,"Date":"2/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":142,"Cost":101,"Date":"3/10/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":2,"Cost":2,"Date":"3/12/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":720,"Cost":401,"Date":"3/31/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":889,"Cost":674,"Date":"6/16/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":305,"Cost":246,"Date":"6/17/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":113,"Cost":88,"Date":"8/27/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":305,"Cost":171,"Date":"10/1/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":901,"Cost":851,"Date":"11/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":878,"Cost":799,"Date":"11/9/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":295,"Cost":262,"Date":"3/27/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":394,"Cost":316,"Date":"4/17/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":173,"Cost":100,"Date":"8/11/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":52,"Cost":30,"Date":"8/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":908,"Cost":648,"Date":"9/2/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":429,"Cost":392,"Date":"9/5/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":188,"Cost":145,"Date":"9/14/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":353,"Cost":333,"Date":"9/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":99,"Cost":53,"Date":"11/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":870,"Cost":576,"Date":"12/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":130,"Cost":75,"Date":"1/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":480,"Cost":248,"Date":"1/21/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":910,"Cost":625,"Date":"2/9/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":195,"Cost":142,"Date":"3/19/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":576,"Cost":534,"Date":"4/3/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":247,"Cost":227,"Date":"4/5/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":202,"Cost":178,"Date":"4/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":759,"Cost":382,"Date":"7/10/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":734,"Cost":556,"Date":"3/25/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":622,"Cost":390,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":502,"Cost":464,"Date":"10/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":294,"Cost":214,"Date":"3/2/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":989,"Cost":790,"Date":"6/28/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":592,"Cost":503,"Date":"7/17/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":24,"Cost":22,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":906,"Cost":843,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":646,"Cost":326,"Date":"11/20/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":421,"Cost":398,"Date":"12/16/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":535,"Cost":474,"Date":"12/30/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":400,"Cost":271,"Date":"2/15/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":611,"Cost":523,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":93,"Cost":82,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":345,"Cost":289,"Date":"4/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":655,"Cost":538,"Date":"7/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":986,"Cost":906,"Date":"8/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":305,"Cost":248,"Date":"10/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":39,"Cost":25,"Date":"11/11/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":611,"Cost":344,"Date":"11/30/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":115,"Cost":86,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":48,"Cost":27,"Date":"3/1/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":137,"Cost":80,"Date":"4/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":8,"Cost":6,"Date":"5/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":394,"Cost":237,"Date":"8/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":658,"Cost":370,"Date":"9/15/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":93,"Cost":48,"Date":"10/14/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":828,"Cost":702,"Date":"10/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":966,"Cost":636,"Date":"11/11/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":557,"Cost":290,"Date":"12/7/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":865,"Cost":754,"Date":"12/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":740,"Cost":373,"Date":"1/6/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":24,"Cost":16,"Date":"1/23/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":894,"Cost":621,"Date":"2/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":281,"Cost":225,"Date":"3/10/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":84,"Cost":59,"Date":"3/12/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":767,"Cost":482,"Date":"3/31/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":519,"Cost":305,"Date":"6/16/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":507,"Cost":276,"Date":"6/17/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":944,"Cost":757,"Date":"8/27/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":502,"Cost":297,"Date":"10/1/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":72,"Cost":37,"Date":"11/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":869,"Cost":503,"Date":"11/9/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":497,"Cost":309,"Date":"3/27/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":972,"Cost":596,"Date":"4/17/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":585,"Cost":350,"Date":"8/11/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":523,"Cost":326,"Date":"8/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":967,"Cost":509,"Date":"9/2/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":252,"Cost":131,"Date":"9/5/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":670,"Cost":340,"Date":"9/14/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":967,"Cost":727,"Date":"9/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":718,"Cost":377,"Date":"11/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":550,"Cost":328,"Date":"12/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":664,"Cost":342,"Date":"1/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":741,"Cost":666,"Date":"1/21/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":748,"Cost":575,"Date":"2/9/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":62,"Cost":57,"Date":"3/19/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":130,"Cost":70,"Date":"4/3/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":296,"Cost":160,"Date":"4/5/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":865,"Cost":783,"Date":"4/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":92,"Cost":64,"Date":"7/10/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":934,"Cost":573,"Date":"3/25/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":489,"Cost":324,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":235,"Cost":200,"Date":"10/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":275,"Cost":255,"Date":"3/2/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":516,"Cost":467,"Date":"6/28/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":432,"Cost":369,"Date":"7/17/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":354,"Cost":301,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":29,"Cost":26,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":126,"Cost":105,"Date":"11/20/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":667,"Cost":474,"Date":"12/16/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":927,"Cost":751,"Date":"12/30/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":194,"Cost":166,"Date":"2/15/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":478,"Cost":441,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":603,"Cost":457,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":209,"Cost":187,"Date":"4/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":509,"Cost":354,"Date":"7/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":612,"Cost":316,"Date":"8/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":958,"Cost":886,"Date":"10/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":117,"Cost":61,"Date":"11/11/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":812,"Cost":755,"Date":"11/30/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":497,"Cost":467,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":956,"Cost":710,"Date":"3/1/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":749,"Cost":424,"Date":"4/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":50,"Cost":29,"Date":"5/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":64,"Cost":43,"Date":"8/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":181,"Cost":135,"Date":"9/15/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":633,"Cost":517,"Date":"10/14/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":511,"Cost":296,"Date":"10/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":836,"Cost":627,"Date":"11/11/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":663,"Cost":443,"Date":"12/7/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":144,"Cost":111,"Date":"12/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":981,"Cost":836,"Date":"1/6/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":844,"Cost":623,"Date":"1/23/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":72,"Cost":47,"Date":"2/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":576,"Cost":309,"Date":"3/10/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":361,"Cost":225,"Date":"3/12/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":299,"Cost":184,"Date":"3/31/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":192,"Cost":100,"Date":"6/16/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":827,"Cost":633,"Date":"6/17/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":714,"Cost":546,"Date":"8/27/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":818,"Cost":725,"Date":"10/1/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":619,"Cost":571,"Date":"11/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":304,"Cost":233,"Date":"11/9/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":247,"Date":"3/27/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":661,"Cost":406,"Date":"4/17/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":167,"Cost":130,"Date":"8/11/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":499,"Cost":338,"Date":"8/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":633,"Cost":408,"Date":"9/2/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":59,"Cost":30,"Date":"9/5/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":888,"Cost":773,"Date":"9/14/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":945,"Cost":719,"Date":"9/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":819,"Cost":430,"Date":"11/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":23,"Cost":22,"Date":"12/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":266,"Cost":188,"Date":"1/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":648,"Cost":337,"Date":"1/21/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":62,"Cost":59,"Date":"2/9/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":857,"Cost":748,"Date":"3/19/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":135,"Cost":98,"Date":"4/3/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":196,"Cost":148,"Date":"4/5/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":55,"Cost":31,"Date":"4/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":350,"Cost":178,"Date":"7/10/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":333,"Cost":259,"Date":"3/25/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":15,"Cost":14,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":570,"Cost":300,"Date":"10/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":741,"Cost":495,"Date":"3/2/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":944,"Cost":614,"Date":"6/28/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":930,"Cost":572,"Date":"7/17/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":529,"Cost":499,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":237,"Cost":156,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":184,"Cost":104,"Date":"11/20/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":315,"Cost":178,"Date":"12/16/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":536,"Cost":463,"Date":"12/30/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":215,"Cost":196,"Date":"2/15/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":542,"Cost":409,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":950,"Cost":624,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":891,"Cost":682,"Date":"4/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":659,"Cost":587,"Date":"7/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":302,"Cost":267,"Date":"8/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":959,"Cost":486,"Date":"10/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":468,"Cost":375,"Date":"11/11/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":775,"Cost":529,"Date":"11/30/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":624,"Cost":363,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":24,"Cost":14,"Date":"3/1/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":855,"Cost":793,"Date":"4/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":543,"Cost":375,"Date":"5/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":212,"Cost":188,"Date":"8/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":297,"Cost":184,"Date":"9/15/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":633,"Cost":533,"Date":"10/14/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":66,"Cost":35,"Date":"10/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":441,"Cost":384,"Date":"11/11/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":688,"Cost":458,"Date":"12/7/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":459,"Cost":359,"Date":"12/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":347,"Cost":190,"Date":"1/6/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":84,"Cost":68,"Date":"1/23/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":179,"Cost":94,"Date":"2/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":236,"Cost":199,"Date":"3/10/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":302,"Cost":272,"Date":"3/12/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":811,"Cost":691,"Date":"3/31/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":478,"Cost":390,"Date":"6/16/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":505,"Cost":373,"Date":"6/17/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":36,"Cost":18,"Date":"8/27/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":772,"Cost":582,"Date":"10/1/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":52,"Cost":47,"Date":"11/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":597,"Cost":450,"Date":"11/9/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":351,"Cost":237,"Date":"3/27/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":968,"Cost":893,"Date":"4/17/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":348,"Cost":194,"Date":"8/11/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":431,"Cost":343,"Date":"8/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":800,"Cost":626,"Date":"9/2/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":845,"Cost":498,"Date":"9/5/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":492,"Cost":285,"Date":"9/14/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":312,"Cost":206,"Date":"9/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":507,"Cost":401,"Date":"11/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":392,"Cost":334,"Date":"12/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":686,"Cost":444,"Date":"1/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":321,"Cost":194,"Date":"1/21/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":123,"Cost":103,"Date":"2/9/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":520,"Cost":449,"Date":"3/19/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":366,"Cost":307,"Date":"4/3/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":454,"Cost":242,"Date":"4/5/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":424,"Cost":260,"Date":"4/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":455,"Cost":264,"Date":"7/10/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":134,"Cost":113,"Date":"3/25/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":205,"Cost":150,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":415,"Cost":239,"Date":"10/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":261,"Cost":162,"Date":"3/2/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":902,"Cost":812,"Date":"6/28/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":758,"Cost":492,"Date":"7/17/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":497,"Cost":249,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":947,"Cost":603,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":654,"Cost":502,"Date":"11/20/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":882,"Cost":549,"Date":"12/16/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":870,"Cost":750,"Date":"12/30/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":357,"Cost":269,"Date":"2/15/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":437,"Cost":313,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":571,"Cost":345,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":813,"Cost":727,"Date":"4/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":9,"Cost":7,"Date":"7/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":88,"Cost":48,"Date":"8/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":389,"Cost":210,"Date":"10/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":305,"Cost":234,"Date":"11/11/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":90,"Cost":60,"Date":"11/30/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":354,"Cost":328,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":237,"Cost":127,"Date":"3/1/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":464,"Cost":406,"Date":"4/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":40,"Cost":22,"Date":"5/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":376,"Cost":193,"Date":"8/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":534,"Cost":467,"Date":"9/15/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":557,"Cost":525,"Date":"10/14/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":288,"Cost":176,"Date":"10/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":682,"Cost":494,"Date":"11/11/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":851,"Cost":621,"Date":"12/7/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":262,"Cost":183,"Date":"12/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":537,"Cost":435,"Date":"1/6/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":833,"Cost":665,"Date":"1/23/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":89,"Cost":48,"Date":"2/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":766,"Cost":640,"Date":"3/10/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":791,"Cost":725,"Date":"3/12/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":981,"Cost":698,"Date":"3/31/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":602,"Cost":401,"Date":"6/16/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":318,"Cost":302,"Date":"6/17/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":276,"Cost":187,"Date":"8/27/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":280,"Cost":179,"Date":"10/1/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":616,"Cost":586,"Date":"11/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":739,"Cost":423,"Date":"11/9/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":956,"Cost":753,"Date":"3/27/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":492,"Cost":274,"Date":"4/17/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":275,"Date":"8/11/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":713,"Cost":376,"Date":"8/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":567,"Cost":286,"Date":"9/2/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":815,"Cost":517,"Date":"9/5/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":178,"Cost":139,"Date":"9/14/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":343,"Cost":318,"Date":"9/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":659,"Cost":547,"Date":"11/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":817,"Cost":552,"Date":"12/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":132,"Cost":67,"Date":"1/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":678,"Cost":401,"Date":"1/21/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":559,"Cost":502,"Date":"2/9/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":208,"Cost":167,"Date":"3/19/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":207,"Cost":128,"Date":"4/3/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":767,"Cost":506,"Date":"4/5/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":652,"Cost":555,"Date":"4/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":445,"Cost":299,"Date":"7/10/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":73,"Cost":53,"Date":"3/25/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":661,"Cost":459,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":847,"Cost":601,"Date":"10/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":482,"Cost":333,"Date":"3/2/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":573,"Cost":287,"Date":"6/28/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":15,"Cost":15,"Date":"7/17/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":280,"Cost":207,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":503,"Cost":287,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":926,"Cost":642,"Date":"11/20/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":366,"Cost":336,"Date":"12/16/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":630,"Cost":598,"Date":"12/30/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":23,"Cost":16,"Date":"2/15/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":667,"Cost":398,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":924,"Cost":508,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":11,"Cost":6,"Date":"4/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":687,"Cost":533,"Date":"7/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":599,"Cost":375,"Date":"8/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":399,"Cost":205,"Date":"10/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":532,"Cost":383,"Date":"11/11/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":443,"Cost":358,"Date":"11/30/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":998,"Cost":859,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":393,"Cost":198,"Date":"3/1/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":355,"Cost":269,"Date":"4/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":264,"Cost":189,"Date":"5/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":312,"Cost":279,"Date":"8/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":858,"Cost":591,"Date":"9/15/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":259,"Cost":142,"Date":"10/14/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":911,"Cost":689,"Date":"10/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":252,"Cost":228,"Date":"11/11/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":602,"Cost":375,"Date":"12/7/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":234,"Cost":146,"Date":"12/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":789,"Cost":715,"Date":"1/6/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":818,"Cost":705,"Date":"1/23/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":659,"Cost":575,"Date":"2/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":3,"Cost":1,"Date":"3/10/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":924,"Cost":799,"Date":"3/12/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":183,"Cost":135,"Date":"3/31/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":674,"Cost":475,"Date":"6/16/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":136,"Cost":77,"Date":"6/17/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":350,"Cost":247,"Date":"8/27/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":910,"Cost":481,"Date":"10/1/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":13,"Cost":6,"Date":"11/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":158,"Cost":144,"Date":"11/9/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":833,"Cost":455,"Date":"3/27/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":215,"Cost":172,"Date":"4/17/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":789,"Cost":496,"Date":"8/11/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":110,"Cost":92,"Date":"8/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":243,"Cost":129,"Date":"9/2/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":949,"Cost":813,"Date":"9/5/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":344,"Cost":271,"Date":"9/14/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":172,"Cost":130,"Date":"9/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":679,"Cost":508,"Date":"11/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":526,"Cost":348,"Date":"12/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":762,"Cost":438,"Date":"1/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":22,"Cost":18,"Date":"1/21/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":74,"Cost":60,"Date":"2/9/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":427,"Cost":357,"Date":"3/19/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":61,"Cost":36,"Date":"4/3/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":465,"Cost":281,"Date":"4/5/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":594,"Cost":364,"Date":"4/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":886,"Cost":470,"Date":"7/10/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":234,"Cost":169,"Date":"3/25/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":524,"Cost":311,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":900,"Cost":670,"Date":"10/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":272,"Cost":185,"Date":"3/2/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":783,"Cost":678,"Date":"6/28/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":623,"Cost":359,"Date":"7/17/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":173,"Cost":154,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":162,"Cost":144,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":92,"Cost":48,"Date":"11/20/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":893,"Cost":545,"Date":"12/16/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":824,"Cost":521,"Date":"12/30/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":825,"Cost":774,"Date":"2/15/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":746,"Cost":379,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":119,"Cost":99,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":934,"Cost":486,"Date":"4/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":192,"Cost":168,"Date":"7/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":989,"Cost":642,"Date":"8/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":519,"Cost":416,"Date":"10/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":678,"Cost":429,"Date":"11/11/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":622,"Cost":390,"Date":"11/30/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":658,"Cost":573,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":892,"Cost":838,"Date":"3/1/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":83,"Cost":77,"Date":"4/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":115,"Cost":102,"Date":"5/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":408,"Cost":323,"Date":"8/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":22,"Cost":20,"Date":"9/15/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":987,"Cost":717,"Date":"10/14/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":589,"Date":"10/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":25,"Cost":13,"Date":"11/11/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":621,"Cost":323,"Date":"12/7/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":458,"Cost":396,"Date":"12/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":417,"Cost":394,"Date":"1/6/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":695,"Cost":389,"Date":"1/23/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":545,"Cost":441,"Date":"2/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":652,"Cost":372,"Date":"3/10/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":727,"Cost":400,"Date":"3/12/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":355,"Cost":334,"Date":"3/31/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":785,"Cost":665,"Date":"6/16/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":778,"Cost":486,"Date":"6/17/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":50,"Cost":25,"Date":"8/27/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":98,"Cost":90,"Date":"10/1/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":8,"Cost":5,"Date":"11/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":283,"Cost":163,"Date":"11/9/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":14,"Cost":10,"Date":"3/27/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":445,"Cost":249,"Date":"4/17/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":64,"Cost":54,"Date":"8/11/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":78,"Cost":71,"Date":"8/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":413,"Cost":340,"Date":"9/2/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":780,"Cost":540,"Date":"9/5/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":581,"Cost":400,"Date":"9/14/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":425,"Cost":229,"Date":"9/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":207,"Cost":193,"Date":"11/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":832,"Cost":512,"Date":"12/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":397,"Cost":199,"Date":"1/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":257,"Cost":215,"Date":"1/21/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":775,"Cost":450,"Date":"2/9/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":479,"Cost":413,"Date":"3/19/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":699,"Cost":623,"Date":"4/3/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":497,"Cost":346,"Date":"4/5/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":651,"Cost":459,"Date":"4/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":546,"Cost":410,"Date":"7/10/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":11,"Cost":7,"Date":"3/25/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":381,"Cost":251,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":134,"Cost":105,"Date":"10/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":74,"Cost":38,"Date":"3/2/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":260,"Cost":198,"Date":"6/28/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":898,"Cost":641,"Date":"7/17/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":384,"Cost":352,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":542,"Cost":376,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":339,"Cost":176,"Date":"11/20/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":62,"Date":"12/16/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":161,"Date":"12/30/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":470,"Cost":287,"Date":"2/15/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":552,"Cost":293,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":109,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":472,"Cost":274,"Date":"4/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":613,"Cost":366,"Date":"7/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":751,"Cost":663,"Date":"8/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":6,"Date":"10/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":442,"Cost":418,"Date":"11/11/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":441,"Cost":400,"Date":"11/30/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":735,"Cost":627,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":928,"Cost":801,"Date":"3/1/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":81,"Cost":63,"Date":"4/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":103,"Cost":52,"Date":"5/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":429,"Cost":291,"Date":"8/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":688,"Cost":484,"Date":"9/15/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":165,"Cost":93,"Date":"10/14/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":260,"Cost":171,"Date":"10/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":427,"Cost":264,"Date":"11/11/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":247,"Cost":165,"Date":"12/7/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":979,"Cost":778,"Date":"12/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":334,"Cost":167,"Date":"1/6/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":525,"Cost":324,"Date":"1/23/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":247,"Cost":180,"Date":"2/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":243,"Cost":158,"Date":"3/10/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":699,"Cost":450,"Date":"3/12/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":127,"Cost":68,"Date":"3/31/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":836,"Cost":589,"Date":"6/16/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":733,"Cost":550,"Date":"6/17/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":800,"Cost":408,"Date":"8/27/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":766,"Cost":446,"Date":"10/1/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":834,"Cost":659,"Date":"11/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":217,"Cost":193,"Date":"11/9/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":227,"Cost":199,"Date":"3/27/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":194,"Cost":145,"Date":"4/17/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":877,"Cost":661,"Date":"8/11/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":531,"Cost":292,"Date":"8/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":978,"Cost":566,"Date":"9/2/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":365,"Cost":233,"Date":"9/5/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":137,"Cost":88,"Date":"9/14/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":174,"Cost":105,"Date":"9/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":576,"Cost":401,"Date":"11/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":729,"Cost":647,"Date":"12/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":202,"Cost":158,"Date":"1/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":733,"Cost":485,"Date":"1/21/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":551,"Cost":499,"Date":"2/9/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":172,"Cost":138,"Date":"3/19/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":769,"Cost":670,"Date":"4/3/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":601,"Cost":360,"Date":"4/5/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":10,"Cost":8,"Date":"4/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":732,"Cost":484,"Date":"7/10/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":780,"Cost":394,"Date":"3/25/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":98,"Cost":59,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":789,"Cost":476,"Date":"10/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":635,"Cost":555,"Date":"3/2/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":320,"Cost":266,"Date":"6/28/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":432,"Cost":382,"Date":"7/17/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":7,"Cost":3,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":613,"Cost":428,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":279,"Cost":258,"Date":"11/20/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":370,"Cost":332,"Date":"12/16/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":188,"Cost":171,"Date":"12/30/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":969,"Cost":495,"Date":"2/15/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":818,"Cost":584,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":743,"Cost":602,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":638,"Cost":542,"Date":"4/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":740,"Cost":388,"Date":"7/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":831,"Cost":635,"Date":"8/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":699,"Cost":650,"Date":"10/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":9,"Cost":5,"Date":"11/11/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":894,"Cost":499,"Date":"11/30/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":160,"Cost":133,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":788,"Cost":596,"Date":"3/1/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":656,"Cost":417,"Date":"4/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":195,"Cost":172,"Date":"5/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":41,"Cost":27,"Date":"8/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":771,"Cost":503,"Date":"9/15/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":844,"Cost":733,"Date":"10/14/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":186,"Date":"10/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":233,"Cost":142,"Date":"11/11/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":766,"Cost":599,"Date":"12/7/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":391,"Cost":345,"Date":"12/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":334,"Cost":196,"Date":"1/6/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":688,"Cost":370,"Date":"1/23/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":736,"Cost":587,"Date":"2/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":180,"Cost":126,"Date":"3/10/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":411,"Cost":375,"Date":"3/12/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":548,"Cost":361,"Date":"3/31/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":888,"Cost":717,"Date":"6/16/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":451,"Cost":426,"Date":"6/17/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":33,"Date":"8/27/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":897,"Cost":845,"Date":"10/1/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":966,"Cost":734,"Date":"11/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":167,"Cost":94,"Date":"11/9/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":732,"Cost":607,"Date":"3/27/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":911,"Cost":861,"Date":"4/17/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":845,"Cost":626,"Date":"8/11/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":289,"Cost":222,"Date":"8/21/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":834,"Cost":420,"Date":"9/2/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":460,"Cost":404,"Date":"9/5/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":176,"Cost":142,"Date":"9/14/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":750,"Cost":623,"Date":"9/20/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":464,"Cost":438,"Date":"11/20/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":394,"Cost":270,"Date":"12/21/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":429,"Cost":214,"Date":"1/7/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":891,"Cost":540,"Date":"1/21/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":698,"Cost":426,"Date":"2/9/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":137,"Cost":119,"Date":"3/19/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":632,"Cost":534,"Date":"4/3/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":519,"Cost":311,"Date":"4/5/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":496,"Cost":398,"Date":"4/28/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":28,"Cost":14,"Date":"7/10/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":748,"Cost":528,"Date":"3/25/2020"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":16,"Cost":14,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":529,"Cost":349,"Date":"10/28/2020"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":775,"Cost":539,"Date":"3/2/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":221,"Cost":145,"Date":"6/28/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":308,"Cost":270,"Date":"7/17/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":905,"Cost":851,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":971,"Cost":817,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":123,"Cost":100,"Date":"11/20/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":892,"Cost":457,"Date":"12/16/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":819,"Cost":722,"Date":"12/30/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":802,"Cost":434,"Date":"2/15/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":178,"Cost":142,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":220,"Cost":169,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":359,"Cost":195,"Date":"4/18/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":832,"Cost":580,"Date":"7/27/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":338,"Cost":282,"Date":"8/18/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":207,"Cost":128,"Date":"10/31/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":43,"Date":"11/11/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":76,"Cost":65,"Date":"11/30/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":224,"Cost":184,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":267,"Cost":191,"Date":"3/1/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":812,"Cost":714,"Date":"4/13/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":977,"Cost":899,"Date":"5/20/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":823,"Cost":527,"Date":"8/13/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":530,"Cost":292,"Date":"9/15/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":187,"Date":"10/14/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":379,"Cost":311,"Date":"10/28/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":285,"Cost":156,"Date":"11/11/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":158,"Cost":146,"Date":"12/7/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":579,"Cost":523,"Date":"12/21/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":569,"Cost":452,"Date":"1/6/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":531,"Cost":366,"Date":"1/23/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":287,"Cost":152,"Date":"2/4/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":467,"Cost":362,"Date":"3/10/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":118,"Cost":66,"Date":"3/12/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":530,"Cost":278,"Date":"3/31/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":945,"Cost":620,"Date":"6/16/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":582,"Date":"6/17/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":582,"Cost":414,"Date":"8/27/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":462,"Cost":418,"Date":"10/1/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":950,"Cost":574,"Date":"11/4/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":45,"Cost":30,"Date":"11/9/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":642,"Cost":572,"Date":"3/27/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":916,"Cost":534,"Date":"4/17/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":722,"Cost":457,"Date":"8/11/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":929,"Cost":614,"Date":"8/21/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":861,"Cost":513,"Date":"9/2/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":691,"Cost":567,"Date":"9/5/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":595,"Cost":430,"Date":"9/14/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":293,"Cost":203,"Date":"9/20/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":454,"Cost":369,"Date":"11/20/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":375,"Cost":342,"Date":"12/21/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":666,"Cost":387,"Date":"1/7/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":252,"Cost":197,"Date":"1/21/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":47,"Cost":36,"Date":"2/9/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":965,"Cost":883,"Date":"3/19/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":735,"Cost":580,"Date":"4/3/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":775,"Cost":601,"Date":"4/5/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":269,"Cost":160,"Date":"4/28/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":691,"Cost":418,"Date":"7/10/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":757,"Cost":584,"Date":"3/25/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":891,"Cost":803,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":48,"Cost":39,"Date":"10/28/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":978,"Cost":610,"Date":"3/2/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":289,"Cost":168,"Date":"6/28/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":447,"Cost":411,"Date":"7/17/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":232,"Cost":154,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":596,"Cost":349,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":722,"Cost":575,"Date":"11/20/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":767,"Cost":698,"Date":"12/16/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":525,"Cost":486,"Date":"12/30/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":263,"Cost":160,"Date":"2/15/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":487,"Cost":266,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":779,"Cost":542,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":370,"Cost":220,"Date":"4/18/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":959,"Cost":582,"Date":"7/27/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":913,"Cost":760,"Date":"8/18/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":601,"Cost":452,"Date":"10/31/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":375,"Cost":241,"Date":"11/11/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":767,"Cost":406,"Date":"11/30/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":346,"Cost":227,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":665,"Cost":417,"Date":"3/1/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":80,"Cost":63,"Date":"4/13/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":935,"Cost":599,"Date":"5/20/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":588,"Cost":470,"Date":"8/13/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":631,"Cost":412,"Date":"9/15/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":785,"Cost":547,"Date":"10/14/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":842,"Cost":562,"Date":"10/28/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":266,"Cost":151,"Date":"11/11/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":581,"Cost":454,"Date":"12/7/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":452,"Cost":325,"Date":"12/21/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":280,"Cost":157,"Date":"1/6/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":167,"Date":"1/23/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":576,"Cost":296,"Date":"2/4/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":444,"Cost":369,"Date":"3/10/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":970,"Cost":503,"Date":"3/12/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":946,"Cost":580,"Date":"3/31/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":575,"Cost":419,"Date":"6/16/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":305,"Cost":245,"Date":"6/17/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":916,"Cost":704,"Date":"8/27/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":833,"Cost":625,"Date":"10/1/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":103,"Cost":74,"Date":"11/4/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":537,"Cost":291,"Date":"11/9/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":994,"Cost":634,"Date":"3/27/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":367,"Cost":216,"Date":"4/17/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":496,"Cost":382,"Date":"8/11/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":118,"Cost":78,"Date":"8/21/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":444,"Cost":403,"Date":"9/2/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":576,"Cost":339,"Date":"9/5/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":106,"Cost":79,"Date":"9/14/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":819,"Cost":663,"Date":"9/20/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":216,"Cost":180,"Date":"11/20/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":234,"Cost":201,"Date":"12/21/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":901,"Cost":828,"Date":"1/7/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":131,"Cost":92,"Date":"1/21/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":769,"Cost":464,"Date":"2/9/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":255,"Cost":139,"Date":"3/19/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":698,"Cost":473,"Date":"4/3/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":625,"Cost":387,"Date":"4/5/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":351,"Cost":222,"Date":"4/28/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":942,"Cost":725,"Date":"7/10/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":724,"Cost":502,"Date":"3/25/2020"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":79,"Cost":56,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":952,"Cost":867,"Date":"10/28/2020"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":742,"Cost":617,"Date":"3/2/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":1,"Cost":0,"Date":"6/28/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":445,"Cost":359,"Date":"7/17/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":95,"Cost":81,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":490,"Cost":436,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":208,"Cost":168,"Date":"11/20/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":718,"Cost":391,"Date":"12/16/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":239,"Cost":194,"Date":"12/30/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":138,"Cost":92,"Date":"2/15/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":551,"Cost":485,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":731,"Cost":687,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":332,"Cost":278,"Date":"4/18/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":705,"Cost":550,"Date":"7/27/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":113,"Cost":81,"Date":"8/18/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":596,"Cost":417,"Date":"10/31/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":160,"Cost":107,"Date":"11/11/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":908,"Cost":520,"Date":"11/30/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":812,"Cost":669,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":462,"Cost":312,"Date":"3/1/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":643,"Cost":416,"Date":"4/13/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":587,"Cost":496,"Date":"5/20/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":430,"Cost":224,"Date":"8/13/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":657,"Cost":386,"Date":"9/15/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":888,"Cost":788,"Date":"10/14/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":369,"Cost":311,"Date":"10/28/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":25,"Cost":23,"Date":"11/11/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":23,"Cost":20,"Date":"12/7/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":276,"Cost":221,"Date":"12/21/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":117,"Date":"1/6/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":415,"Cost":333,"Date":"1/23/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":921,"Cost":693,"Date":"2/4/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":953,"Cost":626,"Date":"3/10/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":673,"Cost":397,"Date":"3/12/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":104,"Cost":83,"Date":"3/31/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":102,"Cost":64,"Date":"6/16/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":713,"Cost":630,"Date":"6/17/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":629,"Date":"8/27/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":861,"Cost":711,"Date":"10/1/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":392,"Cost":244,"Date":"11/4/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":863,"Cost":693,"Date":"11/9/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":51,"Cost":43,"Date":"3/27/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":79,"Cost":52,"Date":"4/17/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":842,"Cost":608,"Date":"8/11/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":958,"Cost":509,"Date":"8/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":415,"Cost":247,"Date":"9/2/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":804,"Cost":555,"Date":"9/5/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":959,"Cost":503,"Date":"9/14/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":836,"Cost":585,"Date":"9/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":242,"Cost":121,"Date":"11/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":414,"Cost":250,"Date":"12/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":44,"Date":"1/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":870,"Cost":707,"Date":"1/21/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":841,"Cost":474,"Date":"2/9/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":237,"Cost":192,"Date":"3/19/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":400,"Cost":325,"Date":"4/3/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":342,"Cost":183,"Date":"4/5/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":827,"Cost":771,"Date":"4/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":346,"Cost":211,"Date":"7/10/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":946,"Cost":789,"Date":"3/25/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":163,"Cost":130,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":10,"Cost":9,"Date":"10/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":747,"Cost":624,"Date":"3/2/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":244,"Cost":212,"Date":"6/28/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":878,"Cost":461,"Date":"7/17/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":44,"Cost":41,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":43,"Cost":33,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":81,"Cost":57,"Date":"11/20/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":774,"Cost":471,"Date":"12/16/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":252,"Cost":190,"Date":"12/30/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":118,"Cost":103,"Date":"2/15/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":799,"Cost":421,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":433,"Cost":333,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":616,"Cost":381,"Date":"4/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":7,"Cost":5,"Date":"7/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":352,"Cost":282,"Date":"8/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":149,"Cost":140,"Date":"10/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":66,"Cost":34,"Date":"11/11/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":187,"Cost":102,"Date":"11/30/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":664,"Cost":516,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":492,"Cost":399,"Date":"3/1/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":40,"Cost":25,"Date":"4/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":860,"Cost":739,"Date":"5/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":56,"Date":"8/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":997,"Cost":694,"Date":"9/15/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":954,"Cost":622,"Date":"10/14/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":479,"Cost":292,"Date":"10/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":228,"Cost":141,"Date":"11/11/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":808,"Cost":746,"Date":"12/7/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":762,"Cost":522,"Date":"12/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":558,"Cost":516,"Date":"1/6/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":731,"Cost":564,"Date":"1/23/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":920,"Cost":553,"Date":"2/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":50,"Cost":31,"Date":"3/10/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":216,"Cost":142,"Date":"3/12/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":229,"Cost":182,"Date":"3/31/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":1,"Cost":0,"Date":"6/16/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":867,"Cost":641,"Date":"6/17/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":622,"Cost":314,"Date":"8/27/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":786,"Cost":714,"Date":"10/1/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":42,"Cost":34,"Date":"11/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":542,"Cost":375,"Date":"11/9/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":17,"Cost":16,"Date":"3/27/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":441,"Cost":238,"Date":"4/17/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":943,"Cost":634,"Date":"8/11/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":965,"Cost":881,"Date":"8/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":268,"Cost":186,"Date":"9/2/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":359,"Cost":311,"Date":"9/5/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":763,"Cost":538,"Date":"9/14/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":956,"Cost":669,"Date":"9/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":213,"Cost":183,"Date":"11/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":205,"Cost":142,"Date":"12/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":976,"Cost":810,"Date":"1/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":799,"Cost":618,"Date":"1/21/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":691,"Cost":628,"Date":"2/9/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":764,"Cost":610,"Date":"3/19/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":490,"Cost":454,"Date":"4/3/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":515,"Cost":347,"Date":"4/5/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":320,"Cost":182,"Date":"4/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":987,"Cost":575,"Date":"7/10/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":585,"Cost":553,"Date":"3/25/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":491,"Cost":376,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":560,"Cost":435,"Date":"10/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":688,"Cost":583,"Date":"3/2/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":867,"Cost":499,"Date":"6/28/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":682,"Cost":464,"Date":"7/17/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":824,"Cost":636,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":271,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":667,"Cost":378,"Date":"11/20/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":835,"Cost":469,"Date":"12/16/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":396,"Cost":313,"Date":"12/30/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":175,"Cost":116,"Date":"2/15/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":520,"Cost":324,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":925,"Cost":781,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":829,"Cost":714,"Date":"4/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":756,"Cost":706,"Date":"7/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":489,"Cost":377,"Date":"8/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":761,"Cost":569,"Date":"10/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":697,"Cost":449,"Date":"11/11/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":712,"Cost":498,"Date":"11/30/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":419,"Cost":319,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":197,"Cost":165,"Date":"3/1/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":162,"Cost":132,"Date":"4/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":349,"Cost":206,"Date":"5/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":338,"Cost":316,"Date":"8/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":189,"Cost":113,"Date":"9/15/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":973,"Cost":602,"Date":"10/14/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":371,"Cost":235,"Date":"10/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":296,"Cost":277,"Date":"11/11/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":359,"Cost":217,"Date":"12/7/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":290,"Cost":156,"Date":"12/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":563,"Cost":385,"Date":"1/6/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":702,"Cost":520,"Date":"1/23/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":402,"Cost":330,"Date":"2/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":172,"Cost":119,"Date":"3/10/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":217,"Cost":160,"Date":"3/12/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":469,"Cost":274,"Date":"3/31/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":419,"Cost":228,"Date":"6/16/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":944,"Cost":818,"Date":"6/17/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":340,"Cost":260,"Date":"8/27/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":427,"Cost":269,"Date":"10/1/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":253,"Cost":133,"Date":"11/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":31,"Cost":20,"Date":"11/9/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":299,"Cost":160,"Date":"3/27/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":116,"Cost":88,"Date":"4/17/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":726,"Cost":516,"Date":"8/11/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":853,"Cost":457,"Date":"8/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":90,"Date":"9/2/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":994,"Cost":726,"Date":"9/5/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":440,"Cost":269,"Date":"9/14/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":934,"Cost":640,"Date":"9/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":953,"Cost":533,"Date":"11/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":491,"Cost":253,"Date":"12/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":414,"Cost":348,"Date":"1/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":356,"Cost":311,"Date":"1/21/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":20,"Cost":16,"Date":"2/9/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":478,"Cost":422,"Date":"3/19/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":737,"Cost":683,"Date":"4/3/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":107,"Cost":71,"Date":"4/5/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":247,"Cost":228,"Date":"4/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":240,"Cost":180,"Date":"7/10/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":34,"Cost":33,"Date":"3/25/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":921,"Cost":601,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":513,"Cost":315,"Date":"10/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":907,"Cost":841,"Date":"3/2/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":342,"Cost":311,"Date":"6/28/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":657,"Cost":422,"Date":"7/17/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":467,"Cost":339,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":916,"Cost":747,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":164,"Cost":127,"Date":"11/20/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":756,"Cost":568,"Date":"12/16/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":250,"Cost":221,"Date":"12/30/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":932,"Cost":883,"Date":"2/15/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":664,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":739,"Cost":474,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":340,"Cost":212,"Date":"4/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":976,"Cost":522,"Date":"7/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":499,"Cost":305,"Date":"8/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":550,"Cost":300,"Date":"10/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":434,"Cost":222,"Date":"11/11/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":452,"Cost":398,"Date":"11/30/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":367,"Cost":320,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":407,"Cost":215,"Date":"3/1/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":867,"Cost":622,"Date":"4/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":449,"Cost":280,"Date":"5/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":107,"Cost":75,"Date":"8/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":185,"Cost":128,"Date":"9/15/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":237,"Cost":148,"Date":"10/14/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":341,"Cost":270,"Date":"10/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":930,"Cost":731,"Date":"11/11/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":539,"Cost":405,"Date":"12/7/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":873,"Cost":769,"Date":"12/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":965,"Cost":624,"Date":"1/6/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":960,"Cost":589,"Date":"1/23/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":62,"Cost":48,"Date":"2/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":508,"Cost":336,"Date":"3/10/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":583,"Cost":360,"Date":"3/12/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":813,"Cost":484,"Date":"3/31/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":406,"Cost":305,"Date":"6/16/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":585,"Cost":438,"Date":"6/17/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":732,"Cost":454,"Date":"8/27/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":208,"Cost":184,"Date":"10/1/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":871,"Cost":716,"Date":"11/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":935,"Cost":877,"Date":"11/9/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":125,"Cost":83,"Date":"3/27/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":491,"Cost":453,"Date":"4/17/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":146,"Cost":88,"Date":"8/11/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":562,"Cost":360,"Date":"8/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":758,"Cost":581,"Date":"9/2/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":8,"Cost":7,"Date":"9/5/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":481,"Cost":373,"Date":"9/14/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":160,"Cost":104,"Date":"9/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":528,"Cost":444,"Date":"11/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":667,"Cost":604,"Date":"12/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":916,"Cost":592,"Date":"1/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":880,"Cost":567,"Date":"1/21/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":96,"Cost":59,"Date":"2/9/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":689,"Cost":596,"Date":"3/19/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":562,"Cost":530,"Date":"4/3/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":685,"Cost":568,"Date":"4/5/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":942,"Cost":829,"Date":"4/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":181,"Cost":136,"Date":"7/10/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":797,"Cost":711,"Date":"3/25/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":933,"Cost":725,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":436,"Cost":391,"Date":"10/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":743,"Cost":539,"Date":"3/2/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":326,"Cost":170,"Date":"6/28/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":57,"Cost":53,"Date":"7/17/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":499,"Cost":284,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":12,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":656,"Cost":363,"Date":"11/20/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":511,"Cost":453,"Date":"12/16/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":424,"Cost":345,"Date":"12/30/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":37,"Cost":28,"Date":"2/15/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":844,"Cost":611,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":687,"Cost":517,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":159,"Cost":88,"Date":"4/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":424,"Cost":228,"Date":"7/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":721,"Cost":410,"Date":"8/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":196,"Cost":108,"Date":"10/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":929,"Cost":572,"Date":"11/11/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":96,"Cost":79,"Date":"11/30/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":168,"Cost":105,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":300,"Cost":208,"Date":"3/1/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":127,"Cost":78,"Date":"4/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":448,"Cost":406,"Date":"5/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":627,"Cost":476,"Date":"8/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":16,"Cost":8,"Date":"9/15/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":663,"Cost":521,"Date":"10/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":203,"Cost":189,"Date":"10/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":136,"Cost":89,"Date":"11/11/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":667,"Cost":515,"Date":"12/7/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":235,"Cost":223,"Date":"12/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":715,"Cost":677,"Date":"1/6/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":236,"Cost":169,"Date":"1/23/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":302,"Cost":284,"Date":"2/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":904,"Cost":775,"Date":"3/10/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":411,"Cost":267,"Date":"3/12/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":544,"Cost":295,"Date":"3/31/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":443,"Cost":407,"Date":"6/16/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":948,"Cost":653,"Date":"6/17/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":185,"Cost":157,"Date":"8/27/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":580,"Cost":530,"Date":"10/1/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":721,"Cost":522,"Date":"11/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":534,"Cost":344,"Date":"11/9/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":908,"Cost":616,"Date":"3/27/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":919,"Cost":468,"Date":"4/17/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":471,"Cost":378,"Date":"8/11/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":145,"Cost":114,"Date":"8/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":54,"Cost":50,"Date":"9/2/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":42,"Date":"9/5/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":35,"Cost":27,"Date":"9/14/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":256,"Cost":132,"Date":"9/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":321,"Cost":217,"Date":"11/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":906,"Cost":703,"Date":"12/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":428,"Cost":229,"Date":"1/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":56,"Cost":48,"Date":"1/21/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":211,"Cost":116,"Date":"2/9/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":38,"Cost":35,"Date":"3/19/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":805,"Cost":476,"Date":"4/3/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":114,"Cost":108,"Date":"4/5/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":880,"Cost":515,"Date":"4/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":248,"Cost":150,"Date":"7/10/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":510,"Cost":419,"Date":"3/25/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":510,"Cost":314,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":54,"Cost":50,"Date":"10/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":216,"Cost":161,"Date":"3/2/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":511,"Date":"6/28/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":690,"Cost":365,"Date":"7/17/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":306,"Cost":172,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":802,"Cost":498,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":536,"Cost":310,"Date":"11/20/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":556,"Cost":452,"Date":"12/16/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":930,"Cost":807,"Date":"12/30/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":978,"Cost":885,"Date":"2/15/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":420,"Cost":300,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":687,"Cost":545,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":322,"Cost":282,"Date":"4/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":836,"Cost":646,"Date":"7/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":220,"Cost":173,"Date":"8/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":913,"Cost":761,"Date":"10/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":341,"Cost":175,"Date":"11/11/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":433,"Cost":312,"Date":"11/30/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":364,"Cost":287,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":514,"Cost":323,"Date":"3/1/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":210,"Cost":180,"Date":"4/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":846,"Cost":512,"Date":"5/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":659,"Cost":369,"Date":"8/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":264,"Cost":242,"Date":"9/15/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":443,"Cost":402,"Date":"10/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":455,"Cost":385,"Date":"10/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":656,"Cost":396,"Date":"11/11/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":346,"Cost":298,"Date":"12/7/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":200,"Cost":114,"Date":"12/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":40,"Cost":20,"Date":"1/6/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":330,"Cost":219,"Date":"1/23/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":292,"Cost":204,"Date":"2/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":162,"Cost":119,"Date":"3/10/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":778,"Cost":693,"Date":"3/12/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":253,"Cost":239,"Date":"3/31/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":176,"Cost":126,"Date":"6/16/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":97,"Cost":57,"Date":"6/17/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":414,"Cost":279,"Date":"8/27/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":417,"Cost":366,"Date":"10/1/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":538,"Cost":376,"Date":"11/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":759,"Cost":464,"Date":"11/9/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":943,"Cost":826,"Date":"3/27/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":352,"Cost":269,"Date":"4/17/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":36,"Cost":26,"Date":"8/11/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":886,"Cost":546,"Date":"8/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":457,"Cost":270,"Date":"9/2/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":687,"Cost":585,"Date":"9/5/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":948,"Cost":684,"Date":"9/14/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":544,"Cost":455,"Date":"9/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":685,"Cost":569,"Date":"11/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":404,"Cost":322,"Date":"12/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":370,"Cost":302,"Date":"1/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":484,"Cost":403,"Date":"1/21/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":57,"Cost":39,"Date":"2/9/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":333,"Cost":269,"Date":"3/19/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":682,"Cost":450,"Date":"4/3/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":874,"Cost":790,"Date":"4/5/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":145,"Cost":124,"Date":"4/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":230,"Cost":191,"Date":"7/10/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":631,"Cost":584,"Date":"3/25/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":150,"Cost":98,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":307,"Cost":209,"Date":"10/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":605,"Cost":490,"Date":"3/2/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":836,"Cost":500,"Date":"6/28/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":13,"Cost":8,"Date":"7/17/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":96,"Cost":63,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":709,"Cost":496,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":52,"Date":"11/20/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":11,"Cost":8,"Date":"12/16/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":109,"Cost":90,"Date":"12/30/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":657,"Cost":485,"Date":"2/15/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":17,"Cost":11,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":150,"Cost":117,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":105,"Cost":73,"Date":"4/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":157,"Cost":136,"Date":"7/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":168,"Cost":112,"Date":"8/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":41,"Cost":39,"Date":"10/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":468,"Cost":294,"Date":"11/11/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":782,"Cost":506,"Date":"11/30/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":225,"Cost":124,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":354,"Cost":255,"Date":"3/1/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":785,"Cost":401,"Date":"4/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":640,"Cost":566,"Date":"5/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":583,"Cost":334,"Date":"8/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":35,"Cost":33,"Date":"9/15/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":70,"Cost":39,"Date":"10/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":357,"Cost":206,"Date":"10/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":165,"Cost":139,"Date":"11/11/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":641,"Cost":471,"Date":"12/7/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":705,"Cost":433,"Date":"12/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":680,"Cost":454,"Date":"1/6/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":158,"Cost":128,"Date":"1/23/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":80,"Cost":52,"Date":"2/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":926,"Cost":465,"Date":"3/10/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":700,"Date":"3/12/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":55,"Cost":37,"Date":"3/31/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":810,"Cost":564,"Date":"6/16/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":922,"Cost":606,"Date":"6/17/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":279,"Cost":239,"Date":"8/27/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":556,"Cost":352,"Date":"10/1/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":47,"Cost":40,"Date":"11/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":180,"Cost":111,"Date":"11/9/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":743,"Cost":495,"Date":"3/27/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":114,"Cost":99,"Date":"4/17/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":749,"Cost":549,"Date":"8/11/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":1,"Cost":0,"Date":"8/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":177,"Cost":89,"Date":"9/2/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":144,"Cost":134,"Date":"9/5/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":137,"Cost":70,"Date":"9/14/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":915,"Cost":471,"Date":"9/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":203,"Cost":118,"Date":"11/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":199,"Cost":108,"Date":"12/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":452,"Cost":424,"Date":"1/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":877,"Cost":561,"Date":"1/21/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":79,"Cost":60,"Date":"2/9/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":878,"Cost":459,"Date":"3/19/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":117,"Cost":76,"Date":"4/3/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":692,"Cost":361,"Date":"4/5/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":100,"Cost":77,"Date":"4/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":66,"Cost":61,"Date":"7/10/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":403,"Cost":217,"Date":"3/25/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":90,"Cost":54,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":907,"Cost":481,"Date":"10/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":389,"Cost":258,"Date":"3/2/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":942,"Cost":777,"Date":"6/28/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":877,"Cost":709,"Date":"7/17/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":540,"Cost":363,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":70,"Cost":55,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":203,"Cost":165,"Date":"11/20/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":692,"Cost":484,"Date":"12/16/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":844,"Cost":606,"Date":"12/30/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":176,"Cost":99,"Date":"2/15/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":888,"Cost":786,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":660,"Cost":332,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":419,"Cost":225,"Date":"4/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":800,"Cost":656,"Date":"7/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":441,"Cost":273,"Date":"8/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":49,"Cost":26,"Date":"10/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":494,"Cost":414,"Date":"11/11/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":68,"Cost":41,"Date":"11/30/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":538,"Cost":495,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":937,"Cost":744,"Date":"3/1/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":995,"Cost":804,"Date":"4/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":915,"Cost":596,"Date":"5/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":471,"Cost":262,"Date":"8/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":143,"Cost":128,"Date":"9/15/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":383,"Cost":355,"Date":"10/14/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":792,"Cost":713,"Date":"10/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":687,"Cost":501,"Date":"11/11/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":975,"Cost":822,"Date":"12/7/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":334,"Cost":182,"Date":"12/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":558,"Cost":309,"Date":"1/6/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":283,"Cost":151,"Date":"1/23/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":905,"Cost":804,"Date":"2/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":38,"Cost":31,"Date":"3/10/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":144,"Cost":134,"Date":"3/12/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":467,"Cost":234,"Date":"3/31/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":681,"Cost":477,"Date":"6/16/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":714,"Cost":528,"Date":"6/17/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":69,"Cost":47,"Date":"8/27/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":122,"Cost":76,"Date":"10/1/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":282,"Cost":176,"Date":"11/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":808,"Cost":585,"Date":"11/9/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":104,"Cost":84,"Date":"3/27/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":924,"Cost":552,"Date":"4/17/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":101,"Cost":51,"Date":"8/11/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":669,"Cost":608,"Date":"8/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":880,"Cost":813,"Date":"9/2/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":504,"Cost":282,"Date":"9/5/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":448,"Cost":275,"Date":"9/14/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":881,"Cost":469,"Date":"9/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":701,"Cost":433,"Date":"11/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":637,"Cost":344,"Date":"12/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":801,"Cost":703,"Date":"1/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":862,"Cost":721,"Date":"1/21/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":527,"Cost":495,"Date":"2/9/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":938,"Cost":704,"Date":"3/19/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":172,"Cost":87,"Date":"4/3/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":969,"Cost":727,"Date":"4/5/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":8,"Cost":5,"Date":"4/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":667,"Cost":611,"Date":"7/10/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":480,"Cost":388,"Date":"3/25/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":695,"Cost":409,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":681,"Cost":409,"Date":"10/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":134,"Cost":122,"Date":"3/2/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":129,"Cost":101,"Date":"6/28/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":78,"Cost":51,"Date":"7/17/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":90,"Cost":64,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":995,"Cost":627,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":930,"Cost":472,"Date":"11/20/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":930,"Cost":824,"Date":"12/16/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":824,"Cost":635,"Date":"12/30/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":5,"Cost":5,"Date":"2/15/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":113,"Cost":98,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":415,"Cost":255,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":463,"Cost":292,"Date":"4/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":850,"Cost":650,"Date":"7/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":147,"Cost":96,"Date":"8/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":514,"Cost":305,"Date":"10/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":560,"Cost":314,"Date":"11/11/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":759,"Cost":513,"Date":"11/30/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":965,"Cost":755,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":506,"Cost":376,"Date":"3/1/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":412,"Cost":304,"Date":"4/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":869,"Cost":597,"Date":"5/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":369,"Cost":238,"Date":"8/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":314,"Cost":277,"Date":"9/15/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":651,"Cost":551,"Date":"10/14/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":649,"Cost":474,"Date":"10/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":794,"Cost":461,"Date":"11/11/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":63,"Cost":46,"Date":"12/7/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":67,"Cost":60,"Date":"12/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":636,"Cost":465,"Date":"1/6/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":534,"Cost":487,"Date":"1/23/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":499,"Cost":432,"Date":"2/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":644,"Cost":566,"Date":"3/10/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":357,"Cost":246,"Date":"3/12/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":408,"Cost":324,"Date":"3/31/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":705,"Cost":398,"Date":"6/16/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":577,"Cost":409,"Date":"6/17/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":45,"Date":"8/27/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":89,"Cost":62,"Date":"10/1/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":132,"Cost":73,"Date":"11/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":703,"Cost":421,"Date":"11/9/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":125,"Cost":84,"Date":"3/27/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":646,"Cost":458,"Date":"4/17/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":220,"Cost":170,"Date":"8/11/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":469,"Cost":412,"Date":"8/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":15,"Cost":10,"Date":"9/2/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":26,"Cost":18,"Date":"9/5/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":429,"Cost":221,"Date":"9/14/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":929,"Cost":660,"Date":"9/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":856,"Cost":802,"Date":"11/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":763,"Cost":699,"Date":"12/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":448,"Cost":262,"Date":"1/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":315,"Cost":183,"Date":"1/21/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":511,"Cost":470,"Date":"2/9/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":391,"Cost":313,"Date":"3/19/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":398,"Cost":294,"Date":"4/3/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":471,"Cost":398,"Date":"4/5/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":160,"Cost":87,"Date":"4/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":674,"Cost":386,"Date":"7/10/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":979,"Cost":825,"Date":"3/25/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":515,"Cost":440,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":328,"Cost":257,"Date":"10/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":868,"Cost":659,"Date":"3/2/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":479,"Cost":314,"Date":"6/28/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":206,"Cost":183,"Date":"7/17/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":688,"Cost":619,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":461,"Cost":237,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":336,"Cost":312,"Date":"11/20/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":304,"Cost":173,"Date":"12/16/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":880,"Cost":566,"Date":"12/30/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":901,"Cost":502,"Date":"2/15/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":203,"Cost":104,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":658,"Cost":501,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":128,"Cost":64,"Date":"4/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":648,"Cost":533,"Date":"7/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":616,"Cost":553,"Date":"8/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":918,"Cost":695,"Date":"10/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":481,"Cost":371,"Date":"11/11/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":38,"Cost":36,"Date":"11/30/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":4,"Cost":3,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":647,"Cost":607,"Date":"3/1/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":132,"Cost":99,"Date":"4/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":670,"Cost":593,"Date":"5/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":978,"Cost":828,"Date":"8/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":827,"Cost":674,"Date":"9/15/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":937,"Cost":721,"Date":"10/14/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":340,"Cost":257,"Date":"10/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":5,"Cost":4,"Date":"11/11/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":199,"Cost":147,"Date":"12/7/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":662,"Cost":438,"Date":"12/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":780,"Cost":565,"Date":"1/6/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":807,"Cost":457,"Date":"1/23/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":875,"Cost":660,"Date":"2/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":218,"Cost":149,"Date":"3/10/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":33,"Cost":17,"Date":"3/12/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":805,"Cost":712,"Date":"3/31/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":212,"Cost":132,"Date":"6/16/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":260,"Cost":207,"Date":"6/17/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":920,"Cost":565,"Date":"8/27/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":456,"Cost":418,"Date":"10/1/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":47,"Cost":32,"Date":"11/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":117,"Cost":70,"Date":"11/9/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":66,"Cost":52,"Date":"3/27/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":923,"Cost":600,"Date":"4/17/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":92,"Cost":69,"Date":"8/11/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":579,"Cost":354,"Date":"8/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":851,"Cost":646,"Date":"9/2/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":638,"Cost":563,"Date":"9/5/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":951,"Cost":757,"Date":"9/14/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":139,"Cost":128,"Date":"9/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":19,"Cost":16,"Date":"11/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":765,"Cost":587,"Date":"12/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":193,"Cost":113,"Date":"1/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":373,"Cost":347,"Date":"1/21/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":357,"Cost":333,"Date":"2/9/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":241,"Cost":178,"Date":"3/19/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":21,"Cost":19,"Date":"4/3/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":950,"Cost":553,"Date":"4/5/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":243,"Cost":139,"Date":"4/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":428,"Cost":249,"Date":"7/10/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":77,"Cost":51,"Date":"3/25/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":300,"Cost":218,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":659,"Cost":599,"Date":"10/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":306,"Cost":169,"Date":"3/2/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":5,"Cost":3,"Date":"6/28/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":420,"Cost":243,"Date":"7/17/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":17,"Cost":8,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":982,"Cost":835,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":789,"Cost":671,"Date":"11/20/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":191,"Cost":171,"Date":"12/16/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":887,"Cost":636,"Date":"12/30/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":345,"Cost":184,"Date":"2/15/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":156,"Cost":104,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":28,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":159,"Date":"4/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":314,"Cost":185,"Date":"7/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":843,"Cost":771,"Date":"8/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":139,"Date":"10/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":383,"Cost":241,"Date":"11/11/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":130,"Cost":77,"Date":"11/30/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":782,"Cost":548,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":971,"Cost":619,"Date":"3/1/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":522,"Cost":355,"Date":"4/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":643,"Cost":547,"Date":"5/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":595,"Cost":561,"Date":"8/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":295,"Cost":194,"Date":"9/15/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":988,"Cost":717,"Date":"10/14/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":758,"Cost":504,"Date":"10/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":566,"Cost":405,"Date":"11/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":754,"Cost":404,"Date":"12/7/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":686,"Cost":598,"Date":"12/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":145,"Cost":74,"Date":"1/6/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":545,"Cost":337,"Date":"1/23/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":345,"Cost":267,"Date":"2/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":497,"Cost":343,"Date":"3/10/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":29,"Cost":28,"Date":"3/12/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":183,"Cost":161,"Date":"3/31/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":240,"Cost":150,"Date":"6/16/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":680,"Cost":588,"Date":"6/17/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":826,"Cost":559,"Date":"8/27/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":891,"Cost":826,"Date":"10/1/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":250,"Cost":161,"Date":"11/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":279,"Cost":170,"Date":"11/9/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":592,"Cost":434,"Date":"3/27/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":534,"Cost":436,"Date":"4/17/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":119,"Cost":110,"Date":"8/11/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":977,"Cost":762,"Date":"8/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":310,"Cost":274,"Date":"9/2/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":115,"Cost":78,"Date":"9/5/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":261,"Cost":190,"Date":"9/14/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":841,"Cost":637,"Date":"9/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":171,"Cost":137,"Date":"11/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":406,"Cost":336,"Date":"12/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":579,"Cost":301,"Date":"1/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":546,"Cost":288,"Date":"1/21/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":281,"Cost":156,"Date":"2/9/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":806,"Cost":445,"Date":"3/19/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":865,"Cost":581,"Date":"4/3/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":627,"Cost":418,"Date":"4/5/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":418,"Cost":373,"Date":"4/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":802,"Cost":588,"Date":"7/10/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":725,"Cost":484,"Date":"3/25/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":533,"Cost":317,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":617,"Cost":454,"Date":"10/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":317,"Cost":166,"Date":"3/2/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":663,"Cost":581,"Date":"6/28/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":966,"Cost":726,"Date":"7/17/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":687,"Cost":397,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":299,"Cost":222,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":749,"Cost":432,"Date":"11/20/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":337,"Cost":293,"Date":"12/16/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":778,"Cost":517,"Date":"12/30/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":584,"Cost":374,"Date":"2/15/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":620,"Cost":546,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":269,"Cost":237,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":884,"Cost":600,"Date":"4/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":702,"Cost":414,"Date":"7/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":657,"Cost":549,"Date":"8/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":417,"Cost":384,"Date":"10/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":13,"Cost":10,"Date":"11/11/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":809,"Cost":672,"Date":"11/30/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":759,"Cost":591,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":626,"Cost":404,"Date":"3/1/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":476,"Cost":443,"Date":"4/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":507,"Cost":330,"Date":"5/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":609,"Cost":536,"Date":"8/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":701,"Cost":630,"Date":"9/15/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":760,"Cost":471,"Date":"10/14/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":758,"Cost":686,"Date":"10/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":996,"Cost":913,"Date":"11/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":247,"Cost":217,"Date":"12/7/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":596,"Cost":520,"Date":"12/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":602,"Cost":331,"Date":"1/6/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":347,"Cost":229,"Date":"1/23/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":392,"Cost":318,"Date":"2/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":819,"Cost":519,"Date":"3/10/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":718,"Cost":424,"Date":"3/12/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":753,"Cost":577,"Date":"3/31/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":201,"Cost":111,"Date":"6/16/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":157,"Cost":116,"Date":"6/17/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":791,"Cost":689,"Date":"8/27/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":715,"Cost":410,"Date":"10/1/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":326,"Cost":304,"Date":"11/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":733,"Cost":482,"Date":"11/9/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":628,"Date":"3/27/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":18,"Cost":10,"Date":"4/17/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":956,"Cost":838,"Date":"8/11/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":791,"Cost":450,"Date":"8/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":357,"Cost":228,"Date":"9/2/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":509,"Cost":386,"Date":"9/5/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":878,"Cost":701,"Date":"9/14/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":262,"Cost":242,"Date":"9/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":140,"Cost":85,"Date":"11/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":66,"Cost":52,"Date":"12/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":807,"Cost":601,"Date":"1/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":883,"Cost":744,"Date":"1/21/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":669,"Cost":417,"Date":"2/9/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":343,"Cost":233,"Date":"3/19/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":571,"Cost":337,"Date":"4/3/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":599,"Cost":554,"Date":"4/5/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":975,"Cost":547,"Date":"4/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":944,"Cost":719,"Date":"7/10/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":691,"Cost":590,"Date":"3/25/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":428,"Cost":341,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":858,"Cost":708,"Date":"10/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":876,"Cost":536,"Date":"3/2/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":286,"Cost":267,"Date":"6/28/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":988,"Cost":854,"Date":"7/17/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":368,"Cost":316,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":229,"Cost":175,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":600,"Cost":319,"Date":"11/20/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":816,"Cost":486,"Date":"12/16/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":406,"Cost":311,"Date":"12/30/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":685,"Cost":353,"Date":"2/15/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":956,"Cost":887,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":98,"Cost":66,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":284,"Cost":230,"Date":"4/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":649,"Cost":555,"Date":"7/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":106,"Cost":67,"Date":"8/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":176,"Cost":136,"Date":"10/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":653,"Cost":412,"Date":"11/11/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":674,"Cost":358,"Date":"11/30/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":598,"Cost":319,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":842,"Cost":780,"Date":"3/1/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":471,"Cost":349,"Date":"4/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":693,"Cost":572,"Date":"5/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":151,"Cost":92,"Date":"8/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":133,"Cost":77,"Date":"9/15/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":793,"Cost":666,"Date":"10/14/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":905,"Cost":463,"Date":"10/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":788,"Cost":671,"Date":"11/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":94,"Cost":61,"Date":"12/7/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":473,"Cost":363,"Date":"12/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":124,"Cost":89,"Date":"1/6/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":745,"Cost":571,"Date":"1/23/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":615,"Cost":364,"Date":"2/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":890,"Cost":750,"Date":"3/10/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":902,"Cost":653,"Date":"3/12/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":386,"Date":"3/31/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":365,"Cost":314,"Date":"6/16/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":47,"Cost":24,"Date":"6/17/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":166,"Cost":117,"Date":"8/27/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":887,"Cost":801,"Date":"10/1/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":587,"Cost":350,"Date":"11/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":918,"Cost":721,"Date":"11/9/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":566,"Cost":456,"Date":"3/27/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":612,"Cost":548,"Date":"4/17/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":16,"Cost":13,"Date":"8/11/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":263,"Date":"8/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":487,"Cost":317,"Date":"9/2/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":132,"Date":"9/5/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":26,"Cost":23,"Date":"9/14/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":658,"Cost":376,"Date":"9/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":563,"Cost":363,"Date":"11/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":191,"Cost":160,"Date":"12/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":209,"Cost":182,"Date":"1/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":825,"Cost":445,"Date":"1/21/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":551,"Cost":301,"Date":"2/9/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":238,"Cost":200,"Date":"3/19/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":885,"Cost":557,"Date":"4/3/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":601,"Cost":504,"Date":"4/5/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":825,"Cost":697,"Date":"4/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":65,"Cost":62,"Date":"7/10/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":549,"Cost":412,"Date":"3/25/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":96,"Cost":64,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":317,"Date":"10/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":672,"Cost":588,"Date":"3/2/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":263,"Cost":182,"Date":"6/28/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":641,"Cost":529,"Date":"7/17/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":283,"Cost":161,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":568,"Cost":355,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":291,"Cost":219,"Date":"11/20/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":937,"Cost":681,"Date":"12/16/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":651,"Cost":377,"Date":"12/30/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":160,"Cost":136,"Date":"2/15/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":291,"Cost":264,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":937,"Cost":752,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":267,"Cost":178,"Date":"4/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":721,"Cost":362,"Date":"7/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":34,"Cost":33,"Date":"8/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":181,"Cost":141,"Date":"10/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":506,"Cost":257,"Date":"11/11/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":972,"Cost":646,"Date":"11/30/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":505,"Cost":254,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":15,"Cost":9,"Date":"3/1/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":843,"Cost":764,"Date":"4/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":855,"Cost":534,"Date":"5/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":165,"Cost":117,"Date":"8/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":296,"Cost":231,"Date":"9/15/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":931,"Cost":729,"Date":"10/14/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":25,"Cost":21,"Date":"10/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":56,"Cost":43,"Date":"11/11/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":95,"Cost":65,"Date":"12/7/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":191,"Cost":95,"Date":"12/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":49,"Cost":41,"Date":"1/6/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":617,"Cost":458,"Date":"1/23/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":388,"Cost":267,"Date":"2/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":588,"Cost":452,"Date":"3/10/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":2,"Cost":1,"Date":"3/12/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":99,"Cost":83,"Date":"3/31/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":254,"Cost":207,"Date":"6/16/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":809,"Cost":570,"Date":"6/17/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":257,"Cost":157,"Date":"8/27/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":681,"Cost":644,"Date":"10/1/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":321,"Cost":237,"Date":"11/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":37,"Cost":28,"Date":"11/9/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":449,"Cost":298,"Date":"3/27/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":326,"Cost":229,"Date":"4/17/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":103,"Cost":92,"Date":"8/11/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":668,"Cost":573,"Date":"8/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":468,"Cost":264,"Date":"9/2/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":539,"Cost":439,"Date":"9/5/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":320,"Cost":203,"Date":"9/14/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":645,"Cost":497,"Date":"9/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":977,"Cost":754,"Date":"11/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":70,"Cost":36,"Date":"12/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":742,"Cost":433,"Date":"1/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":605,"Cost":356,"Date":"1/21/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":370,"Cost":197,"Date":"2/9/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":448,"Cost":419,"Date":"3/19/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":845,"Cost":753,"Date":"4/3/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":752,"Cost":571,"Date":"4/5/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":413,"Cost":358,"Date":"4/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":843,"Cost":746,"Date":"7/10/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":994,"Cost":586,"Date":"3/25/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":431,"Cost":375,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":312,"Cost":249,"Date":"10/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":718,"Cost":608,"Date":"3/2/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":282,"Cost":181,"Date":"6/28/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":541,"Cost":403,"Date":"7/17/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":426,"Cost":253,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":359,"Cost":236,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":748,"Cost":550,"Date":"11/20/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":54,"Cost":48,"Date":"12/16/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":437,"Cost":415,"Date":"12/30/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":680,"Cost":534,"Date":"2/15/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":580,"Cost":523,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":27,"Cost":26,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":305,"Cost":206,"Date":"4/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":581,"Cost":446,"Date":"7/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":553,"Cost":514,"Date":"8/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":342,"Cost":211,"Date":"10/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":642,"Cost":463,"Date":"11/11/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":994,"Cost":931,"Date":"11/30/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":708,"Cost":429,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":335,"Cost":302,"Date":"3/1/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":166,"Cost":109,"Date":"4/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":607,"Cost":433,"Date":"5/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":607,"Cost":357,"Date":"8/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":778,"Cost":700,"Date":"9/15/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":268,"Cost":177,"Date":"10/14/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":388,"Cost":233,"Date":"10/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":531,"Cost":500,"Date":"11/11/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":425,"Cost":270,"Date":"12/7/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":533,"Cost":343,"Date":"12/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":553,"Cost":324,"Date":"1/6/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":191,"Cost":166,"Date":"1/23/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":220,"Cost":167,"Date":"2/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":711,"Cost":670,"Date":"3/10/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":694,"Cost":356,"Date":"3/12/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":946,"Cost":567,"Date":"3/31/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":497,"Cost":337,"Date":"6/16/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":439,"Cost":346,"Date":"6/17/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":643,"Cost":413,"Date":"8/27/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":192,"Cost":109,"Date":"10/1/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":924,"Cost":862,"Date":"11/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":457,"Cost":431,"Date":"11/9/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":626,"Cost":558,"Date":"3/27/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":364,"Cost":318,"Date":"4/17/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":351,"Date":"8/11/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":394,"Cost":222,"Date":"8/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":973,"Cost":903,"Date":"9/2/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":799,"Cost":736,"Date":"9/5/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":352,"Date":"9/14/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":93,"Cost":80,"Date":"9/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":492,"Cost":447,"Date":"11/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":342,"Cost":201,"Date":"12/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":816,"Date":"1/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":351,"Cost":331,"Date":"1/21/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":765,"Cost":400,"Date":"2/9/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":960,"Cost":651,"Date":"3/19/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":413,"Cost":286,"Date":"4/3/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":110,"Cost":100,"Date":"4/5/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":175,"Date":"4/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":648,"Cost":404,"Date":"7/10/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":589,"Cost":488,"Date":"3/25/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":484,"Cost":343,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":908,"Cost":583,"Date":"10/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":980,"Cost":646,"Date":"3/2/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":841,"Cost":606,"Date":"6/28/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":340,"Cost":202,"Date":"7/17/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":162,"Cost":89,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":59,"Cost":30,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":499,"Cost":459,"Date":"11/20/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":515,"Cost":484,"Date":"12/16/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":480,"Cost":305,"Date":"12/30/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":507,"Date":"2/15/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":505,"Cost":358,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":381,"Cost":338,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":341,"Date":"4/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":103,"Cost":64,"Date":"7/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":103,"Cost":53,"Date":"8/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":825,"Cost":607,"Date":"10/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":322,"Cost":233,"Date":"11/11/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":553,"Cost":317,"Date":"11/30/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":474,"Cost":335,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":269,"Cost":167,"Date":"3/1/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":835,"Cost":463,"Date":"4/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":49,"Cost":42,"Date":"5/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":752,"Cost":586,"Date":"8/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":67,"Cost":59,"Date":"9/15/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":625,"Cost":459,"Date":"10/14/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":411,"Cost":316,"Date":"10/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":611,"Cost":454,"Date":"11/11/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":372,"Cost":256,"Date":"12/7/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":490,"Cost":448,"Date":"12/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":184,"Date":"1/6/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":541,"Cost":447,"Date":"1/23/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":768,"Cost":661,"Date":"2/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":797,"Cost":522,"Date":"3/10/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":964,"Cost":720,"Date":"3/12/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":328,"Cost":222,"Date":"3/31/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":301,"Cost":248,"Date":"6/16/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":947,"Cost":782,"Date":"6/17/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":400,"Cost":221,"Date":"8/27/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":581,"Cost":478,"Date":"10/1/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":221,"Cost":111,"Date":"11/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":249,"Cost":128,"Date":"11/9/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":941,"Cost":590,"Date":"3/27/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":902,"Cost":542,"Date":"4/17/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":548,"Cost":501,"Date":"8/11/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":362,"Cost":330,"Date":"8/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":101,"Date":"9/2/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":903,"Cost":729,"Date":"9/5/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":358,"Cost":336,"Date":"9/14/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":584,"Cost":373,"Date":"9/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":209,"Cost":191,"Date":"11/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":141,"Cost":97,"Date":"12/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":87,"Cost":76,"Date":"1/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":613,"Cost":430,"Date":"1/21/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":219,"Cost":157,"Date":"2/9/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":857,"Cost":770,"Date":"3/19/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":359,"Cost":319,"Date":"4/3/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":399,"Cost":270,"Date":"4/5/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":355,"Cost":246,"Date":"4/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":975,"Cost":750,"Date":"7/10/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":415,"Cost":253,"Date":"3/25/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":104,"Cost":78,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":121,"Cost":84,"Date":"10/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":449,"Cost":285,"Date":"3/2/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":816,"Cost":664,"Date":"6/28/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":653,"Cost":557,"Date":"7/17/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":520,"Cost":433,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":49,"Cost":46,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":757,"Cost":650,"Date":"11/20/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":554,"Cost":424,"Date":"12/16/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":36,"Cost":24,"Date":"12/30/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":456,"Cost":282,"Date":"2/15/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":533,"Cost":494,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":133,"Cost":68,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":389,"Cost":333,"Date":"4/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":572,"Cost":348,"Date":"7/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":356,"Cost":324,"Date":"8/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":671,"Cost":399,"Date":"10/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":649,"Cost":546,"Date":"11/11/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":271,"Cost":240,"Date":"11/30/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":307,"Cost":259,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":320,"Cost":166,"Date":"3/1/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":25,"Cost":22,"Date":"4/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":418,"Date":"5/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":92,"Cost":81,"Date":"8/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":501,"Cost":423,"Date":"9/15/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":166,"Cost":115,"Date":"10/14/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":450,"Cost":412,"Date":"10/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":730,"Cost":495,"Date":"11/11/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":418,"Date":"12/7/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":963,"Cost":609,"Date":"12/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":901,"Cost":612,"Date":"1/6/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":24,"Cost":19,"Date":"1/23/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":811,"Cost":435,"Date":"2/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":783,"Cost":418,"Date":"3/10/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":855,"Cost":443,"Date":"3/12/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":880,"Cost":498,"Date":"3/31/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":237,"Cost":207,"Date":"6/16/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":544,"Cost":303,"Date":"6/17/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":163,"Cost":151,"Date":"8/27/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":707,"Cost":398,"Date":"10/1/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":194,"Cost":179,"Date":"11/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":813,"Cost":651,"Date":"11/9/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":934,"Cost":801,"Date":"3/27/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":477,"Cost":426,"Date":"4/17/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":800,"Cost":590,"Date":"8/11/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":446,"Cost":255,"Date":"8/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":919,"Cost":799,"Date":"9/2/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":553,"Cost":331,"Date":"9/5/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":132,"Cost":120,"Date":"9/14/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":753,"Cost":523,"Date":"9/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":272,"Cost":151,"Date":"11/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":534,"Cost":437,"Date":"12/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":930,"Cost":750,"Date":"1/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":725,"Cost":407,"Date":"1/21/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":779,"Cost":700,"Date":"2/9/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":661,"Cost":524,"Date":"3/19/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":761,"Cost":485,"Date":"4/3/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":252,"Cost":186,"Date":"4/5/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":318,"Cost":292,"Date":"4/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":903,"Cost":726,"Date":"7/10/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":53,"Cost":35,"Date":"3/25/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":760,"Cost":588,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":393,"Cost":251,"Date":"10/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":344,"Cost":256,"Date":"3/2/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":481,"Cost":431,"Date":"6/28/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":131,"Cost":121,"Date":"7/17/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":136,"Cost":93,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":727,"Cost":627,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":482,"Cost":447,"Date":"11/20/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":956,"Cost":638,"Date":"12/16/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":613,"Cost":559,"Date":"12/30/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":672,"Cost":485,"Date":"2/15/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":186,"Cost":173,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":724,"Cost":626,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":325,"Cost":234,"Date":"4/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":554,"Cost":311,"Date":"7/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":149,"Cost":127,"Date":"8/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":980,"Cost":666,"Date":"10/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":32,"Cost":19,"Date":"11/11/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":437,"Cost":376,"Date":"11/30/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":225,"Cost":187,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":233,"Cost":149,"Date":"3/1/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":128,"Cost":98,"Date":"4/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":269,"Cost":234,"Date":"5/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":294,"Cost":205,"Date":"8/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":390,"Cost":224,"Date":"9/15/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":380,"Cost":284,"Date":"10/14/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":228,"Cost":213,"Date":"10/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":915,"Cost":805,"Date":"11/11/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":941,"Cost":889,"Date":"12/7/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":841,"Cost":710,"Date":"12/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":645,"Cost":379,"Date":"1/6/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":749,"Cost":382,"Date":"1/23/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":934,"Cost":838,"Date":"2/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":631,"Cost":430,"Date":"3/10/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":74,"Cost":54,"Date":"3/12/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":704,"Cost":587,"Date":"3/31/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":324,"Cost":276,"Date":"6/16/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":617,"Cost":460,"Date":"6/17/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":954,"Cost":823,"Date":"8/27/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":592,"Cost":536,"Date":"10/1/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":631,"Cost":435,"Date":"11/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":225,"Cost":139,"Date":"11/9/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":607,"Cost":557,"Date":"3/27/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":119,"Cost":107,"Date":"4/17/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":402,"Cost":212,"Date":"8/11/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":565,"Cost":359,"Date":"8/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":84,"Cost":68,"Date":"9/2/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":386,"Cost":215,"Date":"9/5/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":303,"Cost":152,"Date":"9/14/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":711,"Cost":609,"Date":"9/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":661,"Cost":572,"Date":"11/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":972,"Cost":869,"Date":"12/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":632,"Cost":415,"Date":"1/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":628,"Cost":530,"Date":"1/21/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":483,"Cost":324,"Date":"2/9/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":683,"Cost":531,"Date":"3/19/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":86,"Cost":49,"Date":"4/3/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":284,"Cost":242,"Date":"4/5/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":290,"Cost":224,"Date":"4/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":369,"Cost":276,"Date":"7/10/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":368,"Cost":306,"Date":"3/25/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":647,"Cost":597,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":782,"Cost":463,"Date":"10/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":804,"Cost":570,"Date":"3/2/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":587,"Cost":384,"Date":"6/28/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":549,"Cost":304,"Date":"7/17/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":527,"Cost":324,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":683,"Cost":417,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":839,"Cost":661,"Date":"11/20/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":618,"Cost":553,"Date":"12/16/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":955,"Cost":754,"Date":"12/30/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":266,"Cost":204,"Date":"2/15/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":228,"Cost":184,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":568,"Cost":337,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":352,"Cost":180,"Date":"4/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":940,"Cost":646,"Date":"7/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":254,"Cost":176,"Date":"8/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":763,"Cost":678,"Date":"10/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":964,"Cost":509,"Date":"11/11/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":994,"Cost":924,"Date":"11/30/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":862,"Cost":517,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":86,"Cost":45,"Date":"3/1/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":164,"Cost":102,"Date":"4/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":850,"Cost":748,"Date":"5/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":86,"Cost":72,"Date":"8/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":972,"Cost":550,"Date":"9/15/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":940,"Cost":733,"Date":"10/14/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":665,"Cost":544,"Date":"10/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":125,"Cost":85,"Date":"11/11/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":571,"Date":"12/7/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":79,"Cost":68,"Date":"12/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":216,"Cost":155,"Date":"1/6/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":179,"Cost":90,"Date":"1/23/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":335,"Cost":277,"Date":"2/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":907,"Cost":802,"Date":"3/10/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":730,"Cost":658,"Date":"3/12/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":622,"Cost":520,"Date":"3/31/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":882,"Cost":451,"Date":"6/16/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":620,"Cost":331,"Date":"6/17/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":871,"Cost":511,"Date":"8/27/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":21,"Cost":20,"Date":"10/1/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":46,"Cost":32,"Date":"11/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":527,"Cost":460,"Date":"11/9/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":509,"Cost":332,"Date":"3/27/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":59,"Cost":47,"Date":"4/17/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":727,"Cost":459,"Date":"8/11/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":568,"Cost":385,"Date":"8/21/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":824,"Cost":502,"Date":"9/2/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":732,"Cost":426,"Date":"9/5/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":311,"Date":"9/14/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":419,"Cost":342,"Date":"9/20/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":396,"Cost":342,"Date":"11/20/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":775,"Cost":549,"Date":"12/21/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":106,"Cost":72,"Date":"1/7/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":511,"Cost":474,"Date":"1/21/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":320,"Cost":222,"Date":"2/9/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":335,"Cost":187,"Date":"3/19/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":106,"Cost":58,"Date":"4/3/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":559,"Cost":446,"Date":"4/5/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":492,"Cost":249,"Date":"4/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":319,"Cost":283,"Date":"7/10/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":966,"Cost":899,"Date":"3/25/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":28,"Cost":16,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":177,"Cost":120,"Date":"10/28/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":787,"Cost":420,"Date":"3/2/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":492,"Cost":413,"Date":"6/28/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":978,"Cost":739,"Date":"7/17/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":648,"Cost":585,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":86,"Cost":60,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":322,"Cost":294,"Date":"11/20/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":996,"Cost":713,"Date":"12/16/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":319,"Cost":201,"Date":"12/30/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":726,"Cost":403,"Date":"2/15/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":498,"Cost":267,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":209,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":81,"Cost":63,"Date":"4/18/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":853,"Cost":546,"Date":"7/27/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":650,"Cost":536,"Date":"8/18/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":137,"Cost":107,"Date":"10/31/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":519,"Cost":356,"Date":"11/11/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":860,"Cost":713,"Date":"11/30/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":714,"Cost":544,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":297,"Cost":252,"Date":"3/1/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":426,"Cost":283,"Date":"4/13/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":876,"Cost":514,"Date":"5/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":929,"Cost":802,"Date":"8/13/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":721,"Cost":610,"Date":"9/15/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":867,"Cost":696,"Date":"10/14/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":678,"Date":"10/28/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":964,"Cost":670,"Date":"11/11/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":834,"Cost":525,"Date":"12/7/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":196,"Cost":138,"Date":"12/21/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":92,"Date":"1/6/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":450,"Cost":226,"Date":"1/23/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":609,"Cost":332,"Date":"2/4/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":405,"Cost":281,"Date":"3/10/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":754,"Cost":488,"Date":"3/12/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":771,"Cost":409,"Date":"3/31/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":96,"Cost":66,"Date":"6/16/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":954,"Cost":746,"Date":"6/17/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":876,"Cost":451,"Date":"8/27/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":329,"Cost":221,"Date":"10/1/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":164,"Cost":117,"Date":"11/4/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":167,"Cost":92,"Date":"11/9/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":104,"Cost":86,"Date":"3/27/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":232,"Cost":220,"Date":"4/17/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":530,"Cost":409,"Date":"8/11/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":164,"Cost":92,"Date":"8/21/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":145,"Cost":131,"Date":"9/2/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":649,"Cost":459,"Date":"9/5/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":848,"Cost":482,"Date":"9/14/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":377,"Cost":280,"Date":"9/20/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":646,"Cost":336,"Date":"11/20/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":440,"Cost":276,"Date":"12/21/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":774,"Cost":542,"Date":"1/7/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":653,"Cost":543,"Date":"1/21/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":421,"Cost":222,"Date":"2/9/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":500,"Cost":453,"Date":"3/19/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":728,"Cost":627,"Date":"4/3/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":34,"Cost":17,"Date":"4/5/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":425,"Cost":300,"Date":"4/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":248,"Cost":157,"Date":"7/10/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":997,"Cost":591,"Date":"3/25/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":396,"Cost":350,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":338,"Cost":272,"Date":"10/28/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":632,"Cost":565,"Date":"3/2/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":147,"Cost":96,"Date":"6/28/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":976,"Cost":585,"Date":"7/17/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":482,"Cost":336,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":498,"Cost":376,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":467,"Cost":287,"Date":"11/20/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":108,"Cost":95,"Date":"12/16/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":474,"Cost":446,"Date":"12/30/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":892,"Cost":726,"Date":"2/15/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":984,"Cost":574,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":838,"Cost":775,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":161,"Cost":113,"Date":"4/18/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":853,"Cost":561,"Date":"7/27/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":646,"Cost":386,"Date":"8/18/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":850,"Cost":667,"Date":"10/31/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":159,"Cost":101,"Date":"11/11/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":363,"Cost":228,"Date":"11/30/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":36,"Cost":26,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":191,"Cost":103,"Date":"3/1/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":945,"Cost":842,"Date":"4/13/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":698,"Cost":499,"Date":"5/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":435,"Cost":413,"Date":"8/13/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":540,"Cost":383,"Date":"9/15/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":265,"Cost":133,"Date":"10/14/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":55,"Cost":33,"Date":"10/28/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":280,"Cost":190,"Date":"11/11/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":877,"Cost":497,"Date":"12/7/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":823,"Cost":636,"Date":"12/21/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":978,"Cost":773,"Date":"1/6/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":676,"Cost":423,"Date":"1/23/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":499,"Cost":342,"Date":"2/4/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":820,"Cost":549,"Date":"3/10/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":734,"Cost":597,"Date":"3/12/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":775,"Cost":481,"Date":"3/31/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":683,"Cost":541,"Date":"6/16/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":795,"Cost":628,"Date":"6/17/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":752,"Cost":680,"Date":"8/27/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":100,"Cost":55,"Date":"10/1/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":237,"Cost":155,"Date":"11/4/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":467,"Cost":269,"Date":"11/9/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":422,"Cost":380,"Date":"3/27/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":847,"Cost":567,"Date":"4/17/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":886,"Cost":602,"Date":"8/11/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":278,"Cost":141,"Date":"8/21/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":54,"Cost":33,"Date":"9/2/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":957,"Cost":480,"Date":"9/5/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":874,"Cost":619,"Date":"9/14/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":215,"Cost":159,"Date":"9/20/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":746,"Cost":705,"Date":"11/20/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":339,"Cost":310,"Date":"12/21/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":154,"Cost":143,"Date":"1/7/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":874,"Cost":531,"Date":"1/21/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":126,"Cost":113,"Date":"2/9/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":673,"Cost":430,"Date":"3/19/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":989,"Cost":688,"Date":"4/3/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":50,"Cost":40,"Date":"4/5/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":297,"Cost":213,"Date":"4/28/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":371,"Cost":189,"Date":"7/10/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":408,"Cost":348,"Date":"3/25/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":495,"Cost":307,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":604,"Cost":374,"Date":"10/28/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":231,"Cost":176,"Date":"3/2/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":928,"Cost":628,"Date":"6/28/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":695,"Cost":606,"Date":"7/17/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":562,"Cost":397,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":397,"Cost":347,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":785,"Cost":737,"Date":"11/20/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":775,"Cost":450,"Date":"12/16/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":986,"Cost":661,"Date":"12/30/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":218,"Cost":206,"Date":"2/15/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":516,"Cost":346,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":957,"Cost":522,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":158,"Cost":118,"Date":"4/18/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":389,"Cost":333,"Date":"7/27/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":164,"Cost":108,"Date":"8/18/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":581,"Cost":504,"Date":"10/31/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":116,"Cost":75,"Date":"11/11/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":183,"Cost":143,"Date":"11/30/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":50,"Cost":39,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":281,"Cost":266,"Date":"3/1/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":679,"Cost":551,"Date":"4/13/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":848,"Cost":488,"Date":"5/20/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":670,"Cost":570,"Date":"8/13/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":810,"Cost":442,"Date":"9/15/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":304,"Cost":192,"Date":"10/14/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":943,"Cost":644,"Date":"10/28/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":594,"Cost":518,"Date":"11/11/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":632,"Cost":535,"Date":"12/7/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":166,"Cost":120,"Date":"12/21/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":773,"Cost":458,"Date":"1/6/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":7,"Cost":4,"Date":"1/23/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":354,"Cost":245,"Date":"2/4/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":604,"Cost":414,"Date":"3/10/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":333,"Cost":242,"Date":"3/12/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":408,"Cost":287,"Date":"3/31/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":843,"Cost":426,"Date":"6/16/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":211,"Cost":131,"Date":"6/17/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":910,"Cost":537,"Date":"8/27/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":703,"Cost":653,"Date":"10/1/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":679,"Cost":403,"Date":"11/4/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":506,"Cost":481,"Date":"11/9/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":173,"Cost":143,"Date":"3/27/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":503,"Cost":358,"Date":"4/17/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":679,"Cost":351,"Date":"8/11/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":54,"Cost":37,"Date":"8/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":747,"Cost":588,"Date":"9/2/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":680,"Cost":578,"Date":"9/5/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":626,"Cost":448,"Date":"9/14/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":931,"Cost":748,"Date":"9/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":277,"Cost":243,"Date":"11/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":706,"Cost":652,"Date":"12/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":806,"Cost":570,"Date":"1/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":341,"Cost":202,"Date":"1/21/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":822,"Cost":753,"Date":"2/9/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":502,"Cost":454,"Date":"3/19/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":970,"Cost":581,"Date":"4/3/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":827,"Cost":686,"Date":"4/5/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":734,"Cost":527,"Date":"4/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":295,"Cost":200,"Date":"7/10/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":598,"Cost":464,"Date":"3/25/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":403,"Cost":231,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":294,"Cost":164,"Date":"10/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":534,"Cost":335,"Date":"3/2/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":928,"Cost":514,"Date":"6/28/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":245,"Cost":222,"Date":"7/17/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":511,"Cost":310,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":532,"Cost":385,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":47,"Cost":44,"Date":"11/20/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":983,"Cost":890,"Date":"12/16/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":917,"Cost":592,"Date":"12/30/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":875,"Cost":607,"Date":"2/15/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":187,"Cost":94,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":143,"Cost":132,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":304,"Cost":289,"Date":"4/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":252,"Cost":205,"Date":"7/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":800,"Cost":625,"Date":"8/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":982,"Cost":663,"Date":"10/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":174,"Cost":119,"Date":"11/11/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":631,"Cost":435,"Date":"11/30/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":734,"Cost":687,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":968,"Cost":523,"Date":"3/1/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":165,"Cost":140,"Date":"4/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":23,"Cost":17,"Date":"5/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":703,"Cost":440,"Date":"8/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":16,"Cost":13,"Date":"9/15/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":649,"Cost":371,"Date":"10/14/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":527,"Cost":285,"Date":"10/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":869,"Cost":712,"Date":"11/11/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":622,"Cost":424,"Date":"12/7/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":391,"Cost":332,"Date":"12/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":103,"Cost":59,"Date":"1/6/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":869,"Cost":478,"Date":"1/23/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":140,"Cost":86,"Date":"2/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":776,"Cost":495,"Date":"3/10/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":117,"Cost":89,"Date":"3/12/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":979,"Cost":520,"Date":"3/31/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":336,"Cost":278,"Date":"6/16/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":638,"Cost":326,"Date":"6/17/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":635,"Cost":482,"Date":"8/27/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":990,"Cost":815,"Date":"10/1/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":432,"Cost":378,"Date":"11/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":692,"Cost":434,"Date":"11/9/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":809,"Cost":632,"Date":"3/27/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":787,"Cost":544,"Date":"4/17/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":198,"Cost":133,"Date":"8/11/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":281,"Cost":153,"Date":"8/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":804,"Cost":419,"Date":"9/2/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":654,"Cost":490,"Date":"9/5/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":505,"Cost":325,"Date":"9/14/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":237,"Cost":125,"Date":"9/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":180,"Cost":111,"Date":"11/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":408,"Cost":261,"Date":"12/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":45,"Cost":43,"Date":"1/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":6,"Date":"1/21/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":945,"Cost":671,"Date":"2/9/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":244,"Cost":126,"Date":"3/19/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":90,"Cost":61,"Date":"4/3/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":744,"Cost":519,"Date":"4/5/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":432,"Cost":225,"Date":"4/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":803,"Cost":711,"Date":"7/10/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":898,"Cost":570,"Date":"3/25/2020"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":26,"Cost":18,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":152,"Cost":89,"Date":"10/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":872,"Cost":799,"Date":"3/2/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":333,"Cost":261,"Date":"6/28/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":111,"Cost":99,"Date":"7/17/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":561,"Cost":385,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":540,"Cost":383,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":170,"Date":"11/20/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":318,"Cost":240,"Date":"12/16/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":331,"Cost":230,"Date":"12/30/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":906,"Cost":573,"Date":"2/15/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":532,"Cost":368,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":474,"Cost":439,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":566,"Cost":319,"Date":"4/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":717,"Cost":595,"Date":"7/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":726,"Cost":513,"Date":"8/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":571,"Cost":392,"Date":"10/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":23,"Cost":17,"Date":"11/11/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":347,"Cost":194,"Date":"11/30/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":593,"Cost":364,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":562,"Cost":408,"Date":"3/1/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":318,"Cost":256,"Date":"4/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":578,"Cost":351,"Date":"5/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":509,"Cost":362,"Date":"8/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":550,"Cost":493,"Date":"9/15/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":402,"Cost":333,"Date":"10/14/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":734,"Cost":442,"Date":"10/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":154,"Cost":120,"Date":"11/11/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":888,"Cost":831,"Date":"12/7/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":579,"Cost":516,"Date":"12/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":218,"Cost":187,"Date":"1/6/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":877,"Cost":457,"Date":"1/23/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":467,"Cost":393,"Date":"2/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":966,"Cost":540,"Date":"3/10/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":396,"Cost":336,"Date":"3/12/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":625,"Cost":527,"Date":"3/31/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":623,"Cost":584,"Date":"6/16/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":888,"Cost":727,"Date":"6/17/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":344,"Cost":200,"Date":"8/27/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":17,"Cost":12,"Date":"10/1/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":169,"Cost":112,"Date":"11/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":404,"Cost":279,"Date":"11/9/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":55,"Cost":31,"Date":"3/27/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":795,"Cost":587,"Date":"4/17/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":765,"Cost":539,"Date":"8/11/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":144,"Cost":88,"Date":"8/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":69,"Cost":61,"Date":"9/2/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":903,"Cost":841,"Date":"9/5/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":839,"Cost":457,"Date":"9/14/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":532,"Cost":389,"Date":"9/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":720,"Cost":583,"Date":"11/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":661,"Cost":543,"Date":"12/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":140,"Cost":118,"Date":"1/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":3,"Cost":3,"Date":"1/21/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":476,"Cost":320,"Date":"2/9/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":10,"Cost":8,"Date":"3/19/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":22,"Cost":17,"Date":"4/3/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":601,"Cost":387,"Date":"4/5/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":141,"Cost":124,"Date":"4/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":91,"Cost":80,"Date":"7/10/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":840,"Cost":435,"Date":"3/25/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":886,"Cost":517,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":55,"Cost":42,"Date":"10/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":3,"Cost":3,"Date":"3/2/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":615,"Cost":361,"Date":"6/28/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":805,"Cost":655,"Date":"7/17/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":118,"Cost":69,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":862,"Cost":644,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":634,"Cost":471,"Date":"11/20/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":569,"Cost":481,"Date":"12/16/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":117,"Cost":95,"Date":"12/30/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":916,"Cost":524,"Date":"2/15/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":12,"Cost":8,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":403,"Cost":233,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":844,"Date":"4/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":755,"Cost":638,"Date":"7/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":750,"Cost":472,"Date":"8/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":29,"Cost":21,"Date":"10/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":75,"Cost":64,"Date":"11/11/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":450,"Cost":290,"Date":"11/30/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":215,"Cost":162,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":478,"Cost":296,"Date":"3/1/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":385,"Cost":268,"Date":"4/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":229,"Cost":117,"Date":"5/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":832,"Cost":637,"Date":"8/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":765,"Cost":432,"Date":"9/15/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":965,"Cost":551,"Date":"10/14/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":351,"Cost":288,"Date":"10/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":716,"Cost":652,"Date":"11/11/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":288,"Cost":175,"Date":"12/7/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":388,"Cost":246,"Date":"12/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":827,"Cost":699,"Date":"1/6/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":302,"Cost":207,"Date":"1/23/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":621,"Cost":446,"Date":"2/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":178,"Cost":140,"Date":"3/10/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":606,"Date":"3/12/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":690,"Cost":647,"Date":"3/31/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":72,"Cost":68,"Date":"6/16/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":799,"Cost":551,"Date":"6/17/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":454,"Cost":392,"Date":"8/27/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":249,"Cost":146,"Date":"10/1/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":222,"Cost":163,"Date":"11/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":968,"Cost":697,"Date":"11/9/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":732,"Cost":416,"Date":"3/27/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":585,"Cost":433,"Date":"4/17/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":753,"Cost":707,"Date":"8/11/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":398,"Cost":305,"Date":"8/21/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":15,"Cost":7,"Date":"9/2/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":903,"Cost":711,"Date":"9/5/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":521,"Cost":486,"Date":"9/14/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":571,"Cost":425,"Date":"9/20/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":833,"Cost":634,"Date":"11/20/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":510,"Cost":370,"Date":"12/21/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":865,"Cost":606,"Date":"1/7/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":453,"Cost":401,"Date":"1/21/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":606,"Cost":367,"Date":"2/9/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":247,"Cost":181,"Date":"3/19/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":578,"Cost":498,"Date":"4/3/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":30,"Cost":21,"Date":"4/5/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":1,"Cost":1,"Date":"4/28/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":905,"Cost":581,"Date":"7/10/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":703,"Cost":507,"Date":"3/25/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":734,"Cost":374,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":39,"Cost":20,"Date":"10/28/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":337,"Cost":301,"Date":"3/2/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":672,"Cost":618,"Date":"6/28/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":871,"Cost":621,"Date":"7/17/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":696,"Cost":522,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":31,"Cost":18,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":594,"Cost":400,"Date":"11/20/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":673,"Cost":336,"Date":"12/16/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":596,"Cost":529,"Date":"12/30/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":324,"Cost":209,"Date":"2/15/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":389,"Cost":282,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":293,"Cost":208,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":768,"Cost":631,"Date":"4/18/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":984,"Cost":709,"Date":"7/27/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":952,"Cost":657,"Date":"8/18/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":591,"Cost":486,"Date":"10/31/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":467,"Cost":256,"Date":"11/11/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":40,"Date":"11/30/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":835,"Cost":471,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":282,"Cost":244,"Date":"3/1/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":855,"Cost":789,"Date":"4/13/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":148,"Cost":81,"Date":"5/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":18,"Cost":11,"Date":"8/13/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":757,"Cost":418,"Date":"9/15/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":21,"Cost":11,"Date":"10/14/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":446,"Cost":341,"Date":"10/28/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":673,"Cost":532,"Date":"11/11/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":162,"Cost":123,"Date":"12/7/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":404,"Cost":342,"Date":"12/21/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":867,"Cost":819,"Date":"1/6/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":896,"Cost":695,"Date":"1/23/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":872,"Cost":701,"Date":"2/4/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":381,"Cost":247,"Date":"3/10/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":637,"Cost":454,"Date":"3/12/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":174,"Cost":154,"Date":"3/31/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":376,"Cost":214,"Date":"6/16/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":896,"Cost":847,"Date":"6/17/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":297,"Cost":201,"Date":"8/27/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":96,"Cost":87,"Date":"10/1/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":784,"Cost":462,"Date":"11/4/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":591,"Cost":484,"Date":"11/9/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":463,"Cost":265,"Date":"3/27/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":348,"Cost":330,"Date":"4/17/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":424,"Cost":251,"Date":"8/11/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":911,"Cost":742,"Date":"8/21/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":704,"Cost":542,"Date":"9/2/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":81,"Cost":62,"Date":"9/5/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":961,"Cost":534,"Date":"9/14/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":591,"Cost":482,"Date":"9/20/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":150,"Cost":139,"Date":"11/20/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":263,"Cost":250,"Date":"12/21/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":24,"Cost":22,"Date":"1/7/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":914,"Cost":679,"Date":"1/21/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":23,"Cost":15,"Date":"2/9/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":619,"Cost":330,"Date":"3/19/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":898,"Cost":789,"Date":"4/3/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":312,"Cost":194,"Date":"4/5/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":809,"Cost":428,"Date":"4/28/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":154,"Cost":115,"Date":"7/10/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":914,"Cost":851,"Date":"3/25/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":744,"Cost":380,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":268,"Cost":152,"Date":"10/28/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":740,"Cost":486,"Date":"3/2/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":372,"Cost":233,"Date":"6/28/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":755,"Cost":678,"Date":"7/17/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":271,"Cost":197,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":877,"Cost":559,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":308,"Cost":243,"Date":"11/20/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":527,"Cost":362,"Date":"12/16/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":566,"Cost":370,"Date":"12/30/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":405,"Cost":249,"Date":"2/15/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":849,"Cost":741,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":501,"Cost":458,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":69,"Cost":63,"Date":"4/18/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":899,"Cost":530,"Date":"7/27/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":874,"Cost":767,"Date":"8/18/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":455,"Cost":285,"Date":"10/31/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":365,"Cost":246,"Date":"11/11/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":477,"Cost":262,"Date":"11/30/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":485,"Cost":323,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":507,"Cost":427,"Date":"3/1/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":532,"Cost":353,"Date":"4/13/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":533,"Cost":447,"Date":"5/20/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":208,"Cost":141,"Date":"8/13/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":846,"Cost":575,"Date":"9/15/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":214,"Cost":186,"Date":"10/14/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":643,"Cost":563,"Date":"10/28/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":196,"Cost":119,"Date":"11/11/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":772,"Cost":413,"Date":"12/7/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":94,"Cost":58,"Date":"12/21/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":104,"Cost":93,"Date":"1/6/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":240,"Cost":139,"Date":"1/23/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":200,"Cost":163,"Date":"2/4/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":935,"Cost":672,"Date":"3/10/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":637,"Cost":578,"Date":"3/12/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":322,"Cost":215,"Date":"3/31/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":890,"Cost":632,"Date":"6/16/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":528,"Cost":462,"Date":"6/17/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":322,"Cost":306,"Date":"8/27/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":232,"Cost":211,"Date":"10/1/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":643,"Cost":431,"Date":"11/4/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":45,"Cost":32,"Date":"11/9/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":199,"Cost":114,"Date":"3/27/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":750,"Cost":689,"Date":"4/17/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":404,"Date":"8/11/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":849,"Cost":520,"Date":"8/21/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":285,"Cost":268,"Date":"9/2/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":314,"Cost":164,"Date":"9/5/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":604,"Cost":557,"Date":"9/14/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":25,"Cost":24,"Date":"9/20/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":531,"Cost":459,"Date":"11/20/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":367,"Cost":190,"Date":"12/21/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":417,"Cost":380,"Date":"1/7/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":168,"Cost":124,"Date":"1/21/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":116,"Cost":63,"Date":"2/9/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":910,"Cost":618,"Date":"3/19/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":113,"Cost":65,"Date":"4/3/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":227,"Cost":124,"Date":"4/5/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":164,"Date":"4/28/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":819,"Cost":702,"Date":"7/10/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":404,"Cost":266,"Date":"3/25/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":640,"Cost":396,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":985,"Cost":572,"Date":"10/28/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":618,"Cost":547,"Date":"3/2/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":574,"Cost":388,"Date":"6/28/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":64,"Cost":32,"Date":"7/17/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":207,"Cost":152,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":540,"Cost":422,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":977,"Cost":912,"Date":"11/20/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":416,"Cost":385,"Date":"12/16/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":255,"Cost":150,"Date":"12/30/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":72,"Cost":45,"Date":"2/15/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":432,"Cost":361,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":787,"Cost":472,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":350,"Cost":237,"Date":"4/18/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":463,"Cost":277,"Date":"7/27/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":706,"Cost":382,"Date":"8/18/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":518,"Cost":489,"Date":"10/31/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":372,"Cost":291,"Date":"11/11/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":489,"Cost":376,"Date":"11/30/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":920,"Cost":571,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":507,"Cost":382,"Date":"3/1/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":278,"Cost":177,"Date":"4/13/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":507,"Cost":299,"Date":"5/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":678,"Cost":515,"Date":"8/13/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":321,"Cost":225,"Date":"9/15/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":70,"Cost":54,"Date":"10/14/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":495,"Cost":320,"Date":"10/28/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":854,"Cost":634,"Date":"11/11/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":714,"Cost":604,"Date":"12/7/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":182,"Cost":110,"Date":"12/21/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":929,"Cost":752,"Date":"1/6/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":593,"Cost":466,"Date":"1/23/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":172,"Cost":97,"Date":"2/4/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":703,"Cost":507,"Date":"3/10/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":434,"Cost":255,"Date":"3/12/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":161,"Cost":106,"Date":"3/31/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":527,"Cost":377,"Date":"6/16/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":647,"Cost":463,"Date":"6/17/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":474,"Cost":388,"Date":"8/27/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":945,"Cost":583,"Date":"10/1/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":752,"Cost":657,"Date":"11/4/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":353,"Cost":314,"Date":"11/9/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":292,"Date":"3/27/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":412,"Cost":262,"Date":"4/17/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":469,"Cost":328,"Date":"8/11/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":342,"Cost":315,"Date":"8/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":604,"Cost":572,"Date":"9/2/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":487,"Cost":333,"Date":"9/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":665,"Cost":402,"Date":"9/14/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":639,"Cost":523,"Date":"9/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":850,"Cost":647,"Date":"11/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":457,"Cost":322,"Date":"12/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":128,"Cost":103,"Date":"1/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":545,"Cost":368,"Date":"1/21/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":292,"Cost":179,"Date":"2/9/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":77,"Cost":56,"Date":"3/19/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":887,"Cost":540,"Date":"4/3/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":531,"Date":"4/5/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":699,"Cost":576,"Date":"4/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":111,"Cost":62,"Date":"7/10/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":452,"Cost":409,"Date":"3/25/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":912,"Cost":683,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":1,"Cost":1,"Date":"10/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":835,"Cost":693,"Date":"3/2/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":895,"Cost":594,"Date":"6/28/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":133,"Cost":117,"Date":"7/17/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":251,"Cost":212,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":63,"Cost":48,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":631,"Cost":505,"Date":"11/20/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":988,"Cost":826,"Date":"12/16/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":735,"Cost":605,"Date":"12/30/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":364,"Cost":266,"Date":"2/15/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":980,"Cost":685,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":618,"Cost":328,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":411,"Cost":361,"Date":"4/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":205,"Cost":190,"Date":"7/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":404,"Cost":333,"Date":"8/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":652,"Cost":415,"Date":"10/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":665,"Cost":448,"Date":"11/11/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":676,"Cost":483,"Date":"11/30/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":863,"Cost":629,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":320,"Cost":201,"Date":"3/1/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":258,"Cost":212,"Date":"4/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":385,"Cost":246,"Date":"5/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":983,"Cost":529,"Date":"8/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":455,"Cost":420,"Date":"9/15/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":950,"Cost":543,"Date":"10/14/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":731,"Cost":517,"Date":"10/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":196,"Cost":130,"Date":"11/11/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":714,"Cost":406,"Date":"12/7/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":436,"Cost":231,"Date":"12/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":229,"Cost":126,"Date":"1/6/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":484,"Cost":353,"Date":"1/23/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":921,"Cost":528,"Date":"2/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":585,"Cost":421,"Date":"3/10/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":710,"Cost":462,"Date":"3/12/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":954,"Cost":741,"Date":"3/31/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":342,"Cost":224,"Date":"6/16/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":97,"Cost":54,"Date":"6/17/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":527,"Cost":298,"Date":"8/27/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":802,"Cost":761,"Date":"10/1/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":260,"Cost":194,"Date":"11/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":535,"Cost":448,"Date":"11/9/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":904,"Cost":574,"Date":"3/27/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":772,"Cost":733,"Date":"4/17/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":80,"Cost":41,"Date":"8/11/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":561,"Cost":283,"Date":"8/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":571,"Cost":458,"Date":"9/2/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":887,"Cost":767,"Date":"9/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":403,"Cost":279,"Date":"9/14/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":594,"Cost":337,"Date":"9/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":67,"Cost":43,"Date":"11/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":153,"Cost":143,"Date":"12/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":605,"Cost":403,"Date":"1/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":238,"Cost":176,"Date":"1/21/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":509,"Cost":285,"Date":"2/9/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":225,"Cost":162,"Date":"3/19/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":402,"Cost":332,"Date":"4/3/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":806,"Cost":461,"Date":"4/5/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":349,"Cost":264,"Date":"4/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":9,"Cost":5,"Date":"7/10/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":743,"Cost":607,"Date":"3/25/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":324,"Cost":246,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":463,"Cost":428,"Date":"10/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":483,"Cost":420,"Date":"3/2/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":570,"Cost":536,"Date":"6/28/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":418,"Cost":216,"Date":"7/17/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":847,"Cost":607,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":963,"Cost":600,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":401,"Cost":289,"Date":"11/20/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":506,"Cost":406,"Date":"12/16/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":64,"Cost":40,"Date":"12/30/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":278,"Cost":193,"Date":"2/15/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":51,"Cost":48,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":374,"Cost":283,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":346,"Cost":307,"Date":"4/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":441,"Cost":232,"Date":"7/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":389,"Cost":201,"Date":"8/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":98,"Cost":93,"Date":"10/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":33,"Cost":20,"Date":"11/11/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":440,"Cost":332,"Date":"11/30/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":789,"Cost":563,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":511,"Cost":484,"Date":"3/1/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":236,"Cost":179,"Date":"4/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":439,"Cost":322,"Date":"5/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":281,"Cost":245,"Date":"8/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":449,"Cost":270,"Date":"9/15/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":71,"Cost":46,"Date":"10/14/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":267,"Cost":180,"Date":"10/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":881,"Cost":619,"Date":"11/11/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":3,"Cost":2,"Date":"12/7/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":782,"Cost":602,"Date":"12/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":443,"Cost":252,"Date":"1/6/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":851,"Cost":736,"Date":"1/23/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":780,"Cost":688,"Date":"2/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":911,"Cost":525,"Date":"3/10/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":142,"Cost":123,"Date":"3/12/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":344,"Cost":172,"Date":"3/31/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":797,"Cost":509,"Date":"6/16/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":451,"Cost":374,"Date":"6/17/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":184,"Cost":167,"Date":"8/27/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":110,"Cost":80,"Date":"10/1/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":460,"Cost":424,"Date":"11/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":802,"Cost":753,"Date":"11/9/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":415,"Cost":255,"Date":"3/27/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":594,"Cost":510,"Date":"4/17/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":400,"Cost":242,"Date":"8/11/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":813,"Cost":451,"Date":"8/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":903,"Cost":485,"Date":"9/2/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":310,"Cost":160,"Date":"9/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":719,"Cost":583,"Date":"9/14/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":235,"Cost":219,"Date":"9/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":318,"Cost":174,"Date":"11/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":145,"Cost":117,"Date":"12/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":450,"Cost":294,"Date":"1/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":118,"Cost":68,"Date":"1/21/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":151,"Cost":106,"Date":"2/9/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":535,"Cost":491,"Date":"3/19/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":510,"Cost":397,"Date":"4/3/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":484,"Cost":258,"Date":"4/5/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":14,"Cost":7,"Date":"4/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":280,"Cost":176,"Date":"7/10/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":906,"Cost":759,"Date":"3/25/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":886,"Cost":681,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":381,"Cost":300,"Date":"10/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":200,"Cost":126,"Date":"3/2/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":505,"Cost":412,"Date":"6/28/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":28,"Cost":25,"Date":"7/17/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":293,"Cost":278,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":191,"Cost":150,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":291,"Cost":158,"Date":"11/20/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":4,"Cost":2,"Date":"12/16/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":364,"Cost":333,"Date":"12/30/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":220,"Cost":124,"Date":"2/15/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":369,"Cost":252,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":800,"Cost":421,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":467,"Cost":332,"Date":"4/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":115,"Cost":87,"Date":"7/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":596,"Cost":544,"Date":"8/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":167,"Cost":105,"Date":"10/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":947,"Cost":582,"Date":"11/11/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":540,"Cost":482,"Date":"11/30/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":124,"Cost":77,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":846,"Cost":593,"Date":"3/1/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":440,"Cost":395,"Date":"4/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":942,"Cost":482,"Date":"5/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":439,"Cost":274,"Date":"8/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":257,"Cost":147,"Date":"9/15/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":870,"Cost":657,"Date":"10/14/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":833,"Cost":514,"Date":"10/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":564,"Cost":299,"Date":"11/11/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":454,"Cost":368,"Date":"12/7/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":974,"Cost":792,"Date":"12/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":415,"Cost":373,"Date":"1/6/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":80,"Cost":64,"Date":"1/23/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":703,"Cost":442,"Date":"2/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":52,"Cost":28,"Date":"3/10/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":847,"Cost":655,"Date":"3/12/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":980,"Cost":591,"Date":"3/31/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":727,"Cost":593,"Date":"6/16/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":942,"Cost":568,"Date":"6/17/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":295,"Cost":226,"Date":"8/27/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":22,"Cost":15,"Date":"10/1/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":736,"Cost":667,"Date":"11/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":514,"Cost":381,"Date":"11/9/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":846,"Cost":599,"Date":"3/27/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":173,"Cost":113,"Date":"4/17/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":63,"Cost":34,"Date":"8/11/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":209,"Cost":193,"Date":"8/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":21,"Cost":19,"Date":"9/2/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":810,"Cost":480,"Date":"9/5/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":61,"Cost":32,"Date":"9/14/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":247,"Cost":228,"Date":"9/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":196,"Cost":99,"Date":"11/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":481,"Cost":374,"Date":"12/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":764,"Cost":614,"Date":"1/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":664,"Cost":339,"Date":"1/21/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":284,"Cost":185,"Date":"2/9/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":386,"Cost":329,"Date":"3/19/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":391,"Cost":370,"Date":"4/3/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":155,"Cost":93,"Date":"4/5/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":610,"Cost":382,"Date":"4/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":289,"Cost":184,"Date":"7/10/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":834,"Cost":790,"Date":"3/25/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":914,"Cost":844,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":578,"Cost":512,"Date":"10/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":488,"Cost":252,"Date":"3/2/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":614,"Cost":403,"Date":"6/28/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":189,"Cost":146,"Date":"7/17/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":10,"Cost":9,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":875,"Cost":553,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":520,"Cost":305,"Date":"11/20/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":419,"Cost":340,"Date":"12/16/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":550,"Date":"12/30/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":315,"Cost":265,"Date":"2/15/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":537,"Cost":349,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":721,"Cost":472,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":829,"Cost":474,"Date":"4/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":13,"Cost":8,"Date":"7/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":613,"Cost":386,"Date":"8/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":124,"Cost":86,"Date":"10/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":34,"Cost":32,"Date":"11/11/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":73,"Cost":38,"Date":"11/30/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":249,"Cost":160,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":329,"Cost":217,"Date":"3/1/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":18,"Cost":15,"Date":"4/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":646,"Cost":354,"Date":"5/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":751,"Cost":609,"Date":"8/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":25,"Cost":22,"Date":"9/15/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":45,"Cost":27,"Date":"10/14/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":706,"Cost":559,"Date":"10/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":720,"Cost":391,"Date":"11/11/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":557,"Cost":392,"Date":"12/7/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":135,"Cost":124,"Date":"12/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":548,"Cost":474,"Date":"1/6/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":376,"Cost":227,"Date":"1/23/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":951,"Cost":809,"Date":"2/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":666,"Cost":603,"Date":"3/10/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":661,"Cost":361,"Date":"3/12/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":623,"Cost":491,"Date":"3/31/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":820,"Cost":647,"Date":"6/16/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":154,"Cost":109,"Date":"6/17/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":399,"Cost":314,"Date":"8/27/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":848,"Cost":631,"Date":"10/1/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":653,"Cost":403,"Date":"11/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":149,"Cost":91,"Date":"11/9/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":986,"Cost":914,"Date":"3/27/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":813,"Cost":658,"Date":"4/17/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":511,"Cost":403,"Date":"8/11/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":582,"Cost":349,"Date":"8/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":46,"Cost":38,"Date":"9/2/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":142,"Cost":132,"Date":"9/5/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":980,"Cost":837,"Date":"9/14/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":555,"Cost":396,"Date":"9/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":969,"Cost":816,"Date":"11/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":22,"Cost":20,"Date":"12/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":704,"Cost":526,"Date":"1/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":27,"Cost":25,"Date":"1/21/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":305,"Cost":161,"Date":"2/9/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":338,"Cost":288,"Date":"3/19/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":841,"Cost":443,"Date":"4/3/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":275,"Cost":260,"Date":"4/5/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":828,"Cost":507,"Date":"4/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":219,"Cost":148,"Date":"7/10/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":396,"Cost":341,"Date":"3/25/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":811,"Cost":564,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":868,"Cost":754,"Date":"10/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":936,"Cost":494,"Date":"3/2/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":237,"Cost":211,"Date":"6/28/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":499,"Cost":398,"Date":"7/17/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":195,"Cost":125,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":352,"Cost":319,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":230,"Cost":214,"Date":"11/20/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":601,"Cost":479,"Date":"12/16/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":130,"Cost":88,"Date":"12/30/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":25,"Cost":15,"Date":"2/15/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":675,"Cost":529,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":115,"Cost":86,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":304,"Cost":252,"Date":"4/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":342,"Cost":209,"Date":"7/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":770,"Cost":474,"Date":"8/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":602,"Cost":495,"Date":"10/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":280,"Cost":190,"Date":"11/11/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":753,"Cost":668,"Date":"11/30/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":224,"Cost":143,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":661,"Cost":438,"Date":"3/1/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":112,"Cost":99,"Date":"4/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":185,"Cost":119,"Date":"5/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":23,"Cost":13,"Date":"8/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":930,"Cost":789,"Date":"9/15/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":240,"Cost":172,"Date":"10/14/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":46,"Cost":44,"Date":"10/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":875,"Cost":446,"Date":"11/11/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":666,"Cost":540,"Date":"12/7/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":560,"Cost":326,"Date":"12/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":981,"Cost":744,"Date":"1/6/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":623,"Cost":524,"Date":"1/23/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":28,"Cost":16,"Date":"2/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":663,"Cost":379,"Date":"3/10/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":734,"Cost":416,"Date":"3/12/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":417,"Cost":233,"Date":"3/31/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":728,"Cost":603,"Date":"6/16/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":856,"Cost":687,"Date":"6/17/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":58,"Cost":42,"Date":"8/27/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":330,"Cost":286,"Date":"10/1/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":903,"Cost":816,"Date":"11/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":120,"Cost":62,"Date":"11/9/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":134,"Cost":95,"Date":"3/27/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":130,"Cost":85,"Date":"4/17/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":376,"Cost":213,"Date":"8/11/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":884,"Cost":589,"Date":"8/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":875,"Cost":564,"Date":"9/2/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":831,"Cost":576,"Date":"9/5/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":650,"Cost":409,"Date":"9/14/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":277,"Cost":147,"Date":"9/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":264,"Cost":177,"Date":"11/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":949,"Cost":809,"Date":"12/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":451,"Cost":288,"Date":"1/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":916,"Cost":864,"Date":"1/21/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":650,"Cost":487,"Date":"2/9/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":578,"Cost":358,"Date":"3/19/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":830,"Cost":449,"Date":"4/3/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":184,"Cost":154,"Date":"4/5/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":489,"Cost":407,"Date":"4/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":253,"Cost":153,"Date":"7/10/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":954,"Cost":609,"Date":"3/25/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":721,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":654,"Cost":580,"Date":"10/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":97,"Cost":56,"Date":"3/2/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":315,"Cost":297,"Date":"6/28/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":409,"Date":"7/17/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":431,"Cost":216,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":812,"Cost":464,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":748,"Cost":666,"Date":"11/20/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":323,"Cost":233,"Date":"12/16/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":188,"Cost":139,"Date":"12/30/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":696,"Cost":352,"Date":"2/15/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":808,"Cost":565,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":515,"Cost":333,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":910,"Date":"4/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":255,"Cost":161,"Date":"7/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":504,"Cost":285,"Date":"8/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":776,"Cost":433,"Date":"10/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":968,"Cost":550,"Date":"11/11/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":764,"Cost":431,"Date":"11/30/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":793,"Cost":556,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":136,"Cost":93,"Date":"3/1/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":353,"Date":"4/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":43,"Cost":26,"Date":"5/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":393,"Cost":289,"Date":"8/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":676,"Cost":440,"Date":"9/15/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":26,"Cost":17,"Date":"10/14/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":233,"Cost":124,"Date":"10/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":242,"Date":"11/11/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":317,"Cost":176,"Date":"12/7/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":401,"Cost":271,"Date":"12/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":753,"Cost":559,"Date":"1/6/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":32,"Cost":31,"Date":"1/23/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":46,"Cost":36,"Date":"2/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":990,"Cost":703,"Date":"3/10/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":970,"Cost":773,"Date":"3/12/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":194,"Cost":126,"Date":"3/31/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":486,"Cost":441,"Date":"6/16/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":859,"Cost":774,"Date":"6/17/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":180,"Cost":166,"Date":"8/27/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":337,"Cost":310,"Date":"10/1/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":207,"Cost":118,"Date":"11/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":538,"Date":"11/9/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":867,"Cost":576,"Date":"3/27/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":223,"Cost":157,"Date":"4/17/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":547,"Cost":285,"Date":"8/11/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":995,"Cost":913,"Date":"8/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":344,"Cost":259,"Date":"9/2/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":442,"Cost":391,"Date":"9/5/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":701,"Cost":621,"Date":"9/14/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":520,"Cost":272,"Date":"9/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":353,"Cost":255,"Date":"11/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":343,"Cost":240,"Date":"12/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":401,"Cost":292,"Date":"1/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":703,"Cost":575,"Date":"1/21/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":711,"Cost":370,"Date":"2/9/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":95,"Cost":51,"Date":"3/19/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":397,"Cost":207,"Date":"4/3/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":578,"Cost":412,"Date":"4/5/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":869,"Cost":452,"Date":"4/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":407,"Cost":241,"Date":"7/10/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":848,"Cost":514,"Date":"3/25/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":240,"Cost":196,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":617,"Cost":555,"Date":"10/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":234,"Cost":219,"Date":"3/2/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":472,"Cost":392,"Date":"6/28/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":37,"Cost":22,"Date":"7/17/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":609,"Cost":440,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":779,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":985,"Cost":716,"Date":"11/20/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":322,"Date":"12/16/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":521,"Cost":476,"Date":"12/30/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":562,"Cost":346,"Date":"2/15/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":180,"Cost":122,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":596,"Cost":446,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":126,"Cost":91,"Date":"4/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":484,"Cost":283,"Date":"7/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":607,"Cost":484,"Date":"8/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":814,"Cost":553,"Date":"10/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":192,"Cost":128,"Date":"11/11/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":112,"Cost":67,"Date":"11/30/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":656,"Cost":576,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":432,"Cost":347,"Date":"3/1/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":138,"Cost":123,"Date":"4/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":135,"Cost":85,"Date":"5/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":125,"Cost":103,"Date":"8/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":868,"Cost":795,"Date":"9/15/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":246,"Cost":204,"Date":"10/14/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":100,"Cost":72,"Date":"10/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":980,"Cost":871,"Date":"11/11/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":296,"Cost":229,"Date":"12/7/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":717,"Cost":625,"Date":"12/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":321,"Cost":289,"Date":"1/6/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":457,"Cost":294,"Date":"1/23/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":559,"Cost":338,"Date":"2/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":588,"Cost":539,"Date":"3/10/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":287,"Cost":230,"Date":"3/12/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":81,"Cost":77,"Date":"3/31/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":975,"Cost":566,"Date":"6/16/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":963,"Cost":820,"Date":"6/17/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":406,"Cost":314,"Date":"8/27/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":320,"Cost":280,"Date":"10/1/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":332,"Cost":313,"Date":"11/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":318,"Cost":221,"Date":"11/9/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":952,"Cost":499,"Date":"3/27/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":248,"Cost":159,"Date":"4/17/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":297,"Cost":227,"Date":"8/11/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":654,"Cost":550,"Date":"8/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":777,"Cost":704,"Date":"9/2/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":68,"Cost":47,"Date":"9/5/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":161,"Cost":101,"Date":"9/14/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":333,"Cost":240,"Date":"9/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":315,"Cost":278,"Date":"11/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":585,"Cost":388,"Date":"12/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":701,"Cost":386,"Date":"1/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":95,"Cost":50,"Date":"1/21/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":711,"Cost":479,"Date":"2/9/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":182,"Cost":113,"Date":"3/19/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":743,"Cost":450,"Date":"4/3/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":284,"Cost":145,"Date":"4/5/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":569,"Cost":513,"Date":"4/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":833,"Cost":612,"Date":"7/10/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":884,"Cost":683,"Date":"3/25/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":940,"Cost":848,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":24,"Cost":21,"Date":"10/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":359,"Cost":289,"Date":"3/2/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":778,"Cost":644,"Date":"6/28/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":407,"Cost":226,"Date":"7/17/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":3,"Cost":1,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":954,"Cost":598,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":841,"Cost":635,"Date":"11/20/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":21,"Cost":10,"Date":"12/16/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":316,"Cost":272,"Date":"12/30/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":11,"Cost":8,"Date":"2/15/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":832,"Cost":574,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":117,"Cost":64,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":749,"Cost":616,"Date":"4/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":864,"Cost":674,"Date":"7/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":185,"Cost":138,"Date":"8/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":79,"Cost":40,"Date":"10/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":653,"Cost":479,"Date":"11/11/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":194,"Cost":148,"Date":"11/30/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":64,"Cost":52,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":433,"Cost":319,"Date":"3/1/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":839,"Cost":771,"Date":"4/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":19,"Cost":11,"Date":"5/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":982,"Cost":744,"Date":"8/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":148,"Cost":127,"Date":"9/15/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":933,"Cost":604,"Date":"10/14/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":202,"Cost":133,"Date":"10/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":292,"Cost":274,"Date":"11/11/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":927,"Cost":574,"Date":"12/7/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":410,"Cost":263,"Date":"12/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":40,"Cost":35,"Date":"1/6/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":734,"Cost":595,"Date":"1/23/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":871,"Cost":557,"Date":"2/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":726,"Cost":689,"Date":"3/10/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":756,"Cost":656,"Date":"3/12/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":437,"Cost":411,"Date":"3/31/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":377,"Cost":346,"Date":"6/16/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":735,"Cost":669,"Date":"6/17/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":668,"Cost":553,"Date":"8/27/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":771,"Cost":509,"Date":"10/1/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":855,"Cost":634,"Date":"11/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":613,"Cost":390,"Date":"11/9/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":360,"Cost":230,"Date":"3/27/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":308,"Cost":273,"Date":"4/17/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":152,"Cost":86,"Date":"8/11/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":890,"Cost":735,"Date":"8/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":792,"Cost":658,"Date":"9/2/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":835,"Cost":610,"Date":"9/5/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":563,"Cost":356,"Date":"9/14/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":307,"Cost":221,"Date":"9/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":751,"Cost":581,"Date":"11/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":951,"Cost":608,"Date":"12/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":656,"Cost":497,"Date":"1/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":232,"Cost":141,"Date":"1/21/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":333,"Cost":241,"Date":"2/9/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":962,"Cost":790,"Date":"3/19/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":228,"Cost":217,"Date":"4/3/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":886,"Cost":586,"Date":"4/5/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":547,"Cost":461,"Date":"4/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":444,"Cost":370,"Date":"7/10/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":161,"Cost":113,"Date":"3/25/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":626,"Cost":559,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":312,"Cost":245,"Date":"10/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":369,"Cost":306,"Date":"3/2/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":429,"Cost":376,"Date":"6/28/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":67,"Cost":37,"Date":"7/17/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":653,"Cost":580,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":291,"Cost":172,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":970,"Cost":783,"Date":"11/20/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":140,"Cost":120,"Date":"12/16/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":437,"Cost":254,"Date":"12/30/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":798,"Cost":542,"Date":"2/15/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":932,"Cost":700,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":643,"Cost":339,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":893,"Cost":550,"Date":"4/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":272,"Cost":221,"Date":"7/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":815,"Cost":694,"Date":"8/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":329,"Cost":166,"Date":"10/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":867,"Cost":733,"Date":"11/11/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":513,"Cost":322,"Date":"11/30/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":364,"Cost":315,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":598,"Cost":562,"Date":"3/1/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":276,"Cost":230,"Date":"4/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":515,"Cost":370,"Date":"5/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":610,"Cost":382,"Date":"8/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":413,"Cost":209,"Date":"9/15/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":954,"Cost":699,"Date":"10/14/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":829,"Cost":430,"Date":"10/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":232,"Cost":153,"Date":"11/11/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":427,"Cost":274,"Date":"12/7/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":111,"Cost":99,"Date":"12/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":25,"Cost":15,"Date":"1/6/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":970,"Cost":910,"Date":"1/23/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":526,"Cost":420,"Date":"2/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":106,"Cost":59,"Date":"3/10/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":618,"Cost":406,"Date":"3/12/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":352,"Cost":299,"Date":"3/31/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":92,"Cost":54,"Date":"6/16/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":258,"Cost":220,"Date":"6/17/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":455,"Cost":275,"Date":"8/27/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":133,"Cost":97,"Date":"10/1/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":246,"Cost":213,"Date":"11/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":290,"Cost":176,"Date":"11/9/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":990,"Cost":763,"Date":"3/27/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":340,"Cost":219,"Date":"4/17/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":252,"Cost":220,"Date":"8/11/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":326,"Cost":251,"Date":"8/21/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":447,"Cost":241,"Date":"9/2/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":442,"Cost":225,"Date":"9/5/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":638,"Cost":403,"Date":"9/14/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":892,"Cost":733,"Date":"9/20/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":92,"Cost":68,"Date":"11/20/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":105,"Cost":67,"Date":"12/21/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":919,"Cost":802,"Date":"1/7/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":745,"Cost":433,"Date":"1/21/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":284,"Cost":239,"Date":"2/9/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":331,"Cost":257,"Date":"3/19/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":938,"Cost":696,"Date":"4/3/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":287,"Cost":251,"Date":"4/5/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":850,"Cost":670,"Date":"4/28/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":379,"Cost":269,"Date":"7/10/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":665,"Cost":385,"Date":"3/25/2020"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":830,"Cost":511,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":102,"Cost":67,"Date":"10/28/2020"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":441,"Cost":394,"Date":"3/2/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":940,"Cost":599,"Date":"6/28/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":68,"Cost":42,"Date":"7/17/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":229,"Cost":178,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":269,"Cost":140,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":791,"Cost":433,"Date":"11/20/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":254,"Cost":171,"Date":"12/16/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":536,"Cost":402,"Date":"12/30/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":620,"Cost":370,"Date":"2/15/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":754,"Cost":588,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":956,"Cost":522,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":5,"Cost":4,"Date":"4/18/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":945,"Cost":856,"Date":"7/27/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":202,"Cost":116,"Date":"8/18/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":271,"Cost":147,"Date":"10/31/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":156,"Cost":138,"Date":"11/11/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":414,"Cost":286,"Date":"11/30/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":129,"Cost":100,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":490,"Cost":303,"Date":"3/1/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":314,"Cost":263,"Date":"4/13/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":230,"Cost":202,"Date":"5/20/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":259,"Cost":216,"Date":"8/13/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":738,"Cost":626,"Date":"9/15/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":992,"Cost":785,"Date":"10/14/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":918,"Cost":720,"Date":"10/28/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":601,"Cost":479,"Date":"11/11/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":127,"Cost":121,"Date":"12/7/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":168,"Cost":141,"Date":"12/21/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":166,"Date":"1/6/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":57,"Cost":39,"Date":"1/23/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":121,"Cost":96,"Date":"2/4/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":900,"Cost":818,"Date":"3/10/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":602,"Cost":508,"Date":"3/12/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":594,"Cost":323,"Date":"3/31/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":455,"Cost":263,"Date":"6/16/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":168,"Cost":142,"Date":"6/17/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":773,"Cost":452,"Date":"8/27/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":409,"Cost":234,"Date":"10/1/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":277,"Cost":166,"Date":"11/4/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":11,"Cost":10,"Date":"11/9/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":249,"Cost":166,"Date":"3/27/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":313,"Cost":207,"Date":"4/17/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":437,"Cost":405,"Date":"8/11/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":569,"Cost":490,"Date":"8/21/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":199,"Cost":148,"Date":"9/2/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":274,"Cost":166,"Date":"9/5/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":57,"Cost":39,"Date":"9/14/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":596,"Cost":368,"Date":"9/20/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":245,"Cost":219,"Date":"11/20/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":341,"Cost":199,"Date":"12/21/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":33,"Cost":28,"Date":"1/7/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":857,"Cost":509,"Date":"1/21/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":445,"Cost":364,"Date":"2/9/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":807,"Cost":519,"Date":"3/19/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":979,"Cost":823,"Date":"4/3/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":808,"Cost":494,"Date":"4/5/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":63,"Cost":54,"Date":"4/28/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":170,"Cost":161,"Date":"7/10/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":820,"Cost":758,"Date":"3/25/2020"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":609,"Cost":417,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":698,"Cost":381,"Date":"10/28/2020"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":693,"Cost":387,"Date":"3/2/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":829,"Cost":760,"Date":"6/28/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":83,"Cost":55,"Date":"7/17/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":709,"Cost":576,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":371,"Cost":190,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":899,"Cost":451,"Date":"11/20/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":641,"Cost":448,"Date":"12/16/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":561,"Cost":295,"Date":"12/30/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":420,"Cost":311,"Date":"2/15/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":407,"Cost":322,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":527,"Cost":271,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":105,"Cost":94,"Date":"4/18/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":312,"Cost":215,"Date":"7/27/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":680,"Cost":509,"Date":"8/18/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":621,"Cost":342,"Date":"10/31/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":409,"Cost":358,"Date":"11/11/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":782,"Cost":680,"Date":"11/30/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":131,"Cost":113,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":21,"Cost":14,"Date":"3/1/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":613,"Cost":478,"Date":"4/13/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":57,"Cost":37,"Date":"5/20/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":52,"Cost":47,"Date":"8/13/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":896,"Cost":835,"Date":"9/15/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":268,"Cost":247,"Date":"10/14/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":953,"Cost":845,"Date":"10/28/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":59,"Cost":54,"Date":"11/11/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":369,"Cost":337,"Date":"12/7/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":383,"Cost":217,"Date":"12/21/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":333,"Cost":313,"Date":"1/6/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":600,"Cost":491,"Date":"1/23/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":400,"Cost":207,"Date":"2/4/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":997,"Cost":692,"Date":"3/10/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":293,"Cost":174,"Date":"3/12/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":933,"Cost":884,"Date":"3/31/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":554,"Cost":332,"Date":"6/16/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":422,"Cost":235,"Date":"6/17/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":719,"Cost":383,"Date":"8/27/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":746,"Cost":408,"Date":"10/1/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":932,"Cost":547,"Date":"11/4/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":754,"Cost":677,"Date":"11/9/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":865,"Cost":527,"Date":"3/27/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":189,"Cost":128,"Date":"4/17/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":925,"Cost":542,"Date":"8/11/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":104,"Cost":76,"Date":"8/21/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":218,"Cost":136,"Date":"9/2/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":900,"Cost":709,"Date":"9/5/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":313,"Cost":202,"Date":"9/14/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":896,"Cost":720,"Date":"9/20/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":411,"Cost":275,"Date":"11/20/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":524,"Cost":426,"Date":"12/21/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":152,"Cost":138,"Date":"1/7/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":622,"Cost":370,"Date":"1/21/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":109,"Cost":79,"Date":"2/9/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":549,"Cost":510,"Date":"3/19/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":12,"Cost":7,"Date":"4/3/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":365,"Cost":345,"Date":"4/5/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":622,"Cost":412,"Date":"4/28/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":2,"Cost":1,"Date":"7/10/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":581,"Cost":361,"Date":"3/25/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":902,"Cost":593,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":307,"Cost":171,"Date":"10/28/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":337,"Cost":216,"Date":"3/2/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":711,"Cost":380,"Date":"6/28/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":513,"Cost":376,"Date":"7/17/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":768,"Cost":479,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":388,"Cost":205,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":264,"Cost":206,"Date":"11/20/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":910,"Cost":709,"Date":"12/16/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":372,"Cost":235,"Date":"12/30/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":447,"Cost":338,"Date":"2/15/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":762,"Cost":575,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":576,"Cost":304,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":19,"Cost":16,"Date":"4/18/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":399,"Cost":338,"Date":"7/27/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":16,"Cost":13,"Date":"8/18/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":837,"Cost":553,"Date":"10/31/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":561,"Cost":508,"Date":"11/11/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":652,"Cost":598,"Date":"11/30/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":119,"Cost":86,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":344,"Cost":263,"Date":"3/1/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":159,"Cost":135,"Date":"4/13/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":569,"Cost":356,"Date":"5/20/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":953,"Cost":506,"Date":"8/13/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":293,"Cost":276,"Date":"9/15/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":823,"Cost":713,"Date":"10/14/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":281,"Cost":225,"Date":"10/28/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":80,"Cost":51,"Date":"11/11/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":601,"Cost":417,"Date":"12/7/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":751,"Cost":602,"Date":"12/21/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":774,"Cost":607,"Date":"1/6/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":795,"Cost":452,"Date":"1/23/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":796,"Cost":542,"Date":"2/4/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":194,"Cost":105,"Date":"3/10/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":96,"Cost":88,"Date":"3/12/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":7,"Cost":7,"Date":"3/31/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":873,"Cost":822,"Date":"6/16/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":830,"Cost":449,"Date":"6/17/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":423,"Cost":257,"Date":"8/27/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":477,"Cost":249,"Date":"10/1/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":248,"Cost":199,"Date":"11/4/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":129,"Cost":119,"Date":"11/9/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":43,"Cost":39,"Date":"3/27/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":397,"Cost":311,"Date":"4/17/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":552,"Cost":437,"Date":"8/11/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":237,"Cost":166,"Date":"8/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":669,"Cost":512,"Date":"9/2/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":203,"Cost":193,"Date":"9/5/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":440,"Cost":274,"Date":"9/14/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":801,"Cost":434,"Date":"9/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":940,"Cost":886,"Date":"11/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":713,"Cost":377,"Date":"12/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":883,"Cost":547,"Date":"1/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":789,"Cost":499,"Date":"1/21/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":811,"Cost":704,"Date":"2/9/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":530,"Date":"3/19/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":924,"Cost":700,"Date":"4/3/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":137,"Cost":124,"Date":"4/5/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":809,"Cost":413,"Date":"4/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":701,"Cost":378,"Date":"7/10/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":620,"Cost":368,"Date":"3/25/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":359,"Cost":314,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":810,"Cost":637,"Date":"10/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":443,"Cost":276,"Date":"3/2/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":250,"Cost":129,"Date":"6/28/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":641,"Cost":593,"Date":"7/17/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":133,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":53,"Cost":34,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":795,"Cost":533,"Date":"11/20/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":521,"Cost":279,"Date":"12/16/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":873,"Cost":504,"Date":"12/30/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":944,"Cost":484,"Date":"2/15/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":648,"Cost":450,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":311,"Cost":215,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":760,"Cost":564,"Date":"4/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":977,"Cost":761,"Date":"7/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":679,"Cost":473,"Date":"8/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":378,"Cost":213,"Date":"10/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":999,"Cost":929,"Date":"11/11/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":327,"Cost":261,"Date":"11/30/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":632,"Cost":355,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":160,"Cost":143,"Date":"3/1/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":494,"Cost":462,"Date":"4/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":784,"Cost":573,"Date":"5/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":831,"Cost":697,"Date":"8/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":1000,"Cost":757,"Date":"9/15/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":468,"Cost":439,"Date":"10/14/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":896,"Cost":732,"Date":"10/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":103,"Cost":89,"Date":"11/11/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":133,"Cost":71,"Date":"12/7/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":680,"Cost":546,"Date":"12/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":53,"Cost":31,"Date":"1/6/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":878,"Cost":558,"Date":"1/23/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":703,"Cost":509,"Date":"2/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":297,"Cost":241,"Date":"3/10/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":34,"Cost":28,"Date":"3/12/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":961,"Cost":800,"Date":"3/31/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":29,"Cost":22,"Date":"6/16/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":573,"Cost":369,"Date":"6/17/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":718,"Cost":459,"Date":"8/27/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":60,"Cost":30,"Date":"10/1/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":18,"Cost":11,"Date":"11/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":783,"Cost":578,"Date":"11/9/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":689,"Cost":445,"Date":"3/27/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":1,"Cost":1,"Date":"4/17/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":942,"Cost":802,"Date":"8/11/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":241,"Cost":213,"Date":"8/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":558,"Cost":504,"Date":"9/2/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":932,"Cost":477,"Date":"9/5/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":678,"Cost":442,"Date":"9/14/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":845,"Cost":425,"Date":"9/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":767,"Cost":671,"Date":"11/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":784,"Cost":740,"Date":"12/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":669,"Cost":445,"Date":"1/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":496,"Cost":394,"Date":"1/21/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":329,"Cost":290,"Date":"2/9/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":470,"Cost":352,"Date":"3/19/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":215,"Cost":189,"Date":"4/3/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":708,"Cost":552,"Date":"4/5/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":130,"Cost":91,"Date":"4/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":318,"Cost":279,"Date":"7/10/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":423,"Cost":274,"Date":"3/25/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":139,"Cost":82,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":259,"Cost":228,"Date":"10/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":598,"Cost":400,"Date":"3/2/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":219,"Cost":165,"Date":"6/28/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":745,"Cost":487,"Date":"7/17/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":438,"Cost":234,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":478,"Cost":282,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":998,"Cost":832,"Date":"11/20/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":348,"Cost":289,"Date":"12/16/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":523,"Cost":383,"Date":"12/30/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":679,"Cost":521,"Date":"2/15/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":271,"Cost":222,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":28,"Cost":18,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":903,"Cost":598,"Date":"4/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":57,"Cost":46,"Date":"7/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":740,"Cost":404,"Date":"8/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":82,"Cost":44,"Date":"10/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":235,"Cost":181,"Date":"11/11/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":21,"Cost":16,"Date":"11/30/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":496,"Cost":266,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":547,"Cost":362,"Date":"3/1/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":657,"Cost":582,"Date":"4/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":660,"Cost":537,"Date":"5/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":585,"Cost":360,"Date":"8/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":878,"Cost":583,"Date":"9/15/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":856,"Cost":449,"Date":"10/14/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":76,"Cost":63,"Date":"10/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":619,"Cost":468,"Date":"11/11/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":10,"Cost":6,"Date":"12/7/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":314,"Cost":263,"Date":"12/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":836,"Cost":551,"Date":"1/6/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":280,"Cost":164,"Date":"1/23/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":142,"Cost":106,"Date":"2/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":665,"Cost":574,"Date":"3/10/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":526,"Cost":457,"Date":"3/12/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":418,"Cost":361,"Date":"3/31/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":8,"Cost":8,"Date":"6/16/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":605,"Cost":408,"Date":"6/17/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":171,"Cost":126,"Date":"8/27/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":132,"Cost":117,"Date":"10/1/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":566,"Cost":326,"Date":"11/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":698,"Cost":483,"Date":"11/9/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":501,"Cost":306,"Date":"3/27/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":974,"Cost":843,"Date":"4/17/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":558,"Cost":414,"Date":"8/11/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":316,"Cost":294,"Date":"8/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":835,"Cost":453,"Date":"9/2/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":272,"Cost":236,"Date":"9/5/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":12,"Cost":6,"Date":"9/14/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":230,"Cost":161,"Date":"9/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":566,"Cost":292,"Date":"11/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":722,"Cost":482,"Date":"12/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":207,"Cost":117,"Date":"1/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":91,"Cost":82,"Date":"1/21/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":814,"Cost":746,"Date":"2/9/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":530,"Cost":439,"Date":"3/19/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":481,"Cost":343,"Date":"4/3/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":988,"Cost":892,"Date":"4/5/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":404,"Cost":313,"Date":"4/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":915,"Cost":859,"Date":"7/10/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":381,"Cost":318,"Date":"3/25/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":237,"Cost":185,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":686,"Cost":468,"Date":"10/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":24,"Cost":22,"Date":"3/2/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":33,"Cost":21,"Date":"6/28/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":775,"Cost":470,"Date":"7/17/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":32,"Cost":25,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":246,"Cost":196,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":837,"Cost":464,"Date":"11/20/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":822,"Cost":743,"Date":"12/16/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":468,"Cost":441,"Date":"12/30/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":355,"Cost":188,"Date":"2/15/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":267,"Cost":186,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":271,"Cost":203,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":950,"Cost":719,"Date":"4/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":838,"Cost":763,"Date":"7/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":234,"Cost":202,"Date":"8/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":472,"Cost":374,"Date":"10/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":339,"Cost":208,"Date":"11/11/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":53,"Cost":28,"Date":"11/30/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":735,"Cost":683,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":907,"Cost":650,"Date":"3/1/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":192,"Cost":141,"Date":"4/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":101,"Cost":50,"Date":"5/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":33,"Cost":18,"Date":"8/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":264,"Cost":132,"Date":"9/15/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":394,"Cost":320,"Date":"10/14/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":293,"Cost":233,"Date":"10/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":754,"Cost":707,"Date":"11/11/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":675,"Cost":606,"Date":"12/7/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":148,"Cost":113,"Date":"12/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":696,"Cost":536,"Date":"1/6/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":760,"Cost":683,"Date":"1/23/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":808,"Cost":452,"Date":"2/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":915,"Cost":672,"Date":"3/10/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":132,"Cost":112,"Date":"3/12/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":417,"Cost":244,"Date":"3/31/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":682,"Cost":438,"Date":"6/16/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":204,"Cost":175,"Date":"6/17/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":242,"Cost":150,"Date":"8/27/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":23,"Cost":21,"Date":"10/1/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":766,"Cost":542,"Date":"11/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":51,"Cost":35,"Date":"11/9/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":637,"Cost":488,"Date":"3/27/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":541,"Cost":492,"Date":"4/17/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":765,"Cost":640,"Date":"8/11/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":184,"Cost":128,"Date":"8/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":35,"Cost":22,"Date":"9/2/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":144,"Cost":80,"Date":"9/5/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":265,"Cost":167,"Date":"9/14/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":956,"Cost":512,"Date":"9/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":111,"Cost":70,"Date":"11/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":289,"Cost":265,"Date":"12/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":665,"Cost":490,"Date":"1/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":446,"Cost":309,"Date":"1/21/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":557,"Cost":451,"Date":"2/9/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":829,"Cost":631,"Date":"3/19/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":43,"Cost":34,"Date":"4/3/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":592,"Cost":556,"Date":"4/5/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":692,"Cost":532,"Date":"4/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":519,"Cost":360,"Date":"7/10/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":229,"Cost":127,"Date":"3/25/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":412,"Cost":387,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":938,"Cost":719,"Date":"10/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":688,"Cost":582,"Date":"3/2/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":4,"Cost":3,"Date":"6/28/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":360,"Cost":312,"Date":"7/17/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":273,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":148,"Cost":103,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":397,"Cost":368,"Date":"11/20/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":629,"Date":"12/16/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":486,"Cost":431,"Date":"12/30/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":602,"Date":"2/15/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":626,"Cost":518,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":414,"Cost":311,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":672,"Cost":486,"Date":"4/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":979,"Cost":626,"Date":"7/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":116,"Cost":77,"Date":"8/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":505,"Cost":271,"Date":"10/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":161,"Cost":119,"Date":"11/11/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":899,"Cost":548,"Date":"11/30/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":728,"Cost":630,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":374,"Cost":265,"Date":"3/1/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":650,"Cost":351,"Date":"4/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":746,"Cost":458,"Date":"5/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":124,"Cost":84,"Date":"8/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":258,"Cost":175,"Date":"9/15/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":899,"Cost":534,"Date":"10/14/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":681,"Cost":622,"Date":"10/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":245,"Date":"11/11/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":849,"Cost":503,"Date":"12/7/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":112,"Cost":88,"Date":"12/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":328,"Cost":248,"Date":"1/6/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":451,"Cost":230,"Date":"1/23/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":384,"Cost":278,"Date":"2/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":844,"Cost":564,"Date":"3/10/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":869,"Cost":675,"Date":"3/12/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":983,"Cost":923,"Date":"3/31/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":531,"Cost":268,"Date":"6/16/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":149,"Cost":121,"Date":"6/17/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":260,"Cost":138,"Date":"8/27/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":653,"Cost":329,"Date":"10/1/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":743,"Cost":451,"Date":"11/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":364,"Cost":233,"Date":"11/9/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":810,"Cost":442,"Date":"3/27/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":489,"Date":"4/17/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":434,"Cost":241,"Date":"8/11/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":58,"Cost":38,"Date":"8/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":341,"Cost":215,"Date":"9/2/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":433,"Cost":218,"Date":"9/5/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":954,"Cost":477,"Date":"9/14/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":539,"Cost":331,"Date":"9/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":786,"Cost":647,"Date":"11/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":369,"Cost":275,"Date":"12/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":618,"Cost":514,"Date":"1/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":553,"Cost":344,"Date":"1/21/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":901,"Cost":540,"Date":"2/9/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":751,"Cost":581,"Date":"3/19/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":773,"Date":"4/3/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":227,"Cost":163,"Date":"4/5/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":479,"Cost":252,"Date":"4/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":787,"Cost":480,"Date":"7/10/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":384,"Cost":247,"Date":"3/25/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":758,"Cost":397,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":194,"Cost":114,"Date":"10/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":477,"Cost":378,"Date":"3/2/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":571,"Cost":480,"Date":"6/28/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":384,"Cost":252,"Date":"7/17/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":4,"Cost":2,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":91,"Cost":82,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":890,"Cost":729,"Date":"11/20/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":567,"Cost":477,"Date":"12/16/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":68,"Cost":57,"Date":"12/30/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":743,"Cost":675,"Date":"2/15/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":126,"Cost":74,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":859,"Cost":582,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":561,"Cost":289,"Date":"4/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":309,"Cost":197,"Date":"7/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":952,"Cost":577,"Date":"8/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":321,"Cost":192,"Date":"10/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":547,"Cost":425,"Date":"11/11/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":506,"Cost":255,"Date":"11/30/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":552,"Cost":386,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":509,"Cost":372,"Date":"3/1/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":892,"Cost":805,"Date":"4/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":420,"Cost":280,"Date":"5/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":658,"Cost":471,"Date":"8/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":572,"Cost":384,"Date":"9/15/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":493,"Cost":277,"Date":"10/14/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":736,"Cost":608,"Date":"10/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":380,"Cost":332,"Date":"11/11/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":45,"Date":"12/7/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":682,"Cost":625,"Date":"12/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":650,"Cost":368,"Date":"1/6/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":273,"Cost":239,"Date":"1/23/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":367,"Cost":193,"Date":"2/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":496,"Date":"3/10/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":68,"Cost":61,"Date":"3/12/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":402,"Date":"3/31/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":308,"Cost":278,"Date":"6/16/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":119,"Cost":113,"Date":"6/17/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":293,"Cost":255,"Date":"8/27/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":172,"Cost":115,"Date":"10/1/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":900,"Cost":829,"Date":"11/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":827,"Cost":697,"Date":"11/9/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":268,"Cost":198,"Date":"3/27/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":359,"Cost":338,"Date":"4/17/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":741,"Cost":664,"Date":"8/11/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":656,"Cost":459,"Date":"8/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":357,"Cost":188,"Date":"9/2/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":172,"Cost":89,"Date":"9/5/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":312,"Cost":292,"Date":"9/14/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":103,"Cost":86,"Date":"9/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":113,"Cost":57,"Date":"11/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":964,"Cost":829,"Date":"12/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":451,"Cost":300,"Date":"1/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":878,"Cost":484,"Date":"1/21/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":877,"Cost":454,"Date":"2/9/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":194,"Cost":105,"Date":"3/19/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":734,"Cost":658,"Date":"4/3/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":564,"Cost":448,"Date":"4/5/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":154,"Cost":112,"Date":"4/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":513,"Cost":434,"Date":"7/10/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":765,"Cost":549,"Date":"3/25/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":921,"Cost":600,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":764,"Cost":435,"Date":"10/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":1,"Cost":0,"Date":"3/2/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":594,"Cost":361,"Date":"6/28/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":44,"Cost":31,"Date":"7/17/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":56,"Cost":43,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":954,"Cost":616,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":545,"Cost":295,"Date":"11/20/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":6,"Cost":6,"Date":"12/16/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":610,"Cost":419,"Date":"12/30/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":874,"Cost":449,"Date":"2/15/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":579,"Cost":503,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":536,"Cost":342,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":357,"Cost":332,"Date":"4/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":721,"Cost":619,"Date":"7/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":660,"Cost":507,"Date":"8/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":68,"Cost":51,"Date":"10/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":351,"Cost":256,"Date":"11/11/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":545,"Cost":352,"Date":"11/30/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":454,"Cost":306,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":335,"Cost":252,"Date":"3/1/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":974,"Cost":862,"Date":"4/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":234,"Cost":144,"Date":"5/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":491,"Cost":284,"Date":"8/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":649,"Cost":526,"Date":"9/15/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":99,"Cost":57,"Date":"10/14/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":748,"Cost":632,"Date":"10/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":239,"Cost":158,"Date":"11/11/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":479,"Cost":329,"Date":"12/7/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":846,"Cost":633,"Date":"12/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":876,"Cost":622,"Date":"1/6/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":295,"Cost":270,"Date":"1/23/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":936,"Cost":687,"Date":"2/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":982,"Cost":581,"Date":"3/10/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":85,"Cost":62,"Date":"3/12/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":484,"Cost":374,"Date":"3/31/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":446,"Cost":332,"Date":"6/16/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":574,"Cost":492,"Date":"6/17/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":45,"Cost":28,"Date":"8/27/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":582,"Cost":465,"Date":"10/1/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":478,"Cost":338,"Date":"11/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":915,"Cost":850,"Date":"11/9/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":780,"Cost":404,"Date":"3/27/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":995,"Cost":904,"Date":"4/17/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":875,"Cost":471,"Date":"8/11/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":280,"Cost":161,"Date":"8/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":283,"Cost":255,"Date":"9/2/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":966,"Cost":913,"Date":"9/5/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":624,"Cost":442,"Date":"9/14/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":310,"Cost":203,"Date":"9/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":238,"Cost":170,"Date":"11/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":825,"Cost":718,"Date":"12/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":595,"Cost":470,"Date":"1/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":858,"Cost":723,"Date":"1/21/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":406,"Cost":346,"Date":"2/9/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":16,"Cost":9,"Date":"3/19/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":193,"Cost":118,"Date":"4/3/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":298,"Cost":206,"Date":"4/5/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":278,"Cost":251,"Date":"4/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":371,"Cost":342,"Date":"7/10/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":82,"Cost":65,"Date":"3/25/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":709,"Cost":662,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":926,"Cost":850,"Date":"10/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":560,"Cost":335,"Date":"3/2/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":413,"Cost":290,"Date":"6/28/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":893,"Cost":693,"Date":"7/17/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":369,"Cost":215,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":3,"Cost":1,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":470,"Cost":235,"Date":"11/20/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":610,"Cost":470,"Date":"12/16/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":948,"Cost":852,"Date":"12/30/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":249,"Cost":160,"Date":"2/15/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":653,"Cost":403,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":509,"Cost":328,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":151,"Cost":78,"Date":"4/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":427,"Cost":283,"Date":"7/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":723,"Cost":677,"Date":"8/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":508,"Cost":391,"Date":"10/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":758,"Cost":604,"Date":"11/11/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":654,"Cost":355,"Date":"11/30/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":901,"Cost":672,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":161,"Cost":138,"Date":"3/1/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":721,"Cost":381,"Date":"4/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":747,"Cost":425,"Date":"5/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":546,"Cost":491,"Date":"8/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":655,"Cost":384,"Date":"9/15/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":269,"Cost":137,"Date":"10/14/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":648,"Cost":428,"Date":"10/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":903,"Cost":757,"Date":"11/11/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":471,"Cost":342,"Date":"12/7/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":756,"Cost":519,"Date":"12/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":779,"Cost":532,"Date":"1/6/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":982,"Cost":775,"Date":"1/23/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":707,"Cost":464,"Date":"2/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":1,"Cost":1,"Date":"3/10/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":212,"Cost":183,"Date":"3/12/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":118,"Cost":70,"Date":"3/31/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":894,"Cost":567,"Date":"6/16/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":950,"Cost":880,"Date":"6/17/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":515,"Cost":313,"Date":"8/27/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":291,"Cost":214,"Date":"10/1/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":521,"Cost":381,"Date":"11/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":119,"Cost":78,"Date":"11/9/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":995,"Cost":802,"Date":"3/27/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":815,"Cost":677,"Date":"4/17/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":870,"Cost":827,"Date":"8/11/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":257,"Cost":155,"Date":"8/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":288,"Cost":204,"Date":"9/2/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":673,"Cost":373,"Date":"9/5/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":59,"Cost":48,"Date":"9/14/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":964,"Cost":909,"Date":"9/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":531,"Cost":427,"Date":"11/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":277,"Cost":200,"Date":"12/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":436,"Cost":218,"Date":"1/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":387,"Cost":210,"Date":"1/21/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":34,"Cost":29,"Date":"2/9/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":496,"Cost":437,"Date":"3/19/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":743,"Cost":584,"Date":"4/3/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":391,"Cost":311,"Date":"4/5/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":485,"Cost":413,"Date":"4/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":469,"Cost":376,"Date":"7/10/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":880,"Cost":701,"Date":"3/25/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":897,"Cost":611,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":823,"Cost":466,"Date":"10/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":761,"Cost":481,"Date":"3/2/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":166,"Cost":113,"Date":"6/28/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":379,"Cost":282,"Date":"7/17/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":727,"Cost":661,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":388,"Cost":352,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":754,"Cost":429,"Date":"11/20/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":740,"Cost":570,"Date":"12/16/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":291,"Cost":185,"Date":"12/30/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":908,"Cost":592,"Date":"2/15/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":990,"Cost":711,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":121,"Cost":107,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":784,"Cost":627,"Date":"4/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":664,"Cost":501,"Date":"7/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":722,"Cost":668,"Date":"8/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":351,"Cost":215,"Date":"10/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":97,"Cost":62,"Date":"11/11/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":302,"Cost":283,"Date":"11/30/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":475,"Cost":383,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":378,"Cost":313,"Date":"3/1/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":293,"Cost":180,"Date":"4/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":334,"Cost":286,"Date":"5/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":79,"Cost":40,"Date":"8/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":508,"Cost":296,"Date":"9/15/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":484,"Cost":390,"Date":"10/14/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":558,"Cost":414,"Date":"10/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":164,"Cost":142,"Date":"11/11/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":955,"Cost":597,"Date":"12/7/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":128,"Cost":94,"Date":"12/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":570,"Cost":340,"Date":"1/6/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":920,"Cost":653,"Date":"1/23/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":767,"Cost":716,"Date":"2/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":230,"Cost":185,"Date":"3/10/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":930,"Cost":837,"Date":"3/12/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":426,"Cost":312,"Date":"3/31/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":238,"Cost":161,"Date":"6/16/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":213,"Cost":117,"Date":"6/17/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":159,"Cost":133,"Date":"8/27/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":699,"Cost":399,"Date":"10/1/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":35,"Cost":20,"Date":"11/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":53,"Cost":34,"Date":"11/9/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":74,"Cost":44,"Date":"3/27/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":959,"Cost":507,"Date":"4/17/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":567,"Cost":372,"Date":"8/11/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":702,"Cost":488,"Date":"8/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":856,"Cost":739,"Date":"9/2/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":345,"Cost":190,"Date":"9/5/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":257,"Cost":189,"Date":"9/14/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":893,"Cost":510,"Date":"9/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":39,"Date":"11/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":639,"Cost":485,"Date":"12/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":506,"Cost":325,"Date":"1/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":877,"Cost":542,"Date":"1/21/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":303,"Cost":154,"Date":"2/9/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":139,"Cost":100,"Date":"3/19/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":666,"Date":"4/3/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":808,"Cost":678,"Date":"4/5/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":213,"Cost":153,"Date":"4/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":243,"Cost":223,"Date":"7/10/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":910,"Cost":498,"Date":"3/25/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":949,"Cost":600,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":178,"Cost":146,"Date":"10/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":681,"Cost":560,"Date":"3/2/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":104,"Cost":80,"Date":"6/28/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":305,"Cost":203,"Date":"7/17/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":712,"Cost":623,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":515,"Cost":304,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":786,"Cost":663,"Date":"11/20/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":550,"Cost":507,"Date":"12/16/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":308,"Cost":283,"Date":"12/30/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":579,"Cost":308,"Date":"2/15/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":500,"Cost":349,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":49,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":435,"Cost":278,"Date":"4/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":53,"Cost":28,"Date":"7/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":889,"Cost":477,"Date":"8/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":253,"Cost":192,"Date":"10/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":425,"Cost":285,"Date":"11/11/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":856,"Cost":705,"Date":"11/30/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":632,"Cost":587,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":158,"Cost":148,"Date":"3/1/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":156,"Cost":113,"Date":"4/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":516,"Cost":330,"Date":"5/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":84,"Cost":44,"Date":"8/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":785,"Cost":696,"Date":"9/15/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":223,"Cost":130,"Date":"10/14/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":164,"Cost":84,"Date":"10/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":280,"Cost":254,"Date":"11/11/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":660,"Cost":515,"Date":"12/7/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":68,"Date":"12/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":417,"Cost":269,"Date":"1/6/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":958,"Cost":786,"Date":"1/23/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":773,"Cost":601,"Date":"2/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":175,"Cost":100,"Date":"3/10/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":942,"Cost":665,"Date":"3/12/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":121,"Cost":99,"Date":"3/31/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":337,"Cost":184,"Date":"6/16/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":652,"Cost":347,"Date":"6/17/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":295,"Cost":225,"Date":"8/27/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":545,"Cost":359,"Date":"10/1/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":951,"Cost":603,"Date":"11/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":346,"Cost":219,"Date":"11/9/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":137,"Cost":112,"Date":"3/27/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":257,"Cost":147,"Date":"4/17/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":570,"Cost":389,"Date":"8/11/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":745,"Cost":447,"Date":"8/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":486,"Cost":398,"Date":"9/2/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":357,"Cost":284,"Date":"9/5/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":550,"Cost":456,"Date":"9/14/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":350,"Cost":180,"Date":"9/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":606,"Cost":386,"Date":"11/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":160,"Cost":151,"Date":"12/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":626,"Cost":497,"Date":"1/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":321,"Cost":179,"Date":"1/21/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":18,"Cost":9,"Date":"2/9/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":487,"Cost":301,"Date":"3/19/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":416,"Cost":249,"Date":"4/3/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":513,"Cost":359,"Date":"4/5/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":445,"Cost":265,"Date":"4/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":41,"Cost":22,"Date":"7/10/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":596,"Cost":339,"Date":"3/25/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":295,"Cost":165,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":317,"Cost":164,"Date":"10/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":223,"Cost":210,"Date":"3/2/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":79,"Cost":65,"Date":"6/28/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":874,"Cost":479,"Date":"7/17/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":554,"Cost":278,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":160,"Cost":141,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":638,"Cost":388,"Date":"11/20/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":332,"Date":"12/16/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":554,"Date":"12/30/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":861,"Cost":805,"Date":"2/15/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":29,"Cost":22,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":638,"Cost":431,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":960,"Cost":655,"Date":"4/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":577,"Cost":397,"Date":"7/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":802,"Cost":407,"Date":"8/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":778,"Cost":662,"Date":"10/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":463,"Cost":276,"Date":"11/11/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":702,"Cost":495,"Date":"11/30/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":801,"Cost":452,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":51,"Cost":29,"Date":"3/1/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":409,"Cost":323,"Date":"4/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":859,"Cost":450,"Date":"5/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":813,"Cost":645,"Date":"8/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":647,"Cost":350,"Date":"9/15/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":511,"Cost":377,"Date":"10/14/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":855,"Cost":608,"Date":"10/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":99,"Cost":88,"Date":"11/11/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":996,"Cost":841,"Date":"12/7/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":805,"Cost":409,"Date":"12/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":892,"Cost":516,"Date":"1/6/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":128,"Cost":75,"Date":"1/23/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":726,"Cost":663,"Date":"2/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":437,"Cost":309,"Date":"3/10/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":677,"Cost":504,"Date":"3/12/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":147,"Cost":113,"Date":"3/31/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":958,"Cost":875,"Date":"6/16/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":795,"Cost":710,"Date":"6/17/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":557,"Cost":411,"Date":"8/27/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":865,"Cost":706,"Date":"10/1/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":284,"Cost":190,"Date":"11/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":564,"Cost":351,"Date":"11/9/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":990,"Cost":864,"Date":"3/27/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":881,"Cost":592,"Date":"4/17/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":675,"Cost":599,"Date":"8/11/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":743,"Cost":375,"Date":"8/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":481,"Cost":292,"Date":"9/2/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":413,"Cost":227,"Date":"9/5/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":495,"Cost":363,"Date":"9/14/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":782,"Cost":482,"Date":"9/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":570,"Cost":356,"Date":"11/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":778,"Cost":593,"Date":"12/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":293,"Cost":215,"Date":"1/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":140,"Cost":117,"Date":"1/21/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":227,"Date":"2/9/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":225,"Cost":208,"Date":"3/19/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":833,"Cost":578,"Date":"4/3/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":666,"Date":"4/5/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":351,"Cost":231,"Date":"4/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":358,"Cost":247,"Date":"7/10/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":802,"Cost":524,"Date":"3/25/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":97,"Cost":83,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":998,"Cost":635,"Date":"10/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":205,"Cost":129,"Date":"3/2/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":540,"Cost":474,"Date":"6/28/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":391,"Date":"7/17/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":741,"Cost":685,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":525,"Cost":374,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":333,"Cost":231,"Date":"11/20/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":514,"Cost":462,"Date":"12/16/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":842,"Cost":430,"Date":"12/30/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":649,"Cost":384,"Date":"2/15/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":374,"Cost":244,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":3,"Cost":2,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":138,"Cost":95,"Date":"4/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":407,"Cost":214,"Date":"7/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":403,"Cost":214,"Date":"8/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":785,"Cost":438,"Date":"10/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":813,"Cost":621,"Date":"11/11/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":446,"Cost":234,"Date":"11/30/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":381,"Cost":248,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":262,"Cost":241,"Date":"3/1/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":550,"Cost":344,"Date":"4/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":399,"Cost":377,"Date":"5/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":520,"Cost":411,"Date":"8/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":127,"Date":"9/15/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":670,"Cost":465,"Date":"10/14/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":69,"Cost":47,"Date":"10/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":545,"Cost":483,"Date":"11/11/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":903,"Cost":517,"Date":"12/7/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":70,"Cost":41,"Date":"12/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":154,"Cost":97,"Date":"1/6/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":412,"Cost":280,"Date":"1/23/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":582,"Cost":429,"Date":"2/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":171,"Cost":142,"Date":"3/10/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":596,"Date":"3/12/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":611,"Cost":492,"Date":"3/31/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":616,"Cost":431,"Date":"6/16/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":705,"Cost":618,"Date":"6/17/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":485,"Cost":405,"Date":"8/27/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":521,"Cost":306,"Date":"10/1/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":398,"Cost":276,"Date":"11/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":525,"Date":"11/9/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":264,"Cost":246,"Date":"3/27/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":795,"Cost":574,"Date":"4/17/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":998,"Cost":769,"Date":"8/11/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":450,"Cost":313,"Date":"8/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":615,"Cost":539,"Date":"9/2/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":803,"Cost":591,"Date":"9/5/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":538,"Cost":291,"Date":"9/14/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":963,"Cost":772,"Date":"9/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":953,"Cost":901,"Date":"11/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":57,"Cost":52,"Date":"12/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":599,"Cost":361,"Date":"1/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":897,"Cost":657,"Date":"1/21/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":897,"Cost":802,"Date":"2/9/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":831,"Cost":543,"Date":"3/19/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":968,"Cost":618,"Date":"4/3/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":546,"Cost":417,"Date":"4/5/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":107,"Date":"4/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":507,"Cost":428,"Date":"7/10/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":681,"Cost":639,"Date":"3/25/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":48,"Cost":45,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":327,"Cost":214,"Date":"10/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":174,"Cost":166,"Date":"3/2/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":303,"Date":"6/28/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":965,"Cost":883,"Date":"7/17/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":880,"Cost":791,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":482,"Cost":305,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":943,"Cost":488,"Date":"11/20/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":675,"Cost":485,"Date":"12/16/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":78,"Cost":61,"Date":"12/30/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":527,"Cost":369,"Date":"2/15/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":697,"Cost":573,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":934,"Cost":839,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":527,"Cost":495,"Date":"4/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":45,"Date":"7/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":704,"Cost":659,"Date":"8/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":401,"Cost":326,"Date":"10/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":614,"Cost":347,"Date":"11/11/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":831,"Cost":549,"Date":"11/30/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":494,"Cost":436,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":230,"Cost":127,"Date":"3/1/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":764,"Cost":434,"Date":"4/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":578,"Cost":364,"Date":"5/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":741,"Date":"8/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":533,"Date":"9/15/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":860,"Cost":805,"Date":"10/14/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":960,"Cost":724,"Date":"10/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":294,"Cost":149,"Date":"11/11/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":358,"Cost":283,"Date":"12/7/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":40,"Cost":24,"Date":"12/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":253,"Date":"1/6/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":667,"Cost":438,"Date":"1/23/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":34,"Cost":24,"Date":"2/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":540,"Cost":293,"Date":"3/10/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":693,"Cost":527,"Date":"3/12/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":642,"Cost":549,"Date":"3/31/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":112,"Date":"6/16/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":530,"Cost":364,"Date":"6/17/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":578,"Cost":467,"Date":"8/27/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":261,"Cost":159,"Date":"10/1/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":320,"Cost":187,"Date":"11/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":108,"Cost":67,"Date":"11/9/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":359,"Cost":236,"Date":"3/27/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":196,"Cost":98,"Date":"4/17/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":906,"Cost":603,"Date":"8/11/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":411,"Cost":266,"Date":"8/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":283,"Cost":197,"Date":"9/2/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":999,"Cost":614,"Date":"9/5/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":441,"Cost":377,"Date":"9/14/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":483,"Cost":289,"Date":"9/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":570,"Date":"11/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":227,"Cost":177,"Date":"12/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":389,"Cost":348,"Date":"1/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":178,"Cost":141,"Date":"1/21/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":606,"Date":"2/9/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":271,"Cost":216,"Date":"3/19/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":542,"Cost":475,"Date":"4/3/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":824,"Cost":427,"Date":"4/5/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":840,"Cost":521,"Date":"4/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":108,"Cost":101,"Date":"7/10/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":556,"Cost":513,"Date":"3/25/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":305,"Cost":174,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":777,"Cost":560,"Date":"10/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":762,"Cost":407,"Date":"3/2/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":11,"Cost":5,"Date":"6/28/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":442,"Cost":229,"Date":"7/17/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":422,"Cost":283,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":809,"Cost":639,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":98,"Cost":76,"Date":"11/20/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":365,"Cost":305,"Date":"12/16/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":351,"Cost":226,"Date":"12/30/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":353,"Cost":327,"Date":"2/15/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":723,"Cost":383,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":237,"Cost":176,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":230,"Cost":164,"Date":"4/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":817,"Cost":503,"Date":"7/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":31,"Cost":28,"Date":"8/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":651,"Cost":526,"Date":"10/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":973,"Cost":622,"Date":"11/11/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":789,"Cost":632,"Date":"11/30/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":593,"Cost":329,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":722,"Cost":415,"Date":"3/1/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":105,"Cost":70,"Date":"4/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":565,"Cost":537,"Date":"5/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":910,"Cost":736,"Date":"8/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":105,"Cost":70,"Date":"9/15/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":483,"Cost":411,"Date":"10/14/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":920,"Cost":483,"Date":"10/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":856,"Cost":580,"Date":"11/11/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":449,"Cost":285,"Date":"12/7/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":610,"Cost":382,"Date":"12/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":248,"Cost":151,"Date":"1/6/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":465,"Cost":276,"Date":"1/23/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":106,"Cost":73,"Date":"2/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":546,"Cost":308,"Date":"3/10/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":908,"Cost":691,"Date":"3/12/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":651,"Cost":327,"Date":"3/31/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":295,"Cost":269,"Date":"6/16/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":397,"Cost":353,"Date":"6/17/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":465,"Cost":281,"Date":"8/27/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":828,"Cost":736,"Date":"10/1/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":834,"Cost":697,"Date":"11/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":708,"Cost":661,"Date":"11/9/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":307,"Cost":205,"Date":"3/27/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":322,"Cost":222,"Date":"4/17/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":434,"Cost":295,"Date":"8/11/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":446,"Cost":228,"Date":"8/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":784,"Cost":593,"Date":"9/2/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":665,"Cost":536,"Date":"9/5/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":617,"Cost":345,"Date":"9/14/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":259,"Cost":140,"Date":"9/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":50,"Cost":40,"Date":"11/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":925,"Cost":857,"Date":"12/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":624,"Cost":584,"Date":"1/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":240,"Cost":138,"Date":"1/21/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":892,"Cost":737,"Date":"2/9/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":847,"Cost":653,"Date":"3/19/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":476,"Cost":384,"Date":"4/3/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":36,"Cost":21,"Date":"4/5/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":21,"Cost":16,"Date":"4/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":376,"Cost":195,"Date":"7/10/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":363,"Cost":298,"Date":"3/25/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":979,"Cost":787,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":563,"Cost":313,"Date":"10/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":989,"Cost":641,"Date":"3/2/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":924,"Cost":689,"Date":"6/28/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":45,"Cost":33,"Date":"7/17/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":335,"Cost":290,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":797,"Cost":534,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":135,"Cost":123,"Date":"11/20/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":177,"Cost":117,"Date":"12/16/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":834,"Cost":634,"Date":"12/30/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":474,"Cost":399,"Date":"2/15/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":794,"Cost":574,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":920,"Cost":742,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":436,"Cost":321,"Date":"4/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":748,"Cost":498,"Date":"7/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":790,"Cost":419,"Date":"8/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":378,"Cost":300,"Date":"10/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":201,"Cost":166,"Date":"11/11/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":205,"Cost":168,"Date":"11/30/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":9,"Cost":5,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":690,"Cost":431,"Date":"3/1/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":949,"Cost":851,"Date":"4/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":999,"Cost":510,"Date":"5/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":902,"Cost":630,"Date":"8/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":505,"Cost":379,"Date":"9/15/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":545,"Cost":445,"Date":"10/14/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":625,"Cost":404,"Date":"10/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":564,"Cost":395,"Date":"11/11/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":681,"Cost":615,"Date":"12/7/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":295,"Cost":167,"Date":"12/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":611,"Cost":395,"Date":"1/6/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":773,"Cost":660,"Date":"1/23/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":119,"Cost":87,"Date":"2/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":827,"Cost":679,"Date":"3/10/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":269,"Cost":197,"Date":"3/12/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":207,"Cost":126,"Date":"3/31/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":775,"Cost":479,"Date":"6/16/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":776,"Cost":733,"Date":"6/17/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":255,"Cost":229,"Date":"8/27/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":53,"Cost":50,"Date":"10/1/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":163,"Cost":97,"Date":"11/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":748,"Cost":517,"Date":"11/9/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":111,"Cost":100,"Date":"3/27/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":686,"Cost":481,"Date":"4/17/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":873,"Cost":613,"Date":"8/11/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":720,"Cost":630,"Date":"8/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":520,"Cost":282,"Date":"9/2/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":893,"Cost":456,"Date":"9/5/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":17,"Cost":13,"Date":"9/14/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":501,"Cost":410,"Date":"9/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":89,"Cost":66,"Date":"11/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":858,"Cost":595,"Date":"12/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":864,"Cost":717,"Date":"1/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":461,"Cost":406,"Date":"1/21/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":299,"Cost":273,"Date":"2/9/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":523,"Cost":347,"Date":"3/19/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":580,"Cost":473,"Date":"4/3/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":945,"Cost":808,"Date":"4/5/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":467,"Cost":408,"Date":"4/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":928,"Cost":645,"Date":"7/10/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":281,"Cost":235,"Date":"3/25/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":566,"Cost":380,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":966,"Cost":916,"Date":"10/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":794,"Cost":540,"Date":"3/2/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":136,"Cost":83,"Date":"6/28/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":781,"Cost":520,"Date":"7/17/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":142,"Cost":108,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":598,"Cost":405,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":561,"Cost":424,"Date":"11/20/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":247,"Cost":174,"Date":"12/16/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":323,"Cost":264,"Date":"12/30/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":552,"Cost":425,"Date":"2/15/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":969,"Cost":867,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":714,"Cost":587,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":979,"Cost":574,"Date":"4/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":679,"Cost":486,"Date":"7/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":29,"Cost":22,"Date":"8/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":912,"Cost":464,"Date":"10/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":556,"Cost":456,"Date":"11/11/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":114,"Cost":90,"Date":"11/30/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":332,"Cost":178,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":976,"Cost":877,"Date":"3/1/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":820,"Cost":542,"Date":"4/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":453,"Cost":330,"Date":"5/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":781,"Cost":554,"Date":"8/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":343,"Cost":314,"Date":"9/15/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":222,"Cost":141,"Date":"10/14/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":830,"Cost":669,"Date":"10/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":281,"Cost":161,"Date":"11/11/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":811,"Cost":467,"Date":"12/7/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":798,"Cost":644,"Date":"12/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":824,"Cost":632,"Date":"1/6/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":296,"Cost":270,"Date":"1/23/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":916,"Cost":510,"Date":"2/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":305,"Cost":225,"Date":"3/10/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":275,"Cost":219,"Date":"3/12/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":796,"Cost":737,"Date":"3/31/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":488,"Cost":283,"Date":"6/16/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":677,"Cost":482,"Date":"6/17/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":532,"Cost":358,"Date":"8/27/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":343,"Cost":203,"Date":"10/1/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":690,"Cost":654,"Date":"11/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":371,"Cost":194,"Date":"11/9/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":132,"Cost":109,"Date":"3/27/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":149,"Cost":90,"Date":"4/17/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":413,"Cost":391,"Date":"8/11/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":441,"Cost":314,"Date":"8/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":689,"Cost":622,"Date":"9/2/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":972,"Cost":830,"Date":"9/5/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":328,"Cost":200,"Date":"9/14/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":246,"Cost":201,"Date":"9/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":528,"Cost":434,"Date":"11/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":429,"Cost":289,"Date":"12/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":808,"Cost":574,"Date":"1/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":311,"Cost":244,"Date":"1/21/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":345,"Date":"2/9/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":869,"Cost":559,"Date":"3/19/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":424,"Cost":398,"Date":"4/3/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":38,"Cost":21,"Date":"4/5/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":327,"Cost":238,"Date":"4/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":420,"Cost":387,"Date":"7/10/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":173,"Cost":100,"Date":"3/25/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":370,"Cost":222,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":371,"Cost":339,"Date":"10/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":766,"Cost":613,"Date":"3/2/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":159,"Cost":112,"Date":"6/28/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":247,"Cost":185,"Date":"7/17/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":150,"Cost":121,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":921,"Cost":687,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":24,"Cost":20,"Date":"11/20/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":222,"Cost":190,"Date":"12/16/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":102,"Cost":93,"Date":"12/30/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":176,"Cost":103,"Date":"2/15/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":800,"Cost":530,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":331,"Cost":260,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":871,"Cost":539,"Date":"4/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":663,"Date":"7/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":789,"Cost":699,"Date":"8/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":685,"Cost":466,"Date":"10/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":384,"Cost":218,"Date":"11/11/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":769,"Cost":473,"Date":"11/30/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":668,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":790,"Cost":739,"Date":"3/1/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":47,"Cost":44,"Date":"4/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":152,"Cost":84,"Date":"5/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":341,"Cost":204,"Date":"8/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":411,"Cost":229,"Date":"9/15/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":365,"Date":"10/14/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":256,"Cost":136,"Date":"10/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":463,"Cost":269,"Date":"11/11/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":69,"Cost":58,"Date":"12/7/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":874,"Cost":741,"Date":"12/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":998,"Cost":632,"Date":"1/6/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":799,"Cost":567,"Date":"1/23/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":404,"Cost":365,"Date":"2/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":52,"Cost":38,"Date":"3/10/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":223,"Cost":135,"Date":"3/12/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":387,"Cost":251,"Date":"3/31/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":70,"Cost":59,"Date":"6/16/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":204,"Cost":129,"Date":"6/17/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":288,"Cost":158,"Date":"8/27/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":438,"Cost":265,"Date":"10/1/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":682,"Cost":625,"Date":"11/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":297,"Cost":263,"Date":"11/9/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":401,"Cost":343,"Date":"3/27/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":495,"Cost":294,"Date":"4/17/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":322,"Cost":293,"Date":"8/11/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":351,"Cost":180,"Date":"8/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":983,"Cost":804,"Date":"9/2/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":57,"Cost":51,"Date":"9/5/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":252,"Date":"9/14/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":740,"Cost":665,"Date":"9/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":459,"Cost":323,"Date":"11/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":134,"Date":"12/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":546,"Cost":360,"Date":"1/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":722,"Cost":520,"Date":"1/21/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":361,"Cost":254,"Date":"2/9/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":639,"Cost":430,"Date":"3/19/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":183,"Cost":99,"Date":"4/3/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":235,"Cost":147,"Date":"4/5/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":182,"Cost":138,"Date":"4/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":192,"Cost":99,"Date":"7/10/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":434,"Cost":329,"Date":"3/25/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":880,"Cost":694,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":158,"Cost":110,"Date":"10/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":619,"Cost":329,"Date":"3/2/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":905,"Cost":769,"Date":"6/28/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":94,"Cost":87,"Date":"7/17/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":697,"Cost":584,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":694,"Cost":488,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":247,"Cost":179,"Date":"11/20/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":310,"Cost":202,"Date":"12/16/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":527,"Cost":447,"Date":"12/30/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":746,"Cost":670,"Date":"2/15/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":266,"Cost":144,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":346,"Cost":251,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":812,"Cost":482,"Date":"4/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":193,"Cost":139,"Date":"7/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":957,"Cost":773,"Date":"8/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":350,"Cost":199,"Date":"10/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":754,"Date":"11/11/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":974,"Cost":772,"Date":"11/30/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":123,"Cost":115,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":632,"Cost":578,"Date":"3/1/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":502,"Cost":342,"Date":"4/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":439,"Cost":294,"Date":"5/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":36,"Cost":23,"Date":"8/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":875,"Cost":581,"Date":"9/15/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":419,"Cost":289,"Date":"10/14/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":634,"Cost":439,"Date":"10/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":134,"Cost":71,"Date":"11/11/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":34,"Cost":27,"Date":"12/7/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":543,"Cost":399,"Date":"12/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":919,"Cost":840,"Date":"1/6/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":518,"Cost":348,"Date":"1/23/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":554,"Cost":524,"Date":"2/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":26,"Cost":25,"Date":"3/10/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":398,"Cost":201,"Date":"3/12/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":833,"Cost":719,"Date":"3/31/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":560,"Cost":452,"Date":"6/16/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":390,"Cost":289,"Date":"6/17/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":730,"Cost":477,"Date":"8/27/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":127,"Cost":68,"Date":"10/1/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":445,"Cost":414,"Date":"11/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":717,"Cost":579,"Date":"11/9/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":513,"Cost":298,"Date":"3/27/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":983,"Cost":522,"Date":"4/17/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":575,"Cost":300,"Date":"8/11/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":172,"Cost":160,"Date":"8/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":619,"Cost":476,"Date":"9/2/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":409,"Cost":343,"Date":"9/5/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":122,"Cost":76,"Date":"9/14/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":266,"Cost":143,"Date":"9/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":451,"Cost":333,"Date":"11/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":530,"Cost":495,"Date":"12/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":459,"Cost":355,"Date":"1/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":114,"Cost":81,"Date":"1/21/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":385,"Cost":217,"Date":"2/9/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":936,"Cost":607,"Date":"3/19/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":276,"Cost":250,"Date":"4/3/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":387,"Cost":197,"Date":"4/5/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":634,"Cost":407,"Date":"4/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":39,"Cost":21,"Date":"7/10/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":222,"Cost":154,"Date":"3/25/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":574,"Cost":408,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":193,"Cost":174,"Date":"10/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":466,"Cost":365,"Date":"3/2/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":95,"Cost":64,"Date":"6/28/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":833,"Cost":447,"Date":"7/17/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":109,"Cost":94,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":227,"Cost":213,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":844,"Cost":596,"Date":"11/20/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":478,"Cost":439,"Date":"12/16/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":913,"Cost":619,"Date":"12/30/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":581,"Cost":510,"Date":"2/15/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":38,"Cost":32,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":544,"Cost":486,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":58,"Date":"4/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":84,"Date":"7/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":181,"Cost":98,"Date":"8/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":440,"Cost":323,"Date":"10/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":753,"Cost":447,"Date":"11/11/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":509,"Cost":440,"Date":"11/30/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":745,"Cost":678,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":673,"Cost":382,"Date":"3/1/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":588,"Cost":512,"Date":"4/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":805,"Cost":498,"Date":"5/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":150,"Cost":95,"Date":"8/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":376,"Date":"9/15/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":900,"Cost":528,"Date":"10/14/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":824,"Cost":450,"Date":"10/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":691,"Cost":594,"Date":"11/11/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":256,"Date":"12/7/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":769,"Cost":713,"Date":"12/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":284,"Cost":254,"Date":"1/6/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":503,"Cost":451,"Date":"1/23/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":182,"Cost":154,"Date":"2/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":865,"Cost":620,"Date":"3/10/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":517,"Cost":401,"Date":"3/12/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":612,"Cost":424,"Date":"3/31/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":772,"Cost":696,"Date":"6/16/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":724,"Cost":433,"Date":"6/17/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":170,"Cost":100,"Date":"8/27/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":805,"Cost":416,"Date":"10/1/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":908,"Cost":796,"Date":"11/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":190,"Cost":158,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":636,"Cost":335,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":223,"Cost":153,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":102,"Cost":66,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":751,"Cost":533,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":232,"Cost":151,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":745,"Cost":650,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":957,"Cost":901,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":212,"Cost":148,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":31,"Cost":30,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":703,"Cost":353,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":538,"Cost":339,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":960,"Cost":743,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":482,"Cost":268,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":310,"Cost":180,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":438,"Cost":401,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":224,"Cost":186,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":877,"Cost":830,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":253,"Cost":164,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":496,"Cost":354,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":981,"Cost":532,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":388,"Cost":231,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":857,"Cost":594,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":160,"Cost":102,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":247,"Cost":124,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":843,"Cost":649,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":789,"Cost":480,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":443,"Cost":312,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":724,"Cost":406,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":99,"Cost":52,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":722,"Cost":502,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":793,"Cost":579,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":691,"Cost":422,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":980,"Cost":700,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":771,"Cost":652,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":222,"Cost":117,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":204,"Cost":149,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":941,"Cost":652,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":565,"Cost":417,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":667,"Cost":372,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":632,"Cost":507,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":237,"Cost":167,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":93,"Cost":58,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":869,"Cost":605,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":173,"Cost":118,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":789,"Cost":637,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":47,"Cost":40,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":56,"Cost":31,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":108,"Cost":73,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":821,"Cost":416,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":959,"Cost":850,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":540,"Cost":408,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":327,"Cost":200,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":519,"Cost":295,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":588,"Cost":475,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":64,"Cost":49,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":609,"Cost":359,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":937,"Cost":885,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":456,"Cost":375,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":482,"Cost":427,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":42,"Cost":27,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":582,"Cost":493,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":341,"Cost":272,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":732,"Cost":481,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":703,"Cost":536,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":839,"Cost":788,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":218,"Cost":118,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":647,"Cost":342,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":425,"Cost":224,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":504,"Cost":407,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":75,"Cost":48,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":738,"Cost":540,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":937,"Cost":502,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":612,"Cost":372,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":693,"Cost":484,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":894,"Cost":695,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":664,"Cost":560,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":820,"Cost":570,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":841,"Cost":566,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":639,"Cost":435,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":521,"Cost":290,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":548,"Cost":359,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":509,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":378,"Cost":287,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":795,"Cost":636,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":700,"Cost":613,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":107,"Cost":80,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":646,"Cost":518,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":449,"Cost":347,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":796,"Cost":667,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":795,"Cost":436,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":88,"Cost":55,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":466,"Cost":274,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":828,"Cost":675,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":577,"Cost":369,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":118,"Cost":102,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":699,"Cost":382,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":948,"Cost":798,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":229,"Cost":181,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":598,"Cost":559,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":305,"Cost":206,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":751,"Cost":469,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":761,"Cost":388,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":990,"Cost":516,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":97,"Cost":81,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":787,"Cost":740,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":902,"Cost":597,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":734,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":441,"Cost":387,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":290,"Cost":181,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":185,"Cost":129,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":539,"Cost":492,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":559,"Cost":308,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":405,"Cost":359,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":129,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":917,"Cost":833,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":754,"Cost":494,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":109,"Cost":70,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":73,"Cost":65,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":319,"Cost":256,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":276,"Cost":237,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":375,"Cost":255,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":238,"Cost":166,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":13,"Cost":10,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":94,"Cost":57,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":656,"Cost":515,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":811,"Cost":423,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":377,"Cost":253,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":175,"Cost":126,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":498,"Cost":311,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":199,"Cost":133,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":873,"Cost":464,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":393,"Cost":328,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":464,"Cost":430,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":545,"Cost":431,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":146,"Cost":75,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":219,"Cost":152,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":993,"Cost":790,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":714,"Cost":393,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":71,"Cost":65,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":934,"Cost":519,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":633,"Cost":337,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":706,"Cost":463,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":228,"Cost":200,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":567,"Cost":538,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":433,"Cost":348,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":670,"Cost":547,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":569,"Cost":492,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":331,"Cost":286,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":699,"Cost":578,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":148,"Cost":121,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":194,"Cost":110,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":819,"Cost":681,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":829,"Cost":640,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":896,"Cost":754,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":398,"Cost":209,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":78,"Cost":42,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":399,"Cost":335,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":858,"Cost":807,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":882,"Cost":805,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":241,"Cost":151,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":431,"Cost":367,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":66,"Cost":41,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":813,"Cost":438,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":950,"Cost":886,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":326,"Cost":181,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":723,"Cost":583,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":122,"Cost":78,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":846,"Cost":753,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":899,"Cost":572,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":62,"Cost":45,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":563,"Cost":449,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":559,"Cost":380,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":40,"Cost":38,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":676,"Cost":626,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":496,"Cost":392,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":254,"Cost":193,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":86,"Cost":53,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":593,"Cost":449,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":259,"Cost":167,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":99,"Cost":81,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":60,"Cost":48,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":776,"Cost":440,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":346,"Cost":215,"Date":"11/9/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":95,"Cost":62,"Date":"3/27/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":989,"Cost":909,"Date":"4/17/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":745,"Cost":551,"Date":"8/11/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":673,"Cost":487,"Date":"8/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":539,"Cost":389,"Date":"9/2/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":512,"Cost":302,"Date":"9/5/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":433,"Cost":269,"Date":"9/14/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":457,"Cost":321,"Date":"9/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":233,"Cost":184,"Date":"11/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":947,"Cost":529,"Date":"12/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":455,"Cost":394,"Date":"1/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":36,"Cost":28,"Date":"1/21/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":614,"Cost":466,"Date":"2/9/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":448,"Cost":282,"Date":"3/19/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":700,"Cost":354,"Date":"4/3/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":32,"Cost":23,"Date":"4/5/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":253,"Cost":136,"Date":"4/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":339,"Cost":231,"Date":"7/10/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":126,"Cost":92,"Date":"3/25/2020"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":597,"Cost":412,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":43,"Cost":36,"Date":"10/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":483,"Cost":356,"Date":"3/2/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":618,"Cost":367,"Date":"6/28/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":377,"Cost":197,"Date":"7/17/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":666,"Cost":486,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":518,"Cost":283,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":153,"Cost":96,"Date":"11/20/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":170,"Cost":111,"Date":"12/16/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":17,"Cost":12,"Date":"12/30/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":351,"Cost":321,"Date":"2/15/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":978,"Cost":657,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":939,"Cost":791,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":492,"Cost":264,"Date":"4/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":1000,"Cost":634,"Date":"7/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":876,"Cost":456,"Date":"8/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":365,"Date":"10/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":122,"Cost":96,"Date":"11/11/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":497,"Cost":345,"Date":"11/30/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":775,"Cost":401,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":149,"Cost":134,"Date":"3/1/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":193,"Cost":169,"Date":"4/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":626,"Cost":478,"Date":"5/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":577,"Cost":482,"Date":"8/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":479,"Cost":257,"Date":"9/15/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":72,"Cost":63,"Date":"10/14/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":955,"Cost":897,"Date":"10/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":770,"Cost":552,"Date":"11/11/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":743,"Cost":641,"Date":"12/7/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":189,"Cost":142,"Date":"12/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":914,"Cost":474,"Date":"1/6/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":882,"Cost":633,"Date":"1/23/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":549,"Cost":438,"Date":"2/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":682,"Cost":628,"Date":"3/10/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":603,"Cost":532,"Date":"3/12/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":4,"Cost":2,"Date":"3/31/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":628,"Cost":427,"Date":"6/16/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":915,"Cost":835,"Date":"6/17/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":328,"Cost":261,"Date":"8/27/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":76,"Cost":39,"Date":"10/1/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":21,"Cost":17,"Date":"11/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":540,"Cost":426,"Date":"11/9/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":262,"Cost":203,"Date":"3/27/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":291,"Cost":223,"Date":"4/17/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":173,"Cost":164,"Date":"8/11/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":399,"Cost":201,"Date":"8/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":613,"Cost":347,"Date":"9/2/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":778,"Cost":609,"Date":"9/5/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":776,"Cost":640,"Date":"9/14/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":443,"Cost":384,"Date":"9/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":51,"Cost":37,"Date":"11/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":825,"Cost":718,"Date":"12/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":933,"Cost":847,"Date":"1/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":549,"Cost":295,"Date":"1/21/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":760,"Cost":618,"Date":"2/9/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":871,"Cost":672,"Date":"3/19/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":599,"Cost":561,"Date":"4/3/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":29,"Cost":15,"Date":"4/5/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":336,"Date":"4/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":795,"Cost":463,"Date":"7/10/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":776,"Cost":558,"Date":"3/25/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":678,"Cost":589,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":527,"Cost":497,"Date":"10/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":173,"Cost":141,"Date":"3/2/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":251,"Cost":180,"Date":"6/28/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":351,"Date":"7/17/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":610,"Cost":385,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":951,"Cost":552,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":752,"Cost":710,"Date":"11/20/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":439,"Cost":338,"Date":"12/16/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":359,"Date":"12/30/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":206,"Cost":179,"Date":"2/15/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":381,"Cost":198,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":969,"Cost":789,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":187,"Cost":108,"Date":"4/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":184,"Cost":171,"Date":"7/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":920,"Cost":481,"Date":"8/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":910,"Cost":751,"Date":"10/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":569,"Cost":415,"Date":"11/11/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":160,"Cost":137,"Date":"11/30/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":321,"Cost":282,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":623,"Cost":525,"Date":"3/1/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":479,"Cost":294,"Date":"4/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":246,"Cost":233,"Date":"5/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":768,"Cost":543,"Date":"8/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":907,"Cost":639,"Date":"9/15/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":15,"Date":"10/14/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":901,"Cost":824,"Date":"10/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":275,"Cost":190,"Date":"11/11/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":684,"Cost":637,"Date":"12/7/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":954,"Cost":661,"Date":"12/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":194,"Cost":178,"Date":"1/6/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":44,"Cost":28,"Date":"1/23/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":18,"Cost":15,"Date":"2/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":876,"Cost":584,"Date":"3/10/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":611,"Cost":426,"Date":"3/12/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":80,"Cost":59,"Date":"3/31/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":378,"Date":"6/16/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":550,"Cost":347,"Date":"6/17/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":903,"Cost":565,"Date":"8/27/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":410,"Cost":367,"Date":"10/1/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":51,"Cost":27,"Date":"11/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":99,"Cost":52,"Date":"11/9/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":957,"Cost":763,"Date":"3/27/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":387,"Cost":200,"Date":"4/17/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":682,"Cost":545,"Date":"8/11/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":132,"Cost":104,"Date":"8/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":602,"Cost":480,"Date":"9/2/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":414,"Cost":278,"Date":"9/5/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":873,"Cost":540,"Date":"9/14/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":183,"Cost":122,"Date":"9/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":238,"Cost":225,"Date":"11/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":190,"Cost":181,"Date":"12/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":814,"Cost":691,"Date":"1/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":778,"Cost":423,"Date":"1/21/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":929,"Cost":685,"Date":"2/9/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":667,"Cost":367,"Date":"3/19/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":54,"Cost":37,"Date":"4/3/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":920,"Cost":867,"Date":"4/5/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":268,"Cost":168,"Date":"4/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":692,"Cost":645,"Date":"7/10/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":920,"Cost":854,"Date":"3/25/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":41,"Cost":22,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":606,"Cost":529,"Date":"10/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":831,"Cost":581,"Date":"3/2/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":848,"Cost":607,"Date":"6/28/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":300,"Cost":159,"Date":"7/17/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":386,"Cost":264,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":247,"Cost":167,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":924,"Cost":848,"Date":"11/20/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":329,"Cost":277,"Date":"12/16/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":292,"Cost":208,"Date":"12/30/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":808,"Cost":690,"Date":"2/15/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":296,"Cost":199,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":324,"Cost":290,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":287,"Cost":172,"Date":"4/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":871,"Cost":778,"Date":"7/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":746,"Cost":615,"Date":"8/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":212,"Cost":121,"Date":"10/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":378,"Cost":194,"Date":"11/11/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":599,"Cost":491,"Date":"11/30/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":236,"Cost":130,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":171,"Cost":118,"Date":"3/1/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":789,"Cost":455,"Date":"4/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":558,"Cost":439,"Date":"5/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":288,"Cost":153,"Date":"8/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":870,"Cost":819,"Date":"9/15/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":277,"Cost":187,"Date":"10/14/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":186,"Cost":136,"Date":"10/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":813,"Cost":601,"Date":"11/11/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":475,"Cost":249,"Date":"12/7/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":821,"Cost":676,"Date":"12/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":4,"Cost":3,"Date":"1/6/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":775,"Cost":472,"Date":"1/23/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":911,"Cost":510,"Date":"2/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":773,"Cost":630,"Date":"3/10/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":929,"Cost":731,"Date":"3/12/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":693,"Cost":555,"Date":"3/31/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":417,"Cost":213,"Date":"6/16/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":995,"Cost":811,"Date":"6/17/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":701,"Cost":418,"Date":"8/27/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":852,"Cost":543,"Date":"10/1/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":906,"Cost":713,"Date":"11/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":544,"Cost":431,"Date":"11/9/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":546,"Cost":312,"Date":"3/27/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":668,"Cost":393,"Date":"4/17/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":3,"Cost":2,"Date":"8/11/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":890,"Cost":518,"Date":"8/21/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":221,"Cost":171,"Date":"9/2/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":701,"Cost":572,"Date":"9/5/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":267,"Cost":206,"Date":"9/14/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":798,"Cost":643,"Date":"9/20/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":601,"Cost":542,"Date":"11/20/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":417,"Cost":234,"Date":"12/21/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":434,"Cost":318,"Date":"1/7/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":199,"Cost":129,"Date":"1/21/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":184,"Cost":130,"Date":"2/9/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":307,"Cost":279,"Date":"3/19/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":825,"Cost":731,"Date":"4/3/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":345,"Cost":316,"Date":"4/5/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":444,"Cost":248,"Date":"4/28/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":141,"Cost":130,"Date":"7/10/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":474,"Cost":306,"Date":"3/25/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":68,"Cost":41,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":787,"Cost":543,"Date":"10/28/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":811,"Cost":418,"Date":"3/2/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":538,"Cost":492,"Date":"6/28/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":612,"Cost":430,"Date":"7/17/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":728,"Cost":472,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":527,"Cost":294,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":983,"Cost":506,"Date":"11/20/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":795,"Cost":517,"Date":"12/16/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":901,"Cost":716,"Date":"12/30/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":310,"Cost":242,"Date":"2/15/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":987,"Cost":714,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":349,"Cost":259,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":934,"Cost":758,"Date":"4/18/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":753,"Cost":576,"Date":"7/27/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":40,"Cost":24,"Date":"8/18/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":231,"Cost":201,"Date":"10/31/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":553,"Cost":371,"Date":"11/11/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":50,"Cost":38,"Date":"11/30/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":323,"Cost":211,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":914,"Cost":786,"Date":"3/1/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":783,"Cost":475,"Date":"4/13/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":415,"Cost":254,"Date":"5/20/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":466,"Cost":320,"Date":"8/13/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":753,"Cost":421,"Date":"9/15/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":232,"Cost":176,"Date":"10/14/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":160,"Cost":110,"Date":"10/28/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":720,"Cost":430,"Date":"11/11/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":775,"Cost":640,"Date":"12/7/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":893,"Cost":509,"Date":"12/21/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":150,"Cost":75,"Date":"1/6/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":178,"Cost":110,"Date":"1/23/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":487,"Cost":418,"Date":"2/4/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":376,"Cost":313,"Date":"3/10/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":243,"Cost":175,"Date":"3/12/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":827,"Cost":581,"Date":"3/31/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":580,"Cost":353,"Date":"6/16/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":326,"Cost":182,"Date":"6/17/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":759,"Cost":381,"Date":"8/27/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":617,"Cost":544,"Date":"10/1/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":135,"Cost":85,"Date":"11/4/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":348,"Cost":237,"Date":"11/9/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":216,"Cost":165,"Date":"3/27/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":225,"Cost":128,"Date":"4/17/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":570,"Cost":296,"Date":"8/11/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":902,"Cost":756,"Date":"8/21/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":860,"Cost":489,"Date":"9/2/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":311,"Cost":229,"Date":"9/5/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":236,"Cost":213,"Date":"9/14/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":1,"Cost":0,"Date":"9/20/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":147,"Cost":91,"Date":"11/20/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":232,"Cost":142,"Date":"12/21/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":280,"Cost":191,"Date":"1/7/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":425,"Cost":397,"Date":"1/21/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":768,"Cost":705,"Date":"2/9/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":991,"Cost":514,"Date":"3/19/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":609,"Cost":470,"Date":"4/3/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":546,"Cost":358,"Date":"4/5/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":555,"Cost":489,"Date":"4/28/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":762,"Cost":402,"Date":"7/10/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":219,"Cost":142,"Date":"3/25/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":295,"Cost":263,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":807,"Cost":682,"Date":"10/28/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":620,"Cost":569,"Date":"3/2/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":507,"Cost":458,"Date":"6/28/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":247,"Cost":220,"Date":"7/17/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":531,"Cost":309,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":832,"Cost":430,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":584,"Cost":453,"Date":"11/20/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":145,"Cost":114,"Date":"12/16/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":569,"Cost":501,"Date":"12/30/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":160,"Cost":136,"Date":"2/15/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":983,"Cost":870,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":611,"Cost":462,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":586,"Cost":392,"Date":"4/18/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":270,"Cost":156,"Date":"7/27/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":524,"Cost":375,"Date":"8/18/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":733,"Cost":538,"Date":"10/31/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":266,"Cost":167,"Date":"11/11/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":681,"Cost":594,"Date":"11/30/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":673,"Cost":483,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":255,"Cost":207,"Date":"3/1/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":589,"Cost":355,"Date":"4/13/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":516,"Cost":370,"Date":"5/20/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":29,"Cost":27,"Date":"8/13/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":151,"Cost":138,"Date":"9/15/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":219,"Cost":203,"Date":"10/14/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":699,"Cost":448,"Date":"10/28/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":669,"Cost":391,"Date":"11/11/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":941,"Cost":890,"Date":"12/7/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":384,"Cost":322,"Date":"12/21/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":873,"Cost":817,"Date":"1/6/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":299,"Cost":239,"Date":"1/23/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":301,"Cost":218,"Date":"2/4/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":607,"Cost":382,"Date":"3/10/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":836,"Cost":726,"Date":"3/12/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":801,"Cost":514,"Date":"3/31/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":29,"Cost":20,"Date":"6/16/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":17,"Cost":8,"Date":"6/17/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":594,"Cost":504,"Date":"8/27/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":363,"Cost":329,"Date":"10/1/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":520,"Cost":347,"Date":"11/4/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":676,"Cost":462,"Date":"11/9/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":494,"Cost":323,"Date":"3/27/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":741,"Cost":535,"Date":"4/17/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":326,"Cost":206,"Date":"8/11/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":425,"Date":"8/21/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":319,"Cost":258,"Date":"9/2/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":604,"Date":"9/5/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":806,"Cost":545,"Date":"9/14/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":18,"Cost":11,"Date":"9/20/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":600,"Cost":488,"Date":"11/20/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":867,"Cost":684,"Date":"12/21/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":957,"Cost":896,"Date":"1/7/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":530,"Cost":455,"Date":"1/21/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":807,"Cost":507,"Date":"2/9/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":446,"Cost":375,"Date":"3/19/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":902,"Cost":515,"Date":"4/3/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":854,"Cost":773,"Date":"4/5/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":115,"Cost":82,"Date":"4/28/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":105,"Cost":69,"Date":"7/10/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":450,"Cost":239,"Date":"3/25/2020"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":933,"Cost":609,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":255,"Cost":189,"Date":"10/28/2020"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":204,"Cost":104,"Date":"3/2/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":986,"Cost":686,"Date":"6/28/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":934,"Cost":471,"Date":"7/17/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":97,"Cost":52,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":7,"Cost":5,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":886,"Cost":539,"Date":"11/20/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":323,"Cost":206,"Date":"12/16/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":3,"Cost":2,"Date":"12/30/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":726,"Cost":672,"Date":"2/15/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":19,"Cost":15,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":392,"Cost":236,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":115,"Cost":59,"Date":"4/18/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":748,"Cost":384,"Date":"7/27/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":858,"Cost":735,"Date":"8/18/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":578,"Cost":476,"Date":"10/31/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":305,"Cost":242,"Date":"11/11/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":563,"Cost":500,"Date":"11/30/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":220,"Cost":200,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":120,"Cost":90,"Date":"3/1/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":701,"Cost":435,"Date":"4/13/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":515,"Cost":430,"Date":"5/20/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":141,"Cost":79,"Date":"8/13/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":74,"Cost":68,"Date":"9/15/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":134,"Cost":115,"Date":"10/14/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":524,"Cost":448,"Date":"10/28/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":259,"Cost":158,"Date":"11/11/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":126,"Cost":87,"Date":"12/7/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":379,"Cost":298,"Date":"12/21/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":489,"Cost":344,"Date":"1/6/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":74,"Cost":61,"Date":"1/23/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":681,"Cost":486,"Date":"2/4/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":379,"Cost":353,"Date":"3/10/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":836,"Cost":560,"Date":"3/12/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":101,"Cost":86,"Date":"3/31/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":424,"Cost":396,"Date":"6/16/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":3,"Cost":2,"Date":"6/17/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":87,"Cost":46,"Date":"8/27/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":219,"Cost":186,"Date":"10/1/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":647,"Cost":424,"Date":"11/4/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":524,"Cost":364,"Date":"11/9/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":473,"Cost":443,"Date":"3/27/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":682,"Cost":439,"Date":"4/17/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":418,"Cost":268,"Date":"8/11/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":780,"Cost":699,"Date":"8/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":101,"Cost":74,"Date":"9/2/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":883,"Cost":506,"Date":"9/5/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":342,"Cost":217,"Date":"9/14/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":423,"Cost":341,"Date":"9/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":202,"Cost":147,"Date":"11/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":691,"Cost":434,"Date":"12/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":14,"Date":"1/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":193,"Cost":103,"Date":"1/21/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":422,"Cost":222,"Date":"2/9/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":266,"Cost":244,"Date":"3/19/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":555,"Cost":521,"Date":"4/3/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":340,"Cost":193,"Date":"4/5/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":164,"Cost":126,"Date":"4/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":4,"Cost":4,"Date":"7/10/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":274,"Cost":209,"Date":"3/25/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":377,"Cost":297,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":663,"Cost":503,"Date":"10/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":325,"Cost":289,"Date":"3/2/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":794,"Cost":677,"Date":"6/28/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":61,"Cost":32,"Date":"7/17/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":912,"Cost":535,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":540,"Cost":270,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":189,"Date":"11/20/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":599,"Cost":425,"Date":"12/16/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":470,"Cost":317,"Date":"12/30/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":978,"Cost":715,"Date":"2/15/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":945,"Cost":628,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":995,"Cost":744,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":193,"Cost":127,"Date":"4/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":422,"Cost":238,"Date":"7/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":920,"Cost":550,"Date":"8/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":287,"Cost":225,"Date":"10/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":115,"Cost":84,"Date":"11/11/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":434,"Cost":248,"Date":"11/30/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":491,"Cost":426,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":588,"Cost":424,"Date":"3/1/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":74,"Cost":48,"Date":"4/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":395,"Cost":228,"Date":"5/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":694,"Cost":630,"Date":"8/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":508,"Cost":464,"Date":"9/15/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":42,"Cost":37,"Date":"10/14/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":48,"Cost":30,"Date":"10/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":148,"Date":"11/11/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":591,"Cost":527,"Date":"12/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":910,"Cost":458,"Date":"12/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":963,"Cost":580,"Date":"1/6/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":754,"Cost":494,"Date":"1/23/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":674,"Cost":641,"Date":"2/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":786,"Cost":436,"Date":"3/10/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":830,"Cost":670,"Date":"3/12/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":169,"Cost":142,"Date":"3/31/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":55,"Cost":29,"Date":"6/16/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":257,"Cost":140,"Date":"6/17/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":353,"Cost":287,"Date":"8/27/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":329,"Date":"10/1/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":600,"Cost":539,"Date":"11/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":6,"Cost":3,"Date":"11/9/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":242,"Cost":222,"Date":"3/27/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":54,"Cost":51,"Date":"4/17/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":118,"Cost":90,"Date":"8/11/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":353,"Cost":241,"Date":"8/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":22,"Cost":13,"Date":"9/2/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":679,"Cost":588,"Date":"9/5/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":683,"Cost":579,"Date":"9/14/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":897,"Cost":729,"Date":"9/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":827,"Cost":533,"Date":"11/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":56,"Cost":30,"Date":"12/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":845,"Cost":754,"Date":"1/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":217,"Cost":196,"Date":"1/21/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":952,"Cost":553,"Date":"2/9/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":736,"Cost":453,"Date":"3/19/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":854,"Cost":722,"Date":"4/3/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":38,"Cost":21,"Date":"4/5/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":364,"Cost":241,"Date":"4/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":449,"Cost":366,"Date":"7/10/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":838,"Cost":606,"Date":"3/25/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":842,"Cost":570,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":225,"Cost":120,"Date":"10/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":655,"Cost":436,"Date":"3/2/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":775,"Cost":555,"Date":"6/28/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":927,"Cost":659,"Date":"7/17/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":458,"Cost":296,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":168,"Cost":144,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":15,"Cost":11,"Date":"11/20/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":445,"Cost":365,"Date":"12/16/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":333,"Cost":183,"Date":"12/30/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":228,"Cost":140,"Date":"2/15/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":42,"Cost":26,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":358,"Cost":201,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":58,"Cost":42,"Date":"4/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":498,"Cost":418,"Date":"7/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":882,"Cost":530,"Date":"8/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":779,"Cost":739,"Date":"10/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":803,"Cost":423,"Date":"11/11/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":91,"Cost":59,"Date":"11/30/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":525,"Cost":485,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":851,"Cost":668,"Date":"3/1/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":963,"Cost":643,"Date":"4/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":490,"Cost":347,"Date":"5/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":872,"Cost":765,"Date":"8/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":175,"Cost":154,"Date":"9/15/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":538,"Cost":300,"Date":"10/14/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":909,"Cost":585,"Date":"10/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":177,"Cost":95,"Date":"11/11/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":892,"Cost":576,"Date":"12/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":833,"Cost":728,"Date":"12/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":297,"Cost":198,"Date":"1/6/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":143,"Cost":76,"Date":"1/23/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":116,"Cost":79,"Date":"2/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":133,"Cost":93,"Date":"3/10/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":810,"Cost":691,"Date":"3/12/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":929,"Cost":637,"Date":"3/31/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":95,"Cost":76,"Date":"6/16/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":575,"Cost":511,"Date":"6/17/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":130,"Cost":120,"Date":"8/27/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":911,"Cost":682,"Date":"10/1/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":851,"Cost":658,"Date":"11/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":436,"Cost":383,"Date":"11/9/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":147,"Cost":124,"Date":"3/27/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":760,"Cost":628,"Date":"4/17/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":153,"Cost":97,"Date":"8/11/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":179,"Cost":120,"Date":"8/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":222,"Cost":204,"Date":"9/2/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":42,"Cost":21,"Date":"9/5/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":742,"Cost":644,"Date":"9/14/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":164,"Cost":106,"Date":"9/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":637,"Cost":423,"Date":"11/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":922,"Cost":680,"Date":"12/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":158,"Cost":138,"Date":"1/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":200,"Cost":139,"Date":"1/21/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":592,"Cost":313,"Date":"2/9/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":481,"Cost":299,"Date":"3/19/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":185,"Cost":135,"Date":"4/3/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":908,"Cost":543,"Date":"4/5/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":42,"Cost":39,"Date":"4/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":803,"Cost":753,"Date":"7/10/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":18,"Cost":15,"Date":"3/25/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":621,"Cost":590,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":33,"Cost":24,"Date":"10/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":745,"Cost":451,"Date":"3/2/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":334,"Cost":242,"Date":"6/28/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":891,"Cost":717,"Date":"7/17/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":889,"Cost":542,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":547,"Cost":341,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":16,"Cost":11,"Date":"11/20/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":477,"Cost":439,"Date":"12/16/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":228,"Cost":214,"Date":"12/30/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":282,"Cost":152,"Date":"2/15/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":545,"Cost":391,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":424,"Cost":245,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":883,"Cost":524,"Date":"4/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":253,"Cost":222,"Date":"7/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":840,"Cost":725,"Date":"8/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":890,"Cost":772,"Date":"10/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":151,"Cost":130,"Date":"11/11/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":870,"Cost":497,"Date":"11/30/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":722,"Cost":638,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":638,"Cost":553,"Date":"3/1/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":983,"Cost":724,"Date":"4/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":440,"Cost":259,"Date":"5/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":452,"Cost":239,"Date":"8/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":572,"Cost":521,"Date":"9/15/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":552,"Cost":351,"Date":"10/14/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":474,"Cost":244,"Date":"10/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":277,"Cost":155,"Date":"11/11/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":164,"Cost":148,"Date":"12/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":702,"Cost":531,"Date":"12/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":636,"Cost":400,"Date":"1/6/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":999,"Cost":746,"Date":"1/23/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":451,"Cost":240,"Date":"2/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":334,"Cost":197,"Date":"3/10/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":153,"Cost":79,"Date":"3/12/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":738,"Cost":376,"Date":"3/31/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":759,"Cost":493,"Date":"6/16/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":746,"Cost":606,"Date":"6/17/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":956,"Cost":860,"Date":"8/27/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":674,"Cost":575,"Date":"10/1/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":878,"Cost":505,"Date":"11/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":75,"Cost":45,"Date":"11/9/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":647,"Cost":413,"Date":"3/27/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":866,"Cost":657,"Date":"4/17/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":178,"Cost":135,"Date":"8/11/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":45,"Cost":31,"Date":"8/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":175,"Cost":115,"Date":"9/2/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":58,"Cost":50,"Date":"9/5/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":82,"Cost":62,"Date":"9/14/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":258,"Cost":137,"Date":"9/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":219,"Cost":128,"Date":"11/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":400,"Cost":226,"Date":"12/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":176,"Cost":134,"Date":"1/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":314,"Cost":179,"Date":"1/21/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":358,"Date":"2/9/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":229,"Cost":177,"Date":"3/19/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":767,"Cost":444,"Date":"4/3/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":391,"Cost":215,"Date":"4/5/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":368,"Cost":204,"Date":"4/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":823,"Cost":573,"Date":"7/10/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":274,"Cost":175,"Date":"3/25/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":195,"Cost":104,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":250,"Cost":237,"Date":"10/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":878,"Cost":743,"Date":"3/2/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":396,"Cost":230,"Date":"6/28/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":81,"Cost":75,"Date":"7/17/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":342,"Cost":197,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":727,"Cost":520,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":897,"Cost":450,"Date":"11/20/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":930,"Cost":594,"Date":"12/16/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":738,"Cost":475,"Date":"12/30/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":514,"Date":"2/15/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":170,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":990,"Cost":746,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":755,"Cost":609,"Date":"4/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":492,"Cost":393,"Date":"7/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":11,"Date":"8/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":466,"Cost":376,"Date":"10/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":251,"Cost":225,"Date":"11/11/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":446,"Cost":233,"Date":"11/30/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":436,"Cost":293,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":876,"Cost":451,"Date":"3/1/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":562,"Cost":456,"Date":"4/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":231,"Cost":189,"Date":"5/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":914,"Cost":646,"Date":"8/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":603,"Cost":336,"Date":"9/15/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":733,"Cost":551,"Date":"10/14/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":523,"Cost":315,"Date":"10/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":603,"Cost":378,"Date":"11/11/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":921,"Cost":554,"Date":"12/7/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":838,"Cost":670,"Date":"12/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":270,"Cost":195,"Date":"1/6/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":590,"Cost":365,"Date":"1/23/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":67,"Cost":42,"Date":"2/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":58,"Cost":32,"Date":"3/10/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":815,"Cost":517,"Date":"3/12/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":429,"Cost":390,"Date":"3/31/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":995,"Cost":696,"Date":"6/16/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":183,"Cost":144,"Date":"6/17/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":220,"Cost":113,"Date":"8/27/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":626,"Cost":592,"Date":"10/1/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":332,"Date":"11/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":605,"Cost":492,"Date":"11/9/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":660,"Cost":498,"Date":"3/27/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":478,"Cost":390,"Date":"4/17/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":367,"Cost":274,"Date":"8/11/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":483,"Cost":450,"Date":"8/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":106,"Cost":66,"Date":"9/2/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":42,"Cost":27,"Date":"9/5/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":492,"Cost":258,"Date":"9/14/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":633,"Cost":441,"Date":"9/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":86,"Cost":47,"Date":"11/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":753,"Cost":676,"Date":"12/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":246,"Cost":189,"Date":"1/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":27,"Cost":16,"Date":"1/21/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":717,"Cost":371,"Date":"2/9/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":489,"Cost":275,"Date":"3/19/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":475,"Cost":307,"Date":"4/3/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":960,"Cost":542,"Date":"4/5/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":659,"Cost":379,"Date":"4/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":664,"Cost":532,"Date":"7/10/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":930,"Cost":810,"Date":"3/25/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":315,"Cost":281,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":625,"Cost":469,"Date":"10/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":619,"Cost":404,"Date":"3/2/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":116,"Cost":76,"Date":"6/28/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":880,"Cost":477,"Date":"7/17/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":677,"Cost":393,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":198,"Cost":166,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":444,"Cost":352,"Date":"11/20/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":661,"Cost":602,"Date":"12/16/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":562,"Cost":393,"Date":"12/30/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":848,"Cost":644,"Date":"2/15/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":713,"Cost":493,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":487,"Cost":429,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":347,"Cost":298,"Date":"4/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":875,"Cost":699,"Date":"7/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":674,"Cost":607,"Date":"8/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":264,"Cost":133,"Date":"10/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":186,"Cost":147,"Date":"11/11/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":246,"Cost":137,"Date":"11/30/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":41,"Cost":27,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":177,"Cost":159,"Date":"3/1/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":881,"Cost":797,"Date":"4/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":842,"Cost":681,"Date":"5/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":533,"Cost":455,"Date":"8/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":350,"Cost":315,"Date":"9/15/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":850,"Cost":498,"Date":"10/14/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":752,"Cost":620,"Date":"10/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":472,"Cost":322,"Date":"11/11/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":655,"Cost":518,"Date":"12/7/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":227,"Cost":115,"Date":"12/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":839,"Cost":585,"Date":"1/6/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":747,"Cost":382,"Date":"1/23/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":917,"Cost":525,"Date":"2/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":600,"Cost":341,"Date":"3/10/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":817,"Cost":511,"Date":"3/12/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":776,"Cost":539,"Date":"3/31/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":597,"Cost":430,"Date":"6/16/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":935,"Cost":532,"Date":"6/17/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":259,"Cost":167,"Date":"8/27/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":17,"Cost":10,"Date":"10/1/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":622,"Cost":533,"Date":"11/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":697,"Cost":530,"Date":"11/9/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":854,"Cost":711,"Date":"3/27/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":343,"Cost":315,"Date":"4/17/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":265,"Cost":149,"Date":"8/11/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":346,"Cost":316,"Date":"8/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":685,"Cost":553,"Date":"9/2/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":363,"Cost":344,"Date":"9/5/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":603,"Cost":569,"Date":"9/14/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":694,"Cost":520,"Date":"9/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":963,"Cost":576,"Date":"11/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":494,"Cost":384,"Date":"12/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":709,"Cost":437,"Date":"1/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":433,"Cost":226,"Date":"1/21/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":465,"Cost":353,"Date":"2/9/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":763,"Cost":616,"Date":"3/19/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":590,"Cost":434,"Date":"4/3/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":20,"Cost":11,"Date":"4/5/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":729,"Cost":404,"Date":"4/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":370,"Cost":219,"Date":"7/10/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":380,"Cost":201,"Date":"3/25/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":916,"Cost":621,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":671,"Cost":435,"Date":"10/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":614,"Cost":318,"Date":"3/2/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":14,"Cost":7,"Date":"6/28/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":787,"Cost":671,"Date":"7/17/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":304,"Cost":232,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":444,"Cost":250,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":794,"Cost":559,"Date":"11/20/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":377,"Cost":340,"Date":"12/16/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":614,"Cost":507,"Date":"12/30/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":808,"Cost":681,"Date":"2/15/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":368,"Cost":329,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":413,"Cost":278,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":429,"Cost":377,"Date":"4/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":90,"Cost":68,"Date":"7/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":52,"Cost":31,"Date":"8/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":679,"Cost":550,"Date":"10/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":818,"Cost":771,"Date":"11/11/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":729,"Cost":457,"Date":"11/30/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":641,"Cost":339,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":513,"Cost":281,"Date":"3/1/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":356,"Cost":245,"Date":"4/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":455,"Cost":368,"Date":"5/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":629,"Cost":388,"Date":"8/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":330,"Cost":204,"Date":"9/15/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":982,"Cost":911,"Date":"10/14/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":653,"Cost":410,"Date":"10/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":31,"Cost":15,"Date":"11/11/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":885,"Cost":584,"Date":"12/7/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":72,"Cost":52,"Date":"12/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":345,"Cost":258,"Date":"1/6/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":106,"Cost":81,"Date":"1/23/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":728,"Cost":459,"Date":"2/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":491,"Cost":290,"Date":"3/10/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":524,"Cost":328,"Date":"3/12/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":525,"Cost":347,"Date":"3/31/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":530,"Cost":305,"Date":"6/16/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":704,"Cost":498,"Date":"6/17/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":509,"Cost":327,"Date":"8/27/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":16,"Cost":13,"Date":"10/1/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":879,"Cost":505,"Date":"11/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":676,"Cost":436,"Date":"11/9/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":495,"Cost":255,"Date":"3/27/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":643,"Date":"4/17/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":26,"Cost":20,"Date":"8/11/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":508,"Date":"8/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":854,"Cost":670,"Date":"9/2/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":985,"Cost":818,"Date":"9/5/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":762,"Cost":687,"Date":"9/14/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":316,"Cost":232,"Date":"9/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":254,"Cost":139,"Date":"11/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":146,"Cost":96,"Date":"12/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":462,"Cost":274,"Date":"1/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":947,"Cost":673,"Date":"1/21/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":413,"Cost":331,"Date":"2/9/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":848,"Cost":619,"Date":"3/19/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":887,"Cost":517,"Date":"4/3/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":173,"Cost":114,"Date":"4/5/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":995,"Cost":938,"Date":"4/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":596,"Cost":566,"Date":"7/10/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":515,"Cost":388,"Date":"3/25/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":73,"Cost":63,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":165,"Cost":117,"Date":"10/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":430,"Cost":391,"Date":"3/2/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":948,"Cost":883,"Date":"6/28/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":800,"Cost":589,"Date":"7/17/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":782,"Cost":619,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":115,"Cost":58,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":447,"Date":"11/20/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":59,"Cost":49,"Date":"12/16/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":771,"Cost":662,"Date":"12/30/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":467,"Date":"2/15/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":351,"Cost":289,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":498,"Cost":457,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":265,"Cost":233,"Date":"4/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":415,"Cost":360,"Date":"7/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":554,"Date":"8/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":187,"Date":"10/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":191,"Cost":173,"Date":"11/11/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":304,"Cost":171,"Date":"11/30/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":969,"Cost":790,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":598,"Cost":537,"Date":"3/1/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":673,"Cost":341,"Date":"4/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":778,"Cost":466,"Date":"5/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":406,"Cost":253,"Date":"8/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":228,"Cost":205,"Date":"9/15/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":88,"Cost":47,"Date":"10/14/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":295,"Cost":238,"Date":"10/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":797,"Cost":658,"Date":"11/11/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":983,"Cost":913,"Date":"12/7/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":487,"Cost":348,"Date":"12/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":440,"Date":"1/6/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":790,"Cost":702,"Date":"1/23/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":929,"Cost":877,"Date":"2/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":814,"Cost":631,"Date":"3/10/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":477,"Cost":304,"Date":"3/12/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":686,"Cost":598,"Date":"3/31/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":528,"Cost":287,"Date":"6/16/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":29,"Cost":17,"Date":"6/17/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":541,"Cost":482,"Date":"8/27/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":954,"Cost":589,"Date":"10/1/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":992,"Cost":828,"Date":"11/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":133,"Cost":110,"Date":"11/9/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":285,"Cost":191,"Date":"3/27/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":523,"Cost":302,"Date":"4/17/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":877,"Cost":566,"Date":"8/11/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":797,"Cost":516,"Date":"8/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":759,"Cost":471,"Date":"9/2/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":745,"Cost":376,"Date":"9/5/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":454,"Cost":316,"Date":"9/14/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":230,"Cost":158,"Date":"9/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":992,"Cost":559,"Date":"11/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":802,"Cost":512,"Date":"12/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":729,"Date":"1/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":933,"Date":"1/21/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":70,"Cost":53,"Date":"2/9/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":591,"Cost":377,"Date":"3/19/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":546,"Cost":300,"Date":"4/3/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":31,"Cost":23,"Date":"4/5/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":974,"Cost":662,"Date":"4/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":363,"Cost":260,"Date":"7/10/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":114,"Cost":103,"Date":"3/25/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":402,"Cost":340,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":541,"Cost":499,"Date":"10/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":562,"Cost":440,"Date":"3/2/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":523,"Date":"6/28/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":325,"Date":"7/17/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":300,"Cost":179,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":853,"Cost":596,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":350,"Cost":250,"Date":"11/20/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":632,"Cost":410,"Date":"12/16/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":218,"Cost":149,"Date":"12/30/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":12,"Date":"2/15/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":244,"Cost":148,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":54,"Cost":32,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":219,"Cost":128,"Date":"4/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":344,"Date":"7/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":706,"Cost":641,"Date":"8/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":604,"Cost":302,"Date":"10/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":390,"Cost":298,"Date":"11/11/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":530,"Cost":390,"Date":"11/30/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":91,"Cost":61,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":552,"Cost":424,"Date":"3/1/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":130,"Cost":94,"Date":"4/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":686,"Cost":650,"Date":"5/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":179,"Cost":93,"Date":"8/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":493,"Cost":270,"Date":"9/15/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":892,"Cost":526,"Date":"10/14/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":888,"Cost":622,"Date":"10/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":738,"Cost":386,"Date":"11/11/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":34,"Cost":17,"Date":"12/7/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":780,"Cost":561,"Date":"12/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":302,"Cost":184,"Date":"1/6/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":326,"Cost":249,"Date":"1/23/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":119,"Cost":104,"Date":"2/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":149,"Cost":122,"Date":"3/10/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":782,"Cost":651,"Date":"3/12/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":910,"Cost":490,"Date":"3/31/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":678,"Cost":552,"Date":"6/16/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":614,"Cost":408,"Date":"6/17/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":19,"Date":"8/27/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":686,"Cost":533,"Date":"10/1/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":569,"Cost":476,"Date":"11/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":209,"Date":"11/9/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":785,"Cost":671,"Date":"3/27/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":73,"Date":"4/17/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":128,"Cost":76,"Date":"8/11/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":610,"Cost":490,"Date":"8/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":626,"Cost":575,"Date":"9/2/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":781,"Cost":434,"Date":"9/5/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":990,"Cost":907,"Date":"9/14/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":818,"Cost":452,"Date":"9/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":912,"Cost":525,"Date":"11/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":558,"Cost":404,"Date":"12/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":17,"Cost":13,"Date":"1/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":403,"Cost":339,"Date":"1/21/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":545,"Cost":360,"Date":"2/9/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":915,"Cost":818,"Date":"3/19/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":182,"Cost":161,"Date":"4/3/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":100,"Cost":81,"Date":"4/5/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":112,"Cost":88,"Date":"4/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":651,"Cost":464,"Date":"7/10/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":62,"Cost":39,"Date":"3/25/2020"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":689,"Cost":484,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":440,"Cost":352,"Date":"10/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":845,"Cost":508,"Date":"3/2/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":363,"Cost":183,"Date":"6/28/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":498,"Cost":422,"Date":"7/17/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":236,"Cost":127,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":80,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":37,"Cost":26,"Date":"11/20/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":15,"Date":"12/16/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":343,"Cost":276,"Date":"12/30/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":128,"Cost":75,"Date":"2/15/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":147,"Cost":91,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":937,"Cost":771,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":693,"Date":"4/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":46,"Cost":42,"Date":"7/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":954,"Cost":666,"Date":"8/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":503,"Cost":363,"Date":"10/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":913,"Cost":563,"Date":"11/11/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":998,"Cost":686,"Date":"11/30/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":454,"Cost":338,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":780,"Cost":438,"Date":"3/1/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":990,"Cost":786,"Date":"4/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":295,"Cost":254,"Date":"5/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":200,"Cost":109,"Date":"8/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":698,"Cost":618,"Date":"9/15/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":988,"Cost":573,"Date":"10/14/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":508,"Cost":464,"Date":"10/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":235,"Cost":212,"Date":"11/11/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":460,"Cost":352,"Date":"12/7/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":68,"Cost":41,"Date":"12/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":984,"Cost":850,"Date":"1/6/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":866,"Cost":690,"Date":"1/23/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":17,"Cost":13,"Date":"2/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":649,"Cost":414,"Date":"3/10/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":849,"Cost":682,"Date":"3/12/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":723,"Cost":675,"Date":"3/31/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":405,"Cost":251,"Date":"6/16/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":305,"Cost":187,"Date":"6/17/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":24,"Cost":16,"Date":"8/27/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":795,"Cost":623,"Date":"10/1/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":461,"Cost":249,"Date":"11/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":496,"Cost":413,"Date":"11/9/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":133,"Cost":116,"Date":"3/27/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":864,"Cost":474,"Date":"4/17/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":213,"Cost":162,"Date":"8/11/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":100,"Cost":61,"Date":"8/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":89,"Cost":70,"Date":"9/2/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":547,"Cost":278,"Date":"9/5/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":371,"Cost":299,"Date":"9/14/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":881,"Cost":645,"Date":"9/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":156,"Cost":132,"Date":"11/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":152,"Cost":105,"Date":"12/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":715,"Cost":601,"Date":"1/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":856,"Cost":466,"Date":"1/21/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":160,"Cost":131,"Date":"2/9/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":22,"Cost":13,"Date":"3/19/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":997,"Cost":546,"Date":"4/3/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":948,"Cost":678,"Date":"4/5/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":938,"Cost":684,"Date":"4/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":357,"Cost":207,"Date":"7/10/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":63,"Cost":41,"Date":"3/25/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":67,"Cost":56,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":183,"Cost":149,"Date":"10/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":502,"Cost":460,"Date":"3/2/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":960,"Cost":538,"Date":"6/28/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":961,"Cost":909,"Date":"7/17/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":814,"Cost":714,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":201,"Cost":165,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":701,"Cost":430,"Date":"11/20/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":237,"Cost":204,"Date":"12/16/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":523,"Cost":446,"Date":"12/30/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":82,"Cost":52,"Date":"2/15/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":710,"Cost":514,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":672,"Cost":353,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":952,"Cost":566,"Date":"4/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":463,"Cost":282,"Date":"7/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":446,"Cost":398,"Date":"8/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":23,"Cost":14,"Date":"10/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":776,"Cost":607,"Date":"11/11/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":188,"Cost":126,"Date":"11/30/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":282,"Cost":239,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":605,"Cost":388,"Date":"3/1/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":763,"Cost":717,"Date":"4/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":616,"Cost":515,"Date":"5/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":292,"Cost":241,"Date":"8/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":55,"Cost":49,"Date":"9/15/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":37,"Cost":20,"Date":"10/14/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":672,"Cost":600,"Date":"10/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":104,"Cost":98,"Date":"11/11/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":972,"Cost":493,"Date":"12/7/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":587,"Cost":339,"Date":"12/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":185,"Cost":164,"Date":"1/6/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":354,"Cost":225,"Date":"1/23/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":154,"Cost":116,"Date":"2/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":275,"Cost":248,"Date":"3/10/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":404,"Cost":281,"Date":"3/12/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":764,"Cost":514,"Date":"3/31/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":417,"Cost":252,"Date":"6/16/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":945,"Cost":589,"Date":"6/17/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":87,"Cost":55,"Date":"8/27/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":669,"Cost":568,"Date":"10/1/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":408,"Cost":381,"Date":"11/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":138,"Cost":70,"Date":"11/9/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":973,"Cost":667,"Date":"3/27/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":887,"Cost":532,"Date":"4/17/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":829,"Cost":418,"Date":"8/11/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":253,"Cost":127,"Date":"8/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":465,"Cost":279,"Date":"9/2/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":501,"Cost":250,"Date":"9/5/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":610,"Cost":480,"Date":"9/14/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":997,"Cost":645,"Date":"9/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":977,"Cost":556,"Date":"11/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":6,"Cost":4,"Date":"12/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":220,"Cost":194,"Date":"1/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":872,"Cost":706,"Date":"1/21/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":509,"Cost":415,"Date":"2/9/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":78,"Cost":51,"Date":"3/19/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":696,"Cost":454,"Date":"4/3/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":163,"Date":"4/5/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":480,"Cost":337,"Date":"4/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":451,"Date":"7/10/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":881,"Cost":681,"Date":"3/25/2020"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":395,"Cost":314,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":243,"Cost":225,"Date":"10/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":687,"Cost":368,"Date":"3/2/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":260,"Cost":150,"Date":"6/28/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":445,"Cost":342,"Date":"7/17/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":945,"Cost":723,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":388,"Cost":263,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":109,"Cost":98,"Date":"11/20/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":769,"Cost":707,"Date":"12/16/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":510,"Cost":400,"Date":"12/30/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":274,"Cost":201,"Date":"2/15/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":489,"Cost":305,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":655,"Cost":453,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":2,"Cost":2,"Date":"4/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":845,"Cost":562,"Date":"7/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":551,"Cost":346,"Date":"8/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":469,"Cost":316,"Date":"10/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":416,"Date":"11/11/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":600,"Cost":317,"Date":"11/30/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":642,"Cost":367,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":841,"Cost":525,"Date":"3/1/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":345,"Cost":175,"Date":"4/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":723,"Cost":524,"Date":"5/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":278,"Cost":235,"Date":"8/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":273,"Cost":237,"Date":"9/15/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":394,"Cost":329,"Date":"10/14/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":197,"Cost":144,"Date":"10/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":494,"Cost":271,"Date":"11/11/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":119,"Cost":106,"Date":"12/7/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":41,"Cost":29,"Date":"12/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":695,"Cost":414,"Date":"1/6/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":322,"Cost":291,"Date":"1/23/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":918,"Cost":702,"Date":"2/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":102,"Cost":63,"Date":"3/10/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":498,"Cost":350,"Date":"3/12/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":177,"Cost":93,"Date":"3/31/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":955,"Cost":587,"Date":"6/16/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":635,"Cost":563,"Date":"6/17/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":159,"Cost":119,"Date":"8/27/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":862,"Cost":581,"Date":"10/1/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":615,"Cost":441,"Date":"11/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":369,"Cost":220,"Date":"11/9/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":314,"Cost":206,"Date":"3/27/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":321,"Cost":215,"Date":"4/17/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":462,"Cost":375,"Date":"8/11/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":849,"Cost":788,"Date":"8/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":833,"Cost":772,"Date":"9/2/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":370,"Cost":228,"Date":"9/5/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":270,"Cost":136,"Date":"9/14/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":418,"Cost":327,"Date":"9/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":769,"Cost":548,"Date":"11/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":686,"Cost":378,"Date":"12/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":197,"Cost":142,"Date":"1/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":774,"Cost":649,"Date":"1/21/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":97,"Cost":92,"Date":"2/9/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":558,"Cost":488,"Date":"3/19/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":712,"Cost":644,"Date":"4/3/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":730,"Cost":462,"Date":"4/5/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":701,"Cost":458,"Date":"4/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":394,"Cost":331,"Date":"7/10/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":961,"Cost":678,"Date":"3/25/2020"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":581,"Cost":324,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":402,"Cost":303,"Date":"10/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":601,"Cost":401,"Date":"3/2/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":823,"Cost":615,"Date":"6/28/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":456,"Cost":372,"Date":"7/17/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":442,"Cost":234,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":302,"Cost":160,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":345,"Cost":206,"Date":"11/20/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":409,"Cost":273,"Date":"12/16/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":192,"Cost":101,"Date":"12/30/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":52,"Cost":28,"Date":"2/15/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":992,"Cost":532,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":672,"Cost":571,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":87,"Cost":52,"Date":"4/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":568,"Cost":405,"Date":"7/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":701,"Cost":490,"Date":"8/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":57,"Cost":52,"Date":"10/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":175,"Cost":142,"Date":"11/11/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":45,"Cost":33,"Date":"11/30/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":922,"Cost":832,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":906,"Cost":669,"Date":"3/1/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":615,"Cost":421,"Date":"4/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":91,"Cost":51,"Date":"5/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":183,"Cost":110,"Date":"8/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":592,"Cost":561,"Date":"9/15/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":313,"Cost":249,"Date":"10/14/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":173,"Cost":143,"Date":"10/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":931,"Cost":720,"Date":"11/11/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":266,"Cost":134,"Date":"12/7/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":369,"Cost":268,"Date":"12/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":9,"Cost":6,"Date":"1/6/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":307,"Cost":185,"Date":"1/23/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":459,"Cost":368,"Date":"2/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":156,"Cost":79,"Date":"3/10/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":546,"Cost":290,"Date":"3/12/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":327,"Cost":300,"Date":"3/31/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":903,"Cost":609,"Date":"6/16/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":104,"Cost":66,"Date":"6/17/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":680,"Cost":356,"Date":"8/27/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":163,"Cost":102,"Date":"10/1/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":270,"Cost":158,"Date":"11/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":568,"Cost":432,"Date":"11/9/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":917,"Cost":823,"Date":"3/27/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":65,"Cost":42,"Date":"4/17/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":551,"Cost":481,"Date":"8/11/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":24,"Cost":20,"Date":"8/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":591,"Cost":545,"Date":"9/2/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":939,"Cost":511,"Date":"9/5/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":22,"Cost":12,"Date":"9/14/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":430,"Cost":319,"Date":"9/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":39,"Cost":19,"Date":"11/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":352,"Cost":263,"Date":"12/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":701,"Cost":364,"Date":"1/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":552,"Cost":372,"Date":"1/21/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":432,"Cost":347,"Date":"2/9/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":261,"Cost":202,"Date":"3/19/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":775,"Cost":515,"Date":"4/3/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":374,"Cost":316,"Date":"4/5/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":504,"Cost":430,"Date":"4/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":415,"Cost":309,"Date":"7/10/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":925,"Cost":854,"Date":"3/25/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":562,"Cost":319,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":26,"Cost":20,"Date":"10/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":381,"Cost":325,"Date":"3/2/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":275,"Cost":211,"Date":"6/28/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":145,"Cost":84,"Date":"7/17/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":347,"Cost":175,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":856,"Cost":734,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":519,"Cost":450,"Date":"11/20/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":961,"Cost":867,"Date":"12/16/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":35,"Cost":30,"Date":"12/30/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":832,"Cost":630,"Date":"2/15/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":421,"Cost":295,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":405,"Cost":263,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":747,"Cost":518,"Date":"4/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":924,"Cost":798,"Date":"7/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":511,"Cost":462,"Date":"8/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":92,"Cost":48,"Date":"10/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":48,"Cost":42,"Date":"11/11/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":944,"Cost":869,"Date":"11/30/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":753,"Cost":709,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":975,"Cost":658,"Date":"3/1/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":692,"Cost":350,"Date":"4/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":180,"Cost":130,"Date":"5/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":674,"Date":"8/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":719,"Cost":632,"Date":"9/15/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":240,"Cost":169,"Date":"10/14/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":393,"Cost":365,"Date":"10/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":966,"Cost":734,"Date":"11/11/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":873,"Cost":806,"Date":"12/7/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":63,"Cost":47,"Date":"12/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":791,"Cost":425,"Date":"1/6/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":107,"Cost":60,"Date":"1/23/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":201,"Cost":148,"Date":"2/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":814,"Date":"3/10/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":982,"Cost":879,"Date":"3/12/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":48,"Cost":30,"Date":"3/31/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":47,"Cost":24,"Date":"6/16/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":867,"Cost":650,"Date":"6/17/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":916,"Cost":740,"Date":"8/27/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":392,"Cost":220,"Date":"10/1/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":397,"Cost":343,"Date":"11/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":11,"Cost":6,"Date":"11/9/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":177,"Date":"3/27/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":123,"Cost":88,"Date":"4/17/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":465,"Cost":440,"Date":"8/11/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":209,"Cost":169,"Date":"8/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":621,"Cost":495,"Date":"9/2/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":975,"Cost":511,"Date":"9/5/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":577,"Cost":319,"Date":"9/14/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":512,"Cost":402,"Date":"9/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":504,"Date":"11/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":655,"Cost":356,"Date":"12/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":759,"Cost":476,"Date":"1/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":441,"Cost":335,"Date":"1/21/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":707,"Cost":407,"Date":"2/9/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":673,"Cost":369,"Date":"3/19/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":223,"Cost":131,"Date":"4/3/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":93,"Cost":78,"Date":"4/5/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":983,"Cost":845,"Date":"4/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":378,"Date":"7/10/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":168,"Cost":107,"Date":"3/25/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":454,"Cost":328,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":357,"Date":"10/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":188,"Cost":98,"Date":"3/2/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":439,"Cost":384,"Date":"6/28/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":898,"Cost":628,"Date":"7/17/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":406,"Cost":324,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":914,"Cost":470,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":256,"Cost":187,"Date":"11/20/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":480,"Cost":292,"Date":"12/16/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":527,"Cost":326,"Date":"12/30/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":355,"Cost":323,"Date":"2/15/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":555,"Cost":405,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":284,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":531,"Cost":320,"Date":"4/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":565,"Cost":338,"Date":"7/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":915,"Cost":489,"Date":"8/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":899,"Cost":624,"Date":"10/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":102,"Cost":67,"Date":"11/11/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":448,"Cost":260,"Date":"11/30/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":13,"Cost":8,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":868,"Cost":745,"Date":"3/1/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":941,"Cost":834,"Date":"4/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":842,"Cost":447,"Date":"5/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":110,"Cost":97,"Date":"8/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":590,"Cost":489,"Date":"9/15/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":508,"Cost":458,"Date":"10/14/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":560,"Cost":462,"Date":"10/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":421,"Cost":284,"Date":"11/11/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":946,"Cost":529,"Date":"12/7/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":563,"Cost":450,"Date":"12/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":302,"Cost":232,"Date":"1/6/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":89,"Cost":67,"Date":"1/23/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":36,"Cost":32,"Date":"2/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":49,"Cost":40,"Date":"3/10/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":256,"Cost":164,"Date":"3/12/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":750,"Cost":597,"Date":"3/31/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":182,"Cost":148,"Date":"6/16/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":685,"Cost":553,"Date":"6/17/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":565,"Cost":471,"Date":"8/27/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":850,"Cost":533,"Date":"10/1/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":866,"Cost":728,"Date":"11/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":126,"Cost":73,"Date":"11/9/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":229,"Cost":193,"Date":"3/27/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":600,"Date":"4/17/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":197,"Cost":129,"Date":"8/11/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":541,"Cost":463,"Date":"8/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":861,"Cost":631,"Date":"9/2/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":590,"Cost":440,"Date":"9/5/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":315,"Cost":287,"Date":"9/14/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":258,"Cost":179,"Date":"9/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":159,"Cost":94,"Date":"11/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":824,"Cost":782,"Date":"12/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":112,"Cost":75,"Date":"1/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":228,"Cost":132,"Date":"1/21/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":847,"Cost":663,"Date":"2/9/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":451,"Cost":343,"Date":"3/19/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":478,"Cost":379,"Date":"4/3/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":394,"Date":"4/5/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":73,"Cost":59,"Date":"4/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":708,"Cost":644,"Date":"7/10/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":839,"Cost":599,"Date":"3/25/2020"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":498,"Cost":325,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":196,"Cost":167,"Date":"10/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":276,"Cost":189,"Date":"3/2/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":433,"Cost":266,"Date":"6/28/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":510,"Cost":413,"Date":"7/17/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":209,"Cost":125,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":909,"Cost":822,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":662,"Cost":331,"Date":"11/20/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":312,"Cost":225,"Date":"12/16/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":454,"Cost":335,"Date":"12/30/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":16,"Cost":15,"Date":"2/15/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":771,"Cost":501,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":927,"Cost":744,"Date":"4/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":581,"Cost":522,"Date":"7/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":926,"Cost":792,"Date":"8/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":596,"Cost":462,"Date":"10/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":434,"Cost":372,"Date":"11/11/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":178,"Cost":136,"Date":"11/30/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":63,"Cost":46,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":164,"Cost":151,"Date":"3/1/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":687,"Cost":480,"Date":"4/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":558,"Cost":387,"Date":"5/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":566,"Cost":325,"Date":"8/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":543,"Date":"9/15/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":634,"Cost":589,"Date":"10/14/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":315,"Cost":162,"Date":"10/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":86,"Cost":46,"Date":"11/11/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":698,"Cost":534,"Date":"12/7/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":291,"Cost":204,"Date":"12/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":323,"Cost":281,"Date":"1/6/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":302,"Cost":181,"Date":"1/23/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":56,"Cost":48,"Date":"2/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":275,"Cost":230,"Date":"3/10/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":311,"Cost":204,"Date":"3/12/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":744,"Cost":444,"Date":"3/31/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":738,"Cost":641,"Date":"6/16/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":477,"Cost":402,"Date":"6/17/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":387,"Cost":360,"Date":"8/27/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":136,"Cost":123,"Date":"10/1/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":901,"Cost":790,"Date":"11/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":603,"Cost":513,"Date":"11/9/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":648,"Cost":545,"Date":"3/27/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":285,"Cost":182,"Date":"4/17/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":277,"Cost":230,"Date":"8/11/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":675,"Cost":499,"Date":"8/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":856,"Cost":739,"Date":"9/2/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":305,"Cost":217,"Date":"9/5/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":551,"Cost":387,"Date":"9/14/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":16,"Cost":16,"Date":"9/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":37,"Cost":21,"Date":"11/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":482,"Cost":379,"Date":"12/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":314,"Cost":174,"Date":"1/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":758,"Cost":655,"Date":"1/21/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":502,"Cost":342,"Date":"2/9/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":643,"Cost":324,"Date":"3/19/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":519,"Cost":399,"Date":"4/3/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":264,"Cost":202,"Date":"4/5/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":466,"Cost":293,"Date":"4/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":144,"Cost":122,"Date":"7/10/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":853,"Cost":804,"Date":"3/25/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":403,"Cost":315,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":157,"Cost":148,"Date":"10/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":475,"Cost":347,"Date":"3/2/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":986,"Cost":527,"Date":"6/28/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":478,"Cost":343,"Date":"7/17/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":706,"Cost":582,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":626,"Cost":593,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":923,"Cost":558,"Date":"11/20/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":93,"Cost":75,"Date":"12/16/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":932,"Cost":622,"Date":"12/30/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":153,"Cost":113,"Date":"2/15/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":6,"Cost":3,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":48,"Cost":33,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":536,"Cost":402,"Date":"4/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":1,"Cost":1,"Date":"7/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":105,"Cost":74,"Date":"8/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":963,"Cost":681,"Date":"10/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":291,"Cost":185,"Date":"11/11/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":626,"Cost":518,"Date":"11/30/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":909,"Cost":760,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":258,"Cost":213,"Date":"3/1/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":128,"Cost":84,"Date":"4/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":904,"Cost":514,"Date":"5/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":832,"Cost":630,"Date":"8/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":754,"Cost":588,"Date":"9/15/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":747,"Cost":608,"Date":"10/14/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":62,"Cost":59,"Date":"10/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":619,"Cost":432,"Date":"11/11/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":75,"Cost":44,"Date":"12/7/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":302,"Cost":222,"Date":"12/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":653,"Cost":548,"Date":"1/6/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":439,"Cost":318,"Date":"1/23/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":71,"Cost":44,"Date":"2/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":986,"Cost":538,"Date":"3/10/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":918,"Cost":814,"Date":"3/12/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":728,"Cost":375,"Date":"3/31/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":437,"Cost":408,"Date":"6/16/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":192,"Cost":130,"Date":"6/17/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":764,"Cost":449,"Date":"8/27/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":108,"Cost":75,"Date":"10/1/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":3,"Cost":2,"Date":"11/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":88,"Cost":81,"Date":"11/9/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":828,"Cost":621,"Date":"3/27/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":539,"Cost":322,"Date":"4/17/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":955,"Cost":593,"Date":"8/11/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":614,"Cost":314,"Date":"8/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":95,"Cost":80,"Date":"9/2/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":594,"Cost":466,"Date":"9/5/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":370,"Cost":211,"Date":"9/14/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":229,"Cost":168,"Date":"9/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":456,"Cost":266,"Date":"11/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":779,"Cost":556,"Date":"12/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":169,"Cost":133,"Date":"1/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":216,"Cost":139,"Date":"1/21/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":254,"Cost":207,"Date":"2/9/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":422,"Cost":357,"Date":"3/19/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":974,"Cost":757,"Date":"4/3/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":609,"Cost":554,"Date":"4/5/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":359,"Cost":311,"Date":"4/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":128,"Cost":96,"Date":"7/10/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":593,"Cost":349,"Date":"3/25/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":909,"Cost":777,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":377,"Cost":217,"Date":"10/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":409,"Cost":270,"Date":"3/2/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":447,"Cost":243,"Date":"6/28/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":372,"Cost":253,"Date":"7/17/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":106,"Cost":56,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":933,"Cost":584,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":906,"Cost":691,"Date":"11/20/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":842,"Cost":797,"Date":"12/16/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":802,"Cost":620,"Date":"12/30/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":250,"Cost":170,"Date":"2/15/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":739,"Cost":512,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":293,"Cost":203,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":879,"Cost":826,"Date":"4/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":599,"Cost":489,"Date":"7/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":357,"Cost":268,"Date":"8/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":924,"Cost":717,"Date":"10/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":863,"Cost":671,"Date":"11/11/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":300,"Cost":157,"Date":"11/30/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":409,"Cost":331,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":645,"Cost":475,"Date":"3/1/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":45,"Cost":30,"Date":"4/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":263,"Cost":134,"Date":"5/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":326,"Cost":235,"Date":"8/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":468,"Cost":415,"Date":"9/15/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":376,"Cost":236,"Date":"10/14/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":647,"Cost":509,"Date":"10/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":16,"Cost":12,"Date":"11/11/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":986,"Cost":532,"Date":"12/7/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":562,"Cost":459,"Date":"12/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":434,"Cost":382,"Date":"1/6/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":273,"Cost":154,"Date":"1/23/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":294,"Cost":164,"Date":"2/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":924,"Cost":779,"Date":"3/10/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":381,"Cost":298,"Date":"3/12/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":442,"Cost":335,"Date":"3/31/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":32,"Cost":26,"Date":"6/16/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":370,"Cost":340,"Date":"6/17/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":303,"Cost":277,"Date":"8/27/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":388,"Cost":205,"Date":"10/1/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":961,"Cost":869,"Date":"11/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":791,"Cost":583,"Date":"11/9/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":327,"Cost":244,"Date":"3/27/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":825,"Date":"4/17/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":342,"Cost":271,"Date":"8/11/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":546,"Cost":296,"Date":"8/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":523,"Cost":269,"Date":"9/2/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":734,"Date":"9/5/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":339,"Cost":313,"Date":"9/14/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":333,"Cost":300,"Date":"9/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":114,"Date":"11/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":344,"Cost":198,"Date":"12/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":560,"Cost":450,"Date":"1/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":834,"Cost":605,"Date":"1/21/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":23,"Cost":22,"Date":"2/9/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":113,"Cost":69,"Date":"3/19/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":315,"Cost":254,"Date":"4/3/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":68,"Cost":55,"Date":"4/5/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":501,"Cost":457,"Date":"4/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":61,"Cost":55,"Date":"7/10/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":130,"Date":"3/25/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":75,"Cost":39,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":905,"Cost":829,"Date":"10/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":353,"Cost":261,"Date":"3/2/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":522,"Cost":381,"Date":"6/28/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":316,"Date":"7/17/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":182,"Cost":144,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":276,"Cost":174,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":195,"Cost":131,"Date":"11/20/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":553,"Cost":376,"Date":"12/16/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":634,"Cost":397,"Date":"12/30/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":842,"Cost":557,"Date":"2/15/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":721,"Cost":460,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":569,"Cost":370,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":614,"Cost":510,"Date":"4/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":52,"Cost":43,"Date":"7/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":848,"Cost":630,"Date":"8/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":250,"Cost":166,"Date":"10/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":764,"Cost":504,"Date":"11/11/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":98,"Cost":82,"Date":"11/30/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":854,"Cost":438,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":707,"Cost":519,"Date":"3/1/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":559,"Cost":528,"Date":"4/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":798,"Cost":475,"Date":"5/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":154,"Cost":92,"Date":"8/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":713,"Cost":596,"Date":"9/15/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":603,"Cost":395,"Date":"10/14/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":755,"Cost":564,"Date":"10/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":297,"Cost":243,"Date":"11/11/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":982,"Cost":835,"Date":"12/7/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":918,"Cost":872,"Date":"12/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":996,"Cost":900,"Date":"1/6/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":584,"Cost":553,"Date":"1/23/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":689,"Cost":379,"Date":"2/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":13,"Date":"3/10/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":994,"Cost":712,"Date":"3/12/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":478,"Cost":270,"Date":"3/31/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":859,"Cost":737,"Date":"6/16/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":12,"Cost":9,"Date":"6/17/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":61,"Cost":36,"Date":"8/27/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":828,"Cost":653,"Date":"10/1/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":220,"Date":"11/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":541,"Cost":297,"Date":"11/9/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":275,"Cost":200,"Date":"3/27/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":205,"Cost":167,"Date":"4/17/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":560,"Cost":306,"Date":"8/11/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":571,"Cost":521,"Date":"8/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":656,"Cost":490,"Date":"9/2/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":220,"Cost":157,"Date":"9/5/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":104,"Cost":54,"Date":"9/14/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":497,"Cost":407,"Date":"9/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":580,"Cost":302,"Date":"11/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":192,"Cost":144,"Date":"12/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":848,"Cost":802,"Date":"1/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":331,"Cost":187,"Date":"1/21/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":945,"Cost":522,"Date":"2/9/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":147,"Cost":124,"Date":"3/19/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":240,"Cost":182,"Date":"4/3/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":662,"Cost":561,"Date":"4/5/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":685,"Cost":381,"Date":"4/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":331,"Cost":268,"Date":"7/10/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":875,"Cost":485,"Date":"3/25/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":450,"Cost":369,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":941,"Cost":614,"Date":"10/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":150,"Cost":124,"Date":"3/2/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":330,"Cost":240,"Date":"6/28/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":258,"Cost":142,"Date":"7/17/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":321,"Cost":203,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":68,"Cost":47,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":176,"Cost":110,"Date":"11/20/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":827,"Cost":518,"Date":"12/16/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":633,"Cost":442,"Date":"12/30/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":693,"Cost":468,"Date":"2/15/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":762,"Cost":680,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":201,"Cost":114,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":754,"Cost":563,"Date":"4/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":187,"Cost":148,"Date":"7/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":251,"Cost":144,"Date":"8/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":343,"Cost":232,"Date":"10/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":64,"Cost":57,"Date":"11/11/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":771,"Cost":525,"Date":"11/30/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":426,"Cost":250,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":697,"Cost":419,"Date":"3/1/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":719,"Cost":606,"Date":"4/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":916,"Cost":784,"Date":"5/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":829,"Cost":449,"Date":"8/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":400,"Cost":314,"Date":"9/15/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":812,"Cost":754,"Date":"10/14/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":444,"Cost":225,"Date":"10/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":293,"Cost":153,"Date":"11/11/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":120,"Cost":82,"Date":"12/7/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":957,"Cost":691,"Date":"12/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":891,"Cost":790,"Date":"1/6/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":338,"Cost":259,"Date":"1/23/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":751,"Cost":660,"Date":"2/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":561,"Cost":360,"Date":"3/10/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":20,"Cost":17,"Date":"3/12/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":381,"Cost":259,"Date":"3/31/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":664,"Cost":566,"Date":"6/16/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":744,"Cost":670,"Date":"6/17/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":1,"Cost":1,"Date":"8/27/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":183,"Cost":157,"Date":"10/1/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":710,"Cost":546,"Date":"11/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":410,"Cost":353,"Date":"11/9/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":46,"Cost":44,"Date":"3/27/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":423,"Cost":370,"Date":"4/17/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":85,"Cost":51,"Date":"8/11/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":67,"Cost":40,"Date":"8/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":745,"Cost":547,"Date":"9/2/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":725,"Cost":403,"Date":"9/5/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":176,"Cost":163,"Date":"9/14/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":172,"Cost":89,"Date":"9/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":742,"Cost":587,"Date":"11/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":797,"Cost":477,"Date":"12/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":730,"Cost":550,"Date":"1/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":566,"Cost":408,"Date":"1/21/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":886,"Cost":764,"Date":"2/9/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":378,"Cost":348,"Date":"3/19/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":911,"Cost":859,"Date":"4/3/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":937,"Cost":698,"Date":"4/5/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":831,"Cost":546,"Date":"4/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":846,"Cost":574,"Date":"7/10/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":396,"Cost":331,"Date":"3/25/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":564,"Cost":466,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":732,"Cost":594,"Date":"10/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":424,"Cost":381,"Date":"3/2/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":41,"Cost":29,"Date":"6/28/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":260,"Cost":236,"Date":"7/17/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":196,"Cost":125,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":757,"Cost":532,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":893,"Cost":686,"Date":"11/20/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":752,"Cost":415,"Date":"12/16/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":592,"Cost":420,"Date":"12/30/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":638,"Cost":582,"Date":"2/15/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":329,"Cost":311,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":540,"Cost":410,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":409,"Cost":232,"Date":"4/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":911,"Cost":673,"Date":"7/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":257,"Cost":198,"Date":"8/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":500,"Cost":300,"Date":"10/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":565,"Cost":404,"Date":"11/11/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":883,"Cost":539,"Date":"11/30/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":959,"Cost":496,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":925,"Cost":855,"Date":"3/1/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":556,"Cost":405,"Date":"4/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":326,"Cost":224,"Date":"5/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":763,"Cost":704,"Date":"8/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":332,"Cost":169,"Date":"9/15/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":513,"Cost":462,"Date":"10/14/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":124,"Cost":87,"Date":"10/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":432,"Cost":404,"Date":"11/11/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":637,"Cost":455,"Date":"12/7/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":95,"Cost":65,"Date":"12/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":824,"Cost":477,"Date":"1/6/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":33,"Cost":25,"Date":"1/23/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":522,"Cost":444,"Date":"2/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":58,"Cost":37,"Date":"3/10/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":117,"Cost":86,"Date":"3/12/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":703,"Cost":609,"Date":"3/31/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":704,"Cost":367,"Date":"6/16/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":577,"Cost":398,"Date":"6/17/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":431,"Cost":382,"Date":"8/27/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":646,"Cost":359,"Date":"10/1/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":606,"Cost":431,"Date":"11/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":632,"Cost":564,"Date":"11/9/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":513,"Cost":317,"Date":"3/27/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":955,"Cost":708,"Date":"4/17/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":400,"Cost":326,"Date":"8/11/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":397,"Cost":328,"Date":"8/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":803,"Cost":572,"Date":"9/2/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":751,"Cost":530,"Date":"9/5/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":235,"Cost":211,"Date":"9/14/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":682,"Cost":469,"Date":"9/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":312,"Cost":181,"Date":"11/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":454,"Cost":359,"Date":"12/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":61,"Cost":56,"Date":"1/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":596,"Cost":309,"Date":"1/21/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":393,"Cost":347,"Date":"2/9/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":224,"Cost":112,"Date":"3/19/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":993,"Cost":630,"Date":"4/3/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":254,"Cost":177,"Date":"4/5/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":659,"Cost":337,"Date":"4/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":638,"Cost":452,"Date":"7/10/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":215,"Cost":160,"Date":"3/25/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":631,"Cost":564,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":649,"Cost":612,"Date":"10/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":237,"Cost":130,"Date":"3/2/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":315,"Cost":252,"Date":"6/28/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":998,"Cost":789,"Date":"7/17/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":542,"Cost":274,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":731,"Cost":656,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":633,"Cost":433,"Date":"11/20/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":891,"Cost":692,"Date":"12/16/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":919,"Cost":663,"Date":"12/30/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":783,"Cost":531,"Date":"2/15/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":647,"Cost":397,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":658,"Cost":546,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":736,"Cost":587,"Date":"4/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":887,"Cost":509,"Date":"7/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":647,"Cost":607,"Date":"8/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":396,"Cost":269,"Date":"10/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":153,"Cost":108,"Date":"11/11/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":159,"Cost":108,"Date":"11/30/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":827,"Cost":446,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":181,"Cost":169,"Date":"3/1/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":55,"Cost":42,"Date":"4/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":469,"Cost":304,"Date":"5/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":584,"Cost":330,"Date":"8/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":887,"Cost":545,"Date":"9/15/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":781,"Cost":417,"Date":"10/14/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":393,"Cost":212,"Date":"10/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":424,"Cost":329,"Date":"11/11/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":975,"Cost":729,"Date":"12/7/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":640,"Cost":587,"Date":"12/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":724,"Cost":485,"Date":"1/6/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":290,"Cost":222,"Date":"1/23/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":110,"Cost":82,"Date":"2/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":198,"Cost":143,"Date":"3/10/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":53,"Cost":42,"Date":"3/12/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":141,"Cost":129,"Date":"3/31/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":966,"Cost":700,"Date":"6/16/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":956,"Cost":483,"Date":"6/17/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":143,"Cost":73,"Date":"8/27/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":26,"Cost":18,"Date":"10/1/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":863,"Cost":752,"Date":"11/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":264,"Cost":152,"Date":"11/9/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":413,"Cost":376,"Date":"3/27/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":742,"Cost":667,"Date":"4/17/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":622,"Cost":571,"Date":"8/11/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":923,"Cost":646,"Date":"8/21/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":581,"Cost":481,"Date":"9/2/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":309,"Cost":255,"Date":"9/5/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":360,"Date":"9/14/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":8,"Cost":8,"Date":"9/20/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":317,"Cost":262,"Date":"11/20/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":726,"Cost":626,"Date":"12/21/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":652,"Cost":532,"Date":"1/7/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":103,"Cost":86,"Date":"1/21/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":612,"Cost":391,"Date":"2/9/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":732,"Cost":431,"Date":"3/19/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":602,"Cost":570,"Date":"4/3/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":659,"Cost":518,"Date":"4/5/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":519,"Cost":300,"Date":"4/28/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":311,"Cost":285,"Date":"7/10/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":341,"Cost":311,"Date":"3/25/2020"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":545,"Cost":290,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":100,"Cost":67,"Date":"10/28/2020"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":94,"Cost":51,"Date":"3/2/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":909,"Cost":780,"Date":"6/28/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":116,"Cost":97,"Date":"7/17/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":987,"Cost":629,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":855,"Cost":504,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":875,"Cost":803,"Date":"11/20/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":578,"Cost":446,"Date":"12/16/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":937,"Cost":712,"Date":"12/30/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":966,"Cost":512,"Date":"2/15/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":379,"Cost":229,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":506,"Cost":286,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":579,"Cost":402,"Date":"4/18/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":414,"Cost":228,"Date":"7/27/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":777,"Cost":587,"Date":"8/18/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":298,"Cost":267,"Date":"10/31/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":382,"Cost":258,"Date":"11/11/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":791,"Cost":469,"Date":"11/30/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":941,"Cost":740,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":579,"Cost":387,"Date":"3/1/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":811,"Cost":685,"Date":"4/13/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":249,"Cost":236,"Date":"5/20/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":29,"Cost":19,"Date":"8/13/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":501,"Cost":447,"Date":"9/15/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":238,"Cost":194,"Date":"10/14/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":973,"Cost":862,"Date":"10/28/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":747,"Cost":697,"Date":"11/11/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":617,"Cost":361,"Date":"12/7/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":937,"Cost":859,"Date":"12/21/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":832,"Cost":700,"Date":"1/6/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":683,"Cost":434,"Date":"1/23/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":976,"Cost":508,"Date":"2/4/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":685,"Cost":391,"Date":"3/10/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":925,"Cost":646,"Date":"3/12/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":517,"Cost":294,"Date":"3/31/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":717,"Cost":670,"Date":"6/16/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":348,"Cost":217,"Date":"6/17/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":764,"Cost":577,"Date":"8/27/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":478,"Cost":367,"Date":"10/1/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":538,"Cost":392,"Date":"11/4/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":793,"Cost":601,"Date":"11/9/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":999,"Cost":800,"Date":"3/27/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":614,"Cost":366,"Date":"4/17/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":155,"Cost":111,"Date":"8/11/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":561,"Cost":506,"Date":"8/21/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":813,"Cost":732,"Date":"9/2/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":406,"Cost":269,"Date":"9/5/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":626,"Cost":409,"Date":"9/14/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":115,"Cost":69,"Date":"9/20/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":110,"Cost":83,"Date":"11/20/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":147,"Cost":87,"Date":"12/21/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":450,"Cost":253,"Date":"1/7/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":109,"Cost":80,"Date":"1/21/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":944,"Cost":808,"Date":"2/9/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":612,"Cost":457,"Date":"3/19/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":248,"Cost":219,"Date":"4/3/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":156,"Cost":97,"Date":"4/5/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":440,"Cost":409,"Date":"4/28/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":822,"Cost":651,"Date":"7/10/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":438,"Cost":355,"Date":"3/25/2020"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":3,"Cost":3,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":557,"Cost":407,"Date":"10/28/2020"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":420,"Cost":312,"Date":"3/2/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":260,"Cost":136,"Date":"6/28/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":476,"Cost":314,"Date":"7/17/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":303,"Cost":278,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":884,"Cost":794,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":744,"Cost":389,"Date":"11/20/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":213,"Cost":159,"Date":"12/16/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":208,"Cost":146,"Date":"12/30/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":92,"Cost":65,"Date":"2/15/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":545,"Cost":481,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":754,"Cost":516,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":831,"Cost":532,"Date":"4/18/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":355,"Cost":300,"Date":"7/27/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":938,"Cost":621,"Date":"8/18/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":221,"Cost":138,"Date":"10/31/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":532,"Cost":321,"Date":"11/11/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":532,"Cost":413,"Date":"11/30/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":849,"Cost":560,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":155,"Cost":124,"Date":"3/1/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":711,"Cost":358,"Date":"4/13/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":893,"Cost":583,"Date":"5/20/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":147,"Cost":89,"Date":"8/13/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":345,"Cost":272,"Date":"9/15/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":53,"Cost":31,"Date":"10/14/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":430,"Cost":408,"Date":"10/28/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":496,"Cost":276,"Date":"11/11/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":602,"Cost":417,"Date":"12/7/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":934,"Cost":661,"Date":"12/21/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":560,"Cost":526,"Date":"1/6/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":26,"Cost":23,"Date":"1/23/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":736,"Cost":631,"Date":"2/4/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":312,"Cost":158,"Date":"3/10/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":69,"Cost":50,"Date":"3/12/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":667,"Cost":603,"Date":"3/31/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":372,"Cost":242,"Date":"6/16/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":557,"Cost":374,"Date":"6/17/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":443,"Cost":341,"Date":"8/27/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":626,"Cost":391,"Date":"10/1/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":781,"Cost":481,"Date":"11/4/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":94,"Cost":84,"Date":"11/9/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":657,"Cost":335,"Date":"3/27/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":299,"Cost":165,"Date":"4/17/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":774,"Cost":683,"Date":"8/11/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":143,"Cost":107,"Date":"8/21/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":260,"Cost":154,"Date":"9/2/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":843,"Cost":608,"Date":"9/5/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":818,"Cost":711,"Date":"9/14/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":46,"Cost":32,"Date":"9/20/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":535,"Cost":458,"Date":"11/20/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":245,"Cost":184,"Date":"12/21/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":762,"Cost":497,"Date":"1/7/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":654,"Date":"1/21/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":941,"Cost":754,"Date":"2/9/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":242,"Cost":177,"Date":"3/19/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":21,"Cost":15,"Date":"4/3/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":753,"Cost":600,"Date":"4/5/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":954,"Cost":756,"Date":"4/28/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":270,"Cost":170,"Date":"7/10/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":428,"Cost":317,"Date":"3/25/2020"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":634,"Cost":462,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":83,"Cost":57,"Date":"10/28/2020"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":178,"Cost":154,"Date":"3/2/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":666,"Cost":528,"Date":"6/28/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":417,"Date":"7/17/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":979,"Cost":922,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":295,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":60,"Cost":37,"Date":"11/20/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":229,"Cost":137,"Date":"12/16/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":915,"Cost":474,"Date":"12/30/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":367,"Cost":240,"Date":"2/15/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":434,"Cost":349,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":560,"Cost":478,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":920,"Cost":495,"Date":"4/18/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":503,"Cost":285,"Date":"7/27/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":273,"Cost":180,"Date":"8/18/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":921,"Cost":835,"Date":"10/31/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":260,"Cost":240,"Date":"11/11/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":364,"Cost":301,"Date":"11/30/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":2,"Cost":2,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":352,"Date":"3/1/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":384,"Cost":308,"Date":"4/13/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":602,"Date":"5/20/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":590,"Cost":316,"Date":"8/13/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":843,"Cost":495,"Date":"9/15/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":738,"Cost":599,"Date":"10/14/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":243,"Cost":161,"Date":"10/28/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":421,"Date":"11/11/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":622,"Cost":574,"Date":"12/7/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":180,"Cost":107,"Date":"12/21/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":338,"Cost":255,"Date":"1/6/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":924,"Cost":495,"Date":"1/23/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":510,"Cost":350,"Date":"2/4/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":433,"Cost":236,"Date":"3/10/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":314,"Cost":219,"Date":"3/12/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":826,"Cost":671,"Date":"3/31/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":100,"Date":"6/16/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":90,"Cost":83,"Date":"6/17/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":648,"Cost":471,"Date":"8/27/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":54,"Cost":43,"Date":"10/1/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":218,"Cost":132,"Date":"11/4/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":482,"Cost":277,"Date":"11/9/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":113,"Cost":69,"Date":"3/27/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":439,"Cost":349,"Date":"4/17/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":479,"Cost":305,"Date":"8/11/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":501,"Cost":267,"Date":"8/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":779,"Cost":450,"Date":"9/2/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":149,"Cost":114,"Date":"9/5/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":533,"Cost":271,"Date":"9/14/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":735,"Cost":396,"Date":"9/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":589,"Cost":526,"Date":"11/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":573,"Cost":305,"Date":"12/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":78,"Cost":49,"Date":"1/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":919,"Cost":483,"Date":"1/21/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":1000,"Cost":681,"Date":"2/9/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":107,"Cost":95,"Date":"3/19/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":601,"Cost":531,"Date":"4/3/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":534,"Cost":283,"Date":"4/5/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":529,"Cost":422,"Date":"4/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":735,"Cost":695,"Date":"7/10/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":680,"Cost":566,"Date":"3/25/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":866,"Cost":685,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":144,"Cost":85,"Date":"10/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":938,"Cost":715,"Date":"3/2/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":480,"Cost":397,"Date":"6/28/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":99,"Cost":79,"Date":"7/17/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":572,"Cost":514,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":676,"Cost":524,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":688,"Cost":349,"Date":"11/20/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":712,"Cost":404,"Date":"12/16/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":238,"Cost":179,"Date":"12/30/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":901,"Cost":642,"Date":"2/15/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":253,"Cost":141,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":646,"Cost":534,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":124,"Cost":84,"Date":"4/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":284,"Cost":153,"Date":"7/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":480,"Cost":312,"Date":"8/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":474,"Cost":266,"Date":"10/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":107,"Cost":87,"Date":"11/11/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":386,"Date":"11/30/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":855,"Cost":564,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":478,"Cost":384,"Date":"3/1/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":691,"Cost":576,"Date":"4/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":785,"Cost":704,"Date":"5/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":841,"Cost":740,"Date":"8/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":930,"Cost":631,"Date":"9/15/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":195,"Cost":185,"Date":"10/14/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":893,"Cost":570,"Date":"10/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":681,"Cost":585,"Date":"11/11/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":590,"Cost":405,"Date":"12/7/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":998,"Cost":737,"Date":"12/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":200,"Cost":123,"Date":"1/6/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":188,"Cost":124,"Date":"1/23/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":1000,"Cost":908,"Date":"2/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":74,"Cost":40,"Date":"3/10/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":304,"Cost":269,"Date":"3/12/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":700,"Cost":635,"Date":"3/31/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":238,"Cost":149,"Date":"6/16/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":951,"Cost":871,"Date":"6/17/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":694,"Cost":627,"Date":"8/27/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":661,"Cost":536,"Date":"10/1/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":576,"Cost":340,"Date":"11/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":91,"Cost":81,"Date":"11/9/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":66,"Cost":38,"Date":"3/27/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":632,"Cost":495,"Date":"4/17/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":791,"Cost":529,"Date":"8/11/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":921,"Cost":788,"Date":"8/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":234,"Date":"9/2/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":894,"Cost":593,"Date":"9/5/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":980,"Cost":494,"Date":"9/14/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":657,"Cost":416,"Date":"9/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":26,"Cost":23,"Date":"11/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":24,"Cost":12,"Date":"12/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":186,"Cost":153,"Date":"1/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":737,"Cost":656,"Date":"1/21/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":483,"Cost":276,"Date":"2/9/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":526,"Cost":338,"Date":"3/19/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":209,"Cost":108,"Date":"4/3/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":376,"Cost":195,"Date":"4/5/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":456,"Cost":264,"Date":"4/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":698,"Cost":463,"Date":"7/10/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":623,"Cost":472,"Date":"3/25/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":346,"Cost":253,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":884,"Cost":577,"Date":"10/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":5,"Cost":2,"Date":"3/2/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":115,"Cost":63,"Date":"6/28/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":629,"Cost":366,"Date":"7/17/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":336,"Cost":232,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":212,"Cost":198,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":867,"Cost":552,"Date":"11/20/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":973,"Cost":837,"Date":"12/16/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":503,"Cost":389,"Date":"12/30/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":40,"Cost":29,"Date":"2/15/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":836,"Cost":780,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":198,"Cost":147,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":300,"Cost":282,"Date":"4/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":646,"Cost":345,"Date":"7/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":362,"Cost":218,"Date":"8/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":490,"Cost":438,"Date":"10/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":744,"Cost":586,"Date":"11/11/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":708,"Cost":604,"Date":"11/30/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":115,"Cost":85,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":301,"Cost":271,"Date":"3/1/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":482,"Cost":253,"Date":"4/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":976,"Cost":879,"Date":"5/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":319,"Cost":220,"Date":"8/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":409,"Cost":262,"Date":"9/15/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":272,"Cost":215,"Date":"10/14/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":324,"Cost":278,"Date":"10/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":107,"Cost":75,"Date":"11/11/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":154,"Cost":107,"Date":"12/7/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":753,"Cost":618,"Date":"12/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":668,"Cost":420,"Date":"1/6/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":609,"Cost":315,"Date":"1/23/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":122,"Cost":111,"Date":"2/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":670,"Cost":490,"Date":"3/10/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":526,"Cost":348,"Date":"3/12/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":47,"Cost":25,"Date":"3/31/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":754,"Cost":599,"Date":"6/16/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":878,"Cost":566,"Date":"6/17/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":760,"Cost":710,"Date":"8/27/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":137,"Cost":103,"Date":"10/1/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":440,"Cost":309,"Date":"11/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":429,"Cost":309,"Date":"11/9/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":366,"Cost":277,"Date":"3/27/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":799,"Cost":399,"Date":"4/17/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":929,"Cost":648,"Date":"8/11/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":86,"Cost":75,"Date":"8/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":847,"Cost":664,"Date":"9/2/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":893,"Cost":806,"Date":"9/5/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":393,"Cost":248,"Date":"9/14/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":79,"Cost":53,"Date":"9/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":711,"Cost":461,"Date":"11/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":295,"Cost":264,"Date":"12/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":921,"Cost":594,"Date":"1/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":584,"Cost":444,"Date":"1/21/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":310,"Cost":278,"Date":"2/9/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":816,"Cost":665,"Date":"3/19/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":892,"Cost":618,"Date":"4/3/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":7,"Date":"4/5/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":465,"Cost":354,"Date":"4/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":326,"Cost":233,"Date":"7/10/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":182,"Cost":101,"Date":"3/25/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":303,"Cost":169,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":850,"Cost":510,"Date":"10/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":284,"Cost":211,"Date":"3/2/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":63,"Cost":50,"Date":"6/28/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":711,"Cost":362,"Date":"7/17/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":381,"Cost":219,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":544,"Cost":491,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":110,"Cost":84,"Date":"11/20/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":83,"Cost":76,"Date":"12/16/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":287,"Cost":188,"Date":"12/30/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":864,"Cost":643,"Date":"2/15/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":199,"Cost":110,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":628,"Cost":423,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":145,"Date":"4/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":474,"Cost":319,"Date":"7/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":585,"Cost":339,"Date":"8/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":954,"Cost":827,"Date":"10/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":763,"Cost":504,"Date":"11/11/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":705,"Cost":543,"Date":"11/30/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":669,"Cost":484,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":320,"Cost":208,"Date":"3/1/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":649,"Cost":462,"Date":"4/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":398,"Date":"5/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":620,"Cost":507,"Date":"8/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":278,"Cost":255,"Date":"9/15/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":571,"Cost":469,"Date":"10/14/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":994,"Cost":515,"Date":"10/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":444,"Cost":237,"Date":"11/11/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":366,"Cost":311,"Date":"12/7/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":74,"Cost":53,"Date":"12/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":339,"Date":"1/6/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":225,"Cost":177,"Date":"1/23/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":803,"Cost":629,"Date":"2/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":296,"Cost":225,"Date":"3/10/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":478,"Cost":327,"Date":"3/12/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":7,"Cost":7,"Date":"3/31/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":24,"Cost":15,"Date":"6/16/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":55,"Cost":30,"Date":"6/17/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":356,"Cost":198,"Date":"8/27/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":479,"Cost":304,"Date":"10/1/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":877,"Cost":443,"Date":"11/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":492,"Cost":293,"Date":"11/9/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":585,"Cost":551,"Date":"3/27/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":916,"Cost":473,"Date":"4/17/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":697,"Cost":542,"Date":"8/11/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":377,"Cost":189,"Date":"8/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":866,"Cost":479,"Date":"9/2/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":766,"Cost":438,"Date":"9/5/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":876,"Cost":737,"Date":"9/14/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":533,"Cost":375,"Date":"9/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":576,"Cost":493,"Date":"11/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":411,"Cost":318,"Date":"12/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":987,"Cost":588,"Date":"1/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":318,"Cost":231,"Date":"1/21/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":357,"Cost":322,"Date":"2/9/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":222,"Cost":168,"Date":"3/19/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":952,"Cost":520,"Date":"4/3/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":571,"Cost":472,"Date":"4/5/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":554,"Cost":284,"Date":"4/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":528,"Cost":485,"Date":"7/10/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":685,"Cost":399,"Date":"3/25/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":822,"Cost":497,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":377,"Cost":219,"Date":"10/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":66,"Cost":44,"Date":"3/2/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":708,"Cost":625,"Date":"6/28/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":305,"Cost":241,"Date":"7/17/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":337,"Cost":266,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":483,"Cost":403,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":259,"Cost":224,"Date":"11/20/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":899,"Cost":663,"Date":"12/16/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":76,"Cost":71,"Date":"12/30/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":878,"Cost":500,"Date":"2/15/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":331,"Cost":206,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":414,"Cost":306,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":773,"Cost":708,"Date":"4/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":991,"Cost":811,"Date":"7/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":538,"Cost":468,"Date":"8/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":312,"Cost":214,"Date":"10/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":266,"Cost":203,"Date":"11/11/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":28,"Cost":21,"Date":"11/30/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":528,"Cost":411,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":715,"Cost":555,"Date":"3/1/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":454,"Cost":320,"Date":"4/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":377,"Cost":357,"Date":"5/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":986,"Cost":788,"Date":"8/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":608,"Cost":400,"Date":"9/15/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":932,"Cost":550,"Date":"10/14/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":161,"Cost":80,"Date":"10/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":222,"Cost":127,"Date":"11/11/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":123,"Cost":71,"Date":"12/7/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":781,"Cost":395,"Date":"12/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":36,"Cost":34,"Date":"1/6/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":836,"Cost":582,"Date":"1/23/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":253,"Cost":186,"Date":"2/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":960,"Cost":889,"Date":"3/10/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":694,"Cost":431,"Date":"3/12/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":177,"Cost":138,"Date":"3/31/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":286,"Cost":233,"Date":"6/16/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":593,"Cost":365,"Date":"6/17/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":753,"Cost":513,"Date":"8/27/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":129,"Cost":100,"Date":"10/1/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":529,"Cost":410,"Date":"11/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":985,"Cost":884,"Date":"11/9/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":152,"Cost":99,"Date":"3/27/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":839,"Cost":645,"Date":"4/17/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":705,"Cost":599,"Date":"8/11/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":661,"Cost":531,"Date":"8/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":145,"Cost":127,"Date":"9/2/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":725,"Cost":602,"Date":"9/5/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":116,"Cost":83,"Date":"9/14/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":416,"Cost":389,"Date":"9/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":880,"Cost":538,"Date":"11/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":31,"Cost":22,"Date":"12/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":943,"Cost":846,"Date":"1/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":155,"Cost":86,"Date":"1/21/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":308,"Cost":252,"Date":"2/9/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":888,"Cost":451,"Date":"3/19/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":983,"Cost":905,"Date":"4/3/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":886,"Cost":696,"Date":"4/5/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":659,"Cost":412,"Date":"4/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":66,"Cost":47,"Date":"7/10/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":443,"Cost":292,"Date":"3/25/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":612,"Cost":566,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":142,"Cost":77,"Date":"10/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":879,"Cost":822,"Date":"3/2/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":161,"Cost":104,"Date":"6/28/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":230,"Cost":121,"Date":"7/17/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":175,"Cost":157,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":626,"Cost":399,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":816,"Cost":746,"Date":"11/20/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":936,"Cost":793,"Date":"12/16/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":831,"Cost":561,"Date":"12/30/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":204,"Cost":121,"Date":"2/15/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":538,"Cost":505,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":178,"Cost":152,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":9,"Cost":8,"Date":"4/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":257,"Cost":129,"Date":"7/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":845,"Cost":694,"Date":"8/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":568,"Cost":449,"Date":"10/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":148,"Cost":106,"Date":"11/11/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":7,"Cost":4,"Date":"11/30/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":733,"Cost":617,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":443,"Cost":235,"Date":"3/1/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":390,"Cost":310,"Date":"4/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":593,"Cost":433,"Date":"5/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":180,"Cost":90,"Date":"8/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":677,"Cost":411,"Date":"9/15/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":198,"Cost":158,"Date":"10/14/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":835,"Cost":422,"Date":"10/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":513,"Cost":471,"Date":"11/11/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":711,"Cost":439,"Date":"12/7/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":337,"Cost":282,"Date":"12/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":828,"Cost":576,"Date":"1/6/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":66,"Cost":61,"Date":"1/23/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":425,"Cost":289,"Date":"2/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":652,"Cost":556,"Date":"3/10/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":79,"Cost":49,"Date":"3/12/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":229,"Cost":151,"Date":"3/31/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":411,"Cost":207,"Date":"6/16/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":578,"Cost":358,"Date":"6/17/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":333,"Cost":188,"Date":"8/27/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":504,"Cost":471,"Date":"10/1/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":399,"Cost":375,"Date":"11/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":446,"Cost":244,"Date":"11/9/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":854,"Cost":684,"Date":"3/27/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":347,"Cost":186,"Date":"4/17/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":430,"Cost":269,"Date":"8/11/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":368,"Cost":331,"Date":"8/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":87,"Cost":58,"Date":"9/2/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":889,"Cost":827,"Date":"9/5/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":506,"Cost":277,"Date":"9/14/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":276,"Cost":138,"Date":"9/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":395,"Cost":370,"Date":"11/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":802,"Cost":598,"Date":"12/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":268,"Cost":140,"Date":"1/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":660,"Cost":348,"Date":"1/21/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":394,"Cost":201,"Date":"2/9/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":828,"Cost":544,"Date":"3/19/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":269,"Cost":236,"Date":"4/3/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":2,"Cost":2,"Date":"4/5/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":364,"Cost":282,"Date":"4/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":387,"Cost":261,"Date":"7/10/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":655,"Cost":428,"Date":"3/25/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":645,"Cost":376,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":374,"Cost":202,"Date":"10/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":794,"Cost":486,"Date":"3/2/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":168,"Cost":138,"Date":"6/28/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":247,"Cost":144,"Date":"7/17/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":216,"Cost":201,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":730,"Cost":632,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":188,"Cost":152,"Date":"11/20/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":491,"Cost":305,"Date":"12/16/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":931,"Cost":709,"Date":"12/30/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":635,"Cost":344,"Date":"2/15/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":47,"Cost":31,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":94,"Cost":87,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":309,"Cost":286,"Date":"4/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":452,"Cost":292,"Date":"7/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":571,"Cost":350,"Date":"8/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":133,"Cost":105,"Date":"10/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":725,"Cost":639,"Date":"11/11/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":755,"Cost":444,"Date":"11/30/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":185,"Cost":151,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":928,"Cost":870,"Date":"3/1/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":554,"Cost":435,"Date":"4/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":940,"Cost":504,"Date":"5/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":413,"Cost":350,"Date":"8/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":56,"Cost":48,"Date":"9/15/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":125,"Cost":109,"Date":"10/14/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":903,"Cost":513,"Date":"10/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":481,"Cost":305,"Date":"11/11/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":658,"Cost":463,"Date":"12/7/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":584,"Cost":440,"Date":"12/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":660,"Cost":442,"Date":"1/6/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":759,"Cost":624,"Date":"1/23/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":586,"Cost":375,"Date":"2/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":717,"Cost":365,"Date":"3/10/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":251,"Cost":154,"Date":"3/12/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":215,"Cost":146,"Date":"3/31/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":750,"Cost":485,"Date":"6/16/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":736,"Cost":510,"Date":"6/17/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":383,"Cost":269,"Date":"8/27/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":187,"Cost":171,"Date":"10/1/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":803,"Cost":438,"Date":"11/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":326,"Cost":256,"Date":"11/9/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":57,"Cost":50,"Date":"3/27/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":789,"Cost":558,"Date":"4/17/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":333,"Cost":222,"Date":"8/11/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":473,"Cost":342,"Date":"8/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":668,"Cost":453,"Date":"9/2/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":946,"Cost":483,"Date":"9/5/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":675,"Cost":586,"Date":"9/14/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":893,"Cost":477,"Date":"9/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":628,"Cost":321,"Date":"11/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":680,"Cost":357,"Date":"12/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":642,"Cost":449,"Date":"1/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":82,"Cost":71,"Date":"1/21/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":603,"Cost":350,"Date":"2/9/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":121,"Cost":110,"Date":"3/19/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":720,"Cost":423,"Date":"4/3/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":660,"Cost":553,"Date":"4/5/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":519,"Cost":367,"Date":"4/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":363,"Cost":203,"Date":"7/10/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":433,"Cost":306,"Date":"3/25/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":106,"Cost":76,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":224,"Cost":204,"Date":"10/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":988,"Cost":564,"Date":"3/2/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":873,"Cost":509,"Date":"6/28/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":531,"Cost":295,"Date":"7/17/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":329,"Cost":252,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":697,"Cost":590,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":468,"Cost":326,"Date":"11/20/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":572,"Cost":411,"Date":"12/16/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":790,"Cost":698,"Date":"12/30/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":412,"Cost":364,"Date":"2/15/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":111,"Cost":75,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":181,"Cost":164,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":536,"Cost":386,"Date":"4/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":316,"Cost":228,"Date":"7/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":17,"Cost":9,"Date":"8/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":376,"Cost":196,"Date":"10/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":567,"Cost":384,"Date":"11/11/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":437,"Cost":257,"Date":"11/30/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":854,"Cost":773,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":959,"Cost":796,"Date":"3/1/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":856,"Cost":535,"Date":"4/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":999,"Cost":838,"Date":"5/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":254,"Cost":148,"Date":"8/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":866,"Cost":730,"Date":"9/15/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":185,"Cost":112,"Date":"10/14/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":952,"Cost":545,"Date":"10/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":509,"Cost":259,"Date":"11/11/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":868,"Cost":767,"Date":"12/7/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":843,"Cost":761,"Date":"12/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":622,"Cost":337,"Date":"1/6/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":252,"Cost":194,"Date":"1/23/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":226,"Cost":167,"Date":"2/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":276,"Cost":219,"Date":"3/10/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":438,"Cost":319,"Date":"3/12/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":957,"Cost":727,"Date":"3/31/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":590,"Cost":302,"Date":"6/16/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":331,"Cost":187,"Date":"6/17/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":661,"Cost":424,"Date":"8/27/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":77,"Cost":60,"Date":"10/1/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":61,"Cost":52,"Date":"11/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":818,"Cost":534,"Date":"11/9/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":247,"Cost":172,"Date":"3/27/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":666,"Cost":536,"Date":"4/17/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":46,"Cost":34,"Date":"8/11/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":526,"Cost":288,"Date":"8/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":422,"Cost":266,"Date":"9/2/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":610,"Cost":373,"Date":"9/5/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":313,"Cost":221,"Date":"9/14/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":414,"Cost":261,"Date":"9/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":660,"Cost":598,"Date":"11/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":650,"Cost":438,"Date":"12/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":893,"Cost":775,"Date":"1/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":992,"Cost":770,"Date":"1/21/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":127,"Cost":118,"Date":"2/9/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":586,"Cost":548,"Date":"3/19/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":232,"Cost":116,"Date":"4/3/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":620,"Cost":397,"Date":"4/5/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":534,"Cost":490,"Date":"4/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":90,"Cost":84,"Date":"7/10/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":617,"Cost":340,"Date":"3/25/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":312,"Cost":246,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":457,"Cost":342,"Date":"10/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":361,"Cost":204,"Date":"3/2/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":724,"Cost":497,"Date":"6/28/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":53,"Cost":34,"Date":"7/17/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":140,"Cost":91,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":727,"Cost":383,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":91,"Cost":67,"Date":"11/20/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":194,"Cost":148,"Date":"12/16/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":396,"Cost":202,"Date":"12/30/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":276,"Cost":201,"Date":"2/15/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":201,"Cost":121,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":351,"Cost":324,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":740,"Cost":609,"Date":"4/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":120,"Cost":108,"Date":"7/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":905,"Cost":643,"Date":"8/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":929,"Cost":673,"Date":"10/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":751,"Cost":568,"Date":"11/11/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":676,"Cost":487,"Date":"11/30/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":773,"Cost":482,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":607,"Cost":572,"Date":"3/1/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":885,"Cost":712,"Date":"4/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":128,"Cost":111,"Date":"5/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":919,"Cost":666,"Date":"8/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":386,"Cost":306,"Date":"9/15/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":862,"Cost":472,"Date":"10/14/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":508,"Cost":269,"Date":"10/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":426,"Date":"11/11/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":320,"Cost":162,"Date":"12/7/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":934,"Cost":527,"Date":"12/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":354,"Cost":243,"Date":"1/6/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":230,"Cost":166,"Date":"1/23/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":32,"Cost":19,"Date":"2/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":864,"Cost":658,"Date":"3/10/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":423,"Cost":330,"Date":"3/12/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":794,"Cost":686,"Date":"3/31/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":854,"Cost":545,"Date":"6/16/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":424,"Cost":212,"Date":"6/17/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":684,"Cost":437,"Date":"8/27/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":719,"Cost":504,"Date":"10/1/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":229,"Cost":128,"Date":"11/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":253,"Cost":184,"Date":"11/9/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":673,"Cost":507,"Date":"3/27/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":702,"Cost":446,"Date":"4/17/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":599,"Cost":457,"Date":"8/11/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":727,"Cost":573,"Date":"8/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":467,"Cost":379,"Date":"9/2/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":908,"Cost":700,"Date":"9/5/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":162,"Date":"9/14/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":841,"Cost":505,"Date":"9/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":160,"Cost":87,"Date":"11/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":800,"Cost":514,"Date":"12/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":751,"Cost":568,"Date":"1/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":493,"Cost":411,"Date":"1/21/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":699,"Cost":351,"Date":"2/9/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":141,"Cost":125,"Date":"3/19/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":382,"Cost":270,"Date":"4/3/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":954,"Cost":720,"Date":"4/5/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":122,"Cost":111,"Date":"4/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":782,"Cost":598,"Date":"7/10/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":868,"Cost":598,"Date":"3/25/2020"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":233,"Cost":215,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":807,"Cost":496,"Date":"10/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":956,"Cost":789,"Date":"3/2/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":184,"Cost":156,"Date":"6/28/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":490,"Date":"7/17/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":25,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":394,"Cost":246,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":654,"Cost":580,"Date":"11/20/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":79,"Cost":44,"Date":"12/16/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":103,"Cost":70,"Date":"12/30/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":235,"Date":"2/15/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":145,"Cost":91,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":17,"Cost":10,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":367,"Cost":325,"Date":"4/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":200,"Cost":149,"Date":"7/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":816,"Cost":415,"Date":"8/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":236,"Cost":139,"Date":"10/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":682,"Cost":519,"Date":"11/11/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":553,"Date":"11/30/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":671,"Cost":611,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":511,"Cost":273,"Date":"3/1/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":503,"Cost":347,"Date":"4/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":382,"Cost":309,"Date":"5/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":557,"Cost":341,"Date":"8/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":387,"Cost":233,"Date":"9/15/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":81,"Cost":49,"Date":"10/14/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":108,"Cost":57,"Date":"10/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":866,"Cost":640,"Date":"11/11/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":354,"Date":"12/7/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":675,"Cost":425,"Date":"12/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":406,"Cost":252,"Date":"1/6/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":73,"Cost":46,"Date":"1/23/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":128,"Date":"2/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":353,"Cost":332,"Date":"3/10/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":966,"Cost":812,"Date":"3/12/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":173,"Cost":131,"Date":"3/31/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":318,"Cost":290,"Date":"6/16/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":826,"Cost":604,"Date":"6/17/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":906,"Cost":600,"Date":"8/27/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":830,"Cost":533,"Date":"10/1/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":925,"Cost":691,"Date":"11/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":432,"Cost":251,"Date":"11/9/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":859,"Cost":797,"Date":"3/27/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":371,"Cost":229,"Date":"4/17/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":342,"Cost":171,"Date":"8/11/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":562,"Cost":489,"Date":"8/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":506,"Cost":375,"Date":"9/2/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":409,"Cost":369,"Date":"9/5/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":435,"Cost":253,"Date":"9/14/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":927,"Cost":764,"Date":"9/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":854,"Cost":618,"Date":"11/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":482,"Cost":255,"Date":"12/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":572,"Cost":511,"Date":"1/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":669,"Cost":535,"Date":"1/21/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":728,"Cost":395,"Date":"2/9/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":860,"Cost":468,"Date":"3/19/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":978,"Cost":820,"Date":"4/3/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":610,"Cost":403,"Date":"4/5/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":209,"Cost":158,"Date":"4/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":312,"Cost":234,"Date":"7/10/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":462,"Cost":236,"Date":"3/25/2020"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":279,"Cost":199,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":597,"Cost":441,"Date":"10/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":554,"Cost":478,"Date":"3/2/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":859,"Cost":670,"Date":"6/28/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":561,"Cost":505,"Date":"7/17/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":727,"Cost":681,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":124,"Cost":63,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":533,"Cost":506,"Date":"11/20/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":315,"Cost":260,"Date":"12/16/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":86,"Cost":47,"Date":"12/30/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":227,"Cost":143,"Date":"2/15/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":605,"Cost":419,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":680,"Cost":514,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":737,"Cost":425,"Date":"4/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":371,"Cost":238,"Date":"7/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":899,"Cost":784,"Date":"8/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":409,"Date":"10/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":628,"Cost":364,"Date":"11/11/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":886,"Cost":774,"Date":"11/30/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":102,"Cost":69,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":133,"Cost":76,"Date":"3/1/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":342,"Cost":257,"Date":"4/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":724,"Cost":480,"Date":"5/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":82,"Cost":55,"Date":"8/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":870,"Cost":556,"Date":"9/15/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":378,"Cost":241,"Date":"10/14/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":674,"Cost":371,"Date":"10/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":103,"Date":"11/11/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":614,"Cost":435,"Date":"12/7/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":362,"Cost":204,"Date":"12/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":957,"Cost":851,"Date":"1/6/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":266,"Cost":157,"Date":"1/23/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":572,"Cost":512,"Date":"2/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":885,"Cost":483,"Date":"3/10/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":222,"Cost":114,"Date":"3/12/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":671,"Cost":565,"Date":"3/31/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":402,"Cost":241,"Date":"6/16/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":298,"Cost":191,"Date":"6/17/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":698,"Cost":556,"Date":"8/27/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":138,"Date":"10/1/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":476,"Cost":330,"Date":"11/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":263,"Cost":152,"Date":"11/9/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":762,"Cost":431,"Date":"3/27/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":923,"Cost":593,"Date":"4/17/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":796,"Cost":466,"Date":"8/11/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":281,"Cost":240,"Date":"8/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":830,"Cost":435,"Date":"9/2/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":486,"Cost":313,"Date":"9/5/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":567,"Cost":484,"Date":"9/14/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":343,"Cost":241,"Date":"9/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":643,"Cost":432,"Date":"11/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":639,"Cost":473,"Date":"12/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":856,"Cost":520,"Date":"1/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":37,"Cost":28,"Date":"1/21/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":292,"Cost":173,"Date":"2/9/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":521,"Cost":326,"Date":"3/19/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":950,"Cost":633,"Date":"4/3/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":832,"Cost":744,"Date":"4/5/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":869,"Cost":524,"Date":"4/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":205,"Cost":103,"Date":"7/10/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":709,"Cost":578,"Date":"3/25/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":201,"Cost":139,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":589,"Cost":556,"Date":"10/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":476,"Cost":279,"Date":"3/2/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":897,"Cost":481,"Date":"6/28/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":888,"Cost":641,"Date":"7/17/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":867,"Cost":544,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":199,"Cost":158,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":669,"Cost":554,"Date":"11/20/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":707,"Cost":570,"Date":"12/16/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":951,"Cost":674,"Date":"12/30/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":593,"Cost":450,"Date":"2/15/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":421,"Cost":233,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":760,"Cost":444,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":483,"Cost":445,"Date":"4/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":899,"Cost":793,"Date":"7/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":827,"Cost":526,"Date":"8/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":306,"Cost":163,"Date":"10/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":984,"Cost":883,"Date":"11/11/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":417,"Cost":277,"Date":"11/30/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":881,"Cost":445,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":686,"Cost":650,"Date":"3/1/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":627,"Cost":453,"Date":"4/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":929,"Cost":580,"Date":"5/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":491,"Cost":369,"Date":"8/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":513,"Cost":437,"Date":"9/15/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":308,"Cost":278,"Date":"10/14/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":333,"Cost":166,"Date":"10/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":849,"Cost":523,"Date":"11/11/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":669,"Cost":374,"Date":"12/7/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":525,"Cost":409,"Date":"12/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":574,"Cost":318,"Date":"1/6/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":47,"Cost":25,"Date":"1/23/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":168,"Cost":143,"Date":"2/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":212,"Cost":117,"Date":"3/10/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":433,"Cost":389,"Date":"3/12/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":904,"Cost":712,"Date":"3/31/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":584,"Cost":482,"Date":"6/16/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":32,"Cost":24,"Date":"6/17/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":113,"Cost":99,"Date":"8/27/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":161,"Cost":112,"Date":"10/1/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":462,"Cost":407,"Date":"11/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":511,"Cost":457,"Date":"11/9/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":606,"Cost":324,"Date":"3/27/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":327,"Cost":193,"Date":"4/17/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":117,"Cost":95,"Date":"8/11/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":786,"Cost":487,"Date":"8/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":542,"Cost":425,"Date":"9/2/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":608,"Date":"9/5/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":828,"Cost":630,"Date":"9/14/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":532,"Cost":353,"Date":"9/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":102,"Cost":97,"Date":"11/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":878,"Cost":529,"Date":"12/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":706,"Cost":385,"Date":"1/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":978,"Cost":854,"Date":"1/21/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":833,"Cost":594,"Date":"2/9/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":477,"Cost":335,"Date":"3/19/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":239,"Cost":148,"Date":"4/3/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":507,"Cost":447,"Date":"4/5/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":98,"Cost":59,"Date":"4/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":365,"Cost":336,"Date":"7/10/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":989,"Cost":717,"Date":"3/25/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":913,"Cost":550,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":545,"Cost":436,"Date":"10/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":807,"Cost":721,"Date":"3/2/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":465,"Cost":396,"Date":"6/28/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":278,"Cost":264,"Date":"7/17/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":298,"Cost":217,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":600,"Cost":387,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":575,"Cost":337,"Date":"11/20/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":5,"Cost":3,"Date":"12/16/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":453,"Cost":246,"Date":"12/30/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":593,"Date":"2/15/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":480,"Cost":272,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":618,"Cost":333,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":335,"Cost":258,"Date":"4/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":344,"Cost":184,"Date":"7/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":789,"Cost":632,"Date":"8/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":264,"Cost":164,"Date":"10/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":929,"Cost":508,"Date":"11/11/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":219,"Cost":196,"Date":"11/30/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":102,"Cost":51,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":238,"Cost":212,"Date":"3/1/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":69,"Cost":58,"Date":"4/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":28,"Cost":20,"Date":"5/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":272,"Cost":245,"Date":"8/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":399,"Cost":328,"Date":"9/15/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":188,"Cost":133,"Date":"10/14/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":870,"Cost":812,"Date":"10/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":727,"Cost":448,"Date":"11/11/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":754,"Cost":433,"Date":"12/7/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":291,"Cost":210,"Date":"12/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":102,"Cost":60,"Date":"1/6/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":490,"Cost":383,"Date":"1/23/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":9,"Date":"2/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":180,"Cost":156,"Date":"3/10/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":863,"Cost":558,"Date":"3/12/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":453,"Cost":374,"Date":"3/31/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":959,"Cost":850,"Date":"6/16/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":130,"Cost":73,"Date":"6/17/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":549,"Cost":504,"Date":"8/27/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":552,"Cost":354,"Date":"10/1/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":349,"Cost":316,"Date":"11/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":496,"Cost":256,"Date":"11/9/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":386,"Cost":332,"Date":"3/27/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":161,"Cost":128,"Date":"4/17/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":933,"Cost":670,"Date":"8/11/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":613,"Cost":320,"Date":"8/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":795,"Cost":680,"Date":"9/2/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":856,"Cost":464,"Date":"9/5/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":790,"Cost":692,"Date":"9/14/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":390,"Cost":259,"Date":"9/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":950,"Cost":636,"Date":"11/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":992,"Cost":940,"Date":"12/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":656,"Cost":440,"Date":"1/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":114,"Cost":65,"Date":"1/21/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":693,"Cost":653,"Date":"2/9/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":442,"Cost":340,"Date":"3/19/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":158,"Cost":125,"Date":"4/3/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":992,"Cost":639,"Date":"4/5/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":587,"Cost":439,"Date":"4/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":248,"Cost":230,"Date":"7/10/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":505,"Cost":290,"Date":"3/25/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":166,"Cost":98,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":433,"Cost":379,"Date":"10/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":676,"Cost":414,"Date":"3/2/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":13,"Cost":11,"Date":"6/28/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":42,"Cost":26,"Date":"7/17/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":168,"Cost":158,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":752,"Cost":411,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":737,"Cost":526,"Date":"11/20/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":457,"Cost":261,"Date":"12/16/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":802,"Cost":402,"Date":"12/30/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":420,"Cost":328,"Date":"2/15/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":418,"Cost":233,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":90,"Cost":45,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":701,"Cost":515,"Date":"4/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":52,"Cost":47,"Date":"7/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":695,"Cost":467,"Date":"8/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":802,"Cost":699,"Date":"10/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":28,"Cost":23,"Date":"11/11/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":931,"Cost":709,"Date":"11/30/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":332,"Cost":295,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":936,"Cost":584,"Date":"3/1/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":200,"Cost":148,"Date":"4/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":660,"Cost":490,"Date":"5/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":516,"Cost":427,"Date":"8/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":644,"Cost":554,"Date":"9/15/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":608,"Date":"10/14/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":494,"Cost":443,"Date":"10/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":529,"Cost":273,"Date":"11/11/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":668,"Cost":412,"Date":"12/7/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":552,"Cost":514,"Date":"12/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":963,"Cost":600,"Date":"1/6/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":315,"Date":"1/23/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":368,"Cost":209,"Date":"2/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":736,"Cost":602,"Date":"3/10/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":851,"Cost":434,"Date":"3/12/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":235,"Cost":213,"Date":"3/31/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":952,"Cost":578,"Date":"6/16/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":242,"Cost":166,"Date":"6/17/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":254,"Date":"8/27/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":77,"Date":"10/1/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":266,"Cost":246,"Date":"11/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":585,"Date":"11/9/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":759,"Cost":714,"Date":"3/27/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":473,"Cost":330,"Date":"4/17/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":409,"Cost":379,"Date":"8/11/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":265,"Cost":208,"Date":"8/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":462,"Cost":371,"Date":"9/2/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":311,"Cost":273,"Date":"9/5/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":757,"Cost":710,"Date":"9/14/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":650,"Cost":443,"Date":"9/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":913,"Cost":787,"Date":"11/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":955,"Cost":517,"Date":"12/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":854,"Cost":556,"Date":"1/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":437,"Cost":315,"Date":"1/21/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":349,"Cost":244,"Date":"2/9/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":72,"Cost":38,"Date":"3/19/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":842,"Cost":721,"Date":"4/3/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":175,"Cost":156,"Date":"4/5/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":337,"Cost":222,"Date":"4/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":527,"Cost":395,"Date":"7/10/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":946,"Cost":732,"Date":"3/25/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":650,"Cost":405,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":926,"Cost":539,"Date":"10/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":25,"Cost":18,"Date":"3/2/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":976,"Cost":701,"Date":"6/28/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":529,"Cost":439,"Date":"7/17/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":901,"Cost":779,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":495,"Cost":445,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":819,"Cost":725,"Date":"11/20/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":279,"Cost":180,"Date":"12/16/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":230,"Cost":183,"Date":"12/30/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":232,"Cost":214,"Date":"2/15/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":58,"Cost":41,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":357,"Cost":300,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":179,"Cost":129,"Date":"4/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":400,"Cost":285,"Date":"7/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":587,"Cost":481,"Date":"8/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":559,"Date":"10/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":10,"Cost":7,"Date":"11/11/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":676,"Cost":590,"Date":"11/30/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":16,"Cost":11,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":922,"Cost":865,"Date":"3/1/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":738,"Cost":567,"Date":"4/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":887,"Cost":564,"Date":"5/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":857,"Cost":695,"Date":"8/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":173,"Cost":121,"Date":"9/15/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":429,"Cost":401,"Date":"10/14/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":922,"Cost":621,"Date":"10/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":621,"Cost":364,"Date":"11/11/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":205,"Cost":179,"Date":"12/7/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":909,"Cost":485,"Date":"12/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":248,"Cost":130,"Date":"1/6/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":846,"Cost":581,"Date":"1/23/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":242,"Cost":187,"Date":"2/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":868,"Cost":704,"Date":"3/10/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":897,"Cost":841,"Date":"3/12/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":994,"Cost":756,"Date":"3/31/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":583,"Cost":419,"Date":"6/16/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":187,"Cost":165,"Date":"6/17/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":354,"Cost":322,"Date":"8/27/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":240,"Cost":163,"Date":"10/1/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":499,"Cost":457,"Date":"11/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":20,"Cost":19,"Date":"11/9/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":757,"Cost":480,"Date":"3/27/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":277,"Cost":166,"Date":"4/17/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":909,"Cost":776,"Date":"8/11/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":767,"Cost":394,"Date":"8/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":865,"Cost":435,"Date":"9/2/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":550,"Date":"9/5/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":422,"Date":"9/14/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":157,"Cost":112,"Date":"9/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":821,"Cost":608,"Date":"11/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":333,"Cost":275,"Date":"12/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":339,"Cost":217,"Date":"1/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":606,"Cost":522,"Date":"1/21/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":128,"Cost":90,"Date":"2/9/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":141,"Cost":121,"Date":"3/19/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":520,"Cost":345,"Date":"4/3/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":283,"Cost":249,"Date":"4/5/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":10,"Cost":8,"Date":"4/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":931,"Cost":709,"Date":"7/10/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":268,"Cost":252,"Date":"3/25/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":511,"Cost":291,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":117,"Cost":66,"Date":"10/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":344,"Cost":266,"Date":"3/2/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":925,"Cost":547,"Date":"6/28/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":411,"Cost":342,"Date":"7/17/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":956,"Cost":622,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":820,"Cost":742,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":624,"Cost":558,"Date":"11/20/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":180,"Cost":164,"Date":"12/16/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":204,"Cost":143,"Date":"12/30/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":348,"Cost":267,"Date":"2/15/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":24,"Cost":19,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":750,"Cost":567,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":32,"Cost":25,"Date":"4/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":545,"Date":"7/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":731,"Cost":591,"Date":"8/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":124,"Cost":82,"Date":"10/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":958,"Cost":651,"Date":"11/11/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":146,"Cost":125,"Date":"11/30/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":501,"Cost":451,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":947,"Cost":713,"Date":"3/1/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":400,"Cost":336,"Date":"4/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":645,"Cost":589,"Date":"5/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":636,"Cost":398,"Date":"8/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":758,"Cost":432,"Date":"9/15/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":944,"Cost":527,"Date":"10/14/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":21,"Cost":19,"Date":"10/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":561,"Cost":489,"Date":"11/11/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":864,"Cost":710,"Date":"12/7/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":125,"Cost":105,"Date":"12/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":188,"Cost":102,"Date":"1/6/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":901,"Cost":528,"Date":"1/23/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":231,"Cost":210,"Date":"2/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":747,"Cost":611,"Date":"3/10/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":594,"Cost":430,"Date":"3/12/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":767,"Cost":645,"Date":"3/31/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":501,"Cost":461,"Date":"6/16/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":808,"Cost":578,"Date":"6/17/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":140,"Cost":71,"Date":"8/27/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":42,"Cost":23,"Date":"10/1/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":450,"Cost":276,"Date":"11/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":925,"Cost":516,"Date":"11/9/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":763,"Cost":436,"Date":"3/27/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":937,"Cost":694,"Date":"4/17/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":36,"Cost":22,"Date":"8/11/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":484,"Date":"8/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":855,"Cost":536,"Date":"9/2/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":208,"Cost":185,"Date":"9/5/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":220,"Cost":162,"Date":"9/14/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":383,"Cost":312,"Date":"9/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":507,"Cost":264,"Date":"11/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":577,"Cost":429,"Date":"12/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":400,"Cost":278,"Date":"1/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":838,"Cost":711,"Date":"1/21/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":269,"Cost":158,"Date":"2/9/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":815,"Cost":634,"Date":"3/19/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":345,"Cost":309,"Date":"4/3/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":111,"Cost":73,"Date":"4/5/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":701,"Cost":404,"Date":"4/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":487,"Cost":244,"Date":"7/10/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":489,"Cost":258,"Date":"3/25/2020"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":337,"Cost":276,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":508,"Date":"10/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":59,"Cost":52,"Date":"3/2/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":98,"Cost":70,"Date":"6/28/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":30,"Cost":27,"Date":"7/17/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":841,"Cost":604,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":739,"Cost":605,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":396,"Cost":253,"Date":"11/20/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":943,"Cost":786,"Date":"12/16/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":349,"Cost":267,"Date":"12/30/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":327,"Cost":301,"Date":"2/15/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":788,"Cost":721,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":479,"Cost":324,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":542,"Date":"4/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":875,"Cost":657,"Date":"7/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":372,"Cost":239,"Date":"8/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":112,"Cost":99,"Date":"10/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":549,"Cost":442,"Date":"11/11/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":740,"Cost":651,"Date":"11/30/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":644,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":977,"Cost":849,"Date":"3/1/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":895,"Cost":562,"Date":"4/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":845,"Cost":730,"Date":"5/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":105,"Cost":82,"Date":"8/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":73,"Cost":61,"Date":"9/15/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":88,"Cost":82,"Date":"10/14/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":136,"Cost":99,"Date":"10/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":926,"Cost":754,"Date":"11/11/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":425,"Cost":372,"Date":"12/7/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":344,"Date":"12/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":175,"Date":"1/6/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":810,"Cost":573,"Date":"1/23/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":852,"Cost":526,"Date":"2/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":258,"Cost":172,"Date":"3/10/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":101,"Cost":85,"Date":"3/12/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":850,"Cost":500,"Date":"3/31/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":888,"Cost":801,"Date":"6/16/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":706,"Cost":610,"Date":"6/17/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":850,"Cost":664,"Date":"8/27/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":412,"Cost":367,"Date":"10/1/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":926,"Cost":803,"Date":"11/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":11,"Date":"11/9/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":479,"Cost":412,"Date":"3/27/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":940,"Cost":804,"Date":"4/17/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":385,"Cost":313,"Date":"8/11/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":381,"Cost":200,"Date":"8/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":328,"Cost":281,"Date":"9/2/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":907,"Cost":645,"Date":"9/5/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":26,"Cost":16,"Date":"9/14/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":23,"Cost":21,"Date":"9/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":930,"Cost":604,"Date":"11/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":572,"Cost":451,"Date":"12/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":243,"Cost":151,"Date":"1/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":88,"Cost":55,"Date":"1/21/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":290,"Date":"2/9/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":769,"Cost":532,"Date":"3/19/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":122,"Cost":97,"Date":"4/3/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":963,"Cost":814,"Date":"4/5/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":875,"Cost":647,"Date":"4/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":107,"Date":"7/10/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":340,"Cost":171,"Date":"3/25/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":622,"Cost":589,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":211,"Cost":168,"Date":"10/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":753,"Cost":472,"Date":"3/2/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":642,"Cost":406,"Date":"6/28/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":286,"Cost":150,"Date":"7/17/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":991,"Cost":607,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":572,"Cost":358,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":810,"Cost":464,"Date":"11/20/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":790,"Cost":474,"Date":"12/16/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":472,"Cost":404,"Date":"12/30/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":18,"Cost":12,"Date":"2/15/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":624,"Cost":380,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":628,"Cost":456,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":30,"Cost":23,"Date":"4/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":439,"Cost":400,"Date":"7/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":339,"Cost":262,"Date":"8/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":51,"Cost":40,"Date":"10/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":940,"Cost":797,"Date":"11/11/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":81,"Cost":55,"Date":"11/30/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":52,"Cost":47,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":692,"Cost":401,"Date":"3/1/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":198,"Cost":148,"Date":"4/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":947,"Cost":511,"Date":"5/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":414,"Cost":274,"Date":"8/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":512,"Cost":387,"Date":"9/15/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":787,"Cost":459,"Date":"10/14/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":654,"Cost":376,"Date":"10/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":908,"Cost":588,"Date":"11/11/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":278,"Cost":160,"Date":"12/7/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":844,"Cost":575,"Date":"12/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":286,"Cost":197,"Date":"1/6/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":418,"Cost":311,"Date":"1/23/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":893,"Cost":762,"Date":"2/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":41,"Cost":26,"Date":"3/10/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":176,"Cost":111,"Date":"3/12/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":935,"Cost":611,"Date":"3/31/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":424,"Cost":362,"Date":"6/16/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":577,"Cost":514,"Date":"6/17/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":299,"Cost":183,"Date":"8/27/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":470,"Cost":355,"Date":"10/1/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":422,"Cost":314,"Date":"11/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":412,"Cost":322,"Date":"11/9/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":458,"Cost":426,"Date":"3/27/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":810,"Cost":628,"Date":"4/17/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":691,"Cost":392,"Date":"8/11/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":262,"Cost":221,"Date":"8/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":989,"Cost":619,"Date":"9/2/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":47,"Cost":38,"Date":"9/5/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":37,"Cost":35,"Date":"9/14/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":304,"Cost":183,"Date":"9/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":235,"Cost":134,"Date":"11/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":917,"Cost":560,"Date":"12/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":152,"Cost":85,"Date":"1/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":528,"Cost":438,"Date":"1/21/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":362,"Cost":230,"Date":"2/9/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":741,"Cost":386,"Date":"3/19/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":391,"Cost":251,"Date":"4/3/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":590,"Cost":357,"Date":"4/5/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":641,"Cost":546,"Date":"4/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":822,"Cost":591,"Date":"7/10/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":298,"Cost":247,"Date":"3/25/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":52,"Cost":27,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":606,"Cost":415,"Date":"10/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":76,"Cost":42,"Date":"3/2/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":87,"Cost":80,"Date":"6/28/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":448,"Cost":354,"Date":"7/17/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":308,"Cost":268,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":593,"Cost":427,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":346,"Cost":178,"Date":"11/20/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":544,"Cost":476,"Date":"12/16/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":702,"Cost":495,"Date":"12/30/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":558,"Cost":293,"Date":"2/15/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":65,"Cost":36,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":475,"Cost":424,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":945,"Cost":796,"Date":"4/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":506,"Cost":336,"Date":"7/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":466,"Cost":438,"Date":"8/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":743,"Cost":389,"Date":"10/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":894,"Cost":758,"Date":"11/11/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":646,"Cost":569,"Date":"11/30/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":193,"Cost":114,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":930,"Cost":650,"Date":"3/1/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":514,"Cost":373,"Date":"4/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":870,"Cost":697,"Date":"5/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":893,"Cost":537,"Date":"8/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":300,"Cost":160,"Date":"9/15/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":299,"Cost":261,"Date":"10/14/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":550,"Cost":473,"Date":"10/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":613,"Cost":365,"Date":"11/11/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":82,"Date":"12/7/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":943,"Cost":789,"Date":"12/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":165,"Cost":151,"Date":"1/6/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":723,"Cost":657,"Date":"1/23/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":375,"Cost":203,"Date":"2/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":332,"Cost":197,"Date":"3/10/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":18,"Date":"3/12/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":340,"Cost":266,"Date":"3/31/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":577,"Cost":351,"Date":"6/16/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":839,"Cost":608,"Date":"6/17/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":464,"Cost":397,"Date":"8/27/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":925,"Cost":489,"Date":"10/1/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":783,"Cost":534,"Date":"11/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":787,"Cost":402,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":23,"Cost":15,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":379,"Cost":222,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":383,"Cost":206,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":564,"Cost":411,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":865,"Cost":530,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":587,"Cost":535,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":680,"Cost":397,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":541,"Cost":436,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":315,"Cost":194,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":583,"Cost":386,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":186,"Cost":159,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":251,"Cost":173,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":543,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":69,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":560,"Cost":342,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":705,"Cost":633,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":916,"Cost":464,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":863,"Cost":569,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":988,"Cost":687,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":383,"Cost":297,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":779,"Cost":392,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":570,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":563,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":752,"Cost":667,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":696,"Cost":434,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":707,"Cost":616,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":84,"Cost":64,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":967,"Cost":695,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":138,"Cost":94,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":913,"Cost":690,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":957,"Cost":794,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":315,"Cost":288,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":739,"Cost":606,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":748,"Cost":702,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":763,"Cost":531,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":547,"Cost":292,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":354,"Cost":186,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":77,"Cost":38,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":245,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":160,"Cost":105,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":781,"Cost":665,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":269,"Cost":179,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":902,"Cost":520,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":340,"Cost":282,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":34,"Cost":17,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":640,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":333,"Cost":231,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":275,"Cost":192,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":1,"Cost":0,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":609,"Cost":529,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":316,"Cost":236,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":7,"Cost":5,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":311,"Cost":227,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":874,"Cost":569,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":146,"Cost":77,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":332,"Cost":264,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":642,"Cost":330,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":100,"Cost":68,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":148,"Cost":80,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":702,"Cost":586,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":388,"Cost":224,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":904,"Cost":842,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":931,"Cost":775,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":87,"Cost":48,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":378,"Cost":311,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":864,"Cost":763,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":273,"Cost":253,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":82,"Cost":62,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":801,"Cost":530,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":492,"Cost":395,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":517,"Cost":457,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":966,"Cost":656,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":913,"Cost":714,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":734,"Cost":406,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":343,"Cost":252,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":280,"Cost":166,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":946,"Cost":482,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":692,"Cost":479,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":832,"Cost":439,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":361,"Cost":221,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":136,"Cost":121,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":416,"Cost":231,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":22,"Cost":17,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":746,"Cost":543,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":104,"Cost":69,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":32,"Cost":24,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":865,"Cost":773,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":33,"Cost":20,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":957,"Cost":730,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":661,"Cost":372,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":256,"Cost":156,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":898,"Cost":725,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":531,"Cost":449,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":823,"Cost":546,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":184,"Cost":137,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":876,"Cost":725,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":203,"Cost":140,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":107,"Cost":94,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":116,"Cost":87,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":634,"Cost":478,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":54,"Cost":30,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":992,"Cost":667,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":425,"Cost":266,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":963,"Cost":664,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":420,"Cost":364,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":840,"Cost":599,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":529,"Cost":479,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":141,"Cost":93,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":539,"Cost":388,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":632,"Cost":334,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":300,"Cost":150,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":323,"Cost":304,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":794,"Cost":443,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":490,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":514,"Cost":397,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":794,"Cost":421,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":918,"Cost":669,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":659,"Cost":578,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":710,"Cost":388,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":57,"Cost":47,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":440,"Cost":403,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":867,"Cost":724,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":690,"Cost":453,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":302,"Cost":243,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":78,"Cost":45,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":312,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":48,"Cost":45,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":36,"Cost":27,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":48,"Cost":28,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":254,"Cost":191,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":539,"Cost":309,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":462,"Cost":419,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":211,"Cost":145,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":206,"Cost":117,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":41,"Cost":26,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":233,"Cost":217,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":349,"Cost":184,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":351,"Cost":274,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":3,"Cost":1,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":505,"Cost":269,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":133,"Cost":110,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":482,"Cost":358,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":490,"Cost":297,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":504,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":696,"Cost":567,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":372,"Cost":245,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":846,"Cost":705,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":543,"Cost":423,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":130,"Cost":110,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":839,"Cost":740,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":841,"Cost":572,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":912,"Cost":699,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":840,"Cost":621,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":58,"Cost":54,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":472,"Cost":345,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":850,"Cost":777,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":92,"Cost":74,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":315,"Cost":215,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":980,"Cost":648,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":823,"Cost":458,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":706,"Cost":434,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":970,"Cost":707,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":183,"Cost":105,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":680,"Cost":581,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":763,"Cost":592,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":656,"Cost":556,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":72,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":599,"Cost":460,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":409,"Cost":245,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":430,"Cost":376,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":370,"Cost":323,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":377,"Cost":324,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":68,"Cost":37,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":513,"Cost":467,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":734,"Cost":407,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":105,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":94,"Cost":57,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":865,"Cost":771,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":965,"Cost":678,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":177,"Cost":105,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":767,"Cost":413,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":291,"Cost":250,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":831,"Cost":612,"Date":"11/9/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":67,"Cost":54,"Date":"3/27/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":383,"Cost":353,"Date":"4/17/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":248,"Cost":143,"Date":"8/11/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":615,"Cost":560,"Date":"8/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":838,"Cost":454,"Date":"9/2/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":674,"Cost":610,"Date":"9/5/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":153,"Cost":122,"Date":"9/14/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":890,"Cost":478,"Date":"9/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":121,"Cost":60,"Date":"11/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":666,"Cost":374,"Date":"12/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":556,"Cost":313,"Date":"1/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":377,"Cost":326,"Date":"1/21/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":959,"Cost":770,"Date":"2/9/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":236,"Cost":153,"Date":"3/19/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":443,"Cost":306,"Date":"4/3/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":362,"Cost":236,"Date":"4/5/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":281,"Cost":212,"Date":"4/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":76,"Cost":72,"Date":"7/10/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":887,"Cost":445,"Date":"3/25/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":432,"Cost":237,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":351,"Cost":280,"Date":"10/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":398,"Date":"3/2/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":658,"Cost":501,"Date":"6/28/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":166,"Cost":139,"Date":"7/17/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":237,"Cost":147,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":235,"Cost":181,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":886,"Cost":510,"Date":"11/20/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":414,"Cost":258,"Date":"12/16/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":211,"Cost":124,"Date":"12/30/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":788,"Cost":606,"Date":"2/15/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":307,"Cost":266,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":234,"Cost":134,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":888,"Cost":613,"Date":"4/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":579,"Cost":341,"Date":"7/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":634,"Cost":521,"Date":"8/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":880,"Cost":778,"Date":"10/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":445,"Cost":407,"Date":"11/11/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":689,"Date":"11/30/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":252,"Cost":222,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":80,"Cost":62,"Date":"3/1/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":744,"Cost":447,"Date":"4/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":906,"Cost":832,"Date":"5/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":680,"Cost":563,"Date":"8/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":142,"Cost":104,"Date":"9/15/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":446,"Cost":380,"Date":"10/14/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":485,"Cost":253,"Date":"10/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":63,"Cost":39,"Date":"11/11/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":552,"Cost":292,"Date":"12/7/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":991,"Cost":891,"Date":"12/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":635,"Cost":537,"Date":"1/6/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":591,"Cost":456,"Date":"1/23/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":702,"Cost":444,"Date":"2/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":868,"Cost":716,"Date":"3/10/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":347,"Cost":248,"Date":"3/12/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":570,"Cost":498,"Date":"3/31/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":291,"Cost":152,"Date":"6/16/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":330,"Cost":300,"Date":"6/17/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":832,"Cost":495,"Date":"8/27/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":962,"Cost":528,"Date":"10/1/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":779,"Cost":406,"Date":"11/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":575,"Cost":325,"Date":"11/9/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":27,"Cost":14,"Date":"3/27/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":828,"Cost":702,"Date":"4/17/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":137,"Cost":81,"Date":"8/11/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":512,"Cost":357,"Date":"8/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":451,"Cost":347,"Date":"9/2/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":117,"Cost":72,"Date":"9/5/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":467,"Cost":440,"Date":"9/14/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":322,"Cost":302,"Date":"9/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":635,"Cost":499,"Date":"11/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":81,"Cost":58,"Date":"12/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":407,"Cost":234,"Date":"1/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":408,"Cost":255,"Date":"1/21/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":478,"Cost":361,"Date":"2/9/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":193,"Cost":107,"Date":"3/19/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":823,"Cost":479,"Date":"4/3/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":520,"Cost":447,"Date":"4/5/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":518,"Cost":263,"Date":"4/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":404,"Cost":246,"Date":"7/10/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":707,"Cost":584,"Date":"3/25/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":15,"Cost":11,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":813,"Cost":705,"Date":"10/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":11,"Cost":7,"Date":"3/2/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":150,"Cost":76,"Date":"6/28/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":47,"Cost":34,"Date":"7/17/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":822,"Cost":580,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":50,"Cost":40,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":584,"Cost":503,"Date":"11/20/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":432,"Cost":290,"Date":"12/16/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":857,"Cost":532,"Date":"12/30/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":964,"Cost":614,"Date":"2/15/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":232,"Cost":138,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":619,"Cost":417,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":718,"Cost":503,"Date":"4/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":38,"Cost":23,"Date":"7/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":266,"Date":"8/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":506,"Cost":428,"Date":"10/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":412,"Cost":276,"Date":"11/11/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":863,"Cost":782,"Date":"11/30/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":688,"Cost":439,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":965,"Cost":804,"Date":"3/1/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":944,"Cost":538,"Date":"4/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":732,"Cost":487,"Date":"5/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":67,"Cost":49,"Date":"8/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":281,"Cost":169,"Date":"9/15/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":303,"Cost":261,"Date":"10/14/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":413,"Cost":321,"Date":"10/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":260,"Date":"11/11/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":898,"Cost":492,"Date":"12/7/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":925,"Cost":640,"Date":"12/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":938,"Cost":524,"Date":"1/6/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":491,"Cost":283,"Date":"1/23/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":257,"Cost":195,"Date":"2/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":746,"Cost":616,"Date":"3/10/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":760,"Cost":617,"Date":"3/12/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":387,"Cost":332,"Date":"3/31/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":938,"Cost":696,"Date":"6/16/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":122,"Cost":73,"Date":"6/17/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":408,"Cost":285,"Date":"8/27/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":57,"Cost":32,"Date":"10/1/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":169,"Cost":109,"Date":"11/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":520,"Cost":398,"Date":"11/9/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":563,"Cost":475,"Date":"3/27/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":883,"Cost":649,"Date":"4/17/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":911,"Cost":800,"Date":"8/11/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":667,"Cost":369,"Date":"8/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":924,"Cost":773,"Date":"9/2/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":120,"Cost":74,"Date":"9/5/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":442,"Cost":242,"Date":"9/14/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":790,"Cost":527,"Date":"9/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":353,"Cost":269,"Date":"11/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":599,"Cost":306,"Date":"12/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":693,"Cost":635,"Date":"1/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":440,"Cost":339,"Date":"1/21/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":202,"Cost":187,"Date":"2/9/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":264,"Date":"3/19/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":403,"Cost":273,"Date":"4/3/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":994,"Cost":936,"Date":"4/5/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":901,"Cost":470,"Date":"4/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":337,"Cost":315,"Date":"7/10/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":428,"Date":"3/25/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":579,"Cost":351,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":130,"Cost":89,"Date":"10/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":672,"Cost":438,"Date":"3/2/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":294,"Cost":193,"Date":"6/28/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":964,"Cost":831,"Date":"7/17/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":77,"Cost":70,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":425,"Cost":398,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":36,"Cost":19,"Date":"11/20/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":70,"Cost":58,"Date":"12/16/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":241,"Cost":191,"Date":"12/30/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":453,"Cost":391,"Date":"2/15/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":894,"Cost":508,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":850,"Cost":751,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":89,"Cost":56,"Date":"4/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":644,"Cost":462,"Date":"7/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":461,"Cost":300,"Date":"8/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":72,"Cost":52,"Date":"10/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":203,"Cost":155,"Date":"11/11/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":621,"Cost":438,"Date":"11/30/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":246,"Cost":213,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":997,"Cost":830,"Date":"3/1/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":394,"Cost":323,"Date":"4/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":759,"Cost":412,"Date":"5/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":933,"Cost":612,"Date":"8/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":875,"Cost":602,"Date":"9/15/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":79,"Cost":53,"Date":"10/14/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":319,"Cost":290,"Date":"10/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":933,"Cost":675,"Date":"11/11/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":785,"Cost":597,"Date":"12/7/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":750,"Cost":493,"Date":"12/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":568,"Cost":493,"Date":"1/6/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":12,"Cost":8,"Date":"1/23/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":411,"Cost":244,"Date":"2/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":602,"Date":"3/10/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":809,"Cost":582,"Date":"3/12/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":668,"Cost":585,"Date":"3/31/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":561,"Cost":387,"Date":"6/16/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":48,"Cost":35,"Date":"6/17/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":254,"Cost":193,"Date":"8/27/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":380,"Cost":197,"Date":"10/1/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":389,"Cost":201,"Date":"11/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":56,"Cost":32,"Date":"11/9/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":429,"Cost":231,"Date":"3/27/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":371,"Cost":280,"Date":"4/17/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":195,"Cost":112,"Date":"8/11/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":429,"Cost":399,"Date":"8/21/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":237,"Cost":131,"Date":"9/2/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":52,"Cost":37,"Date":"9/5/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":22,"Cost":18,"Date":"9/14/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":749,"Date":"9/20/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":370,"Cost":349,"Date":"11/20/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":484,"Cost":283,"Date":"12/21/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":499,"Cost":290,"Date":"1/7/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":474,"Cost":282,"Date":"1/21/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":22,"Cost":17,"Date":"2/9/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":858,"Cost":429,"Date":"3/19/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":789,"Cost":467,"Date":"4/3/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":140,"Cost":79,"Date":"4/5/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":38,"Cost":27,"Date":"4/28/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":241,"Cost":127,"Date":"7/10/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":166,"Cost":89,"Date":"3/25/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":80,"Cost":71,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":86,"Cost":80,"Date":"10/28/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":142,"Cost":87,"Date":"3/2/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":397,"Date":"6/28/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":981,"Cost":836,"Date":"7/17/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":587,"Cost":296,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":528,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":572,"Cost":517,"Date":"11/20/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":396,"Date":"12/16/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":644,"Cost":446,"Date":"12/30/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":780,"Cost":455,"Date":"2/15/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":957,"Cost":657,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":545,"Cost":490,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":774,"Cost":442,"Date":"4/18/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":571,"Cost":363,"Date":"7/27/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":350,"Cost":286,"Date":"8/18/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":435,"Cost":399,"Date":"10/31/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":600,"Date":"11/11/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":912,"Cost":799,"Date":"11/30/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":775,"Cost":578,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":177,"Date":"3/1/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":259,"Cost":144,"Date":"4/13/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":43,"Cost":23,"Date":"5/20/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":899,"Cost":772,"Date":"8/13/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":401,"Cost":221,"Date":"9/15/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":670,"Cost":452,"Date":"10/14/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":168,"Cost":146,"Date":"10/28/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":391,"Cost":274,"Date":"11/11/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":775,"Cost":531,"Date":"12/7/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":218,"Cost":189,"Date":"12/21/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":33,"Cost":20,"Date":"1/6/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":930,"Cost":625,"Date":"1/23/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":162,"Cost":150,"Date":"2/4/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":570,"Cost":524,"Date":"3/10/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":135,"Cost":125,"Date":"3/12/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":616,"Date":"3/31/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":846,"Cost":496,"Date":"6/16/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":181,"Cost":99,"Date":"6/17/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":670,"Cost":570,"Date":"8/27/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":819,"Cost":550,"Date":"10/1/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":504,"Cost":277,"Date":"11/4/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":103,"Cost":68,"Date":"11/9/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":339,"Cost":294,"Date":"3/27/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":994,"Cost":827,"Date":"4/17/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":707,"Cost":505,"Date":"8/11/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":121,"Cost":94,"Date":"8/21/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":301,"Cost":210,"Date":"9/2/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":189,"Cost":110,"Date":"9/5/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":881,"Cost":649,"Date":"9/14/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":275,"Cost":248,"Date":"9/20/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":551,"Cost":383,"Date":"11/20/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":652,"Cost":419,"Date":"12/21/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":497,"Cost":396,"Date":"1/7/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":742,"Cost":467,"Date":"1/21/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":159,"Cost":143,"Date":"2/9/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":533,"Cost":504,"Date":"3/19/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":542,"Cost":308,"Date":"4/3/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":190,"Cost":180,"Date":"4/5/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":345,"Cost":313,"Date":"4/28/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":652,"Cost":465,"Date":"7/10/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":9,"Cost":9,"Date":"3/25/2020"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":499,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":886,"Cost":628,"Date":"10/28/2020"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":908,"Cost":555,"Date":"3/2/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":177,"Cost":141,"Date":"6/28/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":51,"Cost":31,"Date":"7/17/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":30,"Cost":29,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":486,"Cost":447,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":544,"Date":"11/20/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":80,"Cost":61,"Date":"12/16/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":230,"Cost":159,"Date":"12/30/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":443,"Cost":383,"Date":"2/15/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":501,"Cost":307,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":548,"Cost":353,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":1000,"Cost":746,"Date":"4/18/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":769,"Cost":721,"Date":"7/27/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":969,"Cost":848,"Date":"8/18/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":982,"Cost":779,"Date":"10/31/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":785,"Cost":613,"Date":"11/11/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":787,"Cost":472,"Date":"11/30/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":21,"Cost":17,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":597,"Cost":436,"Date":"3/1/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":100,"Cost":79,"Date":"4/13/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":292,"Cost":208,"Date":"5/20/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":963,"Cost":482,"Date":"8/13/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":599,"Cost":374,"Date":"9/15/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":437,"Cost":221,"Date":"10/14/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":791,"Cost":410,"Date":"10/28/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":357,"Cost":285,"Date":"11/11/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":347,"Cost":185,"Date":"12/7/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":482,"Cost":424,"Date":"12/21/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":831,"Cost":728,"Date":"1/6/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":346,"Date":"1/23/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":715,"Cost":447,"Date":"2/4/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":369,"Cost":305,"Date":"3/10/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":102,"Date":"3/12/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":450,"Cost":389,"Date":"3/31/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":218,"Cost":201,"Date":"6/16/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":270,"Cost":147,"Date":"6/17/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":684,"Cost":609,"Date":"8/27/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":684,"Cost":630,"Date":"10/1/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":599,"Cost":465,"Date":"11/4/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":779,"Cost":648,"Date":"11/9/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":296,"Cost":211,"Date":"3/27/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":864,"Cost":491,"Date":"4/17/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":23,"Cost":21,"Date":"8/11/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":809,"Cost":615,"Date":"8/21/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":443,"Cost":283,"Date":"9/2/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":402,"Cost":222,"Date":"9/5/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":627,"Cost":508,"Date":"9/14/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":552,"Cost":325,"Date":"9/20/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":173,"Cost":109,"Date":"11/20/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":96,"Cost":67,"Date":"12/21/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":288,"Cost":155,"Date":"1/7/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":187,"Cost":172,"Date":"1/21/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":787,"Cost":654,"Date":"2/9/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":768,"Cost":428,"Date":"3/19/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":613,"Cost":376,"Date":"4/3/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":554,"Cost":298,"Date":"4/5/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":752,"Cost":687,"Date":"4/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":939,"Cost":543,"Date":"7/10/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":370,"Cost":225,"Date":"3/25/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":730,"Cost":458,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":758,"Cost":419,"Date":"10/28/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":961,"Cost":891,"Date":"3/2/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":667,"Cost":445,"Date":"6/28/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":277,"Cost":202,"Date":"7/17/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":94,"Cost":82,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":519,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":519,"Cost":357,"Date":"11/20/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":494,"Date":"12/16/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":365,"Cost":282,"Date":"12/30/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":224,"Cost":173,"Date":"2/15/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":183,"Cost":161,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":613,"Cost":393,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":757,"Cost":505,"Date":"4/18/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":955,"Cost":540,"Date":"7/27/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":244,"Cost":150,"Date":"8/18/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":696,"Cost":563,"Date":"10/31/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":974,"Cost":783,"Date":"11/11/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":320,"Cost":296,"Date":"11/30/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":932,"Cost":544,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":886,"Cost":663,"Date":"3/1/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":659,"Cost":379,"Date":"4/13/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":634,"Cost":328,"Date":"5/20/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":240,"Cost":201,"Date":"8/13/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":91,"Cost":69,"Date":"9/15/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":290,"Cost":194,"Date":"10/14/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":756,"Cost":643,"Date":"10/28/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":977,"Cost":704,"Date":"11/11/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":593,"Cost":312,"Date":"12/7/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":70,"Cost":55,"Date":"12/21/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":921,"Cost":829,"Date":"1/6/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":146,"Cost":133,"Date":"1/23/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":166,"Cost":150,"Date":"2/4/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":758,"Cost":649,"Date":"3/10/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":732,"Cost":418,"Date":"3/12/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":443,"Cost":304,"Date":"3/31/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":497,"Cost":274,"Date":"6/16/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":575,"Cost":294,"Date":"6/17/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":193,"Cost":182,"Date":"8/27/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":354,"Cost":213,"Date":"10/1/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":682,"Cost":550,"Date":"11/4/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":526,"Cost":367,"Date":"11/9/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":886,"Cost":444,"Date":"3/27/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":535,"Cost":394,"Date":"4/17/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":36,"Cost":24,"Date":"8/11/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":286,"Cost":260,"Date":"8/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":326,"Cost":222,"Date":"9/2/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":108,"Cost":76,"Date":"9/5/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":416,"Cost":249,"Date":"9/14/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":438,"Cost":328,"Date":"9/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":768,"Cost":428,"Date":"11/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":760,"Cost":691,"Date":"12/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":859,"Cost":616,"Date":"1/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":958,"Cost":863,"Date":"1/21/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":785,"Cost":402,"Date":"2/9/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":747,"Cost":633,"Date":"3/19/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":272,"Cost":179,"Date":"4/3/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":537,"Cost":449,"Date":"4/5/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":301,"Cost":172,"Date":"4/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":288,"Cost":209,"Date":"7/10/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":48,"Cost":28,"Date":"3/25/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":288,"Cost":189,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":969,"Cost":703,"Date":"10/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":497,"Cost":355,"Date":"3/2/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":420,"Cost":211,"Date":"6/28/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":596,"Cost":338,"Date":"7/17/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":387,"Cost":320,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":124,"Cost":95,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":453,"Cost":276,"Date":"11/20/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":869,"Cost":573,"Date":"12/16/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":397,"Cost":232,"Date":"12/30/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":708,"Cost":423,"Date":"2/15/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":578,"Cost":299,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":399,"Cost":260,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":731,"Cost":527,"Date":"4/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":710,"Cost":650,"Date":"7/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":616,"Cost":360,"Date":"8/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":389,"Cost":345,"Date":"10/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":622,"Cost":558,"Date":"11/11/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":126,"Cost":111,"Date":"11/30/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":552,"Cost":384,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":724,"Cost":492,"Date":"3/1/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":258,"Cost":153,"Date":"4/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":247,"Cost":230,"Date":"5/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":220,"Cost":174,"Date":"8/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":376,"Cost":233,"Date":"9/15/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":994,"Cost":518,"Date":"10/14/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":988,"Cost":933,"Date":"10/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":534,"Cost":498,"Date":"11/11/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":15,"Cost":10,"Date":"12/7/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":245,"Cost":219,"Date":"12/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":611,"Cost":416,"Date":"1/6/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":411,"Cost":331,"Date":"1/23/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":783,"Cost":412,"Date":"2/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":918,"Cost":471,"Date":"3/10/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":985,"Cost":716,"Date":"3/12/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":450,"Cost":350,"Date":"3/31/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":140,"Cost":103,"Date":"6/16/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":170,"Cost":99,"Date":"6/17/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":252,"Cost":167,"Date":"8/27/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":166,"Cost":158,"Date":"10/1/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":19,"Cost":17,"Date":"11/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":38,"Cost":22,"Date":"11/9/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":367,"Cost":190,"Date":"3/27/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":740,"Cost":595,"Date":"4/17/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":288,"Cost":248,"Date":"8/11/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":168,"Cost":100,"Date":"8/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":30,"Date":"9/2/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":63,"Cost":53,"Date":"9/5/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":733,"Cost":638,"Date":"9/14/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":702,"Cost":504,"Date":"9/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":774,"Cost":409,"Date":"11/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":267,"Cost":139,"Date":"12/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":725,"Cost":651,"Date":"1/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":932,"Cost":608,"Date":"1/21/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":232,"Cost":185,"Date":"2/9/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":584,"Cost":435,"Date":"3/19/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":749,"Cost":589,"Date":"4/3/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":441,"Date":"4/5/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":188,"Cost":106,"Date":"4/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":463,"Cost":413,"Date":"7/10/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":88,"Cost":66,"Date":"3/25/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":646,"Cost":599,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":925,"Cost":591,"Date":"10/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":413,"Cost":276,"Date":"3/2/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":774,"Cost":727,"Date":"6/28/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":72,"Cost":39,"Date":"7/17/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":608,"Cost":488,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":88,"Cost":54,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":554,"Cost":320,"Date":"11/20/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":253,"Cost":237,"Date":"12/16/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":871,"Cost":670,"Date":"12/30/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":780,"Cost":737,"Date":"2/15/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":469,"Cost":336,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":830,"Cost":705,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":790,"Cost":579,"Date":"4/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":419,"Cost":214,"Date":"7/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":266,"Cost":193,"Date":"8/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":282,"Date":"10/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":648,"Cost":343,"Date":"11/11/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":1,"Cost":1,"Date":"11/30/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":54,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":975,"Cost":524,"Date":"3/1/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":70,"Cost":64,"Date":"4/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":618,"Cost":387,"Date":"5/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":918,"Cost":734,"Date":"8/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":952,"Cost":546,"Date":"9/15/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":234,"Cost":156,"Date":"10/14/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":734,"Cost":591,"Date":"10/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":905,"Cost":620,"Date":"11/11/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":542,"Cost":336,"Date":"12/7/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":757,"Cost":560,"Date":"12/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":126,"Date":"1/6/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":16,"Cost":9,"Date":"1/23/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":134,"Cost":104,"Date":"2/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":369,"Cost":285,"Date":"3/10/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":386,"Cost":351,"Date":"3/12/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":23,"Cost":14,"Date":"3/31/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":777,"Cost":554,"Date":"6/16/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":10,"Cost":9,"Date":"6/17/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":311,"Date":"8/27/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":214,"Cost":114,"Date":"10/1/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":920,"Cost":607,"Date":"11/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":849,"Cost":786,"Date":"11/9/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":582,"Cost":347,"Date":"3/27/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":649,"Cost":402,"Date":"4/17/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":852,"Cost":474,"Date":"8/11/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":608,"Cost":365,"Date":"8/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":894,"Cost":551,"Date":"9/2/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":349,"Cost":298,"Date":"9/5/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":190,"Cost":160,"Date":"9/14/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":686,"Cost":427,"Date":"9/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":735,"Cost":593,"Date":"11/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":353,"Date":"12/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":719,"Cost":575,"Date":"1/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":293,"Cost":179,"Date":"1/21/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":645,"Cost":540,"Date":"2/9/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":626,"Date":"3/19/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":55,"Cost":49,"Date":"4/3/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":763,"Cost":616,"Date":"4/5/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":874,"Cost":740,"Date":"4/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":653,"Cost":576,"Date":"7/10/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":415,"Cost":321,"Date":"3/25/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":724,"Cost":608,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":332,"Cost":239,"Date":"10/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":564,"Cost":341,"Date":"3/2/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":572,"Cost":508,"Date":"6/28/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":635,"Cost":525,"Date":"7/17/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":947,"Cost":555,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":526,"Cost":362,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":510,"Cost":277,"Date":"11/20/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":733,"Cost":431,"Date":"12/16/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":975,"Cost":814,"Date":"12/30/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":80,"Cost":58,"Date":"2/15/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":644,"Cost":532,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":211,"Cost":105,"Date":"4/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":565,"Cost":421,"Date":"7/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":61,"Cost":38,"Date":"8/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":207,"Cost":139,"Date":"10/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":610,"Date":"11/11/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":5,"Cost":4,"Date":"11/30/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":567,"Cost":355,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":978,"Cost":528,"Date":"3/1/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":6,"Cost":6,"Date":"4/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":612,"Cost":582,"Date":"5/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":311,"Cost":202,"Date":"8/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":473,"Cost":285,"Date":"9/15/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":143,"Cost":77,"Date":"10/14/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":968,"Cost":547,"Date":"10/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":5,"Cost":4,"Date":"11/11/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":189,"Cost":118,"Date":"12/7/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":101,"Cost":52,"Date":"12/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":144,"Cost":108,"Date":"1/6/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":884,"Cost":756,"Date":"1/23/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":874,"Cost":620,"Date":"2/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":166,"Cost":127,"Date":"3/10/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":361,"Cost":275,"Date":"3/12/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":29,"Cost":18,"Date":"3/31/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":543,"Cost":279,"Date":"6/16/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":357,"Cost":271,"Date":"6/17/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":208,"Cost":148,"Date":"8/27/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":23,"Cost":14,"Date":"10/1/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":370,"Cost":345,"Date":"11/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":619,"Cost":329,"Date":"11/9/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":70,"Cost":63,"Date":"3/27/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":544,"Cost":512,"Date":"4/17/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":426,"Cost":269,"Date":"8/11/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":712,"Cost":659,"Date":"8/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":589,"Cost":348,"Date":"9/2/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":657,"Cost":425,"Date":"9/5/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":395,"Cost":202,"Date":"9/14/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":116,"Cost":84,"Date":"9/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":550,"Date":"11/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":520,"Cost":473,"Date":"12/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":947,"Cost":608,"Date":"1/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":305,"Cost":203,"Date":"1/21/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":281,"Cost":232,"Date":"2/9/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":469,"Cost":316,"Date":"3/19/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":132,"Cost":80,"Date":"4/3/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":708,"Cost":623,"Date":"4/5/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":946,"Cost":764,"Date":"4/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":46,"Date":"7/10/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":100,"Cost":92,"Date":"3/25/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":552,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":945,"Cost":521,"Date":"10/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":453,"Cost":255,"Date":"3/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":382,"Cost":278,"Date":"6/28/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":761,"Cost":482,"Date":"7/17/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":7,"Cost":5,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":330,"Cost":251,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":734,"Cost":650,"Date":"11/20/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":45,"Cost":38,"Date":"12/16/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":667,"Cost":434,"Date":"12/30/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":19,"Cost":14,"Date":"2/15/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":967,"Cost":900,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":911,"Cost":574,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":786,"Cost":647,"Date":"4/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":448,"Date":"7/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":961,"Cost":595,"Date":"8/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":216,"Cost":200,"Date":"10/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":173,"Cost":119,"Date":"11/11/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":290,"Cost":262,"Date":"11/30/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":900,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":817,"Cost":631,"Date":"3/1/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":703,"Cost":603,"Date":"4/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":456,"Cost":418,"Date":"5/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":140,"Cost":118,"Date":"8/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":89,"Cost":50,"Date":"9/15/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":82,"Cost":72,"Date":"10/14/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":227,"Cost":212,"Date":"10/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":173,"Cost":89,"Date":"11/11/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":677,"Cost":446,"Date":"12/7/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":532,"Cost":310,"Date":"12/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":17,"Cost":15,"Date":"1/6/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":424,"Cost":322,"Date":"1/23/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":68,"Cost":59,"Date":"2/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":319,"Cost":231,"Date":"3/10/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":788,"Cost":497,"Date":"3/12/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":363,"Cost":340,"Date":"3/31/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":377,"Cost":292,"Date":"6/16/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":636,"Cost":493,"Date":"6/17/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":996,"Cost":662,"Date":"8/27/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":242,"Cost":214,"Date":"10/1/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":448,"Cost":413,"Date":"11/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":374,"Cost":197,"Date":"11/9/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":776,"Cost":660,"Date":"3/27/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":166,"Cost":99,"Date":"4/17/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":215,"Cost":145,"Date":"8/11/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":324,"Cost":267,"Date":"8/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":856,"Cost":728,"Date":"9/2/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":501,"Cost":411,"Date":"9/5/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":843,"Cost":645,"Date":"9/14/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":530,"Cost":450,"Date":"9/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":461,"Cost":258,"Date":"11/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":422,"Cost":287,"Date":"12/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":516,"Cost":299,"Date":"1/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":790,"Cost":439,"Date":"1/21/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":255,"Cost":192,"Date":"2/9/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":556,"Cost":509,"Date":"3/19/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":291,"Cost":147,"Date":"4/3/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":4,"Cost":3,"Date":"4/5/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":824,"Cost":525,"Date":"4/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":604,"Cost":406,"Date":"7/10/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":904,"Cost":676,"Date":"3/25/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":71,"Cost":57,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":231,"Cost":144,"Date":"10/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":303,"Cost":183,"Date":"3/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":617,"Cost":376,"Date":"6/28/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":705,"Cost":529,"Date":"7/17/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":271,"Cost":143,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":742,"Cost":461,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":320,"Cost":293,"Date":"11/20/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":602,"Cost":357,"Date":"12/16/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":633,"Cost":536,"Date":"12/30/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":485,"Cost":379,"Date":"2/15/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":738,"Cost":499,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":327,"Cost":306,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":130,"Cost":71,"Date":"4/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":432,"Cost":350,"Date":"7/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":751,"Cost":655,"Date":"8/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":783,"Cost":531,"Date":"10/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":759,"Cost":664,"Date":"11/11/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":594,"Cost":341,"Date":"11/30/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":95,"Cost":84,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":633,"Cost":466,"Date":"3/1/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":239,"Cost":134,"Date":"4/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":766,"Cost":435,"Date":"5/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":149,"Cost":127,"Date":"8/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":702,"Cost":633,"Date":"9/15/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":548,"Cost":342,"Date":"10/14/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":510,"Cost":461,"Date":"10/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":786,"Cost":414,"Date":"11/11/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":583,"Cost":411,"Date":"12/7/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":214,"Cost":182,"Date":"12/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":431,"Cost":243,"Date":"1/6/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":332,"Cost":239,"Date":"1/23/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":953,"Cost":872,"Date":"2/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":264,"Cost":152,"Date":"3/10/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":165,"Cost":134,"Date":"3/12/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":626,"Cost":490,"Date":"3/31/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":400,"Cost":205,"Date":"6/16/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":668,"Cost":454,"Date":"6/17/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":868,"Cost":636,"Date":"8/27/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":229,"Cost":190,"Date":"10/1/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":638,"Cost":448,"Date":"11/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":97,"Cost":71,"Date":"11/9/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":184,"Cost":170,"Date":"3/27/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":821,"Cost":676,"Date":"4/17/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":344,"Cost":174,"Date":"8/11/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":932,"Cost":639,"Date":"8/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":835,"Cost":548,"Date":"9/2/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":915,"Cost":840,"Date":"9/5/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":749,"Cost":486,"Date":"9/14/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":478,"Cost":453,"Date":"9/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":556,"Cost":286,"Date":"11/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":507,"Cost":444,"Date":"12/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":535,"Cost":475,"Date":"1/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":332,"Cost":237,"Date":"1/21/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":735,"Cost":477,"Date":"2/9/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":850,"Cost":785,"Date":"3/19/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":122,"Cost":106,"Date":"4/3/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":564,"Cost":450,"Date":"4/5/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":606,"Cost":359,"Date":"4/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":469,"Cost":256,"Date":"7/10/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":2,"Cost":2,"Date":"3/25/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":620,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":564,"Cost":483,"Date":"10/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":338,"Cost":226,"Date":"3/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":565,"Cost":333,"Date":"6/28/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":597,"Cost":477,"Date":"7/17/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":839,"Cost":447,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":447,"Cost":285,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":814,"Cost":606,"Date":"11/20/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":106,"Cost":60,"Date":"12/16/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":552,"Cost":414,"Date":"12/30/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":54,"Cost":40,"Date":"2/15/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":638,"Cost":394,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":324,"Cost":176,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":32,"Cost":25,"Date":"4/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":951,"Cost":597,"Date":"7/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":573,"Cost":467,"Date":"8/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":482,"Cost":345,"Date":"10/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":625,"Cost":538,"Date":"11/11/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":141,"Cost":93,"Date":"11/30/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":28,"Cost":20,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":969,"Cost":782,"Date":"3/1/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":204,"Cost":192,"Date":"4/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":226,"Cost":149,"Date":"5/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":700,"Cost":383,"Date":"8/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":393,"Cost":200,"Date":"9/15/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":378,"Cost":191,"Date":"10/14/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":861,"Cost":797,"Date":"10/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":83,"Cost":59,"Date":"11/11/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":359,"Cost":321,"Date":"12/7/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":178,"Cost":104,"Date":"12/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":58,"Cost":46,"Date":"1/6/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":90,"Cost":57,"Date":"1/23/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":797,"Cost":433,"Date":"2/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":53,"Cost":32,"Date":"3/10/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":925,"Cost":672,"Date":"3/12/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":523,"Cost":329,"Date":"3/31/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":525,"Date":"6/16/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":693,"Date":"6/17/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":50,"Cost":25,"Date":"8/27/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":299,"Cost":227,"Date":"10/1/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":258,"Cost":195,"Date":"11/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":968,"Cost":497,"Date":"11/9/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":362,"Cost":238,"Date":"3/27/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":755,"Cost":608,"Date":"4/17/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":790,"Cost":577,"Date":"8/11/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":445,"Cost":364,"Date":"8/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":989,"Cost":782,"Date":"9/2/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":944,"Cost":690,"Date":"9/5/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":721,"Cost":459,"Date":"9/14/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":807,"Cost":442,"Date":"9/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":300,"Date":"11/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":764,"Cost":668,"Date":"12/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":461,"Cost":235,"Date":"1/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":811,"Cost":505,"Date":"1/21/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":900,"Cost":692,"Date":"2/9/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":371,"Date":"3/19/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":24,"Cost":17,"Date":"4/3/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":448,"Cost":392,"Date":"4/5/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":419,"Date":"4/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":582,"Cost":540,"Date":"7/10/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":136,"Cost":93,"Date":"3/25/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":368,"Cost":289,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":442,"Cost":287,"Date":"10/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":786,"Cost":602,"Date":"3/2/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":836,"Cost":649,"Date":"6/28/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":608,"Cost":420,"Date":"7/17/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":928,"Cost":668,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":844,"Cost":550,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":696,"Cost":603,"Date":"11/20/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":978,"Cost":870,"Date":"12/16/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":429,"Cost":336,"Date":"12/30/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":873,"Cost":671,"Date":"2/15/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":171,"Cost":103,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":809,"Cost":455,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":253,"Cost":141,"Date":"4/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":885,"Cost":634,"Date":"7/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":91,"Cost":67,"Date":"8/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":891,"Cost":494,"Date":"10/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":719,"Cost":396,"Date":"11/11/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":408,"Cost":324,"Date":"11/30/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":316,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":865,"Cost":736,"Date":"3/1/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":258,"Cost":156,"Date":"4/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":889,"Cost":704,"Date":"5/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":441,"Cost":255,"Date":"8/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":209,"Cost":136,"Date":"9/15/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":611,"Date":"10/14/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":715,"Cost":429,"Date":"10/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":295,"Cost":169,"Date":"11/11/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":727,"Cost":612,"Date":"12/7/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":270,"Cost":181,"Date":"12/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":278,"Cost":231,"Date":"1/6/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":794,"Cost":672,"Date":"1/23/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":435,"Cost":359,"Date":"2/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":68,"Cost":60,"Date":"3/10/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":445,"Cost":333,"Date":"3/12/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":400,"Cost":251,"Date":"3/31/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":138,"Cost":103,"Date":"6/16/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":861,"Cost":807,"Date":"6/17/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":787,"Cost":746,"Date":"8/27/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":664,"Cost":527,"Date":"10/1/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":310,"Cost":233,"Date":"11/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":379,"Cost":328,"Date":"11/9/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":223,"Cost":118,"Date":"3/27/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":370,"Cost":335,"Date":"4/17/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":726,"Cost":690,"Date":"8/11/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":186,"Cost":141,"Date":"8/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":543,"Cost":436,"Date":"9/2/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":267,"Cost":176,"Date":"9/5/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":725,"Cost":470,"Date":"9/14/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":817,"Cost":562,"Date":"9/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":222,"Cost":153,"Date":"11/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":573,"Cost":508,"Date":"12/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":451,"Cost":289,"Date":"1/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":30,"Cost":19,"Date":"1/21/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":70,"Cost":42,"Date":"2/9/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":380,"Cost":252,"Date":"3/19/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":772,"Cost":414,"Date":"4/3/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":546,"Cost":336,"Date":"4/5/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":238,"Cost":147,"Date":"4/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":284,"Cost":245,"Date":"7/10/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":384,"Cost":316,"Date":"3/25/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":433,"Cost":371,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":865,"Cost":575,"Date":"10/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":469,"Cost":311,"Date":"3/2/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":693,"Cost":627,"Date":"6/28/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":491,"Cost":402,"Date":"7/17/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":799,"Cost":566,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":300,"Cost":157,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":479,"Cost":374,"Date":"11/20/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":884,"Cost":517,"Date":"12/16/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":849,"Cost":583,"Date":"12/30/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":844,"Cost":750,"Date":"2/15/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":302,"Cost":200,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":934,"Cost":874,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":21,"Cost":17,"Date":"4/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":733,"Cost":678,"Date":"7/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":83,"Cost":45,"Date":"8/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":215,"Cost":145,"Date":"10/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":128,"Cost":87,"Date":"11/11/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":598,"Cost":491,"Date":"11/30/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":965,"Cost":840,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":480,"Cost":414,"Date":"3/1/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":157,"Cost":145,"Date":"4/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":331,"Cost":193,"Date":"5/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":618,"Cost":400,"Date":"8/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":1000,"Cost":838,"Date":"9/15/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":691,"Cost":461,"Date":"10/14/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":657,"Cost":459,"Date":"10/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":982,"Cost":876,"Date":"11/11/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":381,"Cost":304,"Date":"12/7/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":315,"Cost":205,"Date":"12/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":153,"Cost":117,"Date":"1/6/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":911,"Cost":818,"Date":"1/23/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":66,"Cost":52,"Date":"2/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":384,"Cost":363,"Date":"3/10/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":762,"Cost":442,"Date":"3/12/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":41,"Cost":39,"Date":"3/31/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":589,"Cost":479,"Date":"6/16/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":963,"Cost":841,"Date":"6/17/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":357,"Cost":325,"Date":"8/27/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":630,"Cost":565,"Date":"10/1/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":75,"Cost":48,"Date":"11/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":895,"Cost":808,"Date":"11/9/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":363,"Cost":334,"Date":"3/27/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":249,"Cost":140,"Date":"4/17/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":805,"Cost":485,"Date":"8/11/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":473,"Cost":438,"Date":"8/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":279,"Cost":200,"Date":"9/2/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":327,"Cost":253,"Date":"9/5/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":192,"Cost":115,"Date":"9/14/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":451,"Cost":316,"Date":"9/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":716,"Cost":559,"Date":"11/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":351,"Cost":212,"Date":"12/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":879,"Cost":584,"Date":"1/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":961,"Cost":893,"Date":"1/21/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":419,"Cost":370,"Date":"2/9/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":596,"Cost":415,"Date":"3/19/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":954,"Cost":626,"Date":"4/3/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":164,"Date":"4/5/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":227,"Cost":167,"Date":"4/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":887,"Cost":708,"Date":"7/10/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":271,"Cost":230,"Date":"3/25/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":532,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":538,"Cost":439,"Date":"10/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":936,"Cost":745,"Date":"3/2/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":832,"Cost":746,"Date":"6/28/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":72,"Cost":61,"Date":"7/17/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":693,"Cost":398,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":626,"Cost":329,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":791,"Cost":507,"Date":"11/20/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":223,"Cost":201,"Date":"12/16/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":196,"Date":"12/30/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":56,"Cost":34,"Date":"2/15/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":820,"Cost":758,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":734,"Cost":586,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":527,"Cost":393,"Date":"4/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":317,"Cost":225,"Date":"7/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":94,"Cost":88,"Date":"8/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":371,"Cost":246,"Date":"10/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":384,"Cost":203,"Date":"11/11/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":634,"Cost":385,"Date":"11/30/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":805,"Cost":643,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":327,"Date":"3/1/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":33,"Cost":24,"Date":"4/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":300,"Date":"5/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":601,"Cost":417,"Date":"8/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":689,"Cost":462,"Date":"9/15/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":348,"Cost":180,"Date":"10/14/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":475,"Date":"10/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":326,"Cost":198,"Date":"11/11/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":3,"Cost":1,"Date":"12/7/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":77,"Cost":46,"Date":"12/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":988,"Cost":741,"Date":"1/6/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":424,"Cost":300,"Date":"1/23/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":568,"Cost":400,"Date":"2/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":829,"Cost":720,"Date":"3/10/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":775,"Cost":412,"Date":"3/12/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":706,"Date":"3/31/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":613,"Cost":575,"Date":"6/16/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":303,"Cost":281,"Date":"6/17/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":565,"Date":"8/27/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":351,"Cost":320,"Date":"10/1/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":202,"Date":"11/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":566,"Date":"11/9/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":726,"Cost":440,"Date":"3/27/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":683,"Date":"4/17/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":948,"Cost":621,"Date":"8/11/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":47,"Date":"8/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":797,"Cost":675,"Date":"9/2/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":335,"Cost":281,"Date":"9/5/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":160,"Cost":132,"Date":"9/14/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":319,"Cost":177,"Date":"9/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":481,"Cost":378,"Date":"11/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":968,"Cost":834,"Date":"12/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":34,"Cost":21,"Date":"1/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":559,"Cost":433,"Date":"1/21/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":197,"Cost":139,"Date":"2/9/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":141,"Date":"3/19/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":837,"Cost":656,"Date":"4/3/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":122,"Cost":98,"Date":"4/5/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":397,"Cost":319,"Date":"4/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":369,"Cost":298,"Date":"7/10/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":267,"Cost":153,"Date":"3/25/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":956,"Cost":638,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":177,"Cost":122,"Date":"10/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":856,"Cost":757,"Date":"3/2/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":558,"Cost":368,"Date":"6/28/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":424,"Cost":282,"Date":"7/17/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":817,"Cost":752,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":606,"Cost":547,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":229,"Cost":119,"Date":"11/20/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":602,"Cost":413,"Date":"12/16/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":447,"Date":"12/30/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":698,"Date":"2/15/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":614,"Cost":349,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":531,"Cost":493,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":329,"Cost":200,"Date":"4/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":162,"Cost":143,"Date":"7/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":223,"Cost":114,"Date":"8/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":961,"Cost":616,"Date":"10/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":431,"Date":"11/11/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":350,"Cost":288,"Date":"11/30/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":707,"Cost":507,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":247,"Date":"3/1/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":79,"Cost":59,"Date":"4/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":167,"Cost":146,"Date":"5/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":482,"Cost":246,"Date":"8/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":107,"Cost":96,"Date":"9/15/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":565,"Cost":290,"Date":"10/14/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":819,"Cost":433,"Date":"10/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":967,"Cost":824,"Date":"11/11/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":950,"Cost":822,"Date":"12/7/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":883,"Cost":490,"Date":"12/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":255,"Cost":160,"Date":"1/6/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":275,"Cost":204,"Date":"1/23/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":816,"Date":"2/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":271,"Date":"3/10/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":777,"Cost":395,"Date":"3/12/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":711,"Cost":647,"Date":"3/31/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":716,"Cost":625,"Date":"6/16/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":743,"Cost":680,"Date":"6/17/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":265,"Cost":197,"Date":"8/27/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":547,"Cost":513,"Date":"10/1/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":378,"Cost":201,"Date":"11/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":255,"Cost":172,"Date":"11/9/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":404,"Cost":312,"Date":"3/27/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":532,"Cost":482,"Date":"4/17/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":493,"Cost":437,"Date":"8/11/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":20,"Cost":14,"Date":"8/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":862,"Cost":488,"Date":"9/2/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":8,"Cost":6,"Date":"9/5/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":327,"Cost":204,"Date":"9/14/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":598,"Cost":467,"Date":"9/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":371,"Cost":239,"Date":"11/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":396,"Cost":252,"Date":"12/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":303,"Cost":272,"Date":"1/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":904,"Cost":645,"Date":"1/21/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":483,"Cost":332,"Date":"2/9/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":351,"Cost":299,"Date":"3/19/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":423,"Cost":356,"Date":"4/3/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":835,"Cost":495,"Date":"4/5/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":587,"Cost":354,"Date":"4/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":315,"Cost":161,"Date":"7/10/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":739,"Cost":626,"Date":"3/25/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":414,"Cost":351,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":502,"Date":"10/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":387,"Date":"3/2/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":70,"Cost":65,"Date":"6/28/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":454,"Cost":416,"Date":"7/17/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":375,"Cost":236,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":19,"Cost":12,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":559,"Cost":504,"Date":"11/20/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":734,"Cost":388,"Date":"12/16/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":761,"Cost":722,"Date":"12/30/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":343,"Cost":243,"Date":"2/15/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":931,"Cost":524,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":257,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":968,"Cost":875,"Date":"4/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":238,"Cost":207,"Date":"7/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":137,"Cost":121,"Date":"8/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":440,"Date":"10/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":270,"Cost":208,"Date":"11/11/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":367,"Cost":236,"Date":"11/30/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":560,"Cost":461,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":555,"Date":"3/1/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":199,"Cost":157,"Date":"4/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":776,"Cost":452,"Date":"5/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":830,"Cost":748,"Date":"8/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":64,"Cost":37,"Date":"9/15/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":775,"Cost":600,"Date":"10/14/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":151,"Cost":83,"Date":"10/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":175,"Cost":127,"Date":"11/11/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":976,"Cost":624,"Date":"12/7/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":978,"Cost":653,"Date":"12/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":581,"Date":"1/6/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":367,"Cost":266,"Date":"1/23/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":774,"Cost":548,"Date":"2/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":631,"Cost":475,"Date":"3/10/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":288,"Date":"3/12/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":944,"Cost":733,"Date":"3/31/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":686,"Cost":576,"Date":"6/16/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":74,"Cost":62,"Date":"6/17/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":281,"Cost":208,"Date":"8/27/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":943,"Cost":743,"Date":"10/1/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":184,"Cost":104,"Date":"11/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":678,"Cost":340,"Date":"11/9/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":29,"Cost":26,"Date":"3/27/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":279,"Cost":139,"Date":"4/17/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":454,"Cost":358,"Date":"8/11/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":966,"Cost":744,"Date":"8/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":940,"Cost":700,"Date":"9/2/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":464,"Date":"9/5/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":12,"Cost":6,"Date":"9/14/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":749,"Cost":544,"Date":"9/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":775,"Cost":433,"Date":"11/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":368,"Cost":301,"Date":"12/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":759,"Cost":688,"Date":"1/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":154,"Cost":145,"Date":"1/21/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":453,"Cost":278,"Date":"2/9/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":419,"Date":"3/19/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":595,"Cost":413,"Date":"4/3/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":195,"Cost":176,"Date":"4/5/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":489,"Date":"4/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":480,"Cost":366,"Date":"7/10/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":994,"Cost":508,"Date":"3/25/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":722,"Cost":513,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":432,"Cost":306,"Date":"10/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":330,"Cost":312,"Date":"3/2/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":920,"Cost":574,"Date":"6/28/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":310,"Cost":250,"Date":"7/17/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":409,"Cost":366,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":603,"Cost":571,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":790,"Cost":529,"Date":"11/20/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":151,"Cost":114,"Date":"12/16/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":983,"Cost":745,"Date":"12/30/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":991,"Cost":838,"Date":"2/15/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":4,"Cost":3,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":415,"Cost":240,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":360,"Cost":218,"Date":"4/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":846,"Date":"7/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":114,"Cost":106,"Date":"8/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":884,"Cost":663,"Date":"10/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":114,"Cost":86,"Date":"11/11/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":625,"Date":"11/30/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":741,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":949,"Cost":883,"Date":"3/1/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":217,"Cost":159,"Date":"4/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":837,"Cost":741,"Date":"5/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":998,"Cost":518,"Date":"8/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":375,"Cost":197,"Date":"9/15/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":121,"Cost":75,"Date":"10/14/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":92,"Cost":52,"Date":"10/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":195,"Cost":165,"Date":"11/11/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":295,"Cost":227,"Date":"12/7/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":282,"Cost":159,"Date":"12/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":745,"Cost":644,"Date":"1/6/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":477,"Cost":351,"Date":"1/23/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":379,"Cost":197,"Date":"2/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":709,"Cost":384,"Date":"3/10/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":708,"Cost":500,"Date":"3/12/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":877,"Cost":466,"Date":"3/31/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":106,"Cost":58,"Date":"6/16/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":625,"Cost":481,"Date":"6/17/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":185,"Cost":93,"Date":"8/27/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":185,"Cost":103,"Date":"10/1/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":252,"Cost":215,"Date":"11/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":242,"Cost":171,"Date":"11/9/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":541,"Cost":382,"Date":"3/27/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":11,"Cost":7,"Date":"4/17/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":620,"Cost":332,"Date":"8/11/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":743,"Cost":601,"Date":"8/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":914,"Cost":716,"Date":"9/2/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":274,"Cost":252,"Date":"9/5/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":579,"Cost":336,"Date":"9/14/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":603,"Cost":475,"Date":"9/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":113,"Cost":65,"Date":"11/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":266,"Cost":208,"Date":"12/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":669,"Cost":633,"Date":"1/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":455,"Cost":341,"Date":"1/21/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":549,"Cost":483,"Date":"2/9/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":835,"Cost":568,"Date":"3/19/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":532,"Cost":369,"Date":"4/3/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":81,"Date":"4/5/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":369,"Cost":341,"Date":"4/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":173,"Cost":107,"Date":"7/10/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":24,"Cost":12,"Date":"3/25/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":935,"Cost":606,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":425,"Cost":370,"Date":"10/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":433,"Cost":332,"Date":"3/2/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":613,"Cost":458,"Date":"6/28/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":897,"Cost":840,"Date":"7/17/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":275,"Cost":206,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":904,"Cost":566,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":641,"Cost":429,"Date":"11/20/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":775,"Cost":572,"Date":"12/16/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":994,"Cost":925,"Date":"12/30/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":364,"Cost":290,"Date":"2/15/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":636,"Cost":469,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":524,"Cost":277,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":715,"Cost":605,"Date":"4/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":227,"Cost":214,"Date":"7/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":123,"Cost":108,"Date":"8/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":309,"Cost":259,"Date":"10/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":380,"Cost":298,"Date":"11/11/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":812,"Cost":421,"Date":"11/30/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":573,"Cost":386,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":467,"Cost":347,"Date":"3/1/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":998,"Cost":801,"Date":"4/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":451,"Cost":387,"Date":"5/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":205,"Cost":147,"Date":"8/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":949,"Cost":756,"Date":"9/15/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":529,"Cost":435,"Date":"10/14/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":177,"Cost":89,"Date":"10/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":59,"Cost":39,"Date":"11/11/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":881,"Cost":583,"Date":"12/7/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":463,"Cost":401,"Date":"12/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":20,"Cost":16,"Date":"1/6/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":757,"Date":"1/23/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":722,"Cost":502,"Date":"2/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":479,"Cost":397,"Date":"3/10/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":653,"Cost":328,"Date":"3/12/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":431,"Cost":356,"Date":"3/31/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":479,"Cost":283,"Date":"6/16/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":673,"Cost":618,"Date":"6/17/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":23,"Date":"8/27/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":502,"Cost":439,"Date":"10/1/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":632,"Cost":584,"Date":"11/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":838,"Cost":502,"Date":"11/9/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":823,"Cost":557,"Date":"3/27/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":761,"Cost":722,"Date":"4/17/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":303,"Cost":286,"Date":"8/11/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":25,"Date":"8/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":918,"Cost":480,"Date":"9/2/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":316,"Cost":227,"Date":"9/5/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":235,"Cost":215,"Date":"9/14/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":678,"Date":"9/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":398,"Cost":303,"Date":"11/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":268,"Cost":136,"Date":"12/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":952,"Cost":634,"Date":"1/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":224,"Cost":179,"Date":"1/21/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":501,"Date":"2/9/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":257,"Cost":131,"Date":"3/19/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":86,"Cost":74,"Date":"4/3/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":149,"Cost":133,"Date":"4/5/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":788,"Cost":515,"Date":"4/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":455,"Cost":341,"Date":"7/10/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":914,"Cost":688,"Date":"3/25/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":418,"Cost":256,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":511,"Cost":347,"Date":"10/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":19,"Cost":14,"Date":"3/2/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":121,"Cost":113,"Date":"6/28/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":983,"Cost":617,"Date":"7/17/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":842,"Cost":649,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":817,"Cost":461,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":915,"Cost":575,"Date":"11/20/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":407,"Cost":327,"Date":"12/16/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":445,"Date":"12/30/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":504,"Cost":358,"Date":"2/15/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":164,"Cost":105,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":804,"Cost":701,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":798,"Cost":756,"Date":"4/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":471,"Cost":392,"Date":"7/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":600,"Cost":420,"Date":"8/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":301,"Date":"10/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":693,"Cost":631,"Date":"11/11/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":846,"Cost":759,"Date":"11/30/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":12,"Cost":10,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":88,"Cost":48,"Date":"3/1/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":878,"Cost":475,"Date":"4/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":908,"Cost":753,"Date":"5/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":60,"Cost":42,"Date":"8/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":846,"Cost":541,"Date":"9/15/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":872,"Cost":816,"Date":"10/14/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":880,"Cost":811,"Date":"10/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":185,"Cost":96,"Date":"11/11/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":155,"Cost":127,"Date":"12/7/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":233,"Cost":143,"Date":"12/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":893,"Cost":567,"Date":"1/6/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":569,"Cost":378,"Date":"1/23/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":332,"Cost":255,"Date":"2/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":728,"Cost":653,"Date":"3/10/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":670,"Cost":389,"Date":"3/12/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":50,"Cost":46,"Date":"3/31/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":84,"Cost":56,"Date":"6/16/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":120,"Cost":112,"Date":"6/17/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":748,"Date":"8/27/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":552,"Cost":469,"Date":"10/1/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":691,"Cost":439,"Date":"11/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":488,"Date":"11/9/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":520,"Cost":468,"Date":"3/27/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":576,"Cost":295,"Date":"4/17/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":280,"Cost":143,"Date":"8/11/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":682,"Cost":568,"Date":"8/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":451,"Cost":308,"Date":"9/2/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":545,"Cost":374,"Date":"9/5/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":200,"Cost":148,"Date":"9/14/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":77,"Cost":39,"Date":"9/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":899,"Cost":632,"Date":"11/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":688,"Cost":571,"Date":"12/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":53,"Cost":40,"Date":"1/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":763,"Cost":633,"Date":"1/21/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":107,"Cost":58,"Date":"2/9/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":460,"Cost":321,"Date":"3/19/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":287,"Cost":200,"Date":"4/3/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":497,"Cost":383,"Date":"4/5/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":778,"Cost":475,"Date":"4/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":713,"Cost":656,"Date":"7/10/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":300,"Cost":190,"Date":"3/25/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":848,"Cost":712,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":275,"Cost":229,"Date":"10/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":538,"Cost":435,"Date":"3/2/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":555,"Cost":310,"Date":"6/28/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":595,"Cost":303,"Date":"7/17/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":615,"Cost":447,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":913,"Cost":726,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":537,"Cost":335,"Date":"11/20/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":37,"Cost":23,"Date":"12/16/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":263,"Cost":169,"Date":"12/30/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":798,"Cost":554,"Date":"2/15/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":141,"Cost":117,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":981,"Cost":699,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":690,"Cost":479,"Date":"4/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":448,"Cost":340,"Date":"7/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":886,"Cost":588,"Date":"8/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":418,"Cost":356,"Date":"10/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":231,"Cost":186,"Date":"11/11/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":876,"Cost":605,"Date":"11/30/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":357,"Cost":318,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":989,"Cost":579,"Date":"3/1/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":863,"Cost":771,"Date":"4/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":939,"Cost":764,"Date":"5/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":725,"Cost":612,"Date":"8/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":625,"Cost":334,"Date":"9/15/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":660,"Cost":608,"Date":"10/14/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":820,"Cost":599,"Date":"10/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":571,"Cost":353,"Date":"11/11/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":424,"Cost":269,"Date":"12/7/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":919,"Cost":791,"Date":"12/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":487,"Cost":374,"Date":"1/6/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":103,"Cost":62,"Date":"1/23/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":982,"Cost":659,"Date":"2/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":404,"Cost":346,"Date":"3/10/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":38,"Cost":31,"Date":"3/12/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":880,"Cost":526,"Date":"3/31/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":411,"Cost":282,"Date":"6/16/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":610,"Cost":539,"Date":"6/17/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":589,"Cost":311,"Date":"8/27/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":794,"Cost":669,"Date":"10/1/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":361,"Cost":290,"Date":"11/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":329,"Cost":182,"Date":"11/9/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":630,"Cost":399,"Date":"3/27/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":408,"Cost":377,"Date":"4/17/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":727,"Cost":654,"Date":"8/11/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":162,"Cost":105,"Date":"8/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":905,"Cost":611,"Date":"9/2/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":39,"Cost":25,"Date":"9/5/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":924,"Cost":752,"Date":"9/14/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":214,"Cost":112,"Date":"9/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":702,"Cost":644,"Date":"11/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":957,"Cost":580,"Date":"12/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":313,"Cost":226,"Date":"1/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":718,"Cost":452,"Date":"1/21/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":866,"Cost":780,"Date":"2/9/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":755,"Cost":547,"Date":"3/19/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":321,"Cost":200,"Date":"4/3/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":903,"Cost":516,"Date":"4/5/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":185,"Cost":172,"Date":"4/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":49,"Cost":43,"Date":"7/10/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":932,"Cost":684,"Date":"3/25/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":976,"Cost":890,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":29,"Cost":16,"Date":"10/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":158,"Cost":87,"Date":"3/2/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":623,"Cost":513,"Date":"6/28/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":804,"Cost":622,"Date":"7/17/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":276,"Cost":197,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":669,"Cost":537,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":51,"Cost":47,"Date":"11/20/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":663,"Cost":352,"Date":"12/16/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":273,"Cost":187,"Date":"12/30/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":361,"Cost":242,"Date":"2/15/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":829,"Cost":471,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":26,"Cost":22,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":675,"Cost":465,"Date":"4/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":20,"Cost":16,"Date":"7/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":552,"Cost":520,"Date":"8/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":387,"Cost":263,"Date":"10/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":123,"Cost":107,"Date":"11/11/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":433,"Cost":333,"Date":"11/30/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":67,"Cost":36,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":995,"Cost":511,"Date":"3/1/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":494,"Cost":279,"Date":"4/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":328,"Cost":268,"Date":"5/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":778,"Cost":729,"Date":"8/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":199,"Cost":180,"Date":"9/15/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":191,"Cost":110,"Date":"10/14/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":479,"Cost":411,"Date":"10/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":544,"Cost":436,"Date":"11/11/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":439,"Cost":270,"Date":"12/7/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":590,"Cost":297,"Date":"12/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":707,"Cost":496,"Date":"1/6/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":170,"Cost":94,"Date":"1/23/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":405,"Cost":247,"Date":"2/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":967,"Cost":670,"Date":"3/10/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":443,"Cost":322,"Date":"3/12/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":736,"Cost":449,"Date":"3/31/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":235,"Cost":134,"Date":"6/16/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":16,"Cost":9,"Date":"6/17/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":514,"Cost":330,"Date":"8/27/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":831,"Cost":663,"Date":"10/1/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":128,"Cost":105,"Date":"11/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":379,"Cost":238,"Date":"11/9/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":486,"Cost":405,"Date":"3/27/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":426,"Date":"4/17/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":122,"Date":"8/11/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":611,"Cost":310,"Date":"8/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":690,"Cost":438,"Date":"9/2/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":231,"Cost":180,"Date":"9/5/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":289,"Cost":246,"Date":"9/14/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":367,"Cost":332,"Date":"9/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":387,"Cost":198,"Date":"11/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":227,"Cost":123,"Date":"12/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":797,"Cost":467,"Date":"1/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":190,"Cost":169,"Date":"1/21/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":439,"Cost":315,"Date":"2/9/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":542,"Date":"3/19/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":375,"Cost":343,"Date":"4/3/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":901,"Cost":481,"Date":"4/5/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":472,"Date":"4/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":297,"Cost":215,"Date":"7/10/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":497,"Cost":389,"Date":"3/25/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":559,"Cost":416,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":733,"Cost":499,"Date":"10/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":117,"Cost":81,"Date":"3/2/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":79,"Cost":60,"Date":"6/28/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":846,"Cost":527,"Date":"7/17/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":660,"Cost":405,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":616,"Cost":439,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":300,"Cost":226,"Date":"11/20/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":291,"Cost":213,"Date":"12/16/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":3,"Cost":2,"Date":"12/30/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":725,"Date":"2/15/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":48,"Cost":42,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":784,"Cost":452,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":555,"Cost":281,"Date":"4/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":114,"Cost":66,"Date":"7/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":633,"Date":"8/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":396,"Cost":311,"Date":"10/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":752,"Cost":377,"Date":"11/11/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":943,"Cost":814,"Date":"11/30/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":796,"Cost":738,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":192,"Cost":173,"Date":"3/1/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":761,"Cost":411,"Date":"4/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":494,"Cost":272,"Date":"5/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":689,"Cost":346,"Date":"8/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":14,"Cost":9,"Date":"9/15/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":390,"Cost":338,"Date":"10/14/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":153,"Cost":134,"Date":"10/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":781,"Cost":427,"Date":"11/11/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":207,"Cost":179,"Date":"12/7/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":189,"Cost":106,"Date":"12/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":904,"Cost":509,"Date":"1/6/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":551,"Cost":399,"Date":"1/23/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":542,"Cost":383,"Date":"2/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":350,"Date":"3/10/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":849,"Cost":452,"Date":"3/12/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":24,"Date":"3/31/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":343,"Cost":204,"Date":"6/16/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":207,"Cost":141,"Date":"6/17/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":968,"Cost":502,"Date":"8/27/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":510,"Cost":294,"Date":"10/1/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":872,"Cost":702,"Date":"11/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":598,"Cost":477,"Date":"11/9/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":694,"Cost":539,"Date":"3/27/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":150,"Cost":87,"Date":"4/17/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":964,"Cost":821,"Date":"8/11/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":344,"Cost":259,"Date":"8/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":270,"Cost":208,"Date":"9/2/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":905,"Cost":748,"Date":"9/5/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":627,"Cost":500,"Date":"9/14/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":318,"Cost":280,"Date":"9/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":482,"Date":"11/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":242,"Cost":182,"Date":"12/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":845,"Cost":738,"Date":"1/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":797,"Cost":654,"Date":"1/21/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":592,"Cost":380,"Date":"2/9/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":9,"Cost":9,"Date":"3/19/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":157,"Cost":98,"Date":"4/3/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":101,"Date":"4/5/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":656,"Cost":470,"Date":"4/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":221,"Cost":165,"Date":"7/10/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":389,"Cost":257,"Date":"3/25/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":323,"Cost":257,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":497,"Cost":356,"Date":"10/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":209,"Cost":121,"Date":"3/2/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":553,"Cost":348,"Date":"6/28/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":728,"Cost":382,"Date":"7/17/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":731,"Cost":570,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":675,"Cost":508,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":370,"Cost":297,"Date":"11/20/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":43,"Cost":37,"Date":"12/16/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":360,"Cost":290,"Date":"12/30/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":571,"Cost":521,"Date":"2/15/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":903,"Cost":469,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":535,"Cost":441,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":56,"Cost":38,"Date":"4/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":443,"Cost":409,"Date":"7/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":941,"Cost":520,"Date":"8/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":49,"Cost":41,"Date":"10/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":622,"Cost":478,"Date":"11/11/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":985,"Cost":869,"Date":"11/30/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":673,"Cost":545,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":898,"Cost":658,"Date":"3/1/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":958,"Cost":868,"Date":"4/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":306,"Date":"5/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":110,"Cost":69,"Date":"8/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":66,"Date":"9/15/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":943,"Cost":713,"Date":"10/14/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":907,"Cost":843,"Date":"10/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":308,"Cost":211,"Date":"11/11/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":65,"Cost":56,"Date":"12/7/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":461,"Cost":352,"Date":"12/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":801,"Cost":606,"Date":"1/6/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":373,"Cost":283,"Date":"1/23/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":753,"Cost":507,"Date":"2/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":299,"Cost":249,"Date":"3/10/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":256,"Cost":132,"Date":"3/12/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":49,"Cost":46,"Date":"3/31/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":747,"Cost":384,"Date":"6/16/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":783,"Cost":431,"Date":"6/17/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":154,"Cost":84,"Date":"8/27/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":874,"Cost":819,"Date":"10/1/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":730,"Date":"11/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":701,"Cost":397,"Date":"11/9/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":918,"Cost":491,"Date":"3/27/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":990,"Cost":874,"Date":"4/17/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":242,"Cost":161,"Date":"8/11/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":681,"Cost":593,"Date":"8/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":892,"Cost":624,"Date":"9/2/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":42,"Cost":40,"Date":"9/5/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":24,"Cost":21,"Date":"9/14/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":765,"Cost":467,"Date":"9/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":526,"Date":"11/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":919,"Cost":508,"Date":"12/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":337,"Cost":187,"Date":"1/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":353,"Cost":193,"Date":"1/21/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":855,"Cost":806,"Date":"2/9/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":493,"Cost":267,"Date":"3/19/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":404,"Cost":273,"Date":"4/3/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":211,"Cost":126,"Date":"4/5/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":444,"Cost":375,"Date":"4/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":60,"Cost":40,"Date":"7/10/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":504,"Cost":331,"Date":"3/25/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":973,"Cost":710,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":184,"Cost":108,"Date":"10/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":402,"Cost":300,"Date":"3/2/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":232,"Cost":132,"Date":"6/28/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":951,"Cost":760,"Date":"7/17/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":708,"Cost":552,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":691,"Cost":427,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":889,"Cost":585,"Date":"11/20/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":71,"Cost":48,"Date":"12/16/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":57,"Cost":48,"Date":"12/30/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":769,"Cost":703,"Date":"2/15/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":139,"Cost":79,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":783,"Cost":654,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":641,"Cost":380,"Date":"4/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":299,"Cost":240,"Date":"7/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":445,"Cost":405,"Date":"8/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":304,"Cost":266,"Date":"10/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":960,"Cost":504,"Date":"11/11/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":467,"Cost":437,"Date":"11/30/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":41,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":308,"Date":"3/1/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":325,"Cost":185,"Date":"4/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":138,"Cost":73,"Date":"5/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":28,"Date":"8/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":506,"Date":"9/15/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":72,"Cost":59,"Date":"10/14/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":782,"Cost":607,"Date":"10/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":270,"Cost":253,"Date":"11/11/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":447,"Cost":273,"Date":"12/7/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":666,"Cost":449,"Date":"12/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":493,"Cost":366,"Date":"1/6/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":987,"Cost":909,"Date":"1/23/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":345,"Cost":196,"Date":"2/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":702,"Cost":616,"Date":"3/10/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":39,"Cost":20,"Date":"3/12/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":304,"Cost":267,"Date":"3/31/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":756,"Cost":517,"Date":"6/16/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":308,"Cost":224,"Date":"6/17/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":312,"Cost":179,"Date":"8/27/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":441,"Cost":326,"Date":"10/1/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":192,"Cost":133,"Date":"11/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":430,"Cost":368,"Date":"11/9/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":807,"Cost":707,"Date":"3/27/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":558,"Cost":283,"Date":"4/17/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":961,"Cost":669,"Date":"8/11/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":256,"Cost":134,"Date":"8/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":732,"Cost":453,"Date":"9/2/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":587,"Cost":298,"Date":"9/5/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":232,"Cost":200,"Date":"9/14/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":430,"Cost":288,"Date":"9/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":551,"Cost":513,"Date":"11/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":847,"Cost":424,"Date":"12/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":342,"Cost":184,"Date":"1/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":295,"Cost":235,"Date":"1/21/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":51,"Cost":49,"Date":"2/9/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":969,"Cost":601,"Date":"3/19/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":570,"Cost":500,"Date":"4/3/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":927,"Cost":824,"Date":"4/5/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":60,"Date":"4/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":937,"Cost":576,"Date":"7/10/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":377,"Date":"3/25/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":55,"Cost":30,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":516,"Cost":361,"Date":"10/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":249,"Cost":185,"Date":"3/2/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":582,"Cost":424,"Date":"6/28/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":899,"Cost":459,"Date":"7/17/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":551,"Cost":294,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":208,"Cost":119,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":566,"Date":"11/20/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":117,"Cost":81,"Date":"12/16/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":217,"Cost":153,"Date":"12/30/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":622,"Cost":386,"Date":"2/15/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":168,"Cost":106,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":438,"Cost":381,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":716,"Date":"4/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":311,"Cost":288,"Date":"7/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":714,"Cost":629,"Date":"8/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":94,"Cost":58,"Date":"10/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":274,"Cost":224,"Date":"11/11/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":89,"Cost":80,"Date":"11/30/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":725,"Cost":660,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":200,"Cost":145,"Date":"3/1/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":797,"Cost":591,"Date":"4/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":385,"Cost":309,"Date":"5/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":147,"Cost":121,"Date":"8/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":961,"Cost":634,"Date":"9/15/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":748,"Cost":391,"Date":"10/14/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":771,"Cost":407,"Date":"10/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":279,"Cost":261,"Date":"11/11/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":275,"Date":"12/7/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":256,"Cost":144,"Date":"12/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":994,"Cost":810,"Date":"1/6/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":235,"Cost":126,"Date":"1/23/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":91,"Cost":49,"Date":"2/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":609,"Cost":307,"Date":"3/10/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":856,"Cost":749,"Date":"3/12/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":985,"Cost":870,"Date":"3/31/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":228,"Date":"6/16/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":875,"Cost":795,"Date":"6/17/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":920,"Cost":622,"Date":"8/27/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":360,"Date":"10/1/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":954,"Cost":606,"Date":"11/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":361,"Cost":220,"Date":"11/9/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":537,"Cost":416,"Date":"3/27/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":214,"Cost":125,"Date":"4/17/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":14,"Cost":12,"Date":"8/11/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":161,"Cost":107,"Date":"8/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":786,"Cost":564,"Date":"9/2/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":774,"Cost":561,"Date":"9/5/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":390,"Cost":344,"Date":"9/14/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":966,"Cost":727,"Date":"9/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":76,"Cost":43,"Date":"11/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":605,"Cost":432,"Date":"12/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":128,"Cost":65,"Date":"1/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":503,"Cost":295,"Date":"1/21/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":831,"Cost":732,"Date":"2/9/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":311,"Cost":158,"Date":"3/19/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":255,"Cost":128,"Date":"4/3/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":906,"Cost":745,"Date":"4/5/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":170,"Cost":110,"Date":"4/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":113,"Cost":101,"Date":"7/10/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":275,"Cost":203,"Date":"3/25/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":936,"Cost":850,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":645,"Cost":382,"Date":"10/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":171,"Cost":128,"Date":"3/2/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":14,"Cost":9,"Date":"6/28/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":955,"Cost":477,"Date":"7/17/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":286,"Cost":264,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":751,"Cost":485,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":993,"Cost":590,"Date":"11/20/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":646,"Cost":520,"Date":"12/16/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":959,"Cost":798,"Date":"12/30/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":886,"Cost":656,"Date":"2/15/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":122,"Cost":75,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":526,"Cost":498,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":491,"Cost":443,"Date":"4/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":923,"Cost":752,"Date":"7/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":316,"Cost":233,"Date":"8/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":536,"Cost":272,"Date":"10/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":619,"Cost":482,"Date":"11/11/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":685,"Cost":576,"Date":"11/30/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":901,"Cost":611,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":109,"Cost":102,"Date":"3/1/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":402,"Cost":324,"Date":"4/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":411,"Cost":260,"Date":"5/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":984,"Cost":815,"Date":"8/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":431,"Cost":352,"Date":"9/15/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":846,"Cost":543,"Date":"10/14/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":634,"Cost":419,"Date":"10/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":29,"Cost":22,"Date":"11/11/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":506,"Cost":338,"Date":"12/7/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":149,"Cost":133,"Date":"12/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":440,"Cost":392,"Date":"1/6/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":995,"Cost":533,"Date":"1/23/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":549,"Cost":290,"Date":"2/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":517,"Cost":272,"Date":"3/10/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":589,"Cost":553,"Date":"3/12/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":903,"Cost":515,"Date":"3/31/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":325,"Cost":174,"Date":"6/16/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":436,"Cost":400,"Date":"6/17/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":463,"Cost":355,"Date":"8/27/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":551,"Cost":505,"Date":"10/1/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":774,"Cost":587,"Date":"11/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":188,"Cost":127,"Date":"11/9/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":162,"Cost":131,"Date":"3/27/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":607,"Date":"4/17/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":350,"Date":"8/11/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":676,"Cost":354,"Date":"8/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":558,"Cost":484,"Date":"9/2/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":499,"Cost":303,"Date":"9/5/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":882,"Cost":743,"Date":"9/14/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":259,"Cost":218,"Date":"9/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":294,"Date":"11/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":823,"Cost":654,"Date":"12/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":899,"Cost":604,"Date":"1/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":889,"Cost":809,"Date":"1/21/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":229,"Cost":133,"Date":"2/9/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":275,"Cost":160,"Date":"3/19/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":51,"Cost":37,"Date":"4/3/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":725,"Cost":626,"Date":"4/5/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":864,"Cost":763,"Date":"4/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":663,"Cost":415,"Date":"7/10/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":252,"Cost":189,"Date":"3/25/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":543,"Cost":358,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":736,"Cost":695,"Date":"10/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":839,"Cost":471,"Date":"3/2/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":191,"Cost":170,"Date":"6/28/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":855,"Cost":743,"Date":"7/17/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":283,"Cost":262,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":572,"Cost":432,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":76,"Cost":72,"Date":"11/20/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":334,"Cost":214,"Date":"12/16/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":89,"Cost":69,"Date":"12/30/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":75,"Cost":38,"Date":"2/15/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":51,"Cost":34,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":201,"Cost":149,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":573,"Date":"4/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":691,"Cost":415,"Date":"7/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":205,"Cost":112,"Date":"8/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":532,"Cost":377,"Date":"10/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":80,"Cost":49,"Date":"11/11/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":372,"Cost":238,"Date":"11/30/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":363,"Cost":216,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":160,"Cost":82,"Date":"3/1/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":743,"Cost":538,"Date":"4/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":894,"Date":"5/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":916,"Cost":486,"Date":"8/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":420,"Cost":298,"Date":"9/15/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":710,"Cost":412,"Date":"10/14/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":50,"Date":"10/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":293,"Cost":273,"Date":"11/11/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":649,"Cost":386,"Date":"12/7/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":759,"Cost":483,"Date":"12/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":133,"Cost":69,"Date":"1/6/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":771,"Cost":401,"Date":"1/23/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":118,"Cost":85,"Date":"2/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":975,"Cost":701,"Date":"3/10/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":822,"Cost":735,"Date":"3/12/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":132,"Cost":68,"Date":"3/31/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":251,"Cost":225,"Date":"6/16/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":402,"Cost":314,"Date":"6/17/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":859,"Cost":467,"Date":"8/27/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":186,"Cost":121,"Date":"10/1/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":118,"Date":"11/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":521,"Date":"11/9/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":308,"Cost":285,"Date":"3/27/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":109,"Cost":60,"Date":"4/17/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":102,"Cost":96,"Date":"8/11/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":672,"Cost":489,"Date":"8/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":299,"Cost":273,"Date":"9/2/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":692,"Cost":438,"Date":"9/5/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":683,"Cost":588,"Date":"9/14/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":533,"Cost":437,"Date":"9/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":276,"Cost":146,"Date":"11/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":292,"Cost":164,"Date":"12/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":332,"Date":"1/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":463,"Cost":323,"Date":"1/21/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":515,"Cost":266,"Date":"2/9/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":511,"Cost":463,"Date":"3/19/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":24,"Date":"4/3/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":400,"Cost":222,"Date":"4/5/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":290,"Cost":269,"Date":"4/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":610,"Cost":315,"Date":"7/10/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":547,"Cost":484,"Date":"3/25/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":611,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":210,"Cost":167,"Date":"10/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":52,"Date":"3/2/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":67,"Cost":42,"Date":"6/28/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":879,"Cost":779,"Date":"7/17/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":989,"Cost":816,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":802,"Cost":451,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":4,"Cost":2,"Date":"11/20/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":479,"Cost":440,"Date":"12/16/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":591,"Cost":513,"Date":"12/30/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":366,"Cost":186,"Date":"2/15/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":938,"Cost":644,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":736,"Cost":647,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":903,"Cost":570,"Date":"4/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":256,"Date":"7/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":249,"Cost":231,"Date":"8/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":882,"Cost":534,"Date":"10/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":435,"Cost":326,"Date":"11/11/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":479,"Cost":455,"Date":"11/30/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":869,"Cost":498,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":827,"Cost":654,"Date":"3/1/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":12,"Cost":9,"Date":"4/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":633,"Cost":458,"Date":"5/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":613,"Cost":351,"Date":"8/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":673,"Cost":549,"Date":"9/15/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":49,"Cost":27,"Date":"10/14/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":857,"Cost":589,"Date":"10/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":187,"Cost":121,"Date":"11/11/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":517,"Date":"12/7/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":481,"Cost":320,"Date":"12/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":186,"Cost":124,"Date":"1/6/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":78,"Cost":50,"Date":"1/23/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":926,"Cost":627,"Date":"2/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":832,"Cost":679,"Date":"3/10/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":613,"Cost":476,"Date":"3/12/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":732,"Cost":397,"Date":"3/31/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":108,"Cost":91,"Date":"6/16/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":534,"Cost":458,"Date":"6/17/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":333,"Cost":274,"Date":"8/27/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":562,"Cost":454,"Date":"10/1/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":362,"Cost":277,"Date":"11/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":101,"Cost":83,"Date":"11/9/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":968,"Cost":626,"Date":"3/27/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":925,"Cost":568,"Date":"4/17/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":311,"Cost":188,"Date":"8/11/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":256,"Cost":150,"Date":"8/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":422,"Cost":230,"Date":"9/2/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":913,"Cost":622,"Date":"9/5/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":416,"Cost":262,"Date":"9/14/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":858,"Cost":609,"Date":"9/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":560,"Cost":481,"Date":"11/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":179,"Date":"12/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":350,"Cost":265,"Date":"1/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":549,"Cost":313,"Date":"1/21/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":878,"Cost":509,"Date":"2/9/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":353,"Cost":180,"Date":"3/19/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":455,"Cost":371,"Date":"4/3/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":370,"Cost":256,"Date":"4/5/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":691,"Date":"4/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":978,"Cost":824,"Date":"7/10/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":930,"Cost":575,"Date":"3/25/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":587,"Cost":433,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":226,"Date":"10/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":432,"Cost":363,"Date":"3/2/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":606,"Cost":373,"Date":"6/28/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":50,"Cost":39,"Date":"7/17/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":783,"Cost":529,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":501,"Cost":424,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":355,"Cost":326,"Date":"11/20/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":934,"Cost":832,"Date":"12/16/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":481,"Date":"12/30/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":940,"Cost":474,"Date":"2/15/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":751,"Cost":538,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":510,"Cost":340,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":704,"Cost":561,"Date":"4/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":940,"Cost":587,"Date":"7/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":10,"Cost":6,"Date":"8/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":453,"Date":"10/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":600,"Cost":553,"Date":"11/11/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":910,"Cost":575,"Date":"11/30/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":376,"Cost":224,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":417,"Cost":363,"Date":"3/1/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":644,"Cost":498,"Date":"4/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":36,"Cost":27,"Date":"5/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":29,"Cost":22,"Date":"8/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":876,"Cost":613,"Date":"9/15/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":232,"Cost":198,"Date":"10/14/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":583,"Cost":475,"Date":"10/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":625,"Cost":427,"Date":"11/11/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":784,"Cost":444,"Date":"12/7/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":46,"Cost":29,"Date":"12/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":825,"Cost":508,"Date":"1/6/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":354,"Cost":181,"Date":"1/23/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":579,"Cost":455,"Date":"2/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":620,"Cost":405,"Date":"3/10/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":412,"Cost":322,"Date":"3/12/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":569,"Cost":454,"Date":"3/31/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":122,"Cost":104,"Date":"6/16/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":934,"Cost":674,"Date":"6/17/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":262,"Cost":163,"Date":"8/27/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":257,"Cost":147,"Date":"10/1/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":132,"Cost":102,"Date":"11/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":209,"Cost":192,"Date":"11/9/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":282,"Cost":253,"Date":"3/27/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":104,"Cost":69,"Date":"4/17/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":20,"Cost":13,"Date":"8/11/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":27,"Cost":15,"Date":"8/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":505,"Cost":287,"Date":"9/2/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":942,"Cost":628,"Date":"9/5/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":882,"Cost":564,"Date":"9/14/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":833,"Cost":666,"Date":"9/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":475,"Cost":364,"Date":"11/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":978,"Cost":924,"Date":"12/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":658,"Cost":528,"Date":"1/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":154,"Cost":91,"Date":"1/21/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":662,"Cost":331,"Date":"2/9/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":490,"Cost":335,"Date":"3/19/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":824,"Cost":491,"Date":"4/3/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":871,"Cost":779,"Date":"4/5/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":57,"Cost":39,"Date":"4/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":590,"Cost":411,"Date":"7/10/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":384,"Cost":286,"Date":"3/25/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":423,"Cost":273,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":723,"Cost":563,"Date":"10/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":240,"Cost":152,"Date":"3/2/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":747,"Cost":568,"Date":"6/28/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":585,"Cost":534,"Date":"7/17/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":304,"Cost":165,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":103,"Cost":98,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":668,"Cost":442,"Date":"11/20/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":806,"Cost":475,"Date":"12/16/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":2,"Cost":1,"Date":"12/30/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":903,"Cost":592,"Date":"2/15/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":131,"Cost":102,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":772,"Cost":429,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":745,"Cost":613,"Date":"4/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":253,"Cost":210,"Date":"7/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":888,"Cost":825,"Date":"8/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":301,"Cost":278,"Date":"10/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":45,"Cost":25,"Date":"11/11/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":967,"Cost":710,"Date":"11/30/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":109,"Cost":74,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":813,"Cost":462,"Date":"3/1/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":604,"Cost":455,"Date":"4/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":317,"Cost":299,"Date":"5/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":883,"Cost":778,"Date":"8/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":886,"Cost":766,"Date":"9/15/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":52,"Cost":28,"Date":"10/14/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":488,"Cost":273,"Date":"10/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":391,"Cost":257,"Date":"11/11/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":480,"Cost":288,"Date":"12/7/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":811,"Cost":521,"Date":"12/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":944,"Cost":659,"Date":"1/6/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":295,"Cost":160,"Date":"1/23/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":93,"Cost":58,"Date":"2/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":497,"Cost":422,"Date":"3/10/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":368,"Cost":254,"Date":"3/12/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":215,"Cost":125,"Date":"3/31/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":630,"Cost":457,"Date":"6/16/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":109,"Cost":95,"Date":"6/17/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":354,"Cost":298,"Date":"8/27/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":572,"Cost":319,"Date":"10/1/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":384,"Cost":263,"Date":"11/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":655,"Cost":483,"Date":"11/9/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":246,"Cost":219,"Date":"3/27/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":877,"Cost":445,"Date":"4/17/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":325,"Cost":211,"Date":"8/11/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":109,"Cost":92,"Date":"8/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":846,"Cost":512,"Date":"9/2/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":150,"Cost":137,"Date":"9/5/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":645,"Cost":372,"Date":"9/14/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":65,"Cost":37,"Date":"9/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":719,"Cost":505,"Date":"11/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":269,"Cost":144,"Date":"12/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":12,"Cost":10,"Date":"1/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":687,"Cost":616,"Date":"1/21/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":317,"Cost":283,"Date":"2/9/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":66,"Cost":44,"Date":"3/19/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":306,"Cost":193,"Date":"4/3/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":446,"Cost":334,"Date":"4/5/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":944,"Cost":482,"Date":"4/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":569,"Cost":336,"Date":"7/10/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":633,"Cost":475,"Date":"3/25/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":211,"Cost":121,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":934,"Cost":519,"Date":"10/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":19,"Cost":13,"Date":"3/2/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":515,"Cost":365,"Date":"6/28/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":125,"Cost":93,"Date":"7/17/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":595,"Cost":407,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":489,"Cost":371,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":462,"Cost":235,"Date":"11/20/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":157,"Cost":146,"Date":"12/16/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":204,"Cost":183,"Date":"12/30/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":205,"Cost":178,"Date":"2/15/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":598,"Cost":400,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":710,"Cost":400,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":102,"Cost":62,"Date":"4/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":928,"Cost":658,"Date":"7/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":85,"Cost":46,"Date":"8/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":268,"Cost":244,"Date":"10/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":551,"Cost":386,"Date":"11/11/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":687,"Cost":458,"Date":"11/30/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":587,"Cost":336,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":757,"Cost":655,"Date":"3/1/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":832,"Cost":433,"Date":"4/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":273,"Cost":182,"Date":"5/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":89,"Cost":65,"Date":"8/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":248,"Cost":222,"Date":"9/15/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":223,"Cost":132,"Date":"10/14/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":449,"Cost":275,"Date":"10/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":154,"Cost":134,"Date":"11/11/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":19,"Cost":18,"Date":"12/7/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":835,"Cost":418,"Date":"12/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":87,"Cost":71,"Date":"1/6/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":172,"Cost":123,"Date":"1/23/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":427,"Cost":406,"Date":"2/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":666,"Cost":562,"Date":"3/10/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":531,"Cost":333,"Date":"3/12/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":371,"Cost":282,"Date":"3/31/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":620,"Cost":513,"Date":"6/16/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":94,"Cost":50,"Date":"6/17/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":505,"Cost":258,"Date":"8/27/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":590,"Cost":366,"Date":"10/1/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":869,"Cost":716,"Date":"11/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":273,"Cost":250,"Date":"11/9/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":509,"Cost":410,"Date":"3/27/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":198,"Cost":153,"Date":"4/17/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":201,"Cost":177,"Date":"8/11/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":519,"Date":"8/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":132,"Cost":112,"Date":"9/2/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":802,"Cost":699,"Date":"9/5/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":35,"Cost":22,"Date":"9/14/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":906,"Cost":563,"Date":"9/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":403,"Cost":234,"Date":"11/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":361,"Cost":192,"Date":"12/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":263,"Cost":216,"Date":"1/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":62,"Cost":49,"Date":"1/21/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":427,"Cost":217,"Date":"2/9/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":649,"Date":"3/19/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":291,"Cost":224,"Date":"4/3/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":112,"Cost":70,"Date":"4/5/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":541,"Cost":273,"Date":"4/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":133,"Date":"7/10/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":934,"Cost":596,"Date":"3/25/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":831,"Cost":553,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":55,"Cost":43,"Date":"10/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":51,"Cost":45,"Date":"3/2/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":133,"Cost":78,"Date":"6/28/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":828,"Cost":574,"Date":"7/17/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":794,"Cost":483,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":168,"Cost":138,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":405,"Cost":288,"Date":"11/20/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":265,"Cost":178,"Date":"12/16/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":66,"Cost":44,"Date":"12/30/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":715,"Cost":502,"Date":"2/15/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":390,"Cost":329,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":957,"Cost":873,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":942,"Cost":749,"Date":"4/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":794,"Cost":738,"Date":"7/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":836,"Date":"8/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":840,"Cost":465,"Date":"10/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":875,"Cost":506,"Date":"11/11/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":974,"Cost":523,"Date":"11/30/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":278,"Cost":229,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":448,"Cost":332,"Date":"3/1/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":398,"Date":"4/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":531,"Cost":359,"Date":"5/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":511,"Cost":481,"Date":"8/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":502,"Cost":417,"Date":"9/15/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":677,"Cost":425,"Date":"10/14/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":586,"Cost":473,"Date":"10/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":518,"Cost":285,"Date":"11/11/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":440,"Cost":308,"Date":"12/7/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":262,"Cost":138,"Date":"12/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":987,"Cost":795,"Date":"1/6/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":547,"Cost":493,"Date":"1/23/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":822,"Cost":554,"Date":"2/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":998,"Cost":516,"Date":"3/10/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":677,"Cost":407,"Date":"3/12/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":432,"Cost":284,"Date":"3/31/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":163,"Cost":144,"Date":"6/16/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":911,"Cost":628,"Date":"6/17/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":756,"Cost":663,"Date":"8/27/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":976,"Cost":768,"Date":"10/1/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":69,"Cost":44,"Date":"11/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":698,"Cost":433,"Date":"11/9/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":434,"Cost":374,"Date":"3/27/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":349,"Cost":306,"Date":"4/17/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":745,"Cost":425,"Date":"8/11/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":180,"Cost":129,"Date":"8/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":365,"Cost":226,"Date":"9/2/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":772,"Cost":483,"Date":"9/5/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":354,"Cost":291,"Date":"9/14/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":918,"Cost":806,"Date":"9/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":634,"Cost":317,"Date":"11/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":613,"Cost":316,"Date":"12/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":106,"Cost":91,"Date":"1/7/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":238,"Cost":142,"Date":"1/21/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":580,"Cost":451,"Date":"2/9/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":397,"Cost":284,"Date":"3/19/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":958,"Cost":491,"Date":"4/3/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":179,"Cost":92,"Date":"4/5/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":135,"Cost":78,"Date":"4/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":73,"Cost":42,"Date":"7/10/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":488,"Cost":256,"Date":"3/25/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":52,"Cost":44,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":376,"Cost":201,"Date":"10/28/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":354,"Cost":258,"Date":"3/2/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":517,"Cost":470,"Date":"6/28/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":559,"Cost":329,"Date":"7/17/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":400,"Cost":309,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":897,"Cost":642,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":831,"Cost":643,"Date":"11/20/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":253,"Cost":210,"Date":"12/16/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":400,"Cost":235,"Date":"12/30/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":430,"Cost":359,"Date":"2/15/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":693,"Cost":483,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":518,"Cost":360,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":698,"Cost":416,"Date":"4/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":280,"Cost":201,"Date":"7/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":950,"Cost":585,"Date":"8/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":45,"Cost":26,"Date":"10/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":988,"Cost":675,"Date":"11/11/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":920,"Cost":633,"Date":"11/30/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":948,"Cost":817,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":86,"Cost":60,"Date":"3/1/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":260,"Cost":245,"Date":"4/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":426,"Date":"5/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":782,"Cost":455,"Date":"8/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":254,"Cost":170,"Date":"9/15/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":679,"Cost":393,"Date":"10/14/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":850,"Cost":800,"Date":"10/28/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":29,"Cost":20,"Date":"11/11/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":850,"Cost":499,"Date":"12/7/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":616,"Cost":385,"Date":"12/21/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":232,"Cost":162,"Date":"1/6/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":899,"Cost":854,"Date":"1/23/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":106,"Cost":71,"Date":"2/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":824,"Cost":648,"Date":"3/10/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":254,"Cost":227,"Date":"3/12/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":375,"Cost":302,"Date":"3/31/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":907,"Cost":740,"Date":"6/16/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":314,"Cost":242,"Date":"6/17/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":914,"Cost":528,"Date":"8/27/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":773,"Cost":454,"Date":"10/1/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":697,"Cost":530,"Date":"11/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":42,"Cost":27,"Date":"11/9/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":85,"Cost":70,"Date":"3/27/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":309,"Cost":180,"Date":"4/17/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":243,"Cost":145,"Date":"8/11/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":527,"Cost":303,"Date":"8/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":731,"Cost":605,"Date":"9/2/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":496,"Cost":442,"Date":"9/5/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":395,"Cost":212,"Date":"9/14/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":684,"Cost":437,"Date":"9/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":541,"Cost":356,"Date":"11/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":803,"Cost":413,"Date":"12/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":104,"Cost":87,"Date":"1/7/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":483,"Cost":386,"Date":"1/21/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":742,"Cost":389,"Date":"2/9/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":549,"Cost":480,"Date":"3/19/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":955,"Cost":500,"Date":"4/3/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":31,"Cost":26,"Date":"4/5/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":450,"Cost":403,"Date":"4/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":674,"Cost":348,"Date":"7/10/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":346,"Cost":217,"Date":"3/25/2020"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":685,"Cost":498,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":593,"Cost":534,"Date":"10/28/2020"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":771,"Cost":436,"Date":"3/2/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":766,"Cost":409,"Date":"6/28/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":723,"Cost":501,"Date":"7/17/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":500,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":165,"Cost":130,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":56,"Cost":44,"Date":"11/20/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":503,"Cost":348,"Date":"12/16/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":410,"Cost":282,"Date":"12/30/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":68,"Cost":56,"Date":"2/15/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":626,"Cost":507,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":361,"Cost":258,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":499,"Date":"4/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":618,"Cost":332,"Date":"7/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":116,"Cost":62,"Date":"8/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":364,"Cost":286,"Date":"10/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":347,"Cost":189,"Date":"11/11/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":106,"Cost":98,"Date":"11/30/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":164,"Cost":102,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":564,"Cost":310,"Date":"3/1/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":330,"Cost":280,"Date":"4/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":237,"Cost":170,"Date":"5/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":93,"Cost":82,"Date":"8/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":186,"Cost":100,"Date":"9/15/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":773,"Cost":436,"Date":"10/14/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":911,"Cost":682,"Date":"10/28/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":245,"Cost":167,"Date":"11/11/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":236,"Cost":152,"Date":"12/7/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":115,"Cost":70,"Date":"12/21/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":98,"Cost":55,"Date":"1/6/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":761,"Cost":699,"Date":"1/23/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":905,"Cost":790,"Date":"2/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":395,"Date":"3/10/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":239,"Date":"3/12/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":877,"Cost":509,"Date":"3/31/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":732,"Cost":667,"Date":"6/16/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":135,"Cost":97,"Date":"6/17/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":218,"Cost":147,"Date":"8/27/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":253,"Date":"10/1/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":556,"Date":"11/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":706,"Cost":590,"Date":"11/9/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":52,"Cost":30,"Date":"3/27/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":733,"Cost":528,"Date":"4/17/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":632,"Cost":476,"Date":"8/11/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":290,"Cost":159,"Date":"8/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":67,"Cost":61,"Date":"9/2/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":851,"Cost":529,"Date":"9/5/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":538,"Cost":290,"Date":"9/14/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":818,"Cost":671,"Date":"9/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":22,"Cost":16,"Date":"11/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":870,"Cost":506,"Date":"12/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":495,"Cost":319,"Date":"1/7/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":398,"Cost":238,"Date":"1/21/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":273,"Cost":256,"Date":"2/9/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":563,"Cost":409,"Date":"3/19/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":82,"Cost":64,"Date":"4/3/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":391,"Cost":333,"Date":"4/5/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":957,"Cost":707,"Date":"4/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":675,"Cost":636,"Date":"7/10/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":383,"Cost":310,"Date":"3/25/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":708,"Cost":527,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":958,"Cost":493,"Date":"10/28/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":434,"Cost":403,"Date":"3/2/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":639,"Cost":433,"Date":"6/28/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":679,"Cost":425,"Date":"7/17/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":634,"Cost":423,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":137,"Cost":114,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":85,"Cost":61,"Date":"11/20/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":960,"Cost":889,"Date":"12/16/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":949,"Cost":885,"Date":"12/30/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":44,"Cost":36,"Date":"2/15/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":89,"Cost":76,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":112,"Cost":77,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":238,"Cost":154,"Date":"4/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":12,"Cost":8,"Date":"7/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":476,"Cost":269,"Date":"8/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":820,"Cost":611,"Date":"10/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":688,"Cost":650,"Date":"11/11/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":501,"Cost":385,"Date":"11/30/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":326,"Cost":256,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":741,"Cost":700,"Date":"3/1/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":781,"Cost":482,"Date":"4/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":760,"Cost":644,"Date":"5/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":36,"Cost":23,"Date":"8/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":597,"Cost":551,"Date":"9/15/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":368,"Cost":328,"Date":"10/14/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":610,"Cost":457,"Date":"10/28/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":451,"Cost":391,"Date":"11/11/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":365,"Cost":206,"Date":"12/7/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":586,"Cost":460,"Date":"12/21/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":879,"Cost":509,"Date":"1/6/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":268,"Cost":218,"Date":"1/23/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":294,"Cost":209,"Date":"2/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":592,"Cost":468,"Date":"3/10/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":186,"Cost":149,"Date":"3/12/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":650,"Cost":420,"Date":"3/31/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":975,"Cost":751,"Date":"6/16/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":549,"Cost":364,"Date":"6/17/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":253,"Cost":171,"Date":"8/27/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":499,"Cost":389,"Date":"10/1/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":806,"Cost":478,"Date":"11/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":654,"Cost":341,"Date":"11/9/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":126,"Cost":80,"Date":"3/27/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":58,"Cost":50,"Date":"4/17/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":623,"Cost":315,"Date":"8/11/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":452,"Cost":417,"Date":"8/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":450,"Date":"9/2/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":320,"Cost":269,"Date":"9/5/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":924,"Cost":485,"Date":"9/14/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":61,"Cost":46,"Date":"9/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":233,"Date":"11/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":388,"Cost":366,"Date":"12/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":486,"Date":"1/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":659,"Cost":567,"Date":"1/21/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":239,"Date":"2/9/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":990,"Cost":683,"Date":"3/19/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":328,"Cost":267,"Date":"4/3/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":1000,"Cost":878,"Date":"4/5/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":52,"Cost":48,"Date":"4/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":56,"Cost":30,"Date":"7/10/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":402,"Cost":332,"Date":"3/25/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":638,"Cost":470,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":667,"Cost":474,"Date":"10/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":106,"Cost":96,"Date":"3/2/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":135,"Cost":68,"Date":"6/28/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":246,"Cost":124,"Date":"7/17/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":989,"Cost":652,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":364,"Cost":308,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":421,"Cost":250,"Date":"11/20/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":37,"Date":"12/16/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":389,"Date":"12/30/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":62,"Date":"2/15/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":230,"Cost":132,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":587,"Cost":510,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":885,"Cost":461,"Date":"4/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":30,"Cost":19,"Date":"7/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":61,"Cost":44,"Date":"8/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":609,"Cost":519,"Date":"10/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":521,"Cost":471,"Date":"11/11/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":628,"Cost":411,"Date":"11/30/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":636,"Cost":318,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":937,"Cost":541,"Date":"3/1/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":459,"Cost":358,"Date":"4/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":751,"Cost":413,"Date":"5/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":704,"Cost":573,"Date":"8/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":607,"Cost":489,"Date":"9/15/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":160,"Cost":81,"Date":"10/14/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":722,"Cost":672,"Date":"10/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":530,"Cost":268,"Date":"11/11/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":861,"Cost":500,"Date":"12/7/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":309,"Cost":192,"Date":"12/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":823,"Cost":434,"Date":"1/6/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":581,"Cost":328,"Date":"1/23/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":144,"Cost":93,"Date":"2/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":566,"Cost":284,"Date":"3/10/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":840,"Cost":655,"Date":"3/12/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":85,"Cost":47,"Date":"3/31/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":116,"Cost":91,"Date":"6/16/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":496,"Cost":358,"Date":"6/17/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":862,"Cost":724,"Date":"8/27/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":527,"Date":"10/1/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":398,"Cost":334,"Date":"11/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":271,"Cost":157,"Date":"11/9/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":778,"Cost":722,"Date":"3/27/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":319,"Date":"4/17/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":576,"Cost":289,"Date":"8/11/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":983,"Cost":851,"Date":"8/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":823,"Cost":415,"Date":"9/2/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":20,"Date":"9/5/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":301,"Cost":272,"Date":"9/14/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":495,"Cost":276,"Date":"9/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":316,"Cost":223,"Date":"11/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":752,"Cost":487,"Date":"12/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":818,"Cost":603,"Date":"1/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":495,"Date":"1/21/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":931,"Cost":588,"Date":"2/9/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":38,"Cost":19,"Date":"3/19/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":569,"Cost":313,"Date":"4/3/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":992,"Cost":921,"Date":"4/5/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":718,"Cost":439,"Date":"4/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":518,"Cost":401,"Date":"7/10/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":508,"Cost":386,"Date":"3/25/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":118,"Cost":106,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":476,"Cost":375,"Date":"10/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":124,"Cost":70,"Date":"3/2/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":891,"Cost":577,"Date":"6/28/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":790,"Cost":714,"Date":"7/17/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":757,"Cost":418,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":61,"Cost":53,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":513,"Cost":313,"Date":"11/20/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":428,"Cost":341,"Date":"12/16/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":88,"Cost":47,"Date":"12/30/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":479,"Date":"2/15/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":390,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":210,"Cost":146,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":382,"Date":"4/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":677,"Cost":421,"Date":"7/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":859,"Cost":702,"Date":"8/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":567,"Cost":305,"Date":"10/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":430,"Cost":380,"Date":"11/11/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":640,"Cost":513,"Date":"11/30/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":632,"Cost":379,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":227,"Cost":135,"Date":"3/1/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":561,"Date":"4/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":31,"Date":"5/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":727,"Date":"8/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":793,"Cost":618,"Date":"9/15/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":304,"Cost":210,"Date":"10/14/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":316,"Cost":286,"Date":"10/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":641,"Cost":403,"Date":"11/11/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":677,"Cost":366,"Date":"12/7/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":513,"Cost":369,"Date":"12/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":106,"Date":"1/6/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":179,"Cost":156,"Date":"1/23/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":713,"Cost":600,"Date":"2/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":326,"Cost":212,"Date":"3/10/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":12,"Cost":9,"Date":"3/12/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":812,"Cost":479,"Date":"3/31/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":303,"Cost":260,"Date":"6/16/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":933,"Cost":591,"Date":"6/17/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":810,"Date":"8/27/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":958,"Cost":888,"Date":"10/1/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":208,"Cost":126,"Date":"11/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":942,"Cost":716,"Date":"11/9/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":260,"Cost":228,"Date":"3/27/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":277,"Cost":162,"Date":"4/17/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":475,"Cost":443,"Date":"8/11/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":6,"Cost":3,"Date":"8/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":583,"Cost":457,"Date":"9/2/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":461,"Cost":260,"Date":"9/5/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":467,"Cost":237,"Date":"9/14/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":832,"Cost":552,"Date":"9/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":357,"Cost":221,"Date":"11/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":182,"Cost":94,"Date":"12/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":943,"Cost":760,"Date":"1/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":534,"Cost":448,"Date":"1/21/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":5,"Cost":3,"Date":"2/9/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":139,"Cost":131,"Date":"3/19/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":694,"Cost":410,"Date":"4/3/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":578,"Cost":537,"Date":"4/5/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":100,"Cost":65,"Date":"4/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":712,"Cost":612,"Date":"7/10/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":209,"Cost":108,"Date":"3/25/2020"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":175,"Cost":141,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":674,"Cost":591,"Date":"10/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":413,"Cost":261,"Date":"3/2/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":970,"Cost":870,"Date":"6/28/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":819,"Cost":769,"Date":"7/17/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":27,"Cost":21,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":771,"Cost":649,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":160,"Cost":124,"Date":"11/20/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":715,"Cost":560,"Date":"12/16/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":386,"Cost":285,"Date":"12/30/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":49,"Cost":42,"Date":"2/15/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":17,"Cost":16,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":90,"Cost":78,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":463,"Cost":421,"Date":"4/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":607,"Cost":341,"Date":"7/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":815,"Cost":444,"Date":"8/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":6,"Cost":4,"Date":"10/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":552,"Cost":387,"Date":"11/11/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":3,"Cost":3,"Date":"11/30/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":789,"Cost":584,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":142,"Cost":91,"Date":"3/1/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":201,"Cost":171,"Date":"4/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":890,"Cost":598,"Date":"5/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":703,"Cost":628,"Date":"8/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":672,"Cost":476,"Date":"9/15/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":367,"Cost":328,"Date":"10/14/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":119,"Cost":109,"Date":"10/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":961,"Cost":833,"Date":"11/11/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":186,"Cost":147,"Date":"12/7/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":294,"Cost":152,"Date":"12/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":696,"Cost":367,"Date":"1/6/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":395,"Cost":346,"Date":"1/23/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":679,"Cost":588,"Date":"2/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":554,"Cost":406,"Date":"3/10/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":419,"Cost":279,"Date":"3/12/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":641,"Cost":414,"Date":"3/31/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":486,"Cost":290,"Date":"6/16/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":384,"Cost":316,"Date":"6/17/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":88,"Cost":71,"Date":"8/27/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":714,"Cost":676,"Date":"10/1/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":14,"Cost":12,"Date":"11/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":593,"Cost":359,"Date":"11/9/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":777,"Cost":587,"Date":"3/27/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":352,"Cost":298,"Date":"4/17/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":6,"Cost":4,"Date":"8/11/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":530,"Cost":344,"Date":"8/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":494,"Cost":296,"Date":"9/2/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":585,"Cost":307,"Date":"9/5/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":438,"Cost":390,"Date":"9/14/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":920,"Cost":563,"Date":"9/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":477,"Cost":371,"Date":"11/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":485,"Cost":265,"Date":"12/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":398,"Cost":309,"Date":"1/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":740,"Cost":523,"Date":"1/21/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":243,"Cost":163,"Date":"2/9/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":879,"Cost":814,"Date":"3/19/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":530,"Cost":315,"Date":"4/3/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":756,"Cost":386,"Date":"4/5/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":247,"Cost":210,"Date":"4/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":781,"Cost":542,"Date":"7/10/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":957,"Cost":909,"Date":"3/25/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":389,"Cost":287,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":406,"Cost":358,"Date":"10/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":681,"Cost":551,"Date":"3/2/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":834,"Cost":670,"Date":"6/28/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":860,"Cost":491,"Date":"7/17/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":612,"Cost":395,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":533,"Cost":371,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":516,"Cost":477,"Date":"11/20/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":321,"Cost":251,"Date":"12/16/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":17,"Cost":16,"Date":"12/30/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":707,"Cost":511,"Date":"2/15/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":49,"Cost":37,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":723,"Cost":503,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":857,"Cost":521,"Date":"4/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":990,"Cost":858,"Date":"7/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":270,"Cost":145,"Date":"8/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":301,"Cost":190,"Date":"10/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":67,"Cost":53,"Date":"11/11/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":603,"Cost":339,"Date":"11/30/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":745,"Cost":429,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":893,"Cost":817,"Date":"3/1/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":234,"Cost":135,"Date":"4/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":548,"Cost":496,"Date":"5/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":450,"Cost":232,"Date":"8/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":439,"Cost":295,"Date":"9/15/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":980,"Cost":887,"Date":"10/14/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":635,"Cost":597,"Date":"10/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":946,"Cost":568,"Date":"11/11/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":93,"Cost":56,"Date":"12/7/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":684,"Cost":527,"Date":"12/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":126,"Cost":116,"Date":"1/6/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":229,"Cost":202,"Date":"1/23/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":482,"Date":"2/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":608,"Cost":534,"Date":"3/10/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":126,"Cost":115,"Date":"3/12/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":621,"Cost":522,"Date":"3/31/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":539,"Cost":367,"Date":"6/16/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":144,"Cost":103,"Date":"6/17/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":893,"Cost":803,"Date":"8/27/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":118,"Cost":64,"Date":"10/1/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":182,"Cost":172,"Date":"11/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":965,"Cost":613,"Date":"11/9/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":52,"Cost":40,"Date":"3/27/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":305,"Date":"4/17/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":367,"Cost":208,"Date":"8/11/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":700,"Cost":535,"Date":"8/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":312,"Cost":245,"Date":"9/2/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":775,"Date":"9/5/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":766,"Cost":409,"Date":"9/14/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":222,"Cost":197,"Date":"9/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":790,"Date":"11/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":600,"Cost":477,"Date":"12/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":678,"Cost":447,"Date":"1/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":295,"Cost":172,"Date":"1/21/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":898,"Cost":657,"Date":"2/9/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":622,"Cost":510,"Date":"3/19/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":955,"Cost":774,"Date":"4/3/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":883,"Cost":455,"Date":"4/5/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":146,"Cost":104,"Date":"4/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":927,"Cost":706,"Date":"7/10/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":216,"Cost":203,"Date":"3/25/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":886,"Cost":633,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":492,"Cost":339,"Date":"10/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":217,"Cost":196,"Date":"3/2/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":781,"Cost":625,"Date":"6/28/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":740,"Cost":698,"Date":"7/17/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":726,"Cost":473,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":512,"Cost":420,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":866,"Cost":537,"Date":"11/20/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":436,"Cost":278,"Date":"12/16/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":181,"Cost":94,"Date":"12/30/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":700,"Cost":418,"Date":"2/15/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":237,"Cost":217,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":596,"Cost":535,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":287,"Cost":195,"Date":"4/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":519,"Cost":465,"Date":"7/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":905,"Cost":851,"Date":"8/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":565,"Cost":496,"Date":"10/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":914,"Cost":522,"Date":"11/11/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":56,"Cost":51,"Date":"11/30/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":758,"Cost":430,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":110,"Date":"3/1/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":359,"Cost":256,"Date":"4/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":721,"Cost":389,"Date":"5/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":592,"Cost":334,"Date":"8/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":216,"Cost":180,"Date":"9/15/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":574,"Cost":490,"Date":"10/14/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":828,"Cost":456,"Date":"10/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":272,"Cost":147,"Date":"11/11/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":255,"Cost":175,"Date":"12/7/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":918,"Cost":522,"Date":"12/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":402,"Cost":204,"Date":"1/6/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":924,"Cost":687,"Date":"1/23/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":982,"Cost":637,"Date":"2/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":30,"Cost":17,"Date":"3/10/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":112,"Cost":85,"Date":"3/12/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":248,"Cost":193,"Date":"3/31/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":533,"Date":"6/16/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":561,"Cost":297,"Date":"6/17/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":970,"Cost":502,"Date":"8/27/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":467,"Cost":378,"Date":"10/1/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":842,"Cost":624,"Date":"11/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":226,"Cost":208,"Date":"11/9/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":718,"Date":"3/27/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":335,"Date":"4/17/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":566,"Cost":351,"Date":"8/11/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":437,"Cost":335,"Date":"8/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":823,"Cost":609,"Date":"9/2/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":136,"Cost":96,"Date":"9/5/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":30,"Cost":20,"Date":"9/14/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":733,"Cost":375,"Date":"9/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":395,"Cost":302,"Date":"11/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":749,"Cost":602,"Date":"12/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":965,"Cost":533,"Date":"1/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":624,"Cost":408,"Date":"1/21/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":267,"Cost":224,"Date":"2/9/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":320,"Cost":184,"Date":"3/19/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":250,"Cost":165,"Date":"4/3/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":282,"Cost":262,"Date":"4/5/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":362,"Cost":220,"Date":"4/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":245,"Cost":168,"Date":"7/10/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":223,"Cost":198,"Date":"3/25/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":628,"Cost":564,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":497,"Cost":451,"Date":"10/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":205,"Cost":109,"Date":"3/2/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":266,"Cost":215,"Date":"6/28/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":672,"Cost":618,"Date":"7/17/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":64,"Cost":32,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":685,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":548,"Cost":398,"Date":"11/20/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":981,"Cost":564,"Date":"12/16/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":555,"Cost":348,"Date":"12/30/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":708,"Cost":402,"Date":"2/15/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":403,"Cost":323,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":479,"Cost":339,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":962,"Cost":493,"Date":"4/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":620,"Cost":497,"Date":"7/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":732,"Cost":519,"Date":"8/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":666,"Cost":457,"Date":"10/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":772,"Cost":500,"Date":"11/11/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":502,"Cost":277,"Date":"11/30/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":514,"Cost":347,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":538,"Cost":472,"Date":"3/1/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":615,"Cost":577,"Date":"4/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":454,"Cost":368,"Date":"5/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":446,"Cost":235,"Date":"8/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":667,"Cost":367,"Date":"9/15/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":417,"Cost":283,"Date":"10/14/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":252,"Cost":164,"Date":"10/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":974,"Cost":608,"Date":"11/11/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":417,"Cost":310,"Date":"12/7/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":667,"Cost":370,"Date":"12/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":658,"Cost":553,"Date":"1/6/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":776,"Cost":400,"Date":"1/23/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":401,"Cost":365,"Date":"2/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":786,"Cost":729,"Date":"3/10/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":577,"Cost":541,"Date":"3/12/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":891,"Cost":652,"Date":"3/31/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":408,"Date":"6/16/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":587,"Cost":438,"Date":"6/17/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":15,"Cost":11,"Date":"8/27/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":288,"Cost":222,"Date":"10/1/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":53,"Cost":42,"Date":"11/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":499,"Date":"11/9/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":477,"Cost":257,"Date":"3/27/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":453,"Cost":413,"Date":"4/17/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":781,"Cost":500,"Date":"8/11/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":228,"Cost":189,"Date":"8/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":40,"Cost":35,"Date":"9/2/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":910,"Cost":746,"Date":"9/5/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":540,"Cost":386,"Date":"9/14/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":106,"Cost":56,"Date":"9/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":457,"Cost":276,"Date":"11/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":237,"Cost":157,"Date":"12/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":219,"Cost":157,"Date":"1/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":575,"Cost":316,"Date":"1/21/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":761,"Cost":612,"Date":"2/9/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":234,"Cost":167,"Date":"3/19/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":841,"Cost":663,"Date":"4/3/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":666,"Cost":500,"Date":"4/5/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":481,"Cost":447,"Date":"4/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":643,"Cost":542,"Date":"7/10/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":118,"Cost":89,"Date":"3/25/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":148,"Cost":99,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":890,"Date":"10/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":729,"Cost":477,"Date":"3/2/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":432,"Cost":337,"Date":"6/28/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":636,"Cost":371,"Date":"7/17/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":727,"Cost":406,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":647,"Cost":613,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":454,"Cost":382,"Date":"11/20/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":949,"Cost":664,"Date":"12/16/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":670,"Cost":594,"Date":"12/30/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":947,"Cost":602,"Date":"2/15/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":606,"Cost":537,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":362,"Cost":188,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":504,"Cost":405,"Date":"4/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":52,"Cost":48,"Date":"7/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":530,"Cost":333,"Date":"8/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":175,"Cost":127,"Date":"10/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":538,"Cost":469,"Date":"11/11/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":863,"Cost":720,"Date":"11/30/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":421,"Cost":354,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":81,"Cost":49,"Date":"3/1/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":795,"Cost":401,"Date":"4/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":930,"Cost":562,"Date":"5/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":470,"Cost":431,"Date":"8/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":438,"Cost":356,"Date":"9/15/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":30,"Cost":19,"Date":"10/14/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":763,"Cost":597,"Date":"10/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":332,"Cost":237,"Date":"11/11/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":602,"Cost":304,"Date":"12/7/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":328,"Cost":283,"Date":"12/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":964,"Cost":487,"Date":"1/6/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":212,"Cost":124,"Date":"1/23/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":465,"Date":"2/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":736,"Cost":602,"Date":"3/10/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":650,"Cost":361,"Date":"3/12/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":711,"Cost":579,"Date":"3/31/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":409,"Cost":372,"Date":"6/16/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":488,"Cost":266,"Date":"6/17/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":531,"Cost":270,"Date":"8/27/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":870,"Cost":751,"Date":"10/1/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":568,"Date":"11/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":657,"Cost":477,"Date":"11/9/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":284,"Cost":184,"Date":"3/27/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":74,"Cost":70,"Date":"4/17/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":844,"Cost":472,"Date":"8/11/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":163,"Cost":145,"Date":"8/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":630,"Cost":533,"Date":"9/2/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":750,"Cost":399,"Date":"9/5/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":159,"Cost":132,"Date":"9/14/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":578,"Cost":403,"Date":"9/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":883,"Cost":700,"Date":"11/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":690,"Cost":645,"Date":"12/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":791,"Cost":746,"Date":"1/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":727,"Cost":448,"Date":"1/21/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":447,"Cost":233,"Date":"2/9/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":60,"Cost":46,"Date":"3/19/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":890,"Cost":572,"Date":"4/3/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":195,"Cost":142,"Date":"4/5/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":547,"Cost":504,"Date":"4/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":168,"Cost":113,"Date":"7/10/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":474,"Cost":397,"Date":"3/25/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":47,"Cost":39,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":931,"Cost":651,"Date":"10/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":886,"Cost":775,"Date":"3/2/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":705,"Cost":508,"Date":"6/28/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":67,"Cost":52,"Date":"7/17/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":729,"Cost":428,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":17,"Cost":10,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":184,"Cost":108,"Date":"11/20/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":141,"Cost":117,"Date":"12/16/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":928,"Cost":689,"Date":"12/30/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":902,"Cost":613,"Date":"2/15/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":780,"Cost":607,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":286,"Cost":210,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":190,"Cost":136,"Date":"4/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":929,"Cost":570,"Date":"7/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":849,"Cost":734,"Date":"8/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":845,"Cost":618,"Date":"10/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":748,"Cost":535,"Date":"11/11/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":38,"Cost":33,"Date":"11/30/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":192,"Cost":98,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":845,"Cost":483,"Date":"3/1/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":968,"Cost":715,"Date":"4/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":948,"Cost":590,"Date":"5/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":971,"Cost":492,"Date":"8/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":702,"Cost":463,"Date":"9/15/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":404,"Cost":342,"Date":"10/14/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":913,"Cost":531,"Date":"10/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":729,"Cost":390,"Date":"11/11/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":136,"Cost":120,"Date":"12/7/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":953,"Cost":493,"Date":"12/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":589,"Cost":421,"Date":"1/6/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":86,"Cost":74,"Date":"1/23/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":641,"Cost":500,"Date":"2/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":217,"Cost":151,"Date":"3/10/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":510,"Cost":327,"Date":"3/12/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":558,"Cost":520,"Date":"3/31/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":710,"Cost":586,"Date":"6/16/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":158,"Cost":146,"Date":"6/17/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":197,"Cost":148,"Date":"8/27/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":365,"Cost":248,"Date":"10/1/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":228,"Cost":178,"Date":"11/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":925,"Cost":572,"Date":"11/9/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":924,"Cost":601,"Date":"3/27/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":240,"Cost":125,"Date":"4/17/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":884,"Cost":787,"Date":"8/11/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":765,"Cost":647,"Date":"8/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":508,"Cost":387,"Date":"9/2/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":857,"Cost":769,"Date":"9/5/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":930,"Cost":651,"Date":"9/14/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":284,"Cost":232,"Date":"9/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":913,"Date":"11/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":865,"Cost":748,"Date":"12/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":197,"Cost":107,"Date":"1/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":127,"Date":"1/21/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":86,"Cost":70,"Date":"2/9/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":107,"Cost":98,"Date":"3/19/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":525,"Cost":369,"Date":"4/3/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":741,"Cost":543,"Date":"4/5/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":382,"Date":"4/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":766,"Cost":500,"Date":"7/10/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":85,"Cost":54,"Date":"3/25/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":530,"Cost":430,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":827,"Cost":765,"Date":"10/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":564,"Cost":439,"Date":"3/2/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":292,"Cost":264,"Date":"6/28/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":708,"Cost":625,"Date":"7/17/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":319,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":443,"Cost":301,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":993,"Cost":928,"Date":"11/20/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":123,"Cost":90,"Date":"12/16/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":62,"Cost":38,"Date":"12/30/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":345,"Cost":274,"Date":"2/15/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":493,"Cost":326,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":533,"Cost":441,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":411,"Cost":348,"Date":"4/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":1,"Cost":0,"Date":"7/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":170,"Cost":120,"Date":"8/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":163,"Cost":130,"Date":"10/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":72,"Cost":48,"Date":"11/11/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":132,"Date":"11/30/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":260,"Cost":168,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":315,"Cost":177,"Date":"3/1/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":179,"Cost":122,"Date":"4/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":691,"Cost":365,"Date":"5/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":386,"Cost":252,"Date":"8/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":31,"Cost":23,"Date":"9/15/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":825,"Cost":783,"Date":"10/14/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":126,"Date":"10/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":804,"Cost":563,"Date":"11/11/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":455,"Cost":302,"Date":"12/7/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":679,"Cost":429,"Date":"12/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":411,"Cost":374,"Date":"1/6/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":115,"Cost":94,"Date":"1/23/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":230,"Cost":125,"Date":"2/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":164,"Cost":149,"Date":"3/10/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":778,"Cost":527,"Date":"3/12/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":424,"Cost":219,"Date":"3/31/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":608,"Date":"6/16/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":1,"Cost":0,"Date":"6/17/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":267,"Cost":146,"Date":"8/27/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":390,"Date":"10/1/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":717,"Cost":656,"Date":"11/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":419,"Cost":329,"Date":"11/9/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":507,"Cost":392,"Date":"3/27/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":630,"Cost":573,"Date":"4/17/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":723,"Cost":464,"Date":"8/11/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":187,"Cost":115,"Date":"8/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":900,"Cost":703,"Date":"9/2/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":795,"Cost":730,"Date":"9/5/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":251,"Cost":132,"Date":"9/14/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":252,"Cost":177,"Date":"9/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":728,"Cost":374,"Date":"11/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":433,"Cost":344,"Date":"12/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":359,"Cost":321,"Date":"1/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":180,"Cost":167,"Date":"1/21/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":850,"Cost":806,"Date":"2/9/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":458,"Date":"3/19/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":62,"Cost":56,"Date":"4/3/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":361,"Cost":181,"Date":"4/5/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":419,"Cost":365,"Date":"4/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":503,"Date":"7/10/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":527,"Cost":386,"Date":"3/25/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":215,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":324,"Cost":199,"Date":"10/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":631,"Cost":552,"Date":"3/2/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":739,"Cost":436,"Date":"6/28/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":353,"Cost":207,"Date":"7/17/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":741,"Cost":395,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":168,"Cost":134,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":121,"Cost":98,"Date":"11/20/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":526,"Cost":440,"Date":"12/16/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":218,"Cost":206,"Date":"12/30/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":655,"Cost":482,"Date":"2/15/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":400,"Cost":331,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":199,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":743,"Cost":680,"Date":"4/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":503,"Cost":399,"Date":"7/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":347,"Cost":240,"Date":"8/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":682,"Cost":440,"Date":"10/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":775,"Cost":565,"Date":"11/11/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":309,"Cost":272,"Date":"11/30/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":800,"Cost":471,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":411,"Cost":313,"Date":"3/1/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":12,"Cost":6,"Date":"4/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":727,"Cost":472,"Date":"5/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":53,"Cost":27,"Date":"8/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":32,"Cost":20,"Date":"9/15/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":753,"Cost":431,"Date":"10/14/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":437,"Cost":329,"Date":"10/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":275,"Cost":182,"Date":"11/11/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":48,"Cost":25,"Date":"12/7/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":550,"Cost":497,"Date":"12/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":767,"Cost":719,"Date":"1/6/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":296,"Cost":187,"Date":"1/23/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":987,"Cost":740,"Date":"2/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":496,"Cost":282,"Date":"3/10/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":768,"Cost":716,"Date":"3/12/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":295,"Cost":166,"Date":"3/31/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":653,"Cost":409,"Date":"6/16/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":957,"Cost":620,"Date":"6/17/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":571,"Cost":488,"Date":"8/27/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":171,"Cost":95,"Date":"10/1/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":65,"Cost":58,"Date":"11/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":604,"Cost":461,"Date":"11/9/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":331,"Cost":183,"Date":"3/27/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":208,"Cost":138,"Date":"4/17/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":163,"Cost":149,"Date":"8/11/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":938,"Cost":663,"Date":"8/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":976,"Cost":605,"Date":"9/2/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":5,"Cost":4,"Date":"9/5/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":847,"Cost":465,"Date":"9/14/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":926,"Cost":718,"Date":"9/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":536,"Cost":388,"Date":"11/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":477,"Cost":389,"Date":"12/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":77,"Cost":62,"Date":"1/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":597,"Cost":529,"Date":"1/21/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":128,"Cost":111,"Date":"2/9/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":533,"Cost":284,"Date":"3/19/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":413,"Cost":296,"Date":"4/3/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":27,"Cost":13,"Date":"4/5/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":560,"Cost":357,"Date":"4/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":21,"Cost":19,"Date":"7/10/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":400,"Date":"3/25/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":428,"Cost":373,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":941,"Cost":646,"Date":"10/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":151,"Cost":87,"Date":"3/2/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":421,"Date":"6/28/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":197,"Cost":132,"Date":"7/17/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":586,"Cost":497,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":726,"Cost":487,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":30,"Cost":17,"Date":"11/20/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":802,"Cost":643,"Date":"12/16/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":367,"Cost":337,"Date":"12/30/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":441,"Cost":280,"Date":"2/15/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":147,"Cost":90,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":78,"Cost":52,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":214,"Cost":174,"Date":"4/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":372,"Cost":223,"Date":"7/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":728,"Cost":627,"Date":"8/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":735,"Date":"10/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":848,"Cost":479,"Date":"11/11/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":213,"Cost":164,"Date":"11/30/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":464,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":688,"Cost":437,"Date":"3/1/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":804,"Date":"4/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":708,"Cost":440,"Date":"5/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":602,"Cost":315,"Date":"8/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":488,"Cost":398,"Date":"9/15/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":646,"Cost":415,"Date":"10/14/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":190,"Cost":148,"Date":"10/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":726,"Cost":545,"Date":"11/11/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":324,"Date":"12/7/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":655,"Cost":500,"Date":"12/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":902,"Cost":577,"Date":"1/6/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":640,"Date":"1/23/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":99,"Cost":70,"Date":"2/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":193,"Date":"3/10/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":303,"Cost":265,"Date":"3/12/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":876,"Cost":632,"Date":"3/31/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":66,"Cost":37,"Date":"6/16/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":790,"Cost":722,"Date":"6/17/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":163,"Cost":136,"Date":"8/27/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":344,"Date":"10/1/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":617,"Cost":384,"Date":"11/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":851,"Cost":674,"Date":"11/9/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":464,"Cost":357,"Date":"3/27/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":623,"Cost":330,"Date":"4/17/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":349,"Cost":198,"Date":"8/11/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":581,"Cost":384,"Date":"8/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":437,"Cost":383,"Date":"9/2/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":897,"Cost":688,"Date":"9/5/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":694,"Cost":457,"Date":"9/14/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":234,"Cost":179,"Date":"9/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":765,"Cost":624,"Date":"11/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":984,"Cost":757,"Date":"12/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":96,"Cost":87,"Date":"1/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":136,"Cost":124,"Date":"1/21/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":610,"Date":"2/9/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":675,"Cost":395,"Date":"3/19/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":855,"Cost":452,"Date":"4/3/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":222,"Cost":183,"Date":"4/5/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":739,"Cost":687,"Date":"4/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":153,"Cost":133,"Date":"7/10/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":746,"Cost":536,"Date":"3/25/2020"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":40,"Cost":21,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":384,"Cost":358,"Date":"10/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":720,"Cost":379,"Date":"3/2/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":599,"Cost":480,"Date":"6/28/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":189,"Cost":123,"Date":"7/17/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":129,"Cost":69,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":80,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":224,"Cost":191,"Date":"11/20/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":772,"Cost":527,"Date":"12/16/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":153,"Cost":129,"Date":"12/30/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":321,"Cost":266,"Date":"2/15/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":671,"Cost":518,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":963,"Cost":791,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":719,"Cost":363,"Date":"4/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":270,"Cost":182,"Date":"7/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":591,"Cost":500,"Date":"8/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":433,"Date":"10/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":588,"Cost":466,"Date":"11/11/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":835,"Cost":565,"Date":"11/30/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":868,"Cost":655,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":427,"Cost":353,"Date":"3/1/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":407,"Cost":288,"Date":"4/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":88,"Cost":57,"Date":"5/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":70,"Cost":46,"Date":"8/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":87,"Cost":52,"Date":"9/15/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":170,"Cost":142,"Date":"10/14/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":1000,"Cost":921,"Date":"10/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":223,"Cost":144,"Date":"11/11/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":386,"Date":"12/7/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":232,"Cost":180,"Date":"12/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":725,"Cost":680,"Date":"1/6/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":596,"Cost":447,"Date":"1/23/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":838,"Cost":592,"Date":"2/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":345,"Cost":215,"Date":"3/10/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":916,"Cost":685,"Date":"3/12/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":719,"Cost":524,"Date":"3/31/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":178,"Cost":108,"Date":"6/16/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":610,"Cost":342,"Date":"6/17/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":638,"Cost":562,"Date":"8/27/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":310,"Cost":292,"Date":"10/1/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":245,"Cost":166,"Date":"11/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":969,"Cost":803,"Date":"11/9/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":12,"Cost":8,"Date":"3/27/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":334,"Cost":181,"Date":"4/17/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":870,"Cost":756,"Date":"8/11/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":581,"Cost":312,"Date":"8/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":113,"Cost":79,"Date":"9/2/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":684,"Cost":610,"Date":"9/5/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":80,"Cost":68,"Date":"9/14/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":520,"Cost":377,"Date":"9/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":612,"Cost":491,"Date":"11/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":28,"Cost":16,"Date":"12/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":23,"Cost":20,"Date":"1/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":986,"Cost":709,"Date":"1/21/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":529,"Cost":356,"Date":"2/9/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":754,"Cost":408,"Date":"3/19/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":391,"Cost":365,"Date":"4/3/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":743,"Cost":595,"Date":"4/5/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":172,"Cost":106,"Date":"4/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":328,"Cost":166,"Date":"7/10/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":725,"Cost":596,"Date":"3/25/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":409,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":894,"Cost":770,"Date":"10/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":608,"Cost":552,"Date":"3/2/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":238,"Date":"6/28/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":295,"Cost":183,"Date":"7/17/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":214,"Cost":135,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":542,"Cost":373,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":648,"Cost":609,"Date":"11/20/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":390,"Date":"12/16/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":162,"Cost":83,"Date":"12/30/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":591,"Date":"2/15/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":645,"Cost":493,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":747,"Cost":560,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":301,"Cost":247,"Date":"4/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":470,"Cost":356,"Date":"7/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":177,"Cost":144,"Date":"8/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":450,"Date":"10/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":543,"Cost":501,"Date":"11/11/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":462,"Cost":385,"Date":"11/30/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":64,"Cost":36,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":527,"Cost":299,"Date":"3/1/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":647,"Cost":610,"Date":"4/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":669,"Cost":374,"Date":"5/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":577,"Cost":472,"Date":"8/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":316,"Cost":234,"Date":"9/15/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":839,"Cost":629,"Date":"10/14/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":333,"Cost":177,"Date":"10/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":261,"Cost":138,"Date":"11/11/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":587,"Date":"12/7/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":972,"Cost":777,"Date":"12/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":252,"Cost":175,"Date":"1/6/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":722,"Cost":677,"Date":"1/23/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":898,"Cost":548,"Date":"2/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":273,"Cost":209,"Date":"3/10/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":520,"Date":"3/12/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":628,"Cost":474,"Date":"3/31/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":86,"Cost":68,"Date":"6/16/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":707,"Cost":434,"Date":"6/17/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":832,"Cost":439,"Date":"8/27/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":173,"Cost":90,"Date":"10/1/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":358,"Cost":198,"Date":"11/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":145,"Date":"11/9/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":396,"Cost":371,"Date":"3/27/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":94,"Cost":63,"Date":"4/17/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":401,"Cost":275,"Date":"8/11/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":464,"Cost":347,"Date":"8/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":155,"Cost":117,"Date":"9/2/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":729,"Cost":606,"Date":"9/5/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":861,"Cost":718,"Date":"9/14/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":697,"Cost":550,"Date":"9/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":160,"Cost":83,"Date":"11/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":104,"Cost":56,"Date":"12/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":691,"Cost":653,"Date":"1/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":833,"Cost":696,"Date":"1/21/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":442,"Cost":303,"Date":"2/9/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":373,"Cost":350,"Date":"3/19/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":646,"Cost":489,"Date":"4/3/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":865,"Cost":763,"Date":"4/5/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":289,"Cost":226,"Date":"4/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":596,"Cost":522,"Date":"7/10/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":129,"Cost":80,"Date":"3/25/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":450,"Cost":288,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":942,"Cost":785,"Date":"10/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":117,"Cost":66,"Date":"3/2/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":19,"Cost":16,"Date":"6/28/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":639,"Cost":472,"Date":"7/17/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":395,"Cost":223,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":922,"Cost":534,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":333,"Cost":238,"Date":"11/20/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":434,"Cost":400,"Date":"12/16/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":636,"Cost":427,"Date":"12/30/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":927,"Cost":820,"Date":"2/15/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":69,"Cost":64,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":475,"Cost":382,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":416,"Cost":216,"Date":"4/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":661,"Cost":335,"Date":"7/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":283,"Cost":226,"Date":"8/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":864,"Cost":664,"Date":"10/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":155,"Cost":103,"Date":"11/11/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":100,"Cost":65,"Date":"11/30/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":487,"Cost":423,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":100,"Cost":63,"Date":"3/1/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":463,"Cost":328,"Date":"4/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":572,"Cost":329,"Date":"5/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":161,"Cost":96,"Date":"8/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":173,"Cost":122,"Date":"9/15/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":769,"Cost":441,"Date":"10/14/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":11,"Cost":8,"Date":"10/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":794,"Cost":493,"Date":"11/11/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":104,"Cost":97,"Date":"12/7/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":298,"Cost":190,"Date":"12/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":797,"Cost":460,"Date":"1/6/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":867,"Cost":461,"Date":"1/23/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":857,"Cost":518,"Date":"2/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":111,"Cost":57,"Date":"3/10/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":295,"Cost":270,"Date":"3/12/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":62,"Cost":42,"Date":"3/31/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":96,"Cost":81,"Date":"6/16/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":916,"Cost":803,"Date":"6/17/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":728,"Cost":414,"Date":"8/27/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":970,"Cost":680,"Date":"10/1/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":946,"Cost":536,"Date":"11/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":749,"Cost":666,"Date":"11/9/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":462,"Cost":384,"Date":"3/27/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":3,"Cost":1,"Date":"4/17/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":380,"Cost":360,"Date":"8/11/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":818,"Cost":741,"Date":"8/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":728,"Cost":390,"Date":"9/2/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":258,"Cost":162,"Date":"9/5/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":57,"Cost":36,"Date":"9/14/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":879,"Cost":605,"Date":"9/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":390,"Cost":202,"Date":"11/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":133,"Cost":105,"Date":"12/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":455,"Cost":423,"Date":"1/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":160,"Cost":81,"Date":"1/21/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":899,"Cost":606,"Date":"2/9/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":685,"Cost":578,"Date":"3/19/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":903,"Cost":632,"Date":"4/3/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":217,"Cost":188,"Date":"4/5/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":55,"Cost":28,"Date":"4/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":705,"Cost":550,"Date":"7/10/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":976,"Cost":627,"Date":"3/25/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":303,"Cost":253,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":382,"Cost":339,"Date":"10/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":59,"Cost":49,"Date":"3/2/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":74,"Cost":47,"Date":"6/28/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":203,"Cost":130,"Date":"7/17/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":481,"Cost":396,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":608,"Cost":571,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":90,"Cost":48,"Date":"11/20/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":811,"Cost":614,"Date":"12/16/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":368,"Cost":270,"Date":"12/30/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":137,"Cost":86,"Date":"2/15/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":800,"Cost":404,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":94,"Cost":56,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":138,"Cost":102,"Date":"4/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":697,"Cost":589,"Date":"7/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":48,"Cost":26,"Date":"8/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":604,"Cost":403,"Date":"10/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":517,"Cost":373,"Date":"11/11/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":841,"Cost":758,"Date":"11/30/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":756,"Cost":590,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":921,"Cost":722,"Date":"3/1/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":659,"Cost":496,"Date":"4/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":433,"Cost":286,"Date":"5/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":648,"Cost":543,"Date":"8/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":554,"Cost":524,"Date":"9/15/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":96,"Cost":62,"Date":"10/14/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":310,"Cost":237,"Date":"10/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":750,"Cost":700,"Date":"11/11/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":568,"Cost":450,"Date":"12/7/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":966,"Cost":495,"Date":"12/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":525,"Cost":492,"Date":"1/6/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":190,"Cost":170,"Date":"1/23/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":314,"Cost":216,"Date":"2/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":522,"Cost":316,"Date":"3/10/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":703,"Cost":573,"Date":"3/12/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":864,"Cost":784,"Date":"3/31/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":490,"Cost":310,"Date":"6/16/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":6,"Cost":4,"Date":"6/17/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":418,"Cost":276,"Date":"8/27/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":654,"Cost":423,"Date":"10/1/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":158,"Cost":117,"Date":"11/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":17,"Cost":16,"Date":"11/9/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":521,"Cost":414,"Date":"3/27/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":945,"Cost":714,"Date":"4/17/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":82,"Cost":59,"Date":"8/11/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":944,"Cost":727,"Date":"8/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":678,"Cost":550,"Date":"9/2/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":527,"Cost":444,"Date":"9/5/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":421,"Cost":367,"Date":"9/14/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":55,"Date":"9/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":206,"Cost":124,"Date":"11/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":828,"Cost":546,"Date":"12/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":941,"Cost":590,"Date":"1/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":942,"Cost":691,"Date":"1/21/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":263,"Cost":173,"Date":"2/9/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":873,"Cost":771,"Date":"3/19/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":442,"Cost":350,"Date":"4/3/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":905,"Cost":846,"Date":"4/5/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":588,"Cost":440,"Date":"4/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":704,"Cost":431,"Date":"7/10/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":969,"Cost":719,"Date":"3/25/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":941,"Cost":631,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":387,"Cost":267,"Date":"10/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":607,"Cost":505,"Date":"3/2/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":986,"Cost":642,"Date":"6/28/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":690,"Cost":542,"Date":"7/17/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":488,"Cost":440,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":212,"Cost":127,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":837,"Cost":477,"Date":"11/20/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":935,"Cost":853,"Date":"12/16/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":70,"Cost":60,"Date":"12/30/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":480,"Cost":254,"Date":"2/15/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":714,"Cost":361,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":616,"Cost":412,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":42,"Date":"4/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":850,"Cost":724,"Date":"7/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":140,"Cost":127,"Date":"8/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":598,"Cost":457,"Date":"10/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":292,"Cost":206,"Date":"11/11/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":886,"Cost":501,"Date":"11/30/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":901,"Cost":815,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":798,"Cost":641,"Date":"3/1/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":216,"Cost":143,"Date":"4/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":703,"Cost":482,"Date":"5/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":878,"Cost":519,"Date":"8/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":867,"Cost":788,"Date":"9/15/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":687,"Date":"10/14/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":111,"Cost":70,"Date":"10/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":780,"Cost":429,"Date":"11/11/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":880,"Cost":783,"Date":"12/7/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":455,"Cost":236,"Date":"12/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":86,"Date":"1/6/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":592,"Date":"1/23/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":637,"Cost":569,"Date":"2/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":69,"Cost":62,"Date":"3/10/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":333,"Cost":287,"Date":"3/12/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":377,"Cost":277,"Date":"3/31/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":878,"Cost":632,"Date":"6/16/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":576,"Cost":430,"Date":"6/17/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":410,"Cost":258,"Date":"8/27/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":31,"Cost":28,"Date":"10/1/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":619,"Cost":466,"Date":"11/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":959,"Cost":858,"Date":"11/9/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":305,"Cost":251,"Date":"3/27/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":175,"Cost":163,"Date":"4/17/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":497,"Date":"8/11/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":101,"Cost":66,"Date":"8/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":522,"Cost":426,"Date":"9/2/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":112,"Cost":102,"Date":"9/5/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":61,"Cost":32,"Date":"9/14/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":974,"Cost":839,"Date":"9/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":749,"Cost":510,"Date":"11/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":828,"Cost":491,"Date":"12/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":565,"Cost":357,"Date":"1/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":524,"Cost":281,"Date":"1/21/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":46,"Cost":37,"Date":"2/9/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":707,"Cost":555,"Date":"3/19/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":398,"Cost":295,"Date":"4/3/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":626,"Cost":417,"Date":"4/5/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":474,"Cost":245,"Date":"4/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":410,"Cost":327,"Date":"7/10/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":635,"Cost":453,"Date":"3/25/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":514,"Cost":344,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":263,"Cost":212,"Date":"10/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":10,"Cost":6,"Date":"3/2/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":261,"Cost":206,"Date":"6/28/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":186,"Cost":142,"Date":"7/17/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":192,"Cost":151,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":944,"Cost":877,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":472,"Cost":275,"Date":"11/20/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":574,"Cost":380,"Date":"12/16/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":328,"Cost":186,"Date":"12/30/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":331,"Cost":263,"Date":"2/15/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":448,"Cost":249,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":214,"Cost":202,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":915,"Cost":821,"Date":"4/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":144,"Cost":102,"Date":"7/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":125,"Cost":84,"Date":"8/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":947,"Cost":685,"Date":"10/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":298,"Cost":154,"Date":"11/11/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":195,"Cost":158,"Date":"11/30/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":622,"Cost":478,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":829,"Cost":648,"Date":"3/1/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":251,"Cost":162,"Date":"4/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":237,"Cost":184,"Date":"5/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":33,"Date":"8/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":27,"Cost":23,"Date":"9/15/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":99,"Cost":85,"Date":"10/14/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":875,"Cost":657,"Date":"10/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":211,"Cost":158,"Date":"11/11/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":869,"Cost":803,"Date":"12/7/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":985,"Cost":612,"Date":"12/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":271,"Cost":149,"Date":"1/6/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":297,"Cost":161,"Date":"1/23/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":616,"Date":"2/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":850,"Cost":805,"Date":"3/10/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":941,"Cost":553,"Date":"3/12/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":821,"Cost":749,"Date":"3/31/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":916,"Cost":742,"Date":"6/16/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":309,"Date":"6/17/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":490,"Cost":436,"Date":"8/27/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":842,"Cost":560,"Date":"10/1/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":679,"Date":"11/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":188,"Cost":138,"Date":"11/9/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":881,"Cost":523,"Date":"3/27/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":726,"Cost":669,"Date":"4/17/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":232,"Cost":180,"Date":"8/11/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":392,"Cost":305,"Date":"8/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":843,"Cost":580,"Date":"9/2/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":796,"Cost":414,"Date":"9/5/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":332,"Cost":305,"Date":"9/14/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":483,"Cost":346,"Date":"9/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":210,"Cost":162,"Date":"11/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":711,"Cost":450,"Date":"12/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":298,"Cost":175,"Date":"1/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":528,"Cost":292,"Date":"1/21/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":123,"Cost":88,"Date":"2/9/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":399,"Cost":289,"Date":"3/19/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":469,"Cost":305,"Date":"4/3/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":152,"Cost":140,"Date":"4/5/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":955,"Cost":814,"Date":"4/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":274,"Cost":198,"Date":"7/10/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":274,"Cost":188,"Date":"3/25/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":888,"Cost":681,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":86,"Cost":71,"Date":"10/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":759,"Cost":654,"Date":"3/2/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":144,"Cost":107,"Date":"6/28/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":340,"Cost":248,"Date":"7/17/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":255,"Cost":156,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":202,"Cost":111,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":281,"Cost":265,"Date":"11/20/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":173,"Cost":117,"Date":"12/16/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":600,"Cost":552,"Date":"12/30/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":782,"Cost":618,"Date":"2/15/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":340,"Cost":316,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":79,"Cost":49,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":437,"Cost":249,"Date":"4/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":717,"Cost":405,"Date":"7/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":234,"Cost":162,"Date":"8/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":290,"Cost":228,"Date":"10/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":861,"Cost":544,"Date":"11/11/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":29,"Cost":21,"Date":"11/30/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":45,"Cost":37,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":698,"Cost":632,"Date":"3/1/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":509,"Cost":381,"Date":"4/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":990,"Cost":792,"Date":"5/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":512,"Cost":448,"Date":"8/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":270,"Cost":188,"Date":"9/15/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":63,"Cost":56,"Date":"10/14/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":620,"Cost":371,"Date":"10/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":994,"Cost":884,"Date":"11/11/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":49,"Cost":29,"Date":"12/7/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":719,"Cost":461,"Date":"12/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":626,"Cost":489,"Date":"1/6/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":358,"Cost":249,"Date":"1/23/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":893,"Cost":449,"Date":"2/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":240,"Cost":142,"Date":"3/10/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":562,"Cost":374,"Date":"3/12/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":664,"Cost":625,"Date":"3/31/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":684,"Cost":521,"Date":"6/16/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":187,"Cost":155,"Date":"6/17/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":406,"Cost":379,"Date":"8/27/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":348,"Cost":312,"Date":"10/1/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":231,"Cost":204,"Date":"11/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":943,"Cost":822,"Date":"11/9/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":563,"Cost":289,"Date":"3/27/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":989,"Cost":874,"Date":"4/17/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":302,"Cost":233,"Date":"8/11/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":184,"Cost":139,"Date":"8/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":620,"Cost":477,"Date":"9/2/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":132,"Cost":117,"Date":"9/5/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":38,"Cost":23,"Date":"9/14/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":504,"Cost":297,"Date":"9/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":641,"Cost":583,"Date":"11/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":904,"Cost":578,"Date":"12/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":510,"Cost":333,"Date":"1/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":29,"Cost":15,"Date":"1/21/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":54,"Cost":34,"Date":"2/9/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":601,"Cost":542,"Date":"3/19/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":13,"Cost":6,"Date":"4/3/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":638,"Cost":378,"Date":"4/5/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":50,"Cost":47,"Date":"4/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":152,"Cost":82,"Date":"7/10/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":838,"Cost":741,"Date":"3/25/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":223,"Cost":204,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":209,"Cost":143,"Date":"10/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":883,"Cost":750,"Date":"3/2/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":225,"Cost":196,"Date":"6/28/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":685,"Cost":547,"Date":"7/17/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":357,"Cost":206,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":814,"Cost":609,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":406,"Cost":319,"Date":"11/20/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":179,"Cost":133,"Date":"12/16/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":209,"Cost":178,"Date":"12/30/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":451,"Cost":396,"Date":"2/15/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":726,"Cost":632,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":335,"Cost":291,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":350,"Cost":210,"Date":"4/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":281,"Cost":216,"Date":"7/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":724,"Cost":362,"Date":"8/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":351,"Cost":239,"Date":"10/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":488,"Cost":270,"Date":"11/11/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":701,"Cost":539,"Date":"11/30/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":815,"Cost":721,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":252,"Cost":209,"Date":"3/1/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":32,"Cost":25,"Date":"4/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":333,"Cost":260,"Date":"5/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":701,"Cost":549,"Date":"8/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":755,"Cost":647,"Date":"9/15/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":29,"Cost":20,"Date":"10/14/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":60,"Cost":48,"Date":"10/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":563,"Cost":535,"Date":"11/11/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":312,"Cost":159,"Date":"12/7/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":204,"Cost":162,"Date":"12/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":883,"Cost":653,"Date":"1/6/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":757,"Cost":686,"Date":"1/23/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":23,"Cost":16,"Date":"2/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":386,"Cost":344,"Date":"3/10/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":640,"Cost":331,"Date":"3/12/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":388,"Cost":313,"Date":"3/31/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":362,"Cost":321,"Date":"6/16/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":678,"Cost":594,"Date":"6/17/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":120,"Cost":103,"Date":"8/27/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":505,"Cost":369,"Date":"10/1/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":967,"Cost":666,"Date":"11/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":500,"Cost":412,"Date":"11/9/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":3,"Cost":3,"Date":"3/27/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":410,"Cost":264,"Date":"4/17/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":616,"Cost":461,"Date":"8/11/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":148,"Cost":78,"Date":"8/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":998,"Cost":794,"Date":"9/2/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":717,"Date":"9/5/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":443,"Cost":382,"Date":"9/14/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":718,"Cost":474,"Date":"9/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":810,"Cost":458,"Date":"11/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":823,"Cost":639,"Date":"12/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":920,"Date":"1/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":280,"Cost":205,"Date":"1/21/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":960,"Cost":506,"Date":"2/9/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":245,"Cost":150,"Date":"3/19/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":578,"Cost":514,"Date":"4/3/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":102,"Cost":53,"Date":"4/5/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":453,"Cost":431,"Date":"4/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":322,"Cost":294,"Date":"7/10/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":234,"Cost":184,"Date":"3/25/2020"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":642,"Cost":357,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":86,"Cost":82,"Date":"10/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":916,"Cost":715,"Date":"3/2/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":48,"Cost":29,"Date":"6/28/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":152,"Cost":90,"Date":"7/17/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":986,"Cost":706,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":220,"Cost":194,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":596,"Cost":544,"Date":"11/20/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":820,"Date":"12/16/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":974,"Cost":587,"Date":"12/30/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":500,"Cost":299,"Date":"2/15/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":422,"Cost":309,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":667,"Cost":343,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":25,"Cost":19,"Date":"4/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":561,"Cost":399,"Date":"7/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":382,"Cost":303,"Date":"8/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":696,"Cost":350,"Date":"10/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":569,"Cost":528,"Date":"11/11/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":264,"Cost":147,"Date":"11/30/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":527,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":92,"Cost":80,"Date":"3/1/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":980,"Cost":831,"Date":"4/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":191,"Cost":105,"Date":"5/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":219,"Cost":172,"Date":"8/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":718,"Cost":465,"Date":"9/15/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":995,"Cost":545,"Date":"10/14/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":495,"Cost":272,"Date":"10/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":706,"Date":"11/11/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":699,"Cost":468,"Date":"12/7/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":89,"Cost":52,"Date":"12/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":711,"Date":"1/6/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":287,"Cost":149,"Date":"1/23/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":27,"Cost":18,"Date":"2/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":249,"Cost":160,"Date":"3/10/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":446,"Cost":382,"Date":"3/12/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":559,"Cost":507,"Date":"3/31/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":821,"Cost":565,"Date":"6/16/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":146,"Cost":74,"Date":"6/17/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":94,"Cost":49,"Date":"8/27/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":20,"Cost":17,"Date":"10/1/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":990,"Cost":861,"Date":"11/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":361,"Cost":299,"Date":"11/9/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":834,"Cost":482,"Date":"3/27/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":891,"Cost":698,"Date":"4/17/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":43,"Cost":31,"Date":"8/11/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":194,"Cost":164,"Date":"8/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":371,"Cost":289,"Date":"9/2/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":476,"Cost":258,"Date":"9/5/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":269,"Cost":143,"Date":"9/14/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":205,"Cost":162,"Date":"9/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":747,"Cost":526,"Date":"11/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":44,"Cost":41,"Date":"12/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":230,"Cost":151,"Date":"1/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":907,"Cost":556,"Date":"1/21/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":246,"Cost":218,"Date":"2/9/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":91,"Date":"3/19/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":117,"Cost":66,"Date":"4/3/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":118,"Cost":71,"Date":"4/5/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":346,"Cost":308,"Date":"4/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":591,"Cost":404,"Date":"7/10/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":411,"Cost":388,"Date":"3/25/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":627,"Cost":329,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":802,"Cost":546,"Date":"10/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":579,"Cost":455,"Date":"3/2/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":188,"Cost":131,"Date":"6/28/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":397,"Cost":335,"Date":"7/17/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":525,"Cost":316,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":221,"Cost":116,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":61,"Date":"11/20/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":257,"Date":"12/16/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":734,"Cost":595,"Date":"12/30/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":916,"Cost":543,"Date":"2/15/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":827,"Cost":555,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":263,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":799,"Cost":754,"Date":"4/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":624,"Cost":465,"Date":"7/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":929,"Cost":629,"Date":"8/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":409,"Cost":356,"Date":"10/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":604,"Cost":410,"Date":"11/11/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":304,"Cost":193,"Date":"11/30/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":887,"Cost":593,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":259,"Cost":216,"Date":"3/1/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":134,"Cost":125,"Date":"4/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":93,"Cost":58,"Date":"5/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":353,"Cost":312,"Date":"8/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":44,"Date":"9/15/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":908,"Cost":580,"Date":"10/14/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":138,"Cost":105,"Date":"10/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":844,"Cost":459,"Date":"11/11/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":619,"Cost":453,"Date":"12/7/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":600,"Date":"12/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":317,"Cost":184,"Date":"1/6/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":401,"Cost":206,"Date":"1/23/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":162,"Cost":127,"Date":"2/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":690,"Cost":548,"Date":"3/10/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":970,"Cost":511,"Date":"3/12/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":448,"Date":"3/31/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":331,"Cost":239,"Date":"6/16/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":656,"Cost":455,"Date":"6/17/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":969,"Cost":612,"Date":"8/27/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":755,"Cost":523,"Date":"10/1/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":817,"Cost":747,"Date":"11/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":239,"Cost":164,"Date":"11/9/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":101,"Cost":70,"Date":"3/27/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":323,"Cost":209,"Date":"4/17/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":347,"Cost":194,"Date":"8/11/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":437,"Cost":223,"Date":"8/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":106,"Date":"9/2/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":24,"Cost":16,"Date":"9/5/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":363,"Cost":256,"Date":"9/14/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":885,"Cost":718,"Date":"9/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":158,"Date":"11/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":286,"Cost":226,"Date":"12/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":354,"Date":"1/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":255,"Cost":212,"Date":"1/21/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":214,"Cost":121,"Date":"2/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":195,"Date":"3/19/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":977,"Cost":698,"Date":"4/3/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":693,"Cost":458,"Date":"4/5/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":453,"Date":"4/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":348,"Cost":273,"Date":"7/10/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":867,"Cost":695,"Date":"3/25/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":127,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":353,"Cost":292,"Date":"10/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":72,"Cost":52,"Date":"3/2/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":250,"Cost":191,"Date":"6/28/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":598,"Cost":515,"Date":"7/17/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":67,"Cost":53,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":374,"Cost":286,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":812,"Cost":579,"Date":"11/20/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":242,"Cost":129,"Date":"12/16/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":385,"Cost":364,"Date":"12/30/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":125,"Cost":119,"Date":"2/15/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":914,"Cost":858,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":676,"Cost":445,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":841,"Date":"4/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":861,"Cost":649,"Date":"7/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":504,"Date":"8/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":247,"Cost":164,"Date":"10/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":599,"Cost":341,"Date":"11/11/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":177,"Cost":115,"Date":"11/30/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":866,"Cost":752,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":678,"Cost":547,"Date":"3/1/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":637,"Cost":362,"Date":"4/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":955,"Cost":487,"Date":"5/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":121,"Cost":88,"Date":"8/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":341,"Cost":275,"Date":"9/15/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":16,"Cost":8,"Date":"10/14/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":863,"Cost":455,"Date":"10/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":549,"Cost":300,"Date":"11/11/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":711,"Cost":614,"Date":"12/7/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":815,"Cost":502,"Date":"12/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":905,"Cost":633,"Date":"1/6/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":854,"Cost":662,"Date":"1/23/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":537,"Cost":285,"Date":"2/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":925,"Cost":844,"Date":"3/10/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":299,"Cost":271,"Date":"3/12/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":285,"Cost":263,"Date":"3/31/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":627,"Cost":486,"Date":"6/16/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":417,"Cost":308,"Date":"6/17/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":720,"Cost":506,"Date":"8/27/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":432,"Cost":367,"Date":"10/1/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":709,"Cost":568,"Date":"11/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":576,"Cost":492,"Date":"11/9/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":122,"Cost":90,"Date":"3/27/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":594,"Cost":555,"Date":"4/17/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":668,"Cost":481,"Date":"8/11/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":576,"Cost":482,"Date":"8/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":946,"Cost":513,"Date":"9/2/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":844,"Cost":486,"Date":"9/5/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":903,"Cost":747,"Date":"9/14/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":149,"Cost":141,"Date":"9/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":529,"Cost":429,"Date":"11/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":46,"Cost":39,"Date":"12/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":370,"Cost":246,"Date":"1/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":547,"Date":"1/21/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":251,"Cost":213,"Date":"2/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":745,"Cost":587,"Date":"3/19/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":745,"Cost":463,"Date":"4/3/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":639,"Cost":510,"Date":"4/5/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":769,"Cost":720,"Date":"4/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":812,"Cost":578,"Date":"7/10/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":164,"Cost":86,"Date":"3/25/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":432,"Cost":275,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":691,"Cost":555,"Date":"10/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":326,"Cost":205,"Date":"3/2/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":5,"Cost":4,"Date":"6/28/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":30,"Cost":21,"Date":"7/17/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":971,"Cost":682,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":103,"Cost":89,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":938,"Cost":659,"Date":"11/20/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":328,"Cost":267,"Date":"12/16/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":476,"Cost":245,"Date":"12/30/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":771,"Cost":654,"Date":"2/15/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":589,"Cost":310,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":254,"Cost":198,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":345,"Cost":234,"Date":"4/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":845,"Cost":593,"Date":"7/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":50,"Cost":39,"Date":"8/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":624,"Cost":467,"Date":"10/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":466,"Cost":406,"Date":"11/11/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":344,"Cost":243,"Date":"11/30/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":100,"Cost":80,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":867,"Cost":578,"Date":"3/1/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":764,"Cost":712,"Date":"4/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":487,"Cost":264,"Date":"5/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":248,"Cost":135,"Date":"8/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":432,"Cost":342,"Date":"9/15/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":234,"Cost":138,"Date":"10/14/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":489,"Cost":279,"Date":"10/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":602,"Cost":398,"Date":"11/11/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":435,"Cost":289,"Date":"12/7/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":501,"Cost":317,"Date":"12/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":423,"Cost":397,"Date":"1/6/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":914,"Cost":564,"Date":"1/23/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":591,"Cost":447,"Date":"2/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":983,"Cost":565,"Date":"3/10/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":780,"Cost":528,"Date":"3/12/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":933,"Cost":845,"Date":"3/31/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":675,"Date":"6/16/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":381,"Cost":250,"Date":"6/17/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":985,"Cost":648,"Date":"8/27/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":447,"Cost":373,"Date":"10/1/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":537,"Cost":302,"Date":"11/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":424,"Cost":316,"Date":"11/9/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":901,"Cost":541,"Date":"3/27/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":811,"Cost":633,"Date":"4/17/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":856,"Cost":583,"Date":"8/11/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":27,"Cost":19,"Date":"8/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":583,"Cost":383,"Date":"9/2/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":489,"Cost":338,"Date":"9/5/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":203,"Cost":167,"Date":"9/14/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":187,"Date":"9/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":69,"Cost":56,"Date":"11/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":163,"Cost":132,"Date":"12/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":205,"Cost":167,"Date":"1/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":911,"Cost":487,"Date":"1/21/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":503,"Cost":428,"Date":"2/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":339,"Date":"3/19/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":692,"Cost":576,"Date":"4/3/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":801,"Cost":545,"Date":"4/5/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":289,"Cost":217,"Date":"4/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":968,"Cost":647,"Date":"7/10/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":105,"Date":"3/25/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":596,"Cost":411,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":285,"Cost":225,"Date":"10/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":524,"Cost":466,"Date":"3/2/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":922,"Cost":485,"Date":"6/28/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":855,"Cost":709,"Date":"7/17/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":625,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":846,"Cost":519,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":468,"Date":"11/20/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":591,"Cost":404,"Date":"12/16/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":73,"Cost":61,"Date":"12/30/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":124,"Cost":86,"Date":"2/15/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":35,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":707,"Cost":389,"Date":"4/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":113,"Cost":73,"Date":"7/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":342,"Cost":235,"Date":"8/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":412,"Cost":331,"Date":"10/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":76,"Date":"11/11/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":59,"Cost":44,"Date":"11/30/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":343,"Cost":220,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":688,"Cost":544,"Date":"3/1/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":669,"Cost":419,"Date":"4/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":763,"Cost":712,"Date":"5/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":575,"Cost":385,"Date":"8/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":847,"Cost":590,"Date":"9/15/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":492,"Cost":365,"Date":"10/14/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":442,"Cost":280,"Date":"10/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":872,"Cost":496,"Date":"11/11/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":368,"Date":"12/7/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":140,"Cost":128,"Date":"12/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":983,"Cost":744,"Date":"1/6/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":141,"Cost":133,"Date":"1/23/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":89,"Cost":63,"Date":"2/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":412,"Cost":241,"Date":"3/10/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":595,"Cost":459,"Date":"3/12/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":904,"Cost":454,"Date":"3/31/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":895,"Cost":605,"Date":"6/16/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":972,"Cost":557,"Date":"6/17/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":72,"Cost":56,"Date":"8/27/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":728,"Cost":555,"Date":"10/1/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":602,"Cost":355,"Date":"11/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":630,"Cost":589,"Date":"11/9/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":677,"Cost":433,"Date":"3/27/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":175,"Cost":101,"Date":"4/17/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":296,"Cost":152,"Date":"8/11/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":839,"Cost":510,"Date":"8/21/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":852,"Cost":580,"Date":"9/2/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":549,"Cost":454,"Date":"9/5/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":750,"Cost":595,"Date":"9/14/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":629,"Cost":524,"Date":"9/20/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":389,"Cost":327,"Date":"11/20/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":345,"Cost":211,"Date":"12/21/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":593,"Cost":296,"Date":"1/7/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":283,"Cost":255,"Date":"1/21/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":985,"Cost":674,"Date":"2/9/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":20,"Cost":14,"Date":"3/19/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":3,"Cost":2,"Date":"4/3/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":375,"Cost":280,"Date":"4/5/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":454,"Cost":250,"Date":"4/28/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":963,"Cost":729,"Date":"7/10/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":725,"Cost":368,"Date":"3/25/2020"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":593,"Cost":313,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":671,"Cost":405,"Date":"10/28/2020"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":917,"Cost":508,"Date":"3/2/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":104,"Cost":79,"Date":"6/28/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":856,"Cost":574,"Date":"7/17/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":462,"Cost":401,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":330,"Cost":272,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":515,"Cost":434,"Date":"11/20/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":312,"Cost":218,"Date":"12/16/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":393,"Cost":260,"Date":"12/30/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":882,"Cost":674,"Date":"2/15/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":985,"Cost":904,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":656,"Cost":500,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":734,"Cost":520,"Date":"4/18/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":517,"Cost":414,"Date":"7/27/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":73,"Cost":64,"Date":"8/18/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":477,"Cost":349,"Date":"10/31/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":575,"Cost":527,"Date":"11/11/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":296,"Cost":222,"Date":"11/30/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":135,"Cost":104,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":206,"Cost":153,"Date":"3/1/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":119,"Cost":102,"Date":"4/13/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":247,"Cost":182,"Date":"5/20/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":536,"Cost":445,"Date":"8/13/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":59,"Cost":29,"Date":"9/15/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":253,"Cost":147,"Date":"10/14/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":770,"Cost":547,"Date":"10/28/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":562,"Cost":501,"Date":"11/11/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":242,"Cost":181,"Date":"12/7/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":463,"Cost":374,"Date":"12/21/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":850,"Cost":536,"Date":"1/6/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":537,"Cost":387,"Date":"1/23/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":956,"Cost":500,"Date":"2/4/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":711,"Cost":644,"Date":"3/10/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":541,"Cost":409,"Date":"3/12/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":735,"Cost":661,"Date":"3/31/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":251,"Cost":138,"Date":"6/16/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":672,"Cost":609,"Date":"6/17/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":359,"Cost":187,"Date":"8/27/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":438,"Cost":403,"Date":"10/1/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":35,"Cost":28,"Date":"11/4/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":211,"Cost":154,"Date":"11/9/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":830,"Cost":637,"Date":"3/27/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":319,"Cost":284,"Date":"4/17/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":505,"Cost":383,"Date":"8/11/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":432,"Cost":291,"Date":"8/21/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":71,"Cost":40,"Date":"9/2/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":43,"Cost":34,"Date":"9/5/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":26,"Cost":19,"Date":"9/14/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":358,"Cost":191,"Date":"9/20/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":842,"Cost":537,"Date":"11/20/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":230,"Cost":140,"Date":"12/21/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":341,"Cost":235,"Date":"1/7/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":572,"Cost":506,"Date":"1/21/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":277,"Cost":262,"Date":"2/9/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":95,"Cost":77,"Date":"3/19/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":971,"Cost":751,"Date":"4/3/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":798,"Cost":531,"Date":"4/5/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":276,"Cost":154,"Date":"4/28/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":224,"Cost":142,"Date":"7/10/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":673,"Cost":617,"Date":"3/25/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":452,"Cost":273,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":542,"Cost":320,"Date":"10/28/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":460,"Cost":409,"Date":"3/2/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":3,"Cost":2,"Date":"6/28/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":468,"Date":"7/17/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":899,"Cost":642,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":925,"Cost":758,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":163,"Cost":92,"Date":"11/20/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":555,"Cost":337,"Date":"12/16/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":692,"Cost":425,"Date":"12/30/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":779,"Cost":691,"Date":"2/15/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":577,"Cost":437,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":316,"Cost":293,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":237,"Cost":187,"Date":"4/18/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":587,"Cost":541,"Date":"7/27/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":667,"Cost":414,"Date":"8/18/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":139,"Cost":69,"Date":"10/31/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":473,"Cost":264,"Date":"11/11/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":586,"Cost":412,"Date":"11/30/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":569,"Cost":481,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":448,"Cost":227,"Date":"3/1/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":886,"Cost":723,"Date":"4/13/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":947,"Cost":564,"Date":"5/20/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":491,"Cost":296,"Date":"8/13/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":80,"Cost":55,"Date":"9/15/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":497,"Cost":292,"Date":"10/14/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":921,"Cost":635,"Date":"10/28/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":22,"Cost":11,"Date":"11/11/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":588,"Date":"12/7/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":461,"Cost":260,"Date":"12/21/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":827,"Cost":669,"Date":"1/6/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":306,"Cost":241,"Date":"1/23/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":949,"Cost":651,"Date":"2/4/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":833,"Cost":736,"Date":"3/10/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":795,"Cost":576,"Date":"3/12/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":612,"Cost":424,"Date":"3/31/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":733,"Cost":516,"Date":"6/16/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":941,"Cost":554,"Date":"6/17/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":21,"Cost":20,"Date":"8/27/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":387,"Cost":207,"Date":"10/1/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":785,"Cost":681,"Date":"11/4/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":973,"Cost":910,"Date":"11/9/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":471,"Cost":370,"Date":"3/27/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":988,"Cost":590,"Date":"4/17/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":991,"Cost":907,"Date":"8/11/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":893,"Cost":617,"Date":"8/21/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":469,"Cost":399,"Date":"9/2/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":24,"Cost":19,"Date":"9/5/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":519,"Cost":337,"Date":"9/14/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":142,"Cost":73,"Date":"9/20/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":295,"Cost":188,"Date":"11/20/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":483,"Date":"12/21/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":289,"Cost":237,"Date":"1/7/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":391,"Date":"1/21/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":397,"Cost":332,"Date":"2/9/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":754,"Cost":688,"Date":"3/19/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":483,"Cost":373,"Date":"4/3/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":986,"Cost":896,"Date":"4/5/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":962,"Cost":679,"Date":"4/28/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":146,"Cost":79,"Date":"7/10/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":767,"Cost":520,"Date":"3/25/2020"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":545,"Cost":337,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":438,"Date":"10/28/2020"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":453,"Cost":416,"Date":"3/2/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":407,"Cost":290,"Date":"6/28/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":803,"Cost":618,"Date":"7/17/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":275,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":538,"Cost":465,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":759,"Cost":638,"Date":"11/20/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":143,"Cost":116,"Date":"12/16/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":288,"Date":"12/30/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":130,"Date":"2/15/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":614,"Cost":422,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":121,"Cost":73,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":663,"Cost":606,"Date":"4/18/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":130,"Cost":106,"Date":"7/27/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":977,"Cost":806,"Date":"8/18/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":390,"Date":"10/31/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":818,"Cost":526,"Date":"11/11/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":741,"Cost":447,"Date":"11/30/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":258,"Cost":177,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":562,"Date":"3/1/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":100,"Cost":64,"Date":"4/13/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":547,"Cost":322,"Date":"5/20/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":801,"Cost":525,"Date":"8/13/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":166,"Date":"9/15/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":946,"Cost":486,"Date":"10/14/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":876,"Cost":648,"Date":"10/28/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":831,"Cost":672,"Date":"11/11/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":595,"Cost":462,"Date":"12/7/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":919,"Cost":640,"Date":"12/21/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":381,"Cost":286,"Date":"1/6/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":924,"Cost":593,"Date":"1/23/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":726,"Cost":637,"Date":"2/4/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":307,"Date":"3/10/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":717,"Cost":482,"Date":"3/12/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":639,"Cost":427,"Date":"3/31/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":65,"Cost":60,"Date":"6/16/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":651,"Cost":456,"Date":"6/17/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":53,"Cost":31,"Date":"8/27/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":695,"Cost":552,"Date":"10/1/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":905,"Cost":468,"Date":"11/4/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":401,"Cost":336,"Date":"11/9/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":693,"Cost":468,"Date":"3/27/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":336,"Cost":307,"Date":"4/17/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":687,"Cost":588,"Date":"8/11/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":251,"Cost":235,"Date":"8/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":913,"Cost":647,"Date":"9/2/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":643,"Cost":393,"Date":"9/5/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":340,"Cost":311,"Date":"9/14/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":822,"Cost":429,"Date":"9/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":789,"Cost":620,"Date":"11/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":286,"Cost":153,"Date":"12/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":733,"Cost":575,"Date":"1/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":731,"Cost":420,"Date":"1/21/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":113,"Cost":79,"Date":"2/9/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":845,"Cost":728,"Date":"3/19/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":174,"Cost":116,"Date":"4/3/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":740,"Cost":463,"Date":"4/5/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":160,"Cost":115,"Date":"4/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":413,"Cost":316,"Date":"7/10/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":88,"Cost":59,"Date":"3/25/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":208,"Cost":188,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":347,"Cost":245,"Date":"10/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":501,"Cost":464,"Date":"3/2/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":590,"Cost":537,"Date":"6/28/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":656,"Cost":401,"Date":"7/17/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":961,"Cost":563,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":34,"Cost":29,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":140,"Cost":106,"Date":"11/20/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":339,"Cost":196,"Date":"12/16/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":948,"Cost":810,"Date":"12/30/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":303,"Cost":270,"Date":"2/15/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":850,"Cost":551,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":162,"Cost":85,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":900,"Cost":765,"Date":"4/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":744,"Cost":706,"Date":"7/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":378,"Cost":203,"Date":"8/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":905,"Cost":722,"Date":"10/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":799,"Cost":477,"Date":"11/11/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":298,"Cost":210,"Date":"11/30/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":618,"Cost":467,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":678,"Cost":439,"Date":"3/1/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":334,"Cost":184,"Date":"4/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":459,"Cost":253,"Date":"5/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":196,"Cost":155,"Date":"8/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":139,"Cost":88,"Date":"9/15/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":519,"Cost":387,"Date":"10/14/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":4,"Cost":2,"Date":"10/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":360,"Cost":306,"Date":"11/11/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":56,"Cost":49,"Date":"12/7/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":853,"Cost":598,"Date":"12/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":513,"Cost":309,"Date":"1/6/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":860,"Cost":693,"Date":"1/23/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":982,"Cost":561,"Date":"2/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":148,"Cost":86,"Date":"3/10/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":150,"Cost":112,"Date":"3/12/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":780,"Cost":477,"Date":"3/31/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":607,"Cost":364,"Date":"6/16/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":139,"Cost":94,"Date":"6/17/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":342,"Cost":313,"Date":"8/27/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":484,"Cost":293,"Date":"10/1/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":672,"Cost":475,"Date":"11/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":730,"Cost":639,"Date":"11/9/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":837,"Cost":479,"Date":"3/27/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":305,"Cost":230,"Date":"4/17/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":162,"Cost":132,"Date":"8/11/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":483,"Cost":301,"Date":"8/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":957,"Cost":500,"Date":"9/2/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":296,"Cost":206,"Date":"9/5/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":335,"Cost":213,"Date":"9/14/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":748,"Cost":664,"Date":"9/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":648,"Cost":451,"Date":"11/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":305,"Cost":154,"Date":"12/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":826,"Cost":450,"Date":"1/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":99,"Cost":50,"Date":"1/21/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":466,"Cost":411,"Date":"2/9/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":71,"Cost":53,"Date":"3/19/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":64,"Cost":59,"Date":"4/3/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":618,"Cost":370,"Date":"4/5/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":441,"Cost":390,"Date":"4/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":107,"Cost":69,"Date":"7/10/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":225,"Cost":209,"Date":"3/25/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":221,"Cost":133,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":831,"Cost":787,"Date":"10/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":685,"Cost":434,"Date":"3/2/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":81,"Cost":61,"Date":"6/28/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":751,"Cost":423,"Date":"7/17/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":994,"Cost":828,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":121,"Cost":108,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":585,"Cost":513,"Date":"11/20/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":162,"Cost":97,"Date":"12/16/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":872,"Cost":741,"Date":"12/30/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":36,"Cost":21,"Date":"2/15/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":397,"Cost":300,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":3,"Cost":1,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":696,"Cost":485,"Date":"4/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":700,"Cost":482,"Date":"7/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":553,"Cost":327,"Date":"8/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":155,"Cost":102,"Date":"10/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":240,"Cost":214,"Date":"11/11/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":261,"Cost":199,"Date":"11/30/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":191,"Cost":142,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":123,"Cost":85,"Date":"3/1/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":563,"Cost":428,"Date":"4/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":686,"Cost":539,"Date":"5/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":535,"Cost":432,"Date":"8/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":533,"Cost":317,"Date":"9/15/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":762,"Cost":705,"Date":"10/14/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":567,"Cost":441,"Date":"10/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":338,"Cost":292,"Date":"11/11/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":731,"Cost":559,"Date":"12/7/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":228,"Cost":147,"Date":"12/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":756,"Cost":558,"Date":"1/6/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":490,"Cost":454,"Date":"1/23/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":1,"Cost":1,"Date":"2/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":19,"Cost":11,"Date":"3/10/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":25,"Cost":19,"Date":"3/12/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":170,"Cost":105,"Date":"3/31/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":359,"Cost":261,"Date":"6/16/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":990,"Cost":799,"Date":"6/17/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":531,"Cost":265,"Date":"8/27/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":594,"Cost":303,"Date":"10/1/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":830,"Cost":779,"Date":"11/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":366,"Cost":346,"Date":"11/9/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":892,"Cost":644,"Date":"3/27/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":962,"Cost":787,"Date":"4/17/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":919,"Cost":834,"Date":"8/11/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":835,"Cost":526,"Date":"8/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":404,"Date":"9/2/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":866,"Cost":761,"Date":"9/5/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":629,"Date":"9/14/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":95,"Cost":80,"Date":"9/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":243,"Cost":148,"Date":"11/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":563,"Cost":297,"Date":"12/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":842,"Cost":674,"Date":"1/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":472,"Date":"1/21/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":652,"Cost":407,"Date":"2/9/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":732,"Cost":416,"Date":"3/19/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":808,"Cost":519,"Date":"4/3/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":912,"Cost":630,"Date":"4/5/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":706,"Cost":483,"Date":"4/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":108,"Cost":56,"Date":"7/10/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":637,"Date":"3/25/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":409,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":66,"Cost":38,"Date":"10/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":917,"Cost":675,"Date":"3/2/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":885,"Cost":506,"Date":"6/28/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":99,"Cost":68,"Date":"7/17/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":167,"Cost":124,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":777,"Cost":456,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":581,"Cost":341,"Date":"11/20/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":249,"Cost":169,"Date":"12/16/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":467,"Cost":347,"Date":"12/30/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":783,"Cost":406,"Date":"2/15/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":313,"Cost":165,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":949,"Cost":870,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":489,"Cost":348,"Date":"4/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":146,"Cost":78,"Date":"7/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":402,"Cost":264,"Date":"8/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":566,"Cost":536,"Date":"10/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":791,"Cost":634,"Date":"11/11/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":842,"Cost":542,"Date":"11/30/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":692,"Cost":494,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":935,"Cost":886,"Date":"3/1/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":138,"Cost":87,"Date":"4/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":49,"Cost":26,"Date":"5/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":340,"Cost":314,"Date":"8/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":465,"Cost":300,"Date":"9/15/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":358,"Cost":309,"Date":"10/14/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":728,"Cost":425,"Date":"10/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":444,"Cost":273,"Date":"11/11/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":172,"Cost":157,"Date":"12/7/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":146,"Cost":128,"Date":"12/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":651,"Cost":342,"Date":"1/6/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":32,"Cost":19,"Date":"1/23/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":637,"Cost":600,"Date":"2/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":892,"Cost":755,"Date":"3/10/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":742,"Cost":514,"Date":"3/12/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":740,"Cost":595,"Date":"3/31/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":497,"Cost":300,"Date":"6/16/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":391,"Cost":362,"Date":"6/17/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":14,"Cost":13,"Date":"8/27/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":598,"Cost":495,"Date":"10/1/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":663,"Cost":572,"Date":"11/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":40,"Cost":31,"Date":"11/9/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":85,"Cost":56,"Date":"3/27/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":775,"Cost":481,"Date":"4/17/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":919,"Cost":648,"Date":"8/11/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":254,"Cost":142,"Date":"8/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":153,"Cost":132,"Date":"9/2/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":30,"Cost":29,"Date":"9/5/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":723,"Cost":583,"Date":"9/14/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":470,"Cost":343,"Date":"9/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":344,"Cost":205,"Date":"11/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":378,"Cost":319,"Date":"12/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":130,"Cost":95,"Date":"1/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":144,"Cost":88,"Date":"1/21/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":413,"Cost":360,"Date":"2/9/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":638,"Cost":452,"Date":"3/19/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":960,"Cost":558,"Date":"4/3/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":21,"Cost":19,"Date":"4/5/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":212,"Cost":108,"Date":"4/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":494,"Cost":350,"Date":"7/10/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":332,"Cost":256,"Date":"3/25/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":598,"Cost":345,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":507,"Cost":477,"Date":"10/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":118,"Cost":86,"Date":"3/2/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":415,"Cost":337,"Date":"6/28/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":699,"Cost":661,"Date":"7/17/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":554,"Cost":465,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":803,"Cost":743,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":358,"Cost":256,"Date":"11/20/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":817,"Cost":706,"Date":"12/16/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":650,"Cost":506,"Date":"12/30/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":982,"Cost":872,"Date":"2/15/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":530,"Cost":300,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":129,"Cost":104,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":178,"Cost":119,"Date":"4/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":19,"Cost":17,"Date":"7/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":645,"Cost":585,"Date":"8/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":754,"Cost":614,"Date":"10/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":292,"Cost":261,"Date":"11/11/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":35,"Cost":24,"Date":"11/30/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":694,"Cost":354,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":847,"Cost":626,"Date":"3/1/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":253,"Cost":132,"Date":"4/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":496,"Cost":301,"Date":"5/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":894,"Cost":522,"Date":"8/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":791,"Cost":424,"Date":"9/15/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":456,"Cost":433,"Date":"10/14/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":271,"Cost":137,"Date":"10/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":281,"Cost":162,"Date":"11/11/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":149,"Cost":91,"Date":"12/7/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":597,"Cost":409,"Date":"12/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":469,"Cost":399,"Date":"1/6/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":891,"Cost":834,"Date":"1/23/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":597,"Cost":359,"Date":"2/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":773,"Cost":677,"Date":"3/10/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":454,"Cost":228,"Date":"3/12/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":112,"Cost":82,"Date":"3/31/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":434,"Cost":269,"Date":"6/16/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":626,"Cost":315,"Date":"6/17/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":155,"Cost":132,"Date":"8/27/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":645,"Cost":446,"Date":"10/1/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":644,"Cost":478,"Date":"11/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":804,"Cost":633,"Date":"11/9/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":935,"Cost":763,"Date":"3/27/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":614,"Cost":475,"Date":"4/17/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":293,"Cost":242,"Date":"8/11/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":597,"Cost":418,"Date":"8/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":353,"Cost":311,"Date":"9/2/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":265,"Cost":150,"Date":"9/5/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":405,"Cost":366,"Date":"9/14/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":348,"Cost":268,"Date":"9/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":521,"Cost":294,"Date":"11/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":942,"Cost":664,"Date":"12/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":764,"Cost":537,"Date":"1/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":722,"Cost":527,"Date":"1/21/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":362,"Cost":323,"Date":"2/9/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":669,"Cost":511,"Date":"3/19/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":98,"Cost":69,"Date":"4/3/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":778,"Cost":412,"Date":"4/5/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":311,"Cost":266,"Date":"4/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":697,"Cost":476,"Date":"7/10/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":655,"Cost":534,"Date":"3/25/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":939,"Cost":641,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":760,"Cost":580,"Date":"10/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":346,"Cost":289,"Date":"3/2/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":699,"Cost":536,"Date":"6/28/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":775,"Cost":638,"Date":"7/17/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":686,"Cost":647,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":790,"Cost":710,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":130,"Cost":82,"Date":"11/20/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":124,"Cost":73,"Date":"12/16/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":353,"Cost":287,"Date":"12/30/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":161,"Cost":149,"Date":"2/15/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":367,"Cost":318,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":730,"Cost":560,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":705,"Cost":629,"Date":"4/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":287,"Cost":250,"Date":"7/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":929,"Cost":871,"Date":"8/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":508,"Cost":391,"Date":"10/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":463,"Cost":281,"Date":"11/11/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":495,"Cost":407,"Date":"11/30/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":967,"Cost":819,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":736,"Cost":525,"Date":"3/1/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":361,"Cost":325,"Date":"4/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":41,"Cost":36,"Date":"5/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":492,"Cost":382,"Date":"8/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":304,"Cost":203,"Date":"9/15/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":353,"Cost":249,"Date":"10/14/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":638,"Cost":584,"Date":"10/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":688,"Cost":364,"Date":"11/11/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":626,"Cost":518,"Date":"12/7/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":139,"Cost":121,"Date":"12/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":103,"Cost":97,"Date":"1/6/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":750,"Cost":556,"Date":"1/23/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":246,"Cost":222,"Date":"2/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":716,"Cost":666,"Date":"3/10/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":581,"Cost":456,"Date":"3/12/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":169,"Cost":134,"Date":"3/31/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":959,"Cost":694,"Date":"6/16/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":486,"Cost":251,"Date":"6/17/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":48,"Cost":34,"Date":"8/27/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":625,"Cost":356,"Date":"10/1/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":748,"Cost":662,"Date":"11/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":528,"Cost":394,"Date":"11/9/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":335,"Cost":271,"Date":"3/27/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":325,"Cost":227,"Date":"4/17/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":726,"Cost":558,"Date":"8/11/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":548,"Cost":325,"Date":"8/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":973,"Cost":633,"Date":"9/2/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":127,"Cost":71,"Date":"9/5/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":745,"Cost":676,"Date":"9/14/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":722,"Cost":374,"Date":"9/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":182,"Cost":101,"Date":"11/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":715,"Cost":652,"Date":"12/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":607,"Cost":307,"Date":"1/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":950,"Cost":609,"Date":"1/21/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":29,"Date":"2/9/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":703,"Cost":352,"Date":"3/19/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":852,"Cost":687,"Date":"4/3/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":165,"Cost":116,"Date":"4/5/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":649,"Cost":514,"Date":"4/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":628,"Cost":501,"Date":"7/10/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":306,"Cost":246,"Date":"3/25/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":665,"Cost":335,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":347,"Cost":198,"Date":"10/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":627,"Cost":467,"Date":"3/2/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":933,"Cost":515,"Date":"6/28/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":734,"Cost":663,"Date":"7/17/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":593,"Cost":411,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":127,"Cost":89,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":255,"Cost":170,"Date":"11/20/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":988,"Cost":865,"Date":"12/16/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":393,"Date":"12/30/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":28,"Cost":14,"Date":"2/15/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":993,"Cost":817,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":115,"Cost":83,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":148,"Cost":127,"Date":"4/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":450,"Cost":256,"Date":"7/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":417,"Cost":223,"Date":"8/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":311,"Cost":182,"Date":"10/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":811,"Cost":516,"Date":"11/11/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":516,"Cost":294,"Date":"11/30/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":505,"Cost":474,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":796,"Cost":410,"Date":"3/1/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":437,"Cost":238,"Date":"4/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":96,"Date":"5/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":23,"Date":"8/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":893,"Cost":499,"Date":"9/15/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":428,"Cost":237,"Date":"10/14/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":139,"Cost":95,"Date":"10/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":29,"Cost":22,"Date":"11/11/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":198,"Cost":126,"Date":"12/7/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":354,"Cost":293,"Date":"12/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":380,"Cost":280,"Date":"1/6/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":623,"Cost":457,"Date":"1/23/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":153,"Cost":97,"Date":"2/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":936,"Cost":549,"Date":"3/10/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":351,"Date":"3/12/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":763,"Cost":510,"Date":"3/31/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":919,"Cost":724,"Date":"6/16/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":542,"Cost":280,"Date":"6/17/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":167,"Cost":95,"Date":"8/27/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":715,"Cost":502,"Date":"10/1/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":91,"Cost":75,"Date":"11/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":320,"Cost":296,"Date":"11/9/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":529,"Cost":280,"Date":"3/27/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":863,"Cost":498,"Date":"4/17/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":838,"Cost":623,"Date":"8/11/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":320,"Cost":167,"Date":"8/21/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":731,"Cost":493,"Date":"9/2/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":399,"Date":"9/5/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":838,"Cost":439,"Date":"9/14/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":874,"Cost":603,"Date":"9/20/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":730,"Cost":385,"Date":"11/20/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":651,"Cost":554,"Date":"12/21/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":896,"Cost":490,"Date":"1/7/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":751,"Cost":489,"Date":"1/21/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":152,"Cost":141,"Date":"2/9/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":941,"Cost":719,"Date":"3/19/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":962,"Cost":772,"Date":"4/3/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":75,"Cost":69,"Date":"4/5/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":271,"Cost":224,"Date":"4/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":701,"Cost":598,"Date":"7/10/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":675,"Cost":396,"Date":"3/25/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":791,"Cost":420,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":236,"Cost":156,"Date":"10/28/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":7,"Cost":5,"Date":"3/2/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":992,"Cost":832,"Date":"6/28/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":993,"Cost":941,"Date":"7/17/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":87,"Cost":57,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":650,"Cost":579,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":475,"Cost":335,"Date":"11/20/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":918,"Cost":631,"Date":"12/16/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":323,"Cost":204,"Date":"12/30/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":320,"Cost":213,"Date":"2/15/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":250,"Cost":171,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":329,"Cost":182,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":900,"Cost":779,"Date":"4/18/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":643,"Cost":570,"Date":"7/27/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":648,"Cost":477,"Date":"8/18/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":458,"Date":"10/31/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":424,"Date":"11/11/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":735,"Cost":599,"Date":"11/30/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":539,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":761,"Cost":454,"Date":"3/1/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":885,"Cost":837,"Date":"4/13/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":686,"Cost":455,"Date":"5/20/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":1000,"Cost":525,"Date":"8/13/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":289,"Cost":263,"Date":"9/15/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":572,"Cost":468,"Date":"10/14/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":195,"Cost":167,"Date":"10/28/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":29,"Cost":18,"Date":"11/11/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":647,"Date":"12/7/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":829,"Cost":598,"Date":"12/21/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":959,"Cost":724,"Date":"1/6/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":708,"Cost":632,"Date":"1/23/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":584,"Cost":451,"Date":"2/4/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":780,"Cost":650,"Date":"3/10/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":292,"Cost":269,"Date":"3/12/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":850,"Cost":772,"Date":"3/31/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":39,"Cost":27,"Date":"6/16/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":529,"Cost":493,"Date":"6/17/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":769,"Cost":545,"Date":"8/27/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":156,"Cost":108,"Date":"10/1/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":283,"Cost":254,"Date":"11/4/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":805,"Date":"11/9/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":721,"Cost":665,"Date":"3/27/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":690,"Cost":366,"Date":"4/17/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":691,"Cost":497,"Date":"8/11/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":103,"Date":"8/21/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":883,"Cost":446,"Date":"9/2/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":805,"Cost":524,"Date":"9/5/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":817,"Cost":767,"Date":"9/14/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":770,"Cost":655,"Date":"9/20/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":77,"Cost":64,"Date":"11/20/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":450,"Cost":393,"Date":"12/21/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":859,"Cost":762,"Date":"1/7/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":610,"Cost":404,"Date":"1/21/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":460,"Cost":365,"Date":"2/9/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":792,"Cost":746,"Date":"3/19/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":498,"Cost":451,"Date":"4/3/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":987,"Cost":784,"Date":"4/5/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":406,"Cost":306,"Date":"4/28/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":601,"Cost":336,"Date":"7/10/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":558,"Cost":391,"Date":"3/25/2020"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":603,"Cost":464,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":391,"Cost":372,"Date":"10/28/2020"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":350,"Cost":257,"Date":"3/2/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":349,"Cost":290,"Date":"6/28/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":74,"Cost":66,"Date":"7/17/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":416,"Cost":250,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":770,"Cost":671,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":515,"Cost":319,"Date":"11/20/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":163,"Cost":103,"Date":"12/16/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":639,"Cost":557,"Date":"12/30/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":213,"Cost":189,"Date":"2/15/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":541,"Cost":407,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":743,"Cost":425,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":142,"Cost":101,"Date":"4/18/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":176,"Cost":96,"Date":"7/27/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":390,"Cost":305,"Date":"8/18/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":594,"Cost":317,"Date":"10/31/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":375,"Cost":284,"Date":"11/11/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":493,"Cost":304,"Date":"11/30/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":729,"Cost":500,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":857,"Cost":709,"Date":"3/1/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":38,"Cost":35,"Date":"4/13/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":403,"Cost":365,"Date":"5/20/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":959,"Cost":582,"Date":"8/13/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":887,"Cost":767,"Date":"9/15/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":943,"Cost":659,"Date":"10/14/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":219,"Date":"10/28/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":937,"Cost":541,"Date":"11/11/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":825,"Cost":505,"Date":"12/7/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":961,"Cost":621,"Date":"12/21/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":57,"Cost":40,"Date":"1/6/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":887,"Cost":475,"Date":"1/23/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":20,"Date":"2/4/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":174,"Cost":110,"Date":"3/10/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":418,"Cost":283,"Date":"3/12/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":102,"Date":"3/31/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":806,"Cost":561,"Date":"6/16/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":459,"Cost":264,"Date":"6/17/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":368,"Cost":220,"Date":"8/27/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":308,"Cost":256,"Date":"10/1/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":358,"Cost":238,"Date":"11/4/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":501,"Cost":264,"Date":"11/9/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":809,"Cost":611,"Date":"3/27/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":29,"Cost":16,"Date":"4/17/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":224,"Cost":185,"Date":"8/11/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":758,"Cost":475,"Date":"8/21/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":748,"Cost":444,"Date":"9/2/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":196,"Cost":144,"Date":"9/5/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":872,"Cost":663,"Date":"9/14/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":129,"Cost":70,"Date":"9/20/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":575,"Cost":482,"Date":"11/20/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":116,"Cost":106,"Date":"12/21/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":356,"Cost":246,"Date":"1/7/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":145,"Cost":88,"Date":"1/21/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":901,"Cost":809,"Date":"2/9/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":392,"Cost":198,"Date":"3/19/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":231,"Cost":201,"Date":"4/3/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":591,"Cost":482,"Date":"4/5/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":456,"Cost":334,"Date":"4/28/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":993,"Cost":499,"Date":"7/10/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":91,"Cost":73,"Date":"3/25/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":478,"Cost":304,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":6,"Cost":3,"Date":"10/28/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":161,"Cost":144,"Date":"3/2/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":62,"Cost":42,"Date":"6/28/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":996,"Cost":638,"Date":"7/17/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":104,"Cost":70,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":977,"Cost":588,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":289,"Cost":192,"Date":"11/20/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":874,"Cost":762,"Date":"12/16/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":982,"Cost":684,"Date":"12/30/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":557,"Cost":404,"Date":"2/15/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":808,"Cost":718,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":351,"Cost":263,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":989,"Cost":620,"Date":"4/18/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":187,"Cost":131,"Date":"7/27/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":310,"Cost":218,"Date":"8/18/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":351,"Cost":298,"Date":"10/31/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":781,"Cost":559,"Date":"11/11/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":965,"Cost":485,"Date":"11/30/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":85,"Cost":51,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":195,"Cost":162,"Date":"3/1/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":881,"Cost":489,"Date":"4/13/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":523,"Cost":351,"Date":"5/20/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":68,"Cost":50,"Date":"8/13/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":546,"Cost":497,"Date":"9/15/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":81,"Cost":75,"Date":"10/14/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":564,"Cost":310,"Date":"10/28/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":346,"Cost":217,"Date":"11/11/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":57,"Cost":48,"Date":"12/7/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":413,"Cost":218,"Date":"12/21/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":832,"Cost":572,"Date":"1/6/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":683,"Cost":361,"Date":"1/23/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":523,"Cost":303,"Date":"2/4/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":362,"Cost":208,"Date":"3/10/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":438,"Cost":344,"Date":"3/12/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":944,"Cost":621,"Date":"3/31/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":471,"Cost":320,"Date":"6/16/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":783,"Cost":585,"Date":"6/17/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":677,"Cost":383,"Date":"8/27/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":277,"Cost":247,"Date":"10/1/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":515,"Cost":305,"Date":"11/4/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":67,"Cost":62,"Date":"11/9/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":402,"Cost":294,"Date":"3/27/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":343,"Cost":242,"Date":"4/17/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":485,"Date":"8/11/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":348,"Cost":306,"Date":"8/21/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":733,"Cost":428,"Date":"9/2/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":541,"Cost":342,"Date":"9/5/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":44,"Cost":29,"Date":"9/14/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":524,"Date":"9/20/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":839,"Cost":730,"Date":"11/20/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":879,"Cost":562,"Date":"12/21/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":169,"Cost":143,"Date":"1/7/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":127,"Date":"1/21/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":4,"Cost":4,"Date":"2/9/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":904,"Cost":734,"Date":"3/19/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":155,"Date":"4/3/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":127,"Date":"4/5/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":195,"Cost":159,"Date":"4/28/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":846,"Cost":754,"Date":"7/10/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":266,"Cost":146,"Date":"3/25/2020"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":460,"Cost":278,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":41,"Cost":34,"Date":"10/28/2020"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":156,"Cost":113,"Date":"3/2/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":461,"Cost":270,"Date":"6/28/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":958,"Cost":745,"Date":"7/17/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":436,"Cost":409,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":986,"Cost":598,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":815,"Cost":496,"Date":"11/20/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":428,"Cost":218,"Date":"12/16/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":802,"Cost":600,"Date":"12/30/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":878,"Cost":589,"Date":"2/15/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":629,"Cost":316,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":525,"Cost":375,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":495,"Cost":354,"Date":"4/18/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":732,"Cost":441,"Date":"7/27/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":902,"Cost":829,"Date":"8/18/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":38,"Cost":31,"Date":"10/31/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":761,"Cost":527,"Date":"11/11/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":289,"Cost":166,"Date":"11/30/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":790,"Cost":401,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":988,"Cost":887,"Date":"3/1/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":61,"Cost":37,"Date":"4/13/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":198,"Cost":104,"Date":"5/20/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":186,"Cost":167,"Date":"8/13/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":191,"Cost":173,"Date":"9/15/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":563,"Cost":352,"Date":"10/14/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":952,"Cost":791,"Date":"10/28/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":457,"Cost":415,"Date":"11/11/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":903,"Cost":672,"Date":"12/7/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":359,"Cost":208,"Date":"12/21/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":660,"Cost":505,"Date":"1/6/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":317,"Cost":200,"Date":"1/23/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":167,"Cost":113,"Date":"2/4/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":41,"Date":"3/10/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":101,"Cost":53,"Date":"3/12/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":689,"Cost":606,"Date":"3/31/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":804,"Cost":531,"Date":"6/16/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":652,"Date":"6/17/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":2,"Cost":2,"Date":"8/27/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":216,"Date":"10/1/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":518,"Cost":367,"Date":"11/4/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":967,"Cost":901,"Date":"11/9/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":289,"Cost":144,"Date":"3/27/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":364,"Cost":204,"Date":"4/17/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":707,"Cost":625,"Date":"8/11/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":48,"Cost":40,"Date":"8/21/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":373,"Cost":191,"Date":"9/2/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":418,"Cost":261,"Date":"9/5/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":861,"Cost":527,"Date":"9/14/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":925,"Cost":560,"Date":"9/20/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":111,"Cost":61,"Date":"11/20/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":711,"Cost":379,"Date":"12/21/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":700,"Cost":540,"Date":"1/7/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":787,"Cost":727,"Date":"1/21/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":995,"Cost":748,"Date":"2/9/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":172,"Cost":125,"Date":"3/19/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":248,"Cost":206,"Date":"4/3/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":323,"Cost":227,"Date":"4/5/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":906,"Cost":811,"Date":"4/28/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":662,"Cost":599,"Date":"7/10/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":642,"Cost":489,"Date":"3/25/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":61,"Cost":57,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":485,"Cost":407,"Date":"10/28/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":795,"Cost":404,"Date":"3/2/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":284,"Cost":167,"Date":"6/28/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":28,"Cost":20,"Date":"7/17/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":217,"Cost":109,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":889,"Cost":812,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":570,"Cost":492,"Date":"11/20/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":131,"Cost":105,"Date":"12/16/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":769,"Cost":569,"Date":"12/30/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":962,"Cost":544,"Date":"2/15/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":448,"Cost":418,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":728,"Cost":541,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":714,"Cost":385,"Date":"4/18/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":731,"Cost":526,"Date":"7/27/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":915,"Cost":834,"Date":"8/18/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":429,"Cost":246,"Date":"10/31/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":452,"Cost":252,"Date":"11/11/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":880,"Cost":745,"Date":"11/30/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":842,"Cost":431,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":830,"Cost":673,"Date":"3/1/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":927,"Cost":556,"Date":"4/13/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":492,"Cost":285,"Date":"5/20/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":524,"Cost":403,"Date":"8/13/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":58,"Cost":34,"Date":"9/15/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":179,"Cost":141,"Date":"10/14/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":649,"Cost":366,"Date":"10/28/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":823,"Cost":702,"Date":"11/11/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":638,"Cost":372,"Date":"12/7/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":265,"Cost":156,"Date":"12/21/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":540,"Cost":427,"Date":"1/6/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":575,"Cost":324,"Date":"1/23/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":22,"Cost":12,"Date":"2/4/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":244,"Cost":124,"Date":"3/10/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":761,"Cost":546,"Date":"3/12/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":134,"Cost":99,"Date":"3/31/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":829,"Cost":566,"Date":"6/16/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":27,"Cost":21,"Date":"6/17/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":509,"Cost":463,"Date":"8/27/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":408,"Cost":368,"Date":"10/1/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":558,"Cost":424,"Date":"11/4/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":17,"Cost":9,"Date":"11/9/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":393,"Cost":358,"Date":"3/27/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":698,"Cost":615,"Date":"4/17/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":860,"Cost":447,"Date":"8/11/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":379,"Cost":318,"Date":"8/21/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":408,"Cost":336,"Date":"9/2/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":192,"Cost":135,"Date":"9/5/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":246,"Cost":170,"Date":"9/14/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":402,"Cost":263,"Date":"9/20/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":992,"Cost":669,"Date":"11/20/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":791,"Cost":651,"Date":"12/21/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":235,"Cost":214,"Date":"1/7/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":696,"Cost":409,"Date":"1/21/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":715,"Cost":459,"Date":"2/9/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":852,"Cost":733,"Date":"3/19/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":2,"Cost":2,"Date":"4/3/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":163,"Cost":87,"Date":"4/5/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":103,"Cost":74,"Date":"4/28/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":485,"Cost":321,"Date":"7/10/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":151,"Cost":94,"Date":"3/25/2020"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":502,"Cost":280,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":109,"Cost":84,"Date":"10/28/2020"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":472,"Cost":255,"Date":"3/2/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":791,"Cost":480,"Date":"6/28/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":263,"Cost":208,"Date":"7/17/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":280,"Cost":256,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":558,"Cost":313,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":134,"Cost":90,"Date":"11/20/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":336,"Cost":294,"Date":"12/16/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":345,"Cost":246,"Date":"12/30/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":464,"Cost":292,"Date":"2/15/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":835,"Cost":775,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":85,"Cost":57,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":657,"Cost":612,"Date":"4/18/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":61,"Cost":47,"Date":"7/27/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":328,"Cost":237,"Date":"8/18/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":563,"Cost":390,"Date":"10/31/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":454,"Cost":347,"Date":"11/11/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":886,"Cost":512,"Date":"11/30/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":42,"Cost":31,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":565,"Cost":530,"Date":"3/1/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":689,"Cost":534,"Date":"4/13/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":864,"Cost":701,"Date":"5/20/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":342,"Cost":218,"Date":"8/13/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":788,"Cost":433,"Date":"9/15/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":580,"Cost":356,"Date":"10/14/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":725,"Cost":585,"Date":"10/28/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":623,"Cost":416,"Date":"11/11/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":190,"Cost":151,"Date":"12/7/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":919,"Cost":526,"Date":"12/21/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":999,"Cost":634,"Date":"1/6/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":765,"Cost":575,"Date":"1/23/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":882,"Cost":795,"Date":"2/4/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":691,"Cost":462,"Date":"3/10/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":361,"Cost":235,"Date":"3/12/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":114,"Cost":81,"Date":"3/31/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":549,"Cost":322,"Date":"6/16/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":908,"Cost":546,"Date":"6/17/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":170,"Cost":121,"Date":"8/27/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":388,"Cost":323,"Date":"10/1/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":329,"Cost":300,"Date":"11/4/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":847,"Cost":512,"Date":"11/9/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":330,"Cost":201,"Date":"3/27/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":859,"Cost":457,"Date":"4/17/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":850,"Cost":730,"Date":"8/11/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":213,"Cost":184,"Date":"8/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":607,"Cost":410,"Date":"9/2/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":122,"Cost":75,"Date":"9/5/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":543,"Cost":285,"Date":"9/14/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":584,"Cost":499,"Date":"9/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":59,"Cost":30,"Date":"11/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":758,"Cost":436,"Date":"12/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":652,"Cost":418,"Date":"1/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":635,"Cost":516,"Date":"1/21/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":225,"Cost":170,"Date":"2/9/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":276,"Cost":172,"Date":"3/19/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":615,"Cost":534,"Date":"4/3/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":745,"Cost":664,"Date":"4/5/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":554,"Cost":420,"Date":"4/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":517,"Cost":454,"Date":"7/10/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":503,"Cost":367,"Date":"3/25/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":247,"Cost":151,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":80,"Cost":75,"Date":"10/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":466,"Date":"3/2/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":888,"Cost":586,"Date":"6/28/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":614,"Cost":528,"Date":"7/17/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":261,"Cost":141,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":435,"Cost":287,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":545,"Cost":515,"Date":"11/20/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":700,"Cost":498,"Date":"12/16/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":886,"Cost":725,"Date":"12/30/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":938,"Cost":590,"Date":"2/15/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":956,"Cost":793,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":513,"Cost":277,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":634,"Cost":396,"Date":"4/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":451,"Cost":294,"Date":"7/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":397,"Cost":329,"Date":"8/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":266,"Cost":140,"Date":"10/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":620,"Cost":443,"Date":"11/11/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":512,"Cost":421,"Date":"11/30/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":178,"Cost":128,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":997,"Cost":743,"Date":"3/1/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":535,"Cost":279,"Date":"4/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":264,"Cost":232,"Date":"5/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":960,"Cost":532,"Date":"8/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":272,"Cost":176,"Date":"9/15/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":181,"Cost":124,"Date":"10/14/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":186,"Date":"10/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":859,"Cost":539,"Date":"11/11/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":218,"Cost":110,"Date":"12/7/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":214,"Cost":202,"Date":"12/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":13,"Cost":7,"Date":"1/6/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":714,"Cost":556,"Date":"1/23/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":904,"Cost":455,"Date":"2/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":976,"Cost":740,"Date":"3/10/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":355,"Cost":266,"Date":"3/12/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":240,"Cost":175,"Date":"3/31/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":434,"Cost":369,"Date":"6/16/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":20,"Cost":11,"Date":"6/17/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":426,"Cost":341,"Date":"8/27/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":806,"Cost":590,"Date":"10/1/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":49,"Cost":45,"Date":"11/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":380,"Cost":305,"Date":"11/9/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":930,"Cost":493,"Date":"3/27/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":109,"Cost":97,"Date":"4/17/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":752,"Cost":714,"Date":"8/11/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":853,"Cost":609,"Date":"8/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":903,"Cost":710,"Date":"9/2/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":208,"Cost":129,"Date":"9/5/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":919,"Cost":649,"Date":"9/14/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":269,"Cost":216,"Date":"9/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":407,"Cost":236,"Date":"11/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":157,"Cost":79,"Date":"12/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":758,"Cost":547,"Date":"1/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":783,"Cost":480,"Date":"1/21/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":117,"Cost":106,"Date":"2/9/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":524,"Cost":287,"Date":"3/19/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":468,"Cost":444,"Date":"4/3/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":866,"Cost":813,"Date":"4/5/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":588,"Cost":362,"Date":"4/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":285,"Cost":270,"Date":"7/10/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":130,"Cost":111,"Date":"3/25/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":790,"Cost":396,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":129,"Cost":80,"Date":"10/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":891,"Cost":789,"Date":"3/2/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":957,"Cost":648,"Date":"6/28/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":434,"Cost":352,"Date":"7/17/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":270,"Cost":179,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":205,"Cost":140,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":607,"Cost":495,"Date":"11/20/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":975,"Cost":871,"Date":"12/16/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":705,"Cost":376,"Date":"12/30/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":450,"Cost":402,"Date":"2/15/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":95,"Cost":74,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":173,"Cost":121,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":883,"Cost":583,"Date":"4/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":916,"Cost":560,"Date":"7/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":319,"Cost":282,"Date":"8/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":817,"Cost":418,"Date":"10/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":875,"Cost":549,"Date":"11/11/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":751,"Cost":376,"Date":"11/30/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":578,"Cost":497,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":491,"Cost":348,"Date":"3/1/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":890,"Cost":701,"Date":"4/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":84,"Cost":42,"Date":"5/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":830,"Cost":641,"Date":"8/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":746,"Cost":586,"Date":"9/15/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":269,"Cost":248,"Date":"10/14/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":164,"Cost":138,"Date":"10/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":662,"Cost":452,"Date":"11/11/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":345,"Cost":298,"Date":"12/7/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":433,"Cost":355,"Date":"12/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":712,"Cost":664,"Date":"1/6/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":659,"Cost":389,"Date":"1/23/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":631,"Cost":585,"Date":"2/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":598,"Cost":399,"Date":"3/10/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":487,"Cost":437,"Date":"3/12/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":229,"Cost":179,"Date":"3/31/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":275,"Cost":230,"Date":"6/16/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":29,"Cost":15,"Date":"6/17/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":42,"Cost":36,"Date":"8/27/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":615,"Cost":331,"Date":"10/1/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":424,"Cost":299,"Date":"11/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":339,"Cost":316,"Date":"11/9/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":300,"Cost":180,"Date":"3/27/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":799,"Cost":648,"Date":"4/17/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":902,"Cost":572,"Date":"8/11/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":842,"Cost":583,"Date":"8/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":852,"Cost":700,"Date":"9/2/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":902,"Cost":850,"Date":"9/5/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":851,"Cost":756,"Date":"9/14/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":497,"Cost":316,"Date":"9/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":597,"Cost":316,"Date":"11/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":902,"Cost":642,"Date":"12/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":717,"Cost":485,"Date":"1/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":282,"Cost":263,"Date":"1/21/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":508,"Cost":311,"Date":"2/9/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":603,"Cost":566,"Date":"3/19/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":784,"Cost":700,"Date":"4/3/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":827,"Cost":511,"Date":"4/5/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":83,"Date":"4/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":408,"Date":"7/10/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":246,"Cost":162,"Date":"3/25/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":24,"Cost":19,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":255,"Date":"10/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":462,"Date":"3/2/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":191,"Cost":163,"Date":"6/28/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":655,"Cost":502,"Date":"7/17/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":355,"Cost":207,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":920,"Cost":463,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":480,"Cost":361,"Date":"11/20/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":473,"Cost":390,"Date":"12/16/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":256,"Cost":198,"Date":"12/30/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":911,"Cost":699,"Date":"2/15/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":397,"Cost":343,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":989,"Cost":688,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":441,"Cost":304,"Date":"4/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":218,"Cost":117,"Date":"7/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":620,"Cost":576,"Date":"8/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":733,"Cost":516,"Date":"10/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":797,"Cost":531,"Date":"11/11/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":513,"Cost":344,"Date":"11/30/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":899,"Cost":732,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":85,"Cost":46,"Date":"3/1/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":805,"Cost":575,"Date":"4/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":883,"Cost":837,"Date":"5/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":611,"Cost":535,"Date":"8/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":716,"Cost":674,"Date":"9/15/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":667,"Cost":487,"Date":"10/14/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":901,"Cost":597,"Date":"10/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":879,"Cost":581,"Date":"11/11/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":100,"Cost":91,"Date":"12/7/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":93,"Cost":46,"Date":"12/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":847,"Cost":699,"Date":"1/6/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":798,"Cost":723,"Date":"1/23/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":628,"Cost":372,"Date":"2/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":832,"Cost":790,"Date":"3/10/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":583,"Cost":439,"Date":"3/12/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":454,"Date":"3/31/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":632,"Cost":543,"Date":"6/16/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":836,"Cost":720,"Date":"6/17/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":762,"Cost":490,"Date":"8/27/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":182,"Cost":169,"Date":"10/1/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":293,"Cost":240,"Date":"11/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":585,"Cost":532,"Date":"11/9/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":602,"Cost":356,"Date":"3/27/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":71,"Cost":68,"Date":"4/17/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":83,"Cost":62,"Date":"8/11/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":608,"Cost":467,"Date":"8/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":405,"Date":"9/2/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":513,"Cost":355,"Date":"9/5/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":141,"Cost":133,"Date":"9/14/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":238,"Date":"9/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":554,"Cost":319,"Date":"11/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":615,"Date":"12/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":267,"Cost":161,"Date":"1/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":143,"Cost":80,"Date":"1/21/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":197,"Cost":149,"Date":"2/9/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":23,"Cost":16,"Date":"3/19/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":591,"Date":"4/3/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":340,"Cost":217,"Date":"4/5/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":363,"Cost":254,"Date":"4/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":270,"Cost":183,"Date":"7/10/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":299,"Cost":204,"Date":"3/25/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":743,"Cost":602,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":795,"Cost":449,"Date":"10/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":306,"Cost":175,"Date":"3/2/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":746,"Cost":382,"Date":"6/28/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":557,"Cost":379,"Date":"7/17/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":246,"Cost":157,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":172,"Cost":110,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":700,"Cost":651,"Date":"11/20/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":628,"Cost":375,"Date":"12/16/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":248,"Cost":213,"Date":"12/30/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":290,"Date":"2/15/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":43,"Cost":24,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":386,"Cost":324,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":909,"Cost":729,"Date":"4/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":485,"Cost":377,"Date":"7/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":703,"Cost":482,"Date":"8/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":81,"Cost":59,"Date":"10/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":320,"Cost":200,"Date":"11/11/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":113,"Cost":61,"Date":"11/30/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":83,"Cost":42,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":72,"Cost":39,"Date":"3/1/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":557,"Cost":491,"Date":"4/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":293,"Cost":152,"Date":"5/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":152,"Cost":96,"Date":"8/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":24,"Cost":16,"Date":"9/15/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":430,"Cost":218,"Date":"10/14/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":400,"Cost":336,"Date":"10/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":564,"Cost":500,"Date":"11/11/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":711,"Cost":421,"Date":"12/7/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":750,"Cost":642,"Date":"12/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":139,"Cost":125,"Date":"1/6/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":501,"Cost":473,"Date":"1/23/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":425,"Cost":366,"Date":"2/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":616,"Cost":366,"Date":"3/10/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":210,"Cost":139,"Date":"3/12/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":592,"Cost":488,"Date":"3/31/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":648,"Date":"6/16/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":562,"Cost":281,"Date":"6/17/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":334,"Cost":257,"Date":"8/27/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":855,"Cost":657,"Date":"10/1/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":902,"Cost":746,"Date":"11/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":170,"Cost":100,"Date":"11/9/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":871,"Cost":695,"Date":"3/27/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":504,"Cost":289,"Date":"4/17/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":161,"Cost":137,"Date":"8/11/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":533,"Cost":351,"Date":"8/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":597,"Cost":313,"Date":"9/2/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":325,"Cost":195,"Date":"9/5/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":345,"Cost":202,"Date":"9/14/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":991,"Cost":843,"Date":"9/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":848,"Cost":716,"Date":"11/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":627,"Cost":479,"Date":"12/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":423,"Cost":265,"Date":"1/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":183,"Cost":95,"Date":"1/21/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":111,"Cost":97,"Date":"2/9/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":390,"Cost":256,"Date":"3/19/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":179,"Cost":170,"Date":"4/3/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":815,"Cost":685,"Date":"4/5/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":155,"Cost":82,"Date":"4/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":379,"Cost":354,"Date":"7/10/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":852,"Cost":554,"Date":"3/25/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":426,"Cost":256,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":801,"Cost":448,"Date":"10/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":2,"Cost":2,"Date":"3/2/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":632,"Cost":423,"Date":"6/28/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":730,"Cost":519,"Date":"7/17/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":993,"Cost":703,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":14,"Cost":8,"Date":"11/20/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":480,"Cost":282,"Date":"12/16/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":739,"Cost":609,"Date":"12/30/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":138,"Cost":121,"Date":"2/15/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":448,"Cost":267,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":870,"Cost":561,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":195,"Cost":158,"Date":"4/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":4,"Cost":3,"Date":"7/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":321,"Cost":167,"Date":"8/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":546,"Cost":477,"Date":"10/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":369,"Cost":205,"Date":"11/11/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":155,"Cost":128,"Date":"11/30/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":52,"Cost":45,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":554,"Cost":352,"Date":"3/1/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":445,"Cost":316,"Date":"4/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":439,"Cost":222,"Date":"5/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":91,"Cost":78,"Date":"8/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":819,"Cost":644,"Date":"9/15/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":343,"Cost":213,"Date":"10/14/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":568,"Cost":370,"Date":"10/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":517,"Cost":360,"Date":"11/11/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":178,"Cost":95,"Date":"12/7/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":556,"Cost":508,"Date":"12/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":36,"Cost":28,"Date":"1/6/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":946,"Cost":688,"Date":"1/23/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":968,"Cost":498,"Date":"2/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":265,"Cost":223,"Date":"3/10/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":279,"Cost":236,"Date":"3/12/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":888,"Cost":701,"Date":"3/31/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":442,"Cost":395,"Date":"6/16/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":319,"Cost":303,"Date":"6/17/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":262,"Cost":207,"Date":"8/27/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":927,"Cost":787,"Date":"10/1/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":942,"Cost":838,"Date":"11/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":742,"Cost":424,"Date":"11/9/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":301,"Cost":206,"Date":"3/27/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":996,"Cost":909,"Date":"4/17/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":421,"Cost":371,"Date":"8/11/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":94,"Cost":52,"Date":"8/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":413,"Cost":250,"Date":"9/2/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":76,"Cost":59,"Date":"9/5/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":300,"Cost":156,"Date":"9/14/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":649,"Cost":454,"Date":"9/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":218,"Cost":192,"Date":"11/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":777,"Cost":470,"Date":"12/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":182,"Cost":148,"Date":"1/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":605,"Cost":328,"Date":"1/21/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":686,"Cost":574,"Date":"2/9/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":15,"Cost":14,"Date":"3/19/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":331,"Cost":293,"Date":"4/3/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":287,"Cost":225,"Date":"4/5/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":54,"Date":"4/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":344,"Cost":275,"Date":"7/10/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":382,"Cost":192,"Date":"3/25/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":921,"Cost":834,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":302,"Cost":182,"Date":"10/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":896,"Cost":835,"Date":"3/2/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":261,"Cost":143,"Date":"6/28/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":282,"Date":"7/17/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":586,"Cost":434,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":885,"Cost":578,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":47,"Cost":26,"Date":"11/20/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":197,"Cost":172,"Date":"12/16/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":744,"Cost":527,"Date":"12/30/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":660,"Cost":495,"Date":"2/15/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":162,"Cost":118,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":475,"Cost":306,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":94,"Cost":62,"Date":"4/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":424,"Cost":302,"Date":"7/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":491,"Cost":386,"Date":"8/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":896,"Cost":638,"Date":"10/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":444,"Cost":255,"Date":"11/11/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":973,"Cost":790,"Date":"11/30/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":971,"Cost":670,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":536,"Cost":411,"Date":"3/1/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":648,"Cost":423,"Date":"4/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":375,"Cost":294,"Date":"5/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":103,"Cost":66,"Date":"8/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":273,"Cost":219,"Date":"9/15/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":848,"Cost":483,"Date":"10/14/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":984,"Cost":519,"Date":"10/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":56,"Cost":28,"Date":"11/11/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":682,"Date":"12/7/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":366,"Cost":298,"Date":"12/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":297,"Cost":170,"Date":"1/6/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":416,"Cost":335,"Date":"1/23/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":771,"Cost":583,"Date":"2/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":215,"Cost":200,"Date":"3/10/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":633,"Cost":474,"Date":"3/12/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":509,"Cost":331,"Date":"3/31/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":490,"Cost":429,"Date":"6/16/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":364,"Cost":329,"Date":"6/17/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":840,"Cost":514,"Date":"8/27/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":837,"Cost":430,"Date":"10/1/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":407,"Cost":332,"Date":"11/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":63,"Cost":60,"Date":"11/9/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":661,"Cost":475,"Date":"3/27/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":342,"Cost":298,"Date":"4/17/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":741,"Cost":486,"Date":"8/11/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":430,"Cost":309,"Date":"8/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":589,"Cost":432,"Date":"9/2/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":338,"Cost":264,"Date":"9/5/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":500,"Cost":336,"Date":"9/14/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":729,"Cost":378,"Date":"9/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":837,"Cost":494,"Date":"11/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":343,"Cost":219,"Date":"12/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":48,"Cost":44,"Date":"1/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":596,"Cost":555,"Date":"1/21/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":750,"Cost":516,"Date":"2/9/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":681,"Cost":462,"Date":"3/19/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":557,"Cost":442,"Date":"4/3/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":323,"Cost":249,"Date":"4/5/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":572,"Cost":529,"Date":"4/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":408,"Cost":272,"Date":"7/10/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":806,"Cost":552,"Date":"3/25/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":653,"Cost":458,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":442,"Cost":224,"Date":"10/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":733,"Cost":657,"Date":"3/2/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":20,"Cost":15,"Date":"6/28/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":63,"Cost":58,"Date":"7/17/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":355,"Cost":204,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":803,"Cost":466,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":155,"Cost":93,"Date":"11/20/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":981,"Cost":753,"Date":"12/16/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":828,"Cost":705,"Date":"12/30/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":703,"Cost":457,"Date":"2/15/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":970,"Cost":905,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":554,"Cost":378,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":596,"Cost":356,"Date":"4/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":464,"Cost":431,"Date":"7/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":78,"Cost":59,"Date":"8/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":537,"Cost":314,"Date":"10/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":592,"Cost":301,"Date":"11/11/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":577,"Cost":370,"Date":"11/30/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":583,"Cost":440,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":650,"Cost":434,"Date":"3/1/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":161,"Cost":136,"Date":"4/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":146,"Cost":103,"Date":"5/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":383,"Cost":277,"Date":"8/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":963,"Cost":613,"Date":"9/15/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":250,"Cost":158,"Date":"10/14/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":986,"Cost":758,"Date":"10/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":989,"Cost":775,"Date":"11/11/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":959,"Cost":880,"Date":"12/7/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":112,"Cost":76,"Date":"12/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":683,"Cost":349,"Date":"1/6/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":81,"Cost":51,"Date":"1/23/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":323,"Cost":279,"Date":"2/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":873,"Cost":633,"Date":"3/10/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":358,"Cost":230,"Date":"3/12/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":77,"Cost":65,"Date":"3/31/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":16,"Cost":9,"Date":"6/16/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":581,"Cost":508,"Date":"6/17/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":314,"Cost":284,"Date":"8/27/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":110,"Cost":74,"Date":"10/1/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":355,"Cost":307,"Date":"11/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":414,"Cost":347,"Date":"11/9/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":359,"Cost":286,"Date":"3/27/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":659,"Cost":626,"Date":"4/17/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":116,"Cost":106,"Date":"8/11/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":354,"Cost":234,"Date":"8/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":259,"Cost":145,"Date":"9/2/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":491,"Cost":408,"Date":"9/5/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":888,"Cost":711,"Date":"9/14/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":400,"Cost":368,"Date":"9/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":799,"Cost":473,"Date":"11/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":156,"Cost":146,"Date":"12/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":935,"Cost":714,"Date":"1/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":402,"Cost":302,"Date":"1/21/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":929,"Cost":557,"Date":"2/9/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":61,"Cost":31,"Date":"3/19/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":519,"Cost":297,"Date":"4/3/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":687,"Cost":604,"Date":"4/5/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":29,"Cost":27,"Date":"4/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":540,"Cost":386,"Date":"7/10/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":183,"Cost":156,"Date":"3/25/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":471,"Cost":352,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":523,"Cost":484,"Date":"10/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":854,"Cost":733,"Date":"3/2/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":998,"Cost":722,"Date":"6/28/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":733,"Cost":526,"Date":"7/17/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":136,"Cost":105,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":673,"Cost":371,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":119,"Cost":72,"Date":"11/20/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":315,"Cost":248,"Date":"12/16/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":26,"Cost":19,"Date":"12/30/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":221,"Cost":144,"Date":"2/15/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":851,"Cost":785,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":531,"Cost":311,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":660,"Cost":367,"Date":"4/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":451,"Cost":354,"Date":"7/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":180,"Cost":157,"Date":"8/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":440,"Cost":325,"Date":"10/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":505,"Cost":286,"Date":"11/11/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":598,"Cost":525,"Date":"11/30/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":823,"Cost":610,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":178,"Cost":96,"Date":"3/1/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":92,"Cost":57,"Date":"4/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":135,"Cost":84,"Date":"5/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":523,"Cost":479,"Date":"8/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":126,"Cost":103,"Date":"9/15/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":220,"Cost":136,"Date":"10/14/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":288,"Cost":145,"Date":"10/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":867,"Cost":776,"Date":"11/11/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":233,"Cost":119,"Date":"12/7/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":749,"Cost":466,"Date":"12/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":248,"Cost":223,"Date":"1/6/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":914,"Cost":661,"Date":"1/23/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":181,"Cost":101,"Date":"2/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":832,"Cost":512,"Date":"3/10/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":126,"Cost":105,"Date":"3/12/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":124,"Cost":62,"Date":"3/31/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":691,"Cost":408,"Date":"6/16/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":79,"Cost":42,"Date":"6/17/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":536,"Cost":310,"Date":"8/27/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":375,"Cost":200,"Date":"10/1/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":553,"Cost":526,"Date":"11/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":181,"Cost":129,"Date":"11/9/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":867,"Cost":579,"Date":"3/27/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":96,"Date":"4/17/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":620,"Cost":345,"Date":"8/11/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":902,"Cost":812,"Date":"8/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":790,"Cost":557,"Date":"9/2/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":140,"Cost":86,"Date":"9/5/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":873,"Cost":513,"Date":"9/14/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":197,"Cost":168,"Date":"9/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":447,"Cost":260,"Date":"11/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":167,"Cost":149,"Date":"12/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":692,"Cost":500,"Date":"1/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":25,"Date":"1/21/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":667,"Cost":363,"Date":"2/9/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":474,"Cost":262,"Date":"3/19/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":116,"Cost":86,"Date":"4/3/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":373,"Cost":271,"Date":"4/5/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":862,"Cost":432,"Date":"4/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":852,"Cost":488,"Date":"7/10/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":378,"Cost":337,"Date":"3/25/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":904,"Cost":476,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":563,"Cost":313,"Date":"10/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":16,"Cost":8,"Date":"3/2/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":999,"Cost":661,"Date":"6/28/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":141,"Cost":74,"Date":"7/17/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":518,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":974,"Cost":724,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":994,"Cost":894,"Date":"11/20/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":279,"Cost":142,"Date":"12/16/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":246,"Cost":144,"Date":"12/30/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":36,"Cost":32,"Date":"2/15/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":736,"Cost":692,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":745,"Cost":664,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":590,"Cost":392,"Date":"4/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":382,"Cost":351,"Date":"7/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":629,"Cost":357,"Date":"8/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":498,"Cost":321,"Date":"10/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":323,"Date":"11/11/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":693,"Cost":609,"Date":"11/30/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":304,"Cost":178,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":331,"Cost":313,"Date":"3/1/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":814,"Cost":721,"Date":"4/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":389,"Date":"5/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":770,"Cost":664,"Date":"8/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":117,"Cost":71,"Date":"9/15/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":690,"Cost":575,"Date":"10/14/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":545,"Date":"10/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":820,"Cost":607,"Date":"11/11/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":902,"Cost":851,"Date":"12/7/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":21,"Cost":19,"Date":"12/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":755,"Cost":516,"Date":"1/6/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":866,"Cost":659,"Date":"1/23/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":503,"Date":"2/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":803,"Cost":490,"Date":"3/10/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":400,"Date":"3/12/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":945,"Cost":887,"Date":"3/31/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":355,"Cost":307,"Date":"6/16/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":368,"Cost":194,"Date":"6/17/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":396,"Date":"8/27/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":568,"Cost":504,"Date":"10/1/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":955,"Cost":903,"Date":"11/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":647,"Cost":455,"Date":"11/9/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":620,"Date":"3/27/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":1000,"Cost":940,"Date":"4/17/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":725,"Cost":549,"Date":"8/11/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":635,"Cost":368,"Date":"8/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":964,"Cost":506,"Date":"9/2/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":904,"Cost":544,"Date":"9/5/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":20,"Date":"9/14/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":782,"Cost":735,"Date":"9/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":450,"Cost":259,"Date":"11/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":283,"Date":"12/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":422,"Cost":249,"Date":"1/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":612,"Date":"1/21/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":367,"Date":"2/9/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":481,"Cost":282,"Date":"3/19/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":72,"Cost":64,"Date":"4/3/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":70,"Cost":63,"Date":"4/5/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":976,"Cost":716,"Date":"4/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":466,"Cost":397,"Date":"7/10/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":240,"Cost":195,"Date":"3/25/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":341,"Cost":243,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":641,"Cost":581,"Date":"10/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":332,"Cost":267,"Date":"3/2/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":589,"Cost":317,"Date":"6/28/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":456,"Cost":321,"Date":"7/17/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":452,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":428,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":178,"Date":"11/20/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":15,"Cost":8,"Date":"12/16/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":205,"Cost":109,"Date":"12/30/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":666,"Cost":360,"Date":"2/15/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":528,"Cost":279,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":329,"Cost":239,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":641,"Cost":541,"Date":"4/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":167,"Date":"7/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":620,"Cost":561,"Date":"8/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":504,"Cost":428,"Date":"10/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":356,"Cost":179,"Date":"11/11/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":937,"Cost":817,"Date":"11/30/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":119,"Cost":99,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":975,"Cost":718,"Date":"3/1/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":200,"Cost":139,"Date":"4/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":849,"Cost":485,"Date":"5/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":4,"Cost":4,"Date":"8/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":738,"Cost":516,"Date":"9/15/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":60,"Cost":40,"Date":"10/14/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":864,"Cost":707,"Date":"10/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":156,"Cost":118,"Date":"11/11/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":770,"Cost":663,"Date":"12/7/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":1,"Cost":1,"Date":"12/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":328,"Date":"1/6/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":746,"Cost":386,"Date":"1/23/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":324,"Cost":198,"Date":"2/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":801,"Cost":699,"Date":"3/10/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":171,"Cost":109,"Date":"3/12/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":47,"Cost":41,"Date":"3/31/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":458,"Cost":322,"Date":"6/16/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":926,"Cost":747,"Date":"6/17/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":884,"Cost":835,"Date":"8/27/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":471,"Cost":260,"Date":"10/1/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":66,"Cost":57,"Date":"11/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":173,"Cost":111,"Date":"11/9/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":279,"Cost":141,"Date":"3/27/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":642,"Cost":498,"Date":"4/17/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":668,"Cost":535,"Date":"8/11/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":33,"Cost":28,"Date":"8/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":543,"Cost":330,"Date":"9/2/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":662,"Cost":596,"Date":"9/5/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":771,"Cost":666,"Date":"9/14/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":549,"Cost":274,"Date":"9/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":69,"Cost":61,"Date":"11/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":598,"Cost":469,"Date":"12/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":790,"Cost":505,"Date":"1/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":640,"Cost":443,"Date":"1/21/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":838,"Cost":782,"Date":"2/9/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":895,"Cost":528,"Date":"3/19/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":408,"Cost":373,"Date":"4/3/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":457,"Cost":408,"Date":"4/5/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":447,"Cost":230,"Date":"4/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":656,"Cost":573,"Date":"7/10/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":402,"Cost":209,"Date":"3/25/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":64,"Cost":52,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":36,"Cost":35,"Date":"10/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":233,"Cost":120,"Date":"3/2/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":159,"Cost":103,"Date":"6/28/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":445,"Cost":223,"Date":"7/17/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":720,"Cost":512,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":452,"Cost":231,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":34,"Cost":31,"Date":"11/20/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":894,"Cost":819,"Date":"12/16/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":8,"Cost":7,"Date":"12/30/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":574,"Cost":292,"Date":"2/15/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":125,"Cost":73,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":276,"Cost":217,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":893,"Cost":615,"Date":"4/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":267,"Cost":228,"Date":"7/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":531,"Cost":404,"Date":"8/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":443,"Cost":234,"Date":"10/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":430,"Cost":366,"Date":"11/11/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":700,"Cost":653,"Date":"11/30/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":142,"Cost":111,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":60,"Cost":31,"Date":"3/1/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":971,"Cost":732,"Date":"4/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":682,"Cost":602,"Date":"5/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":988,"Cost":546,"Date":"8/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":187,"Cost":177,"Date":"9/15/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":785,"Cost":634,"Date":"10/14/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":483,"Cost":254,"Date":"10/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":28,"Cost":23,"Date":"11/11/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":494,"Cost":411,"Date":"12/7/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":347,"Cost":211,"Date":"12/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":213,"Cost":165,"Date":"1/6/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":833,"Cost":697,"Date":"1/23/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":467,"Cost":326,"Date":"2/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":75,"Cost":69,"Date":"3/10/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":271,"Cost":182,"Date":"3/12/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":878,"Cost":801,"Date":"3/31/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":491,"Cost":345,"Date":"6/16/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":181,"Cost":168,"Date":"6/17/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":815,"Cost":570,"Date":"8/27/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":685,"Cost":531,"Date":"10/1/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":792,"Cost":679,"Date":"11/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":16,"Cost":15,"Date":"11/9/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":23,"Cost":20,"Date":"3/27/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":848,"Cost":557,"Date":"4/17/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":417,"Cost":242,"Date":"8/11/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":901,"Cost":632,"Date":"8/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":956,"Cost":853,"Date":"9/2/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":506,"Cost":433,"Date":"9/5/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":471,"Cost":267,"Date":"9/14/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":227,"Cost":179,"Date":"9/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":574,"Cost":378,"Date":"11/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":277,"Cost":139,"Date":"12/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":387,"Cost":248,"Date":"1/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":99,"Cost":82,"Date":"1/21/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":10,"Cost":5,"Date":"2/9/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":423,"Cost":213,"Date":"3/19/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":871,"Cost":447,"Date":"4/3/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":329,"Cost":249,"Date":"4/5/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":15,"Cost":14,"Date":"4/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":609,"Cost":350,"Date":"7/10/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":436,"Cost":316,"Date":"3/25/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":817,"Cost":557,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":871,"Cost":587,"Date":"10/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":785,"Cost":479,"Date":"3/2/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":207,"Cost":114,"Date":"6/28/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":922,"Cost":474,"Date":"7/17/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":591,"Cost":389,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":207,"Cost":117,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":126,"Cost":68,"Date":"11/20/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":890,"Cost":486,"Date":"12/16/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":93,"Cost":56,"Date":"12/30/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":609,"Cost":575,"Date":"2/15/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":408,"Cost":381,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":805,"Cost":424,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":118,"Cost":109,"Date":"4/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":522,"Cost":325,"Date":"7/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":969,"Cost":720,"Date":"8/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":619,"Cost":585,"Date":"10/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":302,"Cost":151,"Date":"11/11/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":919,"Cost":516,"Date":"11/30/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":638,"Cost":342,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":726,"Cost":520,"Date":"3/1/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":792,"Cost":708,"Date":"4/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":525,"Cost":423,"Date":"5/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":270,"Cost":208,"Date":"8/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":852,"Cost":643,"Date":"9/15/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":720,"Cost":645,"Date":"10/14/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":536,"Cost":478,"Date":"10/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":288,"Cost":202,"Date":"11/11/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":402,"Cost":245,"Date":"12/7/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":647,"Cost":441,"Date":"12/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":106,"Cost":74,"Date":"1/6/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":497,"Cost":441,"Date":"1/23/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":240,"Cost":123,"Date":"2/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":508,"Cost":437,"Date":"3/10/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":534,"Cost":453,"Date":"3/12/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":903,"Cost":845,"Date":"3/31/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":810,"Cost":705,"Date":"6/16/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":13,"Cost":7,"Date":"6/17/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":531,"Cost":309,"Date":"8/27/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":15,"Cost":9,"Date":"10/1/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":215,"Cost":122,"Date":"11/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":413,"Cost":256,"Date":"11/9/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":581,"Cost":499,"Date":"3/27/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":36,"Cost":19,"Date":"4/17/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":684,"Cost":577,"Date":"8/11/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":277,"Cost":178,"Date":"8/21/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":206,"Cost":131,"Date":"9/2/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":108,"Cost":58,"Date":"9/5/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":966,"Cost":765,"Date":"9/14/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":767,"Cost":522,"Date":"9/20/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":751,"Cost":621,"Date":"11/20/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":947,"Cost":559,"Date":"12/21/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":48,"Cost":37,"Date":"1/7/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":602,"Cost":370,"Date":"1/21/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":640,"Cost":463,"Date":"2/9/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":849,"Cost":626,"Date":"3/19/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":361,"Cost":332,"Date":"4/3/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":493,"Cost":328,"Date":"4/5/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":243,"Cost":153,"Date":"4/28/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":423,"Cost":392,"Date":"7/10/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":385,"Cost":254,"Date":"3/25/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":379,"Cost":191,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":152,"Cost":133,"Date":"10/28/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":996,"Cost":905,"Date":"3/2/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":721,"Cost":581,"Date":"6/28/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":500,"Cost":386,"Date":"7/17/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":799,"Cost":431,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":923,"Cost":709,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":653,"Cost":586,"Date":"11/20/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":109,"Cost":55,"Date":"12/16/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":52,"Cost":39,"Date":"12/30/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":43,"Cost":23,"Date":"2/15/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":665,"Cost":553,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":841,"Cost":772,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":948,"Cost":572,"Date":"4/18/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":137,"Cost":76,"Date":"7/27/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":751,"Cost":657,"Date":"8/18/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":787,"Cost":734,"Date":"10/31/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":449,"Cost":418,"Date":"11/11/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":227,"Cost":206,"Date":"11/30/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":779,"Cost":597,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":299,"Cost":193,"Date":"3/1/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":805,"Cost":721,"Date":"4/13/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":300,"Cost":234,"Date":"5/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":11,"Cost":7,"Date":"8/13/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":520,"Cost":436,"Date":"9/15/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":623,"Cost":559,"Date":"10/14/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":683,"Cost":530,"Date":"10/28/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":299,"Cost":214,"Date":"11/11/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":955,"Cost":482,"Date":"12/7/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":981,"Cost":667,"Date":"12/21/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":119,"Cost":88,"Date":"1/6/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":871,"Cost":462,"Date":"1/23/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":456,"Cost":275,"Date":"2/4/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":913,"Cost":667,"Date":"3/10/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":627,"Cost":489,"Date":"3/12/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":406,"Cost":246,"Date":"3/31/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":715,"Cost":519,"Date":"6/16/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":895,"Cost":791,"Date":"6/17/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":735,"Cost":685,"Date":"8/27/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":782,"Cost":515,"Date":"10/1/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":178,"Cost":114,"Date":"11/4/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":52,"Cost":29,"Date":"11/9/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":651,"Cost":439,"Date":"3/27/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":968,"Cost":678,"Date":"4/17/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":653,"Cost":530,"Date":"8/11/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":511,"Cost":480,"Date":"8/21/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":264,"Cost":226,"Date":"9/2/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":104,"Cost":88,"Date":"9/5/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":922,"Cost":867,"Date":"9/14/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":25,"Cost":23,"Date":"9/20/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":467,"Cost":379,"Date":"11/20/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":288,"Cost":210,"Date":"12/21/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":307,"Cost":245,"Date":"1/7/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":538,"Cost":492,"Date":"1/21/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":195,"Cost":118,"Date":"2/9/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":635,"Cost":350,"Date":"3/19/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":357,"Cost":199,"Date":"4/3/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":969,"Cost":758,"Date":"4/5/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":983,"Cost":856,"Date":"4/28/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":373,"Cost":293,"Date":"7/10/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":452,"Cost":308,"Date":"3/25/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":991,"Cost":771,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":363,"Cost":251,"Date":"10/28/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":173,"Cost":151,"Date":"3/2/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":970,"Cost":856,"Date":"6/28/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":121,"Cost":109,"Date":"7/17/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":526,"Cost":319,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":807,"Cost":590,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":556,"Cost":503,"Date":"11/20/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":377,"Cost":220,"Date":"12/16/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":49,"Cost":45,"Date":"12/30/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":710,"Cost":413,"Date":"2/15/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":84,"Cost":47,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":692,"Cost":647,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":487,"Cost":376,"Date":"4/18/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":586,"Cost":526,"Date":"7/27/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":1000,"Cost":608,"Date":"8/18/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":756,"Cost":441,"Date":"10/31/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":543,"Cost":511,"Date":"11/11/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":160,"Cost":114,"Date":"11/30/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":263,"Cost":196,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":94,"Cost":65,"Date":"3/1/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":697,"Cost":614,"Date":"4/13/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":113,"Cost":77,"Date":"5/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":689,"Cost":412,"Date":"8/13/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":807,"Cost":695,"Date":"9/15/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":44,"Cost":39,"Date":"10/14/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":568,"Cost":367,"Date":"10/28/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":473,"Cost":329,"Date":"11/11/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":706,"Cost":438,"Date":"12/7/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":413,"Cost":317,"Date":"12/21/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":188,"Cost":131,"Date":"1/6/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":97,"Cost":67,"Date":"1/23/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":409,"Cost":319,"Date":"2/4/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":169,"Cost":152,"Date":"3/10/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":57,"Cost":42,"Date":"3/12/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":647,"Cost":482,"Date":"3/31/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":242,"Cost":213,"Date":"6/16/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":879,"Cost":466,"Date":"6/17/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":357,"Cost":313,"Date":"8/27/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":228,"Cost":118,"Date":"10/1/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":192,"Cost":182,"Date":"11/4/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":440,"Cost":393,"Date":"11/9/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":21,"Cost":20,"Date":"3/27/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":793,"Cost":702,"Date":"4/17/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":676,"Cost":533,"Date":"8/11/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":547,"Cost":404,"Date":"8/21/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":145,"Cost":135,"Date":"9/2/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":813,"Cost":437,"Date":"9/5/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":629,"Cost":515,"Date":"9/14/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":249,"Cost":142,"Date":"9/20/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":380,"Cost":285,"Date":"11/20/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":84,"Cost":48,"Date":"12/21/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":35,"Cost":21,"Date":"1/7/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":603,"Cost":368,"Date":"1/21/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":273,"Cost":152,"Date":"2/9/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":590,"Cost":472,"Date":"3/19/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":515,"Cost":426,"Date":"4/3/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":950,"Cost":733,"Date":"4/5/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":761,"Cost":469,"Date":"4/28/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":337,"Cost":198,"Date":"7/10/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":590,"Cost":309,"Date":"3/25/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":817,"Cost":462,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":389,"Cost":294,"Date":"10/28/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":203,"Cost":165,"Date":"3/2/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":81,"Cost":69,"Date":"6/28/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":298,"Cost":267,"Date":"7/17/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":522,"Cost":265,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":41,"Cost":37,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":51,"Cost":40,"Date":"11/20/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":106,"Cost":78,"Date":"12/16/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":375,"Cost":346,"Date":"12/30/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":420,"Cost":249,"Date":"2/15/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":606,"Cost":455,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":767,"Cost":720,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":116,"Cost":66,"Date":"4/18/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":767,"Cost":590,"Date":"7/27/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":958,"Cost":654,"Date":"8/18/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":179,"Cost":143,"Date":"10/31/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":743,"Cost":385,"Date":"11/11/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":106,"Cost":73,"Date":"11/30/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":28,"Cost":23,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":773,"Cost":666,"Date":"3/1/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":105,"Cost":85,"Date":"4/13/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":930,"Cost":669,"Date":"5/20/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":868,"Cost":448,"Date":"8/13/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":427,"Cost":279,"Date":"9/15/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":823,"Cost":617,"Date":"10/14/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":542,"Cost":425,"Date":"10/28/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":601,"Cost":497,"Date":"11/11/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":435,"Cost":293,"Date":"12/7/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":365,"Cost":241,"Date":"12/21/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":220,"Cost":182,"Date":"1/6/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":661,"Cost":368,"Date":"1/23/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":641,"Cost":494,"Date":"2/4/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":255,"Cost":235,"Date":"3/10/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":563,"Cost":481,"Date":"3/12/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":855,"Cost":784,"Date":"3/31/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":602,"Cost":418,"Date":"6/16/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":179,"Cost":101,"Date":"6/17/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":593,"Cost":537,"Date":"8/27/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":209,"Cost":141,"Date":"10/1/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":473,"Cost":262,"Date":"11/4/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":535,"Cost":300,"Date":"11/9/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":417,"Cost":311,"Date":"3/27/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":669,"Cost":345,"Date":"4/17/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":687,"Cost":511,"Date":"8/11/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":290,"Cost":269,"Date":"8/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":512,"Cost":403,"Date":"9/2/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":570,"Date":"9/5/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":142,"Cost":99,"Date":"9/14/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":271,"Date":"9/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":80,"Cost":67,"Date":"11/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":442,"Cost":239,"Date":"12/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":468,"Cost":265,"Date":"1/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":751,"Cost":642,"Date":"1/21/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":348,"Cost":178,"Date":"2/9/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":423,"Cost":218,"Date":"3/19/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":213,"Cost":193,"Date":"4/3/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":975,"Cost":662,"Date":"4/5/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":263,"Cost":154,"Date":"4/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":34,"Date":"7/10/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":122,"Cost":97,"Date":"3/25/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":957,"Cost":648,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":443,"Cost":399,"Date":"10/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":494,"Cost":250,"Date":"3/2/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":233,"Cost":139,"Date":"6/28/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":235,"Cost":184,"Date":"7/17/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":136,"Cost":122,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":768,"Cost":496,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":932,"Cost":594,"Date":"11/20/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":494,"Cost":327,"Date":"12/16/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":273,"Cost":252,"Date":"12/30/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":308,"Date":"2/15/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":106,"Cost":67,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":604,"Cost":558,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":306,"Cost":175,"Date":"4/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":536,"Cost":494,"Date":"7/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":448,"Cost":304,"Date":"8/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":99,"Cost":81,"Date":"10/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":176,"Cost":105,"Date":"11/11/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":783,"Cost":647,"Date":"11/30/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":953,"Cost":529,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":28,"Cost":17,"Date":"3/1/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":112,"Cost":100,"Date":"4/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":845,"Cost":614,"Date":"5/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":854,"Cost":565,"Date":"8/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":236,"Cost":209,"Date":"9/15/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":608,"Cost":460,"Date":"10/14/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":776,"Cost":585,"Date":"10/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":939,"Cost":839,"Date":"11/11/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":826,"Cost":461,"Date":"12/7/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":233,"Date":"12/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":452,"Date":"1/6/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":644,"Date":"1/23/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":346,"Cost":286,"Date":"2/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":108,"Cost":54,"Date":"3/10/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":50,"Cost":32,"Date":"3/12/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":155,"Cost":86,"Date":"3/31/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":752,"Cost":636,"Date":"6/16/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":354,"Cost":306,"Date":"6/17/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":100,"Cost":56,"Date":"8/27/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":592,"Date":"10/1/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":161,"Cost":112,"Date":"11/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":980,"Cost":516,"Date":"11/9/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":452,"Cost":421,"Date":"3/27/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":319,"Cost":263,"Date":"4/17/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":238,"Cost":166,"Date":"8/11/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":46,"Cost":35,"Date":"8/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":364,"Cost":287,"Date":"9/2/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":396,"Cost":364,"Date":"9/5/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":97,"Cost":54,"Date":"9/14/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":656,"Cost":623,"Date":"9/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":279,"Cost":154,"Date":"11/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":246,"Cost":202,"Date":"12/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":451,"Cost":344,"Date":"1/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":393,"Cost":273,"Date":"1/21/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":268,"Cost":240,"Date":"2/9/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":429,"Cost":377,"Date":"3/19/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":162,"Cost":121,"Date":"4/3/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":590,"Cost":330,"Date":"4/5/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":12,"Cost":10,"Date":"4/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":600,"Cost":463,"Date":"7/10/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":965,"Cost":592,"Date":"3/25/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":982,"Cost":844,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":430,"Cost":322,"Date":"10/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":937,"Cost":838,"Date":"3/2/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":433,"Cost":316,"Date":"6/28/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":790,"Cost":654,"Date":"7/17/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":28,"Cost":17,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":957,"Cost":860,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":389,"Cost":311,"Date":"11/20/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":980,"Cost":588,"Date":"12/16/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":66,"Cost":62,"Date":"12/30/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":242,"Cost":221,"Date":"2/15/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":373,"Cost":243,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":856,"Cost":675,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":263,"Cost":200,"Date":"4/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":621,"Cost":541,"Date":"7/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":912,"Cost":503,"Date":"8/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":986,"Cost":592,"Date":"10/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":368,"Cost":332,"Date":"11/11/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":22,"Cost":12,"Date":"11/30/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":940,"Cost":651,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":32,"Cost":28,"Date":"3/1/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":959,"Cost":548,"Date":"4/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":391,"Cost":283,"Date":"5/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":67,"Cost":56,"Date":"8/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":215,"Cost":157,"Date":"9/15/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":463,"Cost":300,"Date":"10/14/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":822,"Cost":414,"Date":"10/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":234,"Cost":199,"Date":"11/11/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":516,"Cost":422,"Date":"12/7/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":889,"Cost":662,"Date":"12/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":395,"Cost":200,"Date":"1/6/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":40,"Cost":26,"Date":"1/23/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":946,"Cost":535,"Date":"2/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":245,"Cost":151,"Date":"3/10/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":733,"Cost":415,"Date":"3/12/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":431,"Cost":274,"Date":"3/31/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":943,"Cost":606,"Date":"6/16/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":111,"Cost":62,"Date":"6/17/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":859,"Cost":731,"Date":"8/27/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":721,"Cost":438,"Date":"10/1/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":507,"Cost":281,"Date":"11/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":20,"Cost":14,"Date":"11/9/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":531,"Cost":265,"Date":"3/27/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":22,"Cost":18,"Date":"4/17/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":228,"Cost":121,"Date":"8/11/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":405,"Cost":295,"Date":"8/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":119,"Cost":103,"Date":"9/2/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":195,"Cost":178,"Date":"9/5/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":701,"Cost":452,"Date":"9/14/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":948,"Cost":891,"Date":"9/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":438,"Cost":325,"Date":"11/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":930,"Cost":571,"Date":"12/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":3,"Cost":3,"Date":"1/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":284,"Cost":193,"Date":"1/21/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":671,"Cost":512,"Date":"2/9/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":858,"Cost":791,"Date":"3/19/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":885,"Cost":479,"Date":"4/3/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":755,"Cost":673,"Date":"4/5/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":23,"Cost":12,"Date":"4/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":217,"Cost":147,"Date":"7/10/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":2,"Cost":1,"Date":"3/25/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":772,"Cost":439,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":688,"Cost":399,"Date":"10/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":76,"Date":"3/2/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":557,"Cost":517,"Date":"6/28/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":406,"Cost":346,"Date":"7/17/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":387,"Cost":294,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":875,"Cost":557,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":93,"Cost":83,"Date":"11/20/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":342,"Cost":324,"Date":"12/16/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":799,"Cost":665,"Date":"12/30/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":308,"Date":"2/15/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":175,"Cost":120,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":338,"Cost":322,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":257,"Cost":188,"Date":"4/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":357,"Cost":194,"Date":"7/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":884,"Cost":583,"Date":"8/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":205,"Cost":179,"Date":"10/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":451,"Cost":263,"Date":"11/11/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":350,"Date":"11/30/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":62,"Cost":47,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":718,"Cost":531,"Date":"3/1/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":409,"Cost":352,"Date":"4/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":761,"Cost":439,"Date":"5/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":552,"Cost":406,"Date":"8/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":155,"Cost":100,"Date":"9/15/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":436,"Cost":385,"Date":"10/14/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":774,"Cost":668,"Date":"10/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":236,"Cost":205,"Date":"11/11/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":686,"Cost":524,"Date":"12/7/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":751,"Cost":547,"Date":"12/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":180,"Cost":141,"Date":"1/6/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":240,"Cost":194,"Date":"1/23/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":688,"Cost":646,"Date":"2/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":663,"Cost":598,"Date":"3/10/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":493,"Date":"3/12/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":140,"Cost":131,"Date":"3/31/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":829,"Cost":685,"Date":"6/16/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":906,"Cost":525,"Date":"6/17/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":9,"Cost":5,"Date":"8/27/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":600,"Cost":356,"Date":"10/1/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":759,"Cost":399,"Date":"11/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":987,"Cost":844,"Date":"11/9/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":334,"Cost":225,"Date":"3/27/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":809,"Cost":599,"Date":"4/17/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":950,"Cost":559,"Date":"8/11/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":625,"Cost":516,"Date":"8/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":321,"Cost":255,"Date":"9/2/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":795,"Cost":609,"Date":"9/5/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":449,"Cost":381,"Date":"9/14/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":223,"Cost":201,"Date":"9/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":35,"Cost":29,"Date":"11/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":749,"Cost":423,"Date":"12/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":141,"Cost":102,"Date":"1/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":887,"Cost":674,"Date":"1/21/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":958,"Cost":739,"Date":"2/9/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":609,"Cost":443,"Date":"3/19/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":435,"Cost":315,"Date":"4/3/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":301,"Cost":160,"Date":"4/5/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":372,"Cost":195,"Date":"4/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":296,"Cost":200,"Date":"7/10/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":167,"Cost":124,"Date":"3/25/2020"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":352,"Cost":249,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":958,"Cost":689,"Date":"10/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":513,"Cost":474,"Date":"3/2/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":569,"Cost":310,"Date":"6/28/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":906,"Cost":482,"Date":"7/17/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":269,"Cost":230,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":887,"Cost":747,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":335,"Cost":260,"Date":"11/20/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":565,"Cost":486,"Date":"12/16/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":341,"Cost":305,"Date":"12/30/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":773,"Cost":436,"Date":"2/15/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":909,"Cost":746,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":571,"Cost":543,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":718,"Cost":391,"Date":"4/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":957,"Cost":707,"Date":"7/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":882,"Cost":753,"Date":"8/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":477,"Cost":448,"Date":"10/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":593,"Cost":310,"Date":"11/11/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":905,"Cost":503,"Date":"11/30/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":279,"Cost":157,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":553,"Cost":317,"Date":"3/1/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":373,"Cost":300,"Date":"4/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":564,"Cost":492,"Date":"5/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":296,"Cost":230,"Date":"8/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":827,"Cost":477,"Date":"9/15/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":229,"Cost":148,"Date":"10/14/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":34,"Cost":17,"Date":"10/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":951,"Cost":762,"Date":"11/11/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":218,"Cost":137,"Date":"12/7/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":433,"Cost":339,"Date":"12/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":691,"Cost":399,"Date":"1/6/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":531,"Cost":347,"Date":"1/23/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":844,"Cost":464,"Date":"2/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":921,"Cost":473,"Date":"3/10/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":412,"Cost":288,"Date":"3/12/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":750,"Cost":508,"Date":"3/31/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":323,"Cost":198,"Date":"6/16/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":203,"Cost":173,"Date":"6/17/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":962,"Cost":554,"Date":"8/27/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":453,"Cost":248,"Date":"10/1/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":900,"Cost":826,"Date":"11/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":870,"Cost":797,"Date":"11/9/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":348,"Cost":269,"Date":"3/27/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":663,"Cost":533,"Date":"4/17/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":548,"Cost":355,"Date":"8/11/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":240,"Cost":195,"Date":"8/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":65,"Cost":44,"Date":"9/2/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":820,"Cost":418,"Date":"9/5/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":353,"Cost":220,"Date":"9/14/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":330,"Cost":292,"Date":"9/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":806,"Cost":706,"Date":"11/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":859,"Cost":700,"Date":"12/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":448,"Cost":417,"Date":"1/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":656,"Cost":577,"Date":"1/21/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":715,"Cost":475,"Date":"2/9/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":189,"Cost":161,"Date":"3/19/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":585,"Cost":443,"Date":"4/3/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":910,"Cost":675,"Date":"4/5/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":533,"Cost":432,"Date":"4/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":507,"Cost":462,"Date":"7/10/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":918,"Cost":825,"Date":"3/25/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":895,"Cost":497,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":964,"Cost":488,"Date":"10/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":657,"Cost":386,"Date":"3/2/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":849,"Cost":611,"Date":"6/28/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":318,"Cost":231,"Date":"7/17/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":899,"Cost":774,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":95,"Cost":78,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":603,"Cost":552,"Date":"11/20/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":310,"Cost":242,"Date":"12/16/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":273,"Cost":259,"Date":"12/30/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":899,"Cost":742,"Date":"2/15/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":183,"Cost":117,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":496,"Cost":314,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":576,"Cost":399,"Date":"4/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":745,"Cost":699,"Date":"7/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":536,"Cost":501,"Date":"8/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":944,"Cost":572,"Date":"10/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":148,"Cost":133,"Date":"11/11/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":599,"Cost":460,"Date":"11/30/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":542,"Cost":456,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":9,"Cost":6,"Date":"3/1/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":372,"Cost":255,"Date":"4/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":39,"Cost":37,"Date":"5/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":211,"Cost":187,"Date":"8/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":543,"Cost":354,"Date":"9/15/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":227,"Cost":118,"Date":"10/14/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":961,"Cost":874,"Date":"10/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":397,"Cost":307,"Date":"11/11/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":575,"Cost":318,"Date":"12/7/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":122,"Cost":92,"Date":"12/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":719,"Cost":666,"Date":"1/6/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":824,"Cost":689,"Date":"1/23/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":630,"Cost":542,"Date":"2/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":324,"Cost":162,"Date":"3/10/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":560,"Cost":336,"Date":"3/12/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":529,"Cost":359,"Date":"3/31/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":687,"Cost":651,"Date":"6/16/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":634,"Cost":491,"Date":"6/17/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":831,"Cost":548,"Date":"8/27/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":125,"Cost":75,"Date":"10/1/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":95,"Cost":87,"Date":"11/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":15,"Cost":14,"Date":"11/9/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":822,"Cost":439,"Date":"3/27/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":665,"Date":"4/17/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":810,"Cost":693,"Date":"8/11/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":835,"Cost":778,"Date":"8/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":602,"Cost":572,"Date":"9/2/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":54,"Cost":44,"Date":"9/5/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":257,"Cost":130,"Date":"9/14/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":609,"Date":"9/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":940,"Cost":853,"Date":"11/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":79,"Cost":41,"Date":"12/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":988,"Cost":635,"Date":"1/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":344,"Date":"1/21/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":266,"Date":"2/9/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":229,"Cost":156,"Date":"3/19/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":585,"Cost":490,"Date":"4/3/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":356,"Cost":271,"Date":"4/5/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":85,"Cost":46,"Date":"4/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":634,"Cost":523,"Date":"7/10/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":672,"Date":"3/25/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":573,"Cost":410,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":479,"Cost":239,"Date":"10/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":305,"Date":"3/2/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":42,"Cost":21,"Date":"6/28/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":861,"Cost":576,"Date":"7/17/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":691,"Cost":518,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":195,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":651,"Date":"11/20/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":640,"Cost":373,"Date":"12/16/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":554,"Cost":516,"Date":"12/30/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":535,"Date":"2/15/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":267,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":987,"Cost":592,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":444,"Date":"4/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":142,"Date":"7/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":572,"Cost":494,"Date":"8/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":347,"Cost":247,"Date":"10/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":429,"Cost":357,"Date":"11/11/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":928,"Cost":738,"Date":"11/30/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":388,"Cost":232,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":222,"Cost":155,"Date":"3/1/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":382,"Cost":290,"Date":"4/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":372,"Cost":255,"Date":"5/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":17,"Cost":8,"Date":"8/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":33,"Cost":26,"Date":"9/15/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":159,"Cost":95,"Date":"10/14/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":57,"Date":"10/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":855,"Cost":593,"Date":"11/11/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":447,"Cost":367,"Date":"12/7/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":626,"Cost":392,"Date":"12/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":530,"Cost":400,"Date":"1/6/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":126,"Cost":65,"Date":"1/23/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":336,"Cost":304,"Date":"2/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":11,"Cost":10,"Date":"3/10/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":708,"Cost":435,"Date":"3/12/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":427,"Cost":284,"Date":"3/31/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":315,"Cost":194,"Date":"6/16/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":81,"Cost":47,"Date":"6/17/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":301,"Date":"8/27/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":598,"Date":"10/1/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":554,"Cost":411,"Date":"11/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":102,"Cost":62,"Date":"11/9/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":518,"Cost":353,"Date":"3/27/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":604,"Cost":500,"Date":"4/17/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":549,"Cost":512,"Date":"8/11/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":748,"Cost":627,"Date":"8/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":580,"Cost":429,"Date":"9/2/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":569,"Date":"9/5/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":454,"Cost":414,"Date":"9/14/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":324,"Cost":282,"Date":"9/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":465,"Cost":257,"Date":"11/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":381,"Date":"12/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":527,"Cost":378,"Date":"1/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":242,"Cost":134,"Date":"1/21/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":582,"Cost":455,"Date":"2/9/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":321,"Cost":165,"Date":"3/19/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":885,"Cost":463,"Date":"4/3/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":302,"Cost":203,"Date":"4/5/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":659,"Cost":347,"Date":"4/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":658,"Cost":484,"Date":"7/10/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":534,"Cost":381,"Date":"3/25/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":397,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":960,"Cost":888,"Date":"10/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":582,"Cost":404,"Date":"3/2/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":63,"Cost":46,"Date":"6/28/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":488,"Cost":340,"Date":"7/17/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":934,"Cost":699,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":649,"Cost":518,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":916,"Cost":858,"Date":"11/20/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":229,"Cost":135,"Date":"12/16/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":372,"Cost":226,"Date":"12/30/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":545,"Cost":455,"Date":"2/15/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":458,"Cost":324,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":553,"Cost":308,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":69,"Cost":47,"Date":"4/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":483,"Cost":242,"Date":"7/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":739,"Cost":522,"Date":"8/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":677,"Cost":525,"Date":"10/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":396,"Cost":307,"Date":"11/11/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":793,"Cost":732,"Date":"11/30/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":618,"Cost":549,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":646,"Cost":341,"Date":"3/1/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":504,"Date":"4/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":302,"Date":"5/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":344,"Cost":199,"Date":"8/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":238,"Date":"9/15/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":633,"Cost":600,"Date":"10/14/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":500,"Cost":405,"Date":"10/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":237,"Cost":152,"Date":"11/11/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":462,"Cost":397,"Date":"12/7/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":203,"Date":"12/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":123,"Cost":109,"Date":"1/6/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":207,"Cost":106,"Date":"1/23/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":972,"Cost":861,"Date":"2/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":159,"Cost":112,"Date":"3/10/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":671,"Cost":606,"Date":"3/12/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":202,"Cost":144,"Date":"3/31/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":196,"Cost":169,"Date":"6/16/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":359,"Cost":210,"Date":"6/17/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":309,"Cost":250,"Date":"8/27/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":233,"Cost":166,"Date":"10/1/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":584,"Cost":520,"Date":"11/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":250,"Cost":225,"Date":"11/9/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":661,"Cost":464,"Date":"3/27/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":317,"Cost":187,"Date":"4/17/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":205,"Cost":189,"Date":"8/11/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":151,"Date":"8/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":791,"Cost":524,"Date":"9/2/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":189,"Cost":178,"Date":"9/5/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":352,"Cost":225,"Date":"9/14/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":950,"Cost":646,"Date":"9/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":959,"Cost":725,"Date":"11/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":289,"Cost":270,"Date":"12/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":689,"Cost":391,"Date":"1/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":582,"Cost":467,"Date":"1/21/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":550,"Cost":489,"Date":"2/9/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":957,"Cost":588,"Date":"3/19/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":475,"Cost":310,"Date":"4/3/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":634,"Date":"4/5/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":457,"Cost":352,"Date":"4/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":126,"Cost":101,"Date":"7/10/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":569,"Cost":336,"Date":"3/25/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":233,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":670,"Cost":487,"Date":"10/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":244,"Date":"3/2/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":795,"Cost":438,"Date":"6/28/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":531,"Cost":460,"Date":"7/17/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":475,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":957,"Cost":905,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":207,"Cost":152,"Date":"11/20/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":408,"Cost":246,"Date":"12/16/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":758,"Cost":493,"Date":"12/30/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":475,"Cost":310,"Date":"2/15/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":565,"Cost":310,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":5,"Cost":4,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":348,"Date":"4/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":59,"Cost":47,"Date":"7/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":199,"Cost":182,"Date":"8/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":777,"Cost":617,"Date":"10/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":501,"Cost":333,"Date":"11/11/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":558,"Date":"11/30/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":476,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":419,"Date":"3/1/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":940,"Cost":749,"Date":"4/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":681,"Date":"5/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":879,"Cost":599,"Date":"8/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":44,"Cost":23,"Date":"9/15/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":179,"Cost":98,"Date":"10/14/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":581,"Cost":372,"Date":"10/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":178,"Cost":145,"Date":"11/11/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":911,"Cost":612,"Date":"12/7/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":974,"Cost":536,"Date":"12/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":509,"Cost":347,"Date":"1/6/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":350,"Cost":219,"Date":"1/23/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":278,"Cost":260,"Date":"2/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":847,"Cost":547,"Date":"3/10/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":609,"Cost":439,"Date":"3/12/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":961,"Cost":590,"Date":"3/31/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":521,"Cost":408,"Date":"6/16/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":592,"Cost":560,"Date":"6/17/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":969,"Cost":751,"Date":"8/27/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":64,"Cost":32,"Date":"10/1/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":429,"Cost":279,"Date":"11/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":836,"Cost":703,"Date":"11/9/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":962,"Cost":689,"Date":"3/27/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":705,"Cost":491,"Date":"4/17/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":860,"Cost":563,"Date":"8/11/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":712,"Cost":672,"Date":"8/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":922,"Cost":687,"Date":"9/2/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":9,"Cost":6,"Date":"9/5/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":69,"Cost":58,"Date":"9/14/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":801,"Cost":652,"Date":"9/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":542,"Date":"11/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":348,"Cost":323,"Date":"12/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":206,"Cost":181,"Date":"1/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":819,"Cost":764,"Date":"1/21/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":207,"Cost":144,"Date":"2/9/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":114,"Cost":103,"Date":"3/19/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":467,"Cost":430,"Date":"4/3/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":267,"Date":"4/5/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":531,"Cost":433,"Date":"4/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":38,"Cost":21,"Date":"7/10/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":824,"Cost":719,"Date":"3/25/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":609,"Cost":397,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":748,"Cost":685,"Date":"10/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":726,"Cost":484,"Date":"3/2/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":63,"Cost":38,"Date":"6/28/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":92,"Cost":68,"Date":"7/17/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":464,"Cost":332,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":645,"Cost":485,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":766,"Cost":442,"Date":"11/20/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":446,"Cost":260,"Date":"12/16/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":150,"Cost":90,"Date":"12/30/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":345,"Cost":263,"Date":"2/15/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":113,"Cost":99,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":450,"Cost":363,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":916,"Cost":634,"Date":"4/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":153,"Cost":103,"Date":"7/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":116,"Cost":59,"Date":"8/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":406,"Cost":266,"Date":"10/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":176,"Cost":131,"Date":"11/11/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":983,"Cost":818,"Date":"11/30/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":542,"Cost":453,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":264,"Cost":219,"Date":"3/1/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":865,"Cost":753,"Date":"4/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":677,"Cost":473,"Date":"5/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":452,"Cost":398,"Date":"8/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":331,"Cost":169,"Date":"9/15/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":506,"Cost":362,"Date":"10/14/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":982,"Cost":931,"Date":"10/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":510,"Cost":415,"Date":"11/11/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":665,"Cost":616,"Date":"12/7/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":642,"Cost":360,"Date":"12/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":802,"Cost":654,"Date":"1/6/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":459,"Cost":386,"Date":"1/23/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":268,"Cost":244,"Date":"2/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":815,"Cost":567,"Date":"3/10/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":388,"Cost":312,"Date":"3/12/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":22,"Date":"3/31/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":430,"Cost":255,"Date":"6/16/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":172,"Cost":100,"Date":"6/17/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":152,"Cost":110,"Date":"8/27/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":436,"Date":"10/1/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":519,"Cost":289,"Date":"11/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":537,"Cost":338,"Date":"11/9/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":463,"Cost":320,"Date":"3/27/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":735,"Cost":426,"Date":"4/17/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":655,"Cost":580,"Date":"8/11/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":289,"Cost":229,"Date":"8/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":391,"Cost":339,"Date":"9/2/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":346,"Cost":264,"Date":"9/5/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":127,"Date":"9/14/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":911,"Cost":670,"Date":"9/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":854,"Cost":735,"Date":"11/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":945,"Cost":894,"Date":"12/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":796,"Cost":540,"Date":"1/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":172,"Cost":162,"Date":"1/21/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":165,"Cost":105,"Date":"2/9/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":633,"Cost":583,"Date":"3/19/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":903,"Cost":709,"Date":"4/3/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":698,"Cost":570,"Date":"4/5/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":617,"Date":"4/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":748,"Cost":445,"Date":"7/10/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":527,"Date":"3/25/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":694,"Cost":636,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":783,"Cost":647,"Date":"10/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":250,"Cost":225,"Date":"3/2/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":315,"Cost":195,"Date":"6/28/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":848,"Cost":581,"Date":"7/17/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":382,"Cost":202,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":542,"Cost":360,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":848,"Cost":441,"Date":"11/20/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":399,"Date":"12/16/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":794,"Cost":505,"Date":"12/30/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":658,"Cost":603,"Date":"2/15/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":750,"Cost":560,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":476,"Cost":369,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":616,"Cost":551,"Date":"4/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":714,"Cost":670,"Date":"7/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":895,"Cost":537,"Date":"8/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":696,"Cost":500,"Date":"10/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":140,"Cost":115,"Date":"11/11/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":748,"Cost":565,"Date":"11/30/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":14,"Cost":12,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":418,"Cost":322,"Date":"3/1/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":395,"Cost":270,"Date":"4/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":915,"Cost":628,"Date":"5/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":183,"Cost":165,"Date":"8/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":794,"Cost":506,"Date":"9/15/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":711,"Cost":522,"Date":"10/14/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":369,"Date":"10/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":7,"Cost":6,"Date":"11/11/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":999,"Cost":875,"Date":"12/7/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":993,"Cost":741,"Date":"12/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":456,"Cost":393,"Date":"1/6/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":377,"Cost":323,"Date":"1/23/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":667,"Date":"2/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":729,"Cost":527,"Date":"3/10/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":537,"Cost":274,"Date":"3/12/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":19,"Cost":12,"Date":"3/31/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":332,"Cost":273,"Date":"6/16/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":33,"Cost":18,"Date":"6/17/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":238,"Cost":187,"Date":"8/27/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":193,"Cost":160,"Date":"10/1/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":769,"Cost":676,"Date":"11/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":405,"Cost":254,"Date":"11/9/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":292,"Cost":243,"Date":"3/27/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":703,"Cost":387,"Date":"4/17/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":81,"Cost":43,"Date":"8/11/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":208,"Cost":136,"Date":"8/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":476,"Cost":271,"Date":"9/2/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":766,"Cost":635,"Date":"9/5/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":759,"Cost":584,"Date":"9/14/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":928,"Cost":860,"Date":"9/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":441,"Cost":387,"Date":"11/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":716,"Cost":422,"Date":"12/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":314,"Cost":227,"Date":"1/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":61,"Cost":39,"Date":"1/21/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":256,"Cost":232,"Date":"2/9/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":561,"Cost":476,"Date":"3/19/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":813,"Cost":641,"Date":"4/3/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":401,"Cost":219,"Date":"4/5/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":407,"Cost":279,"Date":"4/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":757,"Cost":438,"Date":"7/10/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":224,"Cost":209,"Date":"3/25/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":177,"Cost":138,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":621,"Cost":422,"Date":"10/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":401,"Cost":355,"Date":"3/2/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":742,"Cost":496,"Date":"6/28/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":134,"Cost":72,"Date":"7/17/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":613,"Cost":368,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":582,"Cost":368,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":730,"Cost":491,"Date":"11/20/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":62,"Cost":45,"Date":"12/16/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":275,"Cost":182,"Date":"12/30/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":204,"Cost":179,"Date":"2/15/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":612,"Cost":432,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":538,"Cost":370,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":317,"Cost":163,"Date":"4/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":931,"Cost":650,"Date":"7/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":571,"Cost":533,"Date":"8/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":801,"Cost":496,"Date":"10/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":937,"Cost":749,"Date":"11/11/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":366,"Cost":291,"Date":"11/30/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":652,"Cost":515,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":935,"Cost":592,"Date":"3/1/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":638,"Cost":519,"Date":"4/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":445,"Cost":407,"Date":"5/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":839,"Cost":453,"Date":"8/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":587,"Cost":398,"Date":"9/15/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":615,"Cost":451,"Date":"10/14/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":931,"Cost":610,"Date":"10/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":177,"Cost":155,"Date":"11/11/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":683,"Cost":589,"Date":"12/7/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":542,"Cost":479,"Date":"12/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":652,"Cost":367,"Date":"1/6/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":547,"Cost":436,"Date":"1/23/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":122,"Cost":75,"Date":"2/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":586,"Cost":493,"Date":"3/10/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":395,"Cost":263,"Date":"3/12/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":138,"Cost":95,"Date":"3/31/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":600,"Cost":445,"Date":"6/16/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":356,"Cost":302,"Date":"6/17/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":268,"Cost":236,"Date":"8/27/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":948,"Cost":484,"Date":"10/1/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":929,"Cost":583,"Date":"11/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":477,"Cost":377,"Date":"11/9/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":575,"Cost":289,"Date":"3/27/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":215,"Cost":183,"Date":"4/17/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":712,"Cost":444,"Date":"8/11/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":591,"Cost":401,"Date":"8/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":708,"Cost":388,"Date":"9/2/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":917,"Cost":743,"Date":"9/5/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":914,"Cost":488,"Date":"9/14/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":789,"Cost":483,"Date":"9/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":548,"Cost":418,"Date":"11/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":737,"Cost":421,"Date":"12/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":350,"Cost":319,"Date":"1/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":284,"Cost":188,"Date":"1/21/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":354,"Cost":243,"Date":"2/9/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":594,"Cost":547,"Date":"3/19/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":227,"Cost":146,"Date":"4/3/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":743,"Cost":389,"Date":"4/5/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":85,"Cost":69,"Date":"4/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":743,"Cost":521,"Date":"7/10/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":542,"Cost":337,"Date":"3/25/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":479,"Cost":397,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":363,"Cost":207,"Date":"10/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":621,"Cost":507,"Date":"3/2/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":1,"Cost":1,"Date":"6/28/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":954,"Cost":902,"Date":"7/17/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":675,"Cost":436,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":562,"Cost":493,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":265,"Cost":244,"Date":"11/20/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":137,"Cost":127,"Date":"12/16/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":267,"Cost":148,"Date":"12/30/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":426,"Cost":323,"Date":"2/15/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":3,"Cost":2,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":658,"Cost":450,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":555,"Cost":443,"Date":"4/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":62,"Cost":59,"Date":"7/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":950,"Cost":659,"Date":"8/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":69,"Cost":45,"Date":"10/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":315,"Cost":160,"Date":"11/11/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":101,"Cost":68,"Date":"11/30/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":443,"Cost":292,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":871,"Cost":450,"Date":"3/1/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":97,"Cost":88,"Date":"4/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":180,"Cost":118,"Date":"5/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":132,"Cost":124,"Date":"8/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":556,"Cost":414,"Date":"9/15/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":239,"Cost":163,"Date":"10/14/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":841,"Cost":604,"Date":"10/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":433,"Cost":304,"Date":"11/11/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":843,"Cost":497,"Date":"12/7/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":86,"Cost":80,"Date":"12/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":257,"Cost":161,"Date":"1/6/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":747,"Cost":492,"Date":"1/23/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":54,"Cost":40,"Date":"2/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":672,"Cost":474,"Date":"3/10/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":103,"Cost":96,"Date":"3/12/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":936,"Cost":545,"Date":"3/31/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":369,"Cost":275,"Date":"6/16/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":506,"Cost":403,"Date":"6/17/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":700,"Cost":624,"Date":"8/27/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":835,"Cost":774,"Date":"10/1/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":508,"Cost":392,"Date":"11/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":393,"Cost":311,"Date":"11/9/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":608,"Cost":361,"Date":"3/27/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":278,"Cost":247,"Date":"4/17/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":269,"Cost":190,"Date":"8/11/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":406,"Cost":340,"Date":"8/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":576,"Cost":337,"Date":"9/2/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":438,"Cost":270,"Date":"9/5/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":58,"Date":"9/14/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":239,"Cost":160,"Date":"9/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":856,"Cost":614,"Date":"11/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":884,"Cost":603,"Date":"12/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":544,"Cost":274,"Date":"1/7/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":589,"Date":"1/21/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":224,"Cost":171,"Date":"2/9/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":299,"Cost":222,"Date":"3/19/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":482,"Cost":246,"Date":"4/3/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":949,"Cost":651,"Date":"4/5/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":494,"Cost":456,"Date":"4/28/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":250,"Cost":176,"Date":"7/10/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":958,"Cost":745,"Date":"3/25/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":844,"Cost":425,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":385,"Cost":202,"Date":"10/28/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":167,"Cost":118,"Date":"3/2/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":760,"Cost":467,"Date":"6/28/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":233,"Cost":119,"Date":"7/17/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":80,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":285,"Cost":167,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":963,"Cost":785,"Date":"11/20/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":654,"Cost":572,"Date":"12/16/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":654,"Cost":600,"Date":"12/30/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":905,"Cost":508,"Date":"2/15/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":704,"Cost":368,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":821,"Cost":594,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":12,"Cost":8,"Date":"4/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":977,"Cost":776,"Date":"7/27/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":4,"Cost":3,"Date":"8/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":168,"Cost":119,"Date":"10/31/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":722,"Cost":524,"Date":"11/11/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":834,"Cost":524,"Date":"11/30/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":740,"Cost":387,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":990,"Cost":925,"Date":"3/1/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":260,"Cost":197,"Date":"4/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":764,"Cost":448,"Date":"5/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":948,"Cost":746,"Date":"8/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":747,"Cost":586,"Date":"9/15/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":375,"Cost":278,"Date":"10/14/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":141,"Cost":74,"Date":"10/28/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":485,"Cost":398,"Date":"11/11/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":490,"Cost":287,"Date":"12/7/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":725,"Cost":653,"Date":"12/21/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":129,"Date":"1/6/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":801,"Cost":508,"Date":"1/23/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":173,"Cost":90,"Date":"2/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":987,"Cost":624,"Date":"3/10/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":550,"Cost":483,"Date":"3/12/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":377,"Cost":263,"Date":"3/31/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":424,"Cost":326,"Date":"6/16/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":228,"Cost":156,"Date":"6/17/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":709,"Cost":533,"Date":"8/27/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":501,"Cost":350,"Date":"10/1/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":434,"Cost":269,"Date":"11/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":393,"Cost":340,"Date":"11/9/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":261,"Cost":151,"Date":"3/27/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":643,"Cost":578,"Date":"4/17/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":573,"Cost":317,"Date":"8/11/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":593,"Cost":557,"Date":"8/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":824,"Cost":554,"Date":"9/2/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":284,"Cost":228,"Date":"9/5/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":499,"Date":"9/14/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":634,"Cost":495,"Date":"9/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":360,"Date":"11/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":714,"Cost":378,"Date":"12/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":352,"Date":"1/7/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":212,"Cost":166,"Date":"1/21/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":514,"Cost":367,"Date":"2/9/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":26,"Cost":15,"Date":"3/19/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":196,"Cost":152,"Date":"4/3/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":746,"Cost":645,"Date":"4/5/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":450,"Cost":315,"Date":"4/28/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":899,"Cost":612,"Date":"7/10/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":561,"Date":"3/25/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":287,"Cost":144,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":546,"Cost":282,"Date":"10/28/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":823,"Cost":477,"Date":"3/2/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":186,"Cost":147,"Date":"6/28/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":213,"Cost":197,"Date":"7/17/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":38,"Cost":24,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":904,"Cost":550,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":105,"Cost":100,"Date":"11/20/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":482,"Cost":429,"Date":"12/16/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":675,"Date":"12/30/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":33,"Cost":28,"Date":"2/15/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":478,"Cost":315,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":404,"Cost":315,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":743,"Cost":510,"Date":"4/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":227,"Cost":165,"Date":"7/27/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":56,"Cost":43,"Date":"8/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":416,"Date":"10/31/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":828,"Cost":554,"Date":"11/11/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":291,"Cost":195,"Date":"11/30/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":495,"Cost":333,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":375,"Cost":292,"Date":"3/1/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":409,"Date":"4/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":728,"Cost":624,"Date":"5/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":290,"Cost":195,"Date":"8/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":522,"Cost":433,"Date":"9/15/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":355,"Cost":196,"Date":"10/14/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":238,"Cost":170,"Date":"10/28/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":424,"Date":"11/11/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":485,"Cost":274,"Date":"12/7/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":383,"Cost":290,"Date":"12/21/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":92,"Cost":60,"Date":"1/6/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":545,"Date":"1/23/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":75,"Cost":66,"Date":"2/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":80,"Cost":63,"Date":"3/10/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":643,"Cost":353,"Date":"3/12/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":222,"Cost":177,"Date":"3/31/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":717,"Date":"6/16/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":761,"Cost":484,"Date":"6/17/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":713,"Cost":637,"Date":"8/27/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":194,"Cost":157,"Date":"10/1/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":551,"Cost":339,"Date":"11/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":252,"Cost":209,"Date":"11/9/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":789,"Cost":715,"Date":"3/27/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":530,"Cost":484,"Date":"4/17/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":471,"Cost":411,"Date":"8/11/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":209,"Cost":138,"Date":"8/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":150,"Cost":80,"Date":"9/2/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":113,"Cost":71,"Date":"9/5/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":399,"Cost":217,"Date":"9/14/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":422,"Cost":261,"Date":"9/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":940,"Cost":539,"Date":"11/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":651,"Cost":413,"Date":"12/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":13,"Cost":11,"Date":"1/7/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":455,"Cost":400,"Date":"1/21/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":82,"Cost":56,"Date":"2/9/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":36,"Cost":23,"Date":"3/19/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":944,"Cost":565,"Date":"4/3/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":371,"Cost":301,"Date":"4/5/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":73,"Cost":37,"Date":"4/28/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":946,"Cost":548,"Date":"7/10/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":46,"Cost":27,"Date":"3/25/2020"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":902,"Cost":707,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":537,"Cost":488,"Date":"10/28/2020"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":100,"Cost":78,"Date":"3/2/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":338,"Cost":237,"Date":"6/28/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":316,"Cost":204,"Date":"7/17/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":56,"Cost":30,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":926,"Cost":877,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":643,"Cost":510,"Date":"11/20/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":626,"Cost":510,"Date":"12/16/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":534,"Cost":476,"Date":"12/30/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":951,"Cost":721,"Date":"2/15/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":76,"Cost":57,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":111,"Cost":64,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":735,"Cost":434,"Date":"4/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":77,"Cost":55,"Date":"7/27/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":13,"Cost":6,"Date":"8/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":196,"Cost":117,"Date":"10/31/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":245,"Cost":201,"Date":"11/11/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":862,"Cost":751,"Date":"11/30/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":783,"Cost":626,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":643,"Cost":490,"Date":"3/1/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":394,"Cost":302,"Date":"4/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":150,"Cost":129,"Date":"5/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":42,"Cost":27,"Date":"8/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":838,"Cost":796,"Date":"9/15/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":514,"Cost":354,"Date":"10/14/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":966,"Cost":814,"Date":"10/28/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":450,"Cost":256,"Date":"11/11/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":125,"Cost":88,"Date":"12/7/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":805,"Cost":413,"Date":"12/21/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":132,"Cost":116,"Date":"1/6/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":104,"Cost":52,"Date":"1/23/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":885,"Cost":514,"Date":"2/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":430,"Cost":348,"Date":"3/10/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":188,"Cost":100,"Date":"3/12/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":133,"Cost":98,"Date":"3/31/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":233,"Cost":218,"Date":"6/16/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":297,"Cost":279,"Date":"6/17/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":403,"Cost":343,"Date":"8/27/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":575,"Cost":390,"Date":"10/1/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":592,"Cost":396,"Date":"11/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":638,"Cost":410,"Date":"11/9/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":891,"Cost":537,"Date":"3/27/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":654,"Cost":537,"Date":"4/17/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":892,"Cost":465,"Date":"8/11/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":746,"Cost":410,"Date":"8/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":299,"Cost":179,"Date":"9/2/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":704,"Cost":419,"Date":"9/5/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":962,"Cost":670,"Date":"9/14/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":823,"Cost":736,"Date":"9/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":664,"Cost":612,"Date":"11/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":339,"Cost":194,"Date":"12/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":886,"Cost":629,"Date":"1/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":367,"Cost":315,"Date":"1/21/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":330,"Date":"2/9/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":405,"Cost":219,"Date":"3/19/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":143,"Cost":133,"Date":"4/3/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":524,"Cost":474,"Date":"4/5/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":534,"Cost":322,"Date":"4/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":284,"Date":"7/10/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":547,"Cost":335,"Date":"3/25/2020"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":739,"Cost":670,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":48,"Cost":41,"Date":"10/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":703,"Cost":663,"Date":"3/2/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":624,"Cost":589,"Date":"6/28/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":985,"Cost":523,"Date":"7/17/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":471,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":148,"Cost":106,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":273,"Cost":208,"Date":"11/20/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":677,"Cost":480,"Date":"12/16/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":254,"Cost":164,"Date":"12/30/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":654,"Cost":481,"Date":"2/15/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":807,"Cost":624,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":438,"Cost":372,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":108,"Cost":78,"Date":"4/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":856,"Cost":596,"Date":"7/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":460,"Cost":237,"Date":"8/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":739,"Cost":527,"Date":"10/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":707,"Cost":613,"Date":"11/11/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":606,"Cost":305,"Date":"11/30/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":555,"Cost":333,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":370,"Cost":287,"Date":"3/1/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":396,"Date":"4/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":404,"Cost":295,"Date":"5/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":785,"Cost":713,"Date":"8/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":927,"Cost":595,"Date":"9/15/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":807,"Cost":706,"Date":"10/14/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":72,"Cost":48,"Date":"10/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":140,"Cost":131,"Date":"11/11/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":286,"Cost":229,"Date":"12/7/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":239,"Cost":182,"Date":"12/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":167,"Cost":105,"Date":"1/6/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":622,"Cost":433,"Date":"1/23/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":374,"Cost":203,"Date":"2/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":921,"Cost":541,"Date":"3/10/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":862,"Cost":731,"Date":"3/12/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":938,"Cost":472,"Date":"3/31/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":193,"Date":"6/16/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":950,"Cost":891,"Date":"6/17/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":36,"Cost":33,"Date":"8/27/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":408,"Cost":247,"Date":"10/1/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":535,"Cost":374,"Date":"11/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":766,"Cost":638,"Date":"11/9/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":185,"Cost":160,"Date":"3/27/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":211,"Cost":121,"Date":"4/17/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":817,"Cost":597,"Date":"8/11/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":419,"Cost":361,"Date":"8/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":660,"Cost":395,"Date":"9/2/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":219,"Cost":125,"Date":"9/5/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":652,"Cost":364,"Date":"9/14/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":34,"Cost":18,"Date":"9/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":882,"Cost":576,"Date":"11/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":558,"Cost":497,"Date":"12/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":674,"Cost":382,"Date":"1/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":251,"Cost":196,"Date":"1/21/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":49,"Date":"2/9/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":605,"Cost":526,"Date":"3/19/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":846,"Cost":513,"Date":"4/3/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":643,"Cost":527,"Date":"4/5/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":346,"Cost":198,"Date":"4/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":751,"Cost":435,"Date":"7/10/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":596,"Cost":470,"Date":"3/25/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":339,"Cost":212,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":992,"Cost":867,"Date":"10/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":319,"Cost":189,"Date":"3/2/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":370,"Cost":239,"Date":"6/28/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":361,"Cost":233,"Date":"7/17/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":9,"Cost":9,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":49,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":466,"Date":"11/20/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":634,"Cost":500,"Date":"12/16/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":362,"Date":"12/30/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":322,"Cost":268,"Date":"2/15/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":999,"Cost":703,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":606,"Cost":487,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":469,"Cost":291,"Date":"4/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":196,"Cost":112,"Date":"7/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":416,"Date":"8/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":113,"Cost":83,"Date":"10/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":53,"Cost":47,"Date":"11/11/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":545,"Cost":363,"Date":"11/30/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":612,"Cost":381,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":296,"Cost":187,"Date":"3/1/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":11,"Cost":6,"Date":"4/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":279,"Cost":255,"Date":"5/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":665,"Cost":567,"Date":"8/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":857,"Cost":655,"Date":"9/15/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":876,"Cost":518,"Date":"10/14/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":757,"Cost":420,"Date":"10/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":107,"Date":"11/11/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":753,"Cost":607,"Date":"12/7/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":252,"Cost":206,"Date":"12/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":275,"Cost":208,"Date":"1/6/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":446,"Date":"1/23/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":499,"Cost":330,"Date":"2/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":617,"Cost":548,"Date":"3/10/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":45,"Cost":38,"Date":"3/12/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":686,"Cost":372,"Date":"3/31/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":963,"Cost":544,"Date":"6/16/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":957,"Cost":673,"Date":"6/17/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":278,"Cost":176,"Date":"8/27/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":932,"Cost":870,"Date":"10/1/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":548,"Cost":367,"Date":"11/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":706,"Cost":435,"Date":"11/9/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":838,"Cost":591,"Date":"3/27/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":48,"Cost":45,"Date":"4/17/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":306,"Cost":167,"Date":"8/11/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":357,"Cost":186,"Date":"8/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":97,"Cost":69,"Date":"9/2/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":903,"Cost":761,"Date":"9/5/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":42,"Cost":32,"Date":"9/14/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":79,"Cost":53,"Date":"9/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":393,"Cost":269,"Date":"11/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":412,"Cost":353,"Date":"12/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":198,"Cost":179,"Date":"1/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":281,"Cost":143,"Date":"1/21/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":911,"Cost":686,"Date":"2/9/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":463,"Cost":415,"Date":"3/19/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":397,"Cost":310,"Date":"4/3/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":729,"Cost":430,"Date":"4/5/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":224,"Cost":165,"Date":"4/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":951,"Cost":638,"Date":"7/10/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":286,"Date":"3/25/2020"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":587,"Cost":298,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":267,"Cost":191,"Date":"10/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":42,"Cost":36,"Date":"3/2/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":586,"Cost":366,"Date":"6/28/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":661,"Cost":418,"Date":"7/17/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":966,"Cost":767,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":257,"Cost":214,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":454,"Cost":264,"Date":"11/20/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":65,"Cost":47,"Date":"12/16/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":618,"Date":"12/30/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":25,"Cost":14,"Date":"2/15/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":256,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":738,"Cost":674,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":129,"Cost":104,"Date":"4/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":327,"Date":"7/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":538,"Cost":413,"Date":"8/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":133,"Cost":93,"Date":"10/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":138,"Cost":85,"Date":"11/11/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":806,"Date":"11/30/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":635,"Cost":603,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":725,"Cost":639,"Date":"3/1/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":693,"Cost":578,"Date":"4/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":85,"Cost":57,"Date":"5/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":729,"Cost":462,"Date":"8/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":169,"Cost":102,"Date":"9/15/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":177,"Cost":93,"Date":"10/14/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":182,"Cost":164,"Date":"10/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":332,"Cost":276,"Date":"11/11/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":399,"Cost":378,"Date":"12/7/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":937,"Cost":640,"Date":"12/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":628,"Cost":426,"Date":"1/6/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":625,"Cost":391,"Date":"1/23/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":97,"Cost":54,"Date":"2/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":836,"Cost":773,"Date":"3/10/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":755,"Cost":386,"Date":"3/12/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":386,"Cost":278,"Date":"3/31/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":290,"Cost":220,"Date":"6/16/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":33,"Date":"6/17/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":751,"Cost":559,"Date":"8/27/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":99,"Date":"10/1/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":69,"Cost":37,"Date":"11/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":46,"Cost":31,"Date":"11/9/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":270,"Cost":148,"Date":"3/27/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":790,"Cost":640,"Date":"4/17/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":754,"Cost":571,"Date":"8/11/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":238,"Cost":148,"Date":"8/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":157,"Cost":79,"Date":"9/2/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":659,"Cost":607,"Date":"9/5/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":636,"Cost":336,"Date":"9/14/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":672,"Cost":381,"Date":"9/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":990,"Cost":594,"Date":"11/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":294,"Cost":257,"Date":"12/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":327,"Cost":219,"Date":"1/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":439,"Cost":314,"Date":"1/21/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":292,"Cost":264,"Date":"2/9/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":82,"Cost":41,"Date":"3/19/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":1,"Cost":0,"Date":"4/3/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":930,"Cost":593,"Date":"4/5/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":392,"Cost":349,"Date":"4/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":823,"Cost":779,"Date":"7/10/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":713,"Cost":536,"Date":"3/25/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":198,"Cost":152,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":270,"Cost":188,"Date":"10/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":56,"Cost":45,"Date":"3/2/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":916,"Cost":500,"Date":"6/28/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":343,"Cost":238,"Date":"7/17/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":330,"Cost":234,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":152,"Cost":109,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":356,"Cost":280,"Date":"11/20/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":786,"Cost":606,"Date":"12/16/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":63,"Cost":59,"Date":"12/30/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":409,"Cost":267,"Date":"2/15/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":491,"Cost":377,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":656,"Cost":421,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":884,"Cost":787,"Date":"4/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":600,"Cost":570,"Date":"7/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":419,"Cost":396,"Date":"8/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":253,"Cost":132,"Date":"10/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":616,"Cost":434,"Date":"11/11/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":753,"Cost":700,"Date":"11/30/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":115,"Cost":89,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":994,"Cost":730,"Date":"3/1/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":223,"Cost":157,"Date":"4/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":168,"Cost":132,"Date":"5/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":330,"Cost":313,"Date":"8/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":827,"Cost":695,"Date":"9/15/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":737,"Cost":510,"Date":"10/14/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":386,"Cost":223,"Date":"10/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":4,"Cost":2,"Date":"11/11/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":799,"Cost":677,"Date":"12/7/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":568,"Cost":307,"Date":"12/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":710,"Cost":661,"Date":"1/6/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":546,"Cost":495,"Date":"1/23/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":110,"Cost":64,"Date":"2/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":821,"Cost":591,"Date":"3/10/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":837,"Cost":759,"Date":"3/12/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":68,"Cost":65,"Date":"3/31/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":257,"Cost":128,"Date":"6/16/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":854,"Cost":464,"Date":"6/17/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":954,"Cost":544,"Date":"8/27/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":662,"Cost":532,"Date":"10/1/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":562,"Cost":322,"Date":"11/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":383,"Cost":344,"Date":"11/9/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":305,"Cost":211,"Date":"3/27/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":7,"Cost":6,"Date":"4/17/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":980,"Cost":525,"Date":"8/11/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":882,"Cost":764,"Date":"8/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":174,"Cost":156,"Date":"9/2/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":444,"Cost":319,"Date":"9/5/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":464,"Cost":234,"Date":"9/14/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":666,"Cost":503,"Date":"9/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":75,"Cost":51,"Date":"11/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":993,"Cost":893,"Date":"12/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":990,"Cost":702,"Date":"1/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":592,"Cost":427,"Date":"1/21/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":321,"Cost":214,"Date":"2/9/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":992,"Cost":735,"Date":"3/19/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":656,"Cost":450,"Date":"4/3/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":677,"Cost":350,"Date":"4/5/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":316,"Cost":214,"Date":"4/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":22,"Cost":14,"Date":"7/10/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":922,"Cost":754,"Date":"3/25/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":700,"Cost":409,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":82,"Cost":61,"Date":"10/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":213,"Cost":145,"Date":"3/2/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":87,"Cost":76,"Date":"6/28/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":679,"Cost":517,"Date":"7/17/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":364,"Cost":223,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":380,"Cost":216,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":863,"Cost":607,"Date":"11/20/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":615,"Cost":339,"Date":"12/16/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":870,"Cost":648,"Date":"12/30/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":817,"Cost":737,"Date":"2/15/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":321,"Cost":270,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":873,"Cost":700,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":284,"Cost":227,"Date":"4/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":936,"Cost":707,"Date":"7/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":488,"Date":"8/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":947,"Cost":779,"Date":"10/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":43,"Cost":28,"Date":"11/11/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":779,"Cost":415,"Date":"11/30/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":173,"Cost":154,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":194,"Cost":136,"Date":"3/1/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":787,"Cost":473,"Date":"4/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":863,"Cost":490,"Date":"5/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":116,"Cost":69,"Date":"8/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":756,"Cost":655,"Date":"9/15/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":652,"Cost":471,"Date":"10/14/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":353,"Cost":253,"Date":"10/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":70,"Cost":43,"Date":"11/11/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":580,"Cost":334,"Date":"12/7/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":844,"Cost":584,"Date":"12/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":281,"Cost":206,"Date":"1/6/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":287,"Cost":218,"Date":"1/23/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":536,"Cost":497,"Date":"2/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":475,"Cost":444,"Date":"3/10/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":429,"Cost":227,"Date":"3/12/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":660,"Cost":405,"Date":"3/31/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":179,"Cost":158,"Date":"6/16/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":355,"Cost":295,"Date":"6/17/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":854,"Cost":743,"Date":"8/27/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":738,"Cost":532,"Date":"10/1/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":893,"Cost":750,"Date":"11/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":382,"Cost":225,"Date":"11/9/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":306,"Cost":267,"Date":"3/27/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":332,"Cost":277,"Date":"4/17/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":10,"Cost":10,"Date":"8/11/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":585,"Cost":384,"Date":"8/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":196,"Cost":117,"Date":"9/2/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":173,"Cost":137,"Date":"9/5/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":566,"Cost":424,"Date":"9/14/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":762,"Date":"9/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":652,"Cost":330,"Date":"11/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":159,"Cost":88,"Date":"12/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":358,"Cost":323,"Date":"1/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":286,"Cost":271,"Date":"1/21/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":88,"Cost":50,"Date":"2/9/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":980,"Cost":832,"Date":"3/19/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":45,"Cost":42,"Date":"4/3/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":15,"Cost":14,"Date":"4/5/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":633,"Cost":426,"Date":"4/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":641,"Date":"7/10/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":880,"Cost":801,"Date":"3/25/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":203,"Cost":167,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":588,"Cost":487,"Date":"10/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":773,"Cost":670,"Date":"3/2/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":75,"Date":"6/28/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":623,"Cost":515,"Date":"7/17/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":910,"Cost":495,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":250,"Cost":157,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":371,"Cost":244,"Date":"11/20/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":978,"Cost":509,"Date":"12/16/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":831,"Cost":547,"Date":"12/30/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":974,"Cost":738,"Date":"2/15/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":503,"Cost":312,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":82,"Cost":55,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":635,"Cost":487,"Date":"4/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":781,"Cost":539,"Date":"7/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":349,"Cost":235,"Date":"8/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":60,"Cost":47,"Date":"10/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":113,"Cost":77,"Date":"11/11/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":534,"Cost":401,"Date":"11/30/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":419,"Cost":279,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":448,"Cost":350,"Date":"3/1/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":593,"Cost":497,"Date":"4/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":283,"Cost":193,"Date":"5/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":155,"Cost":87,"Date":"8/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":307,"Cost":228,"Date":"9/15/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":120,"Cost":87,"Date":"10/14/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":181,"Cost":126,"Date":"10/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":197,"Cost":174,"Date":"11/11/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":773,"Cost":429,"Date":"12/7/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":467,"Date":"12/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":728,"Cost":458,"Date":"1/6/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":644,"Cost":391,"Date":"1/23/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":31,"Cost":18,"Date":"2/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":103,"Cost":88,"Date":"3/10/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":55,"Date":"3/12/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":694,"Cost":466,"Date":"3/31/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":392,"Cost":364,"Date":"6/16/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":850,"Cost":735,"Date":"6/17/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":63,"Cost":34,"Date":"8/27/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":358,"Date":"10/1/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":424,"Cost":346,"Date":"11/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":501,"Cost":319,"Date":"11/9/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":868,"Cost":543,"Date":"3/27/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":830,"Cost":416,"Date":"4/17/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":766,"Cost":491,"Date":"8/11/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":274,"Cost":246,"Date":"8/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":161,"Cost":152,"Date":"9/2/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":962,"Cost":584,"Date":"9/5/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":708,"Cost":597,"Date":"9/14/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":790,"Cost":658,"Date":"9/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":678,"Cost":627,"Date":"11/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":620,"Cost":400,"Date":"12/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":905,"Cost":677,"Date":"1/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":203,"Cost":110,"Date":"1/21/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":128,"Cost":74,"Date":"2/9/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":838,"Cost":751,"Date":"3/19/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":768,"Cost":629,"Date":"4/3/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":69,"Cost":43,"Date":"4/5/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":353,"Cost":289,"Date":"4/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":276,"Cost":224,"Date":"7/10/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":642,"Cost":427,"Date":"3/25/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":440,"Cost":384,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":768,"Cost":611,"Date":"10/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":710,"Cost":532,"Date":"3/2/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":211,"Cost":154,"Date":"6/28/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":304,"Cost":189,"Date":"7/17/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":538,"Cost":370,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":500,"Cost":390,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":716,"Cost":560,"Date":"11/20/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":774,"Cost":587,"Date":"12/16/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":612,"Cost":439,"Date":"12/30/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":773,"Cost":673,"Date":"2/15/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":162,"Cost":145,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":887,"Cost":462,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":83,"Cost":55,"Date":"4/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":550,"Cost":359,"Date":"7/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":742,"Cost":698,"Date":"8/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":723,"Cost":384,"Date":"10/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":420,"Cost":268,"Date":"11/11/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":983,"Cost":912,"Date":"11/30/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":641,"Cost":500,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":732,"Cost":432,"Date":"3/1/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":655,"Cost":343,"Date":"4/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":981,"Cost":638,"Date":"5/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":500,"Cost":469,"Date":"8/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":166,"Cost":88,"Date":"9/15/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":635,"Cost":436,"Date":"10/14/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":587,"Cost":543,"Date":"10/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":449,"Cost":333,"Date":"11/11/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":566,"Cost":504,"Date":"12/7/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":130,"Cost":91,"Date":"12/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":409,"Cost":230,"Date":"1/6/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":491,"Cost":417,"Date":"1/23/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":263,"Cost":163,"Date":"2/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":42,"Cost":40,"Date":"3/10/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":857,"Cost":612,"Date":"3/12/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":778,"Cost":474,"Date":"3/31/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":210,"Cost":200,"Date":"6/16/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":373,"Cost":245,"Date":"6/17/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":866,"Cost":602,"Date":"8/27/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":270,"Cost":227,"Date":"10/1/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":786,"Cost":746,"Date":"11/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":359,"Cost":202,"Date":"11/9/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":58,"Cost":51,"Date":"3/27/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":286,"Cost":159,"Date":"4/17/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":941,"Cost":756,"Date":"8/11/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":1000,"Cost":784,"Date":"8/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":629,"Cost":387,"Date":"9/2/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":150,"Cost":107,"Date":"9/5/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":276,"Cost":206,"Date":"9/14/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":951,"Cost":782,"Date":"9/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":230,"Cost":192,"Date":"11/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":776,"Cost":547,"Date":"12/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":950,"Cost":778,"Date":"1/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":980,"Cost":848,"Date":"1/21/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":83,"Cost":65,"Date":"2/9/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":731,"Cost":490,"Date":"3/19/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":924,"Cost":826,"Date":"4/3/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":826,"Cost":444,"Date":"4/5/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":681,"Cost":373,"Date":"4/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":381,"Cost":307,"Date":"7/10/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":454,"Cost":329,"Date":"3/25/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":421,"Cost":255,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":737,"Cost":523,"Date":"10/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":887,"Cost":789,"Date":"3/2/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":50,"Cost":25,"Date":"6/28/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":974,"Cost":614,"Date":"7/17/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":204,"Cost":116,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":625,"Cost":388,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":865,"Cost":822,"Date":"11/20/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":804,"Cost":578,"Date":"12/16/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":590,"Cost":425,"Date":"12/30/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":3,"Cost":2,"Date":"2/15/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":950,"Cost":553,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":676,"Cost":467,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":832,"Cost":668,"Date":"4/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":551,"Cost":419,"Date":"7/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":251,"Cost":135,"Date":"8/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":151,"Cost":115,"Date":"10/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":503,"Cost":360,"Date":"11/11/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":704,"Cost":653,"Date":"11/30/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":961,"Cost":880,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":221,"Cost":161,"Date":"3/1/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":739,"Cost":459,"Date":"4/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":891,"Cost":486,"Date":"5/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":52,"Cost":47,"Date":"8/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":826,"Cost":741,"Date":"9/15/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":716,"Cost":417,"Date":"10/14/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":521,"Cost":456,"Date":"10/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":269,"Cost":221,"Date":"11/11/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":417,"Cost":212,"Date":"12/7/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":260,"Date":"12/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":129,"Date":"1/6/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":899,"Cost":640,"Date":"1/23/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":816,"Cost":545,"Date":"2/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":559,"Cost":509,"Date":"3/10/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":38,"Cost":29,"Date":"3/12/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":703,"Cost":558,"Date":"3/31/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":613,"Cost":322,"Date":"6/16/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":326,"Cost":200,"Date":"6/17/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":457,"Cost":403,"Date":"8/27/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":857,"Cost":738,"Date":"10/1/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":372,"Cost":245,"Date":"11/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":773,"Cost":419,"Date":"11/9/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":136,"Cost":71,"Date":"3/27/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":343,"Date":"4/17/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":269,"Cost":224,"Date":"8/11/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":618,"Cost":481,"Date":"8/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":744,"Cost":536,"Date":"9/2/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":100,"Cost":53,"Date":"9/5/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":757,"Date":"9/14/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":510,"Cost":278,"Date":"9/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":524,"Cost":465,"Date":"11/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":525,"Date":"12/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":622,"Cost":571,"Date":"1/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":62,"Cost":37,"Date":"1/21/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":217,"Cost":156,"Date":"2/9/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":670,"Cost":629,"Date":"3/19/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":718,"Date":"4/3/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":499,"Cost":315,"Date":"4/5/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":573,"Cost":452,"Date":"4/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":773,"Cost":671,"Date":"7/10/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":530,"Cost":343,"Date":"3/25/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":907,"Cost":558,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":297,"Date":"10/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":346,"Cost":253,"Date":"3/2/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":438,"Cost":307,"Date":"6/28/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":643,"Date":"7/17/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":501,"Cost":263,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":932,"Cost":801,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":347,"Cost":244,"Date":"11/20/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":128,"Cost":82,"Date":"12/16/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":16,"Cost":11,"Date":"12/30/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":772,"Date":"2/15/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":763,"Cost":577,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":591,"Cost":419,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":571,"Cost":326,"Date":"4/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":793,"Cost":458,"Date":"7/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":200,"Cost":140,"Date":"8/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":191,"Cost":178,"Date":"10/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":372,"Cost":299,"Date":"11/11/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":198,"Cost":181,"Date":"11/30/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":850,"Cost":440,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":857,"Cost":560,"Date":"3/1/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":282,"Cost":163,"Date":"4/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":24,"Date":"5/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":400,"Cost":291,"Date":"8/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":759,"Cost":525,"Date":"9/15/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":676,"Cost":633,"Date":"10/14/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":379,"Date":"10/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":699,"Cost":496,"Date":"11/11/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":988,"Cost":932,"Date":"12/7/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":618,"Cost":526,"Date":"12/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":37,"Cost":28,"Date":"1/6/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":546,"Cost":374,"Date":"1/23/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":534,"Cost":491,"Date":"2/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":183,"Cost":101,"Date":"3/10/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":61,"Cost":49,"Date":"3/12/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":973,"Cost":623,"Date":"3/31/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":320,"Cost":166,"Date":"6/16/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":175,"Cost":105,"Date":"6/17/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":341,"Date":"8/27/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":838,"Cost":707,"Date":"10/1/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":149,"Cost":117,"Date":"11/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":733,"Cost":666,"Date":"11/9/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":944,"Cost":792,"Date":"3/27/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":537,"Date":"4/17/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":225,"Cost":183,"Date":"8/11/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":677,"Cost":578,"Date":"8/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":523,"Cost":372,"Date":"9/2/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":495,"Cost":318,"Date":"9/5/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":742,"Cost":515,"Date":"9/14/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":278,"Cost":167,"Date":"9/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":183,"Cost":120,"Date":"11/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":687,"Cost":586,"Date":"12/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":353,"Date":"1/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":664,"Date":"1/21/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":634,"Cost":319,"Date":"2/9/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":600,"Cost":430,"Date":"3/19/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":132,"Cost":95,"Date":"4/3/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":358,"Cost":254,"Date":"4/5/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":534,"Cost":455,"Date":"4/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":343,"Cost":186,"Date":"7/10/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":771,"Cost":478,"Date":"3/25/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":4,"Cost":2,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":565,"Cost":339,"Date":"10/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":626,"Cost":539,"Date":"3/2/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":483,"Cost":336,"Date":"6/28/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":418,"Cost":319,"Date":"7/17/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":301,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":678,"Cost":530,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":528,"Cost":297,"Date":"11/20/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":330,"Cost":166,"Date":"12/16/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":323,"Date":"12/30/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":921,"Cost":676,"Date":"2/15/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":989,"Cost":616,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":156,"Cost":79,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":832,"Date":"4/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":413,"Cost":254,"Date":"7/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":214,"Cost":133,"Date":"8/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":846,"Cost":722,"Date":"10/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":609,"Date":"11/11/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":164,"Cost":93,"Date":"11/30/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":157,"Cost":90,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":907,"Cost":821,"Date":"3/1/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":238,"Cost":121,"Date":"4/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":510,"Cost":268,"Date":"5/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":656,"Cost":382,"Date":"8/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":829,"Cost":770,"Date":"9/15/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":476,"Cost":379,"Date":"10/14/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":934,"Cost":646,"Date":"10/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":946,"Cost":643,"Date":"11/11/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":201,"Cost":183,"Date":"12/7/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":234,"Cost":173,"Date":"12/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":300,"Cost":229,"Date":"1/6/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":931,"Cost":477,"Date":"1/23/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":902,"Cost":699,"Date":"2/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":419,"Cost":322,"Date":"3/10/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":494,"Cost":401,"Date":"3/12/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":902,"Cost":574,"Date":"3/31/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":618,"Cost":451,"Date":"6/16/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":837,"Cost":521,"Date":"6/17/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":80,"Cost":67,"Date":"8/27/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":307,"Cost":266,"Date":"10/1/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":149,"Cost":120,"Date":"11/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":1,"Cost":0,"Date":"11/9/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":1000,"Cost":685,"Date":"3/27/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":467,"Cost":241,"Date":"4/17/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":447,"Cost":376,"Date":"8/11/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":902,"Cost":656,"Date":"8/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":72,"Cost":65,"Date":"9/2/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":711,"Cost":474,"Date":"9/5/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":25,"Cost":13,"Date":"9/14/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":570,"Cost":394,"Date":"9/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":994,"Cost":582,"Date":"11/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":846,"Cost":691,"Date":"12/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":511,"Date":"1/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":683,"Date":"1/21/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":609,"Date":"2/9/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":409,"Cost":317,"Date":"3/19/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":81,"Cost":62,"Date":"4/3/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":281,"Cost":187,"Date":"4/5/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":627,"Cost":567,"Date":"4/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":403,"Cost":350,"Date":"7/10/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":278,"Cost":152,"Date":"3/25/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":370,"Cost":341,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":560,"Cost":441,"Date":"10/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":335,"Cost":296,"Date":"3/2/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":385,"Cost":355,"Date":"6/28/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":465,"Cost":417,"Date":"7/17/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":297,"Cost":215,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":245,"Cost":143,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":322,"Cost":214,"Date":"11/20/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":994,"Cost":643,"Date":"12/16/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":664,"Date":"12/30/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":309,"Cost":274,"Date":"2/15/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":48,"Cost":31,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":70,"Cost":66,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":550,"Cost":360,"Date":"4/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":886,"Cost":495,"Date":"7/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":270,"Cost":239,"Date":"8/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":311,"Cost":176,"Date":"10/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":609,"Date":"11/11/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":745,"Cost":662,"Date":"11/30/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":364,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":943,"Cost":556,"Date":"3/1/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":621,"Cost":491,"Date":"4/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":578,"Cost":345,"Date":"5/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":867,"Cost":440,"Date":"8/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":651,"Cost":362,"Date":"9/15/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":6,"Cost":4,"Date":"10/14/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":864,"Cost":465,"Date":"10/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":559,"Cost":453,"Date":"11/11/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":508,"Cost":461,"Date":"12/7/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":798,"Date":"12/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":430,"Cost":339,"Date":"1/6/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":355,"Cost":275,"Date":"1/23/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":263,"Cost":138,"Date":"2/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":906,"Cost":707,"Date":"3/10/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":348,"Cost":295,"Date":"3/12/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":745,"Cost":599,"Date":"3/31/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":956,"Cost":488,"Date":"6/16/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":615,"Cost":571,"Date":"6/17/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":37,"Cost":28,"Date":"8/27/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":354,"Cost":197,"Date":"10/1/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":888,"Cost":600,"Date":"11/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":416,"Cost":311,"Date":"11/9/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":789,"Cost":629,"Date":"3/27/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":235,"Cost":205,"Date":"4/17/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":262,"Cost":237,"Date":"8/11/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":29,"Cost":21,"Date":"8/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":487,"Cost":308,"Date":"9/2/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":79,"Cost":66,"Date":"9/5/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":888,"Cost":597,"Date":"9/14/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":676,"Cost":591,"Date":"9/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":296,"Cost":261,"Date":"11/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":418,"Cost":252,"Date":"12/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":16,"Cost":9,"Date":"1/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":192,"Cost":100,"Date":"1/21/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":71,"Cost":58,"Date":"2/9/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":875,"Cost":452,"Date":"3/19/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":211,"Cost":158,"Date":"4/3/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":227,"Cost":117,"Date":"4/5/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":570,"Cost":438,"Date":"4/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":230,"Cost":156,"Date":"7/10/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":245,"Cost":205,"Date":"3/25/2020"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":640,"Cost":545,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":358,"Cost":184,"Date":"10/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":965,"Cost":761,"Date":"3/2/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":765,"Cost":585,"Date":"6/28/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":356,"Cost":316,"Date":"7/17/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":27,"Cost":14,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":404,"Cost":245,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":834,"Cost":513,"Date":"11/20/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":51,"Cost":36,"Date":"12/16/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":676,"Cost":400,"Date":"12/30/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":824,"Cost":456,"Date":"2/15/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":78,"Cost":67,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":814,"Cost":440,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":519,"Cost":348,"Date":"4/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":950,"Cost":588,"Date":"7/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":104,"Cost":66,"Date":"8/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":497,"Cost":359,"Date":"10/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":257,"Cost":220,"Date":"11/11/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":506,"Cost":470,"Date":"11/30/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":197,"Cost":117,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":736,"Cost":425,"Date":"3/1/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":640,"Cost":406,"Date":"4/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":527,"Cost":337,"Date":"5/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":511,"Cost":260,"Date":"8/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":176,"Cost":155,"Date":"9/15/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":523,"Cost":444,"Date":"10/14/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":170,"Cost":87,"Date":"10/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":477,"Cost":350,"Date":"11/11/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":902,"Cost":726,"Date":"12/7/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":883,"Cost":479,"Date":"12/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":608,"Cost":359,"Date":"1/6/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":537,"Cost":290,"Date":"1/23/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":692,"Cost":580,"Date":"2/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":260,"Cost":210,"Date":"3/10/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":245,"Cost":134,"Date":"3/12/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":532,"Cost":396,"Date":"3/31/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":641,"Cost":570,"Date":"6/16/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":562,"Cost":411,"Date":"6/17/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":613,"Cost":503,"Date":"8/27/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":603,"Cost":412,"Date":"10/1/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":293,"Cost":160,"Date":"11/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":501,"Cost":398,"Date":"11/9/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":9,"Cost":7,"Date":"3/27/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":429,"Cost":390,"Date":"4/17/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":92,"Date":"8/11/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":572,"Date":"8/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":869,"Cost":460,"Date":"9/2/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":185,"Cost":116,"Date":"9/5/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":631,"Cost":416,"Date":"9/14/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":763,"Cost":552,"Date":"9/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":383,"Cost":261,"Date":"11/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":233,"Cost":171,"Date":"12/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":864,"Cost":652,"Date":"1/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":232,"Cost":162,"Date":"1/21/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":805,"Cost":461,"Date":"2/9/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":499,"Cost":419,"Date":"3/19/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":529,"Cost":451,"Date":"4/3/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":569,"Cost":376,"Date":"4/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":772,"Cost":569,"Date":"4/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":142,"Cost":82,"Date":"7/10/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":636,"Date":"3/25/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":670,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":658,"Cost":555,"Date":"10/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":713,"Cost":609,"Date":"3/2/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":565,"Date":"6/28/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":37,"Cost":33,"Date":"7/17/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":658,"Cost":416,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":703,"Cost":577,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":72,"Cost":53,"Date":"11/20/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":345,"Date":"12/16/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":378,"Cost":343,"Date":"12/30/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":144,"Cost":90,"Date":"2/15/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":196,"Cost":151,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":120,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":377,"Cost":276,"Date":"4/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":867,"Cost":725,"Date":"7/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":352,"Cost":220,"Date":"8/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":190,"Cost":129,"Date":"10/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":693,"Date":"11/11/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":399,"Cost":246,"Date":"11/30/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":967,"Cost":789,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":910,"Cost":801,"Date":"3/1/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":865,"Cost":735,"Date":"4/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":105,"Cost":88,"Date":"5/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":171,"Cost":102,"Date":"8/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":18,"Cost":16,"Date":"9/15/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":178,"Cost":164,"Date":"10/14/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":818,"Cost":687,"Date":"10/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":205,"Cost":138,"Date":"11/11/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":703,"Cost":631,"Date":"12/7/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":219,"Cost":120,"Date":"12/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":957,"Cost":654,"Date":"1/6/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":406,"Cost":271,"Date":"1/23/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":64,"Cost":40,"Date":"2/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":269,"Cost":234,"Date":"3/10/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":133,"Date":"3/12/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":937,"Cost":671,"Date":"3/31/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":27,"Cost":17,"Date":"6/16/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":500,"Cost":361,"Date":"6/17/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":954,"Cost":884,"Date":"8/27/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":540,"Cost":365,"Date":"10/1/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":258,"Cost":196,"Date":"11/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":718,"Cost":638,"Date":"11/9/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":712,"Cost":587,"Date":"3/27/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":78,"Cost":61,"Date":"4/17/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":531,"Cost":344,"Date":"8/11/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":961,"Cost":584,"Date":"8/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":466,"Cost":437,"Date":"9/2/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":515,"Cost":439,"Date":"9/5/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":299,"Cost":280,"Date":"9/14/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":759,"Cost":592,"Date":"9/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":276,"Cost":168,"Date":"11/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":639,"Cost":589,"Date":"12/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":203,"Cost":174,"Date":"1/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":453,"Cost":424,"Date":"1/21/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":331,"Cost":229,"Date":"2/9/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":502,"Cost":329,"Date":"3/19/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":236,"Cost":154,"Date":"4/3/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":636,"Cost":420,"Date":"4/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":397,"Cost":246,"Date":"4/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":111,"Cost":92,"Date":"7/10/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":706,"Cost":551,"Date":"3/25/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":554,"Cost":385,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":698,"Cost":529,"Date":"10/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":419,"Cost":384,"Date":"3/2/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":805,"Cost":462,"Date":"6/28/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":584,"Cost":490,"Date":"7/17/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":421,"Cost":370,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":111,"Cost":97,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":753,"Cost":508,"Date":"11/20/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":365,"Cost":277,"Date":"12/16/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":70,"Cost":44,"Date":"12/30/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":24,"Cost":15,"Date":"2/15/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":381,"Cost":203,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":827,"Cost":716,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":430,"Cost":338,"Date":"4/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":781,"Cost":410,"Date":"7/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":145,"Cost":103,"Date":"8/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":852,"Cost":658,"Date":"10/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":365,"Cost":298,"Date":"11/11/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":984,"Cost":534,"Date":"11/30/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":240,"Cost":143,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":383,"Cost":223,"Date":"3/1/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":353,"Cost":280,"Date":"4/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":458,"Cost":359,"Date":"5/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":870,"Cost":632,"Date":"8/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":324,"Cost":270,"Date":"9/15/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":881,"Cost":586,"Date":"10/14/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":508,"Cost":311,"Date":"10/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":341,"Cost":177,"Date":"11/11/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":646,"Cost":579,"Date":"12/7/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":888,"Cost":592,"Date":"12/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":676,"Cost":578,"Date":"1/6/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":508,"Cost":461,"Date":"1/23/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":291,"Cost":266,"Date":"2/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":591,"Cost":451,"Date":"3/10/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":12,"Cost":11,"Date":"3/12/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":223,"Cost":170,"Date":"3/31/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":309,"Cost":224,"Date":"6/16/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":642,"Cost":363,"Date":"6/17/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":61,"Cost":38,"Date":"8/27/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":711,"Cost":410,"Date":"10/1/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":694,"Cost":425,"Date":"11/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":132,"Cost":72,"Date":"11/9/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":845,"Cost":773,"Date":"3/27/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":200,"Cost":175,"Date":"4/17/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":846,"Cost":636,"Date":"8/11/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":781,"Cost":640,"Date":"8/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":755,"Cost":670,"Date":"9/2/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":584,"Cost":308,"Date":"9/5/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":360,"Cost":340,"Date":"9/14/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":691,"Cost":397,"Date":"9/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":882,"Cost":735,"Date":"11/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":461,"Cost":411,"Date":"12/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":818,"Cost":574,"Date":"1/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":843,"Cost":611,"Date":"1/21/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":301,"Cost":187,"Date":"2/9/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":506,"Cost":387,"Date":"3/19/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":780,"Cost":494,"Date":"4/3/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":856,"Cost":630,"Date":"4/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":621,"Cost":540,"Date":"4/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":918,"Cost":599,"Date":"7/10/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":316,"Cost":226,"Date":"3/25/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":691,"Cost":401,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":920,"Cost":720,"Date":"10/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":190,"Cost":109,"Date":"3/2/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":687,"Cost":425,"Date":"6/28/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":333,"Cost":195,"Date":"7/17/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":571,"Cost":504,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":905,"Cost":829,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":59,"Cost":46,"Date":"11/20/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":818,"Cost":658,"Date":"12/16/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":607,"Cost":542,"Date":"12/30/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":35,"Cost":21,"Date":"2/15/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":548,"Cost":417,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":260,"Cost":203,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":715,"Cost":413,"Date":"4/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":92,"Cost":72,"Date":"7/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":737,"Cost":427,"Date":"8/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":82,"Cost":45,"Date":"10/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":738,"Cost":424,"Date":"11/11/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":292,"Cost":263,"Date":"11/30/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":331,"Cost":233,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":31,"Cost":23,"Date":"3/1/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":139,"Cost":121,"Date":"4/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":755,"Cost":468,"Date":"5/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":23,"Cost":18,"Date":"8/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":946,"Cost":845,"Date":"9/15/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":805,"Cost":533,"Date":"10/14/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":33,"Cost":19,"Date":"10/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":371,"Cost":272,"Date":"11/11/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":981,"Cost":859,"Date":"12/7/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":454,"Cost":354,"Date":"12/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":6,"Cost":4,"Date":"1/6/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":859,"Cost":635,"Date":"1/23/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":754,"Cost":702,"Date":"2/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":801,"Cost":730,"Date":"3/10/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":951,"Cost":689,"Date":"3/12/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":846,"Cost":441,"Date":"3/31/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":205,"Cost":193,"Date":"6/16/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":998,"Cost":545,"Date":"6/17/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":721,"Cost":558,"Date":"8/27/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":855,"Cost":449,"Date":"10/1/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":604,"Cost":481,"Date":"11/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":614,"Cost":384,"Date":"11/9/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":344,"Cost":258,"Date":"3/27/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":667,"Cost":575,"Date":"4/17/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":815,"Cost":542,"Date":"8/11/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":330,"Cost":282,"Date":"8/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":673,"Cost":556,"Date":"9/2/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":497,"Date":"9/5/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":725,"Cost":572,"Date":"9/14/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":600,"Cost":565,"Date":"9/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":936,"Cost":482,"Date":"11/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":646,"Cost":608,"Date":"12/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":177,"Cost":115,"Date":"1/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":180,"Cost":103,"Date":"1/21/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":763,"Cost":384,"Date":"2/9/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":302,"Cost":270,"Date":"3/19/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":229,"Cost":156,"Date":"4/3/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":318,"Date":"4/5/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":760,"Cost":718,"Date":"4/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":43,"Cost":25,"Date":"7/10/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":366,"Cost":224,"Date":"3/25/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":545,"Cost":409,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":808,"Cost":424,"Date":"10/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":393,"Cost":355,"Date":"3/2/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":654,"Cost":390,"Date":"6/28/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":560,"Cost":349,"Date":"7/17/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":130,"Cost":111,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":324,"Cost":169,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":364,"Cost":285,"Date":"11/20/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":801,"Cost":624,"Date":"12/16/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":670,"Cost":389,"Date":"12/30/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":759,"Cost":668,"Date":"2/15/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":404,"Cost":319,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":348,"Cost":237,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":523,"Cost":391,"Date":"4/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":184,"Cost":160,"Date":"7/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":259,"Date":"8/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":396,"Cost":265,"Date":"10/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":363,"Cost":323,"Date":"11/11/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":54,"Cost":34,"Date":"11/30/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":71,"Cost":39,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":390,"Cost":326,"Date":"3/1/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":533,"Cost":402,"Date":"4/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":634,"Cost":322,"Date":"5/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":819,"Cost":481,"Date":"8/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":906,"Cost":640,"Date":"9/15/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":84,"Date":"10/14/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":987,"Cost":576,"Date":"10/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":677,"Cost":400,"Date":"11/11/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":640,"Cost":354,"Date":"12/7/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":366,"Cost":186,"Date":"12/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":629,"Date":"1/6/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":37,"Cost":31,"Date":"1/23/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":659,"Cost":497,"Date":"2/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":729,"Cost":447,"Date":"3/10/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":475,"Cost":403,"Date":"3/12/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":619,"Date":"3/31/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":209,"Cost":108,"Date":"6/16/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":420,"Cost":273,"Date":"6/17/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":353,"Cost":272,"Date":"8/27/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":338,"Cost":311,"Date":"10/1/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":805,"Cost":673,"Date":"11/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":356,"Cost":229,"Date":"11/9/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":773,"Cost":664,"Date":"3/27/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":15,"Cost":8,"Date":"4/17/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":941,"Cost":780,"Date":"8/11/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":704,"Cost":430,"Date":"8/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":762,"Cost":391,"Date":"9/2/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":690,"Cost":480,"Date":"9/5/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":853,"Cost":758,"Date":"9/14/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":190,"Cost":110,"Date":"9/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":823,"Cost":661,"Date":"11/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":758,"Cost":705,"Date":"12/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":947,"Cost":480,"Date":"1/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":919,"Cost":645,"Date":"1/21/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":466,"Cost":398,"Date":"2/9/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":236,"Cost":156,"Date":"3/19/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":792,"Cost":623,"Date":"4/3/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":123,"Cost":71,"Date":"4/5/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":166,"Cost":141,"Date":"4/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":285,"Cost":175,"Date":"7/10/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":548,"Cost":300,"Date":"3/25/2020"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":34,"Cost":21,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":742,"Cost":493,"Date":"10/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":305,"Cost":287,"Date":"3/2/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":151,"Cost":96,"Date":"6/28/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":403,"Cost":275,"Date":"7/17/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":98,"Cost":56,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":331,"Cost":207,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":549,"Cost":292,"Date":"11/20/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":696,"Cost":508,"Date":"12/16/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":652,"Cost":516,"Date":"12/30/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":201,"Cost":135,"Date":"2/15/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":513,"Cost":449,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":588,"Cost":351,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":467,"Cost":375,"Date":"4/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":198,"Cost":162,"Date":"7/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":295,"Cost":244,"Date":"8/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":692,"Cost":470,"Date":"10/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":811,"Cost":658,"Date":"11/11/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":415,"Cost":207,"Date":"11/30/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":65,"Cost":57,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":996,"Cost":534,"Date":"3/1/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":664,"Cost":563,"Date":"4/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":877,"Cost":786,"Date":"5/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":243,"Cost":155,"Date":"8/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":500,"Cost":431,"Date":"9/15/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":665,"Cost":508,"Date":"10/14/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":297,"Cost":177,"Date":"10/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":560,"Cost":313,"Date":"11/11/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":119,"Cost":67,"Date":"12/7/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":286,"Cost":258,"Date":"12/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":671,"Cost":363,"Date":"1/6/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":810,"Cost":410,"Date":"1/23/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":628,"Cost":490,"Date":"2/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":741,"Cost":581,"Date":"3/10/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":4,"Cost":2,"Date":"3/12/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":345,"Cost":318,"Date":"3/31/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":188,"Cost":108,"Date":"6/16/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":255,"Cost":212,"Date":"6/17/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":708,"Cost":458,"Date":"8/27/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":535,"Cost":467,"Date":"10/1/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":942,"Cost":607,"Date":"11/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":260,"Cost":196,"Date":"11/9/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":490,"Cost":385,"Date":"3/27/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":171,"Cost":119,"Date":"4/17/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":943,"Cost":678,"Date":"8/11/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":615,"Cost":320,"Date":"8/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":303,"Cost":248,"Date":"9/2/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":754,"Cost":627,"Date":"9/5/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":320,"Cost":245,"Date":"9/14/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":182,"Cost":105,"Date":"9/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":773,"Cost":727,"Date":"11/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":367,"Cost":188,"Date":"12/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":545,"Cost":479,"Date":"1/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":717,"Cost":555,"Date":"1/21/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":786,"Cost":608,"Date":"2/9/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":452,"Cost":310,"Date":"3/19/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":757,"Cost":625,"Date":"4/3/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":459,"Cost":346,"Date":"4/5/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":880,"Cost":692,"Date":"4/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":328,"Cost":209,"Date":"7/10/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":695,"Cost":366,"Date":"3/25/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":993,"Cost":712,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":754,"Cost":409,"Date":"10/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":133,"Cost":102,"Date":"3/2/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":822,"Cost":444,"Date":"6/28/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":285,"Cost":249,"Date":"7/17/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":812,"Cost":661,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":89,"Cost":48,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":64,"Cost":49,"Date":"11/20/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":191,"Cost":126,"Date":"12/16/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":284,"Cost":246,"Date":"12/30/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":139,"Cost":70,"Date":"2/15/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":136,"Cost":91,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":5,"Cost":5,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":797,"Cost":460,"Date":"4/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":342,"Cost":300,"Date":"7/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":491,"Cost":389,"Date":"8/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":732,"Cost":664,"Date":"10/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":729,"Cost":468,"Date":"11/11/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":491,"Cost":449,"Date":"11/30/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":827,"Cost":701,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":670,"Cost":602,"Date":"3/1/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":319,"Cost":184,"Date":"4/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":593,"Cost":535,"Date":"5/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":373,"Cost":276,"Date":"8/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":953,"Cost":738,"Date":"9/15/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":280,"Cost":174,"Date":"10/14/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":680,"Cost":550,"Date":"10/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":908,"Cost":489,"Date":"11/11/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":103,"Cost":77,"Date":"12/7/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":528,"Cost":318,"Date":"12/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":594,"Cost":385,"Date":"1/6/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":25,"Cost":12,"Date":"1/23/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":327,"Cost":297,"Date":"2/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":196,"Cost":143,"Date":"3/10/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":980,"Cost":778,"Date":"3/12/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":773,"Cost":712,"Date":"3/31/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":782,"Cost":708,"Date":"6/16/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":382,"Cost":323,"Date":"6/17/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":728,"Cost":532,"Date":"8/27/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":414,"Cost":274,"Date":"10/1/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":389,"Cost":359,"Date":"11/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":483,"Cost":442,"Date":"11/9/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":630,"Cost":342,"Date":"3/27/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":852,"Cost":618,"Date":"4/17/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":545,"Cost":382,"Date":"8/11/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":131,"Cost":117,"Date":"8/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":185,"Cost":106,"Date":"9/2/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":193,"Cost":144,"Date":"9/5/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":14,"Cost":7,"Date":"9/14/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":171,"Cost":152,"Date":"9/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":882,"Cost":459,"Date":"11/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":374,"Cost":285,"Date":"12/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":483,"Cost":248,"Date":"1/7/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":365,"Cost":239,"Date":"1/21/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":906,"Cost":851,"Date":"2/9/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":812,"Cost":543,"Date":"3/19/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":477,"Cost":306,"Date":"4/3/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":532,"Cost":342,"Date":"4/5/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":762,"Cost":631,"Date":"4/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":712,"Cost":366,"Date":"7/10/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":881,"Cost":499,"Date":"3/25/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":350,"Cost":314,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":383,"Cost":292,"Date":"10/28/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":982,"Cost":821,"Date":"3/2/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":941,"Cost":762,"Date":"6/28/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":765,"Cost":629,"Date":"7/17/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":717,"Cost":455,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":405,"Cost":311,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":979,"Cost":817,"Date":"11/20/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":995,"Cost":783,"Date":"12/16/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":791,"Cost":677,"Date":"12/30/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":737,"Cost":539,"Date":"2/15/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":291,"Cost":195,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":299,"Cost":195,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":226,"Cost":142,"Date":"4/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":663,"Cost":524,"Date":"7/27/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":593,"Cost":532,"Date":"8/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":110,"Cost":63,"Date":"10/31/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":829,"Cost":709,"Date":"11/11/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":553,"Cost":468,"Date":"11/30/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":138,"Cost":130,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":420,"Cost":217,"Date":"3/1/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":25,"Cost":18,"Date":"4/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":442,"Cost":420,"Date":"5/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":953,"Cost":645,"Date":"8/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":691,"Cost":367,"Date":"9/15/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":428,"Cost":286,"Date":"10/14/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":781,"Cost":681,"Date":"10/28/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":766,"Cost":677,"Date":"11/11/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":371,"Cost":237,"Date":"12/7/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":874,"Cost":589,"Date":"12/21/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":56,"Cost":31,"Date":"1/6/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":230,"Cost":198,"Date":"1/23/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":402,"Cost":368,"Date":"2/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":808,"Cost":442,"Date":"3/10/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":136,"Cost":97,"Date":"3/12/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":15,"Cost":12,"Date":"3/31/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":963,"Cost":667,"Date":"6/16/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":434,"Cost":380,"Date":"6/17/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":269,"Cost":218,"Date":"8/27/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":624,"Cost":441,"Date":"10/1/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":330,"Cost":309,"Date":"11/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":520,"Cost":272,"Date":"11/9/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":327,"Cost":251,"Date":"3/27/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":376,"Cost":317,"Date":"4/17/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":521,"Cost":395,"Date":"8/11/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":176,"Cost":109,"Date":"8/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":404,"Cost":353,"Date":"9/2/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":512,"Cost":453,"Date":"9/5/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":579,"Cost":484,"Date":"9/14/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":698,"Cost":394,"Date":"9/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":604,"Cost":535,"Date":"11/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":264,"Cost":235,"Date":"12/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":967,"Cost":860,"Date":"1/7/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":959,"Cost":589,"Date":"1/21/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":612,"Cost":517,"Date":"2/9/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":554,"Cost":296,"Date":"3/19/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":364,"Cost":226,"Date":"4/3/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":75,"Cost":50,"Date":"4/5/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":632,"Cost":403,"Date":"4/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":378,"Date":"7/10/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":781,"Cost":521,"Date":"3/25/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":895,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":521,"Date":"10/28/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":176,"Cost":95,"Date":"3/2/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":174,"Cost":158,"Date":"6/28/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":862,"Cost":698,"Date":"7/17/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":460,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":170,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":29,"Cost":25,"Date":"11/20/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":364,"Cost":188,"Date":"12/16/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":215,"Date":"12/30/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":634,"Cost":460,"Date":"2/15/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":987,"Cost":564,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":483,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":204,"Cost":175,"Date":"4/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":532,"Cost":454,"Date":"7/27/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":813,"Cost":558,"Date":"8/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":730,"Cost":567,"Date":"10/31/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":193,"Cost":147,"Date":"11/11/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":551,"Cost":352,"Date":"11/30/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":221,"Cost":159,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":243,"Cost":199,"Date":"3/1/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":151,"Cost":124,"Date":"4/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":55,"Cost":42,"Date":"5/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":284,"Cost":232,"Date":"8/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":28,"Cost":15,"Date":"9/15/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":839,"Cost":619,"Date":"10/14/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":473,"Cost":319,"Date":"10/28/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":79,"Cost":51,"Date":"11/11/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":252,"Cost":196,"Date":"12/7/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":718,"Cost":439,"Date":"12/21/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":287,"Cost":159,"Date":"1/6/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":441,"Cost":386,"Date":"1/23/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":840,"Cost":548,"Date":"2/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":410,"Cost":253,"Date":"3/10/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":758,"Cost":526,"Date":"3/12/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":939,"Cost":542,"Date":"3/31/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":11,"Cost":5,"Date":"6/16/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":823,"Cost":528,"Date":"6/17/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":264,"Cost":230,"Date":"8/27/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":537,"Cost":429,"Date":"10/1/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":448,"Date":"11/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":266,"Date":"11/9/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":718,"Cost":383,"Date":"3/27/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":304,"Cost":206,"Date":"4/17/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":924,"Date":"8/11/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":792,"Cost":655,"Date":"8/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":34,"Cost":27,"Date":"9/2/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":269,"Cost":232,"Date":"9/5/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":246,"Cost":229,"Date":"9/14/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":985,"Cost":893,"Date":"9/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":774,"Cost":575,"Date":"11/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":678,"Cost":367,"Date":"12/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":456,"Cost":347,"Date":"1/7/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":235,"Cost":160,"Date":"1/21/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":232,"Cost":205,"Date":"2/9/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":713,"Cost":640,"Date":"3/19/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":507,"Cost":385,"Date":"4/3/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":163,"Cost":112,"Date":"4/5/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":241,"Cost":201,"Date":"4/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":886,"Cost":587,"Date":"7/10/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":79,"Cost":67,"Date":"3/25/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":45,"Cost":35,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":128,"Cost":84,"Date":"10/28/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":769,"Cost":685,"Date":"3/2/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":262,"Cost":180,"Date":"6/28/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":765,"Cost":560,"Date":"7/17/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":100,"Cost":88,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":960,"Cost":863,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":477,"Cost":305,"Date":"11/20/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":400,"Cost":359,"Date":"12/16/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":92,"Cost":71,"Date":"12/30/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":218,"Cost":168,"Date":"2/15/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":955,"Cost":577,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":785,"Cost":457,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":649,"Cost":597,"Date":"4/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":179,"Cost":157,"Date":"7/27/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":525,"Cost":297,"Date":"8/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":701,"Cost":629,"Date":"10/31/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":411,"Cost":298,"Date":"11/11/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":668,"Cost":554,"Date":"11/30/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":577,"Cost":312,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":609,"Cost":456,"Date":"3/1/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":93,"Cost":69,"Date":"4/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":667,"Cost":545,"Date":"5/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":92,"Cost":87,"Date":"8/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":465,"Cost":319,"Date":"9/15/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":872,"Cost":446,"Date":"10/14/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":870,"Cost":551,"Date":"10/28/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":135,"Cost":90,"Date":"11/11/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":321,"Cost":163,"Date":"12/7/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":151,"Cost":101,"Date":"12/21/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":61,"Cost":36,"Date":"1/6/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":844,"Date":"1/23/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":130,"Cost":110,"Date":"2/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":891,"Cost":550,"Date":"3/10/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":442,"Cost":320,"Date":"3/12/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":198,"Cost":182,"Date":"3/31/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":496,"Cost":282,"Date":"6/16/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":698,"Cost":637,"Date":"6/17/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":275,"Cost":243,"Date":"8/27/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":729,"Cost":639,"Date":"10/1/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":49,"Cost":35,"Date":"11/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":9,"Cost":8,"Date":"11/9/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":749,"Cost":642,"Date":"3/27/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":423,"Cost":322,"Date":"4/17/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":941,"Cost":860,"Date":"8/11/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":723,"Cost":420,"Date":"8/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":742,"Cost":453,"Date":"9/2/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":635,"Cost":343,"Date":"9/5/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":331,"Cost":246,"Date":"9/14/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":370,"Cost":295,"Date":"9/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":526,"Cost":473,"Date":"11/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":178,"Cost":115,"Date":"12/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":259,"Cost":244,"Date":"1/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":258,"Cost":226,"Date":"1/21/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":431,"Cost":319,"Date":"2/9/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":53,"Cost":38,"Date":"3/19/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":90,"Cost":85,"Date":"4/3/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":490,"Date":"4/5/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":291,"Cost":145,"Date":"4/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":914,"Cost":522,"Date":"7/10/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":754,"Cost":716,"Date":"3/25/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":487,"Cost":305,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":90,"Cost":65,"Date":"10/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":99,"Cost":86,"Date":"3/2/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":545,"Cost":409,"Date":"6/28/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":455,"Date":"7/17/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":427,"Cost":330,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":31,"Cost":28,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":273,"Cost":165,"Date":"11/20/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":457,"Cost":280,"Date":"12/16/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":706,"Cost":606,"Date":"12/30/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":262,"Cost":136,"Date":"2/15/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":740,"Cost":658,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":949,"Cost":775,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":174,"Cost":151,"Date":"4/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":660,"Cost":619,"Date":"7/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":121,"Cost":90,"Date":"8/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":459,"Cost":360,"Date":"10/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":233,"Cost":153,"Date":"11/11/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":313,"Cost":223,"Date":"11/30/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":567,"Cost":345,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":537,"Cost":375,"Date":"3/1/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":68,"Cost":36,"Date":"4/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":53,"Cost":47,"Date":"5/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":736,"Cost":649,"Date":"8/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":829,"Cost":678,"Date":"9/15/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":574,"Cost":542,"Date":"10/14/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":977,"Cost":581,"Date":"10/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":684,"Cost":456,"Date":"11/11/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":945,"Cost":521,"Date":"12/7/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":207,"Date":"12/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":371,"Cost":253,"Date":"1/6/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":911,"Cost":789,"Date":"1/23/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":197,"Cost":185,"Date":"2/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":250,"Cost":190,"Date":"3/10/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":592,"Cost":297,"Date":"3/12/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":564,"Cost":454,"Date":"3/31/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":30,"Cost":27,"Date":"6/16/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":723,"Cost":495,"Date":"6/17/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":597,"Cost":300,"Date":"8/27/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":367,"Cost":260,"Date":"10/1/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":361,"Cost":276,"Date":"11/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":387,"Cost":324,"Date":"11/9/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":569,"Date":"3/27/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":752,"Cost":693,"Date":"4/17/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":555,"Cost":521,"Date":"8/11/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":435,"Cost":362,"Date":"8/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":900,"Cost":638,"Date":"9/2/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":506,"Cost":258,"Date":"9/5/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":658,"Cost":513,"Date":"9/14/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":404,"Cost":225,"Date":"9/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":425,"Date":"11/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":795,"Cost":627,"Date":"12/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":986,"Cost":622,"Date":"1/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":969,"Cost":536,"Date":"1/21/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":668,"Cost":530,"Date":"2/9/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":308,"Cost":168,"Date":"3/19/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":266,"Cost":243,"Date":"4/3/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":935,"Cost":520,"Date":"4/5/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":421,"Cost":241,"Date":"4/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":238,"Cost":194,"Date":"7/10/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":489,"Cost":361,"Date":"3/25/2020"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":459,"Cost":241,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":80,"Cost":40,"Date":"10/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":146,"Cost":104,"Date":"3/2/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":440,"Cost":340,"Date":"6/28/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":265,"Cost":218,"Date":"7/17/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":348,"Cost":175,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":370,"Cost":292,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":667,"Cost":541,"Date":"11/20/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":407,"Cost":358,"Date":"12/16/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":432,"Cost":293,"Date":"12/30/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":810,"Cost":740,"Date":"2/15/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":52,"Cost":39,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":872,"Cost":696,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":18,"Cost":13,"Date":"4/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":696,"Cost":443,"Date":"7/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":941,"Cost":589,"Date":"8/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":429,"Cost":381,"Date":"10/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":615,"Date":"11/11/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":789,"Cost":485,"Date":"11/30/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":333,"Cost":313,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":637,"Cost":480,"Date":"3/1/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":203,"Date":"4/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":353,"Cost":187,"Date":"5/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":819,"Date":"8/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":324,"Cost":228,"Date":"9/15/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":316,"Cost":286,"Date":"10/14/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":910,"Cost":568,"Date":"10/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":732,"Cost":534,"Date":"11/11/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":705,"Cost":612,"Date":"12/7/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":962,"Cost":592,"Date":"12/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":367,"Date":"1/6/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":32,"Cost":16,"Date":"1/23/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":120,"Cost":72,"Date":"2/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":364,"Cost":196,"Date":"3/10/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":170,"Cost":94,"Date":"3/12/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":517,"Cost":407,"Date":"3/31/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":545,"Cost":461,"Date":"6/16/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":491,"Cost":365,"Date":"6/17/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":466,"Cost":247,"Date":"8/27/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":159,"Date":"10/1/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":489,"Cost":461,"Date":"11/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":508,"Cost":258,"Date":"11/9/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":52,"Cost":34,"Date":"3/27/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":525,"Cost":459,"Date":"4/17/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":189,"Cost":153,"Date":"8/11/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":163,"Cost":86,"Date":"8/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":256,"Cost":193,"Date":"9/2/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":725,"Cost":496,"Date":"9/5/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":287,"Cost":189,"Date":"9/14/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":664,"Cost":510,"Date":"9/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":691,"Cost":459,"Date":"11/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":303,"Cost":180,"Date":"12/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":799,"Cost":656,"Date":"1/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":935,"Cost":680,"Date":"1/21/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":51,"Cost":27,"Date":"2/9/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":473,"Cost":383,"Date":"3/19/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":519,"Cost":345,"Date":"4/3/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":910,"Cost":766,"Date":"4/5/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":936,"Cost":677,"Date":"4/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":3,"Cost":2,"Date":"7/10/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":427,"Cost":405,"Date":"3/25/2020"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":260,"Cost":226,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":579,"Cost":411,"Date":"10/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":790,"Cost":506,"Date":"3/2/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":400,"Cost":334,"Date":"6/28/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":880,"Cost":575,"Date":"7/17/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":444,"Cost":240,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":212,"Cost":192,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":330,"Cost":198,"Date":"11/20/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":377,"Cost":341,"Date":"12/16/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":554,"Cost":288,"Date":"12/30/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":248,"Cost":234,"Date":"2/15/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":599,"Cost":569,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":241,"Cost":196,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":311,"Cost":192,"Date":"4/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":941,"Cost":875,"Date":"7/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":105,"Cost":95,"Date":"8/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":968,"Cost":524,"Date":"10/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":778,"Cost":630,"Date":"11/11/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":991,"Cost":668,"Date":"11/30/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":678,"Cost":621,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":293,"Cost":212,"Date":"3/1/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":760,"Cost":709,"Date":"4/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":11,"Cost":7,"Date":"5/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":307,"Cost":276,"Date":"8/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":52,"Cost":42,"Date":"9/15/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":433,"Cost":280,"Date":"10/14/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":19,"Cost":14,"Date":"10/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":741,"Cost":547,"Date":"11/11/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":929,"Cost":864,"Date":"12/7/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":134,"Cost":128,"Date":"12/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":746,"Cost":568,"Date":"1/6/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":577,"Cost":448,"Date":"1/23/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":127,"Cost":105,"Date":"2/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":400,"Cost":255,"Date":"3/10/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":274,"Cost":210,"Date":"3/12/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":196,"Cost":179,"Date":"3/31/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":856,"Cost":768,"Date":"6/16/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":356,"Cost":191,"Date":"6/17/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":323,"Cost":222,"Date":"8/27/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":989,"Cost":820,"Date":"10/1/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":466,"Cost":436,"Date":"11/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":571,"Cost":368,"Date":"11/9/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":631,"Cost":527,"Date":"3/27/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":870,"Cost":623,"Date":"4/17/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":841,"Cost":742,"Date":"8/11/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":475,"Cost":284,"Date":"8/21/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":294,"Cost":271,"Date":"9/2/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":811,"Cost":556,"Date":"9/5/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":870,"Cost":688,"Date":"9/14/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":619,"Cost":408,"Date":"9/20/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":424,"Date":"11/20/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":678,"Cost":404,"Date":"12/21/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":48,"Cost":41,"Date":"1/7/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":180,"Cost":171,"Date":"1/21/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":818,"Cost":494,"Date":"2/9/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":267,"Cost":176,"Date":"3/19/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":426,"Cost":402,"Date":"4/3/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":784,"Cost":531,"Date":"4/5/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":237,"Cost":148,"Date":"4/28/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":767,"Cost":416,"Date":"7/10/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":537,"Cost":344,"Date":"3/25/2020"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":821,"Cost":707,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":93,"Cost":85,"Date":"10/28/2020"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":529,"Cost":290,"Date":"3/2/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":853,"Cost":457,"Date":"6/28/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":267,"Cost":148,"Date":"7/17/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":277,"Cost":185,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":668,"Cost":420,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":757,"Cost":573,"Date":"11/20/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":989,"Cost":624,"Date":"12/16/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":359,"Cost":285,"Date":"12/30/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":611,"Cost":369,"Date":"2/15/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":382,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":228,"Cost":175,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":569,"Cost":509,"Date":"4/18/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":613,"Cost":342,"Date":"7/27/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":285,"Cost":185,"Date":"8/18/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":87,"Cost":81,"Date":"10/31/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":65,"Cost":55,"Date":"11/11/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":595,"Cost":446,"Date":"11/30/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":948,"Cost":568,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":666,"Cost":502,"Date":"3/1/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":12,"Cost":8,"Date":"4/13/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":96,"Cost":53,"Date":"5/20/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":438,"Cost":298,"Date":"8/13/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":755,"Cost":706,"Date":"9/15/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":825,"Cost":524,"Date":"10/14/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":873,"Cost":455,"Date":"10/28/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":176,"Cost":155,"Date":"11/11/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":506,"Cost":272,"Date":"12/7/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":587,"Cost":512,"Date":"12/21/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":629,"Cost":588,"Date":"1/6/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":559,"Cost":373,"Date":"1/23/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":462,"Cost":407,"Date":"2/4/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":769,"Cost":712,"Date":"3/10/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":736,"Cost":375,"Date":"3/12/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":799,"Cost":485,"Date":"3/31/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":611,"Cost":562,"Date":"6/16/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":280,"Cost":247,"Date":"6/17/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":108,"Cost":98,"Date":"8/27/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":375,"Cost":282,"Date":"10/1/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":624,"Cost":533,"Date":"11/4/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":596,"Date":"11/9/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":128,"Cost":97,"Date":"3/27/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":69,"Cost":65,"Date":"4/17/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":511,"Cost":271,"Date":"8/11/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":457,"Cost":323,"Date":"8/21/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":832,"Cost":542,"Date":"9/2/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":931,"Cost":548,"Date":"9/5/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":510,"Cost":257,"Date":"9/14/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":919,"Cost":639,"Date":"9/20/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":526,"Cost":437,"Date":"11/20/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":635,"Cost":338,"Date":"12/21/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":564,"Cost":500,"Date":"1/7/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":876,"Cost":686,"Date":"1/21/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":943,"Cost":581,"Date":"2/9/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":117,"Cost":77,"Date":"3/19/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":309,"Cost":293,"Date":"4/3/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":336,"Cost":210,"Date":"4/5/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":736,"Cost":527,"Date":"4/28/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":514,"Cost":321,"Date":"7/10/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":66,"Cost":37,"Date":"3/25/2020"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":389,"Cost":318,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":722,"Cost":394,"Date":"10/28/2020"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":912,"Cost":719,"Date":"3/2/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":545,"Cost":438,"Date":"6/28/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":37,"Cost":27,"Date":"7/17/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":172,"Cost":98,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":483,"Cost":449,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":861,"Cost":699,"Date":"11/20/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":774,"Cost":732,"Date":"12/16/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":373,"Cost":301,"Date":"12/30/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":648,"Cost":344,"Date":"2/15/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":272,"Cost":225,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":508,"Cost":404,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":618,"Cost":340,"Date":"4/18/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":382,"Cost":306,"Date":"7/27/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":628,"Cost":341,"Date":"8/18/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":35,"Cost":27,"Date":"10/31/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":475,"Cost":434,"Date":"11/11/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":769,"Cost":401,"Date":"11/30/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":368,"Cost":312,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":99,"Cost":53,"Date":"3/1/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":841,"Cost":642,"Date":"4/13/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":152,"Cost":94,"Date":"5/20/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":494,"Cost":395,"Date":"8/13/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":751,"Cost":422,"Date":"9/15/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":117,"Cost":100,"Date":"10/14/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":963,"Cost":758,"Date":"10/28/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":879,"Cost":488,"Date":"11/11/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":202,"Cost":151,"Date":"12/7/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":21,"Cost":17,"Date":"12/21/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":455,"Cost":236,"Date":"1/6/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":962,"Cost":706,"Date":"1/23/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":336,"Cost":313,"Date":"2/4/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":113,"Cost":56,"Date":"3/10/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":27,"Cost":14,"Date":"3/12/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":618,"Cost":379,"Date":"3/31/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":725,"Cost":381,"Date":"6/16/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":565,"Cost":464,"Date":"6/17/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":862,"Cost":761,"Date":"8/27/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":795,"Cost":553,"Date":"10/1/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":43,"Cost":33,"Date":"11/4/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":534,"Cost":367,"Date":"11/9/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":113,"Cost":89,"Date":"3/27/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":726,"Cost":628,"Date":"4/17/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":213,"Cost":116,"Date":"8/11/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":247,"Cost":130,"Date":"8/21/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":912,"Cost":708,"Date":"9/2/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":480,"Cost":422,"Date":"9/5/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":792,"Cost":563,"Date":"9/14/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":319,"Cost":266,"Date":"9/20/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":577,"Cost":496,"Date":"11/20/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":562,"Cost":453,"Date":"12/21/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":208,"Cost":109,"Date":"1/7/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":601,"Cost":347,"Date":"1/21/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":12,"Cost":6,"Date":"2/9/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":759,"Cost":428,"Date":"3/19/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":571,"Cost":487,"Date":"4/3/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":219,"Cost":199,"Date":"4/5/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":676,"Cost":480,"Date":"4/28/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":137,"Cost":73,"Date":"7/10/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":85,"Cost":64,"Date":"3/25/2020"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":869,"Cost":612,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":518,"Cost":387,"Date":"10/28/2020"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":718,"Cost":376,"Date":"3/2/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":100,"Cost":93,"Date":"6/28/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":971,"Cost":627,"Date":"7/17/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":162,"Cost":132,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":758,"Cost":569,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":452,"Cost":353,"Date":"11/20/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":783,"Cost":423,"Date":"12/16/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":765,"Cost":579,"Date":"12/30/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":208,"Cost":153,"Date":"2/15/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":454,"Cost":285,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":985,"Cost":923,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":815,"Cost":503,"Date":"4/18/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":542,"Cost":470,"Date":"7/27/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":37,"Cost":28,"Date":"8/18/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":989,"Cost":728,"Date":"10/31/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":270,"Cost":233,"Date":"11/11/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":201,"Cost":112,"Date":"11/30/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":997,"Cost":924,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":442,"Cost":367,"Date":"3/1/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":10,"Cost":8,"Date":"4/13/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":687,"Cost":629,"Date":"5/20/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":173,"Cost":94,"Date":"8/13/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":663,"Cost":512,"Date":"9/15/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":519,"Cost":326,"Date":"10/14/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":525,"Cost":376,"Date":"10/28/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":947,"Cost":715,"Date":"11/11/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":925,"Cost":630,"Date":"12/7/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":171,"Cost":104,"Date":"12/21/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":337,"Cost":224,"Date":"1/6/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":440,"Cost":277,"Date":"1/23/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":886,"Cost":641,"Date":"2/4/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":462,"Cost":418,"Date":"3/10/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":493,"Cost":400,"Date":"3/12/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":455,"Cost":314,"Date":"3/31/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":551,"Cost":441,"Date":"6/16/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":521,"Cost":281,"Date":"6/17/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":990,"Cost":668,"Date":"8/27/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":125,"Cost":106,"Date":"10/1/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":709,"Cost":418,"Date":"11/4/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":557,"Cost":357,"Date":"11/9/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":635,"Cost":372,"Date":"3/27/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":904,"Cost":620,"Date":"4/17/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":212,"Cost":119,"Date":"8/11/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":607,"Cost":363,"Date":"8/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":446,"Cost":234,"Date":"9/2/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":199,"Cost":156,"Date":"9/5/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":665,"Cost":507,"Date":"9/14/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":908,"Cost":824,"Date":"9/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":711,"Cost":577,"Date":"11/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":592,"Cost":406,"Date":"12/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":197,"Date":"1/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":160,"Date":"1/21/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":269,"Cost":210,"Date":"2/9/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":114,"Cost":93,"Date":"3/19/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":532,"Cost":314,"Date":"4/3/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":811,"Cost":768,"Date":"4/5/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":578,"Cost":414,"Date":"4/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":219,"Cost":132,"Date":"7/10/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":70,"Cost":46,"Date":"3/25/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":235,"Cost":211,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":735,"Cost":632,"Date":"10/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":580,"Cost":411,"Date":"3/2/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":443,"Cost":370,"Date":"6/28/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":38,"Cost":26,"Date":"7/17/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":339,"Cost":305,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":418,"Cost":305,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":524,"Cost":274,"Date":"11/20/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":748,"Cost":439,"Date":"12/16/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":54,"Cost":34,"Date":"12/30/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":400,"Date":"2/15/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":407,"Cost":205,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":501,"Cost":276,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":987,"Cost":609,"Date":"4/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":415,"Cost":387,"Date":"7/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":385,"Cost":310,"Date":"8/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":450,"Cost":236,"Date":"10/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":359,"Cost":306,"Date":"11/11/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":669,"Cost":500,"Date":"11/30/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":898,"Cost":591,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":32,"Cost":28,"Date":"3/1/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":472,"Cost":336,"Date":"4/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":708,"Cost":438,"Date":"5/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":901,"Cost":627,"Date":"8/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":900,"Cost":757,"Date":"9/15/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":211,"Cost":138,"Date":"10/14/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":794,"Cost":524,"Date":"10/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":188,"Cost":98,"Date":"11/11/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":286,"Cost":239,"Date":"12/7/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":944,"Cost":654,"Date":"12/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":634,"Cost":437,"Date":"1/6/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":877,"Cost":450,"Date":"1/23/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":45,"Cost":34,"Date":"2/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":97,"Cost":59,"Date":"3/10/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":283,"Cost":148,"Date":"3/12/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":456,"Cost":303,"Date":"3/31/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":939,"Cost":770,"Date":"6/16/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":713,"Cost":537,"Date":"6/17/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":518,"Cost":433,"Date":"8/27/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":837,"Cost":467,"Date":"10/1/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":755,"Cost":690,"Date":"11/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":48,"Cost":25,"Date":"11/9/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":493,"Cost":396,"Date":"3/27/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":219,"Cost":110,"Date":"4/17/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":313,"Cost":282,"Date":"8/11/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":563,"Cost":429,"Date":"8/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":781,"Cost":444,"Date":"9/2/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":864,"Cost":798,"Date":"9/5/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":425,"Cost":354,"Date":"9/14/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":552,"Cost":383,"Date":"9/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":369,"Cost":219,"Date":"11/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":819,"Cost":672,"Date":"12/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":976,"Cost":748,"Date":"1/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":887,"Cost":671,"Date":"1/21/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":437,"Cost":344,"Date":"2/9/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":525,"Cost":427,"Date":"3/19/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":49,"Cost":24,"Date":"4/3/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":302,"Cost":270,"Date":"4/5/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":98,"Cost":49,"Date":"4/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":810,"Cost":529,"Date":"7/10/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":59,"Cost":47,"Date":"3/25/2020"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":598,"Cost":443,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":482,"Cost":322,"Date":"10/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":585,"Cost":357,"Date":"3/2/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":1,"Cost":1,"Date":"6/28/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":65,"Cost":32,"Date":"7/17/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":593,"Cost":313,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":727,"Cost":368,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":939,"Cost":540,"Date":"11/20/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":410,"Cost":272,"Date":"12/16/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":818,"Cost":643,"Date":"12/30/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":935,"Cost":747,"Date":"2/15/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":405,"Cost":361,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":117,"Cost":89,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":352,"Cost":302,"Date":"4/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":796,"Cost":646,"Date":"7/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":483,"Cost":295,"Date":"8/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":47,"Cost":30,"Date":"10/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":932,"Cost":516,"Date":"11/11/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":490,"Cost":415,"Date":"11/30/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":883,"Cost":647,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":121,"Cost":98,"Date":"3/1/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":276,"Cost":186,"Date":"4/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":94,"Cost":58,"Date":"5/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":749,"Cost":584,"Date":"8/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":295,"Cost":152,"Date":"9/15/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":144,"Cost":134,"Date":"10/14/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":689,"Cost":403,"Date":"10/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":816,"Cost":676,"Date":"11/11/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":233,"Cost":138,"Date":"12/7/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":486,"Cost":396,"Date":"12/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":833,"Cost":509,"Date":"1/6/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":275,"Cost":205,"Date":"1/23/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":727,"Cost":422,"Date":"2/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":226,"Cost":115,"Date":"3/10/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":201,"Cost":113,"Date":"3/12/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":908,"Cost":624,"Date":"3/31/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":75,"Cost":69,"Date":"6/16/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":37,"Cost":32,"Date":"6/17/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":173,"Cost":110,"Date":"8/27/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":246,"Cost":212,"Date":"10/1/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":849,"Cost":656,"Date":"11/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":522,"Cost":400,"Date":"11/9/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":639,"Cost":485,"Date":"3/27/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":346,"Cost":186,"Date":"4/17/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":20,"Cost":15,"Date":"8/11/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":638,"Cost":462,"Date":"8/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":358,"Cost":239,"Date":"9/2/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":189,"Cost":152,"Date":"9/5/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":196,"Date":"9/14/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":682,"Cost":585,"Date":"9/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":620,"Cost":557,"Date":"11/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":846,"Cost":731,"Date":"12/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":93,"Cost":71,"Date":"1/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":218,"Cost":155,"Date":"1/21/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":908,"Cost":732,"Date":"2/9/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":540,"Cost":321,"Date":"3/19/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":104,"Date":"4/3/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":964,"Cost":579,"Date":"4/5/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":595,"Cost":431,"Date":"4/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":396,"Cost":232,"Date":"7/10/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":26,"Cost":13,"Date":"3/25/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":330,"Cost":233,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":323,"Cost":251,"Date":"10/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":473,"Cost":239,"Date":"3/2/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":415,"Cost":377,"Date":"6/28/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":881,"Cost":824,"Date":"7/17/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":346,"Cost":327,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":554,"Cost":299,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":164,"Cost":86,"Date":"11/20/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":447,"Cost":411,"Date":"12/16/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":131,"Cost":85,"Date":"12/30/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":208,"Cost":149,"Date":"2/15/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":41,"Cost":23,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":545,"Cost":310,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":970,"Cost":832,"Date":"4/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":363,"Cost":292,"Date":"7/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":438,"Cost":361,"Date":"8/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":510,"Cost":370,"Date":"10/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":873,"Cost":499,"Date":"11/11/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":119,"Cost":62,"Date":"11/30/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":633,"Cost":521,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":212,"Cost":161,"Date":"3/1/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":260,"Cost":195,"Date":"4/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":670,"Cost":547,"Date":"5/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":130,"Cost":112,"Date":"8/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":805,"Cost":592,"Date":"9/15/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":718,"Cost":371,"Date":"10/14/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":414,"Cost":321,"Date":"10/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":118,"Cost":104,"Date":"11/11/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":634,"Cost":321,"Date":"12/7/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":454,"Cost":284,"Date":"12/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":261,"Cost":222,"Date":"1/6/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":263,"Cost":230,"Date":"1/23/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":743,"Cost":422,"Date":"2/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":246,"Cost":154,"Date":"3/10/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":815,"Cost":658,"Date":"3/12/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":686,"Cost":400,"Date":"3/31/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":291,"Cost":158,"Date":"6/16/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":385,"Cost":322,"Date":"6/17/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":677,"Cost":460,"Date":"8/27/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":271,"Cost":226,"Date":"10/1/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":28,"Cost":15,"Date":"11/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":44,"Cost":25,"Date":"11/9/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":844,"Cost":648,"Date":"3/27/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":376,"Cost":302,"Date":"4/17/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":912,"Cost":707,"Date":"8/11/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":736,"Cost":436,"Date":"8/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":117,"Cost":85,"Date":"9/2/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":154,"Cost":120,"Date":"9/5/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":910,"Cost":860,"Date":"9/14/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":834,"Cost":710,"Date":"9/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":963,"Cost":524,"Date":"11/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":642,"Cost":450,"Date":"12/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":455,"Cost":331,"Date":"1/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":997,"Cost":926,"Date":"1/21/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":778,"Cost":588,"Date":"2/9/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":830,"Cost":438,"Date":"3/19/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":126,"Cost":81,"Date":"4/3/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":932,"Cost":517,"Date":"4/5/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":15,"Cost":9,"Date":"4/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":90,"Cost":80,"Date":"7/10/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":716,"Cost":607,"Date":"3/25/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":985,"Cost":887,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":386,"Cost":293,"Date":"10/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":612,"Cost":581,"Date":"3/2/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":230,"Cost":217,"Date":"6/28/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":479,"Cost":420,"Date":"7/17/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":930,"Cost":655,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":274,"Cost":184,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":38,"Cost":31,"Date":"11/20/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":422,"Cost":317,"Date":"12/16/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":892,"Cost":646,"Date":"12/30/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":75,"Cost":62,"Date":"2/15/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":535,"Cost":317,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":266,"Cost":234,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":89,"Cost":46,"Date":"4/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":499,"Cost":287,"Date":"7/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":144,"Cost":99,"Date":"8/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":798,"Cost":705,"Date":"10/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":60,"Cost":51,"Date":"11/11/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":983,"Cost":723,"Date":"11/30/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":167,"Cost":89,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":325,"Cost":236,"Date":"3/1/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":351,"Cost":267,"Date":"4/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":476,"Cost":383,"Date":"5/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":785,"Cost":564,"Date":"8/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":367,"Cost":258,"Date":"9/15/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":104,"Cost":92,"Date":"10/14/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":499,"Cost":344,"Date":"10/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":754,"Cost":608,"Date":"11/11/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":818,"Cost":734,"Date":"12/7/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":286,"Cost":151,"Date":"12/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":454,"Cost":260,"Date":"1/6/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":614,"Cost":444,"Date":"1/23/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":33,"Cost":25,"Date":"2/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":505,"Cost":417,"Date":"3/10/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":807,"Cost":466,"Date":"3/12/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":242,"Cost":131,"Date":"3/31/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":485,"Cost":301,"Date":"6/16/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":572,"Cost":286,"Date":"6/17/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":767,"Cost":616,"Date":"8/27/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":203,"Cost":180,"Date":"10/1/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":8,"Cost":7,"Date":"11/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":94,"Cost":65,"Date":"11/9/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":417,"Cost":275,"Date":"3/27/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":922,"Cost":709,"Date":"4/17/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":11,"Cost":10,"Date":"8/11/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":982,"Cost":629,"Date":"8/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":878,"Cost":639,"Date":"9/2/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":576,"Cost":410,"Date":"9/5/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":340,"Cost":215,"Date":"9/14/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":864,"Cost":701,"Date":"9/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":98,"Cost":80,"Date":"11/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":109,"Cost":69,"Date":"12/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":165,"Cost":130,"Date":"1/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":586,"Cost":383,"Date":"1/21/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":513,"Cost":274,"Date":"2/9/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":791,"Cost":736,"Date":"3/19/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":679,"Cost":559,"Date":"4/3/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":663,"Cost":397,"Date":"4/5/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":328,"Cost":251,"Date":"4/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":155,"Cost":110,"Date":"7/10/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":691,"Cost":546,"Date":"3/25/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":974,"Cost":796,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":869,"Cost":590,"Date":"10/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":802,"Cost":679,"Date":"3/2/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":394,"Cost":292,"Date":"6/28/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":806,"Cost":430,"Date":"7/17/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":588,"Cost":302,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":452,"Cost":415,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":300,"Cost":208,"Date":"11/20/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":654,"Cost":339,"Date":"12/16/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":402,"Cost":212,"Date":"12/30/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":254,"Cost":224,"Date":"2/15/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":148,"Cost":94,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":647,"Cost":552,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":871,"Cost":481,"Date":"4/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":924,"Cost":702,"Date":"7/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":820,"Cost":498,"Date":"8/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":334,"Cost":269,"Date":"10/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":776,"Cost":540,"Date":"11/11/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":925,"Cost":573,"Date":"11/30/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":259,"Cost":130,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":481,"Cost":280,"Date":"3/1/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":961,"Cost":788,"Date":"4/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":635,"Cost":541,"Date":"5/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":440,"Cost":285,"Date":"8/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":337,"Cost":233,"Date":"9/15/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":686,"Cost":627,"Date":"10/14/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":666,"Cost":456,"Date":"10/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":987,"Cost":643,"Date":"11/11/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":360,"Cost":293,"Date":"12/7/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":162,"Cost":126,"Date":"12/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":179,"Cost":131,"Date":"1/6/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":115,"Cost":80,"Date":"1/23/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":484,"Cost":262,"Date":"2/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":633,"Cost":539,"Date":"3/10/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":365,"Cost":340,"Date":"3/12/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":436,"Cost":392,"Date":"3/31/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":629,"Cost":329,"Date":"6/16/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":834,"Cost":666,"Date":"6/17/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":836,"Cost":638,"Date":"8/27/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":992,"Cost":730,"Date":"10/1/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":221,"Cost":182,"Date":"11/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":151,"Cost":127,"Date":"11/9/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":573,"Cost":400,"Date":"3/27/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":514,"Cost":440,"Date":"4/17/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":481,"Cost":333,"Date":"8/11/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":714,"Cost":624,"Date":"8/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":810,"Cost":715,"Date":"9/2/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":347,"Cost":205,"Date":"9/5/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":146,"Cost":133,"Date":"9/14/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":303,"Cost":232,"Date":"9/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":728,"Cost":539,"Date":"11/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":80,"Cost":49,"Date":"12/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":972,"Cost":732,"Date":"1/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":56,"Cost":34,"Date":"1/21/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":247,"Cost":204,"Date":"2/9/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":93,"Cost":82,"Date":"3/19/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":435,"Cost":364,"Date":"4/3/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":735,"Cost":648,"Date":"4/5/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":260,"Cost":221,"Date":"4/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":782,"Cost":687,"Date":"7/10/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":386,"Cost":214,"Date":"3/25/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":980,"Cost":889,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":538,"Cost":399,"Date":"10/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":580,"Cost":429,"Date":"3/2/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":740,"Cost":380,"Date":"6/28/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":620,"Cost":406,"Date":"7/17/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":188,"Cost":155,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":571,"Cost":521,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":331,"Cost":237,"Date":"11/20/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":941,"Cost":660,"Date":"12/16/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":871,"Cost":634,"Date":"12/30/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":306,"Cost":186,"Date":"2/15/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":258,"Cost":132,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":920,"Cost":618,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":462,"Cost":267,"Date":"4/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":680,"Cost":382,"Date":"7/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":561,"Cost":331,"Date":"8/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":154,"Cost":90,"Date":"10/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":941,"Cost":851,"Date":"11/11/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":295,"Cost":175,"Date":"11/30/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":722,"Cost":633,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":877,"Cost":530,"Date":"3/1/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":904,"Cost":844,"Date":"4/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":253,"Cost":173,"Date":"5/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":205,"Cost":107,"Date":"8/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":829,"Cost":737,"Date":"9/15/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":507,"Cost":392,"Date":"10/14/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":507,"Cost":450,"Date":"10/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":20,"Cost":16,"Date":"11/11/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":370,"Cost":326,"Date":"12/7/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":735,"Cost":422,"Date":"12/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":644,"Cost":367,"Date":"1/6/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":535,"Cost":426,"Date":"1/23/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":129,"Cost":82,"Date":"2/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":402,"Cost":313,"Date":"3/10/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":132,"Cost":110,"Date":"3/12/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":625,"Cost":513,"Date":"3/31/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":928,"Cost":742,"Date":"6/16/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":423,"Cost":275,"Date":"6/17/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":213,"Cost":198,"Date":"8/27/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":507,"Cost":304,"Date":"10/1/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":752,"Cost":572,"Date":"11/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":809,"Cost":563,"Date":"11/9/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":267,"Cost":147,"Date":"3/27/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":854,"Cost":809,"Date":"4/17/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":493,"Cost":316,"Date":"8/11/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":888,"Cost":579,"Date":"8/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":30,"Cost":18,"Date":"9/2/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":729,"Cost":639,"Date":"9/5/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":602,"Cost":401,"Date":"9/14/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":339,"Cost":315,"Date":"9/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":399,"Cost":317,"Date":"11/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":454,"Cost":382,"Date":"12/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":781,"Cost":463,"Date":"1/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":772,"Cost":413,"Date":"1/21/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":879,"Cost":498,"Date":"2/9/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":888,"Cost":517,"Date":"3/19/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":572,"Cost":479,"Date":"4/3/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":566,"Cost":338,"Date":"4/5/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":541,"Cost":288,"Date":"4/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":449,"Cost":280,"Date":"7/10/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":416,"Cost":290,"Date":"3/25/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":32,"Cost":29,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":729,"Cost":593,"Date":"10/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":360,"Cost":240,"Date":"3/2/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":675,"Cost":465,"Date":"6/28/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":909,"Cost":618,"Date":"7/17/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":195,"Cost":114,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":184,"Cost":143,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":674,"Cost":604,"Date":"11/20/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":773,"Cost":561,"Date":"12/16/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":403,"Cost":297,"Date":"12/30/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":700,"Cost":511,"Date":"2/15/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":801,"Cost":700,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":176,"Cost":159,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":128,"Cost":84,"Date":"4/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":38,"Cost":33,"Date":"7/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":727,"Cost":368,"Date":"8/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":443,"Cost":361,"Date":"10/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":772,"Cost":553,"Date":"11/11/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":50,"Cost":46,"Date":"11/30/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":56,"Cost":53,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":555,"Cost":313,"Date":"3/1/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":849,"Cost":435,"Date":"4/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":132,"Cost":117,"Date":"5/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":734,"Cost":379,"Date":"8/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":853,"Cost":590,"Date":"9/15/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":422,"Cost":383,"Date":"10/14/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":13,"Cost":9,"Date":"10/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":205,"Cost":110,"Date":"11/11/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":35,"Cost":20,"Date":"12/7/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":934,"Cost":500,"Date":"12/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":820,"Cost":710,"Date":"1/6/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":510,"Cost":388,"Date":"1/23/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":980,"Cost":744,"Date":"2/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":110,"Cost":103,"Date":"3/10/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":728,"Cost":676,"Date":"3/12/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":309,"Cost":239,"Date":"3/31/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":136,"Cost":119,"Date":"6/16/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":156,"Cost":120,"Date":"6/17/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":478,"Cost":341,"Date":"8/27/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":791,"Cost":690,"Date":"10/1/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":69,"Cost":42,"Date":"11/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":742,"Cost":582,"Date":"11/9/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":398,"Cost":309,"Date":"3/27/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":5,"Cost":5,"Date":"4/17/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":582,"Cost":343,"Date":"8/11/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":101,"Cost":67,"Date":"8/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":341,"Cost":172,"Date":"9/2/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":663,"Cost":536,"Date":"9/5/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":132,"Cost":82,"Date":"9/14/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":785,"Cost":721,"Date":"9/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":639,"Cost":476,"Date":"11/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":40,"Cost":20,"Date":"12/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":860,"Cost":650,"Date":"1/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":731,"Cost":430,"Date":"1/21/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":62,"Cost":43,"Date":"2/9/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":830,"Cost":510,"Date":"3/19/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":256,"Cost":233,"Date":"4/3/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":342,"Cost":277,"Date":"4/5/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":971,"Cost":638,"Date":"4/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":491,"Cost":310,"Date":"7/10/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":182,"Cost":164,"Date":"3/25/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":464,"Cost":336,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":770,"Cost":470,"Date":"10/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":103,"Cost":54,"Date":"3/2/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":614,"Cost":572,"Date":"6/28/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":232,"Cost":176,"Date":"7/17/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":924,"Cost":468,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":461,"Cost":308,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":92,"Cost":88,"Date":"11/20/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":884,"Cost":732,"Date":"12/16/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":519,"Cost":428,"Date":"12/30/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":934,"Cost":684,"Date":"2/15/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":222,"Cost":122,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":839,"Cost":555,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":125,"Cost":105,"Date":"4/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":271,"Cost":224,"Date":"7/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":726,"Cost":542,"Date":"8/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":821,"Cost":461,"Date":"10/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":570,"Cost":508,"Date":"11/11/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":774,"Cost":461,"Date":"11/30/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":57,"Cost":42,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":881,"Cost":821,"Date":"3/1/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":746,"Cost":627,"Date":"4/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":775,"Cost":669,"Date":"5/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":223,"Cost":158,"Date":"8/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":461,"Cost":378,"Date":"9/15/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":933,"Cost":788,"Date":"10/14/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":171,"Cost":133,"Date":"10/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":56,"Cost":44,"Date":"11/11/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":536,"Cost":287,"Date":"12/7/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":280,"Cost":206,"Date":"12/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":919,"Cost":822,"Date":"1/6/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":393,"Cost":318,"Date":"1/23/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":519,"Cost":434,"Date":"2/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":367,"Cost":335,"Date":"3/10/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":287,"Cost":202,"Date":"3/12/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":4,"Cost":3,"Date":"3/31/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":655,"Cost":599,"Date":"6/16/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":966,"Cost":522,"Date":"6/17/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":66,"Cost":35,"Date":"8/27/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":282,"Cost":258,"Date":"10/1/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":842,"Cost":455,"Date":"11/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":7,"Cost":5,"Date":"11/9/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":721,"Cost":453,"Date":"3/27/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":706,"Cost":392,"Date":"4/17/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":70,"Cost":66,"Date":"8/11/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":132,"Cost":70,"Date":"8/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":205,"Cost":187,"Date":"9/2/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":45,"Cost":37,"Date":"9/5/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":9,"Cost":8,"Date":"9/14/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":71,"Cost":61,"Date":"9/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":350,"Cost":240,"Date":"11/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":96,"Cost":75,"Date":"12/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":252,"Cost":178,"Date":"1/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":578,"Cost":461,"Date":"1/21/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":48,"Cost":36,"Date":"2/9/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":674,"Cost":548,"Date":"3/19/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":402,"Cost":205,"Date":"4/3/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":612,"Cost":538,"Date":"4/5/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":689,"Cost":369,"Date":"4/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":880,"Cost":476,"Date":"7/10/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":797,"Cost":583,"Date":"3/25/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":218,"Cost":141,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":190,"Cost":128,"Date":"10/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":416,"Cost":249,"Date":"3/2/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":407,"Cost":339,"Date":"6/28/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":271,"Cost":148,"Date":"7/17/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":536,"Cost":363,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":743,"Cost":644,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":841,"Cost":673,"Date":"11/20/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":622,"Cost":448,"Date":"12/16/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":138,"Cost":105,"Date":"12/30/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":454,"Cost":400,"Date":"2/15/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":420,"Cost":249,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":388,"Cost":318,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":398,"Cost":228,"Date":"4/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":246,"Cost":162,"Date":"7/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":773,"Cost":412,"Date":"8/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":753,"Cost":666,"Date":"10/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":220,"Cost":145,"Date":"11/11/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":219,"Cost":200,"Date":"11/30/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":907,"Cost":497,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":431,"Cost":277,"Date":"3/1/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":123,"Cost":109,"Date":"4/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":994,"Cost":563,"Date":"5/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":863,"Cost":796,"Date":"8/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":293,"Cost":231,"Date":"9/15/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":629,"Cost":445,"Date":"10/14/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":86,"Cost":64,"Date":"10/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":471,"Cost":367,"Date":"11/11/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":875,"Cost":748,"Date":"12/7/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":334,"Cost":306,"Date":"12/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":736,"Cost":426,"Date":"1/6/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":800,"Cost":643,"Date":"1/23/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":138,"Cost":80,"Date":"2/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":782,"Cost":537,"Date":"3/10/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":211,"Cost":150,"Date":"3/12/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":838,"Cost":781,"Date":"3/31/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":990,"Cost":678,"Date":"6/16/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":521,"Cost":440,"Date":"6/17/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":335,"Cost":175,"Date":"8/27/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":560,"Cost":440,"Date":"10/1/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":34,"Cost":28,"Date":"11/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":970,"Cost":643,"Date":"11/9/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":587,"Cost":373,"Date":"3/27/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":509,"Cost":377,"Date":"4/17/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":10,"Cost":7,"Date":"8/11/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":882,"Cost":673,"Date":"8/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":552,"Cost":512,"Date":"9/2/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":801,"Cost":621,"Date":"9/5/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":554,"Cost":523,"Date":"9/14/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":243,"Cost":203,"Date":"9/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":70,"Cost":44,"Date":"11/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":33,"Cost":16,"Date":"12/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":401,"Cost":323,"Date":"1/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":247,"Cost":184,"Date":"1/21/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":500,"Cost":308,"Date":"2/9/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":124,"Cost":66,"Date":"3/19/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":941,"Cost":688,"Date":"4/3/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":564,"Cost":360,"Date":"4/5/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":196,"Cost":168,"Date":"4/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":471,"Cost":297,"Date":"7/10/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":418,"Cost":367,"Date":"3/25/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":366,"Cost":325,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":683,"Cost":640,"Date":"10/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":915,"Cost":675,"Date":"3/2/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":551,"Cost":476,"Date":"6/28/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":200,"Cost":134,"Date":"7/17/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":613,"Cost":517,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":454,"Cost":247,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":154,"Cost":80,"Date":"11/20/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":898,"Cost":747,"Date":"12/16/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":855,"Cost":664,"Date":"12/30/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":253,"Cost":205,"Date":"2/15/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":149,"Cost":92,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":783,"Cost":470,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":152,"Cost":128,"Date":"4/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":96,"Cost":81,"Date":"7/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":567,"Cost":313,"Date":"8/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":74,"Cost":37,"Date":"10/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":771,"Cost":459,"Date":"11/11/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":741,"Cost":523,"Date":"11/30/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":213,"Cost":179,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":254,"Cost":135,"Date":"3/1/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":923,"Cost":599,"Date":"4/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":947,"Cost":634,"Date":"5/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":14,"Cost":11,"Date":"8/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":702,"Cost":522,"Date":"9/15/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":619,"Cost":395,"Date":"10/14/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":917,"Cost":736,"Date":"10/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":429,"Cost":318,"Date":"11/11/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":13,"Cost":11,"Date":"12/7/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":810,"Cost":506,"Date":"12/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":471,"Cost":377,"Date":"1/6/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":131,"Cost":77,"Date":"1/23/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":156,"Cost":135,"Date":"2/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":721,"Cost":645,"Date":"3/10/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":846,"Cost":632,"Date":"3/12/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":245,"Cost":139,"Date":"3/31/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":683,"Cost":624,"Date":"6/16/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":823,"Cost":695,"Date":"6/17/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":398,"Cost":254,"Date":"8/27/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":24,"Cost":18,"Date":"10/1/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":478,"Cost":335,"Date":"11/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":19,"Cost":10,"Date":"11/9/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":388,"Cost":217,"Date":"3/27/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":949,"Cost":883,"Date":"4/17/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":720,"Cost":419,"Date":"8/11/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":446,"Cost":381,"Date":"8/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":88,"Cost":83,"Date":"9/2/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":84,"Cost":65,"Date":"9/5/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":65,"Cost":58,"Date":"9/14/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":433,"Cost":243,"Date":"9/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":117,"Cost":76,"Date":"11/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":6,"Cost":5,"Date":"12/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":292,"Cost":260,"Date":"1/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":123,"Cost":97,"Date":"1/21/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":34,"Cost":25,"Date":"2/9/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":88,"Cost":58,"Date":"3/19/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":830,"Cost":550,"Date":"4/3/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":37,"Cost":28,"Date":"4/5/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":665,"Cost":340,"Date":"4/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":593,"Cost":550,"Date":"7/10/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":578,"Cost":390,"Date":"3/25/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":109,"Cost":67,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":79,"Cost":62,"Date":"10/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":617,"Cost":424,"Date":"3/2/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":66,"Cost":41,"Date":"6/28/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":417,"Cost":368,"Date":"7/17/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":699,"Cost":525,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":737,"Cost":484,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":68,"Cost":34,"Date":"11/20/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":699,"Cost":573,"Date":"12/16/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":465,"Cost":263,"Date":"12/30/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":987,"Cost":897,"Date":"2/15/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":43,"Cost":26,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":22,"Cost":20,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":126,"Cost":108,"Date":"4/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":782,"Cost":620,"Date":"7/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":831,"Cost":482,"Date":"8/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":722,"Cost":656,"Date":"10/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":436,"Cost":331,"Date":"11/11/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":439,"Cost":401,"Date":"11/30/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":430,"Cost":290,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":257,"Cost":238,"Date":"3/1/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":474,"Cost":280,"Date":"4/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":379,"Cost":314,"Date":"5/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":589,"Cost":452,"Date":"8/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":564,"Cost":341,"Date":"9/15/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":8,"Cost":6,"Date":"10/14/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":720,"Cost":650,"Date":"10/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":141,"Cost":73,"Date":"11/11/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":766,"Cost":489,"Date":"12/7/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":258,"Cost":141,"Date":"12/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":463,"Cost":326,"Date":"1/6/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":264,"Cost":204,"Date":"1/23/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":195,"Cost":175,"Date":"2/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":331,"Cost":311,"Date":"3/10/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":899,"Cost":460,"Date":"3/12/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":939,"Cost":670,"Date":"3/31/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":187,"Cost":133,"Date":"6/16/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":757,"Cost":440,"Date":"6/17/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":838,"Cost":722,"Date":"8/27/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":860,"Cost":553,"Date":"10/1/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":77,"Cost":64,"Date":"11/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":461,"Cost":390,"Date":"11/9/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":109,"Cost":68,"Date":"3/27/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":632,"Cost":328,"Date":"4/17/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":924,"Cost":848,"Date":"8/11/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":567,"Cost":425,"Date":"8/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":419,"Cost":234,"Date":"9/2/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":293,"Cost":150,"Date":"9/5/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":432,"Cost":261,"Date":"9/14/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":780,"Cost":468,"Date":"9/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":93,"Cost":71,"Date":"11/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":129,"Cost":119,"Date":"12/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":940,"Cost":509,"Date":"1/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":666,"Cost":577,"Date":"1/21/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":988,"Cost":842,"Date":"2/9/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":234,"Cost":153,"Date":"3/19/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":830,"Cost":432,"Date":"4/3/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":600,"Cost":554,"Date":"4/5/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":185,"Cost":161,"Date":"4/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":91,"Cost":63,"Date":"7/10/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":243,"Cost":122,"Date":"3/25/2020"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":658,"Cost":588,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":468,"Cost":413,"Date":"10/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":15,"Cost":14,"Date":"3/2/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":819,"Cost":494,"Date":"6/28/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":636,"Cost":582,"Date":"7/17/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":889,"Cost":453,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":991,"Cost":528,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":600,"Cost":370,"Date":"11/20/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":789,"Cost":684,"Date":"12/16/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":904,"Cost":724,"Date":"12/30/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":961,"Cost":609,"Date":"2/15/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":610,"Cost":425,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":436,"Cost":245,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":59,"Cost":42,"Date":"4/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":947,"Cost":863,"Date":"7/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":657,"Cost":606,"Date":"8/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":34,"Cost":25,"Date":"10/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":575,"Cost":424,"Date":"11/11/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":865,"Cost":818,"Date":"11/30/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":650,"Cost":558,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":195,"Cost":128,"Date":"3/1/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":843,"Cost":739,"Date":"4/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":132,"Cost":72,"Date":"5/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":96,"Cost":86,"Date":"8/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":953,"Cost":899,"Date":"9/15/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":268,"Cost":175,"Date":"10/14/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":210,"Cost":130,"Date":"10/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":868,"Cost":629,"Date":"11/11/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":209,"Cost":174,"Date":"12/7/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":850,"Cost":648,"Date":"12/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":318,"Cost":258,"Date":"1/6/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":161,"Cost":145,"Date":"1/23/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":220,"Cost":195,"Date":"2/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":949,"Cost":701,"Date":"3/10/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":986,"Cost":934,"Date":"3/12/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":584,"Cost":400,"Date":"3/31/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":707,"Cost":396,"Date":"6/16/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":609,"Cost":381,"Date":"6/17/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":784,"Cost":647,"Date":"8/27/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":56,"Cost":38,"Date":"10/1/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":347,"Cost":244,"Date":"11/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":352,"Cost":204,"Date":"11/9/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":40,"Cost":28,"Date":"3/27/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":833,"Cost":728,"Date":"4/17/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":399,"Cost":302,"Date":"8/11/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":117,"Cost":70,"Date":"8/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":464,"Cost":417,"Date":"9/2/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":701,"Cost":400,"Date":"9/5/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":961,"Cost":798,"Date":"9/14/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":904,"Cost":614,"Date":"9/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":987,"Cost":670,"Date":"11/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":847,"Cost":787,"Date":"12/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":686,"Cost":634,"Date":"1/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":291,"Cost":220,"Date":"1/21/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":698,"Cost":386,"Date":"2/9/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":121,"Cost":113,"Date":"3/19/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":409,"Cost":265,"Date":"4/3/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":536,"Cost":303,"Date":"4/5/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":653,"Cost":497,"Date":"4/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":784,"Cost":465,"Date":"7/10/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":850,"Cost":701,"Date":"3/25/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":277,"Cost":155,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":442,"Cost":345,"Date":"10/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":757,"Cost":388,"Date":"3/2/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":217,"Cost":121,"Date":"6/28/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":892,"Cost":624,"Date":"7/17/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":933,"Cost":756,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":886,"Cost":502,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":106,"Cost":81,"Date":"11/20/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":168,"Cost":103,"Date":"12/16/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":46,"Cost":32,"Date":"12/30/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":319,"Cost":175,"Date":"2/15/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":347,"Cost":199,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":511,"Cost":257,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":168,"Cost":90,"Date":"4/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":278,"Cost":190,"Date":"7/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":144,"Cost":107,"Date":"8/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":770,"Cost":673,"Date":"10/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":884,"Cost":568,"Date":"11/11/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":102,"Cost":96,"Date":"11/30/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":440,"Cost":289,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":829,"Cost":609,"Date":"3/1/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":932,"Cost":827,"Date":"4/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":380,"Cost":225,"Date":"5/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":171,"Cost":119,"Date":"8/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":689,"Cost":469,"Date":"9/15/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":687,"Cost":569,"Date":"10/14/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":985,"Cost":729,"Date":"10/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":405,"Cost":266,"Date":"11/11/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":702,"Cost":631,"Date":"12/7/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":864,"Cost":744,"Date":"12/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":466,"Cost":389,"Date":"1/6/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":598,"Cost":560,"Date":"1/23/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":286,"Cost":263,"Date":"2/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":140,"Cost":107,"Date":"3/10/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":6,"Cost":5,"Date":"3/12/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":623,"Cost":581,"Date":"3/31/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":664,"Cost":452,"Date":"6/16/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":773,"Cost":684,"Date":"6/17/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":156,"Cost":106,"Date":"8/27/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":84,"Cost":76,"Date":"10/1/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":20,"Cost":14,"Date":"11/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":934,"Cost":575,"Date":"11/9/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":772,"Cost":390,"Date":"3/27/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":982,"Cost":745,"Date":"4/17/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":391,"Cost":208,"Date":"8/11/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":727,"Cost":420,"Date":"8/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":68,"Cost":42,"Date":"9/2/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":61,"Cost":43,"Date":"9/5/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":571,"Cost":444,"Date":"9/14/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":513,"Cost":417,"Date":"9/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":415,"Cost":240,"Date":"11/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":500,"Cost":262,"Date":"12/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":474,"Cost":388,"Date":"1/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":519,"Cost":296,"Date":"1/21/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":700,"Cost":664,"Date":"2/9/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":704,"Cost":427,"Date":"3/19/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":596,"Cost":391,"Date":"4/3/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":101,"Cost":96,"Date":"4/5/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":368,"Cost":275,"Date":"4/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":96,"Cost":69,"Date":"7/10/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":921,"Cost":638,"Date":"3/25/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":200,"Cost":116,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":154,"Cost":135,"Date":"10/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":493,"Cost":341,"Date":"3/2/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":624,"Cost":459,"Date":"6/28/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":219,"Cost":200,"Date":"7/17/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":678,"Cost":580,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":790,"Cost":410,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":135,"Cost":94,"Date":"11/20/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":179,"Cost":167,"Date":"12/16/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":663,"Cost":591,"Date":"12/30/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":512,"Cost":360,"Date":"2/15/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":920,"Cost":759,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":796,"Cost":485,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":177,"Cost":113,"Date":"4/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":778,"Cost":662,"Date":"7/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":155,"Cost":109,"Date":"8/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":188,"Cost":125,"Date":"10/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":67,"Cost":62,"Date":"11/11/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":521,"Cost":342,"Date":"11/30/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":451,"Cost":326,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":290,"Cost":163,"Date":"3/1/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":207,"Cost":129,"Date":"4/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":178,"Cost":121,"Date":"5/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":781,"Cost":483,"Date":"8/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":121,"Cost":73,"Date":"9/15/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":902,"Cost":772,"Date":"10/14/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":572,"Cost":300,"Date":"10/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":169,"Cost":156,"Date":"11/11/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":586,"Cost":338,"Date":"12/7/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":432,"Cost":324,"Date":"12/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":193,"Cost":163,"Date":"1/6/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":969,"Cost":659,"Date":"1/23/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":623,"Cost":321,"Date":"2/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":169,"Cost":95,"Date":"3/10/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":828,"Cost":419,"Date":"3/12/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":158,"Cost":131,"Date":"3/31/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":22,"Cost":11,"Date":"6/16/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":312,"Cost":245,"Date":"6/17/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":532,"Cost":473,"Date":"8/27/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":697,"Cost":410,"Date":"10/1/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":507,"Cost":310,"Date":"11/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":872,"Cost":820,"Date":"11/9/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":277,"Cost":210,"Date":"3/27/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":566,"Cost":315,"Date":"4/17/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":516,"Cost":437,"Date":"8/11/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":614,"Cost":483,"Date":"8/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":886,"Cost":676,"Date":"9/2/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":721,"Cost":561,"Date":"9/5/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":576,"Cost":340,"Date":"9/14/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":460,"Cost":304,"Date":"9/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":375,"Cost":260,"Date":"11/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":921,"Cost":804,"Date":"12/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":107,"Cost":90,"Date":"1/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":6,"Cost":3,"Date":"1/21/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":516,"Cost":311,"Date":"2/9/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":677,"Cost":414,"Date":"3/19/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":15,"Cost":7,"Date":"4/3/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":587,"Cost":548,"Date":"4/5/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":122,"Cost":64,"Date":"4/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":155,"Cost":122,"Date":"7/10/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":139,"Cost":70,"Date":"3/25/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":438,"Cost":401,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":700,"Cost":603,"Date":"10/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":923,"Cost":681,"Date":"3/2/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":710,"Cost":633,"Date":"6/28/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":72,"Cost":45,"Date":"7/17/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":271,"Cost":162,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":760,"Cost":722,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":267,"Cost":254,"Date":"11/20/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":599,"Cost":438,"Date":"12/16/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":605,"Cost":532,"Date":"12/30/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":467,"Cost":436,"Date":"2/15/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":405,"Cost":271,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":559,"Cost":389,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":420,"Cost":359,"Date":"4/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":461,"Cost":332,"Date":"7/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":552,"Cost":425,"Date":"8/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":235,"Cost":222,"Date":"10/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":280,"Cost":207,"Date":"11/11/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":199,"Cost":157,"Date":"11/30/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":874,"Cost":460,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":824,"Cost":772,"Date":"3/1/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":642,"Cost":562,"Date":"4/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":485,"Cost":259,"Date":"5/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":831,"Cost":557,"Date":"8/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":466,"Cost":382,"Date":"9/15/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":458,"Cost":392,"Date":"10/14/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":212,"Cost":140,"Date":"10/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":888,"Cost":804,"Date":"11/11/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":458,"Cost":238,"Date":"12/7/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":780,"Cost":731,"Date":"12/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":703,"Cost":604,"Date":"1/6/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":988,"Cost":613,"Date":"1/23/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":564,"Cost":297,"Date":"2/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":728,"Cost":664,"Date":"3/10/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":834,"Cost":471,"Date":"3/12/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":563,"Cost":339,"Date":"3/31/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":429,"Cost":318,"Date":"6/16/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":631,"Cost":336,"Date":"6/17/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":980,"Cost":661,"Date":"8/27/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":3,"Cost":2,"Date":"10/1/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":566,"Cost":307,"Date":"11/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":558,"Cost":322,"Date":"11/9/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":466,"Cost":413,"Date":"3/27/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":258,"Cost":144,"Date":"4/17/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":525,"Cost":485,"Date":"8/11/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":996,"Cost":816,"Date":"8/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":859,"Cost":731,"Date":"9/2/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":669,"Cost":431,"Date":"9/5/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":65,"Cost":50,"Date":"9/14/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":740,"Cost":417,"Date":"9/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":246,"Cost":148,"Date":"11/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":457,"Cost":236,"Date":"12/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":978,"Cost":835,"Date":"1/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":307,"Cost":259,"Date":"1/21/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":363,"Cost":189,"Date":"2/9/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":325,"Cost":275,"Date":"3/19/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":202,"Cost":140,"Date":"4/3/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":864,"Cost":711,"Date":"4/5/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":612,"Cost":363,"Date":"4/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":755,"Cost":629,"Date":"7/10/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":754,"Cost":540,"Date":"3/25/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":761,"Cost":449,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":653,"Cost":328,"Date":"10/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":753,"Cost":497,"Date":"3/2/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":16,"Cost":12,"Date":"6/28/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":310,"Cost":252,"Date":"7/17/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":478,"Cost":351,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":64,"Cost":61,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":785,"Cost":543,"Date":"11/20/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":923,"Cost":664,"Date":"12/16/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":857,"Cost":679,"Date":"12/30/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":445,"Cost":414,"Date":"2/15/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":473,"Cost":374,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":500,"Cost":439,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":977,"Cost":780,"Date":"4/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":259,"Cost":228,"Date":"7/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":666,"Cost":480,"Date":"8/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":801,"Cost":617,"Date":"10/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":259,"Cost":237,"Date":"11/11/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":29,"Cost":21,"Date":"11/30/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":541,"Cost":513,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":757,"Cost":566,"Date":"3/1/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":531,"Cost":472,"Date":"4/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":994,"Cost":705,"Date":"5/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":891,"Cost":810,"Date":"8/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":760,"Cost":543,"Date":"9/15/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":923,"Cost":715,"Date":"10/14/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":513,"Cost":413,"Date":"10/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":573,"Cost":311,"Date":"11/11/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":420,"Cost":214,"Date":"12/7/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":703,"Cost":634,"Date":"12/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":24,"Cost":12,"Date":"1/6/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":158,"Cost":132,"Date":"1/23/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":414,"Cost":216,"Date":"2/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":522,"Cost":300,"Date":"3/10/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":582,"Cost":453,"Date":"3/12/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":135,"Cost":81,"Date":"3/31/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":8,"Cost":4,"Date":"6/16/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":825,"Cost":451,"Date":"6/17/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":340,"Cost":298,"Date":"8/27/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":266,"Cost":215,"Date":"10/1/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":688,"Cost":515,"Date":"11/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":318,"Cost":280,"Date":"11/9/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":111,"Cost":103,"Date":"3/27/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":855,"Cost":778,"Date":"4/17/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":572,"Cost":368,"Date":"8/11/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":673,"Cost":422,"Date":"8/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":375,"Cost":312,"Date":"9/2/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":176,"Cost":142,"Date":"9/5/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":264,"Cost":250,"Date":"9/14/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":701,"Cost":599,"Date":"9/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":801,"Cost":691,"Date":"11/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":774,"Cost":654,"Date":"12/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":318,"Cost":202,"Date":"1/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":879,"Cost":649,"Date":"1/21/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":839,"Cost":601,"Date":"2/9/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":129,"Cost":67,"Date":"3/19/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":812,"Cost":508,"Date":"4/3/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":259,"Cost":206,"Date":"4/5/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":344,"Cost":305,"Date":"4/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":474,"Cost":240,"Date":"7/10/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":966,"Cost":845,"Date":"3/25/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":933,"Cost":677,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":647,"Cost":420,"Date":"10/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":574,"Cost":509,"Date":"3/2/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":669,"Cost":421,"Date":"6/28/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":103,"Cost":89,"Date":"7/17/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":670,"Cost":568,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":297,"Cost":245,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":605,"Cost":538,"Date":"11/20/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":616,"Cost":328,"Date":"12/16/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":572,"Cost":470,"Date":"12/30/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":463,"Cost":364,"Date":"2/15/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":762,"Cost":529,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":96,"Cost":48,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":369,"Cost":318,"Date":"4/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":964,"Cost":734,"Date":"7/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":319,"Cost":207,"Date":"8/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":960,"Cost":667,"Date":"10/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":693,"Cost":652,"Date":"11/11/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":990,"Cost":580,"Date":"11/30/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":347,"Cost":197,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":822,"Cost":635,"Date":"3/1/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":251,"Cost":144,"Date":"4/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":504,"Cost":471,"Date":"5/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":52,"Cost":37,"Date":"8/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":160,"Cost":111,"Date":"9/15/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":538,"Cost":474,"Date":"10/14/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":405,"Cost":330,"Date":"10/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":648,"Cost":548,"Date":"11/11/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":23,"Cost":19,"Date":"12/7/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":444,"Cost":399,"Date":"12/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":345,"Cost":260,"Date":"1/6/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":374,"Cost":193,"Date":"1/23/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":164,"Cost":130,"Date":"2/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":991,"Cost":822,"Date":"3/10/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":744,"Cost":415,"Date":"3/12/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":661,"Cost":568,"Date":"3/31/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":256,"Cost":185,"Date":"6/16/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":692,"Cost":377,"Date":"6/17/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":70,"Cost":51,"Date":"8/27/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":254,"Cost":238,"Date":"10/1/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":988,"Cost":630,"Date":"11/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":571,"Cost":537,"Date":"11/9/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":920,"Cost":487,"Date":"3/27/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":301,"Cost":166,"Date":"4/17/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":340,"Cost":291,"Date":"8/11/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":878,"Cost":688,"Date":"8/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":758,"Cost":557,"Date":"9/2/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":144,"Cost":130,"Date":"9/5/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":675,"Cost":522,"Date":"9/14/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":606,"Cost":530,"Date":"9/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":505,"Cost":449,"Date":"11/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":721,"Cost":662,"Date":"12/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":368,"Cost":213,"Date":"1/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":821,"Cost":779,"Date":"1/21/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":249,"Cost":191,"Date":"2/9/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":20,"Cost":12,"Date":"3/19/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":798,"Cost":711,"Date":"4/3/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":25,"Cost":14,"Date":"4/5/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":257,"Cost":231,"Date":"4/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":280,"Cost":163,"Date":"7/10/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":650,"Cost":554,"Date":"3/25/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":570,"Cost":465,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":652,"Cost":475,"Date":"10/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":994,"Cost":583,"Date":"3/2/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":146,"Cost":95,"Date":"6/28/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":914,"Cost":526,"Date":"7/17/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":723,"Cost":559,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":425,"Cost":212,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":670,"Cost":431,"Date":"11/20/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":209,"Cost":154,"Date":"12/16/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":884,"Cost":793,"Date":"12/30/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":327,"Cost":167,"Date":"2/15/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":372,"Cost":215,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":902,"Cost":813,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":566,"Cost":451,"Date":"4/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":8,"Cost":7,"Date":"7/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":315,"Cost":273,"Date":"8/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":295,"Cost":168,"Date":"10/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":65,"Cost":60,"Date":"11/11/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":828,"Cost":729,"Date":"11/30/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":498,"Cost":391,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":813,"Cost":696,"Date":"3/1/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":365,"Cost":302,"Date":"4/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":583,"Cost":503,"Date":"5/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":411,"Cost":336,"Date":"8/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":455,"Cost":319,"Date":"9/15/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":39,"Cost":30,"Date":"10/14/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":51,"Cost":39,"Date":"10/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":926,"Cost":749,"Date":"11/11/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":845,"Cost":533,"Date":"12/7/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":176,"Cost":141,"Date":"12/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":979,"Cost":752,"Date":"1/6/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":336,"Cost":311,"Date":"1/23/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":704,"Cost":427,"Date":"2/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":945,"Cost":863,"Date":"3/10/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":452,"Cost":334,"Date":"3/12/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":407,"Cost":373,"Date":"3/31/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":883,"Cost":500,"Date":"6/16/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":460,"Cost":257,"Date":"6/17/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":295,"Cost":215,"Date":"8/27/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":111,"Cost":98,"Date":"10/1/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":857,"Cost":554,"Date":"11/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":619,"Cost":362,"Date":"11/9/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":118,"Cost":99,"Date":"3/27/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":26,"Cost":18,"Date":"4/17/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":876,"Cost":687,"Date":"8/11/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":515,"Cost":263,"Date":"8/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":727,"Cost":418,"Date":"9/2/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":256,"Cost":133,"Date":"9/5/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":982,"Cost":914,"Date":"9/14/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":815,"Cost":552,"Date":"9/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":993,"Cost":831,"Date":"11/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":49,"Cost":34,"Date":"12/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":935,"Cost":782,"Date":"1/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":720,"Cost":639,"Date":"1/21/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":817,"Cost":711,"Date":"2/9/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":660,"Cost":390,"Date":"3/19/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":619,"Cost":396,"Date":"4/3/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":360,"Cost":183,"Date":"4/5/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":874,"Cost":511,"Date":"4/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":683,"Cost":630,"Date":"7/10/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":286,"Cost":165,"Date":"3/25/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":798,"Cost":683,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":76,"Cost":45,"Date":"10/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":653,"Cost":459,"Date":"3/2/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":411,"Cost":374,"Date":"6/28/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":979,"Cost":818,"Date":"7/17/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":529,"Cost":277,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":826,"Cost":653,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":115,"Cost":66,"Date":"11/20/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":467,"Cost":412,"Date":"12/16/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":283,"Cost":250,"Date":"12/30/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":203,"Cost":178,"Date":"2/15/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":699,"Cost":588,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":214,"Cost":193,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":304,"Cost":282,"Date":"4/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":65,"Cost":54,"Date":"7/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":399,"Cost":227,"Date":"8/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":773,"Cost":592,"Date":"10/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":696,"Cost":646,"Date":"11/11/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":492,"Cost":272,"Date":"11/30/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":325,"Cost":215,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":964,"Cost":657,"Date":"3/1/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":999,"Cost":722,"Date":"4/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":415,"Cost":231,"Date":"5/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":770,"Cost":573,"Date":"8/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":900,"Cost":737,"Date":"9/15/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":142,"Cost":99,"Date":"10/14/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":856,"Cost":807,"Date":"10/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":888,"Cost":652,"Date":"11/11/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":584,"Cost":382,"Date":"12/7/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":906,"Cost":701,"Date":"12/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":954,"Cost":496,"Date":"1/6/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":677,"Cost":343,"Date":"1/23/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":291,"Cost":219,"Date":"2/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":663,"Cost":370,"Date":"3/10/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":150,"Cost":108,"Date":"3/12/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":501,"Cost":413,"Date":"3/31/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":972,"Cost":769,"Date":"6/16/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":282,"Cost":141,"Date":"6/17/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":919,"Cost":549,"Date":"8/27/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":839,"Cost":435,"Date":"10/1/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":84,"Cost":61,"Date":"11/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":724,"Cost":541,"Date":"11/9/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":606,"Cost":524,"Date":"3/27/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":206,"Cost":105,"Date":"4/17/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":852,"Cost":809,"Date":"8/11/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":209,"Cost":111,"Date":"8/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":134,"Cost":124,"Date":"9/2/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":529,"Cost":316,"Date":"9/5/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":232,"Cost":138,"Date":"9/14/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":162,"Cost":118,"Date":"9/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":424,"Cost":314,"Date":"11/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":318,"Cost":245,"Date":"12/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":568,"Cost":311,"Date":"1/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":809,"Cost":534,"Date":"1/21/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":584,"Cost":486,"Date":"2/9/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":181,"Cost":156,"Date":"3/19/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":935,"Cost":544,"Date":"4/3/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":226,"Cost":213,"Date":"4/5/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":16,"Cost":12,"Date":"4/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":705,"Cost":553,"Date":"7/10/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":194,"Cost":128,"Date":"3/25/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":443,"Cost":309,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":684,"Cost":469,"Date":"10/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":729,"Cost":485,"Date":"3/2/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":284,"Cost":192,"Date":"6/28/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":408,"Cost":358,"Date":"7/17/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":233,"Cost":129,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":302,"Cost":228,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":463,"Cost":334,"Date":"11/20/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":491,"Cost":393,"Date":"12/16/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":132,"Cost":92,"Date":"12/30/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":495,"Cost":375,"Date":"2/15/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":652,"Cost":531,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":52,"Cost":40,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":241,"Cost":199,"Date":"4/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":453,"Cost":359,"Date":"7/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":202,"Cost":105,"Date":"8/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":497,"Cost":408,"Date":"10/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":794,"Cost":714,"Date":"11/11/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":851,"Cost":444,"Date":"11/30/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":32,"Cost":20,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":220,"Cost":171,"Date":"3/1/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":913,"Cost":477,"Date":"4/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":73,"Cost":45,"Date":"5/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":255,"Cost":127,"Date":"8/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":210,"Cost":121,"Date":"9/15/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":651,"Cost":500,"Date":"10/14/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":304,"Cost":262,"Date":"10/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":267,"Cost":162,"Date":"11/11/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":433,"Cost":254,"Date":"12/7/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":427,"Cost":318,"Date":"12/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":671,"Cost":408,"Date":"1/6/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":996,"Cost":853,"Date":"1/23/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":609,"Cost":475,"Date":"2/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":593,"Cost":389,"Date":"3/10/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":792,"Cost":483,"Date":"3/12/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":559,"Cost":458,"Date":"3/31/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":201,"Cost":125,"Date":"6/16/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":42,"Cost":30,"Date":"6/17/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":567,"Cost":512,"Date":"8/27/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":602,"Cost":317,"Date":"10/1/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":981,"Cost":706,"Date":"11/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":699,"Cost":407,"Date":"11/9/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":423,"Cost":336,"Date":"3/27/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":789,"Cost":405,"Date":"4/17/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":207,"Cost":166,"Date":"8/11/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":96,"Cost":87,"Date":"8/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":173,"Cost":111,"Date":"9/2/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":840,"Cost":497,"Date":"9/5/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":776,"Cost":468,"Date":"9/14/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":853,"Cost":618,"Date":"9/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":383,"Cost":357,"Date":"11/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":404,"Cost":245,"Date":"12/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":856,"Cost":700,"Date":"1/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":664,"Cost":612,"Date":"1/21/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":231,"Cost":202,"Date":"2/9/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":400,"Cost":262,"Date":"3/19/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":699,"Cost":590,"Date":"4/3/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":86,"Cost":62,"Date":"4/5/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":124,"Cost":67,"Date":"4/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":801,"Cost":589,"Date":"7/10/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":755,"Cost":645,"Date":"3/25/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":509,"Cost":422,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":203,"Cost":163,"Date":"10/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":974,"Cost":731,"Date":"3/2/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":8,"Cost":6,"Date":"6/28/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":468,"Cost":381,"Date":"7/17/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":433,"Cost":390,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":329,"Cost":213,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":295,"Cost":269,"Date":"11/20/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":265,"Cost":229,"Date":"12/16/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":687,"Cost":645,"Date":"12/30/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":418,"Cost":289,"Date":"2/15/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":236,"Cost":167,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":690,"Cost":598,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":129,"Cost":116,"Date":"4/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":357,"Cost":287,"Date":"7/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":162,"Cost":146,"Date":"8/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":320,"Cost":221,"Date":"10/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":978,"Cost":757,"Date":"11/11/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":401,"Cost":275,"Date":"11/30/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":35,"Cost":26,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":128,"Cost":120,"Date":"3/1/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":344,"Cost":302,"Date":"4/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":696,"Cost":577,"Date":"5/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":580,"Cost":524,"Date":"8/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":972,"Cost":833,"Date":"9/15/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":676,"Cost":502,"Date":"10/14/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":988,"Cost":749,"Date":"10/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":156,"Cost":131,"Date":"11/11/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":686,"Cost":518,"Date":"12/7/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":220,"Cost":166,"Date":"12/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":684,"Cost":548,"Date":"1/6/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":417,"Cost":245,"Date":"1/23/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":848,"Cost":542,"Date":"2/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":168,"Cost":125,"Date":"3/10/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":764,"Cost":670,"Date":"3/12/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":543,"Cost":350,"Date":"3/31/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":543,"Cost":422,"Date":"6/16/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":417,"Cost":283,"Date":"6/17/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":371,"Cost":188,"Date":"8/27/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":101,"Cost":53,"Date":"10/1/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":546,"Cost":512,"Date":"11/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":520,"Cost":436,"Date":"11/9/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":282,"Cost":175,"Date":"3/27/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":714,"Cost":585,"Date":"4/17/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":565,"Cost":432,"Date":"8/11/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":332,"Cost":201,"Date":"8/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":507,"Cost":290,"Date":"9/2/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":218,"Cost":200,"Date":"9/5/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":217,"Cost":149,"Date":"9/14/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":770,"Cost":543,"Date":"9/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":958,"Cost":481,"Date":"11/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":309,"Cost":210,"Date":"12/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":110,"Cost":95,"Date":"1/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":205,"Cost":129,"Date":"1/21/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":736,"Cost":653,"Date":"2/9/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":651,"Cost":465,"Date":"3/19/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":178,"Cost":142,"Date":"4/3/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":504,"Cost":356,"Date":"4/5/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":118,"Cost":65,"Date":"4/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":922,"Cost":521,"Date":"7/10/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":242,"Cost":129,"Date":"3/25/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":59,"Cost":50,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":519,"Cost":480,"Date":"10/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":327,"Cost":268,"Date":"3/2/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":236,"Cost":124,"Date":"6/28/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":761,"Cost":392,"Date":"7/17/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":605,"Cost":520,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":943,"Cost":825,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":416,"Cost":272,"Date":"11/20/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":912,"Cost":600,"Date":"12/16/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":565,"Cost":417,"Date":"12/30/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":710,"Cost":516,"Date":"2/15/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":527,"Cost":442,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":993,"Cost":583,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":768,"Cost":548,"Date":"4/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":243,"Cost":165,"Date":"7/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":940,"Cost":597,"Date":"8/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":781,"Cost":741,"Date":"10/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":895,"Cost":502,"Date":"11/11/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":461,"Cost":242,"Date":"11/30/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":213,"Cost":159,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":660,"Cost":411,"Date":"3/1/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":585,"Cost":299,"Date":"4/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":666,"Cost":530,"Date":"5/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":968,"Cost":783,"Date":"8/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":120,"Cost":82,"Date":"9/15/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":70,"Cost":37,"Date":"10/14/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":758,"Cost":594,"Date":"10/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":461,"Cost":421,"Date":"11/11/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":376,"Cost":276,"Date":"12/7/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":771,"Cost":725,"Date":"12/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":634,"Cost":401,"Date":"1/6/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":978,"Cost":704,"Date":"1/23/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":950,"Cost":843,"Date":"2/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":365,"Cost":187,"Date":"3/10/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":169,"Cost":147,"Date":"3/12/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":874,"Cost":474,"Date":"3/31/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":574,"Cost":505,"Date":"6/16/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":606,"Cost":528,"Date":"6/17/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":566,"Cost":346,"Date":"8/27/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":180,"Cost":145,"Date":"10/1/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":59,"Cost":31,"Date":"11/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":403,"Cost":329,"Date":"11/9/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":100,"Cost":74,"Date":"3/27/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":894,"Cost":744,"Date":"4/17/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":305,"Cost":154,"Date":"8/11/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":598,"Cost":548,"Date":"8/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":41,"Cost":35,"Date":"9/2/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":313,"Cost":282,"Date":"9/5/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":769,"Cost":597,"Date":"9/14/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":831,"Cost":569,"Date":"9/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":13,"Cost":6,"Date":"11/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":710,"Cost":471,"Date":"12/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":841,"Cost":560,"Date":"1/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":265,"Cost":203,"Date":"1/21/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":959,"Cost":854,"Date":"2/9/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":699,"Cost":382,"Date":"3/19/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":799,"Cost":557,"Date":"4/3/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":761,"Cost":713,"Date":"4/5/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":53,"Cost":29,"Date":"4/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":983,"Cost":516,"Date":"7/10/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":89,"Cost":48,"Date":"3/25/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":787,"Cost":574,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":646,"Cost":607,"Date":"10/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":151,"Cost":141,"Date":"3/2/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":876,"Cost":706,"Date":"6/28/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":164,"Cost":128,"Date":"7/17/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":402,"Cost":224,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":472,"Cost":240,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":639,"Cost":491,"Date":"11/20/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":946,"Cost":636,"Date":"12/16/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":698,"Cost":660,"Date":"12/30/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":774,"Cost":484,"Date":"2/15/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":253,"Cost":158,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":141,"Cost":92,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":3,"Cost":2,"Date":"4/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":948,"Cost":561,"Date":"7/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":817,"Cost":431,"Date":"8/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":341,"Cost":265,"Date":"10/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":535,"Cost":450,"Date":"11/11/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":695,"Cost":580,"Date":"11/30/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":451,"Cost":287,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":52,"Cost":37,"Date":"3/1/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":316,"Cost":292,"Date":"4/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":606,"Cost":488,"Date":"5/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":764,"Cost":699,"Date":"8/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":802,"Cost":669,"Date":"9/15/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":747,"Cost":625,"Date":"10/14/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":421,"Cost":293,"Date":"10/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":489,"Cost":311,"Date":"11/11/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":326,"Cost":281,"Date":"12/7/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":15,"Cost":7,"Date":"12/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":653,"Cost":481,"Date":"1/6/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":122,"Cost":71,"Date":"1/23/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":106,"Cost":70,"Date":"2/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":981,"Cost":533,"Date":"3/10/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":934,"Cost":800,"Date":"3/12/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":865,"Cost":660,"Date":"3/31/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":302,"Cost":228,"Date":"6/16/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":62,"Cost":45,"Date":"6/17/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":484,"Cost":359,"Date":"8/27/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":196,"Cost":125,"Date":"10/1/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":953,"Cost":528,"Date":"11/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":384,"Cost":216,"Date":"11/9/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":115,"Cost":63,"Date":"3/27/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":760,"Cost":582,"Date":"4/17/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":586,"Cost":351,"Date":"8/11/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":704,"Cost":642,"Date":"8/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":269,"Cost":246,"Date":"9/2/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":216,"Cost":127,"Date":"9/5/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":50,"Cost":47,"Date":"9/14/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":717,"Cost":601,"Date":"9/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":723,"Cost":610,"Date":"11/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":464,"Cost":353,"Date":"12/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":918,"Cost":732,"Date":"1/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":428,"Cost":265,"Date":"1/21/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":204,"Cost":126,"Date":"2/9/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":359,"Cost":251,"Date":"3/19/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":621,"Cost":434,"Date":"4/3/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":208,"Cost":158,"Date":"4/5/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":200,"Cost":144,"Date":"4/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":430,"Cost":289,"Date":"7/10/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":121,"Cost":69,"Date":"3/25/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":63,"Cost":44,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":107,"Cost":94,"Date":"10/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":418,"Cost":279,"Date":"3/2/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":118,"Cost":104,"Date":"6/28/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":652,"Cost":410,"Date":"7/17/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":854,"Cost":441,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":919,"Cost":778,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":737,"Cost":390,"Date":"11/20/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":269,"Cost":247,"Date":"12/16/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":211,"Cost":173,"Date":"12/30/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":336,"Cost":199,"Date":"2/15/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":865,"Cost":782,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":733,"Cost":661,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":621,"Cost":543,"Date":"4/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":962,"Cost":703,"Date":"7/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":678,"Cost":417,"Date":"8/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":785,"Cost":712,"Date":"10/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":858,"Cost":435,"Date":"11/11/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":901,"Cost":601,"Date":"11/30/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":38,"Cost":34,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":447,"Cost":310,"Date":"3/1/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":686,"Cost":484,"Date":"4/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":34,"Cost":30,"Date":"5/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":295,"Cost":189,"Date":"8/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":71,"Cost":46,"Date":"9/15/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":987,"Cost":733,"Date":"10/14/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":856,"Cost":617,"Date":"10/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":643,"Cost":391,"Date":"11/11/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":345,"Cost":240,"Date":"12/7/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":688,"Cost":476,"Date":"12/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":104,"Cost":75,"Date":"1/6/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":577,"Cost":329,"Date":"1/23/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":707,"Cost":483,"Date":"2/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":852,"Cost":438,"Date":"3/10/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":648,"Cost":341,"Date":"3/12/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":990,"Cost":928,"Date":"3/31/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":678,"Cost":362,"Date":"6/16/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":778,"Cost":613,"Date":"6/17/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":738,"Cost":528,"Date":"8/27/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":13,"Cost":9,"Date":"10/1/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":304,"Cost":241,"Date":"11/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":959,"Cost":801,"Date":"11/9/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":246,"Cost":139,"Date":"3/27/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":985,"Cost":752,"Date":"4/17/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":638,"Cost":548,"Date":"8/11/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":378,"Cost":295,"Date":"8/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":516,"Cost":295,"Date":"9/2/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":671,"Cost":564,"Date":"9/5/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":305,"Cost":247,"Date":"9/14/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":405,"Cost":203,"Date":"9/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":331,"Cost":223,"Date":"11/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":619,"Cost":461,"Date":"12/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":67,"Cost":53,"Date":"1/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":170,"Cost":115,"Date":"1/21/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":851,"Cost":699,"Date":"2/9/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":897,"Cost":682,"Date":"3/19/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":315,"Cost":273,"Date":"4/3/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":753,"Cost":532,"Date":"4/5/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":12,"Cost":10,"Date":"4/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":679,"Cost":470,"Date":"7/10/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":66,"Cost":44,"Date":"3/25/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":22,"Cost":11,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":362,"Cost":292,"Date":"10/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":875,"Cost":704,"Date":"3/2/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":48,"Cost":25,"Date":"6/28/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":186,"Cost":107,"Date":"7/17/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":563,"Cost":463,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":895,"Cost":615,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":240,"Cost":209,"Date":"11/20/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":754,"Cost":643,"Date":"12/16/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":796,"Cost":496,"Date":"12/30/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":790,"Cost":450,"Date":"2/15/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":609,"Cost":344,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":690,"Cost":499,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":797,"Cost":452,"Date":"4/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":786,"Cost":453,"Date":"7/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":368,"Cost":302,"Date":"8/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":488,"Cost":385,"Date":"10/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":829,"Cost":663,"Date":"11/11/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":954,"Cost":607,"Date":"11/30/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":153,"Cost":119,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":63,"Cost":59,"Date":"3/1/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":840,"Cost":556,"Date":"4/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":845,"Cost":693,"Date":"5/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":409,"Cost":347,"Date":"8/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":443,"Cost":394,"Date":"9/15/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":281,"Cost":252,"Date":"10/14/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":730,"Cost":483,"Date":"10/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":666,"Cost":554,"Date":"11/11/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":533,"Cost":410,"Date":"12/7/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":569,"Cost":439,"Date":"12/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":21,"Cost":17,"Date":"1/6/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":359,"Cost":218,"Date":"1/23/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":310,"Cost":202,"Date":"2/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":417,"Cost":240,"Date":"3/10/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":247,"Cost":130,"Date":"3/12/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":119,"Cost":80,"Date":"3/31/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":14,"Cost":8,"Date":"6/16/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":710,"Cost":365,"Date":"6/17/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":900,"Cost":807,"Date":"8/27/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":928,"Cost":745,"Date":"10/1/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":838,"Cost":527,"Date":"11/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":217,"Cost":144,"Date":"11/9/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":248,"Cost":194,"Date":"3/27/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":477,"Cost":292,"Date":"4/17/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":434,"Cost":270,"Date":"8/11/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":210,"Cost":160,"Date":"8/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":992,"Cost":859,"Date":"9/2/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":644,"Cost":564,"Date":"9/5/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":333,"Cost":282,"Date":"9/14/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":91,"Cost":65,"Date":"9/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":960,"Cost":606,"Date":"11/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":377,"Cost":298,"Date":"12/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":528,"Cost":335,"Date":"1/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":846,"Cost":782,"Date":"1/21/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":136,"Cost":116,"Date":"2/9/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":587,"Cost":468,"Date":"3/19/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":802,"Cost":570,"Date":"4/3/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":668,"Cost":410,"Date":"4/5/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":115,"Cost":89,"Date":"4/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":84,"Cost":56,"Date":"7/10/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":208,"Cost":187,"Date":"3/25/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":508,"Cost":398,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":506,"Cost":284,"Date":"10/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":737,"Cost":417,"Date":"3/2/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":810,"Cost":547,"Date":"6/28/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":83,"Cost":66,"Date":"7/17/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":728,"Cost":459,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":205,"Cost":117,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":212,"Cost":187,"Date":"11/20/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":625,"Cost":473,"Date":"12/16/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":862,"Cost":695,"Date":"12/30/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":17,"Cost":14,"Date":"2/15/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":486,"Cost":249,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":388,"Cost":357,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":794,"Cost":699,"Date":"4/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":288,"Cost":241,"Date":"7/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":585,"Cost":321,"Date":"8/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":848,"Cost":586,"Date":"10/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":556,"Cost":295,"Date":"11/11/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":76,"Cost":65,"Date":"11/30/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":31,"Cost":21,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":152,"Cost":141,"Date":"3/1/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":632,"Cost":412,"Date":"4/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":267,"Cost":220,"Date":"5/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":469,"Cost":407,"Date":"8/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":920,"Cost":625,"Date":"9/15/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":673,"Cost":430,"Date":"10/14/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":569,"Cost":451,"Date":"10/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":770,"Cost":499,"Date":"11/11/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":809,"Cost":544,"Date":"12/7/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":615,"Cost":412,"Date":"12/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":510,"Cost":320,"Date":"1/6/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":356,"Cost":282,"Date":"1/23/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":586,"Cost":458,"Date":"2/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":475,"Cost":408,"Date":"3/10/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":923,"Cost":667,"Date":"3/12/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":269,"Cost":251,"Date":"3/31/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":827,"Cost":561,"Date":"6/16/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":397,"Cost":366,"Date":"6/17/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":841,"Cost":438,"Date":"8/27/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":162,"Cost":142,"Date":"10/1/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":674,"Cost":588,"Date":"11/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":129,"Cost":92,"Date":"11/9/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":912,"Cost":461,"Date":"3/27/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":452,"Cost":335,"Date":"4/17/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":80,"Cost":56,"Date":"8/11/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":214,"Cost":178,"Date":"8/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":615,"Cost":582,"Date":"9/2/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":804,"Cost":672,"Date":"9/5/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":951,"Cost":782,"Date":"9/14/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":403,"Cost":327,"Date":"9/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":416,"Cost":208,"Date":"11/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":354,"Cost":304,"Date":"12/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":440,"Cost":244,"Date":"1/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":906,"Cost":529,"Date":"1/21/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":736,"Cost":634,"Date":"2/9/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":786,"Cost":432,"Date":"3/19/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":870,"Cost":583,"Date":"4/3/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":386,"Cost":247,"Date":"4/5/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":963,"Cost":583,"Date":"4/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":84,"Cost":67,"Date":"7/10/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":409,"Cost":367,"Date":"3/25/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":984,"Cost":663,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":263,"Cost":182,"Date":"10/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":261,"Cost":161,"Date":"3/2/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":908,"Cost":756,"Date":"6/28/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":231,"Cost":171,"Date":"7/17/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":118,"Cost":111,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":172,"Cost":128,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":796,"Cost":682,"Date":"11/20/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":688,"Cost":626,"Date":"12/16/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":78,"Cost":74,"Date":"12/30/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":162,"Cost":98,"Date":"2/15/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":994,"Cost":564,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":106,"Cost":82,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":932,"Cost":492,"Date":"4/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":52,"Cost":34,"Date":"7/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":554,"Cost":413,"Date":"8/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":891,"Cost":786,"Date":"10/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":44,"Cost":26,"Date":"11/11/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":524,"Cost":332,"Date":"11/30/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":271,"Cost":191,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":240,"Cost":137,"Date":"3/1/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":263,"Cost":201,"Date":"4/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":593,"Cost":445,"Date":"5/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":965,"Cost":540,"Date":"8/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":585,"Cost":351,"Date":"9/15/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":228,"Cost":117,"Date":"10/14/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":872,"Cost":442,"Date":"10/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":13,"Cost":12,"Date":"11/11/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":794,"Cost":471,"Date":"12/7/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":325,"Cost":175,"Date":"12/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":613,"Cost":478,"Date":"1/6/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":66,"Cost":42,"Date":"1/23/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":8,"Cost":8,"Date":"2/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":967,"Cost":770,"Date":"3/10/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":259,"Cost":168,"Date":"3/12/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":771,"Cost":625,"Date":"3/31/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":781,"Cost":712,"Date":"6/16/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":13,"Cost":12,"Date":"6/17/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":364,"Cost":273,"Date":"8/27/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":398,"Cost":345,"Date":"10/1/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":478,"Cost":286,"Date":"11/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":972,"Cost":919,"Date":"11/9/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":141,"Cost":95,"Date":"3/27/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":333,"Cost":205,"Date":"4/17/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":259,"Cost":196,"Date":"8/11/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":829,"Cost":523,"Date":"8/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":590,"Cost":441,"Date":"9/2/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":707,"Cost":538,"Date":"9/5/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":29,"Cost":21,"Date":"9/14/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":376,"Cost":189,"Date":"9/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":955,"Cost":891,"Date":"11/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":237,"Cost":179,"Date":"12/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":517,"Cost":453,"Date":"1/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":910,"Cost":830,"Date":"1/21/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":382,"Cost":295,"Date":"2/9/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":279,"Cost":234,"Date":"3/19/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":187,"Cost":131,"Date":"4/3/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":949,"Cost":756,"Date":"4/5/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":876,"Cost":608,"Date":"4/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":101,"Cost":82,"Date":"7/10/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":272,"Cost":239,"Date":"3/25/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":53,"Cost":48,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":997,"Cost":577,"Date":"10/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":278,"Cost":144,"Date":"3/2/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":761,"Cost":451,"Date":"6/28/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":64,"Cost":43,"Date":"7/17/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":124,"Cost":117,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":596,"Cost":540,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":772,"Cost":730,"Date":"11/20/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":550,"Cost":495,"Date":"12/16/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":839,"Cost":754,"Date":"12/30/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":385,"Cost":346,"Date":"2/15/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":142,"Cost":116,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":673,"Cost":628,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":741,"Cost":511,"Date":"4/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":977,"Cost":851,"Date":"7/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":749,"Cost":647,"Date":"8/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":269,"Cost":234,"Date":"10/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":31,"Cost":17,"Date":"11/11/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":354,"Cost":220,"Date":"11/30/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":710,"Cost":609,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":901,"Cost":520,"Date":"3/1/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":782,"Cost":670,"Date":"4/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":908,"Cost":456,"Date":"5/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":821,"Cost":482,"Date":"8/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":78,"Cost":66,"Date":"9/15/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":363,"Cost":256,"Date":"10/14/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":251,"Cost":150,"Date":"10/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":284,"Cost":218,"Date":"11/11/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":522,"Cost":419,"Date":"12/7/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":984,"Cost":844,"Date":"12/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":485,"Cost":345,"Date":"1/6/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":888,"Cost":686,"Date":"1/23/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":551,"Cost":338,"Date":"2/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":996,"Cost":667,"Date":"3/10/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":788,"Cost":442,"Date":"3/12/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":133,"Cost":78,"Date":"3/31/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":739,"Cost":497,"Date":"6/16/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":613,"Cost":488,"Date":"6/17/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":357,"Cost":243,"Date":"8/27/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":26,"Cost":23,"Date":"10/1/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":357,"Cost":213,"Date":"11/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":119,"Cost":72,"Date":"11/9/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":203,"Cost":106,"Date":"3/27/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":193,"Cost":96,"Date":"4/17/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":447,"Cost":317,"Date":"8/11/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":464,"Cost":296,"Date":"8/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":818,"Cost":586,"Date":"9/2/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":244,"Cost":153,"Date":"9/5/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":639,"Cost":461,"Date":"9/14/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":618,"Cost":569,"Date":"9/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":232,"Cost":175,"Date":"11/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":796,"Cost":507,"Date":"12/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":732,"Cost":405,"Date":"1/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":256,"Cost":184,"Date":"1/21/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":757,"Cost":675,"Date":"2/9/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":556,"Cost":463,"Date":"3/19/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":168,"Cost":154,"Date":"4/3/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":949,"Cost":523,"Date":"4/5/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":654,"Cost":382,"Date":"4/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":26,"Cost":15,"Date":"7/10/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":531,"Cost":296,"Date":"3/25/2020"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":974,"Cost":578,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":648,"Cost":564,"Date":"10/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":675,"Cost":591,"Date":"3/2/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":918,"Cost":706,"Date":"6/28/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":734,"Cost":408,"Date":"7/17/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":11,"Cost":7,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":96,"Cost":84,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":137,"Cost":90,"Date":"11/20/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":697,"Cost":464,"Date":"12/16/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":724,"Cost":412,"Date":"12/30/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":818,"Cost":578,"Date":"2/15/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":334,"Cost":193,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":601,"Cost":545,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":123,"Cost":67,"Date":"4/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":183,"Cost":95,"Date":"7/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":817,"Cost":425,"Date":"8/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":894,"Cost":541,"Date":"10/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":247,"Cost":130,"Date":"11/11/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":759,"Cost":522,"Date":"11/30/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":20,"Cost":14,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":352,"Cost":293,"Date":"3/1/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":251,"Cost":215,"Date":"4/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":458,"Cost":258,"Date":"5/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":867,"Cost":613,"Date":"8/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":197,"Cost":116,"Date":"9/15/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":738,"Cost":633,"Date":"10/14/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":384,"Cost":283,"Date":"10/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":50,"Cost":27,"Date":"11/11/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":497,"Cost":383,"Date":"12/7/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":25,"Cost":14,"Date":"12/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":402,"Cost":344,"Date":"1/6/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":185,"Cost":172,"Date":"1/23/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":993,"Cost":890,"Date":"2/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":587,"Cost":371,"Date":"3/10/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":971,"Cost":783,"Date":"3/12/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":381,"Cost":256,"Date":"3/31/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":268,"Cost":187,"Date":"6/16/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":51,"Cost":38,"Date":"6/17/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":673,"Cost":455,"Date":"8/27/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":216,"Cost":190,"Date":"10/1/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":971,"Cost":656,"Date":"11/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":635,"Cost":506,"Date":"11/9/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":309,"Cost":179,"Date":"3/27/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":594,"Cost":332,"Date":"4/17/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":609,"Cost":419,"Date":"8/11/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":346,"Cost":235,"Date":"8/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":526,"Cost":325,"Date":"9/2/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":439,"Cost":398,"Date":"9/5/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":744,"Cost":678,"Date":"9/14/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":78,"Cost":42,"Date":"9/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":771,"Cost":401,"Date":"11/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":344,"Cost":292,"Date":"12/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":153,"Cost":96,"Date":"1/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":242,"Cost":152,"Date":"1/21/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":235,"Cost":162,"Date":"2/9/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":885,"Cost":755,"Date":"3/19/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":583,"Cost":489,"Date":"4/3/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":918,"Cost":663,"Date":"4/5/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":165,"Cost":95,"Date":"4/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":354,"Cost":262,"Date":"7/10/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":972,"Cost":829,"Date":"3/25/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":606,"Cost":409,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":145,"Cost":114,"Date":"10/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":605,"Cost":337,"Date":"3/2/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":797,"Cost":528,"Date":"6/28/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":898,"Cost":819,"Date":"7/17/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":61,"Cost":46,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":174,"Cost":148,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":500,"Cost":304,"Date":"11/20/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":97,"Cost":82,"Date":"12/16/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":2,"Cost":1,"Date":"12/30/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":240,"Cost":132,"Date":"2/15/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":975,"Cost":544,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":688,"Cost":521,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":149,"Cost":85,"Date":"4/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":594,"Cost":481,"Date":"7/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":883,"Cost":522,"Date":"8/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":952,"Cost":681,"Date":"10/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":611,"Cost":436,"Date":"11/11/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":517,"Cost":473,"Date":"11/30/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":553,"Cost":420,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":731,"Cost":560,"Date":"3/1/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":256,"Cost":194,"Date":"4/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":704,"Cost":451,"Date":"5/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":556,"Cost":512,"Date":"8/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":802,"Cost":638,"Date":"9/15/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":481,"Cost":388,"Date":"10/14/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":603,"Cost":362,"Date":"10/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":63,"Cost":48,"Date":"11/11/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":535,"Cost":368,"Date":"12/7/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":537,"Cost":402,"Date":"12/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":644,"Cost":400,"Date":"1/6/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":639,"Cost":446,"Date":"1/23/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":882,"Cost":523,"Date":"2/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":824,"Cost":714,"Date":"3/10/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":235,"Cost":164,"Date":"3/12/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":622,"Cost":479,"Date":"3/31/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":877,"Cost":457,"Date":"6/16/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":727,"Cost":485,"Date":"6/17/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":323,"Cost":235,"Date":"8/27/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":253,"Cost":128,"Date":"10/1/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":272,"Cost":235,"Date":"11/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":218,"Cost":137,"Date":"11/9/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":664,"Cost":349,"Date":"3/27/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":784,"Cost":568,"Date":"4/17/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":184,"Cost":112,"Date":"8/11/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":181,"Cost":104,"Date":"8/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":228,"Cost":145,"Date":"9/2/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":798,"Cost":497,"Date":"9/5/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":373,"Cost":334,"Date":"9/14/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":218,"Cost":195,"Date":"9/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":344,"Cost":223,"Date":"11/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":409,"Cost":386,"Date":"12/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":958,"Cost":861,"Date":"1/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":929,"Cost":544,"Date":"1/21/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":622,"Cost":584,"Date":"2/9/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":165,"Cost":121,"Date":"3/19/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":477,"Cost":418,"Date":"4/3/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":575,"Cost":488,"Date":"4/5/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":512,"Cost":286,"Date":"4/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":139,"Cost":70,"Date":"7/10/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":105,"Cost":58,"Date":"3/25/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":107,"Cost":77,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":633,"Cost":598,"Date":"10/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":486,"Cost":342,"Date":"3/2/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":551,"Cost":291,"Date":"6/28/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":485,"Cost":255,"Date":"7/17/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":422,"Cost":213,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":137,"Cost":86,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":560,"Cost":288,"Date":"11/20/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":845,"Cost":574,"Date":"12/16/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":99,"Cost":81,"Date":"12/30/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":316,"Cost":239,"Date":"2/15/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":159,"Cost":127,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":953,"Cost":881,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":292,"Cost":192,"Date":"4/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":168,"Cost":139,"Date":"7/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":519,"Cost":404,"Date":"8/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":334,"Cost":241,"Date":"10/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":81,"Cost":53,"Date":"11/11/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":271,"Cost":231,"Date":"11/30/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":611,"Cost":551,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":422,"Cost":230,"Date":"3/1/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":385,"Cost":273,"Date":"4/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":2,"Cost":1,"Date":"5/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":943,"Cost":499,"Date":"8/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":372,"Cost":350,"Date":"9/15/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":973,"Cost":766,"Date":"10/14/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":428,"Cost":277,"Date":"10/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":531,"Cost":400,"Date":"11/11/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":125,"Cost":75,"Date":"12/7/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":373,"Cost":241,"Date":"12/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":566,"Cost":523,"Date":"1/6/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":971,"Cost":520,"Date":"1/23/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":344,"Cost":179,"Date":"2/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":747,"Cost":457,"Date":"3/10/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":479,"Cost":412,"Date":"3/12/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":669,"Cost":462,"Date":"3/31/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":970,"Cost":493,"Date":"6/16/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":179,"Cost":118,"Date":"6/17/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":585,"Cost":471,"Date":"8/27/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":808,"Cost":715,"Date":"10/1/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":274,"Cost":249,"Date":"11/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":255,"Cost":180,"Date":"11/9/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":533,"Cost":401,"Date":"3/27/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":177,"Cost":114,"Date":"4/17/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":611,"Cost":521,"Date":"8/11/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":665,"Cost":409,"Date":"8/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":252,"Cost":193,"Date":"9/2/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":717,"Cost":564,"Date":"9/5/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":742,"Cost":449,"Date":"9/14/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":685,"Cost":569,"Date":"9/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":110,"Cost":75,"Date":"11/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":984,"Cost":876,"Date":"12/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":823,"Cost":737,"Date":"1/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":561,"Cost":427,"Date":"1/21/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":89,"Cost":57,"Date":"2/9/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":920,"Cost":511,"Date":"3/19/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":157,"Cost":103,"Date":"4/3/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":126,"Cost":77,"Date":"4/5/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":573,"Cost":462,"Date":"4/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":625,"Cost":352,"Date":"7/10/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":968,"Cost":579,"Date":"3/25/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":41,"Cost":38,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":987,"Cost":909,"Date":"10/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":272,"Cost":153,"Date":"3/2/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":487,"Cost":433,"Date":"6/28/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":913,"Cost":782,"Date":"7/17/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":860,"Cost":694,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":624,"Cost":585,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":224,"Cost":113,"Date":"11/20/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":747,"Cost":503,"Date":"12/16/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":534,"Cost":370,"Date":"12/30/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":491,"Cost":289,"Date":"2/15/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":935,"Cost":555,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":679,"Cost":368,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":925,"Cost":875,"Date":"4/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":96,"Cost":76,"Date":"7/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":670,"Cost":545,"Date":"8/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":167,"Cost":111,"Date":"10/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":873,"Cost":602,"Date":"11/11/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":928,"Cost":747,"Date":"11/30/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":25,"Cost":18,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":62,"Cost":37,"Date":"3/1/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":838,"Cost":508,"Date":"4/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":658,"Cost":528,"Date":"5/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":280,"Cost":206,"Date":"8/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":985,"Cost":907,"Date":"9/15/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":962,"Cost":704,"Date":"10/14/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":90,"Cost":56,"Date":"10/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":457,"Cost":286,"Date":"11/11/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":742,"Cost":458,"Date":"12/7/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":879,"Cost":708,"Date":"12/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":470,"Cost":334,"Date":"1/6/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":539,"Cost":412,"Date":"1/23/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":129,"Cost":82,"Date":"2/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":102,"Cost":61,"Date":"3/10/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":193,"Cost":130,"Date":"3/12/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":530,"Cost":439,"Date":"3/31/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":358,"Cost":274,"Date":"6/16/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":266,"Cost":249,"Date":"6/17/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":380,"Cost":230,"Date":"8/27/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":794,"Cost":636,"Date":"10/1/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":837,"Cost":538,"Date":"11/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":619,"Cost":496,"Date":"11/9/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":247,"Cost":153,"Date":"3/27/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":321,"Cost":241,"Date":"4/17/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":800,"Cost":551,"Date":"8/11/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":80,"Cost":57,"Date":"8/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":745,"Cost":403,"Date":"9/2/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":761,"Cost":513,"Date":"9/5/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":540,"Cost":358,"Date":"9/14/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":650,"Cost":393,"Date":"9/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":475,"Cost":255,"Date":"11/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":551,"Cost":340,"Date":"12/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":120,"Cost":107,"Date":"1/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":25,"Cost":18,"Date":"1/21/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":881,"Cost":811,"Date":"2/9/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":774,"Cost":470,"Date":"3/19/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":339,"Cost":297,"Date":"4/3/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":453,"Cost":341,"Date":"4/5/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":280,"Cost":212,"Date":"4/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":245,"Cost":191,"Date":"7/10/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":166,"Cost":112,"Date":"3/25/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":655,"Cost":500,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":919,"Cost":471,"Date":"10/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":385,"Cost":221,"Date":"3/2/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":115,"Cost":89,"Date":"6/28/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":916,"Cost":690,"Date":"7/17/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":897,"Cost":843,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":987,"Cost":638,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":559,"Cost":352,"Date":"11/20/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":314,"Cost":278,"Date":"12/16/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":190,"Cost":178,"Date":"12/30/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":732,"Cost":678,"Date":"2/15/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":969,"Cost":802,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":649,"Cost":335,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":108,"Cost":91,"Date":"4/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":202,"Cost":111,"Date":"7/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":390,"Cost":369,"Date":"8/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":59,"Cost":46,"Date":"10/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":812,"Cost":551,"Date":"11/11/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":913,"Cost":607,"Date":"11/30/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":576,"Cost":489,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":984,"Cost":599,"Date":"3/1/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":784,"Cost":705,"Date":"4/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":711,"Cost":470,"Date":"5/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":424,"Cost":358,"Date":"8/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":292,"Cost":161,"Date":"9/15/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":16,"Cost":9,"Date":"10/14/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":402,"Cost":258,"Date":"10/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":676,"Cost":480,"Date":"11/11/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":175,"Cost":92,"Date":"12/7/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":609,"Cost":383,"Date":"12/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":305,"Cost":257,"Date":"1/6/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":253,"Cost":221,"Date":"1/23/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":984,"Cost":632,"Date":"2/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":420,"Cost":313,"Date":"3/10/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":305,"Cost":172,"Date":"3/12/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":602,"Cost":504,"Date":"3/31/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":115,"Cost":63,"Date":"6/16/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":881,"Cost":754,"Date":"6/17/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":265,"Cost":155,"Date":"8/27/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":972,"Cost":789,"Date":"10/1/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":79,"Cost":44,"Date":"11/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":952,"Cost":672,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":518,"Cost":272,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":663,"Cost":514,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":924,"Cost":701,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":543,"Cost":448,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":471,"Cost":331,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":782,"Cost":557,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":793,"Cost":734,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":129,"Cost":75,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":795,"Cost":497,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":227,"Cost":137,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":221,"Cost":152,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":274,"Cost":177,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":385,"Cost":292,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":400,"Cost":354,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":763,"Cost":717,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":978,"Cost":854,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":153,"Cost":95,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":512,"Cost":301,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":995,"Cost":767,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":913,"Cost":542,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":696,"Cost":514,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":5,"Cost":2,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":793,"Cost":637,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":849,"Cost":665,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":700,"Cost":477,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":581,"Cost":315,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":586,"Cost":418,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":934,"Cost":654,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":627,"Cost":351,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":594,"Cost":372,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":336,"Cost":240,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":644,"Cost":478,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":553,"Cost":516,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":849,"Cost":483,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":686,"Cost":638,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":520,"Cost":434,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":524,"Cost":265,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":609,"Cost":331,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":883,"Cost":699,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":6,"Cost":5,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":307,"Cost":234,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":762,"Cost":424,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":877,"Cost":782,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":782,"Cost":610,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":221,"Cost":194,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":83,"Cost":73,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":206,"Cost":195,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":705,"Cost":413,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":667,"Cost":521,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":467,"Cost":270,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":784,"Cost":439,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":169,"Cost":134,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":10,"Cost":8,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":912,"Cost":759,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":579,"Cost":406,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":256,"Cost":243,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":427,"Cost":295,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":580,"Cost":372,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":611,"Cost":388,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":880,"Cost":494,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":231,"Cost":142,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":419,"Cost":221,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":505,"Cost":318,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":762,"Cost":448,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":524,"Cost":496,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":147,"Cost":120,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":619,"Cost":576,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":407,"Cost":371,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":474,"Cost":313,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":850,"Cost":615,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":709,"Cost":497,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":170,"Cost":95,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":951,"Cost":762,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":158,"Cost":106,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":122,"Cost":106,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":114,"Cost":76,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":985,"Cost":707,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":485,"Cost":389,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":54,"Cost":42,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":350,"Cost":314,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":204,"Cost":111,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":270,"Cost":174,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":690,"Cost":433,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":926,"Cost":558,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":730,"Cost":509,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":296,"Cost":186,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":687,"Cost":421,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":644,"Cost":573,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":624,"Cost":496,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":337,"Cost":243,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":195,"Cost":152,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":238,"Cost":217,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":358,"Cost":230,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":618,"Cost":425,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":215,"Cost":156,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":243,"Cost":176,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":377,"Cost":201,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":881,"Cost":705,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":818,"Cost":483,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":357,"Cost":241,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":330,"Cost":244,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":340,"Cost":277,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":552,"Cost":485,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":165,"Cost":85,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":836,"Cost":661,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":171,"Cost":144,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":354,"Cost":322,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":207,"Cost":185,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":712,"Cost":438,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":288,"Cost":162,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":649,"Cost":367,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":790,"Cost":636,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":699,"Cost":540,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":476,"Cost":343,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":715,"Cost":661,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":534,"Cost":281,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":464,"Cost":378,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":145,"Cost":120,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":963,"Cost":770,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":267,"Cost":174,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":552,"Cost":489,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":541,"Cost":462,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":212,"Cost":162,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":129,"Cost":116,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":668,"Cost":595,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":584,"Cost":411,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":195,"Cost":185,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":681,"Cost":476,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":955,"Cost":663,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":534,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":196,"Cost":116,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":865,"Cost":649,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":98,"Cost":74,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":872,"Cost":566,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":738,"Cost":570,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":538,"Cost":455,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":952,"Cost":560,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":760,"Cost":385,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":753,"Cost":664,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":500,"Cost":428,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":818,"Cost":770,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":286,"Cost":226,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":353,"Cost":208,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":265,"Cost":198,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":959,"Cost":647,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":57,"Cost":34,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":82,"Cost":62,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":406,"Cost":291,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":983,"Cost":650,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":96,"Cost":83,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":424,"Cost":217,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":501,"Cost":469,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":699,"Cost":360,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":330,"Cost":309,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":678,"Cost":374,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":503,"Cost":398,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":428,"Cost":322,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":373,"Cost":193,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":740,"Cost":396,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":180,"Cost":142,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":808,"Cost":538,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":622,"Cost":539,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":361,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":280,"Cost":223,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":55,"Cost":45,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":767,"Cost":413,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":830,"Cost":531,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":822,"Cost":655,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":194,"Cost":166,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":617,"Cost":332,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":468,"Cost":341,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":664,"Cost":445,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":184,"Cost":134,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":465,"Cost":354,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":302,"Cost":218,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":773,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":939,"Cost":859,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":366,"Cost":253,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":904,"Cost":453,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":794,"Cost":556,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":870,"Cost":499,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":25,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":233,"Cost":206,"Date":"11/9/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":973,"Cost":903,"Date":"3/27/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":952,"Cost":480,"Date":"4/17/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":564,"Cost":342,"Date":"8/11/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":224,"Cost":114,"Date":"8/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":962,"Cost":728,"Date":"9/2/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":80,"Cost":73,"Date":"9/5/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":626,"Cost":434,"Date":"9/14/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":356,"Cost":272,"Date":"9/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":812,"Cost":570,"Date":"11/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":857,"Cost":630,"Date":"12/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":64,"Cost":55,"Date":"1/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":60,"Cost":48,"Date":"1/21/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":840,"Cost":614,"Date":"2/9/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":811,"Cost":486,"Date":"3/19/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":836,"Cost":571,"Date":"4/3/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":895,"Cost":639,"Date":"4/5/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":805,"Cost":476,"Date":"4/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":820,"Cost":677,"Date":"7/10/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":969,"Cost":832,"Date":"3/25/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":414,"Cost":304,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":132,"Cost":67,"Date":"10/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":177,"Cost":145,"Date":"3/2/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":310,"Cost":251,"Date":"6/28/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":956,"Cost":526,"Date":"7/17/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":958,"Cost":904,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":976,"Cost":622,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":915,"Cost":811,"Date":"11/20/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":144,"Cost":127,"Date":"12/16/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":711,"Cost":410,"Date":"12/30/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":763,"Cost":391,"Date":"2/15/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":698,"Cost":490,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":716,"Cost":679,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":890,"Cost":673,"Date":"4/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":17,"Cost":13,"Date":"7/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":779,"Cost":671,"Date":"8/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":766,"Cost":673,"Date":"10/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":545,"Cost":391,"Date":"11/11/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":727,"Cost":395,"Date":"11/30/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":911,"Cost":461,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":198,"Cost":149,"Date":"3/1/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":707,"Cost":601,"Date":"4/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":279,"Cost":263,"Date":"5/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":588,"Cost":485,"Date":"8/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":918,"Cost":703,"Date":"9/15/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":996,"Cost":828,"Date":"10/14/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":951,"Cost":702,"Date":"10/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":124,"Cost":83,"Date":"11/11/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":900,"Cost":676,"Date":"12/7/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":230,"Cost":200,"Date":"12/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":432,"Cost":230,"Date":"1/6/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":352,"Cost":307,"Date":"1/23/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":548,"Cost":468,"Date":"2/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":270,"Cost":232,"Date":"3/10/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":997,"Cost":512,"Date":"3/12/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":160,"Cost":113,"Date":"3/31/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":374,"Cost":254,"Date":"6/16/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":398,"Cost":210,"Date":"6/17/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":782,"Cost":658,"Date":"8/27/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":112,"Cost":100,"Date":"10/1/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":614,"Cost":572,"Date":"11/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":380,"Cost":244,"Date":"11/9/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":431,"Cost":399,"Date":"3/27/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":961,"Cost":531,"Date":"4/17/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":667,"Cost":519,"Date":"8/11/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":683,"Cost":429,"Date":"8/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":723,"Cost":516,"Date":"9/2/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":124,"Cost":76,"Date":"9/5/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":786,"Cost":639,"Date":"9/14/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":632,"Cost":443,"Date":"9/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":219,"Cost":129,"Date":"11/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":881,"Cost":578,"Date":"12/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":951,"Cost":624,"Date":"1/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":601,"Cost":415,"Date":"1/21/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":705,"Cost":591,"Date":"2/9/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":21,"Cost":16,"Date":"3/19/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":804,"Cost":501,"Date":"4/3/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":174,"Cost":87,"Date":"4/5/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":241,"Cost":126,"Date":"4/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":165,"Cost":106,"Date":"7/10/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":986,"Cost":743,"Date":"3/25/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":217,"Cost":138,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":346,"Cost":177,"Date":"10/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":262,"Cost":160,"Date":"3/2/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":500,"Cost":259,"Date":"6/28/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":686,"Cost":496,"Date":"7/17/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":563,"Cost":488,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":823,"Cost":546,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":482,"Cost":340,"Date":"11/20/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":979,"Cost":548,"Date":"12/16/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":676,"Cost":594,"Date":"12/30/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":957,"Cost":667,"Date":"2/15/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":418,"Cost":379,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":428,"Cost":224,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":711,"Cost":488,"Date":"4/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":361,"Cost":202,"Date":"7/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":515,"Cost":434,"Date":"8/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":44,"Cost":36,"Date":"10/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":578,"Cost":473,"Date":"11/11/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":891,"Cost":712,"Date":"11/30/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":116,"Cost":80,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":814,"Cost":436,"Date":"3/1/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":109,"Cost":79,"Date":"4/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":278,"Cost":264,"Date":"5/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":437,"Cost":221,"Date":"8/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":281,"Cost":164,"Date":"9/15/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":31,"Cost":25,"Date":"10/14/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":81,"Cost":51,"Date":"10/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":627,"Cost":346,"Date":"11/11/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":160,"Cost":99,"Date":"12/7/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":914,"Cost":770,"Date":"12/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":235,"Cost":143,"Date":"1/6/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":622,"Cost":373,"Date":"1/23/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":181,"Cost":156,"Date":"2/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":977,"Cost":775,"Date":"3/10/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":120,"Cost":107,"Date":"3/12/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":780,"Cost":480,"Date":"3/31/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":176,"Cost":127,"Date":"6/16/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":36,"Cost":18,"Date":"6/17/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":895,"Cost":664,"Date":"8/27/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":224,"Cost":155,"Date":"10/1/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":985,"Cost":927,"Date":"11/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":109,"Cost":60,"Date":"11/9/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":63,"Cost":52,"Date":"3/27/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":516,"Cost":350,"Date":"4/17/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":228,"Cost":169,"Date":"8/11/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":556,"Cost":309,"Date":"8/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":698,"Cost":506,"Date":"9/2/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":35,"Cost":19,"Date":"9/5/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":847,"Cost":450,"Date":"9/14/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":93,"Cost":49,"Date":"9/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":108,"Cost":55,"Date":"11/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":537,"Cost":282,"Date":"12/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":522,"Cost":331,"Date":"1/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":872,"Cost":738,"Date":"1/21/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":714,"Cost":361,"Date":"2/9/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":489,"Cost":277,"Date":"3/19/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":517,"Cost":261,"Date":"4/3/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":545,"Cost":381,"Date":"4/5/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":369,"Cost":185,"Date":"4/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":315,"Cost":175,"Date":"7/10/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":402,"Cost":348,"Date":"3/25/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":487,"Cost":446,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":740,"Cost":373,"Date":"10/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":110,"Cost":88,"Date":"3/2/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":156,"Cost":85,"Date":"6/28/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":907,"Cost":752,"Date":"7/17/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":525,"Cost":334,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":656,"Cost":545,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":185,"Cost":122,"Date":"11/20/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":639,"Cost":392,"Date":"12/16/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":705,"Cost":577,"Date":"12/30/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":421,"Cost":298,"Date":"2/15/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":195,"Cost":150,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":186,"Cost":138,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":823,"Cost":488,"Date":"4/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":582,"Cost":436,"Date":"7/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":641,"Cost":347,"Date":"8/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":18,"Cost":17,"Date":"10/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":865,"Cost":448,"Date":"11/11/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":652,"Cost":560,"Date":"11/30/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":434,"Cost":295,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":773,"Cost":610,"Date":"3/1/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":475,"Cost":307,"Date":"4/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":530,"Cost":372,"Date":"5/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":326,"Cost":280,"Date":"8/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":85,"Cost":81,"Date":"9/15/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":876,"Cost":574,"Date":"10/14/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":819,"Cost":517,"Date":"10/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":792,"Cost":519,"Date":"11/11/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":855,"Cost":529,"Date":"12/7/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":667,"Cost":383,"Date":"12/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":973,"Cost":711,"Date":"1/6/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":175,"Cost":134,"Date":"1/23/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":669,"Cost":431,"Date":"2/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":611,"Cost":535,"Date":"3/10/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":223,"Cost":157,"Date":"3/12/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":893,"Cost":556,"Date":"3/31/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":510,"Cost":398,"Date":"6/16/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":435,"Cost":242,"Date":"6/17/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":655,"Cost":382,"Date":"8/27/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":850,"Cost":606,"Date":"10/1/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":781,"Cost":464,"Date":"11/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":238,"Cost":149,"Date":"11/9/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":30,"Cost":18,"Date":"3/27/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":656,"Cost":481,"Date":"4/17/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":593,"Cost":402,"Date":"8/11/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":469,"Cost":322,"Date":"8/21/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":60,"Cost":49,"Date":"9/2/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":322,"Cost":168,"Date":"9/5/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":576,"Cost":447,"Date":"9/14/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":267,"Cost":187,"Date":"9/20/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":160,"Cost":113,"Date":"11/20/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":924,"Cost":622,"Date":"12/21/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":932,"Cost":805,"Date":"1/7/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":471,"Cost":431,"Date":"1/21/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":61,"Cost":56,"Date":"2/9/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":733,"Cost":437,"Date":"3/19/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":717,"Cost":400,"Date":"4/3/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":839,"Cost":726,"Date":"4/5/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":43,"Cost":37,"Date":"4/28/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":920,"Cost":479,"Date":"7/10/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":826,"Cost":631,"Date":"3/25/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":646,"Cost":362,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":983,"Cost":785,"Date":"10/28/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":47,"Cost":34,"Date":"3/2/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":108,"Cost":91,"Date":"6/28/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":700,"Cost":644,"Date":"7/17/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":175,"Cost":126,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":208,"Cost":157,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":556,"Cost":488,"Date":"11/20/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":74,"Cost":38,"Date":"12/16/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":336,"Cost":291,"Date":"12/30/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":773,"Cost":397,"Date":"2/15/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":149,"Cost":89,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":321,"Cost":236,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":848,"Cost":603,"Date":"4/18/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":624,"Cost":378,"Date":"7/27/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":100,"Cost":80,"Date":"8/18/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":938,"Cost":876,"Date":"10/31/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":67,"Cost":52,"Date":"11/11/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":921,"Cost":541,"Date":"11/30/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":107,"Cost":58,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":213,"Cost":191,"Date":"3/1/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":746,"Cost":463,"Date":"4/13/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":197,"Cost":156,"Date":"5/20/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":573,"Cost":409,"Date":"8/13/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":986,"Cost":886,"Date":"9/15/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":542,"Cost":292,"Date":"10/14/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":729,"Cost":578,"Date":"10/28/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":170,"Cost":95,"Date":"11/11/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":562,"Cost":445,"Date":"12/7/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":869,"Cost":568,"Date":"12/21/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":637,"Cost":542,"Date":"1/6/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":550,"Cost":292,"Date":"1/23/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":424,"Cost":310,"Date":"2/4/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":421,"Cost":328,"Date":"3/10/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":464,"Cost":251,"Date":"3/12/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":716,"Cost":594,"Date":"3/31/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":408,"Cost":339,"Date":"6/16/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":914,"Cost":507,"Date":"6/17/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":427,"Cost":246,"Date":"8/27/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":951,"Cost":636,"Date":"10/1/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":553,"Cost":512,"Date":"11/4/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":368,"Cost":235,"Date":"11/9/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":64,"Cost":34,"Date":"3/27/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":38,"Cost":20,"Date":"4/17/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":644,"Cost":491,"Date":"8/11/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":384,"Cost":254,"Date":"8/21/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":269,"Cost":134,"Date":"9/2/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":864,"Cost":629,"Date":"9/5/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":938,"Cost":624,"Date":"9/14/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":905,"Cost":557,"Date":"9/20/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":99,"Cost":55,"Date":"11/20/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":375,"Date":"12/21/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":285,"Cost":170,"Date":"1/7/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":733,"Cost":411,"Date":"1/21/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":98,"Cost":65,"Date":"2/9/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":211,"Cost":169,"Date":"3/19/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":101,"Cost":94,"Date":"4/3/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":170,"Date":"4/5/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":642,"Date":"4/28/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":251,"Cost":153,"Date":"7/10/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":257,"Cost":217,"Date":"3/25/2020"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":644,"Cost":535,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":80,"Cost":43,"Date":"10/28/2020"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":18,"Cost":12,"Date":"3/2/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":557,"Cost":294,"Date":"6/28/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":78,"Cost":58,"Date":"7/17/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":127,"Cost":86,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":344,"Cost":242,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":82,"Cost":43,"Date":"11/20/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":451,"Cost":291,"Date":"12/16/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":301,"Cost":218,"Date":"12/30/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":318,"Cost":269,"Date":"2/15/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":796,"Cost":653,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":961,"Cost":855,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":823,"Cost":780,"Date":"4/18/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":396,"Cost":247,"Date":"7/27/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":209,"Cost":146,"Date":"8/18/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":755,"Cost":551,"Date":"10/31/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":329,"Cost":183,"Date":"11/11/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":494,"Cost":422,"Date":"11/30/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":356,"Cost":331,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":976,"Cost":604,"Date":"3/1/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":255,"Cost":214,"Date":"4/13/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":999,"Cost":789,"Date":"5/20/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":832,"Cost":439,"Date":"8/13/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":16,"Cost":12,"Date":"9/15/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":802,"Cost":579,"Date":"10/14/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":661,"Cost":467,"Date":"10/28/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":837,"Cost":764,"Date":"11/11/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":203,"Cost":106,"Date":"12/7/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":982,"Cost":759,"Date":"12/21/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":412,"Cost":218,"Date":"1/6/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":109,"Cost":75,"Date":"1/23/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":245,"Cost":149,"Date":"2/4/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":475,"Cost":390,"Date":"3/10/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":957,"Cost":521,"Date":"3/12/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":5,"Cost":3,"Date":"3/31/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":44,"Cost":31,"Date":"6/16/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":463,"Cost":372,"Date":"6/17/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":973,"Cost":806,"Date":"8/27/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":585,"Cost":312,"Date":"10/1/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":215,"Cost":185,"Date":"11/4/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":990,"Cost":803,"Date":"11/9/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":569,"Cost":427,"Date":"3/27/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":164,"Cost":91,"Date":"4/17/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":270,"Cost":219,"Date":"8/11/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":814,"Cost":541,"Date":"8/21/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":583,"Cost":468,"Date":"9/2/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":387,"Cost":311,"Date":"9/5/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":665,"Cost":564,"Date":"9/14/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":129,"Cost":66,"Date":"9/20/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":927,"Cost":780,"Date":"11/20/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":635,"Cost":417,"Date":"12/21/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":887,"Cost":843,"Date":"1/7/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":342,"Cost":205,"Date":"1/21/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":580,"Cost":431,"Date":"2/9/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":618,"Cost":333,"Date":"3/19/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":42,"Cost":29,"Date":"4/3/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":412,"Cost":318,"Date":"4/5/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":116,"Cost":67,"Date":"4/28/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":499,"Cost":417,"Date":"7/10/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":363,"Cost":323,"Date":"3/25/2020"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":745,"Cost":441,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":94,"Cost":62,"Date":"10/28/2020"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":5,"Cost":5,"Date":"3/2/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":464,"Cost":405,"Date":"6/28/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":427,"Cost":225,"Date":"7/17/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":601,"Cost":399,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":542,"Cost":315,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":268,"Cost":166,"Date":"11/20/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":318,"Cost":221,"Date":"12/16/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":107,"Cost":75,"Date":"12/30/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":603,"Cost":311,"Date":"2/15/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":653,"Cost":603,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":694,"Cost":620,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":404,"Cost":256,"Date":"4/18/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":576,"Cost":520,"Date":"7/27/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":959,"Cost":652,"Date":"8/18/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":24,"Cost":21,"Date":"10/31/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":2,"Cost":1,"Date":"11/11/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":668,"Cost":615,"Date":"11/30/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":877,"Cost":737,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":423,"Cost":353,"Date":"3/1/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":804,"Cost":589,"Date":"4/13/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":180,"Cost":157,"Date":"5/20/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":270,"Cost":230,"Date":"8/13/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":626,"Cost":471,"Date":"9/15/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":162,"Cost":107,"Date":"10/14/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":602,"Cost":343,"Date":"10/28/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":940,"Cost":569,"Date":"11/11/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":246,"Cost":155,"Date":"12/7/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":50,"Cost":40,"Date":"12/21/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":86,"Cost":47,"Date":"1/6/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":186,"Cost":94,"Date":"1/23/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":597,"Cost":382,"Date":"2/4/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":559,"Cost":455,"Date":"3/10/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":16,"Cost":10,"Date":"3/12/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":967,"Cost":505,"Date":"3/31/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":278,"Cost":217,"Date":"6/16/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":44,"Cost":25,"Date":"6/17/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":201,"Cost":124,"Date":"8/27/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":53,"Cost":43,"Date":"10/1/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":564,"Cost":437,"Date":"11/4/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":562,"Cost":383,"Date":"11/9/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":104,"Cost":82,"Date":"3/27/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":986,"Cost":624,"Date":"4/17/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":149,"Cost":96,"Date":"8/11/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":335,"Cost":214,"Date":"8/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":153,"Cost":132,"Date":"9/2/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":363,"Cost":297,"Date":"9/5/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":149,"Cost":78,"Date":"9/14/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":343,"Cost":237,"Date":"9/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":946,"Cost":509,"Date":"11/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":490,"Cost":392,"Date":"12/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":132,"Cost":113,"Date":"1/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":714,"Cost":547,"Date":"1/21/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":366,"Cost":191,"Date":"2/9/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":518,"Cost":359,"Date":"3/19/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":19,"Cost":14,"Date":"4/3/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":124,"Cost":98,"Date":"4/5/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":43,"Cost":33,"Date":"4/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":344,"Cost":218,"Date":"7/10/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":613,"Cost":582,"Date":"3/25/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":341,"Cost":304,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":563,"Cost":390,"Date":"10/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":28,"Cost":16,"Date":"3/2/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":784,"Cost":586,"Date":"6/28/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":641,"Cost":453,"Date":"7/17/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":920,"Cost":674,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":685,"Cost":407,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":426,"Cost":336,"Date":"11/20/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":794,"Cost":711,"Date":"12/16/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":102,"Cost":73,"Date":"12/30/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":143,"Cost":90,"Date":"2/15/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":369,"Cost":226,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":908,"Cost":645,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":479,"Cost":344,"Date":"4/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":6,"Cost":4,"Date":"7/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":36,"Cost":26,"Date":"8/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":727,"Cost":471,"Date":"10/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":174,"Cost":129,"Date":"11/11/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":978,"Cost":530,"Date":"11/30/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":367,"Cost":206,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":381,"Cost":235,"Date":"3/1/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":834,"Cost":772,"Date":"4/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":405,"Cost":248,"Date":"5/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":853,"Cost":611,"Date":"8/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":978,"Cost":799,"Date":"9/15/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":312,"Cost":192,"Date":"10/14/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":340,"Cost":307,"Date":"10/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":525,"Cost":329,"Date":"11/11/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":683,"Cost":607,"Date":"12/7/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":938,"Cost":839,"Date":"12/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":410,"Cost":317,"Date":"1/6/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":910,"Cost":723,"Date":"1/23/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":338,"Cost":286,"Date":"2/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":692,"Cost":565,"Date":"3/10/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":100,"Cost":65,"Date":"3/12/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":714,"Cost":629,"Date":"3/31/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":915,"Cost":660,"Date":"6/16/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":115,"Cost":101,"Date":"6/17/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":644,"Cost":410,"Date":"8/27/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":279,"Cost":245,"Date":"10/1/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":450,"Cost":255,"Date":"11/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":690,"Cost":525,"Date":"11/9/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":280,"Cost":261,"Date":"3/27/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":931,"Cost":711,"Date":"4/17/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":19,"Cost":10,"Date":"8/11/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":928,"Cost":745,"Date":"8/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":246,"Cost":137,"Date":"9/2/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":318,"Cost":264,"Date":"9/5/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":877,"Cost":530,"Date":"9/14/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":60,"Cost":45,"Date":"9/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":388,"Cost":258,"Date":"11/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":419,"Cost":387,"Date":"12/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":8,"Cost":6,"Date":"1/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":915,"Cost":538,"Date":"1/21/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":936,"Cost":475,"Date":"2/9/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":847,"Cost":629,"Date":"3/19/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":424,"Cost":356,"Date":"4/3/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":446,"Cost":246,"Date":"4/5/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":1000,"Cost":672,"Date":"4/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":987,"Cost":728,"Date":"7/10/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":569,"Cost":540,"Date":"3/25/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":695,"Cost":585,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":606,"Cost":453,"Date":"10/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":728,"Cost":527,"Date":"3/2/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":204,"Cost":166,"Date":"6/28/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":329,"Cost":260,"Date":"7/17/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":891,"Cost":805,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":122,"Cost":111,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":910,"Cost":812,"Date":"11/20/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":209,"Cost":186,"Date":"12/16/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":631,"Cost":559,"Date":"12/30/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":393,"Cost":347,"Date":"2/15/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":552,"Cost":294,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":938,"Cost":827,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":817,"Cost":572,"Date":"4/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":899,"Cost":813,"Date":"7/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":957,"Cost":753,"Date":"8/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":756,"Cost":668,"Date":"10/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":274,"Cost":254,"Date":"11/11/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":793,"Cost":727,"Date":"11/30/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":93,"Cost":69,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":81,"Cost":64,"Date":"3/1/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":125,"Cost":116,"Date":"4/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":132,"Cost":119,"Date":"5/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":990,"Cost":634,"Date":"8/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":505,"Cost":275,"Date":"9/15/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":892,"Cost":458,"Date":"10/14/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":142,"Cost":79,"Date":"10/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":955,"Cost":717,"Date":"11/11/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":494,"Cost":419,"Date":"12/7/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":130,"Cost":116,"Date":"12/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":836,"Cost":611,"Date":"1/6/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":211,"Cost":147,"Date":"1/23/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":480,"Cost":436,"Date":"2/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":658,"Cost":529,"Date":"3/10/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":532,"Cost":445,"Date":"3/12/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":427,"Cost":240,"Date":"3/31/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":734,"Cost":501,"Date":"6/16/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":669,"Cost":481,"Date":"6/17/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":9,"Cost":8,"Date":"8/27/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":474,"Cost":433,"Date":"10/1/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":912,"Cost":813,"Date":"11/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":865,"Cost":789,"Date":"11/9/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":288,"Cost":166,"Date":"3/27/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":171,"Cost":115,"Date":"4/17/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":365,"Cost":277,"Date":"8/11/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":261,"Cost":170,"Date":"8/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":122,"Cost":68,"Date":"9/2/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":813,"Cost":556,"Date":"9/5/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":179,"Cost":152,"Date":"9/14/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":643,"Cost":542,"Date":"9/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":104,"Cost":94,"Date":"11/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":423,"Cost":279,"Date":"12/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":236,"Cost":120,"Date":"1/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":776,"Cost":648,"Date":"1/21/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":866,"Cost":762,"Date":"2/9/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":622,"Cost":381,"Date":"3/19/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":795,"Cost":739,"Date":"4/3/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":733,"Cost":642,"Date":"4/5/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":599,"Cost":379,"Date":"4/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":668,"Cost":406,"Date":"7/10/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":906,"Cost":502,"Date":"3/25/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":787,"Cost":558,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":589,"Cost":550,"Date":"10/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":432,"Cost":274,"Date":"3/2/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":228,"Cost":173,"Date":"6/28/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":423,"Cost":263,"Date":"7/17/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":780,"Cost":701,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":198,"Cost":139,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":744,"Cost":450,"Date":"11/20/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":180,"Cost":118,"Date":"12/16/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":36,"Cost":31,"Date":"12/30/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":845,"Cost":468,"Date":"2/15/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":636,"Cost":396,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":81,"Cost":62,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":417,"Cost":214,"Date":"4/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":932,"Cost":710,"Date":"7/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":239,"Cost":224,"Date":"8/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":245,"Cost":142,"Date":"10/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":790,"Cost":496,"Date":"11/11/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":505,"Cost":416,"Date":"11/30/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":896,"Cost":687,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":580,"Cost":319,"Date":"3/1/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":703,"Cost":668,"Date":"4/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":292,"Cost":169,"Date":"5/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":237,"Cost":168,"Date":"8/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":567,"Cost":538,"Date":"9/15/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":24,"Cost":19,"Date":"10/14/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":891,"Cost":638,"Date":"10/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":55,"Cost":43,"Date":"11/11/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":725,"Cost":679,"Date":"12/7/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":746,"Cost":647,"Date":"12/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":62,"Cost":58,"Date":"1/6/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":992,"Cost":847,"Date":"1/23/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":337,"Cost":169,"Date":"2/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":85,"Cost":59,"Date":"3/10/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":991,"Cost":810,"Date":"3/12/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":986,"Cost":636,"Date":"3/31/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":387,"Cost":222,"Date":"6/16/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":463,"Cost":397,"Date":"6/17/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":646,"Cost":352,"Date":"8/27/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":842,"Cost":706,"Date":"10/1/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":340,"Cost":175,"Date":"11/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":773,"Cost":477,"Date":"11/9/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":351,"Cost":201,"Date":"3/27/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":20,"Cost":10,"Date":"4/17/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":171,"Cost":161,"Date":"8/11/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":872,"Cost":696,"Date":"8/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":646,"Cost":603,"Date":"9/2/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":18,"Cost":12,"Date":"9/5/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":683,"Cost":571,"Date":"9/14/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":476,"Cost":258,"Date":"9/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":444,"Cost":330,"Date":"11/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":872,"Cost":627,"Date":"12/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":360,"Cost":233,"Date":"1/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":308,"Cost":228,"Date":"1/21/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":110,"Cost":86,"Date":"2/9/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":168,"Cost":93,"Date":"3/19/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":521,"Cost":361,"Date":"4/3/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":932,"Cost":559,"Date":"4/5/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":342,"Cost":224,"Date":"4/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":211,"Cost":162,"Date":"7/10/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":728,"Cost":396,"Date":"3/25/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":578,"Cost":502,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":702,"Cost":515,"Date":"10/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":328,"Cost":216,"Date":"3/2/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":61,"Cost":40,"Date":"6/28/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":195,"Cost":98,"Date":"7/17/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":821,"Cost":513,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":810,"Cost":529,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":969,"Cost":858,"Date":"11/20/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":746,"Cost":680,"Date":"12/16/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":385,"Cost":319,"Date":"12/30/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":535,"Cost":354,"Date":"2/15/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":164,"Cost":109,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":136,"Cost":94,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":439,"Cost":239,"Date":"4/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":793,"Cost":588,"Date":"7/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":390,"Cost":245,"Date":"8/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":829,"Cost":497,"Date":"10/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":557,"Date":"11/11/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":898,"Cost":733,"Date":"11/30/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":26,"Cost":15,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":185,"Cost":172,"Date":"3/1/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":198,"Cost":154,"Date":"4/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":783,"Cost":533,"Date":"5/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":750,"Cost":483,"Date":"8/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":521,"Cost":304,"Date":"9/15/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":700,"Cost":351,"Date":"10/14/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":831,"Cost":690,"Date":"10/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":973,"Cost":621,"Date":"11/11/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":157,"Cost":124,"Date":"12/7/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":652,"Cost":367,"Date":"12/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":420,"Cost":370,"Date":"1/6/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":398,"Cost":254,"Date":"1/23/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":354,"Cost":204,"Date":"2/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":71,"Cost":57,"Date":"3/10/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":938,"Cost":744,"Date":"3/12/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":249,"Cost":235,"Date":"3/31/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":697,"Cost":457,"Date":"6/16/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":688,"Cost":516,"Date":"6/17/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":789,"Cost":436,"Date":"8/27/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":640,"Cost":407,"Date":"10/1/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":97,"Cost":83,"Date":"11/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":723,"Cost":397,"Date":"11/9/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":375,"Cost":204,"Date":"3/27/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":777,"Cost":661,"Date":"4/17/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":390,"Cost":318,"Date":"8/11/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":373,"Cost":211,"Date":"8/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":374,"Cost":244,"Date":"9/2/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":287,"Cost":187,"Date":"9/5/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":223,"Cost":190,"Date":"9/14/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":377,"Cost":242,"Date":"9/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":617,"Cost":415,"Date":"11/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":731,"Cost":617,"Date":"12/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":243,"Cost":154,"Date":"1/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":773,"Cost":649,"Date":"1/21/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":936,"Cost":475,"Date":"2/9/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":437,"Cost":406,"Date":"3/19/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":975,"Cost":804,"Date":"4/3/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":429,"Cost":295,"Date":"4/5/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":854,"Cost":489,"Date":"4/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":470,"Cost":247,"Date":"7/10/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":558,"Cost":464,"Date":"3/25/2020"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":883,"Cost":627,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":66,"Cost":45,"Date":"10/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":415,"Cost":387,"Date":"3/2/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":631,"Cost":358,"Date":"6/28/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":160,"Cost":94,"Date":"7/17/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":399,"Cost":301,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":517,"Cost":353,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":186,"Cost":153,"Date":"11/20/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":956,"Cost":863,"Date":"12/16/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":77,"Cost":55,"Date":"12/30/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":84,"Cost":54,"Date":"2/15/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":817,"Cost":624,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":466,"Cost":241,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":331,"Cost":215,"Date":"4/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":529,"Cost":330,"Date":"7/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":953,"Cost":611,"Date":"8/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":818,"Cost":657,"Date":"10/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":799,"Cost":751,"Date":"11/11/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":501,"Cost":344,"Date":"11/30/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":179,"Cost":133,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":485,"Cost":279,"Date":"3/1/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":108,"Cost":69,"Date":"4/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":152,"Cost":144,"Date":"5/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":770,"Cost":491,"Date":"8/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":500,"Cost":257,"Date":"9/15/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":402,"Cost":374,"Date":"10/14/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":419,"Cost":321,"Date":"10/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":793,"Cost":692,"Date":"11/11/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":591,"Cost":343,"Date":"12/7/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":129,"Cost":111,"Date":"12/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":627,"Cost":391,"Date":"1/6/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":635,"Cost":590,"Date":"1/23/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":220,"Cost":154,"Date":"2/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":634,"Cost":447,"Date":"3/10/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":671,"Cost":401,"Date":"3/12/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":176,"Cost":148,"Date":"3/31/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":333,"Cost":216,"Date":"6/16/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":892,"Cost":631,"Date":"6/17/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":504,"Cost":276,"Date":"8/27/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":835,"Cost":509,"Date":"10/1/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":126,"Cost":81,"Date":"11/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":368,"Cost":345,"Date":"11/9/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":306,"Cost":153,"Date":"3/27/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":786,"Cost":709,"Date":"4/17/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":301,"Cost":155,"Date":"8/11/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":629,"Cost":574,"Date":"8/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":237,"Cost":139,"Date":"9/2/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":28,"Cost":17,"Date":"9/5/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":163,"Cost":126,"Date":"9/14/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":832,"Cost":438,"Date":"9/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":73,"Cost":56,"Date":"11/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":148,"Cost":77,"Date":"12/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":572,"Cost":444,"Date":"1/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":492,"Cost":431,"Date":"1/21/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":312,"Cost":286,"Date":"2/9/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":490,"Cost":341,"Date":"3/19/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":251,"Cost":177,"Date":"4/3/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":288,"Cost":174,"Date":"4/5/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":616,"Cost":501,"Date":"4/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":974,"Cost":620,"Date":"7/10/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":993,"Cost":571,"Date":"3/25/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":262,"Cost":148,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":688,"Cost":558,"Date":"10/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":510,"Cost":405,"Date":"3/2/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":166,"Cost":150,"Date":"6/28/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":158,"Cost":102,"Date":"7/17/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":308,"Cost":250,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":81,"Cost":74,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":611,"Cost":519,"Date":"11/20/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":592,"Cost":319,"Date":"12/16/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":916,"Cost":758,"Date":"12/30/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":758,"Cost":424,"Date":"2/15/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":978,"Cost":898,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":27,"Cost":13,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":242,"Cost":177,"Date":"4/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":564,"Cost":326,"Date":"7/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":87,"Cost":51,"Date":"8/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":918,"Cost":725,"Date":"10/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":88,"Cost":65,"Date":"11/11/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":905,"Cost":623,"Date":"11/30/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":632,"Cost":419,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":660,"Cost":351,"Date":"3/1/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":266,"Cost":192,"Date":"4/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":465,"Cost":387,"Date":"5/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":901,"Cost":509,"Date":"8/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":326,"Cost":183,"Date":"9/15/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":157,"Cost":147,"Date":"10/14/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":307,"Cost":169,"Date":"10/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":911,"Cost":513,"Date":"11/11/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":423,"Cost":243,"Date":"12/7/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":772,"Cost":590,"Date":"12/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":867,"Cost":520,"Date":"1/6/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":717,"Cost":625,"Date":"1/23/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":886,"Cost":818,"Date":"2/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":879,"Cost":669,"Date":"3/10/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":246,"Cost":214,"Date":"3/12/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":74,"Cost":50,"Date":"3/31/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":60,"Cost":35,"Date":"6/16/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":5,"Cost":4,"Date":"6/17/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":472,"Cost":297,"Date":"8/27/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":580,"Cost":329,"Date":"10/1/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":812,"Cost":523,"Date":"11/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":186,"Cost":138,"Date":"11/9/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":796,"Cost":513,"Date":"3/27/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":440,"Cost":394,"Date":"4/17/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":278,"Cost":187,"Date":"8/11/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":238,"Cost":155,"Date":"8/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":725,"Cost":593,"Date":"9/2/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":982,"Cost":551,"Date":"9/5/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":264,"Cost":216,"Date":"9/14/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":820,"Cost":618,"Date":"9/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":358,"Cost":315,"Date":"11/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":768,"Cost":413,"Date":"12/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":953,"Cost":764,"Date":"1/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":572,"Cost":318,"Date":"1/21/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":440,"Cost":255,"Date":"2/9/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":104,"Cost":81,"Date":"3/19/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":81,"Cost":72,"Date":"4/3/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":245,"Cost":133,"Date":"4/5/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":354,"Cost":238,"Date":"4/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":152,"Cost":82,"Date":"7/10/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":84,"Cost":55,"Date":"3/25/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":247,"Cost":226,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":443,"Cost":294,"Date":"10/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":729,"Cost":381,"Date":"3/2/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":78,"Cost":42,"Date":"6/28/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":460,"Cost":353,"Date":"7/17/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":467,"Cost":386,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":879,"Cost":774,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":748,"Cost":649,"Date":"11/20/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":663,"Cost":566,"Date":"12/16/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":136,"Cost":104,"Date":"12/30/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":309,"Cost":226,"Date":"2/15/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":55,"Cost":40,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":609,"Cost":328,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":614,"Cost":403,"Date":"4/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":950,"Cost":680,"Date":"7/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":224,"Cost":160,"Date":"8/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":586,"Cost":428,"Date":"10/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":655,"Cost":424,"Date":"11/11/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":197,"Cost":156,"Date":"11/30/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":159,"Cost":92,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":721,"Cost":439,"Date":"3/1/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":88,"Cost":74,"Date":"4/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":791,"Cost":691,"Date":"5/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":175,"Cost":109,"Date":"8/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":421,"Cost":316,"Date":"9/15/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":832,"Cost":424,"Date":"10/14/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":273,"Cost":200,"Date":"10/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":575,"Cost":424,"Date":"11/11/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":251,"Cost":154,"Date":"12/7/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":386,"Cost":201,"Date":"12/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":802,"Cost":539,"Date":"1/6/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":829,"Cost":781,"Date":"1/23/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":886,"Cost":813,"Date":"2/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":871,"Cost":482,"Date":"3/10/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":178,"Cost":149,"Date":"3/12/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":136,"Cost":74,"Date":"3/31/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":618,"Cost":368,"Date":"6/16/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":964,"Cost":728,"Date":"6/17/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":65,"Cost":33,"Date":"8/27/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":677,"Cost":495,"Date":"10/1/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":351,"Cost":203,"Date":"11/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":103,"Cost":97,"Date":"11/9/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":435,"Cost":376,"Date":"3/27/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":106,"Cost":96,"Date":"4/17/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":17,"Cost":15,"Date":"8/11/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":292,"Cost":177,"Date":"8/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":237,"Cost":135,"Date":"9/2/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":765,"Cost":507,"Date":"9/5/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":1000,"Cost":694,"Date":"9/14/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":344,"Cost":259,"Date":"9/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":518,"Cost":491,"Date":"11/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":534,"Cost":304,"Date":"12/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":94,"Cost":54,"Date":"1/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":538,"Cost":391,"Date":"1/21/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":57,"Cost":48,"Date":"2/9/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":557,"Cost":403,"Date":"3/19/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":840,"Cost":499,"Date":"4/3/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":626,"Cost":382,"Date":"4/5/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":29,"Cost":20,"Date":"4/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":49,"Cost":35,"Date":"7/10/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":672,"Cost":429,"Date":"3/25/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":571,"Cost":442,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":764,"Cost":663,"Date":"10/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":823,"Cost":583,"Date":"3/2/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":556,"Cost":481,"Date":"6/28/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":208,"Cost":197,"Date":"7/17/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":788,"Cost":395,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":668,"Cost":572,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":319,"Cost":245,"Date":"11/20/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":875,"Cost":706,"Date":"12/16/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":543,"Cost":438,"Date":"12/30/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":966,"Cost":498,"Date":"2/15/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":199,"Cost":106,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":851,"Cost":633,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":717,"Cost":464,"Date":"4/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":443,"Cost":290,"Date":"7/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":161,"Cost":126,"Date":"8/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":11,"Cost":11,"Date":"10/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":201,"Cost":121,"Date":"11/11/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":347,"Cost":251,"Date":"11/30/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":197,"Cost":149,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":15,"Cost":8,"Date":"3/1/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":119,"Cost":75,"Date":"4/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":382,"Cost":263,"Date":"5/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":261,"Cost":135,"Date":"8/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":756,"Cost":549,"Date":"9/15/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":15,"Cost":10,"Date":"10/14/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":344,"Cost":227,"Date":"10/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":112,"Cost":59,"Date":"11/11/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":10,"Cost":5,"Date":"12/7/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":641,"Cost":555,"Date":"12/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":996,"Cost":723,"Date":"1/6/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":518,"Cost":373,"Date":"1/23/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":480,"Cost":323,"Date":"2/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":560,"Cost":494,"Date":"3/10/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":671,"Cost":360,"Date":"3/12/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":510,"Cost":376,"Date":"3/31/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":445,"Cost":357,"Date":"6/16/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":856,"Cost":757,"Date":"6/17/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":747,"Cost":657,"Date":"8/27/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":983,"Cost":684,"Date":"10/1/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":62,"Cost":34,"Date":"11/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":429,"Cost":379,"Date":"11/9/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":924,"Cost":513,"Date":"3/27/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":916,"Cost":475,"Date":"4/17/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":314,"Cost":195,"Date":"8/11/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":445,"Cost":391,"Date":"8/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":791,"Cost":509,"Date":"9/2/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":694,"Cost":520,"Date":"9/5/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":36,"Cost":25,"Date":"9/14/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":359,"Cost":255,"Date":"9/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":570,"Cost":408,"Date":"11/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":121,"Cost":78,"Date":"12/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":787,"Cost":512,"Date":"1/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":453,"Cost":296,"Date":"1/21/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":567,"Cost":477,"Date":"2/9/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":418,"Cost":225,"Date":"3/19/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":513,"Cost":438,"Date":"4/3/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":273,"Cost":218,"Date":"4/5/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":351,"Cost":322,"Date":"4/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":839,"Cost":648,"Date":"7/10/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":608,"Cost":357,"Date":"3/25/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":156,"Cost":148,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":316,"Cost":269,"Date":"10/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":771,"Cost":427,"Date":"3/2/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":335,"Cost":221,"Date":"6/28/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":950,"Cost":621,"Date":"7/17/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":363,"Cost":259,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":52,"Cost":48,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":164,"Cost":120,"Date":"11/20/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":465,"Cost":392,"Date":"12/16/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":843,"Cost":555,"Date":"12/30/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":238,"Cost":224,"Date":"2/15/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":877,"Cost":787,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":915,"Cost":609,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":373,"Cost":323,"Date":"4/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":922,"Cost":873,"Date":"7/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":967,"Cost":595,"Date":"8/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":381,"Cost":297,"Date":"10/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":454,"Cost":323,"Date":"11/11/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":117,"Cost":74,"Date":"11/30/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":893,"Cost":588,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":798,"Cost":722,"Date":"3/1/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":508,"Cost":339,"Date":"4/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":617,"Cost":457,"Date":"5/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":801,"Cost":517,"Date":"8/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":497,"Cost":314,"Date":"9/15/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":935,"Cost":471,"Date":"10/14/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":95,"Cost":90,"Date":"10/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":350,"Cost":202,"Date":"11/11/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":790,"Cost":532,"Date":"12/7/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":768,"Cost":398,"Date":"12/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":188,"Cost":135,"Date":"1/6/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":336,"Cost":174,"Date":"1/23/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":279,"Cost":158,"Date":"2/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":67,"Cost":52,"Date":"3/10/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":167,"Cost":91,"Date":"3/12/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":67,"Cost":52,"Date":"3/31/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":796,"Cost":703,"Date":"6/16/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":283,"Cost":159,"Date":"6/17/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":830,"Cost":737,"Date":"8/27/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":76,"Cost":45,"Date":"10/1/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":269,"Cost":196,"Date":"11/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":905,"Cost":666,"Date":"11/9/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":963,"Cost":893,"Date":"3/27/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":885,"Cost":771,"Date":"4/17/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":690,"Cost":349,"Date":"8/11/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":735,"Cost":596,"Date":"8/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":824,"Cost":607,"Date":"9/2/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":76,"Cost":41,"Date":"9/5/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":680,"Cost":402,"Date":"9/14/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":405,"Cost":356,"Date":"9/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":660,"Cost":401,"Date":"11/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":535,"Cost":286,"Date":"12/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":672,"Cost":508,"Date":"1/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":815,"Cost":556,"Date":"1/21/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":305,"Cost":164,"Date":"2/9/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":643,"Cost":506,"Date":"3/19/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":519,"Cost":289,"Date":"4/3/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":885,"Cost":599,"Date":"4/5/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":481,"Cost":348,"Date":"4/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":661,"Cost":385,"Date":"7/10/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":66,"Cost":57,"Date":"3/25/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":724,"Cost":392,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":338,"Cost":280,"Date":"10/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":115,"Cost":59,"Date":"3/2/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":442,"Cost":283,"Date":"6/28/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":282,"Cost":234,"Date":"7/17/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":409,"Cost":228,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":64,"Cost":41,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":621,"Cost":456,"Date":"11/20/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":193,"Cost":149,"Date":"12/16/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":106,"Cost":69,"Date":"12/30/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":165,"Cost":148,"Date":"2/15/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":934,"Cost":755,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":437,"Cost":331,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":97,"Cost":51,"Date":"4/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":693,"Cost":508,"Date":"7/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":436,"Cost":263,"Date":"8/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":432,"Cost":230,"Date":"10/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":612,"Cost":458,"Date":"11/11/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":784,"Cost":640,"Date":"11/30/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":152,"Cost":132,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":816,"Cost":408,"Date":"3/1/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":436,"Cost":280,"Date":"4/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":939,"Cost":780,"Date":"5/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":543,"Cost":393,"Date":"8/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":134,"Cost":67,"Date":"9/15/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":347,"Cost":229,"Date":"10/14/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":543,"Cost":406,"Date":"10/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":714,"Cost":534,"Date":"11/11/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":307,"Cost":245,"Date":"12/7/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":129,"Cost":102,"Date":"12/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":448,"Cost":368,"Date":"1/6/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":306,"Cost":161,"Date":"1/23/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":29,"Cost":22,"Date":"2/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":536,"Cost":406,"Date":"3/10/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":95,"Cost":72,"Date":"3/12/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":826,"Cost":551,"Date":"3/31/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":909,"Cost":628,"Date":"6/16/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":941,"Cost":873,"Date":"6/17/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":983,"Cost":659,"Date":"8/27/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":556,"Cost":508,"Date":"10/1/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":798,"Cost":713,"Date":"11/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":718,"Cost":387,"Date":"11/9/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":203,"Cost":152,"Date":"3/27/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":516,"Cost":431,"Date":"4/17/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":764,"Cost":654,"Date":"8/11/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":257,"Cost":144,"Date":"8/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":576,"Cost":376,"Date":"9/2/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":362,"Cost":300,"Date":"9/5/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":314,"Cost":284,"Date":"9/14/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":779,"Cost":615,"Date":"9/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":632,"Cost":555,"Date":"11/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":685,"Cost":586,"Date":"12/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":681,"Cost":610,"Date":"1/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":169,"Cost":126,"Date":"1/21/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":552,"Cost":441,"Date":"2/9/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":627,"Cost":373,"Date":"3/19/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":879,"Cost":484,"Date":"4/3/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":742,"Cost":393,"Date":"4/5/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":764,"Cost":560,"Date":"4/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":612,"Cost":375,"Date":"7/10/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":138,"Cost":102,"Date":"3/25/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":821,"Cost":569,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":973,"Cost":843,"Date":"10/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":963,"Cost":652,"Date":"3/2/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":914,"Cost":820,"Date":"6/28/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":329,"Cost":284,"Date":"7/17/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":402,"Cost":381,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":136,"Cost":101,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":173,"Cost":87,"Date":"11/20/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":314,"Cost":201,"Date":"12/16/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":227,"Cost":192,"Date":"12/30/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":532,"Cost":466,"Date":"2/15/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":743,"Cost":417,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":654,"Cost":600,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":306,"Cost":184,"Date":"4/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":93,"Cost":70,"Date":"7/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":836,"Cost":786,"Date":"8/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":781,"Cost":521,"Date":"10/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":420,"Cost":287,"Date":"11/11/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":164,"Cost":155,"Date":"11/30/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":258,"Cost":176,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":850,"Cost":476,"Date":"3/1/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":880,"Cost":445,"Date":"4/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":443,"Cost":315,"Date":"5/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":403,"Cost":377,"Date":"8/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":651,"Cost":457,"Date":"9/15/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":532,"Cost":343,"Date":"10/14/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":982,"Cost":734,"Date":"10/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":902,"Cost":481,"Date":"11/11/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":361,"Cost":221,"Date":"12/7/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":59,"Cost":34,"Date":"12/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":558,"Cost":491,"Date":"1/6/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":553,"Cost":290,"Date":"1/23/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":96,"Cost":62,"Date":"2/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":859,"Cost":524,"Date":"3/10/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":713,"Cost":653,"Date":"3/12/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":593,"Cost":342,"Date":"3/31/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":357,"Cost":219,"Date":"6/16/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":335,"Cost":317,"Date":"6/17/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":157,"Cost":114,"Date":"8/27/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":909,"Cost":667,"Date":"10/1/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":895,"Cost":702,"Date":"11/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":26,"Cost":15,"Date":"11/9/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":786,"Cost":541,"Date":"3/27/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":561,"Cost":489,"Date":"4/17/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":13,"Cost":13,"Date":"8/11/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":472,"Cost":248,"Date":"8/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":796,"Cost":626,"Date":"9/2/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":992,"Cost":610,"Date":"9/5/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":803,"Cost":543,"Date":"9/14/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":246,"Cost":138,"Date":"9/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":392,"Cost":277,"Date":"11/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":762,"Cost":501,"Date":"12/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":847,"Cost":614,"Date":"1/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":199,"Cost":100,"Date":"1/21/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":617,"Cost":448,"Date":"2/9/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":411,"Cost":249,"Date":"3/19/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":833,"Cost":628,"Date":"4/3/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":210,"Cost":181,"Date":"4/5/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":729,"Cost":370,"Date":"4/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":837,"Cost":723,"Date":"7/10/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":705,"Cost":572,"Date":"3/25/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":825,"Cost":634,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":143,"Cost":82,"Date":"10/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":964,"Cost":579,"Date":"3/2/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":663,"Cost":510,"Date":"6/28/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":433,"Cost":271,"Date":"7/17/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":865,"Cost":475,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":697,"Cost":440,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":576,"Cost":531,"Date":"11/20/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":402,"Cost":257,"Date":"12/16/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":955,"Cost":799,"Date":"12/30/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":812,"Cost":657,"Date":"2/15/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":611,"Cost":482,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":439,"Cost":234,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":761,"Cost":714,"Date":"4/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":144,"Cost":106,"Date":"7/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":382,"Cost":362,"Date":"8/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":372,"Cost":334,"Date":"10/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":624,"Cost":490,"Date":"11/11/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":80,"Cost":47,"Date":"11/30/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":5,"Cost":4,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":803,"Cost":467,"Date":"3/1/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":196,"Cost":176,"Date":"4/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":266,"Cost":141,"Date":"5/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":715,"Cost":570,"Date":"8/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":518,"Cost":300,"Date":"9/15/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":291,"Cost":164,"Date":"10/14/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":399,"Cost":222,"Date":"10/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":516,"Cost":421,"Date":"11/11/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":583,"Cost":369,"Date":"12/7/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":990,"Cost":866,"Date":"12/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":502,"Cost":309,"Date":"1/6/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":260,"Cost":139,"Date":"1/23/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":892,"Cost":646,"Date":"2/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":284,"Cost":178,"Date":"3/10/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":681,"Cost":524,"Date":"3/12/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":752,"Cost":415,"Date":"3/31/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":499,"Cost":278,"Date":"6/16/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":326,"Cost":244,"Date":"6/17/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":647,"Cost":420,"Date":"8/27/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":392,"Cost":318,"Date":"10/1/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":953,"Cost":581,"Date":"11/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":206,"Cost":165,"Date":"11/9/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":590,"Cost":346,"Date":"3/27/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":277,"Date":"4/17/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":346,"Cost":320,"Date":"8/11/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":878,"Cost":675,"Date":"8/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":839,"Cost":539,"Date":"9/2/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":538,"Cost":330,"Date":"9/5/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":341,"Cost":288,"Date":"9/14/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":670,"Cost":489,"Date":"9/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":914,"Cost":729,"Date":"11/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":455,"Cost":254,"Date":"12/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":776,"Cost":594,"Date":"1/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":534,"Cost":278,"Date":"1/21/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":366,"Cost":258,"Date":"2/9/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":248,"Cost":162,"Date":"3/19/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":184,"Date":"4/3/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":539,"Cost":316,"Date":"4/5/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":671,"Cost":357,"Date":"4/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":691,"Cost":436,"Date":"7/10/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":985,"Cost":822,"Date":"3/25/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":895,"Cost":699,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":804,"Cost":712,"Date":"10/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":90,"Cost":83,"Date":"3/2/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":626,"Cost":582,"Date":"6/28/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":250,"Cost":194,"Date":"7/17/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":518,"Cost":446,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":103,"Cost":58,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":310,"Cost":172,"Date":"11/20/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":214,"Date":"12/16/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":905,"Cost":521,"Date":"12/30/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":192,"Cost":119,"Date":"2/15/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":191,"Cost":110,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":94,"Cost":72,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":574,"Cost":462,"Date":"4/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":225,"Date":"7/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":546,"Cost":372,"Date":"8/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":239,"Cost":177,"Date":"10/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":598,"Cost":551,"Date":"11/11/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":36,"Cost":34,"Date":"11/30/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":634,"Cost":521,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":914,"Cost":835,"Date":"3/1/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":620,"Cost":313,"Date":"4/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":242,"Cost":159,"Date":"5/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":815,"Cost":447,"Date":"8/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":364,"Cost":209,"Date":"9/15/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":158,"Cost":106,"Date":"10/14/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":319,"Date":"10/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":89,"Cost":51,"Date":"11/11/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":912,"Cost":699,"Date":"12/7/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":733,"Cost":572,"Date":"12/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":693,"Cost":611,"Date":"1/6/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":406,"Cost":218,"Date":"1/23/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":970,"Cost":654,"Date":"2/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":56,"Cost":52,"Date":"3/10/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":742,"Cost":557,"Date":"3/12/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":458,"Cost":391,"Date":"3/31/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":834,"Cost":554,"Date":"6/16/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":968,"Cost":752,"Date":"6/17/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":533,"Cost":301,"Date":"8/27/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":118,"Cost":106,"Date":"10/1/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":715,"Cost":570,"Date":"11/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":497,"Cost":415,"Date":"11/9/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":727,"Cost":644,"Date":"3/27/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":544,"Cost":464,"Date":"4/17/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":973,"Cost":872,"Date":"8/11/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":735,"Cost":617,"Date":"8/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":235,"Cost":188,"Date":"9/2/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":379,"Cost":315,"Date":"9/5/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":193,"Cost":125,"Date":"9/14/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":163,"Cost":121,"Date":"9/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":866,"Cost":632,"Date":"11/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":754,"Cost":595,"Date":"12/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":53,"Cost":31,"Date":"1/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":662,"Cost":447,"Date":"1/21/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":770,"Cost":573,"Date":"2/9/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":178,"Cost":136,"Date":"3/19/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":78,"Cost":49,"Date":"4/3/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":119,"Cost":84,"Date":"4/5/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":646,"Cost":479,"Date":"4/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":656,"Cost":385,"Date":"7/10/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":476,"Cost":253,"Date":"3/25/2020"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":592,"Cost":390,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":862,"Cost":505,"Date":"10/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":730,"Cost":650,"Date":"3/2/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":455,"Cost":425,"Date":"6/28/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":987,"Cost":655,"Date":"7/17/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":779,"Cost":395,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":417,"Cost":219,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":873,"Cost":771,"Date":"11/20/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":576,"Cost":334,"Date":"12/16/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":572,"Cost":530,"Date":"12/30/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":724,"Cost":450,"Date":"2/15/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":308,"Cost":248,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":555,"Cost":380,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":306,"Cost":261,"Date":"4/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":872,"Cost":456,"Date":"7/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":732,"Cost":568,"Date":"8/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":904,"Cost":711,"Date":"10/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":397,"Cost":346,"Date":"11/11/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":16,"Cost":14,"Date":"11/30/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":991,"Cost":576,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":224,"Cost":131,"Date":"3/1/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":406,"Cost":268,"Date":"4/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":12,"Cost":10,"Date":"5/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":659,"Cost":389,"Date":"8/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":147,"Cost":102,"Date":"9/15/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":65,"Cost":57,"Date":"10/14/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":221,"Cost":126,"Date":"10/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":968,"Cost":523,"Date":"11/11/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":980,"Cost":574,"Date":"12/7/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":746,"Cost":562,"Date":"12/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":194,"Cost":130,"Date":"1/6/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":202,"Cost":177,"Date":"1/23/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":207,"Cost":186,"Date":"2/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":935,"Cost":668,"Date":"3/10/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":221,"Cost":128,"Date":"3/12/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":901,"Cost":573,"Date":"3/31/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":246,"Cost":167,"Date":"6/16/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":507,"Cost":284,"Date":"6/17/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":559,"Cost":338,"Date":"8/27/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":197,"Cost":178,"Date":"10/1/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":958,"Cost":645,"Date":"11/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":944,"Cost":615,"Date":"11/9/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":614,"Cost":519,"Date":"3/27/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":662,"Cost":510,"Date":"4/17/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":871,"Cost":437,"Date":"8/11/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":39,"Cost":25,"Date":"8/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":670,"Cost":534,"Date":"9/2/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":447,"Cost":256,"Date":"9/5/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":990,"Cost":939,"Date":"9/14/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":705,"Cost":403,"Date":"9/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":723,"Cost":447,"Date":"11/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":89,"Cost":53,"Date":"12/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":183,"Cost":105,"Date":"1/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":424,"Cost":300,"Date":"1/21/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":829,"Cost":427,"Date":"2/9/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":84,"Cost":77,"Date":"3/19/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":145,"Cost":86,"Date":"4/3/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":314,"Cost":182,"Date":"4/5/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":635,"Cost":598,"Date":"4/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":597,"Cost":491,"Date":"7/10/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":983,"Cost":503,"Date":"3/25/2020"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":986,"Cost":651,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":620,"Cost":326,"Date":"10/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":819,"Cost":446,"Date":"3/2/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":744,"Cost":607,"Date":"6/28/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":557,"Cost":285,"Date":"7/17/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":821,"Cost":540,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":44,"Cost":30,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":436,"Cost":223,"Date":"11/20/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":205,"Cost":165,"Date":"12/16/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":277,"Cost":207,"Date":"12/30/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":128,"Cost":69,"Date":"2/15/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":132,"Cost":125,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":474,"Cost":308,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":399,"Cost":330,"Date":"4/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":764,"Cost":526,"Date":"7/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":553,"Cost":440,"Date":"8/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":508,"Cost":262,"Date":"10/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":519,"Cost":459,"Date":"11/11/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":314,"Cost":277,"Date":"11/30/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":374,"Cost":354,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":351,"Cost":203,"Date":"3/1/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":31,"Cost":16,"Date":"4/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":952,"Cost":556,"Date":"5/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":270,"Cost":178,"Date":"8/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":993,"Cost":724,"Date":"9/15/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":265,"Cost":245,"Date":"10/14/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":333,"Cost":254,"Date":"10/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":195,"Cost":107,"Date":"11/11/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":51,"Cost":47,"Date":"12/7/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":244,"Cost":152,"Date":"12/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":182,"Cost":117,"Date":"1/6/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":650,"Cost":424,"Date":"1/23/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":366,"Cost":338,"Date":"2/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":201,"Cost":184,"Date":"3/10/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":680,"Cost":360,"Date":"3/12/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":547,"Cost":506,"Date":"3/31/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":954,"Cost":634,"Date":"6/16/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":134,"Cost":84,"Date":"6/17/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":551,"Cost":357,"Date":"8/27/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":507,"Cost":335,"Date":"10/1/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":758,"Cost":440,"Date":"11/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":493,"Cost":270,"Date":"11/9/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":83,"Cost":58,"Date":"3/27/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":540,"Cost":278,"Date":"4/17/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":595,"Cost":511,"Date":"8/11/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":734,"Cost":369,"Date":"8/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":886,"Cost":825,"Date":"9/2/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":190,"Cost":134,"Date":"9/5/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":876,"Cost":472,"Date":"9/14/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":165,"Cost":88,"Date":"9/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":616,"Cost":483,"Date":"11/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":995,"Cost":697,"Date":"12/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":73,"Cost":54,"Date":"1/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":375,"Cost":273,"Date":"1/21/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":975,"Cost":773,"Date":"2/9/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":410,"Cost":276,"Date":"3/19/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":138,"Cost":105,"Date":"4/3/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":486,"Cost":340,"Date":"4/5/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":668,"Cost":629,"Date":"4/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":299,"Cost":261,"Date":"7/10/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":586,"Cost":439,"Date":"3/25/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":744,"Cost":603,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":56,"Cost":45,"Date":"10/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":23,"Cost":13,"Date":"3/2/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":667,"Cost":558,"Date":"6/28/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":179,"Cost":118,"Date":"7/17/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":681,"Cost":548,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":886,"Cost":658,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":115,"Cost":90,"Date":"11/20/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":557,"Cost":284,"Date":"12/16/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":152,"Cost":144,"Date":"12/30/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":599,"Cost":418,"Date":"2/15/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":59,"Cost":51,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":458,"Cost":351,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":686,"Cost":620,"Date":"4/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":906,"Cost":479,"Date":"7/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":169,"Cost":136,"Date":"8/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":734,"Cost":688,"Date":"10/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":168,"Cost":122,"Date":"11/11/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":315,"Cost":281,"Date":"11/30/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":978,"Cost":731,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":597,"Cost":434,"Date":"3/1/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":572,"Cost":468,"Date":"4/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":108,"Cost":65,"Date":"5/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":474,"Cost":380,"Date":"8/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":232,"Cost":147,"Date":"9/15/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":126,"Cost":92,"Date":"10/14/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":633,"Cost":536,"Date":"10/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":685,"Cost":545,"Date":"11/11/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":773,"Cost":462,"Date":"12/7/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":124,"Cost":84,"Date":"12/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":792,"Cost":752,"Date":"1/6/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":900,"Cost":812,"Date":"1/23/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":796,"Cost":579,"Date":"2/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":115,"Cost":63,"Date":"3/10/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":412,"Cost":267,"Date":"3/12/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":217,"Cost":185,"Date":"3/31/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":405,"Cost":275,"Date":"6/16/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":371,"Cost":259,"Date":"6/17/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":521,"Cost":428,"Date":"8/27/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":738,"Cost":624,"Date":"10/1/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":599,"Cost":431,"Date":"11/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":140,"Cost":103,"Date":"11/9/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":871,"Cost":661,"Date":"3/27/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":730,"Cost":402,"Date":"4/17/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":542,"Cost":316,"Date":"8/11/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":23,"Cost":20,"Date":"8/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":32,"Cost":30,"Date":"9/2/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":250,"Cost":157,"Date":"9/5/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":844,"Cost":545,"Date":"9/14/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":294,"Cost":208,"Date":"9/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":253,"Cost":180,"Date":"11/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":766,"Cost":694,"Date":"12/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":682,"Cost":461,"Date":"1/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":666,"Cost":469,"Date":"1/21/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":316,"Cost":218,"Date":"2/9/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":600,"Cost":569,"Date":"3/19/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":801,"Cost":494,"Date":"4/3/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":81,"Cost":67,"Date":"4/5/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":794,"Cost":548,"Date":"4/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":953,"Cost":505,"Date":"7/10/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":774,"Cost":688,"Date":"3/25/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":782,"Cost":585,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":419,"Cost":377,"Date":"10/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":203,"Cost":180,"Date":"3/2/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":913,"Cost":467,"Date":"6/28/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":200,"Cost":141,"Date":"7/17/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":258,"Cost":204,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":556,"Cost":322,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":494,"Cost":416,"Date":"11/20/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":96,"Cost":85,"Date":"12/16/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":907,"Cost":810,"Date":"12/30/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":628,"Cost":318,"Date":"2/15/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":471,"Cost":397,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":412,"Cost":308,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":800,"Cost":718,"Date":"4/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":494,"Cost":450,"Date":"7/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":541,"Cost":281,"Date":"8/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":434,"Cost":403,"Date":"10/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":536,"Cost":467,"Date":"11/11/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":516,"Cost":292,"Date":"11/30/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":669,"Cost":538,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":117,"Cost":102,"Date":"3/1/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":662,"Cost":556,"Date":"4/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":568,"Cost":390,"Date":"5/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":43,"Cost":25,"Date":"8/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":601,"Cost":398,"Date":"9/15/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":394,"Cost":221,"Date":"10/14/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":905,"Cost":698,"Date":"10/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":219,"Cost":139,"Date":"11/11/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":561,"Cost":381,"Date":"12/7/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":785,"Cost":393,"Date":"12/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":560,"Cost":437,"Date":"1/6/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":935,"Cost":630,"Date":"1/23/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":626,"Cost":423,"Date":"2/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":551,"Cost":292,"Date":"3/10/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":156,"Cost":78,"Date":"3/12/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":30,"Cost":18,"Date":"3/31/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":581,"Cost":328,"Date":"6/16/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":409,"Cost":380,"Date":"6/17/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":739,"Cost":558,"Date":"8/27/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":984,"Cost":726,"Date":"10/1/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":238,"Cost":195,"Date":"11/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":246,"Cost":181,"Date":"11/9/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":175,"Cost":141,"Date":"3/27/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":443,"Cost":223,"Date":"4/17/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":540,"Cost":341,"Date":"8/11/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":960,"Cost":852,"Date":"8/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":752,"Cost":687,"Date":"9/2/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":34,"Cost":21,"Date":"9/5/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":680,"Cost":558,"Date":"9/14/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":566,"Cost":415,"Date":"9/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":250,"Cost":181,"Date":"11/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":954,"Cost":841,"Date":"12/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":613,"Cost":373,"Date":"1/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":150,"Cost":139,"Date":"1/21/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":167,"Cost":113,"Date":"2/9/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":198,"Cost":114,"Date":"3/19/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":881,"Cost":592,"Date":"4/3/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":605,"Cost":447,"Date":"4/5/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":250,"Cost":138,"Date":"4/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":58,"Cost":46,"Date":"7/10/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":783,"Cost":680,"Date":"3/25/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":868,"Cost":533,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":746,"Cost":675,"Date":"10/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":662,"Cost":617,"Date":"3/2/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":134,"Cost":109,"Date":"6/28/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":31,"Cost":22,"Date":"7/17/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":512,"Cost":438,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":340,"Cost":175,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":2,"Cost":2,"Date":"11/20/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":459,"Cost":396,"Date":"12/16/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":650,"Cost":422,"Date":"12/30/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":138,"Cost":90,"Date":"2/15/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":487,"Cost":431,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":682,"Cost":540,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":153,"Cost":102,"Date":"4/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":516,"Cost":274,"Date":"7/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":71,"Cost":56,"Date":"8/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":858,"Cost":727,"Date":"10/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":495,"Cost":379,"Date":"11/11/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":342,"Cost":178,"Date":"11/30/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":905,"Cost":674,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":484,"Cost":301,"Date":"3/1/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":935,"Cost":518,"Date":"4/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":305,"Cost":274,"Date":"5/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":387,"Cost":243,"Date":"8/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":436,"Cost":392,"Date":"9/15/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":817,"Cost":469,"Date":"10/14/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":694,"Cost":628,"Date":"10/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":372,"Cost":274,"Date":"11/11/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":670,"Cost":494,"Date":"12/7/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":776,"Cost":632,"Date":"12/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":764,"Cost":637,"Date":"1/6/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":575,"Cost":495,"Date":"1/23/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":110,"Cost":59,"Date":"2/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":306,"Cost":241,"Date":"3/10/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":414,"Cost":311,"Date":"3/12/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":953,"Cost":726,"Date":"3/31/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":793,"Cost":746,"Date":"6/16/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":5,"Cost":5,"Date":"6/17/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":372,"Cost":306,"Date":"8/27/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":647,"Cost":575,"Date":"10/1/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":727,"Cost":603,"Date":"11/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":285,"Cost":175,"Date":"11/9/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":557,"Cost":419,"Date":"3/27/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":560,"Cost":524,"Date":"4/17/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":652,"Cost":441,"Date":"8/11/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":50,"Cost":39,"Date":"8/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":864,"Cost":561,"Date":"9/2/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":240,"Cost":198,"Date":"9/5/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":517,"Cost":298,"Date":"9/14/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":374,"Cost":275,"Date":"9/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":427,"Cost":304,"Date":"11/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":809,"Cost":571,"Date":"12/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":615,"Cost":385,"Date":"1/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":37,"Cost":24,"Date":"1/21/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":522,"Cost":397,"Date":"2/9/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":910,"Cost":605,"Date":"3/19/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":200,"Cost":163,"Date":"4/3/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":416,"Cost":325,"Date":"4/5/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":546,"Cost":293,"Date":"4/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":349,"Cost":317,"Date":"7/10/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":342,"Cost":289,"Date":"3/25/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":534,"Cost":301,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":489,"Cost":293,"Date":"10/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":688,"Cost":633,"Date":"3/2/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":409,"Cost":248,"Date":"6/28/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":710,"Cost":515,"Date":"7/17/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":652,"Cost":385,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":725,"Cost":490,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":315,"Cost":214,"Date":"11/20/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":979,"Cost":697,"Date":"12/16/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":690,"Cost":580,"Date":"12/30/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":884,"Cost":471,"Date":"2/15/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":953,"Cost":707,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":274,"Cost":237,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":638,"Cost":561,"Date":"4/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":788,"Cost":425,"Date":"7/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":443,"Cost":236,"Date":"8/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":311,"Cost":180,"Date":"10/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":439,"Cost":247,"Date":"11/11/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":788,"Cost":749,"Date":"11/30/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":242,"Cost":121,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":347,"Cost":195,"Date":"3/1/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":312,"Cost":235,"Date":"4/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":152,"Cost":76,"Date":"5/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":312,"Cost":212,"Date":"8/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":924,"Cost":572,"Date":"9/15/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":512,"Cost":354,"Date":"10/14/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":62,"Cost":41,"Date":"10/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":170,"Cost":98,"Date":"11/11/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":446,"Cost":242,"Date":"12/7/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":551,"Cost":503,"Date":"12/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":456,"Cost":384,"Date":"1/6/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":571,"Cost":444,"Date":"1/23/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":84,"Cost":78,"Date":"2/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":505,"Cost":464,"Date":"3/10/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":961,"Cost":714,"Date":"3/12/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":364,"Cost":224,"Date":"3/31/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":79,"Cost":44,"Date":"6/16/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":577,"Cost":402,"Date":"6/17/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":41,"Cost":39,"Date":"8/27/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":605,"Cost":336,"Date":"10/1/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":461,"Cost":330,"Date":"11/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":387,"Cost":309,"Date":"11/9/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":622,"Cost":544,"Date":"3/27/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":332,"Cost":192,"Date":"4/17/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":785,"Cost":570,"Date":"8/11/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":212,"Cost":141,"Date":"8/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":370,"Cost":337,"Date":"9/2/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":229,"Cost":176,"Date":"9/5/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":402,"Cost":229,"Date":"9/14/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":332,"Cost":307,"Date":"9/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":382,"Cost":355,"Date":"11/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":894,"Cost":462,"Date":"12/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":219,"Cost":152,"Date":"1/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":389,"Cost":209,"Date":"1/21/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":112,"Cost":64,"Date":"2/9/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":873,"Cost":644,"Date":"3/19/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":22,"Cost":12,"Date":"4/3/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":480,"Cost":273,"Date":"4/5/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":868,"Cost":442,"Date":"4/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":750,"Cost":486,"Date":"7/10/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":101,"Cost":96,"Date":"3/25/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":712,"Cost":472,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":297,"Cost":212,"Date":"10/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":586,"Cost":301,"Date":"3/2/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":467,"Cost":268,"Date":"6/28/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":724,"Cost":378,"Date":"7/17/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":337,"Cost":248,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":928,"Cost":770,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":340,"Cost":188,"Date":"11/20/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":785,"Cost":706,"Date":"12/16/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":192,"Cost":131,"Date":"12/30/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":927,"Cost":683,"Date":"2/15/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":649,"Cost":564,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":732,"Cost":687,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":300,"Cost":219,"Date":"4/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":181,"Cost":92,"Date":"7/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":501,"Cost":332,"Date":"8/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":387,"Cost":227,"Date":"10/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":688,"Cost":534,"Date":"11/11/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":987,"Cost":760,"Date":"11/30/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":272,"Cost":253,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":62,"Cost":53,"Date":"3/1/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":849,"Cost":556,"Date":"4/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":7,"Cost":6,"Date":"5/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":704,"Cost":387,"Date":"8/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":358,"Cost":296,"Date":"9/15/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":290,"Cost":205,"Date":"10/14/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":345,"Cost":174,"Date":"10/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":649,"Cost":526,"Date":"11/11/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":112,"Cost":57,"Date":"12/7/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":519,"Cost":276,"Date":"12/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":458,"Cost":351,"Date":"1/6/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":807,"Cost":457,"Date":"1/23/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":240,"Cost":123,"Date":"2/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":300,"Cost":261,"Date":"3/10/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":801,"Cost":624,"Date":"3/12/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":684,"Cost":633,"Date":"3/31/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":48,"Cost":25,"Date":"6/16/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":25,"Cost":14,"Date":"6/17/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":915,"Cost":638,"Date":"8/27/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":335,"Cost":283,"Date":"10/1/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":25,"Cost":23,"Date":"11/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":856,"Cost":706,"Date":"11/9/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":489,"Cost":401,"Date":"3/27/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":793,"Cost":599,"Date":"4/17/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":995,"Cost":634,"Date":"8/11/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":289,"Cost":155,"Date":"8/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":883,"Cost":544,"Date":"9/2/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":933,"Cost":784,"Date":"9/5/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":585,"Cost":480,"Date":"9/14/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":779,"Cost":529,"Date":"9/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":901,"Cost":775,"Date":"11/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":688,"Cost":564,"Date":"12/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":260,"Cost":235,"Date":"1/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":310,"Cost":282,"Date":"1/21/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":608,"Cost":314,"Date":"2/9/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":73,"Cost":46,"Date":"3/19/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":518,"Cost":338,"Date":"4/3/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":160,"Cost":105,"Date":"4/5/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":484,"Cost":422,"Date":"4/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":717,"Cost":515,"Date":"7/10/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":951,"Cost":530,"Date":"3/25/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":330,"Cost":192,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":822,"Cost":548,"Date":"10/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":94,"Cost":72,"Date":"3/2/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":378,"Cost":233,"Date":"6/28/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":712,"Cost":457,"Date":"7/17/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":427,"Cost":255,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":602,"Cost":529,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":202,"Cost":137,"Date":"11/20/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":548,"Cost":395,"Date":"12/16/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":449,"Cost":334,"Date":"12/30/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":223,"Cost":133,"Date":"2/15/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":693,"Cost":362,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":219,"Cost":164,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":804,"Cost":630,"Date":"4/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":701,"Cost":393,"Date":"7/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":730,"Cost":449,"Date":"8/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":422,"Cost":318,"Date":"10/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":795,"Cost":754,"Date":"11/11/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":531,"Cost":278,"Date":"11/30/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":455,"Cost":340,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":559,"Cost":301,"Date":"3/1/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":425,"Cost":278,"Date":"4/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":454,"Cost":348,"Date":"5/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":461,"Cost":384,"Date":"8/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":144,"Cost":76,"Date":"9/15/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":370,"Cost":195,"Date":"10/14/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":33,"Cost":32,"Date":"10/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":559,"Cost":473,"Date":"11/11/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":539,"Cost":381,"Date":"12/7/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":483,"Cost":438,"Date":"12/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":247,"Cost":188,"Date":"1/6/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":733,"Cost":584,"Date":"1/23/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":976,"Cost":786,"Date":"2/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":531,"Cost":291,"Date":"3/10/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":134,"Cost":71,"Date":"3/12/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":787,"Cost":492,"Date":"3/31/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":918,"Cost":671,"Date":"6/16/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":344,"Cost":221,"Date":"6/17/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":949,"Cost":477,"Date":"8/27/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":538,"Cost":273,"Date":"10/1/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":267,"Cost":137,"Date":"11/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":310,"Cost":192,"Date":"11/9/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":979,"Cost":886,"Date":"3/27/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":760,"Cost":583,"Date":"4/17/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":635,"Cost":538,"Date":"8/11/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":141,"Cost":134,"Date":"8/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":775,"Cost":502,"Date":"9/2/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":631,"Cost":344,"Date":"9/5/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":272,"Cost":231,"Date":"9/14/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":709,"Cost":507,"Date":"9/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":182,"Cost":106,"Date":"11/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":532,"Cost":324,"Date":"12/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":713,"Cost":358,"Date":"1/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":290,"Cost":259,"Date":"1/21/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":679,"Cost":549,"Date":"2/9/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":164,"Cost":141,"Date":"3/19/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":771,"Cost":408,"Date":"4/3/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":475,"Cost":300,"Date":"4/5/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":545,"Cost":488,"Date":"4/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":810,"Cost":406,"Date":"7/10/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":162,"Cost":114,"Date":"3/25/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":351,"Cost":265,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":56,"Cost":37,"Date":"10/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":168,"Cost":106,"Date":"3/2/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":476,"Cost":316,"Date":"6/28/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":625,"Cost":527,"Date":"7/17/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":759,"Cost":512,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":902,"Cost":464,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":818,"Cost":680,"Date":"11/20/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":905,"Cost":652,"Date":"12/16/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":450,"Cost":285,"Date":"12/30/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":51,"Cost":43,"Date":"2/15/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":198,"Cost":187,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":399,"Cost":250,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":940,"Cost":756,"Date":"4/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":808,"Cost":518,"Date":"7/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":158,"Cost":101,"Date":"8/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":773,"Cost":409,"Date":"10/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":923,"Cost":666,"Date":"11/11/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":130,"Cost":68,"Date":"11/30/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":389,"Cost":308,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":450,"Cost":321,"Date":"3/1/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":571,"Cost":466,"Date":"4/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":417,"Cost":237,"Date":"5/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":564,"Cost":470,"Date":"8/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":50,"Cost":33,"Date":"9/15/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":931,"Cost":688,"Date":"10/14/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":932,"Cost":638,"Date":"10/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":997,"Cost":861,"Date":"11/11/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":409,"Cost":367,"Date":"12/7/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":960,"Cost":727,"Date":"12/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":321,"Cost":277,"Date":"1/6/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":915,"Cost":502,"Date":"1/23/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":973,"Cost":672,"Date":"2/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":768,"Cost":550,"Date":"3/10/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":437,"Cost":219,"Date":"3/12/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":131,"Cost":84,"Date":"3/31/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":382,"Cost":233,"Date":"6/16/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":895,"Cost":825,"Date":"6/17/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":416,"Cost":280,"Date":"8/27/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":424,"Cost":344,"Date":"10/1/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":631,"Cost":529,"Date":"11/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":862,"Cost":740,"Date":"11/9/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":609,"Cost":523,"Date":"3/27/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":176,"Cost":142,"Date":"4/17/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":667,"Cost":596,"Date":"8/11/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":236,"Cost":164,"Date":"8/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":108,"Cost":79,"Date":"9/2/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":51,"Cost":26,"Date":"9/5/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":319,"Cost":237,"Date":"9/14/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":552,"Cost":416,"Date":"9/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":474,"Cost":422,"Date":"11/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":917,"Cost":829,"Date":"12/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":497,"Cost":337,"Date":"1/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":171,"Cost":152,"Date":"1/21/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":144,"Cost":80,"Date":"2/9/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":652,"Cost":497,"Date":"3/19/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":206,"Cost":119,"Date":"4/3/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":823,"Cost":767,"Date":"4/5/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":550,"Cost":327,"Date":"4/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":62,"Cost":31,"Date":"7/10/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":236,"Cost":172,"Date":"3/25/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":609,"Cost":464,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":518,"Cost":362,"Date":"10/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":85,"Cost":81,"Date":"3/2/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":839,"Cost":675,"Date":"6/28/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":26,"Cost":14,"Date":"7/17/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":120,"Cost":109,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":534,"Cost":369,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":22,"Cost":12,"Date":"11/20/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":586,"Cost":453,"Date":"12/16/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":204,"Cost":104,"Date":"12/30/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":638,"Cost":548,"Date":"2/15/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":860,"Cost":666,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":710,"Cost":473,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":893,"Cost":556,"Date":"4/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":557,"Cost":515,"Date":"7/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":629,"Cost":395,"Date":"8/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":479,"Cost":375,"Date":"10/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":967,"Cost":682,"Date":"11/11/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":94,"Cost":53,"Date":"11/30/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":973,"Cost":714,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":897,"Cost":542,"Date":"3/1/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":277,"Cost":208,"Date":"4/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":148,"Cost":77,"Date":"5/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":912,"Cost":638,"Date":"8/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":214,"Cost":188,"Date":"9/15/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":237,"Cost":213,"Date":"10/14/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":840,"Cost":502,"Date":"10/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":733,"Cost":679,"Date":"11/11/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":93,"Cost":57,"Date":"12/7/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":199,"Cost":137,"Date":"12/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":819,"Cost":749,"Date":"1/6/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":25,"Cost":16,"Date":"1/23/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":24,"Cost":22,"Date":"2/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":28,"Cost":14,"Date":"3/10/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":387,"Cost":291,"Date":"3/12/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":674,"Cost":494,"Date":"3/31/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":755,"Cost":516,"Date":"6/16/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":300,"Cost":222,"Date":"6/17/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":703,"Cost":551,"Date":"8/27/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":541,"Cost":504,"Date":"10/1/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":594,"Cost":552,"Date":"11/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":727,"Cost":369,"Date":"11/9/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":977,"Cost":756,"Date":"3/27/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":267,"Cost":225,"Date":"4/17/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":756,"Cost":473,"Date":"8/11/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":325,"Cost":295,"Date":"8/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":589,"Cost":373,"Date":"9/2/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":957,"Cost":696,"Date":"9/5/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":563,"Cost":515,"Date":"9/14/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":479,"Cost":257,"Date":"9/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":683,"Cost":536,"Date":"11/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":805,"Cost":457,"Date":"12/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":350,"Cost":322,"Date":"1/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":661,"Cost":450,"Date":"1/21/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":442,"Cost":394,"Date":"2/9/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":721,"Cost":649,"Date":"3/19/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":887,"Cost":568,"Date":"4/3/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":575,"Cost":460,"Date":"4/5/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":62,"Cost":37,"Date":"4/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":651,"Cost":567,"Date":"7/10/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":707,"Cost":364,"Date":"3/25/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":603,"Cost":569,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":698,"Cost":448,"Date":"10/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":510,"Cost":304,"Date":"3/2/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":215,"Cost":168,"Date":"6/28/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":374,"Cost":299,"Date":"7/17/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":919,"Cost":725,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":659,"Cost":381,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":275,"Cost":238,"Date":"11/20/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":225,"Cost":148,"Date":"12/16/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":320,"Cost":203,"Date":"12/30/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":768,"Cost":634,"Date":"2/15/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":255,"Cost":220,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":781,"Cost":612,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":43,"Cost":28,"Date":"4/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":214,"Cost":143,"Date":"7/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":628,"Cost":424,"Date":"8/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":342,"Cost":239,"Date":"10/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":165,"Cost":114,"Date":"11/11/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":361,"Cost":257,"Date":"11/30/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":255,"Cost":169,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":716,"Cost":634,"Date":"3/1/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":525,"Cost":419,"Date":"4/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":653,"Cost":455,"Date":"5/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":956,"Cost":720,"Date":"8/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":722,"Cost":565,"Date":"9/15/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":852,"Cost":480,"Date":"10/14/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":148,"Cost":129,"Date":"10/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":270,"Cost":224,"Date":"11/11/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":159,"Cost":87,"Date":"12/7/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":892,"Cost":733,"Date":"12/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":293,"Cost":178,"Date":"1/6/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":58,"Cost":53,"Date":"1/23/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":10,"Cost":5,"Date":"2/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":49,"Cost":39,"Date":"3/10/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":799,"Cost":469,"Date":"3/12/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":239,"Cost":174,"Date":"3/31/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":480,"Cost":435,"Date":"6/16/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":516,"Cost":295,"Date":"6/17/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":991,"Cost":588,"Date":"8/27/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":405,"Cost":249,"Date":"10/1/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":981,"Cost":844,"Date":"11/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":327,"Cost":290,"Date":"11/9/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":268,"Cost":251,"Date":"3/27/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":311,"Cost":166,"Date":"4/17/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":799,"Cost":696,"Date":"8/11/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":332,"Cost":176,"Date":"8/21/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":741,"Cost":562,"Date":"9/2/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":538,"Cost":410,"Date":"9/5/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":366,"Cost":196,"Date":"9/14/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":942,"Cost":637,"Date":"9/20/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":203,"Cost":114,"Date":"11/20/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":335,"Cost":313,"Date":"12/21/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":537,"Cost":386,"Date":"1/7/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":745,"Cost":466,"Date":"1/21/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":429,"Cost":324,"Date":"2/9/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":705,"Cost":406,"Date":"3/19/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":904,"Cost":453,"Date":"4/3/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":98,"Cost":52,"Date":"4/5/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":182,"Cost":145,"Date":"4/28/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":365,"Cost":257,"Date":"7/10/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":696,"Cost":629,"Date":"3/25/2020"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":134,"Cost":118,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":457,"Cost":265,"Date":"10/28/2020"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":850,"Cost":499,"Date":"3/2/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":723,"Cost":667,"Date":"6/28/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":871,"Cost":827,"Date":"7/17/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":892,"Cost":815,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":484,"Cost":413,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":159,"Cost":113,"Date":"11/20/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":604,"Cost":562,"Date":"12/16/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":64,"Cost":57,"Date":"12/30/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":52,"Cost":46,"Date":"2/15/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":173,"Cost":133,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":956,"Cost":487,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":208,"Cost":130,"Date":"4/18/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":758,"Cost":667,"Date":"7/27/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":357,"Cost":229,"Date":"8/18/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":252,"Cost":182,"Date":"10/31/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":128,"Cost":65,"Date":"11/11/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":772,"Cost":600,"Date":"11/30/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":613,"Cost":483,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":715,"Cost":618,"Date":"3/1/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":35,"Cost":32,"Date":"4/13/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":373,"Cost":246,"Date":"5/20/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":431,"Cost":304,"Date":"8/13/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":387,"Cost":334,"Date":"9/15/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":764,"Cost":676,"Date":"10/14/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":445,"Cost":387,"Date":"10/28/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":583,"Cost":310,"Date":"11/11/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":967,"Cost":679,"Date":"12/7/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":412,"Cost":292,"Date":"12/21/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":169,"Cost":149,"Date":"1/6/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":218,"Cost":167,"Date":"1/23/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":24,"Cost":17,"Date":"2/4/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":951,"Cost":798,"Date":"3/10/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":704,"Cost":412,"Date":"3/12/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":259,"Cost":183,"Date":"3/31/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":168,"Cost":94,"Date":"6/16/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":859,"Cost":470,"Date":"6/17/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":411,"Cost":263,"Date":"8/27/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":20,"Cost":19,"Date":"10/1/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":838,"Cost":795,"Date":"11/4/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":380,"Cost":289,"Date":"11/9/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":743,"Cost":445,"Date":"3/27/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":602,"Cost":523,"Date":"4/17/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":670,"Cost":502,"Date":"8/11/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":353,"Cost":231,"Date":"8/21/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":514,"Cost":344,"Date":"9/2/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":828,"Cost":495,"Date":"9/5/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":541,"Cost":380,"Date":"9/14/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":604,"Cost":316,"Date":"9/20/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":775,"Cost":444,"Date":"11/20/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":252,"Cost":232,"Date":"12/21/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":713,"Cost":663,"Date":"1/7/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":752,"Cost":438,"Date":"1/21/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":546,"Cost":347,"Date":"2/9/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":838,"Cost":662,"Date":"3/19/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":428,"Cost":298,"Date":"4/3/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":679,"Cost":539,"Date":"4/5/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":386,"Cost":196,"Date":"4/28/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":137,"Cost":108,"Date":"7/10/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":557,"Cost":427,"Date":"3/25/2020"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":140,"Cost":123,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":702,"Cost":540,"Date":"10/28/2020"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":624,"Cost":350,"Date":"3/2/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":153,"Cost":117,"Date":"6/28/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":714,"Cost":630,"Date":"7/17/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":659,"Cost":578,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":60,"Cost":31,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":806,"Cost":420,"Date":"11/20/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":540,"Cost":447,"Date":"12/16/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":960,"Cost":828,"Date":"12/30/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":321,"Cost":257,"Date":"2/15/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":5,"Cost":3,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":203,"Cost":122,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":375,"Cost":346,"Date":"4/18/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":780,"Cost":466,"Date":"7/27/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":158,"Cost":125,"Date":"8/18/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":93,"Cost":87,"Date":"10/31/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":367,"Cost":290,"Date":"11/11/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":626,"Cost":542,"Date":"11/30/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":555,"Cost":345,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":114,"Cost":82,"Date":"3/1/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":230,"Cost":190,"Date":"4/13/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":461,"Cost":353,"Date":"5/20/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":77,"Cost":43,"Date":"8/13/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":243,"Cost":148,"Date":"9/15/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":1000,"Cost":824,"Date":"10/14/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":662,"Cost":535,"Date":"10/28/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":867,"Cost":434,"Date":"11/11/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":164,"Cost":105,"Date":"12/7/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":584,"Cost":310,"Date":"12/21/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":850,"Cost":577,"Date":"1/6/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":168,"Cost":144,"Date":"1/23/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":892,"Cost":676,"Date":"2/4/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":935,"Cost":631,"Date":"3/10/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":314,"Cost":254,"Date":"3/12/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":517,"Cost":380,"Date":"3/31/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":278,"Cost":228,"Date":"6/16/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":709,"Cost":670,"Date":"6/17/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":745,"Cost":394,"Date":"8/27/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":153,"Cost":92,"Date":"10/1/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":958,"Cost":667,"Date":"11/4/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":764,"Cost":471,"Date":"11/9/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":96,"Cost":81,"Date":"3/27/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":181,"Cost":149,"Date":"4/17/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":154,"Cost":110,"Date":"8/11/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":471,"Cost":245,"Date":"8/21/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":571,"Cost":531,"Date":"9/2/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":357,"Cost":295,"Date":"9/5/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":144,"Cost":120,"Date":"9/14/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":45,"Cost":28,"Date":"9/20/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":215,"Cost":177,"Date":"11/20/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":626,"Date":"12/21/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":568,"Cost":354,"Date":"1/7/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":763,"Cost":633,"Date":"1/21/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":797,"Cost":619,"Date":"2/9/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":394,"Cost":256,"Date":"3/19/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":841,"Cost":687,"Date":"4/3/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":342,"Cost":186,"Date":"4/5/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":677,"Cost":370,"Date":"4/28/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":377,"Cost":215,"Date":"7/10/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":378,"Cost":212,"Date":"3/25/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":979,"Cost":678,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":378,"Cost":358,"Date":"10/28/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":676,"Cost":437,"Date":"3/2/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":626,"Cost":506,"Date":"6/28/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":780,"Cost":396,"Date":"7/17/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":764,"Cost":446,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":323,"Cost":274,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":129,"Cost":90,"Date":"11/20/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":810,"Cost":443,"Date":"12/16/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":516,"Cost":333,"Date":"12/30/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":113,"Date":"2/15/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":718,"Cost":480,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":282,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":537,"Cost":487,"Date":"4/18/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":690,"Cost":503,"Date":"7/27/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":605,"Cost":522,"Date":"8/18/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":382,"Cost":323,"Date":"10/31/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":976,"Cost":667,"Date":"11/11/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":92,"Cost":83,"Date":"11/30/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":485,"Cost":320,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":466,"Cost":341,"Date":"3/1/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":958,"Cost":799,"Date":"4/13/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":208,"Cost":156,"Date":"5/20/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":238,"Cost":126,"Date":"8/13/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":656,"Cost":428,"Date":"9/15/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":674,"Cost":607,"Date":"10/14/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":53,"Cost":36,"Date":"10/28/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":287,"Cost":179,"Date":"11/11/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":169,"Cost":96,"Date":"12/7/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":219,"Cost":171,"Date":"12/21/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":439,"Date":"1/6/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":969,"Cost":867,"Date":"1/23/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":565,"Cost":461,"Date":"2/4/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":240,"Cost":186,"Date":"3/10/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":473,"Cost":311,"Date":"3/12/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":263,"Cost":212,"Date":"3/31/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":35,"Cost":28,"Date":"6/16/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":14,"Date":"6/17/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":785,"Cost":620,"Date":"8/27/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":51,"Cost":34,"Date":"10/1/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":649,"Cost":610,"Date":"11/4/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":828,"Cost":486,"Date":"11/9/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":705,"Cost":651,"Date":"3/27/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":689,"Cost":554,"Date":"4/17/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":717,"Cost":486,"Date":"8/11/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":266,"Cost":143,"Date":"8/21/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":685,"Cost":566,"Date":"9/2/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":24,"Cost":14,"Date":"9/5/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":978,"Cost":899,"Date":"9/14/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":138,"Cost":111,"Date":"9/20/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":600,"Cost":532,"Date":"11/20/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":207,"Cost":190,"Date":"12/21/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":791,"Cost":583,"Date":"1/7/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":753,"Cost":567,"Date":"1/21/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":859,"Cost":478,"Date":"2/9/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":331,"Cost":240,"Date":"3/19/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":158,"Cost":130,"Date":"4/3/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":664,"Cost":566,"Date":"4/5/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":789,"Cost":677,"Date":"4/28/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":873,"Cost":518,"Date":"7/10/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":107,"Cost":67,"Date":"3/25/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":522,"Cost":423,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":631,"Cost":434,"Date":"10/28/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":664,"Cost":373,"Date":"3/2/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":593,"Cost":416,"Date":"6/28/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":74,"Cost":38,"Date":"7/17/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":718,"Cost":587,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":540,"Cost":505,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":699,"Cost":589,"Date":"11/20/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":926,"Cost":752,"Date":"12/16/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":74,"Cost":63,"Date":"12/30/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":469,"Cost":392,"Date":"2/15/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":429,"Cost":390,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":735,"Cost":661,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":472,"Cost":301,"Date":"4/18/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":856,"Cost":642,"Date":"7/27/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":994,"Cost":901,"Date":"8/18/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":915,"Cost":598,"Date":"10/31/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":865,"Cost":469,"Date":"11/11/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":477,"Cost":443,"Date":"11/30/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":53,"Cost":50,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":866,"Cost":459,"Date":"3/1/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":965,"Cost":775,"Date":"4/13/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":76,"Cost":38,"Date":"5/20/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":314,"Cost":226,"Date":"8/13/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":581,"Cost":527,"Date":"9/15/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":210,"Cost":198,"Date":"10/14/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":925,"Cost":806,"Date":"10/28/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":569,"Cost":291,"Date":"11/11/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":860,"Cost":516,"Date":"12/7/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":653,"Cost":448,"Date":"12/21/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":101,"Cost":65,"Date":"1/6/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":79,"Cost":50,"Date":"1/23/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":461,"Cost":370,"Date":"2/4/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":185,"Cost":176,"Date":"3/10/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":645,"Cost":493,"Date":"3/12/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":622,"Cost":486,"Date":"3/31/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":838,"Cost":704,"Date":"6/16/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":531,"Cost":480,"Date":"6/17/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":881,"Cost":677,"Date":"8/27/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":941,"Cost":739,"Date":"10/1/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":555,"Cost":361,"Date":"11/4/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":956,"Cost":867,"Date":"11/9/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":771,"Cost":627,"Date":"3/27/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":427,"Cost":263,"Date":"4/17/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":814,"Cost":684,"Date":"8/11/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":261,"Cost":209,"Date":"8/21/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":866,"Cost":557,"Date":"9/2/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":148,"Cost":114,"Date":"9/5/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":11,"Cost":6,"Date":"9/14/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":273,"Cost":169,"Date":"9/20/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":319,"Cost":169,"Date":"11/20/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":575,"Cost":352,"Date":"12/21/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":529,"Cost":458,"Date":"1/7/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":802,"Cost":687,"Date":"1/21/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":847,"Cost":693,"Date":"2/9/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":734,"Cost":470,"Date":"3/19/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":628,"Cost":561,"Date":"4/3/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":783,"Cost":468,"Date":"4/5/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":996,"Cost":686,"Date":"4/28/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":19,"Cost":11,"Date":"7/10/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":766,"Cost":490,"Date":"3/25/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":548,"Cost":468,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":306,"Cost":195,"Date":"10/28/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":336,"Cost":267,"Date":"3/2/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":90,"Cost":62,"Date":"6/28/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":9,"Cost":7,"Date":"7/17/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":169,"Cost":153,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":788,"Cost":468,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":435,"Cost":247,"Date":"11/20/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":808,"Cost":699,"Date":"12/16/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":320,"Cost":255,"Date":"12/30/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":698,"Cost":457,"Date":"2/15/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":886,"Cost":601,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":208,"Cost":154,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":149,"Cost":122,"Date":"4/18/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":148,"Cost":129,"Date":"7/27/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":278,"Cost":238,"Date":"8/18/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":4,"Cost":2,"Date":"10/31/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":335,"Cost":277,"Date":"11/11/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":528,"Cost":268,"Date":"11/30/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":537,"Cost":335,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":584,"Cost":425,"Date":"3/1/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":626,"Cost":441,"Date":"4/13/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":600,"Cost":428,"Date":"5/20/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":788,"Cost":421,"Date":"8/13/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":314,"Cost":263,"Date":"9/15/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":138,"Cost":83,"Date":"10/14/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":141,"Cost":83,"Date":"10/28/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":778,"Cost":470,"Date":"11/11/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":280,"Cost":187,"Date":"12/7/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":785,"Cost":406,"Date":"12/21/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":885,"Cost":541,"Date":"1/6/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":716,"Cost":433,"Date":"1/23/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":286,"Cost":202,"Date":"2/4/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":765,"Cost":472,"Date":"3/10/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":309,"Cost":164,"Date":"3/12/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":394,"Cost":260,"Date":"3/31/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":540,"Cost":380,"Date":"6/16/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":811,"Cost":719,"Date":"6/17/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":137,"Cost":86,"Date":"8/27/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":186,"Cost":163,"Date":"10/1/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":795,"Cost":695,"Date":"11/4/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":723,"Cost":573,"Date":"11/9/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":715,"Cost":360,"Date":"3/27/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":498,"Cost":414,"Date":"4/17/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":359,"Cost":272,"Date":"8/11/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":70,"Cost":49,"Date":"8/21/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":963,"Cost":827,"Date":"9/2/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":864,"Cost":537,"Date":"9/5/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":704,"Cost":470,"Date":"9/14/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":71,"Cost":53,"Date":"9/20/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":288,"Cost":186,"Date":"11/20/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":777,"Cost":585,"Date":"12/21/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":730,"Cost":479,"Date":"1/7/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":212,"Cost":159,"Date":"1/21/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":448,"Cost":383,"Date":"2/9/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":135,"Cost":91,"Date":"3/19/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":773,"Cost":645,"Date":"4/3/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":972,"Cost":800,"Date":"4/5/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":367,"Cost":271,"Date":"4/28/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":819,"Cost":654,"Date":"7/10/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":413,"Cost":335,"Date":"3/25/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":887,"Cost":518,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":749,"Cost":668,"Date":"10/28/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":284,"Cost":164,"Date":"3/2/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":395,"Cost":299,"Date":"6/28/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":63,"Cost":35,"Date":"7/17/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":18,"Cost":10,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":548,"Cost":437,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":847,"Cost":459,"Date":"11/20/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":635,"Cost":500,"Date":"12/16/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":763,"Cost":477,"Date":"12/30/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":742,"Cost":627,"Date":"2/15/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":472,"Cost":399,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":767,"Cost":658,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":441,"Cost":409,"Date":"4/18/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":854,"Cost":619,"Date":"7/27/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":674,"Cost":513,"Date":"8/18/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":906,"Cost":593,"Date":"10/31/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":115,"Cost":73,"Date":"11/11/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":569,"Cost":485,"Date":"11/30/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":864,"Cost":762,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":594,"Cost":311,"Date":"3/1/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":446,"Cost":398,"Date":"4/13/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":698,"Cost":480,"Date":"5/20/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":572,"Cost":436,"Date":"8/13/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":232,"Cost":184,"Date":"9/15/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":837,"Cost":684,"Date":"10/14/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":979,"Cost":789,"Date":"10/28/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":911,"Cost":478,"Date":"11/11/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":774,"Cost":716,"Date":"12/7/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":610,"Cost":508,"Date":"12/21/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":752,"Cost":611,"Date":"1/6/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":798,"Cost":572,"Date":"1/23/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":65,"Cost":40,"Date":"2/4/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":181,"Cost":136,"Date":"3/10/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":714,"Cost":493,"Date":"3/12/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":274,"Cost":212,"Date":"3/31/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":213,"Cost":155,"Date":"6/16/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":251,"Cost":129,"Date":"6/17/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":880,"Cost":751,"Date":"8/27/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":589,"Cost":520,"Date":"10/1/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":971,"Cost":789,"Date":"11/4/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":220,"Cost":177,"Date":"11/9/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":265,"Cost":148,"Date":"3/27/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":233,"Cost":134,"Date":"4/17/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":958,"Cost":781,"Date":"8/11/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":51,"Cost":43,"Date":"8/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":212,"Cost":114,"Date":"9/2/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":574,"Cost":444,"Date":"9/5/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":491,"Cost":322,"Date":"9/14/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":717,"Cost":404,"Date":"9/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":285,"Cost":195,"Date":"11/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":178,"Cost":140,"Date":"12/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":947,"Cost":683,"Date":"1/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":641,"Cost":401,"Date":"1/21/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":32,"Cost":20,"Date":"2/9/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":461,"Cost":241,"Date":"3/19/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":249,"Cost":232,"Date":"4/3/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":779,"Cost":580,"Date":"4/5/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":960,"Cost":773,"Date":"4/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":422,"Cost":251,"Date":"7/10/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":806,"Cost":593,"Date":"3/25/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":797,"Cost":587,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":352,"Cost":179,"Date":"10/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":334,"Cost":241,"Date":"3/2/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":430,"Cost":239,"Date":"6/28/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":431,"Cost":288,"Date":"7/17/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":396,"Cost":254,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":231,"Cost":137,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":516,"Cost":362,"Date":"11/20/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":297,"Cost":202,"Date":"12/16/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":560,"Cost":439,"Date":"12/30/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":752,"Cost":465,"Date":"2/15/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":942,"Cost":578,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":608,"Cost":432,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":839,"Cost":449,"Date":"4/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":479,"Cost":320,"Date":"7/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":769,"Cost":490,"Date":"8/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":34,"Cost":27,"Date":"10/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":531,"Cost":393,"Date":"11/11/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":583,"Cost":502,"Date":"11/30/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":964,"Cost":885,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":121,"Cost":93,"Date":"3/1/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":477,"Cost":419,"Date":"4/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":461,"Cost":437,"Date":"5/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":290,"Cost":274,"Date":"8/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":128,"Cost":77,"Date":"9/15/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":881,"Cost":501,"Date":"10/14/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":130,"Cost":106,"Date":"10/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":105,"Cost":74,"Date":"11/11/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":495,"Cost":445,"Date":"12/7/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":611,"Cost":447,"Date":"12/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":7,"Cost":7,"Date":"1/6/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":927,"Cost":663,"Date":"1/23/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":862,"Cost":753,"Date":"2/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":299,"Cost":167,"Date":"3/10/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":229,"Cost":169,"Date":"3/12/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":176,"Cost":95,"Date":"3/31/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":255,"Cost":219,"Date":"6/16/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":932,"Cost":544,"Date":"6/17/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":644,"Cost":453,"Date":"8/27/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":301,"Cost":282,"Date":"10/1/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":327,"Cost":225,"Date":"11/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":547,"Cost":399,"Date":"11/9/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":443,"Cost":342,"Date":"3/27/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":106,"Cost":67,"Date":"4/17/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":451,"Cost":259,"Date":"8/11/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":619,"Cost":343,"Date":"8/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":134,"Cost":89,"Date":"9/2/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":967,"Cost":641,"Date":"9/5/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":277,"Cost":233,"Date":"9/14/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":865,"Cost":791,"Date":"9/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":835,"Cost":629,"Date":"11/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":916,"Cost":620,"Date":"12/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":907,"Cost":500,"Date":"1/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":96,"Cost":66,"Date":"1/21/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":139,"Cost":104,"Date":"2/9/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":315,"Cost":290,"Date":"3/19/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":875,"Cost":695,"Date":"4/3/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":238,"Cost":126,"Date":"4/5/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":849,"Cost":710,"Date":"4/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":513,"Cost":329,"Date":"7/10/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":958,"Cost":576,"Date":"3/25/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":903,"Cost":728,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":128,"Cost":118,"Date":"10/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":699,"Cost":658,"Date":"3/2/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":649,"Cost":342,"Date":"6/28/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":938,"Cost":576,"Date":"7/17/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":144,"Cost":99,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":116,"Cost":93,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":761,"Cost":612,"Date":"11/20/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":673,"Cost":497,"Date":"12/16/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":758,"Cost":711,"Date":"12/30/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":808,"Cost":742,"Date":"2/15/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":323,"Cost":294,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":147,"Cost":114,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":911,"Cost":779,"Date":"4/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":932,"Cost":791,"Date":"7/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":498,"Cost":360,"Date":"8/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":879,"Cost":717,"Date":"10/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":498,"Cost":304,"Date":"11/11/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":938,"Cost":743,"Date":"11/30/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":34,"Cost":20,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":883,"Cost":635,"Date":"3/1/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":486,"Cost":247,"Date":"4/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":501,"Cost":355,"Date":"5/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":203,"Cost":175,"Date":"8/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":15,"Cost":14,"Date":"9/15/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":494,"Cost":394,"Date":"10/14/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":163,"Cost":112,"Date":"10/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":723,"Cost":486,"Date":"11/11/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":439,"Cost":417,"Date":"12/7/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":267,"Cost":168,"Date":"12/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":148,"Cost":134,"Date":"1/6/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":196,"Cost":115,"Date":"1/23/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":560,"Cost":497,"Date":"2/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":242,"Cost":135,"Date":"3/10/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":607,"Cost":552,"Date":"3/12/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":656,"Cost":550,"Date":"3/31/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":760,"Cost":485,"Date":"6/16/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":992,"Cost":596,"Date":"6/17/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":546,"Cost":306,"Date":"8/27/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":170,"Cost":121,"Date":"10/1/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":533,"Cost":348,"Date":"11/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":556,"Cost":513,"Date":"11/9/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":936,"Cost":474,"Date":"3/27/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":791,"Cost":666,"Date":"4/17/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":433,"Cost":354,"Date":"8/11/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":925,"Cost":805,"Date":"8/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":597,"Cost":396,"Date":"9/2/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":408,"Cost":358,"Date":"9/5/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":1000,"Cost":580,"Date":"9/14/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":68,"Cost":55,"Date":"9/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":834,"Cost":530,"Date":"11/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":655,"Cost":533,"Date":"12/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":145,"Cost":95,"Date":"1/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":139,"Cost":118,"Date":"1/21/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":708,"Cost":613,"Date":"2/9/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":737,"Cost":532,"Date":"3/19/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":828,"Cost":497,"Date":"4/3/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":196,"Cost":150,"Date":"4/5/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":342,"Cost":305,"Date":"4/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":438,"Cost":412,"Date":"7/10/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":228,"Cost":171,"Date":"3/25/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":396,"Cost":287,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":75,"Cost":54,"Date":"10/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":128,"Cost":72,"Date":"3/2/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":90,"Cost":83,"Date":"6/28/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":559,"Cost":519,"Date":"7/17/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":103,"Cost":95,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":544,"Cost":409,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":160,"Cost":97,"Date":"11/20/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":402,"Cost":305,"Date":"12/16/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":125,"Cost":113,"Date":"12/30/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":135,"Cost":68,"Date":"2/15/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":294,"Cost":190,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":624,"Cost":342,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":474,"Cost":401,"Date":"4/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":586,"Cost":374,"Date":"7/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":318,"Cost":206,"Date":"8/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":198,"Cost":168,"Date":"10/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":378,"Cost":307,"Date":"11/11/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":781,"Cost":588,"Date":"11/30/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":525,"Cost":278,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":837,"Cost":575,"Date":"3/1/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":808,"Cost":554,"Date":"4/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":828,"Cost":501,"Date":"5/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":506,"Cost":266,"Date":"8/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":967,"Cost":757,"Date":"9/15/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":628,"Cost":331,"Date":"10/14/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":307,"Cost":215,"Date":"10/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":288,"Cost":177,"Date":"11/11/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":748,"Cost":585,"Date":"12/7/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":5,"Cost":4,"Date":"12/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":68,"Cost":59,"Date":"1/6/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":54,"Cost":31,"Date":"1/23/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":93,"Cost":63,"Date":"2/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":674,"Cost":524,"Date":"3/10/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":272,"Cost":145,"Date":"3/12/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":228,"Cost":119,"Date":"3/31/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":467,"Cost":404,"Date":"6/16/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":82,"Cost":67,"Date":"6/17/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":400,"Cost":329,"Date":"8/27/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":356,"Cost":308,"Date":"10/1/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":72,"Cost":67,"Date":"11/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":937,"Cost":844,"Date":"11/9/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":752,"Cost":617,"Date":"3/27/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":948,"Cost":514,"Date":"4/17/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":924,"Cost":845,"Date":"8/11/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":432,"Cost":287,"Date":"8/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":655,"Cost":440,"Date":"9/2/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":633,"Cost":593,"Date":"9/5/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":178,"Cost":167,"Date":"9/14/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":958,"Cost":630,"Date":"9/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":517,"Cost":268,"Date":"11/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":944,"Cost":765,"Date":"12/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":259,"Cost":205,"Date":"1/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":982,"Cost":565,"Date":"1/21/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":805,"Cost":512,"Date":"2/9/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":898,"Cost":712,"Date":"3/19/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":274,"Cost":230,"Date":"4/3/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":528,"Cost":385,"Date":"4/5/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":558,"Cost":515,"Date":"4/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":869,"Cost":722,"Date":"7/10/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":961,"Cost":838,"Date":"3/25/2020"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":971,"Cost":769,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":76,"Cost":48,"Date":"10/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":32,"Cost":26,"Date":"3/2/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":26,"Cost":23,"Date":"6/28/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":902,"Cost":806,"Date":"7/17/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":137,"Cost":120,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":559,"Cost":521,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":470,"Cost":272,"Date":"11/20/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":272,"Cost":162,"Date":"12/16/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":38,"Cost":24,"Date":"12/30/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":222,"Cost":170,"Date":"2/15/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":596,"Cost":312,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":294,"Cost":182,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":433,"Cost":274,"Date":"4/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":880,"Cost":566,"Date":"7/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":209,"Cost":162,"Date":"8/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":433,"Cost":284,"Date":"10/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":68,"Cost":35,"Date":"11/11/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":540,"Cost":368,"Date":"11/30/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":840,"Cost":592,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":374,"Cost":223,"Date":"3/1/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":870,"Cost":505,"Date":"4/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":179,"Cost":130,"Date":"5/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":513,"Cost":330,"Date":"8/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":811,"Cost":491,"Date":"9/15/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":691,"Cost":615,"Date":"10/14/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":839,"Cost":702,"Date":"10/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":402,"Cost":250,"Date":"11/11/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":805,"Cost":691,"Date":"12/7/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":424,"Cost":228,"Date":"12/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":71,"Cost":60,"Date":"1/6/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":79,"Cost":48,"Date":"1/23/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":18,"Cost":16,"Date":"2/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":214,"Cost":125,"Date":"3/10/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":191,"Cost":140,"Date":"3/12/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":273,"Cost":224,"Date":"3/31/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":939,"Cost":723,"Date":"6/16/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":117,"Cost":78,"Date":"6/17/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":813,"Cost":663,"Date":"8/27/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":753,"Cost":386,"Date":"10/1/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":918,"Cost":653,"Date":"11/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":710,"Cost":472,"Date":"11/9/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":242,"Cost":127,"Date":"3/27/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":968,"Cost":814,"Date":"4/17/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":608,"Cost":326,"Date":"8/11/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":698,"Cost":445,"Date":"8/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":951,"Cost":766,"Date":"9/2/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":339,"Cost":275,"Date":"9/5/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":275,"Cost":164,"Date":"9/14/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":162,"Cost":143,"Date":"9/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":691,"Cost":403,"Date":"11/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":501,"Cost":273,"Date":"12/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":46,"Cost":37,"Date":"1/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":610,"Cost":453,"Date":"1/21/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":408,"Cost":251,"Date":"2/9/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":482,"Cost":436,"Date":"3/19/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":128,"Date":"4/3/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":419,"Date":"4/5/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":630,"Cost":448,"Date":"4/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":843,"Cost":552,"Date":"7/10/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":22,"Cost":18,"Date":"3/25/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":536,"Cost":379,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":287,"Cost":177,"Date":"10/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":653,"Cost":412,"Date":"3/2/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":690,"Cost":627,"Date":"6/28/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":994,"Cost":552,"Date":"7/17/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":859,"Cost":513,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":100,"Cost":56,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":954,"Cost":851,"Date":"11/20/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":476,"Cost":434,"Date":"12/16/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":642,"Cost":341,"Date":"12/30/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":442,"Cost":285,"Date":"2/15/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":959,"Cost":713,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":518,"Cost":338,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":291,"Cost":235,"Date":"4/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":199,"Date":"7/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":396,"Cost":266,"Date":"8/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":1,"Cost":1,"Date":"10/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":646,"Cost":455,"Date":"11/11/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":103,"Cost":51,"Date":"11/30/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":609,"Cost":484,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":469,"Cost":378,"Date":"3/1/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":741,"Cost":530,"Date":"4/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":258,"Cost":222,"Date":"5/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":795,"Cost":651,"Date":"8/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":421,"Cost":211,"Date":"9/15/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":127,"Cost":71,"Date":"10/14/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":775,"Cost":530,"Date":"10/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":411,"Cost":222,"Date":"11/11/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":199,"Cost":103,"Date":"12/7/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":194,"Cost":134,"Date":"12/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":689,"Cost":650,"Date":"1/6/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":212,"Cost":169,"Date":"1/23/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":36,"Cost":28,"Date":"2/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":339,"Cost":270,"Date":"3/10/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":778,"Cost":547,"Date":"3/12/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":980,"Cost":881,"Date":"3/31/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":47,"Cost":37,"Date":"6/16/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":603,"Cost":337,"Date":"6/17/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":614,"Cost":341,"Date":"8/27/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":24,"Date":"10/1/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":469,"Cost":347,"Date":"11/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":376,"Cost":331,"Date":"11/9/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":302,"Cost":207,"Date":"3/27/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":809,"Cost":514,"Date":"4/17/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":230,"Cost":169,"Date":"8/11/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":183,"Cost":166,"Date":"8/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":10,"Cost":6,"Date":"9/2/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":218,"Cost":139,"Date":"9/5/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":718,"Cost":472,"Date":"9/14/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":38,"Cost":24,"Date":"9/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":127,"Cost":116,"Date":"11/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":736,"Cost":613,"Date":"12/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":822,"Cost":702,"Date":"1/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":615,"Cost":528,"Date":"1/21/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":746,"Cost":430,"Date":"2/9/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":183,"Cost":139,"Date":"3/19/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":732,"Cost":649,"Date":"4/3/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":90,"Cost":58,"Date":"4/5/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":621,"Cost":580,"Date":"4/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":532,"Cost":461,"Date":"7/10/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":922,"Cost":476,"Date":"3/25/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":581,"Cost":534,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":388,"Cost":243,"Date":"10/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":618,"Cost":398,"Date":"3/2/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":794,"Cost":397,"Date":"6/28/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":974,"Cost":548,"Date":"7/17/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":311,"Cost":204,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":99,"Cost":87,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":186,"Cost":119,"Date":"11/20/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":266,"Cost":188,"Date":"12/16/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":440,"Cost":360,"Date":"12/30/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":73,"Cost":58,"Date":"2/15/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":767,"Cost":474,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":510,"Cost":461,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":383,"Cost":313,"Date":"4/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":795,"Cost":702,"Date":"7/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":265,"Cost":181,"Date":"8/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":238,"Cost":201,"Date":"10/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":734,"Cost":693,"Date":"11/11/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":872,"Cost":560,"Date":"11/30/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":441,"Cost":387,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":162,"Cost":92,"Date":"3/1/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":112,"Cost":67,"Date":"4/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":184,"Cost":169,"Date":"5/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":849,"Cost":558,"Date":"8/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":906,"Cost":493,"Date":"9/15/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":423,"Cost":288,"Date":"10/14/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":333,"Cost":259,"Date":"10/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":81,"Cost":63,"Date":"11/11/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":664,"Cost":394,"Date":"12/7/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":406,"Cost":225,"Date":"12/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":278,"Cost":182,"Date":"1/6/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":901,"Cost":686,"Date":"1/23/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":633,"Cost":337,"Date":"2/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":575,"Cost":306,"Date":"3/10/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":284,"Cost":200,"Date":"3/12/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":149,"Cost":107,"Date":"3/31/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":855,"Cost":809,"Date":"6/16/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":446,"Cost":366,"Date":"6/17/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":861,"Cost":635,"Date":"8/27/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":504,"Cost":267,"Date":"10/1/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":232,"Cost":191,"Date":"11/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":533,"Cost":350,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":87,"Cost":72,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":176,"Cost":131,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":975,"Cost":904,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":843,"Cost":552,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":263,"Cost":233,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":93,"Cost":80,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":778,"Cost":447,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":666,"Cost":411,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":361,"Cost":212,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":786,"Cost":428,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":568,"Cost":498,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":929,"Cost":820,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":172,"Cost":136,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":825,"Cost":578,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":587,"Cost":411,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":143,"Cost":79,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":566,"Cost":389,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":320,"Cost":214,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":911,"Cost":788,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":901,"Cost":785,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":192,"Cost":167,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":747,"Cost":595,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":24,"Cost":15,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":487,"Cost":308,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":201,"Cost":127,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":989,"Cost":778,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":604,"Cost":450,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":322,"Cost":165,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":361,"Cost":259,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":684,"Cost":466,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":561,"Cost":466,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":698,"Cost":641,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":118,"Cost":96,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":889,"Cost":701,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":791,"Cost":698,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":577,"Cost":487,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":980,"Cost":590,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":575,"Cost":357,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":656,"Cost":345,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":290,"Cost":217,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":538,"Cost":416,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":570,"Cost":308,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":898,"Cost":521,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":569,"Cost":430,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":473,"Cost":380,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":828,"Cost":754,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":866,"Cost":483,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":450,"Cost":411,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":24,"Cost":13,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":911,"Cost":764,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":895,"Cost":646,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":818,"Cost":692,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":579,"Cost":310,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":822,"Cost":465,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":762,"Cost":583,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":909,"Cost":546,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":542,"Cost":509,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":836,"Cost":450,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":342,"Cost":221,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":29,"Cost":18,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":733,"Cost":562,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":512,"Cost":308,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":812,"Cost":618,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":148,"Cost":129,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":170,"Cost":161,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":801,"Cost":710,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":935,"Cost":837,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":721,"Cost":507,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":619,"Cost":547,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":508,"Cost":297,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":84,"Cost":67,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":294,"Cost":234,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":111,"Cost":105,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":691,"Cost":558,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":529,"Cost":496,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":66,"Cost":50,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":517,"Cost":444,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":126,"Cost":118,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":640,"Cost":506,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":441,"Cost":259,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":342,"Cost":314,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":936,"Cost":578,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":158,"Cost":143,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":85,"Cost":47,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":126,"Cost":115,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":37,"Cost":30,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":302,"Cost":181,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":134,"Cost":94,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":815,"Cost":578,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":687,"Cost":364,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":568,"Cost":490,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":810,"Cost":729,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":66,"Cost":36,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":728,"Cost":534,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":419,"Cost":234,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":106,"Cost":86,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":511,"Cost":318,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":550,"Cost":356,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":64,"Cost":47,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":821,"Cost":743,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":787,"Cost":433,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":447,"Cost":321,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":212,"Cost":132,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":883,"Cost":594,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":349,"Cost":268,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":789,"Cost":710,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":132,"Cost":83,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":399,"Cost":331,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":641,"Cost":447,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":2,"Cost":2,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":532,"Cost":394,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":335,"Cost":308,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":319,"Cost":292,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":80,"Cost":72,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":48,"Cost":41,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":746,"Cost":643,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":733,"Cost":526,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":730,"Cost":681,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":222,"Cost":152,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":485,"Cost":359,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":728,"Cost":519,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":56,"Cost":38,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":450,"Cost":334,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":715,"Cost":531,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":996,"Cost":765,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":389,"Cost":211,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":98,"Cost":80,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":970,"Cost":705,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":653,"Cost":601,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":704,"Cost":516,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":750,"Cost":633,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":604,"Cost":494,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":20,"Cost":17,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":280,"Cost":171,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":641,"Cost":425,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":49,"Cost":41,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":534,"Cost":283,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":156,"Cost":97,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":452,"Cost":349,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":975,"Cost":813,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":738,"Cost":377,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":149,"Cost":116,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":569,"Cost":343,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":383,"Cost":193,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":424,"Cost":396,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":883,"Cost":689,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":467,"Cost":396,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":637,"Cost":373,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":639,"Cost":407,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":237,"Cost":196,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":27,"Cost":15,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":77,"Cost":45,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":810,"Cost":484,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":245,"Cost":216,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":201,"Cost":114,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":945,"Cost":550,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":524,"Cost":411,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":485,"Cost":349,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":506,"Cost":353,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":538,"Cost":511,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":809,"Cost":637,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":867,"Cost":641,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":470,"Cost":261,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":527,"Cost":350,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":903,"Cost":560,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":600,"Cost":486,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":652,"Cost":525,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":626,"Cost":450,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":608,"Cost":444,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":930,"Cost":761,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":416,"Cost":223,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":682,"Cost":359,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":662,"Cost":611,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":720,"Cost":363,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":42,"Cost":39,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":284,"Cost":152,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":540,"Cost":288,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":597,"Cost":500,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":270,"Cost":162,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":501,"Cost":302,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":501,"Cost":465,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":579,"Cost":526,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":499,"Cost":439,"Date":"11/9/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":684,"Cost":604,"Date":"3/27/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":704,"Cost":552,"Date":"4/17/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":957,"Cost":887,"Date":"8/11/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":138,"Cost":123,"Date":"8/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":9,"Cost":6,"Date":"9/2/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":872,"Cost":465,"Date":"9/5/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":699,"Cost":554,"Date":"9/14/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":439,"Cost":365,"Date":"9/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":475,"Cost":394,"Date":"11/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":522,"Cost":331,"Date":"12/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":234,"Cost":152,"Date":"1/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":978,"Cost":651,"Date":"1/21/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":881,"Cost":453,"Date":"2/9/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":154,"Cost":113,"Date":"3/19/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":9,"Cost":7,"Date":"4/3/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":126,"Cost":90,"Date":"4/5/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":314,"Cost":204,"Date":"4/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":177,"Cost":153,"Date":"7/10/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":409,"Cost":286,"Date":"3/25/2020"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":619,"Cost":364,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":27,"Cost":20,"Date":"10/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":414,"Cost":283,"Date":"3/2/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":1000,"Cost":549,"Date":"6/28/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":586,"Cost":526,"Date":"7/17/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":438,"Cost":323,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":931,"Cost":641,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":382,"Cost":350,"Date":"11/20/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":393,"Cost":352,"Date":"12/16/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":38,"Cost":19,"Date":"12/30/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":981,"Cost":702,"Date":"2/15/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":864,"Cost":596,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":449,"Cost":318,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":453,"Cost":252,"Date":"4/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":397,"Cost":306,"Date":"7/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":311,"Cost":171,"Date":"8/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":798,"Cost":515,"Date":"10/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":752,"Cost":710,"Date":"11/11/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":202,"Cost":120,"Date":"11/30/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":230,"Cost":216,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":37,"Cost":30,"Date":"3/1/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":291,"Cost":201,"Date":"4/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":229,"Cost":190,"Date":"5/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":252,"Cost":226,"Date":"8/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":840,"Cost":684,"Date":"9/15/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":656,"Cost":425,"Date":"10/14/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":630,"Cost":480,"Date":"10/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":583,"Cost":418,"Date":"11/11/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":103,"Cost":94,"Date":"12/7/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":722,"Cost":543,"Date":"12/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":843,"Cost":433,"Date":"1/6/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":949,"Cost":834,"Date":"1/23/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":494,"Cost":325,"Date":"2/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":228,"Cost":138,"Date":"3/10/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":889,"Cost":529,"Date":"3/12/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":781,"Cost":457,"Date":"3/31/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":179,"Cost":154,"Date":"6/16/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":57,"Cost":39,"Date":"6/17/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":563,"Cost":529,"Date":"8/27/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":689,"Cost":372,"Date":"10/1/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":354,"Cost":217,"Date":"11/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":11,"Cost":8,"Date":"11/9/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":55,"Cost":31,"Date":"3/27/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":877,"Cost":620,"Date":"4/17/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":386,"Cost":222,"Date":"8/11/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":995,"Cost":628,"Date":"8/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":71,"Cost":67,"Date":"9/2/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":741,"Cost":436,"Date":"9/5/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":958,"Cost":492,"Date":"9/14/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":712,"Cost":497,"Date":"9/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":435,"Cost":318,"Date":"11/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":468,"Cost":371,"Date":"12/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":114,"Cost":70,"Date":"1/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":961,"Cost":503,"Date":"1/21/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":215,"Cost":158,"Date":"2/9/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":549,"Cost":426,"Date":"3/19/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":815,"Cost":661,"Date":"4/3/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":1,"Cost":0,"Date":"4/5/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":721,"Cost":448,"Date":"4/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":444,"Cost":282,"Date":"7/10/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":778,"Cost":425,"Date":"3/25/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":635,"Cost":415,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":460,"Cost":437,"Date":"10/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":373,"Cost":331,"Date":"3/2/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":250,"Cost":191,"Date":"6/28/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":858,"Cost":549,"Date":"7/17/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":118,"Cost":81,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":512,"Cost":478,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":313,"Cost":227,"Date":"11/20/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":192,"Cost":178,"Date":"12/16/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":759,"Cost":404,"Date":"12/30/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":577,"Cost":323,"Date":"2/15/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":227,"Cost":115,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":617,"Cost":336,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":124,"Cost":62,"Date":"4/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":576,"Cost":336,"Date":"7/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":374,"Cost":314,"Date":"8/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":77,"Cost":61,"Date":"10/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":848,"Cost":495,"Date":"11/11/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":840,"Cost":753,"Date":"11/30/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":576,"Cost":493,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":876,"Cost":806,"Date":"3/1/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":391,"Cost":365,"Date":"4/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":246,"Cost":135,"Date":"5/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":438,"Cost":400,"Date":"8/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":314,"Cost":218,"Date":"9/15/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":499,"Cost":269,"Date":"10/14/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":380,"Cost":336,"Date":"10/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":667,"Cost":627,"Date":"11/11/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":606,"Cost":319,"Date":"12/7/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":230,"Cost":206,"Date":"12/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":817,"Cost":746,"Date":"1/6/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":572,"Cost":365,"Date":"1/23/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":365,"Cost":326,"Date":"2/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":749,"Cost":545,"Date":"3/10/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":584,"Cost":353,"Date":"3/12/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":60,"Cost":42,"Date":"3/31/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":959,"Cost":822,"Date":"6/16/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":873,"Cost":630,"Date":"6/17/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":657,"Cost":580,"Date":"8/27/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":193,"Cost":171,"Date":"10/1/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":920,"Cost":504,"Date":"11/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":157,"Cost":118,"Date":"11/9/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":134,"Cost":123,"Date":"3/27/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":222,"Cost":149,"Date":"4/17/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":239,"Cost":141,"Date":"8/11/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":178,"Cost":104,"Date":"8/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":412,"Cost":219,"Date":"9/2/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":694,"Cost":494,"Date":"9/5/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":173,"Cost":131,"Date":"9/14/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":564,"Cost":528,"Date":"9/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":216,"Cost":188,"Date":"11/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":852,"Cost":643,"Date":"12/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":332,"Cost":194,"Date":"1/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":225,"Cost":149,"Date":"1/21/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":479,"Cost":413,"Date":"2/9/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":34,"Cost":23,"Date":"3/19/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":691,"Cost":537,"Date":"4/3/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":371,"Cost":187,"Date":"4/5/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":908,"Cost":680,"Date":"4/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":708,"Cost":637,"Date":"7/10/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":534,"Cost":424,"Date":"3/25/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":16,"Cost":15,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":634,"Cost":506,"Date":"10/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":333,"Cost":191,"Date":"3/2/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":216,"Cost":141,"Date":"6/28/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":94,"Cost":59,"Date":"7/17/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":930,"Cost":630,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":789,"Cost":412,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":893,"Cost":599,"Date":"11/20/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":570,"Cost":320,"Date":"12/16/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":501,"Cost":351,"Date":"12/30/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":279,"Cost":150,"Date":"2/15/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":803,"Cost":688,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":5,"Cost":3,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":165,"Cost":103,"Date":"4/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":76,"Cost":56,"Date":"7/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":471,"Cost":258,"Date":"8/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":498,"Cost":458,"Date":"10/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":203,"Cost":130,"Date":"11/11/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":639,"Cost":370,"Date":"11/30/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":330,"Cost":165,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":256,"Cost":209,"Date":"3/1/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":267,"Cost":159,"Date":"4/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":615,"Cost":582,"Date":"5/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":333,"Cost":253,"Date":"8/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":678,"Cost":621,"Date":"9/15/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":296,"Cost":247,"Date":"10/14/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":748,"Cost":705,"Date":"10/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":101,"Cost":54,"Date":"11/11/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":480,"Cost":418,"Date":"12/7/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":804,"Cost":679,"Date":"12/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":437,"Cost":375,"Date":"1/6/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":247,"Cost":224,"Date":"1/23/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":385,"Cost":224,"Date":"2/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":235,"Cost":118,"Date":"3/10/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":33,"Cost":17,"Date":"3/12/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":106,"Cost":64,"Date":"3/31/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":366,"Cost":188,"Date":"6/16/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":754,"Cost":475,"Date":"6/17/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":291,"Cost":164,"Date":"8/27/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":440,"Cost":224,"Date":"10/1/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":544,"Cost":441,"Date":"11/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":788,"Cost":645,"Date":"11/9/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":837,"Cost":522,"Date":"3/27/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":309,"Cost":204,"Date":"4/17/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":829,"Cost":552,"Date":"8/11/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":112,"Cost":59,"Date":"8/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":239,"Cost":127,"Date":"9/2/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":748,"Cost":668,"Date":"9/5/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":510,"Cost":414,"Date":"9/14/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":329,"Cost":196,"Date":"9/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":31,"Cost":28,"Date":"11/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":557,"Cost":482,"Date":"12/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":821,"Cost":594,"Date":"1/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":486,"Cost":291,"Date":"1/21/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":262,"Cost":226,"Date":"2/9/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":545,"Cost":412,"Date":"3/19/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":802,"Cost":691,"Date":"4/3/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":304,"Cost":178,"Date":"4/5/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":861,"Cost":478,"Date":"4/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":838,"Cost":494,"Date":"7/10/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":24,"Cost":17,"Date":"3/25/2020"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":136,"Cost":81,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":45,"Cost":34,"Date":"10/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":263,"Cost":191,"Date":"3/2/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":729,"Cost":540,"Date":"6/28/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":611,"Cost":350,"Date":"7/17/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":542,"Cost":411,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":557,"Cost":481,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":570,"Cost":384,"Date":"11/20/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":198,"Cost":123,"Date":"12/16/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":150,"Cost":78,"Date":"12/30/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":300,"Cost":255,"Date":"2/15/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":869,"Cost":582,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":333,"Cost":213,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":903,"Cost":842,"Date":"4/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":402,"Cost":349,"Date":"7/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":167,"Cost":93,"Date":"8/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":283,"Cost":257,"Date":"10/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":758,"Cost":467,"Date":"11/11/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":389,"Cost":220,"Date":"11/30/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":422,"Cost":225,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":342,"Cost":281,"Date":"3/1/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":22,"Cost":18,"Date":"4/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":614,"Cost":340,"Date":"5/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":66,"Cost":57,"Date":"8/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":830,"Cost":454,"Date":"9/15/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":956,"Cost":691,"Date":"10/14/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":845,"Cost":685,"Date":"10/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":639,"Cost":491,"Date":"11/11/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":420,"Cost":362,"Date":"12/7/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":687,"Cost":346,"Date":"12/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":806,"Cost":682,"Date":"1/6/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":250,"Cost":169,"Date":"1/23/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":441,"Cost":291,"Date":"2/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":301,"Cost":173,"Date":"3/10/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":239,"Cost":154,"Date":"3/12/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":828,"Cost":772,"Date":"3/31/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":344,"Cost":239,"Date":"6/16/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":731,"Cost":666,"Date":"6/17/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":315,"Cost":161,"Date":"8/27/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":978,"Cost":840,"Date":"10/1/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":13,"Cost":9,"Date":"11/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":806,"Cost":732,"Date":"11/9/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":969,"Cost":891,"Date":"3/27/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":504,"Cost":309,"Date":"4/17/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":31,"Cost":19,"Date":"8/11/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":101,"Cost":92,"Date":"8/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":812,"Cost":631,"Date":"9/2/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":69,"Cost":53,"Date":"9/5/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":750,"Cost":483,"Date":"9/14/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":697,"Cost":551,"Date":"9/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":81,"Cost":45,"Date":"11/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":238,"Cost":120,"Date":"12/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":318,"Cost":162,"Date":"1/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":453,"Date":"1/21/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":646,"Cost":482,"Date":"2/9/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":468,"Cost":401,"Date":"3/19/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":481,"Cost":298,"Date":"4/3/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":408,"Cost":251,"Date":"4/5/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":84,"Cost":45,"Date":"4/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":207,"Cost":162,"Date":"7/10/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":231,"Cost":216,"Date":"3/25/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":471,"Cost":374,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":626,"Cost":544,"Date":"10/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":58,"Cost":35,"Date":"3/2/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":317,"Cost":278,"Date":"6/28/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":696,"Cost":585,"Date":"7/17/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":781,"Cost":581,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":475,"Cost":238,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":190,"Cost":138,"Date":"11/20/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":840,"Cost":704,"Date":"12/16/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":399,"Date":"12/30/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":634,"Cost":546,"Date":"2/15/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":548,"Cost":427,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":297,"Cost":203,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":525,"Cost":397,"Date":"4/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":793,"Cost":432,"Date":"7/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":402,"Date":"8/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":74,"Cost":57,"Date":"10/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":780,"Cost":528,"Date":"11/11/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":839,"Cost":602,"Date":"11/30/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":16,"Cost":14,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":530,"Cost":355,"Date":"3/1/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":475,"Cost":272,"Date":"4/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":968,"Cost":733,"Date":"5/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":421,"Cost":379,"Date":"8/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":693,"Cost":385,"Date":"9/15/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":21,"Date":"10/14/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":169,"Date":"10/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":265,"Cost":193,"Date":"11/11/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":834,"Cost":508,"Date":"12/7/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":143,"Cost":121,"Date":"12/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":210,"Cost":127,"Date":"1/6/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":41,"Cost":26,"Date":"1/23/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":760,"Cost":413,"Date":"2/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":684,"Cost":369,"Date":"3/10/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":427,"Cost":334,"Date":"3/12/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":211,"Cost":156,"Date":"3/31/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":86,"Cost":78,"Date":"6/16/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":55,"Cost":41,"Date":"6/17/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":957,"Cost":772,"Date":"8/27/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":934,"Cost":749,"Date":"10/1/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":882,"Cost":609,"Date":"11/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":540,"Cost":425,"Date":"11/9/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":892,"Cost":626,"Date":"3/27/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":611,"Cost":321,"Date":"4/17/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":759,"Cost":611,"Date":"8/11/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":741,"Cost":541,"Date":"8/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":131,"Cost":93,"Date":"9/2/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":802,"Cost":746,"Date":"9/5/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":565,"Cost":385,"Date":"9/14/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":270,"Cost":178,"Date":"9/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":220,"Cost":144,"Date":"11/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":859,"Cost":679,"Date":"12/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":208,"Cost":164,"Date":"1/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":35,"Cost":30,"Date":"1/21/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":758,"Cost":540,"Date":"2/9/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":314,"Cost":228,"Date":"3/19/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":302,"Cost":256,"Date":"4/3/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":718,"Cost":516,"Date":"4/5/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":387,"Cost":294,"Date":"4/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":312,"Cost":266,"Date":"7/10/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":943,"Cost":676,"Date":"3/25/2020"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":983,"Cost":805,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":670,"Cost":358,"Date":"10/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":396,"Cost":326,"Date":"3/2/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":27,"Cost":17,"Date":"6/28/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":724,"Cost":466,"Date":"7/17/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":619,"Cost":454,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":714,"Cost":470,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":531,"Cost":390,"Date":"11/20/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":437,"Cost":221,"Date":"12/16/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":689,"Cost":396,"Date":"12/30/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":954,"Cost":774,"Date":"2/15/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":384,"Cost":315,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":785,"Cost":481,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":210,"Cost":196,"Date":"4/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":964,"Cost":834,"Date":"7/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":354,"Cost":251,"Date":"8/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":762,"Cost":721,"Date":"10/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":800,"Cost":515,"Date":"11/11/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":589,"Cost":335,"Date":"11/30/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":735,"Cost":530,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":388,"Cost":306,"Date":"3/1/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":43,"Cost":38,"Date":"4/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":135,"Cost":99,"Date":"5/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":75,"Cost":63,"Date":"8/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":661,"Cost":538,"Date":"9/15/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":529,"Cost":368,"Date":"10/14/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":50,"Cost":46,"Date":"10/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":668,"Cost":348,"Date":"11/11/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":495,"Cost":338,"Date":"12/7/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":34,"Cost":18,"Date":"12/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":410,"Cost":247,"Date":"1/6/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":780,"Cost":622,"Date":"1/23/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":698,"Cost":652,"Date":"2/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":726,"Cost":527,"Date":"3/10/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":576,"Cost":458,"Date":"3/12/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":221,"Cost":118,"Date":"3/31/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":342,"Cost":211,"Date":"6/16/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":884,"Cost":702,"Date":"6/17/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":688,"Cost":382,"Date":"8/27/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":708,"Cost":471,"Date":"10/1/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":85,"Cost":68,"Date":"11/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":914,"Cost":665,"Date":"11/9/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":324,"Cost":269,"Date":"3/27/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":635,"Cost":329,"Date":"4/17/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":958,"Cost":881,"Date":"8/11/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":922,"Cost":468,"Date":"8/21/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":581,"Cost":343,"Date":"9/2/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":842,"Cost":668,"Date":"9/5/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":576,"Cost":500,"Date":"9/14/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":393,"Cost":203,"Date":"9/20/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":44,"Cost":40,"Date":"11/20/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":888,"Cost":566,"Date":"12/21/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":102,"Cost":93,"Date":"1/7/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":747,"Cost":489,"Date":"1/21/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":3,"Cost":2,"Date":"2/9/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":112,"Cost":67,"Date":"3/19/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":248,"Cost":166,"Date":"4/3/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":32,"Cost":21,"Date":"4/5/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":488,"Cost":401,"Date":"4/28/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":210,"Cost":125,"Date":"7/10/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":637,"Cost":404,"Date":"3/25/2020"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":702,"Cost":482,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":537,"Cost":453,"Date":"10/28/2020"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":726,"Cost":683,"Date":"3/2/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":63,"Cost":60,"Date":"6/28/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":696,"Cost":471,"Date":"7/17/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":311,"Cost":232,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":489,"Cost":429,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":158,"Cost":123,"Date":"11/20/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":813,"Cost":568,"Date":"12/16/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":708,"Cost":360,"Date":"12/30/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":73,"Cost":42,"Date":"2/15/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":755,"Cost":381,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":549,"Cost":335,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":631,"Cost":495,"Date":"4/18/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":919,"Cost":866,"Date":"7/27/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":75,"Cost":40,"Date":"8/18/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":40,"Cost":35,"Date":"10/31/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":714,"Cost":652,"Date":"11/11/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":25,"Cost":20,"Date":"11/30/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":205,"Cost":117,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":159,"Cost":140,"Date":"3/1/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":449,"Cost":400,"Date":"4/13/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":720,"Cost":427,"Date":"5/20/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":302,"Cost":236,"Date":"8/13/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":335,"Cost":232,"Date":"9/15/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":889,"Cost":615,"Date":"10/14/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":573,"Cost":336,"Date":"10/28/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":477,"Cost":316,"Date":"11/11/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":874,"Cost":642,"Date":"12/7/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":280,"Cost":192,"Date":"12/21/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":898,"Cost":697,"Date":"1/6/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":161,"Cost":136,"Date":"1/23/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":694,"Cost":422,"Date":"2/4/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":857,"Cost":453,"Date":"3/10/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":898,"Cost":679,"Date":"3/12/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":313,"Cost":161,"Date":"3/31/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":18,"Cost":10,"Date":"6/16/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":791,"Cost":661,"Date":"6/17/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":92,"Cost":67,"Date":"8/27/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":373,"Cost":229,"Date":"10/1/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":353,"Cost":318,"Date":"11/4/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":5,"Cost":2,"Date":"11/9/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":804,"Cost":691,"Date":"3/27/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":55,"Cost":52,"Date":"4/17/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":984,"Cost":508,"Date":"8/11/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":811,"Cost":588,"Date":"8/21/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":306,"Cost":167,"Date":"9/2/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":122,"Cost":85,"Date":"9/5/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":720,"Cost":654,"Date":"9/14/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":567,"Cost":363,"Date":"9/20/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":170,"Cost":154,"Date":"11/20/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":490,"Cost":303,"Date":"12/21/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":614,"Cost":469,"Date":"1/7/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":509,"Cost":445,"Date":"1/21/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":545,"Cost":405,"Date":"2/9/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":548,"Cost":373,"Date":"3/19/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":546,"Cost":362,"Date":"4/3/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":689,"Cost":430,"Date":"4/5/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":210,"Cost":153,"Date":"4/28/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":631,"Cost":322,"Date":"7/10/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":118,"Cost":73,"Date":"3/25/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":202,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":279,"Cost":249,"Date":"10/28/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":816,"Cost":503,"Date":"3/2/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":535,"Cost":429,"Date":"6/28/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":576,"Cost":492,"Date":"7/17/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":652,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":452,"Cost":429,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":46,"Cost":24,"Date":"11/20/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":391,"Date":"12/16/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":531,"Date":"12/30/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":382,"Cost":294,"Date":"2/15/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":32,"Cost":18,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":505,"Cost":476,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":765,"Cost":594,"Date":"4/18/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":784,"Cost":593,"Date":"7/27/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":12,"Date":"8/18/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":512,"Cost":393,"Date":"10/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":282,"Cost":232,"Date":"11/11/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":123,"Cost":93,"Date":"11/30/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":208,"Cost":155,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":392,"Cost":322,"Date":"3/1/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":504,"Cost":374,"Date":"4/13/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":384,"Cost":204,"Date":"5/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":32,"Cost":18,"Date":"8/13/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":42,"Cost":27,"Date":"9/15/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":161,"Date":"10/14/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":995,"Cost":676,"Date":"10/28/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":69,"Cost":52,"Date":"11/11/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":877,"Cost":644,"Date":"12/7/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":916,"Cost":503,"Date":"12/21/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":103,"Cost":91,"Date":"1/6/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":859,"Cost":609,"Date":"1/23/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":122,"Cost":111,"Date":"2/4/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":673,"Cost":588,"Date":"3/10/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":72,"Cost":52,"Date":"3/12/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":655,"Cost":445,"Date":"3/31/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":523,"Cost":315,"Date":"6/16/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":5,"Cost":2,"Date":"6/17/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":98,"Cost":76,"Date":"8/27/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":998,"Cost":579,"Date":"10/1/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":351,"Date":"11/4/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":81,"Cost":44,"Date":"11/9/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":735,"Cost":692,"Date":"3/27/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":589,"Cost":320,"Date":"4/17/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":601,"Cost":335,"Date":"8/11/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":115,"Cost":87,"Date":"8/21/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":392,"Date":"9/2/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":130,"Date":"9/5/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":566,"Cost":451,"Date":"9/14/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":524,"Cost":409,"Date":"9/20/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":348,"Date":"11/20/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":459,"Cost":410,"Date":"12/21/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":794,"Cost":697,"Date":"1/7/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":991,"Cost":566,"Date":"1/21/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":490,"Cost":311,"Date":"2/9/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":228,"Date":"3/19/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":720,"Date":"4/3/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":431,"Cost":273,"Date":"4/5/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":998,"Cost":671,"Date":"4/28/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":768,"Cost":506,"Date":"7/10/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":43,"Cost":41,"Date":"3/25/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":991,"Cost":524,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":545,"Cost":514,"Date":"10/28/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":84,"Cost":57,"Date":"3/2/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":101,"Cost":56,"Date":"6/28/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":163,"Cost":152,"Date":"7/17/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":788,"Cost":630,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":762,"Cost":482,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":508,"Cost":344,"Date":"11/20/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":724,"Cost":650,"Date":"12/16/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":367,"Cost":306,"Date":"12/30/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":530,"Cost":469,"Date":"2/15/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":196,"Cost":157,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":848,"Cost":656,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":406,"Date":"4/18/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":117,"Cost":97,"Date":"7/27/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":5,"Cost":3,"Date":"8/18/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":991,"Cost":540,"Date":"10/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":351,"Cost":331,"Date":"11/11/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":148,"Cost":97,"Date":"11/30/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":978,"Cost":874,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":75,"Cost":59,"Date":"3/1/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":397,"Cost":312,"Date":"4/13/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":361,"Cost":260,"Date":"5/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":838,"Cost":780,"Date":"8/13/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":992,"Cost":784,"Date":"9/15/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":438,"Date":"10/14/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":675,"Cost":356,"Date":"10/28/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":661,"Cost":625,"Date":"11/11/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":24,"Cost":20,"Date":"12/7/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":79,"Cost":73,"Date":"12/21/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":914,"Cost":605,"Date":"1/6/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":831,"Cost":418,"Date":"1/23/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":316,"Cost":280,"Date":"2/4/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":14,"Cost":8,"Date":"3/10/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":148,"Cost":88,"Date":"3/12/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":160,"Cost":107,"Date":"3/31/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":177,"Cost":99,"Date":"6/16/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":322,"Cost":303,"Date":"6/17/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":222,"Cost":204,"Date":"8/27/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":756,"Cost":400,"Date":"10/1/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":17,"Date":"11/4/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":177,"Cost":92,"Date":"11/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":633,"Cost":539,"Date":"3/27/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":622,"Cost":429,"Date":"4/17/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":388,"Cost":211,"Date":"8/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":633,"Cost":340,"Date":"8/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":606,"Cost":537,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":794,"Cost":570,"Date":"9/5/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":834,"Cost":571,"Date":"9/14/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":718,"Cost":579,"Date":"9/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":726,"Cost":432,"Date":"11/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":857,"Cost":545,"Date":"12/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":325,"Cost":271,"Date":"1/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":793,"Cost":549,"Date":"1/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":321,"Cost":235,"Date":"2/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":927,"Cost":862,"Date":"3/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":340,"Cost":221,"Date":"4/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":440,"Cost":300,"Date":"4/5/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":828,"Cost":635,"Date":"4/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":24,"Cost":17,"Date":"7/10/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":726,"Cost":451,"Date":"3/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":887,"Cost":663,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":208,"Cost":191,"Date":"10/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":156,"Cost":102,"Date":"3/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":822,"Cost":491,"Date":"6/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":16,"Cost":10,"Date":"7/17/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":919,"Cost":788,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":147,"Cost":91,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":810,"Cost":732,"Date":"11/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":171,"Cost":140,"Date":"12/16/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":346,"Cost":259,"Date":"12/30/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":530,"Cost":322,"Date":"2/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":79,"Cost":56,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":475,"Cost":284,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":190,"Cost":177,"Date":"4/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":140,"Cost":127,"Date":"7/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":87,"Cost":54,"Date":"8/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":679,"Cost":363,"Date":"10/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":589,"Cost":412,"Date":"11/11/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":597,"Cost":546,"Date":"11/30/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":754,"Cost":597,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":228,"Cost":186,"Date":"3/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":126,"Cost":105,"Date":"4/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":437,"Cost":287,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":855,"Cost":447,"Date":"8/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":914,"Cost":497,"Date":"9/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":170,"Cost":95,"Date":"10/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":259,"Cost":194,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":244,"Cost":126,"Date":"11/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":404,"Cost":268,"Date":"12/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":58,"Cost":42,"Date":"12/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":832,"Cost":746,"Date":"1/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":505,"Cost":465,"Date":"1/23/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":946,"Cost":843,"Date":"2/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":310,"Cost":282,"Date":"3/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":413,"Cost":353,"Date":"3/12/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":762,"Cost":565,"Date":"3/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":684,"Cost":494,"Date":"6/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":566,"Cost":467,"Date":"6/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":546,"Cost":424,"Date":"8/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":915,"Cost":855,"Date":"10/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":373,"Cost":301,"Date":"11/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":462,"Cost":404,"Date":"11/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":25,"Cost":21,"Date":"3/27/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":684,"Cost":429,"Date":"4/17/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":259,"Cost":241,"Date":"8/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":353,"Cost":333,"Date":"8/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":912,"Cost":829,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":975,"Cost":633,"Date":"9/5/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":485,"Cost":328,"Date":"9/14/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":869,"Cost":540,"Date":"9/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":302,"Cost":210,"Date":"11/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":819,"Cost":478,"Date":"12/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":320,"Cost":285,"Date":"1/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":239,"Cost":162,"Date":"1/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":606,"Cost":469,"Date":"2/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":985,"Cost":786,"Date":"3/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":338,"Cost":307,"Date":"4/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":14,"Cost":10,"Date":"4/5/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":240,"Cost":144,"Date":"4/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":367,"Cost":282,"Date":"7/10/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":978,"Cost":865,"Date":"3/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":563,"Cost":285,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":45,"Cost":24,"Date":"10/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":324,"Cost":165,"Date":"3/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":866,"Cost":531,"Date":"6/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":62,"Cost":31,"Date":"7/17/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":222,"Cost":133,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":370,"Cost":248,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":665,"Cost":529,"Date":"11/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":538,"Cost":485,"Date":"12/16/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":165,"Cost":128,"Date":"12/30/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":699,"Cost":543,"Date":"2/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":308,"Cost":187,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":968,"Cost":774,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":664,"Cost":439,"Date":"4/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":499,"Cost":396,"Date":"7/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":683,"Cost":426,"Date":"8/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":892,"Cost":700,"Date":"10/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":645,"Cost":352,"Date":"11/11/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":239,"Cost":135,"Date":"11/30/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":614,"Cost":522,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":494,"Cost":428,"Date":"3/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":930,"Cost":750,"Date":"4/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":992,"Cost":797,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":272,"Cost":228,"Date":"8/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":714,"Cost":645,"Date":"9/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":185,"Cost":104,"Date":"10/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":907,"Cost":816,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":601,"Cost":365,"Date":"11/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":805,"Cost":429,"Date":"12/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":112,"Cost":67,"Date":"12/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":148,"Cost":111,"Date":"1/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":540,"Cost":305,"Date":"1/23/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":816,"Cost":643,"Date":"2/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":533,"Cost":456,"Date":"3/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":935,"Cost":522,"Date":"3/12/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":944,"Cost":661,"Date":"3/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":224,"Cost":121,"Date":"6/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":638,"Cost":562,"Date":"6/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":117,"Cost":80,"Date":"8/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":473,"Cost":331,"Date":"10/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":882,"Cost":614,"Date":"11/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":500,"Cost":290,"Date":"11/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":435,"Cost":290,"Date":"3/27/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":100,"Cost":65,"Date":"4/17/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":41,"Cost":35,"Date":"8/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":522,"Cost":358,"Date":"8/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":601,"Cost":405,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":459,"Cost":315,"Date":"9/5/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":450,"Cost":363,"Date":"9/14/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":515,"Cost":318,"Date":"9/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":668,"Cost":632,"Date":"11/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":352,"Date":"12/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":791,"Cost":721,"Date":"1/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":782,"Cost":593,"Date":"1/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":359,"Cost":313,"Date":"2/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":614,"Date":"3/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":287,"Cost":242,"Date":"4/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":846,"Cost":715,"Date":"4/5/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":468,"Cost":354,"Date":"4/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":302,"Cost":205,"Date":"7/10/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":792,"Cost":408,"Date":"3/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":877,"Cost":768,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":661,"Cost":483,"Date":"10/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":100,"Cost":53,"Date":"3/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":911,"Cost":502,"Date":"6/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":319,"Cost":227,"Date":"7/17/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":222,"Cost":198,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":984,"Cost":497,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":713,"Cost":378,"Date":"11/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":107,"Cost":91,"Date":"12/16/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":240,"Cost":158,"Date":"12/30/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":66,"Cost":49,"Date":"2/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":12,"Cost":11,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":731,"Cost":368,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":108,"Cost":82,"Date":"4/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":385,"Cost":277,"Date":"7/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":129,"Date":"8/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":246,"Cost":181,"Date":"10/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":436,"Cost":282,"Date":"11/11/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":237,"Cost":131,"Date":"11/30/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":392,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":716,"Cost":679,"Date":"3/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":813,"Cost":506,"Date":"4/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":889,"Cost":543,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":81,"Cost":60,"Date":"8/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":538,"Cost":278,"Date":"9/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":360,"Cost":213,"Date":"10/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":408,"Cost":368,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":9,"Cost":5,"Date":"11/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":433,"Date":"12/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":964,"Cost":595,"Date":"12/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":421,"Cost":315,"Date":"1/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":190,"Date":"1/23/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":630,"Cost":406,"Date":"2/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":403,"Cost":303,"Date":"3/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":849,"Cost":516,"Date":"3/12/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":663,"Cost":549,"Date":"3/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":535,"Cost":475,"Date":"6/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":855,"Cost":562,"Date":"6/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":34,"Date":"8/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":95,"Cost":67,"Date":"10/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":510,"Cost":428,"Date":"11/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":142,"Cost":93,"Date":"11/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":870,"Cost":495,"Date":"3/27/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":850,"Cost":747,"Date":"4/17/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":833,"Cost":743,"Date":"8/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":604,"Cost":423,"Date":"8/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":687,"Cost":590,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":477,"Cost":369,"Date":"9/5/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":588,"Cost":463,"Date":"9/14/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":906,"Cost":548,"Date":"9/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":450,"Cost":231,"Date":"11/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":61,"Cost":57,"Date":"12/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":95,"Cost":65,"Date":"1/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":82,"Cost":69,"Date":"1/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":30,"Cost":20,"Date":"2/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":402,"Cost":374,"Date":"3/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":651,"Cost":330,"Date":"4/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":338,"Cost":173,"Date":"4/5/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":516,"Cost":468,"Date":"4/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":449,"Cost":251,"Date":"7/10/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":818,"Cost":764,"Date":"3/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":481,"Cost":362,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":383,"Cost":198,"Date":"10/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":667,"Cost":525,"Date":"3/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":842,"Cost":712,"Date":"6/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":382,"Cost":345,"Date":"7/17/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":712,"Cost":580,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":86,"Cost":62,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":975,"Cost":675,"Date":"11/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":308,"Cost":190,"Date":"12/16/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":482,"Cost":438,"Date":"12/30/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":320,"Cost":216,"Date":"2/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":802,"Cost":569,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":494,"Cost":250,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":687,"Cost":529,"Date":"4/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":67,"Cost":36,"Date":"7/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":164,"Cost":137,"Date":"8/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":403,"Cost":323,"Date":"10/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":104,"Cost":87,"Date":"11/11/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":688,"Cost":450,"Date":"11/30/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":32,"Cost":18,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":722,"Cost":595,"Date":"3/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":664,"Cost":369,"Date":"4/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":392,"Cost":212,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":369,"Cost":238,"Date":"8/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":255,"Cost":153,"Date":"9/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":390,"Cost":291,"Date":"10/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":263,"Cost":158,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":925,"Cost":641,"Date":"11/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":184,"Cost":118,"Date":"12/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":213,"Cost":185,"Date":"12/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":678,"Cost":599,"Date":"1/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":127,"Cost":120,"Date":"1/23/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":408,"Cost":239,"Date":"2/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":524,"Cost":470,"Date":"3/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":491,"Cost":332,"Date":"3/12/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":105,"Cost":76,"Date":"3/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":566,"Cost":356,"Date":"6/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":602,"Cost":568,"Date":"6/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":837,"Cost":525,"Date":"8/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":468,"Cost":378,"Date":"10/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":131,"Cost":97,"Date":"11/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":648,"Cost":413,"Date":"11/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":769,"Cost":465,"Date":"3/27/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":288,"Cost":226,"Date":"4/17/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":261,"Cost":228,"Date":"8/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":982,"Cost":635,"Date":"8/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":309,"Cost":263,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":232,"Cost":188,"Date":"9/5/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":682,"Cost":512,"Date":"9/14/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":802,"Cost":516,"Date":"9/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":881,"Cost":618,"Date":"11/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":241,"Cost":131,"Date":"12/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":208,"Cost":192,"Date":"1/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":113,"Cost":63,"Date":"1/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":542,"Cost":360,"Date":"2/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":495,"Cost":415,"Date":"3/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":918,"Cost":633,"Date":"4/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":669,"Cost":601,"Date":"4/5/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":405,"Cost":307,"Date":"4/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":546,"Cost":281,"Date":"7/10/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":311,"Cost":262,"Date":"3/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":249,"Cost":223,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":742,"Cost":380,"Date":"10/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":247,"Cost":174,"Date":"3/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":405,"Cost":339,"Date":"6/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":395,"Cost":281,"Date":"7/17/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":81,"Cost":56,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":406,"Cost":243,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":321,"Cost":302,"Date":"11/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":404,"Cost":323,"Date":"12/16/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":968,"Cost":675,"Date":"12/30/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":322,"Cost":172,"Date":"2/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":688,"Cost":558,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":545,"Cost":407,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":190,"Cost":173,"Date":"4/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":360,"Cost":271,"Date":"7/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":280,"Cost":266,"Date":"8/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":349,"Cost":291,"Date":"10/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":695,"Cost":489,"Date":"11/11/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":153,"Cost":113,"Date":"11/30/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":739,"Cost":488,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":248,"Cost":232,"Date":"3/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":538,"Cost":362,"Date":"4/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":800,"Cost":658,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":43,"Cost":31,"Date":"8/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":618,"Cost":431,"Date":"9/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":79,"Cost":70,"Date":"10/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":759,"Cost":543,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":93,"Cost":84,"Date":"11/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":194,"Cost":110,"Date":"12/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":367,"Cost":239,"Date":"12/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":251,"Cost":189,"Date":"1/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":502,"Cost":356,"Date":"1/23/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":145,"Cost":74,"Date":"2/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":693,"Cost":446,"Date":"3/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":964,"Cost":896,"Date":"3/12/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":990,"Cost":910,"Date":"3/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":842,"Cost":755,"Date":"6/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":199,"Cost":135,"Date":"6/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":560,"Cost":365,"Date":"8/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":629,"Cost":487,"Date":"10/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":623,"Cost":496,"Date":"11/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":458,"Cost":302,"Date":"11/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":360,"Cost":199,"Date":"3/27/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":909,"Cost":861,"Date":"4/17/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":11,"Cost":10,"Date":"8/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":893,"Cost":600,"Date":"8/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":761,"Cost":634,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":583,"Cost":391,"Date":"9/5/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":1000,"Cost":883,"Date":"9/14/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":6,"Cost":4,"Date":"9/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":193,"Date":"11/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":155,"Cost":120,"Date":"12/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":314,"Cost":180,"Date":"1/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":373,"Cost":282,"Date":"1/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":875,"Cost":449,"Date":"2/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":225,"Cost":201,"Date":"3/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":66,"Cost":37,"Date":"4/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":708,"Cost":514,"Date":"4/5/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":916,"Cost":523,"Date":"4/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":175,"Cost":116,"Date":"7/10/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":696,"Cost":647,"Date":"3/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":7,"Cost":6,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":68,"Cost":47,"Date":"10/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":936,"Cost":879,"Date":"3/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":813,"Cost":615,"Date":"6/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":965,"Cost":717,"Date":"7/17/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":381,"Cost":306,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":495,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":526,"Cost":330,"Date":"11/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":185,"Cost":173,"Date":"12/16/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":968,"Cost":588,"Date":"12/30/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":442,"Cost":246,"Date":"2/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":301,"Cost":165,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":61,"Cost":55,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":255,"Cost":208,"Date":"4/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":776,"Cost":495,"Date":"7/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":805,"Cost":613,"Date":"8/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":544,"Cost":513,"Date":"10/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":141,"Cost":103,"Date":"11/11/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":887,"Cost":489,"Date":"11/30/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":527,"Cost":351,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":900,"Cost":701,"Date":"3/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":465,"Cost":361,"Date":"4/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":474,"Cost":408,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":587,"Cost":313,"Date":"8/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":298,"Cost":208,"Date":"9/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":521,"Cost":380,"Date":"10/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":558,"Cost":345,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":384,"Cost":332,"Date":"11/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":583,"Cost":551,"Date":"12/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":122,"Cost":88,"Date":"12/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":871,"Cost":574,"Date":"1/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":823,"Cost":675,"Date":"1/23/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":808,"Cost":740,"Date":"2/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":39,"Cost":29,"Date":"3/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":907,"Cost":507,"Date":"3/12/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":9,"Cost":8,"Date":"3/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":956,"Cost":486,"Date":"6/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":768,"Cost":703,"Date":"6/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":751,"Cost":559,"Date":"8/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":683,"Cost":597,"Date":"10/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":365,"Cost":306,"Date":"11/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":472,"Cost":277,"Date":"11/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":287,"Cost":167,"Date":"3/27/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":62,"Cost":48,"Date":"4/17/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":277,"Cost":211,"Date":"8/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":232,"Cost":172,"Date":"8/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":351,"Cost":285,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":794,"Cost":547,"Date":"9/5/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":523,"Cost":315,"Date":"9/14/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":109,"Cost":63,"Date":"9/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":900,"Cost":618,"Date":"11/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":889,"Cost":826,"Date":"12/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":633,"Cost":515,"Date":"1/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":889,"Cost":597,"Date":"1/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":741,"Cost":462,"Date":"2/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":526,"Cost":498,"Date":"3/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":1,"Cost":1,"Date":"4/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":172,"Cost":100,"Date":"4/5/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":437,"Cost":279,"Date":"4/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":378,"Cost":233,"Date":"7/10/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":346,"Cost":215,"Date":"3/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":904,"Cost":641,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":30,"Cost":21,"Date":"10/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":406,"Cost":284,"Date":"3/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":286,"Cost":148,"Date":"6/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":185,"Cost":96,"Date":"7/17/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":76,"Cost":47,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":907,"Cost":523,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":198,"Cost":150,"Date":"11/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":294,"Cost":205,"Date":"12/16/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":605,"Cost":489,"Date":"12/30/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":341,"Cost":314,"Date":"2/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":172,"Cost":156,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":57,"Cost":55,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":677,"Cost":491,"Date":"4/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":594,"Cost":456,"Date":"7/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":661,"Cost":395,"Date":"8/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":917,"Cost":856,"Date":"10/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":345,"Cost":221,"Date":"11/11/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":732,"Cost":426,"Date":"11/30/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":61,"Cost":52,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":699,"Cost":638,"Date":"3/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":722,"Cost":460,"Date":"4/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":941,"Cost":688,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":637,"Cost":367,"Date":"8/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":832,"Cost":688,"Date":"9/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":834,"Cost":523,"Date":"10/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":743,"Cost":492,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":282,"Cost":147,"Date":"11/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":210,"Cost":170,"Date":"12/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":847,"Cost":467,"Date":"12/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":929,"Cost":584,"Date":"1/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":251,"Cost":188,"Date":"1/23/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":711,"Cost":445,"Date":"2/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":649,"Cost":613,"Date":"3/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":710,"Cost":360,"Date":"3/12/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":583,"Cost":530,"Date":"3/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":749,"Cost":477,"Date":"6/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":243,"Cost":127,"Date":"6/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":363,"Cost":250,"Date":"8/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":979,"Cost":522,"Date":"10/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":316,"Cost":234,"Date":"11/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":211,"Cost":108,"Date":"11/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":191,"Cost":135,"Date":"3/27/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":74,"Cost":48,"Date":"4/17/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":768,"Cost":459,"Date":"8/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":882,"Cost":592,"Date":"8/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":350,"Cost":215,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":706,"Cost":579,"Date":"9/5/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":752,"Cost":415,"Date":"9/14/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":887,"Cost":543,"Date":"9/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":652,"Cost":478,"Date":"11/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":873,"Cost":631,"Date":"12/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":710,"Cost":429,"Date":"1/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":750,"Cost":435,"Date":"1/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":506,"Cost":304,"Date":"2/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":829,"Date":"3/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":191,"Cost":151,"Date":"4/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":496,"Cost":378,"Date":"4/5/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":902,"Cost":799,"Date":"4/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":610,"Cost":327,"Date":"7/10/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":704,"Cost":666,"Date":"3/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":714,"Cost":469,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":459,"Cost":415,"Date":"10/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":40,"Cost":26,"Date":"3/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":131,"Cost":72,"Date":"6/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":56,"Cost":37,"Date":"7/17/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":546,"Cost":278,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":421,"Cost":339,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":980,"Cost":669,"Date":"11/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":745,"Cost":494,"Date":"12/16/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":197,"Date":"12/30/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":768,"Cost":689,"Date":"2/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":443,"Cost":240,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":378,"Cost":222,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":746,"Cost":693,"Date":"4/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":29,"Cost":17,"Date":"7/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":640,"Cost":379,"Date":"8/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":897,"Cost":647,"Date":"10/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":481,"Cost":244,"Date":"11/11/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":388,"Cost":342,"Date":"11/30/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":434,"Cost":392,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":575,"Cost":327,"Date":"3/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":283,"Cost":192,"Date":"4/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":13,"Cost":12,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":805,"Cost":596,"Date":"8/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":36,"Cost":31,"Date":"9/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":206,"Cost":141,"Date":"10/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":56,"Cost":46,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":996,"Cost":617,"Date":"11/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":931,"Cost":584,"Date":"12/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":71,"Cost":52,"Date":"12/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":399,"Cost":345,"Date":"1/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":42,"Cost":32,"Date":"1/23/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":295,"Cost":250,"Date":"2/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":692,"Cost":486,"Date":"3/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":286,"Cost":269,"Date":"3/12/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":678,"Cost":410,"Date":"3/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":327,"Cost":201,"Date":"6/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":413,"Cost":358,"Date":"6/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":948,"Cost":602,"Date":"8/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":682,"Cost":469,"Date":"10/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":519,"Cost":370,"Date":"11/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":274,"Date":"11/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":399,"Cost":240,"Date":"3/27/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":641,"Cost":477,"Date":"4/17/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":736,"Cost":651,"Date":"8/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":997,"Cost":859,"Date":"8/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":823,"Cost":676,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":444,"Cost":406,"Date":"9/5/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":116,"Cost":96,"Date":"9/14/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":757,"Cost":519,"Date":"9/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":351,"Cost":290,"Date":"11/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":379,"Cost":310,"Date":"12/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":493,"Cost":266,"Date":"1/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":497,"Cost":302,"Date":"1/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":75,"Cost":41,"Date":"2/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":297,"Cost":218,"Date":"3/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":792,"Cost":520,"Date":"4/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":81,"Cost":54,"Date":"4/5/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":861,"Cost":561,"Date":"4/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":636,"Cost":348,"Date":"7/10/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":379,"Cost":347,"Date":"3/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":451,"Cost":257,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":33,"Cost":31,"Date":"10/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":476,"Cost":363,"Date":"3/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":152,"Cost":136,"Date":"6/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":255,"Cost":169,"Date":"7/17/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":275,"Cost":187,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":337,"Cost":250,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":201,"Cost":131,"Date":"11/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":354,"Cost":239,"Date":"12/16/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":839,"Cost":689,"Date":"12/30/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":465,"Cost":240,"Date":"2/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":102,"Cost":70,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":938,"Cost":719,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":867,"Cost":533,"Date":"4/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":992,"Cost":678,"Date":"7/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":394,"Cost":252,"Date":"8/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":462,"Cost":293,"Date":"10/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":36,"Cost":27,"Date":"11/11/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":149,"Cost":77,"Date":"11/30/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":943,"Cost":777,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":803,"Cost":696,"Date":"3/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":362,"Cost":308,"Date":"4/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":529,"Cost":342,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":350,"Cost":287,"Date":"8/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":604,"Cost":427,"Date":"9/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":40,"Cost":22,"Date":"10/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":56,"Cost":31,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":978,"Cost":858,"Date":"11/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":589,"Cost":555,"Date":"12/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":259,"Cost":234,"Date":"12/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":944,"Cost":536,"Date":"1/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":759,"Cost":700,"Date":"1/23/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":368,"Cost":305,"Date":"2/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":411,"Cost":366,"Date":"3/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":247,"Cost":195,"Date":"3/12/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":783,"Cost":699,"Date":"3/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":441,"Cost":263,"Date":"6/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":296,"Cost":251,"Date":"6/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":857,"Cost":695,"Date":"8/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":915,"Cost":728,"Date":"10/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":168,"Cost":85,"Date":"11/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":951,"Cost":488,"Date":"11/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":747,"Cost":618,"Date":"3/27/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":304,"Cost":258,"Date":"4/17/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":127,"Cost":119,"Date":"8/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":488,"Cost":464,"Date":"8/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":152,"Cost":143,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":189,"Cost":165,"Date":"9/5/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":874,"Cost":574,"Date":"9/14/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":66,"Cost":58,"Date":"9/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":126,"Cost":101,"Date":"11/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":5,"Cost":3,"Date":"12/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":266,"Cost":150,"Date":"1/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":600,"Cost":551,"Date":"1/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":757,"Cost":395,"Date":"2/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":873,"Cost":814,"Date":"3/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":200,"Cost":152,"Date":"4/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":337,"Cost":260,"Date":"4/5/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":508,"Cost":341,"Date":"4/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":935,"Cost":814,"Date":"7/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":173,"Cost":102,"Date":"3/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":911,"Cost":474,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":414,"Cost":255,"Date":"10/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":810,"Cost":460,"Date":"3/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":198,"Cost":126,"Date":"6/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":54,"Cost":51,"Date":"7/17/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":952,"Cost":901,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":267,"Cost":147,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":425,"Cost":362,"Date":"11/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":707,"Cost":500,"Date":"12/16/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":35,"Cost":29,"Date":"12/30/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":835,"Cost":516,"Date":"2/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":480,"Cost":394,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":396,"Cost":350,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":912,"Cost":712,"Date":"4/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":852,"Cost":599,"Date":"7/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":762,"Cost":591,"Date":"8/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":299,"Cost":268,"Date":"10/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":560,"Cost":296,"Date":"11/11/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":78,"Cost":73,"Date":"11/30/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":702,"Cost":366,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":858,"Cost":812,"Date":"3/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":337,"Cost":209,"Date":"4/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":22,"Cost":11,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":444,"Cost":301,"Date":"8/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":37,"Cost":33,"Date":"9/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":352,"Cost":306,"Date":"10/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":20,"Cost":14,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":958,"Cost":901,"Date":"11/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":66,"Cost":47,"Date":"12/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":500,"Cost":386,"Date":"12/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":262,"Cost":216,"Date":"1/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":286,"Cost":255,"Date":"1/23/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":1,"Cost":1,"Date":"2/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":548,"Cost":427,"Date":"3/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":642,"Cost":498,"Date":"3/12/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":600,"Cost":486,"Date":"3/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":844,"Cost":791,"Date":"6/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":551,"Cost":367,"Date":"6/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":603,"Cost":390,"Date":"8/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":654,"Cost":457,"Date":"10/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":803,"Cost":653,"Date":"11/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":156,"Cost":98,"Date":"11/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":393,"Cost":221,"Date":"3/27/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":477,"Cost":365,"Date":"4/17/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":120,"Cost":99,"Date":"8/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":647,"Cost":612,"Date":"8/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":298,"Cost":166,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":557,"Cost":323,"Date":"9/5/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":312,"Cost":294,"Date":"9/14/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":377,"Cost":322,"Date":"9/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":459,"Cost":422,"Date":"11/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":613,"Cost":425,"Date":"12/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":133,"Cost":112,"Date":"1/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":467,"Cost":350,"Date":"1/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":308,"Cost":171,"Date":"2/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":884,"Cost":453,"Date":"3/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":249,"Cost":213,"Date":"4/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":315,"Cost":256,"Date":"4/5/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":448,"Cost":311,"Date":"4/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":958,"Cost":510,"Date":"7/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":178,"Cost":156,"Date":"3/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":623,"Cost":543,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":949,"Cost":849,"Date":"10/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":560,"Cost":310,"Date":"3/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":356,"Cost":214,"Date":"6/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":294,"Cost":179,"Date":"7/17/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":196,"Cost":117,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":603,"Cost":565,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":446,"Cost":234,"Date":"11/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":174,"Cost":152,"Date":"12/16/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":103,"Cost":71,"Date":"12/30/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":933,"Cost":877,"Date":"2/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":961,"Cost":749,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":494,"Cost":248,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":878,"Cost":668,"Date":"4/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":360,"Cost":291,"Date":"7/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":813,"Cost":735,"Date":"8/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":380,"Cost":237,"Date":"10/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":144,"Cost":106,"Date":"11/11/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":884,"Cost":688,"Date":"11/30/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":577,"Cost":482,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":949,"Cost":694,"Date":"3/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":415,"Cost":223,"Date":"4/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":444,"Cost":270,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":17,"Cost":12,"Date":"8/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":82,"Cost":52,"Date":"9/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":353,"Cost":307,"Date":"10/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":63,"Cost":44,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":655,"Cost":410,"Date":"11/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":99,"Cost":79,"Date":"12/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":828,"Cost":550,"Date":"12/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":498,"Cost":342,"Date":"1/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":581,"Cost":411,"Date":"1/23/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":312,"Cost":161,"Date":"2/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":399,"Cost":299,"Date":"3/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":542,"Cost":315,"Date":"3/12/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":984,"Cost":579,"Date":"3/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":19,"Cost":10,"Date":"6/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":883,"Cost":687,"Date":"6/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":787,"Cost":421,"Date":"8/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":994,"Cost":880,"Date":"10/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":639,"Cost":381,"Date":"11/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":17,"Cost":9,"Date":"11/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":152,"Cost":88,"Date":"3/27/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":451,"Cost":418,"Date":"4/17/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":805,"Cost":499,"Date":"8/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":700,"Cost":539,"Date":"8/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":547,"Cost":435,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":921,"Cost":839,"Date":"9/5/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":769,"Cost":514,"Date":"9/14/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":631,"Cost":577,"Date":"9/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":797,"Cost":577,"Date":"11/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":168,"Cost":146,"Date":"12/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":791,"Cost":707,"Date":"1/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":173,"Cost":132,"Date":"1/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":758,"Cost":588,"Date":"2/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":495,"Cost":382,"Date":"3/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":754,"Cost":443,"Date":"4/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":349,"Cost":328,"Date":"4/5/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":791,"Cost":750,"Date":"4/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":147,"Cost":84,"Date":"7/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":347,"Cost":177,"Date":"3/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":439,"Cost":251,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":119,"Cost":66,"Date":"10/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":790,"Cost":714,"Date":"3/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":560,"Cost":376,"Date":"6/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":9,"Cost":5,"Date":"7/17/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":458,"Cost":302,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":416,"Cost":230,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":935,"Cost":567,"Date":"11/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":52,"Cost":26,"Date":"12/16/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":977,"Cost":508,"Date":"12/30/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":685,"Cost":408,"Date":"2/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":488,"Cost":409,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":281,"Cost":143,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":693,"Cost":643,"Date":"4/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":960,"Cost":871,"Date":"7/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":49,"Cost":42,"Date":"8/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":206,"Cost":141,"Date":"10/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":574,"Cost":393,"Date":"11/11/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":115,"Cost":97,"Date":"11/30/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":490,"Cost":417,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":169,"Cost":125,"Date":"3/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":781,"Cost":696,"Date":"4/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":544,"Cost":497,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":365,"Cost":214,"Date":"8/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":65,"Cost":35,"Date":"9/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":181,"Cost":154,"Date":"10/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":19,"Cost":14,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":790,"Cost":669,"Date":"11/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":533,"Cost":338,"Date":"12/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":701,"Cost":586,"Date":"12/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":836,"Cost":464,"Date":"1/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":850,"Cost":648,"Date":"1/23/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":930,"Cost":685,"Date":"2/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":701,"Cost":643,"Date":"3/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":788,"Cost":745,"Date":"3/12/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":575,"Cost":411,"Date":"3/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":717,"Cost":509,"Date":"6/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":463,"Cost":402,"Date":"6/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":466,"Cost":278,"Date":"8/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":687,"Cost":478,"Date":"10/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":231,"Cost":154,"Date":"11/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":502,"Cost":417,"Date":"11/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":10,"Cost":7,"Date":"3/27/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":312,"Cost":227,"Date":"4/17/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":759,"Cost":654,"Date":"8/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":550,"Cost":482,"Date":"8/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":156,"Cost":119,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":173,"Cost":132,"Date":"9/5/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":874,"Cost":744,"Date":"9/14/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":350,"Cost":257,"Date":"9/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":351,"Cost":282,"Date":"11/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":124,"Cost":105,"Date":"12/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":200,"Cost":139,"Date":"1/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":586,"Cost":430,"Date":"1/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":883,"Cost":719,"Date":"2/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":804,"Cost":686,"Date":"3/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":700,"Cost":435,"Date":"4/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":217,"Cost":194,"Date":"4/5/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":291,"Cost":165,"Date":"4/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":564,"Cost":460,"Date":"7/10/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":515,"Cost":313,"Date":"3/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":540,"Cost":344,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":643,"Cost":400,"Date":"10/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":333,"Cost":204,"Date":"3/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":828,"Cost":702,"Date":"6/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":140,"Cost":84,"Date":"7/17/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":181,"Cost":136,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":35,"Cost":24,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":576,"Cost":483,"Date":"11/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":596,"Cost":499,"Date":"12/16/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":651,"Cost":390,"Date":"12/30/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":944,"Cost":873,"Date":"2/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":88,"Cost":82,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":566,"Cost":401,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":35,"Cost":23,"Date":"4/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":746,"Cost":575,"Date":"7/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":798,"Cost":678,"Date":"8/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":66,"Cost":40,"Date":"10/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":362,"Cost":248,"Date":"11/11/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":362,"Cost":296,"Date":"11/30/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":694,"Cost":538,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":972,"Cost":895,"Date":"3/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":808,"Cost":505,"Date":"4/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":370,"Cost":290,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":625,"Cost":367,"Date":"8/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":795,"Cost":486,"Date":"9/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":35,"Cost":26,"Date":"10/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":203,"Cost":159,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":513,"Cost":281,"Date":"11/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":525,"Cost":415,"Date":"12/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":498,"Cost":402,"Date":"12/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":180,"Cost":97,"Date":"1/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":811,"Cost":668,"Date":"1/23/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":347,"Cost":228,"Date":"2/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":163,"Cost":118,"Date":"3/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":829,"Cost":428,"Date":"3/12/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":716,"Cost":600,"Date":"3/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":481,"Cost":290,"Date":"6/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":38,"Cost":27,"Date":"6/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":640,"Cost":482,"Date":"8/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":992,"Cost":825,"Date":"10/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":43,"Cost":33,"Date":"11/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":375,"Cost":230,"Date":"11/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":60,"Cost":50,"Date":"3/27/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":617,"Cost":533,"Date":"4/17/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":713,"Cost":618,"Date":"8/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":471,"Cost":375,"Date":"8/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":431,"Cost":387,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":715,"Cost":667,"Date":"9/5/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":400,"Cost":380,"Date":"9/14/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":330,"Cost":263,"Date":"9/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":993,"Cost":624,"Date":"11/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":492,"Cost":456,"Date":"12/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":180,"Cost":131,"Date":"1/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":457,"Cost":333,"Date":"1/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":515,"Cost":312,"Date":"2/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":344,"Cost":320,"Date":"3/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":105,"Cost":98,"Date":"4/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":479,"Cost":272,"Date":"4/5/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":651,"Cost":409,"Date":"4/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":562,"Cost":371,"Date":"7/10/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":292,"Cost":269,"Date":"3/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":533,"Cost":481,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":933,"Cost":647,"Date":"10/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":538,"Cost":301,"Date":"3/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":166,"Cost":133,"Date":"6/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":392,"Cost":274,"Date":"7/17/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":316,"Cost":244,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":906,"Cost":853,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":990,"Cost":722,"Date":"11/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":42,"Cost":29,"Date":"12/16/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":796,"Cost":605,"Date":"12/30/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":760,"Cost":623,"Date":"2/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":976,"Cost":849,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":998,"Cost":742,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":277,"Cost":235,"Date":"4/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":158,"Cost":110,"Date":"7/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":777,"Cost":514,"Date":"8/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":900,"Cost":701,"Date":"10/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":714,"Cost":490,"Date":"11/11/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":38,"Cost":21,"Date":"11/30/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":567,"Cost":486,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":114,"Cost":89,"Date":"3/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":797,"Cost":729,"Date":"4/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":568,"Cost":483,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":849,"Cost":568,"Date":"8/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":995,"Cost":895,"Date":"9/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":359,"Cost":330,"Date":"10/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":645,"Cost":329,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":77,"Cost":67,"Date":"11/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":842,"Cost":730,"Date":"12/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":706,"Cost":404,"Date":"12/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":119,"Cost":109,"Date":"1/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":749,"Cost":398,"Date":"1/23/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":996,"Cost":629,"Date":"2/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":282,"Cost":174,"Date":"3/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":833,"Cost":720,"Date":"3/12/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":675,"Cost":548,"Date":"3/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":989,"Cost":841,"Date":"6/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":516,"Cost":338,"Date":"6/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":454,"Cost":368,"Date":"8/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":452,"Cost":326,"Date":"10/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":10,"Cost":8,"Date":"11/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":887,"Cost":528,"Date":"11/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":284,"Cost":195,"Date":"3/27/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":954,"Cost":697,"Date":"4/17/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":76,"Cost":66,"Date":"8/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":780,"Cost":519,"Date":"8/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":285,"Cost":234,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":579,"Cost":461,"Date":"9/5/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":814,"Cost":408,"Date":"9/14/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":7,"Cost":5,"Date":"9/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":804,"Cost":723,"Date":"11/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":541,"Cost":444,"Date":"12/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":164,"Cost":87,"Date":"1/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":264,"Cost":162,"Date":"1/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":792,"Cost":514,"Date":"2/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":409,"Cost":330,"Date":"3/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":760,"Cost":704,"Date":"4/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":776,"Cost":540,"Date":"4/5/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":199,"Cost":144,"Date":"4/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":4,"Cost":4,"Date":"7/10/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":178,"Cost":120,"Date":"3/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":274,"Cost":220,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":238,"Cost":150,"Date":"10/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":192,"Cost":149,"Date":"3/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":908,"Cost":769,"Date":"6/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":253,"Cost":152,"Date":"7/17/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":167,"Cost":108,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":480,"Cost":456,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":446,"Cost":231,"Date":"11/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":517,"Cost":391,"Date":"12/16/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":674,"Cost":635,"Date":"12/30/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":997,"Cost":687,"Date":"2/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":874,"Cost":684,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":611,"Cost":520,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":983,"Cost":906,"Date":"4/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":411,"Cost":246,"Date":"7/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":771,"Cost":663,"Date":"8/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":780,"Cost":411,"Date":"10/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":365,"Cost":268,"Date":"11/11/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":918,"Cost":490,"Date":"11/30/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":689,"Cost":437,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":106,"Cost":97,"Date":"3/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":507,"Cost":391,"Date":"4/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":642,"Cost":398,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":276,"Cost":185,"Date":"8/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":529,"Cost":292,"Date":"9/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":305,"Cost":271,"Date":"10/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":937,"Cost":759,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":413,"Cost":280,"Date":"11/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":511,"Cost":393,"Date":"12/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":685,"Cost":343,"Date":"12/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":125,"Cost":112,"Date":"1/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":374,"Cost":206,"Date":"1/23/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":84,"Cost":70,"Date":"2/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":696,"Cost":409,"Date":"3/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":42,"Cost":34,"Date":"3/12/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":763,"Cost":620,"Date":"3/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":9,"Cost":9,"Date":"6/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":814,"Cost":725,"Date":"6/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":4,"Cost":3,"Date":"8/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":392,"Cost":215,"Date":"10/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":823,"Cost":536,"Date":"11/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":451,"Cost":384,"Date":"11/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":190,"Cost":153,"Date":"3/27/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":204,"Cost":104,"Date":"4/17/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":152,"Cost":86,"Date":"8/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":665,"Cost":581,"Date":"8/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":11,"Cost":11,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":556,"Cost":343,"Date":"9/5/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":229,"Cost":119,"Date":"9/14/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":720,"Cost":455,"Date":"9/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":897,"Cost":762,"Date":"11/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":374,"Cost":297,"Date":"12/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":879,"Cost":738,"Date":"1/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":838,"Cost":689,"Date":"1/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":113,"Cost":107,"Date":"2/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":634,"Cost":537,"Date":"3/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":870,"Cost":595,"Date":"4/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":87,"Cost":63,"Date":"4/5/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":188,"Cost":158,"Date":"4/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":640,"Cost":544,"Date":"7/10/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":575,"Cost":475,"Date":"3/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":256,"Cost":162,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":883,"Cost":649,"Date":"10/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":746,"Cost":692,"Date":"3/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":1000,"Cost":767,"Date":"6/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":876,"Cost":673,"Date":"7/17/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":661,"Cost":431,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":260,"Cost":154,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":736,"Cost":662,"Date":"11/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":605,"Cost":317,"Date":"12/16/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":491,"Cost":451,"Date":"12/30/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":367,"Cost":201,"Date":"2/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":590,"Cost":324,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":271,"Cost":232,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":403,"Cost":268,"Date":"4/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":374,"Cost":207,"Date":"7/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":906,"Cost":488,"Date":"8/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":968,"Cost":854,"Date":"10/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":199,"Cost":151,"Date":"11/11/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":180,"Cost":94,"Date":"11/30/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":169,"Cost":142,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":590,"Cost":342,"Date":"3/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":359,"Cost":309,"Date":"4/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":924,"Cost":858,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":815,"Cost":604,"Date":"8/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":810,"Cost":523,"Date":"9/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":5,"Cost":2,"Date":"10/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":581,"Cost":338,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":256,"Cost":179,"Date":"11/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":822,"Cost":417,"Date":"12/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":489,"Cost":369,"Date":"12/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":357,"Cost":211,"Date":"1/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":601,"Cost":390,"Date":"1/23/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":460,"Cost":248,"Date":"2/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":168,"Cost":91,"Date":"3/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":849,"Cost":745,"Date":"3/12/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":926,"Cost":597,"Date":"3/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":890,"Cost":640,"Date":"6/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":450,"Cost":278,"Date":"6/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":467,"Cost":385,"Date":"8/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":640,"Cost":404,"Date":"10/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":117,"Cost":91,"Date":"11/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":106,"Cost":70,"Date":"11/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":23,"Cost":15,"Date":"3/27/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":703,"Cost":413,"Date":"4/17/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":451,"Cost":290,"Date":"8/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":958,"Cost":495,"Date":"8/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":96,"Cost":65,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":626,"Cost":402,"Date":"9/5/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":735,"Cost":642,"Date":"9/14/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":350,"Cost":184,"Date":"9/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":27,"Cost":14,"Date":"11/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":387,"Cost":286,"Date":"12/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":156,"Cost":93,"Date":"1/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":16,"Cost":15,"Date":"1/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":826,"Cost":501,"Date":"2/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":61,"Cost":34,"Date":"3/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":737,"Cost":405,"Date":"4/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":519,"Cost":378,"Date":"4/5/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":279,"Cost":236,"Date":"4/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":236,"Cost":177,"Date":"7/10/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":206,"Cost":136,"Date":"3/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":461,"Cost":310,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":392,"Cost":207,"Date":"10/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":982,"Cost":822,"Date":"3/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":80,"Cost":51,"Date":"6/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":297,"Cost":221,"Date":"7/17/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":84,"Cost":65,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":611,"Cost":413,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":308,"Cost":283,"Date":"11/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":308,"Cost":165,"Date":"12/16/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":24,"Cost":18,"Date":"12/30/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":421,"Cost":345,"Date":"2/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":719,"Cost":425,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":496,"Cost":471,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":209,"Cost":181,"Date":"4/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":39,"Cost":34,"Date":"7/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":573,"Cost":483,"Date":"8/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":274,"Cost":235,"Date":"10/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":786,"Cost":535,"Date":"11/11/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":616,"Cost":490,"Date":"11/30/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":211,"Cost":184,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":664,"Cost":624,"Date":"3/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":237,"Cost":127,"Date":"4/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":212,"Cost":178,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":289,"Cost":207,"Date":"8/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":695,"Cost":629,"Date":"9/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":522,"Cost":376,"Date":"10/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":119,"Cost":92,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":169,"Cost":114,"Date":"11/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":484,"Cost":343,"Date":"12/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":469,"Cost":429,"Date":"12/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":132,"Cost":84,"Date":"1/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":540,"Cost":303,"Date":"1/23/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":875,"Cost":681,"Date":"2/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":459,"Cost":408,"Date":"3/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":582,"Cost":447,"Date":"3/12/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":803,"Cost":532,"Date":"3/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":984,"Cost":549,"Date":"6/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":530,"Cost":455,"Date":"6/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":994,"Cost":513,"Date":"8/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":78,"Cost":46,"Date":"10/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":849,"Cost":762,"Date":"11/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":111,"Cost":69,"Date":"11/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":735,"Cost":532,"Date":"3/27/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":583,"Cost":401,"Date":"4/17/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":52,"Cost":28,"Date":"8/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":441,"Cost":352,"Date":"8/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":571,"Cost":337,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":177,"Cost":117,"Date":"9/5/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":818,"Cost":556,"Date":"9/14/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":619,"Cost":326,"Date":"9/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":909,"Cost":717,"Date":"11/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":370,"Cost":192,"Date":"12/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":427,"Cost":310,"Date":"1/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":530,"Cost":430,"Date":"1/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":688,"Cost":536,"Date":"2/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":247,"Cost":199,"Date":"3/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":347,"Cost":233,"Date":"4/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":356,"Cost":228,"Date":"4/5/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":274,"Cost":161,"Date":"4/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":207,"Cost":141,"Date":"7/10/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":881,"Cost":699,"Date":"3/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":587,"Cost":494,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":824,"Cost":543,"Date":"10/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":230,"Cost":143,"Date":"3/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":939,"Cost":555,"Date":"6/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":1,"Cost":1,"Date":"7/17/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":194,"Cost":160,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":361,"Cost":295,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":950,"Cost":659,"Date":"11/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":422,"Cost":212,"Date":"12/16/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":29,"Cost":23,"Date":"12/30/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":565,"Cost":292,"Date":"2/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":762,"Cost":577,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":153,"Cost":102,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":393,"Cost":282,"Date":"4/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":912,"Cost":852,"Date":"7/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":143,"Cost":103,"Date":"8/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":359,"Cost":334,"Date":"10/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":743,"Cost":661,"Date":"11/11/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":645,"Cost":512,"Date":"11/30/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":311,"Cost":156,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":696,"Cost":469,"Date":"3/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":92,"Cost":69,"Date":"4/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":439,"Cost":233,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":63,"Cost":59,"Date":"8/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":979,"Cost":622,"Date":"9/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":317,"Cost":292,"Date":"10/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":712,"Cost":669,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":880,"Cost":668,"Date":"11/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":341,"Cost":285,"Date":"12/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":336,"Cost":212,"Date":"12/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":660,"Cost":360,"Date":"1/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":330,"Cost":288,"Date":"1/23/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":387,"Cost":348,"Date":"2/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":175,"Cost":156,"Date":"3/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":793,"Cost":480,"Date":"3/12/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":669,"Cost":617,"Date":"3/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":891,"Cost":459,"Date":"6/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":450,"Cost":326,"Date":"6/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":270,"Cost":203,"Date":"8/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":640,"Cost":519,"Date":"10/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":719,"Cost":534,"Date":"11/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":780,"Cost":706,"Date":"11/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":833,"Cost":761,"Date":"3/27/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":751,"Cost":541,"Date":"4/17/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":146,"Cost":79,"Date":"8/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":75,"Cost":54,"Date":"8/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":173,"Cost":158,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":802,"Cost":480,"Date":"9/5/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":971,"Cost":920,"Date":"9/14/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":160,"Cost":151,"Date":"9/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":851,"Cost":618,"Date":"11/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":293,"Cost":168,"Date":"12/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":683,"Cost":453,"Date":"1/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":684,"Cost":584,"Date":"1/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":146,"Cost":110,"Date":"2/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":654,"Cost":477,"Date":"3/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":405,"Cost":289,"Date":"4/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":333,"Cost":243,"Date":"4/5/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":739,"Cost":590,"Date":"4/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":816,"Cost":473,"Date":"7/10/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":666,"Cost":425,"Date":"3/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":643,"Cost":592,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":265,"Cost":157,"Date":"10/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":882,"Cost":722,"Date":"3/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":8,"Cost":6,"Date":"6/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":376,"Cost":220,"Date":"7/17/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":431,"Cost":305,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":520,"Cost":412,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":488,"Cost":377,"Date":"11/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":858,"Cost":608,"Date":"12/16/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":347,"Cost":251,"Date":"12/30/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":849,"Cost":560,"Date":"2/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":432,"Cost":367,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":144,"Cost":108,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":557,"Cost":311,"Date":"4/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":508,"Cost":302,"Date":"7/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":509,"Cost":433,"Date":"8/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":32,"Cost":23,"Date":"10/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":115,"Cost":96,"Date":"11/11/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":633,"Cost":564,"Date":"11/30/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":36,"Cost":34,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":1,"Cost":0,"Date":"3/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":928,"Cost":544,"Date":"4/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":314,"Cost":214,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":544,"Cost":444,"Date":"8/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":637,"Cost":510,"Date":"9/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":87,"Cost":66,"Date":"10/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":725,"Cost":614,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":623,"Cost":389,"Date":"11/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":234,"Cost":163,"Date":"12/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":722,"Cost":651,"Date":"12/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":39,"Cost":32,"Date":"1/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":188,"Cost":150,"Date":"1/23/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":354,"Cost":276,"Date":"2/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":656,"Cost":469,"Date":"3/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":326,"Cost":248,"Date":"3/12/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":646,"Cost":610,"Date":"3/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":629,"Cost":539,"Date":"6/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":469,"Cost":392,"Date":"6/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":476,"Cost":385,"Date":"8/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":176,"Cost":162,"Date":"10/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":1,"Cost":0,"Date":"11/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":105,"Cost":92,"Date":"11/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":183,"Cost":133,"Date":"3/27/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":523,"Cost":380,"Date":"4/17/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":891,"Cost":651,"Date":"8/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":245,"Cost":131,"Date":"8/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":327,"Cost":271,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":266,"Cost":166,"Date":"9/5/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":957,"Cost":703,"Date":"9/14/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":871,"Cost":561,"Date":"9/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":373,"Date":"11/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":128,"Cost":121,"Date":"12/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":544,"Cost":421,"Date":"1/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":786,"Cost":558,"Date":"1/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":597,"Cost":492,"Date":"2/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":706,"Cost":518,"Date":"3/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":434,"Cost":394,"Date":"4/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":435,"Cost":292,"Date":"4/5/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":445,"Cost":317,"Date":"4/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":771,"Date":"7/10/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":839,"Cost":441,"Date":"3/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":758,"Cost":425,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":60,"Cost":44,"Date":"10/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":67,"Cost":56,"Date":"3/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":993,"Cost":823,"Date":"6/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":575,"Cost":444,"Date":"7/17/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":119,"Cost":81,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":878,"Cost":672,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":919,"Cost":675,"Date":"11/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":799,"Cost":523,"Date":"12/16/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":951,"Cost":835,"Date":"12/30/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":200,"Cost":148,"Date":"2/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":497,"Cost":274,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":215,"Cost":167,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":33,"Cost":29,"Date":"4/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":311,"Date":"7/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":114,"Cost":83,"Date":"8/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":183,"Cost":97,"Date":"10/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":525,"Cost":359,"Date":"11/11/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":284,"Cost":213,"Date":"11/30/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":405,"Cost":286,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":82,"Cost":67,"Date":"3/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":629,"Cost":467,"Date":"4/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":492,"Cost":258,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":322,"Date":"8/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":591,"Cost":531,"Date":"9/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":340,"Cost":284,"Date":"10/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":521,"Cost":356,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":436,"Date":"11/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":250,"Cost":196,"Date":"12/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":534,"Cost":422,"Date":"12/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":711,"Cost":665,"Date":"1/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":356,"Cost":256,"Date":"1/23/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":461,"Cost":230,"Date":"2/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":390,"Cost":237,"Date":"3/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":157,"Date":"3/12/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":255,"Cost":151,"Date":"3/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":219,"Cost":191,"Date":"6/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":301,"Cost":211,"Date":"6/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":525,"Cost":478,"Date":"8/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":632,"Cost":533,"Date":"10/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":478,"Cost":253,"Date":"11/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":339,"Cost":177,"Date":"11/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":599,"Cost":436,"Date":"3/27/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":385,"Cost":243,"Date":"4/17/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":535,"Cost":327,"Date":"8/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":391,"Cost":327,"Date":"8/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":972,"Cost":692,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":622,"Cost":591,"Date":"9/5/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":2,"Cost":1,"Date":"9/14/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":641,"Cost":481,"Date":"9/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":490,"Cost":352,"Date":"11/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":619,"Cost":380,"Date":"12/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":937,"Cost":742,"Date":"1/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":229,"Cost":212,"Date":"1/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":115,"Cost":109,"Date":"2/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":538,"Cost":422,"Date":"3/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":508,"Cost":289,"Date":"4/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":49,"Cost":32,"Date":"4/5/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":284,"Cost":193,"Date":"4/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":292,"Cost":227,"Date":"7/10/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":590,"Cost":557,"Date":"3/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":205,"Cost":113,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":79,"Cost":60,"Date":"10/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":108,"Cost":60,"Date":"3/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":595,"Cost":422,"Date":"6/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":959,"Cost":581,"Date":"7/17/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":455,"Cost":312,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":634,"Cost":402,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":136,"Cost":97,"Date":"11/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":763,"Cost":701,"Date":"12/16/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":748,"Cost":647,"Date":"12/30/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":310,"Cost":210,"Date":"2/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":798,"Cost":421,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":22,"Cost":16,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":387,"Cost":207,"Date":"4/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":285,"Cost":178,"Date":"7/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":728,"Cost":691,"Date":"8/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":354,"Cost":268,"Date":"10/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":210,"Cost":136,"Date":"11/11/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":840,"Cost":528,"Date":"11/30/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":628,"Cost":397,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":577,"Cost":469,"Date":"3/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":379,"Cost":212,"Date":"4/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":162,"Cost":124,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":734,"Cost":502,"Date":"8/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":802,"Cost":498,"Date":"9/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":982,"Cost":632,"Date":"10/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":610,"Cost":486,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":439,"Cost":383,"Date":"11/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":895,"Cost":531,"Date":"12/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":4,"Cost":4,"Date":"12/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":624,"Cost":360,"Date":"1/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":393,"Cost":351,"Date":"1/23/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":728,"Cost":634,"Date":"2/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":823,"Cost":432,"Date":"3/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":402,"Cost":331,"Date":"3/12/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":164,"Cost":114,"Date":"3/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":437,"Cost":325,"Date":"6/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":496,"Cost":386,"Date":"6/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":222,"Cost":185,"Date":"8/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":291,"Cost":259,"Date":"10/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":603,"Cost":475,"Date":"11/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":262,"Cost":195,"Date":"11/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":259,"Cost":206,"Date":"3/27/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":857,"Cost":600,"Date":"4/17/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":233,"Cost":170,"Date":"8/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":702,"Cost":650,"Date":"8/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":28,"Cost":15,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":941,"Cost":785,"Date":"9/5/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":416,"Cost":277,"Date":"9/14/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":953,"Cost":579,"Date":"9/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":629,"Cost":501,"Date":"11/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":385,"Cost":314,"Date":"12/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":690,"Cost":385,"Date":"1/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":853,"Cost":810,"Date":"1/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":520,"Cost":270,"Date":"2/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":171,"Cost":160,"Date":"3/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":608,"Cost":551,"Date":"4/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":274,"Cost":194,"Date":"4/5/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":3,"Cost":2,"Date":"4/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":38,"Cost":31,"Date":"7/10/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":636,"Cost":556,"Date":"3/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":565,"Cost":394,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":273,"Cost":214,"Date":"10/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":490,"Cost":262,"Date":"3/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":464,"Cost":280,"Date":"6/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":352,"Cost":197,"Date":"7/17/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":663,"Cost":533,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":526,"Cost":268,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":593,"Cost":365,"Date":"11/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":518,"Cost":461,"Date":"12/16/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":91,"Cost":80,"Date":"12/30/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":35,"Cost":25,"Date":"2/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":486,"Cost":277,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":224,"Cost":119,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":634,"Cost":399,"Date":"4/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":704,"Cost":390,"Date":"7/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":513,"Cost":477,"Date":"8/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":380,"Cost":245,"Date":"10/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":205,"Cost":142,"Date":"11/11/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":143,"Cost":122,"Date":"11/30/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":954,"Cost":719,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":653,"Cost":605,"Date":"3/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":973,"Cost":538,"Date":"4/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":590,"Cost":320,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":911,"Cost":569,"Date":"8/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":894,"Cost":603,"Date":"9/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":750,"Cost":496,"Date":"10/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":156,"Cost":85,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":748,"Cost":701,"Date":"11/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":645,"Cost":494,"Date":"12/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":83,"Cost":62,"Date":"12/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":157,"Cost":125,"Date":"1/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":434,"Cost":258,"Date":"1/23/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":411,"Cost":308,"Date":"2/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":105,"Cost":96,"Date":"3/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":265,"Cost":185,"Date":"3/12/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":428,"Cost":314,"Date":"3/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":793,"Cost":657,"Date":"6/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":431,"Cost":328,"Date":"6/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":199,"Cost":182,"Date":"8/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":255,"Cost":194,"Date":"10/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":380,"Cost":278,"Date":"11/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":701,"Cost":596,"Date":"11/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":299,"Cost":254,"Date":"3/27/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":710,"Cost":576,"Date":"4/17/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":421,"Cost":247,"Date":"8/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":497,"Cost":349,"Date":"8/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":338,"Cost":281,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":365,"Cost":268,"Date":"9/5/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":94,"Cost":73,"Date":"9/14/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":251,"Cost":208,"Date":"9/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":375,"Cost":335,"Date":"11/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":197,"Cost":185,"Date":"12/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":554,"Date":"1/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":821,"Cost":436,"Date":"1/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":562,"Cost":478,"Date":"2/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":69,"Cost":63,"Date":"3/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":696,"Cost":450,"Date":"4/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":443,"Cost":310,"Date":"4/5/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":953,"Cost":654,"Date":"4/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":382,"Cost":250,"Date":"7/10/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":976,"Cost":760,"Date":"3/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":511,"Cost":331,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":669,"Cost":566,"Date":"10/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":716,"Cost":413,"Date":"3/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":253,"Cost":152,"Date":"6/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":404,"Date":"7/17/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":716,"Cost":423,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":889,"Cost":737,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":191,"Cost":155,"Date":"11/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":241,"Cost":216,"Date":"12/16/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":798,"Cost":584,"Date":"12/30/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":371,"Cost":295,"Date":"2/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":246,"Cost":148,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":951,"Cost":486,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":293,"Cost":260,"Date":"4/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":238,"Cost":208,"Date":"7/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":619,"Cost":483,"Date":"8/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":140,"Cost":72,"Date":"10/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":548,"Cost":341,"Date":"11/11/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":364,"Cost":336,"Date":"11/30/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":340,"Cost":230,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":883,"Cost":610,"Date":"3/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":17,"Cost":15,"Date":"4/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":525,"Cost":421,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":357,"Cost":297,"Date":"8/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":2,"Cost":2,"Date":"9/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":995,"Cost":536,"Date":"10/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":332,"Cost":311,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":44,"Cost":29,"Date":"11/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":404,"Cost":267,"Date":"12/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":99,"Cost":85,"Date":"12/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":216,"Cost":205,"Date":"1/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":346,"Cost":221,"Date":"1/23/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":931,"Cost":875,"Date":"2/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":848,"Cost":441,"Date":"3/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":294,"Cost":224,"Date":"3/12/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":411,"Cost":205,"Date":"3/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":780,"Cost":559,"Date":"6/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":464,"Cost":364,"Date":"6/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":715,"Cost":417,"Date":"8/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":131,"Cost":90,"Date":"10/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":797,"Cost":615,"Date":"11/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":692,"Cost":366,"Date":"11/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":384,"Cost":259,"Date":"3/27/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":220,"Cost":161,"Date":"4/17/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":724,"Cost":513,"Date":"8/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":969,"Cost":908,"Date":"8/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":405,"Cost":326,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":974,"Cost":585,"Date":"9/5/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":334,"Cost":291,"Date":"9/14/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":193,"Cost":178,"Date":"9/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":436,"Cost":279,"Date":"11/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":397,"Cost":368,"Date":"12/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":138,"Cost":129,"Date":"1/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":849,"Cost":463,"Date":"1/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":549,"Cost":487,"Date":"2/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":640,"Cost":546,"Date":"3/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":602,"Cost":537,"Date":"4/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":196,"Cost":100,"Date":"4/5/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":711,"Cost":556,"Date":"4/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":828,"Cost":507,"Date":"7/10/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":228,"Cost":165,"Date":"3/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":66,"Cost":56,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":986,"Cost":581,"Date":"10/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":51,"Cost":32,"Date":"3/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":402,"Cost":331,"Date":"6/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":650,"Cost":458,"Date":"7/17/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":503,"Cost":370,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":340,"Cost":242,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":428,"Cost":310,"Date":"11/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":315,"Cost":288,"Date":"12/16/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":673,"Cost":512,"Date":"12/30/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":260,"Cost":158,"Date":"2/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":523,"Cost":462,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":111,"Cost":74,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":957,"Cost":909,"Date":"4/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":192,"Cost":111,"Date":"7/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":72,"Cost":46,"Date":"8/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":177,"Cost":126,"Date":"10/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":262,"Cost":226,"Date":"11/11/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":406,"Cost":252,"Date":"11/30/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":457,"Cost":292,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":499,"Cost":337,"Date":"3/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":73,"Cost":44,"Date":"4/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":582,"Cost":306,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":857,"Cost":636,"Date":"8/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":324,"Cost":203,"Date":"9/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":830,"Cost":574,"Date":"10/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":210,"Cost":192,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":889,"Cost":649,"Date":"11/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":852,"Cost":487,"Date":"12/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":432,"Cost":304,"Date":"12/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":775,"Cost":452,"Date":"1/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":124,"Cost":113,"Date":"1/23/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":265,"Cost":251,"Date":"2/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":521,"Cost":407,"Date":"3/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":446,"Cost":351,"Date":"3/12/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":106,"Cost":83,"Date":"3/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":62,"Cost":56,"Date":"6/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":512,"Cost":484,"Date":"6/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":258,"Cost":149,"Date":"8/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":883,"Cost":701,"Date":"10/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":719,"Cost":676,"Date":"11/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":425,"Cost":362,"Date":"11/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":385,"Cost":288,"Date":"3/27/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":57,"Cost":33,"Date":"4/17/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":74,"Cost":56,"Date":"8/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":675,"Cost":363,"Date":"8/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":708,"Cost":518,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":631,"Cost":487,"Date":"9/5/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":979,"Cost":530,"Date":"9/14/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":588,"Cost":421,"Date":"9/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":5,"Cost":5,"Date":"11/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":453,"Cost":409,"Date":"12/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":206,"Cost":103,"Date":"1/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":794,"Cost":553,"Date":"1/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":166,"Cost":118,"Date":"2/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":528,"Cost":357,"Date":"3/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":127,"Cost":110,"Date":"4/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":568,"Cost":490,"Date":"4/5/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":350,"Cost":196,"Date":"4/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":841,"Cost":675,"Date":"7/10/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":284,"Cost":204,"Date":"3/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":179,"Cost":129,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":334,"Cost":294,"Date":"10/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":715,"Cost":417,"Date":"3/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":440,"Cost":385,"Date":"6/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":698,"Cost":613,"Date":"7/17/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":123,"Cost":111,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":364,"Cost":303,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":448,"Cost":422,"Date":"11/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":300,"Cost":265,"Date":"12/16/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":451,"Cost":245,"Date":"12/30/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":65,"Cost":39,"Date":"2/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":653,"Cost":390,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":947,"Cost":731,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":838,"Cost":754,"Date":"4/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":626,"Cost":593,"Date":"7/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":286,"Cost":241,"Date":"8/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":932,"Cost":739,"Date":"10/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":873,"Cost":460,"Date":"11/11/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":604,"Cost":532,"Date":"11/30/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":206,"Cost":112,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":795,"Cost":690,"Date":"3/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":789,"Cost":488,"Date":"4/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":514,"Cost":380,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":33,"Cost":29,"Date":"8/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":725,"Cost":380,"Date":"9/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":262,"Cost":213,"Date":"10/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":784,"Cost":446,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":772,"Cost":498,"Date":"11/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":63,"Cost":58,"Date":"12/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":362,"Cost":289,"Date":"12/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":777,"Cost":494,"Date":"1/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":392,"Cost":274,"Date":"1/23/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":299,"Cost":259,"Date":"2/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":533,"Cost":304,"Date":"3/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":204,"Cost":153,"Date":"3/12/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":884,"Cost":454,"Date":"3/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":986,"Cost":641,"Date":"6/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":976,"Cost":535,"Date":"6/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":576,"Cost":307,"Date":"8/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":294,"Cost":279,"Date":"10/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":922,"Cost":550,"Date":"11/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":662,"Cost":528,"Date":"11/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":416,"Cost":292,"Date":"3/27/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":793,"Cost":563,"Date":"4/17/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":816,"Cost":424,"Date":"8/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":726,"Cost":546,"Date":"8/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":193,"Cost":107,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":417,"Cost":317,"Date":"9/5/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":712,"Date":"9/14/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":592,"Cost":360,"Date":"9/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":559,"Cost":375,"Date":"11/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":341,"Cost":248,"Date":"12/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":130,"Cost":86,"Date":"1/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":867,"Cost":592,"Date":"1/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":321,"Cost":201,"Date":"2/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":991,"Cost":496,"Date":"3/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":114,"Cost":98,"Date":"4/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":941,"Cost":732,"Date":"4/5/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":686,"Cost":609,"Date":"4/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":136,"Cost":102,"Date":"7/10/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":892,"Cost":638,"Date":"3/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":316,"Cost":281,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":430,"Cost":395,"Date":"10/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":290,"Cost":257,"Date":"3/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":169,"Cost":119,"Date":"6/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":652,"Cost":504,"Date":"7/17/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":166,"Cost":118,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":224,"Cost":150,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":326,"Cost":257,"Date":"11/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":582,"Date":"12/16/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":294,"Cost":172,"Date":"12/30/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":704,"Cost":629,"Date":"2/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":221,"Cost":112,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":509,"Cost":293,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":54,"Cost":43,"Date":"4/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":18,"Cost":15,"Date":"7/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":387,"Cost":304,"Date":"8/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":519,"Cost":453,"Date":"10/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":421,"Cost":293,"Date":"11/11/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":199,"Cost":157,"Date":"11/30/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":497,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":639,"Cost":529,"Date":"3/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":810,"Cost":451,"Date":"4/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":139,"Cost":92,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":822,"Cost":683,"Date":"8/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":950,"Cost":624,"Date":"9/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":816,"Cost":567,"Date":"10/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":405,"Cost":354,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":104,"Cost":87,"Date":"11/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":325,"Cost":263,"Date":"12/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":486,"Cost":429,"Date":"12/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":654,"Cost":393,"Date":"1/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":966,"Cost":781,"Date":"1/23/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":330,"Cost":193,"Date":"2/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":195,"Cost":181,"Date":"3/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":632,"Cost":427,"Date":"3/12/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":889,"Cost":689,"Date":"3/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":466,"Cost":440,"Date":"6/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":580,"Cost":475,"Date":"6/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":822,"Cost":697,"Date":"8/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":224,"Date":"10/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":729,"Cost":462,"Date":"11/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":820,"Cost":774,"Date":"11/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":21,"Cost":17,"Date":"3/27/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":144,"Cost":119,"Date":"4/17/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":391,"Cost":291,"Date":"8/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":658,"Cost":606,"Date":"8/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":713,"Cost":655,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":60,"Cost":54,"Date":"9/5/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":908,"Cost":811,"Date":"9/14/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":901,"Cost":801,"Date":"9/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":480,"Cost":419,"Date":"11/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":991,"Cost":726,"Date":"12/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":729,"Cost":366,"Date":"1/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":597,"Cost":474,"Date":"1/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":96,"Cost":76,"Date":"2/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":762,"Cost":578,"Date":"3/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":844,"Cost":697,"Date":"4/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":492,"Cost":367,"Date":"4/5/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":656,"Cost":528,"Date":"4/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":681,"Cost":458,"Date":"7/10/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":861,"Cost":716,"Date":"3/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":965,"Cost":898,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":287,"Cost":241,"Date":"10/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":532,"Cost":460,"Date":"3/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":433,"Cost":293,"Date":"6/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":823,"Cost":738,"Date":"7/17/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":873,"Cost":699,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":387,"Cost":324,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":877,"Cost":806,"Date":"11/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":364,"Cost":321,"Date":"12/16/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":70,"Cost":35,"Date":"12/30/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":60,"Cost":34,"Date":"2/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":618,"Cost":574,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":727,"Cost":579,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":976,"Cost":871,"Date":"4/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":287,"Cost":170,"Date":"7/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":42,"Cost":40,"Date":"8/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":40,"Cost":25,"Date":"10/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":617,"Cost":540,"Date":"11/11/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":478,"Cost":422,"Date":"11/30/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":288,"Cost":259,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":731,"Cost":457,"Date":"3/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":57,"Cost":33,"Date":"4/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":294,"Cost":270,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":96,"Cost":90,"Date":"8/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":76,"Cost":44,"Date":"9/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":480,"Cost":296,"Date":"10/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":903,"Cost":642,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":400,"Cost":364,"Date":"11/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":275,"Cost":238,"Date":"12/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":414,"Cost":245,"Date":"12/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":818,"Cost":488,"Date":"1/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":307,"Cost":255,"Date":"1/23/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":24,"Cost":22,"Date":"2/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":613,"Cost":437,"Date":"3/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":349,"Cost":175,"Date":"3/12/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":638,"Cost":522,"Date":"3/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":205,"Cost":193,"Date":"6/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":835,"Cost":680,"Date":"6/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":57,"Cost":33,"Date":"8/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":921,"Cost":557,"Date":"10/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":309,"Cost":188,"Date":"11/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":197,"Cost":158,"Date":"11/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":535,"Cost":426,"Date":"3/27/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":218,"Cost":166,"Date":"4/17/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":117,"Cost":112,"Date":"8/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":38,"Cost":24,"Date":"8/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":519,"Cost":369,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":280,"Cost":150,"Date":"9/5/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":496,"Cost":353,"Date":"9/14/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":748,"Cost":393,"Date":"9/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":805,"Cost":702,"Date":"11/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":920,"Cost":492,"Date":"12/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":813,"Cost":561,"Date":"1/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":876,"Cost":654,"Date":"1/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":851,"Cost":558,"Date":"2/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":951,"Cost":596,"Date":"3/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":488,"Cost":400,"Date":"4/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":918,"Cost":484,"Date":"4/5/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":716,"Cost":405,"Date":"4/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":59,"Cost":44,"Date":"7/10/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":190,"Cost":124,"Date":"3/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":155,"Cost":97,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":244,"Cost":192,"Date":"10/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":217,"Cost":176,"Date":"3/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":481,"Cost":288,"Date":"6/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":231,"Cost":118,"Date":"7/17/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":134,"Cost":104,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":146,"Cost":100,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":47,"Cost":35,"Date":"11/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":781,"Cost":466,"Date":"12/16/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":868,"Cost":488,"Date":"12/30/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":384,"Cost":229,"Date":"2/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":663,"Cost":534,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":909,"Cost":455,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":439,"Cost":388,"Date":"4/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":916,"Cost":465,"Date":"7/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":512,"Cost":378,"Date":"8/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":277,"Cost":183,"Date":"10/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":753,"Cost":382,"Date":"11/11/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":626,"Cost":350,"Date":"11/30/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":665,"Cost":444,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":425,"Cost":279,"Date":"3/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":377,"Cost":326,"Date":"4/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":392,"Cost":344,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":379,"Cost":311,"Date":"8/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":345,"Cost":178,"Date":"9/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":53,"Cost":28,"Date":"10/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":281,"Cost":199,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":408,"Cost":342,"Date":"11/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":202,"Cost":157,"Date":"12/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":420,"Cost":324,"Date":"12/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":106,"Cost":100,"Date":"1/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":870,"Cost":591,"Date":"1/23/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":454,"Cost":338,"Date":"2/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":447,"Cost":311,"Date":"3/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":923,"Cost":666,"Date":"3/12/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":273,"Cost":188,"Date":"3/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":99,"Cost":94,"Date":"6/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":835,"Cost":678,"Date":"6/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":927,"Cost":685,"Date":"8/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":883,"Cost":698,"Date":"10/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":929,"Cost":706,"Date":"11/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":276,"Cost":141,"Date":"11/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":602,"Cost":408,"Date":"3/27/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":320,"Cost":258,"Date":"4/17/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":390,"Cost":258,"Date":"8/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":361,"Cost":186,"Date":"8/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":614,"Cost":452,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":424,"Cost":362,"Date":"9/5/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":660,"Cost":614,"Date":"9/14/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":534,"Cost":400,"Date":"9/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":750,"Cost":483,"Date":"11/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":426,"Cost":384,"Date":"12/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":754,"Cost":436,"Date":"1/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":964,"Cost":589,"Date":"1/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":720,"Cost":481,"Date":"2/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":140,"Cost":97,"Date":"3/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":928,"Cost":671,"Date":"4/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":675,"Cost":342,"Date":"4/5/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":919,"Cost":631,"Date":"4/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":776,"Cost":472,"Date":"7/10/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":373,"Cost":354,"Date":"3/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":682,"Cost":585,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":610,"Cost":316,"Date":"10/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":28,"Cost":25,"Date":"3/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":373,"Cost":272,"Date":"6/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":420,"Cost":333,"Date":"7/17/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":7,"Cost":6,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":971,"Cost":822,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":360,"Cost":247,"Date":"11/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":542,"Cost":345,"Date":"12/16/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":961,"Cost":832,"Date":"12/30/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":253,"Cost":161,"Date":"2/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":709,"Cost":393,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":512,"Cost":447,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":789,"Cost":696,"Date":"4/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":388,"Cost":210,"Date":"7/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":39,"Cost":35,"Date":"8/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":786,"Cost":744,"Date":"10/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":42,"Cost":39,"Date":"11/11/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":693,"Cost":362,"Date":"11/30/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":147,"Cost":137,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":713,"Cost":518,"Date":"3/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":559,"Cost":525,"Date":"4/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":142,"Cost":90,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":812,"Cost":492,"Date":"8/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":599,"Cost":565,"Date":"9/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":143,"Cost":94,"Date":"10/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":28,"Cost":23,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":15,"Cost":8,"Date":"11/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":910,"Cost":645,"Date":"12/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":553,"Cost":501,"Date":"12/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":627,"Cost":366,"Date":"1/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":651,"Cost":340,"Date":"1/23/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":410,"Cost":366,"Date":"2/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":783,"Cost":706,"Date":"3/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":262,"Cost":216,"Date":"3/12/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":575,"Cost":304,"Date":"3/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":823,"Cost":464,"Date":"6/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":42,"Cost":40,"Date":"6/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":41,"Cost":20,"Date":"8/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":527,"Cost":413,"Date":"10/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":632,"Cost":510,"Date":"11/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":704,"Cost":623,"Date":"11/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":88,"Cost":59,"Date":"3/27/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":650,"Cost":485,"Date":"4/17/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":730,"Cost":372,"Date":"8/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":214,"Cost":121,"Date":"8/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":545,"Cost":432,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":921,"Cost":493,"Date":"9/5/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":872,"Cost":450,"Date":"9/14/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":784,"Cost":510,"Date":"9/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":278,"Cost":230,"Date":"11/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":147,"Cost":124,"Date":"12/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":939,"Cost":508,"Date":"1/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":597,"Cost":321,"Date":"1/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":184,"Cost":114,"Date":"2/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":164,"Cost":105,"Date":"3/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":563,"Cost":418,"Date":"4/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":966,"Cost":915,"Date":"4/5/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":367,"Cost":338,"Date":"4/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":808,"Cost":624,"Date":"7/10/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":840,"Cost":542,"Date":"3/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":517,"Cost":268,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":221,"Cost":183,"Date":"10/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":876,"Cost":720,"Date":"3/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":87,"Cost":53,"Date":"6/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":887,"Cost":774,"Date":"7/17/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":657,"Cost":618,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":376,"Cost":229,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":460,"Cost":234,"Date":"11/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":846,"Cost":702,"Date":"12/16/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":638,"Cost":545,"Date":"12/30/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":782,"Cost":710,"Date":"2/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":782,"Cost":569,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":208,"Cost":127,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":10,"Cost":6,"Date":"4/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":433,"Cost":242,"Date":"7/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":949,"Cost":681,"Date":"8/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":386,"Cost":290,"Date":"10/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":394,"Cost":248,"Date":"11/11/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":136,"Cost":113,"Date":"11/30/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":703,"Cost":378,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":829,"Cost":463,"Date":"3/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":665,"Cost":549,"Date":"4/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":854,"Cost":544,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":167,"Cost":149,"Date":"8/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":339,"Cost":193,"Date":"9/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":17,"Cost":11,"Date":"10/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":705,"Cost":608,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":598,"Cost":512,"Date":"11/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":401,"Cost":257,"Date":"12/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":74,"Cost":52,"Date":"12/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":308,"Cost":174,"Date":"1/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":6,"Cost":3,"Date":"1/23/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":959,"Cost":580,"Date":"2/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":377,"Cost":229,"Date":"3/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":687,"Cost":612,"Date":"3/12/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":357,"Cost":230,"Date":"3/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":280,"Cost":189,"Date":"6/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":116,"Cost":83,"Date":"6/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":399,"Cost":224,"Date":"8/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":347,"Cost":220,"Date":"10/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":496,"Cost":397,"Date":"11/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":114,"Cost":89,"Date":"11/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":620,"Cost":549,"Date":"3/27/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":289,"Cost":231,"Date":"4/17/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":702,"Cost":562,"Date":"8/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":326,"Cost":303,"Date":"8/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":316,"Cost":162,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":741,"Cost":429,"Date":"9/5/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":547,"Cost":379,"Date":"9/14/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":313,"Cost":161,"Date":"9/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":619,"Cost":492,"Date":"11/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":772,"Cost":682,"Date":"12/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":271,"Cost":163,"Date":"1/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":936,"Cost":530,"Date":"1/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":23,"Cost":12,"Date":"2/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":251,"Cost":237,"Date":"3/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":734,"Cost":508,"Date":"4/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":216,"Cost":165,"Date":"4/5/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":490,"Cost":459,"Date":"4/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":484,"Cost":265,"Date":"7/10/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":118,"Cost":104,"Date":"3/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":802,"Cost":743,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":761,"Cost":718,"Date":"10/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":130,"Cost":106,"Date":"3/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":841,"Cost":535,"Date":"6/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":862,"Cost":522,"Date":"7/17/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":798,"Cost":625,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":157,"Cost":107,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":629,"Cost":437,"Date":"11/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":924,"Cost":639,"Date":"12/16/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":46,"Cost":39,"Date":"12/30/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":756,"Cost":388,"Date":"2/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":154,"Cost":84,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":277,"Cost":200,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":610,"Cost":436,"Date":"4/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":163,"Cost":100,"Date":"7/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":310,"Cost":253,"Date":"8/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":587,"Cost":539,"Date":"10/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":965,"Cost":682,"Date":"11/11/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":588,"Cost":421,"Date":"11/30/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":934,"Cost":468,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":670,"Cost":406,"Date":"3/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":54,"Cost":51,"Date":"4/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":617,"Cost":437,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":601,"Cost":396,"Date":"8/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":461,"Cost":315,"Date":"9/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":720,"Cost":393,"Date":"10/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":710,"Cost":444,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":460,"Cost":334,"Date":"11/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":956,"Cost":566,"Date":"12/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":789,"Cost":454,"Date":"12/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":51,"Cost":47,"Date":"1/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":636,"Cost":482,"Date":"1/23/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":650,"Cost":492,"Date":"2/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":402,"Cost":297,"Date":"3/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":847,"Cost":786,"Date":"3/12/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":464,"Cost":311,"Date":"3/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":207,"Cost":146,"Date":"6/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":490,"Cost":308,"Date":"6/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":133,"Cost":67,"Date":"8/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":605,"Cost":459,"Date":"10/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":405,"Cost":252,"Date":"11/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":795,"Cost":667,"Date":"11/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":776,"Cost":510,"Date":"3/27/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":118,"Cost":100,"Date":"4/17/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":597,"Cost":312,"Date":"8/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":262,"Cost":140,"Date":"8/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":374,"Cost":199,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":245,"Cost":201,"Date":"9/5/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":146,"Cost":112,"Date":"9/14/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":810,"Cost":567,"Date":"9/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":404,"Cost":327,"Date":"11/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":899,"Cost":625,"Date":"12/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":479,"Cost":340,"Date":"1/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":486,"Cost":251,"Date":"1/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":518,"Cost":342,"Date":"2/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":804,"Cost":708,"Date":"3/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":879,"Cost":459,"Date":"4/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":134,"Cost":67,"Date":"4/5/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":843,"Cost":687,"Date":"4/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":522,"Cost":280,"Date":"7/10/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":181,"Cost":145,"Date":"3/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":707,"Cost":365,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":712,"Cost":455,"Date":"10/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":950,"Cost":623,"Date":"3/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":47,"Cost":27,"Date":"6/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":247,"Cost":165,"Date":"7/17/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":263,"Cost":191,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":181,"Cost":158,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":528,"Cost":335,"Date":"11/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":458,"Cost":310,"Date":"12/16/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":493,"Cost":374,"Date":"12/30/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":562,"Cost":471,"Date":"2/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":559,"Cost":361,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":607,"Cost":330,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":753,"Cost":522,"Date":"4/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":474,"Cost":270,"Date":"7/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":22,"Cost":16,"Date":"8/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":733,"Cost":605,"Date":"10/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":26,"Cost":20,"Date":"11/11/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":466,"Cost":257,"Date":"11/30/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":177,"Cost":165,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":502,"Cost":444,"Date":"3/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":111,"Cost":97,"Date":"4/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":769,"Cost":544,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":634,"Cost":411,"Date":"8/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":561,"Cost":344,"Date":"9/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":929,"Cost":704,"Date":"10/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":528,"Cost":427,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":143,"Cost":129,"Date":"11/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":409,"Cost":205,"Date":"12/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":341,"Cost":262,"Date":"12/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":114,"Cost":91,"Date":"1/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":160,"Cost":108,"Date":"1/23/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":777,"Cost":668,"Date":"2/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":298,"Cost":240,"Date":"3/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":716,"Cost":381,"Date":"3/12/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":921,"Cost":846,"Date":"3/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":890,"Cost":731,"Date":"6/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":860,"Cost":549,"Date":"6/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":792,"Cost":584,"Date":"8/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":154,"Cost":79,"Date":"10/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":809,"Cost":765,"Date":"11/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":798,"Cost":696,"Date":"11/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":873,"Cost":568,"Date":"3/27/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":226,"Cost":137,"Date":"4/17/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":200,"Cost":160,"Date":"8/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":681,"Cost":625,"Date":"8/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":839,"Cost":704,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":171,"Cost":117,"Date":"9/5/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":641,"Cost":548,"Date":"9/14/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":829,"Cost":466,"Date":"9/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":885,"Cost":471,"Date":"11/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":606,"Cost":331,"Date":"12/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":496,"Cost":320,"Date":"1/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":73,"Cost":66,"Date":"1/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":298,"Cost":186,"Date":"2/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":814,"Cost":411,"Date":"3/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":755,"Cost":554,"Date":"4/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":362,"Cost":295,"Date":"4/5/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":804,"Cost":536,"Date":"4/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":237,"Cost":198,"Date":"7/10/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":400,"Cost":377,"Date":"3/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":248,"Cost":227,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":423,"Cost":235,"Date":"10/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":727,"Cost":594,"Date":"3/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":475,"Cost":332,"Date":"6/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":791,"Cost":456,"Date":"7/17/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":119,"Cost":67,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":235,"Cost":196,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":888,"Cost":739,"Date":"11/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":127,"Cost":69,"Date":"12/16/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":242,"Cost":197,"Date":"12/30/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":325,"Cost":196,"Date":"2/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":878,"Cost":612,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":864,"Cost":771,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":546,"Cost":465,"Date":"4/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":867,"Cost":516,"Date":"7/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":656,"Cost":394,"Date":"8/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":153,"Cost":98,"Date":"10/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":11,"Cost":8,"Date":"11/11/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":839,"Cost":584,"Date":"11/30/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":430,"Cost":240,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":58,"Cost":33,"Date":"3/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":91,"Cost":55,"Date":"4/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":593,"Cost":367,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":187,"Cost":131,"Date":"8/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":805,"Cost":624,"Date":"9/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":985,"Cost":831,"Date":"10/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":996,"Cost":634,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":38,"Cost":33,"Date":"11/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":702,"Cost":380,"Date":"12/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":818,"Cost":412,"Date":"12/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":498,"Cost":448,"Date":"1/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":247,"Cost":188,"Date":"1/23/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":761,"Cost":615,"Date":"2/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":933,"Cost":606,"Date":"3/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":905,"Cost":598,"Date":"3/12/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":123,"Cost":100,"Date":"3/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":49,"Cost":34,"Date":"6/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":477,"Cost":321,"Date":"6/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":406,"Cost":314,"Date":"8/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":478,"Cost":362,"Date":"10/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":262,"Cost":161,"Date":"11/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":50,"Cost":35,"Date":"11/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":458,"Cost":338,"Date":"3/27/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":499,"Cost":454,"Date":"4/17/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":122,"Cost":105,"Date":"8/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":440,"Cost":383,"Date":"8/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":551,"Cost":393,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":602,"Cost":460,"Date":"9/5/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":371,"Cost":204,"Date":"9/14/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":877,"Cost":567,"Date":"9/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":779,"Cost":441,"Date":"11/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":100,"Cost":87,"Date":"12/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":229,"Cost":189,"Date":"1/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":959,"Cost":790,"Date":"1/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":327,"Cost":285,"Date":"2/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":634,"Cost":338,"Date":"3/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":454,"Cost":284,"Date":"4/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":986,"Cost":756,"Date":"4/5/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":231,"Cost":175,"Date":"4/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":39,"Cost":37,"Date":"7/10/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":159,"Cost":88,"Date":"3/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":298,"Cost":152,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":394,"Cost":317,"Date":"10/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":990,"Cost":765,"Date":"3/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":802,"Cost":641,"Date":"6/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":496,"Cost":406,"Date":"7/17/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":906,"Cost":790,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":518,"Cost":396,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":103,"Cost":79,"Date":"11/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":482,"Cost":348,"Date":"12/16/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":24,"Cost":21,"Date":"12/30/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":707,"Cost":497,"Date":"2/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":892,"Cost":732,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":871,"Cost":598,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":873,"Cost":592,"Date":"4/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":813,"Cost":651,"Date":"7/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":566,"Cost":291,"Date":"8/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":783,"Cost":599,"Date":"10/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":473,"Cost":352,"Date":"11/11/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":16,"Cost":10,"Date":"11/30/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":205,"Cost":122,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":657,"Cost":551,"Date":"3/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":478,"Cost":284,"Date":"4/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":233,"Cost":204,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":544,"Cost":358,"Date":"8/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":506,"Cost":448,"Date":"9/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":994,"Cost":890,"Date":"10/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":153,"Cost":111,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":496,"Cost":309,"Date":"11/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":655,"Cost":606,"Date":"12/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":726,"Cost":606,"Date":"12/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":452,"Cost":373,"Date":"1/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":312,"Cost":214,"Date":"1/23/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":42,"Cost":36,"Date":"2/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":666,"Cost":450,"Date":"3/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":317,"Cost":220,"Date":"3/12/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":461,"Cost":298,"Date":"3/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":236,"Cost":142,"Date":"6/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":709,"Cost":405,"Date":"6/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":963,"Cost":819,"Date":"8/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":937,"Cost":512,"Date":"10/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":797,"Cost":510,"Date":"11/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":299,"Cost":269,"Date":"11/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":166,"Cost":115,"Date":"3/27/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":117,"Cost":93,"Date":"4/17/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":148,"Cost":120,"Date":"8/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":157,"Cost":134,"Date":"8/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":370,"Cost":231,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":189,"Cost":139,"Date":"9/5/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":650,"Cost":439,"Date":"9/14/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":276,"Cost":138,"Date":"9/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":9,"Cost":9,"Date":"11/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":760,"Cost":562,"Date":"12/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":700,"Cost":371,"Date":"1/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":123,"Cost":77,"Date":"1/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":507,"Cost":384,"Date":"2/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":128,"Cost":121,"Date":"3/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":860,"Cost":432,"Date":"4/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":144,"Cost":135,"Date":"4/5/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":324,"Cost":178,"Date":"4/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":472,"Cost":387,"Date":"7/10/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":238,"Cost":170,"Date":"3/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":363,"Cost":197,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":446,"Cost":332,"Date":"10/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":92,"Cost":47,"Date":"3/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":486,"Cost":262,"Date":"6/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":147,"Cost":124,"Date":"7/17/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":923,"Cost":587,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":732,"Cost":409,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":477,"Cost":355,"Date":"11/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":449,"Cost":320,"Date":"12/16/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":175,"Cost":96,"Date":"12/30/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":452,"Cost":269,"Date":"2/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":221,"Cost":196,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":803,"Cost":522,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":619,"Cost":525,"Date":"4/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":754,"Cost":564,"Date":"7/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":583,"Cost":368,"Date":"8/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":921,"Cost":733,"Date":"10/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":154,"Cost":125,"Date":"11/11/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":557,"Cost":415,"Date":"11/30/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":524,"Cost":391,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":915,"Cost":676,"Date":"3/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":688,"Cost":457,"Date":"4/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":408,"Cost":233,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":753,"Cost":467,"Date":"8/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":413,"Cost":216,"Date":"9/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":993,"Cost":827,"Date":"10/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":925,"Cost":830,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":648,"Cost":517,"Date":"11/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":725,"Cost":490,"Date":"12/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":460,"Cost":304,"Date":"12/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":77,"Cost":42,"Date":"1/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":875,"Cost":766,"Date":"1/23/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":243,"Cost":138,"Date":"2/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":913,"Cost":482,"Date":"3/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":366,"Cost":248,"Date":"3/12/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":513,"Cost":392,"Date":"3/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":646,"Cost":523,"Date":"6/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":626,"Cost":559,"Date":"6/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":308,"Cost":210,"Date":"8/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":121,"Cost":79,"Date":"10/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":137,"Cost":107,"Date":"11/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":630,"Cost":324,"Date":"11/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":541,"Cost":434,"Date":"3/27/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":558,"Cost":448,"Date":"4/17/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":443,"Cost":375,"Date":"8/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":139,"Cost":99,"Date":"8/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":523,"Cost":387,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":105,"Cost":63,"Date":"9/5/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":467,"Cost":306,"Date":"9/14/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":832,"Cost":780,"Date":"9/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":114,"Cost":62,"Date":"11/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":298,"Cost":157,"Date":"12/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":848,"Cost":529,"Date":"1/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":613,"Cost":317,"Date":"1/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":329,"Cost":198,"Date":"2/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":959,"Cost":560,"Date":"3/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":620,"Cost":566,"Date":"4/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":822,"Cost":681,"Date":"4/5/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":519,"Cost":403,"Date":"4/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":795,"Cost":522,"Date":"7/10/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":443,"Cost":300,"Date":"3/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":345,"Cost":198,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":856,"Cost":611,"Date":"10/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":47,"Cost":40,"Date":"3/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":978,"Cost":654,"Date":"6/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":748,"Cost":560,"Date":"7/17/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":562,"Cost":353,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":805,"Cost":718,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":503,"Cost":394,"Date":"11/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":265,"Cost":148,"Date":"12/16/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":348,"Cost":239,"Date":"12/30/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":258,"Cost":183,"Date":"2/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":337,"Cost":223,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":886,"Cost":771,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":507,"Cost":334,"Date":"4/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":899,"Cost":562,"Date":"7/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":454,"Cost":344,"Date":"8/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":818,"Cost":581,"Date":"10/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":786,"Cost":472,"Date":"11/11/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":925,"Cost":729,"Date":"11/30/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":688,"Cost":455,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":655,"Cost":387,"Date":"3/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":14,"Cost":12,"Date":"4/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":403,"Cost":257,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":399,"Cost":354,"Date":"8/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":855,"Cost":517,"Date":"9/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":208,"Cost":135,"Date":"10/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":604,"Cost":368,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":792,"Cost":447,"Date":"11/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":686,"Cost":476,"Date":"12/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":535,"Cost":483,"Date":"12/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":422,"Cost":237,"Date":"1/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":952,"Cost":729,"Date":"1/23/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":763,"Cost":551,"Date":"2/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":554,"Cost":437,"Date":"3/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":436,"Cost":344,"Date":"3/12/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":474,"Cost":347,"Date":"3/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":490,"Cost":312,"Date":"6/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":406,"Cost":248,"Date":"6/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":572,"Cost":448,"Date":"8/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":516,"Cost":343,"Date":"10/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":963,"Cost":840,"Date":"11/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":639,"Cost":335,"Date":"11/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":204,"Cost":193,"Date":"3/27/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":65,"Cost":40,"Date":"4/17/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":471,"Cost":272,"Date":"8/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":742,"Cost":505,"Date":"8/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":892,"Cost":608,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":719,"Cost":674,"Date":"9/5/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":819,"Cost":581,"Date":"9/14/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":918,"Cost":639,"Date":"9/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":715,"Cost":544,"Date":"11/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":991,"Cost":859,"Date":"12/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":133,"Cost":122,"Date":"1/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":611,"Cost":498,"Date":"1/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":522,"Cost":307,"Date":"2/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":568,"Cost":298,"Date":"3/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":8,"Cost":5,"Date":"4/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":380,"Cost":305,"Date":"4/5/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":978,"Cost":573,"Date":"4/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":724,"Cost":468,"Date":"7/10/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":231,"Cost":193,"Date":"3/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":186,"Cost":158,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":438,"Cost":391,"Date":"10/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":352,"Cost":310,"Date":"3/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":524,"Cost":480,"Date":"6/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":638,"Cost":541,"Date":"7/17/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":968,"Cost":801,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":267,"Cost":231,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":427,"Cost":290,"Date":"11/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":135,"Cost":120,"Date":"12/16/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":504,"Cost":385,"Date":"12/30/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":621,"Cost":352,"Date":"2/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":702,"Cost":508,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":85,"Cost":65,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":892,"Cost":602,"Date":"4/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":66,"Cost":43,"Date":"7/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":618,"Cost":564,"Date":"8/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":322,"Cost":273,"Date":"10/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":535,"Cost":402,"Date":"11/11/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":124,"Cost":89,"Date":"11/30/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":522,"Cost":346,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":995,"Cost":926,"Date":"3/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":872,"Cost":678,"Date":"4/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":746,"Cost":476,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":134,"Cost":114,"Date":"8/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":208,"Cost":167,"Date":"9/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":413,"Cost":229,"Date":"10/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":769,"Cost":572,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":164,"Cost":156,"Date":"11/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":405,"Cost":235,"Date":"12/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":863,"Cost":770,"Date":"12/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":400,"Cost":279,"Date":"1/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":709,"Cost":372,"Date":"1/23/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":774,"Cost":726,"Date":"2/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":747,"Cost":533,"Date":"3/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":906,"Cost":593,"Date":"3/12/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":907,"Cost":852,"Date":"3/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":828,"Cost":782,"Date":"6/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":552,"Cost":465,"Date":"6/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":283,"Cost":170,"Date":"8/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":958,"Cost":762,"Date":"10/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":574,"Cost":303,"Date":"11/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":131,"Cost":91,"Date":"11/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":446,"Cost":359,"Date":"3/27/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":201,"Cost":166,"Date":"4/17/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":800,"Cost":650,"Date":"8/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":258,"Cost":148,"Date":"8/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":103,"Cost":93,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":89,"Cost":58,"Date":"9/5/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":387,"Cost":283,"Date":"9/14/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":714,"Cost":497,"Date":"9/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":99,"Cost":92,"Date":"11/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":916,"Cost":656,"Date":"12/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":792,"Cost":613,"Date":"1/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":419,"Cost":244,"Date":"1/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":119,"Cost":64,"Date":"2/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":841,"Cost":768,"Date":"3/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":610,"Cost":382,"Date":"4/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":854,"Cost":711,"Date":"4/5/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":498,"Cost":291,"Date":"4/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":292,"Cost":187,"Date":"7/10/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":891,"Cost":737,"Date":"3/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":591,"Cost":302,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":348,"Cost":214,"Date":"10/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":561,"Cost":469,"Date":"3/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":742,"Cost":662,"Date":"6/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":371,"Cost":194,"Date":"7/17/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":335,"Cost":247,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":74,"Cost":41,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":325,"Cost":222,"Date":"11/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":408,"Cost":332,"Date":"12/16/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":60,"Cost":51,"Date":"12/30/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":325,"Cost":234,"Date":"2/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":194,"Cost":118,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":646,"Cost":417,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":574,"Cost":308,"Date":"4/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":178,"Cost":103,"Date":"7/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":938,"Cost":761,"Date":"8/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":18,"Cost":11,"Date":"10/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":338,"Cost":257,"Date":"11/11/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":127,"Cost":78,"Date":"11/30/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":833,"Cost":729,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":235,"Cost":210,"Date":"3/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":438,"Cost":383,"Date":"4/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":491,"Cost":376,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":173,"Cost":87,"Date":"8/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":823,"Cost":494,"Date":"9/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":557,"Cost":522,"Date":"10/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":604,"Cost":478,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":665,"Cost":558,"Date":"11/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":147,"Cost":75,"Date":"12/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":289,"Cost":212,"Date":"12/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":142,"Cost":126,"Date":"1/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":510,"Cost":376,"Date":"1/23/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":37,"Cost":32,"Date":"2/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":377,"Cost":275,"Date":"3/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":372,"Cost":189,"Date":"3/12/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":75,"Cost":48,"Date":"3/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":449,"Cost":277,"Date":"6/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":75,"Cost":42,"Date":"6/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":766,"Cost":534,"Date":"8/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":662,"Cost":352,"Date":"10/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":436,"Cost":342,"Date":"11/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":192,"Cost":105,"Date":"11/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":142,"Cost":74,"Date":"3/27/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":747,"Cost":646,"Date":"4/17/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":207,"Cost":135,"Date":"8/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":711,"Cost":421,"Date":"8/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":648,"Cost":539,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":757,"Cost":590,"Date":"9/5/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":736,"Cost":633,"Date":"9/14/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":803,"Cost":571,"Date":"9/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":69,"Cost":35,"Date":"11/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":543,"Cost":505,"Date":"12/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":742,"Cost":544,"Date":"1/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":577,"Cost":377,"Date":"1/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":546,"Cost":285,"Date":"2/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":506,"Cost":352,"Date":"3/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":822,"Cost":507,"Date":"4/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":90,"Cost":82,"Date":"4/5/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":423,"Cost":235,"Date":"4/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":510,"Cost":280,"Date":"7/10/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":840,"Cost":699,"Date":"3/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":232,"Cost":199,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":190,"Cost":108,"Date":"10/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":796,"Cost":685,"Date":"3/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":728,"Cost":468,"Date":"6/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":959,"Cost":729,"Date":"7/17/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":180,"Cost":132,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":355,"Cost":198,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":622,"Cost":454,"Date":"11/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":260,"Cost":130,"Date":"12/16/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":381,"Cost":358,"Date":"12/30/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":389,"Cost":354,"Date":"2/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":415,"Cost":270,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":565,"Cost":435,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":425,"Cost":219,"Date":"4/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":622,"Cost":470,"Date":"7/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":672,"Cost":375,"Date":"8/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":594,"Cost":546,"Date":"10/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":492,"Cost":365,"Date":"11/11/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":186,"Cost":122,"Date":"11/30/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":412,"Cost":379,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":502,"Cost":287,"Date":"3/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":981,"Cost":922,"Date":"4/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":21,"Cost":11,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":420,"Cost":332,"Date":"8/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":12,"Cost":9,"Date":"9/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":3,"Cost":3,"Date":"10/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":349,"Cost":182,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":640,"Cost":560,"Date":"11/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":728,"Cost":556,"Date":"12/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":268,"Cost":193,"Date":"12/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":63,"Cost":57,"Date":"1/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":560,"Cost":464,"Date":"1/23/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":834,"Cost":547,"Date":"2/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":922,"Cost":843,"Date":"3/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":116,"Cost":84,"Date":"3/12/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":379,"Cost":193,"Date":"3/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":411,"Cost":386,"Date":"6/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":521,"Cost":341,"Date":"6/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":732,"Cost":463,"Date":"8/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":576,"Cost":523,"Date":"10/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":590,"Cost":466,"Date":"11/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":31,"Cost":19,"Date":"11/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":301,"Cost":229,"Date":"3/27/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":628,"Cost":395,"Date":"4/17/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":444,"Cost":361,"Date":"8/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":288,"Cost":201,"Date":"8/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":365,"Cost":217,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":505,"Cost":420,"Date":"9/5/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":916,"Cost":564,"Date":"9/14/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":317,"Cost":220,"Date":"9/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":813,"Cost":457,"Date":"11/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":525,"Cost":440,"Date":"12/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":906,"Cost":804,"Date":"1/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":639,"Cost":593,"Date":"1/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":872,"Cost":501,"Date":"2/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":740,"Cost":514,"Date":"3/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":371,"Cost":217,"Date":"4/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":528,"Cost":290,"Date":"4/5/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":146,"Cost":128,"Date":"4/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":420,"Cost":224,"Date":"7/10/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":650,"Cost":555,"Date":"3/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":27,"Cost":19,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":735,"Cost":377,"Date":"10/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":729,"Cost":671,"Date":"3/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":253,"Cost":228,"Date":"6/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":996,"Cost":846,"Date":"7/17/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":763,"Cost":664,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":274,"Cost":246,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":788,"Cost":574,"Date":"11/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":140,"Cost":79,"Date":"12/16/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":949,"Cost":716,"Date":"12/30/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":989,"Cost":603,"Date":"2/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":77,"Cost":71,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":313,"Cost":235,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":934,"Cost":505,"Date":"4/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":954,"Cost":810,"Date":"7/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":156,"Cost":127,"Date":"8/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":424,"Cost":219,"Date":"10/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":808,"Cost":472,"Date":"11/11/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":649,"Cost":417,"Date":"11/30/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":664,"Cost":432,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":291,"Cost":154,"Date":"3/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":439,"Cost":384,"Date":"4/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":686,"Cost":417,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":267,"Cost":236,"Date":"8/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":763,"Cost":384,"Date":"9/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":205,"Cost":167,"Date":"10/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":14,"Cost":10,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":893,"Cost":816,"Date":"11/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":562,"Cost":410,"Date":"12/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":366,"Cost":277,"Date":"12/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":848,"Cost":620,"Date":"1/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":810,"Cost":652,"Date":"1/23/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":192,"Cost":174,"Date":"2/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":443,"Cost":272,"Date":"3/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":346,"Cost":194,"Date":"3/12/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":489,"Cost":259,"Date":"3/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":586,"Cost":327,"Date":"6/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":218,"Cost":151,"Date":"6/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":416,"Cost":391,"Date":"8/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":457,"Cost":412,"Date":"10/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":846,"Cost":771,"Date":"11/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":303,"Cost":169,"Date":"11/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":260,"Cost":192,"Date":"3/27/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":116,"Cost":62,"Date":"4/17/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":198,"Cost":182,"Date":"8/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":577,"Cost":342,"Date":"8/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":543,"Cost":432,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":413,"Date":"9/5/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":815,"Cost":473,"Date":"9/14/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":358,"Date":"9/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":442,"Cost":356,"Date":"11/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":690,"Cost":449,"Date":"12/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":12,"Cost":7,"Date":"1/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":90,"Cost":83,"Date":"1/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":559,"Cost":434,"Date":"2/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":873,"Cost":627,"Date":"3/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":548,"Cost":403,"Date":"4/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":892,"Cost":688,"Date":"4/5/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":733,"Cost":685,"Date":"4/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":743,"Cost":622,"Date":"7/10/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":292,"Cost":272,"Date":"3/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":39,"Cost":23,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":261,"Date":"10/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":415,"Cost":293,"Date":"3/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":835,"Cost":766,"Date":"6/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":430,"Cost":341,"Date":"7/17/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":29,"Cost":25,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":779,"Cost":389,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":211,"Date":"11/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":969,"Cost":778,"Date":"12/16/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":830,"Cost":518,"Date":"12/30/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":164,"Cost":139,"Date":"2/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":96,"Cost":61,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":757,"Cost":590,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":930,"Cost":590,"Date":"4/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":149,"Cost":92,"Date":"7/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":849,"Cost":666,"Date":"8/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":517,"Cost":328,"Date":"10/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":365,"Cost":198,"Date":"11/11/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":839,"Cost":778,"Date":"11/30/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":986,"Cost":655,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":210,"Cost":178,"Date":"3/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":690,"Cost":609,"Date":"4/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":57,"Cost":41,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":621,"Cost":535,"Date":"8/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":673,"Cost":435,"Date":"9/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":459,"Cost":376,"Date":"10/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":796,"Cost":412,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":138,"Cost":96,"Date":"11/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":298,"Cost":154,"Date":"12/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":410,"Cost":239,"Date":"12/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":120,"Cost":82,"Date":"1/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":183,"Cost":113,"Date":"1/23/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":31,"Cost":21,"Date":"2/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":84,"Cost":65,"Date":"3/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":400,"Date":"3/12/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":628,"Cost":523,"Date":"3/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":592,"Date":"6/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":745,"Cost":486,"Date":"6/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":779,"Cost":402,"Date":"8/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":173,"Cost":161,"Date":"10/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":598,"Cost":491,"Date":"11/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":645,"Cost":542,"Date":"11/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":361,"Cost":190,"Date":"3/27/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":426,"Cost":384,"Date":"4/17/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":364,"Cost":250,"Date":"8/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":199,"Cost":133,"Date":"8/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":561,"Cost":432,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":307,"Cost":193,"Date":"9/5/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":450,"Cost":392,"Date":"9/14/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":733,"Cost":485,"Date":"9/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":905,"Cost":743,"Date":"11/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":681,"Cost":600,"Date":"12/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":505,"Cost":274,"Date":"1/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":859,"Cost":637,"Date":"1/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":149,"Cost":136,"Date":"2/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":42,"Cost":39,"Date":"3/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":434,"Cost":238,"Date":"4/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":875,"Cost":781,"Date":"4/5/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":209,"Cost":126,"Date":"4/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":790,"Cost":420,"Date":"7/10/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":673,"Cost":457,"Date":"3/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":129,"Cost":86,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":382,"Cost":203,"Date":"10/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":395,"Cost":255,"Date":"3/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":817,"Cost":761,"Date":"6/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":298,"Cost":180,"Date":"7/17/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":92,"Cost":76,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":272,"Cost":249,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":614,"Cost":416,"Date":"11/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":615,"Cost":343,"Date":"12/16/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":748,"Cost":593,"Date":"12/30/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":538,"Cost":409,"Date":"2/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":239,"Cost":137,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":307,"Cost":228,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":691,"Cost":400,"Date":"4/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":716,"Cost":553,"Date":"7/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":702,"Cost":415,"Date":"8/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":8,"Cost":7,"Date":"10/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":649,"Cost":594,"Date":"11/11/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":605,"Cost":419,"Date":"11/30/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":265,"Cost":248,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":266,"Cost":203,"Date":"3/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":851,"Cost":796,"Date":"4/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":496,"Cost":303,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":302,"Cost":203,"Date":"8/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":755,"Cost":522,"Date":"9/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":535,"Cost":289,"Date":"10/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":599,"Cost":504,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":711,"Cost":497,"Date":"11/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":872,"Cost":552,"Date":"12/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":522,"Cost":376,"Date":"12/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":60,"Cost":54,"Date":"1/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":310,"Cost":282,"Date":"1/23/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":73,"Cost":63,"Date":"2/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":426,"Cost":286,"Date":"3/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":709,"Cost":557,"Date":"3/12/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":46,"Cost":36,"Date":"3/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":91,"Cost":86,"Date":"6/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":492,"Cost":331,"Date":"6/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":516,"Cost":304,"Date":"8/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":792,"Cost":559,"Date":"10/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":723,"Cost":547,"Date":"11/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":305,"Cost":163,"Date":"11/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":500,"Cost":395,"Date":"3/27/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":552,"Cost":371,"Date":"4/17/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":160,"Cost":94,"Date":"8/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":371,"Cost":350,"Date":"8/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":440,"Cost":257,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":512,"Cost":465,"Date":"9/5/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":309,"Cost":283,"Date":"9/14/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":564,"Cost":508,"Date":"9/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":297,"Cost":240,"Date":"11/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":78,"Cost":44,"Date":"12/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":37,"Cost":31,"Date":"1/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":550,"Cost":395,"Date":"1/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":636,"Cost":525,"Date":"2/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":612,"Cost":464,"Date":"3/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":894,"Cost":737,"Date":"4/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":955,"Cost":779,"Date":"4/5/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":758,"Cost":381,"Date":"4/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":213,"Cost":157,"Date":"7/10/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":185,"Cost":173,"Date":"3/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":995,"Cost":516,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":79,"Cost":49,"Date":"10/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":206,"Cost":117,"Date":"3/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":960,"Cost":785,"Date":"6/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":705,"Cost":570,"Date":"7/17/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":106,"Cost":57,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":639,"Cost":555,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":26,"Cost":16,"Date":"11/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":166,"Cost":144,"Date":"12/16/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":141,"Cost":112,"Date":"12/30/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":475,"Cost":311,"Date":"2/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":70,"Cost":40,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":692,"Cost":514,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":863,"Cost":477,"Date":"4/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":37,"Cost":27,"Date":"7/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":941,"Cost":674,"Date":"8/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":984,"Cost":518,"Date":"10/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":239,"Cost":193,"Date":"11/11/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":17,"Cost":10,"Date":"11/30/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":888,"Cost":691,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":976,"Cost":592,"Date":"3/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":455,"Cost":396,"Date":"4/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":935,"Cost":743,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":799,"Cost":488,"Date":"8/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":609,"Cost":366,"Date":"9/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":31,"Cost":16,"Date":"10/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":870,"Cost":533,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":502,"Cost":411,"Date":"11/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":21,"Cost":10,"Date":"12/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":668,"Cost":479,"Date":"12/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":119,"Cost":70,"Date":"1/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":796,"Cost":756,"Date":"1/23/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":653,"Cost":424,"Date":"2/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":81,"Cost":47,"Date":"3/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":597,"Cost":396,"Date":"3/12/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":544,"Cost":273,"Date":"3/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":216,"Cost":171,"Date":"6/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":233,"Cost":177,"Date":"6/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":239,"Cost":193,"Date":"8/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":383,"Cost":252,"Date":"10/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":532,"Cost":486,"Date":"11/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":204,"Cost":156,"Date":"11/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":713,"Cost":607,"Date":"3/27/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":118,"Cost":62,"Date":"4/17/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":353,"Cost":320,"Date":"8/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":462,"Cost":340,"Date":"8/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":658,"Cost":477,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":910,"Cost":487,"Date":"9/5/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":96,"Cost":76,"Date":"9/14/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":459,"Cost":299,"Date":"9/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":50,"Cost":36,"Date":"11/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":203,"Cost":178,"Date":"12/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":307,"Cost":232,"Date":"1/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":712,"Cost":428,"Date":"1/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":184,"Cost":149,"Date":"2/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":439,"Cost":239,"Date":"3/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":421,"Cost":399,"Date":"4/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":751,"Cost":658,"Date":"4/5/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":265,"Cost":197,"Date":"4/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":848,"Cost":788,"Date":"7/10/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":735,"Cost":564,"Date":"3/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":518,"Cost":367,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":615,"Cost":492,"Date":"10/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":970,"Cost":515,"Date":"3/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":561,"Cost":459,"Date":"6/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":265,"Cost":171,"Date":"7/17/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":548,"Cost":277,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":127,"Cost":109,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":290,"Cost":150,"Date":"11/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":674,"Cost":427,"Date":"12/16/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":164,"Cost":140,"Date":"12/30/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":813,"Cost":686,"Date":"2/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":417,"Cost":248,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":700,"Cost":657,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":782,"Cost":669,"Date":"4/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":658,"Cost":442,"Date":"7/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":902,"Cost":473,"Date":"8/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":404,"Cost":318,"Date":"10/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":265,"Cost":204,"Date":"11/11/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":983,"Cost":807,"Date":"11/30/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":664,"Cost":497,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":766,"Cost":419,"Date":"3/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":945,"Cost":794,"Date":"4/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":680,"Cost":561,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":813,"Cost":566,"Date":"8/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":924,"Cost":777,"Date":"9/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":601,"Cost":561,"Date":"10/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":842,"Cost":711,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":313,"Cost":168,"Date":"11/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":822,"Cost":693,"Date":"12/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":814,"Cost":551,"Date":"12/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":985,"Cost":546,"Date":"1/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":74,"Cost":70,"Date":"1/23/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":912,"Cost":597,"Date":"2/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":453,"Cost":427,"Date":"3/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":825,"Cost":693,"Date":"3/12/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":743,"Cost":419,"Date":"3/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":820,"Cost":418,"Date":"6/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":329,"Cost":220,"Date":"6/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":922,"Cost":579,"Date":"8/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":963,"Cost":528,"Date":"10/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":455,"Cost":379,"Date":"11/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":916,"Cost":722,"Date":"11/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":48,"Cost":40,"Date":"3/27/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":3,"Date":"4/17/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":92,"Cost":73,"Date":"8/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":248,"Cost":173,"Date":"8/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":625,"Cost":385,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":746,"Cost":446,"Date":"9/5/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":849,"Cost":646,"Date":"9/14/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":733,"Cost":545,"Date":"9/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":812,"Cost":633,"Date":"11/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":611,"Date":"12/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":732,"Cost":463,"Date":"1/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":522,"Cost":334,"Date":"1/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":974,"Cost":750,"Date":"2/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":871,"Cost":688,"Date":"3/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":955,"Cost":741,"Date":"4/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":260,"Cost":190,"Date":"4/5/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":479,"Cost":351,"Date":"4/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":270,"Date":"7/10/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":478,"Date":"3/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":487,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":502,"Cost":466,"Date":"10/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":678,"Cost":581,"Date":"3/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":671,"Cost":365,"Date":"6/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":530,"Date":"7/17/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":561,"Cost":434,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":60,"Cost":39,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":278,"Cost":217,"Date":"11/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":770,"Date":"12/16/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":651,"Cost":383,"Date":"12/30/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":773,"Cost":625,"Date":"2/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":45,"Cost":35,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":484,"Cost":335,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":485,"Date":"4/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":591,"Cost":420,"Date":"7/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":602,"Cost":562,"Date":"8/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":264,"Cost":242,"Date":"10/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":213,"Cost":149,"Date":"11/11/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":132,"Cost":79,"Date":"11/30/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":139,"Cost":87,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":933,"Cost":601,"Date":"3/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":995,"Cost":810,"Date":"4/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":157,"Cost":111,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":347,"Cost":294,"Date":"8/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":845,"Cost":757,"Date":"9/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":983,"Cost":928,"Date":"10/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":516,"Cost":278,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":317,"Cost":174,"Date":"11/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":820,"Cost":465,"Date":"12/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":821,"Cost":454,"Date":"12/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":940,"Cost":677,"Date":"1/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":304,"Date":"1/23/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":696,"Date":"2/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":791,"Cost":611,"Date":"3/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":974,"Cost":585,"Date":"3/12/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":882,"Cost":730,"Date":"3/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":30,"Cost":17,"Date":"6/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":990,"Cost":564,"Date":"6/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":586,"Cost":395,"Date":"8/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":103,"Date":"10/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":220,"Date":"11/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":322,"Cost":173,"Date":"11/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":738,"Cost":676,"Date":"3/27/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":917,"Cost":760,"Date":"4/17/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":43,"Cost":38,"Date":"8/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":925,"Cost":822,"Date":"8/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":352,"Cost":330,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":359,"Cost":182,"Date":"9/5/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":818,"Cost":605,"Date":"9/14/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":386,"Cost":237,"Date":"9/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":329,"Cost":185,"Date":"11/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":363,"Cost":253,"Date":"12/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":31,"Cost":17,"Date":"1/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":695,"Cost":464,"Date":"1/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":541,"Cost":345,"Date":"2/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":242,"Cost":183,"Date":"3/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":36,"Cost":33,"Date":"4/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":799,"Cost":592,"Date":"4/5/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":970,"Cost":771,"Date":"4/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":115,"Cost":94,"Date":"7/10/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":576,"Cost":466,"Date":"3/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":265,"Cost":227,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":463,"Cost":358,"Date":"10/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":676,"Cost":537,"Date":"3/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":69,"Cost":64,"Date":"6/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":392,"Cost":276,"Date":"7/17/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":721,"Cost":366,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":729,"Cost":671,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":971,"Cost":653,"Date":"11/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":87,"Cost":66,"Date":"12/16/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":808,"Cost":492,"Date":"12/30/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":441,"Cost":345,"Date":"2/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":430,"Cost":230,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":362,"Cost":283,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":209,"Cost":148,"Date":"4/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":826,"Cost":496,"Date":"7/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":777,"Cost":456,"Date":"8/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":493,"Cost":288,"Date":"10/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":941,"Cost":635,"Date":"11/11/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":389,"Cost":349,"Date":"11/30/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":209,"Cost":177,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":169,"Cost":118,"Date":"3/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":596,"Cost":346,"Date":"4/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":167,"Cost":100,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":195,"Cost":131,"Date":"8/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":679,"Cost":541,"Date":"9/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":808,"Cost":549,"Date":"10/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":721,"Cost":647,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":973,"Cost":610,"Date":"11/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":736,"Cost":624,"Date":"12/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":226,"Cost":139,"Date":"12/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":110,"Cost":77,"Date":"1/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":764,"Cost":594,"Date":"1/23/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":270,"Cost":184,"Date":"2/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":649,"Cost":472,"Date":"3/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":782,"Cost":515,"Date":"3/12/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":437,"Cost":291,"Date":"3/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":551,"Cost":483,"Date":"6/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":521,"Cost":293,"Date":"6/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":944,"Cost":508,"Date":"8/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":411,"Cost":354,"Date":"10/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":557,"Cost":370,"Date":"11/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":745,"Cost":592,"Date":"11/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":463,"Cost":411,"Date":"3/27/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":660,"Cost":351,"Date":"4/17/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":78,"Cost":62,"Date":"8/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":104,"Cost":81,"Date":"8/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":28,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":328,"Date":"9/5/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":42,"Cost":31,"Date":"9/14/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":405,"Cost":221,"Date":"9/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":363,"Cost":212,"Date":"11/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":815,"Cost":634,"Date":"12/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":707,"Cost":655,"Date":"1/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":334,"Cost":216,"Date":"1/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":217,"Cost":203,"Date":"2/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":313,"Cost":296,"Date":"3/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":623,"Date":"4/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":170,"Cost":133,"Date":"4/5/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":941,"Cost":728,"Date":"4/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":700,"Cost":512,"Date":"7/10/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":936,"Cost":478,"Date":"3/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":370,"Cost":310,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":387,"Cost":301,"Date":"10/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":860,"Cost":589,"Date":"3/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":27,"Cost":19,"Date":"6/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":824,"Cost":460,"Date":"7/17/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":527,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":638,"Cost":549,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":194,"Cost":140,"Date":"11/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":16,"Cost":16,"Date":"12/16/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":555,"Cost":375,"Date":"12/30/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":253,"Cost":180,"Date":"2/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":20,"Cost":19,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":298,"Cost":251,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":895,"Cost":549,"Date":"4/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":527,"Cost":311,"Date":"7/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":891,"Cost":633,"Date":"8/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":934,"Cost":526,"Date":"10/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":821,"Cost":644,"Date":"11/11/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":729,"Cost":661,"Date":"11/30/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":498,"Cost":251,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":308,"Cost":158,"Date":"3/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":31,"Cost":28,"Date":"4/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":467,"Cost":284,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":565,"Cost":315,"Date":"8/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":845,"Cost":545,"Date":"9/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":612,"Cost":388,"Date":"10/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":790,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":164,"Cost":144,"Date":"11/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":973,"Cost":730,"Date":"12/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":642,"Cost":477,"Date":"12/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":746,"Cost":629,"Date":"1/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":293,"Cost":171,"Date":"1/23/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":181,"Cost":111,"Date":"2/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":847,"Cost":617,"Date":"3/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":620,"Cost":380,"Date":"3/12/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":2,"Cost":1,"Date":"3/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":204,"Cost":127,"Date":"6/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":347,"Cost":236,"Date":"6/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":226,"Cost":140,"Date":"8/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":691,"Cost":632,"Date":"10/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":656,"Cost":504,"Date":"11/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":697,"Cost":519,"Date":"11/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":842,"Cost":622,"Date":"3/27/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":858,"Cost":793,"Date":"4/17/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":895,"Cost":827,"Date":"8/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":875,"Cost":767,"Date":"8/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":543,"Cost":400,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":727,"Cost":608,"Date":"9/5/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":780,"Cost":601,"Date":"9/14/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":399,"Cost":352,"Date":"9/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":506,"Cost":424,"Date":"11/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":749,"Cost":456,"Date":"12/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":768,"Cost":459,"Date":"1/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":682,"Cost":440,"Date":"1/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":832,"Cost":507,"Date":"2/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":105,"Cost":54,"Date":"3/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":156,"Cost":107,"Date":"4/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":916,"Cost":852,"Date":"4/5/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":117,"Cost":67,"Date":"4/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":478,"Cost":421,"Date":"7/10/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":697,"Cost":610,"Date":"3/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":848,"Cost":456,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":499,"Cost":326,"Date":"10/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":200,"Cost":143,"Date":"3/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":61,"Cost":43,"Date":"6/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":754,"Cost":416,"Date":"7/17/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":342,"Cost":219,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":307,"Cost":226,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":497,"Cost":420,"Date":"11/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":327,"Cost":207,"Date":"12/16/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":51,"Cost":35,"Date":"12/30/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":648,"Cost":445,"Date":"2/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":47,"Cost":26,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":398,"Cost":208,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":186,"Cost":172,"Date":"4/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":5,"Cost":5,"Date":"7/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":812,"Cost":466,"Date":"8/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":78,"Cost":53,"Date":"10/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":868,"Cost":555,"Date":"11/11/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":458,"Cost":368,"Date":"11/30/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":598,"Cost":532,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":157,"Cost":114,"Date":"3/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":447,"Cost":227,"Date":"4/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":651,"Cost":536,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":470,"Date":"8/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":149,"Cost":135,"Date":"9/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":885,"Cost":691,"Date":"10/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":62,"Cost":54,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":268,"Cost":203,"Date":"11/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":906,"Cost":806,"Date":"12/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":343,"Cost":185,"Date":"12/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":448,"Cost":227,"Date":"1/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":549,"Cost":336,"Date":"1/23/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":825,"Cost":733,"Date":"2/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":209,"Cost":188,"Date":"3/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":698,"Cost":403,"Date":"3/12/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":285,"Cost":210,"Date":"3/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":880,"Cost":665,"Date":"6/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":228,"Cost":198,"Date":"6/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":880,"Cost":601,"Date":"8/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":939,"Cost":751,"Date":"10/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":396,"Cost":219,"Date":"11/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":328,"Cost":172,"Date":"11/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":712,"Cost":439,"Date":"3/27/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":854,"Cost":439,"Date":"4/17/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":464,"Cost":403,"Date":"8/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":598,"Cost":485,"Date":"8/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":56,"Cost":51,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":435,"Cost":267,"Date":"9/5/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":904,"Cost":754,"Date":"9/14/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":77,"Cost":45,"Date":"9/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":29,"Cost":15,"Date":"11/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":748,"Cost":705,"Date":"12/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":84,"Cost":58,"Date":"1/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":136,"Cost":96,"Date":"1/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":786,"Cost":554,"Date":"2/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":425,"Cost":282,"Date":"3/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":45,"Cost":39,"Date":"4/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":538,"Cost":463,"Date":"4/5/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":1,"Cost":1,"Date":"4/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":819,"Cost":565,"Date":"7/10/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":942,"Cost":844,"Date":"3/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":72,"Cost":53,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":561,"Cost":372,"Date":"10/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":215,"Cost":197,"Date":"3/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":28,"Cost":24,"Date":"6/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":227,"Cost":127,"Date":"7/17/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":515,"Cost":421,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":972,"Cost":519,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":403,"Cost":331,"Date":"11/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":154,"Cost":107,"Date":"12/16/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":980,"Cost":799,"Date":"12/30/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":125,"Cost":78,"Date":"2/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":896,"Cost":686,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":164,"Cost":119,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":253,"Cost":149,"Date":"4/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":350,"Cost":204,"Date":"7/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":627,"Cost":462,"Date":"8/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":535,"Cost":302,"Date":"10/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":703,"Cost":404,"Date":"11/11/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":573,"Cost":540,"Date":"11/30/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":932,"Cost":794,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":736,"Cost":640,"Date":"3/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":629,"Cost":589,"Date":"4/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":846,"Cost":779,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":337,"Cost":208,"Date":"8/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":621,"Cost":532,"Date":"9/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":816,"Cost":473,"Date":"10/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":249,"Cost":218,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":162,"Cost":108,"Date":"11/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":829,"Cost":638,"Date":"12/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":568,"Cost":525,"Date":"12/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":480,"Cost":379,"Date":"1/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":104,"Cost":64,"Date":"1/23/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":103,"Cost":93,"Date":"2/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":695,"Cost":555,"Date":"3/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":852,"Cost":484,"Date":"3/12/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":592,"Cost":307,"Date":"3/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":407,"Cost":214,"Date":"6/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":241,"Cost":125,"Date":"6/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":60,"Cost":46,"Date":"8/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":58,"Cost":34,"Date":"10/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":926,"Cost":662,"Date":"11/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":712,"Cost":586,"Date":"11/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":96,"Cost":74,"Date":"3/27/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":60,"Cost":37,"Date":"4/17/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":490,"Cost":385,"Date":"8/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":360,"Cost":217,"Date":"8/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":925,"Cost":605,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":158,"Cost":148,"Date":"9/5/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":792,"Cost":606,"Date":"9/14/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":706,"Cost":601,"Date":"9/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":267,"Cost":250,"Date":"11/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":897,"Cost":612,"Date":"12/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":662,"Cost":470,"Date":"1/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":469,"Cost":250,"Date":"1/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":619,"Cost":479,"Date":"2/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":358,"Cost":228,"Date":"3/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":753,"Cost":466,"Date":"4/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":231,"Cost":177,"Date":"4/5/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":145,"Cost":100,"Date":"4/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":157,"Cost":90,"Date":"7/10/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":888,"Cost":753,"Date":"3/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":333,"Cost":232,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":216,"Cost":131,"Date":"10/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":102,"Cost":86,"Date":"3/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":189,"Cost":98,"Date":"6/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":80,"Cost":58,"Date":"7/17/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":429,"Cost":358,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":739,"Cost":618,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":799,"Cost":494,"Date":"11/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":366,"Cost":289,"Date":"12/16/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":321,"Cost":285,"Date":"12/30/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":423,"Cost":352,"Date":"2/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":202,"Cost":109,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":757,"Cost":582,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":180,"Cost":112,"Date":"4/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":869,"Cost":599,"Date":"7/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":441,"Cost":232,"Date":"8/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":149,"Cost":82,"Date":"10/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":281,"Cost":157,"Date":"11/11/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":945,"Cost":688,"Date":"11/30/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":48,"Cost":27,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":861,"Cost":650,"Date":"3/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":863,"Cost":583,"Date":"4/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":448,"Cost":289,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":5,"Cost":5,"Date":"8/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":485,"Cost":411,"Date":"9/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":380,"Cost":307,"Date":"10/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":40,"Cost":32,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":1,"Cost":0,"Date":"11/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":173,"Cost":100,"Date":"12/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":295,"Cost":149,"Date":"12/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":920,"Cost":460,"Date":"1/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":19,"Cost":17,"Date":"1/23/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":567,"Cost":461,"Date":"2/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":884,"Cost":547,"Date":"3/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":234,"Cost":197,"Date":"3/12/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":99,"Cost":49,"Date":"3/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":227,"Cost":175,"Date":"6/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":349,"Cost":222,"Date":"6/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":887,"Cost":624,"Date":"8/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":698,"Cost":399,"Date":"10/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":98,"Cost":84,"Date":"11/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":130,"Cost":73,"Date":"11/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":45,"Cost":36,"Date":"3/27/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":439,"Cost":408,"Date":"4/17/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":271,"Cost":240,"Date":"8/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":848,"Cost":500,"Date":"8/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":840,"Cost":505,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":466,"Cost":312,"Date":"9/5/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":56,"Cost":40,"Date":"9/14/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":580,"Cost":503,"Date":"9/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":802,"Cost":564,"Date":"11/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":889,"Cost":592,"Date":"12/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":428,"Cost":243,"Date":"1/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":498,"Cost":338,"Date":"1/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":242,"Cost":155,"Date":"2/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":667,"Cost":499,"Date":"3/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":127,"Cost":79,"Date":"4/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":377,"Cost":291,"Date":"4/5/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":46,"Cost":30,"Date":"4/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":753,"Cost":601,"Date":"7/10/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":783,"Cost":530,"Date":"3/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":695,"Cost":550,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":24,"Cost":15,"Date":"10/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":501,"Cost":264,"Date":"3/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":952,"Cost":806,"Date":"6/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":504,"Cost":443,"Date":"7/17/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":434,"Cost":365,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":637,"Cost":547,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":848,"Cost":531,"Date":"11/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":848,"Cost":577,"Date":"12/16/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":457,"Cost":279,"Date":"12/30/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":83,"Cost":68,"Date":"2/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":862,"Cost":631,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":636,"Cost":457,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":339,"Cost":191,"Date":"4/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":619,"Cost":423,"Date":"7/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":823,"Cost":414,"Date":"8/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":737,"Cost":454,"Date":"10/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":360,"Cost":303,"Date":"11/11/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":787,"Cost":560,"Date":"11/30/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":934,"Cost":746,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":4,"Cost":3,"Date":"3/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":20,"Cost":15,"Date":"4/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":247,"Cost":144,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":170,"Cost":120,"Date":"8/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":545,"Cost":349,"Date":"9/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":163,"Cost":154,"Date":"10/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":329,"Cost":281,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":180,"Cost":131,"Date":"11/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":81,"Cost":48,"Date":"12/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":46,"Cost":34,"Date":"12/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":666,"Cost":360,"Date":"1/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":743,"Cost":691,"Date":"1/23/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":119,"Cost":91,"Date":"2/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":329,"Cost":203,"Date":"3/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":89,"Cost":59,"Date":"3/12/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":105,"Cost":87,"Date":"3/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":131,"Cost":123,"Date":"6/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":887,"Cost":774,"Date":"6/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":788,"Cost":502,"Date":"8/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":802,"Cost":722,"Date":"10/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":502,"Cost":258,"Date":"11/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":889,"Cost":680,"Date":"11/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":556,"Cost":440,"Date":"3/27/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":920,"Cost":490,"Date":"4/17/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":690,"Cost":429,"Date":"8/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":922,"Cost":469,"Date":"8/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":519,"Cost":432,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":174,"Cost":123,"Date":"9/5/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":584,"Cost":424,"Date":"9/14/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":252,"Cost":157,"Date":"9/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":717,"Cost":634,"Date":"11/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":12,"Cost":8,"Date":"12/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":572,"Cost":299,"Date":"1/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":186,"Cost":107,"Date":"1/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":722,"Cost":566,"Date":"2/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":884,"Cost":517,"Date":"3/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":610,"Cost":558,"Date":"4/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":79,"Cost":42,"Date":"4/5/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":428,"Cost":304,"Date":"4/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":68,"Cost":51,"Date":"7/10/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":912,"Cost":811,"Date":"3/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":54,"Cost":45,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":228,"Cost":114,"Date":"10/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":133,"Cost":121,"Date":"3/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":383,"Cost":298,"Date":"6/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":97,"Cost":84,"Date":"7/17/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":729,"Cost":578,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":381,"Cost":302,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":382,"Cost":348,"Date":"11/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":103,"Cost":90,"Date":"12/16/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":750,"Cost":387,"Date":"12/30/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":810,"Cost":530,"Date":"2/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":205,"Cost":144,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":778,"Cost":529,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":612,"Cost":346,"Date":"4/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":579,"Cost":540,"Date":"7/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":455,"Cost":374,"Date":"8/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":745,"Cost":464,"Date":"10/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":878,"Cost":673,"Date":"11/11/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":456,"Cost":392,"Date":"11/30/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":265,"Cost":242,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":695,"Cost":559,"Date":"3/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":19,"Cost":16,"Date":"4/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":958,"Cost":663,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":984,"Cost":905,"Date":"8/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":80,"Cost":62,"Date":"9/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":296,"Cost":216,"Date":"10/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":234,"Cost":154,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":44,"Cost":28,"Date":"11/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":440,"Cost":295,"Date":"12/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":146,"Cost":92,"Date":"12/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":534,"Cost":366,"Date":"1/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":213,"Cost":177,"Date":"1/23/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":396,"Cost":341,"Date":"2/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":663,"Cost":613,"Date":"3/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":947,"Cost":718,"Date":"3/12/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":290,"Cost":192,"Date":"3/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":292,"Cost":183,"Date":"6/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":783,"Cost":471,"Date":"6/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":302,"Cost":241,"Date":"8/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":743,"Cost":492,"Date":"10/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":846,"Cost":516,"Date":"11/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":668,"Cost":346,"Date":"11/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":818,"Cost":570,"Date":"3/27/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":247,"Date":"4/17/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":270,"Date":"8/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":978,"Cost":629,"Date":"8/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":894,"Cost":460,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":719,"Cost":619,"Date":"9/5/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":193,"Cost":137,"Date":"9/14/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":502,"Date":"9/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":907,"Cost":489,"Date":"11/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":373,"Cost":244,"Date":"12/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":995,"Cost":613,"Date":"1/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":377,"Cost":262,"Date":"1/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":662,"Cost":449,"Date":"2/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":670,"Cost":367,"Date":"3/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":831,"Cost":478,"Date":"4/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":75,"Cost":38,"Date":"4/5/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":873,"Cost":506,"Date":"4/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":663,"Cost":441,"Date":"7/10/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":733,"Cost":454,"Date":"3/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":716,"Cost":470,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":97,"Cost":52,"Date":"10/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":692,"Cost":625,"Date":"3/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":18,"Cost":17,"Date":"6/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":124,"Cost":74,"Date":"7/17/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":883,"Cost":513,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":696,"Cost":498,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":211,"Cost":121,"Date":"11/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":316,"Cost":282,"Date":"12/16/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":402,"Cost":344,"Date":"12/30/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":917,"Cost":757,"Date":"2/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":167,"Cost":120,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":635,"Cost":579,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":453,"Date":"4/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":578,"Cost":373,"Date":"7/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":250,"Cost":172,"Date":"8/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":819,"Cost":541,"Date":"10/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":535,"Date":"11/11/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":644,"Cost":606,"Date":"11/30/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":789,"Cost":736,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":501,"Cost":260,"Date":"3/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":565,"Date":"4/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":65,"Cost":61,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":83,"Cost":70,"Date":"8/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":512,"Date":"9/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":144,"Cost":116,"Date":"10/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":554,"Cost":423,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":661,"Cost":458,"Date":"11/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":228,"Cost":196,"Date":"12/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":302,"Date":"12/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":969,"Cost":559,"Date":"1/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":5,"Date":"1/23/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":959,"Cost":773,"Date":"2/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":612,"Cost":413,"Date":"3/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":143,"Cost":99,"Date":"3/12/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":502,"Cost":295,"Date":"3/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":566,"Cost":369,"Date":"6/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":665,"Cost":359,"Date":"6/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":73,"Cost":51,"Date":"8/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":538,"Cost":413,"Date":"10/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":318,"Cost":190,"Date":"11/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":431,"Cost":275,"Date":"11/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":490,"Cost":274,"Date":"3/27/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":235,"Cost":137,"Date":"4/17/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":290,"Cost":192,"Date":"8/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":279,"Cost":217,"Date":"8/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":32,"Cost":17,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":821,"Cost":513,"Date":"9/5/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":512,"Cost":302,"Date":"9/14/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":901,"Cost":776,"Date":"9/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":257,"Cost":218,"Date":"11/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":402,"Cost":220,"Date":"12/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":403,"Cost":214,"Date":"1/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":885,"Cost":692,"Date":"1/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":538,"Cost":298,"Date":"2/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":574,"Cost":523,"Date":"3/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":17,"Cost":11,"Date":"4/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":67,"Cost":59,"Date":"4/5/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":201,"Cost":109,"Date":"4/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":275,"Cost":145,"Date":"7/10/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":898,"Cost":577,"Date":"3/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":454,"Cost":418,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":515,"Cost":390,"Date":"10/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":15,"Cost":12,"Date":"3/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":185,"Cost":146,"Date":"6/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":663,"Cost":513,"Date":"7/17/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":903,"Cost":819,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":135,"Cost":85,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":576,"Cost":373,"Date":"11/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":605,"Cost":322,"Date":"12/16/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":226,"Cost":204,"Date":"12/30/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":795,"Cost":459,"Date":"2/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":105,"Cost":57,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":781,"Cost":442,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":156,"Cost":86,"Date":"4/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":658,"Cost":374,"Date":"7/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":282,"Cost":222,"Date":"8/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":758,"Cost":540,"Date":"10/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":735,"Cost":663,"Date":"11/11/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":176,"Cost":129,"Date":"11/30/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":721,"Cost":540,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":989,"Cost":723,"Date":"3/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":832,"Cost":477,"Date":"4/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":615,"Cost":373,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":581,"Cost":444,"Date":"8/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":197,"Cost":165,"Date":"9/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":718,"Cost":406,"Date":"10/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":262,"Cost":177,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":781,"Cost":524,"Date":"11/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":688,"Cost":609,"Date":"12/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":267,"Cost":214,"Date":"12/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":8,"Cost":6,"Date":"1/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":459,"Cost":300,"Date":"1/23/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":908,"Cost":828,"Date":"2/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":682,"Cost":459,"Date":"3/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":98,"Cost":72,"Date":"3/12/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":334,"Cost":216,"Date":"3/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":468,"Cost":312,"Date":"6/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":890,"Cost":475,"Date":"6/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":774,"Cost":530,"Date":"8/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":246,"Cost":147,"Date":"10/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":466,"Cost":365,"Date":"11/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":406,"Cost":337,"Date":"11/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":350,"Cost":246,"Date":"3/27/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":983,"Cost":903,"Date":"4/17/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":177,"Cost":126,"Date":"8/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":194,"Cost":101,"Date":"8/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":942,"Cost":845,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":509,"Cost":483,"Date":"9/5/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":585,"Cost":415,"Date":"9/14/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":40,"Cost":25,"Date":"9/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":663,"Cost":508,"Date":"11/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":406,"Cost":270,"Date":"12/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":708,"Cost":509,"Date":"1/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":43,"Cost":32,"Date":"1/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":688,"Cost":427,"Date":"2/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":491,"Cost":400,"Date":"3/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":462,"Cost":420,"Date":"4/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":677,"Cost":575,"Date":"4/5/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":878,"Cost":686,"Date":"4/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":372,"Cost":192,"Date":"7/10/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":497,"Cost":438,"Date":"3/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":624,"Cost":430,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":417,"Cost":218,"Date":"10/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":981,"Cost":925,"Date":"3/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":679,"Cost":569,"Date":"6/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":195,"Cost":158,"Date":"7/17/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":483,"Cost":344,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":726,"Cost":375,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":160,"Cost":147,"Date":"11/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":598,"Cost":406,"Date":"12/16/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":106,"Cost":77,"Date":"12/30/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":966,"Cost":770,"Date":"2/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":284,"Cost":270,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":882,"Cost":634,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":524,"Cost":352,"Date":"4/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":602,"Cost":317,"Date":"7/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":33,"Cost":30,"Date":"8/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":896,"Cost":658,"Date":"10/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":92,"Cost":63,"Date":"11/11/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":131,"Cost":110,"Date":"11/30/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":913,"Cost":779,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":622,"Cost":350,"Date":"3/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":680,"Cost":542,"Date":"4/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":170,"Cost":121,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":457,"Cost":277,"Date":"8/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":491,"Cost":298,"Date":"9/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":294,"Cost":150,"Date":"10/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":832,"Cost":435,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":144,"Cost":129,"Date":"11/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":821,"Cost":478,"Date":"12/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":49,"Cost":39,"Date":"12/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":849,"Cost":460,"Date":"1/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":576,"Cost":460,"Date":"1/23/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":223,"Cost":187,"Date":"2/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":897,"Cost":773,"Date":"3/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":25,"Cost":18,"Date":"3/12/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":140,"Cost":105,"Date":"3/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":80,"Cost":67,"Date":"6/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":404,"Cost":347,"Date":"6/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":476,"Cost":254,"Date":"8/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":411,"Cost":274,"Date":"10/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":779,"Cost":443,"Date":"11/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":21,"Cost":16,"Date":"11/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":231,"Cost":197,"Date":"3/27/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":297,"Cost":253,"Date":"4/17/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":358,"Cost":206,"Date":"8/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":992,"Cost":515,"Date":"8/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":857,"Cost":528,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":471,"Cost":358,"Date":"9/5/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":46,"Cost":35,"Date":"9/14/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":146,"Cost":137,"Date":"9/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":980,"Cost":506,"Date":"11/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":900,"Cost":622,"Date":"12/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":647,"Cost":487,"Date":"1/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":524,"Cost":352,"Date":"1/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":102,"Cost":86,"Date":"2/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":884,"Cost":495,"Date":"3/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":353,"Cost":221,"Date":"4/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":813,"Cost":703,"Date":"4/5/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":320,"Cost":191,"Date":"4/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":507,"Cost":254,"Date":"7/10/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":874,"Cost":717,"Date":"3/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":11,"Cost":8,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":398,"Cost":359,"Date":"10/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":882,"Cost":677,"Date":"3/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":228,"Cost":192,"Date":"6/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":875,"Cost":515,"Date":"7/17/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":6,"Cost":3,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":807,"Cost":437,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":772,"Cost":600,"Date":"11/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":857,"Cost":505,"Date":"12/16/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":505,"Cost":450,"Date":"12/30/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":681,"Cost":447,"Date":"2/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":244,"Cost":214,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":137,"Cost":119,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":67,"Cost":34,"Date":"4/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":711,"Cost":443,"Date":"7/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":780,"Cost":438,"Date":"8/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":208,"Cost":132,"Date":"10/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":233,"Cost":183,"Date":"11/11/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":567,"Cost":437,"Date":"11/30/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":33,"Cost":19,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":379,"Cost":293,"Date":"3/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":809,"Cost":686,"Date":"4/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":886,"Cost":729,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":64,"Cost":38,"Date":"8/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":227,"Cost":172,"Date":"9/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":211,"Cost":179,"Date":"10/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":488,"Cost":253,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":151,"Cost":115,"Date":"11/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":584,"Cost":455,"Date":"12/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":461,"Cost":415,"Date":"12/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":560,"Cost":342,"Date":"1/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":4,"Cost":4,"Date":"1/23/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":693,"Cost":568,"Date":"2/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":400,"Cost":338,"Date":"3/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":934,"Cost":524,"Date":"3/12/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":665,"Cost":366,"Date":"3/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":799,"Cost":603,"Date":"6/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":821,"Cost":636,"Date":"6/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":737,"Cost":453,"Date":"8/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":916,"Cost":539,"Date":"10/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":897,"Cost":559,"Date":"11/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":569,"Cost":390,"Date":"11/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":287,"Cost":250,"Date":"3/27/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":801,"Cost":650,"Date":"4/17/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":180,"Cost":105,"Date":"8/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":384,"Cost":312,"Date":"8/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":282,"Cost":247,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":263,"Cost":237,"Date":"9/5/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":142,"Cost":74,"Date":"9/14/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":731,"Cost":658,"Date":"9/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":525,"Cost":373,"Date":"11/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":510,"Cost":408,"Date":"12/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":598,"Cost":543,"Date":"1/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":383,"Cost":315,"Date":"1/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":805,"Cost":518,"Date":"2/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":898,"Cost":759,"Date":"3/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":803,"Cost":708,"Date":"4/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":10,"Cost":9,"Date":"4/5/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":798,"Cost":743,"Date":"4/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":906,"Cost":599,"Date":"7/10/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":953,"Cost":638,"Date":"3/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":712,"Cost":492,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":710,"Date":"10/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":986,"Cost":525,"Date":"3/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":714,"Cost":629,"Date":"6/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":725,"Cost":390,"Date":"7/17/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":385,"Cost":306,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":656,"Cost":347,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":47,"Cost":29,"Date":"11/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":962,"Cost":644,"Date":"12/16/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":509,"Date":"12/30/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":130,"Cost":79,"Date":"2/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":671,"Cost":351,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":859,"Cost":645,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":261,"Cost":209,"Date":"4/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":987,"Cost":565,"Date":"7/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":221,"Cost":203,"Date":"8/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":673,"Cost":534,"Date":"10/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":390,"Cost":277,"Date":"11/11/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":844,"Cost":759,"Date":"11/30/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":12,"Cost":10,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":666,"Cost":440,"Date":"3/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":480,"Cost":248,"Date":"4/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":353,"Cost":332,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":775,"Cost":395,"Date":"8/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":170,"Cost":131,"Date":"9/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":858,"Cost":778,"Date":"10/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":925,"Cost":537,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":844,"Cost":673,"Date":"11/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":205,"Cost":123,"Date":"12/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":18,"Cost":17,"Date":"12/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":771,"Cost":585,"Date":"1/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":580,"Date":"1/23/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":839,"Date":"2/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":299,"Date":"3/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":200,"Cost":105,"Date":"3/12/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":573,"Cost":445,"Date":"3/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":765,"Cost":679,"Date":"6/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":442,"Cost":300,"Date":"6/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":772,"Cost":604,"Date":"8/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":290,"Cost":177,"Date":"10/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":675,"Cost":390,"Date":"11/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":265,"Date":"11/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":363,"Cost":243,"Date":"3/27/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":590,"Cost":550,"Date":"4/17/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":339,"Cost":276,"Date":"8/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":381,"Cost":306,"Date":"8/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":696,"Cost":407,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":879,"Cost":598,"Date":"9/5/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":628,"Cost":536,"Date":"9/14/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":381,"Cost":223,"Date":"9/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":593,"Cost":356,"Date":"11/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":947,"Cost":589,"Date":"12/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":607,"Cost":567,"Date":"1/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":932,"Cost":730,"Date":"1/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":230,"Cost":185,"Date":"2/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":89,"Cost":63,"Date":"3/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":762,"Cost":648,"Date":"4/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":209,"Cost":137,"Date":"4/5/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":386,"Cost":292,"Date":"4/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":699,"Cost":575,"Date":"7/10/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":350,"Cost":259,"Date":"3/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":108,"Cost":84,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":773,"Cost":410,"Date":"10/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":489,"Cost":423,"Date":"3/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":783,"Cost":628,"Date":"6/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":153,"Cost":117,"Date":"7/17/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":800,"Cost":652,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":341,"Cost":207,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":473,"Cost":329,"Date":"11/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":30,"Cost":21,"Date":"12/16/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":369,"Cost":321,"Date":"12/30/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":543,"Cost":449,"Date":"2/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":241,"Cost":172,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":819,"Cost":703,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":614,"Cost":312,"Date":"4/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":968,"Cost":588,"Date":"7/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":807,"Cost":688,"Date":"8/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":602,"Cost":463,"Date":"10/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":949,"Cost":734,"Date":"11/11/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":31,"Cost":21,"Date":"11/30/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":795,"Cost":619,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":919,"Cost":546,"Date":"3/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":146,"Cost":113,"Date":"4/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":126,"Cost":71,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":509,"Cost":462,"Date":"8/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":546,"Cost":283,"Date":"9/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":921,"Cost":552,"Date":"10/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":241,"Cost":133,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":410,"Cost":322,"Date":"11/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":105,"Cost":63,"Date":"12/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":450,"Cost":382,"Date":"12/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":611,"Cost":407,"Date":"1/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":934,"Cost":503,"Date":"1/23/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":407,"Cost":290,"Date":"2/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":228,"Cost":138,"Date":"3/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":585,"Cost":438,"Date":"3/12/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":50,"Cost":36,"Date":"3/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":315,"Cost":196,"Date":"6/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":629,"Cost":596,"Date":"6/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":27,"Cost":23,"Date":"8/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":970,"Cost":611,"Date":"10/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":455,"Cost":415,"Date":"11/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":210,"Cost":162,"Date":"11/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":39,"Cost":37,"Date":"3/27/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":656,"Cost":500,"Date":"4/17/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":915,"Cost":660,"Date":"8/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":636,"Cost":493,"Date":"8/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":274,"Cost":205,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":949,"Cost":675,"Date":"9/5/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":434,"Cost":230,"Date":"9/14/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":824,"Cost":522,"Date":"9/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":458,"Cost":359,"Date":"11/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":259,"Cost":164,"Date":"12/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":827,"Cost":528,"Date":"1/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":463,"Cost":438,"Date":"1/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":381,"Cost":296,"Date":"2/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":568,"Cost":446,"Date":"3/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":727,"Cost":653,"Date":"4/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":600,"Cost":350,"Date":"4/5/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":163,"Cost":122,"Date":"4/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":437,"Date":"7/10/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":159,"Cost":145,"Date":"3/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":116,"Cost":65,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":2,"Date":"10/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":425,"Cost":260,"Date":"3/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":334,"Cost":248,"Date":"6/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":136,"Cost":93,"Date":"7/17/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":287,"Cost":164,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":85,"Cost":69,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":825,"Cost":532,"Date":"11/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":983,"Cost":693,"Date":"12/16/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":431,"Cost":330,"Date":"12/30/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":948,"Cost":514,"Date":"2/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":689,"Cost":550,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":27,"Cost":17,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":324,"Date":"4/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":364,"Cost":304,"Date":"7/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":538,"Cost":370,"Date":"8/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":867,"Cost":603,"Date":"10/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":319,"Cost":195,"Date":"11/11/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":950,"Cost":549,"Date":"11/30/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":763,"Cost":535,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":90,"Cost":63,"Date":"3/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":239,"Cost":206,"Date":"4/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":756,"Cost":708,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":100,"Cost":61,"Date":"8/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":453,"Cost":256,"Date":"9/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":648,"Cost":389,"Date":"10/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":84,"Cost":73,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":314,"Cost":262,"Date":"11/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":353,"Cost":321,"Date":"12/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":61,"Cost":52,"Date":"12/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":531,"Cost":431,"Date":"1/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":282,"Cost":191,"Date":"1/23/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":568,"Cost":325,"Date":"2/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":322,"Cost":293,"Date":"3/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":317,"Cost":239,"Date":"3/12/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":877,"Cost":755,"Date":"3/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":318,"Cost":211,"Date":"6/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":619,"Cost":540,"Date":"6/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":187,"Cost":119,"Date":"8/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":752,"Cost":645,"Date":"10/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":696,"Cost":397,"Date":"11/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":190,"Cost":107,"Date":"11/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":361,"Cost":298,"Date":"3/27/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":231,"Cost":199,"Date":"4/17/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":877,"Cost":639,"Date":"8/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":205,"Cost":154,"Date":"8/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":334,"Cost":241,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":205,"Cost":179,"Date":"9/5/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":57,"Cost":54,"Date":"9/14/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":121,"Cost":103,"Date":"9/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":2,"Date":"11/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":568,"Date":"12/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":294,"Cost":190,"Date":"1/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":660,"Cost":365,"Date":"1/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":820,"Cost":498,"Date":"2/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":33,"Cost":29,"Date":"3/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":595,"Cost":299,"Date":"4/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":674,"Cost":610,"Date":"4/5/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":75,"Cost":64,"Date":"4/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":888,"Cost":714,"Date":"7/10/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":241,"Cost":125,"Date":"3/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":989,"Cost":899,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":258,"Cost":202,"Date":"10/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":3,"Date":"3/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":617,"Cost":404,"Date":"6/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":454,"Cost":357,"Date":"7/17/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":676,"Cost":600,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":338,"Cost":278,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":936,"Cost":502,"Date":"11/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":414,"Cost":257,"Date":"12/16/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":987,"Cost":808,"Date":"12/30/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":386,"Cost":281,"Date":"2/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":695,"Cost":546,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":278,"Cost":142,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":785,"Cost":723,"Date":"4/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":687,"Cost":615,"Date":"7/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":651,"Cost":332,"Date":"8/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":230,"Cost":141,"Date":"10/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":46,"Cost":31,"Date":"11/11/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":216,"Cost":151,"Date":"11/30/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":411,"Cost":354,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":308,"Cost":189,"Date":"3/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":766,"Cost":647,"Date":"4/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":799,"Cost":460,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":700,"Cost":516,"Date":"8/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":408,"Cost":296,"Date":"9/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":231,"Cost":120,"Date":"10/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":688,"Cost":519,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":912,"Cost":736,"Date":"11/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":665,"Cost":381,"Date":"12/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":608,"Cost":340,"Date":"12/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":340,"Cost":250,"Date":"1/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":522,"Cost":351,"Date":"1/23/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":408,"Cost":228,"Date":"2/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":314,"Cost":196,"Date":"3/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":609,"Cost":379,"Date":"3/12/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":283,"Cost":166,"Date":"3/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":653,"Cost":427,"Date":"6/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":474,"Cost":318,"Date":"6/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":795,"Cost":550,"Date":"8/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":841,"Cost":763,"Date":"10/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":945,"Cost":661,"Date":"11/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":286,"Cost":164,"Date":"11/9/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":397,"Cost":301,"Date":"3/27/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":332,"Cost":285,"Date":"4/17/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":983,"Cost":822,"Date":"8/11/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":64,"Cost":42,"Date":"8/21/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":976,"Cost":559,"Date":"9/2/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":659,"Cost":337,"Date":"9/5/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":918,"Cost":819,"Date":"9/14/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":187,"Cost":173,"Date":"9/20/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":764,"Cost":479,"Date":"11/20/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":955,"Cost":649,"Date":"12/21/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":374,"Cost":253,"Date":"1/7/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":765,"Cost":407,"Date":"1/21/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":695,"Cost":593,"Date":"2/9/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":987,"Cost":614,"Date":"3/19/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":539,"Cost":485,"Date":"4/3/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":127,"Cost":77,"Date":"4/5/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":659,"Cost":469,"Date":"4/28/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":826,"Cost":710,"Date":"7/10/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":655,"Cost":426,"Date":"3/25/2020"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":81,"Cost":46,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":541,"Cost":280,"Date":"10/28/2020"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":689,"Cost":441,"Date":"3/2/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":624,"Cost":418,"Date":"6/28/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":477,"Cost":263,"Date":"7/17/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":275,"Cost":212,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":93,"Cost":57,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":98,"Cost":62,"Date":"11/20/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":992,"Cost":763,"Date":"12/16/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":550,"Cost":314,"Date":"12/30/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":366,"Cost":184,"Date":"2/15/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":678,"Cost":524,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":851,"Cost":760,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":23,"Cost":15,"Date":"4/18/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":567,"Cost":458,"Date":"7/27/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":490,"Cost":371,"Date":"8/18/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":492,"Cost":297,"Date":"10/31/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":951,"Cost":870,"Date":"11/11/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":728,"Cost":558,"Date":"11/30/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":108,"Cost":79,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":671,"Cost":622,"Date":"3/1/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":472,"Cost":273,"Date":"4/13/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":274,"Cost":150,"Date":"5/20/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":211,"Cost":152,"Date":"8/13/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":842,"Cost":513,"Date":"9/15/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":27,"Cost":25,"Date":"10/14/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":688,"Cost":412,"Date":"10/28/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":360,"Cost":207,"Date":"11/11/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":133,"Cost":80,"Date":"12/7/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":985,"Cost":799,"Date":"12/21/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":678,"Cost":592,"Date":"1/6/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":500,"Cost":277,"Date":"1/23/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":411,"Cost":281,"Date":"2/4/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":898,"Cost":827,"Date":"3/10/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":541,"Cost":344,"Date":"3/12/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":313,"Cost":270,"Date":"3/31/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":381,"Cost":201,"Date":"6/16/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":852,"Cost":539,"Date":"6/17/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":81,"Cost":50,"Date":"8/27/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":870,"Cost":744,"Date":"10/1/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":702,"Cost":591,"Date":"11/4/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":315,"Cost":269,"Date":"11/9/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":260,"Cost":156,"Date":"3/27/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":870,"Cost":626,"Date":"4/17/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":371,"Cost":293,"Date":"8/11/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":140,"Cost":131,"Date":"8/21/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":561,"Cost":330,"Date":"9/2/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":172,"Cost":114,"Date":"9/5/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":628,"Cost":382,"Date":"9/14/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":83,"Cost":42,"Date":"9/20/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":628,"Cost":492,"Date":"11/20/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":245,"Cost":193,"Date":"12/21/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":626,"Cost":408,"Date":"1/7/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":708,"Cost":451,"Date":"1/21/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":923,"Cost":795,"Date":"2/9/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":484,"Date":"3/19/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":503,"Cost":388,"Date":"4/3/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":869,"Cost":598,"Date":"4/5/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":242,"Cost":156,"Date":"4/28/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":396,"Cost":317,"Date":"7/10/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":324,"Cost":281,"Date":"3/25/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":883,"Cost":583,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":224,"Cost":153,"Date":"10/28/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":560,"Cost":455,"Date":"3/2/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":52,"Cost":45,"Date":"6/28/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":448,"Cost":305,"Date":"7/17/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":8,"Cost":6,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":194,"Cost":123,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":763,"Cost":577,"Date":"11/20/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":459,"Cost":338,"Date":"12/16/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":999,"Cost":639,"Date":"12/30/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":94,"Cost":84,"Date":"2/15/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":715,"Cost":656,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":843,"Cost":626,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":265,"Cost":155,"Date":"4/18/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":625,"Cost":345,"Date":"7/27/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":925,"Cost":765,"Date":"8/18/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":365,"Cost":328,"Date":"10/31/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":801,"Cost":578,"Date":"11/11/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":139,"Cost":126,"Date":"11/30/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":587,"Cost":435,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":3,"Date":"3/1/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":832,"Cost":696,"Date":"4/13/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":231,"Cost":212,"Date":"5/20/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":340,"Cost":256,"Date":"8/13/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":497,"Cost":455,"Date":"9/15/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":739,"Cost":566,"Date":"10/14/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":529,"Cost":488,"Date":"10/28/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":778,"Cost":551,"Date":"11/11/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":930,"Cost":474,"Date":"12/7/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":821,"Cost":468,"Date":"12/21/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":898,"Cost":495,"Date":"1/6/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":931,"Cost":827,"Date":"1/23/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":533,"Cost":270,"Date":"2/4/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":914,"Cost":772,"Date":"3/10/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":853,"Cost":457,"Date":"3/12/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":294,"Cost":225,"Date":"3/31/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":156,"Cost":113,"Date":"6/16/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":361,"Date":"6/17/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":757,"Cost":425,"Date":"8/27/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":348,"Cost":219,"Date":"10/1/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":151,"Cost":123,"Date":"11/4/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":539,"Cost":281,"Date":"11/9/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":772,"Cost":666,"Date":"3/27/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":896,"Cost":491,"Date":"4/17/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":850,"Cost":802,"Date":"8/11/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":805,"Cost":714,"Date":"8/21/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":973,"Cost":772,"Date":"9/2/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":364,"Cost":296,"Date":"9/5/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":27,"Cost":16,"Date":"9/14/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":960,"Cost":649,"Date":"9/20/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":187,"Cost":124,"Date":"11/20/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":279,"Cost":155,"Date":"12/21/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":395,"Cost":286,"Date":"1/7/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":735,"Cost":545,"Date":"1/21/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":942,"Cost":694,"Date":"2/9/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":866,"Cost":667,"Date":"3/19/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":90,"Cost":67,"Date":"4/3/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":325,"Cost":287,"Date":"4/5/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":100,"Cost":84,"Date":"4/28/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":831,"Cost":455,"Date":"7/10/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":373,"Cost":337,"Date":"3/25/2020"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":564,"Cost":480,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":275,"Cost":204,"Date":"10/28/2020"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":471,"Cost":306,"Date":"3/2/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":80,"Cost":44,"Date":"6/28/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":238,"Cost":157,"Date":"7/17/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":277,"Cost":227,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":815,"Cost":708,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":405,"Cost":309,"Date":"11/20/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":224,"Cost":150,"Date":"12/16/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":269,"Cost":151,"Date":"12/30/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":51,"Cost":45,"Date":"2/15/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":183,"Cost":112,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":17,"Cost":15,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":713,"Cost":458,"Date":"4/18/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":272,"Cost":180,"Date":"7/27/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":667,"Cost":560,"Date":"8/18/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":372,"Cost":302,"Date":"10/31/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":708,"Cost":586,"Date":"11/11/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":145,"Cost":99,"Date":"11/30/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":348,"Cost":193,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":560,"Cost":409,"Date":"3/1/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":218,"Cost":137,"Date":"4/13/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":844,"Cost":504,"Date":"5/20/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":751,"Cost":459,"Date":"8/13/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":114,"Cost":107,"Date":"9/15/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":862,"Cost":431,"Date":"10/14/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":685,"Cost":390,"Date":"10/28/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":130,"Cost":96,"Date":"11/11/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":188,"Cost":162,"Date":"12/7/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":713,"Cost":532,"Date":"12/21/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":941,"Cost":676,"Date":"1/6/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":962,"Cost":788,"Date":"1/23/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":265,"Cost":209,"Date":"2/4/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":745,"Cost":470,"Date":"3/10/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":33,"Cost":16,"Date":"3/12/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":818,"Cost":676,"Date":"3/31/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":708,"Cost":628,"Date":"6/16/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":879,"Cost":799,"Date":"6/17/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":36,"Cost":29,"Date":"8/27/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":702,"Cost":636,"Date":"10/1/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":316,"Cost":205,"Date":"11/4/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":363,"Cost":303,"Date":"11/9/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":436,"Cost":385,"Date":"3/27/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":188,"Cost":169,"Date":"4/17/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":185,"Cost":93,"Date":"8/11/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":613,"Cost":329,"Date":"8/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":300,"Date":"9/2/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":743,"Cost":466,"Date":"9/5/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":20,"Cost":18,"Date":"9/14/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":908,"Cost":769,"Date":"9/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":745,"Cost":685,"Date":"11/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":949,"Cost":694,"Date":"12/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":22,"Cost":19,"Date":"1/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":782,"Cost":721,"Date":"1/21/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":977,"Cost":624,"Date":"2/9/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":760,"Cost":607,"Date":"3/19/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":587,"Cost":403,"Date":"4/3/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":556,"Cost":527,"Date":"4/5/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":280,"Cost":195,"Date":"4/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":713,"Cost":529,"Date":"7/10/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":582,"Cost":316,"Date":"3/25/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":801,"Cost":443,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":812,"Cost":655,"Date":"10/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":247,"Date":"3/2/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":461,"Cost":375,"Date":"6/28/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":641,"Cost":549,"Date":"7/17/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":498,"Cost":361,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":731,"Cost":555,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":737,"Date":"11/20/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":717,"Cost":514,"Date":"12/16/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":442,"Cost":324,"Date":"12/30/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":9,"Cost":8,"Date":"2/15/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":525,"Cost":434,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":322,"Cost":184,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":769,"Cost":485,"Date":"4/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":403,"Cost":361,"Date":"7/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":246,"Date":"8/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":948,"Cost":804,"Date":"10/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":560,"Cost":401,"Date":"11/11/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":344,"Cost":257,"Date":"11/30/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":830,"Cost":641,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":489,"Date":"3/1/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":224,"Cost":191,"Date":"4/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":944,"Cost":490,"Date":"5/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":995,"Cost":818,"Date":"8/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":202,"Cost":160,"Date":"9/15/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":100,"Cost":55,"Date":"10/14/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":293,"Cost":250,"Date":"10/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":603,"Date":"11/11/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":883,"Cost":481,"Date":"12/7/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":147,"Cost":110,"Date":"12/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":633,"Cost":330,"Date":"1/6/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":924,"Cost":630,"Date":"1/23/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":349,"Cost":233,"Date":"2/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":874,"Cost":583,"Date":"3/10/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":696,"Cost":406,"Date":"3/12/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":481,"Cost":402,"Date":"3/31/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":295,"Cost":208,"Date":"6/16/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":609,"Cost":559,"Date":"6/17/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":42,"Cost":21,"Date":"8/27/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":888,"Cost":749,"Date":"10/1/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":405,"Cost":367,"Date":"11/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":815,"Cost":551,"Date":"11/9/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":210,"Cost":133,"Date":"3/27/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":409,"Cost":374,"Date":"4/17/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":24,"Cost":18,"Date":"8/11/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":864,"Cost":469,"Date":"8/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":138,"Cost":75,"Date":"9/2/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":753,"Cost":390,"Date":"9/5/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":815,"Cost":689,"Date":"9/14/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":840,"Cost":649,"Date":"9/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":836,"Cost":550,"Date":"11/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":135,"Cost":126,"Date":"12/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":224,"Cost":187,"Date":"1/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":353,"Cost":262,"Date":"1/21/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":279,"Cost":243,"Date":"2/9/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":601,"Cost":555,"Date":"3/19/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":436,"Cost":318,"Date":"4/3/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":737,"Cost":564,"Date":"4/5/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":729,"Cost":526,"Date":"4/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":157,"Cost":124,"Date":"7/10/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":872,"Cost":789,"Date":"3/25/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":246,"Cost":171,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":309,"Cost":252,"Date":"10/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":689,"Cost":503,"Date":"3/2/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":565,"Cost":441,"Date":"6/28/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":186,"Cost":138,"Date":"7/17/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":704,"Cost":406,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":319,"Cost":191,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":489,"Cost":299,"Date":"11/20/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":899,"Cost":766,"Date":"12/16/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":551,"Cost":291,"Date":"12/30/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":644,"Cost":506,"Date":"2/15/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":627,"Cost":387,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":478,"Cost":396,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":94,"Cost":57,"Date":"4/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":796,"Cost":607,"Date":"7/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":799,"Cost":507,"Date":"8/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":218,"Cost":142,"Date":"10/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":817,"Cost":507,"Date":"11/11/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":28,"Cost":20,"Date":"11/30/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":520,"Cost":393,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":76,"Cost":38,"Date":"3/1/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":319,"Cost":303,"Date":"4/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":595,"Cost":354,"Date":"5/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":817,"Cost":438,"Date":"8/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":542,"Cost":472,"Date":"9/15/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":415,"Cost":319,"Date":"10/14/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":196,"Cost":119,"Date":"10/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":372,"Cost":212,"Date":"11/11/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":489,"Cost":412,"Date":"12/7/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":372,"Cost":342,"Date":"12/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":817,"Cost":544,"Date":"1/6/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":462,"Cost":367,"Date":"1/23/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":806,"Cost":551,"Date":"2/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":307,"Cost":272,"Date":"3/10/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":767,"Cost":450,"Date":"3/12/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":767,"Cost":393,"Date":"3/31/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":597,"Cost":408,"Date":"6/16/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":520,"Cost":481,"Date":"6/17/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":726,"Cost":594,"Date":"8/27/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":771,"Cost":691,"Date":"10/1/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":789,"Cost":569,"Date":"11/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":599,"Cost":521,"Date":"11/9/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":898,"Cost":826,"Date":"3/27/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":430,"Cost":289,"Date":"4/17/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":265,"Cost":177,"Date":"8/11/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":901,"Cost":465,"Date":"8/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":31,"Cost":25,"Date":"9/2/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":766,"Cost":671,"Date":"9/5/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":742,"Cost":485,"Date":"9/14/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":742,"Cost":436,"Date":"9/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":155,"Cost":83,"Date":"11/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":957,"Cost":649,"Date":"12/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":4,"Cost":2,"Date":"1/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":666,"Cost":535,"Date":"1/21/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":682,"Cost":586,"Date":"2/9/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":281,"Cost":255,"Date":"3/19/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":738,"Cost":438,"Date":"4/3/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":650,"Cost":549,"Date":"4/5/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":808,"Cost":622,"Date":"4/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":600,"Cost":569,"Date":"7/10/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":960,"Cost":652,"Date":"3/25/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":621,"Cost":583,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":489,"Cost":276,"Date":"10/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":850,"Cost":499,"Date":"3/2/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":966,"Cost":687,"Date":"6/28/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":452,"Cost":251,"Date":"7/17/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":708,"Cost":459,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":70,"Cost":49,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":363,"Cost":313,"Date":"11/20/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":68,"Cost":58,"Date":"12/16/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":947,"Cost":895,"Date":"12/30/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":456,"Cost":229,"Date":"2/15/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":790,"Cost":664,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":499,"Cost":273,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":160,"Cost":82,"Date":"4/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":221,"Cost":118,"Date":"7/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":199,"Cost":134,"Date":"8/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":256,"Cost":228,"Date":"10/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":819,"Cost":452,"Date":"11/11/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":861,"Cost":755,"Date":"11/30/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":248,"Cost":205,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":26,"Cost":19,"Date":"3/1/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":692,"Cost":427,"Date":"4/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":9,"Cost":4,"Date":"5/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":338,"Cost":257,"Date":"8/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":973,"Cost":834,"Date":"9/15/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":93,"Cost":69,"Date":"10/14/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":71,"Cost":54,"Date":"10/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":37,"Cost":20,"Date":"11/11/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":231,"Cost":162,"Date":"12/7/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":98,"Cost":91,"Date":"12/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":391,"Cost":259,"Date":"1/6/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":386,"Cost":219,"Date":"1/23/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":483,"Cost":248,"Date":"2/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":532,"Cost":350,"Date":"3/10/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":181,"Cost":106,"Date":"3/12/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":978,"Cost":622,"Date":"3/31/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":80,"Cost":51,"Date":"6/16/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":369,"Cost":277,"Date":"6/17/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":908,"Cost":796,"Date":"8/27/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":417,"Cost":225,"Date":"10/1/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":695,"Cost":582,"Date":"11/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":604,"Cost":489,"Date":"11/9/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":181,"Cost":144,"Date":"3/27/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":538,"Cost":367,"Date":"4/17/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":982,"Cost":837,"Date":"8/11/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":864,"Cost":523,"Date":"8/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":418,"Cost":306,"Date":"9/2/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":326,"Cost":215,"Date":"9/5/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":31,"Cost":24,"Date":"9/14/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":563,"Cost":311,"Date":"9/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":365,"Cost":317,"Date":"11/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":67,"Cost":59,"Date":"12/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":917,"Cost":582,"Date":"1/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":713,"Cost":565,"Date":"1/21/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":423,"Cost":220,"Date":"2/9/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":797,"Cost":700,"Date":"3/19/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":192,"Cost":126,"Date":"4/3/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":942,"Cost":858,"Date":"4/5/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":622,"Cost":396,"Date":"4/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":998,"Cost":934,"Date":"7/10/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":667,"Cost":410,"Date":"3/25/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":377,"Cost":214,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":128,"Cost":95,"Date":"10/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":45,"Cost":35,"Date":"3/2/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":795,"Cost":712,"Date":"6/28/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":524,"Cost":430,"Date":"7/17/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":41,"Cost":37,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":693,"Cost":613,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":653,"Cost":580,"Date":"11/20/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":234,"Cost":141,"Date":"12/16/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":495,"Cost":292,"Date":"12/30/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":2,"Cost":2,"Date":"2/15/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":540,"Cost":386,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":756,"Cost":412,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":776,"Cost":593,"Date":"4/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":145,"Cost":104,"Date":"7/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":709,"Cost":504,"Date":"8/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":848,"Cost":645,"Date":"10/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":549,"Cost":510,"Date":"11/11/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":890,"Cost":541,"Date":"11/30/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":11,"Cost":6,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":356,"Cost":322,"Date":"3/1/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":965,"Cost":810,"Date":"4/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":983,"Cost":646,"Date":"5/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":501,"Cost":441,"Date":"8/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":489,"Cost":294,"Date":"9/15/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":952,"Cost":808,"Date":"10/14/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":212,"Cost":170,"Date":"10/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":335,"Cost":236,"Date":"11/11/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":697,"Cost":407,"Date":"12/7/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":430,"Cost":372,"Date":"12/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":697,"Cost":376,"Date":"1/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":328,"Cost":307,"Date":"1/23/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":506,"Cost":278,"Date":"2/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":264,"Cost":183,"Date":"3/10/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":100,"Cost":63,"Date":"3/12/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":376,"Cost":230,"Date":"3/31/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":173,"Cost":156,"Date":"6/16/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":814,"Cost":719,"Date":"6/17/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":712,"Cost":381,"Date":"8/27/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":635,"Cost":417,"Date":"10/1/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":59,"Cost":36,"Date":"11/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":690,"Cost":606,"Date":"11/9/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":259,"Cost":236,"Date":"3/27/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":810,"Cost":601,"Date":"4/17/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":439,"Cost":378,"Date":"8/11/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":163,"Cost":121,"Date":"8/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":961,"Cost":635,"Date":"9/2/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":286,"Cost":246,"Date":"9/5/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":761,"Cost":677,"Date":"9/14/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":918,"Cost":629,"Date":"9/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":83,"Cost":52,"Date":"11/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":693,"Cost":503,"Date":"12/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":135,"Cost":96,"Date":"1/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":625,"Cost":495,"Date":"1/21/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":305,"Cost":198,"Date":"2/9/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":983,"Cost":779,"Date":"3/19/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":716,"Cost":484,"Date":"4/3/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":663,"Cost":509,"Date":"4/5/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":480,"Cost":289,"Date":"4/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":401,"Cost":237,"Date":"7/10/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":180,"Cost":96,"Date":"3/25/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":167,"Cost":155,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":34,"Cost":30,"Date":"10/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":755,"Cost":408,"Date":"3/2/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":365,"Cost":319,"Date":"6/28/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":778,"Cost":700,"Date":"7/17/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":429,"Cost":302,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":175,"Cost":141,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":713,"Cost":370,"Date":"11/20/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":483,"Cost":413,"Date":"12/16/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":330,"Cost":245,"Date":"12/30/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":826,"Cost":632,"Date":"2/15/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":156,"Cost":148,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":791,"Cost":751,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":637,"Cost":387,"Date":"4/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":944,"Cost":812,"Date":"7/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":100,"Cost":89,"Date":"8/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":660,"Cost":564,"Date":"10/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":423,"Cost":242,"Date":"11/11/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":339,"Cost":222,"Date":"11/30/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":121,"Cost":107,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":395,"Cost":244,"Date":"3/1/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":133,"Cost":122,"Date":"4/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":476,"Cost":362,"Date":"5/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":559,"Cost":348,"Date":"8/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":174,"Cost":142,"Date":"9/15/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":238,"Cost":173,"Date":"10/14/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":460,"Cost":367,"Date":"10/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":539,"Cost":274,"Date":"11/11/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":40,"Cost":38,"Date":"12/7/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":237,"Cost":155,"Date":"12/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":226,"Cost":142,"Date":"1/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":157,"Cost":142,"Date":"1/23/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":119,"Cost":100,"Date":"2/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":350,"Cost":300,"Date":"3/10/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":145,"Cost":79,"Date":"3/12/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":457,"Cost":361,"Date":"3/31/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":721,"Cost":651,"Date":"6/16/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":102,"Cost":91,"Date":"6/17/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":751,"Cost":570,"Date":"8/27/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":886,"Cost":790,"Date":"10/1/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":693,"Cost":354,"Date":"11/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":275,"Cost":163,"Date":"11/9/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":661,"Cost":441,"Date":"3/27/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":486,"Cost":256,"Date":"4/17/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":42,"Cost":36,"Date":"8/11/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":966,"Cost":562,"Date":"8/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":735,"Cost":684,"Date":"9/2/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":989,"Cost":589,"Date":"9/5/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":49,"Cost":33,"Date":"9/14/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":153,"Cost":113,"Date":"9/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":9,"Cost":6,"Date":"11/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":745,"Cost":594,"Date":"12/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":812,"Cost":473,"Date":"1/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":162,"Cost":147,"Date":"1/21/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":74,"Cost":67,"Date":"2/9/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":177,"Cost":92,"Date":"3/19/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":381,"Cost":322,"Date":"4/3/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":954,"Cost":690,"Date":"4/5/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":972,"Cost":631,"Date":"4/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":274,"Cost":187,"Date":"7/10/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":226,"Cost":125,"Date":"3/25/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":443,"Cost":378,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":602,"Cost":371,"Date":"10/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":44,"Date":"3/2/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":251,"Cost":151,"Date":"6/28/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":35,"Date":"7/17/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":414,"Cost":300,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":830,"Cost":474,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":110,"Cost":62,"Date":"11/20/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":982,"Cost":666,"Date":"12/16/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":765,"Cost":627,"Date":"12/30/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":111,"Cost":62,"Date":"2/15/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":379,"Cost":196,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":10,"Cost":9,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":673,"Cost":634,"Date":"4/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":418,"Cost":273,"Date":"7/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":678,"Cost":572,"Date":"8/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":104,"Cost":69,"Date":"10/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":265,"Cost":177,"Date":"11/11/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":181,"Cost":166,"Date":"11/30/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":398,"Cost":234,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":142,"Cost":129,"Date":"3/1/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":44,"Cost":27,"Date":"4/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":66,"Cost":51,"Date":"5/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":696,"Cost":448,"Date":"8/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":593,"Cost":353,"Date":"9/15/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":899,"Cost":667,"Date":"10/14/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":766,"Cost":630,"Date":"10/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":361,"Cost":195,"Date":"11/11/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":886,"Cost":473,"Date":"12/7/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":832,"Cost":647,"Date":"12/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":257,"Cost":220,"Date":"1/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":866,"Cost":811,"Date":"1/23/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":770,"Cost":667,"Date":"2/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":410,"Cost":318,"Date":"3/10/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":898,"Cost":580,"Date":"3/12/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":428,"Cost":285,"Date":"3/31/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":637,"Cost":474,"Date":"6/16/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":420,"Cost":265,"Date":"6/17/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":234,"Cost":216,"Date":"8/27/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":548,"Cost":484,"Date":"10/1/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":410,"Cost":361,"Date":"11/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":977,"Cost":840,"Date":"11/9/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":269,"Cost":175,"Date":"3/27/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":751,"Cost":607,"Date":"4/17/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":540,"Cost":440,"Date":"8/11/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":469,"Cost":254,"Date":"8/21/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":51,"Cost":40,"Date":"9/2/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":670,"Cost":521,"Date":"9/5/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":131,"Cost":117,"Date":"9/14/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":663,"Cost":372,"Date":"9/20/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":618,"Cost":312,"Date":"11/20/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":974,"Cost":498,"Date":"12/21/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":598,"Date":"1/7/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":457,"Cost":284,"Date":"1/21/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":972,"Cost":803,"Date":"2/9/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":725,"Cost":395,"Date":"3/19/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":156,"Cost":128,"Date":"4/3/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":735,"Cost":565,"Date":"4/5/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":269,"Cost":231,"Date":"4/28/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":253,"Cost":206,"Date":"7/10/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":158,"Cost":79,"Date":"3/25/2020"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":211,"Cost":155,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":217,"Cost":205,"Date":"10/28/2020"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":741,"Cost":573,"Date":"3/2/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":888,"Cost":548,"Date":"6/28/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":585,"Cost":338,"Date":"7/17/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":102,"Cost":56,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":950,"Cost":812,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":960,"Cost":701,"Date":"11/20/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":3,"Date":"12/16/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":591,"Cost":360,"Date":"12/30/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":497,"Date":"2/15/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":737,"Cost":560,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":671,"Cost":469,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":402,"Cost":326,"Date":"4/18/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":37,"Cost":22,"Date":"7/27/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":71,"Cost":51,"Date":"8/18/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":167,"Cost":83,"Date":"10/31/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":960,"Cost":569,"Date":"11/11/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":198,"Cost":142,"Date":"11/30/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":125,"Cost":110,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":867,"Cost":538,"Date":"3/1/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":926,"Cost":687,"Date":"4/13/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":816,"Cost":429,"Date":"5/20/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":549,"Cost":476,"Date":"8/13/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":513,"Cost":269,"Date":"9/15/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":676,"Cost":477,"Date":"10/14/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":563,"Cost":286,"Date":"10/28/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":68,"Cost":42,"Date":"11/11/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":753,"Cost":588,"Date":"12/7/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":211,"Cost":138,"Date":"12/21/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":697,"Cost":446,"Date":"1/6/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":255,"Cost":182,"Date":"1/23/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":26,"Date":"2/4/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":438,"Cost":245,"Date":"3/10/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":272,"Cost":149,"Date":"3/12/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":923,"Cost":544,"Date":"3/31/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":60,"Cost":52,"Date":"6/16/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":652,"Cost":435,"Date":"6/17/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":504,"Cost":362,"Date":"8/27/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":540,"Cost":490,"Date":"10/1/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":825,"Cost":430,"Date":"11/4/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":730,"Date":"11/9/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":555,"Cost":511,"Date":"3/27/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":599,"Cost":536,"Date":"4/17/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":324,"Cost":247,"Date":"8/11/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":368,"Cost":292,"Date":"8/21/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":552,"Cost":376,"Date":"9/2/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":960,"Cost":592,"Date":"9/5/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":872,"Cost":762,"Date":"9/14/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":259,"Cost":246,"Date":"9/20/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":151,"Cost":92,"Date":"11/20/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":634,"Cost":502,"Date":"12/21/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":158,"Cost":138,"Date":"1/7/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":898,"Cost":779,"Date":"1/21/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":22,"Cost":18,"Date":"2/9/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":808,"Cost":417,"Date":"3/19/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":880,"Cost":764,"Date":"4/3/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":306,"Cost":289,"Date":"4/5/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":967,"Cost":913,"Date":"4/28/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":579,"Cost":352,"Date":"7/10/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":883,"Cost":482,"Date":"3/25/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":640,"Cost":407,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":483,"Cost":405,"Date":"10/28/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":803,"Cost":643,"Date":"3/2/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":461,"Cost":329,"Date":"6/28/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":867,"Date":"7/17/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":687,"Cost":458,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":539,"Cost":326,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":938,"Cost":646,"Date":"11/20/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":130,"Cost":97,"Date":"12/16/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":38,"Cost":30,"Date":"12/30/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":968,"Cost":498,"Date":"2/15/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":566,"Cost":422,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":847,"Cost":621,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":454,"Cost":333,"Date":"4/18/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":422,"Cost":237,"Date":"7/27/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":122,"Cost":88,"Date":"8/18/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":602,"Cost":535,"Date":"10/31/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":552,"Cost":358,"Date":"11/11/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":348,"Cost":222,"Date":"11/30/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":267,"Cost":216,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":97,"Cost":92,"Date":"3/1/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":907,"Cost":614,"Date":"4/13/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":608,"Cost":502,"Date":"5/20/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":547,"Cost":319,"Date":"8/13/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":654,"Cost":411,"Date":"9/15/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":557,"Cost":407,"Date":"10/14/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":276,"Cost":254,"Date":"10/28/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":857,"Cost":566,"Date":"11/11/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":699,"Cost":498,"Date":"12/7/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":981,"Cost":754,"Date":"12/21/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":910,"Cost":832,"Date":"1/6/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":874,"Cost":777,"Date":"1/23/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":837,"Cost":434,"Date":"2/4/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":499,"Cost":329,"Date":"3/10/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":944,"Cost":618,"Date":"3/12/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":961,"Cost":836,"Date":"3/31/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":979,"Cost":573,"Date":"6/16/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":667,"Cost":340,"Date":"6/17/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":581,"Cost":328,"Date":"8/27/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":934,"Cost":527,"Date":"10/1/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":105,"Cost":65,"Date":"11/4/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":420,"Cost":313,"Date":"11/9/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":920,"Cost":701,"Date":"3/27/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":301,"Cost":179,"Date":"4/17/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":449,"Cost":394,"Date":"8/11/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":335,"Cost":276,"Date":"8/21/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":430,"Cost":322,"Date":"9/2/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":154,"Cost":125,"Date":"9/5/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":650,"Cost":448,"Date":"9/14/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":108,"Cost":93,"Date":"9/20/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":568,"Cost":509,"Date":"11/20/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":112,"Cost":75,"Date":"12/21/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":979,"Cost":723,"Date":"1/7/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":491,"Cost":394,"Date":"1/21/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":246,"Cost":180,"Date":"2/9/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":679,"Cost":602,"Date":"3/19/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":942,"Cost":770,"Date":"4/3/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":404,"Cost":286,"Date":"4/5/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":673,"Cost":617,"Date":"4/28/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":9,"Cost":6,"Date":"7/10/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":242,"Cost":171,"Date":"3/25/2020"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":170,"Cost":129,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":874,"Cost":801,"Date":"10/28/2020"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":625,"Cost":441,"Date":"3/2/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":638,"Cost":364,"Date":"6/28/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":359,"Date":"7/17/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":272,"Cost":181,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":385,"Cost":281,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":669,"Cost":339,"Date":"11/20/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":770,"Cost":670,"Date":"12/16/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":158,"Cost":144,"Date":"12/30/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":794,"Cost":730,"Date":"2/15/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":289,"Cost":167,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":349,"Cost":307,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":754,"Cost":500,"Date":"4/18/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":810,"Cost":419,"Date":"7/27/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":343,"Cost":272,"Date":"8/18/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":126,"Cost":96,"Date":"10/31/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":874,"Cost":521,"Date":"11/11/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":326,"Cost":220,"Date":"11/30/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":334,"Cost":276,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":910,"Cost":827,"Date":"3/1/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":785,"Cost":713,"Date":"4/13/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":816,"Cost":534,"Date":"5/20/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":964,"Cost":647,"Date":"8/13/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":641,"Cost":527,"Date":"9/15/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":903,"Cost":769,"Date":"10/14/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":588,"Cost":392,"Date":"10/28/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":75,"Cost":58,"Date":"11/11/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":765,"Cost":411,"Date":"12/7/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":742,"Cost":419,"Date":"12/21/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":985,"Cost":514,"Date":"1/6/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":466,"Cost":406,"Date":"1/23/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":300,"Cost":249,"Date":"2/4/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":301,"Cost":229,"Date":"3/10/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":18,"Cost":9,"Date":"3/12/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":624,"Cost":492,"Date":"3/31/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":533,"Cost":345,"Date":"6/16/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":775,"Cost":642,"Date":"6/17/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":265,"Cost":141,"Date":"8/27/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":493,"Cost":356,"Date":"10/1/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":999,"Cost":524,"Date":"11/4/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":980,"Cost":742,"Date":"11/9/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":790,"Cost":659,"Date":"3/27/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":615,"Cost":525,"Date":"4/17/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":990,"Cost":618,"Date":"8/11/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":44,"Cost":42,"Date":"8/21/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":403,"Cost":324,"Date":"9/2/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":472,"Cost":407,"Date":"9/5/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":478,"Cost":367,"Date":"9/14/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":899,"Cost":639,"Date":"9/20/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":434,"Cost":393,"Date":"11/20/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":498,"Cost":333,"Date":"12/21/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":793,"Cost":688,"Date":"1/7/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":284,"Cost":234,"Date":"1/21/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":829,"Cost":706,"Date":"2/9/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":406,"Cost":362,"Date":"3/19/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":36,"Cost":24,"Date":"4/3/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":648,"Cost":538,"Date":"4/5/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":974,"Cost":764,"Date":"4/28/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":991,"Cost":521,"Date":"7/10/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":625,"Cost":338,"Date":"3/25/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":679,"Cost":347,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":594,"Cost":463,"Date":"10/28/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":164,"Cost":85,"Date":"3/2/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":247,"Cost":183,"Date":"6/28/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":371,"Cost":290,"Date":"7/17/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":956,"Cost":783,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":595,"Cost":482,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":875,"Cost":596,"Date":"11/20/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":712,"Cost":598,"Date":"12/16/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":328,"Cost":306,"Date":"12/30/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":557,"Cost":359,"Date":"2/15/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":193,"Cost":149,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":202,"Cost":107,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":126,"Cost":77,"Date":"4/18/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":227,"Cost":204,"Date":"7/27/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":480,"Cost":358,"Date":"8/18/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":451,"Cost":369,"Date":"10/31/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":591,"Cost":448,"Date":"11/11/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":625,"Cost":580,"Date":"11/30/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":832,"Cost":577,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":29,"Cost":23,"Date":"3/1/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":483,"Cost":264,"Date":"4/13/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":551,"Cost":388,"Date":"5/20/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":519,"Cost":493,"Date":"8/13/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":635,"Cost":404,"Date":"9/15/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":988,"Cost":922,"Date":"10/14/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":379,"Cost":307,"Date":"10/28/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":240,"Cost":212,"Date":"11/11/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":361,"Cost":202,"Date":"12/7/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":289,"Cost":220,"Date":"12/21/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":271,"Cost":242,"Date":"1/6/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":957,"Cost":498,"Date":"1/23/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":513,"Cost":427,"Date":"2/4/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":713,"Cost":618,"Date":"3/10/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":239,"Cost":140,"Date":"3/12/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":526,"Cost":412,"Date":"3/31/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":580,"Cost":322,"Date":"6/16/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":254,"Cost":206,"Date":"6/17/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":552,"Cost":322,"Date":"8/27/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":574,"Cost":412,"Date":"10/1/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":221,"Cost":134,"Date":"11/4/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":364,"Cost":241,"Date":"11/9/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":200,"Cost":151,"Date":"3/27/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":344,"Cost":238,"Date":"4/17/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":155,"Cost":129,"Date":"8/11/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":640,"Date":"8/21/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":861,"Cost":817,"Date":"9/2/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":212,"Cost":154,"Date":"9/5/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":817,"Cost":700,"Date":"9/14/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":41,"Cost":23,"Date":"9/20/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":222,"Cost":154,"Date":"11/20/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":792,"Cost":712,"Date":"12/21/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":535,"Cost":490,"Date":"1/7/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":724,"Cost":545,"Date":"1/21/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":951,"Cost":821,"Date":"2/9/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":622,"Cost":358,"Date":"3/19/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":149,"Cost":128,"Date":"4/3/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":206,"Cost":133,"Date":"4/5/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":925,"Cost":654,"Date":"4/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":214,"Cost":122,"Date":"7/10/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":635,"Cost":377,"Date":"3/25/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":576,"Cost":324,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":158,"Cost":83,"Date":"10/28/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":81,"Cost":45,"Date":"3/2/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":324,"Cost":294,"Date":"6/28/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":452,"Cost":327,"Date":"7/17/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":517,"Cost":487,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":3,"Cost":2,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":387,"Cost":241,"Date":"11/20/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":149,"Cost":82,"Date":"12/16/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":908,"Cost":853,"Date":"12/30/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":601,"Cost":532,"Date":"2/15/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":23,"Cost":17,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":569,"Cost":530,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":473,"Cost":375,"Date":"4/18/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":437,"Cost":301,"Date":"7/27/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":501,"Cost":257,"Date":"8/18/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":169,"Cost":117,"Date":"10/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":981,"Cost":734,"Date":"11/11/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":732,"Cost":417,"Date":"11/30/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":312,"Cost":233,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":811,"Cost":629,"Date":"3/1/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":820,"Cost":434,"Date":"4/13/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":63,"Cost":48,"Date":"5/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":507,"Cost":456,"Date":"8/13/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":630,"Cost":448,"Date":"9/15/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":55,"Cost":53,"Date":"10/14/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":348,"Cost":241,"Date":"10/28/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":598,"Cost":317,"Date":"11/11/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":936,"Cost":823,"Date":"12/7/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":166,"Cost":132,"Date":"12/21/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":11,"Cost":8,"Date":"1/6/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":228,"Date":"1/23/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":918,"Cost":789,"Date":"2/4/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":237,"Cost":199,"Date":"3/10/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":913,"Cost":857,"Date":"3/12/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":585,"Cost":403,"Date":"3/31/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":790,"Cost":504,"Date":"6/16/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":64,"Cost":41,"Date":"6/17/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":882,"Cost":554,"Date":"8/27/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":444,"Cost":265,"Date":"10/1/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":749,"Cost":677,"Date":"11/4/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":521,"Cost":375,"Date":"11/9/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":247,"Cost":205,"Date":"3/27/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":501,"Cost":317,"Date":"4/17/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":938,"Cost":820,"Date":"8/11/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":608,"Cost":443,"Date":"8/21/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":723,"Cost":454,"Date":"9/2/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":25,"Cost":16,"Date":"9/5/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":27,"Cost":13,"Date":"9/14/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":742,"Cost":421,"Date":"9/20/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":758,"Cost":652,"Date":"11/20/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":131,"Cost":81,"Date":"12/21/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":345,"Cost":212,"Date":"1/7/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":331,"Cost":250,"Date":"1/21/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":337,"Cost":199,"Date":"2/9/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":351,"Cost":304,"Date":"3/19/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":392,"Cost":294,"Date":"4/3/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":577,"Cost":335,"Date":"4/5/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":619,"Cost":455,"Date":"4/28/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":20,"Cost":13,"Date":"7/10/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":55,"Cost":31,"Date":"3/25/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":861,"Cost":696,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":928,"Cost":707,"Date":"10/28/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":35,"Cost":32,"Date":"3/2/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":634,"Cost":584,"Date":"6/28/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":350,"Cost":315,"Date":"7/17/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":383,"Cost":224,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":367,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":196,"Cost":145,"Date":"11/20/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":10,"Cost":8,"Date":"12/16/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":443,"Cost":409,"Date":"12/30/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":611,"Cost":342,"Date":"2/15/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":486,"Cost":379,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":329,"Cost":248,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":620,"Cost":581,"Date":"4/18/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":54,"Cost":29,"Date":"7/27/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":381,"Cost":263,"Date":"8/18/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":125,"Cost":77,"Date":"10/31/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":197,"Cost":101,"Date":"11/11/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":336,"Cost":273,"Date":"11/30/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":694,"Cost":648,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":921,"Cost":519,"Date":"3/1/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":886,"Cost":817,"Date":"4/13/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":647,"Cost":435,"Date":"5/20/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":148,"Cost":126,"Date":"8/13/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":759,"Cost":625,"Date":"9/15/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":629,"Cost":507,"Date":"10/14/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":355,"Cost":221,"Date":"10/28/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":650,"Cost":541,"Date":"11/11/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":892,"Cost":801,"Date":"12/7/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":720,"Cost":519,"Date":"12/21/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":853,"Cost":633,"Date":"1/6/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":263,"Cost":233,"Date":"1/23/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":428,"Cost":350,"Date":"2/4/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":193,"Cost":129,"Date":"3/10/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":351,"Cost":201,"Date":"3/12/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":1,"Cost":0,"Date":"3/31/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":665,"Cost":338,"Date":"6/16/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":404,"Cost":228,"Date":"6/17/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":148,"Cost":87,"Date":"8/27/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":54,"Cost":44,"Date":"10/1/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":349,"Cost":249,"Date":"11/4/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":513,"Cost":359,"Date":"11/9/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":950,"Cost":495,"Date":"3/27/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":563,"Cost":408,"Date":"4/17/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":917,"Cost":846,"Date":"8/11/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":510,"Cost":258,"Date":"8/21/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":56,"Cost":50,"Date":"9/2/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":780,"Cost":456,"Date":"9/5/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":327,"Cost":256,"Date":"9/14/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":132,"Cost":87,"Date":"9/20/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":630,"Cost":479,"Date":"11/20/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":99,"Cost":70,"Date":"12/21/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":461,"Cost":416,"Date":"1/7/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":318,"Cost":192,"Date":"1/21/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":646,"Cost":473,"Date":"2/9/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":146,"Cost":91,"Date":"3/19/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":772,"Cost":730,"Date":"4/3/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":496,"Cost":310,"Date":"4/5/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":744,"Cost":594,"Date":"4/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":108,"Cost":75,"Date":"7/10/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":869,"Cost":634,"Date":"3/25/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":577,"Cost":435,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":111,"Cost":66,"Date":"10/28/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":376,"Cost":216,"Date":"3/2/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":568,"Cost":354,"Date":"6/28/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":636,"Cost":429,"Date":"7/17/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":404,"Cost":234,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":644,"Cost":375,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":272,"Cost":235,"Date":"11/20/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":632,"Cost":335,"Date":"12/16/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":579,"Cost":295,"Date":"12/30/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":338,"Cost":244,"Date":"2/15/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":154,"Cost":123,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":37,"Cost":23,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":480,"Cost":445,"Date":"4/18/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":232,"Cost":206,"Date":"7/27/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":386,"Cost":249,"Date":"8/18/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":955,"Cost":795,"Date":"10/31/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":252,"Cost":195,"Date":"11/11/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":449,"Cost":232,"Date":"11/30/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":132,"Cost":77,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":256,"Cost":162,"Date":"3/1/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":281,"Cost":144,"Date":"4/13/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":253,"Cost":152,"Date":"5/20/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":543,"Cost":446,"Date":"8/13/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":880,"Cost":535,"Date":"9/15/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":496,"Cost":377,"Date":"10/14/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":685,"Cost":397,"Date":"10/28/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":585,"Cost":437,"Date":"11/11/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":339,"Cost":315,"Date":"12/7/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":873,"Cost":555,"Date":"12/21/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":843,"Cost":763,"Date":"1/6/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":248,"Cost":187,"Date":"1/23/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":455,"Cost":393,"Date":"2/4/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":30,"Cost":29,"Date":"3/10/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":141,"Cost":115,"Date":"3/12/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":819,"Cost":656,"Date":"3/31/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":523,"Cost":414,"Date":"6/16/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":23,"Cost":15,"Date":"6/17/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":10,"Cost":5,"Date":"8/27/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":971,"Cost":825,"Date":"10/1/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":521,"Cost":400,"Date":"11/4/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":122,"Cost":83,"Date":"11/9/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":438,"Cost":416,"Date":"3/27/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":710,"Cost":605,"Date":"4/17/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":538,"Cost":293,"Date":"8/11/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":727,"Cost":413,"Date":"8/21/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":674,"Cost":359,"Date":"9/2/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":63,"Cost":46,"Date":"9/5/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":713,"Cost":429,"Date":"9/14/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":634,"Cost":410,"Date":"9/20/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":403,"Cost":338,"Date":"11/20/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":87,"Cost":64,"Date":"12/21/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":8,"Cost":6,"Date":"1/7/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":640,"Cost":556,"Date":"1/21/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":291,"Cost":193,"Date":"2/9/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":889,"Cost":654,"Date":"3/19/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":395,"Cost":272,"Date":"4/3/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":438,"Cost":336,"Date":"4/5/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":768,"Cost":391,"Date":"4/28/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":319,"Cost":288,"Date":"7/10/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":744,"Cost":387,"Date":"3/25/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":583,"Cost":345,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":32,"Cost":20,"Date":"10/28/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":422,"Cost":283,"Date":"3/2/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":971,"Cost":887,"Date":"6/28/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":464,"Cost":424,"Date":"7/17/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":242,"Cost":221,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":507,"Cost":471,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":364,"Cost":342,"Date":"11/20/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":626,"Cost":339,"Date":"12/16/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":185,"Cost":137,"Date":"12/30/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":171,"Cost":149,"Date":"2/15/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":880,"Cost":669,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":861,"Cost":468,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":946,"Cost":794,"Date":"4/18/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":293,"Cost":155,"Date":"7/27/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":528,"Cost":402,"Date":"8/18/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":521,"Cost":354,"Date":"10/31/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":71,"Cost":38,"Date":"11/11/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":568,"Cost":302,"Date":"11/30/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":382,"Cost":223,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":367,"Cost":297,"Date":"3/1/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":719,"Cost":432,"Date":"4/13/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":933,"Cost":724,"Date":"5/20/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":956,"Cost":542,"Date":"8/13/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":109,"Cost":103,"Date":"9/15/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":25,"Cost":13,"Date":"10/14/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":739,"Cost":541,"Date":"10/28/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":846,"Cost":677,"Date":"11/11/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":108,"Cost":99,"Date":"12/7/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":169,"Cost":145,"Date":"12/21/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":521,"Cost":488,"Date":"1/6/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":148,"Cost":103,"Date":"1/23/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":22,"Cost":19,"Date":"2/4/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":467,"Cost":432,"Date":"3/10/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":269,"Cost":231,"Date":"3/12/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":10,"Cost":5,"Date":"3/31/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":992,"Cost":582,"Date":"6/16/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":81,"Cost":77,"Date":"6/17/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":732,"Cost":511,"Date":"8/27/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":814,"Cost":574,"Date":"10/1/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":371,"Cost":254,"Date":"11/4/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":669,"Cost":489,"Date":"11/9/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":582,"Cost":386,"Date":"3/27/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":545,"Cost":435,"Date":"4/17/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":451,"Cost":316,"Date":"8/11/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":379,"Cost":248,"Date":"8/21/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":601,"Cost":445,"Date":"9/2/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":993,"Cost":618,"Date":"9/5/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":784,"Cost":495,"Date":"9/14/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":460,"Cost":312,"Date":"9/20/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":779,"Cost":596,"Date":"11/20/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":712,"Cost":516,"Date":"12/21/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":677,"Cost":588,"Date":"1/7/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":383,"Cost":340,"Date":"1/21/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":637,"Cost":549,"Date":"2/9/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":255,"Cost":230,"Date":"3/19/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":838,"Cost":662,"Date":"4/3/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":403,"Cost":323,"Date":"4/5/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":519,"Cost":440,"Date":"4/28/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":293,"Cost":151,"Date":"7/10/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":463,"Cost":378,"Date":"3/25/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":415,"Cost":382,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":734,"Cost":393,"Date":"10/28/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":657,"Cost":365,"Date":"3/2/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":363,"Cost":330,"Date":"6/28/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":510,"Cost":480,"Date":"7/17/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":567,"Cost":342,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":374,"Cost":262,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":161,"Cost":128,"Date":"11/20/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":612,"Cost":377,"Date":"12/16/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":679,"Cost":572,"Date":"12/30/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":202,"Cost":146,"Date":"2/15/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":929,"Cost":485,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":492,"Cost":260,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":375,"Cost":313,"Date":"4/18/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":911,"Cost":582,"Date":"7/27/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":418,"Cost":358,"Date":"8/18/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":105,"Cost":87,"Date":"10/31/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":748,"Cost":382,"Date":"11/11/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":35,"Cost":28,"Date":"11/30/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":106,"Cost":77,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":382,"Cost":262,"Date":"3/1/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":695,"Cost":539,"Date":"4/13/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":480,"Cost":379,"Date":"5/20/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":618,"Cost":579,"Date":"8/13/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":297,"Cost":256,"Date":"9/15/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":511,"Cost":308,"Date":"10/14/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":394,"Cost":274,"Date":"10/28/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":329,"Cost":258,"Date":"11/11/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":795,"Cost":461,"Date":"12/7/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":546,"Cost":289,"Date":"12/21/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":859,"Cost":589,"Date":"1/6/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":764,"Cost":696,"Date":"1/23/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":523,"Cost":278,"Date":"2/4/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":990,"Cost":648,"Date":"3/10/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":555,"Cost":289,"Date":"3/12/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":534,"Cost":295,"Date":"3/31/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":243,"Cost":171,"Date":"6/16/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":69,"Cost":61,"Date":"6/17/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":506,"Cost":274,"Date":"8/27/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":591,"Cost":401,"Date":"10/1/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":508,"Cost":478,"Date":"11/4/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":651,"Cost":477,"Date":"11/9/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":248,"Cost":125,"Date":"3/27/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":740,"Cost":468,"Date":"4/17/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":591,"Cost":488,"Date":"8/11/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":855,"Cost":458,"Date":"8/21/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":101,"Cost":50,"Date":"9/2/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":326,"Cost":281,"Date":"9/5/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":672,"Cost":456,"Date":"9/14/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":733,"Cost":535,"Date":"9/20/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":70,"Cost":62,"Date":"11/20/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":181,"Cost":122,"Date":"12/21/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":999,"Cost":509,"Date":"1/7/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":942,"Cost":846,"Date":"1/21/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":680,"Cost":535,"Date":"2/9/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":834,"Cost":739,"Date":"3/19/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":493,"Cost":395,"Date":"4/3/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":833,"Cost":766,"Date":"4/5/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":252,"Cost":177,"Date":"4/28/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":618,"Cost":531,"Date":"7/10/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":858,"Cost":433,"Date":"3/25/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":39,"Cost":20,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":517,"Cost":489,"Date":"10/28/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":765,"Cost":699,"Date":"3/2/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":638,"Cost":346,"Date":"6/28/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":791,"Cost":456,"Date":"7/17/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":719,"Cost":667,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":839,"Cost":706,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":202,"Cost":191,"Date":"11/20/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":909,"Cost":628,"Date":"12/16/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":717,"Cost":511,"Date":"12/30/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":901,"Cost":698,"Date":"2/15/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":847,"Cost":572,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":877,"Cost":698,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":921,"Cost":697,"Date":"4/18/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":689,"Cost":558,"Date":"7/27/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":496,"Cost":448,"Date":"8/18/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":163,"Cost":144,"Date":"10/31/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":305,"Cost":280,"Date":"11/11/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":822,"Cost":756,"Date":"11/30/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":977,"Cost":864,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":849,"Cost":486,"Date":"3/1/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":211,"Cost":180,"Date":"4/13/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":788,"Cost":539,"Date":"5/20/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":786,"Cost":404,"Date":"8/13/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":42,"Cost":35,"Date":"9/15/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":647,"Cost":526,"Date":"10/14/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":479,"Cost":342,"Date":"10/28/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":228,"Cost":198,"Date":"11/11/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":368,"Cost":194,"Date":"12/7/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":436,"Cost":392,"Date":"12/21/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":710,"Cost":435,"Date":"1/6/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":355,"Cost":209,"Date":"1/23/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":959,"Cost":645,"Date":"2/4/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":115,"Cost":79,"Date":"3/10/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":632,"Cost":417,"Date":"3/12/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":258,"Cost":198,"Date":"3/31/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":938,"Cost":543,"Date":"6/16/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":52,"Cost":31,"Date":"6/17/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":329,"Cost":295,"Date":"8/27/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":562,"Cost":310,"Date":"10/1/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":502,"Cost":451,"Date":"11/4/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":54,"Cost":47,"Date":"11/9/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":341,"Cost":295,"Date":"3/27/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":964,"Cost":789,"Date":"4/17/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":520,"Cost":312,"Date":"8/11/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":168,"Cost":147,"Date":"8/21/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":85,"Cost":77,"Date":"9/2/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":199,"Cost":185,"Date":"9/5/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":1000,"Cost":518,"Date":"9/14/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":870,"Cost":751,"Date":"9/20/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":550,"Cost":425,"Date":"11/20/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":964,"Cost":482,"Date":"12/21/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":260,"Cost":186,"Date":"1/7/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":73,"Cost":58,"Date":"1/21/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":443,"Cost":338,"Date":"2/9/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":633,"Cost":353,"Date":"3/19/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":517,"Cost":347,"Date":"4/3/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":468,"Cost":319,"Date":"4/5/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":30,"Cost":18,"Date":"4/28/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":881,"Cost":724,"Date":"7/10/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":84,"Cost":47,"Date":"3/25/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":922,"Cost":498,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":358,"Cost":241,"Date":"10/28/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":596,"Cost":345,"Date":"3/2/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":776,"Cost":532,"Date":"6/28/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":140,"Cost":76,"Date":"7/17/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":799,"Cost":537,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":93,"Cost":71,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":356,"Cost":262,"Date":"11/20/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":8,"Cost":8,"Date":"12/16/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":402,"Cost":381,"Date":"12/30/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":703,"Cost":385,"Date":"2/15/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":885,"Cost":773,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":632,"Cost":452,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":311,"Cost":266,"Date":"4/18/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":195,"Cost":135,"Date":"7/27/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":511,"Cost":302,"Date":"8/18/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":796,"Cost":630,"Date":"10/31/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":276,"Cost":215,"Date":"11/11/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":649,"Cost":487,"Date":"11/30/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":434,"Cost":393,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":938,"Cost":682,"Date":"3/1/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":520,"Cost":262,"Date":"4/13/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":324,"Cost":297,"Date":"5/20/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":884,"Cost":472,"Date":"8/13/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":351,"Cost":190,"Date":"9/15/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":936,"Cost":746,"Date":"10/14/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":734,"Cost":646,"Date":"10/28/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":854,"Cost":448,"Date":"11/11/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":701,"Cost":636,"Date":"12/7/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":510,"Cost":452,"Date":"12/21/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":970,"Cost":892,"Date":"1/6/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":726,"Cost":437,"Date":"1/23/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":196,"Cost":161,"Date":"2/4/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":304,"Cost":196,"Date":"3/10/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":52,"Cost":36,"Date":"3/12/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":367,"Cost":272,"Date":"3/31/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":349,"Cost":214,"Date":"6/16/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":237,"Cost":212,"Date":"6/17/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":175,"Cost":92,"Date":"8/27/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":54,"Cost":28,"Date":"10/1/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":171,"Cost":107,"Date":"11/4/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":168,"Cost":92,"Date":"11/9/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":722,"Cost":522,"Date":"3/27/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":848,"Cost":659,"Date":"4/17/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":961,"Cost":615,"Date":"8/11/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":718,"Cost":492,"Date":"8/21/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":840,"Cost":574,"Date":"9/2/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":685,"Cost":575,"Date":"9/5/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":811,"Cost":613,"Date":"9/14/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":138,"Cost":105,"Date":"9/20/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":155,"Cost":125,"Date":"11/20/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":546,"Cost":329,"Date":"12/21/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":703,"Cost":515,"Date":"1/7/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":582,"Cost":364,"Date":"1/21/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":741,"Cost":648,"Date":"2/9/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":96,"Cost":56,"Date":"3/19/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":50,"Cost":36,"Date":"4/3/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":871,"Cost":773,"Date":"4/5/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":521,"Cost":320,"Date":"4/28/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":769,"Date":"7/10/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":219,"Cost":189,"Date":"3/25/2020"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":363,"Cost":205,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":618,"Cost":550,"Date":"10/28/2020"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":981,"Cost":496,"Date":"3/2/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":154,"Cost":82,"Date":"6/28/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":77,"Cost":63,"Date":"7/17/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":471,"Cost":329,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":626,"Cost":582,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":402,"Cost":370,"Date":"11/20/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":627,"Cost":351,"Date":"12/16/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":80,"Cost":57,"Date":"12/30/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":466,"Cost":414,"Date":"2/15/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":982,"Cost":674,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":419,"Cost":331,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":797,"Cost":539,"Date":"4/18/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":810,"Cost":661,"Date":"7/27/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":450,"Cost":337,"Date":"8/18/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":4,"Date":"10/31/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":403,"Cost":243,"Date":"11/11/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":826,"Cost":759,"Date":"11/30/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":753,"Cost":575,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":720,"Cost":543,"Date":"3/1/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":736,"Cost":697,"Date":"4/13/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":891,"Cost":736,"Date":"5/20/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":343,"Cost":181,"Date":"8/13/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":359,"Cost":337,"Date":"9/15/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":50,"Cost":39,"Date":"10/14/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":62,"Cost":35,"Date":"10/28/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":113,"Cost":56,"Date":"11/11/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":643,"Cost":340,"Date":"12/7/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":480,"Cost":249,"Date":"12/21/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":988,"Cost":519,"Date":"1/6/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":784,"Cost":441,"Date":"1/23/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":849,"Date":"2/4/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":122,"Cost":99,"Date":"3/10/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":586,"Cost":527,"Date":"3/12/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":621,"Cost":534,"Date":"3/31/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":532,"Cost":436,"Date":"6/16/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":257,"Cost":165,"Date":"6/17/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":543,"Cost":494,"Date":"8/27/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":118,"Cost":64,"Date":"10/1/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":713,"Cost":488,"Date":"11/4/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":897,"Cost":811,"Date":"11/9/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":355,"Cost":203,"Date":"3/27/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":845,"Cost":518,"Date":"4/17/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":34,"Cost":20,"Date":"8/11/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":827,"Cost":578,"Date":"8/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":752,"Cost":701,"Date":"9/2/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":735,"Cost":664,"Date":"9/5/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":989,"Cost":539,"Date":"9/14/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":792,"Cost":664,"Date":"9/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":215,"Cost":161,"Date":"11/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":981,"Cost":492,"Date":"12/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":546,"Cost":380,"Date":"1/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":656,"Cost":345,"Date":"1/21/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":201,"Cost":132,"Date":"2/9/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":646,"Cost":540,"Date":"3/19/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":801,"Cost":597,"Date":"4/3/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":94,"Cost":56,"Date":"4/5/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":892,"Cost":509,"Date":"4/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":522,"Cost":369,"Date":"7/10/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":983,"Cost":801,"Date":"3/25/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":913,"Cost":857,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":793,"Cost":517,"Date":"10/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":524,"Cost":272,"Date":"3/2/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":146,"Cost":77,"Date":"6/28/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":174,"Cost":91,"Date":"7/17/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":994,"Cost":844,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":473,"Cost":299,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":352,"Cost":328,"Date":"11/20/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":356,"Cost":228,"Date":"12/16/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":191,"Cost":122,"Date":"12/30/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":44,"Cost":22,"Date":"2/15/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":405,"Cost":366,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":973,"Cost":684,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":179,"Cost":167,"Date":"4/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":439,"Cost":361,"Date":"7/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":355,"Cost":290,"Date":"8/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":1000,"Cost":503,"Date":"10/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":452,"Cost":314,"Date":"11/11/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":832,"Cost":466,"Date":"11/30/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":229,"Cost":209,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":883,"Cost":519,"Date":"3/1/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":932,"Cost":590,"Date":"4/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":60,"Cost":33,"Date":"5/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":281,"Cost":260,"Date":"8/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":764,"Cost":581,"Date":"9/15/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":539,"Cost":375,"Date":"10/14/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":346,"Cost":271,"Date":"10/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":81,"Cost":77,"Date":"11/11/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":819,"Cost":659,"Date":"12/7/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":573,"Cost":512,"Date":"12/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":226,"Cost":129,"Date":"1/6/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":402,"Cost":226,"Date":"1/23/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":973,"Cost":708,"Date":"2/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":51,"Cost":44,"Date":"3/10/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":384,"Cost":359,"Date":"3/12/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":427,"Cost":233,"Date":"3/31/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":317,"Cost":292,"Date":"6/16/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":346,"Cost":325,"Date":"6/17/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":418,"Cost":341,"Date":"8/27/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":128,"Cost":81,"Date":"10/1/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":991,"Cost":693,"Date":"11/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":172,"Cost":87,"Date":"11/9/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":371,"Cost":247,"Date":"3/27/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":843,"Cost":607,"Date":"4/17/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":538,"Cost":427,"Date":"8/11/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":274,"Cost":248,"Date":"8/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":86,"Cost":45,"Date":"9/2/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":255,"Cost":177,"Date":"9/5/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":22,"Cost":12,"Date":"9/14/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":627,"Cost":501,"Date":"9/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":162,"Cost":141,"Date":"11/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":457,"Cost":413,"Date":"12/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":611,"Cost":563,"Date":"1/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":619,"Cost":453,"Date":"1/21/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":596,"Cost":475,"Date":"2/9/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":983,"Cost":591,"Date":"3/19/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":712,"Cost":543,"Date":"4/3/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":244,"Cost":129,"Date":"4/5/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":656,"Cost":454,"Date":"4/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":586,"Cost":507,"Date":"7/10/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":408,"Cost":241,"Date":"3/25/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":201,"Cost":105,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":728,"Cost":460,"Date":"10/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":450,"Cost":241,"Date":"3/2/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":263,"Cost":190,"Date":"6/28/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":447,"Date":"7/17/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":520,"Cost":386,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":817,"Cost":462,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":879,"Cost":694,"Date":"11/20/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":376,"Cost":214,"Date":"12/16/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":640,"Cost":531,"Date":"12/30/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":487,"Cost":398,"Date":"2/15/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":671,"Cost":374,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":752,"Cost":702,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":517,"Cost":365,"Date":"4/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":515,"Cost":374,"Date":"7/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":976,"Cost":797,"Date":"8/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":605,"Cost":521,"Date":"10/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":627,"Cost":593,"Date":"11/11/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":584,"Cost":353,"Date":"11/30/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":438,"Cost":395,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":714,"Cost":658,"Date":"3/1/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":105,"Cost":53,"Date":"4/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":824,"Cost":701,"Date":"5/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":642,"Cost":369,"Date":"8/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":584,"Cost":524,"Date":"9/15/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":455,"Cost":407,"Date":"10/14/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":837,"Cost":707,"Date":"10/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":546,"Cost":423,"Date":"11/11/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":122,"Cost":103,"Date":"12/7/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":320,"Cost":220,"Date":"12/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":245,"Cost":138,"Date":"1/6/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":846,"Cost":703,"Date":"1/23/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":942,"Cost":534,"Date":"2/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":834,"Cost":674,"Date":"3/10/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":623,"Cost":557,"Date":"3/12/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":117,"Cost":81,"Date":"3/31/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":939,"Cost":784,"Date":"6/16/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":916,"Cost":496,"Date":"6/17/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":476,"Cost":246,"Date":"8/27/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":554,"Cost":484,"Date":"10/1/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":538,"Cost":380,"Date":"11/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":631,"Cost":564,"Date":"11/9/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":985,"Cost":748,"Date":"3/27/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":534,"Cost":290,"Date":"4/17/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":81,"Cost":67,"Date":"8/11/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":274,"Cost":223,"Date":"8/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":53,"Cost":46,"Date":"9/2/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":409,"Cost":253,"Date":"9/5/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":352,"Cost":313,"Date":"9/14/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":698,"Cost":612,"Date":"9/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":991,"Cost":525,"Date":"11/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":167,"Cost":108,"Date":"12/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":905,"Cost":673,"Date":"1/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":867,"Cost":637,"Date":"1/21/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":328,"Cost":264,"Date":"2/9/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":190,"Cost":161,"Date":"3/19/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":121,"Cost":102,"Date":"4/3/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":155,"Cost":95,"Date":"4/5/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":416,"Cost":257,"Date":"4/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":44,"Cost":39,"Date":"7/10/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":270,"Cost":233,"Date":"3/25/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":554,"Cost":421,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":381,"Cost":344,"Date":"10/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":447,"Cost":231,"Date":"3/2/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":585,"Cost":330,"Date":"6/28/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":231,"Cost":178,"Date":"7/17/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":375,"Cost":317,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":656,"Cost":470,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":888,"Cost":818,"Date":"11/20/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":378,"Cost":195,"Date":"12/16/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":364,"Date":"12/30/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":184,"Cost":172,"Date":"2/15/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":707,"Cost":537,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":987,"Cost":539,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":284,"Cost":251,"Date":"4/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":411,"Cost":377,"Date":"7/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":180,"Cost":92,"Date":"8/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":586,"Cost":322,"Date":"10/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":60,"Cost":47,"Date":"11/11/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":101,"Cost":56,"Date":"11/30/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":607,"Cost":551,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":212,"Cost":169,"Date":"3/1/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":93,"Cost":53,"Date":"4/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":340,"Cost":311,"Date":"5/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":934,"Cost":716,"Date":"8/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":741,"Cost":592,"Date":"9/15/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":922,"Cost":808,"Date":"10/14/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":498,"Cost":411,"Date":"10/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":232,"Cost":219,"Date":"11/11/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":863,"Cost":648,"Date":"12/7/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":316,"Cost":296,"Date":"12/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":43,"Date":"1/6/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":955,"Cost":487,"Date":"1/23/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":694,"Cost":516,"Date":"2/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":599,"Cost":370,"Date":"3/10/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":242,"Cost":216,"Date":"3/12/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":718,"Cost":379,"Date":"3/31/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":89,"Cost":84,"Date":"6/16/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":299,"Cost":255,"Date":"6/17/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":254,"Cost":221,"Date":"8/27/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":394,"Cost":255,"Date":"10/1/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":384,"Cost":292,"Date":"11/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":114,"Cost":93,"Date":"11/9/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":942,"Cost":498,"Date":"3/27/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":408,"Cost":317,"Date":"4/17/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":867,"Cost":746,"Date":"8/11/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":216,"Cost":200,"Date":"8/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":106,"Cost":84,"Date":"9/2/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":732,"Cost":431,"Date":"9/5/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":254,"Cost":169,"Date":"9/14/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":326,"Cost":230,"Date":"9/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":144,"Cost":87,"Date":"11/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":185,"Cost":150,"Date":"12/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":481,"Cost":283,"Date":"1/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":298,"Cost":253,"Date":"1/21/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":609,"Cost":331,"Date":"2/9/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":955,"Cost":813,"Date":"3/19/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":783,"Cost":680,"Date":"4/3/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":777,"Cost":404,"Date":"4/5/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":279,"Cost":147,"Date":"4/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":889,"Cost":662,"Date":"7/10/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":632,"Cost":425,"Date":"3/25/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":278,"Cost":250,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":401,"Cost":359,"Date":"10/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":332,"Cost":204,"Date":"3/2/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":268,"Cost":147,"Date":"6/28/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":607,"Cost":474,"Date":"7/17/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":237,"Cost":185,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":497,"Cost":281,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":6,"Cost":4,"Date":"11/20/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":291,"Cost":228,"Date":"12/16/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":180,"Cost":117,"Date":"12/30/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":643,"Cost":491,"Date":"2/15/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":970,"Cost":599,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":993,"Cost":685,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":852,"Cost":524,"Date":"4/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":849,"Cost":509,"Date":"7/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":450,"Cost":391,"Date":"8/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":240,"Cost":187,"Date":"10/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":445,"Cost":290,"Date":"11/11/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":329,"Cost":242,"Date":"11/30/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":828,"Cost":696,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":266,"Cost":166,"Date":"3/1/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":246,"Cost":123,"Date":"4/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":646,"Cost":490,"Date":"5/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":496,"Cost":289,"Date":"8/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":573,"Cost":294,"Date":"9/15/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":838,"Cost":442,"Date":"10/14/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":710,"Cost":573,"Date":"10/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":505,"Cost":438,"Date":"11/11/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":387,"Cost":226,"Date":"12/7/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":237,"Cost":142,"Date":"12/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":824,"Cost":553,"Date":"1/6/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":656,"Cost":545,"Date":"1/23/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":359,"Cost":191,"Date":"2/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":569,"Cost":349,"Date":"3/10/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":706,"Cost":630,"Date":"3/12/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":429,"Cost":256,"Date":"3/31/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":490,"Cost":302,"Date":"6/16/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":470,"Cost":282,"Date":"6/17/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":152,"Cost":114,"Date":"8/27/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":810,"Cost":657,"Date":"10/1/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":646,"Cost":492,"Date":"11/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":827,"Cost":715,"Date":"11/9/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":908,"Cost":602,"Date":"3/27/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":942,"Cost":705,"Date":"4/17/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":740,"Cost":474,"Date":"8/11/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":25,"Cost":23,"Date":"8/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":301,"Cost":205,"Date":"9/2/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":793,"Cost":710,"Date":"9/5/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":874,"Cost":615,"Date":"9/14/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":625,"Cost":527,"Date":"9/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":376,"Cost":354,"Date":"11/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":275,"Cost":250,"Date":"12/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":43,"Cost":25,"Date":"1/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":730,"Cost":574,"Date":"1/21/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":232,"Cost":183,"Date":"2/9/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":940,"Cost":615,"Date":"3/19/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":829,"Cost":653,"Date":"4/3/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":707,"Cost":619,"Date":"4/5/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":281,"Cost":197,"Date":"4/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":329,"Cost":186,"Date":"7/10/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":342,"Cost":237,"Date":"3/25/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":995,"Cost":883,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":284,"Cost":197,"Date":"10/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":809,"Cost":718,"Date":"3/2/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":159,"Cost":90,"Date":"6/28/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":524,"Cost":451,"Date":"7/17/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":535,"Cost":360,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":814,"Cost":623,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":191,"Cost":159,"Date":"11/20/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":481,"Cost":302,"Date":"12/16/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":4,"Cost":2,"Date":"12/30/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":317,"Cost":218,"Date":"2/15/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":265,"Cost":237,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":488,"Cost":424,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":14,"Cost":9,"Date":"4/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":6,"Cost":5,"Date":"7/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":258,"Cost":240,"Date":"8/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":660,"Cost":351,"Date":"10/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":913,"Cost":764,"Date":"11/11/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":826,"Cost":745,"Date":"11/30/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":740,"Cost":402,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":725,"Cost":654,"Date":"3/1/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":281,"Cost":197,"Date":"4/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":740,"Cost":644,"Date":"5/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":414,"Cost":314,"Date":"8/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":860,"Cost":780,"Date":"9/15/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":375,"Cost":275,"Date":"10/14/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":574,"Cost":528,"Date":"10/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":650,"Cost":457,"Date":"11/11/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":821,"Cost":558,"Date":"12/7/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":378,"Cost":213,"Date":"12/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":548,"Cost":459,"Date":"1/6/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":658,"Cost":446,"Date":"1/23/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":416,"Cost":270,"Date":"2/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":927,"Cost":641,"Date":"3/10/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":430,"Cost":333,"Date":"3/12/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":248,"Cost":133,"Date":"3/31/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":438,"Cost":334,"Date":"6/16/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":609,"Cost":344,"Date":"6/17/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":438,"Cost":411,"Date":"8/27/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":152,"Cost":86,"Date":"10/1/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":103,"Cost":61,"Date":"11/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":773,"Cost":457,"Date":"11/9/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":640,"Cost":448,"Date":"3/27/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":742,"Cost":436,"Date":"4/17/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":31,"Cost":19,"Date":"8/11/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":732,"Cost":610,"Date":"8/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":344,"Cost":317,"Date":"9/2/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":780,"Cost":625,"Date":"9/5/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":909,"Cost":685,"Date":"9/14/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":764,"Cost":534,"Date":"9/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":666,"Cost":596,"Date":"11/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":652,"Cost":530,"Date":"12/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":238,"Cost":173,"Date":"1/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":28,"Cost":19,"Date":"1/21/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":42,"Cost":23,"Date":"2/9/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":391,"Date":"3/19/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":434,"Cost":389,"Date":"4/3/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":885,"Cost":726,"Date":"4/5/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":488,"Cost":374,"Date":"4/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":329,"Cost":311,"Date":"7/10/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":46,"Date":"3/25/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":544,"Cost":461,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":174,"Cost":136,"Date":"10/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":295,"Cost":246,"Date":"3/2/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":420,"Cost":384,"Date":"6/28/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":173,"Cost":138,"Date":"7/17/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":278,"Cost":260,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":467,"Cost":405,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":55,"Cost":38,"Date":"11/20/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":756,"Cost":647,"Date":"12/16/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":598,"Cost":548,"Date":"12/30/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":437,"Cost":289,"Date":"2/15/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":189,"Cost":108,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":654,"Cost":483,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":671,"Cost":629,"Date":"4/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":860,"Cost":768,"Date":"7/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":159,"Cost":128,"Date":"8/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":182,"Cost":130,"Date":"10/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":423,"Cost":293,"Date":"11/11/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":168,"Cost":142,"Date":"11/30/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":341,"Cost":190,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":821,"Cost":706,"Date":"3/1/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":873,"Cost":733,"Date":"4/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":678,"Cost":544,"Date":"5/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":535,"Cost":410,"Date":"8/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":571,"Cost":392,"Date":"9/15/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":929,"Cost":596,"Date":"10/14/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":508,"Cost":482,"Date":"10/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":802,"Cost":404,"Date":"11/11/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":519,"Cost":484,"Date":"12/7/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":772,"Cost":654,"Date":"12/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":544,"Cost":385,"Date":"1/6/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":853,"Cost":765,"Date":"1/23/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":674,"Cost":481,"Date":"2/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":221,"Cost":201,"Date":"3/10/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":292,"Cost":207,"Date":"3/12/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":214,"Cost":156,"Date":"3/31/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":333,"Cost":236,"Date":"6/16/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":215,"Cost":115,"Date":"6/17/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":750,"Cost":463,"Date":"8/27/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":554,"Cost":435,"Date":"10/1/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":77,"Cost":71,"Date":"11/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":816,"Cost":669,"Date":"11/9/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":963,"Cost":690,"Date":"3/27/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":376,"Cost":254,"Date":"4/17/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":766,"Cost":725,"Date":"8/11/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":519,"Cost":452,"Date":"8/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":258,"Cost":216,"Date":"9/2/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":345,"Cost":189,"Date":"9/5/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":395,"Cost":279,"Date":"9/14/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":8,"Cost":5,"Date":"9/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":716,"Cost":449,"Date":"11/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1000,"Cost":641,"Date":"12/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":339,"Cost":199,"Date":"1/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":381,"Cost":252,"Date":"1/21/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":225,"Cost":147,"Date":"2/9/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":229,"Cost":130,"Date":"3/19/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":260,"Cost":142,"Date":"4/3/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":741,"Cost":548,"Date":"4/5/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":707,"Cost":371,"Date":"4/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":323,"Cost":266,"Date":"7/10/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":354,"Cost":334,"Date":"3/25/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":254,"Cost":214,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":424,"Cost":326,"Date":"10/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":760,"Cost":429,"Date":"3/2/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":73,"Cost":36,"Date":"6/28/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":320,"Cost":279,"Date":"7/17/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":800,"Cost":601,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":889,"Cost":760,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":994,"Cost":732,"Date":"11/20/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":308,"Cost":168,"Date":"12/16/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":599,"Cost":327,"Date":"12/30/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":859,"Cost":588,"Date":"2/15/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":470,"Cost":362,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":926,"Cost":814,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":569,"Cost":313,"Date":"4/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":193,"Date":"7/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":495,"Cost":316,"Date":"8/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":899,"Cost":455,"Date":"10/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":202,"Cost":159,"Date":"11/11/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":637,"Cost":603,"Date":"11/30/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":186,"Cost":103,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":27,"Cost":14,"Date":"3/1/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":148,"Cost":101,"Date":"4/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":420,"Cost":314,"Date":"5/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":762,"Cost":599,"Date":"8/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":355,"Cost":293,"Date":"9/15/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1,"Cost":1,"Date":"10/14/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":439,"Cost":396,"Date":"10/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":363,"Cost":337,"Date":"11/11/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":189,"Cost":130,"Date":"12/7/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":218,"Cost":109,"Date":"12/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":56,"Cost":34,"Date":"1/6/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":360,"Cost":313,"Date":"1/23/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":785,"Cost":653,"Date":"2/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":273,"Date":"3/10/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":560,"Cost":323,"Date":"3/12/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":714,"Cost":368,"Date":"3/31/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":452,"Cost":338,"Date":"6/16/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":433,"Cost":299,"Date":"6/17/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":913,"Cost":536,"Date":"8/27/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":953,"Cost":803,"Date":"10/1/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":400,"Cost":365,"Date":"11/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":912,"Cost":671,"Date":"11/9/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":126,"Cost":77,"Date":"3/27/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":870,"Cost":610,"Date":"4/17/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":979,"Cost":619,"Date":"8/11/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":412,"Cost":338,"Date":"8/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":444,"Cost":329,"Date":"9/2/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":196,"Cost":163,"Date":"9/5/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":473,"Cost":437,"Date":"9/14/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":535,"Cost":380,"Date":"9/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":591,"Cost":553,"Date":"11/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":844,"Cost":456,"Date":"12/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":931,"Cost":732,"Date":"1/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":195,"Cost":151,"Date":"1/21/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":906,"Cost":715,"Date":"2/9/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":61,"Cost":50,"Date":"3/19/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":900,"Cost":683,"Date":"4/3/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":291,"Cost":161,"Date":"4/5/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":905,"Cost":831,"Date":"4/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":685,"Cost":544,"Date":"7/10/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":493,"Cost":396,"Date":"3/25/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":257,"Cost":168,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":17,"Cost":9,"Date":"10/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":120,"Cost":64,"Date":"3/2/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":805,"Cost":714,"Date":"6/28/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":178,"Cost":91,"Date":"7/17/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":155,"Cost":138,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":142,"Cost":104,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":868,"Cost":539,"Date":"11/20/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":281,"Cost":156,"Date":"12/16/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":76,"Cost":68,"Date":"12/30/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":750,"Cost":490,"Date":"2/15/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":206,"Cost":113,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":197,"Cost":168,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":201,"Cost":168,"Date":"4/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":942,"Cost":788,"Date":"7/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":219,"Cost":117,"Date":"8/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":71,"Cost":43,"Date":"10/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":774,"Cost":606,"Date":"11/11/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":389,"Cost":284,"Date":"11/30/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":277,"Cost":175,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":257,"Cost":204,"Date":"3/1/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":700,"Cost":655,"Date":"4/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":518,"Cost":459,"Date":"5/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":872,"Cost":640,"Date":"8/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":22,"Cost":20,"Date":"9/15/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":412,"Cost":255,"Date":"10/14/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":458,"Cost":232,"Date":"10/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":68,"Cost":55,"Date":"11/11/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":287,"Cost":192,"Date":"12/7/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":548,"Cost":370,"Date":"12/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":655,"Cost":372,"Date":"1/6/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":476,"Cost":366,"Date":"1/23/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":955,"Cost":711,"Date":"2/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":839,"Cost":443,"Date":"3/10/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":787,"Cost":585,"Date":"3/12/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":522,"Cost":421,"Date":"3/31/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":919,"Cost":688,"Date":"6/16/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":948,"Cost":898,"Date":"6/17/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":589,"Cost":447,"Date":"8/27/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":258,"Cost":200,"Date":"10/1/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":887,"Cost":469,"Date":"11/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":368,"Cost":232,"Date":"11/9/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":414,"Cost":221,"Date":"3/27/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":198,"Cost":99,"Date":"4/17/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":289,"Cost":149,"Date":"8/11/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":797,"Cost":564,"Date":"8/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":87,"Cost":82,"Date":"9/2/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":379,"Cost":193,"Date":"9/5/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":237,"Cost":131,"Date":"9/14/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":510,"Cost":266,"Date":"9/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":7,"Cost":5,"Date":"11/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":205,"Cost":102,"Date":"12/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":838,"Cost":740,"Date":"1/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":494,"Cost":272,"Date":"1/21/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":16,"Cost":9,"Date":"2/9/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":511,"Cost":375,"Date":"3/19/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":123,"Cost":93,"Date":"4/3/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":972,"Cost":553,"Date":"4/5/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":614,"Cost":513,"Date":"4/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":43,"Cost":27,"Date":"7/10/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":69,"Cost":50,"Date":"3/25/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":975,"Cost":498,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":262,"Cost":214,"Date":"10/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":622,"Cost":591,"Date":"3/2/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":916,"Cost":696,"Date":"6/28/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":287,"Cost":169,"Date":"7/17/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":637,"Cost":455,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":537,"Cost":319,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":321,"Cost":230,"Date":"11/20/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":552,"Cost":462,"Date":"12/16/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":53,"Cost":44,"Date":"12/30/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":991,"Cost":732,"Date":"2/15/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":403,"Cost":248,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":28,"Cost":23,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":390,"Cost":257,"Date":"4/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":565,"Cost":434,"Date":"7/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":194,"Cost":111,"Date":"8/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":401,"Cost":268,"Date":"10/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":734,"Cost":668,"Date":"11/11/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":284,"Cost":265,"Date":"11/30/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":127,"Cost":107,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":347,"Cost":256,"Date":"3/1/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":931,"Cost":556,"Date":"4/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":770,"Cost":537,"Date":"5/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":875,"Cost":648,"Date":"8/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":764,"Cost":461,"Date":"9/15/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":54,"Cost":40,"Date":"10/14/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":923,"Cost":467,"Date":"10/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":268,"Cost":147,"Date":"11/11/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":637,"Cost":580,"Date":"12/7/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":499,"Cost":460,"Date":"12/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":807,"Cost":610,"Date":"1/6/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":229,"Cost":123,"Date":"1/23/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":227,"Cost":151,"Date":"2/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":149,"Cost":92,"Date":"3/10/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":383,"Cost":335,"Date":"3/12/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":246,"Cost":135,"Date":"3/31/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":2,"Cost":1,"Date":"6/16/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":412,"Cost":374,"Date":"6/17/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":346,"Cost":305,"Date":"8/27/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":575,"Cost":536,"Date":"10/1/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":72,"Cost":62,"Date":"11/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":709,"Cost":658,"Date":"11/9/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":728,"Cost":576,"Date":"3/27/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":782,"Cost":547,"Date":"4/17/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":26,"Cost":24,"Date":"8/11/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":587,"Cost":516,"Date":"8/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":221,"Cost":156,"Date":"9/2/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":670,"Cost":356,"Date":"9/5/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":429,"Cost":341,"Date":"9/14/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":439,"Cost":362,"Date":"9/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":642,"Cost":607,"Date":"11/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":202,"Cost":169,"Date":"12/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":727,"Cost":404,"Date":"1/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":537,"Cost":455,"Date":"1/21/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":519,"Cost":272,"Date":"2/9/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":680,"Cost":343,"Date":"3/19/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":878,"Cost":768,"Date":"4/3/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":946,"Cost":811,"Date":"4/5/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":544,"Cost":509,"Date":"4/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":551,"Cost":445,"Date":"7/10/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":498,"Cost":330,"Date":"3/25/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":952,"Cost":509,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":655,"Cost":421,"Date":"10/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":192,"Cost":178,"Date":"3/2/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":684,"Cost":597,"Date":"6/28/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":41,"Cost":32,"Date":"7/17/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":259,"Cost":193,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":135,"Cost":86,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":508,"Cost":479,"Date":"11/20/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":614,"Cost":455,"Date":"12/16/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":619,"Cost":398,"Date":"12/30/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":368,"Cost":186,"Date":"2/15/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":216,"Cost":132,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":369,"Cost":292,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":75,"Cost":70,"Date":"4/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":783,"Cost":663,"Date":"7/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":106,"Cost":80,"Date":"8/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":77,"Cost":56,"Date":"10/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":647,"Cost":519,"Date":"11/11/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":186,"Cost":155,"Date":"11/30/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":495,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":815,"Cost":548,"Date":"3/1/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":270,"Cost":233,"Date":"4/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":558,"Cost":508,"Date":"5/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":184,"Cost":96,"Date":"8/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":740,"Cost":399,"Date":"9/15/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":159,"Cost":95,"Date":"10/14/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":830,"Cost":576,"Date":"10/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":114,"Cost":95,"Date":"11/11/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":681,"Cost":493,"Date":"12/7/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":366,"Cost":234,"Date":"12/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":574,"Cost":308,"Date":"1/6/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":299,"Cost":187,"Date":"1/23/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":390,"Cost":308,"Date":"2/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":522,"Cost":271,"Date":"3/10/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":865,"Cost":776,"Date":"3/12/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":623,"Cost":585,"Date":"3/31/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":108,"Cost":57,"Date":"6/16/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":614,"Cost":484,"Date":"6/17/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":52,"Cost":36,"Date":"8/27/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":459,"Cost":257,"Date":"10/1/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":781,"Cost":419,"Date":"11/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":808,"Cost":493,"Date":"11/9/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":953,"Cost":599,"Date":"3/27/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":35,"Date":"4/17/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":220,"Cost":143,"Date":"8/11/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":846,"Cost":679,"Date":"8/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":206,"Cost":183,"Date":"9/2/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":551,"Cost":492,"Date":"9/5/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":186,"Cost":129,"Date":"9/14/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":638,"Cost":425,"Date":"9/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":911,"Cost":580,"Date":"11/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":744,"Cost":562,"Date":"12/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":211,"Cost":125,"Date":"1/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":762,"Cost":597,"Date":"1/21/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":705,"Cost":644,"Date":"2/9/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":751,"Cost":625,"Date":"3/19/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":949,"Cost":622,"Date":"4/3/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":815,"Cost":442,"Date":"4/5/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":134,"Cost":102,"Date":"4/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":137,"Cost":116,"Date":"7/10/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":851,"Cost":806,"Date":"3/25/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":240,"Cost":211,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":791,"Cost":437,"Date":"10/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":381,"Cost":332,"Date":"3/2/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":970,"Cost":883,"Date":"6/28/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":430,"Cost":343,"Date":"7/17/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":881,"Cost":812,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":215,"Cost":195,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":835,"Cost":646,"Date":"11/20/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":55,"Cost":41,"Date":"12/16/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":699,"Cost":657,"Date":"12/30/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":941,"Cost":576,"Date":"2/15/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":43,"Cost":31,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":747,"Cost":705,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":891,"Cost":489,"Date":"4/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":935,"Cost":569,"Date":"7/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":205,"Cost":126,"Date":"8/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":143,"Cost":72,"Date":"10/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":625,"Cost":573,"Date":"11/11/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":972,"Cost":561,"Date":"11/30/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":332,"Cost":241,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":734,"Cost":671,"Date":"3/1/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":57,"Cost":50,"Date":"4/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":669,"Cost":439,"Date":"5/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":716,"Cost":407,"Date":"8/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":875,"Cost":739,"Date":"9/15/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":807,"Cost":428,"Date":"10/14/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":280,"Cost":246,"Date":"10/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":82,"Cost":46,"Date":"11/11/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":581,"Cost":550,"Date":"12/7/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":980,"Cost":791,"Date":"12/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":767,"Cost":669,"Date":"1/6/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":601,"Cost":553,"Date":"1/23/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":927,"Cost":873,"Date":"2/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":74,"Cost":50,"Date":"3/10/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":766,"Cost":397,"Date":"3/12/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":801,"Cost":498,"Date":"3/31/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":845,"Cost":752,"Date":"6/16/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":456,"Cost":346,"Date":"6/17/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":716,"Cost":517,"Date":"8/27/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":107,"Cost":59,"Date":"10/1/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":216,"Date":"11/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":19,"Cost":15,"Date":"11/9/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":448,"Cost":282,"Date":"3/27/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":778,"Cost":514,"Date":"4/17/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":497,"Cost":366,"Date":"8/11/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":2,"Cost":1,"Date":"8/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":60,"Cost":53,"Date":"9/2/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":105,"Cost":96,"Date":"9/5/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":612,"Cost":328,"Date":"9/14/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":314,"Cost":207,"Date":"9/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":326,"Cost":174,"Date":"11/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":601,"Cost":351,"Date":"12/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":5,"Cost":5,"Date":"1/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":692,"Cost":573,"Date":"1/21/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":243,"Cost":193,"Date":"2/9/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":146,"Cost":104,"Date":"3/19/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":236,"Cost":155,"Date":"4/3/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":357,"Cost":295,"Date":"4/5/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":46,"Cost":37,"Date":"4/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":921,"Cost":829,"Date":"7/10/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":468,"Cost":399,"Date":"3/25/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":773,"Cost":416,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":579,"Cost":421,"Date":"10/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":897,"Cost":753,"Date":"3/2/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":555,"Cost":303,"Date":"6/28/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":71,"Cost":37,"Date":"7/17/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":781,"Cost":602,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":52,"Cost":35,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":242,"Cost":220,"Date":"11/20/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":882,"Cost":777,"Date":"12/16/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":447,"Cost":313,"Date":"12/30/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":865,"Cost":559,"Date":"2/15/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":197,"Cost":186,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":730,"Cost":570,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":542,"Cost":387,"Date":"4/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":926,"Cost":745,"Date":"7/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":705,"Cost":483,"Date":"8/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":141,"Cost":108,"Date":"10/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":209,"Cost":117,"Date":"11/11/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":906,"Cost":613,"Date":"11/30/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":243,"Cost":227,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":520,"Cost":376,"Date":"3/1/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":633,"Cost":562,"Date":"4/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":828,"Cost":774,"Date":"5/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":26,"Cost":13,"Date":"8/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":384,"Cost":298,"Date":"9/15/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":420,"Cost":233,"Date":"10/14/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":38,"Cost":31,"Date":"10/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":766,"Cost":528,"Date":"11/11/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":870,"Cost":533,"Date":"12/7/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":78,"Cost":73,"Date":"12/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":788,"Cost":529,"Date":"1/6/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":870,"Cost":804,"Date":"1/23/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":925,"Cost":574,"Date":"2/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":828,"Cost":565,"Date":"3/10/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":176,"Cost":128,"Date":"3/12/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":139,"Cost":75,"Date":"3/31/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":256,"Cost":218,"Date":"6/16/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":370,"Cost":258,"Date":"6/17/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":236,"Cost":152,"Date":"8/27/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":484,"Cost":369,"Date":"10/1/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":354,"Cost":254,"Date":"11/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":755,"Cost":678,"Date":"11/9/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":125,"Cost":115,"Date":"3/27/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":503,"Cost":399,"Date":"4/17/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":364,"Cost":346,"Date":"8/11/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":12,"Cost":7,"Date":"8/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":658,"Cost":567,"Date":"9/2/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":369,"Cost":264,"Date":"9/5/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":58,"Cost":45,"Date":"9/14/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":729,"Cost":397,"Date":"9/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":112,"Cost":70,"Date":"11/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":969,"Cost":629,"Date":"12/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":787,"Cost":605,"Date":"1/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":105,"Cost":95,"Date":"1/21/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":933,"Cost":803,"Date":"2/9/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":179,"Cost":125,"Date":"3/19/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":357,"Cost":229,"Date":"4/3/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":311,"Cost":240,"Date":"4/5/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":537,"Cost":383,"Date":"4/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":958,"Cost":859,"Date":"7/10/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":324,"Cost":258,"Date":"3/25/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":942,"Cost":800,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":86,"Cost":60,"Date":"10/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":77,"Cost":72,"Date":"3/2/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":618,"Cost":367,"Date":"6/28/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":135,"Cost":121,"Date":"7/17/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":418,"Cost":287,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":309,"Cost":224,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":984,"Cost":694,"Date":"11/20/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":77,"Cost":57,"Date":"12/16/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":422,"Cost":216,"Date":"12/30/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":138,"Cost":131,"Date":"2/15/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":470,"Cost":305,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":735,"Cost":473,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":916,"Cost":486,"Date":"4/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":788,"Cost":409,"Date":"7/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":695,"Cost":452,"Date":"8/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":366,"Cost":317,"Date":"10/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":601,"Cost":546,"Date":"11/11/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":885,"Cost":463,"Date":"11/30/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":946,"Cost":767,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":725,"Cost":400,"Date":"3/1/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":967,"Cost":530,"Date":"4/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":6,"Cost":4,"Date":"5/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":244,"Cost":170,"Date":"8/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":515,"Cost":299,"Date":"9/15/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":546,"Cost":303,"Date":"10/14/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":240,"Cost":219,"Date":"10/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":733,"Cost":480,"Date":"11/11/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":308,"Cost":282,"Date":"12/7/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":499,"Cost":422,"Date":"12/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":685,"Cost":425,"Date":"1/6/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":259,"Cost":212,"Date":"1/23/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":410,"Cost":338,"Date":"2/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":796,"Cost":572,"Date":"3/10/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":415,"Cost":208,"Date":"3/12/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":916,"Cost":780,"Date":"3/31/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":337,"Cost":266,"Date":"6/16/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":732,"Cost":449,"Date":"6/17/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":410,"Cost":242,"Date":"8/27/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":107,"Cost":66,"Date":"10/1/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":960,"Cost":564,"Date":"11/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":451,"Cost":312,"Date":"11/9/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":978,"Cost":837,"Date":"3/27/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":688,"Cost":647,"Date":"4/17/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":604,"Cost":441,"Date":"8/11/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":339,"Cost":234,"Date":"8/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":931,"Cost":542,"Date":"9/2/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":567,"Cost":484,"Date":"9/5/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":377,"Cost":292,"Date":"9/14/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":603,"Cost":538,"Date":"9/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":992,"Cost":819,"Date":"11/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":18,"Cost":10,"Date":"12/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":375,"Date":"1/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":650,"Cost":360,"Date":"1/21/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":625,"Cost":406,"Date":"2/9/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":193,"Cost":116,"Date":"3/19/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":660,"Cost":370,"Date":"4/3/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":183,"Cost":104,"Date":"4/5/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":21,"Cost":17,"Date":"4/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":717,"Cost":502,"Date":"7/10/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":51,"Cost":35,"Date":"3/25/2020"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":729,"Cost":375,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":909,"Cost":569,"Date":"10/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":242,"Cost":221,"Date":"3/2/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":82,"Cost":51,"Date":"6/28/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":746,"Cost":480,"Date":"7/17/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":616,"Cost":558,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":612,"Cost":321,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":441,"Cost":227,"Date":"11/20/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":840,"Cost":676,"Date":"12/16/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":678,"Cost":564,"Date":"12/30/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":331,"Cost":195,"Date":"2/15/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":197,"Cost":185,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":686,"Cost":619,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":601,"Cost":332,"Date":"4/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":370,"Cost":277,"Date":"7/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":52,"Cost":30,"Date":"8/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":322,"Cost":286,"Date":"10/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":852,"Cost":801,"Date":"11/11/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":724,"Cost":378,"Date":"11/30/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":331,"Cost":282,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":563,"Cost":504,"Date":"3/1/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":622,"Cost":584,"Date":"4/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":668,"Cost":481,"Date":"5/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":374,"Cost":230,"Date":"8/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":106,"Cost":98,"Date":"9/15/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":1000,"Cost":616,"Date":"10/14/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":419,"Cost":390,"Date":"10/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":920,"Cost":491,"Date":"11/11/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":747,"Cost":530,"Date":"12/7/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":926,"Cost":586,"Date":"12/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":342,"Cost":219,"Date":"1/6/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":601,"Cost":502,"Date":"1/23/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":227,"Cost":190,"Date":"2/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":109,"Cost":75,"Date":"3/10/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":555,"Cost":288,"Date":"3/12/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":993,"Cost":925,"Date":"3/31/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":173,"Cost":125,"Date":"6/16/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":844,"Cost":791,"Date":"6/17/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":97,"Cost":68,"Date":"8/27/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":99,"Cost":54,"Date":"10/1/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":819,"Cost":765,"Date":"11/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":905,"Cost":488,"Date":"11/9/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":240,"Cost":185,"Date":"3/27/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":404,"Cost":304,"Date":"4/17/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":578,"Cost":294,"Date":"8/11/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":336,"Cost":315,"Date":"8/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":939,"Cost":675,"Date":"9/2/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":50,"Cost":27,"Date":"9/5/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":973,"Cost":854,"Date":"9/14/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":693,"Cost":606,"Date":"9/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":341,"Cost":251,"Date":"11/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":355,"Cost":292,"Date":"12/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":258,"Cost":134,"Date":"1/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":208,"Cost":170,"Date":"1/21/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":603,"Cost":327,"Date":"2/9/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":98,"Cost":49,"Date":"3/19/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":585,"Cost":456,"Date":"4/3/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":991,"Cost":903,"Date":"4/5/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":793,"Cost":530,"Date":"4/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":11,"Cost":7,"Date":"7/10/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":884,"Cost":568,"Date":"3/25/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":676,"Cost":496,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":975,"Cost":706,"Date":"10/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":121,"Cost":88,"Date":"3/2/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":859,"Cost":609,"Date":"6/28/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":453,"Cost":282,"Date":"7/17/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":205,"Cost":181,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":460,"Cost":332,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":695,"Cost":440,"Date":"11/20/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":810,"Cost":462,"Date":"12/16/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":713,"Cost":599,"Date":"12/30/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":69,"Cost":58,"Date":"2/15/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":954,"Cost":480,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":666,"Cost":342,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":874,"Cost":768,"Date":"4/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":397,"Cost":207,"Date":"7/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":213,"Cost":155,"Date":"8/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":175,"Cost":138,"Date":"10/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":636,"Cost":587,"Date":"11/11/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":802,"Cost":414,"Date":"11/30/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":504,"Cost":266,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":937,"Cost":716,"Date":"3/1/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":437,"Cost":354,"Date":"4/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":138,"Cost":127,"Date":"5/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":864,"Cost":764,"Date":"8/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":912,"Cost":843,"Date":"9/15/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":685,"Cost":413,"Date":"10/14/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":979,"Cost":904,"Date":"10/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":719,"Cost":621,"Date":"11/11/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":830,"Cost":705,"Date":"12/7/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":225,"Cost":137,"Date":"12/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":47,"Cost":37,"Date":"1/6/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":803,"Cost":636,"Date":"1/23/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":596,"Cost":509,"Date":"2/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":1,"Cost":1,"Date":"3/10/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":405,"Cost":335,"Date":"3/12/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":318,"Cost":263,"Date":"3/31/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":932,"Cost":708,"Date":"6/16/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":757,"Cost":380,"Date":"6/17/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":234,"Cost":198,"Date":"8/27/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":942,"Cost":799,"Date":"10/1/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":454,"Cost":280,"Date":"11/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":106,"Cost":63,"Date":"11/9/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":545,"Cost":329,"Date":"3/27/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":625,"Cost":412,"Date":"4/17/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":88,"Cost":62,"Date":"8/11/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":709,"Cost":610,"Date":"8/21/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":260,"Cost":165,"Date":"9/2/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":935,"Cost":773,"Date":"9/5/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":302,"Cost":271,"Date":"9/14/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":465,"Date":"9/20/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":907,"Cost":493,"Date":"11/20/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":765,"Cost":681,"Date":"12/21/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":192,"Cost":125,"Date":"1/7/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":822,"Cost":683,"Date":"1/21/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":671,"Cost":483,"Date":"2/9/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":118,"Cost":102,"Date":"3/19/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":58,"Cost":54,"Date":"4/3/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":411,"Cost":222,"Date":"4/5/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":907,"Cost":702,"Date":"4/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":802,"Date":"7/10/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":608,"Cost":567,"Date":"3/25/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":83,"Cost":70,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":99,"Cost":79,"Date":"10/28/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":576,"Cost":547,"Date":"3/2/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":177,"Cost":164,"Date":"6/28/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":624,"Cost":493,"Date":"7/17/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":273,"Cost":244,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":54,"Cost":46,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":728,"Cost":642,"Date":"11/20/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":640,"Cost":443,"Date":"12/16/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":654,"Cost":547,"Date":"12/30/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":642,"Cost":406,"Date":"2/15/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":33,"Cost":31,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":442,"Cost":410,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":930,"Cost":826,"Date":"4/18/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":7,"Cost":5,"Date":"7/27/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":484,"Cost":328,"Date":"8/18/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":786,"Cost":647,"Date":"10/31/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":295,"Cost":229,"Date":"11/11/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":762,"Cost":514,"Date":"11/30/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":84,"Cost":63,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":91,"Cost":81,"Date":"3/1/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":827,"Cost":675,"Date":"4/13/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":802,"Cost":419,"Date":"5/20/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":12,"Cost":6,"Date":"8/13/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":944,"Cost":547,"Date":"9/15/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":84,"Cost":62,"Date":"10/14/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":13,"Cost":8,"Date":"10/28/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":40,"Cost":35,"Date":"11/11/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":652,"Cost":441,"Date":"12/7/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":833,"Cost":613,"Date":"12/21/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":273,"Cost":150,"Date":"1/6/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":159,"Cost":102,"Date":"1/23/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":771,"Cost":555,"Date":"2/4/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":298,"Cost":210,"Date":"3/10/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":931,"Cost":842,"Date":"3/12/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":563,"Cost":482,"Date":"3/31/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":943,"Cost":539,"Date":"6/16/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":410,"Cost":214,"Date":"6/17/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":405,"Cost":373,"Date":"8/27/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":282,"Cost":174,"Date":"10/1/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":97,"Cost":76,"Date":"11/4/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":235,"Cost":183,"Date":"11/9/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":563,"Cost":501,"Date":"3/27/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":830,"Cost":738,"Date":"4/17/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":537,"Cost":427,"Date":"8/11/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":836,"Cost":657,"Date":"8/21/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":263,"Cost":233,"Date":"9/2/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":671,"Cost":435,"Date":"9/5/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":360,"Cost":219,"Date":"9/14/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":471,"Cost":370,"Date":"9/20/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":227,"Cost":121,"Date":"11/20/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":11,"Cost":7,"Date":"12/21/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":975,"Cost":718,"Date":"1/7/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":204,"Cost":167,"Date":"1/21/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":425,"Cost":246,"Date":"2/9/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":236,"Cost":125,"Date":"3/19/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":434,"Cost":290,"Date":"4/3/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":488,"Cost":290,"Date":"4/5/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":183,"Cost":114,"Date":"4/28/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":214,"Cost":166,"Date":"7/10/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":680,"Cost":628,"Date":"3/25/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":803,"Cost":756,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":890,"Cost":588,"Date":"10/28/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":659,"Cost":604,"Date":"3/2/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":699,"Cost":349,"Date":"6/28/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":623,"Cost":327,"Date":"7/17/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":152,"Cost":129,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":786,"Cost":591,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":167,"Cost":119,"Date":"11/20/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":165,"Cost":146,"Date":"12/16/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":481,"Cost":291,"Date":"12/30/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":188,"Cost":113,"Date":"2/15/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":927,"Cost":855,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":827,"Cost":535,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":467,"Cost":434,"Date":"4/18/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":808,"Cost":540,"Date":"7/27/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":673,"Cost":563,"Date":"8/18/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":248,"Cost":188,"Date":"10/31/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":91,"Cost":75,"Date":"11/11/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":77,"Cost":60,"Date":"11/30/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":138,"Cost":88,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":384,"Cost":345,"Date":"3/1/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":834,"Cost":443,"Date":"4/13/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":153,"Cost":119,"Date":"5/20/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":403,"Cost":370,"Date":"8/13/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":671,"Cost":589,"Date":"9/15/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":935,"Cost":548,"Date":"10/14/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":914,"Cost":514,"Date":"10/28/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":593,"Cost":333,"Date":"11/11/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":439,"Cost":242,"Date":"12/7/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":39,"Cost":19,"Date":"12/21/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":825,"Cost":708,"Date":"1/6/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":472,"Cost":297,"Date":"1/23/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":92,"Cost":72,"Date":"2/4/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":315,"Cost":223,"Date":"3/10/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":250,"Cost":183,"Date":"3/12/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":160,"Cost":111,"Date":"3/31/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":244,"Cost":220,"Date":"6/16/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":784,"Cost":709,"Date":"6/17/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":887,"Cost":561,"Date":"8/27/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":787,"Cost":712,"Date":"10/1/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":544,"Cost":379,"Date":"11/4/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":774,"Cost":623,"Date":"11/9/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":712,"Cost":439,"Date":"3/27/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":972,"Cost":811,"Date":"4/17/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":632,"Cost":425,"Date":"8/11/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":113,"Cost":96,"Date":"8/21/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":923,"Cost":467,"Date":"9/2/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":645,"Cost":351,"Date":"9/5/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":317,"Cost":211,"Date":"9/14/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":926,"Cost":683,"Date":"9/20/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":729,"Cost":545,"Date":"11/20/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":648,"Cost":589,"Date":"12/21/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":20,"Cost":19,"Date":"1/7/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":289,"Cost":263,"Date":"1/21/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":573,"Cost":449,"Date":"2/9/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":646,"Cost":478,"Date":"3/19/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":403,"Cost":332,"Date":"4/3/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":145,"Cost":116,"Date":"4/5/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":348,"Cost":231,"Date":"4/28/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":139,"Cost":128,"Date":"7/10/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":770,"Cost":621,"Date":"3/25/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":94,"Cost":84,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":312,"Cost":255,"Date":"10/28/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":373,"Cost":218,"Date":"3/2/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":533,"Cost":452,"Date":"6/28/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":268,"Cost":206,"Date":"7/17/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":368,"Cost":240,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":741,"Cost":526,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":503,"Cost":346,"Date":"11/20/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":344,"Cost":176,"Date":"12/16/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":977,"Cost":853,"Date":"12/30/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":501,"Cost":411,"Date":"2/15/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":351,"Cost":284,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":372,"Cost":270,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":335,"Cost":189,"Date":"4/18/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":770,"Cost":586,"Date":"7/27/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":354,"Cost":329,"Date":"8/18/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":670,"Cost":588,"Date":"10/31/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":909,"Date":"11/11/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":893,"Cost":719,"Date":"11/30/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":760,"Cost":479,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":188,"Cost":163,"Date":"3/1/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":767,"Cost":649,"Date":"4/13/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":867,"Cost":514,"Date":"5/20/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":595,"Cost":349,"Date":"8/13/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":935,"Cost":785,"Date":"9/15/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":956,"Cost":487,"Date":"10/14/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":146,"Cost":95,"Date":"10/28/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":948,"Cost":657,"Date":"11/11/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":141,"Cost":105,"Date":"12/7/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":457,"Cost":306,"Date":"12/21/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":256,"Cost":147,"Date":"1/6/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":523,"Cost":312,"Date":"1/23/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":244,"Cost":214,"Date":"2/4/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":444,"Cost":264,"Date":"3/10/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":132,"Cost":106,"Date":"3/12/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":798,"Cost":572,"Date":"3/31/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":852,"Cost":697,"Date":"6/16/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":265,"Cost":175,"Date":"6/17/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":386,"Cost":316,"Date":"8/27/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":802,"Cost":520,"Date":"10/1/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":509,"Cost":430,"Date":"11/4/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":708,"Cost":622,"Date":"11/9/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":406,"Cost":339,"Date":"3/27/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":4,"Date":"4/17/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":427,"Cost":300,"Date":"8/11/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":379,"Cost":274,"Date":"8/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":294,"Cost":271,"Date":"9/2/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":712,"Cost":529,"Date":"9/5/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":395,"Cost":326,"Date":"9/14/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":496,"Cost":470,"Date":"9/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":549,"Cost":357,"Date":"11/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":673,"Cost":507,"Date":"12/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":327,"Cost":193,"Date":"1/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":785,"Cost":392,"Date":"1/21/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":827,"Cost":718,"Date":"2/9/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":407,"Cost":342,"Date":"3/19/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":199,"Date":"4/3/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":498,"Cost":311,"Date":"4/5/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":161,"Cost":103,"Date":"4/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":354,"Cost":197,"Date":"7/10/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":899,"Cost":613,"Date":"3/25/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":823,"Cost":701,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":932,"Cost":845,"Date":"10/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":629,"Cost":387,"Date":"3/2/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":665,"Cost":546,"Date":"6/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":25,"Cost":16,"Date":"7/17/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":243,"Cost":126,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":383,"Cost":308,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":447,"Cost":264,"Date":"11/20/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":693,"Cost":377,"Date":"12/16/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":4,"Date":"12/30/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":184,"Cost":96,"Date":"2/15/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":126,"Cost":97,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":440,"Cost":253,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":283,"Cost":242,"Date":"4/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":67,"Cost":41,"Date":"7/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":358,"Cost":226,"Date":"8/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":614,"Cost":430,"Date":"10/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":343,"Cost":196,"Date":"11/11/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":873,"Cost":580,"Date":"11/30/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":79,"Cost":42,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":839,"Cost":607,"Date":"3/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":946,"Cost":491,"Date":"4/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":446,"Cost":351,"Date":"5/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":740,"Cost":642,"Date":"8/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":208,"Cost":149,"Date":"9/15/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":602,"Cost":518,"Date":"10/14/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":132,"Cost":68,"Date":"10/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":370,"Cost":319,"Date":"11/11/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":686,"Cost":423,"Date":"12/7/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":976,"Cost":667,"Date":"12/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":975,"Cost":773,"Date":"1/6/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":586,"Cost":470,"Date":"1/23/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":329,"Cost":280,"Date":"2/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":924,"Cost":627,"Date":"3/10/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":573,"Cost":401,"Date":"3/12/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":740,"Cost":575,"Date":"3/31/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":711,"Cost":648,"Date":"6/16/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":791,"Cost":557,"Date":"6/17/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":988,"Cost":711,"Date":"8/27/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":46,"Cost":31,"Date":"10/1/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":312,"Cost":177,"Date":"11/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":498,"Cost":348,"Date":"11/9/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":440,"Cost":352,"Date":"3/27/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":832,"Cost":678,"Date":"4/17/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":729,"Cost":640,"Date":"8/11/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":836,"Cost":735,"Date":"8/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":392,"Cost":371,"Date":"9/2/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":66,"Cost":49,"Date":"9/5/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":395,"Cost":261,"Date":"9/14/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":454,"Cost":237,"Date":"9/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":569,"Cost":524,"Date":"11/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":612,"Cost":363,"Date":"12/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":540,"Cost":274,"Date":"1/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":112,"Cost":91,"Date":"1/21/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":382,"Cost":250,"Date":"2/9/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":665,"Cost":618,"Date":"3/19/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":188,"Cost":113,"Date":"4/3/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":659,"Cost":470,"Date":"4/5/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":738,"Cost":523,"Date":"4/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":85,"Cost":54,"Date":"7/10/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":935,"Cost":815,"Date":"3/25/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":825,"Cost":695,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":343,"Cost":183,"Date":"10/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":2,"Cost":1,"Date":"3/2/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":600,"Cost":337,"Date":"6/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":651,"Cost":552,"Date":"7/17/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":245,"Cost":192,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":896,"Cost":766,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":154,"Cost":119,"Date":"11/20/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":146,"Cost":115,"Date":"12/16/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":875,"Cost":686,"Date":"12/30/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":371,"Cost":268,"Date":"2/15/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":423,"Cost":363,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":737,"Cost":670,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":423,"Cost":393,"Date":"4/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":544,"Cost":336,"Date":"7/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":763,"Cost":434,"Date":"8/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":281,"Cost":230,"Date":"10/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":675,"Cost":377,"Date":"11/11/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":396,"Cost":237,"Date":"11/30/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":496,"Cost":425,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":16,"Cost":10,"Date":"3/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":891,"Cost":656,"Date":"4/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":306,"Cost":284,"Date":"5/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":922,"Cost":598,"Date":"8/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":711,"Cost":391,"Date":"9/15/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":101,"Cost":90,"Date":"10/14/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":234,"Cost":199,"Date":"10/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":253,"Cost":195,"Date":"11/11/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":36,"Cost":21,"Date":"12/7/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":36,"Cost":19,"Date":"12/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":633,"Cost":465,"Date":"1/6/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":109,"Cost":80,"Date":"1/23/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":897,"Cost":740,"Date":"2/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":451,"Cost":302,"Date":"3/10/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":558,"Cost":391,"Date":"3/12/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":832,"Cost":677,"Date":"3/31/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":162,"Cost":109,"Date":"6/16/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":714,"Cost":442,"Date":"6/17/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":302,"Cost":186,"Date":"8/27/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":681,"Cost":544,"Date":"10/1/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":10,"Cost":5,"Date":"11/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":763,"Cost":463,"Date":"11/9/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":297,"Cost":221,"Date":"3/27/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":48,"Cost":24,"Date":"4/17/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":929,"Cost":687,"Date":"8/11/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":84,"Cost":59,"Date":"8/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":478,"Cost":365,"Date":"9/2/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":817,"Cost":663,"Date":"9/5/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":933,"Cost":761,"Date":"9/14/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":280,"Cost":249,"Date":"9/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":949,"Cost":644,"Date":"11/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":863,"Cost":581,"Date":"12/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":971,"Cost":916,"Date":"1/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":782,"Cost":392,"Date":"1/21/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":263,"Cost":175,"Date":"2/9/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":248,"Cost":145,"Date":"3/19/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":665,"Cost":459,"Date":"4/3/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":208,"Cost":175,"Date":"4/5/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":673,"Cost":496,"Date":"4/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":281,"Cost":184,"Date":"7/10/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":336,"Cost":237,"Date":"3/25/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":151,"Cost":96,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":104,"Cost":61,"Date":"10/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":605,"Cost":505,"Date":"3/2/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":899,"Cost":814,"Date":"6/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":907,"Cost":487,"Date":"7/17/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":559,"Cost":456,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":269,"Cost":165,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":796,"Cost":614,"Date":"11/20/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":817,"Cost":409,"Date":"12/16/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":360,"Cost":324,"Date":"12/30/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":907,"Cost":515,"Date":"2/15/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":42,"Cost":33,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":933,"Cost":691,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":300,"Cost":151,"Date":"4/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":921,"Cost":577,"Date":"7/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":803,"Cost":662,"Date":"8/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":155,"Cost":131,"Date":"10/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":952,"Cost":642,"Date":"11/11/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":420,"Cost":359,"Date":"11/30/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":430,"Cost":331,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":885,"Cost":484,"Date":"3/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":620,"Cost":326,"Date":"4/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":647,"Cost":479,"Date":"5/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":438,"Cost":295,"Date":"8/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":238,"Cost":180,"Date":"9/15/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":48,"Cost":31,"Date":"10/14/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":983,"Cost":548,"Date":"10/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":519,"Cost":412,"Date":"11/11/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":205,"Cost":128,"Date":"12/7/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":68,"Cost":65,"Date":"12/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":157,"Cost":109,"Date":"1/6/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":110,"Cost":60,"Date":"1/23/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":841,"Cost":637,"Date":"2/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":279,"Cost":210,"Date":"3/10/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":276,"Cost":249,"Date":"3/12/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":349,"Cost":293,"Date":"3/31/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":744,"Cost":537,"Date":"6/16/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":102,"Cost":55,"Date":"6/17/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":505,"Cost":373,"Date":"8/27/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":717,"Cost":456,"Date":"10/1/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":10,"Cost":8,"Date":"11/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":64,"Cost":56,"Date":"11/9/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":53,"Cost":47,"Date":"3/27/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":22,"Cost":19,"Date":"4/17/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":979,"Cost":767,"Date":"8/11/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":572,"Cost":300,"Date":"8/21/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":396,"Cost":302,"Date":"9/2/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":245,"Cost":171,"Date":"9/5/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":123,"Cost":92,"Date":"9/14/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":775,"Cost":464,"Date":"9/20/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":35,"Cost":17,"Date":"11/20/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":614,"Cost":393,"Date":"12/21/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":573,"Cost":374,"Date":"1/7/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":790,"Cost":609,"Date":"1/21/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":62,"Cost":48,"Date":"2/9/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":180,"Cost":141,"Date":"3/19/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":535,"Cost":275,"Date":"4/3/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":359,"Cost":275,"Date":"4/5/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":680,"Cost":385,"Date":"4/28/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":746,"Cost":588,"Date":"7/10/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":212,"Cost":118,"Date":"3/25/2020"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":179,"Cost":127,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":683,"Cost":350,"Date":"10/28/2020"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":909,"Cost":763,"Date":"3/2/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":385,"Cost":288,"Date":"6/28/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":228,"Cost":175,"Date":"7/17/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":3,"Cost":2,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":133,"Cost":93,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":621,"Cost":590,"Date":"11/20/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":441,"Cost":400,"Date":"12/16/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":693,"Cost":605,"Date":"12/30/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":623,"Cost":356,"Date":"2/15/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":389,"Cost":348,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":950,"Cost":881,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":733,"Cost":660,"Date":"4/18/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":178,"Cost":125,"Date":"7/27/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":118,"Cost":95,"Date":"8/18/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":632,"Cost":399,"Date":"10/31/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":818,"Cost":562,"Date":"11/11/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":18,"Cost":17,"Date":"11/30/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":99,"Cost":50,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":227,"Cost":182,"Date":"3/1/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":215,"Cost":118,"Date":"4/13/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":554,"Cost":297,"Date":"5/20/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":771,"Cost":604,"Date":"8/13/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":118,"Cost":94,"Date":"9/15/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":658,"Cost":371,"Date":"10/14/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":687,"Cost":398,"Date":"10/28/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":672,"Cost":574,"Date":"11/11/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":452,"Cost":273,"Date":"12/7/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":704,"Cost":574,"Date":"12/21/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":475,"Cost":303,"Date":"1/6/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":279,"Cost":249,"Date":"1/23/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":432,"Cost":350,"Date":"2/4/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":798,"Cost":589,"Date":"3/10/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":736,"Cost":696,"Date":"3/12/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":175,"Cost":122,"Date":"3/31/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":173,"Cost":154,"Date":"6/16/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":983,"Cost":690,"Date":"6/17/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":386,"Cost":212,"Date":"8/27/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":243,"Cost":208,"Date":"10/1/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":622,"Cost":483,"Date":"11/4/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":96,"Cost":59,"Date":"11/9/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":768,"Cost":687,"Date":"3/27/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":373,"Cost":189,"Date":"4/17/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":598,"Cost":503,"Date":"8/11/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":658,"Cost":499,"Date":"8/21/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":233,"Cost":152,"Date":"9/2/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":168,"Cost":147,"Date":"9/5/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":1,"Cost":0,"Date":"9/14/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":999,"Cost":722,"Date":"9/20/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":719,"Cost":483,"Date":"11/20/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":232,"Cost":174,"Date":"12/21/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":691,"Cost":389,"Date":"1/7/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":36,"Cost":24,"Date":"1/21/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":725,"Cost":421,"Date":"2/9/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":386,"Cost":309,"Date":"3/19/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":833,"Cost":635,"Date":"4/3/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":377,"Cost":224,"Date":"4/5/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":280,"Cost":196,"Date":"4/28/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":146,"Cost":83,"Date":"7/10/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":156,"Cost":130,"Date":"3/25/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":794,"Cost":733,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":832,"Cost":466,"Date":"10/28/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":840,"Cost":685,"Date":"3/2/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":516,"Cost":474,"Date":"6/28/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":876,"Cost":708,"Date":"7/17/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":289,"Cost":232,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":258,"Cost":220,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":859,"Cost":549,"Date":"11/20/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":500,"Cost":260,"Date":"12/16/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":979,"Cost":636,"Date":"12/30/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":708,"Cost":609,"Date":"2/15/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":625,"Cost":430,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":581,"Cost":315,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":21,"Cost":17,"Date":"4/18/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":793,"Cost":746,"Date":"7/27/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":731,"Cost":395,"Date":"8/18/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":115,"Cost":68,"Date":"10/31/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":407,"Cost":288,"Date":"11/11/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":61,"Cost":43,"Date":"11/30/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":290,"Cost":196,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":585,"Cost":379,"Date":"3/1/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":825,"Cost":743,"Date":"4/13/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":121,"Cost":68,"Date":"5/20/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":650,"Cost":501,"Date":"8/13/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":160,"Cost":107,"Date":"9/15/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":548,"Cost":374,"Date":"10/14/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":914,"Cost":684,"Date":"10/28/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":680,"Cost":400,"Date":"11/11/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":687,"Cost":434,"Date":"12/7/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":592,"Cost":296,"Date":"12/21/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":319,"Cost":205,"Date":"1/6/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":294,"Cost":186,"Date":"1/23/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":153,"Cost":84,"Date":"2/4/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":187,"Cost":134,"Date":"3/10/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":585,"Cost":418,"Date":"3/12/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":570,"Cost":341,"Date":"3/31/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":677,"Cost":446,"Date":"6/16/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":441,"Cost":359,"Date":"6/17/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":377,"Cost":229,"Date":"8/27/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":322,"Cost":265,"Date":"10/1/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":626,"Cost":588,"Date":"11/4/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":541,"Cost":488,"Date":"11/9/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":500,"Date":"3/27/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":492,"Cost":428,"Date":"4/17/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":247,"Date":"8/11/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":197,"Date":"8/21/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":179,"Cost":147,"Date":"9/2/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":168,"Cost":94,"Date":"9/5/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":506,"Cost":463,"Date":"9/14/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":640,"Cost":331,"Date":"9/20/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":139,"Cost":115,"Date":"11/20/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":187,"Cost":128,"Date":"12/21/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":248,"Cost":160,"Date":"1/7/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":255,"Cost":234,"Date":"1/21/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":66,"Cost":37,"Date":"2/9/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":662,"Cost":436,"Date":"3/19/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":64,"Cost":59,"Date":"4/3/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":335,"Cost":198,"Date":"4/5/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":188,"Cost":125,"Date":"4/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":760,"Cost":617,"Date":"7/10/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":861,"Cost":467,"Date":"3/25/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":428,"Cost":285,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":138,"Cost":85,"Date":"10/28/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":357,"Cost":307,"Date":"3/2/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":556,"Cost":284,"Date":"6/28/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":935,"Cost":678,"Date":"7/17/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":56,"Cost":49,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":650,"Cost":407,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":675,"Cost":340,"Date":"11/20/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":139,"Cost":88,"Date":"12/16/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":55,"Cost":35,"Date":"12/30/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":51,"Cost":26,"Date":"2/15/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":950,"Cost":521,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":960,"Cost":891,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":305,"Cost":245,"Date":"4/18/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":363,"Cost":294,"Date":"7/27/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":61,"Cost":31,"Date":"8/18/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":278,"Cost":148,"Date":"10/31/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":875,"Cost":812,"Date":"11/11/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":485,"Cost":274,"Date":"11/30/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":229,"Cost":148,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":536,"Cost":420,"Date":"3/1/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":751,"Cost":547,"Date":"4/13/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":636,"Cost":566,"Date":"5/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":453,"Cost":259,"Date":"8/13/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":562,"Cost":481,"Date":"9/15/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":223,"Cost":115,"Date":"10/14/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":400,"Cost":346,"Date":"10/28/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":393,"Cost":309,"Date":"11/11/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":588,"Cost":483,"Date":"12/7/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":447,"Cost":298,"Date":"12/21/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":767,"Cost":588,"Date":"1/6/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":584,"Cost":366,"Date":"1/23/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":926,"Cost":718,"Date":"2/4/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":560,"Cost":471,"Date":"3/10/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":7,"Cost":5,"Date":"3/12/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":364,"Cost":311,"Date":"3/31/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":165,"Cost":120,"Date":"6/16/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":493,"Cost":466,"Date":"6/17/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":737,"Cost":424,"Date":"8/27/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":839,"Cost":781,"Date":"10/1/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":373,"Cost":260,"Date":"11/4/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":823,"Cost":414,"Date":"11/9/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":394,"Cost":338,"Date":"3/27/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":667,"Cost":359,"Date":"4/17/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":633,"Cost":482,"Date":"8/11/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":532,"Cost":281,"Date":"8/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":980,"Cost":559,"Date":"9/2/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":308,"Cost":240,"Date":"9/5/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":93,"Cost":53,"Date":"9/14/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":815,"Cost":674,"Date":"9/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":64,"Cost":45,"Date":"11/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":434,"Cost":254,"Date":"12/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":373,"Cost":349,"Date":"1/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":597,"Cost":382,"Date":"1/21/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":37,"Cost":33,"Date":"2/9/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":310,"Cost":281,"Date":"3/19/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":550,"Cost":402,"Date":"4/3/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":64,"Cost":48,"Date":"4/5/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":442,"Cost":414,"Date":"4/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":557,"Cost":430,"Date":"7/10/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":925,"Cost":798,"Date":"3/25/2020"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":90,"Cost":86,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":882,"Cost":721,"Date":"10/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":415,"Cost":274,"Date":"3/2/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":681,"Cost":604,"Date":"6/28/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":43,"Cost":21,"Date":"7/17/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":661,"Cost":409,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":535,"Cost":426,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":258,"Cost":174,"Date":"11/20/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":152,"Cost":112,"Date":"12/16/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":709,"Cost":599,"Date":"12/30/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":259,"Cost":146,"Date":"2/15/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":287,"Cost":263,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":655,"Cost":485,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":889,"Cost":794,"Date":"4/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":298,"Cost":151,"Date":"7/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":388,"Cost":344,"Date":"8/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":778,"Cost":465,"Date":"10/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":1000,"Cost":726,"Date":"11/11/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":244,"Cost":207,"Date":"11/30/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":659,"Cost":481,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":915,"Cost":475,"Date":"3/1/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":101,"Cost":75,"Date":"4/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":255,"Cost":139,"Date":"5/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":42,"Cost":38,"Date":"8/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":662,"Cost":540,"Date":"9/15/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":594,"Cost":303,"Date":"10/14/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":296,"Cost":276,"Date":"10/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":945,"Cost":809,"Date":"11/11/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":38,"Cost":26,"Date":"12/7/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":994,"Cost":602,"Date":"12/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":651,"Cost":413,"Date":"1/6/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":451,"Cost":300,"Date":"1/23/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":597,"Cost":389,"Date":"2/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":585,"Cost":338,"Date":"3/10/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":953,"Cost":867,"Date":"3/12/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":460,"Cost":425,"Date":"3/31/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":856,"Cost":689,"Date":"6/16/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":101,"Cost":60,"Date":"6/17/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":339,"Cost":295,"Date":"8/27/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":702,"Cost":550,"Date":"10/1/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":413,"Cost":352,"Date":"11/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":706,"Cost":469,"Date":"11/9/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":55,"Cost":38,"Date":"3/27/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":351,"Cost":296,"Date":"4/17/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":795,"Cost":414,"Date":"8/11/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":307,"Cost":216,"Date":"8/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":963,"Cost":689,"Date":"9/2/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":11,"Cost":10,"Date":"9/5/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":332,"Date":"9/14/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":27,"Cost":20,"Date":"9/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":102,"Cost":79,"Date":"11/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":559,"Cost":320,"Date":"12/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":105,"Cost":80,"Date":"1/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":125,"Cost":100,"Date":"1/21/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":702,"Cost":375,"Date":"2/9/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":745,"Cost":419,"Date":"3/19/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":843,"Cost":655,"Date":"4/3/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":194,"Cost":118,"Date":"4/5/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":409,"Cost":351,"Date":"4/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":955,"Cost":786,"Date":"7/10/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":850,"Cost":799,"Date":"3/25/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":485,"Cost":316,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":3,"Cost":2,"Date":"10/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":935,"Cost":840,"Date":"3/2/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":886,"Cost":509,"Date":"6/28/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":738,"Cost":504,"Date":"7/17/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":424,"Cost":272,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":820,"Cost":745,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":381,"Cost":211,"Date":"11/20/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":590,"Cost":418,"Date":"12/16/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":550,"Cost":452,"Date":"12/30/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":57,"Cost":51,"Date":"2/15/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":582,"Cost":296,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":150,"Cost":117,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":500,"Cost":272,"Date":"4/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":669,"Cost":634,"Date":"7/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":956,"Cost":656,"Date":"8/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":612,"Cost":438,"Date":"10/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":124,"Cost":90,"Date":"11/11/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":439,"Cost":269,"Date":"11/30/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":66,"Cost":55,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":853,"Cost":618,"Date":"3/1/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":520,"Cost":313,"Date":"4/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":152,"Cost":118,"Date":"5/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":368,"Cost":285,"Date":"8/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":658,"Cost":591,"Date":"9/15/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":23,"Cost":14,"Date":"10/14/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":631,"Cost":415,"Date":"10/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":200,"Cost":111,"Date":"11/11/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":543,"Cost":429,"Date":"12/7/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":77,"Cost":42,"Date":"12/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":533,"Cost":389,"Date":"1/6/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":784,"Cost":552,"Date":"1/23/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":321,"Cost":250,"Date":"2/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":688,"Cost":486,"Date":"3/10/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":750,"Cost":498,"Date":"3/12/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":241,"Cost":185,"Date":"3/31/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":200,"Cost":167,"Date":"6/16/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":176,"Cost":140,"Date":"6/17/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":380,"Cost":348,"Date":"8/27/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":500,"Cost":320,"Date":"10/1/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":209,"Cost":147,"Date":"11/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":63,"Cost":45,"Date":"11/9/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":210,"Cost":125,"Date":"3/27/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":97,"Cost":67,"Date":"4/17/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":16,"Cost":10,"Date":"8/11/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":541,"Cost":296,"Date":"8/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":833,"Cost":481,"Date":"9/2/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":713,"Cost":467,"Date":"9/5/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":234,"Cost":172,"Date":"9/14/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":313,"Cost":292,"Date":"9/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":164,"Cost":106,"Date":"11/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":875,"Cost":462,"Date":"12/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":372,"Cost":271,"Date":"1/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":621,"Cost":504,"Date":"1/21/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":119,"Cost":61,"Date":"2/9/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":878,"Cost":816,"Date":"3/19/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":165,"Cost":89,"Date":"4/3/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":832,"Cost":731,"Date":"4/5/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":776,"Cost":665,"Date":"4/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":33,"Cost":26,"Date":"7/10/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":676,"Cost":486,"Date":"3/25/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":958,"Cost":706,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":966,"Cost":814,"Date":"10/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":418,"Cost":378,"Date":"3/2/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":89,"Cost":57,"Date":"6/28/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":404,"Cost":315,"Date":"7/17/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":313,"Cost":251,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":816,"Cost":554,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":3,"Cost":2,"Date":"11/20/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":461,"Cost":285,"Date":"12/16/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":81,"Cost":54,"Date":"12/30/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":53,"Cost":39,"Date":"2/15/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":208,"Cost":126,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":859,"Cost":724,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":626,"Cost":423,"Date":"4/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":800,"Cost":701,"Date":"7/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":520,"Cost":347,"Date":"8/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":351,"Cost":189,"Date":"10/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":124,"Cost":87,"Date":"11/11/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":732,"Cost":402,"Date":"11/30/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":278,"Cost":179,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":823,"Cost":426,"Date":"3/1/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":203,"Cost":121,"Date":"4/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":908,"Cost":680,"Date":"5/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":480,"Cost":346,"Date":"8/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":997,"Cost":723,"Date":"9/15/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":690,"Cost":426,"Date":"10/14/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":611,"Cost":571,"Date":"10/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":62,"Cost":43,"Date":"11/11/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":49,"Cost":46,"Date":"12/7/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":584,"Cost":338,"Date":"12/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":230,"Cost":132,"Date":"1/6/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":551,"Cost":304,"Date":"1/23/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":179,"Cost":150,"Date":"2/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":466,"Cost":347,"Date":"3/10/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":460,"Cost":334,"Date":"3/12/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":285,"Cost":167,"Date":"3/31/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":408,"Cost":231,"Date":"6/16/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":251,"Cost":154,"Date":"6/17/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":197,"Cost":158,"Date":"8/27/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":994,"Cost":859,"Date":"10/1/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":128,"Cost":95,"Date":"11/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":211,"Cost":141,"Date":"11/9/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":966,"Cost":799,"Date":"3/27/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":871,"Cost":619,"Date":"4/17/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":496,"Cost":290,"Date":"8/11/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":702,"Cost":403,"Date":"8/21/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":647,"Cost":572,"Date":"9/2/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":960,"Cost":789,"Date":"9/5/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":669,"Cost":368,"Date":"9/14/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":296,"Cost":247,"Date":"9/20/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":341,"Cost":277,"Date":"11/20/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":288,"Cost":164,"Date":"12/21/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":704,"Cost":490,"Date":"1/7/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":784,"Cost":500,"Date":"1/21/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":981,"Cost":826,"Date":"2/9/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":278,"Cost":207,"Date":"3/19/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":844,"Cost":622,"Date":"4/3/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":253,"Cost":215,"Date":"4/5/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":686,"Cost":479,"Date":"4/28/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":361,"Cost":245,"Date":"7/10/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":366,"Cost":210,"Date":"3/25/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":813,"Cost":619,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":698,"Cost":539,"Date":"10/28/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":258,"Cost":197,"Date":"3/2/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":26,"Cost":22,"Date":"6/28/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":383,"Cost":198,"Date":"7/17/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":233,"Cost":212,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":87,"Cost":56,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":810,"Cost":716,"Date":"11/20/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":119,"Cost":66,"Date":"12/16/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":781,"Cost":641,"Date":"12/30/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":399,"Cost":267,"Date":"2/15/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":888,"Cost":480,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":431,"Cost":351,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":928,"Cost":826,"Date":"4/18/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":321,"Cost":196,"Date":"7/27/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":126,"Cost":80,"Date":"8/18/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":149,"Cost":81,"Date":"10/31/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":675,"Cost":590,"Date":"11/11/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":589,"Cost":312,"Date":"11/30/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":391,"Cost":307,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":716,"Cost":596,"Date":"3/1/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":793,"Cost":603,"Date":"4/13/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":511,"Cost":389,"Date":"5/20/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":454,"Cost":407,"Date":"8/13/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":522,"Cost":329,"Date":"9/15/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":510,"Cost":380,"Date":"10/14/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":132,"Cost":104,"Date":"10/28/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":1,"Cost":1,"Date":"11/11/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":762,"Cost":410,"Date":"12/7/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":814,"Cost":533,"Date":"12/21/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":873,"Cost":479,"Date":"1/6/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":19,"Cost":10,"Date":"1/23/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":446,"Cost":420,"Date":"2/4/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":625,"Cost":539,"Date":"3/10/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":66,"Cost":53,"Date":"3/12/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":378,"Cost":345,"Date":"3/31/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":981,"Cost":630,"Date":"6/16/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":383,"Cost":229,"Date":"6/17/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":130,"Cost":94,"Date":"8/27/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":445,"Cost":385,"Date":"10/1/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":156,"Cost":146,"Date":"11/4/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":544,"Cost":326,"Date":"11/9/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":276,"Cost":200,"Date":"3/27/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":494,"Cost":355,"Date":"4/17/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":982,"Cost":805,"Date":"8/11/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":943,"Cost":838,"Date":"8/21/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":616,"Cost":536,"Date":"9/2/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":271,"Cost":203,"Date":"9/5/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":400,"Cost":346,"Date":"9/14/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":720,"Cost":567,"Date":"9/20/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":553,"Cost":328,"Date":"11/20/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":451,"Cost":287,"Date":"12/21/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":731,"Cost":373,"Date":"1/7/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":958,"Cost":856,"Date":"1/21/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":633,"Cost":375,"Date":"2/9/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":778,"Cost":461,"Date":"3/19/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":111,"Cost":89,"Date":"4/3/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":845,"Cost":497,"Date":"4/5/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":574,"Cost":323,"Date":"4/28/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":739,"Cost":420,"Date":"7/10/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":980,"Cost":585,"Date":"3/25/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":60,"Cost":48,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":33,"Cost":21,"Date":"10/28/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":937,"Cost":876,"Date":"3/2/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":430,"Cost":265,"Date":"6/28/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":150,"Cost":107,"Date":"7/17/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":194,"Cost":117,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":20,"Cost":18,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":677,"Cost":445,"Date":"11/20/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":820,"Cost":625,"Date":"12/16/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":943,"Cost":626,"Date":"12/30/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":22,"Cost":11,"Date":"2/15/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":673,"Cost":576,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":822,"Cost":687,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":294,"Cost":246,"Date":"4/18/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":522,"Cost":329,"Date":"7/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":369,"Cost":263,"Date":"8/18/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":657,"Cost":332,"Date":"10/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":31,"Date":"11/11/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":529,"Cost":470,"Date":"11/30/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":720,"Cost":642,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":760,"Cost":388,"Date":"3/1/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":502,"Cost":461,"Date":"4/13/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":282,"Cost":182,"Date":"5/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":576,"Cost":480,"Date":"8/13/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":698,"Cost":568,"Date":"9/15/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":178,"Cost":169,"Date":"10/14/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":627,"Cost":504,"Date":"10/28/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":785,"Cost":605,"Date":"11/11/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":314,"Cost":188,"Date":"12/7/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":658,"Cost":522,"Date":"12/21/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":774,"Cost":463,"Date":"1/6/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":876,"Cost":766,"Date":"1/23/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":100,"Cost":53,"Date":"2/4/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":202,"Cost":140,"Date":"3/10/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":645,"Cost":366,"Date":"3/12/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":830,"Cost":670,"Date":"3/31/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":853,"Cost":592,"Date":"6/16/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":275,"Cost":261,"Date":"6/17/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":782,"Cost":626,"Date":"8/27/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":897,"Cost":536,"Date":"10/1/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":517,"Cost":467,"Date":"11/4/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":931,"Cost":677,"Date":"11/9/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":869,"Cost":690,"Date":"3/27/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":84,"Cost":43,"Date":"4/17/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":509,"Cost":474,"Date":"8/11/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":365,"Cost":298,"Date":"8/21/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":696,"Cost":574,"Date":"9/2/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":435,"Cost":312,"Date":"9/5/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":504,"Cost":339,"Date":"9/14/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1000,"Cost":926,"Date":"9/20/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":963,"Cost":575,"Date":"11/20/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":388,"Cost":324,"Date":"12/21/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":739,"Date":"1/7/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":552,"Cost":497,"Date":"1/21/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":390,"Cost":197,"Date":"2/9/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":841,"Cost":734,"Date":"3/19/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":203,"Cost":169,"Date":"4/3/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":412,"Cost":280,"Date":"4/5/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":696,"Cost":485,"Date":"4/28/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":215,"Cost":139,"Date":"7/10/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":158,"Cost":90,"Date":"3/25/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":135,"Cost":110,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":914,"Cost":568,"Date":"10/28/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":88,"Cost":47,"Date":"3/2/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":951,"Cost":804,"Date":"6/28/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":714,"Cost":591,"Date":"7/17/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":424,"Cost":273,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":491,"Cost":386,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":785,"Cost":442,"Date":"11/20/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":405,"Cost":232,"Date":"12/16/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":318,"Cost":245,"Date":"12/30/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":530,"Cost":424,"Date":"2/15/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":278,"Cost":166,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":9,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":721,"Cost":522,"Date":"4/18/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":571,"Cost":358,"Date":"7/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":430,"Cost":344,"Date":"8/18/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":639,"Cost":544,"Date":"10/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":243,"Cost":212,"Date":"11/11/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":828,"Cost":654,"Date":"11/30/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":70,"Cost":39,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":119,"Cost":87,"Date":"3/1/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":582,"Cost":361,"Date":"4/13/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":78,"Cost":65,"Date":"5/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":284,"Cost":262,"Date":"8/13/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":237,"Cost":224,"Date":"9/15/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":136,"Cost":69,"Date":"10/14/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":19,"Date":"10/28/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":281,"Cost":259,"Date":"11/11/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":944,"Cost":728,"Date":"12/7/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":133,"Cost":107,"Date":"12/21/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":169,"Cost":95,"Date":"1/6/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":650,"Cost":532,"Date":"1/23/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":882,"Cost":465,"Date":"2/4/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":111,"Cost":98,"Date":"3/10/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":201,"Cost":181,"Date":"3/12/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":534,"Cost":430,"Date":"3/31/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":878,"Cost":546,"Date":"6/16/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":421,"Cost":212,"Date":"6/17/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":7,"Cost":7,"Date":"8/27/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":720,"Cost":599,"Date":"10/1/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":169,"Cost":152,"Date":"11/4/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":755,"Cost":604,"Date":"11/9/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":951,"Cost":726,"Date":"3/27/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":254,"Cost":148,"Date":"4/17/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":228,"Cost":122,"Date":"8/11/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":819,"Cost":483,"Date":"8/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":243,"Cost":213,"Date":"9/2/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":610,"Cost":358,"Date":"9/5/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":978,"Cost":498,"Date":"9/14/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":323,"Cost":227,"Date":"9/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":831,"Cost":615,"Date":"11/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":881,"Cost":579,"Date":"12/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":471,"Cost":333,"Date":"1/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":981,"Cost":841,"Date":"1/21/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":481,"Cost":260,"Date":"2/9/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":485,"Cost":255,"Date":"3/19/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":419,"Cost":243,"Date":"4/3/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":93,"Cost":53,"Date":"4/5/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":799,"Cost":417,"Date":"4/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":472,"Cost":419,"Date":"7/10/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":212,"Cost":128,"Date":"3/25/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":252,"Cost":178,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":933,"Cost":703,"Date":"10/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":634,"Cost":363,"Date":"3/2/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":31,"Cost":26,"Date":"6/28/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":112,"Cost":105,"Date":"7/17/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":174,"Cost":142,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":662,"Cost":444,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":65,"Cost":44,"Date":"11/20/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":646,"Cost":374,"Date":"12/16/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":937,"Cost":562,"Date":"12/30/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":611,"Cost":315,"Date":"2/15/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":92,"Cost":74,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":349,"Cost":219,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":778,"Cost":664,"Date":"4/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":133,"Cost":68,"Date":"7/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":827,"Cost":467,"Date":"8/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":759,"Cost":508,"Date":"10/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":894,"Cost":562,"Date":"11/11/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":803,"Cost":536,"Date":"11/30/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":272,"Cost":154,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":216,"Cost":120,"Date":"3/1/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":357,"Cost":222,"Date":"4/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":884,"Cost":456,"Date":"5/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":757,"Cost":454,"Date":"8/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":882,"Cost":811,"Date":"9/15/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":616,"Cost":455,"Date":"10/14/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":460,"Cost":379,"Date":"10/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":829,"Cost":432,"Date":"11/11/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":786,"Cost":519,"Date":"12/7/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":981,"Cost":727,"Date":"12/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":407,"Cost":383,"Date":"1/6/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":627,"Cost":345,"Date":"1/23/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":688,"Cost":509,"Date":"2/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":320,"Cost":270,"Date":"3/10/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":619,"Cost":505,"Date":"3/12/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":196,"Cost":113,"Date":"3/31/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":916,"Cost":527,"Date":"6/16/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":543,"Cost":314,"Date":"6/17/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":442,"Cost":348,"Date":"8/27/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":601,"Cost":571,"Date":"10/1/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":486,"Cost":298,"Date":"11/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":861,"Cost":730,"Date":"11/9/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":619,"Cost":506,"Date":"3/27/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":300,"Cost":262,"Date":"4/17/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":162,"Cost":102,"Date":"8/11/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":310,"Cost":186,"Date":"8/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":749,"Cost":628,"Date":"9/2/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":790,"Cost":531,"Date":"9/5/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":425,"Cost":341,"Date":"9/14/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":590,"Cost":493,"Date":"9/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":179,"Cost":130,"Date":"11/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":248,"Cost":209,"Date":"12/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":545,"Cost":375,"Date":"1/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":441,"Cost":300,"Date":"1/21/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":188,"Cost":143,"Date":"2/9/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":915,"Cost":588,"Date":"3/19/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":531,"Cost":447,"Date":"4/3/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":787,"Cost":414,"Date":"4/5/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":906,"Cost":803,"Date":"4/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":897,"Cost":475,"Date":"7/10/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":616,"Cost":376,"Date":"3/25/2020"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":640,"Cost":360,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":530,"Cost":401,"Date":"10/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":523,"Cost":380,"Date":"3/2/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":796,"Cost":578,"Date":"6/28/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":961,"Cost":512,"Date":"7/17/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":816,"Cost":475,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":240,"Cost":207,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":768,"Cost":588,"Date":"11/20/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":106,"Cost":95,"Date":"12/16/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":163,"Cost":155,"Date":"12/30/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":219,"Cost":159,"Date":"2/15/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":653,"Cost":463,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":361,"Cost":272,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":285,"Cost":234,"Date":"4/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":684,"Cost":443,"Date":"7/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":883,"Cost":667,"Date":"8/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":86,"Cost":57,"Date":"10/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":224,"Cost":159,"Date":"11/11/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":308,"Cost":222,"Date":"11/30/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":568,"Cost":470,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":744,"Cost":526,"Date":"3/1/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":834,"Cost":744,"Date":"4/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":645,"Cost":467,"Date":"5/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":819,"Cost":540,"Date":"8/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":78,"Cost":52,"Date":"9/15/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":301,"Cost":194,"Date":"10/14/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":21,"Cost":16,"Date":"10/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":24,"Cost":18,"Date":"11/11/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":252,"Cost":218,"Date":"12/7/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":501,"Cost":297,"Date":"12/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":947,"Cost":783,"Date":"1/6/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":305,"Cost":282,"Date":"1/23/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":447,"Cost":396,"Date":"2/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":846,"Cost":511,"Date":"3/10/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":276,"Cost":262,"Date":"3/12/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":981,"Cost":785,"Date":"3/31/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":448,"Cost":244,"Date":"6/16/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":475,"Cost":410,"Date":"6/17/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":650,"Cost":513,"Date":"8/27/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":780,"Cost":587,"Date":"10/1/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":140,"Cost":76,"Date":"11/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":481,"Cost":443,"Date":"11/9/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":846,"Cost":690,"Date":"3/27/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":638,"Cost":396,"Date":"4/17/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":13,"Cost":12,"Date":"8/11/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":331,"Cost":277,"Date":"8/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":231,"Cost":207,"Date":"9/2/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":639,"Cost":321,"Date":"9/5/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":611,"Cost":518,"Date":"9/14/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":496,"Cost":257,"Date":"9/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":810,"Cost":733,"Date":"11/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":213,"Cost":123,"Date":"12/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":700,"Cost":592,"Date":"1/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":214,"Cost":163,"Date":"1/21/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":21,"Cost":18,"Date":"2/9/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":669,"Cost":342,"Date":"3/19/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":9,"Date":"4/3/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":321,"Cost":170,"Date":"4/5/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":723,"Cost":628,"Date":"4/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":847,"Cost":755,"Date":"7/10/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":978,"Cost":499,"Date":"3/25/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":989,"Cost":865,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":963,"Cost":739,"Date":"10/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":393,"Cost":318,"Date":"3/2/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":99,"Cost":72,"Date":"6/28/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":756,"Cost":651,"Date":"7/17/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":532,"Cost":362,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":676,"Cost":367,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":474,"Cost":239,"Date":"11/20/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":130,"Cost":96,"Date":"12/16/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":286,"Cost":212,"Date":"12/30/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":244,"Cost":149,"Date":"2/15/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":652,"Cost":355,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":477,"Cost":278,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":159,"Cost":108,"Date":"4/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":702,"Cost":578,"Date":"7/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":530,"Cost":503,"Date":"8/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":280,"Cost":230,"Date":"10/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":41,"Cost":20,"Date":"11/11/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":243,"Date":"11/30/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":161,"Cost":140,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":54,"Cost":38,"Date":"3/1/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":333,"Cost":166,"Date":"4/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":992,"Cost":846,"Date":"5/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":261,"Cost":222,"Date":"8/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":514,"Cost":390,"Date":"9/15/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":856,"Cost":605,"Date":"10/14/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":172,"Cost":125,"Date":"10/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":873,"Cost":812,"Date":"11/11/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":955,"Cost":546,"Date":"12/7/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":572,"Cost":371,"Date":"12/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":736,"Cost":408,"Date":"1/6/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":635,"Cost":540,"Date":"1/23/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":352,"Cost":200,"Date":"2/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":170,"Cost":91,"Date":"3/10/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":464,"Cost":329,"Date":"3/12/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":522,"Cost":383,"Date":"3/31/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":465,"Cost":309,"Date":"6/16/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":458,"Cost":275,"Date":"6/17/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":743,"Date":"8/27/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":603,"Cost":358,"Date":"10/1/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":975,"Cost":925,"Date":"11/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":834,"Cost":498,"Date":"11/9/2024"}] \ No newline at end of file diff --git a/projects/SalesGrid/src/assets/SalesData10k.json b/projects/SalesGrid/src/assets/SalesData10k.json new file mode 100644 index 0000000..75affff --- /dev/null +++ b/projects/SalesGrid/src/assets/SalesData10k.json @@ -0,0 +1 @@ +[{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":748,"Cost":687,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":577,"Cost":469,"Date":"1/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":612,"Cost":331,"Date":"12/27/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":219,"Cost":133,"Date":"12/31/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":487,"Cost":321,"Date":"8/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":529,"Cost":287,"Date":"7/14/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":482,"Cost":298,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":48,"Date":"1/1/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":530,"Cost":424,"Date":"12/27/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":16,"Date":"12/31/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":548,"Date":"8/10/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":593,"Date":"7/14/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":715,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":79,"Date":"1/1/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":473,"Cost":324,"Date":"12/27/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":743,"Date":"12/31/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":355,"Cost":198,"Date":"8/10/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":383,"Cost":352,"Date":"7/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":789,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":303,"Date":"1/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":369,"Date":"12/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":445,"Date":"12/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":755,"Cost":462,"Date":"8/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":152,"Cost":140,"Date":"7/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":197,"Cost":181,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":929,"Cost":565,"Date":"1/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":534,"Cost":324,"Date":"12/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":384,"Cost":309,"Date":"12/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":215,"Cost":205,"Date":"8/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":218,"Cost":182,"Date":"7/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":223,"Cost":154,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":759,"Cost":650,"Date":"1/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":22,"Cost":21,"Date":"12/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":361,"Cost":325,"Date":"12/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":271,"Cost":217,"Date":"8/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":94,"Cost":82,"Date":"7/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":624,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":211,"Date":"1/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":393,"Cost":370,"Date":"12/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":601,"Date":"12/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":473,"Date":"8/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":611,"Date":"7/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":299,"Cost":180,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":803,"Cost":513,"Date":"1/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":249,"Cost":218,"Date":"12/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":727,"Cost":457,"Date":"12/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":519,"Cost":346,"Date":"8/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":830,"Cost":498,"Date":"7/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":581,"Cost":311,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":730,"Cost":458,"Date":"1/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":819,"Cost":529,"Date":"12/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":912,"Cost":798,"Date":"12/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":936,"Cost":846,"Date":"8/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":561,"Cost":328,"Date":"7/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":737,"Cost":659,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":807,"Cost":659,"Date":"1/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":133,"Cost":72,"Date":"12/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":547,"Cost":379,"Date":"12/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":900,"Cost":460,"Date":"8/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":235,"Cost":131,"Date":"7/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":985,"Cost":736,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":528,"Cost":366,"Date":"1/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":491,"Date":"12/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":703,"Cost":512,"Date":"12/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":97,"Cost":74,"Date":"8/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":79,"Cost":50,"Date":"7/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":278,"Cost":255,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":30,"Cost":18,"Date":"1/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":19,"Cost":11,"Date":"12/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":707,"Cost":443,"Date":"12/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":146,"Cost":138,"Date":"8/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":413,"Cost":266,"Date":"7/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":656,"Cost":427,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":718,"Cost":501,"Date":"1/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":47,"Cost":28,"Date":"12/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":501,"Cost":307,"Date":"12/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":856,"Cost":733,"Date":"8/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":897,"Cost":741,"Date":"7/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":243,"Cost":183,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":28,"Cost":24,"Date":"1/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":533,"Cost":420,"Date":"12/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":675,"Cost":490,"Date":"12/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":747,"Cost":430,"Date":"8/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":350,"Cost":332,"Date":"7/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":79,"Cost":46,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":669,"Cost":344,"Date":"1/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":874,"Cost":462,"Date":"12/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":368,"Date":"12/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":30,"Date":"8/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":901,"Cost":783,"Date":"7/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":347,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":798,"Cost":559,"Date":"1/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":816,"Cost":490,"Date":"12/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":847,"Cost":610,"Date":"12/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":8,"Date":"8/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":132,"Date":"7/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":246,"Cost":178,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":846,"Cost":574,"Date":"1/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":13,"Cost":10,"Date":"12/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":60,"Cost":35,"Date":"12/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":933,"Cost":783,"Date":"8/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":717,"Cost":403,"Date":"7/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":938,"Cost":479,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":333,"Date":"1/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":782,"Cost":508,"Date":"12/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":770,"Cost":508,"Date":"12/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":284,"Date":"8/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":632,"Date":"7/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":111,"Cost":76,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":333,"Cost":298,"Date":"1/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":909,"Cost":593,"Date":"12/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":943,"Cost":541,"Date":"12/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":724,"Cost":369,"Date":"8/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":927,"Cost":844,"Date":"7/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":728,"Cost":451,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":336,"Cost":283,"Date":"1/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":518,"Date":"12/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":367,"Cost":237,"Date":"12/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":453,"Date":"8/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":55,"Cost":44,"Date":"7/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":457,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":339,"Date":"1/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":213,"Cost":172,"Date":"12/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":42,"Cost":30,"Date":"12/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":357,"Cost":314,"Date":"8/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":417,"Date":"7/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":59,"Cost":47,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":849,"Cost":487,"Date":"1/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":451,"Cost":315,"Date":"12/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":747,"Cost":519,"Date":"12/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":112,"Cost":92,"Date":"8/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":39,"Cost":25,"Date":"7/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":582,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":800,"Cost":670,"Date":"1/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":432,"Date":"12/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":655,"Date":"12/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":608,"Date":"8/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":126,"Cost":68,"Date":"7/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":465,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":523,"Cost":448,"Date":"1/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":514,"Cost":485,"Date":"12/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":406,"Cost":316,"Date":"12/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":546,"Cost":331,"Date":"8/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":715,"Cost":585,"Date":"7/14/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":645,"Cost":431,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":517,"Cost":294,"Date":"1/1/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":216,"Cost":125,"Date":"12/27/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":54,"Cost":38,"Date":"12/31/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":174,"Cost":111,"Date":"8/10/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":963,"Cost":676,"Date":"7/14/2024"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":797,"Cost":698,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":895,"Cost":834,"Date":"1/1/2020"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":593,"Cost":299,"Date":"12/27/2022"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":562,"Cost":382,"Date":"12/31/2022"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":860,"Cost":520,"Date":"8/10/2023"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":901,"Cost":765,"Date":"7/14/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":113,"Cost":88,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":864,"Date":"1/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":514,"Cost":319,"Date":"12/27/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":954,"Cost":702,"Date":"12/31/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":583,"Cost":406,"Date":"8/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":53,"Cost":46,"Date":"7/14/2024"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":89,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":733,"Cost":562,"Date":"1/1/2020"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":260,"Date":"12/27/2022"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":229,"Date":"12/31/2022"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":677,"Date":"8/10/2023"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":533,"Cost":461,"Date":"7/14/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":349,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":101,"Date":"1/1/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":149,"Date":"12/27/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":401,"Date":"12/31/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":605,"Date":"8/10/2023"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":866,"Date":"7/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":148,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":21,"Date":"1/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":841,"Cost":689,"Date":"12/27/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":505,"Date":"12/31/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":135,"Cost":100,"Date":"8/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":168,"Cost":111,"Date":"7/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":164,"Cost":147,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":961,"Cost":517,"Date":"1/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":272,"Date":"12/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":839,"Cost":564,"Date":"12/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":55,"Cost":40,"Date":"8/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":904,"Cost":571,"Date":"7/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":221,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":176,"Date":"1/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":562,"Date":"12/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":145,"Date":"12/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":582,"Date":"8/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":392,"Date":"7/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":319,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":52,"Date":"1/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":851,"Date":"12/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":342,"Date":"12/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":353,"Date":"8/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":43,"Date":"7/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":634,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":435,"Cost":312,"Date":"1/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":603,"Date":"12/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":79,"Date":"12/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":642,"Date":"8/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":609,"Cost":471,"Date":"7/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":378,"Cost":317,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":659,"Date":"1/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":560,"Date":"12/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":126,"Date":"12/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":625,"Date":"8/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":891,"Cost":478,"Date":"7/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":476,"Cost":259,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":272,"Date":"1/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":34,"Date":"12/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":243,"Date":"12/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":154,"Date":"8/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":337,"Cost":223,"Date":"7/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":95,"Cost":85,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":41,"Cost":35,"Date":"1/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":512,"Cost":387,"Date":"12/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":535,"Cost":426,"Date":"12/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":655,"Cost":396,"Date":"8/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":80,"Cost":42,"Date":"7/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":806,"Cost":687,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":962,"Cost":518,"Date":"1/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":733,"Cost":415,"Date":"12/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":22,"Date":"12/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":253,"Date":"8/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":608,"Cost":471,"Date":"7/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":158,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":230,"Date":"1/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":417,"Date":"12/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":738,"Cost":512,"Date":"12/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":165,"Cost":111,"Date":"8/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":635,"Date":"7/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":364,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":245,"Date":"1/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":184,"Date":"12/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":83,"Cost":53,"Date":"12/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":177,"Cost":129,"Date":"8/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":592,"Cost":483,"Date":"7/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":356,"Cost":308,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":611,"Cost":448,"Date":"1/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":364,"Cost":279,"Date":"12/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":590,"Cost":344,"Date":"12/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":676,"Cost":434,"Date":"8/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":524,"Cost":373,"Date":"7/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":187,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":153,"Date":"1/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":366,"Date":"12/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":398,"Date":"12/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":866,"Date":"8/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":236,"Date":"7/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":820,"Cost":482,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":712,"Cost":420,"Date":"1/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":336,"Cost":248,"Date":"12/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":785,"Cost":668,"Date":"12/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":894,"Cost":552,"Date":"8/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":128,"Cost":80,"Date":"7/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":666,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":267,"Date":"1/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":383,"Cost":230,"Date":"12/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":575,"Cost":413,"Date":"12/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":136,"Cost":110,"Date":"8/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":934,"Cost":826,"Date":"7/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":634,"Cost":331,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":709,"Cost":462,"Date":"1/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":28,"Cost":14,"Date":"12/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":236,"Cost":182,"Date":"12/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":988,"Cost":836,"Date":"8/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":880,"Cost":618,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":980,"Cost":664,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":273,"Cost":241,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":831,"Cost":740,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":696,"Cost":513,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":161,"Cost":99,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":475,"Cost":255,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":404,"Cost":225,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":852,"Cost":609,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":786,"Cost":420,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":303,"Cost":178,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":707,"Cost":515,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":386,"Cost":342,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":595,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":781,"Cost":420,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":164,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":883,"Cost":479,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":44,"Cost":42,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":630,"Cost":452,"Date":"7/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":267,"Cost":191,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":6,"Cost":4,"Date":"1/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":902,"Cost":682,"Date":"12/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":274,"Cost":254,"Date":"12/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":133,"Cost":69,"Date":"8/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":831,"Cost":543,"Date":"7/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":188,"Cost":109,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":663,"Cost":471,"Date":"1/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":265,"Cost":151,"Date":"12/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":294,"Cost":257,"Date":"12/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":735,"Cost":581,"Date":"8/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":781,"Cost":397,"Date":"7/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":376,"Cost":288,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":976,"Cost":627,"Date":"1/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":956,"Cost":907,"Date":"12/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":895,"Cost":750,"Date":"12/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":497,"Cost":271,"Date":"8/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":932,"Cost":647,"Date":"7/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":665,"Cost":451,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":104,"Date":"1/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":153,"Cost":106,"Date":"12/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":246,"Date":"12/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":427,"Date":"8/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":995,"Cost":686,"Date":"7/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":235,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":145,"Date":"1/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":98,"Date":"12/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":797,"Date":"12/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":515,"Date":"8/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":783,"Date":"7/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":65,"Cost":40,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":929,"Cost":750,"Date":"1/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":683,"Cost":499,"Date":"12/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":822,"Cost":737,"Date":"12/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":847,"Cost":480,"Date":"8/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":680,"Cost":468,"Date":"7/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":259,"Cost":192,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":307,"Date":"1/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":597,"Cost":559,"Date":"12/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":128,"Cost":104,"Date":"12/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":492,"Date":"8/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":405,"Cost":266,"Date":"7/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":181,"Cost":106,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":250,"Cost":232,"Date":"1/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":567,"Cost":500,"Date":"12/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":606,"Cost":318,"Date":"12/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":142,"Cost":111,"Date":"8/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":393,"Cost":269,"Date":"7/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":142,"Cost":131,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":45,"Date":"1/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":949,"Cost":763,"Date":"12/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":584,"Cost":367,"Date":"12/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":58,"Cost":30,"Date":"8/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":947,"Cost":782,"Date":"7/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":353,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":299,"Date":"1/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":315,"Date":"12/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":362,"Cost":320,"Date":"12/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":707,"Date":"8/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":321,"Cost":173,"Date":"7/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":160,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":1,"Cost":1,"Date":"1/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":74,"Date":"12/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":364,"Date":"12/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":272,"Date":"8/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":241,"Cost":141,"Date":"7/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":417,"Cost":264,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":163,"Cost":125,"Date":"1/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":846,"Cost":692,"Date":"12/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":812,"Cost":438,"Date":"12/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":152,"Cost":115,"Date":"8/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":568,"Cost":330,"Date":"7/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":61,"Cost":43,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":136,"Cost":125,"Date":"1/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":875,"Cost":539,"Date":"12/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":651,"Cost":399,"Date":"12/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":147,"Cost":114,"Date":"8/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":963,"Cost":647,"Date":"7/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":593,"Cost":535,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":918,"Cost":767,"Date":"1/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":516,"Date":"12/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":929,"Cost":853,"Date":"12/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":252,"Date":"8/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":537,"Date":"7/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":609,"Cost":335,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":279,"Cost":243,"Date":"1/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":787,"Cost":507,"Date":"12/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":16,"Cost":8,"Date":"12/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":829,"Cost":614,"Date":"8/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":480,"Cost":273,"Date":"7/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":351,"Cost":322,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":379,"Date":"1/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":409,"Date":"12/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":504,"Cost":356,"Date":"12/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":655,"Date":"8/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":103,"Cost":64,"Date":"7/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":40,"Cost":36,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":244,"Cost":223,"Date":"1/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":678,"Date":"12/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":120,"Date":"12/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":525,"Date":"8/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":224,"Date":"7/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":396,"Cost":232,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":8,"Date":"1/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":540,"Date":"12/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":619,"Cost":416,"Date":"12/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":180,"Date":"8/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":26,"Date":"7/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":377,"Cost":308,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":680,"Cost":371,"Date":"1/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":912,"Cost":805,"Date":"12/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":556,"Cost":471,"Date":"12/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":98,"Cost":53,"Date":"8/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":822,"Cost":492,"Date":"7/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":397,"Cost":243,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":725,"Cost":579,"Date":"1/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":581,"Date":"12/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":168,"Date":"12/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":180,"Cost":171,"Date":"8/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":283,"Date":"7/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":712,"Cost":575,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":252,"Cost":184,"Date":"1/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":800,"Cost":539,"Date":"12/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":17,"Cost":10,"Date":"12/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":246,"Cost":137,"Date":"8/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":316,"Cost":285,"Date":"7/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":84,"Cost":45,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":774,"Cost":653,"Date":"1/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":628,"Cost":413,"Date":"12/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":189,"Cost":158,"Date":"12/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":139,"Cost":89,"Date":"8/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":105,"Cost":77,"Date":"7/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":595,"Cost":337,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":502,"Cost":424,"Date":"1/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":91,"Cost":85,"Date":"12/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":296,"Cost":234,"Date":"12/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":555,"Cost":515,"Date":"8/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":233,"Cost":210,"Date":"7/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":300,"Cost":232,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":828,"Cost":478,"Date":"1/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":7,"Date":"12/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":483,"Date":"12/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":461,"Date":"8/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":117,"Cost":90,"Date":"7/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":676,"Cost":410,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":246,"Cost":186,"Date":"1/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":162,"Cost":153,"Date":"12/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":233,"Date":"12/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":701,"Date":"8/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":109,"Cost":80,"Date":"7/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":658,"Cost":600,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":71,"Cost":53,"Date":"1/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":978,"Cost":848,"Date":"12/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":431,"Cost":389,"Date":"12/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":383,"Cost":215,"Date":"8/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":372,"Cost":334,"Date":"7/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":800,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":298,"Cost":250,"Date":"1/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":223,"Cost":149,"Date":"12/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":564,"Cost":510,"Date":"12/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":638,"Cost":382,"Date":"8/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":657,"Cost":511,"Date":"7/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":45,"Cost":36,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":163,"Date":"1/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":886,"Cost":671,"Date":"12/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":180,"Date":"12/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":700,"Date":"8/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":466,"Date":"7/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":599,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":601,"Date":"1/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":700,"Cost":480,"Date":"12/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":574,"Cost":543,"Date":"12/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":872,"Cost":708,"Date":"8/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":758,"Cost":561,"Date":"7/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":190,"Cost":98,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":974,"Cost":863,"Date":"1/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":847,"Cost":615,"Date":"12/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":469,"Cost":244,"Date":"12/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":55,"Cost":52,"Date":"8/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":303,"Cost":168,"Date":"7/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":77,"Cost":51,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":900,"Cost":774,"Date":"1/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":768,"Cost":406,"Date":"12/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":913,"Cost":537,"Date":"12/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":591,"Cost":336,"Date":"8/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":816,"Cost":643,"Date":"7/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":973,"Cost":825,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":284,"Cost":225,"Date":"1/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":773,"Cost":717,"Date":"12/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":838,"Cost":609,"Date":"12/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":245,"Cost":213,"Date":"8/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":598,"Cost":347,"Date":"7/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":516,"Cost":375,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":917,"Cost":490,"Date":"1/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":767,"Cost":630,"Date":"12/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":496,"Cost":366,"Date":"12/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":98,"Cost":84,"Date":"8/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":926,"Cost":516,"Date":"7/14/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":780,"Cost":681,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":995,"Cost":796,"Date":"1/1/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":443,"Cost":241,"Date":"12/27/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":973,"Cost":863,"Date":"12/31/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":294,"Cost":244,"Date":"8/10/2023"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":352,"Cost":237,"Date":"7/14/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":748,"Cost":534,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":272,"Date":"1/1/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":77,"Date":"12/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":573,"Cost":312,"Date":"12/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":433,"Cost":254,"Date":"8/10/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":326,"Date":"7/14/2024"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":465,"Cost":286,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":954,"Cost":527,"Date":"1/1/2020"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":669,"Cost":523,"Date":"12/27/2022"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":648,"Cost":392,"Date":"12/31/2022"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":150,"Date":"8/10/2023"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":851,"Cost":518,"Date":"7/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":109,"Cost":98,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":672,"Cost":416,"Date":"1/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":369,"Cost":288,"Date":"12/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":229,"Cost":197,"Date":"12/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":263,"Cost":223,"Date":"8/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":641,"Cost":346,"Date":"7/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":448,"Cost":410,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":450,"Date":"1/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":534,"Date":"12/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":473,"Cost":253,"Date":"12/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":774,"Cost":491,"Date":"8/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":557,"Date":"7/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":45,"Cost":37,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":929,"Cost":711,"Date":"1/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":33,"Cost":30,"Date":"12/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":36,"Cost":21,"Date":"12/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":330,"Cost":167,"Date":"8/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":812,"Cost":588,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":984,"Cost":787,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":186,"Cost":133,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":37,"Cost":29,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":686,"Cost":359,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":818,"Cost":686,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":915,"Cost":516,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":112,"Cost":87,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":228,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":185,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":433,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":727,"Cost":660,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":376,"Cost":245,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":767,"Cost":521,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":637,"Cost":425,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":871,"Cost":670,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":38,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":485,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":542,"Cost":489,"Date":"7/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":607,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":136,"Cost":72,"Date":"1/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":228,"Cost":216,"Date":"12/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":783,"Cost":635,"Date":"12/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":269,"Cost":145,"Date":"8/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":242,"Date":"7/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":301,"Cost":202,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":106,"Cost":55,"Date":"1/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":849,"Cost":573,"Date":"12/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":531,"Cost":341,"Date":"12/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":687,"Cost":373,"Date":"8/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":896,"Cost":538,"Date":"7/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":516,"Cost":458,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":576,"Date":"1/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":486,"Date":"12/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":613,"Cost":512,"Date":"12/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":168,"Cost":133,"Date":"8/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":680,"Date":"7/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":844,"Cost":637,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":692,"Cost":517,"Date":"1/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":126,"Cost":96,"Date":"12/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":530,"Cost":380,"Date":"12/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":240,"Cost":135,"Date":"8/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":400,"Cost":347,"Date":"7/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":667,"Cost":616,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":393,"Date":"1/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":626,"Cost":379,"Date":"12/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":480,"Date":"12/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":377,"Date":"8/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":178,"Date":"7/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":391,"Cost":295,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":488,"Date":"1/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":44,"Cost":34,"Date":"12/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":156,"Date":"12/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":171,"Date":"8/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":930,"Cost":817,"Date":"7/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":141,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":54,"Date":"1/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":797,"Cost":546,"Date":"12/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":54,"Date":"12/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":892,"Cost":773,"Date":"8/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":630,"Cost":406,"Date":"7/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":545,"Cost":436,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":846,"Cost":470,"Date":"1/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":475,"Date":"12/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":2,"Cost":2,"Date":"12/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":403,"Date":"8/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":424,"Date":"7/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":563,"Cost":436,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":173,"Cost":119,"Date":"1/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":585,"Cost":410,"Date":"12/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":544,"Cost":306,"Date":"12/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":869,"Cost":677,"Date":"8/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":839,"Cost":751,"Date":"7/14/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":466,"Cost":396,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":948,"Cost":689,"Date":"1/1/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":331,"Cost":272,"Date":"12/27/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":69,"Cost":41,"Date":"12/31/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":573,"Cost":364,"Date":"8/10/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":340,"Cost":186,"Date":"7/14/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":633,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":99,"Date":"1/1/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":544,"Cost":313,"Date":"12/27/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":42,"Date":"12/31/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":345,"Cost":181,"Date":"8/10/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":89,"Cost":58,"Date":"7/14/2024"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":637,"Cost":507,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":349,"Cost":283,"Date":"1/1/2020"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":761,"Cost":682,"Date":"12/27/2022"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":498,"Cost":255,"Date":"12/31/2022"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":14,"Cost":11,"Date":"8/10/2023"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":570,"Cost":408,"Date":"7/14/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":260,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":520,"Date":"1/1/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":418,"Date":"12/27/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":509,"Cost":450,"Date":"12/31/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":441,"Date":"8/10/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":366,"Cost":336,"Date":"7/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":37,"Cost":33,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":669,"Cost":379,"Date":"1/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":179,"Cost":95,"Date":"12/27/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":846,"Cost":553,"Date":"12/31/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":366,"Cost":183,"Date":"8/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":174,"Cost":114,"Date":"7/14/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":480,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":454,"Cost":267,"Date":"1/1/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":707,"Cost":671,"Date":"12/27/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":553,"Date":"12/31/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":595,"Cost":551,"Date":"8/10/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":744,"Cost":694,"Date":"7/14/2024"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":87,"Cost":75,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":135,"Cost":115,"Date":"1/1/2020"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":523,"Cost":314,"Date":"12/27/2022"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":391,"Cost":324,"Date":"12/31/2022"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":398,"Cost":280,"Date":"8/10/2023"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":188,"Cost":157,"Date":"7/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":151,"Cost":89,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":876,"Cost":786,"Date":"1/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":677,"Cost":563,"Date":"12/27/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":36,"Cost":31,"Date":"12/31/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":291,"Cost":234,"Date":"8/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":76,"Cost":46,"Date":"7/14/2024"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":749,"Cost":523,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":944,"Cost":638,"Date":"1/1/2020"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":731,"Cost":413,"Date":"12/27/2022"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":554,"Date":"12/31/2022"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":238,"Cost":221,"Date":"8/10/2023"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":364,"Cost":200,"Date":"7/14/2024"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":484,"Cost":321,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":25,"Date":"1/1/2020"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":468,"Date":"12/27/2022"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":277,"Cost":251,"Date":"12/31/2022"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":788,"Cost":435,"Date":"8/10/2023"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":132,"Date":"7/14/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":496,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":136,"Date":"1/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":388,"Cost":312,"Date":"12/27/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":274,"Cost":189,"Date":"12/31/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":776,"Date":"8/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":709,"Cost":483,"Date":"7/14/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":374,"Cost":218,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":627,"Date":"1/1/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":286,"Date":"12/27/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":258,"Date":"12/31/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":116,"Date":"8/10/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":520,"Date":"7/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":896,"Cost":570,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":163,"Cost":87,"Date":"1/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":530,"Cost":358,"Date":"12/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":895,"Cost":553,"Date":"12/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":454,"Date":"8/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":377,"Date":"7/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":475,"Cost":246,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":248,"Cost":126,"Date":"1/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":878,"Cost":603,"Date":"12/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":771,"Cost":433,"Date":"12/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":409,"Cost":282,"Date":"8/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":232,"Cost":132,"Date":"7/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":724,"Cost":568,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":143,"Cost":84,"Date":"1/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":117,"Cost":86,"Date":"12/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":502,"Cost":305,"Date":"12/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":220,"Cost":209,"Date":"8/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":927,"Cost":633,"Date":"7/14/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":43,"Cost":23,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":899,"Cost":840,"Date":"1/1/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":53,"Cost":47,"Date":"12/27/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":434,"Cost":369,"Date":"12/31/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":414,"Cost":379,"Date":"8/10/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":164,"Date":"7/14/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":904,"Cost":802,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":809,"Cost":747,"Date":"1/1/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":324,"Cost":200,"Date":"12/27/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":199,"Cost":155,"Date":"12/31/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":869,"Cost":699,"Date":"8/10/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":827,"Cost":456,"Date":"7/14/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":790,"Cost":637,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":764,"Cost":520,"Date":"1/1/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":963,"Cost":559,"Date":"12/27/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":240,"Cost":133,"Date":"12/31/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":167,"Cost":117,"Date":"8/10/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":522,"Cost":451,"Date":"7/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":101,"Cost":62,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":476,"Cost":323,"Date":"1/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":327,"Cost":209,"Date":"12/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":196,"Cost":122,"Date":"12/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":569,"Cost":384,"Date":"8/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":942,"Cost":549,"Date":"7/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":301,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":966,"Cost":576,"Date":"1/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":47,"Date":"12/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":58,"Cost":32,"Date":"12/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":245,"Cost":147,"Date":"8/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":122,"Cost":91,"Date":"7/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":430,"Cost":402,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":646,"Date":"1/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":570,"Date":"12/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":402,"Date":"12/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":154,"Date":"8/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":541,"Date":"7/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":841,"Cost":446,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":355,"Cost":218,"Date":"1/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":256,"Cost":237,"Date":"12/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":221,"Cost":195,"Date":"12/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":706,"Cost":588,"Date":"8/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":945,"Cost":631,"Date":"7/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":552,"Cost":336,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":354,"Cost":194,"Date":"1/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":762,"Cost":443,"Date":"12/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":738,"Cost":626,"Date":"12/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":195,"Cost":118,"Date":"8/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":444,"Date":"7/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":701,"Cost":411,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":192,"Cost":112,"Date":"1/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":123,"Cost":112,"Date":"12/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":602,"Cost":482,"Date":"12/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":652,"Cost":399,"Date":"8/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":654,"Cost":592,"Date":"7/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":385,"Cost":284,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":418,"Cost":391,"Date":"1/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":413,"Cost":286,"Date":"12/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":154,"Cost":121,"Date":"12/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":320,"Cost":280,"Date":"8/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":20,"Date":"7/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":918,"Cost":748,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":574,"Cost":339,"Date":"1/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":267,"Cost":195,"Date":"12/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":939,"Cost":539,"Date":"12/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":111,"Cost":105,"Date":"8/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":840,"Cost":626,"Date":"7/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":206,"Cost":179,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":832,"Cost":542,"Date":"1/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":688,"Cost":377,"Date":"12/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":611,"Cost":481,"Date":"12/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":143,"Cost":124,"Date":"8/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":148,"Cost":105,"Date":"7/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":547,"Cost":341,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":669,"Cost":406,"Date":"1/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":23,"Cost":19,"Date":"12/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":509,"Cost":255,"Date":"12/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":730,"Cost":394,"Date":"8/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":220,"Cost":161,"Date":"7/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":647,"Cost":373,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":248,"Cost":235,"Date":"1/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":655,"Cost":378,"Date":"12/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":829,"Cost":474,"Date":"12/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":422,"Cost":306,"Date":"8/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":103,"Cost":52,"Date":"7/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":514,"Cost":326,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":157,"Cost":143,"Date":"1/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":847,"Cost":552,"Date":"12/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":815,"Cost":418,"Date":"12/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":655,"Cost":373,"Date":"8/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":394,"Cost":235,"Date":"7/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":439,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":711,"Date":"1/1/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":334,"Cost":184,"Date":"12/27/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":479,"Cost":293,"Date":"12/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":240,"Cost":137,"Date":"8/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":30,"Cost":22,"Date":"7/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":91,"Cost":71,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":997,"Cost":771,"Date":"1/1/2020"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":746,"Cost":451,"Date":"12/27/2022"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":897,"Cost":642,"Date":"12/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":536,"Cost":470,"Date":"8/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":255,"Cost":144,"Date":"7/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":282,"Cost":216,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":984,"Cost":576,"Date":"1/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":378,"Cost":356,"Date":"12/27/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":214,"Date":"12/31/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":621,"Cost":456,"Date":"8/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":688,"Cost":497,"Date":"7/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":306,"Cost":246,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":600,"Cost":411,"Date":"1/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":799,"Cost":421,"Date":"12/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":343,"Cost":235,"Date":"12/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":982,"Cost":611,"Date":"8/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":372,"Cost":218,"Date":"7/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":392,"Cost":263,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":767,"Cost":709,"Date":"1/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":791,"Cost":695,"Date":"12/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":487,"Cost":288,"Date":"12/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":435,"Cost":265,"Date":"8/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":919,"Cost":635,"Date":"7/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":360,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":812,"Cost":437,"Date":"1/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":28,"Date":"12/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":662,"Cost":512,"Date":"12/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":85,"Cost":57,"Date":"8/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":409,"Cost":271,"Date":"7/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":845,"Cost":430,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":56,"Cost":34,"Date":"1/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":116,"Date":"12/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":382,"Cost":315,"Date":"12/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":977,"Cost":822,"Date":"8/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":952,"Cost":522,"Date":"7/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":109,"Cost":73,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":548,"Cost":287,"Date":"1/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":596,"Cost":341,"Date":"12/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":137,"Cost":128,"Date":"12/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":361,"Cost":293,"Date":"8/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":126,"Cost":70,"Date":"7/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":203,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":168,"Cost":85,"Date":"1/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":91,"Cost":67,"Date":"12/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":410,"Cost":231,"Date":"12/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":61,"Date":"8/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":617,"Date":"7/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":189,"Cost":125,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":689,"Cost":549,"Date":"1/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":408,"Date":"12/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":655,"Cost":395,"Date":"12/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":287,"Cost":238,"Date":"8/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":333,"Cost":287,"Date":"7/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":790,"Cost":479,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":524,"Cost":485,"Date":"1/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":209,"Cost":135,"Date":"12/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":6,"Cost":5,"Date":"12/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":699,"Cost":549,"Date":"8/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":737,"Cost":556,"Date":"7/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":445,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":673,"Cost":473,"Date":"1/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":25,"Date":"12/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":130,"Cost":65,"Date":"12/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":27,"Date":"8/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":504,"Date":"7/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":21,"Cost":18,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":933,"Cost":599,"Date":"1/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":278,"Date":"12/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":157,"Date":"12/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":172,"Cost":136,"Date":"8/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":63,"Date":"7/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":387,"Cost":281,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":904,"Cost":464,"Date":"1/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":435,"Cost":320,"Date":"12/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":358,"Cost":249,"Date":"12/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":353,"Cost":320,"Date":"8/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":412,"Cost":222,"Date":"7/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":67,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":84,"Cost":63,"Date":"1/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":640,"Cost":542,"Date":"12/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":357,"Cost":238,"Date":"12/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":966,"Cost":652,"Date":"8/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":463,"Cost":283,"Date":"7/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":759,"Cost":578,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":802,"Cost":662,"Date":"1/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":459,"Cost":391,"Date":"12/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":277,"Cost":229,"Date":"12/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":437,"Cost":365,"Date":"8/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":79,"Cost":46,"Date":"7/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":298,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":352,"Cost":190,"Date":"1/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":905,"Cost":775,"Date":"12/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":599,"Cost":336,"Date":"12/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":455,"Date":"8/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":850,"Cost":597,"Date":"7/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":914,"Cost":648,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":543,"Cost":303,"Date":"1/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":820,"Cost":423,"Date":"12/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":845,"Cost":429,"Date":"12/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":947,"Cost":847,"Date":"8/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":987,"Cost":886,"Date":"7/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":661,"Cost":579,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":309,"Cost":208,"Date":"1/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":758,"Cost":686,"Date":"12/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":120,"Cost":63,"Date":"12/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":182,"Cost":144,"Date":"8/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":278,"Date":"7/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":497,"Cost":456,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":221,"Date":"1/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":198,"Cost":135,"Date":"12/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":708,"Cost":439,"Date":"12/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":163,"Cost":143,"Date":"8/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":217,"Date":"7/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":796,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":395,"Cost":355,"Date":"1/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":781,"Cost":692,"Date":"12/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":576,"Date":"12/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":342,"Cost":217,"Date":"8/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":240,"Cost":160,"Date":"7/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":588,"Cost":457,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":766,"Cost":436,"Date":"1/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":498,"Cost":466,"Date":"12/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":530,"Date":"12/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":436,"Cost":295,"Date":"8/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":997,"Cost":809,"Date":"7/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":287,"Cost":239,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":967,"Cost":596,"Date":"1/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":717,"Cost":534,"Date":"12/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":821,"Cost":758,"Date":"12/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":782,"Cost":413,"Date":"8/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":672,"Cost":516,"Date":"7/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":115,"Cost":62,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":189,"Cost":179,"Date":"1/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":896,"Cost":489,"Date":"12/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":514,"Cost":267,"Date":"12/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":179,"Date":"8/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":718,"Date":"7/14/2024"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":674,"Cost":398,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":208,"Cost":137,"Date":"1/1/2020"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":478,"Cost":379,"Date":"12/27/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":136,"Cost":98,"Date":"12/31/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":990,"Cost":860,"Date":"8/10/2023"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":10,"Cost":9,"Date":"7/14/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":717,"Cost":372,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":715,"Cost":656,"Date":"1/1/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":358,"Date":"12/27/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":883,"Cost":475,"Date":"12/31/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":610,"Cost":428,"Date":"8/10/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":814,"Cost":420,"Date":"7/14/2024"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":3,"Cost":1,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":136,"Cost":102,"Date":"1/1/2020"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":54,"Cost":33,"Date":"12/27/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":379,"Cost":341,"Date":"12/31/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":830,"Cost":691,"Date":"8/10/2023"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":67,"Cost":56,"Date":"7/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":903,"Cost":704,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":266,"Cost":157,"Date":"1/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":803,"Cost":753,"Date":"12/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":683,"Cost":491,"Date":"12/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":107,"Cost":81,"Date":"8/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":885,"Cost":777,"Date":"7/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":340,"Cost":229,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":76,"Cost":67,"Date":"1/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":634,"Cost":583,"Date":"12/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":421,"Cost":358,"Date":"12/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":264,"Cost":239,"Date":"8/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":62,"Date":"7/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":542,"Cost":443,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":152,"Cost":116,"Date":"1/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":209,"Cost":185,"Date":"12/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":703,"Cost":402,"Date":"12/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":291,"Cost":256,"Date":"8/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":690,"Cost":539,"Date":"7/14/2024"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":647,"Cost":398,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":314,"Cost":188,"Date":"1/1/2020"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":276,"Date":"12/27/2022"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":483,"Cost":305,"Date":"12/31/2022"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":557,"Cost":480,"Date":"8/10/2023"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":448,"Cost":405,"Date":"7/14/2024"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":180,"Cost":156,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":321,"Cost":171,"Date":"1/1/2020"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":749,"Date":"12/27/2022"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":361,"Cost":326,"Date":"12/31/2022"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":658,"Cost":340,"Date":"8/10/2023"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":51,"Cost":33,"Date":"7/14/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":564,"Cost":302,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":843,"Cost":678,"Date":"1/1/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":142,"Cost":79,"Date":"12/27/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":923,"Cost":680,"Date":"12/31/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":761,"Cost":522,"Date":"8/10/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":86,"Cost":44,"Date":"7/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":95,"Cost":68,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":409,"Cost":366,"Date":"1/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":952,"Cost":575,"Date":"12/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":150,"Date":"12/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":984,"Cost":737,"Date":"8/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":211,"Cost":132,"Date":"7/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":340,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":640,"Date":"1/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":638,"Date":"12/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":340,"Cost":211,"Date":"12/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":931,"Cost":524,"Date":"8/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":606,"Cost":511,"Date":"7/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":75,"Cost":58,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":419,"Cost":231,"Date":"1/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":244,"Date":"12/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":314,"Date":"12/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":791,"Cost":702,"Date":"8/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":901,"Cost":509,"Date":"7/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":595,"Cost":535,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":705,"Cost":366,"Date":"1/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":816,"Cost":527,"Date":"12/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":609,"Cost":354,"Date":"12/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":128,"Cost":122,"Date":"8/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":481,"Cost":453,"Date":"7/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":687,"Cost":488,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":517,"Date":"1/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":708,"Cost":668,"Date":"12/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":382,"Date":"12/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":735,"Cost":448,"Date":"8/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":100,"Cost":92,"Date":"7/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":820,"Cost":447,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":913,"Cost":535,"Date":"1/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":168,"Cost":121,"Date":"12/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":762,"Cost":595,"Date":"12/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":107,"Cost":57,"Date":"8/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":435,"Cost":219,"Date":"7/14/2024"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":354,"Cost":186,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":94,"Cost":51,"Date":"1/1/2020"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":686,"Cost":459,"Date":"12/27/2022"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":560,"Cost":281,"Date":"12/31/2022"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":783,"Cost":542,"Date":"8/10/2023"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":899,"Cost":835,"Date":"7/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":437,"Cost":268,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":217,"Date":"1/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":298,"Cost":264,"Date":"12/27/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":723,"Cost":436,"Date":"12/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":104,"Cost":64,"Date":"8/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":219,"Cost":146,"Date":"7/14/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":465,"Cost":294,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":838,"Cost":437,"Date":"1/1/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":412,"Cost":382,"Date":"12/27/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":548,"Cost":450,"Date":"12/31/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":258,"Cost":222,"Date":"8/10/2023"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":649,"Cost":548,"Date":"7/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":492,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":99,"Cost":55,"Date":"1/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":619,"Cost":555,"Date":"12/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":383,"Cost":307,"Date":"12/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":319,"Cost":289,"Date":"8/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":249,"Cost":232,"Date":"7/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":502,"Cost":370,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":526,"Cost":306,"Date":"1/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":213,"Cost":129,"Date":"12/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":422,"Cost":236,"Date":"12/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":991,"Cost":531,"Date":"8/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":384,"Cost":305,"Date":"7/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":348,"Cost":259,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":749,"Cost":653,"Date":"1/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":640,"Date":"12/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":852,"Cost":793,"Date":"12/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":679,"Cost":466,"Date":"8/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":548,"Date":"7/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":69,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":522,"Date":"1/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":270,"Cost":230,"Date":"12/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":954,"Cost":807,"Date":"12/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":204,"Cost":149,"Date":"8/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":479,"Date":"7/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":84,"Cost":70,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":233,"Cost":165,"Date":"1/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":87,"Cost":59,"Date":"12/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":776,"Cost":465,"Date":"12/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":692,"Cost":600,"Date":"8/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":400,"Date":"7/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":537,"Cost":364,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":149,"Date":"1/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":79,"Cost":41,"Date":"12/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":315,"Cost":283,"Date":"12/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":120,"Cost":77,"Date":"8/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":62,"Cost":38,"Date":"7/14/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":368,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":34,"Cost":18,"Date":"1/1/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":274,"Cost":174,"Date":"12/27/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":263,"Date":"12/31/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":367,"Cost":203,"Date":"8/10/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":32,"Cost":19,"Date":"7/14/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":548,"Cost":323,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":553,"Cost":460,"Date":"1/1/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":334,"Cost":310,"Date":"12/27/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":682,"Cost":595,"Date":"12/31/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":423,"Date":"8/10/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":44,"Cost":35,"Date":"7/14/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":725,"Cost":569,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":282,"Cost":178,"Date":"1/1/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":640,"Date":"12/27/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":523,"Cost":456,"Date":"12/31/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":541,"Cost":456,"Date":"8/10/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":576,"Date":"7/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":669,"Cost":404,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":530,"Cost":265,"Date":"1/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":241,"Cost":180,"Date":"12/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":131,"Cost":97,"Date":"12/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":988,"Cost":859,"Date":"8/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":266,"Cost":145,"Date":"7/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":917,"Cost":597,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":284,"Cost":226,"Date":"1/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":516,"Date":"12/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":293,"Date":"12/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":528,"Date":"8/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":857,"Cost":535,"Date":"7/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":774,"Cost":494,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":92,"Cost":62,"Date":"1/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":905,"Cost":751,"Date":"12/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":238,"Cost":220,"Date":"12/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":255,"Cost":154,"Date":"8/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":637,"Cost":424,"Date":"7/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":560,"Cost":358,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":656,"Date":"1/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":22,"Cost":21,"Date":"12/27/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":470,"Cost":241,"Date":"12/31/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":589,"Date":"8/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":321,"Cost":230,"Date":"7/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":516,"Cost":381,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":207,"Cost":143,"Date":"1/1/2020"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":175,"Cost":137,"Date":"12/27/2022"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":148,"Cost":137,"Date":"12/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":461,"Cost":246,"Date":"8/10/2023"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":312,"Date":"7/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":68,"Cost":55,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":772,"Cost":461,"Date":"1/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":838,"Cost":487,"Date":"12/27/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":385,"Cost":274,"Date":"12/31/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":568,"Cost":356,"Date":"8/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":733,"Cost":448,"Date":"7/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":47,"Cost":27,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":220,"Cost":171,"Date":"1/1/2020"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":936,"Cost":629,"Date":"12/27/2022"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":353,"Cost":300,"Date":"12/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":960,"Cost":865,"Date":"8/10/2023"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":466,"Cost":327,"Date":"7/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":183,"Cost":149,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":256,"Cost":179,"Date":"1/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":972,"Cost":801,"Date":"12/27/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":29,"Cost":20,"Date":"12/31/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":731,"Cost":676,"Date":"8/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":123,"Cost":106,"Date":"7/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":280,"Cost":185,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":677,"Cost":572,"Date":"1/1/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":348,"Cost":261,"Date":"12/27/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":914,"Cost":719,"Date":"12/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":387,"Date":"8/10/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":48,"Cost":37,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":69,"Cost":64,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":212,"Cost":140,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":519,"Cost":492,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":413,"Cost":388,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":272,"Cost":182,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":996,"Cost":894,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":669,"Cost":560,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":210,"Cost":200,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":513,"Cost":318,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":998,"Cost":680,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":676,"Cost":628,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":870,"Cost":708,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":576,"Cost":294,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":456,"Cost":243,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":18,"Cost":10,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":688,"Cost":440,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":529,"Cost":267,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":37,"Cost":34,"Date":"7/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":244,"Cost":175,"Date":"11/23/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":116,"Date":"1/1/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":286,"Cost":266,"Date":"12/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":822,"Date":"12/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":464,"Cost":337,"Date":"8/10/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":430,"Cost":385,"Date":"7/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":877,"Cost":755,"Date":"11/23/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":249,"Cost":170,"Date":"1/1/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":569,"Cost":356,"Date":"12/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":309,"Date":"12/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":210,"Cost":138,"Date":"8/10/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":165,"Cost":109,"Date":"7/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":965,"Cost":511,"Date":"11/23/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":494,"Cost":462,"Date":"1/1/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":74,"Cost":54,"Date":"12/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":766,"Date":"12/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":212,"Cost":160,"Date":"8/10/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":938,"Cost":609,"Date":"7/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":553,"Cost":323,"Date":"11/23/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":49,"Cost":46,"Date":"1/1/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":442,"Cost":261,"Date":"12/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":592,"Cost":387,"Date":"12/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":50,"Cost":36,"Date":"8/10/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":636,"Cost":592,"Date":"7/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":425,"Date":"11/23/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":779,"Cost":406,"Date":"1/1/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":791,"Cost":640,"Date":"12/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":566,"Cost":446,"Date":"12/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":112,"Cost":83,"Date":"8/10/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":575,"Cost":520,"Date":"7/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":567,"Cost":475,"Date":"11/23/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":547,"Cost":433,"Date":"1/1/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":895,"Cost":846,"Date":"12/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":17,"Date":"12/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":224,"Cost":119,"Date":"8/10/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":588,"Cost":374,"Date":"7/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":681,"Cost":481,"Date":"11/23/2018"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":687,"Cost":649,"Date":"1/1/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":931,"Cost":492,"Date":"12/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":49,"Cost":29,"Date":"12/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":436,"Cost":373,"Date":"8/10/2023"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":41,"Cost":38,"Date":"7/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":311,"Cost":165,"Date":"11/23/2018"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":981,"Cost":629,"Date":"1/1/2020"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":112,"Date":"12/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":425,"Cost":354,"Date":"12/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":245,"Cost":192,"Date":"8/10/2023"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":98,"Date":"7/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":84,"Date":"11/23/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":733,"Cost":378,"Date":"1/1/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":431,"Cost":223,"Date":"12/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":655,"Date":"12/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":860,"Cost":512,"Date":"8/10/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":511,"Cost":264,"Date":"7/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":746,"Cost":411,"Date":"11/23/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":253,"Cost":173,"Date":"1/1/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":31,"Cost":25,"Date":"12/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":709,"Cost":511,"Date":"12/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":705,"Cost":631,"Date":"8/10/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":465,"Cost":281,"Date":"7/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":499,"Cost":258,"Date":"11/23/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":687,"Date":"1/1/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":229,"Cost":149,"Date":"12/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":238,"Date":"12/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":928,"Cost":835,"Date":"8/10/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":649,"Cost":409,"Date":"7/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":972,"Cost":504,"Date":"11/23/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":456,"Cost":367,"Date":"1/1/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":499,"Cost":365,"Date":"12/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":835,"Cost":565,"Date":"12/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":871,"Cost":771,"Date":"8/10/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":926,"Cost":654,"Date":"7/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":166,"Cost":158,"Date":"11/23/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":385,"Cost":196,"Date":"1/1/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":479,"Cost":403,"Date":"12/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":35,"Date":"12/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":363,"Cost":207,"Date":"8/10/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":344,"Date":"7/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":905,"Cost":691,"Date":"11/23/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":982,"Cost":523,"Date":"1/1/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":671,"Cost":513,"Date":"12/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":156,"Cost":90,"Date":"12/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":323,"Cost":248,"Date":"8/10/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":608,"Cost":529,"Date":"7/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":166,"Cost":131,"Date":"11/23/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":45,"Cost":34,"Date":"1/1/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":516,"Cost":477,"Date":"12/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":192,"Cost":121,"Date":"12/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":316,"Cost":163,"Date":"8/10/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":288,"Cost":221,"Date":"7/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":144,"Date":"11/23/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":73,"Date":"1/1/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":10,"Cost":6,"Date":"12/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":417,"Date":"12/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":442,"Cost":310,"Date":"8/10/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":111,"Cost":60,"Date":"7/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":689,"Cost":460,"Date":"11/23/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":185,"Date":"1/1/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":35,"Cost":31,"Date":"12/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":757,"Cost":503,"Date":"12/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":862,"Cost":635,"Date":"8/10/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":474,"Cost":416,"Date":"7/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":521,"Cost":473,"Date":"11/23/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":624,"Cost":493,"Date":"1/1/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":69,"Cost":54,"Date":"12/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":976,"Cost":510,"Date":"12/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":85,"Date":"8/10/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":168,"Date":"7/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":172,"Cost":130,"Date":"11/23/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":575,"Date":"1/1/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":192,"Cost":106,"Date":"12/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":296,"Cost":161,"Date":"12/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":366,"Cost":222,"Date":"8/10/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":267,"Cost":156,"Date":"7/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":722,"Cost":686,"Date":"11/23/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":58,"Cost":44,"Date":"1/1/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":779,"Cost":677,"Date":"12/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":532,"Cost":421,"Date":"12/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":601,"Cost":515,"Date":"8/10/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":396,"Cost":308,"Date":"7/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":224,"Cost":125,"Date":"11/23/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":306,"Cost":257,"Date":"1/1/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":926,"Cost":599,"Date":"12/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":744,"Cost":696,"Date":"12/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":148,"Date":"8/10/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":6,"Date":"7/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":732,"Cost":376,"Date":"11/23/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":432,"Cost":361,"Date":"1/1/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":314,"Cost":232,"Date":"12/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":257,"Cost":142,"Date":"12/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":152,"Cost":117,"Date":"8/10/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":525,"Cost":484,"Date":"7/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":60,"Date":"11/23/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":457,"Cost":425,"Date":"1/1/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":833,"Cost":774,"Date":"12/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":171,"Cost":143,"Date":"12/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":536,"Date":"8/10/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":174,"Cost":160,"Date":"7/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":125,"Cost":92,"Date":"11/23/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":297,"Cost":230,"Date":"1/1/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":504,"Cost":419,"Date":"12/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":877,"Cost":832,"Date":"12/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":797,"Cost":672,"Date":"8/10/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":635,"Cost":342,"Date":"7/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":710,"Cost":445,"Date":"11/23/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":675,"Cost":546,"Date":"1/1/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":42,"Cost":33,"Date":"12/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":201,"Cost":134,"Date":"12/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":74,"Cost":44,"Date":"8/10/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":914,"Cost":706,"Date":"7/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":396,"Cost":214,"Date":"11/23/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":443,"Cost":286,"Date":"1/1/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":635,"Cost":327,"Date":"12/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":135,"Cost":87,"Date":"12/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":75,"Date":"8/10/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":602,"Cost":354,"Date":"7/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":458,"Cost":336,"Date":"11/23/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":734,"Cost":547,"Date":"1/1/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":612,"Cost":433,"Date":"12/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":494,"Cost":457,"Date":"12/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":21,"Cost":15,"Date":"8/10/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":347,"Cost":218,"Date":"7/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":584,"Cost":316,"Date":"11/23/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":596,"Cost":307,"Date":"1/1/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":526,"Cost":411,"Date":"12/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":634,"Cost":362,"Date":"12/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":49,"Cost":33,"Date":"8/10/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":732,"Cost":623,"Date":"7/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":131,"Cost":106,"Date":"11/23/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":312,"Cost":157,"Date":"1/1/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":173,"Cost":94,"Date":"12/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":847,"Cost":657,"Date":"12/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":998,"Cost":517,"Date":"8/10/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":638,"Cost":324,"Date":"7/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":642,"Cost":480,"Date":"11/23/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":155,"Cost":105,"Date":"1/1/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":319,"Cost":190,"Date":"12/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":872,"Cost":633,"Date":"12/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":588,"Date":"8/10/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":240,"Cost":182,"Date":"7/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":568,"Date":"11/23/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":530,"Date":"1/1/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":890,"Cost":733,"Date":"12/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":196,"Cost":177,"Date":"12/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":671,"Cost":579,"Date":"8/10/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":458,"Cost":240,"Date":"7/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":969,"Cost":594,"Date":"11/23/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":250,"Cost":167,"Date":"1/1/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":747,"Cost":570,"Date":"12/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":120,"Cost":113,"Date":"12/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":5,"Cost":3,"Date":"8/10/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":107,"Cost":83,"Date":"7/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":178,"Cost":94,"Date":"11/23/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":773,"Cost":523,"Date":"1/1/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":849,"Cost":776,"Date":"12/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":608,"Cost":537,"Date":"12/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":142,"Cost":118,"Date":"8/10/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":16,"Cost":8,"Date":"7/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":681,"Cost":401,"Date":"11/23/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":387,"Cost":329,"Date":"1/1/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":762,"Cost":631,"Date":"12/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":304,"Cost":227,"Date":"12/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":907,"Cost":722,"Date":"8/10/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":971,"Cost":823,"Date":"7/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":328,"Cost":263,"Date":"11/23/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":29,"Cost":25,"Date":"1/1/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":695,"Cost":621,"Date":"12/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":483,"Cost":376,"Date":"12/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":599,"Cost":450,"Date":"8/10/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":756,"Cost":641,"Date":"7/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":152,"Cost":92,"Date":"11/23/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":40,"Cost":23,"Date":"1/1/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":418,"Date":"12/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":590,"Date":"12/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":289,"Cost":180,"Date":"8/10/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":343,"Cost":306,"Date":"7/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":885,"Cost":640,"Date":"11/23/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":253,"Cost":181,"Date":"1/1/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":200,"Cost":122,"Date":"12/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":300,"Cost":224,"Date":"12/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":166,"Cost":143,"Date":"8/10/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":203,"Cost":119,"Date":"7/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":543,"Cost":467,"Date":"11/23/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":78,"Cost":44,"Date":"1/1/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":637,"Cost":524,"Date":"12/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":513,"Cost":381,"Date":"12/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":494,"Cost":359,"Date":"8/10/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":154,"Cost":82,"Date":"7/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":412,"Cost":306,"Date":"11/23/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":48,"Cost":28,"Date":"1/1/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":163,"Cost":147,"Date":"12/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":453,"Date":"12/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":203,"Cost":119,"Date":"8/10/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":211,"Cost":126,"Date":"7/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":196,"Cost":183,"Date":"11/23/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":228,"Cost":147,"Date":"1/1/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":840,"Cost":589,"Date":"12/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":794,"Cost":449,"Date":"12/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":414,"Cost":340,"Date":"8/10/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":262,"Cost":151,"Date":"7/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":309,"Cost":281,"Date":"11/23/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":717,"Cost":603,"Date":"1/1/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":54,"Cost":32,"Date":"12/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":254,"Cost":205,"Date":"12/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":677,"Cost":348,"Date":"8/10/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":924,"Cost":544,"Date":"7/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":31,"Cost":25,"Date":"11/23/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":392,"Cost":282,"Date":"1/1/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":350,"Cost":191,"Date":"12/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":63,"Date":"12/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":330,"Cost":229,"Date":"8/10/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":963,"Cost":864,"Date":"7/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":213,"Cost":137,"Date":"11/23/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":973,"Cost":759,"Date":"1/1/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":654,"Cost":463,"Date":"12/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":67,"Cost":43,"Date":"12/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":450,"Cost":356,"Date":"8/10/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":218,"Cost":161,"Date":"7/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":203,"Cost":138,"Date":"11/23/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":563,"Cost":332,"Date":"1/1/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":456,"Cost":320,"Date":"12/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":56,"Cost":28,"Date":"12/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":165,"Date":"8/10/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":3,"Cost":2,"Date":"7/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":117,"Cost":89,"Date":"11/23/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":994,"Cost":550,"Date":"1/1/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":256,"Cost":213,"Date":"12/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":495,"Cost":258,"Date":"12/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":171,"Cost":100,"Date":"8/10/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":53,"Cost":36,"Date":"7/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":669,"Cost":400,"Date":"11/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":107,"Cost":93,"Date":"1/1/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":382,"Cost":256,"Date":"12/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":264,"Cost":167,"Date":"12/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":342,"Cost":287,"Date":"8/10/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":423,"Cost":351,"Date":"7/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":30,"Cost":28,"Date":"11/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":686,"Cost":456,"Date":"1/1/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":266,"Cost":238,"Date":"12/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":198,"Cost":166,"Date":"12/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":822,"Cost":760,"Date":"8/10/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":915,"Cost":519,"Date":"7/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":828,"Cost":702,"Date":"11/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":32,"Cost":23,"Date":"1/1/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":140,"Cost":100,"Date":"12/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":807,"Cost":748,"Date":"12/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":225,"Cost":128,"Date":"8/10/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":942,"Cost":776,"Date":"7/14/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":36,"Cost":21,"Date":"11/23/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":460,"Cost":295,"Date":"1/1/2020"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":472,"Cost":292,"Date":"12/27/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":183,"Cost":147,"Date":"12/31/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":22,"Cost":14,"Date":"8/10/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":417,"Cost":356,"Date":"7/14/2024"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":991,"Cost":870,"Date":"11/23/2018"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":47,"Date":"1/1/2020"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":202,"Cost":176,"Date":"12/27/2022"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":242,"Cost":122,"Date":"12/31/2022"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":886,"Cost":789,"Date":"8/10/2023"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":326,"Date":"7/14/2024"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":804,"Cost":671,"Date":"11/23/2018"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":653,"Cost":484,"Date":"1/1/2020"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":460,"Date":"12/27/2022"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":919,"Cost":551,"Date":"12/31/2022"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":967,"Cost":508,"Date":"8/10/2023"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":599,"Cost":477,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":945,"Cost":686,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":344,"Cost":284,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":591,"Cost":343,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":631,"Cost":440,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":791,"Cost":571,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":52,"Cost":48,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":323,"Cost":306,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":774,"Cost":501,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":49,"Cost":41,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":560,"Cost":344,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":329,"Cost":311,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":200,"Cost":179,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":405,"Cost":299,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":963,"Cost":565,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":167,"Cost":100,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":83,"Cost":59,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":571,"Cost":335,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":369,"Date":"7/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":14,"Cost":12,"Date":"11/23/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":991,"Cost":941,"Date":"1/1/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":705,"Cost":664,"Date":"12/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":124,"Cost":113,"Date":"12/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":534,"Cost":375,"Date":"8/10/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":901,"Cost":589,"Date":"7/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":434,"Cost":248,"Date":"11/23/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":857,"Cost":774,"Date":"1/1/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":562,"Date":"12/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":705,"Cost":485,"Date":"12/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":21,"Date":"8/10/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":791,"Cost":478,"Date":"7/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":294,"Cost":240,"Date":"11/23/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":865,"Cost":803,"Date":"1/1/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":301,"Cost":154,"Date":"12/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":893,"Cost":491,"Date":"12/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":10,"Date":"8/10/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":238,"Cost":146,"Date":"7/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":912,"Cost":608,"Date":"11/23/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":484,"Cost":295,"Date":"1/1/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":892,"Cost":521,"Date":"12/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":191,"Cost":134,"Date":"12/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":647,"Cost":598,"Date":"8/10/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":707,"Date":"7/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":528,"Cost":282,"Date":"11/23/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":570,"Cost":340,"Date":"1/1/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":848,"Cost":493,"Date":"12/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":294,"Cost":158,"Date":"12/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/10/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":747,"Cost":510,"Date":"7/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":674,"Cost":548,"Date":"11/23/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":843,"Cost":766,"Date":"1/1/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":223,"Cost":134,"Date":"12/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":218,"Cost":128,"Date":"12/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":996,"Cost":746,"Date":"8/10/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":38,"Cost":23,"Date":"7/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":597,"Cost":512,"Date":"11/23/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":307,"Cost":280,"Date":"1/1/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":107,"Cost":75,"Date":"12/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":141,"Date":"12/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":991,"Cost":908,"Date":"8/10/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":20,"Date":"7/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":33,"Cost":23,"Date":"11/23/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":566,"Cost":303,"Date":"1/1/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":41,"Cost":39,"Date":"12/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":708,"Cost":358,"Date":"12/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":253,"Cost":223,"Date":"8/10/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":614,"Cost":405,"Date":"7/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":867,"Cost":671,"Date":"11/23/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":41,"Cost":22,"Date":"1/1/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":839,"Cost":786,"Date":"12/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":216,"Cost":112,"Date":"12/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":967,"Cost":906,"Date":"8/10/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":485,"Cost":430,"Date":"7/14/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":539,"Cost":388,"Date":"11/23/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":484,"Cost":247,"Date":"1/1/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":249,"Cost":194,"Date":"12/27/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":750,"Cost":462,"Date":"12/31/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":496,"Cost":415,"Date":"8/10/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":689,"Cost":449,"Date":"7/14/2024"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":755,"Cost":666,"Date":"11/23/2018"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":672,"Cost":347,"Date":"1/1/2020"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":533,"Cost":501,"Date":"12/27/2022"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":153,"Date":"12/31/2022"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":567,"Cost":421,"Date":"8/10/2023"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":935,"Cost":722,"Date":"7/14/2024"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":731,"Cost":524,"Date":"11/23/2018"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":991,"Cost":579,"Date":"1/1/2020"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":691,"Cost":362,"Date":"12/27/2022"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":544,"Date":"12/31/2022"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":409,"Cost":338,"Date":"8/10/2023"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":608,"Cost":519,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":105,"Cost":60,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":429,"Cost":371,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":793,"Cost":578,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":349,"Cost":260,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":425,"Cost":225,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":638,"Cost":427,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":500,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":824,"Cost":701,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":363,"Cost":270,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":553,"Cost":440,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":738,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":270,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":357,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":32,"Cost":21,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":585,"Cost":508,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":466,"Cost":400,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":598,"Cost":332,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":439,"Cost":314,"Date":"7/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":295,"Cost":249,"Date":"11/23/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":132,"Cost":123,"Date":"1/1/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":71,"Cost":57,"Date":"12/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":324,"Cost":290,"Date":"12/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":226,"Cost":116,"Date":"8/10/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":142,"Cost":128,"Date":"7/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":471,"Cost":395,"Date":"11/23/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":275,"Cost":206,"Date":"1/1/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":336,"Cost":176,"Date":"12/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":123,"Date":"12/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":421,"Cost":241,"Date":"8/10/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":788,"Cost":717,"Date":"7/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":620,"Cost":478,"Date":"11/23/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":310,"Cost":199,"Date":"1/1/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":516,"Cost":449,"Date":"12/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":178,"Cost":96,"Date":"12/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":699,"Date":"8/10/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":565,"Cost":352,"Date":"7/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":66,"Cost":37,"Date":"11/23/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":355,"Cost":274,"Date":"1/1/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":726,"Cost":548,"Date":"12/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":509,"Cost":379,"Date":"12/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":669,"Cost":402,"Date":"8/10/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":658,"Cost":408,"Date":"7/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":499,"Cost":446,"Date":"11/23/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":543,"Cost":326,"Date":"1/1/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":327,"Cost":234,"Date":"12/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":587,"Cost":359,"Date":"12/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":602,"Cost":561,"Date":"8/10/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":303,"Cost":167,"Date":"7/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":460,"Cost":242,"Date":"11/23/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":58,"Cost":41,"Date":"1/1/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":202,"Cost":116,"Date":"12/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":276,"Cost":254,"Date":"12/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":328,"Cost":278,"Date":"8/10/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":405,"Cost":218,"Date":"7/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":271,"Cost":207,"Date":"11/23/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":533,"Cost":484,"Date":"1/1/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":870,"Cost":706,"Date":"12/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":206,"Cost":141,"Date":"12/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":220,"Cost":194,"Date":"8/10/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":951,"Cost":679,"Date":"7/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":299,"Date":"11/23/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":744,"Cost":684,"Date":"1/1/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":112,"Cost":75,"Date":"12/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":761,"Date":"12/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":142,"Cost":126,"Date":"8/10/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":184,"Date":"7/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":108,"Cost":69,"Date":"11/23/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":469,"Cost":366,"Date":"1/1/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":636,"Cost":548,"Date":"12/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":249,"Cost":154,"Date":"12/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":330,"Cost":174,"Date":"8/10/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":175,"Cost":124,"Date":"7/14/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":904,"Cost":717,"Date":"11/23/2018"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":469,"Cost":247,"Date":"1/1/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":231,"Cost":137,"Date":"12/27/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":364,"Date":"12/31/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":880,"Cost":497,"Date":"8/10/2023"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":628,"Cost":372,"Date":"7/14/2024"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":682,"Cost":440,"Date":"11/23/2018"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":432,"Date":"1/1/2020"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":204,"Cost":104,"Date":"12/27/2022"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":901,"Cost":688,"Date":"12/31/2022"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":606,"Cost":564,"Date":"8/10/2023"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":402,"Cost":270,"Date":"7/14/2024"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":961,"Cost":870,"Date":"11/23/2018"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":479,"Cost":391,"Date":"1/1/2020"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":749,"Cost":634,"Date":"12/27/2022"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":595,"Cost":304,"Date":"12/31/2022"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":261,"Cost":227,"Date":"8/10/2023"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":541,"Date":"7/14/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":424,"Cost":401,"Date":"11/23/2018"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":454,"Cost":351,"Date":"1/1/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":157,"Cost":127,"Date":"12/27/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":907,"Cost":696,"Date":"12/31/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":236,"Cost":158,"Date":"8/10/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":347,"Cost":327,"Date":"7/14/2024"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":378,"Cost":331,"Date":"11/23/2018"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":838,"Cost":460,"Date":"1/1/2020"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":158,"Date":"12/27/2022"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":861,"Cost":480,"Date":"12/31/2022"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":985,"Cost":935,"Date":"8/10/2023"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":967,"Cost":701,"Date":"7/14/2024"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":376,"Cost":261,"Date":"11/23/2018"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":60,"Cost":40,"Date":"1/1/2020"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":549,"Cost":468,"Date":"12/27/2022"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":267,"Cost":226,"Date":"12/31/2022"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":908,"Cost":570,"Date":"8/10/2023"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":161,"Cost":92,"Date":"7/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":497,"Cost":363,"Date":"11/23/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":677,"Cost":631,"Date":"1/1/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":155,"Cost":112,"Date":"12/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":258,"Cost":182,"Date":"12/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":268,"Cost":213,"Date":"8/10/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":49,"Cost":32,"Date":"7/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":611,"Date":"11/23/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":248,"Cost":140,"Date":"1/1/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":133,"Date":"12/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":881,"Cost":812,"Date":"12/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":610,"Cost":548,"Date":"8/10/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":82,"Cost":64,"Date":"7/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":935,"Cost":709,"Date":"11/23/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":253,"Cost":157,"Date":"1/1/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":214,"Cost":123,"Date":"12/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":187,"Cost":124,"Date":"12/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":730,"Cost":565,"Date":"8/10/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":833,"Cost":713,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":616,"Cost":349,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":222,"Cost":182,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":385,"Cost":358,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":502,"Cost":349,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":171,"Cost":90,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":868,"Cost":506,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":224,"Cost":142,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":124,"Cost":97,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":375,"Cost":215,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":824,"Cost":530,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":421,"Cost":226,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":292,"Cost":177,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":710,"Cost":435,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":254,"Cost":189,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":540,"Cost":451,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":819,"Cost":768,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":169,"Cost":105,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":655,"Date":"7/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":403,"Cost":313,"Date":"11/23/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":120,"Cost":100,"Date":"1/1/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":548,"Cost":458,"Date":"12/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":705,"Cost":432,"Date":"12/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":539,"Cost":270,"Date":"8/10/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":427,"Cost":338,"Date":"7/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":41,"Cost":28,"Date":"11/23/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":721,"Cost":624,"Date":"1/1/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":801,"Cost":712,"Date":"12/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":703,"Cost":573,"Date":"12/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":887,"Cost":456,"Date":"8/10/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":566,"Cost":451,"Date":"7/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":802,"Cost":724,"Date":"11/23/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":178,"Cost":93,"Date":"1/1/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":105,"Cost":55,"Date":"12/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":618,"Cost":537,"Date":"12/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":583,"Cost":389,"Date":"8/10/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":64,"Cost":51,"Date":"7/14/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":429,"Cost":283,"Date":"11/23/2018"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":700,"Cost":401,"Date":"1/1/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":437,"Cost":316,"Date":"12/27/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":707,"Cost":646,"Date":"12/31/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":778,"Cost":535,"Date":"8/10/2023"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":977,"Cost":599,"Date":"7/14/2024"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":816,"Cost":468,"Date":"11/23/2018"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":25,"Cost":17,"Date":"1/1/2020"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":655,"Cost":341,"Date":"12/27/2022"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":333,"Cost":259,"Date":"12/31/2022"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":176,"Cost":126,"Date":"8/10/2023"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":338,"Cost":182,"Date":"7/14/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":580,"Date":"11/23/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":550,"Cost":482,"Date":"1/1/2020"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":862,"Cost":751,"Date":"12/27/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":310,"Cost":264,"Date":"12/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":387,"Cost":207,"Date":"8/10/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":206,"Cost":159,"Date":"7/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":936,"Cost":885,"Date":"11/23/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":571,"Cost":436,"Date":"1/1/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":158,"Cost":131,"Date":"12/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":521,"Cost":479,"Date":"12/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":170,"Cost":92,"Date":"8/10/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":29,"Date":"7/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":128,"Cost":102,"Date":"11/23/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":87,"Cost":74,"Date":"1/1/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":621,"Cost":515,"Date":"12/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":435,"Cost":279,"Date":"12/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":608,"Cost":556,"Date":"8/10/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":680,"Cost":459,"Date":"7/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":389,"Cost":351,"Date":"11/23/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":725,"Cost":675,"Date":"1/1/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":981,"Cost":800,"Date":"12/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":979,"Cost":731,"Date":"12/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":392,"Cost":358,"Date":"8/10/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":494,"Date":"7/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":294,"Cost":224,"Date":"11/23/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":319,"Cost":286,"Date":"1/1/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":926,"Cost":596,"Date":"12/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":761,"Cost":705,"Date":"12/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":825,"Cost":712,"Date":"8/10/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":44,"Cost":41,"Date":"7/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":550,"Cost":385,"Date":"11/23/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":208,"Cost":121,"Date":"1/1/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":651,"Date":"12/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":473,"Cost":360,"Date":"12/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":124,"Cost":93,"Date":"8/10/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":141,"Cost":110,"Date":"7/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":335,"Cost":235,"Date":"11/23/2018"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":405,"Cost":317,"Date":"1/1/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":681,"Cost":406,"Date":"12/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":731,"Cost":403,"Date":"12/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":790,"Cost":521,"Date":"8/10/2023"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":779,"Cost":444,"Date":"7/14/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":341,"Date":"11/23/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":981,"Cost":540,"Date":"1/1/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":258,"Cost":177,"Date":"12/27/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":21,"Cost":10,"Date":"12/31/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":989,"Cost":708,"Date":"8/10/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":924,"Cost":511,"Date":"7/14/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":764,"Cost":477,"Date":"11/23/2018"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":454,"Cost":415,"Date":"1/1/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":364,"Cost":319,"Date":"12/27/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":392,"Cost":332,"Date":"12/31/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":45,"Cost":30,"Date":"8/10/2023"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":162,"Cost":120,"Date":"7/14/2024"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":936,"Cost":766,"Date":"11/23/2018"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":836,"Cost":672,"Date":"1/1/2020"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":955,"Cost":538,"Date":"12/27/2022"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":839,"Cost":585,"Date":"12/31/2022"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":859,"Cost":595,"Date":"8/10/2023"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":606,"Cost":428,"Date":"7/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":549,"Cost":423,"Date":"11/23/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":698,"Cost":641,"Date":"1/1/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":931,"Cost":718,"Date":"12/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":319,"Cost":196,"Date":"12/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":24,"Cost":12,"Date":"8/10/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":31,"Cost":18,"Date":"7/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":212,"Cost":192,"Date":"11/23/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":619,"Date":"1/1/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":983,"Cost":808,"Date":"12/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":478,"Cost":239,"Date":"12/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":155,"Cost":148,"Date":"8/10/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":319,"Cost":190,"Date":"7/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":236,"Cost":154,"Date":"11/23/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":659,"Cost":479,"Date":"1/1/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":508,"Cost":260,"Date":"12/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":34,"Cost":21,"Date":"12/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":74,"Cost":70,"Date":"8/10/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":934,"Cost":522,"Date":"7/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":833,"Cost":730,"Date":"11/23/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":502,"Cost":460,"Date":"1/1/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":667,"Cost":510,"Date":"12/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":282,"Cost":156,"Date":"12/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":107,"Cost":78,"Date":"8/10/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":109,"Date":"7/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":636,"Cost":437,"Date":"11/23/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":919,"Cost":520,"Date":"1/1/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":183,"Cost":137,"Date":"12/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":669,"Cost":541,"Date":"12/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":221,"Cost":198,"Date":"8/10/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":720,"Cost":425,"Date":"7/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":531,"Cost":443,"Date":"11/23/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":118,"Cost":107,"Date":"1/1/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":914,"Cost":548,"Date":"12/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":337,"Cost":184,"Date":"12/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":257,"Cost":140,"Date":"8/10/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":854,"Cost":778,"Date":"7/14/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":683,"Cost":341,"Date":"11/23/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":850,"Cost":639,"Date":"1/1/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":627,"Cost":565,"Date":"12/27/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":532,"Date":"12/31/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":851,"Cost":728,"Date":"8/10/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":574,"Cost":462,"Date":"7/14/2024"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":165,"Date":"11/23/2018"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":571,"Cost":514,"Date":"1/1/2020"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":189,"Cost":147,"Date":"12/27/2022"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":318,"Cost":223,"Date":"12/31/2022"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":645,"Cost":568,"Date":"8/10/2023"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":265,"Date":"7/14/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":64,"Cost":52,"Date":"11/23/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":989,"Cost":758,"Date":"1/1/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":803,"Cost":750,"Date":"12/27/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":881,"Cost":495,"Date":"12/31/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":256,"Cost":224,"Date":"8/10/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":667,"Date":"7/14/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":57,"Date":"11/23/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":377,"Date":"1/1/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":176,"Date":"12/27/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":885,"Cost":667,"Date":"12/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":919,"Cost":547,"Date":"8/10/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":351,"Cost":198,"Date":"7/14/2024"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":489,"Cost":293,"Date":"11/23/2018"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":301,"Cost":241,"Date":"1/1/2020"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":55,"Cost":29,"Date":"12/27/2022"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":929,"Cost":689,"Date":"12/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":1,"Date":"8/10/2023"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":596,"Cost":423,"Date":"7/14/2024"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":514,"Cost":366,"Date":"11/23/2018"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":713,"Cost":518,"Date":"1/1/2020"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":573,"Date":"12/27/2022"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":489,"Cost":258,"Date":"12/31/2022"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":10,"Cost":5,"Date":"8/10/2023"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":444,"Cost":389,"Date":"7/14/2024"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":832,"Cost":619,"Date":"11/23/2018"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":878,"Cost":511,"Date":"1/1/2020"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":273,"Cost":188,"Date":"12/27/2022"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":676,"Cost":420,"Date":"12/31/2022"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":729,"Cost":418,"Date":"8/10/2023"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":449,"Cost":229,"Date":"7/14/2024"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":288,"Date":"11/23/2018"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":336,"Date":"1/1/2020"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":383,"Cost":220,"Date":"12/27/2022"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":477,"Cost":254,"Date":"12/31/2022"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":360,"Date":"8/10/2023"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":569,"Cost":428,"Date":"7/14/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":452,"Cost":263,"Date":"11/23/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":447,"Cost":274,"Date":"1/1/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":302,"Cost":285,"Date":"12/27/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":963,"Cost":828,"Date":"12/31/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":197,"Cost":183,"Date":"8/10/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":629,"Cost":414,"Date":"7/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":805,"Cost":671,"Date":"11/23/2018"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":534,"Cost":411,"Date":"1/1/2020"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":882,"Cost":467,"Date":"12/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":489,"Date":"12/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":458,"Cost":343,"Date":"8/10/2023"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":299,"Cost":257,"Date":"7/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":171,"Cost":115,"Date":"11/23/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":786,"Cost":679,"Date":"1/1/2020"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":516,"Cost":312,"Date":"12/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":27,"Cost":23,"Date":"12/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":98,"Cost":93,"Date":"8/10/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":877,"Cost":559,"Date":"7/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":807,"Cost":536,"Date":"11/23/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":828,"Cost":694,"Date":"1/1/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":940,"Cost":651,"Date":"12/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":548,"Cost":484,"Date":"12/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":894,"Cost":645,"Date":"8/10/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":126,"Cost":63,"Date":"7/14/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":640,"Cost":532,"Date":"11/23/2018"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":329,"Cost":251,"Date":"1/1/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":864,"Cost":686,"Date":"12/27/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":222,"Cost":179,"Date":"12/31/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":936,"Cost":507,"Date":"8/10/2023"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":210,"Cost":137,"Date":"7/14/2024"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":164,"Date":"11/23/2018"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":429,"Cost":265,"Date":"1/1/2020"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":120,"Cost":110,"Date":"12/27/2022"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":635,"Cost":476,"Date":"12/31/2022"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":589,"Cost":542,"Date":"8/10/2023"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":400,"Cost":253,"Date":"7/14/2024"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":189,"Cost":166,"Date":"11/23/2018"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":849,"Cost":646,"Date":"1/1/2020"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":62,"Cost":32,"Date":"12/27/2022"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":983,"Cost":802,"Date":"12/31/2022"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":44,"Date":"8/10/2023"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":631,"Cost":598,"Date":"7/14/2024"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":440,"Date":"11/23/2018"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":286,"Cost":185,"Date":"1/1/2020"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":897,"Cost":479,"Date":"12/27/2022"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":91,"Date":"12/31/2022"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":557,"Cost":506,"Date":"8/10/2023"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":124,"Cost":73,"Date":"7/14/2024"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":946,"Cost":671,"Date":"11/23/2018"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":870,"Cost":746,"Date":"1/1/2020"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":806,"Cost":717,"Date":"12/27/2022"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":539,"Cost":280,"Date":"12/31/2022"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":571,"Cost":297,"Date":"8/10/2023"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":454,"Cost":394,"Date":"7/14/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":392,"Cost":276,"Date":"11/23/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":528,"Cost":416,"Date":"1/1/2020"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":595,"Cost":310,"Date":"12/27/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":455,"Cost":309,"Date":"12/31/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":83,"Cost":75,"Date":"8/10/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":907,"Cost":627,"Date":"7/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":62,"Date":"11/23/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":459,"Cost":255,"Date":"1/1/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":163,"Cost":107,"Date":"12/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":382,"Cost":304,"Date":"12/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":90,"Date":"8/10/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":421,"Cost":262,"Date":"7/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":953,"Cost":649,"Date":"11/23/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":537,"Cost":398,"Date":"1/1/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":106,"Date":"12/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":52,"Cost":45,"Date":"12/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":362,"Date":"8/10/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":98,"Cost":74,"Date":"7/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":102,"Cost":68,"Date":"11/23/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":923,"Cost":477,"Date":"1/1/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":63,"Cost":33,"Date":"12/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":31,"Date":"12/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":668,"Date":"8/10/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":625,"Cost":403,"Date":"7/14/2024"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":879,"Cost":766,"Date":"11/23/2018"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":666,"Cost":413,"Date":"1/1/2020"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":250,"Cost":126,"Date":"12/27/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":785,"Cost":594,"Date":"12/31/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":798,"Cost":679,"Date":"8/10/2023"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":988,"Cost":544,"Date":"7/14/2024"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":757,"Cost":517,"Date":"11/23/2018"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":56,"Cost":49,"Date":"1/1/2020"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":449,"Cost":323,"Date":"12/27/2022"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":540,"Cost":356,"Date":"12/31/2022"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":965,"Cost":522,"Date":"8/10/2023"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":481,"Cost":293,"Date":"7/14/2024"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":852,"Cost":656,"Date":"11/23/2018"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":733,"Cost":470,"Date":"1/1/2020"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":281,"Cost":162,"Date":"12/27/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":511,"Cost":313,"Date":"12/31/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":831,"Cost":533,"Date":"8/10/2023"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":806,"Cost":458,"Date":"7/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":850,"Cost":748,"Date":"11/23/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":137,"Cost":96,"Date":"1/1/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":430,"Cost":356,"Date":"12/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":593,"Cost":523,"Date":"12/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":58,"Cost":52,"Date":"8/10/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":267,"Cost":211,"Date":"7/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":53,"Cost":31,"Date":"11/23/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":883,"Cost":806,"Date":"1/1/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":665,"Cost":408,"Date":"12/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":70,"Date":"12/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":673,"Cost":537,"Date":"8/10/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":750,"Cost":595,"Date":"7/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":171,"Cost":92,"Date":"11/23/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":413,"Date":"1/1/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":555,"Cost":321,"Date":"12/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":835,"Cost":422,"Date":"12/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":393,"Cost":207,"Date":"8/10/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":476,"Cost":404,"Date":"7/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":800,"Cost":432,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":503,"Cost":423,"Date":"1/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":111,"Date":"12/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":339,"Cost":215,"Date":"12/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"8/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":695,"Date":"7/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":822,"Cost":726,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":347,"Cost":310,"Date":"1/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":22,"Date":"12/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":549,"Cost":397,"Date":"12/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":149,"Cost":125,"Date":"8/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":888,"Cost":705,"Date":"7/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":306,"Cost":229,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":357,"Cost":199,"Date":"1/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":54,"Cost":51,"Date":"12/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":615,"Cost":485,"Date":"12/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":324,"Cost":176,"Date":"8/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":113,"Cost":102,"Date":"7/14/2024"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":132,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":534,"Cost":348,"Date":"1/1/2020"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":132,"Cost":112,"Date":"12/27/2022"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":163,"Date":"12/31/2022"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":208,"Cost":189,"Date":"8/10/2023"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":219,"Date":"7/14/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":776,"Cost":629,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":630,"Cost":416,"Date":"1/1/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":154,"Date":"12/27/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":902,"Cost":451,"Date":"12/31/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"8/10/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":560,"Cost":335,"Date":"7/14/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":598,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":688,"Cost":569,"Date":"1/1/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":965,"Cost":487,"Date":"12/27/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":973,"Cost":779,"Date":"12/31/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":100,"Cost":66,"Date":"8/10/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":918,"Cost":520,"Date":"7/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":307,"Cost":184,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":161,"Cost":91,"Date":"1/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":764,"Date":"12/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":465,"Date":"12/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":852,"Cost":771,"Date":"8/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":143,"Cost":102,"Date":"7/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":285,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":403,"Cost":221,"Date":"1/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":16,"Date":"12/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":211,"Date":"12/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":50,"Cost":33,"Date":"8/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":469,"Cost":410,"Date":"7/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":593,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":396,"Cost":358,"Date":"1/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":6,"Date":"12/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":817,"Cost":434,"Date":"12/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":667,"Cost":561,"Date":"8/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":684,"Cost":479,"Date":"7/14/2024"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":107,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":706,"Cost":473,"Date":"1/1/2020"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":945,"Cost":678,"Date":"12/27/2022"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":539,"Cost":354,"Date":"12/31/2022"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":536,"Date":"8/10/2023"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":334,"Cost":179,"Date":"7/14/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":861,"Cost":593,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":917,"Cost":864,"Date":"1/1/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":637,"Cost":532,"Date":"12/27/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"12/31/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":469,"Cost":373,"Date":"8/10/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":247,"Cost":156,"Date":"7/14/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":552,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":542,"Cost":333,"Date":"1/1/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":408,"Cost":293,"Date":"12/27/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":307,"Date":"12/31/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":172,"Cost":153,"Date":"8/10/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":92,"Cost":73,"Date":"7/14/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":537,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":817,"Cost":721,"Date":"1/1/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":563,"Cost":395,"Date":"12/27/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":197,"Date":"12/31/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":296,"Cost":247,"Date":"8/10/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":913,"Cost":596,"Date":"7/14/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":262,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":182,"Cost":156,"Date":"1/1/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":486,"Cost":452,"Date":"12/27/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"12/31/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":495,"Date":"8/10/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":369,"Cost":274,"Date":"7/14/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":95,"Cost":67,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":665,"Date":"1/1/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":599,"Date":"12/27/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":753,"Cost":658,"Date":"12/31/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":783,"Cost":634,"Date":"8/10/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":455,"Date":"7/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":73,"Cost":58,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"1/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":55,"Cost":37,"Date":"12/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":253,"Cost":138,"Date":"12/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":256,"Cost":239,"Date":"8/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":850,"Cost":623,"Date":"7/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":296,"Cost":241,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":990,"Cost":632,"Date":"1/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":423,"Cost":329,"Date":"12/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":857,"Cost":757,"Date":"12/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":248,"Cost":188,"Date":"8/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":933,"Cost":582,"Date":"7/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":983,"Cost":868,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":644,"Date":"1/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":297,"Cost":183,"Date":"12/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":535,"Cost":396,"Date":"12/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":404,"Cost":366,"Date":"8/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":138,"Cost":89,"Date":"7/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":238,"Cost":195,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":301,"Date":"1/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":586,"Cost":473,"Date":"12/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":307,"Cost":251,"Date":"12/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":804,"Cost":652,"Date":"8/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":199,"Date":"7/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":400,"Cost":258,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":787,"Cost":736,"Date":"1/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":110,"Date":"12/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":504,"Cost":297,"Date":"12/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":573,"Date":"8/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":600,"Date":"7/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":635,"Cost":569,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"1/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":446,"Date":"12/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":51,"Date":"12/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":322,"Date":"8/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":526,"Date":"7/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":738,"Cost":507,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":270,"Cost":225,"Date":"1/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":612,"Cost":453,"Date":"12/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":6,"Date":"12/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":842,"Cost":458,"Date":"8/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":68,"Date":"7/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":1000,"Cost":840,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":256,"Cost":178,"Date":"1/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":246,"Cost":157,"Date":"12/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":936,"Cost":672,"Date":"12/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":117,"Cost":75,"Date":"8/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":664,"Cost":517,"Date":"7/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":394,"Cost":314,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":948,"Cost":774,"Date":"1/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":346,"Cost":197,"Date":"12/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":118,"Cost":91,"Date":"12/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":744,"Cost":648,"Date":"8/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":149,"Date":"7/14/2024"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":406,"Cost":240,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":348,"Date":"1/1/2020"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":384,"Date":"12/27/2022"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":362,"Cost":308,"Date":"12/31/2022"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":319,"Cost":227,"Date":"8/10/2023"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":806,"Date":"7/14/2024"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":956,"Cost":721,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":527,"Date":"1/1/2020"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":11,"Date":"12/27/2022"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":143,"Date":"12/31/2022"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":352,"Cost":246,"Date":"8/10/2023"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":758,"Cost":487,"Date":"7/14/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":426,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":543,"Cost":341,"Date":"1/1/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":413,"Cost":366,"Date":"12/27/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":29,"Date":"12/31/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":164,"Cost":152,"Date":"8/10/2023"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":381,"Cost":267,"Date":"7/14/2024"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":107,"Cost":86,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":853,"Date":"1/1/2020"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":322,"Date":"12/27/2022"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":843,"Cost":684,"Date":"12/31/2022"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":346,"Cost":324,"Date":"8/10/2023"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":207,"Cost":132,"Date":"7/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":594,"Cost":520,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":264,"Date":"1/1/2020"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":416,"Cost":223,"Date":"12/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":252,"Date":"12/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":731,"Cost":629,"Date":"8/10/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":390,"Cost":334,"Date":"7/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":999,"Cost":591,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":208,"Date":"1/1/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":171,"Date":"12/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":343,"Cost":257,"Date":"12/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":230,"Date":"8/10/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":44,"Date":"7/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":285,"Cost":158,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":390,"Date":"1/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":367,"Date":"12/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":716,"Cost":503,"Date":"12/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":257,"Cost":172,"Date":"8/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":458,"Date":"7/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":241,"Date":"1/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":522,"Cost":463,"Date":"12/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":715,"Cost":475,"Date":"12/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":561,"Cost":480,"Date":"8/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":497,"Cost":259,"Date":"7/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":89,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":687,"Date":"1/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":273,"Date":"12/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":597,"Cost":484,"Date":"12/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":49,"Date":"8/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":203,"Date":"7/14/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":488,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":375,"Cost":287,"Date":"1/1/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":474,"Cost":301,"Date":"12/27/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":191,"Cost":120,"Date":"12/31/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":432,"Cost":236,"Date":"8/10/2023"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":691,"Cost":519,"Date":"7/14/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":715,"Cost":549,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":543,"Date":"1/1/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":366,"Cost":275,"Date":"12/27/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":442,"Cost":343,"Date":"12/31/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":407,"Cost":316,"Date":"8/10/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":917,"Cost":754,"Date":"7/14/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":450,"Cost":296,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":816,"Date":"1/1/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":49,"Cost":33,"Date":"12/27/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":101,"Cost":56,"Date":"12/31/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":544,"Date":"8/10/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":696,"Cost":555,"Date":"7/14/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":615,"Cost":484,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":91,"Date":"1/1/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":981,"Cost":686,"Date":"12/27/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":542,"Cost":504,"Date":"12/31/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":440,"Cost":402,"Date":"8/10/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":255,"Date":"7/14/2024"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":360,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":507,"Cost":439,"Date":"1/1/2020"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":700,"Date":"12/27/2022"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":471,"Date":"12/31/2022"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":807,"Date":"8/10/2023"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":113,"Cost":62,"Date":"7/14/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":91,"Cost":69,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":201,"Date":"1/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":529,"Cost":311,"Date":"12/27/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":597,"Date":"12/31/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":770,"Cost":483,"Date":"8/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":397,"Cost":362,"Date":"7/14/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":279,"Cost":259,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":936,"Cost":877,"Date":"1/1/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":721,"Cost":600,"Date":"12/27/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":107,"Cost":54,"Date":"12/31/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":130,"Cost":91,"Date":"8/10/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":628,"Cost":382,"Date":"7/14/2024"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":212,"Cost":116,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":135,"Date":"1/1/2020"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":65,"Date":"12/27/2022"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":909,"Cost":609,"Date":"12/31/2022"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":607,"Date":"8/10/2023"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":23,"Cost":13,"Date":"7/14/2024"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":821,"Cost":484,"Date":"1/1/2020"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":284,"Cost":154,"Date":"12/27/2022"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":211,"Date":"12/31/2022"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":545,"Cost":328,"Date":"8/10/2023"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":780,"Cost":631,"Date":"7/14/2024"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":66,"Cost":60,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":141,"Date":"1/1/2020"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":561,"Cost":477,"Date":"12/27/2022"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":915,"Cost":606,"Date":"12/31/2022"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":63,"Cost":33,"Date":"8/10/2023"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":954,"Cost":589,"Date":"7/14/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":518,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":100,"Cost":52,"Date":"1/1/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":954,"Cost":793,"Date":"12/27/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":23,"Cost":11,"Date":"12/31/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":36,"Cost":31,"Date":"8/10/2023"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":984,"Cost":720,"Date":"7/14/2024"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":468,"Cost":343,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":548,"Cost":469,"Date":"1/1/2020"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":434,"Date":"12/27/2022"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":523,"Date":"12/31/2022"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":157,"Date":"8/10/2023"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":712,"Cost":460,"Date":"7/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":266,"Cost":157,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":39,"Date":"1/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":568,"Cost":364,"Date":"12/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":650,"Cost":340,"Date":"12/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":241,"Cost":228,"Date":"8/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":566,"Cost":399,"Date":"7/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":710,"Cost":392,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":575,"Cost":422,"Date":"1/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":516,"Cost":488,"Date":"12/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":271,"Cost":225,"Date":"12/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":465,"Cost":237,"Date":"8/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":555,"Cost":281,"Date":"7/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":747,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":298,"Cost":263,"Date":"1/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":55,"Cost":39,"Date":"12/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":99,"Cost":55,"Date":"12/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":300,"Date":"8/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":650,"Cost":428,"Date":"7/14/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":588,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":454,"Date":"1/1/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":433,"Cost":226,"Date":"12/27/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":215,"Cost":135,"Date":"12/31/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":645,"Cost":339,"Date":"8/10/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":585,"Cost":340,"Date":"7/14/2024"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":597,"Cost":500,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":878,"Cost":699,"Date":"1/1/2020"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":579,"Cost":506,"Date":"12/27/2022"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":841,"Cost":530,"Date":"12/31/2022"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":528,"Cost":311,"Date":"8/10/2023"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":92,"Cost":47,"Date":"7/14/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":354,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":262,"Cost":178,"Date":"1/1/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":354,"Date":"12/27/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":363,"Date":"12/31/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":223,"Cost":209,"Date":"8/10/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":520,"Cost":494,"Date":"7/14/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":180,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":129,"Cost":105,"Date":"1/1/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":11,"Cost":7,"Date":"12/27/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":342,"Cost":249,"Date":"12/31/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":946,"Cost":479,"Date":"8/10/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":937,"Cost":852,"Date":"7/14/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":933,"Cost":639,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":149,"Cost":79,"Date":"1/1/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":872,"Cost":462,"Date":"12/27/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":99,"Date":"12/31/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":993,"Cost":524,"Date":"8/10/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":479,"Cost":424,"Date":"7/14/2024"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":267,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":854,"Cost":647,"Date":"1/1/2020"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":524,"Date":"12/27/2022"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":580,"Date":"12/31/2022"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":587,"Date":"8/10/2023"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":218,"Cost":206,"Date":"7/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":73,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":225,"Cost":181,"Date":"1/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":135,"Cost":111,"Date":"12/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":365,"Date":"12/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":259,"Date":"8/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":539,"Date":"7/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":420,"Cost":343,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":841,"Cost":564,"Date":"1/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":51,"Date":"12/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":620,"Cost":358,"Date":"12/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":660,"Cost":597,"Date":"8/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":134,"Cost":122,"Date":"7/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":489,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":16,"Cost":8,"Date":"1/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":594,"Cost":354,"Date":"12/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":543,"Date":"12/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":870,"Cost":773,"Date":"8/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":549,"Date":"7/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":48,"Cost":41,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":223,"Date":"1/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":178,"Date":"12/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":443,"Cost":245,"Date":"12/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":250,"Date":"8/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":175,"Cost":150,"Date":"7/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":450,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":188,"Cost":175,"Date":"1/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":913,"Cost":710,"Date":"12/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":747,"Date":"12/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":617,"Cost":550,"Date":"8/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":394,"Cost":276,"Date":"7/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":322,"Cost":274,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"1/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":567,"Date":"12/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":721,"Date":"12/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":720,"Cost":482,"Date":"8/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":109,"Date":"7/14/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":929,"Cost":654,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":794,"Cost":615,"Date":"1/1/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":431,"Cost":314,"Date":"12/27/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":260,"Cost":202,"Date":"12/31/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":547,"Date":"8/10/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":206,"Date":"7/14/2024"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":909,"Cost":782,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":383,"Cost":230,"Date":"1/1/2020"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":141,"Cost":131,"Date":"12/27/2022"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":800,"Cost":547,"Date":"12/31/2022"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":748,"Cost":520,"Date":"8/10/2023"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":131,"Cost":92,"Date":"7/14/2024"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":70,"Cost":39,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":399,"Cost":344,"Date":"1/1/2020"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":50,"Cost":26,"Date":"12/27/2022"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":151,"Cost":95,"Date":"12/31/2022"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":273,"Cost":138,"Date":"8/10/2023"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":724,"Cost":670,"Date":"7/14/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":233,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":367,"Cost":279,"Date":"1/1/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":884,"Cost":664,"Date":"12/27/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":10,"Date":"12/31/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":374,"Date":"8/10/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":637,"Cost":355,"Date":"7/14/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":334,"Cost":204,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":708,"Cost":481,"Date":"1/1/2020"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":386,"Date":"12/27/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":291,"Cost":248,"Date":"12/31/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":105,"Cost":98,"Date":"8/10/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":85,"Cost":65,"Date":"7/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":84,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":244,"Date":"1/1/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":889,"Cost":687,"Date":"12/27/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":474,"Cost":441,"Date":"12/31/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":774,"Cost":387,"Date":"8/10/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":509,"Cost":468,"Date":"7/14/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":903,"Cost":744,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":530,"Cost":395,"Date":"1/1/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":758,"Cost":695,"Date":"12/27/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":212,"Cost":108,"Date":"12/31/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":470,"Date":"8/10/2023"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":660,"Cost":563,"Date":"7/14/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":497,"Cost":250,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":716,"Cost":638,"Date":"1/1/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":839,"Cost":695,"Date":"12/27/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":35,"Cost":33,"Date":"12/31/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":196,"Date":"8/10/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":121,"Cost":69,"Date":"7/14/2024"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":951,"Cost":517,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":699,"Cost":652,"Date":"1/1/2020"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":721,"Cost":566,"Date":"12/27/2022"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":956,"Cost":606,"Date":"12/31/2022"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":825,"Cost":770,"Date":"8/10/2023"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":908,"Cost":747,"Date":"7/14/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":285,"Cost":269,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":462,"Date":"1/1/2020"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":914,"Cost":854,"Date":"12/27/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":192,"Date":"12/31/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":289,"Date":"8/10/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":45,"Date":"7/14/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":927,"Cost":704,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":919,"Cost":501,"Date":"1/1/2020"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":929,"Cost":788,"Date":"12/27/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":428,"Cost":372,"Date":"12/31/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":86,"Cost":71,"Date":"8/10/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":396,"Cost":307,"Date":"7/14/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":298,"Cost":264,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":337,"Date":"1/1/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":674,"Date":"12/27/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":443,"Cost":322,"Date":"12/31/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":234,"Date":"8/10/2023"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":279,"Cost":228,"Date":"7/14/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":256,"Cost":161,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":191,"Date":"1/1/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":423,"Cost":326,"Date":"12/27/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":117,"Cost":67,"Date":"12/31/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":301,"Cost":178,"Date":"8/10/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":406,"Cost":229,"Date":"7/14/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":877,"Cost":607,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":22,"Date":"1/1/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":746,"Cost":438,"Date":"12/27/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":337,"Cost":204,"Date":"12/31/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":250,"Date":"8/10/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":445,"Cost":229,"Date":"7/14/2024"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":41,"Cost":32,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":588,"Date":"1/1/2020"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":69,"Cost":45,"Date":"12/27/2022"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":814,"Cost":525,"Date":"12/31/2022"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":418,"Cost":366,"Date":"8/10/2023"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":84,"Date":"7/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":178,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":549,"Date":"1/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":262,"Date":"12/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":561,"Date":"12/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":684,"Date":"8/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"7/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":154,"Cost":79,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":680,"Cost":555,"Date":"1/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":739,"Cost":551,"Date":"12/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"12/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":561,"Date":"8/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":807,"Cost":418,"Date":"7/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":411,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":514,"Cost":311,"Date":"1/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":228,"Cost":200,"Date":"12/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":754,"Cost":440,"Date":"12/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":425,"Cost":369,"Date":"8/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":511,"Date":"7/14/2024"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":136,"Cost":93,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":604,"Date":"1/1/2020"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":16,"Date":"12/27/2022"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":22,"Cost":13,"Date":"12/31/2022"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":267,"Cost":143,"Date":"8/10/2023"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":262,"Cost":201,"Date":"7/14/2024"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":487,"Cost":386,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":166,"Date":"1/1/2020"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":142,"Date":"12/27/2022"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":77,"Cost":66,"Date":"12/31/2022"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":643,"Cost":359,"Date":"8/10/2023"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":893,"Cost":738,"Date":"7/14/2024"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":471,"Cost":432,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":179,"Date":"1/1/2020"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":625,"Cost":482,"Date":"12/27/2022"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":332,"Cost":294,"Date":"12/31/2022"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":455,"Cost":315,"Date":"8/10/2023"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":920,"Cost":461,"Date":"7/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":787,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":362,"Date":"1/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":846,"Cost":559,"Date":"12/27/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":588,"Date":"12/31/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":336,"Cost":216,"Date":"8/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":976,"Cost":897,"Date":"7/14/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":163,"Cost":97,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":940,"Cost":584,"Date":"1/1/2020"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":340,"Cost":213,"Date":"12/27/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":668,"Date":"12/31/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":573,"Date":"8/10/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":168,"Date":"7/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":284,"Cost":242,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":166,"Cost":98,"Date":"1/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":806,"Cost":590,"Date":"12/27/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":40,"Date":"12/31/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":46,"Date":"8/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":313,"Date":"7/14/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":919,"Cost":674,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":690,"Date":"1/1/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":258,"Cost":148,"Date":"12/27/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":553,"Date":"12/31/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":225,"Date":"8/10/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":894,"Cost":711,"Date":"7/14/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":250,"Cost":196,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":826,"Date":"1/1/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":600,"Cost":500,"Date":"12/27/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":312,"Date":"12/31/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":84,"Date":"8/10/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":324,"Cost":289,"Date":"7/14/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":365,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":266,"Cost":169,"Date":"1/1/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":191,"Date":"12/27/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":578,"Cost":439,"Date":"12/31/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":678,"Cost":637,"Date":"8/10/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":33,"Cost":21,"Date":"7/14/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":860,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":693,"Date":"1/1/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":989,"Cost":744,"Date":"12/27/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":684,"Cost":355,"Date":"12/31/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":843,"Cost":695,"Date":"8/10/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":893,"Cost":609,"Date":"7/14/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":252,"Cost":155,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":231,"Date":"1/1/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":258,"Cost":197,"Date":"12/27/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":609,"Cost":407,"Date":"12/31/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":21,"Cost":19,"Date":"8/10/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":478,"Date":"7/14/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":976,"Cost":803,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":599,"Cost":418,"Date":"1/1/2020"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":344,"Cost":310,"Date":"12/27/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":57,"Date":"12/31/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":547,"Date":"8/10/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":913,"Cost":546,"Date":"7/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":81,"Cost":72,"Date":"11/23/2018"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":308,"Date":"1/1/2020"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":901,"Cost":730,"Date":"12/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":767,"Cost":511,"Date":"12/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":59,"Date":"8/10/2023"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":623,"Cost":342,"Date":"7/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":371,"Cost":234,"Date":"11/23/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":846,"Cost":658,"Date":"1/1/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":249,"Cost":148,"Date":"12/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":623,"Cost":431,"Date":"12/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":685,"Cost":447,"Date":"8/10/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":120,"Cost":100,"Date":"7/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":304,"Cost":218,"Date":"11/23/2018"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":298,"Cost":226,"Date":"1/1/2020"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":83,"Cost":56,"Date":"12/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":908,"Cost":565,"Date":"12/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":33,"Date":"8/10/2023"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":36,"Cost":25,"Date":"7/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":323,"Cost":273,"Date":"11/23/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":437,"Cost":237,"Date":"1/1/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":587,"Cost":454,"Date":"12/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":224,"Cost":198,"Date":"12/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":859,"Cost":639,"Date":"8/10/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":516,"Cost":348,"Date":"7/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":614,"Cost":512,"Date":"11/23/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":558,"Cost":354,"Date":"1/1/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":303,"Cost":181,"Date":"12/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":221,"Cost":133,"Date":"12/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":405,"Cost":281,"Date":"8/10/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":415,"Cost":333,"Date":"7/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":246,"Cost":141,"Date":"11/23/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":769,"Cost":448,"Date":"1/1/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":491,"Cost":388,"Date":"12/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":328,"Cost":261,"Date":"12/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":770,"Cost":387,"Date":"8/10/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":857,"Cost":674,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":205,"Cost":141,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":534,"Cost":370,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":62,"Cost":41,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":726,"Cost":647,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":874,"Cost":672,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":219,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":848,"Cost":737,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":44,"Cost":34,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":905,"Cost":641,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":903,"Cost":499,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":712,"Cost":569,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":333,"Cost":287,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":453,"Cost":373,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":829,"Cost":497,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":57,"Cost":39,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":346,"Cost":185,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":384,"Cost":217,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":667,"Date":"7/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":279,"Cost":154,"Date":"11/23/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":446,"Cost":283,"Date":"1/1/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":780,"Cost":575,"Date":"12/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":366,"Cost":312,"Date":"12/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":258,"Cost":198,"Date":"8/10/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":622,"Cost":534,"Date":"7/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":584,"Cost":505,"Date":"11/23/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":552,"Cost":424,"Date":"1/1/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":896,"Cost":816,"Date":"12/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":415,"Cost":262,"Date":"12/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":249,"Cost":141,"Date":"8/10/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":536,"Cost":290,"Date":"7/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":297,"Cost":240,"Date":"11/23/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":654,"Cost":618,"Date":"1/1/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":590,"Date":"12/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":717,"Cost":566,"Date":"12/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":512,"Date":"8/10/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":266,"Cost":208,"Date":"7/14/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":474,"Cost":351,"Date":"11/23/2018"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":603,"Cost":455,"Date":"1/1/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":43,"Cost":27,"Date":"12/27/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":413,"Cost":356,"Date":"12/31/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":809,"Cost":618,"Date":"8/10/2023"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":362,"Cost":255,"Date":"7/14/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":665,"Cost":427,"Date":"11/23/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":592,"Cost":460,"Date":"1/1/2020"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":931,"Cost":602,"Date":"12/27/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":582,"Cost":383,"Date":"12/31/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":281,"Cost":176,"Date":"8/10/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":917,"Cost":582,"Date":"7/14/2024"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":94,"Date":"11/23/2018"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":986,"Cost":673,"Date":"1/1/2020"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":79,"Date":"12/27/2022"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":117,"Cost":60,"Date":"12/31/2022"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":304,"Cost":241,"Date":"8/10/2023"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":277,"Cost":157,"Date":"7/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":372,"Cost":302,"Date":"11/23/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":106,"Cost":60,"Date":"1/1/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":345,"Date":"12/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":758,"Cost":522,"Date":"12/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":345,"Date":"8/10/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":127,"Cost":107,"Date":"7/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":434,"Cost":357,"Date":"11/23/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":767,"Cost":690,"Date":"1/1/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":238,"Cost":164,"Date":"12/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":240,"Date":"12/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":69,"Date":"8/10/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":502,"Cost":430,"Date":"7/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":613,"Cost":450,"Date":"11/23/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":701,"Cost":393,"Date":"1/1/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":423,"Cost":336,"Date":"12/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":948,"Cost":766,"Date":"12/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":434,"Cost":407,"Date":"8/10/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":128,"Cost":71,"Date":"7/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":658,"Cost":494,"Date":"11/23/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":165,"Date":"1/1/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":176,"Date":"12/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":70,"Cost":39,"Date":"12/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":964,"Cost":529,"Date":"8/10/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":930,"Cost":563,"Date":"7/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":995,"Cost":528,"Date":"11/23/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":808,"Cost":632,"Date":"1/1/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":103,"Cost":78,"Date":"12/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":679,"Cost":500,"Date":"12/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":31,"Cost":20,"Date":"8/10/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":694,"Cost":510,"Date":"7/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":63,"Cost":60,"Date":"11/23/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":576,"Cost":314,"Date":"1/1/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":728,"Cost":488,"Date":"12/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":532,"Cost":391,"Date":"12/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":538,"Cost":405,"Date":"8/10/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":518,"Cost":482,"Date":"7/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":954,"Cost":719,"Date":"11/23/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":404,"Cost":375,"Date":"1/1/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":378,"Date":"12/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":542,"Date":"12/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":731,"Cost":678,"Date":"8/10/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":915,"Cost":835,"Date":"7/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":636,"Cost":474,"Date":"11/23/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":340,"Cost":263,"Date":"1/1/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":917,"Cost":535,"Date":"12/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":466,"Date":"12/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":77,"Cost":45,"Date":"8/10/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":469,"Cost":270,"Date":"7/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":734,"Cost":616,"Date":"11/23/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":833,"Cost":578,"Date":"1/1/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":149,"Cost":86,"Date":"12/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":264,"Cost":177,"Date":"12/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":529,"Cost":442,"Date":"8/10/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":176,"Cost":130,"Date":"7/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":999,"Cost":900,"Date":"11/23/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":716,"Cost":609,"Date":"1/1/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":900,"Cost":612,"Date":"12/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":39,"Cost":31,"Date":"12/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":289,"Cost":251,"Date":"8/10/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":486,"Cost":439,"Date":"7/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":540,"Cost":337,"Date":"11/23/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":587,"Cost":410,"Date":"1/1/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":978,"Cost":789,"Date":"12/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":525,"Cost":311,"Date":"12/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":956,"Cost":645,"Date":"8/10/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":318,"Cost":243,"Date":"7/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":973,"Cost":839,"Date":"11/23/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":32,"Cost":26,"Date":"1/1/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":870,"Cost":658,"Date":"12/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":765,"Cost":495,"Date":"12/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":476,"Cost":404,"Date":"8/10/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":489,"Cost":298,"Date":"7/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":110,"Cost":81,"Date":"11/23/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":180,"Cost":117,"Date":"1/1/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":235,"Cost":174,"Date":"12/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":221,"Date":"12/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":759,"Cost":663,"Date":"8/10/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":661,"Cost":596,"Date":"7/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":448,"Cost":417,"Date":"11/23/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":844,"Cost":434,"Date":"1/1/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":67,"Cost":53,"Date":"12/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":414,"Cost":292,"Date":"12/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":940,"Cost":765,"Date":"8/10/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":962,"Cost":587,"Date":"7/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":723,"Cost":626,"Date":"11/23/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":1000,"Cost":874,"Date":"1/1/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":695,"Cost":458,"Date":"12/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":102,"Cost":70,"Date":"12/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":588,"Cost":480,"Date":"8/10/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":460,"Cost":429,"Date":"7/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":154,"Cost":125,"Date":"11/23/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":516,"Cost":336,"Date":"1/1/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":477,"Cost":286,"Date":"12/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":423,"Cost":309,"Date":"12/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":407,"Date":"8/10/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":245,"Cost":163,"Date":"7/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":570,"Cost":320,"Date":"11/23/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":564,"Cost":422,"Date":"1/1/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":239,"Cost":152,"Date":"12/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":503,"Cost":458,"Date":"12/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":136,"Cost":106,"Date":"8/10/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":404,"Cost":253,"Date":"7/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":804,"Cost":555,"Date":"11/23/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":423,"Date":"1/1/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":429,"Cost":295,"Date":"12/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":661,"Cost":358,"Date":"12/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":594,"Cost":349,"Date":"8/10/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":300,"Date":"7/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":403,"Cost":331,"Date":"11/23/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":342,"Cost":186,"Date":"1/1/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":417,"Cost":342,"Date":"12/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":10,"Cost":10,"Date":"12/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":318,"Cost":162,"Date":"8/10/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":643,"Cost":469,"Date":"7/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":463,"Cost":326,"Date":"11/23/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":171,"Cost":154,"Date":"1/1/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":116,"Cost":108,"Date":"12/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":714,"Cost":609,"Date":"12/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":744,"Cost":689,"Date":"8/10/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":797,"Cost":582,"Date":"7/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":193,"Cost":159,"Date":"11/23/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":710,"Cost":433,"Date":"1/1/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":202,"Date":"12/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":229,"Cost":149,"Date":"12/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":865,"Cost":794,"Date":"8/10/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":320,"Cost":276,"Date":"7/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":380,"Cost":335,"Date":"11/23/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":314,"Cost":162,"Date":"1/1/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":235,"Cost":197,"Date":"12/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":233,"Cost":184,"Date":"12/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":620,"Cost":390,"Date":"8/10/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":362,"Cost":221,"Date":"7/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":692,"Cost":484,"Date":"11/23/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":1000,"Cost":905,"Date":"1/1/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":118,"Cost":92,"Date":"12/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":160,"Cost":106,"Date":"12/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":59,"Cost":38,"Date":"8/10/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":663,"Cost":362,"Date":"7/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":514,"Date":"11/23/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":528,"Date":"1/1/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":637,"Cost":443,"Date":"12/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":979,"Cost":757,"Date":"12/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":299,"Date":"8/10/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":634,"Cost":434,"Date":"7/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":996,"Cost":622,"Date":"11/23/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":298,"Date":"1/1/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":808,"Cost":512,"Date":"12/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":794,"Cost":560,"Date":"12/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":195,"Cost":108,"Date":"8/10/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":973,"Cost":505,"Date":"7/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":453,"Cost":330,"Date":"11/23/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":558,"Cost":297,"Date":"1/1/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":200,"Cost":156,"Date":"12/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":940,"Cost":509,"Date":"12/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":414,"Date":"8/10/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":454,"Date":"7/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":317,"Cost":250,"Date":"11/23/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":103,"Cost":74,"Date":"1/1/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":588,"Cost":529,"Date":"12/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":800,"Cost":507,"Date":"12/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":231,"Cost":129,"Date":"8/10/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":526,"Cost":496,"Date":"7/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":32,"Cost":22,"Date":"11/23/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":992,"Cost":906,"Date":"1/1/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":485,"Cost":370,"Date":"12/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":153,"Cost":124,"Date":"12/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":202,"Cost":150,"Date":"8/10/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":254,"Cost":227,"Date":"7/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":261,"Cost":131,"Date":"11/23/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":38,"Cost":36,"Date":"1/1/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":949,"Cost":667,"Date":"12/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":858,"Cost":443,"Date":"12/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":331,"Cost":191,"Date":"8/10/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":813,"Cost":666,"Date":"7/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":603,"Cost":387,"Date":"11/23/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":729,"Cost":418,"Date":"1/1/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":295,"Cost":242,"Date":"12/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":788,"Cost":546,"Date":"12/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":873,"Cost":772,"Date":"8/10/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":446,"Cost":239,"Date":"7/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":162,"Cost":150,"Date":"11/23/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":462,"Cost":312,"Date":"1/1/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":498,"Cost":332,"Date":"12/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":501,"Cost":250,"Date":"12/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":453,"Cost":255,"Date":"8/10/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":366,"Cost":207,"Date":"7/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":713,"Date":"11/23/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":192,"Cost":116,"Date":"1/1/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":909,"Cost":503,"Date":"12/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":539,"Cost":341,"Date":"12/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":694,"Cost":484,"Date":"8/10/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":243,"Date":"7/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":381,"Cost":321,"Date":"11/23/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":466,"Cost":413,"Date":"1/1/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":150,"Cost":121,"Date":"12/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":498,"Date":"12/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":344,"Cost":224,"Date":"8/10/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":744,"Date":"7/14/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":659,"Cost":478,"Date":"11/23/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":198,"Cost":152,"Date":"1/1/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":362,"Cost":254,"Date":"12/27/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":478,"Cost":422,"Date":"12/31/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":47,"Cost":27,"Date":"8/10/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":657,"Cost":332,"Date":"7/14/2024"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":507,"Cost":397,"Date":"11/23/2018"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":156,"Cost":130,"Date":"1/1/2020"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":576,"Cost":342,"Date":"12/27/2022"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":630,"Cost":532,"Date":"12/31/2022"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":230,"Cost":138,"Date":"8/10/2023"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"7/14/2024"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":382,"Cost":299,"Date":"11/23/2018"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":318,"Cost":182,"Date":"1/1/2020"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":567,"Cost":489,"Date":"12/27/2022"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":198,"Cost":111,"Date":"12/31/2022"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":395,"Cost":216,"Date":"8/10/2023"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":561,"Cost":386,"Date":"7/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":844,"Cost":604,"Date":"11/23/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":490,"Cost":428,"Date":"1/1/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":111,"Cost":102,"Date":"12/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":347,"Cost":240,"Date":"12/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":789,"Cost":546,"Date":"8/10/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":293,"Cost":185,"Date":"7/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":347,"Cost":295,"Date":"11/23/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":339,"Cost":223,"Date":"1/1/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":280,"Cost":154,"Date":"12/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":28,"Cost":15,"Date":"12/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":249,"Cost":157,"Date":"8/10/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":178,"Cost":123,"Date":"7/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":326,"Cost":295,"Date":"11/23/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":643,"Cost":607,"Date":"1/1/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":79,"Cost":51,"Date":"12/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":301,"Date":"12/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":613,"Cost":367,"Date":"8/10/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":478,"Date":"7/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":9,"Cost":9,"Date":"11/23/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":689,"Cost":523,"Date":"1/1/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":769,"Cost":676,"Date":"12/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":389,"Date":"12/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":202,"Cost":177,"Date":"8/10/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":563,"Cost":454,"Date":"7/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":279,"Cost":261,"Date":"11/23/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":422,"Date":"1/1/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":707,"Cost":649,"Date":"12/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":309,"Cost":204,"Date":"12/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":130,"Cost":117,"Date":"8/10/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":851,"Cost":649,"Date":"7/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":372,"Cost":278,"Date":"11/23/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":264,"Cost":207,"Date":"1/1/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":771,"Cost":487,"Date":"12/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":346,"Cost":324,"Date":"12/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":558,"Cost":325,"Date":"8/10/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":980,"Cost":871,"Date":"7/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":343,"Cost":248,"Date":"11/23/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":682,"Cost":510,"Date":"1/1/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":660,"Cost":547,"Date":"12/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":722,"Cost":508,"Date":"12/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":835,"Cost":769,"Date":"8/10/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":867,"Cost":791,"Date":"7/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":241,"Cost":207,"Date":"11/23/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":48,"Cost":37,"Date":"1/1/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":731,"Cost":403,"Date":"12/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":568,"Date":"12/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":207,"Cost":163,"Date":"8/10/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":216,"Cost":143,"Date":"7/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":588,"Cost":365,"Date":"11/23/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":89,"Date":"1/1/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":205,"Cost":105,"Date":"12/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":674,"Cost":600,"Date":"12/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":590,"Date":"8/10/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":624,"Cost":571,"Date":"7/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":999,"Cost":948,"Date":"11/23/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":105,"Cost":77,"Date":"1/1/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":71,"Cost":63,"Date":"12/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":63,"Cost":36,"Date":"12/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":888,"Cost":543,"Date":"8/10/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":994,"Cost":690,"Date":"7/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":769,"Cost":490,"Date":"11/23/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":287,"Cost":151,"Date":"1/1/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":268,"Cost":202,"Date":"12/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":889,"Cost":488,"Date":"12/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":203,"Cost":168,"Date":"8/10/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":13,"Cost":10,"Date":"7/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":346,"Cost":247,"Date":"11/23/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":768,"Cost":463,"Date":"1/1/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":295,"Cost":184,"Date":"12/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":682,"Cost":476,"Date":"12/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":102,"Cost":64,"Date":"8/10/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":376,"Cost":328,"Date":"7/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":237,"Cost":144,"Date":"11/23/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":148,"Date":"1/1/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":318,"Date":"12/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":379,"Date":"12/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":876,"Cost":452,"Date":"8/10/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":478,"Cost":422,"Date":"7/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":999,"Cost":928,"Date":"11/23/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":820,"Cost":499,"Date":"1/1/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":323,"Cost":306,"Date":"12/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":413,"Cost":333,"Date":"12/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":412,"Cost":339,"Date":"8/10/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":351,"Cost":317,"Date":"7/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":968,"Cost":536,"Date":"11/23/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":326,"Cost":207,"Date":"1/1/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":107,"Date":"12/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":972,"Cost":613,"Date":"12/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":227,"Cost":133,"Date":"8/10/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":477,"Cost":413,"Date":"7/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":69,"Cost":40,"Date":"11/23/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":716,"Cost":461,"Date":"1/1/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":919,"Cost":671,"Date":"12/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":336,"Cost":181,"Date":"12/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":793,"Cost":538,"Date":"8/10/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":358,"Cost":272,"Date":"7/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":206,"Cost":123,"Date":"11/23/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":347,"Cost":212,"Date":"1/1/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":406,"Cost":271,"Date":"12/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":869,"Cost":616,"Date":"12/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":89,"Cost":60,"Date":"8/10/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":584,"Cost":540,"Date":"7/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":96,"Date":"11/23/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":898,"Cost":527,"Date":"1/1/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":272,"Cost":194,"Date":"12/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":310,"Cost":226,"Date":"12/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":673,"Cost":544,"Date":"8/10/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":157,"Cost":146,"Date":"7/14/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":72,"Cost":54,"Date":"11/23/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":250,"Cost":194,"Date":"1/1/2020"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":47,"Date":"12/27/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":795,"Cost":468,"Date":"12/31/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":194,"Date":"8/10/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":452,"Cost":232,"Date":"7/14/2024"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":555,"Cost":380,"Date":"11/23/2018"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":134,"Cost":127,"Date":"1/1/2020"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":265,"Date":"12/27/2022"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":558,"Cost":310,"Date":"12/31/2022"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":772,"Cost":643,"Date":"8/10/2023"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":818,"Cost":616,"Date":"7/14/2024"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":238,"Cost":178,"Date":"11/23/2018"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":982,"Cost":839,"Date":"1/1/2020"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":63,"Cost":40,"Date":"12/27/2022"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":780,"Cost":736,"Date":"12/31/2022"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":564,"Cost":475,"Date":"8/10/2023"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":657,"Cost":521,"Date":"7/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":694,"Cost":525,"Date":"11/23/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":87,"Date":"1/1/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":408,"Date":"12/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":797,"Cost":668,"Date":"12/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":695,"Cost":376,"Date":"8/10/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":13,"Cost":10,"Date":"7/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":128,"Cost":80,"Date":"11/23/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":573,"Cost":294,"Date":"1/1/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":855,"Cost":597,"Date":"12/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":532,"Cost":266,"Date":"12/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":867,"Cost":641,"Date":"8/10/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":675,"Date":"7/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":895,"Cost":562,"Date":"11/23/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":68,"Cost":60,"Date":"1/1/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":213,"Cost":198,"Date":"12/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":228,"Cost":179,"Date":"12/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":985,"Cost":841,"Date":"8/10/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":34,"Cost":18,"Date":"7/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":273,"Cost":256,"Date":"11/23/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":502,"Date":"1/1/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":124,"Cost":104,"Date":"12/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":694,"Cost":512,"Date":"12/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":117,"Cost":62,"Date":"8/10/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":71,"Cost":40,"Date":"7/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":287,"Cost":239,"Date":"11/23/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":266,"Date":"1/1/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":739,"Cost":561,"Date":"12/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":918,"Cost":466,"Date":"12/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":954,"Cost":744,"Date":"8/10/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":96,"Cost":66,"Date":"7/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":446,"Cost":317,"Date":"11/23/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":769,"Cost":437,"Date":"1/1/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":685,"Cost":468,"Date":"12/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":576,"Cost":516,"Date":"12/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":770,"Cost":592,"Date":"8/10/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":596,"Cost":356,"Date":"7/14/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":978,"Cost":784,"Date":"11/23/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":879,"Cost":589,"Date":"1/1/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":669,"Cost":590,"Date":"12/27/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":386,"Cost":209,"Date":"12/31/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":586,"Cost":318,"Date":"8/10/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":180,"Date":"7/14/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":501,"Date":"11/23/2018"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":647,"Cost":495,"Date":"1/1/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":172,"Cost":92,"Date":"12/27/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":346,"Cost":181,"Date":"12/31/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":431,"Cost":311,"Date":"8/10/2023"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":504,"Cost":274,"Date":"7/14/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":480,"Cost":344,"Date":"11/23/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":732,"Cost":385,"Date":"1/1/2020"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":869,"Cost":731,"Date":"12/27/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":379,"Cost":304,"Date":"12/31/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":866,"Cost":800,"Date":"8/10/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":954,"Cost":586,"Date":"7/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":701,"Date":"11/23/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":254,"Cost":215,"Date":"1/1/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":487,"Cost":276,"Date":"12/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":693,"Cost":531,"Date":"12/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":527,"Date":"8/10/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":678,"Date":"7/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":400,"Cost":228,"Date":"11/23/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":111,"Cost":101,"Date":"1/1/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":294,"Cost":258,"Date":"12/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":440,"Cost":309,"Date":"12/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":314,"Cost":183,"Date":"8/10/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":126,"Cost":75,"Date":"7/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":70,"Cost":60,"Date":"11/23/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":783,"Cost":420,"Date":"1/1/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":453,"Cost":263,"Date":"12/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":496,"Cost":372,"Date":"12/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":103,"Cost":62,"Date":"8/10/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":874,"Cost":579,"Date":"7/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":951,"Cost":888,"Date":"11/23/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":171,"Cost":142,"Date":"1/1/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":537,"Cost":343,"Date":"12/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":159,"Cost":120,"Date":"12/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":161,"Cost":90,"Date":"8/10/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":48,"Cost":29,"Date":"7/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":704,"Cost":525,"Date":"11/23/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":224,"Cost":193,"Date":"1/1/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":123,"Cost":64,"Date":"12/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":447,"Cost":241,"Date":"12/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":823,"Cost":608,"Date":"8/10/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":407,"Cost":384,"Date":"7/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":592,"Cost":515,"Date":"11/23/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":617,"Cost":515,"Date":"1/1/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":458,"Cost":414,"Date":"12/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":906,"Cost":745,"Date":"12/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":572,"Cost":422,"Date":"8/10/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":771,"Cost":442,"Date":"7/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":56,"Cost":50,"Date":"11/23/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":626,"Cost":405,"Date":"1/1/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":624,"Cost":429,"Date":"12/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":713,"Cost":555,"Date":"12/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":118,"Cost":82,"Date":"8/10/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":292,"Cost":222,"Date":"7/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":236,"Cost":213,"Date":"11/23/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":595,"Cost":411,"Date":"1/1/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":231,"Cost":146,"Date":"12/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":217,"Cost":141,"Date":"12/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":486,"Cost":400,"Date":"8/10/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":597,"Cost":513,"Date":"7/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":260,"Cost":185,"Date":"11/23/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":579,"Cost":522,"Date":"1/1/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":45,"Cost":35,"Date":"12/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":788,"Cost":505,"Date":"12/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":144,"Cost":111,"Date":"8/10/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":97,"Cost":87,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":156,"Cost":90,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":268,"Cost":169,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":6,"Cost":5,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":369,"Cost":318,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":24,"Cost":18,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":988,"Cost":812,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":617,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":504,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":237,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":82,"Cost":77,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":246,"Cost":198,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":146,"Cost":115,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":451,"Cost":363,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":462,"Cost":381,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":658,"Cost":451,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":503,"Cost":363,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":275,"Cost":181,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":504,"Cost":331,"Date":"7/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":253,"Cost":170,"Date":"11/23/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":684,"Cost":571,"Date":"1/1/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":756,"Cost":597,"Date":"12/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":451,"Cost":326,"Date":"12/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":105,"Cost":79,"Date":"8/10/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":818,"Cost":428,"Date":"7/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":272,"Cost":187,"Date":"11/23/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":664,"Cost":510,"Date":"1/1/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":527,"Cost":370,"Date":"12/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":675,"Date":"12/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":53,"Date":"8/10/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":244,"Cost":204,"Date":"7/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":322,"Cost":238,"Date":"11/23/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":311,"Cost":267,"Date":"1/1/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":910,"Cost":535,"Date":"12/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":943,"Cost":484,"Date":"12/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":452,"Cost":351,"Date":"8/10/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":631,"Cost":426,"Date":"7/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":364,"Cost":184,"Date":"11/23/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":280,"Date":"1/1/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":202,"Cost":168,"Date":"12/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":757,"Date":"12/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":856,"Date":"8/10/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":55,"Cost":48,"Date":"7/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":351,"Cost":321,"Date":"11/23/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":258,"Cost":202,"Date":"1/1/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":916,"Cost":779,"Date":"12/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":73,"Cost":60,"Date":"12/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":402,"Date":"8/10/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":233,"Cost":130,"Date":"7/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":28,"Cost":14,"Date":"11/23/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":255,"Cost":176,"Date":"1/1/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":915,"Cost":786,"Date":"12/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":293,"Cost":152,"Date":"12/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":362,"Cost":251,"Date":"8/10/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":301,"Cost":210,"Date":"7/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":986,"Cost":933,"Date":"11/23/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":343,"Date":"1/1/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":47,"Date":"12/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":309,"Date":"12/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":651,"Cost":480,"Date":"8/10/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":913,"Cost":564,"Date":"7/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":299,"Cost":254,"Date":"11/23/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":113,"Date":"1/1/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":114,"Cost":76,"Date":"12/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":716,"Cost":412,"Date":"12/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":174,"Cost":161,"Date":"8/10/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":389,"Cost":253,"Date":"7/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":254,"Cost":214,"Date":"11/23/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":666,"Cost":602,"Date":"1/1/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":519,"Cost":386,"Date":"12/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":730,"Cost":572,"Date":"12/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":174,"Cost":163,"Date":"8/10/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":659,"Cost":432,"Date":"7/14/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":992,"Cost":785,"Date":"11/23/2018"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":95,"Date":"1/1/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":407,"Cost":303,"Date":"12/27/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":341,"Cost":225,"Date":"12/31/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":402,"Cost":362,"Date":"8/10/2023"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":282,"Cost":267,"Date":"7/14/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":526,"Cost":306,"Date":"11/23/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":964,"Cost":885,"Date":"1/1/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":821,"Cost":592,"Date":"12/27/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":487,"Cost":387,"Date":"12/31/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":668,"Cost":510,"Date":"8/10/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":867,"Cost":588,"Date":"7/14/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":811,"Cost":771,"Date":"11/23/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":219,"Cost":187,"Date":"1/1/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":452,"Cost":278,"Date":"12/27/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":92,"Date":"12/31/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":378,"Date":"8/10/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":785,"Date":"7/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":393,"Date":"11/23/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":445,"Cost":285,"Date":"1/1/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":616,"Cost":509,"Date":"12/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":629,"Cost":369,"Date":"12/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":192,"Cost":131,"Date":"8/10/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":246,"Date":"7/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":131,"Cost":71,"Date":"11/23/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":513,"Cost":414,"Date":"1/1/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":284,"Cost":222,"Date":"12/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":617,"Cost":342,"Date":"12/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":995,"Cost":687,"Date":"8/10/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":194,"Cost":163,"Date":"7/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":990,"Cost":914,"Date":"11/23/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":105,"Cost":74,"Date":"1/1/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":431,"Cost":250,"Date":"12/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":768,"Cost":411,"Date":"12/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":312,"Cost":179,"Date":"8/10/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":455,"Cost":356,"Date":"7/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":887,"Cost":535,"Date":"11/23/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":150,"Cost":105,"Date":"1/1/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":664,"Cost":359,"Date":"12/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":149,"Cost":100,"Date":"12/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":519,"Cost":328,"Date":"8/10/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":52,"Cost":33,"Date":"7/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":752,"Cost":389,"Date":"11/23/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":545,"Cost":330,"Date":"1/1/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":293,"Cost":246,"Date":"12/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":90,"Cost":83,"Date":"12/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":481,"Cost":444,"Date":"8/10/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":777,"Cost":731,"Date":"7/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":585,"Date":"11/23/2018"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":175,"Date":"1/1/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":71,"Cost":38,"Date":"12/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":629,"Cost":532,"Date":"12/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":652,"Cost":501,"Date":"8/10/2023"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":91,"Cost":86,"Date":"7/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":77,"Cost":63,"Date":"11/23/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":84,"Cost":62,"Date":"1/1/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":923,"Cost":622,"Date":"12/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":860,"Cost":458,"Date":"12/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":846,"Cost":620,"Date":"8/10/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":318,"Cost":203,"Date":"7/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":370,"Cost":320,"Date":"11/23/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":642,"Cost":563,"Date":"1/1/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":843,"Cost":667,"Date":"12/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":752,"Cost":592,"Date":"12/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":412,"Cost":336,"Date":"8/10/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":726,"Cost":456,"Date":"7/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":7,"Cost":7,"Date":"11/23/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":425,"Cost":276,"Date":"1/1/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":136,"Date":"12/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":183,"Cost":105,"Date":"12/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":183,"Cost":124,"Date":"8/10/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":856,"Cost":447,"Date":"7/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":761,"Date":"11/23/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":390,"Cost":253,"Date":"1/1/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":99,"Cost":84,"Date":"12/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":93,"Date":"12/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":481,"Cost":342,"Date":"8/10/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":997,"Cost":759,"Date":"7/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":426,"Cost":252,"Date":"11/23/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":601,"Cost":513,"Date":"1/1/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":801,"Cost":722,"Date":"12/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":769,"Cost":445,"Date":"12/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":761,"Cost":455,"Date":"8/10/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":833,"Cost":454,"Date":"7/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":621,"Cost":458,"Date":"11/23/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":616,"Date":"1/1/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":917,"Cost":490,"Date":"12/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":754,"Cost":577,"Date":"12/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":463,"Date":"8/10/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":489,"Cost":321,"Date":"7/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":27,"Cost":17,"Date":"11/23/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":632,"Cost":497,"Date":"1/1/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":666,"Cost":345,"Date":"12/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":354,"Cost":281,"Date":"12/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":484,"Cost":345,"Date":"8/10/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":841,"Cost":784,"Date":"7/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":237,"Cost":223,"Date":"11/23/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":763,"Cost":653,"Date":"1/1/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":975,"Cost":531,"Date":"12/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":610,"Cost":374,"Date":"12/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":973,"Cost":657,"Date":"8/10/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":745,"Cost":686,"Date":"7/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":430,"Cost":291,"Date":"11/23/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":83,"Cost":67,"Date":"1/1/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":444,"Date":"12/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":429,"Cost":319,"Date":"12/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":301,"Cost":243,"Date":"8/10/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":236,"Cost":172,"Date":"7/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":877,"Cost":570,"Date":"11/23/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":31,"Cost":21,"Date":"1/1/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":215,"Cost":156,"Date":"12/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":982,"Cost":584,"Date":"12/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":733,"Cost":647,"Date":"8/10/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":403,"Cost":267,"Date":"7/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":681,"Cost":599,"Date":"11/23/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":543,"Cost":399,"Date":"1/1/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":152,"Cost":127,"Date":"12/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":552,"Cost":382,"Date":"12/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":969,"Cost":678,"Date":"8/10/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":526,"Cost":411,"Date":"7/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":250,"Cost":137,"Date":"11/23/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":639,"Date":"1/1/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":76,"Cost":68,"Date":"12/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":613,"Cost":401,"Date":"12/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":451,"Date":"8/10/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":784,"Cost":646,"Date":"7/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":930,"Cost":861,"Date":"11/23/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":920,"Cost":870,"Date":"1/1/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":401,"Cost":261,"Date":"12/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":493,"Date":"12/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":20,"Cost":14,"Date":"8/10/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":352,"Cost":330,"Date":"7/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":463,"Cost":414,"Date":"11/23/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":786,"Cost":719,"Date":"1/1/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":337,"Cost":276,"Date":"12/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":766,"Cost":479,"Date":"12/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":159,"Cost":130,"Date":"8/10/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":399,"Cost":203,"Date":"7/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":891,"Cost":691,"Date":"11/23/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":783,"Cost":449,"Date":"1/1/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":382,"Cost":338,"Date":"12/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":898,"Cost":488,"Date":"12/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":912,"Cost":796,"Date":"8/10/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":600,"Cost":383,"Date":"7/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":675,"Cost":543,"Date":"11/23/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":698,"Cost":479,"Date":"1/1/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":560,"Date":"12/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":268,"Date":"12/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":161,"Cost":98,"Date":"8/10/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":94,"Cost":76,"Date":"7/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":817,"Cost":549,"Date":"11/23/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":79,"Cost":61,"Date":"1/1/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":76,"Date":"12/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":608,"Cost":351,"Date":"12/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":249,"Date":"8/10/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":320,"Cost":270,"Date":"7/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":652,"Cost":377,"Date":"11/23/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":969,"Cost":625,"Date":"1/1/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":445,"Date":"12/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":712,"Cost":502,"Date":"12/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":647,"Cost":557,"Date":"8/10/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":879,"Cost":613,"Date":"7/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":786,"Date":"11/23/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":841,"Cost":703,"Date":"1/1/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":863,"Cost":521,"Date":"12/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":57,"Cost":34,"Date":"12/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":617,"Cost":427,"Date":"8/10/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":459,"Date":"7/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":753,"Cost":599,"Date":"11/23/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":260,"Date":"1/1/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":608,"Date":"12/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":164,"Cost":151,"Date":"12/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":461,"Cost":284,"Date":"8/10/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":702,"Cost":356,"Date":"7/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":294,"Date":"11/23/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":534,"Cost":363,"Date":"1/1/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":225,"Cost":179,"Date":"12/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":437,"Date":"12/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":150,"Cost":135,"Date":"8/10/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":538,"Date":"7/14/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":28,"Cost":21,"Date":"11/23/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":185,"Cost":95,"Date":"1/1/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":923,"Cost":568,"Date":"12/27/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":90,"Cost":68,"Date":"12/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":467,"Cost":323,"Date":"8/10/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":759,"Cost":426,"Date":"7/14/2024"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":212,"Cost":194,"Date":"11/23/2018"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":177,"Cost":147,"Date":"1/1/2020"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":794,"Cost":677,"Date":"12/27/2022"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":256,"Cost":151,"Date":"12/31/2022"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":302,"Cost":167,"Date":"8/10/2023"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":588,"Cost":520,"Date":"7/14/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":999,"Cost":699,"Date":"11/23/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":123,"Cost":73,"Date":"1/1/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":538,"Cost":483,"Date":"12/27/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":45,"Cost":36,"Date":"12/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":18,"Cost":10,"Date":"8/10/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":647,"Cost":563,"Date":"7/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":412,"Cost":254,"Date":"11/23/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":660,"Cost":358,"Date":"1/1/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":323,"Cost":234,"Date":"12/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":343,"Date":"12/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":159,"Date":"8/10/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":461,"Cost":348,"Date":"7/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":302,"Cost":215,"Date":"11/23/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":532,"Cost":338,"Date":"1/1/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":708,"Cost":586,"Date":"12/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":179,"Cost":128,"Date":"12/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":552,"Cost":425,"Date":"8/10/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":854,"Cost":579,"Date":"7/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":2,"Date":"11/23/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":810,"Cost":685,"Date":"1/1/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":839,"Cost":439,"Date":"12/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":578,"Date":"12/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":248,"Cost":199,"Date":"8/10/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":136,"Cost":121,"Date":"7/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":313,"Cost":287,"Date":"11/23/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":20,"Date":"1/1/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":244,"Cost":164,"Date":"12/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":655,"Date":"12/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":517,"Cost":485,"Date":"8/10/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":368,"Cost":240,"Date":"7/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":95,"Date":"11/23/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":510,"Date":"1/1/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":328,"Cost":184,"Date":"12/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":259,"Date":"12/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":375,"Date":"8/10/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":996,"Cost":816,"Date":"7/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":453,"Date":"11/23/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":987,"Cost":870,"Date":"1/1/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":409,"Cost":246,"Date":"12/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":766,"Cost":477,"Date":"12/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":28,"Cost":17,"Date":"8/10/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":468,"Date":"7/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":70,"Date":"11/23/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":642,"Cost":358,"Date":"1/1/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":985,"Cost":700,"Date":"12/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":657,"Cost":361,"Date":"12/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":165,"Cost":134,"Date":"8/10/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":66,"Date":"7/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":629,"Cost":420,"Date":"11/23/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":499,"Cost":431,"Date":"1/1/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":343,"Cost":222,"Date":"12/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":28,"Cost":16,"Date":"12/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":263,"Date":"8/10/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":471,"Cost":272,"Date":"7/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":93,"Cost":69,"Date":"11/23/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":830,"Cost":502,"Date":"1/1/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":208,"Cost":147,"Date":"12/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":464,"Date":"12/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":32,"Cost":29,"Date":"8/10/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":330,"Date":"7/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":576,"Cost":461,"Date":"11/23/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":411,"Cost":318,"Date":"1/1/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":568,"Cost":350,"Date":"12/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":209,"Cost":178,"Date":"12/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":13,"Cost":7,"Date":"8/10/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":140,"Cost":126,"Date":"7/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":453,"Cost":297,"Date":"11/23/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":336,"Cost":218,"Date":"1/1/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":832,"Cost":472,"Date":"12/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":502,"Cost":467,"Date":"12/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":341,"Cost":270,"Date":"8/10/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":979,"Cost":927,"Date":"7/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":266,"Cost":243,"Date":"11/23/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":416,"Cost":332,"Date":"1/1/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":948,"Cost":748,"Date":"12/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":836,"Date":"12/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":464,"Cost":376,"Date":"8/10/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":154,"Cost":128,"Date":"7/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":941,"Cost":806,"Date":"11/23/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":284,"Cost":199,"Date":"1/1/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":474,"Cost":377,"Date":"12/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":222,"Cost":190,"Date":"12/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":641,"Cost":443,"Date":"8/10/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":187,"Cost":164,"Date":"7/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":307,"Cost":291,"Date":"11/23/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":697,"Cost":420,"Date":"1/1/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":448,"Cost":421,"Date":"12/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":684,"Cost":570,"Date":"12/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":613,"Cost":553,"Date":"8/10/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":111,"Date":"7/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":696,"Cost":494,"Date":"11/23/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":647,"Cost":546,"Date":"1/1/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":854,"Cost":450,"Date":"12/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":225,"Cost":144,"Date":"12/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":190,"Cost":131,"Date":"8/10/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":593,"Cost":298,"Date":"7/14/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":658,"Cost":463,"Date":"11/23/2018"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":53,"Cost":42,"Date":"1/1/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":799,"Cost":502,"Date":"12/27/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":177,"Cost":140,"Date":"12/31/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":522,"Cost":273,"Date":"8/10/2023"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":727,"Cost":456,"Date":"7/14/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":508,"Cost":313,"Date":"11/23/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":973,"Cost":883,"Date":"1/1/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":578,"Cost":374,"Date":"12/27/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":538,"Cost":396,"Date":"12/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":684,"Cost":632,"Date":"8/10/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":120,"Cost":75,"Date":"7/14/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":390,"Cost":285,"Date":"11/23/2018"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":572,"Date":"1/1/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":849,"Cost":502,"Date":"12/27/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":806,"Cost":552,"Date":"12/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":94,"Date":"8/10/2023"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":308,"Cost":243,"Date":"7/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":383,"Date":"11/23/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":399,"Date":"1/1/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":98,"Cost":86,"Date":"12/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":387,"Cost":240,"Date":"12/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":686,"Cost":557,"Date":"8/10/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":819,"Cost":574,"Date":"7/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":455,"Cost":359,"Date":"11/23/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":943,"Cost":562,"Date":"1/1/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":594,"Cost":323,"Date":"12/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":345,"Cost":195,"Date":"12/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":15,"Cost":8,"Date":"8/10/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":403,"Cost":202,"Date":"7/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":882,"Cost":549,"Date":"11/23/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":326,"Date":"1/1/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":805,"Cost":578,"Date":"12/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":490,"Date":"12/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":44,"Date":"8/10/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":74,"Cost":65,"Date":"7/14/2024"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":776,"Cost":444,"Date":"11/23/2018"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":914,"Cost":818,"Date":"1/1/2020"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":30,"Cost":27,"Date":"12/27/2022"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":144,"Cost":132,"Date":"12/31/2022"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":13,"Cost":8,"Date":"8/10/2023"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":546,"Cost":338,"Date":"7/14/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":575,"Cost":417,"Date":"11/23/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":22,"Cost":18,"Date":"1/1/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":841,"Cost":632,"Date":"12/27/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":900,"Cost":606,"Date":"12/31/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":394,"Cost":209,"Date":"8/10/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":182,"Cost":132,"Date":"7/14/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":453,"Cost":386,"Date":"11/23/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":586,"Cost":549,"Date":"1/1/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":841,"Cost":681,"Date":"12/27/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":186,"Cost":116,"Date":"12/31/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":804,"Cost":753,"Date":"8/10/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":549,"Cost":334,"Date":"7/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":625,"Cost":438,"Date":"11/23/2018"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":47,"Cost":24,"Date":"1/1/2020"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":194,"Cost":177,"Date":"12/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":380,"Cost":236,"Date":"12/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":402,"Cost":345,"Date":"8/10/2023"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":232,"Cost":172,"Date":"7/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":187,"Cost":172,"Date":"11/23/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":811,"Cost":560,"Date":"1/1/2020"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":201,"Cost":134,"Date":"12/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":557,"Cost":442,"Date":"12/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":551,"Cost":376,"Date":"8/10/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":973,"Cost":921,"Date":"7/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":405,"Cost":367,"Date":"11/23/2018"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":647,"Cost":377,"Date":"1/1/2020"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":927,"Cost":512,"Date":"12/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":485,"Cost":245,"Date":"12/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":304,"Cost":155,"Date":"8/10/2023"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":363,"Cost":190,"Date":"7/14/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":288,"Cost":250,"Date":"11/23/2018"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":382,"Cost":309,"Date":"1/1/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":554,"Cost":328,"Date":"12/27/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":765,"Cost":513,"Date":"12/31/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":973,"Cost":645,"Date":"8/10/2023"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":472,"Cost":359,"Date":"7/14/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":147,"Cost":103,"Date":"11/23/2018"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":718,"Cost":403,"Date":"1/1/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":528,"Cost":405,"Date":"12/27/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":172,"Cost":119,"Date":"12/31/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":944,"Cost":634,"Date":"8/10/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":719,"Cost":503,"Date":"7/14/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":270,"Cost":253,"Date":"11/23/2018"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":160,"Cost":112,"Date":"1/1/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":322,"Cost":236,"Date":"12/27/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":393,"Cost":205,"Date":"12/31/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":47,"Cost":41,"Date":"8/10/2023"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":530,"Cost":373,"Date":"7/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":64,"Cost":46,"Date":"11/23/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":127,"Cost":97,"Date":"1/1/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":990,"Cost":623,"Date":"12/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":408,"Cost":340,"Date":"12/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":373,"Cost":266,"Date":"8/10/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":441,"Cost":257,"Date":"7/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":712,"Cost":460,"Date":"11/23/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":381,"Cost":269,"Date":"1/1/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":172,"Cost":136,"Date":"12/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":648,"Cost":613,"Date":"12/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":933,"Cost":581,"Date":"8/10/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":36,"Cost":22,"Date":"7/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":598,"Cost":390,"Date":"11/23/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":892,"Cost":465,"Date":"1/1/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":110,"Cost":59,"Date":"12/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":132,"Cost":114,"Date":"12/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":960,"Cost":837,"Date":"8/10/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":969,"Cost":565,"Date":"7/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":769,"Cost":606,"Date":"11/23/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":77,"Cost":71,"Date":"1/1/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":974,"Cost":894,"Date":"12/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":992,"Cost":919,"Date":"12/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":70,"Cost":57,"Date":"8/10/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":459,"Cost":282,"Date":"7/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":875,"Cost":645,"Date":"11/23/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":626,"Cost":543,"Date":"1/1/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":758,"Cost":513,"Date":"12/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":446,"Cost":334,"Date":"12/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":820,"Cost":461,"Date":"8/10/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":226,"Cost":125,"Date":"7/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":868,"Cost":640,"Date":"11/23/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":312,"Cost":237,"Date":"1/1/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":736,"Cost":536,"Date":"12/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":358,"Cost":291,"Date":"12/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":988,"Cost":645,"Date":"8/10/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":796,"Cost":572,"Date":"7/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":57,"Cost":31,"Date":"11/23/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":796,"Cost":590,"Date":"1/1/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":883,"Cost":683,"Date":"12/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":322,"Cost":232,"Date":"12/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":476,"Cost":416,"Date":"8/10/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":660,"Cost":433,"Date":"7/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":517,"Cost":334,"Date":"11/23/2018"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":89,"Cost":65,"Date":"1/1/2020"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":946,"Cost":510,"Date":"12/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":972,"Cost":560,"Date":"12/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":291,"Cost":256,"Date":"8/10/2023"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":399,"Cost":346,"Date":"7/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":912,"Cost":627,"Date":"11/23/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":391,"Cost":234,"Date":"1/1/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":619,"Cost":330,"Date":"12/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":496,"Cost":443,"Date":"12/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":412,"Cost":368,"Date":"8/10/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":39,"Cost":28,"Date":"7/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":725,"Cost":404,"Date":"11/23/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":493,"Cost":304,"Date":"1/1/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":485,"Cost":296,"Date":"12/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":370,"Cost":264,"Date":"12/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":926,"Cost":650,"Date":"8/10/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":752,"Cost":473,"Date":"7/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":198,"Cost":130,"Date":"11/23/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":477,"Cost":324,"Date":"1/1/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":710,"Cost":588,"Date":"12/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":704,"Cost":630,"Date":"12/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":878,"Cost":502,"Date":"8/10/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":69,"Cost":61,"Date":"7/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":694,"Cost":635,"Date":"11/23/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":25,"Cost":18,"Date":"1/1/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":129,"Cost":108,"Date":"12/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":280,"Cost":253,"Date":"12/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":653,"Cost":503,"Date":"8/10/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":119,"Cost":84,"Date":"7/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":831,"Cost":742,"Date":"11/23/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":860,"Cost":762,"Date":"1/1/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":940,"Cost":668,"Date":"12/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":457,"Cost":274,"Date":"12/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":638,"Cost":534,"Date":"8/10/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":471,"Cost":236,"Date":"7/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":389,"Cost":294,"Date":"11/23/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":14,"Cost":13,"Date":"1/1/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":246,"Cost":226,"Date":"12/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":614,"Cost":344,"Date":"12/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":839,"Cost":624,"Date":"8/10/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":943,"Cost":700,"Date":"7/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":899,"Cost":683,"Date":"11/23/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":494,"Cost":260,"Date":"1/1/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":606,"Cost":548,"Date":"12/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":845,"Cost":658,"Date":"12/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":611,"Cost":567,"Date":"8/10/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":394,"Cost":264,"Date":"7/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":659,"Cost":484,"Date":"11/23/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":793,"Cost":746,"Date":"1/1/2020"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":964,"Cost":903,"Date":"12/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":555,"Cost":525,"Date":"12/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":199,"Cost":156,"Date":"8/10/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":704,"Cost":420,"Date":"7/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":987,"Cost":874,"Date":"11/23/2018"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":275,"Cost":153,"Date":"1/1/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":944,"Cost":689,"Date":"12/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":401,"Cost":282,"Date":"12/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":174,"Cost":98,"Date":"8/10/2023"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":372,"Cost":324,"Date":"7/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":553,"Cost":359,"Date":"11/23/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":629,"Cost":558,"Date":"1/1/2020"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":991,"Cost":834,"Date":"12/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":110,"Cost":82,"Date":"12/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":888,"Cost":497,"Date":"8/10/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":661,"Cost":587,"Date":"7/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":240,"Cost":166,"Date":"11/23/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":327,"Cost":215,"Date":"1/1/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":698,"Cost":381,"Date":"12/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":611,"Cost":459,"Date":"12/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":343,"Cost":172,"Date":"8/10/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":973,"Cost":765,"Date":"7/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":256,"Cost":129,"Date":"11/23/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":249,"Cost":144,"Date":"1/1/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":75,"Cost":44,"Date":"12/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":479,"Cost":262,"Date":"12/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":453,"Cost":402,"Date":"8/10/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":748,"Cost":633,"Date":"7/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":682,"Cost":414,"Date":"11/23/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":417,"Cost":326,"Date":"1/1/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":857,"Cost":778,"Date":"12/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":866,"Cost":437,"Date":"12/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":211,"Cost":162,"Date":"8/10/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":321,"Cost":198,"Date":"7/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":507,"Cost":461,"Date":"11/23/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":970,"Cost":579,"Date":"1/1/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":908,"Cost":580,"Date":"12/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":477,"Cost":427,"Date":"12/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":644,"Cost":580,"Date":"8/10/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":993,"Cost":799,"Date":"7/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":319,"Cost":239,"Date":"11/23/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":262,"Cost":132,"Date":"1/1/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":677,"Cost":471,"Date":"12/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":874,"Cost":448,"Date":"12/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":693,"Cost":514,"Date":"8/10/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":369,"Cost":206,"Date":"7/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":775,"Cost":616,"Date":"11/23/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":632,"Cost":391,"Date":"1/1/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":648,"Cost":418,"Date":"12/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":987,"Cost":847,"Date":"12/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":244,"Cost":176,"Date":"8/10/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":652,"Cost":460,"Date":"7/14/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":529,"Cost":388,"Date":"11/23/2018"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":820,"Cost":482,"Date":"1/1/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":376,"Cost":278,"Date":"12/27/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":44,"Cost":37,"Date":"12/31/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":372,"Cost":286,"Date":"8/10/2023"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":438,"Cost":313,"Date":"7/14/2024"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":551,"Cost":434,"Date":"11/23/2018"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":164,"Cost":91,"Date":"1/1/2020"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":373,"Cost":196,"Date":"12/27/2022"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":654,"Cost":607,"Date":"12/31/2022"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":820,"Cost":733,"Date":"8/10/2023"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":760,"Cost":493,"Date":"7/14/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":347,"Cost":182,"Date":"11/23/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":982,"Cost":930,"Date":"1/1/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":73,"Cost":48,"Date":"12/27/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":794,"Cost":627,"Date":"12/31/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":610,"Cost":318,"Date":"8/10/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":607,"Cost":422,"Date":"7/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":229,"Cost":156,"Date":"11/23/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":579,"Cost":461,"Date":"1/1/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":351,"Cost":183,"Date":"12/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":204,"Cost":148,"Date":"12/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":165,"Cost":104,"Date":"8/10/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":208,"Cost":182,"Date":"7/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":889,"Cost":739,"Date":"11/23/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":753,"Cost":490,"Date":"1/1/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":760,"Cost":587,"Date":"12/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":480,"Cost":284,"Date":"12/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":76,"Cost":62,"Date":"8/10/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":630,"Cost":431,"Date":"7/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":346,"Cost":213,"Date":"11/23/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":676,"Cost":492,"Date":"1/1/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":56,"Cost":51,"Date":"12/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":202,"Cost":111,"Date":"12/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":305,"Cost":208,"Date":"8/10/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":994,"Cost":525,"Date":"7/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":486,"Cost":379,"Date":"11/23/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":333,"Cost":198,"Date":"1/1/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":939,"Cost":818,"Date":"12/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":826,"Cost":609,"Date":"12/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":906,"Cost":471,"Date":"8/10/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":766,"Cost":474,"Date":"7/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":475,"Cost":411,"Date":"11/23/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":182,"Cost":148,"Date":"1/1/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":157,"Cost":123,"Date":"12/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":312,"Cost":171,"Date":"12/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":394,"Cost":234,"Date":"8/10/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":287,"Cost":270,"Date":"7/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":690,"Cost":654,"Date":"11/23/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":653,"Cost":544,"Date":"1/1/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":791,"Cost":701,"Date":"12/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":21,"Cost":20,"Date":"12/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":886,"Cost":618,"Date":"8/10/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":326,"Cost":296,"Date":"7/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":225,"Cost":131,"Date":"11/23/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":723,"Cost":457,"Date":"1/1/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":724,"Cost":404,"Date":"12/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":741,"Cost":633,"Date":"12/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":858,"Cost":515,"Date":"8/10/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":842,"Cost":648,"Date":"7/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":69,"Cost":42,"Date":"11/23/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":282,"Cost":193,"Date":"1/1/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":621,"Cost":582,"Date":"12/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":877,"Cost":789,"Date":"12/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":55,"Cost":35,"Date":"8/10/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":171,"Cost":110,"Date":"7/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":788,"Cost":461,"Date":"11/23/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":668,"Cost":456,"Date":"1/1/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":370,"Cost":188,"Date":"12/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":243,"Cost":177,"Date":"12/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":881,"Cost":495,"Date":"8/10/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":714,"Cost":653,"Date":"7/14/2024"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":272,"Cost":210,"Date":"11/23/2018"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":858,"Cost":574,"Date":"1/1/2020"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":726,"Cost":576,"Date":"12/27/2022"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":584,"Cost":495,"Date":"12/31/2022"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":928,"Cost":826,"Date":"8/10/2023"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":372,"Cost":264,"Date":"7/14/2024"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":299,"Cost":226,"Date":"11/23/2018"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":917,"Cost":628,"Date":"1/1/2020"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":824,"Cost":454,"Date":"12/27/2022"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":398,"Cost":295,"Date":"12/31/2022"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":534,"Cost":287,"Date":"8/10/2023"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":952,"Cost":797,"Date":"7/14/2024"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":355,"Cost":294,"Date":"11/23/2018"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":75,"Cost":71,"Date":"1/1/2020"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":378,"Cost":312,"Date":"12/27/2022"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":739,"Cost":413,"Date":"12/31/2022"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":90,"Cost":75,"Date":"8/10/2023"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":3,"Cost":1,"Date":"7/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":39,"Cost":26,"Date":"11/23/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":928,"Cost":579,"Date":"1/1/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":996,"Cost":609,"Date":"12/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":808,"Cost":706,"Date":"12/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":788,"Cost":503,"Date":"8/10/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":718,"Cost":580,"Date":"7/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":728,"Cost":390,"Date":"11/23/2018"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":707,"Cost":629,"Date":"1/1/2020"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":373,"Cost":214,"Date":"12/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":552,"Cost":446,"Date":"12/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":975,"Cost":771,"Date":"8/10/2023"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":479,"Cost":263,"Date":"7/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":389,"Cost":328,"Date":"11/23/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":111,"Cost":66,"Date":"1/1/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":742,"Cost":431,"Date":"12/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":646,"Cost":537,"Date":"12/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":790,"Cost":506,"Date":"8/10/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":201,"Cost":131,"Date":"7/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":110,"Cost":84,"Date":"11/23/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":87,"Cost":56,"Date":"1/1/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":611,"Cost":537,"Date":"12/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":469,"Cost":445,"Date":"12/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":141,"Cost":95,"Date":"8/10/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":874,"Cost":528,"Date":"7/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":297,"Cost":218,"Date":"11/23/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":141,"Cost":117,"Date":"1/1/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":776,"Cost":458,"Date":"12/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":908,"Cost":601,"Date":"12/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":129,"Cost":93,"Date":"8/10/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":250,"Cost":230,"Date":"7/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":478,"Cost":357,"Date":"11/23/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":447,"Cost":415,"Date":"1/1/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":738,"Cost":602,"Date":"12/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":264,"Cost":162,"Date":"12/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":222,"Cost":157,"Date":"8/10/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":15,"Cost":7,"Date":"7/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":473,"Cost":250,"Date":"11/23/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":838,"Cost":520,"Date":"1/1/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":924,"Cost":587,"Date":"12/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":143,"Cost":93,"Date":"12/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":507,"Cost":466,"Date":"8/10/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":460,"Cost":406,"Date":"7/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":971,"Cost":802,"Date":"11/23/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":955,"Cost":874,"Date":"1/1/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":322,"Cost":228,"Date":"12/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":991,"Cost":606,"Date":"12/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":873,"Cost":658,"Date":"8/10/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":255,"Cost":182,"Date":"7/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":149,"Cost":101,"Date":"11/23/2018"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":335,"Cost":284,"Date":"1/1/2020"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":433,"Cost":389,"Date":"12/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":856,"Cost":692,"Date":"12/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":743,"Cost":582,"Date":"8/10/2023"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":838,"Cost":674,"Date":"7/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":668,"Cost":531,"Date":"11/23/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":227,"Cost":185,"Date":"1/1/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":753,"Cost":504,"Date":"12/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":59,"Cost":49,"Date":"12/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":850,"Cost":472,"Date":"8/10/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":686,"Cost":618,"Date":"7/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":644,"Cost":487,"Date":"11/23/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":292,"Cost":246,"Date":"1/1/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":783,"Cost":395,"Date":"12/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":643,"Cost":344,"Date":"12/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":200,"Cost":166,"Date":"8/10/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":297,"Cost":190,"Date":"7/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":705,"Cost":505,"Date":"11/23/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":797,"Cost":505,"Date":"1/1/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":667,"Cost":562,"Date":"12/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":609,"Cost":547,"Date":"12/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":553,"Cost":461,"Date":"8/10/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":193,"Cost":131,"Date":"7/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":497,"Cost":366,"Date":"11/23/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":380,"Cost":341,"Date":"1/1/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":815,"Cost":527,"Date":"12/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":482,"Cost":456,"Date":"12/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":420,"Cost":334,"Date":"8/10/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":419,"Cost":255,"Date":"7/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":95,"Cost":91,"Date":"11/23/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":135,"Cost":124,"Date":"1/1/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":487,"Cost":440,"Date":"12/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":678,"Cost":441,"Date":"12/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":923,"Cost":842,"Date":"8/10/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":264,"Cost":241,"Date":"7/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":330,"Cost":274,"Date":"11/23/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":924,"Cost":540,"Date":"1/1/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":527,"Cost":406,"Date":"12/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":167,"Cost":109,"Date":"12/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":421,"Cost":397,"Date":"8/10/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":265,"Cost":210,"Date":"7/14/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":628,"Cost":382,"Date":"11/23/2018"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":811,"Cost":676,"Date":"1/1/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":528,"Cost":281,"Date":"12/27/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":714,"Cost":552,"Date":"12/31/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":491,"Cost":380,"Date":"8/10/2023"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":737,"Cost":649,"Date":"7/14/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":431,"Cost":310,"Date":"11/23/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":804,"Cost":410,"Date":"1/1/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":815,"Cost":481,"Date":"12/27/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":836,"Cost":608,"Date":"12/31/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":554,"Cost":403,"Date":"8/10/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":762,"Cost":463,"Date":"7/14/2024"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":203,"Cost":141,"Date":"11/23/2018"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":183,"Cost":124,"Date":"1/1/2020"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":669,"Cost":393,"Date":"12/27/2022"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":581,"Cost":405,"Date":"12/31/2022"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":569,"Cost":406,"Date":"8/10/2023"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":936,"Cost":558,"Date":"7/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":278,"Cost":226,"Date":"11/23/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":593,"Cost":385,"Date":"1/1/2020"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":315,"Cost":278,"Date":"12/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":7,"Cost":6,"Date":"12/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":203,"Cost":172,"Date":"8/10/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":350,"Cost":328,"Date":"7/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":494,"Cost":369,"Date":"11/23/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":853,"Cost":633,"Date":"1/1/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":522,"Cost":283,"Date":"12/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":903,"Cost":741,"Date":"12/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":246,"Cost":198,"Date":"8/10/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":625,"Cost":591,"Date":"7/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":765,"Cost":653,"Date":"11/23/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":648,"Cost":587,"Date":"1/1/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":373,"Cost":260,"Date":"12/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":429,"Cost":249,"Date":"12/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":441,"Cost":333,"Date":"8/10/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":720,"Cost":614,"Date":"7/14/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":619,"Cost":457,"Date":"11/23/2018"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":150,"Cost":97,"Date":"1/1/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":243,"Cost":148,"Date":"12/27/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":182,"Cost":96,"Date":"12/31/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":787,"Cost":655,"Date":"8/10/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":338,"Cost":243,"Date":"7/14/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":856,"Cost":502,"Date":"11/23/2018"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":486,"Cost":258,"Date":"1/1/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":47,"Cost":26,"Date":"12/27/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":383,"Cost":223,"Date":"12/31/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":145,"Cost":137,"Date":"8/10/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":838,"Cost":783,"Date":"7/14/2024"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":222,"Cost":122,"Date":"11/23/2018"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":33,"Cost":19,"Date":"1/1/2020"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":100,"Cost":86,"Date":"12/27/2022"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":104,"Cost":68,"Date":"12/31/2022"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":813,"Cost":703,"Date":"8/10/2023"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":76,"Cost":61,"Date":"7/14/2024"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":389,"Cost":326,"Date":"11/23/2018"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":184,"Cost":124,"Date":"1/1/2020"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":38,"Cost":31,"Date":"12/27/2022"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":581,"Cost":387,"Date":"12/31/2022"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":411,"Cost":360,"Date":"8/10/2023"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":273,"Cost":163,"Date":"7/14/2024"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":57,"Cost":30,"Date":"11/23/2018"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":341,"Cost":219,"Date":"1/1/2020"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":790,"Cost":418,"Date":"12/27/2022"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":349,"Cost":216,"Date":"12/31/2022"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":457,"Cost":383,"Date":"8/10/2023"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":411,"Cost":224,"Date":"7/14/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":902,"Cost":777,"Date":"11/23/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":15,"Cost":8,"Date":"1/1/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":322,"Cost":197,"Date":"12/27/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":227,"Cost":149,"Date":"12/31/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":951,"Cost":547,"Date":"8/10/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":501,"Cost":332,"Date":"7/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":59,"Cost":29,"Date":"11/23/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":508,"Cost":382,"Date":"1/1/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":561,"Cost":507,"Date":"12/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":296,"Cost":200,"Date":"12/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":848,"Cost":597,"Date":"8/10/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":782,"Cost":709,"Date":"7/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":728,"Cost":673,"Date":"11/23/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":911,"Cost":608,"Date":"1/1/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":767,"Cost":408,"Date":"12/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":167,"Cost":124,"Date":"12/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":579,"Cost":358,"Date":"8/10/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":65,"Cost":48,"Date":"7/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":757,"Cost":621,"Date":"11/23/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":705,"Cost":594,"Date":"1/1/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":216,"Cost":152,"Date":"12/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":939,"Cost":595,"Date":"12/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":157,"Cost":102,"Date":"8/10/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":485,"Cost":393,"Date":"7/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":257,"Cost":186,"Date":"11/23/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":958,"Cost":694,"Date":"1/1/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":461,"Cost":271,"Date":"12/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":916,"Cost":642,"Date":"12/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":13,"Cost":8,"Date":"8/10/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":55,"Cost":43,"Date":"7/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":132,"Cost":79,"Date":"11/23/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":616,"Cost":475,"Date":"1/1/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":721,"Cost":380,"Date":"12/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":857,"Cost":784,"Date":"12/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":290,"Cost":150,"Date":"8/10/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":633,"Cost":350,"Date":"7/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":506,"Cost":263,"Date":"11/23/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":887,"Cost":722,"Date":"1/1/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":448,"Cost":320,"Date":"12/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":118,"Cost":88,"Date":"12/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":666,"Cost":479,"Date":"8/10/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":976,"Cost":706,"Date":"7/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":340,"Cost":303,"Date":"11/23/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":461,"Cost":425,"Date":"1/1/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":877,"Cost":649,"Date":"12/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":561,"Cost":476,"Date":"12/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":336,"Cost":190,"Date":"8/10/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":190,"Cost":104,"Date":"7/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":603,"Cost":386,"Date":"11/23/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":656,"Cost":479,"Date":"1/1/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":295,"Cost":230,"Date":"12/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":927,"Cost":716,"Date":"12/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":268,"Cost":248,"Date":"8/10/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":783,"Cost":704,"Date":"7/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":909,"Cost":646,"Date":"11/23/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":768,"Cost":621,"Date":"1/1/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":332,"Cost":233,"Date":"12/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":427,"Cost":373,"Date":"12/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":946,"Cost":514,"Date":"8/10/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":106,"Cost":78,"Date":"7/14/2024"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":28,"Cost":22,"Date":"11/23/2018"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":334,"Cost":167,"Date":"1/1/2020"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":643,"Cost":551,"Date":"12/27/2022"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":216,"Cost":171,"Date":"12/31/2022"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":180,"Cost":114,"Date":"8/10/2023"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":284,"Cost":177,"Date":"7/14/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":974,"Cost":600,"Date":"11/23/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":562,"Cost":302,"Date":"1/1/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":288,"Cost":255,"Date":"12/27/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":554,"Cost":433,"Date":"12/31/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":925,"Cost":719,"Date":"8/10/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":442,"Cost":379,"Date":"7/14/2024"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":183,"Cost":169,"Date":"11/23/2018"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":57,"Cost":48,"Date":"1/1/2020"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":139,"Cost":72,"Date":"12/27/2022"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":977,"Cost":843,"Date":"12/31/2022"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":380,"Cost":194,"Date":"8/10/2023"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":584,"Cost":528,"Date":"7/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":146,"Cost":76,"Date":"11/23/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":475,"Cost":370,"Date":"1/1/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":687,"Cost":530,"Date":"12/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":406,"Cost":228,"Date":"12/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":112,"Cost":69,"Date":"8/10/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":434,"Cost":300,"Date":"7/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":306,"Cost":161,"Date":"11/23/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":203,"Cost":154,"Date":"1/1/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":625,"Cost":520,"Date":"12/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":58,"Cost":37,"Date":"12/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":304,"Cost":209,"Date":"8/10/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":690,"Cost":500,"Date":"7/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":384,"Cost":250,"Date":"11/23/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":138,"Cost":87,"Date":"1/1/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":609,"Cost":331,"Date":"12/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":386,"Cost":318,"Date":"12/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":317,"Cost":301,"Date":"8/10/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":635,"Cost":497,"Date":"7/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":796,"Cost":527,"Date":"11/23/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":387,"Cost":343,"Date":"1/1/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":643,"Cost":567,"Date":"12/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":690,"Cost":389,"Date":"12/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":338,"Cost":202,"Date":"8/10/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":549,"Cost":362,"Date":"7/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":295,"Cost":170,"Date":"11/23/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":222,"Cost":169,"Date":"1/1/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":8,"Cost":7,"Date":"12/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":648,"Cost":369,"Date":"12/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":453,"Cost":350,"Date":"8/10/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":64,"Cost":60,"Date":"7/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":544,"Cost":392,"Date":"11/23/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":151,"Cost":82,"Date":"1/1/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":864,"Cost":559,"Date":"12/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":334,"Cost":251,"Date":"12/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":407,"Cost":288,"Date":"8/10/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":143,"Cost":116,"Date":"7/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":535,"Cost":432,"Date":"11/23/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":59,"Cost":56,"Date":"1/1/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":943,"Cost":570,"Date":"12/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":77,"Cost":65,"Date":"12/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":37,"Cost":31,"Date":"8/10/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":369,"Cost":282,"Date":"7/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":966,"Cost":713,"Date":"11/23/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":996,"Cost":549,"Date":"1/1/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":563,"Cost":436,"Date":"12/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":97,"Cost":92,"Date":"12/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":369,"Cost":331,"Date":"8/10/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":840,"Cost":526,"Date":"7/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":343,"Cost":248,"Date":"11/23/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":888,"Cost":520,"Date":"1/1/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":477,"Cost":323,"Date":"12/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":191,"Cost":140,"Date":"12/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":982,"Cost":885,"Date":"8/10/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":720,"Cost":674,"Date":"7/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":275,"Cost":212,"Date":"11/23/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":367,"Cost":274,"Date":"1/1/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":454,"Cost":235,"Date":"12/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":186,"Cost":157,"Date":"12/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":181,"Cost":158,"Date":"8/10/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":265,"Cost":185,"Date":"7/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":587,"Cost":368,"Date":"11/23/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":221,"Cost":136,"Date":"1/1/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":706,"Cost":541,"Date":"12/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":305,"Cost":231,"Date":"12/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":367,"Cost":274,"Date":"8/10/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":425,"Cost":333,"Date":"7/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":246,"Cost":154,"Date":"11/23/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":210,"Cost":183,"Date":"1/1/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":445,"Cost":327,"Date":"12/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":503,"Cost":267,"Date":"12/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":876,"Cost":582,"Date":"8/10/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":180,"Cost":169,"Date":"7/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":511,"Cost":373,"Date":"11/23/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":77,"Cost":49,"Date":"1/1/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":453,"Cost":272,"Date":"12/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":271,"Cost":177,"Date":"12/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":10,"Cost":7,"Date":"8/10/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":397,"Cost":247,"Date":"7/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":922,"Cost":591,"Date":"11/23/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":601,"Cost":322,"Date":"1/1/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":782,"Cost":700,"Date":"12/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":729,"Cost":656,"Date":"12/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":669,"Cost":502,"Date":"8/10/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":785,"Cost":415,"Date":"7/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":428,"Cost":299,"Date":"11/23/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":991,"Cost":765,"Date":"1/1/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":420,"Cost":367,"Date":"12/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":455,"Cost":298,"Date":"12/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":103,"Cost":94,"Date":"8/10/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":995,"Cost":616,"Date":"7/14/2024"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":562,"Cost":363,"Date":"11/23/2018"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":282,"Cost":150,"Date":"1/1/2020"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":495,"Cost":416,"Date":"12/27/2022"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":804,"Cost":683,"Date":"12/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":655,"Cost":517,"Date":"8/10/2023"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":488,"Cost":427,"Date":"7/14/2024"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":700,"Cost":377,"Date":"11/23/2018"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":748,"Cost":475,"Date":"1/1/2020"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":465,"Cost":363,"Date":"12/27/2022"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":59,"Cost":38,"Date":"12/31/2022"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":731,"Cost":444,"Date":"8/10/2023"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":450,"Cost":353,"Date":"7/14/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":390,"Cost":205,"Date":"11/23/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":718,"Cost":496,"Date":"1/1/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":474,"Cost":304,"Date":"12/27/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":326,"Cost":179,"Date":"12/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":418,"Cost":395,"Date":"8/10/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":320,"Cost":297,"Date":"7/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":171,"Cost":121,"Date":"11/23/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":173,"Cost":154,"Date":"1/1/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":950,"Cost":838,"Date":"12/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":403,"Cost":253,"Date":"12/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":908,"Cost":733,"Date":"8/10/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":79,"Cost":56,"Date":"7/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":334,"Cost":263,"Date":"11/23/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":716,"Cost":666,"Date":"1/1/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":36,"Cost":28,"Date":"12/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":175,"Cost":162,"Date":"12/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":213,"Cost":112,"Date":"8/10/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":77,"Cost":53,"Date":"7/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":937,"Cost":646,"Date":"11/23/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":188,"Cost":157,"Date":"1/1/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":715,"Cost":612,"Date":"12/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":880,"Cost":635,"Date":"12/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":4,"Cost":3,"Date":"8/10/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":752,"Cost":378,"Date":"7/14/2024"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":434,"Cost":395,"Date":"11/23/2018"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":438,"Cost":313,"Date":"1/1/2020"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":464,"Cost":234,"Date":"12/27/2022"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":144,"Cost":133,"Date":"12/31/2022"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":960,"Cost":758,"Date":"8/10/2023"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":641,"Cost":526,"Date":"7/14/2024"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":718,"Cost":545,"Date":"11/23/2018"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":840,"Cost":761,"Date":"1/1/2020"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":742,"Cost":685,"Date":"12/27/2022"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":493,"Cost":311,"Date":"12/31/2022"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":924,"Cost":810,"Date":"8/10/2023"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":66,"Cost":55,"Date":"7/14/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":160,"Cost":105,"Date":"11/23/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":794,"Cost":512,"Date":"1/1/2020"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":20,"Cost":17,"Date":"12/27/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":400,"Cost":324,"Date":"12/31/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":382,"Cost":335,"Date":"8/10/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":569,"Cost":429,"Date":"7/14/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":709,"Cost":648,"Date":"11/23/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":701,"Cost":595,"Date":"1/1/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":81,"Cost":67,"Date":"12/27/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":358,"Cost":302,"Date":"12/31/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":960,"Cost":819,"Date":"8/10/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":217,"Cost":112,"Date":"7/14/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":316,"Cost":193,"Date":"11/23/2018"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":692,"Cost":494,"Date":"1/1/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":819,"Cost":695,"Date":"12/27/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":85,"Cost":68,"Date":"12/31/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":359,"Cost":332,"Date":"8/10/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":999,"Cost":733,"Date":"7/14/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":927,"Cost":812,"Date":"11/23/2018"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":681,"Cost":585,"Date":"1/1/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":645,"Cost":452,"Date":"12/27/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":311,"Cost":221,"Date":"12/31/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":746,"Cost":601,"Date":"8/10/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":29,"Cost":14,"Date":"7/14/2024"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":758,"Cost":537,"Date":"11/23/2018"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":171,"Cost":99,"Date":"1/1/2020"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":436,"Cost":395,"Date":"12/27/2022"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":792,"Cost":442,"Date":"12/31/2022"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":338,"Cost":252,"Date":"8/10/2023"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":931,"Cost":845,"Date":"7/14/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":632,"Cost":441,"Date":"11/23/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":250,"Cost":186,"Date":"1/1/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":591,"Cost":389,"Date":"12/27/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":376,"Cost":319,"Date":"12/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":737,"Cost":610,"Date":"8/10/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":841,"Cost":678,"Date":"7/14/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":70,"Cost":43,"Date":"11/23/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":999,"Cost":832,"Date":"1/1/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":322,"Cost":186,"Date":"12/27/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":242,"Cost":154,"Date":"12/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":357,"Cost":178,"Date":"8/10/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":285,"Cost":251,"Date":"7/14/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":884,"Cost":459,"Date":"11/23/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":170,"Cost":99,"Date":"1/1/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":680,"Cost":396,"Date":"12/27/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":428,"Cost":216,"Date":"12/31/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":123,"Cost":103,"Date":"8/10/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":401,"Cost":327,"Date":"7/14/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":623,"Cost":393,"Date":"11/23/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":510,"Cost":257,"Date":"1/1/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":729,"Cost":415,"Date":"12/27/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":312,"Cost":296,"Date":"12/31/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":265,"Cost":192,"Date":"8/10/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":783,"Cost":597,"Date":"7/14/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":260,"Cost":172,"Date":"11/23/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":552,"Cost":407,"Date":"1/1/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":4,"Cost":3,"Date":"12/27/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":931,"Cost":764,"Date":"12/31/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":648,"Cost":525,"Date":"8/10/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":305,"Cost":268,"Date":"7/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":426,"Cost":328,"Date":"11/23/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":170,"Cost":90,"Date":"1/1/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":685,"Cost":582,"Date":"12/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":345,"Cost":236,"Date":"12/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":827,"Cost":743,"Date":"8/10/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":481,"Cost":272,"Date":"7/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":234,"Cost":161,"Date":"11/23/2018"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":443,"Cost":319,"Date":"1/1/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":466,"Cost":439,"Date":"12/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":213,"Cost":142,"Date":"12/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":924,"Cost":462,"Date":"8/10/2023"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":49,"Cost":39,"Date":"7/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":305,"Cost":192,"Date":"11/23/2018"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":597,"Cost":438,"Date":"1/1/2020"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":652,"Cost":390,"Date":"12/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":571,"Cost":359,"Date":"12/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":400,"Cost":254,"Date":"8/10/2023"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":392,"Cost":372,"Date":"7/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":652,"Cost":532,"Date":"11/23/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":940,"Cost":583,"Date":"1/1/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":444,"Cost":340,"Date":"12/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":933,"Cost":598,"Date":"12/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":378,"Cost":216,"Date":"8/10/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":294,"Cost":149,"Date":"7/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":791,"Cost":646,"Date":"11/23/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":310,"Cost":193,"Date":"1/1/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":136,"Cost":68,"Date":"12/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":631,"Cost":552,"Date":"12/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":529,"Cost":271,"Date":"8/10/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":936,"Cost":660,"Date":"7/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":29,"Cost":23,"Date":"11/23/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":302,"Cost":162,"Date":"1/1/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":260,"Cost":144,"Date":"12/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":112,"Cost":85,"Date":"12/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":623,"Cost":583,"Date":"8/10/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":573,"Cost":529,"Date":"7/14/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":689,"Cost":423,"Date":"11/23/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":63,"Cost":45,"Date":"1/1/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":465,"Cost":362,"Date":"12/27/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":539,"Cost":331,"Date":"12/31/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":30,"Cost":20,"Date":"8/10/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":103,"Cost":77,"Date":"7/14/2024"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":130,"Cost":76,"Date":"11/23/2018"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":713,"Cost":641,"Date":"1/1/2020"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":985,"Cost":572,"Date":"12/27/2022"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":900,"Cost":481,"Date":"12/31/2022"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":452,"Cost":237,"Date":"8/10/2023"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":88,"Cost":47,"Date":"7/14/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":724,"Cost":448,"Date":"11/23/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":537,"Cost":501,"Date":"1/1/2020"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":781,"Cost":481,"Date":"12/27/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":443,"Cost":348,"Date":"12/31/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":997,"Cost":738,"Date":"8/10/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":677,"Cost":513,"Date":"7/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":954,"Cost":869,"Date":"11/23/2018"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":354,"Cost":317,"Date":"1/1/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":321,"Cost":276,"Date":"12/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":838,"Cost":610,"Date":"12/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":232,"Cost":166,"Date":"8/10/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":118,"Cost":84,"Date":"7/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":149,"Cost":120,"Date":"11/23/2018"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":676,"Cost":516,"Date":"1/1/2020"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":226,"Cost":200,"Date":"12/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":716,"Cost":575,"Date":"12/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":478,"Cost":434,"Date":"8/10/2023"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":648,"Cost":600,"Date":"7/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":742,"Cost":497,"Date":"11/23/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":200,"Cost":133,"Date":"1/1/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":976,"Cost":892,"Date":"12/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":882,"Cost":704,"Date":"12/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":272,"Cost":232,"Date":"8/10/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":32,"Cost":17,"Date":"7/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":801,"Cost":469,"Date":"11/23/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":907,"Cost":769,"Date":"1/1/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":912,"Cost":568,"Date":"12/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":645,"Cost":404,"Date":"12/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":121,"Cost":67,"Date":"8/10/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":909,"Cost":604,"Date":"7/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":183,"Cost":92,"Date":"11/23/2018"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":504,"Cost":293,"Date":"1/1/2020"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":262,"Cost":236,"Date":"12/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":265,"Cost":213,"Date":"12/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":628,"Cost":319,"Date":"8/10/2023"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":65,"Cost":48,"Date":"7/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":9,"Cost":7,"Date":"11/23/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":888,"Cost":544,"Date":"1/1/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":639,"Cost":523,"Date":"12/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":687,"Cost":444,"Date":"12/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":78,"Cost":55,"Date":"8/10/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":647,"Cost":483,"Date":"7/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":897,"Cost":680,"Date":"11/23/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":616,"Cost":545,"Date":"1/1/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":519,"Cost":347,"Date":"12/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":520,"Cost":385,"Date":"12/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":284,"Cost":251,"Date":"8/10/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":721,"Cost":385,"Date":"7/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":286,"Cost":217,"Date":"11/23/2018"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":586,"Cost":354,"Date":"1/1/2020"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":636,"Cost":337,"Date":"12/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":752,"Cost":568,"Date":"12/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":347,"Cost":320,"Date":"8/10/2023"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":560,"Cost":498,"Date":"7/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":786,"Cost":648,"Date":"11/23/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":772,"Cost":517,"Date":"1/1/2020"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":337,"Cost":251,"Date":"12/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":833,"Cost":691,"Date":"12/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":442,"Cost":388,"Date":"8/10/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":499,"Cost":458,"Date":"7/14/2024"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":381,"Cost":336,"Date":"11/23/2018"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":180,"Cost":94,"Date":"1/1/2020"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":617,"Cost":469,"Date":"12/27/2022"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":157,"Cost":129,"Date":"12/31/2022"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":829,"Cost":787,"Date":"8/10/2023"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":177,"Cost":166,"Date":"7/14/2024"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":47,"Cost":27,"Date":"11/23/2018"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":290,"Cost":260,"Date":"1/1/2020"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":134,"Cost":76,"Date":"12/27/2022"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":959,"Cost":899,"Date":"12/31/2022"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":226,"Cost":129,"Date":"8/10/2023"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":666,"Cost":423,"Date":"7/14/2024"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":971,"Cost":523,"Date":"11/23/2018"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":922,"Cost":666,"Date":"1/1/2020"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":868,"Cost":813,"Date":"12/27/2022"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":889,"Cost":691,"Date":"12/31/2022"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":217,"Cost":183,"Date":"8/10/2023"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":665,"Cost":475,"Date":"7/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":187,"Cost":129,"Date":"11/23/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":29,"Cost":21,"Date":"1/1/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":146,"Cost":84,"Date":"12/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":5,"Cost":4,"Date":"12/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":914,"Cost":658,"Date":"8/10/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":604,"Cost":392,"Date":"7/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":880,"Cost":513,"Date":"11/23/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":605,"Cost":478,"Date":"1/1/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":266,"Cost":160,"Date":"12/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":152,"Cost":141,"Date":"12/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":995,"Cost":537,"Date":"8/10/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":4,"Cost":3,"Date":"7/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":163,"Cost":92,"Date":"11/23/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":176,"Cost":126,"Date":"1/1/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":489,"Cost":319,"Date":"12/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":648,"Cost":533,"Date":"12/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":395,"Cost":351,"Date":"8/10/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":790,"Cost":605,"Date":"7/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":635,"Cost":498,"Date":"11/23/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":928,"Cost":730,"Date":"1/1/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":412,"Cost":367,"Date":"12/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":536,"Cost":335,"Date":"12/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":24,"Cost":15,"Date":"8/10/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":527,"Cost":328,"Date":"7/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":792,"Cost":578,"Date":"11/23/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":525,"Cost":432,"Date":"1/1/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":291,"Cost":266,"Date":"12/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":67,"Cost":53,"Date":"12/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":127,"Cost":109,"Date":"8/10/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":288,"Cost":203,"Date":"7/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":404,"Cost":334,"Date":"11/23/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":526,"Cost":326,"Date":"1/1/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":850,"Cost":479,"Date":"12/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":333,"Cost":235,"Date":"12/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":933,"Cost":498,"Date":"8/10/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":672,"Cost":502,"Date":"7/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":533,"Cost":325,"Date":"11/23/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":964,"Cost":699,"Date":"1/1/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":113,"Cost":97,"Date":"12/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":263,"Cost":144,"Date":"12/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":589,"Cost":328,"Date":"8/10/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":525,"Cost":439,"Date":"7/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":727,"Cost":523,"Date":"11/23/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":467,"Cost":315,"Date":"1/1/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":834,"Cost":767,"Date":"12/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":934,"Cost":529,"Date":"12/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":919,"Cost":601,"Date":"8/10/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":469,"Cost":388,"Date":"7/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":336,"Cost":302,"Date":"11/23/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":329,"Cost":280,"Date":"1/1/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":700,"Cost":631,"Date":"12/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":355,"Cost":189,"Date":"12/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":15,"Cost":14,"Date":"8/10/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":929,"Cost":795,"Date":"7/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":757,"Cost":427,"Date":"11/23/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":590,"Cost":481,"Date":"1/1/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":742,"Cost":371,"Date":"12/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":496,"Cost":425,"Date":"12/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":203,"Cost":151,"Date":"8/10/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":880,"Cost":478,"Date":"7/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":163,"Cost":115,"Date":"11/23/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":188,"Cost":164,"Date":"1/1/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":659,"Cost":394,"Date":"12/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":843,"Cost":765,"Date":"12/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":155,"Cost":145,"Date":"8/10/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":153,"Cost":89,"Date":"7/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":898,"Cost":841,"Date":"11/23/2018"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":882,"Cost":456,"Date":"1/1/2020"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":316,"Cost":178,"Date":"12/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":878,"Cost":459,"Date":"12/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":655,"Cost":411,"Date":"8/10/2023"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":982,"Cost":563,"Date":"7/14/2024"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":135,"Cost":120,"Date":"11/23/2018"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":595,"Cost":524,"Date":"1/1/2020"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":85,"Cost":62,"Date":"12/27/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":463,"Cost":351,"Date":"12/31/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":76,"Cost":63,"Date":"8/10/2023"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":280,"Cost":193,"Date":"7/14/2024"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":136,"Cost":89,"Date":"11/23/2018"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":301,"Cost":199,"Date":"1/1/2020"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":896,"Cost":619,"Date":"12/27/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":854,"Cost":684,"Date":"12/31/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":922,"Cost":685,"Date":"8/10/2023"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":680,"Cost":377,"Date":"7/14/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":782,"Cost":727,"Date":"11/23/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":22,"Cost":19,"Date":"1/1/2020"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":621,"Cost":329,"Date":"12/27/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":704,"Cost":464,"Date":"12/31/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":746,"Cost":615,"Date":"8/10/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":797,"Cost":743,"Date":"7/14/2024"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":497,"Cost":298,"Date":"11/23/2018"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":768,"Cost":489,"Date":"1/1/2020"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":873,"Cost":494,"Date":"12/27/2022"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":368,"Cost":279,"Date":"12/31/2022"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":200,"Cost":105,"Date":"8/10/2023"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":3,"Cost":2,"Date":"7/14/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":186,"Cost":142,"Date":"11/23/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":410,"Cost":281,"Date":"1/1/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":534,"Cost":341,"Date":"12/27/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":728,"Cost":630,"Date":"12/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":218,"Cost":160,"Date":"8/10/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":520,"Cost":260,"Date":"7/14/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":910,"Cost":573,"Date":"11/23/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":574,"Cost":371,"Date":"1/1/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":112,"Cost":90,"Date":"12/27/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":644,"Cost":562,"Date":"12/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":510,"Cost":323,"Date":"8/10/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":351,"Cost":315,"Date":"7/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":134,"Cost":113,"Date":"11/23/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":240,"Cost":183,"Date":"1/1/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":323,"Cost":182,"Date":"12/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":109,"Cost":87,"Date":"12/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":557,"Cost":441,"Date":"8/10/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":88,"Cost":80,"Date":"7/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":288,"Cost":238,"Date":"11/23/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":647,"Cost":528,"Date":"1/1/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":570,"Cost":473,"Date":"12/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":407,"Cost":309,"Date":"12/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":917,"Cost":730,"Date":"8/10/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":1,"Cost":0,"Date":"7/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":764,"Cost":541,"Date":"11/23/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":724,"Cost":488,"Date":"1/1/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":670,"Cost":576,"Date":"12/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":278,"Cost":196,"Date":"12/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":192,"Cost":167,"Date":"8/10/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":151,"Cost":143,"Date":"7/14/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":787,"Cost":584,"Date":"11/23/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":606,"Cost":381,"Date":"1/1/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":550,"Cost":417,"Date":"12/27/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":677,"Cost":537,"Date":"12/31/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":617,"Cost":438,"Date":"8/10/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":666,"Cost":512,"Date":"7/14/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":333,"Cost":219,"Date":"11/23/2018"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":678,"Cost":510,"Date":"1/1/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":35,"Cost":32,"Date":"12/27/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":229,"Cost":145,"Date":"12/31/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":325,"Cost":256,"Date":"8/10/2023"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":275,"Cost":168,"Date":"7/14/2024"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":920,"Cost":731,"Date":"11/23/2018"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":867,"Cost":565,"Date":"1/1/2020"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":589,"Cost":478,"Date":"12/27/2022"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":503,"Cost":423,"Date":"12/31/2022"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":919,"Cost":828,"Date":"8/10/2023"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":692,"Cost":534,"Date":"7/14/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":717,"Cost":590,"Date":"11/23/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":915,"Cost":723,"Date":"1/1/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":215,"Cost":202,"Date":"12/27/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":838,"Cost":700,"Date":"12/31/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":132,"Cost":82,"Date":"8/10/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":22,"Cost":11,"Date":"7/14/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":444,"Cost":371,"Date":"11/23/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":827,"Cost":454,"Date":"1/1/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":652,"Cost":420,"Date":"12/27/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":531,"Cost":381,"Date":"12/31/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":681,"Cost":436,"Date":"8/10/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":430,"Cost":382,"Date":"7/14/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":383,"Cost":244,"Date":"11/23/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":685,"Cost":492,"Date":"1/1/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":460,"Cost":415,"Date":"12/27/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":680,"Cost":362,"Date":"12/31/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":392,"Cost":206,"Date":"8/10/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":671,"Cost":622,"Date":"7/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":629,"Cost":519,"Date":"11/23/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":265,"Cost":188,"Date":"1/1/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":356,"Cost":315,"Date":"12/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":763,"Cost":539,"Date":"12/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":150,"Cost":131,"Date":"8/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":103,"Cost":65,"Date":"7/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":835,"Cost":780,"Date":"11/23/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":568,"Cost":494,"Date":"1/1/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":723,"Cost":613,"Date":"12/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":636,"Cost":555,"Date":"12/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":187,"Cost":174,"Date":"8/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":792,"Cost":714,"Date":"7/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":706,"Cost":640,"Date":"11/23/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":873,"Cost":564,"Date":"1/1/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":77,"Cost":40,"Date":"12/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":706,"Cost":353,"Date":"12/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":774,"Cost":528,"Date":"8/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":393,"Cost":309,"Date":"7/14/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":559,"Cost":514,"Date":"11/23/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":196,"Cost":167,"Date":"1/1/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":327,"Cost":296,"Date":"12/27/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":177,"Cost":142,"Date":"12/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":364,"Cost":235,"Date":"8/10/2023"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":7,"Cost":4,"Date":"7/14/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":263,"Cost":183,"Date":"11/23/2018"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":779,"Cost":731,"Date":"1/1/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":97,"Cost":58,"Date":"12/27/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":869,"Cost":485,"Date":"12/31/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":601,"Cost":374,"Date":"8/10/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":656,"Cost":450,"Date":"7/14/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":584,"Cost":454,"Date":"11/23/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":553,"Cost":472,"Date":"1/1/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":209,"Cost":162,"Date":"12/27/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":373,"Cost":344,"Date":"12/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":667,"Cost":496,"Date":"8/10/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":728,"Cost":586,"Date":"7/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":382,"Cost":253,"Date":"11/23/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":851,"Cost":587,"Date":"1/1/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":204,"Cost":153,"Date":"12/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":648,"Cost":411,"Date":"12/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":311,"Cost":265,"Date":"8/10/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":707,"Cost":605,"Date":"7/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":586,"Cost":355,"Date":"11/23/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":142,"Cost":103,"Date":"1/1/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":589,"Cost":503,"Date":"12/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":421,"Cost":250,"Date":"12/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":698,"Cost":389,"Date":"8/10/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":724,"Cost":441,"Date":"7/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":670,"Cost":531,"Date":"11/23/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":101,"Cost":79,"Date":"1/1/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":656,"Cost":463,"Date":"12/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":985,"Cost":575,"Date":"12/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":391,"Cost":220,"Date":"8/10/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":394,"Cost":329,"Date":"7/14/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":928,"Cost":846,"Date":"11/23/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":576,"Cost":393,"Date":"1/1/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":979,"Cost":697,"Date":"12/27/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":681,"Cost":634,"Date":"12/31/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":159,"Cost":87,"Date":"8/10/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":451,"Cost":271,"Date":"7/14/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":776,"Cost":550,"Date":"11/23/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":777,"Cost":600,"Date":"1/1/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":103,"Cost":52,"Date":"12/27/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":362,"Cost":266,"Date":"12/31/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":329,"Cost":186,"Date":"8/10/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":923,"Cost":647,"Date":"7/14/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":114,"Cost":86,"Date":"11/23/2018"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":532,"Cost":380,"Date":"1/1/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":374,"Cost":312,"Date":"12/27/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":463,"Cost":267,"Date":"12/31/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":897,"Cost":746,"Date":"8/10/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":721,"Cost":495,"Date":"7/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":28,"Cost":15,"Date":"11/23/2018"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":74,"Cost":42,"Date":"1/1/2020"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":240,"Cost":179,"Date":"12/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":784,"Cost":467,"Date":"12/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":250,"Cost":165,"Date":"8/10/2023"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":505,"Cost":279,"Date":"7/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":997,"Cost":866,"Date":"11/23/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":55,"Cost":48,"Date":"1/1/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":520,"Cost":354,"Date":"12/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":379,"Cost":267,"Date":"12/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":625,"Cost":576,"Date":"8/10/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":142,"Cost":101,"Date":"7/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":121,"Cost":89,"Date":"11/23/2018"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":815,"Cost":412,"Date":"1/1/2020"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":680,"Cost":449,"Date":"12/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":818,"Cost":550,"Date":"12/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":48,"Cost":43,"Date":"8/10/2023"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":516,"Cost":309,"Date":"7/14/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":252,"Cost":171,"Date":"11/23/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":653,"Cost":530,"Date":"1/1/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":371,"Cost":211,"Date":"12/27/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":901,"Cost":678,"Date":"12/31/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":193,"Cost":97,"Date":"8/10/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":121,"Cost":85,"Date":"7/14/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":156,"Cost":88,"Date":"11/23/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":740,"Cost":556,"Date":"1/1/2020"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":191,"Cost":146,"Date":"12/27/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":885,"Cost":505,"Date":"12/31/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":387,"Cost":276,"Date":"8/10/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":793,"Cost":607,"Date":"7/14/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":542,"Cost":437,"Date":"11/23/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":560,"Cost":290,"Date":"1/1/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":575,"Cost":484,"Date":"12/27/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":90,"Cost":68,"Date":"12/31/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":670,"Cost":340,"Date":"8/10/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":960,"Cost":910,"Date":"7/14/2024"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":605,"Cost":455,"Date":"11/23/2018"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":259,"Cost":182,"Date":"1/1/2020"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":280,"Cost":256,"Date":"12/27/2022"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":973,"Cost":558,"Date":"12/31/2022"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":291,"Cost":214,"Date":"8/10/2023"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":830,"Cost":584,"Date":"7/14/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":460,"Cost":242,"Date":"11/23/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":201,"Cost":137,"Date":"1/1/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":922,"Cost":655,"Date":"12/27/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":929,"Cost":613,"Date":"12/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":151,"Cost":83,"Date":"8/10/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":144,"Cost":88,"Date":"7/14/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":30,"Cost":21,"Date":"11/23/2018"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":481,"Cost":260,"Date":"1/1/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":512,"Cost":388,"Date":"12/27/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":551,"Cost":426,"Date":"12/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":270,"Cost":199,"Date":"8/10/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":874,"Cost":516,"Date":"7/14/2024"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":112,"Cost":76,"Date":"11/23/2018"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":660,"Cost":434,"Date":"1/1/2020"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":288,"Cost":266,"Date":"12/27/2022"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":158,"Cost":130,"Date":"12/31/2022"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":18,"Cost":16,"Date":"8/10/2023"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":24,"Cost":23,"Date":"7/14/2024"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":527,"Cost":347,"Date":"11/23/2018"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":647,"Cost":326,"Date":"1/1/2020"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":573,"Cost":470,"Date":"12/27/2022"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":502,"Cost":312,"Date":"12/31/2022"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":515,"Cost":330,"Date":"8/10/2023"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":482,"Cost":452,"Date":"7/14/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":138,"Cost":94,"Date":"11/23/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":60,"Cost":57,"Date":"1/1/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":737,"Cost":504,"Date":"12/27/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":883,"Cost":754,"Date":"12/31/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":740,"Cost":622,"Date":"8/10/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":282,"Cost":183,"Date":"7/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":250,"Cost":220,"Date":"11/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":869,"Cost":469,"Date":"1/1/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":899,"Cost":723,"Date":"12/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":856,"Cost":563,"Date":"12/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":787,"Cost":563,"Date":"8/10/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":79,"Cost":56,"Date":"7/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":243,"Cost":142,"Date":"11/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":76,"Cost":43,"Date":"1/1/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":783,"Cost":610,"Date":"12/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":146,"Cost":91,"Date":"12/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":455,"Cost":302,"Date":"8/10/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":309,"Cost":258,"Date":"7/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":576,"Cost":400,"Date":"11/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":64,"Cost":45,"Date":"1/1/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":733,"Cost":635,"Date":"12/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":138,"Cost":74,"Date":"12/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":842,"Cost":698,"Date":"8/10/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":969,"Cost":764,"Date":"7/14/2024"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":284,"Cost":172,"Date":"11/23/2018"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":399,"Cost":357,"Date":"1/1/2020"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":462,"Cost":435,"Date":"12/27/2022"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":735,"Cost":558,"Date":"12/31/2022"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":589,"Cost":502,"Date":"8/10/2023"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":262,"Cost":221,"Date":"7/14/2024"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":352,"Cost":178,"Date":"11/23/2018"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":29,"Cost":22,"Date":"1/1/2020"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":129,"Cost":64,"Date":"12/27/2022"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":732,"Cost":447,"Date":"12/31/2022"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":858,"Cost":743,"Date":"8/10/2023"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":863,"Cost":667,"Date":"7/14/2024"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":931,"Cost":548,"Date":"11/23/2018"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":892,"Cost":784,"Date":"1/1/2020"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":827,"Cost":703,"Date":"12/27/2022"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":283,"Cost":197,"Date":"12/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":459,"Cost":279,"Date":"8/10/2023"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":575,"Cost":470,"Date":"7/14/2024"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":636,"Cost":411,"Date":"11/23/2018"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":715,"Cost":439,"Date":"1/1/2020"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":545,"Cost":448,"Date":"12/27/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":551,"Cost":412,"Date":"12/31/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":963,"Cost":902,"Date":"8/10/2023"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":409,"Cost":293,"Date":"7/14/2024"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":186,"Cost":150,"Date":"11/23/2018"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":704,"Cost":577,"Date":"1/1/2020"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":414,"Cost":316,"Date":"12/27/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":58,"Cost":40,"Date":"12/31/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":290,"Cost":217,"Date":"8/10/2023"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":392,"Cost":271,"Date":"7/14/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":177,"Cost":134,"Date":"11/23/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":459,"Cost":338,"Date":"1/1/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":825,"Cost":546,"Date":"12/27/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":649,"Cost":603,"Date":"12/31/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":658,"Cost":455,"Date":"8/10/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":200,"Cost":167,"Date":"7/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":653,"Cost":474,"Date":"11/23/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":973,"Cost":717,"Date":"1/1/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":11,"Cost":11,"Date":"12/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":690,"Cost":578,"Date":"12/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":645,"Cost":561,"Date":"8/10/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":156,"Cost":138,"Date":"7/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":534,"Cost":382,"Date":"11/23/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":702,"Cost":537,"Date":"1/1/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":432,"Cost":342,"Date":"12/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":929,"Cost":789,"Date":"12/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":637,"Cost":522,"Date":"8/10/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":908,"Cost":814,"Date":"7/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":213,"Cost":138,"Date":"11/23/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":494,"Cost":365,"Date":"1/1/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":130,"Cost":120,"Date":"12/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":415,"Cost":207,"Date":"12/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":653,"Cost":327,"Date":"8/10/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":789,"Cost":520,"Date":"7/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":829,"Cost":458,"Date":"11/23/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":882,"Cost":510,"Date":"1/1/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":755,"Cost":430,"Date":"12/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":228,"Cost":184,"Date":"12/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":474,"Cost":253,"Date":"8/10/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":52,"Cost":47,"Date":"7/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":696,"Cost":383,"Date":"11/23/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":775,"Cost":503,"Date":"1/1/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":499,"Cost":405,"Date":"12/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":729,"Cost":568,"Date":"12/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":208,"Cost":142,"Date":"8/10/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":267,"Cost":145,"Date":"7/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":872,"Cost":792,"Date":"11/23/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":956,"Cost":892,"Date":"1/1/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":687,"Cost":440,"Date":"12/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":567,"Cost":353,"Date":"12/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":994,"Cost":931,"Date":"8/10/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":158,"Cost":103,"Date":"7/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":693,"Cost":640,"Date":"11/23/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":508,"Cost":435,"Date":"1/1/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":252,"Cost":176,"Date":"12/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":212,"Cost":125,"Date":"12/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":487,"Cost":462,"Date":"8/10/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":652,"Cost":348,"Date":"7/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":873,"Cost":630,"Date":"11/23/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":228,"Cost":144,"Date":"1/1/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":206,"Cost":149,"Date":"12/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":392,"Cost":214,"Date":"12/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":835,"Cost":512,"Date":"8/10/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":965,"Cost":729,"Date":"7/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":56,"Cost":35,"Date":"11/23/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":180,"Cost":124,"Date":"1/1/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":834,"Cost":457,"Date":"12/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":57,"Cost":30,"Date":"12/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":732,"Cost":573,"Date":"8/10/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":6,"Cost":5,"Date":"7/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":795,"Cost":752,"Date":"11/23/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":633,"Cost":389,"Date":"1/1/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":390,"Cost":210,"Date":"12/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":366,"Cost":199,"Date":"12/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":578,"Cost":534,"Date":"8/10/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":50,"Cost":41,"Date":"7/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":208,"Cost":161,"Date":"11/23/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":285,"Cost":240,"Date":"1/1/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":169,"Cost":154,"Date":"12/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":877,"Cost":833,"Date":"12/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":885,"Cost":810,"Date":"8/10/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":125,"Cost":114,"Date":"7/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":110,"Cost":95,"Date":"11/23/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":744,"Cost":700,"Date":"1/1/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":528,"Cost":483,"Date":"12/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":633,"Cost":465,"Date":"12/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":409,"Cost":281,"Date":"8/10/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":410,"Cost":218,"Date":"7/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":471,"Cost":314,"Date":"11/23/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":540,"Cost":435,"Date":"1/1/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":954,"Cost":796,"Date":"12/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":729,"Cost":679,"Date":"12/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":73,"Cost":50,"Date":"8/10/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":246,"Cost":230,"Date":"7/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":333,"Cost":272,"Date":"11/23/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":623,"Cost":554,"Date":"1/1/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":665,"Cost":381,"Date":"12/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":640,"Cost":338,"Date":"12/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":934,"Cost":517,"Date":"8/10/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":670,"Cost":570,"Date":"7/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":600,"Cost":474,"Date":"11/23/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":482,"Cost":295,"Date":"1/1/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":21,"Cost":11,"Date":"12/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":699,"Cost":656,"Date":"12/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":295,"Cost":244,"Date":"8/10/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":575,"Cost":512,"Date":"7/14/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":687,"Cost":562,"Date":"11/23/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":74,"Cost":40,"Date":"1/1/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":162,"Cost":153,"Date":"12/27/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":673,"Cost":405,"Date":"12/31/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":117,"Cost":105,"Date":"8/10/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":603,"Cost":345,"Date":"7/14/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":806,"Cost":555,"Date":"11/23/2018"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":790,"Cost":719,"Date":"1/1/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":221,"Cost":127,"Date":"12/27/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":575,"Cost":358,"Date":"12/31/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":103,"Cost":62,"Date":"8/10/2023"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":468,"Cost":384,"Date":"7/14/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":224,"Cost":191,"Date":"11/23/2018"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":176,"Cost":157,"Date":"1/1/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":399,"Cost":285,"Date":"12/27/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":960,"Cost":633,"Date":"12/31/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":323,"Cost":205,"Date":"8/10/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":39,"Cost":36,"Date":"7/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":830,"Cost":501,"Date":"11/23/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":328,"Cost":221,"Date":"1/1/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":806,"Cost":737,"Date":"12/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":689,"Cost":524,"Date":"12/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":889,"Cost":544,"Date":"8/10/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":232,"Cost":193,"Date":"7/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":708,"Cost":583,"Date":"11/23/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":41,"Cost":29,"Date":"1/1/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":533,"Cost":361,"Date":"12/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":157,"Cost":121,"Date":"12/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":18,"Cost":13,"Date":"8/10/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":189,"Cost":131,"Date":"7/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":628,"Cost":523,"Date":"11/23/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":497,"Cost":394,"Date":"1/1/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":469,"Cost":360,"Date":"12/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":714,"Cost":596,"Date":"12/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":353,"Cost":276,"Date":"8/10/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":884,"Cost":559,"Date":"7/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":948,"Cost":509,"Date":"11/23/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":596,"Cost":489,"Date":"1/1/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":245,"Cost":186,"Date":"12/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":596,"Cost":432,"Date":"12/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":334,"Cost":275,"Date":"8/10/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":372,"Cost":197,"Date":"7/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":922,"Cost":737,"Date":"11/23/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":954,"Cost":754,"Date":"1/1/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":864,"Cost":703,"Date":"12/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":933,"Cost":741,"Date":"12/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":717,"Cost":437,"Date":"8/10/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":721,"Cost":489,"Date":"7/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":955,"Cost":565,"Date":"11/23/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":473,"Cost":249,"Date":"1/1/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":497,"Cost":421,"Date":"12/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":671,"Cost":444,"Date":"12/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":472,"Cost":285,"Date":"8/10/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":6,"Cost":6,"Date":"7/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":765,"Cost":642,"Date":"11/23/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":158,"Cost":114,"Date":"1/1/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":462,"Cost":310,"Date":"12/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":734,"Cost":391,"Date":"12/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":575,"Cost":297,"Date":"8/10/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":404,"Cost":367,"Date":"7/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":210,"Cost":129,"Date":"11/23/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":211,"Cost":108,"Date":"1/1/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":504,"Cost":362,"Date":"12/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":10,"Cost":6,"Date":"12/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":757,"Cost":603,"Date":"8/10/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":77,"Cost":73,"Date":"7/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":261,"Cost":164,"Date":"11/23/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":768,"Cost":547,"Date":"1/1/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":165,"Cost":129,"Date":"12/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":849,"Cost":627,"Date":"12/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":819,"Cost":420,"Date":"8/10/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":427,"Cost":261,"Date":"7/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":114,"Cost":100,"Date":"11/23/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":970,"Cost":576,"Date":"1/1/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":665,"Cost":566,"Date":"12/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":484,"Cost":248,"Date":"12/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":22,"Cost":12,"Date":"8/10/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":314,"Cost":175,"Date":"7/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":902,"Cost":779,"Date":"11/23/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":353,"Cost":222,"Date":"1/1/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":903,"Cost":459,"Date":"12/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":930,"Cost":720,"Date":"12/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":394,"Cost":308,"Date":"8/10/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":807,"Cost":651,"Date":"7/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":133,"Cost":77,"Date":"11/23/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":106,"Cost":65,"Date":"1/1/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":881,"Cost":513,"Date":"12/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":681,"Cost":553,"Date":"12/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":135,"Cost":80,"Date":"8/10/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":596,"Cost":460,"Date":"7/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":744,"Cost":396,"Date":"11/23/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":605,"Cost":508,"Date":"1/1/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":1000,"Cost":657,"Date":"12/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":857,"Cost":530,"Date":"12/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":459,"Cost":382,"Date":"8/10/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":865,"Cost":752,"Date":"7/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":400,"Cost":220,"Date":"11/23/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":267,"Cost":219,"Date":"1/1/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":463,"Cost":291,"Date":"12/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":996,"Cost":921,"Date":"12/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":977,"Cost":826,"Date":"8/10/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":474,"Cost":442,"Date":"7/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":488,"Cost":392,"Date":"11/23/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":319,"Cost":283,"Date":"1/1/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":788,"Cost":736,"Date":"12/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":298,"Cost":176,"Date":"12/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":922,"Cost":495,"Date":"8/10/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":931,"Cost":649,"Date":"7/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":255,"Cost":127,"Date":"11/23/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":822,"Cost":540,"Date":"1/1/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":740,"Cost":427,"Date":"12/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":395,"Cost":288,"Date":"12/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":562,"Cost":286,"Date":"8/10/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":270,"Cost":239,"Date":"7/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":439,"Cost":418,"Date":"11/23/2018"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":717,"Cost":521,"Date":"1/1/2020"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":43,"Cost":36,"Date":"12/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":789,"Cost":489,"Date":"12/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":44,"Cost":22,"Date":"8/10/2023"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":396,"Cost":358,"Date":"7/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":549,"Cost":314,"Date":"11/23/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":186,"Cost":131,"Date":"1/1/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":259,"Cost":195,"Date":"12/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":205,"Cost":161,"Date":"12/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":971,"Cost":605,"Date":"8/10/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":159,"Cost":92,"Date":"7/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":166,"Cost":116,"Date":"11/23/2018"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":837,"Cost":732,"Date":"1/1/2020"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":55,"Cost":44,"Date":"12/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":374,"Cost":268,"Date":"12/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":185,"Cost":134,"Date":"8/10/2023"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":28,"Cost":18,"Date":"7/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":571,"Cost":306,"Date":"11/23/2018"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":961,"Cost":854,"Date":"1/1/2020"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":142,"Cost":111,"Date":"12/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":268,"Cost":186,"Date":"12/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":270,"Cost":189,"Date":"8/10/2023"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":567,"Cost":471,"Date":"7/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":482,"Cost":377,"Date":"11/23/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":556,"Cost":456,"Date":"1/1/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":961,"Cost":720,"Date":"12/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":99,"Cost":80,"Date":"12/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":909,"Cost":681,"Date":"8/10/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":205,"Cost":128,"Date":"7/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":3,"Cost":2,"Date":"11/23/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":144,"Cost":114,"Date":"1/1/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":288,"Cost":175,"Date":"12/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":361,"Cost":304,"Date":"12/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":856,"Cost":472,"Date":"8/10/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":338,"Cost":243,"Date":"7/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":571,"Cost":335,"Date":"11/23/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":629,"Cost":322,"Date":"1/1/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":928,"Cost":727,"Date":"12/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":46,"Cost":29,"Date":"12/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":297,"Cost":279,"Date":"8/10/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":680,"Cost":532,"Date":"7/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":906,"Cost":743,"Date":"11/23/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":795,"Cost":460,"Date":"1/1/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":712,"Cost":638,"Date":"12/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":830,"Cost":646,"Date":"12/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":227,"Cost":175,"Date":"8/10/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":995,"Cost":767,"Date":"7/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":322,"Cost":162,"Date":"11/23/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":938,"Cost":781,"Date":"1/1/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":504,"Cost":326,"Date":"12/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":167,"Cost":124,"Date":"12/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":42,"Cost":28,"Date":"8/10/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":416,"Cost":380,"Date":"7/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":519,"Cost":431,"Date":"11/23/2018"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":215,"Cost":197,"Date":"1/1/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":189,"Cost":154,"Date":"12/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":296,"Cost":200,"Date":"12/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":380,"Cost":220,"Date":"8/10/2023"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":454,"Cost":388,"Date":"7/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":208,"Cost":143,"Date":"11/23/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":393,"Cost":241,"Date":"1/1/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":377,"Cost":275,"Date":"12/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":421,"Cost":254,"Date":"12/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":87,"Cost":46,"Date":"8/10/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":127,"Cost":77,"Date":"7/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":536,"Cost":449,"Date":"11/23/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":132,"Cost":113,"Date":"1/1/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":300,"Cost":282,"Date":"12/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":278,"Cost":174,"Date":"12/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":107,"Cost":58,"Date":"8/10/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":584,"Cost":476,"Date":"7/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":468,"Cost":355,"Date":"11/23/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":628,"Cost":462,"Date":"1/1/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":97,"Cost":67,"Date":"12/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":767,"Cost":591,"Date":"12/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":905,"Cost":800,"Date":"8/10/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":223,"Cost":149,"Date":"7/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":154,"Cost":145,"Date":"11/23/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":984,"Cost":688,"Date":"1/1/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":161,"Cost":152,"Date":"12/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":518,"Cost":304,"Date":"12/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":26,"Cost":14,"Date":"8/10/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":753,"Cost":653,"Date":"7/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":477,"Cost":254,"Date":"11/23/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":791,"Cost":561,"Date":"1/1/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":725,"Cost":499,"Date":"12/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":130,"Cost":80,"Date":"12/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":385,"Cost":350,"Date":"8/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":633,"Cost":528,"Date":"7/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":298,"Cost":197,"Date":"11/23/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":346,"Cost":231,"Date":"1/1/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":717,"Cost":574,"Date":"12/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":258,"Cost":140,"Date":"12/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":63,"Cost":58,"Date":"8/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":620,"Cost":515,"Date":"7/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":969,"Cost":505,"Date":"11/23/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":304,"Cost":187,"Date":"1/1/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":115,"Cost":76,"Date":"12/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":716,"Cost":623,"Date":"12/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":359,"Cost":227,"Date":"8/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":963,"Cost":905,"Date":"7/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":412,"Cost":289,"Date":"11/23/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":9,"Cost":6,"Date":"1/1/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":652,"Cost":343,"Date":"12/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":435,"Cost":309,"Date":"12/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":775,"Cost":655,"Date":"8/10/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":472,"Cost":363,"Date":"7/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":698,"Cost":602,"Date":"11/23/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":927,"Cost":857,"Date":"1/1/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":883,"Cost":570,"Date":"12/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":155,"Cost":120,"Date":"12/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":535,"Cost":484,"Date":"8/10/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":942,"Cost":802,"Date":"7/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":588,"Cost":479,"Date":"11/23/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":371,"Cost":203,"Date":"1/1/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":815,"Cost":470,"Date":"12/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":288,"Cost":185,"Date":"12/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":68,"Cost":61,"Date":"8/10/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":842,"Cost":595,"Date":"7/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":135,"Cost":80,"Date":"11/23/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":219,"Cost":167,"Date":"1/1/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":591,"Cost":459,"Date":"12/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":414,"Cost":282,"Date":"12/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":689,"Cost":569,"Date":"8/10/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":346,"Cost":326,"Date":"7/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":405,"Cost":380,"Date":"11/23/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":695,"Cost":616,"Date":"1/1/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":493,"Cost":254,"Date":"12/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":930,"Cost":586,"Date":"12/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":801,"Cost":679,"Date":"8/10/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":917,"Cost":544,"Date":"7/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":794,"Cost":750,"Date":"11/23/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":157,"Cost":93,"Date":"1/1/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":455,"Cost":428,"Date":"12/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":334,"Cost":196,"Date":"12/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":908,"Cost":817,"Date":"8/10/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":257,"Cost":170,"Date":"7/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":379,"Cost":204,"Date":"11/23/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":393,"Cost":363,"Date":"1/1/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":757,"Cost":677,"Date":"12/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":321,"Cost":230,"Date":"12/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":184,"Cost":92,"Date":"8/10/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":868,"Cost":541,"Date":"7/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":657,"Cost":475,"Date":"11/23/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":175,"Cost":102,"Date":"1/1/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":347,"Cost":284,"Date":"12/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":568,"Cost":419,"Date":"12/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":533,"Cost":374,"Date":"8/10/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":373,"Cost":219,"Date":"7/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":477,"Cost":394,"Date":"11/23/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":555,"Cost":283,"Date":"1/1/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":283,"Cost":234,"Date":"12/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":18,"Cost":13,"Date":"12/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":94,"Cost":62,"Date":"8/10/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":873,"Cost":528,"Date":"7/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":804,"Cost":481,"Date":"11/23/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":590,"Cost":333,"Date":"1/1/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":408,"Cost":226,"Date":"12/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":119,"Cost":109,"Date":"12/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":214,"Cost":162,"Date":"8/10/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":723,"Cost":440,"Date":"7/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":675,"Cost":495,"Date":"11/23/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":213,"Cost":168,"Date":"1/1/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":33,"Cost":19,"Date":"12/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":446,"Cost":244,"Date":"12/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":741,"Cost":543,"Date":"8/10/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":755,"Cost":629,"Date":"7/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":46,"Cost":34,"Date":"11/23/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":526,"Cost":461,"Date":"1/1/2020"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":269,"Cost":248,"Date":"12/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":600,"Cost":449,"Date":"12/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":601,"Cost":553,"Date":"8/10/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":317,"Cost":179,"Date":"7/14/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":56,"Cost":47,"Date":"11/23/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":905,"Cost":664,"Date":"1/1/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":613,"Cost":557,"Date":"12/27/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":594,"Cost":315,"Date":"12/31/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":197,"Cost":104,"Date":"8/10/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":895,"Cost":744,"Date":"7/14/2024"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":210,"Cost":193,"Date":"11/23/2018"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":806,"Cost":685,"Date":"1/1/2020"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":125,"Cost":97,"Date":"12/27/2022"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":95,"Cost":90,"Date":"12/31/2022"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":333,"Cost":277,"Date":"8/10/2023"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":390,"Cost":237,"Date":"7/14/2024"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":165,"Cost":85,"Date":"11/23/2018"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":136,"Cost":76,"Date":"1/1/2020"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":119,"Cost":113,"Date":"12/27/2022"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":635,"Cost":382,"Date":"12/31/2022"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":515,"Cost":441,"Date":"8/10/2023"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":274,"Cost":235,"Date":"7/14/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":946,"Cost":660,"Date":"11/23/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":410,"Cost":386,"Date":"1/1/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":866,"Cost":644,"Date":"12/27/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":382,"Cost":357,"Date":"12/31/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":211,"Cost":189,"Date":"8/10/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":549,"Cost":326,"Date":"7/14/2024"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":808,"Cost":588,"Date":"11/23/2018"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":18,"Cost":15,"Date":"1/1/2020"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":703,"Cost":667,"Date":"12/27/2022"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":615,"Cost":510,"Date":"12/31/2022"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":886,"Cost":773,"Date":"8/10/2023"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":24,"Cost":19,"Date":"7/14/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":522,"Cost":439,"Date":"11/23/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":181,"Cost":113,"Date":"1/1/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":568,"Cost":427,"Date":"12/27/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":972,"Cost":701,"Date":"12/31/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":232,"Cost":220,"Date":"8/10/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":295,"Cost":278,"Date":"7/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":984,"Cost":640,"Date":"11/23/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":351,"Cost":186,"Date":"1/1/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":673,"Cost":621,"Date":"12/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"12/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":976,"Cost":617,"Date":"8/10/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":941,"Cost":768,"Date":"7/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":576,"Cost":510,"Date":"11/23/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":699,"Cost":543,"Date":"1/1/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":5,"Cost":3,"Date":"12/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":131,"Cost":73,"Date":"12/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":317,"Cost":201,"Date":"8/10/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":797,"Cost":712,"Date":"7/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":163,"Cost":131,"Date":"11/23/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":870,"Cost":705,"Date":"1/1/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":344,"Cost":280,"Date":"12/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":28,"Cost":16,"Date":"12/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":39,"Cost":37,"Date":"8/10/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":743,"Cost":587,"Date":"7/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":196,"Cost":154,"Date":"11/23/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":33,"Cost":17,"Date":"1/1/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":348,"Cost":207,"Date":"12/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":398,"Cost":306,"Date":"12/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":460,"Cost":335,"Date":"8/10/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":600,"Cost":460,"Date":"7/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":201,"Cost":164,"Date":"11/23/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":850,"Cost":765,"Date":"1/1/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":299,"Cost":152,"Date":"12/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":572,"Cost":309,"Date":"12/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":119,"Cost":79,"Date":"8/10/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":367,"Cost":311,"Date":"7/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":298,"Cost":216,"Date":"11/23/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":166,"Cost":115,"Date":"1/1/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":547,"Cost":403,"Date":"12/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":444,"Cost":268,"Date":"12/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":802,"Cost":695,"Date":"8/10/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":551,"Cost":291,"Date":"7/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":876,"Cost":441,"Date":"11/23/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":507,"Cost":339,"Date":"1/1/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":858,"Cost":472,"Date":"12/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":560,"Cost":420,"Date":"12/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":885,"Cost":832,"Date":"8/10/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":11,"Cost":8,"Date":"7/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":482,"Cost":254,"Date":"11/23/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":761,"Cost":575,"Date":"1/1/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":836,"Cost":582,"Date":"12/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":926,"Cost":830,"Date":"12/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":905,"Cost":837,"Date":"8/10/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":496,"Cost":255,"Date":"7/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":337,"Cost":237,"Date":"11/23/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":217,"Cost":188,"Date":"1/1/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":995,"Cost":815,"Date":"12/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":619,"Cost":483,"Date":"12/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":924,"Cost":875,"Date":"8/10/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":448,"Cost":400,"Date":"7/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":714,"Cost":675,"Date":"11/23/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":416,"Cost":308,"Date":"1/1/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":78,"Cost":49,"Date":"12/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":231,"Cost":170,"Date":"12/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":353,"Cost":250,"Date":"8/10/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":115,"Cost":84,"Date":"7/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":680,"Cost":615,"Date":"11/23/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":15,"Cost":13,"Date":"1/1/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":177,"Cost":110,"Date":"12/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":870,"Cost":645,"Date":"12/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":164,"Cost":95,"Date":"8/10/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":451,"Cost":419,"Date":"7/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":87,"Cost":75,"Date":"11/23/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":15,"Cost":9,"Date":"1/1/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":72,"Cost":65,"Date":"12/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":930,"Cost":744,"Date":"12/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":863,"Cost":655,"Date":"8/10/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":593,"Cost":559,"Date":"7/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":868,"Cost":779,"Date":"11/23/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":736,"Cost":522,"Date":"1/1/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":959,"Cost":686,"Date":"12/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":857,"Cost":501,"Date":"12/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":723,"Cost":573,"Date":"8/10/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":29,"Cost":18,"Date":"7/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":67,"Cost":41,"Date":"11/23/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":424,"Cost":227,"Date":"1/1/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":320,"Cost":174,"Date":"12/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":770,"Cost":532,"Date":"12/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":860,"Cost":580,"Date":"8/10/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":477,"Cost":316,"Date":"7/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":1,"Cost":1,"Date":"11/23/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":637,"Cost":365,"Date":"1/1/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":859,"Cost":758,"Date":"12/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":59,"Cost":34,"Date":"12/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":313,"Cost":178,"Date":"8/10/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":400,"Cost":309,"Date":"7/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":614,"Cost":536,"Date":"11/23/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":59,"Cost":40,"Date":"1/1/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":645,"Cost":484,"Date":"12/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":357,"Cost":199,"Date":"12/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":610,"Cost":400,"Date":"8/10/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":594,"Cost":392,"Date":"7/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":636,"Cost":350,"Date":"11/23/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":690,"Cost":464,"Date":"1/1/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":850,"Cost":752,"Date":"12/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":341,"Cost":324,"Date":"12/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":250,"Cost":178,"Date":"8/10/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":953,"Cost":746,"Date":"7/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":219,"Cost":203,"Date":"11/23/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":137,"Cost":99,"Date":"1/1/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":611,"Cost":337,"Date":"12/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":615,"Cost":569,"Date":"12/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":254,"Cost":235,"Date":"8/10/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":191,"Cost":103,"Date":"7/14/2024"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":646,"Cost":592,"Date":"11/23/2018"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":786,"Cost":589,"Date":"1/1/2020"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":622,"Cost":413,"Date":"12/27/2022"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":228,"Cost":207,"Date":"12/31/2022"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":297,"Cost":157,"Date":"8/10/2023"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":290,"Cost":203,"Date":"7/14/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":718,"Cost":603,"Date":"11/23/2018"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":823,"Cost":494,"Date":"1/1/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":445,"Cost":333,"Date":"12/27/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":901,"Cost":574,"Date":"12/31/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":117,"Cost":63,"Date":"8/10/2023"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":244,"Cost":132,"Date":"7/14/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":567,"Cost":316,"Date":"11/23/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":132,"Cost":100,"Date":"1/1/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":73,"Cost":56,"Date":"12/27/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":710,"Cost":583,"Date":"12/31/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":206,"Cost":138,"Date":"8/10/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":631,"Cost":590,"Date":"7/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":392,"Cost":340,"Date":"11/23/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":553,"Cost":442,"Date":"1/1/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":296,"Cost":194,"Date":"12/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":691,"Cost":362,"Date":"12/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":806,"Cost":448,"Date":"8/10/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":495,"Cost":456,"Date":"7/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":70,"Cost":46,"Date":"11/23/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":235,"Cost":201,"Date":"1/1/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":154,"Cost":105,"Date":"12/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":815,"Cost":715,"Date":"12/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":857,"Cost":571,"Date":"8/10/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":547,"Cost":333,"Date":"7/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":173,"Cost":128,"Date":"11/23/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":100,"Cost":84,"Date":"1/1/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":65,"Cost":50,"Date":"12/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":338,"Cost":311,"Date":"12/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":73,"Cost":56,"Date":"8/10/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":88,"Cost":72,"Date":"7/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":845,"Cost":721,"Date":"11/23/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":747,"Cost":599,"Date":"1/1/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":209,"Cost":169,"Date":"12/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":435,"Cost":236,"Date":"12/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":263,"Cost":143,"Date":"8/10/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":412,"Cost":281,"Date":"7/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":786,"Cost":676,"Date":"11/23/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":742,"Cost":679,"Date":"1/1/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":773,"Cost":711,"Date":"12/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":411,"Cost":347,"Date":"12/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":754,"Cost":561,"Date":"8/10/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":188,"Cost":119,"Date":"7/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":358,"Cost":236,"Date":"11/23/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":533,"Cost":453,"Date":"1/1/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":774,"Cost":398,"Date":"12/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":266,"Cost":165,"Date":"12/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":991,"Cost":701,"Date":"8/10/2023"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":525,"Cost":303,"Date":"7/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":351,"Cost":288,"Date":"11/23/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":796,"Cost":699,"Date":"1/1/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":422,"Cost":355,"Date":"12/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":422,"Cost":310,"Date":"12/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":211,"Cost":144,"Date":"8/10/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":775,"Cost":574,"Date":"7/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":658,"Cost":466,"Date":"11/23/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":840,"Cost":539,"Date":"1/1/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":671,"Cost":514,"Date":"12/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":441,"Cost":380,"Date":"12/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":361,"Cost":288,"Date":"8/10/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":325,"Cost":290,"Date":"7/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":465,"Cost":395,"Date":"11/23/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":647,"Cost":328,"Date":"1/1/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":82,"Cost":47,"Date":"12/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":516,"Cost":319,"Date":"12/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":886,"Cost":840,"Date":"8/10/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":176,"Cost":146,"Date":"7/14/2024"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":27,"Cost":18,"Date":"11/23/2018"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":152,"Cost":130,"Date":"1/1/2020"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":110,"Cost":80,"Date":"12/27/2022"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":503,"Cost":259,"Date":"12/31/2022"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":769,"Cost":544,"Date":"8/10/2023"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":735,"Cost":402,"Date":"7/14/2024"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":684,"Cost":409,"Date":"11/23/2018"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":281,"Cost":256,"Date":"1/1/2020"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":810,"Cost":454,"Date":"12/27/2022"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":676,"Cost":588,"Date":"12/31/2022"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":57,"Cost":52,"Date":"8/10/2023"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":226,"Cost":114,"Date":"7/14/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":49,"Cost":34,"Date":"11/23/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":601,"Cost":415,"Date":"1/1/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":132,"Cost":84,"Date":"12/27/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":404,"Cost":285,"Date":"12/31/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":626,"Cost":543,"Date":"8/10/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":122,"Cost":103,"Date":"7/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":937,"Cost":677,"Date":"11/23/2018"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":41,"Cost":39,"Date":"1/1/2020"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":932,"Cost":700,"Date":"12/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":30,"Cost":27,"Date":"12/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":186,"Cost":122,"Date":"8/10/2023"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":225,"Cost":147,"Date":"7/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":361,"Cost":341,"Date":"11/23/2018"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":252,"Cost":227,"Date":"1/1/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":150,"Cost":116,"Date":"12/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":559,"Cost":345,"Date":"12/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":904,"Cost":520,"Date":"8/10/2023"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":368,"Cost":300,"Date":"7/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":135,"Cost":109,"Date":"11/23/2018"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":832,"Cost":443,"Date":"1/1/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":708,"Cost":473,"Date":"12/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":104,"Cost":76,"Date":"12/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":413,"Cost":369,"Date":"8/10/2023"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":391,"Cost":315,"Date":"7/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":941,"Cost":886,"Date":"11/23/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":142,"Cost":94,"Date":"1/1/2020"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":339,"Cost":281,"Date":"12/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":993,"Cost":813,"Date":"12/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":108,"Cost":97,"Date":"8/10/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":860,"Cost":460,"Date":"7/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":39,"Cost":20,"Date":"11/23/2018"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":553,"Cost":421,"Date":"1/1/2020"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":162,"Cost":114,"Date":"12/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":593,"Cost":490,"Date":"12/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":272,"Cost":250,"Date":"8/10/2023"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":962,"Cost":597,"Date":"7/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":83,"Cost":63,"Date":"11/23/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":610,"Cost":529,"Date":"1/1/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":122,"Cost":68,"Date":"12/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":80,"Cost":68,"Date":"12/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":385,"Cost":228,"Date":"8/10/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":581,"Cost":492,"Date":"7/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":557,"Cost":302,"Date":"11/23/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":383,"Cost":306,"Date":"1/1/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":21,"Cost":18,"Date":"12/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":417,"Cost":390,"Date":"12/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":189,"Cost":142,"Date":"8/10/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":564,"Cost":502,"Date":"7/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":560,"Cost":485,"Date":"11/23/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":287,"Cost":206,"Date":"1/1/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":525,"Cost":296,"Date":"12/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":39,"Cost":34,"Date":"12/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":485,"Cost":353,"Date":"8/10/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":779,"Cost":669,"Date":"7/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":957,"Cost":735,"Date":"11/23/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":561,"Cost":386,"Date":"1/1/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":147,"Cost":88,"Date":"12/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":131,"Cost":118,"Date":"12/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":184,"Cost":97,"Date":"8/10/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":555,"Cost":345,"Date":"7/14/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":394,"Cost":366,"Date":"11/23/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":733,"Cost":648,"Date":"1/1/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":421,"Cost":357,"Date":"12/27/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":305,"Cost":193,"Date":"12/31/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":881,"Cost":786,"Date":"8/10/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":546,"Cost":320,"Date":"7/14/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":83,"Cost":74,"Date":"11/23/2018"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":481,"Cost":377,"Date":"1/1/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":100,"Cost":61,"Date":"12/27/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":783,"Cost":582,"Date":"12/31/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":741,"Cost":547,"Date":"8/10/2023"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":477,"Cost":443,"Date":"7/14/2024"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":465,"Cost":245,"Date":"11/23/2018"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":364,"Cost":253,"Date":"1/1/2020"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":907,"Cost":782,"Date":"12/27/2022"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":951,"Cost":514,"Date":"12/31/2022"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":1000,"Cost":910,"Date":"8/10/2023"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":850,"Cost":666,"Date":"7/14/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":651,"Cost":500,"Date":"11/23/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":178,"Cost":102,"Date":"1/1/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":499,"Cost":251,"Date":"12/27/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":733,"Cost":597,"Date":"12/31/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":266,"Cost":134,"Date":"8/10/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":457,"Cost":308,"Date":"7/14/2024"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":324,"Cost":295,"Date":"11/23/2018"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":210,"Cost":139,"Date":"1/1/2020"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":773,"Cost":508,"Date":"12/27/2022"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":860,"Cost":481,"Date":"12/31/2022"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":534,"Cost":291,"Date":"8/10/2023"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":167,"Cost":155,"Date":"7/14/2024"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":837,"Cost":493,"Date":"11/23/2018"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":809,"Cost":746,"Date":"1/1/2020"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":453,"Cost":336,"Date":"12/27/2022"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":822,"Cost":455,"Date":"12/31/2022"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":458,"Cost":399,"Date":"8/10/2023"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":227,"Cost":201,"Date":"7/14/2024"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":128,"Cost":86,"Date":"11/23/2018"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":309,"Cost":165,"Date":"1/1/2020"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":851,"Cost":456,"Date":"12/27/2022"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":613,"Cost":557,"Date":"12/31/2022"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":931,"Cost":771,"Date":"8/10/2023"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":859,"Cost":442,"Date":"7/14/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":518,"Cost":475,"Date":"11/23/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":539,"Cost":321,"Date":"1/1/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":462,"Cost":263,"Date":"12/27/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":847,"Cost":660,"Date":"12/31/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":384,"Cost":225,"Date":"8/10/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":86,"Cost":50,"Date":"7/14/2024"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":347,"Cost":270,"Date":"11/23/2018"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":49,"Cost":26,"Date":"1/1/2020"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":719,"Cost":444,"Date":"12/27/2022"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":899,"Cost":832,"Date":"12/31/2022"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":79,"Cost":69,"Date":"8/10/2023"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":349,"Cost":286,"Date":"7/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":206,"Cost":162,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":623,"Cost":403,"Date":"1/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":781,"Cost":521,"Date":"12/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":200,"Cost":162,"Date":"12/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":386,"Cost":298,"Date":"8/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":644,"Cost":378,"Date":"7/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":272,"Cost":206,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":868,"Cost":599,"Date":"1/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":901,"Cost":713,"Date":"12/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":863,"Cost":664,"Date":"12/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":846,"Cost":607,"Date":"8/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":156,"Cost":78,"Date":"7/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":363,"Cost":235,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":918,"Cost":842,"Date":"1/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":511,"Cost":426,"Date":"12/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":952,"Cost":842,"Date":"12/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":426,"Cost":401,"Date":"8/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":876,"Cost":516,"Date":"7/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":658,"Cost":351,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":973,"Cost":886,"Date":"1/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":728,"Cost":648,"Date":"12/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":948,"Cost":556,"Date":"12/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":793,"Cost":439,"Date":"8/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":256,"Cost":133,"Date":"7/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":538,"Cost":485,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":628,"Cost":508,"Date":"1/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":339,"Cost":234,"Date":"12/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":546,"Date":"12/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":384,"Cost":302,"Date":"8/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":442,"Date":"7/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":663,"Cost":577,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":55,"Cost":43,"Date":"1/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":466,"Cost":308,"Date":"12/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":799,"Cost":649,"Date":"12/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":838,"Date":"8/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":580,"Date":"7/14/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":920,"Cost":689,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":541,"Date":"1/1/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":676,"Cost":586,"Date":"12/27/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":133,"Cost":122,"Date":"12/31/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":454,"Cost":263,"Date":"8/10/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":259,"Cost":165,"Date":"7/14/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":480,"Cost":280,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":155,"Date":"1/1/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":648,"Date":"12/27/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":331,"Date":"12/31/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":357,"Date":"8/10/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":74,"Cost":40,"Date":"7/14/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":243,"Cost":151,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":605,"Cost":313,"Date":"1/1/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":405,"Date":"12/27/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":140,"Cost":85,"Date":"12/31/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":318,"Cost":263,"Date":"8/10/2023"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":571,"Cost":455,"Date":"7/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":76,"Cost":40,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":750,"Cost":397,"Date":"1/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":966,"Cost":690,"Date":"12/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":946,"Cost":699,"Date":"12/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":406,"Cost":238,"Date":"8/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":802,"Cost":565,"Date":"7/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":908,"Cost":715,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":901,"Cost":819,"Date":"1/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":371,"Date":"12/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":305,"Cost":277,"Date":"12/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":343,"Cost":253,"Date":"8/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":879,"Cost":669,"Date":"7/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":669,"Cost":632,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":490,"Cost":457,"Date":"1/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":559,"Cost":328,"Date":"12/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":813,"Cost":489,"Date":"12/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":629,"Cost":401,"Date":"8/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":268,"Cost":228,"Date":"7/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":563,"Cost":327,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":76,"Cost":54,"Date":"1/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":383,"Cost":307,"Date":"12/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":493,"Cost":444,"Date":"12/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":817,"Cost":508,"Date":"8/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":74,"Cost":66,"Date":"7/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":216,"Cost":176,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":452,"Cost":354,"Date":"1/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":203,"Cost":125,"Date":"12/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":995,"Cost":747,"Date":"12/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":530,"Cost":389,"Date":"8/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":335,"Cost":282,"Date":"7/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":896,"Cost":633,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":525,"Cost":293,"Date":"1/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":480,"Cost":361,"Date":"12/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":427,"Date":"12/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":591,"Cost":372,"Date":"8/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":371,"Cost":198,"Date":"7/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":766,"Cost":511,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":207,"Cost":159,"Date":"1/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":365,"Cost":200,"Date":"12/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":288,"Cost":174,"Date":"12/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":630,"Cost":379,"Date":"8/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":34,"Date":"7/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":267,"Cost":190,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":939,"Cost":526,"Date":"1/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":665,"Cost":509,"Date":"12/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":329,"Cost":299,"Date":"12/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":274,"Cost":141,"Date":"8/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":518,"Cost":381,"Date":"7/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":607,"Cost":359,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":821,"Cost":684,"Date":"1/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":498,"Cost":403,"Date":"12/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":708,"Cost":422,"Date":"12/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":665,"Cost":408,"Date":"8/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":430,"Cost":322,"Date":"7/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":21,"Cost":14,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":478,"Cost":360,"Date":"1/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":141,"Cost":124,"Date":"12/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":419,"Date":"12/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":55,"Cost":44,"Date":"8/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":433,"Cost":300,"Date":"7/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":183,"Cost":96,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":92,"Cost":48,"Date":"1/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":615,"Date":"12/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":927,"Cost":551,"Date":"12/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":801,"Cost":514,"Date":"8/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":584,"Cost":421,"Date":"7/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":580,"Cost":455,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":944,"Cost":589,"Date":"1/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":993,"Cost":616,"Date":"12/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":420,"Cost":289,"Date":"12/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":319,"Cost":286,"Date":"8/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":925,"Cost":566,"Date":"7/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":512,"Cost":473,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":298,"Cost":180,"Date":"1/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":444,"Cost":407,"Date":"12/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":279,"Cost":142,"Date":"12/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":2,"Cost":1,"Date":"8/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":676,"Cost":476,"Date":"7/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":417,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":30,"Cost":15,"Date":"1/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":716,"Cost":652,"Date":"12/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":34,"Cost":25,"Date":"12/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":351,"Cost":315,"Date":"8/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":775,"Date":"7/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":516,"Cost":471,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":485,"Cost":255,"Date":"1/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":71,"Cost":36,"Date":"12/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":949,"Cost":514,"Date":"12/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":817,"Cost":772,"Date":"8/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":9,"Cost":6,"Date":"7/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":509,"Cost":304,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":178,"Cost":158,"Date":"1/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":449,"Cost":420,"Date":"12/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":541,"Cost":422,"Date":"12/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":143,"Cost":101,"Date":"8/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":175,"Cost":103,"Date":"7/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":578,"Cost":457,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":473,"Cost":334,"Date":"1/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":942,"Date":"12/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":210,"Date":"12/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":805,"Cost":450,"Date":"8/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":813,"Cost":646,"Date":"7/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":96,"Cost":59,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":536,"Cost":471,"Date":"1/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":17,"Date":"12/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":918,"Cost":831,"Date":"12/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":714,"Cost":432,"Date":"8/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":566,"Cost":353,"Date":"7/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":641,"Cost":532,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":816,"Cost":753,"Date":"1/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":506,"Cost":471,"Date":"12/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":10,"Cost":5,"Date":"12/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":327,"Cost":164,"Date":"8/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":354,"Cost":330,"Date":"7/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":796,"Cost":534,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":10,"Cost":6,"Date":"1/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":776,"Cost":636,"Date":"12/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":721,"Cost":565,"Date":"12/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":646,"Cost":421,"Date":"8/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":87,"Date":"7/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":334,"Cost":311,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":594,"Cost":506,"Date":"1/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":122,"Cost":93,"Date":"12/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":356,"Date":"12/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":469,"Cost":439,"Date":"8/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":385,"Cost":340,"Date":"7/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":629,"Cost":346,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":592,"Cost":361,"Date":"1/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":382,"Cost":285,"Date":"12/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":865,"Cost":627,"Date":"12/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":475,"Cost":333,"Date":"8/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":307,"Cost":242,"Date":"7/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":703,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":720,"Cost":415,"Date":"1/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":602,"Cost":537,"Date":"12/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":342,"Date":"12/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":13,"Cost":8,"Date":"8/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":562,"Cost":343,"Date":"7/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":35,"Cost":28,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":640,"Cost":358,"Date":"1/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":471,"Cost":272,"Date":"12/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":151,"Cost":109,"Date":"12/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":898,"Cost":651,"Date":"8/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":656,"Cost":483,"Date":"7/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":702,"Cost":489,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":219,"Date":"1/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":274,"Cost":236,"Date":"12/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":165,"Cost":134,"Date":"12/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":851,"Cost":488,"Date":"8/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":743,"Cost":561,"Date":"7/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":393,"Cost":355,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":848,"Cost":732,"Date":"1/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":714,"Cost":622,"Date":"12/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":712,"Cost":557,"Date":"12/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":351,"Cost":333,"Date":"8/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":663,"Cost":396,"Date":"7/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":330,"Cost":192,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":952,"Cost":734,"Date":"1/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":139,"Cost":91,"Date":"12/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":781,"Cost":419,"Date":"12/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":904,"Cost":704,"Date":"8/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":293,"Date":"7/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":46,"Cost":32,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":982,"Cost":676,"Date":"1/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":456,"Cost":287,"Date":"12/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":860,"Cost":705,"Date":"12/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":885,"Cost":789,"Date":"8/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":916,"Cost":776,"Date":"7/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":817,"Cost":521,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":493,"Cost":262,"Date":"1/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":359,"Date":"12/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":837,"Cost":476,"Date":"12/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":684,"Cost":599,"Date":"8/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":430,"Cost":217,"Date":"7/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":208,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":622,"Cost":581,"Date":"1/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":639,"Cost":551,"Date":"12/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":392,"Date":"12/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":86,"Cost":54,"Date":"8/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":648,"Cost":581,"Date":"7/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":829,"Cost":644,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":495,"Cost":320,"Date":"1/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":629,"Cost":436,"Date":"12/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":652,"Date":"12/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":613,"Cost":380,"Date":"8/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":347,"Cost":296,"Date":"7/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":159,"Cost":122,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":158,"Cost":94,"Date":"1/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":586,"Cost":474,"Date":"12/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":343,"Cost":180,"Date":"12/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":697,"Cost":429,"Date":"8/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":719,"Cost":384,"Date":"7/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":441,"Cost":293,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":223,"Cost":180,"Date":"1/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":206,"Cost":130,"Date":"12/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":627,"Cost":552,"Date":"12/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":491,"Cost":415,"Date":"8/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":656,"Cost":424,"Date":"7/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":239,"Cost":215,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":588,"Date":"1/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":688,"Cost":614,"Date":"12/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":904,"Cost":808,"Date":"12/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":751,"Cost":647,"Date":"8/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":115,"Cost":64,"Date":"7/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":546,"Cost":448,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":224,"Cost":121,"Date":"1/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":819,"Cost":510,"Date":"12/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":341,"Date":"12/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":612,"Cost":428,"Date":"8/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":422,"Date":"7/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":121,"Cost":105,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":430,"Cost":295,"Date":"1/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":65,"Cost":41,"Date":"12/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":401,"Cost":217,"Date":"12/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":410,"Cost":292,"Date":"8/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":969,"Cost":834,"Date":"7/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":134,"Cost":114,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":369,"Cost":329,"Date":"1/1/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":856,"Cost":614,"Date":"12/27/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":228,"Cost":132,"Date":"12/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":170,"Cost":139,"Date":"8/10/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":35,"Cost":19,"Date":"7/14/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":158,"Cost":137,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":35,"Cost":33,"Date":"1/1/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":365,"Cost":214,"Date":"12/27/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":19,"Cost":11,"Date":"12/31/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":264,"Cost":246,"Date":"8/10/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":840,"Cost":465,"Date":"7/14/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":979,"Cost":841,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":262,"Date":"1/1/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":8,"Cost":7,"Date":"12/27/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":683,"Cost":473,"Date":"12/31/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":355,"Cost":253,"Date":"8/10/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":73,"Date":"7/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":522,"Cost":332,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":980,"Cost":522,"Date":"1/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":295,"Cost":206,"Date":"12/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":243,"Cost":175,"Date":"12/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":405,"Cost":245,"Date":"8/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":186,"Cost":158,"Date":"7/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":582,"Cost":460,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":129,"Cost":88,"Date":"1/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":60,"Cost":34,"Date":"12/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":958,"Cost":512,"Date":"12/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":97,"Cost":60,"Date":"8/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":626,"Cost":448,"Date":"7/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":536,"Cost":281,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":733,"Cost":417,"Date":"1/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":105,"Cost":53,"Date":"12/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":543,"Cost":305,"Date":"12/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":615,"Cost":369,"Date":"8/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":367,"Cost":211,"Date":"7/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":972,"Cost":832,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":966,"Cost":854,"Date":"1/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":284,"Cost":157,"Date":"12/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":440,"Cost":268,"Date":"12/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":699,"Cost":539,"Date":"8/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":763,"Cost":669,"Date":"7/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":458,"Cost":378,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":173,"Cost":146,"Date":"1/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":273,"Cost":218,"Date":"12/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":895,"Cost":653,"Date":"12/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":825,"Cost":577,"Date":"8/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":610,"Date":"7/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":102,"Cost":74,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":8,"Cost":8,"Date":"1/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":527,"Cost":358,"Date":"12/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":577,"Cost":410,"Date":"12/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":818,"Cost":412,"Date":"8/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":99,"Date":"7/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":263,"Cost":142,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":344,"Cost":185,"Date":"1/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":165,"Cost":104,"Date":"12/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":716,"Date":"12/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":824,"Cost":684,"Date":"8/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":777,"Cost":545,"Date":"7/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":536,"Cost":434,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":614,"Cost":450,"Date":"1/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":498,"Cost":426,"Date":"12/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":431,"Date":"12/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":444,"Cost":387,"Date":"8/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":850,"Cost":654,"Date":"7/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":480,"Cost":315,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":955,"Cost":736,"Date":"1/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":895,"Cost":713,"Date":"12/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":105,"Cost":79,"Date":"12/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":654,"Cost":464,"Date":"8/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":31,"Cost":27,"Date":"7/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":381,"Cost":337,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":450,"Cost":316,"Date":"1/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":91,"Cost":58,"Date":"12/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":408,"Cost":287,"Date":"12/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":516,"Cost":259,"Date":"8/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":894,"Cost":736,"Date":"7/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":984,"Cost":616,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":380,"Cost":320,"Date":"1/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":162,"Cost":147,"Date":"12/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":260,"Cost":153,"Date":"12/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":18,"Cost":13,"Date":"8/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":475,"Cost":379,"Date":"7/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":223,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":806,"Cost":631,"Date":"1/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":684,"Date":"12/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":422,"Cost":347,"Date":"12/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":609,"Cost":357,"Date":"8/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":81,"Cost":71,"Date":"7/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":954,"Cost":773,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":335,"Cost":282,"Date":"1/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":674,"Cost":514,"Date":"12/27/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":484,"Cost":348,"Date":"12/31/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":55,"Cost":36,"Date":"8/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":239,"Cost":186,"Date":"7/14/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":383,"Cost":197,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":787,"Cost":568,"Date":"1/1/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":161,"Cost":119,"Date":"12/27/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":732,"Cost":452,"Date":"12/31/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":841,"Cost":631,"Date":"8/10/2023"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":424,"Cost":218,"Date":"7/14/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":616,"Cost":574,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":602,"Cost":531,"Date":"1/1/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":324,"Cost":262,"Date":"12/27/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":295,"Date":"12/31/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":973,"Cost":912,"Date":"8/10/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":228,"Date":"7/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":914,"Cost":598,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":92,"Cost":49,"Date":"1/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":241,"Cost":196,"Date":"12/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":519,"Cost":450,"Date":"12/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":367,"Cost":285,"Date":"8/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":472,"Cost":398,"Date":"7/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":283,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":768,"Cost":479,"Date":"1/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":274,"Cost":197,"Date":"12/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":577,"Date":"12/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":143,"Date":"8/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":449,"Cost":357,"Date":"7/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":10,"Cost":5,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":167,"Cost":129,"Date":"1/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":877,"Cost":805,"Date":"12/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":85,"Date":"12/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":706,"Cost":360,"Date":"8/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":303,"Cost":172,"Date":"7/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":5,"Cost":4,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":606,"Date":"1/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":185,"Cost":155,"Date":"12/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":654,"Cost":390,"Date":"12/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":15,"Cost":12,"Date":"8/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":902,"Cost":681,"Date":"7/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":525,"Cost":294,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":712,"Cost":493,"Date":"1/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":396,"Cost":340,"Date":"12/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":954,"Cost":726,"Date":"12/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":1000,"Cost":666,"Date":"8/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":416,"Cost":316,"Date":"7/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":984,"Cost":595,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":308,"Cost":180,"Date":"1/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":435,"Cost":385,"Date":"12/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":810,"Cost":538,"Date":"12/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":411,"Date":"8/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":302,"Cost":242,"Date":"7/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":191,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":4,"Cost":3,"Date":"1/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":146,"Cost":128,"Date":"12/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":459,"Cost":247,"Date":"12/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":415,"Cost":346,"Date":"8/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":295,"Cost":187,"Date":"7/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":652,"Cost":606,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":585,"Cost":405,"Date":"1/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":560,"Cost":392,"Date":"12/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":999,"Cost":857,"Date":"12/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":434,"Date":"8/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":67,"Cost":57,"Date":"7/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":35,"Cost":23,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":70,"Cost":50,"Date":"1/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":297,"Cost":238,"Date":"12/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":47,"Date":"12/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":259,"Cost":148,"Date":"8/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":202,"Cost":189,"Date":"7/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":216,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":958,"Cost":858,"Date":"1/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":814,"Cost":709,"Date":"12/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":650,"Cost":344,"Date":"12/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":819,"Cost":687,"Date":"8/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":58,"Date":"7/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":158,"Cost":100,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":66,"Cost":37,"Date":"1/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":341,"Cost":244,"Date":"12/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":251,"Cost":155,"Date":"12/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":457,"Cost":321,"Date":"8/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":795,"Cost":605,"Date":"7/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":261,"Cost":218,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":632,"Cost":439,"Date":"1/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":714,"Cost":449,"Date":"12/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":41,"Cost":37,"Date":"12/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":748,"Cost":398,"Date":"8/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":701,"Cost":462,"Date":"7/14/2024"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":650,"Cost":451,"Date":"11/23/2018"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":142,"Cost":116,"Date":"1/1/2020"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":745,"Cost":556,"Date":"12/27/2022"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":961,"Cost":559,"Date":"12/31/2022"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":753,"Cost":384,"Date":"8/10/2023"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":450,"Cost":409,"Date":"7/14/2024"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":540,"Cost":395,"Date":"11/23/2018"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":673,"Cost":414,"Date":"1/1/2020"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":891,"Cost":546,"Date":"12/27/2022"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":25,"Cost":22,"Date":"12/31/2022"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":227,"Cost":175,"Date":"8/10/2023"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":612,"Cost":377,"Date":"7/14/2024"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":701,"Cost":540,"Date":"11/23/2018"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":446,"Cost":365,"Date":"1/1/2020"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":264,"Cost":243,"Date":"12/27/2022"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":877,"Cost":690,"Date":"12/31/2022"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":946,"Cost":677,"Date":"8/10/2023"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":385,"Cost":246,"Date":"7/14/2024"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":564,"Cost":369,"Date":"11/23/2018"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":493,"Cost":405,"Date":"1/1/2020"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":503,"Cost":456,"Date":"12/27/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":63,"Cost":45,"Date":"12/31/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":404,"Cost":351,"Date":"8/10/2023"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":17,"Cost":11,"Date":"7/14/2024"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":68,"Cost":36,"Date":"11/23/2018"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":993,"Cost":885,"Date":"1/1/2020"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":857,"Cost":593,"Date":"12/27/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":89,"Cost":81,"Date":"12/31/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":417,"Cost":360,"Date":"8/10/2023"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":45,"Cost":31,"Date":"7/14/2024"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":153,"Cost":104,"Date":"11/23/2018"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":304,"Cost":282,"Date":"1/1/2020"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":576,"Cost":450,"Date":"12/27/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":3,"Cost":3,"Date":"12/31/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":772,"Cost":492,"Date":"8/10/2023"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":401,"Cost":309,"Date":"7/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":748,"Cost":410,"Date":"11/23/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":531,"Cost":401,"Date":"1/1/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":128,"Cost":113,"Date":"12/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":262,"Cost":202,"Date":"12/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":910,"Cost":561,"Date":"8/10/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":889,"Cost":722,"Date":"7/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":477,"Cost":267,"Date":"11/23/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":757,"Cost":545,"Date":"1/1/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":493,"Cost":301,"Date":"12/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":81,"Cost":63,"Date":"12/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":903,"Cost":509,"Date":"8/10/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":338,"Cost":313,"Date":"7/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":439,"Cost":271,"Date":"11/23/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":841,"Cost":457,"Date":"1/1/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":781,"Cost":668,"Date":"12/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":630,"Cost":456,"Date":"12/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":993,"Cost":744,"Date":"8/10/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":52,"Cost":37,"Date":"7/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":526,"Cost":273,"Date":"11/23/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":346,"Cost":189,"Date":"1/1/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":411,"Cost":292,"Date":"12/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":533,"Cost":421,"Date":"12/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":924,"Cost":574,"Date":"8/10/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":798,"Cost":534,"Date":"7/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":656,"Cost":520,"Date":"11/23/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":710,"Cost":597,"Date":"1/1/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":815,"Cost":617,"Date":"12/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":23,"Cost":15,"Date":"12/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":622,"Cost":547,"Date":"8/10/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":278,"Cost":179,"Date":"7/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":279,"Cost":142,"Date":"11/23/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":904,"Cost":553,"Date":"1/1/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":684,"Cost":577,"Date":"12/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":38,"Cost":19,"Date":"12/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":531,"Cost":403,"Date":"8/10/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":950,"Cost":544,"Date":"7/14/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":695,"Cost":646,"Date":"11/23/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":947,"Cost":541,"Date":"1/1/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":606,"Cost":523,"Date":"12/27/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":599,"Cost":501,"Date":"12/31/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":868,"Cost":780,"Date":"8/10/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":889,"Cost":802,"Date":"7/14/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":534,"Cost":499,"Date":"11/23/2018"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":797,"Cost":599,"Date":"1/1/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":84,"Cost":54,"Date":"12/27/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":10,"Cost":9,"Date":"12/31/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":161,"Cost":143,"Date":"8/10/2023"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":129,"Cost":93,"Date":"7/14/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":648,"Cost":424,"Date":"11/23/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":324,"Cost":225,"Date":"1/1/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":795,"Cost":678,"Date":"12/27/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":266,"Cost":183,"Date":"12/31/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":526,"Cost":387,"Date":"8/10/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":586,"Cost":484,"Date":"7/14/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":554,"Cost":378,"Date":"11/23/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":981,"Cost":765,"Date":"1/1/2020"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":173,"Cost":105,"Date":"12/27/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":37,"Cost":35,"Date":"12/31/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":603,"Cost":388,"Date":"8/10/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":973,"Cost":550,"Date":"7/14/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":168,"Cost":105,"Date":"11/23/2018"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":901,"Cost":755,"Date":"1/1/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":886,"Cost":450,"Date":"12/27/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":614,"Cost":548,"Date":"12/31/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":775,"Cost":627,"Date":"8/10/2023"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":344,"Cost":212,"Date":"7/14/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":112,"Cost":76,"Date":"11/23/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":580,"Cost":418,"Date":"1/1/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":647,"Cost":565,"Date":"12/27/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":16,"Cost":8,"Date":"12/31/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":438,"Cost":251,"Date":"8/10/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":332,"Cost":313,"Date":"7/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":750,"Cost":542,"Date":"11/23/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":861,"Cost":454,"Date":"1/1/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":873,"Cost":613,"Date":"12/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":434,"Cost":325,"Date":"12/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":356,"Cost":191,"Date":"8/10/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":972,"Cost":511,"Date":"7/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":554,"Cost":478,"Date":"11/23/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":414,"Cost":370,"Date":"1/1/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":761,"Cost":575,"Date":"12/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":761,"Cost":477,"Date":"12/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":998,"Cost":549,"Date":"8/10/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":526,"Cost":473,"Date":"7/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":278,"Cost":233,"Date":"11/23/2018"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":423,"Cost":232,"Date":"1/1/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":661,"Cost":548,"Date":"12/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":517,"Cost":490,"Date":"12/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":608,"Cost":341,"Date":"8/10/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":762,"Cost":495,"Date":"7/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":603,"Cost":440,"Date":"11/23/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":848,"Cost":697,"Date":"1/1/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":389,"Cost":305,"Date":"12/27/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":451,"Cost":423,"Date":"12/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":807,"Cost":528,"Date":"8/10/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":412,"Cost":287,"Date":"7/14/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":864,"Cost":641,"Date":"11/23/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":117,"Cost":79,"Date":"1/1/2020"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":659,"Cost":439,"Date":"12/27/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":68,"Cost":54,"Date":"12/31/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":160,"Cost":107,"Date":"8/10/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":791,"Cost":457,"Date":"7/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":647,"Cost":568,"Date":"11/23/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":318,"Cost":205,"Date":"1/1/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":509,"Cost":438,"Date":"12/27/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":226,"Cost":209,"Date":"12/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":38,"Cost":31,"Date":"8/10/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":177,"Cost":120,"Date":"7/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":111,"Cost":91,"Date":"11/23/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":363,"Cost":286,"Date":"1/1/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":644,"Cost":541,"Date":"12/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":264,"Cost":162,"Date":"12/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":876,"Cost":659,"Date":"8/10/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":305,"Cost":182,"Date":"7/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":443,"Cost":323,"Date":"11/23/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":677,"Cost":467,"Date":"1/1/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":137,"Cost":99,"Date":"12/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":942,"Cost":487,"Date":"12/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":895,"Cost":568,"Date":"8/10/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":301,"Cost":196,"Date":"7/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":628,"Cost":578,"Date":"11/23/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":879,"Cost":463,"Date":"1/1/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":994,"Cost":892,"Date":"12/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":253,"Cost":231,"Date":"12/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":567,"Cost":495,"Date":"8/10/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":816,"Cost":476,"Date":"7/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":830,"Cost":592,"Date":"11/23/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":435,"Cost":228,"Date":"1/1/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":482,"Cost":381,"Date":"12/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":593,"Cost":521,"Date":"12/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":7,"Cost":6,"Date":"8/10/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":193,"Cost":151,"Date":"7/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":960,"Cost":490,"Date":"11/23/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":223,"Cost":131,"Date":"1/1/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":57,"Cost":29,"Date":"12/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":188,"Cost":126,"Date":"12/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":623,"Cost":373,"Date":"8/10/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":412,"Cost":227,"Date":"7/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":389,"Cost":229,"Date":"11/23/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":231,"Cost":144,"Date":"1/1/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":793,"Cost":511,"Date":"12/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":35,"Cost":21,"Date":"12/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":466,"Cost":402,"Date":"8/10/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":257,"Cost":231,"Date":"7/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":841,"Cost":427,"Date":"11/23/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":117,"Cost":94,"Date":"1/1/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":648,"Cost":431,"Date":"12/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":98,"Cost":53,"Date":"12/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":530,"Cost":276,"Date":"8/10/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":552,"Cost":451,"Date":"7/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":409,"Cost":333,"Date":"11/23/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":207,"Cost":133,"Date":"1/1/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":216,"Cost":154,"Date":"12/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":299,"Cost":167,"Date":"12/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":860,"Cost":541,"Date":"8/10/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":832,"Cost":665,"Date":"7/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":573,"Cost":387,"Date":"11/23/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":793,"Cost":471,"Date":"1/1/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":362,"Cost":250,"Date":"12/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":96,"Cost":59,"Date":"12/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":969,"Cost":681,"Date":"8/10/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":966,"Cost":795,"Date":"7/14/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":123,"Cost":96,"Date":"11/23/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":680,"Cost":585,"Date":"1/1/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":153,"Cost":126,"Date":"12/27/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":817,"Cost":621,"Date":"12/31/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":64,"Cost":54,"Date":"8/10/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":281,"Cost":156,"Date":"7/14/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":878,"Cost":831,"Date":"11/23/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":72,"Cost":44,"Date":"1/1/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":883,"Cost":797,"Date":"12/27/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":372,"Cost":196,"Date":"12/31/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":800,"Cost":613,"Date":"8/10/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":493,"Cost":291,"Date":"7/14/2024"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":356,"Cost":178,"Date":"11/23/2018"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":65,"Cost":33,"Date":"1/1/2020"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":175,"Cost":117,"Date":"12/27/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":908,"Cost":691,"Date":"12/31/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":395,"Cost":374,"Date":"8/10/2023"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":819,"Cost":760,"Date":"7/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":173,"Cost":117,"Date":"11/23/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":322,"Cost":192,"Date":"1/1/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":710,"Cost":385,"Date":"12/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":583,"Cost":356,"Date":"12/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":421,"Cost":379,"Date":"8/10/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":685,"Cost":597,"Date":"7/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":984,"Cost":690,"Date":"11/23/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":595,"Cost":464,"Date":"1/1/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":528,"Cost":264,"Date":"12/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":571,"Cost":493,"Date":"12/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":214,"Cost":186,"Date":"8/10/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":539,"Cost":290,"Date":"7/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":569,"Cost":486,"Date":"11/23/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":441,"Cost":344,"Date":"1/1/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":751,"Cost":666,"Date":"12/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":576,"Cost":505,"Date":"12/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":72,"Cost":39,"Date":"8/10/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":946,"Cost":846,"Date":"7/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":714,"Cost":436,"Date":"11/23/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":516,"Cost":357,"Date":"1/1/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":70,"Cost":51,"Date":"12/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":747,"Cost":399,"Date":"12/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":781,"Cost":732,"Date":"8/10/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":725,"Cost":682,"Date":"7/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":390,"Cost":318,"Date":"11/23/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":869,"Cost":509,"Date":"1/1/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":439,"Cost":228,"Date":"12/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":101,"Cost":90,"Date":"12/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":195,"Cost":176,"Date":"8/10/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":4,"Cost":2,"Date":"7/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":640,"Cost":464,"Date":"11/23/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":580,"Cost":474,"Date":"1/1/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":725,"Cost":494,"Date":"12/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":52,"Cost":46,"Date":"12/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":232,"Cost":152,"Date":"8/10/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":873,"Cost":530,"Date":"7/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":507,"Cost":403,"Date":"11/23/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":710,"Cost":540,"Date":"1/1/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":443,"Cost":231,"Date":"12/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":186,"Cost":130,"Date":"12/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":960,"Cost":589,"Date":"8/10/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":898,"Cost":675,"Date":"7/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":792,"Cost":396,"Date":"11/23/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":3,"Cost":2,"Date":"1/1/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":520,"Cost":294,"Date":"12/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":716,"Cost":577,"Date":"12/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":189,"Cost":115,"Date":"8/10/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":315,"Cost":230,"Date":"7/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":771,"Cost":485,"Date":"11/23/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":658,"Cost":441,"Date":"1/1/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":965,"Cost":566,"Date":"12/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":632,"Cost":355,"Date":"12/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":717,"Cost":651,"Date":"8/10/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":111,"Cost":83,"Date":"7/14/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":53,"Cost":49,"Date":"11/23/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":454,"Cost":251,"Date":"1/1/2020"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":485,"Cost":419,"Date":"12/27/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":262,"Cost":229,"Date":"12/31/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":250,"Cost":234,"Date":"8/10/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":347,"Cost":237,"Date":"7/14/2024"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":166,"Cost":118,"Date":"11/23/2018"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":367,"Cost":343,"Date":"1/1/2020"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":680,"Cost":414,"Date":"12/27/2022"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":351,"Cost":204,"Date":"12/31/2022"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":195,"Cost":185,"Date":"8/10/2023"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":669,"Cost":482,"Date":"7/14/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":535,"Cost":420,"Date":"11/23/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":768,"Cost":404,"Date":"1/1/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":461,"Cost":253,"Date":"12/27/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":351,"Cost":304,"Date":"12/31/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":690,"Cost":631,"Date":"8/10/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":604,"Cost":393,"Date":"7/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":944,"Cost":783,"Date":"11/23/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":622,"Cost":551,"Date":"1/1/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":239,"Cost":148,"Date":"12/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":111,"Cost":58,"Date":"12/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":162,"Cost":93,"Date":"8/10/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":530,"Cost":481,"Date":"7/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":486,"Cost":327,"Date":"11/23/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":758,"Cost":503,"Date":"1/1/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":449,"Cost":283,"Date":"12/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":644,"Cost":372,"Date":"12/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":491,"Cost":280,"Date":"8/10/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":438,"Cost":342,"Date":"7/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":932,"Cost":598,"Date":"11/23/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":306,"Cost":236,"Date":"1/1/2020"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":304,"Cost":210,"Date":"12/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":781,"Cost":564,"Date":"12/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":289,"Cost":159,"Date":"8/10/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":71,"Cost":47,"Date":"7/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":787,"Cost":652,"Date":"11/23/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":823,"Cost":561,"Date":"1/1/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":775,"Cost":654,"Date":"12/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":945,"Cost":613,"Date":"12/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":293,"Cost":193,"Date":"8/10/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":27,"Cost":20,"Date":"7/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":734,"Cost":675,"Date":"11/23/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":355,"Cost":279,"Date":"1/1/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":924,"Cost":761,"Date":"12/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":661,"Cost":527,"Date":"12/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":456,"Cost":362,"Date":"8/10/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":896,"Cost":561,"Date":"7/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":510,"Cost":268,"Date":"11/23/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":36,"Cost":34,"Date":"1/1/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":238,"Cost":136,"Date":"12/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":694,"Cost":468,"Date":"12/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":125,"Cost":103,"Date":"8/10/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":581,"Cost":361,"Date":"7/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":901,"Cost":506,"Date":"11/23/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":29,"Cost":28,"Date":"1/1/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":512,"Cost":417,"Date":"12/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":851,"Cost":755,"Date":"12/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":443,"Cost":385,"Date":"8/10/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":464,"Cost":261,"Date":"7/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":83,"Cost":44,"Date":"11/23/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":300,"Cost":217,"Date":"1/1/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":879,"Cost":577,"Date":"12/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":299,"Cost":171,"Date":"12/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":375,"Cost":301,"Date":"8/10/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":798,"Cost":545,"Date":"7/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":71,"Cost":67,"Date":"11/23/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":635,"Cost":566,"Date":"1/1/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":750,"Cost":391,"Date":"12/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":102,"Cost":86,"Date":"12/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":205,"Cost":161,"Date":"8/10/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":713,"Cost":497,"Date":"7/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":397,"Cost":271,"Date":"11/23/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":215,"Cost":204,"Date":"1/1/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":108,"Cost":98,"Date":"12/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":369,"Cost":324,"Date":"12/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":528,"Cost":442,"Date":"8/10/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":53,"Cost":48,"Date":"7/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":877,"Cost":669,"Date":"11/23/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":368,"Cost":317,"Date":"1/1/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":790,"Cost":531,"Date":"12/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":445,"Cost":267,"Date":"12/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":979,"Cost":741,"Date":"8/10/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":226,"Cost":141,"Date":"7/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":209,"Cost":177,"Date":"11/23/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":668,"Cost":467,"Date":"1/1/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":985,"Cost":610,"Date":"12/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":500,"Cost":350,"Date":"12/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":63,"Cost":54,"Date":"8/10/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":933,"Cost":884,"Date":"7/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":632,"Cost":470,"Date":"11/23/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":323,"Cost":218,"Date":"1/1/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":45,"Cost":35,"Date":"12/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":678,"Cost":456,"Date":"12/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":20,"Cost":15,"Date":"8/10/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":374,"Cost":340,"Date":"7/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":471,"Cost":422,"Date":"11/23/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":430,"Cost":289,"Date":"1/1/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":822,"Cost":573,"Date":"12/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":1000,"Cost":587,"Date":"12/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":998,"Cost":587,"Date":"8/10/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":654,"Cost":504,"Date":"7/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":477,"Cost":306,"Date":"11/23/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":759,"Cost":493,"Date":"1/1/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":735,"Cost":693,"Date":"12/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":41,"Cost":37,"Date":"12/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":739,"Cost":574,"Date":"8/10/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":234,"Cost":121,"Date":"7/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":211,"Cost":122,"Date":"11/23/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":299,"Cost":211,"Date":"1/1/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":675,"Cost":629,"Date":"12/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":595,"Cost":300,"Date":"12/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":575,"Cost":499,"Date":"8/10/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":873,"Cost":618,"Date":"7/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":703,"Cost":663,"Date":"11/23/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":40,"Cost":21,"Date":"1/1/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":840,"Cost":683,"Date":"12/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":683,"Cost":456,"Date":"12/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":58,"Cost":47,"Date":"8/10/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":203,"Cost":150,"Date":"7/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":549,"Cost":468,"Date":"11/23/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":596,"Cost":551,"Date":"1/1/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":914,"Cost":615,"Date":"12/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":466,"Cost":288,"Date":"12/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":79,"Cost":68,"Date":"8/10/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":117,"Cost":94,"Date":"7/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":440,"Cost":311,"Date":"11/23/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":885,"Cost":539,"Date":"1/1/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":20,"Cost":16,"Date":"12/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":605,"Cost":492,"Date":"12/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":928,"Cost":705,"Date":"8/10/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":95,"Cost":56,"Date":"7/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":620,"Cost":327,"Date":"11/23/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":987,"Cost":748,"Date":"1/1/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":659,"Cost":461,"Date":"12/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":553,"Cost":394,"Date":"12/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":643,"Cost":378,"Date":"8/10/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":109,"Cost":86,"Date":"7/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":65,"Cost":51,"Date":"11/23/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":517,"Cost":292,"Date":"1/1/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":65,"Cost":60,"Date":"12/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":430,"Cost":340,"Date":"12/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":550,"Cost":421,"Date":"8/10/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":409,"Cost":271,"Date":"7/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":827,"Cost":607,"Date":"11/23/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":409,"Cost":214,"Date":"1/1/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":546,"Cost":439,"Date":"12/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":430,"Cost":406,"Date":"12/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":211,"Cost":131,"Date":"8/10/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":356,"Cost":249,"Date":"7/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":885,"Cost":755,"Date":"11/23/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":909,"Cost":778,"Date":"1/1/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":399,"Cost":290,"Date":"12/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":982,"Cost":719,"Date":"12/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":127,"Cost":113,"Date":"8/10/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":590,"Cost":329,"Date":"7/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":397,"Cost":217,"Date":"11/23/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":394,"Cost":345,"Date":"1/1/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":497,"Cost":457,"Date":"12/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":817,"Cost":416,"Date":"12/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":377,"Cost":336,"Date":"8/10/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":372,"Cost":247,"Date":"7/14/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":427,"Cost":268,"Date":"11/23/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":414,"Cost":382,"Date":"1/1/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":540,"Cost":472,"Date":"12/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":119,"Cost":102,"Date":"12/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":477,"Cost":412,"Date":"8/10/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":996,"Cost":601,"Date":"7/14/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":478,"Cost":313,"Date":"11/23/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":719,"Cost":678,"Date":"1/1/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":929,"Cost":737,"Date":"12/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":174,"Cost":92,"Date":"12/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":386,"Cost":306,"Date":"8/10/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":219,"Cost":157,"Date":"7/14/2024"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":190,"Cost":95,"Date":"11/23/2018"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":9,"Cost":8,"Date":"1/1/2020"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":97,"Cost":67,"Date":"12/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":385,"Cost":242,"Date":"12/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":18,"Cost":14,"Date":"8/10/2023"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":31,"Cost":16,"Date":"7/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":548,"Cost":329,"Date":"11/23/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":699,"Cost":592,"Date":"1/1/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":362,"Cost":217,"Date":"12/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":874,"Cost":625,"Date":"12/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":413,"Cost":381,"Date":"8/10/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":255,"Cost":205,"Date":"7/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":635,"Cost":370,"Date":"11/23/2018"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":224,"Cost":191,"Date":"1/1/2020"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":269,"Cost":158,"Date":"12/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":745,"Cost":576,"Date":"12/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":304,"Cost":180,"Date":"8/10/2023"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":474,"Cost":356,"Date":"7/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":974,"Cost":736,"Date":"11/23/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":187,"Cost":107,"Date":"1/1/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":126,"Cost":90,"Date":"12/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":469,"Cost":394,"Date":"12/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":837,"Cost":560,"Date":"8/10/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":388,"Cost":343,"Date":"7/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":586,"Cost":361,"Date":"11/23/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":547,"Cost":371,"Date":"1/1/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":327,"Cost":194,"Date":"12/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":708,"Cost":387,"Date":"12/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":347,"Cost":220,"Date":"8/10/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":213,"Cost":163,"Date":"7/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":138,"Cost":122,"Date":"11/23/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":71,"Cost":53,"Date":"1/1/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":756,"Cost":517,"Date":"12/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":244,"Cost":165,"Date":"12/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":753,"Cost":653,"Date":"8/10/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":454,"Cost":300,"Date":"7/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":799,"Cost":522,"Date":"11/23/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":718,"Cost":371,"Date":"1/1/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":492,"Cost":305,"Date":"12/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":199,"Cost":112,"Date":"12/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":433,"Cost":258,"Date":"8/10/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":130,"Cost":100,"Date":"7/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":643,"Cost":452,"Date":"11/23/2018"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":741,"Cost":526,"Date":"1/1/2020"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":531,"Cost":493,"Date":"12/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":313,"Cost":183,"Date":"12/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":436,"Cost":392,"Date":"8/10/2023"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":781,"Cost":625,"Date":"7/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":229,"Cost":158,"Date":"11/23/2018"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":404,"Cost":267,"Date":"1/1/2020"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":279,"Cost":200,"Date":"12/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":91,"Cost":68,"Date":"12/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":686,"Cost":633,"Date":"8/10/2023"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":760,"Cost":576,"Date":"7/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":473,"Cost":243,"Date":"11/23/2018"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":990,"Cost":813,"Date":"1/1/2020"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":306,"Cost":153,"Date":"12/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":958,"Cost":556,"Date":"12/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":92,"Cost":72,"Date":"8/10/2023"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":31,"Cost":24,"Date":"7/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":617,"Cost":400,"Date":"11/23/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":809,"Cost":688,"Date":"1/1/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":695,"Cost":548,"Date":"12/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":213,"Cost":130,"Date":"12/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":246,"Cost":126,"Date":"8/10/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":231,"Cost":211,"Date":"7/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":182,"Cost":124,"Date":"11/23/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":453,"Cost":268,"Date":"1/1/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":940,"Cost":494,"Date":"12/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":681,"Cost":536,"Date":"12/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":737,"Cost":616,"Date":"8/10/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":638,"Cost":389,"Date":"7/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":892,"Cost":818,"Date":"11/23/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":783,"Cost":420,"Date":"1/1/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":396,"Cost":312,"Date":"12/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":107,"Cost":74,"Date":"12/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":945,"Cost":755,"Date":"8/10/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":645,"Cost":553,"Date":"7/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":32,"Cost":18,"Date":"11/23/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":175,"Cost":160,"Date":"1/1/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":871,"Cost":451,"Date":"12/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":783,"Cost":492,"Date":"12/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":977,"Cost":685,"Date":"8/10/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":969,"Cost":547,"Date":"7/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":866,"Cost":505,"Date":"11/23/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":250,"Cost":228,"Date":"1/1/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":985,"Cost":791,"Date":"12/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":820,"Cost":417,"Date":"12/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":580,"Cost":447,"Date":"8/10/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":389,"Cost":241,"Date":"7/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":394,"Cost":210,"Date":"11/23/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":493,"Cost":331,"Date":"1/1/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":235,"Cost":139,"Date":"12/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":605,"Cost":369,"Date":"12/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":417,"Cost":223,"Date":"8/10/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":907,"Cost":600,"Date":"7/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":384,"Cost":265,"Date":"11/23/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":189,"Cost":168,"Date":"1/1/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":979,"Cost":579,"Date":"12/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":274,"Cost":232,"Date":"12/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":402,"Cost":219,"Date":"8/10/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":794,"Cost":753,"Date":"7/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":28,"Cost":27,"Date":"11/23/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":103,"Cost":58,"Date":"1/1/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":583,"Cost":338,"Date":"12/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":969,"Cost":602,"Date":"12/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":54,"Cost":29,"Date":"8/10/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":805,"Cost":760,"Date":"7/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":858,"Cost":447,"Date":"11/23/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":776,"Cost":545,"Date":"1/1/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":374,"Cost":243,"Date":"12/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":111,"Cost":66,"Date":"12/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":183,"Cost":96,"Date":"8/10/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":555,"Cost":418,"Date":"7/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":227,"Cost":179,"Date":"11/23/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":16,"Cost":9,"Date":"1/1/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":374,"Cost":223,"Date":"12/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":207,"Cost":131,"Date":"12/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":499,"Cost":388,"Date":"8/10/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":100,"Cost":57,"Date":"7/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":200,"Cost":101,"Date":"11/23/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":883,"Cost":808,"Date":"1/1/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":675,"Cost":626,"Date":"12/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":817,"Cost":514,"Date":"12/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":750,"Cost":503,"Date":"8/10/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":586,"Cost":486,"Date":"7/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":380,"Cost":255,"Date":"11/23/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":329,"Cost":190,"Date":"1/1/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":36,"Cost":28,"Date":"12/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":455,"Cost":337,"Date":"12/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":738,"Cost":427,"Date":"8/10/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":770,"Cost":634,"Date":"7/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":708,"Cost":491,"Date":"11/23/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":468,"Cost":379,"Date":"1/1/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":821,"Cost":429,"Date":"12/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":252,"Cost":182,"Date":"12/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":822,"Cost":774,"Date":"8/10/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":643,"Cost":386,"Date":"7/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":871,"Cost":769,"Date":"11/23/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":57,"Cost":37,"Date":"1/1/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":96,"Cost":77,"Date":"12/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":685,"Cost":500,"Date":"12/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":442,"Cost":314,"Date":"8/10/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":275,"Cost":256,"Date":"7/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":970,"Cost":848,"Date":"11/23/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":707,"Cost":411,"Date":"1/1/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":909,"Cost":761,"Date":"12/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":837,"Cost":787,"Date":"12/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":118,"Cost":95,"Date":"8/10/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":103,"Cost":83,"Date":"7/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":167,"Cost":148,"Date":"11/23/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":454,"Cost":423,"Date":"1/1/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":616,"Cost":339,"Date":"12/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":466,"Cost":328,"Date":"12/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":475,"Cost":328,"Date":"8/10/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":807,"Cost":493,"Date":"7/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":203,"Cost":173,"Date":"11/23/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":379,"Cost":319,"Date":"1/1/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":872,"Cost":526,"Date":"12/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":869,"Cost":461,"Date":"12/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":314,"Cost":203,"Date":"8/10/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":449,"Cost":371,"Date":"7/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":978,"Cost":828,"Date":"11/23/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":985,"Cost":925,"Date":"1/1/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":419,"Cost":267,"Date":"12/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":902,"Cost":799,"Date":"12/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":650,"Cost":529,"Date":"8/10/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":48,"Cost":29,"Date":"7/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":298,"Cost":233,"Date":"11/23/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":782,"Cost":533,"Date":"1/1/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":502,"Cost":305,"Date":"12/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":149,"Cost":116,"Date":"12/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":475,"Cost":238,"Date":"8/10/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":851,"Cost":739,"Date":"7/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":113,"Cost":105,"Date":"11/23/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":485,"Cost":458,"Date":"1/1/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":340,"Cost":202,"Date":"12/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":629,"Cost":341,"Date":"12/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":473,"Cost":252,"Date":"8/10/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":339,"Cost":282,"Date":"7/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":906,"Cost":830,"Date":"11/23/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":674,"Cost":478,"Date":"1/1/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":1,"Cost":0,"Date":"12/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":232,"Cost":132,"Date":"12/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":217,"Cost":145,"Date":"8/10/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":121,"Cost":91,"Date":"7/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":934,"Cost":678,"Date":"11/23/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":883,"Cost":442,"Date":"1/1/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":241,"Cost":227,"Date":"12/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":878,"Cost":707,"Date":"12/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":866,"Cost":764,"Date":"8/10/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":237,"Cost":173,"Date":"7/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":15,"Cost":12,"Date":"11/23/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":728,"Cost":670,"Date":"1/1/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":366,"Cost":295,"Date":"12/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":923,"Cost":697,"Date":"12/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":671,"Cost":575,"Date":"8/10/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":213,"Cost":176,"Date":"7/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":567,"Cost":378,"Date":"11/23/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":865,"Cost":542,"Date":"1/1/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":855,"Cost":707,"Date":"12/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":961,"Cost":564,"Date":"12/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":208,"Cost":122,"Date":"8/10/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":573,"Cost":331,"Date":"7/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":94,"Cost":82,"Date":"11/23/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":544,"Cost":464,"Date":"1/1/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":837,"Cost":473,"Date":"12/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":421,"Cost":378,"Date":"12/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":608,"Cost":351,"Date":"8/10/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":200,"Cost":125,"Date":"7/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":982,"Cost":751,"Date":"11/23/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":591,"Cost":353,"Date":"1/1/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":575,"Cost":456,"Date":"12/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":325,"Cost":229,"Date":"12/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":309,"Cost":227,"Date":"8/10/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":72,"Cost":47,"Date":"7/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":756,"Cost":668,"Date":"11/23/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":400,"Cost":220,"Date":"1/1/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":70,"Cost":60,"Date":"12/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":370,"Cost":215,"Date":"12/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":220,"Cost":133,"Date":"8/10/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":583,"Cost":347,"Date":"7/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":616,"Cost":556,"Date":"11/23/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":166,"Cost":142,"Date":"1/1/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":436,"Cost":269,"Date":"12/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":935,"Cost":631,"Date":"12/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":339,"Cost":199,"Date":"8/10/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":347,"Cost":189,"Date":"7/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":438,"Cost":277,"Date":"11/23/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":430,"Cost":216,"Date":"1/1/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":417,"Cost":217,"Date":"12/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":864,"Cost":658,"Date":"12/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":939,"Cost":666,"Date":"8/10/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":889,"Cost":694,"Date":"7/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":415,"Cost":265,"Date":"11/23/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":11,"Cost":6,"Date":"1/1/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":527,"Cost":453,"Date":"12/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":519,"Cost":334,"Date":"12/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":230,"Cost":206,"Date":"8/10/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":764,"Cost":465,"Date":"7/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":357,"Cost":278,"Date":"11/23/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":430,"Cost":360,"Date":"1/1/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":554,"Cost":500,"Date":"12/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":306,"Cost":171,"Date":"12/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":527,"Cost":319,"Date":"8/10/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":182,"Cost":102,"Date":"7/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":771,"Cost":670,"Date":"11/23/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":713,"Cost":634,"Date":"1/1/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":432,"Cost":386,"Date":"12/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":360,"Cost":213,"Date":"12/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":732,"Cost":374,"Date":"8/10/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":485,"Cost":400,"Date":"7/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":847,"Cost":655,"Date":"11/23/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":427,"Cost":357,"Date":"1/1/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":689,"Cost":365,"Date":"12/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":999,"Cost":687,"Date":"12/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":160,"Cost":89,"Date":"8/10/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":783,"Cost":678,"Date":"7/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":816,"Cost":723,"Date":"11/23/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":506,"Cost":328,"Date":"1/1/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":84,"Cost":75,"Date":"12/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":385,"Cost":204,"Date":"12/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":734,"Cost":392,"Date":"8/10/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":411,"Cost":248,"Date":"7/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":19,"Cost":16,"Date":"11/23/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":595,"Cost":421,"Date":"1/1/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":418,"Cost":330,"Date":"12/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":392,"Cost":251,"Date":"12/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":603,"Cost":470,"Date":"8/10/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":739,"Cost":440,"Date":"7/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":513,"Cost":481,"Date":"11/23/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":316,"Cost":246,"Date":"1/1/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":194,"Cost":169,"Date":"12/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":17,"Cost":14,"Date":"12/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":900,"Cost":727,"Date":"8/10/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":500,"Cost":472,"Date":"7/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":121,"Cost":93,"Date":"11/23/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":728,"Cost":588,"Date":"1/1/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":826,"Cost":672,"Date":"12/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":275,"Cost":245,"Date":"12/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":750,"Cost":576,"Date":"8/10/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":785,"Cost":612,"Date":"7/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":703,"Cost":560,"Date":"11/23/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":508,"Cost":333,"Date":"1/1/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":673,"Cost":435,"Date":"12/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":284,"Cost":267,"Date":"12/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":345,"Cost":226,"Date":"8/10/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":146,"Cost":134,"Date":"7/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":371,"Cost":278,"Date":"11/23/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":662,"Cost":449,"Date":"1/1/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":387,"Cost":359,"Date":"12/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":391,"Cost":201,"Date":"12/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":850,"Cost":726,"Date":"8/10/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":399,"Cost":216,"Date":"7/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":309,"Cost":189,"Date":"11/23/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":59,"Cost":48,"Date":"1/1/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":67,"Cost":43,"Date":"12/27/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":129,"Cost":80,"Date":"12/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":873,"Cost":461,"Date":"8/10/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":466,"Cost":415,"Date":"7/14/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":536,"Cost":446,"Date":"11/23/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":258,"Cost":194,"Date":"1/1/2020"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":282,"Cost":203,"Date":"12/27/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":524,"Cost":408,"Date":"12/31/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":804,"Cost":531,"Date":"8/10/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":216,"Cost":156,"Date":"7/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":487,"Cost":272,"Date":"11/23/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":896,"Cost":843,"Date":"1/1/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":10,"Cost":6,"Date":"12/27/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":36,"Cost":19,"Date":"12/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":95,"Cost":86,"Date":"8/10/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":823,"Cost":433,"Date":"7/14/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":122,"Cost":77,"Date":"11/23/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":333,"Cost":190,"Date":"1/1/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":221,"Cost":141,"Date":"12/27/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":974,"Cost":513,"Date":"12/31/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":656,"Cost":623,"Date":"8/10/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":534,"Cost":465,"Date":"7/14/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":279,"Cost":238,"Date":"11/23/2018"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":125,"Cost":96,"Date":"1/1/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":512,"Cost":455,"Date":"12/27/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":5,"Cost":3,"Date":"12/31/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":731,"Cost":485,"Date":"8/10/2023"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":89,"Cost":54,"Date":"7/14/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":579,"Cost":344,"Date":"11/23/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":421,"Cost":263,"Date":"1/1/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":326,"Cost":274,"Date":"12/27/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":319,"Cost":182,"Date":"12/31/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":230,"Cost":148,"Date":"8/10/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":693,"Cost":460,"Date":"7/14/2024"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":238,"Cost":187,"Date":"11/23/2018"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":349,"Cost":283,"Date":"1/1/2020"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":507,"Cost":398,"Date":"12/27/2022"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":657,"Cost":463,"Date":"12/31/2022"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":114,"Cost":98,"Date":"8/10/2023"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":465,"Cost":319,"Date":"7/14/2024"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":38,"Cost":27,"Date":"11/23/2018"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":769,"Cost":649,"Date":"1/1/2020"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":439,"Cost":409,"Date":"12/27/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":472,"Cost":337,"Date":"12/31/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":986,"Cost":772,"Date":"8/10/2023"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":933,"Cost":525,"Date":"7/14/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":853,"Cost":587,"Date":"11/23/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":633,"Cost":544,"Date":"1/1/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":68,"Cost":44,"Date":"12/27/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":946,"Cost":793,"Date":"12/31/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":191,"Cost":147,"Date":"8/10/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":650,"Cost":350,"Date":"7/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":259,"Cost":135,"Date":"11/23/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":146,"Cost":127,"Date":"1/1/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":117,"Cost":104,"Date":"12/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":796,"Cost":557,"Date":"12/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":665,"Cost":520,"Date":"8/10/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":273,"Cost":236,"Date":"7/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":872,"Cost":694,"Date":"11/23/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":412,"Cost":230,"Date":"1/1/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":710,"Cost":531,"Date":"12/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":84,"Cost":42,"Date":"12/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":938,"Cost":647,"Date":"8/10/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":361,"Cost":342,"Date":"7/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":396,"Cost":272,"Date":"11/23/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":201,"Cost":170,"Date":"1/1/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":67,"Cost":49,"Date":"12/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":536,"Cost":408,"Date":"12/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":205,"Cost":175,"Date":"8/10/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":92,"Cost":50,"Date":"7/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":417,"Cost":309,"Date":"11/23/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":394,"Cost":231,"Date":"1/1/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":557,"Cost":404,"Date":"12/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":421,"Cost":398,"Date":"12/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":872,"Cost":555,"Date":"8/10/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":751,"Cost":449,"Date":"7/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":316,"Cost":243,"Date":"11/23/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":213,"Cost":186,"Date":"1/1/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":363,"Cost":264,"Date":"12/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":755,"Cost":534,"Date":"12/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":801,"Cost":441,"Date":"8/10/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":116,"Cost":106,"Date":"7/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":150,"Cost":93,"Date":"11/23/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":196,"Cost":115,"Date":"1/1/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":611,"Cost":447,"Date":"12/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":410,"Cost":258,"Date":"12/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":422,"Cost":375,"Date":"8/10/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":711,"Cost":658,"Date":"7/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":87,"Cost":81,"Date":"11/23/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":45,"Cost":28,"Date":"1/1/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":318,"Cost":267,"Date":"12/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":50,"Cost":34,"Date":"12/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":929,"Cost":482,"Date":"8/10/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":48,"Cost":40,"Date":"7/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":977,"Cost":882,"Date":"11/23/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":605,"Cost":550,"Date":"1/1/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":720,"Cost":544,"Date":"12/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":518,"Cost":472,"Date":"12/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":764,"Cost":589,"Date":"8/10/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":4,"Cost":3,"Date":"7/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":571,"Cost":454,"Date":"11/23/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":939,"Cost":537,"Date":"1/1/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":328,"Cost":222,"Date":"12/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":277,"Cost":204,"Date":"12/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":857,"Cost":555,"Date":"8/10/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":23,"Cost":11,"Date":"7/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":989,"Cost":562,"Date":"11/23/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":586,"Cost":553,"Date":"1/1/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":837,"Cost":743,"Date":"12/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":39,"Cost":31,"Date":"12/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":286,"Cost":211,"Date":"8/10/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":143,"Cost":128,"Date":"7/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":366,"Cost":196,"Date":"11/23/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":10,"Cost":7,"Date":"1/1/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":325,"Cost":286,"Date":"12/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":103,"Cost":57,"Date":"12/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":338,"Cost":235,"Date":"8/10/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":216,"Cost":118,"Date":"7/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":720,"Cost":537,"Date":"11/23/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":914,"Cost":834,"Date":"1/1/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":275,"Cost":184,"Date":"12/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":984,"Cost":858,"Date":"12/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":243,"Cost":211,"Date":"8/10/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":930,"Cost":728,"Date":"7/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":829,"Cost":531,"Date":"11/23/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":827,"Cost":444,"Date":"1/1/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":394,"Cost":338,"Date":"12/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":546,"Cost":283,"Date":"12/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":119,"Cost":92,"Date":"8/10/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":24,"Cost":16,"Date":"7/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":754,"Cost":398,"Date":"11/23/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":888,"Cost":501,"Date":"1/1/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":512,"Cost":346,"Date":"12/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":849,"Cost":690,"Date":"12/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":364,"Cost":277,"Date":"8/10/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":544,"Cost":456,"Date":"7/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":163,"Cost":135,"Date":"11/23/2018"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":597,"Cost":508,"Date":"1/1/2020"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":298,"Cost":263,"Date":"12/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":867,"Cost":585,"Date":"12/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":566,"Cost":535,"Date":"8/10/2023"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":475,"Cost":323,"Date":"7/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":399,"Cost":286,"Date":"11/23/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":853,"Cost":546,"Date":"1/1/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":929,"Cost":547,"Date":"12/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":567,"Cost":471,"Date":"12/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":568,"Cost":363,"Date":"8/10/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":852,"Cost":445,"Date":"7/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":528,"Cost":325,"Date":"11/23/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":618,"Cost":428,"Date":"1/1/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":578,"Cost":295,"Date":"12/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":649,"Cost":516,"Date":"12/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":565,"Cost":334,"Date":"8/10/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":937,"Cost":795,"Date":"7/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":617,"Cost":505,"Date":"11/23/2018"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":406,"Cost":379,"Date":"1/1/2020"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":222,"Cost":180,"Date":"12/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":303,"Cost":197,"Date":"12/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":963,"Cost":860,"Date":"8/10/2023"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":624,"Cost":502,"Date":"7/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":319,"Cost":237,"Date":"11/23/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":144,"Cost":115,"Date":"1/1/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":396,"Cost":297,"Date":"12/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":219,"Cost":188,"Date":"12/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":51,"Cost":33,"Date":"8/10/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":382,"Cost":362,"Date":"7/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":395,"Cost":354,"Date":"11/23/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":381,"Cost":332,"Date":"1/1/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":790,"Cost":647,"Date":"12/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":835,"Cost":780,"Date":"12/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":191,"Cost":113,"Date":"8/10/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":268,"Cost":149,"Date":"7/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":861,"Cost":668,"Date":"11/23/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":617,"Cost":312,"Date":"1/1/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":489,"Cost":298,"Date":"12/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":308,"Cost":289,"Date":"12/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":63,"Cost":42,"Date":"8/10/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":738,"Cost":466,"Date":"7/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":544,"Cost":500,"Date":"11/23/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":995,"Cost":634,"Date":"1/1/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":364,"Cost":329,"Date":"12/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":734,"Cost":445,"Date":"12/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":359,"Cost":280,"Date":"8/10/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":67,"Cost":42,"Date":"7/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":887,"Cost":836,"Date":"11/23/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":440,"Cost":384,"Date":"1/1/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":284,"Cost":231,"Date":"12/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":893,"Cost":521,"Date":"12/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":758,"Cost":476,"Date":"8/10/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":840,"Cost":433,"Date":"7/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":150,"Cost":104,"Date":"11/23/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":895,"Cost":666,"Date":"1/1/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":390,"Cost":256,"Date":"12/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":311,"Cost":248,"Date":"12/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":195,"Cost":117,"Date":"8/10/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":716,"Cost":406,"Date":"7/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":877,"Cost":798,"Date":"11/23/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":599,"Cost":374,"Date":"1/1/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":49,"Cost":32,"Date":"12/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":116,"Cost":59,"Date":"12/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":420,"Cost":306,"Date":"8/10/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":242,"Cost":229,"Date":"7/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":672,"Cost":520,"Date":"11/23/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":994,"Cost":939,"Date":"1/1/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":317,"Cost":301,"Date":"12/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":653,"Cost":531,"Date":"12/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":734,"Cost":562,"Date":"8/10/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":180,"Cost":99,"Date":"7/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":579,"Cost":522,"Date":"11/23/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":511,"Cost":457,"Date":"1/1/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":672,"Cost":580,"Date":"12/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":519,"Cost":447,"Date":"12/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":979,"Cost":710,"Date":"8/10/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":231,"Cost":134,"Date":"7/14/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":959,"Cost":500,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":586,"Cost":383,"Date":"1/1/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":89,"Cost":69,"Date":"12/27/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":445,"Cost":403,"Date":"12/31/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":730,"Cost":557,"Date":"8/10/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":330,"Cost":298,"Date":"7/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":169,"Cost":103,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":871,"Cost":719,"Date":"1/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":828,"Cost":536,"Date":"12/27/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":834,"Cost":494,"Date":"12/31/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":25,"Cost":21,"Date":"8/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":966,"Cost":702,"Date":"7/14/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":157,"Cost":119,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":174,"Cost":133,"Date":"1/1/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":455,"Cost":359,"Date":"12/27/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":667,"Cost":403,"Date":"12/31/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":676,"Cost":630,"Date":"8/10/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":953,"Cost":511,"Date":"7/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":601,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":735,"Date":"1/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":661,"Cost":525,"Date":"12/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":287,"Cost":212,"Date":"12/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":315,"Cost":280,"Date":"8/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":134,"Cost":108,"Date":"7/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":21,"Cost":10,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":570,"Cost":391,"Date":"1/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":153,"Cost":119,"Date":"12/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":330,"Cost":205,"Date":"12/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":448,"Cost":363,"Date":"8/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":472,"Cost":346,"Date":"7/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":298,"Cost":253,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":753,"Cost":533,"Date":"1/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":933,"Cost":868,"Date":"12/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":570,"Cost":481,"Date":"12/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":138,"Cost":116,"Date":"8/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":774,"Cost":394,"Date":"7/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":114,"Cost":67,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":354,"Date":"1/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":339,"Cost":206,"Date":"12/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":260,"Cost":130,"Date":"12/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":274,"Cost":237,"Date":"8/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":691,"Cost":566,"Date":"7/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":472,"Cost":238,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":680,"Cost":501,"Date":"1/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":2,"Cost":1,"Date":"12/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":424,"Cost":401,"Date":"12/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":802,"Cost":554,"Date":"8/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":515,"Cost":339,"Date":"7/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":404,"Cost":266,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":158,"Cost":85,"Date":"1/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":818,"Cost":513,"Date":"12/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":928,"Cost":749,"Date":"12/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":364,"Cost":189,"Date":"8/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":469,"Cost":277,"Date":"7/14/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":500,"Cost":343,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":757,"Cost":683,"Date":"1/1/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":101,"Cost":84,"Date":"12/27/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":238,"Cost":159,"Date":"12/31/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":966,"Cost":711,"Date":"8/10/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":10,"Cost":7,"Date":"7/14/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":478,"Cost":391,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":139,"Cost":82,"Date":"1/1/2020"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":293,"Cost":251,"Date":"12/27/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":582,"Cost":411,"Date":"12/31/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":711,"Cost":557,"Date":"8/10/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":412,"Cost":360,"Date":"7/14/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":284,"Cost":267,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":686,"Cost":497,"Date":"1/1/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":612,"Cost":328,"Date":"12/27/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":23,"Cost":19,"Date":"12/31/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":935,"Cost":650,"Date":"8/10/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":678,"Cost":351,"Date":"7/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":204,"Cost":106,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":900,"Cost":686,"Date":"1/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":24,"Cost":23,"Date":"12/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":996,"Cost":510,"Date":"12/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":875,"Cost":744,"Date":"8/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":575,"Cost":345,"Date":"7/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":729,"Cost":571,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":117,"Cost":89,"Date":"1/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":185,"Cost":168,"Date":"12/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":159,"Cost":96,"Date":"12/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":149,"Cost":98,"Date":"8/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":14,"Cost":12,"Date":"7/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":663,"Cost":373,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":119,"Cost":89,"Date":"1/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":29,"Cost":23,"Date":"12/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":3,"Cost":3,"Date":"12/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":27,"Cost":22,"Date":"8/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":237,"Cost":124,"Date":"7/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":225,"Cost":149,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":348,"Cost":260,"Date":"1/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":173,"Cost":115,"Date":"12/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":653,"Cost":563,"Date":"12/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":418,"Cost":375,"Date":"8/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":843,"Cost":697,"Date":"7/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":473,"Cost":411,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":788,"Cost":489,"Date":"1/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":169,"Cost":115,"Date":"12/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":29,"Cost":16,"Date":"12/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":688,"Cost":551,"Date":"8/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":477,"Cost":394,"Date":"7/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":554,"Cost":384,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":205,"Cost":189,"Date":"1/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":815,"Cost":770,"Date":"12/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":394,"Cost":301,"Date":"12/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":94,"Cost":86,"Date":"8/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":345,"Cost":295,"Date":"7/14/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":592,"Cost":332,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":425,"Cost":403,"Date":"1/1/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":429,"Cost":220,"Date":"12/27/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":606,"Cost":519,"Date":"12/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":941,"Cost":515,"Date":"8/10/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":889,"Cost":671,"Date":"7/14/2024"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":175,"Cost":167,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":373,"Cost":201,"Date":"1/1/2020"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":136,"Cost":79,"Date":"12/27/2022"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":484,"Cost":288,"Date":"12/31/2022"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":200,"Cost":100,"Date":"8/10/2023"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":597,"Cost":372,"Date":"7/14/2024"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":145,"Cost":84,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":880,"Cost":656,"Date":"1/1/2020"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":354,"Cost":298,"Date":"12/27/2022"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":147,"Cost":81,"Date":"12/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":289,"Cost":266,"Date":"8/10/2023"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":159,"Cost":119,"Date":"7/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":182,"Cost":143,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":997,"Cost":689,"Date":"1/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":26,"Cost":17,"Date":"12/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":189,"Cost":156,"Date":"12/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":751,"Cost":594,"Date":"8/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":515,"Cost":258,"Date":"7/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":998,"Cost":715,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":661,"Cost":516,"Date":"1/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":287,"Cost":189,"Date":"12/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":34,"Cost":24,"Date":"12/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":71,"Cost":67,"Date":"8/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":394,"Cost":269,"Date":"7/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":714,"Cost":588,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":769,"Cost":584,"Date":"1/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":779,"Cost":593,"Date":"12/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":434,"Cost":311,"Date":"12/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":67,"Cost":45,"Date":"8/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":188,"Cost":117,"Date":"7/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":659,"Cost":363,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":296,"Cost":173,"Date":"1/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":979,"Cost":661,"Date":"12/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":660,"Cost":533,"Date":"12/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":234,"Cost":125,"Date":"8/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":639,"Cost":391,"Date":"7/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":706,"Cost":567,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":508,"Cost":380,"Date":"1/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":968,"Cost":851,"Date":"12/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":914,"Cost":607,"Date":"12/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":813,"Cost":607,"Date":"8/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":884,"Cost":654,"Date":"7/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":620,"Cost":368,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":897,"Cost":686,"Date":"1/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":206,"Cost":150,"Date":"12/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":7,"Cost":4,"Date":"12/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":255,"Cost":218,"Date":"8/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":469,"Cost":382,"Date":"7/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":151,"Cost":116,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":854,"Cost":727,"Date":"1/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":312,"Cost":206,"Date":"12/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":604,"Cost":533,"Date":"12/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":80,"Cost":64,"Date":"8/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":38,"Cost":22,"Date":"7/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":313,"Cost":225,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":673,"Cost":634,"Date":"1/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":148,"Cost":130,"Date":"12/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":250,"Cost":226,"Date":"12/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":808,"Cost":694,"Date":"8/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":852,"Cost":746,"Date":"7/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":363,"Cost":223,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":239,"Cost":167,"Date":"1/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":693,"Cost":364,"Date":"12/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":918,"Cost":788,"Date":"12/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":897,"Cost":594,"Date":"8/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":881,"Cost":566,"Date":"7/14/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":108,"Cost":74,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":601,"Date":"1/1/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":576,"Cost":336,"Date":"12/27/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":177,"Cost":135,"Date":"12/31/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":513,"Cost":290,"Date":"8/10/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":561,"Cost":319,"Date":"7/14/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":275,"Cost":156,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":676,"Cost":554,"Date":"1/1/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":907,"Cost":842,"Date":"12/27/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":142,"Cost":109,"Date":"12/31/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":806,"Cost":440,"Date":"8/10/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":613,"Cost":322,"Date":"7/14/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":336,"Cost":274,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":745,"Cost":677,"Date":"1/1/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":70,"Cost":46,"Date":"12/27/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":651,"Cost":573,"Date":"12/31/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":706,"Cost":482,"Date":"8/10/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":620,"Cost":342,"Date":"7/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":887,"Cost":514,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":851,"Cost":708,"Date":"1/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":617,"Cost":357,"Date":"12/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":827,"Cost":633,"Date":"12/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":214,"Cost":163,"Date":"8/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":287,"Cost":158,"Date":"7/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":591,"Cost":480,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":531,"Cost":440,"Date":"1/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":726,"Cost":597,"Date":"12/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":35,"Cost":27,"Date":"12/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":10,"Cost":7,"Date":"8/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":106,"Cost":96,"Date":"7/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":850,"Cost":703,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":171,"Cost":138,"Date":"1/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":360,"Cost":191,"Date":"12/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":949,"Cost":842,"Date":"12/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":726,"Cost":556,"Date":"8/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":112,"Cost":102,"Date":"7/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":633,"Cost":390,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":709,"Cost":537,"Date":"1/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":653,"Cost":582,"Date":"12/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":103,"Cost":62,"Date":"12/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":787,"Cost":724,"Date":"8/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":117,"Cost":70,"Date":"7/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":841,"Cost":574,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":645,"Cost":432,"Date":"1/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":799,"Cost":650,"Date":"12/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":610,"Cost":540,"Date":"12/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":379,"Cost":243,"Date":"8/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":231,"Cost":141,"Date":"7/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":127,"Cost":71,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":976,"Cost":542,"Date":"1/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":838,"Cost":471,"Date":"12/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":532,"Date":"12/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":409,"Date":"8/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":129,"Cost":74,"Date":"7/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":505,"Cost":299,"Date":"11/23/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":867,"Cost":814,"Date":"1/1/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":137,"Cost":105,"Date":"12/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":862,"Date":"12/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":723,"Cost":457,"Date":"8/10/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":995,"Cost":625,"Date":"7/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":649,"Cost":507,"Date":"11/23/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":124,"Cost":63,"Date":"1/1/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":128,"Cost":88,"Date":"12/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":712,"Cost":632,"Date":"12/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":482,"Cost":268,"Date":"8/10/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":363,"Cost":196,"Date":"7/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":993,"Cost":711,"Date":"11/23/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":717,"Cost":524,"Date":"1/1/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":717,"Cost":539,"Date":"12/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":237,"Cost":134,"Date":"12/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":746,"Cost":607,"Date":"8/10/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":420,"Cost":395,"Date":"7/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":632,"Cost":361,"Date":"11/23/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":798,"Cost":698,"Date":"1/1/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":890,"Cost":638,"Date":"12/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":379,"Cost":300,"Date":"12/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":433,"Cost":293,"Date":"8/10/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":27,"Cost":21,"Date":"7/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":911,"Cost":818,"Date":"11/23/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":187,"Cost":128,"Date":"1/1/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":636,"Cost":569,"Date":"12/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":693,"Cost":396,"Date":"12/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":1000,"Cost":512,"Date":"8/10/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":286,"Cost":253,"Date":"7/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":152,"Cost":133,"Date":"11/23/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":911,"Cost":766,"Date":"1/1/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":194,"Cost":146,"Date":"12/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":843,"Cost":539,"Date":"12/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":768,"Cost":478,"Date":"8/10/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":754,"Cost":563,"Date":"7/14/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":388,"Cost":259,"Date":"11/23/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":935,"Cost":806,"Date":"1/1/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":747,"Cost":610,"Date":"12/27/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":265,"Cost":172,"Date":"12/31/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":166,"Cost":117,"Date":"8/10/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":148,"Cost":92,"Date":"7/14/2024"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":863,"Cost":820,"Date":"11/23/2018"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":962,"Cost":764,"Date":"1/1/2020"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":560,"Cost":359,"Date":"12/27/2022"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":987,"Cost":628,"Date":"12/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":929,"Cost":731,"Date":"8/10/2023"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":88,"Cost":45,"Date":"7/14/2024"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":442,"Cost":239,"Date":"11/23/2018"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":9,"Cost":9,"Date":"1/1/2020"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":345,"Cost":302,"Date":"12/27/2022"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":479,"Cost":291,"Date":"12/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":226,"Cost":173,"Date":"8/10/2023"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":759,"Cost":691,"Date":"7/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":415,"Cost":265,"Date":"11/23/2018"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":778,"Cost":564,"Date":"1/1/2020"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":968,"Cost":762,"Date":"12/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":666,"Cost":371,"Date":"12/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":863,"Cost":730,"Date":"8/10/2023"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":300,"Date":"7/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":952,"Cost":490,"Date":"11/23/2018"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":34,"Cost":25,"Date":"1/1/2020"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":468,"Cost":276,"Date":"12/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":820,"Cost":709,"Date":"12/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":213,"Cost":110,"Date":"8/10/2023"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":175,"Cost":106,"Date":"7/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":788,"Cost":544,"Date":"11/23/2018"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":332,"Cost":193,"Date":"1/1/2020"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":725,"Cost":516,"Date":"12/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":882,"Cost":649,"Date":"12/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":674,"Cost":400,"Date":"8/10/2023"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":91,"Cost":72,"Date":"7/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":232,"Cost":173,"Date":"11/23/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":894,"Cost":665,"Date":"1/1/2020"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":218,"Cost":122,"Date":"12/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":67,"Cost":42,"Date":"12/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":99,"Cost":84,"Date":"8/10/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":657,"Cost":586,"Date":"7/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":625,"Cost":326,"Date":"11/23/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":638,"Cost":527,"Date":"1/1/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":742,"Cost":673,"Date":"12/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":302,"Cost":215,"Date":"12/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":980,"Cost":883,"Date":"8/10/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":492,"Cost":258,"Date":"7/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":114,"Cost":66,"Date":"11/23/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":969,"Cost":761,"Date":"1/1/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":81,"Cost":67,"Date":"12/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":181,"Cost":113,"Date":"12/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":165,"Cost":92,"Date":"8/10/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":693,"Cost":636,"Date":"7/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":197,"Cost":175,"Date":"11/23/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":224,"Cost":207,"Date":"1/1/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":255,"Cost":212,"Date":"12/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":46,"Cost":31,"Date":"12/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":966,"Cost":781,"Date":"8/10/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":136,"Date":"7/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":885,"Cost":803,"Date":"11/23/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":635,"Cost":573,"Date":"1/1/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":889,"Cost":775,"Date":"12/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":456,"Cost":320,"Date":"12/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":834,"Cost":580,"Date":"8/10/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":787,"Cost":432,"Date":"7/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":982,"Cost":647,"Date":"11/23/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":686,"Date":"1/1/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":601,"Cost":373,"Date":"12/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":189,"Cost":141,"Date":"12/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":753,"Cost":625,"Date":"8/10/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":591,"Cost":398,"Date":"7/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":874,"Cost":792,"Date":"11/23/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":315,"Cost":279,"Date":"1/1/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":219,"Cost":187,"Date":"12/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":304,"Cost":218,"Date":"12/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":835,"Cost":674,"Date":"8/10/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":437,"Cost":343,"Date":"7/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":697,"Cost":555,"Date":"11/23/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":51,"Cost":48,"Date":"1/1/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":23,"Cost":16,"Date":"12/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":876,"Cost":700,"Date":"12/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":911,"Cost":468,"Date":"8/10/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":220,"Cost":118,"Date":"7/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":640,"Cost":400,"Date":"11/23/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":432,"Cost":307,"Date":"1/1/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":139,"Cost":117,"Date":"12/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":806,"Cost":516,"Date":"12/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":590,"Cost":418,"Date":"8/10/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":858,"Cost":591,"Date":"7/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":205,"Cost":165,"Date":"11/23/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":2,"Cost":1,"Date":"1/1/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":400,"Cost":282,"Date":"12/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":26,"Cost":24,"Date":"12/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":343,"Cost":274,"Date":"8/10/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":236,"Cost":189,"Date":"7/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":16,"Cost":11,"Date":"11/23/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":436,"Cost":383,"Date":"1/1/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":728,"Cost":521,"Date":"12/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":674,"Cost":476,"Date":"12/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":707,"Cost":441,"Date":"8/10/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":707,"Cost":494,"Date":"7/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":436,"Cost":260,"Date":"11/23/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":489,"Cost":310,"Date":"1/1/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":594,"Cost":463,"Date":"12/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":415,"Cost":392,"Date":"12/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":556,"Cost":460,"Date":"8/10/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":125,"Cost":103,"Date":"7/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":327,"Cost":168,"Date":"11/23/2018"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":562,"Cost":413,"Date":"1/1/2020"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":831,"Cost":685,"Date":"12/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":558,"Cost":465,"Date":"12/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":357,"Cost":277,"Date":"8/10/2023"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":802,"Cost":469,"Date":"7/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":792,"Cost":467,"Date":"11/23/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":670,"Cost":348,"Date":"1/1/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":85,"Cost":74,"Date":"12/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":206,"Cost":181,"Date":"12/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":801,"Cost":443,"Date":"8/10/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":478,"Cost":344,"Date":"7/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":912,"Cost":564,"Date":"11/23/2018"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":332,"Cost":249,"Date":"1/1/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":332,"Cost":273,"Date":"12/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":230,"Cost":185,"Date":"12/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":586,"Cost":411,"Date":"8/10/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":171,"Cost":109,"Date":"7/14/2024"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":346,"Cost":268,"Date":"11/23/2018"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":743,"Cost":516,"Date":"1/1/2020"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":4,"Cost":4,"Date":"12/27/2022"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":923,"Cost":621,"Date":"12/31/2022"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":616,"Cost":315,"Date":"8/10/2023"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":508,"Cost":366,"Date":"7/14/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":576,"Cost":295,"Date":"11/23/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":143,"Cost":79,"Date":"1/1/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":782,"Cost":717,"Date":"12/27/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":357,"Cost":309,"Date":"12/31/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":144,"Cost":91,"Date":"8/10/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":937,"Cost":632,"Date":"7/14/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":215,"Cost":112,"Date":"11/23/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":941,"Cost":711,"Date":"1/1/2020"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":288,"Cost":272,"Date":"12/27/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":796,"Cost":468,"Date":"12/31/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":773,"Cost":408,"Date":"8/10/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":595,"Cost":470,"Date":"7/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":244,"Cost":222,"Date":"11/23/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":78,"Cost":70,"Date":"1/1/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":341,"Cost":310,"Date":"12/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":272,"Cost":191,"Date":"12/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":809,"Cost":643,"Date":"8/10/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":628,"Cost":347,"Date":"7/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":104,"Cost":62,"Date":"11/23/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":136,"Cost":118,"Date":"1/1/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":229,"Cost":197,"Date":"12/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":354,"Cost":186,"Date":"12/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":140,"Cost":78,"Date":"8/10/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":21,"Cost":20,"Date":"7/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":1,"Cost":0,"Date":"11/23/2018"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":377,"Cost":218,"Date":"1/1/2020"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":12,"Cost":12,"Date":"12/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":345,"Cost":275,"Date":"12/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":553,"Cost":391,"Date":"8/10/2023"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":788,"Cost":500,"Date":"7/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":951,"Cost":783,"Date":"11/23/2018"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":817,"Cost":424,"Date":"1/1/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":279,"Cost":245,"Date":"12/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":19,"Cost":13,"Date":"12/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":942,"Cost":575,"Date":"8/10/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":131,"Cost":73,"Date":"7/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":688,"Cost":358,"Date":"11/23/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":9,"Date":"1/1/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":414,"Cost":352,"Date":"12/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":732,"Cost":596,"Date":"12/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":772,"Cost":536,"Date":"8/10/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":817,"Cost":631,"Date":"7/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":231,"Cost":209,"Date":"11/23/2018"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":73,"Cost":68,"Date":"1/1/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":424,"Cost":280,"Date":"12/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":515,"Cost":331,"Date":"12/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":7,"Cost":6,"Date":"8/10/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":203,"Cost":104,"Date":"7/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":875,"Cost":551,"Date":"11/23/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":577,"Cost":482,"Date":"1/1/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":775,"Cost":685,"Date":"12/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":508,"Cost":294,"Date":"12/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":539,"Cost":288,"Date":"8/10/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":812,"Cost":562,"Date":"7/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":550,"Cost":354,"Date":"11/23/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":76,"Cost":40,"Date":"1/1/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":71,"Cost":48,"Date":"12/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":618,"Cost":462,"Date":"12/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":871,"Cost":680,"Date":"8/10/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":744,"Cost":422,"Date":"7/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":224,"Cost":136,"Date":"11/23/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":374,"Date":"1/1/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":246,"Cost":135,"Date":"12/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":218,"Cost":127,"Date":"12/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":908,"Cost":755,"Date":"8/10/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":211,"Cost":142,"Date":"7/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":833,"Cost":620,"Date":"11/23/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":640,"Cost":531,"Date":"1/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":719,"Cost":384,"Date":"12/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":487,"Cost":366,"Date":"12/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":447,"Cost":355,"Date":"8/10/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":572,"Cost":507,"Date":"7/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":651,"Cost":328,"Date":"11/23/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":512,"Cost":451,"Date":"1/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":380,"Cost":284,"Date":"12/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":898,"Cost":826,"Date":"12/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":429,"Cost":308,"Date":"8/10/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":419,"Cost":331,"Date":"7/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":984,"Cost":658,"Date":"11/23/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":529,"Cost":501,"Date":"1/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":412,"Cost":344,"Date":"12/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":274,"Cost":223,"Date":"12/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":555,"Cost":419,"Date":"8/10/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":824,"Cost":422,"Date":"7/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":908,"Cost":470,"Date":"11/23/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":616,"Cost":325,"Date":"1/1/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":178,"Cost":131,"Date":"12/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":180,"Cost":169,"Date":"12/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":512,"Cost":423,"Date":"8/10/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":172,"Date":"7/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":569,"Cost":496,"Date":"11/23/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":231,"Cost":119,"Date":"1/1/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":524,"Cost":268,"Date":"12/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":70,"Cost":44,"Date":"12/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":526,"Cost":443,"Date":"8/10/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":225,"Cost":154,"Date":"7/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":658,"Cost":563,"Date":"11/23/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":919,"Cost":540,"Date":"1/1/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":191,"Cost":152,"Date":"12/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":864,"Cost":790,"Date":"12/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":684,"Cost":394,"Date":"8/10/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":946,"Cost":778,"Date":"7/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":346,"Cost":240,"Date":"11/23/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":440,"Cost":417,"Date":"1/1/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":503,"Cost":350,"Date":"12/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":325,"Cost":273,"Date":"12/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":248,"Cost":220,"Date":"8/10/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":380,"Cost":315,"Date":"7/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":16,"Cost":16,"Date":"11/23/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":702,"Cost":375,"Date":"1/1/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":435,"Cost":380,"Date":"12/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":758,"Cost":461,"Date":"12/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":50,"Cost":30,"Date":"8/10/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":748,"Cost":666,"Date":"7/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":536,"Cost":444,"Date":"11/23/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":241,"Cost":219,"Date":"1/1/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":517,"Cost":471,"Date":"12/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":648,"Cost":543,"Date":"12/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":55,"Cost":33,"Date":"8/10/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":758,"Cost":475,"Date":"7/14/2024"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":491,"Cost":454,"Date":"11/23/2018"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":669,"Cost":403,"Date":"1/1/2020"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":974,"Cost":890,"Date":"12/27/2022"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":881,"Cost":479,"Date":"12/31/2022"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":106,"Cost":61,"Date":"8/10/2023"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":353,"Cost":185,"Date":"7/14/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":588,"Cost":298,"Date":"11/23/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":819,"Cost":669,"Date":"1/1/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":873,"Cost":532,"Date":"12/27/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":661,"Cost":581,"Date":"12/31/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":778,"Cost":734,"Date":"8/10/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":26,"Cost":19,"Date":"7/14/2024"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":776,"Cost":559,"Date":"11/23/2018"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":822,"Cost":587,"Date":"1/1/2020"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":2,"Cost":1,"Date":"12/27/2022"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":518,"Cost":331,"Date":"12/31/2022"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":416,"Cost":360,"Date":"8/10/2023"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":507,"Cost":315,"Date":"7/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":159,"Cost":120,"Date":"11/23/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":26,"Cost":19,"Date":"1/1/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":46,"Cost":24,"Date":"12/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":693,"Cost":387,"Date":"12/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":916,"Cost":466,"Date":"8/10/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":664,"Cost":463,"Date":"7/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":271,"Cost":165,"Date":"11/23/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":668,"Cost":435,"Date":"1/1/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":715,"Cost":384,"Date":"12/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":555,"Cost":303,"Date":"12/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":169,"Cost":93,"Date":"8/10/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":16,"Cost":8,"Date":"7/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":646,"Cost":340,"Date":"11/23/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":187,"Cost":93,"Date":"1/1/2020"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":714,"Cost":664,"Date":"12/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":83,"Cost":48,"Date":"12/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":873,"Cost":696,"Date":"8/10/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":13,"Cost":9,"Date":"7/14/2024"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":372,"Cost":262,"Date":"11/23/2018"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":480,"Cost":337,"Date":"1/1/2020"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":342,"Cost":240,"Date":"12/27/2022"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":76,"Cost":55,"Date":"12/31/2022"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":77,"Cost":63,"Date":"8/10/2023"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":29,"Cost":21,"Date":"7/14/2024"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":942,"Cost":492,"Date":"11/23/2018"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":440,"Cost":330,"Date":"1/1/2020"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":906,"Cost":643,"Date":"12/27/2022"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":321,"Cost":193,"Date":"12/31/2022"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":863,"Cost":742,"Date":"8/10/2023"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":683,"Cost":456,"Date":"7/14/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":764,"Cost":592,"Date":"11/23/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":993,"Cost":705,"Date":"1/1/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":825,"Cost":710,"Date":"12/27/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":847,"Cost":455,"Date":"12/31/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":222,"Cost":133,"Date":"8/10/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":675,"Cost":623,"Date":"7/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":26,"Cost":23,"Date":"11/23/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":508,"Cost":388,"Date":"1/1/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":721,"Cost":533,"Date":"12/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":34,"Cost":23,"Date":"12/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":663,"Cost":524,"Date":"8/10/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":240,"Cost":130,"Date":"7/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":499,"Cost":405,"Date":"11/23/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":754,"Cost":589,"Date":"1/1/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":770,"Cost":668,"Date":"12/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":194,"Cost":109,"Date":"12/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":619,"Cost":412,"Date":"8/10/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":261,"Cost":190,"Date":"7/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":63,"Cost":33,"Date":"11/23/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":850,"Cost":478,"Date":"1/1/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":903,"Cost":822,"Date":"12/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":180,"Cost":156,"Date":"12/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":935,"Cost":568,"Date":"8/10/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":835,"Cost":752,"Date":"7/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":245,"Cost":150,"Date":"11/23/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":931,"Cost":769,"Date":"1/1/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":179,"Cost":168,"Date":"12/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":473,"Cost":413,"Date":"12/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":275,"Cost":172,"Date":"8/10/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":432,"Cost":329,"Date":"7/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":944,"Cost":811,"Date":"11/23/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":516,"Cost":343,"Date":"1/1/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":957,"Cost":869,"Date":"12/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":990,"Cost":935,"Date":"12/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":182,"Cost":113,"Date":"8/10/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":365,"Cost":340,"Date":"7/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":59,"Cost":32,"Date":"11/23/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":276,"Cost":232,"Date":"1/1/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":414,"Cost":320,"Date":"12/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":696,"Cost":582,"Date":"12/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":905,"Cost":506,"Date":"8/10/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":827,"Cost":782,"Date":"7/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":759,"Cost":567,"Date":"11/23/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":656,"Cost":507,"Date":"1/1/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":188,"Cost":122,"Date":"12/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":990,"Cost":819,"Date":"12/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":891,"Date":"8/10/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":512,"Cost":414,"Date":"7/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":808,"Cost":617,"Date":"11/23/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":536,"Cost":369,"Date":"1/1/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":185,"Cost":165,"Date":"12/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":473,"Cost":262,"Date":"12/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":90,"Cost":64,"Date":"8/10/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":579,"Cost":390,"Date":"7/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":247,"Cost":148,"Date":"11/23/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":752,"Cost":663,"Date":"1/1/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":541,"Cost":385,"Date":"12/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":254,"Cost":223,"Date":"12/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":76,"Cost":51,"Date":"8/10/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":655,"Cost":507,"Date":"7/14/2024"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":404,"Date":"11/23/2018"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":526,"Cost":304,"Date":"1/1/2020"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":669,"Cost":545,"Date":"12/27/2022"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":538,"Cost":430,"Date":"12/31/2022"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":229,"Cost":172,"Date":"8/10/2023"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":703,"Cost":453,"Date":"7/14/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":766,"Cost":508,"Date":"11/23/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":28,"Cost":14,"Date":"1/1/2020"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":562,"Cost":492,"Date":"12/27/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":121,"Cost":109,"Date":"12/31/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":405,"Date":"8/10/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":524,"Cost":378,"Date":"7/14/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":356,"Cost":222,"Date":"11/23/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":704,"Cost":638,"Date":"1/1/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":919,"Cost":873,"Date":"12/27/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":318,"Cost":259,"Date":"12/31/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":411,"Cost":260,"Date":"8/10/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":301,"Cost":211,"Date":"7/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":260,"Cost":147,"Date":"11/23/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":196,"Cost":138,"Date":"1/1/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":575,"Cost":445,"Date":"12/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":995,"Cost":697,"Date":"12/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":246,"Cost":219,"Date":"8/10/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":11,"Cost":10,"Date":"7/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":6,"Cost":5,"Date":"11/23/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":981,"Cost":707,"Date":"1/1/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":626,"Cost":390,"Date":"12/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":664,"Cost":340,"Date":"12/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":267,"Cost":228,"Date":"8/10/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":497,"Cost":463,"Date":"7/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":758,"Cost":550,"Date":"11/23/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":306,"Date":"1/1/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":565,"Cost":300,"Date":"12/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":707,"Cost":593,"Date":"12/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":631,"Cost":419,"Date":"8/10/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":596,"Cost":308,"Date":"7/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":142,"Cost":113,"Date":"11/23/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":741,"Cost":676,"Date":"1/1/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":265,"Cost":178,"Date":"12/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":689,"Date":"12/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":127,"Cost":113,"Date":"8/10/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":737,"Cost":467,"Date":"7/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":763,"Cost":632,"Date":"11/23/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":533,"Cost":489,"Date":"1/1/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":997,"Cost":706,"Date":"12/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":156,"Cost":105,"Date":"12/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":260,"Cost":240,"Date":"8/10/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":232,"Cost":220,"Date":"7/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":536,"Cost":292,"Date":"11/23/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":264,"Date":"1/1/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":893,"Cost":568,"Date":"12/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":850,"Cost":651,"Date":"12/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":224,"Date":"8/10/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":518,"Cost":375,"Date":"7/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":13,"Date":"11/23/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":305,"Cost":286,"Date":"1/1/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":821,"Cost":685,"Date":"12/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":231,"Cost":162,"Date":"12/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":649,"Date":"8/10/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":177,"Cost":136,"Date":"7/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":936,"Cost":862,"Date":"11/23/2018"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":856,"Cost":771,"Date":"1/1/2020"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":709,"Date":"12/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":498,"Cost":347,"Date":"12/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":225,"Cost":153,"Date":"8/10/2023"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":796,"Cost":739,"Date":"7/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":220,"Cost":182,"Date":"11/23/2018"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":932,"Cost":644,"Date":"1/1/2020"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":512,"Cost":335,"Date":"12/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":943,"Cost":819,"Date":"12/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":148,"Cost":83,"Date":"8/10/2023"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":809,"Cost":516,"Date":"7/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":334,"Cost":254,"Date":"11/23/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":275,"Cost":239,"Date":"1/1/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":895,"Cost":452,"Date":"12/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":156,"Cost":99,"Date":"12/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":327,"Cost":168,"Date":"8/10/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":152,"Cost":97,"Date":"7/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":252,"Cost":193,"Date":"11/23/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":950,"Cost":683,"Date":"1/1/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":448,"Cost":421,"Date":"12/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":475,"Date":"12/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":437,"Cost":313,"Date":"8/10/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":829,"Cost":723,"Date":"7/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":787,"Cost":622,"Date":"11/23/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":980,"Cost":715,"Date":"1/1/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":474,"Cost":327,"Date":"12/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":649,"Cost":507,"Date":"12/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":732,"Cost":662,"Date":"8/10/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":383,"Cost":305,"Date":"7/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":76,"Cost":41,"Date":"11/23/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":645,"Cost":395,"Date":"1/1/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":495,"Cost":267,"Date":"12/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":57,"Cost":32,"Date":"12/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":834,"Cost":768,"Date":"8/10/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":665,"Cost":562,"Date":"7/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":568,"Cost":364,"Date":"11/23/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":156,"Cost":134,"Date":"1/1/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":876,"Cost":791,"Date":"12/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":654,"Cost":453,"Date":"12/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":583,"Cost":320,"Date":"8/10/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":592,"Cost":301,"Date":"7/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":477,"Cost":450,"Date":"11/23/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":420,"Cost":231,"Date":"1/1/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":664,"Cost":437,"Date":"12/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":161,"Cost":148,"Date":"12/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":572,"Cost":343,"Date":"8/10/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":73,"Cost":56,"Date":"7/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":157,"Cost":106,"Date":"11/23/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":909,"Cost":810,"Date":"1/1/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":974,"Cost":694,"Date":"12/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":754,"Cost":483,"Date":"12/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":440,"Date":"8/10/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":139,"Cost":122,"Date":"7/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":473,"Cost":242,"Date":"11/23/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":134,"Cost":96,"Date":"1/1/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":140,"Cost":98,"Date":"12/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":623,"Cost":589,"Date":"12/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":501,"Cost":436,"Date":"8/10/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":839,"Cost":777,"Date":"7/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":738,"Cost":578,"Date":"11/23/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":152,"Cost":144,"Date":"1/1/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":411,"Cost":267,"Date":"12/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":976,"Cost":770,"Date":"12/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":240,"Cost":199,"Date":"8/10/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":775,"Cost":733,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":986,"Cost":613,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":79,"Cost":65,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":480,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":356,"Cost":250,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":666,"Cost":524,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":659,"Cost":607,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":853,"Cost":453,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":884,"Cost":476,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":960,"Cost":678,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":841,"Cost":507,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":91,"Cost":54,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":65,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":872,"Cost":725,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":435,"Cost":347,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":12,"Cost":8,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":713,"Cost":671,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":812,"Cost":504,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":984,"Cost":722,"Date":"7/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":7,"Cost":5,"Date":"11/23/2018"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":232,"Cost":208,"Date":"1/1/2020"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":462,"Cost":375,"Date":"12/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":492,"Cost":427,"Date":"12/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":350,"Cost":247,"Date":"8/10/2023"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":894,"Cost":517,"Date":"7/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":622,"Cost":382,"Date":"11/23/2018"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":223,"Cost":114,"Date":"1/1/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":299,"Cost":200,"Date":"12/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":944,"Cost":814,"Date":"12/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":906,"Cost":648,"Date":"8/10/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":458,"Cost":430,"Date":"7/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":921,"Cost":660,"Date":"11/23/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":196,"Cost":184,"Date":"1/1/2020"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":450,"Cost":334,"Date":"12/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":618,"Date":"12/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":259,"Cost":237,"Date":"8/10/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":338,"Cost":317,"Date":"7/14/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":794,"Cost":542,"Date":"11/23/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":257,"Cost":189,"Date":"1/1/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":991,"Cost":804,"Date":"12/27/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":454,"Cost":322,"Date":"12/31/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":344,"Cost":267,"Date":"8/10/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":606,"Cost":395,"Date":"7/14/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":102,"Cost":53,"Date":"11/23/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":475,"Cost":340,"Date":"1/1/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":291,"Cost":213,"Date":"12/27/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":346,"Cost":175,"Date":"12/31/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":467,"Cost":419,"Date":"8/10/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":399,"Cost":258,"Date":"7/14/2024"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":811,"Cost":588,"Date":"11/23/2018"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":485,"Cost":451,"Date":"1/1/2020"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":41,"Cost":31,"Date":"12/27/2022"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":203,"Cost":171,"Date":"12/31/2022"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":278,"Cost":175,"Date":"8/10/2023"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":350,"Cost":213,"Date":"7/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":234,"Cost":168,"Date":"11/23/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":886,"Cost":608,"Date":"1/1/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":837,"Cost":730,"Date":"12/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":164,"Cost":136,"Date":"12/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":285,"Cost":192,"Date":"8/10/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":891,"Cost":558,"Date":"7/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":184,"Cost":147,"Date":"11/23/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":413,"Cost":392,"Date":"1/1/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":904,"Cost":751,"Date":"12/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":467,"Cost":285,"Date":"12/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":545,"Cost":406,"Date":"8/10/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":174,"Cost":122,"Date":"7/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":438,"Cost":266,"Date":"11/23/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":549,"Cost":436,"Date":"1/1/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":864,"Cost":634,"Date":"12/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":607,"Date":"12/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":351,"Cost":222,"Date":"8/10/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":866,"Cost":741,"Date":"7/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":500,"Cost":339,"Date":"11/23/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":764,"Cost":710,"Date":"1/1/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":731,"Cost":452,"Date":"12/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":276,"Cost":253,"Date":"12/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":779,"Cost":408,"Date":"8/10/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":853,"Cost":616,"Date":"7/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":978,"Cost":591,"Date":"11/23/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":854,"Cost":802,"Date":"1/1/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":48,"Cost":43,"Date":"12/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":602,"Cost":485,"Date":"12/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":371,"Cost":206,"Date":"8/10/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":149,"Cost":92,"Date":"7/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":882,"Cost":587,"Date":"11/23/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":489,"Cost":452,"Date":"1/1/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":152,"Cost":134,"Date":"12/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":462,"Cost":397,"Date":"12/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":11,"Cost":10,"Date":"8/10/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":205,"Cost":115,"Date":"7/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":13,"Cost":8,"Date":"11/23/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":702,"Cost":515,"Date":"1/1/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":414,"Cost":327,"Date":"12/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":959,"Cost":729,"Date":"12/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":790,"Cost":655,"Date":"8/10/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":393,"Cost":288,"Date":"7/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":331,"Cost":255,"Date":"11/23/2018"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":560,"Cost":451,"Date":"1/1/2020"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":611,"Cost":501,"Date":"12/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":665,"Cost":441,"Date":"12/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":951,"Cost":852,"Date":"8/10/2023"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":263,"Cost":226,"Date":"7/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":751,"Cost":645,"Date":"11/23/2018"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":636,"Cost":557,"Date":"1/1/2020"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":562,"Cost":383,"Date":"12/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":128,"Cost":115,"Date":"12/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":917,"Cost":583,"Date":"8/10/2023"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":607,"Cost":569,"Date":"7/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":609,"Cost":517,"Date":"11/23/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":437,"Cost":231,"Date":"1/1/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":248,"Cost":235,"Date":"12/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":173,"Cost":133,"Date":"12/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":170,"Cost":126,"Date":"8/10/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":858,"Cost":765,"Date":"7/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":297,"Cost":264,"Date":"11/23/2018"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":792,"Cost":610,"Date":"1/1/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":477,"Cost":260,"Date":"12/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":149,"Cost":89,"Date":"12/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":966,"Cost":492,"Date":"8/10/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":77,"Cost":66,"Date":"7/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":979,"Cost":902,"Date":"11/23/2018"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":534,"Date":"1/1/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":284,"Cost":196,"Date":"12/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":482,"Date":"12/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":4,"Cost":2,"Date":"8/10/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":833,"Cost":518,"Date":"7/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":318,"Cost":166,"Date":"11/23/2018"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":225,"Cost":151,"Date":"1/1/2020"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":653,"Cost":566,"Date":"12/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":657,"Cost":422,"Date":"12/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":187,"Cost":109,"Date":"8/10/2023"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":490,"Cost":465,"Date":"7/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":740,"Cost":640,"Date":"11/23/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":323,"Cost":252,"Date":"1/1/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":851,"Cost":631,"Date":"12/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":945,"Cost":577,"Date":"12/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":410,"Cost":239,"Date":"8/10/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":133,"Cost":91,"Date":"7/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":608,"Cost":310,"Date":"11/23/2018"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":540,"Cost":459,"Date":"1/1/2020"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":159,"Cost":95,"Date":"12/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":906,"Cost":459,"Date":"12/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":167,"Cost":115,"Date":"8/10/2023"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":452,"Cost":303,"Date":"7/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":367,"Cost":239,"Date":"11/23/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":299,"Cost":205,"Date":"1/1/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":764,"Cost":719,"Date":"12/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":318,"Cost":220,"Date":"12/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":497,"Cost":255,"Date":"8/10/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":897,"Cost":606,"Date":"7/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":115,"Cost":71,"Date":"11/23/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":157,"Date":"1/1/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":823,"Cost":565,"Date":"12/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":710,"Cost":674,"Date":"12/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":642,"Cost":426,"Date":"8/10/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":148,"Cost":127,"Date":"7/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":817,"Cost":744,"Date":"11/23/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":56,"Cost":52,"Date":"1/1/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":853,"Cost":546,"Date":"12/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":473,"Cost":398,"Date":"12/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":943,"Cost":792,"Date":"8/10/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":879,"Cost":446,"Date":"7/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":312,"Cost":205,"Date":"11/23/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":97,"Cost":88,"Date":"1/1/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":936,"Cost":503,"Date":"12/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":375,"Cost":324,"Date":"12/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":600,"Cost":358,"Date":"8/10/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":191,"Cost":104,"Date":"7/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":111,"Date":"11/23/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":153,"Cost":132,"Date":"1/1/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":84,"Cost":49,"Date":"12/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":764,"Cost":652,"Date":"12/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":662,"Cost":579,"Date":"8/10/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":708,"Cost":653,"Date":"7/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":624,"Cost":348,"Date":"11/23/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":973,"Cost":775,"Date":"1/1/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":128,"Cost":81,"Date":"12/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":575,"Cost":348,"Date":"12/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":448,"Cost":265,"Date":"8/10/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":226,"Cost":211,"Date":"7/14/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":511,"Cost":374,"Date":"11/23/2018"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":914,"Cost":605,"Date":"1/1/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":585,"Cost":476,"Date":"12/27/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":419,"Date":"12/31/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":838,"Cost":758,"Date":"8/10/2023"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":927,"Cost":876,"Date":"7/14/2024"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":53,"Cost":47,"Date":"11/23/2018"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":617,"Cost":395,"Date":"1/1/2020"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":208,"Cost":112,"Date":"12/27/2022"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":227,"Cost":145,"Date":"12/31/2022"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":895,"Cost":761,"Date":"8/10/2023"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":220,"Cost":198,"Date":"7/14/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":916,"Cost":766,"Date":"11/23/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":386,"Cost":212,"Date":"1/1/2020"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":366,"Cost":292,"Date":"12/27/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":13,"Cost":8,"Date":"12/31/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":591,"Cost":340,"Date":"8/10/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":768,"Cost":475,"Date":"7/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":376,"Cost":338,"Date":"11/23/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":953,"Cost":690,"Date":"1/1/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":356,"Cost":188,"Date":"12/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":161,"Cost":124,"Date":"12/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":674,"Cost":369,"Date":"8/10/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":808,"Cost":650,"Date":"7/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":855,"Cost":568,"Date":"11/23/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":118,"Cost":59,"Date":"1/1/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":859,"Cost":734,"Date":"12/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":933,"Cost":585,"Date":"12/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":903,"Cost":684,"Date":"8/10/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":450,"Cost":380,"Date":"7/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":585,"Cost":542,"Date":"11/23/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":699,"Cost":626,"Date":"1/1/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":665,"Cost":514,"Date":"12/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":258,"Cost":153,"Date":"12/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":914,"Cost":725,"Date":"8/10/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":394,"Cost":270,"Date":"7/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":942,"Cost":743,"Date":"11/23/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":947,"Cost":545,"Date":"1/1/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":832,"Cost":700,"Date":"12/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":850,"Cost":454,"Date":"12/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":53,"Cost":28,"Date":"8/10/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":407,"Cost":378,"Date":"7/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":72,"Cost":49,"Date":"11/23/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":557,"Cost":511,"Date":"1/1/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":927,"Cost":576,"Date":"12/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":850,"Cost":636,"Date":"12/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":978,"Cost":632,"Date":"8/10/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":927,"Cost":728,"Date":"7/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":901,"Cost":842,"Date":"11/23/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":596,"Cost":320,"Date":"1/1/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":143,"Date":"12/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":230,"Cost":193,"Date":"12/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":64,"Cost":47,"Date":"8/10/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":211,"Cost":181,"Date":"7/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":509,"Cost":467,"Date":"11/23/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":3,"Cost":2,"Date":"1/1/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":343,"Cost":243,"Date":"12/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":989,"Cost":691,"Date":"12/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":205,"Cost":183,"Date":"8/10/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":440,"Cost":358,"Date":"7/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":621,"Cost":447,"Date":"11/23/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":958,"Cost":726,"Date":"1/1/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":839,"Cost":725,"Date":"12/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":614,"Cost":352,"Date":"12/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":37,"Cost":23,"Date":"8/10/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":464,"Cost":278,"Date":"7/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":677,"Cost":384,"Date":"11/23/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":359,"Cost":230,"Date":"1/1/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":445,"Cost":330,"Date":"12/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":196,"Cost":106,"Date":"12/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":475,"Cost":393,"Date":"8/10/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":621,"Cost":326,"Date":"7/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":856,"Cost":738,"Date":"11/23/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":634,"Cost":546,"Date":"1/1/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":118,"Cost":88,"Date":"12/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":735,"Cost":397,"Date":"12/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":572,"Date":"8/10/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":188,"Cost":177,"Date":"7/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":685,"Cost":544,"Date":"11/23/2018"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":383,"Date":"1/1/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":605,"Cost":537,"Date":"12/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":862,"Cost":460,"Date":"12/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":784,"Cost":652,"Date":"8/10/2023"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":414,"Cost":370,"Date":"7/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":110,"Cost":72,"Date":"11/23/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":900,"Cost":809,"Date":"1/1/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":385,"Cost":234,"Date":"12/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":966,"Cost":787,"Date":"12/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":397,"Cost":324,"Date":"8/10/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":687,"Cost":375,"Date":"7/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":516,"Cost":474,"Date":"11/23/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":192,"Cost":125,"Date":"1/1/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":283,"Cost":266,"Date":"12/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":748,"Cost":477,"Date":"12/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":669,"Cost":375,"Date":"8/10/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":347,"Cost":193,"Date":"7/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":387,"Cost":357,"Date":"11/23/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":88,"Cost":62,"Date":"1/1/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":409,"Cost":229,"Date":"12/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":829,"Cost":528,"Date":"12/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":63,"Cost":36,"Date":"8/10/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":557,"Cost":505,"Date":"7/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":271,"Cost":230,"Date":"11/23/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":122,"Cost":114,"Date":"1/1/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":751,"Cost":422,"Date":"12/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":402,"Cost":274,"Date":"12/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":89,"Cost":78,"Date":"8/10/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":958,"Cost":484,"Date":"7/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":548,"Cost":440,"Date":"11/23/2018"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":490,"Cost":266,"Date":"1/1/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":268,"Cost":233,"Date":"12/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":558,"Cost":287,"Date":"12/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":663,"Cost":444,"Date":"8/10/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":631,"Cost":403,"Date":"7/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":705,"Cost":670,"Date":"11/23/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":114,"Cost":73,"Date":"1/1/2020"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":655,"Cost":334,"Date":"12/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":67,"Cost":58,"Date":"12/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":391,"Cost":205,"Date":"8/10/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":530,"Cost":442,"Date":"7/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":468,"Cost":405,"Date":"11/23/2018"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":130,"Cost":91,"Date":"1/1/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":355,"Cost":223,"Date":"12/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":862,"Cost":690,"Date":"12/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":92,"Cost":85,"Date":"8/10/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":720,"Cost":540,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":605,"Cost":347,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":484,"Cost":344,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":407,"Cost":336,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":108,"Cost":89,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":438,"Cost":253,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":898,"Cost":648,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":777,"Cost":648,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":595,"Cost":497,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":888,"Cost":589,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":460,"Cost":341,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":214,"Cost":107,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":654,"Cost":525,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":658,"Cost":476,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":93,"Cost":58,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":290,"Cost":172,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":389,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":800,"Cost":641,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":974,"Cost":679,"Date":"7/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":883,"Cost":555,"Date":"11/23/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":56,"Cost":39,"Date":"1/1/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":350,"Cost":191,"Date":"12/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":595,"Cost":523,"Date":"12/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":814,"Cost":552,"Date":"8/10/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":153,"Cost":133,"Date":"7/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":268,"Cost":209,"Date":"11/23/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":938,"Cost":520,"Date":"1/1/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":836,"Cost":541,"Date":"12/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":767,"Cost":622,"Date":"12/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":922,"Cost":759,"Date":"8/10/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":312,"Cost":284,"Date":"7/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":492,"Cost":257,"Date":"11/23/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":893,"Cost":674,"Date":"1/1/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":230,"Cost":213,"Date":"12/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":881,"Cost":625,"Date":"12/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":814,"Cost":499,"Date":"8/10/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":162,"Cost":96,"Date":"7/14/2024"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":178,"Cost":147,"Date":"11/23/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":575,"Cost":482,"Date":"1/1/2020"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":510,"Cost":413,"Date":"12/27/2022"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":61,"Cost":55,"Date":"12/31/2022"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":784,"Cost":705,"Date":"8/10/2023"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":527,"Cost":390,"Date":"7/14/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":397,"Cost":357,"Date":"11/23/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":566,"Cost":491,"Date":"1/1/2020"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":193,"Cost":169,"Date":"12/27/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":481,"Cost":368,"Date":"12/31/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":516,"Cost":405,"Date":"8/10/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":331,"Cost":208,"Date":"7/14/2024"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":32,"Cost":29,"Date":"11/23/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":925,"Cost":532,"Date":"1/1/2020"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":381,"Cost":215,"Date":"12/27/2022"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":904,"Cost":510,"Date":"12/31/2022"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":639,"Cost":418,"Date":"8/10/2023"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":866,"Cost":498,"Date":"7/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":298,"Cost":283,"Date":"11/23/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":981,"Cost":524,"Date":"1/1/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":284,"Cost":247,"Date":"12/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":500,"Cost":413,"Date":"12/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":955,"Cost":801,"Date":"8/10/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":125,"Cost":93,"Date":"7/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":997,"Cost":621,"Date":"11/23/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":409,"Cost":340,"Date":"1/1/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":347,"Cost":277,"Date":"12/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":764,"Cost":661,"Date":"12/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":233,"Cost":153,"Date":"8/10/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":705,"Cost":642,"Date":"7/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":433,"Cost":266,"Date":"11/23/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":395,"Cost":346,"Date":"1/1/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":4,"Cost":2,"Date":"12/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":526,"Date":"12/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":667,"Cost":517,"Date":"8/10/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":933,"Cost":662,"Date":"7/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":827,"Cost":594,"Date":"11/23/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":247,"Date":"1/1/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":346,"Cost":249,"Date":"12/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":457,"Cost":345,"Date":"12/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":453,"Cost":408,"Date":"8/10/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":895,"Cost":457,"Date":"7/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":250,"Cost":217,"Date":"11/23/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":905,"Cost":633,"Date":"1/1/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":303,"Date":"12/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":674,"Cost":538,"Date":"12/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":666,"Cost":520,"Date":"8/10/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":917,"Cost":768,"Date":"7/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":531,"Cost":337,"Date":"11/23/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":143,"Cost":83,"Date":"1/1/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":69,"Date":"12/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":506,"Cost":306,"Date":"12/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":781,"Cost":611,"Date":"8/10/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":396,"Cost":241,"Date":"7/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":139,"Cost":85,"Date":"11/23/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":197,"Cost":172,"Date":"1/1/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":605,"Cost":370,"Date":"12/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":373,"Cost":249,"Date":"12/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":885,"Cost":717,"Date":"8/10/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":209,"Cost":135,"Date":"7/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":819,"Cost":742,"Date":"11/23/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":511,"Cost":341,"Date":"1/1/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":660,"Cost":417,"Date":"12/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":5,"Cost":3,"Date":"12/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":448,"Cost":253,"Date":"8/10/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":298,"Cost":195,"Date":"7/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":856,"Cost":622,"Date":"11/23/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":522,"Date":"1/1/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":842,"Cost":472,"Date":"12/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":775,"Cost":387,"Date":"12/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":523,"Cost":294,"Date":"8/10/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":31,"Cost":25,"Date":"7/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":588,"Cost":377,"Date":"11/23/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":826,"Cost":701,"Date":"1/1/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":920,"Cost":869,"Date":"12/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":194,"Cost":147,"Date":"12/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":118,"Cost":68,"Date":"8/10/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":767,"Cost":568,"Date":"7/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":997,"Cost":514,"Date":"11/23/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":179,"Cost":142,"Date":"1/1/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":488,"Cost":411,"Date":"12/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":82,"Cost":49,"Date":"12/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":46,"Cost":42,"Date":"8/10/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":251,"Cost":189,"Date":"7/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":355,"Cost":183,"Date":"11/23/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":669,"Cost":582,"Date":"1/1/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":533,"Cost":275,"Date":"12/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":711,"Cost":421,"Date":"12/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":701,"Cost":635,"Date":"8/10/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":706,"Cost":453,"Date":"7/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":946,"Cost":656,"Date":"11/23/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":764,"Cost":722,"Date":"1/1/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":538,"Cost":437,"Date":"12/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":540,"Cost":475,"Date":"12/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":630,"Cost":537,"Date":"8/10/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":897,"Cost":715,"Date":"7/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":125,"Cost":90,"Date":"11/23/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":417,"Cost":310,"Date":"1/1/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":27,"Cost":22,"Date":"12/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":664,"Cost":393,"Date":"12/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":322,"Cost":287,"Date":"8/10/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":996,"Cost":611,"Date":"7/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":842,"Cost":528,"Date":"11/23/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":293,"Cost":242,"Date":"1/1/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":540,"Cost":448,"Date":"12/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":431,"Cost":286,"Date":"12/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":583,"Cost":483,"Date":"8/10/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":662,"Cost":626,"Date":"7/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":649,"Cost":451,"Date":"11/23/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":615,"Date":"1/1/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":350,"Cost":322,"Date":"12/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":21,"Cost":18,"Date":"12/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":440,"Cost":330,"Date":"8/10/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":119,"Date":"7/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":486,"Cost":412,"Date":"11/23/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":908,"Cost":717,"Date":"1/1/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":997,"Cost":719,"Date":"12/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":546,"Cost":387,"Date":"12/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":76,"Cost":73,"Date":"8/10/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":740,"Cost":648,"Date":"7/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":230,"Cost":206,"Date":"11/23/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":792,"Cost":620,"Date":"1/1/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":406,"Cost":317,"Date":"12/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":496,"Cost":465,"Date":"12/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":436,"Cost":328,"Date":"8/10/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":274,"Date":"7/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":473,"Cost":389,"Date":"11/23/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":62,"Cost":31,"Date":"1/1/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":608,"Cost":468,"Date":"12/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":507,"Cost":392,"Date":"12/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":240,"Cost":204,"Date":"8/10/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":118,"Cost":88,"Date":"7/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":535,"Cost":390,"Date":"11/23/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":666,"Cost":593,"Date":"1/1/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":556,"Cost":347,"Date":"12/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":137,"Date":"12/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":67,"Cost":37,"Date":"8/10/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":325,"Cost":194,"Date":"7/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":554,"Cost":334,"Date":"11/23/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":347,"Cost":175,"Date":"1/1/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":749,"Cost":468,"Date":"12/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":191,"Cost":175,"Date":"12/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":962,"Cost":776,"Date":"8/10/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":996,"Cost":850,"Date":"7/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":24,"Date":"11/23/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":465,"Cost":243,"Date":"1/1/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":368,"Cost":321,"Date":"12/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":688,"Date":"12/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":611,"Cost":406,"Date":"8/10/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":624,"Date":"7/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":699,"Cost":558,"Date":"11/23/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":186,"Cost":117,"Date":"1/1/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":276,"Cost":220,"Date":"12/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":862,"Cost":548,"Date":"12/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":816,"Cost":677,"Date":"8/10/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":976,"Cost":608,"Date":"7/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":22,"Cost":12,"Date":"11/23/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":733,"Cost":606,"Date":"1/1/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":829,"Cost":786,"Date":"12/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":810,"Cost":643,"Date":"12/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":305,"Cost":248,"Date":"8/10/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":644,"Cost":496,"Date":"7/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":571,"Cost":536,"Date":"11/23/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":933,"Cost":748,"Date":"1/1/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":956,"Cost":866,"Date":"12/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":496,"Cost":280,"Date":"12/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":817,"Cost":642,"Date":"8/10/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":778,"Cost":647,"Date":"7/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":782,"Cost":551,"Date":"11/23/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":378,"Cost":317,"Date":"1/1/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":526,"Cost":410,"Date":"12/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":766,"Cost":443,"Date":"12/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":381,"Cost":194,"Date":"8/10/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":709,"Cost":668,"Date":"7/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":201,"Cost":169,"Date":"11/23/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":239,"Cost":130,"Date":"1/1/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":311,"Cost":201,"Date":"12/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":967,"Cost":612,"Date":"12/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":848,"Cost":555,"Date":"8/10/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":451,"Cost":286,"Date":"7/14/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":508,"Date":"11/23/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":647,"Cost":453,"Date":"1/1/2020"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":759,"Cost":546,"Date":"12/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":961,"Cost":670,"Date":"12/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":820,"Cost":465,"Date":"8/10/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":637,"Cost":356,"Date":"7/14/2024"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":833,"Cost":706,"Date":"11/23/2018"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":355,"Cost":317,"Date":"1/1/2020"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":910,"Cost":719,"Date":"12/27/2022"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":979,"Cost":552,"Date":"12/31/2022"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":575,"Cost":508,"Date":"8/10/2023"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":505,"Cost":344,"Date":"7/14/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":65,"Cost":48,"Date":"11/23/2018"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":220,"Cost":183,"Date":"1/1/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":64,"Date":"12/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":760,"Cost":496,"Date":"12/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":252,"Cost":196,"Date":"8/10/2023"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":330,"Cost":219,"Date":"7/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":944,"Cost":639,"Date":"11/23/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":457,"Cost":355,"Date":"1/1/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":373,"Cost":211,"Date":"12/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":392,"Cost":280,"Date":"12/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":339,"Cost":219,"Date":"8/10/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":240,"Cost":217,"Date":"7/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":756,"Cost":559,"Date":"11/23/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":89,"Cost":84,"Date":"1/1/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":781,"Cost":520,"Date":"12/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":45,"Date":"12/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":295,"Cost":147,"Date":"8/10/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":519,"Cost":265,"Date":"7/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":48,"Cost":30,"Date":"11/23/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":727,"Cost":406,"Date":"1/1/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":344,"Cost":295,"Date":"12/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":134,"Cost":102,"Date":"12/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":841,"Cost":605,"Date":"8/10/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":477,"Cost":351,"Date":"7/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":245,"Cost":197,"Date":"11/23/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":328,"Date":"1/1/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":853,"Cost":503,"Date":"12/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":473,"Date":"12/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":746,"Cost":549,"Date":"8/10/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":949,"Cost":728,"Date":"7/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":267,"Cost":194,"Date":"11/23/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":812,"Cost":762,"Date":"1/1/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":887,"Cost":623,"Date":"12/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":449,"Cost":270,"Date":"12/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":80,"Cost":52,"Date":"8/10/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":418,"Cost":319,"Date":"7/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":160,"Cost":116,"Date":"11/23/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":386,"Cost":333,"Date":"1/1/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":609,"Cost":335,"Date":"12/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":160,"Cost":119,"Date":"12/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":258,"Cost":244,"Date":"8/10/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":99,"Cost":69,"Date":"7/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":942,"Cost":634,"Date":"11/23/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":301,"Cost":274,"Date":"1/1/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":969,"Cost":861,"Date":"12/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":344,"Cost":265,"Date":"12/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":706,"Cost":577,"Date":"8/10/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":512,"Cost":463,"Date":"7/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":183,"Cost":92,"Date":"11/23/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":135,"Cost":116,"Date":"1/1/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":883,"Cost":839,"Date":"12/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":810,"Cost":765,"Date":"12/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":181,"Cost":152,"Date":"8/10/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":69,"Cost":50,"Date":"7/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":699,"Date":"11/23/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":619,"Cost":559,"Date":"1/1/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":788,"Cost":644,"Date":"12/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":564,"Cost":290,"Date":"12/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":841,"Cost":786,"Date":"8/10/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":855,"Cost":611,"Date":"7/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":150,"Cost":139,"Date":"11/23/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":437,"Date":"1/1/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":189,"Cost":118,"Date":"12/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":292,"Cost":183,"Date":"12/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":842,"Cost":680,"Date":"8/10/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":96,"Cost":60,"Date":"7/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":48,"Cost":44,"Date":"11/23/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":908,"Cost":515,"Date":"1/1/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":625,"Cost":362,"Date":"12/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":679,"Cost":571,"Date":"12/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":41,"Cost":22,"Date":"8/10/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":122,"Cost":98,"Date":"7/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":888,"Cost":719,"Date":"11/23/2018"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":465,"Cost":251,"Date":"1/1/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":65,"Cost":35,"Date":"12/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":698,"Cost":611,"Date":"12/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":983,"Cost":709,"Date":"8/10/2023"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":401,"Cost":266,"Date":"7/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":782,"Cost":662,"Date":"11/23/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":245,"Cost":123,"Date":"1/1/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":305,"Cost":245,"Date":"12/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":603,"Cost":355,"Date":"12/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":260,"Cost":207,"Date":"8/10/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":651,"Cost":417,"Date":"7/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":996,"Cost":513,"Date":"11/23/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":393,"Cost":233,"Date":"1/1/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":752,"Cost":540,"Date":"12/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":120,"Cost":83,"Date":"12/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":805,"Cost":409,"Date":"8/10/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":838,"Cost":484,"Date":"7/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":19,"Cost":18,"Date":"11/23/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":550,"Cost":407,"Date":"1/1/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":601,"Cost":445,"Date":"12/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":483,"Cost":265,"Date":"12/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":304,"Cost":191,"Date":"8/10/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":23,"Cost":19,"Date":"7/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":432,"Cost":264,"Date":"11/23/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":401,"Date":"1/1/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":893,"Cost":582,"Date":"12/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":734,"Cost":533,"Date":"12/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":546,"Cost":516,"Date":"8/10/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":505,"Cost":264,"Date":"7/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":567,"Cost":310,"Date":"11/23/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":877,"Cost":762,"Date":"1/1/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":644,"Cost":596,"Date":"12/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":176,"Cost":138,"Date":"12/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":894,"Cost":696,"Date":"8/10/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":969,"Cost":593,"Date":"7/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":34,"Cost":22,"Date":"11/23/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":536,"Cost":457,"Date":"1/1/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":668,"Cost":448,"Date":"12/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":444,"Cost":418,"Date":"12/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":625,"Cost":387,"Date":"8/10/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":619,"Cost":403,"Date":"7/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":159,"Cost":148,"Date":"11/23/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":580,"Date":"1/1/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":337,"Cost":242,"Date":"12/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":349,"Date":"12/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":917,"Cost":602,"Date":"8/10/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":51,"Cost":40,"Date":"7/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":386,"Cost":312,"Date":"11/23/2018"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":269,"Cost":199,"Date":"1/1/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":295,"Cost":274,"Date":"12/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":763,"Cost":682,"Date":"12/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":775,"Cost":720,"Date":"8/10/2023"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":734,"Cost":488,"Date":"7/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":390,"Cost":363,"Date":"11/23/2018"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":712,"Cost":473,"Date":"1/1/2020"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":883,"Cost":710,"Date":"12/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":981,"Cost":706,"Date":"12/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":861,"Cost":600,"Date":"8/10/2023"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":466,"Cost":262,"Date":"7/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":889,"Cost":532,"Date":"11/23/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":446,"Cost":332,"Date":"1/1/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":990,"Cost":840,"Date":"12/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":8,"Cost":6,"Date":"12/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":465,"Cost":388,"Date":"8/10/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":120,"Cost":108,"Date":"7/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":790,"Cost":414,"Date":"11/23/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":27,"Cost":26,"Date":"1/1/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":964,"Cost":591,"Date":"12/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":554,"Cost":494,"Date":"12/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":811,"Cost":757,"Date":"8/10/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":888,"Cost":476,"Date":"7/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":450,"Cost":265,"Date":"11/23/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":669,"Cost":471,"Date":"1/1/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":374,"Cost":295,"Date":"12/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":40,"Cost":38,"Date":"12/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":637,"Cost":435,"Date":"8/10/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":42,"Cost":25,"Date":"7/14/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":790,"Cost":483,"Date":"11/23/2018"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":428,"Cost":353,"Date":"1/1/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":718,"Date":"12/27/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":444,"Cost":308,"Date":"12/31/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":153,"Date":"8/10/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":150,"Cost":120,"Date":"7/14/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":426,"Cost":226,"Date":"11/23/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":750,"Cost":576,"Date":"1/1/2020"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":713,"Cost":486,"Date":"12/27/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":427,"Cost":239,"Date":"12/31/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":270,"Cost":254,"Date":"8/10/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":920,"Cost":661,"Date":"7/14/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":661,"Cost":501,"Date":"11/23/2018"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":167,"Cost":143,"Date":"1/1/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":334,"Cost":207,"Date":"12/27/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":999,"Cost":903,"Date":"12/31/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":216,"Cost":206,"Date":"8/10/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":227,"Cost":171,"Date":"7/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":503,"Date":"11/23/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":55,"Date":"1/1/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":935,"Cost":534,"Date":"12/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":802,"Cost":456,"Date":"12/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":143,"Cost":119,"Date":"8/10/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":173,"Cost":122,"Date":"7/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":155,"Cost":102,"Date":"11/23/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":950,"Cost":897,"Date":"1/1/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":882,"Cost":498,"Date":"12/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":401,"Cost":254,"Date":"12/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":833,"Cost":701,"Date":"8/10/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":762,"Cost":648,"Date":"7/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":458,"Date":"11/23/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":29,"Cost":25,"Date":"1/1/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":69,"Cost":34,"Date":"12/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":42,"Date":"12/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":486,"Cost":415,"Date":"8/10/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":870,"Cost":649,"Date":"7/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":646,"Cost":446,"Date":"11/23/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":851,"Cost":682,"Date":"1/1/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":820,"Cost":749,"Date":"12/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":594,"Cost":433,"Date":"12/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":361,"Cost":216,"Date":"8/10/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":808,"Cost":514,"Date":"7/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":315,"Date":"11/23/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":125,"Cost":67,"Date":"1/1/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":817,"Cost":645,"Date":"12/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":118,"Cost":83,"Date":"12/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":945,"Cost":760,"Date":"8/10/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":667,"Cost":542,"Date":"7/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":63,"Cost":60,"Date":"11/23/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":696,"Cost":451,"Date":"1/1/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":732,"Cost":694,"Date":"12/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":290,"Cost":240,"Date":"12/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":277,"Cost":261,"Date":"8/10/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":783,"Cost":662,"Date":"7/14/2024"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":877,"Cost":458,"Date":"11/23/2018"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":522,"Cost":448,"Date":"1/1/2020"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":477,"Cost":387,"Date":"12/27/2022"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":913,"Cost":518,"Date":"12/31/2022"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":777,"Cost":403,"Date":"8/10/2023"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":259,"Cost":206,"Date":"7/14/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":162,"Cost":142,"Date":"11/23/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":833,"Cost":680,"Date":"1/1/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":955,"Cost":870,"Date":"12/27/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":116,"Cost":96,"Date":"12/31/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":321,"Cost":228,"Date":"8/10/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":939,"Cost":830,"Date":"7/14/2024"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":14,"Cost":11,"Date":"11/23/2018"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":747,"Cost":553,"Date":"1/1/2020"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":792,"Cost":523,"Date":"12/27/2022"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":547,"Cost":453,"Date":"12/31/2022"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":649,"Cost":595,"Date":"8/10/2023"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":989,"Cost":688,"Date":"7/14/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":763,"Cost":534,"Date":"11/23/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":671,"Cost":391,"Date":"1/1/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":573,"Cost":522,"Date":"12/27/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":272,"Cost":241,"Date":"12/31/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":388,"Cost":237,"Date":"8/10/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":653,"Cost":461,"Date":"7/14/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":576,"Cost":340,"Date":"11/23/2018"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":510,"Cost":326,"Date":"1/1/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":217,"Cost":110,"Date":"12/27/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":310,"Cost":177,"Date":"12/31/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":1000,"Cost":829,"Date":"8/10/2023"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":816,"Cost":679,"Date":"7/14/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":574,"Cost":297,"Date":"11/23/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":234,"Cost":216,"Date":"1/1/2020"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":657,"Cost":598,"Date":"12/27/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":906,"Cost":454,"Date":"12/31/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":336,"Cost":208,"Date":"8/10/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":511,"Cost":292,"Date":"7/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":76,"Cost":48,"Date":"11/23/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":1000,"Cost":569,"Date":"1/1/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":487,"Cost":419,"Date":"12/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":718,"Cost":403,"Date":"12/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":274,"Cost":208,"Date":"8/10/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":842,"Cost":686,"Date":"7/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":209,"Cost":110,"Date":"11/23/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":231,"Cost":149,"Date":"1/1/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":368,"Cost":247,"Date":"12/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":18,"Cost":9,"Date":"12/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":488,"Date":"8/10/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":996,"Cost":670,"Date":"7/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":915,"Cost":765,"Date":"11/23/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":398,"Cost":254,"Date":"1/1/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":834,"Cost":637,"Date":"12/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":133,"Cost":87,"Date":"12/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":717,"Cost":476,"Date":"8/10/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":684,"Cost":579,"Date":"7/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":481,"Cost":386,"Date":"11/23/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":256,"Cost":166,"Date":"1/1/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":106,"Cost":58,"Date":"12/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":576,"Cost":318,"Date":"12/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":657,"Cost":427,"Date":"8/10/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":152,"Cost":122,"Date":"7/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":193,"Cost":181,"Date":"11/23/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":898,"Date":"1/1/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":532,"Cost":268,"Date":"12/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":135,"Cost":116,"Date":"12/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":579,"Cost":520,"Date":"8/10/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":192,"Cost":130,"Date":"7/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":687,"Cost":604,"Date":"11/23/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":12,"Cost":11,"Date":"1/1/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":164,"Cost":123,"Date":"12/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":239,"Cost":149,"Date":"12/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":814,"Cost":759,"Date":"8/10/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":960,"Cost":709,"Date":"7/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":713,"Cost":478,"Date":"11/23/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":149,"Cost":127,"Date":"1/1/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":841,"Cost":423,"Date":"12/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":299,"Cost":244,"Date":"12/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":566,"Cost":286,"Date":"8/10/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":2,"Cost":2,"Date":"7/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":632,"Cost":453,"Date":"11/23/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":763,"Cost":718,"Date":"1/1/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":285,"Cost":183,"Date":"12/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":564,"Cost":391,"Date":"12/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":450,"Cost":415,"Date":"8/10/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":23,"Cost":16,"Date":"7/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":470,"Cost":359,"Date":"11/23/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":590,"Date":"1/1/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":854,"Cost":789,"Date":"12/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":877,"Cost":575,"Date":"12/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":131,"Cost":90,"Date":"8/10/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":427,"Cost":270,"Date":"7/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":940,"Cost":694,"Date":"11/23/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":909,"Cost":593,"Date":"1/1/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":552,"Date":"12/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":378,"Cost":320,"Date":"12/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":757,"Cost":651,"Date":"8/10/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":841,"Cost":666,"Date":"7/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":652,"Cost":395,"Date":"11/23/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":814,"Cost":748,"Date":"1/1/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":615,"Date":"12/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":130,"Date":"12/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":516,"Cost":315,"Date":"8/10/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":829,"Cost":678,"Date":"7/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":555,"Cost":289,"Date":"11/23/2018"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":794,"Cost":557,"Date":"1/1/2020"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":515,"Cost":488,"Date":"12/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":39,"Cost":29,"Date":"12/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":907,"Cost":740,"Date":"8/10/2023"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":282,"Cost":158,"Date":"7/14/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":750,"Cost":634,"Date":"11/23/2018"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":323,"Cost":298,"Date":"1/1/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":72,"Cost":58,"Date":"12/27/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":938,"Cost":583,"Date":"12/31/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":286,"Cost":156,"Date":"8/10/2023"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":82,"Date":"7/14/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":721,"Cost":452,"Date":"11/23/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":926,"Cost":583,"Date":"1/1/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":904,"Cost":743,"Date":"12/27/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":299,"Cost":161,"Date":"12/31/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":158,"Cost":82,"Date":"8/10/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":538,"Cost":418,"Date":"7/14/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":87,"Cost":57,"Date":"11/23/2018"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":72,"Cost":45,"Date":"1/1/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":913,"Cost":574,"Date":"12/27/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":980,"Cost":652,"Date":"12/31/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":92,"Cost":87,"Date":"8/10/2023"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":860,"Cost":537,"Date":"7/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":313,"Cost":297,"Date":"11/23/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":644,"Cost":371,"Date":"1/1/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":499,"Cost":387,"Date":"12/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":329,"Cost":269,"Date":"12/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":115,"Cost":65,"Date":"8/10/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":204,"Cost":114,"Date":"7/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":634,"Cost":528,"Date":"11/23/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":556,"Cost":422,"Date":"1/1/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":567,"Cost":331,"Date":"12/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":555,"Cost":395,"Date":"12/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":673,"Date":"8/10/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":90,"Cost":61,"Date":"7/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":151,"Cost":96,"Date":"11/23/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":937,"Cost":545,"Date":"1/1/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":165,"Cost":126,"Date":"12/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":555,"Cost":374,"Date":"12/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":257,"Cost":170,"Date":"8/10/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":397,"Cost":221,"Date":"7/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":788,"Cost":486,"Date":"11/23/2018"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":523,"Cost":464,"Date":"1/1/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":889,"Cost":605,"Date":"12/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":977,"Cost":761,"Date":"12/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":970,"Cost":630,"Date":"8/10/2023"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":575,"Cost":417,"Date":"7/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":538,"Date":"11/23/2018"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":664,"Cost":628,"Date":"1/1/2020"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":890,"Cost":501,"Date":"12/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":639,"Cost":550,"Date":"12/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":679,"Cost":518,"Date":"8/10/2023"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":891,"Cost":686,"Date":"7/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":254,"Cost":152,"Date":"11/23/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":502,"Cost":374,"Date":"1/1/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":448,"Cost":299,"Date":"12/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":723,"Cost":666,"Date":"12/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":825,"Cost":503,"Date":"8/10/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":350,"Cost":259,"Date":"7/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":402,"Cost":249,"Date":"11/23/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":808,"Cost":729,"Date":"1/1/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":683,"Cost":364,"Date":"12/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":224,"Cost":135,"Date":"12/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":379,"Cost":250,"Date":"8/10/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":789,"Cost":431,"Date":"7/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":260,"Cost":201,"Date":"11/23/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":983,"Cost":777,"Date":"1/1/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":258,"Cost":130,"Date":"12/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":722,"Cost":486,"Date":"12/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":57,"Cost":39,"Date":"8/10/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":817,"Cost":424,"Date":"7/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":209,"Date":"11/23/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":124,"Cost":82,"Date":"1/1/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":552,"Cost":460,"Date":"12/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":173,"Date":"12/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":600,"Cost":338,"Date":"8/10/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":186,"Cost":114,"Date":"7/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":832,"Cost":524,"Date":"11/23/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":613,"Cost":556,"Date":"1/1/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":388,"Cost":281,"Date":"12/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":694,"Cost":522,"Date":"12/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":55,"Date":"8/10/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":270,"Cost":182,"Date":"7/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":251,"Cost":150,"Date":"11/23/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":964,"Cost":535,"Date":"1/1/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":818,"Cost":463,"Date":"12/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":567,"Cost":350,"Date":"12/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":746,"Cost":696,"Date":"8/10/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":699,"Cost":629,"Date":"7/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":902,"Cost":805,"Date":"11/23/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":61,"Cost":55,"Date":"1/1/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":578,"Cost":447,"Date":"12/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":815,"Cost":528,"Date":"12/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":600,"Cost":346,"Date":"8/10/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":131,"Cost":93,"Date":"7/14/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":327,"Cost":249,"Date":"11/23/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":748,"Cost":694,"Date":"1/1/2020"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":307,"Cost":172,"Date":"12/27/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":889,"Cost":761,"Date":"12/31/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":756,"Cost":468,"Date":"8/10/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":748,"Cost":685,"Date":"7/14/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":861,"Cost":729,"Date":"11/23/2018"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":561,"Cost":316,"Date":"1/1/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":466,"Cost":253,"Date":"12/27/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":983,"Cost":881,"Date":"12/31/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":533,"Cost":463,"Date":"8/10/2023"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":434,"Date":"7/14/2024"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":533,"Cost":398,"Date":"11/23/2018"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":609,"Cost":494,"Date":"1/1/2020"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":864,"Cost":533,"Date":"12/27/2022"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":185,"Cost":127,"Date":"12/31/2022"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":779,"Cost":732,"Date":"8/10/2023"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":991,"Cost":858,"Date":"7/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":261,"Cost":247,"Date":"11/23/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":579,"Cost":312,"Date":"1/1/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":725,"Cost":519,"Date":"12/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":269,"Cost":226,"Date":"12/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":763,"Cost":708,"Date":"8/10/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":149,"Cost":116,"Date":"7/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":987,"Cost":782,"Date":"11/23/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":426,"Cost":356,"Date":"1/1/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":532,"Cost":465,"Date":"12/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":736,"Cost":394,"Date":"12/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":594,"Cost":433,"Date":"8/10/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":838,"Cost":746,"Date":"7/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":465,"Cost":257,"Date":"11/23/2018"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":848,"Cost":726,"Date":"1/1/2020"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":132,"Cost":89,"Date":"12/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":350,"Cost":193,"Date":"12/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":497,"Cost":264,"Date":"8/10/2023"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":160,"Cost":125,"Date":"7/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":987,"Cost":511,"Date":"11/23/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":793,"Cost":496,"Date":"1/1/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":669,"Cost":400,"Date":"12/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":255,"Cost":192,"Date":"12/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":799,"Cost":536,"Date":"8/10/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":276,"Cost":261,"Date":"7/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":435,"Cost":251,"Date":"11/23/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":348,"Cost":327,"Date":"1/1/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":184,"Cost":104,"Date":"12/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":248,"Cost":233,"Date":"12/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":18,"Cost":14,"Date":"8/10/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":646,"Cost":453,"Date":"7/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":914,"Cost":727,"Date":"11/23/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":596,"Date":"1/1/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":494,"Cost":293,"Date":"12/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":949,"Cost":479,"Date":"12/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":24,"Date":"8/10/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":785,"Cost":679,"Date":"7/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":189,"Cost":95,"Date":"11/23/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":931,"Cost":763,"Date":"1/1/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":176,"Date":"12/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":719,"Cost":411,"Date":"12/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":346,"Cost":186,"Date":"8/10/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":782,"Cost":492,"Date":"7/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":536,"Cost":319,"Date":"11/23/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":55,"Cost":27,"Date":"1/1/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":301,"Date":"12/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":704,"Cost":416,"Date":"12/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":320,"Cost":279,"Date":"8/10/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":918,"Cost":731,"Date":"7/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":65,"Cost":36,"Date":"11/23/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":718,"Cost":625,"Date":"1/1/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":763,"Cost":436,"Date":"12/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":560,"Cost":483,"Date":"12/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":673,"Cost":605,"Date":"8/10/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":820,"Cost":638,"Date":"7/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":862,"Cost":750,"Date":"11/23/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":265,"Cost":193,"Date":"1/1/2020"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":710,"Cost":398,"Date":"12/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":585,"Cost":477,"Date":"12/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":76,"Cost":69,"Date":"8/10/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":672,"Cost":638,"Date":"7/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":219,"Cost":203,"Date":"11/23/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":467,"Cost":241,"Date":"1/1/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":682,"Cost":536,"Date":"12/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":435,"Cost":353,"Date":"12/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":356,"Cost":209,"Date":"8/10/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":557,"Cost":417,"Date":"7/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":965,"Cost":855,"Date":"11/23/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":828,"Cost":661,"Date":"1/1/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":407,"Cost":205,"Date":"12/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":121,"Cost":79,"Date":"12/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":784,"Cost":567,"Date":"8/10/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":155,"Cost":99,"Date":"7/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":727,"Cost":401,"Date":"11/23/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":694,"Cost":530,"Date":"1/1/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":592,"Cost":457,"Date":"12/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":236,"Cost":158,"Date":"12/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":675,"Date":"8/10/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":274,"Cost":162,"Date":"7/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":537,"Cost":387,"Date":"11/23/2018"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":487,"Cost":293,"Date":"1/1/2020"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":618,"Cost":450,"Date":"12/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":625,"Cost":543,"Date":"12/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":835,"Cost":684,"Date":"8/10/2023"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":673,"Cost":484,"Date":"7/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":51,"Cost":39,"Date":"11/23/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":8,"Cost":7,"Date":"1/1/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":197,"Cost":143,"Date":"12/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":995,"Cost":853,"Date":"12/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":207,"Cost":183,"Date":"8/10/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":64,"Cost":45,"Date":"7/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":162,"Cost":102,"Date":"11/23/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":502,"Date":"1/1/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":689,"Cost":345,"Date":"12/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":104,"Cost":99,"Date":"12/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":902,"Cost":831,"Date":"8/10/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":565,"Cost":367,"Date":"7/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":157,"Cost":96,"Date":"11/23/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":150,"Cost":95,"Date":"1/1/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":258,"Cost":199,"Date":"12/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":35,"Cost":27,"Date":"12/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":862,"Cost":727,"Date":"8/10/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":258,"Cost":210,"Date":"7/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":835,"Cost":724,"Date":"11/23/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":961,"Cost":898,"Date":"1/1/2020"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":932,"Cost":681,"Date":"12/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":550,"Cost":303,"Date":"12/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":826,"Cost":673,"Date":"8/10/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":856,"Cost":589,"Date":"7/14/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":856,"Cost":677,"Date":"11/23/2018"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":473,"Cost":414,"Date":"1/1/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":823,"Cost":463,"Date":"12/27/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":105,"Cost":74,"Date":"12/31/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":638,"Cost":529,"Date":"8/10/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":939,"Cost":838,"Date":"7/14/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":767,"Cost":715,"Date":"11/23/2018"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":872,"Cost":681,"Date":"1/1/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":417,"Cost":277,"Date":"12/27/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":477,"Cost":355,"Date":"12/31/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":215,"Cost":189,"Date":"8/10/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":86,"Cost":51,"Date":"7/14/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":135,"Cost":67,"Date":"11/23/2018"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":13,"Cost":12,"Date":"1/1/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":730,"Cost":463,"Date":"12/27/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":176,"Cost":149,"Date":"12/31/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":10,"Cost":9,"Date":"8/10/2023"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":169,"Cost":124,"Date":"7/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":773,"Date":"11/23/2018"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":875,"Cost":751,"Date":"1/1/2020"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":750,"Cost":412,"Date":"12/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":946,"Cost":791,"Date":"12/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":824,"Cost":762,"Date":"8/10/2023"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":616,"Cost":462,"Date":"7/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":177,"Cost":126,"Date":"11/23/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":343,"Cost":268,"Date":"1/1/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":457,"Cost":357,"Date":"12/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":881,"Cost":602,"Date":"12/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":446,"Cost":397,"Date":"8/10/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":400,"Cost":248,"Date":"7/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":205,"Cost":145,"Date":"11/23/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":372,"Cost":199,"Date":"1/1/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":749,"Cost":645,"Date":"12/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":800,"Cost":644,"Date":"12/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":453,"Cost":265,"Date":"8/10/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":911,"Cost":506,"Date":"7/14/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":687,"Cost":486,"Date":"11/23/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":931,"Cost":782,"Date":"1/1/2020"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":750,"Cost":530,"Date":"12/27/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":620,"Cost":587,"Date":"12/31/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":311,"Cost":207,"Date":"8/10/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":435,"Cost":341,"Date":"7/14/2024"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":787,"Cost":394,"Date":"11/23/2018"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":708,"Cost":418,"Date":"1/1/2020"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":346,"Cost":181,"Date":"12/27/2022"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":982,"Cost":786,"Date":"12/31/2022"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":949,"Cost":815,"Date":"8/10/2023"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":54,"Cost":49,"Date":"7/14/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":383,"Cost":355,"Date":"11/23/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":933,"Cost":643,"Date":"1/1/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":954,"Cost":544,"Date":"12/27/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":413,"Cost":308,"Date":"12/31/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":308,"Cost":168,"Date":"8/10/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":552,"Cost":469,"Date":"7/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":499,"Cost":422,"Date":"11/23/2018"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":783,"Cost":690,"Date":"1/1/2020"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":99,"Cost":69,"Date":"12/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":615,"Cost":484,"Date":"12/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":764,"Cost":551,"Date":"8/10/2023"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":982,"Cost":500,"Date":"7/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":762,"Cost":700,"Date":"11/23/2018"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":515,"Cost":452,"Date":"1/1/2020"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":328,"Cost":174,"Date":"12/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":993,"Cost":790,"Date":"12/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":701,"Cost":587,"Date":"8/10/2023"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":407,"Cost":355,"Date":"7/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":371,"Cost":304,"Date":"11/23/2018"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":910,"Cost":468,"Date":"1/1/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":568,"Cost":334,"Date":"12/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":957,"Cost":706,"Date":"12/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":108,"Cost":102,"Date":"8/10/2023"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":582,"Cost":514,"Date":"7/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":537,"Date":"11/23/2018"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":401,"Cost":295,"Date":"1/1/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":981,"Cost":504,"Date":"12/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":412,"Cost":290,"Date":"12/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":568,"Cost":350,"Date":"8/10/2023"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":12,"Date":"7/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":21,"Cost":15,"Date":"11/23/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":854,"Cost":751,"Date":"1/1/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":718,"Cost":636,"Date":"12/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":524,"Cost":473,"Date":"12/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":420,"Cost":313,"Date":"8/10/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":150,"Cost":75,"Date":"7/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":661,"Cost":358,"Date":"11/23/2018"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":991,"Cost":644,"Date":"1/1/2020"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":565,"Cost":525,"Date":"12/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":401,"Cost":267,"Date":"12/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":432,"Cost":263,"Date":"8/10/2023"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":754,"Cost":407,"Date":"7/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":517,"Cost":455,"Date":"11/23/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":572,"Cost":391,"Date":"1/1/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":276,"Cost":223,"Date":"12/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":721,"Cost":554,"Date":"12/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":897,"Cost":507,"Date":"8/10/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":541,"Cost":313,"Date":"7/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":519,"Cost":333,"Date":"11/23/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":666,"Cost":617,"Date":"1/1/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":813,"Cost":691,"Date":"12/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":734,"Cost":671,"Date":"12/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":331,"Cost":175,"Date":"8/10/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":823,"Cost":702,"Date":"7/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":599,"Cost":321,"Date":"11/23/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":691,"Cost":599,"Date":"1/1/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":347,"Cost":275,"Date":"12/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":80,"Cost":61,"Date":"12/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":101,"Cost":72,"Date":"8/10/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":262,"Cost":189,"Date":"7/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":164,"Cost":127,"Date":"11/23/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":347,"Cost":211,"Date":"1/1/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":608,"Cost":430,"Date":"12/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":725,"Cost":386,"Date":"12/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":869,"Cost":712,"Date":"8/10/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":745,"Cost":377,"Date":"7/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":977,"Cost":496,"Date":"11/23/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":447,"Cost":253,"Date":"1/1/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":494,"Cost":442,"Date":"12/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":903,"Cost":615,"Date":"12/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":19,"Cost":17,"Date":"8/10/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":927,"Cost":599,"Date":"7/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":167,"Cost":92,"Date":"11/23/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":799,"Cost":661,"Date":"1/1/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":226,"Cost":138,"Date":"12/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":546,"Cost":399,"Date":"12/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":1000,"Cost":682,"Date":"8/10/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":584,"Cost":362,"Date":"7/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":542,"Cost":318,"Date":"11/23/2018"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":127,"Cost":97,"Date":"1/1/2020"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":136,"Cost":88,"Date":"12/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":991,"Cost":937,"Date":"12/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":917,"Cost":775,"Date":"8/10/2023"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":800,"Cost":747,"Date":"7/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":105,"Cost":73,"Date":"11/23/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":282,"Cost":212,"Date":"1/1/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":362,"Cost":306,"Date":"12/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":174,"Cost":155,"Date":"12/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":475,"Cost":295,"Date":"8/10/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":811,"Cost":736,"Date":"7/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":119,"Cost":100,"Date":"11/23/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":5,"Cost":4,"Date":"1/1/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":712,"Cost":389,"Date":"12/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":453,"Cost":406,"Date":"12/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":401,"Cost":371,"Date":"8/10/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":681,"Cost":549,"Date":"7/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":619,"Cost":568,"Date":"11/23/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":257,"Cost":139,"Date":"1/1/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":379,"Cost":250,"Date":"12/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":891,"Cost":583,"Date":"12/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":497,"Cost":418,"Date":"8/10/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":358,"Cost":216,"Date":"7/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":902,"Cost":586,"Date":"11/23/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":62,"Cost":58,"Date":"1/1/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":411,"Cost":240,"Date":"12/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":945,"Cost":509,"Date":"12/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":292,"Cost":255,"Date":"8/10/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":723,"Cost":422,"Date":"7/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":43,"Cost":35,"Date":"11/23/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":318,"Cost":227,"Date":"1/1/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":279,"Cost":161,"Date":"12/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":397,"Cost":317,"Date":"12/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":440,"Cost":229,"Date":"8/10/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":165,"Date":"7/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":699,"Cost":585,"Date":"11/23/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":918,"Cost":866,"Date":"1/1/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":252,"Cost":130,"Date":"12/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":927,"Cost":878,"Date":"12/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":31,"Cost":23,"Date":"8/10/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":55,"Cost":41,"Date":"7/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":666,"Cost":420,"Date":"11/23/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":891,"Cost":488,"Date":"1/1/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":620,"Cost":439,"Date":"12/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":466,"Cost":289,"Date":"12/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":378,"Cost":209,"Date":"8/10/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":640,"Cost":495,"Date":"7/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":930,"Cost":564,"Date":"11/23/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":207,"Cost":118,"Date":"1/1/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":292,"Cost":211,"Date":"12/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":239,"Cost":141,"Date":"12/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":491,"Cost":323,"Date":"8/10/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":657,"Cost":576,"Date":"7/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":765,"Cost":494,"Date":"11/23/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":559,"Cost":396,"Date":"1/1/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":180,"Cost":144,"Date":"12/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":161,"Cost":150,"Date":"12/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":323,"Cost":226,"Date":"8/10/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":813,"Cost":488,"Date":"7/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":118,"Cost":106,"Date":"11/23/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":397,"Cost":251,"Date":"1/1/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":926,"Cost":803,"Date":"12/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":779,"Cost":539,"Date":"12/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":748,"Cost":474,"Date":"8/10/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":53,"Cost":49,"Date":"7/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":935,"Cost":510,"Date":"11/23/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":512,"Cost":478,"Date":"1/1/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":844,"Cost":747,"Date":"12/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":472,"Cost":297,"Date":"12/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":578,"Cost":533,"Date":"8/10/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":930,"Cost":495,"Date":"7/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":111,"Cost":73,"Date":"11/23/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":368,"Cost":251,"Date":"1/1/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":15,"Cost":8,"Date":"12/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":20,"Date":"12/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":697,"Cost":441,"Date":"8/10/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":569,"Date":"7/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":33,"Date":"11/23/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":75,"Cost":47,"Date":"1/1/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":550,"Cost":521,"Date":"12/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":922,"Cost":544,"Date":"12/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":836,"Cost":654,"Date":"8/10/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":939,"Cost":637,"Date":"7/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":764,"Cost":571,"Date":"11/23/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":900,"Cost":636,"Date":"1/1/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":261,"Cost":207,"Date":"12/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":798,"Cost":439,"Date":"12/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":224,"Cost":117,"Date":"8/10/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":988,"Cost":598,"Date":"7/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":97,"Cost":65,"Date":"11/23/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":15,"Cost":11,"Date":"1/1/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":515,"Cost":257,"Date":"12/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":743,"Cost":456,"Date":"12/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":536,"Cost":311,"Date":"8/10/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":133,"Cost":92,"Date":"7/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":411,"Cost":284,"Date":"11/23/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":680,"Cost":376,"Date":"1/1/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":943,"Cost":597,"Date":"12/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":922,"Cost":804,"Date":"12/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":734,"Cost":444,"Date":"8/10/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":35,"Cost":29,"Date":"7/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":44,"Cost":22,"Date":"11/23/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":137,"Cost":90,"Date":"1/1/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":968,"Cost":544,"Date":"12/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":499,"Cost":350,"Date":"12/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":51,"Cost":29,"Date":"8/10/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":80,"Cost":43,"Date":"7/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":372,"Cost":309,"Date":"11/23/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":26,"Cost":17,"Date":"1/1/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":18,"Cost":10,"Date":"12/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":520,"Cost":285,"Date":"12/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":711,"Cost":414,"Date":"8/10/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":816,"Cost":606,"Date":"7/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":770,"Cost":456,"Date":"11/23/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":53,"Cost":39,"Date":"1/1/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":385,"Cost":222,"Date":"12/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":373,"Cost":223,"Date":"12/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":489,"Cost":305,"Date":"8/10/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":141,"Cost":122,"Date":"7/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":915,"Cost":568,"Date":"11/23/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":395,"Cost":257,"Date":"1/1/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":336,"Cost":268,"Date":"12/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":361,"Cost":222,"Date":"12/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":518,"Cost":285,"Date":"8/10/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":49,"Cost":46,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":828,"Cost":645,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":128,"Cost":112,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":783,"Cost":609,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":403,"Cost":259,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":306,"Cost":277,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":105,"Cost":66,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":354,"Cost":302,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":514,"Cost":276,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":689,"Cost":527,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":573,"Cost":392,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":881,"Cost":494,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":217,"Cost":153,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":149,"Cost":93,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":43,"Cost":22,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":174,"Cost":89,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":374,"Cost":335,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":663,"Cost":428,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":24,"Cost":12,"Date":"7/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":991,"Cost":830,"Date":"11/23/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":659,"Cost":560,"Date":"1/1/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":600,"Cost":500,"Date":"12/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":51,"Cost":26,"Date":"12/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":415,"Cost":312,"Date":"8/10/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":535,"Cost":459,"Date":"7/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":113,"Cost":72,"Date":"11/23/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":173,"Cost":154,"Date":"1/1/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":640,"Cost":506,"Date":"12/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":257,"Cost":135,"Date":"12/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":530,"Cost":444,"Date":"8/10/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":735,"Cost":489,"Date":"7/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":415,"Cost":377,"Date":"11/23/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":42,"Cost":26,"Date":"1/1/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":492,"Cost":259,"Date":"12/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":203,"Cost":174,"Date":"12/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":293,"Cost":272,"Date":"8/10/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":847,"Cost":734,"Date":"7/14/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":737,"Cost":443,"Date":"11/23/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":40,"Cost":21,"Date":"1/1/2020"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":343,"Cost":322,"Date":"12/27/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":73,"Cost":46,"Date":"12/31/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":919,"Cost":735,"Date":"8/10/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":413,"Cost":250,"Date":"7/14/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":977,"Cost":810,"Date":"11/23/2018"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":572,"Cost":405,"Date":"1/1/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":286,"Cost":253,"Date":"12/27/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":103,"Cost":65,"Date":"12/31/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":181,"Cost":103,"Date":"8/10/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":901,"Cost":706,"Date":"7/14/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":267,"Cost":207,"Date":"11/23/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":6,"Cost":5,"Date":"1/1/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":246,"Cost":188,"Date":"12/27/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":733,"Cost":422,"Date":"12/31/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":244,"Cost":140,"Date":"8/10/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":22,"Cost":11,"Date":"7/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":452,"Cost":383,"Date":"11/23/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":264,"Cost":154,"Date":"1/1/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":989,"Cost":922,"Date":"12/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":82,"Cost":74,"Date":"12/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":27,"Cost":18,"Date":"8/10/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":522,"Cost":311,"Date":"7/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":11,"Cost":8,"Date":"11/23/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":849,"Cost":630,"Date":"1/1/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":540,"Cost":316,"Date":"12/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":218,"Cost":176,"Date":"12/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":670,"Cost":418,"Date":"8/10/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":302,"Cost":270,"Date":"7/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":956,"Cost":483,"Date":"11/23/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":939,"Cost":698,"Date":"1/1/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":659,"Cost":488,"Date":"12/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":100,"Cost":76,"Date":"12/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":116,"Cost":72,"Date":"8/10/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":561,"Cost":294,"Date":"7/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":498,"Cost":322,"Date":"11/23/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":393,"Cost":229,"Date":"1/1/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":361,"Cost":339,"Date":"12/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":263,"Cost":216,"Date":"12/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":135,"Cost":108,"Date":"8/10/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":416,"Cost":229,"Date":"7/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":908,"Cost":497,"Date":"11/23/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":541,"Cost":470,"Date":"1/1/2020"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":171,"Cost":118,"Date":"12/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":439,"Cost":414,"Date":"12/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":858,"Cost":468,"Date":"8/10/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":299,"Cost":182,"Date":"7/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":437,"Cost":298,"Date":"11/23/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":322,"Cost":178,"Date":"1/1/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":184,"Cost":128,"Date":"12/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":722,"Cost":362,"Date":"12/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":992,"Cost":506,"Date":"8/10/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":973,"Cost":494,"Date":"7/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":646,"Cost":488,"Date":"11/23/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":865,"Cost":557,"Date":"1/1/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":487,"Cost":264,"Date":"12/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":758,"Cost":408,"Date":"12/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":211,"Cost":115,"Date":"8/10/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":925,"Cost":752,"Date":"7/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":70,"Cost":47,"Date":"11/23/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":923,"Cost":484,"Date":"1/1/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":209,"Cost":133,"Date":"12/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":903,"Cost":855,"Date":"12/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":831,"Cost":668,"Date":"8/10/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":191,"Cost":146,"Date":"7/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":659,"Cost":392,"Date":"11/23/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":972,"Cost":851,"Date":"1/1/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":703,"Cost":579,"Date":"12/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":934,"Cost":603,"Date":"12/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":935,"Cost":678,"Date":"8/10/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":991,"Cost":561,"Date":"7/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":410,"Cost":362,"Date":"11/23/2018"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":496,"Cost":352,"Date":"1/1/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":560,"Cost":280,"Date":"12/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":14,"Cost":13,"Date":"12/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":796,"Cost":562,"Date":"8/10/2023"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":375,"Cost":208,"Date":"7/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":76,"Cost":71,"Date":"11/23/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":198,"Cost":166,"Date":"1/1/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":752,"Cost":576,"Date":"12/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":309,"Cost":210,"Date":"12/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":570,"Cost":342,"Date":"8/10/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":938,"Cost":880,"Date":"7/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":187,"Cost":136,"Date":"11/23/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":452,"Cost":427,"Date":"1/1/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":708,"Cost":665,"Date":"12/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":85,"Cost":69,"Date":"12/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":682,"Cost":425,"Date":"8/10/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":456,"Cost":272,"Date":"7/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":542,"Cost":383,"Date":"11/23/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":118,"Cost":74,"Date":"1/1/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":169,"Cost":105,"Date":"12/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":313,"Cost":231,"Date":"12/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":58,"Cost":53,"Date":"8/10/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":155,"Cost":94,"Date":"7/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":591,"Cost":376,"Date":"11/23/2018"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":470,"Cost":243,"Date":"1/1/2020"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":660,"Cost":437,"Date":"12/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":596,"Cost":318,"Date":"12/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":890,"Cost":785,"Date":"8/10/2023"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":297,"Cost":184,"Date":"7/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":345,"Cost":193,"Date":"11/23/2018"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":964,"Cost":804,"Date":"1/1/2020"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":73,"Cost":48,"Date":"12/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":27,"Cost":18,"Date":"12/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":479,"Cost":453,"Date":"8/10/2023"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":232,"Cost":129,"Date":"7/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":729,"Cost":692,"Date":"11/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":280,"Cost":218,"Date":"1/1/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":614,"Cost":561,"Date":"12/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":78,"Cost":61,"Date":"12/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":578,"Cost":385,"Date":"8/10/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":322,"Cost":242,"Date":"7/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":448,"Cost":317,"Date":"11/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":978,"Cost":807,"Date":"1/1/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":620,"Cost":581,"Date":"12/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":927,"Cost":651,"Date":"12/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":918,"Cost":665,"Date":"8/10/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":140,"Cost":76,"Date":"7/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":705,"Cost":622,"Date":"11/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":129,"Cost":73,"Date":"1/1/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":625,"Cost":399,"Date":"12/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":756,"Cost":419,"Date":"12/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":394,"Cost":264,"Date":"8/10/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":455,"Cost":344,"Date":"7/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":445,"Cost":249,"Date":"11/23/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":777,"Cost":483,"Date":"1/1/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":984,"Cost":586,"Date":"12/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":825,"Cost":782,"Date":"12/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":848,"Cost":530,"Date":"8/10/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":452,"Cost":423,"Date":"7/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":457,"Cost":378,"Date":"11/23/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":691,"Cost":353,"Date":"1/1/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":943,"Cost":551,"Date":"12/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":697,"Cost":363,"Date":"12/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":63,"Cost":40,"Date":"8/10/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":559,"Cost":488,"Date":"7/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":500,"Date":"11/23/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":232,"Date":"1/1/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":503,"Cost":265,"Date":"12/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":670,"Cost":510,"Date":"12/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":821,"Cost":659,"Date":"8/10/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":54,"Cost":47,"Date":"7/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":554,"Cost":386,"Date":"11/23/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":663,"Cost":519,"Date":"1/1/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":417,"Cost":386,"Date":"12/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":435,"Cost":221,"Date":"12/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":348,"Cost":319,"Date":"8/10/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":482,"Cost":284,"Date":"7/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":996,"Cost":915,"Date":"11/23/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":864,"Cost":731,"Date":"1/1/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":759,"Cost":463,"Date":"12/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":77,"Cost":68,"Date":"12/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":704,"Cost":480,"Date":"8/10/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":386,"Cost":198,"Date":"7/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":830,"Cost":541,"Date":"11/23/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":79,"Cost":44,"Date":"1/1/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":741,"Cost":649,"Date":"12/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":934,"Cost":757,"Date":"12/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":373,"Cost":346,"Date":"8/10/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":649,"Cost":336,"Date":"7/14/2024"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":149,"Cost":87,"Date":"11/23/2018"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":378,"Cost":291,"Date":"1/1/2020"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":580,"Cost":540,"Date":"12/27/2022"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":795,"Cost":466,"Date":"12/31/2022"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":225,"Cost":152,"Date":"8/10/2023"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":120,"Cost":96,"Date":"7/14/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":485,"Cost":455,"Date":"11/23/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":761,"Cost":656,"Date":"1/1/2020"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":345,"Cost":276,"Date":"12/27/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":724,"Cost":428,"Date":"12/31/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":52,"Cost":43,"Date":"8/10/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":76,"Cost":48,"Date":"7/14/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":593,"Cost":496,"Date":"11/23/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":910,"Cost":808,"Date":"1/1/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":765,"Cost":583,"Date":"12/27/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":656,"Cost":467,"Date":"12/31/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":132,"Cost":76,"Date":"8/10/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":156,"Cost":86,"Date":"7/14/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":968,"Cost":608,"Date":"11/23/2018"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":360,"Cost":226,"Date":"1/1/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":668,"Cost":405,"Date":"12/27/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":994,"Cost":743,"Date":"12/31/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":313,"Cost":238,"Date":"8/10/2023"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":34,"Cost":17,"Date":"7/14/2024"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":852,"Cost":494,"Date":"11/23/2018"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":518,"Cost":301,"Date":"1/1/2020"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":840,"Cost":559,"Date":"12/27/2022"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":736,"Cost":449,"Date":"12/31/2022"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":814,"Cost":650,"Date":"8/10/2023"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":47,"Cost":30,"Date":"7/14/2024"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":226,"Cost":128,"Date":"11/23/2018"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":584,"Cost":417,"Date":"1/1/2020"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":990,"Cost":890,"Date":"12/27/2022"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":579,"Date":"12/31/2022"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":800,"Cost":483,"Date":"8/10/2023"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":490,"Cost":250,"Date":"7/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":854,"Cost":809,"Date":"11/23/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":580,"Cost":466,"Date":"1/1/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":411,"Cost":292,"Date":"12/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":455,"Cost":369,"Date":"12/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":247,"Cost":196,"Date":"8/10/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":261,"Cost":181,"Date":"7/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":533,"Cost":423,"Date":"11/23/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":189,"Cost":149,"Date":"1/1/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":545,"Cost":506,"Date":"12/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":299,"Cost":227,"Date":"12/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":904,"Cost":812,"Date":"8/10/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":938,"Cost":862,"Date":"7/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":762,"Cost":680,"Date":"11/23/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":167,"Cost":114,"Date":"1/1/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":60,"Cost":35,"Date":"12/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":291,"Cost":269,"Date":"12/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":778,"Cost":567,"Date":"8/10/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":459,"Cost":356,"Date":"7/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":15,"Cost":12,"Date":"11/23/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":835,"Cost":566,"Date":"1/1/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":270,"Cost":221,"Date":"12/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":103,"Cost":70,"Date":"12/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":164,"Cost":116,"Date":"8/10/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":354,"Cost":292,"Date":"7/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":17,"Cost":9,"Date":"11/23/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":47,"Cost":34,"Date":"1/1/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":238,"Cost":156,"Date":"12/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":181,"Cost":155,"Date":"12/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":432,"Cost":314,"Date":"8/10/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":895,"Cost":483,"Date":"7/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":504,"Cost":424,"Date":"11/23/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":821,"Cost":731,"Date":"1/1/2020"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":112,"Cost":63,"Date":"12/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":705,"Cost":409,"Date":"12/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":715,"Cost":537,"Date":"8/10/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":283,"Cost":262,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":873,"Cost":723,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":540,"Cost":454,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":778,"Cost":448,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":6,"Cost":3,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":442,"Cost":360,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":213,"Cost":118,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":886,"Cost":671,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":757,"Cost":698,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":986,"Cost":750,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":501,"Cost":265,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":380,"Cost":318,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":884,"Cost":570,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":160,"Cost":128,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":158,"Cost":127,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":643,"Cost":512,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":167,"Cost":122,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":605,"Cost":446,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":217,"Cost":154,"Date":"7/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":550,"Cost":282,"Date":"11/23/2018"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":260,"Cost":205,"Date":"1/1/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":847,"Cost":581,"Date":"12/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":187,"Cost":151,"Date":"12/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":446,"Cost":356,"Date":"8/10/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":540,"Cost":289,"Date":"7/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":693,"Cost":441,"Date":"11/23/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":246,"Cost":170,"Date":"1/1/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":705,"Cost":532,"Date":"12/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":98,"Cost":80,"Date":"12/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":242,"Cost":180,"Date":"8/10/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":891,"Cost":556,"Date":"7/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":363,"Cost":280,"Date":"11/23/2018"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":430,"Cost":312,"Date":"1/1/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":767,"Cost":725,"Date":"12/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":734,"Cost":571,"Date":"12/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":134,"Cost":92,"Date":"8/10/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":423,"Cost":366,"Date":"7/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":615,"Cost":572,"Date":"11/23/2018"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":86,"Cost":47,"Date":"1/1/2020"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":949,"Cost":902,"Date":"12/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":952,"Cost":860,"Date":"12/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":103,"Cost":85,"Date":"8/10/2023"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":347,"Cost":190,"Date":"7/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":430,"Cost":244,"Date":"11/23/2018"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":971,"Cost":844,"Date":"1/1/2020"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":57,"Cost":46,"Date":"12/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":142,"Cost":110,"Date":"12/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":613,"Cost":418,"Date":"8/10/2023"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":332,"Cost":266,"Date":"7/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":136,"Cost":108,"Date":"11/23/2018"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":154,"Cost":129,"Date":"1/1/2020"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":496,"Cost":329,"Date":"12/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":243,"Cost":154,"Date":"12/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":91,"Cost":67,"Date":"8/10/2023"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":413,"Cost":210,"Date":"7/14/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":274,"Cost":179,"Date":"11/23/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":354,"Cost":281,"Date":"1/1/2020"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":175,"Cost":147,"Date":"12/27/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":148,"Cost":134,"Date":"12/31/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":973,"Cost":869,"Date":"8/10/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":662,"Cost":397,"Date":"7/14/2024"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":889,"Cost":592,"Date":"11/23/2018"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":904,"Cost":701,"Date":"1/1/2020"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":847,"Cost":729,"Date":"12/27/2022"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":305,"Cost":202,"Date":"12/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":773,"Cost":667,"Date":"8/10/2023"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":992,"Cost":896,"Date":"7/14/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":99,"Cost":72,"Date":"11/23/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":706,"Cost":592,"Date":"1/1/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":791,"Cost":657,"Date":"12/27/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":840,"Cost":598,"Date":"12/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":701,"Cost":488,"Date":"8/10/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":755,"Cost":515,"Date":"7/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":623,"Cost":410,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":15,"Cost":12,"Date":"1/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":77,"Cost":63,"Date":"12/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":400,"Cost":295,"Date":"12/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":809,"Cost":515,"Date":"8/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":629,"Cost":598,"Date":"7/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":263,"Cost":143,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":370,"Cost":351,"Date":"1/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":497,"Cost":271,"Date":"12/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":421,"Cost":358,"Date":"12/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":16,"Cost":13,"Date":"8/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":610,"Cost":524,"Date":"7/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":68,"Cost":65,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":56,"Cost":31,"Date":"1/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":259,"Cost":244,"Date":"12/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":459,"Cost":408,"Date":"12/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":368,"Cost":318,"Date":"8/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":223,"Cost":140,"Date":"7/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":231,"Cost":149,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":197,"Cost":114,"Date":"1/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":27,"Cost":13,"Date":"12/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":951,"Cost":768,"Date":"12/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":355,"Cost":320,"Date":"8/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":784,"Cost":553,"Date":"7/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":254,"Cost":196,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":157,"Cost":79,"Date":"1/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":48,"Cost":45,"Date":"12/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":694,"Cost":352,"Date":"12/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":611,"Cost":403,"Date":"8/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":450,"Cost":329,"Date":"7/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":162,"Cost":113,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":208,"Cost":117,"Date":"1/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":698,"Cost":354,"Date":"12/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":572,"Cost":325,"Date":"12/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":141,"Cost":122,"Date":"8/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":561,"Cost":324,"Date":"7/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":118,"Cost":92,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":822,"Cost":524,"Date":"1/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":578,"Cost":544,"Date":"12/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":120,"Cost":67,"Date":"12/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":597,"Cost":384,"Date":"8/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":785,"Cost":588,"Date":"7/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":833,"Cost":680,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":93,"Cost":67,"Date":"1/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":993,"Cost":836,"Date":"12/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":680,"Cost":615,"Date":"12/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":310,"Cost":203,"Date":"8/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":909,"Cost":752,"Date":"7/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":384,"Cost":315,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":339,"Cost":193,"Date":"1/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":979,"Cost":925,"Date":"12/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":603,"Cost":446,"Date":"12/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":419,"Cost":210,"Date":"8/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":186,"Cost":100,"Date":"7/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":692,"Cost":596,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":741,"Cost":506,"Date":"1/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":70,"Cost":43,"Date":"12/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":373,"Cost":335,"Date":"12/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":400,"Cost":237,"Date":"8/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":562,"Cost":534,"Date":"7/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":264,"Cost":227,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":169,"Cost":91,"Date":"1/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":997,"Cost":593,"Date":"12/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":890,"Cost":552,"Date":"12/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":163,"Cost":138,"Date":"8/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":550,"Cost":510,"Date":"7/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":908,"Cost":533,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":266,"Cost":172,"Date":"1/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":993,"Cost":497,"Date":"12/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":486,"Cost":397,"Date":"12/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":429,"Cost":323,"Date":"8/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":491,"Cost":284,"Date":"7/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":853,"Cost":474,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":122,"Cost":75,"Date":"1/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":977,"Cost":769,"Date":"12/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":602,"Cost":539,"Date":"12/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":270,"Cost":151,"Date":"8/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":422,"Cost":283,"Date":"7/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":737,"Cost":650,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":515,"Cost":267,"Date":"1/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":837,"Cost":472,"Date":"12/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":826,"Cost":741,"Date":"12/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":169,"Cost":108,"Date":"8/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":391,"Cost":332,"Date":"7/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":68,"Cost":40,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":530,"Cost":375,"Date":"1/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":871,"Cost":759,"Date":"12/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":202,"Cost":191,"Date":"12/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":898,"Cost":478,"Date":"8/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":367,"Cost":202,"Date":"7/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":862,"Cost":493,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":802,"Cost":724,"Date":"1/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":263,"Cost":189,"Date":"12/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":988,"Cost":618,"Date":"12/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":140,"Cost":89,"Date":"8/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":315,"Cost":213,"Date":"7/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":13,"Cost":9,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":959,"Cost":695,"Date":"1/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":860,"Cost":581,"Date":"12/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":60,"Cost":47,"Date":"12/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":52,"Cost":41,"Date":"8/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":767,"Cost":517,"Date":"7/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":759,"Cost":486,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":703,"Cost":497,"Date":"1/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":330,"Cost":238,"Date":"12/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":929,"Cost":594,"Date":"12/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":268,"Cost":134,"Date":"8/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":626,"Cost":496,"Date":"7/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":448,"Cost":389,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":678,"Cost":515,"Date":"1/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":954,"Cost":814,"Date":"12/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":319,"Cost":256,"Date":"12/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":39,"Cost":23,"Date":"8/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":313,"Cost":249,"Date":"7/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":912,"Cost":527,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":271,"Cost":178,"Date":"1/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":714,"Cost":543,"Date":"12/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":459,"Date":"12/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":532,"Cost":462,"Date":"8/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":907,"Cost":654,"Date":"7/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":560,"Cost":445,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":53,"Cost":46,"Date":"1/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":259,"Cost":197,"Date":"12/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":587,"Date":"12/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":224,"Cost":172,"Date":"8/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":774,"Cost":499,"Date":"7/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":129,"Cost":123,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":816,"Cost":429,"Date":"1/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":895,"Cost":819,"Date":"12/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":475,"Cost":325,"Date":"12/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":768,"Cost":579,"Date":"8/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":718,"Cost":680,"Date":"7/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":504,"Cost":402,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":255,"Cost":153,"Date":"1/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":776,"Cost":717,"Date":"12/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":452,"Cost":422,"Date":"12/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":148,"Cost":81,"Date":"8/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":54,"Cost":32,"Date":"7/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":410,"Cost":228,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":421,"Cost":349,"Date":"1/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":183,"Cost":92,"Date":"12/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":200,"Cost":153,"Date":"12/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":773,"Cost":659,"Date":"8/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":793,"Cost":695,"Date":"7/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":52,"Cost":50,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":848,"Cost":432,"Date":"1/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":789,"Cost":487,"Date":"12/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":934,"Cost":688,"Date":"12/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":976,"Cost":706,"Date":"8/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":984,"Cost":733,"Date":"7/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":302,"Cost":170,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":318,"Cost":278,"Date":"1/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":902,"Cost":731,"Date":"12/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":769,"Cost":652,"Date":"12/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":147,"Cost":138,"Date":"8/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":536,"Cost":269,"Date":"7/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":703,"Cost":470,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":999,"Cost":925,"Date":"1/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":763,"Cost":398,"Date":"12/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":630,"Cost":403,"Date":"12/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":241,"Cost":157,"Date":"8/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":335,"Cost":312,"Date":"7/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":294,"Cost":278,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":318,"Cost":177,"Date":"1/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":308,"Cost":267,"Date":"12/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":557,"Cost":289,"Date":"12/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":245,"Cost":211,"Date":"8/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":819,"Cost":652,"Date":"7/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":625,"Cost":391,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":434,"Cost":277,"Date":"1/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":483,"Cost":252,"Date":"12/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":114,"Cost":74,"Date":"12/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":332,"Cost":302,"Date":"8/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":270,"Cost":209,"Date":"7/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":746,"Cost":479,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":800,"Cost":658,"Date":"1/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":914,"Cost":631,"Date":"12/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":302,"Cost":203,"Date":"12/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":865,"Cost":752,"Date":"8/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":448,"Cost":364,"Date":"7/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":32,"Cost":21,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":629,"Cost":389,"Date":"1/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":66,"Cost":58,"Date":"12/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":251,"Cost":177,"Date":"12/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":825,"Cost":419,"Date":"8/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":872,"Cost":606,"Date":"7/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":920,"Cost":484,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":108,"Cost":63,"Date":"1/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":42,"Cost":21,"Date":"12/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":729,"Cost":459,"Date":"12/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":627,"Cost":474,"Date":"8/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":395,"Cost":213,"Date":"7/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":884,"Cost":718,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":673,"Cost":339,"Date":"1/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":646,"Cost":448,"Date":"12/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":696,"Cost":640,"Date":"12/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":13,"Cost":6,"Date":"8/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":562,"Cost":532,"Date":"7/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":796,"Cost":496,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":67,"Cost":40,"Date":"1/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":769,"Cost":420,"Date":"12/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":588,"Cost":494,"Date":"12/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":74,"Cost":43,"Date":"8/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":394,"Cost":253,"Date":"7/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":365,"Cost":326,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":255,"Cost":207,"Date":"1/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":85,"Cost":55,"Date":"12/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":557,"Cost":382,"Date":"12/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":381,"Cost":265,"Date":"8/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":15,"Cost":10,"Date":"7/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":134,"Cost":90,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":897,"Cost":576,"Date":"1/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":539,"Cost":334,"Date":"12/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":496,"Cost":428,"Date":"12/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":786,"Cost":426,"Date":"8/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":824,"Cost":553,"Date":"7/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":646,"Cost":345,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":109,"Cost":78,"Date":"1/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":842,"Cost":788,"Date":"12/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":303,"Cost":230,"Date":"12/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":9,"Cost":9,"Date":"8/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":643,"Cost":398,"Date":"7/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":109,"Cost":76,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":416,"Cost":392,"Date":"1/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":213,"Cost":170,"Date":"12/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":310,"Cost":282,"Date":"12/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":764,"Cost":520,"Date":"8/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":950,"Cost":680,"Date":"7/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":771,"Cost":409,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":376,"Cost":216,"Date":"1/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":921,"Cost":757,"Date":"12/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":545,"Cost":288,"Date":"12/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":406,"Cost":235,"Date":"8/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":79,"Cost":48,"Date":"7/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":386,"Cost":313,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":520,"Cost":305,"Date":"1/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":350,"Cost":175,"Date":"12/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":311,"Cost":208,"Date":"12/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":469,"Cost":415,"Date":"8/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":762,"Cost":672,"Date":"7/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":494,"Cost":374,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":733,"Cost":452,"Date":"1/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":885,"Cost":722,"Date":"12/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":512,"Cost":459,"Date":"12/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":445,"Cost":265,"Date":"8/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":86,"Cost":67,"Date":"7/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":225,"Cost":149,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":412,"Cost":255,"Date":"1/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":646,"Cost":472,"Date":"12/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":736,"Cost":440,"Date":"12/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":77,"Cost":44,"Date":"8/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":866,"Cost":508,"Date":"7/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":734,"Cost":380,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":351,"Cost":272,"Date":"1/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":406,"Cost":328,"Date":"12/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":494,"Cost":404,"Date":"12/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":338,"Cost":313,"Date":"8/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":358,"Cost":188,"Date":"7/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":679,"Cost":547,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":845,"Cost":536,"Date":"1/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":260,"Cost":136,"Date":"12/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":725,"Cost":673,"Date":"12/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":399,"Cost":206,"Date":"8/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":454,"Cost":327,"Date":"7/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":816,"Cost":433,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":887,"Cost":721,"Date":"1/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":564,"Cost":308,"Date":"12/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":764,"Cost":498,"Date":"12/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":400,"Cost":225,"Date":"8/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":383,"Cost":204,"Date":"7/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":473,"Cost":419,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":787,"Cost":583,"Date":"1/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":348,"Cost":250,"Date":"12/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":8,"Cost":5,"Date":"12/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":262,"Cost":149,"Date":"8/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":840,"Cost":467,"Date":"7/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":571,"Cost":321,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":996,"Cost":642,"Date":"1/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":883,"Cost":617,"Date":"12/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":596,"Cost":477,"Date":"12/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":562,"Cost":464,"Date":"8/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":421,"Cost":292,"Date":"7/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":11,"Cost":7,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":974,"Cost":536,"Date":"1/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":146,"Cost":76,"Date":"12/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":45,"Cost":28,"Date":"12/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":773,"Cost":615,"Date":"8/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":307,"Cost":228,"Date":"7/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":307,"Cost":217,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":598,"Cost":443,"Date":"1/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":567,"Cost":436,"Date":"12/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":483,"Cost":283,"Date":"12/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":442,"Cost":350,"Date":"8/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":691,"Cost":459,"Date":"7/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":786,"Cost":527,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":734,"Cost":462,"Date":"1/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":266,"Cost":225,"Date":"12/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":445,"Cost":292,"Date":"12/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":343,"Cost":257,"Date":"8/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":340,"Cost":293,"Date":"7/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":931,"Cost":780,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":890,"Cost":503,"Date":"1/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":788,"Cost":461,"Date":"12/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":785,"Cost":419,"Date":"12/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":800,"Cost":502,"Date":"8/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":42,"Cost":32,"Date":"7/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":512,"Cost":281,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":804,"Cost":470,"Date":"1/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":162,"Cost":138,"Date":"12/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":784,"Cost":393,"Date":"12/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":731,"Cost":593,"Date":"8/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":656,"Cost":608,"Date":"7/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":201,"Cost":175,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":132,"Cost":119,"Date":"1/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":424,"Cost":400,"Date":"12/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":847,"Cost":736,"Date":"12/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":341,"Cost":320,"Date":"8/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":449,"Cost":343,"Date":"7/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":45,"Cost":32,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":425,"Cost":331,"Date":"1/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":560,"Cost":362,"Date":"12/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":851,"Cost":767,"Date":"12/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":291,"Cost":199,"Date":"8/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":507,"Cost":301,"Date":"7/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":2,"Cost":1,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":58,"Cost":43,"Date":"1/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":131,"Cost":89,"Date":"12/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":34,"Cost":32,"Date":"12/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":642,"Cost":450,"Date":"8/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":766,"Cost":615,"Date":"7/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":886,"Cost":545,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":88,"Cost":69,"Date":"1/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":741,"Cost":450,"Date":"12/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":119,"Cost":80,"Date":"12/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":428,"Cost":369,"Date":"8/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":348,"Cost":318,"Date":"7/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":699,"Cost":423,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":893,"Cost":816,"Date":"1/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":312,"Cost":216,"Date":"12/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":17,"Cost":16,"Date":"12/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":537,"Cost":376,"Date":"8/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":258,"Cost":235,"Date":"7/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":52,"Cost":30,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":947,"Cost":750,"Date":"1/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":314,"Cost":260,"Date":"12/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":751,"Cost":644,"Date":"12/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":106,"Cost":58,"Date":"8/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":392,"Cost":353,"Date":"7/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":541,"Cost":302,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":184,"Cost":157,"Date":"1/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":870,"Cost":594,"Date":"12/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":147,"Cost":108,"Date":"12/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":482,"Cost":414,"Date":"8/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":153,"Cost":119,"Date":"7/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":657,"Cost":335,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":638,"Cost":577,"Date":"1/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":762,"Cost":534,"Date":"12/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":576,"Cost":387,"Date":"12/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":371,"Cost":344,"Date":"8/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":65,"Cost":35,"Date":"7/14/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":888,"Cost":706,"Date":"11/23/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":887,"Cost":452,"Date":"1/1/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":300,"Cost":176,"Date":"12/27/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":619,"Cost":437,"Date":"12/31/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":499,"Cost":328,"Date":"8/10/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":929,"Cost":870,"Date":"7/14/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":413,"Cost":233,"Date":"11/23/2018"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":99,"Cost":77,"Date":"1/1/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":664,"Cost":375,"Date":"12/27/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":586,"Cost":455,"Date":"12/31/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":714,"Cost":505,"Date":"8/10/2023"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":759,"Cost":577,"Date":"7/14/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":892,"Cost":557,"Date":"11/23/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":273,"Date":"1/1/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":857,"Cost":541,"Date":"12/27/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":748,"Cost":587,"Date":"12/31/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":376,"Date":"8/10/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":893,"Cost":691,"Date":"7/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":664,"Cost":338,"Date":"11/23/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":794,"Cost":547,"Date":"1/1/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":279,"Cost":247,"Date":"12/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":736,"Cost":479,"Date":"12/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":688,"Cost":571,"Date":"8/10/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":171,"Cost":111,"Date":"7/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":974,"Cost":597,"Date":"11/23/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":325,"Cost":225,"Date":"1/1/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":201,"Cost":123,"Date":"12/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":310,"Cost":179,"Date":"12/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":873,"Cost":675,"Date":"8/10/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":587,"Cost":369,"Date":"7/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":342,"Cost":190,"Date":"11/23/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":19,"Cost":12,"Date":"1/1/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":70,"Cost":64,"Date":"12/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":425,"Cost":362,"Date":"12/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":939,"Cost":504,"Date":"8/10/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":811,"Cost":544,"Date":"7/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":971,"Cost":656,"Date":"11/23/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":164,"Cost":103,"Date":"1/1/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":24,"Cost":22,"Date":"12/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":251,"Cost":128,"Date":"12/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":695,"Cost":525,"Date":"8/10/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":694,"Cost":558,"Date":"7/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":192,"Cost":159,"Date":"11/23/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":923,"Cost":769,"Date":"1/1/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":984,"Cost":509,"Date":"12/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":127,"Cost":101,"Date":"12/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":691,"Cost":442,"Date":"8/10/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":88,"Cost":47,"Date":"7/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":411,"Cost":212,"Date":"11/23/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":18,"Cost":14,"Date":"1/1/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":567,"Cost":301,"Date":"12/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":882,"Cost":524,"Date":"12/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":300,"Cost":169,"Date":"8/10/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":869,"Cost":585,"Date":"7/14/2024"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":686,"Cost":408,"Date":"11/23/2018"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":559,"Cost":307,"Date":"1/1/2020"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":293,"Cost":168,"Date":"12/27/2022"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":888,"Cost":550,"Date":"12/31/2022"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":42,"Cost":35,"Date":"8/10/2023"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":78,"Cost":67,"Date":"7/14/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":183,"Cost":171,"Date":"11/23/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":422,"Cost":334,"Date":"1/1/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":157,"Cost":115,"Date":"12/27/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":465,"Cost":302,"Date":"12/31/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":362,"Cost":224,"Date":"8/10/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":676,"Cost":517,"Date":"7/14/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":432,"Cost":266,"Date":"11/23/2018"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":489,"Cost":339,"Date":"1/1/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":665,"Cost":536,"Date":"12/27/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":756,"Cost":466,"Date":"12/31/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":436,"Cost":243,"Date":"8/10/2023"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":743,"Cost":566,"Date":"7/14/2024"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":789,"Cost":451,"Date":"11/23/2018"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":631,"Cost":332,"Date":"1/1/2020"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":789,"Cost":630,"Date":"12/27/2022"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":449,"Cost":404,"Date":"12/31/2022"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":157,"Cost":129,"Date":"8/10/2023"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":129,"Cost":122,"Date":"7/14/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":959,"Cost":599,"Date":"11/23/2018"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":408,"Cost":380,"Date":"1/1/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":133,"Cost":105,"Date":"12/27/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":689,"Cost":606,"Date":"12/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":737,"Cost":499,"Date":"8/10/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":860,"Cost":683,"Date":"7/14/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":678,"Cost":473,"Date":"11/23/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":263,"Cost":192,"Date":"1/1/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":419,"Cost":239,"Date":"12/27/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":260,"Cost":139,"Date":"12/31/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":237,"Cost":145,"Date":"8/10/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":122,"Cost":110,"Date":"7/14/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":366,"Cost":294,"Date":"11/23/2018"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":33,"Cost":22,"Date":"1/1/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":610,"Cost":497,"Date":"12/27/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":924,"Cost":864,"Date":"12/31/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":589,"Cost":422,"Date":"8/10/2023"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":239,"Cost":152,"Date":"7/14/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":892,"Cost":577,"Date":"11/23/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":806,"Cost":538,"Date":"1/1/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":394,"Cost":305,"Date":"12/27/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":421,"Cost":215,"Date":"12/31/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":35,"Cost":23,"Date":"8/10/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":255,"Cost":168,"Date":"7/14/2024"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":872,"Cost":637,"Date":"11/23/2018"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":627,"Cost":454,"Date":"1/1/2020"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":560,"Cost":328,"Date":"12/27/2022"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":709,"Cost":442,"Date":"12/31/2022"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":63,"Cost":57,"Date":"8/10/2023"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":775,"Cost":489,"Date":"7/14/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":509,"Cost":393,"Date":"11/23/2018"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":956,"Cost":796,"Date":"1/1/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":616,"Cost":522,"Date":"12/27/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":78,"Cost":74,"Date":"12/31/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":141,"Cost":124,"Date":"8/10/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":100,"Cost":88,"Date":"7/14/2024"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":559,"Cost":323,"Date":"11/23/2018"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":785,"Cost":490,"Date":"1/1/2020"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":737,"Cost":517,"Date":"12/27/2022"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":155,"Cost":93,"Date":"12/31/2022"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":773,"Cost":583,"Date":"8/10/2023"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":748,"Cost":655,"Date":"7/14/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":607,"Cost":511,"Date":"11/23/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":566,"Cost":521,"Date":"1/1/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":840,"Cost":595,"Date":"12/27/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":626,"Cost":377,"Date":"12/31/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":125,"Cost":100,"Date":"8/10/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":888,"Cost":584,"Date":"7/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":188,"Cost":133,"Date":"11/23/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":985,"Cost":893,"Date":"1/1/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":798,"Cost":430,"Date":"12/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":655,"Cost":484,"Date":"12/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":895,"Cost":716,"Date":"8/10/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":601,"Cost":356,"Date":"7/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":343,"Cost":268,"Date":"11/23/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":807,"Cost":478,"Date":"1/1/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":697,"Cost":580,"Date":"12/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":719,"Cost":378,"Date":"12/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":810,"Cost":580,"Date":"8/10/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":945,"Cost":664,"Date":"7/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":931,"Cost":787,"Date":"11/23/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":402,"Cost":316,"Date":"1/1/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":982,"Cost":660,"Date":"12/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":172,"Cost":123,"Date":"12/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":651,"Cost":342,"Date":"8/10/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":779,"Cost":585,"Date":"7/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":13,"Cost":12,"Date":"11/23/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":257,"Cost":194,"Date":"1/1/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":979,"Cost":609,"Date":"12/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":157,"Cost":148,"Date":"12/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":500,"Cost":344,"Date":"8/10/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":19,"Cost":12,"Date":"7/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":300,"Cost":269,"Date":"11/23/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":747,"Cost":511,"Date":"1/1/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":605,"Cost":340,"Date":"12/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":419,"Cost":258,"Date":"12/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":539,"Cost":394,"Date":"8/10/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":608,"Cost":381,"Date":"7/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":134,"Cost":79,"Date":"11/23/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":340,"Cost":191,"Date":"1/1/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":345,"Cost":193,"Date":"12/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":301,"Cost":191,"Date":"12/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":236,"Cost":126,"Date":"8/10/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":195,"Cost":129,"Date":"7/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":765,"Cost":526,"Date":"11/23/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":970,"Cost":520,"Date":"1/1/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":195,"Cost":126,"Date":"12/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":638,"Cost":502,"Date":"12/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":591,"Cost":481,"Date":"8/10/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":623,"Cost":384,"Date":"7/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":528,"Cost":349,"Date":"11/23/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":623,"Cost":386,"Date":"1/1/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":181,"Cost":156,"Date":"12/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":607,"Cost":543,"Date":"12/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":45,"Cost":25,"Date":"8/10/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":959,"Cost":709,"Date":"7/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":604,"Cost":432,"Date":"11/23/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":634,"Cost":427,"Date":"1/1/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":942,"Cost":834,"Date":"12/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":914,"Cost":753,"Date":"12/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":451,"Cost":226,"Date":"8/10/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":431,"Cost":408,"Date":"7/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":531,"Cost":278,"Date":"11/23/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":491,"Cost":305,"Date":"1/1/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":978,"Cost":539,"Date":"12/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":451,"Cost":333,"Date":"12/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":829,"Cost":681,"Date":"8/10/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":272,"Cost":156,"Date":"7/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":283,"Cost":211,"Date":"11/23/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":613,"Cost":337,"Date":"1/1/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":384,"Cost":317,"Date":"12/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":800,"Cost":556,"Date":"12/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":523,"Cost":326,"Date":"8/10/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":839,"Cost":491,"Date":"7/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":619,"Cost":449,"Date":"11/23/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":397,"Cost":223,"Date":"1/1/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":452,"Cost":348,"Date":"12/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":329,"Cost":297,"Date":"12/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":611,"Cost":442,"Date":"8/10/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":872,"Cost":821,"Date":"7/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":192,"Cost":113,"Date":"11/23/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":477,"Cost":442,"Date":"1/1/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":230,"Cost":171,"Date":"12/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":6,"Cost":3,"Date":"12/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":829,"Cost":772,"Date":"8/10/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":192,"Cost":112,"Date":"7/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":260,"Cost":243,"Date":"11/23/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":473,"Cost":295,"Date":"1/1/2020"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":791,"Cost":609,"Date":"12/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":470,"Cost":386,"Date":"12/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":954,"Cost":565,"Date":"8/10/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":414,"Cost":313,"Date":"7/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":502,"Cost":393,"Date":"11/23/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":170,"Cost":95,"Date":"1/1/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":80,"Cost":48,"Date":"12/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":450,"Cost":259,"Date":"12/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":538,"Cost":510,"Date":"8/10/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":756,"Cost":490,"Date":"7/14/2024"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":707,"Cost":605,"Date":"11/23/2018"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":112,"Cost":76,"Date":"1/1/2020"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":202,"Cost":140,"Date":"12/27/2022"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":106,"Cost":65,"Date":"12/31/2022"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":747,"Cost":627,"Date":"8/10/2023"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":146,"Cost":94,"Date":"7/14/2024"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":434,"Cost":376,"Date":"11/23/2018"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":824,"Cost":507,"Date":"1/1/2020"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":228,"Cost":145,"Date":"12/27/2022"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":204,"Cost":109,"Date":"12/31/2022"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":763,"Cost":540,"Date":"8/10/2023"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":587,"Cost":433,"Date":"7/14/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":824,"Cost":736,"Date":"11/23/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":581,"Cost":352,"Date":"1/1/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":56,"Cost":53,"Date":"12/27/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":654,"Cost":415,"Date":"12/31/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":610,"Cost":343,"Date":"8/10/2023"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":555,"Cost":332,"Date":"7/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":857,"Date":"11/23/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":145,"Cost":79,"Date":"1/1/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":558,"Cost":386,"Date":"12/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":522,"Cost":387,"Date":"12/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":701,"Cost":397,"Date":"8/10/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":17,"Cost":12,"Date":"7/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":723,"Cost":573,"Date":"11/23/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":231,"Cost":212,"Date":"1/1/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":194,"Cost":141,"Date":"12/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":695,"Cost":379,"Date":"12/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":940,"Cost":657,"Date":"8/10/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":884,"Cost":699,"Date":"7/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":387,"Cost":252,"Date":"11/23/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":780,"Cost":475,"Date":"1/1/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":327,"Cost":288,"Date":"12/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":606,"Cost":370,"Date":"12/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":706,"Cost":505,"Date":"8/10/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":31,"Cost":28,"Date":"7/14/2024"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":69,"Cost":49,"Date":"11/23/2018"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":283,"Cost":248,"Date":"1/1/2020"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":512,"Cost":322,"Date":"12/27/2022"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":935,"Cost":736,"Date":"12/31/2022"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":805,"Cost":469,"Date":"8/10/2023"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":925,"Cost":502,"Date":"7/14/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":533,"Cost":446,"Date":"11/23/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":816,"Cost":432,"Date":"1/1/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":968,"Cost":902,"Date":"12/27/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":892,"Cost":628,"Date":"12/31/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":51,"Cost":26,"Date":"8/10/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":591,"Cost":391,"Date":"7/14/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":216,"Cost":135,"Date":"11/23/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":753,"Cost":657,"Date":"1/1/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":443,"Cost":398,"Date":"12/27/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":200,"Cost":174,"Date":"12/31/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":971,"Cost":488,"Date":"8/10/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":615,"Cost":418,"Date":"7/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":230,"Cost":189,"Date":"11/23/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":20,"Cost":19,"Date":"1/1/2020"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":784,"Cost":526,"Date":"12/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":323,"Cost":292,"Date":"12/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":904,"Cost":494,"Date":"8/10/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":353,"Cost":270,"Date":"7/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":8,"Date":"11/23/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":342,"Cost":214,"Date":"1/1/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":318,"Cost":205,"Date":"12/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":699,"Cost":624,"Date":"12/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":739,"Cost":489,"Date":"8/10/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":222,"Cost":180,"Date":"7/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":86,"Cost":70,"Date":"11/23/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":503,"Cost":477,"Date":"1/1/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":324,"Cost":291,"Date":"12/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":498,"Cost":269,"Date":"12/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":972,"Cost":564,"Date":"8/10/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":501,"Cost":270,"Date":"7/14/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":546,"Cost":318,"Date":"11/23/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":605,"Cost":494,"Date":"1/1/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":125,"Cost":65,"Date":"12/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":629,"Cost":403,"Date":"12/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":487,"Cost":264,"Date":"8/10/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":157,"Cost":133,"Date":"7/14/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":953,"Cost":661,"Date":"11/23/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":751,"Cost":645,"Date":"1/1/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":311,"Cost":162,"Date":"12/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":262,"Cost":141,"Date":"12/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":260,"Cost":142,"Date":"8/10/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":369,"Cost":283,"Date":"7/14/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":157,"Cost":119,"Date":"11/23/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":681,"Cost":368,"Date":"1/1/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":508,"Cost":475,"Date":"12/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":557,"Cost":514,"Date":"12/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":875,"Cost":700,"Date":"8/10/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":581,"Cost":401,"Date":"7/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":239,"Cost":160,"Date":"11/23/2018"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":505,"Cost":404,"Date":"1/1/2020"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":607,"Cost":368,"Date":"12/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":259,"Cost":207,"Date":"12/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":550,"Cost":279,"Date":"8/10/2023"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":587,"Cost":546,"Date":"7/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":650,"Cost":375,"Date":"11/23/2018"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":893,"Cost":586,"Date":"1/1/2020"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":327,"Cost":306,"Date":"12/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":89,"Cost":63,"Date":"12/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":96,"Cost":66,"Date":"8/10/2023"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":604,"Cost":457,"Date":"7/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":367,"Cost":259,"Date":"11/23/2018"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":672,"Cost":500,"Date":"1/1/2020"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":868,"Cost":776,"Date":"12/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":52,"Cost":29,"Date":"12/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":376,"Cost":272,"Date":"8/10/2023"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":986,"Cost":625,"Date":"7/14/2024"}] \ No newline at end of file diff --git a/projects/SalesGrid/src/assets/SalesData50k.json b/projects/SalesGrid/src/assets/SalesData50k.json new file mode 100644 index 0000000..450b7f1 --- /dev/null +++ b/projects/SalesGrid/src/assets/SalesData50k.json @@ -0,0 +1 @@ +[{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":51,"Date":"2/16/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":133,"Date":"6/7/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":64,"Cost":39,"Date":"1/28/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":365,"Date":"3/27/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":219,"Date":"5/12/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":101,"Date":"7/28/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":752,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":153,"Cost":110,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":143,"Cost":84,"Date":"1/17/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":412,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":325,"Cost":237,"Date":"6/6/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":419,"Date":"6/16/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":152,"Cost":109,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":486,"Cost":350,"Date":"11/19/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":72,"Date":"12/28/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":828,"Cost":586,"Date":"2/4/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":54,"Cost":36,"Date":"3/8/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":355,"Date":"12/18/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":793,"Cost":556,"Date":"3/31/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":360,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":224,"Cost":136,"Date":"6/26/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":652,"Cost":389,"Date":"7/23/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":409,"Date":"11/21/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":625,"Date":"11/26/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":434,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":613,"Cost":549,"Date":"5/21/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":107,"Date":"9/28/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":15,"Cost":8,"Date":"1/3/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":117,"Date":"2/2/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":596,"Cost":401,"Date":"3/18/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":404,"Date":"10/14/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":500,"Cost":384,"Date":"2/16/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":701,"Date":"6/7/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":823,"Date":"1/28/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":636,"Date":"3/27/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":211,"Date":"5/12/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":361,"Date":"7/28/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":952,"Cost":814,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":511,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":439,"Cost":251,"Date":"1/17/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":978,"Cost":552,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":825,"Cost":540,"Date":"6/6/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":120,"Cost":113,"Date":"6/16/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":187,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":376,"Date":"11/19/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":742,"Cost":703,"Date":"12/28/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":334,"Cost":307,"Date":"2/4/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":87,"Cost":57,"Date":"3/8/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":358,"Date":"12/18/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":573,"Cost":348,"Date":"3/31/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":345,"Cost":272,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":143,"Cost":125,"Date":"6/26/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":599,"Date":"7/23/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":278,"Date":"11/21/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":629,"Date":"11/26/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":122,"Cost":89,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":999,"Cost":783,"Date":"5/21/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":912,"Cost":721,"Date":"9/28/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":326,"Cost":301,"Date":"1/3/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":134,"Date":"2/2/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":215,"Date":"3/18/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":983,"Cost":756,"Date":"10/14/2024"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":922,"Cost":810,"Date":"2/16/2018"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":80,"Cost":55,"Date":"6/7/2018"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":738,"Cost":447,"Date":"1/28/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":394,"Cost":278,"Date":"3/27/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":701,"Cost":560,"Date":"5/12/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":345,"Cost":248,"Date":"7/28/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":889,"Cost":811,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":73,"Cost":68,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":484,"Cost":327,"Date":"1/17/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":871,"Cost":607,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":874,"Cost":467,"Date":"6/6/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":625,"Cost":470,"Date":"6/16/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":163,"Cost":124,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":92,"Cost":52,"Date":"11/19/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":737,"Cost":538,"Date":"12/28/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":569,"Cost":504,"Date":"2/4/2021"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":163,"Cost":123,"Date":"3/8/2021"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":286,"Cost":246,"Date":"12/18/2021"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":249,"Cost":226,"Date":"3/31/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":567,"Cost":498,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":372,"Cost":251,"Date":"6/26/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":551,"Cost":308,"Date":"7/23/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":82,"Cost":42,"Date":"11/21/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":530,"Cost":503,"Date":"11/26/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":14,"Cost":7,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":934,"Cost":823,"Date":"5/21/2023"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":6,"Cost":4,"Date":"9/28/2023"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":385,"Cost":279,"Date":"1/3/2024"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":488,"Cost":426,"Date":"2/2/2024"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":970,"Cost":521,"Date":"3/18/2024"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":156,"Cost":97,"Date":"10/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":243,"Date":"2/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":129,"Cost":79,"Date":"6/7/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":569,"Cost":301,"Date":"1/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":385,"Date":"3/27/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":78,"Cost":50,"Date":"5/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":321,"Date":"7/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":311,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":675,"Cost":495,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":784,"Date":"1/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":916,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":703,"Date":"6/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":610,"Date":"6/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":506,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":210,"Date":"11/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":141,"Date":"12/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":254,"Cost":216,"Date":"2/4/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":791,"Cost":432,"Date":"3/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":287,"Date":"12/18/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":8,"Date":"3/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":21,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":232,"Date":"6/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":710,"Date":"7/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":20,"Date":"11/21/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":668,"Date":"11/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":14,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":336,"Date":"5/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":699,"Date":"9/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":155,"Cost":114,"Date":"1/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":169,"Cost":154,"Date":"2/2/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":452,"Date":"3/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":690,"Date":"10/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":468,"Date":"2/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":271,"Date":"6/7/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":499,"Date":"1/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":747,"Cost":626,"Date":"3/27/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":499,"Date":"5/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":615,"Cost":369,"Date":"7/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":711,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":380,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":475,"Date":"1/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":771,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":21,"Date":"6/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":49,"Cost":31,"Date":"6/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":561,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":888,"Cost":621,"Date":"11/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":883,"Date":"12/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":165,"Date":"2/4/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":377,"Cost":299,"Date":"3/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":307,"Date":"12/18/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":413,"Date":"3/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":72,"Cost":63,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":596,"Date":"6/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":748,"Cost":642,"Date":"7/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":564,"Date":"11/21/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":392,"Date":"11/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":993,"Cost":901,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":930,"Cost":694,"Date":"5/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":827,"Cost":414,"Date":"9/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":846,"Cost":603,"Date":"1/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":64,"Cost":60,"Date":"2/2/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":347,"Date":"3/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":106,"Cost":60,"Date":"10/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":662,"Cost":588,"Date":"2/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":521,"Date":"6/7/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":551,"Cost":349,"Date":"1/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":530,"Date":"3/27/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":292,"Date":"5/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":581,"Date":"7/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":571,"Cost":508,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":274,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":461,"Date":"1/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":209,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":569,"Cost":315,"Date":"6/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":859,"Cost":756,"Date":"6/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":962,"Cost":747,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":371,"Date":"11/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":752,"Cost":655,"Date":"12/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":291,"Date":"2/4/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":232,"Date":"3/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":624,"Date":"12/18/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":654,"Date":"3/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":190,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":171,"Cost":109,"Date":"6/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":142,"Date":"7/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":481,"Date":"11/21/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":409,"Cost":367,"Date":"11/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":451,"Cost":248,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":96,"Cost":52,"Date":"5/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":232,"Cost":193,"Date":"9/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":400,"Date":"1/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":689,"Cost":392,"Date":"2/2/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":466,"Date":"3/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":919,"Cost":624,"Date":"10/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":580,"Cost":528,"Date":"2/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":107,"Cost":80,"Date":"6/7/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":824,"Cost":527,"Date":"1/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":39,"Cost":37,"Date":"3/27/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":862,"Cost":720,"Date":"5/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":455,"Cost":294,"Date":"7/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":835,"Cost":601,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":244,"Cost":207,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":592,"Cost":428,"Date":"1/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":886,"Cost":484,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":341,"Cost":268,"Date":"6/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":148,"Cost":106,"Date":"6/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":159,"Cost":132,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":47,"Cost":31,"Date":"11/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":957,"Cost":775,"Date":"12/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":349,"Cost":304,"Date":"2/4/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":865,"Cost":456,"Date":"3/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":409,"Cost":256,"Date":"12/18/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":229,"Cost":195,"Date":"3/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":551,"Cost":396,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":636,"Cost":598,"Date":"6/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":767,"Cost":606,"Date":"7/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":358,"Cost":205,"Date":"11/21/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":64,"Cost":32,"Date":"11/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":647,"Cost":329,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":90,"Cost":84,"Date":"5/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":536,"Cost":421,"Date":"9/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":431,"Cost":248,"Date":"1/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":448,"Cost":306,"Date":"2/2/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":494,"Cost":468,"Date":"3/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":651,"Cost":560,"Date":"10/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":491,"Cost":351,"Date":"2/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":595,"Cost":562,"Date":"6/7/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":426,"Date":"1/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":194,"Cost":179,"Date":"3/27/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":66,"Cost":35,"Date":"5/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":231,"Date":"7/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":526,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":314,"Cost":205,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":686,"Cost":445,"Date":"1/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":340,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":108,"Date":"6/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":620,"Date":"6/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":350,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":380,"Date":"11/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":455,"Cost":345,"Date":"12/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":167,"Date":"2/4/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":899,"Cost":460,"Date":"3/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":821,"Cost":473,"Date":"12/18/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":299,"Cost":263,"Date":"3/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":926,"Cost":590,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":328,"Date":"6/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":26,"Date":"7/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":555,"Cost":358,"Date":"11/21/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":462,"Cost":330,"Date":"11/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":60,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":679,"Cost":573,"Date":"5/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":841,"Cost":625,"Date":"9/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":545,"Cost":409,"Date":"1/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":237,"Cost":200,"Date":"2/2/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":527,"Cost":388,"Date":"3/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":203,"Date":"10/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":481,"Date":"2/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":634,"Date":"6/7/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":256,"Cost":170,"Date":"1/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":472,"Cost":369,"Date":"3/27/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":67,"Date":"5/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":476,"Cost":257,"Date":"7/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":352,"Cost":193,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":893,"Cost":529,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":536,"Date":"1/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":267,"Cost":194,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":54,"Date":"6/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":469,"Date":"6/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":465,"Cost":402,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":192,"Cost":126,"Date":"11/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":520,"Cost":396,"Date":"12/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":480,"Date":"2/4/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":431,"Cost":354,"Date":"3/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":537,"Date":"12/18/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":18,"Date":"3/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":757,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":783,"Cost":578,"Date":"6/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":851,"Cost":509,"Date":"7/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":265,"Date":"11/21/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":658,"Date":"11/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":840,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":6,"Date":"5/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":420,"Date":"9/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":402,"Cost":377,"Date":"1/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":967,"Cost":606,"Date":"2/2/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":920,"Cost":762,"Date":"3/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":934,"Cost":517,"Date":"10/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":253,"Cost":230,"Date":"2/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":195,"Cost":151,"Date":"6/7/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":358,"Date":"1/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":78,"Date":"3/27/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":251,"Cost":180,"Date":"5/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":410,"Date":"7/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":126,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":432,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":870,"Cost":482,"Date":"1/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":994,"Cost":619,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":330,"Date":"6/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":171,"Date":"6/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":139,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":4,"Date":"11/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":166,"Date":"12/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":269,"Date":"2/4/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":731,"Cost":606,"Date":"3/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":290,"Date":"12/18/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":513,"Cost":479,"Date":"3/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":232,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":829,"Date":"6/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":445,"Date":"7/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":158,"Cost":124,"Date":"11/21/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":99,"Date":"11/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":917,"Cost":628,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":952,"Cost":511,"Date":"5/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":800,"Cost":760,"Date":"9/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":491,"Cost":299,"Date":"1/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":275,"Cost":207,"Date":"2/2/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":259,"Cost":242,"Date":"3/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":407,"Date":"10/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":458,"Cost":261,"Date":"2/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":882,"Cost":535,"Date":"6/7/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":284,"Cost":257,"Date":"1/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":453,"Cost":297,"Date":"3/27/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":862,"Cost":645,"Date":"5/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":870,"Cost":783,"Date":"7/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":35,"Cost":24,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":539,"Cost":403,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":952,"Cost":491,"Date":"1/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":668,"Cost":561,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":826,"Cost":714,"Date":"6/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":279,"Cost":188,"Date":"6/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":598,"Cost":553,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":153,"Cost":144,"Date":"11/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":775,"Cost":591,"Date":"12/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":994,"Cost":681,"Date":"2/4/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":64,"Cost":52,"Date":"3/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":361,"Cost":322,"Date":"12/18/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":267,"Cost":148,"Date":"3/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":555,"Cost":282,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":679,"Cost":429,"Date":"6/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":461,"Cost":295,"Date":"7/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":124,"Cost":111,"Date":"11/21/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":823,"Cost":568,"Date":"11/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":852,"Cost":489,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":657,"Cost":452,"Date":"5/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":110,"Cost":58,"Date":"9/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":608,"Cost":525,"Date":"1/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":468,"Cost":329,"Date":"2/2/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":926,"Cost":821,"Date":"3/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":392,"Cost":346,"Date":"10/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":239,"Cost":133,"Date":"2/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":783,"Cost":551,"Date":"6/7/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":566,"Cost":500,"Date":"1/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":2,"Cost":2,"Date":"3/27/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":896,"Cost":599,"Date":"5/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":999,"Cost":564,"Date":"7/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":214,"Cost":148,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":934,"Cost":746,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":131,"Cost":104,"Date":"1/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":746,"Cost":427,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":103,"Cost":70,"Date":"6/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":354,"Cost":182,"Date":"6/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":753,"Cost":650,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":752,"Cost":599,"Date":"11/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":171,"Cost":105,"Date":"12/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":139,"Cost":105,"Date":"2/4/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":583,"Cost":464,"Date":"3/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":814,"Cost":482,"Date":"12/18/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":329,"Cost":297,"Date":"3/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":406,"Cost":339,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":269,"Cost":249,"Date":"6/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":146,"Cost":101,"Date":"7/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":59,"Cost":42,"Date":"11/21/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":350,"Cost":301,"Date":"11/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":352,"Cost":176,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":948,"Cost":548,"Date":"5/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":225,"Cost":120,"Date":"9/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":904,"Cost":617,"Date":"1/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":846,"Cost":435,"Date":"2/2/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":423,"Cost":308,"Date":"3/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":874,"Cost":437,"Date":"10/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":566,"Cost":509,"Date":"2/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":799,"Cost":737,"Date":"6/7/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":246,"Cost":162,"Date":"1/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":668,"Cost":347,"Date":"3/27/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":686,"Cost":608,"Date":"5/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":966,"Cost":627,"Date":"7/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":455,"Cost":403,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":184,"Cost":148,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":52,"Cost":31,"Date":"1/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":242,"Cost":226,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":700,"Cost":492,"Date":"6/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":206,"Cost":114,"Date":"6/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":251,"Cost":229,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":678,"Cost":633,"Date":"11/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":730,"Cost":499,"Date":"12/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":834,"Cost":627,"Date":"2/4/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":215,"Cost":153,"Date":"3/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":54,"Cost":34,"Date":"12/18/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":61,"Cost":41,"Date":"3/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":881,"Cost":440,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":520,"Cost":471,"Date":"6/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":637,"Cost":488,"Date":"7/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":128,"Cost":95,"Date":"11/21/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":240,"Cost":220,"Date":"11/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":475,"Cost":260,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":805,"Cost":571,"Date":"5/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":267,"Cost":156,"Date":"9/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":254,"Cost":157,"Date":"1/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":59,"Cost":34,"Date":"2/2/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":482,"Cost":337,"Date":"3/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":204,"Cost":116,"Date":"10/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":456,"Cost":372,"Date":"2/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":17,"Date":"6/7/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":483,"Cost":296,"Date":"1/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":834,"Date":"3/27/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":861,"Cost":510,"Date":"5/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":137,"Cost":77,"Date":"7/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":156,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":140,"Cost":78,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":430,"Cost":370,"Date":"1/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":898,"Cost":482,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":93,"Cost":76,"Date":"6/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":383,"Cost":337,"Date":"6/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":553,"Cost":278,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":657,"Cost":338,"Date":"11/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":428,"Cost":232,"Date":"12/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":492,"Cost":347,"Date":"2/4/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":74,"Date":"3/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":352,"Cost":254,"Date":"12/18/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":604,"Cost":474,"Date":"3/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":809,"Cost":458,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":482,"Date":"6/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":568,"Date":"7/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":336,"Date":"11/21/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":689,"Cost":605,"Date":"11/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":96,"Cost":58,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":127,"Cost":112,"Date":"5/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":371,"Date":"9/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":309,"Date":"1/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":507,"Date":"2/2/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":926,"Cost":729,"Date":"3/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":538,"Cost":495,"Date":"10/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":66,"Date":"2/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":495,"Date":"6/7/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":628,"Date":"1/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":37,"Date":"3/27/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":894,"Cost":615,"Date":"5/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":12,"Date":"7/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":575,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":485,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":18,"Date":"1/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":195,"Cost":99,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":112,"Date":"6/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":250,"Date":"6/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":256,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":156,"Date":"11/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":76,"Cost":67,"Date":"12/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":728,"Cost":591,"Date":"2/4/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":688,"Date":"3/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":175,"Date":"12/18/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":354,"Date":"3/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":98,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":22,"Date":"6/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":187,"Cost":156,"Date":"7/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":202,"Cost":126,"Date":"11/21/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":508,"Date":"11/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":649,"Cost":567,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":636,"Date":"5/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":71,"Date":"9/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":549,"Date":"1/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":215,"Cost":188,"Date":"2/2/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":678,"Cost":564,"Date":"3/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":269,"Date":"10/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":523,"Cost":278,"Date":"2/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":150,"Date":"6/7/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":144,"Date":"1/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":280,"Date":"3/27/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":917,"Cost":716,"Date":"5/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":281,"Date":"7/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":599,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":917,"Cost":553,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":340,"Cost":221,"Date":"1/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":783,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":70,"Date":"6/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":229,"Cost":205,"Date":"6/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":40,"Cost":33,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":456,"Cost":401,"Date":"11/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":536,"Cost":361,"Date":"12/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":644,"Cost":421,"Date":"2/4/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":271,"Date":"3/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":121,"Cost":61,"Date":"12/18/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":750,"Date":"3/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":671,"Cost":488,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":878,"Cost":571,"Date":"6/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":165,"Date":"7/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":9,"Date":"11/21/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":93,"Cost":68,"Date":"11/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":525,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":798,"Cost":716,"Date":"5/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":812,"Cost":428,"Date":"9/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":717,"Cost":538,"Date":"1/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":89,"Date":"2/2/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":56,"Date":"3/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":206,"Cost":179,"Date":"10/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":722,"Cost":469,"Date":"2/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":21,"Cost":12,"Date":"6/7/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":212,"Cost":184,"Date":"1/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":344,"Cost":307,"Date":"3/27/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":452,"Cost":407,"Date":"5/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":87,"Cost":77,"Date":"7/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":300,"Cost":211,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":868,"Cost":742,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":89,"Cost":78,"Date":"1/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":204,"Cost":182,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":528,"Cost":344,"Date":"6/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":223,"Cost":159,"Date":"6/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":527,"Cost":289,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":687,"Cost":588,"Date":"11/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":679,"Cost":541,"Date":"12/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":690,"Cost":514,"Date":"2/4/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":522,"Cost":432,"Date":"3/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":756,"Cost":583,"Date":"12/18/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":16,"Cost":14,"Date":"3/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":259,"Cost":215,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":602,"Cost":312,"Date":"6/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":466,"Cost":339,"Date":"7/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":974,"Cost":812,"Date":"11/21/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":590,"Cost":495,"Date":"11/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":879,"Cost":535,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":664,"Cost":385,"Date":"5/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":356,"Cost":319,"Date":"9/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":348,"Cost":222,"Date":"1/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":440,"Cost":295,"Date":"2/2/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":652,"Cost":440,"Date":"3/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":953,"Cost":853,"Date":"10/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":976,"Cost":611,"Date":"2/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":309,"Date":"6/7/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":768,"Cost":541,"Date":"1/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":327,"Cost":296,"Date":"3/27/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":998,"Cost":709,"Date":"5/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":406,"Date":"7/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":154,"Cost":109,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":845,"Cost":732,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":105,"Date":"1/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":126,"Cost":78,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":308,"Date":"6/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":365,"Date":"6/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":391,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":952,"Cost":677,"Date":"11/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":817,"Cost":669,"Date":"12/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":879,"Date":"2/4/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":723,"Date":"3/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":216,"Date":"12/18/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":951,"Cost":531,"Date":"3/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":934,"Cost":603,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":437,"Cost":310,"Date":"6/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":174,"Date":"7/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":178,"Cost":158,"Date":"11/21/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":324,"Cost":185,"Date":"11/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":48,"Cost":42,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":57,"Date":"5/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":59,"Cost":32,"Date":"9/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":568,"Date":"1/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":46,"Cost":40,"Date":"2/2/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":417,"Date":"3/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":879,"Cost":651,"Date":"10/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":470,"Date":"2/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":121,"Date":"6/7/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":534,"Date":"1/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":548,"Date":"3/27/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":123,"Date":"5/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":460,"Cost":340,"Date":"7/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":588,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":829,"Cost":700,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":497,"Cost":271,"Date":"1/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":244,"Cost":194,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":565,"Date":"6/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":718,"Cost":601,"Date":"6/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":196,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":779,"Cost":680,"Date":"11/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":657,"Date":"12/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":734,"Date":"2/4/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":287,"Cost":223,"Date":"3/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":485,"Date":"12/18/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":482,"Date":"3/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":576,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":797,"Cost":533,"Date":"6/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":378,"Date":"7/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":954,"Cost":648,"Date":"11/21/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":360,"Date":"11/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":300,"Cost":178,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":85,"Date":"5/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":85,"Date":"9/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":462,"Date":"1/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":784,"Cost":719,"Date":"2/2/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":571,"Date":"3/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":341,"Date":"10/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":176,"Cost":129,"Date":"2/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":891,"Cost":834,"Date":"6/7/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":919,"Cost":789,"Date":"1/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":858,"Cost":495,"Date":"3/27/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":208,"Cost":177,"Date":"5/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":712,"Cost":516,"Date":"7/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":531,"Cost":486,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":736,"Cost":582,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":175,"Cost":106,"Date":"1/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":681,"Cost":495,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":944,"Cost":572,"Date":"6/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":539,"Cost":484,"Date":"6/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":167,"Cost":152,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":65,"Cost":38,"Date":"11/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":464,"Cost":235,"Date":"12/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":621,"Cost":446,"Date":"2/4/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":16,"Cost":11,"Date":"3/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":805,"Cost":459,"Date":"12/18/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":970,"Cost":778,"Date":"3/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":87,"Cost":49,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":993,"Cost":623,"Date":"6/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":916,"Cost":819,"Date":"7/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":805,"Cost":581,"Date":"11/21/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":587,"Cost":293,"Date":"11/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":892,"Cost":782,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":503,"Cost":444,"Date":"5/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":131,"Cost":73,"Date":"9/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":541,"Cost":501,"Date":"1/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":767,"Cost":400,"Date":"2/2/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":714,"Cost":602,"Date":"3/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":840,"Cost":611,"Date":"10/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":327,"Cost":256,"Date":"2/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":658,"Cost":527,"Date":"6/7/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":4,"Cost":3,"Date":"1/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":847,"Cost":456,"Date":"3/27/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":434,"Cost":273,"Date":"5/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":522,"Cost":301,"Date":"7/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":713,"Cost":575,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":14,"Cost":9,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":778,"Cost":428,"Date":"1/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":708,"Cost":584,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":112,"Cost":95,"Date":"6/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":501,"Cost":470,"Date":"6/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":446,"Cost":339,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":177,"Cost":158,"Date":"11/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":945,"Cost":877,"Date":"12/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":496,"Cost":272,"Date":"2/4/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":13,"Cost":8,"Date":"3/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":175,"Cost":91,"Date":"12/18/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":790,"Cost":553,"Date":"3/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":672,"Cost":598,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":561,"Cost":514,"Date":"6/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":423,"Cost":233,"Date":"7/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":67,"Cost":41,"Date":"11/21/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":23,"Cost":12,"Date":"11/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":366,"Cost":318,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":229,"Cost":187,"Date":"5/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":236,"Cost":211,"Date":"9/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":103,"Cost":66,"Date":"1/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":672,"Cost":437,"Date":"2/2/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":910,"Cost":779,"Date":"3/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":368,"Cost":314,"Date":"10/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":983,"Cost":573,"Date":"2/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":579,"Date":"6/7/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":549,"Date":"1/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":589,"Cost":510,"Date":"3/27/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":710,"Cost":489,"Date":"5/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":841,"Cost":588,"Date":"7/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":812,"Cost":468,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":92,"Cost":55,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":841,"Date":"1/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":716,"Cost":630,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":933,"Cost":649,"Date":"6/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":659,"Cost":466,"Date":"6/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":161,"Cost":117,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":236,"Date":"11/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":315,"Date":"12/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":823,"Cost":645,"Date":"2/4/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":467,"Date":"3/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":512,"Cost":384,"Date":"12/18/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":809,"Cost":504,"Date":"3/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":20,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":152,"Cost":119,"Date":"6/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":21,"Date":"7/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":557,"Date":"11/21/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":882,"Cost":605,"Date":"11/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":795,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":368,"Date":"5/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":524,"Cost":382,"Date":"9/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":594,"Cost":359,"Date":"1/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":781,"Date":"2/2/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":21,"Cost":18,"Date":"3/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":934,"Cost":513,"Date":"10/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":342,"Cost":232,"Date":"2/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":602,"Cost":336,"Date":"6/7/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":342,"Cost":200,"Date":"1/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":414,"Cost":384,"Date":"3/27/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":533,"Cost":321,"Date":"5/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":277,"Cost":184,"Date":"7/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":806,"Cost":609,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":842,"Cost":647,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":652,"Cost":602,"Date":"1/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":636,"Cost":590,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":547,"Cost":399,"Date":"6/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":98,"Cost":52,"Date":"6/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":965,"Cost":915,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":602,"Cost":415,"Date":"11/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":333,"Cost":201,"Date":"12/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":537,"Cost":287,"Date":"2/4/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":777,"Cost":448,"Date":"3/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":989,"Cost":701,"Date":"12/18/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":99,"Cost":88,"Date":"3/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":661,"Cost":407,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":512,"Cost":440,"Date":"6/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":20,"Cost":17,"Date":"7/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":180,"Cost":118,"Date":"11/21/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":951,"Cost":712,"Date":"11/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":962,"Cost":614,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":523,"Cost":320,"Date":"5/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":980,"Cost":805,"Date":"9/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":378,"Cost":255,"Date":"1/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":448,"Cost":368,"Date":"2/2/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":588,"Cost":388,"Date":"3/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":677,"Cost":499,"Date":"10/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":151,"Date":"2/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":62,"Cost":52,"Date":"6/7/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":802,"Cost":748,"Date":"1/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":362,"Date":"3/27/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":794,"Date":"5/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":145,"Cost":83,"Date":"7/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":39,"Cost":30,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":7,"Cost":5,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":430,"Date":"1/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":41,"Cost":34,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":556,"Cost":397,"Date":"6/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":494,"Date":"6/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":575,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":93,"Cost":78,"Date":"11/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":154,"Cost":111,"Date":"12/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":266,"Cost":156,"Date":"2/4/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":594,"Date":"3/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":438,"Date":"12/18/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":13,"Date":"3/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":526,"Cost":374,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":301,"Cost":157,"Date":"6/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":834,"Cost":563,"Date":"7/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":274,"Date":"11/21/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":188,"Cost":107,"Date":"11/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":89,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":778,"Date":"5/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":618,"Cost":481,"Date":"9/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":255,"Date":"1/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":794,"Cost":745,"Date":"2/2/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":399,"Cost":376,"Date":"3/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":16,"Date":"10/14/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":510,"Cost":473,"Date":"2/16/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":793,"Cost":448,"Date":"6/7/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":280,"Cost":155,"Date":"1/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":630,"Cost":553,"Date":"3/27/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":463,"Cost":389,"Date":"5/12/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":580,"Cost":397,"Date":"7/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":917,"Cost":595,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":98,"Cost":56,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":978,"Cost":868,"Date":"1/17/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":358,"Cost":288,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":105,"Cost":78,"Date":"6/6/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":334,"Cost":232,"Date":"6/16/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":955,"Cost":580,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":215,"Cost":205,"Date":"11/19/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":180,"Cost":109,"Date":"12/28/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":221,"Cost":201,"Date":"2/4/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":974,"Cost":579,"Date":"3/8/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":902,"Cost":805,"Date":"12/18/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":538,"Cost":437,"Date":"3/31/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":427,"Cost":369,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":160,"Cost":105,"Date":"6/26/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":486,"Cost":259,"Date":"7/23/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":496,"Cost":452,"Date":"11/21/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":426,"Cost":361,"Date":"11/26/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":786,"Cost":474,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":593,"Cost":336,"Date":"5/21/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":958,"Cost":482,"Date":"9/28/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":488,"Cost":333,"Date":"1/3/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":27,"Cost":18,"Date":"2/2/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":688,"Cost":641,"Date":"3/18/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":38,"Cost":36,"Date":"10/14/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":752,"Cost":465,"Date":"2/16/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":549,"Cost":302,"Date":"6/7/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":616,"Cost":418,"Date":"1/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":623,"Cost":407,"Date":"3/27/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":508,"Cost":355,"Date":"5/12/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":123,"Cost":92,"Date":"7/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":555,"Cost":423,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":244,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":262,"Cost":185,"Date":"1/17/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":18,"Cost":12,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":121,"Cost":71,"Date":"6/6/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":522,"Cost":426,"Date":"6/16/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":533,"Cost":362,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":153,"Cost":142,"Date":"11/19/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":975,"Cost":626,"Date":"12/28/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":914,"Cost":616,"Date":"2/4/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":272,"Cost":210,"Date":"3/8/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":490,"Cost":251,"Date":"12/18/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":387,"Cost":352,"Date":"3/31/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":467,"Cost":372,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":170,"Cost":85,"Date":"6/26/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":943,"Cost":839,"Date":"7/23/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":765,"Cost":454,"Date":"11/21/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":377,"Cost":245,"Date":"11/26/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":356,"Cost":179,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":360,"Cost":333,"Date":"5/21/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":966,"Cost":718,"Date":"9/28/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":387,"Cost":358,"Date":"1/3/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":382,"Cost":261,"Date":"2/2/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":500,"Cost":470,"Date":"3/18/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":197,"Cost":102,"Date":"10/14/2024"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":745,"Date":"2/16/2018"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":694,"Date":"6/7/2018"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":205,"Date":"1/28/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":505,"Date":"3/27/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":392,"Cost":275,"Date":"5/12/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":245,"Cost":155,"Date":"7/28/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":185,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":179,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":454,"Date":"1/17/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":415,"Cost":295,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":447,"Date":"6/6/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":113,"Date":"6/16/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":708,"Cost":534,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":623,"Cost":440,"Date":"11/19/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":201,"Date":"12/28/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":610,"Cost":493,"Date":"2/4/2021"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":54,"Cost":33,"Date":"3/8/2021"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":572,"Cost":473,"Date":"12/18/2021"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":329,"Date":"3/31/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":190,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":420,"Date":"6/26/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":910,"Date":"7/23/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":490,"Cost":344,"Date":"11/21/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":504,"Date":"11/26/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":178,"Cost":101,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":649,"Date":"5/21/2023"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":455,"Date":"9/28/2023"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":495,"Cost":299,"Date":"1/3/2024"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":992,"Cost":565,"Date":"2/2/2024"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":125,"Cost":104,"Date":"3/18/2024"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":226,"Date":"10/14/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":398,"Cost":290,"Date":"2/16/2018"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":53,"Date":"6/7/2018"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":563,"Date":"1/28/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":349,"Date":"3/27/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":304,"Cost":195,"Date":"5/12/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":842,"Cost":534,"Date":"7/28/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":305,"Cost":166,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":70,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":242,"Cost":153,"Date":"1/17/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":536,"Cost":350,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":573,"Cost":534,"Date":"6/6/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":159,"Cost":143,"Date":"6/16/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":661,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":593,"Date":"11/19/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":14,"Date":"12/28/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":737,"Date":"2/4/2021"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":449,"Date":"3/8/2021"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":654,"Cost":561,"Date":"12/18/2021"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":667,"Date":"3/31/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":812,"Cost":478,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":233,"Date":"6/26/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":214,"Date":"7/23/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":68,"Date":"11/21/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":69,"Date":"11/26/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":101,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":243,"Date":"5/21/2023"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":959,"Cost":692,"Date":"9/28/2023"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":659,"Date":"1/3/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":281,"Date":"2/2/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":560,"Date":"3/18/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":725,"Date":"10/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":34,"Date":"2/16/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":252,"Cost":127,"Date":"6/7/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":903,"Cost":848,"Date":"1/28/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":883,"Date":"3/27/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":993,"Cost":867,"Date":"5/12/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":267,"Date":"7/28/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":473,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":74,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":626,"Date":"1/17/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":544,"Cost":273,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":808,"Date":"6/6/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":363,"Date":"6/16/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":775,"Cost":689,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":277,"Cost":239,"Date":"11/19/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":562,"Date":"12/28/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":166,"Date":"2/4/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":611,"Date":"3/8/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":677,"Date":"12/18/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":74,"Cost":65,"Date":"3/31/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":206,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":386,"Date":"6/26/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":117,"Date":"7/23/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":458,"Date":"11/21/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":548,"Date":"11/26/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":208,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":314,"Cost":176,"Date":"5/21/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":118,"Date":"9/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":313,"Date":"1/3/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":459,"Date":"2/2/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":53,"Cost":26,"Date":"3/18/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":69,"Cost":50,"Date":"10/14/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":689,"Cost":456,"Date":"2/16/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":913,"Cost":748,"Date":"6/7/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":934,"Cost":729,"Date":"1/28/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":728,"Cost":372,"Date":"3/27/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":649,"Cost":572,"Date":"5/12/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":19,"Cost":10,"Date":"7/28/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":87,"Cost":61,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":998,"Cost":505,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":828,"Cost":521,"Date":"1/17/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":688,"Cost":374,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":591,"Cost":382,"Date":"6/6/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":163,"Cost":139,"Date":"6/16/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":747,"Cost":381,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":32,"Cost":21,"Date":"11/19/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":237,"Cost":126,"Date":"12/28/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":223,"Cost":189,"Date":"2/4/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":319,"Cost":295,"Date":"3/8/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":934,"Cost":713,"Date":"12/18/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":694,"Cost":532,"Date":"3/31/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":971,"Cost":844,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":603,"Cost":511,"Date":"6/26/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":609,"Cost":494,"Date":"7/23/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":763,"Cost":518,"Date":"11/21/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":523,"Cost":291,"Date":"11/26/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":314,"Cost":267,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":285,"Cost":217,"Date":"5/21/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":83,"Cost":56,"Date":"9/28/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":631,"Cost":356,"Date":"1/3/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":750,"Cost":581,"Date":"2/2/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":410,"Cost":278,"Date":"3/18/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":946,"Cost":855,"Date":"10/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":319,"Date":"2/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":596,"Date":"6/7/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":717,"Cost":433,"Date":"1/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":672,"Date":"3/27/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":321,"Cost":165,"Date":"5/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":361,"Date":"7/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":191,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":84,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":353,"Cost":237,"Date":"1/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":673,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":605,"Date":"6/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":384,"Date":"6/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":203,"Cost":163,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":435,"Cost":220,"Date":"11/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":813,"Cost":618,"Date":"12/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":76,"Date":"2/4/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":999,"Cost":682,"Date":"3/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":133,"Date":"12/18/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":714,"Cost":566,"Date":"3/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":792,"Cost":682,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":696,"Cost":536,"Date":"6/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":460,"Date":"7/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":247,"Cost":168,"Date":"11/21/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":576,"Cost":526,"Date":"11/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":43,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":406,"Date":"5/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":577,"Cost":482,"Date":"9/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":234,"Date":"1/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":371,"Cost":315,"Date":"2/2/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":896,"Cost":546,"Date":"3/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":430,"Date":"10/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":260,"Date":"2/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":544,"Cost":304,"Date":"6/7/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":231,"Cost":198,"Date":"1/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":909,"Cost":474,"Date":"3/27/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":866,"Cost":770,"Date":"5/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":368,"Date":"7/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":225,"Cost":138,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":179,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":432,"Date":"1/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":386,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":658,"Cost":333,"Date":"6/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":125,"Date":"6/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":57,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":394,"Date":"11/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":108,"Cost":98,"Date":"12/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":753,"Date":"2/4/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":969,"Cost":605,"Date":"3/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":69,"Cost":39,"Date":"12/18/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":417,"Cost":218,"Date":"3/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":569,"Cost":361,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":436,"Date":"6/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":8,"Date":"7/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":759,"Date":"11/21/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":154,"Date":"11/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":290,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":499,"Date":"5/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":738,"Cost":373,"Date":"9/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":488,"Cost":282,"Date":"1/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":709,"Date":"2/2/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":318,"Cost":186,"Date":"3/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":97,"Cost":49,"Date":"10/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":405,"Date":"2/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":947,"Cost":738,"Date":"6/7/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":813,"Cost":546,"Date":"1/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":64,"Date":"3/27/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":85,"Date":"5/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":291,"Cost":252,"Date":"7/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":866,"Cost":526,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":264,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":851,"Cost":631,"Date":"1/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":366,"Cost":340,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":348,"Date":"6/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":953,"Cost":503,"Date":"6/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":155,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":431,"Date":"11/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":141,"Date":"12/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":487,"Date":"2/4/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":17,"Date":"3/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":477,"Cost":315,"Date":"12/18/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":152,"Date":"3/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":679,"Cost":530,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":622,"Cost":419,"Date":"6/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":58,"Date":"7/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":24,"Date":"11/21/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":603,"Cost":453,"Date":"11/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":943,"Cost":529,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":451,"Date":"5/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":417,"Cost":357,"Date":"9/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":880,"Date":"1/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":271,"Date":"2/2/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":52,"Date":"3/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":393,"Date":"10/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":991,"Cost":540,"Date":"2/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":29,"Cost":21,"Date":"6/7/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":235,"Cost":187,"Date":"1/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":892,"Cost":818,"Date":"3/27/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":950,"Cost":600,"Date":"5/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":285,"Cost":144,"Date":"7/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":646,"Cost":428,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":334,"Cost":300,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":960,"Cost":809,"Date":"1/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":416,"Cost":284,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":118,"Cost":92,"Date":"6/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":504,"Cost":431,"Date":"6/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":992,"Cost":509,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":89,"Cost":64,"Date":"11/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":569,"Cost":381,"Date":"12/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":861,"Cost":656,"Date":"2/4/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":131,"Cost":85,"Date":"3/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":242,"Cost":167,"Date":"12/18/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":383,"Cost":354,"Date":"3/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":384,"Cost":226,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":683,"Cost":615,"Date":"6/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":49,"Cost":34,"Date":"7/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":513,"Cost":310,"Date":"11/21/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":524,"Cost":314,"Date":"11/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":485,"Cost":428,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":303,"Cost":223,"Date":"5/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":607,"Cost":398,"Date":"9/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":736,"Cost":495,"Date":"1/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":380,"Cost":350,"Date":"2/2/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":219,"Cost":208,"Date":"3/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":599,"Cost":384,"Date":"10/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":433,"Cost":225,"Date":"2/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":742,"Cost":413,"Date":"6/7/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":288,"Cost":174,"Date":"1/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":569,"Cost":330,"Date":"3/27/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":923,"Cost":793,"Date":"5/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":749,"Cost":673,"Date":"7/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":559,"Cost":397,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":36,"Cost":28,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":91,"Cost":49,"Date":"1/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":459,"Cost":423,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":364,"Cost":228,"Date":"6/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":281,"Cost":182,"Date":"6/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":78,"Cost":52,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":993,"Cost":674,"Date":"11/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":957,"Cost":730,"Date":"12/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":959,"Cost":785,"Date":"2/4/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":756,"Cost":574,"Date":"3/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":607,"Cost":507,"Date":"12/18/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":276,"Date":"3/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":916,"Cost":799,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":944,"Cost":781,"Date":"6/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":994,"Cost":846,"Date":"7/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":228,"Cost":148,"Date":"11/21/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":261,"Cost":177,"Date":"11/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":75,"Cost":59,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":356,"Cost":254,"Date":"5/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":411,"Cost":330,"Date":"9/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":109,"Cost":91,"Date":"1/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":539,"Cost":283,"Date":"2/2/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":880,"Cost":777,"Date":"3/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":878,"Cost":517,"Date":"10/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":291,"Cost":187,"Date":"2/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":50,"Cost":43,"Date":"6/7/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":250,"Cost":221,"Date":"1/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":929,"Cost":751,"Date":"3/27/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":775,"Cost":622,"Date":"5/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":5,"Cost":4,"Date":"7/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":600,"Cost":549,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":649,"Cost":521,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":547,"Cost":382,"Date":"1/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":124,"Cost":108,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":698,"Cost":646,"Date":"6/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":359,"Cost":297,"Date":"6/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":502,"Cost":386,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":476,"Cost":280,"Date":"11/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":867,"Cost":720,"Date":"12/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":602,"Cost":525,"Date":"2/4/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":499,"Cost":298,"Date":"3/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":536,"Cost":289,"Date":"12/18/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":865,"Cost":749,"Date":"3/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":106,"Cost":76,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":320,"Cost":266,"Date":"6/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":275,"Cost":145,"Date":"7/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":400,"Cost":368,"Date":"11/21/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":624,"Cost":539,"Date":"11/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":604,"Cost":479,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":585,"Cost":466,"Date":"5/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":645,"Cost":486,"Date":"9/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":708,"Cost":660,"Date":"1/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":791,"Cost":567,"Date":"2/2/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":790,"Cost":440,"Date":"3/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":978,"Cost":509,"Date":"10/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":874,"Date":"2/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":375,"Date":"6/7/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":475,"Date":"1/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":709,"Date":"3/27/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":916,"Cost":812,"Date":"5/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":554,"Date":"7/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":146,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":589,"Cost":463,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":40,"Cost":20,"Date":"1/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":385,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":825,"Cost":605,"Date":"6/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":122,"Cost":68,"Date":"6/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":22,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":441,"Date":"11/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":483,"Cost":327,"Date":"12/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":230,"Cost":124,"Date":"2/4/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":83,"Date":"3/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":817,"Date":"12/18/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":468,"Date":"3/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":580,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":289,"Date":"6/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":54,"Date":"7/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":167,"Date":"11/21/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":663,"Date":"11/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":270,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":444,"Date":"5/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":240,"Date":"9/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":329,"Date":"1/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":217,"Date":"2/2/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":735,"Cost":678,"Date":"3/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":394,"Cost":264,"Date":"10/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":337,"Date":"2/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":243,"Date":"6/7/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":467,"Date":"1/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":883,"Cost":821,"Date":"3/27/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":615,"Cost":539,"Date":"5/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":763,"Cost":590,"Date":"7/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":480,"Cost":261,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":424,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":381,"Cost":264,"Date":"1/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":933,"Cost":770,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":27,"Date":"6/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":151,"Date":"6/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":658,"Cost":375,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":340,"Date":"11/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":415,"Cost":237,"Date":"12/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":111,"Date":"2/4/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":472,"Cost":308,"Date":"3/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":200,"Cost":132,"Date":"12/18/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":498,"Date":"3/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":297,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":236,"Date":"6/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":329,"Date":"7/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":559,"Date":"11/21/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":125,"Date":"11/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":982,"Cost":504,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":769,"Date":"5/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":284,"Cost":196,"Date":"9/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":454,"Date":"1/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":355,"Cost":204,"Date":"2/2/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":16,"Cost":10,"Date":"3/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":85,"Date":"10/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":344,"Date":"2/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":21,"Date":"6/7/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":201,"Cost":147,"Date":"1/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":180,"Cost":110,"Date":"3/27/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":177,"Cost":115,"Date":"5/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":323,"Date":"7/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":183,"Cost":144,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":654,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":167,"Cost":124,"Date":"1/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":85,"Cost":62,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":362,"Date":"6/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":515,"Date":"6/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":196,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":425,"Date":"11/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":379,"Date":"12/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":671,"Date":"2/4/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":507,"Date":"3/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":829,"Date":"12/18/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":225,"Date":"3/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":204,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":679,"Cost":605,"Date":"6/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":848,"Date":"7/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":212,"Date":"11/21/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":71,"Date":"11/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":480,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":581,"Cost":391,"Date":"5/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":388,"Date":"9/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":909,"Cost":494,"Date":"1/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":277,"Cost":146,"Date":"2/2/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":17,"Date":"3/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":967,"Cost":581,"Date":"10/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":187,"Cost":156,"Date":"2/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":319,"Cost":186,"Date":"6/7/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":391,"Cost":216,"Date":"1/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":961,"Cost":517,"Date":"3/27/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":528,"Cost":439,"Date":"5/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":452,"Cost":244,"Date":"7/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":785,"Cost":476,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":201,"Cost":165,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":661,"Cost":525,"Date":"1/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":360,"Cost":290,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":896,"Cost":640,"Date":"6/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":393,"Cost":240,"Date":"6/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":263,"Cost":181,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":242,"Cost":210,"Date":"11/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":658,"Cost":465,"Date":"12/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":100,"Cost":61,"Date":"2/4/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":123,"Cost":91,"Date":"3/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":374,"Cost":321,"Date":"12/18/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":213,"Cost":150,"Date":"3/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":378,"Cost":345,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":606,"Cost":518,"Date":"6/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":9,"Cost":5,"Date":"7/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":333,"Cost":316,"Date":"11/21/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":944,"Cost":850,"Date":"11/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":418,"Cost":288,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":693,"Cost":616,"Date":"5/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":484,"Cost":403,"Date":"9/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":637,"Cost":468,"Date":"1/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":981,"Cost":854,"Date":"2/2/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":704,"Cost":479,"Date":"3/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":148,"Cost":94,"Date":"10/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":57,"Date":"2/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":493,"Date":"6/7/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":170,"Cost":108,"Date":"1/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":361,"Date":"3/27/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":141,"Date":"5/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":64,"Cost":42,"Date":"7/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":224,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":460,"Cost":423,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":493,"Cost":392,"Date":"1/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":394,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":977,"Cost":514,"Date":"6/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":559,"Cost":436,"Date":"6/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":4,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":943,"Cost":833,"Date":"11/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":114,"Cost":89,"Date":"12/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":886,"Cost":616,"Date":"2/4/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":1,"Cost":1,"Date":"3/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":210,"Date":"12/18/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":149,"Date":"3/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":199,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":200,"Date":"6/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":130,"Date":"7/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":583,"Date":"11/21/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":59,"Date":"11/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":132,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":216,"Cost":113,"Date":"5/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":627,"Date":"9/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":263,"Date":"1/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":562,"Date":"2/2/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":267,"Cost":247,"Date":"3/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":182,"Date":"10/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":744,"Cost":459,"Date":"2/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":384,"Cost":357,"Date":"6/7/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":39,"Cost":37,"Date":"1/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":361,"Cost":214,"Date":"3/27/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":58,"Cost":44,"Date":"5/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":584,"Cost":399,"Date":"7/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":490,"Cost":427,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":261,"Cost":243,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":571,"Cost":337,"Date":"1/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":322,"Cost":293,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":543,"Cost":371,"Date":"6/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":586,"Cost":497,"Date":"6/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":927,"Cost":661,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":579,"Cost":403,"Date":"11/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":963,"Cost":559,"Date":"12/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":594,"Cost":402,"Date":"2/4/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":409,"Cost":269,"Date":"3/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":6,"Cost":5,"Date":"12/18/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":66,"Cost":57,"Date":"3/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":750,"Cost":679,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":861,"Cost":725,"Date":"6/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":990,"Cost":695,"Date":"7/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":334,"Cost":179,"Date":"11/21/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":791,"Cost":639,"Date":"11/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":109,"Cost":84,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":621,"Cost":373,"Date":"5/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":771,"Cost":558,"Date":"9/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":235,"Cost":189,"Date":"1/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":989,"Cost":675,"Date":"2/2/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":544,"Cost":376,"Date":"3/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":706,"Cost":553,"Date":"10/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":699,"Cost":478,"Date":"2/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":809,"Cost":445,"Date":"6/7/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":71,"Date":"1/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":55,"Date":"3/27/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":470,"Date":"5/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":581,"Cost":549,"Date":"7/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":102,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":138,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":516,"Date":"1/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":598,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":187,"Date":"6/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":289,"Date":"6/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":428,"Cost":372,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":550,"Date":"11/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":136,"Cost":119,"Date":"12/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":656,"Date":"2/4/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":188,"Date":"3/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":843,"Date":"12/18/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":669,"Cost":633,"Date":"3/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":265,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":409,"Date":"6/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":151,"Cost":100,"Date":"7/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":738,"Cost":636,"Date":"11/21/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":481,"Date":"11/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":435,"Cost":233,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":172,"Date":"5/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":394,"Date":"9/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":341,"Date":"1/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":620,"Cost":388,"Date":"2/2/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":594,"Cost":520,"Date":"3/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":509,"Date":"10/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":543,"Cost":417,"Date":"2/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":207,"Cost":188,"Date":"6/7/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":256,"Date":"1/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":362,"Date":"3/27/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":737,"Date":"5/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":501,"Date":"7/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":11,"Cost":5,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":804,"Cost":695,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":349,"Date":"1/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":65,"Cost":41,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":148,"Cost":106,"Date":"6/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":84,"Cost":49,"Date":"6/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":64,"Cost":38,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":91,"Date":"11/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":179,"Date":"12/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":939,"Cost":598,"Date":"2/4/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":129,"Date":"3/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":577,"Date":"12/18/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":73,"Date":"3/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":261,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":821,"Date":"6/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":110,"Cost":80,"Date":"7/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":22,"Date":"11/21/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":382,"Cost":263,"Date":"11/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":925,"Cost":752,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":299,"Cost":151,"Date":"5/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":287,"Cost":262,"Date":"9/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":21,"Date":"1/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":612,"Date":"2/2/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":953,"Cost":657,"Date":"3/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":112,"Date":"10/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":272,"Date":"2/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":683,"Date":"6/7/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":853,"Cost":708,"Date":"1/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":489,"Cost":347,"Date":"3/27/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":397,"Date":"5/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":275,"Cost":161,"Date":"7/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":116,"Cost":76,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":388,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":841,"Cost":741,"Date":"1/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":184,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":693,"Cost":505,"Date":"6/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":172,"Date":"6/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":545,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":851,"Date":"11/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":886,"Date":"12/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":953,"Cost":575,"Date":"2/4/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":600,"Date":"3/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":758,"Cost":678,"Date":"12/18/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":224,"Cost":199,"Date":"3/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":120,"Cost":106,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":392,"Date":"6/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":257,"Date":"7/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":68,"Date":"11/21/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":946,"Cost":888,"Date":"11/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":536,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":761,"Cost":641,"Date":"5/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":375,"Date":"9/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":396,"Date":"1/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":968,"Cost":760,"Date":"2/2/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":129,"Date":"3/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":491,"Cost":258,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":593,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":739,"Cost":544,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":662,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":126,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":380,"Cost":336,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":236,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":681,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":637,"Cost":516,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":380,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":211,"Cost":176,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":627,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":68,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":789,"Cost":501,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":191,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":491,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":328,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":765,"Cost":447,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":254,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":986,"Cost":719,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":482,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":257,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":807,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":193,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":522,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":288,"Cost":177,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":501,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":479,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":722,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":190,"Cost":111,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":476,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":373,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":562,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":391,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":422,"Cost":398,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":859,"Cost":802,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":286,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":536,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":335,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":280,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":419,"Cost":392,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":15,"Cost":9,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":137,"Cost":128,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":237,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":441,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":51,"Cost":26,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":75,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":572,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":154,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":35,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":272,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":193,"Cost":177,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":73,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":440,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":673,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":801,"Cost":613,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":26,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":143,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":101,"Cost":50,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":337,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":56,"Cost":30,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":282,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":657,"Cost":418,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":979,"Cost":712,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":402,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":183,"Cost":172,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":344,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":270,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":611,"Cost":479,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":514,"Cost":390,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":380,"Cost":344,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":750,"Cost":611,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":809,"Cost":448,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":844,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":437,"Cost":227,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":891,"Cost":510,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":523,"Cost":301,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":745,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":302,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":951,"Cost":645,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":528,"Cost":274,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":373,"Cost":309,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":700,"Cost":567,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":652,"Cost":348,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":188,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":821,"Cost":717,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":871,"Cost":471,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":233,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":13,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":512,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":523,"Cost":480,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":586,"Cost":470,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":747,"Cost":595,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":171,"Cost":94,"Date":"10/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":460,"Cost":410,"Date":"2/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":43,"Cost":24,"Date":"6/7/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":190,"Cost":121,"Date":"1/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":206,"Cost":150,"Date":"3/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":639,"Cost":453,"Date":"5/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":391,"Cost":282,"Date":"7/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":172,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":294,"Cost":177,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":4,"Date":"1/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":689,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":343,"Date":"6/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":216,"Date":"6/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":863,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":751,"Cost":549,"Date":"11/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":557,"Cost":302,"Date":"12/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":841,"Date":"2/4/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":320,"Date":"3/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":538,"Date":"12/18/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":518,"Date":"3/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":178,"Cost":140,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":322,"Date":"6/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":481,"Date":"7/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":706,"Cost":584,"Date":"11/21/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":143,"Cost":116,"Date":"11/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":787,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":191,"Date":"5/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":100,"Cost":56,"Date":"9/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":77,"Date":"1/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":758,"Cost":563,"Date":"2/2/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":215,"Date":"3/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":287,"Date":"10/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":415,"Date":"2/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":226,"Date":"6/7/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":274,"Date":"1/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":882,"Date":"3/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":28,"Date":"5/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":214,"Date":"7/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":615,"Cost":514,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":574,"Cost":443,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":683,"Date":"1/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":101,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":357,"Date":"6/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":73,"Date":"6/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":236,"Cost":189,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":239,"Cost":144,"Date":"11/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":416,"Cost":274,"Date":"12/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":22,"Date":"2/4/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":229,"Cost":170,"Date":"3/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":593,"Cost":390,"Date":"12/18/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":596,"Date":"3/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":367,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":287,"Date":"6/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":209,"Cost":127,"Date":"7/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":372,"Cost":314,"Date":"11/21/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":401,"Cost":266,"Date":"11/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":223,"Cost":152,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":107,"Date":"5/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":837,"Date":"9/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":236,"Date":"1/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":478,"Cost":335,"Date":"2/2/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":892,"Cost":572,"Date":"3/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":351,"Date":"10/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":737,"Cost":696,"Date":"2/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":544,"Date":"6/7/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":479,"Date":"1/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":732,"Date":"3/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":137,"Date":"5/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":130,"Date":"7/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":635,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":992,"Cost":619,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":899,"Cost":823,"Date":"1/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":232,"Cost":127,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":863,"Cost":722,"Date":"6/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":14,"Date":"6/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":704,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":305,"Date":"11/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":627,"Cost":463,"Date":"12/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":12,"Date":"2/4/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":29,"Cost":26,"Date":"3/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":296,"Date":"12/18/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":284,"Date":"3/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":730,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":447,"Date":"6/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":74,"Date":"7/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":361,"Date":"11/21/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":394,"Date":"11/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":913,"Cost":699,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":259,"Date":"5/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":124,"Date":"9/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":357,"Date":"1/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":665,"Cost":432,"Date":"2/2/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":110,"Date":"3/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":292,"Cost":208,"Date":"10/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":132,"Date":"2/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":128,"Cost":88,"Date":"6/7/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":36,"Cost":25,"Date":"1/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":487,"Date":"3/27/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":556,"Cost":364,"Date":"5/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":853,"Date":"7/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":72,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":158,"Cost":133,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":739,"Cost":444,"Date":"1/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":226,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":225,"Cost":124,"Date":"6/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":325,"Cost":261,"Date":"6/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":376,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":107,"Cost":79,"Date":"11/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":405,"Cost":318,"Date":"12/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":162,"Date":"2/4/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":359,"Date":"3/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":555,"Date":"12/18/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":269,"Date":"3/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":398,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":238,"Date":"6/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":583,"Cost":513,"Date":"7/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":673,"Date":"11/21/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":326,"Date":"11/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":1000,"Cost":708,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":96,"Date":"5/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":86,"Cost":63,"Date":"9/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":862,"Date":"1/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":434,"Date":"2/2/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":862,"Date":"3/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":615,"Cost":499,"Date":"10/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":30,"Cost":17,"Date":"2/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":824,"Cost":695,"Date":"6/7/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":891,"Cost":800,"Date":"1/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":754,"Cost":393,"Date":"3/27/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":10,"Cost":9,"Date":"5/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":532,"Cost":441,"Date":"7/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":520,"Cost":386,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":472,"Cost":363,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":29,"Cost":27,"Date":"1/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":707,"Cost":475,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":582,"Cost":494,"Date":"6/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":335,"Cost":196,"Date":"6/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":712,"Cost":660,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":789,"Cost":580,"Date":"11/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":208,"Cost":120,"Date":"12/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":319,"Cost":290,"Date":"2/4/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":806,"Cost":524,"Date":"3/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":230,"Cost":147,"Date":"12/18/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":333,"Cost":219,"Date":"3/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":561,"Cost":515,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":277,"Cost":186,"Date":"6/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":824,"Cost":431,"Date":"7/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":21,"Cost":19,"Date":"11/21/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":357,"Cost":335,"Date":"11/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":47,"Cost":30,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":210,"Cost":195,"Date":"5/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":885,"Cost":715,"Date":"9/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":995,"Cost":509,"Date":"1/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":113,"Cost":59,"Date":"2/2/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":614,"Cost":390,"Date":"3/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":609,"Cost":564,"Date":"10/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":95,"Cost":60,"Date":"2/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":662,"Cost":406,"Date":"6/7/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":242,"Date":"1/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":671,"Date":"3/27/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":412,"Date":"5/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":77,"Date":"7/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":993,"Cost":832,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":290,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":311,"Date":"1/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":886,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":405,"Cost":305,"Date":"6/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":94,"Date":"6/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":448,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":455,"Date":"11/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":477,"Date":"12/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":361,"Date":"2/4/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":413,"Date":"3/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":439,"Cost":337,"Date":"12/18/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":4,"Date":"3/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":336,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":601,"Cost":316,"Date":"6/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":755,"Cost":667,"Date":"7/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":358,"Date":"11/21/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":856,"Date":"11/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":336,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":516,"Cost":424,"Date":"5/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":501,"Cost":316,"Date":"9/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":165,"Cost":130,"Date":"1/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":776,"Date":"2/2/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":473,"Date":"3/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":294,"Date":"10/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":159,"Date":"2/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":600,"Cost":377,"Date":"6/7/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":374,"Cost":234,"Date":"1/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":681,"Cost":469,"Date":"3/27/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":295,"Cost":159,"Date":"5/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":181,"Date":"7/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":456,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":149,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":432,"Date":"1/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":115,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":937,"Cost":636,"Date":"6/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":116,"Cost":67,"Date":"6/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":617,"Cost":345,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":385,"Date":"11/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":31,"Cost":19,"Date":"12/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":290,"Cost":153,"Date":"2/4/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":42,"Cost":27,"Date":"3/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":485,"Date":"12/18/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":442,"Date":"3/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":172,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":304,"Date":"6/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":227,"Date":"7/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":642,"Cost":391,"Date":"11/21/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":406,"Date":"11/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":414,"Cost":330,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":817,"Cost":435,"Date":"5/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":241,"Cost":180,"Date":"9/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":536,"Date":"1/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":93,"Date":"2/2/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":454,"Date":"3/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":296,"Date":"10/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":44,"Date":"2/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":597,"Date":"6/7/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":566,"Date":"1/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":531,"Date":"3/27/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":641,"Date":"5/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":392,"Cost":338,"Date":"7/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":623,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":328,"Cost":277,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":700,"Date":"1/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":81,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":455,"Cost":354,"Date":"6/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":73,"Date":"6/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":585,"Cost":393,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":228,"Date":"11/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":789,"Cost":707,"Date":"12/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":383,"Cost":267,"Date":"2/4/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":158,"Date":"3/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":358,"Cost":229,"Date":"12/18/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":942,"Cost":684,"Date":"3/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":723,"Cost":459,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":532,"Date":"6/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":728,"Date":"7/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":244,"Date":"11/21/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":798,"Cost":570,"Date":"11/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":117,"Cost":94,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":51,"Cost":30,"Date":"5/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":600,"Cost":317,"Date":"9/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":131,"Cost":119,"Date":"1/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":96,"Cost":69,"Date":"2/2/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":154,"Date":"3/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":154,"Date":"10/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":372,"Date":"2/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":218,"Cost":122,"Date":"6/7/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":432,"Date":"1/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":851,"Cost":597,"Date":"3/27/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":304,"Cost":281,"Date":"5/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":117,"Date":"7/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":657,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":296,"Cost":231,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":632,"Cost":374,"Date":"1/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":684,"Cost":557,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":574,"Date":"6/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":545,"Date":"6/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":891,"Cost":636,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":685,"Cost":466,"Date":"11/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":598,"Cost":481,"Date":"12/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":764,"Cost":696,"Date":"2/4/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":770,"Cost":520,"Date":"3/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":418,"Cost":325,"Date":"12/18/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":132,"Date":"3/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":790,"Cost":534,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":336,"Date":"6/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":413,"Date":"7/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":180,"Cost":139,"Date":"11/21/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":440,"Date":"11/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":368,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":369,"Date":"5/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":169,"Date":"9/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":103,"Date":"1/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":109,"Cost":69,"Date":"2/2/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":995,"Cost":582,"Date":"3/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":193,"Cost":183,"Date":"10/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":730,"Cost":641,"Date":"2/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":942,"Cost":479,"Date":"6/7/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":736,"Cost":664,"Date":"1/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":36,"Cost":34,"Date":"3/27/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":69,"Date":"5/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":619,"Cost":310,"Date":"7/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":889,"Cost":521,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":38,"Cost":27,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":479,"Date":"1/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":748,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":477,"Cost":446,"Date":"6/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":97,"Date":"6/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":319,"Cost":258,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":787,"Cost":527,"Date":"11/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":298,"Date":"12/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":31,"Date":"2/4/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":306,"Cost":256,"Date":"3/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":374,"Cost":318,"Date":"12/18/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":787,"Cost":657,"Date":"3/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":69,"Cost":57,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":731,"Cost":641,"Date":"6/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":859,"Date":"7/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":536,"Date":"11/21/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":16,"Date":"11/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":79,"Cost":70,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":146,"Date":"5/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":196,"Date":"9/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":308,"Date":"1/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":398,"Cost":331,"Date":"2/2/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":83,"Date":"3/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":481,"Date":"10/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":338,"Date":"2/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":32,"Date":"6/7/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":941,"Date":"1/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":358,"Cost":266,"Date":"3/27/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":41,"Date":"5/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":25,"Date":"7/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":399,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":589,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":803,"Cost":592,"Date":"1/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":534,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":291,"Date":"6/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":144,"Date":"6/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":181,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":535,"Date":"11/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":271,"Cost":141,"Date":"12/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":612,"Date":"2/4/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":78,"Cost":45,"Date":"3/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":641,"Date":"12/18/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":334,"Date":"3/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":328,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":252,"Cost":183,"Date":"6/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":324,"Date":"7/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":704,"Cost":631,"Date":"11/21/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":993,"Cost":708,"Date":"11/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":573,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":337,"Date":"5/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":270,"Date":"9/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":510,"Date":"1/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":600,"Date":"2/2/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":868,"Cost":553,"Date":"3/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":112,"Cost":107,"Date":"10/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":197,"Date":"2/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":515,"Cost":358,"Date":"6/7/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":195,"Cost":163,"Date":"1/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":231,"Date":"3/27/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":318,"Date":"5/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":258,"Date":"7/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":894,"Cost":616,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":113,"Cost":68,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":427,"Cost":367,"Date":"1/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":552,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":672,"Date":"6/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":619,"Date":"6/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":347,"Cost":221,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":529,"Date":"11/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":251,"Date":"12/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":362,"Cost":208,"Date":"2/4/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":27,"Date":"3/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":457,"Date":"12/18/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":12,"Date":"3/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":22,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":278,"Date":"6/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":111,"Cost":102,"Date":"7/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":170,"Date":"11/21/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":38,"Cost":27,"Date":"11/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":512,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":648,"Date":"5/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":187,"Date":"9/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":171,"Cost":118,"Date":"1/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":556,"Date":"2/2/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":749,"Cost":683,"Date":"3/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":356,"Date":"10/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":570,"Date":"2/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":185,"Cost":100,"Date":"6/7/2018"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":298,"Cost":274,"Date":"1/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":486,"Cost":277,"Date":"3/27/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":123,"Cost":83,"Date":"5/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":193,"Cost":147,"Date":"7/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":236,"Cost":174,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":600,"Cost":435,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":185,"Cost":130,"Date":"1/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":488,"Cost":300,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":619,"Date":"6/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":48,"Date":"6/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":229,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":100,"Cost":86,"Date":"11/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":286,"Cost":265,"Date":"12/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":255,"Cost":207,"Date":"2/4/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":160,"Date":"3/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":877,"Date":"12/18/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":869,"Cost":788,"Date":"3/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":239,"Cost":155,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":311,"Date":"6/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":309,"Cost":264,"Date":"7/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":553,"Date":"11/21/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":452,"Cost":231,"Date":"11/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":608,"Cost":439,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":449,"Cost":370,"Date":"5/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":740,"Date":"9/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":513,"Cost":322,"Date":"1/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":829,"Date":"2/2/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":357,"Date":"3/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":732,"Cost":546,"Date":"10/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":8,"Cost":6,"Date":"2/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":555,"Cost":488,"Date":"6/7/2018"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":114,"Cost":100,"Date":"1/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":973,"Cost":899,"Date":"3/27/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":224,"Cost":194,"Date":"5/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":393,"Date":"7/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":219,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":671,"Cost":531,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":365,"Cost":191,"Date":"1/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":461,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":218,"Date":"6/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":562,"Cost":504,"Date":"6/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":279,"Cost":170,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":11,"Date":"11/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":762,"Cost":697,"Date":"12/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":194,"Cost":115,"Date":"2/4/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":558,"Date":"3/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":459,"Cost":290,"Date":"12/18/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":906,"Cost":785,"Date":"3/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":995,"Cost":755,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":257,"Date":"6/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":64,"Cost":40,"Date":"7/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":106,"Date":"11/21/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":209,"Date":"11/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":847,"Cost":805,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":609,"Cost":514,"Date":"5/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":14,"Date":"9/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":544,"Cost":330,"Date":"1/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":924,"Cost":513,"Date":"2/2/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":988,"Cost":729,"Date":"3/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":237,"Date":"10/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":141,"Date":"2/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":27,"Date":"6/7/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":943,"Cost":474,"Date":"1/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":637,"Cost":411,"Date":"3/27/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":163,"Date":"5/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":456,"Date":"7/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":914,"Cost":705,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":852,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":787,"Date":"1/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":722,"Cost":436,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":98,"Date":"6/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":99,"Cost":78,"Date":"6/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":140,"Cost":76,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":347,"Cost":317,"Date":"11/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":315,"Date":"12/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":643,"Cost":346,"Date":"2/4/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":589,"Cost":522,"Date":"3/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":392,"Date":"12/18/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":325,"Date":"3/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":178,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":902,"Cost":747,"Date":"6/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":571,"Cost":391,"Date":"7/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":332,"Date":"11/21/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":206,"Date":"11/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":503,"Cost":387,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":425,"Date":"5/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":653,"Date":"9/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":261,"Date":"1/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":793,"Date":"2/2/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":731,"Cost":687,"Date":"3/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":312,"Date":"10/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":562,"Date":"2/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":785,"Cost":440,"Date":"6/7/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":328,"Date":"1/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":774,"Cost":510,"Date":"3/27/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":361,"Cost":276,"Date":"5/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":29,"Date":"7/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":957,"Cost":876,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":972,"Cost":576,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":818,"Cost":481,"Date":"1/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":660,"Cost":371,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":228,"Date":"6/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":541,"Date":"6/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":203,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":374,"Date":"11/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":377,"Date":"12/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":327,"Date":"2/4/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":138,"Date":"3/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":557,"Date":"12/18/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":35,"Date":"3/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":237,"Cost":192,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":687,"Cost":431,"Date":"6/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":77,"Cost":60,"Date":"7/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":687,"Date":"11/21/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":18,"Date":"11/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":84,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":247,"Date":"5/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":309,"Date":"9/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":721,"Cost":375,"Date":"1/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":123,"Date":"2/2/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":548,"Date":"3/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":135,"Date":"10/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":530,"Cost":303,"Date":"2/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":924,"Date":"6/7/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":376,"Cost":298,"Date":"1/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":524,"Cost":462,"Date":"3/27/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":424,"Date":"5/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":737,"Cost":516,"Date":"7/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":494,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":799,"Cost":710,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":358,"Date":"1/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":584,"Cost":497,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":68,"Date":"6/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":570,"Date":"6/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":194,"Cost":157,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":621,"Date":"11/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":79,"Cost":39,"Date":"12/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":602,"Cost":475,"Date":"2/4/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":13,"Date":"3/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":559,"Date":"12/18/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":469,"Cost":281,"Date":"3/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":517,"Cost":394,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":495,"Date":"6/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":739,"Date":"7/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":560,"Date":"11/21/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":218,"Cost":147,"Date":"11/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":399,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":248,"Date":"5/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":196,"Date":"9/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":916,"Cost":481,"Date":"1/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":386,"Date":"2/2/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":491,"Cost":453,"Date":"3/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":313,"Cost":254,"Date":"10/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":796,"Cost":736,"Date":"2/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":46,"Date":"6/7/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":31,"Cost":25,"Date":"1/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":139,"Cost":87,"Date":"3/27/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":542,"Date":"5/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":57,"Date":"7/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":58,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":62,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":479,"Date":"1/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":302,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":521,"Date":"6/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":462,"Date":"6/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":885,"Cost":504,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":734,"Cost":654,"Date":"11/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":372,"Date":"12/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":132,"Cost":73,"Date":"2/4/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":737,"Cost":452,"Date":"3/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":407,"Date":"12/18/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":24,"Cost":21,"Date":"3/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":481,"Cost":335,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":90,"Date":"6/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":965,"Cost":740,"Date":"7/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":343,"Date":"11/21/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":157,"Date":"11/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":37,"Cost":26,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":901,"Cost":601,"Date":"5/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":246,"Date":"9/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":857,"Date":"1/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":374,"Date":"2/2/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":71,"Cost":42,"Date":"3/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":973,"Cost":660,"Date":"10/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":14,"Cost":12,"Date":"2/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":338,"Cost":264,"Date":"6/7/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":950,"Cost":749,"Date":"1/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":867,"Cost":507,"Date":"3/27/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":101,"Cost":53,"Date":"5/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":276,"Cost":240,"Date":"7/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":640,"Cost":553,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":42,"Cost":26,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":782,"Cost":516,"Date":"1/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":767,"Cost":416,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":619,"Cost":536,"Date":"6/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":721,"Cost":399,"Date":"6/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":621,"Cost":483,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":32,"Cost":26,"Date":"11/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":259,"Cost":143,"Date":"12/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":510,"Cost":399,"Date":"2/4/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":549,"Cost":313,"Date":"3/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":744,"Cost":607,"Date":"12/18/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":190,"Cost":115,"Date":"3/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":223,"Cost":193,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":64,"Cost":45,"Date":"6/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":990,"Cost":818,"Date":"7/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":839,"Cost":716,"Date":"11/21/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":863,"Cost":734,"Date":"11/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":369,"Cost":195,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"5/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":786,"Cost":722,"Date":"9/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":406,"Cost":213,"Date":"1/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":916,"Cost":566,"Date":"2/2/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":999,"Cost":772,"Date":"3/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":834,"Cost":491,"Date":"10/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":445,"Date":"2/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":188,"Date":"6/7/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":395,"Date":"1/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":209,"Date":"3/27/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":38,"Date":"5/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":69,"Date":"7/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":109,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":28,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":552,"Date":"1/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":513,"Cost":387,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":336,"Date":"6/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":967,"Cost":510,"Date":"6/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":231,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":925,"Cost":875,"Date":"11/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":636,"Date":"12/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":768,"Date":"2/4/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":246,"Date":"3/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":110,"Date":"12/18/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":202,"Date":"3/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":288,"Cost":260,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":316,"Cost":284,"Date":"6/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":460,"Cost":377,"Date":"7/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":398,"Date":"11/21/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":314,"Date":"11/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":540,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":85,"Cost":69,"Date":"5/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":478,"Date":"9/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":662,"Cost":334,"Date":"1/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":95,"Date":"2/2/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":380,"Cost":325,"Date":"3/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":404,"Cost":365,"Date":"10/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":135,"Cost":91,"Date":"2/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":909,"Cost":668,"Date":"6/7/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":442,"Date":"1/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":713,"Cost":451,"Date":"3/27/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":906,"Date":"5/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":783,"Cost":559,"Date":"7/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":949,"Cost":790,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":320,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":449,"Cost":337,"Date":"1/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":834,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":811,"Cost":552,"Date":"6/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":95,"Cost":91,"Date":"6/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":154,"Cost":83,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":59,"Cost":45,"Date":"11/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":671,"Cost":364,"Date":"12/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":660,"Date":"2/4/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":68,"Date":"3/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":636,"Cost":376,"Date":"12/18/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":793,"Cost":452,"Date":"3/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":174,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":618,"Cost":371,"Date":"6/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":348,"Date":"7/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":23,"Date":"11/21/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":239,"Date":"11/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":441,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":668,"Cost":568,"Date":"5/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":655,"Date":"9/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":477,"Cost":343,"Date":"1/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":544,"Date":"2/2/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":284,"Date":"3/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":462,"Date":"10/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":222,"Cost":155,"Date":"2/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":347,"Cost":285,"Date":"6/7/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":695,"Cost":506,"Date":"1/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":938,"Cost":617,"Date":"3/27/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":847,"Cost":636,"Date":"5/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":962,"Cost":491,"Date":"7/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":775,"Cost":609,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":52,"Cost":29,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":903,"Cost":501,"Date":"1/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":738,"Cost":398,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":660,"Cost":493,"Date":"6/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":768,"Cost":709,"Date":"6/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":133,"Cost":75,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":261,"Cost":134,"Date":"11/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":934,"Cost":882,"Date":"12/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":69,"Cost":42,"Date":"2/4/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":178,"Cost":116,"Date":"3/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":72,"Cost":43,"Date":"12/18/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":70,"Cost":49,"Date":"3/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":121,"Cost":97,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":569,"Cost":495,"Date":"6/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":899,"Cost":776,"Date":"7/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":405,"Cost":314,"Date":"11/21/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":718,"Cost":365,"Date":"11/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":620,"Cost":367,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":272,"Cost":155,"Date":"5/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":883,"Cost":758,"Date":"9/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":199,"Cost":133,"Date":"1/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":294,"Cost":149,"Date":"2/2/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":96,"Cost":76,"Date":"3/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":617,"Cost":360,"Date":"10/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":639,"Date":"2/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":226,"Cost":147,"Date":"6/7/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":559,"Date":"1/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":833,"Cost":744,"Date":"3/27/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":936,"Date":"5/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":402,"Date":"7/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":931,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":872,"Cost":601,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":995,"Cost":508,"Date":"1/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":117,"Cost":97,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":358,"Date":"6/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":448,"Date":"6/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":74,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":278,"Date":"11/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":132,"Cost":107,"Date":"12/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":294,"Date":"2/4/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":185,"Date":"3/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":5,"Date":"12/18/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":474,"Date":"3/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":436,"Cost":286,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":660,"Cost":441,"Date":"6/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":139,"Date":"7/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":340,"Date":"11/21/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":152,"Date":"11/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":375,"Cost":256,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":278,"Date":"5/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":30,"Date":"9/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":43,"Date":"1/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":41,"Date":"2/2/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":467,"Date":"3/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":446,"Cost":357,"Date":"10/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":810,"Cost":768,"Date":"2/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":261,"Date":"6/7/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":296,"Date":"1/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":475,"Date":"3/27/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":213,"Cost":152,"Date":"5/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":921,"Cost":852,"Date":"7/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":217,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":575,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":678,"Cost":352,"Date":"1/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":111,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":628,"Date":"6/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":368,"Cost":244,"Date":"6/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":257,"Cost":237,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":415,"Cost":222,"Date":"11/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":375,"Cost":315,"Date":"12/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":85,"Cost":73,"Date":"2/4/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":171,"Cost":127,"Date":"3/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":931,"Cost":784,"Date":"12/18/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":400,"Date":"3/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":169,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":416,"Date":"6/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":521,"Date":"7/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":844,"Cost":527,"Date":"11/21/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":242,"Cost":154,"Date":"11/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":26,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":329,"Date":"5/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":725,"Cost":395,"Date":"9/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":713,"Cost":529,"Date":"1/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":3,"Date":"2/2/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":800,"Cost":736,"Date":"3/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":811,"Cost":588,"Date":"10/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":266,"Date":"2/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":398,"Date":"6/7/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":694,"Date":"1/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":678,"Cost":643,"Date":"3/27/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":996,"Cost":809,"Date":"5/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":243,"Date":"7/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":746,"Cost":651,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":609,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":78,"Date":"1/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":315,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":754,"Cost":522,"Date":"6/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":906,"Cost":486,"Date":"6/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":891,"Cost":811,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":792,"Cost":623,"Date":"11/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":182,"Date":"12/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":668,"Cost":444,"Date":"2/4/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":758,"Cost":597,"Date":"3/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":43,"Cost":28,"Date":"12/18/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":975,"Cost":909,"Date":"3/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":927,"Cost":795,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":610,"Cost":331,"Date":"6/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":929,"Cost":660,"Date":"7/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":41,"Cost":28,"Date":"11/21/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":125,"Cost":65,"Date":"11/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":295,"Cost":236,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":408,"Date":"5/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":443,"Date":"9/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":576,"Date":"1/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":423,"Cost":239,"Date":"2/2/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":131,"Cost":90,"Date":"3/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":304,"Cost":269,"Date":"10/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":283,"Date":"2/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":537,"Cost":286,"Date":"6/7/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":316,"Date":"1/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":656,"Cost":364,"Date":"3/27/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":853,"Cost":434,"Date":"5/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":117,"Cost":92,"Date":"7/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":805,"Cost":690,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":651,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":175,"Date":"1/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":53,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":678,"Cost":623,"Date":"6/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":73,"Date":"6/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":858,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":94,"Date":"11/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":172,"Date":"12/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":216,"Date":"2/4/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":253,"Date":"3/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":922,"Date":"12/18/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":173,"Cost":158,"Date":"3/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":440,"Cost":292,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":69,"Cost":60,"Date":"6/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":982,"Cost":609,"Date":"7/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":751,"Date":"11/21/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":530,"Cost":267,"Date":"11/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":704,"Cost":427,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":327,"Date":"5/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":366,"Cost":297,"Date":"9/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":982,"Cost":911,"Date":"1/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":537,"Date":"2/2/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":76,"Date":"3/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":202,"Date":"10/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":630,"Cost":529,"Date":"2/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":244,"Cost":204,"Date":"6/7/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":69,"Cost":61,"Date":"1/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":637,"Cost":570,"Date":"3/27/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":686,"Cost":499,"Date":"5/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":471,"Cost":394,"Date":"7/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":821,"Cost":418,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":718,"Cost":376,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":457,"Cost":367,"Date":"1/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":94,"Cost":87,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":610,"Cost":323,"Date":"6/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":835,"Cost":739,"Date":"6/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":340,"Cost":182,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":481,"Cost":350,"Date":"11/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":38,"Cost":29,"Date":"12/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":211,"Cost":194,"Date":"2/4/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":131,"Cost":86,"Date":"3/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":642,"Cost":557,"Date":"12/18/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":576,"Cost":523,"Date":"3/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":734,"Cost":398,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":896,"Cost":846,"Date":"6/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":754,"Cost":519,"Date":"7/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":166,"Cost":151,"Date":"11/21/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":696,"Cost":540,"Date":"11/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":17,"Cost":14,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"5/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":696,"Cost":401,"Date":"9/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":942,"Cost":772,"Date":"1/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":505,"Cost":328,"Date":"2/2/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":363,"Cost":280,"Date":"3/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":578,"Cost":422,"Date":"10/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":445,"Date":"2/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":505,"Cost":421,"Date":"6/7/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":111,"Date":"1/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":63,"Date":"3/27/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":308,"Cost":193,"Date":"5/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":545,"Date":"7/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":551,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":713,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":975,"Cost":675,"Date":"1/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":426,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":303,"Date":"6/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":306,"Date":"6/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":502,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":724,"Cost":563,"Date":"11/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":898,"Cost":612,"Date":"12/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":178,"Date":"2/4/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":274,"Cost":168,"Date":"3/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":55,"Date":"12/18/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":917,"Cost":608,"Date":"3/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":263,"Cost":176,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":88,"Cost":53,"Date":"6/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":208,"Date":"7/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":321,"Date":"11/21/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":109,"Cost":98,"Date":"11/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":430,"Cost":268,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":106,"Cost":78,"Date":"5/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":663,"Cost":408,"Date":"9/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":313,"Cost":252,"Date":"1/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":763,"Date":"2/2/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":663,"Date":"3/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":780,"Cost":688,"Date":"10/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":167,"Cost":105,"Date":"2/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":787,"Cost":469,"Date":"6/7/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":428,"Date":"1/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":778,"Cost":709,"Date":"3/27/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":913,"Cost":695,"Date":"5/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":285,"Cost":268,"Date":"7/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":924,"Cost":721,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":882,"Cost":601,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":586,"Date":"1/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":925,"Cost":601,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":676,"Cost":397,"Date":"6/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":297,"Date":"6/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":336,"Cost":296,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":203,"Date":"11/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":358,"Date":"12/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":477,"Date":"2/4/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":687,"Date":"3/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":219,"Date":"12/18/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":154,"Cost":107,"Date":"3/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":88,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":267,"Date":"6/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":261,"Cost":138,"Date":"7/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":697,"Cost":435,"Date":"11/21/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":737,"Cost":473,"Date":"11/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":834,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":696,"Cost":476,"Date":"5/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":288,"Date":"9/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":528,"Cost":502,"Date":"1/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":218,"Cost":200,"Date":"2/2/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":272,"Date":"3/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":969,"Cost":699,"Date":"10/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":12,"Cost":11,"Date":"2/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":484,"Cost":445,"Date":"6/7/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":210,"Date":"1/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":345,"Date":"3/27/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":150,"Date":"5/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":439,"Date":"7/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":398,"Cost":255,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":523,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":673,"Date":"1/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":450,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":491,"Date":"6/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":661,"Cost":553,"Date":"6/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":596,"Cost":403,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":764,"Cost":526,"Date":"11/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":649,"Cost":604,"Date":"12/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":135,"Date":"2/4/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":40,"Date":"3/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":370,"Cost":335,"Date":"12/18/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":18,"Cost":9,"Date":"3/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":509,"Cost":312,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":501,"Cost":443,"Date":"6/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":408,"Cost":368,"Date":"7/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":55,"Cost":44,"Date":"11/21/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":454,"Cost":246,"Date":"11/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":246,"Cost":197,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":72,"Date":"5/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":676,"Date":"9/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":777,"Cost":563,"Date":"1/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":650,"Date":"2/2/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":86,"Date":"3/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":324,"Date":"10/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":195,"Cost":177,"Date":"2/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":98,"Cost":55,"Date":"6/7/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":268,"Cost":162,"Date":"1/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":927,"Cost":563,"Date":"3/27/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":102,"Cost":65,"Date":"5/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":723,"Cost":665,"Date":"7/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":632,"Cost":545,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":108,"Cost":83,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":437,"Cost":364,"Date":"1/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":575,"Cost":289,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":480,"Cost":286,"Date":"6/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":587,"Cost":365,"Date":"6/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":103,"Cost":95,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":489,"Cost":451,"Date":"11/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":630,"Cost":434,"Date":"12/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":917,"Cost":477,"Date":"2/4/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":854,"Cost":596,"Date":"3/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":6,"Cost":5,"Date":"12/18/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":540,"Cost":282,"Date":"3/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":12,"Cost":10,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":234,"Cost":186,"Date":"6/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":380,"Cost":207,"Date":"7/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":757,"Cost":668,"Date":"11/21/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":239,"Cost":223,"Date":"11/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":513,"Cost":441,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":636,"Cost":467,"Date":"5/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":872,"Cost":627,"Date":"9/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":91,"Cost":85,"Date":"1/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":605,"Cost":410,"Date":"2/2/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":681,"Cost":613,"Date":"3/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":888,"Cost":446,"Date":"10/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":408,"Date":"2/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":762,"Date":"6/7/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":492,"Cost":446,"Date":"1/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":695,"Date":"3/27/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":618,"Cost":513,"Date":"5/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":179,"Date":"7/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":299,"Cost":160,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":522,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":339,"Date":"1/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":534,"Cost":456,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":187,"Date":"6/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":515,"Date":"6/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":416,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":372,"Date":"11/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":176,"Date":"12/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":827,"Date":"2/4/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":131,"Date":"3/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":128,"Date":"12/18/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":577,"Date":"3/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":257,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":60,"Date":"6/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":117,"Date":"7/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":183,"Date":"11/21/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":356,"Date":"11/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":106,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":111,"Cost":67,"Date":"5/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":778,"Date":"9/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":487,"Date":"1/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":987,"Cost":724,"Date":"2/2/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":33,"Date":"3/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":221,"Date":"10/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":57,"Date":"2/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":379,"Cost":328,"Date":"6/7/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":20,"Cost":12,"Date":"1/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":852,"Cost":460,"Date":"3/27/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":130,"Date":"5/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":479,"Date":"7/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":86,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":283,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":27,"Date":"1/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":376,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":802,"Cost":629,"Date":"6/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":506,"Date":"6/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":75,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":480,"Date":"11/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":225,"Cost":130,"Date":"12/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":380,"Date":"2/4/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":523,"Date":"3/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":350,"Date":"12/18/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":156,"Date":"3/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":132,"Cost":101,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":481,"Date":"6/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":97,"Cost":90,"Date":"7/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":203,"Date":"11/21/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":365,"Cost":245,"Date":"11/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":1000,"Cost":741,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":353,"Date":"5/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":142,"Date":"9/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":193,"Cost":125,"Date":"1/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":730,"Cost":431,"Date":"2/2/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":123,"Date":"3/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":763,"Date":"10/14/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":61,"Cost":39,"Date":"2/16/2018"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":576,"Cost":381,"Date":"6/7/2018"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":742,"Cost":444,"Date":"1/28/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":733,"Cost":410,"Date":"3/27/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":783,"Cost":457,"Date":"5/12/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":944,"Cost":480,"Date":"7/28/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":651,"Cost":583,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":833,"Cost":536,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":204,"Cost":117,"Date":"1/17/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":139,"Cost":101,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":752,"Cost":696,"Date":"6/6/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":67,"Cost":62,"Date":"6/16/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":413,"Cost":348,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":944,"Cost":788,"Date":"11/19/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":82,"Cost":43,"Date":"12/28/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":760,"Cost":595,"Date":"2/4/2021"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":292,"Cost":173,"Date":"3/8/2021"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":195,"Cost":154,"Date":"12/18/2021"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":367,"Cost":277,"Date":"3/31/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":928,"Cost":519,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":612,"Cost":560,"Date":"6/26/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":56,"Cost":40,"Date":"7/23/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":11,"Cost":9,"Date":"11/21/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":142,"Cost":73,"Date":"11/26/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":179,"Cost":170,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":491,"Cost":356,"Date":"5/21/2023"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":981,"Cost":539,"Date":"9/28/2023"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":761,"Cost":469,"Date":"1/3/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":606,"Cost":363,"Date":"2/2/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":142,"Cost":87,"Date":"3/18/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":27,"Cost":19,"Date":"10/14/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":832,"Cost":664,"Date":"2/16/2018"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":349,"Cost":322,"Date":"6/7/2018"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":17,"Cost":14,"Date":"1/28/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":831,"Cost":790,"Date":"3/27/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":437,"Cost":288,"Date":"5/12/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":788,"Cost":640,"Date":"7/28/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":152,"Cost":101,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":300,"Cost":183,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":856,"Cost":490,"Date":"1/17/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":391,"Cost":200,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":98,"Cost":79,"Date":"6/6/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":775,"Cost":522,"Date":"6/16/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":196,"Cost":125,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":64,"Cost":58,"Date":"11/19/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":642,"Cost":495,"Date":"12/28/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":37,"Cost":33,"Date":"2/4/2021"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":80,"Cost":55,"Date":"3/8/2021"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":90,"Cost":64,"Date":"12/18/2021"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":677,"Cost":443,"Date":"3/31/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":852,"Cost":498,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":343,"Cost":314,"Date":"6/26/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":330,"Cost":210,"Date":"7/23/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":476,"Cost":278,"Date":"11/21/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":899,"Cost":655,"Date":"11/26/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":301,"Cost":172,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":295,"Cost":253,"Date":"5/21/2023"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":646,"Cost":343,"Date":"9/28/2023"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":789,"Cost":508,"Date":"1/3/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":107,"Cost":87,"Date":"2/2/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":823,"Cost":476,"Date":"3/18/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":178,"Cost":104,"Date":"10/14/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":717,"Cost":632,"Date":"2/16/2018"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":232,"Cost":175,"Date":"6/7/2018"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":483,"Date":"1/28/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":161,"Date":"3/27/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":395,"Cost":207,"Date":"5/12/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":152,"Date":"7/28/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":72,"Cost":37,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":571,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":506,"Date":"1/17/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":744,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":232,"Date":"6/6/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":147,"Date":"6/16/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":478,"Cost":449,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":257,"Cost":195,"Date":"11/19/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":7,"Cost":6,"Date":"12/28/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":469,"Cost":401,"Date":"2/4/2021"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":537,"Cost":411,"Date":"3/8/2021"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":361,"Date":"12/18/2021"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":531,"Date":"3/31/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":425,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":32,"Cost":20,"Date":"6/26/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":755,"Cost":482,"Date":"7/23/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":282,"Date":"11/21/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":333,"Date":"11/26/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":204,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":631,"Cost":515,"Date":"5/21/2023"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":626,"Date":"9/28/2023"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":244,"Cost":209,"Date":"1/3/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":714,"Date":"2/2/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":347,"Date":"3/18/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":355,"Cost":326,"Date":"10/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":866,"Cost":770,"Date":"2/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":233,"Date":"6/7/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":284,"Cost":206,"Date":"1/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":209,"Date":"3/27/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":776,"Cost":714,"Date":"5/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":232,"Date":"7/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":422,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":525,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":660,"Cost":456,"Date":"1/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":432,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":776,"Date":"6/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":279,"Date":"6/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":480,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":418,"Cost":310,"Date":"11/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":351,"Cost":217,"Date":"12/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":558,"Cost":476,"Date":"2/4/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":587,"Date":"3/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":370,"Cost":234,"Date":"12/18/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":95,"Date":"3/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":378,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":539,"Cost":290,"Date":"6/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":780,"Cost":445,"Date":"7/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":458,"Cost":229,"Date":"11/21/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":705,"Cost":666,"Date":"11/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":546,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":675,"Date":"5/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":771,"Cost":429,"Date":"9/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":831,"Cost":437,"Date":"1/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":15,"Date":"2/2/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":673,"Date":"3/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":604,"Date":"10/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":566,"Cost":408,"Date":"2/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":572,"Date":"6/7/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":275,"Date":"1/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":743,"Cost":487,"Date":"3/27/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":156,"Cost":110,"Date":"5/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":482,"Cost":417,"Date":"7/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":685,"Cost":471,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":411,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":774,"Cost":502,"Date":"1/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":410,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":354,"Date":"6/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":844,"Cost":513,"Date":"6/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":82,"Cost":74,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":154,"Date":"11/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":289,"Cost":145,"Date":"12/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":933,"Cost":800,"Date":"2/4/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":480,"Cost":383,"Date":"3/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":405,"Cost":209,"Date":"12/18/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":698,"Date":"3/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":332,"Cost":262,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":132,"Date":"6/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":2,"Cost":1,"Date":"7/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":433,"Cost":277,"Date":"11/21/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":496,"Date":"11/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":318,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":310,"Cost":290,"Date":"5/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":399,"Cost":350,"Date":"9/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":852,"Date":"1/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":450,"Date":"2/2/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":509,"Cost":319,"Date":"3/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":354,"Date":"10/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":401,"Date":"2/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":367,"Date":"6/7/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":259,"Cost":234,"Date":"1/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":55,"Cost":31,"Date":"3/27/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":860,"Date":"5/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":824,"Cost":760,"Date":"7/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":413,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":577,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":644,"Date":"1/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":195,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":253,"Date":"6/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":537,"Date":"6/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":232,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":752,"Cost":638,"Date":"11/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":158,"Date":"12/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":425,"Date":"2/4/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":772,"Cost":472,"Date":"3/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":647,"Cost":499,"Date":"12/18/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":767,"Cost":533,"Date":"3/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":744,"Cost":703,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":943,"Cost":660,"Date":"6/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":134,"Cost":93,"Date":"7/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":832,"Cost":656,"Date":"11/21/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":215,"Cost":154,"Date":"11/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":629,"Cost":541,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":227,"Cost":183,"Date":"5/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":139,"Cost":83,"Date":"9/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":14,"Cost":7,"Date":"1/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":393,"Cost":297,"Date":"2/2/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":257,"Date":"3/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":425,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":170,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":663,"Cost":442,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":314,"Cost":266,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":398,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":487,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":46,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":157,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":209,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":556,"Cost":472,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":25,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":482,"Cost":253,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":702,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":861,"Cost":488,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":608,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":117,"Cost":88,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":72,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":793,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":925,"Cost":471,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":463,"Cost":439,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":783,"Cost":415,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":899,"Cost":523,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":708,"Cost":390,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":442,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":62,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":210,"Cost":143,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":211,"Cost":154,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":195,"Cost":97,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":88,"Cost":54,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":89,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":493,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":519,"Cost":396,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":690,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":881,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":222,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":755,"Cost":481,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":255,"Cost":226,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":632,"Cost":586,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":222,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":526,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":606,"Cost":340,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":3,"Cost":3,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":583,"Cost":383,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":673,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":129,"Cost":111,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":371,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":163,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":76,"Cost":54,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":414,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":770,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":609,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":258,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":469,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":552,"Cost":346,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":352,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":896,"Cost":478,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":594,"Cost":465,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":242,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":246,"Cost":169,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":208,"Cost":130,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":427,"Cost":276,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":206,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":433,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":308,"Cost":225,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":470,"Cost":324,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":842,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":60,"Cost":36,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":29,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":339,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":424,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":813,"Cost":594,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":992,"Cost":891,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":414,"Cost":253,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":450,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":118,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":624,"Cost":338,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":361,"Cost":326,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":479,"Cost":312,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":410,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":727,"Cost":598,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":736,"Cost":562,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":114,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":149,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":185,"Cost":158,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":68,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":412,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":542,"Cost":424,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":243,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":897,"Cost":576,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":756,"Cost":469,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":220,"Cost":112,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":368,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":91,"Cost":61,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":682,"Cost":345,"Date":"10/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":956,"Cost":635,"Date":"2/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":173,"Cost":159,"Date":"6/7/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":38,"Cost":29,"Date":"1/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":354,"Cost":211,"Date":"3/27/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":35,"Cost":31,"Date":"5/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":745,"Cost":521,"Date":"7/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":467,"Cost":411,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":543,"Cost":277,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":157,"Cost":99,"Date":"1/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":333,"Cost":180,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":912,"Cost":705,"Date":"6/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":589,"Cost":464,"Date":"6/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":33,"Cost":27,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":99,"Cost":57,"Date":"11/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":727,"Cost":687,"Date":"12/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":355,"Cost":320,"Date":"2/4/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":182,"Cost":92,"Date":"3/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":904,"Cost":562,"Date":"12/18/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":893,"Cost":571,"Date":"3/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":240,"Cost":138,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":308,"Cost":188,"Date":"6/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":350,"Cost":310,"Date":"7/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":33,"Cost":17,"Date":"11/21/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":648,"Cost":533,"Date":"11/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":868,"Cost":565,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":85,"Cost":58,"Date":"5/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":361,"Cost":317,"Date":"9/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":694,"Cost":633,"Date":"1/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":74,"Cost":57,"Date":"2/2/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":327,"Cost":192,"Date":"3/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":630,"Cost":453,"Date":"10/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":105,"Date":"2/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":893,"Cost":578,"Date":"6/7/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":633,"Date":"1/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":233,"Cost":135,"Date":"3/27/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":55,"Cost":52,"Date":"5/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":131,"Date":"7/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":260,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":552,"Cost":286,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":157,"Cost":137,"Date":"1/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":95,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":574,"Date":"6/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":517,"Date":"6/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":60,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":21,"Date":"11/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":402,"Date":"12/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":537,"Date":"2/4/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":175,"Date":"3/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":272,"Cost":230,"Date":"12/18/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":131,"Cost":104,"Date":"3/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":876,"Cost":786,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":238,"Date":"6/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":681,"Cost":350,"Date":"7/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":198,"Date":"11/21/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":612,"Date":"11/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":46,"Cost":44,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":235,"Date":"5/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":198,"Date":"9/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":187,"Cost":155,"Date":"1/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":540,"Date":"2/2/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":351,"Cost":309,"Date":"3/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":705,"Cost":600,"Date":"10/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":67,"Date":"2/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":31,"Cost":21,"Date":"6/7/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":658,"Cost":400,"Date":"1/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":599,"Date":"3/27/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":16,"Date":"5/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":879,"Cost":573,"Date":"7/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":839,"Cost":733,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":413,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":524,"Date":"1/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":517,"Cost":334,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":697,"Cost":627,"Date":"6/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":29,"Cost":19,"Date":"6/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":221,"Cost":162,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":228,"Date":"11/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":386,"Date":"12/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":915,"Cost":652,"Date":"2/4/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":349,"Date":"3/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":346,"Date":"12/18/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":493,"Date":"3/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":465,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":939,"Cost":720,"Date":"6/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":58,"Date":"7/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":146,"Date":"11/21/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":271,"Cost":213,"Date":"11/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":28,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":326,"Cost":257,"Date":"5/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":177,"Date":"9/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":619,"Date":"1/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":254,"Date":"2/2/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":261,"Date":"3/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":227,"Cost":162,"Date":"10/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":349,"Cost":197,"Date":"2/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":274,"Cost":191,"Date":"6/7/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":564,"Date":"1/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":684,"Date":"3/27/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":232,"Date":"5/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":723,"Cost":622,"Date":"7/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":465,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":263,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":169,"Cost":153,"Date":"1/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":157,"Cost":80,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":70,"Date":"6/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":235,"Cost":194,"Date":"6/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":384,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":70,"Date":"11/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":7,"Cost":4,"Date":"12/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":473,"Cost":272,"Date":"2/4/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":730,"Cost":551,"Date":"3/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":34,"Cost":32,"Date":"12/18/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":916,"Cost":539,"Date":"3/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":488,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":271,"Cost":248,"Date":"6/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":233,"Cost":189,"Date":"7/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":63,"Date":"11/21/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":106,"Cost":74,"Date":"11/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":109,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":278,"Date":"5/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":69,"Date":"9/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":248,"Date":"1/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":929,"Cost":614,"Date":"2/2/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":535,"Date":"3/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":34,"Cost":31,"Date":"10/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":422,"Date":"2/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":304,"Date":"6/7/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":345,"Cost":188,"Date":"1/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":689,"Cost":571,"Date":"3/27/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":820,"Cost":705,"Date":"5/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":462,"Date":"7/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":430,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":535,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":978,"Cost":613,"Date":"1/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":198,"Cost":164,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":865,"Date":"6/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":399,"Date":"6/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":599,"Cost":569,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":154,"Date":"11/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":203,"Date":"12/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":164,"Date":"2/4/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":96,"Date":"3/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":872,"Date":"12/18/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":635,"Date":"3/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":165,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":205,"Date":"6/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":771,"Cost":542,"Date":"7/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":912,"Date":"11/21/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":126,"Date":"11/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":208,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":673,"Cost":388,"Date":"5/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":840,"Cost":582,"Date":"9/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":465,"Date":"1/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":496,"Cost":396,"Date":"2/2/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":54,"Date":"3/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":126,"Cost":73,"Date":"10/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":362,"Date":"2/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":189,"Cost":137,"Date":"6/7/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":122,"Cost":74,"Date":"1/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":338,"Cost":197,"Date":"3/27/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":53,"Cost":49,"Date":"5/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":184,"Date":"7/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":595,"Cost":559,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":324,"Cost":183,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":514,"Date":"1/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":487,"Cost":429,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":117,"Cost":59,"Date":"6/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":591,"Cost":308,"Date":"6/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":448,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":29,"Cost":26,"Date":"11/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":738,"Cost":571,"Date":"12/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":479,"Cost":288,"Date":"2/4/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":387,"Cost":251,"Date":"3/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":405,"Cost":378,"Date":"12/18/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":951,"Cost":691,"Date":"3/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":106,"Cost":71,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":221,"Date":"6/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":46,"Cost":31,"Date":"7/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":210,"Date":"11/21/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":716,"Cost":476,"Date":"11/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":900,"Cost":466,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":63,"Date":"5/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":390,"Date":"9/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":684,"Date":"1/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":19,"Cost":10,"Date":"2/2/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":372,"Date":"3/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":381,"Date":"10/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":667,"Cost":571,"Date":"2/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":557,"Cost":405,"Date":"6/7/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":179,"Cost":169,"Date":"1/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":388,"Date":"3/27/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":71,"Date":"5/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":124,"Date":"7/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":405,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":262,"Cost":227,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":364,"Date":"1/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":38,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":586,"Date":"6/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":153,"Date":"6/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":587,"Cost":399,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":486,"Cost":298,"Date":"11/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":110,"Cost":96,"Date":"12/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":908,"Cost":468,"Date":"2/4/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":202,"Cost":132,"Date":"3/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":711,"Cost":554,"Date":"12/18/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":883,"Cost":512,"Date":"3/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":515,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":319,"Cost":192,"Date":"6/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":567,"Date":"7/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":815,"Cost":484,"Date":"11/21/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":861,"Cost":461,"Date":"11/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":164,"Cost":100,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":216,"Date":"5/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":287,"Cost":250,"Date":"9/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":385,"Date":"1/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":888,"Cost":753,"Date":"2/2/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":434,"Date":"3/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":468,"Date":"10/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":421,"Cost":378,"Date":"2/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":962,"Cost":529,"Date":"6/7/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":275,"Cost":248,"Date":"1/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":960,"Cost":733,"Date":"3/27/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":225,"Cost":199,"Date":"5/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":27,"Cost":19,"Date":"7/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":93,"Cost":86,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":646,"Cost":336,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":141,"Cost":84,"Date":"1/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":494,"Cost":403,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":387,"Cost":277,"Date":"6/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":529,"Cost":402,"Date":"6/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":980,"Cost":773,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":438,"Cost":360,"Date":"11/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":3,"Cost":2,"Date":"12/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":274,"Cost":234,"Date":"2/4/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":119,"Cost":95,"Date":"3/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":825,"Cost":564,"Date":"12/18/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":173,"Cost":112,"Date":"3/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":321,"Cost":169,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":392,"Cost":254,"Date":"6/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":629,"Cost":321,"Date":"7/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":572,"Cost":473,"Date":"11/21/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":359,"Cost":220,"Date":"11/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":616,"Cost":507,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":606,"Cost":549,"Date":"5/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":382,"Cost":318,"Date":"9/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":323,"Cost":192,"Date":"1/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":605,"Cost":391,"Date":"2/2/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":845,"Cost":565,"Date":"3/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":294,"Cost":182,"Date":"10/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":808,"Cost":487,"Date":"2/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":401,"Date":"6/7/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":608,"Cost":505,"Date":"1/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":557,"Date":"3/27/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":636,"Date":"5/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":227,"Date":"7/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":847,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":3,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":326,"Cost":270,"Date":"1/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":546,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":415,"Date":"6/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":320,"Cost":207,"Date":"6/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":392,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":884,"Cost":724,"Date":"11/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":271,"Cost":222,"Date":"12/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":135,"Date":"2/4/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":186,"Date":"3/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":5,"Date":"12/18/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":683,"Date":"3/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":464,"Cost":321,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":767,"Cost":712,"Date":"6/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":830,"Cost":762,"Date":"7/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":264,"Cost":226,"Date":"11/21/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":163,"Date":"11/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":256,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":420,"Cost":281,"Date":"5/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":765,"Cost":520,"Date":"9/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":247,"Date":"1/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":749,"Cost":576,"Date":"2/2/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":475,"Date":"3/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":390,"Date":"10/14/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":113,"Date":"2/16/2018"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":198,"Cost":110,"Date":"6/7/2018"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":324,"Cost":260,"Date":"1/28/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":353,"Date":"3/27/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":114,"Cost":76,"Date":"5/12/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":651,"Date":"7/28/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":316,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":320,"Cost":226,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":73,"Date":"1/17/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":964,"Cost":555,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":712,"Cost":356,"Date":"6/6/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":646,"Date":"6/16/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":114,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":24,"Date":"11/19/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":969,"Cost":754,"Date":"12/28/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":898,"Cost":762,"Date":"2/4/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":555,"Cost":300,"Date":"3/8/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":256,"Date":"12/18/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":52,"Date":"3/31/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":515,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":490,"Cost":417,"Date":"6/26/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":261,"Cost":210,"Date":"7/23/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":806,"Cost":704,"Date":"11/21/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":308,"Date":"11/26/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":29,"Cost":24,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":379,"Cost":334,"Date":"5/21/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":61,"Date":"9/28/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":219,"Cost":113,"Date":"1/3/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":355,"Date":"2/2/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":809,"Cost":462,"Date":"3/18/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":920,"Cost":521,"Date":"10/14/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":934,"Cost":823,"Date":"2/16/2018"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":523,"Cost":350,"Date":"6/7/2018"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":138,"Date":"1/28/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":758,"Cost":576,"Date":"3/27/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":717,"Cost":364,"Date":"5/12/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":16,"Cost":9,"Date":"7/28/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":193,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":229,"Cost":217,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":690,"Cost":559,"Date":"1/17/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":16,"Cost":9,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":630,"Cost":317,"Date":"6/6/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":343,"Date":"6/16/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":921,"Cost":744,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":302,"Cost":275,"Date":"11/19/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":327,"Date":"12/28/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":50,"Cost":43,"Date":"2/4/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":37,"Cost":20,"Date":"3/8/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":404,"Cost":333,"Date":"12/18/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":258,"Date":"3/31/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":144,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":515,"Date":"6/26/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":365,"Date":"7/23/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":773,"Date":"11/21/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":335,"Cost":169,"Date":"11/26/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":586,"Cost":501,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":925,"Cost":646,"Date":"5/21/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":514,"Date":"9/28/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":315,"Date":"1/3/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":420,"Cost":387,"Date":"2/2/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":835,"Cost":674,"Date":"3/18/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":580,"Cost":422,"Date":"10/14/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":245,"Date":"2/16/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":902,"Cost":786,"Date":"6/7/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":81,"Cost":73,"Date":"1/28/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":609,"Date":"3/27/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":270,"Date":"5/12/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":545,"Cost":337,"Date":"7/28/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":25,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":597,"Cost":323,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":263,"Cost":193,"Date":"1/17/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":412,"Cost":381,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":441,"Date":"6/6/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":652,"Cost":438,"Date":"6/16/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":422,"Cost":311,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":669,"Date":"11/19/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":149,"Cost":126,"Date":"12/28/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":536,"Date":"2/4/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":280,"Date":"3/8/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":582,"Cost":480,"Date":"12/18/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":265,"Cost":180,"Date":"3/31/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":159,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":940,"Cost":564,"Date":"6/26/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":995,"Cost":658,"Date":"7/23/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":338,"Date":"11/21/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":98,"Date":"11/26/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":629,"Cost":413,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":232,"Date":"5/21/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":17,"Date":"9/28/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":315,"Cost":184,"Date":"1/3/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":114,"Cost":75,"Date":"2/2/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":380,"Date":"3/18/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":486,"Date":"10/14/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":39,"Date":"2/16/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":295,"Date":"6/7/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":649,"Cost":347,"Date":"1/28/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":99,"Cost":73,"Date":"3/27/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":351,"Date":"5/12/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":513,"Cost":338,"Date":"7/28/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":62,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":264,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":363,"Date":"1/17/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":623,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":86,"Cost":80,"Date":"6/6/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":562,"Cost":438,"Date":"6/16/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":338,"Cost":262,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":339,"Date":"11/19/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":370,"Cost":266,"Date":"12/28/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":811,"Cost":649,"Date":"2/4/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":967,"Cost":876,"Date":"3/8/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":401,"Date":"12/18/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":616,"Date":"3/31/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":46,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":573,"Date":"6/26/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":212,"Cost":150,"Date":"7/23/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":67,"Cost":42,"Date":"11/21/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":569,"Cost":312,"Date":"11/26/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":264,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":610,"Cost":349,"Date":"5/21/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":718,"Date":"9/28/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":90,"Date":"1/3/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":310,"Cost":171,"Date":"2/2/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":311,"Date":"3/18/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":54,"Date":"10/14/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":756,"Cost":566,"Date":"2/16/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":173,"Cost":163,"Date":"6/7/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":303,"Date":"1/28/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":712,"Date":"3/27/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":490,"Date":"5/12/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":462,"Date":"7/28/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":190,"Cost":114,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":114,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":566,"Date":"1/17/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":160,"Cost":86,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":196,"Date":"6/6/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":692,"Cost":616,"Date":"6/16/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":723,"Cost":659,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":469,"Cost":234,"Date":"11/19/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":499,"Date":"12/28/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":474,"Date":"2/4/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":195,"Date":"3/8/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":135,"Date":"12/18/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":162,"Cost":91,"Date":"3/31/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":269,"Cost":212,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":402,"Date":"6/26/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":334,"Cost":243,"Date":"7/23/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":431,"Cost":220,"Date":"11/21/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":340,"Cost":183,"Date":"11/26/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":74,"Cost":67,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":320,"Date":"5/21/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":444,"Cost":271,"Date":"9/28/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":931,"Cost":677,"Date":"1/3/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":158,"Date":"2/2/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":243,"Date":"3/18/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":428,"Date":"10/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":598,"Cost":312,"Date":"2/16/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":545,"Cost":413,"Date":"6/7/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":295,"Cost":198,"Date":"1/28/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":83,"Cost":64,"Date":"3/27/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":87,"Cost":79,"Date":"5/12/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":427,"Cost":375,"Date":"7/28/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":345,"Cost":175,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":714,"Cost":637,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":491,"Cost":379,"Date":"1/17/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":269,"Cost":168,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":743,"Cost":477,"Date":"6/6/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":110,"Cost":61,"Date":"6/16/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":645,"Cost":431,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":706,"Cost":650,"Date":"11/19/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":939,"Cost":875,"Date":"12/28/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":974,"Cost":912,"Date":"2/4/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":607,"Cost":362,"Date":"3/8/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":507,"Cost":381,"Date":"12/18/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":101,"Cost":96,"Date":"3/31/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":119,"Cost":61,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":393,"Cost":198,"Date":"6/26/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":442,"Cost":413,"Date":"7/23/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":290,"Cost":229,"Date":"11/21/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":71,"Cost":40,"Date":"11/26/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":886,"Cost":517,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":9,"Cost":8,"Date":"5/21/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":337,"Cost":183,"Date":"9/28/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":719,"Cost":458,"Date":"1/3/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":93,"Cost":76,"Date":"2/2/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":731,"Cost":462,"Date":"3/18/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":706,"Cost":666,"Date":"10/14/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":485,"Cost":457,"Date":"2/16/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":335,"Cost":179,"Date":"6/7/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":380,"Date":"1/28/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":257,"Cost":218,"Date":"3/27/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":883,"Cost":663,"Date":"5/12/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":260,"Date":"7/28/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":355,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":311,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":776,"Date":"1/17/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":49,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":796,"Cost":473,"Date":"6/6/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":553,"Date":"6/16/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":506,"Cost":421,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":211,"Date":"11/19/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":396,"Cost":292,"Date":"12/28/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":387,"Date":"2/4/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":412,"Date":"3/8/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":234,"Cost":121,"Date":"12/18/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":453,"Date":"3/31/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":437,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":338,"Date":"6/26/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":214,"Date":"7/23/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":491,"Date":"11/21/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":123,"Date":"11/26/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":359,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":94,"Cost":72,"Date":"5/21/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":193,"Date":"9/28/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":416,"Cost":378,"Date":"1/3/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":428,"Date":"2/2/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":86,"Cost":69,"Date":"3/18/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":803,"Cost":559,"Date":"10/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":360,"Cost":307,"Date":"2/16/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":460,"Date":"6/7/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":78,"Date":"1/28/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":342,"Date":"3/27/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":476,"Date":"5/12/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":475,"Cost":425,"Date":"7/28/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":512,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":494,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":244,"Cost":148,"Date":"1/17/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":696,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":693,"Cost":553,"Date":"6/6/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":390,"Date":"6/16/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":95,"Cost":87,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":8,"Cost":4,"Date":"11/19/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":146,"Cost":123,"Date":"12/28/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":707,"Cost":436,"Date":"2/4/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":705,"Cost":541,"Date":"3/8/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":720,"Cost":472,"Date":"12/18/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":302,"Date":"3/31/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":262,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":132,"Date":"6/26/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":839,"Cost":765,"Date":"7/23/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":564,"Date":"11/21/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":525,"Cost":274,"Date":"11/26/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":433,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":656,"Date":"5/21/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":296,"Date":"9/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":91,"Date":"1/3/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":563,"Date":"2/2/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":712,"Cost":587,"Date":"3/18/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":493,"Date":"10/14/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":387,"Date":"2/16/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":517,"Cost":432,"Date":"6/7/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":615,"Cost":448,"Date":"1/28/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":508,"Date":"3/27/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":625,"Cost":432,"Date":"5/12/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":386,"Date":"7/28/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":195,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":280,"Cost":153,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":660,"Cost":343,"Date":"1/17/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":317,"Cost":248,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":784,"Cost":639,"Date":"6/6/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":789,"Cost":725,"Date":"6/16/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":241,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":339,"Cost":314,"Date":"11/19/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":542,"Cost":452,"Date":"12/28/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":868,"Cost":490,"Date":"2/4/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":125,"Date":"3/8/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":362,"Date":"12/18/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":594,"Cost":453,"Date":"3/31/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":490,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":936,"Cost":847,"Date":"6/26/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":888,"Cost":592,"Date":"7/23/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":348,"Date":"11/21/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":757,"Date":"11/26/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":158,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":655,"Date":"5/21/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":235,"Date":"9/28/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":187,"Date":"1/3/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":902,"Cost":818,"Date":"2/2/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":473,"Date":"3/18/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":275,"Date":"10/14/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":54,"Cost":42,"Date":"2/16/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":229,"Date":"6/7/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":975,"Cost":673,"Date":"1/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":636,"Date":"3/27/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":778,"Cost":713,"Date":"5/12/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":28,"Date":"7/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":151,"Cost":137,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":371,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":349,"Date":"1/17/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":374,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":914,"Cost":760,"Date":"6/6/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":724,"Cost":591,"Date":"6/16/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":6,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":468,"Cost":391,"Date":"11/19/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":408,"Cost":377,"Date":"12/28/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":453,"Cost":358,"Date":"2/4/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":988,"Cost":856,"Date":"3/8/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":337,"Cost":245,"Date":"12/18/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":172,"Cost":160,"Date":"3/31/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":716,"Cost":534,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":637,"Cost":581,"Date":"6/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":625,"Cost":326,"Date":"7/23/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":518,"Cost":313,"Date":"11/21/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":67,"Cost":38,"Date":"11/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":941,"Cost":798,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":98,"Cost":75,"Date":"5/21/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":187,"Date":"9/28/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":139,"Cost":132,"Date":"1/3/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":698,"Date":"2/2/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":880,"Cost":616,"Date":"3/18/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":495,"Cost":453,"Date":"10/14/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":5,"Cost":4,"Date":"2/16/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":225,"Date":"6/7/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":584,"Date":"1/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":591,"Date":"3/27/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":438,"Cost":241,"Date":"5/12/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":151,"Date":"7/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":420,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":544,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":574,"Date":"1/17/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":330,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":131,"Cost":95,"Date":"6/6/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":783,"Cost":640,"Date":"6/16/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":150,"Cost":85,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":293,"Date":"11/19/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":853,"Cost":476,"Date":"12/28/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":420,"Cost":382,"Date":"2/4/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":190,"Date":"3/8/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":876,"Cost":654,"Date":"12/18/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":380,"Cost":200,"Date":"3/31/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":939,"Cost":658,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":509,"Date":"6/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":278,"Cost":232,"Date":"7/23/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":108,"Date":"11/21/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":163,"Cost":147,"Date":"11/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":641,"Cost":599,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":615,"Date":"5/21/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":320,"Cost":211,"Date":"9/28/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":959,"Cost":601,"Date":"1/3/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":183,"Date":"2/2/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":12,"Date":"3/18/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":142,"Cost":124,"Date":"10/14/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":182,"Date":"2/16/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":407,"Cost":344,"Date":"6/7/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":597,"Cost":388,"Date":"1/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":148,"Date":"3/27/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":546,"Date":"5/12/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":518,"Cost":371,"Date":"7/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":498,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":443,"Cost":369,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":920,"Cost":776,"Date":"1/17/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":577,"Cost":499,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":335,"Date":"6/6/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":262,"Date":"6/16/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":24,"Cost":20,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":200,"Date":"11/19/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":172,"Cost":96,"Date":"12/28/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":501,"Date":"2/4/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":127,"Cost":113,"Date":"3/8/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":693,"Date":"12/18/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":619,"Cost":541,"Date":"3/31/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":86,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":458,"Date":"6/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":376,"Cost":234,"Date":"7/23/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":348,"Date":"11/21/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":282,"Cost":163,"Date":"11/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":571,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":613,"Date":"5/21/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":284,"Date":"9/28/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":221,"Date":"1/3/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":838,"Cost":609,"Date":"2/2/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":22,"Date":"3/18/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":301,"Date":"10/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":207,"Cost":166,"Date":"2/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":321,"Cost":221,"Date":"6/7/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":659,"Cost":569,"Date":"1/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":687,"Cost":446,"Date":"3/27/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":443,"Cost":227,"Date":"5/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":812,"Cost":552,"Date":"7/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":878,"Cost":832,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":980,"Cost":607,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":247,"Cost":227,"Date":"1/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":670,"Cost":386,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":795,"Cost":575,"Date":"6/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":617,"Cost":531,"Date":"6/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":177,"Cost":94,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":669,"Cost":375,"Date":"11/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":493,"Cost":432,"Date":"12/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":262,"Cost":210,"Date":"2/4/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":235,"Cost":222,"Date":"3/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":491,"Cost":390,"Date":"12/18/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":43,"Cost":25,"Date":"3/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":321,"Cost":259,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":734,"Cost":482,"Date":"6/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":892,"Cost":481,"Date":"7/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":69,"Cost":54,"Date":"11/21/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":749,"Cost":694,"Date":"11/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":554,"Cost":307,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":217,"Cost":165,"Date":"5/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":67,"Cost":61,"Date":"9/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":523,"Cost":272,"Date":"1/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":57,"Cost":50,"Date":"2/2/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":882,"Cost":612,"Date":"3/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":499,"Cost":333,"Date":"10/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":324,"Cost":200,"Date":"2/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":886,"Cost":671,"Date":"6/7/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":267,"Cost":244,"Date":"1/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":60,"Cost":54,"Date":"3/27/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":681,"Cost":418,"Date":"5/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":3,"Cost":3,"Date":"7/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":682,"Cost":391,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":670,"Cost":437,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":184,"Cost":126,"Date":"1/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":419,"Cost":228,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":620,"Cost":587,"Date":"6/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":480,"Cost":372,"Date":"6/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":953,"Cost":787,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":714,"Cost":535,"Date":"11/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":558,"Cost":297,"Date":"12/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":326,"Cost":294,"Date":"2/4/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":39,"Cost":25,"Date":"3/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":257,"Cost":217,"Date":"12/18/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":738,"Cost":369,"Date":"3/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":588,"Cost":518,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":428,"Cost":308,"Date":"6/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":3,"Cost":2,"Date":"7/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":162,"Cost":154,"Date":"11/21/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":97,"Cost":77,"Date":"11/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":572,"Cost":357,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":47,"Cost":38,"Date":"5/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":735,"Cost":377,"Date":"9/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":242,"Cost":198,"Date":"1/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":922,"Cost":734,"Date":"2/2/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":498,"Cost":353,"Date":"3/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":320,"Cost":206,"Date":"10/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":387,"Cost":270,"Date":"2/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":745,"Cost":568,"Date":"6/7/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":369,"Cost":245,"Date":"1/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":299,"Date":"3/27/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":572,"Date":"5/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":145,"Cost":126,"Date":"7/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":150,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":335,"Cost":314,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":777,"Date":"1/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":581,"Cost":337,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":369,"Date":"6/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":159,"Cost":99,"Date":"6/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":658,"Cost":389,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":805,"Cost":690,"Date":"11/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":74,"Cost":53,"Date":"12/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":341,"Cost":260,"Date":"2/4/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":173,"Date":"3/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":442,"Cost":346,"Date":"12/18/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":785,"Cost":636,"Date":"3/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":533,"Cost":274,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":589,"Date":"6/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":17,"Date":"7/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":228,"Cost":201,"Date":"11/21/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":748,"Cost":476,"Date":"11/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":649,"Cost":370,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":747,"Date":"5/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":722,"Date":"9/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":437,"Date":"1/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":226,"Date":"2/2/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":708,"Cost":663,"Date":"3/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":616,"Cost":386,"Date":"10/14/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":325,"Cost":233,"Date":"2/16/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":286,"Cost":144,"Date":"6/7/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":153,"Cost":115,"Date":"1/28/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":525,"Cost":312,"Date":"3/27/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":631,"Cost":326,"Date":"5/12/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":158,"Date":"7/28/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":219,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":7,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":756,"Cost":495,"Date":"1/17/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":618,"Cost":512,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":726,"Cost":404,"Date":"6/6/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":929,"Cost":572,"Date":"6/16/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":829,"Cost":617,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":770,"Cost":638,"Date":"11/19/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":899,"Cost":526,"Date":"12/28/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":256,"Cost":189,"Date":"2/4/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":16,"Date":"3/8/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":453,"Cost":286,"Date":"12/18/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":123,"Date":"3/31/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":172,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":79,"Cost":49,"Date":"6/26/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":255,"Date":"7/23/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":551,"Date":"11/21/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":195,"Cost":110,"Date":"11/26/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":396,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":847,"Cost":510,"Date":"5/21/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":262,"Date":"9/28/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":547,"Date":"1/3/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":725,"Cost":420,"Date":"2/2/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":18,"Date":"3/18/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":665,"Cost":536,"Date":"10/14/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":475,"Cost":439,"Date":"2/16/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":361,"Cost":183,"Date":"6/7/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":213,"Cost":115,"Date":"1/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":64,"Cost":50,"Date":"3/27/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":300,"Cost":239,"Date":"5/12/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":339,"Cost":233,"Date":"7/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":546,"Cost":514,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":945,"Cost":896,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":551,"Cost":414,"Date":"1/17/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":67,"Cost":38,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":939,"Cost":632,"Date":"6/6/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":855,"Cost":569,"Date":"6/16/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":814,"Cost":437,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":536,"Cost":328,"Date":"11/19/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":7,"Cost":4,"Date":"12/28/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":733,"Cost":453,"Date":"2/4/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":755,"Cost":704,"Date":"3/8/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":430,"Cost":306,"Date":"12/18/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":370,"Cost":329,"Date":"3/31/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":280,"Cost":155,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":48,"Cost":33,"Date":"6/26/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":654,"Cost":543,"Date":"7/23/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":297,"Cost":242,"Date":"11/21/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":226,"Cost":135,"Date":"11/26/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":539,"Cost":334,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":205,"Cost":136,"Date":"5/21/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":704,"Cost":639,"Date":"9/28/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":379,"Cost":214,"Date":"1/3/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":412,"Cost":228,"Date":"2/2/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":524,"Cost":323,"Date":"3/18/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":345,"Cost":252,"Date":"10/14/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":316,"Cost":196,"Date":"2/16/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":707,"Cost":576,"Date":"6/7/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":166,"Cost":155,"Date":"1/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":980,"Cost":795,"Date":"3/27/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":716,"Cost":633,"Date":"5/12/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":922,"Cost":756,"Date":"7/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":994,"Cost":734,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":464,"Cost":337,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":936,"Cost":549,"Date":"1/17/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":74,"Cost":38,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":727,"Cost":686,"Date":"6/6/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":583,"Cost":459,"Date":"6/16/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":971,"Cost":884,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":206,"Cost":129,"Date":"11/19/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":233,"Cost":154,"Date":"12/28/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":211,"Cost":132,"Date":"2/4/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":594,"Cost":391,"Date":"3/8/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":258,"Cost":222,"Date":"12/18/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":971,"Cost":766,"Date":"3/31/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":963,"Cost":829,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":276,"Cost":257,"Date":"6/26/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":366,"Cost":213,"Date":"7/23/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":687,"Cost":480,"Date":"11/21/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":68,"Cost":36,"Date":"11/26/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":38,"Cost":27,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":836,"Cost":735,"Date":"5/21/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":472,"Cost":325,"Date":"9/28/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":528,"Cost":411,"Date":"1/3/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":929,"Cost":633,"Date":"2/2/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":572,"Cost":455,"Date":"3/18/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":16,"Cost":14,"Date":"10/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":334,"Date":"2/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":915,"Cost":542,"Date":"6/7/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":472,"Cost":414,"Date":"1/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":98,"Cost":73,"Date":"3/27/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":775,"Cost":732,"Date":"5/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":218,"Cost":165,"Date":"7/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":468,"Cost":401,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":562,"Cost":281,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":490,"Date":"1/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":912,"Cost":462,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":33,"Date":"6/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":105,"Date":"6/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":159,"Cost":93,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":525,"Date":"11/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":257,"Cost":139,"Date":"12/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":635,"Cost":533,"Date":"2/4/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":744,"Date":"3/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":334,"Date":"12/18/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":302,"Cost":151,"Date":"3/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":94,"Cost":51,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":898,"Cost":791,"Date":"6/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":169,"Cost":115,"Date":"7/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":471,"Cost":335,"Date":"11/21/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":127,"Cost":65,"Date":"11/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":596,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":22,"Date":"5/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":770,"Cost":416,"Date":"9/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":780,"Cost":716,"Date":"1/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":26,"Date":"2/2/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":26,"Cost":22,"Date":"3/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":729,"Cost":566,"Date":"10/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":637,"Cost":448,"Date":"2/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":647,"Cost":611,"Date":"6/7/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":452,"Cost":367,"Date":"1/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":144,"Cost":135,"Date":"3/27/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":779,"Cost":487,"Date":"5/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":313,"Cost":254,"Date":"7/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":743,"Cost":595,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":246,"Cost":181,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":302,"Cost":221,"Date":"1/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":431,"Cost":310,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":365,"Cost":189,"Date":"6/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":288,"Cost":262,"Date":"6/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":58,"Cost":42,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":364,"Cost":318,"Date":"11/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":554,"Cost":408,"Date":"12/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":640,"Cost":473,"Date":"2/4/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":965,"Cost":607,"Date":"3/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":806,"Cost":473,"Date":"12/18/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":871,"Cost":522,"Date":"3/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":125,"Cost":114,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":923,"Cost":613,"Date":"6/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":553,"Cost":472,"Date":"7/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":694,"Cost":445,"Date":"11/21/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":991,"Cost":623,"Date":"11/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":248,"Cost":234,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":693,"Cost":590,"Date":"5/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":369,"Cost":293,"Date":"9/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":572,"Cost":436,"Date":"1/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":993,"Cost":754,"Date":"2/2/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":723,"Cost":430,"Date":"3/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":475,"Cost":383,"Date":"10/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":376,"Cost":279,"Date":"2/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":622,"Cost":328,"Date":"6/7/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":660,"Cost":578,"Date":"1/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":660,"Cost":417,"Date":"3/27/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":741,"Cost":698,"Date":"5/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":741,"Cost":615,"Date":"7/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":330,"Cost":243,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":912,"Cost":796,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":476,"Date":"1/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":232,"Cost":204,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":67,"Date":"6/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":867,"Cost":692,"Date":"6/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":398,"Cost":308,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":748,"Cost":375,"Date":"11/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":302,"Date":"12/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":216,"Cost":193,"Date":"2/4/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":410,"Cost":258,"Date":"3/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":245,"Cost":158,"Date":"12/18/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":416,"Cost":277,"Date":"3/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":18,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":147,"Date":"6/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":72,"Cost":40,"Date":"7/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":380,"Cost":325,"Date":"11/21/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":479,"Cost":345,"Date":"11/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":510,"Cost":393,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":762,"Cost":382,"Date":"5/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":193,"Cost":145,"Date":"9/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":442,"Date":"1/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":113,"Cost":107,"Date":"2/2/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":379,"Date":"3/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":550,"Cost":422,"Date":"10/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":203,"Cost":121,"Date":"2/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":294,"Date":"6/7/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":920,"Cost":785,"Date":"1/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":382,"Cost":207,"Date":"3/27/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":711,"Cost":497,"Date":"5/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":349,"Cost":254,"Date":"7/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":405,"Cost":246,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":470,"Cost":393,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":933,"Cost":479,"Date":"1/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":419,"Cost":231,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":288,"Cost":149,"Date":"6/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":921,"Cost":719,"Date":"6/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":984,"Cost":922,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":81,"Date":"11/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":835,"Cost":605,"Date":"12/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":431,"Cost":261,"Date":"2/4/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":176,"Cost":114,"Date":"3/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":990,"Cost":912,"Date":"12/18/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":210,"Cost":146,"Date":"3/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":463,"Cost":335,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":834,"Cost":604,"Date":"6/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":342,"Date":"7/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":59,"Cost":49,"Date":"11/21/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":17,"Cost":14,"Date":"11/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":597,"Cost":563,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":242,"Cost":221,"Date":"5/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":640,"Cost":395,"Date":"9/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":156,"Cost":101,"Date":"1/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":954,"Cost":745,"Date":"2/2/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":384,"Cost":205,"Date":"3/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":495,"Date":"10/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":948,"Cost":751,"Date":"2/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":870,"Cost":730,"Date":"6/7/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":903,"Cost":855,"Date":"1/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":623,"Cost":321,"Date":"3/27/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":14,"Date":"5/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":958,"Cost":517,"Date":"7/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":890,"Cost":547,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":141,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":722,"Cost":595,"Date":"1/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":381,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":964,"Cost":874,"Date":"6/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":893,"Cost":729,"Date":"6/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":388,"Cost":361,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":608,"Cost":491,"Date":"11/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":127,"Cost":72,"Date":"12/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":716,"Cost":394,"Date":"2/4/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":57,"Date":"3/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":680,"Date":"12/18/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":425,"Cost":400,"Date":"3/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":98,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":788,"Date":"6/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":384,"Date":"7/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":279,"Cost":232,"Date":"11/21/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":126,"Cost":91,"Date":"11/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":588,"Cost":471,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":420,"Cost":212,"Date":"5/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":761,"Cost":621,"Date":"9/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":145,"Cost":126,"Date":"1/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":727,"Cost":416,"Date":"2/2/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":223,"Cost":163,"Date":"3/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":228,"Date":"10/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":959,"Cost":876,"Date":"2/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":589,"Cost":556,"Date":"6/7/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":100,"Cost":90,"Date":"1/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":653,"Cost":574,"Date":"3/27/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":726,"Cost":542,"Date":"5/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":801,"Cost":558,"Date":"7/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":64,"Cost":49,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":517,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":392,"Cost":297,"Date":"1/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":572,"Cost":454,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":18,"Date":"6/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":995,"Cost":687,"Date":"6/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":795,"Cost":549,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":511,"Cost":358,"Date":"11/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":65,"Cost":45,"Date":"12/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":239,"Date":"2/4/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":296,"Cost":150,"Date":"3/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":598,"Cost":428,"Date":"12/18/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":109,"Cost":75,"Date":"3/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":315,"Cost":242,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":626,"Cost":560,"Date":"6/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":455,"Date":"7/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":103,"Cost":86,"Date":"11/21/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":507,"Cost":277,"Date":"11/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":503,"Cost":424,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":373,"Cost":335,"Date":"5/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":854,"Cost":771,"Date":"9/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":24,"Date":"1/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":266,"Date":"2/2/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":847,"Cost":614,"Date":"3/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":902,"Cost":853,"Date":"10/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":31,"Cost":16,"Date":"2/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":102,"Date":"6/7/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":985,"Cost":664,"Date":"1/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":5,"Date":"3/27/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":198,"Cost":165,"Date":"5/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":58,"Cost":34,"Date":"7/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":597,"Cost":550,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":200,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":637,"Date":"1/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":962,"Cost":621,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":344,"Date":"6/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":137,"Date":"6/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":613,"Cost":324,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":974,"Cost":616,"Date":"11/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":534,"Cost":489,"Date":"12/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":318,"Cost":229,"Date":"2/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":508,"Cost":348,"Date":"3/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":408,"Date":"12/18/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":30,"Cost":17,"Date":"3/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":402,"Cost":212,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":882,"Cost":617,"Date":"6/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":554,"Date":"7/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":118,"Date":"11/21/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":242,"Cost":142,"Date":"11/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":160,"Cost":116,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":229,"Date":"5/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":355,"Date":"9/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":360,"Cost":214,"Date":"1/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":776,"Cost":628,"Date":"2/2/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":756,"Cost":457,"Date":"3/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":556,"Cost":332,"Date":"10/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":460,"Cost":269,"Date":"2/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":686,"Cost":428,"Date":"6/7/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":306,"Cost":283,"Date":"1/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":642,"Cost":469,"Date":"3/27/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":473,"Cost":318,"Date":"5/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":911,"Cost":607,"Date":"7/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":704,"Cost":602,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":88,"Cost":56,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":652,"Cost":423,"Date":"1/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":224,"Cost":176,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":13,"Date":"6/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":128,"Date":"6/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":388,"Cost":315,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":512,"Cost":324,"Date":"11/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":753,"Date":"12/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":64,"Date":"2/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":794,"Cost":663,"Date":"3/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":1000,"Cost":663,"Date":"12/18/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":524,"Cost":398,"Date":"3/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":939,"Cost":474,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":111,"Date":"6/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":231,"Cost":213,"Date":"7/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":468,"Cost":353,"Date":"11/21/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":665,"Cost":354,"Date":"11/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":55,"Cost":50,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":470,"Cost":329,"Date":"5/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":495,"Cost":429,"Date":"9/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":324,"Cost":188,"Date":"1/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":668,"Cost":611,"Date":"2/2/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":399,"Cost":227,"Date":"3/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":899,"Cost":626,"Date":"10/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":322,"Cost":172,"Date":"2/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":820,"Cost":636,"Date":"6/7/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":697,"Cost":637,"Date":"1/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":52,"Cost":43,"Date":"3/27/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":616,"Cost":434,"Date":"5/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":914,"Cost":613,"Date":"7/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":354,"Cost":278,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":621,"Cost":484,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":138,"Cost":90,"Date":"1/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":313,"Cost":290,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":535,"Cost":413,"Date":"6/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":448,"Cost":329,"Date":"6/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":737,"Cost":400,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":203,"Cost":144,"Date":"11/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":447,"Cost":269,"Date":"12/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":744,"Cost":498,"Date":"2/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":683,"Cost":445,"Date":"3/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":528,"Cost":454,"Date":"12/18/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":942,"Cost":582,"Date":"3/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":515,"Cost":421,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":56,"Cost":39,"Date":"6/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":857,"Cost":600,"Date":"7/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":531,"Cost":339,"Date":"11/21/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":791,"Cost":608,"Date":"11/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":588,"Cost":364,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":64,"Cost":55,"Date":"5/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":674,"Cost":374,"Date":"9/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":143,"Cost":78,"Date":"1/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":401,"Cost":276,"Date":"2/2/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":859,"Cost":583,"Date":"3/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":511,"Cost":347,"Date":"10/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":784,"Cost":647,"Date":"2/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":171,"Cost":99,"Date":"6/7/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":503,"Cost":308,"Date":"1/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":821,"Cost":655,"Date":"3/27/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":177,"Cost":147,"Date":"5/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":67,"Date":"7/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":402,"Cost":338,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":433,"Cost":402,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":190,"Cost":98,"Date":"1/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":169,"Cost":94,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":749,"Date":"6/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":673,"Cost":543,"Date":"6/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":961,"Cost":539,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":172,"Cost":113,"Date":"11/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":834,"Cost":552,"Date":"12/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":995,"Cost":623,"Date":"2/4/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":313,"Cost":246,"Date":"3/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":592,"Cost":332,"Date":"12/18/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":23,"Cost":20,"Date":"3/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":585,"Cost":409,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":832,"Cost":432,"Date":"6/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":514,"Cost":469,"Date":"7/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":965,"Cost":537,"Date":"11/21/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":359,"Cost":274,"Date":"11/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":349,"Cost":263,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":384,"Cost":213,"Date":"5/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":246,"Cost":136,"Date":"9/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":214,"Cost":123,"Date":"1/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":704,"Cost":660,"Date":"2/2/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":934,"Cost":810,"Date":"3/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":550,"Cost":487,"Date":"10/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":936,"Cost":731,"Date":"2/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":131,"Date":"6/7/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":109,"Cost":85,"Date":"1/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":869,"Cost":738,"Date":"3/27/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":253,"Cost":236,"Date":"5/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":843,"Cost":696,"Date":"7/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":696,"Cost":552,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":375,"Cost":301,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":573,"Cost":290,"Date":"1/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":168,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":259,"Date":"6/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":577,"Date":"6/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":361,"Cost":198,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":344,"Date":"11/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":487,"Date":"12/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":560,"Date":"2/4/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":157,"Cost":103,"Date":"3/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":198,"Date":"12/18/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":132,"Cost":79,"Date":"3/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":287,"Cost":197,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":678,"Cost":422,"Date":"6/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":539,"Date":"7/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":908,"Cost":494,"Date":"11/21/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":260,"Date":"11/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":440,"Cost":374,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":959,"Cost":489,"Date":"5/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":69,"Date":"9/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":398,"Date":"1/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":286,"Cost":148,"Date":"2/2/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":263,"Cost":247,"Date":"3/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":830,"Cost":749,"Date":"10/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":547,"Cost":378,"Date":"2/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":503,"Date":"6/7/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":667,"Cost":348,"Date":"1/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":166,"Cost":158,"Date":"3/27/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":570,"Date":"5/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":707,"Date":"7/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":416,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":526,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":92,"Cost":47,"Date":"1/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":68,"Cost":48,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":529,"Cost":287,"Date":"6/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":509,"Cost":426,"Date":"6/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":79,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":625,"Date":"11/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":870,"Cost":774,"Date":"12/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":934,"Cost":785,"Date":"2/4/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":245,"Cost":181,"Date":"3/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":210,"Date":"12/18/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":296,"Cost":205,"Date":"3/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":334,"Cost":215,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":611,"Cost":369,"Date":"6/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":284,"Date":"7/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":490,"Cost":367,"Date":"11/21/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":890,"Cost":784,"Date":"11/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":511,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":609,"Cost":520,"Date":"5/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":414,"Date":"9/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":287,"Date":"1/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":100,"Cost":83,"Date":"2/2/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":729,"Cost":498,"Date":"3/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":320,"Cost":161,"Date":"10/14/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":715,"Cost":362,"Date":"2/16/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":80,"Cost":59,"Date":"6/7/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":18,"Cost":12,"Date":"1/28/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":117,"Cost":110,"Date":"3/27/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":791,"Cost":650,"Date":"5/12/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":949,"Cost":657,"Date":"7/28/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":108,"Cost":64,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":725,"Cost":601,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":24,"Cost":18,"Date":"1/17/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":181,"Cost":165,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":371,"Cost":275,"Date":"6/6/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":556,"Cost":442,"Date":"6/16/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":284,"Cost":180,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":536,"Cost":417,"Date":"11/19/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":505,"Cost":297,"Date":"12/28/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":515,"Cost":372,"Date":"2/4/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":997,"Cost":623,"Date":"3/8/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":158,"Cost":83,"Date":"12/18/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":272,"Cost":159,"Date":"3/31/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":494,"Cost":401,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":921,"Cost":514,"Date":"6/26/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":810,"Cost":600,"Date":"7/23/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":299,"Cost":173,"Date":"11/21/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":933,"Cost":761,"Date":"11/26/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":266,"Cost":183,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":106,"Cost":58,"Date":"5/21/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":849,"Cost":436,"Date":"9/28/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":623,"Cost":527,"Date":"1/3/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":464,"Cost":389,"Date":"2/2/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":663,"Cost":531,"Date":"3/18/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":271,"Cost":192,"Date":"10/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":55,"Cost":46,"Date":"2/16/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":335,"Cost":293,"Date":"6/7/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":582,"Cost":439,"Date":"1/28/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":112,"Cost":100,"Date":"3/27/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":426,"Cost":362,"Date":"5/12/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":60,"Cost":32,"Date":"7/28/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":366,"Cost":291,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":403,"Cost":304,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":615,"Cost":345,"Date":"1/17/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":854,"Cost":784,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":677,"Cost":352,"Date":"6/6/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":620,"Cost":523,"Date":"6/16/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":672,"Cost":370,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":131,"Cost":80,"Date":"11/19/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":853,"Cost":480,"Date":"12/28/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":671,"Cost":449,"Date":"2/4/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":583,"Cost":523,"Date":"3/8/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":583,"Cost":452,"Date":"12/18/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":667,"Cost":576,"Date":"3/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":388,"Cost":240,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":279,"Cost":176,"Date":"6/26/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":794,"Cost":615,"Date":"7/23/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":853,"Cost":731,"Date":"11/21/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":467,"Cost":334,"Date":"11/26/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":137,"Cost":126,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":25,"Cost":13,"Date":"5/21/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":960,"Cost":635,"Date":"9/28/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":621,"Cost":470,"Date":"1/3/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":129,"Cost":109,"Date":"2/2/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":37,"Cost":27,"Date":"3/18/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":201,"Cost":171,"Date":"10/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":854,"Cost":702,"Date":"2/16/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":443,"Cost":326,"Date":"6/7/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":233,"Date":"1/28/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":259,"Cost":216,"Date":"3/27/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":990,"Cost":730,"Date":"5/12/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":521,"Date":"7/28/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":231,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":494,"Cost":442,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":821,"Cost":537,"Date":"1/17/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":706,"Cost":368,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":353,"Cost":212,"Date":"6/6/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":933,"Cost":856,"Date":"6/16/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":954,"Cost":630,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":262,"Cost":176,"Date":"11/19/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":740,"Date":"12/28/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":133,"Date":"2/4/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":445,"Cost":368,"Date":"3/8/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":66,"Date":"12/18/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":797,"Cost":690,"Date":"3/31/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":627,"Cost":455,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":980,"Cost":881,"Date":"6/26/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":269,"Cost":181,"Date":"7/23/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":754,"Cost":436,"Date":"11/21/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":539,"Cost":404,"Date":"11/26/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":337,"Cost":186,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":158,"Cost":88,"Date":"5/21/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":741,"Cost":421,"Date":"9/28/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":876,"Cost":801,"Date":"1/3/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":563,"Cost":328,"Date":"2/2/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":439,"Cost":264,"Date":"3/18/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":456,"Cost":366,"Date":"10/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":900,"Cost":732,"Date":"2/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":432,"Date":"6/7/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":3,"Date":"1/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":455,"Cost":368,"Date":"3/27/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":972,"Cost":580,"Date":"5/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":417,"Cost":335,"Date":"7/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":592,"Cost":404,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":860,"Cost":643,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":676,"Cost":369,"Date":"1/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":609,"Cost":570,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":306,"Cost":255,"Date":"6/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":701,"Date":"6/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":46,"Cost":23,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":979,"Cost":641,"Date":"11/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":609,"Cost":325,"Date":"12/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":786,"Cost":626,"Date":"2/4/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":973,"Cost":504,"Date":"3/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":546,"Date":"12/18/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":189,"Date":"3/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":565,"Cost":364,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":489,"Cost":425,"Date":"6/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":155,"Cost":129,"Date":"7/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":728,"Cost":636,"Date":"11/21/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":494,"Cost":446,"Date":"11/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":346,"Cost":225,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":472,"Cost":258,"Date":"5/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":206,"Cost":148,"Date":"9/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":212,"Date":"1/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":248,"Cost":235,"Date":"2/2/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":531,"Date":"3/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":382,"Cost":221,"Date":"10/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":49,"Date":"2/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":56,"Date":"6/7/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":36,"Cost":29,"Date":"1/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":559,"Date":"3/27/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":826,"Cost":449,"Date":"5/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":419,"Cost":392,"Date":"7/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":443,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":768,"Cost":660,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":652,"Date":"1/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":487,"Cost":356,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":3,"Cost":2,"Date":"6/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":128,"Cost":102,"Date":"6/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":833,"Cost":663,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":426,"Cost":352,"Date":"11/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":145,"Cost":122,"Date":"12/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":684,"Cost":605,"Date":"2/4/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":410,"Cost":328,"Date":"3/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":132,"Cost":87,"Date":"12/18/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":592,"Date":"3/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":58,"Cost":46,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":409,"Cost":294,"Date":"6/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":190,"Cost":180,"Date":"7/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":527,"Cost":297,"Date":"11/21/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":812,"Cost":469,"Date":"11/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":458,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":191,"Cost":137,"Date":"5/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":647,"Cost":485,"Date":"9/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":870,"Cost":740,"Date":"1/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":179,"Cost":150,"Date":"2/2/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":101,"Cost":78,"Date":"3/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":938,"Cost":594,"Date":"10/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":421,"Cost":319,"Date":"2/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":994,"Cost":820,"Date":"6/7/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":545,"Date":"1/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":76,"Date":"3/27/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":13,"Cost":8,"Date":"5/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":526,"Date":"7/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":569,"Cost":529,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":335,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":815,"Cost":762,"Date":"1/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":302,"Cost":172,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":767,"Date":"6/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":969,"Cost":500,"Date":"6/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":15,"Cost":10,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":854,"Cost":729,"Date":"11/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":125,"Cost":117,"Date":"12/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":714,"Cost":667,"Date":"2/4/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":521,"Date":"3/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":850,"Date":"12/18/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":847,"Cost":648,"Date":"3/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":587,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":97,"Date":"6/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":792,"Date":"7/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":730,"Date":"11/21/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":769,"Date":"11/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":189,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":354,"Cost":266,"Date":"5/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":913,"Cost":491,"Date":"9/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":90,"Cost":46,"Date":"1/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":59,"Cost":43,"Date":"2/2/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":162,"Cost":117,"Date":"3/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":289,"Date":"10/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":809,"Cost":598,"Date":"2/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":881,"Date":"6/7/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":887,"Cost":519,"Date":"1/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":290,"Cost":189,"Date":"3/27/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":629,"Cost":566,"Date":"5/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":390,"Cost":241,"Date":"7/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":240,"Cost":224,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":288,"Cost":232,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":120,"Cost":61,"Date":"1/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":283,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":391,"Cost":332,"Date":"6/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":256,"Date":"6/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":450,"Cost":307,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":306,"Cost":262,"Date":"11/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":348,"Cost":179,"Date":"12/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":481,"Date":"2/4/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":950,"Cost":628,"Date":"3/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":393,"Date":"12/18/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":780,"Cost":655,"Date":"3/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":437,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":910,"Cost":642,"Date":"6/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":527,"Cost":349,"Date":"7/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":116,"Cost":75,"Date":"11/21/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":222,"Date":"11/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":775,"Cost":636,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":434,"Date":"5/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":390,"Cost":338,"Date":"9/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":83,"Cost":60,"Date":"1/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":493,"Date":"2/2/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":5,"Cost":3,"Date":"3/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":255,"Date":"10/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":518,"Cost":325,"Date":"2/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":109,"Cost":58,"Date":"6/7/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":524,"Cost":481,"Date":"1/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":186,"Cost":149,"Date":"3/27/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":324,"Cost":217,"Date":"5/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":791,"Cost":652,"Date":"7/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":410,"Cost":235,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":775,"Cost":548,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":789,"Cost":562,"Date":"1/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":810,"Cost":572,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":284,"Cost":190,"Date":"6/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":874,"Cost":759,"Date":"6/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":741,"Cost":535,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":848,"Cost":727,"Date":"11/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":556,"Cost":389,"Date":"12/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":643,"Cost":379,"Date":"2/4/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":762,"Cost":682,"Date":"3/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":67,"Cost":50,"Date":"12/18/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":630,"Cost":582,"Date":"3/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":646,"Cost":357,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":913,"Cost":460,"Date":"6/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":624,"Cost":319,"Date":"7/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":567,"Cost":529,"Date":"11/21/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":254,"Cost":232,"Date":"11/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":552,"Cost":443,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":892,"Cost":748,"Date":"5/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":622,"Cost":316,"Date":"9/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":902,"Cost":474,"Date":"1/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":171,"Cost":112,"Date":"2/2/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":420,"Cost":355,"Date":"3/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":34,"Cost":23,"Date":"10/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":751,"Cost":422,"Date":"2/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":321,"Cost":305,"Date":"6/7/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":364,"Cost":259,"Date":"1/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":483,"Date":"3/27/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":654,"Date":"5/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":162,"Cost":92,"Date":"7/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":456,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":891,"Cost":621,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":781,"Cost":736,"Date":"1/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":589,"Cost":421,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":372,"Cost":321,"Date":"6/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":540,"Cost":352,"Date":"6/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":241,"Cost":129,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":449,"Cost":341,"Date":"11/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":601,"Cost":550,"Date":"12/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":871,"Cost":632,"Date":"2/4/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":119,"Cost":78,"Date":"3/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":140,"Date":"12/18/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":235,"Cost":143,"Date":"3/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":763,"Cost":411,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":172,"Cost":98,"Date":"6/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":597,"Cost":428,"Date":"7/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":156,"Cost":96,"Date":"11/21/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":2,"Date":"11/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":240,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":295,"Cost":153,"Date":"5/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":844,"Cost":773,"Date":"9/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":634,"Date":"1/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":389,"Cost":234,"Date":"2/2/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":400,"Cost":367,"Date":"3/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":973,"Cost":796,"Date":"10/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":254,"Cost":138,"Date":"2/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":467,"Cost":402,"Date":"6/7/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":192,"Cost":137,"Date":"1/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":639,"Cost":346,"Date":"3/27/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":31,"Cost":29,"Date":"5/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":185,"Cost":107,"Date":"7/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":830,"Cost":463,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":402,"Cost":238,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":16,"Cost":12,"Date":"1/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":859,"Cost":584,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":289,"Cost":156,"Date":"6/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":559,"Cost":399,"Date":"6/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":10,"Cost":7,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":926,"Cost":748,"Date":"11/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":133,"Cost":80,"Date":"12/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":35,"Cost":28,"Date":"2/4/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":712,"Cost":467,"Date":"3/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":247,"Cost":182,"Date":"12/18/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":660,"Cost":414,"Date":"3/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":980,"Cost":624,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":442,"Cost":300,"Date":"6/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":374,"Cost":215,"Date":"7/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":808,"Cost":750,"Date":"11/21/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":352,"Cost":241,"Date":"11/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":32,"Cost":19,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":416,"Cost":220,"Date":"5/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":234,"Cost":126,"Date":"9/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":826,"Cost":571,"Date":"1/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":772,"Cost":453,"Date":"2/2/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":462,"Cost":264,"Date":"3/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":436,"Cost":387,"Date":"10/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":222,"Date":"2/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":421,"Date":"6/7/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":306,"Cost":184,"Date":"1/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":570,"Cost":293,"Date":"3/27/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":859,"Cost":462,"Date":"5/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":549,"Cost":401,"Date":"7/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":563,"Cost":349,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":620,"Cost":349,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":316,"Date":"1/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":900,"Cost":776,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":222,"Date":"6/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":187,"Cost":171,"Date":"6/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":525,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":678,"Cost":501,"Date":"11/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":705,"Cost":609,"Date":"12/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":548,"Date":"2/4/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":347,"Date":"3/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":508,"Date":"12/18/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":264,"Date":"3/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":141,"Cost":89,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":871,"Cost":783,"Date":"6/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":270,"Cost":148,"Date":"7/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":427,"Cost":235,"Date":"11/21/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":817,"Cost":669,"Date":"11/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":422,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":64,"Cost":40,"Date":"5/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":410,"Cost":345,"Date":"9/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":979,"Cost":759,"Date":"1/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":157,"Cost":94,"Date":"2/2/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":651,"Cost":599,"Date":"3/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":97,"Cost":69,"Date":"10/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":609,"Cost":549,"Date":"2/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":652,"Cost":529,"Date":"6/7/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":555,"Cost":306,"Date":"1/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":677,"Cost":557,"Date":"3/27/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":133,"Cost":104,"Date":"5/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":852,"Cost":437,"Date":"7/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":526,"Cost":457,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":693,"Cost":448,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":257,"Cost":215,"Date":"1/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":48,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":606,"Cost":445,"Date":"6/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":478,"Date":"6/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":907,"Cost":622,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":772,"Cost":723,"Date":"11/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":936,"Cost":600,"Date":"12/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":348,"Date":"2/4/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":183,"Date":"3/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":206,"Cost":105,"Date":"12/18/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":646,"Cost":577,"Date":"3/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":781,"Cost":564,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":718,"Cost":494,"Date":"6/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":158,"Cost":118,"Date":"7/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":309,"Date":"11/21/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":893,"Cost":611,"Date":"11/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":812,"Cost":421,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":937,"Cost":832,"Date":"5/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":207,"Cost":117,"Date":"9/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":616,"Cost":514,"Date":"1/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":525,"Date":"2/2/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":694,"Cost":417,"Date":"3/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":991,"Cost":529,"Date":"10/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":971,"Cost":560,"Date":"2/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":553,"Cost":458,"Date":"6/7/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":549,"Cost":423,"Date":"1/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":58,"Cost":40,"Date":"3/27/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":245,"Cost":231,"Date":"5/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":172,"Cost":91,"Date":"7/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":522,"Cost":487,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":525,"Cost":285,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":683,"Cost":639,"Date":"1/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":767,"Cost":541,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":802,"Cost":487,"Date":"6/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":788,"Cost":463,"Date":"6/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":980,"Cost":725,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":688,"Cost":618,"Date":"11/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":844,"Cost":714,"Date":"12/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":521,"Cost":424,"Date":"2/4/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":488,"Cost":407,"Date":"3/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":118,"Cost":91,"Date":"12/18/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":239,"Cost":221,"Date":"3/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":638,"Cost":439,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":418,"Cost":352,"Date":"6/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":98,"Cost":65,"Date":"7/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":126,"Cost":71,"Date":"11/21/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":483,"Cost":398,"Date":"11/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":925,"Cost":853,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":831,"Cost":477,"Date":"5/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":470,"Cost":389,"Date":"9/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":676,"Cost":393,"Date":"1/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":805,"Cost":447,"Date":"2/2/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":634,"Cost":596,"Date":"3/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":148,"Cost":136,"Date":"10/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":869,"Cost":764,"Date":"2/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":960,"Cost":620,"Date":"6/7/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":319,"Cost":233,"Date":"1/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":353,"Cost":258,"Date":"3/27/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":484,"Cost":411,"Date":"5/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":957,"Cost":508,"Date":"7/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":721,"Cost":671,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":774,"Cost":711,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":121,"Cost":73,"Date":"1/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":953,"Cost":740,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":986,"Cost":921,"Date":"6/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":353,"Cost":240,"Date":"6/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":457,"Cost":260,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":982,"Cost":623,"Date":"11/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":479,"Date":"12/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":88,"Date":"2/4/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":779,"Cost":414,"Date":"3/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":827,"Cost":724,"Date":"12/18/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":705,"Cost":427,"Date":"3/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":137,"Cost":102,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":445,"Date":"6/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":412,"Cost":209,"Date":"7/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":41,"Cost":32,"Date":"11/21/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":121,"Cost":82,"Date":"11/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":736,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":305,"Cost":279,"Date":"5/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":589,"Cost":360,"Date":"9/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":58,"Cost":50,"Date":"1/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":596,"Cost":553,"Date":"2/2/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":183,"Cost":159,"Date":"3/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":699,"Cost":586,"Date":"10/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":44,"Date":"2/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":368,"Cost":184,"Date":"6/7/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":183,"Cost":154,"Date":"1/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":574,"Cost":434,"Date":"3/27/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":712,"Date":"5/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":149,"Date":"7/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":522,"Cost":480,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":268,"Cost":159,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":572,"Cost":540,"Date":"1/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":222,"Cost":200,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":223,"Cost":134,"Date":"6/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":723,"Cost":374,"Date":"6/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":840,"Cost":544,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":604,"Cost":341,"Date":"11/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":680,"Date":"12/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":98,"Cost":91,"Date":"2/4/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":413,"Cost":286,"Date":"3/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":329,"Cost":310,"Date":"12/18/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":149,"Cost":81,"Date":"3/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":945,"Cost":728,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":852,"Cost":491,"Date":"6/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":275,"Cost":198,"Date":"7/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":355,"Date":"11/21/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":846,"Cost":672,"Date":"11/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":933,"Cost":522,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":695,"Cost":484,"Date":"5/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":357,"Date":"9/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":891,"Cost":686,"Date":"1/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":280,"Date":"2/2/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":211,"Cost":112,"Date":"3/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":840,"Cost":465,"Date":"10/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":555,"Cost":508,"Date":"2/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":509,"Date":"6/7/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":992,"Cost":934,"Date":"1/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":172,"Date":"3/27/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":574,"Cost":338,"Date":"5/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":510,"Date":"7/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":658,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":734,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":975,"Cost":752,"Date":"1/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":972,"Cost":717,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":496,"Cost":332,"Date":"6/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":953,"Cost":523,"Date":"6/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":361,"Cost":262,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":281,"Cost":262,"Date":"11/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":820,"Cost":568,"Date":"12/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":257,"Cost":130,"Date":"2/4/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":950,"Cost":704,"Date":"3/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":759,"Cost":703,"Date":"12/18/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":681,"Cost":352,"Date":"3/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":455,"Cost":410,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":47,"Date":"6/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":722,"Cost":565,"Date":"7/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":171,"Date":"11/21/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":575,"Cost":345,"Date":"11/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":814,"Cost":693,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":191,"Date":"5/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":907,"Cost":814,"Date":"9/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":594,"Cost":302,"Date":"1/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":678,"Cost":374,"Date":"2/2/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":346,"Cost":296,"Date":"3/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":227,"Cost":154,"Date":"10/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":37,"Cost":29,"Date":"2/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":476,"Cost":379,"Date":"6/7/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":495,"Cost":316,"Date":"1/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":44,"Cost":24,"Date":"3/27/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":670,"Cost":377,"Date":"5/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":623,"Cost":480,"Date":"7/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":911,"Cost":759,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":101,"Cost":77,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":615,"Cost":315,"Date":"1/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":500,"Cost":314,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":562,"Cost":418,"Date":"6/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":755,"Cost":684,"Date":"6/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":702,"Cost":427,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":92,"Cost":64,"Date":"11/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":872,"Cost":477,"Date":"12/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":84,"Cost":72,"Date":"2/4/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":469,"Cost":255,"Date":"3/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":725,"Cost":546,"Date":"12/18/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":594,"Cost":331,"Date":"3/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":6,"Cost":6,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":27,"Cost":19,"Date":"6/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":35,"Cost":31,"Date":"7/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":678,"Cost":560,"Date":"11/21/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":480,"Cost":330,"Date":"11/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":424,"Cost":309,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":497,"Cost":285,"Date":"5/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":536,"Cost":491,"Date":"9/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":734,"Cost":589,"Date":"1/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":944,"Cost":883,"Date":"2/2/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":910,"Cost":491,"Date":"3/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":614,"Cost":403,"Date":"10/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":82,"Cost":66,"Date":"2/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":430,"Cost":370,"Date":"6/7/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":736,"Cost":634,"Date":"1/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":581,"Cost":353,"Date":"3/27/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":21,"Cost":18,"Date":"5/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":755,"Cost":557,"Date":"7/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":208,"Cost":138,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":418,"Cost":235,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":226,"Cost":171,"Date":"1/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":765,"Cost":572,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":893,"Cost":651,"Date":"6/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":154,"Cost":104,"Date":"6/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":959,"Cost":838,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":269,"Cost":221,"Date":"11/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":777,"Cost":458,"Date":"12/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":325,"Cost":249,"Date":"2/4/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":948,"Cost":854,"Date":"3/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":721,"Cost":565,"Date":"12/18/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":109,"Cost":98,"Date":"3/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":621,"Cost":328,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":291,"Cost":267,"Date":"6/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":382,"Cost":196,"Date":"7/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":851,"Cost":552,"Date":"11/21/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":49,"Cost":47,"Date":"11/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":139,"Cost":130,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":889,"Cost":822,"Date":"5/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":77,"Cost":51,"Date":"9/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":752,"Cost":562,"Date":"1/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":702,"Cost":654,"Date":"2/2/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":88,"Cost":75,"Date":"3/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":672,"Cost":428,"Date":"10/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":197,"Cost":115,"Date":"2/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":87,"Cost":71,"Date":"6/7/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":349,"Cost":248,"Date":"1/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":813,"Cost":408,"Date":"3/27/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":59,"Cost":36,"Date":"5/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":12,"Cost":8,"Date":"7/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":771,"Cost":457,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":126,"Cost":83,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":179,"Cost":147,"Date":"1/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":31,"Cost":18,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":648,"Cost":353,"Date":"6/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":745,"Cost":483,"Date":"6/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":767,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":110,"Cost":100,"Date":"11/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":614,"Cost":441,"Date":"12/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":456,"Cost":393,"Date":"2/4/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":157,"Cost":132,"Date":"3/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":818,"Cost":697,"Date":"12/18/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":381,"Cost":316,"Date":"3/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":779,"Cost":712,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":901,"Cost":752,"Date":"6/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":631,"Date":"7/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":12,"Cost":9,"Date":"11/21/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":15,"Cost":8,"Date":"11/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":143,"Cost":136,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":247,"Cost":179,"Date":"5/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":71,"Date":"9/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":100,"Cost":95,"Date":"1/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":403,"Cost":345,"Date":"2/2/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":531,"Cost":277,"Date":"3/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":365,"Cost":294,"Date":"10/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":601,"Cost":397,"Date":"2/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":512,"Cost":467,"Date":"6/7/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":99,"Cost":92,"Date":"1/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":488,"Cost":382,"Date":"3/27/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":180,"Date":"5/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":739,"Cost":414,"Date":"7/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":904,"Cost":551,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":721,"Cost":485,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":348,"Cost":292,"Date":"1/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":691,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":110,"Date":"6/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":904,"Date":"6/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":24,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":902,"Cost":469,"Date":"11/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":499,"Date":"12/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":731,"Cost":629,"Date":"2/4/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":66,"Cost":58,"Date":"3/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":887,"Cost":673,"Date":"12/18/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":415,"Cost":266,"Date":"3/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":942,"Cost":870,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":910,"Cost":579,"Date":"6/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":406,"Cost":291,"Date":"7/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":213,"Cost":202,"Date":"11/21/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":934,"Cost":823,"Date":"11/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":502,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":666,"Cost":564,"Date":"5/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":622,"Cost":399,"Date":"9/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":115,"Cost":84,"Date":"1/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":392,"Cost":343,"Date":"2/2/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":559,"Cost":324,"Date":"3/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":92,"Cost":68,"Date":"10/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":755,"Cost":551,"Date":"2/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":807,"Cost":666,"Date":"6/7/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":418,"Cost":372,"Date":"1/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":605,"Cost":498,"Date":"3/27/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":499,"Cost":335,"Date":"5/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":193,"Cost":125,"Date":"7/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":40,"Cost":20,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":277,"Cost":185,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":216,"Cost":183,"Date":"1/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":801,"Cost":694,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":317,"Cost":204,"Date":"6/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":431,"Cost":242,"Date":"6/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":453,"Cost":382,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":126,"Cost":95,"Date":"11/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":463,"Cost":417,"Date":"12/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":869,"Cost":613,"Date":"2/4/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":525,"Cost":388,"Date":"3/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":880,"Cost":548,"Date":"12/18/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":199,"Cost":160,"Date":"3/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":678,"Cost":537,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":704,"Cost":663,"Date":"6/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":795,"Cost":471,"Date":"7/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":278,"Cost":145,"Date":"11/21/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":872,"Cost":606,"Date":"11/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":680,"Cost":645,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":464,"Cost":258,"Date":"5/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":648,"Cost":470,"Date":"9/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":955,"Cost":701,"Date":"1/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":873,"Cost":768,"Date":"2/2/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":755,"Cost":467,"Date":"3/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":421,"Cost":241,"Date":"10/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":798,"Cost":524,"Date":"2/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":203,"Cost":124,"Date":"6/7/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":648,"Cost":509,"Date":"1/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":61,"Cost":40,"Date":"3/27/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":172,"Cost":90,"Date":"5/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":599,"Cost":304,"Date":"7/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":922,"Cost":504,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":896,"Cost":652,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":855,"Cost":492,"Date":"1/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":658,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":947,"Cost":643,"Date":"6/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":520,"Cost":408,"Date":"6/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":57,"Cost":49,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":254,"Cost":181,"Date":"11/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":501,"Cost":404,"Date":"12/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":570,"Cost":335,"Date":"2/4/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":580,"Cost":425,"Date":"3/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":822,"Cost":447,"Date":"12/18/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":301,"Cost":248,"Date":"3/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":554,"Cost":356,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":813,"Cost":444,"Date":"6/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":496,"Cost":312,"Date":"7/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":446,"Cost":407,"Date":"11/21/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":860,"Cost":605,"Date":"11/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":70,"Cost":58,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":819,"Cost":529,"Date":"5/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":768,"Cost":581,"Date":"9/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":47,"Cost":43,"Date":"1/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":502,"Cost":353,"Date":"2/2/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":838,"Cost":461,"Date":"3/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":716,"Cost":666,"Date":"10/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":236,"Cost":151,"Date":"2/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":195,"Cost":156,"Date":"6/7/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":450,"Cost":375,"Date":"1/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":344,"Cost":219,"Date":"3/27/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":977,"Cost":685,"Date":"5/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":965,"Cost":680,"Date":"7/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":998,"Cost":571,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":975,"Cost":873,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":820,"Cost":555,"Date":"1/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":157,"Cost":108,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":400,"Cost":301,"Date":"6/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":486,"Cost":360,"Date":"6/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":997,"Cost":660,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":122,"Date":"11/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":476,"Cost":273,"Date":"12/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":711,"Cost":613,"Date":"2/4/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":670,"Cost":462,"Date":"3/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":455,"Cost":330,"Date":"12/18/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":803,"Cost":487,"Date":"3/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":657,"Cost":516,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":623,"Cost":566,"Date":"6/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":383,"Cost":286,"Date":"7/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":146,"Cost":104,"Date":"11/21/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":612,"Cost":309,"Date":"11/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":232,"Cost":154,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":996,"Cost":760,"Date":"5/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":534,"Cost":466,"Date":"9/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":36,"Cost":25,"Date":"1/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":220,"Cost":142,"Date":"2/2/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":714,"Cost":593,"Date":"3/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":817,"Cost":552,"Date":"10/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":747,"Cost":499,"Date":"2/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":719,"Cost":496,"Date":"6/7/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":16,"Cost":11,"Date":"1/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":43,"Cost":36,"Date":"3/27/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":429,"Cost":335,"Date":"5/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":498,"Cost":379,"Date":"7/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":326,"Cost":183,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":487,"Cost":389,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":102,"Date":"1/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":70,"Cost":38,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":813,"Date":"6/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":77,"Date":"6/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":719,"Cost":390,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":16,"Cost":8,"Date":"11/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":858,"Date":"12/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":848,"Cost":631,"Date":"2/4/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":520,"Date":"3/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":195,"Cost":171,"Date":"12/18/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":295,"Date":"3/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":356,"Cost":235,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":520,"Cost":369,"Date":"6/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":450,"Cost":360,"Date":"7/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":269,"Date":"11/21/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":762,"Cost":679,"Date":"11/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":427,"Cost":329,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":84,"Date":"5/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":602,"Cost":425,"Date":"9/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":605,"Cost":337,"Date":"1/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":677,"Date":"2/2/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":910,"Cost":580,"Date":"3/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":627,"Cost":445,"Date":"10/14/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":556,"Cost":477,"Date":"2/16/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":411,"Cost":255,"Date":"6/7/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":546,"Cost":502,"Date":"1/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":661,"Cost":602,"Date":"3/27/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":603,"Cost":352,"Date":"5/12/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":528,"Cost":297,"Date":"7/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":34,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":324,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":739,"Cost":436,"Date":"1/17/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":75,"Cost":53,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":994,"Cost":730,"Date":"6/6/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":528,"Cost":361,"Date":"6/16/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":947,"Cost":557,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":172,"Date":"11/19/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":145,"Cost":78,"Date":"12/28/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":93,"Cost":65,"Date":"2/4/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":228,"Cost":181,"Date":"3/8/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":196,"Cost":168,"Date":"12/18/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":424,"Cost":315,"Date":"3/31/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":787,"Cost":709,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":516,"Date":"6/26/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":531,"Cost":430,"Date":"7/23/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":313,"Cost":207,"Date":"11/21/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":361,"Date":"11/26/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":985,"Cost":891,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":285,"Cost":195,"Date":"5/21/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":164,"Cost":114,"Date":"9/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":78,"Date":"1/3/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":14,"Cost":10,"Date":"2/2/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":493,"Cost":466,"Date":"3/18/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":937,"Cost":596,"Date":"10/14/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":420,"Date":"2/16/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":84,"Cost":59,"Date":"6/7/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":517,"Cost":341,"Date":"1/28/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":199,"Cost":145,"Date":"3/27/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":552,"Cost":301,"Date":"5/12/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":630,"Cost":335,"Date":"7/28/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":497,"Cost":293,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":746,"Cost":587,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":246,"Cost":153,"Date":"1/17/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":441,"Cost":362,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":360,"Cost":265,"Date":"6/6/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":333,"Cost":184,"Date":"6/16/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":76,"Cost":54,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":933,"Cost":709,"Date":"11/19/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":942,"Cost":670,"Date":"12/28/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":564,"Cost":428,"Date":"2/4/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":428,"Cost":251,"Date":"3/8/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":124,"Date":"12/18/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":260,"Date":"3/31/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":77,"Cost":45,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":488,"Cost":250,"Date":"6/26/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":196,"Cost":156,"Date":"7/23/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":692,"Cost":404,"Date":"11/21/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":38,"Cost":28,"Date":"11/26/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":363,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":22,"Cost":17,"Date":"5/21/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":661,"Cost":439,"Date":"9/28/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":646,"Cost":495,"Date":"1/3/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":479,"Cost":434,"Date":"2/2/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":173,"Cost":127,"Date":"3/18/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":510,"Cost":320,"Date":"10/14/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":185,"Cost":93,"Date":"2/16/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":266,"Cost":249,"Date":"6/7/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":321,"Cost":199,"Date":"1/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":438,"Cost":225,"Date":"3/27/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":295,"Date":"5/12/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":684,"Cost":532,"Date":"7/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":406,"Cost":332,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":315,"Cost":289,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":174,"Cost":138,"Date":"1/17/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":601,"Cost":426,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":664,"Cost":557,"Date":"6/6/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":443,"Cost":347,"Date":"6/16/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":546,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":898,"Cost":710,"Date":"11/19/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":345,"Cost":318,"Date":"12/28/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":310,"Cost":197,"Date":"2/4/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":15,"Date":"3/8/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":252,"Cost":238,"Date":"12/18/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":480,"Cost":316,"Date":"3/31/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":984,"Cost":714,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":119,"Date":"6/26/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":497,"Cost":454,"Date":"7/23/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":300,"Cost":238,"Date":"11/21/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":125,"Cost":113,"Date":"11/26/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":282,"Cost":162,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":689,"Cost":534,"Date":"5/21/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":602,"Date":"9/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":449,"Cost":334,"Date":"1/3/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":937,"Cost":711,"Date":"2/2/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":633,"Cost":524,"Date":"3/18/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":364,"Cost":238,"Date":"10/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":718,"Cost":547,"Date":"2/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":227,"Cost":197,"Date":"6/7/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":610,"Cost":353,"Date":"1/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":495,"Cost":401,"Date":"3/27/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":739,"Cost":457,"Date":"5/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":744,"Cost":552,"Date":"7/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":483,"Cost":261,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":40,"Cost":27,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":838,"Cost":464,"Date":"1/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":823,"Cost":772,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":749,"Cost":537,"Date":"6/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":773,"Cost":478,"Date":"6/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":246,"Cost":157,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":808,"Cost":570,"Date":"11/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":73,"Cost":59,"Date":"12/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":912,"Cost":710,"Date":"2/4/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":765,"Cost":410,"Date":"3/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":454,"Cost":251,"Date":"12/18/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":947,"Cost":498,"Date":"3/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":449,"Cost":358,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":117,"Cost":83,"Date":"6/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":871,"Cost":467,"Date":"7/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":230,"Cost":200,"Date":"11/21/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":30,"Cost":25,"Date":"11/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":887,"Cost":618,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":312,"Cost":282,"Date":"5/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":216,"Cost":158,"Date":"9/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":805,"Cost":703,"Date":"1/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":979,"Cost":676,"Date":"2/2/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":964,"Cost":524,"Date":"3/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":621,"Cost":486,"Date":"10/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":809,"Cost":571,"Date":"2/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":173,"Date":"6/7/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":858,"Cost":518,"Date":"1/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":532,"Cost":282,"Date":"3/27/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":613,"Cost":394,"Date":"5/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":247,"Cost":143,"Date":"7/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":863,"Cost":802,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":15,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":152,"Date":"1/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":237,"Cost":194,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":20,"Cost":14,"Date":"6/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":638,"Cost":503,"Date":"6/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":608,"Cost":491,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":937,"Cost":716,"Date":"11/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":238,"Date":"12/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":116,"Cost":104,"Date":"2/4/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":751,"Cost":421,"Date":"3/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":68,"Cost":39,"Date":"12/18/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":562,"Cost":402,"Date":"3/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":78,"Cost":39,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":821,"Cost":465,"Date":"6/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":221,"Cost":174,"Date":"7/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":982,"Cost":684,"Date":"11/21/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":345,"Cost":206,"Date":"11/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":211,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":120,"Cost":78,"Date":"5/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":226,"Cost":170,"Date":"9/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":862,"Cost":683,"Date":"1/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":580,"Cost":541,"Date":"2/2/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":291,"Date":"3/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":543,"Cost":505,"Date":"10/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":217,"Cost":184,"Date":"2/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":898,"Cost":566,"Date":"6/7/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":345,"Cost":222,"Date":"1/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":184,"Cost":157,"Date":"3/27/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":94,"Cost":85,"Date":"5/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":560,"Cost":447,"Date":"7/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":217,"Cost":193,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":138,"Cost":81,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":149,"Cost":130,"Date":"1/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":479,"Cost":243,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":952,"Cost":801,"Date":"6/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":802,"Cost":528,"Date":"6/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":454,"Cost":282,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":668,"Cost":612,"Date":"11/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":130,"Cost":92,"Date":"12/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":287,"Cost":218,"Date":"2/4/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":732,"Cost":576,"Date":"3/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":596,"Cost":411,"Date":"12/18/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":882,"Cost":829,"Date":"3/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":853,"Cost":503,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":902,"Cost":668,"Date":"6/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":231,"Cost":167,"Date":"7/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":990,"Cost":734,"Date":"11/21/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":359,"Cost":221,"Date":"11/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":267,"Cost":140,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":619,"Cost":465,"Date":"5/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":828,"Cost":516,"Date":"9/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":375,"Cost":305,"Date":"1/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":134,"Cost":110,"Date":"2/2/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":910,"Cost":649,"Date":"3/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":726,"Cost":675,"Date":"10/14/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":566,"Cost":533,"Date":"2/16/2018"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":677,"Cost":443,"Date":"6/7/2018"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":885,"Cost":737,"Date":"1/28/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":551,"Date":"3/27/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":166,"Cost":123,"Date":"5/12/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":153,"Cost":84,"Date":"7/28/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":249,"Cost":210,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":917,"Cost":463,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":525,"Date":"1/17/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":74,"Cost":68,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":651,"Cost":411,"Date":"6/6/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":977,"Cost":681,"Date":"6/16/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":947,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":39,"Cost":19,"Date":"11/19/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":401,"Cost":371,"Date":"12/28/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":446,"Cost":377,"Date":"2/4/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":550,"Cost":431,"Date":"3/8/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":820,"Cost":483,"Date":"12/18/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":416,"Cost":321,"Date":"3/31/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":564,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":285,"Cost":231,"Date":"6/26/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":20,"Cost":11,"Date":"7/23/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":464,"Cost":275,"Date":"11/21/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":259,"Cost":189,"Date":"11/26/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":730,"Cost":594,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":986,"Cost":705,"Date":"5/21/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":842,"Cost":600,"Date":"9/28/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":537,"Cost":410,"Date":"1/3/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":165,"Cost":109,"Date":"2/2/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":342,"Date":"3/18/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":431,"Cost":318,"Date":"10/14/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":655,"Cost":460,"Date":"2/16/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":904,"Cost":623,"Date":"6/7/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":445,"Cost":317,"Date":"1/28/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":1,"Cost":1,"Date":"3/27/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":501,"Cost":271,"Date":"5/12/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":116,"Cost":93,"Date":"7/28/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":449,"Cost":396,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":775,"Cost":395,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":604,"Cost":435,"Date":"1/17/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":906,"Cost":797,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":400,"Cost":251,"Date":"6/6/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":476,"Cost":412,"Date":"6/16/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":394,"Cost":364,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":622,"Cost":340,"Date":"11/19/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":536,"Cost":324,"Date":"12/28/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":206,"Cost":167,"Date":"2/4/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":639,"Cost":393,"Date":"3/8/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":503,"Cost":389,"Date":"12/18/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":956,"Cost":767,"Date":"3/31/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":717,"Cost":414,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":895,"Cost":772,"Date":"6/26/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":48,"Cost":28,"Date":"7/23/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":717,"Cost":488,"Date":"11/21/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":153,"Cost":102,"Date":"11/26/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":37,"Cost":28,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":829,"Cost":621,"Date":"5/21/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":290,"Cost":173,"Date":"9/28/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":41,"Cost":36,"Date":"1/3/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":259,"Cost":187,"Date":"2/2/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":584,"Cost":454,"Date":"3/18/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":383,"Cost":221,"Date":"10/14/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":817,"Date":"2/16/2018"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":840,"Cost":524,"Date":"6/7/2018"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":575,"Cost":380,"Date":"1/28/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":501,"Date":"3/27/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":161,"Date":"5/12/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":941,"Cost":874,"Date":"7/28/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":70,"Cost":52,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":763,"Cost":491,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":980,"Cost":746,"Date":"1/17/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":333,"Cost":221,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":757,"Cost":494,"Date":"6/6/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":249,"Cost":221,"Date":"6/16/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":395,"Cost":352,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":563,"Cost":397,"Date":"11/19/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":749,"Cost":663,"Date":"12/28/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":128,"Cost":81,"Date":"2/4/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":139,"Cost":114,"Date":"3/8/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":873,"Cost":666,"Date":"12/18/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":187,"Cost":128,"Date":"3/31/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":517,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":117,"Cost":106,"Date":"6/26/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":149,"Cost":95,"Date":"7/23/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":145,"Date":"11/21/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":544,"Cost":472,"Date":"11/26/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":431,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":20,"Date":"5/21/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":427,"Cost":280,"Date":"9/28/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":87,"Cost":63,"Date":"1/3/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":215,"Cost":140,"Date":"2/2/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":518,"Cost":308,"Date":"3/18/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":340,"Cost":228,"Date":"10/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":413,"Date":"2/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":289,"Cost":169,"Date":"6/7/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":646,"Cost":608,"Date":"1/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":972,"Cost":570,"Date":"3/27/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":105,"Cost":82,"Date":"5/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":6,"Date":"7/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":336,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":816,"Cost":755,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":262,"Cost":220,"Date":"1/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":0,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":542,"Cost":392,"Date":"6/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":87,"Cost":56,"Date":"6/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":378,"Cost":260,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":535,"Date":"11/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":413,"Date":"12/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":938,"Cost":823,"Date":"2/4/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":955,"Cost":596,"Date":"3/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":649,"Cost":550,"Date":"12/18/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":298,"Cost":234,"Date":"3/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":74,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":243,"Date":"6/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":515,"Cost":436,"Date":"7/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":612,"Date":"11/21/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":147,"Cost":96,"Date":"11/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":678,"Cost":522,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":683,"Date":"5/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":338,"Cost":291,"Date":"9/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":872,"Cost":476,"Date":"1/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":482,"Cost":414,"Date":"2/2/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":488,"Cost":259,"Date":"3/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":210,"Cost":131,"Date":"10/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":138,"Cost":70,"Date":"2/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":134,"Cost":102,"Date":"6/7/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":250,"Cost":148,"Date":"1/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":114,"Cost":99,"Date":"3/27/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":694,"Cost":461,"Date":"5/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":195,"Cost":106,"Date":"7/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":271,"Cost":194,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":88,"Cost":54,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":957,"Cost":887,"Date":"1/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":76,"Cost":66,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":753,"Cost":671,"Date":"6/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":623,"Date":"6/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":209,"Cost":198,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":758,"Cost":713,"Date":"11/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":16,"Cost":15,"Date":"12/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":155,"Date":"2/4/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":264,"Date":"3/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":494,"Date":"12/18/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":587,"Cost":489,"Date":"3/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":699,"Cost":358,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":369,"Cost":293,"Date":"6/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":43,"Cost":34,"Date":"7/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":330,"Cost":229,"Date":"11/21/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":594,"Date":"11/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":617,"Cost":483,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":153,"Cost":127,"Date":"5/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":888,"Cost":599,"Date":"9/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":803,"Cost":564,"Date":"1/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":827,"Cost":666,"Date":"2/2/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":135,"Cost":68,"Date":"3/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":240,"Cost":218,"Date":"10/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":183,"Cost":142,"Date":"2/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":552,"Date":"6/7/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":85,"Cost":59,"Date":"1/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":946,"Cost":819,"Date":"3/27/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":32,"Date":"5/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":555,"Cost":398,"Date":"7/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":118,"Cost":87,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":156,"Cost":135,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":528,"Cost":360,"Date":"1/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":331,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":9,"Cost":7,"Date":"6/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":428,"Cost":284,"Date":"6/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":321,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":383,"Cost":202,"Date":"11/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":56,"Cost":37,"Date":"12/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":478,"Cost":348,"Date":"2/4/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":879,"Cost":558,"Date":"3/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":928,"Cost":713,"Date":"12/18/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":274,"Date":"3/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":944,"Cost":577,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":684,"Cost":552,"Date":"6/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":354,"Cost":315,"Date":"7/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":614,"Date":"11/21/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":547,"Date":"11/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":31,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":652,"Cost":535,"Date":"5/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":150,"Cost":126,"Date":"9/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":632,"Cost":332,"Date":"1/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":995,"Cost":681,"Date":"2/2/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":63,"Date":"3/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":379,"Date":"10/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":944,"Cost":822,"Date":"2/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":581,"Cost":454,"Date":"6/7/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":741,"Cost":473,"Date":"1/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":23,"Cost":12,"Date":"3/27/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":299,"Cost":205,"Date":"5/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":154,"Cost":137,"Date":"7/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":353,"Cost":314,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":295,"Cost":179,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":499,"Cost":317,"Date":"1/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":256,"Cost":137,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":739,"Date":"6/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":221,"Cost":111,"Date":"6/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":331,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":161,"Cost":145,"Date":"11/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":539,"Cost":377,"Date":"12/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":513,"Cost":448,"Date":"2/4/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":508,"Cost":267,"Date":"3/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":82,"Cost":62,"Date":"12/18/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":614,"Cost":376,"Date":"3/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":56,"Cost":40,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":431,"Cost":338,"Date":"6/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":878,"Cost":524,"Date":"7/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":165,"Cost":134,"Date":"11/21/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":775,"Cost":468,"Date":"11/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":654,"Cost":618,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":826,"Cost":654,"Date":"5/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":296,"Date":"9/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":651,"Cost":326,"Date":"1/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":895,"Cost":623,"Date":"2/2/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":282,"Cost":182,"Date":"3/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":551,"Date":"10/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":960,"Cost":836,"Date":"2/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":131,"Cost":102,"Date":"6/7/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":609,"Cost":357,"Date":"1/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":499,"Cost":264,"Date":"3/27/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":166,"Cost":154,"Date":"5/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":952,"Cost":738,"Date":"7/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":479,"Cost":328,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":804,"Cost":736,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":77,"Cost":71,"Date":"1/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":188,"Cost":122,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":506,"Cost":394,"Date":"6/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":51,"Cost":41,"Date":"6/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":845,"Cost":438,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":830,"Cost":784,"Date":"11/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":635,"Cost":550,"Date":"12/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":174,"Cost":119,"Date":"2/4/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":478,"Cost":407,"Date":"3/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":879,"Cost":645,"Date":"12/18/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":131,"Cost":72,"Date":"3/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":734,"Cost":417,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":593,"Cost":531,"Date":"6/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":322,"Cost":270,"Date":"7/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":888,"Cost":719,"Date":"11/21/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":501,"Cost":408,"Date":"11/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":707,"Cost":405,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":227,"Cost":208,"Date":"5/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":900,"Cost":568,"Date":"9/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":957,"Cost":544,"Date":"1/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":208,"Cost":168,"Date":"2/2/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":89,"Cost":76,"Date":"3/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":12,"Cost":8,"Date":"10/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":733,"Cost":624,"Date":"2/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":155,"Cost":126,"Date":"6/7/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":155,"Cost":103,"Date":"1/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":5,"Cost":5,"Date":"3/27/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":911,"Cost":670,"Date":"5/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":792,"Cost":695,"Date":"7/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":701,"Cost":350,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":507,"Cost":256,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":885,"Cost":734,"Date":"1/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":874,"Cost":611,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":99,"Cost":88,"Date":"6/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":471,"Cost":428,"Date":"6/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":663,"Cost":363,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":927,"Cost":554,"Date":"11/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":497,"Cost":304,"Date":"12/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":660,"Cost":539,"Date":"2/4/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":485,"Cost":361,"Date":"3/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":322,"Cost":281,"Date":"12/18/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":983,"Cost":810,"Date":"3/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":924,"Cost":562,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":329,"Cost":181,"Date":"6/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":652,"Cost":579,"Date":"7/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":796,"Cost":481,"Date":"11/21/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":656,"Cost":604,"Date":"11/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":538,"Cost":378,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":965,"Cost":762,"Date":"5/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":834,"Cost":650,"Date":"9/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":447,"Cost":315,"Date":"1/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":915,"Cost":772,"Date":"2/2/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":399,"Cost":223,"Date":"3/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":415,"Cost":257,"Date":"10/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":425,"Date":"2/16/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":872,"Cost":681,"Date":"6/7/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":245,"Cost":189,"Date":"1/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":242,"Cost":207,"Date":"3/27/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":180,"Date":"5/12/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":62,"Date":"7/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":941,"Cost":611,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":165,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":669,"Cost":600,"Date":"1/17/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":859,"Cost":619,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":822,"Cost":745,"Date":"6/6/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":395,"Date":"6/16/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":104,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":573,"Date":"11/19/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":648,"Cost":522,"Date":"12/28/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":936,"Cost":804,"Date":"2/4/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":595,"Cost":450,"Date":"3/8/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":574,"Cost":421,"Date":"12/18/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":115,"Cost":68,"Date":"3/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":258,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":451,"Cost":425,"Date":"6/26/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":336,"Date":"7/23/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":50,"Date":"11/21/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":843,"Cost":469,"Date":"11/26/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":570,"Cost":438,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":581,"Cost":331,"Date":"5/21/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":658,"Cost":476,"Date":"9/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":610,"Date":"1/3/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":193,"Cost":150,"Date":"2/2/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":346,"Date":"3/18/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":4,"Cost":3,"Date":"10/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":571,"Cost":313,"Date":"2/16/2018"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":682,"Cost":409,"Date":"6/7/2018"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":303,"Cost":274,"Date":"1/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":457,"Cost":326,"Date":"3/27/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":936,"Cost":752,"Date":"5/12/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":620,"Cost":324,"Date":"7/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":640,"Cost":340,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":327,"Cost":276,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":414,"Cost":323,"Date":"1/17/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":234,"Cost":188,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":631,"Cost":565,"Date":"6/6/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":540,"Cost":438,"Date":"6/16/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":681,"Cost":466,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":24,"Cost":22,"Date":"11/19/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":662,"Cost":545,"Date":"12/28/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":99,"Cost":94,"Date":"2/4/2021"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":199,"Cost":115,"Date":"3/8/2021"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":607,"Cost":504,"Date":"12/18/2021"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":118,"Cost":96,"Date":"3/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":722,"Cost":654,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":857,"Cost":601,"Date":"6/26/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":737,"Cost":649,"Date":"7/23/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":703,"Cost":512,"Date":"11/21/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":23,"Cost":20,"Date":"11/26/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":314,"Cost":282,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":509,"Cost":367,"Date":"5/21/2023"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":485,"Cost":393,"Date":"9/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":472,"Cost":299,"Date":"1/3/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":515,"Cost":439,"Date":"2/2/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":521,"Cost":372,"Date":"3/18/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":191,"Date":"10/14/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":283,"Cost":254,"Date":"2/16/2018"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":993,"Cost":549,"Date":"6/7/2018"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":663,"Cost":520,"Date":"1/28/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":254,"Cost":231,"Date":"3/27/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":308,"Cost":195,"Date":"5/12/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":819,"Cost":687,"Date":"7/28/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":975,"Cost":550,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":34,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":129,"Cost":90,"Date":"1/17/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":522,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":29,"Cost":20,"Date":"6/6/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":57,"Cost":46,"Date":"6/16/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":428,"Cost":334,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":890,"Cost":525,"Date":"11/19/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":631,"Cost":527,"Date":"12/28/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":715,"Cost":399,"Date":"2/4/2021"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":921,"Date":"3/8/2021"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":162,"Cost":134,"Date":"12/18/2021"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":780,"Cost":421,"Date":"3/31/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":2,"Cost":1,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":311,"Cost":172,"Date":"6/26/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":657,"Cost":538,"Date":"7/23/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":609,"Date":"11/21/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":449,"Cost":262,"Date":"11/26/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":509,"Cost":326,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":806,"Cost":436,"Date":"5/21/2023"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":508,"Cost":282,"Date":"9/28/2023"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":764,"Cost":517,"Date":"1/3/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":517,"Date":"2/2/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":586,"Cost":546,"Date":"3/18/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":887,"Cost":747,"Date":"10/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":281,"Cost":202,"Date":"2/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":732,"Cost":462,"Date":"6/7/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":541,"Cost":408,"Date":"1/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":877,"Cost":602,"Date":"3/27/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":964,"Cost":569,"Date":"5/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":645,"Cost":571,"Date":"7/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":105,"Cost":53,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":437,"Cost":390,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":897,"Cost":636,"Date":"1/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":500,"Cost":334,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":893,"Cost":602,"Date":"6/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":888,"Cost":765,"Date":"6/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":203,"Cost":178,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":942,"Cost":541,"Date":"11/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":15,"Cost":9,"Date":"12/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":825,"Cost":520,"Date":"2/4/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":380,"Cost":312,"Date":"3/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":880,"Cost":683,"Date":"12/18/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":695,"Cost":431,"Date":"3/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":948,"Cost":812,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":745,"Cost":688,"Date":"6/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":436,"Cost":403,"Date":"7/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":702,"Cost":358,"Date":"11/21/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":813,"Cost":557,"Date":"11/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":779,"Cost":697,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":77,"Cost":69,"Date":"5/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":239,"Cost":166,"Date":"9/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":569,"Cost":328,"Date":"1/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":604,"Cost":386,"Date":"2/2/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":208,"Cost":149,"Date":"3/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":523,"Cost":292,"Date":"10/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":658,"Cost":506,"Date":"2/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":51,"Cost":42,"Date":"6/7/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":734,"Date":"1/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":688,"Cost":462,"Date":"3/27/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":104,"Cost":60,"Date":"5/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":222,"Date":"7/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":131,"Cost":119,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":754,"Cost":710,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":940,"Cost":555,"Date":"1/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":452,"Cost":357,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":803,"Cost":524,"Date":"6/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":201,"Cost":137,"Date":"6/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":88,"Cost":77,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":257,"Cost":216,"Date":"11/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":937,"Cost":769,"Date":"12/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":83,"Cost":55,"Date":"2/4/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":135,"Cost":73,"Date":"3/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":660,"Cost":465,"Date":"12/18/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":185,"Cost":109,"Date":"3/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":9,"Cost":6,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":640,"Cost":474,"Date":"6/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":23,"Cost":19,"Date":"7/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":416,"Cost":328,"Date":"11/21/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":185,"Date":"11/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":511,"Cost":284,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":562,"Cost":443,"Date":"5/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":273,"Cost":182,"Date":"9/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":622,"Cost":457,"Date":"1/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":808,"Cost":747,"Date":"2/2/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":73,"Date":"3/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":397,"Cost":334,"Date":"10/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":573,"Cost":495,"Date":"2/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":884,"Cost":500,"Date":"6/7/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":884,"Cost":564,"Date":"1/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":514,"Cost":415,"Date":"3/27/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":249,"Cost":166,"Date":"5/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":272,"Cost":238,"Date":"7/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":748,"Cost":511,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":726,"Cost":619,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":149,"Cost":82,"Date":"1/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":692,"Cost":446,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":960,"Cost":603,"Date":"6/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":486,"Cost":413,"Date":"6/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":532,"Cost":322,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":77,"Cost":51,"Date":"11/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":663,"Cost":587,"Date":"12/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":947,"Cost":715,"Date":"2/4/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":885,"Cost":459,"Date":"3/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":889,"Cost":643,"Date":"12/18/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":654,"Cost":617,"Date":"3/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":636,"Cost":358,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":983,"Cost":665,"Date":"6/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":810,"Cost":684,"Date":"7/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":362,"Cost":197,"Date":"11/21/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":83,"Cost":61,"Date":"11/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":86,"Cost":43,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":582,"Cost":499,"Date":"5/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":551,"Cost":433,"Date":"9/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":170,"Cost":138,"Date":"1/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":157,"Cost":127,"Date":"2/2/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":298,"Cost":208,"Date":"3/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":345,"Cost":176,"Date":"10/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":590,"Cost":325,"Date":"2/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":17,"Date":"6/7/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":280,"Cost":143,"Date":"1/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":615,"Cost":577,"Date":"3/27/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":408,"Cost":317,"Date":"5/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":575,"Cost":370,"Date":"7/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":375,"Cost":349,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":75,"Cost":43,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":816,"Date":"1/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":859,"Cost":636,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":734,"Cost":697,"Date":"6/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":235,"Cost":203,"Date":"6/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":944,"Cost":594,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":494,"Cost":247,"Date":"11/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":21,"Date":"12/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":381,"Cost":237,"Date":"2/4/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":727,"Date":"3/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":527,"Cost":283,"Date":"12/18/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":121,"Cost":85,"Date":"3/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":605,"Cost":378,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":138,"Cost":87,"Date":"6/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":88,"Cost":71,"Date":"7/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":919,"Cost":613,"Date":"11/21/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":7,"Cost":4,"Date":"11/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":175,"Cost":153,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":376,"Cost":318,"Date":"5/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":845,"Cost":767,"Date":"9/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":476,"Cost":378,"Date":"1/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":207,"Cost":104,"Date":"2/2/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":579,"Cost":405,"Date":"3/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":665,"Cost":363,"Date":"10/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":285,"Date":"2/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":257,"Cost":213,"Date":"6/7/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":231,"Cost":145,"Date":"1/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":114,"Cost":66,"Date":"3/27/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":515,"Date":"5/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":266,"Cost":195,"Date":"7/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":390,"Cost":349,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":980,"Cost":800,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":437,"Cost":242,"Date":"1/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":237,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":145,"Date":"6/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":24,"Cost":14,"Date":"6/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":661,"Cost":343,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":747,"Cost":618,"Date":"11/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":787,"Cost":727,"Date":"12/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":723,"Cost":616,"Date":"2/4/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":611,"Cost":535,"Date":"3/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":683,"Cost":407,"Date":"12/18/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":428,"Cost":321,"Date":"3/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":374,"Cost":237,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":304,"Date":"6/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":377,"Cost":192,"Date":"7/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":850,"Cost":606,"Date":"11/21/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":386,"Cost":291,"Date":"11/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":825,"Cost":716,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":51,"Date":"5/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":641,"Cost":478,"Date":"9/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":191,"Date":"1/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":78,"Date":"2/2/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":361,"Date":"3/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":649,"Cost":579,"Date":"10/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":385,"Cost":337,"Date":"2/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":682,"Date":"6/7/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":129,"Date":"1/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":29,"Cost":26,"Date":"3/27/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":130,"Date":"5/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":375,"Date":"7/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":367,"Cost":262,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":764,"Cost":694,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":23,"Cost":15,"Date":"1/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":969,"Cost":490,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":259,"Cost":207,"Date":"6/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":755,"Cost":443,"Date":"6/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":99,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":610,"Date":"11/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":116,"Date":"12/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":413,"Cost":288,"Date":"2/4/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":805,"Cost":668,"Date":"3/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":667,"Cost":604,"Date":"12/18/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":864,"Cost":793,"Date":"3/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":521,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":988,"Cost":793,"Date":"6/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":898,"Cost":622,"Date":"7/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":8,"Cost":4,"Date":"11/21/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":826,"Cost":732,"Date":"11/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":428,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":752,"Cost":467,"Date":"5/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":109,"Cost":95,"Date":"9/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":760,"Cost":619,"Date":"1/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":440,"Cost":398,"Date":"2/2/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":702,"Date":"3/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":17,"Date":"10/14/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":358,"Cost":227,"Date":"2/16/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":50,"Cost":26,"Date":"6/7/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":435,"Cost":358,"Date":"1/28/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":666,"Cost":449,"Date":"3/27/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":120,"Cost":65,"Date":"5/12/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":100,"Cost":74,"Date":"7/28/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":285,"Cost":226,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":631,"Cost":481,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":193,"Date":"1/17/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":556,"Cost":405,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":93,"Cost":48,"Date":"6/6/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":26,"Cost":17,"Date":"6/16/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":476,"Cost":343,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":433,"Cost":248,"Date":"11/19/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":998,"Cost":507,"Date":"12/28/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":688,"Cost":401,"Date":"2/4/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":463,"Cost":397,"Date":"3/8/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":941,"Cost":691,"Date":"12/18/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":964,"Cost":736,"Date":"3/31/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":139,"Cost":74,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":680,"Cost":592,"Date":"6/26/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":26,"Cost":18,"Date":"7/23/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":565,"Cost":442,"Date":"11/21/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":875,"Cost":681,"Date":"11/26/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":260,"Cost":151,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":661,"Cost":498,"Date":"5/21/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":92,"Cost":81,"Date":"9/28/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":728,"Cost":656,"Date":"1/3/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":405,"Date":"2/2/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":54,"Date":"3/18/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":221,"Cost":168,"Date":"10/14/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":769,"Cost":637,"Date":"2/16/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":511,"Cost":273,"Date":"6/7/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":477,"Cost":241,"Date":"1/28/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":562,"Date":"3/27/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":545,"Date":"5/12/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":202,"Cost":134,"Date":"7/28/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":699,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":892,"Cost":782,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":2,"Date":"1/17/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":657,"Cost":575,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":496,"Cost":277,"Date":"6/6/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":909,"Cost":786,"Date":"6/16/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":112,"Cost":93,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":906,"Cost":733,"Date":"11/19/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":610,"Cost":488,"Date":"12/28/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":399,"Cost":207,"Date":"2/4/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":510,"Cost":389,"Date":"3/8/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":285,"Cost":241,"Date":"12/18/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":222,"Date":"3/31/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":969,"Cost":742,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":684,"Cost":582,"Date":"6/26/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":468,"Cost":326,"Date":"7/23/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":877,"Cost":677,"Date":"11/21/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":548,"Cost":481,"Date":"11/26/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":652,"Cost":332,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":907,"Cost":493,"Date":"5/21/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":742,"Cost":482,"Date":"9/28/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":414,"Cost":226,"Date":"1/3/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":754,"Cost":404,"Date":"2/2/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":671,"Cost":344,"Date":"3/18/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":516,"Cost":481,"Date":"10/14/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":896,"Cost":761,"Date":"2/16/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":472,"Date":"6/7/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":570,"Cost":350,"Date":"1/28/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":483,"Date":"3/27/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":126,"Date":"5/12/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":129,"Cost":71,"Date":"7/28/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":111,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":734,"Cost":417,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":912,"Cost":478,"Date":"1/17/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":585,"Cost":556,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":280,"Cost":261,"Date":"6/6/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":388,"Cost":352,"Date":"6/16/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":420,"Cost":228,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":896,"Cost":674,"Date":"11/19/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":69,"Cost":56,"Date":"12/28/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":668,"Cost":544,"Date":"2/4/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":90,"Cost":68,"Date":"3/8/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":933,"Cost":640,"Date":"12/18/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":191,"Cost":170,"Date":"3/31/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":274,"Cost":234,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":584,"Cost":527,"Date":"6/26/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":53,"Cost":46,"Date":"7/23/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":456,"Date":"11/21/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":463,"Cost":231,"Date":"11/26/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":864,"Cost":671,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":533,"Cost":494,"Date":"5/21/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":16,"Date":"9/28/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":33,"Cost":27,"Date":"1/3/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":425,"Date":"2/2/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":71,"Cost":66,"Date":"3/18/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":965,"Cost":701,"Date":"10/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":272,"Cost":203,"Date":"2/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":175,"Cost":131,"Date":"6/7/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":583,"Date":"1/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":576,"Cost":423,"Date":"3/27/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":778,"Cost":703,"Date":"5/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":400,"Date":"7/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":486,"Cost":428,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":427,"Cost":338,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":420,"Date":"1/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":675,"Cost":387,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":477,"Date":"6/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":90,"Date":"6/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":544,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":23,"Cost":21,"Date":"11/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":825,"Cost":546,"Date":"12/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":88,"Cost":63,"Date":"2/4/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":665,"Cost":417,"Date":"3/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":371,"Cost":190,"Date":"12/18/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":326,"Date":"3/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":148,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":28,"Date":"6/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":43,"Date":"7/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":251,"Cost":163,"Date":"11/21/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":561,"Cost":298,"Date":"11/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":915,"Cost":643,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":804,"Cost":594,"Date":"5/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":260,"Date":"9/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":533,"Cost":456,"Date":"1/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":866,"Cost":747,"Date":"2/2/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":319,"Cost":293,"Date":"3/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":225,"Cost":192,"Date":"10/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":301,"Cost":157,"Date":"2/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":566,"Cost":299,"Date":"6/7/2018"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":891,"Cost":532,"Date":"1/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":265,"Cost":204,"Date":"3/27/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":466,"Cost":424,"Date":"5/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":679,"Cost":546,"Date":"7/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":419,"Cost":234,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":851,"Cost":524,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":509,"Cost":411,"Date":"1/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":323,"Cost":232,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":224,"Cost":171,"Date":"6/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":996,"Cost":648,"Date":"6/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":828,"Cost":692,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":811,"Cost":446,"Date":"11/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":426,"Cost":323,"Date":"12/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":876,"Cost":490,"Date":"2/4/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":99,"Cost":94,"Date":"3/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":467,"Cost":387,"Date":"12/18/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":949,"Cost":846,"Date":"3/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":271,"Cost":225,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":127,"Cost":79,"Date":"6/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":322,"Cost":197,"Date":"7/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":498,"Cost":319,"Date":"11/21/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":409,"Cost":372,"Date":"11/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":827,"Cost":454,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":286,"Cost":248,"Date":"5/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":713,"Cost":451,"Date":"9/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":227,"Cost":194,"Date":"1/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":43,"Cost":24,"Date":"2/2/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":134,"Cost":121,"Date":"3/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":945,"Cost":775,"Date":"10/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":251,"Date":"2/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":211,"Date":"6/7/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":543,"Date":"1/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":537,"Cost":360,"Date":"3/27/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":846,"Date":"5/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":207,"Date":"7/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":502,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":790,"Cost":647,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":822,"Cost":442,"Date":"1/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":555,"Cost":487,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":201,"Date":"6/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":328,"Cost":248,"Date":"6/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":318,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":518,"Cost":401,"Date":"11/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":53,"Cost":35,"Date":"12/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":503,"Cost":423,"Date":"2/4/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":662,"Cost":487,"Date":"3/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":178,"Date":"12/18/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":632,"Date":"3/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":25,"Cost":23,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":87,"Date":"6/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":452,"Date":"7/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":528,"Cost":426,"Date":"11/21/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":795,"Cost":710,"Date":"11/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":516,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":133,"Cost":112,"Date":"5/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":805,"Cost":537,"Date":"9/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":110,"Cost":60,"Date":"1/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":112,"Date":"2/2/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":152,"Cost":125,"Date":"3/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":916,"Date":"10/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":887,"Cost":596,"Date":"2/16/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":848,"Cost":617,"Date":"6/7/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":884,"Cost":576,"Date":"1/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":188,"Cost":115,"Date":"3/27/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":242,"Cost":190,"Date":"5/12/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":847,"Cost":520,"Date":"7/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":465,"Cost":237,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":19,"Cost":10,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":759,"Cost":520,"Date":"1/17/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":43,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":220,"Cost":117,"Date":"6/6/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":684,"Cost":586,"Date":"6/16/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":837,"Cost":728,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":488,"Cost":453,"Date":"11/19/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":650,"Date":"12/28/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":492,"Cost":420,"Date":"2/4/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":600,"Cost":523,"Date":"3/8/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":604,"Cost":355,"Date":"12/18/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":119,"Cost":67,"Date":"3/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":933,"Cost":721,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":329,"Date":"6/26/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":612,"Cost":519,"Date":"7/23/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":505,"Cost":464,"Date":"11/21/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":273,"Cost":169,"Date":"11/26/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":609,"Cost":386,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":271,"Cost":189,"Date":"5/21/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":254,"Cost":231,"Date":"9/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":82,"Cost":43,"Date":"1/3/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":130,"Cost":102,"Date":"2/2/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":125,"Cost":73,"Date":"3/18/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":165,"Cost":136,"Date":"10/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":266,"Cost":162,"Date":"2/16/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":192,"Cost":133,"Date":"6/7/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":686,"Cost":500,"Date":"1/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":451,"Cost":369,"Date":"3/27/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":94,"Cost":62,"Date":"5/12/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":215,"Cost":190,"Date":"7/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":258,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":409,"Cost":299,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":517,"Date":"1/17/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":740,"Cost":580,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":342,"Cost":245,"Date":"6/6/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":60,"Cost":53,"Date":"6/16/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":39,"Cost":28,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":353,"Cost":228,"Date":"11/19/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":666,"Cost":472,"Date":"12/28/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":638,"Cost":487,"Date":"2/4/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":120,"Cost":79,"Date":"3/8/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":872,"Cost":673,"Date":"12/18/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":782,"Date":"3/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":669,"Cost":436,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":420,"Date":"6/26/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":530,"Cost":277,"Date":"7/23/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":487,"Cost":420,"Date":"11/21/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":69,"Cost":35,"Date":"11/26/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":325,"Cost":242,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":655,"Cost":560,"Date":"5/21/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":435,"Cost":295,"Date":"9/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":61,"Cost":52,"Date":"1/3/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":359,"Cost":246,"Date":"2/2/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":270,"Cost":151,"Date":"3/18/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":47,"Cost":42,"Date":"10/14/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":5,"Cost":3,"Date":"2/16/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":745,"Cost":401,"Date":"6/7/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":109,"Date":"1/28/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":703,"Cost":353,"Date":"3/27/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":854,"Cost":483,"Date":"5/12/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":381,"Cost":360,"Date":"7/28/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":573,"Cost":356,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":685,"Cost":636,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":884,"Cost":703,"Date":"1/17/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":364,"Cost":305,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":184,"Cost":124,"Date":"6/6/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":747,"Cost":485,"Date":"6/16/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":593,"Cost":418,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":163,"Cost":143,"Date":"11/19/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":891,"Cost":505,"Date":"12/28/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":324,"Date":"2/4/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":822,"Cost":424,"Date":"3/8/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":443,"Cost":353,"Date":"12/18/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":731,"Cost":447,"Date":"3/31/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":58,"Cost":35,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":406,"Cost":262,"Date":"6/26/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":2,"Cost":1,"Date":"7/23/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":923,"Cost":523,"Date":"11/21/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":13,"Date":"11/26/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":242,"Cost":190,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":134,"Cost":89,"Date":"5/21/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":151,"Cost":140,"Date":"9/28/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":546,"Cost":414,"Date":"1/3/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":481,"Cost":386,"Date":"2/2/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":947,"Cost":764,"Date":"3/18/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":809,"Cost":645,"Date":"10/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":332,"Cost":246,"Date":"2/16/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":223,"Cost":126,"Date":"6/7/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":265,"Cost":150,"Date":"1/28/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":859,"Cost":432,"Date":"3/27/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":950,"Cost":751,"Date":"5/12/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":795,"Cost":581,"Date":"7/28/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":868,"Cost":536,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":788,"Cost":585,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":649,"Cost":404,"Date":"1/17/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":954,"Cost":628,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":49,"Cost":26,"Date":"6/6/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":874,"Cost":711,"Date":"6/16/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":121,"Cost":106,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":255,"Cost":214,"Date":"11/19/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":78,"Cost":52,"Date":"12/28/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":638,"Cost":340,"Date":"2/4/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":722,"Cost":494,"Date":"3/8/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":142,"Cost":119,"Date":"12/18/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":115,"Cost":69,"Date":"3/31/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":345,"Cost":190,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":821,"Cost":667,"Date":"6/26/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":440,"Cost":354,"Date":"7/23/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":123,"Cost":113,"Date":"11/21/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":312,"Cost":246,"Date":"11/26/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":243,"Cost":160,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":982,"Cost":714,"Date":"5/21/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":777,"Cost":483,"Date":"9/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":657,"Cost":598,"Date":"1/3/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":922,"Cost":499,"Date":"2/2/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":783,"Cost":530,"Date":"3/18/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":36,"Cost":28,"Date":"10/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":420,"Cost":337,"Date":"2/16/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":672,"Cost":480,"Date":"6/7/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":108,"Cost":62,"Date":"1/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":514,"Cost":413,"Date":"3/27/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":780,"Cost":670,"Date":"5/12/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":38,"Cost":33,"Date":"7/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":387,"Cost":340,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":612,"Cost":473,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":64,"Cost":51,"Date":"1/17/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":626,"Cost":440,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":748,"Cost":634,"Date":"6/6/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":105,"Cost":72,"Date":"6/16/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":118,"Cost":89,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":735,"Cost":445,"Date":"11/19/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":488,"Cost":433,"Date":"12/28/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":350,"Cost":188,"Date":"2/4/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":334,"Cost":298,"Date":"3/8/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":975,"Cost":743,"Date":"12/18/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":697,"Cost":442,"Date":"3/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":181,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":27,"Cost":17,"Date":"6/26/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":115,"Cost":65,"Date":"7/23/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":719,"Cost":360,"Date":"11/21/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":605,"Cost":423,"Date":"11/26/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":875,"Cost":809,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":615,"Cost":507,"Date":"5/21/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":313,"Cost":278,"Date":"9/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":354,"Date":"1/3/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":630,"Cost":403,"Date":"2/2/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":728,"Cost":496,"Date":"3/18/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":21,"Cost":17,"Date":"10/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":488,"Date":"2/16/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":735,"Date":"6/7/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":925,"Cost":839,"Date":"1/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":152,"Date":"3/27/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":615,"Date":"5/12/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":361,"Cost":181,"Date":"7/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":135,"Cost":90,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":31,"Cost":16,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":143,"Cost":131,"Date":"1/17/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":339,"Cost":281,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":449,"Cost":357,"Date":"6/6/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":943,"Cost":522,"Date":"6/16/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":741,"Cost":427,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":690,"Date":"11/19/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":363,"Cost":278,"Date":"12/28/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":974,"Cost":624,"Date":"2/4/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":938,"Cost":582,"Date":"3/8/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":562,"Cost":397,"Date":"12/18/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":419,"Date":"3/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":281,"Cost":251,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":311,"Cost":178,"Date":"6/26/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":660,"Cost":402,"Date":"7/23/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":218,"Cost":120,"Date":"11/21/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":334,"Date":"11/26/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":1,"Cost":1,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":560,"Cost":491,"Date":"5/21/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":285,"Date":"9/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":547,"Date":"1/3/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":980,"Cost":660,"Date":"2/2/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":897,"Cost":599,"Date":"3/18/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":147,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":876,"Cost":656,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":687,"Cost":627,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":77,"Cost":57,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":532,"Cost":343,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":832,"Cost":506,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":961,"Cost":842,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":98,"Cost":50,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":533,"Cost":281,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":866,"Cost":775,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":542,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":200,"Cost":181,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":250,"Cost":131,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":428,"Cost":257,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":486,"Cost":285,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":383,"Cost":256,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":7,"Cost":3,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":514,"Cost":266,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":512,"Cost":279,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":97,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":843,"Cost":641,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":127,"Cost":112,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":163,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":258,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":973,"Cost":607,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":362,"Cost":306,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":95,"Cost":59,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":143,"Cost":134,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":552,"Cost":295,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":821,"Cost":482,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":50,"Cost":37,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":58,"Cost":38,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":160,"Cost":107,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":227,"Cost":118,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":202,"Cost":108,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":848,"Cost":769,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":839,"Cost":741,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":725,"Cost":644,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":954,"Cost":840,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":416,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":348,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":291,"Cost":201,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":985,"Cost":555,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":90,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":914,"Cost":867,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":316,"Cost":199,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":713,"Cost":361,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":917,"Cost":840,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":477,"Cost":362,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":300,"Cost":246,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":453,"Cost":428,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":219,"Cost":197,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":169,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":193,"Cost":168,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":683,"Cost":564,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":454,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":336,"Cost":179,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":108,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":22,"Cost":11,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":936,"Cost":611,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":838,"Cost":513,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":696,"Cost":436,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":396,"Cost":319,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":261,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":339,"Cost":218,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":551,"Cost":279,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":90,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":452,"Cost":357,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":676,"Cost":405,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":893,"Cost":690,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":656,"Cost":519,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":714,"Cost":372,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":665,"Cost":537,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":727,"Cost":624,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":320,"Cost":278,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":687,"Cost":595,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":557,"Cost":504,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":490,"Cost":340,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":881,"Cost":765,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":195,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":429,"Cost":273,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":725,"Cost":602,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":575,"Cost":490,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":173,"Cost":113,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":607,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":369,"Cost":250,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":629,"Cost":319,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":51,"Cost":49,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":705,"Cost":646,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":802,"Cost":633,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":108,"Cost":72,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":118,"Cost":62,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":652,"Cost":593,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":744,"Cost":598,"Date":"10/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":674,"Date":"2/16/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":102,"Cost":91,"Date":"6/7/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":535,"Cost":417,"Date":"1/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":384,"Date":"3/27/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":818,"Cost":577,"Date":"5/12/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":307,"Date":"7/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":896,"Cost":463,"Date":"8/8/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":55,"Date":"12/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":896,"Cost":762,"Date":"1/17/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":811,"Cost":598,"Date":"3/8/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":772,"Cost":386,"Date":"6/6/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":645,"Cost":471,"Date":"6/16/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":633,"Cost":510,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":41,"Cost":31,"Date":"11/19/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":129,"Cost":116,"Date":"12/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":308,"Date":"2/4/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":236,"Cost":208,"Date":"3/8/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":687,"Cost":367,"Date":"12/18/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":992,"Cost":808,"Date":"3/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":254,"Cost":200,"Date":"4/20/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":117,"Date":"6/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":495,"Cost":268,"Date":"7/23/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":588,"Date":"11/21/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":985,"Cost":519,"Date":"11/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":39,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":395,"Date":"5/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":673,"Cost":552,"Date":"9/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":120,"Date":"1/3/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":975,"Cost":629,"Date":"2/2/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":368,"Cost":207,"Date":"3/18/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":114,"Date":"10/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":514,"Cost":327,"Date":"2/16/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":708,"Cost":515,"Date":"6/7/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":882,"Cost":535,"Date":"1/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":691,"Cost":657,"Date":"3/27/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":866,"Cost":446,"Date":"5/12/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":263,"Cost":144,"Date":"7/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":682,"Cost":624,"Date":"8/8/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":388,"Cost":202,"Date":"12/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":100,"Cost":70,"Date":"1/17/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":622,"Cost":322,"Date":"3/8/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":652,"Cost":356,"Date":"6/6/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":982,"Cost":669,"Date":"6/16/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":398,"Cost":280,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":407,"Cost":320,"Date":"11/19/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":55,"Cost":47,"Date":"12/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":655,"Cost":373,"Date":"2/4/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":487,"Cost":347,"Date":"3/8/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":88,"Cost":53,"Date":"12/18/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":315,"Cost":250,"Date":"3/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":69,"Cost":37,"Date":"4/20/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":754,"Cost":418,"Date":"6/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":306,"Cost":213,"Date":"7/23/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":691,"Cost":621,"Date":"11/21/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":399,"Cost":279,"Date":"11/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":94,"Cost":85,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":182,"Cost":157,"Date":"5/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":606,"Cost":338,"Date":"9/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":569,"Cost":522,"Date":"1/3/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":191,"Cost":178,"Date":"2/2/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":795,"Cost":533,"Date":"3/18/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":261,"Cost":209,"Date":"10/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":896,"Cost":675,"Date":"2/16/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":676,"Cost":560,"Date":"6/7/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":778,"Cost":493,"Date":"1/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":533,"Cost":275,"Date":"3/27/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":442,"Cost":244,"Date":"5/12/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":801,"Cost":536,"Date":"7/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":661,"Cost":587,"Date":"8/8/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":670,"Cost":394,"Date":"12/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":971,"Cost":552,"Date":"1/17/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":122,"Cost":103,"Date":"3/8/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":305,"Cost":153,"Date":"6/6/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":497,"Cost":324,"Date":"6/16/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":927,"Cost":867,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":160,"Cost":114,"Date":"11/19/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":417,"Cost":334,"Date":"12/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":597,"Cost":480,"Date":"2/4/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":901,"Cost":616,"Date":"3/8/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":223,"Cost":138,"Date":"12/18/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":805,"Cost":635,"Date":"3/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":808,"Cost":410,"Date":"4/20/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":95,"Date":"6/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":759,"Cost":633,"Date":"7/23/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":805,"Cost":530,"Date":"11/21/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":535,"Cost":329,"Date":"11/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":746,"Cost":659,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":801,"Cost":437,"Date":"5/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":280,"Cost":182,"Date":"9/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":97,"Cost":59,"Date":"1/3/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":611,"Cost":498,"Date":"2/2/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":91,"Cost":68,"Date":"3/18/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":320,"Cost":286,"Date":"10/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":955,"Cost":897,"Date":"2/16/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":896,"Cost":598,"Date":"6/7/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":690,"Cost":530,"Date":"1/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":408,"Cost":313,"Date":"3/27/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":320,"Cost":272,"Date":"5/12/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":482,"Cost":367,"Date":"7/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":706,"Cost":605,"Date":"8/8/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":963,"Cost":524,"Date":"12/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":272,"Cost":188,"Date":"1/17/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":541,"Cost":361,"Date":"3/8/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":353,"Cost":185,"Date":"6/6/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":284,"Cost":157,"Date":"6/16/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":53,"Cost":36,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":45,"Cost":23,"Date":"11/19/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":771,"Cost":642,"Date":"12/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":726,"Cost":540,"Date":"2/4/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":229,"Cost":151,"Date":"3/8/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":98,"Cost":79,"Date":"12/18/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":583,"Cost":440,"Date":"3/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":58,"Cost":30,"Date":"4/20/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":627,"Cost":330,"Date":"6/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":633,"Cost":455,"Date":"7/23/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":59,"Cost":36,"Date":"11/21/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":813,"Cost":547,"Date":"11/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":633,"Cost":570,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":409,"Cost":220,"Date":"5/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":309,"Cost":236,"Date":"9/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":815,"Cost":689,"Date":"1/3/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":354,"Cost":323,"Date":"2/2/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":832,"Cost":779,"Date":"3/18/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":573,"Cost":345,"Date":"10/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":616,"Cost":546,"Date":"2/16/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":745,"Date":"6/7/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":105,"Cost":61,"Date":"1/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":98,"Cost":80,"Date":"3/27/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":75,"Cost":55,"Date":"5/12/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":447,"Date":"7/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":643,"Date":"8/8/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":132,"Date":"12/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":20,"Cost":10,"Date":"1/17/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":630,"Cost":411,"Date":"3/8/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":115,"Cost":91,"Date":"6/6/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":840,"Cost":633,"Date":"6/16/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":842,"Cost":684,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":987,"Cost":656,"Date":"11/19/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":283,"Cost":267,"Date":"12/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":141,"Cost":86,"Date":"2/4/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":921,"Cost":617,"Date":"3/8/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":256,"Cost":159,"Date":"12/18/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":460,"Cost":423,"Date":"3/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":110,"Cost":89,"Date":"4/20/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":592,"Cost":406,"Date":"6/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":708,"Cost":399,"Date":"7/23/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":707,"Cost":559,"Date":"11/21/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":21,"Date":"11/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":512,"Cost":387,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":983,"Cost":571,"Date":"5/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":187,"Cost":141,"Date":"9/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":224,"Cost":149,"Date":"1/3/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":100,"Cost":55,"Date":"2/2/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":248,"Cost":148,"Date":"3/18/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":242,"Cost":214,"Date":"10/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":734,"Cost":467,"Date":"2/16/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":425,"Date":"6/7/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":366,"Cost":218,"Date":"1/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":162,"Cost":81,"Date":"3/27/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":813,"Cost":654,"Date":"5/12/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":408,"Date":"7/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":397,"Date":"8/8/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":621,"Cost":387,"Date":"12/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":110,"Cost":87,"Date":"1/17/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":395,"Cost":256,"Date":"3/8/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":450,"Date":"6/6/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":482,"Cost":416,"Date":"6/16/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":302,"Cost":156,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":662,"Cost":521,"Date":"11/19/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":576,"Cost":524,"Date":"12/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":643,"Cost":568,"Date":"2/4/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":481,"Cost":362,"Date":"3/8/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":231,"Date":"12/18/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":486,"Cost":387,"Date":"3/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":847,"Date":"4/20/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":581,"Cost":439,"Date":"6/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":180,"Cost":162,"Date":"7/23/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":275,"Cost":201,"Date":"11/21/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":8,"Cost":4,"Date":"11/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":804,"Cost":455,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":634,"Cost":386,"Date":"5/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":688,"Cost":452,"Date":"9/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":637,"Cost":484,"Date":"1/3/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":575,"Date":"2/2/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":547,"Cost":377,"Date":"3/18/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":160,"Cost":119,"Date":"10/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":155,"Cost":124,"Date":"2/16/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":307,"Date":"6/7/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":74,"Cost":48,"Date":"1/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":214,"Cost":119,"Date":"3/27/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":913,"Cost":612,"Date":"5/12/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":513,"Cost":419,"Date":"7/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":609,"Cost":477,"Date":"8/8/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":930,"Cost":681,"Date":"12/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":451,"Cost":415,"Date":"1/17/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":546,"Cost":421,"Date":"3/8/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":546,"Cost":317,"Date":"6/6/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":981,"Cost":827,"Date":"6/16/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":158,"Cost":124,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":755,"Cost":496,"Date":"11/19/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":758,"Date":"12/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":267,"Cost":200,"Date":"2/4/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":223,"Cost":202,"Date":"3/8/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":59,"Cost":50,"Date":"12/18/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":297,"Cost":161,"Date":"3/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":23,"Date":"4/20/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":316,"Cost":242,"Date":"6/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":360,"Cost":335,"Date":"7/23/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":898,"Cost":791,"Date":"11/21/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":0,"Date":"11/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":440,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":333,"Cost":303,"Date":"5/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":840,"Cost":588,"Date":"9/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":108,"Cost":58,"Date":"1/3/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":299,"Date":"2/2/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":822,"Cost":718,"Date":"3/18/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":526,"Cost":465,"Date":"10/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":973,"Cost":766,"Date":"2/16/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":902,"Cost":813,"Date":"6/7/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":494,"Cost":320,"Date":"1/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":379,"Cost":325,"Date":"3/27/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":612,"Date":"5/12/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":432,"Date":"7/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":114,"Date":"8/8/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":946,"Cost":548,"Date":"12/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":336,"Cost":255,"Date":"1/17/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":740,"Cost":677,"Date":"3/8/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":236,"Cost":191,"Date":"6/6/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":972,"Cost":650,"Date":"6/16/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":409,"Cost":225,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":766,"Cost":400,"Date":"11/19/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":208,"Cost":195,"Date":"12/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":574,"Cost":325,"Date":"2/4/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":125,"Cost":95,"Date":"3/8/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":980,"Cost":606,"Date":"12/18/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":793,"Cost":479,"Date":"3/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":835,"Cost":777,"Date":"4/20/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":729,"Cost":499,"Date":"6/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":947,"Cost":567,"Date":"7/23/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":927,"Cost":805,"Date":"11/21/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":291,"Cost":206,"Date":"11/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":471,"Cost":385,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":332,"Cost":265,"Date":"5/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":356,"Cost":220,"Date":"9/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":61,"Cost":43,"Date":"1/3/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":804,"Cost":606,"Date":"2/2/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":678,"Cost":347,"Date":"3/18/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":38,"Cost":23,"Date":"10/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":305,"Cost":272,"Date":"2/16/2018"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":546,"Cost":482,"Date":"6/7/2018"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":329,"Cost":211,"Date":"1/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":999,"Cost":934,"Date":"3/27/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":677,"Cost":362,"Date":"5/12/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":409,"Cost":365,"Date":"7/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":407,"Cost":238,"Date":"8/8/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":47,"Cost":42,"Date":"12/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":452,"Cost":419,"Date":"1/17/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":704,"Cost":451,"Date":"3/8/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":24,"Cost":22,"Date":"6/6/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":873,"Cost":692,"Date":"6/16/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":284,"Cost":161,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":632,"Cost":578,"Date":"11/19/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":220,"Cost":176,"Date":"12/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":188,"Cost":161,"Date":"2/4/2021"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":618,"Cost":402,"Date":"3/8/2021"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":269,"Cost":191,"Date":"12/18/2021"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":143,"Cost":135,"Date":"3/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":445,"Cost":344,"Date":"4/20/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":165,"Cost":100,"Date":"6/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":142,"Cost":80,"Date":"7/23/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":441,"Cost":287,"Date":"11/21/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":758,"Cost":471,"Date":"11/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":339,"Cost":312,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":269,"Cost":233,"Date":"5/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":215,"Cost":130,"Date":"9/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":401,"Cost":285,"Date":"1/3/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":404,"Cost":315,"Date":"2/2/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":306,"Cost":275,"Date":"3/18/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":73,"Cost":63,"Date":"10/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":104,"Cost":85,"Date":"2/16/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":627,"Cost":428,"Date":"6/7/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":954,"Cost":903,"Date":"1/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":94,"Date":"3/27/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":407,"Date":"5/12/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":202,"Cost":153,"Date":"7/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":112,"Cost":78,"Date":"8/8/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":312,"Date":"12/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":645,"Cost":422,"Date":"1/17/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":118,"Date":"3/8/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":593,"Cost":563,"Date":"6/6/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":233,"Date":"6/16/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":83,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":37,"Cost":27,"Date":"11/19/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":657,"Cost":331,"Date":"12/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":806,"Cost":649,"Date":"2/4/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":127,"Date":"3/8/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":874,"Cost":585,"Date":"12/18/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":849,"Cost":787,"Date":"3/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":447,"Cost":389,"Date":"4/20/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":609,"Cost":359,"Date":"6/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":558,"Date":"7/23/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":187,"Date":"11/21/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":949,"Cost":676,"Date":"11/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":952,"Cost":780,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":880,"Cost":652,"Date":"5/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":211,"Cost":157,"Date":"9/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":159,"Date":"1/3/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":405,"Cost":206,"Date":"2/2/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":264,"Date":"3/18/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":450,"Cost":372,"Date":"10/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":767,"Cost":720,"Date":"2/16/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":694,"Cost":550,"Date":"6/7/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":621,"Cost":436,"Date":"1/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":311,"Cost":272,"Date":"3/27/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":164,"Cost":150,"Date":"5/12/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":193,"Cost":134,"Date":"7/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":639,"Cost":555,"Date":"8/8/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":679,"Cost":637,"Date":"12/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":715,"Cost":471,"Date":"1/17/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":252,"Cost":192,"Date":"3/8/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":930,"Cost":717,"Date":"6/6/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":218,"Cost":195,"Date":"6/16/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":242,"Cost":128,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":925,"Cost":573,"Date":"11/19/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":39,"Cost":28,"Date":"12/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":117,"Cost":84,"Date":"2/4/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":947,"Cost":598,"Date":"3/8/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":577,"Cost":295,"Date":"12/18/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":765,"Cost":537,"Date":"3/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":808,"Cost":506,"Date":"4/20/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":378,"Cost":329,"Date":"6/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":300,"Cost":169,"Date":"7/23/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":813,"Cost":505,"Date":"11/21/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":808,"Cost":756,"Date":"11/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":497,"Cost":315,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":846,"Cost":558,"Date":"5/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":332,"Cost":196,"Date":"9/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":999,"Cost":877,"Date":"1/3/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":233,"Cost":172,"Date":"2/2/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":577,"Cost":496,"Date":"3/18/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":349,"Cost":311,"Date":"10/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":764,"Cost":488,"Date":"2/16/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":48,"Cost":45,"Date":"6/7/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":701,"Cost":392,"Date":"1/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":187,"Date":"3/27/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":709,"Cost":587,"Date":"5/12/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":776,"Cost":663,"Date":"7/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":889,"Cost":769,"Date":"8/8/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":529,"Cost":456,"Date":"12/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":717,"Date":"1/17/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":14,"Cost":7,"Date":"3/8/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":535,"Cost":376,"Date":"6/6/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":985,"Cost":757,"Date":"6/16/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":727,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":914,"Cost":808,"Date":"11/19/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":514,"Cost":313,"Date":"12/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":180,"Cost":159,"Date":"2/4/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":157,"Cost":121,"Date":"3/8/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":393,"Date":"12/18/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":513,"Cost":311,"Date":"3/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":84,"Date":"4/20/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":949,"Cost":556,"Date":"6/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":772,"Cost":603,"Date":"7/23/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":521,"Cost":345,"Date":"11/21/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":674,"Cost":365,"Date":"11/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":724,"Cost":473,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":206,"Cost":182,"Date":"5/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":179,"Cost":94,"Date":"9/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":844,"Cost":775,"Date":"1/3/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":631,"Date":"2/2/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":814,"Cost":662,"Date":"3/18/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":855,"Cost":782,"Date":"10/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":676,"Cost":493,"Date":"2/16/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":623,"Cost":469,"Date":"6/7/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":517,"Cost":451,"Date":"1/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":404,"Cost":320,"Date":"3/27/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":534,"Cost":289,"Date":"5/12/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":189,"Cost":110,"Date":"7/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":316,"Cost":245,"Date":"8/8/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":5,"Cost":4,"Date":"12/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":387,"Cost":311,"Date":"1/17/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":159,"Cost":106,"Date":"3/8/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":386,"Cost":350,"Date":"6/6/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":915,"Cost":692,"Date":"6/16/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":425,"Cost":270,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":942,"Cost":800,"Date":"11/19/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":807,"Cost":492,"Date":"12/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":389,"Cost":198,"Date":"2/4/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":706,"Cost":622,"Date":"3/8/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":772,"Cost":388,"Date":"12/18/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":48,"Cost":26,"Date":"3/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":702,"Cost":503,"Date":"4/20/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":791,"Cost":685,"Date":"6/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":97,"Cost":65,"Date":"7/23/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":183,"Cost":126,"Date":"11/21/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":574,"Cost":454,"Date":"11/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":490,"Cost":292,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":484,"Cost":357,"Date":"5/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":485,"Cost":270,"Date":"9/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":902,"Cost":487,"Date":"1/3/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":824,"Cost":506,"Date":"2/2/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":758,"Cost":406,"Date":"3/18/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":803,"Cost":559,"Date":"10/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":134,"Cost":109,"Date":"2/16/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":833,"Cost":686,"Date":"6/7/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":523,"Cost":448,"Date":"1/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":306,"Cost":183,"Date":"3/27/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":975,"Cost":744,"Date":"5/12/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":794,"Cost":623,"Date":"7/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":786,"Cost":653,"Date":"8/8/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":879,"Cost":795,"Date":"12/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":485,"Cost":289,"Date":"1/17/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":633,"Cost":534,"Date":"3/8/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":958,"Cost":764,"Date":"6/6/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":468,"Cost":440,"Date":"6/16/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":382,"Cost":292,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":154,"Cost":132,"Date":"11/19/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":848,"Cost":606,"Date":"12/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":488,"Cost":426,"Date":"2/4/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":804,"Cost":556,"Date":"3/8/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":954,"Cost":605,"Date":"12/18/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":674,"Cost":514,"Date":"3/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":783,"Cost":687,"Date":"4/20/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":104,"Cost":77,"Date":"6/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":180,"Cost":133,"Date":"7/23/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":977,"Cost":764,"Date":"11/21/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":870,"Cost":651,"Date":"11/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":916,"Cost":618,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":797,"Cost":619,"Date":"5/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":442,"Cost":322,"Date":"9/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":960,"Cost":661,"Date":"1/3/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":577,"Cost":505,"Date":"2/2/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":997,"Cost":847,"Date":"3/18/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":544,"Cost":315,"Date":"10/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":843,"Cost":508,"Date":"2/16/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":463,"Cost":400,"Date":"6/7/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":297,"Date":"1/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":271,"Date":"3/27/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":329,"Cost":194,"Date":"5/12/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":413,"Cost":269,"Date":"7/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":328,"Cost":184,"Date":"8/8/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":155,"Cost":128,"Date":"12/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":129,"Date":"1/17/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":703,"Cost":606,"Date":"3/8/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":846,"Cost":799,"Date":"6/6/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":101,"Cost":95,"Date":"6/16/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":824,"Cost":536,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":365,"Cost":258,"Date":"11/19/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":958,"Cost":737,"Date":"12/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":461,"Date":"2/4/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":72,"Date":"3/8/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":691,"Date":"12/18/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":442,"Cost":362,"Date":"3/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":746,"Cost":467,"Date":"4/20/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":352,"Cost":243,"Date":"6/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":758,"Cost":690,"Date":"7/23/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":218,"Cost":188,"Date":"11/21/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":754,"Cost":389,"Date":"11/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":449,"Cost":366,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":520,"Date":"5/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":136,"Cost":104,"Date":"9/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":125,"Cost":63,"Date":"1/3/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":956,"Cost":638,"Date":"2/2/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":545,"Cost":308,"Date":"3/18/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":203,"Cost":121,"Date":"10/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":804,"Cost":700,"Date":"2/16/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":162,"Cost":100,"Date":"6/7/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":83,"Cost":54,"Date":"1/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":233,"Cost":194,"Date":"3/27/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":407,"Cost":276,"Date":"5/12/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":915,"Cost":591,"Date":"7/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":922,"Cost":739,"Date":"8/8/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":400,"Cost":262,"Date":"12/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":710,"Cost":671,"Date":"1/17/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":12,"Date":"3/8/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":389,"Cost":305,"Date":"6/6/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":985,"Cost":734,"Date":"6/16/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":608,"Cost":491,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":907,"Date":"11/19/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":419,"Cost":388,"Date":"12/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":566,"Cost":322,"Date":"2/4/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":962,"Cost":854,"Date":"3/8/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":280,"Cost":195,"Date":"12/18/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":847,"Cost":713,"Date":"3/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":30,"Cost":20,"Date":"4/20/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":660,"Date":"6/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":298,"Cost":169,"Date":"7/23/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":884,"Cost":620,"Date":"11/21/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":544,"Cost":459,"Date":"11/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":468,"Cost":412,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":29,"Cost":26,"Date":"5/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":728,"Cost":551,"Date":"9/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":727,"Cost":635,"Date":"1/3/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":133,"Cost":89,"Date":"2/2/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":913,"Cost":795,"Date":"3/18/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":353,"Date":"10/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":439,"Cost":328,"Date":"2/16/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":685,"Cost":453,"Date":"6/7/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":508,"Cost":393,"Date":"1/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":600,"Cost":339,"Date":"3/27/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":231,"Date":"5/12/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":310,"Cost":179,"Date":"7/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":995,"Cost":562,"Date":"8/8/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":504,"Cost":423,"Date":"12/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":329,"Date":"1/17/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":931,"Cost":761,"Date":"3/8/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":761,"Cost":607,"Date":"6/6/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":808,"Cost":583,"Date":"6/16/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":569,"Cost":507,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":707,"Cost":515,"Date":"11/19/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":983,"Cost":539,"Date":"12/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":701,"Date":"2/4/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":894,"Cost":520,"Date":"3/8/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":22,"Cost":16,"Date":"12/18/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":867,"Cost":435,"Date":"3/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":952,"Cost":680,"Date":"4/20/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":908,"Cost":825,"Date":"6/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":136,"Date":"7/23/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":316,"Cost":174,"Date":"11/21/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":504,"Cost":294,"Date":"11/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":614,"Cost":443,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":26,"Cost":19,"Date":"5/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":638,"Cost":432,"Date":"9/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":482,"Cost":285,"Date":"1/3/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":386,"Cost":236,"Date":"2/2/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":407,"Cost":234,"Date":"3/18/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":657,"Cost":483,"Date":"10/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":123,"Cost":101,"Date":"2/16/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":706,"Cost":553,"Date":"6/7/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":50,"Cost":26,"Date":"1/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":776,"Cost":653,"Date":"3/27/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":736,"Cost":460,"Date":"5/12/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":678,"Cost":528,"Date":"7/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":144,"Cost":72,"Date":"8/8/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":811,"Cost":592,"Date":"12/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":290,"Cost":234,"Date":"1/17/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":650,"Cost":427,"Date":"3/8/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":32,"Cost":17,"Date":"6/6/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":139,"Cost":83,"Date":"6/16/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":676,"Cost":612,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":992,"Cost":807,"Date":"11/19/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":540,"Cost":470,"Date":"12/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":642,"Cost":466,"Date":"2/4/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":516,"Cost":357,"Date":"3/8/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":131,"Cost":80,"Date":"12/18/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":356,"Cost":248,"Date":"3/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":440,"Cost":243,"Date":"4/20/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":322,"Cost":254,"Date":"6/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":22,"Cost":18,"Date":"7/23/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":43,"Cost":35,"Date":"11/21/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":97,"Cost":49,"Date":"11/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":71,"Cost":60,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":627,"Cost":567,"Date":"5/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":100,"Cost":63,"Date":"9/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":126,"Cost":79,"Date":"1/3/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":551,"Cost":323,"Date":"2/2/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":142,"Cost":86,"Date":"3/18/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":429,"Cost":264,"Date":"10/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":966,"Cost":790,"Date":"2/16/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":346,"Cost":266,"Date":"6/7/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":503,"Cost":453,"Date":"1/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":702,"Cost":658,"Date":"3/27/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":345,"Cost":253,"Date":"5/12/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":65,"Cost":52,"Date":"7/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":125,"Cost":110,"Date":"8/8/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":998,"Cost":924,"Date":"12/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":536,"Cost":340,"Date":"1/17/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":692,"Cost":501,"Date":"3/8/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":284,"Cost":181,"Date":"6/6/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":534,"Cost":396,"Date":"6/16/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":424,"Cost":239,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":292,"Cost":236,"Date":"11/19/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":794,"Cost":502,"Date":"12/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":12,"Cost":7,"Date":"2/4/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":54,"Cost":42,"Date":"3/8/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":48,"Cost":27,"Date":"12/18/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":941,"Cost":819,"Date":"3/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":326,"Cost":217,"Date":"4/20/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":433,"Cost":394,"Date":"6/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":512,"Cost":455,"Date":"7/23/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":387,"Cost":248,"Date":"11/21/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":710,"Cost":423,"Date":"11/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":944,"Cost":614,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":31,"Cost":17,"Date":"5/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":594,"Cost":430,"Date":"9/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":33,"Cost":16,"Date":"1/3/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":469,"Cost":333,"Date":"2/2/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":262,"Cost":144,"Date":"3/18/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":796,"Cost":433,"Date":"10/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":134,"Cost":125,"Date":"2/16/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":117,"Cost":98,"Date":"6/7/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":720,"Cost":367,"Date":"1/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":304,"Cost":183,"Date":"3/27/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":497,"Cost":287,"Date":"5/12/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":819,"Cost":653,"Date":"7/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":895,"Cost":547,"Date":"8/8/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":166,"Cost":119,"Date":"12/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":508,"Cost":415,"Date":"1/17/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":370,"Cost":187,"Date":"3/8/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":175,"Cost":155,"Date":"6/6/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":45,"Cost":38,"Date":"6/16/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":29,"Cost":24,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":376,"Cost":210,"Date":"11/19/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":215,"Cost":113,"Date":"12/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":846,"Cost":641,"Date":"2/4/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":789,"Cost":498,"Date":"3/8/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":857,"Cost":724,"Date":"12/18/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":823,"Cost":501,"Date":"3/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":980,"Cost":828,"Date":"4/20/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":211,"Cost":166,"Date":"6/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":290,"Cost":213,"Date":"7/23/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":664,"Cost":516,"Date":"11/21/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":725,"Cost":483,"Date":"11/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":503,"Cost":335,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":50,"Cost":42,"Date":"5/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":407,"Cost":322,"Date":"9/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":895,"Cost":550,"Date":"1/3/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":569,"Cost":467,"Date":"2/2/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":144,"Cost":132,"Date":"3/18/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":261,"Cost":237,"Date":"10/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":95,"Cost":58,"Date":"2/16/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":582,"Cost":472,"Date":"6/7/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":764,"Cost":676,"Date":"1/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":123,"Cost":102,"Date":"3/27/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":299,"Cost":247,"Date":"5/12/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":860,"Cost":507,"Date":"7/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":693,"Cost":570,"Date":"8/8/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":269,"Cost":239,"Date":"12/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":839,"Cost":459,"Date":"1/17/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":841,"Cost":591,"Date":"3/8/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":286,"Cost":159,"Date":"6/6/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":107,"Cost":96,"Date":"6/16/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":322,"Cost":161,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":85,"Cost":78,"Date":"11/19/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":403,"Cost":381,"Date":"12/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":889,"Cost":574,"Date":"2/4/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":285,"Cost":264,"Date":"3/8/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":930,"Cost":691,"Date":"12/18/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":361,"Cost":201,"Date":"3/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":424,"Cost":253,"Date":"4/20/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":172,"Cost":132,"Date":"6/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":368,"Cost":329,"Date":"7/23/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":841,"Cost":592,"Date":"11/21/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":57,"Cost":47,"Date":"11/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":66,"Cost":58,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":802,"Cost":480,"Date":"5/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":361,"Cost":271,"Date":"9/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":807,"Cost":716,"Date":"1/3/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":952,"Cost":611,"Date":"2/2/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":363,"Cost":321,"Date":"3/18/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":365,"Cost":191,"Date":"10/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":332,"Cost":270,"Date":"2/16/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":109,"Cost":61,"Date":"6/7/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":698,"Date":"1/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":788,"Cost":677,"Date":"3/27/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":550,"Cost":347,"Date":"5/12/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":195,"Cost":171,"Date":"7/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":993,"Cost":580,"Date":"8/8/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":540,"Cost":364,"Date":"12/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":696,"Cost":375,"Date":"1/17/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":127,"Date":"3/8/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":878,"Cost":622,"Date":"6/6/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":44,"Cost":27,"Date":"6/16/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":482,"Cost":384,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":1,"Cost":1,"Date":"11/19/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":181,"Cost":162,"Date":"12/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":499,"Cost":354,"Date":"2/4/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":423,"Cost":343,"Date":"3/8/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":763,"Cost":645,"Date":"12/18/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":428,"Cost":239,"Date":"3/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":624,"Date":"4/20/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":894,"Cost":827,"Date":"6/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":849,"Cost":636,"Date":"7/23/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":737,"Cost":530,"Date":"11/21/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":338,"Cost":251,"Date":"11/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":176,"Cost":101,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":944,"Cost":717,"Date":"5/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":164,"Cost":99,"Date":"9/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":26,"Cost":19,"Date":"1/3/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":595,"Cost":396,"Date":"2/2/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":623,"Cost":321,"Date":"3/18/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":187,"Cost":122,"Date":"10/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":928,"Cost":622,"Date":"2/16/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":832,"Cost":706,"Date":"6/7/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":573,"Cost":306,"Date":"1/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":461,"Cost":317,"Date":"3/27/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":897,"Cost":784,"Date":"5/12/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":823,"Cost":427,"Date":"7/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":644,"Cost":335,"Date":"8/8/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":652,"Cost":479,"Date":"12/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":969,"Cost":761,"Date":"1/17/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":919,"Cost":531,"Date":"3/8/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":392,"Cost":251,"Date":"6/6/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":416,"Cost":229,"Date":"6/16/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":619,"Cost":526,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":430,"Cost":382,"Date":"11/19/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":556,"Cost":316,"Date":"12/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":733,"Cost":586,"Date":"2/4/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":84,"Cost":67,"Date":"3/8/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":807,"Cost":537,"Date":"12/18/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":168,"Cost":133,"Date":"3/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":199,"Cost":183,"Date":"4/20/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":83,"Cost":71,"Date":"6/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":992,"Cost":756,"Date":"7/23/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":682,"Cost":399,"Date":"11/21/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":662,"Cost":623,"Date":"11/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":476,"Cost":420,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":371,"Cost":246,"Date":"5/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":266,"Cost":155,"Date":"9/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":711,"Cost":641,"Date":"1/3/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":675,"Cost":554,"Date":"2/2/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":605,"Cost":419,"Date":"3/18/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":21,"Cost":19,"Date":"10/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":10,"Cost":8,"Date":"2/16/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":213,"Cost":190,"Date":"6/7/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":909,"Cost":463,"Date":"1/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":111,"Cost":96,"Date":"3/27/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":888,"Date":"5/12/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":760,"Cost":440,"Date":"7/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":726,"Date":"8/8/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":175,"Date":"12/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":956,"Cost":732,"Date":"1/17/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":889,"Cost":703,"Date":"3/8/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":326,"Cost":217,"Date":"6/6/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":760,"Cost":438,"Date":"6/16/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":383,"Cost":336,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":429,"Cost":246,"Date":"11/19/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":211,"Cost":185,"Date":"12/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":840,"Cost":740,"Date":"2/4/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":345,"Date":"3/8/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":275,"Cost":206,"Date":"12/18/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":331,"Date":"3/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":328,"Cost":294,"Date":"4/20/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":66,"Date":"6/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":716,"Date":"7/23/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":761,"Cost":573,"Date":"11/21/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":512,"Date":"11/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":340,"Cost":220,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":172,"Cost":138,"Date":"5/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":831,"Date":"9/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":81,"Date":"1/3/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":764,"Cost":526,"Date":"2/2/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":94,"Cost":89,"Date":"3/18/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":411,"Cost":299,"Date":"10/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":449,"Cost":265,"Date":"2/16/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":821,"Cost":604,"Date":"6/7/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":777,"Cost":674,"Date":"1/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":593,"Cost":390,"Date":"3/27/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":682,"Cost":481,"Date":"5/12/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":56,"Cost":34,"Date":"7/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":445,"Cost":265,"Date":"8/8/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":840,"Cost":765,"Date":"12/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":162,"Cost":136,"Date":"1/17/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":29,"Cost":25,"Date":"3/8/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":971,"Cost":901,"Date":"6/6/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":150,"Cost":109,"Date":"6/16/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":658,"Cost":504,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":681,"Cost":393,"Date":"11/19/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":340,"Cost":174,"Date":"12/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":339,"Cost":171,"Date":"2/4/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":251,"Cost":198,"Date":"3/8/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":384,"Cost":205,"Date":"12/18/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":500,"Cost":473,"Date":"3/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":481,"Cost":392,"Date":"4/20/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":458,"Cost":337,"Date":"6/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":832,"Cost":790,"Date":"7/23/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":518,"Cost":350,"Date":"11/21/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":277,"Cost":262,"Date":"11/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":957,"Cost":827,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":104,"Cost":58,"Date":"5/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":464,"Cost":359,"Date":"9/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":801,"Cost":660,"Date":"1/3/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":559,"Cost":455,"Date":"2/2/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":446,"Cost":403,"Date":"3/18/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":804,"Cost":533,"Date":"10/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":225,"Cost":116,"Date":"2/16/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":547,"Cost":341,"Date":"6/7/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":120,"Cost":67,"Date":"1/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":660,"Cost":414,"Date":"3/27/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":780,"Cost":718,"Date":"5/12/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":138,"Cost":84,"Date":"7/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":693,"Cost":367,"Date":"8/8/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":537,"Cost":453,"Date":"12/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":661,"Cost":596,"Date":"1/17/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":552,"Cost":413,"Date":"3/8/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":210,"Cost":188,"Date":"6/6/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":732,"Cost":652,"Date":"6/16/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":161,"Cost":107,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":20,"Cost":18,"Date":"11/19/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":898,"Cost":509,"Date":"12/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":389,"Cost":321,"Date":"2/4/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":566,"Cost":315,"Date":"3/8/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":762,"Cost":445,"Date":"12/18/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":865,"Cost":579,"Date":"3/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":575,"Cost":329,"Date":"4/20/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":538,"Cost":401,"Date":"6/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":707,"Cost":658,"Date":"7/23/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":204,"Cost":194,"Date":"11/21/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":703,"Cost":449,"Date":"11/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":62,"Cost":57,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":440,"Cost":376,"Date":"5/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":959,"Cost":534,"Date":"9/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":14,"Cost":13,"Date":"1/3/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":734,"Cost":608,"Date":"2/2/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":491,"Cost":427,"Date":"3/18/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":742,"Cost":418,"Date":"10/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":491,"Cost":307,"Date":"2/16/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":76,"Cost":52,"Date":"6/7/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":970,"Cost":853,"Date":"1/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":876,"Cost":719,"Date":"3/27/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":499,"Cost":381,"Date":"5/12/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":226,"Cost":197,"Date":"7/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":901,"Cost":703,"Date":"8/8/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":198,"Cost":128,"Date":"12/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":64,"Cost":58,"Date":"1/17/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":684,"Cost":393,"Date":"3/8/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":86,"Cost":45,"Date":"6/6/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":587,"Cost":522,"Date":"6/16/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":36,"Cost":32,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":851,"Cost":571,"Date":"11/19/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":160,"Cost":141,"Date":"12/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":958,"Cost":650,"Date":"2/4/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":497,"Cost":298,"Date":"3/8/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":541,"Cost":299,"Date":"12/18/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":975,"Cost":606,"Date":"3/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":796,"Cost":727,"Date":"4/20/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":266,"Cost":147,"Date":"6/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":786,"Cost":517,"Date":"7/23/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":862,"Cost":815,"Date":"11/21/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":463,"Cost":300,"Date":"11/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":745,"Cost":593,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":591,"Cost":307,"Date":"5/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":236,"Cost":147,"Date":"9/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":184,"Cost":147,"Date":"1/3/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":795,"Cost":450,"Date":"2/2/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":250,"Cost":160,"Date":"3/18/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":105,"Cost":79,"Date":"10/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":57,"Cost":43,"Date":"2/16/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":921,"Cost":487,"Date":"6/7/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":436,"Date":"1/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":106,"Cost":60,"Date":"3/27/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":192,"Cost":101,"Date":"5/12/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":971,"Cost":717,"Date":"7/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":459,"Cost":329,"Date":"8/8/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":870,"Cost":646,"Date":"12/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":946,"Cost":866,"Date":"1/17/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":136,"Cost":87,"Date":"3/8/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":994,"Cost":665,"Date":"6/6/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":313,"Cost":180,"Date":"6/16/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":818,"Cost":615,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":351,"Cost":243,"Date":"11/19/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":249,"Cost":178,"Date":"12/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":869,"Cost":450,"Date":"2/4/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":875,"Cost":518,"Date":"3/8/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":660,"Cost":379,"Date":"12/18/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":792,"Cost":723,"Date":"3/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":181,"Cost":110,"Date":"4/20/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":9,"Cost":4,"Date":"6/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":496,"Cost":311,"Date":"7/23/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":142,"Cost":119,"Date":"11/21/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":55,"Date":"11/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":83,"Cost":60,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":616,"Cost":429,"Date":"5/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":882,"Cost":713,"Date":"9/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":512,"Date":"1/3/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":419,"Cost":336,"Date":"2/2/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":232,"Cost":181,"Date":"3/18/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":696,"Cost":480,"Date":"10/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":362,"Cost":289,"Date":"2/16/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":208,"Cost":177,"Date":"6/7/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":191,"Cost":140,"Date":"1/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":873,"Cost":588,"Date":"3/27/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":975,"Cost":633,"Date":"5/12/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":644,"Cost":546,"Date":"7/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":355,"Date":"8/8/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":624,"Cost":512,"Date":"12/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":270,"Cost":184,"Date":"1/17/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":414,"Cost":224,"Date":"3/8/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":229,"Cost":199,"Date":"6/6/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":936,"Cost":847,"Date":"6/16/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":432,"Cost":370,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":901,"Cost":700,"Date":"11/19/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":776,"Date":"12/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":522,"Cost":323,"Date":"2/4/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":134,"Cost":102,"Date":"3/8/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":955,"Cost":880,"Date":"12/18/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":462,"Cost":313,"Date":"3/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":988,"Cost":549,"Date":"4/20/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":69,"Date":"6/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":394,"Cost":197,"Date":"7/23/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":17,"Cost":11,"Date":"11/21/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":835,"Cost":420,"Date":"11/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":274,"Cost":237,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":889,"Cost":696,"Date":"5/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":820,"Cost":585,"Date":"9/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":851,"Cost":444,"Date":"1/3/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":795,"Cost":478,"Date":"2/2/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":640,"Cost":389,"Date":"3/18/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":57,"Date":"10/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":867,"Cost":461,"Date":"2/16/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":387,"Cost":354,"Date":"6/7/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":998,"Cost":779,"Date":"1/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":642,"Cost":513,"Date":"3/27/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":474,"Cost":383,"Date":"5/12/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":484,"Date":"7/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":520,"Cost":415,"Date":"8/8/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":934,"Cost":757,"Date":"12/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":572,"Cost":334,"Date":"1/17/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":69,"Cost":45,"Date":"3/8/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":358,"Date":"6/6/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":402,"Date":"6/16/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":723,"Cost":465,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":264,"Date":"11/19/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":189,"Cost":120,"Date":"12/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":800,"Cost":607,"Date":"2/4/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":357,"Cost":273,"Date":"3/8/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":474,"Cost":262,"Date":"12/18/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":304,"Date":"3/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":426,"Cost":268,"Date":"4/20/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":228,"Cost":213,"Date":"6/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":69,"Cost":38,"Date":"7/23/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":940,"Cost":493,"Date":"11/21/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":758,"Cost":679,"Date":"11/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":145,"Cost":131,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":863,"Cost":772,"Date":"5/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":491,"Cost":407,"Date":"9/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":138,"Cost":90,"Date":"1/3/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":178,"Cost":98,"Date":"2/2/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":870,"Cost":667,"Date":"3/18/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":681,"Cost":523,"Date":"10/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":691,"Cost":581,"Date":"2/16/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":681,"Cost":378,"Date":"6/7/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":260,"Date":"1/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":780,"Cost":624,"Date":"3/27/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":375,"Cost":272,"Date":"5/12/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":226,"Cost":192,"Date":"7/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":89,"Date":"8/8/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":220,"Cost":174,"Date":"12/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":451,"Date":"1/17/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":346,"Cost":184,"Date":"3/8/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":96,"Date":"6/6/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":241,"Cost":210,"Date":"6/16/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":255,"Cost":165,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":885,"Cost":732,"Date":"11/19/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":79,"Date":"12/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":801,"Cost":686,"Date":"2/4/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":498,"Cost":363,"Date":"3/8/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":83,"Cost":47,"Date":"12/18/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":455,"Cost":350,"Date":"3/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":75,"Date":"4/20/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":637,"Cost":355,"Date":"6/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":365,"Cost":262,"Date":"7/23/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":207,"Cost":167,"Date":"11/21/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":375,"Cost":287,"Date":"11/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":480,"Cost":256,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":201,"Cost":185,"Date":"5/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":889,"Cost":505,"Date":"9/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":242,"Cost":155,"Date":"1/3/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":151,"Date":"2/2/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":798,"Cost":570,"Date":"3/18/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":172,"Cost":120,"Date":"10/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":600,"Cost":373,"Date":"2/16/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":349,"Cost":302,"Date":"6/7/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":895,"Cost":654,"Date":"1/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":952,"Cost":731,"Date":"3/27/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":497,"Cost":405,"Date":"5/12/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":485,"Cost":277,"Date":"7/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":417,"Date":"8/8/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":600,"Date":"12/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":368,"Cost":240,"Date":"1/17/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":51,"Cost":27,"Date":"3/8/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":70,"Cost":59,"Date":"6/6/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":203,"Cost":152,"Date":"6/16/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":571,"Cost":350,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":551,"Cost":422,"Date":"11/19/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":800,"Cost":589,"Date":"12/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":911,"Cost":826,"Date":"2/4/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":667,"Date":"3/8/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":96,"Date":"12/18/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":295,"Cost":254,"Date":"3/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":62,"Cost":45,"Date":"4/20/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":886,"Cost":813,"Date":"6/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":969,"Cost":849,"Date":"7/23/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":427,"Cost":218,"Date":"11/21/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":323,"Cost":176,"Date":"11/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":367,"Cost":293,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":196,"Cost":175,"Date":"5/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":143,"Cost":109,"Date":"9/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":597,"Date":"1/3/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":81,"Cost":66,"Date":"2/2/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":721,"Cost":441,"Date":"3/18/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":88,"Date":"10/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":631,"Cost":387,"Date":"2/16/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":582,"Cost":395,"Date":"6/7/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":570,"Cost":455,"Date":"1/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":273,"Cost":194,"Date":"3/27/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":657,"Cost":621,"Date":"5/12/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":496,"Cost":330,"Date":"7/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":563,"Cost":394,"Date":"8/8/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":667,"Cost":422,"Date":"12/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":208,"Date":"1/17/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":349,"Cost":235,"Date":"3/8/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":633,"Cost":380,"Date":"6/6/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":426,"Date":"6/16/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":740,"Cost":564,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":705,"Cost":402,"Date":"11/19/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":115,"Date":"12/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":518,"Cost":467,"Date":"2/4/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":665,"Cost":413,"Date":"3/8/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":67,"Cost":38,"Date":"12/18/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":32,"Cost":30,"Date":"3/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":451,"Cost":324,"Date":"4/20/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":470,"Cost":287,"Date":"6/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":246,"Cost":128,"Date":"7/23/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":984,"Cost":573,"Date":"11/21/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":347,"Date":"11/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":898,"Cost":801,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":255,"Cost":185,"Date":"5/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":611,"Cost":382,"Date":"9/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":359,"Date":"1/3/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":323,"Date":"2/2/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":228,"Cost":140,"Date":"3/18/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":630,"Cost":472,"Date":"10/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":152,"Cost":116,"Date":"2/16/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":706,"Cost":400,"Date":"6/7/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":260,"Cost":134,"Date":"1/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":152,"Cost":98,"Date":"3/27/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":659,"Cost":521,"Date":"5/12/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":710,"Cost":552,"Date":"7/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":72,"Cost":62,"Date":"8/8/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":157,"Cost":122,"Date":"12/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":825,"Cost":671,"Date":"1/17/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":989,"Cost":495,"Date":"3/8/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":383,"Cost":266,"Date":"6/6/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":963,"Cost":892,"Date":"6/16/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":950,"Cost":805,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":822,"Cost":446,"Date":"11/19/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":318,"Cost":169,"Date":"12/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":232,"Cost":190,"Date":"2/4/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":538,"Cost":346,"Date":"3/8/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":632,"Cost":396,"Date":"12/18/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":990,"Cost":938,"Date":"3/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":567,"Cost":418,"Date":"4/20/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":72,"Cost":60,"Date":"6/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":566,"Cost":409,"Date":"7/23/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":396,"Cost":215,"Date":"11/21/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":90,"Cost":86,"Date":"11/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":852,"Cost":594,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":402,"Cost":376,"Date":"5/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":838,"Cost":739,"Date":"9/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":730,"Cost":584,"Date":"1/3/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":475,"Cost":437,"Date":"2/2/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":177,"Cost":153,"Date":"3/18/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":931,"Cost":624,"Date":"10/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":108,"Cost":64,"Date":"2/16/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":815,"Cost":664,"Date":"6/7/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":323,"Cost":245,"Date":"1/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":86,"Date":"3/27/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":720,"Cost":566,"Date":"5/12/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":593,"Cost":313,"Date":"7/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":202,"Cost":108,"Date":"8/8/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":323,"Date":"12/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":503,"Date":"1/17/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":229,"Date":"3/8/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":799,"Cost":405,"Date":"6/6/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":928,"Cost":557,"Date":"6/16/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":342,"Cost":240,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":678,"Cost":552,"Date":"11/19/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":867,"Cost":587,"Date":"12/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":852,"Cost":651,"Date":"2/4/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":821,"Cost":564,"Date":"3/8/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":176,"Cost":148,"Date":"12/18/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":487,"Cost":382,"Date":"3/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":186,"Cost":162,"Date":"4/20/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":303,"Cost":210,"Date":"6/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":554,"Cost":308,"Date":"7/23/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":723,"Date":"11/21/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":694,"Cost":463,"Date":"11/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":490,"Cost":282,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":670,"Cost":342,"Date":"5/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":484,"Cost":268,"Date":"9/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":765,"Cost":648,"Date":"1/3/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":470,"Date":"2/2/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":433,"Cost":242,"Date":"3/18/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":118,"Date":"10/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":888,"Cost":472,"Date":"2/16/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":698,"Cost":636,"Date":"6/7/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":489,"Cost":431,"Date":"1/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":478,"Cost":429,"Date":"3/27/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":89,"Cost":64,"Date":"5/12/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":302,"Cost":216,"Date":"7/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":904,"Cost":498,"Date":"8/8/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":762,"Cost":521,"Date":"12/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":9,"Date":"1/17/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":299,"Cost":201,"Date":"3/8/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":711,"Date":"6/6/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":363,"Cost":251,"Date":"6/16/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":608,"Cost":332,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":701,"Cost":420,"Date":"11/19/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":941,"Cost":519,"Date":"12/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":423,"Cost":371,"Date":"2/4/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":117,"Cost":65,"Date":"3/8/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":171,"Cost":124,"Date":"12/18/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":450,"Cost":247,"Date":"3/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":498,"Cost":397,"Date":"4/20/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":807,"Cost":686,"Date":"6/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":368,"Cost":319,"Date":"7/23/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":757,"Cost":681,"Date":"11/21/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":543,"Cost":390,"Date":"11/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":103,"Cost":67,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":118,"Date":"5/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":650,"Date":"9/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":252,"Date":"1/3/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":556,"Cost":322,"Date":"2/2/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":801,"Cost":740,"Date":"3/18/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":256,"Date":"10/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":333,"Cost":251,"Date":"2/16/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":444,"Cost":278,"Date":"6/7/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":703,"Cost":509,"Date":"1/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":941,"Cost":496,"Date":"3/27/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":776,"Cost":401,"Date":"5/12/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":774,"Cost":561,"Date":"7/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":597,"Cost":458,"Date":"8/8/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":415,"Cost":331,"Date":"12/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":396,"Cost":229,"Date":"1/17/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":635,"Cost":490,"Date":"3/8/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":134,"Cost":105,"Date":"6/6/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":353,"Cost":263,"Date":"6/16/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":44,"Cost":22,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":581,"Cost":395,"Date":"11/19/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":541,"Cost":469,"Date":"12/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":916,"Cost":518,"Date":"2/4/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":274,"Cost":159,"Date":"3/8/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":678,"Cost":602,"Date":"12/18/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":391,"Cost":320,"Date":"3/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":446,"Cost":407,"Date":"4/20/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":336,"Cost":284,"Date":"6/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":996,"Cost":705,"Date":"7/23/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":238,"Cost":174,"Date":"11/21/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":92,"Cost":64,"Date":"11/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":499,"Cost":251,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":61,"Cost":44,"Date":"5/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":701,"Cost":542,"Date":"9/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":239,"Cost":174,"Date":"1/3/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":176,"Cost":137,"Date":"2/2/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":337,"Cost":228,"Date":"3/18/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":842,"Cost":590,"Date":"10/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":260,"Cost":139,"Date":"2/16/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":415,"Cost":361,"Date":"6/7/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":1000,"Cost":539,"Date":"1/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":427,"Date":"3/27/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":387,"Date":"5/12/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":638,"Cost":582,"Date":"7/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":305,"Cost":287,"Date":"8/8/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":907,"Cost":653,"Date":"12/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":607,"Cost":451,"Date":"1/17/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":346,"Cost":280,"Date":"3/8/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":210,"Cost":176,"Date":"6/6/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":770,"Cost":670,"Date":"6/16/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":47,"Cost":33,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":77,"Cost":40,"Date":"11/19/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":669,"Date":"12/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":84,"Date":"2/4/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":8,"Date":"3/8/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":128,"Cost":121,"Date":"12/18/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":441,"Cost":297,"Date":"3/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":414,"Cost":338,"Date":"4/20/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":953,"Cost":792,"Date":"6/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":369,"Cost":311,"Date":"7/23/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":188,"Cost":156,"Date":"11/21/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":329,"Cost":206,"Date":"11/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":712,"Cost":669,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":553,"Cost":380,"Date":"5/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":210,"Date":"9/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":44,"Cost":30,"Date":"1/3/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":755,"Cost":427,"Date":"2/2/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":985,"Cost":632,"Date":"3/18/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":101,"Date":"10/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":388,"Cost":290,"Date":"2/16/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":425,"Cost":299,"Date":"6/7/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":459,"Cost":235,"Date":"1/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":216,"Cost":159,"Date":"3/27/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":890,"Cost":648,"Date":"5/12/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":862,"Cost":446,"Date":"7/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":100,"Date":"8/8/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":624,"Cost":579,"Date":"12/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":123,"Cost":95,"Date":"1/17/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":864,"Cost":595,"Date":"3/8/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":58,"Cost":52,"Date":"6/6/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":14,"Cost":7,"Date":"6/16/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":638,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":644,"Cost":474,"Date":"11/19/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":540,"Cost":338,"Date":"12/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":214,"Cost":145,"Date":"2/4/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":477,"Cost":257,"Date":"3/8/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":653,"Cost":577,"Date":"12/18/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":630,"Cost":386,"Date":"3/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":418,"Cost":345,"Date":"4/20/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":783,"Cost":589,"Date":"6/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":564,"Cost":416,"Date":"7/23/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":551,"Cost":480,"Date":"11/21/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":368,"Cost":336,"Date":"11/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":45,"Cost":26,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":520,"Cost":304,"Date":"5/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":230,"Cost":210,"Date":"9/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":257,"Cost":233,"Date":"1/3/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":910,"Cost":863,"Date":"2/2/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":15,"Cost":12,"Date":"3/18/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":194,"Cost":151,"Date":"10/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":421,"Cost":214,"Date":"2/16/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":787,"Date":"6/7/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":160,"Cost":150,"Date":"1/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":304,"Date":"3/27/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":831,"Cost":779,"Date":"5/12/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":849,"Cost":615,"Date":"7/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":298,"Cost":165,"Date":"8/8/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":306,"Cost":215,"Date":"12/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":265,"Cost":223,"Date":"1/17/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":545,"Cost":300,"Date":"3/8/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":570,"Cost":362,"Date":"6/6/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":370,"Cost":291,"Date":"6/16/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":750,"Cost":625,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":698,"Cost":552,"Date":"11/19/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":40,"Cost":27,"Date":"12/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":837,"Cost":665,"Date":"2/4/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":63,"Date":"3/8/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":289,"Cost":224,"Date":"12/18/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":957,"Cost":894,"Date":"3/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":691,"Cost":583,"Date":"4/20/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":97,"Cost":82,"Date":"6/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":921,"Cost":570,"Date":"7/23/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":762,"Cost":608,"Date":"11/21/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":15,"Date":"11/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":674,"Cost":407,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":571,"Cost":540,"Date":"5/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":111,"Cost":70,"Date":"9/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":333,"Cost":247,"Date":"1/3/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":599,"Cost":509,"Date":"2/2/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":294,"Cost":240,"Date":"3/18/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":280,"Date":"10/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":889,"Cost":702,"Date":"2/16/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":707,"Cost":586,"Date":"6/7/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":683,"Date":"1/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":673,"Cost":638,"Date":"3/27/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":556,"Date":"5/12/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":182,"Cost":151,"Date":"7/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":258,"Cost":232,"Date":"8/8/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":705,"Cost":557,"Date":"12/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":850,"Cost":538,"Date":"1/17/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":474,"Cost":271,"Date":"3/8/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":198,"Cost":166,"Date":"6/6/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":715,"Cost":463,"Date":"6/16/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":939,"Cost":662,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":539,"Cost":461,"Date":"11/19/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":403,"Cost":257,"Date":"12/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":663,"Cost":559,"Date":"2/4/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":383,"Cost":352,"Date":"3/8/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":913,"Cost":796,"Date":"12/18/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":462,"Date":"3/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":45,"Cost":29,"Date":"4/20/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":141,"Cost":78,"Date":"6/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":808,"Cost":547,"Date":"7/23/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":672,"Date":"11/21/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":10,"Cost":7,"Date":"11/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":468,"Cost":313,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":382,"Cost":347,"Date":"5/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":293,"Cost":149,"Date":"9/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":130,"Cost":97,"Date":"1/3/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":646,"Date":"2/2/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":900,"Cost":549,"Date":"3/18/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":298,"Cost":165,"Date":"10/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":485,"Cost":366,"Date":"2/16/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":28,"Cost":27,"Date":"6/7/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":820,"Cost":581,"Date":"1/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":757,"Cost":392,"Date":"3/27/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":243,"Cost":137,"Date":"5/12/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":169,"Cost":156,"Date":"7/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":502,"Cost":457,"Date":"8/8/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":508,"Cost":409,"Date":"12/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":799,"Cost":638,"Date":"1/17/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":570,"Cost":438,"Date":"3/8/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":151,"Date":"6/6/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":261,"Cost":140,"Date":"6/16/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":848,"Cost":635,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":657,"Cost":591,"Date":"11/19/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":67,"Cost":40,"Date":"12/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":463,"Cost":343,"Date":"2/4/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":482,"Date":"3/8/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":852,"Date":"12/18/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":279,"Cost":241,"Date":"3/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":341,"Cost":224,"Date":"4/20/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":758,"Cost":388,"Date":"6/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":188,"Cost":159,"Date":"7/23/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":8,"Date":"11/21/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":559,"Cost":446,"Date":"11/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":503,"Cost":430,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":838,"Cost":569,"Date":"5/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":352,"Cost":296,"Date":"9/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":163,"Cost":141,"Date":"1/3/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":458,"Date":"2/2/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":415,"Cost":299,"Date":"3/18/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":749,"Cost":600,"Date":"10/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":571,"Cost":521,"Date":"2/16/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":219,"Cost":196,"Date":"6/7/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":764,"Cost":680,"Date":"1/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":272,"Cost":210,"Date":"3/27/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":514,"Cost":414,"Date":"5/12/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":737,"Cost":371,"Date":"7/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":6,"Cost":3,"Date":"8/8/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":364,"Cost":209,"Date":"12/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":764,"Cost":411,"Date":"1/17/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":411,"Cost":313,"Date":"3/8/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":133,"Cost":95,"Date":"6/6/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":869,"Cost":764,"Date":"6/16/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":287,"Cost":267,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":241,"Cost":188,"Date":"11/19/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":820,"Cost":722,"Date":"12/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":889,"Cost":449,"Date":"2/4/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":342,"Cost":259,"Date":"3/8/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":631,"Cost":421,"Date":"12/18/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":562,"Cost":303,"Date":"3/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":150,"Cost":95,"Date":"4/20/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":915,"Cost":557,"Date":"6/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":937,"Cost":485,"Date":"7/23/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":644,"Cost":515,"Date":"11/21/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":924,"Cost":818,"Date":"11/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":601,"Cost":502,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":403,"Cost":331,"Date":"5/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":988,"Cost":611,"Date":"9/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":328,"Cost":275,"Date":"1/3/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":306,"Cost":217,"Date":"2/2/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":794,"Cost":681,"Date":"3/18/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":205,"Cost":190,"Date":"10/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":301,"Cost":210,"Date":"2/16/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":454,"Cost":257,"Date":"6/7/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":329,"Cost":232,"Date":"1/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":482,"Cost":344,"Date":"3/27/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":378,"Cost":289,"Date":"5/12/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":710,"Cost":387,"Date":"7/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":858,"Cost":557,"Date":"8/8/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":177,"Cost":160,"Date":"12/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":714,"Cost":504,"Date":"1/17/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":710,"Cost":368,"Date":"3/8/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":982,"Cost":928,"Date":"6/6/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":84,"Cost":64,"Date":"6/16/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":459,"Cost":356,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":621,"Cost":396,"Date":"11/19/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":12,"Cost":12,"Date":"12/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":875,"Cost":600,"Date":"2/4/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":333,"Cost":243,"Date":"3/8/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":276,"Cost":165,"Date":"12/18/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":968,"Cost":893,"Date":"3/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":805,"Cost":740,"Date":"4/20/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":207,"Cost":159,"Date":"6/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":188,"Cost":176,"Date":"7/23/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":347,"Cost":185,"Date":"11/21/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":781,"Cost":421,"Date":"11/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":371,"Cost":266,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":585,"Cost":418,"Date":"5/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":8,"Cost":5,"Date":"9/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":122,"Cost":108,"Date":"1/3/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":36,"Cost":26,"Date":"2/2/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":737,"Cost":475,"Date":"3/18/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":934,"Cost":516,"Date":"10/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":973,"Cost":923,"Date":"2/16/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":22,"Cost":13,"Date":"6/7/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":10,"Cost":9,"Date":"1/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":669,"Cost":494,"Date":"3/27/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":266,"Cost":200,"Date":"5/12/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":782,"Cost":486,"Date":"7/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":201,"Cost":109,"Date":"8/8/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":870,"Cost":638,"Date":"12/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":379,"Date":"1/17/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":189,"Date":"3/8/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":523,"Cost":313,"Date":"6/6/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":268,"Cost":255,"Date":"6/16/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":558,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":285,"Cost":193,"Date":"11/19/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":399,"Cost":358,"Date":"12/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":514,"Cost":449,"Date":"2/4/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":497,"Cost":336,"Date":"3/8/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":650,"Cost":342,"Date":"12/18/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":618,"Cost":507,"Date":"3/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":586,"Cost":438,"Date":"4/20/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":993,"Cost":522,"Date":"6/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":414,"Date":"7/23/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":357,"Date":"11/21/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":152,"Cost":91,"Date":"11/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":995,"Cost":559,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":753,"Cost":552,"Date":"5/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":846,"Cost":521,"Date":"9/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":789,"Cost":470,"Date":"1/3/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":137,"Cost":89,"Date":"2/2/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":169,"Date":"3/18/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":212,"Cost":171,"Date":"10/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":298,"Cost":243,"Date":"2/16/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":946,"Cost":626,"Date":"6/7/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":638,"Cost":502,"Date":"1/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":812,"Cost":430,"Date":"3/27/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":157,"Cost":129,"Date":"5/12/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":988,"Cost":709,"Date":"7/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":809,"Cost":618,"Date":"8/8/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":605,"Cost":502,"Date":"12/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":388,"Cost":287,"Date":"1/17/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":996,"Cost":797,"Date":"3/8/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":258,"Cost":239,"Date":"6/6/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":865,"Cost":762,"Date":"6/16/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":914,"Cost":479,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":204,"Cost":112,"Date":"11/19/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":631,"Cost":497,"Date":"12/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":241,"Cost":217,"Date":"2/4/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":597,"Cost":547,"Date":"3/8/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":217,"Cost":169,"Date":"12/18/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":805,"Cost":492,"Date":"3/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":207,"Cost":120,"Date":"4/20/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":19,"Cost":11,"Date":"6/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":634,"Cost":537,"Date":"7/23/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":74,"Cost":61,"Date":"11/21/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":540,"Cost":489,"Date":"11/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":404,"Cost":335,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":439,"Cost":257,"Date":"5/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":751,"Cost":633,"Date":"9/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":178,"Cost":148,"Date":"1/3/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":111,"Cost":83,"Date":"2/2/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":171,"Cost":87,"Date":"3/18/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":966,"Cost":612,"Date":"10/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":410,"Cost":261,"Date":"2/16/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":343,"Cost":316,"Date":"6/7/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":719,"Cost":423,"Date":"1/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":859,"Cost":597,"Date":"3/27/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":686,"Cost":375,"Date":"5/12/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":703,"Cost":518,"Date":"7/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":393,"Cost":214,"Date":"8/8/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":323,"Cost":192,"Date":"12/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":609,"Cost":508,"Date":"1/17/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":761,"Cost":712,"Date":"3/8/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":480,"Cost":286,"Date":"6/6/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":348,"Date":"6/16/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":905,"Cost":852,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":618,"Cost":562,"Date":"11/19/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":343,"Cost":292,"Date":"12/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":762,"Cost":394,"Date":"2/4/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":868,"Cost":512,"Date":"3/8/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":152,"Date":"12/18/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":698,"Cost":623,"Date":"3/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":970,"Cost":693,"Date":"4/20/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":165,"Cost":110,"Date":"6/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":857,"Cost":810,"Date":"7/23/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":693,"Cost":498,"Date":"11/21/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":539,"Cost":468,"Date":"11/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":850,"Cost":560,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":928,"Cost":750,"Date":"5/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":172,"Cost":106,"Date":"9/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":131,"Date":"1/3/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":127,"Cost":87,"Date":"2/2/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":456,"Cost":259,"Date":"3/18/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":93,"Cost":59,"Date":"10/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":549,"Cost":465,"Date":"2/16/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":841,"Cost":470,"Date":"6/7/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":900,"Cost":464,"Date":"1/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":18,"Cost":9,"Date":"3/27/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":831,"Cost":464,"Date":"5/12/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":530,"Cost":423,"Date":"7/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":677,"Cost":417,"Date":"8/8/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":276,"Cost":185,"Date":"12/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":836,"Cost":427,"Date":"1/17/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":59,"Date":"3/8/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":959,"Cost":868,"Date":"6/6/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":336,"Cost":273,"Date":"6/16/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":522,"Cost":398,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":967,"Cost":776,"Date":"11/19/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":8,"Date":"12/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":141,"Cost":128,"Date":"2/4/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":587,"Cost":497,"Date":"3/8/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":651,"Cost":419,"Date":"12/18/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":139,"Cost":106,"Date":"3/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":518,"Cost":286,"Date":"4/20/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":168,"Cost":104,"Date":"6/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":33,"Cost":24,"Date":"7/23/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":70,"Cost":63,"Date":"11/21/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":940,"Cost":698,"Date":"11/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":463,"Cost":347,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":547,"Cost":454,"Date":"5/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":591,"Cost":436,"Date":"9/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":461,"Cost":230,"Date":"1/3/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":701,"Cost":380,"Date":"2/2/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":704,"Cost":517,"Date":"3/18/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":276,"Cost":152,"Date":"10/14/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":110,"Date":"2/16/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":399,"Date":"6/7/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":169,"Date":"1/28/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":465,"Cost":414,"Date":"3/27/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":583,"Cost":480,"Date":"5/12/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":135,"Date":"7/28/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":739,"Cost":578,"Date":"8/8/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":172,"Cost":99,"Date":"12/7/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":882,"Cost":561,"Date":"1/17/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":221,"Cost":164,"Date":"3/8/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":49,"Cost":39,"Date":"6/6/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":302,"Cost":224,"Date":"6/16/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":137,"Cost":75,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":914,"Cost":500,"Date":"11/19/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":657,"Cost":442,"Date":"12/28/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":117,"Cost":69,"Date":"2/4/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":109,"Cost":68,"Date":"3/8/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":509,"Cost":287,"Date":"12/18/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":886,"Cost":739,"Date":"3/31/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":224,"Cost":150,"Date":"4/20/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":608,"Cost":478,"Date":"6/26/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":270,"Cost":148,"Date":"7/23/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":346,"Cost":229,"Date":"11/21/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":395,"Cost":252,"Date":"11/26/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":322,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":112,"Date":"5/21/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":453,"Date":"9/28/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":480,"Cost":398,"Date":"1/3/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":362,"Cost":223,"Date":"2/2/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":962,"Cost":724,"Date":"3/18/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":626,"Cost":365,"Date":"10/14/2024"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":800,"Cost":683,"Date":"2/16/2018"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":505,"Cost":443,"Date":"6/7/2018"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":217,"Cost":169,"Date":"1/28/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":259,"Cost":239,"Date":"3/27/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":401,"Cost":262,"Date":"5/12/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":401,"Cost":243,"Date":"7/28/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":982,"Cost":721,"Date":"8/8/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":41,"Cost":25,"Date":"12/7/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":58,"Cost":31,"Date":"1/17/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":705,"Cost":527,"Date":"3/8/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":246,"Cost":229,"Date":"6/6/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":508,"Cost":283,"Date":"6/16/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":979,"Cost":607,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":320,"Cost":268,"Date":"11/19/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":603,"Cost":329,"Date":"12/28/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":797,"Cost":634,"Date":"2/4/2021"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":974,"Cost":665,"Date":"3/8/2021"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":604,"Cost":315,"Date":"12/18/2021"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":259,"Cost":232,"Date":"3/31/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":430,"Cost":239,"Date":"4/20/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":867,"Cost":598,"Date":"6/26/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":302,"Cost":281,"Date":"7/23/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":933,"Cost":609,"Date":"11/21/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":683,"Cost":480,"Date":"11/26/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":882,"Cost":617,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":843,"Cost":677,"Date":"5/21/2023"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":693,"Cost":486,"Date":"9/28/2023"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":165,"Cost":139,"Date":"1/3/2024"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":909,"Cost":641,"Date":"2/2/2024"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":315,"Cost":220,"Date":"3/18/2024"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":995,"Cost":768,"Date":"10/14/2024"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":900,"Cost":684,"Date":"2/16/2018"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":17,"Cost":9,"Date":"6/7/2018"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":856,"Cost":586,"Date":"1/28/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":249,"Date":"3/27/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":671,"Cost":459,"Date":"5/12/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":137,"Cost":111,"Date":"7/28/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":269,"Date":"8/8/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":235,"Cost":122,"Date":"12/7/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":450,"Cost":331,"Date":"1/17/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":363,"Cost":291,"Date":"3/8/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":602,"Cost":461,"Date":"6/6/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":394,"Date":"6/16/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":146,"Cost":128,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":334,"Date":"11/19/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":193,"Date":"12/28/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":179,"Cost":96,"Date":"2/4/2021"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":545,"Cost":371,"Date":"3/8/2021"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":180,"Cost":117,"Date":"12/18/2021"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":146,"Cost":89,"Date":"3/31/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":619,"Date":"4/20/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":371,"Date":"6/26/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":766,"Cost":617,"Date":"7/23/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":534,"Cost":342,"Date":"11/21/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":659,"Cost":512,"Date":"11/26/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":409,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":240,"Cost":215,"Date":"5/21/2023"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":960,"Cost":482,"Date":"9/28/2023"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":13,"Date":"1/3/2024"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":998,"Cost":828,"Date":"2/2/2024"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":216,"Cost":198,"Date":"3/18/2024"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":396,"Cost":231,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":498,"Cost":281,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":154,"Cost":83,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":573,"Cost":324,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":103,"Cost":61,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":430,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":169,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":134,"Cost":78,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":431,"Cost":393,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":680,"Cost":564,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":363,"Cost":259,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":632,"Cost":382,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":626,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":904,"Cost":791,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":476,"Cost":347,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":894,"Cost":703,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":541,"Cost":499,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":521,"Cost":411,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":462,"Cost":285,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":301,"Cost":198,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":500,"Cost":284,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":698,"Cost":360,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":988,"Cost":658,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":124,"Cost":62,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":433,"Cost":291,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":974,"Cost":625,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":951,"Cost":546,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":506,"Cost":359,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":157,"Cost":114,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":680,"Cost":599,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":410,"Cost":248,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":320,"Cost":200,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":33,"Cost":23,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":119,"Cost":79,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":634,"Cost":484,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":358,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":212,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":574,"Cost":332,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":85,"Cost":50,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":865,"Cost":560,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":218,"Cost":167,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":374,"Cost":194,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":599,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":46,"Cost":26,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":844,"Cost":456,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":504,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":469,"Cost":235,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":627,"Cost":595,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":166,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":421,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":158,"Cost":137,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":155,"Cost":93,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":532,"Cost":402,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":249,"Cost":135,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":823,"Cost":764,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":592,"Cost":456,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":167,"Cost":117,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":2,"Cost":1,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":180,"Cost":98,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":3,"Cost":2,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":317,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":332,"Cost":261,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":234,"Cost":177,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":510,"Cost":448,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":708,"Cost":610,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":658,"Cost":424,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":623,"Cost":452,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":884,"Cost":813,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":74,"Cost":70,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":569,"Cost":284,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":156,"Cost":116,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":764,"Cost":531,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":104,"Cost":84,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":841,"Cost":521,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":174,"Cost":100,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":250,"Cost":230,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":692,"Cost":361,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":275,"Cost":254,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":200,"Cost":132,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":846,"Cost":659,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":687,"Cost":496,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":220,"Cost":132,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":668,"Cost":537,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":352,"Cost":187,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":826,"Cost":781,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":943,"Cost":867,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":221,"Cost":145,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":662,"Cost":602,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":50,"Cost":39,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":301,"Cost":249,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":852,"Cost":559,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":189,"Cost":101,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":226,"Cost":180,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":137,"Cost":101,"Date":"10/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":904,"Cost":520,"Date":"2/16/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":690,"Cost":485,"Date":"6/7/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":511,"Cost":452,"Date":"1/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":730,"Cost":522,"Date":"3/27/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":404,"Cost":294,"Date":"5/12/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":346,"Cost":190,"Date":"7/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":380,"Cost":220,"Date":"8/8/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":102,"Cost":82,"Date":"12/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":643,"Cost":456,"Date":"1/17/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":162,"Cost":118,"Date":"3/8/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":470,"Cost":334,"Date":"6/6/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":580,"Cost":464,"Date":"6/16/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":621,"Cost":328,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":204,"Cost":163,"Date":"11/19/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":161,"Cost":88,"Date":"12/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":415,"Cost":375,"Date":"2/4/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":512,"Cost":481,"Date":"3/8/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":347,"Cost":224,"Date":"12/18/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":95,"Cost":62,"Date":"3/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":386,"Cost":283,"Date":"4/20/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":252,"Cost":191,"Date":"6/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":162,"Cost":141,"Date":"7/23/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":772,"Cost":408,"Date":"11/21/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":868,"Cost":572,"Date":"11/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":578,"Cost":518,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":560,"Cost":473,"Date":"5/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":388,"Cost":270,"Date":"9/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":82,"Cost":58,"Date":"1/3/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":874,"Cost":735,"Date":"2/2/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":29,"Cost":22,"Date":"3/18/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":929,"Cost":779,"Date":"10/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":239,"Cost":210,"Date":"2/16/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":96,"Cost":71,"Date":"6/7/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":514,"Cost":389,"Date":"1/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":351,"Cost":200,"Date":"3/27/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":371,"Cost":212,"Date":"5/12/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":796,"Date":"7/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":273,"Cost":196,"Date":"8/8/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":981,"Cost":580,"Date":"12/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":43,"Date":"1/17/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":843,"Cost":654,"Date":"3/8/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":91,"Cost":63,"Date":"6/6/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":339,"Cost":286,"Date":"6/16/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":604,"Cost":430,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":833,"Cost":547,"Date":"11/19/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":586,"Date":"12/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":772,"Cost":647,"Date":"2/4/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":607,"Cost":452,"Date":"3/8/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":289,"Cost":186,"Date":"12/18/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":36,"Cost":18,"Date":"3/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":466,"Cost":283,"Date":"4/20/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":402,"Cost":266,"Date":"6/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":39,"Cost":30,"Date":"7/23/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":64,"Date":"11/21/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":992,"Cost":619,"Date":"11/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":651,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":162,"Cost":126,"Date":"5/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":705,"Cost":496,"Date":"9/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":586,"Cost":346,"Date":"1/3/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":558,"Cost":488,"Date":"2/2/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":344,"Cost":209,"Date":"3/18/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":979,"Cost":604,"Date":"10/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":415,"Cost":275,"Date":"2/16/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":349,"Cost":242,"Date":"6/7/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":707,"Cost":498,"Date":"1/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":325,"Cost":177,"Date":"3/27/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":927,"Cost":703,"Date":"5/12/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":748,"Cost":555,"Date":"7/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":394,"Date":"8/8/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":585,"Cost":450,"Date":"12/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":53,"Cost":45,"Date":"1/17/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":492,"Cost":412,"Date":"3/8/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":203,"Cost":128,"Date":"6/6/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":327,"Cost":257,"Date":"6/16/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":820,"Cost":630,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":915,"Cost":665,"Date":"11/19/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":616,"Cost":315,"Date":"12/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":413,"Cost":206,"Date":"2/4/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":255,"Cost":138,"Date":"3/8/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":812,"Date":"12/18/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":205,"Cost":176,"Date":"3/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":667,"Cost":631,"Date":"4/20/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":244,"Cost":207,"Date":"6/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":513,"Cost":461,"Date":"7/23/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":596,"Cost":496,"Date":"11/21/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":475,"Cost":256,"Date":"11/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":523,"Cost":411,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":375,"Cost":307,"Date":"5/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":76,"Cost":63,"Date":"9/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":496,"Cost":248,"Date":"1/3/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":36,"Cost":24,"Date":"2/2/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":834,"Cost":563,"Date":"3/18/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":246,"Cost":174,"Date":"10/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":675,"Cost":462,"Date":"2/16/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":629,"Date":"6/7/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":975,"Cost":604,"Date":"1/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":370,"Cost":333,"Date":"3/27/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":186,"Cost":129,"Date":"5/12/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":365,"Date":"7/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":637,"Cost":472,"Date":"8/8/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":893,"Cost":762,"Date":"12/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":863,"Cost":811,"Date":"1/17/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":918,"Cost":835,"Date":"3/8/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":37,"Date":"6/6/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":75,"Cost":57,"Date":"6/16/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":385,"Cost":364,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":131,"Cost":105,"Date":"11/19/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":249,"Cost":217,"Date":"12/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":328,"Date":"2/4/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":175,"Cost":126,"Date":"3/8/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":782,"Date":"12/18/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":486,"Cost":287,"Date":"3/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":843,"Cost":782,"Date":"4/20/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":671,"Cost":573,"Date":"6/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":155,"Cost":120,"Date":"7/23/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":457,"Cost":424,"Date":"11/21/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":547,"Cost":397,"Date":"11/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":753,"Cost":610,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":583,"Cost":502,"Date":"5/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":284,"Date":"9/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":893,"Cost":779,"Date":"1/3/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":752,"Cost":391,"Date":"2/2/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":84,"Date":"3/18/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":66,"Date":"10/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":695,"Cost":385,"Date":"2/16/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":544,"Cost":370,"Date":"6/7/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":935,"Cost":558,"Date":"1/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":760,"Cost":445,"Date":"3/27/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":756,"Cost":548,"Date":"5/12/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":6,"Date":"7/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":677,"Cost":553,"Date":"8/8/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":490,"Cost":347,"Date":"12/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":698,"Cost":443,"Date":"1/17/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":704,"Cost":599,"Date":"3/8/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":448,"Cost":259,"Date":"6/6/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":155,"Cost":108,"Date":"6/16/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":579,"Cost":503,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":616,"Cost":310,"Date":"11/19/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":232,"Cost":129,"Date":"12/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":134,"Cost":128,"Date":"2/4/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":50,"Cost":35,"Date":"3/8/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":264,"Date":"12/18/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":191,"Cost":129,"Date":"3/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":653,"Cost":509,"Date":"4/20/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":324,"Cost":230,"Date":"6/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":277,"Cost":247,"Date":"7/23/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":118,"Cost":89,"Date":"11/21/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":912,"Cost":632,"Date":"11/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":548,"Cost":407,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":97,"Date":"5/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":205,"Cost":172,"Date":"9/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":751,"Cost":448,"Date":"1/3/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":407,"Cost":349,"Date":"2/2/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":344,"Cost":203,"Date":"3/18/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":625,"Cost":458,"Date":"10/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":579,"Cost":426,"Date":"2/16/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":454,"Cost":355,"Date":"6/7/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":259,"Cost":141,"Date":"1/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":419,"Cost":330,"Date":"3/27/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":200,"Cost":166,"Date":"5/12/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":64,"Cost":48,"Date":"7/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":674,"Cost":385,"Date":"8/8/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":842,"Cost":785,"Date":"12/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":716,"Cost":410,"Date":"1/17/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":712,"Cost":485,"Date":"3/8/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":922,"Cost":509,"Date":"6/6/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":762,"Cost":521,"Date":"6/16/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":166,"Cost":87,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":312,"Cost":219,"Date":"11/19/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":740,"Cost":517,"Date":"12/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":632,"Cost":510,"Date":"2/4/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":331,"Cost":197,"Date":"3/8/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":863,"Cost":691,"Date":"12/18/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":499,"Cost":457,"Date":"3/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":44,"Cost":38,"Date":"4/20/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":396,"Cost":298,"Date":"6/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":998,"Cost":628,"Date":"7/23/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":870,"Cost":442,"Date":"11/21/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":152,"Cost":143,"Date":"11/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":259,"Cost":150,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":489,"Cost":385,"Date":"5/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":270,"Cost":190,"Date":"9/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":2,"Cost":2,"Date":"1/3/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":370,"Cost":221,"Date":"2/2/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":846,"Cost":737,"Date":"3/18/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":513,"Cost":391,"Date":"10/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":757,"Cost":530,"Date":"2/16/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":567,"Cost":303,"Date":"6/7/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":89,"Cost":76,"Date":"1/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":369,"Cost":225,"Date":"3/27/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":768,"Cost":468,"Date":"5/12/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":153,"Cost":84,"Date":"7/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":939,"Cost":792,"Date":"8/8/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":646,"Cost":538,"Date":"12/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":140,"Cost":86,"Date":"1/17/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":1,"Cost":0,"Date":"3/8/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":833,"Cost":678,"Date":"6/6/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":58,"Cost":32,"Date":"6/16/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":637,"Cost":354,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":440,"Cost":243,"Date":"11/19/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":110,"Cost":97,"Date":"12/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":250,"Cost":213,"Date":"2/4/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":940,"Cost":787,"Date":"3/8/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":278,"Cost":173,"Date":"12/18/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":702,"Cost":580,"Date":"3/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":690,"Cost":456,"Date":"4/20/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":157,"Cost":101,"Date":"6/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":531,"Cost":424,"Date":"7/23/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":25,"Cost":17,"Date":"11/21/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":388,"Cost":250,"Date":"11/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":979,"Cost":792,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":288,"Cost":170,"Date":"5/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":756,"Cost":675,"Date":"9/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":818,"Cost":469,"Date":"1/3/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":908,"Cost":760,"Date":"2/2/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":882,"Cost":513,"Date":"3/18/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":280,"Cost":211,"Date":"10/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":901,"Cost":764,"Date":"2/16/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":792,"Cost":398,"Date":"6/7/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":852,"Cost":759,"Date":"1/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":153,"Cost":107,"Date":"3/27/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":515,"Cost":423,"Date":"5/12/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":995,"Cost":914,"Date":"7/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":72,"Cost":38,"Date":"8/8/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":679,"Cost":431,"Date":"12/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":875,"Cost":727,"Date":"1/17/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":782,"Cost":623,"Date":"3/8/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":491,"Cost":369,"Date":"6/6/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":765,"Cost":711,"Date":"6/16/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":323,"Cost":191,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":37,"Cost":19,"Date":"11/19/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":61,"Cost":46,"Date":"12/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":876,"Cost":735,"Date":"2/4/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":768,"Cost":553,"Date":"3/8/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":705,"Cost":593,"Date":"12/18/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":602,"Cost":316,"Date":"3/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":207,"Cost":108,"Date":"4/20/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":41,"Cost":30,"Date":"6/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":926,"Cost":511,"Date":"7/23/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":434,"Cost":246,"Date":"11/21/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":54,"Cost":43,"Date":"11/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":648,"Cost":430,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":377,"Cost":319,"Date":"5/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":499,"Cost":346,"Date":"9/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":622,"Cost":467,"Date":"1/3/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":745,"Cost":645,"Date":"2/2/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":618,"Cost":540,"Date":"3/18/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":847,"Cost":781,"Date":"10/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":669,"Cost":351,"Date":"2/16/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":955,"Cost":878,"Date":"6/7/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":658,"Cost":365,"Date":"1/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":469,"Cost":366,"Date":"3/27/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":502,"Cost":329,"Date":"5/12/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":697,"Cost":648,"Date":"7/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":514,"Cost":440,"Date":"8/8/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":672,"Cost":540,"Date":"12/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":223,"Cost":123,"Date":"1/17/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":390,"Cost":284,"Date":"3/8/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":632,"Cost":461,"Date":"6/6/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":908,"Cost":805,"Date":"6/16/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":998,"Cost":573,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":340,"Cost":231,"Date":"11/19/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":631,"Cost":470,"Date":"12/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":474,"Cost":447,"Date":"2/4/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":240,"Cost":129,"Date":"3/8/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":873,"Cost":553,"Date":"12/18/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":310,"Cost":250,"Date":"3/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":278,"Cost":253,"Date":"4/20/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":619,"Cost":395,"Date":"6/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":677,"Cost":460,"Date":"7/23/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":611,"Cost":499,"Date":"11/21/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":106,"Cost":56,"Date":"11/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":340,"Cost":188,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":172,"Cost":132,"Date":"5/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":962,"Cost":494,"Date":"9/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":355,"Cost":283,"Date":"1/3/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":614,"Cost":530,"Date":"2/2/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":782,"Cost":393,"Date":"3/18/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":438,"Cost":315,"Date":"10/14/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":588,"Cost":358,"Date":"2/16/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":488,"Date":"6/7/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":174,"Cost":103,"Date":"1/28/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":494,"Cost":328,"Date":"3/27/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":751,"Cost":695,"Date":"5/12/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":214,"Cost":191,"Date":"7/28/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":328,"Cost":261,"Date":"8/8/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":876,"Cost":705,"Date":"12/7/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":397,"Cost":221,"Date":"1/17/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":74,"Cost":58,"Date":"3/8/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":933,"Cost":472,"Date":"6/6/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":636,"Cost":474,"Date":"6/16/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":59,"Cost":43,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":653,"Cost":535,"Date":"11/19/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":30,"Cost":24,"Date":"12/28/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":562,"Date":"2/4/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":330,"Cost":231,"Date":"3/8/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":53,"Cost":31,"Date":"12/18/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":110,"Cost":92,"Date":"3/31/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":183,"Cost":137,"Date":"4/20/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":403,"Cost":234,"Date":"6/26/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":730,"Cost":680,"Date":"7/23/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":61,"Cost":46,"Date":"11/21/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":253,"Cost":126,"Date":"11/26/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":878,"Cost":581,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":610,"Cost":390,"Date":"5/21/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":894,"Cost":459,"Date":"9/28/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":396,"Cost":260,"Date":"1/3/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":132,"Cost":68,"Date":"2/2/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":734,"Cost":485,"Date":"3/18/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":423,"Cost":331,"Date":"10/14/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":149,"Cost":95,"Date":"2/16/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":56,"Date":"6/7/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":371,"Cost":200,"Date":"1/28/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":406,"Cost":289,"Date":"3/27/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":237,"Cost":163,"Date":"5/12/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":806,"Cost":558,"Date":"7/28/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":998,"Cost":760,"Date":"8/8/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":922,"Cost":796,"Date":"12/7/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":65,"Cost":52,"Date":"1/17/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":741,"Cost":610,"Date":"3/8/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":58,"Cost":51,"Date":"6/6/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":403,"Cost":238,"Date":"6/16/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":69,"Cost":43,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":125,"Cost":77,"Date":"11/19/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":959,"Cost":603,"Date":"12/28/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":725,"Cost":524,"Date":"2/4/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":981,"Cost":871,"Date":"3/8/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":772,"Date":"12/18/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":628,"Cost":327,"Date":"3/31/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":736,"Cost":691,"Date":"4/20/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":678,"Cost":377,"Date":"6/26/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":580,"Cost":387,"Date":"7/23/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":20,"Cost":11,"Date":"11/21/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":554,"Cost":375,"Date":"11/26/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":79,"Cost":41,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":396,"Cost":248,"Date":"5/21/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":667,"Cost":544,"Date":"9/28/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":72,"Date":"1/3/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":128,"Cost":79,"Date":"2/2/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":183,"Cost":136,"Date":"3/18/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":213,"Date":"10/14/2024"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":958,"Cost":808,"Date":"2/16/2018"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":902,"Cost":654,"Date":"6/7/2018"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":699,"Cost":560,"Date":"1/28/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":553,"Date":"3/27/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":282,"Cost":231,"Date":"5/12/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":748,"Cost":392,"Date":"7/28/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":288,"Date":"8/8/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":91,"Cost":83,"Date":"12/7/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":926,"Cost":675,"Date":"1/17/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":542,"Cost":361,"Date":"3/8/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":126,"Date":"6/6/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":72,"Cost":39,"Date":"6/16/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":474,"Cost":340,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":945,"Cost":755,"Date":"11/19/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":750,"Cost":450,"Date":"12/28/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":100,"Date":"2/4/2021"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":283,"Cost":185,"Date":"3/8/2021"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":483,"Date":"12/18/2021"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":210,"Cost":145,"Date":"3/31/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":404,"Cost":243,"Date":"4/20/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":544,"Date":"6/26/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":470,"Date":"7/23/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":360,"Cost":210,"Date":"11/21/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":455,"Cost":328,"Date":"11/26/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":225,"Cost":203,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":489,"Cost":336,"Date":"5/21/2023"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":794,"Cost":527,"Date":"9/28/2023"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":317,"Date":"1/3/2024"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":976,"Cost":676,"Date":"2/2/2024"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":71,"Date":"3/18/2024"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":109,"Cost":67,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":358,"Cost":331,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":534,"Cost":497,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":854,"Cost":666,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":570,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":577,"Cost":441,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":914,"Cost":633,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":643,"Cost":417,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":2,"Cost":2,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":314,"Cost":222,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":590,"Cost":472,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":792,"Cost":431,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":808,"Cost":750,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":520,"Cost":483,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":806,"Cost":515,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":21,"Cost":17,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":747,"Cost":648,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":979,"Cost":891,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":71,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":259,"Cost":168,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":774,"Cost":567,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":12,"Cost":9,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":288,"Cost":229,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":342,"Cost":224,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":837,"Cost":539,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":511,"Cost":469,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":579,"Cost":363,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":169,"Cost":156,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":785,"Cost":606,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":206,"Cost":154,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":385,"Cost":244,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":64,"Cost":42,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":864,"Cost":779,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":771,"Cost":439,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":496,"Cost":455,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":263,"Cost":202,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":799,"Cost":663,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":78,"Cost":71,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":392,"Cost":263,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":767,"Cost":724,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":574,"Cost":506,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":490,"Cost":364,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":39,"Cost":36,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":464,"Cost":333,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":577,"Cost":410,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":757,"Cost":694,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":680,"Cost":390,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":188,"Cost":146,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":90,"Cost":81,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":703,"Cost":358,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":670,"Cost":527,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":908,"Cost":803,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":280,"Cost":152,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":185,"Cost":165,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":225,"Cost":172,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":936,"Cost":873,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":54,"Cost":44,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":704,"Cost":545,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":723,"Cost":671,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":711,"Cost":425,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":768,"Cost":524,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":72,"Cost":51,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":61,"Cost":31,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":819,"Cost":425,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":256,"Cost":231,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":382,"Cost":343,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":886,"Cost":829,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":260,"Cost":148,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":604,"Cost":371,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":856,"Cost":474,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":51,"Cost":29,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":744,"Cost":654,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":9,"Cost":7,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":882,"Cost":611,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":208,"Cost":105,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":696,"Cost":419,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":156,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":261,"Cost":186,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":837,"Cost":506,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":350,"Cost":249,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":777,"Cost":627,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":400,"Cost":300,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":864,"Cost":492,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":505,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":235,"Cost":185,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":401,"Cost":366,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":356,"Cost":270,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":665,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":609,"Cost":473,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":73,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":810,"Cost":415,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":66,"Cost":41,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":41,"Cost":36,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":957,"Cost":718,"Date":"10/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":535,"Cost":386,"Date":"2/16/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":302,"Cost":183,"Date":"6/7/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":446,"Cost":353,"Date":"1/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":392,"Date":"3/27/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":254,"Cost":179,"Date":"5/12/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":965,"Cost":541,"Date":"7/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":277,"Cost":261,"Date":"8/8/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":561,"Date":"12/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":404,"Cost":280,"Date":"1/17/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":424,"Date":"3/8/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":180,"Date":"6/6/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":168,"Cost":128,"Date":"6/16/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":865,"Cost":810,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":215,"Cost":133,"Date":"11/19/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":912,"Cost":864,"Date":"12/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":33,"Date":"2/4/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":643,"Date":"3/8/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":158,"Cost":128,"Date":"12/18/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":553,"Cost":489,"Date":"3/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":614,"Cost":343,"Date":"4/20/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":358,"Cost":224,"Date":"6/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":41,"Cost":25,"Date":"7/23/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":709,"Cost":558,"Date":"11/21/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":510,"Cost":457,"Date":"11/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":204,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":789,"Cost":452,"Date":"5/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":129,"Cost":67,"Date":"9/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":833,"Cost":685,"Date":"1/3/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":740,"Cost":473,"Date":"2/2/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":814,"Cost":626,"Date":"3/18/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":926,"Cost":514,"Date":"10/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":887,"Cost":626,"Date":"2/16/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":637,"Cost":577,"Date":"6/7/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":87,"Date":"1/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":189,"Cost":126,"Date":"3/27/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":217,"Date":"5/12/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":56,"Cost":50,"Date":"7/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":558,"Cost":338,"Date":"8/8/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":969,"Cost":724,"Date":"12/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":726,"Cost":662,"Date":"1/17/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":102,"Cost":58,"Date":"3/8/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":180,"Date":"6/6/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":701,"Cost":531,"Date":"6/16/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":811,"Cost":763,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":651,"Date":"11/19/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":429,"Cost":308,"Date":"12/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":225,"Cost":126,"Date":"2/4/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":204,"Cost":155,"Date":"3/8/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":941,"Cost":861,"Date":"12/18/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":392,"Cost":236,"Date":"3/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":285,"Cost":230,"Date":"4/20/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":793,"Cost":617,"Date":"6/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":270,"Cost":234,"Date":"7/23/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":734,"Cost":651,"Date":"11/21/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":571,"Cost":366,"Date":"11/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":572,"Cost":414,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":588,"Cost":457,"Date":"5/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":448,"Cost":241,"Date":"9/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":564,"Cost":338,"Date":"1/3/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":494,"Cost":327,"Date":"2/2/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":343,"Cost":287,"Date":"3/18/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":347,"Cost":225,"Date":"10/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":914,"Cost":492,"Date":"2/16/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":497,"Cost":430,"Date":"6/7/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":766,"Cost":515,"Date":"1/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":311,"Cost":292,"Date":"3/27/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":897,"Cost":456,"Date":"5/12/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":106,"Cost":84,"Date":"7/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":704,"Cost":623,"Date":"8/8/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":572,"Cost":512,"Date":"12/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":238,"Cost":126,"Date":"1/17/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":800,"Cost":593,"Date":"3/8/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":549,"Cost":373,"Date":"6/6/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":116,"Cost":59,"Date":"6/16/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":452,"Cost":291,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":462,"Cost":304,"Date":"11/19/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":975,"Cost":908,"Date":"12/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":68,"Cost":64,"Date":"2/4/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":258,"Cost":176,"Date":"3/8/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":487,"Cost":258,"Date":"12/18/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":990,"Cost":630,"Date":"3/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":926,"Cost":616,"Date":"4/20/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":290,"Cost":170,"Date":"6/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":371,"Cost":326,"Date":"7/23/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":7,"Cost":6,"Date":"11/21/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":673,"Cost":600,"Date":"11/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":562,"Cost":289,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":413,"Cost":246,"Date":"5/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":814,"Cost":466,"Date":"9/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":69,"Cost":38,"Date":"1/3/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":950,"Cost":543,"Date":"2/2/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":866,"Cost":563,"Date":"3/18/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":945,"Cost":890,"Date":"10/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":98,"Date":"2/16/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":921,"Cost":667,"Date":"6/7/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":691,"Cost":371,"Date":"1/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":724,"Cost":573,"Date":"3/27/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":548,"Date":"5/12/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":457,"Date":"7/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":37,"Date":"8/8/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":247,"Cost":217,"Date":"12/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":573,"Cost":471,"Date":"1/17/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":35,"Cost":31,"Date":"3/8/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":4,"Cost":3,"Date":"6/6/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":396,"Cost":256,"Date":"6/16/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":512,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":178,"Cost":89,"Date":"11/19/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":409,"Date":"12/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":5,"Cost":2,"Date":"2/4/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":915,"Cost":462,"Date":"3/8/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":121,"Date":"12/18/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":509,"Cost":443,"Date":"3/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":25,"Date":"4/20/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":880,"Cost":608,"Date":"6/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":426,"Cost":361,"Date":"7/23/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":124,"Date":"11/21/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":55,"Cost":45,"Date":"11/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":101,"Cost":74,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":296,"Cost":254,"Date":"5/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":473,"Date":"9/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":386,"Cost":199,"Date":"1/3/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":532,"Cost":308,"Date":"2/2/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":48,"Cost":35,"Date":"3/18/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":159,"Date":"10/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":510,"Cost":293,"Date":"2/16/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":726,"Cost":423,"Date":"6/7/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":24,"Cost":18,"Date":"1/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":410,"Cost":320,"Date":"3/27/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":224,"Cost":117,"Date":"5/12/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":490,"Date":"7/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":998,"Cost":638,"Date":"8/8/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":457,"Cost":363,"Date":"12/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":790,"Cost":495,"Date":"1/17/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":650,"Date":"3/8/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":193,"Cost":128,"Date":"6/6/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":238,"Cost":172,"Date":"6/16/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":59,"Cost":56,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":613,"Cost":373,"Date":"11/19/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":696,"Cost":527,"Date":"12/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":562,"Cost":464,"Date":"2/4/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":275,"Cost":216,"Date":"3/8/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":843,"Cost":433,"Date":"12/18/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":472,"Date":"3/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":699,"Date":"4/20/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":516,"Date":"6/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":367,"Cost":256,"Date":"7/23/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":664,"Cost":357,"Date":"11/21/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":322,"Cost":201,"Date":"11/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":557,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":383,"Cost":215,"Date":"5/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":43,"Cost":36,"Date":"9/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":687,"Cost":569,"Date":"1/3/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":613,"Cost":511,"Date":"2/2/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":61,"Date":"3/18/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":100,"Cost":94,"Date":"10/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":998,"Cost":820,"Date":"2/16/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":868,"Cost":731,"Date":"6/7/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":363,"Cost":246,"Date":"1/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":64,"Date":"3/27/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":383,"Cost":285,"Date":"5/12/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":564,"Cost":412,"Date":"7/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":734,"Cost":621,"Date":"8/8/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":912,"Cost":782,"Date":"12/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":580,"Date":"1/17/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":11,"Cost":10,"Date":"3/8/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":977,"Cost":579,"Date":"6/6/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":707,"Cost":654,"Date":"6/16/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":961,"Cost":854,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":405,"Cost":332,"Date":"11/19/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":785,"Cost":657,"Date":"12/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":749,"Cost":421,"Date":"2/4/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":613,"Cost":462,"Date":"3/8/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":596,"Cost":323,"Date":"12/18/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":457,"Date":"3/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":283,"Cost":199,"Date":"4/20/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":108,"Date":"6/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":396,"Cost":229,"Date":"7/23/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":171,"Cost":113,"Date":"11/21/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":921,"Cost":707,"Date":"11/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":390,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":655,"Cost":421,"Date":"5/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":496,"Cost":450,"Date":"9/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":313,"Cost":227,"Date":"1/3/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":222,"Cost":176,"Date":"2/2/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":949,"Cost":782,"Date":"3/18/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":47,"Cost":41,"Date":"10/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":717,"Cost":361,"Date":"2/16/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":525,"Cost":320,"Date":"6/7/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":337,"Date":"1/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":380,"Date":"3/27/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":470,"Cost":333,"Date":"5/12/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":260,"Cost":227,"Date":"7/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":524,"Date":"8/8/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":27,"Cost":26,"Date":"12/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":159,"Cost":105,"Date":"1/17/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":208,"Cost":110,"Date":"3/8/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":411,"Cost":295,"Date":"6/6/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":8,"Date":"6/16/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":139,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":170,"Cost":132,"Date":"11/19/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":336,"Cost":180,"Date":"12/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":984,"Cost":534,"Date":"2/4/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":763,"Cost":619,"Date":"3/8/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":703,"Cost":588,"Date":"12/18/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":699,"Cost":416,"Date":"3/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":138,"Cost":109,"Date":"4/20/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":21,"Date":"6/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":640,"Cost":394,"Date":"7/23/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":35,"Date":"11/21/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":592,"Cost":507,"Date":"11/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":566,"Cost":299,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":617,"Cost":509,"Date":"5/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":320,"Cost":226,"Date":"9/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":114,"Cost":91,"Date":"1/3/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":366,"Cost":248,"Date":"2/2/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":222,"Cost":158,"Date":"3/18/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":164,"Cost":97,"Date":"10/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":340,"Cost":307,"Date":"2/16/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":340,"Cost":223,"Date":"6/7/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":93,"Date":"1/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":589,"Cost":548,"Date":"3/27/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":527,"Date":"5/12/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":113,"Cost":92,"Date":"7/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":941,"Cost":787,"Date":"8/8/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":588,"Cost":553,"Date":"12/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":870,"Cost":701,"Date":"1/17/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":105,"Date":"3/8/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":926,"Cost":786,"Date":"6/6/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":203,"Cost":181,"Date":"6/16/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":69,"Cost":45,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":740,"Cost":413,"Date":"11/19/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":691,"Cost":377,"Date":"12/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":321,"Cost":225,"Date":"2/4/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":100,"Cost":95,"Date":"3/8/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":56,"Date":"12/18/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":904,"Cost":739,"Date":"3/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":905,"Cost":663,"Date":"4/20/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":867,"Cost":455,"Date":"6/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":583,"Cost":425,"Date":"7/23/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":692,"Date":"11/21/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":746,"Cost":413,"Date":"11/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":207,"Cost":126,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":765,"Cost":414,"Date":"5/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":262,"Cost":244,"Date":"9/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":838,"Cost":555,"Date":"1/3/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":359,"Date":"2/2/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":500,"Cost":303,"Date":"3/18/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":862,"Cost":469,"Date":"10/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":441,"Date":"2/16/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":651,"Cost":425,"Date":"6/7/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":280,"Date":"1/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":122,"Cost":85,"Date":"3/27/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":337,"Cost":215,"Date":"5/12/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":331,"Cost":250,"Date":"7/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":208,"Date":"8/8/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":151,"Cost":87,"Date":"12/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":196,"Cost":150,"Date":"1/17/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":942,"Cost":675,"Date":"3/8/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":5,"Date":"6/6/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":894,"Cost":621,"Date":"6/16/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":900,"Cost":497,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":694,"Cost":636,"Date":"11/19/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":426,"Cost":382,"Date":"12/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":89,"Cost":57,"Date":"2/4/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":604,"Cost":339,"Date":"3/8/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":479,"Date":"12/18/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":194,"Cost":165,"Date":"3/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":472,"Cost":337,"Date":"4/20/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":555,"Date":"6/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":342,"Cost":204,"Date":"7/23/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":870,"Cost":592,"Date":"11/21/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":207,"Cost":168,"Date":"11/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":857,"Cost":714,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":44,"Date":"5/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":252,"Cost":153,"Date":"9/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":26,"Cost":25,"Date":"1/3/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":280,"Cost":265,"Date":"2/2/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":630,"Date":"3/18/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":59,"Date":"10/14/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":814,"Cost":483,"Date":"2/16/2018"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":407,"Cost":226,"Date":"6/7/2018"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":139,"Cost":84,"Date":"1/28/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":263,"Cost":207,"Date":"3/27/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":319,"Cost":299,"Date":"5/12/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":975,"Cost":815,"Date":"7/28/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":217,"Cost":110,"Date":"8/8/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":865,"Cost":587,"Date":"12/7/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":616,"Cost":422,"Date":"1/17/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":383,"Cost":347,"Date":"3/8/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":334,"Date":"6/6/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":941,"Cost":711,"Date":"6/16/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":417,"Cost":211,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":124,"Date":"11/19/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":900,"Cost":515,"Date":"12/28/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":573,"Cost":372,"Date":"2/4/2021"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":97,"Date":"3/8/2021"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":776,"Cost":699,"Date":"12/18/2021"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":722,"Cost":574,"Date":"3/31/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":50,"Cost":30,"Date":"4/20/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":19,"Cost":15,"Date":"6/26/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":141,"Cost":91,"Date":"7/23/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":881,"Cost":700,"Date":"11/21/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":14,"Cost":11,"Date":"11/26/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":582,"Cost":499,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":132,"Cost":122,"Date":"5/21/2023"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":25,"Cost":17,"Date":"9/28/2023"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":416,"Cost":273,"Date":"1/3/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":137,"Cost":105,"Date":"2/2/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":148,"Date":"3/18/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":30,"Cost":26,"Date":"10/14/2024"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":158,"Cost":102,"Date":"2/16/2018"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":651,"Cost":347,"Date":"6/7/2018"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":767,"Cost":627,"Date":"1/28/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":754,"Cost":392,"Date":"3/27/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":257,"Cost":226,"Date":"5/12/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":51,"Cost":45,"Date":"7/28/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":86,"Cost":51,"Date":"8/8/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":146,"Cost":136,"Date":"12/7/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":422,"Cost":328,"Date":"1/17/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":139,"Cost":89,"Date":"3/8/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":678,"Cost":497,"Date":"6/6/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":986,"Cost":566,"Date":"6/16/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":109,"Cost":67,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":798,"Cost":502,"Date":"11/19/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":376,"Cost":231,"Date":"12/28/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":788,"Cost":661,"Date":"2/4/2021"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":853,"Cost":633,"Date":"3/8/2021"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":731,"Cost":618,"Date":"12/18/2021"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":994,"Cost":917,"Date":"3/31/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":329,"Cost":246,"Date":"4/20/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":999,"Cost":689,"Date":"6/26/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":158,"Cost":82,"Date":"7/23/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":454,"Cost":341,"Date":"11/21/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":72,"Cost":45,"Date":"11/26/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":833,"Cost":598,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":42,"Cost":26,"Date":"5/21/2023"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":278,"Cost":205,"Date":"9/28/2023"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":76,"Cost":50,"Date":"1/3/2024"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":197,"Cost":103,"Date":"2/2/2024"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":91,"Cost":68,"Date":"3/18/2024"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":583,"Cost":412,"Date":"10/14/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":327,"Cost":177,"Date":"2/16/2018"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":378,"Cost":330,"Date":"6/7/2018"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":14,"Cost":7,"Date":"1/28/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":947,"Cost":789,"Date":"3/27/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":943,"Cost":799,"Date":"5/12/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":511,"Cost":396,"Date":"7/28/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":372,"Cost":238,"Date":"8/8/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":982,"Cost":889,"Date":"12/7/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":513,"Cost":364,"Date":"1/17/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":979,"Cost":575,"Date":"3/8/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":751,"Cost":490,"Date":"6/6/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":319,"Cost":253,"Date":"6/16/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":187,"Cost":117,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":527,"Cost":344,"Date":"11/19/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":344,"Cost":186,"Date":"12/28/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":562,"Cost":481,"Date":"2/4/2021"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":521,"Cost":303,"Date":"3/8/2021"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":394,"Cost":227,"Date":"12/18/2021"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":167,"Date":"3/31/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":973,"Cost":871,"Date":"4/20/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":487,"Cost":258,"Date":"6/26/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":118,"Cost":86,"Date":"7/23/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":874,"Cost":621,"Date":"11/21/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":103,"Cost":63,"Date":"11/26/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":932,"Cost":805,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":473,"Cost":320,"Date":"5/21/2023"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":407,"Cost":263,"Date":"9/28/2023"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":49,"Cost":35,"Date":"1/3/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":217,"Cost":128,"Date":"2/2/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":570,"Cost":498,"Date":"3/18/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":700,"Cost":567,"Date":"10/14/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":916,"Cost":860,"Date":"2/16/2018"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":804,"Cost":630,"Date":"6/7/2018"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":300,"Cost":236,"Date":"1/28/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":50,"Cost":39,"Date":"3/27/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":505,"Cost":297,"Date":"5/12/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":972,"Cost":817,"Date":"7/28/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":776,"Cost":422,"Date":"8/8/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":846,"Cost":593,"Date":"12/7/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":477,"Cost":439,"Date":"1/17/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":831,"Cost":513,"Date":"3/8/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":329,"Cost":283,"Date":"6/6/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":475,"Cost":291,"Date":"6/16/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":948,"Cost":532,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":806,"Cost":730,"Date":"11/19/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":894,"Cost":756,"Date":"12/28/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":225,"Cost":118,"Date":"2/4/2021"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":23,"Cost":14,"Date":"3/8/2021"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":709,"Cost":375,"Date":"12/18/2021"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":58,"Cost":33,"Date":"3/31/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":899,"Cost":545,"Date":"4/20/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":848,"Cost":497,"Date":"6/26/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":227,"Cost":131,"Date":"7/23/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":392,"Cost":356,"Date":"11/21/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":833,"Cost":475,"Date":"11/26/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":770,"Cost":574,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":115,"Cost":88,"Date":"5/21/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":376,"Cost":225,"Date":"9/28/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":830,"Cost":706,"Date":"1/3/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":989,"Cost":879,"Date":"2/2/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":667,"Cost":533,"Date":"3/18/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":794,"Cost":538,"Date":"10/14/2024"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":658,"Date":"2/16/2018"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":277,"Cost":171,"Date":"6/7/2018"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":661,"Cost":523,"Date":"1/28/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":647,"Cost":381,"Date":"3/27/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":338,"Cost":226,"Date":"5/12/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":113,"Cost":91,"Date":"7/28/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":182,"Cost":135,"Date":"8/8/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":492,"Date":"12/7/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":125,"Cost":67,"Date":"1/17/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":239,"Cost":159,"Date":"3/8/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":933,"Cost":830,"Date":"6/6/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":721,"Cost":436,"Date":"6/16/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":61,"Cost":48,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":443,"Cost":293,"Date":"11/19/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":366,"Cost":238,"Date":"12/28/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":531,"Cost":278,"Date":"2/4/2021"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":684,"Cost":343,"Date":"3/8/2021"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":973,"Cost":836,"Date":"12/18/2021"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":793,"Cost":399,"Date":"3/31/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":803,"Cost":521,"Date":"4/20/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":881,"Cost":474,"Date":"6/26/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":437,"Cost":262,"Date":"7/23/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":157,"Cost":116,"Date":"11/21/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":868,"Date":"11/26/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":184,"Cost":146,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":444,"Cost":422,"Date":"5/21/2023"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":974,"Cost":915,"Date":"9/28/2023"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":289,"Cost":167,"Date":"1/3/2024"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":739,"Cost":611,"Date":"2/2/2024"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":107,"Cost":86,"Date":"3/18/2024"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":920,"Cost":599,"Date":"10/14/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":8,"Cost":5,"Date":"2/16/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":268,"Cost":244,"Date":"6/7/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":762,"Cost":453,"Date":"1/28/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":851,"Cost":718,"Date":"3/27/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":706,"Cost":595,"Date":"5/12/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":391,"Cost":241,"Date":"7/28/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":186,"Cost":116,"Date":"8/8/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":97,"Cost":63,"Date":"12/7/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":587,"Cost":461,"Date":"1/17/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":176,"Date":"3/8/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":141,"Cost":102,"Date":"6/6/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":312,"Cost":206,"Date":"6/16/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":245,"Cost":126,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":224,"Cost":175,"Date":"11/19/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":737,"Cost":485,"Date":"12/28/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":248,"Cost":130,"Date":"2/4/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":438,"Cost":338,"Date":"3/8/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":475,"Date":"12/18/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":36,"Cost":25,"Date":"3/31/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":629,"Cost":509,"Date":"4/20/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":904,"Cost":582,"Date":"6/26/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":919,"Cost":775,"Date":"7/23/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":12,"Date":"11/21/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":780,"Cost":704,"Date":"11/26/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":446,"Cost":280,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":104,"Date":"5/21/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":573,"Cost":472,"Date":"9/28/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":530,"Date":"1/3/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":471,"Cost":439,"Date":"2/2/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":265,"Cost":219,"Date":"3/18/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":742,"Cost":548,"Date":"10/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":792,"Cost":519,"Date":"2/16/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":268,"Cost":136,"Date":"6/7/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":61,"Cost":54,"Date":"1/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":386,"Date":"3/27/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":324,"Cost":257,"Date":"5/12/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":260,"Cost":200,"Date":"7/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":767,"Date":"8/8/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":139,"Cost":111,"Date":"12/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":540,"Date":"1/17/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":206,"Cost":134,"Date":"3/8/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":781,"Cost":479,"Date":"6/6/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":133,"Cost":125,"Date":"6/16/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":91,"Cost":81,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":519,"Cost":417,"Date":"11/19/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":967,"Cost":676,"Date":"12/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":71,"Cost":64,"Date":"2/4/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":480,"Date":"3/8/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":885,"Cost":697,"Date":"12/18/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":560,"Cost":427,"Date":"3/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":990,"Cost":567,"Date":"4/20/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":109,"Cost":101,"Date":"6/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":472,"Cost":332,"Date":"7/23/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":815,"Date":"11/21/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":673,"Cost":383,"Date":"11/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":287,"Cost":246,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":156,"Cost":135,"Date":"5/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":411,"Date":"9/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":281,"Cost":246,"Date":"1/3/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":510,"Cost":293,"Date":"2/2/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":883,"Cost":479,"Date":"3/18/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":497,"Cost":341,"Date":"10/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":464,"Cost":247,"Date":"2/16/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":260,"Cost":140,"Date":"6/7/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":862,"Cost":785,"Date":"1/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":241,"Cost":187,"Date":"3/27/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":309,"Cost":282,"Date":"5/12/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":946,"Cost":497,"Date":"7/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":65,"Cost":47,"Date":"8/8/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":712,"Cost":675,"Date":"12/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":443,"Cost":320,"Date":"1/17/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":775,"Cost":480,"Date":"3/8/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":448,"Cost":256,"Date":"6/6/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":324,"Cost":187,"Date":"6/16/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":840,"Cost":758,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":798,"Cost":701,"Date":"11/19/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":728,"Cost":490,"Date":"12/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":328,"Cost":212,"Date":"2/4/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":191,"Cost":155,"Date":"3/8/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":299,"Cost":216,"Date":"12/18/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":218,"Date":"3/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":445,"Cost":306,"Date":"4/20/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":249,"Cost":229,"Date":"6/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":272,"Cost":249,"Date":"7/23/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":227,"Cost":188,"Date":"11/21/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":290,"Cost":155,"Date":"11/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":756,"Cost":386,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":925,"Cost":779,"Date":"5/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":644,"Cost":420,"Date":"9/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":336,"Cost":288,"Date":"1/3/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":605,"Cost":448,"Date":"2/2/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":304,"Cost":248,"Date":"3/18/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":121,"Cost":103,"Date":"10/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":280,"Cost":252,"Date":"2/16/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":944,"Cost":626,"Date":"6/7/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":425,"Cost":339,"Date":"1/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":799,"Cost":406,"Date":"3/27/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":852,"Cost":514,"Date":"5/12/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":140,"Cost":76,"Date":"7/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":355,"Date":"8/8/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":578,"Cost":486,"Date":"12/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":132,"Cost":117,"Date":"1/17/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":342,"Date":"3/8/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":7,"Cost":3,"Date":"6/6/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":844,"Cost":611,"Date":"6/16/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":439,"Cost":326,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":290,"Cost":272,"Date":"11/19/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":120,"Cost":71,"Date":"12/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":878,"Cost":728,"Date":"2/4/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":562,"Cost":415,"Date":"3/8/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":796,"Cost":662,"Date":"12/18/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":526,"Cost":318,"Date":"3/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":764,"Cost":554,"Date":"4/20/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":498,"Cost":377,"Date":"6/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":796,"Cost":418,"Date":"7/23/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":499,"Cost":465,"Date":"11/21/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":397,"Cost":250,"Date":"11/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":741,"Cost":416,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":800,"Cost":688,"Date":"5/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":855,"Cost":526,"Date":"9/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":897,"Cost":517,"Date":"1/3/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":425,"Cost":224,"Date":"2/2/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":360,"Cost":303,"Date":"3/18/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":271,"Cost":159,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":141,"Cost":72,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":84,"Cost":49,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":974,"Cost":651,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":384,"Cost":193,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":814,"Cost":766,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":630,"Cost":421,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":425,"Cost":235,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":575,"Cost":300,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":203,"Cost":119,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":170,"Cost":106,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":128,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":540,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":218,"Cost":182,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":682,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":630,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":228,"Cost":139,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":258,"Cost":129,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":245,"Cost":184,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":627,"Cost":586,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":694,"Cost":582,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":532,"Cost":434,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":842,"Cost":503,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":963,"Cost":878,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":638,"Cost":520,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":978,"Cost":670,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":145,"Cost":75,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":506,"Cost":366,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":282,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":236,"Cost":120,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":90,"Cost":74,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":758,"Cost":621,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":611,"Cost":496,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":299,"Cost":168,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":415,"Cost":290,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":469,"Cost":363,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":584,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":841,"Cost":615,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":565,"Cost":308,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":278,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":875,"Cost":624,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":450,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":67,"Cost":57,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":597,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":787,"Cost":711,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":184,"Cost":108,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":853,"Cost":811,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":360,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":137,"Cost":124,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":115,"Cost":77,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":172,"Cost":105,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":506,"Cost":294,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":432,"Cost":228,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":128,"Cost":95,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":540,"Cost":426,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":52,"Cost":31,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":251,"Cost":178,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":85,"Cost":79,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":315,"Cost":270,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":578,"Cost":473,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":844,"Cost":604,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":943,"Cost":602,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":772,"Cost":454,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":488,"Cost":374,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":827,"Cost":433,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":403,"Cost":254,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":779,"Cost":623,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":972,"Cost":883,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":146,"Cost":131,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":396,"Cost":277,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":836,"Cost":454,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":859,"Cost":557,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":979,"Cost":491,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":980,"Cost":905,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":438,"Cost":306,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":581,"Cost":382,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":212,"Cost":166,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":591,"Cost":525,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":851,"Cost":578,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":995,"Cost":881,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":142,"Cost":127,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":269,"Cost":243,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":580,"Cost":423,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":31,"Cost":16,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":917,"Cost":760,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":106,"Cost":75,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":245,"Cost":224,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":325,"Cost":162,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":50,"Cost":28,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":593,"Cost":323,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":39,"Cost":27,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":620,"Cost":561,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":359,"Cost":242,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":560,"Cost":459,"Date":"10/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":672,"Cost":544,"Date":"2/16/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":196,"Cost":110,"Date":"6/7/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":433,"Cost":291,"Date":"1/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":688,"Date":"3/27/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":804,"Cost":734,"Date":"5/12/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":840,"Cost":650,"Date":"7/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":432,"Date":"8/8/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":256,"Cost":229,"Date":"12/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":445,"Cost":351,"Date":"1/17/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":381,"Cost":246,"Date":"3/8/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":385,"Cost":359,"Date":"6/6/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":314,"Cost":276,"Date":"6/16/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":188,"Cost":113,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":260,"Cost":143,"Date":"11/19/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":749,"Cost":575,"Date":"12/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":333,"Cost":168,"Date":"2/4/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":114,"Cost":85,"Date":"3/8/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":921,"Cost":541,"Date":"12/18/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":872,"Cost":479,"Date":"3/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":40,"Cost":32,"Date":"4/20/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":40,"Date":"6/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":150,"Cost":103,"Date":"7/23/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":500,"Date":"11/21/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":213,"Cost":109,"Date":"11/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":437,"Cost":223,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":920,"Cost":637,"Date":"5/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":707,"Cost":597,"Date":"9/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":170,"Cost":112,"Date":"1/3/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":921,"Date":"2/2/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":10,"Date":"3/18/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":225,"Cost":159,"Date":"10/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":989,"Cost":888,"Date":"2/16/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":699,"Cost":441,"Date":"6/7/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":498,"Cost":279,"Date":"1/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":979,"Cost":588,"Date":"3/27/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":653,"Cost":412,"Date":"5/12/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":907,"Cost":472,"Date":"7/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":207,"Cost":124,"Date":"8/8/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":856,"Cost":520,"Date":"12/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":778,"Cost":413,"Date":"1/17/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":204,"Cost":143,"Date":"3/8/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":192,"Cost":104,"Date":"6/6/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":845,"Cost":699,"Date":"6/16/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":890,"Cost":521,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":54,"Cost":27,"Date":"11/19/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":815,"Cost":761,"Date":"12/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":980,"Cost":695,"Date":"2/4/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":955,"Cost":637,"Date":"3/8/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":721,"Cost":479,"Date":"12/18/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":911,"Cost":682,"Date":"3/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":691,"Cost":424,"Date":"4/20/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":3,"Cost":2,"Date":"6/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":876,"Cost":583,"Date":"7/23/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":666,"Cost":576,"Date":"11/21/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":704,"Cost":401,"Date":"11/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":551,"Cost":518,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":390,"Cost":224,"Date":"5/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":71,"Cost":45,"Date":"9/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":724,"Cost":496,"Date":"1/3/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":931,"Cost":777,"Date":"2/2/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":556,"Cost":519,"Date":"3/18/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":982,"Cost":793,"Date":"10/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":760,"Cost":616,"Date":"2/16/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":295,"Cost":210,"Date":"6/7/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":639,"Cost":387,"Date":"1/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":845,"Cost":514,"Date":"3/27/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":177,"Cost":125,"Date":"5/12/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":214,"Cost":190,"Date":"7/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":834,"Cost":472,"Date":"8/8/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":43,"Cost":40,"Date":"12/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":310,"Cost":228,"Date":"1/17/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":191,"Cost":133,"Date":"3/8/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":163,"Cost":149,"Date":"6/6/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":688,"Cost":348,"Date":"6/16/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":860,"Cost":634,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":235,"Cost":208,"Date":"11/19/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":777,"Cost":680,"Date":"12/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":931,"Cost":580,"Date":"2/4/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":516,"Cost":463,"Date":"3/8/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":602,"Cost":561,"Date":"12/18/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":700,"Cost":428,"Date":"3/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":432,"Cost":272,"Date":"4/20/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":538,"Cost":461,"Date":"6/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":52,"Cost":47,"Date":"7/23/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":173,"Cost":133,"Date":"11/21/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":161,"Cost":150,"Date":"11/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":960,"Cost":660,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":93,"Cost":85,"Date":"5/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":97,"Cost":62,"Date":"9/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":88,"Cost":55,"Date":"1/3/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":455,"Cost":417,"Date":"2/2/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":390,"Cost":250,"Date":"3/18/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":834,"Cost":734,"Date":"10/14/2024"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":464,"Cost":296,"Date":"2/16/2018"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":349,"Cost":240,"Date":"6/7/2018"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":199,"Cost":100,"Date":"1/28/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":998,"Cost":833,"Date":"3/27/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":572,"Cost":504,"Date":"5/12/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":225,"Cost":172,"Date":"7/28/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":648,"Cost":534,"Date":"8/8/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":451,"Cost":382,"Date":"12/7/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":164,"Cost":131,"Date":"1/17/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":419,"Cost":397,"Date":"3/8/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":863,"Cost":550,"Date":"6/6/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":571,"Cost":290,"Date":"6/16/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":307,"Cost":176,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":578,"Cost":471,"Date":"11/19/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":427,"Cost":353,"Date":"12/28/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":574,"Cost":296,"Date":"2/4/2021"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":853,"Cost":715,"Date":"3/8/2021"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":735,"Cost":698,"Date":"12/18/2021"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":980,"Cost":516,"Date":"3/31/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":784,"Date":"4/20/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":614,"Cost":319,"Date":"6/26/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":694,"Cost":514,"Date":"7/23/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":79,"Cost":74,"Date":"11/21/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":410,"Cost":331,"Date":"11/26/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":518,"Cost":285,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":697,"Date":"5/21/2023"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":739,"Cost":572,"Date":"9/28/2023"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":644,"Cost":395,"Date":"1/3/2024"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":876,"Cost":696,"Date":"2/2/2024"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":153,"Cost":109,"Date":"3/18/2024"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":374,"Cost":272,"Date":"10/14/2024"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":197,"Cost":154,"Date":"2/16/2018"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":595,"Date":"6/7/2018"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":537,"Cost":403,"Date":"1/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":135,"Cost":102,"Date":"3/27/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":603,"Cost":496,"Date":"5/12/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":314,"Date":"7/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":120,"Cost":60,"Date":"8/8/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":464,"Cost":237,"Date":"12/7/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":923,"Cost":485,"Date":"1/17/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":279,"Cost":199,"Date":"3/8/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":48,"Cost":32,"Date":"6/6/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":694,"Cost":404,"Date":"6/16/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":77,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":75,"Cost":53,"Date":"11/19/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":361,"Date":"12/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":337,"Date":"2/4/2021"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":598,"Date":"3/8/2021"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":449,"Date":"12/18/2021"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":453,"Date":"3/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":60,"Cost":54,"Date":"4/20/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":117,"Cost":72,"Date":"6/26/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":459,"Cost":435,"Date":"7/23/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":133,"Date":"11/21/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":848,"Cost":457,"Date":"11/26/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":190,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":368,"Cost":194,"Date":"5/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":344,"Cost":228,"Date":"9/28/2023"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":80,"Cost":66,"Date":"1/3/2024"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":766,"Cost":472,"Date":"2/2/2024"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":682,"Date":"3/18/2024"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":342,"Cost":199,"Date":"10/14/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":529,"Cost":340,"Date":"2/16/2018"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":7,"Cost":6,"Date":"6/7/2018"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":737,"Cost":645,"Date":"1/28/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":950,"Cost":511,"Date":"3/27/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":965,"Cost":536,"Date":"5/12/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":6,"Cost":3,"Date":"7/28/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":850,"Cost":464,"Date":"8/8/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":663,"Cost":503,"Date":"12/7/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":417,"Cost":352,"Date":"1/17/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":942,"Cost":752,"Date":"3/8/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":491,"Cost":266,"Date":"6/6/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":995,"Cost":754,"Date":"6/16/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":116,"Cost":84,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":124,"Cost":94,"Date":"11/19/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":902,"Cost":818,"Date":"12/28/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":569,"Cost":352,"Date":"2/4/2021"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":140,"Cost":124,"Date":"3/8/2021"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":764,"Cost":433,"Date":"12/18/2021"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":653,"Cost":600,"Date":"3/31/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":600,"Cost":463,"Date":"4/20/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":428,"Cost":367,"Date":"6/26/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":136,"Cost":129,"Date":"7/23/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":783,"Cost":607,"Date":"11/21/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":68,"Cost":36,"Date":"11/26/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":311,"Cost":265,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":421,"Cost":263,"Date":"5/21/2023"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":312,"Cost":273,"Date":"9/28/2023"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":308,"Cost":254,"Date":"1/3/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":353,"Cost":201,"Date":"2/2/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":345,"Cost":284,"Date":"3/18/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":767,"Cost":654,"Date":"10/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":475,"Cost":268,"Date":"2/16/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":980,"Cost":831,"Date":"6/7/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":317,"Cost":214,"Date":"1/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":500,"Cost":347,"Date":"3/27/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":463,"Cost":372,"Date":"5/12/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":259,"Cost":218,"Date":"7/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":363,"Cost":293,"Date":"8/8/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":452,"Cost":421,"Date":"12/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":147,"Cost":105,"Date":"1/17/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":828,"Cost":610,"Date":"3/8/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":968,"Cost":713,"Date":"6/6/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":106,"Cost":87,"Date":"6/16/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":194,"Cost":111,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":69,"Cost":46,"Date":"11/19/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":756,"Cost":469,"Date":"12/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":491,"Cost":301,"Date":"2/4/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":410,"Cost":207,"Date":"3/8/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":187,"Cost":135,"Date":"12/18/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":888,"Cost":614,"Date":"3/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":415,"Cost":319,"Date":"4/20/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":634,"Cost":517,"Date":"6/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":718,"Cost":463,"Date":"7/23/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":330,"Cost":249,"Date":"11/21/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":416,"Cost":349,"Date":"11/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":878,"Cost":810,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":167,"Cost":125,"Date":"5/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":647,"Cost":412,"Date":"9/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":524,"Cost":333,"Date":"1/3/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":897,"Cost":681,"Date":"2/2/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":253,"Cost":235,"Date":"3/18/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":229,"Cost":179,"Date":"10/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":391,"Cost":220,"Date":"2/16/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":393,"Cost":241,"Date":"6/7/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":685,"Date":"1/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":617,"Cost":508,"Date":"3/27/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":263,"Cost":235,"Date":"5/12/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":132,"Cost":117,"Date":"7/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":4,"Cost":3,"Date":"8/8/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":808,"Cost":633,"Date":"12/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":167,"Cost":149,"Date":"1/17/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":813,"Cost":715,"Date":"3/8/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":79,"Cost":72,"Date":"6/6/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":100,"Cost":92,"Date":"6/16/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":750,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":113,"Cost":96,"Date":"11/19/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":976,"Cost":621,"Date":"12/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":422,"Cost":222,"Date":"2/4/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":1,"Cost":1,"Date":"3/8/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":533,"Cost":456,"Date":"12/18/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":947,"Cost":712,"Date":"3/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":405,"Cost":343,"Date":"4/20/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":136,"Cost":92,"Date":"6/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":367,"Cost":238,"Date":"7/23/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":519,"Cost":444,"Date":"11/21/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":685,"Date":"11/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":238,"Cost":165,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":139,"Cost":92,"Date":"5/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":365,"Cost":215,"Date":"9/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":293,"Date":"1/3/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":870,"Date":"2/2/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":617,"Cost":559,"Date":"3/18/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":369,"Cost":209,"Date":"10/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":22,"Cost":13,"Date":"2/16/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":276,"Cost":149,"Date":"6/7/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":963,"Cost":571,"Date":"1/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":990,"Cost":678,"Date":"3/27/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":334,"Cost":218,"Date":"5/12/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":710,"Cost":646,"Date":"7/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":629,"Cost":352,"Date":"8/8/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":589,"Cost":353,"Date":"12/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":137,"Cost":99,"Date":"1/17/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":168,"Date":"3/8/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":632,"Cost":385,"Date":"6/6/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":56,"Cost":35,"Date":"6/16/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":599,"Cost":338,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":193,"Cost":156,"Date":"11/19/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":239,"Cost":225,"Date":"12/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":727,"Cost":483,"Date":"2/4/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":170,"Cost":99,"Date":"3/8/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":751,"Cost":452,"Date":"12/18/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":836,"Cost":494,"Date":"3/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":796,"Date":"4/20/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":907,"Cost":767,"Date":"6/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":851,"Cost":496,"Date":"7/23/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":556,"Cost":455,"Date":"11/21/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":937,"Cost":883,"Date":"11/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":203,"Cost":132,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":79,"Date":"5/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":101,"Cost":88,"Date":"9/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":133,"Date":"1/3/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":312,"Cost":289,"Date":"2/2/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":73,"Cost":63,"Date":"3/18/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":535,"Cost":386,"Date":"10/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":913,"Cost":699,"Date":"2/16/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":854,"Cost":498,"Date":"6/7/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":601,"Date":"1/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":751,"Cost":428,"Date":"3/27/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":996,"Cost":830,"Date":"5/12/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":585,"Cost":511,"Date":"7/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":3,"Date":"8/8/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":568,"Cost":358,"Date":"12/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":212,"Cost":153,"Date":"1/17/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":407,"Cost":242,"Date":"3/8/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":247,"Cost":204,"Date":"6/6/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":330,"Cost":165,"Date":"6/16/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":109,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":32,"Cost":22,"Date":"11/19/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":94,"Cost":79,"Date":"12/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":107,"Cost":59,"Date":"2/4/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":357,"Cost":294,"Date":"3/8/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":575,"Cost":545,"Date":"12/18/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":614,"Cost":550,"Date":"3/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":679,"Date":"4/20/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":539,"Cost":280,"Date":"6/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":753,"Cost":397,"Date":"7/23/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":236,"Date":"11/21/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":324,"Cost":302,"Date":"11/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":387,"Cost":278,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":403,"Cost":359,"Date":"5/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":910,"Cost":661,"Date":"9/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":642,"Cost":357,"Date":"1/3/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":808,"Cost":528,"Date":"2/2/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":699,"Cost":511,"Date":"3/18/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":720,"Cost":464,"Date":"10/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":863,"Cost":610,"Date":"2/16/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":502,"Date":"6/7/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":425,"Cost":260,"Date":"1/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":785,"Cost":518,"Date":"3/27/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":164,"Cost":108,"Date":"5/12/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":267,"Cost":230,"Date":"7/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":557,"Cost":434,"Date":"8/8/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":839,"Cost":760,"Date":"12/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":391,"Cost":363,"Date":"1/17/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":494,"Cost":292,"Date":"3/8/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":808,"Cost":446,"Date":"6/6/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":640,"Cost":387,"Date":"6/16/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":687,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":25,"Cost":13,"Date":"11/19/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":356,"Cost":219,"Date":"12/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":387,"Cost":308,"Date":"2/4/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":113,"Date":"3/8/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":622,"Cost":513,"Date":"12/18/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":258,"Cost":173,"Date":"3/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":169,"Cost":99,"Date":"4/20/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":45,"Cost":38,"Date":"6/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":665,"Cost":621,"Date":"7/23/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":647,"Cost":415,"Date":"11/21/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":23,"Date":"11/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":34,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":663,"Cost":617,"Date":"5/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":690,"Cost":534,"Date":"9/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":73,"Cost":68,"Date":"1/3/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":687,"Date":"2/2/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":543,"Cost":401,"Date":"3/18/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":819,"Cost":599,"Date":"10/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":534,"Cost":376,"Date":"2/16/2018"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":149,"Cost":124,"Date":"6/7/2018"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":136,"Cost":122,"Date":"1/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":977,"Cost":818,"Date":"3/27/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":394,"Cost":318,"Date":"5/12/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":471,"Cost":310,"Date":"7/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":43,"Cost":28,"Date":"8/8/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":424,"Cost":336,"Date":"12/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":20,"Cost":11,"Date":"1/17/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":106,"Cost":96,"Date":"3/8/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":465,"Cost":265,"Date":"6/6/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":702,"Cost":667,"Date":"6/16/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":740,"Cost":399,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":351,"Cost":302,"Date":"11/19/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":516,"Cost":440,"Date":"12/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":126,"Cost":87,"Date":"2/4/2021"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":435,"Cost":231,"Date":"3/8/2021"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":852,"Cost":594,"Date":"12/18/2021"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":136,"Cost":71,"Date":"3/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":857,"Cost":672,"Date":"4/20/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":33,"Cost":21,"Date":"6/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":538,"Cost":348,"Date":"7/23/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":903,"Cost":777,"Date":"11/21/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":379,"Cost":261,"Date":"11/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":278,"Cost":156,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":764,"Cost":523,"Date":"5/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":267,"Cost":159,"Date":"9/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":672,"Cost":373,"Date":"1/3/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":429,"Cost":314,"Date":"2/2/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":517,"Cost":406,"Date":"3/18/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":989,"Cost":540,"Date":"10/14/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":705,"Cost":619,"Date":"2/16/2018"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":625,"Cost":551,"Date":"6/7/2018"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":624,"Cost":551,"Date":"1/28/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":45,"Cost":32,"Date":"3/27/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":11,"Cost":9,"Date":"5/12/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":2,"Cost":1,"Date":"7/28/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":616,"Cost":520,"Date":"8/8/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":201,"Cost":149,"Date":"12/7/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":503,"Cost":415,"Date":"1/17/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":988,"Cost":658,"Date":"3/8/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":301,"Cost":233,"Date":"6/6/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":172,"Cost":142,"Date":"6/16/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":59,"Cost":34,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":627,"Cost":537,"Date":"11/19/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":500,"Cost":460,"Date":"12/28/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":965,"Cost":868,"Date":"2/4/2021"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":816,"Cost":412,"Date":"3/8/2021"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":296,"Cost":178,"Date":"12/18/2021"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":722,"Cost":685,"Date":"3/31/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":760,"Cost":694,"Date":"4/20/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":30,"Cost":23,"Date":"6/26/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":711,"Cost":452,"Date":"7/23/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":956,"Cost":903,"Date":"11/21/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":677,"Cost":533,"Date":"11/26/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":835,"Cost":595,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":367,"Cost":283,"Date":"5/21/2023"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":365,"Cost":276,"Date":"9/28/2023"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":970,"Cost":565,"Date":"1/3/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":222,"Cost":138,"Date":"2/2/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":48,"Cost":28,"Date":"3/18/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":921,"Cost":606,"Date":"10/14/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":577,"Cost":315,"Date":"2/16/2018"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":487,"Cost":258,"Date":"6/7/2018"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":975,"Cost":563,"Date":"1/28/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":344,"Cost":221,"Date":"3/27/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":757,"Date":"5/12/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":786,"Cost":725,"Date":"7/28/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":730,"Cost":499,"Date":"8/8/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":130,"Date":"12/7/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":764,"Cost":519,"Date":"1/17/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":503,"Date":"3/8/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":665,"Cost":586,"Date":"6/6/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":580,"Cost":325,"Date":"6/16/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":47,"Cost":42,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":502,"Cost":369,"Date":"11/19/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":955,"Cost":495,"Date":"12/28/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":147,"Cost":133,"Date":"2/4/2021"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":994,"Cost":862,"Date":"3/8/2021"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":788,"Cost":495,"Date":"12/18/2021"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":261,"Date":"3/31/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":20,"Date":"4/20/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":29,"Cost":19,"Date":"6/26/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":903,"Cost":548,"Date":"7/23/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":937,"Cost":604,"Date":"11/21/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":979,"Cost":810,"Date":"11/26/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":6,"Cost":3,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":326,"Cost":205,"Date":"5/21/2023"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":997,"Cost":818,"Date":"9/28/2023"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":103,"Cost":98,"Date":"1/3/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":953,"Cost":496,"Date":"2/2/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":334,"Cost":309,"Date":"3/18/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":503,"Cost":395,"Date":"10/14/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":332,"Cost":281,"Date":"2/16/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":607,"Cost":456,"Date":"6/7/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":75,"Cost":47,"Date":"1/28/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":708,"Cost":428,"Date":"3/27/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":103,"Cost":52,"Date":"5/12/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":135,"Cost":102,"Date":"7/28/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":556,"Cost":307,"Date":"8/8/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":388,"Cost":195,"Date":"12/7/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":356,"Cost":274,"Date":"1/17/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":161,"Cost":150,"Date":"3/8/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":367,"Cost":234,"Date":"6/6/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":441,"Cost":404,"Date":"6/16/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":871,"Cost":688,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":829,"Cost":443,"Date":"11/19/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":339,"Cost":182,"Date":"12/28/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":202,"Cost":144,"Date":"2/4/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":325,"Cost":247,"Date":"3/8/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":299,"Cost":239,"Date":"12/18/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":205,"Cost":162,"Date":"3/31/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":558,"Date":"4/20/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":380,"Date":"6/26/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":46,"Cost":23,"Date":"7/23/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":56,"Cost":44,"Date":"11/21/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":137,"Cost":86,"Date":"11/26/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":354,"Cost":243,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":612,"Cost":353,"Date":"5/21/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":442,"Cost":382,"Date":"9/28/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":722,"Cost":581,"Date":"1/3/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":160,"Date":"2/2/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":468,"Cost":365,"Date":"3/18/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":208,"Cost":112,"Date":"10/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":595,"Cost":422,"Date":"2/16/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":338,"Cost":185,"Date":"6/7/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":38,"Cost":37,"Date":"1/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":158,"Cost":134,"Date":"3/27/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":266,"Cost":166,"Date":"5/12/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":80,"Cost":59,"Date":"7/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":103,"Cost":79,"Date":"8/8/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":264,"Cost":238,"Date":"12/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":471,"Cost":349,"Date":"1/17/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":88,"Cost":70,"Date":"3/8/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":39,"Cost":22,"Date":"6/6/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":288,"Cost":260,"Date":"6/16/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":464,"Cost":330,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":696,"Cost":457,"Date":"11/19/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":648,"Cost":373,"Date":"12/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":593,"Cost":526,"Date":"2/4/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":323,"Date":"3/8/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":958,"Cost":539,"Date":"12/18/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":801,"Date":"3/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":622,"Cost":321,"Date":"4/20/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":625,"Cost":482,"Date":"6/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":63,"Cost":48,"Date":"7/23/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":730,"Date":"11/21/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":9,"Date":"11/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":66,"Cost":37,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":583,"Cost":544,"Date":"5/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":522,"Cost":338,"Date":"9/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":703,"Cost":525,"Date":"1/3/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":395,"Cost":358,"Date":"2/2/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":54,"Cost":37,"Date":"3/18/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":416,"Cost":295,"Date":"10/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":633,"Cost":541,"Date":"2/16/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":43,"Cost":29,"Date":"6/7/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":730,"Cost":556,"Date":"1/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":729,"Cost":445,"Date":"3/27/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":520,"Date":"5/12/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":337,"Cost":312,"Date":"7/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":108,"Cost":77,"Date":"8/8/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":544,"Cost":278,"Date":"12/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":504,"Cost":347,"Date":"1/17/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":184,"Cost":168,"Date":"3/8/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":312,"Cost":183,"Date":"6/6/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":916,"Cost":544,"Date":"6/16/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":595,"Cost":544,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":526,"Cost":410,"Date":"11/19/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":197,"Cost":117,"Date":"12/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":537,"Date":"2/4/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":671,"Cost":453,"Date":"3/8/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":208,"Cost":132,"Date":"12/18/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":587,"Cost":380,"Date":"3/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":10,"Cost":6,"Date":"4/20/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":603,"Cost":538,"Date":"6/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":523,"Cost":449,"Date":"7/23/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":178,"Cost":95,"Date":"11/21/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":798,"Cost":577,"Date":"11/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":909,"Cost":537,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":600,"Date":"5/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":621,"Cost":382,"Date":"9/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":901,"Cost":816,"Date":"1/3/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":820,"Cost":702,"Date":"2/2/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":325,"Date":"3/18/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":629,"Cost":327,"Date":"10/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":968,"Cost":814,"Date":"2/16/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":339,"Cost":252,"Date":"6/7/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":132,"Cost":93,"Date":"1/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":149,"Cost":76,"Date":"3/27/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":282,"Cost":224,"Date":"5/12/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":304,"Date":"7/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":952,"Cost":645,"Date":"8/8/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":358,"Cost":254,"Date":"12/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":295,"Cost":166,"Date":"1/17/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":708,"Cost":620,"Date":"3/8/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":131,"Cost":94,"Date":"6/6/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":718,"Cost":552,"Date":"6/16/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":868,"Cost":749,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":436,"Cost":391,"Date":"11/19/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":887,"Cost":516,"Date":"12/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":925,"Cost":860,"Date":"2/4/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":437,"Date":"3/8/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":472,"Cost":280,"Date":"12/18/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":794,"Cost":416,"Date":"3/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":390,"Date":"4/20/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":404,"Cost":265,"Date":"6/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":256,"Cost":140,"Date":"7/23/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":808,"Cost":688,"Date":"11/21/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":658,"Cost":533,"Date":"11/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":680,"Cost":632,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":467,"Cost":373,"Date":"5/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":290,"Cost":185,"Date":"9/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":14,"Cost":7,"Date":"1/3/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":519,"Cost":458,"Date":"2/2/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":623,"Cost":362,"Date":"3/18/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":395,"Cost":355,"Date":"10/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":420,"Cost":315,"Date":"2/16/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":224,"Cost":171,"Date":"6/7/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":672,"Cost":617,"Date":"1/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":449,"Cost":281,"Date":"3/27/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":559,"Cost":295,"Date":"5/12/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":710,"Cost":438,"Date":"7/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":963,"Cost":572,"Date":"8/8/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":712,"Cost":398,"Date":"12/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":610,"Date":"1/17/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":145,"Date":"3/8/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":784,"Cost":621,"Date":"6/6/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":931,"Cost":778,"Date":"6/16/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":442,"Cost":331,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":715,"Cost":611,"Date":"11/19/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":551,"Cost":477,"Date":"12/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":806,"Cost":438,"Date":"2/4/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":971,"Cost":652,"Date":"3/8/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":792,"Cost":538,"Date":"12/18/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":464,"Date":"3/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":316,"Cost":219,"Date":"4/20/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":605,"Date":"6/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":532,"Cost":392,"Date":"7/23/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":391,"Cost":202,"Date":"11/21/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":184,"Cost":138,"Date":"11/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":727,"Cost":493,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":799,"Cost":724,"Date":"5/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":423,"Date":"9/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":918,"Cost":813,"Date":"1/3/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":190,"Cost":154,"Date":"2/2/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":809,"Cost":469,"Date":"3/18/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":37,"Cost":33,"Date":"10/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":168,"Cost":138,"Date":"2/16/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":729,"Cost":559,"Date":"6/7/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":303,"Cost":232,"Date":"1/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":834,"Cost":550,"Date":"3/27/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":291,"Cost":191,"Date":"5/12/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":728,"Cost":575,"Date":"7/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":975,"Cost":533,"Date":"8/8/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":823,"Cost":768,"Date":"12/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":71,"Cost":64,"Date":"1/17/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":206,"Cost":151,"Date":"3/8/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":936,"Cost":811,"Date":"6/6/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":693,"Cost":646,"Date":"6/16/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":512,"Cost":314,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":594,"Cost":444,"Date":"11/19/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":85,"Cost":79,"Date":"12/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":663,"Cost":552,"Date":"2/4/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":723,"Cost":597,"Date":"3/8/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":290,"Cost":240,"Date":"12/18/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":429,"Cost":403,"Date":"3/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":779,"Cost":486,"Date":"4/20/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":401,"Cost":285,"Date":"6/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":843,"Cost":481,"Date":"7/23/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":539,"Cost":493,"Date":"11/21/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":322,"Cost":216,"Date":"11/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":493,"Cost":462,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":543,"Cost":338,"Date":"5/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":894,"Cost":475,"Date":"9/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":665,"Date":"1/3/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":119,"Cost":112,"Date":"2/2/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":962,"Cost":703,"Date":"3/18/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":339,"Cost":260,"Date":"10/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":417,"Cost":241,"Date":"2/16/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":174,"Date":"6/7/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":706,"Cost":510,"Date":"1/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":554,"Cost":470,"Date":"3/27/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":54,"Date":"5/12/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":715,"Cost":590,"Date":"7/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":773,"Cost":613,"Date":"8/8/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":371,"Cost":287,"Date":"12/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":153,"Date":"1/17/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":343,"Cost":203,"Date":"3/8/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":858,"Cost":672,"Date":"6/6/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":256,"Cost":205,"Date":"6/16/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":678,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":906,"Cost":466,"Date":"11/19/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":281,"Cost":253,"Date":"12/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":131,"Date":"2/4/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":123,"Cost":90,"Date":"3/8/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":367,"Date":"12/18/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":186,"Cost":161,"Date":"3/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":647,"Date":"4/20/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":156,"Cost":131,"Date":"6/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":339,"Cost":206,"Date":"7/23/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":119,"Date":"11/21/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":98,"Cost":89,"Date":"11/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":747,"Cost":401,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":376,"Date":"5/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":635,"Cost":595,"Date":"9/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":817,"Cost":415,"Date":"1/3/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":579,"Date":"2/2/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":458,"Cost":344,"Date":"3/18/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":680,"Cost":513,"Date":"10/14/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":870,"Cost":473,"Date":"2/16/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":375,"Cost":241,"Date":"6/7/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":402,"Cost":282,"Date":"1/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":931,"Cost":670,"Date":"3/27/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":73,"Cost":66,"Date":"5/12/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":627,"Cost":486,"Date":"7/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":70,"Cost":63,"Date":"8/8/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":172,"Cost":93,"Date":"12/7/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":259,"Cost":155,"Date":"1/17/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":415,"Cost":365,"Date":"3/8/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":556,"Cost":427,"Date":"6/6/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":259,"Cost":230,"Date":"6/16/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":216,"Cost":173,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":471,"Cost":329,"Date":"11/19/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":22,"Cost":20,"Date":"12/28/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":883,"Cost":598,"Date":"2/4/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":60,"Cost":36,"Date":"3/8/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":509,"Cost":344,"Date":"12/18/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":354,"Cost":211,"Date":"3/31/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":602,"Cost":502,"Date":"4/20/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":525,"Cost":278,"Date":"6/26/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":121,"Cost":95,"Date":"7/23/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":881,"Cost":719,"Date":"11/21/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":549,"Cost":521,"Date":"11/26/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":502,"Cost":347,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":745,"Cost":418,"Date":"5/21/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":485,"Cost":252,"Date":"9/28/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":807,"Cost":754,"Date":"1/3/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":643,"Cost":352,"Date":"2/2/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":90,"Cost":47,"Date":"3/18/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":378,"Cost":305,"Date":"10/14/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":291,"Cost":212,"Date":"2/16/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":423,"Cost":394,"Date":"6/7/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":672,"Cost":568,"Date":"1/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":189,"Cost":117,"Date":"3/27/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":23,"Cost":17,"Date":"5/12/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":463,"Cost":244,"Date":"7/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":308,"Cost":193,"Date":"8/8/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":396,"Cost":235,"Date":"12/7/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":944,"Cost":882,"Date":"1/17/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":790,"Cost":436,"Date":"3/8/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":432,"Cost":253,"Date":"6/6/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":220,"Cost":126,"Date":"6/16/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":839,"Cost":632,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":806,"Cost":614,"Date":"11/19/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":29,"Cost":14,"Date":"12/28/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":341,"Cost":227,"Date":"2/4/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":440,"Cost":382,"Date":"3/8/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":726,"Cost":677,"Date":"12/18/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":258,"Cost":233,"Date":"3/31/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":466,"Cost":273,"Date":"4/20/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":126,"Cost":88,"Date":"6/26/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":863,"Cost":600,"Date":"7/23/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":779,"Cost":391,"Date":"11/21/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":535,"Cost":509,"Date":"11/26/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":763,"Cost":473,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":930,"Cost":865,"Date":"5/21/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":470,"Cost":418,"Date":"9/28/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":17,"Cost":12,"Date":"1/3/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":379,"Cost":357,"Date":"2/2/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":888,"Cost":553,"Date":"3/18/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":754,"Cost":614,"Date":"10/14/2024"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":53,"Cost":46,"Date":"2/16/2018"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":26,"Cost":19,"Date":"6/7/2018"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":931,"Cost":484,"Date":"1/28/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":486,"Cost":413,"Date":"3/27/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":857,"Cost":766,"Date":"5/12/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":52,"Date":"7/28/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/8/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":359,"Cost":184,"Date":"12/7/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":247,"Cost":139,"Date":"1/17/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":314,"Cost":210,"Date":"3/8/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":739,"Cost":580,"Date":"6/6/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":484,"Cost":329,"Date":"6/16/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":640,"Cost":430,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":704,"Cost":660,"Date":"11/19/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":563,"Cost":327,"Date":"12/28/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":381,"Cost":228,"Date":"2/4/2021"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":494,"Cost":343,"Date":"3/8/2021"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":145,"Cost":79,"Date":"12/18/2021"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":441,"Date":"3/31/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":4,"Date":"4/20/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":90,"Cost":48,"Date":"6/26/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":281,"Cost":244,"Date":"7/23/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":716,"Cost":491,"Date":"11/21/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":582,"Cost":553,"Date":"11/26/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":416,"Cost":315,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":785,"Cost":649,"Date":"5/21/2023"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":301,"Date":"9/28/2023"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":747,"Cost":646,"Date":"1/3/2024"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":12,"Cost":9,"Date":"2/2/2024"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":57,"Date":"3/18/2024"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":346,"Date":"10/14/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":357,"Cost":310,"Date":"2/16/2018"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":696,"Cost":420,"Date":"6/7/2018"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":225,"Cost":162,"Date":"1/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":16,"Date":"3/27/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":738,"Cost":575,"Date":"5/12/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":145,"Cost":100,"Date":"7/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":378,"Cost":293,"Date":"8/8/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":640,"Cost":504,"Date":"12/7/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":352,"Cost":228,"Date":"1/17/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":199,"Date":"3/8/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":122,"Cost":82,"Date":"6/6/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":696,"Cost":452,"Date":"6/16/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":26,"Cost":23,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":354,"Cost":203,"Date":"11/19/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":338,"Cost":222,"Date":"12/28/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":943,"Cost":527,"Date":"2/4/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":758,"Cost":438,"Date":"3/8/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":198,"Cost":123,"Date":"12/18/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":258,"Cost":154,"Date":"3/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":648,"Cost":448,"Date":"4/20/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":862,"Cost":490,"Date":"6/26/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":821,"Cost":411,"Date":"7/23/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":669,"Cost":625,"Date":"11/21/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":95,"Cost":75,"Date":"11/26/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":873,"Cost":733,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":488,"Cost":259,"Date":"5/21/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":464,"Cost":329,"Date":"9/28/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":442,"Cost":224,"Date":"1/3/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":846,"Cost":713,"Date":"2/2/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":204,"Cost":150,"Date":"3/18/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":395,"Cost":198,"Date":"10/14/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":578,"Cost":545,"Date":"2/16/2018"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":820,"Cost":481,"Date":"6/7/2018"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":327,"Cost":285,"Date":"1/28/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":212,"Cost":113,"Date":"3/27/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":823,"Cost":635,"Date":"5/12/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":798,"Cost":467,"Date":"7/28/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":477,"Cost":392,"Date":"8/8/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":102,"Cost":67,"Date":"12/7/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":275,"Cost":256,"Date":"1/17/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":963,"Cost":633,"Date":"3/8/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":401,"Cost":355,"Date":"6/6/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":235,"Cost":210,"Date":"6/16/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":648,"Cost":478,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":373,"Cost":194,"Date":"11/19/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":989,"Cost":795,"Date":"12/28/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":468,"Cost":238,"Date":"2/4/2021"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":94,"Cost":59,"Date":"3/8/2021"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":42,"Cost":32,"Date":"12/18/2021"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":994,"Cost":598,"Date":"3/31/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":227,"Cost":200,"Date":"4/20/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":6,"Cost":4,"Date":"6/26/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":836,"Cost":462,"Date":"7/23/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":950,"Cost":553,"Date":"11/21/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":197,"Cost":147,"Date":"11/26/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":677,"Cost":426,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":678,"Cost":388,"Date":"5/21/2023"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":280,"Cost":146,"Date":"9/28/2023"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":502,"Cost":256,"Date":"1/3/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":314,"Cost":269,"Date":"2/2/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":752,"Cost":683,"Date":"3/18/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":544,"Cost":449,"Date":"10/14/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":56,"Cost":41,"Date":"2/16/2018"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":88,"Cost":65,"Date":"6/7/2018"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":146,"Cost":97,"Date":"1/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":703,"Cost":417,"Date":"3/27/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":177,"Date":"5/12/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":721,"Cost":658,"Date":"7/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":197,"Cost":119,"Date":"8/8/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":954,"Cost":639,"Date":"12/7/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":608,"Cost":400,"Date":"1/17/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":802,"Cost":561,"Date":"3/8/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":816,"Cost":567,"Date":"6/6/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":797,"Cost":659,"Date":"6/16/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":480,"Cost":249,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":215,"Cost":115,"Date":"11/19/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":438,"Cost":391,"Date":"12/28/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":6,"Cost":6,"Date":"2/4/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":950,"Cost":695,"Date":"3/8/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":700,"Cost":632,"Date":"12/18/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":762,"Cost":491,"Date":"3/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":668,"Cost":505,"Date":"4/20/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":437,"Cost":276,"Date":"6/26/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":979,"Cost":805,"Date":"7/23/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":679,"Date":"11/21/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":529,"Cost":383,"Date":"11/26/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":526,"Cost":305,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":494,"Cost":354,"Date":"5/21/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":73,"Cost":40,"Date":"9/28/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":516,"Date":"1/3/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":536,"Cost":489,"Date":"2/2/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":629,"Date":"3/18/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":559,"Cost":485,"Date":"10/14/2024"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":724,"Cost":539,"Date":"2/16/2018"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":135,"Date":"6/7/2018"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":455,"Cost":366,"Date":"1/28/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":830,"Cost":763,"Date":"3/27/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":938,"Cost":485,"Date":"5/12/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":616,"Cost":503,"Date":"7/28/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":389,"Date":"8/8/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":467,"Cost":428,"Date":"12/7/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":501,"Cost":431,"Date":"1/17/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":532,"Cost":299,"Date":"3/8/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":504,"Cost":474,"Date":"6/6/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":610,"Cost":345,"Date":"6/16/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":912,"Cost":511,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":288,"Cost":190,"Date":"11/19/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":647,"Cost":563,"Date":"12/28/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":486,"Cost":429,"Date":"2/4/2021"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":53,"Cost":31,"Date":"3/8/2021"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":156,"Date":"12/18/2021"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":21,"Cost":17,"Date":"3/31/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":190,"Cost":180,"Date":"4/20/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":293,"Date":"6/26/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":416,"Date":"7/23/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":883,"Cost":790,"Date":"11/21/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":463,"Cost":291,"Date":"11/26/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":12,"Cost":10,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":138,"Cost":103,"Date":"5/21/2023"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":39,"Cost":31,"Date":"9/28/2023"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":246,"Cost":229,"Date":"1/3/2024"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":465,"Cost":397,"Date":"2/2/2024"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":919,"Cost":626,"Date":"3/18/2024"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":753,"Date":"10/14/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":812,"Cost":583,"Date":"2/16/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":206,"Cost":189,"Date":"6/7/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":95,"Cost":59,"Date":"1/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":884,"Cost":606,"Date":"3/27/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":619,"Cost":376,"Date":"5/12/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":814,"Cost":543,"Date":"7/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":196,"Cost":144,"Date":"8/8/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":386,"Cost":351,"Date":"12/7/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":541,"Cost":373,"Date":"1/17/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":519,"Date":"3/8/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":153,"Cost":85,"Date":"6/6/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":374,"Cost":286,"Date":"6/16/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":553,"Cost":418,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":270,"Date":"11/19/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":816,"Cost":625,"Date":"12/28/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":633,"Cost":540,"Date":"2/4/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":869,"Cost":437,"Date":"3/8/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":434,"Cost":410,"Date":"12/18/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":139,"Cost":100,"Date":"3/31/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":773,"Cost":603,"Date":"4/20/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":889,"Cost":600,"Date":"6/26/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":215,"Cost":169,"Date":"7/23/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":389,"Date":"11/21/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":544,"Cost":363,"Date":"11/26/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":570,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":457,"Cost":318,"Date":"5/21/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":118,"Cost":60,"Date":"9/28/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":927,"Cost":600,"Date":"1/3/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":488,"Date":"2/2/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":224,"Cost":142,"Date":"3/18/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":427,"Cost":294,"Date":"10/14/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":553,"Cost":437,"Date":"2/16/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":79,"Cost":69,"Date":"6/7/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":431,"Cost":381,"Date":"1/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":50,"Date":"3/27/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":733,"Cost":654,"Date":"5/12/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":594,"Cost":404,"Date":"7/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":177,"Cost":121,"Date":"8/8/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":670,"Cost":426,"Date":"12/7/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":133,"Date":"1/17/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":30,"Cost":26,"Date":"3/8/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":684,"Cost":534,"Date":"6/6/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":220,"Cost":194,"Date":"6/16/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":954,"Cost":698,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":438,"Cost":317,"Date":"11/19/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":570,"Date":"12/28/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":1000,"Cost":885,"Date":"2/4/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":359,"Cost":225,"Date":"3/8/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":972,"Cost":754,"Date":"12/18/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":568,"Date":"3/31/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":897,"Cost":673,"Date":"4/20/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":949,"Cost":534,"Date":"6/26/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":435,"Cost":243,"Date":"7/23/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":913,"Cost":463,"Date":"11/21/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":223,"Cost":142,"Date":"11/26/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":652,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":221,"Cost":125,"Date":"5/21/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":830,"Cost":660,"Date":"9/28/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":658,"Cost":369,"Date":"1/3/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":649,"Cost":390,"Date":"2/2/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":72,"Cost":50,"Date":"3/18/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":231,"Cost":173,"Date":"10/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":974,"Cost":765,"Date":"2/16/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":692,"Cost":563,"Date":"6/7/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":129,"Cost":68,"Date":"1/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":448,"Cost":274,"Date":"3/27/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":913,"Cost":566,"Date":"5/12/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":811,"Cost":456,"Date":"7/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":661,"Cost":397,"Date":"8/8/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":365,"Cost":205,"Date":"12/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":823,"Cost":569,"Date":"1/17/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":466,"Cost":411,"Date":"3/8/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":879,"Cost":593,"Date":"6/6/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":84,"Cost":58,"Date":"6/16/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":361,"Cost":292,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":395,"Cost":309,"Date":"11/19/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":721,"Cost":445,"Date":"12/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":934,"Cost":597,"Date":"2/4/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":445,"Cost":297,"Date":"3/8/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":260,"Cost":230,"Date":"12/18/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":175,"Cost":146,"Date":"3/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":453,"Cost":407,"Date":"4/20/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":526,"Cost":336,"Date":"6/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":157,"Cost":93,"Date":"7/23/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":286,"Cost":205,"Date":"11/21/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":247,"Cost":202,"Date":"11/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":10,"Cost":10,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":597,"Cost":508,"Date":"5/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":352,"Cost":259,"Date":"9/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":44,"Cost":25,"Date":"1/3/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":756,"Cost":575,"Date":"2/2/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":141,"Cost":114,"Date":"3/18/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":573,"Cost":332,"Date":"10/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":330,"Cost":295,"Date":"2/16/2018"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":484,"Date":"6/7/2018"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":776,"Date":"1/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":738,"Cost":507,"Date":"3/27/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":306,"Cost":257,"Date":"5/12/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":428,"Cost":338,"Date":"7/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":486,"Cost":444,"Date":"8/8/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":449,"Date":"12/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":184,"Date":"1/17/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":554,"Date":"3/8/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":230,"Cost":148,"Date":"6/6/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":45,"Cost":24,"Date":"6/16/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":871,"Cost":694,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":576,"Cost":340,"Date":"11/19/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":674,"Cost":445,"Date":"12/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":339,"Date":"2/4/2021"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":542,"Cost":364,"Date":"3/8/2021"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":51,"Cost":44,"Date":"12/18/2021"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":239,"Cost":155,"Date":"3/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":721,"Cost":668,"Date":"4/20/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":521,"Date":"6/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":494,"Date":"7/23/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":220,"Cost":133,"Date":"11/21/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":599,"Cost":544,"Date":"11/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":993,"Cost":876,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":555,"Cost":336,"Date":"5/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":680,"Cost":542,"Date":"9/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":846,"Cost":628,"Date":"1/3/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":234,"Cost":218,"Date":"2/2/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":679,"Cost":563,"Date":"3/18/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":330,"Cost":293,"Date":"10/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":463,"Cost":422,"Date":"2/16/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":902,"Cost":759,"Date":"6/7/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":808,"Cost":463,"Date":"1/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":55,"Cost":51,"Date":"3/27/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":634,"Cost":347,"Date":"5/12/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":396,"Cost":338,"Date":"7/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":15,"Cost":11,"Date":"8/8/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":790,"Cost":466,"Date":"12/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":248,"Cost":155,"Date":"1/17/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":542,"Cost":339,"Date":"3/8/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":8,"Cost":4,"Date":"6/6/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":435,"Cost":372,"Date":"6/16/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":761,"Cost":519,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":746,"Cost":546,"Date":"11/19/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":126,"Cost":99,"Date":"12/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":457,"Cost":337,"Date":"2/4/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":73,"Cost":48,"Date":"3/8/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":551,"Cost":339,"Date":"12/18/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":404,"Date":"3/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":862,"Cost":437,"Date":"4/20/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":788,"Cost":529,"Date":"6/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":758,"Cost":596,"Date":"7/23/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":608,"Cost":533,"Date":"11/21/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":956,"Cost":607,"Date":"11/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":494,"Cost":347,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":269,"Cost":167,"Date":"5/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":310,"Cost":186,"Date":"9/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":833,"Cost":747,"Date":"1/3/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":493,"Date":"2/2/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":45,"Date":"3/18/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":349,"Cost":274,"Date":"10/14/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":189,"Cost":165,"Date":"2/16/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":958,"Cost":617,"Date":"6/7/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":517,"Cost":365,"Date":"1/28/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":348,"Cost":262,"Date":"3/27/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":802,"Cost":420,"Date":"5/12/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":464,"Cost":260,"Date":"7/28/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":221,"Cost":121,"Date":"8/8/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":824,"Cost":453,"Date":"12/7/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":353,"Cost":225,"Date":"1/17/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":494,"Cost":453,"Date":"3/8/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":855,"Cost":751,"Date":"6/6/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":445,"Cost":322,"Date":"6/16/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":811,"Cost":672,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":65,"Cost":34,"Date":"11/19/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":222,"Cost":193,"Date":"12/28/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":372,"Cost":276,"Date":"2/4/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":150,"Cost":118,"Date":"3/8/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":515,"Cost":305,"Date":"12/18/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":24,"Cost":21,"Date":"3/31/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":310,"Cost":291,"Date":"4/20/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":74,"Cost":68,"Date":"6/26/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":960,"Cost":693,"Date":"7/23/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":531,"Cost":505,"Date":"11/21/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":329,"Cost":175,"Date":"11/26/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":195,"Cost":160,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":968,"Cost":540,"Date":"5/21/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":733,"Cost":690,"Date":"9/28/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":964,"Cost":646,"Date":"1/3/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":272,"Cost":195,"Date":"2/2/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":592,"Cost":542,"Date":"3/18/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":276,"Cost":201,"Date":"10/14/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":501,"Cost":468,"Date":"2/16/2018"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":971,"Cost":753,"Date":"6/7/2018"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":223,"Cost":164,"Date":"1/28/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":280,"Cost":221,"Date":"3/27/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":628,"Cost":577,"Date":"5/12/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":961,"Cost":749,"Date":"7/28/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":520,"Cost":418,"Date":"8/8/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":679,"Cost":415,"Date":"12/7/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":173,"Cost":145,"Date":"1/17/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":161,"Cost":121,"Date":"3/8/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":669,"Cost":537,"Date":"6/6/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":852,"Cost":714,"Date":"6/16/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":910,"Cost":755,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":4,"Cost":2,"Date":"11/19/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":914,"Cost":652,"Date":"12/28/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":404,"Cost":278,"Date":"2/4/2021"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":285,"Cost":228,"Date":"3/8/2021"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":942,"Cost":569,"Date":"12/18/2021"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":973,"Cost":500,"Date":"3/31/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":15,"Cost":11,"Date":"4/20/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":656,"Cost":384,"Date":"6/26/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":261,"Cost":148,"Date":"7/23/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":313,"Cost":250,"Date":"11/21/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":265,"Cost":225,"Date":"11/26/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":310,"Cost":281,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":221,"Cost":128,"Date":"5/21/2023"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":952,"Cost":637,"Date":"9/28/2023"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":513,"Cost":430,"Date":"1/3/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":859,"Cost":671,"Date":"2/2/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":719,"Cost":658,"Date":"3/18/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":225,"Cost":128,"Date":"10/14/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":308,"Cost":204,"Date":"2/16/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":606,"Cost":339,"Date":"6/7/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":362,"Cost":318,"Date":"1/28/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":862,"Cost":736,"Date":"3/27/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":335,"Cost":283,"Date":"5/12/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":287,"Date":"7/28/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":137,"Date":"8/8/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":927,"Cost":864,"Date":"12/7/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":143,"Cost":134,"Date":"1/17/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":714,"Cost":572,"Date":"3/8/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":964,"Cost":783,"Date":"6/6/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":237,"Cost":205,"Date":"6/16/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":913,"Cost":608,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":200,"Cost":107,"Date":"11/19/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":217,"Cost":122,"Date":"12/28/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":396,"Cost":222,"Date":"2/4/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":199,"Cost":133,"Date":"3/8/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":630,"Cost":427,"Date":"12/18/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":527,"Cost":403,"Date":"3/31/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":125,"Cost":89,"Date":"4/20/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":929,"Date":"6/26/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":333,"Cost":206,"Date":"7/23/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":94,"Cost":48,"Date":"11/21/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":98,"Cost":91,"Date":"11/26/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":574,"Cost":303,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":573,"Cost":500,"Date":"5/21/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":245,"Cost":192,"Date":"9/28/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":883,"Cost":647,"Date":"1/3/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":474,"Cost":355,"Date":"2/2/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":635,"Date":"3/18/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":16,"Cost":16,"Date":"10/14/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":513,"Cost":295,"Date":"2/16/2018"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":400,"Cost":258,"Date":"6/7/2018"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":252,"Cost":151,"Date":"1/28/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":594,"Cost":546,"Date":"3/27/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":622,"Date":"5/12/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":802,"Cost":527,"Date":"7/28/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":777,"Date":"8/8/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":138,"Cost":95,"Date":"12/7/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":169,"Cost":101,"Date":"1/17/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":92,"Date":"3/8/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":322,"Date":"6/6/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":764,"Cost":520,"Date":"6/16/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":46,"Cost":36,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":165,"Cost":134,"Date":"11/19/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":849,"Cost":529,"Date":"12/28/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":60,"Date":"2/4/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":212,"Cost":107,"Date":"3/8/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":353,"Cost":238,"Date":"12/18/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":374,"Cost":234,"Date":"3/31/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":952,"Cost":726,"Date":"4/20/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":553,"Cost":318,"Date":"6/26/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":762,"Cost":505,"Date":"7/23/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":30,"Cost":17,"Date":"11/21/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":329,"Cost":258,"Date":"11/26/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":753,"Cost":619,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":920,"Cost":639,"Date":"5/21/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":305,"Cost":289,"Date":"9/28/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":791,"Cost":597,"Date":"1/3/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":416,"Cost":269,"Date":"2/2/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":1,"Cost":1,"Date":"3/18/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":620,"Cost":335,"Date":"10/14/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":771,"Date":"2/16/2018"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":810,"Cost":568,"Date":"6/7/2018"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":455,"Cost":386,"Date":"1/28/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":264,"Date":"3/27/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":583,"Date":"5/12/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":234,"Cost":166,"Date":"7/28/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":72,"Date":"8/8/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":118,"Cost":101,"Date":"12/7/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":598,"Cost":461,"Date":"1/17/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":824,"Cost":476,"Date":"3/8/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":165,"Cost":124,"Date":"6/6/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":306,"Cost":288,"Date":"6/16/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":175,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":799,"Cost":705,"Date":"11/19/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":354,"Cost":202,"Date":"12/28/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":438,"Cost":301,"Date":"2/4/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":55,"Cost":42,"Date":"3/8/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":506,"Cost":464,"Date":"12/18/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":141,"Cost":99,"Date":"3/31/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":611,"Cost":359,"Date":"4/20/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":156,"Cost":129,"Date":"6/26/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":951,"Cost":576,"Date":"7/23/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":740,"Cost":572,"Date":"11/21/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":951,"Cost":741,"Date":"11/26/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":103,"Cost":76,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":700,"Date":"5/21/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":191,"Date":"9/28/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":799,"Cost":573,"Date":"1/3/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":290,"Cost":187,"Date":"2/2/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":510,"Cost":293,"Date":"3/18/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":384,"Date":"10/14/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":416,"Cost":317,"Date":"2/16/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":299,"Cost":187,"Date":"6/7/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":16,"Cost":8,"Date":"1/28/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":196,"Cost":150,"Date":"3/27/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":574,"Cost":456,"Date":"5/12/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":596,"Cost":424,"Date":"7/28/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":324,"Cost":307,"Date":"8/8/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":458,"Cost":427,"Date":"12/7/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":87,"Cost":74,"Date":"1/17/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":196,"Cost":126,"Date":"3/8/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":570,"Date":"6/6/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":474,"Cost":350,"Date":"6/16/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":363,"Date":"11/19/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":392,"Date":"12/28/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":372,"Cost":350,"Date":"2/4/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":125,"Cost":75,"Date":"3/8/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":340,"Cost":308,"Date":"12/18/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":823,"Cost":655,"Date":"3/31/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":499,"Cost":407,"Date":"4/20/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":695,"Date":"6/26/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":809,"Cost":409,"Date":"7/23/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":880,"Cost":468,"Date":"11/21/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":990,"Cost":792,"Date":"11/26/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":839,"Cost":681,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":778,"Cost":520,"Date":"5/21/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":432,"Cost":256,"Date":"9/28/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":123,"Cost":67,"Date":"1/3/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":466,"Cost":415,"Date":"2/2/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":435,"Cost":379,"Date":"3/18/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":567,"Date":"10/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":926,"Cost":641,"Date":"2/16/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":19,"Cost":15,"Date":"6/7/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":697,"Cost":613,"Date":"1/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":213,"Cost":200,"Date":"3/27/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":171,"Cost":152,"Date":"5/12/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":137,"Cost":72,"Date":"7/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":345,"Cost":314,"Date":"8/8/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":143,"Cost":118,"Date":"12/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":723,"Cost":623,"Date":"1/17/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":598,"Cost":440,"Date":"3/8/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":838,"Cost":789,"Date":"6/6/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":914,"Cost":848,"Date":"6/16/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":986,"Cost":713,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":906,"Cost":544,"Date":"11/19/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":67,"Cost":55,"Date":"12/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":981,"Cost":826,"Date":"2/4/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":635,"Cost":404,"Date":"3/8/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":131,"Cost":92,"Date":"12/18/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":823,"Cost":567,"Date":"3/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":821,"Cost":755,"Date":"4/20/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":32,"Cost":18,"Date":"6/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":364,"Cost":227,"Date":"7/23/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":193,"Cost":125,"Date":"11/21/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":373,"Cost":242,"Date":"11/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":880,"Cost":688,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":6,"Cost":4,"Date":"5/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":326,"Cost":205,"Date":"9/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":388,"Cost":277,"Date":"1/3/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":296,"Cost":221,"Date":"2/2/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":392,"Cost":242,"Date":"3/18/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":201,"Cost":172,"Date":"10/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":388,"Date":"2/16/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":972,"Cost":773,"Date":"6/7/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":422,"Cost":212,"Date":"1/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":970,"Cost":625,"Date":"3/27/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":945,"Cost":537,"Date":"5/12/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":78,"Cost":72,"Date":"7/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":203,"Cost":136,"Date":"8/8/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":842,"Cost":760,"Date":"12/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":454,"Cost":315,"Date":"1/17/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":920,"Cost":689,"Date":"3/8/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":34,"Date":"6/6/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":701,"Cost":467,"Date":"6/16/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":290,"Cost":212,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":5,"Cost":5,"Date":"11/19/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":320,"Cost":237,"Date":"12/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":18,"Date":"2/4/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":398,"Date":"3/8/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":869,"Cost":764,"Date":"12/18/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":438,"Cost":304,"Date":"3/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":554,"Cost":362,"Date":"4/20/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":225,"Cost":186,"Date":"6/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":48,"Cost":46,"Date":"7/23/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":449,"Cost":233,"Date":"11/21/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":702,"Cost":401,"Date":"11/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":211,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":772,"Cost":665,"Date":"5/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":9,"Cost":7,"Date":"9/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":165,"Cost":105,"Date":"1/3/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":961,"Cost":694,"Date":"2/2/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":649,"Cost":368,"Date":"3/18/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":137,"Cost":88,"Date":"10/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":880,"Cost":520,"Date":"2/16/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":500,"Cost":255,"Date":"6/7/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":185,"Cost":172,"Date":"1/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":494,"Date":"3/27/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":220,"Cost":192,"Date":"5/12/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":68,"Cost":58,"Date":"7/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":188,"Cost":107,"Date":"8/8/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":248,"Cost":209,"Date":"12/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":435,"Cost":245,"Date":"1/17/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":165,"Cost":89,"Date":"3/8/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":268,"Cost":246,"Date":"6/6/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":301,"Cost":282,"Date":"6/16/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":362,"Cost":189,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":73,"Cost":44,"Date":"11/19/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":189,"Date":"12/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":314,"Cost":297,"Date":"2/4/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":261,"Cost":187,"Date":"3/8/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":867,"Cost":464,"Date":"12/18/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":181,"Date":"3/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":737,"Cost":684,"Date":"4/20/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":307,"Cost":269,"Date":"6/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":23,"Date":"7/23/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":608,"Cost":485,"Date":"11/21/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":954,"Cost":769,"Date":"11/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":707,"Cost":481,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":320,"Cost":210,"Date":"5/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":168,"Cost":137,"Date":"9/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":815,"Cost":697,"Date":"1/3/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":159,"Cost":114,"Date":"2/2/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":174,"Date":"3/18/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":856,"Cost":558,"Date":"10/14/2024"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":665,"Cost":444,"Date":"2/16/2018"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":640,"Cost":580,"Date":"6/7/2018"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":816,"Cost":723,"Date":"1/28/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":148,"Date":"3/27/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":604,"Cost":550,"Date":"5/12/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":675,"Cost":417,"Date":"7/28/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":150,"Cost":80,"Date":"8/8/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":912,"Cost":815,"Date":"12/7/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":421,"Date":"1/17/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":386,"Cost":315,"Date":"3/8/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":911,"Date":"6/6/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":282,"Cost":243,"Date":"6/16/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":418,"Cost":209,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":419,"Date":"11/19/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":386,"Date":"12/28/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":712,"Cost":655,"Date":"2/4/2021"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":109,"Cost":75,"Date":"3/8/2021"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":523,"Cost":402,"Date":"12/18/2021"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":832,"Cost":539,"Date":"3/31/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":232,"Cost":220,"Date":"4/20/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":312,"Cost":163,"Date":"6/26/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":133,"Date":"7/23/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":130,"Date":"11/21/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":450,"Cost":259,"Date":"11/26/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":180,"Cost":102,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":957,"Cost":892,"Date":"5/21/2023"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":964,"Cost":644,"Date":"9/28/2023"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":692,"Date":"1/3/2024"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":953,"Cost":648,"Date":"2/2/2024"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":277,"Cost":154,"Date":"3/18/2024"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":123,"Cost":78,"Date":"10/14/2024"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":188,"Date":"2/16/2018"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":535,"Cost":301,"Date":"6/7/2018"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":303,"Cost":254,"Date":"1/28/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":512,"Date":"3/27/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":877,"Cost":827,"Date":"5/12/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":325,"Date":"7/28/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":823,"Cost":576,"Date":"8/8/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":635,"Cost":553,"Date":"12/7/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":457,"Cost":243,"Date":"1/17/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":751,"Cost":707,"Date":"3/8/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":468,"Cost":422,"Date":"6/6/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":364,"Cost":334,"Date":"6/16/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":866,"Cost":796,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":11,"Date":"11/19/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":728,"Cost":559,"Date":"12/28/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":91,"Cost":70,"Date":"2/4/2021"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":102,"Date":"3/8/2021"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":332,"Cost":276,"Date":"12/18/2021"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":178,"Date":"3/31/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":576,"Date":"4/20/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":38,"Cost":23,"Date":"6/26/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":492,"Date":"7/23/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":493,"Cost":420,"Date":"11/21/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":699,"Cost":375,"Date":"11/26/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":534,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":95,"Cost":49,"Date":"5/21/2023"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":59,"Cost":52,"Date":"9/28/2023"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":894,"Cost":754,"Date":"1/3/2024"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":915,"Cost":701,"Date":"2/2/2024"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":151,"Cost":75,"Date":"3/18/2024"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":215,"Cost":199,"Date":"10/14/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":692,"Cost":561,"Date":"2/16/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":19,"Cost":17,"Date":"6/7/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":641,"Cost":558,"Date":"1/28/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":183,"Cost":170,"Date":"3/27/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":465,"Cost":327,"Date":"5/12/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":845,"Cost":743,"Date":"7/28/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":600,"Cost":307,"Date":"8/8/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":81,"Cost":58,"Date":"12/7/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":707,"Cost":461,"Date":"1/17/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":843,"Cost":778,"Date":"3/8/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":841,"Cost":540,"Date":"6/6/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":283,"Cost":164,"Date":"6/16/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":937,"Cost":812,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":410,"Cost":339,"Date":"11/19/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":737,"Cost":654,"Date":"12/28/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":437,"Cost":358,"Date":"2/4/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":11,"Cost":5,"Date":"3/8/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":964,"Cost":701,"Date":"12/18/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":520,"Cost":287,"Date":"3/31/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":176,"Cost":108,"Date":"4/20/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":768,"Cost":620,"Date":"6/26/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":86,"Cost":45,"Date":"7/23/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":67,"Cost":55,"Date":"11/21/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":759,"Cost":546,"Date":"11/26/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":110,"Cost":95,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":353,"Cost":229,"Date":"5/21/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":319,"Cost":290,"Date":"9/28/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":405,"Cost":206,"Date":"1/3/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":295,"Cost":222,"Date":"2/2/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":315,"Cost":209,"Date":"3/18/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":994,"Cost":665,"Date":"10/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":261,"Cost":159,"Date":"2/16/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":902,"Cost":543,"Date":"6/7/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":4,"Cost":2,"Date":"1/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":568,"Cost":449,"Date":"3/27/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":672,"Cost":536,"Date":"5/12/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":443,"Cost":321,"Date":"7/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":251,"Date":"8/8/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":503,"Cost":398,"Date":"12/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":3,"Date":"1/17/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":941,"Cost":631,"Date":"3/8/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":444,"Cost":335,"Date":"6/6/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":585,"Cost":380,"Date":"6/16/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":957,"Cost":598,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":813,"Cost":638,"Date":"11/19/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":835,"Cost":650,"Date":"12/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":39,"Cost":34,"Date":"2/4/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":760,"Cost":505,"Date":"3/8/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":708,"Cost":597,"Date":"12/18/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":801,"Cost":498,"Date":"3/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":973,"Cost":567,"Date":"4/20/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":332,"Date":"6/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":747,"Cost":525,"Date":"7/23/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":935,"Cost":651,"Date":"11/21/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":229,"Cost":142,"Date":"11/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":400,"Cost":274,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":975,"Cost":744,"Date":"5/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":12,"Cost":7,"Date":"9/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":369,"Cost":220,"Date":"1/3/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":628,"Cost":347,"Date":"2/2/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":186,"Cost":98,"Date":"3/18/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":293,"Cost":186,"Date":"10/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":148,"Cost":123,"Date":"2/16/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":451,"Cost":408,"Date":"6/7/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":466,"Cost":250,"Date":"1/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":730,"Cost":434,"Date":"3/27/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":755,"Cost":681,"Date":"5/12/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":518,"Cost":270,"Date":"7/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":27,"Cost":22,"Date":"8/8/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":114,"Cost":67,"Date":"12/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":184,"Cost":157,"Date":"1/17/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":79,"Cost":60,"Date":"3/8/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":674,"Cost":478,"Date":"6/6/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":21,"Cost":11,"Date":"6/16/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":417,"Cost":295,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":58,"Cost":45,"Date":"11/19/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":546,"Cost":339,"Date":"12/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":155,"Cost":78,"Date":"2/4/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":141,"Cost":132,"Date":"3/8/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":700,"Cost":624,"Date":"12/18/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":601,"Cost":300,"Date":"3/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":536,"Cost":348,"Date":"4/20/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":658,"Cost":582,"Date":"6/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":994,"Cost":857,"Date":"7/23/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":163,"Cost":139,"Date":"11/21/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":475,"Cost":347,"Date":"11/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":780,"Cost":711,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":690,"Cost":517,"Date":"5/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":124,"Cost":90,"Date":"9/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":217,"Cost":146,"Date":"1/3/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":566,"Cost":399,"Date":"2/2/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":545,"Cost":362,"Date":"3/18/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":357,"Cost":318,"Date":"10/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":457,"Cost":293,"Date":"2/16/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":540,"Date":"6/7/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":288,"Cost":185,"Date":"1/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":662,"Cost":497,"Date":"3/27/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":7,"Cost":6,"Date":"5/12/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":143,"Date":"7/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":22,"Cost":12,"Date":"8/8/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":494,"Date":"12/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":48,"Date":"1/17/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":702,"Date":"3/8/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":829,"Cost":646,"Date":"6/6/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":730,"Cost":636,"Date":"6/16/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":299,"Cost":170,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":410,"Cost":316,"Date":"11/19/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":691,"Cost":526,"Date":"12/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":239,"Date":"2/4/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":331,"Date":"3/8/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":372,"Date":"12/18/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":82,"Date":"3/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":651,"Date":"4/20/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":627,"Date":"6/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":183,"Date":"7/23/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":810,"Date":"11/21/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":833,"Cost":727,"Date":"11/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":358,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":283,"Cost":158,"Date":"5/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":814,"Cost":769,"Date":"9/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":947,"Cost":656,"Date":"1/3/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":40,"Date":"2/2/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":49,"Date":"3/18/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":573,"Cost":316,"Date":"10/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":920,"Cost":699,"Date":"2/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":495,"Date":"6/7/2018"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":596,"Date":"1/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":370,"Date":"3/27/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":867,"Cost":505,"Date":"5/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":445,"Cost":305,"Date":"7/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":695,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":768,"Cost":590,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":48,"Date":"1/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":552,"Cost":523,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":167,"Cost":113,"Date":"6/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":656,"Cost":474,"Date":"6/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":802,"Cost":561,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":809,"Cost":580,"Date":"11/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":826,"Cost":621,"Date":"12/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":448,"Cost":303,"Date":"2/4/2021"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":651,"Date":"3/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":697,"Cost":623,"Date":"12/18/2021"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":314,"Date":"3/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":433,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":149,"Cost":99,"Date":"6/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":187,"Date":"7/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":75,"Date":"11/21/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":235,"Cost":186,"Date":"11/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":363,"Cost":247,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":275,"Date":"5/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":280,"Cost":232,"Date":"9/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":977,"Cost":646,"Date":"1/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"2/2/2024"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":986,"Cost":650,"Date":"3/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":739,"Cost":370,"Date":"10/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":145,"Cost":137,"Date":"2/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":297,"Cost":183,"Date":"6/7/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":133,"Cost":97,"Date":"1/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":224,"Date":"3/27/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":349,"Date":"5/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":21,"Cost":10,"Date":"7/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":431,"Cost":293,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":906,"Cost":705,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":246,"Date":"1/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":495,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"6/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":266,"Date":"6/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":48,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":801,"Cost":516,"Date":"11/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":314,"Cost":206,"Date":"12/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":564,"Date":"2/4/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":244,"Date":"3/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":83,"Cost":61,"Date":"12/18/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":217,"Date":"3/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":487,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":803,"Cost":448,"Date":"6/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":449,"Date":"7/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":378,"Date":"11/21/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":159,"Date":"11/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":724,"Cost":594,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":129,"Cost":121,"Date":"5/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":202,"Date":"9/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":77,"Cost":61,"Date":"1/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":157,"Cost":79,"Date":"2/2/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":323,"Cost":254,"Date":"3/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":120,"Date":"10/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":614,"Cost":480,"Date":"2/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":390,"Date":"6/7/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":262,"Date":"1/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":542,"Cost":357,"Date":"3/27/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":562,"Date":"5/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":698,"Date":"7/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":488,"Cost":433,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":569,"Cost":528,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":758,"Cost":460,"Date":"1/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":223,"Cost":142,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":169,"Cost":127,"Date":"6/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":473,"Cost":318,"Date":"6/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":338,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":425,"Date":"11/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":123,"Cost":101,"Date":"12/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":627,"Cost":380,"Date":"2/4/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":262,"Cost":145,"Date":"3/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":332,"Cost":281,"Date":"12/18/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":557,"Date":"3/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":446,"Cost":328,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":72,"Date":"6/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":398,"Date":"7/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":705,"Cost":545,"Date":"11/21/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":68,"Date":"11/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":401,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":470,"Date":"5/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":10,"Date":"9/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":326,"Cost":223,"Date":"1/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":196,"Cost":179,"Date":"2/2/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":37,"Date":"3/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":757,"Date":"10/14/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":47,"Cost":43,"Date":"2/16/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":103,"Date":"6/7/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":314,"Date":"1/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":933,"Cost":694,"Date":"3/27/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":237,"Date":"5/12/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":323,"Cost":225,"Date":"7/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":574,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":74,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":498,"Date":"1/17/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":877,"Cost":590,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":271,"Cost":248,"Date":"6/6/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":864,"Cost":663,"Date":"6/16/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":874,"Cost":616,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":531,"Cost":447,"Date":"11/19/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":95,"Cost":81,"Date":"12/28/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":954,"Cost":683,"Date":"2/4/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":835,"Cost":662,"Date":"3/8/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":897,"Cost":646,"Date":"12/18/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":249,"Cost":187,"Date":"3/31/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":560,"Cost":285,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":539,"Cost":379,"Date":"6/26/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":924,"Cost":654,"Date":"7/23/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":481,"Cost":312,"Date":"11/21/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":500,"Cost":315,"Date":"11/26/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":484,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":300,"Date":"5/21/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":241,"Date":"9/28/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":386,"Date":"1/3/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":522,"Cost":382,"Date":"2/2/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":831,"Cost":499,"Date":"3/18/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":307,"Cost":231,"Date":"10/14/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":858,"Cost":497,"Date":"2/16/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":704,"Cost":660,"Date":"6/7/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":498,"Date":"1/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":470,"Cost":362,"Date":"3/27/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":894,"Cost":822,"Date":"5/12/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":37,"Cost":18,"Date":"7/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":991,"Cost":937,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":473,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":381,"Cost":224,"Date":"1/17/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":765,"Cost":518,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":87,"Cost":68,"Date":"6/6/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":86,"Cost":64,"Date":"6/16/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":869,"Cost":439,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":331,"Cost":190,"Date":"11/19/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":784,"Cost":423,"Date":"12/28/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":647,"Cost":527,"Date":"2/4/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":823,"Cost":528,"Date":"3/8/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":473,"Date":"12/18/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":30,"Cost":19,"Date":"3/31/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":183,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":648,"Cost":340,"Date":"6/26/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":553,"Date":"7/23/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":154,"Cost":89,"Date":"11/21/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":534,"Cost":483,"Date":"11/26/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":298,"Cost":199,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":813,"Cost":556,"Date":"5/21/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":29,"Cost":24,"Date":"9/28/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":831,"Cost":653,"Date":"1/3/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":125,"Cost":101,"Date":"2/2/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":380,"Cost":228,"Date":"3/18/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":514,"Cost":347,"Date":"10/14/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":82,"Cost":76,"Date":"2/16/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":870,"Cost":652,"Date":"6/7/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":413,"Date":"1/28/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":578,"Date":"3/27/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":377,"Date":"5/12/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":748,"Date":"7/28/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":650,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":178,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":390,"Cost":231,"Date":"1/17/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":610,"Cost":562,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":366,"Date":"6/6/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":109,"Date":"6/16/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":370,"Cost":330,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":876,"Cost":797,"Date":"11/19/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":432,"Date":"12/28/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":146,"Date":"2/4/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":709,"Date":"3/8/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":279,"Date":"12/18/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":833,"Cost":511,"Date":"3/31/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":502,"Cost":464,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":296,"Date":"6/26/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":516,"Cost":480,"Date":"7/23/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":5,"Cost":3,"Date":"11/21/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":449,"Date":"11/26/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":519,"Cost":481,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":69,"Date":"5/21/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":42,"Date":"9/28/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":840,"Date":"1/3/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":501,"Date":"2/2/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":969,"Cost":574,"Date":"3/18/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":136,"Date":"10/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":248,"Cost":143,"Date":"2/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":802,"Cost":746,"Date":"6/7/2018"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":32,"Cost":20,"Date":"1/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":257,"Date":"3/27/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":668,"Date":"5/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":182,"Date":"7/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":31,"Cost":18,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":163,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":364,"Date":"1/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":729,"Cost":447,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":780,"Cost":396,"Date":"6/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":64,"Date":"6/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":738,"Cost":385,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":987,"Cost":756,"Date":"11/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":193,"Cost":182,"Date":"12/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":687,"Cost":515,"Date":"2/4/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":886,"Cost":807,"Date":"3/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":112,"Date":"12/18/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":936,"Cost":881,"Date":"3/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":558,"Cost":347,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":515,"Cost":479,"Date":"6/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":959,"Cost":572,"Date":"7/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":12,"Cost":10,"Date":"11/21/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":554,"Date":"11/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":984,"Cost":719,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":906,"Cost":803,"Date":"5/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":721,"Cost":592,"Date":"9/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":15,"Cost":13,"Date":"1/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":281,"Date":"2/2/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":96,"Date":"3/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":433,"Cost":255,"Date":"10/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":334,"Date":"2/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":215,"Date":"6/7/2018"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":895,"Cost":814,"Date":"1/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":793,"Cost":553,"Date":"3/27/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":223,"Cost":160,"Date":"5/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":579,"Date":"7/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":518,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":931,"Cost":715,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":442,"Cost":413,"Date":"1/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":281,"Cost":186,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":445,"Date":"6/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":501,"Date":"6/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":733,"Cost":500,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":314,"Cost":289,"Date":"11/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":622,"Cost":463,"Date":"12/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":251,"Cost":156,"Date":"2/4/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":471,"Cost":334,"Date":"3/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"12/18/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":631,"Cost":570,"Date":"3/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":466,"Cost":396,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":605,"Cost":353,"Date":"6/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":688,"Cost":576,"Date":"7/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":126,"Cost":88,"Date":"11/21/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":3,"Date":"11/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":938,"Cost":478,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":613,"Cost":466,"Date":"5/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":404,"Cost":355,"Date":"9/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":764,"Cost":392,"Date":"1/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":185,"Date":"2/2/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":21,"Cost":13,"Date":"3/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":522,"Cost":449,"Date":"10/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":568,"Cost":478,"Date":"2/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":236,"Date":"6/7/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":577,"Cost":339,"Date":"1/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":545,"Cost":317,"Date":"3/27/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":265,"Cost":200,"Date":"5/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":201,"Cost":101,"Date":"7/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":604,"Cost":521,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":753,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":239,"Cost":217,"Date":"1/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":685,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":643,"Cost":472,"Date":"6/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":214,"Cost":200,"Date":"6/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":661,"Cost":348,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":450,"Cost":301,"Date":"11/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":640,"Cost":563,"Date":"12/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":274,"Cost":205,"Date":"2/4/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":25,"Cost":17,"Date":"3/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":561,"Cost":452,"Date":"12/18/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":969,"Cost":576,"Date":"3/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":66,"Cost":57,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":626,"Cost":473,"Date":"6/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":70,"Cost":57,"Date":"7/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"11/21/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":267,"Date":"11/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":290,"Cost":244,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":482,"Cost":269,"Date":"5/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":147,"Cost":109,"Date":"9/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":854,"Cost":589,"Date":"1/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":457,"Cost":255,"Date":"2/2/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":795,"Cost":710,"Date":"3/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":828,"Cost":624,"Date":"10/14/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":934,"Cost":619,"Date":"2/16/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":855,"Cost":511,"Date":"6/7/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":682,"Cost":583,"Date":"1/28/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":179,"Cost":108,"Date":"3/27/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":193,"Cost":172,"Date":"5/12/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":262,"Cost":224,"Date":"7/28/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":74,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":100,"Cost":60,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":557,"Date":"1/17/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":715,"Cost":617,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":862,"Cost":807,"Date":"6/6/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":960,"Cost":480,"Date":"6/16/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":842,"Cost":522,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":269,"Cost":204,"Date":"11/19/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":109,"Cost":84,"Date":"12/28/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":399,"Date":"2/4/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":356,"Date":"3/8/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":169,"Cost":146,"Date":"12/18/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":792,"Cost":646,"Date":"3/31/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":680,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":609,"Cost":531,"Date":"6/26/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":87,"Cost":72,"Date":"7/23/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":386,"Cost":273,"Date":"11/21/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":60,"Cost":43,"Date":"11/26/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":608,"Cost":449,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":407,"Cost":259,"Date":"5/21/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":91,"Date":"9/28/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":146,"Date":"1/3/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":317,"Date":"2/2/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":35,"Date":"3/18/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":141,"Cost":86,"Date":"10/14/2024"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":548,"Cost":347,"Date":"2/16/2018"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":307,"Date":"6/7/2018"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":142,"Cost":80,"Date":"1/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":749,"Date":"3/27/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":527,"Cost":342,"Date":"5/12/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":126,"Cost":112,"Date":"7/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":267,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":762,"Cost":406,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":296,"Cost":234,"Date":"1/17/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":99,"Cost":79,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":544,"Cost":424,"Date":"6/6/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":924,"Cost":676,"Date":"6/16/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":253,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":222,"Date":"11/19/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":912,"Cost":507,"Date":"12/28/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":421,"Date":"2/4/2021"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":764,"Cost":471,"Date":"3/8/2021"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":368,"Date":"12/18/2021"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":264,"Cost":237,"Date":"3/31/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":941,"Cost":663,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":119,"Cost":105,"Date":"6/26/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":987,"Cost":604,"Date":"7/23/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":486,"Date":"11/21/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":331,"Cost":207,"Date":"11/26/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":662,"Cost":548,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":549,"Cost":494,"Date":"5/21/2023"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":783,"Cost":425,"Date":"9/28/2023"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":809,"Cost":599,"Date":"1/3/2024"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":273,"Date":"2/2/2024"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":793,"Cost":504,"Date":"3/18/2024"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":755,"Cost":518,"Date":"10/14/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":138,"Cost":95,"Date":"2/16/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":366,"Cost":308,"Date":"6/7/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":524,"Cost":314,"Date":"1/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":183,"Cost":173,"Date":"3/27/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":100,"Cost":50,"Date":"5/12/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":97,"Date":"7/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":466,"Cost":434,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":629,"Cost":358,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":905,"Cost":852,"Date":"1/17/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":511,"Cost":379,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":411,"Cost":312,"Date":"6/6/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":189,"Cost":104,"Date":"6/16/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":543,"Cost":511,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":895,"Cost":793,"Date":"11/19/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":326,"Cost":188,"Date":"12/28/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":592,"Cost":494,"Date":"2/4/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":775,"Cost":733,"Date":"3/8/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":85,"Date":"12/18/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":49,"Cost":42,"Date":"3/31/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":8,"Cost":5,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":768,"Cost":400,"Date":"6/26/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":394,"Cost":366,"Date":"7/23/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":964,"Cost":622,"Date":"11/21/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":433,"Cost":363,"Date":"11/26/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":561,"Cost":362,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":159,"Cost":115,"Date":"5/21/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":572,"Cost":365,"Date":"9/28/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":946,"Cost":559,"Date":"1/3/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":608,"Cost":550,"Date":"2/2/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":76,"Date":"3/18/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":202,"Date":"10/14/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":361,"Date":"2/16/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":693,"Cost":509,"Date":"6/7/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":771,"Cost":566,"Date":"1/28/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":612,"Cost":391,"Date":"3/27/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":552,"Cost":395,"Date":"5/12/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":240,"Date":"7/28/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":386,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":248,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":582,"Cost":452,"Date":"1/17/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":239,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":926,"Cost":761,"Date":"6/6/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":412,"Cost":231,"Date":"6/16/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":167,"Cost":95,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":917,"Cost":848,"Date":"11/19/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":982,"Cost":757,"Date":"12/28/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":133,"Cost":83,"Date":"2/4/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":158,"Cost":114,"Date":"3/8/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":846,"Cost":781,"Date":"12/18/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":698,"Cost":445,"Date":"3/31/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":399,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":785,"Cost":626,"Date":"6/26/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":246,"Date":"7/23/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":621,"Cost":345,"Date":"11/21/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":12,"Cost":11,"Date":"11/26/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":820,"Cost":673,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":82,"Cost":65,"Date":"5/21/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":100,"Cost":76,"Date":"9/28/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":137,"Cost":95,"Date":"1/3/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":747,"Cost":597,"Date":"2/2/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":372,"Cost":213,"Date":"3/18/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":388,"Date":"10/14/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":648,"Cost":520,"Date":"2/16/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":93,"Date":"6/7/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":137,"Cost":83,"Date":"1/28/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":897,"Cost":632,"Date":"3/27/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":686,"Cost":631,"Date":"5/12/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":135,"Date":"7/28/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":309,"Cost":215,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":226,"Cost":133,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":228,"Cost":205,"Date":"1/17/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":489,"Cost":340,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":495,"Cost":310,"Date":"6/6/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":71,"Date":"6/16/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":463,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":114,"Cost":84,"Date":"11/19/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":796,"Cost":478,"Date":"12/28/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":285,"Date":"2/4/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":541,"Cost":430,"Date":"3/8/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":653,"Cost":619,"Date":"12/18/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":61,"Date":"3/31/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":390,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":970,"Cost":740,"Date":"6/26/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":427,"Date":"7/23/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":939,"Cost":683,"Date":"11/21/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":382,"Date":"11/26/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":562,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":175,"Cost":148,"Date":"5/21/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":450,"Date":"9/28/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":410,"Cost":272,"Date":"1/3/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":145,"Cost":85,"Date":"2/2/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":671,"Cost":338,"Date":"3/18/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":548,"Date":"10/14/2024"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":806,"Cost":538,"Date":"2/16/2018"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":186,"Cost":167,"Date":"6/7/2018"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":473,"Cost":308,"Date":"1/28/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":27,"Date":"3/27/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":638,"Date":"5/12/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":172,"Cost":125,"Date":"7/28/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":401,"Cost":302,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":286,"Cost":174,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":220,"Cost":145,"Date":"1/17/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":972,"Cost":712,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":221,"Cost":171,"Date":"6/6/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":628,"Cost":361,"Date":"6/16/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":650,"Cost":580,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":807,"Cost":467,"Date":"11/19/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":165,"Cost":149,"Date":"12/28/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":636,"Cost":575,"Date":"2/4/2021"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":686,"Cost":584,"Date":"3/8/2021"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":107,"Date":"12/18/2021"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":497,"Cost":288,"Date":"3/31/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":512,"Cost":397,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":565,"Cost":465,"Date":"6/26/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":712,"Cost":394,"Date":"7/23/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":203,"Cost":149,"Date":"11/21/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":140,"Date":"11/26/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":898,"Cost":736,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":319,"Date":"5/21/2023"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":747,"Cost":700,"Date":"9/28/2023"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":559,"Date":"1/3/2024"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":148,"Cost":90,"Date":"2/2/2024"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":641,"Cost":511,"Date":"3/18/2024"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":501,"Date":"10/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":802,"Cost":540,"Date":"2/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":720,"Cost":435,"Date":"6/7/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":578,"Date":"1/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":749,"Cost":648,"Date":"3/27/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":851,"Cost":596,"Date":"5/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":318,"Cost":244,"Date":"7/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":828,"Cost":569,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":461,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":996,"Cost":851,"Date":"1/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":632,"Cost":471,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":558,"Date":"6/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":583,"Date":"6/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":21,"Cost":16,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":47,"Cost":24,"Date":"11/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":421,"Date":"12/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":740,"Cost":529,"Date":"2/4/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":918,"Cost":784,"Date":"3/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":53,"Cost":46,"Date":"12/18/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":231,"Cost":181,"Date":"3/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":485,"Cost":449,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":171,"Cost":132,"Date":"6/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":635,"Date":"7/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":772,"Cost":454,"Date":"11/21/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":609,"Cost":493,"Date":"11/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":519,"Cost":330,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":940,"Cost":626,"Date":"5/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":555,"Cost":329,"Date":"9/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":189,"Cost":106,"Date":"1/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":638,"Date":"2/2/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":842,"Cost":622,"Date":"3/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":684,"Cost":346,"Date":"10/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":767,"Cost":476,"Date":"2/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":421,"Date":"6/7/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":395,"Cost":339,"Date":"1/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":673,"Cost":394,"Date":"3/27/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":329,"Cost":296,"Date":"5/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":840,"Cost":654,"Date":"7/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":99,"Cost":51,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":574,"Cost":389,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":141,"Cost":91,"Date":"1/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":296,"Cost":278,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":981,"Cost":897,"Date":"6/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":997,"Cost":870,"Date":"6/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":604,"Cost":557,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":376,"Date":"11/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":96,"Cost":55,"Date":"12/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":543,"Cost":458,"Date":"2/4/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":975,"Cost":728,"Date":"3/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":996,"Cost":549,"Date":"12/18/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":298,"Cost":214,"Date":"3/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":575,"Cost":308,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":671,"Cost":411,"Date":"6/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":616,"Cost":396,"Date":"7/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":119,"Cost":110,"Date":"11/21/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":999,"Cost":595,"Date":"11/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":367,"Cost":216,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":504,"Cost":332,"Date":"5/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":332,"Cost":261,"Date":"9/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":841,"Cost":455,"Date":"1/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":181,"Date":"2/2/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":449,"Cost":399,"Date":"3/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":91,"Date":"10/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":897,"Cost":815,"Date":"2/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":29,"Cost":22,"Date":"6/7/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":989,"Cost":711,"Date":"1/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":204,"Cost":192,"Date":"3/27/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":111,"Cost":78,"Date":"5/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":259,"Cost":143,"Date":"7/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":826,"Cost":626,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":953,"Cost":815,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":934,"Cost":633,"Date":"1/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":375,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":612,"Cost":375,"Date":"6/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":327,"Cost":174,"Date":"6/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":876,"Cost":658,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":884,"Cost":788,"Date":"11/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":741,"Cost":404,"Date":"12/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":819,"Cost":770,"Date":"2/4/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":884,"Cost":507,"Date":"3/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":35,"Cost":21,"Date":"12/18/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":405,"Date":"3/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":788,"Cost":512,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":984,"Cost":890,"Date":"6/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":16,"Cost":12,"Date":"7/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":263,"Cost":142,"Date":"11/21/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":748,"Cost":624,"Date":"11/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":248,"Cost":146,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":659,"Cost":588,"Date":"5/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":523,"Cost":358,"Date":"9/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":465,"Cost":370,"Date":"1/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":660,"Cost":473,"Date":"2/2/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":11,"Cost":5,"Date":"3/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":347,"Cost":223,"Date":"10/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":507,"Date":"2/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":634,"Cost":529,"Date":"6/7/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":416,"Cost":303,"Date":"1/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":334,"Date":"3/27/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":542,"Cost":358,"Date":"5/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":839,"Cost":708,"Date":"7/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":531,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":164,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":323,"Cost":274,"Date":"1/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":75,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":744,"Cost":612,"Date":"6/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":663,"Cost":500,"Date":"6/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":971,"Cost":863,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":203,"Date":"11/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":499,"Cost":268,"Date":"12/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":553,"Date":"2/4/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":718,"Date":"3/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":494,"Cost":313,"Date":"12/18/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":531,"Cost":426,"Date":"3/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":629,"Cost":594,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":101,"Date":"6/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":825,"Cost":741,"Date":"7/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":123,"Cost":83,"Date":"11/21/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":26,"Cost":21,"Date":"11/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":402,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":337,"Cost":211,"Date":"5/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":392,"Date":"9/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":253,"Cost":157,"Date":"1/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":833,"Cost":419,"Date":"2/2/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":404,"Date":"3/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":284,"Date":"10/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":669,"Cost":440,"Date":"2/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":954,"Cost":589,"Date":"6/7/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":227,"Date":"1/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":953,"Cost":576,"Date":"3/27/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":464,"Date":"5/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":371,"Cost":313,"Date":"7/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":695,"Cost":475,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":667,"Cost":429,"Date":"1/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":215,"Cost":194,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":995,"Cost":653,"Date":"6/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":592,"Cost":321,"Date":"6/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":261,"Cost":186,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":937,"Cost":727,"Date":"11/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":16,"Date":"12/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":165,"Cost":128,"Date":"2/4/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":565,"Cost":438,"Date":"3/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":125,"Cost":101,"Date":"12/18/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":40,"Date":"3/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":279,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":363,"Cost":273,"Date":"6/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":830,"Cost":664,"Date":"7/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":176,"Cost":150,"Date":"11/21/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":371,"Date":"11/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":839,"Cost":608,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":259,"Cost":138,"Date":"5/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":187,"Cost":130,"Date":"9/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":7,"Cost":3,"Date":"1/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":160,"Cost":100,"Date":"2/2/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":489,"Cost":283,"Date":"3/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":976,"Cost":708,"Date":"10/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":985,"Cost":661,"Date":"2/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":373,"Date":"6/7/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":785,"Cost":716,"Date":"1/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":578,"Cost":536,"Date":"3/27/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":350,"Cost":218,"Date":"5/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":236,"Cost":209,"Date":"7/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":484,"Cost":365,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":358,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":13,"Date":"1/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":519,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":84,"Cost":80,"Date":"6/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":906,"Cost":500,"Date":"6/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":379,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":573,"Cost":329,"Date":"11/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":978,"Cost":544,"Date":"12/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":95,"Cost":70,"Date":"2/4/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":227,"Cost":177,"Date":"3/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":554,"Date":"12/18/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":605,"Date":"3/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":292,"Cost":187,"Date":"6/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":264,"Cost":211,"Date":"7/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":673,"Cost":453,"Date":"11/21/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":180,"Date":"11/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":219,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":705,"Cost":637,"Date":"5/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":157,"Date":"9/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":344,"Date":"1/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":556,"Cost":405,"Date":"2/2/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"3/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":929,"Cost":507,"Date":"10/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":673,"Date":"2/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":64,"Date":"6/7/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":19,"Cost":15,"Date":"1/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":552,"Date":"3/27/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":950,"Cost":596,"Date":"5/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":458,"Cost":410,"Date":"7/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":864,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":790,"Cost":675,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":388,"Cost":260,"Date":"1/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":232,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":629,"Cost":410,"Date":"6/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":731,"Date":"6/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":348,"Cost":309,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":449,"Date":"11/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":407,"Cost":379,"Date":"12/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":712,"Cost":452,"Date":"2/4/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":495,"Date":"3/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":774,"Cost":396,"Date":"12/18/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":32,"Date":"3/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":461,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":249,"Cost":218,"Date":"6/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":305,"Date":"7/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":524,"Date":"11/21/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":962,"Cost":760,"Date":"11/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":404,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":923,"Cost":552,"Date":"5/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":506,"Cost":473,"Date":"9/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":251,"Date":"1/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":791,"Cost":609,"Date":"2/2/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":741,"Cost":653,"Date":"3/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":823,"Cost":540,"Date":"10/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":754,"Cost":455,"Date":"2/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":314,"Cost":169,"Date":"6/7/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":291,"Cost":165,"Date":"1/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":71,"Cost":55,"Date":"3/27/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":694,"Cost":563,"Date":"5/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":928,"Cost":523,"Date":"7/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":596,"Cost":554,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":206,"Cost":111,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":547,"Cost":433,"Date":"1/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":284,"Cost":181,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":36,"Cost":28,"Date":"6/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"6/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":206,"Cost":134,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":413,"Cost":361,"Date":"11/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":741,"Cost":634,"Date":"12/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":753,"Cost":574,"Date":"2/4/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":227,"Cost":203,"Date":"3/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":36,"Cost":35,"Date":"12/18/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":409,"Cost":344,"Date":"3/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":594,"Cost":441,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":203,"Cost":173,"Date":"6/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":493,"Cost":422,"Date":"7/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":926,"Cost":768,"Date":"11/21/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":830,"Cost":474,"Date":"11/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":347,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":691,"Cost":359,"Date":"5/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":230,"Cost":147,"Date":"9/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":503,"Date":"1/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":835,"Cost":689,"Date":"2/2/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":918,"Cost":772,"Date":"3/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":913,"Cost":474,"Date":"10/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":402,"Date":"2/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":830,"Date":"6/7/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":153,"Date":"1/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":471,"Date":"3/27/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":360,"Date":"5/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":106,"Date":"7/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":422,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":315,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":755,"Date":"1/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":186,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":178,"Cost":159,"Date":"6/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":491,"Cost":391,"Date":"6/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":735,"Cost":467,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":75,"Cost":47,"Date":"11/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":738,"Cost":381,"Date":"12/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":393,"Cost":245,"Date":"2/4/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":484,"Cost":296,"Date":"3/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":626,"Cost":392,"Date":"12/18/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":362,"Date":"3/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":481,"Cost":375,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":124,"Date":"6/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":310,"Cost":284,"Date":"7/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":109,"Date":"11/21/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":500,"Date":"11/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":136,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":846,"Cost":623,"Date":"5/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":864,"Date":"9/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":983,"Cost":771,"Date":"1/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":620,"Cost":354,"Date":"2/2/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":303,"Cost":222,"Date":"3/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":397,"Date":"10/14/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":215,"Date":"2/16/2018"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":730,"Cost":625,"Date":"6/7/2018"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":258,"Date":"1/28/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":340,"Cost":172,"Date":"3/27/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":532,"Date":"5/12/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":697,"Date":"7/28/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":131,"Cost":94,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":221,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":315,"Cost":201,"Date":"1/17/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":283,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":946,"Cost":478,"Date":"6/6/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":284,"Date":"6/16/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":180,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":826,"Cost":522,"Date":"11/19/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":482,"Date":"12/28/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":116,"Cost":90,"Date":"2/4/2021"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":444,"Date":"3/8/2021"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":189,"Date":"12/18/2021"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":968,"Cost":524,"Date":"3/31/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":524,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":187,"Cost":164,"Date":"6/26/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":553,"Date":"7/23/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":231,"Date":"11/21/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":166,"Cost":122,"Date":"11/26/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":97,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":607,"Cost":432,"Date":"5/21/2023"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":104,"Cost":83,"Date":"9/28/2023"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":853,"Cost":525,"Date":"1/3/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":876,"Cost":670,"Date":"2/2/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":156,"Cost":142,"Date":"3/18/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":536,"Cost":366,"Date":"10/14/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":805,"Cost":561,"Date":"2/16/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":251,"Date":"6/7/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":645,"Date":"1/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":250,"Cost":220,"Date":"3/27/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":212,"Date":"5/12/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":919,"Cost":581,"Date":"7/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":327,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":576,"Cost":433,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":741,"Date":"1/17/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":265,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":362,"Cost":240,"Date":"6/6/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":652,"Cost":481,"Date":"6/16/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":875,"Cost":716,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":471,"Date":"11/19/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":498,"Date":"12/28/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":740,"Cost":413,"Date":"2/4/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":194,"Date":"3/8/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":27,"Cost":25,"Date":"12/18/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":486,"Date":"3/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":222,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":427,"Date":"6/26/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":483,"Date":"7/23/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":88,"Date":"11/21/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":116,"Date":"11/26/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":652,"Cost":415,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":232,"Cost":191,"Date":"5/21/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":983,"Cost":677,"Date":"9/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":133,"Date":"1/3/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":365,"Date":"2/2/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":598,"Date":"3/18/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":440,"Date":"10/14/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":246,"Date":"2/16/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":853,"Cost":757,"Date":"6/7/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":391,"Cost":338,"Date":"1/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":512,"Cost":474,"Date":"3/27/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":218,"Date":"5/12/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":747,"Cost":586,"Date":"7/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":33,"Cost":18,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":114,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":466,"Date":"1/17/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":246,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":274,"Date":"6/6/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":503,"Cost":363,"Date":"6/16/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":576,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":773,"Cost":395,"Date":"11/19/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":189,"Date":"12/28/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":340,"Date":"2/4/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":952,"Cost":604,"Date":"3/8/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":507,"Date":"12/18/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":604,"Cost":453,"Date":"3/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":130,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":434,"Cost":335,"Date":"6/26/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":824,"Cost":489,"Date":"7/23/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":348,"Date":"11/21/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":909,"Cost":737,"Date":"11/26/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":169,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":475,"Date":"5/21/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":846,"Cost":550,"Date":"9/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":320,"Cost":183,"Date":"1/3/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":61,"Date":"2/2/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":790,"Date":"3/18/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":703,"Cost":645,"Date":"10/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":904,"Cost":635,"Date":"2/16/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":774,"Cost":603,"Date":"6/7/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":630,"Cost":528,"Date":"1/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":237,"Cost":197,"Date":"3/27/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":495,"Cost":293,"Date":"5/12/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":280,"Date":"7/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":49,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":502,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":149,"Date":"1/17/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":565,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":595,"Date":"6/6/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":625,"Cost":345,"Date":"6/16/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":248,"Cost":204,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":192,"Cost":101,"Date":"11/19/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":938,"Cost":729,"Date":"12/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":482,"Cost":331,"Date":"2/4/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":705,"Cost":571,"Date":"3/8/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":397,"Cost":303,"Date":"12/18/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":978,"Cost":892,"Date":"3/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":101,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":422,"Cost":302,"Date":"6/26/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":349,"Date":"7/23/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":122,"Cost":96,"Date":"11/21/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":710,"Cost":411,"Date":"11/26/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":662,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":178,"Cost":165,"Date":"5/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":355,"Cost":287,"Date":"9/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":44,"Date":"1/3/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":669,"Date":"2/2/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":319,"Cost":249,"Date":"3/18/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":468,"Cost":380,"Date":"10/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":424,"Cost":352,"Date":"2/16/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":258,"Date":"6/7/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":535,"Date":"1/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":95,"Cost":64,"Date":"3/27/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":479,"Cost":337,"Date":"5/12/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":969,"Cost":904,"Date":"7/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":65,"Cost":43,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":21,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":836,"Cost":561,"Date":"1/17/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":478,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":790,"Date":"6/6/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":926,"Cost":810,"Date":"6/16/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":186,"Cost":150,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":541,"Cost":420,"Date":"11/19/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":494,"Cost":426,"Date":"12/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":289,"Date":"2/4/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":20,"Cost":15,"Date":"3/8/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":13,"Date":"12/18/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":936,"Cost":825,"Date":"3/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":243,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":56,"Date":"6/26/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":646,"Cost":474,"Date":"7/23/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":195,"Date":"11/21/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":437,"Date":"11/26/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":185,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":52,"Cost":42,"Date":"5/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":863,"Cost":592,"Date":"9/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":381,"Cost":356,"Date":"1/3/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":737,"Date":"2/2/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":877,"Cost":515,"Date":"3/18/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":218,"Date":"10/14/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":842,"Date":"2/16/2018"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":488,"Cost":373,"Date":"6/7/2018"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":623,"Date":"1/28/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":424,"Cost":372,"Date":"3/27/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":46,"Cost":29,"Date":"5/12/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":86,"Date":"7/28/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":72,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":317,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":686,"Cost":400,"Date":"1/17/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":289,"Cost":183,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":574,"Cost":305,"Date":"6/6/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":444,"Cost":392,"Date":"6/16/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":787,"Cost":556,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":806,"Cost":637,"Date":"11/19/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":560,"Cost":396,"Date":"12/28/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":972,"Cost":852,"Date":"2/4/2021"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":828,"Cost":614,"Date":"3/8/2021"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":311,"Cost":205,"Date":"12/18/2021"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":288,"Cost":160,"Date":"3/31/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":355,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":418,"Cost":236,"Date":"6/26/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":572,"Date":"7/23/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":437,"Date":"11/21/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":669,"Cost":572,"Date":"11/26/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":171,"Cost":106,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":409,"Date":"5/21/2023"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":357,"Cost":271,"Date":"9/28/2023"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":267,"Date":"1/3/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":89,"Cost":59,"Date":"2/2/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":396,"Cost":309,"Date":"3/18/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":657,"Cost":391,"Date":"10/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":273,"Cost":161,"Date":"2/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":79,"Cost":72,"Date":"6/7/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":726,"Cost":673,"Date":"1/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":423,"Cost":266,"Date":"3/27/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":610,"Cost":461,"Date":"5/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":26,"Cost":22,"Date":"7/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":933,"Cost":687,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":335,"Cost":224,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":603,"Cost":396,"Date":"1/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":336,"Cost":265,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":368,"Cost":288,"Date":"6/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":504,"Cost":367,"Date":"6/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":516,"Cost":434,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":863,"Cost":543,"Date":"11/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":469,"Cost":412,"Date":"12/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":769,"Cost":451,"Date":"2/4/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":356,"Cost":186,"Date":"3/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":649,"Cost":405,"Date":"12/18/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":514,"Date":"3/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":587,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":20,"Cost":13,"Date":"6/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":898,"Cost":590,"Date":"7/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":32,"Date":"11/21/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":823,"Cost":571,"Date":"11/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":112,"Cost":73,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":746,"Cost":495,"Date":"5/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":910,"Cost":536,"Date":"9/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":852,"Cost":661,"Date":"1/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":511,"Cost":263,"Date":"2/2/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":12,"Cost":12,"Date":"3/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":303,"Cost":256,"Date":"10/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":895,"Cost":698,"Date":"2/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":265,"Date":"6/7/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":920,"Cost":511,"Date":"1/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":142,"Cost":107,"Date":"3/27/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":551,"Cost":416,"Date":"5/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":550,"Date":"7/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":340,"Cost":190,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":390,"Cost":313,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":346,"Cost":185,"Date":"1/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":242,"Cost":189,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":790,"Cost":649,"Date":"6/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":351,"Date":"6/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":313,"Cost":205,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":32,"Cost":27,"Date":"11/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":784,"Cost":656,"Date":"12/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":419,"Cost":224,"Date":"2/4/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":883,"Cost":786,"Date":"3/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":773,"Cost":604,"Date":"12/18/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":305,"Date":"3/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":325,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":962,"Cost":484,"Date":"6/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":97,"Cost":63,"Date":"7/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":434,"Date":"11/21/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":813,"Cost":694,"Date":"11/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":988,"Cost":777,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":283,"Cost":254,"Date":"5/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":623,"Cost":451,"Date":"9/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":257,"Cost":242,"Date":"1/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":266,"Cost":161,"Date":"2/2/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":770,"Cost":433,"Date":"3/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":872,"Cost":751,"Date":"10/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":667,"Date":"2/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":919,"Cost":524,"Date":"6/7/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":984,"Cost":497,"Date":"1/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":374,"Date":"3/27/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":611,"Cost":566,"Date":"5/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":593,"Cost":326,"Date":"7/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":958,"Cost":831,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":108,"Cost":76,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":697,"Date":"1/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":426,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":119,"Date":"6/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":877,"Date":"6/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":150,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":38,"Date":"11/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":648,"Cost":484,"Date":"12/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":64,"Date":"2/4/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":794,"Date":"3/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":563,"Date":"12/18/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":843,"Cost":660,"Date":"3/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":419,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":215,"Date":"6/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":26,"Date":"7/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":795,"Cost":630,"Date":"11/21/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":338,"Date":"11/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":669,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":469,"Date":"5/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":180,"Cost":127,"Date":"9/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":261,"Cost":208,"Date":"1/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":915,"Cost":703,"Date":"2/2/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":410,"Cost":240,"Date":"3/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":631,"Date":"10/14/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":939,"Cost":780,"Date":"2/16/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":301,"Cost":282,"Date":"6/7/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":513,"Cost":472,"Date":"1/28/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":131,"Date":"3/27/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":153,"Cost":111,"Date":"5/12/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":175,"Cost":105,"Date":"7/28/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":408,"Cost":335,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":83,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":200,"Cost":114,"Date":"1/17/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":426,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":632,"Cost":518,"Date":"6/6/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":542,"Cost":428,"Date":"6/16/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":606,"Cost":454,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":558,"Cost":330,"Date":"11/19/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":74,"Cost":52,"Date":"12/28/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":225,"Date":"2/4/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":126,"Cost":87,"Date":"3/8/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":229,"Cost":155,"Date":"12/18/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":156,"Date":"3/31/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":991,"Cost":819,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":571,"Date":"6/26/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":245,"Cost":146,"Date":"7/23/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":597,"Cost":486,"Date":"11/21/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":160,"Cost":95,"Date":"11/26/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":774,"Cost":392,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":293,"Date":"5/21/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":115,"Cost":65,"Date":"9/28/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"1/3/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":641,"Date":"2/2/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":473,"Date":"3/18/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":344,"Cost":299,"Date":"10/14/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":558,"Cost":335,"Date":"2/16/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":281,"Cost":161,"Date":"6/7/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":155,"Date":"1/28/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":495,"Date":"3/27/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":306,"Date":"5/12/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":448,"Cost":319,"Date":"7/28/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":683,"Cost":643,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":577,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":147,"Date":"1/17/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":888,"Cost":725,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":18,"Date":"6/6/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":179,"Cost":112,"Date":"6/16/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":423,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":169,"Cost":131,"Date":"11/19/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":385,"Date":"12/28/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":406,"Cost":310,"Date":"2/4/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":56,"Date":"3/8/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":608,"Cost":553,"Date":"12/18/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":379,"Date":"3/31/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":19,"Cost":18,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":223,"Date":"6/26/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":536,"Date":"7/23/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":35,"Date":"11/21/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":178,"Date":"11/26/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":15,"Cost":12,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":509,"Date":"5/21/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":473,"Date":"9/28/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":774,"Cost":659,"Date":"1/3/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":535,"Cost":404,"Date":"2/2/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":810,"Cost":745,"Date":"3/18/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":48,"Cost":36,"Date":"10/14/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":235,"Cost":142,"Date":"2/16/2018"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":300,"Cost":153,"Date":"6/7/2018"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":268,"Cost":239,"Date":"1/28/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":573,"Cost":343,"Date":"3/27/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":724,"Cost":506,"Date":"5/12/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":344,"Cost":174,"Date":"7/28/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":664,"Cost":572,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":655,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":178,"Cost":123,"Date":"1/17/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":825,"Cost":580,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":24,"Cost":15,"Date":"6/6/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":509,"Cost":463,"Date":"6/16/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":94,"Cost":79,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":870,"Cost":598,"Date":"11/19/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":333,"Cost":181,"Date":"12/28/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":181,"Cost":130,"Date":"2/4/2021"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":344,"Date":"3/8/2021"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":424,"Cost":388,"Date":"12/18/2021"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":951,"Cost":871,"Date":"3/31/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":229,"Cost":209,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":579,"Cost":317,"Date":"6/26/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":555,"Cost":318,"Date":"7/23/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":393,"Date":"11/21/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":21,"Cost":14,"Date":"11/26/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":384,"Cost":194,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":976,"Cost":870,"Date":"5/21/2023"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":57,"Cost":52,"Date":"9/28/2023"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":955,"Cost":694,"Date":"1/3/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":768,"Cost":464,"Date":"2/2/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":740,"Cost":472,"Date":"3/18/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":922,"Cost":842,"Date":"10/14/2024"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":300,"Date":"2/16/2018"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":933,"Cost":679,"Date":"6/7/2018"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":696,"Cost":434,"Date":"1/28/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":453,"Date":"3/27/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":657,"Cost":333,"Date":"5/12/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":395,"Cost":244,"Date":"7/28/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":513,"Cost":431,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":124,"Cost":69,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":233,"Date":"1/17/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":957,"Cost":637,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":110,"Cost":66,"Date":"6/6/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":595,"Date":"6/16/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":721,"Cost":569,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":185,"Date":"11/19/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":183,"Date":"12/28/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":586,"Date":"2/4/2021"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":807,"Cost":738,"Date":"3/8/2021"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":9,"Date":"12/18/2021"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":659,"Date":"3/31/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":552,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":279,"Cost":158,"Date":"6/26/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":243,"Cost":182,"Date":"7/23/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":537,"Cost":381,"Date":"11/21/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":794,"Cost":570,"Date":"11/26/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":17,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":257,"Date":"5/21/2023"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":319,"Date":"9/28/2023"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":914,"Cost":603,"Date":"1/3/2024"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":222,"Cost":188,"Date":"2/2/2024"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":433,"Cost":276,"Date":"3/18/2024"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":908,"Cost":820,"Date":"10/14/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":285,"Cost":199,"Date":"2/16/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":671,"Cost":627,"Date":"6/7/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":923,"Cost":674,"Date":"1/28/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":547,"Cost":364,"Date":"3/27/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":837,"Cost":691,"Date":"5/12/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":165,"Cost":136,"Date":"7/28/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":567,"Cost":350,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":764,"Cost":468,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"1/17/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":799,"Cost":438,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":375,"Date":"6/6/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":551,"Cost":501,"Date":"6/16/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":897,"Cost":766,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":649,"Date":"11/19/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":616,"Cost":314,"Date":"12/28/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":842,"Cost":523,"Date":"2/4/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":936,"Cost":535,"Date":"3/8/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":835,"Cost":720,"Date":"12/18/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":197,"Cost":126,"Date":"3/31/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":153,"Cost":94,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":580,"Cost":355,"Date":"6/26/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":922,"Cost":481,"Date":"7/23/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":726,"Cost":500,"Date":"11/21/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":386,"Date":"11/26/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":972,"Cost":729,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":346,"Date":"5/21/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":391,"Cost":217,"Date":"9/28/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":832,"Cost":454,"Date":"1/3/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":17,"Cost":15,"Date":"2/2/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":640,"Cost":599,"Date":"3/18/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":143,"Cost":83,"Date":"10/14/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":409,"Cost":256,"Date":"2/16/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":159,"Date":"6/7/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":479,"Cost":300,"Date":"1/28/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":129,"Date":"3/27/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":35,"Date":"5/12/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":912,"Cost":744,"Date":"7/28/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":627,"Cost":480,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":972,"Cost":920,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":358,"Date":"1/17/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":236,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":983,"Cost":875,"Date":"6/6/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":443,"Date":"6/16/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":933,"Cost":819,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":586,"Cost":517,"Date":"11/19/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":742,"Cost":441,"Date":"12/28/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":827,"Cost":695,"Date":"2/4/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":127,"Date":"3/8/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":872,"Cost":675,"Date":"12/18/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":274,"Date":"3/31/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":31,"Cost":20,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":219,"Cost":128,"Date":"6/26/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":156,"Cost":133,"Date":"7/23/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":232,"Date":"11/21/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":70,"Date":"11/26/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":81,"Cost":63,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":935,"Cost":797,"Date":"5/21/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":694,"Cost":389,"Date":"9/28/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":698,"Cost":488,"Date":"1/3/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":568,"Cost":329,"Date":"2/2/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":9,"Cost":7,"Date":"3/18/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":407,"Cost":348,"Date":"10/14/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":88,"Date":"2/16/2018"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":804,"Cost":596,"Date":"6/7/2018"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":562,"Cost":465,"Date":"1/28/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":932,"Cost":837,"Date":"3/27/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":570,"Cost":454,"Date":"5/12/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":803,"Cost":637,"Date":"7/28/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":847,"Cost":618,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":468,"Cost":439,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":732,"Cost":475,"Date":"1/17/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":193,"Cost":103,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":116,"Cost":83,"Date":"6/6/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":604,"Cost":534,"Date":"6/16/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":223,"Cost":149,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":705,"Date":"11/19/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":656,"Cost":536,"Date":"12/28/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":325,"Cost":303,"Date":"2/4/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":327,"Cost":233,"Date":"3/8/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":240,"Cost":211,"Date":"12/18/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":616,"Date":"3/31/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":101,"Cost":61,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":874,"Date":"6/26/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":154,"Cost":110,"Date":"7/23/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":483,"Cost":254,"Date":"11/21/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":906,"Cost":685,"Date":"11/26/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":665,"Cost":360,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":653,"Cost":543,"Date":"5/21/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":302,"Date":"9/28/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":838,"Cost":493,"Date":"1/3/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":530,"Cost":358,"Date":"2/2/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":258,"Date":"3/18/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":678,"Cost":584,"Date":"10/14/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":176,"Cost":100,"Date":"2/16/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":56,"Date":"6/7/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":86,"Date":"1/28/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":415,"Date":"3/27/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":442,"Cost":370,"Date":"5/12/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":319,"Date":"7/28/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":338,"Cost":293,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":107,"Cost":88,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":336,"Cost":316,"Date":"1/17/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":974,"Cost":855,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":130,"Cost":115,"Date":"6/6/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":427,"Cost":293,"Date":"6/16/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":150,"Cost":91,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":637,"Cost":484,"Date":"11/19/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":591,"Cost":322,"Date":"12/28/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":527,"Cost":429,"Date":"2/4/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":841,"Cost":638,"Date":"3/8/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":808,"Cost":473,"Date":"12/18/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":464,"Cost":265,"Date":"3/31/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":758,"Cost":614,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":446,"Cost":248,"Date":"6/26/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":33,"Cost":16,"Date":"7/23/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":675,"Cost":455,"Date":"11/21/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":274,"Date":"11/26/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":232,"Cost":201,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":585,"Cost":322,"Date":"5/21/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":906,"Cost":807,"Date":"9/28/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":210,"Cost":194,"Date":"1/3/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":696,"Cost":479,"Date":"2/2/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":223,"Date":"3/18/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":613,"Cost":558,"Date":"10/14/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":33,"Date":"2/16/2018"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":145,"Cost":129,"Date":"6/7/2018"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":989,"Cost":697,"Date":"1/28/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":911,"Cost":664,"Date":"3/27/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":58,"Cost":52,"Date":"5/12/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":28,"Cost":17,"Date":"7/28/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":353,"Cost":260,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":957,"Cost":659,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":169,"Cost":115,"Date":"1/17/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":859,"Cost":530,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":26,"Cost":24,"Date":"6/6/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":195,"Cost":104,"Date":"6/16/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":879,"Cost":661,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":307,"Cost":166,"Date":"11/19/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":288,"Cost":238,"Date":"12/28/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":247,"Date":"2/4/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":106,"Date":"3/8/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":837,"Cost":697,"Date":"12/18/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":152,"Cost":96,"Date":"3/31/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":584,"Cost":540,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":924,"Cost":464,"Date":"6/26/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":979,"Cost":695,"Date":"7/23/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":135,"Cost":106,"Date":"11/21/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":818,"Cost":676,"Date":"11/26/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":400,"Cost":272,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":658,"Cost":590,"Date":"5/21/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":593,"Date":"9/28/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":971,"Cost":527,"Date":"1/3/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":564,"Cost":359,"Date":"2/2/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":917,"Cost":540,"Date":"3/18/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":460,"Cost":289,"Date":"10/14/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":360,"Cost":333,"Date":"2/16/2018"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":490,"Date":"6/7/2018"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":952,"Cost":869,"Date":"1/28/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":316,"Cost":230,"Date":"3/27/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":782,"Cost":619,"Date":"5/12/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":416,"Date":"7/28/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":84,"Cost":74,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":286,"Cost":265,"Date":"1/17/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":548,"Cost":469,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":435,"Cost":235,"Date":"6/6/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":309,"Date":"6/16/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":388,"Cost":221,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":451,"Date":"11/19/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":805,"Date":"12/28/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":448,"Cost":388,"Date":"2/4/2021"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":268,"Cost":150,"Date":"3/8/2021"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":857,"Cost":522,"Date":"12/18/2021"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":529,"Date":"3/31/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":842,"Cost":456,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":854,"Cost":502,"Date":"6/26/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":333,"Cost":278,"Date":"7/23/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":630,"Cost":401,"Date":"11/21/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":708,"Cost":562,"Date":"11/26/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":265,"Cost":234,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":405,"Cost":366,"Date":"5/21/2023"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":65,"Cost":61,"Date":"9/28/2023"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":185,"Cost":121,"Date":"1/3/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":900,"Cost":451,"Date":"2/2/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":335,"Cost":291,"Date":"3/18/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":819,"Cost":726,"Date":"10/14/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":61,"Date":"2/16/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":482,"Cost":450,"Date":"6/7/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":840,"Cost":477,"Date":"1/28/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":62,"Cost":57,"Date":"3/27/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":664,"Cost":415,"Date":"5/12/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":845,"Cost":701,"Date":"7/28/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":48,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":126,"Cost":69,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":517,"Cost":352,"Date":"1/17/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":47,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":76,"Date":"6/6/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":386,"Cost":279,"Date":"6/16/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":45,"Cost":34,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":546,"Date":"11/19/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":526,"Cost":265,"Date":"12/28/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":543,"Date":"2/4/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":612,"Cost":308,"Date":"3/8/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":911,"Cost":542,"Date":"12/18/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":104,"Cost":93,"Date":"3/31/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":575,"Cost":441,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":948,"Cost":785,"Date":"6/26/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":384,"Date":"7/23/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":676,"Cost":340,"Date":"11/21/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":879,"Cost":766,"Date":"11/26/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":799,"Cost":502,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":395,"Date":"5/21/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":553,"Cost":486,"Date":"9/28/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":426,"Cost":249,"Date":"1/3/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":817,"Cost":563,"Date":"2/2/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":392,"Date":"3/18/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":934,"Cost":653,"Date":"10/14/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":243,"Cost":134,"Date":"2/16/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":158,"Date":"6/7/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":285,"Cost":257,"Date":"1/28/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":844,"Cost":490,"Date":"3/27/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":206,"Date":"5/12/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":19,"Cost":18,"Date":"7/28/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":262,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":693,"Cost":558,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":601,"Cost":469,"Date":"1/17/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":103,"Cost":94,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":838,"Cost":765,"Date":"6/6/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":593,"Cost":484,"Date":"6/16/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":657,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":829,"Cost":770,"Date":"11/19/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":427,"Date":"12/28/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":734,"Date":"2/4/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":508,"Cost":255,"Date":"3/8/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":84,"Date":"12/18/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":277,"Date":"3/31/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":470,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":488,"Cost":457,"Date":"6/26/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":933,"Cost":700,"Date":"7/23/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":634,"Cost":533,"Date":"11/21/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":672,"Cost":402,"Date":"11/26/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":213,"Cost":202,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":128,"Date":"5/21/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":168,"Cost":145,"Date":"9/28/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":496,"Cost":345,"Date":"1/3/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":109,"Cost":65,"Date":"2/2/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":568,"Cost":438,"Date":"3/18/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":150,"Date":"10/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":496,"Cost":462,"Date":"2/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":428,"Cost":323,"Date":"6/7/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":127,"Cost":107,"Date":"1/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":378,"Cost":342,"Date":"3/27/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":397,"Cost":319,"Date":"5/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":580,"Date":"7/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":573,"Cost":393,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":498,"Cost":412,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":733,"Cost":622,"Date":"1/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":202,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":91,"Cost":50,"Date":"6/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":425,"Cost":394,"Date":"6/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":674,"Cost":534,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":193,"Cost":172,"Date":"11/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":813,"Cost":770,"Date":"12/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":989,"Cost":578,"Date":"2/4/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":708,"Cost":609,"Date":"3/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":838,"Cost":654,"Date":"12/18/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":104,"Cost":94,"Date":"3/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":719,"Cost":461,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":904,"Cost":817,"Date":"6/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":768,"Cost":679,"Date":"7/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":125,"Date":"11/21/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":355,"Cost":300,"Date":"11/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":224,"Cost":168,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":239,"Cost":166,"Date":"5/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":484,"Cost":374,"Date":"9/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":904,"Cost":460,"Date":"1/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":827,"Cost":512,"Date":"2/2/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":941,"Cost":542,"Date":"3/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":744,"Cost":487,"Date":"10/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":950,"Cost":689,"Date":"2/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":171,"Date":"6/7/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":116,"Date":"1/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":340,"Date":"3/27/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":16,"Date":"5/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":13,"Date":"7/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":981,"Cost":812,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":523,"Cost":381,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":264,"Date":"1/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":122,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":262,"Date":"6/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":777,"Cost":628,"Date":"6/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":952,"Cost":537,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":242,"Date":"11/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":640,"Date":"12/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":194,"Cost":164,"Date":"2/4/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":156,"Date":"3/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":870,"Cost":568,"Date":"12/18/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":261,"Date":"3/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":278,"Cost":180,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":934,"Cost":667,"Date":"6/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":351,"Date":"7/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":497,"Date":"11/21/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":664,"Cost":549,"Date":"11/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":658,"Cost":412,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":317,"Date":"5/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":567,"Cost":474,"Date":"9/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":166,"Date":"1/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":320,"Cost":205,"Date":"2/2/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":610,"Date":"3/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":14,"Date":"10/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":387,"Cost":242,"Date":"2/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":335,"Cost":183,"Date":"6/7/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":485,"Date":"1/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":879,"Cost":563,"Date":"3/27/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":946,"Cost":874,"Date":"5/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":901,"Cost":470,"Date":"7/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":140,"Cost":104,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":549,"Cost":294,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":451,"Cost":307,"Date":"1/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":198,"Cost":158,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":579,"Date":"6/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":108,"Date":"6/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":434,"Cost":346,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":163,"Cost":141,"Date":"11/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":424,"Cost":342,"Date":"12/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":922,"Cost":776,"Date":"2/4/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":949,"Cost":628,"Date":"3/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":506,"Cost":416,"Date":"12/18/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":321,"Cost":179,"Date":"3/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":878,"Cost":578,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":476,"Date":"6/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":744,"Cost":501,"Date":"7/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":910,"Cost":790,"Date":"11/21/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":453,"Date":"11/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":841,"Cost":483,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":774,"Cost":483,"Date":"5/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":750,"Date":"9/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":535,"Date":"1/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":550,"Cost":301,"Date":"2/2/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":394,"Date":"3/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":482,"Date":"10/14/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":563,"Cost":413,"Date":"2/16/2018"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":795,"Cost":558,"Date":"6/7/2018"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":323,"Date":"1/28/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":169,"Cost":104,"Date":"3/27/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":354,"Cost":243,"Date":"5/12/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":584,"Cost":549,"Date":"7/28/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":936,"Cost":707,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":200,"Cost":153,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":144,"Cost":81,"Date":"1/17/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":225,"Cost":196,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":149,"Cost":120,"Date":"6/6/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":275,"Date":"6/16/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":801,"Cost":425,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":335,"Cost":260,"Date":"11/19/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":565,"Cost":312,"Date":"12/28/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":295,"Date":"2/4/2021"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":42,"Cost":29,"Date":"3/8/2021"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":528,"Cost":302,"Date":"12/18/2021"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":468,"Cost":398,"Date":"3/31/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":99,"Cost":76,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":804,"Cost":446,"Date":"6/26/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":641,"Cost":364,"Date":"7/23/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":31,"Cost":17,"Date":"11/21/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":624,"Cost":387,"Date":"11/26/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":125,"Cost":117,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":146,"Cost":75,"Date":"5/21/2023"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":698,"Cost":494,"Date":"9/28/2023"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":454,"Cost":296,"Date":"1/3/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":848,"Cost":570,"Date":"2/2/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":711,"Cost":659,"Date":"3/18/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":95,"Cost":52,"Date":"10/14/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":357,"Date":"2/16/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":451,"Cost":243,"Date":"6/7/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":805,"Cost":509,"Date":"1/28/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":983,"Cost":669,"Date":"3/27/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":419,"Cost":362,"Date":"5/12/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":309,"Cost":258,"Date":"7/28/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":665,"Cost":610,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":518,"Cost":367,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":362,"Date":"1/17/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":563,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":154,"Cost":107,"Date":"6/6/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":44,"Cost":37,"Date":"6/16/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":960,"Cost":663,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":96,"Date":"11/19/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":252,"Cost":150,"Date":"12/28/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":78,"Cost":56,"Date":"2/4/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":680,"Cost":570,"Date":"3/8/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":615,"Cost":349,"Date":"12/18/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":972,"Cost":686,"Date":"3/31/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":903,"Cost":657,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":452,"Date":"6/26/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":686,"Date":"7/23/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":447,"Cost":277,"Date":"11/21/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":268,"Date":"11/26/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":264,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":341,"Date":"5/21/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":712,"Date":"9/28/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":869,"Cost":556,"Date":"1/3/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":139,"Cost":116,"Date":"2/2/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":160,"Date":"3/18/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":329,"Cost":246,"Date":"10/14/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":189,"Cost":121,"Date":"2/16/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":367,"Cost":242,"Date":"6/7/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":519,"Date":"1/28/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":245,"Cost":130,"Date":"3/27/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":117,"Date":"5/12/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":304,"Cost":231,"Date":"7/28/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":156,"Cost":79,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":335,"Cost":240,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":185,"Cost":126,"Date":"1/17/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":103,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":635,"Cost":506,"Date":"6/6/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":434,"Date":"6/16/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":598,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":87,"Cost":78,"Date":"11/19/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":315,"Date":"12/28/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":223,"Cost":186,"Date":"2/4/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":457,"Date":"3/8/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":476,"Date":"12/18/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":459,"Cost":318,"Date":"3/31/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":82,"Cost":75,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":97,"Date":"6/26/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":274,"Cost":241,"Date":"7/23/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":523,"Date":"11/21/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":267,"Cost":170,"Date":"11/26/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":371,"Cost":351,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":670,"Date":"5/21/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":616,"Cost":574,"Date":"9/28/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":152,"Date":"1/3/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":953,"Cost":644,"Date":"2/2/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":595,"Cost":521,"Date":"3/18/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":610,"Cost":549,"Date":"10/14/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":940,"Cost":568,"Date":"2/16/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":517,"Cost":377,"Date":"6/7/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":133,"Date":"1/28/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":856,"Date":"3/27/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":587,"Cost":530,"Date":"5/12/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":344,"Cost":300,"Date":"7/28/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":54,"Cost":49,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":143,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":274,"Date":"1/17/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":598,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":667,"Cost":604,"Date":"6/6/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":669,"Cost":478,"Date":"6/16/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":101,"Cost":85,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":684,"Cost":375,"Date":"11/19/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":30,"Cost":15,"Date":"12/28/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":723,"Cost":625,"Date":"2/4/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":495,"Date":"3/8/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":510,"Date":"12/18/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":597,"Cost":326,"Date":"3/31/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":286,"Cost":200,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":675,"Cost":409,"Date":"6/26/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":866,"Cost":602,"Date":"7/23/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":620,"Cost":336,"Date":"11/21/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":620,"Date":"11/26/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":451,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":737,"Date":"5/21/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":87,"Cost":50,"Date":"9/28/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":461,"Cost":267,"Date":"1/3/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":339,"Cost":210,"Date":"2/2/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":400,"Date":"3/18/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":695,"Cost":509,"Date":"10/14/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":110,"Cost":56,"Date":"2/16/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":570,"Date":"6/7/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":529,"Cost":291,"Date":"1/28/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":386,"Date":"3/27/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":78,"Cost":40,"Date":"5/12/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":65,"Cost":52,"Date":"7/28/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":226,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":262,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":185,"Cost":151,"Date":"1/17/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":284,"Cost":268,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":899,"Cost":618,"Date":"6/6/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":93,"Cost":87,"Date":"6/16/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":73,"Cost":51,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":805,"Cost":568,"Date":"11/19/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":248,"Date":"12/28/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":207,"Date":"2/4/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":283,"Date":"3/8/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":594,"Cost":451,"Date":"12/18/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":377,"Cost":321,"Date":"3/31/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":432,"Cost":361,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":996,"Cost":534,"Date":"6/26/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":373,"Date":"7/23/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":960,"Cost":585,"Date":"11/21/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":745,"Date":"11/26/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":141,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":49,"Cost":28,"Date":"5/21/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":957,"Cost":840,"Date":"9/28/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":822,"Cost":483,"Date":"1/3/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":69,"Cost":38,"Date":"2/2/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":363,"Date":"3/18/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":423,"Date":"10/14/2024"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":321,"Cost":196,"Date":"2/16/2018"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":218,"Cost":155,"Date":"6/7/2018"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":427,"Cost":387,"Date":"1/28/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":528,"Cost":376,"Date":"3/27/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":397,"Cost":265,"Date":"5/12/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":54,"Cost":38,"Date":"7/28/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":525,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":455,"Cost":240,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":56,"Date":"1/17/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":637,"Cost":493,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":288,"Cost":201,"Date":"6/6/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":17,"Date":"6/16/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":437,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":910,"Cost":776,"Date":"11/19/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":343,"Cost":206,"Date":"12/28/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":163,"Cost":128,"Date":"2/4/2021"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":551,"Date":"3/8/2021"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":329,"Cost":221,"Date":"12/18/2021"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":188,"Cost":149,"Date":"3/31/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":868,"Cost":601,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":949,"Cost":578,"Date":"6/26/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":274,"Cost":158,"Date":"7/23/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":22,"Date":"11/21/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":154,"Date":"11/26/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":384,"Cost":301,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":276,"Date":"5/21/2023"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":593,"Date":"9/28/2023"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":674,"Cost":588,"Date":"1/3/2024"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":364,"Date":"2/2/2024"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":270,"Date":"3/18/2024"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":216,"Date":"10/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":288,"Cost":160,"Date":"2/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":13,"Cost":11,"Date":"6/7/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":941,"Cost":563,"Date":"1/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":153,"Cost":140,"Date":"3/27/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":111,"Date":"5/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":682,"Cost":452,"Date":"7/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":161,"Cost":107,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":410,"Cost":239,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":59,"Cost":45,"Date":"1/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":873,"Cost":543,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":651,"Date":"6/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":599,"Cost":434,"Date":"6/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":41,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":486,"Cost":247,"Date":"11/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":858,"Cost":478,"Date":"12/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":215,"Cost":122,"Date":"2/4/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":471,"Cost":297,"Date":"3/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":264,"Cost":231,"Date":"12/18/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":10,"Date":"3/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":758,"Cost":562,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":281,"Cost":242,"Date":"6/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":962,"Cost":537,"Date":"7/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":210,"Date":"11/21/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":310,"Cost":183,"Date":"11/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":721,"Cost":491,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":182,"Cost":168,"Date":"5/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":360,"Cost":214,"Date":"9/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":660,"Cost":401,"Date":"1/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":625,"Cost":428,"Date":"2/2/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":720,"Cost":456,"Date":"3/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":227,"Cost":194,"Date":"10/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":588,"Cost":379,"Date":"2/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":353,"Date":"6/7/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":197,"Cost":121,"Date":"1/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":978,"Cost":910,"Date":"3/27/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":852,"Cost":659,"Date":"5/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":364,"Cost":225,"Date":"7/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":347,"Cost":291,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":316,"Cost":282,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":669,"Cost":376,"Date":"1/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":477,"Cost":345,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":326,"Date":"6/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":18,"Date":"6/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":43,"Cost":41,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":373,"Date":"11/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":925,"Cost":810,"Date":"12/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":17,"Date":"2/4/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":340,"Cost":316,"Date":"3/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":190,"Date":"12/18/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":772,"Date":"3/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":893,"Cost":812,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":548,"Cost":302,"Date":"6/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":825,"Cost":558,"Date":"7/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":215,"Date":"11/21/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":453,"Cost":410,"Date":"11/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":899,"Cost":639,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":248,"Date":"5/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":118,"Cost":103,"Date":"9/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":144,"Cost":109,"Date":"1/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":207,"Date":"2/2/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":682,"Cost":417,"Date":"3/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"10/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":501,"Date":"2/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":405,"Date":"6/7/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":519,"Date":"1/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":311,"Cost":162,"Date":"3/27/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":854,"Cost":626,"Date":"5/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":784,"Date":"7/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":191,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":638,"Cost":474,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":870,"Cost":818,"Date":"1/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":386,"Cost":293,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":1000,"Cost":941,"Date":"6/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":655,"Cost":590,"Date":"6/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":652,"Cost":396,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":96,"Cost":63,"Date":"11/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":37,"Cost":33,"Date":"12/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":300,"Date":"2/4/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":407,"Cost":332,"Date":"3/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":234,"Cost":154,"Date":"12/18/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":105,"Cost":85,"Date":"3/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":635,"Cost":559,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":860,"Cost":654,"Date":"6/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":992,"Cost":586,"Date":"7/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":388,"Date":"11/21/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":953,"Cost":525,"Date":"11/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":798,"Cost":745,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":444,"Date":"5/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":483,"Date":"9/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":483,"Cost":258,"Date":"1/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":674,"Date":"2/2/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":109,"Cost":72,"Date":"3/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":935,"Cost":641,"Date":"10/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":275,"Cost":243,"Date":"2/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":559,"Cost":381,"Date":"6/7/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":765,"Cost":708,"Date":"1/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":389,"Cost":207,"Date":"3/27/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":201,"Cost":116,"Date":"5/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":640,"Date":"7/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":277,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":731,"Cost":592,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":256,"Date":"1/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":487,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":885,"Cost":509,"Date":"6/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":802,"Cost":487,"Date":"6/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":420,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":868,"Date":"11/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":398,"Cost":300,"Date":"12/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":264,"Date":"2/4/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":168,"Date":"3/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":798,"Cost":590,"Date":"12/18/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":657,"Date":"3/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":364,"Cost":247,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":82,"Date":"6/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":701,"Cost":482,"Date":"7/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":137,"Cost":105,"Date":"11/21/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":394,"Date":"11/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":427,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":881,"Cost":829,"Date":"5/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":23,"Cost":20,"Date":"9/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":618,"Date":"1/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":798,"Cost":683,"Date":"2/2/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":183,"Cost":107,"Date":"3/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":26,"Date":"10/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":930,"Cost":849,"Date":"2/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":161,"Cost":92,"Date":"6/7/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":418,"Date":"1/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":783,"Cost":471,"Date":"3/27/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":197,"Date":"5/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":361,"Date":"7/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":770,"Cost":635,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":922,"Cost":562,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":263,"Date":"1/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":649,"Cost":446,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":881,"Cost":503,"Date":"6/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":628,"Cost":419,"Date":"6/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":911,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":376,"Date":"11/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":807,"Cost":751,"Date":"12/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":490,"Date":"2/4/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":469,"Date":"3/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":152,"Date":"12/18/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":29,"Date":"3/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":922,"Cost":729,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":344,"Cost":184,"Date":"6/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":183,"Cost":106,"Date":"7/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":429,"Date":"11/21/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":45,"Date":"11/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":437,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":384,"Date":"5/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":481,"Cost":420,"Date":"9/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":797,"Cost":494,"Date":"1/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":713,"Date":"2/2/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":218,"Cost":166,"Date":"3/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":382,"Date":"10/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":163,"Cost":102,"Date":"2/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":504,"Date":"6/7/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":540,"Cost":373,"Date":"1/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":638,"Cost":329,"Date":"3/27/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":505,"Cost":343,"Date":"5/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":170,"Cost":118,"Date":"7/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":278,"Cost":226,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":931,"Cost":473,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":542,"Date":"1/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":311,"Cost":175,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":779,"Cost":728,"Date":"6/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":881,"Cost":460,"Date":"6/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":594,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":867,"Cost":546,"Date":"11/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":924,"Cost":491,"Date":"12/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":160,"Cost":144,"Date":"2/4/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":316,"Cost":193,"Date":"3/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":162,"Cost":131,"Date":"12/18/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":381,"Cost":337,"Date":"3/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":646,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":664,"Date":"6/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":518,"Date":"7/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":575,"Cost":531,"Date":"11/21/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":69,"Date":"11/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":380,"Cost":206,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":179,"Cost":156,"Date":"5/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":891,"Date":"9/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":986,"Cost":722,"Date":"1/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":894,"Date":"2/2/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":175,"Cost":139,"Date":"3/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":152,"Cost":95,"Date":"10/14/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":650,"Cost":460,"Date":"2/16/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":769,"Cost":725,"Date":"6/7/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":36,"Cost":30,"Date":"1/28/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":571,"Cost":462,"Date":"3/27/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":386,"Date":"5/12/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":431,"Cost":323,"Date":"7/28/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":114,"Cost":62,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":551,"Cost":278,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":595,"Cost":319,"Date":"1/17/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":143,"Cost":85,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":249,"Date":"6/6/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":637,"Cost":581,"Date":"6/16/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":693,"Cost":373,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":896,"Cost":564,"Date":"11/19/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":234,"Date":"12/28/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":367,"Date":"2/4/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":628,"Cost":464,"Date":"3/8/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":787,"Cost":598,"Date":"12/18/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":465,"Cost":361,"Date":"3/31/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":916,"Cost":762,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":998,"Cost":513,"Date":"6/26/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":297,"Date":"7/23/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":844,"Cost":684,"Date":"11/21/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":759,"Date":"11/26/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":136,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":711,"Date":"5/21/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":156,"Date":"9/28/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":70,"Cost":50,"Date":"1/3/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":432,"Cost":351,"Date":"2/2/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":909,"Cost":740,"Date":"3/18/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":302,"Cost":265,"Date":"10/14/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":265,"Cost":142,"Date":"2/16/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":510,"Date":"6/7/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":743,"Date":"1/28/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":7,"Cost":4,"Date":"3/27/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":512,"Cost":294,"Date":"5/12/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":677,"Cost":441,"Date":"7/28/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":770,"Cost":567,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":440,"Cost":324,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":333,"Cost":180,"Date":"1/17/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":700,"Cost":615,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":58,"Date":"6/6/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":252,"Cost":154,"Date":"6/16/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":90,"Cost":55,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":79,"Date":"11/19/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":700,"Cost":547,"Date":"12/28/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":69,"Date":"2/4/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":177,"Cost":110,"Date":"3/8/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":754,"Cost":607,"Date":"12/18/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":446,"Cost":324,"Date":"3/31/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":43,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":583,"Date":"6/26/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":263,"Cost":199,"Date":"7/23/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"11/21/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":471,"Date":"11/26/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":552,"Cost":511,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":221,"Date":"5/21/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":380,"Date":"9/28/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":609,"Cost":530,"Date":"1/3/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":532,"Date":"2/2/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":639,"Date":"3/18/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":332,"Cost":189,"Date":"10/14/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":334,"Date":"2/16/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":416,"Date":"6/7/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":291,"Cost":171,"Date":"1/28/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":15,"Cost":9,"Date":"3/27/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":814,"Date":"5/12/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":39,"Date":"7/28/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":314,"Cost":158,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":507,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":244,"Date":"1/17/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":271,"Cost":138,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":632,"Cost":554,"Date":"6/6/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":135,"Cost":95,"Date":"6/16/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":338,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":838,"Cost":453,"Date":"11/19/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":349,"Date":"12/28/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":187,"Cost":155,"Date":"2/4/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":10,"Date":"3/8/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":40,"Cost":27,"Date":"12/18/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":186,"Cost":137,"Date":"3/31/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":366,"Cost":250,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":540,"Cost":278,"Date":"6/26/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":815,"Cost":596,"Date":"7/23/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":704,"Cost":378,"Date":"11/21/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":281,"Cost":201,"Date":"11/26/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":784,"Cost":502,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":449,"Cost":392,"Date":"5/21/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":149,"Cost":97,"Date":"9/28/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":148,"Date":"1/3/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":333,"Cost":190,"Date":"2/2/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":33,"Date":"3/18/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":597,"Cost":307,"Date":"10/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":555,"Cost":507,"Date":"2/16/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"6/7/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":572,"Cost":360,"Date":"1/28/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":799,"Date":"3/27/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":88,"Date":"5/12/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":503,"Date":"7/28/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":755,"Cost":576,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":428,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":382,"Date":"1/17/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":246,"Cost":150,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":142,"Date":"6/6/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":350,"Date":"6/16/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":319,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":190,"Date":"11/19/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":225,"Date":"12/28/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":121,"Cost":92,"Date":"2/4/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":247,"Cost":131,"Date":"3/8/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":655,"Cost":494,"Date":"12/18/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":513,"Date":"3/31/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":867,"Cost":461,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":398,"Date":"6/26/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":304,"Date":"7/23/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":640,"Cost":346,"Date":"11/21/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":216,"Date":"11/26/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":194,"Cost":152,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":224,"Date":"5/21/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":34,"Date":"9/28/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":187,"Date":"1/3/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":914,"Cost":535,"Date":"2/2/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":611,"Date":"3/18/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":441,"Cost":356,"Date":"10/14/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":703,"Cost":438,"Date":"2/16/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":638,"Cost":479,"Date":"6/7/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":302,"Date":"1/28/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":658,"Cost":395,"Date":"3/27/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":584,"Date":"5/12/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":60,"Cost":56,"Date":"7/28/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":438,"Cost":291,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":469,"Cost":273,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":384,"Cost":266,"Date":"1/17/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":36,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":36,"Date":"6/6/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":105,"Cost":92,"Date":"6/16/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":415,"Cost":289,"Date":"11/19/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":440,"Date":"12/28/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":393,"Cost":230,"Date":"2/4/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":36,"Cost":34,"Date":"3/8/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":853,"Cost":575,"Date":"12/18/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":347,"Cost":271,"Date":"3/31/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":742,"Cost":650,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":522,"Date":"6/26/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":703,"Cost":553,"Date":"7/23/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":367,"Cost":327,"Date":"11/21/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":935,"Cost":768,"Date":"11/26/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":107,"Cost":91,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":992,"Cost":686,"Date":"5/21/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":580,"Cost":380,"Date":"9/28/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":616,"Cost":554,"Date":"1/3/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":481,"Cost":327,"Date":"2/2/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":701,"Cost":470,"Date":"3/18/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":206,"Date":"10/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":50,"Date":"2/16/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":527,"Date":"6/7/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":442,"Date":"1/28/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":207,"Cost":171,"Date":"3/27/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":57,"Cost":38,"Date":"5/12/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":237,"Date":"7/28/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":462,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":262,"Cost":187,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":896,"Cost":492,"Date":"1/17/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":519,"Cost":378,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":873,"Cost":670,"Date":"6/6/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":519,"Date":"6/16/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":515,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":335,"Date":"11/19/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":339,"Date":"12/28/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":462,"Cost":383,"Date":"2/4/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":701,"Date":"3/8/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":83,"Cost":77,"Date":"12/18/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":117,"Date":"3/31/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":862,"Cost":592,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":638,"Date":"6/26/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":344,"Cost":251,"Date":"7/23/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":937,"Cost":838,"Date":"11/21/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":784,"Cost":472,"Date":"11/26/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":565,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":577,"Date":"5/21/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":27,"Date":"9/28/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":385,"Date":"1/3/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":393,"Date":"2/2/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":516,"Cost":365,"Date":"3/18/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":447,"Date":"10/14/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":836,"Date":"2/16/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":598,"Date":"6/7/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":501,"Date":"1/28/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":160,"Cost":94,"Date":"3/27/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":165,"Date":"5/12/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":676,"Date":"7/28/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":416,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":352,"Cost":178,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":453,"Cost":275,"Date":"1/17/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":556,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":801,"Cost":510,"Date":"6/6/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":558,"Date":"6/16/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":23,"Cost":12,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":371,"Date":"11/19/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":970,"Cost":573,"Date":"12/28/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":772,"Date":"2/4/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":806,"Cost":707,"Date":"3/8/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":49,"Date":"12/18/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":93,"Date":"3/31/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":71,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":984,"Cost":710,"Date":"6/26/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":518,"Cost":331,"Date":"7/23/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":424,"Date":"11/21/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":477,"Date":"11/26/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":554,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":462,"Date":"5/21/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":260,"Cost":198,"Date":"9/28/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":954,"Cost":667,"Date":"1/3/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":65,"Date":"2/2/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":237,"Date":"3/18/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":682,"Cost":404,"Date":"10/14/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":396,"Cost":225,"Date":"2/16/2018"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":971,"Cost":553,"Date":"6/7/2018"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":559,"Date":"1/28/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":807,"Cost":572,"Date":"3/27/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"5/12/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":798,"Cost":707,"Date":"7/28/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":101,"Cost":66,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":616,"Cost":378,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":928,"Cost":840,"Date":"1/17/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":562,"Cost":304,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":327,"Date":"6/6/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":150,"Cost":133,"Date":"6/16/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":875,"Cost":563,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":297,"Cost":242,"Date":"11/19/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":480,"Date":"12/28/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":656,"Cost":518,"Date":"2/4/2021"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":767,"Cost":451,"Date":"3/8/2021"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":262,"Cost":220,"Date":"12/18/2021"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":883,"Cost":490,"Date":"3/31/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":984,"Cost":552,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":499,"Date":"6/26/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":805,"Cost":717,"Date":"7/23/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":206,"Cost":118,"Date":"11/21/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":109,"Cost":62,"Date":"11/26/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":134,"Cost":121,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":434,"Cost":339,"Date":"5/21/2023"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":484,"Date":"9/28/2023"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":517,"Cost":346,"Date":"1/3/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":974,"Cost":786,"Date":"2/2/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":694,"Cost":572,"Date":"3/18/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":501,"Cost":445,"Date":"10/14/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":862,"Cost":687,"Date":"2/16/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":238,"Date":"6/7/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":93,"Date":"1/28/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":116,"Date":"3/27/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":331,"Cost":288,"Date":"5/12/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":696,"Cost":522,"Date":"7/28/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":731,"Cost":649,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":937,"Cost":482,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":690,"Cost":373,"Date":"1/17/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":589,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":710,"Cost":530,"Date":"6/6/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":742,"Cost":662,"Date":"6/16/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":827,"Cost":502,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":809,"Date":"11/19/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":955,"Cost":754,"Date":"12/28/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":927,"Cost":822,"Date":"2/4/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":167,"Cost":99,"Date":"3/8/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":827,"Cost":523,"Date":"12/18/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":918,"Cost":654,"Date":"3/31/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":553,"Cost":338,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":365,"Cost":303,"Date":"6/26/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":581,"Date":"7/23/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":815,"Cost":486,"Date":"11/21/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":137,"Cost":112,"Date":"11/26/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":753,"Cost":699,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":115,"Date":"5/21/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":892,"Cost":811,"Date":"9/28/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":593,"Date":"1/3/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":726,"Cost":453,"Date":"2/2/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":308,"Cost":192,"Date":"3/18/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":213,"Date":"10/14/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":424,"Date":"2/16/2018"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":204,"Cost":188,"Date":"6/7/2018"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":115,"Cost":59,"Date":"1/28/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":161,"Cost":148,"Date":"3/27/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":439,"Date":"5/12/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":283,"Cost":177,"Date":"7/28/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":743,"Cost":453,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":533,"Cost":396,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":231,"Date":"1/17/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":118,"Cost":79,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":442,"Date":"6/6/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":207,"Cost":109,"Date":"6/16/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":559,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":636,"Cost":591,"Date":"11/19/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":160,"Date":"12/28/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":378,"Date":"2/4/2021"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":316,"Date":"3/8/2021"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":825,"Cost":617,"Date":"12/18/2021"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":301,"Date":"3/31/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":687,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":260,"Date":"6/26/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":349,"Cost":325,"Date":"7/23/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":915,"Date":"11/21/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"11/26/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":362,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":878,"Cost":583,"Date":"5/21/2023"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":61,"Date":"9/28/2023"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":481,"Date":"1/3/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":378,"Date":"2/2/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":437,"Cost":266,"Date":"3/18/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":115,"Date":"10/14/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":98,"Cost":56,"Date":"2/16/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":843,"Cost":788,"Date":"6/7/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":651,"Cost":374,"Date":"1/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":119,"Date":"3/27/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":885,"Cost":493,"Date":"5/12/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":667,"Cost":437,"Date":"7/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":563,"Cost":336,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":793,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":695,"Cost":538,"Date":"1/17/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":19,"Cost":9,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":824,"Cost":775,"Date":"6/6/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":484,"Cost":292,"Date":"6/16/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":800,"Cost":536,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":241,"Cost":212,"Date":"11/19/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"12/28/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":804,"Cost":488,"Date":"2/4/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":155,"Cost":144,"Date":"3/8/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":606,"Cost":489,"Date":"12/18/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":498,"Date":"3/31/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":490,"Cost":421,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":169,"Date":"6/26/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":992,"Cost":795,"Date":"7/23/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":79,"Cost":67,"Date":"11/21/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":89,"Cost":61,"Date":"11/26/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":437,"Cost":390,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":716,"Date":"5/21/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":37,"Cost":24,"Date":"9/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":411,"Cost":311,"Date":"1/3/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":601,"Cost":337,"Date":"2/2/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":558,"Cost":286,"Date":"3/18/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":410,"Date":"10/14/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":780,"Cost":504,"Date":"2/16/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":559,"Date":"6/7/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":938,"Cost":557,"Date":"1/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":386,"Cost":211,"Date":"3/27/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":764,"Cost":664,"Date":"5/12/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":28,"Date":"7/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":108,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":705,"Cost":453,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"1/17/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":581,"Cost":433,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":651,"Cost":388,"Date":"6/6/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":957,"Cost":589,"Date":"6/16/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":573,"Cost":503,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":527,"Cost":329,"Date":"11/19/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":422,"Cost":249,"Date":"12/28/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":766,"Cost":515,"Date":"2/4/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":361,"Cost":194,"Date":"3/8/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":503,"Cost":425,"Date":"12/18/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":286,"Cost":227,"Date":"3/31/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":372,"Cost":227,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":822,"Cost":507,"Date":"6/26/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":160,"Cost":105,"Date":"7/23/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":868,"Cost":820,"Date":"11/21/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":577,"Cost":383,"Date":"11/26/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":468,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":452,"Date":"5/21/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":264,"Cost":143,"Date":"9/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":153,"Cost":100,"Date":"1/3/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":212,"Date":"2/2/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":753,"Date":"3/18/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":494,"Cost":290,"Date":"10/14/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":868,"Cost":733,"Date":"2/16/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":773,"Cost":615,"Date":"6/7/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":211,"Cost":112,"Date":"1/28/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":836,"Cost":479,"Date":"3/27/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":779,"Cost":405,"Date":"5/12/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":317,"Date":"7/28/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":921,"Cost":706,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":337,"Cost":278,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":162,"Cost":124,"Date":"1/17/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":374,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":511,"Date":"6/6/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":277,"Date":"6/16/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":189,"Cost":136,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":387,"Cost":308,"Date":"11/19/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":151,"Date":"12/28/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":195,"Date":"2/4/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":525,"Date":"3/8/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":655,"Cost":411,"Date":"12/18/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":314,"Cost":236,"Date":"3/31/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":107,"Cost":87,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":482,"Cost":385,"Date":"6/26/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":834,"Date":"7/23/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"11/21/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":865,"Cost":563,"Date":"11/26/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":11,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":776,"Cost":505,"Date":"5/21/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":75,"Date":"9/28/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":86,"Cost":69,"Date":"1/3/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":587,"Cost":415,"Date":"2/2/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":254,"Cost":158,"Date":"3/18/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":786,"Cost":631,"Date":"10/14/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":891,"Cost":616,"Date":"2/16/2018"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":336,"Cost":196,"Date":"6/7/2018"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":540,"Date":"1/28/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":516,"Date":"3/27/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":974,"Cost":902,"Date":"5/12/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":669,"Cost":424,"Date":"7/28/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":524,"Cost":437,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":778,"Cost":452,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":670,"Date":"1/17/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":668,"Cost":349,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":206,"Cost":186,"Date":"6/6/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":890,"Cost":512,"Date":"6/16/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":952,"Cost":884,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":912,"Cost":839,"Date":"11/19/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":438,"Cost":267,"Date":"12/28/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":266,"Cost":220,"Date":"2/4/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":649,"Cost":401,"Date":"3/8/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":999,"Cost":576,"Date":"12/18/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":967,"Cost":575,"Date":"3/31/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":819,"Cost":722,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":618,"Cost":586,"Date":"6/26/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":83,"Cost":70,"Date":"7/23/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":675,"Cost":414,"Date":"11/21/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":38,"Cost":30,"Date":"11/26/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":743,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":294,"Cost":154,"Date":"5/21/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":473,"Cost":309,"Date":"9/28/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":599,"Date":"1/3/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":392,"Cost":369,"Date":"2/2/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":566,"Cost":403,"Date":"3/18/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":34,"Cost":18,"Date":"10/14/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":56,"Cost":38,"Date":"2/16/2018"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":443,"Date":"6/7/2018"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":637,"Cost":600,"Date":"1/28/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":204,"Cost":156,"Date":"3/27/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":594,"Cost":454,"Date":"5/12/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":476,"Cost":268,"Date":"7/28/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":673,"Cost":343,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":542,"Date":"1/17/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":195,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":571,"Cost":498,"Date":"6/6/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":231,"Cost":116,"Date":"6/16/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":135,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":788,"Cost":706,"Date":"11/19/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":359,"Cost":243,"Date":"12/28/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":950,"Cost":646,"Date":"2/4/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":670,"Cost":376,"Date":"3/8/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":763,"Cost":527,"Date":"12/18/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":737,"Date":"3/31/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":745,"Cost":691,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":277,"Cost":250,"Date":"6/26/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":795,"Cost":484,"Date":"7/23/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":273,"Cost":179,"Date":"11/21/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":826,"Cost":441,"Date":"11/26/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":17,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":673,"Cost":424,"Date":"5/21/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":303,"Cost":219,"Date":"9/28/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":319,"Cost":263,"Date":"1/3/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":25,"Cost":22,"Date":"2/2/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":156,"Cost":112,"Date":"3/18/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":63,"Cost":39,"Date":"10/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":110,"Cost":103,"Date":"2/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":672,"Cost":551,"Date":"6/7/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":984,"Cost":620,"Date":"1/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":975,"Cost":871,"Date":"3/27/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":999,"Cost":679,"Date":"5/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":961,"Cost":655,"Date":"7/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":308,"Cost":161,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":997,"Cost":849,"Date":"1/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":823,"Cost":737,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":955,"Cost":594,"Date":"6/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":603,"Cost":554,"Date":"6/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":641,"Cost":558,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":132,"Cost":78,"Date":"11/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":428,"Date":"12/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":554,"Cost":278,"Date":"2/4/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":572,"Cost":329,"Date":"3/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":661,"Cost":592,"Date":"12/18/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":359,"Cost":334,"Date":"3/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":37,"Cost":22,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":93,"Cost":65,"Date":"6/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":571,"Cost":336,"Date":"7/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":752,"Cost":673,"Date":"11/21/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":214,"Cost":108,"Date":"11/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":798,"Cost":690,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":101,"Cost":52,"Date":"5/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":486,"Cost":329,"Date":"9/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":134,"Cost":113,"Date":"1/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":56,"Cost":32,"Date":"2/2/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":210,"Cost":154,"Date":"3/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":964,"Cost":810,"Date":"10/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":888,"Cost":470,"Date":"2/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":466,"Cost":255,"Date":"6/7/2018"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":47,"Cost":43,"Date":"1/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":166,"Cost":129,"Date":"3/27/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":293,"Cost":272,"Date":"5/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":337,"Cost":208,"Date":"7/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":404,"Cost":232,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":405,"Cost":300,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":254,"Date":"1/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":173,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":150,"Date":"6/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":119,"Date":"6/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":634,"Cost":360,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":952,"Cost":873,"Date":"11/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":425,"Date":"12/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":573,"Cost":296,"Date":"2/4/2021"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":271,"Cost":235,"Date":"3/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":320,"Date":"12/18/2021"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":91,"Date":"3/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":404,"Cost":319,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":637,"Cost":387,"Date":"6/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":726,"Cost":631,"Date":"7/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":276,"Date":"11/21/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":231,"Cost":183,"Date":"11/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":679,"Cost":611,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":496,"Cost":298,"Date":"5/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":104,"Date":"9/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":683,"Cost":584,"Date":"1/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":10,"Cost":9,"Date":"2/2/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":91,"Cost":45,"Date":"3/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":87,"Cost":60,"Date":"10/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":560,"Cost":472,"Date":"2/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":815,"Cost":478,"Date":"6/7/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":61,"Cost":53,"Date":"1/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":264,"Date":"3/27/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":493,"Date":"5/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":101,"Date":"7/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":549,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":830,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":502,"Cost":385,"Date":"1/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":510,"Cost":405,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":534,"Date":"6/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":789,"Cost":516,"Date":"6/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":222,"Cost":161,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":30,"Cost":22,"Date":"11/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":510,"Cost":425,"Date":"12/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":304,"Cost":217,"Date":"2/4/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"3/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":55,"Date":"12/18/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":331,"Date":"3/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":125,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":209,"Date":"6/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":392,"Cost":314,"Date":"7/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":160,"Date":"11/21/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":38,"Date":"11/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":311,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":752,"Date":"5/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":418,"Cost":338,"Date":"9/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":849,"Cost":785,"Date":"1/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":731,"Cost":657,"Date":"2/2/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":431,"Cost":373,"Date":"3/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":492,"Date":"10/14/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":270,"Cost":212,"Date":"2/16/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":656,"Cost":409,"Date":"6/7/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":681,"Cost":464,"Date":"1/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":315,"Cost":284,"Date":"3/27/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":369,"Cost":248,"Date":"5/12/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":158,"Cost":129,"Date":"7/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":613,"Cost":402,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":603,"Cost":381,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":206,"Date":"1/17/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":915,"Cost":539,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":143,"Cost":77,"Date":"6/6/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":683,"Cost":430,"Date":"6/16/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":56,"Cost":53,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":308,"Cost":289,"Date":"11/19/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":649,"Date":"12/28/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":790,"Cost":466,"Date":"2/4/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":282,"Cost":264,"Date":"3/8/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":527,"Date":"12/18/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":544,"Cost":361,"Date":"3/31/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":241,"Cost":120,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":189,"Date":"6/26/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":365,"Date":"7/23/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":324,"Cost":235,"Date":"11/21/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"11/26/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":810,"Cost":589,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":228,"Cost":125,"Date":"5/21/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":841,"Cost":632,"Date":"9/28/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":115,"Cost":60,"Date":"1/3/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":171,"Date":"2/2/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":209,"Date":"3/18/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":746,"Cost":590,"Date":"10/14/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":335,"Cost":168,"Date":"2/16/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":270,"Date":"6/7/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":193,"Cost":112,"Date":"1/28/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":309,"Date":"3/27/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":231,"Date":"5/12/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":389,"Date":"7/28/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":409,"Cost":318,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":220,"Cost":185,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":783,"Cost":409,"Date":"1/17/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":837,"Cost":717,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":643,"Date":"6/6/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":486,"Date":"6/16/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":278,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":572,"Date":"11/19/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":782,"Date":"12/28/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":546,"Date":"2/4/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":151,"Cost":91,"Date":"3/8/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":505,"Date":"12/18/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":328,"Date":"3/31/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":935,"Cost":879,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":873,"Date":"6/26/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":704,"Date":"7/23/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":658,"Date":"11/21/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":225,"Cost":193,"Date":"11/26/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":445,"Cost":415,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":412,"Cost":382,"Date":"5/21/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":980,"Cost":782,"Date":"9/28/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":142,"Date":"1/3/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":189,"Cost":138,"Date":"2/2/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":809,"Cost":630,"Date":"3/18/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":329,"Cost":294,"Date":"10/14/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":717,"Date":"2/16/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":438,"Cost":239,"Date":"6/7/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":230,"Cost":126,"Date":"1/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":72,"Date":"3/27/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":716,"Cost":405,"Date":"5/12/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":713,"Cost":597,"Date":"7/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":668,"Cost":381,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":45,"Cost":43,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":591,"Cost":411,"Date":"1/17/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":241,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":150,"Cost":86,"Date":"6/6/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":221,"Date":"6/16/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":719,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":324,"Cost":266,"Date":"11/19/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":407,"Cost":348,"Date":"12/28/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":602,"Cost":512,"Date":"2/4/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":98,"Date":"3/8/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":611,"Cost":384,"Date":"12/18/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":30,"Cost":20,"Date":"3/31/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":67,"Cost":56,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":494,"Cost":434,"Date":"6/26/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":68,"Cost":59,"Date":"7/23/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":201,"Date":"11/21/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":395,"Date":"11/26/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":776,"Cost":458,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":254,"Cost":164,"Date":"5/21/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":712,"Cost":507,"Date":"9/28/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":182,"Cost":133,"Date":"1/3/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":464,"Cost":306,"Date":"2/2/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":677,"Date":"3/18/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":837,"Cost":523,"Date":"10/14/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":370,"Cost":284,"Date":"2/16/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":423,"Date":"6/7/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":927,"Cost":600,"Date":"1/28/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":530,"Date":"3/27/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":915,"Cost":546,"Date":"5/12/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":296,"Date":"7/28/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":924,"Cost":790,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":574,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":785,"Cost":550,"Date":"1/17/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":274,"Cost":149,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":933,"Cost":837,"Date":"6/6/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":535,"Cost":462,"Date":"6/16/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":402,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":620,"Cost":405,"Date":"11/19/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":954,"Cost":479,"Date":"12/28/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":367,"Cost":243,"Date":"2/4/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":167,"Date":"3/8/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":829,"Cost":496,"Date":"12/18/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":795,"Cost":651,"Date":"3/31/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":619,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":749,"Date":"6/26/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":997,"Cost":940,"Date":"7/23/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":826,"Cost":472,"Date":"11/21/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":680,"Cost":640,"Date":"11/26/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":221,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":153,"Cost":123,"Date":"5/21/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":488,"Date":"9/28/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":300,"Cost":277,"Date":"1/3/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":286,"Date":"2/2/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":39,"Date":"3/18/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":802,"Cost":574,"Date":"10/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":473,"Cost":369,"Date":"2/16/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":521,"Cost":317,"Date":"6/7/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":451,"Date":"1/28/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":205,"Date":"3/27/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":791,"Cost":719,"Date":"5/12/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":17,"Cost":15,"Date":"7/28/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":817,"Cost":498,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":251,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":961,"Cost":758,"Date":"1/17/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":281,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":561,"Cost":294,"Date":"6/6/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":192,"Date":"6/16/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":64,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":512,"Date":"11/19/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":550,"Cost":294,"Date":"12/28/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":840,"Cost":523,"Date":"2/4/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":616,"Date":"3/8/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":421,"Date":"12/18/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":120,"Cost":94,"Date":"3/31/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":191,"Cost":100,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":96,"Cost":79,"Date":"6/26/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":195,"Date":"7/23/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":101,"Date":"11/21/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":580,"Cost":509,"Date":"11/26/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":779,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":707,"Date":"5/21/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":464,"Cost":348,"Date":"9/28/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":459,"Date":"1/3/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":218,"Date":"2/2/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":150,"Date":"3/18/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":985,"Cost":544,"Date":"10/14/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":259,"Cost":134,"Date":"2/16/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":89,"Cost":53,"Date":"6/7/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":202,"Date":"1/28/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":718,"Date":"3/27/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":106,"Date":"5/12/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":221,"Cost":190,"Date":"7/28/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":722,"Cost":439,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":761,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":126,"Cost":118,"Date":"1/17/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":562,"Cost":301,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":361,"Cost":340,"Date":"6/6/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":528,"Date":"6/16/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":924,"Cost":497,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":659,"Cost":344,"Date":"11/19/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":146,"Cost":78,"Date":"12/28/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":77,"Date":"2/4/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":425,"Date":"3/8/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":558,"Cost":286,"Date":"12/18/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":613,"Cost":393,"Date":"3/31/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":443,"Cost":250,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":709,"Cost":636,"Date":"6/26/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":688,"Cost":365,"Date":"7/23/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":269,"Cost":183,"Date":"11/21/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":960,"Cost":858,"Date":"11/26/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":142,"Cost":109,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":562,"Date":"5/21/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":295,"Cost":152,"Date":"9/28/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":552,"Cost":482,"Date":"1/3/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":594,"Cost":436,"Date":"2/2/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":846,"Cost":804,"Date":"3/18/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":224,"Cost":135,"Date":"10/14/2024"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":173,"Cost":97,"Date":"2/16/2018"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":545,"Cost":470,"Date":"6/7/2018"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":551,"Date":"1/28/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":743,"Cost":616,"Date":"3/27/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":153,"Cost":85,"Date":"5/12/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":611,"Date":"7/28/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":337,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":159,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":516,"Date":"1/17/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":393,"Cost":234,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":592,"Cost":376,"Date":"6/6/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":41,"Date":"6/16/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":805,"Cost":761,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":139,"Cost":131,"Date":"11/19/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":604,"Date":"12/28/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":271,"Date":"2/4/2021"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":348,"Cost":220,"Date":"3/8/2021"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":651,"Cost":584,"Date":"12/18/2021"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":646,"Date":"3/31/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":108,"Cost":98,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":602,"Date":"6/26/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":792,"Date":"7/23/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":378,"Cost":251,"Date":"11/21/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"11/26/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":46,"Cost":28,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":205,"Date":"5/21/2023"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":397,"Date":"9/28/2023"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":454,"Cost":366,"Date":"1/3/2024"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":586,"Date":"2/2/2024"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":135,"Date":"3/18/2024"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":399,"Cost":204,"Date":"10/14/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":11,"Cost":6,"Date":"2/16/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":734,"Cost":578,"Date":"6/7/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":971,"Cost":738,"Date":"1/28/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":205,"Date":"3/27/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":807,"Cost":662,"Date":"5/12/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":733,"Cost":403,"Date":"7/28/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":614,"Cost":477,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":990,"Cost":788,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":417,"Cost":366,"Date":"1/17/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":419,"Cost":234,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":40,"Cost":33,"Date":"6/6/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":743,"Cost":700,"Date":"6/16/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":584,"Cost":498,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":243,"Date":"11/19/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":946,"Cost":782,"Date":"12/28/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":432,"Date":"2/4/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":298,"Date":"3/8/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":445,"Cost":276,"Date":"12/18/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":453,"Cost":420,"Date":"3/31/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":924,"Cost":540,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":133,"Cost":82,"Date":"6/26/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":521,"Cost":276,"Date":"7/23/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":678,"Cost":469,"Date":"11/21/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":737,"Cost":668,"Date":"11/26/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":187,"Cost":133,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":733,"Cost":436,"Date":"5/21/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":358,"Date":"9/28/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":789,"Cost":746,"Date":"1/3/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":771,"Date":"2/2/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":926,"Cost":520,"Date":"3/18/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":759,"Cost":567,"Date":"10/14/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":796,"Cost":629,"Date":"2/16/2018"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":409,"Date":"6/7/2018"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":249,"Cost":192,"Date":"1/28/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":296,"Cost":272,"Date":"3/27/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":188,"Cost":151,"Date":"5/12/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":449,"Cost":309,"Date":"7/28/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":438,"Cost":368,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":594,"Cost":456,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":44,"Cost":27,"Date":"1/17/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":797,"Cost":506,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":626,"Cost":536,"Date":"6/6/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":516,"Cost":295,"Date":"6/16/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":783,"Cost":630,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":140,"Cost":96,"Date":"11/19/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":407,"Date":"12/28/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":312,"Cost":259,"Date":"2/4/2021"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":807,"Cost":704,"Date":"3/8/2021"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":366,"Cost":253,"Date":"12/18/2021"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":383,"Date":"3/31/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":58,"Cost":43,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":995,"Cost":821,"Date":"6/26/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":32,"Cost":31,"Date":"7/23/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":379,"Date":"11/21/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":820,"Cost":774,"Date":"11/26/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":815,"Cost":682,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":733,"Cost":643,"Date":"5/21/2023"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":266,"Cost":138,"Date":"9/28/2023"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":648,"Cost":481,"Date":"1/3/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":805,"Cost":704,"Date":"2/2/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":41,"Date":"3/18/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":849,"Cost":487,"Date":"10/14/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":361,"Cost":329,"Date":"2/16/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":277,"Cost":252,"Date":"6/7/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":754,"Date":"1/28/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":298,"Cost":192,"Date":"3/27/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":435,"Date":"5/12/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":838,"Cost":584,"Date":"7/28/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":538,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":569,"Cost":516,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":247,"Date":"1/17/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":843,"Date":"6/6/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":541,"Cost":512,"Date":"6/16/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":218,"Cost":192,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":265,"Date":"11/19/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":242,"Date":"12/28/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":509,"Cost":368,"Date":"2/4/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":320,"Cost":266,"Date":"3/8/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":239,"Date":"12/18/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":401,"Cost":295,"Date":"3/31/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":525,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":175,"Date":"6/26/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":40,"Date":"7/23/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":308,"Date":"11/21/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":232,"Cost":181,"Date":"11/26/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":237,"Cost":187,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":816,"Cost":452,"Date":"5/21/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":166,"Cost":157,"Date":"9/28/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":94,"Date":"1/3/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":188,"Date":"2/2/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":613,"Cost":580,"Date":"3/18/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":621,"Cost":536,"Date":"10/14/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":424,"Cost":304,"Date":"2/16/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":546,"Date":"6/7/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":736,"Cost":493,"Date":"1/28/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":80,"Date":"3/27/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":833,"Cost":440,"Date":"5/12/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":255,"Cost":201,"Date":"7/28/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":406,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":372,"Cost":233,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":862,"Date":"1/17/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":64,"Cost":49,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":677,"Cost":463,"Date":"6/6/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":947,"Cost":538,"Date":"6/16/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":839,"Cost":585,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":291,"Cost":156,"Date":"11/19/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":404,"Date":"12/28/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":623,"Date":"2/4/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":544,"Cost":463,"Date":"3/8/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":823,"Cost":462,"Date":"12/18/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":59,"Date":"3/31/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":392,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":488,"Cost":278,"Date":"6/26/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":625,"Cost":391,"Date":"7/23/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":466,"Date":"11/21/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":66,"Cost":63,"Date":"11/26/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":454,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":472,"Date":"5/21/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":715,"Cost":385,"Date":"9/28/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":788,"Date":"1/3/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":415,"Date":"2/2/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":829,"Cost":685,"Date":"3/18/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":660,"Date":"10/14/2024"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"2/16/2018"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":671,"Date":"6/7/2018"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":539,"Cost":473,"Date":"1/28/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":364,"Cost":298,"Date":"3/27/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":345,"Cost":274,"Date":"5/12/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":812,"Cost":754,"Date":"7/28/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":319,"Cost":303,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":780,"Cost":550,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":507,"Cost":262,"Date":"1/17/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":429,"Cost":324,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":275,"Cost":201,"Date":"6/6/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":217,"Date":"6/16/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":697,"Cost":529,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":148,"Date":"11/19/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":484,"Cost":336,"Date":"12/28/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":685,"Cost":630,"Date":"2/4/2021"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":184,"Date":"3/8/2021"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":550,"Date":"12/18/2021"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":446,"Cost":240,"Date":"3/31/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":37,"Cost":34,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":73,"Date":"6/26/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":199,"Date":"7/23/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":822,"Cost":717,"Date":"11/21/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":788,"Cost":554,"Date":"11/26/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":220,"Cost":172,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":35,"Cost":25,"Date":"5/21/2023"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":85,"Cost":42,"Date":"9/28/2023"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":35,"Date":"1/3/2024"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":952,"Cost":499,"Date":"2/2/2024"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":394,"Cost":280,"Date":"3/18/2024"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":590,"Date":"10/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":833,"Cost":778,"Date":"2/16/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":505,"Cost":278,"Date":"6/7/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":121,"Cost":89,"Date":"1/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":818,"Cost":689,"Date":"3/27/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":801,"Date":"5/12/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":791,"Cost":668,"Date":"7/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":759,"Cost":554,"Date":"8/8/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":549,"Date":"12/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":55,"Cost":49,"Date":"1/17/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":535,"Date":"3/8/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":568,"Cost":309,"Date":"6/6/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":795,"Date":"6/16/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":168,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":553,"Date":"11/19/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":591,"Cost":331,"Date":"12/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":712,"Cost":384,"Date":"2/4/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":489,"Date":"3/8/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":88,"Cost":46,"Date":"12/18/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":912,"Cost":698,"Date":"3/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":581,"Cost":291,"Date":"4/20/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":564,"Cost":393,"Date":"6/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":908,"Cost":801,"Date":"7/23/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":695,"Cost":573,"Date":"11/21/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":80,"Cost":51,"Date":"11/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":135,"Cost":112,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":778,"Cost":444,"Date":"5/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":744,"Cost":392,"Date":"9/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":590,"Cost":335,"Date":"1/3/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":342,"Cost":273,"Date":"2/2/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":84,"Cost":49,"Date":"3/18/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":767,"Cost":582,"Date":"10/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":988,"Cost":645,"Date":"2/16/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":64,"Cost":57,"Date":"6/7/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":712,"Cost":461,"Date":"1/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":503,"Cost":327,"Date":"3/27/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":87,"Cost":55,"Date":"5/12/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":790,"Cost":747,"Date":"7/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":96,"Cost":80,"Date":"8/8/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":959,"Cost":786,"Date":"12/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":106,"Cost":97,"Date":"1/17/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":907,"Cost":484,"Date":"3/8/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":117,"Cost":110,"Date":"6/6/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":567,"Cost":475,"Date":"6/16/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":700,"Cost":619,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":873,"Cost":594,"Date":"11/19/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":903,"Cost":558,"Date":"12/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":907,"Cost":659,"Date":"2/4/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":91,"Cost":81,"Date":"3/8/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":915,"Cost":821,"Date":"12/18/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":915,"Cost":658,"Date":"3/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":146,"Cost":124,"Date":"4/20/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":773,"Cost":635,"Date":"6/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":749,"Cost":485,"Date":"7/23/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":986,"Cost":850,"Date":"11/21/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":77,"Cost":44,"Date":"11/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":583,"Cost":507,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":646,"Cost":369,"Date":"5/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":514,"Cost":262,"Date":"9/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":964,"Cost":841,"Date":"1/3/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":144,"Cost":114,"Date":"2/2/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":912,"Cost":848,"Date":"3/18/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":218,"Cost":109,"Date":"10/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":500,"Cost":422,"Date":"2/16/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":709,"Cost":384,"Date":"6/7/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":848,"Cost":758,"Date":"1/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":328,"Cost":214,"Date":"3/27/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":2,"Cost":1,"Date":"5/12/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":252,"Cost":160,"Date":"7/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":169,"Cost":90,"Date":"8/8/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":231,"Cost":137,"Date":"12/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":814,"Cost":623,"Date":"1/17/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":670,"Cost":569,"Date":"3/8/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":574,"Cost":349,"Date":"6/6/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":533,"Cost":423,"Date":"6/16/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":690,"Cost":478,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":499,"Cost":251,"Date":"11/19/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":566,"Cost":340,"Date":"12/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":393,"Cost":317,"Date":"2/4/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":136,"Cost":122,"Date":"3/8/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":160,"Cost":151,"Date":"12/18/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":996,"Cost":792,"Date":"3/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":417,"Cost":245,"Date":"4/20/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":360,"Cost":195,"Date":"6/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":745,"Cost":517,"Date":"7/23/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":509,"Cost":426,"Date":"11/21/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":180,"Cost":141,"Date":"11/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":217,"Cost":114,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":976,"Cost":891,"Date":"5/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":4,"Cost":3,"Date":"9/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":570,"Cost":462,"Date":"1/3/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":162,"Cost":142,"Date":"2/2/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":119,"Cost":76,"Date":"3/18/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":984,"Cost":585,"Date":"10/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":826,"Cost":430,"Date":"2/16/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":357,"Cost":197,"Date":"6/7/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":881,"Cost":494,"Date":"1/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":443,"Cost":374,"Date":"3/27/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":39,"Cost":32,"Date":"5/12/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":378,"Cost":228,"Date":"7/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":796,"Cost":665,"Date":"8/8/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":57,"Cost":43,"Date":"12/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":124,"Cost":99,"Date":"1/17/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":364,"Cost":249,"Date":"3/8/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":802,"Cost":437,"Date":"6/6/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":374,"Cost":331,"Date":"6/16/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":604,"Cost":464,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":601,"Cost":509,"Date":"11/19/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":98,"Cost":72,"Date":"12/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":383,"Cost":254,"Date":"2/4/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":631,"Cost":572,"Date":"3/8/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":492,"Cost":439,"Date":"12/18/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":804,"Cost":756,"Date":"3/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":464,"Cost":277,"Date":"4/20/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":598,"Cost":388,"Date":"6/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":850,"Cost":425,"Date":"7/23/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":129,"Cost":74,"Date":"11/21/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":747,"Cost":631,"Date":"11/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":468,"Cost":324,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":789,"Cost":505,"Date":"5/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":890,"Cost":804,"Date":"9/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":495,"Cost":428,"Date":"1/3/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":646,"Cost":593,"Date":"2/2/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":493,"Cost":458,"Date":"3/18/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":458,"Cost":367,"Date":"10/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":950,"Cost":484,"Date":"2/16/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":818,"Cost":539,"Date":"6/7/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":954,"Cost":891,"Date":"1/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":668,"Date":"3/27/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":758,"Cost":569,"Date":"5/12/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":690,"Date":"7/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":191,"Cost":100,"Date":"8/8/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":221,"Date":"12/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":929,"Cost":739,"Date":"1/17/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":241,"Cost":187,"Date":"3/8/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":851,"Cost":499,"Date":"6/6/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":281,"Cost":148,"Date":"6/16/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":236,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":780,"Cost":551,"Date":"11/19/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":619,"Cost":522,"Date":"12/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":446,"Cost":332,"Date":"2/4/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":219,"Cost":123,"Date":"3/8/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":104,"Cost":78,"Date":"12/18/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":932,"Cost":782,"Date":"3/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":663,"Cost":376,"Date":"4/20/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":379,"Date":"6/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":694,"Cost":465,"Date":"7/23/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":862,"Cost":542,"Date":"11/21/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":472,"Date":"11/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":736,"Cost":401,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":153,"Cost":122,"Date":"5/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":495,"Date":"9/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":490,"Date":"1/3/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":130,"Cost":113,"Date":"2/2/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":13,"Cost":9,"Date":"3/18/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":637,"Cost":537,"Date":"10/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":283,"Cost":243,"Date":"2/16/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":398,"Cost":306,"Date":"6/7/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":914,"Cost":698,"Date":"1/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":416,"Cost":295,"Date":"3/27/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":86,"Cost":44,"Date":"5/12/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":937,"Cost":798,"Date":"7/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":543,"Cost":373,"Date":"8/8/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":598,"Cost":440,"Date":"12/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":51,"Date":"1/17/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":133,"Cost":100,"Date":"3/8/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":888,"Cost":448,"Date":"6/6/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":866,"Cost":594,"Date":"6/16/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":446,"Cost":417,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":779,"Cost":673,"Date":"11/19/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":471,"Cost":367,"Date":"12/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":580,"Date":"2/4/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":877,"Cost":561,"Date":"3/8/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":127,"Cost":114,"Date":"12/18/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":117,"Date":"3/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":172,"Cost":112,"Date":"4/20/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":519,"Cost":414,"Date":"6/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":443,"Cost":391,"Date":"7/23/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":891,"Cost":691,"Date":"11/21/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":227,"Cost":162,"Date":"11/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":820,"Cost":492,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":509,"Cost":453,"Date":"5/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":124,"Cost":63,"Date":"9/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":75,"Cost":42,"Date":"1/3/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":302,"Date":"2/2/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":594,"Cost":404,"Date":"3/18/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":532,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":501,"Cost":476,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":523,"Cost":430,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":551,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":889,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":120,"Cost":75,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":262,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":268,"Cost":147,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":970,"Cost":584,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":773,"Cost":454,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":393,"Cost":341,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":379,"Cost":227,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":949,"Cost":818,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":42,"Cost":34,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":647,"Cost":448,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":905,"Cost":732,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":708,"Cost":458,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":287,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":670,"Cost":516,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":484,"Cost":387,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":873,"Cost":630,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":908,"Cost":854,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":905,"Cost":848,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":466,"Cost":363,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":645,"Cost":444,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":694,"Cost":533,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":426,"Cost":395,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":529,"Cost":284,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":996,"Cost":777,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":197,"Cost":179,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":160,"Cost":125,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":109,"Cost":92,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":93,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":418,"Cost":369,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":904,"Cost":662,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":876,"Cost":563,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":682,"Cost":369,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":671,"Cost":369,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":571,"Cost":473,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":950,"Cost":489,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":245,"Cost":145,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":531,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":898,"Cost":592,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":249,"Cost":192,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":622,"Cost":561,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":879,"Cost":502,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":61,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":430,"Cost":327,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":170,"Cost":123,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":870,"Cost":545,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":407,"Cost":286,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":430,"Cost":392,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":147,"Cost":114,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":881,"Cost":441,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":642,"Cost":547,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":880,"Cost":745,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":397,"Cost":274,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":366,"Cost":301,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":584,"Cost":319,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":346,"Cost":202,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":210,"Cost":184,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":135,"Cost":67,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":105,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":586,"Cost":505,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":886,"Cost":779,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":364,"Cost":296,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":687,"Cost":597,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":76,"Cost":66,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":618,"Cost":325,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":520,"Cost":491,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":128,"Cost":113,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":950,"Cost":679,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":13,"Cost":9,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":146,"Cost":106,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":538,"Cost":298,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":231,"Cost":134,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":514,"Cost":466,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":924,"Cost":604,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":841,"Cost":578,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":593,"Cost":371,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":315,"Cost":283,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":383,"Cost":200,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":631,"Cost":335,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":163,"Cost":113,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":495,"Cost":402,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":24,"Cost":13,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":85,"Cost":77,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":271,"Cost":156,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":803,"Cost":646,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":529,"Cost":302,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":648,"Cost":501,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":519,"Cost":467,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":57,"Cost":50,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":259,"Cost":148,"Date":"10/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":113,"Cost":105,"Date":"2/16/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":466,"Cost":249,"Date":"6/7/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":989,"Cost":765,"Date":"1/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":154,"Cost":138,"Date":"3/27/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":112,"Cost":63,"Date":"5/12/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":699,"Cost":364,"Date":"7/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":110,"Date":"8/8/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":636,"Cost":548,"Date":"12/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":482,"Cost":245,"Date":"1/17/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":427,"Cost":362,"Date":"3/8/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":759,"Cost":626,"Date":"6/6/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":350,"Cost":216,"Date":"6/16/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":207,"Cost":196,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":679,"Cost":383,"Date":"11/19/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":258,"Cost":231,"Date":"12/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":866,"Cost":640,"Date":"2/4/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":400,"Cost":273,"Date":"3/8/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":468,"Cost":327,"Date":"12/18/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":9,"Cost":7,"Date":"3/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":208,"Cost":179,"Date":"4/20/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":548,"Cost":467,"Date":"6/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":369,"Cost":302,"Date":"7/23/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":47,"Date":"11/21/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":323,"Cost":261,"Date":"11/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":904,"Cost":501,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":3,"Date":"5/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":447,"Cost":287,"Date":"9/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":905,"Cost":733,"Date":"1/3/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":319,"Cost":283,"Date":"2/2/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":755,"Cost":383,"Date":"3/18/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":384,"Cost":248,"Date":"10/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":669,"Cost":594,"Date":"2/16/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":978,"Cost":699,"Date":"6/7/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":180,"Cost":120,"Date":"1/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":895,"Cost":763,"Date":"3/27/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":546,"Cost":336,"Date":"5/12/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":420,"Cost":389,"Date":"7/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":209,"Cost":159,"Date":"8/8/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":23,"Cost":15,"Date":"12/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":296,"Cost":171,"Date":"1/17/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":24,"Cost":16,"Date":"3/8/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":702,"Cost":354,"Date":"6/6/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":55,"Cost":28,"Date":"6/16/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":860,"Cost":557,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":346,"Cost":195,"Date":"11/19/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":812,"Cost":641,"Date":"12/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":764,"Cost":687,"Date":"2/4/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":751,"Cost":494,"Date":"3/8/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":923,"Cost":761,"Date":"12/18/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":328,"Cost":228,"Date":"3/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":866,"Cost":497,"Date":"4/20/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":685,"Cost":510,"Date":"6/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":820,"Cost":705,"Date":"7/23/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":264,"Cost":143,"Date":"11/21/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":520,"Cost":301,"Date":"11/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":367,"Cost":302,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":377,"Cost":237,"Date":"5/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":901,"Cost":757,"Date":"9/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":174,"Cost":108,"Date":"1/3/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":67,"Cost":52,"Date":"2/2/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":251,"Cost":135,"Date":"3/18/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":347,"Cost":272,"Date":"10/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":731,"Cost":535,"Date":"2/16/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":99,"Cost":86,"Date":"6/7/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":402,"Cost":352,"Date":"1/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":613,"Cost":481,"Date":"3/27/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":546,"Cost":447,"Date":"5/12/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":149,"Cost":77,"Date":"7/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":486,"Cost":381,"Date":"8/8/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":754,"Date":"12/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":20,"Date":"1/17/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":812,"Cost":658,"Date":"3/8/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":260,"Cost":226,"Date":"6/6/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":434,"Cost":381,"Date":"6/16/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":435,"Cost":225,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":684,"Cost":343,"Date":"11/19/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":451,"Cost":292,"Date":"12/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":973,"Cost":686,"Date":"2/4/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":354,"Cost":224,"Date":"3/8/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":318,"Cost":220,"Date":"12/18/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":648,"Date":"3/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":470,"Cost":385,"Date":"4/20/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":59,"Cost":45,"Date":"6/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":551,"Date":"7/23/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":191,"Cost":116,"Date":"11/21/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":209,"Cost":107,"Date":"11/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":832,"Cost":657,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":783,"Cost":693,"Date":"5/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":543,"Cost":340,"Date":"9/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":190,"Cost":171,"Date":"1/3/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":526,"Cost":359,"Date":"2/2/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":341,"Date":"3/18/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":619,"Cost":336,"Date":"10/14/2024"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":878,"Cost":799,"Date":"2/16/2018"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":782,"Cost":659,"Date":"6/7/2018"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":392,"Date":"1/28/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":269,"Cost":235,"Date":"3/27/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":278,"Cost":255,"Date":"5/12/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":404,"Cost":270,"Date":"7/28/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":525,"Cost":459,"Date":"8/8/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":552,"Cost":515,"Date":"12/7/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":288,"Cost":199,"Date":"1/17/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":243,"Date":"3/8/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":23,"Date":"6/6/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":878,"Cost":797,"Date":"6/16/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":178,"Cost":128,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":91,"Cost":71,"Date":"11/19/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":436,"Date":"12/28/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":957,"Cost":543,"Date":"2/4/2021"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":586,"Cost":511,"Date":"3/8/2021"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":723,"Cost":674,"Date":"12/18/2021"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":795,"Date":"3/31/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":611,"Cost":502,"Date":"4/20/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":338,"Date":"6/26/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":925,"Cost":837,"Date":"7/23/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":591,"Cost":327,"Date":"11/21/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":796,"Cost":468,"Date":"11/26/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":659,"Cost":588,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":746,"Cost":536,"Date":"5/21/2023"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":150,"Cost":89,"Date":"9/28/2023"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":600,"Cost":440,"Date":"1/3/2024"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":970,"Cost":753,"Date":"2/2/2024"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":334,"Date":"3/18/2024"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":218,"Cost":199,"Date":"10/14/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":469,"Date":"2/16/2018"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":587,"Cost":306,"Date":"6/7/2018"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":417,"Cost":273,"Date":"1/28/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":192,"Cost":136,"Date":"3/27/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":700,"Cost":357,"Date":"5/12/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":529,"Cost":430,"Date":"7/28/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":288,"Cost":181,"Date":"8/8/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":912,"Cost":685,"Date":"12/7/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":885,"Cost":804,"Date":"1/17/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":656,"Cost":464,"Date":"3/8/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":796,"Cost":431,"Date":"6/6/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":309,"Cost":273,"Date":"6/16/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":485,"Cost":306,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":274,"Date":"11/19/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":966,"Cost":700,"Date":"12/28/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":863,"Cost":443,"Date":"2/4/2021"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":897,"Cost":794,"Date":"3/8/2021"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":212,"Cost":108,"Date":"12/18/2021"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":526,"Cost":367,"Date":"3/31/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":957,"Cost":630,"Date":"4/20/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":170,"Cost":125,"Date":"6/26/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":979,"Cost":569,"Date":"7/23/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":51,"Cost":39,"Date":"11/21/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":106,"Cost":72,"Date":"11/26/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":160,"Cost":140,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":81,"Cost":46,"Date":"5/21/2023"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":12,"Cost":9,"Date":"9/28/2023"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":67,"Date":"1/3/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":719,"Cost":627,"Date":"2/2/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":768,"Cost":435,"Date":"3/18/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":747,"Cost":420,"Date":"10/14/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":784,"Cost":679,"Date":"2/16/2018"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":250,"Cost":126,"Date":"6/7/2018"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":354,"Cost":253,"Date":"1/28/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":805,"Cost":629,"Date":"3/27/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":14,"Cost":12,"Date":"5/12/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":980,"Cost":806,"Date":"7/28/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":990,"Cost":657,"Date":"8/8/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":905,"Cost":549,"Date":"12/7/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":76,"Cost":68,"Date":"1/17/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":257,"Cost":160,"Date":"3/8/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":39,"Cost":35,"Date":"6/6/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":506,"Cost":404,"Date":"6/16/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":608,"Cost":407,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":566,"Cost":497,"Date":"11/19/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":809,"Cost":433,"Date":"12/28/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":929,"Cost":551,"Date":"2/4/2021"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":944,"Cost":675,"Date":"3/8/2021"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":356,"Cost":189,"Date":"12/18/2021"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":683,"Cost":618,"Date":"3/31/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":337,"Cost":312,"Date":"4/20/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":863,"Cost":653,"Date":"6/26/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":342,"Cost":214,"Date":"7/23/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":84,"Cost":44,"Date":"11/21/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":312,"Cost":204,"Date":"11/26/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":493,"Cost":454,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":794,"Cost":588,"Date":"5/21/2023"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":380,"Cost":292,"Date":"9/28/2023"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":296,"Cost":260,"Date":"1/3/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":681,"Cost":622,"Date":"2/2/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":158,"Cost":85,"Date":"3/18/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":581,"Cost":410,"Date":"10/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":678,"Cost":572,"Date":"2/16/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":121,"Cost":96,"Date":"6/7/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":261,"Cost":195,"Date":"1/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":414,"Cost":213,"Date":"3/27/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":877,"Cost":714,"Date":"5/12/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":209,"Cost":190,"Date":"7/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":289,"Cost":249,"Date":"8/8/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":221,"Cost":125,"Date":"12/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":639,"Cost":353,"Date":"1/17/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":667,"Cost":486,"Date":"3/8/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":346,"Cost":268,"Date":"6/6/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":387,"Cost":359,"Date":"6/16/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":269,"Cost":157,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":589,"Cost":361,"Date":"11/19/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":798,"Cost":418,"Date":"12/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":346,"Cost":195,"Date":"2/4/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":104,"Cost":59,"Date":"3/8/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":710,"Cost":371,"Date":"12/18/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":9,"Cost":5,"Date":"3/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":677,"Cost":475,"Date":"4/20/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":30,"Cost":26,"Date":"6/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":827,"Cost":502,"Date":"7/23/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":55,"Cost":47,"Date":"11/21/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":410,"Cost":247,"Date":"11/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":971,"Cost":685,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":463,"Cost":289,"Date":"5/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":576,"Cost":332,"Date":"9/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":602,"Cost":442,"Date":"1/3/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":445,"Cost":271,"Date":"2/2/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":329,"Cost":292,"Date":"3/18/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":568,"Cost":305,"Date":"10/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":958,"Cost":546,"Date":"2/16/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":549,"Cost":384,"Date":"6/7/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":859,"Cost":809,"Date":"1/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":184,"Date":"3/27/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":569,"Cost":326,"Date":"5/12/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":558,"Date":"7/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":797,"Date":"8/8/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":411,"Cost":329,"Date":"12/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":304,"Cost":200,"Date":"1/17/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":990,"Cost":516,"Date":"3/8/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":879,"Cost":780,"Date":"6/6/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":948,"Cost":855,"Date":"6/16/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":292,"Cost":175,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":752,"Date":"11/19/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":401,"Cost":279,"Date":"12/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":217,"Cost":148,"Date":"2/4/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":466,"Date":"3/8/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":530,"Cost":434,"Date":"12/18/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":659,"Cost":595,"Date":"3/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":69,"Date":"4/20/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":730,"Cost":445,"Date":"6/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":671,"Date":"7/23/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":922,"Cost":482,"Date":"11/21/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":791,"Cost":567,"Date":"11/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":268,"Cost":226,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":900,"Cost":635,"Date":"5/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":466,"Cost":407,"Date":"9/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":122,"Cost":114,"Date":"1/3/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":386,"Date":"2/2/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":997,"Cost":875,"Date":"3/18/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":712,"Cost":569,"Date":"10/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":757,"Cost":495,"Date":"2/16/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":771,"Cost":529,"Date":"6/7/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":230,"Cost":212,"Date":"1/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":321,"Cost":270,"Date":"3/27/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":951,"Cost":877,"Date":"5/12/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":197,"Cost":105,"Date":"7/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":578,"Cost":416,"Date":"8/8/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":86,"Cost":56,"Date":"12/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":437,"Cost":327,"Date":"1/17/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":406,"Cost":279,"Date":"3/8/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":692,"Cost":571,"Date":"6/6/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":20,"Cost":10,"Date":"6/16/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":102,"Cost":75,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":997,"Cost":926,"Date":"11/19/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":25,"Cost":16,"Date":"12/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":741,"Cost":411,"Date":"2/4/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":4,"Cost":4,"Date":"3/8/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":776,"Cost":601,"Date":"12/18/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":824,"Cost":763,"Date":"3/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":783,"Cost":645,"Date":"4/20/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":342,"Cost":182,"Date":"6/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":226,"Cost":119,"Date":"7/23/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":158,"Cost":146,"Date":"11/21/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":674,"Cost":426,"Date":"11/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":372,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":753,"Cost":478,"Date":"5/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":547,"Date":"9/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":784,"Cost":528,"Date":"1/3/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":304,"Cost":176,"Date":"2/2/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":526,"Cost":302,"Date":"3/18/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":499,"Cost":432,"Date":"10/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":303,"Cost":277,"Date":"2/16/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":70,"Date":"6/7/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":383,"Cost":291,"Date":"1/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":419,"Date":"3/27/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":211,"Date":"5/12/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":854,"Cost":595,"Date":"7/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":270,"Cost":196,"Date":"8/8/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":447,"Cost":244,"Date":"12/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":566,"Cost":536,"Date":"1/17/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":171,"Cost":113,"Date":"3/8/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":998,"Cost":945,"Date":"6/6/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":26,"Cost":24,"Date":"6/16/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":729,"Cost":378,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":949,"Cost":711,"Date":"11/19/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":673,"Cost":397,"Date":"12/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":213,"Cost":159,"Date":"2/4/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":474,"Date":"3/8/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":618,"Cost":559,"Date":"12/18/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":366,"Cost":259,"Date":"3/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":128,"Cost":65,"Date":"4/20/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":161,"Cost":114,"Date":"6/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":289,"Cost":191,"Date":"7/23/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":622,"Cost":383,"Date":"11/21/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":797,"Cost":645,"Date":"11/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":588,"Cost":556,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":364,"Cost":219,"Date":"5/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":814,"Cost":431,"Date":"9/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":903,"Cost":561,"Date":"1/3/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":524,"Date":"2/2/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":688,"Cost":451,"Date":"3/18/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":275,"Cost":174,"Date":"10/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":762,"Cost":559,"Date":"2/16/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":955,"Cost":516,"Date":"6/7/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":895,"Cost":447,"Date":"1/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":344,"Cost":232,"Date":"3/27/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":149,"Cost":141,"Date":"5/12/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":944,"Cost":573,"Date":"7/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":136,"Cost":82,"Date":"8/8/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":906,"Cost":572,"Date":"12/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":152,"Cost":127,"Date":"1/17/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":189,"Cost":121,"Date":"3/8/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":993,"Cost":782,"Date":"6/6/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":320,"Cost":164,"Date":"6/16/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":286,"Cost":227,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":261,"Cost":157,"Date":"11/19/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":243,"Cost":145,"Date":"12/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":327,"Cost":274,"Date":"2/4/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":5,"Cost":3,"Date":"3/8/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":308,"Cost":168,"Date":"12/18/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":704,"Cost":572,"Date":"3/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":584,"Cost":423,"Date":"4/20/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":356,"Cost":224,"Date":"6/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":11,"Cost":6,"Date":"7/23/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":8,"Cost":4,"Date":"11/21/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":966,"Cost":586,"Date":"11/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":190,"Cost":126,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":949,"Cost":578,"Date":"5/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":276,"Cost":260,"Date":"9/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":782,"Cost":513,"Date":"1/3/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":84,"Cost":48,"Date":"2/2/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":667,"Cost":620,"Date":"3/18/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":824,"Cost":471,"Date":"10/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":440,"Cost":407,"Date":"2/16/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":839,"Cost":704,"Date":"6/7/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":496,"Cost":324,"Date":"1/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":187,"Cost":166,"Date":"3/27/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":346,"Cost":186,"Date":"5/12/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":481,"Cost":277,"Date":"7/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":221,"Date":"8/8/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":299,"Cost":197,"Date":"12/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":687,"Date":"1/17/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":219,"Cost":130,"Date":"3/8/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":597,"Cost":413,"Date":"6/6/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":928,"Cost":579,"Date":"6/16/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":541,"Cost":328,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":179,"Cost":138,"Date":"11/19/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":19,"Cost":18,"Date":"12/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":476,"Date":"2/4/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":340,"Cost":267,"Date":"3/8/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":575,"Cost":368,"Date":"12/18/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":397,"Date":"3/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":59,"Date":"4/20/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":537,"Cost":401,"Date":"6/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":625,"Date":"7/23/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":401,"Cost":302,"Date":"11/21/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":532,"Date":"11/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":245,"Cost":149,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":874,"Cost":700,"Date":"5/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":637,"Date":"9/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":214,"Cost":118,"Date":"1/3/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":181,"Cost":151,"Date":"2/2/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":828,"Cost":750,"Date":"3/18/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":862,"Cost":520,"Date":"10/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":218,"Date":"2/16/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":350,"Date":"6/7/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":960,"Cost":689,"Date":"1/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":508,"Cost":330,"Date":"3/27/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":448,"Cost":226,"Date":"5/12/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":836,"Cost":624,"Date":"7/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":982,"Cost":801,"Date":"8/8/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":647,"Cost":398,"Date":"12/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":364,"Cost":185,"Date":"1/17/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":355,"Cost":247,"Date":"3/8/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":269,"Date":"6/6/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":79,"Cost":66,"Date":"6/16/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":548,"Cost":413,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":396,"Cost":314,"Date":"11/19/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":314,"Cost":275,"Date":"12/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":623,"Cost":404,"Date":"2/4/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":948,"Cost":531,"Date":"3/8/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":511,"Date":"12/18/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":256,"Date":"3/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":433,"Cost":284,"Date":"4/20/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":740,"Cost":667,"Date":"6/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":384,"Date":"7/23/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":913,"Cost":497,"Date":"11/21/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":235,"Cost":131,"Date":"11/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":234,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":310,"Cost":291,"Date":"5/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":255,"Date":"9/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":740,"Cost":689,"Date":"1/3/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":525,"Cost":381,"Date":"2/2/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":159,"Cost":147,"Date":"3/18/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":226,"Cost":175,"Date":"10/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":897,"Cost":845,"Date":"2/16/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":77,"Date":"6/7/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":485,"Date":"1/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":556,"Date":"3/27/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":770,"Cost":684,"Date":"5/12/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":500,"Cost":454,"Date":"7/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":873,"Cost":578,"Date":"8/8/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":849,"Cost":711,"Date":"12/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":937,"Cost":541,"Date":"1/17/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":508,"Cost":477,"Date":"3/8/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":277,"Cost":189,"Date":"6/6/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":365,"Date":"6/16/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":494,"Cost":430,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":998,"Cost":706,"Date":"11/19/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":648,"Cost":581,"Date":"12/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":525,"Date":"2/4/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":898,"Cost":671,"Date":"3/8/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":725,"Cost":386,"Date":"12/18/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":560,"Date":"3/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":26,"Cost":22,"Date":"4/20/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":386,"Cost":278,"Date":"6/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":509,"Date":"7/23/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":715,"Cost":559,"Date":"11/21/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":362,"Cost":291,"Date":"11/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":747,"Cost":577,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":481,"Cost":305,"Date":"5/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":461,"Cost":433,"Date":"9/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":488,"Cost":361,"Date":"1/3/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":852,"Cost":545,"Date":"2/2/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":250,"Date":"3/18/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":607,"Date":"10/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":24,"Date":"2/16/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":991,"Cost":676,"Date":"6/7/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":217,"Cost":165,"Date":"1/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":217,"Cost":148,"Date":"3/27/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":511,"Cost":298,"Date":"5/12/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":56,"Cost":50,"Date":"7/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":422,"Cost":217,"Date":"8/8/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":603,"Cost":487,"Date":"12/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":959,"Cost":509,"Date":"1/17/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":473,"Cost":278,"Date":"3/8/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":849,"Date":"6/6/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":568,"Cost":308,"Date":"6/16/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":365,"Cost":272,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":540,"Cost":440,"Date":"11/19/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":449,"Cost":327,"Date":"12/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":274,"Cost":181,"Date":"2/4/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":77,"Cost":57,"Date":"3/8/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":887,"Cost":590,"Date":"12/18/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":991,"Cost":683,"Date":"3/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":812,"Cost":627,"Date":"4/20/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":202,"Date":"6/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":50,"Date":"7/23/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":32,"Cost":29,"Date":"11/21/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":191,"Date":"11/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":347,"Cost":252,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":189,"Cost":179,"Date":"5/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":150,"Cost":109,"Date":"9/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":793,"Cost":417,"Date":"1/3/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":858,"Cost":508,"Date":"2/2/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":835,"Cost":705,"Date":"3/18/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":158,"Cost":144,"Date":"10/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":578,"Cost":438,"Date":"2/16/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":406,"Cost":283,"Date":"6/7/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":51,"Cost":28,"Date":"1/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":946,"Cost":622,"Date":"3/27/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":588,"Cost":342,"Date":"5/12/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":93,"Cost":77,"Date":"7/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":104,"Cost":57,"Date":"8/8/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":6,"Cost":4,"Date":"12/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":313,"Cost":208,"Date":"1/17/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":702,"Cost":651,"Date":"3/8/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":495,"Cost":384,"Date":"6/6/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":876,"Cost":452,"Date":"6/16/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":578,"Cost":485,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":464,"Cost":425,"Date":"11/19/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":247,"Cost":138,"Date":"12/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":932,"Cost":775,"Date":"2/4/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":669,"Cost":502,"Date":"3/8/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":771,"Cost":491,"Date":"12/18/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":626,"Cost":537,"Date":"3/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":633,"Cost":333,"Date":"4/20/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":708,"Cost":638,"Date":"6/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":991,"Cost":551,"Date":"7/23/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":177,"Cost":94,"Date":"11/21/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":151,"Cost":141,"Date":"11/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":747,"Cost":430,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":467,"Cost":316,"Date":"5/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":172,"Cost":109,"Date":"9/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":730,"Cost":441,"Date":"1/3/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":974,"Cost":666,"Date":"2/2/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":211,"Cost":122,"Date":"3/18/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":423,"Cost":228,"Date":"10/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":346,"Date":"2/16/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":590,"Cost":463,"Date":"6/7/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":620,"Cost":454,"Date":"1/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":619,"Cost":505,"Date":"3/27/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":688,"Cost":568,"Date":"5/12/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":20,"Cost":12,"Date":"7/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":152,"Cost":121,"Date":"8/8/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":135,"Cost":127,"Date":"12/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":280,"Date":"1/17/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":779,"Cost":736,"Date":"3/8/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":932,"Cost":504,"Date":"6/6/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":119,"Cost":61,"Date":"6/16/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":383,"Cost":285,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":369,"Cost":222,"Date":"11/19/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":325,"Cost":208,"Date":"12/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":841,"Cost":520,"Date":"2/4/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":130,"Cost":68,"Date":"3/8/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":55,"Cost":49,"Date":"12/18/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":27,"Cost":24,"Date":"3/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":879,"Cost":760,"Date":"4/20/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":920,"Cost":607,"Date":"6/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":805,"Cost":685,"Date":"7/23/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":385,"Cost":317,"Date":"11/21/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":822,"Cost":760,"Date":"11/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":283,"Cost":195,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":313,"Cost":231,"Date":"5/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":297,"Date":"9/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":191,"Cost":120,"Date":"1/3/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":121,"Cost":80,"Date":"2/2/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":469,"Date":"3/18/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":925,"Cost":559,"Date":"10/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":347,"Cost":261,"Date":"2/16/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":256,"Cost":158,"Date":"6/7/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":1,"Cost":1,"Date":"1/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":980,"Cost":623,"Date":"3/27/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":315,"Date":"5/12/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":117,"Cost":61,"Date":"7/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":194,"Cost":169,"Date":"8/8/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":424,"Cost":397,"Date":"12/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":424,"Cost":244,"Date":"1/17/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":883,"Cost":702,"Date":"3/8/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":972,"Cost":860,"Date":"6/6/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":128,"Date":"6/16/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":834,"Cost":780,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":110,"Date":"11/19/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":789,"Cost":602,"Date":"12/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":921,"Cost":541,"Date":"2/4/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":202,"Cost":147,"Date":"3/8/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":753,"Cost":500,"Date":"12/18/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":4,"Date":"3/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":187,"Cost":138,"Date":"4/20/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":519,"Cost":382,"Date":"6/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":797,"Cost":622,"Date":"7/23/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":419,"Date":"11/21/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":380,"Date":"11/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":363,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":250,"Cost":168,"Date":"5/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":477,"Cost":312,"Date":"9/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":768,"Cost":451,"Date":"1/3/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":61,"Cost":41,"Date":"2/2/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":380,"Cost":249,"Date":"3/18/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":37,"Cost":22,"Date":"10/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":90,"Date":"2/16/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":440,"Cost":348,"Date":"6/7/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":651,"Cost":363,"Date":"1/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":896,"Cost":460,"Date":"3/27/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":721,"Date":"5/12/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":842,"Cost":739,"Date":"7/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":180,"Date":"8/8/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":93,"Cost":54,"Date":"12/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":783,"Date":"1/17/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":744,"Cost":454,"Date":"3/8/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":87,"Cost":52,"Date":"6/6/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":195,"Date":"6/16/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":421,"Cost":237,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":712,"Cost":469,"Date":"11/19/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":334,"Cost":199,"Date":"12/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":428,"Cost":316,"Date":"2/4/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":640,"Cost":597,"Date":"3/8/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":104,"Cost":63,"Date":"12/18/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":837,"Cost":609,"Date":"3/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":663,"Date":"4/20/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":663,"Cost":331,"Date":"6/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":361,"Cost":285,"Date":"7/23/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":338,"Date":"11/21/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":923,"Cost":846,"Date":"11/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":904,"Cost":664,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":296,"Cost":163,"Date":"5/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":492,"Cost":347,"Date":"9/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":194,"Cost":155,"Date":"1/3/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":524,"Cost":397,"Date":"2/2/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":857,"Cost":699,"Date":"3/18/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":871,"Cost":565,"Date":"10/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":535,"Cost":391,"Date":"2/16/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":535,"Cost":293,"Date":"6/7/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":417,"Cost":269,"Date":"1/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":494,"Cost":288,"Date":"3/27/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":152,"Cost":99,"Date":"5/12/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":298,"Cost":223,"Date":"7/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":450,"Cost":298,"Date":"8/8/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":699,"Cost":492,"Date":"12/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":562,"Cost":466,"Date":"1/17/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":90,"Cost":45,"Date":"3/8/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":627,"Cost":432,"Date":"6/6/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":106,"Cost":89,"Date":"6/16/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":167,"Cost":112,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":315,"Cost":263,"Date":"11/19/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":372,"Cost":217,"Date":"12/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":780,"Cost":647,"Date":"2/4/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":292,"Cost":161,"Date":"3/8/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":855,"Cost":516,"Date":"12/18/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":435,"Cost":231,"Date":"3/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":234,"Cost":214,"Date":"4/20/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":57,"Cost":39,"Date":"6/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":523,"Cost":460,"Date":"7/23/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":133,"Cost":120,"Date":"11/21/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":827,"Cost":674,"Date":"11/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":702,"Cost":533,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":629,"Cost":458,"Date":"5/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":725,"Cost":597,"Date":"9/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":868,"Cost":534,"Date":"1/3/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":743,"Cost":690,"Date":"2/2/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":35,"Cost":32,"Date":"3/18/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":949,"Cost":743,"Date":"10/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":100,"Date":"2/16/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":335,"Cost":206,"Date":"6/7/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":40,"Cost":33,"Date":"1/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":304,"Cost":209,"Date":"3/27/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":723,"Cost":625,"Date":"5/12/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":119,"Cost":83,"Date":"7/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":45,"Cost":25,"Date":"8/8/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":901,"Cost":658,"Date":"12/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":160,"Cost":113,"Date":"1/17/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":379,"Cost":271,"Date":"3/8/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":717,"Cost":507,"Date":"6/6/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":826,"Cost":422,"Date":"6/16/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":1000,"Cost":739,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":721,"Cost":379,"Date":"11/19/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":647,"Cost":591,"Date":"12/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":226,"Date":"2/4/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":484,"Date":"3/8/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":827,"Cost":723,"Date":"12/18/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":218,"Cost":118,"Date":"3/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":569,"Cost":315,"Date":"4/20/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":243,"Cost":145,"Date":"6/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":647,"Cost":608,"Date":"7/23/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":432,"Cost":255,"Date":"11/21/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":670,"Cost":392,"Date":"11/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":359,"Cost":208,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":840,"Cost":620,"Date":"5/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":942,"Cost":712,"Date":"9/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":985,"Cost":584,"Date":"1/3/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":633,"Cost":597,"Date":"2/2/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":391,"Cost":327,"Date":"3/18/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":700,"Date":"10/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":476,"Cost":403,"Date":"2/16/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":745,"Cost":482,"Date":"6/7/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":988,"Cost":892,"Date":"1/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":102,"Date":"3/27/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":342,"Cost":196,"Date":"5/12/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":567,"Cost":380,"Date":"7/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":864,"Cost":603,"Date":"8/8/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":967,"Cost":635,"Date":"12/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":96,"Cost":77,"Date":"1/17/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":608,"Cost":311,"Date":"3/8/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":541,"Cost":467,"Date":"6/6/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":800,"Cost":417,"Date":"6/16/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":339,"Cost":264,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":637,"Date":"11/19/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":126,"Cost":86,"Date":"12/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":665,"Cost":383,"Date":"2/4/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":121,"Date":"3/8/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":969,"Cost":712,"Date":"12/18/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":459,"Date":"3/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":717,"Cost":485,"Date":"4/20/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":344,"Cost":225,"Date":"6/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":993,"Cost":789,"Date":"7/23/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":714,"Cost":358,"Date":"11/21/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":10,"Date":"11/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":229,"Cost":138,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":62,"Date":"5/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":7,"Cost":7,"Date":"9/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":602,"Cost":548,"Date":"1/3/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":148,"Cost":80,"Date":"2/2/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":393,"Cost":227,"Date":"3/18/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":461,"Cost":429,"Date":"10/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":991,"Cost":633,"Date":"2/16/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":428,"Cost":312,"Date":"6/7/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":105,"Cost":66,"Date":"1/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":369,"Cost":252,"Date":"3/27/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":996,"Cost":675,"Date":"5/12/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":272,"Cost":194,"Date":"7/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":840,"Cost":761,"Date":"8/8/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":994,"Cost":765,"Date":"12/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":293,"Cost":148,"Date":"1/17/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":347,"Cost":319,"Date":"3/8/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":89,"Cost":45,"Date":"6/6/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":846,"Cost":720,"Date":"6/16/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":291,"Cost":196,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":778,"Cost":431,"Date":"11/19/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":204,"Cost":104,"Date":"12/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":589,"Cost":552,"Date":"2/4/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":469,"Cost":267,"Date":"3/8/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":504,"Cost":347,"Date":"12/18/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":476,"Cost":330,"Date":"3/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":660,"Cost":613,"Date":"4/20/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":552,"Cost":485,"Date":"6/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":307,"Cost":171,"Date":"7/23/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":950,"Cost":480,"Date":"11/21/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":911,"Cost":708,"Date":"11/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":897,"Cost":844,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":971,"Cost":658,"Date":"5/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":772,"Cost":449,"Date":"9/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":590,"Cost":480,"Date":"1/3/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":713,"Cost":617,"Date":"2/2/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":859,"Cost":440,"Date":"3/18/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":674,"Cost":412,"Date":"10/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":308,"Cost":236,"Date":"2/16/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":46,"Cost":32,"Date":"6/7/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":18,"Cost":10,"Date":"1/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":289,"Cost":221,"Date":"3/27/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":223,"Cost":198,"Date":"5/12/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":492,"Cost":327,"Date":"7/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":115,"Cost":104,"Date":"8/8/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":174,"Cost":128,"Date":"12/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":250,"Cost":237,"Date":"1/17/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":503,"Cost":342,"Date":"3/8/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":524,"Cost":481,"Date":"6/6/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":998,"Cost":583,"Date":"6/16/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":996,"Cost":672,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":692,"Cost":556,"Date":"11/19/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":248,"Cost":232,"Date":"12/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":384,"Cost":346,"Date":"2/4/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":846,"Cost":540,"Date":"3/8/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":89,"Cost":49,"Date":"12/18/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":10,"Cost":8,"Date":"3/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":945,"Cost":532,"Date":"4/20/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":331,"Cost":268,"Date":"6/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":946,"Cost":659,"Date":"7/23/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":641,"Cost":403,"Date":"11/21/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":932,"Cost":504,"Date":"11/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":376,"Cost":333,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":247,"Cost":219,"Date":"5/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":587,"Cost":406,"Date":"9/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":390,"Cost":226,"Date":"1/3/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":609,"Cost":406,"Date":"2/2/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":643,"Cost":578,"Date":"3/18/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":629,"Cost":319,"Date":"10/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":685,"Cost":375,"Date":"2/16/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":708,"Cost":478,"Date":"6/7/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":774,"Cost":477,"Date":"1/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":802,"Date":"3/27/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":739,"Cost":603,"Date":"5/12/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":300,"Date":"7/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":806,"Cost":488,"Date":"8/8/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":473,"Cost":307,"Date":"12/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":283,"Date":"1/17/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":961,"Cost":567,"Date":"3/8/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":766,"Cost":650,"Date":"6/6/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":787,"Cost":434,"Date":"6/16/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":396,"Cost":231,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":229,"Cost":188,"Date":"11/19/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":652,"Date":"12/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":478,"Cost":292,"Date":"2/4/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":425,"Cost":284,"Date":"3/8/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":327,"Date":"12/18/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":440,"Cost":409,"Date":"3/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":478,"Cost":447,"Date":"4/20/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":50,"Date":"6/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":609,"Cost":364,"Date":"7/23/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":598,"Cost":310,"Date":"11/21/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":896,"Cost":728,"Date":"11/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":177,"Cost":137,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":520,"Cost":426,"Date":"5/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":293,"Cost":153,"Date":"9/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":536,"Date":"1/3/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":300,"Cost":164,"Date":"2/2/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":573,"Cost":429,"Date":"3/18/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":484,"Cost":372,"Date":"10/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":966,"Cost":795,"Date":"2/16/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":971,"Cost":737,"Date":"6/7/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":153,"Cost":143,"Date":"1/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":783,"Cost":733,"Date":"3/27/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":504,"Cost":451,"Date":"5/12/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":250,"Cost":153,"Date":"7/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":753,"Cost":674,"Date":"8/8/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":306,"Cost":204,"Date":"12/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":675,"Cost":475,"Date":"1/17/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":529,"Cost":287,"Date":"3/8/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":180,"Cost":159,"Date":"6/6/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":698,"Cost":357,"Date":"6/16/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":894,"Cost":828,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":578,"Cost":294,"Date":"11/19/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":505,"Cost":274,"Date":"12/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":115,"Cost":60,"Date":"2/4/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":226,"Cost":203,"Date":"3/8/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":158,"Cost":122,"Date":"12/18/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":831,"Cost":597,"Date":"3/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":642,"Cost":465,"Date":"4/20/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":925,"Cost":464,"Date":"6/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":999,"Cost":720,"Date":"7/23/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":45,"Cost":41,"Date":"11/21/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":736,"Cost":471,"Date":"11/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":541,"Cost":411,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":543,"Cost":503,"Date":"5/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":482,"Cost":258,"Date":"9/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":862,"Cost":767,"Date":"1/3/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":362,"Cost":261,"Date":"2/2/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":591,"Cost":520,"Date":"3/18/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":796,"Cost":743,"Date":"10/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":60,"Cost":50,"Date":"2/16/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":625,"Date":"6/7/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":326,"Date":"1/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":980,"Cost":670,"Date":"3/27/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":143,"Cost":111,"Date":"5/12/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":119,"Cost":94,"Date":"7/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":854,"Cost":711,"Date":"8/8/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":22,"Cost":12,"Date":"12/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":700,"Cost":584,"Date":"1/17/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":135,"Date":"3/8/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":367,"Cost":252,"Date":"6/6/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":71,"Cost":61,"Date":"6/16/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":68,"Cost":38,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":803,"Cost":526,"Date":"11/19/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":16,"Cost":15,"Date":"12/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":545,"Cost":442,"Date":"2/4/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":117,"Date":"3/8/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":221,"Date":"12/18/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":806,"Cost":571,"Date":"3/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":560,"Cost":519,"Date":"4/20/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":497,"Cost":343,"Date":"6/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":448,"Date":"7/23/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":15,"Cost":10,"Date":"11/21/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":39,"Cost":34,"Date":"11/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":759,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":983,"Cost":811,"Date":"5/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":26,"Cost":21,"Date":"9/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":744,"Cost":570,"Date":"1/3/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":241,"Cost":227,"Date":"2/2/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":661,"Cost":568,"Date":"3/18/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":833,"Cost":443,"Date":"10/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":411,"Cost":271,"Date":"2/16/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":712,"Cost":375,"Date":"6/7/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":885,"Cost":578,"Date":"1/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":282,"Cost":195,"Date":"3/27/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":224,"Cost":150,"Date":"5/12/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":852,"Cost":697,"Date":"7/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":802,"Cost":538,"Date":"8/8/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":669,"Cost":450,"Date":"12/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":805,"Cost":672,"Date":"1/17/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":509,"Cost":391,"Date":"3/8/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":972,"Cost":546,"Date":"6/6/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":701,"Cost":357,"Date":"6/16/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":861,"Cost":509,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":333,"Cost":264,"Date":"11/19/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":39,"Cost":31,"Date":"12/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":628,"Cost":434,"Date":"2/4/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":773,"Cost":459,"Date":"3/8/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":3,"Cost":3,"Date":"12/18/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":731,"Cost":673,"Date":"3/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":282,"Cost":255,"Date":"4/20/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":342,"Cost":179,"Date":"6/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":475,"Cost":311,"Date":"7/23/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":117,"Cost":67,"Date":"11/21/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":951,"Cost":672,"Date":"11/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":782,"Cost":560,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":461,"Cost":323,"Date":"5/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":550,"Cost":372,"Date":"9/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":190,"Cost":115,"Date":"1/3/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":771,"Cost":572,"Date":"2/2/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":84,"Cost":47,"Date":"3/18/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":635,"Cost":365,"Date":"10/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":616,"Cost":548,"Date":"2/16/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":308,"Cost":157,"Date":"6/7/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":173,"Cost":150,"Date":"1/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":884,"Cost":547,"Date":"3/27/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":142,"Cost":95,"Date":"5/12/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":750,"Cost":641,"Date":"7/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":68,"Cost":60,"Date":"8/8/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":401,"Cost":284,"Date":"12/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":411,"Cost":316,"Date":"1/17/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":97,"Cost":91,"Date":"3/8/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":181,"Cost":91,"Date":"6/6/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":132,"Cost":104,"Date":"6/16/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":515,"Cost":408,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":790,"Cost":457,"Date":"11/19/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":524,"Cost":299,"Date":"12/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":424,"Cost":337,"Date":"2/4/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":526,"Cost":437,"Date":"3/8/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":988,"Cost":766,"Date":"12/18/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":527,"Cost":312,"Date":"3/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":787,"Cost":568,"Date":"4/20/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":846,"Cost":652,"Date":"6/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":450,"Cost":355,"Date":"7/23/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":458,"Cost":244,"Date":"11/21/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":247,"Cost":124,"Date":"11/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":866,"Cost":765,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":377,"Cost":275,"Date":"5/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":452,"Cost":418,"Date":"9/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":434,"Cost":316,"Date":"1/3/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":408,"Cost":262,"Date":"2/2/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":979,"Cost":491,"Date":"3/18/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":645,"Cost":605,"Date":"10/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":616,"Cost":370,"Date":"2/16/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":614,"Cost":503,"Date":"6/7/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":961,"Cost":697,"Date":"1/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":880,"Date":"3/27/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":150,"Cost":110,"Date":"5/12/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":108,"Date":"7/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":377,"Cost":220,"Date":"8/8/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":418,"Date":"12/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":493,"Date":"1/17/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":914,"Date":"3/8/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":410,"Date":"6/6/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":18,"Cost":15,"Date":"6/16/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":97,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":355,"Cost":199,"Date":"11/19/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":646,"Cost":345,"Date":"12/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":965,"Cost":902,"Date":"2/4/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":289,"Cost":146,"Date":"3/8/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":6,"Cost":4,"Date":"12/18/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":359,"Date":"3/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":105,"Cost":73,"Date":"4/20/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":857,"Cost":512,"Date":"6/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":698,"Date":"7/23/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":483,"Cost":388,"Date":"11/21/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":54,"Cost":29,"Date":"11/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":187,"Cost":95,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":821,"Cost":541,"Date":"5/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":799,"Date":"9/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":64,"Date":"1/3/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":610,"Cost":532,"Date":"2/2/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":469,"Cost":411,"Date":"3/18/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":118,"Cost":104,"Date":"10/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":759,"Cost":534,"Date":"2/16/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":537,"Cost":459,"Date":"6/7/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":803,"Cost":500,"Date":"1/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":116,"Cost":69,"Date":"3/27/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":450,"Cost":343,"Date":"5/12/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":119,"Cost":60,"Date":"7/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":250,"Cost":134,"Date":"8/8/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":96,"Cost":87,"Date":"12/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":256,"Cost":157,"Date":"1/17/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":230,"Cost":196,"Date":"3/8/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":129,"Cost":105,"Date":"6/6/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":640,"Cost":541,"Date":"6/16/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":598,"Cost":307,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":248,"Cost":138,"Date":"11/19/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":114,"Cost":71,"Date":"12/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":780,"Cost":568,"Date":"2/4/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":846,"Cost":436,"Date":"3/8/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":571,"Cost":421,"Date":"12/18/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":296,"Cost":192,"Date":"3/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":813,"Cost":491,"Date":"4/20/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":590,"Cost":382,"Date":"6/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":747,"Cost":487,"Date":"7/23/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":713,"Cost":514,"Date":"11/21/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":784,"Cost":727,"Date":"11/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":967,"Cost":839,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":887,"Cost":527,"Date":"5/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":256,"Cost":136,"Date":"9/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":95,"Cost":82,"Date":"1/3/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":520,"Cost":360,"Date":"2/2/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":352,"Cost":255,"Date":"3/18/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":837,"Cost":446,"Date":"10/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":48,"Cost":35,"Date":"2/16/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":396,"Date":"6/7/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":939,"Cost":506,"Date":"1/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":76,"Cost":70,"Date":"3/27/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":985,"Cost":930,"Date":"5/12/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":15,"Cost":8,"Date":"7/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":345,"Cost":274,"Date":"8/8/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":4,"Cost":2,"Date":"12/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":958,"Cost":830,"Date":"1/17/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":182,"Cost":93,"Date":"3/8/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":672,"Date":"6/6/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":816,"Cost":603,"Date":"6/16/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":874,"Cost":706,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":720,"Cost":559,"Date":"11/19/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":478,"Date":"12/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":96,"Cost":85,"Date":"2/4/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":149,"Cost":125,"Date":"3/8/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":348,"Cost":267,"Date":"12/18/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":970,"Cost":641,"Date":"3/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":463,"Date":"4/20/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":571,"Cost":312,"Date":"6/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":78,"Cost":68,"Date":"7/23/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":761,"Cost":437,"Date":"11/21/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":86,"Date":"11/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":738,"Cost":529,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":325,"Date":"5/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":448,"Cost":362,"Date":"9/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":321,"Cost":182,"Date":"1/3/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":742,"Date":"2/2/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":398,"Cost":337,"Date":"3/18/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":591,"Cost":439,"Date":"10/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":960,"Cost":580,"Date":"2/16/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":658,"Cost":583,"Date":"6/7/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":223,"Date":"1/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":235,"Cost":136,"Date":"3/27/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":389,"Cost":229,"Date":"5/12/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":304,"Cost":182,"Date":"7/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":802,"Cost":705,"Date":"8/8/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":38,"Date":"12/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":527,"Cost":397,"Date":"1/17/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":659,"Cost":499,"Date":"3/8/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":905,"Cost":485,"Date":"6/6/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":253,"Cost":173,"Date":"6/16/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":780,"Cost":412,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":783,"Cost":675,"Date":"11/19/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":501,"Cost":394,"Date":"12/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":378,"Date":"2/4/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":71,"Cost":38,"Date":"3/8/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":105,"Date":"12/18/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":663,"Cost":481,"Date":"3/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":609,"Cost":530,"Date":"4/20/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":32,"Cost":17,"Date":"6/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":136,"Cost":120,"Date":"7/23/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":338,"Cost":295,"Date":"11/21/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":505,"Cost":366,"Date":"11/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":460,"Cost":255,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":913,"Cost":641,"Date":"5/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":188,"Cost":146,"Date":"9/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":175,"Date":"1/3/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":608,"Date":"2/2/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":225,"Cost":199,"Date":"3/18/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":237,"Cost":173,"Date":"10/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":262,"Cost":242,"Date":"2/16/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":313,"Date":"6/7/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":224,"Cost":159,"Date":"1/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":445,"Cost":225,"Date":"3/27/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":844,"Cost":761,"Date":"5/12/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":415,"Date":"7/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":702,"Cost":455,"Date":"8/8/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":123,"Cost":84,"Date":"12/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":60,"Date":"1/17/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":54,"Cost":27,"Date":"3/8/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":743,"Cost":705,"Date":"6/6/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":348,"Date":"6/16/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":360,"Cost":213,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":800,"Date":"11/19/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":681,"Date":"12/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":499,"Cost":399,"Date":"2/4/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":878,"Cost":747,"Date":"3/8/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":348,"Cost":269,"Date":"12/18/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":547,"Cost":328,"Date":"3/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":11,"Cost":7,"Date":"4/20/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":822,"Cost":471,"Date":"6/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":139,"Cost":90,"Date":"7/23/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":140,"Cost":132,"Date":"11/21/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":640,"Date":"11/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":155,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":349,"Cost":201,"Date":"5/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":440,"Date":"9/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":778,"Cost":570,"Date":"1/3/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":791,"Cost":577,"Date":"2/2/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":228,"Cost":181,"Date":"3/18/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":493,"Cost":361,"Date":"10/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":621,"Cost":344,"Date":"2/16/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":172,"Cost":154,"Date":"6/7/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":742,"Cost":587,"Date":"1/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":683,"Cost":473,"Date":"3/27/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":487,"Cost":311,"Date":"5/12/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":943,"Cost":618,"Date":"7/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":501,"Cost":312,"Date":"8/8/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":935,"Cost":722,"Date":"12/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":173,"Cost":110,"Date":"1/17/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":588,"Cost":358,"Date":"3/8/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":525,"Cost":443,"Date":"6/6/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":65,"Cost":40,"Date":"6/16/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":803,"Cost":478,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":464,"Cost":438,"Date":"11/19/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":653,"Cost":388,"Date":"12/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":930,"Cost":516,"Date":"2/4/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"3/8/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":317,"Cost":216,"Date":"12/18/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":833,"Cost":670,"Date":"3/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":664,"Cost":513,"Date":"4/20/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":899,"Cost":561,"Date":"6/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":208,"Cost":164,"Date":"7/23/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":243,"Cost":127,"Date":"11/21/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":27,"Cost":14,"Date":"11/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":74,"Cost":64,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":452,"Cost":320,"Date":"5/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":705,"Cost":439,"Date":"9/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":465,"Cost":405,"Date":"1/3/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":286,"Cost":150,"Date":"2/2/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":650,"Cost":610,"Date":"3/18/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":211,"Cost":131,"Date":"10/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":385,"Cost":342,"Date":"2/16/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":976,"Cost":643,"Date":"6/7/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":982,"Cost":502,"Date":"1/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":775,"Cost":600,"Date":"3/27/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":570,"Cost":441,"Date":"5/12/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":976,"Cost":836,"Date":"7/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":699,"Cost":388,"Date":"8/8/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":769,"Cost":707,"Date":"12/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":128,"Cost":113,"Date":"1/17/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":718,"Cost":561,"Date":"3/8/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":207,"Cost":145,"Date":"6/6/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":188,"Cost":147,"Date":"6/16/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":534,"Cost":300,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":89,"Cost":54,"Date":"11/19/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":472,"Cost":333,"Date":"12/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":582,"Cost":551,"Date":"2/4/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":930,"Cost":703,"Date":"3/8/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":877,"Cost":561,"Date":"12/18/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":407,"Cost":288,"Date":"3/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":329,"Cost":273,"Date":"4/20/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":34,"Cost":24,"Date":"6/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":433,"Cost":352,"Date":"7/23/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":599,"Cost":481,"Date":"11/21/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":336,"Cost":307,"Date":"11/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":550,"Cost":404,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":846,"Cost":620,"Date":"5/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":512,"Cost":332,"Date":"9/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":133,"Cost":80,"Date":"1/3/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":131,"Cost":82,"Date":"2/2/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":480,"Cost":354,"Date":"3/18/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":479,"Cost":302,"Date":"10/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":653,"Cost":570,"Date":"2/16/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":116,"Cost":85,"Date":"6/7/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":940,"Cost":761,"Date":"1/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":906,"Cost":767,"Date":"3/27/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":267,"Cost":217,"Date":"5/12/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":265,"Cost":184,"Date":"7/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":392,"Cost":358,"Date":"8/8/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":421,"Date":"12/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":365,"Date":"1/17/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":287,"Date":"3/8/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":968,"Cost":914,"Date":"6/6/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":75,"Cost":55,"Date":"6/16/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":943,"Cost":633,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":627,"Cost":338,"Date":"11/19/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":680,"Cost":425,"Date":"12/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":839,"Cost":484,"Date":"2/4/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":933,"Cost":800,"Date":"3/8/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":560,"Date":"12/18/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":438,"Cost":381,"Date":"3/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":742,"Date":"4/20/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":13,"Cost":7,"Date":"6/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":184,"Cost":142,"Date":"7/23/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":64,"Cost":53,"Date":"11/21/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":821,"Cost":743,"Date":"11/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":958,"Cost":576,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":164,"Cost":124,"Date":"5/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":638,"Cost":416,"Date":"9/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":868,"Cost":569,"Date":"1/3/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":843,"Cost":657,"Date":"2/2/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":286,"Cost":236,"Date":"3/18/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":828,"Cost":682,"Date":"10/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":594,"Date":"2/16/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":443,"Cost":248,"Date":"6/7/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":630,"Cost":397,"Date":"1/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":262,"Date":"3/27/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":920,"Cost":809,"Date":"5/12/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":377,"Cost":230,"Date":"7/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":401,"Date":"8/8/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":277,"Cost":228,"Date":"12/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":517,"Date":"1/17/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":146,"Date":"3/8/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":215,"Cost":117,"Date":"6/6/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":721,"Cost":442,"Date":"6/16/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":27,"Cost":16,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":43,"Date":"11/19/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":535,"Cost":389,"Date":"12/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":791,"Cost":513,"Date":"2/4/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":108,"Date":"3/8/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":737,"Cost":530,"Date":"12/18/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":101,"Date":"3/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":473,"Date":"4/20/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":537,"Cost":294,"Date":"6/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":457,"Cost":412,"Date":"7/23/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":138,"Date":"11/21/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":355,"Cost":230,"Date":"11/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":341,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":608,"Date":"5/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":669,"Cost":445,"Date":"9/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":885,"Cost":726,"Date":"1/3/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":921,"Cost":503,"Date":"2/2/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":191,"Cost":164,"Date":"3/18/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":114,"Cost":58,"Date":"10/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":635,"Cost":487,"Date":"2/16/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":303,"Cost":192,"Date":"6/7/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":414,"Date":"1/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":546,"Cost":277,"Date":"3/27/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":994,"Cost":518,"Date":"5/12/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":196,"Cost":130,"Date":"7/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":718,"Cost":431,"Date":"8/8/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":502,"Cost":390,"Date":"12/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":518,"Cost":361,"Date":"1/17/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":944,"Cost":839,"Date":"3/8/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":51,"Cost":43,"Date":"6/6/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":715,"Cost":571,"Date":"6/16/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":646,"Cost":372,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":292,"Cost":260,"Date":"11/19/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":416,"Date":"12/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":719,"Cost":479,"Date":"2/4/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":570,"Cost":403,"Date":"3/8/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":698,"Cost":653,"Date":"12/18/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":296,"Cost":231,"Date":"3/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":183,"Date":"4/20/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":134,"Cost":108,"Date":"6/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":36,"Cost":22,"Date":"7/23/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":739,"Cost":512,"Date":"11/21/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":235,"Cost":208,"Date":"11/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":475,"Cost":427,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":56,"Cost":52,"Date":"5/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":377,"Date":"9/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":253,"Date":"1/3/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":558,"Cost":527,"Date":"2/2/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":724,"Date":"3/18/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":121,"Cost":105,"Date":"10/14/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":303,"Cost":172,"Date":"2/16/2018"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":155,"Cost":133,"Date":"6/7/2018"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":264,"Cost":158,"Date":"1/28/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":592,"Cost":436,"Date":"3/27/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":106,"Cost":53,"Date":"5/12/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":956,"Cost":566,"Date":"7/28/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":476,"Cost":292,"Date":"8/8/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":610,"Cost":479,"Date":"12/7/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":344,"Cost":302,"Date":"1/17/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":973,"Cost":604,"Date":"3/8/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":165,"Cost":91,"Date":"6/6/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":470,"Cost":258,"Date":"6/16/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":621,"Cost":314,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":399,"Cost":199,"Date":"11/19/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":457,"Cost":356,"Date":"12/28/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":443,"Cost":285,"Date":"2/4/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":100,"Cost":62,"Date":"3/8/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":124,"Cost":93,"Date":"12/18/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":146,"Cost":115,"Date":"3/31/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":539,"Cost":364,"Date":"4/20/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":313,"Cost":297,"Date":"6/26/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":911,"Cost":849,"Date":"7/23/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":50,"Cost":26,"Date":"11/21/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":999,"Cost":738,"Date":"11/26/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":596,"Cost":357,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":319,"Cost":194,"Date":"5/21/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":195,"Cost":120,"Date":"9/28/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":843,"Cost":621,"Date":"1/3/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":448,"Cost":370,"Date":"2/2/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":755,"Cost":467,"Date":"3/18/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":810,"Cost":764,"Date":"10/14/2024"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":553,"Cost":284,"Date":"2/16/2018"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":758,"Cost":655,"Date":"6/7/2018"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":983,"Cost":816,"Date":"1/28/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":12,"Cost":9,"Date":"3/27/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":739,"Cost":447,"Date":"5/12/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":85,"Cost":65,"Date":"7/28/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":433,"Cost":325,"Date":"8/8/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":912,"Cost":812,"Date":"12/7/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":788,"Cost":740,"Date":"1/17/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":885,"Cost":585,"Date":"3/8/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":499,"Cost":376,"Date":"6/6/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":550,"Cost":401,"Date":"6/16/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":346,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":902,"Cost":796,"Date":"11/19/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":416,"Cost":212,"Date":"12/28/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":223,"Cost":148,"Date":"2/4/2021"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":802,"Cost":417,"Date":"3/8/2021"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":822,"Cost":550,"Date":"12/18/2021"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":360,"Cost":222,"Date":"3/31/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":105,"Date":"4/20/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":199,"Cost":118,"Date":"6/26/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":481,"Cost":370,"Date":"7/23/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":434,"Cost":359,"Date":"11/21/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":510,"Cost":369,"Date":"11/26/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":276,"Cost":262,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":259,"Date":"5/21/2023"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":223,"Cost":163,"Date":"9/28/2023"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":290,"Cost":182,"Date":"1/3/2024"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":841,"Cost":764,"Date":"2/2/2024"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":492,"Date":"3/18/2024"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":256,"Cost":184,"Date":"10/14/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":601,"Cost":496,"Date":"2/16/2018"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":952,"Cost":810,"Date":"6/7/2018"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":511,"Cost":343,"Date":"1/28/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":595,"Cost":348,"Date":"3/27/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":542,"Cost":357,"Date":"5/12/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":631,"Cost":569,"Date":"7/28/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":40,"Cost":21,"Date":"8/8/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":9,"Cost":4,"Date":"12/7/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":366,"Cost":345,"Date":"1/17/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":998,"Cost":640,"Date":"3/8/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":928,"Cost":632,"Date":"6/6/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":567,"Cost":530,"Date":"6/16/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":284,"Cost":249,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":570,"Cost":368,"Date":"11/19/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":886,"Cost":656,"Date":"12/28/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":94,"Cost":53,"Date":"2/4/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":892,"Cost":794,"Date":"3/8/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":305,"Cost":182,"Date":"12/18/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":844,"Cost":568,"Date":"3/31/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":767,"Cost":687,"Date":"4/20/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":175,"Cost":99,"Date":"6/26/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":593,"Cost":387,"Date":"7/23/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":819,"Cost":509,"Date":"11/21/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":929,"Cost":506,"Date":"11/26/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":736,"Cost":387,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":75,"Cost":54,"Date":"5/21/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":338,"Cost":314,"Date":"9/28/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":544,"Cost":402,"Date":"1/3/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":394,"Cost":264,"Date":"2/2/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":246,"Cost":172,"Date":"3/18/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":296,"Cost":262,"Date":"10/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":497,"Cost":415,"Date":"2/16/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":367,"Cost":346,"Date":"6/7/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":712,"Cost":645,"Date":"1/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":408,"Cost":225,"Date":"3/27/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":77,"Cost":62,"Date":"5/12/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":435,"Cost":260,"Date":"7/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":122,"Cost":99,"Date":"8/8/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":794,"Cost":547,"Date":"12/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":442,"Cost":306,"Date":"1/17/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":673,"Cost":556,"Date":"3/8/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":556,"Cost":301,"Date":"6/6/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":334,"Cost":169,"Date":"6/16/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":556,"Cost":313,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":230,"Date":"11/19/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":460,"Date":"12/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":660,"Cost":373,"Date":"2/4/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":262,"Cost":157,"Date":"3/8/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":83,"Cost":72,"Date":"12/18/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":680,"Cost":453,"Date":"3/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":441,"Date":"4/20/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":842,"Cost":579,"Date":"6/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":193,"Cost":170,"Date":"7/23/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":805,"Cost":723,"Date":"11/21/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":637,"Date":"11/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":463,"Cost":337,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":605,"Cost":431,"Date":"5/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":532,"Cost":440,"Date":"9/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":708,"Cost":634,"Date":"1/3/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":175,"Cost":125,"Date":"2/2/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":266,"Cost":177,"Date":"3/18/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":765,"Cost":392,"Date":"10/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":281,"Date":"2/16/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":116,"Cost":90,"Date":"6/7/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":614,"Date":"1/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":407,"Cost":325,"Date":"3/27/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":668,"Date":"5/12/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":531,"Cost":502,"Date":"7/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":486,"Date":"8/8/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":536,"Date":"12/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":788,"Cost":455,"Date":"1/17/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":108,"Cost":83,"Date":"3/8/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":935,"Cost":777,"Date":"6/6/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":728,"Cost":610,"Date":"6/16/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":29,"Cost":17,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":700,"Cost":433,"Date":"11/19/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":266,"Cost":229,"Date":"12/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":205,"Cost":167,"Date":"2/4/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":484,"Cost":361,"Date":"3/8/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":248,"Cost":151,"Date":"12/18/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":664,"Cost":501,"Date":"3/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":674,"Date":"4/20/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":188,"Date":"6/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":819,"Cost":429,"Date":"7/23/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":976,"Cost":890,"Date":"11/21/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":539,"Date":"11/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":210,"Cost":111,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":201,"Cost":171,"Date":"5/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":429,"Date":"9/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":36,"Cost":31,"Date":"1/3/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":219,"Cost":157,"Date":"2/2/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":69,"Cost":58,"Date":"3/18/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":130,"Cost":121,"Date":"10/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":31,"Cost":20,"Date":"2/16/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":276,"Date":"6/7/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":132,"Cost":119,"Date":"1/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":839,"Cost":554,"Date":"3/27/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":571,"Date":"5/12/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":144,"Cost":131,"Date":"7/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":111,"Date":"8/8/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":329,"Date":"12/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":564,"Cost":364,"Date":"1/17/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":495,"Cost":436,"Date":"3/8/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":572,"Cost":298,"Date":"6/6/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":690,"Cost":383,"Date":"6/16/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":183,"Cost":124,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":96,"Date":"11/19/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":49,"Date":"12/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":827,"Cost":620,"Date":"2/4/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":162,"Date":"3/8/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":334,"Date":"12/18/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":859,"Cost":792,"Date":"3/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":389,"Cost":218,"Date":"4/20/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":679,"Cost":530,"Date":"6/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":207,"Date":"7/23/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":628,"Date":"11/21/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":253,"Cost":176,"Date":"11/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":892,"Cost":801,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":398,"Cost":226,"Date":"5/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":614,"Cost":557,"Date":"9/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":238,"Cost":151,"Date":"1/3/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":401,"Cost":306,"Date":"2/2/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":828,"Cost":596,"Date":"3/18/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":409,"Date":"10/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":15,"Cost":12,"Date":"2/16/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":531,"Cost":490,"Date":"6/7/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":37,"Cost":20,"Date":"1/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":177,"Cost":91,"Date":"3/27/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":246,"Date":"5/12/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":573,"Cost":388,"Date":"7/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":209,"Date":"8/8/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":679,"Cost":494,"Date":"12/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":400,"Cost":267,"Date":"1/17/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":506,"Cost":270,"Date":"3/8/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":656,"Cost":471,"Date":"6/6/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":540,"Cost":408,"Date":"6/16/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":628,"Cost":318,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":971,"Cost":738,"Date":"11/19/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":446,"Date":"12/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":713,"Cost":491,"Date":"2/4/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":566,"Cost":318,"Date":"3/8/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":113,"Cost":98,"Date":"12/18/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":896,"Cost":578,"Date":"3/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":416,"Cost":381,"Date":"4/20/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":749,"Cost":377,"Date":"6/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":940,"Cost":776,"Date":"7/23/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":476,"Cost":379,"Date":"11/21/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":682,"Cost":410,"Date":"11/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":966,"Cost":748,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":296,"Date":"5/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":763,"Cost":703,"Date":"9/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":527,"Cost":412,"Date":"1/3/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":202,"Cost":127,"Date":"2/2/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":119,"Cost":81,"Date":"3/18/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":675,"Cost":544,"Date":"10/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":864,"Cost":688,"Date":"2/16/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":362,"Cost":210,"Date":"6/7/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":228,"Cost":130,"Date":"1/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":13,"Cost":9,"Date":"3/27/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":643,"Cost":610,"Date":"5/12/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":353,"Cost":296,"Date":"7/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":842,"Cost":798,"Date":"8/8/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":83,"Cost":58,"Date":"12/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":710,"Cost":439,"Date":"1/17/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":359,"Cost":291,"Date":"3/8/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":109,"Cost":75,"Date":"6/6/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":394,"Cost":310,"Date":"6/16/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":821,"Cost":651,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":63,"Cost":32,"Date":"11/19/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":822,"Cost":521,"Date":"12/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":355,"Cost":182,"Date":"2/4/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":710,"Cost":366,"Date":"3/8/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":900,"Cost":547,"Date":"12/18/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":676,"Cost":366,"Date":"3/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":242,"Cost":176,"Date":"4/20/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":338,"Cost":299,"Date":"6/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":641,"Cost":326,"Date":"7/23/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":222,"Cost":147,"Date":"11/21/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":824,"Cost":745,"Date":"11/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":620,"Cost":384,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":830,"Cost":654,"Date":"5/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":749,"Cost":472,"Date":"9/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":633,"Cost":447,"Date":"1/3/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":599,"Cost":382,"Date":"2/2/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":11,"Cost":10,"Date":"3/18/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":353,"Cost":199,"Date":"10/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":326,"Cost":305,"Date":"2/16/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":134,"Cost":97,"Date":"6/7/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":207,"Cost":108,"Date":"1/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":274,"Cost":189,"Date":"3/27/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":496,"Cost":452,"Date":"5/12/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":237,"Cost":172,"Date":"7/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":530,"Cost":374,"Date":"8/8/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":395,"Cost":231,"Date":"12/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":894,"Cost":655,"Date":"1/17/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":24,"Cost":17,"Date":"3/8/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":611,"Cost":580,"Date":"6/6/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":98,"Cost":58,"Date":"6/16/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":299,"Cost":284,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":649,"Cost":498,"Date":"11/19/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":360,"Cost":327,"Date":"12/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":760,"Cost":647,"Date":"2/4/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":215,"Cost":145,"Date":"3/8/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":886,"Cost":579,"Date":"12/18/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":304,"Cost":228,"Date":"3/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":353,"Cost":306,"Date":"4/20/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":786,"Cost":470,"Date":"6/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":185,"Cost":121,"Date":"7/23/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":941,"Cost":548,"Date":"11/21/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":482,"Cost":449,"Date":"11/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":842,"Cost":560,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":283,"Cost":201,"Date":"5/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":510,"Cost":473,"Date":"9/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":288,"Cost":208,"Date":"1/3/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":378,"Cost":272,"Date":"2/2/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":69,"Cost":51,"Date":"3/18/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":394,"Cost":210,"Date":"10/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":151,"Cost":88,"Date":"2/16/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":99,"Cost":69,"Date":"6/7/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":121,"Cost":111,"Date":"1/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":523,"Cost":338,"Date":"3/27/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":724,"Cost":634,"Date":"5/12/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":997,"Cost":729,"Date":"7/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":862,"Cost":774,"Date":"8/8/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":654,"Cost":360,"Date":"12/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":896,"Cost":637,"Date":"1/17/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":17,"Cost":12,"Date":"3/8/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":856,"Cost":679,"Date":"6/6/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":398,"Cost":211,"Date":"6/16/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":775,"Cost":412,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":995,"Cost":637,"Date":"11/19/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":313,"Cost":267,"Date":"12/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":848,"Cost":647,"Date":"2/4/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":823,"Cost":544,"Date":"3/8/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":184,"Cost":164,"Date":"12/18/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":661,"Cost":585,"Date":"3/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":284,"Cost":225,"Date":"4/20/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":365,"Cost":210,"Date":"6/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":279,"Cost":209,"Date":"7/23/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":24,"Cost":16,"Date":"11/21/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":170,"Cost":114,"Date":"11/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":327,"Cost":232,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":261,"Cost":164,"Date":"5/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":645,"Cost":566,"Date":"9/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":345,"Cost":192,"Date":"1/3/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":700,"Cost":571,"Date":"2/2/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":890,"Cost":464,"Date":"3/18/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":833,"Cost":784,"Date":"10/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":343,"Cost":216,"Date":"2/16/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":551,"Cost":511,"Date":"6/7/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":956,"Cost":578,"Date":"1/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":219,"Cost":116,"Date":"3/27/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":923,"Cost":871,"Date":"5/12/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":645,"Cost":496,"Date":"7/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":581,"Cost":528,"Date":"8/8/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":449,"Cost":423,"Date":"12/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":36,"Cost":19,"Date":"1/17/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":282,"Cost":259,"Date":"3/8/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":681,"Cost":554,"Date":"6/6/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":388,"Cost":356,"Date":"6/16/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":760,"Cost":672,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":898,"Cost":622,"Date":"11/19/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":711,"Cost":564,"Date":"12/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":274,"Cost":138,"Date":"2/4/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":537,"Cost":312,"Date":"3/8/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":46,"Cost":23,"Date":"12/18/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":266,"Cost":241,"Date":"3/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":650,"Cost":375,"Date":"4/20/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":822,"Cost":655,"Date":"6/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":341,"Cost":223,"Date":"7/23/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":290,"Cost":164,"Date":"11/21/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":864,"Cost":691,"Date":"11/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":393,"Cost":242,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":817,"Cost":489,"Date":"5/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":770,"Cost":670,"Date":"9/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":350,"Cost":275,"Date":"1/3/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":700,"Cost":457,"Date":"2/2/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":710,"Cost":622,"Date":"3/18/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":47,"Cost":35,"Date":"10/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":695,"Cost":412,"Date":"2/16/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":67,"Cost":63,"Date":"6/7/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":91,"Date":"1/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":683,"Cost":587,"Date":"3/27/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":805,"Cost":506,"Date":"5/12/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":594,"Cost":498,"Date":"7/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":135,"Cost":127,"Date":"8/8/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":989,"Cost":550,"Date":"12/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":19,"Cost":11,"Date":"1/17/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":602,"Date":"3/8/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":980,"Cost":604,"Date":"6/6/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":570,"Date":"6/16/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":580,"Cost":421,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":540,"Cost":289,"Date":"11/19/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":266,"Date":"12/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":308,"Cost":217,"Date":"2/4/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":812,"Cost":544,"Date":"3/8/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":610,"Cost":426,"Date":"12/18/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":499,"Date":"3/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":138,"Cost":79,"Date":"4/20/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":529,"Cost":275,"Date":"6/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":855,"Cost":559,"Date":"7/23/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":606,"Cost":505,"Date":"11/21/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":258,"Date":"11/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":730,"Cost":439,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":913,"Cost":677,"Date":"5/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":705,"Cost":474,"Date":"9/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":199,"Cost":187,"Date":"1/3/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":964,"Cost":640,"Date":"2/2/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":258,"Cost":235,"Date":"3/18/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":477,"Cost":357,"Date":"10/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":923,"Cost":567,"Date":"2/16/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":872,"Cost":779,"Date":"6/7/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":854,"Cost":803,"Date":"1/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":313,"Cost":179,"Date":"3/27/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":407,"Cost":332,"Date":"5/12/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":758,"Cost":681,"Date":"7/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":284,"Date":"8/8/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":626,"Date":"12/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":480,"Date":"1/17/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":392,"Cost":305,"Date":"3/8/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":164,"Cost":112,"Date":"6/6/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":410,"Cost":212,"Date":"6/16/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":623,"Cost":517,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":735,"Cost":450,"Date":"11/19/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":39,"Cost":20,"Date":"12/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":395,"Cost":313,"Date":"2/4/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":284,"Date":"3/8/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":798,"Cost":514,"Date":"12/18/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":227,"Cost":168,"Date":"3/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":607,"Cost":461,"Date":"4/20/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":778,"Cost":678,"Date":"6/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":956,"Cost":617,"Date":"7/23/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":801,"Cost":730,"Date":"11/21/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":690,"Date":"11/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":438,"Cost":338,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":342,"Cost":259,"Date":"5/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":479,"Cost":240,"Date":"9/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":182,"Date":"1/3/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":719,"Cost":659,"Date":"2/2/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":870,"Cost":525,"Date":"3/18/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":612,"Cost":351,"Date":"10/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":486,"Cost":295,"Date":"2/16/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":175,"Cost":107,"Date":"6/7/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":818,"Cost":459,"Date":"1/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":327,"Cost":245,"Date":"3/27/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":920,"Cost":789,"Date":"5/12/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":952,"Cost":526,"Date":"7/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":49,"Cost":40,"Date":"8/8/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":872,"Cost":817,"Date":"12/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":547,"Cost":302,"Date":"1/17/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":90,"Cost":65,"Date":"3/8/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":505,"Cost":326,"Date":"6/6/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":377,"Cost":347,"Date":"6/16/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":898,"Cost":795,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":676,"Cost":454,"Date":"11/19/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":959,"Cost":810,"Date":"12/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":340,"Cost":171,"Date":"2/4/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":730,"Cost":365,"Date":"3/8/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":150,"Cost":108,"Date":"12/18/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":477,"Cost":417,"Date":"3/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":556,"Cost":290,"Date":"4/20/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":797,"Cost":532,"Date":"6/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":935,"Cost":547,"Date":"7/23/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":883,"Cost":447,"Date":"11/21/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":504,"Cost":381,"Date":"11/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":617,"Cost":585,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":632,"Cost":341,"Date":"5/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":702,"Cost":356,"Date":"9/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":330,"Cost":204,"Date":"1/3/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":888,"Cost":673,"Date":"2/2/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":830,"Cost":560,"Date":"3/18/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":129,"Cost":78,"Date":"10/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":652,"Cost":426,"Date":"2/16/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":733,"Cost":586,"Date":"6/7/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":621,"Date":"1/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":876,"Cost":501,"Date":"3/27/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":367,"Cost":317,"Date":"5/12/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":30,"Cost":23,"Date":"7/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":464,"Cost":243,"Date":"8/8/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":846,"Date":"12/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":318,"Date":"1/17/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":340,"Cost":215,"Date":"3/8/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":327,"Cost":308,"Date":"6/6/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":434,"Cost":297,"Date":"6/16/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":308,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":994,"Cost":537,"Date":"11/19/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":606,"Date":"12/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":11,"Cost":7,"Date":"2/4/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":848,"Cost":566,"Date":"3/8/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":346,"Cost":276,"Date":"12/18/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":178,"Cost":168,"Date":"3/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":880,"Cost":457,"Date":"4/20/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":529,"Cost":481,"Date":"6/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":479,"Date":"7/23/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":21,"Date":"11/21/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":792,"Date":"11/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":407,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":464,"Cost":367,"Date":"5/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":202,"Cost":109,"Date":"9/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":569,"Date":"1/3/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":562,"Cost":476,"Date":"2/2/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":363,"Cost":312,"Date":"3/18/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":329,"Date":"10/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":698,"Date":"2/16/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":559,"Cost":374,"Date":"6/7/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":166,"Cost":130,"Date":"1/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":389,"Date":"3/27/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":661,"Cost":439,"Date":"5/12/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":524,"Cost":478,"Date":"7/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":435,"Date":"8/8/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":584,"Date":"12/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":447,"Cost":269,"Date":"1/17/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":953,"Cost":586,"Date":"3/8/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":211,"Cost":188,"Date":"6/6/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":603,"Cost":378,"Date":"6/16/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":844,"Cost":634,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":590,"Cost":539,"Date":"11/19/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":445,"Date":"12/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":417,"Date":"2/4/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":666,"Cost":487,"Date":"3/8/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":504,"Date":"12/18/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":284,"Cost":161,"Date":"3/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":342,"Cost":194,"Date":"4/20/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":61,"Cost":41,"Date":"6/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":696,"Cost":435,"Date":"7/23/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":933,"Cost":626,"Date":"11/21/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":161,"Cost":133,"Date":"11/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":357,"Cost":253,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":756,"Cost":402,"Date":"5/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":838,"Cost":540,"Date":"9/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":28,"Date":"1/3/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":875,"Cost":664,"Date":"2/2/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":827,"Cost":522,"Date":"3/18/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":460,"Cost":314,"Date":"10/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":560,"Cost":445,"Date":"2/16/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":635,"Cost":430,"Date":"6/7/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":67,"Cost":55,"Date":"1/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":288,"Cost":203,"Date":"3/27/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":572,"Cost":316,"Date":"5/12/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":606,"Cost":368,"Date":"7/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":339,"Cost":289,"Date":"8/8/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":2,"Cost":2,"Date":"12/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":193,"Cost":117,"Date":"1/17/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":703,"Cost":393,"Date":"3/8/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":259,"Cost":221,"Date":"6/6/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":434,"Cost":258,"Date":"6/16/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":520,"Cost":459,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":981,"Cost":873,"Date":"11/19/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":923,"Cost":725,"Date":"12/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":606,"Cost":533,"Date":"2/4/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":670,"Cost":471,"Date":"3/8/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":331,"Cost":276,"Date":"12/18/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":719,"Cost":625,"Date":"3/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":995,"Cost":898,"Date":"4/20/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":445,"Date":"6/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":121,"Date":"7/23/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":368,"Cost":310,"Date":"11/21/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":325,"Cost":265,"Date":"11/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":680,"Cost":444,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":2,"Cost":2,"Date":"5/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":324,"Cost":165,"Date":"9/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":775,"Cost":511,"Date":"1/3/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":322,"Cost":193,"Date":"2/2/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":561,"Date":"3/18/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":276,"Cost":189,"Date":"10/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":328,"Cost":270,"Date":"2/16/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":711,"Cost":586,"Date":"6/7/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":79,"Cost":46,"Date":"1/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":857,"Cost":608,"Date":"3/27/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":240,"Cost":192,"Date":"5/12/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":663,"Cost":386,"Date":"7/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":709,"Cost":647,"Date":"8/8/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":302,"Cost":247,"Date":"12/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":253,"Cost":145,"Date":"1/17/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":943,"Cost":822,"Date":"3/8/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":971,"Cost":545,"Date":"6/6/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":252,"Date":"6/16/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":233,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":509,"Date":"11/19/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":656,"Cost":495,"Date":"12/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":985,"Cost":875,"Date":"2/4/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":118,"Date":"3/8/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":427,"Cost":216,"Date":"12/18/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":41,"Cost":33,"Date":"3/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":31,"Cost":20,"Date":"4/20/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":540,"Cost":459,"Date":"6/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":590,"Date":"7/23/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":230,"Cost":176,"Date":"11/21/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":392,"Cost":212,"Date":"11/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":195,"Cost":184,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":927,"Cost":545,"Date":"5/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":396,"Cost":327,"Date":"9/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":965,"Cost":904,"Date":"1/3/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":666,"Cost":493,"Date":"2/2/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":148,"Cost":110,"Date":"3/18/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":725,"Date":"10/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":923,"Cost":522,"Date":"2/16/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":59,"Date":"6/7/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":844,"Cost":687,"Date":"1/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":821,"Cost":420,"Date":"3/27/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":595,"Cost":368,"Date":"5/12/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":436,"Cost":272,"Date":"7/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":307,"Cost":230,"Date":"8/8/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":404,"Cost":375,"Date":"12/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":638,"Cost":534,"Date":"1/17/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":175,"Cost":122,"Date":"3/8/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":439,"Date":"6/6/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":107,"Cost":68,"Date":"6/16/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":276,"Cost":213,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":215,"Cost":109,"Date":"11/19/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":630,"Cost":523,"Date":"12/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":731,"Cost":471,"Date":"2/4/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":473,"Cost":439,"Date":"3/8/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":898,"Cost":704,"Date":"12/18/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":603,"Cost":335,"Date":"3/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":342,"Cost":192,"Date":"4/20/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":201,"Cost":133,"Date":"6/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":715,"Cost":400,"Date":"7/23/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":608,"Cost":537,"Date":"11/21/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":966,"Cost":618,"Date":"11/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":965,"Cost":623,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":301,"Cost":160,"Date":"5/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":549,"Cost":494,"Date":"9/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":559,"Cost":473,"Date":"1/3/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":448,"Cost":279,"Date":"2/2/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":102,"Cost":73,"Date":"3/18/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":432,"Cost":296,"Date":"10/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":746,"Cost":510,"Date":"2/16/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":64,"Cost":47,"Date":"6/7/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":369,"Cost":207,"Date":"1/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":508,"Cost":295,"Date":"3/27/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":825,"Cost":479,"Date":"5/12/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":733,"Cost":594,"Date":"7/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":961,"Cost":787,"Date":"8/8/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":716,"Date":"12/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":605,"Cost":410,"Date":"1/17/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":457,"Cost":416,"Date":"3/8/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":825,"Cost":511,"Date":"6/6/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":491,"Cost":451,"Date":"6/16/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":850,"Cost":807,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":714,"Cost":504,"Date":"11/19/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":666,"Cost":383,"Date":"12/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":817,"Cost":684,"Date":"2/4/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":334,"Date":"3/8/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":25,"Date":"12/18/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":842,"Cost":474,"Date":"3/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":659,"Cost":511,"Date":"4/20/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":333,"Date":"6/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":77,"Cost":70,"Date":"7/23/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":417,"Cost":249,"Date":"11/21/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":104,"Cost":88,"Date":"11/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":143,"Cost":124,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":893,"Cost":807,"Date":"5/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":231,"Cost":138,"Date":"9/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":213,"Cost":180,"Date":"1/3/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":25,"Cost":23,"Date":"2/2/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":232,"Date":"3/18/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":33,"Date":"10/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":580,"Cost":338,"Date":"2/16/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":21,"Date":"6/7/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":684,"Cost":497,"Date":"1/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":244,"Date":"3/27/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":845,"Cost":745,"Date":"5/12/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":915,"Cost":714,"Date":"7/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":187,"Cost":117,"Date":"8/8/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":572,"Cost":465,"Date":"12/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":33,"Cost":26,"Date":"1/17/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":665,"Cost":362,"Date":"3/8/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":697,"Cost":497,"Date":"6/6/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":558,"Cost":490,"Date":"6/16/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":1,"Cost":0,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":94,"Cost":83,"Date":"11/19/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":665,"Cost":625,"Date":"12/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":430,"Cost":383,"Date":"2/4/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":143,"Cost":95,"Date":"3/8/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":461,"Cost":257,"Date":"12/18/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":503,"Cost":274,"Date":"3/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":668,"Cost":433,"Date":"4/20/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":138,"Cost":97,"Date":"6/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":30,"Cost":20,"Date":"7/23/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":809,"Date":"11/21/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":473,"Cost":302,"Date":"11/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":999,"Cost":832,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":115,"Cost":86,"Date":"5/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":10,"Cost":10,"Date":"9/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":408,"Cost":220,"Date":"1/3/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":508,"Cost":418,"Date":"2/2/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":204,"Date":"3/18/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":19,"Date":"10/14/2024"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":634,"Cost":429,"Date":"2/16/2018"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":742,"Cost":579,"Date":"6/7/2018"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":327,"Cost":196,"Date":"1/28/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":257,"Cost":159,"Date":"3/27/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":84,"Cost":67,"Date":"5/12/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":745,"Date":"7/28/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":984,"Cost":705,"Date":"8/8/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":522,"Cost":434,"Date":"12/7/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":11,"Date":"1/17/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":65,"Date":"3/8/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":390,"Date":"6/6/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":338,"Cost":186,"Date":"6/16/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":33,"Cost":22,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":370,"Cost":248,"Date":"11/19/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":184,"Cost":158,"Date":"12/28/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":146,"Date":"2/4/2021"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":224,"Cost":136,"Date":"3/8/2021"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":986,"Cost":823,"Date":"12/18/2021"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":754,"Cost":405,"Date":"3/31/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":744,"Cost":668,"Date":"4/20/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":783,"Date":"6/26/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":251,"Date":"7/23/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":585,"Cost":488,"Date":"11/21/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":113,"Date":"11/26/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":139,"Cost":120,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":373,"Cost":201,"Date":"5/21/2023"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":864,"Cost":670,"Date":"9/28/2023"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":440,"Cost":241,"Date":"1/3/2024"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":532,"Cost":452,"Date":"2/2/2024"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":191,"Cost":169,"Date":"3/18/2024"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":382,"Date":"10/14/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":66,"Cost":38,"Date":"2/16/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":934,"Cost":770,"Date":"6/7/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":921,"Cost":520,"Date":"1/28/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":722,"Cost":545,"Date":"3/27/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":864,"Cost":556,"Date":"5/12/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":23,"Cost":17,"Date":"7/28/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":414,"Cost":251,"Date":"8/8/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":306,"Cost":220,"Date":"12/7/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":854,"Cost":637,"Date":"1/17/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":848,"Cost":631,"Date":"3/8/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":951,"Cost":779,"Date":"6/6/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":700,"Cost":624,"Date":"6/16/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":904,"Cost":455,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":284,"Cost":185,"Date":"11/19/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":277,"Cost":224,"Date":"12/28/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":992,"Cost":534,"Date":"2/4/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":575,"Cost":299,"Date":"3/8/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":828,"Cost":606,"Date":"12/18/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":820,"Cost":438,"Date":"3/31/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":886,"Cost":587,"Date":"4/20/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":288,"Cost":158,"Date":"6/26/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":899,"Cost":594,"Date":"7/23/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":538,"Cost":286,"Date":"11/21/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":613,"Cost":316,"Date":"11/26/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":808,"Cost":704,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":736,"Cost":485,"Date":"5/21/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":474,"Cost":442,"Date":"9/28/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":993,"Cost":789,"Date":"1/3/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":633,"Cost":408,"Date":"2/2/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":9,"Cost":9,"Date":"3/18/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":135,"Cost":96,"Date":"10/14/2024"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":404,"Cost":340,"Date":"2/16/2018"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":853,"Cost":628,"Date":"6/7/2018"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":124,"Cost":77,"Date":"1/28/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":938,"Cost":617,"Date":"3/27/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":86,"Date":"5/12/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":40,"Cost":35,"Date":"7/28/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":145,"Date":"8/8/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":416,"Date":"12/7/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":59,"Date":"1/17/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":896,"Cost":792,"Date":"3/8/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":769,"Cost":584,"Date":"6/6/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":779,"Cost":606,"Date":"6/16/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":115,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":31,"Date":"11/19/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":649,"Cost":568,"Date":"12/28/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":403,"Date":"2/4/2021"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":247,"Cost":190,"Date":"3/8/2021"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":470,"Cost":407,"Date":"12/18/2021"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":215,"Cost":120,"Date":"3/31/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":86,"Cost":74,"Date":"4/20/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":840,"Cost":766,"Date":"6/26/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":809,"Cost":767,"Date":"7/23/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":371,"Date":"11/21/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":490,"Cost":261,"Date":"11/26/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":209,"Cost":135,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":654,"Cost":615,"Date":"5/21/2023"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":230,"Date":"9/28/2023"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":499,"Cost":449,"Date":"1/3/2024"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":707,"Cost":631,"Date":"2/2/2024"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":969,"Cost":751,"Date":"3/18/2024"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":871,"Cost":734,"Date":"10/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":469,"Cost":323,"Date":"2/16/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":287,"Cost":229,"Date":"6/7/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":598,"Cost":525,"Date":"1/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":935,"Cost":518,"Date":"3/27/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":732,"Date":"5/12/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":635,"Cost":333,"Date":"7/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":611,"Cost":337,"Date":"8/8/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":468,"Cost":404,"Date":"12/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":604,"Date":"1/17/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":981,"Cost":930,"Date":"3/8/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":415,"Date":"6/6/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":916,"Cost":851,"Date":"6/16/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":7,"Cost":3,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":580,"Cost":509,"Date":"11/19/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":577,"Cost":393,"Date":"12/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":215,"Cost":123,"Date":"2/4/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":107,"Cost":75,"Date":"3/8/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":826,"Cost":756,"Date":"12/18/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":694,"Cost":465,"Date":"3/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":782,"Cost":735,"Date":"4/20/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":56,"Date":"6/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":383,"Cost":217,"Date":"7/23/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":472,"Cost":302,"Date":"11/21/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":289,"Cost":272,"Date":"11/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":63,"Cost":34,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":462,"Cost":323,"Date":"5/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":29,"Date":"9/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":210,"Date":"1/3/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":709,"Cost":570,"Date":"2/2/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":759,"Cost":467,"Date":"3/18/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":988,"Cost":629,"Date":"10/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":730,"Cost":368,"Date":"2/16/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":980,"Cost":681,"Date":"6/7/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":304,"Cost":188,"Date":"1/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":313,"Cost":235,"Date":"3/27/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":137,"Cost":78,"Date":"5/12/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":856,"Cost":517,"Date":"7/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":381,"Cost":246,"Date":"8/8/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":915,"Cost":494,"Date":"12/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":997,"Cost":647,"Date":"1/17/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":613,"Cost":551,"Date":"3/8/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":431,"Cost":218,"Date":"6/6/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":648,"Cost":449,"Date":"6/16/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":319,"Cost":273,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":452,"Date":"11/19/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":162,"Cost":139,"Date":"12/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":575,"Cost":521,"Date":"2/4/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":843,"Cost":501,"Date":"3/8/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":677,"Cost":633,"Date":"12/18/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":748,"Cost":664,"Date":"3/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":51,"Cost":40,"Date":"4/20/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":651,"Cost":477,"Date":"6/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":315,"Date":"7/23/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":334,"Cost":174,"Date":"11/21/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":665,"Cost":354,"Date":"11/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":230,"Cost":143,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":758,"Cost":583,"Date":"5/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":777,"Cost":619,"Date":"9/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":516,"Cost":452,"Date":"1/3/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":264,"Cost":153,"Date":"2/2/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":485,"Cost":278,"Date":"3/18/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":774,"Cost":605,"Date":"10/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":149,"Date":"2/16/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":649,"Cost":458,"Date":"6/7/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":345,"Cost":249,"Date":"1/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":226,"Cost":129,"Date":"3/27/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":448,"Cost":324,"Date":"5/12/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":672,"Cost":627,"Date":"7/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":679,"Cost":456,"Date":"8/8/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":952,"Cost":648,"Date":"12/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":777,"Cost":646,"Date":"1/17/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":514,"Cost":421,"Date":"3/8/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":181,"Cost":106,"Date":"6/6/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":606,"Cost":568,"Date":"6/16/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":466,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":340,"Cost":176,"Date":"11/19/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":687,"Cost":543,"Date":"12/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":47,"Cost":29,"Date":"2/4/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":161,"Date":"3/8/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":818,"Cost":498,"Date":"12/18/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":619,"Cost":540,"Date":"3/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":86,"Cost":61,"Date":"4/20/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":828,"Cost":554,"Date":"6/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":350,"Cost":286,"Date":"7/23/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":749,"Cost":557,"Date":"11/21/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":953,"Cost":718,"Date":"11/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":228,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":335,"Date":"5/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":119,"Date":"9/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":692,"Cost":410,"Date":"1/3/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":274,"Cost":141,"Date":"2/2/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":946,"Cost":897,"Date":"3/18/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":229,"Date":"10/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":952,"Cost":877,"Date":"2/16/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":313,"Date":"6/7/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":855,"Cost":747,"Date":"1/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":961,"Cost":793,"Date":"3/27/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":69,"Date":"5/12/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":946,"Cost":541,"Date":"7/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":179,"Cost":92,"Date":"8/8/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":734,"Cost":683,"Date":"12/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":507,"Cost":283,"Date":"1/17/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":206,"Cost":117,"Date":"3/8/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":34,"Cost":32,"Date":"6/6/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":201,"Cost":130,"Date":"6/16/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":475,"Cost":410,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":83,"Cost":54,"Date":"11/19/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":256,"Date":"12/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":118,"Cost":72,"Date":"2/4/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":417,"Cost":316,"Date":"3/8/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":277,"Cost":256,"Date":"12/18/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":430,"Cost":333,"Date":"3/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":283,"Cost":212,"Date":"4/20/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":833,"Cost":508,"Date":"6/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":716,"Cost":362,"Date":"7/23/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":161,"Cost":117,"Date":"11/21/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":633,"Cost":543,"Date":"11/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":798,"Cost":694,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":67,"Cost":40,"Date":"5/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":297,"Cost":205,"Date":"9/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":583,"Date":"1/3/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":213,"Date":"2/2/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":286,"Cost":211,"Date":"3/18/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":291,"Date":"10/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":676,"Cost":586,"Date":"2/16/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":798,"Cost":455,"Date":"6/7/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":237,"Date":"1/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":207,"Date":"3/27/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":866,"Cost":767,"Date":"5/12/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":382,"Cost":249,"Date":"7/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":763,"Cost":593,"Date":"8/8/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":555,"Cost":296,"Date":"12/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":317,"Cost":161,"Date":"1/17/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":591,"Cost":358,"Date":"3/8/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":422,"Cost":252,"Date":"6/6/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":870,"Cost":705,"Date":"6/16/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":920,"Cost":697,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":683,"Cost":456,"Date":"11/19/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":957,"Cost":614,"Date":"12/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":465,"Cost":283,"Date":"2/4/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":171,"Cost":147,"Date":"3/8/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":627,"Cost":512,"Date":"12/18/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":724,"Cost":601,"Date":"3/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":630,"Cost":445,"Date":"4/20/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":291,"Date":"6/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":500,"Cost":437,"Date":"7/23/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":519,"Date":"11/21/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":391,"Date":"11/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":554,"Cost":293,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":693,"Cost":545,"Date":"5/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":570,"Cost":502,"Date":"9/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":742,"Cost":587,"Date":"1/3/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":756,"Cost":497,"Date":"2/2/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":147,"Cost":133,"Date":"3/18/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":170,"Cost":89,"Date":"10/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":753,"Cost":507,"Date":"2/16/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":559,"Cost":287,"Date":"6/7/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":38,"Cost":21,"Date":"1/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":757,"Cost":663,"Date":"3/27/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":52,"Cost":35,"Date":"5/12/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":638,"Cost":477,"Date":"7/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":487,"Cost":332,"Date":"8/8/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":91,"Cost":74,"Date":"12/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":47,"Cost":41,"Date":"1/17/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":31,"Cost":18,"Date":"3/8/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":730,"Cost":395,"Date":"6/6/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":758,"Cost":566,"Date":"6/16/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":724,"Cost":556,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":621,"Cost":488,"Date":"11/19/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":120,"Cost":84,"Date":"12/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":366,"Cost":195,"Date":"2/4/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":943,"Cost":505,"Date":"3/8/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":44,"Cost":31,"Date":"12/18/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":411,"Cost":305,"Date":"3/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":360,"Cost":238,"Date":"4/20/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":44,"Cost":33,"Date":"6/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":599,"Cost":405,"Date":"7/23/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":882,"Cost":490,"Date":"11/21/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":682,"Cost":351,"Date":"11/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":294,"Cost":150,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":897,"Cost":572,"Date":"5/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":405,"Cost":376,"Date":"9/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":568,"Cost":313,"Date":"1/3/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":527,"Cost":371,"Date":"2/2/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":813,"Cost":600,"Date":"3/18/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":723,"Cost":448,"Date":"10/14/2024"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":818,"Cost":615,"Date":"2/16/2018"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":906,"Cost":471,"Date":"6/7/2018"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":540,"Cost":486,"Date":"1/28/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":824,"Cost":700,"Date":"3/27/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":944,"Cost":536,"Date":"5/12/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":294,"Cost":269,"Date":"7/28/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":520,"Cost":413,"Date":"8/8/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":782,"Cost":604,"Date":"12/7/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":651,"Cost":346,"Date":"1/17/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":335,"Cost":291,"Date":"3/8/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":325,"Cost":190,"Date":"6/6/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":724,"Cost":527,"Date":"6/16/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":146,"Cost":115,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":364,"Cost":270,"Date":"11/19/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":692,"Cost":424,"Date":"12/28/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":430,"Cost":383,"Date":"2/4/2021"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":131,"Cost":79,"Date":"3/8/2021"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":161,"Cost":93,"Date":"12/18/2021"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":271,"Cost":244,"Date":"3/31/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":278,"Cost":220,"Date":"4/20/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":775,"Cost":491,"Date":"6/26/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":673,"Cost":400,"Date":"7/23/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":711,"Cost":501,"Date":"11/21/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":54,"Cost":51,"Date":"11/26/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":699,"Cost":579,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":505,"Cost":329,"Date":"5/21/2023"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":138,"Cost":118,"Date":"9/28/2023"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":822,"Cost":593,"Date":"1/3/2024"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":490,"Cost":383,"Date":"2/2/2024"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":177,"Cost":150,"Date":"3/18/2024"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":958,"Cost":597,"Date":"10/14/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":633,"Cost":545,"Date":"2/16/2018"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":702,"Cost":591,"Date":"6/7/2018"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":744,"Cost":646,"Date":"1/28/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":797,"Cost":630,"Date":"3/27/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":140,"Cost":122,"Date":"5/12/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":225,"Date":"7/28/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":701,"Cost":494,"Date":"8/8/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":853,"Cost":656,"Date":"12/7/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":624,"Cost":409,"Date":"1/17/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":110,"Cost":58,"Date":"3/8/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":295,"Date":"6/6/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":639,"Cost":442,"Date":"6/16/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":579,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":620,"Cost":419,"Date":"11/19/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":598,"Cost":307,"Date":"12/28/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":352,"Cost":280,"Date":"2/4/2021"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":207,"Cost":163,"Date":"3/8/2021"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":685,"Cost":650,"Date":"12/18/2021"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":374,"Cost":213,"Date":"3/31/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":665,"Cost":474,"Date":"4/20/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":123,"Cost":113,"Date":"6/26/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":363,"Cost":232,"Date":"7/23/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":762,"Cost":689,"Date":"11/21/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":459,"Cost":245,"Date":"11/26/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":773,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":445,"Cost":389,"Date":"5/21/2023"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":240,"Date":"9/28/2023"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":520,"Cost":292,"Date":"1/3/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":52,"Cost":47,"Date":"2/2/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":171,"Cost":154,"Date":"3/18/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":131,"Date":"10/14/2024"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":884,"Cost":563,"Date":"2/16/2018"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":903,"Cost":816,"Date":"6/7/2018"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":295,"Cost":225,"Date":"1/28/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":666,"Cost":335,"Date":"3/27/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":637,"Cost":476,"Date":"5/12/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":35,"Cost":18,"Date":"7/28/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":982,"Cost":708,"Date":"8/8/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":882,"Cost":774,"Date":"12/7/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":396,"Cost":333,"Date":"1/17/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":960,"Cost":484,"Date":"3/8/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":924,"Cost":630,"Date":"6/6/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":574,"Cost":378,"Date":"6/16/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":708,"Cost":643,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":417,"Cost":324,"Date":"11/19/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":223,"Cost":207,"Date":"12/28/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":292,"Cost":177,"Date":"2/4/2021"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":603,"Cost":563,"Date":"3/8/2021"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":911,"Cost":738,"Date":"12/18/2021"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":506,"Cost":418,"Date":"3/31/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":839,"Cost":588,"Date":"4/20/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":621,"Cost":360,"Date":"6/26/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":156,"Cost":128,"Date":"7/23/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":273,"Cost":180,"Date":"11/21/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":538,"Cost":333,"Date":"11/26/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":500,"Cost":260,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":565,"Cost":483,"Date":"5/21/2023"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":204,"Cost":155,"Date":"9/28/2023"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":231,"Cost":178,"Date":"1/3/2024"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":7,"Cost":6,"Date":"2/2/2024"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":900,"Cost":493,"Date":"3/18/2024"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":896,"Cost":544,"Date":"10/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":590,"Cost":380,"Date":"2/16/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":532,"Date":"6/7/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":368,"Cost":338,"Date":"1/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":419,"Date":"3/27/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":866,"Cost":721,"Date":"5/12/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":10,"Cost":5,"Date":"7/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":583,"Date":"8/8/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":217,"Cost":156,"Date":"12/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":630,"Cost":401,"Date":"1/17/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":435,"Cost":294,"Date":"3/8/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":155,"Cost":111,"Date":"6/6/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":466,"Cost":267,"Date":"6/16/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":408,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":830,"Cost":674,"Date":"11/19/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":896,"Cost":528,"Date":"12/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":311,"Cost":203,"Date":"2/4/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":534,"Cost":412,"Date":"3/8/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":152,"Cost":90,"Date":"12/18/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":384,"Date":"3/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":398,"Cost":286,"Date":"4/20/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":266,"Date":"6/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":628,"Cost":449,"Date":"7/23/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":696,"Cost":608,"Date":"11/21/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":688,"Cost":527,"Date":"11/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":184,"Cost":147,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":156,"Cost":129,"Date":"5/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":216,"Date":"9/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":477,"Cost":431,"Date":"1/3/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":525,"Date":"2/2/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":146,"Date":"3/18/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":543,"Cost":294,"Date":"10/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":601,"Cost":352,"Date":"2/16/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":604,"Cost":449,"Date":"6/7/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":144,"Cost":91,"Date":"1/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":980,"Cost":598,"Date":"3/27/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":53,"Cost":50,"Date":"5/12/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":441,"Cost":286,"Date":"7/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":136,"Cost":100,"Date":"8/8/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":485,"Cost":324,"Date":"12/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":643,"Cost":599,"Date":"1/17/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":157,"Cost":135,"Date":"3/8/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":265,"Cost":132,"Date":"6/6/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":986,"Cost":922,"Date":"6/16/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":337,"Cost":293,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":440,"Cost":339,"Date":"11/19/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":704,"Date":"12/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":269,"Cost":174,"Date":"2/4/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":67,"Date":"3/8/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":449,"Date":"12/18/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":495,"Cost":400,"Date":"3/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":36,"Date":"4/20/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":461,"Cost":275,"Date":"6/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":690,"Cost":655,"Date":"7/23/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":921,"Cost":710,"Date":"11/21/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":443,"Date":"11/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":180,"Cost":90,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":719,"Date":"5/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":477,"Cost":405,"Date":"9/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":264,"Date":"1/3/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":697,"Cost":565,"Date":"2/2/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":639,"Cost":479,"Date":"3/18/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":776,"Cost":686,"Date":"10/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":126,"Cost":112,"Date":"2/16/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":737,"Cost":512,"Date":"6/7/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":394,"Cost":326,"Date":"1/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":156,"Cost":106,"Date":"3/27/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":896,"Cost":779,"Date":"5/12/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":848,"Cost":666,"Date":"7/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":357,"Cost":293,"Date":"8/8/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":119,"Cost":74,"Date":"12/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":980,"Cost":558,"Date":"1/17/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":760,"Cost":561,"Date":"3/8/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":657,"Cost":524,"Date":"6/6/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":928,"Cost":738,"Date":"6/16/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":201,"Cost":152,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":311,"Cost":230,"Date":"11/19/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":303,"Cost":219,"Date":"12/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":119,"Cost":80,"Date":"2/4/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":390,"Cost":281,"Date":"3/8/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":393,"Cost":333,"Date":"12/18/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":794,"Cost":598,"Date":"3/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":674,"Cost":570,"Date":"4/20/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":62,"Cost":32,"Date":"6/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":789,"Cost":538,"Date":"7/23/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":124,"Cost":96,"Date":"11/21/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":8,"Cost":4,"Date":"11/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":157,"Cost":124,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":854,"Cost":773,"Date":"5/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":160,"Cost":116,"Date":"9/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":869,"Cost":569,"Date":"1/3/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":809,"Cost":760,"Date":"2/2/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":913,"Cost":616,"Date":"3/18/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":723,"Cost":543,"Date":"10/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":399,"Cost":367,"Date":"2/16/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":322,"Cost":212,"Date":"6/7/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":105,"Cost":83,"Date":"1/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":19,"Cost":17,"Date":"3/27/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":437,"Cost":279,"Date":"5/12/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":194,"Cost":161,"Date":"7/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":740,"Cost":469,"Date":"8/8/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":269,"Cost":158,"Date":"12/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":657,"Cost":602,"Date":"1/17/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":585,"Cost":536,"Date":"3/8/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":97,"Cost":62,"Date":"6/6/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":715,"Cost":472,"Date":"6/16/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":963,"Cost":686,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":222,"Cost":118,"Date":"11/19/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":278,"Cost":256,"Date":"12/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":12,"Cost":11,"Date":"2/4/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":692,"Cost":383,"Date":"3/8/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":928,"Cost":479,"Date":"12/18/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":452,"Cost":278,"Date":"3/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":949,"Cost":830,"Date":"4/20/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":570,"Cost":516,"Date":"6/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":532,"Cost":449,"Date":"7/23/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":719,"Cost":459,"Date":"11/21/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":346,"Cost":234,"Date":"11/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":205,"Cost":178,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":815,"Cost":603,"Date":"5/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":450,"Cost":288,"Date":"9/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":880,"Cost":792,"Date":"1/3/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":800,"Cost":417,"Date":"2/2/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":154,"Cost":135,"Date":"3/18/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":311,"Cost":214,"Date":"10/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":659,"Cost":588,"Date":"2/16/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":173,"Cost":117,"Date":"6/7/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":92,"Cost":79,"Date":"1/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":319,"Cost":288,"Date":"3/27/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":942,"Cost":546,"Date":"5/12/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":126,"Cost":71,"Date":"7/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":532,"Cost":331,"Date":"8/8/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":102,"Cost":59,"Date":"12/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":386,"Cost":310,"Date":"1/17/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":469,"Date":"3/8/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":353,"Cost":328,"Date":"6/6/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":735,"Cost":604,"Date":"6/16/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":174,"Cost":98,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":841,"Cost":632,"Date":"11/19/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":733,"Cost":467,"Date":"12/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":920,"Cost":507,"Date":"2/4/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":352,"Date":"3/8/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":197,"Cost":149,"Date":"12/18/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":311,"Cost":169,"Date":"3/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":695,"Cost":363,"Date":"4/20/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":40,"Cost":32,"Date":"6/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":940,"Cost":869,"Date":"7/23/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":551,"Cost":411,"Date":"11/21/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":609,"Cost":468,"Date":"11/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":709,"Cost":636,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":228,"Cost":198,"Date":"5/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":942,"Cost":524,"Date":"9/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":621,"Cost":391,"Date":"1/3/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":687,"Date":"2/2/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":845,"Cost":685,"Date":"3/18/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":492,"Cost":354,"Date":"10/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":284,"Cost":251,"Date":"2/16/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":193,"Cost":140,"Date":"6/7/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":648,"Cost":480,"Date":"1/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":361,"Cost":254,"Date":"3/27/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":30,"Date":"5/12/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":819,"Cost":437,"Date":"7/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":918,"Cost":798,"Date":"8/8/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":247,"Cost":196,"Date":"12/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":328,"Date":"1/17/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":252,"Date":"3/8/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":223,"Cost":113,"Date":"6/6/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":4,"Date":"6/16/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":456,"Cost":417,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":558,"Date":"11/19/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":472,"Cost":351,"Date":"12/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":272,"Date":"2/4/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":566,"Cost":526,"Date":"3/8/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":682,"Cost":362,"Date":"12/18/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":131,"Date":"3/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":12,"Cost":9,"Date":"4/20/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":858,"Date":"6/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":406,"Cost":205,"Date":"7/23/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":928,"Cost":759,"Date":"11/21/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":983,"Cost":909,"Date":"11/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":74,"Cost":44,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":722,"Cost":413,"Date":"5/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":472,"Cost":263,"Date":"9/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":727,"Cost":415,"Date":"1/3/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":998,"Cost":746,"Date":"2/2/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":92,"Cost":69,"Date":"3/18/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":845,"Cost":775,"Date":"10/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":109,"Date":"2/16/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":699,"Cost":355,"Date":"6/7/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":108,"Cost":97,"Date":"1/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":192,"Cost":128,"Date":"3/27/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":547,"Cost":410,"Date":"5/12/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":276,"Cost":236,"Date":"7/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":816,"Cost":618,"Date":"8/8/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":384,"Cost":346,"Date":"12/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":668,"Cost":555,"Date":"1/17/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":375,"Date":"3/8/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":154,"Date":"6/6/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":459,"Cost":229,"Date":"6/16/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":505,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":681,"Cost":477,"Date":"11/19/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":364,"Cost":322,"Date":"12/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":704,"Cost":472,"Date":"2/4/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":300,"Date":"3/8/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":801,"Date":"12/18/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":544,"Cost":297,"Date":"3/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":160,"Cost":81,"Date":"4/20/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":468,"Cost":296,"Date":"6/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":905,"Cost":745,"Date":"7/23/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":177,"Date":"11/21/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":994,"Cost":629,"Date":"11/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":245,"Cost":129,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":199,"Cost":187,"Date":"5/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":985,"Cost":521,"Date":"9/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":133,"Cost":91,"Date":"1/3/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":46,"Date":"2/2/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":32,"Cost":28,"Date":"3/18/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":619,"Cost":423,"Date":"10/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":509,"Date":"2/16/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":795,"Cost":454,"Date":"6/7/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":404,"Cost":342,"Date":"1/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":158,"Cost":112,"Date":"3/27/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":744,"Cost":642,"Date":"5/12/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":212,"Cost":146,"Date":"7/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":907,"Cost":831,"Date":"8/8/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":803,"Cost":458,"Date":"12/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":248,"Date":"1/17/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":447,"Cost":328,"Date":"3/8/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":249,"Cost":224,"Date":"6/6/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":380,"Cost":354,"Date":"6/16/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":4,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":574,"Cost":290,"Date":"11/19/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":61,"Date":"12/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":536,"Cost":379,"Date":"2/4/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":162,"Date":"3/8/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":572,"Cost":466,"Date":"12/18/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":26,"Cost":18,"Date":"3/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":162,"Cost":152,"Date":"4/20/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":226,"Cost":175,"Date":"6/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":908,"Cost":662,"Date":"7/23/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":350,"Date":"11/21/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":472,"Cost":276,"Date":"11/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":632,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":363,"Cost":254,"Date":"5/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":799,"Cost":419,"Date":"9/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":333,"Date":"1/3/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":26,"Date":"2/2/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":272,"Cost":247,"Date":"3/18/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":504,"Cost":398,"Date":"10/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":575,"Cost":504,"Date":"2/16/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":250,"Date":"6/7/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":256,"Cost":214,"Date":"1/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":501,"Cost":433,"Date":"3/27/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":634,"Cost":395,"Date":"5/12/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":912,"Cost":512,"Date":"7/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":634,"Cost":350,"Date":"8/8/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":249,"Date":"12/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":31,"Date":"1/17/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":334,"Cost":253,"Date":"3/8/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":336,"Cost":285,"Date":"6/6/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":218,"Cost":120,"Date":"6/16/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":102,"Cost":58,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":163,"Cost":90,"Date":"11/19/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":210,"Cost":191,"Date":"12/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":885,"Cost":450,"Date":"2/4/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":999,"Cost":526,"Date":"3/8/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":652,"Date":"12/18/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":667,"Cost":567,"Date":"3/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":99,"Cost":93,"Date":"4/20/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":298,"Cost":261,"Date":"6/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":940,"Cost":523,"Date":"7/23/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":323,"Cost":215,"Date":"11/21/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":983,"Cost":824,"Date":"11/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":986,"Cost":585,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":936,"Cost":539,"Date":"5/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":705,"Cost":657,"Date":"9/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":666,"Date":"1/3/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":373,"Date":"2/2/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":272,"Date":"3/18/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":356,"Cost":218,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":274,"Cost":203,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":246,"Cost":220,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":286,"Cost":226,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":207,"Cost":147,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":815,"Cost":731,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":220,"Cost":157,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":888,"Cost":622,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":269,"Cost":211,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":431,"Cost":353,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":785,"Cost":630,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":271,"Cost":193,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":858,"Cost":677,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":821,"Cost":595,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":529,"Cost":389,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":41,"Cost":34,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":944,"Cost":846,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":718,"Cost":487,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":580,"Cost":498,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":367,"Cost":258,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":32,"Cost":22,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":781,"Cost":526,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":746,"Cost":606,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":159,"Cost":141,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":709,"Cost":632,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":928,"Cost":579,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":300,"Cost":203,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":560,"Cost":318,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":974,"Cost":618,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":311,"Cost":180,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":844,"Cost":507,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":206,"Cost":129,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":468,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":838,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":213,"Cost":171,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":549,"Cost":444,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":32,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":175,"Cost":91,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":602,"Cost":449,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":914,"Cost":786,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":822,"Cost":694,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":817,"Cost":465,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":898,"Cost":617,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":563,"Cost":383,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":328,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":370,"Cost":200,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":801,"Cost":708,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":98,"Cost":87,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":265,"Cost":205,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":86,"Cost":43,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":869,"Cost":444,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":980,"Cost":710,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":445,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":870,"Cost":488,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":456,"Cost":321,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":819,"Cost":455,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":414,"Cost":358,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":936,"Cost":770,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":398,"Cost":203,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":577,"Cost":306,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":821,"Cost":552,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":291,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":886,"Cost":634,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":237,"Cost":154,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":45,"Cost":34,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":977,"Cost":742,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":534,"Cost":392,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":984,"Cost":639,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":423,"Cost":352,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":957,"Cost":852,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":208,"Cost":158,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":728,"Cost":374,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":550,"Cost":365,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":629,"Cost":450,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":606,"Cost":502,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":865,"Cost":816,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":948,"Cost":725,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":524,"Cost":274,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":906,"Cost":815,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":35,"Cost":28,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":549,"Cost":407,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":205,"Cost":148,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":599,"Cost":358,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":828,"Cost":509,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":666,"Cost":618,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":328,"Cost":295,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":74,"Cost":58,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":476,"Cost":345,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":34,"Cost":29,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":666,"Cost":579,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":130,"Cost":79,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":464,"Cost":252,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":915,"Cost":825,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":313,"Cost":163,"Date":"10/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":70,"Cost":54,"Date":"2/16/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":19,"Cost":18,"Date":"6/7/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":206,"Cost":194,"Date":"1/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":416,"Cost":326,"Date":"3/27/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":697,"Cost":419,"Date":"5/12/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":48,"Cost":25,"Date":"7/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":735,"Cost":672,"Date":"8/8/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":217,"Cost":189,"Date":"12/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":178,"Cost":146,"Date":"1/17/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":507,"Cost":367,"Date":"3/8/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":144,"Cost":90,"Date":"6/6/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":491,"Cost":329,"Date":"6/16/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":384,"Cost":235,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":564,"Cost":441,"Date":"11/19/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":322,"Cost":242,"Date":"12/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":26,"Cost":22,"Date":"2/4/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":183,"Cost":148,"Date":"3/8/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":448,"Cost":374,"Date":"12/18/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":63,"Cost":37,"Date":"3/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":862,"Cost":644,"Date":"4/20/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":514,"Cost":257,"Date":"6/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":212,"Cost":118,"Date":"7/23/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":911,"Cost":800,"Date":"11/21/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":752,"Cost":623,"Date":"11/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":18,"Cost":17,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":400,"Cost":284,"Date":"5/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":448,"Cost":290,"Date":"9/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":785,"Cost":452,"Date":"1/3/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":574,"Cost":464,"Date":"2/2/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":146,"Cost":108,"Date":"3/18/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":199,"Cost":158,"Date":"10/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":20,"Cost":17,"Date":"2/16/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":578,"Cost":511,"Date":"6/7/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":22,"Cost":16,"Date":"1/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":945,"Cost":613,"Date":"3/27/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":771,"Cost":390,"Date":"5/12/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":70,"Cost":58,"Date":"7/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":705,"Cost":404,"Date":"8/8/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":693,"Cost":445,"Date":"12/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":224,"Cost":128,"Date":"1/17/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":110,"Cost":58,"Date":"3/8/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":197,"Date":"6/6/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":664,"Date":"6/16/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":345,"Cost":288,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":180,"Date":"11/19/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":889,"Cost":615,"Date":"12/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":542,"Cost":408,"Date":"2/4/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":623,"Cost":504,"Date":"3/8/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":210,"Cost":140,"Date":"12/18/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":547,"Cost":395,"Date":"3/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":651,"Cost":385,"Date":"4/20/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":200,"Cost":180,"Date":"6/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":789,"Cost":703,"Date":"7/23/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":921,"Cost":529,"Date":"11/21/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":995,"Cost":504,"Date":"11/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":725,"Cost":578,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":929,"Cost":550,"Date":"5/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":538,"Cost":302,"Date":"9/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":510,"Cost":453,"Date":"1/3/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":438,"Date":"2/2/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":801,"Cost":448,"Date":"3/18/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":43,"Cost":37,"Date":"10/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":134,"Cost":76,"Date":"2/16/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":63,"Cost":46,"Date":"6/7/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":11,"Cost":10,"Date":"1/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":411,"Date":"3/27/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":430,"Cost":385,"Date":"5/12/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":838,"Cost":660,"Date":"7/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":278,"Date":"8/8/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":533,"Cost":310,"Date":"12/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":821,"Cost":556,"Date":"1/17/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":240,"Cost":153,"Date":"3/8/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":740,"Cost":445,"Date":"6/6/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":54,"Date":"6/16/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":910,"Cost":773,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":314,"Date":"11/19/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":161,"Cost":139,"Date":"12/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":460,"Date":"2/4/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":74,"Cost":66,"Date":"3/8/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":571,"Cost":497,"Date":"12/18/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":590,"Cost":532,"Date":"3/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":670,"Cost":493,"Date":"4/20/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":934,"Cost":808,"Date":"6/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":160,"Date":"7/23/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":715,"Cost":516,"Date":"11/21/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":984,"Cost":798,"Date":"11/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":590,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":434,"Cost":352,"Date":"5/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":75,"Cost":45,"Date":"9/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":19,"Date":"1/3/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":862,"Cost":682,"Date":"2/2/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":535,"Date":"3/18/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":732,"Cost":652,"Date":"10/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":493,"Cost":291,"Date":"2/16/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":921,"Cost":570,"Date":"6/7/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":346,"Date":"1/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":277,"Cost":180,"Date":"3/27/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":652,"Cost":469,"Date":"5/12/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":538,"Cost":315,"Date":"7/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":896,"Cost":536,"Date":"8/8/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":291,"Cost":273,"Date":"12/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":94,"Cost":59,"Date":"1/17/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":95,"Cost":49,"Date":"3/8/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":229,"Cost":194,"Date":"6/6/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":664,"Cost":464,"Date":"6/16/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":41,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":146,"Cost":86,"Date":"11/19/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":494,"Date":"12/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":576,"Date":"2/4/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":51,"Cost":40,"Date":"3/8/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":507,"Date":"12/18/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":78,"Cost":43,"Date":"3/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":514,"Cost":326,"Date":"4/20/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":12,"Cost":9,"Date":"6/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":229,"Cost":200,"Date":"7/23/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":638,"Cost":484,"Date":"11/21/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":514,"Cost":426,"Date":"11/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":814,"Cost":587,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":692,"Cost":570,"Date":"5/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":812,"Date":"9/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":821,"Cost":509,"Date":"1/3/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":482,"Cost":375,"Date":"2/2/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":660,"Cost":518,"Date":"3/18/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":313,"Cost":174,"Date":"10/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":719,"Cost":560,"Date":"2/16/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":71,"Cost":50,"Date":"6/7/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":379,"Cost":343,"Date":"1/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":211,"Cost":161,"Date":"3/27/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":614,"Cost":324,"Date":"5/12/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":292,"Date":"7/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":173,"Cost":109,"Date":"8/8/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":92,"Cost":70,"Date":"12/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":120,"Cost":112,"Date":"1/17/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":964,"Cost":800,"Date":"3/8/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":822,"Date":"6/6/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":309,"Cost":286,"Date":"6/16/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":271,"Cost":173,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":850,"Cost":591,"Date":"11/19/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":776,"Cost":402,"Date":"12/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":507,"Cost":291,"Date":"2/4/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":654,"Cost":503,"Date":"3/8/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":577,"Date":"12/18/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":4,"Cost":4,"Date":"3/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":453,"Date":"4/20/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":379,"Cost":230,"Date":"6/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":224,"Cost":131,"Date":"7/23/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":979,"Cost":831,"Date":"11/21/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":354,"Date":"11/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":570,"Cost":537,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":644,"Date":"5/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":635,"Cost":463,"Date":"9/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":526,"Cost":398,"Date":"1/3/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":454,"Cost":228,"Date":"2/2/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":950,"Cost":706,"Date":"3/18/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":645,"Cost":358,"Date":"10/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":515,"Cost":390,"Date":"2/16/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":31,"Cost":18,"Date":"6/7/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":522,"Cost":429,"Date":"1/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":466,"Cost":413,"Date":"3/27/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":135,"Cost":72,"Date":"5/12/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":160,"Cost":92,"Date":"7/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":263,"Cost":196,"Date":"8/8/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":845,"Cost":466,"Date":"12/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":522,"Cost":446,"Date":"1/17/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":280,"Cost":243,"Date":"3/8/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":776,"Cost":647,"Date":"6/6/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":311,"Cost":201,"Date":"6/16/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":487,"Cost":445,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":54,"Cost":31,"Date":"11/19/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":961,"Cost":604,"Date":"12/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":304,"Cost":162,"Date":"2/4/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":187,"Cost":159,"Date":"3/8/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":641,"Cost":358,"Date":"12/18/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":846,"Cost":803,"Date":"3/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":180,"Cost":112,"Date":"4/20/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":852,"Cost":514,"Date":"6/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":127,"Cost":88,"Date":"7/23/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":257,"Cost":180,"Date":"11/21/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":261,"Cost":182,"Date":"11/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":173,"Cost":98,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":712,"Cost":577,"Date":"5/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":628,"Cost":406,"Date":"9/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":542,"Cost":512,"Date":"1/3/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":525,"Cost":338,"Date":"2/2/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":762,"Cost":599,"Date":"3/18/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":66,"Cost":49,"Date":"10/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":979,"Cost":863,"Date":"2/16/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":486,"Cost":252,"Date":"6/7/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":299,"Cost":230,"Date":"1/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":935,"Cost":747,"Date":"3/27/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":229,"Cost":172,"Date":"5/12/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":985,"Cost":642,"Date":"7/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":13,"Cost":13,"Date":"8/8/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":313,"Cost":211,"Date":"12/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":807,"Cost":547,"Date":"1/17/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":740,"Cost":559,"Date":"3/8/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":150,"Cost":91,"Date":"6/6/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":375,"Cost":248,"Date":"6/16/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":547,"Cost":327,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":621,"Cost":551,"Date":"11/19/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":368,"Cost":203,"Date":"12/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":611,"Cost":348,"Date":"2/4/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":978,"Cost":625,"Date":"3/8/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":481,"Cost":289,"Date":"12/18/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":606,"Cost":363,"Date":"3/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":960,"Cost":685,"Date":"4/20/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":384,"Cost":301,"Date":"6/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":408,"Cost":254,"Date":"7/23/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":469,"Cost":407,"Date":"11/21/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":241,"Cost":189,"Date":"11/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":720,"Cost":536,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":291,"Cost":260,"Date":"5/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":514,"Cost":271,"Date":"9/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":300,"Cost":266,"Date":"1/3/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":181,"Cost":167,"Date":"2/2/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":806,"Cost":668,"Date":"3/18/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":507,"Cost":362,"Date":"10/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":427,"Cost":369,"Date":"2/16/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":903,"Cost":599,"Date":"6/7/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":406,"Cost":243,"Date":"1/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":530,"Cost":465,"Date":"3/27/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":609,"Cost":431,"Date":"5/12/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":73,"Cost":38,"Date":"7/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":749,"Cost":474,"Date":"8/8/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":911,"Cost":476,"Date":"12/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":837,"Cost":779,"Date":"1/17/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":666,"Cost":522,"Date":"3/8/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":546,"Cost":278,"Date":"6/6/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":202,"Cost":186,"Date":"6/16/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":199,"Cost":134,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":595,"Cost":548,"Date":"11/19/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":683,"Cost":482,"Date":"12/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":881,"Cost":783,"Date":"2/4/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":993,"Cost":781,"Date":"3/8/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":158,"Cost":150,"Date":"12/18/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":359,"Cost":179,"Date":"3/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":205,"Cost":118,"Date":"4/20/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":640,"Cost":577,"Date":"6/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":325,"Cost":287,"Date":"7/23/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":309,"Cost":249,"Date":"11/21/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":741,"Cost":653,"Date":"11/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":61,"Cost":32,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":110,"Cost":75,"Date":"5/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":722,"Cost":502,"Date":"9/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":384,"Cost":200,"Date":"1/3/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":935,"Cost":848,"Date":"2/2/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":561,"Cost":505,"Date":"3/18/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":718,"Cost":531,"Date":"10/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":421,"Cost":371,"Date":"2/16/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":91,"Cost":80,"Date":"6/7/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":97,"Cost":87,"Date":"1/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":304,"Cost":172,"Date":"3/27/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":389,"Cost":339,"Date":"5/12/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":190,"Cost":171,"Date":"7/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":17,"Cost":8,"Date":"8/8/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":868,"Cost":697,"Date":"12/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":783,"Cost":721,"Date":"1/17/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":563,"Cost":452,"Date":"3/8/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":690,"Cost":620,"Date":"6/6/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":248,"Cost":181,"Date":"6/16/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":579,"Cost":460,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":37,"Cost":24,"Date":"11/19/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":26,"Cost":23,"Date":"12/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":821,"Cost":721,"Date":"2/4/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":923,"Cost":605,"Date":"3/8/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":316,"Cost":174,"Date":"12/18/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":566,"Cost":359,"Date":"3/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":619,"Cost":365,"Date":"4/20/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":389,"Cost":219,"Date":"6/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":343,"Cost":227,"Date":"7/23/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":541,"Cost":459,"Date":"11/21/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":526,"Cost":355,"Date":"11/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":761,"Cost":481,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":760,"Cost":628,"Date":"5/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":708,"Cost":380,"Date":"9/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":882,"Cost":611,"Date":"1/3/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":50,"Cost":44,"Date":"2/2/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":802,"Cost":628,"Date":"3/18/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":295,"Cost":167,"Date":"10/14/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":841,"Cost":486,"Date":"2/16/2018"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":436,"Cost":294,"Date":"6/7/2018"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":877,"Cost":716,"Date":"1/28/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":646,"Cost":328,"Date":"3/27/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":695,"Cost":415,"Date":"5/12/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":867,"Cost":588,"Date":"7/28/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":700,"Cost":494,"Date":"8/8/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":795,"Cost":752,"Date":"12/7/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":440,"Date":"1/17/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":713,"Cost":418,"Date":"3/8/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":160,"Cost":114,"Date":"6/6/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":290,"Date":"6/16/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":681,"Cost":639,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":215,"Cost":124,"Date":"11/19/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":697,"Cost":578,"Date":"12/28/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":570,"Cost":522,"Date":"2/4/2021"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":329,"Cost":188,"Date":"3/8/2021"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":217,"Cost":183,"Date":"12/18/2021"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":164,"Cost":133,"Date":"3/31/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":743,"Cost":642,"Date":"4/20/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":743,"Cost":388,"Date":"6/26/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":632,"Cost":567,"Date":"7/23/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":685,"Cost":621,"Date":"11/21/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":739,"Cost":429,"Date":"11/26/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":731,"Cost":597,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":145,"Date":"5/21/2023"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":689,"Cost":620,"Date":"9/28/2023"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":274,"Date":"1/3/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":636,"Date":"2/2/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":30,"Cost":29,"Date":"3/18/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":484,"Cost":388,"Date":"10/14/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":171,"Date":"2/16/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":958,"Cost":577,"Date":"6/7/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":555,"Date":"1/28/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":933,"Cost":521,"Date":"3/27/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":400,"Cost":318,"Date":"5/12/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":169,"Cost":86,"Date":"7/28/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":718,"Cost":663,"Date":"8/8/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":291,"Cost":160,"Date":"12/7/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":668,"Cost":377,"Date":"1/17/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":32,"Cost":26,"Date":"3/8/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":703,"Cost":584,"Date":"6/6/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":410,"Cost":349,"Date":"6/16/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":184,"Cost":160,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":405,"Cost":301,"Date":"11/19/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":381,"Cost":322,"Date":"12/28/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":616,"Cost":363,"Date":"2/4/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":364,"Cost":185,"Date":"3/8/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":31,"Cost":18,"Date":"12/18/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":605,"Cost":498,"Date":"3/31/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":108,"Cost":87,"Date":"4/20/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":21,"Cost":11,"Date":"6/26/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":865,"Cost":467,"Date":"7/23/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":212,"Cost":174,"Date":"11/21/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":947,"Cost":830,"Date":"11/26/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":454,"Cost":298,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":28,"Cost":18,"Date":"5/21/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":240,"Date":"9/28/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":104,"Cost":76,"Date":"1/3/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":766,"Cost":430,"Date":"2/2/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":674,"Cost":475,"Date":"3/18/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":410,"Date":"10/14/2024"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":908,"Cost":659,"Date":"2/16/2018"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":80,"Cost":76,"Date":"6/7/2018"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":2,"Cost":1,"Date":"1/28/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":852,"Cost":448,"Date":"3/27/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":358,"Cost":317,"Date":"5/12/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":340,"Cost":245,"Date":"7/28/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":974,"Cost":756,"Date":"8/8/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":418,"Cost":278,"Date":"12/7/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":961,"Cost":497,"Date":"1/17/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":750,"Cost":603,"Date":"3/8/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":239,"Cost":154,"Date":"6/6/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":221,"Cost":126,"Date":"6/16/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":187,"Cost":116,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":144,"Cost":108,"Date":"11/19/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":460,"Cost":297,"Date":"12/28/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":757,"Cost":415,"Date":"2/4/2021"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":286,"Cost":168,"Date":"3/8/2021"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":482,"Cost":350,"Date":"12/18/2021"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":266,"Cost":232,"Date":"3/31/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":763,"Cost":398,"Date":"4/20/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":537,"Cost":447,"Date":"6/26/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":380,"Cost":348,"Date":"7/23/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":377,"Cost":334,"Date":"11/21/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":316,"Cost":179,"Date":"11/26/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":159,"Cost":83,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":681,"Cost":342,"Date":"5/21/2023"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":269,"Cost":222,"Date":"9/28/2023"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":43,"Cost":39,"Date":"1/3/2024"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":618,"Cost":397,"Date":"2/2/2024"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":945,"Cost":681,"Date":"3/18/2024"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":764,"Cost":425,"Date":"10/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":492,"Cost":426,"Date":"2/16/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":868,"Cost":731,"Date":"6/7/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":86,"Cost":73,"Date":"1/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":6,"Cost":6,"Date":"3/27/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":487,"Cost":451,"Date":"5/12/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":458,"Cost":296,"Date":"7/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":375,"Cost":289,"Date":"8/8/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":182,"Cost":93,"Date":"12/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":96,"Cost":76,"Date":"1/17/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":862,"Cost":727,"Date":"3/8/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":124,"Cost":93,"Date":"6/6/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":56,"Cost":49,"Date":"6/16/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":718,"Cost":602,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":318,"Cost":200,"Date":"11/19/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":203,"Cost":119,"Date":"12/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":623,"Cost":514,"Date":"2/4/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":689,"Cost":654,"Date":"3/8/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":76,"Cost":70,"Date":"12/18/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":381,"Cost":288,"Date":"3/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":89,"Cost":44,"Date":"4/20/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":164,"Cost":126,"Date":"6/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":622,"Cost":536,"Date":"7/23/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":27,"Cost":21,"Date":"11/21/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":573,"Cost":321,"Date":"11/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":37,"Cost":25,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":921,"Cost":503,"Date":"5/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":877,"Cost":526,"Date":"9/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":645,"Cost":577,"Date":"1/3/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":558,"Cost":337,"Date":"2/2/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":571,"Cost":490,"Date":"3/18/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":275,"Cost":251,"Date":"10/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":381,"Cost":360,"Date":"2/16/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":339,"Cost":282,"Date":"6/7/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":600,"Cost":401,"Date":"1/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":379,"Cost":311,"Date":"3/27/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":991,"Cost":761,"Date":"5/12/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":405,"Cost":291,"Date":"7/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":66,"Cost":55,"Date":"8/8/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":21,"Cost":19,"Date":"12/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":88,"Cost":49,"Date":"1/17/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":484,"Cost":273,"Date":"3/8/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":423,"Cost":336,"Date":"6/6/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":346,"Cost":283,"Date":"6/16/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":727,"Cost":574,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":457,"Cost":387,"Date":"11/19/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":361,"Cost":319,"Date":"12/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":20,"Cost":11,"Date":"2/4/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":343,"Cost":247,"Date":"3/8/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":342,"Cost":303,"Date":"12/18/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":365,"Cost":194,"Date":"3/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":922,"Cost":713,"Date":"4/20/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":509,"Cost":470,"Date":"6/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":609,"Cost":367,"Date":"7/23/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":918,"Cost":766,"Date":"11/21/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":755,"Cost":475,"Date":"11/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":611,"Cost":538,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":99,"Cost":51,"Date":"5/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":532,"Cost":344,"Date":"9/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":408,"Cost":347,"Date":"1/3/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":721,"Cost":472,"Date":"2/2/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":374,"Cost":345,"Date":"3/18/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":343,"Cost":226,"Date":"10/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":536,"Cost":415,"Date":"2/16/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":3,"Cost":3,"Date":"6/7/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":333,"Cost":274,"Date":"1/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":104,"Cost":83,"Date":"3/27/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":738,"Cost":457,"Date":"5/12/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":197,"Cost":154,"Date":"7/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":245,"Cost":164,"Date":"8/8/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":259,"Cost":174,"Date":"12/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":327,"Date":"1/17/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":618,"Cost":382,"Date":"3/8/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":719,"Cost":563,"Date":"6/6/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":509,"Cost":419,"Date":"6/16/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":130,"Cost":118,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":327,"Cost":243,"Date":"11/19/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":898,"Cost":676,"Date":"12/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":733,"Cost":627,"Date":"2/4/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":165,"Cost":132,"Date":"3/8/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":171,"Cost":119,"Date":"12/18/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":767,"Cost":572,"Date":"3/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":115,"Cost":97,"Date":"4/20/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":256,"Cost":213,"Date":"6/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":897,"Cost":836,"Date":"7/23/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":112,"Cost":106,"Date":"11/21/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":990,"Cost":864,"Date":"11/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":835,"Cost":557,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":614,"Cost":477,"Date":"5/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":191,"Cost":147,"Date":"9/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":678,"Cost":564,"Date":"1/3/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":450,"Date":"2/2/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":682,"Cost":571,"Date":"3/18/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":990,"Cost":588,"Date":"10/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":882,"Cost":752,"Date":"2/16/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":207,"Cost":166,"Date":"6/7/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":177,"Cost":121,"Date":"1/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":20,"Cost":16,"Date":"3/27/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":164,"Cost":96,"Date":"5/12/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":348,"Cost":298,"Date":"7/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":338,"Cost":308,"Date":"8/8/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":427,"Cost":286,"Date":"12/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":833,"Cost":653,"Date":"1/17/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":931,"Cost":785,"Date":"3/8/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":251,"Cost":213,"Date":"6/6/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":135,"Cost":79,"Date":"6/16/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":914,"Cost":807,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":312,"Cost":221,"Date":"11/19/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":911,"Cost":533,"Date":"12/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":565,"Cost":293,"Date":"2/4/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":485,"Cost":440,"Date":"3/8/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":714,"Cost":464,"Date":"12/18/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":512,"Cost":258,"Date":"3/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":857,"Cost":788,"Date":"4/20/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":473,"Cost":376,"Date":"6/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":443,"Cost":354,"Date":"7/23/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":277,"Cost":149,"Date":"11/21/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":255,"Cost":157,"Date":"11/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":679,"Cost":428,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":580,"Cost":395,"Date":"5/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":139,"Cost":80,"Date":"9/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":471,"Cost":238,"Date":"1/3/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":425,"Cost":387,"Date":"2/2/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":951,"Cost":617,"Date":"3/18/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":235,"Cost":151,"Date":"10/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":755,"Cost":588,"Date":"2/16/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":264,"Date":"6/7/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":474,"Cost":349,"Date":"1/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":27,"Cost":18,"Date":"3/27/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":159,"Cost":84,"Date":"5/12/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":653,"Cost":493,"Date":"7/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":316,"Cost":158,"Date":"8/8/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":346,"Cost":212,"Date":"12/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":442,"Cost":327,"Date":"1/17/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":908,"Cost":625,"Date":"3/8/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":692,"Cost":376,"Date":"6/6/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":649,"Cost":464,"Date":"6/16/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":248,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":811,"Cost":736,"Date":"11/19/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":806,"Cost":707,"Date":"12/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":426,"Cost":405,"Date":"2/4/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":160,"Date":"3/8/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":804,"Cost":733,"Date":"12/18/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":976,"Cost":871,"Date":"3/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":962,"Cost":877,"Date":"4/20/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":2,"Cost":2,"Date":"6/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":830,"Cost":582,"Date":"7/23/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":748,"Cost":709,"Date":"11/21/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":486,"Cost":305,"Date":"11/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":379,"Cost":191,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":139,"Cost":84,"Date":"5/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":504,"Cost":457,"Date":"9/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":653,"Cost":543,"Date":"1/3/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":502,"Date":"2/2/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":927,"Cost":776,"Date":"3/18/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":278,"Cost":143,"Date":"10/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":111,"Cost":78,"Date":"2/16/2018"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":321,"Cost":251,"Date":"6/7/2018"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":99,"Cost":50,"Date":"1/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":975,"Cost":631,"Date":"3/27/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":822,"Cost":542,"Date":"5/12/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":397,"Cost":312,"Date":"7/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":433,"Date":"8/8/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":440,"Cost":402,"Date":"12/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":685,"Cost":349,"Date":"1/17/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":946,"Cost":734,"Date":"3/8/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":764,"Cost":698,"Date":"6/6/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":723,"Cost":604,"Date":"6/16/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":238,"Cost":147,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":492,"Cost":355,"Date":"11/19/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":657,"Cost":513,"Date":"12/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":157,"Cost":133,"Date":"2/4/2021"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":31,"Cost":28,"Date":"3/8/2021"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":732,"Cost":475,"Date":"12/18/2021"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":837,"Cost":556,"Date":"3/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":670,"Cost":536,"Date":"4/20/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":837,"Cost":777,"Date":"6/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":176,"Date":"7/23/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":429,"Cost":231,"Date":"11/21/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":983,"Cost":553,"Date":"11/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":368,"Cost":200,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":957,"Cost":829,"Date":"5/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":250,"Cost":205,"Date":"9/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":406,"Cost":261,"Date":"1/3/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":48,"Cost":26,"Date":"2/2/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":689,"Cost":638,"Date":"3/18/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":934,"Cost":560,"Date":"10/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":517,"Cost":402,"Date":"2/16/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":818,"Cost":450,"Date":"6/7/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":584,"Cost":467,"Date":"1/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":19,"Cost":9,"Date":"3/27/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":522,"Cost":286,"Date":"5/12/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":125,"Cost":65,"Date":"7/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":182,"Cost":100,"Date":"8/8/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":355,"Cost":239,"Date":"12/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":612,"Cost":553,"Date":"1/17/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":835,"Cost":734,"Date":"3/8/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":977,"Cost":814,"Date":"6/6/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":545,"Cost":484,"Date":"6/16/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":38,"Cost":35,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":154,"Cost":143,"Date":"11/19/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":430,"Cost":358,"Date":"12/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":369,"Cost":195,"Date":"2/4/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":522,"Cost":266,"Date":"3/8/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":441,"Cost":338,"Date":"12/18/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":164,"Cost":140,"Date":"3/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":654,"Cost":348,"Date":"4/20/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":111,"Cost":58,"Date":"6/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":845,"Cost":689,"Date":"7/23/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":600,"Cost":564,"Date":"11/21/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":587,"Cost":406,"Date":"11/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":16,"Cost":8,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":297,"Cost":276,"Date":"5/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":714,"Cost":618,"Date":"9/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":844,"Cost":425,"Date":"1/3/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":842,"Cost":549,"Date":"2/2/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":420,"Cost":353,"Date":"3/18/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":246,"Cost":137,"Date":"10/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":26,"Date":"2/16/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":128,"Cost":111,"Date":"6/7/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":274,"Cost":209,"Date":"1/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":606,"Cost":404,"Date":"3/27/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":611,"Cost":502,"Date":"5/12/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":363,"Cost":294,"Date":"7/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":454,"Date":"8/8/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":493,"Cost":367,"Date":"12/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":911,"Cost":511,"Date":"1/17/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":433,"Date":"3/8/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":284,"Cost":194,"Date":"6/6/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":399,"Cost":378,"Date":"6/16/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":15,"Cost":8,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":942,"Cost":563,"Date":"11/19/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":392,"Cost":337,"Date":"12/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":499,"Date":"2/4/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":720,"Cost":633,"Date":"3/8/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":521,"Date":"12/18/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":702,"Cost":511,"Date":"3/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":37,"Date":"4/20/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":428,"Cost":280,"Date":"6/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":737,"Cost":658,"Date":"7/23/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":14,"Cost":12,"Date":"11/21/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":375,"Cost":210,"Date":"11/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":46,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":802,"Cost":657,"Date":"5/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":709,"Cost":441,"Date":"9/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":487,"Cost":376,"Date":"1/3/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":262,"Cost":198,"Date":"2/2/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":757,"Date":"3/18/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":840,"Cost":439,"Date":"10/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":127,"Cost":95,"Date":"2/16/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":611,"Date":"6/7/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":473,"Cost":442,"Date":"1/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":482,"Date":"3/27/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":277,"Cost":212,"Date":"5/12/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":346,"Cost":322,"Date":"7/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":771,"Cost":428,"Date":"8/8/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":480,"Cost":379,"Date":"12/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":329,"Date":"1/17/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":149,"Cost":130,"Date":"3/8/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":713,"Cost":657,"Date":"6/6/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":587,"Cost":453,"Date":"6/16/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":206,"Cost":106,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":426,"Date":"11/19/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":570,"Cost":339,"Date":"12/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":112,"Cost":88,"Date":"2/4/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":40,"Date":"3/8/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":706,"Cost":363,"Date":"12/18/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":236,"Cost":182,"Date":"3/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":972,"Cost":636,"Date":"4/20/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":467,"Cost":403,"Date":"6/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":54,"Cost":46,"Date":"7/23/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":650,"Cost":562,"Date":"11/21/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":276,"Date":"11/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":222,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":840,"Cost":659,"Date":"5/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":174,"Cost":101,"Date":"9/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":890,"Cost":486,"Date":"1/3/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":494,"Date":"2/2/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":15,"Cost":11,"Date":"3/18/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":448,"Cost":358,"Date":"10/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":372,"Date":"2/16/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":735,"Cost":662,"Date":"6/7/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":83,"Cost":76,"Date":"1/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":526,"Cost":465,"Date":"3/27/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":361,"Cost":294,"Date":"5/12/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":593,"Cost":473,"Date":"7/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":293,"Date":"8/8/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":918,"Cost":492,"Date":"12/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":209,"Cost":140,"Date":"1/17/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":465,"Cost":287,"Date":"3/8/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":320,"Date":"6/6/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":421,"Cost":270,"Date":"6/16/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":853,"Cost":566,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":845,"Cost":521,"Date":"11/19/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":279,"Date":"12/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":169,"Cost":158,"Date":"2/4/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":303,"Cost":251,"Date":"3/8/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":371,"Cost":319,"Date":"12/18/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":20,"Cost":13,"Date":"3/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":97,"Date":"4/20/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":292,"Cost":154,"Date":"6/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":537,"Cost":380,"Date":"7/23/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":152,"Date":"11/21/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":815,"Cost":768,"Date":"11/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":11,"Cost":10,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":374,"Date":"5/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":69,"Date":"9/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":548,"Cost":304,"Date":"1/3/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":138,"Cost":90,"Date":"2/2/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":144,"Cost":85,"Date":"3/18/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":922,"Cost":747,"Date":"10/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":4,"Date":"2/16/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":482,"Cost":399,"Date":"6/7/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":597,"Cost":452,"Date":"1/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":415,"Date":"3/27/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":29,"Cost":25,"Date":"5/12/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":184,"Cost":114,"Date":"7/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":168,"Cost":146,"Date":"8/8/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":824,"Cost":670,"Date":"12/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":704,"Cost":358,"Date":"1/17/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":777,"Cost":539,"Date":"3/8/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":354,"Cost":295,"Date":"6/6/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":435,"Cost":242,"Date":"6/16/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":461,"Cost":301,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":546,"Date":"11/19/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":66,"Cost":55,"Date":"12/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":991,"Cost":671,"Date":"2/4/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":701,"Cost":473,"Date":"3/8/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":235,"Date":"12/18/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":547,"Date":"3/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":684,"Cost":435,"Date":"4/20/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":413,"Cost":322,"Date":"6/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":599,"Cost":515,"Date":"7/23/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":638,"Cost":595,"Date":"11/21/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":329,"Cost":274,"Date":"11/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":395,"Cost":259,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":699,"Cost":628,"Date":"5/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":238,"Date":"9/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":853,"Cost":636,"Date":"1/3/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":576,"Date":"2/2/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":810,"Cost":451,"Date":"3/18/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":42,"Date":"10/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":10,"Date":"2/16/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":776,"Cost":579,"Date":"6/7/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":749,"Cost":494,"Date":"1/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":977,"Cost":543,"Date":"3/27/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":901,"Cost":786,"Date":"5/12/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":703,"Cost":358,"Date":"7/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":552,"Cost":384,"Date":"8/8/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":558,"Cost":454,"Date":"12/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":34,"Cost":30,"Date":"1/17/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":471,"Date":"3/8/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":59,"Cost":42,"Date":"6/6/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":136,"Cost":84,"Date":"6/16/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":852,"Cost":689,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":728,"Cost":573,"Date":"11/19/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":558,"Date":"12/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":679,"Cost":566,"Date":"2/4/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":398,"Date":"3/8/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":328,"Cost":305,"Date":"12/18/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":80,"Cost":40,"Date":"3/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":238,"Date":"4/20/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":321,"Cost":290,"Date":"6/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":799,"Cost":730,"Date":"7/23/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":102,"Cost":90,"Date":"11/21/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":74,"Date":"11/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":168,"Cost":128,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":282,"Date":"5/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":631,"Cost":510,"Date":"9/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":201,"Date":"1/3/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":208,"Date":"2/2/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":826,"Cost":543,"Date":"3/18/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":902,"Cost":482,"Date":"10/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":838,"Cost":458,"Date":"2/16/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":276,"Cost":218,"Date":"6/7/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":365,"Cost":276,"Date":"1/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":292,"Cost":177,"Date":"3/27/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":323,"Cost":166,"Date":"5/12/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":122,"Cost":68,"Date":"7/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":450,"Cost":369,"Date":"8/8/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":349,"Cost":225,"Date":"12/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":973,"Cost":834,"Date":"1/17/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":507,"Cost":441,"Date":"3/8/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":88,"Cost":70,"Date":"6/6/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":630,"Cost":371,"Date":"6/16/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":633,"Cost":388,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":240,"Cost":183,"Date":"11/19/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":7,"Cost":5,"Date":"12/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":992,"Cost":733,"Date":"2/4/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":995,"Cost":909,"Date":"3/8/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":357,"Cost":198,"Date":"12/18/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":450,"Cost":396,"Date":"3/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":239,"Cost":218,"Date":"4/20/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":829,"Cost":596,"Date":"6/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":122,"Cost":76,"Date":"7/23/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":751,"Cost":603,"Date":"11/21/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":546,"Cost":341,"Date":"11/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":29,"Cost":24,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":323,"Cost":169,"Date":"5/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":499,"Cost":427,"Date":"9/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":741,"Cost":594,"Date":"1/3/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":796,"Cost":634,"Date":"2/2/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":975,"Cost":835,"Date":"3/18/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":573,"Cost":412,"Date":"10/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":44,"Cost":39,"Date":"2/16/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":448,"Cost":289,"Date":"6/7/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":702,"Cost":389,"Date":"1/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":647,"Cost":614,"Date":"3/27/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":270,"Cost":187,"Date":"5/12/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":839,"Cost":681,"Date":"7/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":562,"Cost":311,"Date":"8/8/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":565,"Cost":490,"Date":"12/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":616,"Cost":367,"Date":"1/17/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":346,"Cost":237,"Date":"3/8/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":6,"Cost":3,"Date":"6/6/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":466,"Cost":251,"Date":"6/16/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":706,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":313,"Cost":255,"Date":"11/19/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":281,"Cost":179,"Date":"12/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":575,"Cost":345,"Date":"2/4/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":676,"Cost":562,"Date":"3/8/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":838,"Cost":653,"Date":"12/18/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":237,"Cost":151,"Date":"3/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":363,"Cost":290,"Date":"4/20/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":82,"Date":"6/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":193,"Cost":100,"Date":"7/23/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":837,"Cost":516,"Date":"11/21/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":79,"Date":"11/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":55,"Cost":39,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":775,"Cost":648,"Date":"5/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":129,"Cost":70,"Date":"9/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":219,"Cost":201,"Date":"1/3/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":401,"Cost":290,"Date":"2/2/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":450,"Date":"3/18/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":620,"Date":"10/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":233,"Cost":202,"Date":"2/16/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":107,"Cost":101,"Date":"6/7/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":349,"Cost":257,"Date":"1/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":368,"Cost":201,"Date":"3/27/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":379,"Cost":335,"Date":"5/12/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":626,"Cost":335,"Date":"7/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":366,"Cost":346,"Date":"8/8/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":504,"Cost":444,"Date":"12/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":919,"Cost":518,"Date":"1/17/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":968,"Cost":835,"Date":"3/8/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":320,"Cost":304,"Date":"6/6/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":346,"Cost":230,"Date":"6/16/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":419,"Cost":236,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":869,"Cost":465,"Date":"11/19/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":614,"Cost":548,"Date":"12/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":757,"Cost":658,"Date":"2/4/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":653,"Cost":561,"Date":"3/8/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":7,"Cost":7,"Date":"12/18/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":441,"Cost":401,"Date":"3/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":636,"Cost":331,"Date":"4/20/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":32,"Cost":25,"Date":"6/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":141,"Cost":133,"Date":"7/23/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":158,"Cost":142,"Date":"11/21/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":516,"Cost":401,"Date":"11/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":637,"Cost":420,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":841,"Cost":724,"Date":"5/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":30,"Cost":19,"Date":"9/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":163,"Cost":136,"Date":"1/3/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":738,"Cost":652,"Date":"2/2/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":448,"Cost":359,"Date":"3/18/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":191,"Cost":141,"Date":"10/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":549,"Cost":498,"Date":"2/16/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":775,"Cost":701,"Date":"6/7/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":522,"Cost":482,"Date":"1/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":821,"Cost":755,"Date":"3/27/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":623,"Cost":549,"Date":"5/12/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":964,"Cost":755,"Date":"7/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":123,"Date":"8/8/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":492,"Cost":411,"Date":"12/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":232,"Cost":164,"Date":"1/17/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":400,"Date":"3/8/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":791,"Cost":513,"Date":"6/6/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":407,"Cost":242,"Date":"6/16/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":637,"Cost":571,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":413,"Cost":280,"Date":"11/19/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":408,"Date":"12/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":504,"Date":"2/4/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":782,"Cost":737,"Date":"3/8/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":826,"Cost":547,"Date":"12/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":625,"Cost":394,"Date":"3/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":669,"Cost":555,"Date":"4/20/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":318,"Date":"6/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":75,"Date":"7/23/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":497,"Cost":279,"Date":"11/21/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":691,"Date":"11/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":782,"Cost":543,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":4,"Cost":3,"Date":"5/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":804,"Date":"9/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":314,"Cost":203,"Date":"1/3/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":101,"Cost":84,"Date":"2/2/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":68,"Cost":39,"Date":"3/18/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":246,"Cost":172,"Date":"10/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":284,"Cost":257,"Date":"2/16/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":334,"Cost":192,"Date":"6/7/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":37,"Cost":34,"Date":"1/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":800,"Cost":656,"Date":"3/27/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":560,"Cost":511,"Date":"5/12/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":413,"Cost":261,"Date":"7/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":665,"Cost":382,"Date":"8/8/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":90,"Cost":72,"Date":"12/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":595,"Cost":344,"Date":"1/17/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":997,"Cost":865,"Date":"3/8/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":927,"Cost":745,"Date":"6/6/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":402,"Cost":373,"Date":"6/16/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":860,"Cost":795,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":828,"Cost":479,"Date":"11/19/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":648,"Cost":597,"Date":"12/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":831,"Cost":428,"Date":"2/4/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":674,"Cost":403,"Date":"3/8/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":919,"Cost":774,"Date":"12/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":91,"Cost":85,"Date":"3/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":509,"Cost":330,"Date":"4/20/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":427,"Cost":233,"Date":"6/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":732,"Cost":452,"Date":"7/23/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":930,"Cost":741,"Date":"11/21/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":709,"Cost":631,"Date":"11/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":92,"Cost":74,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":847,"Cost":425,"Date":"5/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":167,"Cost":84,"Date":"9/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":819,"Cost":514,"Date":"1/3/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":488,"Cost":340,"Date":"2/2/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":433,"Cost":352,"Date":"3/18/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":53,"Cost":31,"Date":"10/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":372,"Cost":279,"Date":"2/16/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":793,"Cost":637,"Date":"6/7/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":212,"Cost":175,"Date":"1/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":521,"Cost":350,"Date":"3/27/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":98,"Cost":69,"Date":"5/12/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":328,"Cost":309,"Date":"7/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":564,"Cost":325,"Date":"8/8/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":801,"Cost":629,"Date":"12/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":997,"Cost":686,"Date":"1/17/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":228,"Cost":186,"Date":"3/8/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":202,"Cost":133,"Date":"6/6/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":505,"Cost":342,"Date":"6/16/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":251,"Cost":159,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":151,"Cost":92,"Date":"11/19/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":674,"Cost":463,"Date":"12/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":842,"Cost":579,"Date":"2/4/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":177,"Cost":132,"Date":"3/8/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":94,"Cost":88,"Date":"12/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":801,"Cost":742,"Date":"3/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":47,"Cost":36,"Date":"4/20/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":298,"Cost":211,"Date":"6/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":754,"Cost":385,"Date":"7/23/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":583,"Cost":402,"Date":"11/21/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":87,"Cost":64,"Date":"11/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":211,"Cost":162,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":70,"Cost":64,"Date":"5/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":606,"Cost":444,"Date":"9/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":809,"Cost":651,"Date":"1/3/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":882,"Cost":572,"Date":"2/2/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":344,"Cost":286,"Date":"3/18/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":474,"Cost":336,"Date":"10/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":522,"Cost":428,"Date":"2/16/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":309,"Cost":275,"Date":"6/7/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":499,"Cost":261,"Date":"1/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":171,"Date":"3/27/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":137,"Cost":91,"Date":"5/12/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":476,"Cost":239,"Date":"7/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":560,"Cost":342,"Date":"8/8/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":576,"Cost":364,"Date":"12/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":761,"Cost":611,"Date":"1/17/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":255,"Cost":148,"Date":"3/8/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":423,"Cost":248,"Date":"6/6/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":406,"Cost":250,"Date":"6/16/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":397,"Cost":266,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":33,"Cost":27,"Date":"11/19/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":938,"Cost":737,"Date":"12/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":93,"Cost":79,"Date":"2/4/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":21,"Cost":18,"Date":"3/8/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":32,"Date":"12/18/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":139,"Cost":109,"Date":"3/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":466,"Date":"4/20/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":275,"Cost":173,"Date":"6/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":863,"Cost":796,"Date":"7/23/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":298,"Cost":213,"Date":"11/21/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":867,"Cost":448,"Date":"11/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":290,"Cost":145,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":717,"Cost":369,"Date":"5/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":524,"Cost":298,"Date":"9/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":167,"Cost":125,"Date":"1/3/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":379,"Cost":257,"Date":"2/2/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":164,"Cost":96,"Date":"3/18/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":648,"Cost":606,"Date":"10/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":344,"Cost":254,"Date":"2/16/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":928,"Cost":553,"Date":"6/7/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":372,"Cost":295,"Date":"1/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":530,"Cost":278,"Date":"3/27/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":494,"Cost":415,"Date":"5/12/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":312,"Date":"7/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":237,"Cost":118,"Date":"8/8/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":386,"Cost":221,"Date":"12/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":555,"Cost":466,"Date":"1/17/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":833,"Cost":664,"Date":"3/8/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":185,"Cost":107,"Date":"6/6/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":216,"Cost":187,"Date":"6/16/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":75,"Cost":39,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":515,"Cost":320,"Date":"11/19/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":425,"Cost":307,"Date":"12/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":868,"Cost":688,"Date":"2/4/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":576,"Cost":382,"Date":"3/8/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":845,"Cost":735,"Date":"12/18/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":730,"Cost":539,"Date":"3/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":225,"Date":"4/20/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":490,"Cost":359,"Date":"6/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":360,"Cost":316,"Date":"7/23/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":318,"Date":"11/21/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":766,"Cost":580,"Date":"11/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":320,"Cost":182,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":18,"Cost":14,"Date":"5/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":985,"Cost":696,"Date":"9/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":497,"Cost":323,"Date":"1/3/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":243,"Date":"2/2/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":621,"Date":"3/18/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":50,"Cost":45,"Date":"10/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":707,"Cost":626,"Date":"2/16/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":693,"Cost":623,"Date":"6/7/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":635,"Cost":551,"Date":"1/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":311,"Cost":223,"Date":"3/27/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":778,"Cost":615,"Date":"5/12/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":835,"Cost":422,"Date":"7/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":994,"Cost":691,"Date":"8/8/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":816,"Cost":609,"Date":"12/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":963,"Cost":746,"Date":"1/17/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":410,"Cost":254,"Date":"3/8/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":750,"Cost":660,"Date":"6/6/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":711,"Cost":629,"Date":"6/16/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":599,"Cost":366,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":153,"Cost":81,"Date":"11/19/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":952,"Cost":792,"Date":"12/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":651,"Cost":354,"Date":"2/4/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":613,"Cost":526,"Date":"3/8/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":281,"Cost":176,"Date":"12/18/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":940,"Cost":835,"Date":"3/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":657,"Cost":364,"Date":"4/20/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":438,"Cost":399,"Date":"6/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":522,"Cost":464,"Date":"7/23/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":610,"Cost":412,"Date":"11/21/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":929,"Cost":879,"Date":"11/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":51,"Cost":27,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":421,"Cost":346,"Date":"5/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":146,"Cost":104,"Date":"9/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":328,"Cost":225,"Date":"1/3/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":601,"Cost":493,"Date":"2/2/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":633,"Cost":540,"Date":"3/18/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":148,"Cost":85,"Date":"10/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":559,"Cost":441,"Date":"2/16/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":86,"Cost":73,"Date":"6/7/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":356,"Cost":199,"Date":"1/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":863,"Cost":695,"Date":"3/27/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":444,"Cost":406,"Date":"5/12/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":619,"Cost":519,"Date":"7/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":870,"Cost":590,"Date":"8/8/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":139,"Cost":128,"Date":"12/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":380,"Cost":231,"Date":"1/17/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":948,"Cost":679,"Date":"3/8/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":104,"Cost":54,"Date":"6/6/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":414,"Cost":218,"Date":"6/16/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":875,"Cost":811,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":636,"Cost":554,"Date":"11/19/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":793,"Cost":566,"Date":"12/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":389,"Cost":310,"Date":"2/4/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":634,"Cost":404,"Date":"3/8/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":804,"Cost":614,"Date":"12/18/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":836,"Cost":684,"Date":"3/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":251,"Cost":149,"Date":"4/20/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":392,"Cost":310,"Date":"6/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":307,"Cost":280,"Date":"7/23/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":264,"Cost":218,"Date":"11/21/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":790,"Cost":488,"Date":"11/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":969,"Cost":893,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":557,"Cost":433,"Date":"5/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":731,"Cost":570,"Date":"9/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":908,"Cost":611,"Date":"1/3/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":440,"Cost":304,"Date":"2/2/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":358,"Cost":216,"Date":"3/18/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":387,"Cost":315,"Date":"10/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":292,"Cost":197,"Date":"2/16/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":624,"Cost":507,"Date":"6/7/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":216,"Cost":164,"Date":"1/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":561,"Cost":366,"Date":"3/27/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":141,"Cost":126,"Date":"5/12/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":552,"Cost":509,"Date":"7/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":868,"Cost":566,"Date":"8/8/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":195,"Cost":161,"Date":"12/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":255,"Cost":162,"Date":"1/17/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":337,"Cost":213,"Date":"3/8/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":324,"Cost":307,"Date":"6/6/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":241,"Cost":178,"Date":"6/16/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":64,"Cost":61,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":229,"Cost":151,"Date":"11/19/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":323,"Cost":207,"Date":"12/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":142,"Cost":128,"Date":"2/4/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":940,"Cost":824,"Date":"3/8/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":567,"Cost":328,"Date":"12/18/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":83,"Cost":62,"Date":"3/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":864,"Cost":702,"Date":"4/20/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":891,"Cost":588,"Date":"6/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":416,"Cost":389,"Date":"7/23/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":877,"Cost":564,"Date":"11/21/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":512,"Cost":336,"Date":"11/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":711,"Cost":555,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":357,"Cost":306,"Date":"5/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":523,"Cost":366,"Date":"9/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":260,"Cost":247,"Date":"1/3/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":320,"Cost":280,"Date":"2/2/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":719,"Cost":533,"Date":"3/18/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":252,"Cost":236,"Date":"10/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":575,"Cost":337,"Date":"2/16/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":218,"Cost":165,"Date":"6/7/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":514,"Cost":462,"Date":"1/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":74,"Cost":49,"Date":"3/27/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":831,"Cost":455,"Date":"5/12/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":341,"Cost":181,"Date":"7/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":332,"Cost":257,"Date":"8/8/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":541,"Cost":456,"Date":"12/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":617,"Cost":546,"Date":"1/17/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":669,"Cost":586,"Date":"3/8/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":884,"Cost":684,"Date":"6/6/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":646,"Cost":445,"Date":"6/16/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":648,"Cost":439,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":866,"Cost":602,"Date":"11/19/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":346,"Cost":256,"Date":"12/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":12,"Cost":9,"Date":"2/4/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":272,"Cost":188,"Date":"3/8/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":329,"Cost":262,"Date":"12/18/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":326,"Cost":283,"Date":"3/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":841,"Cost":766,"Date":"4/20/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":61,"Cost":56,"Date":"6/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":857,"Cost":519,"Date":"7/23/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":843,"Cost":758,"Date":"11/21/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":990,"Cost":532,"Date":"11/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":88,"Cost":79,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":106,"Cost":96,"Date":"5/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":996,"Cost":582,"Date":"9/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":139,"Cost":129,"Date":"1/3/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":828,"Cost":725,"Date":"2/2/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":840,"Cost":471,"Date":"3/18/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":483,"Cost":306,"Date":"10/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":484,"Cost":402,"Date":"2/16/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":597,"Cost":567,"Date":"6/7/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":361,"Cost":343,"Date":"1/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":639,"Cost":574,"Date":"3/27/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":321,"Cost":302,"Date":"5/12/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":621,"Cost":398,"Date":"7/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":398,"Cost":246,"Date":"8/8/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":960,"Cost":524,"Date":"12/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":745,"Cost":535,"Date":"1/17/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":608,"Cost":499,"Date":"3/8/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":597,"Cost":313,"Date":"6/6/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":704,"Cost":636,"Date":"6/16/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":930,"Cost":483,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":740,"Cost":413,"Date":"11/19/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":110,"Cost":59,"Date":"12/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":663,"Cost":518,"Date":"2/4/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":734,"Cost":616,"Date":"3/8/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":144,"Cost":84,"Date":"12/18/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":274,"Cost":191,"Date":"3/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":277,"Cost":182,"Date":"4/20/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":778,"Cost":704,"Date":"6/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":997,"Cost":604,"Date":"7/23/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":716,"Cost":502,"Date":"11/21/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":442,"Cost":324,"Date":"11/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":524,"Cost":345,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":119,"Cost":64,"Date":"5/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":205,"Cost":122,"Date":"9/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":654,"Cost":574,"Date":"1/3/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":340,"Cost":294,"Date":"2/2/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":778,"Cost":507,"Date":"3/18/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":11,"Cost":10,"Date":"10/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":275,"Cost":215,"Date":"2/16/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":420,"Date":"6/7/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":340,"Cost":321,"Date":"1/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":614,"Cost":523,"Date":"3/27/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":661,"Cost":597,"Date":"5/12/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":530,"Cost":460,"Date":"7/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":902,"Cost":461,"Date":"8/8/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":458,"Cost":325,"Date":"12/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":9,"Cost":5,"Date":"1/17/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":476,"Cost":347,"Date":"3/8/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":158,"Cost":146,"Date":"6/6/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":252,"Cost":178,"Date":"6/16/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":813,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":515,"Cost":369,"Date":"11/19/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":334,"Cost":276,"Date":"12/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":851,"Cost":670,"Date":"2/4/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":338,"Date":"3/8/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":205,"Cost":134,"Date":"12/18/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":628,"Cost":423,"Date":"3/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":38,"Cost":30,"Date":"4/20/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":270,"Date":"6/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":220,"Date":"7/23/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":950,"Cost":884,"Date":"11/21/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":752,"Cost":586,"Date":"11/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":318,"Cost":280,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":496,"Date":"5/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":349,"Date":"9/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":980,"Cost":685,"Date":"1/3/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":344,"Cost":311,"Date":"2/2/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":1000,"Cost":740,"Date":"3/18/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":65,"Cost":45,"Date":"10/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":35,"Cost":31,"Date":"2/16/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":891,"Cost":804,"Date":"6/7/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":462,"Cost":332,"Date":"1/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":986,"Cost":719,"Date":"3/27/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":43,"Cost":36,"Date":"5/12/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":605,"Cost":370,"Date":"7/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":493,"Cost":308,"Date":"8/8/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":322,"Cost":203,"Date":"12/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":655,"Cost":338,"Date":"1/17/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":936,"Cost":531,"Date":"3/8/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":554,"Cost":392,"Date":"6/6/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":383,"Cost":265,"Date":"6/16/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":512,"Cost":292,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":741,"Cost":400,"Date":"11/19/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":378,"Cost":354,"Date":"12/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":97,"Cost":53,"Date":"2/4/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":617,"Cost":507,"Date":"3/8/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":666,"Cost":427,"Date":"12/18/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":426,"Cost":385,"Date":"3/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":369,"Cost":326,"Date":"4/20/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":16,"Cost":11,"Date":"6/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":534,"Cost":491,"Date":"7/23/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":394,"Cost":333,"Date":"11/21/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":664,"Cost":573,"Date":"11/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":103,"Cost":66,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":420,"Cost":231,"Date":"5/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":619,"Cost":423,"Date":"9/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":282,"Cost":165,"Date":"1/3/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":676,"Cost":422,"Date":"2/2/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":78,"Cost":62,"Date":"3/18/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":866,"Cost":714,"Date":"10/14/2024"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":883,"Cost":585,"Date":"2/16/2018"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":940,"Cost":615,"Date":"6/7/2018"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":336,"Cost":319,"Date":"1/28/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":735,"Cost":558,"Date":"3/27/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":67,"Cost":49,"Date":"5/12/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":160,"Cost":110,"Date":"7/28/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":140,"Cost":99,"Date":"8/8/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":588,"Cost":404,"Date":"12/7/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":550,"Cost":359,"Date":"1/17/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":102,"Cost":65,"Date":"3/8/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":698,"Cost":407,"Date":"6/6/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":592,"Cost":463,"Date":"6/16/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":914,"Cost":661,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":364,"Cost":345,"Date":"11/19/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":848,"Cost":543,"Date":"12/28/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":509,"Cost":288,"Date":"2/4/2021"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":436,"Cost":410,"Date":"3/8/2021"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":486,"Cost":461,"Date":"12/18/2021"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":354,"Cost":184,"Date":"3/31/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":907,"Cost":605,"Date":"4/20/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":883,"Cost":466,"Date":"6/26/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":508,"Cost":336,"Date":"7/23/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":113,"Cost":95,"Date":"11/21/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":832,"Cost":540,"Date":"11/26/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":767,"Cost":427,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":365,"Cost":341,"Date":"5/21/2023"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":221,"Cost":120,"Date":"9/28/2023"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":64,"Cost":59,"Date":"1/3/2024"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":497,"Cost":395,"Date":"2/2/2024"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":804,"Cost":584,"Date":"3/18/2024"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":549,"Cost":445,"Date":"10/14/2024"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":159,"Date":"2/16/2018"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":75,"Cost":43,"Date":"6/7/2018"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":849,"Cost":770,"Date":"1/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":229,"Cost":205,"Date":"3/27/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":926,"Cost":824,"Date":"5/12/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":401,"Cost":264,"Date":"7/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":39,"Date":"8/8/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":711,"Cost":532,"Date":"12/7/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":424,"Cost":285,"Date":"1/17/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":932,"Cost":800,"Date":"3/8/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":86,"Cost":52,"Date":"6/6/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":326,"Cost":208,"Date":"6/16/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":268,"Cost":137,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":137,"Date":"11/19/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":351,"Cost":286,"Date":"12/28/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":169,"Date":"2/4/2021"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":607,"Cost":415,"Date":"3/8/2021"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":336,"Date":"12/18/2021"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":306,"Cost":227,"Date":"3/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":134,"Cost":96,"Date":"4/20/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":490,"Cost":423,"Date":"6/26/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":944,"Cost":477,"Date":"7/23/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":793,"Cost":492,"Date":"11/21/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":507,"Cost":272,"Date":"11/26/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":250,"Cost":151,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":117,"Cost":69,"Date":"5/21/2023"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":573,"Cost":373,"Date":"9/28/2023"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":125,"Cost":108,"Date":"1/3/2024"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":123,"Cost":85,"Date":"2/2/2024"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":900,"Cost":617,"Date":"3/18/2024"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":947,"Cost":574,"Date":"10/14/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":535,"Cost":492,"Date":"2/16/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":335,"Cost":292,"Date":"6/7/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":330,"Cost":218,"Date":"1/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":516,"Cost":446,"Date":"3/27/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":677,"Cost":631,"Date":"5/12/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":623,"Cost":324,"Date":"7/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":91,"Cost":58,"Date":"8/8/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":397,"Cost":375,"Date":"12/7/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":713,"Cost":463,"Date":"1/17/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":528,"Cost":383,"Date":"3/8/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":487,"Cost":268,"Date":"6/6/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":625,"Cost":382,"Date":"6/16/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":889,"Cost":756,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":822,"Cost":524,"Date":"11/19/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":833,"Cost":469,"Date":"12/28/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":604,"Cost":527,"Date":"2/4/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":548,"Cost":520,"Date":"3/8/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":989,"Cost":659,"Date":"12/18/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":853,"Cost":569,"Date":"3/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":784,"Cost":463,"Date":"4/20/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":828,"Cost":477,"Date":"6/26/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":996,"Cost":898,"Date":"7/23/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":530,"Cost":398,"Date":"11/21/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":56,"Cost":37,"Date":"11/26/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":80,"Cost":71,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":233,"Cost":135,"Date":"5/21/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":946,"Cost":518,"Date":"9/28/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":199,"Cost":174,"Date":"1/3/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":897,"Cost":666,"Date":"2/2/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":496,"Cost":318,"Date":"3/18/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":832,"Cost":735,"Date":"10/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":257,"Cost":158,"Date":"2/16/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":806,"Cost":409,"Date":"6/7/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":913,"Cost":798,"Date":"1/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":945,"Cost":626,"Date":"3/27/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":567,"Cost":307,"Date":"5/12/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":308,"Cost":212,"Date":"7/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":355,"Cost":237,"Date":"8/8/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":617,"Cost":310,"Date":"12/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":96,"Cost":74,"Date":"1/17/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":872,"Cost":750,"Date":"3/8/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":618,"Cost":563,"Date":"6/6/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":210,"Cost":156,"Date":"6/16/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":621,"Cost":546,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":610,"Cost":561,"Date":"11/19/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":480,"Cost":442,"Date":"12/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":44,"Cost":42,"Date":"2/4/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":603,"Cost":413,"Date":"3/8/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":846,"Cost":766,"Date":"12/18/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":123,"Cost":98,"Date":"3/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":138,"Cost":101,"Date":"4/20/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":456,"Cost":294,"Date":"6/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":607,"Cost":319,"Date":"7/23/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":775,"Cost":721,"Date":"11/21/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":723,"Cost":489,"Date":"11/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":384,"Cost":271,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":424,"Cost":293,"Date":"5/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":941,"Cost":685,"Date":"9/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":689,"Cost":546,"Date":"1/3/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":861,"Cost":573,"Date":"2/2/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":168,"Cost":138,"Date":"3/18/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":537,"Cost":273,"Date":"10/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":60,"Cost":56,"Date":"2/16/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":292,"Cost":236,"Date":"6/7/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":224,"Date":"1/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":852,"Cost":771,"Date":"3/27/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":743,"Cost":674,"Date":"5/12/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":849,"Cost":683,"Date":"7/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":544,"Date":"8/8/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":212,"Cost":159,"Date":"12/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":285,"Cost":185,"Date":"1/17/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":43,"Cost":31,"Date":"3/8/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":139,"Cost":106,"Date":"6/6/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":298,"Date":"6/16/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":689,"Cost":459,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":175,"Cost":160,"Date":"11/19/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":652,"Cost":534,"Date":"12/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":472,"Cost":418,"Date":"2/4/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":963,"Cost":711,"Date":"3/8/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":974,"Cost":658,"Date":"12/18/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":440,"Date":"3/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":909,"Cost":696,"Date":"4/20/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":679,"Cost":351,"Date":"6/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":670,"Cost":444,"Date":"7/23/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":495,"Date":"11/21/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":262,"Cost":227,"Date":"11/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":513,"Cost":429,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":430,"Cost":257,"Date":"5/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":656,"Date":"9/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":269,"Cost":170,"Date":"1/3/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":637,"Cost":350,"Date":"2/2/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":8,"Cost":8,"Date":"3/18/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":976,"Cost":620,"Date":"10/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":940,"Cost":648,"Date":"2/16/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":148,"Cost":79,"Date":"6/7/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":239,"Cost":156,"Date":"1/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":339,"Cost":182,"Date":"3/27/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":28,"Cost":24,"Date":"5/12/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":892,"Cost":770,"Date":"7/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":961,"Cost":561,"Date":"8/8/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":718,"Cost":641,"Date":"12/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":563,"Cost":392,"Date":"1/17/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":983,"Cost":516,"Date":"3/8/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":384,"Cost":298,"Date":"6/6/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":858,"Cost":739,"Date":"6/16/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":984,"Cost":609,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":448,"Cost":263,"Date":"11/19/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":855,"Cost":744,"Date":"12/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":503,"Cost":276,"Date":"2/4/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":254,"Cost":241,"Date":"3/8/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":862,"Cost":495,"Date":"12/18/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":709,"Cost":408,"Date":"3/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":178,"Cost":89,"Date":"4/20/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":687,"Cost":367,"Date":"6/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":695,"Cost":649,"Date":"7/23/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":220,"Cost":197,"Date":"11/21/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":766,"Cost":451,"Date":"11/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":21,"Cost":19,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":36,"Cost":18,"Date":"5/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":87,"Cost":63,"Date":"9/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":71,"Cost":35,"Date":"1/3/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":808,"Cost":459,"Date":"2/2/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":429,"Cost":232,"Date":"3/18/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":761,"Cost":386,"Date":"10/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":242,"Cost":198,"Date":"2/16/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":475,"Cost":287,"Date":"6/7/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":496,"Cost":313,"Date":"1/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":756,"Cost":561,"Date":"3/27/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":854,"Cost":501,"Date":"5/12/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":233,"Cost":192,"Date":"7/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":378,"Cost":194,"Date":"8/8/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":827,"Cost":452,"Date":"12/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":489,"Cost":361,"Date":"1/17/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":534,"Cost":268,"Date":"3/8/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":659,"Cost":494,"Date":"6/6/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":845,"Cost":760,"Date":"6/16/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":758,"Cost":598,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":838,"Cost":451,"Date":"11/19/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":711,"Cost":536,"Date":"12/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":897,"Cost":837,"Date":"2/4/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":975,"Cost":771,"Date":"3/8/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":761,"Cost":457,"Date":"12/18/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":994,"Cost":654,"Date":"3/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":717,"Cost":521,"Date":"4/20/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":997,"Cost":681,"Date":"6/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":244,"Cost":123,"Date":"7/23/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":710,"Cost":587,"Date":"11/21/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":47,"Cost":27,"Date":"11/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":151,"Cost":77,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":160,"Cost":123,"Date":"5/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":265,"Cost":203,"Date":"9/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":861,"Cost":610,"Date":"1/3/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":72,"Cost":56,"Date":"2/2/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":882,"Cost":688,"Date":"3/18/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":42,"Cost":35,"Date":"10/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":696,"Cost":400,"Date":"2/16/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":995,"Cost":878,"Date":"6/7/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":673,"Date":"1/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":323,"Date":"3/27/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":149,"Cost":84,"Date":"5/12/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":160,"Cost":150,"Date":"7/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":67,"Cost":62,"Date":"8/8/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":450,"Cost":366,"Date":"12/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":348,"Date":"1/17/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":340,"Cost":247,"Date":"3/8/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":360,"Date":"6/6/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":286,"Cost":236,"Date":"6/16/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":776,"Cost":725,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":281,"Cost":247,"Date":"11/19/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":250,"Cost":216,"Date":"12/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":155,"Date":"2/4/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":133,"Cost":114,"Date":"3/8/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":329,"Cost":224,"Date":"12/18/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":221,"Date":"3/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":637,"Cost":504,"Date":"4/20/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":168,"Date":"6/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":82,"Cost":75,"Date":"7/23/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":452,"Cost":333,"Date":"11/21/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":653,"Cost":516,"Date":"11/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":107,"Cost":76,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":62,"Date":"5/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":479,"Cost":267,"Date":"9/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":369,"Date":"1/3/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":249,"Cost":227,"Date":"2/2/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":762,"Cost":628,"Date":"3/18/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":991,"Cost":938,"Date":"10/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":310,"Cost":284,"Date":"2/16/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":372,"Date":"6/7/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":140,"Cost":77,"Date":"1/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":503,"Date":"3/27/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":112,"Cost":88,"Date":"5/12/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":994,"Cost":667,"Date":"7/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":753,"Date":"8/8/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":956,"Cost":714,"Date":"12/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":357,"Cost":251,"Date":"1/17/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":721,"Date":"3/8/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":267,"Date":"6/6/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":514,"Cost":282,"Date":"6/16/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":596,"Cost":451,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":691,"Cost":346,"Date":"11/19/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":58,"Cost":52,"Date":"12/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":354,"Cost":283,"Date":"2/4/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":482,"Cost":387,"Date":"3/8/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":204,"Date":"12/18/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":734,"Cost":389,"Date":"3/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":811,"Cost":491,"Date":"4/20/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":532,"Date":"6/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":1000,"Cost":619,"Date":"7/23/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":554,"Cost":421,"Date":"11/21/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":188,"Cost":121,"Date":"11/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":228,"Cost":207,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":146,"Cost":81,"Date":"5/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":350,"Cost":268,"Date":"9/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":309,"Date":"1/3/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":62,"Cost":53,"Date":"2/2/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":314,"Cost":233,"Date":"3/18/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":514,"Cost":261,"Date":"10/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":999,"Cost":500,"Date":"2/16/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":272,"Cost":191,"Date":"6/7/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":644,"Cost":360,"Date":"1/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":713,"Cost":616,"Date":"3/27/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":394,"Cost":348,"Date":"5/12/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":542,"Cost":404,"Date":"7/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":931,"Cost":641,"Date":"8/8/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":212,"Cost":145,"Date":"12/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":699,"Cost":359,"Date":"1/17/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":194,"Cost":132,"Date":"3/8/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":981,"Cost":493,"Date":"6/6/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":832,"Cost":528,"Date":"6/16/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":434,"Cost":363,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":76,"Cost":55,"Date":"11/19/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":985,"Cost":688,"Date":"12/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":452,"Cost":274,"Date":"2/4/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":266,"Cost":137,"Date":"3/8/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":894,"Cost":605,"Date":"12/18/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":130,"Cost":113,"Date":"3/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":240,"Cost":226,"Date":"4/20/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":176,"Cost":129,"Date":"6/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":770,"Cost":525,"Date":"7/23/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":420,"Cost":265,"Date":"11/21/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":977,"Cost":812,"Date":"11/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":949,"Cost":484,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":21,"Cost":18,"Date":"5/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":206,"Cost":156,"Date":"9/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":826,"Cost":693,"Date":"1/3/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":902,"Cost":590,"Date":"2/2/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":665,"Cost":430,"Date":"3/18/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":858,"Cost":663,"Date":"10/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":508,"Cost":477,"Date":"2/16/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":318,"Cost":214,"Date":"6/7/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":319,"Cost":179,"Date":"1/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":520,"Cost":383,"Date":"3/27/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":476,"Date":"5/12/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":441,"Cost":222,"Date":"7/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":560,"Cost":326,"Date":"8/8/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":508,"Cost":393,"Date":"12/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":277,"Date":"1/17/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":721,"Cost":394,"Date":"3/8/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":55,"Cost":32,"Date":"6/6/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":546,"Cost":496,"Date":"6/16/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":8,"Cost":7,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":788,"Cost":402,"Date":"11/19/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":711,"Cost":486,"Date":"12/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":58,"Cost":30,"Date":"2/4/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":434,"Cost":367,"Date":"3/8/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":196,"Cost":183,"Date":"12/18/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":336,"Cost":235,"Date":"3/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":413,"Date":"4/20/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":371,"Cost":342,"Date":"6/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":521,"Cost":295,"Date":"7/23/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":408,"Cost":264,"Date":"11/21/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":108,"Cost":88,"Date":"11/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":632,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":50,"Cost":44,"Date":"5/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":408,"Cost":219,"Date":"9/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":406,"Date":"1/3/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":184,"Cost":123,"Date":"2/2/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":835,"Cost":501,"Date":"3/18/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":227,"Cost":141,"Date":"10/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":273,"Cost":147,"Date":"2/16/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":715,"Cost":362,"Date":"6/7/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":342,"Date":"1/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":317,"Date":"3/27/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":143,"Cost":85,"Date":"5/12/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":626,"Cost":375,"Date":"7/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":715,"Cost":370,"Date":"8/8/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":272,"Cost":136,"Date":"12/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":417,"Date":"1/17/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":118,"Date":"3/8/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":410,"Cost":376,"Date":"6/6/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":278,"Cost":263,"Date":"6/16/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":713,"Cost":597,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":495,"Cost":307,"Date":"11/19/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":634,"Cost":498,"Date":"12/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":43,"Cost":27,"Date":"2/4/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":886,"Cost":690,"Date":"3/8/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":359,"Cost":271,"Date":"12/18/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":546,"Date":"3/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":387,"Cost":320,"Date":"4/20/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":643,"Cost":398,"Date":"6/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":226,"Cost":152,"Date":"7/23/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":822,"Cost":744,"Date":"11/21/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":326,"Cost":303,"Date":"11/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":176,"Cost":163,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":628,"Cost":329,"Date":"5/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":476,"Cost":341,"Date":"9/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":563,"Date":"1/3/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":804,"Cost":703,"Date":"2/2/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":871,"Cost":684,"Date":"3/18/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":44,"Cost":24,"Date":"10/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":379,"Cost":190,"Date":"2/16/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":928,"Cost":523,"Date":"6/7/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":746,"Cost":624,"Date":"1/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":343,"Date":"3/27/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":35,"Date":"5/12/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":544,"Date":"7/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":515,"Date":"8/8/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":896,"Cost":648,"Date":"12/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":551,"Date":"1/17/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":780,"Cost":570,"Date":"3/8/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":228,"Cost":203,"Date":"6/6/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":359,"Cost":302,"Date":"6/16/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":191,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":426,"Cost":281,"Date":"11/19/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":484,"Cost":400,"Date":"12/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":296,"Cost":187,"Date":"2/4/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":260,"Cost":232,"Date":"3/8/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":466,"Cost":269,"Date":"12/18/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":164,"Date":"3/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":293,"Cost":275,"Date":"4/20/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":489,"Date":"6/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":241,"Cost":127,"Date":"7/23/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":159,"Date":"11/21/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":363,"Cost":234,"Date":"11/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":98,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":765,"Cost":429,"Date":"5/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":349,"Cost":188,"Date":"9/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":3,"Date":"1/3/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":273,"Cost":142,"Date":"2/2/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":909,"Cost":607,"Date":"3/18/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":584,"Cost":507,"Date":"10/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":340,"Cost":195,"Date":"2/16/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":435,"Cost":335,"Date":"6/7/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":845,"Cost":519,"Date":"1/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":441,"Date":"3/27/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":874,"Cost":615,"Date":"5/12/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":517,"Cost":360,"Date":"7/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":90,"Cost":46,"Date":"8/8/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":303,"Cost":208,"Date":"12/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":806,"Cost":443,"Date":"1/17/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":46,"Cost":37,"Date":"3/8/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":760,"Date":"6/6/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":514,"Cost":333,"Date":"6/16/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":460,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":107,"Cost":72,"Date":"11/19/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":671,"Cost":436,"Date":"12/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":601,"Cost":472,"Date":"2/4/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":328,"Date":"3/8/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":458,"Cost":359,"Date":"12/18/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":209,"Cost":179,"Date":"3/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":316,"Cost":172,"Date":"4/20/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":965,"Cost":546,"Date":"6/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":91,"Cost":57,"Date":"7/23/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":495,"Date":"11/21/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":289,"Cost":188,"Date":"11/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":447,"Cost":295,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":946,"Cost":761,"Date":"5/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":957,"Cost":619,"Date":"9/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":72,"Cost":63,"Date":"1/3/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":859,"Cost":443,"Date":"2/2/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":126,"Cost":120,"Date":"3/18/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":625,"Date":"10/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":996,"Cost":520,"Date":"2/16/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":704,"Cost":456,"Date":"6/7/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":571,"Cost":515,"Date":"1/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":472,"Cost":292,"Date":"3/27/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":396,"Cost":298,"Date":"5/12/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":405,"Date":"7/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":575,"Cost":371,"Date":"8/8/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":955,"Cost":514,"Date":"12/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":225,"Date":"1/17/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":350,"Cost":318,"Date":"3/8/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":318,"Cost":187,"Date":"6/6/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":787,"Cost":563,"Date":"6/16/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":172,"Cost":111,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":48,"Cost":24,"Date":"11/19/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":638,"Cost":376,"Date":"12/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":491,"Cost":303,"Date":"2/4/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":118,"Cost":74,"Date":"3/8/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":437,"Cost":367,"Date":"12/18/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":511,"Cost":393,"Date":"3/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":186,"Date":"4/20/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":333,"Cost":288,"Date":"6/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":903,"Cost":519,"Date":"7/23/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":19,"Date":"11/21/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":172,"Cost":130,"Date":"11/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":379,"Cost":260,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":79,"Cost":69,"Date":"5/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":31,"Cost":17,"Date":"9/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":239,"Cost":146,"Date":"1/3/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":230,"Date":"2/2/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":673,"Cost":567,"Date":"3/18/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":185,"Cost":144,"Date":"10/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":699,"Cost":538,"Date":"2/16/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":54,"Cost":42,"Date":"6/7/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":488,"Date":"1/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":32,"Date":"3/27/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":481,"Date":"5/12/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":365,"Date":"7/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":800,"Cost":627,"Date":"8/8/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":484,"Cost":247,"Date":"12/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":196,"Date":"1/17/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":420,"Date":"3/8/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":35,"Date":"6/6/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":146,"Cost":105,"Date":"6/16/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":365,"Cost":249,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":391,"Date":"11/19/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":402,"Date":"12/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":918,"Cost":852,"Date":"2/4/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":197,"Cost":144,"Date":"3/8/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":987,"Cost":814,"Date":"12/18/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":517,"Cost":385,"Date":"3/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":298,"Date":"4/20/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":235,"Cost":185,"Date":"6/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":230,"Cost":149,"Date":"7/23/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":631,"Cost":327,"Date":"11/21/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":333,"Date":"11/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":2,"Cost":1,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":305,"Cost":162,"Date":"5/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":382,"Cost":244,"Date":"9/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":68,"Date":"1/3/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":478,"Cost":331,"Date":"2/2/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":113,"Cost":92,"Date":"3/18/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":999,"Cost":596,"Date":"10/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":699,"Cost":487,"Date":"2/16/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":480,"Cost":349,"Date":"6/7/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":926,"Cost":807,"Date":"1/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":833,"Cost":745,"Date":"3/27/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":983,"Cost":576,"Date":"5/12/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":835,"Cost":784,"Date":"7/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":838,"Cost":501,"Date":"8/8/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":307,"Cost":159,"Date":"12/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":141,"Cost":115,"Date":"1/17/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":695,"Cost":568,"Date":"3/8/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":42,"Cost":30,"Date":"6/6/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":421,"Cost":356,"Date":"6/16/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":295,"Cost":189,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":851,"Date":"11/19/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":892,"Cost":797,"Date":"12/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":97,"Cost":86,"Date":"2/4/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":17,"Cost":12,"Date":"3/8/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":448,"Cost":365,"Date":"12/18/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":916,"Cost":782,"Date":"3/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":681,"Cost":460,"Date":"4/20/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":188,"Cost":173,"Date":"6/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":187,"Cost":137,"Date":"7/23/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":759,"Cost":654,"Date":"11/21/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":715,"Cost":673,"Date":"11/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":39,"Cost":20,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":332,"Cost":199,"Date":"5/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":540,"Cost":402,"Date":"9/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":386,"Date":"1/3/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":985,"Cost":590,"Date":"2/2/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":43,"Cost":28,"Date":"3/18/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":987,"Cost":664,"Date":"10/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":673,"Cost":366,"Date":"2/16/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":766,"Cost":553,"Date":"6/7/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":57,"Cost":53,"Date":"1/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":286,"Date":"3/27/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":317,"Date":"5/12/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":702,"Cost":456,"Date":"7/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":97,"Cost":52,"Date":"8/8/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":672,"Cost":574,"Date":"12/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":429,"Cost":333,"Date":"1/17/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":689,"Cost":519,"Date":"3/8/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":524,"Cost":387,"Date":"6/6/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":996,"Cost":565,"Date":"6/16/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":437,"Cost":350,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":108,"Date":"11/19/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":896,"Cost":710,"Date":"12/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":949,"Cost":709,"Date":"2/4/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":909,"Cost":575,"Date":"3/8/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":328,"Cost":188,"Date":"12/18/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":147,"Cost":130,"Date":"3/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":378,"Cost":354,"Date":"4/20/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":579,"Date":"6/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":987,"Cost":570,"Date":"7/23/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":195,"Cost":162,"Date":"11/21/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":955,"Cost":746,"Date":"11/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":429,"Cost":317,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":308,"Date":"5/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":889,"Cost":586,"Date":"9/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":605,"Cost":533,"Date":"1/3/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":806,"Cost":709,"Date":"2/2/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":435,"Date":"3/18/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":706,"Cost":475,"Date":"10/14/2024"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":454,"Cost":362,"Date":"2/16/2018"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":808,"Cost":633,"Date":"6/7/2018"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":107,"Cost":60,"Date":"1/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":483,"Cost":344,"Date":"3/27/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":382,"Cost":257,"Date":"5/12/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":440,"Date":"7/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":715,"Date":"8/8/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":826,"Cost":597,"Date":"12/7/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":462,"Cost":266,"Date":"1/17/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":460,"Cost":413,"Date":"3/8/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":279,"Date":"6/6/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":677,"Date":"6/16/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":477,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":103,"Cost":74,"Date":"11/19/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":212,"Cost":113,"Date":"12/28/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":291,"Cost":247,"Date":"2/4/2021"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":136,"Date":"3/8/2021"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":345,"Cost":318,"Date":"12/18/2021"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":526,"Date":"3/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":820,"Date":"4/20/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":657,"Date":"6/26/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":9,"Cost":8,"Date":"7/23/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":866,"Cost":472,"Date":"11/21/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":16,"Date":"11/26/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":148,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":552,"Cost":347,"Date":"5/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":338,"Cost":196,"Date":"9/28/2023"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":202,"Cost":165,"Date":"1/3/2024"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":34,"Date":"2/2/2024"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":318,"Cost":276,"Date":"3/18/2024"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":760,"Cost":463,"Date":"10/14/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":241,"Cost":180,"Date":"2/16/2018"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":60,"Cost":57,"Date":"6/7/2018"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":834,"Cost":558,"Date":"1/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":365,"Cost":194,"Date":"3/27/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":430,"Cost":314,"Date":"5/12/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":701,"Cost":371,"Date":"7/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":100,"Cost":85,"Date":"8/8/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":393,"Cost":348,"Date":"12/7/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":347,"Date":"1/17/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":186,"Cost":100,"Date":"3/8/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":400,"Cost":245,"Date":"6/6/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":89,"Date":"6/16/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":372,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":545,"Cost":439,"Date":"11/19/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":151,"Cost":105,"Date":"12/28/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":210,"Cost":185,"Date":"2/4/2021"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":472,"Cost":278,"Date":"3/8/2021"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":390,"Date":"12/18/2021"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":265,"Date":"3/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":399,"Cost":210,"Date":"4/20/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":86,"Cost":62,"Date":"6/26/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":662,"Cost":487,"Date":"7/23/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":180,"Cost":132,"Date":"11/21/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":68,"Cost":50,"Date":"11/26/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":316,"Cost":266,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":235,"Date":"5/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":58,"Cost":52,"Date":"9/28/2023"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":26,"Cost":24,"Date":"1/3/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":27,"Date":"2/2/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":169,"Date":"3/18/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":470,"Cost":241,"Date":"10/14/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":108,"Cost":90,"Date":"2/16/2018"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":860,"Cost":698,"Date":"6/7/2018"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":145,"Cost":123,"Date":"1/28/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":685,"Cost":577,"Date":"3/27/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":974,"Cost":885,"Date":"5/12/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":270,"Cost":177,"Date":"7/28/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":719,"Date":"8/8/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":660,"Cost":542,"Date":"12/7/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":656,"Date":"1/17/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":569,"Cost":417,"Date":"3/8/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":110,"Cost":73,"Date":"6/6/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":874,"Cost":690,"Date":"6/16/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":926,"Cost":553,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":539,"Cost":332,"Date":"11/19/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":81,"Cost":51,"Date":"12/28/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":312,"Cost":258,"Date":"2/4/2021"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":906,"Cost":767,"Date":"3/8/2021"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":179,"Cost":134,"Date":"12/18/2021"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":172,"Cost":99,"Date":"3/31/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":157,"Cost":90,"Date":"4/20/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":549,"Cost":332,"Date":"6/26/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":449,"Cost":229,"Date":"7/23/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":809,"Cost":503,"Date":"11/21/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":346,"Date":"11/26/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":70,"Cost":46,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":487,"Cost":304,"Date":"5/21/2023"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":154,"Cost":96,"Date":"9/28/2023"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":163,"Cost":91,"Date":"1/3/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":746,"Cost":430,"Date":"2/2/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":350,"Cost":330,"Date":"3/18/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":364,"Cost":208,"Date":"10/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":568,"Cost":519,"Date":"2/16/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":920,"Cost":569,"Date":"6/7/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":964,"Cost":745,"Date":"1/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":30,"Cost":16,"Date":"3/27/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":410,"Cost":340,"Date":"5/12/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":978,"Cost":581,"Date":"7/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":754,"Cost":555,"Date":"8/8/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":72,"Cost":53,"Date":"12/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":134,"Cost":83,"Date":"1/17/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":194,"Cost":179,"Date":"3/8/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":250,"Cost":127,"Date":"6/6/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":344,"Cost":240,"Date":"6/16/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":998,"Cost":896,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":402,"Cost":271,"Date":"11/19/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":917,"Cost":508,"Date":"12/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":439,"Cost":330,"Date":"2/4/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":284,"Cost":175,"Date":"3/8/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":592,"Cost":516,"Date":"12/18/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":758,"Cost":609,"Date":"3/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":310,"Cost":242,"Date":"4/20/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":877,"Cost":637,"Date":"6/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":988,"Cost":832,"Date":"7/23/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":759,"Cost":591,"Date":"11/21/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":135,"Cost":107,"Date":"11/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":184,"Cost":102,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":985,"Cost":714,"Date":"5/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":922,"Cost":665,"Date":"9/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":777,"Cost":452,"Date":"1/3/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":656,"Cost":538,"Date":"2/2/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":904,"Cost":693,"Date":"3/18/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":308,"Cost":221,"Date":"10/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":453,"Cost":362,"Date":"2/16/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":712,"Cost":440,"Date":"6/7/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":515,"Cost":381,"Date":"1/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":301,"Date":"3/27/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":281,"Date":"5/12/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":580,"Cost":320,"Date":"7/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":992,"Cost":523,"Date":"8/8/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":524,"Cost":452,"Date":"12/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":310,"Cost":217,"Date":"1/17/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":290,"Cost":209,"Date":"3/8/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":753,"Cost":409,"Date":"6/6/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":619,"Cost":566,"Date":"6/16/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":799,"Cost":706,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":138,"Date":"11/19/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":825,"Cost":416,"Date":"12/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":326,"Cost":225,"Date":"2/4/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":174,"Date":"3/8/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":652,"Cost":399,"Date":"12/18/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":453,"Cost":291,"Date":"3/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":126,"Cost":80,"Date":"4/20/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":162,"Cost":96,"Date":"6/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":7,"Date":"7/23/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":141,"Cost":103,"Date":"11/21/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":766,"Cost":655,"Date":"11/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":677,"Cost":549,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":756,"Cost":459,"Date":"5/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":421,"Date":"9/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":181,"Cost":106,"Date":"1/3/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":25,"Cost":20,"Date":"2/2/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":792,"Cost":632,"Date":"3/18/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":148,"Cost":107,"Date":"10/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":662,"Cost":537,"Date":"2/16/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":626,"Cost":324,"Date":"6/7/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":602,"Cost":470,"Date":"1/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":858,"Cost":667,"Date":"3/27/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":456,"Cost":321,"Date":"5/12/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":342,"Cost":192,"Date":"7/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":440,"Cost":227,"Date":"8/8/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":46,"Cost":40,"Date":"12/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":566,"Cost":306,"Date":"1/17/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":461,"Cost":291,"Date":"3/8/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":486,"Cost":346,"Date":"6/6/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":112,"Cost":78,"Date":"6/16/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":16,"Cost":15,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":503,"Cost":320,"Date":"11/19/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":332,"Cost":315,"Date":"12/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":838,"Cost":754,"Date":"2/4/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":403,"Cost":245,"Date":"3/8/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":717,"Cost":542,"Date":"12/18/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":718,"Cost":670,"Date":"3/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":679,"Cost":428,"Date":"4/20/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":674,"Cost":347,"Date":"6/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":965,"Cost":669,"Date":"7/23/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":73,"Cost":50,"Date":"11/21/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":995,"Cost":594,"Date":"11/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":758,"Cost":462,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":417,"Cost":276,"Date":"5/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":608,"Cost":574,"Date":"9/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":22,"Cost":19,"Date":"1/3/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":983,"Cost":636,"Date":"2/2/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":797,"Cost":525,"Date":"3/18/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":932,"Cost":812,"Date":"10/14/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":261,"Cost":222,"Date":"2/16/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":325,"Cost":242,"Date":"6/7/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":823,"Cost":589,"Date":"1/28/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":620,"Cost":543,"Date":"3/27/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":173,"Cost":132,"Date":"5/12/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":441,"Cost":363,"Date":"7/28/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":794,"Cost":594,"Date":"8/8/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":946,"Cost":512,"Date":"12/7/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":423,"Cost":390,"Date":"1/17/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":959,"Cost":751,"Date":"3/8/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":246,"Cost":187,"Date":"6/6/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":89,"Cost":64,"Date":"6/16/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":635,"Cost":406,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":888,"Cost":699,"Date":"11/19/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":900,"Cost":844,"Date":"12/28/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":744,"Cost":500,"Date":"2/4/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":687,"Cost":565,"Date":"3/8/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":791,"Cost":633,"Date":"12/18/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":573,"Cost":424,"Date":"3/31/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":256,"Cost":159,"Date":"4/20/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":705,"Cost":466,"Date":"6/26/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":173,"Cost":150,"Date":"7/23/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":387,"Cost":330,"Date":"11/21/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":52,"Cost":43,"Date":"11/26/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":335,"Cost":187,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":136,"Cost":104,"Date":"5/21/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":894,"Cost":693,"Date":"9/28/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":574,"Cost":451,"Date":"1/3/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":627,"Cost":566,"Date":"2/2/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":179,"Cost":169,"Date":"3/18/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":700,"Cost":475,"Date":"10/14/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":389,"Cost":345,"Date":"2/16/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":943,"Cost":491,"Date":"6/7/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":339,"Cost":286,"Date":"1/28/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":180,"Cost":148,"Date":"3/27/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":109,"Cost":89,"Date":"5/12/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":39,"Cost":33,"Date":"7/28/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":195,"Cost":98,"Date":"8/8/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":774,"Cost":531,"Date":"12/7/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":522,"Cost":443,"Date":"1/17/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":149,"Cost":97,"Date":"3/8/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":918,"Cost":670,"Date":"6/6/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":569,"Cost":334,"Date":"6/16/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":271,"Cost":163,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":688,"Cost":392,"Date":"11/19/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":19,"Cost":15,"Date":"12/28/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":831,"Cost":712,"Date":"2/4/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":302,"Cost":270,"Date":"3/8/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":91,"Cost":47,"Date":"12/18/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":903,"Cost":834,"Date":"3/31/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":425,"Cost":261,"Date":"4/20/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":767,"Cost":657,"Date":"6/26/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":394,"Cost":334,"Date":"7/23/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":338,"Cost":246,"Date":"11/21/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":467,"Cost":423,"Date":"11/26/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":190,"Cost":104,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":964,"Cost":651,"Date":"5/21/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":488,"Cost":290,"Date":"9/28/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":629,"Cost":436,"Date":"1/3/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":706,"Cost":604,"Date":"2/2/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":122,"Cost":79,"Date":"3/18/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":384,"Cost":218,"Date":"10/14/2024"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":846,"Cost":750,"Date":"2/16/2018"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":581,"Cost":294,"Date":"6/7/2018"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":843,"Cost":665,"Date":"1/28/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":663,"Cost":514,"Date":"3/27/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":378,"Cost":262,"Date":"5/12/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":116,"Cost":95,"Date":"7/28/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":484,"Cost":263,"Date":"8/8/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":425,"Cost":258,"Date":"12/7/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":747,"Cost":562,"Date":"1/17/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":68,"Cost":41,"Date":"3/8/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":888,"Cost":539,"Date":"6/6/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":392,"Cost":241,"Date":"6/16/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":548,"Cost":372,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":937,"Cost":738,"Date":"11/19/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":415,"Cost":266,"Date":"12/28/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":443,"Cost":237,"Date":"2/4/2021"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":398,"Cost":222,"Date":"3/8/2021"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":804,"Cost":484,"Date":"12/18/2021"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":496,"Cost":314,"Date":"3/31/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":250,"Cost":232,"Date":"4/20/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":947,"Cost":525,"Date":"6/26/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":675,"Cost":351,"Date":"7/23/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":609,"Cost":487,"Date":"11/21/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":586,"Cost":476,"Date":"11/26/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":14,"Cost":12,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":939,"Cost":598,"Date":"5/21/2023"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":657,"Cost":463,"Date":"9/28/2023"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":45,"Cost":30,"Date":"1/3/2024"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":246,"Cost":161,"Date":"2/2/2024"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":276,"Cost":173,"Date":"3/18/2024"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":846,"Cost":437,"Date":"10/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":28,"Cost":14,"Date":"2/16/2018"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":632,"Cost":368,"Date":"6/7/2018"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":112,"Cost":90,"Date":"1/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":795,"Cost":419,"Date":"3/27/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":321,"Cost":191,"Date":"5/12/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":606,"Cost":409,"Date":"7/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":302,"Cost":281,"Date":"8/8/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":336,"Cost":280,"Date":"12/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":597,"Cost":553,"Date":"1/17/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":49,"Cost":29,"Date":"3/8/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":351,"Cost":306,"Date":"6/6/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":869,"Cost":795,"Date":"6/16/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":195,"Cost":103,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":241,"Cost":187,"Date":"11/19/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":485,"Cost":460,"Date":"12/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":70,"Cost":43,"Date":"2/4/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":927,"Cost":697,"Date":"3/8/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":354,"Cost":196,"Date":"12/18/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":951,"Cost":751,"Date":"3/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":90,"Cost":51,"Date":"4/20/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":991,"Cost":727,"Date":"6/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":757,"Cost":606,"Date":"7/23/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":304,"Cost":190,"Date":"11/21/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":368,"Cost":251,"Date":"11/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":554,"Cost":302,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":357,"Cost":236,"Date":"5/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":963,"Cost":617,"Date":"9/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":722,"Cost":471,"Date":"1/3/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":193,"Cost":166,"Date":"2/2/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":720,"Cost":614,"Date":"3/18/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":8,"Cost":8,"Date":"10/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":449,"Cost":317,"Date":"2/16/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":321,"Cost":165,"Date":"6/7/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":499,"Cost":459,"Date":"1/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":764,"Cost":544,"Date":"3/27/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":190,"Cost":130,"Date":"5/12/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":405,"Cost":370,"Date":"7/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":276,"Cost":233,"Date":"8/8/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":652,"Cost":458,"Date":"12/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":56,"Cost":39,"Date":"1/17/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":530,"Cost":349,"Date":"3/8/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":825,"Cost":743,"Date":"6/6/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":404,"Cost":231,"Date":"6/16/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":710,"Cost":388,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":585,"Cost":517,"Date":"11/19/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":614,"Cost":322,"Date":"12/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":824,"Cost":432,"Date":"2/4/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":395,"Cost":333,"Date":"3/8/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":243,"Cost":133,"Date":"12/18/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":797,"Cost":514,"Date":"3/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":588,"Cost":395,"Date":"4/20/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":649,"Cost":610,"Date":"6/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":674,"Cost":373,"Date":"7/23/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":51,"Cost":31,"Date":"11/21/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":908,"Cost":622,"Date":"11/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":90,"Cost":70,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":489,"Cost":422,"Date":"5/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":664,"Cost":401,"Date":"9/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":675,"Cost":380,"Date":"1/3/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":420,"Cost":218,"Date":"2/2/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":936,"Cost":617,"Date":"3/18/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":686,"Cost":452,"Date":"10/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":573,"Cost":434,"Date":"2/16/2018"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":139,"Cost":128,"Date":"6/7/2018"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":176,"Cost":162,"Date":"1/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":777,"Cost":713,"Date":"3/27/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":724,"Cost":495,"Date":"5/12/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":979,"Cost":799,"Date":"7/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":974,"Cost":917,"Date":"8/8/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":653,"Cost":346,"Date":"12/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":425,"Cost":396,"Date":"1/17/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":46,"Cost":35,"Date":"3/8/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":410,"Cost":386,"Date":"6/6/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":843,"Cost":515,"Date":"6/16/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":961,"Cost":720,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":971,"Cost":488,"Date":"11/19/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":804,"Cost":643,"Date":"12/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":667,"Cost":529,"Date":"2/4/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":482,"Cost":300,"Date":"3/8/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":743,"Cost":488,"Date":"12/18/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":217,"Cost":156,"Date":"3/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":507,"Cost":413,"Date":"4/20/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":983,"Cost":786,"Date":"6/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":656,"Cost":606,"Date":"7/23/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":761,"Cost":563,"Date":"11/21/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":709,"Cost":564,"Date":"11/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":649,"Cost":587,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":209,"Cost":148,"Date":"5/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":926,"Cost":534,"Date":"9/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":967,"Cost":646,"Date":"1/3/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":313,"Cost":175,"Date":"2/2/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":594,"Cost":401,"Date":"3/18/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":190,"Cost":131,"Date":"10/14/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":694,"Cost":501,"Date":"2/16/2018"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":759,"Cost":556,"Date":"6/7/2018"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":632,"Cost":537,"Date":"1/28/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":527,"Cost":483,"Date":"3/27/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":532,"Cost":316,"Date":"5/12/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":317,"Cost":277,"Date":"7/28/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":389,"Cost":231,"Date":"8/8/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":420,"Cost":241,"Date":"12/7/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":293,"Cost":231,"Date":"1/17/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":737,"Cost":412,"Date":"3/8/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":570,"Cost":350,"Date":"6/6/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":548,"Cost":457,"Date":"6/16/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":787,"Cost":704,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":79,"Cost":51,"Date":"11/19/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":194,"Cost":172,"Date":"12/28/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":418,"Cost":237,"Date":"2/4/2021"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":223,"Cost":113,"Date":"3/8/2021"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":218,"Cost":156,"Date":"12/18/2021"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":809,"Cost":669,"Date":"3/31/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":75,"Cost":59,"Date":"4/20/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":54,"Cost":37,"Date":"6/26/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":511,"Cost":310,"Date":"7/23/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":574,"Cost":456,"Date":"11/21/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":458,"Cost":433,"Date":"11/26/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":269,"Cost":254,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":382,"Cost":274,"Date":"5/21/2023"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":434,"Cost":270,"Date":"9/28/2023"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":153,"Cost":130,"Date":"1/3/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":177,"Cost":138,"Date":"2/2/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":100,"Cost":53,"Date":"3/18/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":507,"Cost":285,"Date":"10/14/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":201,"Cost":166,"Date":"2/16/2018"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":794,"Cost":397,"Date":"6/7/2018"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":53,"Cost":27,"Date":"1/28/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":450,"Cost":270,"Date":"3/27/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":139,"Cost":95,"Date":"5/12/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":620,"Cost":413,"Date":"7/28/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":166,"Cost":156,"Date":"8/8/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":60,"Cost":52,"Date":"12/7/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":951,"Cost":888,"Date":"1/17/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":234,"Cost":150,"Date":"3/8/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":877,"Cost":813,"Date":"6/6/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":735,"Cost":669,"Date":"6/16/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":408,"Cost":246,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":37,"Cost":33,"Date":"11/19/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":992,"Cost":635,"Date":"12/28/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":480,"Cost":446,"Date":"2/4/2021"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":339,"Cost":303,"Date":"3/8/2021"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":153,"Cost":143,"Date":"12/18/2021"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":615,"Cost":541,"Date":"3/31/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":597,"Cost":371,"Date":"4/20/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":235,"Cost":144,"Date":"6/26/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":135,"Cost":70,"Date":"7/23/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":742,"Cost":669,"Date":"11/21/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":436,"Cost":403,"Date":"11/26/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":428,"Cost":219,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":140,"Cost":101,"Date":"5/21/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":114,"Cost":96,"Date":"9/28/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":488,"Cost":252,"Date":"1/3/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":327,"Cost":180,"Date":"2/2/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":929,"Cost":662,"Date":"3/18/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":919,"Cost":499,"Date":"10/14/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":567,"Cost":387,"Date":"2/16/2018"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":201,"Cost":102,"Date":"6/7/2018"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":426,"Cost":364,"Date":"1/28/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":544,"Cost":411,"Date":"3/27/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":321,"Cost":197,"Date":"5/12/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":327,"Cost":237,"Date":"7/28/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":66,"Cost":38,"Date":"8/8/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":196,"Cost":98,"Date":"12/7/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":413,"Cost":289,"Date":"1/17/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":932,"Cost":619,"Date":"3/8/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":272,"Cost":172,"Date":"6/6/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":410,"Cost":239,"Date":"6/16/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":887,"Cost":819,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":267,"Cost":192,"Date":"11/19/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":871,"Cost":553,"Date":"12/28/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":361,"Cost":234,"Date":"2/4/2021"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":955,"Cost":641,"Date":"3/8/2021"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":230,"Cost":194,"Date":"12/18/2021"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":891,"Cost":572,"Date":"3/31/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":701,"Cost":363,"Date":"4/20/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":485,"Cost":283,"Date":"6/26/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":840,"Cost":642,"Date":"7/23/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":314,"Cost":195,"Date":"11/21/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":904,"Cost":855,"Date":"11/26/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":323,"Cost":278,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":514,"Cost":422,"Date":"5/21/2023"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":571,"Cost":398,"Date":"9/28/2023"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":640,"Cost":566,"Date":"1/3/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":297,"Cost":264,"Date":"2/2/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":905,"Cost":841,"Date":"3/18/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":998,"Cost":631,"Date":"10/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":545,"Cost":419,"Date":"2/16/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":176,"Cost":160,"Date":"6/7/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":332,"Cost":195,"Date":"1/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":158,"Cost":120,"Date":"3/27/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":548,"Cost":512,"Date":"5/12/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":374,"Cost":305,"Date":"7/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":751,"Cost":512,"Date":"8/8/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":608,"Cost":530,"Date":"12/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":616,"Cost":573,"Date":"1/17/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":266,"Cost":237,"Date":"3/8/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":660,"Cost":486,"Date":"6/6/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":369,"Cost":311,"Date":"6/16/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":94,"Cost":58,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":999,"Cost":635,"Date":"11/19/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":591,"Cost":513,"Date":"12/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":376,"Cost":240,"Date":"2/4/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":509,"Cost":450,"Date":"3/8/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":808,"Cost":505,"Date":"12/18/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":66,"Cost":56,"Date":"3/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":320,"Cost":277,"Date":"4/20/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":778,"Cost":642,"Date":"6/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":464,"Cost":408,"Date":"7/23/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":692,"Cost":603,"Date":"11/21/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":974,"Cost":925,"Date":"11/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":19,"Cost":10,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":54,"Cost":31,"Date":"5/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":762,"Cost":457,"Date":"9/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":742,"Cost":439,"Date":"1/3/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":69,"Cost":34,"Date":"2/2/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":534,"Cost":409,"Date":"3/18/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":381,"Cost":264,"Date":"10/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":437,"Cost":389,"Date":"2/16/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":527,"Cost":280,"Date":"6/7/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":351,"Cost":306,"Date":"1/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":258,"Cost":197,"Date":"3/27/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":814,"Cost":519,"Date":"5/12/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":275,"Cost":244,"Date":"7/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":880,"Cost":558,"Date":"8/8/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":811,"Cost":528,"Date":"12/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":696,"Cost":357,"Date":"1/17/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":464,"Cost":276,"Date":"3/8/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":281,"Cost":159,"Date":"6/6/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":529,"Cost":337,"Date":"6/16/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":655,"Cost":365,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":304,"Cost":182,"Date":"11/19/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":595,"Cost":350,"Date":"12/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":576,"Cost":469,"Date":"2/4/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":714,"Cost":579,"Date":"3/8/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":561,"Cost":484,"Date":"12/18/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":878,"Cost":750,"Date":"3/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":691,"Cost":601,"Date":"4/20/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":217,"Cost":190,"Date":"6/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":139,"Cost":124,"Date":"7/23/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":945,"Cost":608,"Date":"11/21/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":517,"Cost":276,"Date":"11/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":68,"Cost":62,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":963,"Cost":564,"Date":"5/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":765,"Cost":575,"Date":"9/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":192,"Cost":158,"Date":"1/3/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":271,"Cost":180,"Date":"2/2/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":471,"Cost":349,"Date":"3/18/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":58,"Cost":37,"Date":"10/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":836,"Cost":640,"Date":"2/16/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":685,"Cost":493,"Date":"6/7/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":552,"Cost":327,"Date":"1/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":807,"Cost":611,"Date":"3/27/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":725,"Cost":497,"Date":"5/12/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":588,"Cost":471,"Date":"7/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":25,"Cost":22,"Date":"8/8/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":958,"Cost":520,"Date":"12/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":674,"Cost":609,"Date":"1/17/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":542,"Cost":482,"Date":"3/8/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":528,"Cost":267,"Date":"6/6/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":329,"Cost":187,"Date":"6/16/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":677,"Cost":587,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":651,"Cost":387,"Date":"11/19/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":606,"Cost":391,"Date":"12/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":239,"Cost":225,"Date":"2/4/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":7,"Cost":7,"Date":"3/8/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":152,"Cost":123,"Date":"12/18/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":460,"Cost":250,"Date":"3/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":240,"Cost":162,"Date":"4/20/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":382,"Cost":351,"Date":"6/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":946,"Cost":833,"Date":"7/23/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":592,"Cost":435,"Date":"11/21/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":75,"Cost":53,"Date":"11/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":816,"Cost":566,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":841,"Cost":707,"Date":"5/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":597,"Cost":308,"Date":"9/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":516,"Cost":299,"Date":"1/3/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":776,"Cost":454,"Date":"2/2/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":322,"Cost":235,"Date":"3/18/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":916,"Cost":728,"Date":"10/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":398,"Cost":249,"Date":"2/16/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":168,"Cost":131,"Date":"6/7/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":108,"Cost":73,"Date":"1/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":529,"Cost":499,"Date":"3/27/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":646,"Cost":478,"Date":"5/12/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":415,"Cost":392,"Date":"7/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":323,"Cost":225,"Date":"8/8/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":853,"Cost":439,"Date":"12/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":203,"Cost":142,"Date":"1/17/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":455,"Cost":426,"Date":"3/8/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":402,"Cost":261,"Date":"6/6/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":157,"Cost":79,"Date":"6/16/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":540,"Cost":509,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":147,"Cost":136,"Date":"11/19/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":529,"Cost":270,"Date":"12/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":145,"Cost":98,"Date":"2/4/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":723,"Cost":494,"Date":"3/8/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":795,"Cost":696,"Date":"12/18/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":794,"Cost":404,"Date":"3/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":231,"Cost":149,"Date":"4/20/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":204,"Cost":159,"Date":"6/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":812,"Cost":503,"Date":"7/23/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":720,"Cost":438,"Date":"11/21/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":336,"Cost":299,"Date":"11/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":506,"Cost":424,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":652,"Cost":597,"Date":"5/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":715,"Cost":579,"Date":"9/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":370,"Cost":225,"Date":"1/3/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":530,"Cost":424,"Date":"2/2/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":231,"Cost":159,"Date":"3/18/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":726,"Cost":446,"Date":"10/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":344,"Cost":320,"Date":"2/16/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":942,"Cost":660,"Date":"6/7/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":868,"Cost":628,"Date":"1/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":830,"Cost":734,"Date":"3/27/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":210,"Cost":109,"Date":"5/12/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":556,"Cost":362,"Date":"7/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":230,"Cost":133,"Date":"8/8/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":626,"Cost":350,"Date":"12/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":196,"Cost":149,"Date":"1/17/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":138,"Cost":122,"Date":"3/8/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":143,"Cost":103,"Date":"6/6/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":387,"Cost":360,"Date":"6/16/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":445,"Cost":259,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":249,"Cost":233,"Date":"11/19/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":525,"Cost":330,"Date":"12/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":561,"Cost":407,"Date":"2/4/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":234,"Cost":216,"Date":"3/8/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":516,"Cost":271,"Date":"12/18/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":499,"Cost":363,"Date":"3/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":992,"Cost":845,"Date":"4/20/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":352,"Cost":307,"Date":"6/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":371,"Cost":329,"Date":"7/23/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":823,"Cost":776,"Date":"11/21/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":609,"Cost":577,"Date":"11/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":771,"Cost":668,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":913,"Cost":459,"Date":"5/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":167,"Cost":99,"Date":"9/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":398,"Cost":218,"Date":"1/3/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":974,"Cost":786,"Date":"2/2/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":372,"Cost":262,"Date":"3/18/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":430,"Cost":298,"Date":"10/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":272,"Cost":247,"Date":"2/16/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":406,"Cost":362,"Date":"6/7/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":864,"Cost":443,"Date":"1/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":773,"Cost":621,"Date":"3/27/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":311,"Cost":207,"Date":"5/12/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":433,"Cost":333,"Date":"7/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":913,"Cost":857,"Date":"8/8/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":301,"Cost":239,"Date":"12/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":502,"Cost":386,"Date":"1/17/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":474,"Cost":303,"Date":"3/8/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":635,"Cost":391,"Date":"6/6/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":47,"Cost":35,"Date":"6/16/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":734,"Cost":398,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":143,"Cost":134,"Date":"11/19/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":382,"Cost":305,"Date":"12/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":195,"Cost":119,"Date":"2/4/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":292,"Cost":197,"Date":"3/8/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":969,"Cost":700,"Date":"12/18/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":126,"Cost":97,"Date":"3/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":43,"Cost":36,"Date":"4/20/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":368,"Cost":243,"Date":"6/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":998,"Cost":799,"Date":"7/23/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":477,"Cost":406,"Date":"11/21/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":254,"Cost":162,"Date":"11/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":150,"Cost":95,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":478,"Cost":252,"Date":"5/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":687,"Cost":588,"Date":"9/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":867,"Cost":614,"Date":"1/3/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":600,"Cost":448,"Date":"2/2/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":650,"Cost":549,"Date":"3/18/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":106,"Cost":90,"Date":"10/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":287,"Cost":215,"Date":"2/16/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":391,"Cost":329,"Date":"6/7/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":681,"Cost":532,"Date":"1/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":603,"Cost":411,"Date":"3/27/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":472,"Cost":316,"Date":"5/12/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":476,"Cost":350,"Date":"7/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":312,"Cost":189,"Date":"8/8/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":974,"Cost":747,"Date":"12/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":895,"Cost":771,"Date":"1/17/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":963,"Cost":570,"Date":"3/8/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":932,"Cost":601,"Date":"6/6/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":873,"Cost":577,"Date":"6/16/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":145,"Cost":124,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":202,"Cost":109,"Date":"11/19/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":984,"Cost":933,"Date":"12/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":616,"Cost":409,"Date":"2/4/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":226,"Cost":114,"Date":"3/8/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":686,"Cost":531,"Date":"12/18/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":243,"Cost":194,"Date":"3/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":321,"Cost":253,"Date":"4/20/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":620,"Cost":443,"Date":"6/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":783,"Cost":570,"Date":"7/23/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":596,"Cost":402,"Date":"11/21/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":164,"Cost":156,"Date":"11/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":871,"Cost":568,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":398,"Cost":236,"Date":"5/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":407,"Cost":369,"Date":"9/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":893,"Cost":523,"Date":"1/3/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":994,"Cost":939,"Date":"2/2/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":661,"Cost":481,"Date":"3/18/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":586,"Cost":445,"Date":"10/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":293,"Cost":220,"Date":"2/16/2018"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":433,"Cost":379,"Date":"6/7/2018"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":848,"Cost":654,"Date":"1/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":643,"Cost":518,"Date":"3/27/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":253,"Cost":204,"Date":"5/12/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":96,"Cost":83,"Date":"7/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":540,"Cost":417,"Date":"8/8/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":240,"Cost":124,"Date":"12/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":641,"Cost":334,"Date":"1/17/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":441,"Cost":286,"Date":"3/8/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":929,"Cost":609,"Date":"6/6/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":402,"Cost":334,"Date":"6/16/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":129,"Cost":75,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":429,"Cost":291,"Date":"11/19/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":790,"Cost":419,"Date":"12/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":238,"Cost":138,"Date":"2/4/2021"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":788,"Cost":716,"Date":"3/8/2021"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":863,"Cost":820,"Date":"12/18/2021"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":71,"Cost":58,"Date":"3/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":931,"Cost":665,"Date":"4/20/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":387,"Cost":344,"Date":"6/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":4,"Cost":4,"Date":"7/23/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":354,"Cost":241,"Date":"11/21/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":984,"Cost":691,"Date":"11/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":984,"Cost":804,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":534,"Cost":499,"Date":"5/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":39,"Cost":23,"Date":"9/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":670,"Cost":562,"Date":"1/3/2024"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":153,"Cost":109,"Date":"2/2/2024"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":513,"Cost":365,"Date":"3/18/2024"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":476,"Cost":342,"Date":"10/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":104,"Cost":69,"Date":"2/16/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":353,"Cost":308,"Date":"6/7/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":312,"Cost":164,"Date":"1/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":673,"Cost":599,"Date":"3/27/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":227,"Cost":181,"Date":"5/12/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":848,"Cost":636,"Date":"7/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":886,"Cost":516,"Date":"8/8/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":380,"Cost":226,"Date":"12/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":486,"Cost":282,"Date":"1/17/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":840,"Cost":458,"Date":"3/8/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":863,"Cost":782,"Date":"6/6/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":921,"Cost":490,"Date":"6/16/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":778,"Cost":487,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":261,"Cost":156,"Date":"11/19/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":735,"Cost":682,"Date":"12/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":831,"Cost":705,"Date":"2/4/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":312,"Cost":189,"Date":"3/8/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":129,"Cost":74,"Date":"12/18/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":895,"Cost":599,"Date":"3/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":222,"Cost":172,"Date":"4/20/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":374,"Cost":227,"Date":"6/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":974,"Cost":530,"Date":"7/23/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":536,"Cost":281,"Date":"11/21/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":95,"Cost":68,"Date":"11/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":528,"Cost":285,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":524,"Cost":360,"Date":"5/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":771,"Cost":683,"Date":"9/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":438,"Cost":244,"Date":"1/3/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":556,"Cost":293,"Date":"2/2/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":769,"Cost":487,"Date":"3/18/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":430,"Cost":350,"Date":"10/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":315,"Cost":208,"Date":"2/16/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":186,"Cost":119,"Date":"6/7/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":73,"Cost":58,"Date":"1/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":505,"Cost":334,"Date":"3/27/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":460,"Cost":408,"Date":"5/12/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":43,"Cost":22,"Date":"7/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":635,"Cost":515,"Date":"8/8/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":385,"Cost":274,"Date":"12/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":776,"Cost":406,"Date":"1/17/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":405,"Cost":316,"Date":"3/8/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":761,"Cost":622,"Date":"6/6/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":465,"Cost":232,"Date":"6/16/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":97,"Cost":72,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":898,"Cost":693,"Date":"11/19/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":432,"Cost":341,"Date":"12/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":846,"Cost":734,"Date":"2/4/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":70,"Cost":44,"Date":"3/8/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":605,"Cost":523,"Date":"12/18/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":32,"Cost":23,"Date":"3/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":213,"Cost":181,"Date":"4/20/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":653,"Cost":402,"Date":"6/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":148,"Cost":83,"Date":"7/23/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":624,"Cost":568,"Date":"11/21/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":983,"Cost":811,"Date":"11/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":424,"Cost":353,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":92,"Cost":59,"Date":"5/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":657,"Cost":550,"Date":"9/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":20,"Cost":11,"Date":"1/3/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":699,"Cost":523,"Date":"2/2/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":238,"Cost":160,"Date":"3/18/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":486,"Cost":399,"Date":"10/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":526,"Cost":344,"Date":"2/16/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":772,"Cost":638,"Date":"6/7/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":160,"Cost":82,"Date":"1/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":867,"Cost":706,"Date":"3/27/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":55,"Cost":50,"Date":"5/12/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":284,"Cost":258,"Date":"7/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":489,"Cost":334,"Date":"8/8/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":28,"Cost":27,"Date":"12/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":338,"Cost":203,"Date":"1/17/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":726,"Cost":656,"Date":"3/8/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":451,"Cost":236,"Date":"6/6/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":211,"Cost":160,"Date":"6/16/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":319,"Cost":237,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":959,"Cost":782,"Date":"11/19/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":508,"Cost":369,"Date":"12/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":289,"Cost":260,"Date":"2/4/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":898,"Cost":664,"Date":"3/8/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":303,"Cost":153,"Date":"12/18/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":93,"Cost":79,"Date":"3/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":252,"Cost":186,"Date":"4/20/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":786,"Cost":747,"Date":"6/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":471,"Cost":315,"Date":"7/23/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":455,"Cost":265,"Date":"11/21/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":98,"Cost":84,"Date":"11/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":339,"Cost":227,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":623,"Cost":576,"Date":"5/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":919,"Cost":614,"Date":"9/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":296,"Cost":246,"Date":"1/3/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":956,"Cost":577,"Date":"2/2/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":339,"Cost":190,"Date":"3/18/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":406,"Cost":382,"Date":"10/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":149,"Cost":116,"Date":"2/16/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":325,"Cost":183,"Date":"6/7/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":567,"Cost":320,"Date":"1/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":191,"Cost":118,"Date":"3/27/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":541,"Cost":502,"Date":"5/12/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":459,"Cost":285,"Date":"7/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":314,"Cost":157,"Date":"8/8/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":939,"Cost":819,"Date":"12/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":53,"Cost":49,"Date":"1/17/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":583,"Cost":520,"Date":"3/8/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":447,"Cost":327,"Date":"6/6/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":32,"Cost":27,"Date":"6/16/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":669,"Cost":559,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":927,"Cost":665,"Date":"11/19/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":486,"Cost":344,"Date":"12/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":40,"Cost":33,"Date":"2/4/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":295,"Cost":242,"Date":"3/8/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":89,"Cost":52,"Date":"12/18/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":657,"Cost":367,"Date":"3/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":842,"Cost":725,"Date":"4/20/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":654,"Cost":563,"Date":"6/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":576,"Cost":495,"Date":"7/23/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":469,"Cost":300,"Date":"11/21/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":512,"Cost":286,"Date":"11/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":353,"Cost":204,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":988,"Cost":558,"Date":"5/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":154,"Cost":87,"Date":"9/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":732,"Cost":620,"Date":"1/3/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":213,"Cost":199,"Date":"2/2/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":357,"Cost":250,"Date":"3/18/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":583,"Cost":375,"Date":"10/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":528,"Cost":278,"Date":"2/16/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":601,"Cost":519,"Date":"6/7/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":583,"Cost":425,"Date":"1/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":921,"Cost":728,"Date":"3/27/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":985,"Cost":665,"Date":"5/12/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":987,"Cost":603,"Date":"7/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":534,"Cost":322,"Date":"8/8/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":19,"Cost":12,"Date":"12/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":941,"Cost":856,"Date":"1/17/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":397,"Cost":281,"Date":"3/8/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":703,"Cost":411,"Date":"6/6/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":924,"Cost":725,"Date":"6/16/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":564,"Cost":492,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":176,"Cost":127,"Date":"11/19/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":295,"Cost":224,"Date":"12/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":567,"Cost":451,"Date":"2/4/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":11,"Cost":5,"Date":"3/8/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":815,"Cost":452,"Date":"12/18/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":804,"Cost":492,"Date":"3/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":881,"Cost":692,"Date":"4/20/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":461,"Cost":422,"Date":"6/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":610,"Cost":345,"Date":"7/23/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":16,"Cost":16,"Date":"11/21/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":777,"Cost":699,"Date":"11/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":763,"Cost":513,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":413,"Cost":357,"Date":"5/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":516,"Cost":470,"Date":"9/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":827,"Cost":577,"Date":"1/3/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":169,"Cost":142,"Date":"2/2/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":549,"Cost":476,"Date":"3/18/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":741,"Cost":472,"Date":"10/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":674,"Cost":352,"Date":"2/16/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":836,"Cost":599,"Date":"6/7/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":231,"Cost":201,"Date":"1/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":551,"Cost":419,"Date":"3/27/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":329,"Cost":258,"Date":"5/12/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":113,"Cost":101,"Date":"7/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":865,"Cost":815,"Date":"8/8/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":226,"Cost":183,"Date":"12/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":119,"Cost":65,"Date":"1/17/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":236,"Cost":216,"Date":"3/8/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":885,"Cost":821,"Date":"6/6/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":908,"Cost":558,"Date":"6/16/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":894,"Cost":461,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":553,"Cost":436,"Date":"11/19/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":364,"Cost":262,"Date":"12/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":374,"Cost":207,"Date":"2/4/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":329,"Cost":248,"Date":"3/8/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":375,"Cost":207,"Date":"12/18/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":155,"Cost":133,"Date":"3/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":527,"Cost":468,"Date":"4/20/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":512,"Cost":407,"Date":"6/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":683,"Cost":540,"Date":"7/23/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":764,"Cost":638,"Date":"11/21/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":551,"Cost":286,"Date":"11/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":855,"Cost":597,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":150,"Cost":108,"Date":"5/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":781,"Cost":673,"Date":"9/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":256,"Cost":207,"Date":"1/3/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":97,"Cost":75,"Date":"2/2/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":451,"Cost":311,"Date":"3/18/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":271,"Cost":180,"Date":"10/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":262,"Cost":131,"Date":"2/16/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":612,"Cost":374,"Date":"6/7/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":936,"Cost":650,"Date":"1/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":333,"Cost":246,"Date":"3/27/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":135,"Cost":114,"Date":"5/12/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":985,"Cost":505,"Date":"7/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":134,"Cost":86,"Date":"8/8/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":793,"Cost":440,"Date":"12/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":402,"Cost":247,"Date":"1/17/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":608,"Cost":521,"Date":"3/8/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":502,"Cost":428,"Date":"6/6/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":352,"Cost":201,"Date":"6/16/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":440,"Cost":226,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":70,"Cost":45,"Date":"11/19/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":372,"Cost":325,"Date":"12/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":509,"Cost":284,"Date":"2/4/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":1,"Cost":1,"Date":"3/8/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":651,"Cost":415,"Date":"12/18/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":863,"Cost":668,"Date":"3/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":643,"Cost":472,"Date":"4/20/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":536,"Cost":378,"Date":"6/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":383,"Cost":232,"Date":"7/23/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":441,"Cost":411,"Date":"11/21/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":849,"Cost":657,"Date":"11/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":170,"Cost":115,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":942,"Cost":884,"Date":"5/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":255,"Cost":134,"Date":"9/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":483,"Cost":403,"Date":"1/3/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":126,"Cost":64,"Date":"2/2/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":436,"Cost":336,"Date":"3/18/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":886,"Cost":805,"Date":"10/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":461,"Cost":414,"Date":"2/16/2018"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":90,"Cost":83,"Date":"6/7/2018"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":416,"Cost":357,"Date":"1/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":794,"Cost":719,"Date":"3/27/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":920,"Cost":819,"Date":"5/12/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":60,"Cost":37,"Date":"7/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":238,"Cost":199,"Date":"8/8/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":290,"Cost":259,"Date":"12/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":74,"Cost":68,"Date":"1/17/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":706,"Cost":369,"Date":"3/8/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":406,"Cost":264,"Date":"6/6/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":726,"Cost":606,"Date":"6/16/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":504,"Cost":453,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":402,"Cost":329,"Date":"11/19/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":647,"Cost":479,"Date":"12/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":779,"Cost":405,"Date":"2/4/2021"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":204,"Cost":177,"Date":"3/8/2021"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":709,"Cost":499,"Date":"12/18/2021"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":837,"Cost":453,"Date":"3/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":85,"Cost":64,"Date":"4/20/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":199,"Cost":143,"Date":"6/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":295,"Cost":274,"Date":"7/23/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":313,"Cost":267,"Date":"11/21/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":432,"Cost":326,"Date":"11/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":55,"Cost":40,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":497,"Cost":427,"Date":"5/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":521,"Cost":356,"Date":"9/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":576,"Cost":546,"Date":"1/3/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":265,"Cost":195,"Date":"2/2/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":253,"Cost":188,"Date":"3/18/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":544,"Cost":274,"Date":"10/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":138,"Cost":72,"Date":"2/16/2018"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":588,"Cost":525,"Date":"6/7/2018"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":380,"Cost":324,"Date":"1/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":977,"Cost":832,"Date":"3/27/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":818,"Cost":455,"Date":"5/12/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":380,"Cost":229,"Date":"7/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":74,"Cost":69,"Date":"8/8/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":7,"Cost":4,"Date":"12/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":815,"Cost":578,"Date":"1/17/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":27,"Cost":14,"Date":"3/8/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":914,"Cost":545,"Date":"6/6/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":821,"Cost":534,"Date":"6/16/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":226,"Cost":174,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":835,"Cost":571,"Date":"11/19/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":235,"Cost":210,"Date":"12/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":787,"Cost":650,"Date":"2/4/2021"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":950,"Cost":650,"Date":"3/8/2021"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":68,"Cost":42,"Date":"12/18/2021"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":268,"Cost":214,"Date":"3/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":922,"Cost":486,"Date":"4/20/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":711,"Cost":429,"Date":"6/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":732,"Cost":400,"Date":"7/23/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":102,"Cost":72,"Date":"11/21/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":93,"Cost":50,"Date":"11/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":79,"Cost":65,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":42,"Cost":34,"Date":"5/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":492,"Cost":254,"Date":"9/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":724,"Cost":430,"Date":"1/3/2024"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":123,"Cost":65,"Date":"2/2/2024"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":589,"Cost":389,"Date":"3/18/2024"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":797,"Cost":749,"Date":"10/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":337,"Cost":309,"Date":"2/16/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":451,"Cost":358,"Date":"6/7/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":188,"Cost":100,"Date":"1/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":781,"Cost":628,"Date":"3/27/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":623,"Cost":487,"Date":"5/12/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":40,"Cost":21,"Date":"7/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":815,"Cost":437,"Date":"8/8/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":107,"Cost":92,"Date":"12/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":201,"Cost":126,"Date":"1/17/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":711,"Cost":369,"Date":"3/8/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":916,"Cost":858,"Date":"6/6/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":133,"Cost":97,"Date":"6/16/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":867,"Cost":710,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":868,"Cost":578,"Date":"11/19/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":610,"Cost":344,"Date":"12/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":500,"Cost":290,"Date":"2/4/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":692,"Cost":636,"Date":"3/8/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":122,"Cost":102,"Date":"12/18/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":435,"Cost":345,"Date":"3/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":653,"Cost":355,"Date":"4/20/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":267,"Cost":193,"Date":"6/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":57,"Cost":41,"Date":"7/23/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":393,"Cost":263,"Date":"11/21/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":768,"Cost":652,"Date":"11/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":107,"Cost":75,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":106,"Cost":70,"Date":"5/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":759,"Cost":539,"Date":"9/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":659,"Cost":497,"Date":"1/3/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":95,"Cost":71,"Date":"2/2/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":314,"Cost":218,"Date":"3/18/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":567,"Cost":499,"Date":"10/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":879,"Cost":651,"Date":"2/16/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":387,"Cost":306,"Date":"6/7/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":184,"Cost":140,"Date":"1/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":976,"Cost":652,"Date":"3/27/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":662,"Cost":511,"Date":"5/12/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":821,"Cost":440,"Date":"7/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":939,"Cost":872,"Date":"8/8/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":414,"Cost":334,"Date":"12/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":41,"Cost":22,"Date":"1/17/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":739,"Cost":575,"Date":"3/8/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":425,"Cost":334,"Date":"6/6/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":339,"Cost":269,"Date":"6/16/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":779,"Cost":450,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":305,"Cost":205,"Date":"11/19/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":300,"Cost":172,"Date":"12/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":824,"Cost":434,"Date":"2/4/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":167,"Cost":142,"Date":"3/8/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":476,"Cost":365,"Date":"12/18/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":780,"Cost":565,"Date":"3/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":139,"Cost":97,"Date":"4/20/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":23,"Cost":16,"Date":"6/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":650,"Cost":371,"Date":"7/23/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":766,"Cost":671,"Date":"11/21/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":896,"Cost":660,"Date":"11/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":922,"Cost":809,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":215,"Cost":189,"Date":"5/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":850,"Cost":623,"Date":"9/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":193,"Cost":149,"Date":"1/3/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":4,"Cost":2,"Date":"2/2/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":991,"Cost":559,"Date":"3/18/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":954,"Cost":769,"Date":"10/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":281,"Cost":188,"Date":"2/16/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":633,"Cost":409,"Date":"6/7/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":411,"Cost":266,"Date":"1/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":801,"Cost":424,"Date":"3/27/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":251,"Cost":176,"Date":"5/12/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":349,"Cost":200,"Date":"7/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":705,"Cost":628,"Date":"8/8/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":831,"Cost":623,"Date":"12/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":963,"Cost":899,"Date":"1/17/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":680,"Cost":477,"Date":"3/8/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":30,"Cost":17,"Date":"6/6/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":607,"Cost":369,"Date":"6/16/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":836,"Cost":741,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":567,"Cost":404,"Date":"11/19/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":550,"Cost":343,"Date":"12/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":46,"Cost":32,"Date":"2/4/2021"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":906,"Cost":593,"Date":"3/8/2021"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":792,"Cost":445,"Date":"12/18/2021"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":523,"Cost":280,"Date":"3/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":787,"Cost":561,"Date":"4/20/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":790,"Cost":514,"Date":"6/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":145,"Cost":77,"Date":"7/23/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":902,"Cost":663,"Date":"11/21/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":257,"Cost":172,"Date":"11/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":636,"Cost":439,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":544,"Cost":306,"Date":"5/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":334,"Cost":296,"Date":"9/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":176,"Cost":120,"Date":"1/3/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":380,"Cost":283,"Date":"2/2/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":795,"Cost":643,"Date":"3/18/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":637,"Cost":343,"Date":"10/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":334,"Cost":309,"Date":"2/16/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":172,"Cost":114,"Date":"6/7/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":692,"Cost":501,"Date":"1/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":283,"Cost":235,"Date":"3/27/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":753,"Cost":409,"Date":"5/12/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":925,"Cost":477,"Date":"7/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":223,"Cost":190,"Date":"8/8/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":953,"Cost":705,"Date":"12/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":555,"Cost":524,"Date":"1/17/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":541,"Cost":499,"Date":"3/8/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":379,"Cost":307,"Date":"6/6/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":8,"Cost":5,"Date":"6/16/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":157,"Cost":127,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":584,"Cost":369,"Date":"11/19/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":161,"Cost":123,"Date":"12/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":418,"Cost":328,"Date":"2/4/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":923,"Cost":704,"Date":"3/8/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":567,"Cost":371,"Date":"12/18/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":908,"Cost":501,"Date":"3/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":144,"Cost":135,"Date":"4/20/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":349,"Cost":197,"Date":"6/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":575,"Cost":357,"Date":"7/23/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":786,"Cost":506,"Date":"11/21/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":115,"Cost":63,"Date":"11/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":415,"Cost":387,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":726,"Cost":435,"Date":"5/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":163,"Cost":109,"Date":"9/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":648,"Cost":611,"Date":"1/3/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":753,"Cost":450,"Date":"2/2/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":533,"Cost":492,"Date":"3/18/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":587,"Cost":407,"Date":"10/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":608,"Cost":408,"Date":"2/16/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":752,"Cost":379,"Date":"6/7/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":831,"Cost":594,"Date":"1/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":521,"Cost":492,"Date":"3/27/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":232,"Cost":187,"Date":"5/12/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":101,"Cost":66,"Date":"7/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":884,"Cost":641,"Date":"8/8/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":506,"Cost":267,"Date":"12/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":992,"Cost":554,"Date":"1/17/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":277,"Cost":216,"Date":"3/8/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":944,"Cost":805,"Date":"6/6/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":241,"Cost":186,"Date":"6/16/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":729,"Cost":635,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":101,"Cost":52,"Date":"11/19/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":705,"Cost":649,"Date":"12/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":356,"Cost":300,"Date":"2/4/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":941,"Cost":701,"Date":"3/8/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":257,"Cost":133,"Date":"12/18/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":681,"Cost":600,"Date":"3/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":265,"Cost":149,"Date":"4/20/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":178,"Cost":100,"Date":"6/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":6,"Cost":4,"Date":"7/23/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":517,"Cost":299,"Date":"11/21/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":502,"Cost":441,"Date":"11/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":212,"Cost":189,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":800,"Cost":521,"Date":"5/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":713,"Cost":544,"Date":"9/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":403,"Cost":202,"Date":"1/3/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":258,"Cost":244,"Date":"2/2/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":494,"Cost":429,"Date":"3/18/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":624,"Cost":411,"Date":"10/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":322,"Cost":299,"Date":"2/16/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":717,"Cost":601,"Date":"6/7/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":630,"Cost":461,"Date":"1/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":717,"Cost":502,"Date":"3/27/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":415,"Cost":277,"Date":"5/12/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":378,"Cost":260,"Date":"7/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":858,"Cost":758,"Date":"8/8/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":885,"Cost":807,"Date":"12/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":78,"Cost":74,"Date":"1/17/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":921,"Cost":848,"Date":"3/8/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":17,"Cost":15,"Date":"6/6/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":39,"Cost":33,"Date":"6/16/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":902,"Cost":796,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":560,"Cost":312,"Date":"11/19/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":461,"Cost":283,"Date":"12/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":959,"Cost":861,"Date":"2/4/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":307,"Cost":227,"Date":"3/8/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":25,"Cost":13,"Date":"12/18/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":153,"Cost":111,"Date":"3/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":501,"Cost":438,"Date":"4/20/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":215,"Cost":107,"Date":"6/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":344,"Cost":191,"Date":"7/23/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":549,"Cost":302,"Date":"11/21/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":137,"Cost":85,"Date":"11/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":928,"Cost":864,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":98,"Cost":55,"Date":"5/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":494,"Cost":295,"Date":"9/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":896,"Cost":467,"Date":"1/3/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":98,"Cost":63,"Date":"2/2/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":896,"Cost":529,"Date":"3/18/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":143,"Cost":80,"Date":"10/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":154,"Cost":133,"Date":"2/16/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":324,"Cost":199,"Date":"6/7/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":147,"Cost":124,"Date":"1/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":340,"Cost":227,"Date":"3/27/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":316,"Cost":168,"Date":"5/12/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":992,"Cost":739,"Date":"7/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":650,"Cost":417,"Date":"8/8/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":485,"Cost":409,"Date":"12/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":396,"Cost":348,"Date":"1/17/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":509,"Cost":477,"Date":"3/8/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":569,"Cost":415,"Date":"6/6/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":50,"Cost":27,"Date":"6/16/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":902,"Cost":602,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":717,"Cost":552,"Date":"11/19/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":844,"Cost":531,"Date":"12/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":4,"Cost":4,"Date":"2/4/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":406,"Cost":205,"Date":"3/8/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":482,"Cost":389,"Date":"12/18/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":338,"Cost":244,"Date":"3/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":18,"Cost":15,"Date":"4/20/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":966,"Cost":905,"Date":"6/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":559,"Cost":401,"Date":"7/23/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":460,"Cost":413,"Date":"11/21/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":546,"Cost":289,"Date":"11/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":822,"Cost":661,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":840,"Cost":696,"Date":"5/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":152,"Cost":130,"Date":"9/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":339,"Cost":266,"Date":"1/3/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":982,"Cost":593,"Date":"2/2/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":859,"Cost":475,"Date":"3/18/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":960,"Cost":860,"Date":"10/14/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":529,"Cost":299,"Date":"2/16/2018"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":836,"Cost":493,"Date":"6/7/2018"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":562,"Cost":445,"Date":"1/28/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":348,"Cost":208,"Date":"3/27/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":593,"Cost":492,"Date":"5/12/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":100,"Cost":74,"Date":"7/28/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":609,"Cost":464,"Date":"8/8/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":232,"Cost":203,"Date":"12/7/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":323,"Cost":208,"Date":"1/17/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":183,"Cost":93,"Date":"3/8/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":915,"Cost":487,"Date":"6/6/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":917,"Cost":475,"Date":"6/16/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":464,"Cost":406,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":376,"Cost":220,"Date":"11/19/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":998,"Cost":845,"Date":"12/28/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":709,"Cost":372,"Date":"2/4/2021"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":670,"Cost":475,"Date":"3/8/2021"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":51,"Cost":34,"Date":"12/18/2021"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":208,"Cost":166,"Date":"3/31/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":912,"Cost":641,"Date":"4/20/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":35,"Cost":30,"Date":"6/26/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":726,"Cost":575,"Date":"7/23/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":374,"Cost":354,"Date":"11/21/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":606,"Cost":310,"Date":"11/26/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":937,"Cost":660,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":163,"Cost":100,"Date":"5/21/2023"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":625,"Cost":351,"Date":"9/28/2023"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":813,"Cost":511,"Date":"1/3/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":696,"Cost":472,"Date":"2/2/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":161,"Cost":114,"Date":"3/18/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":570,"Cost":534,"Date":"10/14/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":234,"Cost":200,"Date":"2/16/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":80,"Cost":48,"Date":"6/7/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":291,"Cost":158,"Date":"1/28/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":416,"Cost":290,"Date":"3/27/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":274,"Cost":238,"Date":"5/12/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":31,"Cost":23,"Date":"7/28/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":617,"Cost":422,"Date":"8/8/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":198,"Cost":105,"Date":"12/7/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":868,"Cost":533,"Date":"1/17/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":756,"Cost":568,"Date":"3/8/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":979,"Cost":921,"Date":"6/6/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":264,"Cost":217,"Date":"6/16/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":735,"Cost":503,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":633,"Cost":399,"Date":"11/19/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":430,"Cost":389,"Date":"12/28/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":259,"Cost":152,"Date":"2/4/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":288,"Cost":158,"Date":"3/8/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":989,"Cost":610,"Date":"12/18/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":736,"Cost":490,"Date":"3/31/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":776,"Cost":563,"Date":"4/20/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":563,"Cost":356,"Date":"6/26/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":414,"Cost":245,"Date":"7/23/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":841,"Cost":541,"Date":"11/21/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":219,"Cost":128,"Date":"11/26/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":10,"Cost":7,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":857,"Cost":558,"Date":"5/21/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":412,"Cost":335,"Date":"9/28/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":637,"Cost":356,"Date":"1/3/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":557,"Cost":524,"Date":"2/2/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":494,"Cost":438,"Date":"3/18/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":109,"Cost":91,"Date":"10/14/2024"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":830,"Cost":648,"Date":"2/16/2018"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":36,"Cost":23,"Date":"6/7/2018"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":525,"Cost":389,"Date":"1/28/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":912,"Cost":657,"Date":"3/27/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":478,"Cost":250,"Date":"5/12/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":876,"Cost":795,"Date":"7/28/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":167,"Cost":146,"Date":"8/8/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":675,"Cost":399,"Date":"12/7/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":68,"Cost":50,"Date":"1/17/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":983,"Cost":494,"Date":"3/8/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":48,"Cost":35,"Date":"6/6/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":414,"Cost":230,"Date":"6/16/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":307,"Cost":185,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":111,"Cost":82,"Date":"11/19/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":530,"Cost":438,"Date":"12/28/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":375,"Cost":301,"Date":"2/4/2021"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":907,"Cost":760,"Date":"3/8/2021"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":722,"Cost":686,"Date":"12/18/2021"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":793,"Cost":550,"Date":"3/31/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":919,"Cost":846,"Date":"4/20/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":244,"Cost":173,"Date":"6/26/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":631,"Cost":447,"Date":"7/23/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":949,"Cost":747,"Date":"11/21/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":155,"Cost":118,"Date":"11/26/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":287,"Cost":211,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":950,"Cost":827,"Date":"5/21/2023"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":75,"Cost":60,"Date":"9/28/2023"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":877,"Cost":560,"Date":"1/3/2024"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":339,"Cost":284,"Date":"2/2/2024"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":957,"Cost":858,"Date":"3/18/2024"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":762,"Cost":517,"Date":"10/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":882,"Cost":596,"Date":"2/16/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":925,"Cost":571,"Date":"6/7/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":734,"Cost":372,"Date":"1/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":657,"Cost":370,"Date":"3/27/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":376,"Cost":307,"Date":"5/12/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":256,"Cost":172,"Date":"7/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":111,"Cost":92,"Date":"8/8/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":880,"Cost":550,"Date":"12/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":867,"Cost":479,"Date":"1/17/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":769,"Cost":483,"Date":"3/8/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":412,"Cost":211,"Date":"6/6/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":543,"Cost":457,"Date":"6/16/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":993,"Cost":551,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":531,"Cost":485,"Date":"11/19/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":26,"Cost":18,"Date":"12/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":725,"Cost":640,"Date":"2/4/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":949,"Cost":769,"Date":"3/8/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":794,"Cost":615,"Date":"12/18/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":288,"Cost":166,"Date":"3/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":7,"Cost":5,"Date":"4/20/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":242,"Cost":211,"Date":"6/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":875,"Cost":628,"Date":"7/23/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":716,"Cost":569,"Date":"11/21/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":978,"Cost":777,"Date":"11/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":998,"Cost":921,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":779,"Cost":661,"Date":"5/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":692,"Cost":395,"Date":"9/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":487,"Cost":439,"Date":"1/3/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":750,"Cost":626,"Date":"2/2/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":73,"Cost":39,"Date":"3/18/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":322,"Cost":208,"Date":"10/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":57,"Cost":53,"Date":"2/16/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":12,"Cost":8,"Date":"6/7/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":934,"Cost":506,"Date":"1/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":785,"Cost":533,"Date":"3/27/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":22,"Cost":15,"Date":"5/12/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":456,"Cost":409,"Date":"7/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":875,"Cost":530,"Date":"8/8/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":831,"Cost":635,"Date":"12/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":52,"Cost":50,"Date":"1/17/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":443,"Cost":372,"Date":"3/8/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":254,"Cost":235,"Date":"6/6/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":264,"Cost":229,"Date":"6/16/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":9,"Cost":5,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":298,"Cost":168,"Date":"11/19/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":390,"Cost":270,"Date":"12/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":508,"Cost":465,"Date":"2/4/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":616,"Cost":342,"Date":"3/8/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":168,"Cost":118,"Date":"12/18/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":537,"Cost":382,"Date":"3/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":297,"Cost":234,"Date":"4/20/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":892,"Cost":838,"Date":"6/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":33,"Cost":19,"Date":"7/23/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":488,"Cost":322,"Date":"11/21/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":382,"Cost":349,"Date":"11/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":60,"Cost":31,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":126,"Cost":72,"Date":"5/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":452,"Cost":267,"Date":"9/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":315,"Cost":295,"Date":"1/3/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":569,"Cost":370,"Date":"2/2/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":88,"Cost":74,"Date":"3/18/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":992,"Cost":611,"Date":"10/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":748,"Cost":543,"Date":"2/16/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":556,"Cost":485,"Date":"6/7/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":713,"Cost":514,"Date":"1/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":587,"Cost":514,"Date":"3/27/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":269,"Cost":227,"Date":"5/12/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":142,"Cost":122,"Date":"7/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":355,"Cost":278,"Date":"8/8/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":529,"Cost":405,"Date":"12/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":401,"Cost":204,"Date":"1/17/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":846,"Cost":653,"Date":"3/8/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":284,"Cost":184,"Date":"6/6/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":571,"Cost":316,"Date":"6/16/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":427,"Cost":342,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":377,"Cost":252,"Date":"11/19/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":293,"Cost":171,"Date":"12/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":11,"Cost":8,"Date":"2/4/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":548,"Cost":298,"Date":"3/8/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":860,"Cost":665,"Date":"12/18/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":594,"Cost":388,"Date":"3/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":8,"Cost":8,"Date":"4/20/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":675,"Cost":427,"Date":"6/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":903,"Cost":698,"Date":"7/23/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":106,"Cost":91,"Date":"11/21/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":24,"Cost":12,"Date":"11/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":381,"Cost":202,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":700,"Cost":411,"Date":"5/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":370,"Cost":277,"Date":"9/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":173,"Cost":101,"Date":"1/3/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":327,"Cost":189,"Date":"2/2/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":769,"Cost":630,"Date":"3/18/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":327,"Cost":275,"Date":"10/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":489,"Cost":362,"Date":"2/16/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":981,"Cost":540,"Date":"6/7/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":94,"Cost":53,"Date":"1/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":949,"Cost":477,"Date":"3/27/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":506,"Cost":253,"Date":"5/12/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":937,"Cost":628,"Date":"7/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":224,"Cost":174,"Date":"8/8/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":373,"Cost":260,"Date":"12/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":689,"Cost":462,"Date":"1/17/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":890,"Cost":683,"Date":"3/8/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":497,"Cost":453,"Date":"6/6/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":506,"Cost":374,"Date":"6/16/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":682,"Cost":503,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":732,"Cost":417,"Date":"11/19/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":981,"Cost":695,"Date":"12/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":337,"Cost":174,"Date":"2/4/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":942,"Cost":498,"Date":"3/8/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":414,"Cost":227,"Date":"12/18/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":403,"Cost":357,"Date":"3/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":559,"Cost":317,"Date":"4/20/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":598,"Cost":385,"Date":"6/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":179,"Cost":141,"Date":"7/23/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":335,"Cost":298,"Date":"11/21/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":349,"Cost":222,"Date":"11/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":742,"Cost":599,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":19,"Cost":18,"Date":"5/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":283,"Cost":207,"Date":"9/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":569,"Cost":331,"Date":"1/3/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":233,"Cost":180,"Date":"2/2/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":696,"Cost":490,"Date":"3/18/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":669,"Cost":432,"Date":"10/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":39,"Cost":23,"Date":"2/16/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":722,"Cost":395,"Date":"6/7/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":828,"Cost":514,"Date":"1/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":888,"Cost":572,"Date":"3/27/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":388,"Cost":218,"Date":"5/12/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":406,"Cost":219,"Date":"7/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":791,"Cost":637,"Date":"8/8/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":691,"Cost":638,"Date":"12/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":591,"Cost":449,"Date":"1/17/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":201,"Cost":188,"Date":"3/8/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":40,"Cost":34,"Date":"6/6/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":21,"Cost":10,"Date":"6/16/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":472,"Cost":321,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":87,"Cost":53,"Date":"11/19/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":206,"Cost":116,"Date":"12/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":955,"Cost":827,"Date":"2/4/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":877,"Cost":770,"Date":"3/8/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":141,"Cost":81,"Date":"12/18/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":300,"Cost":169,"Date":"3/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":89,"Cost":48,"Date":"4/20/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":796,"Cost":503,"Date":"6/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":451,"Cost":403,"Date":"7/23/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":817,"Cost":750,"Date":"11/21/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":673,"Cost":339,"Date":"11/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":544,"Cost":370,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":48,"Cost":41,"Date":"5/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":467,"Cost":267,"Date":"9/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":494,"Cost":296,"Date":"1/3/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":611,"Cost":487,"Date":"2/2/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":337,"Cost":292,"Date":"3/18/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":319,"Cost":161,"Date":"10/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":586,"Cost":477,"Date":"2/16/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":427,"Cost":262,"Date":"6/7/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":913,"Cost":695,"Date":"1/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":472,"Cost":411,"Date":"3/27/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":359,"Cost":284,"Date":"5/12/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":608,"Cost":532,"Date":"7/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":106,"Cost":66,"Date":"8/8/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":733,"Cost":388,"Date":"12/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":322,"Cost":274,"Date":"1/17/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":491,"Cost":322,"Date":"3/8/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":703,"Cost":410,"Date":"6/6/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":511,"Cost":315,"Date":"6/16/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":193,"Cost":170,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":806,"Cost":575,"Date":"11/19/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":138,"Cost":109,"Date":"12/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":824,"Cost":458,"Date":"2/4/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":81,"Cost":45,"Date":"3/8/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":766,"Cost":625,"Date":"12/18/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":33,"Cost":17,"Date":"3/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":898,"Cost":616,"Date":"4/20/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":397,"Cost":207,"Date":"6/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":189,"Cost":175,"Date":"7/23/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":893,"Cost":600,"Date":"11/21/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":118,"Cost":81,"Date":"11/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":784,"Cost":449,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":67,"Cost":36,"Date":"5/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":593,"Cost":470,"Date":"9/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":574,"Cost":528,"Date":"1/3/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":582,"Cost":429,"Date":"2/2/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":313,"Cost":288,"Date":"3/18/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":816,"Cost":667,"Date":"10/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":569,"Cost":311,"Date":"2/16/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":849,"Cost":444,"Date":"6/7/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":978,"Cost":860,"Date":"1/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":383,"Cost":331,"Date":"3/27/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":446,"Cost":223,"Date":"5/12/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":639,"Cost":418,"Date":"7/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":843,"Cost":698,"Date":"8/8/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":15,"Cost":12,"Date":"12/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":968,"Cost":804,"Date":"1/17/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":950,"Cost":546,"Date":"3/8/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":135,"Cost":90,"Date":"6/6/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":61,"Cost":40,"Date":"6/16/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":259,"Cost":207,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":269,"Cost":229,"Date":"11/19/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":14,"Cost":12,"Date":"12/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":437,"Cost":237,"Date":"2/4/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":786,"Cost":536,"Date":"3/8/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":64,"Cost":61,"Date":"12/18/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":121,"Cost":84,"Date":"3/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":400,"Cost":312,"Date":"4/20/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":872,"Cost":546,"Date":"6/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":348,"Cost":238,"Date":"7/23/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":95,"Cost":73,"Date":"11/21/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":341,"Cost":269,"Date":"11/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":666,"Cost":599,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":191,"Cost":165,"Date":"5/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":142,"Cost":109,"Date":"9/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":744,"Cost":451,"Date":"1/3/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":268,"Cost":139,"Date":"2/2/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":100,"Cost":77,"Date":"3/18/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":58,"Cost":39,"Date":"10/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":817,"Cost":462,"Date":"2/16/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":475,"Cost":268,"Date":"6/7/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":396,"Cost":213,"Date":"1/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":175,"Cost":104,"Date":"3/27/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":168,"Cost":96,"Date":"5/12/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":181,"Cost":142,"Date":"7/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":741,"Cost":636,"Date":"8/8/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":146,"Cost":125,"Date":"12/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":845,"Cost":526,"Date":"1/17/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":965,"Cost":743,"Date":"3/8/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":637,"Cost":486,"Date":"6/6/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":779,"Cost":693,"Date":"6/16/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":379,"Cost":291,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":156,"Cost":103,"Date":"11/19/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":462,"Cost":353,"Date":"12/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":617,"Cost":430,"Date":"2/4/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":249,"Cost":174,"Date":"3/8/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":39,"Cost":22,"Date":"12/18/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":7,"Cost":6,"Date":"3/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":841,"Cost":706,"Date":"4/20/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":112,"Cost":93,"Date":"6/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":965,"Cost":801,"Date":"7/23/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":988,"Cost":628,"Date":"11/21/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":951,"Cost":589,"Date":"11/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":406,"Cost":249,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":772,"Cost":394,"Date":"5/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":539,"Cost":364,"Date":"9/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":734,"Cost":581,"Date":"1/3/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":300,"Cost":239,"Date":"2/2/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":590,"Cost":489,"Date":"3/18/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":726,"Cost":386,"Date":"10/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":591,"Cost":296,"Date":"2/16/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":756,"Cost":621,"Date":"6/7/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":517,"Cost":401,"Date":"1/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":277,"Cost":164,"Date":"3/27/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":945,"Cost":694,"Date":"5/12/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":915,"Cost":819,"Date":"7/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":992,"Cost":781,"Date":"8/8/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":70,"Cost":50,"Date":"12/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":439,"Cost":265,"Date":"1/17/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":461,"Cost":251,"Date":"3/8/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":814,"Cost":657,"Date":"6/6/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":351,"Cost":180,"Date":"6/16/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":851,"Cost":651,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":957,"Cost":806,"Date":"11/19/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":820,"Cost":617,"Date":"12/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":41,"Cost":34,"Date":"2/4/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":675,"Cost":560,"Date":"3/8/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":567,"Cost":429,"Date":"12/18/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":248,"Cost":164,"Date":"3/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":37,"Cost":21,"Date":"4/20/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":784,"Cost":715,"Date":"6/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":718,"Cost":503,"Date":"7/23/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":909,"Cost":526,"Date":"11/21/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":665,"Cost":511,"Date":"11/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":567,"Cost":371,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":771,"Cost":516,"Date":"5/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":525,"Cost":291,"Date":"9/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":758,"Cost":707,"Date":"1/3/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":769,"Cost":404,"Date":"2/2/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":765,"Cost":710,"Date":"3/18/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":839,"Cost":510,"Date":"10/14/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":692,"Cost":570,"Date":"2/16/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":781,"Cost":400,"Date":"6/7/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":614,"Cost":398,"Date":"1/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":893,"Cost":764,"Date":"3/27/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":71,"Cost":53,"Date":"5/12/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":553,"Cost":479,"Date":"7/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":982,"Cost":570,"Date":"8/8/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":603,"Cost":463,"Date":"12/7/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":20,"Cost":14,"Date":"1/17/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":594,"Cost":365,"Date":"3/8/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":563,"Cost":518,"Date":"6/6/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":939,"Cost":511,"Date":"6/16/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":931,"Cost":767,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":389,"Cost":269,"Date":"11/19/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":620,"Cost":502,"Date":"12/28/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":732,"Cost":606,"Date":"2/4/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":300,"Cost":160,"Date":"3/8/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":439,"Cost":252,"Date":"12/18/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":576,"Cost":470,"Date":"3/31/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":699,"Cost":652,"Date":"4/20/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":455,"Cost":262,"Date":"6/26/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":432,"Cost":267,"Date":"7/23/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":901,"Cost":778,"Date":"11/21/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":989,"Cost":568,"Date":"11/26/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":925,"Cost":850,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":360,"Cost":316,"Date":"5/21/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":224,"Cost":155,"Date":"9/28/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":665,"Cost":413,"Date":"1/3/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":866,"Cost":496,"Date":"2/2/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":739,"Cost":593,"Date":"3/18/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":388,"Cost":320,"Date":"10/14/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":60,"Cost":42,"Date":"2/16/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":585,"Cost":410,"Date":"6/7/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":737,"Cost":475,"Date":"1/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":741,"Cost":585,"Date":"3/27/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":476,"Cost":348,"Date":"5/12/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":687,"Cost":613,"Date":"7/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":386,"Cost":353,"Date":"8/8/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":3,"Cost":2,"Date":"12/7/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":643,"Cost":607,"Date":"1/17/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":585,"Cost":297,"Date":"3/8/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":272,"Cost":207,"Date":"6/6/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":311,"Cost":230,"Date":"6/16/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":911,"Cost":779,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":407,"Cost":340,"Date":"11/19/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":919,"Cost":689,"Date":"12/28/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":281,"Cost":252,"Date":"2/4/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":374,"Cost":220,"Date":"3/8/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":567,"Cost":296,"Date":"12/18/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":457,"Cost":417,"Date":"3/31/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":310,"Cost":243,"Date":"4/20/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":467,"Cost":367,"Date":"6/26/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":421,"Cost":248,"Date":"7/23/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":731,"Cost":664,"Date":"11/21/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":920,"Cost":563,"Date":"11/26/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":432,"Cost":309,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":476,"Cost":450,"Date":"5/21/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":765,"Cost":636,"Date":"9/28/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":633,"Cost":358,"Date":"1/3/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":487,"Cost":310,"Date":"2/2/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":357,"Cost":274,"Date":"3/18/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":346,"Cost":306,"Date":"10/14/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":338,"Cost":203,"Date":"2/16/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":956,"Cost":509,"Date":"6/7/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":193,"Cost":178,"Date":"1/28/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":903,"Cost":726,"Date":"3/27/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":38,"Cost":31,"Date":"5/12/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":229,"Cost":158,"Date":"7/28/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":218,"Cost":163,"Date":"8/8/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":608,"Cost":317,"Date":"12/7/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":274,"Cost":232,"Date":"1/17/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":912,"Cost":766,"Date":"3/8/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":883,"Cost":665,"Date":"6/6/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":438,"Cost":406,"Date":"6/16/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":734,"Cost":589,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":596,"Cost":380,"Date":"11/19/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":450,"Cost":308,"Date":"12/28/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":894,"Cost":484,"Date":"2/4/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":815,"Cost":613,"Date":"3/8/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":618,"Cost":586,"Date":"12/18/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":972,"Cost":757,"Date":"3/31/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":420,"Cost":268,"Date":"4/20/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":277,"Cost":144,"Date":"6/26/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":136,"Cost":107,"Date":"7/23/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":931,"Cost":602,"Date":"11/21/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":293,"Cost":216,"Date":"11/26/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":638,"Cost":421,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":319,"Cost":202,"Date":"5/21/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":411,"Cost":230,"Date":"9/28/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":509,"Cost":432,"Date":"1/3/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":955,"Cost":536,"Date":"2/2/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":157,"Cost":126,"Date":"3/18/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":452,"Cost":319,"Date":"10/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":544,"Cost":484,"Date":"2/16/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":140,"Cost":126,"Date":"6/7/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":139,"Cost":87,"Date":"1/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":945,"Cost":484,"Date":"3/27/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":123,"Cost":61,"Date":"5/12/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":542,"Cost":366,"Date":"7/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":532,"Cost":266,"Date":"8/8/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":71,"Cost":45,"Date":"12/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":900,"Cost":713,"Date":"1/17/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":475,"Cost":391,"Date":"3/8/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":632,"Cost":406,"Date":"6/6/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":921,"Cost":863,"Date":"6/16/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":628,"Cost":458,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":549,"Cost":437,"Date":"11/19/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":403,"Cost":309,"Date":"12/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":663,"Cost":403,"Date":"2/4/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":861,"Cost":545,"Date":"3/8/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":220,"Cost":196,"Date":"12/18/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":795,"Cost":705,"Date":"3/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":970,"Cost":862,"Date":"4/20/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":721,"Cost":386,"Date":"6/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":727,"Cost":679,"Date":"7/23/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":495,"Cost":273,"Date":"11/21/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":560,"Cost":412,"Date":"11/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":224,"Cost":187,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":551,"Cost":404,"Date":"5/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":286,"Cost":194,"Date":"9/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":176,"Cost":149,"Date":"1/3/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":853,"Cost":774,"Date":"2/2/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":427,"Cost":252,"Date":"3/18/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":970,"Cost":777,"Date":"10/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":282,"Cost":202,"Date":"2/16/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":516,"Cost":431,"Date":"6/7/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":778,"Cost":467,"Date":"1/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":7,"Cost":4,"Date":"3/27/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":278,"Cost":248,"Date":"5/12/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":159,"Cost":97,"Date":"7/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":727,"Cost":571,"Date":"8/8/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":325,"Cost":260,"Date":"12/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":166,"Cost":130,"Date":"1/17/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":196,"Cost":183,"Date":"3/8/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":704,"Cost":533,"Date":"6/6/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":460,"Cost":400,"Date":"6/16/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":385,"Cost":338,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":556,"Cost":464,"Date":"11/19/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":15,"Cost":13,"Date":"12/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":431,"Cost":254,"Date":"2/4/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":861,"Cost":510,"Date":"3/8/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":756,"Cost":640,"Date":"12/18/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":704,"Cost":487,"Date":"3/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":712,"Cost":655,"Date":"4/20/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":473,"Cost":319,"Date":"6/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":147,"Cost":85,"Date":"7/23/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":925,"Cost":592,"Date":"11/21/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":428,"Cost":260,"Date":"11/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":925,"Cost":742,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":396,"Cost":244,"Date":"5/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":665,"Cost":449,"Date":"9/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":706,"Cost":590,"Date":"1/3/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":155,"Cost":115,"Date":"2/2/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":470,"Cost":410,"Date":"3/18/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":22,"Cost":17,"Date":"10/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":848,"Cost":463,"Date":"2/16/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":969,"Cost":720,"Date":"6/7/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":771,"Cost":683,"Date":"1/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":826,"Cost":564,"Date":"3/27/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":458,"Cost":269,"Date":"5/12/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":386,"Cost":313,"Date":"7/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":435,"Cost":254,"Date":"8/8/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":299,"Cost":175,"Date":"12/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":895,"Cost":490,"Date":"1/17/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":64,"Cost":36,"Date":"3/8/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":147,"Cost":125,"Date":"6/6/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":583,"Cost":292,"Date":"6/16/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":221,"Cost":156,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":683,"Cost":506,"Date":"11/19/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":171,"Cost":95,"Date":"12/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":70,"Cost":52,"Date":"2/4/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":454,"Cost":326,"Date":"3/8/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":778,"Cost":485,"Date":"12/18/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":797,"Cost":505,"Date":"3/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":338,"Cost":214,"Date":"4/20/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":534,"Cost":452,"Date":"6/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":763,"Cost":630,"Date":"7/23/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":85,"Cost":81,"Date":"11/21/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":348,"Cost":239,"Date":"11/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":420,"Cost":267,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":666,"Cost":426,"Date":"5/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":320,"Cost":230,"Date":"9/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":806,"Cost":595,"Date":"1/3/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":631,"Cost":573,"Date":"2/2/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":597,"Cost":458,"Date":"3/18/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":219,"Cost":195,"Date":"10/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":213,"Cost":143,"Date":"2/16/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":8,"Cost":6,"Date":"6/7/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":873,"Cost":759,"Date":"1/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":699,"Cost":548,"Date":"3/27/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":21,"Cost":12,"Date":"5/12/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":623,"Cost":462,"Date":"7/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":754,"Cost":486,"Date":"8/8/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":285,"Cost":167,"Date":"12/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":433,"Cost":265,"Date":"1/17/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":76,"Cost":66,"Date":"3/8/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":166,"Cost":104,"Date":"6/6/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":49,"Cost":25,"Date":"6/16/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":854,"Cost":707,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":976,"Cost":825,"Date":"11/19/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":910,"Cost":712,"Date":"12/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":592,"Cost":537,"Date":"2/4/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":581,"Cost":354,"Date":"3/8/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":507,"Cost":340,"Date":"12/18/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":223,"Cost":146,"Date":"3/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":883,"Cost":707,"Date":"4/20/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":333,"Cost":209,"Date":"6/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":682,"Cost":467,"Date":"7/23/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":262,"Cost":193,"Date":"11/21/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":617,"Cost":385,"Date":"11/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":93,"Cost":65,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":732,"Cost":459,"Date":"5/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":880,"Cost":566,"Date":"9/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":249,"Cost":170,"Date":"1/3/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":797,"Cost":413,"Date":"2/2/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":940,"Cost":788,"Date":"3/18/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":638,"Cost":448,"Date":"10/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":376,"Cost":243,"Date":"2/16/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":69,"Cost":60,"Date":"6/7/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":266,"Cost":231,"Date":"1/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":452,"Cost":320,"Date":"3/27/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":899,"Cost":788,"Date":"5/12/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":376,"Cost":325,"Date":"7/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":915,"Cost":765,"Date":"8/8/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":173,"Cost":122,"Date":"12/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":728,"Cost":559,"Date":"1/17/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":978,"Cost":528,"Date":"3/8/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":160,"Cost":132,"Date":"6/6/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":718,"Cost":627,"Date":"6/16/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":209,"Cost":107,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":709,"Cost":509,"Date":"11/19/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":723,"Cost":633,"Date":"12/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":941,"Cost":775,"Date":"2/4/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":452,"Cost":313,"Date":"3/8/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":69,"Cost":55,"Date":"12/18/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":317,"Cost":237,"Date":"3/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":54,"Cost":28,"Date":"4/20/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":178,"Cost":150,"Date":"6/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":666,"Cost":529,"Date":"7/23/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":706,"Cost":530,"Date":"11/21/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":660,"Cost":422,"Date":"11/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":507,"Cost":479,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":519,"Cost":329,"Date":"5/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":814,"Cost":771,"Date":"9/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":560,"Cost":395,"Date":"1/3/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":111,"Cost":63,"Date":"2/2/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":984,"Cost":840,"Date":"3/18/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":29,"Cost":16,"Date":"10/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":160,"Cost":88,"Date":"2/16/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":943,"Cost":553,"Date":"6/7/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":674,"Cost":504,"Date":"1/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":60,"Cost":47,"Date":"3/27/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":603,"Cost":571,"Date":"5/12/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":405,"Cost":360,"Date":"7/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":857,"Cost":593,"Date":"8/8/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":612,"Cost":557,"Date":"12/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":181,"Cost":107,"Date":"1/17/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":492,"Cost":414,"Date":"3/8/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":908,"Cost":684,"Date":"6/6/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":925,"Cost":494,"Date":"6/16/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":169,"Cost":153,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":779,"Cost":450,"Date":"11/19/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":599,"Cost":319,"Date":"12/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":118,"Cost":103,"Date":"2/4/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":228,"Cost":187,"Date":"3/8/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":378,"Cost":210,"Date":"12/18/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":817,"Cost":583,"Date":"3/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":118,"Cost":103,"Date":"4/20/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":924,"Cost":745,"Date":"6/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":230,"Cost":145,"Date":"7/23/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":858,"Cost":499,"Date":"11/21/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":987,"Cost":754,"Date":"11/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":914,"Cost":684,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":707,"Cost":641,"Date":"5/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":729,"Cost":400,"Date":"9/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":832,"Cost":448,"Date":"1/3/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":932,"Cost":764,"Date":"2/2/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":424,"Cost":364,"Date":"3/18/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":99,"Cost":53,"Date":"10/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":962,"Cost":637,"Date":"2/16/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":496,"Cost":391,"Date":"6/7/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":37,"Cost":30,"Date":"1/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":839,"Cost":731,"Date":"3/27/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":38,"Cost":31,"Date":"5/12/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":731,"Cost":678,"Date":"7/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":57,"Cost":35,"Date":"8/8/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":419,"Cost":221,"Date":"12/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":278,"Cost":232,"Date":"1/17/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":14,"Cost":12,"Date":"3/8/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":900,"Cost":751,"Date":"6/6/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":603,"Cost":353,"Date":"6/16/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":229,"Cost":115,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":896,"Cost":704,"Date":"11/19/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":919,"Cost":596,"Date":"12/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":453,"Cost":247,"Date":"2/4/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":807,"Cost":734,"Date":"3/8/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":832,"Cost":563,"Date":"12/18/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":56,"Cost":40,"Date":"3/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":326,"Cost":283,"Date":"4/20/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":223,"Cost":135,"Date":"6/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":855,"Cost":503,"Date":"7/23/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":360,"Cost":277,"Date":"11/21/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":262,"Cost":218,"Date":"11/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":40,"Cost":25,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":819,"Cost":524,"Date":"5/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":627,"Cost":589,"Date":"9/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":899,"Cost":556,"Date":"1/3/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":10,"Cost":7,"Date":"2/2/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":839,"Cost":586,"Date":"3/18/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":490,"Cost":353,"Date":"10/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":700,"Cost":467,"Date":"2/16/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":725,"Cost":526,"Date":"6/7/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":21,"Cost":18,"Date":"1/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":171,"Cost":159,"Date":"3/27/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":582,"Cost":306,"Date":"5/12/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":894,"Cost":451,"Date":"7/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":686,"Cost":642,"Date":"8/8/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":531,"Cost":301,"Date":"12/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":737,"Cost":467,"Date":"1/17/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":240,"Cost":204,"Date":"3/8/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":737,"Cost":422,"Date":"6/6/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":280,"Cost":251,"Date":"6/16/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":576,"Cost":288,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":853,"Cost":597,"Date":"11/19/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":470,"Cost":421,"Date":"12/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":685,"Cost":590,"Date":"2/4/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":928,"Cost":523,"Date":"3/8/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":23,"Cost":13,"Date":"12/18/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":500,"Cost":255,"Date":"3/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":791,"Cost":432,"Date":"4/20/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":18,"Cost":13,"Date":"6/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":273,"Cost":227,"Date":"7/23/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":291,"Cost":152,"Date":"11/21/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":432,"Cost":398,"Date":"11/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":109,"Cost":63,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":506,"Cost":346,"Date":"5/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":81,"Cost":77,"Date":"9/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":416,"Cost":265,"Date":"1/3/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":321,"Cost":183,"Date":"2/2/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":978,"Cost":594,"Date":"3/18/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":733,"Cost":566,"Date":"10/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":36,"Cost":21,"Date":"2/16/2018"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":275,"Cost":164,"Date":"6/7/2018"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":300,"Cost":173,"Date":"1/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":653,"Cost":356,"Date":"3/27/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":768,"Cost":721,"Date":"5/12/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":924,"Cost":531,"Date":"7/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":412,"Cost":327,"Date":"8/8/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":426,"Cost":347,"Date":"12/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":558,"Cost":519,"Date":"1/17/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":838,"Cost":539,"Date":"3/8/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":732,"Cost":601,"Date":"6/6/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":268,"Cost":174,"Date":"6/16/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":412,"Cost":247,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":998,"Cost":917,"Date":"11/19/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":739,"Cost":537,"Date":"12/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":244,"Cost":198,"Date":"2/4/2021"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":864,"Cost":483,"Date":"3/8/2021"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":195,"Cost":111,"Date":"12/18/2021"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":360,"Cost":200,"Date":"3/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":725,"Cost":629,"Date":"4/20/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":940,"Cost":702,"Date":"6/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":83,"Cost":41,"Date":"7/23/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":650,"Cost":376,"Date":"11/21/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":298,"Cost":259,"Date":"11/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":378,"Cost":311,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":479,"Cost":407,"Date":"5/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":300,"Cost":166,"Date":"9/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":127,"Cost":82,"Date":"1/3/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":196,"Cost":175,"Date":"2/2/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":143,"Cost":97,"Date":"3/18/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":396,"Cost":369,"Date":"10/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":935,"Cost":640,"Date":"2/16/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":729,"Cost":563,"Date":"6/7/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":729,"Cost":375,"Date":"1/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":692,"Cost":478,"Date":"3/27/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":667,"Cost":522,"Date":"5/12/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":233,"Cost":121,"Date":"7/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":40,"Cost":20,"Date":"8/8/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":353,"Cost":203,"Date":"12/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":463,"Cost":321,"Date":"1/17/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":193,"Cost":177,"Date":"3/8/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":963,"Cost":680,"Date":"6/6/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":489,"Cost":370,"Date":"6/16/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":361,"Cost":263,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":135,"Cost":111,"Date":"11/19/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":395,"Cost":267,"Date":"12/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":652,"Cost":519,"Date":"2/4/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":73,"Cost":52,"Date":"3/8/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":998,"Cost":586,"Date":"12/18/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":764,"Cost":645,"Date":"3/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":561,"Cost":402,"Date":"4/20/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":520,"Cost":262,"Date":"6/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":139,"Cost":85,"Date":"7/23/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":502,"Cost":279,"Date":"11/21/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":79,"Cost":65,"Date":"11/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":752,"Cost":631,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":755,"Cost":544,"Date":"5/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":240,"Cost":223,"Date":"9/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":253,"Cost":211,"Date":"1/3/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":613,"Cost":502,"Date":"2/2/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":51,"Cost":32,"Date":"3/18/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":947,"Cost":515,"Date":"10/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":921,"Cost":560,"Date":"2/16/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":425,"Cost":392,"Date":"6/7/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":724,"Cost":604,"Date":"1/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":134,"Cost":89,"Date":"3/27/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":520,"Cost":346,"Date":"5/12/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":527,"Cost":288,"Date":"7/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":152,"Cost":101,"Date":"8/8/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":792,"Cost":704,"Date":"12/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":644,"Cost":500,"Date":"1/17/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":535,"Cost":470,"Date":"3/8/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":681,"Cost":499,"Date":"6/6/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":32,"Cost":29,"Date":"6/16/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":279,"Cost":200,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":917,"Cost":476,"Date":"11/19/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":900,"Cost":837,"Date":"12/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":755,"Cost":557,"Date":"2/4/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":660,"Cost":336,"Date":"3/8/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":581,"Cost":534,"Date":"12/18/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":114,"Cost":65,"Date":"3/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":363,"Cost":233,"Date":"4/20/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":869,"Cost":674,"Date":"6/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":522,"Cost":353,"Date":"7/23/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":688,"Cost":446,"Date":"11/21/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":868,"Cost":478,"Date":"11/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":261,"Cost":177,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":226,"Cost":176,"Date":"5/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":106,"Cost":80,"Date":"9/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":221,"Cost":200,"Date":"1/3/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":224,"Cost":190,"Date":"2/2/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":677,"Cost":383,"Date":"3/18/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":740,"Cost":533,"Date":"10/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":858,"Cost":504,"Date":"2/16/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":134,"Cost":69,"Date":"6/7/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":620,"Cost":427,"Date":"1/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":448,"Cost":349,"Date":"3/27/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":88,"Cost":80,"Date":"5/12/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":36,"Cost":21,"Date":"7/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":836,"Cost":660,"Date":"8/8/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":290,"Cost":224,"Date":"12/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":416,"Cost":287,"Date":"1/17/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":565,"Cost":493,"Date":"3/8/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":906,"Cost":761,"Date":"6/6/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":884,"Cost":524,"Date":"6/16/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":944,"Cost":568,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":83,"Cost":42,"Date":"11/19/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":96,"Cost":59,"Date":"12/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":759,"Cost":446,"Date":"2/4/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":589,"Cost":456,"Date":"3/8/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":123,"Cost":111,"Date":"12/18/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":82,"Cost":71,"Date":"3/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":596,"Cost":551,"Date":"4/20/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":179,"Cost":130,"Date":"6/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":847,"Cost":450,"Date":"7/23/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":511,"Cost":264,"Date":"11/21/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":124,"Cost":115,"Date":"11/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":299,"Cost":175,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":250,"Cost":145,"Date":"5/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":162,"Cost":110,"Date":"9/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":527,"Cost":286,"Date":"1/3/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":260,"Cost":161,"Date":"2/2/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":483,"Cost":324,"Date":"3/18/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":514,"Cost":262,"Date":"10/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":371,"Cost":325,"Date":"2/16/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":258,"Cost":205,"Date":"6/7/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":513,"Cost":280,"Date":"1/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":313,"Cost":195,"Date":"3/27/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":363,"Cost":320,"Date":"5/12/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":199,"Cost":128,"Date":"7/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":232,"Cost":187,"Date":"8/8/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":16,"Cost":11,"Date":"12/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":508,"Cost":344,"Date":"1/17/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":691,"Cost":571,"Date":"3/8/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":882,"Cost":603,"Date":"6/6/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":691,"Cost":430,"Date":"6/16/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":931,"Cost":809,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":882,"Cost":826,"Date":"11/19/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":812,"Cost":735,"Date":"12/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":311,"Cost":215,"Date":"2/4/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":849,"Cost":770,"Date":"3/8/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":941,"Cost":601,"Date":"12/18/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":144,"Cost":137,"Date":"3/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":728,"Cost":648,"Date":"4/20/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":952,"Cost":652,"Date":"6/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":509,"Cost":277,"Date":"7/23/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":793,"Cost":645,"Date":"11/21/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":784,"Cost":404,"Date":"11/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":110,"Cost":95,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":791,"Cost":627,"Date":"5/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":80,"Cost":65,"Date":"9/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":258,"Cost":129,"Date":"1/3/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":101,"Cost":55,"Date":"2/2/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":514,"Cost":340,"Date":"3/18/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":501,"Cost":270,"Date":"10/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":716,"Cost":680,"Date":"2/16/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":378,"Cost":266,"Date":"6/7/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":194,"Cost":138,"Date":"1/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":504,"Cost":352,"Date":"3/27/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":305,"Cost":220,"Date":"5/12/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":36,"Cost":29,"Date":"7/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":7,"Cost":7,"Date":"8/8/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":970,"Cost":879,"Date":"12/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":917,"Cost":659,"Date":"1/17/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":192,"Cost":176,"Date":"3/8/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":680,"Cost":391,"Date":"6/6/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":374,"Cost":252,"Date":"6/16/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":132,"Cost":84,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":39,"Cost":31,"Date":"11/19/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":996,"Cost":516,"Date":"12/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":936,"Cost":786,"Date":"2/4/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":725,"Cost":601,"Date":"3/8/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":349,"Cost":312,"Date":"12/18/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":402,"Cost":336,"Date":"3/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":461,"Cost":341,"Date":"4/20/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":56,"Cost":31,"Date":"6/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":803,"Cost":410,"Date":"7/23/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":292,"Cost":274,"Date":"11/21/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":11,"Cost":10,"Date":"11/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":405,"Cost":219,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":322,"Cost":282,"Date":"5/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":563,"Cost":524,"Date":"9/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":222,"Cost":131,"Date":"1/3/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":754,"Cost":662,"Date":"2/2/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":693,"Cost":564,"Date":"3/18/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":845,"Cost":648,"Date":"10/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":527,"Cost":493,"Date":"2/16/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":141,"Cost":89,"Date":"6/7/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":843,"Cost":489,"Date":"1/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":63,"Cost":56,"Date":"3/27/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":156,"Cost":90,"Date":"5/12/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":94,"Cost":52,"Date":"7/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":309,"Cost":228,"Date":"8/8/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":488,"Cost":349,"Date":"12/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":126,"Cost":105,"Date":"1/17/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":861,"Cost":610,"Date":"3/8/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":721,"Cost":390,"Date":"6/6/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":593,"Cost":435,"Date":"6/16/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":11,"Cost":6,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":518,"Cost":293,"Date":"11/19/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":846,"Cost":538,"Date":"12/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":762,"Cost":618,"Date":"2/4/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":699,"Cost":414,"Date":"3/8/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":138,"Cost":123,"Date":"12/18/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":111,"Cost":67,"Date":"3/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":123,"Cost":83,"Date":"4/20/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":350,"Cost":322,"Date":"6/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":137,"Cost":120,"Date":"7/23/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":939,"Cost":615,"Date":"11/21/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":578,"Cost":412,"Date":"11/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":293,"Cost":232,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":707,"Cost":551,"Date":"5/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":710,"Cost":469,"Date":"9/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":601,"Cost":488,"Date":"1/3/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":708,"Cost":515,"Date":"2/2/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":123,"Cost":92,"Date":"3/18/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":676,"Cost":428,"Date":"10/14/2024"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":93,"Cost":65,"Date":"2/16/2018"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":177,"Cost":96,"Date":"6/7/2018"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":935,"Cost":496,"Date":"1/28/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":687,"Cost":535,"Date":"3/27/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":625,"Cost":580,"Date":"5/12/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":560,"Cost":316,"Date":"7/28/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":339,"Cost":180,"Date":"8/8/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":706,"Cost":472,"Date":"12/7/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":993,"Cost":855,"Date":"1/17/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":59,"Cost":53,"Date":"3/8/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":957,"Cost":801,"Date":"6/6/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":712,"Cost":549,"Date":"6/16/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":493,"Cost":460,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":539,"Cost":374,"Date":"11/19/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":153,"Cost":93,"Date":"12/28/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":969,"Cost":779,"Date":"2/4/2021"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":833,"Cost":499,"Date":"3/8/2021"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":288,"Cost":243,"Date":"12/18/2021"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":551,"Cost":297,"Date":"3/31/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":349,"Cost":222,"Date":"4/20/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":287,"Cost":163,"Date":"6/26/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":310,"Cost":194,"Date":"7/23/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":236,"Cost":154,"Date":"11/21/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":358,"Cost":277,"Date":"11/26/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":822,"Cost":760,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":340,"Cost":247,"Date":"5/21/2023"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":188,"Cost":106,"Date":"9/28/2023"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":556,"Cost":278,"Date":"1/3/2024"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":49,"Cost":39,"Date":"2/2/2024"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":835,"Cost":775,"Date":"3/18/2024"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":192,"Cost":122,"Date":"10/14/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":738,"Cost":478,"Date":"2/16/2018"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":409,"Cost":206,"Date":"6/7/2018"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":16,"Cost":10,"Date":"1/28/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":16,"Cost":9,"Date":"3/27/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":512,"Cost":460,"Date":"5/12/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":657,"Cost":549,"Date":"7/28/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":506,"Cost":350,"Date":"8/8/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":29,"Cost":24,"Date":"12/7/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":337,"Cost":229,"Date":"1/17/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":934,"Cost":498,"Date":"3/8/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":529,"Cost":421,"Date":"6/6/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":97,"Cost":81,"Date":"6/16/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":226,"Cost":164,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":122,"Cost":102,"Date":"11/19/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":48,"Cost":39,"Date":"12/28/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":150,"Cost":136,"Date":"2/4/2021"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":466,"Cost":334,"Date":"3/8/2021"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":675,"Cost":533,"Date":"12/18/2021"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":989,"Cost":496,"Date":"3/31/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":814,"Cost":542,"Date":"4/20/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":419,"Cost":288,"Date":"6/26/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":373,"Cost":292,"Date":"7/23/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":730,"Cost":442,"Date":"11/21/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":758,"Cost":417,"Date":"11/26/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":663,"Cost":530,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":499,"Cost":436,"Date":"5/21/2023"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":114,"Cost":84,"Date":"9/28/2023"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":948,"Cost":710,"Date":"1/3/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":963,"Cost":608,"Date":"2/2/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":454,"Cost":380,"Date":"3/18/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":621,"Cost":449,"Date":"10/14/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":487,"Cost":281,"Date":"2/16/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":232,"Cost":201,"Date":"6/7/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":87,"Cost":57,"Date":"1/28/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":792,"Cost":479,"Date":"3/27/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":614,"Cost":403,"Date":"5/12/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":758,"Cost":612,"Date":"7/28/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":908,"Cost":518,"Date":"8/8/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":824,"Cost":762,"Date":"12/7/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":796,"Cost":714,"Date":"1/17/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":525,"Cost":404,"Date":"3/8/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":641,"Cost":324,"Date":"6/6/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":303,"Cost":254,"Date":"6/16/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":192,"Cost":117,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":901,"Cost":760,"Date":"11/19/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":911,"Cost":624,"Date":"12/28/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":362,"Cost":326,"Date":"2/4/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":613,"Cost":479,"Date":"3/8/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":650,"Cost":471,"Date":"12/18/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":352,"Cost":310,"Date":"3/31/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":30,"Cost":21,"Date":"4/20/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":300,"Cost":236,"Date":"6/26/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":144,"Cost":132,"Date":"7/23/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":441,"Cost":362,"Date":"11/21/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":155,"Cost":122,"Date":"11/26/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":106,"Cost":86,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":683,"Cost":443,"Date":"5/21/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":874,"Cost":505,"Date":"9/28/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":444,"Cost":285,"Date":"1/3/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":605,"Cost":540,"Date":"2/2/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":943,"Cost":576,"Date":"3/18/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":108,"Cost":69,"Date":"10/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":76,"Cost":38,"Date":"2/16/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":764,"Cost":433,"Date":"6/7/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":349,"Cost":194,"Date":"1/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":163,"Cost":110,"Date":"3/27/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":765,"Cost":466,"Date":"5/12/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":677,"Cost":561,"Date":"7/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":311,"Cost":182,"Date":"8/8/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":756,"Cost":604,"Date":"12/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":397,"Cost":371,"Date":"1/17/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":988,"Cost":625,"Date":"3/8/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":91,"Cost":56,"Date":"6/6/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":113,"Cost":89,"Date":"6/16/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":261,"Cost":185,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":503,"Cost":332,"Date":"11/19/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":533,"Cost":324,"Date":"12/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":814,"Cost":544,"Date":"2/4/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":456,"Cost":406,"Date":"3/8/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":69,"Cost":37,"Date":"12/18/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":223,"Cost":142,"Date":"3/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":751,"Cost":493,"Date":"4/20/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":995,"Cost":796,"Date":"6/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":625,"Cost":324,"Date":"7/23/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":164,"Cost":135,"Date":"11/21/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":600,"Cost":538,"Date":"11/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":951,"Cost":586,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":489,"Cost":368,"Date":"5/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":746,"Cost":665,"Date":"9/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":151,"Cost":100,"Date":"1/3/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":928,"Cost":596,"Date":"2/2/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":323,"Cost":225,"Date":"3/18/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":977,"Cost":890,"Date":"10/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":948,"Cost":503,"Date":"2/16/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":326,"Cost":271,"Date":"6/7/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":914,"Cost":571,"Date":"1/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":437,"Cost":295,"Date":"3/27/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":863,"Cost":760,"Date":"5/12/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":966,"Cost":536,"Date":"7/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":948,"Cost":721,"Date":"8/8/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":771,"Cost":683,"Date":"12/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":511,"Cost":303,"Date":"1/17/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":566,"Cost":310,"Date":"3/8/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":605,"Cost":374,"Date":"6/6/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":889,"Cost":654,"Date":"6/16/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":78,"Cost":42,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":372,"Cost":258,"Date":"11/19/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":242,"Cost":209,"Date":"12/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":288,"Cost":177,"Date":"2/4/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":198,"Cost":100,"Date":"3/8/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":960,"Cost":533,"Date":"12/18/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":457,"Cost":232,"Date":"3/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":967,"Cost":676,"Date":"4/20/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":620,"Cost":475,"Date":"6/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":912,"Cost":859,"Date":"7/23/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":316,"Cost":208,"Date":"11/21/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":921,"Cost":668,"Date":"11/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":465,"Cost":400,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":67,"Cost":63,"Date":"5/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":846,"Cost":580,"Date":"9/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":1,"Cost":1,"Date":"1/3/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":202,"Cost":166,"Date":"2/2/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":597,"Cost":558,"Date":"3/18/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":231,"Cost":218,"Date":"10/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":659,"Cost":397,"Date":"2/16/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":575,"Cost":373,"Date":"6/7/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":51,"Cost":26,"Date":"1/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":508,"Cost":350,"Date":"3/27/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":447,"Cost":275,"Date":"5/12/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":257,"Cost":196,"Date":"7/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":381,"Cost":230,"Date":"8/8/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":682,"Cost":537,"Date":"12/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":556,"Cost":395,"Date":"1/17/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":642,"Cost":539,"Date":"3/8/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":328,"Cost":260,"Date":"6/6/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":760,"Cost":659,"Date":"6/16/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":458,"Cost":271,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":666,"Cost":337,"Date":"11/19/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":743,"Cost":400,"Date":"12/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":352,"Cost":220,"Date":"2/4/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":911,"Cost":698,"Date":"3/8/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":672,"Cost":426,"Date":"12/18/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":823,"Cost":737,"Date":"3/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":797,"Cost":585,"Date":"4/20/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":61,"Cost":30,"Date":"6/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":451,"Cost":368,"Date":"7/23/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":124,"Cost":111,"Date":"11/21/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":972,"Cost":743,"Date":"11/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":880,"Cost":648,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":66,"Cost":57,"Date":"5/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":499,"Cost":291,"Date":"9/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":469,"Cost":341,"Date":"1/3/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":819,"Cost":488,"Date":"2/2/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":59,"Cost":36,"Date":"3/18/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":123,"Cost":96,"Date":"10/14/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":323,"Cost":185,"Date":"2/16/2018"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":686,"Cost":467,"Date":"6/7/2018"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":393,"Cost":237,"Date":"1/28/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":814,"Cost":445,"Date":"3/27/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":766,"Cost":435,"Date":"5/12/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":921,"Cost":651,"Date":"7/28/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":294,"Cost":248,"Date":"8/8/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":758,"Cost":622,"Date":"12/7/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":694,"Cost":600,"Date":"1/17/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":962,"Cost":851,"Date":"3/8/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":945,"Cost":677,"Date":"6/6/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":593,"Cost":357,"Date":"6/16/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":109,"Cost":63,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":331,"Cost":309,"Date":"11/19/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":892,"Cost":805,"Date":"12/28/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":316,"Cost":213,"Date":"2/4/2021"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":502,"Cost":461,"Date":"3/8/2021"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":166,"Cost":152,"Date":"12/18/2021"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":525,"Cost":474,"Date":"3/31/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":786,"Cost":571,"Date":"4/20/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":141,"Cost":94,"Date":"6/26/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":919,"Cost":503,"Date":"7/23/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":131,"Cost":68,"Date":"11/21/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":713,"Cost":433,"Date":"11/26/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":46,"Cost":36,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":233,"Cost":138,"Date":"5/21/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":973,"Cost":570,"Date":"9/28/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":312,"Cost":291,"Date":"1/3/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":711,"Cost":528,"Date":"2/2/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":166,"Cost":103,"Date":"3/18/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":66,"Cost":36,"Date":"10/14/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":363,"Cost":249,"Date":"2/16/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":590,"Cost":514,"Date":"6/7/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":436,"Cost":317,"Date":"1/28/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":502,"Cost":465,"Date":"3/27/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":690,"Cost":471,"Date":"5/12/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":762,"Cost":579,"Date":"7/28/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":590,"Cost":349,"Date":"8/8/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":240,"Cost":196,"Date":"12/7/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":719,"Cost":489,"Date":"1/17/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":501,"Cost":271,"Date":"3/8/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":101,"Cost":59,"Date":"6/6/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":624,"Cost":452,"Date":"6/16/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":547,"Cost":336,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":871,"Cost":529,"Date":"11/19/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":118,"Cost":93,"Date":"12/28/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":546,"Cost":369,"Date":"2/4/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":282,"Cost":213,"Date":"3/8/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":490,"Cost":413,"Date":"12/18/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":941,"Cost":503,"Date":"3/31/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":255,"Cost":170,"Date":"4/20/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":77,"Cost":69,"Date":"6/26/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":118,"Cost":81,"Date":"7/23/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":205,"Cost":191,"Date":"11/21/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":183,"Cost":108,"Date":"11/26/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":432,"Cost":251,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":983,"Cost":632,"Date":"5/21/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":403,"Cost":258,"Date":"9/28/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":230,"Cost":128,"Date":"1/3/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":827,"Cost":445,"Date":"2/2/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":202,"Cost":134,"Date":"3/18/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":929,"Cost":594,"Date":"10/14/2024"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":606,"Cost":316,"Date":"2/16/2018"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":217,"Cost":197,"Date":"6/7/2018"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":382,"Cost":247,"Date":"1/28/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":440,"Cost":263,"Date":"3/27/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":589,"Cost":480,"Date":"5/12/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":619,"Cost":474,"Date":"7/28/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":371,"Cost":263,"Date":"8/8/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":822,"Cost":622,"Date":"12/7/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":695,"Cost":602,"Date":"1/17/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":801,"Cost":422,"Date":"3/8/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":518,"Cost":430,"Date":"6/6/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":582,"Cost":548,"Date":"6/16/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":627,"Cost":485,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":283,"Cost":235,"Date":"11/19/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":532,"Cost":341,"Date":"12/28/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":758,"Cost":468,"Date":"2/4/2021"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":40,"Cost":29,"Date":"3/8/2021"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":150,"Cost":87,"Date":"12/18/2021"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":335,"Cost":229,"Date":"3/31/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":763,"Cost":613,"Date":"4/20/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":179,"Cost":137,"Date":"6/26/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":285,"Cost":144,"Date":"7/23/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":586,"Cost":297,"Date":"11/21/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":907,"Cost":573,"Date":"11/26/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":172,"Cost":115,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":215,"Cost":203,"Date":"5/21/2023"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":965,"Cost":565,"Date":"9/28/2023"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":208,"Cost":184,"Date":"1/3/2024"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":449,"Cost":397,"Date":"2/2/2024"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":34,"Cost":20,"Date":"3/18/2024"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":952,"Cost":694,"Date":"10/14/2024"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":642,"Cost":565,"Date":"2/16/2018"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":268,"Cost":143,"Date":"6/7/2018"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":950,"Cost":651,"Date":"1/28/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":163,"Cost":141,"Date":"3/27/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":212,"Cost":200,"Date":"5/12/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":194,"Cost":181,"Date":"7/28/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":146,"Cost":126,"Date":"8/8/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":560,"Cost":505,"Date":"12/7/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":661,"Cost":449,"Date":"1/17/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":146,"Cost":73,"Date":"3/8/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":477,"Cost":316,"Date":"6/6/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":476,"Cost":414,"Date":"6/16/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":329,"Cost":246,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":621,"Cost":350,"Date":"11/19/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":345,"Cost":267,"Date":"12/28/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":926,"Cost":823,"Date":"2/4/2021"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":344,"Cost":178,"Date":"3/8/2021"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":633,"Cost":409,"Date":"12/18/2021"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":987,"Cost":767,"Date":"3/31/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":408,"Cost":357,"Date":"4/20/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":940,"Cost":673,"Date":"6/26/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":71,"Cost":39,"Date":"7/23/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":177,"Cost":142,"Date":"11/21/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":159,"Cost":89,"Date":"11/26/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":451,"Cost":358,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":865,"Cost":819,"Date":"5/21/2023"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":23,"Cost":21,"Date":"9/28/2023"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":832,"Cost":663,"Date":"1/3/2024"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":990,"Cost":647,"Date":"2/2/2024"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":297,"Cost":204,"Date":"3/18/2024"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":122,"Cost":113,"Date":"10/14/2024"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":740,"Cost":384,"Date":"2/16/2018"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":815,"Cost":497,"Date":"6/7/2018"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":920,"Cost":716,"Date":"1/28/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":177,"Cost":98,"Date":"3/27/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":438,"Cost":295,"Date":"5/12/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":78,"Cost":50,"Date":"7/28/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":17,"Cost":15,"Date":"8/8/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":687,"Cost":469,"Date":"12/7/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":381,"Cost":313,"Date":"1/17/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":828,"Cost":667,"Date":"3/8/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":489,"Cost":459,"Date":"6/6/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":385,"Cost":223,"Date":"6/16/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":719,"Cost":420,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":626,"Cost":459,"Date":"11/19/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":668,"Cost":388,"Date":"12/28/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":81,"Cost":53,"Date":"2/4/2021"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":215,"Cost":111,"Date":"3/8/2021"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":807,"Cost":639,"Date":"12/18/2021"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":326,"Cost":239,"Date":"3/31/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":289,"Cost":266,"Date":"4/20/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":334,"Cost":244,"Date":"6/26/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":417,"Cost":210,"Date":"7/23/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":114,"Cost":88,"Date":"11/21/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":893,"Cost":690,"Date":"11/26/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":775,"Cost":396,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":253,"Cost":193,"Date":"5/21/2023"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":960,"Cost":513,"Date":"9/28/2023"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":695,"Cost":423,"Date":"1/3/2024"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":67,"Cost":44,"Date":"2/2/2024"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":326,"Cost":218,"Date":"3/18/2024"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":659,"Cost":526,"Date":"10/14/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":59,"Cost":30,"Date":"2/16/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":242,"Cost":209,"Date":"6/7/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":391,"Cost":301,"Date":"1/28/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":162,"Cost":125,"Date":"3/27/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":352,"Cost":308,"Date":"5/12/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":500,"Cost":382,"Date":"7/28/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":813,"Cost":616,"Date":"8/8/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":237,"Cost":196,"Date":"12/7/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":843,"Cost":764,"Date":"1/17/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":878,"Cost":512,"Date":"3/8/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":936,"Cost":509,"Date":"6/6/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":244,"Cost":220,"Date":"6/16/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":851,"Cost":657,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":196,"Cost":182,"Date":"11/19/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":187,"Cost":161,"Date":"12/28/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":381,"Cost":208,"Date":"2/4/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":959,"Cost":596,"Date":"3/8/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":166,"Cost":95,"Date":"12/18/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":97,"Cost":54,"Date":"3/31/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":691,"Cost":421,"Date":"4/20/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":948,"Cost":568,"Date":"6/26/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":680,"Cost":641,"Date":"7/23/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":402,"Cost":314,"Date":"11/21/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":182,"Cost":143,"Date":"11/26/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":692,"Cost":371,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":545,"Cost":288,"Date":"5/21/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":534,"Cost":380,"Date":"9/28/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":986,"Cost":551,"Date":"1/3/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":845,"Cost":460,"Date":"2/2/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":739,"Cost":600,"Date":"3/18/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":819,"Cost":704,"Date":"10/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":553,"Cost":304,"Date":"2/16/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":430,"Cost":245,"Date":"6/7/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":393,"Cost":321,"Date":"1/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":698,"Cost":582,"Date":"3/27/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":109,"Cost":81,"Date":"5/12/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":677,"Cost":441,"Date":"7/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":737,"Cost":457,"Date":"8/8/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":924,"Cost":644,"Date":"12/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":356,"Cost":291,"Date":"1/17/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":172,"Cost":124,"Date":"3/8/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":934,"Cost":705,"Date":"6/6/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":813,"Cost":669,"Date":"6/16/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":619,"Cost":513,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":314,"Cost":287,"Date":"11/19/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":368,"Cost":342,"Date":"12/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":545,"Cost":431,"Date":"2/4/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":217,"Cost":147,"Date":"3/8/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":146,"Cost":116,"Date":"12/18/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":416,"Cost":215,"Date":"3/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":386,"Cost":274,"Date":"4/20/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":706,"Cost":443,"Date":"6/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":478,"Cost":422,"Date":"7/23/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":296,"Cost":192,"Date":"11/21/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":451,"Cost":426,"Date":"11/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":203,"Cost":174,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":167,"Cost":113,"Date":"5/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":378,"Cost":343,"Date":"9/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":287,"Cost":199,"Date":"1/3/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":264,"Cost":141,"Date":"2/2/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":883,"Cost":589,"Date":"3/18/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":457,"Cost":288,"Date":"10/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":915,"Cost":469,"Date":"2/16/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":751,"Cost":516,"Date":"6/7/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":518,"Cost":392,"Date":"1/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":638,"Cost":494,"Date":"3/27/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":224,"Cost":151,"Date":"5/12/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":572,"Cost":405,"Date":"7/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":539,"Cost":272,"Date":"8/8/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":180,"Cost":117,"Date":"12/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":933,"Cost":797,"Date":"1/17/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":276,"Cost":150,"Date":"3/8/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":145,"Cost":126,"Date":"6/6/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":53,"Cost":29,"Date":"6/16/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":970,"Cost":921,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":854,"Cost":783,"Date":"11/19/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":628,"Cost":373,"Date":"12/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":871,"Cost":563,"Date":"2/4/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":157,"Cost":131,"Date":"3/8/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":20,"Cost":12,"Date":"12/18/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":171,"Cost":122,"Date":"3/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":95,"Cost":66,"Date":"4/20/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":327,"Cost":244,"Date":"6/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":120,"Cost":97,"Date":"7/23/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":688,"Cost":615,"Date":"11/21/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":183,"Cost":158,"Date":"11/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":512,"Cost":264,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":497,"Cost":408,"Date":"5/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":492,"Cost":257,"Date":"9/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":708,"Cost":396,"Date":"1/3/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":386,"Cost":246,"Date":"2/2/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":958,"Cost":869,"Date":"3/18/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":68,"Cost":37,"Date":"10/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":149,"Cost":125,"Date":"2/16/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":874,"Cost":504,"Date":"6/7/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":823,"Cost":762,"Date":"1/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":479,"Cost":359,"Date":"3/27/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":505,"Cost":363,"Date":"5/12/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":524,"Cost":466,"Date":"7/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":35,"Cost":29,"Date":"8/8/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":536,"Cost":366,"Date":"12/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":781,"Cost":464,"Date":"1/17/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":904,"Cost":814,"Date":"3/8/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":307,"Cost":266,"Date":"6/6/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":996,"Cost":915,"Date":"6/16/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":931,"Cost":515,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":344,"Cost":176,"Date":"11/19/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":685,"Cost":509,"Date":"12/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":494,"Cost":361,"Date":"2/4/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":66,"Cost":61,"Date":"3/8/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":2,"Cost":1,"Date":"12/18/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":499,"Cost":320,"Date":"3/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":86,"Cost":74,"Date":"4/20/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":900,"Cost":665,"Date":"6/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":826,"Cost":739,"Date":"7/23/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":688,"Cost":438,"Date":"11/21/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":793,"Cost":744,"Date":"11/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":526,"Cost":461,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":691,"Cost":600,"Date":"5/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":364,"Cost":287,"Date":"9/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":820,"Cost":541,"Date":"1/3/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":409,"Cost":222,"Date":"2/2/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":57,"Cost":36,"Date":"3/18/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":714,"Cost":629,"Date":"10/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":319,"Cost":275,"Date":"2/16/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":273,"Cost":208,"Date":"6/7/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":210,"Cost":149,"Date":"1/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":246,"Cost":181,"Date":"3/27/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":669,"Cost":490,"Date":"5/12/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":606,"Cost":393,"Date":"7/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":294,"Cost":268,"Date":"8/8/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":446,"Cost":280,"Date":"12/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":402,"Cost":354,"Date":"1/17/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":532,"Cost":371,"Date":"3/8/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":165,"Cost":83,"Date":"6/6/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":209,"Cost":198,"Date":"6/16/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":242,"Cost":175,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":228,"Cost":139,"Date":"11/19/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":752,"Cost":673,"Date":"12/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":617,"Cost":496,"Date":"2/4/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":771,"Cost":565,"Date":"3/8/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":356,"Cost":186,"Date":"12/18/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":269,"Cost":173,"Date":"3/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":171,"Cost":115,"Date":"4/20/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":218,"Cost":163,"Date":"6/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":685,"Cost":425,"Date":"7/23/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":739,"Cost":673,"Date":"11/21/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":758,"Cost":564,"Date":"11/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":200,"Cost":176,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":399,"Cost":241,"Date":"5/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":93,"Cost":69,"Date":"9/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":958,"Cost":631,"Date":"1/3/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":791,"Cost":521,"Date":"2/2/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":609,"Cost":321,"Date":"3/18/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":971,"Cost":716,"Date":"10/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":712,"Cost":367,"Date":"2/16/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":829,"Cost":563,"Date":"6/7/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":783,"Cost":697,"Date":"1/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":679,"Cost":464,"Date":"3/27/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":138,"Cost":72,"Date":"5/12/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":186,"Cost":150,"Date":"7/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":850,"Cost":767,"Date":"8/8/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":862,"Cost":533,"Date":"12/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":978,"Cost":630,"Date":"1/17/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":913,"Cost":790,"Date":"3/8/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":345,"Cost":304,"Date":"6/6/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":115,"Cost":94,"Date":"6/16/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":38,"Cost":33,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":371,"Cost":251,"Date":"11/19/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":891,"Cost":549,"Date":"12/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":589,"Cost":500,"Date":"2/4/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":655,"Cost":448,"Date":"3/8/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":787,"Cost":612,"Date":"12/18/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":768,"Cost":547,"Date":"3/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":170,"Cost":129,"Date":"4/20/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":946,"Cost":694,"Date":"6/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":768,"Cost":435,"Date":"7/23/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":941,"Cost":687,"Date":"11/21/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":173,"Cost":153,"Date":"11/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":943,"Cost":742,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":509,"Cost":452,"Date":"5/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":626,"Cost":482,"Date":"9/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":23,"Cost":14,"Date":"1/3/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":912,"Cost":773,"Date":"2/2/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":491,"Cost":371,"Date":"3/18/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":261,"Cost":201,"Date":"10/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":337,"Cost":182,"Date":"2/16/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":879,"Cost":597,"Date":"6/7/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":968,"Cost":913,"Date":"1/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":28,"Cost":21,"Date":"3/27/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":109,"Cost":83,"Date":"5/12/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":741,"Cost":536,"Date":"7/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":291,"Cost":176,"Date":"8/8/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":224,"Cost":114,"Date":"12/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":390,"Cost":313,"Date":"1/17/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":737,"Cost":595,"Date":"3/8/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":460,"Cost":366,"Date":"6/6/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":448,"Cost":307,"Date":"6/16/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":769,"Cost":599,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":374,"Cost":188,"Date":"11/19/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":937,"Cost":581,"Date":"12/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":635,"Cost":326,"Date":"2/4/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":777,"Cost":466,"Date":"3/8/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":717,"Cost":391,"Date":"12/18/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":767,"Cost":562,"Date":"3/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":860,"Cost":440,"Date":"4/20/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":957,"Cost":646,"Date":"6/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":894,"Cost":691,"Date":"7/23/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":383,"Cost":241,"Date":"11/21/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":139,"Cost":124,"Date":"11/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":630,"Cost":532,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":115,"Cost":67,"Date":"5/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":685,"Cost":591,"Date":"9/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":597,"Cost":382,"Date":"1/3/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":523,"Cost":433,"Date":"2/2/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":880,"Cost":664,"Date":"3/18/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":636,"Cost":414,"Date":"10/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":625,"Cost":565,"Date":"2/16/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":7,"Cost":4,"Date":"6/7/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":915,"Cost":462,"Date":"1/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":894,"Cost":481,"Date":"3/27/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":798,"Cost":532,"Date":"5/12/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":395,"Cost":359,"Date":"7/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":100,"Cost":55,"Date":"8/8/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":632,"Cost":395,"Date":"12/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":383,"Cost":216,"Date":"1/17/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":604,"Cost":481,"Date":"3/8/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":943,"Cost":539,"Date":"6/6/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":901,"Cost":558,"Date":"6/16/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":799,"Cost":621,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":951,"Cost":716,"Date":"11/19/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":455,"Cost":431,"Date":"12/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":213,"Cost":175,"Date":"2/4/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":27,"Cost":22,"Date":"3/8/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":171,"Cost":123,"Date":"12/18/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":157,"Cost":117,"Date":"3/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":149,"Cost":136,"Date":"4/20/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":617,"Cost":466,"Date":"6/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":380,"Cost":212,"Date":"7/23/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":662,"Cost":612,"Date":"11/21/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":49,"Cost":46,"Date":"11/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":976,"Cost":922,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":702,"Cost":529,"Date":"5/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":530,"Cost":409,"Date":"9/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":639,"Cost":545,"Date":"1/3/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":549,"Cost":372,"Date":"2/2/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":179,"Cost":90,"Date":"3/18/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":792,"Cost":526,"Date":"10/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":534,"Cost":314,"Date":"2/16/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":139,"Cost":127,"Date":"6/7/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":885,"Cost":449,"Date":"1/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":500,"Cost":371,"Date":"3/27/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":556,"Cost":473,"Date":"5/12/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":479,"Cost":264,"Date":"7/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":147,"Cost":87,"Date":"8/8/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":427,"Cost":280,"Date":"12/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":687,"Cost":423,"Date":"1/17/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":418,"Cost":297,"Date":"3/8/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":669,"Cost":592,"Date":"6/6/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":66,"Cost":61,"Date":"6/16/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":6,"Cost":4,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":202,"Cost":139,"Date":"11/19/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":12,"Cost":7,"Date":"12/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":308,"Cost":218,"Date":"2/4/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":383,"Cost":290,"Date":"3/8/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":289,"Cost":214,"Date":"12/18/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":836,"Cost":422,"Date":"3/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":859,"Cost":759,"Date":"4/20/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":780,"Cost":695,"Date":"6/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":737,"Cost":589,"Date":"7/23/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":175,"Cost":156,"Date":"11/21/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":173,"Cost":97,"Date":"11/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":279,"Cost":242,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":343,"Cost":252,"Date":"5/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":788,"Cost":562,"Date":"9/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":869,"Cost":655,"Date":"1/3/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":240,"Cost":199,"Date":"2/2/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":871,"Cost":821,"Date":"3/18/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":255,"Cost":221,"Date":"10/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":696,"Cost":658,"Date":"2/16/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":166,"Cost":83,"Date":"6/7/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":24,"Cost":17,"Date":"1/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":930,"Cost":545,"Date":"3/27/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":725,"Cost":492,"Date":"5/12/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":994,"Cost":747,"Date":"7/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":983,"Cost":647,"Date":"8/8/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":84,"Cost":53,"Date":"12/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":190,"Cost":126,"Date":"1/17/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":920,"Cost":658,"Date":"3/8/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":723,"Cost":493,"Date":"6/6/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":979,"Cost":560,"Date":"6/16/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":18,"Cost":17,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":507,"Cost":315,"Date":"11/19/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":572,"Cost":443,"Date":"12/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":731,"Cost":444,"Date":"2/4/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":328,"Cost":277,"Date":"3/8/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":999,"Cost":517,"Date":"12/18/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":615,"Cost":314,"Date":"3/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":734,"Cost":375,"Date":"4/20/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":679,"Cost":506,"Date":"6/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":997,"Cost":610,"Date":"7/23/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":22,"Cost":14,"Date":"11/21/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":280,"Cost":197,"Date":"11/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":295,"Cost":171,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":622,"Cost":312,"Date":"5/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":979,"Cost":748,"Date":"9/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":54,"Cost":37,"Date":"1/3/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":841,"Cost":790,"Date":"2/2/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":818,"Cost":584,"Date":"3/18/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":835,"Cost":459,"Date":"10/14/2024"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":359,"Cost":273,"Date":"2/16/2018"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":589,"Cost":411,"Date":"6/7/2018"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":62,"Cost":42,"Date":"1/28/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":905,"Cost":733,"Date":"3/27/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":148,"Cost":118,"Date":"5/12/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":312,"Cost":276,"Date":"7/28/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":472,"Cost":404,"Date":"8/8/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":220,"Cost":114,"Date":"12/7/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":228,"Cost":197,"Date":"1/17/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":793,"Cost":568,"Date":"3/8/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":557,"Cost":339,"Date":"6/6/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":195,"Cost":177,"Date":"6/16/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":800,"Cost":437,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":36,"Cost":26,"Date":"11/19/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":26,"Cost":25,"Date":"12/28/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":661,"Cost":547,"Date":"2/4/2021"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":714,"Cost":365,"Date":"3/8/2021"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":513,"Cost":272,"Date":"12/18/2021"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":552,"Cost":463,"Date":"3/31/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":836,"Cost":596,"Date":"4/20/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":24,"Cost":17,"Date":"6/26/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":508,"Cost":348,"Date":"7/23/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":678,"Cost":410,"Date":"11/21/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":265,"Cost":167,"Date":"11/26/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":9,"Cost":8,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":769,"Cost":486,"Date":"5/21/2023"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":303,"Cost":271,"Date":"9/28/2023"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":478,"Cost":407,"Date":"1/3/2024"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":994,"Cost":862,"Date":"2/2/2024"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":467,"Cost":341,"Date":"3/18/2024"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":186,"Cost":114,"Date":"10/14/2024"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":698,"Cost":569,"Date":"2/16/2018"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":626,"Cost":440,"Date":"6/7/2018"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":976,"Cost":558,"Date":"1/28/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":484,"Cost":451,"Date":"3/27/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":199,"Cost":149,"Date":"5/12/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":16,"Cost":10,"Date":"7/28/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":445,"Cost":360,"Date":"8/8/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":211,"Cost":132,"Date":"12/7/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":82,"Cost":77,"Date":"1/17/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":370,"Cost":238,"Date":"3/8/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":240,"Cost":179,"Date":"6/6/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":421,"Cost":342,"Date":"6/16/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":450,"Cost":377,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":390,"Cost":290,"Date":"11/19/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":256,"Cost":221,"Date":"12/28/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":456,"Cost":375,"Date":"2/4/2021"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":479,"Cost":445,"Date":"3/8/2021"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":3,"Cost":3,"Date":"12/18/2021"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":843,"Cost":724,"Date":"3/31/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":576,"Cost":335,"Date":"4/20/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":218,"Cost":206,"Date":"6/26/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":694,"Cost":537,"Date":"7/23/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":920,"Cost":667,"Date":"11/21/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":471,"Cost":417,"Date":"11/26/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":19,"Cost":9,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":754,"Cost":493,"Date":"5/21/2023"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":616,"Cost":455,"Date":"9/28/2023"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":66,"Cost":43,"Date":"1/3/2024"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":459,"Cost":259,"Date":"2/2/2024"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":300,"Cost":207,"Date":"3/18/2024"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":970,"Cost":860,"Date":"10/14/2024"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":709,"Cost":502,"Date":"2/16/2018"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":394,"Cost":359,"Date":"6/7/2018"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":517,"Cost":457,"Date":"1/28/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":569,"Cost":532,"Date":"3/27/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":323,"Cost":196,"Date":"5/12/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":748,"Cost":444,"Date":"7/28/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":298,"Cost":258,"Date":"8/8/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":821,"Cost":462,"Date":"12/7/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":237,"Cost":196,"Date":"1/17/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":315,"Cost":300,"Date":"3/8/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":904,"Cost":565,"Date":"6/6/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":580,"Cost":516,"Date":"6/16/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":401,"Cost":233,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":41,"Cost":30,"Date":"11/19/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":159,"Cost":82,"Date":"12/28/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":350,"Cost":299,"Date":"2/4/2021"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":794,"Cost":667,"Date":"3/8/2021"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":742,"Cost":493,"Date":"12/18/2021"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":203,"Cost":150,"Date":"3/31/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":965,"Cost":488,"Date":"4/20/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":910,"Cost":464,"Date":"6/26/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":661,"Cost":571,"Date":"7/23/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":256,"Cost":178,"Date":"11/21/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":252,"Cost":171,"Date":"11/26/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":602,"Cost":307,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":737,"Cost":613,"Date":"5/21/2023"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":824,"Cost":717,"Date":"9/28/2023"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":863,"Cost":816,"Date":"1/3/2024"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":318,"Cost":165,"Date":"2/2/2024"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":457,"Cost":375,"Date":"3/18/2024"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":371,"Cost":331,"Date":"10/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":606,"Cost":452,"Date":"2/16/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":734,"Cost":451,"Date":"6/7/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":666,"Cost":561,"Date":"1/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":64,"Cost":45,"Date":"3/27/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":743,"Cost":566,"Date":"5/12/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":928,"Cost":493,"Date":"7/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":606,"Cost":420,"Date":"8/8/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":303,"Cost":259,"Date":"12/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":256,"Cost":152,"Date":"1/17/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":29,"Cost":19,"Date":"3/8/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":388,"Cost":202,"Date":"6/6/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":436,"Cost":224,"Date":"6/16/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":248,"Cost":187,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":746,"Cost":550,"Date":"11/19/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":714,"Cost":478,"Date":"12/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":188,"Cost":138,"Date":"2/4/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":216,"Cost":109,"Date":"3/8/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":205,"Cost":146,"Date":"12/18/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":469,"Cost":371,"Date":"3/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":928,"Cost":582,"Date":"4/20/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":803,"Cost":664,"Date":"6/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":396,"Cost":236,"Date":"7/23/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":229,"Cost":163,"Date":"11/21/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":917,"Cost":667,"Date":"11/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":754,"Cost":384,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":81,"Cost":41,"Date":"5/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":797,"Cost":470,"Date":"9/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":211,"Cost":144,"Date":"1/3/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":617,"Cost":509,"Date":"2/2/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":780,"Cost":561,"Date":"3/18/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":570,"Cost":427,"Date":"10/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":780,"Cost":704,"Date":"2/16/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":716,"Cost":490,"Date":"6/7/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":138,"Cost":112,"Date":"1/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":291,"Cost":171,"Date":"3/27/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":148,"Cost":120,"Date":"5/12/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":316,"Cost":214,"Date":"7/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":597,"Cost":493,"Date":"8/8/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":144,"Cost":76,"Date":"12/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":854,"Cost":651,"Date":"1/17/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":988,"Cost":516,"Date":"3/8/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":24,"Cost":20,"Date":"6/6/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":54,"Cost":50,"Date":"6/16/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":976,"Cost":850,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":549,"Cost":464,"Date":"11/19/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":772,"Cost":407,"Date":"12/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":968,"Cost":900,"Date":"2/4/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":154,"Cost":133,"Date":"3/8/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":63,"Cost":55,"Date":"12/18/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":748,"Cost":622,"Date":"3/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":555,"Cost":421,"Date":"4/20/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":849,"Cost":649,"Date":"6/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":584,"Cost":531,"Date":"7/23/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":258,"Cost":243,"Date":"11/21/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":966,"Cost":811,"Date":"11/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":51,"Cost":41,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":465,"Cost":370,"Date":"5/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":175,"Cost":122,"Date":"9/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":976,"Cost":778,"Date":"1/3/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":612,"Cost":441,"Date":"2/2/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":722,"Cost":539,"Date":"3/18/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":904,"Cost":619,"Date":"10/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":457,"Cost":350,"Date":"2/16/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":16,"Cost":12,"Date":"6/7/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":55,"Cost":40,"Date":"1/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":974,"Cost":502,"Date":"3/27/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":678,"Cost":370,"Date":"5/12/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":88,"Cost":54,"Date":"7/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":297,"Cost":197,"Date":"8/8/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":266,"Cost":179,"Date":"12/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":213,"Cost":140,"Date":"1/17/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":957,"Cost":576,"Date":"3/8/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":55,"Cost":35,"Date":"6/6/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":850,"Cost":458,"Date":"6/16/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":924,"Cost":758,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":763,"Cost":687,"Date":"11/19/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":27,"Cost":22,"Date":"12/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":883,"Cost":578,"Date":"2/4/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":510,"Cost":426,"Date":"3/8/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":15,"Cost":7,"Date":"12/18/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":553,"Cost":455,"Date":"3/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":212,"Cost":113,"Date":"4/20/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":361,"Cost":280,"Date":"6/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":960,"Cost":565,"Date":"7/23/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":689,"Cost":550,"Date":"11/21/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":427,"Cost":344,"Date":"11/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":123,"Cost":87,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":368,"Cost":193,"Date":"5/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":562,"Cost":529,"Date":"9/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":808,"Cost":713,"Date":"1/3/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":998,"Cost":520,"Date":"2/2/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":462,"Cost":255,"Date":"3/18/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":839,"Cost":644,"Date":"10/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":726,"Cost":689,"Date":"2/16/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":684,"Cost":408,"Date":"6/7/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":140,"Cost":87,"Date":"1/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":129,"Cost":118,"Date":"3/27/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":68,"Cost":62,"Date":"5/12/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":755,"Cost":684,"Date":"7/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":554,"Cost":386,"Date":"8/8/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":685,"Cost":402,"Date":"12/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":203,"Cost":117,"Date":"1/17/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":104,"Cost":67,"Date":"3/8/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":395,"Cost":328,"Date":"6/6/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":306,"Cost":208,"Date":"6/16/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":675,"Cost":501,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":62,"Cost":52,"Date":"11/19/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":840,"Cost":656,"Date":"12/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":213,"Cost":159,"Date":"2/4/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":275,"Cost":190,"Date":"3/8/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":856,"Cost":454,"Date":"12/18/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":514,"Cost":305,"Date":"3/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":331,"Cost":256,"Date":"4/20/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":58,"Cost":54,"Date":"6/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":923,"Cost":758,"Date":"7/23/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":888,"Cost":455,"Date":"11/21/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":822,"Cost":445,"Date":"11/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":136,"Cost":126,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":828,"Cost":693,"Date":"5/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":802,"Cost":597,"Date":"9/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":450,"Cost":353,"Date":"1/3/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":95,"Cost":79,"Date":"2/2/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":187,"Cost":123,"Date":"3/18/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":802,"Cost":644,"Date":"10/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":386,"Cost":316,"Date":"2/16/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":190,"Cost":162,"Date":"6/7/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":341,"Cost":245,"Date":"1/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":475,"Cost":345,"Date":"3/27/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":530,"Cost":353,"Date":"5/12/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":644,"Cost":554,"Date":"7/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":925,"Cost":756,"Date":"8/8/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":157,"Cost":117,"Date":"12/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":355,"Cost":297,"Date":"1/17/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":415,"Cost":252,"Date":"3/8/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":487,"Cost":355,"Date":"6/6/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":953,"Cost":853,"Date":"6/16/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":891,"Cost":520,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":30,"Cost":23,"Date":"11/19/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":192,"Cost":138,"Date":"12/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":789,"Cost":488,"Date":"2/4/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":114,"Cost":73,"Date":"3/8/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":222,"Cost":191,"Date":"12/18/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":682,"Cost":408,"Date":"3/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":863,"Cost":567,"Date":"4/20/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":580,"Cost":318,"Date":"6/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":888,"Cost":676,"Date":"7/23/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":569,"Cost":475,"Date":"11/21/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":682,"Cost":479,"Date":"11/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":842,"Cost":700,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":503,"Cost":333,"Date":"5/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":102,"Cost":72,"Date":"9/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":308,"Cost":244,"Date":"1/3/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":413,"Cost":314,"Date":"2/2/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":500,"Cost":317,"Date":"3/18/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":217,"Cost":154,"Date":"10/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":906,"Cost":562,"Date":"2/16/2018"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":908,"Cost":567,"Date":"6/7/2018"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":779,"Cost":443,"Date":"1/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":846,"Cost":513,"Date":"3/27/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":851,"Cost":770,"Date":"5/12/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":595,"Cost":341,"Date":"7/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":286,"Cost":149,"Date":"8/8/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":685,"Cost":487,"Date":"12/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":496,"Cost":428,"Date":"1/17/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":585,"Cost":472,"Date":"3/8/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":778,"Cost":398,"Date":"6/6/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":880,"Cost":680,"Date":"6/16/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":397,"Cost":200,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":406,"Cost":374,"Date":"11/19/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":291,"Cost":184,"Date":"12/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":805,"Cost":658,"Date":"2/4/2021"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":794,"Cost":639,"Date":"3/8/2021"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":578,"Cost":358,"Date":"12/18/2021"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":313,"Cost":231,"Date":"3/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":364,"Cost":330,"Date":"4/20/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":492,"Cost":452,"Date":"6/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":302,"Cost":269,"Date":"7/23/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":565,"Cost":362,"Date":"11/21/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":300,"Cost":261,"Date":"11/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":19,"Cost":16,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":180,"Cost":138,"Date":"5/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":68,"Cost":52,"Date":"9/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":725,"Cost":596,"Date":"1/3/2024"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":541,"Cost":404,"Date":"2/2/2024"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":584,"Cost":553,"Date":"3/18/2024"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":500,"Cost":361,"Date":"10/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":455,"Cost":349,"Date":"2/16/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":458,"Cost":297,"Date":"6/7/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":159,"Cost":87,"Date":"1/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":343,"Cost":305,"Date":"3/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":310,"Cost":177,"Date":"5/12/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":649,"Cost":600,"Date":"7/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":570,"Cost":506,"Date":"8/8/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":693,"Cost":570,"Date":"12/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":830,"Cost":487,"Date":"1/17/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":43,"Cost":22,"Date":"3/8/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":641,"Cost":578,"Date":"6/6/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":752,"Cost":713,"Date":"6/16/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":509,"Cost":268,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":598,"Cost":542,"Date":"11/19/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":791,"Cost":513,"Date":"12/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":816,"Cost":672,"Date":"2/4/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":426,"Cost":243,"Date":"3/8/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":630,"Cost":590,"Date":"12/18/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":131,"Cost":123,"Date":"3/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":610,"Cost":453,"Date":"4/20/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":909,"Cost":568,"Date":"6/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":228,"Cost":144,"Date":"7/23/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":328,"Cost":221,"Date":"11/21/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":796,"Cost":601,"Date":"11/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":40,"Cost":32,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":24,"Cost":14,"Date":"5/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":635,"Cost":405,"Date":"9/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":756,"Cost":532,"Date":"1/3/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":520,"Cost":384,"Date":"2/2/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":563,"Cost":455,"Date":"3/18/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":40,"Cost":35,"Date":"10/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":171,"Cost":159,"Date":"2/16/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":735,"Cost":470,"Date":"6/7/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":396,"Cost":304,"Date":"1/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":666,"Cost":501,"Date":"3/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":729,"Cost":547,"Date":"5/12/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":572,"Cost":305,"Date":"7/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":628,"Cost":427,"Date":"8/8/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":345,"Cost":176,"Date":"12/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":430,"Cost":276,"Date":"1/17/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":220,"Cost":183,"Date":"3/8/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":479,"Cost":361,"Date":"6/6/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":125,"Cost":72,"Date":"6/16/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":93,"Cost":63,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":960,"Cost":693,"Date":"11/19/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":46,"Cost":31,"Date":"12/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":700,"Cost":660,"Date":"2/4/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":293,"Cost":174,"Date":"3/8/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":346,"Cost":257,"Date":"12/18/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":722,"Cost":685,"Date":"3/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":389,"Cost":319,"Date":"4/20/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":92,"Cost":88,"Date":"6/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":829,"Cost":645,"Date":"7/23/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":641,"Cost":320,"Date":"11/21/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":544,"Cost":508,"Date":"11/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":442,"Cost":296,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":232,"Cost":134,"Date":"5/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":675,"Cost":551,"Date":"9/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":879,"Cost":509,"Date":"1/3/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":793,"Cost":620,"Date":"2/2/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":125,"Cost":93,"Date":"3/18/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":267,"Cost":141,"Date":"10/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":892,"Cost":719,"Date":"2/16/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":890,"Cost":486,"Date":"6/7/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":734,"Cost":512,"Date":"1/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":400,"Cost":204,"Date":"3/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":13,"Cost":9,"Date":"5/12/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":996,"Cost":868,"Date":"7/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":180,"Cost":129,"Date":"8/8/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":707,"Cost":389,"Date":"12/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":6,"Cost":6,"Date":"1/17/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":347,"Cost":312,"Date":"3/8/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":688,"Cost":469,"Date":"6/6/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":743,"Cost":613,"Date":"6/16/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":899,"Cost":597,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":609,"Cost":475,"Date":"11/19/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":535,"Cost":347,"Date":"12/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":307,"Cost":246,"Date":"2/4/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":127,"Cost":77,"Date":"3/8/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":295,"Cost":209,"Date":"12/18/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":724,"Cost":546,"Date":"3/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":752,"Cost":671,"Date":"4/20/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":29,"Cost":18,"Date":"6/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":717,"Cost":399,"Date":"7/23/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":447,"Cost":409,"Date":"11/21/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":180,"Cost":92,"Date":"11/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":772,"Cost":628,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":3,"Cost":2,"Date":"5/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":152,"Cost":135,"Date":"9/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":924,"Cost":666,"Date":"1/3/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":991,"Cost":760,"Date":"2/2/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":138,"Cost":131,"Date":"3/18/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":753,"Cost":555,"Date":"10/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":601,"Cost":443,"Date":"2/16/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":712,"Cost":658,"Date":"6/7/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":278,"Cost":231,"Date":"1/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":239,"Cost":208,"Date":"3/27/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":665,"Cost":385,"Date":"5/12/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":239,"Cost":132,"Date":"7/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":925,"Cost":691,"Date":"8/8/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":183,"Cost":167,"Date":"12/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":800,"Cost":634,"Date":"1/17/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":342,"Cost":194,"Date":"3/8/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":254,"Cost":234,"Date":"6/6/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":860,"Cost":602,"Date":"6/16/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":204,"Cost":192,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":962,"Cost":623,"Date":"11/19/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":96,"Cost":90,"Date":"12/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":111,"Cost":69,"Date":"2/4/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":432,"Cost":400,"Date":"3/8/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":662,"Cost":440,"Date":"12/18/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":381,"Cost":287,"Date":"3/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":331,"Cost":195,"Date":"4/20/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":829,"Cost":457,"Date":"6/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":713,"Cost":392,"Date":"7/23/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":514,"Cost":270,"Date":"11/21/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":146,"Cost":86,"Date":"11/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":336,"Cost":285,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":945,"Cost":645,"Date":"5/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":844,"Cost":697,"Date":"9/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":204,"Cost":184,"Date":"1/3/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":373,"Cost":337,"Date":"2/2/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":56,"Cost":30,"Date":"3/18/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":80,"Cost":60,"Date":"10/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":529,"Cost":325,"Date":"2/16/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":975,"Cost":623,"Date":"6/7/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":920,"Cost":501,"Date":"1/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":18,"Cost":10,"Date":"3/27/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":901,"Cost":646,"Date":"5/12/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":347,"Cost":274,"Date":"7/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":513,"Cost":459,"Date":"8/8/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":61,"Cost":33,"Date":"12/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":266,"Cost":153,"Date":"1/17/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":963,"Cost":753,"Date":"3/8/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":916,"Cost":493,"Date":"6/6/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":916,"Cost":635,"Date":"6/16/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":568,"Cost":375,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":528,"Cost":485,"Date":"11/19/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":982,"Cost":815,"Date":"12/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":839,"Cost":702,"Date":"2/4/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":473,"Cost":398,"Date":"3/8/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":967,"Cost":752,"Date":"12/18/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":484,"Cost":259,"Date":"3/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":313,"Cost":250,"Date":"4/20/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":125,"Cost":66,"Date":"6/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":175,"Cost":120,"Date":"7/23/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":966,"Cost":484,"Date":"11/21/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":714,"Cost":609,"Date":"11/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":496,"Cost":444,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":919,"Cost":612,"Date":"5/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":652,"Cost":618,"Date":"9/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":77,"Cost":62,"Date":"1/3/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":216,"Cost":108,"Date":"2/2/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":989,"Cost":938,"Date":"3/18/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":80,"Cost":53,"Date":"10/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":648,"Cost":532,"Date":"2/16/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":439,"Cost":416,"Date":"6/7/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":774,"Cost":463,"Date":"1/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":321,"Cost":250,"Date":"3/27/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":907,"Cost":700,"Date":"5/12/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":831,"Cost":587,"Date":"7/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":620,"Cost":313,"Date":"8/8/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":949,"Cost":812,"Date":"12/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":860,"Cost":742,"Date":"1/17/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":267,"Cost":151,"Date":"3/8/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":429,"Cost":329,"Date":"6/6/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":443,"Cost":411,"Date":"6/16/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":777,"Cost":518,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":515,"Cost":342,"Date":"11/19/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":626,"Cost":390,"Date":"12/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":640,"Cost":323,"Date":"2/4/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":33,"Cost":19,"Date":"3/8/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":142,"Cost":82,"Date":"12/18/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":688,"Cost":362,"Date":"3/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":272,"Cost":166,"Date":"4/20/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":47,"Cost":29,"Date":"6/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":385,"Cost":345,"Date":"7/23/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":234,"Cost":176,"Date":"11/21/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":899,"Cost":708,"Date":"11/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":651,"Cost":409,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":524,"Cost":290,"Date":"5/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":26,"Cost":14,"Date":"9/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":622,"Cost":365,"Date":"1/3/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":658,"Cost":485,"Date":"2/2/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":214,"Cost":192,"Date":"3/18/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":582,"Cost":328,"Date":"10/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":268,"Cost":216,"Date":"2/16/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":898,"Cost":488,"Date":"6/7/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":508,"Cost":346,"Date":"1/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":516,"Cost":448,"Date":"3/27/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":345,"Cost":238,"Date":"5/12/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":924,"Cost":875,"Date":"7/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":891,"Cost":755,"Date":"8/8/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":280,"Cost":198,"Date":"12/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":238,"Cost":145,"Date":"1/17/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":722,"Cost":590,"Date":"3/8/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":662,"Cost":487,"Date":"6/6/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":187,"Cost":103,"Date":"6/16/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":646,"Cost":335,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":631,"Cost":419,"Date":"11/19/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":466,"Cost":414,"Date":"12/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":197,"Cost":118,"Date":"2/4/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":397,"Cost":293,"Date":"3/8/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":322,"Cost":182,"Date":"12/18/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":981,"Cost":712,"Date":"3/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":133,"Cost":125,"Date":"4/20/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":821,"Cost":624,"Date":"6/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":719,"Cost":550,"Date":"7/23/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":108,"Cost":55,"Date":"11/21/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":340,"Cost":276,"Date":"11/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":937,"Cost":852,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":728,"Cost":668,"Date":"5/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":650,"Cost":329,"Date":"9/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":882,"Cost":703,"Date":"1/3/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":847,"Cost":562,"Date":"2/2/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":532,"Cost":386,"Date":"3/18/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":413,"Cost":307,"Date":"10/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":873,"Cost":593,"Date":"2/16/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":222,"Cost":163,"Date":"6/7/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":826,"Cost":705,"Date":"1/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":578,"Cost":500,"Date":"3/27/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":559,"Cost":477,"Date":"5/12/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":840,"Cost":791,"Date":"7/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":33,"Cost":22,"Date":"8/8/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":445,"Cost":393,"Date":"12/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":111,"Cost":67,"Date":"1/17/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":464,"Cost":419,"Date":"3/8/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":336,"Cost":230,"Date":"6/6/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":513,"Cost":449,"Date":"6/16/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":774,"Cost":563,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":354,"Cost":309,"Date":"11/19/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":258,"Cost":212,"Date":"12/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":323,"Cost":302,"Date":"2/4/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":572,"Cost":444,"Date":"3/8/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":261,"Cost":205,"Date":"12/18/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":446,"Cost":339,"Date":"3/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":311,"Cost":215,"Date":"4/20/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":184,"Cost":125,"Date":"6/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":473,"Cost":325,"Date":"7/23/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":326,"Cost":196,"Date":"11/21/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":294,"Cost":179,"Date":"11/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":777,"Cost":391,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":873,"Cost":502,"Date":"5/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":233,"Cost":177,"Date":"9/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":871,"Cost":783,"Date":"1/3/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":786,"Cost":421,"Date":"2/2/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":368,"Cost":273,"Date":"3/18/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":173,"Cost":117,"Date":"10/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":88,"Cost":77,"Date":"2/16/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":851,"Cost":574,"Date":"6/7/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":740,"Cost":619,"Date":"1/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":91,"Cost":57,"Date":"3/27/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":326,"Cost":193,"Date":"5/12/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":382,"Cost":337,"Date":"7/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":931,"Cost":571,"Date":"8/8/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":371,"Cost":348,"Date":"12/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":733,"Cost":427,"Date":"1/17/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":638,"Cost":379,"Date":"3/8/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":914,"Cost":835,"Date":"6/6/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":222,"Cost":144,"Date":"6/16/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":652,"Cost":496,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":341,"Cost":200,"Date":"11/19/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":843,"Cost":710,"Date":"12/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":954,"Cost":762,"Date":"2/4/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":271,"Cost":155,"Date":"3/8/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":956,"Cost":877,"Date":"12/18/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":211,"Cost":156,"Date":"3/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":520,"Cost":441,"Date":"4/20/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":758,"Cost":602,"Date":"6/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":357,"Cost":291,"Date":"7/23/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":259,"Cost":172,"Date":"11/21/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":244,"Cost":171,"Date":"11/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":64,"Cost":36,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":72,"Cost":50,"Date":"5/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":790,"Cost":434,"Date":"9/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":944,"Cost":614,"Date":"1/3/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":371,"Cost":288,"Date":"2/2/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":430,"Cost":314,"Date":"3/18/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":743,"Cost":391,"Date":"10/14/2024"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":331,"Cost":234,"Date":"2/16/2018"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":717,"Cost":602,"Date":"6/7/2018"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":426,"Cost":240,"Date":"1/28/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":223,"Cost":182,"Date":"3/27/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":456,"Cost":290,"Date":"5/12/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":767,"Cost":623,"Date":"7/28/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":864,"Cost":514,"Date":"8/8/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":224,"Cost":202,"Date":"12/7/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":178,"Cost":143,"Date":"1/17/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":898,"Cost":611,"Date":"3/8/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":380,"Cost":353,"Date":"6/6/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":939,"Cost":825,"Date":"6/16/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":919,"Cost":803,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":803,"Cost":422,"Date":"11/19/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":648,"Cost":445,"Date":"12/28/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":895,"Cost":510,"Date":"2/4/2021"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":839,"Cost":564,"Date":"3/8/2021"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":794,"Cost":662,"Date":"12/18/2021"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":362,"Cost":193,"Date":"3/31/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":173,"Cost":163,"Date":"4/20/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":460,"Cost":435,"Date":"6/26/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":600,"Cost":339,"Date":"7/23/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":150,"Cost":136,"Date":"11/21/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":825,"Cost":460,"Date":"11/26/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":67,"Cost":40,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":794,"Cost":512,"Date":"5/21/2023"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":329,"Cost":178,"Date":"9/28/2023"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":743,"Cost":503,"Date":"1/3/2024"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":215,"Cost":123,"Date":"2/2/2024"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":637,"Cost":563,"Date":"3/18/2024"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":39,"Cost":29,"Date":"10/14/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":283,"Cost":235,"Date":"2/16/2018"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":154,"Cost":115,"Date":"6/7/2018"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":557,"Cost":312,"Date":"1/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":145,"Cost":118,"Date":"3/27/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":662,"Cost":352,"Date":"5/12/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":465,"Cost":246,"Date":"7/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":851,"Cost":662,"Date":"8/8/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":827,"Cost":605,"Date":"12/7/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":737,"Cost":693,"Date":"1/17/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":137,"Cost":109,"Date":"3/8/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":537,"Cost":501,"Date":"6/6/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":754,"Cost":479,"Date":"6/16/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":219,"Cost":175,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":585,"Cost":537,"Date":"11/19/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":51,"Cost":45,"Date":"12/28/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":210,"Cost":163,"Date":"2/4/2021"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":238,"Cost":132,"Date":"3/8/2021"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":268,"Cost":157,"Date":"12/18/2021"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":414,"Cost":385,"Date":"3/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":795,"Cost":664,"Date":"4/20/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":139,"Cost":115,"Date":"6/26/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":883,"Cost":565,"Date":"7/23/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":94,"Cost":50,"Date":"11/21/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":857,"Cost":598,"Date":"11/26/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":428,"Cost":353,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":821,"Cost":521,"Date":"5/21/2023"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":554,"Cost":423,"Date":"9/28/2023"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":734,"Cost":380,"Date":"1/3/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":990,"Cost":939,"Date":"2/2/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":404,"Cost":242,"Date":"3/18/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":105,"Cost":91,"Date":"10/14/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":761,"Cost":473,"Date":"2/16/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":407,"Cost":294,"Date":"6/7/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":66,"Cost":33,"Date":"1/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":1,"Cost":0,"Date":"3/27/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":791,"Cost":397,"Date":"5/12/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":484,"Cost":434,"Date":"7/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":88,"Cost":46,"Date":"8/8/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":129,"Cost":77,"Date":"12/7/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":763,"Cost":668,"Date":"1/17/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":18,"Cost":13,"Date":"3/8/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":915,"Cost":727,"Date":"6/6/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":200,"Cost":167,"Date":"6/16/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":92,"Cost":50,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":252,"Cost":169,"Date":"11/19/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":907,"Cost":801,"Date":"12/28/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":363,"Cost":298,"Date":"2/4/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":748,"Cost":545,"Date":"3/8/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":992,"Cost":720,"Date":"12/18/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":339,"Cost":207,"Date":"3/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":245,"Cost":214,"Date":"4/20/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":249,"Cost":227,"Date":"6/26/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":58,"Cost":44,"Date":"7/23/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":715,"Cost":487,"Date":"11/21/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":829,"Cost":588,"Date":"11/26/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":613,"Cost":514,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":327,"Cost":305,"Date":"5/21/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":639,"Cost":532,"Date":"9/28/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":836,"Cost":547,"Date":"1/3/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":644,"Cost":594,"Date":"2/2/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":48,"Cost":30,"Date":"3/18/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":484,"Cost":273,"Date":"10/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":669,"Cost":410,"Date":"2/16/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":913,"Cost":462,"Date":"6/7/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":884,"Cost":684,"Date":"1/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":931,"Cost":694,"Date":"3/27/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":701,"Cost":488,"Date":"5/12/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":758,"Cost":610,"Date":"7/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":540,"Cost":481,"Date":"8/8/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":211,"Cost":165,"Date":"12/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":145,"Cost":136,"Date":"1/17/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":303,"Cost":177,"Date":"3/8/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":595,"Cost":510,"Date":"6/6/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":308,"Cost":273,"Date":"6/16/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":972,"Cost":848,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":584,"Cost":392,"Date":"11/19/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":174,"Cost":88,"Date":"12/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":821,"Cost":625,"Date":"2/4/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":52,"Cost":37,"Date":"3/8/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":343,"Cost":323,"Date":"12/18/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":898,"Cost":513,"Date":"3/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":204,"Cost":189,"Date":"4/20/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":532,"Cost":417,"Date":"6/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":92,"Cost":68,"Date":"7/23/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":686,"Cost":385,"Date":"11/21/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":192,"Cost":127,"Date":"11/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":858,"Cost":588,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":902,"Cost":721,"Date":"5/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":647,"Cost":519,"Date":"9/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":825,"Cost":425,"Date":"1/3/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":229,"Cost":217,"Date":"2/2/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":770,"Cost":697,"Date":"3/18/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":566,"Cost":342,"Date":"10/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":326,"Cost":302,"Date":"2/16/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":436,"Cost":323,"Date":"6/7/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":934,"Cost":809,"Date":"1/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":841,"Cost":475,"Date":"3/27/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":724,"Cost":514,"Date":"5/12/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":676,"Cost":445,"Date":"7/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":929,"Cost":629,"Date":"8/8/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":586,"Cost":297,"Date":"12/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":895,"Cost":734,"Date":"1/17/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":561,"Cost":509,"Date":"3/8/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":4,"Cost":2,"Date":"6/6/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":120,"Cost":102,"Date":"6/16/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":458,"Cost":277,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":140,"Cost":93,"Date":"11/19/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":465,"Cost":281,"Date":"12/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":97,"Cost":48,"Date":"2/4/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":723,"Cost":495,"Date":"3/8/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":270,"Cost":242,"Date":"12/18/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":773,"Cost":388,"Date":"3/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":127,"Cost":105,"Date":"4/20/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":394,"Cost":340,"Date":"6/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":127,"Cost":87,"Date":"7/23/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":210,"Cost":168,"Date":"11/21/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":942,"Cost":730,"Date":"11/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":259,"Cost":135,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":671,"Cost":493,"Date":"5/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":280,"Cost":167,"Date":"9/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":253,"Cost":209,"Date":"1/3/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":667,"Cost":346,"Date":"2/2/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":819,"Cost":590,"Date":"3/18/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":220,"Cost":143,"Date":"10/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":764,"Cost":425,"Date":"2/16/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":823,"Cost":599,"Date":"6/7/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":882,"Cost":744,"Date":"1/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":246,"Cost":171,"Date":"3/27/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":853,"Cost":726,"Date":"5/12/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":18,"Cost":13,"Date":"7/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":796,"Cost":455,"Date":"8/8/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":318,"Cost":192,"Date":"12/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":696,"Cost":560,"Date":"1/17/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":288,"Cost":159,"Date":"3/8/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":283,"Cost":206,"Date":"6/6/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":871,"Cost":785,"Date":"6/16/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":992,"Cost":534,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":422,"Cost":321,"Date":"11/19/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":818,"Cost":440,"Date":"12/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":218,"Cost":179,"Date":"2/4/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":378,"Cost":318,"Date":"3/8/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":504,"Cost":414,"Date":"12/18/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":170,"Cost":127,"Date":"3/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":959,"Cost":579,"Date":"4/20/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":7,"Cost":6,"Date":"6/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":979,"Cost":515,"Date":"7/23/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":908,"Cost":834,"Date":"11/21/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":506,"Cost":279,"Date":"11/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":533,"Cost":427,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":992,"Cost":566,"Date":"5/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":514,"Cost":273,"Date":"9/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":8,"Cost":8,"Date":"1/3/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":78,"Cost":48,"Date":"2/2/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":140,"Cost":114,"Date":"3/18/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":575,"Cost":457,"Date":"10/14/2024"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":477,"Cost":304,"Date":"2/16/2018"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":413,"Cost":212,"Date":"6/7/2018"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":168,"Cost":153,"Date":"1/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":250,"Cost":227,"Date":"3/27/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":335,"Cost":299,"Date":"5/12/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":743,"Cost":463,"Date":"7/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":470,"Cost":429,"Date":"8/8/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":572,"Cost":480,"Date":"12/7/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":854,"Cost":716,"Date":"1/17/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":918,"Cost":665,"Date":"3/8/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":838,"Cost":619,"Date":"6/6/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":900,"Cost":764,"Date":"6/16/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":764,"Cost":682,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":593,"Cost":349,"Date":"11/19/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":388,"Cost":354,"Date":"12/28/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":960,"Cost":717,"Date":"2/4/2021"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":275,"Cost":198,"Date":"3/8/2021"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":266,"Cost":167,"Date":"12/18/2021"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":39,"Cost":24,"Date":"3/31/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":103,"Cost":96,"Date":"4/20/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":816,"Cost":539,"Date":"6/26/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":39,"Cost":34,"Date":"7/23/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":249,"Cost":168,"Date":"11/21/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":813,"Cost":541,"Date":"11/26/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":403,"Cost":348,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":581,"Cost":420,"Date":"5/21/2023"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":236,"Cost":195,"Date":"9/28/2023"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":786,"Cost":730,"Date":"1/3/2024"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":858,"Cost":595,"Date":"2/2/2024"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":59,"Cost":46,"Date":"3/18/2024"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":508,"Cost":262,"Date":"10/14/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":441,"Cost":227,"Date":"2/16/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":345,"Cost":212,"Date":"6/7/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":213,"Cost":108,"Date":"1/28/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":631,"Cost":332,"Date":"3/27/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":89,"Cost":68,"Date":"5/12/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":103,"Cost":59,"Date":"7/28/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":345,"Cost":203,"Date":"8/8/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":101,"Cost":62,"Date":"12/7/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":890,"Cost":498,"Date":"1/17/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":505,"Cost":392,"Date":"3/8/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":927,"Cost":498,"Date":"6/6/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":66,"Cost":42,"Date":"6/16/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":372,"Cost":217,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":384,"Cost":278,"Date":"11/19/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":303,"Cost":236,"Date":"12/28/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":458,"Cost":375,"Date":"2/4/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":343,"Cost":255,"Date":"3/8/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":924,"Cost":796,"Date":"12/18/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":490,"Cost":389,"Date":"3/31/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":964,"Cost":841,"Date":"4/20/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":836,"Cost":693,"Date":"6/26/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":278,"Cost":140,"Date":"7/23/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":664,"Cost":571,"Date":"11/21/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":445,"Cost":264,"Date":"11/26/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":299,"Cost":251,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":774,"Cost":644,"Date":"5/21/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":709,"Cost":498,"Date":"9/28/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":508,"Cost":277,"Date":"1/3/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":335,"Cost":237,"Date":"2/2/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":828,"Cost":441,"Date":"3/18/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":665,"Cost":343,"Date":"10/14/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":836,"Cost":627,"Date":"2/16/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":379,"Cost":260,"Date":"6/7/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":655,"Cost":411,"Date":"1/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":780,"Cost":715,"Date":"3/27/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":577,"Cost":500,"Date":"5/12/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":754,"Cost":640,"Date":"7/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":905,"Cost":576,"Date":"8/8/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":824,"Cost":562,"Date":"12/7/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":574,"Cost":307,"Date":"1/17/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":272,"Cost":159,"Date":"3/8/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":21,"Cost":17,"Date":"6/6/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":283,"Cost":161,"Date":"6/16/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":298,"Cost":226,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":301,"Cost":186,"Date":"11/19/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":350,"Cost":276,"Date":"12/28/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":507,"Cost":412,"Date":"2/4/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":374,"Cost":283,"Date":"3/8/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":576,"Cost":455,"Date":"12/18/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":626,"Cost":428,"Date":"3/31/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":713,"Cost":435,"Date":"4/20/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":441,"Cost":346,"Date":"6/26/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":386,"Cost":212,"Date":"7/23/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":257,"Cost":197,"Date":"11/21/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":467,"Cost":319,"Date":"11/26/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":968,"Cost":824,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":29,"Cost":27,"Date":"5/21/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":684,"Cost":561,"Date":"9/28/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":868,"Cost":708,"Date":"1/3/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":45,"Cost":43,"Date":"2/2/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":53,"Cost":45,"Date":"3/18/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":854,"Cost":483,"Date":"10/14/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":520,"Cost":406,"Date":"2/16/2018"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":956,"Cost":560,"Date":"6/7/2018"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":203,"Cost":162,"Date":"1/28/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":51,"Cost":49,"Date":"3/27/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":598,"Cost":439,"Date":"5/12/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":365,"Cost":266,"Date":"7/28/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":452,"Cost":390,"Date":"8/8/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":258,"Cost":141,"Date":"12/7/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":294,"Cost":166,"Date":"1/17/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":531,"Cost":433,"Date":"3/8/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":932,"Cost":885,"Date":"6/6/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":742,"Cost":677,"Date":"6/16/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":542,"Cost":348,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":643,"Cost":578,"Date":"11/19/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":894,"Cost":622,"Date":"12/28/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":456,"Cost":398,"Date":"2/4/2021"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":609,"Cost":445,"Date":"3/8/2021"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":20,"Cost":12,"Date":"12/18/2021"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":715,"Cost":644,"Date":"3/31/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":315,"Cost":218,"Date":"4/20/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":481,"Cost":310,"Date":"6/26/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":647,"Cost":460,"Date":"7/23/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":503,"Cost":472,"Date":"11/21/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":423,"Cost":214,"Date":"11/26/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":302,"Cost":263,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":842,"Cost":531,"Date":"5/21/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":951,"Cost":519,"Date":"9/28/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":803,"Cost":444,"Date":"1/3/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":135,"Cost":97,"Date":"2/2/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":116,"Cost":58,"Date":"3/18/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":756,"Cost":659,"Date":"10/14/2024"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":676,"Cost":460,"Date":"2/16/2018"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":571,"Cost":539,"Date":"6/7/2018"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":916,"Cost":852,"Date":"1/28/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":473,"Cost":291,"Date":"3/27/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":36,"Cost":34,"Date":"5/12/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":246,"Cost":176,"Date":"7/28/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":661,"Cost":411,"Date":"8/8/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":336,"Cost":194,"Date":"12/7/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":962,"Cost":608,"Date":"1/17/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":188,"Cost":164,"Date":"3/8/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":268,"Cost":179,"Date":"6/6/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":973,"Cost":547,"Date":"6/16/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":376,"Cost":279,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":86,"Cost":44,"Date":"11/19/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":434,"Cost":274,"Date":"12/28/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":862,"Cost":727,"Date":"2/4/2021"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":460,"Cost":249,"Date":"3/8/2021"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":98,"Cost":69,"Date":"12/18/2021"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":370,"Cost":306,"Date":"3/31/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":990,"Cost":733,"Date":"4/20/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":305,"Cost":237,"Date":"6/26/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":834,"Cost":577,"Date":"7/23/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":864,"Cost":773,"Date":"11/21/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":36,"Cost":31,"Date":"11/26/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":842,"Cost":794,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":127,"Cost":65,"Date":"5/21/2023"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":652,"Cost":599,"Date":"9/28/2023"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":896,"Cost":555,"Date":"1/3/2024"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":998,"Cost":586,"Date":"2/2/2024"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":78,"Cost":73,"Date":"3/18/2024"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":707,"Cost":425,"Date":"10/14/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":354,"Cost":314,"Date":"2/16/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":723,"Cost":557,"Date":"6/7/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":360,"Cost":305,"Date":"1/28/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":573,"Cost":517,"Date":"3/27/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":33,"Cost":20,"Date":"5/12/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":5,"Cost":5,"Date":"7/28/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":177,"Cost":155,"Date":"8/8/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":458,"Cost":313,"Date":"12/7/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":929,"Cost":804,"Date":"1/17/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":194,"Cost":104,"Date":"3/8/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":156,"Cost":104,"Date":"6/6/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":224,"Cost":206,"Date":"6/16/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":969,"Cost":690,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":631,"Cost":382,"Date":"11/19/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":33,"Cost":24,"Date":"12/28/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":470,"Cost":308,"Date":"2/4/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":174,"Cost":131,"Date":"3/8/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":757,"Cost":582,"Date":"12/18/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":244,"Cost":169,"Date":"3/31/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":680,"Cost":540,"Date":"4/20/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":884,"Cost":663,"Date":"6/26/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":422,"Cost":259,"Date":"7/23/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":309,"Cost":178,"Date":"11/21/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":960,"Cost":490,"Date":"11/26/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":131,"Cost":92,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":680,"Cost":437,"Date":"5/21/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":714,"Cost":594,"Date":"9/28/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":333,"Cost":245,"Date":"1/3/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":530,"Cost":373,"Date":"2/2/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":810,"Cost":723,"Date":"3/18/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":488,"Cost":393,"Date":"10/14/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":144,"Cost":81,"Date":"2/16/2018"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":95,"Cost":90,"Date":"6/7/2018"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":562,"Cost":498,"Date":"1/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":632,"Cost":367,"Date":"3/27/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":223,"Cost":124,"Date":"5/12/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":398,"Cost":350,"Date":"7/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":474,"Cost":280,"Date":"8/8/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":821,"Cost":611,"Date":"12/7/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":247,"Cost":148,"Date":"1/17/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":56,"Cost":50,"Date":"3/8/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":461,"Cost":355,"Date":"6/6/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":91,"Cost":63,"Date":"6/16/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":156,"Cost":118,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":953,"Cost":738,"Date":"11/19/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":499,"Cost":263,"Date":"12/28/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":367,"Cost":288,"Date":"2/4/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":297,"Cost":179,"Date":"3/8/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":694,"Cost":634,"Date":"12/18/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":568,"Cost":303,"Date":"3/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":511,"Cost":405,"Date":"4/20/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":334,"Cost":194,"Date":"6/26/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":212,"Cost":164,"Date":"7/23/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":299,"Cost":240,"Date":"11/21/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":381,"Cost":223,"Date":"11/26/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":604,"Cost":312,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":801,"Cost":709,"Date":"5/21/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":920,"Cost":855,"Date":"9/28/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":776,"Cost":562,"Date":"1/3/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":951,"Cost":654,"Date":"2/2/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":648,"Cost":331,"Date":"3/18/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":665,"Cost":393,"Date":"10/14/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":936,"Cost":541,"Date":"2/16/2018"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":495,"Cost":289,"Date":"6/7/2018"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":988,"Cost":843,"Date":"1/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":274,"Cost":178,"Date":"3/27/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":714,"Cost":623,"Date":"5/12/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":762,"Cost":419,"Date":"7/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":951,"Cost":886,"Date":"8/8/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":770,"Cost":597,"Date":"12/7/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":774,"Cost":564,"Date":"1/17/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":726,"Cost":581,"Date":"3/8/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":338,"Cost":264,"Date":"6/6/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":768,"Cost":602,"Date":"6/16/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":934,"Cost":706,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":796,"Cost":735,"Date":"11/19/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":148,"Cost":78,"Date":"12/28/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":499,"Cost":278,"Date":"2/4/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":640,"Cost":487,"Date":"3/8/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":730,"Cost":475,"Date":"12/18/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":778,"Cost":638,"Date":"3/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":630,"Cost":512,"Date":"4/20/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":363,"Cost":225,"Date":"6/26/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":848,"Cost":521,"Date":"7/23/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":174,"Cost":100,"Date":"11/21/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":793,"Cost":483,"Date":"11/26/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":193,"Cost":166,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":709,"Cost":481,"Date":"5/21/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":492,"Cost":252,"Date":"9/28/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":746,"Cost":704,"Date":"1/3/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":842,"Cost":656,"Date":"2/2/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":112,"Cost":101,"Date":"3/18/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":321,"Cost":278,"Date":"10/14/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":62,"Cost":48,"Date":"2/16/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":682,"Cost":636,"Date":"6/7/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":981,"Cost":640,"Date":"1/28/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":747,"Cost":549,"Date":"3/27/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":894,"Cost":630,"Date":"5/12/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":216,"Cost":173,"Date":"7/28/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":508,"Cost":477,"Date":"8/8/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":429,"Cost":403,"Date":"12/7/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":636,"Cost":554,"Date":"1/17/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":907,"Cost":758,"Date":"3/8/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":580,"Cost":547,"Date":"6/6/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":245,"Cost":163,"Date":"6/16/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":407,"Cost":291,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":242,"Cost":167,"Date":"11/19/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":849,"Cost":727,"Date":"12/28/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":163,"Cost":151,"Date":"2/4/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":370,"Cost":202,"Date":"3/8/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":698,"Cost":591,"Date":"12/18/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":933,"Cost":810,"Date":"3/31/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":716,"Cost":595,"Date":"4/20/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":894,"Cost":701,"Date":"6/26/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":352,"Cost":322,"Date":"7/23/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":632,"Cost":585,"Date":"11/21/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":784,"Cost":698,"Date":"11/26/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":658,"Cost":380,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":325,"Cost":175,"Date":"5/21/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":735,"Cost":640,"Date":"9/28/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":272,"Cost":149,"Date":"1/3/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":153,"Cost":139,"Date":"2/2/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":411,"Cost":364,"Date":"3/18/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":426,"Cost":318,"Date":"10/14/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":981,"Cost":579,"Date":"2/16/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":33,"Cost":23,"Date":"6/7/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":619,"Cost":417,"Date":"1/28/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":73,"Cost":37,"Date":"3/27/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":229,"Cost":201,"Date":"5/12/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":901,"Cost":622,"Date":"7/28/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":212,"Cost":143,"Date":"8/8/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":463,"Cost":440,"Date":"12/7/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":297,"Cost":156,"Date":"1/17/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":128,"Cost":85,"Date":"3/8/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":208,"Cost":108,"Date":"6/6/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":184,"Cost":159,"Date":"6/16/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":829,"Cost":492,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":139,"Cost":127,"Date":"11/19/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":858,"Cost":454,"Date":"12/28/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":776,"Cost":507,"Date":"2/4/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":225,"Cost":113,"Date":"3/8/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":790,"Cost":528,"Date":"12/18/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":828,"Cost":755,"Date":"3/31/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":553,"Cost":520,"Date":"4/20/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":751,"Cost":648,"Date":"6/26/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":704,"Cost":486,"Date":"7/23/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":660,"Cost":514,"Date":"11/21/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":367,"Cost":244,"Date":"11/26/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":491,"Cost":424,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":179,"Cost":119,"Date":"5/21/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":847,"Cost":779,"Date":"9/28/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":193,"Cost":139,"Date":"1/3/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":744,"Cost":391,"Date":"2/2/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":105,"Cost":92,"Date":"3/18/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":637,"Cost":520,"Date":"10/14/2024"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":916,"Cost":716,"Date":"2/16/2018"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":727,"Cost":677,"Date":"6/7/2018"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":954,"Cost":831,"Date":"1/28/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":161,"Cost":106,"Date":"3/27/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":50,"Cost":44,"Date":"5/12/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":267,"Cost":208,"Date":"7/28/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":727,"Cost":686,"Date":"8/8/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":781,"Cost":602,"Date":"12/7/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":617,"Cost":517,"Date":"1/17/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":375,"Cost":323,"Date":"3/8/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":460,"Cost":411,"Date":"6/6/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":394,"Cost":282,"Date":"6/16/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":610,"Cost":352,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":195,"Cost":177,"Date":"11/19/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":398,"Cost":372,"Date":"12/28/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":195,"Cost":185,"Date":"2/4/2021"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":501,"Cost":355,"Date":"3/8/2021"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":732,"Cost":520,"Date":"12/18/2021"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":458,"Cost":354,"Date":"3/31/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":144,"Cost":124,"Date":"4/20/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":819,"Cost":748,"Date":"6/26/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":879,"Cost":739,"Date":"7/23/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":125,"Cost":107,"Date":"11/21/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":88,"Cost":55,"Date":"11/26/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":111,"Cost":62,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":258,"Cost":133,"Date":"5/21/2023"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":739,"Cost":445,"Date":"9/28/2023"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":332,"Cost":173,"Date":"1/3/2024"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":514,"Cost":257,"Date":"2/2/2024"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":495,"Cost":402,"Date":"3/18/2024"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":140,"Cost":74,"Date":"10/14/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":609,"Cost":321,"Date":"2/16/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":51,"Cost":49,"Date":"6/7/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":729,"Cost":373,"Date":"1/28/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":111,"Cost":70,"Date":"3/27/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":38,"Cost":27,"Date":"5/12/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":72,"Cost":51,"Date":"7/28/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":777,"Cost":736,"Date":"8/8/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":524,"Cost":276,"Date":"12/7/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":869,"Cost":616,"Date":"1/17/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":30,"Cost":25,"Date":"3/8/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":162,"Cost":132,"Date":"6/6/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":657,"Cost":575,"Date":"6/16/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":380,"Cost":350,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":787,"Cost":640,"Date":"11/19/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":248,"Cost":222,"Date":"12/28/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":811,"Cost":451,"Date":"2/4/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":571,"Cost":304,"Date":"3/8/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":106,"Cost":80,"Date":"12/18/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":71,"Cost":59,"Date":"3/31/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":528,"Cost":323,"Date":"4/20/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":946,"Cost":795,"Date":"6/26/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":263,"Cost":132,"Date":"7/23/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":299,"Cost":216,"Date":"11/21/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":317,"Cost":267,"Date":"11/26/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":869,"Cost":627,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":608,"Cost":330,"Date":"5/21/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":955,"Cost":626,"Date":"9/28/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":157,"Cost":137,"Date":"1/3/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":822,"Cost":618,"Date":"2/2/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":506,"Cost":454,"Date":"3/18/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":727,"Cost":670,"Date":"10/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":649,"Cost":439,"Date":"2/16/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":402,"Cost":268,"Date":"6/7/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":614,"Cost":413,"Date":"1/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":254,"Cost":240,"Date":"3/27/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":769,"Cost":701,"Date":"5/12/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":407,"Cost":262,"Date":"7/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":465,"Cost":416,"Date":"8/8/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":653,"Cost":382,"Date":"12/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":570,"Cost":454,"Date":"1/17/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":859,"Cost":495,"Date":"3/8/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":505,"Cost":263,"Date":"6/6/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":403,"Cost":210,"Date":"6/16/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":435,"Cost":270,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":79,"Cost":42,"Date":"11/19/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":431,"Cost":242,"Date":"12/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":1000,"Cost":579,"Date":"2/4/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":49,"Cost":27,"Date":"3/8/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":643,"Cost":330,"Date":"12/18/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":872,"Cost":708,"Date":"3/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":675,"Cost":570,"Date":"4/20/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":894,"Cost":457,"Date":"6/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":486,"Cost":287,"Date":"7/23/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":337,"Cost":182,"Date":"11/21/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":296,"Cost":149,"Date":"11/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":895,"Cost":549,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":73,"Cost":54,"Date":"5/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":61,"Cost":37,"Date":"9/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":84,"Cost":45,"Date":"1/3/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":354,"Cost":198,"Date":"2/2/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":992,"Cost":764,"Date":"3/18/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":797,"Cost":533,"Date":"10/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":5,"Cost":3,"Date":"2/16/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":179,"Cost":144,"Date":"6/7/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":779,"Cost":727,"Date":"1/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":581,"Cost":385,"Date":"3/27/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":36,"Cost":21,"Date":"5/12/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":379,"Cost":291,"Date":"7/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":639,"Cost":333,"Date":"8/8/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":391,"Cost":359,"Date":"12/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":880,"Cost":518,"Date":"1/17/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":574,"Cost":451,"Date":"3/8/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":496,"Cost":342,"Date":"6/6/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":415,"Cost":303,"Date":"6/16/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":495,"Cost":272,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":585,"Cost":332,"Date":"11/19/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":415,"Cost":271,"Date":"12/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":325,"Cost":256,"Date":"2/4/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":815,"Cost":603,"Date":"3/8/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":220,"Cost":193,"Date":"12/18/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":108,"Cost":71,"Date":"3/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":653,"Cost":481,"Date":"4/20/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":721,"Cost":430,"Date":"6/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":947,"Cost":789,"Date":"7/23/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":515,"Cost":434,"Date":"11/21/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":807,"Cost":441,"Date":"11/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":10,"Cost":7,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":496,"Cost":282,"Date":"5/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":848,"Cost":457,"Date":"9/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":161,"Cost":110,"Date":"1/3/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":605,"Cost":395,"Date":"2/2/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":263,"Cost":239,"Date":"3/18/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":721,"Cost":379,"Date":"10/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":664,"Cost":437,"Date":"2/16/2018"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":346,"Cost":179,"Date":"6/7/2018"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":682,"Cost":624,"Date":"1/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":866,"Cost":670,"Date":"3/27/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":345,"Cost":198,"Date":"5/12/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":371,"Cost":240,"Date":"7/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":651,"Cost":386,"Date":"8/8/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":930,"Cost":861,"Date":"12/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":655,"Cost":458,"Date":"1/17/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":250,"Cost":229,"Date":"3/8/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":657,"Cost":573,"Date":"6/6/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":936,"Cost":854,"Date":"6/16/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":379,"Cost":235,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":632,"Cost":381,"Date":"11/19/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":633,"Cost":353,"Date":"12/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":291,"Cost":245,"Date":"2/4/2021"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":297,"Cost":191,"Date":"3/8/2021"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":932,"Cost":654,"Date":"12/18/2021"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":976,"Cost":587,"Date":"3/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":90,"Cost":46,"Date":"4/20/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":594,"Cost":552,"Date":"6/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":155,"Cost":93,"Date":"7/23/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":954,"Cost":610,"Date":"11/21/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":528,"Cost":340,"Date":"11/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":245,"Cost":202,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":763,"Cost":455,"Date":"5/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":792,"Cost":535,"Date":"9/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":75,"Cost":69,"Date":"1/3/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":925,"Cost":713,"Date":"2/2/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":523,"Cost":435,"Date":"3/18/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":914,"Cost":527,"Date":"10/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":478,"Cost":256,"Date":"2/16/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":969,"Cost":866,"Date":"6/7/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":663,"Cost":553,"Date":"1/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":538,"Cost":380,"Date":"3/27/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":883,"Cost":768,"Date":"5/12/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":435,"Cost":399,"Date":"7/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":609,"Cost":474,"Date":"8/8/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":615,"Cost":418,"Date":"12/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":134,"Cost":82,"Date":"1/17/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":154,"Cost":130,"Date":"3/8/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":550,"Cost":397,"Date":"6/6/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":620,"Cost":490,"Date":"6/16/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":806,"Cost":425,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":777,"Cost":419,"Date":"11/19/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":568,"Cost":350,"Date":"12/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":86,"Cost":70,"Date":"2/4/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":750,"Cost":621,"Date":"3/8/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":424,"Cost":283,"Date":"12/18/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":501,"Cost":262,"Date":"3/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":455,"Cost":414,"Date":"4/20/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":64,"Cost":44,"Date":"6/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":702,"Cost":366,"Date":"7/23/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":102,"Cost":76,"Date":"11/21/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":52,"Cost":43,"Date":"11/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":744,"Cost":577,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":237,"Cost":125,"Date":"5/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":910,"Cost":690,"Date":"9/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":990,"Cost":712,"Date":"1/3/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":893,"Cost":542,"Date":"2/2/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":682,"Cost":444,"Date":"3/18/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":382,"Cost":317,"Date":"10/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":907,"Cost":500,"Date":"2/16/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":365,"Cost":198,"Date":"6/7/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":239,"Cost":211,"Date":"1/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":651,"Cost":352,"Date":"3/27/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":399,"Cost":210,"Date":"5/12/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":258,"Cost":135,"Date":"7/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":874,"Cost":797,"Date":"8/8/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":651,"Cost":533,"Date":"12/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":179,"Cost":94,"Date":"1/17/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":305,"Cost":198,"Date":"3/8/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":519,"Cost":490,"Date":"6/6/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":474,"Cost":318,"Date":"6/16/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":449,"Cost":247,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":587,"Cost":519,"Date":"11/19/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":567,"Cost":306,"Date":"12/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":293,"Cost":189,"Date":"2/4/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":24,"Cost":17,"Date":"3/8/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":425,"Cost":278,"Date":"12/18/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":666,"Cost":408,"Date":"3/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":975,"Cost":853,"Date":"4/20/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":521,"Cost":278,"Date":"6/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":104,"Cost":91,"Date":"7/23/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":957,"Cost":789,"Date":"11/21/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":481,"Cost":325,"Date":"11/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":955,"Cost":567,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":816,"Cost":647,"Date":"5/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":931,"Cost":609,"Date":"9/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":129,"Cost":122,"Date":"1/3/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":968,"Cost":653,"Date":"2/2/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":646,"Cost":399,"Date":"3/18/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":899,"Cost":752,"Date":"10/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":132,"Cost":120,"Date":"2/16/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":104,"Cost":58,"Date":"6/7/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":794,"Cost":420,"Date":"1/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":674,"Cost":402,"Date":"3/27/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":437,"Cost":344,"Date":"5/12/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":50,"Cost":42,"Date":"7/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":259,"Cost":245,"Date":"8/8/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":116,"Cost":91,"Date":"12/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":674,"Cost":593,"Date":"1/17/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":535,"Cost":308,"Date":"3/8/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":234,"Cost":211,"Date":"6/6/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":672,"Cost":592,"Date":"6/16/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":124,"Cost":69,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":817,"Cost":453,"Date":"11/19/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":598,"Cost":360,"Date":"12/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":719,"Cost":421,"Date":"2/4/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":671,"Cost":373,"Date":"3/8/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":610,"Cost":438,"Date":"12/18/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":938,"Cost":617,"Date":"3/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":199,"Cost":149,"Date":"4/20/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":185,"Cost":170,"Date":"6/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":461,"Cost":235,"Date":"7/23/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":996,"Cost":525,"Date":"11/21/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":388,"Cost":309,"Date":"11/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":508,"Cost":456,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":601,"Cost":424,"Date":"5/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":427,"Cost":276,"Date":"9/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":26,"Cost":22,"Date":"1/3/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":264,"Cost":140,"Date":"2/2/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":512,"Cost":465,"Date":"3/18/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":180,"Cost":112,"Date":"10/14/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":192,"Cost":96,"Date":"2/16/2018"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":830,"Cost":645,"Date":"6/7/2018"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":578,"Cost":542,"Date":"1/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":615,"Cost":495,"Date":"3/27/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":95,"Cost":66,"Date":"5/12/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":405,"Cost":256,"Date":"7/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":717,"Cost":478,"Date":"8/8/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":359,"Cost":194,"Date":"12/7/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":160,"Cost":119,"Date":"1/17/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":85,"Cost":65,"Date":"3/8/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":980,"Cost":740,"Date":"6/6/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":549,"Cost":441,"Date":"6/16/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":482,"Cost":399,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":403,"Cost":313,"Date":"11/19/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":471,"Cost":339,"Date":"12/28/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":758,"Cost":600,"Date":"2/4/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":747,"Cost":691,"Date":"3/8/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":596,"Cost":373,"Date":"12/18/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":835,"Cost":534,"Date":"3/31/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":45,"Cost":27,"Date":"4/20/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":770,"Cost":434,"Date":"6/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":506,"Cost":418,"Date":"7/23/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":179,"Cost":138,"Date":"11/21/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":221,"Cost":190,"Date":"11/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":883,"Cost":663,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":716,"Cost":515,"Date":"5/21/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":173,"Cost":90,"Date":"9/28/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":975,"Cost":607,"Date":"1/3/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":956,"Cost":747,"Date":"2/2/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":743,"Cost":616,"Date":"3/18/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":736,"Cost":570,"Date":"10/14/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":552,"Cost":509,"Date":"2/16/2018"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":38,"Cost":35,"Date":"6/7/2018"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":275,"Cost":253,"Date":"1/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":210,"Cost":124,"Date":"3/27/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":461,"Cost":350,"Date":"5/12/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":139,"Cost":92,"Date":"7/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":807,"Cost":486,"Date":"8/8/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":597,"Cost":322,"Date":"12/7/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":161,"Cost":149,"Date":"1/17/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":623,"Cost":479,"Date":"3/8/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":537,"Cost":398,"Date":"6/6/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":452,"Cost":343,"Date":"6/16/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":776,"Cost":420,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":970,"Cost":871,"Date":"11/19/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":415,"Cost":367,"Date":"12/28/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":530,"Cost":498,"Date":"2/4/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":750,"Cost":407,"Date":"3/8/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":712,"Cost":518,"Date":"12/18/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":869,"Cost":511,"Date":"3/31/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":208,"Cost":164,"Date":"4/20/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":389,"Cost":318,"Date":"6/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":665,"Cost":377,"Date":"7/23/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":270,"Cost":142,"Date":"11/21/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":899,"Cost":851,"Date":"11/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":143,"Cost":125,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":471,"Cost":397,"Date":"5/21/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":265,"Cost":201,"Date":"9/28/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":709,"Cost":625,"Date":"1/3/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":174,"Cost":163,"Date":"2/2/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":379,"Cost":286,"Date":"3/18/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":185,"Cost":134,"Date":"10/14/2024"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":433,"Cost":252,"Date":"2/16/2018"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":972,"Cost":821,"Date":"6/7/2018"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":747,"Cost":442,"Date":"1/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":238,"Cost":198,"Date":"3/27/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":719,"Cost":365,"Date":"5/12/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":509,"Cost":358,"Date":"7/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":797,"Cost":719,"Date":"8/8/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":630,"Cost":353,"Date":"12/7/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":998,"Cost":777,"Date":"1/17/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":750,"Cost":710,"Date":"3/8/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":463,"Cost":310,"Date":"6/6/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":743,"Cost":703,"Date":"6/16/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":996,"Cost":791,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":818,"Cost":491,"Date":"11/19/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":11,"Cost":6,"Date":"12/28/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":214,"Cost":202,"Date":"2/4/2021"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":510,"Cost":355,"Date":"3/8/2021"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":14,"Cost":8,"Date":"12/18/2021"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":936,"Cost":723,"Date":"3/31/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":429,"Cost":228,"Date":"4/20/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":588,"Cost":544,"Date":"6/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":321,"Cost":165,"Date":"7/23/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":950,"Cost":689,"Date":"11/21/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":26,"Cost":14,"Date":"11/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":277,"Cost":147,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":575,"Cost":525,"Date":"5/21/2023"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":323,"Cost":230,"Date":"9/28/2023"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":580,"Cost":406,"Date":"1/3/2024"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":624,"Cost":479,"Date":"2/2/2024"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":214,"Cost":152,"Date":"3/18/2024"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":998,"Cost":538,"Date":"10/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":645,"Cost":464,"Date":"2/16/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":813,"Cost":673,"Date":"6/7/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":149,"Cost":129,"Date":"1/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":173,"Cost":127,"Date":"3/27/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":30,"Cost":18,"Date":"5/12/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":429,"Cost":346,"Date":"7/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":292,"Cost":156,"Date":"8/8/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":441,"Cost":250,"Date":"12/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":882,"Cost":787,"Date":"1/17/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":896,"Cost":524,"Date":"3/8/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":318,"Cost":263,"Date":"6/6/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":665,"Cost":332,"Date":"6/16/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":104,"Cost":98,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":902,"Cost":470,"Date":"11/19/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":964,"Cost":497,"Date":"12/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":246,"Cost":172,"Date":"2/4/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":355,"Cost":260,"Date":"3/8/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":336,"Cost":246,"Date":"12/18/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":224,"Cost":184,"Date":"3/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":326,"Cost":209,"Date":"4/20/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":824,"Cost":662,"Date":"6/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":265,"Cost":177,"Date":"7/23/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":355,"Cost":337,"Date":"11/21/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":81,"Cost":65,"Date":"11/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":154,"Cost":126,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":149,"Cost":88,"Date":"5/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":267,"Cost":149,"Date":"9/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":757,"Cost":540,"Date":"1/3/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":934,"Cost":529,"Date":"2/2/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":470,"Cost":311,"Date":"3/18/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":685,"Cost":367,"Date":"10/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":512,"Cost":375,"Date":"2/16/2018"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":127,"Cost":74,"Date":"6/7/2018"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":25,"Cost":19,"Date":"1/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":977,"Cost":514,"Date":"3/27/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":820,"Cost":430,"Date":"5/12/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":499,"Cost":458,"Date":"7/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":264,"Cost":224,"Date":"8/8/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":821,"Cost":532,"Date":"12/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":963,"Cost":770,"Date":"1/17/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":712,"Cost":539,"Date":"3/8/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":692,"Cost":473,"Date":"6/6/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":453,"Cost":337,"Date":"6/16/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":830,"Cost":758,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":57,"Cost":29,"Date":"11/19/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":36,"Cost":33,"Date":"12/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":533,"Cost":305,"Date":"2/4/2021"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":130,"Cost":113,"Date":"3/8/2021"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":515,"Cost":326,"Date":"12/18/2021"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":707,"Cost":474,"Date":"3/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":635,"Cost":373,"Date":"4/20/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":789,"Cost":604,"Date":"6/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":903,"Cost":691,"Date":"7/23/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":366,"Cost":232,"Date":"11/21/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":892,"Cost":706,"Date":"11/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":512,"Cost":349,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":415,"Cost":220,"Date":"5/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":398,"Cost":372,"Date":"9/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":801,"Cost":672,"Date":"1/3/2024"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":295,"Cost":221,"Date":"2/2/2024"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":421,"Cost":364,"Date":"3/18/2024"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":749,"Cost":456,"Date":"10/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":139,"Cost":123,"Date":"2/16/2018"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":223,"Cost":151,"Date":"6/7/2018"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":567,"Cost":305,"Date":"1/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":551,"Cost":286,"Date":"3/27/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":136,"Cost":88,"Date":"5/12/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":675,"Cost":470,"Date":"7/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":344,"Cost":193,"Date":"8/8/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":925,"Cost":495,"Date":"12/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":833,"Cost":598,"Date":"1/17/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":241,"Cost":163,"Date":"3/8/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":832,"Cost":777,"Date":"6/6/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":532,"Cost":466,"Date":"6/16/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":549,"Cost":353,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":11,"Cost":8,"Date":"11/19/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":369,"Cost":239,"Date":"12/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":218,"Cost":162,"Date":"2/4/2021"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":870,"Cost":739,"Date":"3/8/2021"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":141,"Cost":124,"Date":"12/18/2021"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":969,"Cost":804,"Date":"3/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":933,"Cost":831,"Date":"4/20/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":855,"Cost":757,"Date":"6/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":561,"Cost":499,"Date":"7/23/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":171,"Cost":106,"Date":"11/21/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":446,"Cost":283,"Date":"11/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":342,"Cost":301,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":808,"Cost":455,"Date":"5/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":669,"Cost":533,"Date":"9/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":728,"Cost":431,"Date":"1/3/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":768,"Cost":562,"Date":"2/2/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":282,"Cost":188,"Date":"3/18/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":540,"Cost":336,"Date":"10/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":226,"Cost":208,"Date":"2/16/2018"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":204,"Cost":181,"Date":"6/7/2018"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":581,"Cost":378,"Date":"1/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":576,"Cost":423,"Date":"3/27/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":372,"Cost":233,"Date":"5/12/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":716,"Cost":477,"Date":"7/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":774,"Cost":569,"Date":"8/8/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":577,"Cost":517,"Date":"12/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":720,"Cost":523,"Date":"1/17/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":328,"Cost":235,"Date":"3/8/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":317,"Cost":213,"Date":"6/6/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":955,"Cost":754,"Date":"6/16/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":350,"Cost":226,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":20,"Cost":16,"Date":"11/19/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":381,"Cost":324,"Date":"12/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":668,"Cost":490,"Date":"2/4/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":448,"Cost":375,"Date":"3/8/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":942,"Cost":514,"Date":"12/18/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":342,"Cost":310,"Date":"3/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":329,"Cost":181,"Date":"4/20/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":268,"Cost":232,"Date":"6/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":856,"Cost":624,"Date":"7/23/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":587,"Cost":433,"Date":"11/21/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":681,"Cost":512,"Date":"11/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":440,"Cost":273,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":458,"Cost":310,"Date":"5/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":102,"Cost":73,"Date":"9/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":452,"Cost":351,"Date":"1/3/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":5,"Cost":2,"Date":"2/2/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":51,"Cost":38,"Date":"3/18/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":293,"Cost":226,"Date":"10/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":221,"Cost":123,"Date":"2/16/2018"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":822,"Cost":525,"Date":"6/7/2018"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":935,"Cost":517,"Date":"1/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":146,"Cost":109,"Date":"3/27/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":747,"Cost":496,"Date":"5/12/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":864,"Cost":733,"Date":"7/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":904,"Cost":834,"Date":"8/8/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":150,"Cost":127,"Date":"12/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":984,"Cost":703,"Date":"1/17/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":252,"Cost":126,"Date":"3/8/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":508,"Cost":454,"Date":"6/6/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":344,"Cost":213,"Date":"6/16/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":760,"Cost":721,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":222,"Cost":191,"Date":"11/19/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":65,"Cost":33,"Date":"12/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":433,"Cost":370,"Date":"2/4/2021"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":827,"Cost":706,"Date":"3/8/2021"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":877,"Cost":529,"Date":"12/18/2021"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":948,"Cost":590,"Date":"3/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":223,"Cost":151,"Date":"4/20/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":70,"Cost":45,"Date":"6/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":956,"Cost":762,"Date":"7/23/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":945,"Cost":822,"Date":"11/21/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":291,"Cost":211,"Date":"11/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":892,"Cost":732,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":748,"Cost":565,"Date":"5/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":217,"Cost":155,"Date":"9/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":679,"Cost":605,"Date":"1/3/2024"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":73,"Cost":59,"Date":"2/2/2024"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":458,"Cost":400,"Date":"3/18/2024"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":611,"Cost":554,"Date":"10/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":257,"Cost":226,"Date":"2/16/2018"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":283,"Cost":191,"Date":"6/7/2018"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":74,"Cost":69,"Date":"1/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":652,"Cost":328,"Date":"3/27/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":322,"Cost":267,"Date":"5/12/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":859,"Cost":495,"Date":"7/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":499,"Cost":419,"Date":"8/8/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":22,"Cost":15,"Date":"12/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":992,"Cost":783,"Date":"1/17/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":278,"Cost":207,"Date":"3/8/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":240,"Cost":146,"Date":"6/6/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":378,"Cost":274,"Date":"6/16/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":315,"Cost":274,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":958,"Cost":503,"Date":"11/19/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":532,"Cost":451,"Date":"12/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":645,"Cost":444,"Date":"2/4/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":726,"Cost":429,"Date":"3/8/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":564,"Cost":335,"Date":"12/18/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":620,"Cost":486,"Date":"3/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":23,"Cost":21,"Date":"4/20/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":494,"Cost":253,"Date":"6/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":513,"Cost":471,"Date":"7/23/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":916,"Cost":570,"Date":"11/21/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":878,"Cost":536,"Date":"11/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":948,"Cost":752,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":492,"Cost":269,"Date":"5/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":673,"Cost":371,"Date":"9/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":856,"Cost":467,"Date":"1/3/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":873,"Cost":456,"Date":"2/2/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":852,"Cost":638,"Date":"3/18/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":453,"Cost":411,"Date":"10/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":722,"Cost":424,"Date":"2/16/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":485,"Cost":421,"Date":"6/7/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":359,"Cost":267,"Date":"1/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":97,"Cost":79,"Date":"3/27/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":751,"Cost":524,"Date":"5/12/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":472,"Cost":321,"Date":"7/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":155,"Cost":95,"Date":"8/8/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":208,"Cost":157,"Date":"12/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":217,"Cost":128,"Date":"1/17/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":803,"Cost":584,"Date":"3/8/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":314,"Cost":206,"Date":"6/6/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":336,"Cost":277,"Date":"6/16/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":483,"Cost":445,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":760,"Cost":688,"Date":"11/19/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":767,"Cost":454,"Date":"12/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":343,"Cost":313,"Date":"2/4/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":156,"Cost":114,"Date":"3/8/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":460,"Cost":421,"Date":"12/18/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":117,"Cost":98,"Date":"3/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":561,"Cost":286,"Date":"4/20/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":383,"Cost":230,"Date":"6/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":873,"Cost":588,"Date":"7/23/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":713,"Cost":504,"Date":"11/21/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":641,"Cost":576,"Date":"11/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":223,"Cost":142,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":756,"Cost":431,"Date":"5/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":602,"Cost":469,"Date":"9/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":722,"Cost":424,"Date":"1/3/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":671,"Cost":634,"Date":"2/2/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":233,"Cost":215,"Date":"3/18/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":56,"Cost":46,"Date":"10/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":283,"Cost":237,"Date":"2/16/2018"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":754,"Cost":525,"Date":"6/7/2018"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":168,"Cost":157,"Date":"1/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":382,"Cost":352,"Date":"3/27/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":245,"Cost":151,"Date":"5/12/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":475,"Cost":287,"Date":"7/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":391,"Cost":204,"Date":"8/8/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":571,"Cost":471,"Date":"12/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":586,"Cost":527,"Date":"1/17/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":162,"Cost":100,"Date":"3/8/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":807,"Cost":687,"Date":"6/6/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":364,"Cost":218,"Date":"6/16/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":162,"Cost":141,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":429,"Cost":243,"Date":"11/19/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":985,"Cost":496,"Date":"12/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":63,"Cost":32,"Date":"2/4/2021"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":843,"Cost":535,"Date":"3/8/2021"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":198,"Cost":99,"Date":"12/18/2021"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":221,"Cost":141,"Date":"3/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":398,"Cost":233,"Date":"4/20/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":384,"Cost":257,"Date":"6/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":626,"Cost":350,"Date":"7/23/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":929,"Cost":595,"Date":"11/21/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":953,"Cost":778,"Date":"11/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":943,"Cost":828,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":313,"Cost":197,"Date":"5/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":694,"Cost":452,"Date":"9/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":194,"Cost":144,"Date":"1/3/2024"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":240,"Cost":145,"Date":"2/2/2024"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":739,"Cost":622,"Date":"3/18/2024"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":758,"Cost":515,"Date":"10/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":436,"Cost":312,"Date":"2/16/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":202,"Cost":146,"Date":"6/7/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":343,"Cost":261,"Date":"1/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":839,"Cost":459,"Date":"3/27/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":811,"Cost":604,"Date":"5/12/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":165,"Cost":104,"Date":"7/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":436,"Cost":403,"Date":"8/8/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":561,"Cost":301,"Date":"12/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":279,"Cost":210,"Date":"1/17/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":22,"Cost":21,"Date":"3/8/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":19,"Cost":13,"Date":"6/6/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":491,"Cost":432,"Date":"6/16/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":42,"Cost":25,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":552,"Cost":463,"Date":"11/19/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":686,"Cost":567,"Date":"12/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":386,"Cost":243,"Date":"2/4/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":516,"Cost":278,"Date":"3/8/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":182,"Cost":112,"Date":"12/18/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":1000,"Cost":641,"Date":"3/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":257,"Cost":180,"Date":"4/20/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":490,"Cost":252,"Date":"6/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":338,"Cost":225,"Date":"7/23/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":98,"Cost":55,"Date":"11/21/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":965,"Cost":715,"Date":"11/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":781,"Cost":738,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":139,"Cost":114,"Date":"5/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":459,"Cost":394,"Date":"9/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":159,"Cost":98,"Date":"1/3/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":838,"Cost":512,"Date":"2/2/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":711,"Cost":663,"Date":"3/18/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":90,"Cost":61,"Date":"10/14/2024"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":640,"Cost":328,"Date":"2/16/2018"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":787,"Cost":674,"Date":"6/7/2018"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":718,"Cost":398,"Date":"1/28/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":101,"Cost":83,"Date":"3/27/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":175,"Cost":131,"Date":"5/12/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":168,"Cost":111,"Date":"7/28/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":812,"Cost":659,"Date":"8/8/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":217,"Cost":118,"Date":"12/7/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":740,"Cost":413,"Date":"1/17/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":376,"Cost":299,"Date":"3/8/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":809,"Cost":661,"Date":"6/6/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":278,"Cost":213,"Date":"6/16/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":149,"Cost":101,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":475,"Cost":451,"Date":"11/19/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":958,"Cost":837,"Date":"12/28/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":246,"Cost":233,"Date":"2/4/2021"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":412,"Cost":285,"Date":"3/8/2021"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":654,"Cost":548,"Date":"12/18/2021"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":919,"Cost":633,"Date":"3/31/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":270,"Cost":180,"Date":"4/20/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":323,"Cost":302,"Date":"6/26/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":571,"Cost":443,"Date":"7/23/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":291,"Cost":169,"Date":"11/21/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":21,"Cost":14,"Date":"11/26/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":670,"Cost":345,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":401,"Cost":310,"Date":"5/21/2023"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":55,"Cost":41,"Date":"9/28/2023"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":102,"Cost":90,"Date":"1/3/2024"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":87,"Cost":80,"Date":"2/2/2024"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":490,"Cost":262,"Date":"3/18/2024"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":502,"Cost":385,"Date":"10/14/2024"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":639,"Cost":535,"Date":"2/16/2018"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":36,"Cost":32,"Date":"6/7/2018"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":207,"Cost":158,"Date":"1/28/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":121,"Cost":96,"Date":"3/27/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":421,"Cost":346,"Date":"5/12/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":37,"Cost":29,"Date":"7/28/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":28,"Cost":18,"Date":"8/8/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":834,"Cost":744,"Date":"12/7/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":452,"Cost":282,"Date":"1/17/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":815,"Cost":773,"Date":"3/8/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":245,"Cost":198,"Date":"6/6/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":408,"Cost":236,"Date":"6/16/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":236,"Cost":125,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":181,"Cost":142,"Date":"11/19/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":811,"Cost":438,"Date":"12/28/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":211,"Cost":129,"Date":"2/4/2021"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":586,"Cost":465,"Date":"3/8/2021"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":340,"Cost":319,"Date":"12/18/2021"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":851,"Cost":611,"Date":"3/31/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":404,"Cost":304,"Date":"4/20/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":330,"Cost":310,"Date":"6/26/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":490,"Cost":318,"Date":"7/23/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":185,"Cost":94,"Date":"11/21/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":602,"Cost":360,"Date":"11/26/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":211,"Cost":143,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":850,"Cost":545,"Date":"5/21/2023"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":879,"Cost":808,"Date":"9/28/2023"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":978,"Cost":744,"Date":"1/3/2024"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":671,"Cost":421,"Date":"2/2/2024"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":73,"Cost":61,"Date":"3/18/2024"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":562,"Cost":476,"Date":"10/14/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":635,"Cost":529,"Date":"2/16/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":216,"Cost":182,"Date":"6/7/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":456,"Cost":251,"Date":"1/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":535,"Cost":477,"Date":"3/27/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":491,"Cost":300,"Date":"5/12/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":139,"Cost":106,"Date":"7/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":126,"Cost":65,"Date":"8/8/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":915,"Cost":502,"Date":"12/7/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":508,"Cost":355,"Date":"1/17/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":160,"Cost":111,"Date":"3/8/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":362,"Cost":238,"Date":"6/6/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":415,"Cost":292,"Date":"6/16/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":468,"Cost":268,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":700,"Cost":592,"Date":"11/19/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":445,"Cost":329,"Date":"12/28/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":326,"Cost":294,"Date":"2/4/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":188,"Cost":164,"Date":"3/8/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":759,"Cost":468,"Date":"12/18/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":128,"Cost":91,"Date":"3/31/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":813,"Cost":681,"Date":"4/20/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":326,"Cost":232,"Date":"6/26/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":729,"Cost":654,"Date":"7/23/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":418,"Cost":292,"Date":"11/21/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":810,"Cost":427,"Date":"11/26/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":84,"Cost":69,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":294,"Cost":178,"Date":"5/21/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":403,"Cost":240,"Date":"9/28/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":462,"Cost":406,"Date":"1/3/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":122,"Cost":84,"Date":"2/2/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":864,"Cost":817,"Date":"3/18/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":698,"Cost":562,"Date":"10/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":920,"Cost":756,"Date":"2/16/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":974,"Cost":914,"Date":"6/7/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":132,"Cost":111,"Date":"1/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":801,"Cost":559,"Date":"3/27/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":664,"Cost":334,"Date":"5/12/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":768,"Cost":527,"Date":"7/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":407,"Cost":321,"Date":"8/8/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":356,"Cost":284,"Date":"12/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":204,"Cost":172,"Date":"1/17/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":817,"Cost":632,"Date":"3/8/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":78,"Cost":47,"Date":"6/6/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":625,"Cost":483,"Date":"6/16/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":515,"Cost":288,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":187,"Cost":130,"Date":"11/19/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":499,"Cost":297,"Date":"12/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":713,"Cost":639,"Date":"2/4/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":671,"Cost":521,"Date":"3/8/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":522,"Cost":300,"Date":"12/18/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":13,"Cost":11,"Date":"3/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":746,"Cost":410,"Date":"4/20/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":608,"Cost":321,"Date":"6/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":647,"Cost":451,"Date":"7/23/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":403,"Cost":275,"Date":"11/21/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":32,"Cost":28,"Date":"11/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":674,"Cost":389,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":887,"Cost":709,"Date":"5/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":2,"Cost":1,"Date":"9/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":742,"Cost":549,"Date":"1/3/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":264,"Cost":209,"Date":"2/2/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":808,"Cost":667,"Date":"3/18/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":64,"Cost":34,"Date":"10/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":300,"Cost":203,"Date":"2/16/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":988,"Cost":803,"Date":"6/7/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":87,"Cost":70,"Date":"1/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":167,"Cost":152,"Date":"3/27/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":657,"Cost":331,"Date":"5/12/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":815,"Cost":754,"Date":"7/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":130,"Cost":71,"Date":"8/8/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":37,"Cost":20,"Date":"12/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":659,"Cost":500,"Date":"1/17/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":989,"Cost":781,"Date":"3/8/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":163,"Cost":99,"Date":"6/6/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":237,"Cost":225,"Date":"6/16/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":758,"Cost":688,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":774,"Cost":704,"Date":"11/19/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":674,"Cost":518,"Date":"12/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":341,"Cost":221,"Date":"2/4/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":680,"Cost":503,"Date":"3/8/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":263,"Cost":164,"Date":"12/18/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":44,"Cost":40,"Date":"3/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":16,"Cost":9,"Date":"4/20/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":156,"Cost":78,"Date":"6/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":346,"Cost":227,"Date":"7/23/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":960,"Cost":628,"Date":"11/21/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":86,"Cost":49,"Date":"11/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":447,"Cost":419,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":993,"Cost":859,"Date":"5/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":658,"Cost":375,"Date":"9/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":6,"Cost":3,"Date":"1/3/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":926,"Cost":554,"Date":"2/2/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":224,"Cost":190,"Date":"3/18/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":859,"Cost":656,"Date":"10/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":857,"Cost":524,"Date":"2/16/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":622,"Cost":442,"Date":"6/7/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":861,"Cost":468,"Date":"1/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":351,"Cost":285,"Date":"3/27/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":939,"Cost":718,"Date":"5/12/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":882,"Cost":610,"Date":"7/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":80,"Cost":70,"Date":"8/8/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":71,"Cost":60,"Date":"12/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":419,"Cost":321,"Date":"1/17/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":1000,"Cost":695,"Date":"3/8/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":578,"Cost":531,"Date":"6/6/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":482,"Cost":244,"Date":"6/16/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":472,"Cost":369,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":181,"Cost":133,"Date":"11/19/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":355,"Cost":336,"Date":"12/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":886,"Cost":587,"Date":"2/4/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":202,"Cost":130,"Date":"3/8/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":676,"Cost":639,"Date":"12/18/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":821,"Cost":516,"Date":"3/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":299,"Cost":232,"Date":"4/20/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":696,"Cost":585,"Date":"6/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":904,"Cost":759,"Date":"7/23/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":167,"Cost":123,"Date":"11/21/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":572,"Cost":316,"Date":"11/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":561,"Cost":298,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":761,"Cost":522,"Date":"5/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":214,"Cost":116,"Date":"9/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":912,"Cost":685,"Date":"1/3/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":280,"Cost":265,"Date":"2/2/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":997,"Cost":558,"Date":"3/18/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":578,"Cost":303,"Date":"10/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":992,"Cost":908,"Date":"2/16/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":555,"Cost":420,"Date":"6/7/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":131,"Cost":68,"Date":"1/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":555,"Cost":393,"Date":"3/27/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":14,"Cost":10,"Date":"5/12/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":644,"Cost":556,"Date":"7/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":947,"Cost":544,"Date":"8/8/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":3,"Cost":2,"Date":"12/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":729,"Cost":561,"Date":"1/17/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":368,"Cost":266,"Date":"3/8/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":364,"Cost":259,"Date":"6/6/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":975,"Cost":744,"Date":"6/16/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":989,"Cost":684,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":765,"Cost":679,"Date":"11/19/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":51,"Cost":31,"Date":"12/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":765,"Cost":657,"Date":"2/4/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":822,"Cost":697,"Date":"3/8/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":425,"Cost":229,"Date":"12/18/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":768,"Cost":695,"Date":"3/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":167,"Cost":105,"Date":"4/20/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":304,"Cost":289,"Date":"6/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":227,"Cost":175,"Date":"7/23/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":8,"Cost":6,"Date":"11/21/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":6,"Cost":4,"Date":"11/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":200,"Cost":158,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":898,"Cost":477,"Date":"5/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":908,"Cost":495,"Date":"9/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":982,"Cost":537,"Date":"1/3/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":367,"Cost":254,"Date":"2/2/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":610,"Cost":549,"Date":"3/18/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":635,"Cost":466,"Date":"10/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":424,"Cost":383,"Date":"2/16/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":233,"Cost":210,"Date":"6/7/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":238,"Cost":123,"Date":"1/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":375,"Cost":208,"Date":"3/27/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":860,"Cost":648,"Date":"5/12/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":329,"Cost":264,"Date":"7/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":953,"Cost":681,"Date":"8/8/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":435,"Cost":313,"Date":"12/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":803,"Cost":589,"Date":"1/17/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":570,"Cost":431,"Date":"3/8/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":325,"Cost":197,"Date":"6/6/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":319,"Cost":239,"Date":"6/16/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":245,"Cost":168,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":675,"Cost":593,"Date":"11/19/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":607,"Cost":408,"Date":"12/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":678,"Cost":417,"Date":"2/4/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":778,"Cost":574,"Date":"3/8/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":282,"Cost":238,"Date":"12/18/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":166,"Cost":131,"Date":"3/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":864,"Cost":674,"Date":"4/20/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":602,"Cost":373,"Date":"6/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":342,"Cost":267,"Date":"7/23/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":313,"Cost":273,"Date":"11/21/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":793,"Cost":590,"Date":"11/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":968,"Cost":736,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":588,"Cost":394,"Date":"5/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":952,"Cost":852,"Date":"9/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":50,"Cost":36,"Date":"1/3/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":249,"Cost":127,"Date":"2/2/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":21,"Cost":14,"Date":"3/18/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":352,"Cost":329,"Date":"10/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":139,"Cost":122,"Date":"2/16/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":958,"Cost":895,"Date":"6/7/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":220,"Cost":202,"Date":"1/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":117,"Cost":62,"Date":"3/27/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":117,"Cost":100,"Date":"5/12/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":828,"Cost":602,"Date":"7/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":668,"Cost":488,"Date":"8/8/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":455,"Cost":293,"Date":"12/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":243,"Cost":224,"Date":"1/17/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":112,"Cost":91,"Date":"3/8/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":305,"Cost":209,"Date":"6/6/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":26,"Cost":21,"Date":"6/16/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":545,"Cost":366,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":759,"Cost":684,"Date":"11/19/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":445,"Cost":361,"Date":"12/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":310,"Cost":253,"Date":"2/4/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":602,"Cost":446,"Date":"3/8/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":502,"Cost":262,"Date":"12/18/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":945,"Cost":893,"Date":"3/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":756,"Cost":540,"Date":"4/20/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":480,"Cost":348,"Date":"6/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":239,"Cost":122,"Date":"7/23/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":767,"Cost":537,"Date":"11/21/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":725,"Cost":652,"Date":"11/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":564,"Cost":442,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":181,"Cost":102,"Date":"5/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":987,"Cost":682,"Date":"9/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":171,"Cost":95,"Date":"1/3/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":79,"Cost":63,"Date":"2/2/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":774,"Cost":422,"Date":"3/18/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":992,"Cost":888,"Date":"10/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":96,"Cost":62,"Date":"2/16/2018"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":836,"Cost":582,"Date":"6/7/2018"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":668,"Cost":471,"Date":"1/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":800,"Cost":745,"Date":"3/27/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":865,"Cost":584,"Date":"5/12/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":33,"Cost":19,"Date":"7/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":977,"Cost":893,"Date":"8/8/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":411,"Cost":383,"Date":"12/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":947,"Cost":531,"Date":"1/17/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":391,"Cost":212,"Date":"3/8/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":138,"Cost":70,"Date":"6/6/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":744,"Cost":449,"Date":"6/16/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":997,"Cost":694,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":212,"Cost":172,"Date":"11/19/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":300,"Cost":270,"Date":"12/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":16,"Cost":15,"Date":"2/4/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":990,"Cost":667,"Date":"3/8/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":378,"Cost":190,"Date":"12/18/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":722,"Cost":652,"Date":"3/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":797,"Cost":579,"Date":"4/20/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":76,"Cost":55,"Date":"6/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":565,"Cost":495,"Date":"7/23/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":181,"Cost":140,"Date":"11/21/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":704,"Cost":432,"Date":"11/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":502,"Cost":370,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":983,"Cost":492,"Date":"5/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":517,"Cost":462,"Date":"9/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":349,"Cost":323,"Date":"1/3/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":137,"Cost":83,"Date":"2/2/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":84,"Cost":77,"Date":"3/18/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":181,"Cost":167,"Date":"10/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":136,"Cost":89,"Date":"2/16/2018"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":894,"Cost":546,"Date":"6/7/2018"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":929,"Cost":789,"Date":"1/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":502,"Cost":454,"Date":"3/27/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":394,"Cost":286,"Date":"5/12/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":406,"Cost":334,"Date":"7/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":252,"Cost":145,"Date":"8/8/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":872,"Cost":596,"Date":"12/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":983,"Cost":687,"Date":"1/17/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":706,"Cost":419,"Date":"3/8/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":389,"Cost":245,"Date":"6/6/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":511,"Cost":424,"Date":"6/16/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":489,"Cost":404,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":175,"Cost":123,"Date":"11/19/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":303,"Cost":250,"Date":"12/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":690,"Cost":492,"Date":"2/4/2021"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":684,"Cost":491,"Date":"3/8/2021"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":542,"Cost":402,"Date":"12/18/2021"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":709,"Cost":606,"Date":"3/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":488,"Cost":340,"Date":"4/20/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":503,"Cost":425,"Date":"6/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":847,"Cost":619,"Date":"7/23/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":865,"Cost":663,"Date":"11/21/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":99,"Cost":76,"Date":"11/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":799,"Cost":444,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":764,"Cost":563,"Date":"5/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":79,"Cost":67,"Date":"9/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":960,"Cost":804,"Date":"1/3/2024"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":493,"Cost":321,"Date":"2/2/2024"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":281,"Cost":231,"Date":"3/18/2024"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":975,"Cost":708,"Date":"10/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":849,"Cost":787,"Date":"2/16/2018"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":663,"Cost":418,"Date":"6/7/2018"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":225,"Cost":210,"Date":"1/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":8,"Cost":6,"Date":"3/27/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":372,"Cost":282,"Date":"5/12/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":311,"Cost":259,"Date":"7/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":632,"Cost":432,"Date":"8/8/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":891,"Cost":487,"Date":"12/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":778,"Cost":586,"Date":"1/17/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":208,"Cost":109,"Date":"3/8/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":144,"Cost":131,"Date":"6/6/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":871,"Cost":632,"Date":"6/16/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":985,"Cost":851,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":837,"Cost":702,"Date":"11/19/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":640,"Cost":579,"Date":"12/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":936,"Cost":554,"Date":"2/4/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":347,"Cost":230,"Date":"3/8/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":558,"Cost":519,"Date":"12/18/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":658,"Cost":605,"Date":"3/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":489,"Cost":288,"Date":"4/20/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":434,"Cost":359,"Date":"6/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":161,"Cost":149,"Date":"7/23/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":739,"Cost":499,"Date":"11/21/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":753,"Cost":579,"Date":"11/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":125,"Cost":81,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":270,"Cost":246,"Date":"5/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":682,"Cost":426,"Date":"9/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":829,"Cost":684,"Date":"1/3/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":554,"Cost":422,"Date":"2/2/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":334,"Cost":184,"Date":"3/18/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":307,"Cost":271,"Date":"10/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":511,"Cost":417,"Date":"2/16/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":845,"Cost":530,"Date":"6/7/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":759,"Cost":381,"Date":"1/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":930,"Cost":856,"Date":"3/27/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":500,"Cost":454,"Date":"5/12/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":420,"Cost":352,"Date":"7/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":515,"Cost":397,"Date":"8/8/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":182,"Cost":120,"Date":"12/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":441,"Cost":293,"Date":"1/17/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":788,"Cost":667,"Date":"3/8/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":504,"Cost":266,"Date":"6/6/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":755,"Cost":705,"Date":"6/16/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":125,"Cost":81,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":311,"Cost":246,"Date":"11/19/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":555,"Cost":473,"Date":"12/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":626,"Cost":379,"Date":"2/4/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":661,"Cost":372,"Date":"3/8/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":527,"Cost":457,"Date":"12/18/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":349,"Cost":218,"Date":"3/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":567,"Cost":496,"Date":"4/20/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":826,"Cost":658,"Date":"6/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":169,"Cost":111,"Date":"7/23/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":85,"Cost":76,"Date":"11/21/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":316,"Cost":258,"Date":"11/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":67,"Cost":35,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":421,"Cost":285,"Date":"5/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":245,"Cost":171,"Date":"9/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":362,"Cost":229,"Date":"1/3/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":364,"Cost":230,"Date":"2/2/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":803,"Cost":432,"Date":"3/18/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":247,"Cost":214,"Date":"10/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":647,"Cost":413,"Date":"2/16/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":320,"Cost":221,"Date":"6/7/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":347,"Cost":307,"Date":"1/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":367,"Cost":262,"Date":"3/27/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":385,"Cost":333,"Date":"5/12/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":972,"Cost":536,"Date":"7/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":492,"Cost":338,"Date":"8/8/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":881,"Cost":511,"Date":"12/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":859,"Cost":707,"Date":"1/17/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":553,"Cost":384,"Date":"3/8/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":313,"Cost":211,"Date":"6/6/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":739,"Cost":587,"Date":"6/16/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":307,"Cost":261,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":401,"Cost":335,"Date":"11/19/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":889,"Cost":745,"Date":"12/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":822,"Cost":761,"Date":"2/4/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":211,"Cost":148,"Date":"3/8/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":594,"Cost":396,"Date":"12/18/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":174,"Cost":146,"Date":"3/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":415,"Cost":296,"Date":"4/20/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":46,"Cost":30,"Date":"6/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":627,"Cost":568,"Date":"7/23/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":856,"Cost":804,"Date":"11/21/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":690,"Cost":499,"Date":"11/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":322,"Cost":245,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":429,"Cost":304,"Date":"5/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":487,"Cost":453,"Date":"9/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":889,"Cost":462,"Date":"1/3/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":241,"Cost":158,"Date":"2/2/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":58,"Cost":52,"Date":"3/18/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":876,"Cost":519,"Date":"10/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":477,"Cost":359,"Date":"2/16/2018"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":33,"Cost":30,"Date":"6/7/2018"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":900,"Cost":665,"Date":"1/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":725,"Cost":469,"Date":"3/27/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":675,"Cost":545,"Date":"5/12/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":577,"Cost":382,"Date":"7/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":975,"Cost":822,"Date":"8/8/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":311,"Cost":252,"Date":"12/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":20,"Cost":18,"Date":"1/17/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":642,"Cost":551,"Date":"3/8/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":219,"Cost":155,"Date":"6/6/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":944,"Cost":702,"Date":"6/16/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":197,"Cost":182,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":411,"Cost":214,"Date":"11/19/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":582,"Cost":397,"Date":"12/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":720,"Cost":423,"Date":"2/4/2021"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":950,"Cost":880,"Date":"3/8/2021"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":679,"Cost":412,"Date":"12/18/2021"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":127,"Cost":67,"Date":"3/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":353,"Cost":198,"Date":"4/20/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":782,"Cost":569,"Date":"6/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":196,"Cost":135,"Date":"7/23/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":853,"Cost":519,"Date":"11/21/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":421,"Cost":379,"Date":"11/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":652,"Cost":326,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":765,"Cost":502,"Date":"5/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":814,"Cost":579,"Date":"9/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":424,"Cost":221,"Date":"1/3/2024"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":17,"Cost":15,"Date":"2/2/2024"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":847,"Cost":750,"Date":"3/18/2024"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":502,"Cost":276,"Date":"10/14/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":264,"Cost":143,"Date":"2/16/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":526,"Cost":454,"Date":"6/7/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":7,"Cost":7,"Date":"1/28/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":216,"Cost":114,"Date":"3/27/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":684,"Cost":466,"Date":"5/12/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":859,"Cost":541,"Date":"7/28/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":592,"Cost":424,"Date":"8/8/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":82,"Cost":54,"Date":"12/7/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":841,"Cost":589,"Date":"1/17/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":821,"Cost":491,"Date":"3/8/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":541,"Cost":485,"Date":"6/6/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":353,"Cost":177,"Date":"6/16/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":780,"Cost":467,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":407,"Cost":337,"Date":"11/19/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":687,"Cost":472,"Date":"12/28/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":530,"Cost":305,"Date":"2/4/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":488,"Cost":427,"Date":"3/8/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":976,"Cost":519,"Date":"12/18/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":793,"Cost":688,"Date":"3/31/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":862,"Cost":812,"Date":"4/20/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":664,"Cost":376,"Date":"6/26/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":315,"Cost":241,"Date":"7/23/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":705,"Cost":663,"Date":"11/21/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":743,"Cost":679,"Date":"11/26/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":351,"Cost":305,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":487,"Cost":273,"Date":"5/21/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":107,"Cost":82,"Date":"9/28/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":527,"Cost":316,"Date":"1/3/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":348,"Cost":179,"Date":"2/2/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":483,"Cost":445,"Date":"3/18/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":527,"Cost":296,"Date":"10/14/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":371,"Cost":327,"Date":"2/16/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":161,"Cost":90,"Date":"6/7/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":659,"Cost":527,"Date":"1/28/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":721,"Cost":637,"Date":"3/27/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":369,"Cost":334,"Date":"5/12/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":161,"Cost":138,"Date":"7/28/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":91,"Cost":59,"Date":"8/8/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":146,"Cost":137,"Date":"12/7/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":900,"Cost":850,"Date":"1/17/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":180,"Cost":92,"Date":"3/8/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":612,"Cost":539,"Date":"6/6/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":924,"Cost":718,"Date":"6/16/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":473,"Cost":313,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":705,"Cost":568,"Date":"11/19/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":243,"Cost":190,"Date":"12/28/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":2,"Cost":2,"Date":"2/4/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":352,"Cost":327,"Date":"3/8/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":160,"Cost":134,"Date":"12/18/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":242,"Cost":125,"Date":"3/31/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":740,"Cost":655,"Date":"4/20/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":91,"Cost":64,"Date":"6/26/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":716,"Cost":386,"Date":"7/23/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":67,"Cost":38,"Date":"11/21/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":489,"Cost":275,"Date":"11/26/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":987,"Cost":533,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":345,"Cost":205,"Date":"5/21/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":73,"Cost":67,"Date":"9/28/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":700,"Cost":400,"Date":"1/3/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":446,"Cost":285,"Date":"2/2/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":97,"Cost":88,"Date":"3/18/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":208,"Cost":107,"Date":"10/14/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":545,"Cost":422,"Date":"2/16/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":977,"Cost":663,"Date":"6/7/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":588,"Cost":392,"Date":"1/28/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":691,"Cost":468,"Date":"3/27/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":705,"Cost":502,"Date":"5/12/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":849,"Cost":764,"Date":"7/28/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":547,"Cost":423,"Date":"8/8/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":503,"Cost":436,"Date":"12/7/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":198,"Cost":142,"Date":"1/17/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":885,"Cost":635,"Date":"3/8/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":31,"Cost":25,"Date":"6/6/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":553,"Cost":515,"Date":"6/16/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":556,"Cost":317,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":77,"Cost":42,"Date":"11/19/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":638,"Cost":606,"Date":"12/28/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":247,"Cost":226,"Date":"2/4/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":288,"Cost":238,"Date":"3/8/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":471,"Cost":249,"Date":"12/18/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":588,"Cost":328,"Date":"3/31/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":663,"Cost":364,"Date":"4/20/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":85,"Cost":57,"Date":"6/26/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":497,"Cost":415,"Date":"7/23/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":413,"Cost":305,"Date":"11/21/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":328,"Cost":180,"Date":"11/26/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":500,"Cost":395,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":870,"Cost":726,"Date":"5/21/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":600,"Cost":561,"Date":"9/28/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":533,"Cost":280,"Date":"1/3/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":384,"Cost":299,"Date":"2/2/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":585,"Cost":468,"Date":"3/18/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":605,"Cost":332,"Date":"10/14/2024"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":859,"Cost":497,"Date":"2/16/2018"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":838,"Cost":775,"Date":"6/7/2018"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":435,"Cost":378,"Date":"1/28/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":265,"Cost":172,"Date":"3/27/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":412,"Cost":285,"Date":"5/12/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":510,"Cost":403,"Date":"7/28/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":534,"Cost":324,"Date":"8/8/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":897,"Cost":630,"Date":"12/7/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":904,"Cost":841,"Date":"1/17/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":817,"Cost":718,"Date":"3/8/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":130,"Cost":84,"Date":"6/6/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":839,"Cost":566,"Date":"6/16/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":775,"Cost":390,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":218,"Cost":158,"Date":"11/19/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":426,"Cost":373,"Date":"12/28/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":708,"Cost":424,"Date":"2/4/2021"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":470,"Cost":398,"Date":"3/8/2021"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":233,"Cost":125,"Date":"12/18/2021"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":771,"Cost":467,"Date":"3/31/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":953,"Cost":580,"Date":"4/20/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":816,"Cost":412,"Date":"6/26/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":24,"Cost":20,"Date":"7/23/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":549,"Cost":495,"Date":"11/21/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":348,"Cost":204,"Date":"11/26/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":925,"Cost":851,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":486,"Cost":276,"Date":"5/21/2023"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":171,"Cost":163,"Date":"9/28/2023"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":233,"Cost":185,"Date":"1/3/2024"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":471,"Cost":381,"Date":"2/2/2024"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":15,"Cost":13,"Date":"3/18/2024"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":108,"Cost":66,"Date":"10/14/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":804,"Cost":535,"Date":"2/16/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":137,"Cost":106,"Date":"6/7/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":834,"Cost":648,"Date":"1/28/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":767,"Cost":681,"Date":"3/27/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":974,"Cost":884,"Date":"5/12/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":194,"Cost":136,"Date":"7/28/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":310,"Cost":164,"Date":"8/8/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":766,"Cost":519,"Date":"12/7/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":663,"Cost":493,"Date":"1/17/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":421,"Cost":313,"Date":"3/8/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":816,"Cost":590,"Date":"6/6/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":223,"Cost":151,"Date":"6/16/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":140,"Cost":127,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":889,"Cost":805,"Date":"11/19/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":548,"Cost":441,"Date":"12/28/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":964,"Cost":841,"Date":"2/4/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":746,"Cost":449,"Date":"3/8/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":612,"Cost":365,"Date":"12/18/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":887,"Cost":692,"Date":"3/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":709,"Cost":449,"Date":"4/20/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":74,"Cost":66,"Date":"6/26/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":55,"Cost":34,"Date":"7/23/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":727,"Cost":621,"Date":"11/21/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":301,"Cost":227,"Date":"11/26/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":358,"Cost":308,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":42,"Cost":24,"Date":"5/21/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":395,"Cost":262,"Date":"9/28/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":459,"Cost":350,"Date":"1/3/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":511,"Cost":439,"Date":"2/2/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":662,"Cost":565,"Date":"3/18/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":344,"Cost":324,"Date":"10/14/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":466,"Cost":252,"Date":"2/16/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":372,"Cost":325,"Date":"6/7/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":236,"Cost":177,"Date":"1/28/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":231,"Cost":150,"Date":"3/27/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":531,"Cost":340,"Date":"5/12/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":734,"Cost":469,"Date":"7/28/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":720,"Cost":583,"Date":"8/8/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":527,"Cost":376,"Date":"12/7/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":847,"Cost":491,"Date":"1/17/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":633,"Cost":380,"Date":"3/8/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":329,"Cost":248,"Date":"6/6/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":120,"Cost":101,"Date":"6/16/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":547,"Cost":377,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":890,"Cost":672,"Date":"11/19/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":564,"Cost":385,"Date":"12/28/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":130,"Cost":91,"Date":"2/4/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":346,"Cost":201,"Date":"3/8/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":913,"Cost":509,"Date":"12/18/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":711,"Cost":396,"Date":"3/31/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":704,"Cost":499,"Date":"4/20/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":141,"Cost":103,"Date":"6/26/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":433,"Cost":279,"Date":"7/23/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":32,"Cost":29,"Date":"11/21/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":407,"Cost":312,"Date":"11/26/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":127,"Cost":105,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":176,"Cost":134,"Date":"5/21/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":438,"Cost":285,"Date":"9/28/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":734,"Cost":553,"Date":"1/3/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":747,"Cost":420,"Date":"2/2/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":232,"Cost":203,"Date":"3/18/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":423,"Cost":280,"Date":"10/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":991,"Cost":816,"Date":"2/16/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":606,"Cost":537,"Date":"6/7/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":331,"Cost":298,"Date":"1/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":285,"Cost":236,"Date":"3/27/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":913,"Cost":713,"Date":"5/12/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":702,"Cost":568,"Date":"7/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":562,"Cost":410,"Date":"8/8/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":25,"Cost":14,"Date":"12/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":574,"Cost":316,"Date":"1/17/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":998,"Cost":657,"Date":"3/8/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":903,"Cost":758,"Date":"6/6/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":628,"Cost":436,"Date":"6/16/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":25,"Cost":22,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":107,"Cost":60,"Date":"11/19/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":4,"Cost":3,"Date":"12/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":319,"Cost":297,"Date":"2/4/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":879,"Cost":707,"Date":"3/8/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":626,"Cost":488,"Date":"12/18/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":123,"Cost":91,"Date":"3/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":920,"Cost":844,"Date":"4/20/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":927,"Cost":720,"Date":"6/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":827,"Cost":736,"Date":"7/23/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":456,"Cost":325,"Date":"11/21/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":790,"Cost":463,"Date":"11/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":409,"Cost":361,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":684,"Cost":524,"Date":"5/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":718,"Cost":546,"Date":"9/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":447,"Cost":231,"Date":"1/3/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":781,"Cost":448,"Date":"2/2/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":399,"Cost":366,"Date":"3/18/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":411,"Cost":276,"Date":"10/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":163,"Cost":90,"Date":"2/16/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":626,"Cost":444,"Date":"6/7/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":683,"Cost":456,"Date":"1/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":100,"Cost":50,"Date":"3/27/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":381,"Cost":264,"Date":"5/12/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":95,"Cost":71,"Date":"7/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":502,"Cost":275,"Date":"8/8/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":51,"Cost":42,"Date":"12/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":732,"Cost":581,"Date":"1/17/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":539,"Cost":306,"Date":"3/8/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":142,"Cost":77,"Date":"6/6/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":93,"Cost":87,"Date":"6/16/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":19,"Cost":12,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":563,"Cost":502,"Date":"11/19/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":173,"Cost":143,"Date":"12/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":18,"Cost":10,"Date":"2/4/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":32,"Cost":18,"Date":"3/8/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":980,"Cost":612,"Date":"12/18/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":868,"Cost":745,"Date":"3/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":295,"Cost":149,"Date":"4/20/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":501,"Cost":315,"Date":"6/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":785,"Cost":649,"Date":"7/23/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":765,"Cost":515,"Date":"11/21/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":113,"Cost":75,"Date":"11/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":596,"Cost":307,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":346,"Cost":211,"Date":"5/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":833,"Cost":450,"Date":"9/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":903,"Cost":578,"Date":"1/3/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":862,"Cost":726,"Date":"2/2/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":678,"Cost":594,"Date":"3/18/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":557,"Cost":409,"Date":"10/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":793,"Cost":750,"Date":"2/16/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":402,"Cost":309,"Date":"6/7/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":785,"Cost":429,"Date":"1/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":133,"Cost":109,"Date":"3/27/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":205,"Cost":189,"Date":"5/12/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":40,"Cost":28,"Date":"7/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":514,"Cost":382,"Date":"8/8/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":495,"Cost":413,"Date":"12/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":983,"Cost":618,"Date":"1/17/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":960,"Cost":688,"Date":"3/8/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":909,"Cost":468,"Date":"6/6/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":496,"Cost":463,"Date":"6/16/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":819,"Cost":703,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":608,"Cost":388,"Date":"11/19/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":340,"Cost":234,"Date":"12/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":316,"Cost":230,"Date":"2/4/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":247,"Cost":156,"Date":"3/8/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":507,"Cost":396,"Date":"12/18/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":328,"Cost":203,"Date":"3/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":602,"Cost":508,"Date":"4/20/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":639,"Cost":325,"Date":"6/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":928,"Cost":775,"Date":"7/23/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":446,"Cost":361,"Date":"11/21/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":136,"Cost":95,"Date":"11/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":87,"Cost":74,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":969,"Cost":892,"Date":"5/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":492,"Cost":344,"Date":"9/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":218,"Cost":166,"Date":"1/3/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":252,"Cost":182,"Date":"2/2/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":577,"Cost":387,"Date":"3/18/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":43,"Cost":31,"Date":"10/14/2024"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":715,"Cost":607,"Date":"2/16/2018"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":646,"Cost":323,"Date":"6/7/2018"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":69,"Cost":37,"Date":"1/28/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":81,"Cost":65,"Date":"3/27/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":335,"Cost":303,"Date":"5/12/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":258,"Cost":243,"Date":"7/28/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":66,"Cost":49,"Date":"8/8/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":766,"Cost":455,"Date":"12/7/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":479,"Cost":402,"Date":"1/17/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":509,"Cost":473,"Date":"3/8/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":459,"Cost":298,"Date":"6/6/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":677,"Cost":347,"Date":"6/16/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":468,"Cost":269,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":446,"Cost":225,"Date":"11/19/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":31,"Cost":15,"Date":"12/28/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":83,"Cost":53,"Date":"2/4/2021"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":653,"Cost":594,"Date":"3/8/2021"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":640,"Cost":395,"Date":"12/18/2021"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":75,"Cost":69,"Date":"3/31/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":563,"Cost":366,"Date":"4/20/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":843,"Cost":507,"Date":"6/26/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":348,"Cost":315,"Date":"7/23/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":984,"Cost":919,"Date":"11/21/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":517,"Cost":440,"Date":"11/26/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":748,"Cost":404,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":16,"Cost":10,"Date":"5/21/2023"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":371,"Cost":320,"Date":"9/28/2023"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":150,"Cost":106,"Date":"1/3/2024"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":259,"Cost":202,"Date":"2/2/2024"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":12,"Cost":8,"Date":"3/18/2024"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":601,"Cost":562,"Date":"10/14/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":941,"Cost":485,"Date":"2/16/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":919,"Cost":596,"Date":"6/7/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":22,"Cost":21,"Date":"1/28/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":877,"Cost":576,"Date":"3/27/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":727,"Cost":506,"Date":"5/12/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":656,"Cost":345,"Date":"7/28/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":596,"Cost":331,"Date":"8/8/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":913,"Cost":733,"Date":"12/7/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":831,"Cost":703,"Date":"1/17/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":130,"Cost":110,"Date":"3/8/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":272,"Cost":175,"Date":"6/6/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":386,"Cost":324,"Date":"6/16/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":837,"Cost":664,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":849,"Cost":696,"Date":"11/19/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":32,"Cost":29,"Date":"12/28/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":13,"Cost":10,"Date":"2/4/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":554,"Cost":368,"Date":"3/8/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":716,"Cost":489,"Date":"12/18/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":213,"Cost":193,"Date":"3/31/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":263,"Cost":145,"Date":"4/20/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":580,"Cost":405,"Date":"6/26/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":283,"Cost":144,"Date":"7/23/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":139,"Cost":127,"Date":"11/21/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":102,"Cost":68,"Date":"11/26/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":78,"Cost":57,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":192,"Cost":119,"Date":"5/21/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":172,"Cost":135,"Date":"9/28/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":842,"Cost":620,"Date":"1/3/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":584,"Cost":359,"Date":"2/2/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":384,"Cost":228,"Date":"3/18/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":184,"Cost":139,"Date":"10/14/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":443,"Cost":329,"Date":"2/16/2018"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":29,"Cost":26,"Date":"6/7/2018"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":774,"Cost":522,"Date":"1/28/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":307,"Cost":224,"Date":"3/27/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":975,"Cost":524,"Date":"5/12/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":777,"Cost":474,"Date":"7/28/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":736,"Cost":393,"Date":"8/8/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":205,"Cost":180,"Date":"12/7/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":146,"Cost":110,"Date":"1/17/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":984,"Cost":860,"Date":"3/8/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":416,"Cost":287,"Date":"6/6/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":16,"Cost":10,"Date":"6/16/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":943,"Cost":817,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":668,"Cost":480,"Date":"11/19/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":934,"Cost":708,"Date":"12/28/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":526,"Cost":409,"Date":"2/4/2021"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":79,"Cost":74,"Date":"3/8/2021"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":10,"Cost":6,"Date":"12/18/2021"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":986,"Cost":535,"Date":"3/31/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":607,"Cost":451,"Date":"4/20/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":275,"Cost":250,"Date":"6/26/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":78,"Cost":45,"Date":"7/23/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":125,"Cost":62,"Date":"11/21/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":492,"Cost":454,"Date":"11/26/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":737,"Cost":576,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":121,"Cost":81,"Date":"5/21/2023"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":791,"Cost":605,"Date":"9/28/2023"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":173,"Cost":98,"Date":"1/3/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":642,"Cost":479,"Date":"2/2/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":992,"Cost":842,"Date":"3/18/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":914,"Cost":483,"Date":"10/14/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":883,"Cost":661,"Date":"2/16/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":38,"Cost":28,"Date":"6/7/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":873,"Cost":559,"Date":"1/28/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":453,"Cost":300,"Date":"3/27/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":304,"Cost":168,"Date":"5/12/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":647,"Cost":609,"Date":"7/28/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":811,"Cost":722,"Date":"8/8/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":356,"Cost":274,"Date":"12/7/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":1,"Cost":0,"Date":"1/17/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":906,"Cost":553,"Date":"3/8/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":250,"Cost":236,"Date":"6/6/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":73,"Cost":39,"Date":"6/16/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":980,"Cost":836,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":477,"Cost":328,"Date":"11/19/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":398,"Cost":239,"Date":"12/28/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":723,"Cost":480,"Date":"2/4/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":578,"Cost":336,"Date":"3/8/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":331,"Cost":240,"Date":"12/18/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":969,"Cost":661,"Date":"3/31/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":144,"Cost":121,"Date":"4/20/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":3,"Cost":3,"Date":"6/26/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":544,"Cost":314,"Date":"7/23/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":894,"Cost":571,"Date":"11/21/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":434,"Cost":305,"Date":"11/26/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":165,"Cost":99,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":225,"Cost":132,"Date":"5/21/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":140,"Cost":113,"Date":"9/28/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":826,"Cost":491,"Date":"1/3/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":812,"Cost":594,"Date":"2/2/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":325,"Cost":287,"Date":"3/18/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":616,"Cost":447,"Date":"10/14/2024"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":672,"Cost":373,"Date":"2/16/2018"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":817,"Cost":677,"Date":"6/7/2018"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":807,"Cost":521,"Date":"1/28/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":636,"Cost":497,"Date":"3/27/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":663,"Cost":567,"Date":"5/12/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":371,"Cost":245,"Date":"7/28/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":615,"Cost":516,"Date":"8/8/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":923,"Cost":789,"Date":"12/7/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":103,"Cost":78,"Date":"1/17/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":915,"Cost":829,"Date":"3/8/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":298,"Cost":194,"Date":"6/6/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":19,"Cost":14,"Date":"6/16/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":667,"Cost":446,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":639,"Cost":491,"Date":"11/19/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":765,"Cost":587,"Date":"12/28/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":282,"Cost":219,"Date":"2/4/2021"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":82,"Cost":56,"Date":"3/8/2021"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":628,"Cost":451,"Date":"12/18/2021"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":480,"Cost":351,"Date":"3/31/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":272,"Cost":163,"Date":"4/20/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":825,"Cost":467,"Date":"6/26/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":753,"Cost":390,"Date":"7/23/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":381,"Cost":297,"Date":"11/21/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":571,"Cost":332,"Date":"11/26/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":370,"Cost":274,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":834,"Cost":733,"Date":"5/21/2023"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":809,"Cost":497,"Date":"9/28/2023"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":228,"Cost":207,"Date":"1/3/2024"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":5,"Cost":4,"Date":"2/2/2024"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":780,"Cost":723,"Date":"3/18/2024"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":674,"Cost":554,"Date":"10/14/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":114,"Cost":87,"Date":"2/16/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":214,"Cost":188,"Date":"6/7/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":642,"Cost":325,"Date":"1/28/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":637,"Cost":510,"Date":"3/27/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":421,"Cost":356,"Date":"5/12/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":260,"Cost":158,"Date":"7/28/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":972,"Cost":622,"Date":"8/8/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":287,"Cost":199,"Date":"12/7/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":355,"Cost":269,"Date":"1/17/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":798,"Cost":507,"Date":"3/8/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":583,"Cost":522,"Date":"6/6/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":51,"Cost":39,"Date":"6/16/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":386,"Cost":366,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":149,"Cost":107,"Date":"11/19/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":187,"Cost":106,"Date":"12/28/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":103,"Cost":67,"Date":"2/4/2021"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":77,"Cost":62,"Date":"3/8/2021"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":813,"Cost":769,"Date":"12/18/2021"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":780,"Cost":483,"Date":"3/31/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":838,"Cost":605,"Date":"4/20/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":682,"Cost":408,"Date":"6/26/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":591,"Cost":407,"Date":"7/23/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":155,"Cost":142,"Date":"11/21/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":834,"Cost":786,"Date":"11/26/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":389,"Cost":224,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":401,"Cost":237,"Date":"5/21/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":200,"Cost":171,"Date":"9/28/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":485,"Cost":252,"Date":"1/3/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":621,"Cost":370,"Date":"2/2/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":651,"Cost":544,"Date":"3/18/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":364,"Cost":310,"Date":"10/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":635,"Cost":535,"Date":"2/16/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":596,"Cost":387,"Date":"6/7/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":168,"Cost":122,"Date":"1/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":42,"Cost":23,"Date":"3/27/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":941,"Cost":786,"Date":"5/12/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":407,"Cost":225,"Date":"7/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":963,"Cost":683,"Date":"8/8/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":127,"Cost":87,"Date":"12/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":100,"Cost":60,"Date":"1/17/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":121,"Cost":79,"Date":"3/8/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":537,"Cost":465,"Date":"6/6/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":278,"Cost":197,"Date":"6/16/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":957,"Cost":510,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":974,"Cost":599,"Date":"11/19/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":714,"Cost":416,"Date":"12/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":86,"Cost":58,"Date":"2/4/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":659,"Cost":552,"Date":"3/8/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":884,"Cost":543,"Date":"12/18/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":516,"Cost":337,"Date":"3/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":563,"Cost":412,"Date":"4/20/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":911,"Cost":615,"Date":"6/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":157,"Cost":103,"Date":"7/23/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":692,"Cost":555,"Date":"11/21/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":302,"Cost":268,"Date":"11/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":523,"Cost":417,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":534,"Cost":321,"Date":"5/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":515,"Cost":327,"Date":"9/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":498,"Cost":428,"Date":"1/3/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":792,"Cost":625,"Date":"2/2/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":788,"Cost":420,"Date":"3/18/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":172,"Cost":97,"Date":"10/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":432,"Cost":264,"Date":"2/16/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":373,"Cost":341,"Date":"6/7/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":500,"Cost":426,"Date":"1/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":506,"Cost":400,"Date":"3/27/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":614,"Cost":557,"Date":"5/12/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":202,"Cost":158,"Date":"7/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":142,"Cost":133,"Date":"8/8/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":873,"Cost":644,"Date":"12/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":791,"Cost":603,"Date":"1/17/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":829,"Cost":757,"Date":"3/8/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":288,"Cost":170,"Date":"6/6/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":926,"Cost":518,"Date":"6/16/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":467,"Cost":265,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":472,"Cost":363,"Date":"11/19/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":686,"Cost":593,"Date":"12/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":251,"Cost":166,"Date":"2/4/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":524,"Cost":400,"Date":"3/8/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":299,"Cost":169,"Date":"12/18/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":537,"Cost":403,"Date":"3/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":637,"Cost":602,"Date":"4/20/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":428,"Cost":374,"Date":"6/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":937,"Cost":850,"Date":"7/23/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":504,"Cost":476,"Date":"11/21/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":953,"Cost":662,"Date":"11/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":455,"Cost":360,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":146,"Cost":106,"Date":"5/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":536,"Cost":499,"Date":"9/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":205,"Cost":162,"Date":"1/3/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":66,"Cost":57,"Date":"2/2/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":258,"Cost":172,"Date":"3/18/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":44,"Cost":27,"Date":"10/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":768,"Cost":603,"Date":"2/16/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":484,"Cost":453,"Date":"6/7/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":933,"Cost":747,"Date":"1/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":131,"Cost":98,"Date":"3/27/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":612,"Cost":439,"Date":"5/12/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":883,"Cost":514,"Date":"7/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":28,"Cost":19,"Date":"8/8/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":497,"Cost":374,"Date":"12/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":4,"Cost":2,"Date":"1/17/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":940,"Cost":709,"Date":"3/8/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":526,"Cost":423,"Date":"6/6/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":530,"Cost":338,"Date":"6/16/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":219,"Cost":144,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":741,"Cost":638,"Date":"11/19/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":104,"Cost":58,"Date":"12/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":751,"Cost":523,"Date":"2/4/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":127,"Cost":105,"Date":"3/8/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":941,"Cost":536,"Date":"12/18/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":435,"Cost":236,"Date":"3/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":698,"Cost":643,"Date":"4/20/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":23,"Cost":19,"Date":"6/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":902,"Cost":580,"Date":"7/23/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":485,"Cost":424,"Date":"11/21/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":30,"Cost":26,"Date":"11/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":831,"Cost":595,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":835,"Cost":790,"Date":"5/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":876,"Cost":751,"Date":"9/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":427,"Cost":297,"Date":"1/3/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":835,"Cost":615,"Date":"2/2/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":480,"Cost":306,"Date":"3/18/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":858,"Cost":523,"Date":"10/14/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":631,"Cost":327,"Date":"2/16/2018"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":178,"Cost":120,"Date":"6/7/2018"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":984,"Cost":832,"Date":"1/28/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":925,"Cost":765,"Date":"3/27/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":379,"Cost":318,"Date":"5/12/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":413,"Cost":292,"Date":"7/28/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":943,"Cost":484,"Date":"8/8/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":451,"Cost":311,"Date":"12/7/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":864,"Cost":721,"Date":"1/17/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":967,"Cost":519,"Date":"3/8/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":428,"Cost":325,"Date":"6/6/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":68,"Cost":55,"Date":"6/16/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":39,"Cost":34,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":153,"Cost":86,"Date":"11/19/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":477,"Cost":395,"Date":"12/28/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":218,"Cost":192,"Date":"2/4/2021"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":449,"Cost":330,"Date":"3/8/2021"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":987,"Cost":667,"Date":"12/18/2021"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":949,"Cost":717,"Date":"3/31/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":736,"Cost":621,"Date":"4/20/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":608,"Cost":427,"Date":"6/26/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":648,"Cost":434,"Date":"7/23/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":886,"Cost":531,"Date":"11/21/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":730,"Cost":535,"Date":"11/26/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":88,"Cost":48,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":771,"Cost":647,"Date":"5/21/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":659,"Cost":459,"Date":"9/28/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":223,"Cost":209,"Date":"1/3/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":5,"Cost":2,"Date":"2/2/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":316,"Cost":258,"Date":"3/18/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":408,"Cost":349,"Date":"10/14/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":511,"Cost":340,"Date":"2/16/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":832,"Cost":528,"Date":"6/7/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":822,"Cost":740,"Date":"1/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":466,"Cost":419,"Date":"3/27/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":997,"Cost":947,"Date":"5/12/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":932,"Cost":744,"Date":"7/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":782,"Cost":522,"Date":"8/8/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":925,"Cost":604,"Date":"12/7/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":397,"Cost":375,"Date":"1/17/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":658,"Cost":485,"Date":"3/8/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":22,"Cost":15,"Date":"6/6/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":706,"Cost":474,"Date":"6/16/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":548,"Cost":280,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":506,"Cost":465,"Date":"11/19/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":792,"Cost":469,"Date":"12/28/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":297,"Cost":230,"Date":"2/4/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":643,"Cost":599,"Date":"3/8/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":400,"Cost":335,"Date":"12/18/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":551,"Cost":439,"Date":"3/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":337,"Cost":301,"Date":"4/20/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":262,"Cost":150,"Date":"6/26/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":789,"Cost":623,"Date":"7/23/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":906,"Cost":692,"Date":"11/21/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":47,"Cost":41,"Date":"11/26/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":160,"Cost":126,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":568,"Cost":309,"Date":"5/21/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":100,"Cost":81,"Date":"9/28/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":546,"Cost":516,"Date":"1/3/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":545,"Cost":296,"Date":"2/2/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":915,"Cost":596,"Date":"3/18/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":695,"Cost":465,"Date":"10/14/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":494,"Cost":268,"Date":"2/16/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":565,"Cost":381,"Date":"6/7/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":124,"Cost":84,"Date":"1/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":399,"Cost":368,"Date":"3/27/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":712,"Cost":368,"Date":"5/12/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":417,"Cost":264,"Date":"7/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":555,"Cost":489,"Date":"8/8/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":276,"Cost":181,"Date":"12/7/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":546,"Cost":494,"Date":"1/17/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":795,"Cost":576,"Date":"3/8/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":615,"Cost":529,"Date":"6/6/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":875,"Cost":706,"Date":"6/16/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":517,"Cost":350,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":122,"Cost":78,"Date":"11/19/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":547,"Cost":450,"Date":"12/28/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":416,"Cost":333,"Date":"2/4/2021"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":385,"Cost":287,"Date":"3/8/2021"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":360,"Cost":213,"Date":"12/18/2021"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":221,"Cost":160,"Date":"3/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":826,"Cost":587,"Date":"4/20/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":722,"Cost":543,"Date":"6/26/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":399,"Cost":281,"Date":"7/23/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":100,"Cost":69,"Date":"11/21/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":896,"Cost":621,"Date":"11/26/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":919,"Cost":753,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":405,"Cost":259,"Date":"5/21/2023"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":981,"Cost":928,"Date":"9/28/2023"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":440,"Cost":384,"Date":"1/3/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":363,"Cost":242,"Date":"2/2/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":140,"Cost":81,"Date":"3/18/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":573,"Cost":487,"Date":"10/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":20,"Cost":14,"Date":"2/16/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":553,"Cost":372,"Date":"6/7/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":943,"Cost":685,"Date":"1/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":898,"Cost":496,"Date":"3/27/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":887,"Cost":664,"Date":"5/12/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":8,"Cost":6,"Date":"7/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":505,"Cost":461,"Date":"8/8/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":936,"Cost":837,"Date":"12/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":277,"Cost":213,"Date":"1/17/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":881,"Cost":810,"Date":"3/8/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":158,"Cost":90,"Date":"6/6/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":166,"Cost":151,"Date":"6/16/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":658,"Cost":599,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":259,"Cost":230,"Date":"11/19/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":676,"Cost":497,"Date":"12/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":704,"Cost":659,"Date":"2/4/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":338,"Cost":229,"Date":"3/8/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":675,"Cost":531,"Date":"12/18/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":735,"Cost":501,"Date":"3/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":779,"Cost":579,"Date":"4/20/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":227,"Cost":139,"Date":"6/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":494,"Cost":267,"Date":"7/23/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":323,"Cost":189,"Date":"11/21/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":317,"Cost":281,"Date":"11/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":649,"Cost":521,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":742,"Cost":671,"Date":"5/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":751,"Cost":443,"Date":"9/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":772,"Cost":562,"Date":"1/3/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":286,"Cost":214,"Date":"2/2/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":836,"Cost":627,"Date":"3/18/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":670,"Cost":366,"Date":"10/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":870,"Cost":579,"Date":"2/16/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":519,"Cost":438,"Date":"6/7/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":359,"Cost":301,"Date":"1/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":451,"Cost":273,"Date":"3/27/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":637,"Cost":517,"Date":"5/12/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":890,"Cost":730,"Date":"7/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":397,"Cost":300,"Date":"8/8/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":790,"Cost":628,"Date":"12/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":398,"Cost":369,"Date":"1/17/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":695,"Cost":597,"Date":"3/8/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":780,"Cost":396,"Date":"6/6/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":818,"Cost":698,"Date":"6/16/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":364,"Cost":291,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":289,"Cost":236,"Date":"11/19/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":872,"Cost":487,"Date":"12/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":729,"Cost":608,"Date":"2/4/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":140,"Cost":105,"Date":"3/8/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":148,"Cost":80,"Date":"12/18/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":86,"Cost":61,"Date":"3/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":913,"Cost":475,"Date":"4/20/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":480,"Cost":449,"Date":"6/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":947,"Cost":672,"Date":"7/23/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":552,"Cost":313,"Date":"11/21/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":21,"Cost":11,"Date":"11/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":941,"Cost":541,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":108,"Cost":102,"Date":"5/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":557,"Cost":373,"Date":"9/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":77,"Cost":70,"Date":"1/3/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":226,"Cost":124,"Date":"2/2/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":680,"Cost":356,"Date":"3/18/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":412,"Cost":306,"Date":"10/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":454,"Cost":271,"Date":"2/16/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":814,"Cost":551,"Date":"6/7/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":273,"Cost":196,"Date":"1/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":906,"Cost":707,"Date":"3/27/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":481,"Cost":385,"Date":"5/12/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":291,"Cost":193,"Date":"7/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":481,"Cost":448,"Date":"8/8/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":402,"Cost":361,"Date":"12/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":59,"Cost":39,"Date":"1/17/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":602,"Cost":412,"Date":"3/8/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":671,"Cost":546,"Date":"6/6/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":331,"Cost":258,"Date":"6/16/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":512,"Cost":457,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":593,"Cost":560,"Date":"11/19/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":428,"Cost":216,"Date":"12/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":782,"Cost":498,"Date":"2/4/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":352,"Cost":325,"Date":"3/8/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":727,"Cost":542,"Date":"12/18/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":74,"Cost":52,"Date":"3/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":831,"Cost":660,"Date":"4/20/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":873,"Cost":530,"Date":"6/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":443,"Cost":299,"Date":"7/23/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":689,"Cost":630,"Date":"11/21/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":970,"Cost":764,"Date":"11/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":168,"Cost":98,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":446,"Cost":422,"Date":"5/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":158,"Cost":101,"Date":"9/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":700,"Cost":473,"Date":"1/3/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":451,"Cost":373,"Date":"2/2/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":92,"Cost":65,"Date":"3/18/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":566,"Cost":340,"Date":"10/14/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":244,"Cost":216,"Date":"2/16/2018"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":441,"Cost":344,"Date":"6/7/2018"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":784,"Cost":497,"Date":"1/28/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":875,"Cost":483,"Date":"3/27/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":927,"Cost":636,"Date":"5/12/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":935,"Cost":714,"Date":"7/28/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":959,"Cost":585,"Date":"8/8/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":731,"Cost":615,"Date":"12/7/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":712,"Cost":522,"Date":"1/17/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":883,"Cost":490,"Date":"3/8/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":229,"Cost":218,"Date":"6/6/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":747,"Cost":548,"Date":"6/16/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":557,"Cost":405,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":470,"Cost":294,"Date":"11/19/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":694,"Cost":618,"Date":"12/28/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":223,"Cost":128,"Date":"2/4/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":969,"Cost":599,"Date":"3/8/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":331,"Cost":254,"Date":"12/18/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":957,"Cost":662,"Date":"3/31/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":150,"Cost":141,"Date":"4/20/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":395,"Cost":200,"Date":"6/26/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":763,"Cost":538,"Date":"7/23/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":557,"Cost":486,"Date":"11/21/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":853,"Cost":775,"Date":"11/26/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":573,"Cost":427,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":704,"Cost":375,"Date":"5/21/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":528,"Cost":268,"Date":"9/28/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":930,"Cost":759,"Date":"1/3/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":10,"Cost":10,"Date":"2/2/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":667,"Cost":596,"Date":"3/18/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":3,"Cost":3,"Date":"10/14/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":567,"Cost":526,"Date":"2/16/2018"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":344,"Cost":321,"Date":"6/7/2018"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":216,"Cost":162,"Date":"1/28/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":575,"Cost":306,"Date":"3/27/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":590,"Cost":340,"Date":"5/12/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":823,"Cost":706,"Date":"7/28/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":701,"Cost":410,"Date":"8/8/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":786,"Cost":616,"Date":"12/7/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":276,"Cost":231,"Date":"1/17/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":846,"Cost":628,"Date":"3/8/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":321,"Cost":196,"Date":"6/6/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":658,"Cost":597,"Date":"6/16/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":562,"Cost":445,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":478,"Cost":440,"Date":"11/19/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":140,"Date":"12/28/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":862,"Cost":655,"Date":"2/4/2021"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":650,"Cost":479,"Date":"3/8/2021"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":175,"Cost":99,"Date":"12/18/2021"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":330,"Cost":267,"Date":"3/31/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":726,"Cost":552,"Date":"4/20/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":76,"Cost":56,"Date":"6/26/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":135,"Cost":123,"Date":"7/23/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":3,"Cost":2,"Date":"11/21/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":845,"Cost":777,"Date":"11/26/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":932,"Cost":557,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":303,"Cost":209,"Date":"5/21/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":842,"Cost":604,"Date":"9/28/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":978,"Cost":869,"Date":"1/3/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":342,"Cost":304,"Date":"2/2/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":471,"Cost":339,"Date":"3/18/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":384,"Cost":302,"Date":"10/14/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":912,"Cost":669,"Date":"2/16/2018"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":173,"Cost":162,"Date":"6/7/2018"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":907,"Cost":527,"Date":"1/28/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":567,"Cost":480,"Date":"3/27/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":209,"Cost":132,"Date":"5/12/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":983,"Cost":802,"Date":"7/28/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":546,"Cost":378,"Date":"8/8/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":439,"Cost":237,"Date":"12/7/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":127,"Cost":83,"Date":"1/17/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":967,"Cost":542,"Date":"3/8/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":423,"Cost":335,"Date":"6/6/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":438,"Cost":252,"Date":"6/16/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":556,"Cost":447,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":232,"Cost":201,"Date":"11/19/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":396,"Cost":340,"Date":"12/28/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":475,"Cost":366,"Date":"2/4/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":572,"Cost":505,"Date":"3/8/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":870,"Cost":536,"Date":"12/18/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":281,"Cost":171,"Date":"3/31/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":43,"Cost":29,"Date":"4/20/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":709,"Cost":632,"Date":"6/26/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":579,"Cost":302,"Date":"7/23/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":957,"Cost":717,"Date":"11/21/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":63,"Cost":40,"Date":"11/26/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":84,"Cost":72,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":803,"Cost":550,"Date":"5/21/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":726,"Cost":591,"Date":"9/28/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":279,"Cost":173,"Date":"1/3/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":203,"Cost":171,"Date":"2/2/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":962,"Cost":665,"Date":"3/18/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":114,"Cost":89,"Date":"10/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":578,"Cost":437,"Date":"2/16/2018"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":421,"Cost":383,"Date":"6/7/2018"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":181,"Cost":169,"Date":"1/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":101,"Cost":74,"Date":"3/27/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":202,"Cost":152,"Date":"5/12/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":801,"Cost":543,"Date":"7/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":41,"Cost":26,"Date":"8/8/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":75,"Cost":71,"Date":"12/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":191,"Cost":142,"Date":"1/17/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":778,"Cost":425,"Date":"3/8/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":877,"Cost":563,"Date":"6/6/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":770,"Cost":720,"Date":"6/16/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":42,"Cost":31,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":306,"Cost":238,"Date":"11/19/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":106,"Cost":61,"Date":"12/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":296,"Cost":247,"Date":"2/4/2021"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":644,"Cost":491,"Date":"3/8/2021"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":720,"Cost":582,"Date":"12/18/2021"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":980,"Cost":494,"Date":"3/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":536,"Cost":377,"Date":"4/20/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":961,"Cost":727,"Date":"6/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":757,"Cost":607,"Date":"7/23/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":836,"Cost":442,"Date":"11/21/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":898,"Cost":573,"Date":"11/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":795,"Cost":500,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":12,"Cost":7,"Date":"5/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":878,"Cost":484,"Date":"9/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":878,"Cost":746,"Date":"1/3/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":916,"Cost":648,"Date":"2/2/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":269,"Cost":170,"Date":"3/18/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":101,"Cost":82,"Date":"10/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":669,"Cost":431,"Date":"2/16/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":252,"Cost":149,"Date":"6/7/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":554,"Cost":431,"Date":"1/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":445,"Cost":381,"Date":"3/27/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":762,"Cost":567,"Date":"5/12/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":627,"Cost":576,"Date":"7/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":369,"Cost":238,"Date":"8/8/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":399,"Cost":267,"Date":"12/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":973,"Cost":556,"Date":"1/17/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":711,"Cost":576,"Date":"3/8/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":790,"Cost":677,"Date":"6/6/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":869,"Cost":700,"Date":"6/16/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":987,"Cost":713,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":118,"Cost":77,"Date":"11/19/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":169,"Cost":88,"Date":"12/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":298,"Cost":150,"Date":"2/4/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":694,"Cost":615,"Date":"3/8/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":918,"Cost":717,"Date":"12/18/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":483,"Cost":340,"Date":"3/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":116,"Cost":95,"Date":"4/20/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":354,"Cost":193,"Date":"6/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":523,"Cost":279,"Date":"7/23/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":18,"Cost":17,"Date":"11/21/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":494,"Cost":456,"Date":"11/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":151,"Cost":80,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":435,"Cost":307,"Date":"5/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":74,"Cost":46,"Date":"9/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":925,"Cost":616,"Date":"1/3/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":973,"Cost":521,"Date":"2/2/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":110,"Cost":64,"Date":"3/18/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":585,"Cost":387,"Date":"10/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":439,"Cost":253,"Date":"2/16/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":996,"Cost":675,"Date":"6/7/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":450,"Cost":320,"Date":"1/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":720,"Cost":613,"Date":"3/27/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":269,"Cost":188,"Date":"5/12/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":582,"Cost":504,"Date":"7/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":616,"Cost":366,"Date":"8/8/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":75,"Cost":43,"Date":"12/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":38,"Cost":29,"Date":"1/17/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":790,"Cost":659,"Date":"3/8/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":731,"Cost":589,"Date":"6/6/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":723,"Cost":593,"Date":"6/16/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":541,"Cost":342,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":465,"Cost":304,"Date":"11/19/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":32,"Cost":19,"Date":"12/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":812,"Cost":712,"Date":"2/4/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":414,"Cost":381,"Date":"3/8/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":670,"Cost":558,"Date":"12/18/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":470,"Cost":401,"Date":"3/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":214,"Cost":131,"Date":"4/20/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":923,"Cost":468,"Date":"6/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":67,"Cost":34,"Date":"7/23/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":132,"Cost":71,"Date":"11/21/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":179,"Cost":142,"Date":"11/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":730,"Cost":411,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":245,"Cost":176,"Date":"5/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":62,"Cost":51,"Date":"9/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":638,"Cost":456,"Date":"1/3/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":33,"Cost":17,"Date":"2/2/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":541,"Cost":441,"Date":"3/18/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":300,"Cost":270,"Date":"10/14/2024"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":648,"Cost":397,"Date":"2/16/2018"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":12,"Cost":11,"Date":"6/7/2018"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":256,"Cost":134,"Date":"1/28/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":135,"Cost":105,"Date":"3/27/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":573,"Cost":354,"Date":"5/12/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":295,"Cost":252,"Date":"7/28/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":784,"Cost":573,"Date":"8/8/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":970,"Cost":545,"Date":"12/7/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":985,"Cost":793,"Date":"1/17/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":438,"Cost":304,"Date":"3/8/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":45,"Cost":24,"Date":"6/6/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":531,"Cost":473,"Date":"6/16/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":34,"Cost":21,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":644,"Cost":481,"Date":"11/19/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":67,"Cost":35,"Date":"12/28/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":221,"Cost":188,"Date":"2/4/2021"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":810,"Cost":473,"Date":"3/8/2021"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":316,"Cost":240,"Date":"12/18/2021"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":763,"Cost":501,"Date":"3/31/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":399,"Cost":282,"Date":"4/20/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":399,"Cost":379,"Date":"6/26/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":734,"Cost":450,"Date":"7/23/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":54,"Cost":38,"Date":"11/21/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":823,"Cost":620,"Date":"11/26/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":127,"Cost":95,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":868,"Cost":473,"Date":"5/21/2023"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":243,"Cost":149,"Date":"9/28/2023"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":509,"Cost":387,"Date":"1/3/2024"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":102,"Cost":70,"Date":"2/2/2024"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":76,"Cost":38,"Date":"3/18/2024"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":637,"Cost":470,"Date":"10/14/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":940,"Cost":832,"Date":"2/16/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":743,"Cost":523,"Date":"6/7/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":912,"Cost":459,"Date":"1/28/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":817,"Cost":479,"Date":"3/27/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":275,"Cost":260,"Date":"5/12/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":200,"Cost":118,"Date":"7/28/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":170,"Cost":126,"Date":"8/8/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":643,"Cost":547,"Date":"12/7/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":864,"Cost":649,"Date":"1/17/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":673,"Cost":542,"Date":"3/8/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":222,"Cost":178,"Date":"6/6/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":330,"Cost":263,"Date":"6/16/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":937,"Cost":784,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":834,"Cost":465,"Date":"11/19/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":115,"Cost":97,"Date":"12/28/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":529,"Cost":450,"Date":"2/4/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":250,"Cost":164,"Date":"3/8/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":848,"Cost":447,"Date":"12/18/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":951,"Cost":524,"Date":"3/31/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":747,"Cost":564,"Date":"4/20/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":782,"Cost":598,"Date":"6/26/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":55,"Cost":46,"Date":"7/23/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":579,"Cost":369,"Date":"11/21/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":384,"Cost":326,"Date":"11/26/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":134,"Cost":97,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":81,"Cost":75,"Date":"5/21/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":387,"Cost":285,"Date":"9/28/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":823,"Cost":759,"Date":"1/3/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":638,"Cost":391,"Date":"2/2/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":726,"Cost":619,"Date":"3/18/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":45,"Cost":34,"Date":"10/14/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":824,"Cost":710,"Date":"2/16/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":258,"Cost":193,"Date":"6/7/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":14,"Cost":8,"Date":"1/28/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":834,"Cost":434,"Date":"3/27/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":208,"Cost":159,"Date":"5/12/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":636,"Cost":593,"Date":"7/28/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":868,"Cost":468,"Date":"8/8/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":72,"Cost":51,"Date":"12/7/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":535,"Cost":323,"Date":"1/17/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":382,"Cost":296,"Date":"3/8/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":190,"Cost":99,"Date":"6/6/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":596,"Cost":561,"Date":"6/16/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":906,"Cost":478,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":818,"Cost":544,"Date":"11/19/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":281,"Cost":248,"Date":"12/28/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":877,"Cost":544,"Date":"2/4/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":897,"Cost":646,"Date":"3/8/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":266,"Cost":217,"Date":"12/18/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":886,"Cost":694,"Date":"3/31/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":637,"Cost":591,"Date":"4/20/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":860,"Cost":453,"Date":"6/26/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":701,"Cost":488,"Date":"7/23/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":360,"Cost":288,"Date":"11/21/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":724,"Cost":397,"Date":"11/26/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":501,"Cost":433,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":458,"Cost":323,"Date":"5/21/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":983,"Cost":529,"Date":"9/28/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":499,"Cost":464,"Date":"1/3/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":601,"Cost":553,"Date":"2/2/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":523,"Cost":396,"Date":"3/18/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":760,"Cost":416,"Date":"10/14/2024"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":844,"Cost":482,"Date":"2/16/2018"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":626,"Cost":427,"Date":"6/7/2018"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":599,"Cost":314,"Date":"1/28/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":239,"Cost":188,"Date":"3/27/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":697,"Cost":610,"Date":"5/12/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":162,"Cost":104,"Date":"7/28/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":760,"Cost":680,"Date":"8/8/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":810,"Cost":732,"Date":"12/7/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":711,"Cost":529,"Date":"1/17/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":104,"Cost":84,"Date":"3/8/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":655,"Cost":467,"Date":"6/6/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":135,"Cost":80,"Date":"6/16/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":617,"Cost":423,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":492,"Cost":270,"Date":"11/19/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":558,"Cost":522,"Date":"12/28/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":116,"Cost":94,"Date":"2/4/2021"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":30,"Cost":21,"Date":"3/8/2021"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":641,"Cost":436,"Date":"12/18/2021"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":958,"Cost":649,"Date":"3/31/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":186,"Cost":165,"Date":"4/20/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":537,"Cost":482,"Date":"6/26/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":344,"Cost":327,"Date":"7/23/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":156,"Cost":104,"Date":"11/21/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":271,"Cost":195,"Date":"11/26/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":540,"Cost":301,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":57,"Cost":40,"Date":"5/21/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":726,"Cost":387,"Date":"9/28/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":975,"Cost":696,"Date":"1/3/2024"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":144,"Cost":123,"Date":"2/2/2024"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":974,"Cost":520,"Date":"3/18/2024"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":571,"Cost":317,"Date":"10/14/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":96,"Cost":71,"Date":"2/16/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":651,"Cost":543,"Date":"6/7/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":762,"Cost":397,"Date":"1/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":212,"Cost":125,"Date":"3/27/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":893,"Cost":529,"Date":"5/12/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":930,"Cost":587,"Date":"7/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":445,"Cost":330,"Date":"8/8/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":709,"Cost":508,"Date":"12/7/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":142,"Cost":94,"Date":"1/17/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":808,"Cost":452,"Date":"3/8/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":484,"Cost":377,"Date":"6/6/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":173,"Cost":94,"Date":"6/16/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":924,"Cost":785,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":966,"Cost":534,"Date":"11/19/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":364,"Cost":197,"Date":"12/28/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":185,"Cost":151,"Date":"2/4/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":11,"Cost":6,"Date":"3/8/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":359,"Cost":203,"Date":"12/18/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":786,"Cost":639,"Date":"3/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":511,"Cost":366,"Date":"4/20/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":615,"Cost":387,"Date":"6/26/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":53,"Cost":49,"Date":"7/23/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":766,"Cost":537,"Date":"11/21/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":392,"Cost":320,"Date":"11/26/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":770,"Cost":624,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":544,"Cost":296,"Date":"5/21/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":354,"Cost":213,"Date":"9/28/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":509,"Cost":305,"Date":"1/3/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":962,"Cost":790,"Date":"2/2/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":465,"Cost":389,"Date":"3/18/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":904,"Cost":818,"Date":"10/14/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":255,"Cost":187,"Date":"2/16/2018"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":59,"Cost":39,"Date":"6/7/2018"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":827,"Cost":592,"Date":"1/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":118,"Cost":88,"Date":"3/27/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":234,"Date":"5/12/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":738,"Cost":608,"Date":"7/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":450,"Cost":311,"Date":"8/8/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":318,"Cost":204,"Date":"12/7/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":942,"Cost":591,"Date":"1/17/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":363,"Cost":227,"Date":"3/8/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":345,"Cost":289,"Date":"6/6/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":31,"Cost":23,"Date":"6/16/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":592,"Cost":422,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":118,"Cost":93,"Date":"11/19/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":137,"Cost":109,"Date":"12/28/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":459,"Cost":331,"Date":"2/4/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":630,"Cost":545,"Date":"3/8/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":794,"Cost":567,"Date":"12/18/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":129,"Cost":65,"Date":"3/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":604,"Cost":316,"Date":"4/20/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":503,"Cost":478,"Date":"6/26/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":254,"Cost":207,"Date":"7/23/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":254,"Cost":184,"Date":"11/21/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":587,"Cost":475,"Date":"11/26/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":825,"Cost":573,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":646,"Cost":549,"Date":"5/21/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":525,"Cost":488,"Date":"9/28/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":131,"Cost":82,"Date":"1/3/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":216,"Cost":121,"Date":"2/2/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":647,"Cost":523,"Date":"3/18/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":952,"Cost":523,"Date":"10/14/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":142,"Cost":101,"Date":"2/16/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":51,"Cost":38,"Date":"6/7/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":599,"Cost":428,"Date":"1/28/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":423,"Cost":349,"Date":"3/27/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":418,"Cost":221,"Date":"5/12/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":635,"Cost":515,"Date":"7/28/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":45,"Cost":30,"Date":"8/8/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":487,"Cost":331,"Date":"12/7/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":174,"Cost":154,"Date":"1/17/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":50,"Cost":39,"Date":"3/8/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":263,"Cost":210,"Date":"6/6/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":997,"Cost":846,"Date":"6/16/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":273,"Cost":181,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":807,"Cost":422,"Date":"11/19/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":616,"Cost":410,"Date":"12/28/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":869,"Cost":596,"Date":"2/4/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":462,"Cost":395,"Date":"3/8/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":371,"Cost":225,"Date":"12/18/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":24,"Cost":23,"Date":"3/31/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":241,"Cost":173,"Date":"4/20/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":712,"Cost":558,"Date":"6/26/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":1,"Cost":0,"Date":"7/23/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":915,"Cost":525,"Date":"11/21/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":69,"Cost":62,"Date":"11/26/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":378,"Cost":229,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":814,"Cost":592,"Date":"5/21/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":377,"Cost":294,"Date":"9/28/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":514,"Cost":366,"Date":"1/3/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":244,"Cost":223,"Date":"2/2/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":384,"Cost":236,"Date":"3/18/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":568,"Cost":470,"Date":"10/14/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":829,"Cost":740,"Date":"2/16/2018"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":923,"Cost":847,"Date":"6/7/2018"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":177,"Cost":153,"Date":"1/28/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":455,"Cost":341,"Date":"3/27/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":895,"Cost":791,"Date":"5/12/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":752,"Cost":617,"Date":"7/28/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":142,"Cost":91,"Date":"8/8/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":706,"Cost":458,"Date":"12/7/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":77,"Cost":56,"Date":"1/17/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":580,"Cost":472,"Date":"3/8/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":654,"Cost":370,"Date":"6/6/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":581,"Cost":521,"Date":"6/16/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":499,"Cost":377,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":117,"Cost":91,"Date":"11/19/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":692,"Cost":569,"Date":"12/28/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":946,"Cost":878,"Date":"2/4/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":31,"Cost":29,"Date":"3/8/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":215,"Cost":165,"Date":"12/18/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":28,"Cost":25,"Date":"3/31/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":82,"Cost":78,"Date":"4/20/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":708,"Cost":673,"Date":"6/26/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":201,"Cost":166,"Date":"7/23/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":57,"Cost":42,"Date":"11/21/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":728,"Cost":638,"Date":"11/26/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":15,"Cost":10,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":802,"Cost":675,"Date":"5/21/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":482,"Cost":256,"Date":"9/28/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":81,"Cost":65,"Date":"1/3/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":957,"Cost":597,"Date":"2/2/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":574,"Cost":334,"Date":"3/18/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":42,"Cost":35,"Date":"10/14/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":593,"Cost":383,"Date":"2/16/2018"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":135,"Cost":82,"Date":"6/7/2018"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":472,"Cost":328,"Date":"1/28/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":250,"Cost":142,"Date":"3/27/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":233,"Cost":206,"Date":"5/12/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":641,"Cost":449,"Date":"7/28/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":736,"Cost":632,"Date":"8/8/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":328,"Cost":304,"Date":"12/7/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":107,"Cost":53,"Date":"1/17/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":275,"Cost":190,"Date":"3/8/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":891,"Cost":672,"Date":"6/6/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":134,"Cost":126,"Date":"6/16/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":208,"Cost":181,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":374,"Cost":205,"Date":"11/19/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":624,"Cost":588,"Date":"12/28/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":847,"Cost":565,"Date":"2/4/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":113,"Cost":98,"Date":"3/8/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":545,"Cost":456,"Date":"12/18/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":103,"Cost":64,"Date":"3/31/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":70,"Cost":54,"Date":"4/20/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":751,"Cost":709,"Date":"6/26/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":184,"Cost":132,"Date":"7/23/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":290,"Cost":224,"Date":"11/21/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":32,"Cost":16,"Date":"11/26/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":86,"Cost":69,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":528,"Cost":445,"Date":"5/21/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":798,"Cost":713,"Date":"9/28/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":180,"Cost":111,"Date":"1/3/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":851,"Cost":594,"Date":"2/2/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":70,"Cost":66,"Date":"3/18/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":566,"Cost":394,"Date":"10/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":322,"Cost":257,"Date":"2/16/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":110,"Cost":85,"Date":"6/7/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":691,"Cost":627,"Date":"1/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":955,"Cost":714,"Date":"3/27/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":917,"Cost":575,"Date":"5/12/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":201,"Cost":155,"Date":"7/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":716,"Cost":477,"Date":"8/8/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":550,"Cost":325,"Date":"12/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":330,"Cost":203,"Date":"1/17/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":313,"Cost":222,"Date":"3/8/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":536,"Cost":369,"Date":"6/6/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":347,"Cost":276,"Date":"6/16/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":334,"Cost":271,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":314,"Cost":167,"Date":"11/19/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":44,"Cost":41,"Date":"12/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":852,"Cost":645,"Date":"2/4/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":338,"Cost":211,"Date":"3/8/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":710,"Cost":558,"Date":"12/18/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":217,"Cost":182,"Date":"3/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":440,"Cost":324,"Date":"4/20/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":441,"Cost":380,"Date":"6/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":685,"Cost":615,"Date":"7/23/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":342,"Cost":232,"Date":"11/21/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":875,"Cost":492,"Date":"11/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":932,"Cost":573,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":782,"Cost":425,"Date":"5/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":149,"Cost":141,"Date":"9/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":181,"Cost":151,"Date":"1/3/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":23,"Cost":20,"Date":"2/2/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":114,"Cost":78,"Date":"3/18/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":878,"Cost":546,"Date":"10/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":861,"Cost":488,"Date":"2/16/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":803,"Cost":410,"Date":"6/7/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":945,"Cost":488,"Date":"1/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":579,"Cost":480,"Date":"3/27/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":674,"Cost":580,"Date":"5/12/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":828,"Cost":652,"Date":"7/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":572,"Cost":363,"Date":"8/8/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":994,"Cost":757,"Date":"12/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":122,"Cost":103,"Date":"1/17/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":411,"Cost":361,"Date":"3/8/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":29,"Cost":17,"Date":"6/6/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":328,"Cost":287,"Date":"6/16/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":964,"Cost":561,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":780,"Cost":473,"Date":"11/19/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":404,"Cost":205,"Date":"12/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":381,"Cost":208,"Date":"2/4/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":64,"Cost":42,"Date":"3/8/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":483,"Cost":334,"Date":"12/18/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":975,"Cost":916,"Date":"3/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":221,"Cost":130,"Date":"4/20/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":18,"Cost":13,"Date":"6/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":876,"Cost":532,"Date":"7/23/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":954,"Cost":881,"Date":"11/21/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":820,"Cost":635,"Date":"11/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":124,"Cost":84,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":414,"Cost":210,"Date":"5/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":512,"Cost":391,"Date":"9/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":477,"Cost":364,"Date":"1/3/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":775,"Cost":475,"Date":"2/2/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":632,"Cost":536,"Date":"3/18/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":684,"Cost":644,"Date":"10/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":862,"Cost":442,"Date":"2/16/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":282,"Cost":141,"Date":"6/7/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":417,"Cost":389,"Date":"1/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":726,"Cost":505,"Date":"3/27/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":491,"Cost":309,"Date":"5/12/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":587,"Cost":306,"Date":"7/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":182,"Cost":93,"Date":"8/8/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":947,"Cost":783,"Date":"12/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":204,"Cost":178,"Date":"1/17/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":827,"Cost":569,"Date":"3/8/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":396,"Cost":278,"Date":"6/6/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":589,"Cost":511,"Date":"6/16/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":946,"Cost":703,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":62,"Cost":40,"Date":"11/19/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":464,"Cost":289,"Date":"12/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":284,"Cost":247,"Date":"2/4/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":941,"Cost":796,"Date":"3/8/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":597,"Cost":392,"Date":"12/18/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":97,"Cost":51,"Date":"3/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":316,"Cost":283,"Date":"4/20/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":579,"Cost":423,"Date":"6/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":578,"Cost":457,"Date":"7/23/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":834,"Cost":422,"Date":"11/21/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":270,"Cost":163,"Date":"11/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":110,"Cost":81,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":617,"Cost":387,"Date":"5/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":850,"Cost":535,"Date":"9/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":743,"Cost":648,"Date":"1/3/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":927,"Cost":524,"Date":"2/2/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":218,"Cost":194,"Date":"3/18/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":184,"Cost":136,"Date":"10/14/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":617,"Cost":339,"Date":"2/16/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":757,"Cost":557,"Date":"6/7/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":303,"Cost":228,"Date":"1/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":280,"Cost":166,"Date":"3/27/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":579,"Cost":340,"Date":"5/12/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":401,"Cost":213,"Date":"7/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":74,"Cost":63,"Date":"8/8/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":281,"Cost":200,"Date":"12/7/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":436,"Cost":345,"Date":"1/17/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":496,"Cost":248,"Date":"3/8/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":113,"Cost":89,"Date":"6/6/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":738,"Cost":399,"Date":"6/16/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":287,"Cost":182,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":116,"Cost":92,"Date":"11/19/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":419,"Cost":299,"Date":"12/28/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":497,"Cost":382,"Date":"2/4/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":52,"Cost":43,"Date":"3/8/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":53,"Cost":41,"Date":"12/18/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":707,"Cost":421,"Date":"3/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":42,"Cost":38,"Date":"4/20/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":215,"Cost":192,"Date":"6/26/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":379,"Cost":294,"Date":"7/23/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":22,"Cost":14,"Date":"11/21/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":292,"Cost":257,"Date":"11/26/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":152,"Cost":117,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":211,"Cost":139,"Date":"5/21/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":567,"Cost":516,"Date":"9/28/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":189,"Cost":145,"Date":"1/3/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":541,"Cost":457,"Date":"2/2/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":76,"Cost":41,"Date":"3/18/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":619,"Cost":333,"Date":"10/14/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":704,"Cost":536,"Date":"2/16/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":306,"Cost":165,"Date":"6/7/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":79,"Cost":54,"Date":"1/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":24,"Cost":18,"Date":"3/27/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":939,"Cost":649,"Date":"5/12/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":826,"Cost":464,"Date":"7/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":20,"Cost":19,"Date":"8/8/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":25,"Cost":14,"Date":"12/7/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":325,"Cost":270,"Date":"1/17/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":266,"Cost":252,"Date":"3/8/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":439,"Cost":322,"Date":"6/6/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":508,"Cost":289,"Date":"6/16/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":406,"Cost":244,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":636,"Cost":387,"Date":"11/19/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":487,"Cost":320,"Date":"12/28/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":407,"Cost":373,"Date":"2/4/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":539,"Cost":424,"Date":"3/8/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":240,"Cost":122,"Date":"12/18/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":289,"Cost":264,"Date":"3/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":676,"Cost":580,"Date":"4/20/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":912,"Cost":705,"Date":"6/26/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":633,"Cost":439,"Date":"7/23/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":927,"Cost":822,"Date":"11/21/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":490,"Cost":263,"Date":"11/26/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":8,"Cost":6,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":650,"Cost":594,"Date":"5/21/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":816,"Cost":723,"Date":"9/28/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":970,"Cost":748,"Date":"1/3/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":780,"Cost":596,"Date":"2/2/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":591,"Cost":418,"Date":"3/18/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":917,"Cost":548,"Date":"10/14/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":665,"Cost":574,"Date":"2/16/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":994,"Cost":605,"Date":"6/7/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":202,"Cost":168,"Date":"1/28/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":998,"Cost":893,"Date":"3/27/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":164,"Cost":95,"Date":"5/12/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":497,"Cost":253,"Date":"7/28/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":939,"Cost":555,"Date":"8/8/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":758,"Cost":619,"Date":"12/7/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":936,"Cost":589,"Date":"1/17/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":768,"Cost":404,"Date":"3/8/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":114,"Cost":80,"Date":"6/6/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":398,"Cost":364,"Date":"6/16/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":285,"Cost":179,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":638,"Cost":322,"Date":"11/19/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":464,"Cost":269,"Date":"12/28/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":257,"Cost":214,"Date":"2/4/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":518,"Cost":490,"Date":"3/8/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":203,"Cost":169,"Date":"12/18/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":383,"Cost":302,"Date":"3/31/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":423,"Cost":266,"Date":"4/20/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":994,"Cost":500,"Date":"6/26/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":497,"Cost":409,"Date":"7/23/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":162,"Cost":146,"Date":"11/21/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":635,"Cost":567,"Date":"11/26/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":67,"Cost":48,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":509,"Cost":313,"Date":"5/21/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":916,"Cost":735,"Date":"9/28/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":559,"Cost":458,"Date":"1/3/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":696,"Cost":360,"Date":"2/2/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":963,"Cost":688,"Date":"3/18/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":457,"Cost":417,"Date":"10/14/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":173,"Cost":108,"Date":"2/16/2018"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":686,"Cost":356,"Date":"6/7/2018"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":111,"Cost":67,"Date":"1/28/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":993,"Cost":797,"Date":"3/27/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":299,"Cost":280,"Date":"5/12/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":878,"Cost":832,"Date":"7/28/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":403,"Cost":281,"Date":"8/8/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":641,"Cost":450,"Date":"12/7/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":986,"Cost":686,"Date":"1/17/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":740,"Cost":567,"Date":"3/8/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":298,"Cost":244,"Date":"6/6/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":707,"Cost":634,"Date":"6/16/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":903,"Cost":613,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":434,"Cost":395,"Date":"11/19/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":124,"Cost":88,"Date":"12/28/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":991,"Cost":924,"Date":"2/4/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":308,"Cost":195,"Date":"3/8/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":301,"Cost":218,"Date":"12/18/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":810,"Cost":562,"Date":"3/31/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":642,"Cost":359,"Date":"4/20/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":22,"Cost":19,"Date":"6/26/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":804,"Cost":580,"Date":"7/23/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":387,"Cost":266,"Date":"11/21/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":523,"Cost":456,"Date":"11/26/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":505,"Cost":344,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":42,"Cost":27,"Date":"5/21/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":832,"Cost":526,"Date":"9/28/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":337,"Cost":231,"Date":"1/3/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":847,"Cost":636,"Date":"2/2/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":442,"Cost":324,"Date":"3/18/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":12,"Cost":8,"Date":"10/14/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":381,"Cost":238,"Date":"2/16/2018"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":747,"Cost":567,"Date":"6/7/2018"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":634,"Cost":380,"Date":"1/28/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":196,"Cost":187,"Date":"3/27/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":712,"Cost":373,"Date":"5/12/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":48,"Cost":30,"Date":"7/28/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":721,"Cost":548,"Date":"8/8/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":273,"Cost":200,"Date":"12/7/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":979,"Cost":846,"Date":"1/17/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":987,"Cost":563,"Date":"3/8/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":380,"Cost":322,"Date":"6/6/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":312,"Cost":217,"Date":"6/16/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":65,"Cost":38,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":767,"Cost":433,"Date":"11/19/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":907,"Cost":743,"Date":"12/28/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":761,"Cost":584,"Date":"2/4/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":133,"Cost":127,"Date":"3/8/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":447,"Cost":323,"Date":"12/18/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":870,"Cost":531,"Date":"3/31/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":813,"Cost":505,"Date":"4/20/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":258,"Cost":135,"Date":"6/26/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":68,"Cost":49,"Date":"7/23/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":817,"Cost":607,"Date":"11/21/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":26,"Cost":24,"Date":"11/26/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":109,"Cost":79,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":635,"Cost":473,"Date":"5/21/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":745,"Cost":415,"Date":"9/28/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":734,"Cost":584,"Date":"1/3/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":844,"Cost":727,"Date":"2/2/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":95,"Cost":70,"Date":"3/18/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":34,"Cost":17,"Date":"10/14/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":930,"Cost":831,"Date":"2/16/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":238,"Cost":141,"Date":"6/7/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":58,"Cost":36,"Date":"1/28/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":232,"Cost":169,"Date":"3/27/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":707,"Cost":628,"Date":"5/12/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":37,"Cost":27,"Date":"7/28/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":355,"Cost":313,"Date":"8/8/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":69,"Cost":50,"Date":"12/7/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":11,"Cost":9,"Date":"1/17/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":867,"Cost":628,"Date":"3/8/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":407,"Cost":263,"Date":"6/6/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":171,"Cost":160,"Date":"6/16/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":989,"Cost":624,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":172,"Cost":98,"Date":"11/19/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":92,"Cost":71,"Date":"12/28/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":519,"Cost":485,"Date":"2/4/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":646,"Cost":587,"Date":"3/8/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":282,"Cost":250,"Date":"12/18/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":406,"Cost":326,"Date":"3/31/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":898,"Cost":533,"Date":"4/20/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":267,"Cost":232,"Date":"6/26/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":19,"Cost":9,"Date":"7/23/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":80,"Cost":41,"Date":"11/21/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":651,"Cost":508,"Date":"11/26/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":919,"Cost":459,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":486,"Cost":393,"Date":"5/21/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":275,"Cost":205,"Date":"9/28/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":561,"Cost":501,"Date":"1/3/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":166,"Cost":99,"Date":"2/2/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":524,"Cost":308,"Date":"3/18/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":750,"Cost":686,"Date":"10/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":182,"Cost":115,"Date":"2/16/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":845,"Cost":477,"Date":"6/7/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":658,"Cost":440,"Date":"1/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":766,"Cost":704,"Date":"3/27/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":351,"Cost":287,"Date":"5/12/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":516,"Cost":432,"Date":"7/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":419,"Cost":264,"Date":"8/8/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":778,"Cost":446,"Date":"12/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":826,"Cost":584,"Date":"1/17/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":451,"Cost":299,"Date":"3/8/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":121,"Cost":71,"Date":"6/6/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":971,"Cost":678,"Date":"6/16/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":345,"Cost":224,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":941,"Cost":501,"Date":"11/19/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":610,"Cost":321,"Date":"12/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":184,"Cost":161,"Date":"2/4/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":100,"Cost":94,"Date":"3/8/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":937,"Cost":822,"Date":"12/18/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":38,"Cost":21,"Date":"3/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":854,"Cost":631,"Date":"4/20/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":979,"Cost":893,"Date":"6/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":717,"Cost":601,"Date":"7/23/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":73,"Cost":42,"Date":"11/21/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":115,"Cost":104,"Date":"11/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":704,"Cost":633,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":683,"Cost":412,"Date":"5/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":224,"Cost":179,"Date":"9/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":319,"Cost":288,"Date":"1/3/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":533,"Cost":308,"Date":"2/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":429,"Cost":304,"Date":"3/18/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":1,"Cost":1,"Date":"10/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":37,"Cost":27,"Date":"2/16/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":490,"Cost":273,"Date":"6/7/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":860,"Cost":688,"Date":"1/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":312,"Cost":194,"Date":"3/27/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":803,"Cost":709,"Date":"5/12/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":971,"Cost":776,"Date":"7/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":409,"Cost":314,"Date":"8/8/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":394,"Cost":255,"Date":"12/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":571,"Cost":442,"Date":"1/17/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":215,"Cost":165,"Date":"3/8/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":282,"Cost":179,"Date":"6/6/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":559,"Cost":299,"Date":"6/16/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":93,"Cost":52,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":489,"Cost":382,"Date":"11/19/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":637,"Cost":570,"Date":"12/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":154,"Cost":81,"Date":"2/4/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":60,"Cost":31,"Date":"3/8/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":545,"Cost":421,"Date":"12/18/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":149,"Cost":102,"Date":"3/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":762,"Cost":527,"Date":"4/20/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":878,"Cost":761,"Date":"6/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":778,"Cost":462,"Date":"7/23/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":76,"Cost":57,"Date":"11/21/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":337,"Cost":227,"Date":"11/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":263,"Cost":198,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":952,"Cost":717,"Date":"5/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":984,"Cost":767,"Date":"9/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":338,"Cost":205,"Date":"1/3/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":94,"Cost":79,"Date":"2/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":868,"Cost":740,"Date":"3/18/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":182,"Cost":118,"Date":"10/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":962,"Cost":772,"Date":"2/16/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":79,"Cost":50,"Date":"6/7/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":147,"Cost":129,"Date":"1/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":849,"Cost":794,"Date":"3/27/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":401,"Cost":299,"Date":"5/12/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":24,"Cost":13,"Date":"7/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":522,"Cost":284,"Date":"8/8/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":440,"Cost":233,"Date":"12/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":472,"Cost":331,"Date":"1/17/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":111,"Cost":59,"Date":"3/8/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":368,"Cost":238,"Date":"6/6/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":104,"Cost":94,"Date":"6/16/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":47,"Cost":39,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":981,"Cost":897,"Date":"11/19/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":872,"Cost":504,"Date":"12/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":733,"Cost":417,"Date":"2/4/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":747,"Cost":694,"Date":"3/8/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":756,"Cost":415,"Date":"12/18/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":440,"Cost":366,"Date":"3/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":432,"Cost":238,"Date":"4/20/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":797,"Cost":507,"Date":"6/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":746,"Cost":419,"Date":"7/23/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":453,"Cost":260,"Date":"11/21/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":95,"Cost":54,"Date":"11/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":276,"Cost":257,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":502,"Cost":305,"Date":"5/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":984,"Cost":558,"Date":"9/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":378,"Cost":224,"Date":"1/3/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":960,"Cost":833,"Date":"2/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":293,"Cost":166,"Date":"3/18/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":441,"Cost":325,"Date":"10/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":322,"Cost":300,"Date":"2/16/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":530,"Cost":497,"Date":"6/7/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":303,"Cost":216,"Date":"1/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":429,"Cost":392,"Date":"3/27/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":769,"Cost":662,"Date":"5/12/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":561,"Cost":516,"Date":"7/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":84,"Cost":76,"Date":"8/8/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":209,"Cost":127,"Date":"12/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":308,"Cost":180,"Date":"1/17/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":89,"Cost":70,"Date":"3/8/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":634,"Cost":531,"Date":"6/6/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":413,"Cost":299,"Date":"6/16/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":805,"Cost":684,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":438,"Cost":260,"Date":"11/19/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":566,"Cost":462,"Date":"12/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":767,"Cost":584,"Date":"2/4/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":766,"Cost":430,"Date":"3/8/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":565,"Cost":420,"Date":"12/18/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":294,"Cost":272,"Date":"3/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":243,"Cost":162,"Date":"4/20/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":278,"Cost":235,"Date":"6/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":102,"Cost":62,"Date":"7/23/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":431,"Cost":258,"Date":"11/21/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":705,"Cost":393,"Date":"11/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":806,"Cost":627,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":399,"Cost":229,"Date":"5/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":332,"Cost":279,"Date":"9/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":817,"Cost":752,"Date":"1/3/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":266,"Cost":248,"Date":"2/2/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":946,"Cost":546,"Date":"3/18/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":240,"Cost":170,"Date":"10/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":768,"Cost":499,"Date":"2/16/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":684,"Cost":585,"Date":"6/7/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":182,"Cost":131,"Date":"1/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":620,"Cost":398,"Date":"3/27/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":640,"Cost":566,"Date":"5/12/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":163,"Cost":154,"Date":"7/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":562,"Cost":331,"Date":"8/8/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":889,"Cost":570,"Date":"12/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":679,"Cost":419,"Date":"1/17/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":912,"Cost":792,"Date":"3/8/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":549,"Cost":420,"Date":"6/6/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":127,"Cost":84,"Date":"6/16/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":589,"Cost":450,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":821,"Cost":648,"Date":"11/19/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":409,"Cost":320,"Date":"12/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":116,"Cost":97,"Date":"2/4/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":180,"Cost":106,"Date":"3/8/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":817,"Cost":648,"Date":"12/18/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":505,"Cost":273,"Date":"3/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":936,"Cost":575,"Date":"4/20/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":126,"Cost":94,"Date":"6/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":76,"Cost":49,"Date":"7/23/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":196,"Cost":112,"Date":"11/21/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":467,"Cost":290,"Date":"11/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":300,"Cost":208,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":286,"Cost":199,"Date":"5/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":813,"Cost":695,"Date":"9/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":272,"Cost":178,"Date":"1/3/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":993,"Cost":915,"Date":"2/2/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":353,"Cost":259,"Date":"3/18/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":216,"Cost":190,"Date":"10/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":7,"Cost":4,"Date":"2/16/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":552,"Cost":336,"Date":"6/7/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":673,"Cost":384,"Date":"1/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":431,"Cost":316,"Date":"3/27/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":254,"Cost":209,"Date":"5/12/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":843,"Cost":729,"Date":"7/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":388,"Cost":344,"Date":"8/8/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":50,"Cost":33,"Date":"12/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":703,"Cost":354,"Date":"1/17/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":621,"Cost":382,"Date":"3/8/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":395,"Cost":251,"Date":"6/6/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":530,"Cost":372,"Date":"6/16/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":261,"Cost":240,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":833,"Cost":735,"Date":"11/19/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":788,"Cost":707,"Date":"12/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":926,"Cost":595,"Date":"2/4/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":196,"Cost":154,"Date":"3/8/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":2,"Cost":1,"Date":"12/18/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":949,"Cost":575,"Date":"3/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":877,"Cost":715,"Date":"4/20/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":174,"Cost":130,"Date":"6/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":605,"Cost":425,"Date":"7/23/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":14,"Cost":13,"Date":"11/21/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":804,"Cost":563,"Date":"11/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":275,"Cost":229,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":101,"Cost":67,"Date":"5/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":262,"Cost":168,"Date":"9/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":395,"Cost":198,"Date":"1/3/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":76,"Cost":71,"Date":"2/2/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":825,"Cost":517,"Date":"3/18/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":53,"Cost":47,"Date":"10/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":230,"Cost":141,"Date":"2/16/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":631,"Cost":332,"Date":"6/7/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":470,"Cost":335,"Date":"1/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":337,"Cost":259,"Date":"3/27/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":508,"Cost":458,"Date":"5/12/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":48,"Cost":36,"Date":"7/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":543,"Cost":513,"Date":"8/8/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":539,"Cost":338,"Date":"12/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":991,"Cost":560,"Date":"1/17/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":43,"Cost":39,"Date":"3/8/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":781,"Cost":667,"Date":"6/6/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":80,"Cost":62,"Date":"6/16/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":741,"Cost":505,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":116,"Cost":72,"Date":"11/19/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":781,"Cost":443,"Date":"12/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":453,"Cost":227,"Date":"2/4/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":595,"Cost":508,"Date":"3/8/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":334,"Cost":203,"Date":"12/18/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":802,"Cost":519,"Date":"3/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":445,"Cost":340,"Date":"4/20/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":768,"Cost":469,"Date":"6/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":308,"Cost":253,"Date":"7/23/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":463,"Cost":325,"Date":"11/21/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":831,"Cost":600,"Date":"11/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":777,"Cost":408,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":976,"Cost":860,"Date":"5/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":977,"Cost":621,"Date":"9/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":494,"Cost":370,"Date":"1/3/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":76,"Cost":58,"Date":"2/2/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":193,"Cost":108,"Date":"3/18/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":251,"Cost":184,"Date":"10/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":34,"Cost":17,"Date":"2/16/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":433,"Cost":268,"Date":"6/7/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":458,"Cost":379,"Date":"1/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":325,"Cost":297,"Date":"3/27/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":701,"Cost":661,"Date":"5/12/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":73,"Cost":59,"Date":"7/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":588,"Cost":557,"Date":"8/8/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":193,"Cost":145,"Date":"12/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":570,"Cost":532,"Date":"1/17/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":657,"Cost":540,"Date":"3/8/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":245,"Cost":134,"Date":"6/6/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":888,"Cost":756,"Date":"6/16/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":428,"Cost":305,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":621,"Cost":325,"Date":"11/19/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":957,"Cost":859,"Date":"12/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":368,"Cost":315,"Date":"2/4/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":202,"Cost":125,"Date":"3/8/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":733,"Cost":391,"Date":"12/18/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":653,"Cost":351,"Date":"3/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":671,"Cost":612,"Date":"4/20/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":176,"Cost":119,"Date":"6/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":394,"Cost":371,"Date":"7/23/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":318,"Cost":225,"Date":"11/21/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":939,"Cost":782,"Date":"11/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":627,"Cost":502,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":158,"Cost":91,"Date":"5/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":920,"Cost":705,"Date":"9/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":251,"Cost":209,"Date":"1/3/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":565,"Cost":359,"Date":"2/2/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":225,"Cost":213,"Date":"3/18/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":973,"Cost":850,"Date":"10/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":394,"Cost":315,"Date":"2/16/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":488,"Cost":327,"Date":"6/7/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":22,"Cost":19,"Date":"1/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":932,"Cost":632,"Date":"3/27/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":639,"Cost":503,"Date":"5/12/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":796,"Cost":620,"Date":"7/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":126,"Cost":72,"Date":"8/8/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":644,"Cost":362,"Date":"12/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":872,"Cost":573,"Date":"1/17/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":481,"Cost":291,"Date":"3/8/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":199,"Cost":143,"Date":"6/6/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":505,"Cost":419,"Date":"6/16/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":130,"Cost":120,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":169,"Cost":88,"Date":"11/19/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":649,"Cost":529,"Date":"12/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":459,"Cost":392,"Date":"2/4/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":838,"Cost":556,"Date":"3/8/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":16,"Cost":15,"Date":"12/18/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":69,"Cost":49,"Date":"3/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":865,"Cost":574,"Date":"4/20/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":52,"Cost":41,"Date":"6/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":293,"Cost":174,"Date":"7/23/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":46,"Cost":37,"Date":"11/21/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":206,"Cost":124,"Date":"11/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":221,"Cost":191,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":180,"Cost":114,"Date":"5/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":396,"Cost":365,"Date":"9/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":720,"Cost":514,"Date":"1/3/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":957,"Cost":546,"Date":"2/2/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":378,"Cost":218,"Date":"3/18/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":516,"Cost":453,"Date":"10/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":48,"Cost":27,"Date":"2/16/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":1000,"Cost":551,"Date":"6/7/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":388,"Cost":216,"Date":"1/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":562,"Cost":469,"Date":"3/27/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":789,"Cost":440,"Date":"5/12/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":712,"Cost":427,"Date":"7/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":97,"Cost":59,"Date":"8/8/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":665,"Cost":415,"Date":"12/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":827,"Cost":499,"Date":"1/17/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":943,"Cost":783,"Date":"3/8/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":161,"Cost":148,"Date":"6/6/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":438,"Cost":232,"Date":"6/16/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":555,"Cost":385,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":805,"Cost":751,"Date":"11/19/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":742,"Cost":572,"Date":"12/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":16,"Cost":11,"Date":"2/4/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":14,"Cost":12,"Date":"3/8/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":601,"Cost":449,"Date":"12/18/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":314,"Cost":175,"Date":"3/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":618,"Cost":553,"Date":"4/20/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":20,"Cost":14,"Date":"6/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":581,"Cost":336,"Date":"7/23/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":789,"Cost":498,"Date":"11/21/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":16,"Cost":10,"Date":"11/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":964,"Cost":891,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":328,"Cost":265,"Date":"5/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":774,"Cost":597,"Date":"9/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":856,"Cost":694,"Date":"1/3/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":896,"Cost":465,"Date":"2/2/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":98,"Cost":69,"Date":"3/18/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":763,"Cost":593,"Date":"10/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":495,"Cost":390,"Date":"2/16/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":966,"Cost":668,"Date":"6/7/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":798,"Cost":743,"Date":"1/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":977,"Cost":704,"Date":"3/27/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":672,"Cost":495,"Date":"5/12/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":918,"Cost":524,"Date":"7/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":384,"Cost":192,"Date":"8/8/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":222,"Cost":202,"Date":"12/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":259,"Cost":229,"Date":"1/17/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":915,"Cost":615,"Date":"3/8/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":657,"Cost":452,"Date":"6/6/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":465,"Cost":376,"Date":"6/16/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":701,"Cost":652,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":696,"Cost":568,"Date":"11/19/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":792,"Cost":637,"Date":"12/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":258,"Cost":145,"Date":"2/4/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":683,"Cost":392,"Date":"3/8/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":827,"Cost":488,"Date":"12/18/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":685,"Cost":595,"Date":"3/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":903,"Cost":725,"Date":"4/20/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":535,"Cost":318,"Date":"6/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":834,"Cost":477,"Date":"7/23/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":704,"Cost":415,"Date":"11/21/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":206,"Cost":175,"Date":"11/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":385,"Cost":217,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":229,"Cost":200,"Date":"5/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":386,"Cost":311,"Date":"9/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":611,"Cost":539,"Date":"1/3/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":182,"Date":"2/2/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":35,"Cost":33,"Date":"3/18/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":724,"Cost":546,"Date":"10/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":311,"Cost":182,"Date":"2/16/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":106,"Cost":87,"Date":"6/7/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":696,"Cost":585,"Date":"1/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":483,"Cost":345,"Date":"3/27/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":516,"Cost":354,"Date":"5/12/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":586,"Cost":369,"Date":"7/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":526,"Cost":312,"Date":"8/8/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":603,"Cost":516,"Date":"12/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":460,"Cost":385,"Date":"1/17/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":28,"Cost":23,"Date":"3/8/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":485,"Cost":403,"Date":"6/6/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":420,"Cost":301,"Date":"6/16/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":390,"Cost":228,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":186,"Cost":145,"Date":"11/19/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":890,"Cost":647,"Date":"12/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":504,"Cost":332,"Date":"2/4/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":322,"Cost":260,"Date":"3/8/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":73,"Cost":50,"Date":"12/18/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":409,"Cost":360,"Date":"3/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":998,"Cost":798,"Date":"4/20/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":215,"Cost":137,"Date":"6/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":582,"Cost":465,"Date":"7/23/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":79,"Cost":61,"Date":"11/21/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":128,"Cost":120,"Date":"11/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":518,"Cost":337,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":862,"Cost":772,"Date":"5/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":859,"Cost":488,"Date":"9/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":943,"Cost":873,"Date":"1/3/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":449,"Cost":278,"Date":"2/2/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":71,"Cost":50,"Date":"3/18/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":420,"Cost":392,"Date":"10/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":999,"Cost":633,"Date":"2/16/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":126,"Cost":70,"Date":"6/7/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":670,"Cost":359,"Date":"1/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":230,"Cost":183,"Date":"3/27/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":532,"Cost":300,"Date":"5/12/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":841,"Cost":534,"Date":"7/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":821,"Cost":650,"Date":"8/8/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":432,"Cost":331,"Date":"12/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":900,"Cost":544,"Date":"1/17/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":591,"Cost":464,"Date":"3/8/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":163,"Cost":102,"Date":"6/6/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":183,"Cost":125,"Date":"6/16/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":348,"Cost":214,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":375,"Cost":260,"Date":"11/19/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":952,"Cost":517,"Date":"12/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":632,"Cost":574,"Date":"2/4/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":668,"Cost":397,"Date":"3/8/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":88,"Cost":52,"Date":"12/18/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":146,"Cost":139,"Date":"3/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":184,"Cost":139,"Date":"4/20/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":916,"Cost":796,"Date":"6/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":613,"Cost":550,"Date":"7/23/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":917,"Cost":656,"Date":"11/21/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":418,"Cost":262,"Date":"11/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":520,"Cost":367,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":788,"Cost":708,"Date":"5/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":488,"Cost":364,"Date":"9/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":220,"Cost":139,"Date":"1/3/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":777,"Cost":580,"Date":"2/2/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":758,"Cost":617,"Date":"3/18/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":515,"Cost":273,"Date":"10/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":800,"Cost":685,"Date":"2/16/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":341,"Cost":238,"Date":"6/7/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":173,"Cost":98,"Date":"1/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":205,"Cost":104,"Date":"3/27/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":264,"Cost":149,"Date":"5/12/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":773,"Cost":484,"Date":"7/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":382,"Cost":358,"Date":"8/8/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":492,"Cost":425,"Date":"12/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":581,"Cost":430,"Date":"1/17/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":993,"Cost":732,"Date":"3/8/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":820,"Cost":717,"Date":"6/6/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":713,"Cost":627,"Date":"6/16/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":148,"Cost":128,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":113,"Cost":57,"Date":"11/19/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":686,"Cost":495,"Date":"12/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":878,"Cost":796,"Date":"2/4/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":885,"Cost":543,"Date":"3/8/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":568,"Cost":327,"Date":"12/18/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":128,"Cost":70,"Date":"3/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":255,"Cost":187,"Date":"4/20/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":926,"Cost":826,"Date":"6/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":268,"Cost":211,"Date":"7/23/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":15,"Cost":14,"Date":"11/21/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":347,"Cost":299,"Date":"11/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":339,"Cost":279,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":168,"Cost":119,"Date":"5/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":921,"Cost":806,"Date":"9/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":421,"Cost":306,"Date":"1/3/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":227,"Cost":210,"Date":"2/2/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":750,"Cost":706,"Date":"3/18/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":943,"Cost":827,"Date":"10/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":216,"Cost":168,"Date":"2/16/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":616,"Cost":333,"Date":"6/7/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":271,"Cost":254,"Date":"1/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":56,"Cost":30,"Date":"3/27/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":298,"Cost":233,"Date":"5/12/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":239,"Cost":160,"Date":"7/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":641,"Cost":424,"Date":"8/8/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":299,"Cost":164,"Date":"12/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":437,"Cost":293,"Date":"1/17/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":10,"Cost":5,"Date":"3/8/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":623,"Cost":477,"Date":"6/6/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":89,"Cost":65,"Date":"6/16/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":223,"Cost":137,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":830,"Cost":431,"Date":"11/19/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":379,"Cost":218,"Date":"12/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":399,"Cost":239,"Date":"2/4/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":715,"Cost":596,"Date":"3/8/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":950,"Cost":622,"Date":"12/18/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":890,"Cost":831,"Date":"3/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":187,"Cost":158,"Date":"4/20/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":722,"Cost":499,"Date":"6/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":951,"Cost":791,"Date":"7/23/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":303,"Cost":246,"Date":"11/21/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":292,"Cost":182,"Date":"11/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":834,"Cost":449,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":959,"Cost":600,"Date":"5/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":89,"Cost":58,"Date":"9/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":385,"Cost":316,"Date":"1/3/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":478,"Cost":308,"Date":"2/2/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":818,"Cost":758,"Date":"3/18/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":471,"Cost":402,"Date":"10/14/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":867,"Cost":744,"Date":"2/16/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":801,"Cost":506,"Date":"6/7/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":649,"Cost":346,"Date":"1/28/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":906,"Cost":657,"Date":"3/27/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":642,"Cost":516,"Date":"5/12/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":228,"Cost":155,"Date":"7/28/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":15,"Cost":10,"Date":"8/8/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":18,"Cost":14,"Date":"12/7/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":872,"Cost":771,"Date":"1/17/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":713,"Cost":644,"Date":"3/8/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":815,"Cost":537,"Date":"6/6/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":974,"Cost":614,"Date":"6/16/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":248,"Cost":191,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":964,"Cost":604,"Date":"11/19/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":358,"Cost":323,"Date":"12/28/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":205,"Cost":188,"Date":"2/4/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":300,"Cost":245,"Date":"3/8/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":256,"Cost":145,"Date":"12/18/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":844,"Cost":532,"Date":"3/31/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":859,"Cost":772,"Date":"4/20/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":684,"Cost":435,"Date":"6/26/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":116,"Cost":73,"Date":"7/23/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":986,"Cost":700,"Date":"11/21/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":288,"Cost":156,"Date":"11/26/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":797,"Cost":500,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":777,"Cost":661,"Date":"5/21/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":563,"Cost":284,"Date":"9/28/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":996,"Cost":661,"Date":"1/3/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":880,"Cost":461,"Date":"2/2/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":599,"Cost":546,"Date":"3/18/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":479,"Cost":420,"Date":"10/14/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":166,"Cost":137,"Date":"2/16/2018"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":356,"Cost":311,"Date":"6/7/2018"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":323,"Cost":267,"Date":"1/28/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":434,"Cost":304,"Date":"3/27/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":13,"Cost":9,"Date":"5/12/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":921,"Cost":627,"Date":"7/28/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":409,"Cost":249,"Date":"8/8/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":970,"Cost":798,"Date":"12/7/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":259,"Cost":148,"Date":"1/17/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":923,"Cost":567,"Date":"3/8/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":514,"Cost":278,"Date":"6/6/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":893,"Cost":707,"Date":"6/16/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":324,"Cost":209,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":579,"Cost":422,"Date":"11/19/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":434,"Cost":227,"Date":"12/28/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":423,"Cost":271,"Date":"2/4/2021"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":428,"Cost":295,"Date":"3/8/2021"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":440,"Cost":233,"Date":"12/18/2021"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":626,"Cost":505,"Date":"3/31/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":853,"Cost":595,"Date":"4/20/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":485,"Cost":340,"Date":"6/26/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":17,"Cost":12,"Date":"7/23/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":518,"Cost":282,"Date":"11/21/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":909,"Cost":638,"Date":"11/26/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":901,"Cost":597,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":492,"Cost":389,"Date":"5/21/2023"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":646,"Cost":516,"Date":"9/28/2023"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":296,"Cost":173,"Date":"1/3/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":715,"Cost":373,"Date":"2/2/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":178,"Cost":140,"Date":"3/18/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":247,"Cost":223,"Date":"10/14/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":740,"Cost":548,"Date":"2/16/2018"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":490,"Cost":259,"Date":"6/7/2018"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":202,"Cost":155,"Date":"1/28/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":889,"Cost":550,"Date":"3/27/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":353,"Cost":214,"Date":"5/12/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":520,"Cost":390,"Date":"7/28/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":860,"Cost":624,"Date":"8/8/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":320,"Cost":196,"Date":"12/7/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":284,"Cost":149,"Date":"1/17/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":11,"Cost":6,"Date":"3/8/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":39,"Cost":35,"Date":"6/6/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":510,"Cost":347,"Date":"6/16/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":759,"Cost":391,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":826,"Cost":705,"Date":"11/19/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":15,"Cost":9,"Date":"12/28/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":59,"Cost":42,"Date":"2/4/2021"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":253,"Cost":159,"Date":"3/8/2021"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":814,"Cost":498,"Date":"12/18/2021"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":397,"Cost":249,"Date":"3/31/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":329,"Cost":279,"Date":"4/20/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":262,"Cost":220,"Date":"6/26/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":677,"Cost":403,"Date":"7/23/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":488,"Cost":387,"Date":"11/21/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":63,"Cost":42,"Date":"11/26/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":210,"Cost":200,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":958,"Cost":747,"Date":"5/21/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":712,"Cost":636,"Date":"9/28/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":574,"Cost":464,"Date":"1/3/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":624,"Cost":522,"Date":"2/2/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":385,"Cost":321,"Date":"3/18/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":964,"Cost":619,"Date":"10/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":650,"Cost":458,"Date":"2/16/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":369,"Cost":211,"Date":"6/7/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":112,"Cost":60,"Date":"1/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":226,"Cost":135,"Date":"3/27/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":621,"Cost":426,"Date":"5/12/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":9,"Cost":7,"Date":"7/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":95,"Cost":63,"Date":"8/8/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":803,"Cost":619,"Date":"12/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":846,"Cost":795,"Date":"1/17/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":49,"Cost":44,"Date":"3/8/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":14,"Cost":11,"Date":"6/6/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":5,"Cost":3,"Date":"6/16/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":613,"Cost":325,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":936,"Cost":759,"Date":"11/19/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":39,"Cost":23,"Date":"12/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":626,"Cost":454,"Date":"2/4/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":443,"Cost":235,"Date":"3/8/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":559,"Cost":481,"Date":"12/18/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":179,"Cost":90,"Date":"3/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":787,"Cost":417,"Date":"4/20/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":99,"Cost":88,"Date":"6/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":792,"Cost":430,"Date":"7/23/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":972,"Cost":560,"Date":"11/21/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":890,"Cost":659,"Date":"11/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":958,"Cost":882,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":680,"Cost":357,"Date":"5/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":182,"Cost":153,"Date":"9/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":651,"Cost":510,"Date":"1/3/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":748,"Cost":679,"Date":"2/2/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":344,"Cost":239,"Date":"3/18/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":237,"Cost":209,"Date":"10/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":371,"Cost":236,"Date":"2/16/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":209,"Cost":117,"Date":"6/7/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":926,"Cost":486,"Date":"1/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":623,"Cost":428,"Date":"3/27/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":205,"Cost":172,"Date":"5/12/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":188,"Cost":114,"Date":"7/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":431,"Cost":406,"Date":"8/8/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":200,"Cost":105,"Date":"12/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":290,"Cost":227,"Date":"1/17/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":602,"Cost":481,"Date":"3/8/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":845,"Cost":432,"Date":"6/6/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":560,"Cost":402,"Date":"6/16/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":843,"Cost":689,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":926,"Cost":699,"Date":"11/19/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":758,"Cost":502,"Date":"12/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":800,"Cost":694,"Date":"2/4/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":435,"Cost":390,"Date":"3/8/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":432,"Cost":237,"Date":"12/18/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":202,"Cost":178,"Date":"3/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":64,"Cost":58,"Date":"4/20/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":367,"Cost":255,"Date":"6/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":800,"Cost":573,"Date":"7/23/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":415,"Cost":391,"Date":"11/21/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":204,"Cost":171,"Date":"11/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":969,"Cost":804,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":288,"Cost":231,"Date":"5/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":397,"Cost":296,"Date":"9/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":924,"Cost":662,"Date":"1/3/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":124,"Cost":78,"Date":"2/2/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":180,"Cost":145,"Date":"3/18/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":910,"Cost":568,"Date":"10/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":373,"Cost":250,"Date":"2/16/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":847,"Cost":718,"Date":"6/7/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":528,"Cost":315,"Date":"1/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":764,"Cost":449,"Date":"3/27/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":814,"Cost":489,"Date":"5/12/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":766,"Cost":509,"Date":"7/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":11,"Cost":7,"Date":"8/8/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":695,"Cost":490,"Date":"12/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":102,"Cost":95,"Date":"1/17/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":814,"Cost":481,"Date":"3/8/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":873,"Cost":533,"Date":"6/6/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":150,"Cost":140,"Date":"6/16/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":729,"Cost":555,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":797,"Cost":618,"Date":"11/19/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":629,"Cost":502,"Date":"12/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":885,"Cost":463,"Date":"2/4/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":558,"Cost":299,"Date":"3/8/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":155,"Cost":116,"Date":"12/18/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":849,"Cost":691,"Date":"3/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":916,"Cost":781,"Date":"4/20/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":746,"Cost":515,"Date":"6/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":134,"Cost":113,"Date":"7/23/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":841,"Cost":457,"Date":"11/21/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":806,"Cost":662,"Date":"11/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":350,"Cost":308,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":611,"Cost":491,"Date":"5/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":285,"Cost":233,"Date":"9/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":914,"Cost":768,"Date":"1/3/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":616,"Cost":550,"Date":"2/2/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":75,"Cost":46,"Date":"3/18/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":238,"Cost":199,"Date":"10/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":11,"Cost":11,"Date":"2/16/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":983,"Cost":655,"Date":"6/7/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":597,"Cost":403,"Date":"1/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":548,"Cost":290,"Date":"3/27/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":132,"Cost":73,"Date":"5/12/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":384,"Cost":277,"Date":"7/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":981,"Cost":847,"Date":"8/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":708,"Cost":616,"Date":"12/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":365,"Cost":185,"Date":"1/17/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":610,"Cost":397,"Date":"3/8/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":504,"Cost":367,"Date":"6/6/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":944,"Cost":615,"Date":"6/16/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":152,"Cost":91,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":285,"Cost":213,"Date":"11/19/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":160,"Cost":107,"Date":"12/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":31,"Cost":29,"Date":"2/4/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":252,"Cost":167,"Date":"3/8/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":69,"Cost":58,"Date":"12/18/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":6,"Cost":4,"Date":"3/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":634,"Cost":603,"Date":"4/20/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":730,"Cost":478,"Date":"6/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":639,"Cost":562,"Date":"7/23/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":891,"Cost":808,"Date":"11/21/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":148,"Cost":81,"Date":"11/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":890,"Cost":727,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":728,"Cost":569,"Date":"5/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":953,"Cost":479,"Date":"9/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":633,"Cost":519,"Date":"1/3/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":501,"Cost":356,"Date":"2/2/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":284,"Cost":197,"Date":"3/18/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":383,"Cost":278,"Date":"10/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":351,"Cost":233,"Date":"2/16/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":663,"Cost":517,"Date":"6/7/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":948,"Cost":854,"Date":"1/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":832,"Cost":786,"Date":"3/27/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":847,"Cost":757,"Date":"5/12/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":767,"Cost":494,"Date":"7/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":248,"Cost":165,"Date":"8/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":752,"Cost":592,"Date":"12/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":460,"Cost":243,"Date":"1/17/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":384,"Cost":239,"Date":"3/8/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":354,"Cost":256,"Date":"6/6/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":890,"Cost":771,"Date":"6/16/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":689,"Cost":357,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":108,"Cost":62,"Date":"11/19/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":180,"Cost":119,"Date":"12/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":98,"Cost":54,"Date":"2/4/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":579,"Cost":398,"Date":"3/8/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":522,"Cost":469,"Date":"12/18/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":73,"Cost":58,"Date":"3/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":602,"Cost":492,"Date":"4/20/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":766,"Cost":528,"Date":"6/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":572,"Cost":363,"Date":"7/23/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":492,"Cost":354,"Date":"11/21/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":44,"Cost":36,"Date":"11/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":86,"Cost":79,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":177,"Cost":161,"Date":"5/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":459,"Cost":317,"Date":"9/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":91,"Cost":55,"Date":"1/3/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":284,"Cost":238,"Date":"2/2/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":696,"Cost":609,"Date":"3/18/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":574,"Cost":540,"Date":"10/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":398,"Cost":229,"Date":"2/16/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":112,"Cost":60,"Date":"6/7/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":610,"Cost":337,"Date":"1/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":604,"Cost":476,"Date":"3/27/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":352,"Cost":300,"Date":"5/12/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":965,"Cost":740,"Date":"7/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":110,"Cost":70,"Date":"8/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":983,"Cost":883,"Date":"12/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":396,"Cost":242,"Date":"1/17/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":817,"Cost":741,"Date":"3/8/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":190,"Cost":175,"Date":"6/6/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":630,"Cost":467,"Date":"6/16/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":983,"Cost":679,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":246,"Cost":210,"Date":"11/19/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":220,"Cost":206,"Date":"12/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":50,"Cost":41,"Date":"2/4/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":599,"Cost":402,"Date":"3/8/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":616,"Cost":364,"Date":"12/18/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":529,"Cost":406,"Date":"3/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":849,"Cost":551,"Date":"4/20/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":890,"Cost":732,"Date":"6/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":623,"Cost":321,"Date":"7/23/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":558,"Cost":394,"Date":"11/21/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":200,"Cost":110,"Date":"11/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":862,"Cost":596,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":76,"Cost":56,"Date":"5/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":658,"Cost":429,"Date":"9/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":95,"Cost":56,"Date":"1/3/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":341,"Cost":263,"Date":"2/2/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":99,"Cost":51,"Date":"3/18/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":73,"Cost":56,"Date":"10/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":116,"Cost":98,"Date":"2/16/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":733,"Cost":516,"Date":"6/7/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":256,"Cost":211,"Date":"1/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":248,"Cost":152,"Date":"3/27/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":830,"Cost":663,"Date":"5/12/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":202,"Cost":132,"Date":"7/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":641,"Cost":435,"Date":"8/8/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":513,"Cost":416,"Date":"12/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":670,"Cost":363,"Date":"1/17/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":939,"Cost":760,"Date":"3/8/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":808,"Cost":467,"Date":"6/6/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":394,"Cost":373,"Date":"6/16/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":734,"Cost":662,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":986,"Cost":560,"Date":"11/19/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":445,"Cost":282,"Date":"12/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":47,"Cost":32,"Date":"2/4/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":319,"Cost":235,"Date":"3/8/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":716,"Cost":464,"Date":"12/18/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":740,"Cost":654,"Date":"3/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":504,"Cost":277,"Date":"4/20/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":472,"Cost":434,"Date":"6/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":196,"Cost":138,"Date":"7/23/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":698,"Cost":439,"Date":"11/21/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":597,"Cost":308,"Date":"11/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":974,"Cost":666,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":691,"Cost":559,"Date":"5/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":934,"Cost":846,"Date":"9/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":83,"Cost":42,"Date":"1/3/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":882,"Cost":689,"Date":"2/2/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":909,"Cost":457,"Date":"3/18/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":615,"Cost":415,"Date":"10/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":937,"Cost":584,"Date":"2/16/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":714,"Cost":612,"Date":"6/7/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":502,"Cost":426,"Date":"1/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":688,"Cost":612,"Date":"3/27/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":624,"Cost":388,"Date":"5/12/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":837,"Cost":696,"Date":"7/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":438,"Cost":394,"Date":"8/8/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":580,"Cost":350,"Date":"12/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":170,"Cost":131,"Date":"1/17/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":187,"Cost":104,"Date":"3/8/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":238,"Cost":172,"Date":"6/6/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":365,"Cost":344,"Date":"6/16/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":611,"Cost":414,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":565,"Cost":379,"Date":"11/19/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":867,"Cost":576,"Date":"12/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":73,"Cost":67,"Date":"2/4/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":406,"Cost":381,"Date":"3/8/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":884,"Cost":749,"Date":"12/18/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":15,"Cost":13,"Date":"3/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":283,"Cost":186,"Date":"4/20/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":344,"Cost":293,"Date":"6/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":80,"Cost":68,"Date":"7/23/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":985,"Cost":644,"Date":"11/21/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":560,"Cost":352,"Date":"11/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":499,"Cost":342,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":29,"Cost":27,"Date":"5/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":941,"Cost":501,"Date":"9/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":285,"Cost":257,"Date":"1/3/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":565,"Cost":347,"Date":"2/2/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":779,"Cost":543,"Date":"3/18/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":881,"Cost":650,"Date":"10/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":280,"Cost":149,"Date":"2/16/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":404,"Cost":235,"Date":"6/7/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":792,"Cost":579,"Date":"1/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":740,"Cost":598,"Date":"3/27/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":530,"Cost":458,"Date":"5/12/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":844,"Cost":475,"Date":"7/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":579,"Cost":300,"Date":"8/8/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":572,"Cost":449,"Date":"12/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":97,"Cost":56,"Date":"1/17/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":398,"Cost":242,"Date":"3/8/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":118,"Cost":69,"Date":"6/6/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":383,"Cost":356,"Date":"6/16/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":488,"Cost":400,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":356,"Cost":299,"Date":"11/19/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":921,"Cost":745,"Date":"12/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":41,"Cost":24,"Date":"2/4/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":976,"Cost":832,"Date":"3/8/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":738,"Cost":531,"Date":"12/18/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":344,"Cost":267,"Date":"3/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":372,"Cost":336,"Date":"4/20/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":227,"Cost":184,"Date":"6/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":994,"Cost":871,"Date":"7/23/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":530,"Cost":369,"Date":"11/21/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":824,"Cost":540,"Date":"11/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":765,"Cost":603,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":228,"Cost":194,"Date":"5/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":187,"Cost":115,"Date":"9/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":103,"Cost":53,"Date":"1/3/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":227,"Cost":186,"Date":"2/2/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":905,"Cost":666,"Date":"3/18/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":474,"Cost":384,"Date":"10/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":178,"Cost":163,"Date":"2/16/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":705,"Cost":463,"Date":"6/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":393,"Cost":322,"Date":"1/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":851,"Cost":448,"Date":"3/27/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":565,"Cost":348,"Date":"5/12/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":267,"Cost":253,"Date":"7/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":743,"Cost":433,"Date":"8/8/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":859,"Cost":533,"Date":"12/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":912,"Cost":703,"Date":"1/17/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":219,"Cost":160,"Date":"3/8/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":664,"Cost":394,"Date":"6/6/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":931,"Cost":738,"Date":"6/16/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":291,"Cost":155,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":609,"Cost":484,"Date":"11/19/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":642,"Cost":326,"Date":"12/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":173,"Cost":126,"Date":"2/4/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":654,"Cost":617,"Date":"3/8/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":573,"Cost":425,"Date":"12/18/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":620,"Cost":345,"Date":"3/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":437,"Cost":382,"Date":"4/20/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":846,"Cost":426,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":884,"Cost":461,"Date":"7/23/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":350,"Cost":296,"Date":"11/21/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":1,"Cost":0,"Date":"11/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":691,"Cost":471,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":555,"Cost":407,"Date":"5/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":629,"Cost":557,"Date":"9/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":59,"Cost":56,"Date":"1/3/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":45,"Cost":38,"Date":"2/2/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":643,"Cost":527,"Date":"3/18/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":90,"Cost":63,"Date":"10/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":430,"Cost":333,"Date":"2/16/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":574,"Cost":527,"Date":"6/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":3,"Cost":2,"Date":"1/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":367,"Cost":296,"Date":"3/27/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":865,"Cost":525,"Date":"5/12/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":729,"Cost":471,"Date":"7/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":690,"Cost":567,"Date":"8/8/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":480,"Cost":300,"Date":"12/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":269,"Cost":181,"Date":"1/17/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":384,"Cost":227,"Date":"3/8/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":140,"Cost":113,"Date":"6/6/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":454,"Cost":360,"Date":"6/16/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":377,"Cost":332,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":277,"Cost":252,"Date":"11/19/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":954,"Cost":814,"Date":"12/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":310,"Date":"2/4/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":399,"Cost":214,"Date":"3/8/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":803,"Cost":472,"Date":"12/18/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":578,"Cost":480,"Date":"3/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":556,"Cost":456,"Date":"4/20/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":373,"Cost":232,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":972,"Cost":650,"Date":"7/23/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":853,"Cost":480,"Date":"11/21/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":908,"Cost":751,"Date":"11/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":74,"Cost":37,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":210,"Cost":121,"Date":"5/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":363,"Cost":191,"Date":"9/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":83,"Cost":47,"Date":"1/3/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":642,"Cost":404,"Date":"2/2/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":89,"Cost":69,"Date":"3/18/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":297,"Cost":218,"Date":"10/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":290,"Cost":158,"Date":"2/16/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":542,"Cost":482,"Date":"6/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":15,"Cost":8,"Date":"1/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":167,"Cost":132,"Date":"3/27/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":752,"Cost":513,"Date":"5/12/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":365,"Cost":225,"Date":"7/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":568,"Cost":515,"Date":"8/8/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":814,"Cost":584,"Date":"12/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":662,"Cost":433,"Date":"1/17/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":289,"Cost":176,"Date":"3/8/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":219,"Cost":113,"Date":"6/6/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":568,"Cost":285,"Date":"6/16/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":678,"Cost":609,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":831,"Cost":765,"Date":"11/19/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":996,"Cost":930,"Date":"12/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":262,"Cost":193,"Date":"2/4/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":235,"Cost":154,"Date":"3/8/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":994,"Cost":695,"Date":"12/18/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":27,"Cost":25,"Date":"3/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":83,"Cost":61,"Date":"4/20/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":513,"Cost":353,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":232,"Cost":161,"Date":"7/23/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":482,"Cost":264,"Date":"11/21/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":686,"Cost":430,"Date":"11/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":165,"Cost":143,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":833,"Cost":604,"Date":"5/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":503,"Cost":437,"Date":"9/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":197,"Cost":167,"Date":"1/3/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":133,"Cost":94,"Date":"2/2/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":206,"Cost":107,"Date":"3/18/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":812,"Cost":458,"Date":"10/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":990,"Cost":691,"Date":"2/16/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":730,"Cost":553,"Date":"6/7/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":712,"Cost":375,"Date":"1/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":346,"Cost":248,"Date":"3/27/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":382,"Cost":285,"Date":"5/12/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":678,"Cost":350,"Date":"7/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":509,"Cost":289,"Date":"8/8/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":595,"Cost":506,"Date":"12/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":202,"Cost":128,"Date":"1/17/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":983,"Cost":501,"Date":"3/8/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":380,"Cost":228,"Date":"6/6/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":302,"Cost":247,"Date":"6/16/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":253,"Cost":187,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":398,"Cost":226,"Date":"11/19/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":775,"Cost":390,"Date":"12/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":50,"Cost":35,"Date":"2/4/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":255,"Cost":238,"Date":"3/8/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":141,"Cost":76,"Date":"12/18/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":227,"Date":"3/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":182,"Cost":112,"Date":"4/20/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":774,"Cost":537,"Date":"6/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":383,"Cost":282,"Date":"7/23/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":889,"Cost":735,"Date":"11/21/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":781,"Cost":562,"Date":"11/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":648,"Cost":460,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":168,"Cost":118,"Date":"5/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":782,"Cost":552,"Date":"9/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":831,"Cost":642,"Date":"1/3/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":589,"Cost":511,"Date":"2/2/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":700,"Cost":540,"Date":"3/18/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":401,"Cost":280,"Date":"10/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":137,"Cost":89,"Date":"2/16/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":895,"Cost":617,"Date":"6/7/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":62,"Cost":37,"Date":"1/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":539,"Cost":295,"Date":"3/27/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":488,"Cost":288,"Date":"5/12/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":222,"Cost":174,"Date":"7/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":687,"Cost":648,"Date":"8/8/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":93,"Cost":54,"Date":"12/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":680,"Cost":521,"Date":"1/17/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":79,"Cost":48,"Date":"3/8/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":715,"Cost":499,"Date":"6/6/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":246,"Cost":162,"Date":"6/16/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":601,"Cost":528,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":61,"Cost":45,"Date":"11/19/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":464,"Cost":238,"Date":"12/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":919,"Cost":733,"Date":"2/4/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":718,"Cost":479,"Date":"3/8/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":342,"Cost":324,"Date":"12/18/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":580,"Cost":486,"Date":"3/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":403,"Cost":230,"Date":"4/20/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":92,"Cost":54,"Date":"6/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":560,"Cost":442,"Date":"7/23/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":453,"Cost":406,"Date":"11/21/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":936,"Cost":673,"Date":"11/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":555,"Cost":315,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":252,"Cost":188,"Date":"5/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":638,"Cost":443,"Date":"9/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":677,"Cost":640,"Date":"1/3/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":352,"Cost":217,"Date":"2/2/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":106,"Cost":61,"Date":"3/18/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":302,"Cost":220,"Date":"10/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":8,"Cost":7,"Date":"2/16/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":616,"Cost":416,"Date":"6/7/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":990,"Cost":812,"Date":"1/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":605,"Cost":346,"Date":"3/27/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":532,"Cost":500,"Date":"5/12/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":536,"Cost":362,"Date":"7/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":92,"Cost":53,"Date":"8/8/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":654,"Cost":531,"Date":"12/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":729,"Cost":573,"Date":"1/17/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":367,"Cost":193,"Date":"3/8/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":524,"Cost":365,"Date":"6/6/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":561,"Cost":414,"Date":"6/16/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":712,"Cost":664,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":433,"Cost":305,"Date":"11/19/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":962,"Cost":860,"Date":"12/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":945,"Cost":521,"Date":"2/4/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":567,"Cost":353,"Date":"3/8/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":824,"Cost":674,"Date":"12/18/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":204,"Cost":134,"Date":"3/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":546,"Cost":292,"Date":"4/20/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":168,"Cost":92,"Date":"6/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":924,"Cost":603,"Date":"7/23/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":335,"Cost":178,"Date":"11/21/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":615,"Cost":423,"Date":"11/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":230,"Cost":172,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":41,"Cost":23,"Date":"5/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":204,"Cost":144,"Date":"9/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":670,"Cost":412,"Date":"1/3/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":334,"Cost":240,"Date":"2/2/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":494,"Cost":349,"Date":"3/18/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":914,"Cost":621,"Date":"10/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":591,"Cost":421,"Date":"2/16/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":734,"Cost":637,"Date":"6/7/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":15,"Cost":8,"Date":"1/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":75,"Cost":66,"Date":"3/27/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":465,"Cost":274,"Date":"5/12/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":835,"Cost":710,"Date":"7/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":835,"Cost":685,"Date":"8/8/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":769,"Cost":492,"Date":"12/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":383,"Cost":211,"Date":"1/17/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":444,"Cost":333,"Date":"3/8/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":892,"Cost":494,"Date":"6/6/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":291,"Cost":263,"Date":"6/16/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":745,"Cost":525,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":463,"Cost":416,"Date":"11/19/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":620,"Cost":348,"Date":"12/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":640,"Cost":464,"Date":"2/4/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":804,"Cost":489,"Date":"3/8/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":426,"Cost":266,"Date":"12/18/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":934,"Cost":791,"Date":"3/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":970,"Cost":712,"Date":"4/20/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":875,"Cost":626,"Date":"6/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":700,"Cost":474,"Date":"7/23/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":849,"Cost":778,"Date":"11/21/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":826,"Cost":664,"Date":"11/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":905,"Cost":498,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":475,"Cost":275,"Date":"5/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":995,"Cost":744,"Date":"9/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":59,"Cost":31,"Date":"1/3/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":153,"Cost":123,"Date":"2/2/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":83,"Cost":48,"Date":"3/18/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":957,"Cost":689,"Date":"10/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":836,"Cost":459,"Date":"2/16/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":53,"Cost":29,"Date":"6/7/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":413,"Cost":321,"Date":"1/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":69,"Cost":39,"Date":"3/27/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":882,"Cost":744,"Date":"5/12/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":809,"Cost":477,"Date":"7/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":930,"Cost":722,"Date":"8/8/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":787,"Cost":592,"Date":"12/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":460,"Cost":298,"Date":"1/17/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":422,"Cost":268,"Date":"3/8/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":876,"Cost":715,"Date":"6/6/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":1000,"Cost":734,"Date":"6/16/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":384,"Cost":201,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":551,"Cost":281,"Date":"11/19/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":151,"Cost":78,"Date":"12/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":628,"Cost":556,"Date":"2/4/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":965,"Cost":779,"Date":"3/8/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":580,"Cost":449,"Date":"12/18/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":935,"Cost":552,"Date":"3/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":357,"Cost":322,"Date":"4/20/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":698,"Cost":372,"Date":"6/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":959,"Cost":831,"Date":"7/23/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":50,"Cost":27,"Date":"11/21/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":265,"Cost":202,"Date":"11/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":837,"Cost":467,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":617,"Cost":585,"Date":"5/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":488,"Cost":268,"Date":"9/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":432,"Cost":312,"Date":"1/3/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":858,"Cost":496,"Date":"2/2/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":870,"Cost":607,"Date":"3/18/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":582,"Cost":530,"Date":"10/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":169,"Cost":135,"Date":"2/16/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":830,"Cost":471,"Date":"6/7/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":680,"Cost":568,"Date":"1/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":116,"Cost":69,"Date":"3/27/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":2,"Cost":2,"Date":"5/12/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":810,"Cost":717,"Date":"7/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":324,"Cost":195,"Date":"8/8/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":167,"Cost":104,"Date":"12/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":667,"Cost":579,"Date":"1/17/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":361,"Cost":263,"Date":"3/8/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":754,"Cost":717,"Date":"6/6/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":888,"Cost":830,"Date":"6/16/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":685,"Cost":433,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":525,"Cost":269,"Date":"11/19/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":316,"Cost":219,"Date":"12/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":269,"Cost":232,"Date":"2/4/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":695,"Cost":654,"Date":"3/8/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":54,"Cost":31,"Date":"12/18/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":293,"Cost":227,"Date":"3/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":827,"Cost":775,"Date":"4/20/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":411,"Cost":301,"Date":"6/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":121,"Cost":75,"Date":"7/23/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":300,"Cost":280,"Date":"11/21/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":887,"Cost":524,"Date":"11/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":958,"Cost":505,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":933,"Cost":868,"Date":"5/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":972,"Cost":909,"Date":"9/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":354,"Cost":280,"Date":"1/3/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":163,"Cost":111,"Date":"2/2/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":814,"Cost":602,"Date":"3/18/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":747,"Cost":407,"Date":"10/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":636,"Cost":387,"Date":"2/16/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":870,"Cost":752,"Date":"6/7/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":262,"Cost":221,"Date":"1/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":998,"Cost":714,"Date":"3/27/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":66,"Cost":45,"Date":"5/12/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":961,"Cost":669,"Date":"7/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":823,"Cost":671,"Date":"8/8/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":977,"Cost":890,"Date":"12/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":818,"Cost":630,"Date":"1/17/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":214,"Cost":196,"Date":"3/8/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":213,"Cost":153,"Date":"6/6/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":562,"Cost":341,"Date":"6/16/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":110,"Cost":88,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":698,"Cost":655,"Date":"11/19/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":318,"Cost":211,"Date":"12/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":409,"Cost":220,"Date":"2/4/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":785,"Cost":422,"Date":"3/8/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":55,"Cost":38,"Date":"12/18/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":877,"Cost":680,"Date":"3/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":769,"Cost":662,"Date":"4/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":734,"Cost":462,"Date":"6/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":148,"Cost":86,"Date":"7/23/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":326,"Cost":304,"Date":"11/21/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":503,"Cost":338,"Date":"11/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":101,"Cost":72,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":533,"Cost":498,"Date":"5/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":960,"Cost":767,"Date":"9/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":170,"Cost":134,"Date":"1/3/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":65,"Cost":41,"Date":"2/2/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":587,"Cost":296,"Date":"3/18/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":585,"Cost":419,"Date":"10/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":670,"Cost":593,"Date":"2/16/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":385,"Cost":221,"Date":"6/7/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":809,"Cost":721,"Date":"1/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":645,"Cost":531,"Date":"3/27/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":958,"Cost":845,"Date":"5/12/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":278,"Cost":187,"Date":"7/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":140,"Cost":117,"Date":"8/8/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":545,"Cost":451,"Date":"12/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":535,"Cost":352,"Date":"1/17/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":422,"Cost":284,"Date":"3/8/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":859,"Cost":480,"Date":"6/6/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":475,"Cost":365,"Date":"6/16/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":174,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":54,"Cost":38,"Date":"11/19/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":872,"Cost":652,"Date":"12/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":610,"Cost":466,"Date":"2/4/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":942,"Cost":698,"Date":"3/8/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":666,"Cost":352,"Date":"12/18/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":715,"Cost":662,"Date":"3/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":887,"Cost":559,"Date":"4/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":51,"Cost":28,"Date":"6/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":315,"Cost":273,"Date":"7/23/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":751,"Cost":564,"Date":"11/21/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":585,"Cost":430,"Date":"11/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":696,"Cost":454,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":436,"Cost":233,"Date":"5/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":600,"Cost":354,"Date":"9/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":9,"Cost":7,"Date":"1/3/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":828,"Cost":740,"Date":"2/2/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":72,"Cost":63,"Date":"3/18/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":795,"Cost":484,"Date":"10/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":529,"Cost":492,"Date":"2/16/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":721,"Cost":683,"Date":"6/7/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":117,"Cost":74,"Date":"1/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":142,"Cost":133,"Date":"3/27/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":1,"Cost":1,"Date":"5/12/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":821,"Cost":693,"Date":"7/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":770,"Cost":578,"Date":"8/8/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":352,"Cost":270,"Date":"12/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":205,"Cost":163,"Date":"1/17/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":269,"Cost":187,"Date":"3/8/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":6,"Cost":4,"Date":"6/6/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":775,"Cost":431,"Date":"6/16/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":528,"Cost":322,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":874,"Cost":578,"Date":"11/19/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":918,"Cost":635,"Date":"12/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":267,"Cost":241,"Date":"2/4/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":864,"Cost":464,"Date":"3/8/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":299,"Cost":162,"Date":"12/18/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":885,"Cost":574,"Date":"3/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":624,"Cost":394,"Date":"4/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":292,"Cost":191,"Date":"6/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":809,"Cost":702,"Date":"7/23/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":407,"Cost":361,"Date":"11/21/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":346,"Cost":197,"Date":"11/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":288,"Cost":250,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":215,"Cost":138,"Date":"5/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":230,"Cost":155,"Date":"9/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":921,"Cost":849,"Date":"1/3/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":596,"Cost":346,"Date":"2/2/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":990,"Cost":901,"Date":"3/18/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":164,"Cost":94,"Date":"10/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":234,"Cost":117,"Date":"2/16/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":66,"Cost":50,"Date":"6/7/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":572,"Cost":428,"Date":"1/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":487,"Cost":350,"Date":"3/27/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":486,"Cost":370,"Date":"5/12/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":774,"Cost":544,"Date":"7/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":848,"Cost":699,"Date":"8/8/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":457,"Cost":339,"Date":"12/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":477,"Cost":302,"Date":"1/17/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":182,"Cost":136,"Date":"3/8/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":885,"Cost":739,"Date":"6/6/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":748,"Cost":559,"Date":"6/16/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":472,"Cost":371,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":717,"Cost":626,"Date":"11/19/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":879,"Cost":808,"Date":"12/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":793,"Cost":528,"Date":"2/4/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":357,"Cost":292,"Date":"3/8/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":408,"Cost":238,"Date":"12/18/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":549,"Cost":441,"Date":"3/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":452,"Cost":338,"Date":"4/20/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":203,"Cost":166,"Date":"6/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":734,"Cost":423,"Date":"7/23/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":616,"Cost":461,"Date":"11/21/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":768,"Cost":443,"Date":"11/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":826,"Cost":616,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":619,"Cost":390,"Date":"5/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":973,"Cost":696,"Date":"9/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":267,"Cost":169,"Date":"1/3/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":794,"Cost":401,"Date":"2/2/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":6,"Cost":3,"Date":"3/18/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":30,"Cost":19,"Date":"10/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":956,"Cost":665,"Date":"2/16/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":433,"Cost":269,"Date":"6/7/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":209,"Cost":131,"Date":"1/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":110,"Cost":105,"Date":"3/27/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":132,"Cost":71,"Date":"5/12/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":581,"Cost":489,"Date":"7/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":250,"Cost":144,"Date":"8/8/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":717,"Cost":608,"Date":"12/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":433,"Cost":343,"Date":"1/17/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":374,"Cost":291,"Date":"3/8/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":873,"Cost":788,"Date":"6/6/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":734,"Cost":545,"Date":"6/16/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":505,"Cost":351,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":564,"Cost":294,"Date":"11/19/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":679,"Cost":619,"Date":"12/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":308,"Cost":264,"Date":"2/4/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":819,"Cost":596,"Date":"3/8/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":251,"Cost":197,"Date":"12/18/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":227,"Cost":122,"Date":"3/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":387,"Cost":314,"Date":"4/20/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":643,"Cost":435,"Date":"6/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":638,"Cost":436,"Date":"7/23/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":703,"Cost":520,"Date":"11/21/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":215,"Cost":135,"Date":"11/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":930,"Cost":641,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":45,"Cost":26,"Date":"5/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":281,"Cost":223,"Date":"9/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":185,"Cost":156,"Date":"1/3/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":987,"Cost":924,"Date":"2/2/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":939,"Cost":637,"Date":"3/18/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":444,"Cost":373,"Date":"10/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":938,"Cost":748,"Date":"2/16/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":723,"Cost":524,"Date":"6/7/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":980,"Cost":806,"Date":"1/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":710,"Cost":559,"Date":"3/27/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":189,"Cost":156,"Date":"5/12/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":817,"Cost":439,"Date":"7/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":785,"Cost":526,"Date":"8/8/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":866,"Cost":749,"Date":"12/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":412,"Cost":218,"Date":"1/17/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":117,"Cost":100,"Date":"3/8/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":114,"Cost":60,"Date":"6/6/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":322,"Cost":247,"Date":"6/16/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":948,"Cost":866,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":908,"Cost":674,"Date":"11/19/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":662,"Cost":375,"Date":"12/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":406,"Cost":314,"Date":"2/4/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":296,"Cost":149,"Date":"3/8/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":96,"Cost":80,"Date":"12/18/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":303,"Cost":201,"Date":"3/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":753,"Cost":435,"Date":"4/20/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":423,"Cost":380,"Date":"6/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":612,"Cost":413,"Date":"7/23/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":365,"Cost":302,"Date":"11/21/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":519,"Cost":298,"Date":"11/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":445,"Cost":316,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":636,"Cost":492,"Date":"5/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":415,"Cost":308,"Date":"9/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":39,"Cost":37,"Date":"1/3/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":511,"Cost":387,"Date":"2/2/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":105,"Cost":93,"Date":"3/18/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":370,"Cost":301,"Date":"10/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":491,"Cost":318,"Date":"2/16/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":59,"Cost":35,"Date":"6/7/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":690,"Cost":520,"Date":"1/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":832,"Cost":746,"Date":"3/27/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":621,"Cost":433,"Date":"5/12/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":874,"Cost":470,"Date":"7/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":68,"Cost":42,"Date":"8/8/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":651,"Cost":509,"Date":"12/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":705,"Cost":585,"Date":"1/17/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":555,"Cost":319,"Date":"3/8/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":581,"Cost":323,"Date":"6/6/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":327,"Cost":204,"Date":"6/16/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":224,"Cost":190,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":344,"Cost":285,"Date":"11/19/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":135,"Cost":111,"Date":"12/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":116,"Cost":108,"Date":"2/4/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":225,"Cost":196,"Date":"3/8/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":990,"Cost":803,"Date":"12/18/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":399,"Cost":230,"Date":"3/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":22,"Cost":21,"Date":"4/20/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":527,"Cost":384,"Date":"6/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":31,"Cost":25,"Date":"7/23/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":188,"Cost":102,"Date":"11/21/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":255,"Cost":236,"Date":"11/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":912,"Cost":613,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":372,"Cost":298,"Date":"5/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":590,"Cost":453,"Date":"9/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":509,"Cost":376,"Date":"1/3/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":279,"Cost":225,"Date":"2/2/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":448,"Cost":314,"Date":"3/18/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":430,"Cost":287,"Date":"10/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":454,"Cost":247,"Date":"2/16/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":443,"Cost":386,"Date":"6/7/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":27,"Cost":24,"Date":"1/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":194,"Cost":118,"Date":"3/27/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":604,"Cost":308,"Date":"5/12/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":18,"Cost":9,"Date":"7/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":706,"Cost":557,"Date":"8/8/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":480,"Cost":329,"Date":"12/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":461,"Cost":321,"Date":"1/17/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":998,"Cost":861,"Date":"3/8/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":974,"Cost":873,"Date":"6/6/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":139,"Cost":99,"Date":"6/16/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":824,"Cost":501,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":765,"Cost":718,"Date":"11/19/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":171,"Cost":124,"Date":"12/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":386,"Cost":344,"Date":"2/4/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":267,"Cost":233,"Date":"3/8/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":59,"Cost":47,"Date":"12/18/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":698,"Cost":397,"Date":"3/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":565,"Cost":354,"Date":"4/20/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":14,"Cost":7,"Date":"6/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":333,"Cost":215,"Date":"7/23/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":477,"Cost":283,"Date":"11/21/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":122,"Cost":66,"Date":"11/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":386,"Cost":201,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":370,"Cost":213,"Date":"5/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":657,"Cost":542,"Date":"9/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":176,"Cost":163,"Date":"1/3/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":399,"Cost":212,"Date":"2/2/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":661,"Cost":593,"Date":"3/18/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":107,"Cost":102,"Date":"10/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":257,"Cost":197,"Date":"2/16/2018"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":557,"Cost":283,"Date":"6/7/2018"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":298,"Cost":209,"Date":"1/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":391,"Cost":285,"Date":"3/27/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":356,"Cost":332,"Date":"5/12/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":396,"Cost":289,"Date":"7/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":975,"Cost":699,"Date":"8/8/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":705,"Cost":669,"Date":"12/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":272,"Cost":140,"Date":"1/17/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":32,"Cost":20,"Date":"3/8/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":769,"Cost":418,"Date":"6/6/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":388,"Cost":345,"Date":"6/16/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":404,"Cost":264,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":292,"Cost":234,"Date":"11/19/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":909,"Cost":647,"Date":"12/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":24,"Cost":12,"Date":"2/4/2021"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":636,"Cost":323,"Date":"3/8/2021"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":998,"Cost":753,"Date":"12/18/2021"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":349,"Cost":207,"Date":"3/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":596,"Cost":463,"Date":"4/20/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":473,"Cost":310,"Date":"6/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":537,"Cost":321,"Date":"7/23/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":847,"Cost":650,"Date":"11/21/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":856,"Cost":762,"Date":"11/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":263,"Cost":140,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":657,"Cost":359,"Date":"5/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":766,"Cost":723,"Date":"9/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":914,"Cost":688,"Date":"1/3/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":262,"Cost":139,"Date":"2/2/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":921,"Cost":705,"Date":"3/18/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":419,"Cost":325,"Date":"10/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":580,"Cost":407,"Date":"2/16/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":451,"Cost":293,"Date":"6/7/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":469,"Cost":276,"Date":"1/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":128,"Cost":73,"Date":"3/27/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":1,"Cost":1,"Date":"5/12/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":789,"Cost":441,"Date":"7/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":70,"Cost":56,"Date":"8/8/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":385,"Cost":364,"Date":"12/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":239,"Cost":169,"Date":"1/17/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":202,"Cost":173,"Date":"3/8/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":630,"Cost":329,"Date":"6/6/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":863,"Cost":470,"Date":"6/16/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":809,"Cost":740,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":173,"Cost":112,"Date":"11/19/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":576,"Cost":532,"Date":"12/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":730,"Cost":429,"Date":"2/4/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":479,"Cost":412,"Date":"3/8/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":559,"Cost":308,"Date":"12/18/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":943,"Cost":708,"Date":"3/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":373,"Cost":198,"Date":"4/20/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":423,"Cost":323,"Date":"6/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":712,"Cost":385,"Date":"7/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":127,"Cost":102,"Date":"11/21/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":778,"Cost":674,"Date":"11/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":493,"Cost":305,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":771,"Cost":465,"Date":"5/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":387,"Cost":347,"Date":"9/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":771,"Cost":700,"Date":"1/3/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":282,"Cost":199,"Date":"2/2/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":805,"Cost":599,"Date":"3/18/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":381,"Cost":212,"Date":"10/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":174,"Cost":88,"Date":"2/16/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":914,"Cost":710,"Date":"6/7/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":497,"Cost":427,"Date":"1/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":409,"Cost":233,"Date":"3/27/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":330,"Cost":304,"Date":"5/12/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":452,"Cost":410,"Date":"7/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":329,"Cost":244,"Date":"8/8/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":585,"Cost":418,"Date":"12/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":196,"Cost":138,"Date":"1/17/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":702,"Cost":607,"Date":"3/8/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":391,"Cost":306,"Date":"6/6/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":426,"Cost":231,"Date":"6/16/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":181,"Cost":105,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":796,"Cost":738,"Date":"11/19/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":330,"Cost":277,"Date":"12/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":842,"Cost":698,"Date":"2/4/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":395,"Cost":247,"Date":"3/8/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":388,"Cost":318,"Date":"12/18/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":316,"Cost":180,"Date":"3/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":366,"Cost":230,"Date":"4/20/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":103,"Cost":61,"Date":"6/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":956,"Cost":659,"Date":"7/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":501,"Cost":453,"Date":"11/21/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":754,"Cost":489,"Date":"11/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":315,"Cost":293,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":553,"Cost":332,"Date":"5/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":13,"Cost":10,"Date":"9/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":2,"Cost":2,"Date":"1/3/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":236,"Cost":144,"Date":"2/2/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":531,"Cost":493,"Date":"3/18/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":969,"Cost":641,"Date":"10/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":804,"Cost":636,"Date":"2/16/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":40,"Cost":26,"Date":"6/7/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":290,"Cost":197,"Date":"1/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":585,"Cost":536,"Date":"3/27/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":855,"Cost":488,"Date":"5/12/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":249,"Cost":227,"Date":"7/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":496,"Cost":303,"Date":"8/8/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":644,"Cost":598,"Date":"12/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":984,"Cost":929,"Date":"1/17/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":292,"Cost":258,"Date":"3/8/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":258,"Cost":163,"Date":"6/6/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":814,"Cost":475,"Date":"6/16/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":483,"Cost":302,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":637,"Cost":320,"Date":"11/19/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":892,"Cost":757,"Date":"12/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":793,"Cost":509,"Date":"2/4/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":114,"Cost":62,"Date":"3/8/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":645,"Cost":460,"Date":"12/18/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":49,"Cost":42,"Date":"3/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":87,"Cost":51,"Date":"4/20/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":868,"Cost":526,"Date":"6/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":351,"Cost":284,"Date":"7/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":591,"Cost":330,"Date":"11/21/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":58,"Cost":42,"Date":"11/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":505,"Cost":403,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":143,"Cost":91,"Date":"5/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":767,"Cost":631,"Date":"9/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":269,"Cost":178,"Date":"1/3/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":103,"Cost":94,"Date":"2/2/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":783,"Cost":447,"Date":"3/18/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":177,"Cost":126,"Date":"10/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":753,"Cost":560,"Date":"2/16/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":870,"Cost":731,"Date":"6/7/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":445,"Cost":227,"Date":"1/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":595,"Cost":494,"Date":"3/27/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":468,"Cost":249,"Date":"5/12/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":434,"Cost":230,"Date":"7/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":658,"Cost":552,"Date":"8/8/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":781,"Cost":597,"Date":"12/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":213,"Cost":139,"Date":"1/17/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":523,"Cost":431,"Date":"3/8/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":80,"Cost":54,"Date":"6/6/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":117,"Cost":111,"Date":"6/16/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":435,"Cost":231,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":795,"Cost":649,"Date":"11/19/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":330,"Cost":290,"Date":"12/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":285,"Cost":197,"Date":"2/4/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":885,"Cost":639,"Date":"3/8/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":545,"Cost":341,"Date":"12/18/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":610,"Cost":471,"Date":"3/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":679,"Cost":371,"Date":"4/20/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":959,"Cost":680,"Date":"6/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":751,"Cost":641,"Date":"7/23/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":720,"Cost":667,"Date":"11/21/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":227,"Cost":144,"Date":"11/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":133,"Cost":125,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":661,"Cost":618,"Date":"5/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":908,"Cost":541,"Date":"9/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":135,"Cost":77,"Date":"1/3/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":420,"Cost":387,"Date":"2/2/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":827,"Cost":607,"Date":"3/18/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":704,"Cost":390,"Date":"10/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":930,"Cost":780,"Date":"2/16/2018"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":215,"Cost":129,"Date":"6/7/2018"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":321,"Cost":276,"Date":"1/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":751,"Cost":686,"Date":"3/27/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":431,"Cost":267,"Date":"5/12/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":634,"Cost":574,"Date":"7/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":714,"Cost":524,"Date":"8/8/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":559,"Cost":518,"Date":"12/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":53,"Cost":50,"Date":"1/17/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":597,"Cost":484,"Date":"3/8/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":889,"Cost":631,"Date":"6/6/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":236,"Cost":147,"Date":"6/16/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":651,"Cost":617,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":254,"Cost":238,"Date":"11/19/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":523,"Cost":451,"Date":"12/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":750,"Cost":486,"Date":"2/4/2021"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":303,"Cost":276,"Date":"3/8/2021"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":507,"Cost":274,"Date":"12/18/2021"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":104,"Cost":94,"Date":"3/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":147,"Cost":97,"Date":"4/20/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":708,"Cost":402,"Date":"6/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":388,"Cost":298,"Date":"7/23/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":279,"Cost":164,"Date":"11/21/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":207,"Cost":164,"Date":"11/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":323,"Cost":228,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":812,"Cost":634,"Date":"5/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":134,"Cost":116,"Date":"9/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":452,"Cost":261,"Date":"1/3/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":406,"Cost":377,"Date":"2/2/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":448,"Cost":333,"Date":"3/18/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":26,"Cost":13,"Date":"10/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":256,"Cost":189,"Date":"2/16/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":55,"Cost":36,"Date":"6/7/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":539,"Cost":351,"Date":"1/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":813,"Cost":675,"Date":"3/27/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":880,"Cost":701,"Date":"5/12/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":413,"Cost":231,"Date":"7/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":314,"Cost":281,"Date":"8/8/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":21,"Cost":15,"Date":"12/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":892,"Cost":774,"Date":"1/17/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":382,"Cost":240,"Date":"3/8/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":538,"Cost":486,"Date":"6/6/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":116,"Cost":68,"Date":"6/16/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":82,"Cost":60,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":164,"Cost":134,"Date":"11/19/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":86,"Cost":53,"Date":"12/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":448,"Cost":377,"Date":"2/4/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":437,"Cost":406,"Date":"3/8/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":978,"Cost":896,"Date":"12/18/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":198,"Cost":173,"Date":"3/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":956,"Cost":892,"Date":"4/20/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":368,"Cost":293,"Date":"6/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":128,"Cost":120,"Date":"7/23/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":812,"Cost":548,"Date":"11/21/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":132,"Cost":77,"Date":"11/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":415,"Cost":216,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":590,"Cost":308,"Date":"5/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":386,"Cost":205,"Date":"9/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":949,"Cost":822,"Date":"1/3/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":767,"Cost":393,"Date":"2/2/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":294,"Cost":161,"Date":"3/18/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":809,"Cost":531,"Date":"10/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":184,"Cost":115,"Date":"2/16/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":226,"Cost":129,"Date":"6/7/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":999,"Cost":948,"Date":"1/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":572,"Cost":416,"Date":"3/27/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":821,"Cost":461,"Date":"5/12/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":845,"Cost":659,"Date":"7/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":703,"Cost":354,"Date":"8/8/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":726,"Cost":680,"Date":"12/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":175,"Cost":125,"Date":"1/17/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":343,"Cost":294,"Date":"3/8/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":154,"Cost":138,"Date":"6/6/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":42,"Cost":34,"Date":"6/16/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":53,"Cost":27,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":93,"Cost":64,"Date":"11/19/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":171,"Cost":134,"Date":"12/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":951,"Cost":716,"Date":"2/4/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":989,"Cost":860,"Date":"3/8/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":929,"Cost":497,"Date":"12/18/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":684,"Cost":471,"Date":"3/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":899,"Cost":722,"Date":"4/20/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":226,"Cost":146,"Date":"6/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":147,"Cost":106,"Date":"7/23/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":238,"Cost":133,"Date":"11/21/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":13,"Cost":10,"Date":"11/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":991,"Cost":607,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":305,"Cost":170,"Date":"5/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":811,"Cost":614,"Date":"9/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":246,"Cost":196,"Date":"1/3/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":625,"Cost":554,"Date":"2/2/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":973,"Cost":685,"Date":"3/18/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":853,"Cost":493,"Date":"10/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":257,"Cost":166,"Date":"2/16/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":313,"Cost":210,"Date":"6/7/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":12,"Cost":10,"Date":"1/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":10,"Cost":8,"Date":"3/27/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":943,"Cost":649,"Date":"5/12/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":87,"Cost":72,"Date":"7/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":466,"Cost":354,"Date":"8/8/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":840,"Cost":699,"Date":"12/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":984,"Cost":758,"Date":"1/17/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":911,"Cost":515,"Date":"3/8/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":428,"Cost":233,"Date":"6/6/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":110,"Cost":88,"Date":"6/16/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":451,"Cost":390,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":841,"Cost":633,"Date":"11/19/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":694,"Cost":563,"Date":"12/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":826,"Cost":622,"Date":"2/4/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":714,"Cost":671,"Date":"3/8/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":358,"Cost":190,"Date":"12/18/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":207,"Cost":186,"Date":"3/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":991,"Cost":677,"Date":"4/20/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":188,"Cost":119,"Date":"6/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":467,"Cost":434,"Date":"7/23/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":151,"Cost":87,"Date":"11/21/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":529,"Cost":269,"Date":"11/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":128,"Cost":100,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":7,"Cost":5,"Date":"5/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":294,"Cost":148,"Date":"9/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":523,"Cost":340,"Date":"1/3/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":267,"Cost":198,"Date":"2/2/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":112,"Cost":96,"Date":"3/18/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":162,"Cost":98,"Date":"10/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":809,"Cost":605,"Date":"2/16/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":298,"Cost":230,"Date":"6/7/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":175,"Cost":110,"Date":"1/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":748,"Cost":707,"Date":"3/27/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":596,"Cost":376,"Date":"5/12/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":978,"Cost":782,"Date":"7/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":400,"Cost":243,"Date":"8/8/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":171,"Cost":103,"Date":"12/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":611,"Cost":546,"Date":"1/17/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":942,"Cost":668,"Date":"3/8/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":577,"Cost":506,"Date":"6/6/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":650,"Cost":524,"Date":"6/16/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":28,"Cost":18,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":56,"Cost":43,"Date":"11/19/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":394,"Cost":201,"Date":"12/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":616,"Cost":361,"Date":"2/4/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":147,"Cost":75,"Date":"3/8/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":386,"Cost":318,"Date":"12/18/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":365,"Cost":318,"Date":"3/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":268,"Cost":171,"Date":"4/20/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":10,"Cost":9,"Date":"6/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":221,"Cost":198,"Date":"7/23/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":407,"Cost":377,"Date":"11/21/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":456,"Cost":300,"Date":"11/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":346,"Cost":299,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":637,"Cost":372,"Date":"5/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":590,"Cost":356,"Date":"9/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":417,"Cost":288,"Date":"1/3/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":622,"Cost":591,"Date":"2/2/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":422,"Cost":343,"Date":"3/18/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":520,"Cost":348,"Date":"10/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":319,"Cost":198,"Date":"2/16/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":774,"Cost":683,"Date":"6/7/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":456,"Cost":377,"Date":"1/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":960,"Cost":597,"Date":"3/27/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":443,"Cost":420,"Date":"5/12/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":669,"Cost":369,"Date":"7/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":404,"Cost":271,"Date":"8/8/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":398,"Cost":212,"Date":"12/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":788,"Cost":568,"Date":"1/17/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":912,"Cost":693,"Date":"3/8/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":409,"Cost":277,"Date":"6/6/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":182,"Cost":100,"Date":"6/16/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":378,"Cost":243,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":843,"Cost":588,"Date":"11/19/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":197,"Cost":164,"Date":"12/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":457,"Cost":368,"Date":"2/4/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":789,"Cost":731,"Date":"3/8/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":665,"Cost":442,"Date":"12/18/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":862,"Cost":628,"Date":"3/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":938,"Cost":829,"Date":"4/20/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":10,"Cost":5,"Date":"6/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":229,"Cost":125,"Date":"7/23/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":200,"Cost":163,"Date":"11/21/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":458,"Cost":430,"Date":"11/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":90,"Cost":54,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":595,"Cost":349,"Date":"5/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":951,"Cost":886,"Date":"9/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":350,"Cost":300,"Date":"1/3/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":387,"Cost":229,"Date":"2/2/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":363,"Cost":283,"Date":"3/18/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":343,"Cost":310,"Date":"10/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":109,"Cost":99,"Date":"2/16/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":510,"Cost":466,"Date":"6/7/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":671,"Cost":469,"Date":"1/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":356,"Cost":207,"Date":"3/27/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":771,"Cost":618,"Date":"5/12/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":290,"Cost":148,"Date":"7/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":982,"Cost":689,"Date":"8/8/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":789,"Cost":719,"Date":"12/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":927,"Cost":519,"Date":"1/17/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":723,"Cost":383,"Date":"3/8/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":250,"Cost":147,"Date":"6/6/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":769,"Cost":530,"Date":"6/16/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":356,"Cost":227,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":996,"Cost":935,"Date":"11/19/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":276,"Cost":182,"Date":"12/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":946,"Cost":570,"Date":"2/4/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":199,"Cost":181,"Date":"3/8/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":552,"Cost":498,"Date":"12/18/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":197,"Cost":100,"Date":"3/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":307,"Cost":270,"Date":"4/20/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":598,"Cost":336,"Date":"6/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":906,"Cost":768,"Date":"7/23/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":682,"Cost":449,"Date":"11/21/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":406,"Cost":349,"Date":"11/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":758,"Cost":704,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":962,"Cost":644,"Date":"5/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":83,"Cost":65,"Date":"9/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":747,"Cost":682,"Date":"1/3/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":223,"Cost":144,"Date":"2/2/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":207,"Cost":104,"Date":"3/18/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":377,"Cost":216,"Date":"10/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":814,"Cost":478,"Date":"2/16/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":756,"Cost":653,"Date":"6/7/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":178,"Cost":91,"Date":"1/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":15,"Cost":10,"Date":"3/27/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":981,"Cost":809,"Date":"5/12/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":130,"Cost":121,"Date":"7/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":705,"Cost":532,"Date":"8/8/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":596,"Cost":565,"Date":"12/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":142,"Cost":82,"Date":"1/17/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":838,"Cost":662,"Date":"3/8/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":421,"Cost":263,"Date":"6/6/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":590,"Cost":536,"Date":"6/16/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":3,"Cost":1,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":981,"Cost":758,"Date":"11/19/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":359,"Cost":338,"Date":"12/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":467,"Cost":291,"Date":"2/4/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":447,"Cost":255,"Date":"3/8/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":68,"Cost":58,"Date":"12/18/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":507,"Cost":276,"Date":"3/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":806,"Cost":535,"Date":"4/20/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":757,"Cost":479,"Date":"6/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":659,"Cost":443,"Date":"7/23/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":471,"Cost":329,"Date":"11/21/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":926,"Cost":821,"Date":"11/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":390,"Cost":211,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":173,"Cost":131,"Date":"5/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":691,"Cost":590,"Date":"9/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":924,"Cost":672,"Date":"1/3/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":16,"Cost":11,"Date":"2/2/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":148,"Cost":141,"Date":"3/18/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":449,"Cost":238,"Date":"10/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":558,"Cost":489,"Date":"2/16/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":975,"Cost":637,"Date":"6/7/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":430,"Cost":265,"Date":"1/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":285,"Cost":162,"Date":"3/27/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":831,"Cost":776,"Date":"5/12/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":286,"Cost":237,"Date":"7/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":756,"Cost":527,"Date":"8/8/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":510,"Cost":466,"Date":"12/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":701,"Cost":598,"Date":"1/17/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":876,"Cost":552,"Date":"3/8/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":960,"Cost":740,"Date":"6/6/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":993,"Cost":861,"Date":"6/16/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":117,"Cost":69,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":914,"Cost":629,"Date":"11/19/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":329,"Cost":166,"Date":"12/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":376,"Cost":225,"Date":"2/4/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":52,"Cost":48,"Date":"3/8/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":908,"Cost":778,"Date":"12/18/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":718,"Cost":673,"Date":"3/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":474,"Cost":282,"Date":"4/20/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":714,"Cost":466,"Date":"6/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":181,"Cost":93,"Date":"7/23/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":190,"Cost":178,"Date":"11/21/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":157,"Cost":115,"Date":"11/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":428,"Cost":316,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":861,"Cost":653,"Date":"5/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":4,"Cost":3,"Date":"9/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":547,"Cost":449,"Date":"1/3/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":238,"Cost":202,"Date":"2/2/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":977,"Cost":582,"Date":"3/18/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":951,"Cost":532,"Date":"10/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":762,"Cost":593,"Date":"2/16/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":185,"Cost":162,"Date":"6/7/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":455,"Cost":352,"Date":"1/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":409,"Cost":244,"Date":"3/27/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":690,"Cost":449,"Date":"5/12/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":574,"Cost":413,"Date":"7/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":969,"Cost":689,"Date":"8/8/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":769,"Cost":504,"Date":"12/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":481,"Cost":326,"Date":"1/17/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":890,"Cost":618,"Date":"3/8/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":182,"Cost":144,"Date":"6/6/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":357,"Cost":196,"Date":"6/16/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":716,"Cost":543,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":876,"Cost":684,"Date":"11/19/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":676,"Cost":489,"Date":"12/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":527,"Cost":354,"Date":"2/4/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":652,"Cost":510,"Date":"3/8/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":265,"Cost":249,"Date":"12/18/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":696,"Cost":655,"Date":"3/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":231,"Cost":181,"Date":"4/20/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":381,"Cost":301,"Date":"6/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":518,"Cost":366,"Date":"7/23/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":959,"Cost":604,"Date":"11/21/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":944,"Cost":847,"Date":"11/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":608,"Cost":440,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":291,"Cost":240,"Date":"5/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":76,"Cost":46,"Date":"9/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":697,"Cost":440,"Date":"1/3/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":391,"Cost":365,"Date":"2/2/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":753,"Cost":490,"Date":"3/18/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":917,"Cost":586,"Date":"10/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":308,"Cost":183,"Date":"2/16/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":642,"Cost":415,"Date":"6/7/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":229,"Cost":140,"Date":"1/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":573,"Cost":426,"Date":"3/27/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":621,"Cost":567,"Date":"5/12/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":822,"Cost":416,"Date":"7/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":76,"Cost":50,"Date":"8/8/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":628,"Cost":353,"Date":"12/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":839,"Cost":547,"Date":"1/17/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":111,"Cost":61,"Date":"3/8/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":704,"Cost":531,"Date":"6/6/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":736,"Cost":432,"Date":"6/16/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":172,"Cost":162,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":875,"Cost":760,"Date":"11/19/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":736,"Cost":562,"Date":"12/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":366,"Cost":320,"Date":"2/4/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":747,"Cost":413,"Date":"3/8/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":379,"Cost":254,"Date":"12/18/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":133,"Cost":97,"Date":"3/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":742,"Cost":538,"Date":"4/20/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":831,"Cost":656,"Date":"6/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":566,"Cost":526,"Date":"7/23/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":589,"Cost":491,"Date":"11/21/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":153,"Cost":121,"Date":"11/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":516,"Cost":439,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":125,"Cost":114,"Date":"5/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":937,"Cost":675,"Date":"9/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":193,"Cost":99,"Date":"1/3/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":232,"Cost":162,"Date":"2/2/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":296,"Cost":173,"Date":"3/18/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":852,"Cost":550,"Date":"10/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":791,"Cost":529,"Date":"2/16/2018"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":789,"Cost":469,"Date":"6/7/2018"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":229,"Cost":151,"Date":"1/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":699,"Cost":657,"Date":"3/27/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":58,"Cost":32,"Date":"5/12/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":253,"Cost":156,"Date":"7/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":302,"Cost":184,"Date":"8/8/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":165,"Cost":94,"Date":"12/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":682,"Cost":538,"Date":"1/17/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":940,"Cost":566,"Date":"3/8/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":680,"Cost":581,"Date":"6/6/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":532,"Cost":446,"Date":"6/16/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":25,"Cost":22,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":354,"Cost":267,"Date":"11/19/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":10,"Cost":9,"Date":"12/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":39,"Cost":32,"Date":"2/4/2021"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":1000,"Cost":607,"Date":"3/8/2021"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":442,"Cost":397,"Date":"12/18/2021"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":141,"Cost":111,"Date":"3/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":471,"Cost":336,"Date":"4/20/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":415,"Cost":391,"Date":"6/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":6,"Cost":6,"Date":"7/23/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":783,"Cost":729,"Date":"11/21/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":812,"Cost":436,"Date":"11/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":384,"Cost":195,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":306,"Cost":218,"Date":"5/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":750,"Cost":531,"Date":"9/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":436,"Cost":355,"Date":"1/3/2024"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":515,"Cost":345,"Date":"2/2/2024"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":892,"Cost":815,"Date":"3/18/2024"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":995,"Cost":518,"Date":"10/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":191,"Cost":136,"Date":"2/16/2018"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":701,"Cost":503,"Date":"6/7/2018"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":667,"Cost":341,"Date":"1/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":474,"Cost":245,"Date":"3/27/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":554,"Cost":474,"Date":"5/12/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":796,"Cost":734,"Date":"7/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":939,"Cost":860,"Date":"8/8/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":625,"Cost":480,"Date":"12/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":391,"Cost":270,"Date":"1/17/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":867,"Cost":525,"Date":"3/8/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":456,"Cost":274,"Date":"6/6/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":913,"Cost":602,"Date":"6/16/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":195,"Cost":172,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":621,"Cost":371,"Date":"11/19/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":144,"Cost":134,"Date":"12/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":248,"Cost":222,"Date":"2/4/2021"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":635,"Cost":555,"Date":"3/8/2021"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":424,"Cost":387,"Date":"12/18/2021"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":771,"Cost":491,"Date":"3/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":461,"Cost":242,"Date":"4/20/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":821,"Cost":576,"Date":"6/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":603,"Cost":329,"Date":"7/23/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":191,"Cost":163,"Date":"11/21/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":739,"Cost":605,"Date":"11/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":965,"Cost":531,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":331,"Cost":314,"Date":"5/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":897,"Cost":778,"Date":"9/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":344,"Cost":227,"Date":"1/3/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":850,"Cost":460,"Date":"2/2/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":740,"Cost":453,"Date":"3/18/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":556,"Cost":400,"Date":"10/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":455,"Cost":284,"Date":"2/16/2018"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":909,"Cost":686,"Date":"6/7/2018"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":969,"Cost":627,"Date":"1/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":593,"Cost":422,"Date":"3/27/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":962,"Cost":684,"Date":"5/12/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":345,"Cost":277,"Date":"7/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":787,"Cost":635,"Date":"8/8/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":6,"Cost":5,"Date":"12/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":174,"Cost":93,"Date":"1/17/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":498,"Cost":407,"Date":"3/8/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":379,"Cost":354,"Date":"6/6/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":249,"Cost":205,"Date":"6/16/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":688,"Cost":399,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":231,"Cost":144,"Date":"11/19/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":522,"Cost":306,"Date":"12/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":725,"Cost":674,"Date":"2/4/2021"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":887,"Cost":476,"Date":"3/8/2021"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":861,"Cost":701,"Date":"12/18/2021"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":953,"Cost":842,"Date":"3/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":313,"Cost":237,"Date":"4/20/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":709,"Cost":365,"Date":"6/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":130,"Cost":83,"Date":"7/23/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":481,"Cost":318,"Date":"11/21/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":646,"Cost":461,"Date":"11/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":178,"Cost":118,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":794,"Cost":656,"Date":"5/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":963,"Cost":632,"Date":"9/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":738,"Cost":527,"Date":"1/3/2024"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":906,"Cost":610,"Date":"2/2/2024"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":195,"Cost":100,"Date":"3/18/2024"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":899,"Cost":739,"Date":"10/14/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":113,"Cost":69,"Date":"2/16/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":828,"Cost":718,"Date":"6/7/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":609,"Cost":378,"Date":"1/28/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":646,"Cost":340,"Date":"3/27/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":537,"Cost":480,"Date":"5/12/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":869,"Cost":627,"Date":"7/28/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":381,"Cost":247,"Date":"8/8/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":878,"Cost":793,"Date":"12/7/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":513,"Cost":368,"Date":"1/17/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":958,"Cost":537,"Date":"3/8/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":397,"Cost":363,"Date":"6/6/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":413,"Cost":348,"Date":"6/16/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":430,"Cost":407,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":457,"Cost":351,"Date":"11/19/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":822,"Cost":648,"Date":"12/28/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":506,"Cost":309,"Date":"2/4/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":818,"Cost":777,"Date":"3/8/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":933,"Cost":776,"Date":"12/18/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":847,"Cost":550,"Date":"3/31/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":30,"Cost":15,"Date":"4/20/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":657,"Cost":458,"Date":"6/26/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":784,"Cost":671,"Date":"7/23/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":807,"Cost":494,"Date":"11/21/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":310,"Cost":269,"Date":"11/26/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":669,"Cost":560,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":671,"Cost":495,"Date":"5/21/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":122,"Cost":113,"Date":"9/28/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":991,"Cost":726,"Date":"1/3/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":403,"Cost":327,"Date":"2/2/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":282,"Cost":232,"Date":"3/18/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":923,"Cost":760,"Date":"10/14/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":697,"Cost":556,"Date":"2/16/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":918,"Cost":688,"Date":"6/7/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":441,"Cost":294,"Date":"1/28/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":221,"Cost":156,"Date":"3/27/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":112,"Cost":64,"Date":"5/12/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":956,"Cost":556,"Date":"7/28/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":530,"Cost":320,"Date":"8/8/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":905,"Cost":533,"Date":"12/7/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":770,"Cost":458,"Date":"1/17/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":643,"Cost":424,"Date":"3/8/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":139,"Cost":110,"Date":"6/6/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":591,"Cost":385,"Date":"6/16/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":674,"Cost":631,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":933,"Cost":800,"Date":"11/19/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":573,"Cost":334,"Date":"12/28/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":901,"Cost":836,"Date":"2/4/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":84,"Cost":62,"Date":"3/8/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":904,"Cost":720,"Date":"12/18/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":854,"Cost":737,"Date":"3/31/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":661,"Cost":402,"Date":"4/20/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":331,"Cost":188,"Date":"6/26/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":130,"Cost":77,"Date":"7/23/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":19,"Cost":10,"Date":"11/21/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":407,"Cost":320,"Date":"11/26/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":567,"Cost":415,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":872,"Cost":720,"Date":"5/21/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":340,"Cost":262,"Date":"9/28/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":303,"Cost":237,"Date":"1/3/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":24,"Cost":12,"Date":"2/2/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":412,"Cost":213,"Date":"3/18/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":238,"Cost":179,"Date":"10/14/2024"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":823,"Cost":590,"Date":"2/16/2018"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":568,"Cost":298,"Date":"6/7/2018"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":519,"Cost":387,"Date":"1/28/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":348,"Cost":308,"Date":"3/27/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":905,"Cost":624,"Date":"5/12/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":323,"Cost":173,"Date":"7/28/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":442,"Cost":267,"Date":"8/8/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":358,"Cost":330,"Date":"12/7/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":428,"Cost":328,"Date":"1/17/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":439,"Cost":332,"Date":"3/8/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":15,"Cost":10,"Date":"6/6/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":700,"Cost":578,"Date":"6/16/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":616,"Cost":523,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":506,"Cost":463,"Date":"11/19/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":312,"Cost":220,"Date":"12/28/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":951,"Cost":510,"Date":"2/4/2021"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":796,"Cost":516,"Date":"3/8/2021"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":597,"Cost":370,"Date":"12/18/2021"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":297,"Cost":246,"Date":"3/31/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":793,"Cost":533,"Date":"4/20/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":145,"Cost":120,"Date":"6/26/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":898,"Cost":714,"Date":"7/23/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":277,"Cost":258,"Date":"11/21/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":256,"Cost":194,"Date":"11/26/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":904,"Cost":820,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":798,"Cost":499,"Date":"5/21/2023"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":869,"Cost":586,"Date":"9/28/2023"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":754,"Cost":531,"Date":"1/3/2024"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":433,"Cost":308,"Date":"2/2/2024"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":53,"Cost":32,"Date":"3/18/2024"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":832,"Cost":729,"Date":"10/14/2024"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":715,"Cost":486,"Date":"2/16/2018"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":969,"Cost":593,"Date":"6/7/2018"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":979,"Cost":705,"Date":"1/28/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":827,"Cost":634,"Date":"3/27/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":20,"Cost":19,"Date":"5/12/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":377,"Cost":245,"Date":"7/28/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":439,"Cost":375,"Date":"8/8/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":695,"Cost":428,"Date":"12/7/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":219,"Cost":179,"Date":"1/17/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":985,"Cost":496,"Date":"3/8/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":121,"Cost":95,"Date":"6/6/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":287,"Cost":236,"Date":"6/16/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":384,"Cost":325,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":732,"Cost":373,"Date":"11/19/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":520,"Cost":416,"Date":"12/28/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":759,"Cost":522,"Date":"2/4/2021"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":701,"Cost":478,"Date":"3/8/2021"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":610,"Cost":547,"Date":"12/18/2021"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":49,"Cost":46,"Date":"3/31/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":620,"Cost":425,"Date":"4/20/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":965,"Cost":697,"Date":"6/26/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":684,"Cost":369,"Date":"7/23/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":795,"Cost":471,"Date":"11/21/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":68,"Cost":63,"Date":"11/26/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":580,"Cost":390,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":487,"Cost":333,"Date":"5/21/2023"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":239,"Cost":186,"Date":"9/28/2023"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":511,"Cost":371,"Date":"1/3/2024"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":321,"Cost":184,"Date":"2/2/2024"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":7,"Cost":3,"Date":"3/18/2024"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":38,"Cost":28,"Date":"10/14/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":750,"Cost":624,"Date":"2/16/2018"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":334,"Cost":190,"Date":"6/7/2018"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":718,"Cost":567,"Date":"1/28/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":601,"Cost":487,"Date":"3/27/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":698,"Cost":564,"Date":"5/12/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":175,"Cost":115,"Date":"7/28/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":981,"Cost":757,"Date":"8/8/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":592,"Cost":558,"Date":"12/7/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":892,"Cost":733,"Date":"1/17/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":438,"Cost":361,"Date":"3/8/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":71,"Cost":46,"Date":"6/6/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":195,"Cost":166,"Date":"6/16/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":995,"Cost":598,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":733,"Cost":665,"Date":"11/19/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":584,"Cost":379,"Date":"12/28/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":750,"Cost":449,"Date":"2/4/2021"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":66,"Cost":39,"Date":"3/8/2021"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":727,"Cost":522,"Date":"12/18/2021"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":26,"Cost":15,"Date":"3/31/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":638,"Cost":521,"Date":"4/20/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":752,"Cost":393,"Date":"6/26/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":502,"Cost":425,"Date":"7/23/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":101,"Cost":88,"Date":"11/21/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":637,"Cost":443,"Date":"11/26/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":390,"Cost":204,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":54,"Cost":30,"Date":"5/21/2023"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":720,"Cost":460,"Date":"9/28/2023"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":640,"Cost":383,"Date":"1/3/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":781,"Cost":666,"Date":"2/2/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":355,"Cost":294,"Date":"3/18/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":137,"Cost":116,"Date":"10/14/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":403,"Cost":369,"Date":"2/16/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":917,"Cost":822,"Date":"6/7/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":260,"Cost":166,"Date":"1/28/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":614,"Cost":558,"Date":"3/27/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":140,"Cost":103,"Date":"5/12/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":8,"Cost":5,"Date":"7/28/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":605,"Cost":390,"Date":"8/8/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":268,"Cost":159,"Date":"12/7/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":612,"Cost":506,"Date":"1/17/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":435,"Cost":227,"Date":"3/8/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":944,"Cost":736,"Date":"6/6/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":323,"Cost":278,"Date":"6/16/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":684,"Cost":598,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":221,"Cost":189,"Date":"11/19/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":785,"Cost":462,"Date":"12/28/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":63,"Cost":37,"Date":"2/4/2021"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":656,"Cost":615,"Date":"3/8/2021"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":720,"Cost":474,"Date":"12/18/2021"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":21,"Cost":11,"Date":"3/31/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":19,"Cost":15,"Date":"4/20/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":339,"Cost":284,"Date":"6/26/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":223,"Cost":134,"Date":"7/23/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":106,"Cost":89,"Date":"11/21/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":605,"Cost":510,"Date":"11/26/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":230,"Cost":184,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":944,"Cost":820,"Date":"5/21/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":734,"Cost":588,"Date":"9/28/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":425,"Cost":270,"Date":"1/3/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":564,"Cost":436,"Date":"2/2/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":268,"Cost":180,"Date":"3/18/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":719,"Cost":538,"Date":"10/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":171,"Cost":86,"Date":"2/16/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":912,"Cost":808,"Date":"6/7/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":212,"Cost":168,"Date":"1/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":804,"Cost":644,"Date":"3/27/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":482,"Cost":458,"Date":"5/12/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":148,"Cost":104,"Date":"7/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":275,"Cost":177,"Date":"8/8/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":682,"Cost":542,"Date":"12/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":339,"Cost":287,"Date":"1/17/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":78,"Cost":41,"Date":"3/8/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":97,"Cost":57,"Date":"6/6/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":670,"Cost":619,"Date":"6/16/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":215,"Cost":174,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":430,"Cost":265,"Date":"11/19/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":308,"Cost":197,"Date":"12/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":843,"Cost":606,"Date":"2/4/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":357,"Cost":196,"Date":"3/8/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":244,"Cost":199,"Date":"12/18/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":739,"Cost":406,"Date":"3/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":132,"Cost":69,"Date":"4/20/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":774,"Cost":462,"Date":"6/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":305,"Cost":199,"Date":"7/23/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":746,"Cost":488,"Date":"11/21/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":988,"Cost":573,"Date":"11/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":531,"Cost":454,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":228,"Cost":150,"Date":"5/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":372,"Cost":228,"Date":"9/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":32,"Cost":28,"Date":"1/3/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":536,"Cost":298,"Date":"2/2/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":718,"Cost":410,"Date":"3/18/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":953,"Cost":558,"Date":"10/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":847,"Cost":547,"Date":"2/16/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":393,"Cost":222,"Date":"6/7/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":937,"Cost":697,"Date":"1/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":984,"Cost":547,"Date":"3/27/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":553,"Cost":458,"Date":"5/12/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":249,"Cost":133,"Date":"7/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":451,"Cost":298,"Date":"8/8/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":380,"Cost":264,"Date":"12/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":641,"Cost":419,"Date":"1/17/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":594,"Cost":473,"Date":"3/8/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":666,"Cost":399,"Date":"6/6/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":186,"Cost":116,"Date":"6/16/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":650,"Cost":406,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":31,"Cost":28,"Date":"11/19/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":138,"Cost":83,"Date":"12/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":763,"Cost":616,"Date":"2/4/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":456,"Cost":324,"Date":"3/8/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":79,"Cost":71,"Date":"12/18/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":502,"Cost":275,"Date":"3/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":858,"Cost":510,"Date":"4/20/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":822,"Cost":498,"Date":"6/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":282,"Cost":258,"Date":"7/23/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":782,"Cost":724,"Date":"11/21/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"11/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":457,"Cost":354,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":944,"Cost":618,"Date":"5/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":582,"Cost":469,"Date":"9/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":500,"Cost":471,"Date":"1/3/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":345,"Cost":187,"Date":"2/2/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":682,"Cost":419,"Date":"3/18/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":325,"Cost":236,"Date":"10/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":119,"Cost":85,"Date":"2/16/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":790,"Cost":704,"Date":"6/7/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":572,"Cost":528,"Date":"1/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":68,"Cost":49,"Date":"3/27/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":185,"Cost":159,"Date":"5/12/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":498,"Cost":469,"Date":"7/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":969,"Cost":613,"Date":"8/8/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":861,"Cost":729,"Date":"12/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":935,"Cost":706,"Date":"1/17/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":175,"Cost":138,"Date":"3/8/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":735,"Cost":593,"Date":"6/6/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":824,"Cost":641,"Date":"6/16/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":11,"Cost":7,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":360,"Cost":220,"Date":"11/19/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":781,"Cost":683,"Date":"12/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":635,"Cost":598,"Date":"2/4/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":284,"Cost":171,"Date":"3/8/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":961,"Cost":517,"Date":"12/18/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":593,"Cost":332,"Date":"3/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":722,"Cost":508,"Date":"4/20/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":639,"Cost":461,"Date":"6/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":243,"Cost":192,"Date":"7/23/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":654,"Cost":342,"Date":"11/21/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":861,"Cost":695,"Date":"11/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":959,"Cost":706,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":430,"Cost":313,"Date":"5/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":300,"Cost":150,"Date":"9/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":681,"Cost":448,"Date":"1/3/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":85,"Cost":57,"Date":"2/2/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":426,"Cost":317,"Date":"3/18/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":550,"Cost":476,"Date":"10/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":498,"Cost":295,"Date":"2/16/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":67,"Cost":45,"Date":"6/7/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":748,"Cost":458,"Date":"1/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":879,"Cost":470,"Date":"3/27/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":601,"Cost":333,"Date":"5/12/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":823,"Cost":466,"Date":"7/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":114,"Cost":95,"Date":"8/8/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":132,"Cost":108,"Date":"12/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":324,"Cost":228,"Date":"1/17/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":991,"Cost":876,"Date":"3/8/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":73,"Cost":58,"Date":"6/6/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":226,"Cost":145,"Date":"6/16/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":304,"Cost":196,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":240,"Cost":135,"Date":"11/19/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":850,"Cost":528,"Date":"12/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":884,"Cost":769,"Date":"2/4/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":130,"Cost":74,"Date":"3/8/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":665,"Cost":392,"Date":"12/18/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":519,"Cost":391,"Date":"3/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":986,"Cost":928,"Date":"4/20/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":774,"Cost":473,"Date":"6/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":899,"Cost":568,"Date":"7/23/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":325,"Cost":169,"Date":"11/21/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":664,"Cost":432,"Date":"11/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":385,"Cost":272,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":294,"Cost":268,"Date":"5/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":616,"Cost":365,"Date":"9/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":475,"Cost":303,"Date":"1/3/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":139,"Cost":73,"Date":"2/2/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":459,"Cost":262,"Date":"3/18/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":217,"Cost":144,"Date":"10/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":914,"Cost":734,"Date":"2/16/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":597,"Cost":460,"Date":"6/7/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":180,"Cost":93,"Date":"1/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":675,"Cost":519,"Date":"3/27/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":475,"Cost":422,"Date":"5/12/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":155,"Cost":102,"Date":"7/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":894,"Cost":480,"Date":"8/8/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":198,"Cost":180,"Date":"12/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":770,"Cost":391,"Date":"1/17/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":903,"Cost":741,"Date":"3/8/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":191,"Cost":111,"Date":"6/6/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":720,"Cost":487,"Date":"6/16/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":238,"Cost":169,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":540,"Cost":394,"Date":"11/19/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":428,"Cost":342,"Date":"12/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":365,"Cost":211,"Date":"2/4/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":17,"Cost":8,"Date":"3/8/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":670,"Cost":373,"Date":"12/18/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":342,"Cost":223,"Date":"3/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":955,"Cost":835,"Date":"4/20/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":63,"Cost":53,"Date":"6/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":801,"Cost":413,"Date":"7/23/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":186,"Cost":139,"Date":"11/21/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":234,"Cost":125,"Date":"11/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":936,"Cost":550,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":282,"Cost":151,"Date":"5/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":426,"Cost":366,"Date":"9/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":855,"Cost":690,"Date":"1/3/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":477,"Cost":369,"Date":"2/2/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":815,"Cost":621,"Date":"3/18/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":560,"Cost":332,"Date":"10/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":437,"Cost":349,"Date":"2/16/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":245,"Cost":209,"Date":"6/7/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":117,"Cost":97,"Date":"1/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":382,"Cost":241,"Date":"3/27/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":348,"Cost":318,"Date":"5/12/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":868,"Cost":565,"Date":"7/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":570,"Cost":440,"Date":"8/8/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":467,"Cost":351,"Date":"12/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":216,"Cost":111,"Date":"1/17/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":219,"Cost":200,"Date":"3/8/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":477,"Cost":341,"Date":"6/6/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":345,"Cost":273,"Date":"6/16/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":569,"Cost":425,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":923,"Cost":599,"Date":"11/19/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":653,"Cost":609,"Date":"12/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":10,"Cost":8,"Date":"2/4/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":180,"Cost":95,"Date":"3/8/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":36,"Cost":30,"Date":"12/18/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":460,"Cost":246,"Date":"3/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":503,"Cost":429,"Date":"4/20/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":943,"Cost":814,"Date":"6/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":215,"Cost":190,"Date":"7/23/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":955,"Cost":544,"Date":"11/21/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":584,"Cost":448,"Date":"11/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":157,"Cost":144,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":439,"Cost":364,"Date":"5/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":452,"Cost":387,"Date":"9/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":649,"Cost":607,"Date":"1/3/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":632,"Cost":429,"Date":"2/2/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":597,"Cost":423,"Date":"3/18/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":684,"Cost":501,"Date":"10/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":922,"Cost":572,"Date":"2/16/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":228,"Cost":172,"Date":"6/7/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":479,"Cost":345,"Date":"1/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":942,"Cost":847,"Date":"3/27/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":403,"Cost":303,"Date":"5/12/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":764,"Cost":635,"Date":"7/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":71,"Cost":38,"Date":"8/8/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":727,"Cost":640,"Date":"12/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":433,"Cost":220,"Date":"1/17/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":727,"Cost":382,"Date":"3/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":970,"Cost":759,"Date":"6/6/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":507,"Cost":357,"Date":"6/16/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":571,"Cost":296,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":321,"Cost":202,"Date":"11/19/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":706,"Cost":393,"Date":"12/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":886,"Cost":832,"Date":"2/4/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":441,"Cost":315,"Date":"3/8/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":353,"Cost":332,"Date":"12/18/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":695,"Cost":491,"Date":"3/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":48,"Cost":45,"Date":"4/20/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":172,"Cost":120,"Date":"6/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":233,"Cost":202,"Date":"7/23/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":133,"Cost":77,"Date":"11/21/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":711,"Cost":625,"Date":"11/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":378,"Cost":334,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":981,"Cost":596,"Date":"5/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":266,"Cost":209,"Date":"9/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":104,"Cost":81,"Date":"1/3/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":202,"Cost":140,"Date":"2/2/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":32,"Cost":26,"Date":"3/18/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":780,"Cost":418,"Date":"10/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":505,"Cost":361,"Date":"2/16/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":439,"Cost":237,"Date":"6/7/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":206,"Cost":177,"Date":"1/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":639,"Cost":339,"Date":"3/27/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":272,"Cost":212,"Date":"5/12/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":951,"Cost":773,"Date":"7/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":963,"Cost":894,"Date":"8/8/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":696,"Cost":531,"Date":"12/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":27,"Cost":21,"Date":"1/17/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":40,"Cost":28,"Date":"3/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":82,"Cost":62,"Date":"6/6/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":275,"Cost":184,"Date":"6/16/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":761,"Cost":624,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":61,"Cost":47,"Date":"11/19/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":962,"Cost":639,"Date":"12/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":461,"Cost":410,"Date":"2/4/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":601,"Cost":356,"Date":"3/8/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":148,"Cost":114,"Date":"12/18/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":170,"Cost":87,"Date":"3/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":749,"Cost":549,"Date":"4/20/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":116,"Cost":107,"Date":"6/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":940,"Cost":723,"Date":"7/23/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":783,"Cost":611,"Date":"11/21/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":503,"Cost":343,"Date":"11/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":385,"Cost":240,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":231,"Cost":161,"Date":"5/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":894,"Cost":633,"Date":"9/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":481,"Cost":268,"Date":"1/3/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":845,"Cost":423,"Date":"2/2/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":517,"Cost":491,"Date":"3/18/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":350,"Cost":202,"Date":"10/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":280,"Cost":181,"Date":"2/16/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":792,"Cost":635,"Date":"6/7/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":149,"Cost":89,"Date":"1/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":145,"Cost":108,"Date":"3/27/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":742,"Cost":702,"Date":"5/12/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":123,"Cost":83,"Date":"7/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":97,"Cost":84,"Date":"8/8/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":845,"Cost":449,"Date":"12/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":783,"Cost":435,"Date":"1/17/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":583,"Cost":322,"Date":"3/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":564,"Cost":446,"Date":"6/6/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":463,"Cost":265,"Date":"6/16/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":881,"Cost":455,"Date":"11/19/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":6,"Cost":6,"Date":"12/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":96,"Cost":52,"Date":"2/4/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":94,"Cost":78,"Date":"3/8/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":688,"Cost":445,"Date":"12/18/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":454,"Cost":241,"Date":"3/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":170,"Cost":131,"Date":"4/20/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":448,"Cost":277,"Date":"6/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":986,"Cost":858,"Date":"7/23/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":99,"Cost":75,"Date":"11/21/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":117,"Cost":69,"Date":"11/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":831,"Cost":767,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":521,"Cost":280,"Date":"5/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":216,"Cost":154,"Date":"9/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":771,"Cost":404,"Date":"1/3/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":711,"Cost":440,"Date":"2/2/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":550,"Cost":298,"Date":"3/18/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":597,"Cost":505,"Date":"10/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":42,"Cost":29,"Date":"2/16/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":21,"Cost":11,"Date":"6/7/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":745,"Cost":662,"Date":"1/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":992,"Cost":866,"Date":"3/27/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":308,"Cost":286,"Date":"5/12/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":363,"Cost":305,"Date":"7/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":77,"Cost":38,"Date":"8/8/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":612,"Cost":372,"Date":"12/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":302,"Cost":273,"Date":"1/17/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":837,"Cost":610,"Date":"3/8/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":253,"Cost":206,"Date":"6/6/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":824,"Cost":648,"Date":"6/16/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":895,"Cost":715,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":869,"Cost":792,"Date":"11/19/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":89,"Cost":65,"Date":"12/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":366,"Cost":203,"Date":"2/4/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":109,"Cost":90,"Date":"3/8/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":590,"Cost":326,"Date":"12/18/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":74,"Cost":43,"Date":"3/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":695,"Cost":374,"Date":"4/20/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":402,"Cost":316,"Date":"6/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":322,"Cost":261,"Date":"7/23/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":166,"Cost":138,"Date":"11/21/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":90,"Cost":71,"Date":"11/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":649,"Cost":612,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":999,"Cost":865,"Date":"5/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":9,"Cost":5,"Date":"9/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":760,"Cost":395,"Date":"1/3/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":628,"Cost":318,"Date":"2/2/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":280,"Cost":245,"Date":"3/18/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":904,"Cost":657,"Date":"10/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":527,"Cost":380,"Date":"2/16/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":169,"Cost":116,"Date":"6/7/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":385,"Cost":236,"Date":"1/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":349,"Cost":259,"Date":"3/27/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":214,"Cost":160,"Date":"5/12/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":391,"Cost":223,"Date":"7/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":973,"Cost":753,"Date":"8/8/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":410,"Cost":389,"Date":"12/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":837,"Cost":503,"Date":"1/17/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":361,"Cost":224,"Date":"3/8/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":350,"Cost":231,"Date":"6/6/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":190,"Cost":115,"Date":"6/16/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":923,"Cost":706,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":509,"Cost":432,"Date":"11/19/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":880,"Cost":479,"Date":"12/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":36,"Cost":21,"Date":"2/4/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":231,"Cost":195,"Date":"3/8/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":410,"Cost":208,"Date":"12/18/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":750,"Cost":421,"Date":"3/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":650,"Cost":602,"Date":"4/20/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":497,"Cost":404,"Date":"6/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":616,"Cost":314,"Date":"7/23/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":810,"Cost":750,"Date":"11/21/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":306,"Cost":215,"Date":"11/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":828,"Cost":725,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":612,"Cost":425,"Date":"5/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":840,"Cost":647,"Date":"9/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":8,"Cost":4,"Date":"1/3/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":800,"Cost":604,"Date":"2/2/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":517,"Cost":323,"Date":"3/18/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":609,"Cost":319,"Date":"10/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":827,"Cost":594,"Date":"2/16/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":938,"Cost":729,"Date":"6/7/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":366,"Cost":336,"Date":"1/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":410,"Cost":381,"Date":"3/27/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":366,"Cost":242,"Date":"5/12/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":730,"Cost":531,"Date":"7/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":702,"Cost":462,"Date":"8/8/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":365,"Cost":246,"Date":"12/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":170,"Cost":140,"Date":"1/17/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":99,"Cost":58,"Date":"3/8/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":473,"Cost":350,"Date":"6/6/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":315,"Cost":214,"Date":"6/16/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":758,"Cost":660,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":998,"Cost":603,"Date":"11/19/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":51,"Cost":47,"Date":"12/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":701,"Cost":392,"Date":"2/4/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":457,"Cost":259,"Date":"3/8/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":67,"Cost":55,"Date":"12/18/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":273,"Cost":154,"Date":"3/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":55,"Cost":52,"Date":"4/20/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":971,"Cost":600,"Date":"6/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":941,"Cost":873,"Date":"7/23/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":466,"Cost":300,"Date":"11/21/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":895,"Cost":824,"Date":"11/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":28,"Cost":18,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":281,"Cost":193,"Date":"5/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":6,"Cost":5,"Date":"9/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":79,"Cost":54,"Date":"1/3/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":385,"Cost":303,"Date":"2/2/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":560,"Cost":512,"Date":"3/18/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":334,"Cost":174,"Date":"10/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":776,"Cost":431,"Date":"2/16/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":694,"Cost":366,"Date":"6/7/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":662,"Cost":516,"Date":"1/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":246,"Cost":203,"Date":"3/27/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":505,"Cost":322,"Date":"5/12/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":858,"Cost":756,"Date":"7/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":206,"Cost":183,"Date":"8/8/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":834,"Cost":733,"Date":"12/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":118,"Cost":111,"Date":"1/17/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":295,"Cost":241,"Date":"3/8/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":195,"Cost":105,"Date":"6/6/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":216,"Cost":109,"Date":"6/16/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":392,"Cost":367,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":476,"Cost":440,"Date":"11/19/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":376,"Cost":277,"Date":"12/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":529,"Cost":489,"Date":"2/4/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":877,"Cost":484,"Date":"3/8/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":900,"Cost":798,"Date":"12/18/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":869,"Cost":676,"Date":"3/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":644,"Cost":469,"Date":"4/20/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":512,"Cost":320,"Date":"6/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":187,"Cost":114,"Date":"7/23/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":522,"Cost":316,"Date":"11/21/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":357,"Cost":314,"Date":"11/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":293,"Cost":146,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":189,"Cost":162,"Date":"5/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":686,"Cost":404,"Date":"9/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":905,"Cost":718,"Date":"1/3/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":838,"Cost":659,"Date":"2/2/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":215,"Cost":196,"Date":"3/18/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":135,"Cost":86,"Date":"10/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":261,"Cost":193,"Date":"2/16/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":580,"Cost":431,"Date":"6/7/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":565,"Cost":490,"Date":"1/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":295,"Cost":259,"Date":"3/27/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":178,"Cost":167,"Date":"5/12/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":395,"Cost":239,"Date":"7/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":758,"Cost":603,"Date":"8/8/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":199,"Cost":116,"Date":"12/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":644,"Cost":580,"Date":"1/17/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":729,"Cost":636,"Date":"3/8/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":491,"Cost":435,"Date":"6/6/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":143,"Cost":122,"Date":"6/16/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":334,"Cost":295,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":880,"Cost":488,"Date":"11/19/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":875,"Cost":752,"Date":"12/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":149,"Cost":110,"Date":"2/4/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":125,"Cost":89,"Date":"3/8/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":266,"Cost":159,"Date":"12/18/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":874,"Cost":508,"Date":"3/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":479,"Cost":430,"Date":"4/20/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":643,"Cost":605,"Date":"6/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":705,"Cost":645,"Date":"7/23/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":701,"Cost":607,"Date":"11/21/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":7,"Cost":3,"Date":"11/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":118,"Cost":77,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":698,"Cost":462,"Date":"5/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":772,"Cost":537,"Date":"9/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":393,"Cost":270,"Date":"1/3/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":581,"Cost":548,"Date":"2/2/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":695,"Cost":460,"Date":"3/18/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":647,"Cost":475,"Date":"10/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":380,"Cost":277,"Date":"2/16/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":238,"Cost":226,"Date":"6/7/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":975,"Cost":574,"Date":"1/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":526,"Cost":435,"Date":"3/27/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":88,"Cost":60,"Date":"5/12/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":273,"Cost":237,"Date":"7/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":539,"Cost":306,"Date":"8/8/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":961,"Cost":736,"Date":"12/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":352,"Cost":298,"Date":"1/17/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":97,"Cost":62,"Date":"3/8/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":996,"Cost":759,"Date":"6/6/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":495,"Cost":348,"Date":"6/16/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":146,"Cost":119,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":573,"Cost":454,"Date":"11/19/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":506,"Cost":276,"Date":"12/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":297,"Cost":271,"Date":"2/4/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":779,"Cost":526,"Date":"3/8/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":192,"Cost":106,"Date":"12/18/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":99,"Cost":59,"Date":"3/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":381,"Cost":338,"Date":"4/20/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":502,"Cost":310,"Date":"6/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":127,"Cost":68,"Date":"7/23/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":738,"Cost":566,"Date":"11/21/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":876,"Cost":774,"Date":"11/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":788,"Cost":506,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":415,"Cost":373,"Date":"5/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":454,"Cost":371,"Date":"9/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":224,"Cost":178,"Date":"1/3/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":214,"Cost":168,"Date":"2/2/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":305,"Cost":233,"Date":"3/18/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":993,"Cost":820,"Date":"10/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":639,"Cost":456,"Date":"2/16/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":388,"Cost":332,"Date":"6/7/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":652,"Cost":397,"Date":"1/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":125,"Cost":81,"Date":"3/27/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":7,"Cost":6,"Date":"5/12/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":342,"Cost":181,"Date":"7/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":419,"Cost":292,"Date":"8/8/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":124,"Cost":92,"Date":"12/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":754,"Cost":463,"Date":"1/17/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":165,"Cost":113,"Date":"3/8/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":764,"Cost":504,"Date":"6/6/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":432,"Cost":348,"Date":"6/16/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":515,"Cost":359,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":244,"Cost":195,"Date":"11/19/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":759,"Cost":622,"Date":"12/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":851,"Cost":761,"Date":"2/4/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":897,"Cost":456,"Date":"3/8/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":669,"Cost":499,"Date":"12/18/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":320,"Cost":198,"Date":"3/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":582,"Cost":417,"Date":"4/20/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":471,"Cost":241,"Date":"6/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":591,"Cost":393,"Date":"7/23/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":716,"Cost":526,"Date":"11/21/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":929,"Cost":569,"Date":"11/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":881,"Cost":835,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":98,"Cost":56,"Date":"5/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":147,"Cost":127,"Date":"9/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":234,"Cost":149,"Date":"1/3/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":576,"Cost":293,"Date":"2/2/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":753,"Cost":392,"Date":"3/18/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":331,"Cost":277,"Date":"10/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":418,"Cost":393,"Date":"2/16/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":484,"Cost":441,"Date":"6/7/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":172,"Cost":99,"Date":"1/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":303,"Cost":226,"Date":"3/27/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":781,"Cost":606,"Date":"5/12/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":766,"Cost":439,"Date":"7/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":841,"Cost":440,"Date":"8/8/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":45,"Cost":23,"Date":"12/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":600,"Cost":564,"Date":"1/17/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":800,"Cost":550,"Date":"3/8/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":335,"Cost":172,"Date":"6/6/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":412,"Cost":243,"Date":"6/16/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":555,"Cost":372,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":344,"Cost":207,"Date":"11/19/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":759,"Cost":490,"Date":"12/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":302,"Cost":151,"Date":"2/4/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":684,"Cost":430,"Date":"3/8/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":211,"Cost":154,"Date":"12/18/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":942,"Cost":514,"Date":"3/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":593,"Cost":478,"Date":"4/20/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":136,"Cost":123,"Date":"6/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":836,"Cost":445,"Date":"7/23/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":733,"Cost":495,"Date":"11/21/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":160,"Cost":119,"Date":"11/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":773,"Cost":490,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":646,"Cost":609,"Date":"5/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":128,"Cost":87,"Date":"9/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":359,"Cost":236,"Date":"1/3/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":878,"Cost":564,"Date":"2/2/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":441,"Cost":311,"Date":"3/18/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":899,"Cost":595,"Date":"10/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":594,"Cost":514,"Date":"2/16/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":309,"Cost":238,"Date":"6/7/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":492,"Cost":418,"Date":"1/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":669,"Cost":383,"Date":"3/27/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":615,"Cost":485,"Date":"5/12/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":972,"Cost":562,"Date":"7/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":412,"Cost":267,"Date":"8/8/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":967,"Cost":687,"Date":"12/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":511,"Cost":437,"Date":"1/17/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":947,"Cost":639,"Date":"3/8/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":520,"Cost":348,"Date":"6/6/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":81,"Cost":67,"Date":"6/16/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":216,"Cost":191,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":515,"Cost":429,"Date":"11/19/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":98,"Cost":82,"Date":"12/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":590,"Cost":426,"Date":"2/4/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":698,"Cost":644,"Date":"3/8/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":519,"Cost":441,"Date":"12/18/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":332,"Cost":253,"Date":"3/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":768,"Cost":627,"Date":"4/20/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":284,"Cost":156,"Date":"6/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":373,"Cost":342,"Date":"7/23/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":448,"Cost":286,"Date":"11/21/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":508,"Cost":312,"Date":"11/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":87,"Cost":74,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":544,"Cost":371,"Date":"5/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":841,"Cost":586,"Date":"9/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":70,"Cost":35,"Date":"1/3/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":782,"Cost":391,"Date":"2/2/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":750,"Cost":584,"Date":"3/18/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":11,"Cost":6,"Date":"10/14/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":844,"Cost":767,"Date":"2/16/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":165,"Cost":110,"Date":"6/7/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":459,"Cost":424,"Date":"1/28/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":665,"Cost":523,"Date":"3/27/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":795,"Cost":659,"Date":"5/12/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":654,"Cost":561,"Date":"7/28/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":576,"Cost":334,"Date":"8/8/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":297,"Cost":250,"Date":"12/7/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":632,"Cost":349,"Date":"1/17/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":648,"Cost":454,"Date":"3/8/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":414,"Cost":282,"Date":"6/6/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":811,"Cost":576,"Date":"6/16/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":652,"Cost":504,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":57,"Cost":44,"Date":"11/19/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":43,"Cost":33,"Date":"12/28/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":236,"Cost":147,"Date":"2/4/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":72,"Cost":66,"Date":"3/8/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":372,"Cost":331,"Date":"12/18/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":712,"Cost":605,"Date":"3/31/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":346,"Cost":280,"Date":"4/20/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":549,"Cost":323,"Date":"6/26/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":433,"Cost":278,"Date":"7/23/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":460,"Cost":258,"Date":"11/21/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":105,"Cost":69,"Date":"11/26/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":578,"Cost":385,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":249,"Cost":185,"Date":"5/21/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":177,"Cost":96,"Date":"9/28/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":186,"Cost":137,"Date":"1/3/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":717,"Cost":618,"Date":"2/2/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":909,"Cost":518,"Date":"3/18/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":141,"Cost":128,"Date":"10/14/2024"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":955,"Cost":668,"Date":"2/16/2018"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":840,"Cost":665,"Date":"6/7/2018"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":641,"Cost":372,"Date":"1/28/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":945,"Cost":612,"Date":"3/27/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":333,"Cost":306,"Date":"5/12/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":996,"Cost":684,"Date":"7/28/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":422,"Cost":336,"Date":"8/8/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":57,"Cost":55,"Date":"12/7/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":446,"Cost":360,"Date":"1/17/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":598,"Cost":357,"Date":"3/8/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":488,"Cost":424,"Date":"6/6/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":222,"Cost":150,"Date":"6/16/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":216,"Cost":199,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":980,"Cost":508,"Date":"11/19/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":648,"Cost":408,"Date":"12/28/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":396,"Cost":317,"Date":"2/4/2021"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":312,"Cost":242,"Date":"3/8/2021"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":182,"Cost":170,"Date":"12/18/2021"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":61,"Cost":42,"Date":"3/31/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":439,"Cost":409,"Date":"4/20/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":513,"Cost":377,"Date":"6/26/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":264,"Cost":235,"Date":"7/23/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":57,"Cost":46,"Date":"11/21/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":548,"Cost":368,"Date":"11/26/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":984,"Cost":865,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":93,"Cost":77,"Date":"5/21/2023"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":698,"Cost":575,"Date":"9/28/2023"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":86,"Cost":62,"Date":"1/3/2024"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":129,"Cost":99,"Date":"2/2/2024"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":557,"Cost":438,"Date":"3/18/2024"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":621,"Cost":579,"Date":"10/14/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":344,"Cost":278,"Date":"2/16/2018"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":24,"Cost":12,"Date":"6/7/2018"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":403,"Cost":203,"Date":"1/28/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":119,"Cost":64,"Date":"3/27/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":891,"Cost":721,"Date":"5/12/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":607,"Cost":577,"Date":"7/28/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":808,"Cost":587,"Date":"8/8/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":93,"Cost":58,"Date":"12/7/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":382,"Cost":301,"Date":"1/17/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":892,"Cost":665,"Date":"3/8/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":193,"Cost":120,"Date":"6/6/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":329,"Cost":200,"Date":"6/16/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":887,"Cost":667,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":372,"Cost":324,"Date":"11/19/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":833,"Cost":707,"Date":"12/28/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":960,"Cost":748,"Date":"2/4/2021"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":451,"Cost":356,"Date":"3/8/2021"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":491,"Cost":454,"Date":"12/18/2021"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":953,"Cost":549,"Date":"3/31/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":273,"Cost":243,"Date":"4/20/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":54,"Cost":34,"Date":"6/26/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":109,"Cost":67,"Date":"7/23/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":454,"Cost":286,"Date":"11/21/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":15,"Cost":11,"Date":"11/26/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":85,"Cost":58,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":192,"Cost":156,"Date":"5/21/2023"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":551,"Cost":449,"Date":"9/28/2023"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":176,"Cost":166,"Date":"1/3/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":365,"Cost":309,"Date":"2/2/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":910,"Cost":503,"Date":"3/18/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":765,"Cost":481,"Date":"10/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":588,"Cost":322,"Date":"2/16/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":213,"Cost":200,"Date":"6/7/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":32,"Cost":21,"Date":"1/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":592,"Cost":331,"Date":"3/27/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":774,"Cost":570,"Date":"5/12/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":410,"Cost":343,"Date":"7/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":41,"Cost":26,"Date":"8/8/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":22,"Cost":20,"Date":"12/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":310,"Cost":197,"Date":"1/17/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":221,"Cost":116,"Date":"3/8/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":536,"Cost":508,"Date":"6/6/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":951,"Cost":623,"Date":"6/16/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":543,"Cost":314,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":858,"Cost":617,"Date":"11/19/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":370,"Cost":297,"Date":"12/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":474,"Cost":365,"Date":"2/4/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":648,"Cost":609,"Date":"3/8/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":104,"Cost":67,"Date":"12/18/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":802,"Cost":750,"Date":"3/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":202,"Cost":123,"Date":"4/20/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":855,"Cost":808,"Date":"6/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":289,"Cost":145,"Date":"7/23/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":772,"Cost":522,"Date":"11/21/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":938,"Cost":744,"Date":"11/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":235,"Cost":188,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":210,"Cost":176,"Date":"5/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":268,"Cost":205,"Date":"9/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":367,"Cost":286,"Date":"1/3/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":853,"Cost":645,"Date":"2/2/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":54,"Cost":37,"Date":"3/18/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":976,"Cost":766,"Date":"10/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":937,"Cost":696,"Date":"2/16/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":75,"Cost":38,"Date":"6/7/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":593,"Cost":551,"Date":"1/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":96,"Cost":57,"Date":"3/27/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":36,"Cost":32,"Date":"5/12/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":38,"Cost":35,"Date":"7/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":473,"Cost":349,"Date":"8/8/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":781,"Cost":685,"Date":"12/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":625,"Cost":355,"Date":"1/17/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":286,"Cost":200,"Date":"3/8/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":125,"Cost":102,"Date":"6/6/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":802,"Cost":412,"Date":"6/16/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":898,"Cost":696,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":579,"Cost":425,"Date":"11/19/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":578,"Cost":428,"Date":"12/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":223,"Cost":163,"Date":"2/4/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":844,"Cost":520,"Date":"3/8/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":720,"Cost":361,"Date":"12/18/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":161,"Cost":98,"Date":"3/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":982,"Cost":903,"Date":"4/20/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":550,"Cost":407,"Date":"6/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":351,"Cost":279,"Date":"7/23/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":888,"Cost":585,"Date":"11/21/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":273,"Cost":209,"Date":"11/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":716,"Cost":650,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":654,"Cost":516,"Date":"5/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":944,"Cost":657,"Date":"9/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":273,"Cost":145,"Date":"1/3/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":27,"Cost":13,"Date":"2/2/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":712,"Cost":364,"Date":"3/18/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":621,"Cost":538,"Date":"10/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":829,"Cost":711,"Date":"2/16/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":378,"Cost":323,"Date":"6/7/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":166,"Cost":132,"Date":"1/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":999,"Cost":811,"Date":"3/27/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":505,"Cost":279,"Date":"5/12/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":942,"Cost":837,"Date":"7/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":620,"Cost":490,"Date":"8/8/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":691,"Cost":463,"Date":"12/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":5,"Cost":4,"Date":"1/17/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":544,"Cost":447,"Date":"3/8/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":815,"Cost":445,"Date":"6/6/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":913,"Cost":633,"Date":"6/16/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":322,"Cost":209,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":563,"Cost":430,"Date":"11/19/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":425,"Cost":272,"Date":"12/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":228,"Cost":200,"Date":"2/4/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":640,"Cost":450,"Date":"3/8/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":678,"Cost":382,"Date":"12/18/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":833,"Cost":557,"Date":"3/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":618,"Cost":502,"Date":"4/20/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":387,"Cost":198,"Date":"6/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":42,"Cost":34,"Date":"7/23/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":659,"Cost":568,"Date":"11/21/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":318,"Cost":198,"Date":"11/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":460,"Cost":281,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":51,"Cost":26,"Date":"5/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":128,"Cost":75,"Date":"9/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":617,"Cost":333,"Date":"1/3/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":554,"Cost":395,"Date":"2/2/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":889,"Cost":509,"Date":"3/18/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":800,"Cost":483,"Date":"10/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":191,"Cost":145,"Date":"2/16/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":972,"Cost":903,"Date":"6/7/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":626,"Cost":375,"Date":"1/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":687,"Cost":633,"Date":"3/27/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":284,"Cost":226,"Date":"5/12/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":93,"Cost":87,"Date":"7/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":893,"Cost":764,"Date":"8/8/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":382,"Cost":337,"Date":"12/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":880,"Cost":758,"Date":"1/17/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":337,"Cost":216,"Date":"3/8/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":119,"Cost":93,"Date":"6/6/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":981,"Cost":542,"Date":"6/16/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":900,"Cost":531,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":513,"Cost":282,"Date":"11/19/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":235,"Cost":168,"Date":"12/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":255,"Cost":173,"Date":"2/4/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":784,"Cost":494,"Date":"3/8/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":910,"Cost":591,"Date":"12/18/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":136,"Cost":88,"Date":"3/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":41,"Cost":35,"Date":"4/20/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":941,"Cost":875,"Date":"6/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":140,"Cost":101,"Date":"7/23/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":89,"Cost":53,"Date":"11/21/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":427,"Cost":360,"Date":"11/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":959,"Cost":781,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":548,"Cost":515,"Date":"5/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":92,"Cost":66,"Date":"9/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":336,"Cost":168,"Date":"1/3/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":844,"Cost":460,"Date":"2/2/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":388,"Cost":215,"Date":"3/18/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":995,"Cost":644,"Date":"10/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":487,"Cost":306,"Date":"2/16/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":685,"Cost":426,"Date":"6/7/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":946,"Cost":753,"Date":"1/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":953,"Cost":512,"Date":"3/27/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":425,"Cost":367,"Date":"5/12/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":151,"Cost":143,"Date":"7/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":431,"Cost":329,"Date":"8/8/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":195,"Cost":145,"Date":"12/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":551,"Cost":346,"Date":"1/17/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":176,"Cost":145,"Date":"3/8/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":231,"Cost":188,"Date":"6/6/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":503,"Cost":467,"Date":"6/16/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":537,"Cost":476,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":57,"Cost":42,"Date":"11/19/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":838,"Cost":761,"Date":"12/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":663,"Cost":572,"Date":"2/4/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":622,"Cost":353,"Date":"3/8/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":316,"Cost":207,"Date":"12/18/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":69,"Cost":56,"Date":"3/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":33,"Cost":29,"Date":"4/20/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":826,"Cost":685,"Date":"6/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":705,"Cost":670,"Date":"7/23/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":721,"Cost":376,"Date":"11/21/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":658,"Cost":583,"Date":"11/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":894,"Cost":515,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":616,"Cost":405,"Date":"5/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":25,"Cost":12,"Date":"9/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":624,"Cost":438,"Date":"1/3/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":322,"Cost":252,"Date":"2/2/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":337,"Cost":199,"Date":"3/18/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":57,"Cost":38,"Date":"10/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":176,"Cost":139,"Date":"2/16/2018"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":981,"Cost":917,"Date":"6/7/2018"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":569,"Cost":396,"Date":"1/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":646,"Cost":576,"Date":"3/27/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":92,"Cost":74,"Date":"5/12/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":633,"Cost":590,"Date":"7/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":328,"Cost":246,"Date":"8/8/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":834,"Cost":739,"Date":"12/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":225,"Cost":148,"Date":"1/17/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":326,"Cost":276,"Date":"3/8/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":173,"Cost":151,"Date":"6/6/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":51,"Cost":27,"Date":"6/16/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":183,"Cost":93,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":373,"Cost":351,"Date":"11/19/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":915,"Cost":615,"Date":"12/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":28,"Cost":26,"Date":"2/4/2021"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":257,"Cost":198,"Date":"3/8/2021"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":90,"Cost":47,"Date":"12/18/2021"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":335,"Cost":310,"Date":"3/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":826,"Cost":606,"Date":"4/20/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":839,"Cost":600,"Date":"6/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":707,"Cost":571,"Date":"7/23/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":442,"Cost":371,"Date":"11/21/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":614,"Cost":328,"Date":"11/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":247,"Cost":186,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":567,"Cost":317,"Date":"5/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":637,"Cost":347,"Date":"9/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":245,"Cost":142,"Date":"1/3/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":199,"Cost":186,"Date":"2/2/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":42,"Cost":35,"Date":"3/18/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":653,"Cost":578,"Date":"10/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":86,"Cost":47,"Date":"2/16/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":566,"Cost":380,"Date":"6/7/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":550,"Cost":480,"Date":"1/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":665,"Cost":574,"Date":"3/27/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":716,"Cost":519,"Date":"5/12/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":895,"Cost":525,"Date":"7/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":171,"Cost":160,"Date":"8/8/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":248,"Cost":156,"Date":"12/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":548,"Cost":481,"Date":"1/17/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":399,"Cost":363,"Date":"3/8/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":498,"Cost":388,"Date":"6/6/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":228,"Cost":204,"Date":"6/16/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":559,"Cost":514,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":356,"Cost":243,"Date":"11/19/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":241,"Cost":180,"Date":"12/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":580,"Cost":497,"Date":"2/4/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":227,"Cost":143,"Date":"3/8/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":467,"Cost":330,"Date":"12/18/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":516,"Cost":383,"Date":"3/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":887,"Cost":787,"Date":"4/20/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":360,"Cost":200,"Date":"6/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":283,"Cost":199,"Date":"7/23/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":756,"Cost":713,"Date":"11/21/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":39,"Cost":30,"Date":"11/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":718,"Cost":373,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":86,"Cost":66,"Date":"5/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":157,"Cost":95,"Date":"9/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":41,"Cost":38,"Date":"1/3/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":760,"Cost":667,"Date":"2/2/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":430,"Cost":356,"Date":"3/18/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":884,"Cost":832,"Date":"10/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":950,"Cost":663,"Date":"2/16/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":657,"Cost":425,"Date":"6/7/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":947,"Cost":481,"Date":"1/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":747,"Cost":449,"Date":"3/27/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":408,"Cost":219,"Date":"5/12/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":870,"Cost":542,"Date":"7/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":230,"Cost":130,"Date":"8/8/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":896,"Cost":842,"Date":"12/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":252,"Cost":145,"Date":"1/17/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":483,"Cost":433,"Date":"3/8/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":325,"Cost":295,"Date":"6/6/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":58,"Cost":29,"Date":"6/16/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":1000,"Cost":580,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":642,"Cost":553,"Date":"11/19/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":589,"Cost":553,"Date":"12/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":163,"Cost":112,"Date":"2/4/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":58,"Cost":46,"Date":"3/8/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":294,"Cost":221,"Date":"12/18/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":364,"Cost":185,"Date":"3/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":822,"Cost":416,"Date":"4/20/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":6,"Cost":4,"Date":"6/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":723,"Cost":524,"Date":"7/23/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":615,"Cost":386,"Date":"11/21/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":650,"Cost":331,"Date":"11/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":421,"Cost":212,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":162,"Cost":125,"Date":"5/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":45,"Cost":23,"Date":"9/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":665,"Cost":336,"Date":"1/3/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":85,"Cost":74,"Date":"2/2/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":510,"Cost":414,"Date":"3/18/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":572,"Cost":353,"Date":"10/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":86,"Cost":54,"Date":"2/16/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":52,"Cost":32,"Date":"6/7/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":16,"Cost":11,"Date":"1/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":466,"Cost":365,"Date":"3/27/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":164,"Cost":139,"Date":"5/12/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":254,"Cost":221,"Date":"7/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":269,"Cost":242,"Date":"8/8/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":381,"Cost":220,"Date":"12/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":940,"Cost":800,"Date":"1/17/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":812,"Cost":452,"Date":"3/8/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":792,"Cost":591,"Date":"6/6/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":357,"Cost":264,"Date":"6/16/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":474,"Cost":445,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":929,"Cost":525,"Date":"11/19/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":487,"Cost":386,"Date":"12/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":875,"Cost":545,"Date":"2/4/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":439,"Cost":241,"Date":"3/8/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":659,"Cost":531,"Date":"12/18/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":144,"Cost":100,"Date":"3/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":499,"Cost":423,"Date":"4/20/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":14,"Cost":9,"Date":"6/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":715,"Cost":596,"Date":"7/23/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":117,"Cost":65,"Date":"11/21/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":92,"Cost":47,"Date":"11/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":20,"Cost":15,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":546,"Cost":285,"Date":"5/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":49,"Cost":45,"Date":"9/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":981,"Cost":528,"Date":"1/3/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":535,"Cost":428,"Date":"2/2/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":990,"Cost":919,"Date":"3/18/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":97,"Cost":62,"Date":"10/14/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":901,"Cost":566,"Date":"2/16/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":126,"Cost":92,"Date":"6/7/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":693,"Cost":497,"Date":"1/28/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":826,"Cost":759,"Date":"3/27/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":11,"Cost":7,"Date":"5/12/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":716,"Cost":474,"Date":"7/28/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":805,"Cost":663,"Date":"8/8/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":101,"Cost":95,"Date":"12/7/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":836,"Cost":792,"Date":"1/17/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":524,"Cost":386,"Date":"3/8/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":477,"Cost":361,"Date":"6/6/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":354,"Cost":225,"Date":"6/16/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":852,"Cost":607,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":977,"Cost":623,"Date":"11/19/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":947,"Cost":506,"Date":"12/28/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":767,"Cost":722,"Date":"2/4/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":112,"Cost":58,"Date":"3/8/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":767,"Cost":504,"Date":"12/18/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":87,"Cost":54,"Date":"3/31/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":589,"Cost":517,"Date":"4/20/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":507,"Cost":298,"Date":"6/26/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":216,"Cost":183,"Date":"7/23/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":371,"Cost":302,"Date":"11/21/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":628,"Cost":518,"Date":"11/26/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":884,"Cost":769,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":131,"Cost":108,"Date":"5/21/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":561,"Cost":326,"Date":"9/28/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":899,"Cost":756,"Date":"1/3/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":900,"Cost":756,"Date":"2/2/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":92,"Cost":61,"Date":"3/18/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":902,"Cost":554,"Date":"10/14/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":803,"Cost":561,"Date":"2/16/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":638,"Cost":440,"Date":"6/7/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":573,"Cost":438,"Date":"1/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":790,"Cost":436,"Date":"3/27/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":518,"Cost":475,"Date":"5/12/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":877,"Cost":581,"Date":"7/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":651,"Cost":356,"Date":"8/8/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":454,"Cost":338,"Date":"12/7/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":85,"Cost":51,"Date":"1/17/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":690,"Cost":411,"Date":"3/8/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":354,"Cost":237,"Date":"6/6/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":370,"Cost":225,"Date":"6/16/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":541,"Cost":393,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":222,"Cost":128,"Date":"11/19/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":596,"Cost":460,"Date":"12/28/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":850,"Cost":765,"Date":"2/4/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":766,"Cost":487,"Date":"3/8/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":400,"Cost":200,"Date":"12/18/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":139,"Cost":110,"Date":"3/31/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":548,"Cost":503,"Date":"4/20/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":931,"Cost":876,"Date":"6/26/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":970,"Cost":693,"Date":"7/23/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":674,"Cost":391,"Date":"11/21/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":288,"Cost":147,"Date":"11/26/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":990,"Cost":611,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":108,"Cost":98,"Date":"5/21/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":412,"Cost":230,"Date":"9/28/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":888,"Cost":677,"Date":"1/3/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":352,"Cost":186,"Date":"2/2/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":106,"Cost":92,"Date":"3/18/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":933,"Cost":509,"Date":"10/14/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":223,"Cost":117,"Date":"2/16/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":128,"Cost":67,"Date":"6/7/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":119,"Cost":91,"Date":"1/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":925,"Cost":773,"Date":"3/27/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":512,"Cost":305,"Date":"5/12/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":695,"Cost":620,"Date":"7/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":592,"Cost":367,"Date":"8/8/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":539,"Cost":375,"Date":"12/7/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":866,"Cost":455,"Date":"1/17/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":171,"Cost":159,"Date":"3/8/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":767,"Cost":609,"Date":"6/6/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":328,"Cost":183,"Date":"6/16/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":403,"Cost":282,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":726,"Cost":623,"Date":"11/19/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":758,"Cost":720,"Date":"12/28/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":219,"Cost":200,"Date":"2/4/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":264,"Cost":186,"Date":"3/8/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":311,"Cost":246,"Date":"12/18/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":265,"Cost":148,"Date":"3/31/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":163,"Cost":132,"Date":"4/20/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":6,"Cost":3,"Date":"6/26/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":195,"Cost":136,"Date":"7/23/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":916,"Cost":779,"Date":"11/21/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":648,"Cost":501,"Date":"11/26/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":459,"Cost":286,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":282,"Cost":193,"Date":"5/21/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":638,"Cost":481,"Date":"9/28/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":896,"Cost":759,"Date":"1/3/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":513,"Cost":357,"Date":"2/2/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":710,"Cost":656,"Date":"3/18/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":561,"Cost":505,"Date":"10/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":377,"Cost":273,"Date":"2/16/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":801,"Cost":662,"Date":"6/7/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":821,"Cost":734,"Date":"1/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":805,"Cost":570,"Date":"3/27/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":881,"Cost":724,"Date":"5/12/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":771,"Cost":580,"Date":"7/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":584,"Cost":523,"Date":"8/8/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":385,"Cost":353,"Date":"12/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":952,"Cost":834,"Date":"1/17/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":8,"Cost":5,"Date":"3/8/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":396,"Cost":332,"Date":"6/6/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":779,"Cost":734,"Date":"6/16/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":568,"Cost":391,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":418,"Cost":237,"Date":"11/19/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":120,"Cost":88,"Date":"12/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":363,"Cost":261,"Date":"2/4/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":324,"Cost":253,"Date":"3/8/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":250,"Cost":228,"Date":"12/18/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":305,"Cost":203,"Date":"3/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":633,"Cost":553,"Date":"4/20/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":486,"Cost":351,"Date":"6/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":514,"Cost":258,"Date":"7/23/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":488,"Cost":458,"Date":"11/21/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":284,"Cost":181,"Date":"11/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":908,"Cost":490,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":476,"Cost":313,"Date":"5/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":120,"Cost":68,"Date":"9/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":682,"Cost":634,"Date":"1/3/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":141,"Cost":91,"Date":"2/2/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":300,"Cost":207,"Date":"3/18/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":68,"Cost":40,"Date":"10/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":41,"Cost":34,"Date":"2/16/2018"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":221,"Cost":110,"Date":"6/7/2018"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":638,"Cost":595,"Date":"1/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":189,"Cost":173,"Date":"3/27/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":311,"Cost":264,"Date":"5/12/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":353,"Cost":301,"Date":"7/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":204,"Cost":181,"Date":"8/8/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":27,"Cost":15,"Date":"12/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":528,"Cost":343,"Date":"1/17/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":678,"Cost":625,"Date":"3/8/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":585,"Cost":551,"Date":"6/6/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":325,"Cost":295,"Date":"6/16/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":294,"Cost":235,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":299,"Cost":267,"Date":"11/19/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":77,"Cost":45,"Date":"12/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":735,"Cost":427,"Date":"2/4/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":547,"Cost":281,"Date":"3/8/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":667,"Cost":452,"Date":"12/18/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":601,"Cost":309,"Date":"3/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":947,"Cost":744,"Date":"4/20/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":810,"Cost":462,"Date":"6/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":404,"Cost":209,"Date":"7/23/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":4,"Cost":2,"Date":"11/21/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":937,"Cost":478,"Date":"11/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":506,"Cost":280,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":196,"Cost":123,"Date":"5/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":543,"Cost":468,"Date":"9/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":445,"Cost":330,"Date":"1/3/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":714,"Cost":389,"Date":"2/2/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":525,"Cost":482,"Date":"3/18/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":112,"Cost":89,"Date":"10/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":162,"Cost":94,"Date":"2/16/2018"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":142,"Cost":95,"Date":"6/7/2018"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":101,"Cost":53,"Date":"1/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":523,"Cost":323,"Date":"3/27/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":418,"Cost":330,"Date":"5/12/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":682,"Cost":442,"Date":"7/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":225,"Cost":137,"Date":"8/8/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":209,"Cost":164,"Date":"12/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":178,"Cost":168,"Date":"1/17/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":470,"Cost":404,"Date":"3/8/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":71,"Cost":54,"Date":"6/6/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":874,"Cost":743,"Date":"6/16/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":623,"Cost":502,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":700,"Cost":387,"Date":"11/19/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":335,"Cost":178,"Date":"12/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":98,"Cost":60,"Date":"2/4/2021"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":939,"Cost":764,"Date":"3/8/2021"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":725,"Cost":382,"Date":"12/18/2021"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":49,"Cost":24,"Date":"3/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":862,"Cost":558,"Date":"4/20/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":902,"Cost":510,"Date":"6/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":932,"Cost":764,"Date":"7/23/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":371,"Cost":345,"Date":"11/21/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":844,"Cost":517,"Date":"11/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":158,"Cost":138,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":968,"Cost":860,"Date":"5/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":607,"Cost":310,"Date":"9/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":977,"Cost":595,"Date":"1/3/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":987,"Cost":756,"Date":"2/2/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":431,"Cost":226,"Date":"3/18/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":844,"Cost":519,"Date":"10/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":71,"Cost":56,"Date":"2/16/2018"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":573,"Cost":322,"Date":"6/7/2018"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":733,"Cost":468,"Date":"1/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":787,"Cost":537,"Date":"3/27/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":187,"Cost":152,"Date":"5/12/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":952,"Cost":547,"Date":"7/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":961,"Cost":597,"Date":"8/8/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":350,"Cost":248,"Date":"12/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":408,"Cost":255,"Date":"1/17/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":8,"Cost":7,"Date":"3/8/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":750,"Cost":475,"Date":"6/6/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":454,"Cost":310,"Date":"6/16/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":147,"Cost":85,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":696,"Cost":521,"Date":"11/19/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":607,"Cost":438,"Date":"12/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":384,"Cost":351,"Date":"2/4/2021"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":690,"Cost":539,"Date":"3/8/2021"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":327,"Cost":241,"Date":"12/18/2021"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":524,"Cost":481,"Date":"3/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":56,"Cost":48,"Date":"4/20/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":524,"Cost":406,"Date":"6/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":205,"Cost":174,"Date":"7/23/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":473,"Cost":254,"Date":"11/21/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":361,"Cost":303,"Date":"11/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":722,"Cost":431,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":530,"Cost":502,"Date":"5/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":358,"Cost":212,"Date":"9/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":914,"Cost":554,"Date":"1/3/2024"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":386,"Cost":311,"Date":"2/2/2024"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":784,"Cost":636,"Date":"3/18/2024"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":86,"Cost":57,"Date":"10/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":410,"Cost":213,"Date":"2/16/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":511,"Cost":279,"Date":"6/7/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":156,"Cost":141,"Date":"1/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":751,"Cost":684,"Date":"3/27/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":62,"Cost":32,"Date":"5/12/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":639,"Cost":416,"Date":"7/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":783,"Cost":403,"Date":"8/8/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":433,"Cost":337,"Date":"12/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":707,"Cost":588,"Date":"1/17/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":939,"Cost":497,"Date":"3/8/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":302,"Cost":164,"Date":"6/6/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":931,"Cost":639,"Date":"6/16/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":217,"Cost":141,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":57,"Cost":31,"Date":"11/19/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":860,"Cost":770,"Date":"12/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":510,"Cost":392,"Date":"2/4/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":316,"Cost":178,"Date":"3/8/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":888,"Cost":788,"Date":"12/18/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":912,"Cost":730,"Date":"3/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":746,"Cost":574,"Date":"4/20/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":489,"Cost":445,"Date":"6/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":571,"Cost":520,"Date":"7/23/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":883,"Cost":443,"Date":"11/21/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":592,"Cost":503,"Date":"11/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":216,"Cost":198,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":567,"Cost":353,"Date":"5/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":550,"Cost":472,"Date":"9/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":457,"Cost":257,"Date":"1/3/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":770,"Cost":549,"Date":"2/2/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":930,"Cost":631,"Date":"3/18/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":661,"Cost":407,"Date":"10/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":201,"Cost":190,"Date":"2/16/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":478,"Cost":307,"Date":"6/7/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":848,"Cost":804,"Date":"1/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":470,"Cost":294,"Date":"3/27/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":797,"Cost":447,"Date":"5/12/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":728,"Cost":498,"Date":"7/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":951,"Cost":827,"Date":"8/8/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":978,"Cost":869,"Date":"12/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":435,"Cost":269,"Date":"1/17/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":696,"Cost":353,"Date":"3/8/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":952,"Cost":555,"Date":"6/6/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":856,"Cost":569,"Date":"6/16/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":244,"Cost":182,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":637,"Cost":481,"Date":"11/19/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":403,"Cost":262,"Date":"12/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":28,"Cost":18,"Date":"2/4/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":468,"Cost":407,"Date":"3/8/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":637,"Cost":445,"Date":"12/18/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":462,"Cost":386,"Date":"3/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":50,"Cost":26,"Date":"4/20/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":2,"Cost":1,"Date":"6/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":149,"Cost":105,"Date":"7/23/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":255,"Cost":203,"Date":"11/21/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":92,"Cost":76,"Date":"11/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":646,"Cost":394,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":802,"Cost":571,"Date":"5/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":442,"Cost":256,"Date":"9/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":234,"Cost":117,"Date":"1/3/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":147,"Cost":134,"Date":"2/2/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":203,"Cost":165,"Date":"3/18/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":203,"Cost":192,"Date":"10/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":497,"Cost":305,"Date":"2/16/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":534,"Cost":423,"Date":"6/7/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":698,"Cost":541,"Date":"1/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":227,"Cost":127,"Date":"3/27/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":244,"Cost":165,"Date":"5/12/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":566,"Cost":412,"Date":"7/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":949,"Cost":692,"Date":"8/8/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":70,"Cost":49,"Date":"12/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":566,"Cost":293,"Date":"1/17/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":750,"Cost":636,"Date":"3/8/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":649,"Cost":583,"Date":"6/6/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":525,"Cost":381,"Date":"6/16/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":190,"Cost":177,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":339,"Cost":298,"Date":"11/19/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":366,"Cost":317,"Date":"12/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":624,"Cost":320,"Date":"2/4/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":587,"Cost":401,"Date":"3/8/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":203,"Cost":168,"Date":"12/18/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":780,"Cost":531,"Date":"3/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":543,"Cost":321,"Date":"4/20/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":221,"Cost":181,"Date":"6/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":695,"Cost":511,"Date":"7/23/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":935,"Cost":732,"Date":"11/21/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":183,"Cost":135,"Date":"11/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":175,"Cost":144,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":331,"Cost":215,"Date":"5/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":145,"Cost":125,"Date":"9/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":920,"Cost":870,"Date":"1/3/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":920,"Cost":825,"Date":"2/2/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":957,"Cost":627,"Date":"3/18/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":947,"Cost":575,"Date":"10/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":553,"Cost":348,"Date":"2/16/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":181,"Cost":132,"Date":"6/7/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":673,"Cost":629,"Date":"1/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":509,"Cost":299,"Date":"3/27/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":856,"Cost":745,"Date":"5/12/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":33,"Cost":27,"Date":"7/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":280,"Cost":260,"Date":"8/8/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":714,"Cost":625,"Date":"12/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":314,"Cost":263,"Date":"1/17/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":977,"Cost":501,"Date":"3/8/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":984,"Cost":859,"Date":"6/6/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":72,"Cost":46,"Date":"6/16/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":972,"Cost":860,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":604,"Cost":544,"Date":"11/19/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":966,"Cost":890,"Date":"12/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":535,"Cost":403,"Date":"2/4/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":170,"Cost":110,"Date":"3/8/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":426,"Cost":374,"Date":"12/18/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":161,"Cost":95,"Date":"3/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":461,"Cost":373,"Date":"4/20/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":417,"Cost":215,"Date":"6/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":361,"Cost":321,"Date":"7/23/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":222,"Cost":184,"Date":"11/21/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":482,"Cost":440,"Date":"11/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":973,"Cost":915,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":981,"Cost":623,"Date":"5/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":520,"Cost":400,"Date":"9/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":984,"Cost":675,"Date":"1/3/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":750,"Cost":686,"Date":"2/2/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":691,"Cost":420,"Date":"3/18/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":359,"Cost":263,"Date":"10/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":570,"Cost":531,"Date":"2/16/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":63,"Cost":57,"Date":"6/7/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":821,"Cost":564,"Date":"1/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":802,"Cost":716,"Date":"3/27/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":716,"Cost":492,"Date":"5/12/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":530,"Cost":398,"Date":"7/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":992,"Cost":724,"Date":"8/8/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":743,"Cost":541,"Date":"12/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":787,"Cost":588,"Date":"1/17/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":216,"Cost":192,"Date":"3/8/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":809,"Cost":682,"Date":"6/6/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":915,"Cost":576,"Date":"6/16/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":199,"Cost":128,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":106,"Cost":58,"Date":"11/19/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":32,"Cost":30,"Date":"12/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":919,"Cost":684,"Date":"2/4/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":322,"Cost":197,"Date":"3/8/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":873,"Cost":659,"Date":"12/18/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":137,"Cost":130,"Date":"3/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":70,"Cost":42,"Date":"4/20/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":455,"Cost":384,"Date":"6/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":50,"Cost":43,"Date":"7/23/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":671,"Cost":638,"Date":"11/21/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":825,"Cost":477,"Date":"11/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":892,"Cost":459,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":329,"Cost":203,"Date":"5/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":27,"Cost":18,"Date":"9/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":986,"Cost":911,"Date":"1/3/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":589,"Cost":329,"Date":"2/2/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":619,"Cost":551,"Date":"3/18/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":968,"Cost":737,"Date":"10/14/2024"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":86,"Cost":44,"Date":"2/16/2018"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":172,"Cost":140,"Date":"6/7/2018"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":510,"Cost":304,"Date":"1/28/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":456,"Cost":345,"Date":"3/27/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":369,"Cost":248,"Date":"5/12/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":93,"Cost":81,"Date":"7/28/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":154,"Cost":86,"Date":"8/8/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":872,"Cost":461,"Date":"12/7/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":800,"Cost":558,"Date":"1/17/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":824,"Cost":480,"Date":"3/8/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":643,"Cost":570,"Date":"6/6/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":905,"Cost":766,"Date":"6/16/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":223,"Cost":137,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":982,"Cost":701,"Date":"11/19/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":399,"Cost":376,"Date":"12/28/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":787,"Cost":589,"Date":"2/4/2021"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":102,"Cost":82,"Date":"3/8/2021"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":809,"Cost":560,"Date":"12/18/2021"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":952,"Cost":798,"Date":"3/31/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":287,"Cost":209,"Date":"4/20/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":520,"Cost":460,"Date":"6/26/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":391,"Cost":356,"Date":"7/23/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":721,"Cost":361,"Date":"11/21/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":451,"Cost":282,"Date":"11/26/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":57,"Cost":52,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":869,"Cost":518,"Date":"5/21/2023"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":136,"Cost":105,"Date":"9/28/2023"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":731,"Cost":655,"Date":"1/3/2024"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":852,"Cost":667,"Date":"2/2/2024"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":190,"Cost":147,"Date":"3/18/2024"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":742,"Cost":595,"Date":"10/14/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":1000,"Cost":504,"Date":"2/16/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":850,"Cost":563,"Date":"6/7/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":586,"Cost":409,"Date":"1/28/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":498,"Cost":320,"Date":"3/27/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":369,"Cost":253,"Date":"5/12/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":907,"Cost":501,"Date":"7/28/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":532,"Cost":338,"Date":"8/8/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":75,"Cost":65,"Date":"12/7/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":288,"Cost":248,"Date":"1/17/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":452,"Cost":261,"Date":"3/8/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":91,"Cost":73,"Date":"6/6/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":966,"Cost":655,"Date":"6/16/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":656,"Cost":615,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":134,"Cost":105,"Date":"11/19/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":610,"Cost":429,"Date":"12/28/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":820,"Cost":759,"Date":"2/4/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":531,"Cost":333,"Date":"3/8/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":789,"Cost":698,"Date":"12/18/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":829,"Cost":482,"Date":"3/31/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":941,"Cost":863,"Date":"4/20/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":419,"Cost":247,"Date":"6/26/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":977,"Cost":656,"Date":"7/23/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":850,"Cost":561,"Date":"11/21/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":282,"Cost":263,"Date":"11/26/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":919,"Cost":731,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":926,"Cost":522,"Date":"5/21/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":497,"Cost":392,"Date":"9/28/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":588,"Cost":314,"Date":"1/3/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":155,"Cost":125,"Date":"2/2/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":783,"Cost":724,"Date":"3/18/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":818,"Cost":472,"Date":"10/14/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":704,"Cost":374,"Date":"2/16/2018"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":200,"Cost":120,"Date":"6/7/2018"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":530,"Cost":392,"Date":"1/28/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":641,"Cost":478,"Date":"3/27/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":255,"Cost":209,"Date":"5/12/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":790,"Cost":511,"Date":"7/28/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":364,"Cost":251,"Date":"8/8/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":91,"Cost":64,"Date":"12/7/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":276,"Cost":216,"Date":"1/17/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":192,"Cost":153,"Date":"3/8/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":323,"Cost":282,"Date":"6/6/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":975,"Cost":825,"Date":"6/16/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":828,"Cost":613,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":555,"Cost":515,"Date":"11/19/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":997,"Cost":900,"Date":"12/28/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":697,"Cost":619,"Date":"2/4/2021"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":614,"Cost":353,"Date":"3/8/2021"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":144,"Cost":77,"Date":"12/18/2021"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":357,"Cost":331,"Date":"3/31/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":81,"Cost":76,"Date":"4/20/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":175,"Cost":114,"Date":"6/26/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":8,"Cost":6,"Date":"7/23/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":586,"Cost":475,"Date":"11/21/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":223,"Cost":155,"Date":"11/26/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":137,"Cost":86,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":360,"Cost":292,"Date":"5/21/2023"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":473,"Cost":246,"Date":"9/28/2023"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":700,"Cost":576,"Date":"1/3/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":610,"Cost":467,"Date":"2/2/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":914,"Cost":552,"Date":"3/18/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":358,"Cost":238,"Date":"10/14/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":531,"Cost":397,"Date":"2/16/2018"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":211,"Cost":162,"Date":"6/7/2018"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":978,"Cost":724,"Date":"1/28/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":451,"Cost":368,"Date":"3/27/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":160,"Cost":144,"Date":"5/12/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":76,"Cost":61,"Date":"7/28/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":176,"Cost":120,"Date":"8/8/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":281,"Cost":219,"Date":"12/7/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":198,"Cost":137,"Date":"1/17/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":618,"Cost":515,"Date":"3/8/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":326,"Cost":262,"Date":"6/6/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":370,"Cost":293,"Date":"6/16/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":844,"Cost":719,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":381,"Cost":207,"Date":"11/19/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":758,"Cost":643,"Date":"12/28/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":799,"Cost":752,"Date":"2/4/2021"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":772,"Cost":608,"Date":"3/8/2021"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":820,"Cost":524,"Date":"12/18/2021"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":163,"Cost":108,"Date":"3/31/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":727,"Cost":507,"Date":"4/20/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":89,"Cost":67,"Date":"6/26/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":454,"Cost":332,"Date":"7/23/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":580,"Cost":321,"Date":"11/21/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":66,"Cost":44,"Date":"11/26/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":344,"Cost":208,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":254,"Cost":159,"Date":"5/21/2023"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":844,"Cost":662,"Date":"9/28/2023"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":600,"Cost":418,"Date":"1/3/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":661,"Cost":344,"Date":"2/2/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":15,"Cost":10,"Date":"3/18/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":323,"Cost":256,"Date":"10/14/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":730,"Cost":634,"Date":"2/16/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":981,"Cost":530,"Date":"6/7/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":740,"Cost":668,"Date":"1/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":733,"Cost":485,"Date":"3/27/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":392,"Cost":288,"Date":"5/12/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":788,"Cost":430,"Date":"7/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":736,"Cost":525,"Date":"8/8/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":77,"Cost":55,"Date":"12/7/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":829,"Cost":707,"Date":"1/17/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":972,"Cost":604,"Date":"3/8/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":162,"Cost":134,"Date":"6/6/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":999,"Cost":899,"Date":"6/16/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":163,"Cost":139,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":156,"Cost":131,"Date":"11/19/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":457,"Cost":251,"Date":"12/28/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":425,"Cost":306,"Date":"2/4/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":235,"Cost":131,"Date":"3/8/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":837,"Cost":676,"Date":"12/18/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":786,"Cost":523,"Date":"3/31/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":315,"Cost":234,"Date":"4/20/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":870,"Cost":756,"Date":"6/26/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":387,"Cost":268,"Date":"7/23/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":223,"Cost":156,"Date":"11/21/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":806,"Cost":446,"Date":"11/26/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":851,"Cost":505,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":913,"Cost":591,"Date":"5/21/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":917,"Cost":653,"Date":"9/28/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":45,"Cost":37,"Date":"1/3/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":963,"Cost":645,"Date":"2/2/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":127,"Cost":96,"Date":"3/18/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":153,"Cost":138,"Date":"10/14/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":47,"Cost":35,"Date":"2/16/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":856,"Cost":448,"Date":"6/7/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":536,"Cost":414,"Date":"1/28/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":904,"Cost":577,"Date":"3/27/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":488,"Cost":271,"Date":"5/12/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":379,"Cost":312,"Date":"7/28/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":473,"Cost":431,"Date":"8/8/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":736,"Cost":687,"Date":"12/7/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":505,"Cost":301,"Date":"1/17/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":274,"Cost":197,"Date":"3/8/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":756,"Cost":536,"Date":"6/6/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":223,"Cost":211,"Date":"6/16/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":732,"Cost":600,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":140,"Cost":106,"Date":"11/19/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":376,"Cost":211,"Date":"12/28/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":999,"Cost":825,"Date":"2/4/2021"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":422,"Cost":245,"Date":"3/8/2021"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":148,"Cost":134,"Date":"12/18/2021"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":261,"Cost":244,"Date":"3/31/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":775,"Cost":604,"Date":"4/20/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":426,"Cost":246,"Date":"6/26/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":223,"Cost":194,"Date":"7/23/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":356,"Cost":243,"Date":"11/21/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":443,"Cost":389,"Date":"11/26/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":781,"Cost":732,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":883,"Cost":687,"Date":"5/21/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":625,"Cost":384,"Date":"9/28/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":412,"Cost":215,"Date":"1/3/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":389,"Cost":250,"Date":"2/2/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":65,"Cost":38,"Date":"3/18/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":749,"Cost":443,"Date":"10/14/2024"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":274,"Cost":227,"Date":"2/16/2018"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":752,"Cost":662,"Date":"6/7/2018"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":218,"Cost":191,"Date":"1/28/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":916,"Cost":678,"Date":"3/27/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":189,"Cost":147,"Date":"5/12/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":192,"Cost":98,"Date":"7/28/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":434,"Cost":395,"Date":"8/8/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":247,"Cost":158,"Date":"12/7/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":518,"Cost":386,"Date":"1/17/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":747,"Cost":691,"Date":"3/8/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":181,"Cost":105,"Date":"6/6/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":711,"Cost":612,"Date":"6/16/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":318,"Cost":214,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":318,"Cost":280,"Date":"11/19/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":542,"Cost":404,"Date":"12/28/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":627,"Cost":505,"Date":"2/4/2021"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":965,"Cost":632,"Date":"3/8/2021"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":385,"Cost":353,"Date":"12/18/2021"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":649,"Cost":408,"Date":"3/31/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":787,"Cost":671,"Date":"4/20/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":764,"Cost":583,"Date":"6/26/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":989,"Cost":781,"Date":"7/23/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":94,"Cost":57,"Date":"11/21/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":760,"Cost":484,"Date":"11/26/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":67,"Cost":50,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":932,"Cost":681,"Date":"5/21/2023"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":47,"Cost":33,"Date":"9/28/2023"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":236,"Cost":202,"Date":"1/3/2024"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":130,"Cost":89,"Date":"2/2/2024"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":283,"Cost":238,"Date":"3/18/2024"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":646,"Cost":562,"Date":"10/14/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":117,"Cost":109,"Date":"2/16/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":306,"Cost":282,"Date":"6/7/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":322,"Cost":203,"Date":"1/28/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":804,"Cost":705,"Date":"3/27/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":259,"Cost":181,"Date":"5/12/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":212,"Cost":154,"Date":"7/28/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":205,"Cost":192,"Date":"8/8/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":802,"Cost":486,"Date":"12/7/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":836,"Cost":684,"Date":"1/17/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":804,"Cost":695,"Date":"3/8/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":852,"Cost":701,"Date":"6/6/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":704,"Cost":513,"Date":"6/16/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":596,"Cost":451,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":647,"Cost":477,"Date":"11/19/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":824,"Cost":664,"Date":"12/28/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":264,"Cost":144,"Date":"2/4/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":839,"Cost":646,"Date":"3/8/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":388,"Cost":242,"Date":"12/18/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":452,"Cost":347,"Date":"3/31/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":350,"Cost":322,"Date":"4/20/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":967,"Cost":902,"Date":"6/26/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":516,"Cost":319,"Date":"7/23/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":825,"Cost":783,"Date":"11/21/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":383,"Cost":193,"Date":"11/26/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":421,"Cost":269,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":667,"Cost":427,"Date":"5/21/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":72,"Cost":44,"Date":"9/28/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":931,"Cost":677,"Date":"1/3/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":754,"Cost":565,"Date":"2/2/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":584,"Cost":342,"Date":"3/18/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":216,"Cost":143,"Date":"10/14/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":712,"Cost":430,"Date":"2/16/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":321,"Cost":163,"Date":"6/7/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":423,"Cost":398,"Date":"1/28/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":68,"Cost":61,"Date":"3/27/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":58,"Cost":50,"Date":"5/12/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":597,"Cost":364,"Date":"7/28/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":660,"Cost":559,"Date":"8/8/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":428,"Cost":279,"Date":"12/7/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":684,"Cost":473,"Date":"1/17/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":576,"Cost":356,"Date":"3/8/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":868,"Cost":798,"Date":"6/6/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":279,"Cost":253,"Date":"6/16/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":675,"Cost":382,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":538,"Cost":353,"Date":"11/19/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":175,"Cost":147,"Date":"12/28/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":91,"Cost":67,"Date":"2/4/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":933,"Cost":621,"Date":"3/8/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":258,"Cost":229,"Date":"12/18/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":429,"Cost":365,"Date":"3/31/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":680,"Cost":348,"Date":"4/20/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":731,"Cost":523,"Date":"6/26/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":499,"Cost":445,"Date":"7/23/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":169,"Cost":123,"Date":"11/21/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":969,"Cost":904,"Date":"11/26/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":158,"Cost":90,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":536,"Cost":457,"Date":"5/21/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":103,"Cost":73,"Date":"9/28/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":754,"Cost":653,"Date":"1/3/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":632,"Cost":584,"Date":"2/2/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":575,"Cost":393,"Date":"3/18/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":808,"Cost":411,"Date":"10/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":152,"Cost":95,"Date":"2/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":554,"Cost":404,"Date":"6/7/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":985,"Cost":774,"Date":"1/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":728,"Cost":508,"Date":"3/27/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":553,"Cost":391,"Date":"5/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":136,"Cost":109,"Date":"7/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":68,"Cost":51,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":172,"Cost":117,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":541,"Cost":376,"Date":"1/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":330,"Cost":262,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":459,"Cost":432,"Date":"6/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":329,"Cost":197,"Date":"6/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":614,"Cost":350,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":854,"Cost":711,"Date":"11/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":573,"Cost":395,"Date":"12/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":827,"Cost":462,"Date":"2/4/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":754,"Cost":493,"Date":"3/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":147,"Cost":138,"Date":"12/18/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":578,"Cost":531,"Date":"3/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":336,"Cost":248,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":295,"Cost":248,"Date":"6/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":630,"Cost":478,"Date":"7/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":139,"Cost":115,"Date":"11/21/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":18,"Cost":14,"Date":"11/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":651,"Cost":589,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":634,"Cost":452,"Date":"5/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":154,"Cost":132,"Date":"9/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":936,"Cost":849,"Date":"1/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":293,"Cost":189,"Date":"2/2/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":849,"Cost":680,"Date":"3/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":561,"Cost":360,"Date":"10/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":238,"Cost":158,"Date":"2/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":712,"Cost":641,"Date":"6/7/2018"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":11,"Cost":5,"Date":"1/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":434,"Cost":335,"Date":"3/27/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":355,"Cost":187,"Date":"5/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":263,"Cost":156,"Date":"7/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":547,"Cost":475,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":368,"Cost":276,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":398,"Cost":291,"Date":"1/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":855,"Cost":724,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":765,"Cost":612,"Date":"6/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":145,"Cost":85,"Date":"6/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":332,"Cost":181,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":489,"Cost":392,"Date":"11/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":554,"Cost":297,"Date":"12/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":348,"Cost":288,"Date":"2/4/2021"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":90,"Cost":63,"Date":"3/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":168,"Cost":94,"Date":"12/18/2021"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":612,"Cost":488,"Date":"3/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":702,"Cost":571,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":808,"Cost":535,"Date":"6/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":210,"Cost":170,"Date":"7/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":25,"Cost":22,"Date":"11/21/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":390,"Cost":335,"Date":"11/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":580,"Cost":399,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":505,"Cost":407,"Date":"5/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":220,"Cost":130,"Date":"9/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":363,"Cost":241,"Date":"1/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":698,"Cost":443,"Date":"2/2/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":581,"Cost":411,"Date":"3/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":932,"Cost":684,"Date":"10/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":183,"Cost":161,"Date":"2/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":90,"Cost":52,"Date":"6/7/2018"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":797,"Cost":587,"Date":"1/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":962,"Cost":865,"Date":"3/27/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":972,"Cost":684,"Date":"5/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":173,"Cost":133,"Date":"7/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":136,"Cost":120,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":743,"Cost":491,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":278,"Cost":209,"Date":"1/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":30,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":655,"Cost":378,"Date":"6/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":273,"Cost":221,"Date":"6/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":216,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":978,"Cost":655,"Date":"11/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":370,"Cost":345,"Date":"12/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":327,"Date":"2/4/2021"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":195,"Cost":169,"Date":"3/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":778,"Cost":434,"Date":"12/18/2021"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":812,"Cost":600,"Date":"3/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":471,"Cost":382,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":88,"Cost":83,"Date":"6/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":897,"Cost":680,"Date":"7/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":969,"Cost":652,"Date":"11/21/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":476,"Cost":328,"Date":"11/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":862,"Cost":534,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":503,"Cost":393,"Date":"5/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":969,"Cost":527,"Date":"9/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":580,"Cost":426,"Date":"1/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":823,"Cost":689,"Date":"2/2/2024"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":96,"Cost":80,"Date":"3/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":683,"Cost":525,"Date":"10/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":632,"Cost":450,"Date":"2/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":263,"Cost":199,"Date":"6/7/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":207,"Cost":112,"Date":"1/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":865,"Cost":678,"Date":"3/27/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":76,"Cost":39,"Date":"5/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":243,"Cost":185,"Date":"7/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":702,"Cost":439,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":978,"Cost":602,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":962,"Cost":741,"Date":"1/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":515,"Cost":331,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":51,"Cost":42,"Date":"6/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":800,"Cost":655,"Date":"6/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":967,"Cost":858,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":354,"Cost":218,"Date":"11/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":357,"Cost":336,"Date":"12/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":477,"Cost":264,"Date":"2/4/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":179,"Cost":144,"Date":"3/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":834,"Cost":651,"Date":"12/18/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":907,"Cost":818,"Date":"3/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":120,"Cost":104,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":413,"Cost":353,"Date":"6/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":683,"Cost":640,"Date":"7/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":312,"Cost":231,"Date":"11/21/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":387,"Cost":200,"Date":"11/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":843,"Cost":531,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":203,"Cost":173,"Date":"5/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":507,"Cost":406,"Date":"9/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":982,"Cost":616,"Date":"1/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":356,"Cost":315,"Date":"2/2/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":873,"Cost":650,"Date":"3/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":666,"Cost":387,"Date":"10/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":58,"Cost":43,"Date":"2/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":846,"Cost":695,"Date":"6/7/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":112,"Cost":75,"Date":"1/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":133,"Date":"3/27/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":34,"Cost":22,"Date":"5/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":61,"Cost":44,"Date":"7/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":57,"Cost":44,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":58,"Cost":50,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":625,"Date":"1/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":96,"Cost":81,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":943,"Cost":603,"Date":"6/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":521,"Cost":461,"Date":"6/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":978,"Cost":614,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":504,"Cost":369,"Date":"11/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":846,"Cost":504,"Date":"12/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":455,"Cost":345,"Date":"2/4/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":509,"Cost":282,"Date":"3/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":609,"Cost":392,"Date":"12/18/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":582,"Date":"3/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":516,"Cost":363,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":744,"Cost":600,"Date":"6/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":99,"Cost":62,"Date":"7/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":775,"Cost":709,"Date":"11/21/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":886,"Cost":765,"Date":"11/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":242,"Cost":176,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":214,"Cost":114,"Date":"5/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":575,"Cost":539,"Date":"9/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":343,"Cost":207,"Date":"1/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":515,"Cost":398,"Date":"2/2/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":321,"Cost":251,"Date":"3/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":595,"Cost":333,"Date":"10/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":439,"Cost":416,"Date":"2/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":447,"Cost":306,"Date":"6/7/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":56,"Cost":50,"Date":"1/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":109,"Cost":79,"Date":"3/27/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":953,"Cost":823,"Date":"5/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":572,"Cost":429,"Date":"7/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":335,"Cost":299,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":290,"Cost":183,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":770,"Cost":723,"Date":"1/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":145,"Cost":123,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":688,"Cost":493,"Date":"6/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":958,"Cost":746,"Date":"6/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":201,"Cost":110,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":750,"Cost":658,"Date":"11/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":962,"Cost":737,"Date":"12/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":716,"Cost":386,"Date":"2/4/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":737,"Cost":555,"Date":"3/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":87,"Cost":49,"Date":"12/18/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":477,"Cost":439,"Date":"3/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":110,"Cost":77,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":742,"Cost":488,"Date":"6/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":154,"Cost":97,"Date":"7/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":926,"Cost":875,"Date":"11/21/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":275,"Cost":137,"Date":"11/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":771,"Cost":664,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":313,"Cost":209,"Date":"5/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":460,"Cost":375,"Date":"9/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":119,"Cost":71,"Date":"1/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":880,"Cost":782,"Date":"2/2/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":148,"Cost":97,"Date":"3/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":616,"Cost":507,"Date":"10/14/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":503,"Cost":285,"Date":"2/16/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":228,"Cost":162,"Date":"6/7/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":347,"Cost":214,"Date":"1/28/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":618,"Cost":444,"Date":"3/27/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":602,"Cost":348,"Date":"5/12/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":593,"Cost":558,"Date":"7/28/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":892,"Cost":497,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":63,"Cost":44,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":296,"Cost":153,"Date":"1/17/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":749,"Cost":381,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":273,"Cost":173,"Date":"6/6/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":738,"Date":"6/16/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":812,"Cost":686,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":824,"Cost":448,"Date":"11/19/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":663,"Cost":587,"Date":"12/28/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":558,"Cost":475,"Date":"2/4/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":366,"Cost":204,"Date":"3/8/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":37,"Cost":32,"Date":"12/18/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":327,"Cost":172,"Date":"3/31/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":332,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":594,"Cost":318,"Date":"6/26/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":688,"Cost":497,"Date":"7/23/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":930,"Cost":836,"Date":"11/21/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":280,"Cost":262,"Date":"11/26/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":745,"Cost":617,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":777,"Cost":517,"Date":"5/21/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":82,"Cost":42,"Date":"9/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":258,"Cost":221,"Date":"1/3/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":154,"Date":"2/2/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":900,"Cost":452,"Date":"3/18/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":100,"Cost":52,"Date":"10/14/2024"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":254,"Cost":212,"Date":"2/16/2018"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":716,"Cost":466,"Date":"6/7/2018"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":449,"Cost":384,"Date":"1/28/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":346,"Cost":180,"Date":"3/27/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":120,"Cost":95,"Date":"5/12/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":585,"Cost":474,"Date":"7/28/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":556,"Cost":412,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":687,"Cost":415,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":969,"Cost":775,"Date":"1/17/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":288,"Cost":185,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":192,"Cost":145,"Date":"6/6/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":440,"Cost":327,"Date":"6/16/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":883,"Cost":531,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":285,"Cost":193,"Date":"11/19/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":401,"Cost":239,"Date":"12/28/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":5,"Cost":2,"Date":"2/4/2021"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":927,"Cost":612,"Date":"3/8/2021"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":893,"Cost":566,"Date":"12/18/2021"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":882,"Cost":746,"Date":"3/31/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":725,"Cost":538,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":394,"Cost":269,"Date":"6/26/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":742,"Cost":582,"Date":"7/23/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":84,"Cost":68,"Date":"11/21/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":268,"Cost":145,"Date":"11/26/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":658,"Cost":624,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":156,"Cost":113,"Date":"5/21/2023"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":938,"Cost":639,"Date":"9/28/2023"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":747,"Cost":669,"Date":"1/3/2024"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":413,"Cost":303,"Date":"2/2/2024"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":311,"Cost":252,"Date":"3/18/2024"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":644,"Cost":431,"Date":"10/14/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":511,"Cost":301,"Date":"2/16/2018"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":215,"Cost":191,"Date":"6/7/2018"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":869,"Cost":813,"Date":"1/28/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":764,"Cost":537,"Date":"3/27/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":776,"Cost":675,"Date":"5/12/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":154,"Cost":124,"Date":"7/28/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":190,"Cost":136,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":36,"Cost":31,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":970,"Cost":906,"Date":"1/17/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":346,"Cost":181,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":815,"Cost":580,"Date":"6/6/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":958,"Cost":704,"Date":"6/16/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":108,"Cost":91,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":688,"Cost":449,"Date":"11/19/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":552,"Cost":473,"Date":"12/28/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":885,"Cost":645,"Date":"2/4/2021"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":979,"Cost":586,"Date":"3/8/2021"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":365,"Cost":275,"Date":"12/18/2021"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":174,"Cost":106,"Date":"3/31/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":439,"Cost":296,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":813,"Cost":770,"Date":"6/26/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":992,"Cost":863,"Date":"7/23/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":107,"Cost":96,"Date":"11/21/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":934,"Cost":823,"Date":"11/26/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":997,"Cost":726,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":909,"Cost":532,"Date":"5/21/2023"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":825,"Cost":551,"Date":"9/28/2023"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":130,"Cost":90,"Date":"1/3/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":966,"Cost":821,"Date":"2/2/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":319,"Date":"3/18/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":987,"Cost":869,"Date":"10/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":243,"Cost":150,"Date":"2/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":872,"Cost":824,"Date":"6/7/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":69,"Cost":55,"Date":"1/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":823,"Cost":494,"Date":"3/27/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":41,"Cost":28,"Date":"5/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":39,"Cost":20,"Date":"7/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":364,"Cost":197,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":479,"Cost":404,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":918,"Cost":578,"Date":"1/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":489,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":735,"Cost":499,"Date":"6/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":820,"Cost":448,"Date":"6/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":567,"Cost":532,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":43,"Cost":35,"Date":"11/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":489,"Cost":447,"Date":"12/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":727,"Cost":440,"Date":"2/4/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":819,"Cost":689,"Date":"3/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":853,"Cost":782,"Date":"12/18/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":54,"Cost":44,"Date":"3/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":995,"Cost":672,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":206,"Date":"6/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":722,"Cost":678,"Date":"7/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":112,"Cost":102,"Date":"11/21/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":275,"Cost":225,"Date":"11/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":92,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":28,"Cost":17,"Date":"5/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":961,"Cost":597,"Date":"9/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":660,"Cost":469,"Date":"1/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":725,"Cost":372,"Date":"2/2/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":114,"Cost":61,"Date":"3/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":885,"Cost":654,"Date":"10/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":153,"Cost":90,"Date":"2/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":514,"Cost":262,"Date":"6/7/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":457,"Cost":420,"Date":"1/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":604,"Date":"3/27/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":479,"Cost":290,"Date":"5/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":316,"Cost":158,"Date":"7/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":500,"Cost":258,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":490,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":97,"Date":"1/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":118,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":465,"Date":"6/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":781,"Cost":732,"Date":"6/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":923,"Cost":818,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":203,"Cost":155,"Date":"11/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":274,"Cost":238,"Date":"12/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":91,"Cost":64,"Date":"2/4/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":523,"Cost":466,"Date":"3/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":443,"Cost":246,"Date":"12/18/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":966,"Cost":793,"Date":"3/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":8,"Cost":7,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":639,"Cost":329,"Date":"6/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":194,"Cost":136,"Date":"7/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":113,"Date":"11/21/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":266,"Cost":252,"Date":"11/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":118,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":144,"Date":"5/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":800,"Cost":570,"Date":"9/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":10,"Cost":9,"Date":"1/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":242,"Date":"2/2/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":194,"Date":"3/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":749,"Cost":687,"Date":"10/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":447,"Date":"2/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":713,"Cost":504,"Date":"6/7/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":118,"Date":"1/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":148,"Date":"3/27/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":350,"Cost":329,"Date":"5/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":488,"Date":"7/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":603,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":223,"Cost":190,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":532,"Cost":431,"Date":"1/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":414,"Cost":348,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":518,"Date":"6/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":371,"Cost":188,"Date":"6/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":905,"Cost":458,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":55,"Cost":51,"Date":"11/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":55,"Date":"12/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":119,"Cost":70,"Date":"2/4/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":78,"Cost":55,"Date":"3/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":360,"Cost":334,"Date":"12/18/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":452,"Cost":304,"Date":"3/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":478,"Cost":411,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":222,"Cost":121,"Date":"6/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":495,"Cost":422,"Date":"7/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":464,"Cost":430,"Date":"11/21/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":871,"Cost":816,"Date":"11/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":551,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":97,"Date":"5/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":885,"Cost":616,"Date":"9/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":680,"Cost":371,"Date":"1/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":652,"Cost":468,"Date":"2/2/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":865,"Cost":656,"Date":"3/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":911,"Cost":479,"Date":"10/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":581,"Cost":317,"Date":"2/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":644,"Cost":439,"Date":"6/7/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":675,"Cost":595,"Date":"1/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":554,"Cost":310,"Date":"3/27/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":793,"Cost":447,"Date":"5/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":579,"Date":"7/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":112,"Cost":81,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":504,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":113,"Cost":105,"Date":"1/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":294,"Cost":163,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":178,"Date":"6/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":752,"Cost":417,"Date":"6/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":773,"Cost":508,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":539,"Cost":492,"Date":"11/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":520,"Cost":291,"Date":"12/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":621,"Cost":476,"Date":"2/4/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":880,"Cost":734,"Date":"3/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":58,"Date":"12/18/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":563,"Cost":290,"Date":"3/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":373,"Cost":187,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":854,"Cost":798,"Date":"6/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":197,"Cost":145,"Date":"7/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":572,"Date":"11/21/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":90,"Date":"11/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":302,"Cost":212,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":987,"Cost":515,"Date":"5/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":322,"Date":"9/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":406,"Cost":308,"Date":"1/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":511,"Cost":270,"Date":"2/2/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":716,"Cost":639,"Date":"3/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":401,"Cost":312,"Date":"10/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":677,"Cost":414,"Date":"2/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":646,"Cost":594,"Date":"6/7/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":268,"Cost":192,"Date":"1/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":679,"Cost":526,"Date":"3/27/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":836,"Cost":651,"Date":"5/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":492,"Date":"7/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":35,"Cost":19,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":213,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":128,"Cost":64,"Date":"1/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":873,"Cost":673,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":278,"Cost":199,"Date":"6/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":518,"Cost":375,"Date":"6/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":747,"Cost":708,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":127,"Date":"11/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":24,"Date":"12/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":408,"Cost":342,"Date":"2/4/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":19,"Cost":15,"Date":"3/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":797,"Cost":424,"Date":"12/18/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":635,"Cost":494,"Date":"3/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":614,"Cost":353,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":129,"Date":"6/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":556,"Date":"7/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":244,"Cost":204,"Date":"11/21/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":856,"Cost":767,"Date":"11/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":519,"Cost":293,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":1000,"Cost":924,"Date":"5/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":510,"Date":"9/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":358,"Date":"1/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":3,"Cost":3,"Date":"2/2/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":332,"Date":"3/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":187,"Cost":104,"Date":"10/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":913,"Cost":792,"Date":"2/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":588,"Cost":436,"Date":"6/7/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":513,"Cost":473,"Date":"1/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":200,"Cost":154,"Date":"3/27/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":230,"Cost":193,"Date":"5/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":670,"Cost":377,"Date":"7/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":815,"Cost":624,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":808,"Cost":716,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":226,"Cost":113,"Date":"1/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":120,"Cost":96,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":85,"Cost":80,"Date":"6/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":276,"Cost":180,"Date":"6/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":187,"Cost":94,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":111,"Cost":85,"Date":"11/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":661,"Cost":605,"Date":"12/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":699,"Cost":379,"Date":"2/4/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":868,"Cost":678,"Date":"3/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":911,"Cost":546,"Date":"12/18/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":223,"Cost":122,"Date":"3/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":699,"Cost":611,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":158,"Cost":80,"Date":"6/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":889,"Cost":480,"Date":"7/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":28,"Cost":23,"Date":"11/21/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":328,"Cost":298,"Date":"11/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":861,"Cost":607,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":577,"Cost":390,"Date":"5/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":49,"Cost":38,"Date":"9/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":880,"Cost":485,"Date":"1/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":376,"Cost":294,"Date":"2/2/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":751,"Cost":679,"Date":"3/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":700,"Cost":480,"Date":"10/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":698,"Cost":349,"Date":"2/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":100,"Cost":86,"Date":"6/7/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":141,"Cost":102,"Date":"1/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":529,"Cost":492,"Date":"3/27/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":366,"Cost":340,"Date":"5/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":796,"Cost":554,"Date":"7/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":969,"Cost":515,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":598,"Cost":497,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":313,"Cost":181,"Date":"1/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":592,"Cost":372,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":283,"Cost":259,"Date":"6/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":455,"Cost":238,"Date":"6/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":764,"Cost":652,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":355,"Cost":218,"Date":"11/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":651,"Cost":563,"Date":"12/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":374,"Cost":337,"Date":"2/4/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":17,"Cost":9,"Date":"3/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":591,"Cost":503,"Date":"12/18/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":48,"Cost":31,"Date":"3/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":448,"Cost":411,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":194,"Cost":171,"Date":"6/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":23,"Cost":19,"Date":"7/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":965,"Cost":713,"Date":"11/21/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":575,"Cost":546,"Date":"11/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":282,"Cost":196,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":170,"Cost":110,"Date":"5/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":789,"Cost":402,"Date":"9/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":458,"Cost":246,"Date":"1/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":762,"Cost":428,"Date":"2/2/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":4,"Cost":3,"Date":"3/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":371,"Cost":226,"Date":"10/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":496,"Cost":373,"Date":"2/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":887,"Cost":697,"Date":"6/7/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":685,"Cost":515,"Date":"1/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":921,"Cost":823,"Date":"3/27/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":941,"Cost":874,"Date":"5/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":530,"Cost":404,"Date":"7/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":764,"Cost":653,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":431,"Cost":296,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":757,"Cost":653,"Date":"1/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":283,"Cost":235,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":659,"Cost":361,"Date":"6/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":202,"Cost":135,"Date":"6/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":724,"Cost":565,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":675,"Cost":569,"Date":"11/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":694,"Cost":608,"Date":"12/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":190,"Cost":175,"Date":"2/4/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":98,"Cost":51,"Date":"3/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":748,"Cost":633,"Date":"12/18/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":176,"Cost":146,"Date":"3/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":881,"Cost":666,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":523,"Cost":464,"Date":"6/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":21,"Cost":10,"Date":"7/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":430,"Cost":365,"Date":"11/21/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":831,"Cost":575,"Date":"11/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":404,"Cost":384,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":445,"Cost":402,"Date":"5/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":23,"Cost":19,"Date":"9/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":53,"Cost":37,"Date":"1/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":240,"Cost":220,"Date":"2/2/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":354,"Cost":312,"Date":"3/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":15,"Cost":8,"Date":"10/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":465,"Cost":292,"Date":"2/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":483,"Cost":268,"Date":"6/7/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":832,"Cost":588,"Date":"1/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":486,"Cost":366,"Date":"3/27/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":284,"Date":"5/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":680,"Cost":440,"Date":"7/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":897,"Cost":845,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":227,"Cost":133,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":124,"Date":"1/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":41,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":518,"Cost":330,"Date":"6/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":177,"Date":"6/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":925,"Cost":838,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":926,"Cost":480,"Date":"11/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":776,"Cost":469,"Date":"12/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":93,"Cost":64,"Date":"2/4/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":368,"Cost":339,"Date":"3/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":945,"Cost":877,"Date":"12/18/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":52,"Date":"3/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":462,"Cost":251,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":569,"Cost":351,"Date":"6/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":454,"Cost":327,"Date":"7/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":313,"Cost":264,"Date":"11/21/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":223,"Cost":167,"Date":"11/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":559,"Cost":418,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":925,"Cost":674,"Date":"5/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":13,"Cost":6,"Date":"9/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":93,"Date":"1/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":549,"Cost":447,"Date":"2/2/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":338,"Cost":169,"Date":"3/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":348,"Cost":177,"Date":"10/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":22,"Cost":15,"Date":"2/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":199,"Cost":139,"Date":"6/7/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":609,"Cost":515,"Date":"1/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":964,"Cost":861,"Date":"3/27/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":551,"Cost":424,"Date":"5/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":287,"Cost":263,"Date":"7/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":499,"Cost":305,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":617,"Cost":310,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":748,"Cost":689,"Date":"1/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":844,"Cost":721,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":688,"Cost":637,"Date":"6/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":615,"Cost":484,"Date":"6/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":929,"Cost":673,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":274,"Cost":147,"Date":"11/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":327,"Cost":202,"Date":"12/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":83,"Cost":49,"Date":"2/4/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":703,"Cost":415,"Date":"3/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":10,"Cost":5,"Date":"12/18/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":528,"Cost":452,"Date":"3/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":435,"Cost":404,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":20,"Cost":13,"Date":"6/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":889,"Cost":756,"Date":"7/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":47,"Cost":39,"Date":"11/21/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":95,"Cost":87,"Date":"11/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":80,"Cost":65,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":795,"Cost":647,"Date":"5/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":593,"Cost":426,"Date":"9/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":835,"Cost":624,"Date":"1/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":669,"Cost":396,"Date":"2/2/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":318,"Cost":272,"Date":"3/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":864,"Cost":479,"Date":"10/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":791,"Cost":644,"Date":"2/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":347,"Cost":202,"Date":"6/7/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":581,"Cost":296,"Date":"1/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":175,"Cost":90,"Date":"3/27/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":361,"Cost":208,"Date":"5/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":987,"Cost":934,"Date":"7/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":153,"Cost":105,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":151,"Cost":100,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":829,"Cost":520,"Date":"1/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":191,"Cost":97,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":543,"Cost":392,"Date":"6/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":54,"Cost":45,"Date":"6/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":183,"Cost":132,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":168,"Cost":155,"Date":"11/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":95,"Cost":55,"Date":"12/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":260,"Cost":143,"Date":"2/4/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":233,"Cost":198,"Date":"3/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":29,"Cost":19,"Date":"12/18/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":792,"Cost":655,"Date":"3/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":650,"Cost":386,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":62,"Cost":32,"Date":"6/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":822,"Cost":651,"Date":"7/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":732,"Cost":412,"Date":"11/21/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":385,"Cost":275,"Date":"11/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":852,"Cost":658,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":807,"Cost":682,"Date":"5/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":31,"Cost":15,"Date":"9/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":578,"Cost":461,"Date":"1/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":578,"Cost":370,"Date":"2/2/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":406,"Cost":289,"Date":"3/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":345,"Cost":224,"Date":"10/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":339,"Cost":191,"Date":"2/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":437,"Cost":395,"Date":"6/7/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":415,"Cost":388,"Date":"1/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":631,"Cost":513,"Date":"3/27/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":541,"Cost":386,"Date":"5/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":731,"Cost":585,"Date":"7/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":574,"Cost":542,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":921,"Cost":531,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":150,"Cost":123,"Date":"1/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":99,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":113,"Cost":97,"Date":"6/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":240,"Cost":178,"Date":"6/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":43,"Cost":21,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":443,"Date":"11/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":308,"Cost":233,"Date":"12/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":740,"Date":"2/4/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":79,"Cost":60,"Date":"3/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":487,"Cost":395,"Date":"12/18/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":651,"Cost":376,"Date":"3/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":117,"Cost":96,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":772,"Cost":445,"Date":"6/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":262,"Cost":216,"Date":"7/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":372,"Cost":268,"Date":"11/21/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":675,"Date":"11/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":808,"Cost":736,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":770,"Cost":611,"Date":"5/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":252,"Cost":235,"Date":"9/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":648,"Cost":359,"Date":"1/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":202,"Cost":189,"Date":"2/2/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":34,"Date":"3/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":568,"Cost":328,"Date":"10/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":640,"Cost":391,"Date":"2/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":988,"Cost":584,"Date":"6/7/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":382,"Cost":318,"Date":"1/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":369,"Date":"3/27/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":407,"Date":"5/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":73,"Date":"7/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":176,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":461,"Cost":348,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":533,"Cost":405,"Date":"1/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":381,"Cost":329,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":66,"Date":"6/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":62,"Cost":55,"Date":"6/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":42,"Cost":34,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":690,"Cost":591,"Date":"11/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":666,"Cost":339,"Date":"12/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":833,"Cost":732,"Date":"2/4/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":391,"Date":"3/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":867,"Cost":648,"Date":"12/18/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":125,"Cost":80,"Date":"3/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":185,"Cost":149,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":618,"Cost":410,"Date":"6/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":278,"Cost":243,"Date":"7/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":995,"Cost":706,"Date":"11/21/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":81,"Cost":74,"Date":"11/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":677,"Cost":609,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":494,"Date":"5/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":535,"Cost":312,"Date":"9/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":909,"Cost":459,"Date":"1/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":319,"Date":"2/2/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":481,"Cost":277,"Date":"3/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":430,"Date":"10/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":513,"Date":"2/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":19,"Cost":14,"Date":"6/7/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":122,"Cost":111,"Date":"1/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":403,"Cost":283,"Date":"3/27/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":625,"Cost":497,"Date":"5/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":408,"Cost":357,"Date":"7/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":685,"Cost":564,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":374,"Cost":213,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":317,"Cost":188,"Date":"1/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":733,"Cost":688,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":611,"Cost":485,"Date":"6/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":813,"Cost":616,"Date":"6/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":928,"Cost":723,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":165,"Cost":154,"Date":"11/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":603,"Cost":307,"Date":"12/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":259,"Cost":184,"Date":"2/4/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":704,"Cost":572,"Date":"3/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":586,"Cost":378,"Date":"12/18/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":54,"Cost":28,"Date":"3/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":403,"Cost":201,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":6,"Cost":5,"Date":"6/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":462,"Cost":384,"Date":"7/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":779,"Cost":414,"Date":"11/21/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":59,"Cost":54,"Date":"11/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":276,"Cost":257,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":89,"Cost":82,"Date":"5/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":813,"Cost":723,"Date":"9/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":630,"Cost":342,"Date":"1/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":28,"Date":"2/2/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":69,"Date":"3/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":9,"Cost":6,"Date":"10/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":256,"Cost":205,"Date":"2/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":53,"Cost":39,"Date":"6/7/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":4,"Cost":4,"Date":"1/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":856,"Cost":806,"Date":"3/27/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":417,"Date":"5/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":231,"Cost":129,"Date":"7/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":654,"Cost":477,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":167,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":171,"Date":"1/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":879,"Cost":554,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":543,"Cost":323,"Date":"6/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":169,"Cost":111,"Date":"6/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":528,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":505,"Cost":447,"Date":"11/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":199,"Cost":128,"Date":"12/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":774,"Cost":603,"Date":"2/4/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":278,"Cost":239,"Date":"3/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":131,"Cost":69,"Date":"12/18/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":282,"Cost":225,"Date":"3/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":536,"Cost":459,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":393,"Cost":302,"Date":"6/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":994,"Cost":705,"Date":"7/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":315,"Cost":187,"Date":"11/21/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":543,"Cost":434,"Date":"11/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":246,"Cost":203,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":920,"Cost":732,"Date":"5/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":840,"Cost":750,"Date":"9/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":326,"Cost":265,"Date":"1/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":85,"Cost":52,"Date":"2/2/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":432,"Cost":236,"Date":"3/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":906,"Cost":469,"Date":"10/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":11,"Cost":7,"Date":"2/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":29,"Cost":16,"Date":"6/7/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":977,"Cost":621,"Date":"1/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":95,"Cost":81,"Date":"3/27/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":939,"Cost":747,"Date":"5/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":97,"Cost":86,"Date":"7/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":701,"Cost":432,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":973,"Cost":509,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":18,"Cost":13,"Date":"1/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":65,"Cost":48,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":365,"Cost":250,"Date":"6/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":405,"Cost":326,"Date":"6/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":183,"Cost":145,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":798,"Cost":682,"Date":"11/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":449,"Cost":352,"Date":"12/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":966,"Cost":739,"Date":"2/4/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":971,"Cost":871,"Date":"3/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":816,"Cost":563,"Date":"12/18/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":172,"Cost":99,"Date":"3/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":662,"Cost":423,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":733,"Cost":451,"Date":"6/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":203,"Cost":133,"Date":"7/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":172,"Cost":94,"Date":"11/21/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":199,"Cost":164,"Date":"11/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":598,"Cost":557,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":242,"Cost":145,"Date":"5/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":436,"Cost":335,"Date":"9/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":201,"Cost":120,"Date":"1/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":3,"Cost":2,"Date":"2/2/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":908,"Cost":707,"Date":"3/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":51,"Cost":35,"Date":"10/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":372,"Cost":221,"Date":"2/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":156,"Cost":122,"Date":"6/7/2018"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":845,"Cost":502,"Date":"1/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":767,"Cost":397,"Date":"3/27/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":203,"Cost":179,"Date":"5/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":56,"Cost":32,"Date":"7/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":296,"Cost":240,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":666,"Cost":609,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":188,"Cost":129,"Date":"1/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":671,"Cost":595,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":938,"Cost":478,"Date":"6/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":301,"Cost":158,"Date":"6/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":656,"Cost":427,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":281,"Cost":216,"Date":"11/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":637,"Cost":546,"Date":"12/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":316,"Cost":238,"Date":"2/4/2021"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":798,"Cost":592,"Date":"3/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":400,"Cost":263,"Date":"12/18/2021"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":581,"Cost":406,"Date":"3/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":851,"Cost":681,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":272,"Cost":223,"Date":"6/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":141,"Cost":82,"Date":"7/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":901,"Cost":747,"Date":"11/21/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":504,"Cost":440,"Date":"11/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":523,"Cost":370,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":217,"Cost":185,"Date":"5/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":575,"Cost":344,"Date":"9/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":123,"Cost":67,"Date":"1/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":505,"Cost":439,"Date":"2/2/2024"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":779,"Cost":569,"Date":"3/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":659,"Cost":348,"Date":"10/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":881,"Cost":776,"Date":"2/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":566,"Cost":525,"Date":"6/7/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":66,"Cost":40,"Date":"1/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":116,"Cost":89,"Date":"3/27/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":36,"Cost":33,"Date":"5/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":567,"Cost":347,"Date":"7/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":484,"Cost":325,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":406,"Cost":263,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":130,"Date":"1/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":583,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":16,"Cost":11,"Date":"6/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":663,"Cost":537,"Date":"6/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":970,"Cost":511,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":369,"Cost":332,"Date":"11/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":132,"Date":"12/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":103,"Cost":55,"Date":"2/4/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":630,"Cost":485,"Date":"3/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":601,"Date":"12/18/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":231,"Cost":118,"Date":"3/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":195,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":797,"Cost":538,"Date":"6/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":487,"Cost":322,"Date":"7/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":571,"Cost":449,"Date":"11/21/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":826,"Cost":745,"Date":"11/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":405,"Cost":330,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":381,"Cost":310,"Date":"5/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":32,"Date":"9/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":66,"Cost":40,"Date":"1/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":74,"Cost":58,"Date":"2/2/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":75,"Date":"3/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":903,"Cost":653,"Date":"10/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":964,"Cost":884,"Date":"2/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":42,"Cost":36,"Date":"6/7/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":356,"Cost":207,"Date":"1/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":353,"Cost":310,"Date":"3/27/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":848,"Cost":597,"Date":"5/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":992,"Cost":836,"Date":"7/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":402,"Cost":238,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":822,"Cost":577,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":158,"Cost":137,"Date":"1/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":924,"Cost":494,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":206,"Cost":166,"Date":"6/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":11,"Cost":7,"Date":"6/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":41,"Cost":20,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":154,"Cost":115,"Date":"11/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":683,"Cost":440,"Date":"12/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":912,"Cost":684,"Date":"2/4/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":87,"Cost":78,"Date":"3/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":183,"Cost":135,"Date":"12/18/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":433,"Cost":397,"Date":"3/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":238,"Cost":220,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":501,"Cost":297,"Date":"6/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":521,"Cost":445,"Date":"7/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":860,"Cost":757,"Date":"11/21/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":890,"Cost":591,"Date":"11/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":886,"Cost":699,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":387,"Cost":248,"Date":"5/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":114,"Cost":70,"Date":"9/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":596,"Cost":484,"Date":"1/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":544,"Cost":466,"Date":"2/2/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":34,"Cost":29,"Date":"3/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":171,"Cost":150,"Date":"10/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":793,"Cost":698,"Date":"2/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":20,"Cost":10,"Date":"6/7/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":142,"Cost":100,"Date":"1/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":59,"Cost":56,"Date":"3/27/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":89,"Cost":65,"Date":"5/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":181,"Cost":141,"Date":"7/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":576,"Cost":327,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":750,"Cost":436,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":216,"Cost":108,"Date":"1/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":314,"Cost":277,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":506,"Cost":341,"Date":"6/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":781,"Cost":555,"Date":"6/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":404,"Cost":303,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":336,"Cost":171,"Date":"11/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":506,"Cost":433,"Date":"12/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":200,"Cost":164,"Date":"2/4/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":586,"Cost":495,"Date":"3/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":273,"Cost":222,"Date":"12/18/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":786,"Cost":520,"Date":"3/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":637,"Cost":522,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":534,"Cost":481,"Date":"6/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":639,"Cost":512,"Date":"7/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":676,"Cost":477,"Date":"11/21/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":515,"Cost":297,"Date":"11/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":267,"Cost":171,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":270,"Cost":193,"Date":"5/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":256,"Cost":180,"Date":"9/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":21,"Cost":14,"Date":"1/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":170,"Cost":96,"Date":"2/2/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":700,"Cost":355,"Date":"3/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":596,"Cost":518,"Date":"10/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":233,"Cost":217,"Date":"2/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":46,"Cost":39,"Date":"6/7/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":238,"Cost":165,"Date":"1/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":748,"Cost":375,"Date":"3/27/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":779,"Cost":513,"Date":"5/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":409,"Cost":342,"Date":"7/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":859,"Cost":801,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":166,"Cost":117,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":571,"Cost":333,"Date":"1/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":691,"Cost":489,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":888,"Cost":503,"Date":"6/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":356,"Cost":251,"Date":"6/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":797,"Cost":684,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":274,"Cost":200,"Date":"11/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":969,"Cost":721,"Date":"12/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":844,"Cost":758,"Date":"2/4/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":480,"Cost":391,"Date":"3/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":287,"Cost":257,"Date":"12/18/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":314,"Cost":181,"Date":"3/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":812,"Cost":531,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":409,"Cost":232,"Date":"6/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":8,"Cost":5,"Date":"7/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":693,"Cost":643,"Date":"11/21/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":525,"Cost":421,"Date":"11/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":716,"Cost":585,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":431,"Cost":215,"Date":"5/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":513,"Cost":457,"Date":"9/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":946,"Cost":646,"Date":"1/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":495,"Cost":415,"Date":"2/2/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":738,"Cost":461,"Date":"3/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":428,"Cost":316,"Date":"10/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":123,"Cost":74,"Date":"2/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":509,"Date":"6/7/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":462,"Cost":422,"Date":"1/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":767,"Cost":677,"Date":"3/27/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":919,"Cost":591,"Date":"5/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":254,"Cost":202,"Date":"7/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":818,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":975,"Cost":704,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":400,"Cost":249,"Date":"1/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":785,"Cost":696,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":160,"Date":"6/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":947,"Cost":715,"Date":"6/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":365,"Cost":214,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":555,"Cost":352,"Date":"11/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":285,"Cost":214,"Date":"12/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":295,"Cost":186,"Date":"2/4/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":802,"Cost":751,"Date":"3/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":327,"Cost":207,"Date":"12/18/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":852,"Date":"3/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":315,"Cost":172,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":148,"Date":"6/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":298,"Cost":224,"Date":"7/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":404,"Date":"11/21/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":469,"Cost":287,"Date":"11/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":997,"Cost":612,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":790,"Cost":537,"Date":"5/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":212,"Cost":109,"Date":"9/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":355,"Cost":263,"Date":"1/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":122,"Date":"2/2/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":203,"Date":"3/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":829,"Date":"10/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":81,"Cost":59,"Date":"2/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":779,"Cost":702,"Date":"6/7/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":261,"Date":"1/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":276,"Cost":187,"Date":"3/27/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":728,"Cost":491,"Date":"5/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":802,"Cost":527,"Date":"7/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":709,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":748,"Cost":663,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":670,"Cost":531,"Date":"1/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":585,"Cost":303,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":97,"Cost":61,"Date":"6/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":357,"Date":"6/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":799,"Cost":626,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":254,"Date":"11/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":719,"Cost":399,"Date":"12/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":657,"Cost":533,"Date":"2/4/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":12,"Date":"3/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":726,"Cost":676,"Date":"12/18/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":976,"Cost":727,"Date":"3/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":115,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":50,"Cost":31,"Date":"6/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":12,"Date":"7/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":292,"Date":"11/21/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":452,"Date":"11/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":757,"Cost":644,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":417,"Cost":330,"Date":"5/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":380,"Cost":230,"Date":"9/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":663,"Cost":386,"Date":"1/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":391,"Cost":360,"Date":"2/2/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":153,"Cost":137,"Date":"3/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":988,"Cost":774,"Date":"10/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":913,"Cost":676,"Date":"2/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":289,"Cost":234,"Date":"6/7/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":727,"Cost":622,"Date":"1/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":729,"Cost":553,"Date":"3/27/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":249,"Date":"5/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":318,"Date":"7/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":943,"Cost":731,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":339,"Cost":211,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":577,"Cost":388,"Date":"1/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":335,"Cost":270,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":655,"Cost":332,"Date":"6/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":350,"Cost":316,"Date":"6/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":26,"Cost":20,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":447,"Cost":311,"Date":"11/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":883,"Cost":508,"Date":"12/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":397,"Cost":288,"Date":"2/4/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":942,"Cost":492,"Date":"3/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":98,"Cost":57,"Date":"12/18/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":17,"Cost":10,"Date":"3/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":124,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":743,"Cost":701,"Date":"6/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":238,"Cost":202,"Date":"7/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":131,"Cost":85,"Date":"11/21/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":947,"Cost":722,"Date":"11/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":369,"Cost":341,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":176,"Cost":127,"Date":"5/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":572,"Cost":536,"Date":"9/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":233,"Cost":165,"Date":"1/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":460,"Cost":385,"Date":"2/2/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":311,"Cost":267,"Date":"3/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":420,"Date":"10/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":105,"Cost":55,"Date":"2/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":204,"Cost":155,"Date":"6/7/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":822,"Cost":495,"Date":"1/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":261,"Cost":231,"Date":"3/27/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":782,"Cost":503,"Date":"5/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":783,"Cost":686,"Date":"7/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":190,"Cost":157,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":781,"Cost":438,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":999,"Cost":536,"Date":"1/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":842,"Cost":595,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":123,"Cost":103,"Date":"6/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":89,"Cost":51,"Date":"6/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":770,"Cost":666,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":98,"Cost":71,"Date":"11/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":284,"Cost":262,"Date":"12/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":19,"Cost":18,"Date":"2/4/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":124,"Cost":62,"Date":"3/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":699,"Cost":602,"Date":"12/18/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":787,"Cost":555,"Date":"3/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":395,"Cost":295,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":170,"Cost":159,"Date":"6/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":227,"Cost":140,"Date":"7/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":958,"Cost":652,"Date":"11/21/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":357,"Cost":252,"Date":"11/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":775,"Cost":667,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":455,"Cost":286,"Date":"5/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":33,"Cost":19,"Date":"9/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":818,"Cost":678,"Date":"1/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":718,"Cost":598,"Date":"2/2/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":829,"Cost":490,"Date":"3/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":437,"Cost":377,"Date":"10/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":397,"Cost":262,"Date":"2/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":171,"Cost":121,"Date":"6/7/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":735,"Cost":441,"Date":"1/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":419,"Cost":262,"Date":"3/27/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":110,"Cost":103,"Date":"5/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":156,"Cost":78,"Date":"7/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":887,"Cost":724,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":315,"Cost":228,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":11,"Cost":7,"Date":"1/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":918,"Cost":824,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":615,"Cost":401,"Date":"6/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":825,"Cost":500,"Date":"6/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":434,"Cost":369,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":502,"Cost":285,"Date":"11/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":279,"Cost":154,"Date":"12/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":447,"Cost":227,"Date":"2/4/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":943,"Cost":647,"Date":"3/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":423,"Cost":293,"Date":"12/18/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":899,"Cost":561,"Date":"3/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":926,"Cost":626,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":766,"Cost":478,"Date":"6/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":965,"Cost":723,"Date":"7/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":357,"Cost":273,"Date":"11/21/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":443,"Cost":228,"Date":"11/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":150,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":518,"Date":"5/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":588,"Cost":324,"Date":"9/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":868,"Cost":713,"Date":"1/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":144,"Cost":122,"Date":"2/2/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":859,"Cost":503,"Date":"3/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":360,"Date":"10/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":357,"Cost":290,"Date":"2/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":772,"Cost":467,"Date":"6/7/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":102,"Cost":78,"Date":"1/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":198,"Cost":172,"Date":"3/27/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":764,"Cost":402,"Date":"5/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":450,"Cost":414,"Date":"7/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":667,"Cost":561,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":481,"Cost":412,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":733,"Cost":379,"Date":"1/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":423,"Cost":394,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":151,"Cost":94,"Date":"6/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":43,"Cost":25,"Date":"6/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":232,"Cost":159,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":454,"Cost":408,"Date":"11/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":816,"Cost":443,"Date":"12/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":41,"Cost":25,"Date":"2/4/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":486,"Cost":334,"Date":"3/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":681,"Cost":345,"Date":"12/18/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":457,"Cost":353,"Date":"3/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":800,"Cost":755,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":279,"Cost":238,"Date":"6/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":4,"Cost":3,"Date":"7/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":364,"Cost":209,"Date":"11/21/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":136,"Cost":79,"Date":"11/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":940,"Cost":792,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":893,"Cost":501,"Date":"5/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":700,"Cost":444,"Date":"9/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":892,"Cost":619,"Date":"1/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":906,"Cost":699,"Date":"2/2/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":887,"Cost":661,"Date":"3/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":875,"Cost":549,"Date":"10/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":98,"Cost":74,"Date":"2/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":323,"Cost":295,"Date":"6/7/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":122,"Cost":113,"Date":"1/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":263,"Cost":167,"Date":"3/27/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":715,"Cost":663,"Date":"5/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":757,"Cost":452,"Date":"7/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":830,"Cost":711,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":373,"Cost":289,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":379,"Cost":246,"Date":"1/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":576,"Cost":540,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":868,"Cost":476,"Date":"6/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":681,"Cost":531,"Date":"6/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":460,"Cost":279,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":521,"Cost":413,"Date":"11/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":705,"Cost":393,"Date":"12/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":248,"Cost":196,"Date":"2/4/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":228,"Cost":115,"Date":"3/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":334,"Cost":188,"Date":"12/18/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":646,"Cost":604,"Date":"3/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":194,"Cost":139,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":113,"Cost":90,"Date":"6/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":808,"Cost":765,"Date":"7/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":433,"Cost":302,"Date":"11/21/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":551,"Cost":330,"Date":"11/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":999,"Cost":794,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":72,"Cost":64,"Date":"5/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":420,"Cost":312,"Date":"9/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":70,"Cost":60,"Date":"1/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":486,"Cost":322,"Date":"2/2/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":391,"Cost":322,"Date":"3/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":98,"Cost":64,"Date":"10/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":755,"Cost":386,"Date":"2/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":695,"Cost":630,"Date":"6/7/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":356,"Cost":225,"Date":"1/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":448,"Cost":340,"Date":"3/27/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":747,"Cost":634,"Date":"5/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":487,"Cost":405,"Date":"7/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":917,"Cost":737,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":513,"Cost":408,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":386,"Cost":217,"Date":"1/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":728,"Cost":593,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":307,"Date":"6/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":386,"Cost":210,"Date":"6/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":67,"Cost":49,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":866,"Cost":715,"Date":"11/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":141,"Cost":97,"Date":"12/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":672,"Cost":477,"Date":"2/4/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":169,"Cost":131,"Date":"3/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":533,"Date":"12/18/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":641,"Cost":575,"Date":"3/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":721,"Cost":373,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":66,"Date":"6/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":370,"Cost":251,"Date":"7/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":389,"Date":"11/21/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":587,"Cost":407,"Date":"11/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":43,"Cost":24,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":19,"Cost":10,"Date":"5/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":660,"Cost":331,"Date":"9/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":733,"Cost":480,"Date":"1/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":686,"Cost":523,"Date":"2/2/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":565,"Cost":419,"Date":"3/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":330,"Cost":231,"Date":"10/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":606,"Cost":357,"Date":"2/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":8,"Cost":7,"Date":"6/7/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":644,"Date":"1/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":668,"Cost":334,"Date":"3/27/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":204,"Cost":171,"Date":"5/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":54,"Cost":39,"Date":"7/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":61,"Cost":53,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":141,"Cost":107,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":115,"Cost":109,"Date":"1/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":239,"Cost":212,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":611,"Cost":371,"Date":"6/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":677,"Date":"6/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":283,"Cost":216,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":861,"Cost":610,"Date":"11/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":589,"Cost":458,"Date":"12/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":176,"Cost":100,"Date":"2/4/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":896,"Cost":717,"Date":"3/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":134,"Date":"12/18/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":514,"Cost":260,"Date":"3/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":23,"Cost":15,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":426,"Cost":222,"Date":"6/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":814,"Cost":731,"Date":"7/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":96,"Date":"11/21/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":500,"Cost":452,"Date":"11/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":713,"Cost":578,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":281,"Date":"5/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":852,"Cost":579,"Date":"9/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":994,"Cost":783,"Date":"1/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":379,"Cost":350,"Date":"2/2/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":801,"Cost":540,"Date":"3/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":590,"Cost":400,"Date":"10/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":663,"Cost":360,"Date":"2/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":849,"Cost":802,"Date":"6/7/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":222,"Cost":148,"Date":"1/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":261,"Cost":140,"Date":"3/27/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":812,"Cost":608,"Date":"5/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":174,"Cost":120,"Date":"7/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":830,"Cost":546,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":243,"Cost":151,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":385,"Cost":314,"Date":"1/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":392,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":45,"Cost":43,"Date":"6/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":155,"Date":"6/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":675,"Cost":505,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":510,"Cost":374,"Date":"11/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":403,"Cost":222,"Date":"12/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":926,"Cost":708,"Date":"2/4/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":630,"Cost":441,"Date":"3/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":569,"Cost":303,"Date":"12/18/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":936,"Cost":878,"Date":"3/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":21,"Cost":14,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":205,"Date":"6/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":981,"Cost":880,"Date":"7/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":344,"Cost":174,"Date":"11/21/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":80,"Cost":71,"Date":"11/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":530,"Cost":493,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":378,"Cost":326,"Date":"5/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":987,"Cost":626,"Date":"9/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":876,"Date":"1/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":174,"Cost":110,"Date":"2/2/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":532,"Cost":285,"Date":"3/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":55,"Cost":35,"Date":"10/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":603,"Cost":311,"Date":"2/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":657,"Cost":522,"Date":"6/7/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":753,"Cost":659,"Date":"1/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":347,"Cost":218,"Date":"3/27/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":287,"Date":"5/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":452,"Cost":430,"Date":"7/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":684,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":445,"Cost":409,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":989,"Cost":915,"Date":"1/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":935,"Cost":539,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":231,"Cost":123,"Date":"6/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":521,"Cost":354,"Date":"6/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":314,"Cost":181,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":414,"Date":"11/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":180,"Cost":141,"Date":"12/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":580,"Cost":479,"Date":"2/4/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":714,"Cost":436,"Date":"3/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":310,"Cost":181,"Date":"12/18/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":202,"Cost":164,"Date":"3/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":278,"Cost":186,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":508,"Cost":273,"Date":"6/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":437,"Cost":383,"Date":"7/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":150,"Cost":106,"Date":"11/21/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":449,"Cost":329,"Date":"11/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":708,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":316,"Cost":260,"Date":"5/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":410,"Date":"9/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":332,"Cost":279,"Date":"1/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":71,"Date":"2/2/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":617,"Cost":546,"Date":"3/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":126,"Date":"10/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":300,"Cost":175,"Date":"2/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":366,"Cost":229,"Date":"6/7/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":217,"Cost":132,"Date":"1/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":111,"Cost":63,"Date":"3/27/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":616,"Cost":542,"Date":"5/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":146,"Cost":139,"Date":"7/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":316,"Cost":180,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":857,"Cost":443,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":657,"Cost":446,"Date":"1/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":259,"Cost":132,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":267,"Cost":188,"Date":"6/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":444,"Cost":320,"Date":"6/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":166,"Cost":137,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":200,"Cost":174,"Date":"11/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":263,"Cost":157,"Date":"12/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":928,"Cost":502,"Date":"2/4/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":459,"Cost":435,"Date":"3/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":663,"Cost":573,"Date":"12/18/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":657,"Cost":382,"Date":"3/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":311,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":61,"Date":"6/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":466,"Cost":358,"Date":"7/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":925,"Cost":559,"Date":"11/21/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":272,"Date":"11/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":591,"Cost":373,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":112,"Cost":69,"Date":"5/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":373,"Cost":244,"Date":"9/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":577,"Cost":469,"Date":"1/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":774,"Cost":536,"Date":"2/2/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":498,"Cost":283,"Date":"3/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":348,"Cost":234,"Date":"10/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":563,"Cost":328,"Date":"2/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":396,"Cost":295,"Date":"6/7/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":478,"Cost":296,"Date":"1/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":177,"Cost":149,"Date":"3/27/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":196,"Cost":125,"Date":"5/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":444,"Cost":334,"Date":"7/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":227,"Cost":202,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":302,"Cost":184,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":17,"Cost":11,"Date":"1/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":547,"Cost":397,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":884,"Cost":561,"Date":"6/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":748,"Cost":656,"Date":"6/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":447,"Cost":316,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":970,"Cost":691,"Date":"11/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":198,"Cost":113,"Date":"12/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":481,"Cost":442,"Date":"2/4/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":564,"Cost":416,"Date":"3/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":369,"Cost":201,"Date":"12/18/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":838,"Cost":735,"Date":"3/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":872,"Cost":459,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":781,"Cost":637,"Date":"6/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":16,"Cost":9,"Date":"7/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":668,"Cost":422,"Date":"11/21/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":931,"Cost":809,"Date":"11/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":73,"Cost":61,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":963,"Cost":623,"Date":"5/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":836,"Cost":551,"Date":"9/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":808,"Cost":723,"Date":"1/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":352,"Cost":220,"Date":"2/2/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":101,"Cost":55,"Date":"3/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":781,"Cost":727,"Date":"10/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":159,"Cost":151,"Date":"2/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":389,"Cost":275,"Date":"6/7/2018"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":842,"Cost":549,"Date":"1/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":22,"Cost":21,"Date":"3/27/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":981,"Cost":550,"Date":"5/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":713,"Cost":598,"Date":"7/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":288,"Cost":185,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":22,"Cost":17,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":463,"Cost":359,"Date":"1/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":431,"Cost":337,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":291,"Cost":240,"Date":"6/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":631,"Cost":557,"Date":"6/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":656,"Cost":414,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":398,"Cost":311,"Date":"11/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":613,"Cost":363,"Date":"12/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":972,"Cost":630,"Date":"2/4/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":126,"Cost":85,"Date":"3/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":989,"Cost":648,"Date":"12/18/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":20,"Cost":16,"Date":"3/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":105,"Cost":84,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":50,"Cost":25,"Date":"6/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":427,"Cost":383,"Date":"7/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":561,"Cost":435,"Date":"11/21/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":433,"Cost":312,"Date":"11/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":584,"Cost":533,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":863,"Cost":715,"Date":"5/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":608,"Cost":384,"Date":"9/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":806,"Cost":431,"Date":"1/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":629,"Cost":416,"Date":"2/2/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":789,"Cost":550,"Date":"3/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":937,"Cost":608,"Date":"10/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":152,"Cost":117,"Date":"2/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":35,"Cost":21,"Date":"6/7/2018"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":506,"Cost":305,"Date":"1/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":497,"Cost":407,"Date":"3/27/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":700,"Cost":430,"Date":"5/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":463,"Cost":362,"Date":"7/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":13,"Cost":12,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":886,"Cost":635,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":409,"Cost":231,"Date":"1/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":172,"Cost":135,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":111,"Cost":78,"Date":"6/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":802,"Cost":409,"Date":"6/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":388,"Cost":240,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":701,"Cost":641,"Date":"11/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":587,"Cost":295,"Date":"12/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":714,"Cost":399,"Date":"2/4/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":694,"Cost":435,"Date":"3/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":694,"Cost":469,"Date":"12/18/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":182,"Cost":125,"Date":"3/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":622,"Cost":408,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":189,"Cost":116,"Date":"6/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":337,"Cost":175,"Date":"7/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":583,"Cost":527,"Date":"11/21/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":311,"Cost":179,"Date":"11/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":482,"Cost":259,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":107,"Cost":65,"Date":"5/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":728,"Cost":642,"Date":"9/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":312,"Cost":284,"Date":"1/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":540,"Cost":365,"Date":"2/2/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":266,"Cost":233,"Date":"3/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":727,"Cost":540,"Date":"10/14/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":913,"Cost":736,"Date":"2/16/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":651,"Cost":591,"Date":"6/7/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":822,"Cost":552,"Date":"1/28/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":601,"Cost":442,"Date":"3/27/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":465,"Date":"5/12/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":36,"Cost":29,"Date":"7/28/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":14,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":816,"Cost":455,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":36,"Date":"1/17/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":848,"Cost":645,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":637,"Cost":564,"Date":"6/6/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":704,"Cost":637,"Date":"6/16/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":158,"Cost":144,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":499,"Cost":436,"Date":"11/19/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":239,"Cost":201,"Date":"12/28/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":478,"Cost":353,"Date":"2/4/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":816,"Cost":433,"Date":"3/8/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":708,"Date":"12/18/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":409,"Cost":378,"Date":"3/31/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":464,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":245,"Cost":231,"Date":"6/26/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":425,"Cost":358,"Date":"7/23/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":719,"Cost":508,"Date":"11/21/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":593,"Date":"11/26/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":691,"Cost":634,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":278,"Date":"5/21/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":487,"Cost":371,"Date":"9/28/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":388,"Cost":288,"Date":"1/3/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":470,"Cost":241,"Date":"2/2/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":895,"Cost":517,"Date":"3/18/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":573,"Date":"10/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":304,"Cost":239,"Date":"2/16/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":230,"Date":"6/7/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":68,"Cost":35,"Date":"1/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":209,"Date":"3/27/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":385,"Date":"5/12/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":493,"Date":"7/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":948,"Cost":499,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":599,"Cost":343,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":67,"Date":"1/17/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":558,"Cost":469,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":314,"Date":"6/6/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":459,"Cost":423,"Date":"6/16/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":712,"Cost":651,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":218,"Cost":172,"Date":"11/19/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":654,"Cost":594,"Date":"12/28/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":161,"Cost":100,"Date":"2/4/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":719,"Cost":444,"Date":"3/8/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":360,"Cost":214,"Date":"12/18/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":77,"Cost":45,"Date":"3/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":106,"Cost":73,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":721,"Cost":598,"Date":"6/26/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":568,"Cost":318,"Date":"7/23/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":336,"Date":"11/21/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":39,"Cost":20,"Date":"11/26/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":142,"Cost":71,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":905,"Date":"5/21/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":526,"Cost":277,"Date":"9/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":246,"Cost":156,"Date":"1/3/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":842,"Cost":757,"Date":"2/2/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":739,"Cost":542,"Date":"3/18/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":848,"Cost":680,"Date":"10/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":641,"Cost":577,"Date":"2/16/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":310,"Cost":292,"Date":"6/7/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":760,"Cost":637,"Date":"1/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":642,"Cost":402,"Date":"3/27/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":270,"Cost":146,"Date":"5/12/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":259,"Cost":205,"Date":"7/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":559,"Cost":418,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":414,"Cost":255,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":165,"Date":"1/17/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":421,"Cost":359,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":339,"Cost":259,"Date":"6/6/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":705,"Cost":444,"Date":"6/16/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":552,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":309,"Cost":261,"Date":"11/19/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":674,"Cost":453,"Date":"12/28/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":958,"Cost":784,"Date":"2/4/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":100,"Date":"3/8/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":208,"Date":"12/18/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":284,"Cost":144,"Date":"3/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":725,"Cost":378,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":72,"Cost":46,"Date":"6/26/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":967,"Cost":594,"Date":"7/23/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":705,"Cost":489,"Date":"11/21/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":702,"Cost":641,"Date":"11/26/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":469,"Cost":426,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":791,"Cost":733,"Date":"5/21/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":655,"Cost":421,"Date":"9/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":932,"Cost":566,"Date":"1/3/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":402,"Cost":377,"Date":"2/2/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":231,"Cost":153,"Date":"3/18/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":239,"Cost":124,"Date":"10/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":381,"Cost":311,"Date":"2/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":531,"Cost":289,"Date":"6/7/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":755,"Cost":552,"Date":"1/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":861,"Cost":450,"Date":"3/27/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":279,"Cost":181,"Date":"5/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":999,"Cost":857,"Date":"7/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":686,"Cost":360,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":80,"Cost":47,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":48,"Cost":39,"Date":"1/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":485,"Cost":380,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":940,"Cost":771,"Date":"6/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":114,"Cost":63,"Date":"6/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":919,"Cost":675,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":609,"Cost":511,"Date":"11/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":797,"Cost":604,"Date":"12/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":72,"Cost":63,"Date":"2/4/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":931,"Cost":872,"Date":"3/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":919,"Cost":765,"Date":"12/18/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":427,"Cost":327,"Date":"3/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":684,"Cost":628,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":161,"Cost":84,"Date":"6/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":616,"Cost":334,"Date":"7/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":544,"Cost":413,"Date":"11/21/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":330,"Cost":297,"Date":"11/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":302,"Cost":167,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":17,"Cost":11,"Date":"5/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":821,"Cost":529,"Date":"9/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":193,"Cost":157,"Date":"1/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":87,"Cost":70,"Date":"2/2/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":255,"Cost":135,"Date":"3/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":221,"Cost":158,"Date":"10/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":417,"Cost":333,"Date":"2/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":138,"Cost":117,"Date":"6/7/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":159,"Cost":134,"Date":"1/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":897,"Cost":509,"Date":"3/27/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":448,"Cost":426,"Date":"5/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":396,"Cost":297,"Date":"7/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":264,"Cost":174,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":370,"Cost":318,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":650,"Cost":612,"Date":"1/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":388,"Cost":339,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":82,"Cost":57,"Date":"6/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":15,"Cost":8,"Date":"6/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":209,"Cost":158,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":662,"Cost":500,"Date":"11/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":562,"Cost":506,"Date":"12/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":166,"Cost":148,"Date":"2/4/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":921,"Cost":629,"Date":"3/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":839,"Cost":471,"Date":"12/18/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":677,"Cost":564,"Date":"3/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":363,"Cost":329,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":880,"Cost":731,"Date":"6/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":390,"Cost":286,"Date":"7/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":314,"Cost":171,"Date":"11/21/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":920,"Cost":493,"Date":"11/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":552,"Cost":492,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":828,"Cost":529,"Date":"5/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":963,"Cost":500,"Date":"9/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":604,"Cost":527,"Date":"1/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":393,"Cost":239,"Date":"2/2/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":209,"Cost":120,"Date":"3/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":335,"Cost":249,"Date":"10/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":258,"Cost":162,"Date":"2/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":346,"Date":"6/7/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":694,"Cost":555,"Date":"1/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":889,"Cost":837,"Date":"3/27/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":551,"Date":"5/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":541,"Cost":350,"Date":"7/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":92,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":813,"Cost":445,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":741,"Cost":528,"Date":"1/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":889,"Cost":724,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":974,"Cost":758,"Date":"6/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":516,"Cost":464,"Date":"6/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":897,"Cost":849,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":36,"Cost":31,"Date":"11/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":249,"Cost":181,"Date":"12/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":662,"Cost":605,"Date":"2/4/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":24,"Date":"3/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":122,"Date":"12/18/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":109,"Cost":72,"Date":"3/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":241,"Cost":202,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":848,"Cost":642,"Date":"6/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":37,"Cost":21,"Date":"7/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":566,"Cost":520,"Date":"11/21/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":107,"Date":"11/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":529,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":410,"Cost":278,"Date":"5/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":334,"Cost":181,"Date":"9/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":139,"Date":"1/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":272,"Date":"2/2/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":714,"Cost":488,"Date":"3/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":841,"Cost":462,"Date":"10/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":753,"Cost":707,"Date":"2/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":115,"Date":"6/7/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":808,"Cost":429,"Date":"1/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":296,"Cost":246,"Date":"3/27/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":955,"Cost":676,"Date":"5/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":665,"Cost":384,"Date":"7/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":665,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":832,"Cost":503,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":652,"Cost":531,"Date":"1/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":667,"Cost":605,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":393,"Cost":341,"Date":"6/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":603,"Cost":559,"Date":"6/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":594,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":371,"Cost":282,"Date":"11/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":347,"Cost":241,"Date":"12/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":108,"Cost":54,"Date":"2/4/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":139,"Cost":114,"Date":"3/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":296,"Cost":270,"Date":"12/18/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":558,"Cost":334,"Date":"3/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":567,"Cost":530,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":695,"Cost":397,"Date":"6/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":859,"Cost":439,"Date":"7/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":576,"Cost":355,"Date":"11/21/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":693,"Cost":482,"Date":"11/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":201,"Cost":139,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":859,"Cost":734,"Date":"5/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":873,"Cost":441,"Date":"9/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":386,"Cost":359,"Date":"1/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":863,"Cost":665,"Date":"2/2/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":979,"Cost":744,"Date":"3/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":381,"Date":"10/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":917,"Cost":595,"Date":"2/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":828,"Cost":683,"Date":"6/7/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":873,"Cost":748,"Date":"1/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":517,"Cost":411,"Date":"3/27/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":871,"Cost":508,"Date":"5/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":149,"Cost":125,"Date":"7/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":534,"Cost":273,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":290,"Cost":251,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":911,"Cost":724,"Date":"1/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":494,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":149,"Cost":109,"Date":"6/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":444,"Cost":316,"Date":"6/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":220,"Cost":175,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":54,"Cost":50,"Date":"11/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":723,"Cost":416,"Date":"12/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":203,"Date":"2/4/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":792,"Cost":576,"Date":"3/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":112,"Cost":71,"Date":"12/18/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":429,"Cost":232,"Date":"3/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":418,"Cost":219,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":52,"Date":"6/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":206,"Date":"7/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":696,"Cost":482,"Date":"11/21/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":149,"Date":"11/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":836,"Cost":532,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":713,"Cost":407,"Date":"5/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":508,"Cost":405,"Date":"9/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":132,"Cost":88,"Date":"1/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":646,"Cost":580,"Date":"2/2/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":534,"Date":"3/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":579,"Cost":517,"Date":"10/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":542,"Cost":467,"Date":"2/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":835,"Cost":672,"Date":"6/7/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":158,"Cost":127,"Date":"1/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":286,"Cost":225,"Date":"3/27/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":459,"Cost":283,"Date":"5/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":569,"Cost":354,"Date":"7/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":277,"Cost":259,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":815,"Cost":577,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":290,"Date":"1/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":842,"Cost":432,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":585,"Cost":485,"Date":"6/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":918,"Cost":557,"Date":"6/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":94,"Cost":61,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":256,"Cost":229,"Date":"11/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":155,"Cost":88,"Date":"12/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":458,"Cost":419,"Date":"2/4/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":671,"Cost":397,"Date":"3/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":335,"Cost":260,"Date":"12/18/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":332,"Cost":184,"Date":"3/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":485,"Cost":270,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":947,"Cost":643,"Date":"6/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":43,"Cost":25,"Date":"7/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":473,"Cost":443,"Date":"11/21/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":297,"Cost":164,"Date":"11/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":343,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":498,"Cost":358,"Date":"5/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":804,"Cost":559,"Date":"9/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":365,"Cost":338,"Date":"1/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":904,"Cost":811,"Date":"2/2/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":599,"Cost":418,"Date":"3/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":413,"Cost":328,"Date":"10/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":78,"Cost":68,"Date":"2/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":888,"Cost":731,"Date":"6/7/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":505,"Cost":377,"Date":"1/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":949,"Cost":566,"Date":"3/27/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":797,"Cost":540,"Date":"5/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":215,"Cost":200,"Date":"7/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":531,"Cost":438,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":161,"Cost":84,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":35,"Cost":28,"Date":"1/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":476,"Cost":363,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":3,"Cost":2,"Date":"6/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":551,"Cost":288,"Date":"6/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":662,"Cost":481,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":357,"Cost":252,"Date":"11/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":763,"Cost":465,"Date":"12/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":466,"Cost":257,"Date":"2/4/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":644,"Cost":540,"Date":"3/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":966,"Cost":627,"Date":"12/18/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":208,"Cost":141,"Date":"3/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":946,"Cost":863,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":316,"Cost":241,"Date":"6/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":218,"Cost":184,"Date":"7/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":161,"Cost":131,"Date":"11/21/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":70,"Cost":36,"Date":"11/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":743,"Cost":445,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":967,"Cost":642,"Date":"5/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":884,"Cost":587,"Date":"9/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":676,"Cost":367,"Date":"1/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":373,"Cost":304,"Date":"2/2/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":968,"Cost":548,"Date":"3/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":560,"Cost":310,"Date":"10/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":917,"Cost":576,"Date":"2/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":752,"Cost":672,"Date":"6/7/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":870,"Cost":569,"Date":"1/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":486,"Cost":244,"Date":"3/27/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":794,"Cost":665,"Date":"5/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":119,"Cost":88,"Date":"7/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":416,"Cost":336,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":47,"Cost":28,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":912,"Cost":754,"Date":"1/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":791,"Cost":667,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":509,"Cost":449,"Date":"6/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":745,"Cost":490,"Date":"6/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":107,"Cost":94,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":621,"Cost":311,"Date":"11/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":745,"Cost":433,"Date":"12/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":207,"Cost":134,"Date":"2/4/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":499,"Cost":314,"Date":"3/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":346,"Cost":227,"Date":"12/18/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":157,"Cost":95,"Date":"3/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":897,"Cost":711,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":506,"Date":"6/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":278,"Cost":172,"Date":"7/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":97,"Cost":54,"Date":"11/21/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":720,"Cost":611,"Date":"11/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":178,"Cost":136,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":645,"Cost":540,"Date":"5/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":496,"Cost":454,"Date":"9/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":248,"Cost":128,"Date":"1/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":851,"Cost":531,"Date":"2/2/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":281,"Cost":163,"Date":"3/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":786,"Cost":483,"Date":"10/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":553,"Cost":469,"Date":"2/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":90,"Cost":52,"Date":"6/7/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":261,"Cost":237,"Date":"1/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":389,"Cost":282,"Date":"3/27/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":379,"Cost":267,"Date":"5/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":892,"Cost":701,"Date":"7/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":258,"Cost":138,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":950,"Cost":869,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":125,"Cost":100,"Date":"1/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":440,"Cost":265,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":368,"Cost":326,"Date":"6/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":568,"Cost":458,"Date":"6/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":714,"Cost":614,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":573,"Cost":325,"Date":"11/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":301,"Cost":274,"Date":"12/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":401,"Cost":269,"Date":"2/4/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":451,"Cost":297,"Date":"3/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":949,"Cost":496,"Date":"12/18/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":245,"Cost":143,"Date":"3/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":208,"Cost":161,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":92,"Cost":88,"Date":"6/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":76,"Cost":62,"Date":"7/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":749,"Cost":666,"Date":"11/21/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":393,"Cost":312,"Date":"11/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":170,"Cost":129,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":50,"Cost":29,"Date":"5/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":39,"Cost":36,"Date":"9/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":885,"Cost":666,"Date":"1/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":186,"Cost":154,"Date":"2/2/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":111,"Cost":104,"Date":"3/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":636,"Cost":415,"Date":"10/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":377,"Date":"2/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":57,"Cost":42,"Date":"6/7/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":688,"Cost":637,"Date":"1/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":204,"Cost":146,"Date":"3/27/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":306,"Date":"5/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":716,"Date":"7/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":768,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":312,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":83,"Cost":60,"Date":"1/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":192,"Cost":107,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":439,"Cost":367,"Date":"6/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":217,"Cost":191,"Date":"6/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":322,"Cost":185,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":332,"Date":"11/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":613,"Cost":364,"Date":"12/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":67,"Cost":64,"Date":"2/4/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":788,"Cost":731,"Date":"3/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":335,"Date":"12/18/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":10,"Date":"3/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":22,"Cost":21,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":895,"Cost":814,"Date":"6/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":515,"Cost":391,"Date":"7/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":570,"Cost":453,"Date":"11/21/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":93,"Cost":54,"Date":"11/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":91,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":154,"Date":"5/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":240,"Cost":161,"Date":"9/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":713,"Cost":482,"Date":"1/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":307,"Cost":244,"Date":"2/2/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":374,"Cost":215,"Date":"3/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":815,"Cost":708,"Date":"10/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":914,"Cost":624,"Date":"2/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":42,"Cost":32,"Date":"6/7/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":935,"Cost":785,"Date":"1/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":239,"Cost":194,"Date":"3/27/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":917,"Cost":640,"Date":"5/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":188,"Cost":113,"Date":"7/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":423,"Cost":282,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":3,"Cost":2,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":550,"Cost":333,"Date":"1/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":89,"Cost":54,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":835,"Cost":720,"Date":"6/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":607,"Cost":403,"Date":"6/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":234,"Cost":164,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":642,"Cost":533,"Date":"11/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":18,"Cost":17,"Date":"12/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":879,"Cost":631,"Date":"2/4/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":898,"Cost":785,"Date":"3/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":413,"Cost":223,"Date":"12/18/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":369,"Cost":345,"Date":"3/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":115,"Cost":86,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":123,"Cost":107,"Date":"6/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":149,"Cost":137,"Date":"7/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":757,"Cost":549,"Date":"11/21/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":635,"Cost":420,"Date":"11/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":745,"Cost":563,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":602,"Cost":427,"Date":"5/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":622,"Cost":449,"Date":"9/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":860,"Cost":717,"Date":"1/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":279,"Cost":212,"Date":"2/2/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":896,"Cost":495,"Date":"3/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":706,"Cost":574,"Date":"10/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":523,"Cost":311,"Date":"2/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":718,"Cost":671,"Date":"6/7/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":64,"Cost":60,"Date":"1/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":550,"Cost":320,"Date":"3/27/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":239,"Cost":146,"Date":"5/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":949,"Cost":865,"Date":"7/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":387,"Cost":367,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":899,"Cost":760,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":752,"Cost":505,"Date":"1/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":347,"Cost":293,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":274,"Cost":187,"Date":"6/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":962,"Cost":775,"Date":"6/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":772,"Cost":493,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":401,"Cost":337,"Date":"11/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":988,"Cost":552,"Date":"12/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":599,"Cost":432,"Date":"2/4/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":123,"Cost":96,"Date":"3/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":827,"Cost":574,"Date":"12/18/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":959,"Cost":850,"Date":"3/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":47,"Cost":26,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":192,"Cost":109,"Date":"6/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":475,"Cost":262,"Date":"7/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":338,"Cost":234,"Date":"11/21/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":556,"Cost":399,"Date":"11/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":183,"Cost":121,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":530,"Cost":394,"Date":"5/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":161,"Cost":110,"Date":"9/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":937,"Cost":843,"Date":"1/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":386,"Cost":357,"Date":"2/2/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":796,"Cost":595,"Date":"3/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":781,"Cost":490,"Date":"10/14/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":910,"Cost":770,"Date":"2/16/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":175,"Cost":106,"Date":"6/7/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":500,"Date":"1/28/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":687,"Cost":517,"Date":"3/27/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":931,"Cost":660,"Date":"5/12/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":546,"Date":"7/28/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":305,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":659,"Cost":352,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":513,"Cost":396,"Date":"1/17/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":868,"Cost":450,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":277,"Cost":199,"Date":"6/6/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":697,"Cost":349,"Date":"6/16/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":559,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":754,"Cost":697,"Date":"11/19/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":212,"Cost":174,"Date":"12/28/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":636,"Cost":473,"Date":"2/4/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":37,"Cost":35,"Date":"3/8/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":621,"Date":"12/18/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":165,"Cost":156,"Date":"3/31/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":310,"Cost":249,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":932,"Cost":657,"Date":"6/26/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":410,"Cost":280,"Date":"7/23/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":542,"Cost":341,"Date":"11/21/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":611,"Cost":449,"Date":"11/26/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":291,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":173,"Cost":106,"Date":"5/21/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":981,"Cost":588,"Date":"9/28/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":100,"Cost":66,"Date":"1/3/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":99,"Cost":66,"Date":"2/2/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":320,"Cost":220,"Date":"3/18/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":687,"Cost":584,"Date":"10/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":13,"Cost":12,"Date":"2/16/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":340,"Cost":277,"Date":"6/7/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":30,"Cost":27,"Date":"1/28/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":684,"Cost":493,"Date":"3/27/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":16,"Cost":8,"Date":"5/12/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":204,"Cost":130,"Date":"7/28/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":892,"Cost":470,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":166,"Cost":105,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":380,"Cost":293,"Date":"1/17/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":253,"Cost":231,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":899,"Cost":676,"Date":"6/6/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":574,"Cost":326,"Date":"6/16/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":285,"Cost":255,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":783,"Cost":411,"Date":"11/19/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":216,"Cost":108,"Date":"12/28/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":156,"Cost":128,"Date":"2/4/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":160,"Cost":109,"Date":"3/8/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":270,"Cost":183,"Date":"12/18/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":336,"Cost":179,"Date":"3/31/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":384,"Cost":326,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":110,"Cost":66,"Date":"6/26/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":655,"Cost":565,"Date":"7/23/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":899,"Cost":750,"Date":"11/21/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":809,"Cost":615,"Date":"11/26/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":325,"Cost":171,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":298,"Cost":277,"Date":"5/21/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":681,"Cost":598,"Date":"9/28/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":521,"Cost":365,"Date":"1/3/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":62,"Cost":42,"Date":"2/2/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":612,"Cost":571,"Date":"3/18/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":700,"Cost":476,"Date":"10/14/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":243,"Date":"2/16/2018"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":535,"Date":"6/7/2018"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":948,"Cost":542,"Date":"1/28/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":779,"Cost":447,"Date":"3/27/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":553,"Cost":493,"Date":"5/12/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":817,"Cost":434,"Date":"7/28/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":851,"Cost":558,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":178,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":70,"Cost":44,"Date":"1/17/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":379,"Cost":210,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":499,"Date":"6/6/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":828,"Cost":608,"Date":"6/16/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":257,"Cost":227,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":43,"Cost":34,"Date":"11/19/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":181,"Date":"12/28/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":540,"Cost":353,"Date":"2/4/2021"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":409,"Cost":230,"Date":"3/8/2021"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":695,"Cost":496,"Date":"12/18/2021"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":925,"Cost":724,"Date":"3/31/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":448,"Cost":270,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":328,"Date":"6/26/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":117,"Cost":96,"Date":"7/23/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":392,"Cost":262,"Date":"11/21/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":841,"Cost":575,"Date":"11/26/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":213,"Cost":158,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":516,"Cost":456,"Date":"5/21/2023"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":943,"Cost":633,"Date":"9/28/2023"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":417,"Cost":371,"Date":"1/3/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":35,"Cost":24,"Date":"2/2/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":50,"Cost":31,"Date":"3/18/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":123,"Date":"10/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":753,"Cost":486,"Date":"2/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":837,"Cost":538,"Date":"6/7/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":676,"Cost":572,"Date":"1/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":175,"Cost":138,"Date":"3/27/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":123,"Cost":108,"Date":"5/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":484,"Date":"7/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":255,"Cost":210,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":108,"Cost":101,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":341,"Cost":260,"Date":"1/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":659,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":535,"Date":"6/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":829,"Cost":617,"Date":"6/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":495,"Cost":417,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":545,"Cost":476,"Date":"11/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":940,"Cost":530,"Date":"12/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":179,"Cost":104,"Date":"2/4/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":444,"Cost":336,"Date":"3/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":736,"Cost":696,"Date":"12/18/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":86,"Cost":70,"Date":"3/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":681,"Cost":406,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":673,"Cost":398,"Date":"6/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":571,"Date":"7/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":494,"Cost":425,"Date":"11/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":355,"Cost":287,"Date":"11/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":107,"Cost":97,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":409,"Cost":281,"Date":"5/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":873,"Cost":522,"Date":"9/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":726,"Cost":425,"Date":"1/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":262,"Cost":140,"Date":"2/2/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":497,"Cost":384,"Date":"3/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":401,"Date":"10/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":140,"Cost":98,"Date":"2/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":317,"Date":"6/7/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":743,"Cost":482,"Date":"1/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":19,"Cost":13,"Date":"3/27/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":327,"Date":"5/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":811,"Cost":643,"Date":"7/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":226,"Cost":185,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":435,"Cost":399,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":480,"Cost":272,"Date":"1/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":415,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":418,"Date":"6/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":648,"Cost":507,"Date":"6/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":269,"Cost":157,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":959,"Cost":627,"Date":"11/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":989,"Cost":495,"Date":"12/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":44,"Cost":39,"Date":"2/4/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":68,"Cost":44,"Date":"3/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":151,"Cost":107,"Date":"12/18/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":821,"Cost":455,"Date":"3/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":195,"Cost":170,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":971,"Cost":771,"Date":"6/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":884,"Cost":797,"Date":"7/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":608,"Date":"11/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":450,"Cost":251,"Date":"11/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":450,"Cost":358,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":427,"Cost":217,"Date":"5/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":436,"Cost":285,"Date":"9/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":276,"Cost":216,"Date":"1/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":209,"Cost":117,"Date":"2/2/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":120,"Cost":82,"Date":"3/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":36,"Cost":19,"Date":"10/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":55,"Cost":36,"Date":"2/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":992,"Cost":588,"Date":"6/7/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":128,"Date":"1/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":693,"Cost":618,"Date":"3/27/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":871,"Cost":663,"Date":"5/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":987,"Cost":504,"Date":"7/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":482,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":116,"Cost":82,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":823,"Cost":721,"Date":"1/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":402,"Cost":326,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":439,"Cost":333,"Date":"6/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":734,"Cost":602,"Date":"6/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":500,"Cost":344,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":424,"Cost":239,"Date":"11/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":304,"Date":"12/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":633,"Cost":329,"Date":"2/4/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":727,"Cost":462,"Date":"3/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":601,"Cost":498,"Date":"12/18/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":390,"Date":"3/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":708,"Cost":439,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":153,"Cost":111,"Date":"6/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":585,"Cost":327,"Date":"7/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":398,"Cost":311,"Date":"11/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":755,"Cost":708,"Date":"11/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":804,"Cost":681,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":168,"Cost":135,"Date":"5/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":869,"Cost":760,"Date":"9/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":666,"Cost":599,"Date":"1/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":705,"Cost":373,"Date":"2/2/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":792,"Date":"3/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":945,"Cost":610,"Date":"10/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":459,"Cost":230,"Date":"2/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":77,"Cost":65,"Date":"6/7/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":894,"Cost":658,"Date":"1/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":63,"Cost":55,"Date":"3/27/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":246,"Cost":188,"Date":"5/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":633,"Cost":560,"Date":"7/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":845,"Cost":616,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":231,"Cost":164,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":952,"Cost":732,"Date":"1/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":711,"Cost":485,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":174,"Date":"6/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":615,"Cost":319,"Date":"6/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":579,"Cost":536,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":671,"Cost":606,"Date":"11/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":195,"Date":"12/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":285,"Cost":200,"Date":"2/4/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":199,"Cost":167,"Date":"3/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":589,"Cost":507,"Date":"12/18/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":961,"Cost":776,"Date":"3/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":300,"Cost":226,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":507,"Cost":293,"Date":"6/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":810,"Cost":741,"Date":"7/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":643,"Cost":536,"Date":"11/21/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":602,"Cost":474,"Date":"11/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":315,"Cost":190,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":45,"Date":"5/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":306,"Cost":195,"Date":"9/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":149,"Cost":116,"Date":"1/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":508,"Cost":376,"Date":"2/2/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":338,"Cost":179,"Date":"3/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":779,"Cost":389,"Date":"10/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":672,"Cost":420,"Date":"2/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":415,"Cost":310,"Date":"6/7/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":497,"Cost":428,"Date":"1/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":558,"Cost":333,"Date":"3/27/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":395,"Cost":267,"Date":"5/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":484,"Cost":402,"Date":"7/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":32,"Cost":23,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":938,"Cost":789,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":225,"Date":"1/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":221,"Cost":197,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":662,"Cost":609,"Date":"6/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":197,"Date":"6/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":284,"Cost":216,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":78,"Cost":43,"Date":"11/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":468,"Cost":399,"Date":"12/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":738,"Cost":603,"Date":"2/4/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":119,"Date":"3/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":354,"Cost":271,"Date":"12/18/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":334,"Cost":315,"Date":"3/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":217,"Cost":120,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":840,"Cost":641,"Date":"6/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":499,"Cost":278,"Date":"7/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":720,"Cost":588,"Date":"11/21/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":319,"Cost":269,"Date":"11/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":649,"Cost":574,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":212,"Cost":180,"Date":"5/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":229,"Cost":158,"Date":"9/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":714,"Cost":549,"Date":"1/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":682,"Cost":428,"Date":"2/2/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":318,"Cost":239,"Date":"3/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":682,"Date":"10/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":669,"Cost":467,"Date":"2/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":416,"Date":"6/7/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":622,"Cost":558,"Date":"1/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":535,"Cost":451,"Date":"3/27/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":643,"Cost":516,"Date":"5/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":841,"Cost":655,"Date":"7/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":450,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":294,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":576,"Date":"1/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":428,"Cost":271,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":676,"Cost":480,"Date":"6/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":168,"Cost":154,"Date":"6/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":425,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":31,"Date":"11/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":9,"Cost":7,"Date":"12/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":359,"Cost":331,"Date":"2/4/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":93,"Date":"3/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":625,"Cost":459,"Date":"12/18/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":198,"Cost":188,"Date":"3/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":683,"Cost":401,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":323,"Cost":306,"Date":"6/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":387,"Date":"7/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":268,"Cost":163,"Date":"11/21/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":868,"Cost":630,"Date":"11/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":645,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":671,"Date":"5/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":510,"Cost":331,"Date":"9/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":472,"Cost":447,"Date":"1/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":693,"Cost":447,"Date":"2/2/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":464,"Cost":439,"Date":"3/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":188,"Cost":129,"Date":"10/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":159,"Cost":79,"Date":"2/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":755,"Cost":440,"Date":"6/7/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":631,"Cost":445,"Date":"1/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":850,"Cost":696,"Date":"3/27/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":232,"Cost":179,"Date":"5/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":457,"Cost":328,"Date":"7/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":423,"Cost":269,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":504,"Cost":326,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":52,"Cost":26,"Date":"1/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":758,"Cost":578,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":982,"Cost":493,"Date":"6/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":118,"Cost":63,"Date":"6/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":471,"Cost":337,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":777,"Cost":704,"Date":"11/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":330,"Cost":237,"Date":"12/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":429,"Cost":289,"Date":"2/4/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":122,"Cost":82,"Date":"3/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":553,"Cost":442,"Date":"12/18/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":81,"Cost":40,"Date":"3/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":3,"Cost":3,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":976,"Cost":692,"Date":"6/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":567,"Cost":500,"Date":"7/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":202,"Cost":107,"Date":"11/21/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":310,"Cost":157,"Date":"11/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":563,"Cost":364,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":846,"Cost":473,"Date":"5/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":565,"Cost":302,"Date":"9/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":962,"Cost":522,"Date":"1/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":251,"Cost":181,"Date":"2/2/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":191,"Cost":96,"Date":"3/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":994,"Cost":500,"Date":"10/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":573,"Date":"2/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":567,"Cost":342,"Date":"6/7/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":44,"Cost":42,"Date":"1/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":493,"Cost":460,"Date":"3/27/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":59,"Date":"5/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":612,"Cost":437,"Date":"7/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":943,"Cost":586,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":638,"Cost":531,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":804,"Cost":424,"Date":"1/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":476,"Cost":259,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":342,"Date":"6/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":901,"Cost":678,"Date":"6/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":766,"Cost":459,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":788,"Cost":409,"Date":"11/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":567,"Cost":329,"Date":"12/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":721,"Cost":642,"Date":"2/4/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":272,"Cost":229,"Date":"3/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":198,"Cost":148,"Date":"12/18/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":191,"Date":"3/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":965,"Cost":890,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":336,"Cost":247,"Date":"6/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":773,"Cost":422,"Date":"7/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":158,"Cost":85,"Date":"11/21/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":531,"Cost":322,"Date":"11/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":979,"Cost":509,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":399,"Cost":352,"Date":"5/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":212,"Date":"9/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":424,"Cost":357,"Date":"1/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":672,"Cost":545,"Date":"2/2/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":979,"Cost":807,"Date":"3/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":564,"Cost":330,"Date":"10/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":491,"Cost":409,"Date":"2/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":746,"Cost":535,"Date":"6/7/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":654,"Cost":570,"Date":"1/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":663,"Cost":335,"Date":"3/27/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":337,"Cost":225,"Date":"5/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":586,"Cost":512,"Date":"7/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":698,"Cost":609,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":904,"Cost":716,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":477,"Cost":427,"Date":"1/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":65,"Cost":55,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":777,"Cost":709,"Date":"6/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":515,"Cost":353,"Date":"6/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":504,"Cost":321,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":989,"Cost":663,"Date":"11/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":834,"Cost":606,"Date":"12/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":507,"Cost":263,"Date":"2/4/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":485,"Cost":391,"Date":"3/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":327,"Cost":259,"Date":"12/18/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":825,"Cost":527,"Date":"3/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":637,"Cost":466,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":475,"Cost":341,"Date":"6/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":576,"Cost":360,"Date":"7/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":816,"Cost":732,"Date":"11/21/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":998,"Cost":899,"Date":"11/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":973,"Cost":580,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":416,"Cost":323,"Date":"5/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":846,"Cost":536,"Date":"9/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":272,"Cost":209,"Date":"1/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":423,"Cost":312,"Date":"2/2/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":574,"Cost":327,"Date":"3/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":277,"Cost":165,"Date":"10/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":639,"Cost":579,"Date":"2/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":843,"Cost":658,"Date":"6/7/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":566,"Cost":293,"Date":"1/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":777,"Cost":504,"Date":"3/27/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":994,"Cost":719,"Date":"5/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":894,"Cost":690,"Date":"7/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":893,"Cost":768,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":230,"Cost":170,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":869,"Cost":684,"Date":"1/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":258,"Cost":244,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":197,"Cost":161,"Date":"6/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":292,"Cost":181,"Date":"6/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":938,"Cost":817,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":193,"Cost":107,"Date":"11/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":547,"Cost":383,"Date":"12/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":254,"Cost":175,"Date":"2/4/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":502,"Cost":348,"Date":"3/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":711,"Cost":547,"Date":"12/18/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":628,"Cost":425,"Date":"3/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":491,"Cost":340,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":959,"Cost":759,"Date":"6/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":967,"Cost":824,"Date":"7/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":952,"Cost":717,"Date":"11/21/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":984,"Cost":631,"Date":"11/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":764,"Cost":696,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":996,"Cost":856,"Date":"5/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":18,"Cost":9,"Date":"9/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":300,"Cost":206,"Date":"1/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":543,"Cost":440,"Date":"2/2/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":268,"Cost":219,"Date":"3/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":740,"Cost":499,"Date":"10/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":234,"Date":"2/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":252,"Cost":152,"Date":"6/7/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":21,"Cost":20,"Date":"1/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":87,"Cost":72,"Date":"3/27/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":364,"Cost":291,"Date":"5/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":350,"Cost":255,"Date":"7/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":118,"Cost":95,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":135,"Cost":69,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":767,"Cost":618,"Date":"1/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":992,"Cost":732,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":73,"Cost":64,"Date":"6/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":442,"Cost":384,"Date":"6/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":168,"Cost":108,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":489,"Date":"11/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":402,"Cost":235,"Date":"12/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":119,"Cost":70,"Date":"2/4/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":227,"Cost":121,"Date":"3/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":733,"Cost":632,"Date":"12/18/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":809,"Cost":547,"Date":"3/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":124,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":349,"Cost":183,"Date":"6/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":95,"Cost":69,"Date":"7/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":861,"Cost":691,"Date":"11/21/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":904,"Cost":843,"Date":"11/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":372,"Cost":218,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":776,"Cost":586,"Date":"5/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":679,"Cost":428,"Date":"9/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":322,"Cost":225,"Date":"1/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":109,"Cost":92,"Date":"2/2/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":390,"Cost":281,"Date":"3/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":475,"Cost":382,"Date":"10/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":439,"Date":"2/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":112,"Date":"6/7/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":579,"Date":"1/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":660,"Cost":387,"Date":"3/27/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":948,"Cost":807,"Date":"5/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":520,"Cost":352,"Date":"7/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":745,"Cost":544,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":594,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":658,"Date":"1/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":580,"Cost":430,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":161,"Date":"6/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":271,"Cost":205,"Date":"6/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":386,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":458,"Date":"11/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":336,"Date":"12/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":543,"Cost":416,"Date":"2/4/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":116,"Date":"3/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":495,"Cost":463,"Date":"12/18/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":263,"Cost":242,"Date":"3/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":612,"Cost":449,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":37,"Date":"6/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":80,"Cost":57,"Date":"7/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":769,"Cost":583,"Date":"11/21/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":38,"Cost":35,"Date":"11/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":844,"Cost":546,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":461,"Date":"5/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":124,"Date":"9/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":532,"Cost":499,"Date":"1/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":715,"Cost":519,"Date":"2/2/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":595,"Cost":562,"Date":"3/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":510,"Date":"10/14/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":529,"Cost":338,"Date":"2/16/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":230,"Cost":179,"Date":"6/7/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":860,"Cost":616,"Date":"1/28/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":808,"Cost":741,"Date":"3/27/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":903,"Cost":642,"Date":"5/12/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":173,"Cost":98,"Date":"7/28/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":266,"Cost":221,"Date":"8/8/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":905,"Cost":497,"Date":"12/7/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":917,"Cost":637,"Date":"1/17/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":792,"Cost":619,"Date":"3/8/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":253,"Cost":209,"Date":"6/6/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":676,"Cost":416,"Date":"6/16/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":803,"Cost":702,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":715,"Cost":359,"Date":"11/19/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":772,"Cost":496,"Date":"12/28/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":569,"Cost":310,"Date":"2/4/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":186,"Cost":117,"Date":"3/8/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":956,"Cost":816,"Date":"12/18/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":924,"Cost":737,"Date":"3/31/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":914,"Cost":842,"Date":"4/20/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":825,"Cost":449,"Date":"6/26/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":237,"Cost":225,"Date":"7/23/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":1,"Cost":1,"Date":"11/21/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":248,"Cost":161,"Date":"11/26/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":800,"Cost":569,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":332,"Cost":205,"Date":"5/21/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":268,"Cost":228,"Date":"9/28/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":594,"Cost":429,"Date":"1/3/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":384,"Cost":230,"Date":"2/2/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":459,"Cost":379,"Date":"3/18/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":236,"Cost":127,"Date":"10/14/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":483,"Cost":449,"Date":"2/16/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":655,"Cost":568,"Date":"6/7/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":732,"Cost":462,"Date":"1/28/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":885,"Cost":458,"Date":"3/27/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":640,"Date":"5/12/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":525,"Cost":293,"Date":"7/28/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":105,"Cost":92,"Date":"8/8/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":575,"Cost":456,"Date":"12/7/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":630,"Cost":456,"Date":"1/17/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":343,"Cost":315,"Date":"3/8/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":905,"Cost":642,"Date":"6/6/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":552,"Cost":392,"Date":"6/16/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":859,"Cost":655,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":283,"Cost":165,"Date":"11/19/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":143,"Cost":122,"Date":"12/28/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":279,"Cost":240,"Date":"2/4/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":171,"Cost":119,"Date":"3/8/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":288,"Cost":263,"Date":"12/18/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":128,"Cost":89,"Date":"3/31/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":675,"Cost":411,"Date":"4/20/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":139,"Cost":132,"Date":"6/26/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":326,"Cost":270,"Date":"7/23/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":144,"Cost":82,"Date":"11/21/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":385,"Cost":228,"Date":"11/26/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":486,"Cost":310,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":182,"Cost":131,"Date":"5/21/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":790,"Cost":625,"Date":"9/28/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":943,"Cost":511,"Date":"1/3/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":777,"Cost":667,"Date":"2/2/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":988,"Cost":800,"Date":"3/18/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":893,"Cost":592,"Date":"10/14/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":291,"Cost":255,"Date":"2/16/2018"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":503,"Cost":282,"Date":"6/7/2018"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":965,"Cost":509,"Date":"1/28/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":885,"Cost":583,"Date":"3/27/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":696,"Cost":536,"Date":"5/12/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":261,"Cost":238,"Date":"7/28/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":929,"Cost":824,"Date":"8/8/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":354,"Cost":247,"Date":"12/7/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":138,"Cost":96,"Date":"1/17/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":650,"Cost":377,"Date":"3/8/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":796,"Cost":461,"Date":"6/6/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":697,"Cost":631,"Date":"6/16/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":619,"Cost":361,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":601,"Cost":509,"Date":"11/19/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":497,"Cost":402,"Date":"12/28/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":243,"Cost":162,"Date":"2/4/2021"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":210,"Cost":113,"Date":"3/8/2021"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":920,"Cost":858,"Date":"12/18/2021"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":328,"Cost":202,"Date":"3/31/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":592,"Cost":378,"Date":"4/20/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":536,"Cost":343,"Date":"6/26/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":931,"Cost":873,"Date":"7/23/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":738,"Cost":616,"Date":"11/21/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":312,"Cost":213,"Date":"11/26/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":510,"Cost":260,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":238,"Cost":189,"Date":"5/21/2023"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":163,"Cost":98,"Date":"9/28/2023"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":355,"Cost":202,"Date":"1/3/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":494,"Cost":318,"Date":"2/2/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":780,"Cost":502,"Date":"3/18/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":985,"Cost":796,"Date":"10/14/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":656,"Cost":369,"Date":"2/16/2018"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":553,"Cost":337,"Date":"6/7/2018"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":714,"Cost":562,"Date":"1/28/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":51,"Cost":40,"Date":"3/27/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":924,"Cost":877,"Date":"5/12/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":167,"Cost":84,"Date":"7/28/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":479,"Cost":347,"Date":"8/8/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":919,"Cost":539,"Date":"12/7/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":334,"Cost":170,"Date":"1/17/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":838,"Cost":448,"Date":"3/8/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":352,"Cost":247,"Date":"6/6/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":212,"Cost":134,"Date":"6/16/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":504,"Cost":401,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":40,"Cost":21,"Date":"11/19/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":547,"Cost":363,"Date":"12/28/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":758,"Cost":527,"Date":"2/4/2021"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":502,"Cost":364,"Date":"3/8/2021"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":349,"Cost":239,"Date":"12/18/2021"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":312,"Cost":185,"Date":"3/31/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":11,"Cost":9,"Date":"4/20/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":101,"Cost":96,"Date":"6/26/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":369,"Cost":314,"Date":"7/23/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":141,"Cost":124,"Date":"11/21/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":148,"Cost":123,"Date":"11/26/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":211,"Cost":186,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":453,"Cost":277,"Date":"5/21/2023"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":808,"Cost":487,"Date":"9/28/2023"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":255,"Cost":131,"Date":"1/3/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":241,"Cost":195,"Date":"2/2/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":650,"Cost":488,"Date":"3/18/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":147,"Cost":98,"Date":"10/14/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":235,"Cost":201,"Date":"2/16/2018"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":456,"Cost":374,"Date":"6/7/2018"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":244,"Cost":226,"Date":"1/28/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":581,"Cost":423,"Date":"3/27/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":985,"Cost":750,"Date":"5/12/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":493,"Cost":311,"Date":"7/28/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":988,"Cost":531,"Date":"8/8/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":625,"Cost":540,"Date":"12/7/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":744,"Cost":549,"Date":"1/17/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":570,"Cost":348,"Date":"3/8/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":390,"Cost":327,"Date":"6/6/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":493,"Cost":317,"Date":"6/16/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":989,"Cost":867,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":230,"Cost":164,"Date":"11/19/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":344,"Cost":282,"Date":"12/28/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":312,"Cost":269,"Date":"2/4/2021"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":438,"Cost":334,"Date":"3/8/2021"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":888,"Cost":636,"Date":"12/18/2021"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":709,"Cost":641,"Date":"3/31/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":301,"Cost":195,"Date":"4/20/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":676,"Cost":344,"Date":"6/26/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":223,"Cost":175,"Date":"7/23/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":365,"Cost":280,"Date":"11/21/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":827,"Cost":429,"Date":"11/26/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":533,"Cost":324,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":685,"Cost":365,"Date":"5/21/2023"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":16,"Cost":12,"Date":"9/28/2023"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":676,"Cost":594,"Date":"1/3/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":445,"Cost":345,"Date":"2/2/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":460,"Cost":247,"Date":"3/18/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":820,"Cost":680,"Date":"10/14/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":598,"Cost":320,"Date":"2/16/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":997,"Cost":913,"Date":"6/7/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":673,"Cost":565,"Date":"1/28/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":682,"Cost":590,"Date":"3/27/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":666,"Cost":449,"Date":"5/12/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":659,"Cost":389,"Date":"7/28/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":852,"Cost":623,"Date":"8/8/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":694,"Cost":367,"Date":"12/7/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":156,"Cost":141,"Date":"1/17/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":917,"Cost":540,"Date":"3/8/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":115,"Cost":94,"Date":"6/6/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":551,"Cost":404,"Date":"6/16/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":334,"Cost":299,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":714,"Cost":593,"Date":"11/19/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":133,"Cost":113,"Date":"12/28/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":664,"Cost":359,"Date":"2/4/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":209,"Cost":111,"Date":"3/8/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":694,"Cost":385,"Date":"12/18/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":770,"Cost":516,"Date":"3/31/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":44,"Cost":30,"Date":"4/20/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":788,"Cost":422,"Date":"6/26/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":446,"Cost":234,"Date":"7/23/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":525,"Cost":423,"Date":"11/21/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":313,"Cost":250,"Date":"11/26/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":318,"Cost":217,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":184,"Cost":121,"Date":"5/21/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":625,"Cost":420,"Date":"9/28/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":419,"Cost":237,"Date":"1/3/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":909,"Cost":533,"Date":"2/2/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":637,"Cost":436,"Date":"3/18/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":788,"Cost":687,"Date":"10/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":995,"Cost":737,"Date":"2/16/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":217,"Cost":152,"Date":"6/7/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":693,"Cost":428,"Date":"1/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":649,"Cost":472,"Date":"3/27/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":602,"Cost":513,"Date":"5/12/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":682,"Cost":590,"Date":"7/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":42,"Cost":25,"Date":"8/8/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":63,"Cost":38,"Date":"12/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":478,"Cost":284,"Date":"1/17/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":245,"Cost":130,"Date":"3/8/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":862,"Cost":682,"Date":"6/6/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":533,"Cost":505,"Date":"6/16/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":530,"Cost":459,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":450,"Cost":306,"Date":"11/19/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":297,"Cost":191,"Date":"12/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":386,"Cost":341,"Date":"2/4/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":14,"Cost":13,"Date":"3/8/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":174,"Cost":126,"Date":"12/18/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":676,"Cost":468,"Date":"3/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":63,"Cost":50,"Date":"4/20/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":773,"Cost":520,"Date":"6/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":219,"Cost":115,"Date":"7/23/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":409,"Cost":323,"Date":"11/21/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":177,"Cost":161,"Date":"11/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":634,"Cost":475,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":655,"Cost":409,"Date":"5/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":199,"Cost":118,"Date":"9/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":185,"Cost":164,"Date":"1/3/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":189,"Cost":154,"Date":"2/2/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":567,"Cost":360,"Date":"3/18/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":49,"Cost":34,"Date":"10/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":523,"Cost":436,"Date":"2/16/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":813,"Cost":647,"Date":"6/7/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":439,"Cost":236,"Date":"1/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":587,"Cost":393,"Date":"3/27/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":100,"Cost":84,"Date":"5/12/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":137,"Cost":119,"Date":"7/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":421,"Cost":220,"Date":"8/8/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":36,"Cost":25,"Date":"12/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":507,"Cost":306,"Date":"1/17/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":15,"Cost":11,"Date":"3/8/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":776,"Cost":598,"Date":"6/6/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":488,"Cost":330,"Date":"6/16/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":341,"Cost":204,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":511,"Cost":319,"Date":"11/19/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":45,"Cost":31,"Date":"12/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":86,"Cost":63,"Date":"2/4/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":967,"Cost":713,"Date":"3/8/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":586,"Cost":540,"Date":"12/18/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":387,"Cost":270,"Date":"3/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":832,"Cost":470,"Date":"4/20/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":704,"Cost":545,"Date":"6/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":88,"Cost":62,"Date":"7/23/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":229,"Date":"11/21/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":443,"Cost":271,"Date":"11/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":641,"Cost":489,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":881,"Cost":792,"Date":"5/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":921,"Cost":686,"Date":"9/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":333,"Cost":171,"Date":"1/3/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":979,"Cost":924,"Date":"2/2/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":29,"Cost":19,"Date":"3/18/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":210,"Cost":133,"Date":"10/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":331,"Cost":267,"Date":"2/16/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":471,"Cost":273,"Date":"6/7/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":844,"Cost":489,"Date":"1/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":182,"Cost":96,"Date":"3/27/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":77,"Cost":39,"Date":"5/12/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":267,"Cost":151,"Date":"7/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":794,"Cost":628,"Date":"8/8/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":916,"Cost":564,"Date":"12/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":888,"Cost":462,"Date":"1/17/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":30,"Cost":25,"Date":"3/8/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":640,"Cost":517,"Date":"6/6/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":820,"Cost":635,"Date":"6/16/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":194,"Cost":135,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":753,"Cost":438,"Date":"11/19/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":495,"Cost":357,"Date":"12/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":890,"Cost":725,"Date":"2/4/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":175,"Cost":147,"Date":"3/8/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":85,"Cost":45,"Date":"12/18/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":490,"Cost":252,"Date":"3/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":993,"Cost":563,"Date":"4/20/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":189,"Cost":96,"Date":"6/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":506,"Cost":308,"Date":"7/23/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":356,"Cost":190,"Date":"11/21/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":872,"Cost":443,"Date":"11/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":668,"Cost":428,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":228,"Cost":216,"Date":"5/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":540,"Cost":457,"Date":"9/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":581,"Cost":305,"Date":"1/3/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":750,"Cost":501,"Date":"2/2/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":238,"Cost":220,"Date":"3/18/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":918,"Cost":546,"Date":"10/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":200,"Cost":121,"Date":"2/16/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":563,"Cost":496,"Date":"6/7/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":955,"Cost":674,"Date":"1/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":428,"Cost":224,"Date":"3/27/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":782,"Cost":645,"Date":"5/12/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":52,"Cost":42,"Date":"7/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":71,"Cost":46,"Date":"8/8/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":394,"Cost":221,"Date":"12/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":709,"Cost":628,"Date":"1/17/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":125,"Cost":84,"Date":"3/8/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":640,"Cost":476,"Date":"6/6/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":102,"Cost":73,"Date":"6/16/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":920,"Cost":586,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":134,"Cost":104,"Date":"11/19/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":42,"Cost":30,"Date":"12/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":220,"Cost":118,"Date":"2/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":312,"Cost":289,"Date":"3/8/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":20,"Cost":16,"Date":"12/18/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":667,"Cost":528,"Date":"3/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":77,"Cost":67,"Date":"4/20/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":94,"Cost":48,"Date":"6/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":76,"Cost":57,"Date":"7/23/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":590,"Cost":381,"Date":"11/21/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":450,"Cost":407,"Date":"11/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":963,"Cost":673,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":522,"Cost":352,"Date":"5/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":467,"Cost":314,"Date":"9/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":481,"Cost":363,"Date":"1/3/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":571,"Cost":442,"Date":"2/2/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":925,"Cost":660,"Date":"3/18/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":824,"Cost":690,"Date":"10/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":331,"Cost":289,"Date":"2/16/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":518,"Cost":463,"Date":"6/7/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":866,"Cost":644,"Date":"1/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":12,"Cost":8,"Date":"3/27/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":596,"Cost":463,"Date":"5/12/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":742,"Cost":582,"Date":"7/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":28,"Cost":15,"Date":"8/8/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":322,"Cost":184,"Date":"12/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":151,"Cost":114,"Date":"1/17/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":164,"Cost":156,"Date":"3/8/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":425,"Cost":371,"Date":"6/6/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":731,"Cost":486,"Date":"6/16/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":256,"Cost":212,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":892,"Cost":786,"Date":"11/19/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":756,"Cost":622,"Date":"12/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":380,"Cost":196,"Date":"2/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":423,"Cost":260,"Date":"3/8/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":900,"Cost":706,"Date":"12/18/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":80,"Cost":55,"Date":"3/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":422,"Cost":231,"Date":"4/20/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":791,"Cost":634,"Date":"6/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":218,"Cost":139,"Date":"7/23/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":251,"Cost":211,"Date":"11/21/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":702,"Cost":625,"Date":"11/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":207,"Cost":122,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":217,"Cost":130,"Date":"5/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":950,"Cost":859,"Date":"9/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":824,"Cost":630,"Date":"1/3/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":395,"Cost":252,"Date":"2/2/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":421,"Cost":352,"Date":"3/18/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":269,"Cost":180,"Date":"10/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":806,"Cost":599,"Date":"2/16/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":757,"Cost":466,"Date":"6/7/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":731,"Cost":524,"Date":"1/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":198,"Cost":154,"Date":"3/27/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":770,"Cost":615,"Date":"5/12/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":404,"Cost":279,"Date":"7/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":968,"Cost":649,"Date":"8/8/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":716,"Cost":420,"Date":"12/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":75,"Cost":58,"Date":"1/17/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":435,"Cost":340,"Date":"3/8/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":361,"Cost":199,"Date":"6/6/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":76,"Cost":50,"Date":"6/16/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":995,"Cost":899,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":142,"Cost":129,"Date":"11/19/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":372,"Cost":325,"Date":"12/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":456,"Cost":379,"Date":"2/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":34,"Cost":24,"Date":"3/8/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":212,"Cost":160,"Date":"12/18/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":105,"Cost":60,"Date":"3/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":12,"Cost":8,"Date":"4/20/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":794,"Cost":724,"Date":"6/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":375,"Cost":201,"Date":"7/23/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":259,"Cost":237,"Date":"11/21/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":460,"Cost":360,"Date":"11/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":867,"Cost":716,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":376,"Cost":213,"Date":"5/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":16,"Cost":14,"Date":"9/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":741,"Cost":455,"Date":"1/3/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":854,"Cost":701,"Date":"2/2/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":457,"Cost":407,"Date":"3/18/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":849,"Cost":561,"Date":"10/14/2024"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":271,"Cost":211,"Date":"2/16/2018"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":322,"Cost":275,"Date":"6/7/2018"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":971,"Cost":514,"Date":"1/28/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":439,"Cost":416,"Date":"3/27/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":469,"Cost":296,"Date":"5/12/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":956,"Cost":866,"Date":"7/28/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":906,"Cost":828,"Date":"8/8/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":143,"Cost":95,"Date":"12/7/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":314,"Cost":224,"Date":"1/17/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":517,"Cost":388,"Date":"3/8/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":596,"Cost":317,"Date":"6/6/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":710,"Cost":530,"Date":"6/16/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":474,"Cost":268,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":12,"Cost":7,"Date":"11/19/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":825,"Cost":755,"Date":"12/28/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":696,"Cost":644,"Date":"2/4/2021"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":72,"Cost":47,"Date":"3/8/2021"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":752,"Cost":487,"Date":"12/18/2021"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":879,"Cost":599,"Date":"3/31/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":827,"Cost":427,"Date":"4/20/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":416,"Cost":267,"Date":"6/26/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":317,"Cost":196,"Date":"7/23/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":151,"Cost":113,"Date":"11/21/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":803,"Cost":701,"Date":"11/26/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":534,"Cost":491,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":307,"Cost":201,"Date":"5/21/2023"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":493,"Date":"9/28/2023"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":104,"Cost":70,"Date":"1/3/2024"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":366,"Cost":246,"Date":"2/2/2024"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":545,"Cost":407,"Date":"3/18/2024"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":923,"Cost":868,"Date":"10/14/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":336,"Cost":300,"Date":"2/16/2018"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":702,"Cost":564,"Date":"6/7/2018"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":88,"Cost":69,"Date":"1/28/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":527,"Cost":351,"Date":"3/27/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":136,"Cost":94,"Date":"5/12/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":5,"Cost":4,"Date":"7/28/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":467,"Cost":441,"Date":"8/8/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":969,"Cost":811,"Date":"12/7/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":712,"Cost":594,"Date":"1/17/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":709,"Cost":366,"Date":"3/8/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":726,"Cost":414,"Date":"6/6/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":940,"Cost":590,"Date":"6/16/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":990,"Cost":667,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":77,"Cost":70,"Date":"11/19/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":518,"Cost":344,"Date":"12/28/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":573,"Cost":309,"Date":"2/4/2021"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":398,"Cost":328,"Date":"3/8/2021"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":132,"Cost":97,"Date":"12/18/2021"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":575,"Cost":346,"Date":"3/31/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":342,"Cost":257,"Date":"4/20/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":280,"Cost":231,"Date":"6/26/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":336,"Cost":289,"Date":"7/23/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":642,"Cost":458,"Date":"11/21/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":36,"Cost":34,"Date":"11/26/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":225,"Cost":202,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":265,"Cost":220,"Date":"5/21/2023"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":183,"Cost":114,"Date":"9/28/2023"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":182,"Cost":163,"Date":"1/3/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":873,"Cost":519,"Date":"2/2/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":903,"Cost":548,"Date":"3/18/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":956,"Cost":572,"Date":"10/14/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":933,"Cost":725,"Date":"2/16/2018"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":184,"Cost":149,"Date":"6/7/2018"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":95,"Cost":61,"Date":"1/28/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":636,"Cost":407,"Date":"3/27/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":466,"Cost":433,"Date":"5/12/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":539,"Cost":367,"Date":"7/28/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":733,"Cost":587,"Date":"8/8/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":646,"Cost":539,"Date":"12/7/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":657,"Cost":504,"Date":"1/17/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":292,"Cost":174,"Date":"3/8/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":321,"Cost":168,"Date":"6/6/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":512,"Cost":445,"Date":"6/16/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":704,"Cost":424,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":503,"Cost":478,"Date":"11/19/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":107,"Cost":70,"Date":"12/28/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":991,"Cost":530,"Date":"2/4/2021"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":315,"Cost":226,"Date":"3/8/2021"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":786,"Cost":465,"Date":"12/18/2021"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":947,"Cost":569,"Date":"3/31/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":660,"Cost":427,"Date":"4/20/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":553,"Cost":501,"Date":"6/26/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":49,"Cost":28,"Date":"7/23/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":40,"Cost":38,"Date":"11/21/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":580,"Cost":441,"Date":"11/26/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":243,"Cost":181,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":386,"Cost":254,"Date":"5/21/2023"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":375,"Cost":243,"Date":"9/28/2023"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":490,"Cost":303,"Date":"1/3/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":196,"Cost":159,"Date":"2/2/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":305,"Cost":197,"Date":"3/18/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":938,"Cost":654,"Date":"10/14/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":695,"Cost":600,"Date":"2/16/2018"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":434,"Cost":373,"Date":"6/7/2018"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":871,"Cost":623,"Date":"1/28/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":35,"Cost":17,"Date":"3/27/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":971,"Cost":529,"Date":"5/12/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":157,"Cost":98,"Date":"7/28/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":17,"Cost":15,"Date":"8/8/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":283,"Cost":241,"Date":"12/7/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":704,"Cost":590,"Date":"1/17/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":648,"Cost":404,"Date":"3/8/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":920,"Cost":576,"Date":"6/6/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":871,"Cost":497,"Date":"6/16/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":688,"Cost":595,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":213,"Cost":171,"Date":"11/19/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":523,"Cost":418,"Date":"12/28/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":449,"Cost":346,"Date":"2/4/2021"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":997,"Cost":927,"Date":"3/8/2021"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":472,"Cost":385,"Date":"12/18/2021"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":916,"Cost":471,"Date":"3/31/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":979,"Cost":633,"Date":"4/20/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":596,"Cost":336,"Date":"6/26/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":579,"Cost":458,"Date":"7/23/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":740,"Cost":555,"Date":"11/21/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":239,"Cost":127,"Date":"11/26/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":361,"Cost":216,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":938,"Cost":814,"Date":"5/21/2023"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":543,"Cost":397,"Date":"9/28/2023"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":960,"Cost":733,"Date":"1/3/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":867,"Cost":818,"Date":"2/2/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":495,"Cost":433,"Date":"3/18/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":861,"Cost":739,"Date":"10/14/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":642,"Cost":459,"Date":"2/16/2018"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":93,"Cost":52,"Date":"6/7/2018"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":379,"Cost":195,"Date":"1/28/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":850,"Cost":756,"Date":"3/27/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":334,"Cost":178,"Date":"5/12/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":970,"Cost":709,"Date":"7/28/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":269,"Cost":135,"Date":"8/8/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":812,"Cost":624,"Date":"12/7/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":197,"Cost":181,"Date":"1/17/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":555,"Cost":420,"Date":"3/8/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":567,"Cost":539,"Date":"6/6/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":574,"Cost":368,"Date":"6/16/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":59,"Cost":46,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":733,"Cost":550,"Date":"11/19/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":378,"Cost":310,"Date":"12/28/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":118,"Cost":102,"Date":"2/4/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":101,"Cost":89,"Date":"3/8/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":455,"Cost":432,"Date":"12/18/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":815,"Cost":752,"Date":"3/31/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":743,"Cost":453,"Date":"4/20/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":211,"Cost":120,"Date":"6/26/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":631,"Cost":446,"Date":"7/23/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":933,"Cost":569,"Date":"11/21/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":444,"Cost":386,"Date":"11/26/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":801,"Cost":738,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":713,"Cost":443,"Date":"5/21/2023"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":142,"Cost":105,"Date":"9/28/2023"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":885,"Cost":788,"Date":"1/3/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":346,"Cost":198,"Date":"2/2/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":597,"Cost":325,"Date":"3/18/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":35,"Cost":33,"Date":"10/14/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":629,"Cost":446,"Date":"2/16/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":781,"Cost":588,"Date":"6/7/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":84,"Cost":58,"Date":"1/28/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":182,"Cost":102,"Date":"3/27/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":926,"Cost":489,"Date":"5/12/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":998,"Cost":838,"Date":"7/28/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":737,"Cost":592,"Date":"8/8/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":83,"Cost":71,"Date":"12/7/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":558,"Cost":409,"Date":"1/17/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":301,"Cost":258,"Date":"3/8/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":16,"Cost":11,"Date":"6/6/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":788,"Cost":552,"Date":"6/16/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":404,"Cost":262,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":868,"Cost":695,"Date":"11/19/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":229,"Cost":130,"Date":"12/28/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":447,"Cost":384,"Date":"2/4/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":2,"Cost":1,"Date":"3/8/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":549,"Cost":488,"Date":"12/18/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":660,"Cost":545,"Date":"3/31/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":774,"Cost":608,"Date":"4/20/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":861,"Cost":544,"Date":"6/26/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":427,"Cost":240,"Date":"7/23/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":895,"Cost":726,"Date":"11/21/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":573,"Cost":494,"Date":"11/26/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":139,"Cost":98,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":340,"Cost":281,"Date":"5/21/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":591,"Cost":407,"Date":"9/28/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":795,"Cost":428,"Date":"1/3/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":929,"Cost":501,"Date":"2/2/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":859,"Cost":539,"Date":"3/18/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":908,"Cost":809,"Date":"10/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":177,"Cost":92,"Date":"2/16/2018"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":491,"Cost":300,"Date":"6/7/2018"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":221,"Cost":114,"Date":"1/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":515,"Cost":455,"Date":"3/27/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":821,"Cost":517,"Date":"5/12/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":109,"Cost":92,"Date":"7/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":350,"Cost":210,"Date":"8/8/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":300,"Cost":252,"Date":"12/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":584,"Cost":425,"Date":"1/17/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":877,"Cost":489,"Date":"3/8/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":771,"Cost":476,"Date":"6/6/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":28,"Cost":24,"Date":"6/16/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":169,"Cost":105,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":617,"Cost":506,"Date":"11/19/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":984,"Cost":853,"Date":"12/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":368,"Cost":333,"Date":"2/4/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":932,"Cost":542,"Date":"3/8/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":966,"Cost":773,"Date":"12/18/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":983,"Cost":730,"Date":"3/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":747,"Cost":408,"Date":"4/20/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":844,"Cost":440,"Date":"6/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":824,"Cost":477,"Date":"7/23/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":153,"Cost":94,"Date":"11/21/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":936,"Cost":525,"Date":"11/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":90,"Cost":56,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":5,"Cost":4,"Date":"5/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":456,"Cost":390,"Date":"9/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":677,"Cost":627,"Date":"1/3/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":659,"Cost":371,"Date":"2/2/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":638,"Cost":414,"Date":"3/18/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":69,"Cost":58,"Date":"10/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":516,"Cost":434,"Date":"2/16/2018"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":34,"Cost":32,"Date":"6/7/2018"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":740,"Cost":558,"Date":"1/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":425,"Cost":326,"Date":"3/27/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":293,"Cost":195,"Date":"5/12/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":775,"Cost":469,"Date":"7/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":693,"Cost":411,"Date":"8/8/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":493,"Cost":334,"Date":"12/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":377,"Cost":277,"Date":"1/17/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":666,"Cost":477,"Date":"3/8/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":112,"Cost":75,"Date":"6/6/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":846,"Cost":667,"Date":"6/16/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":818,"Cost":429,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":202,"Cost":135,"Date":"11/19/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":529,"Cost":421,"Date":"12/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":364,"Cost":320,"Date":"2/4/2021"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":882,"Cost":505,"Date":"3/8/2021"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":687,"Cost":598,"Date":"12/18/2021"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":749,"Cost":661,"Date":"3/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":426,"Cost":340,"Date":"4/20/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":754,"Cost":387,"Date":"6/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":128,"Cost":98,"Date":"7/23/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":127,"Cost":91,"Date":"11/21/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":352,"Cost":331,"Date":"11/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":49,"Cost":25,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":463,"Cost":339,"Date":"5/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":307,"Cost":249,"Date":"9/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":87,"Cost":46,"Date":"1/3/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":813,"Cost":433,"Date":"2/2/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":446,"Cost":289,"Date":"3/18/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":509,"Cost":408,"Date":"10/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":648,"Cost":398,"Date":"2/16/2018"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":576,"Cost":427,"Date":"6/7/2018"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":996,"Cost":841,"Date":"1/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":303,"Cost":222,"Date":"3/27/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":694,"Cost":486,"Date":"5/12/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":937,"Cost":761,"Date":"7/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":520,"Cost":400,"Date":"8/8/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":879,"Cost":596,"Date":"12/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":200,"Cost":160,"Date":"1/17/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":137,"Cost":82,"Date":"3/8/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":409,"Cost":376,"Date":"6/6/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":848,"Cost":788,"Date":"6/16/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":962,"Cost":637,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":493,"Cost":285,"Date":"11/19/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":747,"Cost":660,"Date":"12/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":976,"Cost":517,"Date":"2/4/2021"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":851,"Cost":662,"Date":"3/8/2021"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":567,"Cost":368,"Date":"12/18/2021"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":509,"Cost":359,"Date":"3/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":412,"Cost":229,"Date":"4/20/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":544,"Cost":516,"Date":"6/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":480,"Cost":368,"Date":"7/23/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":263,"Cost":150,"Date":"11/21/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":21,"Cost":10,"Date":"11/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":636,"Cost":330,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":242,"Cost":191,"Date":"5/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":224,"Cost":208,"Date":"9/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":603,"Cost":324,"Date":"1/3/2024"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":328,"Cost":185,"Date":"2/2/2024"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":783,"Cost":737,"Date":"3/18/2024"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":623,"Cost":562,"Date":"10/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":213,"Cost":162,"Date":"2/16/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":919,"Cost":701,"Date":"6/7/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":554,"Cost":424,"Date":"1/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":179,"Cost":162,"Date":"3/27/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":930,"Cost":863,"Date":"5/12/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":774,"Cost":486,"Date":"7/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":809,"Cost":637,"Date":"8/8/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":296,"Cost":177,"Date":"12/7/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":825,"Cost":687,"Date":"1/17/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":760,"Cost":702,"Date":"3/8/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":157,"Cost":142,"Date":"6/6/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":474,"Cost":339,"Date":"6/16/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":993,"Cost":497,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":866,"Cost":763,"Date":"11/19/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":676,"Cost":550,"Date":"12/28/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":735,"Cost":515,"Date":"2/4/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":74,"Cost":69,"Date":"3/8/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":420,"Cost":360,"Date":"12/18/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":484,"Cost":398,"Date":"3/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":475,"Cost":330,"Date":"4/20/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":44,"Cost":42,"Date":"6/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":570,"Cost":312,"Date":"7/23/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":43,"Cost":33,"Date":"11/21/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":306,"Cost":277,"Date":"11/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":732,"Cost":498,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":559,"Cost":430,"Date":"5/21/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":980,"Cost":831,"Date":"9/28/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":569,"Cost":484,"Date":"1/3/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":550,"Cost":367,"Date":"2/2/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":951,"Cost":664,"Date":"3/18/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":447,"Cost":246,"Date":"10/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":804,"Cost":730,"Date":"2/16/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":537,"Cost":369,"Date":"6/7/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":401,"Cost":362,"Date":"1/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":935,"Cost":557,"Date":"3/27/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":500,"Cost":358,"Date":"5/12/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":530,"Cost":487,"Date":"7/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":218,"Cost":132,"Date":"8/8/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":884,"Cost":837,"Date":"12/7/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":614,"Cost":416,"Date":"1/17/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":184,"Cost":151,"Date":"3/8/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":635,"Cost":503,"Date":"6/6/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":773,"Cost":616,"Date":"6/16/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":420,"Cost":234,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":448,"Cost":387,"Date":"11/19/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":167,"Cost":146,"Date":"12/28/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":323,"Cost":209,"Date":"2/4/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":464,"Cost":357,"Date":"3/8/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":168,"Cost":100,"Date":"12/18/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":413,"Cost":223,"Date":"3/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":679,"Cost":455,"Date":"4/20/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":675,"Cost":543,"Date":"6/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":568,"Cost":453,"Date":"7/23/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":580,"Cost":531,"Date":"11/21/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":676,"Cost":537,"Date":"11/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":173,"Cost":118,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":260,"Cost":180,"Date":"5/21/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":506,"Cost":398,"Date":"9/28/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":387,"Cost":267,"Date":"1/3/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":370,"Cost":349,"Date":"2/2/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":227,"Cost":174,"Date":"3/18/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":514,"Cost":259,"Date":"10/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":976,"Cost":858,"Date":"2/16/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":894,"Cost":492,"Date":"6/7/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":116,"Cost":96,"Date":"1/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":249,"Cost":143,"Date":"3/27/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":744,"Cost":384,"Date":"5/12/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":861,"Cost":635,"Date":"7/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":853,"Cost":430,"Date":"8/8/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":515,"Cost":442,"Date":"12/7/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":508,"Cost":441,"Date":"1/17/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":17,"Cost":11,"Date":"3/8/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":153,"Cost":77,"Date":"6/6/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":989,"Cost":838,"Date":"6/16/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":821,"Cost":631,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":740,"Cost":447,"Date":"11/19/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":670,"Cost":534,"Date":"12/28/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":86,"Cost":51,"Date":"2/4/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":223,"Cost":147,"Date":"3/8/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":235,"Cost":118,"Date":"12/18/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":474,"Cost":429,"Date":"3/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":632,"Cost":474,"Date":"4/20/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":794,"Cost":398,"Date":"6/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":855,"Cost":651,"Date":"7/23/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":597,"Cost":362,"Date":"11/21/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":637,"Cost":569,"Date":"11/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":515,"Cost":420,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":964,"Cost":652,"Date":"5/21/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":518,"Cost":432,"Date":"9/28/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":335,"Cost":227,"Date":"1/3/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":677,"Cost":592,"Date":"2/2/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":373,"Cost":270,"Date":"3/18/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":168,"Cost":129,"Date":"10/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":654,"Cost":458,"Date":"2/16/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":876,"Cost":820,"Date":"6/7/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":330,"Cost":248,"Date":"1/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":841,"Cost":737,"Date":"3/27/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":629,"Cost":461,"Date":"5/12/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":157,"Cost":147,"Date":"7/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":278,"Cost":170,"Date":"8/8/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":758,"Cost":558,"Date":"12/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":802,"Cost":422,"Date":"1/17/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":167,"Cost":131,"Date":"3/8/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":716,"Cost":376,"Date":"6/6/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":875,"Cost":499,"Date":"6/16/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":545,"Cost":506,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":945,"Cost":517,"Date":"11/19/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":503,"Cost":319,"Date":"12/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":836,"Cost":607,"Date":"2/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":195,"Cost":139,"Date":"3/8/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":64,"Cost":35,"Date":"12/18/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":180,"Cost":147,"Date":"3/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":79,"Cost":72,"Date":"4/20/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":998,"Cost":901,"Date":"6/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":889,"Cost":689,"Date":"7/23/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":902,"Cost":767,"Date":"11/21/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":288,"Cost":234,"Date":"11/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":535,"Cost":379,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":484,"Cost":282,"Date":"5/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":894,"Cost":701,"Date":"9/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":272,"Cost":192,"Date":"1/3/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":873,"Cost":628,"Date":"2/2/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":37,"Cost":33,"Date":"3/18/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":914,"Cost":612,"Date":"10/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":937,"Cost":636,"Date":"2/16/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":531,"Cost":384,"Date":"6/7/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":604,"Cost":399,"Date":"1/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":277,"Cost":168,"Date":"3/27/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":903,"Cost":593,"Date":"5/12/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":871,"Cost":524,"Date":"7/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":535,"Cost":279,"Date":"8/8/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":463,"Cost":329,"Date":"12/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":892,"Cost":560,"Date":"1/17/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":526,"Cost":449,"Date":"3/8/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":743,"Cost":611,"Date":"6/6/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":297,"Cost":254,"Date":"6/16/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":645,"Cost":350,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":525,"Cost":409,"Date":"11/19/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":777,"Cost":572,"Date":"12/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":591,"Cost":492,"Date":"2/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":828,"Cost":608,"Date":"3/8/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":958,"Cost":687,"Date":"12/18/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":41,"Cost":37,"Date":"3/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":606,"Cost":304,"Date":"4/20/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":534,"Cost":310,"Date":"6/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":244,"Cost":216,"Date":"7/23/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":478,"Cost":339,"Date":"11/21/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":755,"Cost":686,"Date":"11/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":799,"Cost":634,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":936,"Cost":814,"Date":"5/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":248,"Cost":209,"Date":"9/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":788,"Cost":709,"Date":"1/3/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":703,"Cost":409,"Date":"2/2/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":560,"Cost":399,"Date":"3/18/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":767,"Cost":573,"Date":"10/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":409,"Cost":377,"Date":"2/16/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":598,"Cost":367,"Date":"6/7/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":409,"Cost":273,"Date":"1/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":912,"Cost":591,"Date":"3/27/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":958,"Cost":650,"Date":"5/12/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":250,"Cost":183,"Date":"7/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":158,"Cost":81,"Date":"8/8/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":879,"Cost":737,"Date":"12/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":74,"Cost":37,"Date":"1/17/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":932,"Cost":579,"Date":"3/8/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":958,"Cost":593,"Date":"6/6/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":377,"Cost":336,"Date":"6/16/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":33,"Cost":21,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":417,"Cost":319,"Date":"11/19/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":452,"Cost":307,"Date":"12/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":205,"Cost":191,"Date":"2/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":494,"Cost":362,"Date":"3/8/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":791,"Cost":474,"Date":"12/18/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":723,"Cost":630,"Date":"3/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":661,"Cost":356,"Date":"4/20/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":380,"Cost":260,"Date":"6/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":574,"Cost":500,"Date":"7/23/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":807,"Cost":605,"Date":"11/21/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":180,"Cost":125,"Date":"11/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":963,"Cost":673,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":531,"Cost":396,"Date":"5/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":523,"Cost":423,"Date":"9/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":399,"Cost":287,"Date":"1/3/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":582,"Cost":405,"Date":"2/2/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":898,"Cost":474,"Date":"3/18/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":642,"Cost":577,"Date":"10/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":82,"Cost":63,"Date":"2/16/2018"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":308,"Cost":270,"Date":"6/7/2018"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":470,"Cost":273,"Date":"1/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":380,"Cost":311,"Date":"3/27/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":298,"Cost":242,"Date":"5/12/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":227,"Cost":215,"Date":"7/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":370,"Cost":334,"Date":"8/8/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":165,"Cost":111,"Date":"12/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":673,"Cost":425,"Date":"1/17/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":266,"Cost":163,"Date":"3/8/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":607,"Cost":366,"Date":"6/6/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":380,"Cost":219,"Date":"6/16/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":653,"Cost":550,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":515,"Cost":483,"Date":"11/19/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":98,"Cost":77,"Date":"12/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":928,"Cost":660,"Date":"2/4/2021"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":478,"Cost":316,"Date":"3/8/2021"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":624,"Cost":429,"Date":"12/18/2021"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":628,"Cost":585,"Date":"3/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":729,"Cost":636,"Date":"4/20/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":259,"Cost":216,"Date":"6/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":78,"Cost":53,"Date":"7/23/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":65,"Cost":46,"Date":"11/21/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":298,"Cost":193,"Date":"11/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":363,"Cost":279,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":761,"Cost":451,"Date":"5/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":847,"Cost":768,"Date":"9/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":245,"Cost":143,"Date":"1/3/2024"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":460,"Cost":319,"Date":"2/2/2024"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":388,"Cost":301,"Date":"3/18/2024"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":942,"Cost":570,"Date":"10/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":906,"Cost":681,"Date":"2/16/2018"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":806,"Cost":665,"Date":"6/7/2018"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":327,"Cost":206,"Date":"1/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":262,"Cost":176,"Date":"3/27/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":622,"Cost":556,"Date":"5/12/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":40,"Cost":21,"Date":"7/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":39,"Cost":33,"Date":"8/8/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":479,"Cost":275,"Date":"12/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":582,"Cost":336,"Date":"1/17/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":127,"Cost":101,"Date":"3/8/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":419,"Cost":211,"Date":"6/6/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":4,"Cost":2,"Date":"6/16/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":853,"Cost":584,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":820,"Cost":605,"Date":"11/19/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":324,"Cost":169,"Date":"12/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":752,"Cost":394,"Date":"2/4/2021"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":756,"Cost":654,"Date":"3/8/2021"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":101,"Cost":65,"Date":"12/18/2021"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":322,"Cost":229,"Date":"3/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":344,"Cost":198,"Date":"4/20/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":18,"Cost":14,"Date":"6/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":472,"Cost":366,"Date":"7/23/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":869,"Cost":689,"Date":"11/21/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":490,"Cost":378,"Date":"11/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":865,"Cost":526,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":739,"Cost":685,"Date":"5/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":156,"Cost":113,"Date":"9/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":115,"Cost":77,"Date":"1/3/2024"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":238,"Cost":143,"Date":"2/2/2024"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":616,"Cost":311,"Date":"3/18/2024"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":974,"Cost":729,"Date":"10/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":357,"Cost":221,"Date":"2/16/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":231,"Cost":150,"Date":"6/7/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":835,"Cost":695,"Date":"1/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":848,"Cost":754,"Date":"3/27/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":806,"Cost":581,"Date":"5/12/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":68,"Cost":48,"Date":"7/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":17,"Cost":9,"Date":"8/8/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":392,"Cost":249,"Date":"12/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":463,"Cost":341,"Date":"1/17/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":700,"Cost":500,"Date":"3/8/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":678,"Cost":386,"Date":"6/6/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":657,"Cost":578,"Date":"6/16/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":516,"Cost":348,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":568,"Cost":497,"Date":"11/19/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":828,"Cost":762,"Date":"12/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":560,"Cost":433,"Date":"2/4/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":477,"Cost":346,"Date":"3/8/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":733,"Cost":655,"Date":"12/18/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":868,"Cost":581,"Date":"3/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":566,"Cost":512,"Date":"4/20/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":938,"Cost":600,"Date":"6/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":452,"Cost":291,"Date":"7/23/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":277,"Cost":258,"Date":"11/21/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":939,"Cost":496,"Date":"11/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":304,"Cost":266,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":699,"Cost":604,"Date":"5/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":61,"Cost":56,"Date":"9/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":597,"Cost":467,"Date":"1/3/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":846,"Cost":682,"Date":"2/2/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":377,"Cost":350,"Date":"3/18/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":747,"Cost":375,"Date":"10/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":768,"Cost":666,"Date":"2/16/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":751,"Cost":394,"Date":"6/7/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":390,"Cost":291,"Date":"1/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":254,"Cost":215,"Date":"3/27/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":899,"Cost":613,"Date":"5/12/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":522,"Cost":372,"Date":"7/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":917,"Cost":848,"Date":"8/8/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":412,"Cost":332,"Date":"12/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":297,"Cost":223,"Date":"1/17/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":63,"Cost":56,"Date":"3/8/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":208,"Cost":135,"Date":"6/6/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":196,"Cost":142,"Date":"6/16/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":660,"Cost":427,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":240,"Cost":176,"Date":"11/19/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":702,"Cost":521,"Date":"12/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":730,"Cost":573,"Date":"2/4/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":756,"Cost":716,"Date":"3/8/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":208,"Cost":189,"Date":"12/18/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":523,"Cost":266,"Date":"3/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":439,"Cost":342,"Date":"4/20/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":244,"Cost":179,"Date":"6/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":785,"Cost":433,"Date":"7/23/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":155,"Cost":129,"Date":"11/21/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":236,"Cost":151,"Date":"11/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":778,"Cost":498,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":863,"Cost":756,"Date":"5/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":640,"Cost":366,"Date":"9/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":851,"Cost":493,"Date":"1/3/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":325,"Cost":242,"Date":"2/2/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":575,"Cost":428,"Date":"3/18/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":705,"Cost":420,"Date":"10/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":847,"Cost":554,"Date":"2/16/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":755,"Cost":679,"Date":"6/7/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":470,"Cost":405,"Date":"1/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":705,"Cost":651,"Date":"3/27/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":848,"Cost":673,"Date":"5/12/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":72,"Cost":65,"Date":"7/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":899,"Cost":813,"Date":"8/8/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":314,"Cost":231,"Date":"12/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":638,"Cost":597,"Date":"1/17/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":28,"Cost":21,"Date":"3/8/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":323,"Cost":305,"Date":"6/6/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":973,"Cost":699,"Date":"6/16/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":300,"Cost":212,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":180,"Cost":147,"Date":"11/19/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":939,"Cost":832,"Date":"12/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":643,"Cost":331,"Date":"2/4/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":132,"Cost":113,"Date":"3/8/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":963,"Cost":796,"Date":"12/18/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":314,"Cost":192,"Date":"3/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":284,"Cost":173,"Date":"4/20/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":206,"Cost":172,"Date":"6/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":324,"Cost":167,"Date":"7/23/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":382,"Cost":271,"Date":"11/21/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":999,"Cost":662,"Date":"11/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":395,"Cost":270,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":953,"Cost":518,"Date":"5/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":888,"Cost":474,"Date":"9/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":928,"Cost":637,"Date":"1/3/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":832,"Cost":629,"Date":"2/2/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":510,"Cost":371,"Date":"3/18/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":294,"Cost":278,"Date":"10/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":662,"Cost":594,"Date":"2/16/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":234,"Cost":155,"Date":"6/7/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":615,"Cost":393,"Date":"1/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":90,"Cost":55,"Date":"3/27/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":515,"Cost":451,"Date":"5/12/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":721,"Cost":592,"Date":"7/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":805,"Cost":515,"Date":"8/8/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":242,"Cost":162,"Date":"12/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":405,"Cost":260,"Date":"1/17/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":403,"Cost":308,"Date":"3/8/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":937,"Cost":632,"Date":"6/6/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":606,"Cost":443,"Date":"6/16/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":265,"Cost":145,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":717,"Cost":615,"Date":"11/19/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":813,"Cost":707,"Date":"12/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":308,"Cost":174,"Date":"2/4/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":527,"Cost":421,"Date":"3/8/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":105,"Cost":85,"Date":"12/18/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":782,"Cost":486,"Date":"3/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":319,"Cost":208,"Date":"4/20/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":341,"Cost":183,"Date":"6/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":809,"Cost":458,"Date":"7/23/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":404,"Cost":359,"Date":"11/21/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":777,"Cost":394,"Date":"11/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":605,"Cost":411,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":954,"Cost":522,"Date":"5/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":612,"Cost":440,"Date":"9/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":840,"Cost":477,"Date":"1/3/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":72,"Cost":64,"Date":"2/2/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":26,"Cost":14,"Date":"3/18/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":641,"Cost":559,"Date":"10/14/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":119,"Cost":104,"Date":"2/16/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":843,"Cost":435,"Date":"6/7/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":483,"Cost":416,"Date":"1/28/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":214,"Cost":164,"Date":"3/27/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":144,"Cost":134,"Date":"5/12/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":535,"Cost":505,"Date":"7/28/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":817,"Cost":625,"Date":"8/8/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":782,"Cost":682,"Date":"12/7/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":992,"Cost":802,"Date":"1/17/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":117,"Cost":90,"Date":"3/8/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":3,"Cost":2,"Date":"6/6/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":204,"Cost":107,"Date":"6/16/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":937,"Cost":469,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":339,"Cost":213,"Date":"11/19/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":880,"Cost":512,"Date":"12/28/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":320,"Cost":192,"Date":"2/4/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":251,"Cost":206,"Date":"3/8/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":91,"Cost":48,"Date":"12/18/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":856,"Cost":589,"Date":"3/31/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":201,"Cost":143,"Date":"4/20/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":614,"Cost":490,"Date":"6/26/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":877,"Cost":791,"Date":"7/23/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":221,"Cost":177,"Date":"11/21/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":112,"Cost":93,"Date":"11/26/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":881,"Cost":717,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":60,"Cost":48,"Date":"5/21/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":52,"Cost":37,"Date":"9/28/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":216,"Cost":175,"Date":"1/3/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":662,"Cost":391,"Date":"2/2/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":646,"Cost":547,"Date":"3/18/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":118,"Cost":90,"Date":"10/14/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":210,"Cost":110,"Date":"2/16/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":696,"Cost":383,"Date":"6/7/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":418,"Cost":396,"Date":"1/28/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":595,"Cost":480,"Date":"3/27/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":435,"Cost":395,"Date":"5/12/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":59,"Cost":32,"Date":"7/28/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":490,"Cost":378,"Date":"8/8/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":192,"Cost":102,"Date":"12/7/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":412,"Cost":365,"Date":"1/17/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":465,"Cost":342,"Date":"3/8/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":132,"Cost":121,"Date":"6/6/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":429,"Cost":395,"Date":"6/16/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":337,"Cost":222,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":501,"Cost":445,"Date":"11/19/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":575,"Cost":349,"Date":"12/28/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":373,"Cost":223,"Date":"2/4/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":51,"Cost":34,"Date":"3/8/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":177,"Cost":88,"Date":"12/18/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":412,"Cost":321,"Date":"3/31/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":729,"Cost":692,"Date":"4/20/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":865,"Cost":655,"Date":"6/26/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":206,"Cost":108,"Date":"7/23/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":444,"Cost":247,"Date":"11/21/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":131,"Cost":125,"Date":"11/26/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":94,"Cost":72,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":556,"Cost":443,"Date":"5/21/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":592,"Cost":365,"Date":"9/28/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":593,"Cost":414,"Date":"1/3/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":175,"Cost":116,"Date":"2/2/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":868,"Cost":640,"Date":"3/18/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":598,"Cost":499,"Date":"10/14/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":802,"Cost":619,"Date":"2/16/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":48,"Cost":31,"Date":"6/7/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":129,"Cost":103,"Date":"1/28/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":492,"Cost":385,"Date":"3/27/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":925,"Cost":818,"Date":"5/12/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":274,"Cost":145,"Date":"7/28/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":30,"Cost":28,"Date":"8/8/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":552,"Cost":360,"Date":"12/7/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":866,"Cost":506,"Date":"1/17/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":506,"Cost":391,"Date":"3/8/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":112,"Cost":97,"Date":"6/6/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":11,"Cost":6,"Date":"6/16/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":468,"Cost":394,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":182,"Cost":167,"Date":"11/19/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":472,"Cost":423,"Date":"12/28/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":674,"Cost":464,"Date":"2/4/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":475,"Cost":245,"Date":"3/8/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":583,"Cost":471,"Date":"12/18/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":708,"Cost":447,"Date":"3/31/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":576,"Cost":486,"Date":"4/20/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":782,"Cost":487,"Date":"6/26/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":629,"Cost":533,"Date":"7/23/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":964,"Cost":530,"Date":"11/21/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":289,"Cost":175,"Date":"11/26/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":148,"Cost":77,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":74,"Cost":66,"Date":"5/21/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":653,"Cost":529,"Date":"9/28/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":819,"Cost":566,"Date":"1/3/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":797,"Cost":637,"Date":"2/2/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":865,"Cost":660,"Date":"3/18/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":196,"Cost":102,"Date":"10/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":815,"Cost":598,"Date":"2/16/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":119,"Cost":107,"Date":"6/7/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":419,"Cost":371,"Date":"1/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":796,"Cost":665,"Date":"3/27/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":225,"Cost":213,"Date":"5/12/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":472,"Cost":430,"Date":"7/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":404,"Cost":329,"Date":"8/8/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":57,"Cost":53,"Date":"12/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":580,"Cost":316,"Date":"1/17/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":166,"Cost":150,"Date":"3/8/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":227,"Cost":193,"Date":"6/6/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":392,"Cost":312,"Date":"6/16/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":981,"Cost":535,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":238,"Cost":144,"Date":"11/19/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":154,"Cost":82,"Date":"12/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":675,"Cost":454,"Date":"2/4/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":595,"Cost":486,"Date":"3/8/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":879,"Cost":678,"Date":"12/18/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":394,"Cost":356,"Date":"3/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":62,"Cost":56,"Date":"4/20/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":170,"Cost":93,"Date":"6/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":701,"Cost":503,"Date":"7/23/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":660,"Cost":624,"Date":"11/21/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":88,"Cost":67,"Date":"11/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":506,"Cost":305,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":360,"Cost":312,"Date":"5/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":605,"Cost":573,"Date":"9/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":900,"Cost":471,"Date":"1/3/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":754,"Cost":589,"Date":"2/2/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":483,"Cost":326,"Date":"3/18/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":167,"Cost":153,"Date":"10/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":490,"Cost":368,"Date":"2/16/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":77,"Cost":48,"Date":"6/7/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":798,"Cost":498,"Date":"1/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":802,"Cost":531,"Date":"3/27/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":837,"Cost":759,"Date":"5/12/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":159,"Cost":111,"Date":"7/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":151,"Cost":83,"Date":"8/8/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":979,"Cost":732,"Date":"12/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":86,"Cost":81,"Date":"1/17/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":645,"Cost":554,"Date":"3/8/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":776,"Cost":482,"Date":"6/6/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":194,"Cost":136,"Date":"6/16/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":966,"Cost":660,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":91,"Cost":61,"Date":"11/19/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":59,"Cost":56,"Date":"12/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":640,"Cost":338,"Date":"2/4/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":661,"Cost":417,"Date":"3/8/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":708,"Cost":459,"Date":"12/18/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":385,"Cost":267,"Date":"3/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":613,"Cost":525,"Date":"4/20/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":1000,"Cost":799,"Date":"6/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":223,"Cost":179,"Date":"7/23/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":966,"Cost":507,"Date":"11/21/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":531,"Cost":296,"Date":"11/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":615,"Cost":318,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":350,"Cost":280,"Date":"5/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":705,"Cost":499,"Date":"9/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":324,"Cost":196,"Date":"1/3/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":957,"Cost":798,"Date":"2/2/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":782,"Cost":604,"Date":"3/18/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":802,"Cost":717,"Date":"10/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":277,"Cost":140,"Date":"2/16/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":930,"Cost":539,"Date":"6/7/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":96,"Cost":70,"Date":"1/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":764,"Cost":410,"Date":"3/27/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":723,"Cost":571,"Date":"5/12/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":317,"Cost":244,"Date":"7/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":792,"Cost":434,"Date":"8/8/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":646,"Cost":324,"Date":"12/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":234,"Cost":198,"Date":"1/17/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":29,"Cost":19,"Date":"3/8/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":716,"Cost":516,"Date":"6/6/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":874,"Cost":809,"Date":"6/16/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":917,"Cost":759,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":521,"Cost":378,"Date":"11/19/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":24,"Cost":20,"Date":"12/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":91,"Cost":71,"Date":"2/4/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":935,"Cost":743,"Date":"3/8/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":620,"Cost":340,"Date":"12/18/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":483,"Cost":371,"Date":"3/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":113,"Cost":88,"Date":"4/20/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":724,"Cost":431,"Date":"6/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":266,"Cost":165,"Date":"7/23/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":427,"Cost":338,"Date":"11/21/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":154,"Cost":86,"Date":"11/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":786,"Cost":589,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":221,"Cost":179,"Date":"5/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":172,"Cost":106,"Date":"9/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":599,"Cost":451,"Date":"1/3/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":486,"Cost":286,"Date":"2/2/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":443,"Cost":375,"Date":"3/18/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":904,"Cost":520,"Date":"10/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":73,"Cost":45,"Date":"2/16/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":828,"Cost":665,"Date":"6/7/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":582,"Cost":387,"Date":"1/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":624,"Cost":391,"Date":"3/27/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":967,"Cost":691,"Date":"5/12/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":641,"Cost":587,"Date":"7/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":596,"Cost":562,"Date":"8/8/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":652,"Cost":349,"Date":"12/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":582,"Cost":314,"Date":"1/17/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":971,"Cost":788,"Date":"3/8/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":704,"Cost":406,"Date":"6/6/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":48,"Cost":28,"Date":"6/16/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":521,"Cost":299,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":894,"Cost":511,"Date":"11/19/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":51,"Cost":40,"Date":"12/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":875,"Cost":702,"Date":"2/4/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":663,"Cost":409,"Date":"3/8/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":39,"Cost":35,"Date":"12/18/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":111,"Cost":91,"Date":"3/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":633,"Cost":412,"Date":"4/20/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":577,"Cost":420,"Date":"6/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":70,"Cost":49,"Date":"7/23/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":884,"Cost":660,"Date":"11/21/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":147,"Cost":106,"Date":"11/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":590,"Cost":360,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":713,"Cost":506,"Date":"5/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":576,"Cost":495,"Date":"9/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":561,"Cost":295,"Date":"1/3/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":51,"Cost":27,"Date":"2/2/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":415,"Cost":380,"Date":"3/18/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":679,"Cost":434,"Date":"10/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":856,"Cost":579,"Date":"2/16/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":702,"Cost":433,"Date":"6/7/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":796,"Cost":537,"Date":"1/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":876,"Cost":493,"Date":"3/27/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":143,"Cost":92,"Date":"5/12/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":318,"Cost":199,"Date":"7/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":364,"Cost":336,"Date":"8/8/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":578,"Cost":497,"Date":"12/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":119,"Cost":99,"Date":"1/17/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":905,"Cost":466,"Date":"3/8/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":123,"Cost":102,"Date":"6/6/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":373,"Cost":319,"Date":"6/16/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":53,"Cost":48,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":823,"Cost":564,"Date":"11/19/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":748,"Cost":426,"Date":"12/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":870,"Cost":812,"Date":"2/4/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":863,"Cost":575,"Date":"3/8/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":253,"Cost":136,"Date":"12/18/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":857,"Cost":431,"Date":"3/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":708,"Cost":588,"Date":"4/20/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":622,"Cost":449,"Date":"6/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":639,"Cost":435,"Date":"7/23/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":998,"Cost":814,"Date":"11/21/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":641,"Cost":522,"Date":"11/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":466,"Cost":300,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":127,"Cost":93,"Date":"5/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":474,"Cost":247,"Date":"9/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":786,"Cost":638,"Date":"1/3/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":364,"Cost":277,"Date":"2/2/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":826,"Cost":426,"Date":"3/18/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":923,"Cost":708,"Date":"10/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":950,"Cost":847,"Date":"2/16/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":926,"Cost":563,"Date":"6/7/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":725,"Cost":658,"Date":"1/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":8,"Cost":4,"Date":"3/27/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":663,"Cost":361,"Date":"5/12/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":725,"Cost":622,"Date":"7/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":518,"Cost":344,"Date":"8/8/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":15,"Cost":12,"Date":"12/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":805,"Cost":664,"Date":"1/17/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":947,"Cost":605,"Date":"3/8/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":995,"Cost":672,"Date":"6/6/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":822,"Cost":657,"Date":"6/16/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":884,"Cost":536,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":500,"Cost":360,"Date":"11/19/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":896,"Cost":676,"Date":"12/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":199,"Cost":118,"Date":"2/4/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":813,"Cost":611,"Date":"3/8/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":339,"Cost":268,"Date":"12/18/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":219,"Cost":143,"Date":"3/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":569,"Cost":528,"Date":"4/20/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":70,"Cost":64,"Date":"6/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":699,"Cost":544,"Date":"7/23/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":51,"Cost":30,"Date":"11/21/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":694,"Cost":372,"Date":"11/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":493,"Cost":312,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":697,"Cost":521,"Date":"5/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":453,"Cost":289,"Date":"9/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":109,"Cost":68,"Date":"1/3/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":415,"Cost":289,"Date":"2/2/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":249,"Cost":221,"Date":"3/18/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":68,"Cost":40,"Date":"10/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":935,"Cost":853,"Date":"2/16/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":836,"Cost":664,"Date":"6/7/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":926,"Cost":739,"Date":"1/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":537,"Cost":475,"Date":"3/27/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":205,"Cost":193,"Date":"5/12/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":191,"Cost":167,"Date":"7/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":542,"Cost":344,"Date":"8/8/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":601,"Cost":366,"Date":"12/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":293,"Cost":215,"Date":"1/17/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":123,"Cost":95,"Date":"3/8/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":648,"Cost":513,"Date":"6/6/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":307,"Cost":166,"Date":"6/16/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":473,"Cost":272,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":449,"Cost":351,"Date":"11/19/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":650,"Cost":371,"Date":"12/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":406,"Cost":367,"Date":"2/4/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":968,"Cost":830,"Date":"3/8/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":276,"Cost":195,"Date":"12/18/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":178,"Cost":166,"Date":"3/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":210,"Cost":191,"Date":"4/20/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":281,"Cost":243,"Date":"6/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":637,"Cost":534,"Date":"7/23/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":60,"Cost":54,"Date":"11/21/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":93,"Cost":67,"Date":"11/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":135,"Cost":109,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":626,"Cost":460,"Date":"5/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":247,"Cost":152,"Date":"9/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":587,"Cost":406,"Date":"1/3/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":285,"Cost":199,"Date":"2/2/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":102,"Cost":89,"Date":"3/18/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":525,"Cost":442,"Date":"10/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":271,"Cost":254,"Date":"2/16/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":549,"Cost":384,"Date":"6/7/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":943,"Cost":661,"Date":"1/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":489,"Cost":355,"Date":"3/27/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":389,"Cost":322,"Date":"5/12/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":284,"Cost":219,"Date":"7/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":307,"Cost":200,"Date":"8/8/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":551,"Cost":485,"Date":"12/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":270,"Cost":191,"Date":"1/17/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":153,"Cost":80,"Date":"3/8/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":445,"Cost":250,"Date":"6/6/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":379,"Cost":348,"Date":"6/16/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":802,"Cost":579,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":888,"Cost":565,"Date":"11/19/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":243,"Cost":170,"Date":"12/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":685,"Cost":488,"Date":"2/4/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":700,"Cost":383,"Date":"3/8/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":256,"Cost":223,"Date":"12/18/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":282,"Cost":212,"Date":"3/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":926,"Cost":517,"Date":"4/20/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":607,"Cost":345,"Date":"6/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":873,"Cost":456,"Date":"7/23/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":903,"Cost":750,"Date":"11/21/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":516,"Cost":415,"Date":"11/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":237,"Cost":210,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":99,"Cost":73,"Date":"5/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":192,"Cost":106,"Date":"9/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":36,"Cost":29,"Date":"1/3/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":580,"Cost":317,"Date":"2/2/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":638,"Cost":437,"Date":"3/18/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":298,"Cost":192,"Date":"10/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":931,"Cost":511,"Date":"2/16/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":510,"Cost":338,"Date":"6/7/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":589,"Cost":363,"Date":"1/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":367,"Cost":199,"Date":"3/27/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":16,"Cost":13,"Date":"5/12/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":186,"Cost":171,"Date":"7/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":49,"Cost":38,"Date":"8/8/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":450,"Cost":321,"Date":"12/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":866,"Cost":444,"Date":"1/17/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":542,"Cost":456,"Date":"3/8/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":452,"Cost":280,"Date":"6/6/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":791,"Cost":729,"Date":"6/16/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":546,"Cost":373,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":988,"Cost":895,"Date":"11/19/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":926,"Cost":834,"Date":"12/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":144,"Cost":106,"Date":"2/4/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":519,"Cost":260,"Date":"3/8/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":75,"Cost":44,"Date":"12/18/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":284,"Cost":148,"Date":"3/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":222,"Cost":124,"Date":"4/20/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":951,"Cost":661,"Date":"6/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":690,"Cost":438,"Date":"7/23/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":327,"Cost":248,"Date":"11/21/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":586,"Cost":344,"Date":"11/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":317,"Cost":277,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":855,"Cost":674,"Date":"5/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":644,"Cost":537,"Date":"9/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":439,"Cost":416,"Date":"1/3/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":625,"Cost":370,"Date":"2/2/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":135,"Cost":119,"Date":"3/18/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":569,"Cost":313,"Date":"10/14/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":118,"Cost":64,"Date":"2/16/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":589,"Cost":407,"Date":"6/7/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":953,"Cost":613,"Date":"1/28/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":395,"Cost":205,"Date":"3/27/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":821,"Cost":509,"Date":"5/12/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":421,"Cost":307,"Date":"7/28/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":641,"Cost":400,"Date":"8/8/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":27,"Cost":16,"Date":"12/7/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":398,"Cost":363,"Date":"1/17/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":226,"Cost":173,"Date":"3/8/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":563,"Cost":297,"Date":"6/6/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":511,"Cost":472,"Date":"6/16/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":596,"Cost":354,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":966,"Cost":809,"Date":"11/19/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":545,"Cost":456,"Date":"12/28/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":887,"Cost":799,"Date":"2/4/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":673,"Cost":488,"Date":"3/8/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":464,"Cost":347,"Date":"12/18/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":429,"Cost":221,"Date":"3/31/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":74,"Cost":59,"Date":"4/20/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":685,"Cost":518,"Date":"6/26/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":116,"Cost":109,"Date":"7/23/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":506,"Cost":269,"Date":"11/21/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":209,"Cost":141,"Date":"11/26/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":381,"Cost":279,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":893,"Cost":718,"Date":"5/21/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":971,"Cost":700,"Date":"9/28/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":154,"Cost":105,"Date":"1/3/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":437,"Cost":400,"Date":"2/2/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":960,"Cost":838,"Date":"3/18/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":948,"Cost":478,"Date":"10/14/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":904,"Cost":674,"Date":"2/16/2018"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":74,"Cost":61,"Date":"6/7/2018"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":781,"Cost":646,"Date":"1/28/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":336,"Cost":261,"Date":"3/27/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":751,"Cost":455,"Date":"5/12/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":308,"Cost":276,"Date":"7/28/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":96,"Cost":66,"Date":"8/8/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":321,"Cost":184,"Date":"12/7/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":481,"Cost":363,"Date":"1/17/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":465,"Cost":404,"Date":"3/8/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":934,"Cost":506,"Date":"6/6/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":10,"Cost":8,"Date":"6/16/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":618,"Cost":414,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":491,"Cost":336,"Date":"11/19/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":422,"Cost":218,"Date":"12/28/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":156,"Cost":132,"Date":"2/4/2021"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":829,"Cost":500,"Date":"3/8/2021"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":260,"Cost":138,"Date":"12/18/2021"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":830,"Cost":616,"Date":"3/31/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":372,"Cost":188,"Date":"4/20/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":939,"Cost":716,"Date":"6/26/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":50,"Cost":46,"Date":"7/23/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":900,"Cost":687,"Date":"11/21/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":821,"Cost":468,"Date":"11/26/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":791,"Cost":492,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":501,"Cost":310,"Date":"5/21/2023"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":848,"Cost":797,"Date":"9/28/2023"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":561,"Cost":442,"Date":"1/3/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":333,"Cost":197,"Date":"2/2/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":765,"Cost":489,"Date":"3/18/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":398,"Cost":304,"Date":"10/14/2024"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":68,"Cost":37,"Date":"2/16/2018"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":940,"Cost":565,"Date":"6/7/2018"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":646,"Date":"1/28/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":162,"Cost":154,"Date":"3/27/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":671,"Cost":474,"Date":"5/12/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":145,"Cost":84,"Date":"7/28/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":814,"Cost":677,"Date":"8/8/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":877,"Cost":712,"Date":"12/7/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":597,"Cost":509,"Date":"1/17/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":520,"Cost":411,"Date":"3/8/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":404,"Cost":208,"Date":"6/6/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":425,"Cost":314,"Date":"6/16/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":987,"Cost":932,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":690,"Cost":409,"Date":"11/19/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":959,"Cost":617,"Date":"12/28/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":42,"Cost":37,"Date":"2/4/2021"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":841,"Cost":445,"Date":"3/8/2021"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":111,"Cost":102,"Date":"12/18/2021"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":899,"Cost":523,"Date":"3/31/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":895,"Cost":524,"Date":"4/20/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":471,"Cost":383,"Date":"6/26/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":460,"Cost":232,"Date":"7/23/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":486,"Cost":247,"Date":"11/21/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":986,"Cost":611,"Date":"11/26/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":404,"Cost":274,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":20,"Cost":11,"Date":"5/21/2023"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":494,"Cost":436,"Date":"9/28/2023"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":329,"Cost":173,"Date":"1/3/2024"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":918,"Cost":780,"Date":"2/2/2024"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":634,"Cost":384,"Date":"3/18/2024"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":183,"Cost":172,"Date":"10/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":872,"Cost":689,"Date":"2/16/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":396,"Cost":339,"Date":"6/7/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":985,"Cost":901,"Date":"1/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":77,"Cost":51,"Date":"3/27/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":383,"Cost":311,"Date":"5/12/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":420,"Cost":254,"Date":"7/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":115,"Cost":103,"Date":"8/8/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":380,"Cost":344,"Date":"12/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":547,"Cost":387,"Date":"1/17/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":396,"Cost":299,"Date":"3/8/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":486,"Cost":398,"Date":"6/6/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":591,"Cost":328,"Date":"6/16/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":374,"Cost":209,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":901,"Cost":577,"Date":"11/19/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":294,"Cost":274,"Date":"12/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":555,"Cost":340,"Date":"2/4/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":35,"Cost":29,"Date":"3/8/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":725,"Cost":536,"Date":"12/18/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":614,"Cost":448,"Date":"3/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":8,"Cost":7,"Date":"4/20/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":600,"Cost":339,"Date":"6/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":2,"Cost":2,"Date":"7/23/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":876,"Cost":514,"Date":"11/21/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":800,"Cost":493,"Date":"11/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":296,"Cost":193,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":257,"Cost":161,"Date":"5/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":132,"Cost":83,"Date":"9/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":80,"Cost":70,"Date":"1/3/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":497,"Cost":279,"Date":"2/2/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":416,"Cost":259,"Date":"3/18/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":576,"Cost":337,"Date":"10/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":389,"Cost":216,"Date":"2/16/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":690,"Cost":628,"Date":"6/7/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":383,"Cost":352,"Date":"1/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":53,"Cost":48,"Date":"3/27/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":859,"Cost":653,"Date":"5/12/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":642,"Cost":588,"Date":"7/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":531,"Cost":420,"Date":"8/8/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":705,"Cost":411,"Date":"12/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":980,"Cost":659,"Date":"1/17/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":165,"Cost":110,"Date":"3/8/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":900,"Cost":561,"Date":"6/6/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":580,"Cost":340,"Date":"6/16/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":980,"Cost":573,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":678,"Cost":592,"Date":"11/19/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":638,"Cost":581,"Date":"12/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":139,"Cost":78,"Date":"2/4/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":655,"Cost":571,"Date":"3/8/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":685,"Cost":635,"Date":"12/18/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":852,"Cost":635,"Date":"3/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":751,"Cost":631,"Date":"4/20/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":62,"Cost":54,"Date":"6/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":262,"Cost":147,"Date":"7/23/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":266,"Cost":157,"Date":"11/21/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":72,"Cost":65,"Date":"11/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":242,"Cost":161,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":574,"Cost":413,"Date":"5/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":107,"Cost":92,"Date":"9/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":507,"Cost":402,"Date":"1/3/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":819,"Cost":580,"Date":"2/2/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":725,"Cost":458,"Date":"3/18/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":944,"Cost":734,"Date":"10/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":48,"Cost":28,"Date":"2/16/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":541,"Cost":339,"Date":"6/7/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":203,"Cost":147,"Date":"1/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":730,"Cost":493,"Date":"3/27/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":410,"Cost":366,"Date":"5/12/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":984,"Cost":548,"Date":"7/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":956,"Cost":898,"Date":"8/8/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":359,"Cost":191,"Date":"12/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":268,"Cost":150,"Date":"1/17/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":95,"Cost":85,"Date":"3/8/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":439,"Cost":258,"Date":"6/6/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":803,"Cost":456,"Date":"6/16/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":712,"Cost":427,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":792,"Cost":726,"Date":"11/19/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":106,"Cost":98,"Date":"12/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":438,"Cost":374,"Date":"2/4/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":994,"Cost":786,"Date":"3/8/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":269,"Cost":166,"Date":"12/18/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":335,"Cost":282,"Date":"3/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":584,"Cost":438,"Date":"4/20/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":758,"Cost":418,"Date":"6/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":859,"Cost":581,"Date":"7/23/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":130,"Cost":69,"Date":"11/21/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":940,"Cost":517,"Date":"11/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":444,"Cost":327,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":403,"Cost":217,"Date":"5/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":844,"Cost":683,"Date":"9/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":951,"Cost":673,"Date":"1/3/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":960,"Cost":827,"Date":"2/2/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":304,"Cost":180,"Date":"3/18/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":920,"Cost":663,"Date":"10/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":39,"Cost":26,"Date":"2/16/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":543,"Cost":298,"Date":"6/7/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":310,"Cost":282,"Date":"1/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":686,"Cost":444,"Date":"3/27/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":770,"Cost":596,"Date":"5/12/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":861,"Cost":809,"Date":"7/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":627,"Cost":388,"Date":"8/8/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":770,"Cost":614,"Date":"12/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":603,"Cost":333,"Date":"1/17/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":573,"Cost":499,"Date":"3/8/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":521,"Cost":493,"Date":"6/6/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":862,"Cost":570,"Date":"6/16/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":879,"Cost":828,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":167,"Cost":141,"Date":"11/19/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":785,"Cost":408,"Date":"12/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":761,"Cost":518,"Date":"2/4/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":952,"Cost":798,"Date":"3/8/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":605,"Cost":404,"Date":"12/18/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":601,"Cost":332,"Date":"3/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":606,"Cost":502,"Date":"4/20/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":610,"Cost":355,"Date":"6/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":37,"Cost":33,"Date":"7/23/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":417,"Cost":278,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":817,"Cost":427,"Date":"11/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":425,"Cost":343,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":355,"Cost":315,"Date":"5/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":694,"Cost":350,"Date":"9/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":211,"Cost":192,"Date":"1/3/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":930,"Cost":708,"Date":"2/2/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":169,"Cost":150,"Date":"3/18/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":574,"Cost":538,"Date":"10/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":318,"Cost":189,"Date":"2/16/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":102,"Cost":92,"Date":"6/7/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":887,"Cost":481,"Date":"1/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":281,"Cost":224,"Date":"3/27/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":151,"Cost":89,"Date":"5/12/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":196,"Cost":105,"Date":"7/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":412,"Cost":280,"Date":"8/8/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":81,"Cost":76,"Date":"12/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":189,"Cost":179,"Date":"1/17/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":928,"Cost":609,"Date":"3/8/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":376,"Cost":285,"Date":"6/6/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":928,"Cost":809,"Date":"6/16/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":547,"Cost":412,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":704,"Cost":485,"Date":"11/19/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":981,"Cost":902,"Date":"12/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":387,"Cost":266,"Date":"2/4/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":463,"Cost":364,"Date":"3/8/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":925,"Cost":574,"Date":"12/18/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":45,"Cost":33,"Date":"3/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":233,"Cost":132,"Date":"4/20/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":280,"Cost":212,"Date":"6/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":128,"Cost":87,"Date":"7/23/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":129,"Cost":79,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":336,"Cost":313,"Date":"11/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":763,"Cost":514,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":377,"Cost":350,"Date":"5/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":164,"Cost":130,"Date":"9/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":969,"Cost":774,"Date":"1/3/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":501,"Cost":401,"Date":"2/2/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":621,"Cost":401,"Date":"3/18/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":804,"Cost":598,"Date":"10/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":805,"Cost":546,"Date":"2/16/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":312,"Cost":257,"Date":"6/7/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":870,"Cost":476,"Date":"1/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":807,"Cost":410,"Date":"3/27/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":775,"Cost":443,"Date":"5/12/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":627,"Cost":475,"Date":"7/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":700,"Cost":607,"Date":"8/8/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":399,"Cost":376,"Date":"12/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":820,"Cost":510,"Date":"1/17/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":230,"Cost":176,"Date":"3/8/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":798,"Cost":672,"Date":"6/6/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":889,"Cost":824,"Date":"6/16/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":492,"Cost":339,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":74,"Cost":68,"Date":"11/19/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":488,"Cost":400,"Date":"12/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":245,"Cost":189,"Date":"2/4/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":451,"Cost":359,"Date":"3/8/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":519,"Cost":431,"Date":"12/18/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":630,"Cost":535,"Date":"3/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":349,"Cost":330,"Date":"4/20/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":196,"Cost":140,"Date":"6/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":877,"Cost":631,"Date":"7/23/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":515,"Cost":396,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":943,"Cost":807,"Date":"11/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":788,"Cost":396,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":379,"Cost":346,"Date":"5/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":285,"Cost":185,"Date":"9/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":230,"Cost":163,"Date":"1/3/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":775,"Cost":641,"Date":"2/2/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":825,"Cost":448,"Date":"3/18/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":867,"Cost":493,"Date":"10/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":686,"Cost":493,"Date":"2/16/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":640,"Cost":515,"Date":"6/7/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":969,"Cost":726,"Date":"1/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":392,"Cost":218,"Date":"3/27/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":2,"Cost":1,"Date":"5/12/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":340,"Cost":233,"Date":"7/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":776,"Cost":606,"Date":"8/8/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":300,"Cost":244,"Date":"12/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":974,"Cost":596,"Date":"1/17/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":877,"Cost":832,"Date":"3/8/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":974,"Cost":499,"Date":"6/6/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":285,"Cost":223,"Date":"6/16/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":963,"Cost":874,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":50,"Cost":36,"Date":"11/19/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":681,"Cost":387,"Date":"12/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":690,"Cost":512,"Date":"2/4/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":174,"Cost":111,"Date":"3/8/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":812,"Cost":744,"Date":"12/18/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":710,"Cost":620,"Date":"3/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":159,"Cost":118,"Date":"4/20/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":274,"Cost":219,"Date":"6/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":82,"Cost":75,"Date":"7/23/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":533,"Cost":375,"Date":"11/21/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":647,"Cost":472,"Date":"11/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":123,"Cost":87,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":338,"Cost":243,"Date":"5/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":512,"Cost":259,"Date":"9/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":171,"Cost":152,"Date":"1/3/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":560,"Cost":378,"Date":"2/2/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":451,"Cost":335,"Date":"3/18/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":624,"Cost":554,"Date":"10/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":505,"Cost":343,"Date":"2/16/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":873,"Cost":441,"Date":"6/7/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":331,"Cost":251,"Date":"1/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":946,"Cost":660,"Date":"3/27/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":163,"Cost":125,"Date":"5/12/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":351,"Cost":179,"Date":"7/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":750,"Cost":557,"Date":"8/8/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":376,"Cost":291,"Date":"12/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":887,"Cost":504,"Date":"1/17/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":530,"Cost":308,"Date":"3/8/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":641,"Cost":428,"Date":"6/6/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":113,"Cost":90,"Date":"6/16/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":371,"Cost":242,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":837,"Cost":498,"Date":"11/19/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":998,"Cost":859,"Date":"12/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":538,"Cost":453,"Date":"2/4/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":933,"Cost":573,"Date":"3/8/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":763,"Cost":499,"Date":"12/18/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":367,"Cost":221,"Date":"3/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":503,"Cost":292,"Date":"4/20/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":334,"Cost":195,"Date":"6/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":837,"Cost":749,"Date":"7/23/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":857,"Cost":695,"Date":"11/21/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":659,"Cost":394,"Date":"11/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":820,"Cost":610,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":281,"Cost":263,"Date":"5/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":238,"Cost":148,"Date":"9/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":429,"Cost":328,"Date":"1/3/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":179,"Cost":145,"Date":"2/2/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":727,"Cost":571,"Date":"3/18/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":375,"Cost":208,"Date":"10/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":134,"Cost":114,"Date":"2/16/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":701,"Cost":474,"Date":"6/7/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":489,"Cost":399,"Date":"1/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":163,"Cost":154,"Date":"3/27/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":219,"Cost":173,"Date":"5/12/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":562,"Cost":481,"Date":"7/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":205,"Cost":182,"Date":"8/8/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":709,"Cost":482,"Date":"12/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":608,"Cost":310,"Date":"1/17/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":560,"Cost":345,"Date":"3/8/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":439,"Cost":362,"Date":"6/6/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":394,"Cost":273,"Date":"6/16/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":813,"Cost":626,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":864,"Cost":572,"Date":"11/19/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":653,"Cost":528,"Date":"12/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":443,"Cost":385,"Date":"2/4/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":578,"Cost":504,"Date":"3/8/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":380,"Cost":347,"Date":"12/18/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":132,"Cost":110,"Date":"3/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":595,"Cost":402,"Date":"4/20/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":335,"Cost":269,"Date":"6/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":812,"Cost":603,"Date":"7/23/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":613,"Cost":471,"Date":"11/21/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":643,"Cost":611,"Date":"11/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":218,"Cost":118,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":603,"Cost":566,"Date":"5/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":211,"Cost":179,"Date":"9/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":623,"Cost":453,"Date":"1/3/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":230,"Cost":123,"Date":"2/2/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":280,"Cost":260,"Date":"3/18/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":209,"Cost":150,"Date":"10/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":612,"Cost":326,"Date":"2/16/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":892,"Cost":552,"Date":"6/7/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":614,"Cost":522,"Date":"1/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":377,"Cost":351,"Date":"3/27/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":400,"Cost":314,"Date":"5/12/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":862,"Cost":680,"Date":"7/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":693,"Cost":419,"Date":"8/8/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":436,"Cost":284,"Date":"12/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":971,"Cost":560,"Date":"1/17/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":875,"Cost":554,"Date":"3/8/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":415,"Cost":342,"Date":"6/6/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":790,"Cost":531,"Date":"6/16/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":490,"Cost":262,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":11,"Cost":9,"Date":"11/19/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":816,"Cost":524,"Date":"12/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":697,"Cost":546,"Date":"2/4/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":371,"Cost":234,"Date":"3/8/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":682,"Cost":590,"Date":"12/18/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":1,"Cost":0,"Date":"3/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":381,"Cost":214,"Date":"4/20/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":394,"Cost":200,"Date":"6/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":130,"Cost":95,"Date":"7/23/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":588,"Cost":538,"Date":"11/21/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":532,"Cost":486,"Date":"11/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":45,"Cost":33,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":277,"Cost":202,"Date":"5/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":928,"Cost":475,"Date":"9/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":624,"Cost":441,"Date":"1/3/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":677,"Cost":518,"Date":"2/2/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":284,"Cost":171,"Date":"3/18/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":600,"Cost":396,"Date":"10/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":526,"Cost":265,"Date":"2/16/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":318,"Cost":291,"Date":"6/7/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":701,"Cost":494,"Date":"1/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":73,"Cost":47,"Date":"3/27/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":868,"Cost":542,"Date":"5/12/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":710,"Cost":417,"Date":"7/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":378,"Cost":202,"Date":"8/8/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":213,"Cost":167,"Date":"12/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":747,"Cost":534,"Date":"1/17/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":422,"Cost":362,"Date":"3/8/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":557,"Cost":505,"Date":"6/6/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":247,"Cost":132,"Date":"6/16/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":400,"Cost":230,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":520,"Cost":407,"Date":"11/19/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":796,"Cost":522,"Date":"12/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":345,"Cost":234,"Date":"2/4/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":154,"Cost":95,"Date":"3/8/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":647,"Cost":614,"Date":"12/18/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":705,"Cost":369,"Date":"3/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":510,"Cost":416,"Date":"4/20/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":857,"Cost":549,"Date":"6/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":504,"Cost":288,"Date":"7/23/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":322,"Cost":264,"Date":"11/21/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":957,"Cost":551,"Date":"11/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":229,"Cost":170,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":119,"Cost":79,"Date":"5/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":823,"Cost":724,"Date":"9/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":583,"Cost":368,"Date":"1/3/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":999,"Cost":869,"Date":"2/2/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":467,"Cost":271,"Date":"3/18/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":874,"Cost":571,"Date":"10/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":579,"Cost":427,"Date":"2/16/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":543,"Cost":372,"Date":"6/7/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":891,"Cost":508,"Date":"1/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":766,"Cost":639,"Date":"3/27/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":822,"Cost":766,"Date":"5/12/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":378,"Cost":282,"Date":"7/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":810,"Cost":485,"Date":"8/8/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":980,"Cost":545,"Date":"12/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":39,"Cost":34,"Date":"1/17/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":779,"Cost":726,"Date":"3/8/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":321,"Cost":194,"Date":"6/6/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":196,"Cost":182,"Date":"6/16/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":807,"Cost":499,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":777,"Cost":555,"Date":"11/19/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":391,"Cost":217,"Date":"12/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":442,"Cost":343,"Date":"2/4/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":384,"Cost":360,"Date":"3/8/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":868,"Cost":794,"Date":"12/18/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":192,"Cost":116,"Date":"3/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":759,"Cost":546,"Date":"4/20/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":560,"Cost":371,"Date":"6/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":304,"Cost":275,"Date":"7/23/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":871,"Cost":786,"Date":"11/21/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":363,"Cost":237,"Date":"11/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":577,"Cost":321,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":583,"Cost":353,"Date":"5/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":249,"Cost":188,"Date":"9/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":528,"Cost":277,"Date":"1/3/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":655,"Cost":450,"Date":"2/2/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":978,"Cost":918,"Date":"3/18/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":410,"Cost":240,"Date":"10/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":762,"Cost":600,"Date":"2/16/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":544,"Cost":467,"Date":"6/7/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":710,"Cost":649,"Date":"1/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":331,"Cost":271,"Date":"3/27/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":497,"Cost":324,"Date":"5/12/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":393,"Cost":248,"Date":"7/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":86,"Cost":77,"Date":"8/8/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":581,"Cost":542,"Date":"12/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":16,"Cost":11,"Date":"1/17/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":561,"Cost":507,"Date":"3/8/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":99,"Cost":52,"Date":"6/6/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":166,"Cost":155,"Date":"6/16/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":415,"Cost":288,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":899,"Cost":699,"Date":"11/19/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":47,"Cost":35,"Date":"12/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":885,"Cost":600,"Date":"2/4/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":687,"Cost":360,"Date":"3/8/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":456,"Cost":234,"Date":"12/18/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":580,"Cost":368,"Date":"3/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":257,"Cost":188,"Date":"4/20/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":757,"Cost":494,"Date":"6/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":25,"Cost":18,"Date":"7/23/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":223,"Cost":118,"Date":"11/21/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":70,"Cost":54,"Date":"11/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":714,"Cost":656,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":598,"Cost":354,"Date":"5/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":872,"Cost":597,"Date":"9/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":396,"Cost":291,"Date":"1/3/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":595,"Cost":460,"Date":"2/2/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":395,"Cost":259,"Date":"3/18/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":35,"Cost":32,"Date":"10/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":743,"Cost":621,"Date":"2/16/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":306,"Cost":179,"Date":"6/7/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":196,"Cost":116,"Date":"1/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":604,"Cost":314,"Date":"3/27/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":219,"Cost":121,"Date":"5/12/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":939,"Cost":708,"Date":"7/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":287,"Cost":151,"Date":"8/8/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":137,"Cost":102,"Date":"12/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":981,"Cost":571,"Date":"1/17/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":762,"Cost":480,"Date":"3/8/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":682,"Cost":504,"Date":"6/6/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":614,"Cost":329,"Date":"6/16/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":273,"Cost":233,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":251,"Cost":175,"Date":"11/19/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":92,"Cost":77,"Date":"12/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":709,"Cost":627,"Date":"2/4/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":3,"Cost":3,"Date":"3/8/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":302,"Cost":222,"Date":"12/18/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":449,"Cost":425,"Date":"3/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":206,"Cost":194,"Date":"4/20/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":957,"Cost":890,"Date":"6/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":251,"Cost":202,"Date":"7/23/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":249,"Cost":167,"Date":"11/21/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":346,"Cost":192,"Date":"11/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":393,"Cost":285,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":732,"Cost":583,"Date":"5/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":781,"Cost":685,"Date":"9/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":649,"Cost":516,"Date":"1/3/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":360,"Cost":338,"Date":"2/2/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":237,"Cost":216,"Date":"3/18/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":437,"Cost":281,"Date":"10/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":928,"Cost":734,"Date":"2/16/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":913,"Cost":598,"Date":"6/7/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":924,"Cost":694,"Date":"1/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":863,"Cost":525,"Date":"3/27/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":837,"Cost":731,"Date":"5/12/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":863,"Cost":660,"Date":"7/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":218,"Cost":207,"Date":"8/8/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":778,"Cost":556,"Date":"12/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":837,"Cost":500,"Date":"1/17/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":750,"Cost":646,"Date":"3/8/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":666,"Cost":479,"Date":"6/6/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":870,"Cost":793,"Date":"6/16/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":430,"Cost":310,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":459,"Cost":319,"Date":"11/19/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":239,"Cost":145,"Date":"12/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":592,"Cost":368,"Date":"2/4/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":96,"Cost":57,"Date":"3/8/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":385,"Cost":246,"Date":"12/18/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":888,"Cost":542,"Date":"3/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":27,"Cost":25,"Date":"4/20/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":592,"Cost":526,"Date":"6/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":915,"Cost":633,"Date":"7/23/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":57,"Cost":39,"Date":"11/21/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":240,"Cost":185,"Date":"11/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":38,"Cost":25,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":685,"Cost":593,"Date":"5/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":767,"Cost":472,"Date":"9/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":146,"Cost":139,"Date":"1/3/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":667,"Cost":464,"Date":"2/2/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":733,"Cost":566,"Date":"3/18/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":81,"Cost":52,"Date":"10/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":664,"Cost":520,"Date":"2/16/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":617,"Cost":564,"Date":"6/7/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":803,"Cost":613,"Date":"1/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":631,"Cost":549,"Date":"3/27/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":834,"Cost":580,"Date":"5/12/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":727,"Cost":508,"Date":"7/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":88,"Cost":69,"Date":"8/8/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":24,"Cost":23,"Date":"12/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":178,"Cost":119,"Date":"1/17/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":172,"Cost":155,"Date":"3/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":29,"Cost":19,"Date":"6/6/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":438,"Cost":308,"Date":"6/16/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":19,"Cost":11,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":108,"Cost":91,"Date":"11/19/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":955,"Cost":876,"Date":"12/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":939,"Cost":871,"Date":"2/4/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":117,"Cost":108,"Date":"3/8/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":647,"Cost":387,"Date":"12/18/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":592,"Cost":546,"Date":"3/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":1000,"Cost":949,"Date":"4/20/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":165,"Cost":94,"Date":"6/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":401,"Cost":257,"Date":"7/23/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":747,"Cost":485,"Date":"11/21/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":756,"Cost":706,"Date":"11/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":522,"Cost":296,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":78,"Cost":71,"Date":"5/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":999,"Cost":702,"Date":"9/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":85,"Cost":75,"Date":"1/3/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":363,"Cost":317,"Date":"2/2/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":196,"Cost":179,"Date":"3/18/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":730,"Cost":398,"Date":"10/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":880,"Cost":776,"Date":"2/16/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":56,"Cost":39,"Date":"6/7/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":192,"Cost":126,"Date":"1/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":974,"Cost":882,"Date":"3/27/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":648,"Cost":499,"Date":"5/12/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":744,"Cost":592,"Date":"7/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":173,"Cost":149,"Date":"8/8/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":395,"Cost":281,"Date":"12/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":322,"Cost":188,"Date":"1/17/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":233,"Cost":154,"Date":"3/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":506,"Cost":278,"Date":"6/6/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":863,"Cost":655,"Date":"6/16/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":894,"Cost":839,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":623,"Cost":437,"Date":"11/19/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":251,"Cost":211,"Date":"12/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":532,"Cost":493,"Date":"2/4/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":452,"Cost":314,"Date":"3/8/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":420,"Cost":258,"Date":"12/18/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":300,"Cost":206,"Date":"3/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":339,"Cost":255,"Date":"4/20/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":962,"Cost":782,"Date":"6/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":187,"Cost":141,"Date":"7/23/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":892,"Cost":487,"Date":"11/21/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":938,"Cost":878,"Date":"11/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":653,"Cost":362,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":690,"Cost":467,"Date":"5/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":236,"Cost":150,"Date":"9/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":685,"Cost":396,"Date":"1/3/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":133,"Cost":117,"Date":"2/2/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":362,"Cost":263,"Date":"3/18/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":274,"Cost":260,"Date":"10/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":256,"Cost":182,"Date":"2/16/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":896,"Cost":771,"Date":"6/7/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":576,"Cost":288,"Date":"1/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":671,"Cost":343,"Date":"3/27/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":431,"Cost":325,"Date":"5/12/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":954,"Cost":605,"Date":"7/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":665,"Cost":593,"Date":"8/8/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":592,"Cost":418,"Date":"12/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":816,"Cost":500,"Date":"1/17/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":571,"Cost":418,"Date":"3/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":467,"Cost":396,"Date":"6/6/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":59,"Cost":30,"Date":"6/16/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":822,"Cost":433,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":709,"Cost":613,"Date":"11/19/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":806,"Cost":486,"Date":"12/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":78,"Cost":72,"Date":"2/4/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":18,"Cost":14,"Date":"3/8/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":247,"Cost":213,"Date":"12/18/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":26,"Cost":25,"Date":"3/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":7,"Cost":7,"Date":"4/20/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":192,"Cost":165,"Date":"6/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":643,"Cost":414,"Date":"7/23/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":616,"Cost":493,"Date":"11/21/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":986,"Cost":840,"Date":"11/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":154,"Cost":111,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":455,"Cost":412,"Date":"5/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":183,"Cost":129,"Date":"9/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":821,"Cost":743,"Date":"1/3/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":427,"Cost":290,"Date":"2/2/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":258,"Cost":160,"Date":"3/18/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":248,"Cost":167,"Date":"10/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":598,"Cost":328,"Date":"2/16/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":266,"Cost":240,"Date":"6/7/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":134,"Cost":74,"Date":"1/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":980,"Cost":691,"Date":"3/27/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":979,"Cost":800,"Date":"5/12/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":110,"Cost":98,"Date":"7/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":553,"Cost":289,"Date":"8/8/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":522,"Cost":379,"Date":"12/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":340,"Cost":212,"Date":"1/17/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":619,"Cost":370,"Date":"3/8/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":597,"Cost":546,"Date":"6/6/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":141,"Cost":88,"Date":"6/16/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":73,"Cost":39,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":606,"Cost":356,"Date":"11/19/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":889,"Cost":537,"Date":"12/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":511,"Cost":329,"Date":"2/4/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":888,"Cost":491,"Date":"3/8/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":382,"Cost":309,"Date":"12/18/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":324,"Cost":171,"Date":"3/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":310,"Cost":273,"Date":"4/20/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":117,"Cost":68,"Date":"6/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":492,"Cost":443,"Date":"7/23/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":535,"Cost":394,"Date":"11/21/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":294,"Cost":275,"Date":"11/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":732,"Cost":507,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":682,"Cost":441,"Date":"5/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":441,"Cost":278,"Date":"9/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":582,"Cost":355,"Date":"1/3/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":165,"Cost":147,"Date":"2/2/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":878,"Cost":799,"Date":"3/18/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":756,"Cost":621,"Date":"10/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":82,"Cost":46,"Date":"2/16/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":610,"Cost":351,"Date":"6/7/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":8,"Cost":7,"Date":"1/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":654,"Cost":482,"Date":"3/27/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":950,"Cost":856,"Date":"5/12/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":786,"Cost":645,"Date":"7/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":578,"Cost":289,"Date":"8/8/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":132,"Cost":95,"Date":"12/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":493,"Cost":465,"Date":"1/17/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":42,"Cost":21,"Date":"3/8/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":155,"Cost":115,"Date":"6/6/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":409,"Cost":258,"Date":"6/16/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":528,"Cost":420,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":95,"Cost":73,"Date":"11/19/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":562,"Cost":341,"Date":"12/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":262,"Cost":179,"Date":"2/4/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":889,"Cost":828,"Date":"3/8/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":449,"Cost":340,"Date":"12/18/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":259,"Cost":212,"Date":"3/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":135,"Cost":122,"Date":"4/20/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":828,"Cost":530,"Date":"6/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":198,"Cost":137,"Date":"7/23/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":687,"Cost":360,"Date":"11/21/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":938,"Cost":503,"Date":"11/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":4,"Cost":3,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":322,"Cost":181,"Date":"5/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":722,"Cost":473,"Date":"9/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":132,"Cost":79,"Date":"1/3/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":551,"Cost":472,"Date":"2/2/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":652,"Cost":461,"Date":"3/18/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":819,"Cost":681,"Date":"10/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":932,"Cost":492,"Date":"2/16/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":971,"Cost":808,"Date":"6/7/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":922,"Cost":814,"Date":"1/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":893,"Cost":563,"Date":"3/27/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":568,"Cost":446,"Date":"5/12/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":314,"Cost":226,"Date":"7/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":289,"Cost":246,"Date":"8/8/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":731,"Cost":588,"Date":"12/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":258,"Cost":242,"Date":"1/17/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":921,"Cost":645,"Date":"3/8/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":335,"Cost":172,"Date":"6/6/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":830,"Cost":449,"Date":"6/16/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":905,"Cost":815,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":861,"Cost":741,"Date":"11/19/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":475,"Cost":320,"Date":"12/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":740,"Cost":672,"Date":"2/4/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":45,"Cost":39,"Date":"3/8/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":427,"Cost":306,"Date":"12/18/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":58,"Cost":53,"Date":"3/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":614,"Cost":564,"Date":"4/20/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":790,"Cost":589,"Date":"6/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":965,"Cost":539,"Date":"7/23/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":839,"Cost":420,"Date":"11/21/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":275,"Cost":250,"Date":"11/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":943,"Cost":626,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":670,"Cost":365,"Date":"5/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":810,"Cost":550,"Date":"9/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":115,"Cost":63,"Date":"1/3/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":108,"Cost":69,"Date":"2/2/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":513,"Cost":484,"Date":"3/18/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":657,"Cost":339,"Date":"10/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":186,"Cost":150,"Date":"2/16/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":440,"Cost":226,"Date":"6/7/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":342,"Cost":231,"Date":"1/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":584,"Cost":337,"Date":"3/27/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":893,"Cost":757,"Date":"5/12/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":204,"Cost":142,"Date":"7/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":748,"Cost":583,"Date":"8/8/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":595,"Cost":297,"Date":"12/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":353,"Cost":248,"Date":"1/17/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":667,"Cost":584,"Date":"3/8/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":154,"Cost":129,"Date":"6/6/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":62,"Cost":53,"Date":"6/16/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":622,"Cost":415,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":54,"Cost":37,"Date":"11/19/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":403,"Cost":217,"Date":"12/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":487,"Cost":424,"Date":"2/4/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":368,"Cost":189,"Date":"3/8/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":424,"Cost":403,"Date":"12/18/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":680,"Cost":550,"Date":"3/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":944,"Cost":846,"Date":"4/20/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":430,"Cost":381,"Date":"6/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":900,"Cost":669,"Date":"7/23/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":751,"Cost":470,"Date":"11/21/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":989,"Cost":712,"Date":"11/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":349,"Cost":280,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":935,"Cost":820,"Date":"5/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":861,"Cost":653,"Date":"9/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":156,"Cost":103,"Date":"1/3/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":33,"Cost":29,"Date":"2/2/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":542,"Cost":458,"Date":"3/18/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":445,"Cost":283,"Date":"10/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":846,"Cost":473,"Date":"2/16/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":626,"Cost":418,"Date":"6/7/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":847,"Cost":510,"Date":"1/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":617,"Cost":439,"Date":"3/27/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":950,"Cost":542,"Date":"5/12/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":427,"Cost":215,"Date":"7/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":360,"Cost":322,"Date":"8/8/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":834,"Cost":567,"Date":"12/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":784,"Cost":728,"Date":"1/17/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":265,"Cost":137,"Date":"3/8/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":903,"Cost":632,"Date":"6/6/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":51,"Cost":40,"Date":"6/16/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":812,"Cost":761,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":861,"Cost":503,"Date":"11/19/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":470,"Cost":243,"Date":"12/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":92,"Cost":60,"Date":"2/4/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":183,"Cost":113,"Date":"3/8/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":465,"Cost":348,"Date":"12/18/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":851,"Cost":498,"Date":"3/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":842,"Cost":436,"Date":"4/20/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":747,"Cost":602,"Date":"6/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":166,"Cost":106,"Date":"7/23/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":112,"Cost":88,"Date":"11/21/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":233,"Cost":119,"Date":"11/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":795,"Cost":418,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":594,"Cost":297,"Date":"5/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":542,"Cost":471,"Date":"9/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":466,"Cost":327,"Date":"1/3/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":767,"Cost":541,"Date":"2/2/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":600,"Cost":310,"Date":"3/18/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":168,"Cost":136,"Date":"10/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":352,"Cost":335,"Date":"2/16/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":225,"Cost":123,"Date":"6/7/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":212,"Cost":155,"Date":"1/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":838,"Cost":708,"Date":"3/27/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":424,"Cost":358,"Date":"5/12/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":824,"Cost":729,"Date":"7/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":272,"Cost":174,"Date":"8/8/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":532,"Cost":495,"Date":"12/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":810,"Cost":506,"Date":"1/17/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":503,"Cost":253,"Date":"3/8/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":42,"Cost":22,"Date":"6/6/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":608,"Cost":401,"Date":"6/16/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":807,"Cost":659,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":516,"Cost":391,"Date":"11/19/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":641,"Cost":493,"Date":"12/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":943,"Cost":529,"Date":"2/4/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":51,"Cost":35,"Date":"3/8/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":758,"Cost":717,"Date":"12/18/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":743,"Cost":498,"Date":"3/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":298,"Cost":247,"Date":"4/20/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":49,"Cost":37,"Date":"6/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":606,"Cost":331,"Date":"7/23/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":982,"Cost":498,"Date":"11/21/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":14,"Cost":9,"Date":"11/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":596,"Cost":512,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":264,"Cost":239,"Date":"5/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":601,"Cost":341,"Date":"9/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":862,"Cost":452,"Date":"1/3/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":484,"Cost":412,"Date":"2/2/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":906,"Cost":535,"Date":"3/18/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":973,"Cost":833,"Date":"10/14/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":812,"Cost":505,"Date":"2/16/2018"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":649,"Cost":430,"Date":"6/7/2018"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":265,"Cost":233,"Date":"1/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":929,"Cost":870,"Date":"3/27/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":686,"Cost":610,"Date":"5/12/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":873,"Cost":762,"Date":"7/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":483,"Cost":351,"Date":"8/8/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":61,"Cost":31,"Date":"12/7/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":840,"Cost":710,"Date":"1/17/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":792,"Cost":632,"Date":"3/8/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":266,"Cost":182,"Date":"6/6/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":471,"Cost":342,"Date":"6/16/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":640,"Cost":383,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":899,"Cost":510,"Date":"11/19/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":494,"Cost":416,"Date":"12/28/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":257,"Cost":201,"Date":"2/4/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":5,"Cost":5,"Date":"3/8/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":478,"Cost":242,"Date":"12/18/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":787,"Cost":591,"Date":"3/31/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":995,"Cost":731,"Date":"4/20/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":480,"Cost":278,"Date":"6/26/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":798,"Cost":575,"Date":"7/23/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":566,"Cost":422,"Date":"11/21/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":725,"Cost":501,"Date":"11/26/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":514,"Cost":260,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":841,"Cost":699,"Date":"5/21/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":989,"Cost":906,"Date":"9/28/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":407,"Cost":274,"Date":"1/3/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":303,"Cost":195,"Date":"2/2/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":202,"Cost":182,"Date":"3/18/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":413,"Cost":267,"Date":"10/14/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":274,"Cost":172,"Date":"2/16/2018"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":602,"Cost":561,"Date":"6/7/2018"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":991,"Cost":590,"Date":"1/28/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":783,"Cost":546,"Date":"3/27/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":238,"Cost":198,"Date":"5/12/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":38,"Cost":30,"Date":"7/28/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":485,"Cost":364,"Date":"8/8/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":213,"Cost":117,"Date":"12/7/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":464,"Cost":250,"Date":"1/17/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":513,"Cost":376,"Date":"3/8/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":394,"Cost":198,"Date":"6/6/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":945,"Cost":580,"Date":"6/16/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":113,"Cost":91,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":838,"Cost":578,"Date":"11/19/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":926,"Cost":699,"Date":"12/28/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":775,"Cost":506,"Date":"2/4/2021"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":507,"Cost":263,"Date":"3/8/2021"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":658,"Cost":426,"Date":"12/18/2021"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":65,"Cost":39,"Date":"3/31/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":932,"Cost":702,"Date":"4/20/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":83,"Cost":53,"Date":"6/26/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":729,"Cost":484,"Date":"7/23/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":718,"Cost":515,"Date":"11/21/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":612,"Cost":540,"Date":"11/26/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":211,"Cost":118,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":741,"Cost":645,"Date":"5/21/2023"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":933,"Cost":672,"Date":"9/28/2023"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":625,"Cost":412,"Date":"1/3/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":672,"Cost":355,"Date":"2/2/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":14,"Cost":8,"Date":"3/18/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":131,"Cost":85,"Date":"10/14/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":134,"Cost":92,"Date":"2/16/2018"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":211,"Cost":109,"Date":"6/7/2018"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":655,"Cost":559,"Date":"1/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":217,"Cost":151,"Date":"3/27/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":161,"Cost":100,"Date":"5/12/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":452,"Cost":393,"Date":"7/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":820,"Cost":483,"Date":"8/8/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":496,"Cost":468,"Date":"12/7/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":575,"Cost":322,"Date":"1/17/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":831,"Cost":632,"Date":"3/8/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":827,"Cost":561,"Date":"6/6/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":342,"Cost":287,"Date":"6/16/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":330,"Cost":260,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":634,"Cost":574,"Date":"11/19/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":726,"Cost":523,"Date":"12/28/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":145,"Cost":126,"Date":"2/4/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":355,"Cost":218,"Date":"3/8/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":545,"Cost":396,"Date":"12/18/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":815,"Cost":496,"Date":"3/31/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":639,"Cost":388,"Date":"4/20/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":942,"Cost":719,"Date":"6/26/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":930,"Cost":684,"Date":"7/23/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":767,"Cost":556,"Date":"11/21/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":93,"Cost":65,"Date":"11/26/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":149,"Cost":99,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":567,"Cost":525,"Date":"5/21/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":618,"Cost":430,"Date":"9/28/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":264,"Cost":134,"Date":"1/3/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":628,"Cost":597,"Date":"2/2/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":42,"Cost":30,"Date":"3/18/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":471,"Cost":286,"Date":"10/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":583,"Cost":517,"Date":"2/16/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":150,"Cost":91,"Date":"6/7/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":482,"Cost":398,"Date":"1/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":429,"Cost":326,"Date":"3/27/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":641,"Cost":339,"Date":"5/12/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":586,"Cost":525,"Date":"7/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":40,"Cost":37,"Date":"8/8/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":277,"Cost":223,"Date":"12/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":184,"Cost":133,"Date":"1/17/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":665,"Cost":376,"Date":"3/8/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":589,"Cost":456,"Date":"6/6/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":533,"Cost":325,"Date":"6/16/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":47,"Cost":43,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":830,"Cost":758,"Date":"11/19/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":612,"Cost":577,"Date":"12/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":768,"Cost":449,"Date":"2/4/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":265,"Cost":152,"Date":"3/8/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":338,"Cost":250,"Date":"12/18/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":777,"Cost":462,"Date":"3/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":274,"Cost":219,"Date":"4/20/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":927,"Cost":547,"Date":"6/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":14,"Cost":13,"Date":"7/23/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":548,"Cost":401,"Date":"11/21/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":33,"Cost":27,"Date":"11/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":857,"Cost":594,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":634,"Cost":329,"Date":"5/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":590,"Cost":484,"Date":"9/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":653,"Cost":573,"Date":"1/3/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":450,"Cost":385,"Date":"2/2/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":351,"Cost":266,"Date":"3/18/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":698,"Cost":638,"Date":"10/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":34,"Cost":25,"Date":"2/16/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":522,"Cost":471,"Date":"6/7/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":285,"Cost":144,"Date":"1/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":48,"Cost":30,"Date":"3/27/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":653,"Cost":480,"Date":"5/12/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":277,"Cost":189,"Date":"7/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":325,"Cost":247,"Date":"8/8/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":22,"Cost":17,"Date":"12/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":83,"Cost":44,"Date":"1/17/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":299,"Cost":225,"Date":"3/8/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":831,"Cost":419,"Date":"6/6/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":178,"Cost":109,"Date":"6/16/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":77,"Cost":57,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":370,"Cost":312,"Date":"11/19/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":954,"Cost":835,"Date":"12/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":1,"Cost":1,"Date":"2/4/2021"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":74,"Cost":41,"Date":"3/8/2021"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":358,"Cost":304,"Date":"12/18/2021"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":288,"Cost":214,"Date":"3/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":245,"Cost":161,"Date":"4/20/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":92,"Cost":50,"Date":"6/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":631,"Cost":569,"Date":"7/23/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":429,"Cost":284,"Date":"11/21/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":198,"Cost":121,"Date":"11/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":902,"Cost":669,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":774,"Cost":509,"Date":"5/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":294,"Cost":198,"Date":"9/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":688,"Cost":613,"Date":"1/3/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":488,"Cost":360,"Date":"2/2/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":508,"Cost":304,"Date":"3/18/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":804,"Cost":455,"Date":"10/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":580,"Cost":534,"Date":"2/16/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":661,"Cost":350,"Date":"6/7/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":591,"Cost":413,"Date":"1/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":602,"Cost":479,"Date":"3/27/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":341,"Cost":220,"Date":"5/12/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":849,"Cost":578,"Date":"7/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":628,"Cost":518,"Date":"8/8/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":834,"Cost":418,"Date":"12/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":613,"Cost":553,"Date":"1/17/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":656,"Cost":573,"Date":"3/8/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":785,"Cost":495,"Date":"6/6/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":250,"Cost":184,"Date":"6/16/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":412,"Cost":359,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":907,"Cost":760,"Date":"11/19/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":800,"Cost":565,"Date":"12/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":132,"Cost":87,"Date":"2/4/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":337,"Cost":319,"Date":"3/8/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":837,"Cost":704,"Date":"12/18/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":225,"Cost":181,"Date":"3/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":444,"Cost":294,"Date":"4/20/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":693,"Cost":442,"Date":"6/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":360,"Cost":318,"Date":"7/23/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":445,"Cost":232,"Date":"11/21/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":270,"Cost":155,"Date":"11/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":586,"Cost":486,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":948,"Cost":483,"Date":"5/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":116,"Cost":97,"Date":"9/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":715,"Cost":501,"Date":"1/3/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":978,"Cost":880,"Date":"2/2/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":34,"Cost":30,"Date":"3/18/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":37,"Cost":30,"Date":"10/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":144,"Cost":91,"Date":"2/16/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":613,"Cost":435,"Date":"6/7/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":384,"Cost":247,"Date":"1/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":989,"Cost":765,"Date":"3/27/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":604,"Cost":365,"Date":"5/12/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":787,"Cost":450,"Date":"7/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":160,"Cost":126,"Date":"8/8/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":584,"Cost":292,"Date":"12/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":939,"Cost":641,"Date":"1/17/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":573,"Cost":432,"Date":"3/8/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":946,"Cost":830,"Date":"6/6/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":49,"Cost":30,"Date":"6/16/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":208,"Cost":106,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":132,"Cost":106,"Date":"11/19/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":174,"Cost":101,"Date":"12/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":998,"Cost":829,"Date":"2/4/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":535,"Cost":302,"Date":"3/8/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":411,"Cost":317,"Date":"12/18/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":78,"Cost":55,"Date":"3/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":737,"Cost":402,"Date":"4/20/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":74,"Cost":60,"Date":"6/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":757,"Cost":589,"Date":"7/23/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":892,"Cost":805,"Date":"11/21/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":648,"Cost":372,"Date":"11/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":705,"Cost":443,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":550,"Cost":365,"Date":"5/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":980,"Cost":860,"Date":"9/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":465,"Cost":295,"Date":"1/3/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":39,"Cost":35,"Date":"2/2/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":439,"Cost":376,"Date":"3/18/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":507,"Cost":410,"Date":"10/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":968,"Cost":754,"Date":"2/16/2018"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":94,"Cost":61,"Date":"6/7/2018"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":809,"Cost":732,"Date":"1/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":414,"Cost":319,"Date":"3/27/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":221,"Cost":178,"Date":"5/12/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":949,"Cost":648,"Date":"7/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":274,"Cost":218,"Date":"8/8/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":950,"Cost":635,"Date":"12/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":736,"Cost":521,"Date":"1/17/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":36,"Cost":29,"Date":"3/8/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":922,"Cost":874,"Date":"6/6/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":313,"Cost":265,"Date":"6/16/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":149,"Cost":74,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":758,"Cost":663,"Date":"11/19/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":799,"Cost":584,"Date":"12/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":571,"Cost":298,"Date":"2/4/2021"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":460,"Cost":347,"Date":"3/8/2021"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":103,"Cost":82,"Date":"12/18/2021"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":860,"Cost":475,"Date":"3/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":440,"Cost":251,"Date":"4/20/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":425,"Cost":394,"Date":"6/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":998,"Cost":704,"Date":"7/23/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":766,"Cost":601,"Date":"11/21/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":496,"Cost":381,"Date":"11/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":736,"Cost":576,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":436,"Cost":407,"Date":"5/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":15,"Cost":13,"Date":"9/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":590,"Cost":352,"Date":"1/3/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":513,"Cost":272,"Date":"2/2/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":271,"Cost":140,"Date":"3/18/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":277,"Cost":247,"Date":"10/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":264,"Cost":247,"Date":"2/16/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":380,"Cost":305,"Date":"6/7/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":937,"Cost":474,"Date":"1/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":398,"Cost":199,"Date":"3/27/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":185,"Cost":116,"Date":"5/12/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":553,"Cost":345,"Date":"7/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":363,"Cost":334,"Date":"8/8/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":11,"Cost":6,"Date":"12/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":107,"Cost":70,"Date":"1/17/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":638,"Cost":565,"Date":"3/8/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":917,"Cost":560,"Date":"6/6/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":919,"Cost":617,"Date":"6/16/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":55,"Cost":40,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":758,"Cost":469,"Date":"11/19/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":444,"Cost":334,"Date":"12/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":333,"Cost":227,"Date":"2/4/2021"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":528,"Cost":412,"Date":"3/8/2021"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":732,"Cost":496,"Date":"12/18/2021"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":101,"Cost":96,"Date":"3/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":817,"Cost":547,"Date":"4/20/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":499,"Cost":425,"Date":"6/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":80,"Cost":43,"Date":"7/23/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":556,"Cost":315,"Date":"11/21/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":966,"Cost":500,"Date":"11/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":609,"Cost":414,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":692,"Cost":562,"Date":"5/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":740,"Cost":484,"Date":"9/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":568,"Cost":539,"Date":"1/3/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":857,"Cost":523,"Date":"2/2/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":206,"Cost":168,"Date":"3/18/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":179,"Cost":95,"Date":"10/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":407,"Cost":259,"Date":"2/16/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":590,"Cost":411,"Date":"6/7/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":146,"Cost":124,"Date":"1/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":715,"Cost":520,"Date":"3/27/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":469,"Cost":435,"Date":"5/12/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":641,"Cost":559,"Date":"7/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":665,"Cost":500,"Date":"8/8/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":410,"Cost":260,"Date":"12/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":190,"Cost":149,"Date":"1/17/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":474,"Cost":281,"Date":"3/8/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":823,"Cost":449,"Date":"6/6/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":228,"Cost":201,"Date":"6/16/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":624,"Cost":427,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":849,"Cost":715,"Date":"11/19/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":655,"Cost":554,"Date":"12/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":386,"Cost":298,"Date":"2/4/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":157,"Cost":141,"Date":"3/8/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":32,"Cost":20,"Date":"12/18/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":780,"Cost":565,"Date":"3/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":328,"Cost":296,"Date":"4/20/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":624,"Cost":447,"Date":"6/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":594,"Cost":407,"Date":"7/23/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":481,"Cost":399,"Date":"11/21/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":311,"Cost":232,"Date":"11/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":306,"Cost":270,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":950,"Cost":495,"Date":"5/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":342,"Cost":293,"Date":"9/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":235,"Cost":135,"Date":"1/3/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":843,"Cost":475,"Date":"2/2/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":700,"Cost":656,"Date":"3/18/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":927,"Cost":592,"Date":"10/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":395,"Cost":211,"Date":"2/16/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":987,"Cost":640,"Date":"6/7/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":430,"Cost":325,"Date":"1/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":906,"Cost":782,"Date":"3/27/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":170,"Cost":158,"Date":"5/12/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":824,"Cost":513,"Date":"7/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":964,"Cost":749,"Date":"8/8/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":553,"Cost":386,"Date":"12/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":521,"Cost":368,"Date":"1/17/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":95,"Cost":72,"Date":"3/8/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":550,"Cost":295,"Date":"6/6/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":408,"Cost":318,"Date":"6/16/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":454,"Cost":423,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":11,"Cost":8,"Date":"11/19/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":180,"Cost":97,"Date":"12/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":838,"Cost":792,"Date":"2/4/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":180,"Cost":149,"Date":"3/8/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":174,"Cost":110,"Date":"12/18/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":654,"Cost":331,"Date":"3/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":602,"Cost":535,"Date":"4/20/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":563,"Cost":359,"Date":"6/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":622,"Cost":548,"Date":"7/23/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":970,"Cost":620,"Date":"11/21/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":879,"Cost":519,"Date":"11/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":284,"Cost":174,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":302,"Cost":214,"Date":"5/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":153,"Cost":110,"Date":"9/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":714,"Cost":596,"Date":"1/3/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":800,"Cost":566,"Date":"2/2/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":950,"Cost":691,"Date":"3/18/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":669,"Cost":400,"Date":"10/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":123,"Cost":94,"Date":"2/16/2018"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":273,"Cost":160,"Date":"6/7/2018"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":985,"Cost":936,"Date":"1/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":656,"Cost":406,"Date":"3/27/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":712,"Cost":521,"Date":"5/12/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":414,"Cost":300,"Date":"7/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":645,"Cost":587,"Date":"8/8/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":819,"Cost":422,"Date":"12/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":497,"Cost":280,"Date":"1/17/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":856,"Cost":802,"Date":"3/8/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":316,"Cost":287,"Date":"6/6/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":503,"Cost":376,"Date":"6/16/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":992,"Cost":520,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":191,"Cost":145,"Date":"11/19/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":946,"Cost":788,"Date":"12/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":244,"Cost":204,"Date":"2/4/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":564,"Cost":467,"Date":"3/8/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":148,"Cost":132,"Date":"12/18/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":15,"Cost":12,"Date":"3/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":10,"Cost":7,"Date":"4/20/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":44,"Cost":33,"Date":"6/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":97,"Cost":80,"Date":"7/23/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":505,"Cost":337,"Date":"11/21/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":481,"Cost":433,"Date":"11/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":934,"Cost":867,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":938,"Cost":662,"Date":"5/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":88,"Cost":50,"Date":"9/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":830,"Cost":435,"Date":"1/3/2024"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":393,"Cost":277,"Date":"2/2/2024"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":787,"Cost":607,"Date":"3/18/2024"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":881,"Cost":684,"Date":"10/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":977,"Cost":614,"Date":"2/16/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":278,"Cost":148,"Date":"6/7/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":36,"Cost":27,"Date":"1/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":579,"Cost":431,"Date":"3/27/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":403,"Cost":211,"Date":"5/12/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":765,"Cost":719,"Date":"7/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":626,"Cost":451,"Date":"8/8/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":973,"Cost":582,"Date":"12/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":145,"Cost":118,"Date":"1/17/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":665,"Cost":518,"Date":"3/8/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":927,"Cost":482,"Date":"6/6/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":626,"Cost":487,"Date":"6/16/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":812,"Cost":592,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":873,"Cost":452,"Date":"11/19/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":455,"Cost":281,"Date":"12/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":236,"Cost":137,"Date":"2/4/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":465,"Cost":343,"Date":"3/8/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":717,"Cost":531,"Date":"12/18/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":540,"Cost":462,"Date":"3/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":87,"Cost":81,"Date":"4/20/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":775,"Cost":401,"Date":"6/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":127,"Cost":80,"Date":"7/23/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":982,"Cost":660,"Date":"11/21/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":48,"Cost":30,"Date":"11/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":572,"Cost":304,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":22,"Cost":18,"Date":"5/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":578,"Cost":539,"Date":"9/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":70,"Cost":36,"Date":"1/3/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":230,"Cost":196,"Date":"2/2/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":912,"Cost":614,"Date":"3/18/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":215,"Cost":157,"Date":"10/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":59,"Cost":44,"Date":"2/16/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":396,"Cost":206,"Date":"6/7/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":667,"Cost":406,"Date":"1/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":780,"Cost":541,"Date":"3/27/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":558,"Cost":502,"Date":"5/12/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":528,"Cost":407,"Date":"7/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":752,"Cost":611,"Date":"8/8/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":324,"Cost":282,"Date":"12/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":572,"Cost":387,"Date":"1/17/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":628,"Cost":448,"Date":"3/8/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":931,"Cost":582,"Date":"6/6/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":204,"Cost":139,"Date":"6/16/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":409,"Cost":346,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":751,"Cost":461,"Date":"11/19/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":547,"Cost":501,"Date":"12/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":259,"Cost":220,"Date":"2/4/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":155,"Cost":131,"Date":"3/8/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":306,"Cost":184,"Date":"12/18/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":306,"Cost":227,"Date":"3/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":493,"Cost":366,"Date":"4/20/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":817,"Cost":720,"Date":"6/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":738,"Cost":521,"Date":"7/23/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":697,"Cost":400,"Date":"11/21/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":720,"Cost":528,"Date":"11/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":640,"Cost":522,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":328,"Cost":221,"Date":"5/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":399,"Cost":257,"Date":"9/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":79,"Cost":55,"Date":"1/3/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":29,"Cost":18,"Date":"2/2/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":440,"Cost":318,"Date":"3/18/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":458,"Cost":420,"Date":"10/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":288,"Cost":190,"Date":"2/16/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":736,"Cost":412,"Date":"6/7/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":69,"Cost":62,"Date":"1/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":907,"Cost":534,"Date":"3/27/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":289,"Cost":262,"Date":"5/12/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":43,"Cost":28,"Date":"7/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":983,"Cost":523,"Date":"8/8/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":711,"Cost":415,"Date":"12/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":696,"Cost":419,"Date":"1/17/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":372,"Cost":217,"Date":"3/8/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":876,"Cost":442,"Date":"6/6/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":523,"Cost":390,"Date":"6/16/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":873,"Cost":582,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":322,"Cost":296,"Date":"11/19/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":601,"Cost":544,"Date":"12/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":758,"Cost":583,"Date":"2/4/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":716,"Cost":620,"Date":"3/8/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":656,"Cost":386,"Date":"12/18/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":416,"Cost":287,"Date":"3/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":272,"Cost":180,"Date":"4/20/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":427,"Cost":300,"Date":"6/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":442,"Cost":333,"Date":"7/23/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":784,"Cost":741,"Date":"11/21/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":597,"Cost":473,"Date":"11/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":707,"Cost":640,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":214,"Cost":121,"Date":"5/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":299,"Cost":217,"Date":"9/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":974,"Cost":583,"Date":"1/3/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":998,"Cost":904,"Date":"2/2/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":284,"Cost":178,"Date":"3/18/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":176,"Cost":166,"Date":"10/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":560,"Cost":317,"Date":"2/16/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":980,"Cost":925,"Date":"6/7/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":307,"Cost":247,"Date":"1/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":956,"Cost":666,"Date":"3/27/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":571,"Cost":491,"Date":"5/12/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":51,"Cost":38,"Date":"7/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":542,"Cost":494,"Date":"8/8/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":844,"Cost":457,"Date":"12/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":553,"Cost":444,"Date":"1/17/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":578,"Cost":501,"Date":"3/8/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":124,"Cost":68,"Date":"6/6/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":652,"Cost":420,"Date":"6/16/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":381,"Cost":301,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":130,"Cost":120,"Date":"11/19/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":299,"Cost":263,"Date":"12/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":617,"Cost":509,"Date":"2/4/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":739,"Cost":431,"Date":"3/8/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":727,"Cost":536,"Date":"12/18/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":121,"Cost":81,"Date":"3/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":4,"Cost":4,"Date":"4/20/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":211,"Cost":129,"Date":"6/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":747,"Cost":450,"Date":"7/23/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":421,"Cost":226,"Date":"11/21/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":987,"Cost":927,"Date":"11/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":677,"Cost":407,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":158,"Cost":144,"Date":"5/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":115,"Cost":72,"Date":"9/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":879,"Cost":725,"Date":"1/3/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":532,"Cost":485,"Date":"2/2/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":744,"Cost":438,"Date":"3/18/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":909,"Cost":569,"Date":"10/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":508,"Cost":400,"Date":"2/16/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":645,"Cost":468,"Date":"6/7/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":653,"Cost":383,"Date":"1/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":519,"Cost":343,"Date":"3/27/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":488,"Cost":383,"Date":"5/12/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":765,"Cost":564,"Date":"7/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":950,"Cost":850,"Date":"8/8/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":616,"Cost":362,"Date":"12/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":43,"Cost":30,"Date":"1/17/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":999,"Cost":542,"Date":"3/8/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":99,"Cost":67,"Date":"6/6/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":847,"Cost":594,"Date":"6/16/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":165,"Cost":85,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":434,"Cost":302,"Date":"11/19/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":102,"Cost":75,"Date":"12/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":593,"Cost":447,"Date":"2/4/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":500,"Cost":421,"Date":"3/8/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":476,"Cost":423,"Date":"12/18/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":321,"Cost":251,"Date":"3/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":356,"Cost":227,"Date":"4/20/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":634,"Cost":496,"Date":"6/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":291,"Cost":276,"Date":"7/23/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":247,"Cost":225,"Date":"11/21/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":405,"Cost":242,"Date":"11/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":648,"Cost":561,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":122,"Cost":115,"Date":"5/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":466,"Cost":316,"Date":"9/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":916,"Cost":555,"Date":"1/3/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":713,"Cost":393,"Date":"2/2/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":271,"Cost":177,"Date":"3/18/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":616,"Cost":394,"Date":"10/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":156,"Cost":143,"Date":"2/16/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":798,"Cost":422,"Date":"6/7/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":275,"Cost":211,"Date":"1/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":119,"Cost":91,"Date":"3/27/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":69,"Cost":38,"Date":"5/12/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":292,"Cost":227,"Date":"7/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":399,"Cost":252,"Date":"8/8/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":756,"Cost":544,"Date":"12/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":984,"Cost":837,"Date":"1/17/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":208,"Cost":125,"Date":"3/8/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":862,"Cost":645,"Date":"6/6/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":90,"Cost":80,"Date":"6/16/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":983,"Cost":698,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":10,"Cost":6,"Date":"11/19/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":533,"Cost":482,"Date":"12/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":610,"Cost":518,"Date":"2/4/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":265,"Cost":185,"Date":"3/8/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":653,"Cost":533,"Date":"12/18/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":627,"Cost":399,"Date":"3/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":514,"Cost":456,"Date":"4/20/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":880,"Cost":704,"Date":"6/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":779,"Cost":606,"Date":"7/23/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":542,"Cost":408,"Date":"11/21/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":340,"Cost":186,"Date":"11/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":366,"Cost":214,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":218,"Cost":128,"Date":"5/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":147,"Cost":118,"Date":"9/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":947,"Cost":664,"Date":"1/3/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":246,"Cost":171,"Date":"2/2/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":715,"Cost":378,"Date":"3/18/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":452,"Cost":317,"Date":"10/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":316,"Cost":223,"Date":"2/16/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":672,"Cost":468,"Date":"6/7/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":497,"Cost":353,"Date":"1/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":356,"Cost":188,"Date":"3/27/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":879,"Cost":622,"Date":"5/12/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":161,"Cost":132,"Date":"7/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":926,"Cost":740,"Date":"8/8/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":100,"Cost":73,"Date":"12/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":785,"Cost":511,"Date":"1/17/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":221,"Cost":156,"Date":"3/8/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":126,"Cost":104,"Date":"6/6/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":218,"Cost":143,"Date":"6/16/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":630,"Cost":402,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":307,"Cost":245,"Date":"11/19/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":564,"Cost":362,"Date":"12/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":658,"Cost":354,"Date":"2/4/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":545,"Cost":365,"Date":"3/8/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":3,"Cost":2,"Date":"12/18/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":213,"Cost":135,"Date":"3/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":303,"Cost":274,"Date":"4/20/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":737,"Cost":464,"Date":"6/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":957,"Cost":496,"Date":"7/23/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":702,"Cost":606,"Date":"11/21/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":351,"Cost":245,"Date":"11/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":119,"Cost":81,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":198,"Cost":123,"Date":"5/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":798,"Cost":436,"Date":"9/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":28,"Cost":21,"Date":"1/3/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":706,"Cost":409,"Date":"2/2/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":161,"Cost":85,"Date":"3/18/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":155,"Cost":112,"Date":"10/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":797,"Cost":493,"Date":"2/16/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":27,"Cost":20,"Date":"6/7/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":508,"Cost":352,"Date":"1/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":612,"Cost":408,"Date":"3/27/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":831,"Cost":775,"Date":"5/12/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":190,"Cost":180,"Date":"7/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":931,"Cost":504,"Date":"8/8/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":993,"Cost":813,"Date":"12/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":819,"Cost":530,"Date":"1/17/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":703,"Cost":424,"Date":"3/8/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":269,"Cost":158,"Date":"6/6/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":113,"Cost":104,"Date":"6/16/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":275,"Cost":143,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":863,"Cost":524,"Date":"11/19/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":427,"Cost":224,"Date":"12/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":206,"Cost":137,"Date":"2/4/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":503,"Cost":466,"Date":"3/8/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":799,"Cost":674,"Date":"12/18/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":418,"Cost":238,"Date":"3/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":750,"Cost":540,"Date":"4/20/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":132,"Cost":66,"Date":"6/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":848,"Cost":567,"Date":"7/23/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":415,"Cost":362,"Date":"11/21/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":170,"Cost":103,"Date":"11/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":81,"Cost":45,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":346,"Cost":212,"Date":"5/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":626,"Cost":386,"Date":"9/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":882,"Cost":590,"Date":"1/3/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":788,"Cost":627,"Date":"2/2/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":174,"Cost":102,"Date":"3/18/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":901,"Cost":795,"Date":"10/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":391,"Cost":269,"Date":"2/16/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":60,"Cost":53,"Date":"6/7/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":230,"Cost":215,"Date":"1/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":769,"Cost":723,"Date":"3/27/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":425,"Cost":387,"Date":"5/12/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":269,"Cost":153,"Date":"7/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":881,"Cost":830,"Date":"8/8/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":686,"Cost":600,"Date":"12/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":295,"Cost":233,"Date":"1/17/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":660,"Cost":457,"Date":"3/8/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":195,"Cost":182,"Date":"6/6/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":31,"Cost":16,"Date":"6/16/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":667,"Cost":560,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":439,"Cost":341,"Date":"11/19/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":464,"Cost":263,"Date":"12/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":121,"Cost":66,"Date":"2/4/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":791,"Cost":448,"Date":"3/8/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":763,"Cost":720,"Date":"12/18/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":560,"Cost":442,"Date":"3/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":260,"Cost":201,"Date":"4/20/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":744,"Cost":381,"Date":"6/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":834,"Cost":620,"Date":"7/23/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":853,"Cost":682,"Date":"11/21/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":990,"Cost":666,"Date":"11/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":538,"Cost":324,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":376,"Cost":305,"Date":"5/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":214,"Cost":199,"Date":"9/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":938,"Cost":646,"Date":"1/3/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":424,"Cost":227,"Date":"2/2/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":907,"Cost":515,"Date":"3/18/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":586,"Cost":467,"Date":"10/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":812,"Cost":608,"Date":"2/16/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":134,"Cost":95,"Date":"6/7/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":194,"Cost":170,"Date":"1/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":396,"Cost":238,"Date":"3/27/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":280,"Cost":265,"Date":"5/12/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":957,"Cost":488,"Date":"7/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":827,"Cost":636,"Date":"8/8/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":659,"Cost":570,"Date":"12/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":809,"Cost":531,"Date":"1/17/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":291,"Cost":257,"Date":"3/8/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":397,"Cost":354,"Date":"6/6/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":718,"Cost":608,"Date":"6/16/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":203,"Cost":185,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":306,"Cost":284,"Date":"11/19/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":304,"Cost":268,"Date":"12/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":311,"Cost":164,"Date":"2/4/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":748,"Cost":594,"Date":"3/8/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":666,"Cost":593,"Date":"12/18/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":893,"Cost":770,"Date":"3/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":30,"Cost":17,"Date":"4/20/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":644,"Cost":490,"Date":"6/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":113,"Cost":66,"Date":"7/23/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":471,"Cost":296,"Date":"11/21/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":352,"Cost":286,"Date":"11/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":893,"Cost":499,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":240,"Cost":132,"Date":"5/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":540,"Cost":307,"Date":"9/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":249,"Cost":136,"Date":"1/3/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":793,"Cost":640,"Date":"2/2/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":699,"Cost":577,"Date":"3/18/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":647,"Cost":529,"Date":"10/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":883,"Cost":578,"Date":"2/16/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":1000,"Cost":892,"Date":"6/7/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":38,"Cost":33,"Date":"1/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":210,"Cost":148,"Date":"3/27/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":243,"Cost":167,"Date":"5/12/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":74,"Cost":69,"Date":"7/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":160,"Cost":100,"Date":"8/8/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":174,"Cost":124,"Date":"12/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":153,"Cost":105,"Date":"1/17/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":327,"Cost":269,"Date":"3/8/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":349,"Cost":194,"Date":"6/6/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":586,"Cost":528,"Date":"6/16/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":228,"Cost":197,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":802,"Cost":756,"Date":"11/19/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":77,"Cost":47,"Date":"12/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":991,"Cost":774,"Date":"2/4/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":665,"Cost":461,"Date":"3/8/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":930,"Cost":465,"Date":"12/18/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":880,"Cost":524,"Date":"3/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":183,"Cost":150,"Date":"4/20/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":268,"Cost":173,"Date":"6/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":366,"Cost":296,"Date":"7/23/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":879,"Cost":466,"Date":"11/21/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":63,"Cost":52,"Date":"11/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":99,"Cost":76,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":718,"Cost":365,"Date":"5/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":217,"Cost":181,"Date":"9/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":413,"Cost":221,"Date":"1/3/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":972,"Cost":870,"Date":"2/2/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":240,"Cost":190,"Date":"3/18/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":546,"Cost":355,"Date":"10/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":852,"Cost":685,"Date":"2/16/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":277,"Cost":180,"Date":"6/7/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":946,"Cost":637,"Date":"1/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":623,"Cost":484,"Date":"3/27/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":341,"Cost":271,"Date":"5/12/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":578,"Cost":535,"Date":"7/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":827,"Cost":530,"Date":"8/8/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":254,"Cost":136,"Date":"12/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":507,"Cost":372,"Date":"1/17/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":617,"Cost":549,"Date":"3/8/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":740,"Cost":500,"Date":"6/6/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":821,"Cost":514,"Date":"6/16/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":832,"Cost":493,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":594,"Cost":478,"Date":"11/19/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":188,"Cost":169,"Date":"12/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":847,"Cost":548,"Date":"2/4/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":84,"Cost":58,"Date":"3/8/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":476,"Cost":402,"Date":"12/18/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":149,"Cost":111,"Date":"3/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":394,"Cost":355,"Date":"4/20/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":141,"Cost":82,"Date":"6/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":63,"Cost":48,"Date":"7/23/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":324,"Cost":165,"Date":"11/21/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":247,"Cost":234,"Date":"11/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":420,"Cost":357,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":865,"Cost":674,"Date":"5/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":809,"Cost":759,"Date":"9/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":514,"Cost":408,"Date":"1/3/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":975,"Cost":801,"Date":"2/2/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":948,"Cost":644,"Date":"3/18/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":39,"Cost":27,"Date":"10/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":548,"Cost":332,"Date":"2/16/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":327,"Cost":226,"Date":"6/7/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":32,"Cost":17,"Date":"1/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":610,"Cost":507,"Date":"3/27/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":335,"Cost":288,"Date":"5/12/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":654,"Cost":457,"Date":"7/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":753,"Cost":512,"Date":"8/8/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":136,"Cost":125,"Date":"12/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":770,"Cost":471,"Date":"1/17/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":586,"Cost":400,"Date":"3/8/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":195,"Cost":105,"Date":"6/6/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":743,"Cost":514,"Date":"6/16/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":246,"Cost":159,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":592,"Cost":506,"Date":"11/19/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":863,"Cost":594,"Date":"12/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":228,"Cost":126,"Date":"2/4/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":92,"Cost":63,"Date":"3/8/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":832,"Cost":772,"Date":"12/18/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":632,"Cost":449,"Date":"3/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":877,"Cost":656,"Date":"4/20/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":204,"Cost":139,"Date":"6/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":148,"Cost":88,"Date":"7/23/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":355,"Cost":326,"Date":"11/21/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":757,"Cost":651,"Date":"11/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":148,"Cost":109,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":405,"Cost":234,"Date":"5/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":506,"Cost":404,"Date":"9/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":645,"Cost":502,"Date":"1/3/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":741,"Cost":411,"Date":"2/2/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":241,"Cost":204,"Date":"3/18/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":353,"Cost":326,"Date":"10/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":821,"Cost":621,"Date":"2/16/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":140,"Cost":106,"Date":"6/7/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":858,"Cost":515,"Date":"1/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":598,"Cost":434,"Date":"3/27/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":947,"Cost":525,"Date":"5/12/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":53,"Cost":50,"Date":"7/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":311,"Cost":213,"Date":"8/8/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":496,"Cost":293,"Date":"12/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":518,"Cost":264,"Date":"1/17/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":428,"Cost":255,"Date":"3/8/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":993,"Cost":688,"Date":"6/6/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":313,"Cost":233,"Date":"6/16/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":926,"Cost":754,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":879,"Cost":486,"Date":"11/19/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":326,"Cost":189,"Date":"12/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":433,"Cost":218,"Date":"2/4/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":687,"Cost":375,"Date":"3/8/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":420,"Cost":358,"Date":"12/18/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":18,"Cost":9,"Date":"3/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":204,"Cost":108,"Date":"4/20/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":274,"Cost":197,"Date":"6/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":270,"Cost":218,"Date":"7/23/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":857,"Cost":578,"Date":"11/21/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":717,"Cost":362,"Date":"11/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":393,"Cost":315,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":594,"Cost":350,"Date":"5/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":599,"Cost":508,"Date":"9/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":236,"Cost":140,"Date":"1/3/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":456,"Cost":310,"Date":"2/2/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":892,"Cost":743,"Date":"3/18/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":270,"Cost":180,"Date":"10/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":286,"Cost":231,"Date":"2/16/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":87,"Cost":44,"Date":"6/7/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":265,"Cost":142,"Date":"1/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":552,"Cost":471,"Date":"3/27/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":496,"Cost":380,"Date":"5/12/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":259,"Cost":240,"Date":"7/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":764,"Cost":685,"Date":"8/8/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":478,"Cost":390,"Date":"12/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":890,"Cost":615,"Date":"1/17/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":876,"Cost":503,"Date":"3/8/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":149,"Cost":78,"Date":"6/6/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":480,"Cost":308,"Date":"6/16/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":583,"Cost":438,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":197,"Cost":172,"Date":"11/19/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":388,"Cost":213,"Date":"12/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":539,"Cost":358,"Date":"2/4/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":589,"Cost":518,"Date":"3/8/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":376,"Cost":355,"Date":"12/18/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":982,"Cost":892,"Date":"3/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":473,"Cost":448,"Date":"4/20/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":911,"Cost":682,"Date":"6/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":899,"Cost":811,"Date":"7/23/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":942,"Cost":575,"Date":"11/21/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":882,"Cost":611,"Date":"11/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":35,"Cost":28,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":553,"Cost":471,"Date":"5/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":600,"Cost":532,"Date":"9/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":738,"Cost":386,"Date":"1/3/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":745,"Cost":691,"Date":"2/2/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":869,"Cost":560,"Date":"3/18/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":911,"Cost":719,"Date":"10/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":444,"Cost":288,"Date":"2/16/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":950,"Cost":556,"Date":"6/7/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":873,"Cost":462,"Date":"1/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":319,"Cost":219,"Date":"3/27/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":779,"Cost":482,"Date":"5/12/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":963,"Cost":707,"Date":"7/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":327,"Cost":181,"Date":"8/8/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":453,"Date":"12/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":403,"Cost":305,"Date":"1/17/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":68,"Cost":54,"Date":"3/8/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":111,"Cost":90,"Date":"6/6/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":358,"Cost":276,"Date":"6/16/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":159,"Cost":126,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":124,"Cost":66,"Date":"11/19/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":178,"Cost":116,"Date":"12/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":742,"Cost":680,"Date":"2/4/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":928,"Cost":852,"Date":"3/8/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":488,"Cost":257,"Date":"12/18/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":872,"Cost":502,"Date":"3/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":644,"Cost":611,"Date":"4/20/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":490,"Cost":412,"Date":"6/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":159,"Cost":103,"Date":"7/23/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":929,"Cost":872,"Date":"11/21/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":258,"Cost":232,"Date":"11/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":814,"Cost":710,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":184,"Cost":149,"Date":"5/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":482,"Cost":457,"Date":"9/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":701,"Cost":589,"Date":"1/3/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":317,"Cost":292,"Date":"2/2/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":200,"Cost":163,"Date":"3/18/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":702,"Cost":428,"Date":"10/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":493,"Cost":395,"Date":"2/16/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":482,"Cost":448,"Date":"6/7/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":375,"Cost":248,"Date":"1/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":526,"Cost":476,"Date":"3/27/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":395,"Cost":375,"Date":"5/12/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":745,"Cost":394,"Date":"7/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":636,"Cost":583,"Date":"8/8/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":369,"Cost":210,"Date":"12/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":765,"Date":"1/17/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":720,"Cost":435,"Date":"3/8/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":437,"Cost":255,"Date":"6/6/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":939,"Cost":615,"Date":"6/16/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":585,"Cost":528,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":271,"Cost":202,"Date":"11/19/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":960,"Cost":723,"Date":"12/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":92,"Cost":62,"Date":"2/4/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":984,"Cost":721,"Date":"3/8/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":950,"Cost":552,"Date":"12/18/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":150,"Cost":123,"Date":"3/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":275,"Cost":198,"Date":"4/20/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":996,"Cost":911,"Date":"6/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":153,"Cost":130,"Date":"7/23/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":695,"Cost":555,"Date":"11/21/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":914,"Cost":814,"Date":"11/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":851,"Cost":709,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":929,"Cost":553,"Date":"5/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":153,"Cost":122,"Date":"9/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":389,"Cost":245,"Date":"1/3/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":703,"Cost":494,"Date":"2/2/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":226,"Cost":142,"Date":"3/18/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":709,"Cost":537,"Date":"10/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":348,"Cost":185,"Date":"2/16/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":5,"Cost":4,"Date":"6/7/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":748,"Cost":534,"Date":"1/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":590,"Cost":330,"Date":"3/27/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":229,"Cost":206,"Date":"5/12/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":164,"Cost":103,"Date":"7/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":11,"Cost":7,"Date":"8/8/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":3,"Cost":2,"Date":"12/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":681,"Cost":564,"Date":"1/17/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":541,"Cost":402,"Date":"3/8/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":603,"Cost":399,"Date":"6/6/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":261,"Cost":141,"Date":"6/16/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":886,"Cost":580,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":922,"Cost":758,"Date":"11/19/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":608,"Cost":539,"Date":"12/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":9,"Cost":7,"Date":"2/4/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":495,"Cost":453,"Date":"3/8/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":326,"Cost":287,"Date":"12/18/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":312,"Cost":166,"Date":"3/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":290,"Cost":152,"Date":"4/20/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":550,"Cost":290,"Date":"6/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":146,"Cost":80,"Date":"7/23/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":295,"Cost":186,"Date":"11/21/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":744,"Cost":590,"Date":"11/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":404,"Cost":327,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":133,"Cost":97,"Date":"5/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":791,"Cost":731,"Date":"9/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":249,"Cost":124,"Date":"1/3/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":851,"Cost":690,"Date":"2/2/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":707,"Cost":491,"Date":"3/18/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":203,"Cost":149,"Date":"10/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":486,"Cost":253,"Date":"2/16/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":118,"Cost":105,"Date":"6/7/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":527,"Cost":404,"Date":"1/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":899,"Cost":822,"Date":"3/27/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":232,"Cost":116,"Date":"5/12/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":869,"Cost":507,"Date":"7/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":703,"Cost":355,"Date":"8/8/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":727,"Cost":677,"Date":"12/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":331,"Cost":228,"Date":"1/17/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":810,"Cost":597,"Date":"3/8/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":538,"Cost":355,"Date":"6/6/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":46,"Cost":39,"Date":"6/16/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":972,"Cost":792,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":229,"Cost":146,"Date":"11/19/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":631,"Cost":439,"Date":"12/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":469,"Cost":237,"Date":"2/4/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":894,"Cost":625,"Date":"3/8/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":43,"Cost":37,"Date":"12/18/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":48,"Cost":27,"Date":"3/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":987,"Cost":919,"Date":"4/20/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":495,"Cost":374,"Date":"6/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":63,"Cost":33,"Date":"7/23/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":347,"Cost":300,"Date":"11/21/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":153,"Cost":103,"Date":"11/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":820,"Cost":664,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":440,"Cost":293,"Date":"5/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":951,"Cost":895,"Date":"9/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":643,"Cost":405,"Date":"1/3/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":447,"Cost":400,"Date":"2/2/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":76,"Cost":47,"Date":"3/18/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":961,"Cost":717,"Date":"10/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":416,"Cost":332,"Date":"2/16/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":893,"Cost":561,"Date":"6/7/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":690,"Cost":383,"Date":"1/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":80,"Cost":66,"Date":"3/27/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":399,"Cost":264,"Date":"5/12/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":534,"Cost":362,"Date":"7/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":94,"Cost":59,"Date":"8/8/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":244,"Cost":145,"Date":"12/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":747,"Cost":685,"Date":"1/17/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":82,"Cost":59,"Date":"3/8/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":850,"Cost":509,"Date":"6/6/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":110,"Cost":90,"Date":"6/16/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":921,"Cost":529,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":301,"Cost":210,"Date":"11/19/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":973,"Cost":494,"Date":"12/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":783,"Cost":432,"Date":"2/4/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":983,"Cost":811,"Date":"3/8/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":650,"Cost":609,"Date":"12/18/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":390,"Cost":216,"Date":"3/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":323,"Cost":280,"Date":"4/20/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":404,"Cost":264,"Date":"6/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":340,"Cost":199,"Date":"7/23/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":258,"Cost":144,"Date":"11/21/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":810,"Cost":544,"Date":"11/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":486,"Cost":309,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":32,"Cost":27,"Date":"5/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":187,"Cost":108,"Date":"9/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":624,"Cost":421,"Date":"1/3/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":254,"Cost":177,"Date":"2/2/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":506,"Cost":473,"Date":"3/18/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":542,"Cost":356,"Date":"10/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":737,"Cost":424,"Date":"2/16/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":760,"Cost":592,"Date":"6/7/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":3,"Cost":1,"Date":"1/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":589,"Cost":309,"Date":"3/27/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":117,"Cost":110,"Date":"5/12/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":258,"Cost":170,"Date":"7/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":554,"Cost":413,"Date":"8/8/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":127,"Cost":76,"Date":"12/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":773,"Cost":684,"Date":"1/17/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":943,"Cost":507,"Date":"3/8/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":224,"Cost":113,"Date":"6/6/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":984,"Cost":683,"Date":"6/16/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":703,"Cost":626,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":461,"Cost":286,"Date":"11/19/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":280,"Cost":207,"Date":"12/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":783,"Cost":436,"Date":"2/4/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":487,"Cost":300,"Date":"3/8/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":295,"Cost":264,"Date":"12/18/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":78,"Cost":60,"Date":"3/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":183,"Cost":154,"Date":"4/20/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":918,"Cost":533,"Date":"6/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":705,"Cost":629,"Date":"7/23/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":519,"Cost":476,"Date":"11/21/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":156,"Cost":91,"Date":"11/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":267,"Cost":234,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":465,"Cost":254,"Date":"5/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":21,"Cost":14,"Date":"9/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":416,"Cost":320,"Date":"1/3/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":57,"Cost":28,"Date":"2/2/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":644,"Cost":390,"Date":"3/18/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":131,"Cost":71,"Date":"10/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":88,"Cost":61,"Date":"2/16/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":436,"Cost":234,"Date":"6/7/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":892,"Cost":553,"Date":"1/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":648,"Cost":588,"Date":"3/27/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":150,"Cost":106,"Date":"5/12/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":952,"Cost":709,"Date":"7/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":253,"Cost":133,"Date":"8/8/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":680,"Cost":428,"Date":"12/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":259,"Cost":156,"Date":"1/17/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":196,"Cost":110,"Date":"3/8/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":6,"Cost":6,"Date":"6/6/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":678,"Cost":462,"Date":"6/16/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":438,"Cost":292,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":663,"Cost":444,"Date":"11/19/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":303,"Cost":191,"Date":"12/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":726,"Cost":488,"Date":"2/4/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":802,"Cost":638,"Date":"3/8/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":231,"Cost":200,"Date":"12/18/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":334,"Cost":215,"Date":"3/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":350,"Cost":197,"Date":"4/20/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":256,"Cost":151,"Date":"6/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":707,"Cost":461,"Date":"7/23/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":501,"Cost":426,"Date":"11/21/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":94,"Cost":89,"Date":"11/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":971,"Cost":796,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":673,"Cost":438,"Date":"5/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":108,"Cost":101,"Date":"9/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":949,"Cost":524,"Date":"1/3/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":795,"Cost":663,"Date":"2/2/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":289,"Cost":234,"Date":"3/18/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":197,"Cost":159,"Date":"10/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":91,"Cost":62,"Date":"2/16/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":800,"Cost":415,"Date":"6/7/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":991,"Cost":674,"Date":"1/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":740,"Cost":378,"Date":"3/27/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":97,"Cost":68,"Date":"5/12/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":94,"Cost":50,"Date":"7/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":710,"Cost":616,"Date":"8/8/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":169,"Cost":103,"Date":"12/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":580,"Cost":453,"Date":"1/17/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":443,"Cost":388,"Date":"3/8/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":397,"Cost":318,"Date":"6/6/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":167,"Cost":108,"Date":"6/16/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":324,"Cost":172,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":118,"Cost":70,"Date":"11/19/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":854,"Cost":430,"Date":"12/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":41,"Cost":28,"Date":"2/4/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":272,"Cost":176,"Date":"3/8/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":56,"Cost":37,"Date":"12/18/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":524,"Cost":404,"Date":"3/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":118,"Cost":79,"Date":"4/20/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":572,"Cost":288,"Date":"6/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":396,"Cost":241,"Date":"7/23/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":853,"Cost":633,"Date":"11/21/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":166,"Cost":87,"Date":"11/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":866,"Cost":547,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":58,"Cost":36,"Date":"5/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":190,"Cost":142,"Date":"9/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":318,"Cost":277,"Date":"1/3/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":290,"Cost":266,"Date":"2/2/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":899,"Cost":700,"Date":"3/18/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":26,"Cost":24,"Date":"10/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":529,"Cost":304,"Date":"2/16/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":726,"Cost":516,"Date":"6/7/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":591,"Cost":465,"Date":"1/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":501,"Cost":336,"Date":"3/27/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":690,"Cost":388,"Date":"5/12/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":28,"Cost":24,"Date":"7/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":482,"Cost":386,"Date":"8/8/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":724,"Cost":604,"Date":"12/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":809,"Cost":451,"Date":"1/17/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":858,"Cost":567,"Date":"3/8/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":598,"Cost":451,"Date":"6/6/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":598,"Cost":404,"Date":"6/16/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":171,"Cost":150,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":30,"Cost":22,"Date":"11/19/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":63,"Cost":47,"Date":"12/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":835,"Cost":621,"Date":"2/4/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":422,"Cost":278,"Date":"3/8/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":365,"Cost":307,"Date":"12/18/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":523,"Cost":316,"Date":"3/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":637,"Cost":374,"Date":"4/20/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":640,"Cost":371,"Date":"6/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":620,"Cost":526,"Date":"7/23/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":908,"Cost":654,"Date":"11/21/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":907,"Cost":521,"Date":"11/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":784,"Cost":588,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":226,"Cost":203,"Date":"5/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":764,"Cost":448,"Date":"9/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":817,"Cost":465,"Date":"1/3/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":938,"Cost":508,"Date":"2/2/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":713,"Cost":482,"Date":"3/18/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":193,"Cost":177,"Date":"10/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":854,"Cost":670,"Date":"2/16/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":520,"Cost":363,"Date":"6/7/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":419,"Cost":288,"Date":"1/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":5,"Cost":4,"Date":"3/27/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":860,"Cost":499,"Date":"5/12/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":492,"Date":"7/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":804,"Cost":470,"Date":"8/8/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":905,"Cost":836,"Date":"12/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":394,"Cost":251,"Date":"1/17/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":918,"Cost":617,"Date":"3/8/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":568,"Cost":349,"Date":"6/6/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":823,"Cost":476,"Date":"6/16/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":527,"Cost":310,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":560,"Cost":299,"Date":"11/19/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":288,"Cost":225,"Date":"12/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":187,"Cost":163,"Date":"2/4/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":430,"Cost":247,"Date":"3/8/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":781,"Cost":440,"Date":"12/18/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":661,"Cost":345,"Date":"3/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":293,"Cost":189,"Date":"4/20/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":368,"Cost":338,"Date":"6/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":935,"Cost":561,"Date":"7/23/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":271,"Cost":195,"Date":"11/21/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":124,"Cost":90,"Date":"11/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":770,"Cost":700,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":508,"Cost":436,"Date":"5/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":405,"Cost":237,"Date":"9/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":46,"Cost":25,"Date":"1/3/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":618,"Cost":500,"Date":"2/2/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":792,"Cost":574,"Date":"3/18/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":787,"Cost":489,"Date":"10/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":291,"Cost":204,"Date":"2/16/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":289,"Cost":229,"Date":"6/7/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":277,"Cost":163,"Date":"1/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":735,"Cost":640,"Date":"3/27/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":30,"Cost":16,"Date":"5/12/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":586,"Cost":521,"Date":"7/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":922,"Cost":712,"Date":"8/8/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":838,"Cost":466,"Date":"12/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":842,"Cost":609,"Date":"1/17/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":906,"Cost":771,"Date":"3/8/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":111,"Cost":105,"Date":"6/6/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":221,"Cost":150,"Date":"6/16/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":29,"Cost":19,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":911,"Cost":737,"Date":"11/19/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":321,"Cost":196,"Date":"12/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":361,"Cost":341,"Date":"2/4/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":876,"Cost":657,"Date":"3/8/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":701,"Cost":358,"Date":"12/18/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":966,"Cost":791,"Date":"3/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":504,"Cost":361,"Date":"4/20/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":305,"Cost":275,"Date":"6/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":390,"Cost":298,"Date":"7/23/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":338,"Cost":197,"Date":"11/21/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":437,"Cost":389,"Date":"11/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":212,"Cost":133,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":253,"Cost":159,"Date":"5/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":634,"Cost":580,"Date":"9/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":173,"Cost":164,"Date":"1/3/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":749,"Cost":618,"Date":"2/2/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":328,"Cost":268,"Date":"3/18/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":278,"Cost":239,"Date":"10/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":816,"Cost":473,"Date":"2/16/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":99,"Cost":87,"Date":"6/7/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":780,"Cost":670,"Date":"1/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":82,"Cost":52,"Date":"3/27/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":494,"Cost":344,"Date":"5/12/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":934,"Cost":671,"Date":"7/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":893,"Cost":677,"Date":"8/8/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":539,"Cost":410,"Date":"12/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":697,"Cost":431,"Date":"1/17/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":379,"Cost":329,"Date":"3/8/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":77,"Cost":61,"Date":"6/6/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":364,"Cost":225,"Date":"6/16/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":84,"Cost":55,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":143,"Cost":108,"Date":"11/19/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":145,"Cost":84,"Date":"12/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":602,"Cost":484,"Date":"2/4/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":955,"Cost":837,"Date":"3/8/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":992,"Cost":799,"Date":"12/18/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":298,"Cost":195,"Date":"3/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":932,"Cost":750,"Date":"4/20/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":537,"Cost":444,"Date":"6/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":254,"Cost":184,"Date":"7/23/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":714,"Cost":560,"Date":"11/21/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":942,"Cost":491,"Date":"11/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":600,"Cost":553,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":12,"Cost":10,"Date":"5/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":256,"Cost":233,"Date":"9/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":633,"Cost":562,"Date":"1/3/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":719,"Cost":432,"Date":"2/2/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":827,"Cost":477,"Date":"3/18/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":214,"Cost":169,"Date":"10/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":394,"Cost":227,"Date":"2/16/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":549,"Cost":375,"Date":"6/7/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":268,"Cost":206,"Date":"1/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":16,"Cost":8,"Date":"3/27/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":714,"Cost":566,"Date":"5/12/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":553,"Cost":365,"Date":"7/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":236,"Cost":200,"Date":"8/8/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":660,"Cost":409,"Date":"12/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":618,"Cost":497,"Date":"1/17/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":665,"Cost":497,"Date":"3/8/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":689,"Cost":512,"Date":"6/6/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":335,"Cost":244,"Date":"6/16/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":320,"Cost":210,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":810,"Cost":661,"Date":"11/19/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":134,"Cost":81,"Date":"12/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":786,"Cost":615,"Date":"2/4/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":274,"Cost":197,"Date":"3/8/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":680,"Cost":565,"Date":"12/18/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":545,"Cost":444,"Date":"3/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":667,"Cost":461,"Date":"4/20/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":280,"Cost":144,"Date":"6/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":768,"Cost":530,"Date":"7/23/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":318,"Cost":232,"Date":"11/21/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":188,"Cost":171,"Date":"11/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":609,"Cost":343,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":990,"Cost":659,"Date":"5/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":79,"Cost":47,"Date":"9/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":382,"Cost":283,"Date":"1/3/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":544,"Cost":491,"Date":"2/2/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":619,"Cost":544,"Date":"3/18/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":79,"Cost":40,"Date":"10/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":326,"Cost":280,"Date":"2/16/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":367,"Cost":203,"Date":"6/7/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":572,"Cost":311,"Date":"1/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":243,"Cost":183,"Date":"3/27/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":990,"Cost":837,"Date":"5/12/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":306,"Cost":155,"Date":"7/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":574,"Cost":358,"Date":"8/8/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":918,"Cost":572,"Date":"12/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":998,"Cost":944,"Date":"1/17/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":392,"Cost":327,"Date":"3/8/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":147,"Cost":93,"Date":"6/6/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":444,"Cost":286,"Date":"6/16/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":120,"Cost":81,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":343,"Cost":172,"Date":"11/19/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":459,"Cost":302,"Date":"12/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":506,"Cost":315,"Date":"2/4/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":742,"Cost":654,"Date":"3/8/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":316,"Cost":257,"Date":"12/18/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":236,"Cost":119,"Date":"3/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":52,"Cost":32,"Date":"4/20/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":166,"Cost":116,"Date":"6/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":908,"Cost":842,"Date":"7/23/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":676,"Cost":420,"Date":"11/21/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":628,"Cost":496,"Date":"11/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":750,"Cost":670,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":34,"Cost":21,"Date":"5/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":751,"Cost":388,"Date":"9/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":852,"Cost":805,"Date":"1/3/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":49,"Cost":27,"Date":"2/2/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":659,"Cost":540,"Date":"3/18/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":24,"Cost":13,"Date":"10/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":660,"Cost":412,"Date":"2/16/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":728,"Cost":524,"Date":"6/7/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":64,"Cost":40,"Date":"1/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":228,"Cost":178,"Date":"3/27/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":757,"Cost":629,"Date":"5/12/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":212,"Cost":138,"Date":"7/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":513,"Cost":330,"Date":"8/8/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":809,"Cost":543,"Date":"12/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":708,"Cost":645,"Date":"1/17/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":884,"Cost":448,"Date":"3/8/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":632,"Cost":352,"Date":"6/6/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":673,"Cost":508,"Date":"6/16/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":669,"Cost":424,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":966,"Cost":596,"Date":"11/19/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":647,"Cost":486,"Date":"12/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":821,"Cost":472,"Date":"2/4/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":903,"Cost":804,"Date":"3/8/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":233,"Cost":175,"Date":"12/18/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":364,"Cost":336,"Date":"3/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":159,"Cost":89,"Date":"4/20/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":994,"Cost":666,"Date":"6/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":824,"Cost":428,"Date":"7/23/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":534,"Cost":346,"Date":"11/21/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":384,"Cost":207,"Date":"11/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":195,"Cost":137,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":276,"Cost":183,"Date":"5/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":316,"Cost":283,"Date":"9/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":589,"Cost":532,"Date":"1/3/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":301,"Cost":218,"Date":"2/2/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":666,"Cost":632,"Date":"3/18/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":275,"Cost":257,"Date":"10/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":679,"Cost":594,"Date":"2/16/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":317,"Cost":301,"Date":"6/7/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":649,"Cost":483,"Date":"1/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":33,"Cost":24,"Date":"3/27/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":782,"Cost":647,"Date":"5/12/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":86,"Cost":74,"Date":"7/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":256,"Cost":134,"Date":"8/8/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":91,"Cost":68,"Date":"12/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":726,"Cost":581,"Date":"1/17/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":933,"Cost":468,"Date":"3/8/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":333,"Cost":206,"Date":"6/6/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":676,"Cost":575,"Date":"6/16/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":894,"Cost":464,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":373,"Cost":215,"Date":"11/19/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":503,"Cost":281,"Date":"12/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":144,"Cost":128,"Date":"2/4/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":753,"Cost":459,"Date":"3/8/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":30,"Cost":23,"Date":"12/18/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":207,"Cost":173,"Date":"3/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":45,"Cost":23,"Date":"4/20/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":897,"Cost":545,"Date":"6/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":348,"Cost":278,"Date":"7/23/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":185,"Cost":154,"Date":"11/21/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":198,"Cost":120,"Date":"11/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":664,"Cost":442,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":80,"Cost":52,"Date":"5/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":900,"Cost":751,"Date":"9/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":375,"Cost":190,"Date":"1/3/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":297,"Cost":180,"Date":"2/2/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":957,"Cost":862,"Date":"3/18/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":534,"Cost":475,"Date":"10/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":517,"Cost":278,"Date":"2/16/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":663,"Cost":607,"Date":"6/7/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":817,"Cost":485,"Date":"1/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":243,"Cost":225,"Date":"3/27/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":642,"Cost":537,"Date":"5/12/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":554,"Cost":357,"Date":"7/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":181,"Cost":158,"Date":"8/8/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":331,"Cost":263,"Date":"12/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":856,"Cost":787,"Date":"1/17/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":821,"Cost":426,"Date":"3/8/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":188,"Cost":119,"Date":"6/6/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":164,"Cost":115,"Date":"6/16/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":82,"Cost":68,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":463,"Cost":297,"Date":"11/19/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":30,"Cost":26,"Date":"12/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":476,"Cost":253,"Date":"2/4/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":999,"Cost":691,"Date":"3/8/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":644,"Cost":549,"Date":"12/18/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":601,"Cost":544,"Date":"3/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":332,"Cost":193,"Date":"4/20/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":879,"Cost":828,"Date":"6/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":402,"Cost":303,"Date":"7/23/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":474,"Cost":256,"Date":"11/21/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":924,"Cost":828,"Date":"11/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":655,"Cost":427,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":423,"Cost":374,"Date":"5/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":109,"Cost":61,"Date":"9/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":843,"Cost":511,"Date":"1/3/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":129,"Cost":111,"Date":"2/2/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":818,"Cost":564,"Date":"3/18/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":165,"Cost":145,"Date":"10/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":562,"Cost":307,"Date":"2/16/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":645,"Cost":355,"Date":"6/7/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":576,"Cost":290,"Date":"1/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":924,"Cost":798,"Date":"3/27/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":517,"Cost":389,"Date":"5/12/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":793,"Cost":586,"Date":"7/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":905,"Cost":583,"Date":"8/8/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":137,"Cost":107,"Date":"12/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":476,"Cost":317,"Date":"1/17/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":652,"Cost":564,"Date":"3/8/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":861,"Cost":486,"Date":"6/6/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":710,"Cost":428,"Date":"6/16/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":188,"Cost":131,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":775,"Cost":707,"Date":"11/19/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":155,"Cost":79,"Date":"12/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":840,"Cost":776,"Date":"2/4/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":441,"Cost":372,"Date":"3/8/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":983,"Cost":511,"Date":"12/18/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":349,"Cost":196,"Date":"3/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":699,"Cost":565,"Date":"4/20/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":695,"Cost":407,"Date":"6/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":350,"Cost":287,"Date":"7/23/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":592,"Cost":331,"Date":"11/21/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":870,"Cost":660,"Date":"11/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":859,"Cost":499,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":158,"Cost":89,"Date":"5/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":952,"Cost":605,"Date":"9/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":146,"Cost":133,"Date":"1/3/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":589,"Cost":389,"Date":"2/2/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":153,"Cost":133,"Date":"3/18/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":328,"Cost":302,"Date":"10/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":862,"Cost":609,"Date":"2/16/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":737,"Cost":508,"Date":"6/7/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":640,"Cost":459,"Date":"1/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":5,"Cost":5,"Date":"3/27/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":865,"Cost":539,"Date":"5/12/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":40,"Cost":22,"Date":"7/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":901,"Cost":492,"Date":"8/8/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":356,"Cost":318,"Date":"12/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":237,"Cost":119,"Date":"1/17/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":239,"Cost":182,"Date":"3/8/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":862,"Cost":772,"Date":"6/6/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":542,"Cost":497,"Date":"6/16/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":234,"Cost":159,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":815,"Cost":474,"Date":"11/19/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":136,"Cost":121,"Date":"12/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":446,"Cost":417,"Date":"2/4/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":127,"Cost":114,"Date":"3/8/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":601,"Cost":437,"Date":"12/18/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":521,"Cost":353,"Date":"3/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":867,"Cost":503,"Date":"4/20/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":602,"Cost":370,"Date":"6/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":907,"Cost":655,"Date":"7/23/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":509,"Cost":453,"Date":"11/21/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":311,"Cost":180,"Date":"11/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":25,"Cost":23,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":193,"Cost":135,"Date":"5/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":320,"Cost":256,"Date":"9/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":999,"Cost":789,"Date":"1/3/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":757,"Cost":684,"Date":"2/2/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":277,"Cost":171,"Date":"3/18/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":303,"Cost":242,"Date":"10/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":330,"Cost":168,"Date":"2/16/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":380,"Cost":258,"Date":"6/7/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":933,"Cost":850,"Date":"1/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":412,"Cost":246,"Date":"3/27/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":207,"Cost":170,"Date":"5/12/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":302,"Cost":155,"Date":"7/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":402,"Cost":337,"Date":"8/8/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":298,"Cost":218,"Date":"12/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":425,"Cost":307,"Date":"1/17/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":825,"Cost":480,"Date":"3/8/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":183,"Cost":143,"Date":"6/6/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":789,"Cost":722,"Date":"6/16/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":314,"Cost":215,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":993,"Cost":619,"Date":"11/19/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":545,"Cost":418,"Date":"12/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":94,"Cost":74,"Date":"2/4/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":36,"Cost":26,"Date":"3/8/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":820,"Cost":575,"Date":"12/18/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":775,"Cost":434,"Date":"3/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":651,"Cost":614,"Date":"4/20/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":155,"Cost":98,"Date":"6/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":438,"Cost":406,"Date":"7/23/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":123,"Cost":110,"Date":"11/21/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":425,"Cost":326,"Date":"11/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":353,"Cost":177,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":624,"Cost":463,"Date":"5/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":921,"Cost":788,"Date":"9/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":87,"Cost":45,"Date":"1/3/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":809,"Cost":462,"Date":"2/2/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":224,"Cost":141,"Date":"3/18/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":580,"Cost":383,"Date":"10/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":868,"Cost":549,"Date":"2/16/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":252,"Cost":200,"Date":"6/7/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":859,"Cost":436,"Date":"1/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":528,"Cost":328,"Date":"3/27/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":610,"Cost":522,"Date":"5/12/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":956,"Cost":615,"Date":"7/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":387,"Cost":262,"Date":"8/8/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":974,"Cost":691,"Date":"12/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":55,"Cost":29,"Date":"1/17/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":966,"Cost":694,"Date":"3/8/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":292,"Cost":172,"Date":"6/6/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":16,"Cost":12,"Date":"6/16/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":387,"Cost":329,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":780,"Cost":665,"Date":"11/19/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":274,"Cost":229,"Date":"12/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":352,"Cost":292,"Date":"2/4/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":1000,"Cost":691,"Date":"3/8/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":826,"Cost":620,"Date":"12/18/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":562,"Cost":524,"Date":"3/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":232,"Cost":131,"Date":"4/20/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":98,"Cost":76,"Date":"6/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":834,"Cost":792,"Date":"7/23/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":110,"Cost":58,"Date":"11/21/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":244,"Cost":177,"Date":"11/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":629,"Cost":558,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":702,"Cost":581,"Date":"5/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":442,"Cost":315,"Date":"9/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":1,"Cost":0,"Date":"1/3/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":399,"Cost":246,"Date":"2/2/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":912,"Cost":735,"Date":"3/18/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":934,"Cost":845,"Date":"10/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":374,"Cost":329,"Date":"2/16/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":207,"Cost":124,"Date":"6/7/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":331,"Cost":177,"Date":"1/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":456,"Cost":308,"Date":"3/27/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":293,"Cost":161,"Date":"5/12/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":602,"Cost":464,"Date":"7/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":537,"Cost":274,"Date":"8/8/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":276,"Cost":196,"Date":"12/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":686,"Cost":611,"Date":"1/17/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":344,"Cost":264,"Date":"3/8/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":547,"Cost":356,"Date":"6/6/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":681,"Cost":585,"Date":"6/16/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":758,"Cost":504,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":281,"Cost":250,"Date":"11/19/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":394,"Cost":230,"Date":"12/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":416,"Cost":385,"Date":"2/4/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":573,"Cost":336,"Date":"3/8/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":107,"Cost":74,"Date":"12/18/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":501,"Cost":436,"Date":"3/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":187,"Cost":177,"Date":"4/20/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":869,"Cost":694,"Date":"6/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":817,"Cost":745,"Date":"7/23/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":963,"Cost":647,"Date":"11/21/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":875,"Cost":503,"Date":"11/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":413,"Cost":240,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":571,"Cost":377,"Date":"5/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":358,"Cost":193,"Date":"9/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":370,"Cost":328,"Date":"1/3/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":294,"Cost":279,"Date":"2/2/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":646,"Cost":596,"Date":"3/18/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":368,"Cost":349,"Date":"10/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":295,"Cost":182,"Date":"2/16/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":993,"Cost":531,"Date":"6/7/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":688,"Cost":472,"Date":"1/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":590,"Cost":377,"Date":"3/27/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":397,"Date":"5/12/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":567,"Cost":385,"Date":"7/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":745,"Cost":585,"Date":"8/8/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":102,"Cost":54,"Date":"12/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":652,"Cost":343,"Date":"1/17/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":69,"Cost":55,"Date":"3/8/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":877,"Cost":524,"Date":"6/6/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":758,"Cost":585,"Date":"6/16/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":185,"Cost":110,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":889,"Cost":543,"Date":"11/19/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":155,"Cost":148,"Date":"12/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":355,"Cost":217,"Date":"2/4/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":621,"Cost":574,"Date":"3/8/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":639,"Cost":564,"Date":"12/18/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":707,"Cost":604,"Date":"3/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":938,"Cost":517,"Date":"4/20/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":119,"Cost":75,"Date":"6/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":608,"Cost":471,"Date":"7/23/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":802,"Cost":617,"Date":"11/21/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":767,"Cost":426,"Date":"11/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":878,"Cost":453,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":591,"Cost":448,"Date":"5/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":311,"Cost":184,"Date":"9/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":483,"Cost":384,"Date":"1/3/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":306,"Cost":177,"Date":"2/2/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":415,"Cost":388,"Date":"3/18/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":33,"Cost":16,"Date":"10/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":459,"Cost":332,"Date":"2/16/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":727,"Cost":525,"Date":"6/7/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":619,"Cost":311,"Date":"1/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":868,"Cost":818,"Date":"3/27/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":905,"Cost":675,"Date":"5/12/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":326,"Cost":298,"Date":"7/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":71,"Cost":39,"Date":"8/8/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":249,"Cost":149,"Date":"12/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":470,"Cost":243,"Date":"1/17/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":174,"Cost":121,"Date":"3/8/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":472,"Cost":257,"Date":"6/6/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":135,"Cost":121,"Date":"6/16/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":240,"Cost":130,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":164,"Cost":131,"Date":"11/19/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":817,"Cost":660,"Date":"12/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":76,"Cost":56,"Date":"2/4/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":767,"Cost":398,"Date":"3/8/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":111,"Cost":92,"Date":"12/18/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":259,"Cost":145,"Date":"3/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":245,"Cost":167,"Date":"4/20/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":180,"Cost":129,"Date":"6/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":188,"Cost":150,"Date":"7/23/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":399,"Cost":364,"Date":"11/21/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":765,"Cost":700,"Date":"11/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":803,"Cost":546,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":648,"Cost":553,"Date":"5/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":457,"Cost":256,"Date":"9/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":116,"Cost":100,"Date":"1/3/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":570,"Cost":526,"Date":"2/2/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":272,"Cost":224,"Date":"3/18/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":590,"Cost":476,"Date":"10/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":180,"Cost":164,"Date":"2/16/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":633,"Cost":332,"Date":"6/7/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":816,"Cost":428,"Date":"1/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":177,"Cost":94,"Date":"3/27/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":854,"Cost":778,"Date":"5/12/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":676,"Cost":569,"Date":"7/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":300,"Cost":269,"Date":"8/8/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":777,"Cost":711,"Date":"12/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":84,"Cost":71,"Date":"1/17/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":662,"Cost":545,"Date":"3/8/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":817,"Cost":530,"Date":"6/6/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":293,"Cost":233,"Date":"6/16/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":789,"Cost":600,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":277,"Cost":246,"Date":"11/19/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":862,"Cost":696,"Date":"12/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":591,"Cost":319,"Date":"2/4/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":201,"Cost":187,"Date":"3/8/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":918,"Cost":608,"Date":"12/18/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":261,"Cost":182,"Date":"3/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":326,"Cost":178,"Date":"4/20/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":437,"Cost":278,"Date":"6/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":379,"Cost":244,"Date":"7/23/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":779,"Cost":581,"Date":"11/21/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":21,"Cost":10,"Date":"11/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":799,"Cost":691,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":423,"Cost":380,"Date":"5/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":221,"Cost":151,"Date":"9/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":569,"Cost":471,"Date":"1/3/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":604,"Cost":358,"Date":"2/2/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":407,"Cost":304,"Date":"3/18/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":409,"Cost":323,"Date":"10/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":500,"Cost":386,"Date":"2/16/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":467,"Cost":258,"Date":"6/7/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":844,"Cost":463,"Date":"1/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":749,"Cost":545,"Date":"3/27/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":98,"Cost":87,"Date":"5/12/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":387,"Cost":328,"Date":"7/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":447,"Cost":285,"Date":"8/8/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":941,"Cost":660,"Date":"12/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":993,"Cost":878,"Date":"1/17/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":384,"Cost":234,"Date":"3/8/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":222,"Cost":177,"Date":"6/6/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":425,"Cost":336,"Date":"6/16/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":906,"Cost":714,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":224,"Cost":150,"Date":"11/19/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":163,"Cost":111,"Date":"12/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":102,"Cost":62,"Date":"2/4/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":410,"Cost":373,"Date":"3/8/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":917,"Cost":855,"Date":"12/18/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":632,"Cost":498,"Date":"3/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":210,"Cost":110,"Date":"4/20/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":743,"Cost":542,"Date":"6/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":194,"Cost":182,"Date":"7/23/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":991,"Cost":900,"Date":"11/21/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":785,"Cost":625,"Date":"11/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":304,"Cost":181,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":177,"Cost":117,"Date":"5/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":84,"Cost":65,"Date":"9/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":279,"Cost":240,"Date":"1/3/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":879,"Cost":641,"Date":"2/2/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":334,"Cost":180,"Date":"3/18/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":570,"Cost":350,"Date":"10/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":627,"Cost":315,"Date":"2/16/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":776,"Cost":628,"Date":"6/7/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":114,"Cost":78,"Date":"1/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":57,"Cost":46,"Date":"3/27/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":241,"Cost":160,"Date":"5/12/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":314,"Cost":176,"Date":"7/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":314,"Cost":215,"Date":"8/8/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":183,"Cost":171,"Date":"12/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":138,"Cost":115,"Date":"1/17/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":706,"Cost":377,"Date":"3/8/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":640,"Cost":561,"Date":"6/6/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":215,"Cost":137,"Date":"6/16/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":480,"Cost":248,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":947,"Cost":638,"Date":"11/19/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":347,"Cost":324,"Date":"12/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":302,"Cost":234,"Date":"2/4/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":606,"Cost":325,"Date":"3/8/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":830,"Cost":438,"Date":"12/18/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":14,"Cost":10,"Date":"3/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":93,"Cost":54,"Date":"4/20/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":231,"Cost":139,"Date":"6/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":273,"Cost":257,"Date":"7/23/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":305,"Cost":236,"Date":"11/21/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":635,"Cost":566,"Date":"11/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":90,"Cost":81,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":564,"Cost":529,"Date":"5/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":406,"Cost":314,"Date":"9/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":524,"Cost":370,"Date":"1/3/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":599,"Cost":483,"Date":"2/2/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":140,"Cost":125,"Date":"3/18/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":312,"Cost":290,"Date":"10/14/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":27,"Cost":16,"Date":"2/16/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":427,"Cost":338,"Date":"6/7/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":44,"Cost":34,"Date":"1/28/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":393,"Date":"3/27/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":6,"Cost":3,"Date":"5/12/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":529,"Cost":473,"Date":"7/28/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":125,"Cost":65,"Date":"8/8/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":73,"Cost":69,"Date":"12/7/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":183,"Cost":151,"Date":"1/17/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":612,"Cost":354,"Date":"3/8/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":634,"Cost":399,"Date":"6/6/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":538,"Cost":483,"Date":"6/16/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":68,"Cost":51,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":91,"Cost":82,"Date":"11/19/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":446,"Cost":424,"Date":"12/28/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":161,"Cost":139,"Date":"2/4/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":777,"Cost":683,"Date":"3/8/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":157,"Cost":131,"Date":"12/18/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":597,"Cost":361,"Date":"3/31/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":614,"Cost":331,"Date":"4/20/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":563,"Cost":449,"Date":"6/26/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":673,"Cost":526,"Date":"7/23/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":147,"Cost":98,"Date":"11/21/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":397,"Cost":222,"Date":"11/26/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":180,"Cost":169,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":756,"Cost":626,"Date":"5/21/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":901,"Cost":643,"Date":"9/28/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":736,"Cost":461,"Date":"1/3/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":320,"Cost":197,"Date":"2/2/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":268,"Cost":217,"Date":"3/18/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":925,"Cost":787,"Date":"10/14/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":745,"Cost":599,"Date":"2/16/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":864,"Cost":797,"Date":"6/7/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":50,"Cost":31,"Date":"1/28/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":313,"Cost":295,"Date":"3/27/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":755,"Cost":501,"Date":"5/12/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":890,"Cost":629,"Date":"7/28/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":28,"Cost":20,"Date":"8/8/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":503,"Cost":453,"Date":"12/7/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":147,"Cost":104,"Date":"1/17/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":227,"Cost":124,"Date":"3/8/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":174,"Cost":149,"Date":"6/6/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":179,"Cost":100,"Date":"6/16/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":678,"Cost":409,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":635,"Cost":421,"Date":"11/19/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":261,"Cost":151,"Date":"12/28/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":934,"Cost":639,"Date":"2/4/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":651,"Cost":428,"Date":"3/8/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":487,"Cost":308,"Date":"12/18/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":981,"Cost":691,"Date":"3/31/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":830,"Cost":536,"Date":"4/20/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":654,"Cost":525,"Date":"6/26/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":309,"Cost":267,"Date":"7/23/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":862,"Cost":718,"Date":"11/21/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":269,"Cost":189,"Date":"11/26/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":376,"Cost":262,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":725,"Cost":546,"Date":"5/21/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":498,"Cost":325,"Date":"9/28/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":608,"Cost":368,"Date":"1/3/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":703,"Cost":662,"Date":"2/2/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":272,"Cost":164,"Date":"3/18/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":185,"Cost":167,"Date":"10/14/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":237,"Cost":165,"Date":"2/16/2018"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":604,"Cost":399,"Date":"6/7/2018"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":1,"Cost":1,"Date":"1/28/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":443,"Cost":294,"Date":"3/27/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":792,"Cost":719,"Date":"5/12/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":298,"Cost":234,"Date":"7/28/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":605,"Cost":454,"Date":"8/8/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":626,"Cost":572,"Date":"12/7/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":395,"Cost":299,"Date":"1/17/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":664,"Cost":498,"Date":"3/8/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":103,"Cost":82,"Date":"6/6/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":241,"Cost":177,"Date":"6/16/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":952,"Cost":636,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":139,"Cost":113,"Date":"11/19/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":352,"Cost":297,"Date":"12/28/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":534,"Cost":275,"Date":"2/4/2021"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":257,"Cost":202,"Date":"3/8/2021"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":125,"Cost":98,"Date":"12/18/2021"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":415,"Cost":386,"Date":"3/31/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":32,"Cost":17,"Date":"4/20/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":733,"Cost":442,"Date":"6/26/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":101,"Cost":52,"Date":"7/23/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":660,"Cost":344,"Date":"11/21/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":596,"Cost":556,"Date":"11/26/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":956,"Cost":534,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":500,"Cost":334,"Date":"5/21/2023"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":706,"Cost":540,"Date":"9/28/2023"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":123,"Cost":75,"Date":"1/3/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":952,"Cost":611,"Date":"2/2/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":944,"Cost":644,"Date":"3/18/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":643,"Cost":562,"Date":"10/14/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":394,"Cost":314,"Date":"2/16/2018"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":960,"Cost":583,"Date":"6/7/2018"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":345,"Cost":279,"Date":"1/28/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":226,"Cost":214,"Date":"3/27/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":146,"Cost":89,"Date":"5/12/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":891,"Cost":811,"Date":"7/28/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":486,"Cost":439,"Date":"8/8/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":571,"Cost":516,"Date":"12/7/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":728,"Cost":529,"Date":"1/17/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":863,"Cost":717,"Date":"3/8/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":224,"Cost":121,"Date":"6/6/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":714,"Cost":538,"Date":"6/16/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":715,"Cost":512,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":389,"Cost":202,"Date":"11/19/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":457,"Cost":397,"Date":"12/28/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":574,"Cost":364,"Date":"2/4/2021"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":747,"Cost":703,"Date":"3/8/2021"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":943,"Cost":479,"Date":"12/18/2021"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":989,"Cost":700,"Date":"3/31/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":283,"Cost":238,"Date":"4/20/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":94,"Cost":69,"Date":"6/26/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":803,"Cost":614,"Date":"7/23/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":743,"Cost":674,"Date":"11/21/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":354,"Cost":319,"Date":"11/26/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":178,"Cost":101,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":796,"Cost":481,"Date":"5/21/2023"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":571,"Cost":352,"Date":"9/28/2023"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":305,"Cost":290,"Date":"1/3/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":228,"Cost":207,"Date":"2/2/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":181,"Cost":129,"Date":"3/18/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":466,"Cost":271,"Date":"10/14/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":805,"Cost":674,"Date":"2/16/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":615,"Cost":548,"Date":"6/7/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":839,"Cost":797,"Date":"1/28/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":530,"Cost":364,"Date":"3/27/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":192,"Cost":176,"Date":"5/12/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":574,"Cost":493,"Date":"7/28/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":249,"Cost":132,"Date":"8/8/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":533,"Cost":369,"Date":"12/7/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":217,"Cost":148,"Date":"1/17/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":431,"Cost":338,"Date":"3/8/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":791,"Cost":673,"Date":"6/6/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":291,"Cost":253,"Date":"6/16/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":948,"Cost":743,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":69,"Cost":64,"Date":"11/19/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":901,"Date":"12/28/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":525,"Cost":396,"Date":"2/4/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":776,"Cost":714,"Date":"3/8/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":500,"Cost":349,"Date":"12/18/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":542,"Cost":365,"Date":"3/31/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":697,"Cost":530,"Date":"4/20/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":869,"Cost":590,"Date":"6/26/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":715,"Cost":530,"Date":"7/23/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":41,"Cost":28,"Date":"11/21/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":603,"Cost":565,"Date":"11/26/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":954,"Cost":518,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":588,"Cost":503,"Date":"5/21/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":390,"Cost":276,"Date":"9/28/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":879,"Cost":575,"Date":"1/3/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":900,"Cost":664,"Date":"2/2/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":140,"Cost":93,"Date":"3/18/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":381,"Cost":281,"Date":"10/14/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":952,"Cost":657,"Date":"2/16/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":606,"Cost":381,"Date":"6/7/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":317,"Cost":242,"Date":"1/28/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":112,"Cost":67,"Date":"3/27/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":256,"Cost":185,"Date":"5/12/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":538,"Cost":459,"Date":"7/28/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":111,"Cost":55,"Date":"8/8/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":737,"Cost":575,"Date":"12/7/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":986,"Cost":878,"Date":"1/17/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":114,"Cost":92,"Date":"3/8/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":415,"Cost":314,"Date":"6/6/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":701,"Cost":533,"Date":"6/16/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":260,"Cost":202,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":408,"Cost":368,"Date":"11/19/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":578,"Cost":427,"Date":"12/28/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":779,"Cost":629,"Date":"2/4/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":331,"Cost":174,"Date":"3/8/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":659,"Cost":623,"Date":"12/18/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":155,"Cost":142,"Date":"3/31/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":70,"Cost":38,"Date":"4/20/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":906,"Cost":551,"Date":"6/26/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":260,"Cost":240,"Date":"7/23/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":543,"Cost":508,"Date":"11/21/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":15,"Cost":7,"Date":"11/26/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":736,"Cost":670,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":947,"Cost":733,"Date":"5/21/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":882,"Cost":519,"Date":"9/28/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":621,"Cost":540,"Date":"1/3/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":504,"Cost":363,"Date":"2/2/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":595,"Cost":523,"Date":"3/18/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":138,"Cost":114,"Date":"10/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":940,"Cost":629,"Date":"2/16/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":96,"Cost":91,"Date":"6/7/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":354,"Cost":250,"Date":"1/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":307,"Cost":167,"Date":"3/27/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":170,"Cost":143,"Date":"5/12/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":566,"Cost":531,"Date":"7/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":746,"Date":"8/8/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":789,"Cost":401,"Date":"12/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":231,"Cost":207,"Date":"1/17/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":100,"Cost":93,"Date":"3/8/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":22,"Cost":15,"Date":"6/6/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":702,"Cost":517,"Date":"6/16/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":420,"Cost":357,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":990,"Cost":561,"Date":"11/19/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":985,"Cost":801,"Date":"12/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":769,"Cost":440,"Date":"2/4/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":282,"Cost":182,"Date":"3/8/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":723,"Cost":544,"Date":"12/18/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":680,"Cost":347,"Date":"3/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":846,"Cost":798,"Date":"4/20/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":935,"Cost":816,"Date":"6/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":124,"Cost":88,"Date":"7/23/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":271,"Cost":163,"Date":"11/21/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":845,"Cost":711,"Date":"11/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":210,"Cost":169,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":130,"Cost":91,"Date":"5/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":375,"Cost":225,"Date":"9/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":674,"Cost":419,"Date":"1/3/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":968,"Cost":729,"Date":"2/2/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":180,"Cost":134,"Date":"3/18/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":211,"Cost":139,"Date":"10/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":724,"Cost":576,"Date":"2/16/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":748,"Cost":656,"Date":"6/7/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":316,"Cost":264,"Date":"1/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":45,"Cost":31,"Date":"3/27/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":126,"Cost":84,"Date":"5/12/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":620,"Cost":535,"Date":"7/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":952,"Cost":878,"Date":"8/8/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":109,"Cost":86,"Date":"12/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":345,"Cost":245,"Date":"1/17/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":997,"Cost":689,"Date":"3/8/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":239,"Cost":127,"Date":"6/6/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":648,"Cost":366,"Date":"6/16/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":518,"Cost":342,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":453,"Cost":353,"Date":"11/19/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":224,"Cost":185,"Date":"12/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":333,"Cost":299,"Date":"2/4/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":218,"Cost":155,"Date":"3/8/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":47,"Cost":41,"Date":"12/18/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":260,"Cost":174,"Date":"3/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":384,"Date":"4/20/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":936,"Cost":612,"Date":"6/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":627,"Cost":329,"Date":"7/23/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":425,"Cost":272,"Date":"11/21/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":951,"Cost":645,"Date":"11/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":271,"Cost":195,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":10,"Cost":9,"Date":"5/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":993,"Cost":840,"Date":"9/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":693,"Cost":381,"Date":"1/3/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":350,"Cost":274,"Date":"2/2/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":555,"Cost":486,"Date":"3/18/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":618,"Cost":506,"Date":"10/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":548,"Cost":307,"Date":"2/16/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":263,"Cost":157,"Date":"6/7/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":611,"Cost":563,"Date":"1/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":134,"Cost":74,"Date":"3/27/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":554,"Cost":368,"Date":"5/12/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":45,"Cost":26,"Date":"7/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":900,"Cost":494,"Date":"8/8/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":424,"Cost":301,"Date":"12/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":124,"Cost":81,"Date":"1/17/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":602,"Cost":502,"Date":"3/8/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":370,"Cost":338,"Date":"6/6/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":350,"Cost":285,"Date":"6/16/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":872,"Cost":567,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":766,"Cost":397,"Date":"11/19/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":928,"Cost":464,"Date":"12/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":313,"Cost":236,"Date":"2/4/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":924,"Cost":698,"Date":"3/8/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":447,"Cost":229,"Date":"12/18/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":55,"Cost":27,"Date":"3/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":492,"Cost":306,"Date":"4/20/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":357,"Cost":242,"Date":"6/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":300,"Cost":259,"Date":"7/23/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":71,"Cost":40,"Date":"11/21/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":232,"Cost":190,"Date":"11/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":66,"Cost":54,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":356,"Cost":330,"Date":"5/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":864,"Cost":446,"Date":"9/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":633,"Cost":442,"Date":"1/3/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":379,"Cost":353,"Date":"2/2/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":376,"Cost":215,"Date":"3/18/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":429,"Cost":304,"Date":"10/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":346,"Cost":292,"Date":"2/16/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":536,"Cost":343,"Date":"6/7/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":46,"Cost":28,"Date":"1/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":286,"Cost":168,"Date":"3/27/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":301,"Cost":255,"Date":"5/12/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":796,"Cost":718,"Date":"7/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":794,"Cost":449,"Date":"8/8/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":88,"Cost":69,"Date":"12/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":928,"Cost":841,"Date":"1/17/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":130,"Cost":100,"Date":"3/8/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":282,"Cost":165,"Date":"6/6/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":887,"Cost":737,"Date":"6/16/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":79,"Cost":61,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":903,"Cost":557,"Date":"11/19/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":804,"Cost":427,"Date":"12/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":639,"Cost":333,"Date":"2/4/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":473,"Cost":298,"Date":"3/8/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":300,"Cost":228,"Date":"12/18/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":224,"Cost":190,"Date":"3/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":94,"Cost":69,"Date":"4/20/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":511,"Cost":440,"Date":"6/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":943,"Cost":591,"Date":"7/23/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":983,"Cost":694,"Date":"11/21/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":297,"Cost":210,"Date":"11/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":956,"Cost":725,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":99,"Cost":92,"Date":"5/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":356,"Cost":202,"Date":"9/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":716,"Cost":639,"Date":"1/3/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":160,"Cost":135,"Date":"2/2/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":716,"Cost":383,"Date":"3/18/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":154,"Cost":126,"Date":"10/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":709,"Cost":495,"Date":"2/16/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":900,"Cost":454,"Date":"6/7/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":398,"Cost":280,"Date":"1/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":883,"Cost":460,"Date":"3/27/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":636,"Cost":399,"Date":"5/12/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":245,"Cost":183,"Date":"7/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":797,"Cost":649,"Date":"8/8/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":478,"Cost":383,"Date":"12/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":21,"Cost":14,"Date":"1/17/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":600,"Cost":464,"Date":"3/8/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":471,"Cost":341,"Date":"6/6/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":378,"Cost":219,"Date":"6/16/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":645,"Cost":457,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":92,"Cost":85,"Date":"11/19/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":143,"Cost":72,"Date":"12/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":96,"Cost":84,"Date":"2/4/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":242,"Cost":132,"Date":"3/8/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":868,"Cost":558,"Date":"12/18/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":551,"Cost":382,"Date":"3/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":775,"Cost":654,"Date":"4/20/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":127,"Cost":80,"Date":"6/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":29,"Cost":24,"Date":"7/23/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":209,"Cost":135,"Date":"11/21/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":345,"Cost":297,"Date":"11/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":376,"Cost":326,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":998,"Cost":836,"Date":"5/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":705,"Cost":560,"Date":"9/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":103,"Cost":66,"Date":"1/3/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":178,"Cost":142,"Date":"2/2/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":117,"Cost":80,"Date":"3/18/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":96,"Date":"10/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":395,"Cost":302,"Date":"2/16/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":57,"Cost":50,"Date":"6/7/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":658,"Cost":404,"Date":"1/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":397,"Cost":202,"Date":"3/27/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":209,"Cost":110,"Date":"5/12/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":887,"Cost":587,"Date":"7/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":276,"Cost":168,"Date":"8/8/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":150,"Cost":139,"Date":"12/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":563,"Cost":401,"Date":"1/17/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":999,"Cost":594,"Date":"3/8/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":279,"Cost":202,"Date":"6/6/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":700,"Cost":558,"Date":"6/16/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":420,"Cost":231,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":35,"Cost":19,"Date":"11/19/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":2,"Cost":1,"Date":"12/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":54,"Cost":35,"Date":"2/4/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":952,"Cost":553,"Date":"3/8/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":918,"Cost":553,"Date":"12/18/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":263,"Cost":167,"Date":"3/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":311,"Cost":199,"Date":"4/20/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":771,"Cost":549,"Date":"6/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":754,"Cost":669,"Date":"7/23/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":628,"Cost":381,"Date":"11/21/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":262,"Cost":166,"Date":"11/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":166,"Cost":113,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":356,"Cost":232,"Date":"5/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":771,"Cost":611,"Date":"9/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":767,"Cost":656,"Date":"1/3/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":629,"Cost":519,"Date":"2/2/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":355,"Cost":213,"Date":"3/18/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":834,"Cost":551,"Date":"10/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":922,"Cost":622,"Date":"2/16/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":692,"Cost":429,"Date":"6/7/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":352,"Cost":205,"Date":"1/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":138,"Cost":122,"Date":"3/27/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":827,"Cost":433,"Date":"5/12/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":489,"Cost":253,"Date":"7/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":380,"Cost":276,"Date":"8/8/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":133,"Cost":109,"Date":"12/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":307,"Cost":230,"Date":"1/17/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":963,"Cost":776,"Date":"3/8/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":882,"Cost":633,"Date":"6/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":73,"Cost":53,"Date":"6/16/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":660,"Cost":568,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":985,"Cost":843,"Date":"11/19/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":157,"Cost":122,"Date":"12/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":136,"Cost":126,"Date":"2/4/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":366,"Cost":192,"Date":"3/8/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":878,"Cost":636,"Date":"12/18/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":155,"Cost":132,"Date":"3/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":486,"Cost":369,"Date":"4/20/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":118,"Cost":93,"Date":"6/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":698,"Cost":451,"Date":"7/23/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":267,"Cost":250,"Date":"11/21/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":770,"Cost":670,"Date":"11/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":425,"Cost":374,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":408,"Cost":380,"Date":"5/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":622,"Cost":486,"Date":"9/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":482,"Cost":428,"Date":"1/3/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":691,"Cost":396,"Date":"2/2/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":592,"Cost":545,"Date":"3/18/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":111,"Cost":85,"Date":"10/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":654,"Cost":433,"Date":"2/16/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":347,"Cost":263,"Date":"6/7/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":603,"Cost":540,"Date":"1/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":84,"Cost":57,"Date":"3/27/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":281,"Cost":209,"Date":"5/12/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":516,"Cost":279,"Date":"7/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":227,"Cost":149,"Date":"8/8/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":6,"Cost":5,"Date":"12/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":631,"Cost":466,"Date":"1/17/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":827,"Cost":713,"Date":"3/8/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":270,"Cost":240,"Date":"6/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":768,"Cost":532,"Date":"6/16/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":102,"Cost":75,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":94,"Cost":68,"Date":"11/19/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":721,"Cost":668,"Date":"12/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":13,"Cost":8,"Date":"2/4/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":89,"Cost":68,"Date":"3/8/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":724,"Cost":621,"Date":"12/18/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":641,"Cost":331,"Date":"3/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":331,"Cost":182,"Date":"4/20/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":656,"Cost":346,"Date":"6/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":914,"Cost":701,"Date":"7/23/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":724,"Cost":390,"Date":"11/21/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":518,"Cost":279,"Date":"11/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":840,"Cost":596,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":415,"Cost":347,"Date":"5/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":113,"Cost":93,"Date":"9/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":188,"Cost":136,"Date":"1/3/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":36,"Cost":26,"Date":"2/2/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":798,"Cost":686,"Date":"3/18/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":37,"Cost":32,"Date":"10/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":808,"Cost":666,"Date":"2/16/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":291,"Cost":195,"Date":"6/7/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":331,"Cost":289,"Date":"1/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":850,"Cost":748,"Date":"3/27/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":460,"Cost":301,"Date":"5/12/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":8,"Cost":6,"Date":"7/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":828,"Cost":538,"Date":"8/8/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":401,"Cost":215,"Date":"12/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":589,"Cost":549,"Date":"1/17/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":497,"Cost":365,"Date":"3/8/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":926,"Cost":696,"Date":"6/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":795,"Cost":408,"Date":"6/16/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":87,"Cost":82,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":801,"Cost":564,"Date":"11/19/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":795,"Cost":471,"Date":"12/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":503,"Cost":295,"Date":"2/4/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":806,"Cost":589,"Date":"3/8/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":411,"Cost":268,"Date":"12/18/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":89,"Cost":58,"Date":"3/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":28,"Cost":23,"Date":"4/20/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":205,"Cost":152,"Date":"6/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":661,"Cost":515,"Date":"7/23/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":655,"Cost":421,"Date":"11/21/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":664,"Cost":586,"Date":"11/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":750,"Cost":420,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":821,"Cost":570,"Date":"5/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":185,"Cost":101,"Date":"9/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":22,"Cost":13,"Date":"1/3/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":152,"Cost":109,"Date":"2/2/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":30,"Cost":21,"Date":"3/18/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":355,"Cost":282,"Date":"10/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":926,"Cost":520,"Date":"2/16/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":571,"Cost":416,"Date":"6/7/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":309,"Cost":198,"Date":"1/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":133,"Cost":105,"Date":"3/27/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":660,"Cost":564,"Date":"5/12/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":36,"Cost":27,"Date":"7/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":637,"Cost":598,"Date":"8/8/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":586,"Cost":410,"Date":"12/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":679,"Cost":349,"Date":"1/17/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":978,"Cost":715,"Date":"3/8/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":199,"Cost":116,"Date":"6/6/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":344,"Cost":267,"Date":"6/16/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":52,"Cost":44,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":816,"Cost":661,"Date":"11/19/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":679,"Cost":517,"Date":"12/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":290,"Cost":201,"Date":"2/4/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":824,"Cost":443,"Date":"3/8/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":442,"Cost":367,"Date":"12/18/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":777,"Cost":406,"Date":"3/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":787,"Cost":730,"Date":"4/20/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":85,"Cost":50,"Date":"6/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":285,"Cost":152,"Date":"7/23/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":337,"Cost":176,"Date":"11/21/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":942,"Cost":503,"Date":"11/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":344,"Cost":243,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":686,"Cost":485,"Date":"5/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":97,"Cost":58,"Date":"9/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":235,"Cost":150,"Date":"1/3/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":287,"Cost":155,"Date":"2/2/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":605,"Cost":366,"Date":"3/18/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":313,"Cost":158,"Date":"10/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":889,"Cost":488,"Date":"2/16/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":38,"Cost":22,"Date":"6/7/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":554,"Cost":296,"Date":"1/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":569,"Cost":436,"Date":"3/27/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":169,"Cost":133,"Date":"5/12/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":419,"Cost":315,"Date":"7/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":64,"Cost":39,"Date":"8/8/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":727,"Cost":465,"Date":"12/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":581,"Cost":297,"Date":"1/17/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":935,"Cost":676,"Date":"3/8/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":582,"Cost":446,"Date":"6/6/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":40,"Cost":30,"Date":"6/16/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":587,"Cost":548,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":926,"Cost":794,"Date":"11/19/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":24,"Cost":13,"Date":"12/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":44,"Date":"2/4/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":204,"Cost":142,"Date":"3/8/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":520,"Cost":348,"Date":"12/18/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":47,"Cost":32,"Date":"3/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":421,"Cost":308,"Date":"4/20/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":932,"Cost":637,"Date":"6/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":533,"Cost":334,"Date":"7/23/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":190,"Cost":164,"Date":"11/21/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":678,"Cost":451,"Date":"11/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":422,"Cost":273,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":802,"Cost":626,"Date":"5/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":304,"Cost":270,"Date":"9/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":303,"Cost":173,"Date":"1/3/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":78,"Cost":59,"Date":"2/2/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":126,"Cost":98,"Date":"3/18/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":314,"Cost":199,"Date":"10/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":336,"Cost":208,"Date":"2/16/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":392,"Cost":329,"Date":"6/7/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":173,"Cost":94,"Date":"1/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":727,"Cost":585,"Date":"3/27/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":454,"Cost":252,"Date":"5/12/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":689,"Cost":351,"Date":"7/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":938,"Cost":874,"Date":"8/8/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":641,"Cost":491,"Date":"12/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":41,"Cost":27,"Date":"1/17/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":772,"Cost":697,"Date":"3/8/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":14,"Cost":8,"Date":"6/6/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":724,"Cost":489,"Date":"6/16/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":303,"Cost":268,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":72,"Cost":51,"Date":"11/19/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":25,"Cost":14,"Date":"12/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":984,"Cost":498,"Date":"2/4/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":789,"Cost":557,"Date":"3/8/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":113,"Cost":77,"Date":"12/18/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":613,"Cost":525,"Date":"3/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":503,"Cost":427,"Date":"4/20/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":403,"Cost":348,"Date":"6/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":537,"Cost":411,"Date":"7/23/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":619,"Cost":368,"Date":"11/21/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":591,"Cost":502,"Date":"11/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":374,"Cost":301,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":663,"Cost":349,"Date":"5/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":338,"Date":"9/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":297,"Cost":243,"Date":"1/3/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":431,"Cost":256,"Date":"2/2/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":662,"Cost":524,"Date":"3/18/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":543,"Cost":500,"Date":"10/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":848,"Cost":528,"Date":"2/16/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":663,"Cost":480,"Date":"6/7/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":102,"Cost":68,"Date":"1/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":71,"Cost":65,"Date":"3/27/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":825,"Cost":566,"Date":"5/12/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":773,"Cost":426,"Date":"7/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":949,"Cost":518,"Date":"8/8/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":669,"Cost":580,"Date":"12/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":523,"Cost":345,"Date":"1/17/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":844,"Cost":446,"Date":"3/8/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":681,"Cost":507,"Date":"6/6/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":365,"Cost":288,"Date":"6/16/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":716,"Cost":660,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":184,"Cost":129,"Date":"11/19/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":358,"Cost":266,"Date":"12/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":643,"Cost":434,"Date":"2/4/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":462,"Cost":274,"Date":"3/8/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":263,"Cost":241,"Date":"12/18/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":515,"Cost":484,"Date":"3/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":620,"Cost":375,"Date":"4/20/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":63,"Cost":42,"Date":"6/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":910,"Cost":758,"Date":"7/23/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":889,"Cost":544,"Date":"11/21/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":635,"Cost":498,"Date":"11/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":228,"Cost":138,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":765,"Cost":437,"Date":"5/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":615,"Cost":313,"Date":"9/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":141,"Cost":78,"Date":"1/3/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":458,"Cost":243,"Date":"2/2/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":42,"Cost":34,"Date":"3/18/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":345,"Cost":174,"Date":"10/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":164,"Cost":108,"Date":"2/16/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":983,"Cost":872,"Date":"6/7/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":61,"Cost":44,"Date":"1/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":88,"Cost":76,"Date":"3/27/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":686,"Cost":584,"Date":"5/12/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":579,"Cost":448,"Date":"7/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":457,"Cost":362,"Date":"8/8/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":824,"Cost":736,"Date":"12/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":769,"Cost":666,"Date":"1/17/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":299,"Cost":249,"Date":"3/8/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":557,"Cost":295,"Date":"6/6/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":601,"Cost":310,"Date":"6/16/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":203,"Cost":143,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":832,"Cost":630,"Date":"11/19/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":992,"Cost":922,"Date":"12/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":965,"Cost":675,"Date":"2/4/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":82,"Cost":69,"Date":"3/8/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":644,"Cost":423,"Date":"12/18/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":931,"Cost":618,"Date":"3/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":953,"Cost":901,"Date":"4/20/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":473,"Cost":307,"Date":"6/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":53,"Cost":34,"Date":"7/23/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":365,"Cost":264,"Date":"11/21/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":28,"Cost":23,"Date":"11/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":137,"Cost":101,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":850,"Cost":651,"Date":"5/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":383,"Cost":297,"Date":"9/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":525,"Cost":497,"Date":"1/3/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":682,"Cost":343,"Date":"2/2/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":481,"Cost":334,"Date":"3/18/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":98,"Cost":49,"Date":"10/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":126,"Cost":75,"Date":"2/16/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":888,"Cost":651,"Date":"6/7/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":526,"Cost":350,"Date":"1/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":340,"Cost":308,"Date":"3/27/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":972,"Cost":760,"Date":"5/12/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":716,"Cost":389,"Date":"7/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":454,"Cost":287,"Date":"8/8/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":374,"Cost":286,"Date":"12/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":485,"Cost":350,"Date":"1/17/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":162,"Cost":98,"Date":"3/8/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":486,"Cost":414,"Date":"6/6/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":230,"Cost":188,"Date":"6/16/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":33,"Cost":16,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":120,"Cost":98,"Date":"11/19/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":200,"Cost":188,"Date":"12/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":54,"Cost":31,"Date":"2/4/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":984,"Cost":830,"Date":"3/8/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":503,"Cost":416,"Date":"12/18/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":605,"Cost":336,"Date":"3/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":612,"Cost":452,"Date":"4/20/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":897,"Cost":758,"Date":"6/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":452,"Cost":368,"Date":"7/23/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":969,"Cost":794,"Date":"11/21/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":737,"Cost":610,"Date":"11/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":208,"Cost":121,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":660,"Cost":363,"Date":"5/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":623,"Cost":400,"Date":"9/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":641,"Cost":600,"Date":"1/3/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":604,"Cost":462,"Date":"2/2/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":360,"Cost":216,"Date":"3/18/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":357,"Cost":293,"Date":"10/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":124,"Cost":108,"Date":"2/16/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":332,"Cost":166,"Date":"6/7/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":364,"Cost":246,"Date":"1/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":858,"Cost":597,"Date":"3/27/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":692,"Cost":361,"Date":"5/12/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":719,"Cost":635,"Date":"7/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":970,"Cost":920,"Date":"8/8/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":342,"Cost":197,"Date":"12/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":81,"Cost":57,"Date":"1/17/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":268,"Cost":248,"Date":"3/8/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":116,"Cost":96,"Date":"6/6/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":894,"Cost":763,"Date":"6/16/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":549,"Cost":362,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":678,"Cost":383,"Date":"11/19/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":894,"Cost":637,"Date":"12/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":179,"Cost":161,"Date":"2/4/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":44,"Cost":23,"Date":"3/8/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":384,"Cost":268,"Date":"12/18/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":534,"Cost":504,"Date":"3/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":923,"Cost":824,"Date":"4/20/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":142,"Cost":120,"Date":"6/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":846,"Cost":438,"Date":"7/23/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":745,"Cost":604,"Date":"11/21/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":976,"Cost":674,"Date":"11/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":410,"Cost":348,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":326,"Cost":220,"Date":"5/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":591,"Cost":470,"Date":"9/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":909,"Cost":515,"Date":"1/3/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":601,"Cost":562,"Date":"2/2/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":238,"Cost":158,"Date":"3/18/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":512,"Cost":288,"Date":"10/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":664,"Cost":378,"Date":"2/16/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":381,"Cost":192,"Date":"6/7/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":691,"Cost":574,"Date":"1/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":40,"Cost":22,"Date":"3/27/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":143,"Cost":103,"Date":"5/12/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":650,"Cost":486,"Date":"7/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":964,"Cost":493,"Date":"8/8/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":610,"Cost":437,"Date":"12/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":563,"Cost":505,"Date":"1/17/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":295,"Cost":274,"Date":"3/8/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":455,"Cost":373,"Date":"6/6/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":966,"Cost":771,"Date":"6/16/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":225,"Cost":122,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":38,"Cost":37,"Date":"11/19/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":327,"Cost":300,"Date":"12/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":628,"Cost":436,"Date":"2/4/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":439,"Cost":309,"Date":"3/8/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":539,"Cost":414,"Date":"12/18/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":675,"Date":"3/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":147,"Cost":75,"Date":"4/20/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":116,"Cost":78,"Date":"6/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":608,"Cost":310,"Date":"7/23/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":951,"Cost":529,"Date":"11/21/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":678,"Cost":372,"Date":"11/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":92,"Cost":49,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":685,"Cost":561,"Date":"5/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":417,"Cost":324,"Date":"9/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":180,"Cost":152,"Date":"1/3/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":701,"Cost":538,"Date":"2/2/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":641,"Cost":423,"Date":"3/18/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":784,"Cost":627,"Date":"10/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":245,"Cost":150,"Date":"2/16/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":520,"Cost":372,"Date":"6/7/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":670,"Cost":515,"Date":"1/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":965,"Cost":667,"Date":"3/27/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":306,"Cost":156,"Date":"5/12/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":351,"Cost":220,"Date":"7/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":12,"Cost":6,"Date":"8/8/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":189,"Cost":163,"Date":"12/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":737,"Cost":421,"Date":"1/17/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":670,"Cost":520,"Date":"3/8/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":482,"Cost":291,"Date":"6/6/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":518,"Cost":302,"Date":"6/16/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":992,"Cost":941,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":141,"Cost":123,"Date":"11/19/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":38,"Cost":25,"Date":"12/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":165,"Cost":126,"Date":"2/4/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":406,"Cost":229,"Date":"3/8/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":921,"Cost":620,"Date":"12/18/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":202,"Cost":102,"Date":"3/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":951,"Cost":894,"Date":"4/20/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":593,"Cost":522,"Date":"6/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":651,"Cost":334,"Date":"7/23/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":218,"Cost":175,"Date":"11/21/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":776,"Cost":525,"Date":"11/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":849,"Cost":555,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":940,"Cost":624,"Date":"5/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":893,"Cost":766,"Date":"9/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":827,"Cost":774,"Date":"1/3/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":135,"Cost":105,"Date":"2/2/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":980,"Cost":928,"Date":"3/18/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":840,"Cost":690,"Date":"10/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":469,"Date":"2/16/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":518,"Cost":425,"Date":"6/7/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":399,"Cost":240,"Date":"1/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":253,"Cost":206,"Date":"3/27/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":627,"Cost":545,"Date":"5/12/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":438,"Cost":367,"Date":"7/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":312,"Cost":250,"Date":"8/8/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":506,"Cost":389,"Date":"12/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":881,"Cost":486,"Date":"1/17/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":816,"Cost":702,"Date":"3/8/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":743,"Cost":626,"Date":"6/6/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":625,"Cost":383,"Date":"6/16/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":25,"Cost":18,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":738,"Cost":586,"Date":"11/19/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":714,"Cost":625,"Date":"12/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":279,"Cost":241,"Date":"2/4/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":199,"Cost":160,"Date":"3/8/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":436,"Cost":283,"Date":"12/18/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":88,"Cost":49,"Date":"3/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":103,"Cost":61,"Date":"4/20/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":181,"Cost":171,"Date":"6/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":584,"Cost":390,"Date":"7/23/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":70,"Cost":38,"Date":"11/21/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":345,"Cost":266,"Date":"11/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":652,"Cost":535,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":652,"Cost":345,"Date":"5/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":187,"Cost":178,"Date":"9/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":543,"Cost":482,"Date":"1/3/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":800,"Cost":422,"Date":"2/2/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":289,"Cost":271,"Date":"3/18/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":300,"Cost":166,"Date":"10/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":751,"Cost":497,"Date":"2/16/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":49,"Cost":25,"Date":"6/7/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":638,"Cost":332,"Date":"1/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":400,"Cost":316,"Date":"3/27/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":666,"Cost":395,"Date":"5/12/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":969,"Cost":752,"Date":"7/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":116,"Cost":107,"Date":"8/8/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":775,"Cost":659,"Date":"12/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":677,"Cost":342,"Date":"1/17/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":448,"Cost":417,"Date":"3/8/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":466,"Cost":346,"Date":"6/6/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":614,"Cost":312,"Date":"6/16/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":505,"Cost":290,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":385,"Cost":238,"Date":"11/19/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":106,"Cost":74,"Date":"12/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":489,"Cost":407,"Date":"2/4/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":48,"Cost":24,"Date":"3/8/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":182,"Cost":91,"Date":"12/18/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":85,"Cost":45,"Date":"3/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":534,"Cost":473,"Date":"4/20/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":610,"Cost":409,"Date":"6/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":825,"Cost":467,"Date":"7/23/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":529,"Cost":437,"Date":"11/21/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":743,"Cost":439,"Date":"11/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":137,"Cost":74,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":788,"Cost":689,"Date":"5/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":4,"Cost":2,"Date":"9/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":83,"Cost":79,"Date":"1/3/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":160,"Cost":108,"Date":"2/2/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":748,"Cost":416,"Date":"3/18/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":595,"Cost":485,"Date":"10/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":930,"Cost":830,"Date":"2/16/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":903,"Cost":783,"Date":"6/7/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":935,"Cost":865,"Date":"1/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":739,"Cost":376,"Date":"3/27/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":835,"Cost":704,"Date":"5/12/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":782,"Cost":409,"Date":"7/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":847,"Cost":741,"Date":"8/8/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":171,"Cost":141,"Date":"12/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":704,"Cost":646,"Date":"1/17/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":375,"Cost":217,"Date":"3/8/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":844,"Cost":650,"Date":"6/6/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":972,"Cost":837,"Date":"6/16/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":287,"Cost":234,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":4,"Cost":4,"Date":"11/19/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":184,"Cost":150,"Date":"12/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":880,"Cost":642,"Date":"2/4/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":889,"Cost":584,"Date":"3/8/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":268,"Cost":185,"Date":"12/18/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":744,"Cost":538,"Date":"3/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":632,"Cost":508,"Date":"4/20/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":27,"Cost":20,"Date":"6/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":584,"Cost":524,"Date":"7/23/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":360,"Cost":304,"Date":"11/21/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":976,"Cost":818,"Date":"11/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":393,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":298,"Cost":168,"Date":"5/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":764,"Cost":559,"Date":"9/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":370,"Cost":343,"Date":"1/3/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":805,"Cost":632,"Date":"2/2/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":133,"Cost":83,"Date":"3/18/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":980,"Cost":906,"Date":"10/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":983,"Cost":815,"Date":"2/16/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":580,"Cost":465,"Date":"6/7/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":344,"Cost":210,"Date":"1/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":831,"Cost":589,"Date":"3/27/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":306,"Cost":171,"Date":"5/12/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":408,"Cost":229,"Date":"7/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":976,"Cost":533,"Date":"8/8/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":198,"Cost":147,"Date":"12/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":738,"Cost":411,"Date":"1/17/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":38,"Cost":24,"Date":"3/8/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":299,"Cost":257,"Date":"6/6/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":453,"Cost":427,"Date":"6/16/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":498,"Cost":435,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":445,"Cost":340,"Date":"11/19/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":513,"Cost":348,"Date":"12/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":890,"Cost":835,"Date":"2/4/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":929,"Cost":473,"Date":"3/8/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":661,"Cost":569,"Date":"12/18/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":980,"Cost":715,"Date":"3/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":607,"Cost":542,"Date":"4/20/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":974,"Cost":803,"Date":"6/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":478,"Cost":443,"Date":"7/23/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":429,"Cost":221,"Date":"11/21/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":794,"Cost":596,"Date":"11/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":519,"Cost":457,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":496,"Cost":333,"Date":"5/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":627,"Cost":398,"Date":"9/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":140,"Cost":76,"Date":"1/3/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":820,"Cost":725,"Date":"2/2/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":101,"Cost":96,"Date":"3/18/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":910,"Cost":688,"Date":"10/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":609,"Cost":458,"Date":"2/16/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":356,"Cost":219,"Date":"6/7/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":175,"Cost":166,"Date":"1/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":134,"Cost":126,"Date":"3/27/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":636,"Cost":601,"Date":"5/12/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":593,"Cost":455,"Date":"7/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":177,"Cost":144,"Date":"8/8/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":326,"Cost":279,"Date":"12/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":851,"Cost":613,"Date":"1/17/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":529,"Cost":474,"Date":"3/8/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":96,"Cost":79,"Date":"6/6/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":365,"Cost":260,"Date":"6/16/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":950,"Cost":480,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":780,"Cost":395,"Date":"11/19/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":534,"Cost":411,"Date":"12/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":205,"Cost":153,"Date":"2/4/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":101,"Cost":86,"Date":"3/8/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":450,"Cost":414,"Date":"12/18/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":450,"Cost":389,"Date":"3/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":291,"Cost":179,"Date":"4/20/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":236,"Cost":153,"Date":"6/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":653,"Cost":444,"Date":"7/23/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":873,"Cost":628,"Date":"11/21/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":905,"Cost":628,"Date":"11/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":409,"Cost":351,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":670,"Cost":382,"Date":"5/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":171,"Cost":122,"Date":"9/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":333,"Cost":306,"Date":"1/3/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":974,"Cost":790,"Date":"2/2/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":128,"Cost":95,"Date":"3/18/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":921,"Cost":491,"Date":"10/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":933,"Cost":509,"Date":"2/16/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":529,"Cost":342,"Date":"6/7/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":859,"Cost":673,"Date":"1/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":946,"Cost":646,"Date":"3/27/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":751,"Cost":676,"Date":"5/12/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":253,"Cost":146,"Date":"7/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":588,"Cost":458,"Date":"8/8/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":349,"Cost":323,"Date":"12/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":977,"Cost":504,"Date":"1/17/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":878,"Cost":446,"Date":"3/8/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":256,"Cost":174,"Date":"6/6/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":98,"Cost":51,"Date":"6/16/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":132,"Cost":120,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":531,"Cost":269,"Date":"11/19/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":558,"Cost":366,"Date":"12/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":984,"Cost":759,"Date":"2/4/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":828,"Cost":538,"Date":"3/8/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":97,"Cost":75,"Date":"12/18/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":40,"Cost":26,"Date":"3/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":532,"Cost":412,"Date":"4/20/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":61,"Cost":57,"Date":"6/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":574,"Cost":425,"Date":"7/23/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":516,"Cost":351,"Date":"11/21/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":790,"Cost":547,"Date":"11/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":134,"Cost":105,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":286,"Cost":176,"Date":"5/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":164,"Cost":138,"Date":"9/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":380,"Cost":196,"Date":"1/3/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":120,"Cost":72,"Date":"2/2/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":580,"Cost":549,"Date":"3/18/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":748,"Cost":710,"Date":"10/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":669,"Cost":417,"Date":"2/16/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":22,"Cost":18,"Date":"6/7/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":678,"Cost":492,"Date":"1/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":932,"Cost":594,"Date":"3/27/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":618,"Cost":448,"Date":"5/12/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":513,"Cost":469,"Date":"7/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":869,"Cost":655,"Date":"8/8/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":801,"Cost":494,"Date":"12/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":200,"Cost":157,"Date":"1/17/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":702,"Cost":456,"Date":"3/8/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":386,"Cost":204,"Date":"6/6/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":28,"Cost":18,"Date":"6/16/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":251,"Cost":217,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":958,"Cost":598,"Date":"11/19/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":927,"Cost":867,"Date":"12/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":639,"Cost":545,"Date":"2/4/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":434,"Cost":398,"Date":"3/8/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":972,"Cost":878,"Date":"12/18/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":498,"Cost":305,"Date":"3/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":984,"Cost":862,"Date":"4/20/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":329,"Cost":294,"Date":"6/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":989,"Cost":778,"Date":"7/23/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":255,"Cost":192,"Date":"11/21/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":284,"Cost":218,"Date":"11/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":635,"Cost":535,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":902,"Cost":705,"Date":"5/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":635,"Cost":388,"Date":"9/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":627,"Cost":583,"Date":"1/3/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":83,"Cost":45,"Date":"2/2/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":754,"Cost":485,"Date":"3/18/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":940,"Cost":536,"Date":"10/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":783,"Cost":584,"Date":"2/16/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":523,"Cost":335,"Date":"6/7/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":740,"Cost":421,"Date":"1/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":403,"Cost":211,"Date":"3/27/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":251,"Cost":130,"Date":"5/12/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":845,"Cost":439,"Date":"7/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":189,"Cost":120,"Date":"8/8/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":141,"Cost":75,"Date":"12/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":494,"Cost":411,"Date":"1/17/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":171,"Cost":155,"Date":"3/8/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":625,"Cost":460,"Date":"6/6/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":110,"Cost":89,"Date":"6/16/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":932,"Cost":624,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":111,"Cost":74,"Date":"11/19/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":248,"Cost":194,"Date":"12/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":203,"Cost":140,"Date":"2/4/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":336,"Cost":272,"Date":"3/8/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":410,"Cost":290,"Date":"12/18/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":411,"Cost":337,"Date":"3/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":127,"Cost":105,"Date":"4/20/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":224,"Cost":147,"Date":"6/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":103,"Cost":54,"Date":"7/23/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":183,"Cost":144,"Date":"11/21/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":242,"Cost":135,"Date":"11/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":656,"Cost":523,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":137,"Cost":91,"Date":"5/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":413,"Cost":279,"Date":"9/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":84,"Cost":62,"Date":"1/3/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":406,"Cost":265,"Date":"2/2/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":54,"Cost":51,"Date":"3/18/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":370,"Cost":202,"Date":"10/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":583,"Cost":519,"Date":"2/16/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":469,"Cost":323,"Date":"6/7/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":18,"Cost":10,"Date":"1/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":548,"Cost":456,"Date":"3/27/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":272,"Cost":192,"Date":"5/12/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":144,"Cost":110,"Date":"7/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":185,"Cost":157,"Date":"8/8/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":464,"Cost":406,"Date":"12/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":393,"Cost":206,"Date":"1/17/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":770,"Cost":720,"Date":"3/8/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":574,"Cost":295,"Date":"6/6/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":777,"Cost":665,"Date":"6/16/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":757,"Cost":588,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":929,"Cost":533,"Date":"11/19/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":948,"Cost":821,"Date":"12/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":608,"Cost":572,"Date":"2/4/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":223,"Cost":142,"Date":"3/8/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":426,"Cost":216,"Date":"12/18/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":490,"Cost":363,"Date":"3/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":639,"Cost":594,"Date":"4/20/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":182,"Cost":126,"Date":"6/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":219,"Cost":155,"Date":"7/23/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":446,"Cost":395,"Date":"11/21/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":109,"Cost":73,"Date":"11/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":740,"Cost":610,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":684,"Cost":366,"Date":"5/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":570,"Cost":519,"Date":"9/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":243,"Cost":128,"Date":"1/3/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":381,"Cost":203,"Date":"2/2/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":997,"Cost":607,"Date":"3/18/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":144,"Cost":115,"Date":"10/14/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":131,"Cost":118,"Date":"2/16/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":229,"Cost":156,"Date":"6/7/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":992,"Cost":629,"Date":"1/28/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":10,"Cost":6,"Date":"3/27/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":886,"Cost":738,"Date":"5/12/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":843,"Cost":739,"Date":"7/28/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":201,"Cost":177,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":279,"Cost":178,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":408,"Cost":252,"Date":"1/17/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":878,"Cost":608,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":702,"Cost":427,"Date":"6/6/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":257,"Cost":165,"Date":"6/16/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":283,"Cost":158,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":112,"Cost":87,"Date":"11/19/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":476,"Cost":439,"Date":"12/28/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":665,"Cost":612,"Date":"2/4/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":843,"Cost":636,"Date":"3/8/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":69,"Cost":65,"Date":"12/18/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":318,"Cost":238,"Date":"3/31/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":343,"Cost":302,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":396,"Cost":336,"Date":"6/26/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":19,"Cost":15,"Date":"7/23/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":840,"Cost":768,"Date":"11/21/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":255,"Cost":170,"Date":"11/26/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":385,"Cost":279,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":536,"Cost":405,"Date":"5/21/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":662,"Cost":536,"Date":"9/28/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":358,"Cost":327,"Date":"1/3/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":242,"Cost":212,"Date":"2/2/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":284,"Cost":165,"Date":"3/18/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":944,"Cost":583,"Date":"10/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":657,"Cost":562,"Date":"2/16/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":561,"Cost":463,"Date":"6/7/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":470,"Cost":349,"Date":"1/28/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":54,"Cost":41,"Date":"3/27/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":439,"Cost":239,"Date":"5/12/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":79,"Cost":56,"Date":"7/28/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":599,"Cost":566,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":264,"Cost":177,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":639,"Cost":439,"Date":"1/17/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":660,"Cost":363,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":366,"Cost":187,"Date":"6/6/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":873,"Cost":462,"Date":"6/16/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":227,"Cost":201,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":441,"Cost":244,"Date":"11/19/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":935,"Cost":493,"Date":"12/28/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":753,"Cost":606,"Date":"2/4/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":308,"Cost":201,"Date":"3/8/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":301,"Cost":195,"Date":"12/18/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":605,"Cost":498,"Date":"3/31/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":855,"Cost":520,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":127,"Cost":82,"Date":"6/26/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":274,"Cost":233,"Date":"7/23/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":198,"Cost":115,"Date":"11/21/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":339,"Cost":313,"Date":"11/26/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":574,"Cost":345,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":990,"Cost":900,"Date":"5/21/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":366,"Cost":230,"Date":"9/28/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":356,"Cost":227,"Date":"1/3/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":643,"Cost":475,"Date":"2/2/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":468,"Cost":344,"Date":"3/18/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":123,"Cost":96,"Date":"10/14/2024"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":117,"Cost":76,"Date":"2/16/2018"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":48,"Cost":43,"Date":"6/7/2018"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":210,"Cost":181,"Date":"1/28/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":311,"Cost":274,"Date":"3/27/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":667,"Cost":369,"Date":"5/12/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":461,"Cost":266,"Date":"7/28/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":472,"Cost":419,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":258,"Cost":207,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":249,"Cost":196,"Date":"1/17/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":387,"Cost":365,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":873,"Cost":738,"Date":"6/6/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":429,"Cost":274,"Date":"6/16/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":406,"Cost":239,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":423,"Cost":232,"Date":"11/19/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":328,"Cost":235,"Date":"12/28/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":970,"Cost":575,"Date":"2/4/2021"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":896,"Cost":648,"Date":"3/8/2021"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":467,"Cost":305,"Date":"12/18/2021"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":605,"Cost":551,"Date":"3/31/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":691,"Cost":523,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":528,"Cost":347,"Date":"6/26/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":462,"Cost":316,"Date":"7/23/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":240,"Cost":214,"Date":"11/21/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":627,"Cost":424,"Date":"11/26/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":887,"Cost":510,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":190,"Cost":104,"Date":"5/21/2023"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":592,"Cost":420,"Date":"9/28/2023"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":125,"Cost":68,"Date":"1/3/2024"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":99,"Cost":67,"Date":"2/2/2024"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":761,"Cost":463,"Date":"3/18/2024"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":494,"Cost":335,"Date":"10/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":230,"Cost":197,"Date":"2/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":731,"Cost":631,"Date":"6/7/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":142,"Cost":127,"Date":"1/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":614,"Cost":583,"Date":"3/27/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":799,"Cost":432,"Date":"5/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":200,"Cost":122,"Date":"7/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":657,"Cost":501,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":468,"Cost":280,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":532,"Cost":292,"Date":"1/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":525,"Cost":421,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":106,"Cost":72,"Date":"6/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":741,"Cost":449,"Date":"6/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":661,"Cost":496,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":402,"Cost":257,"Date":"11/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":595,"Cost":390,"Date":"12/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":750,"Cost":531,"Date":"2/4/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":765,"Cost":477,"Date":"3/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":981,"Cost":634,"Date":"12/18/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":17,"Cost":16,"Date":"3/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":213,"Cost":194,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":538,"Cost":494,"Date":"6/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":841,"Cost":682,"Date":"7/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":689,"Date":"11/21/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":100,"Cost":94,"Date":"11/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":636,"Cost":391,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":692,"Cost":638,"Date":"5/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":414,"Cost":365,"Date":"9/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":782,"Cost":649,"Date":"1/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":93,"Cost":88,"Date":"2/2/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":372,"Cost":251,"Date":"3/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":463,"Cost":261,"Date":"10/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":437,"Cost":402,"Date":"2/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":316,"Cost":170,"Date":"6/7/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":801,"Cost":728,"Date":"1/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":236,"Cost":195,"Date":"3/27/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":791,"Cost":472,"Date":"5/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":544,"Cost":315,"Date":"7/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":633,"Cost":504,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":321,"Cost":281,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":974,"Cost":659,"Date":"1/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":818,"Cost":496,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":250,"Cost":132,"Date":"6/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":500,"Cost":342,"Date":"6/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":941,"Cost":878,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":407,"Cost":315,"Date":"11/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":133,"Cost":102,"Date":"12/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":677,"Cost":620,"Date":"2/4/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":229,"Cost":115,"Date":"3/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":243,"Cost":123,"Date":"12/18/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":597,"Cost":385,"Date":"3/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":128,"Cost":64,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":257,"Cost":186,"Date":"6/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":881,"Cost":481,"Date":"7/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":604,"Cost":568,"Date":"11/21/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":870,"Cost":591,"Date":"11/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":880,"Cost":560,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":893,"Cost":691,"Date":"5/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":501,"Cost":453,"Date":"9/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":777,"Cost":729,"Date":"1/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":317,"Cost":242,"Date":"2/2/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":28,"Cost":23,"Date":"3/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":813,"Cost":483,"Date":"10/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":161,"Cost":137,"Date":"2/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":70,"Cost":66,"Date":"6/7/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":652,"Cost":351,"Date":"1/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":331,"Cost":167,"Date":"3/27/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":218,"Date":"5/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":205,"Cost":132,"Date":"7/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":309,"Cost":286,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":646,"Cost":581,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":849,"Cost":725,"Date":"1/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":147,"Cost":97,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":160,"Cost":152,"Date":"6/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":334,"Cost":228,"Date":"6/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":228,"Cost":210,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":755,"Cost":397,"Date":"11/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":799,"Cost":593,"Date":"12/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":740,"Cost":538,"Date":"2/4/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":987,"Cost":509,"Date":"3/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":653,"Cost":560,"Date":"12/18/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":477,"Date":"3/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":846,"Cost":680,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":111,"Cost":62,"Date":"6/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":216,"Cost":123,"Date":"7/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":379,"Cost":216,"Date":"11/21/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":713,"Cost":530,"Date":"11/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":809,"Cost":598,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":352,"Cost":201,"Date":"5/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":979,"Cost":793,"Date":"9/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":142,"Cost":118,"Date":"1/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":618,"Cost":520,"Date":"2/2/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":698,"Cost":606,"Date":"3/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":337,"Cost":224,"Date":"10/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":712,"Cost":357,"Date":"2/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":705,"Cost":493,"Date":"6/7/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":519,"Cost":281,"Date":"1/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":728,"Cost":499,"Date":"3/27/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":984,"Cost":548,"Date":"5/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":841,"Cost":766,"Date":"7/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":673,"Cost":504,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":308,"Cost":183,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":704,"Cost":501,"Date":"1/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":483,"Cost":399,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":730,"Cost":553,"Date":"6/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":747,"Cost":592,"Date":"6/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":881,"Cost":682,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":618,"Cost":551,"Date":"11/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":5,"Cost":4,"Date":"12/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":834,"Cost":495,"Date":"2/4/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":237,"Cost":155,"Date":"3/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":700,"Cost":435,"Date":"12/18/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":91,"Cost":70,"Date":"3/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":933,"Cost":496,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":533,"Cost":413,"Date":"6/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":971,"Cost":853,"Date":"7/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":764,"Cost":664,"Date":"11/21/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":450,"Cost":303,"Date":"11/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":406,"Cost":240,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":416,"Cost":304,"Date":"5/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":141,"Cost":124,"Date":"9/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":529,"Cost":350,"Date":"1/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":43,"Cost":36,"Date":"2/2/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":894,"Cost":740,"Date":"3/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":107,"Cost":99,"Date":"10/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":655,"Cost":601,"Date":"2/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":54,"Cost":37,"Date":"6/7/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":563,"Cost":314,"Date":"1/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":982,"Cost":839,"Date":"3/27/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":219,"Cost":118,"Date":"5/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":567,"Cost":324,"Date":"7/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":885,"Cost":584,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":421,"Cost":370,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":824,"Cost":479,"Date":"1/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":218,"Cost":142,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":488,"Cost":407,"Date":"6/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":280,"Cost":151,"Date":"6/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":185,"Cost":109,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":27,"Cost":15,"Date":"11/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":684,"Cost":545,"Date":"12/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":62,"Cost":51,"Date":"2/4/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":625,"Cost":376,"Date":"3/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":994,"Cost":558,"Date":"12/18/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":837,"Cost":598,"Date":"3/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":806,"Cost":600,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":229,"Cost":199,"Date":"6/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":123,"Cost":78,"Date":"7/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":382,"Cost":270,"Date":"11/21/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":996,"Cost":664,"Date":"11/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":890,"Cost":662,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":584,"Cost":538,"Date":"5/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":794,"Cost":551,"Date":"9/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":764,"Cost":665,"Date":"1/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":551,"Cost":444,"Date":"2/2/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":101,"Cost":59,"Date":"3/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":167,"Cost":127,"Date":"10/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":428,"Cost":344,"Date":"2/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":476,"Cost":363,"Date":"6/7/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":744,"Cost":519,"Date":"1/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":625,"Cost":475,"Date":"3/27/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":909,"Cost":576,"Date":"5/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":552,"Cost":278,"Date":"7/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":250,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":459,"Cost":329,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":559,"Cost":469,"Date":"1/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":386,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":141,"Cost":92,"Date":"6/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":443,"Cost":270,"Date":"6/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":604,"Cost":343,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":498,"Cost":278,"Date":"11/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":524,"Cost":350,"Date":"12/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":539,"Cost":301,"Date":"2/4/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":589,"Cost":337,"Date":"3/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":426,"Cost":264,"Date":"12/18/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":749,"Cost":405,"Date":"3/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":486,"Cost":458,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":442,"Cost":406,"Date":"6/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":595,"Date":"7/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":942,"Cost":826,"Date":"11/21/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":793,"Cost":485,"Date":"11/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":440,"Cost":257,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":387,"Cost":348,"Date":"5/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":428,"Cost":371,"Date":"9/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":98,"Cost":65,"Date":"1/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":320,"Cost":166,"Date":"2/2/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":152,"Date":"3/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":630,"Cost":580,"Date":"10/14/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":208,"Cost":152,"Date":"2/16/2018"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":90,"Cost":80,"Date":"6/7/2018"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":197,"Date":"1/28/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":89,"Date":"3/27/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":915,"Cost":466,"Date":"5/12/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":658,"Date":"7/28/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":345,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":240,"Cost":221,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":714,"Cost":544,"Date":"1/17/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":299,"Cost":183,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":996,"Cost":676,"Date":"6/6/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":914,"Cost":493,"Date":"6/16/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":164,"Cost":136,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":681,"Cost":613,"Date":"11/19/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":831,"Cost":705,"Date":"12/28/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":636,"Cost":378,"Date":"2/4/2021"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":432,"Cost":338,"Date":"3/8/2021"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":66,"Date":"12/18/2021"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":128,"Cost":94,"Date":"3/31/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":198,"Cost":107,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":841,"Cost":677,"Date":"6/26/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":738,"Cost":644,"Date":"7/23/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":683,"Cost":403,"Date":"11/21/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":378,"Cost":250,"Date":"11/26/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":159,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":689,"Cost":603,"Date":"5/21/2023"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":898,"Cost":699,"Date":"9/28/2023"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":456,"Cost":375,"Date":"1/3/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":96,"Cost":56,"Date":"2/2/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":359,"Cost":182,"Date":"3/18/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":614,"Cost":432,"Date":"10/14/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":804,"Cost":711,"Date":"2/16/2018"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":893,"Cost":647,"Date":"6/7/2018"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":718,"Cost":682,"Date":"1/28/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":556,"Cost":523,"Date":"3/27/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":103,"Cost":64,"Date":"5/12/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":788,"Cost":488,"Date":"7/28/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":886,"Cost":595,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":828,"Cost":739,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":711,"Cost":626,"Date":"1/17/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":708,"Cost":405,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":726,"Cost":481,"Date":"6/6/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":591,"Cost":350,"Date":"6/16/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":720,"Cost":392,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":695,"Cost":511,"Date":"11/19/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":148,"Cost":104,"Date":"12/28/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":680,"Cost":607,"Date":"2/4/2021"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":61,"Cost":33,"Date":"3/8/2021"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":532,"Cost":394,"Date":"12/18/2021"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":645,"Cost":416,"Date":"3/31/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":74,"Cost":62,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":680,"Cost":518,"Date":"6/26/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":765,"Cost":430,"Date":"7/23/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":189,"Cost":131,"Date":"11/21/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":941,"Cost":859,"Date":"11/26/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":825,"Cost":586,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":599,"Cost":332,"Date":"5/21/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":170,"Cost":122,"Date":"9/28/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":733,"Cost":465,"Date":"1/3/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":613,"Cost":488,"Date":"2/2/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":903,"Cost":708,"Date":"3/18/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":120,"Cost":69,"Date":"10/14/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":463,"Cost":380,"Date":"2/16/2018"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":491,"Cost":254,"Date":"6/7/2018"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":172,"Cost":128,"Date":"1/28/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":562,"Cost":474,"Date":"3/27/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":908,"Cost":572,"Date":"5/12/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":513,"Cost":449,"Date":"7/28/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":710,"Cost":562,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":925,"Cost":607,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":541,"Cost":362,"Date":"1/17/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":407,"Cost":363,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":251,"Cost":202,"Date":"6/6/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":686,"Cost":378,"Date":"6/16/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":502,"Cost":280,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":110,"Cost":70,"Date":"11/19/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":694,"Cost":426,"Date":"12/28/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":470,"Cost":246,"Date":"2/4/2021"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":674,"Cost":580,"Date":"3/8/2021"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":234,"Cost":207,"Date":"12/18/2021"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":137,"Cost":99,"Date":"3/31/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":366,"Cost":315,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":275,"Cost":252,"Date":"6/26/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":12,"Cost":10,"Date":"7/23/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":391,"Cost":293,"Date":"11/21/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":551,"Cost":341,"Date":"11/26/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":664,"Cost":616,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":382,"Cost":287,"Date":"5/21/2023"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":865,"Cost":460,"Date":"9/28/2023"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":530,"Cost":462,"Date":"1/3/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":631,"Cost":593,"Date":"2/2/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":385,"Cost":291,"Date":"3/18/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":732,"Cost":393,"Date":"10/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":676,"Cost":608,"Date":"2/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":223,"Cost":149,"Date":"6/7/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":656,"Cost":420,"Date":"1/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":864,"Cost":534,"Date":"3/27/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":73,"Cost":54,"Date":"5/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":470,"Cost":308,"Date":"7/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":978,"Cost":551,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":663,"Cost":403,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":908,"Cost":456,"Date":"1/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":630,"Cost":536,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":428,"Cost":237,"Date":"6/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":547,"Cost":403,"Date":"6/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":300,"Cost":159,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":520,"Cost":434,"Date":"11/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":211,"Date":"12/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":784,"Cost":643,"Date":"2/4/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":27,"Cost":24,"Date":"3/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":301,"Date":"12/18/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":55,"Cost":35,"Date":"3/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":195,"Cost":112,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":321,"Cost":197,"Date":"6/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":162,"Cost":147,"Date":"7/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":833,"Cost":487,"Date":"11/21/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":276,"Cost":213,"Date":"11/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":790,"Cost":495,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":659,"Cost":466,"Date":"5/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":868,"Cost":659,"Date":"9/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":136,"Cost":129,"Date":"1/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":18,"Cost":15,"Date":"2/2/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":919,"Cost":840,"Date":"3/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":88,"Cost":51,"Date":"10/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":750,"Cost":607,"Date":"2/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":46,"Cost":43,"Date":"6/7/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":7,"Cost":5,"Date":"1/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":450,"Cost":426,"Date":"3/27/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":219,"Cost":139,"Date":"5/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":388,"Cost":254,"Date":"7/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":918,"Cost":609,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":338,"Cost":204,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":70,"Cost":39,"Date":"1/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":665,"Cost":596,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":760,"Cost":562,"Date":"6/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":462,"Cost":392,"Date":"6/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":758,"Cost":480,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":483,"Cost":314,"Date":"11/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":107,"Cost":86,"Date":"12/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":466,"Cost":299,"Date":"2/4/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":781,"Cost":706,"Date":"3/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":28,"Cost":24,"Date":"12/18/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":296,"Cost":171,"Date":"3/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":236,"Cost":181,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":117,"Cost":75,"Date":"6/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":86,"Cost":79,"Date":"7/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":462,"Cost":264,"Date":"11/21/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":614,"Cost":340,"Date":"11/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":891,"Cost":553,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":962,"Cost":778,"Date":"5/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":726,"Cost":495,"Date":"9/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":666,"Cost":393,"Date":"1/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":241,"Cost":195,"Date":"2/2/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":184,"Cost":164,"Date":"3/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":786,"Cost":556,"Date":"10/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":824,"Cost":735,"Date":"2/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":673,"Cost":524,"Date":"6/7/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":389,"Cost":333,"Date":"1/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":740,"Cost":571,"Date":"3/27/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":902,"Cost":621,"Date":"5/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":695,"Cost":606,"Date":"7/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":22,"Cost":15,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":495,"Cost":449,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":713,"Cost":593,"Date":"1/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":883,"Cost":800,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":749,"Cost":395,"Date":"6/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":1,"Cost":0,"Date":"6/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":508,"Cost":322,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":352,"Cost":262,"Date":"11/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":710,"Cost":547,"Date":"12/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":697,"Cost":554,"Date":"2/4/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":114,"Cost":104,"Date":"3/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":789,"Cost":588,"Date":"12/18/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":239,"Cost":125,"Date":"3/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":664,"Cost":611,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":313,"Cost":296,"Date":"6/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":877,"Cost":619,"Date":"7/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":735,"Cost":509,"Date":"11/21/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":684,"Cost":591,"Date":"11/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":555,"Cost":436,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":465,"Cost":428,"Date":"5/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":36,"Cost":18,"Date":"9/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":822,"Cost":509,"Date":"1/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":458,"Cost":333,"Date":"2/2/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":971,"Cost":643,"Date":"3/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":117,"Cost":70,"Date":"10/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":819,"Cost":447,"Date":"2/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":21,"Cost":13,"Date":"6/7/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":263,"Cost":156,"Date":"1/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":90,"Cost":74,"Date":"3/27/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":866,"Cost":644,"Date":"5/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":246,"Cost":181,"Date":"7/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":430,"Cost":341,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":784,"Cost":438,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":552,"Cost":468,"Date":"1/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":887,"Cost":506,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":804,"Cost":486,"Date":"6/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":859,"Cost":725,"Date":"6/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":342,"Cost":304,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":76,"Cost":51,"Date":"11/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":307,"Cost":200,"Date":"12/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":675,"Cost":563,"Date":"2/4/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":219,"Cost":197,"Date":"3/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":103,"Cost":88,"Date":"12/18/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":208,"Cost":110,"Date":"3/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":731,"Cost":520,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":327,"Cost":275,"Date":"6/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":901,"Cost":632,"Date":"7/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":662,"Cost":455,"Date":"11/21/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":512,"Cost":485,"Date":"11/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":987,"Cost":504,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":387,"Cost":194,"Date":"5/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":826,"Cost":659,"Date":"9/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":589,"Cost":301,"Date":"1/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":90,"Cost":51,"Date":"2/2/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":696,"Cost":414,"Date":"3/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":944,"Cost":791,"Date":"10/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":9,"Cost":7,"Date":"2/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":795,"Cost":734,"Date":"6/7/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":298,"Cost":191,"Date":"1/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":712,"Cost":534,"Date":"3/27/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":663,"Cost":352,"Date":"5/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":676,"Cost":630,"Date":"7/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":876,"Cost":476,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":682,"Cost":482,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":471,"Cost":301,"Date":"1/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":159,"Cost":112,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":747,"Cost":483,"Date":"6/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":162,"Cost":110,"Date":"6/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":383,"Cost":348,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":725,"Cost":568,"Date":"11/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":220,"Cost":145,"Date":"12/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":527,"Cost":330,"Date":"2/4/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":118,"Cost":85,"Date":"3/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":215,"Cost":159,"Date":"12/18/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":839,"Cost":490,"Date":"3/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":537,"Cost":316,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":255,"Cost":215,"Date":"6/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":345,"Cost":193,"Date":"7/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":320,"Cost":290,"Date":"11/21/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":727,"Cost":444,"Date":"11/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":659,"Cost":575,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":496,"Cost":272,"Date":"5/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":71,"Cost":40,"Date":"9/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":216,"Cost":129,"Date":"1/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":57,"Cost":54,"Date":"2/2/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":639,"Cost":583,"Date":"3/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":378,"Cost":288,"Date":"10/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":307,"Cost":153,"Date":"2/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":114,"Cost":62,"Date":"6/7/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":506,"Cost":284,"Date":"1/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":938,"Cost":695,"Date":"3/27/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":85,"Cost":77,"Date":"5/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":247,"Cost":175,"Date":"7/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":506,"Cost":430,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":536,"Cost":380,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":312,"Cost":207,"Date":"1/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":781,"Cost":538,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":973,"Cost":817,"Date":"6/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":965,"Cost":596,"Date":"6/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":452,"Cost":381,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":645,"Cost":354,"Date":"11/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":346,"Cost":213,"Date":"12/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":973,"Cost":916,"Date":"2/4/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":310,"Cost":233,"Date":"3/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":46,"Cost":31,"Date":"12/18/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":420,"Cost":301,"Date":"3/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":82,"Cost":65,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":230,"Cost":146,"Date":"6/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":201,"Cost":156,"Date":"7/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":563,"Cost":288,"Date":"11/21/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":298,"Cost":245,"Date":"11/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":966,"Cost":498,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":381,"Cost":205,"Date":"5/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":767,"Cost":399,"Date":"9/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":716,"Cost":389,"Date":"1/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":959,"Cost":856,"Date":"2/2/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":739,"Cost":671,"Date":"3/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":189,"Cost":172,"Date":"10/14/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":645,"Cost":550,"Date":"2/16/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":197,"Cost":158,"Date":"6/7/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":262,"Cost":167,"Date":"1/28/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":126,"Cost":109,"Date":"3/27/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":666,"Cost":580,"Date":"5/12/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":359,"Cost":240,"Date":"7/28/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":528,"Cost":430,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":667,"Cost":447,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":897,"Date":"1/17/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":453,"Cost":249,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":340,"Cost":319,"Date":"6/6/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":328,"Cost":198,"Date":"6/16/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":725,"Cost":388,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":475,"Cost":267,"Date":"11/19/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":456,"Cost":364,"Date":"12/28/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":315,"Cost":253,"Date":"2/4/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":977,"Cost":500,"Date":"3/8/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":394,"Cost":267,"Date":"12/18/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":391,"Cost":240,"Date":"3/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":218,"Cost":141,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":125,"Cost":86,"Date":"6/26/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":731,"Cost":666,"Date":"7/23/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":956,"Cost":563,"Date":"11/21/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":289,"Cost":176,"Date":"11/26/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":232,"Cost":165,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":848,"Cost":692,"Date":"5/21/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":19,"Cost":9,"Date":"9/28/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":911,"Cost":711,"Date":"1/3/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":753,"Cost":593,"Date":"2/2/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":73,"Date":"3/18/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":249,"Date":"10/14/2024"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":816,"Cost":603,"Date":"2/16/2018"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":579,"Cost":445,"Date":"6/7/2018"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":480,"Cost":267,"Date":"1/28/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":275,"Cost":246,"Date":"3/27/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":781,"Cost":467,"Date":"5/12/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":668,"Cost":544,"Date":"7/28/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":251,"Cost":192,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":398,"Cost":286,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":198,"Cost":188,"Date":"1/17/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":765,"Cost":596,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":175,"Cost":124,"Date":"6/6/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":233,"Cost":197,"Date":"6/16/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":401,"Cost":335,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":682,"Cost":473,"Date":"11/19/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":352,"Cost":235,"Date":"12/28/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":654,"Cost":440,"Date":"2/4/2021"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":146,"Cost":102,"Date":"3/8/2021"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":768,"Cost":384,"Date":"12/18/2021"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":197,"Cost":113,"Date":"3/31/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":598,"Cost":346,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":722,"Cost":434,"Date":"6/26/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":721,"Cost":448,"Date":"7/23/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":830,"Cost":727,"Date":"11/21/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":9,"Cost":8,"Date":"11/26/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":876,"Cost":679,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":969,"Cost":673,"Date":"5/21/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":263,"Cost":212,"Date":"9/28/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":382,"Cost":315,"Date":"1/3/2024"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":871,"Cost":457,"Date":"2/2/2024"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":882,"Cost":523,"Date":"3/18/2024"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":688,"Cost":401,"Date":"10/14/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":254,"Cost":232,"Date":"2/16/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":964,"Cost":706,"Date":"6/7/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":727,"Cost":607,"Date":"1/28/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":322,"Cost":264,"Date":"3/27/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":786,"Cost":739,"Date":"5/12/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":307,"Cost":292,"Date":"7/28/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":351,"Cost":288,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":386,"Cost":241,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":57,"Cost":44,"Date":"1/17/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":789,"Cost":653,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":585,"Cost":528,"Date":"6/6/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":907,"Cost":781,"Date":"6/16/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":466,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":548,"Cost":387,"Date":"11/19/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":356,"Cost":283,"Date":"12/28/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":627,"Cost":482,"Date":"2/4/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":101,"Cost":78,"Date":"3/8/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":104,"Cost":83,"Date":"12/18/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":915,"Cost":489,"Date":"3/31/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":318,"Cost":193,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":717,"Cost":368,"Date":"6/26/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":736,"Cost":699,"Date":"7/23/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":504,"Cost":299,"Date":"11/21/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":490,"Cost":376,"Date":"11/26/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":827,"Cost":743,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":973,"Cost":752,"Date":"5/21/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":728,"Cost":645,"Date":"9/28/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":554,"Cost":417,"Date":"1/3/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":448,"Cost":375,"Date":"2/2/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":772,"Cost":402,"Date":"3/18/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":524,"Date":"10/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":857,"Cost":447,"Date":"2/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":937,"Cost":828,"Date":"6/7/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":543,"Cost":417,"Date":"1/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":816,"Cost":548,"Date":"3/27/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":460,"Cost":235,"Date":"5/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":550,"Cost":349,"Date":"7/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":214,"Cost":203,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":642,"Cost":510,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":582,"Cost":450,"Date":"1/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":845,"Cost":692,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":922,"Cost":857,"Date":"6/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":874,"Cost":576,"Date":"6/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":423,"Cost":246,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":595,"Cost":558,"Date":"11/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":129,"Cost":79,"Date":"12/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":666,"Cost":628,"Date":"2/4/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":431,"Cost":364,"Date":"3/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":763,"Cost":675,"Date":"12/18/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":87,"Cost":67,"Date":"3/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":516,"Cost":455,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":434,"Cost":260,"Date":"6/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":627,"Cost":569,"Date":"7/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":190,"Cost":123,"Date":"11/21/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":828,"Cost":691,"Date":"11/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":845,"Cost":719,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":850,"Cost":657,"Date":"5/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":992,"Cost":546,"Date":"9/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":713,"Cost":612,"Date":"1/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":182,"Cost":108,"Date":"2/2/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":907,"Cost":544,"Date":"3/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":229,"Cost":205,"Date":"10/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":853,"Cost":565,"Date":"2/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":828,"Cost":437,"Date":"6/7/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":17,"Cost":13,"Date":"1/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":123,"Cost":88,"Date":"3/27/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":87,"Cost":75,"Date":"5/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":405,"Cost":336,"Date":"7/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":233,"Cost":188,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":198,"Cost":142,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":695,"Cost":637,"Date":"1/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":94,"Cost":76,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":255,"Cost":212,"Date":"6/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":155,"Cost":81,"Date":"6/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":157,"Cost":140,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":343,"Cost":201,"Date":"11/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":128,"Cost":107,"Date":"12/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":810,"Cost":719,"Date":"2/4/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":300,"Cost":279,"Date":"3/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":264,"Cost":134,"Date":"12/18/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":688,"Date":"3/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":490,"Cost":423,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":969,"Cost":820,"Date":"6/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":535,"Cost":283,"Date":"7/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":644,"Date":"11/21/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":990,"Cost":923,"Date":"11/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":178,"Cost":95,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":991,"Cost":755,"Date":"5/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":532,"Cost":304,"Date":"9/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":758,"Cost":469,"Date":"1/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":306,"Cost":196,"Date":"2/2/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":975,"Cost":515,"Date":"3/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":804,"Cost":487,"Date":"10/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":805,"Cost":569,"Date":"2/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":193,"Cost":172,"Date":"6/7/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":858,"Cost":501,"Date":"1/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":532,"Cost":304,"Date":"3/27/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":855,"Cost":582,"Date":"5/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":853,"Cost":553,"Date":"7/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":182,"Cost":94,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":114,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":482,"Cost":454,"Date":"1/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":342,"Cost":221,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":316,"Cost":243,"Date":"6/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":106,"Cost":91,"Date":"6/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":358,"Cost":329,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":505,"Cost":313,"Date":"11/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":500,"Cost":419,"Date":"12/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":469,"Cost":297,"Date":"2/4/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":668,"Cost":536,"Date":"3/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":335,"Cost":205,"Date":"12/18/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":172,"Cost":102,"Date":"3/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":11,"Cost":6,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":439,"Cost":253,"Date":"6/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":230,"Cost":179,"Date":"7/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":565,"Cost":427,"Date":"11/21/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":17,"Cost":16,"Date":"11/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":184,"Cost":135,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":153,"Cost":127,"Date":"5/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":92,"Cost":59,"Date":"9/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":533,"Cost":331,"Date":"1/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":328,"Cost":243,"Date":"2/2/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":770,"Cost":657,"Date":"3/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":670,"Cost":410,"Date":"10/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":855,"Cost":495,"Date":"2/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":538,"Cost":274,"Date":"6/7/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":237,"Cost":147,"Date":"1/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":470,"Cost":391,"Date":"3/27/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":64,"Cost":48,"Date":"5/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":781,"Cost":667,"Date":"7/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":352,"Cost":190,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":211,"Cost":106,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":801,"Cost":761,"Date":"1/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":939,"Cost":865,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":869,"Cost":509,"Date":"6/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":837,"Cost":543,"Date":"6/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":249,"Cost":172,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":443,"Cost":227,"Date":"11/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":938,"Cost":501,"Date":"12/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":595,"Cost":556,"Date":"2/4/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":817,"Cost":497,"Date":"3/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":96,"Cost":66,"Date":"12/18/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":131,"Cost":99,"Date":"3/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":310,"Cost":185,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":466,"Cost":437,"Date":"6/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":722,"Cost":633,"Date":"7/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":733,"Cost":398,"Date":"11/21/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":637,"Cost":506,"Date":"11/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":593,"Cost":393,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":639,"Cost":456,"Date":"5/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":872,"Cost":575,"Date":"9/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":827,"Cost":743,"Date":"1/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":543,"Cost":376,"Date":"2/2/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":802,"Cost":515,"Date":"3/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":237,"Cost":158,"Date":"10/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":623,"Cost":456,"Date":"2/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":116,"Cost":93,"Date":"6/7/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":718,"Cost":439,"Date":"1/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":224,"Cost":200,"Date":"3/27/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":271,"Cost":185,"Date":"5/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":815,"Cost":485,"Date":"7/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":577,"Cost":366,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":373,"Cost":344,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":225,"Cost":139,"Date":"1/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":570,"Cost":382,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":862,"Cost":668,"Date":"6/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":141,"Date":"6/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":972,"Cost":591,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":72,"Cost":58,"Date":"11/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":184,"Cost":169,"Date":"12/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":95,"Cost":64,"Date":"2/4/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":986,"Cost":528,"Date":"3/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":628,"Cost":414,"Date":"12/18/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":194,"Cost":131,"Date":"3/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":985,"Cost":887,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":539,"Cost":278,"Date":"6/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":13,"Cost":11,"Date":"7/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":517,"Cost":295,"Date":"11/21/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":718,"Cost":681,"Date":"11/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":325,"Cost":250,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":121,"Cost":88,"Date":"5/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":241,"Cost":146,"Date":"9/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":704,"Cost":636,"Date":"1/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":68,"Cost":45,"Date":"2/2/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":937,"Cost":481,"Date":"3/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":745,"Cost":530,"Date":"10/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":241,"Cost":127,"Date":"2/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":858,"Cost":451,"Date":"6/7/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":78,"Cost":68,"Date":"1/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":318,"Cost":189,"Date":"3/27/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":342,"Cost":235,"Date":"5/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":728,"Cost":595,"Date":"7/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":576,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":989,"Cost":540,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":616,"Cost":571,"Date":"1/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":773,"Cost":464,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":277,"Cost":204,"Date":"6/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":779,"Cost":716,"Date":"6/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":570,"Cost":310,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":937,"Cost":516,"Date":"11/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":163,"Cost":120,"Date":"12/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":502,"Cost":455,"Date":"2/4/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":825,"Cost":689,"Date":"3/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":909,"Cost":633,"Date":"12/18/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":87,"Cost":53,"Date":"3/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":252,"Cost":198,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":381,"Cost":221,"Date":"6/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":765,"Cost":657,"Date":"7/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":109,"Cost":79,"Date":"11/21/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":488,"Cost":420,"Date":"11/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":491,"Cost":416,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":4,"Cost":3,"Date":"5/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":167,"Cost":133,"Date":"9/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":11,"Cost":6,"Date":"1/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":964,"Cost":907,"Date":"2/2/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":564,"Cost":323,"Date":"3/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":268,"Cost":155,"Date":"10/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":988,"Cost":753,"Date":"2/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":890,"Cost":809,"Date":"6/7/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":976,"Cost":741,"Date":"1/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":161,"Cost":142,"Date":"3/27/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":838,"Cost":587,"Date":"5/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":585,"Cost":313,"Date":"7/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":724,"Cost":481,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":729,"Cost":531,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":601,"Cost":510,"Date":"1/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":323,"Cost":191,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":380,"Cost":271,"Date":"6/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":96,"Cost":53,"Date":"6/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":287,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":295,"Cost":151,"Date":"11/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":884,"Cost":636,"Date":"12/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":8,"Cost":5,"Date":"2/4/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":942,"Cost":766,"Date":"3/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":701,"Cost":475,"Date":"12/18/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":221,"Cost":119,"Date":"3/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":335,"Cost":308,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":243,"Cost":215,"Date":"6/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":820,"Cost":508,"Date":"7/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":102,"Cost":97,"Date":"11/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":208,"Cost":115,"Date":"11/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":24,"Cost":17,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":418,"Cost":249,"Date":"5/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":645,"Cost":571,"Date":"9/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":471,"Cost":350,"Date":"1/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":327,"Cost":283,"Date":"2/2/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":14,"Cost":10,"Date":"3/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":734,"Cost":583,"Date":"10/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":556,"Cost":436,"Date":"2/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":636,"Cost":525,"Date":"6/7/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":28,"Cost":21,"Date":"1/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":960,"Cost":911,"Date":"3/27/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":157,"Cost":114,"Date":"5/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":65,"Cost":51,"Date":"7/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":915,"Cost":681,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":710,"Cost":543,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":265,"Cost":202,"Date":"1/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":940,"Cost":843,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":573,"Cost":522,"Date":"6/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":756,"Cost":625,"Date":"6/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":422,"Cost":258,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":915,"Cost":743,"Date":"11/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":450,"Cost":254,"Date":"12/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":648,"Cost":376,"Date":"2/4/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":766,"Cost":602,"Date":"3/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":117,"Cost":72,"Date":"12/18/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":370,"Cost":267,"Date":"3/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":929,"Cost":608,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":960,"Cost":871,"Date":"6/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":823,"Cost":705,"Date":"7/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":806,"Cost":711,"Date":"11/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":456,"Cost":241,"Date":"11/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":453,"Cost":394,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":251,"Cost":154,"Date":"5/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":865,"Cost":585,"Date":"9/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":820,"Cost":434,"Date":"1/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":954,"Cost":873,"Date":"2/2/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":638,"Cost":422,"Date":"3/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":583,"Cost":539,"Date":"10/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":954,"Cost":672,"Date":"2/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":297,"Cost":261,"Date":"6/7/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":930,"Cost":695,"Date":"1/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":263,"Cost":134,"Date":"3/27/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":937,"Cost":782,"Date":"5/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":80,"Cost":74,"Date":"7/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":785,"Cost":660,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":752,"Cost":441,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":176,"Cost":127,"Date":"1/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":206,"Cost":132,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":415,"Cost":236,"Date":"6/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":98,"Cost":76,"Date":"6/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":106,"Cost":65,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":307,"Cost":170,"Date":"11/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":758,"Cost":419,"Date":"12/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":974,"Cost":532,"Date":"2/4/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":436,"Cost":373,"Date":"3/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":506,"Cost":361,"Date":"12/18/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":495,"Cost":429,"Date":"3/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":361,"Cost":331,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":785,"Cost":421,"Date":"6/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":554,"Cost":431,"Date":"7/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":81,"Cost":51,"Date":"11/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":569,"Cost":312,"Date":"11/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":689,"Cost":562,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":106,"Cost":70,"Date":"5/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":649,"Cost":361,"Date":"9/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":835,"Cost":751,"Date":"1/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":319,"Cost":294,"Date":"2/2/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":102,"Cost":74,"Date":"3/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":42,"Cost":34,"Date":"10/14/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":305,"Cost":287,"Date":"2/16/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":433,"Cost":356,"Date":"6/7/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":193,"Cost":145,"Date":"1/28/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":47,"Cost":33,"Date":"3/27/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":611,"Cost":406,"Date":"5/12/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":788,"Cost":461,"Date":"7/28/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":379,"Cost":261,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":826,"Cost":670,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":12,"Cost":10,"Date":"1/17/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":465,"Cost":310,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":588,"Cost":301,"Date":"6/6/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":569,"Cost":450,"Date":"6/16/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":489,"Cost":392,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":240,"Cost":135,"Date":"11/19/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":96,"Cost":76,"Date":"12/28/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":489,"Cost":351,"Date":"2/4/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":176,"Cost":124,"Date":"3/8/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":992,"Cost":680,"Date":"12/18/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":569,"Cost":398,"Date":"3/31/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":548,"Cost":513,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":22,"Cost":15,"Date":"6/26/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":932,"Cost":584,"Date":"7/23/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":252,"Cost":220,"Date":"11/21/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":706,"Cost":354,"Date":"11/26/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":193,"Cost":132,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":873,"Cost":769,"Date":"5/21/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":722,"Cost":481,"Date":"9/28/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":44,"Cost":27,"Date":"1/3/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":843,"Cost":551,"Date":"2/2/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":649,"Cost":495,"Date":"3/18/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":752,"Cost":457,"Date":"10/14/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":96,"Cost":89,"Date":"2/16/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":611,"Cost":448,"Date":"6/7/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":896,"Cost":836,"Date":"1/28/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":961,"Cost":776,"Date":"3/27/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":230,"Cost":145,"Date":"5/12/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":294,"Cost":174,"Date":"7/28/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":543,"Cost":387,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":481,"Cost":387,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":940,"Cost":617,"Date":"1/17/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":380,"Cost":322,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":815,"Cost":556,"Date":"6/6/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":863,"Cost":478,"Date":"6/16/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":438,"Cost":397,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":473,"Cost":297,"Date":"11/19/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":76,"Cost":39,"Date":"12/28/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":235,"Cost":209,"Date":"2/4/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":450,"Cost":396,"Date":"3/8/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":464,"Cost":387,"Date":"12/18/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":82,"Cost":69,"Date":"3/31/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":373,"Cost":346,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":12,"Cost":7,"Date":"6/26/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":135,"Cost":117,"Date":"7/23/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":199,"Cost":186,"Date":"11/21/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":942,"Cost":719,"Date":"11/26/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":770,"Cost":549,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":572,"Cost":378,"Date":"5/21/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":271,"Cost":205,"Date":"9/28/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":59,"Cost":56,"Date":"1/3/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":240,"Cost":175,"Date":"2/2/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":677,"Cost":629,"Date":"3/18/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":675,"Cost":630,"Date":"10/14/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":892,"Cost":786,"Date":"2/16/2018"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":314,"Cost":232,"Date":"6/7/2018"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":178,"Cost":153,"Date":"1/28/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":188,"Cost":94,"Date":"3/27/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":480,"Cost":350,"Date":"5/12/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":399,"Cost":362,"Date":"7/28/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":158,"Cost":147,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":267,"Cost":177,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":588,"Cost":509,"Date":"1/17/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":381,"Cost":304,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":312,"Cost":262,"Date":"6/6/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":351,"Cost":329,"Date":"6/16/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":76,"Cost":46,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":853,"Cost":568,"Date":"11/19/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":658,"Cost":491,"Date":"12/28/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":183,"Cost":148,"Date":"2/4/2021"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":514,"Cost":483,"Date":"3/8/2021"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":645,"Cost":555,"Date":"12/18/2021"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":810,"Cost":525,"Date":"3/31/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":28,"Cost":26,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":18,"Cost":12,"Date":"6/26/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":765,"Cost":565,"Date":"7/23/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":790,"Cost":729,"Date":"11/21/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":873,"Cost":798,"Date":"11/26/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":839,"Cost":560,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":558,"Cost":315,"Date":"5/21/2023"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":736,"Cost":641,"Date":"9/28/2023"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":656,"Cost":515,"Date":"1/3/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":130,"Cost":100,"Date":"2/2/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":252,"Cost":211,"Date":"3/18/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":651,"Cost":467,"Date":"10/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":303,"Cost":245,"Date":"2/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":96,"Cost":55,"Date":"6/7/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":363,"Cost":285,"Date":"1/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":344,"Cost":244,"Date":"3/27/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":861,"Cost":645,"Date":"5/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":117,"Cost":107,"Date":"7/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":903,"Cost":665,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":233,"Cost":154,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":131,"Cost":91,"Date":"1/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":668,"Cost":585,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":40,"Cost":36,"Date":"6/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":365,"Cost":283,"Date":"6/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":528,"Cost":337,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":754,"Cost":675,"Date":"11/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":24,"Cost":15,"Date":"12/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":765,"Cost":423,"Date":"2/4/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":106,"Cost":85,"Date":"3/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":204,"Cost":182,"Date":"12/18/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":200,"Cost":107,"Date":"3/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":642,"Cost":429,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":663,"Cost":597,"Date":"6/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":894,"Cost":681,"Date":"7/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":767,"Cost":422,"Date":"11/21/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":116,"Cost":81,"Date":"11/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":331,"Cost":279,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":972,"Cost":731,"Date":"5/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":491,"Cost":371,"Date":"9/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":79,"Cost":42,"Date":"1/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":72,"Cost":49,"Date":"2/2/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":152,"Cost":104,"Date":"3/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":907,"Cost":631,"Date":"10/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":571,"Cost":370,"Date":"2/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":773,"Cost":646,"Date":"6/7/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":387,"Cost":284,"Date":"1/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":272,"Cost":177,"Date":"3/27/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":121,"Cost":92,"Date":"5/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":553,"Cost":477,"Date":"7/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":83,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":823,"Cost":466,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":429,"Date":"1/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":887,"Cost":504,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":522,"Cost":472,"Date":"6/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":670,"Cost":389,"Date":"6/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":19,"Cost":13,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":9,"Cost":7,"Date":"11/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":755,"Cost":532,"Date":"12/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":420,"Cost":291,"Date":"2/4/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":51,"Cost":34,"Date":"3/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":582,"Cost":444,"Date":"12/18/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":601,"Cost":541,"Date":"3/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":433,"Cost":393,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":379,"Date":"6/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":3,"Cost":1,"Date":"7/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":17,"Cost":11,"Date":"11/21/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":867,"Cost":789,"Date":"11/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":118,"Cost":106,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":892,"Cost":547,"Date":"5/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":443,"Cost":361,"Date":"9/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":502,"Cost":435,"Date":"1/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":957,"Cost":542,"Date":"2/2/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":788,"Cost":483,"Date":"3/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":592,"Cost":474,"Date":"10/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":911,"Cost":670,"Date":"2/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":281,"Cost":201,"Date":"6/7/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":2,"Cost":1,"Date":"1/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":204,"Cost":163,"Date":"3/27/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":974,"Cost":821,"Date":"5/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":87,"Cost":67,"Date":"7/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":71,"Cost":49,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":263,"Cost":193,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":967,"Cost":649,"Date":"1/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":502,"Cost":473,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":529,"Cost":449,"Date":"6/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":77,"Cost":47,"Date":"6/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":731,"Cost":547,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":743,"Cost":435,"Date":"11/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":419,"Cost":394,"Date":"12/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":372,"Cost":352,"Date":"2/4/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":320,"Cost":255,"Date":"3/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":115,"Cost":77,"Date":"12/18/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":795,"Cost":505,"Date":"3/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":751,"Cost":421,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":57,"Cost":49,"Date":"6/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":358,"Cost":182,"Date":"7/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":905,"Cost":605,"Date":"11/21/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":468,"Cost":289,"Date":"11/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":519,"Cost":356,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":231,"Cost":156,"Date":"5/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":12,"Cost":12,"Date":"9/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":630,"Cost":514,"Date":"1/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":431,"Date":"2/2/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":732,"Cost":459,"Date":"3/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":978,"Cost":842,"Date":"10/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":51,"Cost":35,"Date":"2/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":270,"Cost":157,"Date":"6/7/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":580,"Cost":290,"Date":"1/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":782,"Cost":705,"Date":"3/27/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":150,"Cost":91,"Date":"5/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":759,"Cost":677,"Date":"7/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":625,"Cost":400,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":443,"Cost":417,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":594,"Cost":355,"Date":"1/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":464,"Cost":407,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":826,"Cost":727,"Date":"6/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":290,"Cost":226,"Date":"6/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":190,"Cost":105,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":766,"Cost":635,"Date":"11/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":934,"Cost":849,"Date":"12/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":192,"Cost":144,"Date":"2/4/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":843,"Cost":442,"Date":"3/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":610,"Cost":425,"Date":"12/18/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":58,"Cost":55,"Date":"3/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":632,"Cost":533,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":59,"Cost":52,"Date":"6/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":903,"Cost":801,"Date":"7/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":156,"Cost":104,"Date":"11/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":26,"Cost":21,"Date":"11/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":264,"Cost":220,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":612,"Cost":404,"Date":"5/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":368,"Cost":246,"Date":"9/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":153,"Cost":107,"Date":"1/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":592,"Cost":534,"Date":"2/2/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":10,"Cost":7,"Date":"3/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":233,"Cost":185,"Date":"10/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":343,"Cost":258,"Date":"2/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":542,"Cost":397,"Date":"6/7/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":877,"Cost":548,"Date":"1/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":293,"Cost":169,"Date":"3/27/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":123,"Cost":93,"Date":"5/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":244,"Cost":230,"Date":"7/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":92,"Cost":54,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":245,"Cost":222,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":731,"Cost":487,"Date":"1/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":711,"Cost":404,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":153,"Cost":106,"Date":"6/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":412,"Cost":303,"Date":"6/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":912,"Cost":536,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":273,"Cost":149,"Date":"11/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":224,"Cost":135,"Date":"12/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":634,"Cost":591,"Date":"2/4/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":49,"Cost":32,"Date":"3/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":203,"Cost":162,"Date":"12/18/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":474,"Cost":335,"Date":"3/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":978,"Cost":754,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":331,"Cost":176,"Date":"6/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":547,"Cost":332,"Date":"7/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":819,"Cost":689,"Date":"11/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":567,"Cost":478,"Date":"11/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":825,"Cost":668,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":586,"Cost":455,"Date":"5/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":360,"Cost":210,"Date":"9/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":725,"Cost":594,"Date":"1/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":124,"Cost":88,"Date":"2/2/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":359,"Cost":244,"Date":"3/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":12,"Cost":10,"Date":"10/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":456,"Cost":379,"Date":"2/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":752,"Cost":488,"Date":"6/7/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":495,"Cost":298,"Date":"1/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":910,"Cost":592,"Date":"3/27/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":929,"Cost":654,"Date":"5/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":215,"Cost":176,"Date":"7/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":298,"Cost":156,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":549,"Cost":386,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":61,"Cost":34,"Date":"1/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":178,"Cost":130,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":8,"Cost":6,"Date":"6/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":351,"Cost":321,"Date":"6/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":555,"Cost":351,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":756,"Cost":700,"Date":"11/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":768,"Cost":427,"Date":"12/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":739,"Cost":417,"Date":"2/4/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":867,"Cost":590,"Date":"3/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":451,"Cost":282,"Date":"12/18/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":839,"Cost":503,"Date":"3/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":235,"Cost":186,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":190,"Cost":158,"Date":"6/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":726,"Cost":513,"Date":"7/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":758,"Cost":697,"Date":"11/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":57,"Cost":51,"Date":"11/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":547,"Cost":444,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":62,"Cost":54,"Date":"5/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":365,"Cost":188,"Date":"9/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":804,"Cost":498,"Date":"1/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":409,"Cost":235,"Date":"2/2/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":723,"Cost":654,"Date":"3/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":305,"Cost":204,"Date":"10/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":65,"Cost":58,"Date":"2/16/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":276,"Cost":140,"Date":"6/7/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":653,"Cost":490,"Date":"1/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":398,"Cost":253,"Date":"3/27/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":670,"Cost":508,"Date":"5/12/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":849,"Cost":581,"Date":"7/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":932,"Cost":855,"Date":"8/8/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":256,"Cost":218,"Date":"12/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":150,"Cost":125,"Date":"1/17/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":978,"Cost":610,"Date":"3/8/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":62,"Cost":53,"Date":"6/6/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":318,"Cost":261,"Date":"6/16/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":759,"Cost":718,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":943,"Cost":489,"Date":"11/19/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":467,"Cost":395,"Date":"12/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":994,"Cost":763,"Date":"2/4/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":599,"Cost":417,"Date":"3/8/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":677,"Cost":471,"Date":"12/18/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":191,"Cost":172,"Date":"3/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":405,"Cost":365,"Date":"4/20/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":112,"Cost":77,"Date":"6/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":182,"Cost":146,"Date":"7/23/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":984,"Cost":530,"Date":"11/21/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":873,"Cost":720,"Date":"11/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":313,"Cost":187,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":940,"Cost":567,"Date":"5/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":476,"Cost":247,"Date":"9/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":387,"Cost":341,"Date":"1/3/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":317,"Cost":205,"Date":"2/2/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":132,"Cost":76,"Date":"3/18/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":319,"Cost":225,"Date":"10/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":960,"Cost":609,"Date":"2/16/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":745,"Cost":424,"Date":"6/7/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":713,"Cost":623,"Date":"1/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":683,"Cost":481,"Date":"3/27/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":779,"Cost":509,"Date":"5/12/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":649,"Cost":610,"Date":"7/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":461,"Cost":347,"Date":"8/8/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":178,"Date":"12/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":455,"Cost":281,"Date":"1/17/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":202,"Cost":150,"Date":"3/8/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":536,"Cost":268,"Date":"6/6/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":841,"Cost":705,"Date":"6/16/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":416,"Cost":255,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":885,"Cost":815,"Date":"11/19/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":610,"Cost":492,"Date":"12/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":905,"Cost":544,"Date":"2/4/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":517,"Cost":363,"Date":"3/8/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":701,"Cost":513,"Date":"12/18/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":485,"Cost":399,"Date":"3/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":158,"Cost":102,"Date":"4/20/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":846,"Cost":688,"Date":"6/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":294,"Cost":192,"Date":"7/23/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":655,"Cost":340,"Date":"11/21/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":561,"Cost":446,"Date":"11/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":611,"Cost":413,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":339,"Cost":196,"Date":"5/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":468,"Cost":257,"Date":"9/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":629,"Cost":357,"Date":"1/3/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":322,"Cost":254,"Date":"2/2/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":12,"Cost":11,"Date":"3/18/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":99,"Cost":83,"Date":"10/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":125,"Cost":108,"Date":"2/16/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":724,"Cost":551,"Date":"6/7/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":648,"Cost":419,"Date":"1/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":986,"Cost":641,"Date":"3/27/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":26,"Cost":21,"Date":"5/12/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":219,"Cost":162,"Date":"7/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":756,"Cost":597,"Date":"8/8/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":309,"Cost":243,"Date":"12/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":591,"Cost":309,"Date":"1/17/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":781,"Cost":570,"Date":"3/8/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":39,"Cost":37,"Date":"6/6/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":380,"Cost":224,"Date":"6/16/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":898,"Cost":632,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":853,"Cost":666,"Date":"11/19/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":109,"Cost":58,"Date":"12/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":538,"Cost":410,"Date":"2/4/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":574,"Cost":409,"Date":"3/8/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":144,"Cost":116,"Date":"12/18/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":379,"Cost":349,"Date":"3/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":101,"Cost":64,"Date":"4/20/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":192,"Cost":114,"Date":"6/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":12,"Cost":12,"Date":"7/23/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":320,"Cost":233,"Date":"11/21/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":990,"Cost":835,"Date":"11/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":338,"Cost":241,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":178,"Cost":108,"Date":"5/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":689,"Cost":574,"Date":"9/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":289,"Cost":226,"Date":"1/3/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":44,"Cost":32,"Date":"2/2/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":63,"Cost":36,"Date":"3/18/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":407,"Cost":320,"Date":"10/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":956,"Cost":510,"Date":"2/16/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":393,"Cost":291,"Date":"6/7/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":214,"Cost":112,"Date":"1/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":339,"Cost":238,"Date":"3/27/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":439,"Cost":384,"Date":"5/12/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":254,"Cost":137,"Date":"7/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":508,"Cost":297,"Date":"8/8/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":49,"Cost":35,"Date":"12/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":342,"Cost":185,"Date":"1/17/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":292,"Cost":152,"Date":"3/8/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":356,"Cost":322,"Date":"6/6/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":181,"Cost":114,"Date":"6/16/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":817,"Cost":422,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":630,"Cost":514,"Date":"11/19/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":665,"Cost":458,"Date":"12/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":951,"Cost":886,"Date":"2/4/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":951,"Cost":671,"Date":"3/8/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":958,"Cost":724,"Date":"12/18/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":154,"Cost":127,"Date":"3/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":269,"Cost":214,"Date":"4/20/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":922,"Cost":737,"Date":"6/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":325,"Cost":301,"Date":"7/23/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":647,"Cost":558,"Date":"11/21/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":771,"Cost":625,"Date":"11/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":975,"Cost":683,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":222,"Cost":112,"Date":"5/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":17,"Cost":10,"Date":"9/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":556,"Cost":418,"Date":"1/3/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":42,"Cost":38,"Date":"2/2/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":795,"Cost":563,"Date":"3/18/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":64,"Cost":51,"Date":"10/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":814,"Cost":730,"Date":"2/16/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":922,"Cost":721,"Date":"6/7/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":553,"Cost":506,"Date":"1/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":549,"Cost":437,"Date":"3/27/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":758,"Cost":538,"Date":"5/12/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":184,"Cost":120,"Date":"7/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":963,"Cost":537,"Date":"8/8/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":361,"Cost":223,"Date":"12/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":455,"Cost":304,"Date":"1/17/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":22,"Cost":16,"Date":"3/8/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":675,"Cost":581,"Date":"6/6/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":871,"Cost":620,"Date":"6/16/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":81,"Cost":62,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":629,"Cost":368,"Date":"11/19/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":357,"Cost":247,"Date":"12/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":580,"Cost":298,"Date":"2/4/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":845,"Cost":658,"Date":"3/8/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":414,"Cost":380,"Date":"12/18/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":545,"Cost":474,"Date":"3/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":566,"Cost":351,"Date":"4/20/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":478,"Cost":278,"Date":"6/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":600,"Cost":536,"Date":"7/23/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":987,"Cost":525,"Date":"11/21/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":209,"Cost":161,"Date":"11/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":818,"Cost":762,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":35,"Cost":27,"Date":"5/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":401,"Cost":372,"Date":"9/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":915,"Cost":741,"Date":"1/3/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":714,"Cost":570,"Date":"2/2/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":817,"Date":"3/18/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":224,"Cost":142,"Date":"10/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":384,"Cost":208,"Date":"2/16/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":126,"Cost":114,"Date":"6/7/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":634,"Cost":323,"Date":"1/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":818,"Cost":443,"Date":"3/27/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":116,"Cost":75,"Date":"5/12/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":801,"Cost":530,"Date":"7/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":417,"Cost":382,"Date":"8/8/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":985,"Cost":776,"Date":"12/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":903,"Cost":520,"Date":"1/17/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":405,"Cost":327,"Date":"3/8/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":714,"Cost":599,"Date":"6/6/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":303,"Cost":238,"Date":"6/16/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":585,"Cost":428,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":631,"Cost":334,"Date":"11/19/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":16,"Cost":13,"Date":"12/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":701,"Cost":475,"Date":"2/4/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":49,"Cost":25,"Date":"3/8/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":666,"Cost":430,"Date":"12/18/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":285,"Cost":165,"Date":"3/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":99,"Cost":89,"Date":"4/20/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":786,"Cost":697,"Date":"6/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":450,"Cost":426,"Date":"7/23/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":612,"Cost":336,"Date":"11/21/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":419,"Cost":388,"Date":"11/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":248,"Cost":220,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":153,"Cost":120,"Date":"5/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":834,"Cost":686,"Date":"9/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":584,"Cost":376,"Date":"1/3/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":406,"Cost":237,"Date":"2/2/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":34,"Cost":25,"Date":"3/18/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":757,"Cost":398,"Date":"10/14/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":870,"Cost":507,"Date":"2/16/2018"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":611,"Date":"6/7/2018"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":724,"Cost":594,"Date":"1/28/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":477,"Cost":294,"Date":"3/27/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":198,"Cost":164,"Date":"5/12/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":318,"Cost":297,"Date":"7/28/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":171,"Cost":86,"Date":"8/8/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":990,"Cost":586,"Date":"12/7/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":319,"Date":"1/17/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":767,"Cost":663,"Date":"3/8/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":5,"Cost":5,"Date":"6/6/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":417,"Cost":316,"Date":"6/16/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":254,"Cost":128,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":105,"Cost":57,"Date":"11/19/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":525,"Cost":477,"Date":"12/28/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":682,"Cost":643,"Date":"2/4/2021"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":407,"Cost":241,"Date":"3/8/2021"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":448,"Cost":400,"Date":"12/18/2021"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":219,"Cost":177,"Date":"3/31/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":132,"Cost":125,"Date":"4/20/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":577,"Cost":493,"Date":"6/26/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":936,"Cost":535,"Date":"7/23/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":343,"Cost":226,"Date":"11/21/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":164,"Cost":82,"Date":"11/26/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":635,"Cost":480,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":790,"Cost":463,"Date":"5/21/2023"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":182,"Cost":171,"Date":"9/28/2023"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":339,"Cost":264,"Date":"1/3/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":430,"Cost":396,"Date":"2/2/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":363,"Cost":307,"Date":"3/18/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":122,"Cost":103,"Date":"10/14/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":67,"Cost":52,"Date":"2/16/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":499,"Cost":353,"Date":"6/7/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":691,"Cost":419,"Date":"1/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":904,"Cost":556,"Date":"3/27/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":958,"Cost":572,"Date":"5/12/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":424,"Cost":356,"Date":"7/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":886,"Cost":682,"Date":"8/8/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":961,"Cost":668,"Date":"12/7/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":962,"Cost":582,"Date":"1/17/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":602,"Date":"3/8/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":183,"Cost":112,"Date":"6/6/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":806,"Cost":510,"Date":"6/16/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":239,"Cost":166,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":924,"Cost":564,"Date":"11/19/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":352,"Cost":238,"Date":"12/28/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":36,"Cost":28,"Date":"2/4/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":145,"Cost":111,"Date":"3/8/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":150,"Cost":88,"Date":"12/18/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":768,"Cost":386,"Date":"3/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":711,"Cost":537,"Date":"4/20/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":22,"Cost":11,"Date":"6/26/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":473,"Cost":275,"Date":"7/23/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":39,"Cost":32,"Date":"11/21/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":45,"Date":"11/26/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":799,"Cost":492,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":124,"Date":"5/21/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":858,"Cost":573,"Date":"9/28/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":60,"Cost":47,"Date":"1/3/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":179,"Cost":105,"Date":"2/2/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":347,"Cost":185,"Date":"3/18/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":210,"Cost":185,"Date":"10/14/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":547,"Cost":326,"Date":"2/16/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":140,"Date":"6/7/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":439,"Cost":261,"Date":"1/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":471,"Cost":359,"Date":"3/27/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":939,"Cost":850,"Date":"5/12/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":474,"Cost":270,"Date":"7/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":436,"Cost":332,"Date":"8/8/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":740,"Cost":600,"Date":"12/7/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":168,"Cost":121,"Date":"1/17/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":538,"Cost":355,"Date":"3/8/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":165,"Cost":91,"Date":"6/6/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":29,"Cost":26,"Date":"6/16/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":854,"Cost":514,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":475,"Cost":415,"Date":"11/19/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":504,"Cost":426,"Date":"12/28/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":495,"Cost":428,"Date":"2/4/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":332,"Cost":294,"Date":"3/8/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":627,"Cost":505,"Date":"12/18/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":698,"Cost":352,"Date":"3/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":454,"Cost":242,"Date":"4/20/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":514,"Cost":329,"Date":"6/26/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":13,"Cost":8,"Date":"7/23/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":997,"Cost":844,"Date":"11/21/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":305,"Cost":256,"Date":"11/26/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":157,"Cost":116,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":964,"Cost":640,"Date":"5/21/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":612,"Cost":526,"Date":"9/28/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":332,"Cost":256,"Date":"1/3/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":270,"Cost":234,"Date":"2/2/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":34,"Date":"3/18/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":426,"Cost":389,"Date":"10/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":648,"Cost":487,"Date":"2/16/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":701,"Cost":518,"Date":"6/7/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":237,"Cost":158,"Date":"1/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":932,"Cost":728,"Date":"3/27/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":73,"Cost":68,"Date":"5/12/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":928,"Cost":619,"Date":"7/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":806,"Cost":748,"Date":"8/8/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":308,"Cost":183,"Date":"12/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":170,"Cost":106,"Date":"1/17/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":265,"Cost":145,"Date":"3/8/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":92,"Cost":52,"Date":"6/6/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":96,"Cost":50,"Date":"6/16/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":52,"Cost":44,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":688,"Cost":454,"Date":"11/19/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":116,"Cost":95,"Date":"12/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":670,"Cost":501,"Date":"2/4/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":375,"Cost":211,"Date":"3/8/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":884,"Cost":689,"Date":"12/18/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":682,"Cost":375,"Date":"3/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":42,"Cost":26,"Date":"4/20/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":492,"Cost":457,"Date":"6/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":933,"Cost":799,"Date":"7/23/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":370,"Cost":272,"Date":"11/21/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":76,"Cost":51,"Date":"11/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":215,"Cost":107,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":929,"Cost":690,"Date":"5/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":317,"Cost":222,"Date":"9/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":363,"Cost":276,"Date":"1/3/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":728,"Date":"2/2/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":456,"Cost":274,"Date":"3/18/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":980,"Cost":492,"Date":"10/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":745,"Cost":611,"Date":"2/16/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":542,"Cost":274,"Date":"6/7/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":767,"Cost":455,"Date":"1/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":146,"Cost":117,"Date":"3/27/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":324,"Cost":252,"Date":"5/12/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":122,"Cost":75,"Date":"7/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":600,"Cost":402,"Date":"8/8/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":773,"Cost":399,"Date":"12/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":186,"Cost":154,"Date":"1/17/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":628,"Cost":356,"Date":"3/8/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":75,"Cost":65,"Date":"6/6/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":254,"Cost":221,"Date":"6/16/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":980,"Cost":610,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":270,"Cost":165,"Date":"11/19/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":406,"Cost":283,"Date":"12/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":629,"Cost":439,"Date":"2/4/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":775,"Cost":510,"Date":"3/8/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":494,"Cost":380,"Date":"12/18/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":540,"Cost":388,"Date":"3/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":947,"Cost":604,"Date":"4/20/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":594,"Cost":404,"Date":"6/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":616,"Date":"7/23/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":450,"Cost":413,"Date":"11/21/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":597,"Cost":458,"Date":"11/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":932,"Cost":735,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":655,"Cost":442,"Date":"5/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":79,"Cost":47,"Date":"9/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":666,"Cost":411,"Date":"1/3/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":239,"Cost":132,"Date":"2/2/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":52,"Cost":47,"Date":"3/18/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":104,"Cost":79,"Date":"10/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":547,"Cost":309,"Date":"2/16/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":755,"Cost":529,"Date":"6/7/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":980,"Cost":525,"Date":"1/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":634,"Cost":535,"Date":"3/27/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":933,"Cost":628,"Date":"5/12/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":394,"Cost":214,"Date":"7/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":136,"Cost":119,"Date":"8/8/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":327,"Cost":291,"Date":"12/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":234,"Cost":206,"Date":"1/17/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":493,"Date":"3/8/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":326,"Cost":217,"Date":"6/6/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":530,"Cost":295,"Date":"6/16/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":861,"Cost":669,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":109,"Cost":56,"Date":"11/19/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":840,"Cost":768,"Date":"12/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":35,"Cost":28,"Date":"2/4/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":274,"Cost":187,"Date":"3/8/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":536,"Cost":277,"Date":"12/18/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":586,"Cost":352,"Date":"3/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":314,"Cost":268,"Date":"4/20/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":161,"Cost":91,"Date":"6/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":754,"Cost":473,"Date":"7/23/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":775,"Cost":495,"Date":"11/21/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":3,"Cost":3,"Date":"11/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":724,"Cost":362,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":499,"Cost":469,"Date":"5/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":905,"Cost":592,"Date":"9/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":313,"Cost":232,"Date":"1/3/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":608,"Cost":399,"Date":"2/2/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":18,"Cost":11,"Date":"3/18/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":794,"Cost":647,"Date":"10/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":898,"Cost":840,"Date":"2/16/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":458,"Cost":363,"Date":"6/7/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":362,"Cost":249,"Date":"1/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":885,"Cost":490,"Date":"3/27/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":209,"Cost":164,"Date":"5/12/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":433,"Cost":233,"Date":"7/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":699,"Cost":658,"Date":"8/8/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":976,"Cost":560,"Date":"12/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":198,"Cost":137,"Date":"1/17/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":149,"Cost":138,"Date":"3/8/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":452,"Cost":340,"Date":"6/6/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":575,"Cost":445,"Date":"6/16/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":933,"Cost":494,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":656,"Cost":438,"Date":"11/19/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":908,"Cost":690,"Date":"12/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":878,"Cost":652,"Date":"2/4/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":777,"Cost":487,"Date":"3/8/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":5,"Cost":3,"Date":"12/18/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":115,"Cost":91,"Date":"3/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":356,"Cost":189,"Date":"4/20/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":200,"Cost":175,"Date":"6/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":861,"Cost":763,"Date":"7/23/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":345,"Cost":207,"Date":"11/21/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":807,"Cost":519,"Date":"11/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":47,"Cost":36,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":117,"Cost":87,"Date":"5/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":539,"Cost":348,"Date":"9/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":958,"Cost":547,"Date":"1/3/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":706,"Cost":373,"Date":"2/2/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":865,"Cost":623,"Date":"3/18/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":261,"Cost":199,"Date":"10/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":500,"Cost":368,"Date":"2/16/2018"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":478,"Cost":290,"Date":"6/7/2018"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":936,"Cost":863,"Date":"1/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":765,"Cost":703,"Date":"3/27/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":685,"Cost":573,"Date":"5/12/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":215,"Cost":120,"Date":"7/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":47,"Cost":29,"Date":"8/8/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":4,"Cost":4,"Date":"12/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":483,"Cost":289,"Date":"1/17/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":220,"Cost":144,"Date":"3/8/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":256,"Cost":234,"Date":"6/6/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":661,"Cost":459,"Date":"6/16/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":463,"Cost":417,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":394,"Cost":224,"Date":"11/19/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":271,"Cost":241,"Date":"12/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":598,"Cost":479,"Date":"2/4/2021"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":270,"Cost":139,"Date":"3/8/2021"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":530,"Cost":357,"Date":"12/18/2021"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":584,"Cost":549,"Date":"3/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":380,"Cost":320,"Date":"4/20/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":8,"Cost":6,"Date":"6/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":659,"Cost":618,"Date":"7/23/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":210,"Cost":168,"Date":"11/21/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":800,"Cost":750,"Date":"11/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":616,"Cost":564,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":402,"Cost":346,"Date":"5/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":559,"Date":"9/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":665,"Cost":535,"Date":"1/3/2024"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":505,"Cost":428,"Date":"2/2/2024"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":644,"Cost":454,"Date":"3/18/2024"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":768,"Date":"10/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":759,"Cost":398,"Date":"2/16/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":356,"Cost":253,"Date":"6/7/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":516,"Cost":365,"Date":"1/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":670,"Cost":352,"Date":"3/27/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":513,"Cost":358,"Date":"5/12/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":293,"Cost":159,"Date":"7/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":409,"Cost":213,"Date":"8/8/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":184,"Date":"12/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":696,"Cost":348,"Date":"1/17/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":953,"Cost":603,"Date":"3/8/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":44,"Cost":38,"Date":"6/6/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":725,"Cost":505,"Date":"6/16/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":750,"Cost":645,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":565,"Cost":388,"Date":"11/19/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":870,"Cost":634,"Date":"12/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":659,"Cost":497,"Date":"2/4/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":38,"Cost":26,"Date":"3/8/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":302,"Cost":236,"Date":"12/18/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":974,"Cost":837,"Date":"3/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":236,"Cost":118,"Date":"4/20/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":793,"Cost":493,"Date":"6/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":617,"Cost":396,"Date":"7/23/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":244,"Cost":155,"Date":"11/21/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":435,"Cost":218,"Date":"11/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":370,"Cost":245,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":817,"Cost":640,"Date":"5/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":936,"Cost":690,"Date":"9/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":578,"Cost":311,"Date":"1/3/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":88,"Cost":44,"Date":"2/2/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":381,"Cost":263,"Date":"3/18/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":565,"Cost":483,"Date":"10/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":52,"Cost":31,"Date":"2/16/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":811,"Cost":508,"Date":"6/7/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":48,"Cost":34,"Date":"1/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":819,"Cost":769,"Date":"3/27/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":127,"Cost":114,"Date":"5/12/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":702,"Cost":378,"Date":"7/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":822,"Cost":449,"Date":"8/8/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":866,"Cost":582,"Date":"12/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":609,"Cost":506,"Date":"1/17/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":932,"Cost":653,"Date":"3/8/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":804,"Cost":588,"Date":"6/6/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":798,"Cost":538,"Date":"6/16/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":793,"Cost":527,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":709,"Cost":383,"Date":"11/19/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":493,"Cost":302,"Date":"12/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":741,"Cost":642,"Date":"2/4/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":626,"Cost":517,"Date":"3/8/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":55,"Cost":40,"Date":"12/18/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":469,"Cost":426,"Date":"3/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":520,"Cost":476,"Date":"4/20/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":829,"Cost":622,"Date":"6/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":313,"Cost":200,"Date":"7/23/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":164,"Cost":93,"Date":"11/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":812,"Cost":412,"Date":"11/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":184,"Cost":173,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":117,"Cost":76,"Date":"5/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":857,"Cost":526,"Date":"9/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":835,"Cost":630,"Date":"1/3/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":37,"Cost":27,"Date":"2/2/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":202,"Cost":102,"Date":"3/18/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":328,"Cost":273,"Date":"10/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":103,"Cost":93,"Date":"2/16/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":253,"Cost":145,"Date":"6/7/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":961,"Cost":828,"Date":"1/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":235,"Cost":205,"Date":"3/27/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":81,"Cost":63,"Date":"5/12/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":238,"Cost":207,"Date":"7/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":645,"Cost":417,"Date":"8/8/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":891,"Cost":843,"Date":"12/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":275,"Cost":170,"Date":"1/17/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":709,"Cost":389,"Date":"3/8/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":244,"Cost":196,"Date":"6/6/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":502,"Date":"6/16/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":833,"Cost":489,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":333,"Cost":314,"Date":"11/19/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":589,"Cost":360,"Date":"12/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":671,"Cost":637,"Date":"2/4/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":830,"Cost":544,"Date":"3/8/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":810,"Cost":700,"Date":"12/18/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":69,"Cost":61,"Date":"3/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":719,"Cost":415,"Date":"4/20/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":684,"Cost":416,"Date":"6/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":86,"Cost":82,"Date":"7/23/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":880,"Cost":512,"Date":"11/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":261,"Cost":225,"Date":"11/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":927,"Cost":714,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":892,"Cost":473,"Date":"5/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":627,"Cost":321,"Date":"9/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":183,"Cost":158,"Date":"1/3/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":309,"Cost":221,"Date":"2/2/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":955,"Cost":740,"Date":"3/18/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":582,"Cost":496,"Date":"10/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":644,"Cost":384,"Date":"2/16/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":972,"Cost":894,"Date":"6/7/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":899,"Cost":515,"Date":"1/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":934,"Cost":626,"Date":"3/27/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":667,"Cost":372,"Date":"5/12/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":361,"Cost":264,"Date":"7/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":613,"Date":"8/8/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":585,"Cost":344,"Date":"12/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":430,"Cost":337,"Date":"1/17/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":69,"Cost":49,"Date":"3/8/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":659,"Cost":591,"Date":"6/6/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":575,"Cost":315,"Date":"6/16/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":319,"Cost":263,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":816,"Cost":447,"Date":"11/19/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":53,"Cost":43,"Date":"12/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":37,"Date":"2/4/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":807,"Cost":587,"Date":"3/8/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":944,"Cost":586,"Date":"12/18/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":702,"Cost":537,"Date":"3/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":329,"Cost":187,"Date":"4/20/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":765,"Cost":635,"Date":"6/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":107,"Cost":71,"Date":"7/23/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":165,"Cost":95,"Date":"11/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":115,"Cost":97,"Date":"11/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":863,"Cost":780,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":339,"Cost":183,"Date":"5/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":401,"Cost":235,"Date":"9/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":630,"Cost":515,"Date":"1/3/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":967,"Cost":881,"Date":"2/2/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":814,"Cost":603,"Date":"3/18/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":887,"Cost":646,"Date":"10/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":198,"Cost":148,"Date":"2/16/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":297,"Cost":198,"Date":"6/7/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":22,"Cost":21,"Date":"1/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":939,"Cost":470,"Date":"3/27/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":905,"Cost":463,"Date":"5/12/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":204,"Cost":106,"Date":"7/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":460,"Cost":358,"Date":"8/8/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":423,"Cost":374,"Date":"12/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":878,"Cost":714,"Date":"1/17/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":253,"Cost":236,"Date":"3/8/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":598,"Cost":330,"Date":"6/6/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":362,"Cost":288,"Date":"6/16/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":725,"Cost":660,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":504,"Date":"11/19/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":618,"Cost":576,"Date":"12/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":677,"Cost":606,"Date":"2/4/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":631,"Cost":488,"Date":"3/8/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":744,"Cost":475,"Date":"12/18/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":335,"Cost":279,"Date":"3/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":914,"Cost":856,"Date":"4/20/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":755,"Cost":584,"Date":"6/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":35,"Cost":31,"Date":"7/23/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":962,"Cost":676,"Date":"11/21/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":639,"Cost":382,"Date":"11/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":984,"Cost":675,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":448,"Cost":302,"Date":"5/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":364,"Cost":287,"Date":"9/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":732,"Cost":509,"Date":"1/3/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":847,"Cost":654,"Date":"2/2/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":610,"Cost":328,"Date":"3/18/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":896,"Cost":677,"Date":"10/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":789,"Cost":474,"Date":"2/16/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":374,"Cost":246,"Date":"6/7/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":836,"Cost":776,"Date":"1/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":107,"Cost":97,"Date":"3/27/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":973,"Cost":864,"Date":"5/12/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":156,"Cost":91,"Date":"7/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":534,"Cost":490,"Date":"8/8/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":178,"Cost":120,"Date":"12/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":218,"Cost":168,"Date":"1/17/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":34,"Cost":24,"Date":"3/8/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":839,"Cost":596,"Date":"6/6/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":670,"Cost":503,"Date":"6/16/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":582,"Cost":429,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":128,"Cost":89,"Date":"11/19/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":424,"Cost":304,"Date":"12/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":493,"Cost":277,"Date":"2/4/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":931,"Cost":779,"Date":"3/8/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":584,"Cost":405,"Date":"12/18/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":546,"Cost":332,"Date":"3/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":139,"Cost":81,"Date":"4/20/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":363,"Cost":291,"Date":"6/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":573,"Cost":444,"Date":"7/23/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":752,"Cost":632,"Date":"11/21/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":402,"Cost":234,"Date":"11/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":301,"Cost":153,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":917,"Cost":704,"Date":"5/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":659,"Cost":595,"Date":"9/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":177,"Cost":152,"Date":"1/3/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":148,"Cost":120,"Date":"2/2/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":971,"Cost":891,"Date":"3/18/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":133,"Cost":71,"Date":"10/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":150,"Cost":83,"Date":"2/16/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":861,"Cost":462,"Date":"6/7/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":301,"Cost":261,"Date":"1/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":221,"Cost":123,"Date":"3/27/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":628,"Cost":476,"Date":"5/12/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":816,"Cost":613,"Date":"7/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":691,"Cost":362,"Date":"8/8/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":640,"Cost":402,"Date":"12/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":624,"Cost":570,"Date":"1/17/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":393,"Cost":257,"Date":"3/8/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":939,"Cost":611,"Date":"6/6/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":316,"Cost":206,"Date":"6/16/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":828,"Cost":442,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":765,"Cost":714,"Date":"11/19/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":971,"Cost":862,"Date":"12/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":133,"Cost":92,"Date":"2/4/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":215,"Cost":146,"Date":"3/8/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":241,"Cost":215,"Date":"12/18/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":29,"Cost":19,"Date":"3/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":484,"Cost":256,"Date":"4/20/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":982,"Cost":568,"Date":"6/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":83,"Cost":75,"Date":"7/23/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":220,"Cost":123,"Date":"11/21/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":114,"Cost":80,"Date":"11/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":855,"Cost":587,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":262,"Cost":157,"Date":"5/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":555,"Cost":298,"Date":"9/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":197,"Cost":123,"Date":"1/3/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":558,"Cost":348,"Date":"2/2/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":372,"Cost":199,"Date":"3/18/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":558,"Cost":343,"Date":"10/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":315,"Cost":226,"Date":"2/16/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":124,"Cost":111,"Date":"6/7/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":856,"Cost":717,"Date":"1/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":145,"Cost":102,"Date":"3/27/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":48,"Cost":41,"Date":"5/12/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":838,"Cost":577,"Date":"7/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":215,"Cost":137,"Date":"8/8/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":297,"Cost":214,"Date":"12/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":637,"Cost":567,"Date":"1/17/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":306,"Cost":179,"Date":"3/8/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":208,"Cost":154,"Date":"6/6/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":537,"Cost":273,"Date":"6/16/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":830,"Cost":685,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":217,"Cost":176,"Date":"11/19/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":653,"Cost":353,"Date":"12/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":815,"Cost":473,"Date":"2/4/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":299,"Cost":166,"Date":"3/8/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":114,"Cost":105,"Date":"12/18/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":186,"Cost":151,"Date":"3/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":917,"Cost":822,"Date":"4/20/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":548,"Cost":499,"Date":"6/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":917,"Cost":579,"Date":"7/23/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":794,"Cost":520,"Date":"11/21/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":310,"Cost":216,"Date":"11/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":504,"Cost":415,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":203,"Cost":168,"Date":"5/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":791,"Cost":409,"Date":"9/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":887,"Cost":505,"Date":"1/3/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":46,"Cost":37,"Date":"2/2/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":929,"Cost":639,"Date":"3/18/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":909,"Cost":693,"Date":"10/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":524,"Date":"2/16/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":666,"Cost":617,"Date":"6/7/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":387,"Cost":293,"Date":"1/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":380,"Cost":233,"Date":"3/27/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":683,"Cost":366,"Date":"5/12/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":623,"Cost":451,"Date":"7/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":829,"Cost":559,"Date":"8/8/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":31,"Cost":26,"Date":"12/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":21,"Cost":17,"Date":"1/17/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":708,"Cost":370,"Date":"3/8/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":339,"Cost":258,"Date":"6/6/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":627,"Cost":335,"Date":"6/16/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":411,"Cost":241,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":292,"Cost":200,"Date":"11/19/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":778,"Cost":452,"Date":"12/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":288,"Cost":272,"Date":"2/4/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":908,"Cost":853,"Date":"3/8/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":596,"Cost":367,"Date":"12/18/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":604,"Cost":521,"Date":"3/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":59,"Cost":37,"Date":"4/20/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":338,"Cost":301,"Date":"6/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":363,"Cost":335,"Date":"7/23/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":813,"Cost":538,"Date":"11/21/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":141,"Cost":121,"Date":"11/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":679,"Cost":614,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":126,"Cost":77,"Date":"5/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":742,"Cost":641,"Date":"9/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":316,"Cost":176,"Date":"1/3/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":744,"Cost":411,"Date":"2/2/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":269,"Cost":241,"Date":"3/18/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":835,"Cost":492,"Date":"10/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":462,"Cost":308,"Date":"2/16/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":711,"Cost":385,"Date":"6/7/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":837,"Cost":550,"Date":"1/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":609,"Cost":496,"Date":"3/27/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":208,"Cost":172,"Date":"5/12/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":951,"Cost":844,"Date":"7/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":298,"Cost":179,"Date":"8/8/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":533,"Cost":434,"Date":"12/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":422,"Cost":303,"Date":"1/17/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":162,"Cost":154,"Date":"3/8/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":256,"Cost":231,"Date":"6/6/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":185,"Cost":136,"Date":"6/16/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":858,"Cost":453,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":731,"Cost":598,"Date":"11/19/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":796,"Cost":707,"Date":"12/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":131,"Cost":67,"Date":"2/4/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":516,"Cost":380,"Date":"3/8/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":425,"Cost":317,"Date":"12/18/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":352,"Cost":333,"Date":"3/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":201,"Cost":137,"Date":"4/20/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":170,"Cost":93,"Date":"6/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":225,"Cost":117,"Date":"7/23/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":827,"Cost":652,"Date":"11/21/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":819,"Cost":480,"Date":"11/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":12,"Cost":9,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":962,"Cost":523,"Date":"5/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":318,"Cost":275,"Date":"9/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":333,"Cost":237,"Date":"1/3/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":504,"Cost":390,"Date":"2/2/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":294,"Cost":189,"Date":"3/18/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":179,"Date":"10/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":310,"Date":"2/16/2018"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":504,"Cost":472,"Date":"6/7/2018"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":538,"Cost":324,"Date":"1/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":184,"Cost":159,"Date":"3/27/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":200,"Cost":121,"Date":"5/12/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":938,"Cost":828,"Date":"7/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":136,"Cost":86,"Date":"8/8/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":643,"Cost":395,"Date":"12/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":669,"Cost":362,"Date":"1/17/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":222,"Cost":147,"Date":"3/8/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":195,"Cost":147,"Date":"6/6/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":692,"Cost":431,"Date":"6/16/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":471,"Cost":369,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":748,"Cost":396,"Date":"11/19/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":107,"Cost":65,"Date":"12/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":695,"Cost":454,"Date":"2/4/2021"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":937,"Cost":570,"Date":"3/8/2021"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":372,"Cost":225,"Date":"12/18/2021"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":620,"Cost":414,"Date":"3/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":659,"Cost":363,"Date":"4/20/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":199,"Cost":145,"Date":"6/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":296,"Cost":174,"Date":"7/23/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":65,"Cost":45,"Date":"11/21/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":515,"Cost":462,"Date":"11/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":925,"Cost":807,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":128,"Cost":65,"Date":"5/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":792,"Cost":563,"Date":"9/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":858,"Cost":466,"Date":"1/3/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":223,"Cost":176,"Date":"2/2/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":391,"Cost":233,"Date":"3/18/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":44,"Cost":23,"Date":"10/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":18,"Cost":9,"Date":"2/16/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":976,"Cost":716,"Date":"6/7/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":540,"Cost":295,"Date":"1/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":288,"Cost":212,"Date":"3/27/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":406,"Cost":267,"Date":"5/12/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":685,"Cost":566,"Date":"7/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":426,"Cost":216,"Date":"8/8/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":771,"Cost":508,"Date":"12/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":319,"Cost":214,"Date":"1/17/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":296,"Cost":262,"Date":"3/8/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":720,"Cost":419,"Date":"6/6/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":817,"Cost":710,"Date":"6/16/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":288,"Cost":231,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":398,"Cost":364,"Date":"11/19/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":971,"Cost":840,"Date":"12/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":524,"Cost":489,"Date":"2/4/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":10,"Cost":9,"Date":"3/8/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":984,"Cost":609,"Date":"12/18/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":519,"Cost":410,"Date":"3/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":480,"Cost":270,"Date":"4/20/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":682,"Cost":376,"Date":"6/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":195,"Cost":106,"Date":"7/23/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":609,"Cost":485,"Date":"11/21/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":889,"Cost":500,"Date":"11/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":962,"Cost":784,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":736,"Cost":561,"Date":"5/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":370,"Cost":286,"Date":"9/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":482,"Cost":289,"Date":"1/3/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":358,"Cost":258,"Date":"2/2/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":927,"Cost":807,"Date":"3/18/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":947,"Cost":677,"Date":"10/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":81,"Cost":58,"Date":"2/16/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":871,"Cost":775,"Date":"6/7/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":129,"Cost":85,"Date":"1/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":274,"Cost":227,"Date":"3/27/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":418,"Cost":286,"Date":"5/12/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":548,"Cost":456,"Date":"7/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":412,"Cost":388,"Date":"8/8/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":676,"Date":"12/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":717,"Cost":384,"Date":"1/17/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":334,"Cost":168,"Date":"3/8/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":10,"Cost":6,"Date":"6/6/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":397,"Cost":213,"Date":"6/16/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":484,"Cost":343,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":857,"Cost":621,"Date":"11/19/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":645,"Cost":392,"Date":"12/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":264,"Date":"2/4/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":846,"Cost":473,"Date":"3/8/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":395,"Cost":241,"Date":"12/18/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":214,"Cost":180,"Date":"3/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":943,"Cost":819,"Date":"4/20/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":678,"Cost":340,"Date":"6/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":551,"Cost":501,"Date":"7/23/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":109,"Cost":60,"Date":"11/21/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":381,"Cost":345,"Date":"11/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":65,"Cost":51,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":370,"Cost":340,"Date":"5/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":546,"Cost":374,"Date":"9/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":80,"Cost":42,"Date":"1/3/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":455,"Cost":256,"Date":"2/2/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":45,"Cost":40,"Date":"3/18/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":632,"Cost":369,"Date":"10/14/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":418,"Cost":397,"Date":"2/16/2018"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":500,"Cost":441,"Date":"6/7/2018"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":361,"Cost":214,"Date":"1/28/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":961,"Cost":805,"Date":"3/27/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":426,"Cost":366,"Date":"5/12/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":333,"Cost":208,"Date":"7/28/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":735,"Cost":691,"Date":"8/8/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":867,"Cost":675,"Date":"12/7/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":599,"Cost":480,"Date":"1/17/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":409,"Cost":278,"Date":"3/8/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":281,"Cost":224,"Date":"6/6/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":995,"Cost":919,"Date":"6/16/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":849,"Cost":563,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":951,"Cost":663,"Date":"11/19/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":630,"Cost":566,"Date":"12/28/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":586,"Cost":554,"Date":"2/4/2021"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":335,"Cost":238,"Date":"3/8/2021"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":101,"Cost":60,"Date":"12/18/2021"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":403,"Cost":247,"Date":"3/31/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":479,"Cost":391,"Date":"4/20/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":323,"Cost":291,"Date":"6/26/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":12,"Cost":8,"Date":"7/23/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":501,"Cost":439,"Date":"11/21/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":584,"Cost":480,"Date":"11/26/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":23,"Cost":21,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":774,"Cost":409,"Date":"5/21/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":195,"Cost":169,"Date":"9/28/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":272,"Cost":205,"Date":"1/3/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":434,"Cost":395,"Date":"2/2/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":692,"Cost":450,"Date":"3/18/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":755,"Cost":450,"Date":"10/14/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":902,"Cost":785,"Date":"2/16/2018"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":861,"Cost":608,"Date":"6/7/2018"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":905,"Cost":804,"Date":"1/28/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":363,"Cost":217,"Date":"3/27/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":674,"Cost":341,"Date":"5/12/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":228,"Cost":138,"Date":"7/28/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":354,"Cost":266,"Date":"8/8/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":311,"Cost":199,"Date":"12/7/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":131,"Cost":119,"Date":"1/17/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":76,"Cost":43,"Date":"3/8/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":821,"Cost":735,"Date":"6/6/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":699,"Cost":394,"Date":"6/16/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":33,"Cost":21,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":960,"Cost":563,"Date":"11/19/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":557,"Cost":483,"Date":"12/28/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":459,"Cost":238,"Date":"2/4/2021"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":722,"Cost":440,"Date":"3/8/2021"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":182,"Cost":102,"Date":"12/18/2021"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":100,"Cost":62,"Date":"3/31/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":484,"Cost":334,"Date":"4/20/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":880,"Cost":483,"Date":"6/26/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":369,"Cost":232,"Date":"7/23/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":674,"Cost":487,"Date":"11/21/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":132,"Cost":68,"Date":"11/26/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":801,"Cost":523,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":16,"Cost":8,"Date":"5/21/2023"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":428,"Cost":337,"Date":"9/28/2023"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":589,"Cost":419,"Date":"1/3/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":273,"Cost":184,"Date":"2/2/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":749,"Cost":495,"Date":"3/18/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":732,"Cost":466,"Date":"10/14/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":832,"Cost":464,"Date":"2/16/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":256,"Cost":146,"Date":"6/7/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":371,"Cost":201,"Date":"1/28/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":705,"Cost":557,"Date":"3/27/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":151,"Cost":113,"Date":"5/12/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":531,"Cost":278,"Date":"7/28/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":598,"Cost":417,"Date":"8/8/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":1000,"Cost":894,"Date":"12/7/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":967,"Cost":865,"Date":"1/17/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":235,"Cost":175,"Date":"3/8/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":723,"Cost":524,"Date":"6/6/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":714,"Cost":623,"Date":"6/16/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":54,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":916,"Cost":719,"Date":"11/19/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":120,"Cost":75,"Date":"12/28/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":307,"Cost":274,"Date":"2/4/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":309,"Cost":179,"Date":"3/8/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":278,"Cost":184,"Date":"12/18/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":887,"Cost":545,"Date":"3/31/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":418,"Date":"4/20/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":227,"Cost":140,"Date":"6/26/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":656,"Cost":556,"Date":"7/23/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":764,"Cost":569,"Date":"11/21/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":63,"Cost":45,"Date":"11/26/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":42,"Cost":31,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":516,"Cost":308,"Date":"5/21/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":913,"Cost":540,"Date":"9/28/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":133,"Cost":103,"Date":"1/3/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":294,"Cost":157,"Date":"2/2/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":91,"Cost":66,"Date":"3/18/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":99,"Cost":60,"Date":"10/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":239,"Cost":189,"Date":"2/16/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":421,"Cost":323,"Date":"6/7/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":19,"Cost":16,"Date":"1/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":919,"Cost":581,"Date":"3/27/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":423,"Cost":369,"Date":"5/12/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":960,"Cost":780,"Date":"7/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":262,"Cost":133,"Date":"8/8/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":983,"Cost":735,"Date":"12/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":209,"Cost":162,"Date":"1/17/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":895,"Cost":586,"Date":"3/8/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":978,"Cost":625,"Date":"6/6/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":602,"Cost":424,"Date":"6/16/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":138,"Cost":114,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":837,"Cost":642,"Date":"11/19/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":398,"Cost":332,"Date":"12/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":987,"Cost":531,"Date":"2/4/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":938,"Cost":502,"Date":"3/8/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":766,"Cost":526,"Date":"12/18/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":874,"Cost":620,"Date":"3/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":758,"Cost":600,"Date":"4/20/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":1,"Cost":1,"Date":"6/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":542,"Cost":315,"Date":"7/23/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":11,"Cost":7,"Date":"11/21/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":99,"Cost":61,"Date":"11/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":809,"Cost":674,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":557,"Cost":419,"Date":"5/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":801,"Cost":707,"Date":"9/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":701,"Cost":598,"Date":"1/3/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":138,"Cost":97,"Date":"2/2/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":156,"Cost":95,"Date":"3/18/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":293,"Date":"10/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":845,"Cost":622,"Date":"2/16/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":561,"Cost":414,"Date":"6/7/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":559,"Cost":463,"Date":"1/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":660,"Cost":457,"Date":"3/27/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":664,"Cost":457,"Date":"5/12/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":623,"Cost":373,"Date":"7/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":677,"Cost":388,"Date":"8/8/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":283,"Cost":191,"Date":"12/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":463,"Cost":301,"Date":"1/17/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":894,"Cost":757,"Date":"3/8/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":54,"Cost":31,"Date":"6/6/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":981,"Cost":611,"Date":"6/16/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":64,"Cost":41,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":793,"Cost":705,"Date":"11/19/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":296,"Cost":244,"Date":"12/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":238,"Cost":191,"Date":"2/4/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":261,"Cost":189,"Date":"3/8/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":751,"Cost":672,"Date":"12/18/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":746,"Cost":419,"Date":"3/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":226,"Cost":121,"Date":"4/20/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":161,"Cost":127,"Date":"6/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":464,"Cost":289,"Date":"7/23/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":112,"Cost":92,"Date":"11/21/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":960,"Cost":641,"Date":"11/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":238,"Cost":190,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":490,"Cost":258,"Date":"5/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":341,"Cost":224,"Date":"9/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":622,"Cost":312,"Date":"1/3/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":657,"Cost":492,"Date":"2/2/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":432,"Cost":280,"Date":"3/18/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":948,"Cost":532,"Date":"10/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":766,"Cost":598,"Date":"2/16/2018"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":82,"Cost":67,"Date":"6/7/2018"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":653,"Cost":535,"Date":"1/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":955,"Cost":504,"Date":"3/27/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":50,"Cost":47,"Date":"5/12/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":91,"Cost":67,"Date":"7/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":554,"Cost":443,"Date":"8/8/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":599,"Cost":340,"Date":"12/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":337,"Cost":284,"Date":"1/17/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":917,"Cost":740,"Date":"3/8/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":751,"Cost":482,"Date":"6/6/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":922,"Cost":873,"Date":"6/16/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":132,"Cost":98,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":50,"Cost":25,"Date":"11/19/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":950,"Cost":695,"Date":"12/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":879,"Cost":643,"Date":"2/4/2021"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":927,"Cost":706,"Date":"3/8/2021"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":675,"Cost":385,"Date":"12/18/2021"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":276,"Cost":147,"Date":"3/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":190,"Cost":172,"Date":"4/20/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":57,"Cost":49,"Date":"6/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":686,"Cost":459,"Date":"7/23/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":239,"Cost":149,"Date":"11/21/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":850,"Cost":464,"Date":"11/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":267,"Cost":223,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":351,"Cost":269,"Date":"5/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":746,"Cost":392,"Date":"9/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":845,"Cost":773,"Date":"1/3/2024"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":272,"Cost":161,"Date":"2/2/2024"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":342,"Cost":312,"Date":"3/18/2024"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":932,"Cost":548,"Date":"10/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":22,"Cost":14,"Date":"2/16/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":705,"Cost":420,"Date":"6/7/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":732,"Cost":591,"Date":"1/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":999,"Cost":624,"Date":"3/27/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":286,"Cost":231,"Date":"5/12/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":751,"Cost":684,"Date":"7/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":351,"Cost":227,"Date":"8/8/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":248,"Cost":198,"Date":"12/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":710,"Cost":449,"Date":"1/17/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":16,"Cost":8,"Date":"3/8/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":20,"Cost":10,"Date":"6/6/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":280,"Date":"6/16/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":66,"Cost":34,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":991,"Cost":878,"Date":"11/19/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":240,"Cost":214,"Date":"12/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":140,"Cost":110,"Date":"2/4/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":746,"Cost":608,"Date":"3/8/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":752,"Cost":449,"Date":"12/18/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":803,"Cost":681,"Date":"3/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":223,"Cost":119,"Date":"4/20/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":292,"Cost":231,"Date":"6/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":970,"Cost":771,"Date":"7/23/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":941,"Cost":600,"Date":"11/21/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":940,"Cost":758,"Date":"11/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":288,"Cost":213,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":821,"Cost":416,"Date":"5/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":219,"Cost":176,"Date":"9/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":612,"Cost":485,"Date":"1/3/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":558,"Cost":354,"Date":"2/2/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":649,"Cost":553,"Date":"3/18/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":506,"Cost":439,"Date":"10/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":434,"Cost":348,"Date":"2/16/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":571,"Cost":319,"Date":"6/7/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":336,"Cost":264,"Date":"1/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":37,"Cost":20,"Date":"3/27/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":440,"Date":"5/12/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":748,"Cost":517,"Date":"7/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":363,"Cost":196,"Date":"8/8/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":817,"Cost":585,"Date":"12/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":614,"Cost":368,"Date":"1/17/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":184,"Cost":146,"Date":"3/8/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":783,"Cost":671,"Date":"6/6/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":278,"Cost":149,"Date":"6/16/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":855,"Cost":463,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":929,"Cost":560,"Date":"11/19/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":950,"Cost":780,"Date":"12/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":256,"Date":"2/4/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":319,"Cost":260,"Date":"3/8/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":937,"Cost":720,"Date":"12/18/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":278,"Cost":153,"Date":"3/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":198,"Cost":149,"Date":"4/20/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":837,"Cost":478,"Date":"6/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":663,"Cost":340,"Date":"7/23/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":219,"Cost":171,"Date":"11/21/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":524,"Cost":337,"Date":"11/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":384,"Cost":201,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":922,"Cost":662,"Date":"5/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":719,"Cost":509,"Date":"9/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":626,"Cost":471,"Date":"1/3/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":355,"Cost":319,"Date":"2/2/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":275,"Cost":260,"Date":"3/18/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":301,"Cost":211,"Date":"10/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":753,"Cost":530,"Date":"2/16/2018"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":23,"Cost":11,"Date":"6/7/2018"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":102,"Cost":56,"Date":"1/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":17,"Cost":14,"Date":"3/27/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":235,"Cost":160,"Date":"5/12/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":810,"Cost":680,"Date":"7/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":628,"Cost":587,"Date":"8/8/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":283,"Date":"12/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":879,"Cost":536,"Date":"1/17/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":697,"Cost":650,"Date":"3/8/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":115,"Cost":94,"Date":"6/6/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":215,"Cost":173,"Date":"6/16/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":522,"Cost":487,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":615,"Cost":499,"Date":"11/19/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":384,"Cost":268,"Date":"12/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":832,"Cost":665,"Date":"2/4/2021"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":2,"Cost":1,"Date":"3/8/2021"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":915,"Cost":799,"Date":"12/18/2021"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":231,"Cost":146,"Date":"3/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":502,"Cost":303,"Date":"4/20/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":700,"Cost":535,"Date":"6/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":693,"Cost":641,"Date":"7/23/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":608,"Cost":489,"Date":"11/21/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":551,"Cost":294,"Date":"11/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":162,"Cost":115,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":538,"Cost":312,"Date":"5/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":103,"Cost":87,"Date":"9/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":409,"Cost":352,"Date":"1/3/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":444,"Cost":394,"Date":"2/2/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":364,"Cost":247,"Date":"3/18/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":131,"Cost":101,"Date":"10/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":131,"Cost":121,"Date":"2/16/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":823,"Cost":462,"Date":"6/7/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":42,"Cost":21,"Date":"1/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":853,"Cost":681,"Date":"3/27/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":802,"Cost":663,"Date":"5/12/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":868,"Cost":803,"Date":"7/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":776,"Cost":423,"Date":"8/8/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":658,"Cost":610,"Date":"12/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":281,"Cost":201,"Date":"1/17/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":202,"Cost":112,"Date":"3/8/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":35,"Cost":17,"Date":"6/6/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":652,"Cost":344,"Date":"6/16/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":49,"Cost":42,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":280,"Cost":141,"Date":"11/19/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":43,"Cost":25,"Date":"12/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":859,"Cost":815,"Date":"2/4/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":644,"Cost":509,"Date":"3/8/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":94,"Cost":52,"Date":"12/18/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":320,"Cost":264,"Date":"3/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":215,"Cost":133,"Date":"4/20/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":936,"Cost":521,"Date":"6/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":790,"Cost":462,"Date":"7/23/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":374,"Cost":220,"Date":"11/21/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":657,"Cost":538,"Date":"11/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":957,"Cost":835,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":259,"Cost":148,"Date":"5/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":636,"Cost":337,"Date":"9/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":714,"Date":"1/3/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":344,"Cost":194,"Date":"2/2/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":51,"Cost":31,"Date":"3/18/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":98,"Cost":75,"Date":"10/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":23,"Cost":22,"Date":"2/16/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":897,"Cost":599,"Date":"6/7/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":541,"Cost":459,"Date":"1/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":428,"Cost":259,"Date":"3/27/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":484,"Cost":398,"Date":"5/12/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":456,"Cost":423,"Date":"7/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":40,"Cost":26,"Date":"8/8/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":348,"Cost":201,"Date":"12/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":231,"Cost":122,"Date":"1/17/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":838,"Cost":651,"Date":"3/8/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":828,"Cost":602,"Date":"6/6/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":94,"Cost":88,"Date":"6/16/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":694,"Cost":606,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":240,"Cost":172,"Date":"11/19/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":126,"Cost":109,"Date":"12/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":307,"Cost":204,"Date":"2/4/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":86,"Cost":60,"Date":"3/8/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":680,"Cost":542,"Date":"12/18/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":540,"Cost":305,"Date":"3/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":821,"Cost":614,"Date":"4/20/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":485,"Cost":266,"Date":"6/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":586,"Cost":345,"Date":"7/23/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":97,"Cost":62,"Date":"11/21/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":565,"Cost":315,"Date":"11/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":963,"Cost":778,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":733,"Cost":587,"Date":"5/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":411,"Cost":360,"Date":"9/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":289,"Cost":173,"Date":"1/3/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":994,"Cost":767,"Date":"2/2/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":687,"Cost":491,"Date":"3/18/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":702,"Cost":354,"Date":"10/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":713,"Cost":574,"Date":"2/16/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":684,"Cost":603,"Date":"6/7/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":913,"Cost":648,"Date":"1/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":967,"Cost":564,"Date":"3/27/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":543,"Cost":406,"Date":"5/12/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":540,"Cost":379,"Date":"7/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":350,"Cost":225,"Date":"8/8/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":201,"Cost":118,"Date":"12/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":116,"Cost":67,"Date":"1/17/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":188,"Cost":169,"Date":"3/8/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":823,"Cost":598,"Date":"6/6/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":886,"Cost":602,"Date":"6/16/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":207,"Cost":162,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":339,"Cost":276,"Date":"11/19/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":154,"Cost":78,"Date":"12/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":242,"Cost":129,"Date":"2/4/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":510,"Cost":481,"Date":"3/8/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":235,"Cost":217,"Date":"12/18/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":266,"Cost":244,"Date":"3/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":554,"Cost":319,"Date":"4/20/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":418,"Cost":380,"Date":"6/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":443,"Cost":269,"Date":"7/23/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":895,"Cost":757,"Date":"11/21/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":809,"Cost":485,"Date":"11/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":99,"Cost":54,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":616,"Cost":452,"Date":"5/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":845,"Cost":489,"Date":"9/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":953,"Cost":888,"Date":"1/3/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":655,"Cost":567,"Date":"2/2/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":478,"Cost":283,"Date":"3/18/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":350,"Cost":321,"Date":"10/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":177,"Cost":147,"Date":"2/16/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":162,"Cost":142,"Date":"6/7/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":155,"Cost":95,"Date":"1/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":568,"Cost":395,"Date":"3/27/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":576,"Cost":508,"Date":"5/12/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":180,"Cost":123,"Date":"7/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":511,"Cost":315,"Date":"8/8/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":775,"Cost":396,"Date":"12/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":552,"Cost":292,"Date":"1/17/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":396,"Cost":300,"Date":"3/8/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":270,"Cost":178,"Date":"6/6/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":387,"Cost":286,"Date":"6/16/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":788,"Cost":629,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":27,"Cost":23,"Date":"11/19/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":951,"Cost":684,"Date":"12/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":641,"Cost":430,"Date":"2/4/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":865,"Cost":619,"Date":"3/8/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":234,"Cost":148,"Date":"12/18/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":23,"Cost":17,"Date":"3/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":226,"Cost":213,"Date":"4/20/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":655,"Cost":397,"Date":"6/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":428,"Cost":396,"Date":"7/23/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":610,"Cost":453,"Date":"11/21/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":231,"Cost":126,"Date":"11/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":877,"Cost":701,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":584,"Cost":407,"Date":"5/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":162,"Date":"9/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":646,"Cost":580,"Date":"1/3/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":605,"Cost":416,"Date":"2/2/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":63,"Cost":54,"Date":"3/18/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":43,"Cost":21,"Date":"10/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":138,"Cost":72,"Date":"2/16/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":181,"Cost":134,"Date":"6/7/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":412,"Cost":389,"Date":"1/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":923,"Cost":815,"Date":"3/27/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":198,"Cost":105,"Date":"5/12/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":794,"Cost":492,"Date":"7/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":844,"Cost":457,"Date":"8/8/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":180,"Cost":160,"Date":"12/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":13,"Cost":7,"Date":"1/17/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":98,"Cost":85,"Date":"3/8/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":891,"Cost":731,"Date":"6/6/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":926,"Cost":804,"Date":"6/16/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":206,"Cost":155,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":462,"Cost":268,"Date":"11/19/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":965,"Cost":491,"Date":"12/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":601,"Cost":452,"Date":"2/4/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":69,"Cost":48,"Date":"3/8/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":732,"Cost":598,"Date":"12/18/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":608,"Cost":369,"Date":"3/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":731,"Cost":665,"Date":"4/20/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":536,"Cost":447,"Date":"6/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":568,"Cost":475,"Date":"7/23/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":662,"Cost":390,"Date":"11/21/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":9,"Cost":4,"Date":"11/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":733,"Cost":386,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":902,"Cost":822,"Date":"5/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":148,"Cost":85,"Date":"9/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":783,"Cost":473,"Date":"1/3/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":509,"Cost":438,"Date":"2/2/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":520,"Cost":434,"Date":"3/18/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":973,"Cost":651,"Date":"10/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":143,"Date":"2/16/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":888,"Cost":739,"Date":"6/7/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":950,"Cost":680,"Date":"1/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":600,"Cost":542,"Date":"3/27/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":84,"Cost":64,"Date":"5/12/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":965,"Cost":649,"Date":"7/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":104,"Cost":90,"Date":"8/8/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":908,"Cost":498,"Date":"12/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":839,"Cost":649,"Date":"1/17/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":78,"Cost":63,"Date":"3/8/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":502,"Cost":466,"Date":"6/6/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":896,"Cost":657,"Date":"6/16/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":306,"Cost":212,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":381,"Cost":249,"Date":"11/19/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":808,"Cost":748,"Date":"12/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":998,"Cost":902,"Date":"2/4/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":785,"Cost":570,"Date":"3/8/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":174,"Cost":151,"Date":"12/18/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":997,"Cost":528,"Date":"3/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":482,"Cost":247,"Date":"4/20/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":282,"Date":"6/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":451,"Cost":306,"Date":"7/23/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":790,"Cost":606,"Date":"11/21/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":219,"Cost":195,"Date":"11/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":259,"Cost":246,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":994,"Cost":638,"Date":"5/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":934,"Cost":494,"Date":"9/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":827,"Cost":763,"Date":"1/3/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":91,"Cost":52,"Date":"2/2/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":206,"Cost":189,"Date":"3/18/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":28,"Cost":24,"Date":"10/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":273,"Cost":229,"Date":"2/16/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":975,"Cost":697,"Date":"6/7/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":96,"Cost":85,"Date":"1/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":431,"Cost":361,"Date":"3/27/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":588,"Date":"5/12/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":166,"Cost":89,"Date":"7/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":283,"Cost":189,"Date":"8/8/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":370,"Cost":294,"Date":"12/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":12,"Cost":9,"Date":"1/17/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":988,"Cost":494,"Date":"3/8/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":580,"Cost":310,"Date":"6/6/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":249,"Cost":129,"Date":"6/16/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":134,"Cost":106,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":843,"Cost":428,"Date":"11/19/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":945,"Cost":595,"Date":"12/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":88,"Cost":58,"Date":"2/4/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":973,"Cost":924,"Date":"3/8/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":659,"Cost":544,"Date":"12/18/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":486,"Date":"3/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":519,"Cost":421,"Date":"4/20/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":724,"Cost":550,"Date":"6/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":245,"Cost":228,"Date":"7/23/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":753,"Cost":484,"Date":"11/21/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":44,"Cost":37,"Date":"11/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":612,"Cost":435,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":886,"Cost":673,"Date":"5/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":82,"Cost":57,"Date":"9/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":820,"Cost":753,"Date":"1/3/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":76,"Cost":64,"Date":"2/2/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":272,"Cost":239,"Date":"3/18/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":732,"Cost":660,"Date":"10/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":591,"Cost":312,"Date":"2/16/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":948,"Cost":797,"Date":"6/7/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":12,"Cost":10,"Date":"1/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":380,"Cost":346,"Date":"3/27/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":743,"Cost":500,"Date":"5/12/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":947,"Cost":496,"Date":"7/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":595,"Cost":369,"Date":"8/8/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":713,"Cost":574,"Date":"12/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":619,"Date":"1/17/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":805,"Cost":701,"Date":"3/8/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":995,"Cost":900,"Date":"6/6/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":469,"Cost":382,"Date":"6/16/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":461,"Cost":342,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":156,"Cost":146,"Date":"11/19/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":553,"Cost":277,"Date":"12/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":960,"Cost":839,"Date":"2/4/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":401,"Cost":369,"Date":"3/8/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":803,"Cost":727,"Date":"12/18/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":808,"Cost":485,"Date":"3/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":363,"Cost":256,"Date":"4/20/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":139,"Cost":120,"Date":"6/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":395,"Cost":349,"Date":"7/23/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":546,"Cost":516,"Date":"11/21/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":230,"Cost":130,"Date":"11/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":25,"Cost":13,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":504,"Cost":451,"Date":"5/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":278,"Cost":250,"Date":"9/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":752,"Date":"1/3/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":317,"Cost":182,"Date":"2/2/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":300,"Cost":163,"Date":"3/18/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":480,"Cost":431,"Date":"10/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":631,"Cost":356,"Date":"2/16/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":513,"Cost":301,"Date":"6/7/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":270,"Cost":156,"Date":"1/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":153,"Cost":145,"Date":"3/27/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":220,"Cost":168,"Date":"5/12/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":798,"Cost":631,"Date":"7/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":504,"Cost":399,"Date":"8/8/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":419,"Cost":325,"Date":"12/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":193,"Cost":156,"Date":"1/17/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":836,"Cost":539,"Date":"3/8/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":978,"Cost":592,"Date":"6/6/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":312,"Cost":254,"Date":"6/16/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":145,"Cost":96,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":732,"Cost":425,"Date":"11/19/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":126,"Cost":72,"Date":"12/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":939,"Cost":740,"Date":"2/4/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":623,"Cost":587,"Date":"3/8/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":630,"Cost":541,"Date":"12/18/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":70,"Cost":66,"Date":"3/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":635,"Cost":558,"Date":"4/20/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":134,"Cost":122,"Date":"6/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":37,"Cost":24,"Date":"7/23/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":342,"Cost":301,"Date":"11/21/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":96,"Cost":48,"Date":"11/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":147,"Cost":87,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":623,"Cost":567,"Date":"5/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":113,"Cost":100,"Date":"9/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":66,"Cost":46,"Date":"1/3/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":33,"Cost":24,"Date":"2/2/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":289,"Cost":224,"Date":"3/18/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":265,"Cost":136,"Date":"10/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":576,"Cost":374,"Date":"2/16/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":977,"Cost":716,"Date":"6/7/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":476,"Cost":390,"Date":"1/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":131,"Cost":113,"Date":"3/27/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":25,"Cost":23,"Date":"5/12/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":423,"Cost":380,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":67,"Cost":51,"Date":"8/8/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":4,"Cost":2,"Date":"12/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":755,"Cost":553,"Date":"1/17/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":586,"Cost":414,"Date":"3/8/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":481,"Cost":423,"Date":"6/6/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":27,"Cost":20,"Date":"6/16/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":471,"Cost":363,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":50,"Cost":27,"Date":"11/19/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":990,"Cost":611,"Date":"12/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":61,"Cost":51,"Date":"2/4/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":471,"Cost":353,"Date":"3/8/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":123,"Date":"12/18/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":900,"Cost":812,"Date":"3/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":995,"Cost":667,"Date":"4/20/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":207,"Cost":169,"Date":"6/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":297,"Cost":262,"Date":"7/23/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":995,"Cost":728,"Date":"11/21/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":222,"Cost":205,"Date":"11/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":193,"Cost":125,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":197,"Cost":137,"Date":"5/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":103,"Cost":86,"Date":"9/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":688,"Cost":594,"Date":"1/3/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":541,"Cost":430,"Date":"2/2/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":348,"Cost":192,"Date":"3/18/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":335,"Cost":274,"Date":"10/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":321,"Cost":304,"Date":"2/16/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":807,"Cost":654,"Date":"6/7/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":60,"Cost":35,"Date":"1/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":39,"Cost":33,"Date":"3/27/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":99,"Cost":91,"Date":"5/12/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":888,"Cost":783,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":203,"Date":"8/8/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":277,"Cost":163,"Date":"12/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":383,"Cost":298,"Date":"1/17/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":480,"Cost":406,"Date":"3/8/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":530,"Cost":347,"Date":"6/6/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":97,"Cost":49,"Date":"6/16/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":1000,"Cost":851,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":711,"Cost":646,"Date":"11/19/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":211,"Cost":187,"Date":"12/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":161,"Cost":133,"Date":"2/4/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":852,"Cost":582,"Date":"3/8/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":364,"Cost":263,"Date":"12/18/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":418,"Cost":361,"Date":"3/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":308,"Date":"4/20/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":996,"Cost":799,"Date":"6/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":75,"Cost":40,"Date":"7/23/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":263,"Cost":201,"Date":"11/21/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":334,"Cost":207,"Date":"11/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":672,"Cost":413,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":910,"Cost":463,"Date":"5/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":833,"Cost":661,"Date":"9/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":581,"Cost":374,"Date":"1/3/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":789,"Cost":658,"Date":"2/2/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":79,"Cost":46,"Date":"3/18/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":27,"Cost":19,"Date":"10/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":96,"Cost":79,"Date":"2/16/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":359,"Cost":305,"Date":"6/7/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":86,"Cost":81,"Date":"1/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":959,"Cost":903,"Date":"3/27/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":433,"Cost":393,"Date":"5/12/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":871,"Cost":498,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":438,"Cost":371,"Date":"8/8/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":115,"Cost":74,"Date":"12/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":80,"Cost":45,"Date":"1/17/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":299,"Cost":280,"Date":"3/8/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":401,"Cost":275,"Date":"6/6/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":302,"Cost":162,"Date":"6/16/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":735,"Cost":562,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":505,"Cost":425,"Date":"11/19/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":398,"Cost":225,"Date":"12/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":212,"Cost":138,"Date":"2/4/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":245,"Cost":153,"Date":"3/8/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":319,"Cost":214,"Date":"12/18/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":285,"Cost":239,"Date":"3/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":984,"Cost":684,"Date":"4/20/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":196,"Cost":129,"Date":"6/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":23,"Cost":13,"Date":"7/23/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":695,"Cost":376,"Date":"11/21/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":974,"Cost":590,"Date":"11/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":781,"Cost":531,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":405,"Cost":312,"Date":"5/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":348,"Cost":253,"Date":"9/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":444,"Cost":375,"Date":"1/3/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":79,"Cost":44,"Date":"2/2/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":374,"Cost":312,"Date":"3/18/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":742,"Cost":389,"Date":"10/14/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":442,"Cost":221,"Date":"2/16/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":945,"Cost":665,"Date":"6/7/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":279,"Cost":250,"Date":"1/28/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":629,"Cost":447,"Date":"3/27/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":558,"Cost":360,"Date":"5/12/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":949,"Cost":577,"Date":"7/28/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":89,"Cost":66,"Date":"8/8/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":639,"Cost":593,"Date":"12/7/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":388,"Cost":320,"Date":"1/17/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":873,"Cost":528,"Date":"3/8/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":936,"Cost":788,"Date":"6/6/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":664,"Cost":574,"Date":"6/16/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":405,"Cost":280,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":686,"Cost":402,"Date":"11/19/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":856,"Cost":649,"Date":"12/28/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":24,"Cost":21,"Date":"2/4/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":44,"Cost":24,"Date":"3/8/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":571,"Cost":525,"Date":"12/18/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":320,"Cost":288,"Date":"3/31/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":935,"Cost":843,"Date":"4/20/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":124,"Cost":84,"Date":"6/26/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":703,"Cost":501,"Date":"7/23/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":291,"Cost":218,"Date":"11/21/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":755,"Cost":508,"Date":"11/26/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":598,"Cost":312,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":250,"Cost":189,"Date":"5/21/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":737,"Cost":533,"Date":"9/28/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":618,"Cost":374,"Date":"1/3/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":635,"Cost":480,"Date":"2/2/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":78,"Cost":61,"Date":"3/18/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":866,"Cost":778,"Date":"10/14/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":63,"Cost":38,"Date":"2/16/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":789,"Cost":445,"Date":"6/7/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":991,"Cost":651,"Date":"1/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":194,"Cost":176,"Date":"3/27/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":851,"Cost":767,"Date":"5/12/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":738,"Cost":643,"Date":"7/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":943,"Cost":844,"Date":"8/8/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":556,"Cost":519,"Date":"12/7/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":541,"Cost":450,"Date":"1/17/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":467,"Cost":315,"Date":"3/8/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":387,"Cost":333,"Date":"6/6/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":281,"Cost":256,"Date":"6/16/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":414,"Cost":246,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":450,"Cost":327,"Date":"11/19/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":230,"Cost":118,"Date":"12/28/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":278,"Cost":243,"Date":"2/4/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":47,"Cost":38,"Date":"3/8/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":721,"Cost":463,"Date":"12/18/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":920,"Cost":653,"Date":"3/31/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":828,"Cost":542,"Date":"4/20/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":636,"Cost":542,"Date":"6/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":630,"Cost":331,"Date":"7/23/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":276,"Cost":250,"Date":"11/21/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":544,"Cost":468,"Date":"11/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":437,"Cost":302,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":161,"Cost":110,"Date":"5/21/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":57,"Cost":51,"Date":"9/28/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":788,"Cost":482,"Date":"1/3/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":262,"Cost":165,"Date":"2/2/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":491,"Cost":364,"Date":"3/18/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":328,"Cost":211,"Date":"10/14/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":522,"Cost":322,"Date":"2/16/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":419,"Cost":393,"Date":"6/7/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":148,"Cost":104,"Date":"1/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":286,"Cost":256,"Date":"3/27/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":633,"Cost":402,"Date":"5/12/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":986,"Cost":684,"Date":"7/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":490,"Cost":384,"Date":"8/8/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":877,"Cost":590,"Date":"12/7/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":712,"Cost":667,"Date":"1/17/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":932,"Cost":591,"Date":"3/8/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":661,"Cost":589,"Date":"6/6/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":929,"Cost":613,"Date":"6/16/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":104,"Cost":90,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":683,"Cost":588,"Date":"11/19/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":420,"Cost":250,"Date":"12/28/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":130,"Cost":117,"Date":"2/4/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":185,"Cost":143,"Date":"3/8/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":969,"Cost":546,"Date":"12/18/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":591,"Cost":496,"Date":"3/31/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":615,"Cost":368,"Date":"4/20/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":458,"Cost":277,"Date":"6/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":80,"Cost":63,"Date":"7/23/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":863,"Cost":813,"Date":"11/21/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":946,"Cost":507,"Date":"11/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":397,"Cost":352,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":938,"Cost":709,"Date":"5/21/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":831,"Cost":593,"Date":"9/28/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":643,"Cost":607,"Date":"1/3/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":933,"Cost":591,"Date":"2/2/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":389,"Cost":306,"Date":"3/18/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":624,"Cost":412,"Date":"10/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":476,"Cost":241,"Date":"2/16/2018"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":87,"Cost":49,"Date":"6/7/2018"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":149,"Cost":80,"Date":"1/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":938,"Cost":795,"Date":"3/27/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":230,"Cost":206,"Date":"5/12/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":593,"Cost":447,"Date":"7/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":532,"Cost":270,"Date":"8/8/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":927,"Cost":566,"Date":"12/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":450,"Cost":413,"Date":"1/17/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":405,"Cost":309,"Date":"3/8/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":410,"Cost":245,"Date":"6/6/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":824,"Cost":738,"Date":"6/16/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":895,"Cost":748,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":108,"Cost":84,"Date":"11/19/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":478,"Cost":336,"Date":"12/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":613,"Cost":570,"Date":"2/4/2021"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":848,"Cost":480,"Date":"3/8/2021"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":783,"Cost":674,"Date":"12/18/2021"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":464,"Cost":275,"Date":"3/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":455,"Cost":404,"Date":"4/20/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":889,"Cost":777,"Date":"6/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":810,"Cost":765,"Date":"7/23/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":149,"Cost":126,"Date":"11/21/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":365,"Date":"11/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":823,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":796,"Cost":503,"Date":"5/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":762,"Cost":382,"Date":"9/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":780,"Cost":686,"Date":"1/3/2024"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":560,"Date":"2/2/2024"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":217,"Cost":206,"Date":"3/18/2024"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":246,"Cost":150,"Date":"10/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":628,"Date":"2/16/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":141,"Cost":102,"Date":"6/7/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":994,"Cost":798,"Date":"1/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":700,"Cost":584,"Date":"3/27/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":898,"Cost":636,"Date":"5/12/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":986,"Cost":907,"Date":"7/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":449,"Cost":273,"Date":"8/8/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":790,"Cost":396,"Date":"12/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":848,"Cost":555,"Date":"1/17/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":302,"Cost":244,"Date":"3/8/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":863,"Cost":633,"Date":"6/6/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":633,"Cost":412,"Date":"6/16/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":898,"Cost":449,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":289,"Date":"11/19/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":215,"Cost":119,"Date":"12/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":93,"Cost":51,"Date":"2/4/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":245,"Cost":156,"Date":"3/8/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":194,"Cost":175,"Date":"12/18/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":324,"Cost":281,"Date":"3/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":861,"Cost":541,"Date":"4/20/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":469,"Cost":435,"Date":"6/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":434,"Cost":285,"Date":"7/23/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":353,"Cost":334,"Date":"11/21/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":62,"Cost":56,"Date":"11/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":870,"Cost":625,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":924,"Cost":526,"Date":"5/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":545,"Cost":386,"Date":"9/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":60,"Cost":45,"Date":"1/3/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":245,"Cost":190,"Date":"2/2/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":435,"Cost":281,"Date":"3/18/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":390,"Cost":342,"Date":"10/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":589,"Cost":405,"Date":"2/16/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":189,"Cost":148,"Date":"6/7/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":465,"Cost":409,"Date":"1/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":721,"Cost":642,"Date":"3/27/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":251,"Cost":200,"Date":"5/12/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":165,"Cost":124,"Date":"7/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":516,"Cost":354,"Date":"8/8/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":897,"Cost":530,"Date":"12/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":303,"Cost":198,"Date":"1/17/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":757,"Cost":502,"Date":"3/8/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":838,"Cost":743,"Date":"6/6/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":606,"Cost":354,"Date":"6/16/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":555,"Cost":464,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":895,"Cost":703,"Date":"11/19/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":569,"Cost":523,"Date":"12/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":927,"Cost":679,"Date":"2/4/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":785,"Cost":561,"Date":"3/8/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":966,"Cost":668,"Date":"12/18/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":393,"Cost":221,"Date":"3/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":176,"Cost":167,"Date":"4/20/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":484,"Date":"6/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":843,"Cost":538,"Date":"7/23/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":710,"Cost":379,"Date":"11/21/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":723,"Cost":454,"Date":"11/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":597,"Cost":327,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":472,"Cost":334,"Date":"5/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":757,"Cost":627,"Date":"9/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":996,"Cost":898,"Date":"1/3/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":403,"Cost":309,"Date":"2/2/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":499,"Cost":281,"Date":"3/18/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":666,"Cost":623,"Date":"10/14/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":187,"Cost":154,"Date":"2/16/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":786,"Cost":522,"Date":"6/7/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":566,"Cost":364,"Date":"1/28/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":770,"Cost":392,"Date":"3/27/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":512,"Cost":320,"Date":"5/12/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":278,"Cost":169,"Date":"7/28/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":158,"Cost":128,"Date":"8/8/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":784,"Cost":509,"Date":"12/7/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":330,"Cost":262,"Date":"1/17/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":145,"Cost":124,"Date":"3/8/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":913,"Cost":768,"Date":"6/6/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":650,"Cost":495,"Date":"6/16/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":111,"Cost":103,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":530,"Cost":481,"Date":"11/19/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":207,"Cost":118,"Date":"12/28/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":111,"Cost":63,"Date":"2/4/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":269,"Cost":182,"Date":"3/8/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":899,"Cost":746,"Date":"12/18/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":598,"Cost":412,"Date":"3/31/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":882,"Cost":826,"Date":"4/20/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":551,"Cost":450,"Date":"6/26/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":931,"Cost":637,"Date":"7/23/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":777,"Cost":504,"Date":"11/21/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":415,"Cost":297,"Date":"11/26/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":661,"Cost":580,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":514,"Cost":298,"Date":"5/21/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":217,"Cost":158,"Date":"9/28/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":17,"Cost":13,"Date":"1/3/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":908,"Cost":717,"Date":"2/2/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":212,"Cost":169,"Date":"3/18/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":249,"Cost":219,"Date":"10/14/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":802,"Cost":678,"Date":"2/16/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":584,"Cost":390,"Date":"6/7/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":23,"Cost":21,"Date":"1/28/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":843,"Cost":549,"Date":"3/27/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":620,"Cost":534,"Date":"5/12/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":765,"Cost":564,"Date":"7/28/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":168,"Cost":90,"Date":"8/8/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":412,"Cost":224,"Date":"12/7/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":494,"Cost":415,"Date":"1/17/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":888,"Cost":584,"Date":"3/8/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":938,"Cost":564,"Date":"6/6/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":220,"Cost":130,"Date":"6/16/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":774,"Cost":509,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":822,"Cost":531,"Date":"11/19/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":222,"Cost":158,"Date":"12/28/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":675,"Cost":553,"Date":"2/4/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":838,"Cost":782,"Date":"3/8/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":361,"Cost":296,"Date":"12/18/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":834,"Cost":598,"Date":"3/31/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":998,"Cost":558,"Date":"4/20/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":25,"Cost":24,"Date":"6/26/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":436,"Cost":229,"Date":"7/23/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":125,"Cost":82,"Date":"11/21/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":856,"Cost":760,"Date":"11/26/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":898,"Cost":707,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":142,"Cost":71,"Date":"5/21/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":164,"Cost":103,"Date":"9/28/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":929,"Cost":520,"Date":"1/3/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":986,"Cost":737,"Date":"2/2/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":898,"Cost":832,"Date":"3/18/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":483,"Cost":424,"Date":"10/14/2024"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":892,"Cost":796,"Date":"2/16/2018"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":829,"Cost":600,"Date":"6/7/2018"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":750,"Cost":460,"Date":"1/28/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":248,"Date":"3/27/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":135,"Cost":123,"Date":"5/12/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":376,"Cost":229,"Date":"7/28/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":362,"Cost":324,"Date":"8/8/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":243,"Cost":194,"Date":"12/7/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":338,"Cost":230,"Date":"1/17/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":581,"Cost":370,"Date":"3/8/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":140,"Cost":102,"Date":"6/6/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":536,"Cost":476,"Date":"6/16/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":535,"Cost":301,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":450,"Cost":326,"Date":"11/19/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":89,"Cost":48,"Date":"12/28/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":256,"Cost":128,"Date":"2/4/2021"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":513,"Cost":433,"Date":"3/8/2021"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":505,"Cost":362,"Date":"12/18/2021"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":141,"Cost":79,"Date":"3/31/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":532,"Cost":431,"Date":"4/20/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":984,"Cost":586,"Date":"6/26/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":640,"Cost":494,"Date":"7/23/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":539,"Cost":322,"Date":"11/21/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":214,"Cost":163,"Date":"11/26/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":949,"Cost":815,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":234,"Cost":146,"Date":"5/21/2023"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":554,"Cost":357,"Date":"9/28/2023"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":675,"Cost":470,"Date":"1/3/2024"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":178,"Cost":115,"Date":"2/2/2024"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":628,"Cost":588,"Date":"3/18/2024"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":48,"Cost":40,"Date":"10/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":848,"Cost":804,"Date":"2/16/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":567,"Cost":467,"Date":"6/7/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":886,"Cost":697,"Date":"1/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":670,"Cost":352,"Date":"3/27/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":311,"Cost":206,"Date":"5/12/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":704,"Cost":356,"Date":"7/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":229,"Cost":159,"Date":"8/8/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":355,"Cost":254,"Date":"12/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":43,"Cost":39,"Date":"1/17/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":440,"Cost":399,"Date":"3/8/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":426,"Cost":387,"Date":"6/6/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":987,"Cost":527,"Date":"6/16/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":496,"Cost":423,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":382,"Cost":256,"Date":"11/19/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":597,"Cost":453,"Date":"12/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":167,"Cost":151,"Date":"2/4/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":846,"Cost":739,"Date":"3/8/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":226,"Cost":208,"Date":"12/18/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":915,"Cost":637,"Date":"3/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":658,"Cost":606,"Date":"4/20/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":777,"Cost":560,"Date":"6/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":391,"Cost":348,"Date":"7/23/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":352,"Cost":191,"Date":"11/21/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":936,"Cost":659,"Date":"11/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":904,"Cost":540,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":691,"Cost":468,"Date":"5/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":751,"Cost":657,"Date":"9/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":239,"Cost":200,"Date":"1/3/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":81,"Cost":57,"Date":"2/2/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":738,"Cost":467,"Date":"3/18/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":504,"Cost":445,"Date":"10/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":911,"Cost":821,"Date":"2/16/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":976,"Cost":580,"Date":"6/7/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":481,"Cost":267,"Date":"1/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":265,"Date":"3/27/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":125,"Cost":69,"Date":"5/12/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":654,"Cost":618,"Date":"7/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":962,"Cost":560,"Date":"8/8/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":955,"Cost":773,"Date":"12/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":101,"Cost":71,"Date":"1/17/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":954,"Cost":878,"Date":"3/8/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":386,"Cost":200,"Date":"6/6/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":115,"Cost":92,"Date":"6/16/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":713,"Cost":364,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":383,"Cost":345,"Date":"11/19/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":505,"Cost":342,"Date":"12/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":963,"Cost":880,"Date":"2/4/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":857,"Cost":687,"Date":"3/8/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":982,"Cost":879,"Date":"12/18/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":712,"Cost":567,"Date":"3/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":549,"Cost":383,"Date":"4/20/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":396,"Date":"6/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":289,"Cost":243,"Date":"7/23/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":516,"Cost":365,"Date":"11/21/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":656,"Cost":409,"Date":"11/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":252,"Cost":126,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":235,"Cost":214,"Date":"5/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":659,"Cost":612,"Date":"9/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":80,"Cost":72,"Date":"1/3/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":617,"Cost":325,"Date":"2/2/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":29,"Cost":22,"Date":"3/18/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":305,"Cost":265,"Date":"10/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":122,"Cost":71,"Date":"2/16/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":181,"Cost":132,"Date":"6/7/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":714,"Cost":636,"Date":"1/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":115,"Cost":79,"Date":"3/27/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":339,"Cost":321,"Date":"5/12/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":289,"Cost":233,"Date":"7/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":968,"Cost":559,"Date":"8/8/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":945,"Cost":692,"Date":"12/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":971,"Cost":560,"Date":"1/17/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":339,"Cost":321,"Date":"3/8/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":902,"Cost":581,"Date":"6/6/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":138,"Cost":132,"Date":"6/16/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":265,"Cost":186,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":11,"Cost":7,"Date":"11/19/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":390,"Cost":302,"Date":"12/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":522,"Cost":326,"Date":"2/4/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":636,"Cost":334,"Date":"3/8/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":222,"Cost":180,"Date":"12/18/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":829,"Cost":459,"Date":"3/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":242,"Cost":189,"Date":"4/20/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":992,"Cost":611,"Date":"6/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":822,"Cost":498,"Date":"7/23/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":50,"Cost":48,"Date":"11/21/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":823,"Cost":529,"Date":"11/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":315,"Cost":263,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":761,"Cost":664,"Date":"5/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":43,"Cost":21,"Date":"9/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":766,"Cost":671,"Date":"1/3/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":123,"Cost":109,"Date":"2/2/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":397,"Cost":260,"Date":"3/18/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":789,"Cost":476,"Date":"10/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":831,"Cost":749,"Date":"2/16/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":537,"Cost":453,"Date":"6/7/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":220,"Date":"1/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":149,"Cost":109,"Date":"3/27/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":558,"Cost":475,"Date":"5/12/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":474,"Cost":255,"Date":"7/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":373,"Cost":249,"Date":"8/8/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":729,"Cost":615,"Date":"12/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":823,"Cost":652,"Date":"1/17/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":739,"Cost":618,"Date":"3/8/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":324,"Cost":182,"Date":"6/6/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":425,"Cost":216,"Date":"6/16/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":926,"Cost":856,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":7,"Cost":5,"Date":"11/19/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":603,"Cost":315,"Date":"12/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":662,"Cost":623,"Date":"2/4/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":852,"Cost":806,"Date":"3/8/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":395,"Cost":330,"Date":"12/18/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":996,"Cost":734,"Date":"3/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":759,"Cost":604,"Date":"4/20/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":503,"Cost":323,"Date":"6/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":597,"Cost":404,"Date":"7/23/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":394,"Cost":234,"Date":"11/21/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":279,"Cost":204,"Date":"11/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":411,"Cost":314,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":328,"Cost":204,"Date":"5/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":198,"Cost":100,"Date":"9/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":710,"Cost":494,"Date":"1/3/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":145,"Cost":97,"Date":"2/2/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":899,"Cost":674,"Date":"3/18/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":506,"Cost":464,"Date":"10/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":531,"Cost":420,"Date":"2/16/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":606,"Cost":521,"Date":"6/7/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":514,"Cost":446,"Date":"1/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":972,"Cost":558,"Date":"3/27/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":93,"Cost":61,"Date":"5/12/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":265,"Cost":176,"Date":"7/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":160,"Cost":108,"Date":"8/8/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":689,"Cost":387,"Date":"12/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":247,"Cost":135,"Date":"1/17/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":939,"Cost":511,"Date":"3/8/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":182,"Cost":106,"Date":"6/6/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":213,"Cost":198,"Date":"6/16/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":582,"Cost":490,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":77,"Cost":47,"Date":"11/19/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":525,"Cost":447,"Date":"12/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":749,"Cost":525,"Date":"2/4/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":931,"Cost":885,"Date":"3/8/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":196,"Cost":101,"Date":"12/18/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":485,"Cost":309,"Date":"3/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":146,"Cost":77,"Date":"4/20/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":83,"Cost":47,"Date":"6/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":979,"Cost":833,"Date":"7/23/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":280,"Cost":215,"Date":"11/21/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":373,"Cost":330,"Date":"11/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":127,"Cost":75,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":387,"Cost":286,"Date":"5/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":848,"Cost":581,"Date":"9/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":206,"Cost":196,"Date":"1/3/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":883,"Cost":470,"Date":"2/2/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":439,"Cost":317,"Date":"3/18/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":755,"Cost":544,"Date":"10/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":532,"Cost":416,"Date":"2/16/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":288,"Cost":167,"Date":"6/7/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":927,"Cost":858,"Date":"1/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":133,"Cost":125,"Date":"3/27/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":691,"Cost":561,"Date":"5/12/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":382,"Cost":208,"Date":"7/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":265,"Cost":145,"Date":"8/8/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":196,"Cost":159,"Date":"12/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":322,"Cost":265,"Date":"1/17/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":429,"Cost":301,"Date":"3/8/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":683,"Cost":623,"Date":"6/6/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":609,"Date":"6/16/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":973,"Cost":867,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":201,"Cost":149,"Date":"11/19/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":826,"Cost":613,"Date":"12/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":762,"Cost":656,"Date":"2/4/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":45,"Cost":40,"Date":"3/8/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":315,"Cost":288,"Date":"12/18/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":744,"Cost":546,"Date":"3/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":893,"Cost":795,"Date":"4/20/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":111,"Cost":56,"Date":"6/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":833,"Cost":601,"Date":"7/23/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":978,"Cost":917,"Date":"11/21/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":176,"Cost":154,"Date":"11/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":862,"Cost":521,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":713,"Cost":600,"Date":"5/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":761,"Cost":546,"Date":"9/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":228,"Cost":150,"Date":"1/3/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":800,"Cost":440,"Date":"2/2/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":909,"Cost":636,"Date":"3/18/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":957,"Cost":834,"Date":"10/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":403,"Cost":253,"Date":"2/16/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":120,"Cost":112,"Date":"6/7/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":755,"Cost":630,"Date":"1/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":231,"Date":"3/27/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":82,"Date":"5/12/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":789,"Cost":481,"Date":"7/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":616,"Cost":584,"Date":"8/8/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":190,"Cost":102,"Date":"12/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":557,"Cost":409,"Date":"1/17/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":18,"Cost":9,"Date":"3/8/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":613,"Cost":567,"Date":"6/6/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":65,"Cost":36,"Date":"6/16/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":326,"Cost":179,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":30,"Cost":18,"Date":"11/19/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":178,"Cost":151,"Date":"12/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":40,"Cost":28,"Date":"2/4/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":523,"Cost":332,"Date":"3/8/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":506,"Cost":392,"Date":"12/18/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":47,"Cost":39,"Date":"3/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":827,"Cost":771,"Date":"4/20/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":1000,"Cost":911,"Date":"6/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":707,"Cost":362,"Date":"7/23/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":617,"Cost":443,"Date":"11/21/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":78,"Cost":58,"Date":"11/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":699,"Cost":393,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":79,"Cost":61,"Date":"5/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":783,"Cost":657,"Date":"9/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":45,"Cost":40,"Date":"1/3/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":884,"Cost":614,"Date":"2/2/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":804,"Date":"3/18/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":787,"Cost":686,"Date":"10/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":698,"Cost":394,"Date":"2/16/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":103,"Cost":68,"Date":"6/7/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":372,"Cost":295,"Date":"1/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":997,"Cost":587,"Date":"3/27/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":306,"Cost":249,"Date":"5/12/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":218,"Cost":162,"Date":"7/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":125,"Date":"8/8/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":490,"Cost":437,"Date":"12/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":971,"Cost":737,"Date":"1/17/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":863,"Cost":512,"Date":"3/8/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":634,"Cost":441,"Date":"6/6/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":374,"Cost":326,"Date":"6/16/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":914,"Cost":737,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":173,"Cost":153,"Date":"11/19/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":306,"Cost":237,"Date":"12/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":227,"Cost":158,"Date":"2/4/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":318,"Cost":172,"Date":"3/8/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":79,"Cost":64,"Date":"12/18/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":537,"Date":"3/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":666,"Cost":580,"Date":"4/20/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":3,"Cost":1,"Date":"6/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":870,"Cost":500,"Date":"7/23/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":197,"Date":"11/21/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":24,"Cost":19,"Date":"11/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":383,"Cost":356,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":424,"Cost":400,"Date":"5/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":351,"Cost":176,"Date":"9/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":784,"Cost":580,"Date":"1/3/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":963,"Cost":628,"Date":"2/2/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":672,"Cost":429,"Date":"3/18/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":140,"Cost":122,"Date":"10/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":768,"Cost":614,"Date":"2/16/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":791,"Cost":645,"Date":"6/7/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":678,"Cost":473,"Date":"1/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":423,"Cost":276,"Date":"3/27/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":117,"Cost":100,"Date":"5/12/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":800,"Cost":651,"Date":"7/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":814,"Cost":436,"Date":"8/8/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":518,"Cost":384,"Date":"12/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":773,"Cost":482,"Date":"1/17/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":994,"Cost":935,"Date":"3/8/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":33,"Cost":29,"Date":"6/6/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":330,"Cost":228,"Date":"6/16/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":32,"Cost":28,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":914,"Cost":765,"Date":"11/19/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":359,"Cost":221,"Date":"12/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":346,"Cost":188,"Date":"2/4/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":948,"Cost":586,"Date":"3/8/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":948,"Cost":721,"Date":"12/18/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":589,"Cost":311,"Date":"3/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":898,"Cost":839,"Date":"4/20/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":289,"Cost":266,"Date":"6/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":701,"Cost":460,"Date":"7/23/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":887,"Cost":684,"Date":"11/21/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":692,"Cost":513,"Date":"11/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":790,"Cost":728,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":48,"Cost":46,"Date":"5/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":69,"Cost":50,"Date":"9/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":317,"Cost":269,"Date":"1/3/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":694,"Cost":592,"Date":"2/2/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":207,"Cost":167,"Date":"3/18/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":299,"Cost":243,"Date":"10/14/2024"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":180,"Cost":93,"Date":"2/16/2018"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":205,"Cost":163,"Date":"6/7/2018"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":816,"Cost":693,"Date":"1/28/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":407,"Cost":215,"Date":"3/27/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":337,"Cost":256,"Date":"5/12/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":83,"Cost":67,"Date":"7/28/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":629,"Cost":348,"Date":"8/8/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":415,"Date":"12/7/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":279,"Cost":192,"Date":"1/17/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":86,"Cost":44,"Date":"3/8/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":816,"Cost":529,"Date":"6/6/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":999,"Cost":638,"Date":"6/16/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":974,"Cost":773,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":957,"Cost":538,"Date":"11/19/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":479,"Cost":254,"Date":"12/28/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":652,"Cost":473,"Date":"2/4/2021"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":548,"Cost":337,"Date":"3/8/2021"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":838,"Cost":485,"Date":"12/18/2021"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":638,"Cost":584,"Date":"3/31/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":588,"Cost":502,"Date":"4/20/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":634,"Cost":585,"Date":"6/26/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":383,"Cost":230,"Date":"7/23/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":395,"Cost":261,"Date":"11/21/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":618,"Cost":517,"Date":"11/26/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":863,"Cost":518,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":363,"Cost":228,"Date":"5/21/2023"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":785,"Cost":614,"Date":"9/28/2023"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":956,"Cost":596,"Date":"1/3/2024"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":515,"Cost":357,"Date":"2/2/2024"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":968,"Cost":588,"Date":"3/18/2024"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":463,"Cost":271,"Date":"10/14/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":381,"Cost":351,"Date":"2/16/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":699,"Cost":542,"Date":"6/7/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":697,"Cost":543,"Date":"1/28/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":482,"Cost":454,"Date":"3/27/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":571,"Cost":342,"Date":"5/12/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":954,"Cost":810,"Date":"7/28/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":161,"Cost":116,"Date":"8/8/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":518,"Cost":273,"Date":"12/7/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":712,"Cost":400,"Date":"1/17/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":244,"Cost":199,"Date":"3/8/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":219,"Cost":153,"Date":"6/6/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":4,"Cost":4,"Date":"6/16/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":911,"Cost":667,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":175,"Cost":101,"Date":"11/19/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":188,"Cost":168,"Date":"12/28/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":547,"Cost":365,"Date":"2/4/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":178,"Cost":128,"Date":"3/8/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":89,"Cost":47,"Date":"12/18/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":178,"Cost":109,"Date":"3/31/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":324,"Cost":262,"Date":"4/20/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":776,"Cost":437,"Date":"6/26/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":845,"Cost":559,"Date":"7/23/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":642,"Cost":574,"Date":"11/21/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":658,"Cost":421,"Date":"11/26/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":301,"Cost":252,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":320,"Cost":279,"Date":"5/21/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":290,"Cost":164,"Date":"9/28/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":160,"Cost":152,"Date":"1/3/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":892,"Cost":767,"Date":"2/2/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":5,"Cost":4,"Date":"3/18/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":368,"Cost":287,"Date":"10/14/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":528,"Cost":399,"Date":"2/16/2018"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":233,"Cost":130,"Date":"6/7/2018"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":540,"Cost":472,"Date":"1/28/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":422,"Cost":386,"Date":"3/27/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":757,"Cost":669,"Date":"5/12/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":237,"Cost":177,"Date":"7/28/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":837,"Cost":743,"Date":"8/8/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":102,"Cost":52,"Date":"12/7/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":299,"Cost":193,"Date":"1/17/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":621,"Cost":525,"Date":"3/8/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":405,"Cost":217,"Date":"6/6/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":794,"Cost":598,"Date":"6/16/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":855,"Cost":804,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":199,"Cost":154,"Date":"11/19/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":936,"Cost":769,"Date":"12/28/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":230,"Cost":116,"Date":"2/4/2021"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":684,"Cost":358,"Date":"3/8/2021"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":989,"Cost":807,"Date":"12/18/2021"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":635,"Cost":510,"Date":"3/31/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":79,"Cost":57,"Date":"4/20/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":541,"Cost":481,"Date":"6/26/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":769,"Cost":649,"Date":"7/23/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":578,"Cost":455,"Date":"11/21/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":366,"Cost":251,"Date":"11/26/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":800,"Cost":544,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":794,"Cost":418,"Date":"5/21/2023"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":59,"Cost":34,"Date":"9/28/2023"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":682,"Cost":499,"Date":"1/3/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":13,"Cost":8,"Date":"2/2/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":636,"Cost":356,"Date":"3/18/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":595,"Cost":431,"Date":"10/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":821,"Cost":635,"Date":"2/16/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":571,"Cost":381,"Date":"6/7/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":229,"Cost":118,"Date":"1/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":490,"Cost":310,"Date":"3/27/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":920,"Cost":540,"Date":"5/12/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":845,"Cost":795,"Date":"7/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":160,"Cost":119,"Date":"8/8/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":9,"Cost":6,"Date":"12/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":61,"Cost":55,"Date":"1/17/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":282,"Cost":230,"Date":"3/8/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":295,"Cost":274,"Date":"6/6/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":578,"Cost":407,"Date":"6/16/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":660,"Cost":540,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":480,"Cost":392,"Date":"11/19/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":602,"Cost":509,"Date":"12/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":667,"Cost":412,"Date":"2/4/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":56,"Cost":32,"Date":"3/8/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":552,"Cost":405,"Date":"12/18/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":814,"Cost":434,"Date":"3/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":668,"Cost":527,"Date":"4/20/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":296,"Cost":265,"Date":"6/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":293,"Cost":178,"Date":"7/23/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":669,"Cost":496,"Date":"11/21/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":938,"Cost":560,"Date":"11/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":24,"Cost":22,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":311,"Cost":165,"Date":"5/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":449,"Cost":244,"Date":"9/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":390,"Cost":331,"Date":"1/3/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":181,"Cost":92,"Date":"2/2/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":776,"Cost":656,"Date":"3/18/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":411,"Cost":236,"Date":"10/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":789,"Cost":571,"Date":"2/16/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":223,"Cost":167,"Date":"6/7/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":402,"Cost":321,"Date":"1/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":828,"Cost":637,"Date":"3/27/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":883,"Cost":524,"Date":"5/12/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":80,"Cost":59,"Date":"7/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":509,"Cost":320,"Date":"8/8/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":347,"Cost":233,"Date":"12/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":686,"Cost":559,"Date":"1/17/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":858,"Cost":699,"Date":"3/8/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":570,"Cost":535,"Date":"6/6/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":296,"Cost":252,"Date":"6/16/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":45,"Cost":31,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":504,"Cost":471,"Date":"11/19/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":828,"Date":"12/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":85,"Cost":52,"Date":"2/4/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":853,"Cost":489,"Date":"3/8/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":523,"Cost":355,"Date":"12/18/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":405,"Cost":214,"Date":"3/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":675,"Date":"4/20/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":776,"Cost":417,"Date":"6/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":227,"Cost":186,"Date":"7/23/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":616,"Cost":379,"Date":"11/21/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":24,"Cost":20,"Date":"11/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":195,"Cost":100,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":229,"Cost":137,"Date":"5/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":528,"Cost":456,"Date":"9/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":256,"Date":"1/3/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":16,"Cost":12,"Date":"2/2/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":567,"Cost":416,"Date":"3/18/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":586,"Cost":324,"Date":"10/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":899,"Cost":782,"Date":"2/16/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":741,"Cost":637,"Date":"6/7/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":171,"Cost":111,"Date":"1/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":807,"Cost":454,"Date":"3/27/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":58,"Cost":38,"Date":"5/12/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":930,"Cost":659,"Date":"7/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":735,"Cost":595,"Date":"8/8/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":364,"Cost":325,"Date":"12/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":345,"Cost":212,"Date":"1/17/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":690,"Cost":488,"Date":"3/8/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":907,"Cost":728,"Date":"6/6/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":258,"Cost":145,"Date":"6/16/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":684,"Cost":589,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":722,"Cost":588,"Date":"11/19/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":798,"Cost":424,"Date":"12/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":246,"Cost":196,"Date":"2/4/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":139,"Cost":91,"Date":"3/8/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":235,"Cost":201,"Date":"12/18/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":11,"Cost":8,"Date":"3/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":90,"Cost":48,"Date":"4/20/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":868,"Cost":581,"Date":"6/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":572,"Cost":427,"Date":"7/23/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":765,"Cost":627,"Date":"11/21/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":433,"Cost":272,"Date":"11/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":901,"Cost":639,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":39,"Cost":28,"Date":"5/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":305,"Cost":248,"Date":"9/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":489,"Cost":305,"Date":"1/3/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":52,"Cost":47,"Date":"2/2/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":438,"Cost":250,"Date":"3/18/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":680,"Cost":411,"Date":"10/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":693,"Cost":419,"Date":"2/16/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":280,"Cost":208,"Date":"6/7/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":502,"Cost":338,"Date":"1/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":540,"Cost":286,"Date":"3/27/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":940,"Cost":678,"Date":"5/12/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":196,"Cost":109,"Date":"7/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":395,"Cost":278,"Date":"8/8/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":218,"Cost":161,"Date":"12/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":453,"Cost":299,"Date":"1/17/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":57,"Cost":47,"Date":"3/8/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":301,"Cost":284,"Date":"6/6/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":243,"Cost":205,"Date":"6/16/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":731,"Cost":495,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":122,"Cost":72,"Date":"11/19/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":447,"Cost":391,"Date":"12/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":489,"Cost":257,"Date":"2/4/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":656,"Cost":459,"Date":"3/8/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":617,"Cost":417,"Date":"12/18/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":352,"Cost":323,"Date":"3/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":333,"Cost":297,"Date":"4/20/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":235,"Cost":171,"Date":"6/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":406,"Cost":346,"Date":"7/23/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":976,"Cost":832,"Date":"11/21/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":954,"Cost":717,"Date":"11/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":498,"Cost":417,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":251,"Cost":175,"Date":"5/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":8,"Cost":4,"Date":"9/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":614,"Cost":524,"Date":"1/3/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":623,"Cost":511,"Date":"2/2/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":506,"Cost":476,"Date":"3/18/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":52,"Cost":34,"Date":"10/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":807,"Cost":672,"Date":"2/16/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":114,"Cost":94,"Date":"6/7/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":836,"Cost":702,"Date":"1/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":936,"Cost":725,"Date":"3/27/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":913,"Cost":823,"Date":"5/12/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":213,"Cost":191,"Date":"7/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":287,"Cost":190,"Date":"8/8/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":951,"Cost":521,"Date":"12/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":728,"Cost":452,"Date":"1/17/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":433,"Cost":407,"Date":"3/8/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":355,"Cost":234,"Date":"6/6/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":43,"Cost":37,"Date":"6/16/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":38,"Cost":32,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":558,"Cost":483,"Date":"11/19/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":675,"Cost":525,"Date":"12/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":409,"Cost":211,"Date":"2/4/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":837,"Cost":649,"Date":"3/8/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":914,"Cost":858,"Date":"12/18/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":759,"Cost":569,"Date":"3/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":42,"Cost":35,"Date":"4/20/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":750,"Cost":704,"Date":"6/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":713,"Cost":461,"Date":"7/23/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":163,"Cost":92,"Date":"11/21/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":249,"Cost":140,"Date":"11/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":218,"Cost":183,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":680,"Cost":559,"Date":"5/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":32,"Cost":23,"Date":"9/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":38,"Cost":19,"Date":"1/3/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":639,"Cost":581,"Date":"2/2/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":333,"Cost":311,"Date":"3/18/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":18,"Cost":14,"Date":"10/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":563,"Cost":425,"Date":"2/16/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":57,"Cost":45,"Date":"6/7/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":22,"Cost":21,"Date":"1/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":615,"Cost":411,"Date":"3/27/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":634,"Cost":357,"Date":"5/12/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":361,"Cost":333,"Date":"7/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":90,"Cost":65,"Date":"8/8/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":792,"Cost":508,"Date":"12/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":700,"Cost":439,"Date":"1/17/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":28,"Cost":24,"Date":"3/8/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":421,"Cost":268,"Date":"6/6/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":809,"Cost":595,"Date":"6/16/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":192,"Cost":112,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":23,"Cost":16,"Date":"11/19/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":407,"Cost":332,"Date":"12/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":454,"Cost":239,"Date":"2/4/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":935,"Cost":687,"Date":"3/8/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":996,"Cost":771,"Date":"12/18/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":816,"Cost":611,"Date":"3/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":768,"Cost":438,"Date":"4/20/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":831,"Cost":490,"Date":"6/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":526,"Cost":367,"Date":"7/23/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":861,"Cost":552,"Date":"11/21/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":457,"Cost":431,"Date":"11/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":976,"Cost":710,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":375,"Cost":200,"Date":"5/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":888,"Cost":576,"Date":"9/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":562,"Cost":454,"Date":"1/3/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":890,"Cost":756,"Date":"2/2/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":64,"Cost":58,"Date":"3/18/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":490,"Cost":311,"Date":"10/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":507,"Cost":448,"Date":"2/16/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":150,"Cost":113,"Date":"6/7/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":726,"Cost":635,"Date":"1/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":510,"Cost":482,"Date":"3/27/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":806,"Cost":451,"Date":"5/12/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":521,"Cost":432,"Date":"7/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":466,"Cost":316,"Date":"8/8/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":302,"Cost":168,"Date":"12/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":825,"Cost":586,"Date":"1/17/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":913,"Cost":864,"Date":"3/8/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":492,"Cost":248,"Date":"6/6/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":493,"Cost":248,"Date":"6/16/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":949,"Cost":604,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":146,"Cost":76,"Date":"11/19/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":63,"Cost":32,"Date":"12/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":97,"Cost":77,"Date":"2/4/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":166,"Date":"3/8/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":617,"Cost":492,"Date":"12/18/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":814,"Cost":718,"Date":"3/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":555,"Cost":351,"Date":"4/20/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":562,"Date":"6/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":309,"Cost":192,"Date":"7/23/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":201,"Cost":127,"Date":"11/21/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":145,"Cost":89,"Date":"11/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":507,"Cost":422,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":61,"Date":"5/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":607,"Cost":376,"Date":"9/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":686,"Cost":624,"Date":"1/3/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":87,"Cost":62,"Date":"2/2/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":465,"Cost":399,"Date":"3/18/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":485,"Cost":371,"Date":"10/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":263,"Cost":173,"Date":"2/16/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":175,"Cost":126,"Date":"6/7/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":189,"Cost":133,"Date":"1/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":468,"Cost":382,"Date":"3/27/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":641,"Cost":447,"Date":"5/12/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":400,"Date":"7/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":66,"Cost":44,"Date":"8/8/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":198,"Cost":145,"Date":"12/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":506,"Cost":437,"Date":"1/17/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":486,"Cost":348,"Date":"3/8/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":778,"Cost":706,"Date":"6/6/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":340,"Cost":173,"Date":"6/16/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":972,"Cost":498,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":274,"Cost":190,"Date":"11/19/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":200,"Cost":135,"Date":"12/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":974,"Cost":746,"Date":"2/4/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":978,"Cost":792,"Date":"3/8/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":974,"Cost":895,"Date":"12/18/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":661,"Cost":439,"Date":"3/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":521,"Date":"4/20/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":507,"Date":"6/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":563,"Cost":329,"Date":"7/23/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":731,"Date":"11/21/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":286,"Cost":194,"Date":"11/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":315,"Cost":240,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":248,"Cost":161,"Date":"5/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":442,"Cost":226,"Date":"9/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":584,"Cost":398,"Date":"1/3/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":722,"Date":"2/2/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":82,"Cost":73,"Date":"3/18/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":575,"Cost":543,"Date":"10/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":709,"Cost":546,"Date":"2/16/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":595,"Cost":486,"Date":"6/7/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":674,"Cost":471,"Date":"1/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":697,"Cost":512,"Date":"3/27/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":993,"Cost":668,"Date":"5/12/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":993,"Cost":772,"Date":"7/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":679,"Cost":513,"Date":"8/8/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":627,"Cost":449,"Date":"12/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":45,"Cost":34,"Date":"1/17/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":77,"Cost":45,"Date":"3/8/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":738,"Cost":688,"Date":"6/6/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":726,"Cost":640,"Date":"6/16/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":832,"Cost":735,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":828,"Cost":648,"Date":"11/19/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":792,"Cost":733,"Date":"12/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":120,"Cost":72,"Date":"2/4/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":844,"Cost":639,"Date":"3/8/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":985,"Cost":828,"Date":"12/18/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":940,"Cost":715,"Date":"3/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":556,"Cost":513,"Date":"4/20/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":853,"Cost":793,"Date":"6/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":749,"Cost":482,"Date":"7/23/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":482,"Cost":403,"Date":"11/21/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":257,"Cost":151,"Date":"11/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":794,"Cost":613,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":418,"Cost":341,"Date":"5/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":636,"Cost":362,"Date":"9/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":132,"Cost":78,"Date":"1/3/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":990,"Cost":791,"Date":"2/2/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":976,"Cost":814,"Date":"3/18/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":491,"Cost":459,"Date":"10/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":452,"Cost":420,"Date":"2/16/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":853,"Cost":571,"Date":"6/7/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":59,"Cost":54,"Date":"1/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":604,"Cost":474,"Date":"3/27/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":576,"Cost":540,"Date":"5/12/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":264,"Cost":228,"Date":"7/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":632,"Cost":561,"Date":"8/8/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":65,"Cost":39,"Date":"12/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":329,"Cost":294,"Date":"1/17/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":256,"Cost":153,"Date":"3/8/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":758,"Cost":482,"Date":"6/6/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":614,"Cost":325,"Date":"6/16/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":567,"Cost":498,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":963,"Cost":687,"Date":"11/19/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":918,"Cost":774,"Date":"12/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":197,"Cost":184,"Date":"2/4/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":383,"Cost":229,"Date":"3/8/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":248,"Cost":205,"Date":"12/18/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":495,"Cost":311,"Date":"3/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":302,"Cost":280,"Date":"4/20/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":896,"Cost":712,"Date":"6/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":456,"Cost":241,"Date":"7/23/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":248,"Cost":215,"Date":"11/21/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":50,"Cost":44,"Date":"11/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":5,"Cost":3,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":531,"Cost":388,"Date":"5/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":615,"Cost":574,"Date":"9/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":835,"Cost":552,"Date":"1/3/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":12,"Cost":7,"Date":"2/2/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":82,"Cost":76,"Date":"3/18/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":318,"Cost":225,"Date":"10/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":439,"Cost":293,"Date":"2/16/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":282,"Cost":190,"Date":"6/7/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":306,"Cost":250,"Date":"1/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":426,"Cost":338,"Date":"3/27/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":96,"Cost":64,"Date":"5/12/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":184,"Cost":139,"Date":"7/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":860,"Cost":792,"Date":"8/8/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":368,"Cost":271,"Date":"12/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":265,"Cost":195,"Date":"1/17/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":942,"Cost":477,"Date":"3/8/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":645,"Cost":490,"Date":"6/6/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":424,"Cost":329,"Date":"6/16/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":597,"Cost":423,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":847,"Cost":756,"Date":"11/19/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":54,"Cost":38,"Date":"12/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":74,"Cost":63,"Date":"2/4/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":734,"Cost":396,"Date":"3/8/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":487,"Cost":375,"Date":"12/18/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":735,"Cost":555,"Date":"3/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":819,"Cost":501,"Date":"4/20/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":738,"Cost":556,"Date":"6/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":898,"Cost":510,"Date":"7/23/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":158,"Cost":116,"Date":"11/21/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":688,"Cost":551,"Date":"11/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":864,"Cost":673,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":857,"Cost":813,"Date":"5/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":907,"Cost":707,"Date":"9/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":950,"Cost":708,"Date":"1/3/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":297,"Cost":160,"Date":"2/2/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":489,"Cost":447,"Date":"3/18/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":711,"Cost":479,"Date":"10/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":486,"Date":"2/16/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":123,"Cost":99,"Date":"6/7/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":226,"Cost":153,"Date":"1/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":39,"Cost":22,"Date":"3/27/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":634,"Cost":510,"Date":"5/12/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":282,"Cost":226,"Date":"7/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":174,"Cost":164,"Date":"8/8/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":339,"Cost":221,"Date":"12/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":283,"Cost":143,"Date":"1/17/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":930,"Cost":659,"Date":"3/8/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":115,"Cost":89,"Date":"6/6/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":338,"Cost":201,"Date":"6/16/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":612,"Cost":332,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":755,"Cost":568,"Date":"11/19/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":352,"Cost":255,"Date":"12/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":890,"Cost":576,"Date":"2/4/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":784,"Cost":463,"Date":"3/8/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":890,"Cost":816,"Date":"12/18/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":719,"Cost":593,"Date":"3/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":902,"Cost":548,"Date":"4/20/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":714,"Cost":536,"Date":"6/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":864,"Cost":588,"Date":"7/23/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":909,"Cost":845,"Date":"11/21/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":85,"Cost":50,"Date":"11/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":426,"Cost":402,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":934,"Cost":864,"Date":"5/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":847,"Cost":523,"Date":"9/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":481,"Cost":376,"Date":"1/3/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":170,"Cost":119,"Date":"2/2/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":50,"Cost":40,"Date":"3/18/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":428,"Cost":399,"Date":"10/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":78,"Cost":50,"Date":"2/16/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":678,"Cost":532,"Date":"6/7/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":763,"Cost":620,"Date":"1/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":920,"Cost":558,"Date":"3/27/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":91,"Cost":75,"Date":"5/12/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":524,"Cost":333,"Date":"7/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":295,"Cost":154,"Date":"8/8/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":19,"Cost":11,"Date":"12/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":158,"Cost":95,"Date":"1/17/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":222,"Cost":173,"Date":"3/8/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":833,"Cost":486,"Date":"6/6/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":758,"Cost":380,"Date":"6/16/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":71,"Cost":57,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":980,"Cost":684,"Date":"11/19/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":657,"Cost":340,"Date":"12/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":614,"Cost":392,"Date":"2/4/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":29,"Cost":15,"Date":"3/8/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":748,"Cost":550,"Date":"12/18/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":685,"Cost":630,"Date":"3/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":367,"Cost":257,"Date":"4/20/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":397,"Cost":219,"Date":"6/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":932,"Cost":476,"Date":"7/23/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":248,"Cost":164,"Date":"11/21/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":96,"Cost":71,"Date":"11/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":419,"Cost":308,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":311,"Cost":189,"Date":"5/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":682,"Cost":599,"Date":"9/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":738,"Cost":662,"Date":"1/3/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":242,"Cost":171,"Date":"2/2/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":302,"Cost":193,"Date":"3/18/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":471,"Cost":279,"Date":"10/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":263,"Cost":173,"Date":"2/16/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":261,"Cost":201,"Date":"6/7/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":144,"Cost":74,"Date":"1/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":439,"Cost":247,"Date":"3/27/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":344,"Cost":269,"Date":"5/12/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":569,"Cost":413,"Date":"7/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":629,"Cost":358,"Date":"8/8/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":311,"Cost":265,"Date":"12/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":776,"Cost":718,"Date":"1/17/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":202,"Cost":164,"Date":"3/8/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":498,"Cost":343,"Date":"6/6/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":403,"Cost":312,"Date":"6/16/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":172,"Cost":91,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":147,"Cost":76,"Date":"11/19/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":752,"Cost":617,"Date":"12/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":500,"Cost":362,"Date":"2/4/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":777,"Cost":548,"Date":"3/8/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":516,"Cost":467,"Date":"12/18/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":974,"Cost":865,"Date":"3/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":639,"Cost":581,"Date":"4/20/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":544,"Cost":465,"Date":"6/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":788,"Cost":476,"Date":"7/23/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":797,"Cost":645,"Date":"11/21/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":88,"Cost":72,"Date":"11/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":180,"Cost":95,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":666,"Cost":491,"Date":"5/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":702,"Cost":487,"Date":"9/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":27,"Cost":20,"Date":"1/3/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":892,"Cost":803,"Date":"2/2/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":302,"Cost":185,"Date":"3/18/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":101,"Cost":86,"Date":"10/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":847,"Cost":771,"Date":"2/16/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":247,"Cost":214,"Date":"6/7/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":425,"Date":"1/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":112,"Cost":85,"Date":"3/27/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":74,"Date":"5/12/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":576,"Cost":511,"Date":"7/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":281,"Cost":204,"Date":"8/8/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":583,"Cost":323,"Date":"12/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":196,"Cost":176,"Date":"1/17/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":828,"Cost":480,"Date":"3/8/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":960,"Cost":600,"Date":"6/6/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":623,"Cost":572,"Date":"6/16/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":925,"Cost":553,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":525,"Cost":351,"Date":"11/19/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":401,"Cost":343,"Date":"12/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":617,"Date":"2/4/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":639,"Date":"3/8/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":446,"Date":"12/18/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":459,"Cost":314,"Date":"3/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":842,"Cost":530,"Date":"4/20/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":111,"Cost":104,"Date":"6/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":330,"Cost":167,"Date":"7/23/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":616,"Cost":400,"Date":"11/21/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":63,"Cost":53,"Date":"11/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":512,"Cost":377,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":335,"Cost":224,"Date":"5/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":763,"Cost":556,"Date":"9/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":709,"Cost":381,"Date":"1/3/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":57,"Date":"2/2/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":338,"Cost":275,"Date":"3/18/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":357,"Cost":263,"Date":"10/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":588,"Cost":434,"Date":"2/16/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":487,"Cost":416,"Date":"6/7/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":126,"Cost":110,"Date":"1/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":405,"Cost":242,"Date":"3/27/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":362,"Cost":284,"Date":"5/12/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":357,"Cost":273,"Date":"7/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":744,"Cost":403,"Date":"8/8/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":526,"Cost":288,"Date":"12/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":310,"Cost":196,"Date":"1/17/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":619,"Cost":388,"Date":"3/8/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":666,"Cost":375,"Date":"6/6/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":734,"Cost":621,"Date":"6/16/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":965,"Cost":760,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":339,"Cost":258,"Date":"11/19/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":386,"Cost":348,"Date":"12/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":150,"Cost":100,"Date":"2/4/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":220,"Cost":136,"Date":"3/8/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":138,"Cost":119,"Date":"12/18/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":501,"Cost":253,"Date":"3/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":491,"Cost":374,"Date":"4/20/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":310,"Cost":191,"Date":"6/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":999,"Cost":655,"Date":"7/23/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":201,"Cost":168,"Date":"11/21/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":575,"Cost":376,"Date":"11/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":393,"Cost":271,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":852,"Cost":632,"Date":"5/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":584,"Cost":375,"Date":"9/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":923,"Cost":512,"Date":"1/3/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":324,"Cost":177,"Date":"2/2/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":319,"Cost":207,"Date":"3/18/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":384,"Cost":307,"Date":"10/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":162,"Cost":144,"Date":"2/16/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":380,"Cost":345,"Date":"6/7/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":435,"Cost":245,"Date":"1/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":845,"Cost":580,"Date":"3/27/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":179,"Cost":101,"Date":"5/12/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":633,"Cost":595,"Date":"7/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":420,"Cost":350,"Date":"8/8/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":170,"Cost":160,"Date":"12/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":84,"Cost":80,"Date":"1/17/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":398,"Cost":327,"Date":"3/8/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":466,"Cost":419,"Date":"6/6/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":10,"Cost":7,"Date":"6/16/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":755,"Cost":588,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":661,"Cost":349,"Date":"11/19/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":122,"Cost":73,"Date":"12/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":325,"Cost":201,"Date":"2/4/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":773,"Cost":672,"Date":"3/8/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":245,"Cost":192,"Date":"12/18/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":481,"Cost":399,"Date":"3/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":173,"Cost":156,"Date":"4/20/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":924,"Cost":606,"Date":"6/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":498,"Cost":290,"Date":"7/23/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":523,"Cost":437,"Date":"11/21/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":849,"Cost":485,"Date":"11/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":192,"Cost":125,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":782,"Cost":610,"Date":"5/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":271,"Cost":154,"Date":"9/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":944,"Cost":493,"Date":"1/3/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":280,"Cost":228,"Date":"2/2/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":149,"Cost":111,"Date":"3/18/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":256,"Cost":194,"Date":"10/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":509,"Cost":372,"Date":"2/16/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":69,"Cost":46,"Date":"6/7/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":247,"Date":"1/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":274,"Cost":239,"Date":"3/27/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":955,"Cost":499,"Date":"5/12/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":364,"Cost":292,"Date":"7/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":807,"Cost":491,"Date":"8/8/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":781,"Cost":553,"Date":"12/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":512,"Cost":480,"Date":"1/17/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":503,"Cost":329,"Date":"3/8/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":606,"Cost":352,"Date":"6/6/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":706,"Cost":450,"Date":"6/16/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":119,"Cost":79,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":73,"Cost":61,"Date":"11/19/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":205,"Cost":138,"Date":"12/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":868,"Cost":666,"Date":"2/4/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":431,"Cost":381,"Date":"3/8/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":499,"Cost":474,"Date":"12/18/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":882,"Cost":576,"Date":"3/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":402,"Date":"4/20/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":200,"Cost":184,"Date":"6/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":576,"Cost":355,"Date":"7/23/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":955,"Cost":831,"Date":"11/21/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":437,"Cost":312,"Date":"11/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":863,"Cost":510,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":682,"Cost":551,"Date":"5/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":979,"Cost":787,"Date":"9/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":64,"Cost":37,"Date":"1/3/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":804,"Cost":603,"Date":"2/2/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":406,"Cost":284,"Date":"3/18/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":672,"Cost":352,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":611,"Cost":450,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":253,"Cost":185,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":149,"Cost":116,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":760,"Cost":486,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":871,"Cost":570,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":606,"Cost":381,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":930,"Cost":592,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":122,"Cost":111,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":773,"Cost":700,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":740,"Cost":696,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":861,"Cost":681,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":695,"Cost":364,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":81,"Cost":74,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":254,"Cost":152,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":285,"Cost":248,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":221,"Cost":189,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":717,"Cost":508,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":420,"Cost":291,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":950,"Cost":577,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":339,"Cost":223,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":802,"Cost":641,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":599,"Cost":396,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":224,"Cost":199,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":492,"Cost":381,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":919,"Cost":610,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":633,"Cost":326,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":405,"Cost":287,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":150,"Cost":131,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":896,"Cost":499,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":808,"Cost":712,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":692,"Cost":562,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":733,"Cost":376,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":676,"Cost":346,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":468,"Cost":433,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":210,"Cost":105,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":131,"Cost":82,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":463,"Cost":419,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":230,"Cost":148,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":732,"Cost":468,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":887,"Cost":820,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":393,"Cost":256,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":641,"Cost":609,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":469,"Cost":409,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":29,"Cost":17,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":282,"Cost":170,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":300,"Cost":275,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":615,"Cost":381,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":266,"Cost":143,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":188,"Cost":164,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":238,"Cost":200,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":306,"Cost":211,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":883,"Cost":544,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":430,"Cost":383,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":933,"Cost":850,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":500,"Cost":263,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":372,"Cost":280,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":602,"Cost":438,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":471,"Cost":244,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":570,"Cost":470,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":673,"Cost":366,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":134,"Cost":103,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":20,"Cost":10,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":317,"Cost":183,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":644,"Cost":459,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":742,"Cost":492,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":308,"Cost":194,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":37,"Cost":24,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":515,"Cost":296,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":888,"Cost":723,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":457,"Cost":319,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":563,"Cost":299,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":568,"Cost":482,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":613,"Cost":520,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":332,"Cost":226,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":214,"Cost":151,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":849,"Cost":592,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":118,"Cost":75,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":367,"Cost":308,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":710,"Cost":469,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":55,"Cost":33,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":494,"Cost":450,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":736,"Cost":578,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":608,"Cost":335,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":25,"Cost":19,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":721,"Cost":594,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":727,"Cost":436,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":439,"Cost":325,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":645,"Cost":591,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":178,"Cost":90,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":837,"Cost":753,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":310,"Cost":244,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":917,"Cost":751,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":444,"Cost":334,"Date":"10/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":175,"Cost":162,"Date":"2/16/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":194,"Cost":108,"Date":"6/7/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":229,"Cost":184,"Date":"1/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":710,"Cost":641,"Date":"3/27/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":638,"Cost":588,"Date":"5/12/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":624,"Cost":406,"Date":"7/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":298,"Cost":166,"Date":"8/8/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":99,"Cost":84,"Date":"12/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":681,"Cost":620,"Date":"1/17/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":959,"Cost":790,"Date":"3/8/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":562,"Cost":445,"Date":"6/6/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":39,"Cost":29,"Date":"6/16/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":234,"Cost":178,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":75,"Cost":37,"Date":"11/19/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":508,"Cost":336,"Date":"12/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":18,"Cost":11,"Date":"2/4/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":431,"Cost":372,"Date":"3/8/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":238,"Cost":137,"Date":"12/18/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":702,"Cost":463,"Date":"3/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":484,"Cost":242,"Date":"4/20/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":701,"Cost":491,"Date":"6/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":282,"Cost":194,"Date":"7/23/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":517,"Cost":373,"Date":"11/21/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":719,"Cost":364,"Date":"11/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":746,"Cost":425,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":964,"Cost":683,"Date":"5/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":1000,"Cost":941,"Date":"9/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":968,"Cost":860,"Date":"1/3/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":136,"Cost":102,"Date":"2/2/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":819,"Cost":678,"Date":"3/18/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":373,"Cost":244,"Date":"10/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":746,"Cost":500,"Date":"2/16/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":477,"Cost":408,"Date":"6/7/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":550,"Cost":383,"Date":"1/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":929,"Cost":788,"Date":"3/27/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":517,"Cost":276,"Date":"5/12/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":672,"Cost":402,"Date":"7/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":754,"Date":"8/8/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":109,"Cost":98,"Date":"12/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":220,"Cost":184,"Date":"1/17/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":1000,"Cost":866,"Date":"3/8/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":353,"Cost":223,"Date":"6/6/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":762,"Date":"6/16/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":268,"Cost":162,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":914,"Cost":735,"Date":"11/19/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":970,"Cost":869,"Date":"12/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":810,"Cost":549,"Date":"2/4/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":254,"Cost":164,"Date":"3/8/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":264,"Cost":223,"Date":"12/18/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":254,"Date":"3/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":76,"Cost":47,"Date":"4/20/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":238,"Cost":190,"Date":"6/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":604,"Cost":381,"Date":"7/23/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":36,"Cost":27,"Date":"11/21/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":713,"Cost":639,"Date":"11/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":340,"Cost":243,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":319,"Date":"5/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":585,"Cost":418,"Date":"9/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":100,"Cost":79,"Date":"1/3/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":640,"Cost":338,"Date":"2/2/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":910,"Cost":566,"Date":"3/18/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":542,"Cost":439,"Date":"10/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":279,"Cost":151,"Date":"2/16/2018"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":310,"Cost":259,"Date":"6/7/2018"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":370,"Cost":245,"Date":"1/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":365,"Cost":236,"Date":"3/27/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":157,"Date":"5/12/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":62,"Cost":49,"Date":"7/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":965,"Cost":762,"Date":"8/8/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":482,"Cost":310,"Date":"12/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":362,"Cost":195,"Date":"1/17/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":404,"Cost":299,"Date":"3/8/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":102,"Cost":78,"Date":"6/6/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":513,"Cost":404,"Date":"6/16/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":652,"Cost":539,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":852,"Cost":668,"Date":"11/19/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":63,"Cost":32,"Date":"12/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":523,"Cost":484,"Date":"2/4/2021"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":942,"Cost":609,"Date":"3/8/2021"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":433,"Cost":326,"Date":"12/18/2021"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":151,"Date":"3/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":499,"Cost":327,"Date":"4/20/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":267,"Cost":221,"Date":"6/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":721,"Cost":369,"Date":"7/23/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":750,"Cost":693,"Date":"11/21/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":424,"Cost":335,"Date":"11/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":128,"Cost":77,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":509,"Cost":479,"Date":"5/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":43,"Cost":35,"Date":"9/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":582,"Cost":423,"Date":"1/3/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":97,"Cost":92,"Date":"2/2/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":488,"Cost":400,"Date":"3/18/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":856,"Cost":655,"Date":"10/14/2024"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":207,"Cost":193,"Date":"2/16/2018"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":432,"Cost":272,"Date":"6/7/2018"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":750,"Cost":537,"Date":"1/28/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":473,"Cost":357,"Date":"3/27/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":684,"Cost":542,"Date":"5/12/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":732,"Cost":567,"Date":"7/28/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":843,"Cost":549,"Date":"8/8/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":684,"Cost":642,"Date":"12/7/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":23,"Cost":20,"Date":"1/17/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":250,"Cost":200,"Date":"3/8/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":114,"Cost":99,"Date":"6/6/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":750,"Cost":588,"Date":"6/16/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":996,"Cost":816,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":329,"Cost":270,"Date":"11/19/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":706,"Cost":549,"Date":"12/28/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":982,"Cost":550,"Date":"2/4/2021"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":527,"Cost":349,"Date":"3/8/2021"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":646,"Cost":414,"Date":"12/18/2021"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":899,"Cost":547,"Date":"3/31/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":651,"Cost":597,"Date":"4/20/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":551,"Cost":303,"Date":"6/26/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":845,"Cost":569,"Date":"7/23/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":612,"Cost":338,"Date":"11/21/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":774,"Cost":398,"Date":"11/26/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":306,"Cost":204,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":636,"Cost":444,"Date":"5/21/2023"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":397,"Cost":260,"Date":"9/28/2023"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":237,"Cost":181,"Date":"1/3/2024"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":212,"Cost":127,"Date":"2/2/2024"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":989,"Cost":865,"Date":"3/18/2024"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":747,"Cost":684,"Date":"10/14/2024"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":440,"Cost":241,"Date":"2/16/2018"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":359,"Cost":208,"Date":"6/7/2018"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":291,"Cost":166,"Date":"1/28/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":529,"Cost":407,"Date":"3/27/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":268,"Cost":219,"Date":"5/12/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":440,"Cost":385,"Date":"7/28/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":1000,"Cost":920,"Date":"8/8/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":683,"Cost":563,"Date":"12/7/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":879,"Cost":751,"Date":"1/17/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":185,"Cost":122,"Date":"3/8/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":408,"Cost":224,"Date":"6/6/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":520,"Cost":293,"Date":"6/16/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":178,"Cost":123,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":228,"Cost":184,"Date":"11/19/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":679,"Cost":490,"Date":"12/28/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":982,"Cost":566,"Date":"2/4/2021"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":140,"Date":"3/8/2021"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":341,"Cost":228,"Date":"12/18/2021"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":865,"Cost":692,"Date":"3/31/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":682,"Cost":542,"Date":"4/20/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":959,"Cost":911,"Date":"6/26/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":395,"Cost":219,"Date":"7/23/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":138,"Cost":86,"Date":"11/21/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":96,"Date":"11/26/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":85,"Cost":63,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":338,"Date":"5/21/2023"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":548,"Cost":379,"Date":"9/28/2023"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":706,"Cost":626,"Date":"1/3/2024"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":930,"Cost":709,"Date":"2/2/2024"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":707,"Cost":357,"Date":"3/18/2024"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":653,"Cost":527,"Date":"10/14/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":717,"Cost":631,"Date":"2/16/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":200,"Cost":185,"Date":"6/7/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":904,"Cost":454,"Date":"1/28/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":367,"Cost":283,"Date":"3/27/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":23,"Cost":22,"Date":"5/12/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":689,"Cost":623,"Date":"7/28/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":481,"Cost":450,"Date":"8/8/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":975,"Cost":902,"Date":"12/7/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":277,"Cost":252,"Date":"1/17/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":324,"Cost":166,"Date":"3/8/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":396,"Cost":288,"Date":"6/6/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":252,"Cost":149,"Date":"6/16/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":216,"Cost":116,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":777,"Cost":709,"Date":"11/19/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":489,"Cost":428,"Date":"12/28/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":4,"Cost":3,"Date":"2/4/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":476,"Cost":430,"Date":"3/8/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":150,"Cost":105,"Date":"12/18/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":139,"Cost":86,"Date":"3/31/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":449,"Cost":242,"Date":"4/20/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":316,"Cost":292,"Date":"6/26/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":959,"Cost":907,"Date":"7/23/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":590,"Cost":542,"Date":"11/21/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":723,"Cost":588,"Date":"11/26/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":514,"Cost":415,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":185,"Cost":122,"Date":"5/21/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":867,"Cost":481,"Date":"9/28/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":139,"Cost":82,"Date":"1/3/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":529,"Cost":330,"Date":"2/2/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":245,"Cost":233,"Date":"3/18/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":842,"Cost":459,"Date":"10/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":388,"Cost":250,"Date":"2/16/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":911,"Cost":750,"Date":"6/7/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":536,"Cost":340,"Date":"1/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":370,"Cost":321,"Date":"3/27/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":475,"Cost":269,"Date":"5/12/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":26,"Cost":17,"Date":"7/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":807,"Cost":544,"Date":"8/8/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":495,"Cost":409,"Date":"12/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":444,"Cost":353,"Date":"1/17/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":100,"Cost":77,"Date":"3/8/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":353,"Cost":263,"Date":"6/6/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":946,"Cost":615,"Date":"6/16/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":797,"Cost":538,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":619,"Cost":489,"Date":"11/19/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":731,"Cost":369,"Date":"12/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":969,"Cost":531,"Date":"2/4/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":644,"Cost":480,"Date":"3/8/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":710,"Cost":501,"Date":"12/18/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":45,"Cost":39,"Date":"3/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":200,"Cost":160,"Date":"4/20/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":386,"Cost":291,"Date":"6/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":33,"Cost":30,"Date":"7/23/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":689,"Cost":534,"Date":"11/21/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":860,"Cost":584,"Date":"11/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":88,"Cost":82,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":841,"Cost":535,"Date":"5/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":123,"Cost":107,"Date":"9/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":300,"Cost":184,"Date":"1/3/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":959,"Cost":562,"Date":"2/2/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":468,"Cost":379,"Date":"3/18/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":521,"Cost":437,"Date":"10/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":650,"Cost":426,"Date":"2/16/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":99,"Cost":80,"Date":"6/7/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":356,"Cost":300,"Date":"1/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":912,"Cost":657,"Date":"3/27/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":585,"Cost":442,"Date":"5/12/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":798,"Cost":590,"Date":"7/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":978,"Cost":879,"Date":"8/8/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":175,"Cost":161,"Date":"12/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":756,"Cost":601,"Date":"1/17/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":312,"Cost":280,"Date":"3/8/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":616,"Cost":423,"Date":"6/6/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":96,"Cost":72,"Date":"6/16/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":225,"Cost":211,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":614,"Cost":400,"Date":"11/19/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":619,"Cost":386,"Date":"12/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":897,"Cost":567,"Date":"2/4/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":808,"Cost":487,"Date":"3/8/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":229,"Cost":187,"Date":"12/18/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":49,"Cost":41,"Date":"3/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":665,"Cost":480,"Date":"4/20/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":622,"Cost":564,"Date":"6/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":59,"Cost":38,"Date":"7/23/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":900,"Cost":832,"Date":"11/21/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":473,"Cost":371,"Date":"11/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":831,"Cost":653,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":546,"Cost":482,"Date":"5/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":907,"Cost":708,"Date":"9/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":120,"Cost":77,"Date":"1/3/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":183,"Cost":156,"Date":"2/2/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":540,"Cost":449,"Date":"3/18/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":373,"Cost":189,"Date":"10/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":909,"Cost":481,"Date":"2/16/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":543,"Cost":369,"Date":"6/7/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":734,"Cost":547,"Date":"1/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":958,"Cost":512,"Date":"3/27/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":631,"Cost":424,"Date":"5/12/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":775,"Cost":395,"Date":"7/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":214,"Cost":128,"Date":"8/8/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":669,"Cost":401,"Date":"12/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":303,"Cost":166,"Date":"1/17/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":530,"Cost":490,"Date":"3/8/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":439,"Cost":269,"Date":"6/6/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":442,"Cost":349,"Date":"6/16/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":456,"Cost":231,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":627,"Cost":593,"Date":"11/19/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":361,"Cost":221,"Date":"12/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":764,"Cost":453,"Date":"2/4/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":335,"Cost":296,"Date":"3/8/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":547,"Cost":425,"Date":"12/18/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":961,"Cost":757,"Date":"3/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":922,"Cost":838,"Date":"4/20/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":167,"Cost":91,"Date":"6/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":986,"Cost":580,"Date":"7/23/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":349,"Cost":204,"Date":"11/21/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":808,"Cost":462,"Date":"11/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":976,"Cost":734,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":806,"Cost":436,"Date":"5/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":219,"Date":"9/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":491,"Date":"1/3/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":374,"Cost":290,"Date":"2/2/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":383,"Date":"3/18/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":113,"Date":"10/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":983,"Cost":701,"Date":"2/16/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":367,"Date":"6/7/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":287,"Cost":237,"Date":"1/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":956,"Cost":820,"Date":"3/27/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":554,"Cost":511,"Date":"5/12/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":428,"Cost":248,"Date":"7/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":211,"Cost":136,"Date":"8/8/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":137,"Cost":111,"Date":"12/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":373,"Cost":295,"Date":"1/17/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":828,"Cost":542,"Date":"3/8/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":326,"Cost":279,"Date":"6/6/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":723,"Cost":622,"Date":"6/16/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":785,"Cost":592,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":8,"Cost":6,"Date":"11/19/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":270,"Cost":244,"Date":"12/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":921,"Cost":864,"Date":"2/4/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":772,"Date":"3/8/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":187,"Cost":157,"Date":"12/18/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":589,"Cost":549,"Date":"3/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":166,"Cost":116,"Date":"4/20/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":345,"Cost":300,"Date":"6/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":398,"Cost":216,"Date":"7/23/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":454,"Cost":413,"Date":"11/21/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":48,"Date":"11/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":387,"Cost":321,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":421,"Cost":312,"Date":"5/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":870,"Cost":509,"Date":"9/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":573,"Cost":292,"Date":"1/3/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":227,"Cost":194,"Date":"2/2/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":352,"Cost":263,"Date":"3/18/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":274,"Cost":202,"Date":"10/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":973,"Cost":538,"Date":"2/16/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":446,"Cost":232,"Date":"6/7/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":509,"Cost":434,"Date":"1/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":769,"Cost":522,"Date":"3/27/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":705,"Cost":569,"Date":"5/12/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":413,"Cost":322,"Date":"7/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":797,"Cost":658,"Date":"8/8/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":620,"Cost":535,"Date":"12/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":996,"Cost":879,"Date":"1/17/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":47,"Cost":24,"Date":"3/8/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":887,"Cost":487,"Date":"6/6/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":817,"Cost":749,"Date":"6/16/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":925,"Cost":832,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":64,"Cost":57,"Date":"11/19/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":779,"Cost":423,"Date":"12/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":725,"Cost":465,"Date":"2/4/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":656,"Cost":486,"Date":"3/8/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":424,"Cost":350,"Date":"12/18/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":975,"Cost":679,"Date":"3/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":872,"Cost":602,"Date":"4/20/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":771,"Cost":455,"Date":"6/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":136,"Cost":128,"Date":"7/23/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":114,"Cost":66,"Date":"11/21/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":709,"Cost":449,"Date":"11/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":171,"Cost":119,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":712,"Cost":622,"Date":"5/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":965,"Cost":624,"Date":"9/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":270,"Cost":241,"Date":"1/3/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":326,"Cost":275,"Date":"2/2/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":565,"Cost":493,"Date":"3/18/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":823,"Cost":668,"Date":"10/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":305,"Date":"2/16/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":378,"Cost":292,"Date":"6/7/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":969,"Cost":825,"Date":"1/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":911,"Cost":545,"Date":"3/27/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":657,"Cost":603,"Date":"5/12/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":247,"Date":"7/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":209,"Cost":169,"Date":"8/8/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":394,"Cost":294,"Date":"12/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":710,"Cost":457,"Date":"1/17/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":798,"Cost":692,"Date":"3/8/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":419,"Cost":244,"Date":"6/6/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":768,"Cost":699,"Date":"6/16/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":565,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":818,"Cost":649,"Date":"11/19/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":849,"Cost":669,"Date":"12/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":397,"Cost":311,"Date":"2/4/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":522,"Cost":375,"Date":"3/8/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":864,"Cost":436,"Date":"12/18/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":88,"Cost":63,"Date":"3/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":274,"Cost":172,"Date":"4/20/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":959,"Cost":595,"Date":"6/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":108,"Cost":57,"Date":"7/23/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":402,"Cost":380,"Date":"11/21/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":784,"Cost":554,"Date":"11/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":911,"Cost":543,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":608,"Cost":350,"Date":"5/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":742,"Cost":500,"Date":"9/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":951,"Cost":506,"Date":"1/3/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":954,"Cost":817,"Date":"2/2/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":642,"Cost":558,"Date":"3/18/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":240,"Date":"10/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":19,"Cost":14,"Date":"2/16/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":473,"Cost":446,"Date":"6/7/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":176,"Cost":131,"Date":"1/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":431,"Cost":329,"Date":"3/27/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":914,"Cost":483,"Date":"5/12/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":94,"Cost":64,"Date":"7/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":963,"Cost":618,"Date":"8/8/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":818,"Cost":629,"Date":"12/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":405,"Cost":280,"Date":"1/17/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":905,"Cost":537,"Date":"3/8/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":638,"Cost":533,"Date":"6/6/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":892,"Cost":691,"Date":"6/16/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":633,"Cost":463,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":439,"Cost":393,"Date":"11/19/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":784,"Cost":510,"Date":"12/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":794,"Cost":731,"Date":"2/4/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":543,"Cost":399,"Date":"3/8/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":702,"Cost":572,"Date":"12/18/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":782,"Cost":561,"Date":"3/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":165,"Cost":144,"Date":"4/20/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":18,"Date":"6/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":457,"Cost":247,"Date":"7/23/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":260,"Cost":238,"Date":"11/21/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":384,"Cost":207,"Date":"11/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":188,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":336,"Date":"5/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":427,"Cost":308,"Date":"9/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":549,"Cost":336,"Date":"1/3/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":756,"Cost":512,"Date":"2/2/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":238,"Cost":178,"Date":"3/18/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":529,"Cost":266,"Date":"10/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":253,"Cost":155,"Date":"2/16/2018"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":84,"Cost":69,"Date":"6/7/2018"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":71,"Cost":61,"Date":"1/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":703,"Cost":379,"Date":"3/27/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":377,"Cost":273,"Date":"5/12/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":351,"Cost":272,"Date":"7/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":7,"Cost":6,"Date":"8/8/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":533,"Cost":484,"Date":"12/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":390,"Cost":201,"Date":"1/17/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":546,"Cost":440,"Date":"3/8/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":26,"Cost":24,"Date":"6/6/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":172,"Cost":157,"Date":"6/16/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":248,"Cost":148,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":30,"Cost":28,"Date":"11/19/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":306,"Cost":203,"Date":"12/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":38,"Cost":24,"Date":"2/4/2021"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":569,"Cost":530,"Date":"3/8/2021"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":721,"Cost":376,"Date":"12/18/2021"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":933,"Cost":768,"Date":"3/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":460,"Cost":347,"Date":"4/20/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":195,"Cost":114,"Date":"6/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":936,"Cost":585,"Date":"7/23/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":552,"Cost":328,"Date":"11/21/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":254,"Cost":180,"Date":"11/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":691,"Cost":532,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":527,"Cost":285,"Date":"5/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":103,"Cost":74,"Date":"9/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":7,"Cost":5,"Date":"1/3/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":642,"Cost":589,"Date":"2/2/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":10,"Cost":10,"Date":"3/18/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":832,"Cost":674,"Date":"10/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":569,"Cost":356,"Date":"2/16/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":337,"Cost":250,"Date":"6/7/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":746,"Cost":547,"Date":"1/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":377,"Cost":305,"Date":"3/27/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":702,"Cost":619,"Date":"5/12/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":759,"Cost":389,"Date":"7/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":189,"Cost":126,"Date":"8/8/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":835,"Cost":738,"Date":"12/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":907,"Cost":725,"Date":"1/17/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":405,"Cost":374,"Date":"3/8/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":945,"Cost":591,"Date":"6/6/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":789,"Cost":612,"Date":"6/16/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":533,"Cost":376,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":449,"Date":"11/19/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":192,"Cost":156,"Date":"12/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":640,"Cost":414,"Date":"2/4/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":113,"Cost":100,"Date":"3/8/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":555,"Cost":306,"Date":"12/18/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":311,"Cost":236,"Date":"3/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":85,"Cost":75,"Date":"4/20/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":879,"Cost":567,"Date":"6/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":953,"Cost":873,"Date":"7/23/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":936,"Cost":476,"Date":"11/21/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":339,"Cost":246,"Date":"11/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":99,"Cost":52,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":252,"Cost":186,"Date":"5/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":675,"Cost":505,"Date":"9/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":229,"Cost":160,"Date":"1/3/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":486,"Cost":311,"Date":"2/2/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":268,"Cost":243,"Date":"3/18/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":737,"Cost":491,"Date":"10/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":463,"Cost":254,"Date":"2/16/2018"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":617,"Cost":362,"Date":"6/7/2018"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":110,"Cost":101,"Date":"1/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":804,"Cost":647,"Date":"3/27/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":578,"Cost":334,"Date":"5/12/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":967,"Cost":577,"Date":"7/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":573,"Cost":540,"Date":"8/8/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":711,"Cost":360,"Date":"12/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":740,"Cost":373,"Date":"1/17/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":637,"Cost":328,"Date":"3/8/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":810,"Cost":453,"Date":"6/6/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":371,"Cost":263,"Date":"6/16/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":833,"Cost":722,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":43,"Cost":22,"Date":"11/19/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":806,"Cost":506,"Date":"12/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":942,"Cost":665,"Date":"2/4/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":181,"Date":"3/8/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":198,"Cost":104,"Date":"12/18/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":705,"Cost":569,"Date":"3/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":996,"Cost":786,"Date":"4/20/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":281,"Cost":218,"Date":"6/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":820,"Cost":421,"Date":"7/23/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":184,"Date":"11/21/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":260,"Cost":173,"Date":"11/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":80,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":927,"Cost":583,"Date":"5/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":420,"Cost":242,"Date":"9/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":630,"Cost":383,"Date":"1/3/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":93,"Date":"2/2/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":253,"Cost":185,"Date":"3/18/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":149,"Cost":122,"Date":"10/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":33,"Cost":23,"Date":"2/16/2018"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":646,"Cost":601,"Date":"6/7/2018"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":865,"Cost":792,"Date":"1/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":16,"Date":"3/27/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":445,"Cost":422,"Date":"5/12/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":408,"Cost":358,"Date":"7/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":845,"Cost":730,"Date":"8/8/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":456,"Cost":242,"Date":"12/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":163,"Cost":106,"Date":"1/17/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":946,"Cost":734,"Date":"3/8/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":496,"Cost":442,"Date":"6/6/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":522,"Cost":274,"Date":"6/16/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":610,"Cost":394,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":583,"Cost":359,"Date":"11/19/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":789,"Cost":395,"Date":"12/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":26,"Cost":13,"Date":"2/4/2021"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":217,"Cost":169,"Date":"3/8/2021"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":560,"Cost":516,"Date":"12/18/2021"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":1,"Cost":1,"Date":"3/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":340,"Cost":182,"Date":"4/20/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":765,"Cost":685,"Date":"6/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":103,"Cost":60,"Date":"7/23/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":664,"Cost":596,"Date":"11/21/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":678,"Cost":359,"Date":"11/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":143,"Cost":113,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":760,"Cost":643,"Date":"5/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":265,"Cost":182,"Date":"9/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":439,"Cost":390,"Date":"1/3/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":48,"Cost":45,"Date":"2/2/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":601,"Cost":304,"Date":"3/18/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":725,"Cost":569,"Date":"10/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":797,"Cost":597,"Date":"2/16/2018"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":191,"Cost":121,"Date":"6/7/2018"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":14,"Cost":12,"Date":"1/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":475,"Cost":375,"Date":"3/27/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":28,"Cost":14,"Date":"5/12/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":340,"Date":"7/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":993,"Cost":567,"Date":"8/8/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":227,"Cost":128,"Date":"12/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":790,"Cost":710,"Date":"1/17/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":247,"Cost":134,"Date":"3/8/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":206,"Cost":145,"Date":"6/6/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":714,"Cost":652,"Date":"6/16/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":400,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":442,"Cost":323,"Date":"11/19/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":751,"Cost":689,"Date":"12/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":526,"Cost":461,"Date":"2/4/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":224,"Cost":145,"Date":"3/8/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":614,"Cost":471,"Date":"12/18/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":642,"Cost":539,"Date":"3/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":836,"Cost":755,"Date":"4/20/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":66,"Date":"6/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":433,"Cost":217,"Date":"7/23/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":889,"Date":"11/21/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":77,"Date":"11/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":608,"Cost":541,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":469,"Cost":441,"Date":"5/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":235,"Cost":210,"Date":"9/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":612,"Cost":438,"Date":"1/3/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":109,"Cost":88,"Date":"2/2/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":619,"Cost":366,"Date":"3/18/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":782,"Cost":638,"Date":"10/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":892,"Cost":798,"Date":"2/16/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":732,"Cost":676,"Date":"6/7/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":151,"Cost":80,"Date":"1/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":265,"Cost":234,"Date":"3/27/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":926,"Cost":670,"Date":"5/12/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":686,"Cost":366,"Date":"7/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":305,"Cost":283,"Date":"8/8/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":18,"Cost":13,"Date":"12/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":64,"Cost":39,"Date":"1/17/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":365,"Cost":329,"Date":"3/8/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":9,"Date":"6/6/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":438,"Cost":380,"Date":"6/16/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":369,"Cost":210,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":368,"Cost":282,"Date":"11/19/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":13,"Cost":7,"Date":"12/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":916,"Cost":473,"Date":"2/4/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":135,"Date":"3/8/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":349,"Date":"12/18/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":618,"Cost":363,"Date":"3/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":790,"Cost":424,"Date":"4/20/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":136,"Cost":94,"Date":"6/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":380,"Cost":250,"Date":"7/23/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":748,"Cost":705,"Date":"11/21/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":87,"Cost":62,"Date":"11/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":738,"Cost":633,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":661,"Cost":491,"Date":"5/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":160,"Cost":119,"Date":"9/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":140,"Cost":70,"Date":"1/3/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":814,"Cost":660,"Date":"2/2/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":484,"Cost":413,"Date":"3/18/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":404,"Cost":243,"Date":"10/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":547,"Cost":280,"Date":"2/16/2018"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":643,"Cost":399,"Date":"6/7/2018"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":333,"Cost":284,"Date":"1/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":60,"Cost":45,"Date":"3/27/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":3,"Cost":2,"Date":"5/12/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":420,"Cost":296,"Date":"7/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":168,"Cost":117,"Date":"8/8/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":662,"Cost":498,"Date":"12/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":841,"Cost":678,"Date":"1/17/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":430,"Cost":366,"Date":"3/8/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":395,"Cost":358,"Date":"6/6/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":602,"Cost":566,"Date":"6/16/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":776,"Cost":394,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":467,"Cost":310,"Date":"11/19/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":286,"Cost":187,"Date":"12/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":399,"Cost":282,"Date":"2/4/2021"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":348,"Cost":261,"Date":"3/8/2021"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":695,"Cost":518,"Date":"12/18/2021"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":982,"Cost":875,"Date":"3/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":571,"Cost":466,"Date":"4/20/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":103,"Date":"6/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":506,"Cost":361,"Date":"7/23/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":823,"Cost":428,"Date":"11/21/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":955,"Cost":645,"Date":"11/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":880,"Cost":685,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":950,"Cost":562,"Date":"5/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":914,"Cost":589,"Date":"9/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":98,"Cost":51,"Date":"1/3/2024"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":682,"Cost":470,"Date":"2/2/2024"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":680,"Cost":397,"Date":"3/18/2024"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":172,"Cost":109,"Date":"10/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":922,"Cost":554,"Date":"2/16/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":891,"Cost":613,"Date":"6/7/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":923,"Cost":780,"Date":"1/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":962,"Cost":549,"Date":"3/27/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":713,"Cost":621,"Date":"5/12/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":191,"Cost":139,"Date":"7/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":747,"Cost":493,"Date":"8/8/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":674,"Cost":638,"Date":"12/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":530,"Cost":429,"Date":"1/17/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":277,"Cost":159,"Date":"3/8/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":130,"Cost":71,"Date":"6/6/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":495,"Cost":301,"Date":"6/16/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":162,"Cost":134,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":845,"Cost":696,"Date":"11/19/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":847,"Cost":565,"Date":"12/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":239,"Cost":136,"Date":"2/4/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":480,"Cost":325,"Date":"3/8/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":129,"Cost":76,"Date":"12/18/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":922,"Cost":764,"Date":"3/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":407,"Cost":305,"Date":"4/20/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":778,"Cost":527,"Date":"6/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":366,"Cost":190,"Date":"7/23/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":728,"Cost":519,"Date":"11/21/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":167,"Cost":149,"Date":"11/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":284,"Cost":268,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":126,"Cost":98,"Date":"5/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":624,"Cost":520,"Date":"9/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":629,"Cost":544,"Date":"1/3/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":627,"Cost":470,"Date":"2/2/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":338,"Cost":298,"Date":"3/18/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":262,"Cost":218,"Date":"10/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":2,"Cost":2,"Date":"2/16/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":119,"Cost":93,"Date":"6/7/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":357,"Cost":187,"Date":"1/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":967,"Cost":813,"Date":"3/27/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":493,"Cost":266,"Date":"5/12/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":106,"Cost":89,"Date":"7/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":743,"Cost":483,"Date":"8/8/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":953,"Cost":796,"Date":"12/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":792,"Cost":675,"Date":"1/17/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":416,"Cost":334,"Date":"3/8/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":301,"Cost":195,"Date":"6/6/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":748,"Cost":543,"Date":"6/16/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":867,"Cost":457,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":329,"Cost":289,"Date":"11/19/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":713,"Cost":416,"Date":"12/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":578,"Cost":320,"Date":"2/4/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":995,"Cost":795,"Date":"3/8/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":13,"Cost":9,"Date":"12/18/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":81,"Cost":76,"Date":"3/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":885,"Cost":543,"Date":"4/20/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":683,"Cost":523,"Date":"6/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":530,"Cost":420,"Date":"7/23/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":464,"Cost":380,"Date":"11/21/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":149,"Cost":115,"Date":"11/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":695,"Cost":623,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":38,"Cost":20,"Date":"5/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":832,"Cost":481,"Date":"9/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":95,"Date":"1/3/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":622,"Cost":488,"Date":"2/2/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":669,"Cost":516,"Date":"3/18/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":968,"Cost":736,"Date":"10/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":98,"Cost":89,"Date":"2/16/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":312,"Cost":240,"Date":"6/7/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":636,"Cost":382,"Date":"1/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":273,"Cost":197,"Date":"3/27/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":203,"Cost":167,"Date":"5/12/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":541,"Cost":473,"Date":"7/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":613,"Cost":477,"Date":"8/8/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":27,"Cost":26,"Date":"12/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":313,"Cost":203,"Date":"1/17/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":626,"Cost":405,"Date":"3/8/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":61,"Cost":50,"Date":"6/6/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":897,"Cost":678,"Date":"6/16/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":786,"Cost":557,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":282,"Cost":240,"Date":"11/19/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":574,"Cost":423,"Date":"12/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":532,"Cost":275,"Date":"2/4/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":498,"Cost":278,"Date":"3/8/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":247,"Cost":205,"Date":"12/18/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":681,"Cost":612,"Date":"3/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":671,"Cost":580,"Date":"4/20/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":794,"Cost":418,"Date":"6/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":316,"Cost":217,"Date":"7/23/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":268,"Cost":234,"Date":"11/21/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":46,"Cost":25,"Date":"11/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":817,"Cost":589,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":739,"Cost":525,"Date":"5/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":255,"Cost":154,"Date":"9/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":441,"Cost":296,"Date":"1/3/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":942,"Cost":819,"Date":"2/2/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":934,"Cost":690,"Date":"3/18/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":962,"Cost":883,"Date":"10/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":31,"Cost":30,"Date":"2/16/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":387,"Cost":207,"Date":"6/7/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":636,"Cost":446,"Date":"1/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":793,"Cost":562,"Date":"3/27/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":346,"Cost":244,"Date":"5/12/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":321,"Cost":196,"Date":"7/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":548,"Cost":449,"Date":"8/8/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":635,"Cost":464,"Date":"12/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":517,"Cost":294,"Date":"1/17/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":239,"Cost":222,"Date":"3/8/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":798,"Cost":545,"Date":"6/6/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":268,"Cost":253,"Date":"6/16/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":612,"Cost":514,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":498,"Cost":418,"Date":"11/19/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":838,"Cost":646,"Date":"12/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":725,"Cost":560,"Date":"2/4/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":681,"Date":"3/8/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":157,"Cost":111,"Date":"12/18/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":818,"Cost":422,"Date":"3/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":159,"Cost":108,"Date":"4/20/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":399,"Cost":235,"Date":"6/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":538,"Cost":327,"Date":"7/23/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":266,"Cost":195,"Date":"11/21/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":708,"Cost":664,"Date":"11/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":815,"Cost":491,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":542,"Cost":378,"Date":"5/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":555,"Cost":310,"Date":"9/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":643,"Cost":588,"Date":"1/3/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":249,"Date":"2/2/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":386,"Cost":258,"Date":"3/18/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":746,"Cost":592,"Date":"10/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":101,"Cost":63,"Date":"2/16/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":968,"Cost":621,"Date":"6/7/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":648,"Cost":367,"Date":"1/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":300,"Cost":276,"Date":"3/27/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":590,"Cost":464,"Date":"5/12/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":215,"Cost":137,"Date":"7/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":524,"Date":"8/8/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":998,"Cost":828,"Date":"12/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":752,"Cost":676,"Date":"1/17/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":329,"Cost":191,"Date":"3/8/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":269,"Cost":206,"Date":"6/6/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":453,"Cost":419,"Date":"6/16/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":167,"Cost":88,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":374,"Cost":248,"Date":"11/19/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":307,"Cost":270,"Date":"12/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":133,"Date":"2/4/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":873,"Cost":665,"Date":"3/8/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":988,"Cost":677,"Date":"12/18/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":516,"Cost":361,"Date":"3/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":282,"Cost":202,"Date":"4/20/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":527,"Cost":392,"Date":"6/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":356,"Date":"7/23/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":169,"Cost":123,"Date":"11/21/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":298,"Cost":196,"Date":"11/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":373,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":915,"Cost":527,"Date":"5/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":615,"Cost":329,"Date":"9/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":345,"Cost":268,"Date":"1/3/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":908,"Cost":692,"Date":"2/2/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":149,"Cost":92,"Date":"3/18/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":912,"Cost":836,"Date":"10/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":421,"Cost":351,"Date":"2/16/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":325,"Cost":276,"Date":"6/7/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":335,"Cost":178,"Date":"1/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":397,"Cost":217,"Date":"3/27/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":356,"Cost":277,"Date":"5/12/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":555,"Cost":518,"Date":"7/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":143,"Cost":116,"Date":"8/8/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":308,"Cost":260,"Date":"12/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":975,"Cost":669,"Date":"1/17/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":704,"Cost":449,"Date":"3/8/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":819,"Cost":530,"Date":"6/6/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":993,"Cost":605,"Date":"6/16/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":270,"Cost":201,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":261,"Cost":183,"Date":"11/19/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":676,"Cost":408,"Date":"12/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":378,"Cost":243,"Date":"2/4/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":659,"Cost":435,"Date":"3/8/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":932,"Cost":645,"Date":"12/18/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":586,"Cost":387,"Date":"3/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":593,"Cost":448,"Date":"4/20/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":707,"Cost":665,"Date":"6/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":814,"Cost":474,"Date":"7/23/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":287,"Cost":247,"Date":"11/21/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":708,"Cost":475,"Date":"11/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":194,"Cost":133,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":269,"Cost":139,"Date":"5/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":467,"Cost":367,"Date":"9/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":862,"Cost":617,"Date":"1/3/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":263,"Cost":223,"Date":"2/2/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":435,"Cost":367,"Date":"3/18/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":555,"Cost":484,"Date":"10/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":467,"Cost":399,"Date":"2/16/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":139,"Cost":112,"Date":"6/7/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":601,"Cost":327,"Date":"1/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":758,"Cost":504,"Date":"3/27/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":773,"Cost":654,"Date":"5/12/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":354,"Cost":308,"Date":"7/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":249,"Cost":127,"Date":"8/8/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":217,"Cost":176,"Date":"12/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":44,"Cost":37,"Date":"1/17/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":389,"Cost":243,"Date":"3/8/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":755,"Cost":451,"Date":"6/6/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":643,"Cost":591,"Date":"6/16/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":412,"Cost":217,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":556,"Date":"11/19/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":9,"Cost":9,"Date":"12/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":2,"Cost":1,"Date":"2/4/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":75,"Cost":58,"Date":"3/8/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":452,"Cost":380,"Date":"12/18/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":414,"Cost":267,"Date":"3/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":803,"Cost":430,"Date":"4/20/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":769,"Date":"6/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":983,"Cost":597,"Date":"7/23/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":235,"Cost":150,"Date":"11/21/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":643,"Cost":545,"Date":"11/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":395,"Cost":249,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":609,"Cost":512,"Date":"5/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":551,"Cost":456,"Date":"9/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":830,"Cost":599,"Date":"1/3/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":16,"Cost":10,"Date":"2/2/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":357,"Cost":265,"Date":"3/18/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":126,"Cost":92,"Date":"10/14/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":933,"Cost":672,"Date":"2/16/2018"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":802,"Cost":472,"Date":"6/7/2018"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":303,"Cost":151,"Date":"1/28/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":607,"Cost":552,"Date":"3/27/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":754,"Cost":642,"Date":"5/12/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":365,"Date":"7/28/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":685,"Cost":532,"Date":"8/8/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":533,"Cost":342,"Date":"12/7/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":204,"Cost":153,"Date":"1/17/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":473,"Cost":309,"Date":"3/8/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":238,"Date":"6/6/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":476,"Cost":396,"Date":"6/16/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":989,"Cost":776,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":644,"Cost":611,"Date":"11/19/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":670,"Cost":629,"Date":"12/28/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":701,"Cost":554,"Date":"2/4/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":93,"Cost":89,"Date":"3/8/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":191,"Cost":121,"Date":"12/18/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":9,"Cost":4,"Date":"3/31/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":418,"Cost":342,"Date":"4/20/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":276,"Cost":202,"Date":"6/26/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":727,"Cost":422,"Date":"7/23/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":727,"Cost":442,"Date":"11/21/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":462,"Cost":243,"Date":"11/26/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":606,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":933,"Cost":821,"Date":"5/21/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":962,"Cost":779,"Date":"9/28/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":828,"Cost":545,"Date":"1/3/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":233,"Cost":210,"Date":"2/2/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":51,"Cost":33,"Date":"3/18/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":367,"Cost":293,"Date":"10/14/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":477,"Cost":346,"Date":"2/16/2018"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":751,"Cost":379,"Date":"6/7/2018"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":199,"Cost":168,"Date":"1/28/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":373,"Cost":329,"Date":"3/27/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":417,"Cost":318,"Date":"5/12/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":442,"Cost":315,"Date":"7/28/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":211,"Cost":165,"Date":"8/8/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":239,"Cost":218,"Date":"12/7/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":661,"Cost":336,"Date":"1/17/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":767,"Cost":577,"Date":"3/8/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":65,"Cost":60,"Date":"6/6/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":361,"Cost":314,"Date":"6/16/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":697,"Cost":380,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":737,"Cost":588,"Date":"11/19/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":979,"Cost":584,"Date":"12/28/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":415,"Cost":370,"Date":"2/4/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":774,"Cost":437,"Date":"3/8/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":755,"Cost":638,"Date":"12/18/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":505,"Cost":291,"Date":"3/31/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":342,"Cost":175,"Date":"4/20/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":423,"Date":"6/26/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":936,"Cost":658,"Date":"7/23/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":144,"Cost":100,"Date":"11/21/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":124,"Cost":96,"Date":"11/26/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":850,"Cost":664,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":393,"Date":"5/21/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":981,"Cost":758,"Date":"9/28/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":956,"Cost":667,"Date":"1/3/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":58,"Date":"2/2/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":920,"Cost":526,"Date":"3/18/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":801,"Cost":727,"Date":"10/14/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":773,"Cost":531,"Date":"2/16/2018"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":701,"Cost":478,"Date":"6/7/2018"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":49,"Cost":33,"Date":"1/28/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":659,"Cost":484,"Date":"3/27/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":308,"Cost":155,"Date":"5/12/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":374,"Cost":290,"Date":"7/28/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":655,"Cost":595,"Date":"8/8/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":763,"Cost":697,"Date":"12/7/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":338,"Cost":286,"Date":"1/17/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":40,"Cost":24,"Date":"3/8/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":631,"Cost":336,"Date":"6/6/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":843,"Cost":800,"Date":"6/16/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":567,"Cost":438,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":791,"Cost":518,"Date":"11/19/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":356,"Cost":338,"Date":"12/28/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":874,"Cost":772,"Date":"2/4/2021"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":714,"Cost":666,"Date":"3/8/2021"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":262,"Cost":175,"Date":"12/18/2021"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":917,"Cost":807,"Date":"3/31/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":123,"Date":"4/20/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":76,"Date":"6/26/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":188,"Cost":111,"Date":"7/23/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":556,"Cost":393,"Date":"11/21/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":471,"Cost":351,"Date":"11/26/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":881,"Cost":768,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":867,"Cost":654,"Date":"5/21/2023"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":153,"Cost":90,"Date":"9/28/2023"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":551,"Cost":482,"Date":"1/3/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":200,"Date":"2/2/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":380,"Cost":218,"Date":"3/18/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":965,"Cost":845,"Date":"10/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":143,"Cost":103,"Date":"2/16/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":257,"Cost":231,"Date":"6/7/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":63,"Cost":59,"Date":"1/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":671,"Cost":444,"Date":"3/27/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":140,"Cost":91,"Date":"5/12/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":153,"Cost":122,"Date":"7/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":175,"Cost":127,"Date":"8/8/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":696,"Cost":458,"Date":"12/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":929,"Cost":686,"Date":"1/17/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":742,"Cost":386,"Date":"3/8/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":677,"Cost":459,"Date":"6/6/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":333,"Cost":305,"Date":"6/16/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":595,"Cost":486,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":321,"Cost":278,"Date":"11/19/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":868,"Cost":563,"Date":"12/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":65,"Cost":56,"Date":"2/4/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":434,"Cost":239,"Date":"3/8/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":569,"Cost":402,"Date":"12/18/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":831,"Cost":604,"Date":"3/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":76,"Cost":41,"Date":"4/20/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":758,"Cost":693,"Date":"6/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":669,"Cost":555,"Date":"7/23/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":902,"Cost":785,"Date":"11/21/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":537,"Cost":435,"Date":"11/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":9,"Cost":8,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":483,"Cost":332,"Date":"5/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":985,"Cost":838,"Date":"9/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":81,"Cost":73,"Date":"1/3/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":355,"Cost":307,"Date":"2/2/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":70,"Cost":66,"Date":"3/18/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":806,"Cost":725,"Date":"10/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":896,"Cost":480,"Date":"2/16/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":1000,"Cost":713,"Date":"6/7/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":65,"Cost":53,"Date":"1/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":415,"Cost":223,"Date":"3/27/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":922,"Cost":782,"Date":"5/12/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":131,"Cost":74,"Date":"7/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":867,"Cost":557,"Date":"8/8/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":858,"Cost":625,"Date":"12/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":606,"Cost":518,"Date":"1/17/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":85,"Cost":72,"Date":"3/8/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":13,"Cost":9,"Date":"6/6/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":229,"Cost":187,"Date":"6/16/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":112,"Cost":95,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":498,"Cost":360,"Date":"11/19/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":460,"Cost":284,"Date":"12/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":737,"Cost":681,"Date":"2/4/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":79,"Cost":73,"Date":"3/8/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":749,"Cost":605,"Date":"12/18/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":162,"Cost":150,"Date":"3/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":609,"Cost":523,"Date":"4/20/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":831,"Cost":761,"Date":"6/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":269,"Cost":159,"Date":"7/23/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":259,"Cost":224,"Date":"11/21/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":74,"Cost":42,"Date":"11/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":695,"Cost":523,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":949,"Cost":824,"Date":"5/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":600,"Cost":487,"Date":"9/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":438,"Cost":343,"Date":"1/3/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":400,"Cost":330,"Date":"2/2/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":357,"Cost":184,"Date":"3/18/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":6,"Cost":4,"Date":"10/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":669,"Cost":420,"Date":"2/16/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":163,"Cost":119,"Date":"6/7/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":699,"Cost":441,"Date":"1/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":622,"Cost":346,"Date":"3/27/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":865,"Cost":462,"Date":"5/12/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":85,"Cost":50,"Date":"7/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":340,"Cost":195,"Date":"8/8/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":617,"Cost":429,"Date":"12/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":625,"Cost":338,"Date":"1/17/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":83,"Cost":58,"Date":"3/8/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":671,"Cost":502,"Date":"6/6/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":837,"Cost":771,"Date":"6/16/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":744,"Cost":528,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":570,"Cost":415,"Date":"11/19/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":88,"Cost":60,"Date":"12/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":206,"Cost":152,"Date":"2/4/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":181,"Cost":110,"Date":"3/8/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":676,"Cost":359,"Date":"12/18/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":165,"Cost":104,"Date":"3/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":149,"Cost":98,"Date":"4/20/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":299,"Cost":277,"Date":"6/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":599,"Cost":502,"Date":"7/23/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":569,"Cost":517,"Date":"11/21/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":197,"Cost":151,"Date":"11/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":241,"Cost":170,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":312,"Cost":286,"Date":"5/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":670,"Cost":385,"Date":"9/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":70,"Cost":51,"Date":"1/3/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":663,"Cost":377,"Date":"2/2/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":494,"Cost":432,"Date":"3/18/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":279,"Cost":139,"Date":"10/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":476,"Cost":297,"Date":"2/16/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":69,"Cost":34,"Date":"6/7/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":659,"Cost":448,"Date":"1/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":905,"Cost":822,"Date":"3/27/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":875,"Date":"5/12/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":896,"Cost":780,"Date":"7/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":644,"Cost":572,"Date":"8/8/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":483,"Cost":255,"Date":"12/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":599,"Cost":340,"Date":"1/17/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":811,"Cost":533,"Date":"3/8/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":935,"Cost":859,"Date":"6/6/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":819,"Cost":500,"Date":"6/16/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":943,"Cost":641,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":728,"Cost":486,"Date":"11/19/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":988,"Cost":711,"Date":"12/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":841,"Date":"2/4/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":59,"Cost":39,"Date":"3/8/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":527,"Cost":314,"Date":"12/18/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":398,"Cost":236,"Date":"3/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":358,"Cost":313,"Date":"4/20/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":264,"Cost":246,"Date":"6/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":245,"Cost":146,"Date":"7/23/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":408,"Date":"11/21/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":537,"Cost":492,"Date":"11/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":900,"Cost":475,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":888,"Cost":602,"Date":"5/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":24,"Date":"9/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":929,"Cost":763,"Date":"1/3/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":374,"Cost":263,"Date":"2/2/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":242,"Cost":131,"Date":"3/18/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":253,"Date":"10/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":618,"Cost":405,"Date":"2/16/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":535,"Cost":484,"Date":"6/7/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":211,"Cost":153,"Date":"1/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":108,"Cost":68,"Date":"3/27/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":136,"Cost":108,"Date":"5/12/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":417,"Cost":345,"Date":"7/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":668,"Cost":435,"Date":"8/8/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":445,"Cost":396,"Date":"12/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":682,"Cost":439,"Date":"1/17/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":442,"Cost":302,"Date":"3/8/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":459,"Cost":394,"Date":"6/6/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":946,"Cost":835,"Date":"6/16/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":666,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":784,"Cost":491,"Date":"11/19/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":793,"Cost":669,"Date":"12/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":756,"Date":"2/4/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":389,"Cost":340,"Date":"3/8/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":237,"Cost":154,"Date":"12/18/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":716,"Cost":659,"Date":"3/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":591,"Cost":458,"Date":"4/20/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":365,"Cost":207,"Date":"6/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":30,"Cost":19,"Date":"7/23/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":770,"Cost":694,"Date":"11/21/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":422,"Cost":285,"Date":"11/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":353,"Cost":192,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":897,"Cost":577,"Date":"5/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":692,"Cost":539,"Date":"9/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":538,"Date":"1/3/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":911,"Cost":678,"Date":"2/2/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":664,"Cost":395,"Date":"3/18/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":409,"Cost":225,"Date":"10/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":177,"Date":"2/16/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":997,"Cost":644,"Date":"6/7/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":983,"Cost":894,"Date":"1/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":263,"Cost":210,"Date":"3/27/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":623,"Cost":414,"Date":"5/12/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":311,"Cost":236,"Date":"7/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":57,"Cost":37,"Date":"8/8/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":339,"Cost":249,"Date":"12/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":730,"Cost":607,"Date":"1/17/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":528,"Cost":338,"Date":"3/8/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":38,"Cost":26,"Date":"6/6/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":288,"Cost":243,"Date":"6/16/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":647,"Cost":335,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":628,"Cost":316,"Date":"11/19/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":378,"Cost":337,"Date":"12/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":716,"Cost":653,"Date":"2/4/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":63,"Cost":35,"Date":"3/8/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":959,"Cost":698,"Date":"12/18/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":641,"Cost":498,"Date":"3/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":590,"Cost":529,"Date":"4/20/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":910,"Cost":837,"Date":"6/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":594,"Cost":344,"Date":"7/23/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":4,"Cost":3,"Date":"11/21/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":768,"Cost":575,"Date":"11/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":634,"Cost":447,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":694,"Cost":380,"Date":"5/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":571,"Cost":513,"Date":"9/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":246,"Cost":223,"Date":"1/3/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":893,"Cost":829,"Date":"2/2/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":817,"Cost":446,"Date":"3/18/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":713,"Cost":445,"Date":"10/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":766,"Cost":498,"Date":"2/16/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":461,"Cost":230,"Date":"6/7/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":824,"Cost":441,"Date":"1/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":564,"Cost":375,"Date":"3/27/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":886,"Cost":826,"Date":"5/12/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":245,"Cost":140,"Date":"7/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":977,"Cost":493,"Date":"8/8/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":708,"Cost":579,"Date":"12/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":516,"Cost":372,"Date":"1/17/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":212,"Cost":154,"Date":"3/8/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":171,"Cost":89,"Date":"6/6/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":531,"Cost":421,"Date":"6/16/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":476,"Cost":343,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":371,"Cost":345,"Date":"11/19/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":462,"Cost":351,"Date":"12/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":354,"Cost":261,"Date":"2/4/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":27,"Cost":20,"Date":"3/8/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":241,"Cost":182,"Date":"12/18/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":54,"Cost":41,"Date":"3/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":313,"Cost":290,"Date":"4/20/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":667,"Cost":379,"Date":"6/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":940,"Cost":652,"Date":"7/23/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":314,"Cost":191,"Date":"11/21/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":86,"Cost":63,"Date":"11/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":674,"Cost":579,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":510,"Cost":366,"Date":"5/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":820,"Cost":455,"Date":"9/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":438,"Cost":360,"Date":"1/3/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":756,"Cost":580,"Date":"2/2/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":567,"Cost":316,"Date":"3/18/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":891,"Cost":475,"Date":"10/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":459,"Cost":240,"Date":"2/16/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":818,"Cost":484,"Date":"6/7/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":75,"Cost":42,"Date":"1/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":639,"Cost":420,"Date":"3/27/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":323,"Cost":256,"Date":"5/12/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":547,"Cost":326,"Date":"7/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":991,"Cost":843,"Date":"8/8/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":28,"Cost":18,"Date":"12/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":998,"Cost":847,"Date":"1/17/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":643,"Cost":465,"Date":"3/8/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":377,"Cost":296,"Date":"6/6/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":539,"Cost":495,"Date":"6/16/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":933,"Cost":488,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":640,"Cost":394,"Date":"11/19/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":301,"Cost":216,"Date":"12/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":521,"Cost":294,"Date":"2/4/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":77,"Date":"3/8/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":742,"Date":"12/18/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":38,"Cost":23,"Date":"3/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":92,"Cost":67,"Date":"4/20/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":272,"Cost":191,"Date":"6/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":862,"Cost":685,"Date":"7/23/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":545,"Cost":409,"Date":"11/21/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":443,"Cost":338,"Date":"11/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":962,"Cost":799,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":806,"Cost":446,"Date":"5/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":627,"Cost":347,"Date":"9/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":442,"Cost":313,"Date":"1/3/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":756,"Cost":439,"Date":"2/2/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":189,"Cost":161,"Date":"3/18/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":10,"Date":"10/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":905,"Cost":454,"Date":"2/16/2018"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":728,"Cost":409,"Date":"6/7/2018"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":809,"Cost":685,"Date":"1/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":281,"Cost":257,"Date":"3/27/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":645,"Cost":374,"Date":"5/12/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":771,"Cost":559,"Date":"7/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":404,"Cost":344,"Date":"8/8/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":97,"Cost":59,"Date":"12/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":359,"Cost":316,"Date":"1/17/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":58,"Cost":37,"Date":"3/8/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":429,"Cost":264,"Date":"6/6/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":760,"Cost":555,"Date":"6/16/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":973,"Cost":694,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":564,"Cost":509,"Date":"11/19/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":169,"Cost":97,"Date":"12/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":723,"Cost":605,"Date":"2/4/2021"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":432,"Cost":322,"Date":"3/8/2021"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":47,"Cost":26,"Date":"12/18/2021"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":855,"Cost":441,"Date":"3/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":516,"Cost":476,"Date":"4/20/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":897,"Cost":680,"Date":"6/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":905,"Cost":670,"Date":"7/23/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":616,"Cost":368,"Date":"11/21/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":538,"Cost":501,"Date":"11/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":210,"Cost":161,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":291,"Cost":270,"Date":"5/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":48,"Cost":32,"Date":"9/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":105,"Cost":96,"Date":"1/3/2024"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":868,"Cost":801,"Date":"2/2/2024"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":280,"Cost":176,"Date":"3/18/2024"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":616,"Cost":319,"Date":"10/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":145,"Cost":136,"Date":"2/16/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":449,"Cost":328,"Date":"6/7/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":917,"Cost":616,"Date":"1/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":359,"Cost":335,"Date":"3/27/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":140,"Cost":104,"Date":"5/12/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":247,"Cost":195,"Date":"7/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":326,"Cost":279,"Date":"8/8/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":653,"Cost":389,"Date":"12/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":754,"Cost":559,"Date":"1/17/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":666,"Cost":477,"Date":"3/8/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":242,"Date":"6/6/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":876,"Cost":705,"Date":"6/16/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":175,"Cost":142,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":887,"Cost":500,"Date":"11/19/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":598,"Date":"12/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":781,"Cost":722,"Date":"2/4/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":6,"Cost":5,"Date":"3/8/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":876,"Cost":797,"Date":"12/18/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":619,"Cost":363,"Date":"3/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":407,"Cost":339,"Date":"4/20/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":511,"Cost":408,"Date":"6/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":594,"Cost":474,"Date":"7/23/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":735,"Date":"11/21/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":651,"Cost":411,"Date":"11/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":646,"Cost":344,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":612,"Cost":365,"Date":"5/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":786,"Cost":510,"Date":"9/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":408,"Cost":245,"Date":"1/3/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":42,"Cost":21,"Date":"2/2/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":938,"Cost":683,"Date":"3/18/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":45,"Cost":42,"Date":"10/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":293,"Cost":261,"Date":"2/16/2018"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":771,"Cost":640,"Date":"6/7/2018"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":905,"Cost":501,"Date":"1/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":171,"Cost":141,"Date":"3/27/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":790,"Cost":501,"Date":"5/12/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":433,"Cost":313,"Date":"7/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":950,"Cost":622,"Date":"8/8/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":47,"Cost":34,"Date":"12/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":428,"Cost":261,"Date":"1/17/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":444,"Cost":224,"Date":"3/8/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":334,"Cost":243,"Date":"6/6/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":269,"Cost":226,"Date":"6/16/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":189,"Cost":142,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":327,"Cost":246,"Date":"11/19/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":890,"Cost":515,"Date":"12/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":230,"Cost":203,"Date":"2/4/2021"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":842,"Cost":638,"Date":"3/8/2021"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":58,"Cost":38,"Date":"12/18/2021"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":478,"Cost":436,"Date":"3/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":286,"Cost":169,"Date":"4/20/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":917,"Cost":828,"Date":"6/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":416,"Cost":292,"Date":"7/23/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":781,"Cost":507,"Date":"11/21/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":852,"Cost":467,"Date":"11/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":426,"Cost":362,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":987,"Cost":628,"Date":"5/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":826,"Cost":498,"Date":"9/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":266,"Cost":196,"Date":"1/3/2024"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":570,"Cost":397,"Date":"2/2/2024"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":457,"Cost":363,"Date":"3/18/2024"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":179,"Cost":168,"Date":"10/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":650,"Cost":388,"Date":"2/16/2018"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":382,"Cost":236,"Date":"6/7/2018"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":57,"Cost":40,"Date":"1/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":700,"Cost":503,"Date":"3/27/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":933,"Cost":662,"Date":"5/12/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":217,"Cost":135,"Date":"7/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":400,"Cost":309,"Date":"8/8/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":701,"Cost":447,"Date":"12/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":791,"Cost":541,"Date":"1/17/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":506,"Cost":373,"Date":"3/8/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":491,"Cost":300,"Date":"6/6/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":888,"Cost":544,"Date":"6/16/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":121,"Cost":111,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":920,"Cost":870,"Date":"11/19/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":158,"Cost":124,"Date":"12/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":676,"Cost":573,"Date":"2/4/2021"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":174,"Cost":120,"Date":"3/8/2021"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":886,"Cost":762,"Date":"12/18/2021"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":727,"Cost":584,"Date":"3/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":272,"Cost":234,"Date":"4/20/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":255,"Cost":224,"Date":"6/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":600,"Cost":460,"Date":"7/23/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":422,"Cost":249,"Date":"11/21/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":507,"Cost":480,"Date":"11/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":135,"Cost":89,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":319,"Cost":277,"Date":"5/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":277,"Cost":166,"Date":"9/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":104,"Cost":87,"Date":"1/3/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":222,"Cost":171,"Date":"2/2/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":629,"Cost":326,"Date":"3/18/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":616,"Cost":335,"Date":"10/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":801,"Cost":562,"Date":"2/16/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":433,"Cost":304,"Date":"6/7/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":401,"Date":"1/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":139,"Cost":91,"Date":"3/27/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":602,"Cost":559,"Date":"5/12/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":382,"Cost":352,"Date":"7/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":653,"Cost":442,"Date":"8/8/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":362,"Cost":324,"Date":"12/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":911,"Cost":832,"Date":"1/17/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":752,"Cost":659,"Date":"3/8/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":91,"Cost":70,"Date":"6/6/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":118,"Cost":65,"Date":"6/16/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":94,"Cost":62,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":543,"Cost":499,"Date":"11/19/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":111,"Cost":100,"Date":"12/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":121,"Cost":91,"Date":"2/4/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":462,"Cost":322,"Date":"3/8/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":428,"Date":"12/18/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":987,"Cost":783,"Date":"3/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":217,"Cost":193,"Date":"4/20/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":692,"Date":"6/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":869,"Cost":663,"Date":"7/23/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":208,"Cost":198,"Date":"11/21/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":456,"Date":"11/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":121,"Cost":106,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":558,"Cost":444,"Date":"5/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":217,"Cost":147,"Date":"9/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":33,"Cost":31,"Date":"1/3/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":95,"Cost":54,"Date":"2/2/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":84,"Cost":77,"Date":"3/18/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":684,"Cost":346,"Date":"10/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":85,"Cost":54,"Date":"2/16/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":144,"Cost":119,"Date":"6/7/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":203,"Cost":175,"Date":"1/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":390,"Cost":281,"Date":"3/27/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":348,"Cost":240,"Date":"5/12/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":217,"Cost":207,"Date":"7/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":18,"Cost":14,"Date":"8/8/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":26,"Cost":19,"Date":"12/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":257,"Cost":192,"Date":"1/17/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":979,"Cost":557,"Date":"3/8/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":788,"Date":"6/6/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":289,"Date":"6/16/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":349,"Cost":266,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":939,"Cost":846,"Date":"11/19/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":139,"Cost":93,"Date":"12/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":936,"Cost":518,"Date":"2/4/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":605,"Cost":498,"Date":"3/8/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":96,"Cost":80,"Date":"12/18/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":313,"Date":"3/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":666,"Cost":352,"Date":"4/20/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":987,"Cost":638,"Date":"6/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":98,"Cost":51,"Date":"7/23/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":180,"Date":"11/21/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":380,"Date":"11/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":74,"Cost":70,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":475,"Cost":245,"Date":"5/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":205,"Cost":175,"Date":"9/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":565,"Cost":513,"Date":"1/3/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":258,"Cost":219,"Date":"2/2/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":352,"Date":"3/18/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":412,"Date":"10/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":868,"Cost":559,"Date":"2/16/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":642,"Cost":350,"Date":"6/7/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":773,"Cost":420,"Date":"1/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":347,"Cost":292,"Date":"3/27/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":613,"Date":"5/12/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":875,"Cost":743,"Date":"7/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":400,"Cost":223,"Date":"8/8/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":17,"Cost":9,"Date":"12/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":667,"Cost":585,"Date":"1/17/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":741,"Cost":652,"Date":"3/8/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":112,"Cost":104,"Date":"6/6/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":955,"Cost":704,"Date":"6/16/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":549,"Cost":477,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":883,"Cost":455,"Date":"11/19/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":102,"Cost":54,"Date":"12/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":338,"Cost":187,"Date":"2/4/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":139,"Cost":108,"Date":"3/8/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":47,"Date":"12/18/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":919,"Cost":746,"Date":"3/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":178,"Cost":156,"Date":"4/20/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":58,"Cost":44,"Date":"6/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":505,"Cost":447,"Date":"7/23/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":971,"Cost":672,"Date":"11/21/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":318,"Cost":289,"Date":"11/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":248,"Cost":156,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":680,"Cost":500,"Date":"5/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":93,"Cost":54,"Date":"9/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":997,"Cost":502,"Date":"1/3/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":81,"Cost":45,"Date":"2/2/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":431,"Cost":299,"Date":"3/18/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":134,"Cost":98,"Date":"10/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":621,"Cost":311,"Date":"2/16/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":923,"Cost":808,"Date":"6/7/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":768,"Cost":411,"Date":"1/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":253,"Cost":133,"Date":"3/27/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":460,"Cost":236,"Date":"5/12/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":595,"Cost":419,"Date":"7/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":510,"Cost":383,"Date":"8/8/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":292,"Cost":154,"Date":"12/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":612,"Cost":409,"Date":"1/17/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":299,"Cost":267,"Date":"3/8/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":869,"Cost":521,"Date":"6/6/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":564,"Cost":493,"Date":"6/16/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":992,"Cost":501,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":51,"Cost":34,"Date":"11/19/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":162,"Cost":107,"Date":"12/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":929,"Cost":819,"Date":"2/4/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":575,"Cost":363,"Date":"3/8/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":943,"Cost":685,"Date":"12/18/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":364,"Cost":284,"Date":"3/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":898,"Cost":617,"Date":"4/20/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":111,"Cost":71,"Date":"6/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":63,"Cost":37,"Date":"7/23/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":862,"Cost":566,"Date":"11/21/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":685,"Cost":479,"Date":"11/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":873,"Cost":769,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":24,"Cost":12,"Date":"5/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":741,"Cost":508,"Date":"9/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":421,"Cost":357,"Date":"1/3/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":163,"Cost":88,"Date":"2/2/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":635,"Cost":377,"Date":"3/18/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":905,"Cost":773,"Date":"10/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":102,"Cost":57,"Date":"2/16/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":378,"Cost":351,"Date":"6/7/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":623,"Cost":342,"Date":"1/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":914,"Cost":531,"Date":"3/27/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":692,"Cost":379,"Date":"5/12/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":884,"Cost":722,"Date":"7/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":856,"Cost":603,"Date":"8/8/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":669,"Cost":596,"Date":"12/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":206,"Cost":139,"Date":"1/17/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":221,"Cost":163,"Date":"3/8/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":850,"Cost":428,"Date":"6/6/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":934,"Cost":797,"Date":"6/16/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":377,"Cost":243,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":492,"Cost":275,"Date":"11/19/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":170,"Cost":91,"Date":"12/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":680,"Cost":525,"Date":"2/4/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":33,"Cost":18,"Date":"3/8/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":872,"Cost":749,"Date":"12/18/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":578,"Cost":483,"Date":"3/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":816,"Cost":561,"Date":"4/20/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":393,"Cost":249,"Date":"6/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":99,"Cost":51,"Date":"7/23/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":892,"Cost":816,"Date":"11/21/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":900,"Cost":484,"Date":"11/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":330,"Cost":173,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":914,"Cost":603,"Date":"5/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":156,"Cost":88,"Date":"9/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":305,"Cost":172,"Date":"1/3/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":470,"Date":"2/2/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":546,"Cost":382,"Date":"3/18/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":967,"Cost":836,"Date":"10/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":650,"Cost":372,"Date":"2/16/2018"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":405,"Cost":292,"Date":"6/7/2018"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":88,"Cost":77,"Date":"1/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":315,"Cost":179,"Date":"3/27/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":20,"Cost":10,"Date":"5/12/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":611,"Cost":440,"Date":"7/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":403,"Cost":226,"Date":"8/8/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":515,"Date":"12/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":463,"Cost":291,"Date":"1/17/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":383,"Cost":347,"Date":"3/8/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":37,"Cost":29,"Date":"6/6/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":61,"Cost":44,"Date":"6/16/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":948,"Cost":563,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":119,"Cost":112,"Date":"11/19/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":58,"Cost":38,"Date":"12/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":588,"Cost":295,"Date":"2/4/2021"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":969,"Cost":531,"Date":"3/8/2021"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":136,"Cost":78,"Date":"12/18/2021"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":266,"Date":"3/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":289,"Cost":149,"Date":"4/20/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":654,"Cost":557,"Date":"6/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":535,"Cost":322,"Date":"7/23/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":141,"Cost":123,"Date":"11/21/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":702,"Cost":502,"Date":"11/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":19,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":485,"Cost":307,"Date":"5/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":767,"Cost":411,"Date":"9/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":201,"Cost":171,"Date":"1/3/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":822,"Cost":683,"Date":"2/2/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":134,"Cost":104,"Date":"3/18/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":271,"Cost":216,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":75,"Cost":39,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":298,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":1000,"Cost":731,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":970,"Cost":884,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":372,"Cost":236,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":280,"Cost":242,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":262,"Cost":185,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":880,"Cost":526,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":887,"Cost":703,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":299,"Cost":206,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":330,"Cost":303,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":94,"Cost":75,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":294,"Cost":275,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":872,"Cost":814,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":580,"Cost":330,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":342,"Cost":249,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":562,"Cost":402,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":777,"Cost":499,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":38,"Cost":30,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":103,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":205,"Cost":104,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":699,"Cost":415,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":178,"Cost":132,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":684,"Cost":602,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":407,"Cost":241,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":615,"Cost":457,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":136,"Cost":75,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":965,"Cost":792,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":417,"Cost":208,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":891,"Cost":533,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":878,"Cost":687,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":4,"Cost":2,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":747,"Cost":444,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":126,"Cost":103,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":911,"Cost":638,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":396,"Cost":331,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":844,"Cost":586,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":310,"Cost":238,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":119,"Cost":72,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":814,"Cost":427,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":714,"Cost":459,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":797,"Cost":602,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":96,"Cost":83,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":834,"Cost":593,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":114,"Cost":76,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":394,"Cost":276,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":764,"Cost":710,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":290,"Cost":155,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":644,"Cost":340,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":466,"Cost":305,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":931,"Cost":756,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":254,"Cost":188,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":803,"Cost":521,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":441,"Cost":340,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":381,"Cost":330,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":687,"Cost":419,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":602,"Cost":475,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":214,"Cost":197,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":572,"Cost":357,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":574,"Cost":449,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":714,"Cost":477,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":105,"Cost":62,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":318,"Cost":253,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":133,"Cost":99,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":748,"Cost":518,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":48,"Cost":33,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":700,"Cost":573,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":139,"Cost":120,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":117,"Cost":101,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":699,"Cost":524,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":49,"Cost":28,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":961,"Cost":910,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":231,"Cost":166,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":467,"Cost":442,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":720,"Cost":370,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":26,"Cost":16,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":996,"Cost":629,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":730,"Cost":437,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":379,"Cost":227,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":633,"Cost":330,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":716,"Cost":470,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":53,"Cost":27,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":387,"Cost":360,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":674,"Cost":563,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":166,"Cost":139,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":518,"Cost":467,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":70,"Cost":64,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":110,"Cost":76,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":143,"Cost":123,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":283,"Cost":168,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":138,"Cost":108,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":160,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":877,"Cost":542,"Date":"10/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":903,"Cost":542,"Date":"2/16/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":81,"Cost":55,"Date":"6/7/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":548,"Cost":384,"Date":"1/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":88,"Cost":49,"Date":"3/27/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":423,"Cost":372,"Date":"5/12/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":991,"Cost":821,"Date":"7/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":697,"Cost":442,"Date":"8/8/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":811,"Cost":472,"Date":"12/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":985,"Cost":554,"Date":"1/17/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":327,"Cost":255,"Date":"3/8/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":173,"Cost":149,"Date":"6/6/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":887,"Cost":738,"Date":"6/16/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":158,"Cost":87,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":72,"Cost":61,"Date":"11/19/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":568,"Cost":534,"Date":"12/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":883,"Cost":455,"Date":"2/4/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":244,"Cost":184,"Date":"3/8/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":832,"Cost":552,"Date":"12/18/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":948,"Cost":698,"Date":"3/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":734,"Cost":580,"Date":"4/20/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":113,"Cost":100,"Date":"6/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":439,"Cost":346,"Date":"7/23/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":472,"Cost":274,"Date":"11/21/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":179,"Date":"11/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":710,"Cost":615,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":629,"Cost":569,"Date":"5/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":345,"Cost":269,"Date":"9/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":263,"Cost":162,"Date":"1/3/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":671,"Cost":400,"Date":"2/2/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":108,"Cost":69,"Date":"3/18/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":609,"Cost":428,"Date":"10/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":137,"Cost":82,"Date":"2/16/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":866,"Cost":786,"Date":"6/7/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":627,"Cost":478,"Date":"1/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":39,"Cost":35,"Date":"3/27/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":981,"Cost":831,"Date":"5/12/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":280,"Cost":240,"Date":"7/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":800,"Cost":555,"Date":"8/8/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":692,"Cost":544,"Date":"12/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":823,"Cost":570,"Date":"1/17/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":229,"Cost":187,"Date":"3/8/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":625,"Cost":533,"Date":"6/6/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":256,"Cost":150,"Date":"6/16/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":950,"Cost":777,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":348,"Cost":206,"Date":"11/19/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":95,"Cost":67,"Date":"12/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":530,"Cost":295,"Date":"2/4/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":727,"Cost":606,"Date":"3/8/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":808,"Cost":508,"Date":"12/18/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":615,"Cost":482,"Date":"3/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":430,"Cost":330,"Date":"4/20/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":598,"Cost":308,"Date":"6/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":75,"Cost":41,"Date":"7/23/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":176,"Cost":165,"Date":"11/21/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":882,"Cost":520,"Date":"11/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":4,"Cost":3,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":203,"Cost":152,"Date":"5/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":488,"Cost":272,"Date":"9/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":841,"Cost":661,"Date":"1/3/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":46,"Cost":24,"Date":"2/2/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":757,"Cost":578,"Date":"3/18/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":929,"Cost":837,"Date":"10/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":162,"Cost":152,"Date":"2/16/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":450,"Cost":310,"Date":"6/7/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":21,"Cost":19,"Date":"1/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":725,"Cost":383,"Date":"3/27/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":363,"Cost":241,"Date":"5/12/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":154,"Cost":133,"Date":"7/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":88,"Cost":45,"Date":"8/8/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":698,"Cost":378,"Date":"12/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":269,"Cost":214,"Date":"1/17/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":928,"Cost":535,"Date":"3/8/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":384,"Cost":305,"Date":"6/6/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":451,"Cost":253,"Date":"6/16/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":606,"Cost":335,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":83,"Cost":78,"Date":"11/19/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":129,"Cost":77,"Date":"12/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":702,"Cost":663,"Date":"2/4/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":580,"Cost":499,"Date":"3/8/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":614,"Cost":422,"Date":"12/18/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":983,"Cost":522,"Date":"3/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":529,"Cost":497,"Date":"4/20/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":310,"Cost":255,"Date":"6/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":199,"Cost":129,"Date":"7/23/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":397,"Cost":235,"Date":"11/21/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":436,"Cost":293,"Date":"11/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":803,"Cost":612,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":141,"Cost":87,"Date":"5/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":342,"Cost":218,"Date":"9/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":427,"Cost":258,"Date":"1/3/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":218,"Cost":115,"Date":"2/2/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":170,"Cost":95,"Date":"3/18/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":58,"Cost":52,"Date":"10/14/2024"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":760,"Cost":391,"Date":"2/16/2018"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":965,"Cost":745,"Date":"6/7/2018"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":5,"Cost":2,"Date":"1/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":672,"Cost":405,"Date":"3/27/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":489,"Cost":427,"Date":"5/12/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":743,"Cost":464,"Date":"7/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":988,"Cost":729,"Date":"8/8/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":539,"Cost":477,"Date":"12/7/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":965,"Cost":828,"Date":"1/17/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":981,"Cost":930,"Date":"3/8/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":190,"Cost":131,"Date":"6/6/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":102,"Cost":68,"Date":"6/16/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":512,"Cost":441,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":303,"Cost":203,"Date":"11/19/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":233,"Cost":210,"Date":"12/28/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":375,"Cost":228,"Date":"2/4/2021"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":529,"Cost":279,"Date":"3/8/2021"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":954,"Cost":667,"Date":"12/18/2021"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":520,"Cost":408,"Date":"3/31/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":939,"Cost":614,"Date":"4/20/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":739,"Cost":564,"Date":"6/26/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":549,"Cost":290,"Date":"7/23/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":41,"Cost":28,"Date":"11/21/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":743,"Cost":536,"Date":"11/26/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":303,"Cost":234,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":385,"Cost":239,"Date":"5/21/2023"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":331,"Cost":220,"Date":"9/28/2023"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":938,"Cost":552,"Date":"1/3/2024"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":34,"Cost":25,"Date":"2/2/2024"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":534,"Cost":454,"Date":"3/18/2024"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":467,"Cost":297,"Date":"10/14/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":819,"Cost":496,"Date":"2/16/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":310,"Cost":208,"Date":"6/7/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":844,"Cost":623,"Date":"1/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":719,"Cost":415,"Date":"3/27/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":529,"Cost":308,"Date":"5/12/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":472,"Cost":401,"Date":"7/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":572,"Cost":319,"Date":"8/8/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":788,"Cost":560,"Date":"12/7/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":554,"Cost":347,"Date":"1/17/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":306,"Cost":200,"Date":"3/8/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":284,"Cost":250,"Date":"6/6/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":805,"Cost":436,"Date":"6/16/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":576,"Cost":471,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":135,"Cost":80,"Date":"11/19/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":168,"Cost":139,"Date":"12/28/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":75,"Cost":45,"Date":"2/4/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":809,"Cost":730,"Date":"3/8/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":746,"Cost":465,"Date":"12/18/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":121,"Cost":112,"Date":"3/31/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":81,"Cost":72,"Date":"4/20/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":433,"Date":"6/26/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":393,"Cost":364,"Date":"7/23/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":445,"Cost":402,"Date":"11/21/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":701,"Cost":645,"Date":"11/26/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":795,"Cost":592,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":41,"Cost":28,"Date":"5/21/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":308,"Cost":179,"Date":"9/28/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":93,"Cost":63,"Date":"1/3/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":416,"Cost":342,"Date":"2/2/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":481,"Cost":286,"Date":"3/18/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":81,"Cost":45,"Date":"10/14/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":37,"Cost":26,"Date":"2/16/2018"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":752,"Cost":630,"Date":"6/7/2018"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":922,"Cost":562,"Date":"1/28/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":717,"Cost":632,"Date":"3/27/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":261,"Cost":215,"Date":"5/12/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":357,"Cost":184,"Date":"7/28/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":766,"Cost":512,"Date":"8/8/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":429,"Cost":216,"Date":"12/7/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":758,"Cost":674,"Date":"1/17/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":688,"Cost":536,"Date":"3/8/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":622,"Cost":503,"Date":"6/6/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":326,"Cost":240,"Date":"6/16/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":97,"Cost":51,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":390,"Cost":279,"Date":"11/19/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":208,"Cost":109,"Date":"12/28/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":829,"Cost":461,"Date":"2/4/2021"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":934,"Cost":748,"Date":"3/8/2021"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":117,"Cost":89,"Date":"12/18/2021"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":867,"Cost":559,"Date":"3/31/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":454,"Cost":350,"Date":"4/20/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":765,"Cost":392,"Date":"6/26/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":871,"Cost":473,"Date":"7/23/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":719,"Cost":374,"Date":"11/21/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":668,"Cost":366,"Date":"11/26/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":323,"Cost":203,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":23,"Cost":20,"Date":"5/21/2023"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":405,"Cost":313,"Date":"9/28/2023"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":388,"Cost":345,"Date":"1/3/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":426,"Cost":274,"Date":"2/2/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":34,"Cost":22,"Date":"3/18/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":646,"Cost":584,"Date":"10/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":54,"Cost":39,"Date":"2/16/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":748,"Cost":547,"Date":"6/7/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":627,"Cost":568,"Date":"1/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":347,"Cost":199,"Date":"3/27/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":197,"Cost":164,"Date":"5/12/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":572,"Cost":368,"Date":"7/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":977,"Cost":683,"Date":"8/8/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":192,"Cost":123,"Date":"12/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":619,"Cost":575,"Date":"1/17/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":53,"Cost":46,"Date":"3/8/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":347,"Date":"6/6/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":440,"Cost":350,"Date":"6/16/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":459,"Cost":340,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":743,"Cost":551,"Date":"11/19/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":15,"Cost":8,"Date":"12/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":446,"Cost":293,"Date":"2/4/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":735,"Cost":527,"Date":"3/8/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":253,"Date":"12/18/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":849,"Cost":559,"Date":"3/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":433,"Cost":374,"Date":"4/20/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":573,"Cost":493,"Date":"6/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":180,"Cost":109,"Date":"7/23/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":914,"Cost":821,"Date":"11/21/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":395,"Cost":291,"Date":"11/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":417,"Cost":244,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":37,"Cost":22,"Date":"5/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":779,"Cost":396,"Date":"9/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":916,"Cost":717,"Date":"1/3/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":897,"Cost":785,"Date":"2/2/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":954,"Cost":735,"Date":"3/18/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":637,"Cost":491,"Date":"10/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":552,"Cost":505,"Date":"2/16/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":952,"Cost":771,"Date":"6/7/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":146,"Cost":122,"Date":"1/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":876,"Cost":675,"Date":"3/27/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":214,"Cost":192,"Date":"5/12/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":959,"Cost":638,"Date":"7/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":480,"Date":"8/8/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":329,"Cost":250,"Date":"12/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":402,"Cost":258,"Date":"1/17/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":165,"Cost":105,"Date":"3/8/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":316,"Cost":264,"Date":"6/6/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":743,"Cost":377,"Date":"6/16/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":425,"Cost":347,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":80,"Cost":64,"Date":"11/19/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":19,"Cost":10,"Date":"12/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":943,"Cost":598,"Date":"2/4/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":124,"Cost":65,"Date":"3/8/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":32,"Cost":23,"Date":"12/18/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":952,"Cost":820,"Date":"3/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":490,"Cost":431,"Date":"4/20/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":812,"Cost":594,"Date":"6/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":236,"Cost":224,"Date":"7/23/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":338,"Cost":313,"Date":"11/21/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":363,"Cost":309,"Date":"11/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":401,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":639,"Cost":382,"Date":"5/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":997,"Cost":824,"Date":"9/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":247,"Cost":229,"Date":"1/3/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":106,"Date":"2/2/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":762,"Cost":584,"Date":"3/18/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":400,"Cost":296,"Date":"10/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":730,"Cost":659,"Date":"2/16/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":205,"Cost":133,"Date":"6/7/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":244,"Cost":147,"Date":"1/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":387,"Cost":233,"Date":"3/27/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":591,"Cost":518,"Date":"5/12/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":400,"Cost":244,"Date":"7/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":314,"Cost":274,"Date":"8/8/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":208,"Cost":130,"Date":"12/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":988,"Cost":689,"Date":"1/17/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":320,"Cost":220,"Date":"3/8/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":893,"Cost":581,"Date":"6/6/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":574,"Cost":460,"Date":"6/16/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":859,"Cost":601,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":682,"Cost":638,"Date":"11/19/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":20,"Date":"12/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":391,"Date":"2/4/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":722,"Cost":471,"Date":"3/8/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":189,"Cost":128,"Date":"12/18/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":279,"Cost":196,"Date":"3/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":145,"Cost":112,"Date":"4/20/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":641,"Cost":476,"Date":"6/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":733,"Cost":643,"Date":"7/23/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":52,"Cost":41,"Date":"11/21/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":661,"Cost":525,"Date":"11/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":7,"Cost":7,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":503,"Cost":331,"Date":"5/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":458,"Cost":412,"Date":"9/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":922,"Cost":687,"Date":"1/3/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":68,"Cost":36,"Date":"2/2/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":585,"Cost":294,"Date":"3/18/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":271,"Cost":244,"Date":"10/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":219,"Date":"2/16/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":325,"Cost":165,"Date":"6/7/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":403,"Cost":358,"Date":"1/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":941,"Cost":839,"Date":"3/27/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":845,"Cost":601,"Date":"5/12/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":982,"Cost":492,"Date":"7/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":146,"Cost":132,"Date":"8/8/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":266,"Cost":242,"Date":"12/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":95,"Cost":83,"Date":"1/17/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":388,"Cost":222,"Date":"3/8/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":907,"Cost":463,"Date":"6/6/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":282,"Date":"6/16/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":775,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":585,"Cost":435,"Date":"11/19/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":486,"Cost":254,"Date":"12/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":721,"Cost":582,"Date":"2/4/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":341,"Cost":306,"Date":"3/8/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":791,"Cost":631,"Date":"12/18/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":416,"Cost":388,"Date":"3/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":416,"Cost":347,"Date":"4/20/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":825,"Cost":582,"Date":"6/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":296,"Cost":233,"Date":"7/23/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":989,"Cost":666,"Date":"11/21/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":850,"Cost":568,"Date":"11/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":788,"Cost":665,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":708,"Cost":445,"Date":"5/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":161,"Cost":118,"Date":"9/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":317,"Cost":285,"Date":"1/3/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":379,"Date":"2/2/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":945,"Cost":574,"Date":"3/18/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":98,"Cost":76,"Date":"10/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":830,"Cost":479,"Date":"2/16/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":702,"Cost":630,"Date":"6/7/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":930,"Cost":632,"Date":"1/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":375,"Cost":221,"Date":"3/27/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":472,"Cost":407,"Date":"5/12/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":697,"Cost":584,"Date":"7/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":91,"Cost":49,"Date":"8/8/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":302,"Cost":159,"Date":"12/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":780,"Cost":680,"Date":"1/17/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":584,"Cost":395,"Date":"3/8/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":854,"Cost":515,"Date":"6/6/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":205,"Cost":187,"Date":"6/16/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":821,"Cost":427,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":237,"Cost":137,"Date":"11/19/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":100,"Cost":63,"Date":"12/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":270,"Cost":176,"Date":"2/4/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":851,"Cost":558,"Date":"3/8/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":444,"Cost":271,"Date":"12/18/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":699,"Cost":594,"Date":"3/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":20,"Cost":15,"Date":"4/20/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":198,"Cost":151,"Date":"6/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":175,"Cost":139,"Date":"7/23/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":625,"Cost":461,"Date":"11/21/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":642,"Cost":518,"Date":"11/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":432,"Cost":319,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":482,"Cost":449,"Date":"5/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":331,"Cost":208,"Date":"9/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":799,"Cost":566,"Date":"1/3/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":314,"Cost":207,"Date":"2/2/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":560,"Cost":379,"Date":"3/18/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":1000,"Cost":899,"Date":"10/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":874,"Cost":809,"Date":"2/16/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":751,"Cost":503,"Date":"6/7/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":909,"Cost":822,"Date":"1/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":500,"Cost":254,"Date":"3/27/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":816,"Cost":611,"Date":"5/12/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":188,"Cost":177,"Date":"7/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":387,"Cost":202,"Date":"8/8/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":735,"Cost":624,"Date":"12/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":303,"Cost":225,"Date":"1/17/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":930,"Cost":525,"Date":"3/8/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":408,"Cost":269,"Date":"6/6/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":71,"Cost":67,"Date":"6/16/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":914,"Cost":512,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":105,"Cost":70,"Date":"11/19/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":595,"Cost":442,"Date":"12/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":523,"Cost":332,"Date":"2/4/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":34,"Cost":18,"Date":"3/8/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":541,"Cost":435,"Date":"12/18/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":134,"Cost":124,"Date":"3/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":997,"Cost":610,"Date":"4/20/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":689,"Cost":653,"Date":"6/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":481,"Cost":266,"Date":"7/23/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":676,"Cost":569,"Date":"11/21/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":592,"Cost":517,"Date":"11/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":610,"Cost":486,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":360,"Cost":259,"Date":"5/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":775,"Cost":530,"Date":"9/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":808,"Cost":574,"Date":"1/3/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":289,"Cost":152,"Date":"2/2/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":765,"Cost":487,"Date":"3/18/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":897,"Cost":603,"Date":"10/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":109,"Cost":82,"Date":"2/16/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":152,"Cost":85,"Date":"6/7/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":427,"Cost":220,"Date":"1/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":242,"Cost":153,"Date":"3/27/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":294,"Cost":279,"Date":"5/12/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":251,"Cost":161,"Date":"7/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":131,"Cost":89,"Date":"8/8/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":489,"Cost":295,"Date":"12/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":273,"Cost":237,"Date":"1/17/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":485,"Cost":267,"Date":"3/8/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":817,"Cost":641,"Date":"6/6/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":864,"Cost":820,"Date":"6/16/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":382,"Cost":332,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":575,"Date":"11/19/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":261,"Cost":150,"Date":"12/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":607,"Cost":477,"Date":"2/4/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":777,"Cost":677,"Date":"3/8/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":725,"Cost":468,"Date":"12/18/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":301,"Cost":247,"Date":"3/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":258,"Cost":216,"Date":"4/20/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":783,"Cost":545,"Date":"6/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":369,"Cost":337,"Date":"7/23/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":162,"Cost":103,"Date":"11/21/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":409,"Cost":355,"Date":"11/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":514,"Cost":448,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":941,"Cost":583,"Date":"5/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":385,"Date":"9/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":608,"Cost":370,"Date":"1/3/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":687,"Cost":652,"Date":"2/2/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":850,"Cost":608,"Date":"3/18/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":269,"Cost":153,"Date":"10/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":195,"Cost":125,"Date":"2/16/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":832,"Cost":715,"Date":"6/7/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":925,"Cost":625,"Date":"1/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":701,"Cost":549,"Date":"3/27/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":101,"Cost":90,"Date":"5/12/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":757,"Cost":524,"Date":"7/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":201,"Cost":161,"Date":"8/8/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":51,"Cost":27,"Date":"12/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":231,"Cost":185,"Date":"1/17/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":306,"Cost":287,"Date":"3/8/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":118,"Cost":111,"Date":"6/6/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":802,"Cost":658,"Date":"6/16/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":105,"Cost":53,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":180,"Cost":165,"Date":"11/19/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":773,"Cost":703,"Date":"12/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":660,"Cost":551,"Date":"2/4/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":694,"Cost":460,"Date":"3/8/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":928,"Cost":630,"Date":"12/18/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":967,"Cost":835,"Date":"3/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":231,"Cost":154,"Date":"4/20/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":656,"Cost":506,"Date":"6/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":635,"Cost":454,"Date":"7/23/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":895,"Cost":665,"Date":"11/21/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":112,"Cost":103,"Date":"11/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":43,"Cost":22,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":178,"Cost":153,"Date":"5/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":948,"Cost":615,"Date":"9/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":978,"Cost":644,"Date":"1/3/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":191,"Cost":106,"Date":"2/2/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":944,"Cost":732,"Date":"3/18/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":260,"Cost":137,"Date":"10/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":7,"Cost":3,"Date":"2/16/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":660,"Cost":603,"Date":"6/7/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":730,"Cost":555,"Date":"1/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":807,"Cost":608,"Date":"3/27/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":1,"Cost":1,"Date":"5/12/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":933,"Cost":724,"Date":"7/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":424,"Cost":239,"Date":"8/8/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":593,"Cost":336,"Date":"12/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":616,"Cost":396,"Date":"1/17/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":804,"Cost":531,"Date":"3/8/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":775,"Cost":536,"Date":"6/6/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":476,"Cost":282,"Date":"6/16/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":136,"Cost":87,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":511,"Cost":330,"Date":"11/19/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":879,"Cost":788,"Date":"12/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":358,"Cost":292,"Date":"2/4/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":356,"Cost":314,"Date":"3/8/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":941,"Cost":562,"Date":"12/18/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":157,"Cost":103,"Date":"3/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":564,"Cost":518,"Date":"4/20/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":419,"Cost":300,"Date":"6/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":409,"Cost":380,"Date":"7/23/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":253,"Cost":126,"Date":"11/21/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":139,"Cost":127,"Date":"11/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":503,"Cost":350,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":372,"Cost":275,"Date":"5/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":971,"Cost":783,"Date":"9/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":183,"Cost":122,"Date":"1/3/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":186,"Cost":161,"Date":"2/2/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":887,"Cost":680,"Date":"3/18/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":769,"Cost":431,"Date":"10/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":319,"Cost":185,"Date":"2/16/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":782,"Cost":575,"Date":"6/7/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":3,"Cost":1,"Date":"1/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":358,"Cost":196,"Date":"3/27/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":502,"Cost":456,"Date":"5/12/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":498,"Cost":261,"Date":"7/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":394,"Cost":197,"Date":"8/8/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":809,"Cost":601,"Date":"12/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":785,"Cost":669,"Date":"1/17/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":932,"Cost":661,"Date":"3/8/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":666,"Cost":632,"Date":"6/6/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":725,"Cost":425,"Date":"6/16/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":225,"Cost":146,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":978,"Cost":529,"Date":"11/19/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":313,"Cost":269,"Date":"12/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":439,"Cost":335,"Date":"2/4/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":553,"Cost":487,"Date":"3/8/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":549,"Cost":323,"Date":"12/18/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":899,"Cost":808,"Date":"3/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":256,"Cost":132,"Date":"4/20/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":311,"Cost":157,"Date":"6/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":457,"Cost":396,"Date":"7/23/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":232,"Cost":116,"Date":"11/21/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":764,"Cost":654,"Date":"11/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":884,"Cost":753,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":803,"Cost":645,"Date":"5/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":530,"Cost":318,"Date":"9/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":962,"Cost":486,"Date":"1/3/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":722,"Cost":481,"Date":"2/2/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":897,"Cost":681,"Date":"3/18/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":531,"Cost":406,"Date":"10/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":286,"Cost":170,"Date":"2/16/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":822,"Cost":417,"Date":"6/7/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":213,"Cost":117,"Date":"1/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":820,"Cost":526,"Date":"3/27/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":358,"Cost":219,"Date":"5/12/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":816,"Cost":462,"Date":"7/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":18,"Cost":14,"Date":"8/8/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":287,"Cost":184,"Date":"12/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":559,"Cost":412,"Date":"1/17/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":523,"Cost":278,"Date":"3/8/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":408,"Date":"6/6/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":891,"Cost":575,"Date":"6/16/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":253,"Cost":127,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":567,"Cost":294,"Date":"11/19/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":186,"Date":"12/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":8,"Cost":5,"Date":"2/4/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":172,"Cost":157,"Date":"3/8/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":241,"Cost":158,"Date":"12/18/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":355,"Date":"3/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":187,"Cost":174,"Date":"4/20/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":462,"Cost":338,"Date":"6/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":783,"Cost":723,"Date":"7/23/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":397,"Date":"11/21/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":137,"Date":"11/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":267,"Cost":187,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":798,"Cost":758,"Date":"5/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":511,"Cost":343,"Date":"9/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":603,"Cost":340,"Date":"1/3/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":862,"Cost":699,"Date":"2/2/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":930,"Cost":466,"Date":"3/18/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":245,"Cost":140,"Date":"10/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":824,"Cost":741,"Date":"2/16/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":474,"Cost":427,"Date":"6/7/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":710,"Cost":451,"Date":"1/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":310,"Cost":228,"Date":"3/27/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":932,"Cost":747,"Date":"5/12/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":462,"Cost":384,"Date":"7/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":487,"Cost":383,"Date":"8/8/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":144,"Cost":116,"Date":"12/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":776,"Cost":589,"Date":"1/17/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":951,"Cost":732,"Date":"3/8/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":859,"Cost":685,"Date":"6/6/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":261,"Cost":144,"Date":"6/16/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":606,"Cost":492,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":305,"Cost":232,"Date":"11/19/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":931,"Cost":486,"Date":"12/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":524,"Cost":364,"Date":"2/4/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":526,"Cost":305,"Date":"3/8/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":959,"Cost":548,"Date":"12/18/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":444,"Cost":405,"Date":"3/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":377,"Cost":189,"Date":"4/20/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":564,"Cost":502,"Date":"6/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":316,"Cost":173,"Date":"7/23/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":805,"Cost":717,"Date":"11/21/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":704,"Cost":642,"Date":"11/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":856,"Cost":554,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":643,"Cost":377,"Date":"5/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":231,"Cost":131,"Date":"9/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":357,"Cost":199,"Date":"1/3/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":907,"Cost":471,"Date":"2/2/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":900,"Cost":654,"Date":"3/18/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":94,"Cost":79,"Date":"10/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":573,"Cost":416,"Date":"2/16/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":461,"Cost":300,"Date":"6/7/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":326,"Cost":194,"Date":"1/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":492,"Cost":279,"Date":"3/27/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":56,"Cost":29,"Date":"5/12/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":151,"Cost":94,"Date":"7/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":908,"Cost":665,"Date":"8/8/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":158,"Cost":144,"Date":"12/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":482,"Cost":331,"Date":"1/17/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":82,"Cost":62,"Date":"3/8/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":500,"Cost":376,"Date":"6/6/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":849,"Cost":561,"Date":"6/16/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":793,"Cost":527,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":736,"Cost":678,"Date":"11/19/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":9,"Cost":8,"Date":"12/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":542,"Cost":486,"Date":"2/4/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":68,"Date":"3/8/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":915,"Cost":553,"Date":"12/18/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":923,"Cost":820,"Date":"3/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":43,"Cost":26,"Date":"4/20/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":872,"Cost":803,"Date":"6/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":601,"Cost":379,"Date":"7/23/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":596,"Cost":303,"Date":"11/21/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":594,"Date":"11/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":531,"Cost":443,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":154,"Cost":144,"Date":"5/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":387,"Cost":335,"Date":"9/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":304,"Cost":156,"Date":"1/3/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":588,"Date":"2/2/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":272,"Cost":181,"Date":"3/18/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":586,"Cost":312,"Date":"10/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":849,"Cost":533,"Date":"2/16/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":230,"Cost":215,"Date":"6/7/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":308,"Cost":171,"Date":"1/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":607,"Cost":366,"Date":"3/27/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":850,"Cost":488,"Date":"5/12/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":790,"Cost":415,"Date":"7/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":995,"Cost":552,"Date":"8/8/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":593,"Cost":491,"Date":"12/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":583,"Cost":441,"Date":"1/17/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":852,"Cost":584,"Date":"3/8/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":654,"Cost":336,"Date":"6/6/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":99,"Cost":74,"Date":"6/16/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":837,"Cost":448,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":476,"Cost":441,"Date":"11/19/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":305,"Cost":229,"Date":"12/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":30,"Cost":15,"Date":"2/4/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":927,"Cost":734,"Date":"3/8/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":304,"Cost":175,"Date":"12/18/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":326,"Cost":234,"Date":"3/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":541,"Cost":369,"Date":"4/20/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":967,"Cost":833,"Date":"6/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":281,"Cost":256,"Date":"7/23/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":585,"Cost":420,"Date":"11/21/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":786,"Cost":480,"Date":"11/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":793,"Cost":520,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":205,"Cost":111,"Date":"5/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":737,"Cost":396,"Date":"9/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":814,"Cost":691,"Date":"1/3/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":99,"Cost":51,"Date":"2/2/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":837,"Cost":723,"Date":"3/18/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":92,"Cost":77,"Date":"10/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":809,"Cost":445,"Date":"2/16/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":716,"Cost":395,"Date":"6/7/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":727,"Cost":364,"Date":"1/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":438,"Cost":311,"Date":"3/27/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":586,"Cost":326,"Date":"5/12/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":764,"Cost":510,"Date":"7/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":65,"Cost":54,"Date":"8/8/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":806,"Cost":689,"Date":"12/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":288,"Cost":157,"Date":"1/17/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":845,"Cost":525,"Date":"3/8/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":948,"Cost":667,"Date":"6/6/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":434,"Cost":222,"Date":"6/16/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":926,"Cost":506,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":813,"Cost":509,"Date":"11/19/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":596,"Cost":310,"Date":"12/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":239,"Cost":136,"Date":"2/4/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":48,"Cost":40,"Date":"3/8/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":321,"Cost":240,"Date":"12/18/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":934,"Cost":790,"Date":"3/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":385,"Date":"4/20/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":559,"Cost":322,"Date":"6/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":366,"Cost":227,"Date":"7/23/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":898,"Cost":802,"Date":"11/21/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":266,"Cost":168,"Date":"11/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":557,"Cost":422,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":173,"Cost":103,"Date":"5/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":645,"Cost":393,"Date":"9/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":443,"Cost":401,"Date":"1/3/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":360,"Cost":328,"Date":"2/2/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":93,"Cost":81,"Date":"3/18/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":281,"Cost":193,"Date":"10/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":743,"Cost":705,"Date":"2/16/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":75,"Cost":43,"Date":"6/7/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":202,"Cost":130,"Date":"1/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":437,"Cost":336,"Date":"3/27/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":777,"Cost":493,"Date":"5/12/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":420,"Cost":300,"Date":"7/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":462,"Cost":269,"Date":"8/8/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":648,"Cost":463,"Date":"12/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":258,"Date":"1/17/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":78,"Cost":68,"Date":"3/8/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":449,"Date":"6/6/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":165,"Cost":87,"Date":"6/16/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":467,"Cost":319,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":496,"Cost":353,"Date":"11/19/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":932,"Cost":615,"Date":"12/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":887,"Cost":729,"Date":"2/4/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":519,"Cost":295,"Date":"3/8/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":259,"Cost":216,"Date":"12/18/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":848,"Cost":655,"Date":"3/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":485,"Cost":318,"Date":"4/20/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":668,"Cost":534,"Date":"6/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":611,"Cost":335,"Date":"7/23/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":453,"Cost":281,"Date":"11/21/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":711,"Cost":511,"Date":"11/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":256,"Cost":188,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":420,"Cost":270,"Date":"5/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":130,"Cost":93,"Date":"9/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":91,"Date":"1/3/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":433,"Date":"2/2/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":160,"Cost":137,"Date":"3/18/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":904,"Cost":815,"Date":"10/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":864,"Cost":677,"Date":"2/16/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":596,"Cost":411,"Date":"6/7/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":434,"Cost":232,"Date":"1/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":707,"Cost":362,"Date":"3/27/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":530,"Cost":499,"Date":"5/12/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":18,"Date":"7/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":273,"Cost":193,"Date":"8/8/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":269,"Cost":249,"Date":"12/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":305,"Cost":223,"Date":"1/17/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":772,"Cost":439,"Date":"3/8/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":271,"Cost":165,"Date":"6/6/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":888,"Cost":840,"Date":"6/16/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":932,"Cost":680,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":502,"Cost":451,"Date":"11/19/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":52,"Cost":28,"Date":"12/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":273,"Cost":144,"Date":"2/4/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":749,"Cost":395,"Date":"3/8/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":751,"Cost":464,"Date":"12/18/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":19,"Cost":13,"Date":"3/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":637,"Cost":321,"Date":"4/20/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":87,"Cost":68,"Date":"6/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":179,"Cost":149,"Date":"7/23/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":704,"Cost":414,"Date":"11/21/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":555,"Cost":419,"Date":"11/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":379,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":866,"Cost":446,"Date":"5/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":956,"Cost":591,"Date":"9/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":192,"Cost":143,"Date":"1/3/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":159,"Cost":97,"Date":"2/2/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":261,"Cost":219,"Date":"3/18/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":238,"Cost":208,"Date":"10/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":97,"Date":"2/16/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":883,"Cost":458,"Date":"6/7/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":417,"Cost":283,"Date":"1/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":171,"Cost":158,"Date":"3/27/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":353,"Cost":253,"Date":"5/12/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":149,"Cost":80,"Date":"7/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":157,"Cost":145,"Date":"8/8/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":739,"Cost":606,"Date":"12/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":928,"Cost":695,"Date":"1/17/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":480,"Cost":347,"Date":"3/8/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":895,"Cost":600,"Date":"6/6/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":157,"Cost":113,"Date":"6/16/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":142,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":121,"Cost":71,"Date":"11/19/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":88,"Cost":48,"Date":"12/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":53,"Cost":43,"Date":"2/4/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":314,"Date":"3/8/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":951,"Cost":495,"Date":"12/18/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":884,"Cost":681,"Date":"3/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":493,"Cost":330,"Date":"4/20/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":644,"Cost":595,"Date":"6/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":857,"Date":"7/23/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":834,"Cost":770,"Date":"11/21/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":758,"Cost":616,"Date":"11/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":197,"Cost":149,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":294,"Cost":157,"Date":"5/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":676,"Cost":359,"Date":"9/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":708,"Date":"1/3/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":415,"Cost":255,"Date":"2/2/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":435,"Cost":356,"Date":"3/18/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":67,"Date":"10/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":555,"Cost":509,"Date":"2/16/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":328,"Date":"6/7/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":837,"Cost":686,"Date":"1/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":139,"Cost":123,"Date":"3/27/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":424,"Cost":233,"Date":"5/12/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":675,"Cost":601,"Date":"7/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":67,"Cost":59,"Date":"8/8/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":569,"Cost":407,"Date":"12/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":910,"Cost":596,"Date":"1/17/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":573,"Cost":491,"Date":"3/8/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":979,"Cost":552,"Date":"6/6/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":54,"Cost":32,"Date":"6/16/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":392,"Cost":240,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":112,"Cost":66,"Date":"11/19/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":680,"Cost":623,"Date":"12/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":135,"Cost":83,"Date":"2/4/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":594,"Cost":383,"Date":"3/8/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":1000,"Cost":553,"Date":"12/18/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":837,"Cost":617,"Date":"3/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":427,"Cost":282,"Date":"4/20/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":675,"Cost":459,"Date":"6/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":64,"Cost":55,"Date":"7/23/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":162,"Cost":141,"Date":"11/21/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":768,"Cost":699,"Date":"11/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":21,"Cost":16,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":858,"Cost":760,"Date":"5/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":599,"Cost":503,"Date":"9/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":762,"Cost":707,"Date":"1/3/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":287,"Cost":197,"Date":"2/2/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":871,"Cost":655,"Date":"3/18/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":238,"Date":"10/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":756,"Cost":427,"Date":"2/16/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":330,"Cost":244,"Date":"6/7/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":312,"Cost":204,"Date":"1/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":909,"Cost":494,"Date":"3/27/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":173,"Cost":157,"Date":"5/12/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":393,"Date":"7/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":162,"Cost":82,"Date":"8/8/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":589,"Date":"12/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":943,"Cost":601,"Date":"1/17/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":110,"Cost":67,"Date":"3/8/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":363,"Cost":322,"Date":"6/6/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":844,"Cost":708,"Date":"6/16/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":221,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":863,"Cost":512,"Date":"11/19/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":374,"Cost":328,"Date":"12/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":525,"Cost":422,"Date":"2/4/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":499,"Cost":439,"Date":"3/8/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":551,"Cost":389,"Date":"12/18/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":275,"Cost":205,"Date":"3/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":943,"Cost":652,"Date":"4/20/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":804,"Cost":596,"Date":"6/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":779,"Cost":740,"Date":"7/23/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":569,"Cost":416,"Date":"11/21/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":875,"Cost":537,"Date":"11/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":142,"Cost":78,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":534,"Date":"5/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":220,"Cost":130,"Date":"9/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":73,"Cost":67,"Date":"1/3/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":888,"Cost":626,"Date":"2/2/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":585,"Cost":516,"Date":"3/18/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":923,"Cost":712,"Date":"10/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":863,"Cost":589,"Date":"2/16/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":375,"Cost":308,"Date":"6/7/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":163,"Cost":92,"Date":"1/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":715,"Cost":483,"Date":"3/27/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":840,"Cost":719,"Date":"5/12/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":744,"Cost":473,"Date":"7/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":456,"Cost":286,"Date":"8/8/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":483,"Cost":405,"Date":"12/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":64,"Cost":48,"Date":"1/17/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":573,"Cost":289,"Date":"3/8/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":164,"Cost":104,"Date":"6/6/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":563,"Cost":453,"Date":"6/16/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":57,"Cost":38,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":364,"Cost":274,"Date":"11/19/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":365,"Cost":346,"Date":"12/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":86,"Cost":65,"Date":"2/4/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":124,"Cost":71,"Date":"3/8/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":806,"Cost":754,"Date":"12/18/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":185,"Cost":161,"Date":"3/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":156,"Cost":104,"Date":"4/20/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":183,"Cost":108,"Date":"6/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":902,"Cost":471,"Date":"7/23/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":808,"Cost":729,"Date":"11/21/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":389,"Cost":343,"Date":"11/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":419,"Cost":364,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":262,"Cost":178,"Date":"5/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":258,"Cost":228,"Date":"9/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":157,"Cost":123,"Date":"1/3/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":306,"Cost":287,"Date":"2/2/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":112,"Cost":71,"Date":"3/18/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":146,"Cost":81,"Date":"10/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":418,"Cost":227,"Date":"2/16/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":947,"Cost":783,"Date":"6/7/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":94,"Cost":68,"Date":"1/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":990,"Cost":528,"Date":"3/27/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":817,"Cost":425,"Date":"5/12/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":665,"Cost":578,"Date":"7/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":128,"Cost":66,"Date":"8/8/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":444,"Cost":369,"Date":"12/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":638,"Cost":428,"Date":"1/17/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":595,"Cost":406,"Date":"3/8/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":70,"Cost":58,"Date":"6/6/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":131,"Cost":69,"Date":"6/16/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":246,"Cost":140,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":636,"Cost":418,"Date":"11/19/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":699,"Cost":452,"Date":"12/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":762,"Cost":416,"Date":"2/4/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":735,"Cost":698,"Date":"3/8/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":131,"Cost":82,"Date":"12/18/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":556,"Cost":416,"Date":"3/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":658,"Cost":359,"Date":"4/20/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":303,"Cost":255,"Date":"6/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":739,"Cost":491,"Date":"7/23/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":430,"Cost":269,"Date":"11/21/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":741,"Cost":526,"Date":"11/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":903,"Cost":526,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":964,"Cost":520,"Date":"5/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":429,"Cost":387,"Date":"9/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":16,"Cost":9,"Date":"1/3/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":793,"Cost":570,"Date":"2/2/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":276,"Cost":190,"Date":"3/18/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":401,"Cost":342,"Date":"10/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":620,"Cost":329,"Date":"2/16/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":28,"Cost":15,"Date":"6/7/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":740,"Cost":526,"Date":"1/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":595,"Cost":473,"Date":"3/27/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":639,"Date":"5/12/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":872,"Cost":768,"Date":"7/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":317,"Cost":209,"Date":"8/8/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":187,"Cost":96,"Date":"12/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":578,"Cost":317,"Date":"1/17/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":176,"Cost":157,"Date":"3/8/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":825,"Date":"6/6/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":332,"Cost":298,"Date":"6/16/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":152,"Cost":125,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":646,"Date":"11/19/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":555,"Cost":493,"Date":"12/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":530,"Cost":314,"Date":"2/4/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":892,"Cost":624,"Date":"3/8/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":439,"Cost":381,"Date":"12/18/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":421,"Cost":398,"Date":"3/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":916,"Cost":861,"Date":"4/20/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":735,"Cost":686,"Date":"6/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":369,"Cost":215,"Date":"7/23/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":335,"Cost":219,"Date":"11/21/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":119,"Cost":62,"Date":"11/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":985,"Cost":786,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":676,"Cost":616,"Date":"5/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":922,"Cost":566,"Date":"9/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":934,"Cost":625,"Date":"1/3/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":172,"Cost":138,"Date":"2/2/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":841,"Cost":664,"Date":"3/18/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":741,"Cost":658,"Date":"10/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":423,"Cost":235,"Date":"2/16/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":739,"Cost":671,"Date":"6/7/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":835,"Cost":735,"Date":"1/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":902,"Cost":699,"Date":"3/27/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":105,"Cost":85,"Date":"5/12/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":122,"Cost":114,"Date":"7/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":844,"Cost":678,"Date":"8/8/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":37,"Cost":26,"Date":"12/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":378,"Cost":290,"Date":"1/17/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":542,"Cost":512,"Date":"3/8/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":67,"Cost":43,"Date":"6/6/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":865,"Cost":566,"Date":"6/16/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":846,"Cost":763,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":978,"Cost":707,"Date":"11/19/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":295,"Cost":205,"Date":"12/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":52,"Cost":40,"Date":"2/4/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":914,"Cost":480,"Date":"3/8/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":245,"Cost":227,"Date":"12/18/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":530,"Cost":471,"Date":"3/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":946,"Cost":567,"Date":"4/20/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":988,"Cost":882,"Date":"6/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":635,"Cost":578,"Date":"7/23/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":290,"Cost":170,"Date":"11/21/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":166,"Cost":154,"Date":"11/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":616,"Cost":393,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":684,"Cost":462,"Date":"5/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":199,"Cost":131,"Date":"9/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":490,"Cost":466,"Date":"1/3/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":345,"Cost":195,"Date":"2/2/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":776,"Cost":396,"Date":"3/18/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":727,"Cost":506,"Date":"10/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":909,"Cost":772,"Date":"2/16/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":259,"Cost":230,"Date":"6/7/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":468,"Cost":326,"Date":"1/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":469,"Cost":247,"Date":"3/27/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":908,"Cost":725,"Date":"5/12/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":300,"Date":"7/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":554,"Cost":319,"Date":"8/8/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":847,"Cost":554,"Date":"12/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":235,"Cost":207,"Date":"1/17/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":590,"Date":"3/8/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":751,"Cost":496,"Date":"6/6/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":613,"Cost":344,"Date":"6/16/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":861,"Cost":758,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":876,"Cost":482,"Date":"11/19/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":71,"Cost":58,"Date":"12/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":641,"Cost":387,"Date":"2/4/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":981,"Cost":637,"Date":"3/8/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":433,"Cost":298,"Date":"12/18/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":132,"Cost":122,"Date":"3/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":200,"Cost":128,"Date":"4/20/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":253,"Cost":188,"Date":"6/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":306,"Cost":166,"Date":"7/23/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":144,"Cost":95,"Date":"11/21/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":148,"Cost":84,"Date":"11/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":874,"Cost":825,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":181,"Cost":168,"Date":"5/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":273,"Cost":146,"Date":"9/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":941,"Cost":823,"Date":"1/3/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":575,"Cost":394,"Date":"2/2/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":249,"Cost":211,"Date":"3/18/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":299,"Cost":210,"Date":"10/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":852,"Cost":735,"Date":"2/16/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":307,"Cost":194,"Date":"6/7/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":740,"Cost":370,"Date":"1/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":380,"Cost":360,"Date":"3/27/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":927,"Cost":875,"Date":"5/12/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":58,"Cost":38,"Date":"7/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":226,"Cost":191,"Date":"8/8/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":159,"Date":"12/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":903,"Cost":489,"Date":"1/17/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":331,"Cost":231,"Date":"3/8/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":808,"Cost":601,"Date":"6/6/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":539,"Cost":367,"Date":"6/16/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":528,"Cost":413,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":345,"Cost":218,"Date":"11/19/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":692,"Cost":421,"Date":"12/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":664,"Cost":521,"Date":"2/4/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":804,"Cost":509,"Date":"3/8/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":78,"Cost":51,"Date":"12/18/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":115,"Cost":86,"Date":"3/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":252,"Cost":227,"Date":"4/20/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":391,"Cost":302,"Date":"6/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":275,"Date":"7/23/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":401,"Cost":290,"Date":"11/21/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":792,"Cost":645,"Date":"11/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":10,"Cost":10,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":783,"Cost":596,"Date":"5/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":435,"Date":"9/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":748,"Cost":404,"Date":"1/3/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":547,"Cost":326,"Date":"2/2/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":489,"Date":"3/18/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":874,"Cost":564,"Date":"10/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":694,"Cost":647,"Date":"2/16/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":382,"Cost":291,"Date":"6/7/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":97,"Cost":66,"Date":"1/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":642,"Cost":400,"Date":"3/27/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":283,"Cost":178,"Date":"5/12/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":829,"Cost":542,"Date":"7/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":43,"Cost":37,"Date":"8/8/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":648,"Cost":331,"Date":"12/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":786,"Cost":423,"Date":"1/17/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":902,"Cost":766,"Date":"3/8/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":148,"Cost":140,"Date":"6/6/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":768,"Cost":698,"Date":"6/16/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":787,"Cost":728,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":845,"Cost":576,"Date":"11/19/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":470,"Cost":354,"Date":"12/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":393,"Cost":273,"Date":"2/4/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":234,"Cost":201,"Date":"3/8/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":567,"Cost":297,"Date":"12/18/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":837,"Cost":486,"Date":"3/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":316,"Cost":183,"Date":"4/20/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":356,"Cost":270,"Date":"6/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":359,"Cost":240,"Date":"7/23/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":561,"Cost":327,"Date":"11/21/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":969,"Cost":916,"Date":"11/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":476,"Cost":379,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":907,"Cost":565,"Date":"5/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":974,"Cost":747,"Date":"9/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":640,"Cost":320,"Date":"1/3/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":624,"Cost":536,"Date":"2/2/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":260,"Cost":139,"Date":"3/18/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":135,"Cost":116,"Date":"10/14/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":368,"Cost":295,"Date":"2/16/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":252,"Cost":143,"Date":"6/7/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":192,"Cost":161,"Date":"1/28/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":529,"Cost":462,"Date":"3/27/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":165,"Cost":132,"Date":"5/12/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":548,"Cost":339,"Date":"7/28/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":445,"Cost":270,"Date":"8/8/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":193,"Cost":161,"Date":"12/7/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":152,"Cost":110,"Date":"1/17/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":915,"Cost":575,"Date":"3/8/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":751,"Cost":554,"Date":"6/6/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":967,"Cost":659,"Date":"6/16/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":426,"Cost":333,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":676,"Cost":485,"Date":"11/19/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":93,"Cost":70,"Date":"12/28/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":944,"Cost":483,"Date":"2/4/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":743,"Cost":557,"Date":"3/8/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":237,"Cost":196,"Date":"12/18/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":779,"Cost":704,"Date":"3/31/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":329,"Cost":261,"Date":"4/20/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":628,"Cost":411,"Date":"6/26/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":903,"Cost":561,"Date":"7/23/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":855,"Cost":635,"Date":"11/21/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":793,"Cost":437,"Date":"11/26/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":490,"Cost":271,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":686,"Cost":609,"Date":"5/21/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":785,"Cost":395,"Date":"9/28/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":711,"Cost":611,"Date":"1/3/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":638,"Cost":590,"Date":"2/2/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":393,"Cost":304,"Date":"3/18/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":788,"Cost":635,"Date":"10/14/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":734,"Cost":474,"Date":"2/16/2018"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":194,"Cost":115,"Date":"6/7/2018"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":975,"Cost":517,"Date":"1/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":32,"Date":"3/27/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":149,"Cost":93,"Date":"5/12/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":225,"Cost":123,"Date":"7/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":301,"Cost":235,"Date":"8/8/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":638,"Cost":594,"Date":"12/7/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":432,"Cost":337,"Date":"1/17/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":328,"Cost":252,"Date":"3/8/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":128,"Cost":121,"Date":"6/6/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":18,"Cost":16,"Date":"6/16/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":589,"Cost":307,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":711,"Cost":424,"Date":"11/19/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":234,"Cost":208,"Date":"12/28/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":241,"Date":"2/4/2021"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":675,"Cost":359,"Date":"3/8/2021"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":271,"Cost":168,"Date":"12/18/2021"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":659,"Cost":558,"Date":"3/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":339,"Cost":266,"Date":"4/20/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":46,"Cost":37,"Date":"6/26/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":930,"Cost":570,"Date":"7/23/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":1000,"Cost":781,"Date":"11/21/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":570,"Cost":528,"Date":"11/26/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":126,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":222,"Cost":152,"Date":"5/21/2023"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":329,"Date":"9/28/2023"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":625,"Cost":418,"Date":"1/3/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":62,"Cost":33,"Date":"2/2/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":81,"Cost":66,"Date":"3/18/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":503,"Date":"10/14/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":139,"Cost":122,"Date":"2/16/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":479,"Date":"6/7/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":435,"Cost":375,"Date":"1/28/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":40,"Cost":27,"Date":"3/27/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":518,"Cost":420,"Date":"5/12/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":825,"Cost":749,"Date":"7/28/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":408,"Date":"8/8/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":1000,"Cost":610,"Date":"12/7/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":55,"Cost":31,"Date":"1/17/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":8,"Cost":5,"Date":"3/8/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":191,"Cost":182,"Date":"6/6/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":380,"Cost":206,"Date":"6/16/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":811,"Cost":541,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":12,"Cost":6,"Date":"11/19/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":573,"Cost":387,"Date":"12/28/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":546,"Cost":502,"Date":"2/4/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":876,"Cost":461,"Date":"3/8/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":351,"Date":"12/18/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":857,"Cost":733,"Date":"3/31/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":270,"Cost":159,"Date":"4/20/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":290,"Cost":219,"Date":"6/26/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":421,"Cost":297,"Date":"7/23/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":983,"Cost":769,"Date":"11/21/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":435,"Cost":286,"Date":"11/26/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":391,"Cost":352,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":963,"Cost":796,"Date":"5/21/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":210,"Cost":168,"Date":"9/28/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":294,"Cost":197,"Date":"1/3/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":106,"Date":"2/2/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":260,"Cost":156,"Date":"3/18/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":171,"Date":"10/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":114,"Cost":104,"Date":"2/16/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":41,"Cost":39,"Date":"6/7/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":516,"Cost":279,"Date":"1/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":459,"Cost":292,"Date":"3/27/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":556,"Cost":420,"Date":"5/12/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":535,"Cost":298,"Date":"7/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":712,"Cost":485,"Date":"8/8/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":396,"Cost":281,"Date":"12/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":614,"Cost":451,"Date":"1/17/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":731,"Cost":535,"Date":"3/8/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":775,"Cost":443,"Date":"6/6/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":793,"Cost":493,"Date":"6/16/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":897,"Cost":467,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":699,"Cost":619,"Date":"11/19/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":825,"Cost":503,"Date":"12/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":711,"Cost":445,"Date":"2/4/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":139,"Cost":121,"Date":"3/8/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":970,"Cost":844,"Date":"12/18/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":163,"Cost":90,"Date":"3/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":34,"Cost":27,"Date":"4/20/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":388,"Cost":338,"Date":"6/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":160,"Cost":113,"Date":"7/23/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":447,"Cost":334,"Date":"11/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":5,"Cost":4,"Date":"11/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":812,"Cost":731,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":174,"Cost":131,"Date":"5/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":488,"Cost":254,"Date":"9/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":536,"Cost":332,"Date":"1/3/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":192,"Cost":178,"Date":"2/2/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":267,"Cost":173,"Date":"3/18/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":854,"Cost":796,"Date":"10/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":961,"Cost":627,"Date":"2/16/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":605,"Cost":531,"Date":"6/7/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":109,"Cost":76,"Date":"1/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":879,"Cost":784,"Date":"3/27/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":16,"Cost":12,"Date":"5/12/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":804,"Cost":658,"Date":"7/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":897,"Cost":793,"Date":"8/8/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":485,"Cost":410,"Date":"12/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":383,"Cost":246,"Date":"1/17/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":960,"Cost":652,"Date":"3/8/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":480,"Cost":300,"Date":"6/6/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":653,"Cost":393,"Date":"6/16/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":667,"Cost":584,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":394,"Cost":327,"Date":"11/19/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":416,"Cost":351,"Date":"12/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":678,"Cost":495,"Date":"2/4/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":95,"Cost":58,"Date":"3/8/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":644,"Cost":387,"Date":"12/18/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":790,"Cost":749,"Date":"3/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":362,"Cost":198,"Date":"4/20/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":536,"Cost":324,"Date":"6/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":613,"Cost":500,"Date":"7/23/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":458,"Date":"11/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":108,"Cost":101,"Date":"11/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":233,"Cost":151,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":94,"Cost":68,"Date":"5/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":964,"Cost":784,"Date":"9/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":314,"Cost":277,"Date":"1/3/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":6,"Cost":6,"Date":"2/2/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":1000,"Cost":716,"Date":"3/18/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":906,"Cost":762,"Date":"10/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":733,"Cost":392,"Date":"2/16/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":237,"Cost":141,"Date":"6/7/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":273,"Cost":220,"Date":"1/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":99,"Date":"3/27/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":503,"Cost":374,"Date":"5/12/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":942,"Cost":798,"Date":"7/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":346,"Date":"8/8/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":359,"Cost":272,"Date":"12/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":519,"Cost":306,"Date":"1/17/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":553,"Cost":465,"Date":"3/8/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":246,"Cost":218,"Date":"6/6/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":221,"Cost":147,"Date":"6/16/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":551,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":354,"Cost":272,"Date":"11/19/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":352,"Date":"12/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":411,"Date":"2/4/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":867,"Cost":734,"Date":"3/8/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":540,"Cost":442,"Date":"12/18/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":981,"Cost":863,"Date":"3/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":574,"Cost":348,"Date":"4/20/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":541,"Cost":298,"Date":"6/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":214,"Date":"7/23/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":633,"Cost":600,"Date":"11/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":148,"Cost":94,"Date":"11/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":125,"Cost":118,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":257,"Cost":206,"Date":"5/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":208,"Date":"9/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":960,"Cost":589,"Date":"1/3/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":487,"Cost":441,"Date":"2/2/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":463,"Cost":395,"Date":"3/18/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":200,"Date":"10/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":461,"Cost":435,"Date":"2/16/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":424,"Cost":246,"Date":"6/7/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":456,"Cost":346,"Date":"1/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":349,"Cost":316,"Date":"3/27/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":91,"Cost":53,"Date":"5/12/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":495,"Date":"7/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":385,"Cost":227,"Date":"8/8/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":648,"Cost":569,"Date":"12/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":720,"Cost":679,"Date":"1/17/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":873,"Cost":496,"Date":"3/8/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":745,"Cost":527,"Date":"6/6/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":351,"Cost":240,"Date":"6/16/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":368,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":369,"Cost":347,"Date":"11/19/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":937,"Cost":816,"Date":"12/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":210,"Cost":142,"Date":"2/4/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":239,"Cost":177,"Date":"3/8/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":642,"Cost":392,"Date":"12/18/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":553,"Cost":399,"Date":"3/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":222,"Cost":115,"Date":"4/20/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":397,"Cost":204,"Date":"6/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":81,"Cost":43,"Date":"7/23/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":26,"Date":"11/21/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":812,"Cost":579,"Date":"11/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":961,"Cost":592,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":492,"Cost":407,"Date":"5/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":843,"Cost":635,"Date":"9/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":157,"Cost":90,"Date":"1/3/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":382,"Cost":253,"Date":"2/2/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":21,"Cost":15,"Date":"3/18/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":663,"Cost":525,"Date":"10/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":242,"Cost":200,"Date":"2/16/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":690,"Cost":590,"Date":"6/7/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":340,"Cost":200,"Date":"1/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":752,"Cost":543,"Date":"3/27/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":131,"Cost":117,"Date":"5/12/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":111,"Date":"7/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":527,"Cost":292,"Date":"8/8/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":596,"Cost":457,"Date":"12/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":796,"Cost":643,"Date":"1/17/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":490,"Cost":350,"Date":"3/8/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":159,"Cost":80,"Date":"6/6/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":710,"Cost":609,"Date":"6/16/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":946,"Cost":691,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":975,"Cost":751,"Date":"11/19/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":881,"Cost":814,"Date":"12/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":911,"Cost":844,"Date":"2/4/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":681,"Cost":396,"Date":"3/8/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":555,"Date":"12/18/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":373,"Cost":195,"Date":"3/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":968,"Cost":767,"Date":"4/20/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":897,"Cost":643,"Date":"6/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":202,"Cost":175,"Date":"7/23/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":412,"Date":"11/21/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":907,"Cost":558,"Date":"11/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":996,"Cost":922,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":248,"Cost":159,"Date":"5/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":506,"Cost":272,"Date":"9/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":260,"Cost":237,"Date":"1/3/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":948,"Cost":534,"Date":"2/2/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":59,"Date":"3/18/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":855,"Cost":682,"Date":"10/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":118,"Cost":97,"Date":"2/16/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":643,"Cost":457,"Date":"6/7/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":422,"Date":"1/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":908,"Cost":728,"Date":"3/27/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":215,"Cost":126,"Date":"5/12/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":456,"Cost":232,"Date":"7/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":340,"Cost":212,"Date":"8/8/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":192,"Cost":164,"Date":"12/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":175,"Cost":102,"Date":"1/17/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":321,"Cost":280,"Date":"3/8/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":107,"Cost":61,"Date":"6/6/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":517,"Date":"6/16/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":88,"Cost":52,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":178,"Cost":113,"Date":"11/19/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":594,"Cost":410,"Date":"12/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":440,"Cost":258,"Date":"2/4/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":61,"Cost":50,"Date":"3/8/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":761,"Cost":445,"Date":"12/18/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":352,"Date":"3/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":552,"Cost":335,"Date":"4/20/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":517,"Cost":397,"Date":"6/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":300,"Cost":273,"Date":"7/23/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":742,"Cost":411,"Date":"11/21/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":883,"Cost":445,"Date":"11/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":268,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":459,"Cost":405,"Date":"5/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":259,"Cost":191,"Date":"9/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":180,"Date":"1/3/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":94,"Cost":88,"Date":"2/2/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":463,"Cost":294,"Date":"3/18/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":898,"Cost":661,"Date":"10/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":253,"Cost":240,"Date":"2/16/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":163,"Cost":87,"Date":"6/7/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":606,"Cost":483,"Date":"1/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":470,"Cost":441,"Date":"3/27/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":106,"Cost":93,"Date":"5/12/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":644,"Cost":352,"Date":"7/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":829,"Cost":758,"Date":"8/8/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":890,"Cost":580,"Date":"12/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":243,"Cost":151,"Date":"1/17/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":896,"Cost":826,"Date":"3/8/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":345,"Cost":263,"Date":"6/6/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":486,"Cost":368,"Date":"6/16/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":456,"Cost":243,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":471,"Cost":394,"Date":"11/19/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":633,"Cost":555,"Date":"12/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":653,"Cost":505,"Date":"2/4/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":660,"Cost":403,"Date":"3/8/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":960,"Cost":863,"Date":"12/18/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":687,"Cost":346,"Date":"3/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":325,"Cost":175,"Date":"4/20/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":31,"Cost":20,"Date":"6/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":604,"Cost":567,"Date":"7/23/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":677,"Cost":483,"Date":"11/21/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":273,"Cost":149,"Date":"11/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":55,"Cost":39,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":317,"Cost":281,"Date":"5/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":688,"Cost":503,"Date":"9/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":655,"Cost":372,"Date":"1/3/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":866,"Cost":681,"Date":"2/2/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":212,"Cost":184,"Date":"3/18/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":847,"Cost":691,"Date":"10/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":538,"Date":"2/16/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":666,"Cost":591,"Date":"6/7/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":657,"Cost":563,"Date":"1/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":296,"Cost":208,"Date":"3/27/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":798,"Cost":614,"Date":"5/12/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":336,"Cost":232,"Date":"7/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":985,"Cost":558,"Date":"8/8/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":535,"Cost":449,"Date":"12/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":794,"Cost":563,"Date":"1/17/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":282,"Date":"3/8/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":372,"Cost":268,"Date":"6/6/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":531,"Cost":477,"Date":"6/16/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":942,"Cost":593,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":717,"Cost":359,"Date":"11/19/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":339,"Cost":231,"Date":"12/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":639,"Cost":419,"Date":"2/4/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":509,"Cost":387,"Date":"3/8/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":603,"Date":"12/18/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":845,"Cost":449,"Date":"3/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":863,"Cost":805,"Date":"4/20/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":172,"Cost":138,"Date":"6/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":608,"Cost":530,"Date":"7/23/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":65,"Cost":59,"Date":"11/21/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":225,"Cost":210,"Date":"11/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":529,"Cost":455,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":247,"Date":"5/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":474,"Cost":296,"Date":"9/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":785,"Cost":474,"Date":"1/3/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":97,"Date":"2/2/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":760,"Cost":507,"Date":"3/18/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":232,"Cost":120,"Date":"10/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":145,"Cost":104,"Date":"2/16/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":962,"Cost":712,"Date":"6/7/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":205,"Cost":160,"Date":"1/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":399,"Cost":207,"Date":"3/27/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":41,"Cost":21,"Date":"5/12/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":377,"Date":"7/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":175,"Cost":158,"Date":"8/8/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":350,"Cost":318,"Date":"12/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":673,"Cost":520,"Date":"1/17/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":444,"Cost":262,"Date":"3/8/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":13,"Cost":8,"Date":"6/6/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":410,"Cost":363,"Date":"6/16/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":336,"Cost":240,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":100,"Cost":83,"Date":"11/19/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":293,"Cost":223,"Date":"12/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":187,"Cost":159,"Date":"2/4/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":892,"Cost":529,"Date":"3/8/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":118,"Cost":93,"Date":"12/18/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":87,"Cost":82,"Date":"3/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":473,"Date":"4/20/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":859,"Cost":748,"Date":"6/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":750,"Cost":484,"Date":"7/23/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":613,"Cost":307,"Date":"11/21/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":146,"Cost":97,"Date":"11/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":472,"Cost":310,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":558,"Cost":282,"Date":"5/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":347,"Date":"9/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":105,"Cost":85,"Date":"1/3/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":551,"Cost":356,"Date":"2/2/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":535,"Date":"3/18/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":722,"Date":"10/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":400,"Cost":357,"Date":"2/16/2018"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":452,"Cost":235,"Date":"6/7/2018"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":910,"Cost":534,"Date":"1/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":282,"Cost":216,"Date":"3/27/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":254,"Cost":183,"Date":"5/12/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":931,"Cost":655,"Date":"7/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":766,"Cost":601,"Date":"8/8/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":707,"Cost":412,"Date":"12/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":592,"Cost":533,"Date":"1/17/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":520,"Cost":434,"Date":"3/8/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":908,"Cost":724,"Date":"6/6/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":114,"Cost":77,"Date":"6/16/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":334,"Cost":190,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":932,"Cost":667,"Date":"11/19/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":189,"Cost":115,"Date":"12/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":305,"Cost":230,"Date":"2/4/2021"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":373,"Cost":229,"Date":"3/8/2021"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":997,"Cost":737,"Date":"12/18/2021"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":347,"Cost":197,"Date":"3/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":495,"Cost":447,"Date":"4/20/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":466,"Cost":331,"Date":"6/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":124,"Cost":92,"Date":"7/23/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":512,"Cost":395,"Date":"11/21/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":120,"Cost":112,"Date":"11/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":604,"Cost":554,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":623,"Cost":430,"Date":"5/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":179,"Cost":92,"Date":"9/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":472,"Cost":325,"Date":"1/3/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":49,"Cost":28,"Date":"2/2/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":523,"Cost":272,"Date":"3/18/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":292,"Date":"10/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":950,"Cost":616,"Date":"2/16/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":483,"Cost":376,"Date":"6/7/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":66,"Cost":45,"Date":"1/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":271,"Cost":226,"Date":"3/27/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":519,"Cost":359,"Date":"5/12/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":111,"Cost":74,"Date":"7/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":439,"Cost":399,"Date":"8/8/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":227,"Cost":174,"Date":"12/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":415,"Cost":365,"Date":"1/17/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":40,"Cost":29,"Date":"3/8/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":163,"Cost":132,"Date":"6/6/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":375,"Cost":264,"Date":"6/16/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":329,"Cost":235,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":502,"Cost":302,"Date":"11/19/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":28,"Cost":20,"Date":"12/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":469,"Cost":338,"Date":"2/4/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":552,"Cost":415,"Date":"3/8/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":625,"Cost":380,"Date":"12/18/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":493,"Cost":384,"Date":"3/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":106,"Cost":80,"Date":"4/20/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":305,"Cost":237,"Date":"6/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":613,"Date":"7/23/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":935,"Cost":543,"Date":"11/21/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":503,"Cost":347,"Date":"11/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":570,"Cost":471,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":203,"Cost":149,"Date":"5/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":316,"Cost":294,"Date":"9/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":708,"Cost":552,"Date":"1/3/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":936,"Cost":502,"Date":"2/2/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":517,"Cost":333,"Date":"3/18/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":917,"Cost":739,"Date":"10/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":330,"Cost":295,"Date":"2/16/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":357,"Cost":198,"Date":"6/7/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":982,"Cost":553,"Date":"1/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":877,"Cost":792,"Date":"3/27/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":164,"Cost":96,"Date":"5/12/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":446,"Cost":234,"Date":"7/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":452,"Cost":306,"Date":"8/8/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":883,"Cost":660,"Date":"12/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":345,"Cost":295,"Date":"1/17/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":326,"Cost":268,"Date":"3/8/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":474,"Cost":300,"Date":"6/6/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":395,"Date":"6/16/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":145,"Cost":93,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":475,"Cost":275,"Date":"11/19/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":851,"Cost":572,"Date":"12/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":15,"Cost":9,"Date":"2/4/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":506,"Cost":449,"Date":"3/8/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":545,"Cost":379,"Date":"12/18/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":536,"Cost":382,"Date":"3/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":561,"Cost":298,"Date":"4/20/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":422,"Cost":280,"Date":"6/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":176,"Cost":139,"Date":"7/23/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":453,"Cost":357,"Date":"11/21/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":246,"Cost":210,"Date":"11/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":121,"Cost":67,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":617,"Cost":427,"Date":"5/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":687,"Cost":637,"Date":"9/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":451,"Date":"1/3/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":911,"Cost":524,"Date":"2/2/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":560,"Cost":392,"Date":"3/18/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":256,"Cost":178,"Date":"10/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":6,"Cost":5,"Date":"2/16/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":188,"Cost":173,"Date":"6/7/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":736,"Cost":669,"Date":"1/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":412,"Cost":357,"Date":"3/27/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":441,"Cost":324,"Date":"5/12/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":944,"Cost":609,"Date":"7/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":90,"Cost":61,"Date":"8/8/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":864,"Cost":793,"Date":"12/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":691,"Cost":523,"Date":"1/17/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":344,"Cost":295,"Date":"3/8/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":555,"Cost":415,"Date":"6/6/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":146,"Cost":87,"Date":"6/16/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":136,"Cost":87,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":126,"Cost":114,"Date":"11/19/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":345,"Cost":301,"Date":"12/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":681,"Cost":616,"Date":"2/4/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":247,"Cost":231,"Date":"3/8/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":877,"Cost":619,"Date":"12/18/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":249,"Cost":181,"Date":"3/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":667,"Cost":393,"Date":"4/20/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":668,"Cost":390,"Date":"6/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":882,"Cost":697,"Date":"7/23/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":666,"Cost":493,"Date":"11/21/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":723,"Cost":656,"Date":"11/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":335,"Cost":264,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":191,"Cost":160,"Date":"5/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":267,"Cost":167,"Date":"9/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":921,"Cost":736,"Date":"1/3/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":180,"Cost":127,"Date":"2/2/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":504,"Cost":354,"Date":"3/18/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":912,"Cost":576,"Date":"10/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":458,"Cost":414,"Date":"2/16/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":585,"Cost":389,"Date":"6/7/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":294,"Cost":252,"Date":"1/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":699,"Cost":450,"Date":"3/27/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":116,"Cost":70,"Date":"5/12/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":32,"Cost":17,"Date":"7/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":469,"Date":"8/8/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":596,"Cost":491,"Date":"12/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":457,"Cost":333,"Date":"1/17/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":732,"Cost":466,"Date":"3/8/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":575,"Cost":376,"Date":"6/6/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":145,"Cost":94,"Date":"6/16/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":685,"Cost":346,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":926,"Cost":469,"Date":"11/19/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":411,"Cost":286,"Date":"12/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":655,"Cost":619,"Date":"2/4/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":994,"Cost":730,"Date":"3/8/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":832,"Cost":565,"Date":"12/18/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":770,"Cost":390,"Date":"3/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":284,"Date":"4/20/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":940,"Cost":810,"Date":"6/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":73,"Cost":54,"Date":"7/23/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":440,"Cost":337,"Date":"11/21/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":120,"Cost":87,"Date":"11/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":612,"Cost":316,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":281,"Cost":257,"Date":"5/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":996,"Cost":900,"Date":"9/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":39,"Date":"1/3/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":172,"Cost":86,"Date":"2/2/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":165,"Cost":101,"Date":"3/18/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":326,"Cost":214,"Date":"10/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":497,"Cost":252,"Date":"2/16/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":854,"Cost":697,"Date":"6/7/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":766,"Cost":525,"Date":"1/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":228,"Cost":142,"Date":"3/27/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":791,"Cost":661,"Date":"5/12/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":93,"Cost":88,"Date":"7/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":989,"Cost":886,"Date":"8/8/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":483,"Cost":289,"Date":"12/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":221,"Cost":125,"Date":"1/17/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":985,"Cost":501,"Date":"3/8/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":214,"Cost":184,"Date":"6/6/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":631,"Cost":485,"Date":"6/16/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":440,"Cost":332,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":449,"Cost":404,"Date":"11/19/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":374,"Cost":227,"Date":"12/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":764,"Cost":655,"Date":"2/4/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":292,"Cost":170,"Date":"3/8/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":29,"Cost":21,"Date":"12/18/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":171,"Cost":98,"Date":"3/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":672,"Date":"4/20/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":13,"Date":"6/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":919,"Cost":471,"Date":"7/23/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":547,"Cost":374,"Date":"11/21/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":498,"Cost":410,"Date":"11/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":167,"Cost":126,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":563,"Cost":415,"Date":"5/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":395,"Cost":254,"Date":"9/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":773,"Cost":480,"Date":"1/3/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":914,"Cost":855,"Date":"2/2/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":312,"Cost":246,"Date":"3/18/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":780,"Cost":409,"Date":"10/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":675,"Date":"2/16/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":937,"Cost":772,"Date":"6/7/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":899,"Cost":682,"Date":"1/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":863,"Cost":692,"Date":"3/27/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":695,"Cost":478,"Date":"5/12/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":371,"Cost":347,"Date":"7/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":325,"Cost":196,"Date":"8/8/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":686,"Cost":633,"Date":"12/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":200,"Cost":127,"Date":"1/17/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":683,"Cost":443,"Date":"3/8/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":857,"Cost":562,"Date":"6/6/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":310,"Cost":278,"Date":"6/16/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":387,"Cost":261,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":30,"Cost":17,"Date":"11/19/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":149,"Cost":128,"Date":"12/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":93,"Cost":63,"Date":"2/4/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":305,"Cost":284,"Date":"3/8/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":681,"Cost":607,"Date":"12/18/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":911,"Cost":495,"Date":"3/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":778,"Date":"4/20/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":182,"Cost":146,"Date":"6/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":25,"Cost":17,"Date":"7/23/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":723,"Cost":425,"Date":"11/21/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":161,"Cost":146,"Date":"11/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":848,"Cost":646,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":140,"Cost":91,"Date":"5/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":893,"Cost":763,"Date":"9/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":65,"Cost":51,"Date":"1/3/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":805,"Cost":552,"Date":"2/2/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":488,"Cost":309,"Date":"3/18/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":748,"Cost":606,"Date":"10/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":780,"Cost":635,"Date":"2/16/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":880,"Cost":479,"Date":"6/7/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":996,"Cost":923,"Date":"1/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":628,"Cost":500,"Date":"3/27/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":363,"Cost":197,"Date":"5/12/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":544,"Cost":458,"Date":"7/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":475,"Cost":377,"Date":"8/8/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":64,"Cost":59,"Date":"12/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":25,"Cost":18,"Date":"1/17/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":798,"Cost":429,"Date":"3/8/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":543,"Cost":294,"Date":"6/6/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":291,"Cost":193,"Date":"6/16/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":635,"Cost":412,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":744,"Cost":632,"Date":"11/19/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":677,"Cost":598,"Date":"12/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":102,"Cost":94,"Date":"2/4/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":553,"Cost":307,"Date":"3/8/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":289,"Cost":175,"Date":"12/18/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":625,"Cost":524,"Date":"3/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":145,"Cost":107,"Date":"4/20/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":86,"Cost":57,"Date":"6/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":930,"Cost":797,"Date":"7/23/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":927,"Cost":819,"Date":"11/21/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":477,"Cost":350,"Date":"11/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":25,"Cost":14,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":123,"Cost":72,"Date":"5/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":710,"Cost":574,"Date":"9/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":475,"Cost":380,"Date":"1/3/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":741,"Cost":461,"Date":"2/2/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":587,"Cost":456,"Date":"3/18/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":688,"Cost":614,"Date":"10/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":44,"Date":"2/16/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":695,"Cost":484,"Date":"6/7/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":687,"Cost":450,"Date":"1/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":956,"Cost":612,"Date":"3/27/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":333,"Cost":181,"Date":"5/12/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":292,"Cost":197,"Date":"7/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":77,"Cost":66,"Date":"8/8/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":13,"Cost":12,"Date":"12/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":752,"Cost":496,"Date":"1/17/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":162,"Cost":90,"Date":"3/8/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":589,"Cost":321,"Date":"6/6/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":414,"Date":"6/16/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":126,"Cost":79,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":18,"Cost":11,"Date":"11/19/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":536,"Cost":271,"Date":"12/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":99,"Cost":68,"Date":"2/4/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":517,"Date":"3/8/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":219,"Cost":197,"Date":"12/18/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":999,"Cost":524,"Date":"3/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":755,"Cost":702,"Date":"4/20/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":866,"Cost":472,"Date":"6/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":458,"Cost":402,"Date":"7/23/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":804,"Cost":624,"Date":"11/21/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":177,"Cost":161,"Date":"11/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":367,"Cost":309,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":517,"Cost":418,"Date":"5/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":773,"Cost":580,"Date":"9/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":155,"Cost":94,"Date":"1/3/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":248,"Cost":235,"Date":"2/2/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":792,"Cost":652,"Date":"3/18/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":209,"Cost":190,"Date":"10/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":259,"Cost":149,"Date":"2/16/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":788,"Cost":642,"Date":"6/7/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":856,"Cost":556,"Date":"1/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":944,"Cost":819,"Date":"3/27/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":796,"Cost":657,"Date":"5/12/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":542,"Cost":311,"Date":"7/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":163,"Cost":117,"Date":"8/8/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":582,"Cost":407,"Date":"12/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":422,"Cost":257,"Date":"1/17/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":805,"Cost":485,"Date":"3/8/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":559,"Cost":378,"Date":"6/6/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":134,"Cost":111,"Date":"6/16/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":178,"Cost":137,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":679,"Cost":429,"Date":"11/19/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":77,"Cost":73,"Date":"12/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":16,"Cost":10,"Date":"2/4/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":542,"Cost":328,"Date":"3/8/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":579,"Cost":423,"Date":"12/18/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":852,"Cost":779,"Date":"3/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":17,"Cost":12,"Date":"4/20/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":695,"Cost":479,"Date":"6/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":283,"Cost":163,"Date":"7/23/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":416,"Cost":218,"Date":"11/21/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":676,"Cost":381,"Date":"11/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":639,"Cost":491,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":459,"Cost":323,"Date":"5/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":652,"Cost":491,"Date":"9/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":325,"Cost":242,"Date":"1/3/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":32,"Cost":24,"Date":"2/2/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":558,"Cost":390,"Date":"3/18/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":365,"Cost":243,"Date":"10/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":102,"Cost":84,"Date":"2/16/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":643,"Cost":498,"Date":"6/7/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":740,"Cost":456,"Date":"1/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":782,"Cost":400,"Date":"3/27/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":105,"Cost":88,"Date":"5/12/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":230,"Cost":209,"Date":"7/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":634,"Cost":388,"Date":"8/8/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":765,"Cost":505,"Date":"12/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":636,"Cost":318,"Date":"1/17/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":615,"Cost":312,"Date":"3/8/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":425,"Cost":215,"Date":"6/6/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":171,"Cost":134,"Date":"6/16/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":327,"Cost":235,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":285,"Cost":154,"Date":"11/19/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":391,"Cost":200,"Date":"12/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":331,"Cost":220,"Date":"2/4/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":454,"Cost":241,"Date":"3/8/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":966,"Cost":531,"Date":"12/18/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":514,"Cost":365,"Date":"3/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":842,"Cost":436,"Date":"4/20/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":979,"Cost":823,"Date":"6/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":353,"Cost":290,"Date":"7/23/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":866,"Cost":450,"Date":"11/21/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":708,"Cost":546,"Date":"11/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":276,"Cost":165,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":596,"Cost":381,"Date":"5/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":707,"Cost":486,"Date":"9/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":806,"Cost":417,"Date":"1/3/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":970,"Cost":547,"Date":"2/2/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":60,"Cost":53,"Date":"3/18/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":858,"Cost":777,"Date":"10/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":836,"Cost":594,"Date":"2/16/2018"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":104,"Cost":62,"Date":"6/7/2018"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":688,"Cost":624,"Date":"1/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":507,"Cost":313,"Date":"3/27/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":468,"Cost":298,"Date":"5/12/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":441,"Cost":263,"Date":"7/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":865,"Cost":770,"Date":"8/8/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":862,"Cost":449,"Date":"12/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":699,"Cost":485,"Date":"1/17/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":376,"Cost":263,"Date":"3/8/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":238,"Cost":173,"Date":"6/6/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":188,"Cost":112,"Date":"6/16/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":122,"Cost":61,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":418,"Cost":352,"Date":"11/19/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":995,"Cost":699,"Date":"12/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":278,"Cost":228,"Date":"2/4/2021"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":187,"Cost":160,"Date":"3/8/2021"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":29,"Cost":22,"Date":"12/18/2021"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":151,"Cost":138,"Date":"3/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":669,"Cost":402,"Date":"4/20/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":434,"Cost":353,"Date":"6/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":154,"Cost":91,"Date":"7/23/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":322,"Cost":261,"Date":"11/21/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":550,"Cost":340,"Date":"11/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":162,"Cost":136,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":923,"Cost":505,"Date":"5/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":907,"Cost":651,"Date":"9/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":176,"Cost":163,"Date":"1/3/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":404,"Date":"2/2/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":472,"Cost":322,"Date":"3/18/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":596,"Date":"10/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":107,"Cost":64,"Date":"2/16/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":45,"Cost":42,"Date":"6/7/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":396,"Cost":347,"Date":"1/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":364,"Cost":271,"Date":"3/27/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":73,"Cost":54,"Date":"5/12/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":213,"Cost":168,"Date":"7/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":301,"Cost":156,"Date":"8/8/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":60,"Cost":40,"Date":"12/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":599,"Cost":366,"Date":"1/17/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":996,"Cost":501,"Date":"3/8/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":168,"Cost":139,"Date":"6/6/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":408,"Cost":232,"Date":"6/16/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":125,"Cost":103,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":542,"Cost":336,"Date":"11/19/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":296,"Cost":219,"Date":"12/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":132,"Cost":97,"Date":"2/4/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":157,"Cost":124,"Date":"3/8/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":861,"Cost":685,"Date":"12/18/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":878,"Cost":703,"Date":"3/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":537,"Cost":320,"Date":"4/20/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":18,"Cost":18,"Date":"6/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":503,"Cost":376,"Date":"7/23/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":690,"Cost":390,"Date":"11/21/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":785,"Cost":715,"Date":"11/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":484,"Cost":445,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":527,"Cost":385,"Date":"5/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":550,"Cost":314,"Date":"9/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":598,"Cost":410,"Date":"1/3/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":767,"Cost":640,"Date":"2/2/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":80,"Cost":73,"Date":"3/18/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":553,"Cost":297,"Date":"10/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":396,"Date":"2/16/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":91,"Cost":66,"Date":"6/7/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":152,"Cost":135,"Date":"1/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":246,"Cost":147,"Date":"3/27/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":876,"Cost":650,"Date":"5/12/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":254,"Cost":163,"Date":"7/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":271,"Cost":221,"Date":"8/8/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":43,"Cost":28,"Date":"12/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":41,"Cost":38,"Date":"1/17/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":268,"Cost":225,"Date":"3/8/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":317,"Cost":216,"Date":"6/6/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":576,"Cost":367,"Date":"6/16/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":604,"Cost":432,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":384,"Cost":364,"Date":"11/19/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":871,"Cost":761,"Date":"12/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":401,"Cost":336,"Date":"2/4/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":643,"Cost":492,"Date":"3/8/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":930,"Cost":675,"Date":"12/18/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":757,"Cost":525,"Date":"3/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":695,"Cost":518,"Date":"4/20/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":269,"Cost":209,"Date":"6/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":818,"Cost":581,"Date":"7/23/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":603,"Cost":320,"Date":"11/21/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":544,"Date":"11/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":948,"Cost":610,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":694,"Cost":557,"Date":"5/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":356,"Cost":196,"Date":"9/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":437,"Cost":259,"Date":"1/3/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":856,"Cost":808,"Date":"2/2/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":509,"Cost":318,"Date":"3/18/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":459,"Cost":279,"Date":"10/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":315,"Cost":276,"Date":"2/16/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":923,"Cost":751,"Date":"6/7/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":817,"Cost":539,"Date":"1/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":508,"Cost":255,"Date":"3/27/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":431,"Cost":228,"Date":"5/12/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":278,"Cost":257,"Date":"7/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":784,"Cost":718,"Date":"8/8/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":353,"Cost":195,"Date":"12/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":300,"Cost":196,"Date":"1/17/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":264,"Cost":150,"Date":"3/8/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":432,"Cost":311,"Date":"6/6/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":83,"Cost":55,"Date":"6/16/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":183,"Cost":164,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":186,"Cost":100,"Date":"11/19/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":146,"Cost":74,"Date":"12/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":254,"Cost":163,"Date":"2/4/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":957,"Cost":611,"Date":"3/8/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":691,"Cost":517,"Date":"12/18/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":50,"Cost":40,"Date":"3/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":157,"Cost":141,"Date":"4/20/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":541,"Cost":368,"Date":"6/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":676,"Cost":560,"Date":"7/23/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":875,"Cost":825,"Date":"11/21/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":175,"Cost":93,"Date":"11/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":652,"Cost":401,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":187,"Cost":109,"Date":"5/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":408,"Cost":363,"Date":"9/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":459,"Cost":288,"Date":"1/3/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":853,"Cost":478,"Date":"2/2/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":247,"Cost":194,"Date":"3/18/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":52,"Cost":36,"Date":"10/14/2024"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":80,"Cost":65,"Date":"2/16/2018"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":37,"Cost":35,"Date":"6/7/2018"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":576,"Cost":453,"Date":"1/28/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":762,"Cost":451,"Date":"3/27/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":749,"Cost":688,"Date":"5/12/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":458,"Cost":417,"Date":"7/28/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":985,"Cost":837,"Date":"8/8/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":667,"Cost":523,"Date":"12/7/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":289,"Cost":154,"Date":"1/17/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":426,"Cost":392,"Date":"3/8/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":213,"Cost":155,"Date":"6/6/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":369,"Cost":240,"Date":"6/16/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":334,"Cost":203,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":383,"Cost":205,"Date":"11/19/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":828,"Cost":510,"Date":"12/28/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":799,"Cost":630,"Date":"2/4/2021"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":193,"Cost":138,"Date":"3/8/2021"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":317,"Cost":299,"Date":"12/18/2021"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":351,"Cost":273,"Date":"3/31/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":568,"Cost":304,"Date":"4/20/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":151,"Cost":93,"Date":"6/26/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":28,"Cost":22,"Date":"7/23/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":903,"Cost":738,"Date":"11/21/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":216,"Cost":136,"Date":"11/26/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":911,"Cost":674,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":338,"Cost":273,"Date":"5/21/2023"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":466,"Cost":374,"Date":"9/28/2023"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":239,"Cost":199,"Date":"1/3/2024"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":681,"Cost":358,"Date":"2/2/2024"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":447,"Cost":287,"Date":"3/18/2024"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":279,"Cost":262,"Date":"10/14/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":776,"Cost":626,"Date":"2/16/2018"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":659,"Cost":476,"Date":"6/7/2018"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":654,"Cost":333,"Date":"1/28/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":374,"Cost":211,"Date":"3/27/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":730,"Cost":377,"Date":"5/12/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":172,"Cost":123,"Date":"7/28/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":735,"Cost":681,"Date":"8/8/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":291,"Cost":216,"Date":"12/7/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":331,"Cost":201,"Date":"1/17/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":757,"Cost":607,"Date":"3/8/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":390,"Cost":204,"Date":"6/6/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":579,"Cost":313,"Date":"6/16/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":917,"Cost":837,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":394,"Cost":251,"Date":"11/19/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":414,"Cost":313,"Date":"12/28/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":214,"Cost":169,"Date":"2/4/2021"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":375,"Date":"3/8/2021"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":251,"Cost":191,"Date":"12/18/2021"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":858,"Cost":776,"Date":"3/31/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":759,"Cost":620,"Date":"4/20/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":893,"Cost":556,"Date":"6/26/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":273,"Cost":193,"Date":"7/23/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":117,"Cost":107,"Date":"11/21/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":7,"Cost":4,"Date":"11/26/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":132,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":953,"Cost":666,"Date":"5/21/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":336,"Cost":290,"Date":"9/28/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":7,"Cost":5,"Date":"1/3/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":446,"Cost":324,"Date":"2/2/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":781,"Cost":607,"Date":"3/18/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":427,"Cost":315,"Date":"10/14/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":565,"Cost":350,"Date":"2/16/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":46,"Cost":23,"Date":"6/7/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":537,"Date":"1/28/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":491,"Cost":457,"Date":"3/27/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":271,"Cost":251,"Date":"5/12/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":169,"Cost":155,"Date":"7/28/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":307,"Cost":274,"Date":"8/8/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":801,"Cost":567,"Date":"12/7/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":96,"Cost":59,"Date":"1/17/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":130,"Cost":122,"Date":"3/8/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":459,"Cost":288,"Date":"6/6/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":342,"Date":"6/16/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":760,"Cost":635,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":13,"Cost":13,"Date":"11/19/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":695,"Cost":440,"Date":"12/28/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":587,"Cost":542,"Date":"2/4/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":29,"Cost":22,"Date":"3/8/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":628,"Date":"12/18/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":401,"Cost":286,"Date":"3/31/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":573,"Cost":530,"Date":"4/20/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":979,"Cost":612,"Date":"6/26/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":742,"Cost":544,"Date":"7/23/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":764,"Cost":670,"Date":"11/21/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":184,"Cost":126,"Date":"11/26/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":795,"Cost":407,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":462,"Date":"5/21/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":285,"Cost":169,"Date":"9/28/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":296,"Date":"1/3/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":872,"Cost":564,"Date":"2/2/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":219,"Cost":171,"Date":"3/18/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":584,"Cost":303,"Date":"10/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":72,"Cost":43,"Date":"2/16/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":494,"Cost":447,"Date":"6/7/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":185,"Cost":109,"Date":"1/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":936,"Cost":854,"Date":"3/27/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":257,"Cost":164,"Date":"5/12/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":241,"Cost":171,"Date":"7/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":85,"Cost":61,"Date":"8/8/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":799,"Cost":587,"Date":"12/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":492,"Cost":283,"Date":"1/17/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":230,"Cost":155,"Date":"3/8/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":487,"Cost":309,"Date":"6/6/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":64,"Cost":41,"Date":"6/16/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":566,"Cost":407,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":15,"Cost":14,"Date":"11/19/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":428,"Cost":238,"Date":"12/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":874,"Cost":519,"Date":"2/4/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":722,"Cost":367,"Date":"3/8/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":558,"Cost":307,"Date":"12/18/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":617,"Cost":327,"Date":"3/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":172,"Cost":149,"Date":"4/20/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":160,"Cost":81,"Date":"6/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":389,"Cost":360,"Date":"7/23/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":571,"Cost":398,"Date":"11/21/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":965,"Cost":502,"Date":"11/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":798,"Cost":618,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":148,"Cost":122,"Date":"5/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":117,"Cost":112,"Date":"9/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":145,"Cost":109,"Date":"1/3/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":899,"Cost":513,"Date":"2/2/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":748,"Cost":482,"Date":"3/18/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":481,"Cost":380,"Date":"10/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":640,"Cost":494,"Date":"2/16/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":728,"Cost":647,"Date":"6/7/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":459,"Cost":253,"Date":"1/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":697,"Cost":598,"Date":"3/27/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":677,"Cost":604,"Date":"5/12/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":427,"Cost":293,"Date":"7/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":366,"Cost":266,"Date":"8/8/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":982,"Cost":923,"Date":"12/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":982,"Cost":674,"Date":"1/17/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":811,"Cost":486,"Date":"3/8/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":68,"Cost":50,"Date":"6/6/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":994,"Cost":591,"Date":"6/16/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":783,"Cost":485,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":937,"Date":"11/19/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":826,"Cost":686,"Date":"12/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":341,"Cost":207,"Date":"2/4/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":68,"Date":"3/8/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":826,"Cost":565,"Date":"12/18/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":81,"Cost":53,"Date":"3/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":505,"Cost":327,"Date":"4/20/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":196,"Cost":146,"Date":"6/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":368,"Cost":252,"Date":"7/23/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":230,"Cost":125,"Date":"11/21/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":599,"Date":"11/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":661,"Cost":497,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":993,"Cost":719,"Date":"5/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":660,"Cost":606,"Date":"9/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":879,"Cost":665,"Date":"1/3/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":102,"Date":"2/2/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":849,"Cost":526,"Date":"3/18/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":337,"Cost":257,"Date":"10/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":89,"Cost":48,"Date":"2/16/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":747,"Cost":446,"Date":"6/7/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":621,"Cost":418,"Date":"1/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":449,"Cost":317,"Date":"3/27/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":601,"Cost":336,"Date":"5/12/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":313,"Cost":212,"Date":"7/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":991,"Cost":923,"Date":"8/8/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":368,"Cost":338,"Date":"12/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":197,"Cost":174,"Date":"1/17/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":807,"Cost":591,"Date":"3/8/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":56,"Date":"6/6/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":286,"Cost":166,"Date":"6/16/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":279,"Cost":262,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":478,"Cost":332,"Date":"11/19/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":103,"Cost":95,"Date":"12/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":194,"Cost":156,"Date":"2/4/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":166,"Cost":117,"Date":"3/8/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":223,"Cost":189,"Date":"12/18/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":986,"Cost":549,"Date":"3/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":398,"Cost":244,"Date":"4/20/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":412,"Cost":347,"Date":"6/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":692,"Cost":596,"Date":"7/23/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":720,"Cost":475,"Date":"11/21/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":965,"Cost":892,"Date":"11/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":344,"Cost":222,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":915,"Cost":815,"Date":"5/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":374,"Cost":261,"Date":"9/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":313,"Cost":234,"Date":"1/3/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":559,"Date":"2/2/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":759,"Cost":499,"Date":"3/18/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":753,"Cost":644,"Date":"10/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":888,"Cost":541,"Date":"2/16/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":232,"Cost":173,"Date":"6/7/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":67,"Cost":45,"Date":"1/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":57,"Cost":39,"Date":"3/27/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":713,"Cost":484,"Date":"5/12/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":297,"Cost":279,"Date":"7/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":1000,"Cost":515,"Date":"8/8/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":293,"Cost":224,"Date":"12/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":261,"Cost":167,"Date":"1/17/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":442,"Cost":327,"Date":"3/8/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":909,"Cost":596,"Date":"6/6/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":858,"Cost":624,"Date":"6/16/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":472,"Cost":281,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":276,"Cost":161,"Date":"11/19/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":435,"Cost":405,"Date":"12/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":119,"Date":"2/4/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":846,"Cost":570,"Date":"3/8/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":788,"Cost":414,"Date":"12/18/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":376,"Date":"3/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":314,"Date":"4/20/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":299,"Date":"6/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":418,"Cost":395,"Date":"7/23/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":959,"Cost":863,"Date":"11/21/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":517,"Cost":264,"Date":"11/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":688,"Cost":466,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":570,"Cost":484,"Date":"5/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":387,"Cost":344,"Date":"9/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":169,"Cost":86,"Date":"1/3/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":733,"Cost":696,"Date":"2/2/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":290,"Cost":188,"Date":"3/18/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":330,"Cost":165,"Date":"10/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":736,"Cost":413,"Date":"2/16/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":347,"Cost":270,"Date":"6/7/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":16,"Cost":10,"Date":"1/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":48,"Cost":29,"Date":"3/27/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":810,"Cost":742,"Date":"5/12/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":909,"Cost":525,"Date":"7/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":3,"Cost":3,"Date":"8/8/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":198,"Cost":122,"Date":"12/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":839,"Cost":772,"Date":"1/17/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":402,"Cost":211,"Date":"3/8/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":906,"Cost":855,"Date":"6/6/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":484,"Cost":337,"Date":"6/16/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":435,"Cost":284,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":209,"Cost":116,"Date":"11/19/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":598,"Cost":392,"Date":"12/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":520,"Cost":433,"Date":"2/4/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":824,"Cost":554,"Date":"3/8/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":664,"Cost":374,"Date":"12/18/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":260,"Cost":142,"Date":"3/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":463,"Cost":365,"Date":"4/20/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":454,"Cost":376,"Date":"6/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":761,"Cost":448,"Date":"7/23/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":801,"Cost":400,"Date":"11/21/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":654,"Cost":363,"Date":"11/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":409,"Cost":363,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":668,"Cost":609,"Date":"5/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":435,"Cost":347,"Date":"9/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":18,"Cost":14,"Date":"1/3/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":797,"Cost":466,"Date":"2/2/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":759,"Cost":579,"Date":"3/18/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":420,"Cost":389,"Date":"10/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":615,"Cost":324,"Date":"2/16/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":598,"Cost":444,"Date":"6/7/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":63,"Cost":31,"Date":"1/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":332,"Cost":170,"Date":"3/27/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":696,"Cost":495,"Date":"5/12/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":543,"Cost":501,"Date":"7/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":511,"Cost":400,"Date":"8/8/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":448,"Cost":400,"Date":"12/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":704,"Cost":570,"Date":"1/17/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":120,"Cost":100,"Date":"3/8/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":361,"Cost":213,"Date":"6/6/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":377,"Cost":308,"Date":"6/16/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":470,"Cost":312,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":174,"Cost":150,"Date":"11/19/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":483,"Cost":459,"Date":"12/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":527,"Cost":425,"Date":"2/4/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":812,"Cost":726,"Date":"3/8/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":983,"Cost":721,"Date":"12/18/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":225,"Cost":191,"Date":"3/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":457,"Cost":237,"Date":"4/20/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":710,"Cost":569,"Date":"6/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":262,"Cost":171,"Date":"7/23/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":478,"Cost":297,"Date":"11/21/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":523,"Cost":354,"Date":"11/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":661,"Cost":341,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":564,"Cost":373,"Date":"5/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":150,"Cost":131,"Date":"9/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":640,"Cost":557,"Date":"1/3/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":346,"Cost":302,"Date":"2/2/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":26,"Cost":19,"Date":"3/18/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":659,"Cost":552,"Date":"10/14/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":418,"Cost":266,"Date":"2/16/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":686,"Cost":639,"Date":"6/7/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":315,"Cost":223,"Date":"1/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":550,"Cost":305,"Date":"3/27/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":636,"Cost":470,"Date":"5/12/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":283,"Cost":212,"Date":"7/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":154,"Cost":139,"Date":"8/8/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":51,"Date":"12/7/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":841,"Cost":531,"Date":"1/17/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":664,"Cost":605,"Date":"3/8/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":438,"Cost":259,"Date":"6/6/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":688,"Cost":445,"Date":"6/16/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":946,"Cost":762,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":548,"Cost":293,"Date":"11/19/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":172,"Cost":142,"Date":"12/28/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":736,"Cost":412,"Date":"2/4/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":961,"Cost":703,"Date":"3/8/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":151,"Cost":90,"Date":"12/18/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":468,"Cost":275,"Date":"3/31/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":823,"Cost":733,"Date":"4/20/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":942,"Cost":811,"Date":"6/26/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":212,"Cost":146,"Date":"7/23/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":556,"Cost":487,"Date":"11/21/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":965,"Cost":673,"Date":"11/26/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":427,"Cost":259,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":260,"Cost":164,"Date":"5/21/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":320,"Cost":232,"Date":"9/28/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":482,"Date":"1/3/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":641,"Cost":410,"Date":"2/2/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":898,"Cost":779,"Date":"3/18/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":188,"Date":"10/14/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":98,"Cost":76,"Date":"2/16/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":566,"Cost":356,"Date":"6/7/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":239,"Cost":139,"Date":"1/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":260,"Cost":199,"Date":"3/27/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":160,"Cost":152,"Date":"5/12/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":37,"Date":"7/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":821,"Cost":561,"Date":"8/8/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":338,"Cost":223,"Date":"12/7/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":210,"Cost":146,"Date":"1/17/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":389,"Date":"3/8/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":199,"Cost":176,"Date":"6/6/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":252,"Cost":239,"Date":"6/16/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":113,"Cost":96,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":354,"Cost":295,"Date":"11/19/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":140,"Cost":76,"Date":"12/28/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":990,"Cost":531,"Date":"2/4/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":317,"Cost":270,"Date":"3/8/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":236,"Date":"12/18/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":79,"Cost":51,"Date":"3/31/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":363,"Cost":293,"Date":"4/20/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":999,"Cost":761,"Date":"6/26/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":680,"Cost":639,"Date":"7/23/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":366,"Cost":192,"Date":"11/21/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":648,"Cost":494,"Date":"11/26/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":237,"Cost":147,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":821,"Cost":736,"Date":"5/21/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":937,"Cost":513,"Date":"9/28/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":724,"Cost":544,"Date":"1/3/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":323,"Cost":176,"Date":"2/2/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":213,"Cost":120,"Date":"3/18/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":213,"Cost":129,"Date":"10/14/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":697,"Cost":446,"Date":"2/16/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":494,"Cost":269,"Date":"6/7/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":939,"Cost":579,"Date":"1/28/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":575,"Cost":331,"Date":"3/27/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":580,"Cost":315,"Date":"5/12/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":364,"Cost":248,"Date":"7/28/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":325,"Cost":238,"Date":"8/8/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":963,"Cost":671,"Date":"12/7/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":102,"Cost":61,"Date":"1/17/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":406,"Cost":225,"Date":"3/8/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":327,"Cost":212,"Date":"6/6/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":957,"Cost":634,"Date":"6/16/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":593,"Cost":348,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":560,"Cost":337,"Date":"11/19/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":140,"Cost":90,"Date":"12/28/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":610,"Cost":491,"Date":"2/4/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":278,"Cost":227,"Date":"3/8/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":383,"Cost":342,"Date":"12/18/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":705,"Cost":559,"Date":"3/31/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":730,"Cost":610,"Date":"4/20/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":711,"Cost":655,"Date":"6/26/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":431,"Cost":338,"Date":"7/23/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":192,"Cost":105,"Date":"11/21/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":71,"Cost":39,"Date":"11/26/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":765,"Cost":404,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":377,"Cost":246,"Date":"5/21/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":924,"Cost":542,"Date":"9/28/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":457,"Cost":242,"Date":"1/3/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":535,"Cost":318,"Date":"2/2/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":21,"Cost":14,"Date":"3/18/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":167,"Cost":147,"Date":"10/14/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":609,"Cost":410,"Date":"2/16/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":555,"Cost":390,"Date":"6/7/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":167,"Cost":115,"Date":"1/28/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":961,"Cost":764,"Date":"3/27/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":183,"Cost":100,"Date":"5/12/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":382,"Cost":211,"Date":"7/28/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":705,"Cost":604,"Date":"8/8/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":776,"Cost":393,"Date":"12/7/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":286,"Cost":250,"Date":"1/17/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":980,"Cost":549,"Date":"3/8/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":933,"Cost":733,"Date":"6/6/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":362,"Cost":289,"Date":"6/16/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":557,"Cost":279,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":505,"Cost":365,"Date":"11/19/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":644,"Cost":510,"Date":"12/28/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":913,"Cost":544,"Date":"2/4/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":998,"Cost":904,"Date":"3/8/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":715,"Cost":673,"Date":"12/18/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":746,"Cost":388,"Date":"3/31/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":897,"Cost":646,"Date":"4/20/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":319,"Cost":167,"Date":"6/26/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":444,"Cost":418,"Date":"7/23/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":639,"Cost":521,"Date":"11/21/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":121,"Cost":111,"Date":"11/26/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":623,"Cost":426,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":437,"Cost":365,"Date":"5/21/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":567,"Cost":313,"Date":"9/28/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":574,"Cost":535,"Date":"1/3/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":45,"Cost":36,"Date":"2/2/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":414,"Cost":324,"Date":"3/18/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":555,"Cost":491,"Date":"10/14/2024"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":921,"Cost":521,"Date":"2/16/2018"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":325,"Cost":300,"Date":"6/7/2018"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":368,"Cost":290,"Date":"1/28/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":762,"Cost":576,"Date":"3/27/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":293,"Cost":186,"Date":"5/12/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":514,"Cost":481,"Date":"7/28/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":695,"Cost":400,"Date":"8/8/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":396,"Cost":210,"Date":"12/7/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":982,"Cost":928,"Date":"1/17/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":214,"Cost":153,"Date":"3/8/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":605,"Cost":452,"Date":"6/6/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":252,"Cost":151,"Date":"6/16/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":406,"Cost":228,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":886,"Cost":631,"Date":"11/19/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":334,"Cost":296,"Date":"12/28/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":24,"Cost":18,"Date":"2/4/2021"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":527,"Cost":311,"Date":"3/8/2021"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":717,"Cost":581,"Date":"12/18/2021"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":279,"Cost":160,"Date":"3/31/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":836,"Cost":793,"Date":"4/20/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":757,"Cost":471,"Date":"6/26/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":390,"Cost":197,"Date":"7/23/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":892,"Cost":633,"Date":"11/21/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":763,"Cost":546,"Date":"11/26/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":844,"Cost":620,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":252,"Cost":208,"Date":"5/21/2023"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":217,"Cost":175,"Date":"9/28/2023"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":252,"Cost":195,"Date":"1/3/2024"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":964,"Cost":608,"Date":"2/2/2024"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":96,"Cost":59,"Date":"3/18/2024"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":486,"Cost":308,"Date":"10/14/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":121,"Cost":85,"Date":"2/16/2018"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":675,"Cost":608,"Date":"6/7/2018"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":124,"Cost":78,"Date":"1/28/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":478,"Cost":287,"Date":"3/27/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":157,"Date":"5/12/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":967,"Cost":775,"Date":"7/28/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":992,"Cost":728,"Date":"8/8/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":89,"Date":"12/7/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":406,"Cost":274,"Date":"1/17/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":882,"Cost":687,"Date":"3/8/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":645,"Date":"6/6/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":537,"Cost":487,"Date":"6/16/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":391,"Cost":318,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":62,"Cost":40,"Date":"11/19/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":486,"Cost":335,"Date":"12/28/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":304,"Cost":278,"Date":"2/4/2021"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":151,"Cost":103,"Date":"3/8/2021"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":947,"Cost":654,"Date":"12/18/2021"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":717,"Cost":523,"Date":"3/31/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":148,"Cost":84,"Date":"4/20/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":892,"Cost":793,"Date":"6/26/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":823,"Cost":749,"Date":"7/23/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":138,"Cost":75,"Date":"11/21/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":289,"Cost":261,"Date":"11/26/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":572,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":82,"Cost":54,"Date":"5/21/2023"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":647,"Cost":448,"Date":"9/28/2023"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":784,"Cost":637,"Date":"1/3/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":649,"Cost":532,"Date":"2/2/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":705,"Cost":563,"Date":"3/18/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":313,"Cost":186,"Date":"10/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":438,"Cost":222,"Date":"2/16/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":554,"Cost":431,"Date":"6/7/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":832,"Cost":613,"Date":"1/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":303,"Cost":207,"Date":"3/27/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":154,"Date":"5/12/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":268,"Cost":146,"Date":"7/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":598,"Cost":482,"Date":"8/8/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":684,"Cost":525,"Date":"12/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":114,"Cost":87,"Date":"1/17/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":489,"Cost":273,"Date":"3/8/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":59,"Cost":46,"Date":"6/6/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":943,"Cost":525,"Date":"6/16/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":564,"Cost":501,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":207,"Cost":126,"Date":"11/19/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":630,"Date":"12/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":219,"Cost":142,"Date":"2/4/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":37,"Cost":31,"Date":"3/8/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":568,"Cost":347,"Date":"12/18/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":13,"Cost":9,"Date":"3/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":410,"Date":"4/20/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":827,"Cost":712,"Date":"6/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":941,"Cost":669,"Date":"7/23/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":287,"Cost":146,"Date":"11/21/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":361,"Cost":265,"Date":"11/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":884,"Cost":652,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":254,"Cost":224,"Date":"5/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":391,"Cost":340,"Date":"9/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":832,"Cost":455,"Date":"1/3/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":231,"Cost":118,"Date":"2/2/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":563,"Cost":434,"Date":"3/18/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":697,"Cost":639,"Date":"10/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":854,"Cost":485,"Date":"2/16/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":488,"Cost":354,"Date":"6/7/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":707,"Cost":354,"Date":"1/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":319,"Date":"3/27/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":548,"Cost":438,"Date":"5/12/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":344,"Cost":300,"Date":"7/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":583,"Cost":353,"Date":"8/8/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":184,"Cost":93,"Date":"12/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":536,"Cost":382,"Date":"1/17/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":433,"Cost":351,"Date":"3/8/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":49,"Cost":26,"Date":"6/6/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":618,"Cost":556,"Date":"6/16/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":498,"Cost":313,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":978,"Cost":821,"Date":"11/19/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":432,"Cost":245,"Date":"12/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":302,"Cost":248,"Date":"2/4/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":495,"Cost":346,"Date":"3/8/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":945,"Cost":845,"Date":"12/18/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":574,"Cost":437,"Date":"3/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":364,"Date":"4/20/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":486,"Cost":260,"Date":"6/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":692,"Date":"7/23/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":75,"Cost":64,"Date":"11/21/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":49,"Cost":43,"Date":"11/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":158,"Cost":101,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":884,"Cost":631,"Date":"5/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":230,"Cost":218,"Date":"9/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":131,"Cost":94,"Date":"1/3/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":973,"Cost":866,"Date":"2/2/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":228,"Cost":186,"Date":"3/18/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":392,"Cost":212,"Date":"10/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":363,"Cost":334,"Date":"2/16/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":970,"Cost":661,"Date":"6/7/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":551,"Cost":416,"Date":"1/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":169,"Cost":106,"Date":"3/27/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":527,"Cost":270,"Date":"5/12/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":368,"Cost":210,"Date":"7/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":985,"Cost":515,"Date":"8/8/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":759,"Cost":511,"Date":"12/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":733,"Cost":570,"Date":"1/17/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":170,"Cost":143,"Date":"3/8/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":28,"Cost":14,"Date":"6/6/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":656,"Cost":469,"Date":"6/16/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":339,"Cost":295,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":209,"Cost":179,"Date":"11/19/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":940,"Cost":637,"Date":"12/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":105,"Cost":62,"Date":"2/4/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":464,"Cost":241,"Date":"3/8/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":65,"Cost":48,"Date":"12/18/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":881,"Cost":690,"Date":"3/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":103,"Cost":71,"Date":"4/20/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":134,"Cost":126,"Date":"6/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":483,"Cost":347,"Date":"7/23/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":896,"Cost":662,"Date":"11/21/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":607,"Cost":503,"Date":"11/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":804,"Cost":479,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":552,"Cost":467,"Date":"5/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":999,"Cost":729,"Date":"9/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":465,"Cost":406,"Date":"1/3/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":449,"Cost":225,"Date":"2/2/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":861,"Cost":723,"Date":"3/18/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":141,"Cost":75,"Date":"10/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":794,"Cost":610,"Date":"2/16/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":777,"Cost":595,"Date":"6/7/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":360,"Cost":193,"Date":"1/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":153,"Cost":113,"Date":"3/27/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":54,"Cost":40,"Date":"5/12/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":33,"Cost":19,"Date":"7/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":297,"Cost":281,"Date":"8/8/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":653,"Cost":369,"Date":"12/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":87,"Cost":59,"Date":"1/17/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":42,"Cost":32,"Date":"3/8/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":227,"Cost":116,"Date":"6/6/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":359,"Cost":271,"Date":"6/16/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":757,"Cost":635,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":565,"Cost":333,"Date":"11/19/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":789,"Cost":513,"Date":"12/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":948,"Cost":611,"Date":"2/4/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":327,"Date":"3/8/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":264,"Cost":152,"Date":"12/18/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":395,"Cost":372,"Date":"3/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":190,"Cost":151,"Date":"4/20/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":108,"Cost":84,"Date":"6/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":208,"Cost":125,"Date":"7/23/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":585,"Cost":362,"Date":"11/21/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":627,"Cost":562,"Date":"11/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":573,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":631,"Cost":444,"Date":"5/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":734,"Cost":494,"Date":"9/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":845,"Cost":798,"Date":"1/3/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":893,"Cost":538,"Date":"2/2/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":890,"Cost":682,"Date":"3/18/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":998,"Cost":856,"Date":"10/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":161,"Cost":120,"Date":"2/16/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":804,"Cost":708,"Date":"6/7/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":235,"Cost":217,"Date":"1/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":629,"Cost":403,"Date":"3/27/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":930,"Cost":822,"Date":"5/12/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":901,"Cost":546,"Date":"7/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":451,"Cost":239,"Date":"8/8/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":643,"Cost":361,"Date":"12/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":760,"Cost":665,"Date":"1/17/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":19,"Cost":16,"Date":"3/8/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":389,"Cost":368,"Date":"6/6/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":789,"Cost":474,"Date":"6/16/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":501,"Cost":325,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":151,"Cost":127,"Date":"11/19/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":662,"Cost":506,"Date":"12/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":508,"Cost":334,"Date":"2/4/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":618,"Cost":414,"Date":"3/8/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":22,"Cost":16,"Date":"12/18/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":702,"Cost":425,"Date":"3/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":263,"Cost":153,"Date":"4/20/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":306,"Cost":177,"Date":"6/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":744,"Cost":422,"Date":"7/23/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":441,"Cost":264,"Date":"11/21/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":13,"Cost":7,"Date":"11/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":616,"Cost":467,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":158,"Cost":137,"Date":"5/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":494,"Cost":308,"Date":"9/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":212,"Cost":175,"Date":"1/3/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":753,"Cost":694,"Date":"2/2/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":123,"Cost":78,"Date":"3/18/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":46,"Date":"10/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":605,"Cost":385,"Date":"2/16/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":411,"Cost":332,"Date":"6/7/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":821,"Cost":471,"Date":"1/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":122,"Cost":82,"Date":"3/27/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":210,"Cost":138,"Date":"5/12/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":670,"Cost":457,"Date":"7/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":173,"Cost":136,"Date":"8/8/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":995,"Cost":793,"Date":"12/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":843,"Cost":534,"Date":"1/17/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":519,"Cost":276,"Date":"3/8/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":796,"Cost":550,"Date":"6/6/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":731,"Cost":685,"Date":"6/16/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":680,"Cost":342,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":893,"Cost":738,"Date":"11/19/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":918,"Cost":603,"Date":"12/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":384,"Cost":362,"Date":"2/4/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":245,"Cost":149,"Date":"3/8/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":631,"Cost":435,"Date":"12/18/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":953,"Cost":834,"Date":"3/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":81,"Cost":55,"Date":"4/20/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":813,"Cost":637,"Date":"6/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":828,"Cost":418,"Date":"7/23/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":792,"Cost":651,"Date":"11/21/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":90,"Cost":83,"Date":"11/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":981,"Cost":778,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":624,"Cost":404,"Date":"5/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":539,"Cost":271,"Date":"9/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":410,"Cost":366,"Date":"1/3/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":600,"Cost":382,"Date":"2/2/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":74,"Cost":43,"Date":"3/18/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":482,"Cost":436,"Date":"10/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":34,"Cost":22,"Date":"2/16/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":574,"Cost":292,"Date":"6/7/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":847,"Cost":534,"Date":"1/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":678,"Cost":621,"Date":"3/27/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":872,"Cost":567,"Date":"5/12/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":758,"Cost":495,"Date":"7/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":805,"Cost":616,"Date":"8/8/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":626,"Cost":420,"Date":"12/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":20,"Cost":13,"Date":"1/17/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":21,"Date":"3/8/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":712,"Cost":625,"Date":"6/6/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":867,"Cost":822,"Date":"6/16/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":454,"Cost":416,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":515,"Cost":295,"Date":"11/19/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":687,"Cost":479,"Date":"12/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":350,"Cost":269,"Date":"2/4/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":970,"Cost":570,"Date":"3/8/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":398,"Cost":374,"Date":"12/18/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":356,"Cost":303,"Date":"3/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":729,"Cost":513,"Date":"4/20/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":40,"Date":"6/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":493,"Date":"7/23/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":383,"Date":"11/21/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":556,"Cost":500,"Date":"11/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":549,"Cost":362,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":589,"Cost":434,"Date":"5/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":412,"Cost":362,"Date":"9/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":916,"Cost":568,"Date":"1/3/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":855,"Cost":714,"Date":"2/2/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":571,"Cost":307,"Date":"3/18/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":186,"Cost":135,"Date":"10/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":199,"Cost":121,"Date":"2/16/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":117,"Cost":74,"Date":"6/7/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":760,"Cost":572,"Date":"1/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":417,"Date":"3/27/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":632,"Cost":326,"Date":"5/12/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":156,"Cost":124,"Date":"7/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":813,"Cost":663,"Date":"8/8/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":594,"Cost":317,"Date":"12/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":37,"Cost":28,"Date":"1/17/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":890,"Cost":628,"Date":"3/8/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":288,"Cost":193,"Date":"6/6/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":726,"Cost":495,"Date":"6/16/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":868,"Cost":580,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":458,"Cost":382,"Date":"11/19/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":342,"Cost":252,"Date":"12/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":201,"Cost":159,"Date":"2/4/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":131,"Cost":96,"Date":"3/8/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":231,"Cost":137,"Date":"12/18/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":337,"Cost":274,"Date":"3/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":137,"Cost":92,"Date":"4/20/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":43,"Date":"6/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":835,"Date":"7/23/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":114,"Cost":98,"Date":"11/21/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":409,"Date":"11/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":211,"Cost":148,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":871,"Cost":666,"Date":"5/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":626,"Cost":372,"Date":"9/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":499,"Cost":451,"Date":"1/3/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":349,"Cost":218,"Date":"2/2/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":474,"Cost":339,"Date":"3/18/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":909,"Cost":679,"Date":"10/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":377,"Cost":261,"Date":"2/16/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":137,"Cost":91,"Date":"6/7/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":892,"Cost":563,"Date":"1/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":421,"Cost":275,"Date":"3/27/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":9,"Cost":8,"Date":"5/12/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":924,"Cost":581,"Date":"7/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":738,"Cost":452,"Date":"8/8/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":243,"Cost":189,"Date":"12/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":272,"Cost":142,"Date":"1/17/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":766,"Cost":446,"Date":"3/8/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":56,"Cost":50,"Date":"6/6/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":74,"Date":"6/16/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":996,"Cost":779,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":968,"Cost":785,"Date":"11/19/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":754,"Date":"12/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":469,"Cost":446,"Date":"2/4/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":468,"Date":"3/8/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":551,"Date":"12/18/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":5,"Cost":4,"Date":"3/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":26,"Cost":22,"Date":"4/20/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":554,"Cost":509,"Date":"6/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":238,"Cost":160,"Date":"7/23/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":132,"Cost":87,"Date":"11/21/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":457,"Cost":428,"Date":"11/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":198,"Cost":136,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":567,"Cost":420,"Date":"5/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":148,"Cost":79,"Date":"9/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":632,"Cost":526,"Date":"1/3/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":616,"Cost":399,"Date":"2/2/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":532,"Cost":469,"Date":"3/18/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":427,"Date":"10/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":983,"Cost":819,"Date":"2/16/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":850,"Cost":715,"Date":"6/7/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":296,"Cost":255,"Date":"1/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":12,"Cost":9,"Date":"3/27/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":301,"Cost":237,"Date":"5/12/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":819,"Cost":772,"Date":"7/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":891,"Cost":629,"Date":"8/8/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":785,"Cost":531,"Date":"12/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":179,"Cost":160,"Date":"1/17/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":406,"Cost":359,"Date":"3/8/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":226,"Cost":170,"Date":"6/6/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":9,"Cost":4,"Date":"6/16/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":256,"Cost":184,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":449,"Cost":360,"Date":"11/19/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":969,"Cost":754,"Date":"12/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":730,"Cost":470,"Date":"2/4/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":221,"Cost":112,"Date":"3/8/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":488,"Cost":373,"Date":"12/18/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":744,"Cost":418,"Date":"3/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":874,"Cost":512,"Date":"4/20/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":103,"Cost":72,"Date":"6/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":90,"Cost":78,"Date":"7/23/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":738,"Cost":381,"Date":"11/21/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":829,"Cost":496,"Date":"11/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":314,"Cost":282,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":362,"Cost":187,"Date":"5/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":832,"Cost":505,"Date":"9/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":953,"Cost":688,"Date":"1/3/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":281,"Cost":200,"Date":"2/2/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":278,"Cost":183,"Date":"3/18/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":513,"Cost":346,"Date":"10/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":855,"Cost":459,"Date":"2/16/2018"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":67,"Cost":56,"Date":"6/7/2018"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":60,"Cost":31,"Date":"1/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":490,"Date":"3/27/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":532,"Date":"5/12/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":86,"Cost":81,"Date":"7/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":619,"Cost":501,"Date":"8/8/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":71,"Date":"12/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":581,"Cost":373,"Date":"1/17/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":143,"Cost":94,"Date":"3/8/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":754,"Cost":510,"Date":"6/6/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":805,"Cost":747,"Date":"6/16/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":423,"Cost":371,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":689,"Cost":649,"Date":"11/19/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":826,"Cost":722,"Date":"12/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":900,"Cost":516,"Date":"2/4/2021"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":14,"Cost":13,"Date":"3/8/2021"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":817,"Cost":741,"Date":"12/18/2021"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":44,"Cost":37,"Date":"3/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":169,"Cost":103,"Date":"4/20/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":33,"Cost":24,"Date":"6/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":983,"Cost":546,"Date":"7/23/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":686,"Cost":451,"Date":"11/21/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":5,"Cost":2,"Date":"11/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":23,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":204,"Date":"5/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":694,"Cost":525,"Date":"9/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":312,"Cost":203,"Date":"1/3/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":670,"Cost":406,"Date":"2/2/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":579,"Cost":522,"Date":"3/18/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":185,"Cost":169,"Date":"10/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":523,"Cost":435,"Date":"2/16/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":262,"Cost":193,"Date":"6/7/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":838,"Cost":625,"Date":"1/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":757,"Cost":577,"Date":"3/27/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":946,"Cost":593,"Date":"5/12/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":396,"Cost":280,"Date":"7/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":99,"Cost":79,"Date":"8/8/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":295,"Cost":263,"Date":"12/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":11,"Cost":10,"Date":"1/17/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":890,"Cost":523,"Date":"3/8/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":490,"Date":"6/6/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":48,"Date":"6/16/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":440,"Cost":323,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":785,"Cost":452,"Date":"11/19/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":360,"Cost":257,"Date":"12/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":423,"Cost":352,"Date":"2/4/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":450,"Cost":327,"Date":"3/8/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":993,"Cost":877,"Date":"12/18/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":427,"Cost":261,"Date":"3/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":547,"Cost":276,"Date":"4/20/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":302,"Cost":272,"Date":"6/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":301,"Cost":282,"Date":"7/23/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":770,"Cost":655,"Date":"11/21/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":244,"Cost":163,"Date":"11/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":32,"Cost":20,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":357,"Cost":272,"Date":"5/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":962,"Cost":692,"Date":"9/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":954,"Cost":824,"Date":"1/3/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":814,"Cost":592,"Date":"2/2/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":692,"Cost":519,"Date":"3/18/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":766,"Cost":407,"Date":"10/14/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":703,"Cost":596,"Date":"2/16/2018"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":346,"Cost":301,"Date":"6/7/2018"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":716,"Date":"1/28/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":345,"Cost":179,"Date":"3/27/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":849,"Cost":619,"Date":"5/12/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":710,"Cost":510,"Date":"7/28/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":598,"Cost":488,"Date":"8/8/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":79,"Cost":43,"Date":"12/7/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":13,"Cost":9,"Date":"1/17/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":628,"Cost":551,"Date":"3/8/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":460,"Cost":296,"Date":"6/6/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":280,"Date":"6/16/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":451,"Cost":236,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":450,"Cost":276,"Date":"11/19/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":316,"Cost":237,"Date":"12/28/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":659,"Cost":502,"Date":"2/4/2021"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":494,"Cost":398,"Date":"3/8/2021"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":307,"Cost":247,"Date":"12/18/2021"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":733,"Cost":472,"Date":"3/31/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":465,"Cost":332,"Date":"4/20/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":576,"Cost":470,"Date":"6/26/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":125,"Cost":75,"Date":"7/23/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":80,"Cost":61,"Date":"11/21/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":690,"Cost":590,"Date":"11/26/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":885,"Cost":571,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":304,"Cost":170,"Date":"5/21/2023"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":613,"Cost":558,"Date":"9/28/2023"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":263,"Cost":181,"Date":"1/3/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":524,"Cost":408,"Date":"2/2/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":532,"Cost":333,"Date":"3/18/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":85,"Cost":67,"Date":"10/14/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":266,"Cost":218,"Date":"2/16/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":612,"Cost":311,"Date":"6/7/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":386,"Cost":331,"Date":"1/28/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":25,"Cost":17,"Date":"3/27/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":234,"Cost":208,"Date":"5/12/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":18,"Cost":15,"Date":"7/28/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":587,"Cost":555,"Date":"8/8/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":774,"Cost":407,"Date":"12/7/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":119,"Cost":99,"Date":"1/17/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":69,"Cost":66,"Date":"3/8/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":942,"Cost":582,"Date":"6/6/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":324,"Cost":253,"Date":"6/16/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":664,"Cost":465,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":568,"Cost":312,"Date":"11/19/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":502,"Cost":370,"Date":"12/28/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":611,"Cost":550,"Date":"2/4/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":943,"Date":"3/8/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":724,"Cost":494,"Date":"12/18/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":446,"Cost":308,"Date":"3/31/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":982,"Cost":762,"Date":"4/20/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":561,"Cost":511,"Date":"6/26/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":631,"Cost":511,"Date":"7/23/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":952,"Cost":491,"Date":"11/21/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":26,"Cost":24,"Date":"11/26/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":579,"Cost":455,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":679,"Cost":416,"Date":"5/21/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":63,"Cost":43,"Date":"9/28/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":91,"Cost":81,"Date":"1/3/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":657,"Cost":392,"Date":"2/2/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":465,"Cost":369,"Date":"3/18/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":253,"Cost":169,"Date":"10/14/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":630,"Cost":421,"Date":"2/16/2018"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":764,"Cost":602,"Date":"6/7/2018"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":67,"Cost":35,"Date":"1/28/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":817,"Cost":448,"Date":"3/27/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":91,"Cost":77,"Date":"5/12/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":578,"Cost":347,"Date":"7/28/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":914,"Cost":854,"Date":"8/8/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":822,"Cost":691,"Date":"12/7/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":735,"Cost":657,"Date":"1/17/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":248,"Cost":195,"Date":"3/8/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":200,"Cost":157,"Date":"6/6/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":976,"Cost":662,"Date":"6/16/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":392,"Cost":249,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":846,"Cost":769,"Date":"11/19/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":702,"Cost":406,"Date":"12/28/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":450,"Cost":240,"Date":"2/4/2021"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":839,"Cost":735,"Date":"3/8/2021"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":649,"Cost":461,"Date":"12/18/2021"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":369,"Cost":189,"Date":"3/31/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":737,"Cost":369,"Date":"4/20/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":880,"Cost":441,"Date":"6/26/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":169,"Cost":88,"Date":"7/23/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":766,"Cost":720,"Date":"11/21/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":568,"Cost":530,"Date":"11/26/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":272,"Cost":217,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":96,"Cost":84,"Date":"5/21/2023"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":189,"Cost":113,"Date":"9/28/2023"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":1000,"Cost":844,"Date":"1/3/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":878,"Cost":533,"Date":"2/2/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":178,"Cost":126,"Date":"3/18/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":342,"Cost":227,"Date":"10/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":139,"Cost":86,"Date":"2/16/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":887,"Cost":790,"Date":"6/7/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":900,"Cost":750,"Date":"1/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":203,"Cost":175,"Date":"3/27/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":365,"Cost":197,"Date":"5/12/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":667,"Cost":435,"Date":"7/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":241,"Cost":186,"Date":"8/8/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":762,"Cost":662,"Date":"12/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":184,"Cost":129,"Date":"1/17/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":356,"Cost":260,"Date":"3/8/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":646,"Cost":416,"Date":"6/6/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":985,"Cost":600,"Date":"6/16/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":732,"Cost":588,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":607,"Cost":466,"Date":"11/19/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":679,"Cost":367,"Date":"12/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":908,"Cost":598,"Date":"2/4/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":667,"Cost":363,"Date":"3/8/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":919,"Cost":797,"Date":"12/18/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":992,"Cost":712,"Date":"3/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":264,"Cost":154,"Date":"4/20/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":91,"Cost":80,"Date":"6/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":673,"Cost":570,"Date":"7/23/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":752,"Cost":670,"Date":"11/21/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":484,"Cost":319,"Date":"11/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":970,"Cost":770,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":375,"Cost":304,"Date":"5/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":506,"Cost":424,"Date":"9/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":221,"Cost":172,"Date":"1/3/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":883,"Cost":634,"Date":"2/2/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":800,"Cost":756,"Date":"3/18/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":418,"Cost":267,"Date":"10/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":661,"Cost":448,"Date":"2/16/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":825,"Cost":700,"Date":"6/7/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":221,"Cost":199,"Date":"1/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":800,"Cost":604,"Date":"3/27/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":284,"Cost":191,"Date":"5/12/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":158,"Cost":135,"Date":"7/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":857,"Cost":568,"Date":"8/8/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":494,"Cost":417,"Date":"12/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":374,"Cost":336,"Date":"1/17/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":288,"Cost":260,"Date":"3/8/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":940,"Cost":538,"Date":"6/6/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":839,"Cost":571,"Date":"6/16/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":13,"Cost":13,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":184,"Cost":152,"Date":"11/19/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":266,"Cost":152,"Date":"12/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":305,"Cost":159,"Date":"2/4/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":16,"Cost":15,"Date":"3/8/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":53,"Cost":46,"Date":"12/18/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":667,"Cost":496,"Date":"3/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":698,"Cost":507,"Date":"4/20/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":632,"Cost":527,"Date":"6/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":331,"Cost":167,"Date":"7/23/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":116,"Cost":74,"Date":"11/21/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":262,"Cost":241,"Date":"11/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":26,"Cost":16,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":783,"Cost":460,"Date":"5/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":814,"Cost":683,"Date":"9/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":675,"Cost":383,"Date":"1/3/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":755,"Cost":492,"Date":"2/2/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":348,"Cost":244,"Date":"3/18/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":650,"Cost":587,"Date":"10/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":839,"Cost":498,"Date":"2/16/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":505,"Cost":426,"Date":"6/7/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":832,"Cost":656,"Date":"1/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":746,"Cost":584,"Date":"3/27/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":514,"Cost":411,"Date":"5/12/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":695,"Cost":471,"Date":"7/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":869,"Cost":622,"Date":"8/8/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":906,"Cost":495,"Date":"12/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":570,"Cost":527,"Date":"1/17/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":922,"Cost":752,"Date":"3/8/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":486,"Cost":393,"Date":"6/6/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":191,"Cost":96,"Date":"6/16/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":147,"Cost":101,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":513,"Cost":404,"Date":"11/19/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":142,"Cost":80,"Date":"12/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":135,"Cost":105,"Date":"2/4/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":455,"Cost":384,"Date":"3/8/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":60,"Cost":44,"Date":"12/18/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":589,"Cost":479,"Date":"3/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":807,"Cost":630,"Date":"4/20/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":877,"Cost":494,"Date":"6/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":857,"Cost":758,"Date":"7/23/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":752,"Cost":657,"Date":"11/21/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":307,"Cost":212,"Date":"11/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":9,"Cost":5,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":453,"Cost":260,"Date":"5/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":124,"Cost":115,"Date":"9/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":993,"Cost":636,"Date":"1/3/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":254,"Cost":214,"Date":"2/2/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":827,"Cost":717,"Date":"3/18/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":511,"Cost":447,"Date":"10/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":586,"Cost":424,"Date":"2/16/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":471,"Cost":289,"Date":"6/7/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":384,"Cost":265,"Date":"1/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":264,"Cost":177,"Date":"3/27/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":914,"Cost":867,"Date":"5/12/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":573,"Cost":471,"Date":"7/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":997,"Cost":771,"Date":"8/8/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":544,"Cost":329,"Date":"12/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":762,"Cost":680,"Date":"1/17/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":511,"Date":"3/8/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":138,"Cost":110,"Date":"6/6/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":524,"Cost":460,"Date":"6/16/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":763,"Cost":689,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":724,"Cost":645,"Date":"11/19/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":829,"Cost":526,"Date":"12/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":922,"Cost":512,"Date":"2/4/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":341,"Cost":256,"Date":"3/8/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":665,"Cost":457,"Date":"12/18/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":478,"Date":"3/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":477,"Cost":284,"Date":"4/20/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":738,"Cost":635,"Date":"6/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":12,"Cost":8,"Date":"7/23/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":403,"Cost":231,"Date":"11/21/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":470,"Cost":344,"Date":"11/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":534,"Cost":402,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":170,"Cost":110,"Date":"5/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":319,"Cost":234,"Date":"9/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":630,"Cost":556,"Date":"1/3/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":467,"Date":"2/2/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":898,"Cost":477,"Date":"3/18/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":645,"Cost":374,"Date":"10/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":321,"Cost":214,"Date":"2/16/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":641,"Cost":423,"Date":"6/7/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":423,"Cost":317,"Date":"1/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":731,"Cost":606,"Date":"3/27/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":897,"Cost":825,"Date":"5/12/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":26,"Cost":25,"Date":"7/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":323,"Date":"8/8/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":469,"Cost":298,"Date":"12/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":939,"Cost":817,"Date":"1/17/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":57,"Cost":47,"Date":"3/8/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":64,"Cost":37,"Date":"6/6/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":857,"Cost":616,"Date":"6/16/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":276,"Cost":218,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":185,"Cost":128,"Date":"11/19/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":746,"Cost":527,"Date":"12/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":30,"Cost":26,"Date":"2/4/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":750,"Cost":686,"Date":"3/8/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":36,"Date":"12/18/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":13,"Cost":8,"Date":"3/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":329,"Cost":211,"Date":"4/20/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":423,"Cost":337,"Date":"6/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":322,"Cost":296,"Date":"7/23/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":776,"Cost":499,"Date":"11/21/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":237,"Date":"11/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":230,"Cost":181,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":467,"Cost":432,"Date":"5/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":113,"Cost":81,"Date":"9/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":187,"Cost":144,"Date":"1/3/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":311,"Cost":168,"Date":"2/2/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":669,"Cost":558,"Date":"3/18/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":769,"Cost":581,"Date":"10/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":511,"Cost":329,"Date":"2/16/2018"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":813,"Cost":512,"Date":"6/7/2018"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":586,"Cost":302,"Date":"1/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":888,"Cost":578,"Date":"3/27/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":242,"Cost":192,"Date":"5/12/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":744,"Date":"7/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":789,"Cost":442,"Date":"8/8/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":13,"Cost":7,"Date":"12/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":693,"Cost":372,"Date":"1/17/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":795,"Cost":721,"Date":"3/8/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":168,"Cost":84,"Date":"6/6/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":430,"Cost":291,"Date":"6/16/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":813,"Cost":440,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":778,"Cost":638,"Date":"11/19/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":590,"Cost":506,"Date":"12/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":809,"Cost":763,"Date":"2/4/2021"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":629,"Cost":557,"Date":"3/8/2021"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":376,"Cost":274,"Date":"12/18/2021"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":595,"Cost":558,"Date":"3/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":323,"Cost":178,"Date":"4/20/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":887,"Cost":681,"Date":"6/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":400,"Date":"7/23/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":674,"Cost":589,"Date":"11/21/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":398,"Cost":203,"Date":"11/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":916,"Cost":747,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":280,"Cost":145,"Date":"5/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":134,"Cost":69,"Date":"9/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":60,"Cost":45,"Date":"1/3/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":605,"Date":"2/2/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":44,"Cost":30,"Date":"3/18/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":890,"Cost":721,"Date":"10/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":596,"Cost":344,"Date":"2/16/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":730,"Cost":629,"Date":"6/7/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":480,"Cost":407,"Date":"1/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":616,"Cost":543,"Date":"3/27/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":316,"Cost":185,"Date":"5/12/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":389,"Cost":215,"Date":"7/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":499,"Date":"8/8/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":380,"Cost":223,"Date":"12/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":202,"Cost":141,"Date":"1/17/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":840,"Cost":759,"Date":"3/8/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":705,"Cost":491,"Date":"6/6/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":854,"Cost":488,"Date":"6/16/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":619,"Cost":396,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":654,"Cost":384,"Date":"11/19/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":10,"Cost":9,"Date":"12/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":995,"Cost":789,"Date":"2/4/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":130,"Cost":109,"Date":"3/8/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":904,"Cost":650,"Date":"12/18/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":960,"Cost":787,"Date":"3/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":21,"Cost":14,"Date":"4/20/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":520,"Date":"6/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":307,"Cost":261,"Date":"7/23/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":671,"Cost":567,"Date":"11/21/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":299,"Cost":214,"Date":"11/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":575,"Cost":486,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":651,"Cost":439,"Date":"5/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":613,"Cost":547,"Date":"9/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":397,"Cost":314,"Date":"1/3/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":787,"Cost":589,"Date":"2/2/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":160,"Cost":87,"Date":"3/18/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":968,"Cost":718,"Date":"10/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":556,"Cost":313,"Date":"2/16/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":419,"Cost":213,"Date":"6/7/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":893,"Cost":801,"Date":"1/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":501,"Cost":361,"Date":"3/27/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":842,"Cost":582,"Date":"5/12/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":779,"Cost":687,"Date":"7/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":918,"Cost":834,"Date":"8/8/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":193,"Cost":137,"Date":"12/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":621,"Cost":554,"Date":"1/17/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":14,"Cost":10,"Date":"3/8/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":103,"Cost":94,"Date":"6/6/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":124,"Cost":102,"Date":"6/16/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":766,"Cost":639,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":753,"Cost":624,"Date":"11/19/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":561,"Cost":531,"Date":"12/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":628,"Cost":439,"Date":"2/4/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":281,"Cost":255,"Date":"3/8/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":187,"Cost":170,"Date":"12/18/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":691,"Cost":378,"Date":"3/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":434,"Cost":400,"Date":"4/20/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":219,"Cost":155,"Date":"6/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":636,"Cost":536,"Date":"7/23/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":33,"Cost":18,"Date":"11/21/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":930,"Cost":644,"Date":"11/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":781,"Cost":550,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":706,"Cost":605,"Date":"5/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":929,"Cost":787,"Date":"9/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":738,"Cost":673,"Date":"1/3/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":99,"Cost":54,"Date":"2/2/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":206,"Cost":115,"Date":"3/18/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":48,"Cost":44,"Date":"10/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":71,"Cost":64,"Date":"2/16/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":43,"Cost":36,"Date":"6/7/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":983,"Cost":543,"Date":"1/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":12,"Cost":8,"Date":"3/27/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":894,"Cost":668,"Date":"5/12/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":40,"Cost":24,"Date":"7/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":32,"Date":"8/8/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":503,"Cost":411,"Date":"12/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":843,"Cost":511,"Date":"1/17/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":113,"Date":"3/8/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":723,"Cost":559,"Date":"6/6/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":381,"Date":"6/16/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":861,"Cost":727,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":125,"Cost":86,"Date":"11/19/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":337,"Date":"12/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":806,"Cost":689,"Date":"2/4/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":730,"Cost":572,"Date":"3/8/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":147,"Cost":111,"Date":"12/18/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":444,"Cost":287,"Date":"3/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":738,"Cost":495,"Date":"4/20/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":946,"Cost":586,"Date":"6/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":459,"Cost":265,"Date":"7/23/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":756,"Cost":498,"Date":"11/21/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":627,"Cost":503,"Date":"11/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":843,"Cost":780,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":837,"Cost":746,"Date":"5/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":463,"Date":"9/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":461,"Cost":234,"Date":"1/3/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":814,"Cost":435,"Date":"2/2/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":317,"Cost":182,"Date":"3/18/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":340,"Cost":236,"Date":"10/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":931,"Cost":718,"Date":"2/16/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":305,"Cost":212,"Date":"6/7/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":693,"Cost":495,"Date":"1/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":689,"Cost":616,"Date":"3/27/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":783,"Cost":436,"Date":"5/12/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":986,"Cost":703,"Date":"7/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":560,"Cost":406,"Date":"8/8/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":506,"Cost":404,"Date":"12/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":759,"Cost":662,"Date":"1/17/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":533,"Cost":460,"Date":"3/8/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":287,"Cost":162,"Date":"6/6/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":948,"Cost":529,"Date":"6/16/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":296,"Cost":209,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":459,"Cost":278,"Date":"11/19/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":769,"Cost":660,"Date":"12/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":995,"Cost":749,"Date":"2/4/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":582,"Cost":396,"Date":"3/8/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":663,"Cost":362,"Date":"12/18/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":232,"Cost":214,"Date":"3/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":802,"Cost":638,"Date":"4/20/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":893,"Cost":645,"Date":"6/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":750,"Cost":644,"Date":"7/23/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":545,"Cost":438,"Date":"11/21/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":156,"Cost":90,"Date":"11/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":81,"Cost":47,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":432,"Cost":347,"Date":"5/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":329,"Cost":232,"Date":"9/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":14,"Cost":9,"Date":"1/3/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":814,"Cost":639,"Date":"2/2/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":737,"Cost":459,"Date":"3/18/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":6,"Cost":4,"Date":"10/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":452,"Cost":272,"Date":"2/16/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":781,"Cost":712,"Date":"6/7/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":314,"Cost":169,"Date":"1/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":277,"Date":"3/27/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":636,"Date":"5/12/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":520,"Cost":402,"Date":"7/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":229,"Cost":171,"Date":"8/8/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":351,"Cost":242,"Date":"12/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":597,"Cost":507,"Date":"1/17/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":590,"Cost":456,"Date":"3/8/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":152,"Cost":92,"Date":"6/6/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":427,"Cost":289,"Date":"6/16/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":814,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":335,"Cost":212,"Date":"11/19/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":139,"Cost":102,"Date":"12/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":340,"Cost":191,"Date":"2/4/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":562,"Cost":392,"Date":"3/8/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":307,"Cost":189,"Date":"12/18/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":946,"Cost":698,"Date":"3/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":331,"Cost":281,"Date":"4/20/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":262,"Cost":154,"Date":"6/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":842,"Cost":731,"Date":"7/23/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":507,"Cost":325,"Date":"11/21/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":768,"Cost":624,"Date":"11/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":959,"Cost":688,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":779,"Cost":525,"Date":"5/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":462,"Cost":407,"Date":"9/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":537,"Cost":439,"Date":"1/3/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":265,"Cost":203,"Date":"2/2/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":556,"Cost":515,"Date":"3/18/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":145,"Cost":89,"Date":"10/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":83,"Cost":76,"Date":"2/16/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":42,"Cost":37,"Date":"6/7/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":882,"Cost":670,"Date":"1/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":8,"Cost":7,"Date":"3/27/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":381,"Cost":272,"Date":"5/12/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":859,"Cost":454,"Date":"7/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":748,"Cost":698,"Date":"8/8/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":571,"Date":"12/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":333,"Cost":235,"Date":"1/17/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":639,"Cost":391,"Date":"3/8/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":462,"Date":"6/6/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":704,"Cost":543,"Date":"6/16/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":216,"Cost":200,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":40,"Cost":33,"Date":"11/19/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":369,"Cost":202,"Date":"12/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":350,"Cost":221,"Date":"2/4/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":113,"Cost":76,"Date":"3/8/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":589,"Cost":498,"Date":"12/18/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":742,"Cost":639,"Date":"3/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":898,"Cost":805,"Date":"4/20/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":705,"Cost":604,"Date":"6/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":882,"Cost":802,"Date":"7/23/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":741,"Cost":645,"Date":"11/21/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":69,"Cost":58,"Date":"11/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":599,"Cost":331,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":971,"Cost":800,"Date":"5/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":539,"Cost":285,"Date":"9/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":82,"Cost":63,"Date":"1/3/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":106,"Cost":84,"Date":"2/2/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":646,"Cost":364,"Date":"3/18/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":292,"Cost":233,"Date":"10/14/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":806,"Cost":639,"Date":"2/16/2018"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":496,"Cost":438,"Date":"6/7/2018"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":723,"Cost":451,"Date":"1/28/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":850,"Cost":557,"Date":"3/27/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":810,"Cost":539,"Date":"5/12/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":486,"Cost":274,"Date":"7/28/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":393,"Cost":242,"Date":"8/8/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":278,"Cost":151,"Date":"12/7/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":677,"Cost":476,"Date":"1/17/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":791,"Cost":526,"Date":"3/8/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":937,"Cost":736,"Date":"6/6/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":462,"Cost":421,"Date":"6/16/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":903,"Cost":811,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":918,"Cost":462,"Date":"11/19/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":374,"Cost":227,"Date":"12/28/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":102,"Cost":94,"Date":"2/4/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":81,"Cost":71,"Date":"3/8/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":115,"Cost":102,"Date":"12/18/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":77,"Cost":47,"Date":"3/31/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":574,"Cost":350,"Date":"4/20/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":874,"Cost":550,"Date":"6/26/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":134,"Cost":88,"Date":"7/23/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":688,"Cost":533,"Date":"11/21/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":4,"Cost":3,"Date":"11/26/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":603,"Cost":451,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":143,"Cost":136,"Date":"5/21/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":823,"Cost":426,"Date":"9/28/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":678,"Cost":570,"Date":"1/3/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":978,"Cost":829,"Date":"2/2/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":365,"Cost":297,"Date":"3/18/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":252,"Cost":233,"Date":"10/14/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":133,"Cost":125,"Date":"2/16/2018"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":173,"Cost":163,"Date":"6/7/2018"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":639,"Cost":491,"Date":"1/28/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":898,"Cost":451,"Date":"3/27/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":552,"Cost":498,"Date":"5/12/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":152,"Cost":82,"Date":"7/28/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":828,"Cost":671,"Date":"8/8/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":715,"Cost":550,"Date":"12/7/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":835,"Cost":668,"Date":"1/17/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":280,"Cost":243,"Date":"3/8/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":355,"Cost":246,"Date":"6/6/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":422,"Cost":397,"Date":"6/16/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":360,"Cost":207,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":928,"Cost":713,"Date":"11/19/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":904,"Cost":554,"Date":"12/28/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":916,"Cost":827,"Date":"2/4/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":754,"Cost":569,"Date":"3/8/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":483,"Cost":440,"Date":"12/18/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":983,"Cost":758,"Date":"3/31/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":106,"Cost":97,"Date":"4/20/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":269,"Cost":173,"Date":"6/26/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":837,"Cost":794,"Date":"7/23/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":164,"Cost":98,"Date":"11/21/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":233,"Cost":219,"Date":"11/26/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":562,"Cost":481,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":389,"Cost":305,"Date":"5/21/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":609,"Cost":424,"Date":"9/28/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":551,"Cost":427,"Date":"1/3/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":335,"Cost":292,"Date":"2/2/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":941,"Cost":596,"Date":"3/18/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":483,"Cost":299,"Date":"10/14/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":75,"Cost":47,"Date":"2/16/2018"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":527,"Cost":497,"Date":"6/7/2018"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":313,"Cost":238,"Date":"1/28/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":880,"Cost":748,"Date":"3/27/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":345,"Cost":182,"Date":"5/12/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":761,"Cost":421,"Date":"7/28/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":583,"Date":"8/8/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":373,"Cost":305,"Date":"12/7/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":232,"Cost":159,"Date":"1/17/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":424,"Cost":302,"Date":"3/8/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":153,"Cost":110,"Date":"6/6/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":416,"Cost":350,"Date":"6/16/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":577,"Cost":507,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":764,"Cost":553,"Date":"11/19/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":489,"Cost":353,"Date":"12/28/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":914,"Cost":458,"Date":"2/4/2021"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":791,"Cost":605,"Date":"3/8/2021"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":785,"Cost":691,"Date":"12/18/2021"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":390,"Cost":355,"Date":"3/31/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":725,"Cost":622,"Date":"4/20/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":197,"Cost":108,"Date":"6/26/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":361,"Cost":291,"Date":"7/23/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":466,"Date":"11/21/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":888,"Cost":770,"Date":"11/26/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":871,"Cost":707,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":284,"Cost":185,"Date":"5/21/2023"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":608,"Cost":316,"Date":"9/28/2023"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":37,"Cost":26,"Date":"1/3/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":566,"Cost":388,"Date":"2/2/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":749,"Cost":461,"Date":"3/18/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":766,"Cost":554,"Date":"10/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":270,"Cost":251,"Date":"2/16/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":921,"Cost":682,"Date":"6/7/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":645,"Cost":578,"Date":"1/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":10,"Cost":9,"Date":"3/27/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":230,"Cost":188,"Date":"5/12/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":990,"Cost":930,"Date":"7/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":346,"Cost":254,"Date":"8/8/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":512,"Cost":452,"Date":"12/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":290,"Cost":237,"Date":"1/17/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":464,"Cost":266,"Date":"3/8/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":324,"Cost":291,"Date":"6/6/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":981,"Cost":687,"Date":"6/16/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":313,"Cost":187,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":450,"Cost":316,"Date":"11/19/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":662,"Cost":459,"Date":"12/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":766,"Cost":669,"Date":"2/4/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":245,"Cost":164,"Date":"3/8/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":918,"Cost":832,"Date":"12/18/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":774,"Cost":463,"Date":"3/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":12,"Cost":11,"Date":"4/20/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":850,"Cost":549,"Date":"6/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":322,"Cost":179,"Date":"7/23/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":519,"Cost":303,"Date":"11/21/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":616,"Cost":488,"Date":"11/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":319,"Cost":263,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":888,"Cost":468,"Date":"5/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":141,"Cost":122,"Date":"9/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":904,"Cost":547,"Date":"1/3/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":586,"Cost":371,"Date":"2/2/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":38,"Cost":34,"Date":"3/18/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":613,"Cost":569,"Date":"10/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":351,"Cost":209,"Date":"2/16/2018"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":937,"Cost":648,"Date":"6/7/2018"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":444,"Cost":288,"Date":"1/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":258,"Cost":209,"Date":"3/27/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":617,"Cost":549,"Date":"5/12/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":155,"Cost":118,"Date":"7/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":324,"Cost":288,"Date":"8/8/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":963,"Cost":893,"Date":"12/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":31,"Cost":22,"Date":"1/17/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":688,"Cost":602,"Date":"3/8/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":71,"Cost":66,"Date":"6/6/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":446,"Cost":231,"Date":"6/16/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":214,"Cost":181,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":215,"Cost":145,"Date":"11/19/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":265,"Cost":211,"Date":"12/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":636,"Cost":417,"Date":"2/4/2021"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":785,"Cost":408,"Date":"3/8/2021"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":151,"Cost":92,"Date":"12/18/2021"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":791,"Cost":672,"Date":"3/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":153,"Cost":116,"Date":"4/20/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":964,"Cost":684,"Date":"6/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":254,"Cost":151,"Date":"7/23/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":131,"Cost":112,"Date":"11/21/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":914,"Cost":651,"Date":"11/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":144,"Cost":97,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":229,"Cost":125,"Date":"5/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":840,"Cost":527,"Date":"9/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":797,"Cost":490,"Date":"1/3/2024"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":1,"Cost":1,"Date":"2/2/2024"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":89,"Cost":67,"Date":"3/18/2024"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":338,"Cost":293,"Date":"10/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":387,"Cost":340,"Date":"2/16/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":456,"Cost":244,"Date":"6/7/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":645,"Cost":389,"Date":"1/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":999,"Cost":742,"Date":"3/27/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":58,"Cost":48,"Date":"5/12/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":648,"Cost":528,"Date":"7/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":670,"Cost":399,"Date":"8/8/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":523,"Cost":320,"Date":"12/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":954,"Cost":732,"Date":"1/17/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":662,"Cost":508,"Date":"3/8/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":720,"Cost":635,"Date":"6/6/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":365,"Cost":205,"Date":"6/16/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":124,"Cost":70,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":390,"Cost":257,"Date":"11/19/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":370,"Cost":265,"Date":"12/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":717,"Cost":505,"Date":"2/4/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":152,"Cost":107,"Date":"3/8/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":866,"Cost":493,"Date":"12/18/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":653,"Cost":582,"Date":"3/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":501,"Cost":359,"Date":"4/20/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":214,"Cost":107,"Date":"6/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":268,"Cost":209,"Date":"7/23/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":664,"Cost":332,"Date":"11/21/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":721,"Cost":498,"Date":"11/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":463,"Cost":437,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":220,"Cost":122,"Date":"5/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":129,"Cost":110,"Date":"9/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":306,"Cost":260,"Date":"1/3/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":1000,"Cost":849,"Date":"2/2/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":10,"Cost":5,"Date":"3/18/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":657,"Cost":494,"Date":"10/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":45,"Cost":34,"Date":"2/16/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":169,"Date":"6/7/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":195,"Date":"1/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":757,"Cost":448,"Date":"3/27/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":391,"Cost":282,"Date":"5/12/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":673,"Cost":488,"Date":"7/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":894,"Cost":612,"Date":"8/8/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":145,"Date":"12/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":732,"Cost":520,"Date":"1/17/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":79,"Cost":71,"Date":"3/8/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":451,"Cost":381,"Date":"6/6/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":46,"Cost":39,"Date":"6/16/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":807,"Cost":614,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":776,"Cost":721,"Date":"11/19/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":211,"Cost":130,"Date":"12/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":336,"Cost":265,"Date":"2/4/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":529,"Cost":497,"Date":"3/8/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":386,"Date":"12/18/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":749,"Cost":396,"Date":"3/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":511,"Cost":431,"Date":"4/20/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":282,"Cost":195,"Date":"6/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":136,"Cost":81,"Date":"7/23/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":40,"Cost":26,"Date":"11/21/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":408,"Cost":229,"Date":"11/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":136,"Cost":129,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":390,"Date":"5/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":937,"Cost":698,"Date":"9/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":338,"Cost":205,"Date":"1/3/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":52,"Cost":36,"Date":"2/2/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":591,"Cost":445,"Date":"3/18/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":169,"Cost":85,"Date":"10/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":386,"Date":"2/16/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":899,"Cost":835,"Date":"6/7/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":994,"Cost":668,"Date":"1/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":665,"Cost":442,"Date":"3/27/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":38,"Date":"5/12/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":347,"Date":"7/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":249,"Cost":212,"Date":"8/8/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":340,"Cost":241,"Date":"12/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":54,"Cost":28,"Date":"1/17/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":366,"Cost":308,"Date":"3/8/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":981,"Cost":562,"Date":"6/6/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":355,"Cost":204,"Date":"6/16/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":798,"Cost":640,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":846,"Cost":567,"Date":"11/19/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":292,"Cost":152,"Date":"12/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":262,"Cost":244,"Date":"2/4/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":25,"Date":"3/8/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":901,"Cost":677,"Date":"12/18/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":488,"Cost":320,"Date":"3/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":920,"Cost":763,"Date":"4/20/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":74,"Cost":60,"Date":"6/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":320,"Cost":260,"Date":"7/23/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":208,"Cost":135,"Date":"11/21/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":526,"Cost":449,"Date":"11/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":675,"Cost":498,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":363,"Cost":336,"Date":"5/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":679,"Date":"9/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":29,"Date":"1/3/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":351,"Cost":309,"Date":"2/2/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":281,"Cost":148,"Date":"3/18/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":134,"Cost":70,"Date":"10/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":821,"Cost":654,"Date":"2/16/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":601,"Cost":543,"Date":"6/7/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":283,"Date":"1/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":219,"Cost":133,"Date":"3/27/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":782,"Cost":393,"Date":"5/12/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":983,"Cost":632,"Date":"7/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":53,"Cost":42,"Date":"8/8/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":978,"Cost":502,"Date":"12/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":801,"Cost":682,"Date":"1/17/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":791,"Cost":492,"Date":"3/8/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":237,"Cost":185,"Date":"6/6/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":78,"Cost":40,"Date":"6/16/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":649,"Cost":420,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":375,"Cost":235,"Date":"11/19/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":43,"Cost":29,"Date":"12/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":343,"Cost":205,"Date":"2/4/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":907,"Cost":589,"Date":"3/8/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":297,"Cost":261,"Date":"12/18/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":628,"Cost":477,"Date":"3/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":578,"Cost":351,"Date":"4/20/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":469,"Cost":355,"Date":"6/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":963,"Cost":788,"Date":"7/23/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":306,"Cost":278,"Date":"11/21/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":86,"Date":"11/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":471,"Cost":415,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":108,"Cost":76,"Date":"5/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":482,"Cost":252,"Date":"9/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":142,"Cost":96,"Date":"1/3/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":375,"Cost":211,"Date":"2/2/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":658,"Cost":605,"Date":"3/18/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":782,"Cost":422,"Date":"10/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":571,"Cost":528,"Date":"2/16/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":457,"Cost":302,"Date":"6/7/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":771,"Cost":417,"Date":"1/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":808,"Cost":678,"Date":"3/27/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":19,"Cost":13,"Date":"5/12/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":546,"Cost":311,"Date":"7/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":710,"Cost":657,"Date":"8/8/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":576,"Date":"12/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":601,"Cost":369,"Date":"1/17/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":519,"Cost":474,"Date":"3/8/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":548,"Cost":387,"Date":"6/6/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":547,"Date":"6/16/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":500,"Cost":379,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":728,"Cost":526,"Date":"11/19/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":955,"Cost":898,"Date":"12/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":494,"Cost":314,"Date":"2/4/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":26,"Cost":19,"Date":"3/8/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":271,"Cost":157,"Date":"12/18/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":181,"Cost":131,"Date":"3/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":986,"Cost":887,"Date":"4/20/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":515,"Cost":473,"Date":"6/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":891,"Cost":529,"Date":"7/23/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":475,"Cost":312,"Date":"11/21/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":191,"Cost":119,"Date":"11/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":732,"Cost":392,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":65,"Cost":33,"Date":"5/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":332,"Cost":260,"Date":"9/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":685,"Cost":453,"Date":"1/3/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":858,"Cost":784,"Date":"2/2/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":453,"Cost":417,"Date":"3/18/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":707,"Cost":572,"Date":"10/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":816,"Cost":638,"Date":"2/16/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":895,"Cost":605,"Date":"6/7/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":84,"Cost":50,"Date":"1/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":368,"Cost":184,"Date":"3/27/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":776,"Cost":483,"Date":"5/12/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":861,"Cost":786,"Date":"7/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":156,"Cost":122,"Date":"8/8/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":94,"Date":"12/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":340,"Cost":280,"Date":"1/17/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":498,"Date":"3/8/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":970,"Cost":728,"Date":"6/6/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":422,"Date":"6/16/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":626,"Cost":395,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":742,"Cost":428,"Date":"11/19/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":173,"Cost":91,"Date":"12/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":141,"Cost":79,"Date":"2/4/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":532,"Cost":411,"Date":"3/8/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":893,"Cost":641,"Date":"12/18/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":196,"Cost":175,"Date":"3/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":260,"Cost":212,"Date":"4/20/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":244,"Cost":158,"Date":"6/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":7,"Cost":6,"Date":"7/23/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":983,"Cost":599,"Date":"11/21/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":849,"Cost":536,"Date":"11/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":600,"Cost":510,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":675,"Cost":534,"Date":"5/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":379,"Cost":252,"Date":"9/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":330,"Cost":297,"Date":"1/3/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":104,"Cost":75,"Date":"2/2/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":359,"Cost":301,"Date":"3/18/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":304,"Cost":216,"Date":"10/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":876,"Cost":564,"Date":"2/16/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":482,"Cost":406,"Date":"6/7/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":193,"Cost":129,"Date":"1/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":548,"Cost":437,"Date":"3/27/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":920,"Cost":475,"Date":"5/12/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":961,"Cost":693,"Date":"7/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":477,"Cost":296,"Date":"8/8/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":373,"Cost":236,"Date":"12/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":628,"Cost":376,"Date":"1/17/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":773,"Cost":564,"Date":"3/8/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":986,"Cost":923,"Date":"6/6/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":335,"Cost":197,"Date":"6/16/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":326,"Cost":270,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":849,"Cost":713,"Date":"11/19/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":273,"Cost":143,"Date":"12/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":996,"Cost":649,"Date":"2/4/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":603,"Cost":487,"Date":"3/8/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":241,"Cost":135,"Date":"12/18/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":654,"Cost":416,"Date":"3/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":748,"Cost":513,"Date":"4/20/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":986,"Cost":877,"Date":"6/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":427,"Cost":331,"Date":"7/23/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":580,"Cost":339,"Date":"11/21/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":123,"Cost":109,"Date":"11/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":942,"Cost":755,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":329,"Cost":258,"Date":"5/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":218,"Cost":194,"Date":"9/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":538,"Cost":278,"Date":"1/3/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":756,"Cost":429,"Date":"2/2/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":107,"Cost":70,"Date":"3/18/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":54,"Cost":44,"Date":"10/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":579,"Cost":442,"Date":"2/16/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":805,"Cost":549,"Date":"6/7/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":32,"Cost":27,"Date":"1/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":542,"Cost":314,"Date":"3/27/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":127,"Cost":107,"Date":"5/12/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":52,"Cost":33,"Date":"7/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":729,"Cost":681,"Date":"8/8/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":536,"Date":"12/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":59,"Cost":43,"Date":"1/17/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":110,"Cost":96,"Date":"3/8/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":137,"Cost":97,"Date":"6/6/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":305,"Cost":212,"Date":"6/16/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":79,"Cost":59,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":894,"Cost":793,"Date":"11/19/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":187,"Cost":107,"Date":"12/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":789,"Cost":401,"Date":"2/4/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":727,"Cost":364,"Date":"3/8/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":517,"Cost":462,"Date":"12/18/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":244,"Cost":215,"Date":"3/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":444,"Cost":277,"Date":"4/20/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":264,"Cost":169,"Date":"6/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":630,"Date":"7/23/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":490,"Cost":334,"Date":"11/21/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":229,"Cost":178,"Date":"11/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":814,"Cost":521,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":317,"Cost":263,"Date":"5/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":773,"Cost":496,"Date":"9/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":142,"Cost":126,"Date":"1/3/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":418,"Cost":347,"Date":"2/2/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":221,"Cost":208,"Date":"3/18/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":297,"Date":"10/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":386,"Cost":242,"Date":"2/16/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":132,"Date":"6/7/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":275,"Cost":139,"Date":"1/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":67,"Cost":42,"Date":"3/27/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":184,"Date":"5/12/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":145,"Cost":87,"Date":"7/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":892,"Cost":792,"Date":"8/8/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":260,"Cost":132,"Date":"12/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":785,"Cost":736,"Date":"1/17/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":931,"Cost":803,"Date":"3/8/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":488,"Cost":298,"Date":"6/6/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":403,"Cost":370,"Date":"6/16/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":187,"Cost":99,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":492,"Cost":341,"Date":"11/19/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":708,"Cost":453,"Date":"12/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":386,"Date":"2/4/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":261,"Cost":234,"Date":"3/8/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":94,"Cost":75,"Date":"12/18/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":857,"Cost":788,"Date":"3/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":573,"Cost":478,"Date":"4/20/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":492,"Cost":324,"Date":"6/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":909,"Cost":720,"Date":"7/23/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":169,"Date":"11/21/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":976,"Cost":668,"Date":"11/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":432,"Cost":392,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":485,"Cost":411,"Date":"5/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":622,"Cost":556,"Date":"9/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":685,"Cost":371,"Date":"1/3/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":67,"Cost":36,"Date":"2/2/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":899,"Cost":565,"Date":"3/18/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":731,"Cost":692,"Date":"10/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":150,"Cost":125,"Date":"2/16/2018"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":59,"Cost":29,"Date":"6/7/2018"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":793,"Cost":502,"Date":"1/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":339,"Cost":304,"Date":"3/27/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":980,"Cost":594,"Date":"5/12/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":390,"Date":"7/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":343,"Date":"8/8/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":30,"Cost":22,"Date":"12/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":230,"Cost":144,"Date":"1/17/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":16,"Cost":8,"Date":"3/8/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":763,"Cost":469,"Date":"6/6/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":414,"Date":"6/16/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":591,"Cost":478,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":420,"Cost":361,"Date":"11/19/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":966,"Cost":595,"Date":"12/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":819,"Cost":766,"Date":"2/4/2021"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":940,"Cost":853,"Date":"3/8/2021"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":1,"Cost":0,"Date":"12/18/2021"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":42,"Cost":23,"Date":"3/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":58,"Cost":41,"Date":"4/20/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":912,"Cost":658,"Date":"6/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":977,"Cost":539,"Date":"7/23/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":525,"Cost":449,"Date":"11/21/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":468,"Cost":236,"Date":"11/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":618,"Cost":319,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":112,"Cost":101,"Date":"5/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":614,"Cost":546,"Date":"9/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":353,"Cost":208,"Date":"1/3/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":180,"Cost":125,"Date":"2/2/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":360,"Cost":305,"Date":"3/18/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":652,"Cost":333,"Date":"10/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":486,"Date":"2/16/2018"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":867,"Cost":769,"Date":"6/7/2018"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":917,"Cost":774,"Date":"1/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":396,"Cost":376,"Date":"3/27/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":267,"Cost":208,"Date":"5/12/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":207,"Cost":187,"Date":"7/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":206,"Cost":183,"Date":"8/8/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":793,"Cost":424,"Date":"12/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":591,"Cost":561,"Date":"1/17/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":448,"Cost":259,"Date":"3/8/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":351,"Date":"6/6/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":519,"Cost":359,"Date":"6/16/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":714,"Cost":434,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":208,"Cost":147,"Date":"11/19/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":713,"Cost":652,"Date":"12/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":877,"Cost":761,"Date":"2/4/2021"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":4,"Cost":3,"Date":"3/8/2021"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":80,"Cost":72,"Date":"12/18/2021"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":688,"Cost":368,"Date":"3/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":416,"Cost":238,"Date":"4/20/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":329,"Cost":180,"Date":"6/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":492,"Date":"7/23/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":88,"Cost":63,"Date":"11/21/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":166,"Cost":135,"Date":"11/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":289,"Cost":194,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":589,"Date":"5/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":834,"Cost":764,"Date":"9/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":473,"Date":"1/3/2024"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":762,"Date":"2/2/2024"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":43,"Cost":29,"Date":"3/18/2024"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":219,"Cost":151,"Date":"10/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":548,"Cost":327,"Date":"2/16/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":45,"Cost":35,"Date":"6/7/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":925,"Cost":860,"Date":"1/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":559,"Cost":402,"Date":"3/27/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":205,"Cost":133,"Date":"5/12/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":348,"Cost":212,"Date":"7/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":4,"Cost":4,"Date":"8/8/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":302,"Cost":208,"Date":"12/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":69,"Cost":46,"Date":"1/17/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":119,"Cost":111,"Date":"3/8/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":697,"Cost":438,"Date":"6/6/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":724,"Cost":661,"Date":"6/16/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":299,"Cost":213,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":867,"Cost":538,"Date":"11/19/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":631,"Cost":489,"Date":"12/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":501,"Cost":317,"Date":"2/4/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":940,"Cost":622,"Date":"3/8/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":258,"Cost":200,"Date":"12/18/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":438,"Cost":298,"Date":"3/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":833,"Cost":570,"Date":"4/20/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":858,"Cost":748,"Date":"6/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":708,"Cost":440,"Date":"7/23/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":586,"Cost":501,"Date":"11/21/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":897,"Cost":510,"Date":"11/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":823,"Cost":696,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":740,"Cost":456,"Date":"5/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":732,"Cost":391,"Date":"9/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":948,"Cost":474,"Date":"1/3/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":214,"Cost":121,"Date":"2/2/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":224,"Cost":119,"Date":"3/18/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":31,"Cost":25,"Date":"10/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":937,"Cost":523,"Date":"2/16/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":231,"Cost":127,"Date":"6/7/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":313,"Date":"1/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":750,"Cost":663,"Date":"3/27/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":706,"Cost":458,"Date":"5/12/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":906,"Cost":786,"Date":"7/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":885,"Cost":700,"Date":"8/8/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":836,"Date":"12/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":39,"Cost":23,"Date":"1/17/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":500,"Cost":288,"Date":"3/8/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":388,"Date":"6/6/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":601,"Cost":508,"Date":"6/16/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":306,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":716,"Cost":381,"Date":"11/19/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":555,"Date":"12/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":900,"Cost":718,"Date":"2/4/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":143,"Cost":84,"Date":"3/8/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":929,"Cost":695,"Date":"12/18/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":581,"Date":"3/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":580,"Cost":298,"Date":"4/20/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":474,"Cost":384,"Date":"6/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":478,"Cost":347,"Date":"7/23/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":9,"Cost":7,"Date":"11/21/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":363,"Cost":201,"Date":"11/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":405,"Cost":202,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":776,"Cost":688,"Date":"5/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":226,"Cost":180,"Date":"9/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":153,"Date":"1/3/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":543,"Cost":276,"Date":"2/2/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":465,"Cost":266,"Date":"3/18/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":926,"Cost":674,"Date":"10/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":157,"Cost":94,"Date":"2/16/2018"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":859,"Cost":724,"Date":"6/7/2018"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":343,"Cost":254,"Date":"1/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":322,"Date":"3/27/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":443,"Date":"5/12/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":289,"Cost":229,"Date":"7/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":200,"Cost":167,"Date":"8/8/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":59,"Cost":42,"Date":"12/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":923,"Cost":833,"Date":"1/17/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":111,"Cost":76,"Date":"3/8/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":108,"Date":"6/6/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":76,"Date":"6/16/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":538,"Cost":441,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":991,"Cost":663,"Date":"11/19/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":255,"Cost":171,"Date":"12/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":724,"Cost":427,"Date":"2/4/2021"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":622,"Cost":522,"Date":"3/8/2021"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":486,"Cost":386,"Date":"12/18/2021"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":324,"Cost":276,"Date":"3/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":498,"Cost":348,"Date":"4/20/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":712,"Cost":508,"Date":"6/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":745,"Cost":382,"Date":"7/23/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":533,"Cost":466,"Date":"11/21/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":495,"Cost":276,"Date":"11/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":781,"Cost":405,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":45,"Date":"5/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":592,"Cost":359,"Date":"9/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":379,"Cost":258,"Date":"1/3/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":55,"Cost":45,"Date":"2/2/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":312,"Cost":260,"Date":"3/18/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":115,"Cost":86,"Date":"10/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":686,"Cost":568,"Date":"2/16/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":3,"Cost":2,"Date":"6/7/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":292,"Cost":152,"Date":"1/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":667,"Cost":627,"Date":"3/27/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":125,"Cost":107,"Date":"5/12/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":261,"Cost":205,"Date":"7/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":200,"Cost":187,"Date":"8/8/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":865,"Cost":694,"Date":"12/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":510,"Cost":404,"Date":"1/17/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":76,"Cost":68,"Date":"3/8/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":809,"Cost":762,"Date":"6/6/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":548,"Cost":376,"Date":"6/16/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":677,"Cost":464,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":643,"Cost":522,"Date":"11/19/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":628,"Cost":444,"Date":"12/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":526,"Cost":293,"Date":"2/4/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":117,"Cost":68,"Date":"3/8/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":270,"Cost":172,"Date":"12/18/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":529,"Cost":337,"Date":"3/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":938,"Cost":497,"Date":"4/20/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":536,"Cost":286,"Date":"6/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":273,"Cost":190,"Date":"7/23/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":669,"Cost":526,"Date":"11/21/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":749,"Cost":460,"Date":"11/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":586,"Cost":324,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":495,"Cost":333,"Date":"5/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":92,"Cost":58,"Date":"9/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":715,"Cost":611,"Date":"1/3/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":116,"Cost":95,"Date":"2/2/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":126,"Cost":110,"Date":"3/18/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":957,"Cost":495,"Date":"10/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":950,"Cost":718,"Date":"2/16/2018"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":961,"Cost":853,"Date":"6/7/2018"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":177,"Cost":112,"Date":"1/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":963,"Cost":897,"Date":"3/27/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":209,"Date":"5/12/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":769,"Cost":592,"Date":"7/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":549,"Date":"8/8/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":677,"Cost":372,"Date":"12/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":334,"Date":"1/17/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":269,"Date":"3/8/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":925,"Cost":666,"Date":"6/6/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":694,"Cost":393,"Date":"6/16/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":527,"Cost":300,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":526,"Cost":352,"Date":"11/19/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":902,"Cost":543,"Date":"12/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":424,"Cost":272,"Date":"2/4/2021"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":811,"Cost":415,"Date":"3/8/2021"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":86,"Cost":72,"Date":"12/18/2021"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":202,"Cost":170,"Date":"3/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":981,"Cost":639,"Date":"4/20/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":449,"Cost":255,"Date":"6/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":585,"Cost":391,"Date":"7/23/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":232,"Cost":125,"Date":"11/21/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":728,"Cost":429,"Date":"11/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":92,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":85,"Cost":69,"Date":"5/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":73,"Cost":49,"Date":"9/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":779,"Cost":731,"Date":"1/3/2024"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":660,"Date":"2/2/2024"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":517,"Cost":332,"Date":"3/18/2024"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":278,"Cost":147,"Date":"10/14/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":630,"Cost":339,"Date":"2/16/2018"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":304,"Cost":192,"Date":"6/7/2018"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":534,"Cost":272,"Date":"1/28/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":211,"Cost":171,"Date":"3/27/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":610,"Cost":354,"Date":"5/12/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":18,"Cost":14,"Date":"7/28/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":978,"Cost":698,"Date":"8/8/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":480,"Cost":358,"Date":"12/7/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":152,"Cost":118,"Date":"1/17/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":745,"Cost":587,"Date":"3/8/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":982,"Cost":688,"Date":"6/6/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":392,"Cost":371,"Date":"6/16/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":599,"Cost":360,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":126,"Cost":63,"Date":"11/19/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":746,"Cost":681,"Date":"12/28/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":703,"Cost":452,"Date":"2/4/2021"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":374,"Cost":195,"Date":"3/8/2021"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":497,"Cost":389,"Date":"12/18/2021"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":809,"Cost":452,"Date":"3/31/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":210,"Cost":107,"Date":"4/20/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":737,"Cost":638,"Date":"6/26/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":569,"Cost":488,"Date":"7/23/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":353,"Cost":210,"Date":"11/21/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":512,"Cost":261,"Date":"11/26/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":193,"Cost":147,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":10,"Cost":7,"Date":"5/21/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":826,"Cost":497,"Date":"9/28/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":443,"Cost":257,"Date":"1/3/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":449,"Cost":335,"Date":"2/2/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":924,"Cost":524,"Date":"3/18/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":374,"Cost":343,"Date":"10/14/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":323,"Cost":305,"Date":"2/16/2018"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":477,"Cost":335,"Date":"6/7/2018"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":926,"Cost":636,"Date":"1/28/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":828,"Cost":689,"Date":"3/27/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":494,"Cost":445,"Date":"5/12/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":334,"Cost":232,"Date":"7/28/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":144,"Cost":97,"Date":"8/8/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":903,"Cost":774,"Date":"12/7/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":611,"Cost":435,"Date":"1/17/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":788,"Cost":457,"Date":"3/8/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":108,"Cost":75,"Date":"6/6/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":361,"Cost":335,"Date":"6/16/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":76,"Cost":65,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":585,"Date":"11/19/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":631,"Cost":578,"Date":"12/28/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":836,"Cost":440,"Date":"2/4/2021"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":223,"Cost":161,"Date":"3/8/2021"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":116,"Cost":103,"Date":"12/18/2021"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":601,"Cost":543,"Date":"3/31/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":112,"Cost":88,"Date":"4/20/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":25,"Cost":16,"Date":"6/26/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":302,"Cost":211,"Date":"7/23/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":952,"Cost":762,"Date":"11/21/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":540,"Cost":427,"Date":"11/26/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":639,"Cost":338,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":217,"Cost":200,"Date":"5/21/2023"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":395,"Date":"9/28/2023"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":411,"Cost":279,"Date":"1/3/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":117,"Cost":70,"Date":"2/2/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":915,"Cost":459,"Date":"3/18/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":319,"Cost":236,"Date":"10/14/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":491,"Cost":382,"Date":"2/16/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":692,"Cost":432,"Date":"6/7/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":564,"Cost":429,"Date":"1/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":339,"Cost":259,"Date":"3/27/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":537,"Cost":347,"Date":"5/12/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":223,"Cost":141,"Date":"7/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":394,"Cost":201,"Date":"8/8/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":315,"Date":"12/7/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":612,"Date":"1/17/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":436,"Cost":336,"Date":"3/8/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":461,"Cost":271,"Date":"6/6/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":395,"Cost":199,"Date":"6/16/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":103,"Cost":57,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":626,"Cost":382,"Date":"11/19/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":608,"Cost":398,"Date":"12/28/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":119,"Cost":109,"Date":"2/4/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":640,"Cost":448,"Date":"3/8/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":109,"Cost":96,"Date":"12/18/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":698,"Cost":533,"Date":"3/31/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":970,"Cost":722,"Date":"4/20/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":59,"Cost":37,"Date":"6/26/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":891,"Cost":816,"Date":"7/23/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":771,"Cost":624,"Date":"11/21/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":107,"Cost":58,"Date":"11/26/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":185,"Cost":165,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":54,"Cost":51,"Date":"5/21/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":470,"Date":"9/28/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":970,"Cost":669,"Date":"1/3/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":136,"Cost":115,"Date":"2/2/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":840,"Cost":659,"Date":"3/18/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":490,"Cost":370,"Date":"10/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":446,"Cost":229,"Date":"2/16/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":657,"Cost":404,"Date":"6/7/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":456,"Date":"1/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":138,"Cost":102,"Date":"3/27/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":932,"Cost":674,"Date":"5/12/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":837,"Cost":638,"Date":"7/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":641,"Date":"8/8/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":924,"Cost":631,"Date":"12/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":619,"Cost":329,"Date":"1/17/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":252,"Cost":226,"Date":"3/8/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":402,"Cost":304,"Date":"6/6/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":604,"Cost":374,"Date":"6/16/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":605,"Cost":305,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":194,"Cost":134,"Date":"11/19/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":541,"Cost":485,"Date":"12/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":484,"Cost":405,"Date":"2/4/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":805,"Cost":720,"Date":"3/8/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":291,"Cost":222,"Date":"12/18/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":606,"Cost":363,"Date":"3/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":93,"Cost":49,"Date":"4/20/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":903,"Cost":668,"Date":"6/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":870,"Cost":501,"Date":"7/23/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":640,"Cost":537,"Date":"11/21/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":256,"Cost":228,"Date":"11/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":286,"Cost":245,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":429,"Cost":298,"Date":"5/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":546,"Cost":446,"Date":"9/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":416,"Cost":224,"Date":"1/3/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":150,"Cost":82,"Date":"2/2/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":823,"Cost":660,"Date":"3/18/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":456,"Cost":271,"Date":"10/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":296,"Cost":204,"Date":"2/16/2018"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":259,"Cost":183,"Date":"6/7/2018"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":790,"Cost":650,"Date":"1/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":882,"Cost":471,"Date":"3/27/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":266,"Cost":237,"Date":"5/12/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":878,"Cost":742,"Date":"7/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":249,"Cost":156,"Date":"8/8/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":362,"Cost":309,"Date":"12/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":31,"Cost":24,"Date":"1/17/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":231,"Cost":172,"Date":"3/8/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":934,"Cost":722,"Date":"6/6/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":610,"Cost":472,"Date":"6/16/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":770,"Cost":630,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":286,"Cost":231,"Date":"11/19/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":723,"Cost":384,"Date":"12/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":575,"Cost":419,"Date":"2/4/2021"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":790,"Cost":632,"Date":"3/8/2021"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":641,"Cost":500,"Date":"12/18/2021"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":721,"Cost":429,"Date":"3/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":971,"Cost":668,"Date":"4/20/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":131,"Cost":106,"Date":"6/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":627,"Cost":498,"Date":"7/23/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":738,"Cost":493,"Date":"11/21/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":891,"Cost":737,"Date":"11/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":64,"Cost":55,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":549,"Cost":354,"Date":"5/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":39,"Cost":27,"Date":"9/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":12,"Cost":12,"Date":"1/3/2024"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":28,"Cost":15,"Date":"2/2/2024"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":822,"Cost":564,"Date":"3/18/2024"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":851,"Cost":477,"Date":"10/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":296,"Cost":174,"Date":"2/16/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":895,"Cost":463,"Date":"6/7/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":44,"Cost":24,"Date":"1/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":306,"Cost":191,"Date":"3/27/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":755,"Cost":687,"Date":"5/12/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":489,"Cost":365,"Date":"7/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":811,"Cost":478,"Date":"8/8/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":724,"Cost":570,"Date":"12/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":726,"Cost":527,"Date":"1/17/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":944,"Cost":473,"Date":"3/8/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":647,"Cost":466,"Date":"6/6/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":79,"Cost":60,"Date":"6/16/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":392,"Cost":234,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":617,"Cost":321,"Date":"11/19/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":115,"Cost":95,"Date":"12/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":79,"Cost":59,"Date":"2/4/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":643,"Cost":362,"Date":"3/8/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":655,"Cost":409,"Date":"12/18/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":735,"Cost":686,"Date":"3/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":1,"Cost":1,"Date":"4/20/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":823,"Cost":766,"Date":"6/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":413,"Cost":237,"Date":"7/23/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":574,"Cost":402,"Date":"11/21/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":349,"Cost":291,"Date":"11/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":342,"Cost":208,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":371,"Cost":321,"Date":"5/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":485,"Cost":455,"Date":"9/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":970,"Cost":787,"Date":"1/3/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":705,"Cost":501,"Date":"2/2/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":945,"Cost":497,"Date":"3/18/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":860,"Cost":543,"Date":"10/14/2024"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":219,"Cost":200,"Date":"2/16/2018"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":382,"Cost":304,"Date":"6/7/2018"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":818,"Cost":519,"Date":"1/28/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":142,"Cost":134,"Date":"3/27/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":398,"Cost":310,"Date":"5/12/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":324,"Cost":201,"Date":"7/28/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":133,"Cost":91,"Date":"8/8/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":297,"Cost":194,"Date":"12/7/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":541,"Cost":409,"Date":"1/17/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":199,"Cost":174,"Date":"3/8/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":921,"Cost":499,"Date":"6/6/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":44,"Cost":28,"Date":"6/16/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":688,"Cost":432,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":362,"Cost":275,"Date":"11/19/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":126,"Cost":68,"Date":"12/28/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":874,"Cost":819,"Date":"2/4/2021"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":352,"Cost":199,"Date":"3/8/2021"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":986,"Cost":598,"Date":"12/18/2021"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":913,"Cost":558,"Date":"3/31/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":980,"Cost":905,"Date":"4/20/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":51,"Cost":34,"Date":"6/26/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":750,"Cost":421,"Date":"7/23/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":127,"Cost":111,"Date":"11/21/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":231,"Cost":175,"Date":"11/26/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":293,"Cost":157,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":50,"Cost":42,"Date":"5/21/2023"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":529,"Cost":297,"Date":"9/28/2023"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":449,"Cost":258,"Date":"1/3/2024"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":177,"Cost":97,"Date":"2/2/2024"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":456,"Cost":257,"Date":"3/18/2024"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":586,"Cost":482,"Date":"10/14/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":778,"Cost":548,"Date":"2/16/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":905,"Cost":721,"Date":"6/7/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":364,"Cost":254,"Date":"1/28/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":250,"Cost":192,"Date":"3/27/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":422,"Cost":278,"Date":"5/12/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":510,"Cost":269,"Date":"7/28/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":767,"Cost":461,"Date":"8/8/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":627,"Cost":419,"Date":"12/7/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":541,"Cost":439,"Date":"1/17/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":324,"Cost":165,"Date":"3/8/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":885,"Cost":545,"Date":"6/6/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":457,"Cost":246,"Date":"6/16/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":408,"Cost":311,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":516,"Cost":347,"Date":"11/19/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":479,"Cost":309,"Date":"12/28/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":726,"Cost":644,"Date":"2/4/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":1000,"Cost":595,"Date":"3/8/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":842,"Cost":644,"Date":"12/18/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":553,"Cost":451,"Date":"3/31/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":92,"Cost":88,"Date":"4/20/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":231,"Cost":193,"Date":"6/26/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":1,"Cost":1,"Date":"7/23/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":303,"Cost":268,"Date":"11/21/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":848,"Cost":644,"Date":"11/26/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":939,"Cost":737,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":816,"Cost":430,"Date":"5/21/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":416,"Cost":287,"Date":"9/28/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":422,"Cost":283,"Date":"1/3/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":735,"Cost":368,"Date":"2/2/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":101,"Cost":60,"Date":"3/18/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":663,"Cost":478,"Date":"10/14/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":868,"Cost":726,"Date":"2/16/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":239,"Cost":203,"Date":"6/7/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":648,"Cost":450,"Date":"1/28/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":986,"Cost":723,"Date":"3/27/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":947,"Cost":821,"Date":"5/12/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":534,"Cost":344,"Date":"7/28/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":406,"Cost":320,"Date":"8/8/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":256,"Cost":163,"Date":"12/7/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":331,"Cost":174,"Date":"1/17/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":515,"Cost":293,"Date":"3/8/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":969,"Cost":859,"Date":"6/6/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":886,"Cost":627,"Date":"6/16/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":848,"Cost":449,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":552,"Cost":346,"Date":"11/19/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":456,"Cost":321,"Date":"12/28/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":209,"Cost":110,"Date":"2/4/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":685,"Cost":474,"Date":"3/8/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":704,"Cost":369,"Date":"12/18/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":171,"Cost":160,"Date":"3/31/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":291,"Cost":170,"Date":"4/20/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":968,"Cost":487,"Date":"6/26/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":372,"Cost":253,"Date":"7/23/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":771,"Cost":560,"Date":"11/21/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":41,"Cost":21,"Date":"11/26/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":727,"Cost":685,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":107,"Cost":91,"Date":"5/21/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":993,"Cost":604,"Date":"9/28/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":824,"Cost":715,"Date":"1/3/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":69,"Cost":53,"Date":"2/2/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":150,"Cost":112,"Date":"3/18/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":608,"Cost":525,"Date":"10/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":371,"Cost":323,"Date":"2/16/2018"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":589,"Cost":303,"Date":"6/7/2018"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":768,"Cost":519,"Date":"1/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":913,"Cost":765,"Date":"3/27/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":332,"Cost":297,"Date":"5/12/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":345,"Cost":178,"Date":"7/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":728,"Cost":477,"Date":"8/8/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":345,"Cost":227,"Date":"12/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":185,"Cost":125,"Date":"1/17/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":919,"Cost":492,"Date":"3/8/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":514,"Cost":294,"Date":"6/6/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":262,"Cost":149,"Date":"6/16/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":353,"Cost":232,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":132,"Cost":71,"Date":"11/19/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":319,"Cost":186,"Date":"12/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":709,"Cost":553,"Date":"2/4/2021"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":723,"Cost":473,"Date":"3/8/2021"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":717,"Cost":446,"Date":"12/18/2021"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":907,"Cost":666,"Date":"3/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":507,"Cost":458,"Date":"4/20/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":795,"Cost":454,"Date":"6/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":985,"Cost":933,"Date":"7/23/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":916,"Cost":660,"Date":"11/21/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":569,"Cost":466,"Date":"11/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":726,"Cost":540,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":634,"Cost":405,"Date":"5/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":63,"Cost":51,"Date":"9/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":696,"Cost":356,"Date":"1/3/2024"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":541,"Cost":500,"Date":"2/2/2024"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":432,"Cost":319,"Date":"3/18/2024"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":832,"Cost":782,"Date":"10/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":191,"Cost":104,"Date":"2/16/2018"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":250,"Cost":219,"Date":"6/7/2018"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":227,"Cost":121,"Date":"1/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":543,"Cost":399,"Date":"3/27/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":100,"Cost":84,"Date":"5/12/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":68,"Cost":60,"Date":"7/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":893,"Cost":757,"Date":"8/8/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":299,"Cost":195,"Date":"12/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":860,"Cost":507,"Date":"1/17/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":397,"Cost":332,"Date":"3/8/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":34,"Cost":17,"Date":"6/6/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":537,"Cost":503,"Date":"6/16/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":743,"Cost":385,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":795,"Cost":750,"Date":"11/19/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":909,"Cost":759,"Date":"12/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":782,"Cost":716,"Date":"2/4/2021"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":296,"Cost":195,"Date":"3/8/2021"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":920,"Cost":715,"Date":"12/18/2021"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":938,"Cost":550,"Date":"3/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":187,"Cost":99,"Date":"4/20/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":107,"Cost":98,"Date":"6/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":892,"Cost":663,"Date":"7/23/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":413,"Cost":225,"Date":"11/21/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":270,"Cost":201,"Date":"11/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":909,"Cost":557,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":31,"Cost":23,"Date":"5/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":277,"Cost":181,"Date":"9/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":322,"Cost":194,"Date":"1/3/2024"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":906,"Cost":651,"Date":"2/2/2024"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":542,"Cost":288,"Date":"3/18/2024"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":807,"Cost":589,"Date":"10/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":254,"Cost":224,"Date":"2/16/2018"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":245,"Cost":207,"Date":"6/7/2018"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":130,"Cost":93,"Date":"1/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":361,"Cost":276,"Date":"3/27/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":37,"Cost":31,"Date":"5/12/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":552,"Cost":522,"Date":"7/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":378,"Cost":239,"Date":"8/8/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":899,"Cost":540,"Date":"12/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":428,"Cost":381,"Date":"1/17/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":66,"Cost":42,"Date":"3/8/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":493,"Cost":285,"Date":"6/6/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":329,"Cost":282,"Date":"6/16/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":861,"Cost":790,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":5,"Cost":5,"Date":"11/19/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":144,"Cost":95,"Date":"12/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":841,"Cost":621,"Date":"2/4/2021"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":321,"Cost":251,"Date":"3/8/2021"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":554,"Cost":347,"Date":"12/18/2021"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":222,"Cost":130,"Date":"3/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":747,"Cost":537,"Date":"4/20/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":31,"Cost":18,"Date":"6/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":491,"Cost":434,"Date":"7/23/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":27,"Cost":21,"Date":"11/21/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":407,"Cost":362,"Date":"11/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":473,"Cost":440,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":809,"Cost":670,"Date":"5/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":924,"Cost":842,"Date":"9/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":833,"Cost":509,"Date":"1/3/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":670,"Cost":617,"Date":"2/2/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":552,"Cost":396,"Date":"3/18/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":311,"Cost":200,"Date":"10/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":956,"Cost":893,"Date":"2/16/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":532,"Cost":308,"Date":"6/7/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":276,"Cost":182,"Date":"1/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":490,"Cost":353,"Date":"3/27/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":48,"Cost":26,"Date":"5/12/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":178,"Cost":128,"Date":"7/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":763,"Cost":659,"Date":"8/8/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":516,"Cost":441,"Date":"12/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":137,"Cost":112,"Date":"1/17/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":169,"Cost":114,"Date":"3/8/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":342,"Cost":207,"Date":"6/6/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":561,"Cost":340,"Date":"6/16/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":257,"Cost":172,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":237,"Cost":156,"Date":"11/19/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":529,"Cost":266,"Date":"12/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":897,"Cost":575,"Date":"2/4/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":355,"Cost":186,"Date":"3/8/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":664,"Cost":564,"Date":"12/18/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":377,"Cost":294,"Date":"3/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":385,"Cost":318,"Date":"4/20/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":725,"Cost":554,"Date":"6/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":533,"Cost":298,"Date":"7/23/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":226,"Cost":163,"Date":"11/21/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":979,"Cost":704,"Date":"11/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":618,"Cost":512,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":18,"Cost":16,"Date":"5/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":842,"Cost":756,"Date":"9/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":883,"Cost":589,"Date":"1/3/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":934,"Cost":724,"Date":"2/2/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":661,"Cost":592,"Date":"3/18/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":545,"Cost":478,"Date":"10/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":187,"Cost":172,"Date":"2/16/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":624,"Cost":485,"Date":"6/7/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":748,"Cost":417,"Date":"1/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":313,"Cost":185,"Date":"3/27/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":616,"Cost":496,"Date":"5/12/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":491,"Cost":319,"Date":"7/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":134,"Cost":78,"Date":"8/8/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":230,"Cost":193,"Date":"12/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":645,"Cost":529,"Date":"1/17/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":683,"Cost":459,"Date":"3/8/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":550,"Cost":514,"Date":"6/6/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":734,"Cost":632,"Date":"6/16/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":814,"Cost":764,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":952,"Cost":553,"Date":"11/19/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":934,"Cost":526,"Date":"12/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":582,"Cost":378,"Date":"2/4/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":434,"Cost":310,"Date":"3/8/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":929,"Cost":595,"Date":"12/18/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":466,"Cost":240,"Date":"3/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":200,"Cost":150,"Date":"4/20/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":14,"Cost":14,"Date":"6/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":915,"Cost":625,"Date":"7/23/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":954,"Cost":804,"Date":"11/21/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":542,"Cost":304,"Date":"11/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":544,"Cost":302,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":422,"Cost":393,"Date":"5/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":936,"Cost":697,"Date":"9/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":839,"Cost":473,"Date":"1/3/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":890,"Cost":694,"Date":"2/2/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":937,"Cost":747,"Date":"3/18/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":638,"Cost":595,"Date":"10/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":955,"Cost":531,"Date":"2/16/2018"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":832,"Cost":741,"Date":"6/7/2018"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":666,"Cost":477,"Date":"1/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":25,"Cost":16,"Date":"3/27/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":601,"Cost":359,"Date":"5/12/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":320,"Cost":231,"Date":"7/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":613,"Cost":409,"Date":"8/8/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":815,"Cost":483,"Date":"12/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":847,"Cost":770,"Date":"1/17/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":587,"Cost":445,"Date":"3/8/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":522,"Cost":317,"Date":"6/6/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":288,"Cost":144,"Date":"6/16/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":75,"Cost":45,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":538,"Cost":416,"Date":"11/19/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":253,"Cost":235,"Date":"12/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":774,"Cost":646,"Date":"2/4/2021"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":906,"Cost":562,"Date":"3/8/2021"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":565,"Cost":486,"Date":"12/18/2021"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":803,"Cost":446,"Date":"3/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":83,"Cost":75,"Date":"4/20/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":438,"Cost":401,"Date":"6/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":772,"Cost":491,"Date":"7/23/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":386,"Cost":205,"Date":"11/21/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":617,"Cost":492,"Date":"11/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":404,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":85,"Cost":72,"Date":"5/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":195,"Cost":160,"Date":"9/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":384,"Cost":337,"Date":"1/3/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":143,"Cost":106,"Date":"2/2/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":604,"Cost":543,"Date":"3/18/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":362,"Cost":333,"Date":"10/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":45,"Cost":25,"Date":"2/16/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":422,"Cost":219,"Date":"6/7/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":225,"Cost":167,"Date":"1/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":324,"Cost":247,"Date":"3/27/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":58,"Cost":43,"Date":"5/12/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":511,"Cost":357,"Date":"7/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":851,"Cost":625,"Date":"8/8/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":695,"Cost":545,"Date":"12/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":169,"Date":"1/17/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":437,"Cost":252,"Date":"3/8/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":701,"Cost":638,"Date":"6/6/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":268,"Date":"6/16/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":957,"Cost":732,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":545,"Cost":380,"Date":"11/19/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":707,"Cost":355,"Date":"12/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":224,"Cost":157,"Date":"2/4/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":41,"Cost":24,"Date":"3/8/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":762,"Cost":646,"Date":"12/18/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":294,"Cost":247,"Date":"3/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":578,"Cost":441,"Date":"4/20/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":651,"Cost":342,"Date":"6/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":950,"Cost":672,"Date":"7/23/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":876,"Cost":602,"Date":"11/21/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":878,"Cost":824,"Date":"11/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":729,"Cost":557,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":825,"Cost":658,"Date":"5/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":643,"Cost":402,"Date":"9/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":500,"Cost":412,"Date":"1/3/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":684,"Cost":468,"Date":"2/2/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":453,"Cost":381,"Date":"3/18/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":781,"Cost":734,"Date":"10/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":936,"Cost":671,"Date":"2/16/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":724,"Cost":530,"Date":"6/7/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":140,"Cost":73,"Date":"1/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":123,"Cost":105,"Date":"3/27/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":622,"Cost":410,"Date":"5/12/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":632,"Cost":377,"Date":"7/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":944,"Cost":823,"Date":"8/8/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":198,"Cost":149,"Date":"12/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":94,"Cost":70,"Date":"1/17/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":707,"Cost":450,"Date":"3/8/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":699,"Cost":495,"Date":"6/6/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":244,"Cost":130,"Date":"6/16/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":703,"Cost":408,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":446,"Cost":255,"Date":"11/19/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":966,"Cost":723,"Date":"12/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":904,"Cost":629,"Date":"2/4/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":473,"Cost":251,"Date":"3/8/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":997,"Cost":730,"Date":"12/18/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":66,"Cost":45,"Date":"3/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":990,"Cost":617,"Date":"4/20/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":40,"Cost":32,"Date":"6/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":893,"Cost":773,"Date":"7/23/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":751,"Cost":476,"Date":"11/21/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":939,"Cost":564,"Date":"11/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":445,"Cost":225,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":158,"Cost":121,"Date":"5/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":86,"Cost":75,"Date":"9/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":27,"Date":"1/3/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":953,"Cost":500,"Date":"2/2/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":510,"Cost":291,"Date":"3/18/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":141,"Cost":134,"Date":"10/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":992,"Cost":766,"Date":"2/16/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":624,"Cost":563,"Date":"6/7/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":130,"Cost":113,"Date":"1/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":217,"Cost":125,"Date":"3/27/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":643,"Cost":352,"Date":"5/12/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":175,"Cost":98,"Date":"7/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":363,"Cost":262,"Date":"8/8/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":204,"Cost":126,"Date":"12/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":501,"Cost":345,"Date":"1/17/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":995,"Cost":743,"Date":"3/8/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":508,"Cost":288,"Date":"6/6/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":198,"Cost":186,"Date":"6/16/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":271,"Cost":198,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":9,"Cost":5,"Date":"11/19/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":301,"Cost":178,"Date":"12/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":961,"Cost":898,"Date":"2/4/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":549,"Cost":510,"Date":"3/8/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":906,"Cost":824,"Date":"12/18/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":630,"Cost":435,"Date":"3/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":517,"Cost":307,"Date":"4/20/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":109,"Cost":77,"Date":"6/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":994,"Cost":579,"Date":"7/23/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":400,"Cost":284,"Date":"11/21/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":914,"Cost":819,"Date":"11/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":483,"Cost":399,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":216,"Cost":145,"Date":"5/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":401,"Cost":334,"Date":"9/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":760,"Cost":582,"Date":"1/3/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":440,"Cost":242,"Date":"2/2/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":36,"Cost":33,"Date":"3/18/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":571,"Cost":299,"Date":"10/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":275,"Cost":176,"Date":"2/16/2018"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":51,"Cost":44,"Date":"6/7/2018"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":595,"Cost":392,"Date":"1/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":997,"Cost":901,"Date":"3/27/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":145,"Cost":126,"Date":"5/12/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":203,"Cost":163,"Date":"7/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":951,"Cost":489,"Date":"8/8/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":483,"Cost":327,"Date":"12/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":911,"Cost":474,"Date":"1/17/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":272,"Cost":214,"Date":"3/8/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":161,"Cost":110,"Date":"6/6/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":849,"Cost":780,"Date":"6/16/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":536,"Cost":293,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":117,"Cost":84,"Date":"11/19/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":919,"Cost":765,"Date":"12/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":180,"Cost":162,"Date":"2/4/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":773,"Cost":724,"Date":"3/8/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":654,"Cost":559,"Date":"12/18/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":837,"Cost":630,"Date":"3/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":914,"Cost":461,"Date":"4/20/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":447,"Cost":287,"Date":"6/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":191,"Cost":115,"Date":"7/23/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":229,"Cost":147,"Date":"11/21/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":557,"Cost":298,"Date":"11/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":432,"Cost":252,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":505,"Cost":263,"Date":"5/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":971,"Cost":850,"Date":"9/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":674,"Cost":607,"Date":"1/3/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":999,"Cost":616,"Date":"2/2/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":849,"Cost":760,"Date":"3/18/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":415,"Cost":355,"Date":"10/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":824,"Cost":624,"Date":"2/16/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":406,"Cost":247,"Date":"6/7/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":396,"Cost":352,"Date":"1/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":770,"Cost":412,"Date":"3/27/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":224,"Cost":129,"Date":"5/12/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":967,"Cost":705,"Date":"7/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":107,"Cost":86,"Date":"8/8/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":274,"Cost":154,"Date":"12/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":282,"Cost":261,"Date":"1/17/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":243,"Cost":215,"Date":"3/8/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":110,"Cost":84,"Date":"6/6/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":25,"Cost":14,"Date":"6/16/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":760,"Cost":609,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":375,"Cost":227,"Date":"11/19/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":74,"Cost":44,"Date":"12/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":58,"Cost":45,"Date":"2/4/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":756,"Cost":589,"Date":"3/8/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":135,"Cost":116,"Date":"12/18/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":951,"Cost":622,"Date":"3/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":658,"Cost":334,"Date":"4/20/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":395,"Cost":304,"Date":"6/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":679,"Cost":517,"Date":"7/23/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":698,"Cost":468,"Date":"11/21/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":314,"Cost":234,"Date":"11/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":253,"Cost":237,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":525,"Cost":279,"Date":"5/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":850,"Cost":781,"Date":"9/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":254,"Cost":161,"Date":"1/3/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":191,"Cost":179,"Date":"2/2/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":655,"Cost":357,"Date":"3/18/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":14,"Cost":13,"Date":"10/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":759,"Cost":549,"Date":"2/16/2018"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":334,"Cost":198,"Date":"6/7/2018"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":653,"Cost":403,"Date":"1/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":871,"Cost":709,"Date":"3/27/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":234,"Cost":215,"Date":"5/12/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":970,"Cost":818,"Date":"7/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":231,"Cost":160,"Date":"8/8/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":184,"Cost":141,"Date":"12/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":793,"Cost":610,"Date":"1/17/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":995,"Cost":741,"Date":"3/8/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":607,"Cost":385,"Date":"6/6/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":429,"Cost":266,"Date":"6/16/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":301,"Cost":191,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":498,"Cost":470,"Date":"11/19/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":751,"Cost":675,"Date":"12/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":296,"Cost":222,"Date":"2/4/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":783,"Cost":434,"Date":"3/8/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":856,"Cost":664,"Date":"12/18/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":885,"Cost":473,"Date":"3/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":13,"Cost":7,"Date":"4/20/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":582,"Cost":380,"Date":"6/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":621,"Cost":565,"Date":"7/23/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":866,"Cost":563,"Date":"11/21/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":754,"Cost":534,"Date":"11/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":605,"Cost":324,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":409,"Cost":311,"Date":"5/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":521,"Cost":328,"Date":"9/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":756,"Cost":389,"Date":"1/3/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":960,"Cost":682,"Date":"2/2/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":234,"Cost":160,"Date":"3/18/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":372,"Cost":331,"Date":"10/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":506,"Cost":343,"Date":"2/16/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":346,"Cost":285,"Date":"6/7/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":830,"Cost":658,"Date":"1/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":341,"Cost":228,"Date":"3/27/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":130,"Cost":117,"Date":"5/12/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":365,"Cost":301,"Date":"7/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":891,"Cost":627,"Date":"8/8/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":214,"Cost":167,"Date":"12/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":203,"Cost":173,"Date":"1/17/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":776,"Cost":516,"Date":"3/8/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":197,"Cost":119,"Date":"6/6/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":167,"Cost":145,"Date":"6/16/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":297,"Cost":223,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":706,"Cost":670,"Date":"11/19/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":700,"Cost":498,"Date":"12/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":289,"Cost":201,"Date":"2/4/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":41,"Cost":34,"Date":"3/8/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":127,"Cost":75,"Date":"12/18/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":50,"Cost":33,"Date":"3/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":859,"Cost":495,"Date":"4/20/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":843,"Cost":476,"Date":"6/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":954,"Cost":706,"Date":"7/23/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":381,"Cost":220,"Date":"11/21/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":422,"Cost":217,"Date":"11/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":838,"Cost":646,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":903,"Cost":542,"Date":"5/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":706,"Cost":651,"Date":"9/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":278,"Cost":262,"Date":"1/3/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":853,"Cost":572,"Date":"2/2/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":718,"Cost":636,"Date":"3/18/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":206,"Cost":151,"Date":"10/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":857,"Cost":467,"Date":"2/16/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":26,"Cost":13,"Date":"6/7/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":969,"Cost":812,"Date":"1/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":58,"Cost":34,"Date":"3/27/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":871,"Cost":642,"Date":"5/12/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":900,"Cost":648,"Date":"7/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":810,"Cost":485,"Date":"8/8/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":337,"Cost":192,"Date":"12/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":185,"Cost":173,"Date":"1/17/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":5,"Cost":3,"Date":"3/8/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":313,"Cost":177,"Date":"6/6/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":928,"Cost":703,"Date":"6/16/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":735,"Cost":514,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":528,"Cost":375,"Date":"11/19/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":506,"Cost":302,"Date":"12/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":139,"Cost":92,"Date":"2/4/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":165,"Cost":138,"Date":"3/8/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":907,"Cost":716,"Date":"12/18/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":437,"Cost":336,"Date":"3/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":557,"Cost":466,"Date":"4/20/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":819,"Cost":544,"Date":"6/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":366,"Cost":243,"Date":"7/23/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":871,"Cost":492,"Date":"11/21/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":649,"Cost":403,"Date":"11/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":838,"Cost":778,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":850,"Cost":687,"Date":"5/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":54,"Cost":40,"Date":"9/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":802,"Cost":727,"Date":"1/3/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":507,"Cost":300,"Date":"2/2/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":510,"Cost":381,"Date":"3/18/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":179,"Cost":108,"Date":"10/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":733,"Cost":536,"Date":"2/16/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":543,"Cost":308,"Date":"6/7/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":692,"Cost":484,"Date":"1/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":680,"Cost":492,"Date":"3/27/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":850,"Cost":704,"Date":"5/12/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":226,"Cost":170,"Date":"7/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":387,"Cost":260,"Date":"8/8/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":734,"Cost":688,"Date":"12/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":300,"Cost":227,"Date":"1/17/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":721,"Cost":514,"Date":"3/8/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":201,"Cost":123,"Date":"6/6/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":797,"Cost":408,"Date":"6/16/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":500,"Cost":350,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":27,"Cost":20,"Date":"11/19/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":511,"Cost":460,"Date":"12/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":981,"Cost":510,"Date":"2/4/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":102,"Cost":91,"Date":"3/8/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":807,"Cost":442,"Date":"12/18/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":78,"Cost":53,"Date":"3/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":798,"Cost":478,"Date":"4/20/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":600,"Cost":523,"Date":"6/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":709,"Cost":520,"Date":"7/23/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":134,"Cost":118,"Date":"11/21/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":908,"Cost":741,"Date":"11/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":239,"Cost":129,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":361,"Cost":236,"Date":"5/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":251,"Cost":160,"Date":"9/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":600,"Cost":515,"Date":"1/3/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":666,"Cost":532,"Date":"2/2/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":115,"Cost":66,"Date":"3/18/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":234,"Cost":174,"Date":"10/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":130,"Cost":103,"Date":"2/16/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":45,"Cost":23,"Date":"6/7/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":511,"Cost":400,"Date":"1/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":841,"Cost":647,"Date":"3/27/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":538,"Cost":457,"Date":"5/12/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":224,"Cost":210,"Date":"7/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":492,"Cost":304,"Date":"8/8/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":368,"Cost":303,"Date":"12/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":329,"Cost":198,"Date":"1/17/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":3,"Cost":1,"Date":"3/8/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":404,"Cost":333,"Date":"6/6/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":795,"Cost":675,"Date":"6/16/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":307,"Cost":197,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":157,"Cost":98,"Date":"11/19/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":146,"Cost":121,"Date":"12/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":855,"Cost":540,"Date":"2/4/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":478,"Cost":246,"Date":"3/8/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":68,"Cost":42,"Date":"12/18/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":669,"Cost":589,"Date":"3/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":298,"Cost":204,"Date":"4/20/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":880,"Cost":764,"Date":"6/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":10,"Cost":8,"Date":"7/23/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":631,"Cost":562,"Date":"11/21/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":914,"Cost":667,"Date":"11/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":627,"Cost":360,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":369,"Cost":269,"Date":"5/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":335,"Cost":254,"Date":"9/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":829,"Cost":570,"Date":"1/3/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":890,"Cost":529,"Date":"2/2/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":410,"Cost":234,"Date":"3/18/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":393,"Cost":259,"Date":"10/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":269,"Cost":204,"Date":"2/16/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":568,"Cost":513,"Date":"6/7/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":151,"Cost":129,"Date":"1/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":799,"Cost":575,"Date":"3/27/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":849,"Cost":743,"Date":"5/12/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":532,"Cost":500,"Date":"7/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":774,"Cost":660,"Date":"8/8/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":637,"Cost":320,"Date":"12/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":672,"Cost":555,"Date":"1/17/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":428,"Cost":307,"Date":"3/8/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":399,"Cost":331,"Date":"6/6/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":72,"Cost":53,"Date":"6/16/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":125,"Cost":107,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":456,"Cost":396,"Date":"11/19/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":745,"Cost":616,"Date":"12/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":854,"Cost":792,"Date":"2/4/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":696,"Cost":436,"Date":"3/8/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":328,"Cost":204,"Date":"12/18/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":906,"Cost":486,"Date":"3/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":677,"Cost":504,"Date":"4/20/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":516,"Cost":345,"Date":"6/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":272,"Cost":154,"Date":"7/23/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":404,"Cost":310,"Date":"11/21/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":122,"Cost":79,"Date":"11/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":617,"Cost":556,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":897,"Cost":486,"Date":"5/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":31,"Cost":20,"Date":"9/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":483,"Cost":306,"Date":"1/3/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":310,"Cost":250,"Date":"2/2/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":597,"Cost":370,"Date":"3/18/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":912,"Cost":537,"Date":"10/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":375,"Cost":276,"Date":"2/16/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":828,"Cost":493,"Date":"6/7/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":734,"Cost":460,"Date":"1/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":855,"Cost":783,"Date":"3/27/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":481,"Cost":324,"Date":"5/12/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":4,"Cost":3,"Date":"7/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":249,"Cost":173,"Date":"8/8/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":673,"Date":"12/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":306,"Cost":251,"Date":"1/17/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":557,"Cost":380,"Date":"3/8/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":244,"Cost":200,"Date":"6/6/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":719,"Cost":528,"Date":"6/16/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":225,"Cost":164,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":481,"Cost":314,"Date":"11/19/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":534,"Cost":285,"Date":"12/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":979,"Cost":649,"Date":"2/4/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":333,"Cost":173,"Date":"3/8/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":455,"Cost":398,"Date":"12/18/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":982,"Cost":568,"Date":"3/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":483,"Cost":284,"Date":"4/20/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":702,"Cost":666,"Date":"6/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":781,"Cost":517,"Date":"7/23/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":713,"Cost":389,"Date":"11/21/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":149,"Date":"11/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":108,"Cost":76,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":566,"Cost":310,"Date":"5/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":273,"Cost":251,"Date":"9/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":527,"Cost":472,"Date":"1/3/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":569,"Cost":376,"Date":"2/2/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":449,"Cost":426,"Date":"3/18/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":133,"Cost":86,"Date":"10/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":291,"Cost":275,"Date":"2/16/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":259,"Cost":139,"Date":"6/7/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":278,"Cost":219,"Date":"1/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":455,"Cost":326,"Date":"3/27/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":195,"Cost":139,"Date":"5/12/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":442,"Cost":352,"Date":"7/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":939,"Cost":884,"Date":"8/8/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":42,"Cost":23,"Date":"12/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":75,"Cost":42,"Date":"1/17/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":642,"Cost":488,"Date":"3/8/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":930,"Cost":846,"Date":"6/6/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":92,"Cost":76,"Date":"6/16/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":556,"Cost":405,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":214,"Cost":111,"Date":"11/19/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":141,"Cost":120,"Date":"12/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":6,"Cost":3,"Date":"2/4/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":377,"Cost":290,"Date":"3/8/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":604,"Cost":471,"Date":"12/18/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":852,"Cost":441,"Date":"3/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":969,"Cost":497,"Date":"4/20/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":362,"Cost":271,"Date":"6/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":257,"Cost":221,"Date":"7/23/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":177,"Cost":155,"Date":"11/21/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":60,"Cost":54,"Date":"11/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":167,"Cost":85,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":454,"Cost":370,"Date":"5/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":482,"Cost":352,"Date":"9/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":199,"Cost":176,"Date":"1/3/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":654,"Cost":576,"Date":"2/2/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":415,"Cost":224,"Date":"3/18/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":258,"Cost":133,"Date":"10/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":127,"Cost":95,"Date":"2/16/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":416,"Cost":366,"Date":"6/7/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":719,"Cost":416,"Date":"1/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":263,"Cost":234,"Date":"3/27/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":435,"Cost":328,"Date":"5/12/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":720,"Cost":398,"Date":"7/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":921,"Cost":534,"Date":"8/8/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":855,"Cost":677,"Date":"12/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":694,"Cost":576,"Date":"1/17/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":442,"Cost":340,"Date":"3/8/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":408,"Cost":313,"Date":"6/6/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":642,"Cost":382,"Date":"6/16/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":380,"Cost":218,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":841,"Cost":593,"Date":"11/19/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":351,"Cost":220,"Date":"12/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":297,"Cost":205,"Date":"2/4/2021"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":15,"Cost":14,"Date":"3/8/2021"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":567,"Cost":307,"Date":"12/18/2021"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":269,"Cost":137,"Date":"3/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":474,"Cost":286,"Date":"4/20/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":140,"Cost":99,"Date":"6/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":669,"Cost":634,"Date":"7/23/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":273,"Cost":191,"Date":"11/21/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":140,"Cost":84,"Date":"11/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":830,"Cost":660,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":80,"Cost":54,"Date":"5/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":755,"Cost":706,"Date":"9/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":646,"Cost":359,"Date":"1/3/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":826,"Cost":466,"Date":"2/2/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":701,"Cost":560,"Date":"3/18/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":282,"Cost":166,"Date":"10/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":973,"Cost":794,"Date":"2/16/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":742,"Cost":486,"Date":"6/7/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":533,"Cost":279,"Date":"1/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":54,"Cost":31,"Date":"3/27/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":632,"Cost":370,"Date":"5/12/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":682,"Cost":575,"Date":"7/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":266,"Cost":141,"Date":"8/8/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":653,"Cost":464,"Date":"12/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":74,"Cost":69,"Date":"1/17/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":200,"Cost":144,"Date":"3/8/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":199,"Cost":173,"Date":"6/6/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":697,"Cost":364,"Date":"6/16/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":48,"Cost":45,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":940,"Cost":743,"Date":"11/19/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":156,"Cost":106,"Date":"12/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":344,"Cost":235,"Date":"2/4/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":918,"Cost":862,"Date":"3/8/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":271,"Cost":249,"Date":"12/18/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":905,"Cost":583,"Date":"3/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":29,"Cost":24,"Date":"4/20/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":190,"Cost":131,"Date":"6/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":95,"Cost":52,"Date":"7/23/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":645,"Cost":605,"Date":"11/21/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":810,"Cost":596,"Date":"11/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":156,"Cost":99,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":505,"Cost":399,"Date":"5/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":659,"Cost":617,"Date":"9/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":50,"Cost":34,"Date":"1/3/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":997,"Cost":615,"Date":"2/2/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":321,"Cost":273,"Date":"3/18/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":361,"Cost":226,"Date":"10/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":578,"Cost":521,"Date":"2/16/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":394,"Cost":337,"Date":"6/7/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":765,"Cost":424,"Date":"1/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":367,"Cost":273,"Date":"3/27/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":138,"Cost":70,"Date":"5/12/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":918,"Cost":724,"Date":"7/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":512,"Cost":329,"Date":"8/8/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":47,"Cost":43,"Date":"12/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":362,"Cost":181,"Date":"1/17/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":127,"Cost":81,"Date":"3/8/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":966,"Cost":604,"Date":"6/6/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":331,"Cost":216,"Date":"6/16/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":933,"Cost":760,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":436,"Cost":340,"Date":"11/19/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":676,"Cost":536,"Date":"12/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":935,"Cost":776,"Date":"2/4/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":850,"Cost":589,"Date":"3/8/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":562,"Cost":388,"Date":"12/18/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":602,"Cost":465,"Date":"3/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":810,"Cost":519,"Date":"4/20/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":893,"Cost":614,"Date":"6/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":626,"Cost":570,"Date":"7/23/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":326,"Cost":237,"Date":"11/21/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":632,"Cost":319,"Date":"11/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":148,"Cost":104,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":336,"Cost":217,"Date":"5/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":204,"Cost":145,"Date":"9/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":95,"Cost":62,"Date":"1/3/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":364,"Cost":207,"Date":"2/2/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":907,"Cost":661,"Date":"3/18/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":661,"Cost":430,"Date":"10/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":113,"Cost":72,"Date":"2/16/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":146,"Cost":102,"Date":"6/7/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":11,"Cost":6,"Date":"1/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":422,"Cost":344,"Date":"3/27/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":758,"Cost":629,"Date":"5/12/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":589,"Cost":494,"Date":"7/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":986,"Cost":933,"Date":"8/8/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":815,"Cost":658,"Date":"12/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":41,"Cost":38,"Date":"1/17/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":16,"Cost":10,"Date":"3/8/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":665,"Cost":348,"Date":"6/6/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":163,"Cost":134,"Date":"6/16/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":63,"Cost":36,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":789,"Cost":617,"Date":"11/19/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":959,"Cost":703,"Date":"12/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":935,"Cost":747,"Date":"2/4/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":258,"Cost":237,"Date":"3/8/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":436,"Cost":411,"Date":"12/18/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":581,"Cost":334,"Date":"3/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":798,"Cost":693,"Date":"4/20/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":77,"Cost":50,"Date":"6/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":908,"Cost":803,"Date":"7/23/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":391,"Cost":342,"Date":"11/21/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":761,"Cost":713,"Date":"11/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":247,"Cost":159,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":728,"Cost":539,"Date":"5/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":454,"Cost":269,"Date":"9/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":977,"Cost":826,"Date":"1/3/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":803,"Cost":495,"Date":"2/2/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":213,"Cost":159,"Date":"3/18/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":312,"Cost":251,"Date":"10/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":813,"Cost":646,"Date":"2/16/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":717,"Cost":605,"Date":"6/7/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":570,"Cost":378,"Date":"1/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":557,"Cost":397,"Date":"3/27/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":811,"Cost":580,"Date":"5/12/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":574,"Cost":333,"Date":"7/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":91,"Cost":79,"Date":"8/8/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":583,"Cost":300,"Date":"12/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":667,"Cost":494,"Date":"1/17/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":478,"Cost":381,"Date":"3/8/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":609,"Cost":348,"Date":"6/6/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":97,"Cost":82,"Date":"6/16/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":322,"Cost":236,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":746,"Cost":526,"Date":"11/19/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":561,"Cost":297,"Date":"12/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":225,"Cost":209,"Date":"2/4/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":920,"Cost":592,"Date":"3/8/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":687,"Cost":607,"Date":"12/18/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":85,"Cost":50,"Date":"3/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":284,"Cost":158,"Date":"4/20/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":963,"Cost":613,"Date":"6/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":155,"Cost":110,"Date":"7/23/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":393,"Cost":290,"Date":"11/21/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":620,"Cost":539,"Date":"11/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":577,"Cost":382,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":189,"Cost":151,"Date":"5/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":110,"Cost":93,"Date":"9/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":120,"Cost":93,"Date":"1/3/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":756,"Cost":433,"Date":"2/2/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":85,"Cost":69,"Date":"3/18/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":34,"Cost":21,"Date":"10/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":563,"Cost":464,"Date":"2/16/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":410,"Cost":345,"Date":"6/7/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":267,"Cost":208,"Date":"1/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":45,"Cost":36,"Date":"3/27/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":811,"Cost":547,"Date":"5/12/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":242,"Cost":164,"Date":"7/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":856,"Cost":558,"Date":"8/8/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":654,"Cost":425,"Date":"12/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":888,"Cost":580,"Date":"1/17/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":93,"Cost":73,"Date":"3/8/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":223,"Cost":159,"Date":"6/6/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":875,"Cost":663,"Date":"6/16/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":810,"Cost":770,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":903,"Cost":635,"Date":"11/19/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":544,"Cost":459,"Date":"12/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":724,"Cost":403,"Date":"2/4/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":579,"Cost":364,"Date":"3/8/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":830,"Cost":607,"Date":"12/18/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":169,"Cost":151,"Date":"3/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":735,"Cost":687,"Date":"4/20/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":334,"Cost":289,"Date":"6/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":749,"Cost":630,"Date":"7/23/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":356,"Cost":234,"Date":"11/21/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":89,"Cost":76,"Date":"11/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":553,"Cost":457,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":454,"Cost":350,"Date":"5/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":113,"Cost":107,"Date":"9/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":522,"Cost":443,"Date":"1/3/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":320,"Cost":260,"Date":"2/2/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":878,"Cost":547,"Date":"3/18/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":640,"Cost":549,"Date":"10/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":661,"Cost":340,"Date":"2/16/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":630,"Cost":500,"Date":"6/7/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":483,"Cost":366,"Date":"1/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":862,"Cost":699,"Date":"3/27/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":314,"Cost":226,"Date":"5/12/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":199,"Cost":180,"Date":"7/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":110,"Cost":65,"Date":"8/8/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":346,"Cost":207,"Date":"12/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":127,"Cost":104,"Date":"1/17/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":404,"Cost":351,"Date":"3/8/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":981,"Cost":915,"Date":"6/6/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":970,"Cost":745,"Date":"6/16/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":663,"Cost":475,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":906,"Cost":830,"Date":"11/19/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":825,"Cost":521,"Date":"12/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":605,"Cost":494,"Date":"2/4/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":603,"Cost":483,"Date":"3/8/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":285,"Cost":188,"Date":"12/18/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":726,"Cost":563,"Date":"3/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":133,"Cost":74,"Date":"4/20/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":936,"Cost":728,"Date":"6/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":650,"Cost":454,"Date":"7/23/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":165,"Cost":131,"Date":"11/21/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":444,"Cost":239,"Date":"11/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":369,"Cost":349,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":202,"Cost":117,"Date":"5/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":868,"Cost":778,"Date":"9/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":912,"Cost":622,"Date":"1/3/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":31,"Cost":23,"Date":"2/2/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":739,"Cost":598,"Date":"3/18/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":996,"Cost":522,"Date":"10/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":629,"Cost":511,"Date":"2/16/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":499,"Cost":296,"Date":"6/7/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":671,"Cost":624,"Date":"1/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":835,"Cost":532,"Date":"3/27/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":550,"Cost":329,"Date":"5/12/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":154,"Cost":99,"Date":"7/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":87,"Cost":52,"Date":"8/8/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":279,"Cost":236,"Date":"12/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":393,"Cost":365,"Date":"1/17/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":115,"Cost":104,"Date":"3/8/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":818,"Cost":447,"Date":"6/6/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":268,"Cost":204,"Date":"6/16/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":85,"Cost":66,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":538,"Date":"11/19/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":256,"Cost":129,"Date":"12/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":301,"Date":"2/4/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":110,"Date":"3/8/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":569,"Cost":414,"Date":"12/18/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":835,"Cost":612,"Date":"3/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":965,"Cost":525,"Date":"4/20/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":397,"Cost":362,"Date":"6/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":734,"Cost":427,"Date":"7/23/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":856,"Cost":484,"Date":"11/21/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":881,"Cost":659,"Date":"11/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":630,"Cost":529,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":882,"Cost":581,"Date":"5/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":630,"Cost":491,"Date":"9/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":956,"Cost":774,"Date":"1/3/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":349,"Cost":247,"Date":"2/2/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":140,"Cost":79,"Date":"3/18/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":832,"Cost":440,"Date":"10/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":265,"Cost":145,"Date":"2/16/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":385,"Cost":266,"Date":"6/7/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":477,"Cost":381,"Date":"1/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":547,"Cost":440,"Date":"3/27/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":215,"Cost":174,"Date":"5/12/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":574,"Cost":322,"Date":"7/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":948,"Cost":623,"Date":"8/8/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":757,"Cost":718,"Date":"12/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":204,"Cost":162,"Date":"1/17/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":616,"Cost":548,"Date":"3/8/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":205,"Cost":185,"Date":"6/6/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":270,"Cost":194,"Date":"6/16/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":980,"Cost":878,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":44,"Cost":36,"Date":"11/19/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":972,"Cost":846,"Date":"12/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":186,"Cost":113,"Date":"2/4/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":46,"Cost":44,"Date":"3/8/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":330,"Cost":186,"Date":"12/18/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":989,"Cost":829,"Date":"3/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":964,"Cost":807,"Date":"4/20/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":289,"Cost":245,"Date":"6/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":933,"Cost":840,"Date":"7/23/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":844,"Cost":773,"Date":"11/21/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":248,"Cost":148,"Date":"11/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":226,"Cost":176,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":859,"Cost":532,"Date":"5/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":120,"Cost":89,"Date":"9/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":478,"Cost":402,"Date":"1/3/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":188,"Cost":102,"Date":"2/2/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":254,"Cost":174,"Date":"3/18/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":453,"Cost":228,"Date":"10/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":292,"Cost":261,"Date":"2/16/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":411,"Cost":279,"Date":"6/7/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":803,"Cost":625,"Date":"1/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":411,"Cost":339,"Date":"3/27/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":730,"Cost":381,"Date":"5/12/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":361,"Cost":330,"Date":"7/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":805,"Cost":609,"Date":"8/8/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":526,"Cost":427,"Date":"12/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":997,"Cost":536,"Date":"1/17/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":127,"Cost":89,"Date":"3/8/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":791,"Cost":695,"Date":"6/6/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":733,"Cost":519,"Date":"6/16/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":542,"Cost":439,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":798,"Cost":718,"Date":"11/19/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":757,"Cost":555,"Date":"12/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":266,"Cost":228,"Date":"2/4/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":107,"Cost":100,"Date":"3/8/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":298,"Cost":200,"Date":"12/18/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":422,"Cost":263,"Date":"3/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":494,"Cost":336,"Date":"4/20/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":862,"Cost":763,"Date":"6/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":16,"Cost":9,"Date":"7/23/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":512,"Cost":343,"Date":"11/21/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":445,"Cost":308,"Date":"11/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":584,"Cost":436,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":12,"Cost":6,"Date":"5/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":941,"Cost":745,"Date":"9/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":304,"Cost":230,"Date":"1/3/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":453,"Cost":280,"Date":"2/2/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":838,"Cost":605,"Date":"3/18/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":688,"Cost":588,"Date":"10/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":357,"Cost":266,"Date":"2/16/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":629,"Cost":391,"Date":"6/7/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":509,"Cost":421,"Date":"1/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":52,"Cost":31,"Date":"3/27/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":400,"Cost":318,"Date":"5/12/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":426,"Cost":357,"Date":"7/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":214,"Cost":122,"Date":"8/8/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":813,"Cost":423,"Date":"12/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":284,"Cost":245,"Date":"1/17/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":258,"Cost":160,"Date":"3/8/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":623,"Cost":532,"Date":"6/6/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":915,"Cost":772,"Date":"6/16/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":877,"Cost":527,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":358,"Cost":280,"Date":"11/19/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":852,"Cost":449,"Date":"12/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":886,"Cost":678,"Date":"2/4/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":660,"Cost":396,"Date":"3/8/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":433,"Cost":392,"Date":"12/18/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":356,"Cost":337,"Date":"3/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":633,"Cost":572,"Date":"4/20/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":498,"Cost":420,"Date":"6/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":603,"Cost":448,"Date":"7/23/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":644,"Cost":533,"Date":"11/21/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":608,"Cost":399,"Date":"11/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":640,"Cost":440,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":862,"Cost":729,"Date":"5/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":262,"Cost":141,"Date":"9/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":661,"Cost":591,"Date":"1/3/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":665,"Cost":466,"Date":"2/2/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":824,"Cost":679,"Date":"3/18/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":874,"Cost":773,"Date":"10/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":462,"Cost":390,"Date":"2/16/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":736,"Cost":521,"Date":"6/7/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":296,"Cost":223,"Date":"1/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":280,"Cost":147,"Date":"3/27/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":129,"Cost":92,"Date":"5/12/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":60,"Cost":43,"Date":"7/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":294,"Cost":233,"Date":"8/8/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":700,"Cost":422,"Date":"12/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":170,"Cost":93,"Date":"1/17/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":915,"Cost":812,"Date":"3/8/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":113,"Cost":67,"Date":"6/6/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":906,"Cost":774,"Date":"6/16/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":847,"Cost":470,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":963,"Cost":604,"Date":"11/19/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":203,"Cost":122,"Date":"12/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":746,"Cost":524,"Date":"2/4/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":849,"Cost":748,"Date":"3/8/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":230,"Cost":178,"Date":"12/18/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":183,"Cost":92,"Date":"3/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":517,"Cost":397,"Date":"4/20/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":510,"Cost":283,"Date":"6/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":963,"Cost":641,"Date":"7/23/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":770,"Cost":481,"Date":"11/21/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":425,"Cost":295,"Date":"11/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":29,"Cost":25,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":509,"Cost":475,"Date":"5/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":474,"Cost":390,"Date":"9/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":263,"Cost":219,"Date":"1/3/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":338,"Cost":263,"Date":"2/2/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":112,"Cost":61,"Date":"3/18/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":125,"Cost":80,"Date":"10/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":67,"Cost":45,"Date":"2/16/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":460,"Cost":433,"Date":"6/7/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":851,"Cost":693,"Date":"1/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":155,"Cost":111,"Date":"3/27/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":384,"Cost":354,"Date":"5/12/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":689,"Cost":510,"Date":"7/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":24,"Cost":16,"Date":"8/8/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":258,"Cost":193,"Date":"12/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":22,"Cost":19,"Date":"1/17/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":259,"Cost":138,"Date":"3/8/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":137,"Cost":94,"Date":"6/6/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":501,"Cost":400,"Date":"6/16/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":587,"Cost":485,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":609,"Cost":315,"Date":"11/19/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":50,"Cost":40,"Date":"12/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":7,"Cost":5,"Date":"2/4/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":867,"Cost":619,"Date":"3/8/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":882,"Cost":476,"Date":"12/18/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":579,"Cost":438,"Date":"3/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":241,"Cost":138,"Date":"4/20/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":794,"Cost":425,"Date":"6/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":790,"Cost":620,"Date":"7/23/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":693,"Cost":651,"Date":"11/21/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":279,"Cost":233,"Date":"11/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":935,"Cost":814,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":354,"Cost":251,"Date":"5/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":370,"Cost":271,"Date":"9/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":946,"Cost":682,"Date":"1/3/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":208,"Cost":132,"Date":"2/2/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":302,"Cost":180,"Date":"3/18/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":324,"Cost":262,"Date":"10/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":157,"Cost":145,"Date":"2/16/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":784,"Cost":531,"Date":"6/7/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":176,"Cost":118,"Date":"1/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":689,"Cost":638,"Date":"3/27/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":782,"Cost":508,"Date":"5/12/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":232,"Cost":205,"Date":"7/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":861,"Cost":639,"Date":"8/8/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":155,"Cost":83,"Date":"12/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":316,"Cost":237,"Date":"1/17/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":958,"Cost":757,"Date":"3/8/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":659,"Cost":613,"Date":"6/6/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":995,"Cost":766,"Date":"6/16/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":712,"Cost":463,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":956,"Cost":844,"Date":"11/19/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":315,"Cost":292,"Date":"12/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":395,"Cost":249,"Date":"2/4/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":806,"Cost":578,"Date":"3/8/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":921,"Cost":515,"Date":"12/18/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":554,"Cost":457,"Date":"3/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":297,"Cost":162,"Date":"4/20/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":702,"Cost":468,"Date":"6/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":548,"Cost":464,"Date":"7/23/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":766,"Cost":429,"Date":"11/21/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":730,"Cost":425,"Date":"11/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":675,"Cost":601,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":754,"Cost":498,"Date":"5/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":418,"Cost":248,"Date":"9/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":455,"Cost":234,"Date":"1/3/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":589,"Cost":347,"Date":"2/2/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":529,"Cost":285,"Date":"3/18/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":963,"Cost":697,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":980,"Cost":903,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":242,"Cost":188,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":33,"Cost":26,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":227,"Cost":213,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":912,"Cost":764,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":34,"Cost":28,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":822,"Cost":696,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":79,"Cost":48,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":237,"Cost":184,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":655,"Cost":438,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":9,"Cost":8,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":885,"Cost":777,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":188,"Cost":158,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":261,"Cost":162,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":761,"Cost":441,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":802,"Cost":717,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":670,"Cost":471,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":683,"Cost":603,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":906,"Cost":574,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":707,"Cost":516,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":388,"Cost":320,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":183,"Cost":132,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":391,"Cost":267,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":289,"Cost":229,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":657,"Cost":551,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":438,"Cost":248,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":72,"Cost":48,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":154,"Cost":128,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":417,"Cost":265,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":511,"Cost":300,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":6,"Cost":4,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":343,"Cost":220,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":233,"Cost":212,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":333,"Cost":236,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":207,"Cost":138,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":619,"Cost":554,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":665,"Cost":495,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":564,"Cost":347,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":858,"Cost":526,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":464,"Cost":404,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":392,"Cost":330,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":607,"Cost":551,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":677,"Cost":391,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":38,"Cost":30,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":267,"Cost":190,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":216,"Cost":130,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":981,"Cost":495,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":445,"Cost":350,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":697,"Cost":514,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":692,"Cost":437,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":695,"Cost":379,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":687,"Cost":411,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":264,"Cost":141,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":282,"Cost":206,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":281,"Cost":168,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":159,"Cost":134,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":284,"Cost":242,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":957,"Cost":603,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":526,"Cost":265,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":983,"Cost":791,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":17,"Cost":10,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":106,"Cost":77,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":544,"Cost":404,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":93,"Cost":83,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":270,"Cost":204,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":38,"Cost":24,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":124,"Cost":89,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":715,"Cost":679,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":177,"Cost":89,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":793,"Cost":570,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":751,"Cost":425,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":227,"Cost":144,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":632,"Cost":468,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":660,"Cost":409,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":30,"Cost":15,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":833,"Cost":788,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":483,"Cost":432,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":944,"Cost":497,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":857,"Cost":525,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":415,"Cost":227,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":949,"Cost":572,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":437,"Cost":342,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":987,"Cost":877,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":592,"Cost":488,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":207,"Cost":118,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":792,"Cost":482,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":200,"Cost":140,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":249,"Cost":228,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":411,"Cost":312,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":31,"Cost":16,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":356,"Cost":215,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":124,"Cost":90,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":669,"Cost":580,"Date":"10/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":218,"Cost":122,"Date":"2/16/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":512,"Cost":427,"Date":"6/7/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":843,"Cost":491,"Date":"1/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":319,"Cost":210,"Date":"3/27/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":351,"Cost":263,"Date":"5/12/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":752,"Cost":478,"Date":"7/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":313,"Cost":160,"Date":"8/8/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":135,"Cost":104,"Date":"12/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":73,"Cost":37,"Date":"1/17/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":945,"Cost":866,"Date":"3/8/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":111,"Cost":101,"Date":"6/6/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":18,"Cost":11,"Date":"6/16/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":920,"Cost":764,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":232,"Cost":175,"Date":"11/19/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":420,"Cost":327,"Date":"12/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":539,"Cost":421,"Date":"2/4/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":935,"Cost":800,"Date":"3/8/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":422,"Cost":297,"Date":"12/18/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":740,"Cost":630,"Date":"3/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":667,"Cost":413,"Date":"4/20/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":173,"Cost":132,"Date":"6/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":125,"Cost":75,"Date":"7/23/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":170,"Cost":138,"Date":"11/21/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":41,"Cost":26,"Date":"11/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":861,"Cost":787,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":7,"Cost":7,"Date":"5/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":321,"Cost":275,"Date":"9/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":419,"Cost":255,"Date":"1/3/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":271,"Cost":208,"Date":"2/2/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":28,"Cost":19,"Date":"3/18/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":585,"Cost":305,"Date":"10/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":469,"Cost":262,"Date":"2/16/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":635,"Cost":554,"Date":"6/7/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":908,"Cost":605,"Date":"1/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":514,"Cost":317,"Date":"3/27/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":122,"Cost":90,"Date":"5/12/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":616,"Cost":459,"Date":"7/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":975,"Cost":583,"Date":"8/8/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":29,"Cost":27,"Date":"12/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":110,"Cost":93,"Date":"1/17/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":953,"Cost":669,"Date":"3/8/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":806,"Cost":606,"Date":"6/6/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":586,"Cost":382,"Date":"6/16/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":244,"Cost":226,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":165,"Cost":147,"Date":"11/19/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":567,"Cost":464,"Date":"12/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":43,"Cost":26,"Date":"2/4/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":538,"Cost":453,"Date":"3/8/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":54,"Cost":48,"Date":"12/18/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":279,"Cost":215,"Date":"3/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":663,"Cost":437,"Date":"4/20/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":648,"Cost":391,"Date":"6/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":564,"Cost":283,"Date":"7/23/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":34,"Cost":17,"Date":"11/21/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":350,"Cost":295,"Date":"11/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":380,"Cost":286,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":338,"Cost":308,"Date":"5/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":806,"Cost":431,"Date":"9/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":427,"Cost":367,"Date":"1/3/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":278,"Cost":141,"Date":"2/2/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":692,"Cost":557,"Date":"3/18/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":962,"Cost":809,"Date":"10/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":974,"Cost":490,"Date":"2/16/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":784,"Cost":432,"Date":"6/7/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":808,"Cost":425,"Date":"1/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":446,"Cost":320,"Date":"3/27/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":329,"Cost":288,"Date":"5/12/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":320,"Cost":288,"Date":"7/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":441,"Cost":359,"Date":"8/8/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":493,"Cost":391,"Date":"12/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":830,"Cost":448,"Date":"1/17/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":690,"Cost":420,"Date":"3/8/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":970,"Cost":887,"Date":"6/6/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":353,"Cost":245,"Date":"6/16/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":101,"Cost":54,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":691,"Cost":616,"Date":"11/19/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":86,"Cost":56,"Date":"12/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":15,"Cost":13,"Date":"2/4/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":284,"Cost":256,"Date":"3/8/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":808,"Cost":426,"Date":"12/18/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":576,"Cost":441,"Date":"3/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":430,"Cost":362,"Date":"4/20/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":40,"Cost":36,"Date":"6/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":356,"Cost":305,"Date":"7/23/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":307,"Cost":250,"Date":"11/21/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":376,"Cost":313,"Date":"11/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":323,"Cost":266,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":377,"Cost":301,"Date":"5/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":552,"Cost":483,"Date":"9/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":274,"Cost":242,"Date":"1/3/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":588,"Cost":320,"Date":"2/2/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":40,"Cost":24,"Date":"3/18/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":487,"Cost":278,"Date":"10/14/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":494,"Cost":332,"Date":"2/16/2018"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":237,"Cost":177,"Date":"6/7/2018"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":34,"Cost":30,"Date":"1/28/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":379,"Cost":282,"Date":"3/27/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":471,"Cost":354,"Date":"5/12/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":888,"Cost":587,"Date":"7/28/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":131,"Cost":86,"Date":"8/8/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":318,"Cost":219,"Date":"12/7/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":268,"Cost":247,"Date":"1/17/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":499,"Cost":285,"Date":"3/8/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":605,"Cost":492,"Date":"6/6/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":994,"Cost":528,"Date":"6/16/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":284,"Cost":172,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":482,"Cost":384,"Date":"11/19/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":172,"Cost":101,"Date":"12/28/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":715,"Cost":654,"Date":"2/4/2021"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":310,"Cost":187,"Date":"3/8/2021"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":961,"Cost":694,"Date":"12/18/2021"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":431,"Cost":329,"Date":"3/31/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":166,"Cost":97,"Date":"4/20/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":340,"Cost":305,"Date":"6/26/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":842,"Cost":589,"Date":"7/23/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":897,"Cost":743,"Date":"11/21/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":208,"Cost":127,"Date":"11/26/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":461,"Cost":240,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":938,"Cost":732,"Date":"5/21/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":144,"Cost":123,"Date":"9/28/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":734,"Cost":503,"Date":"1/3/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":673,"Cost":379,"Date":"2/2/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":555,"Cost":291,"Date":"3/18/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":210,"Cost":149,"Date":"10/14/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":878,"Cost":767,"Date":"2/16/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":103,"Cost":88,"Date":"6/7/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":87,"Cost":66,"Date":"1/28/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":119,"Cost":70,"Date":"3/27/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":596,"Cost":342,"Date":"5/12/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":505,"Cost":464,"Date":"7/28/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":116,"Cost":96,"Date":"8/8/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":355,"Cost":329,"Date":"12/7/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":529,"Cost":472,"Date":"1/17/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":871,"Cost":526,"Date":"3/8/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":540,"Cost":399,"Date":"6/6/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":463,"Cost":350,"Date":"6/16/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":467,"Cost":424,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":511,"Cost":319,"Date":"11/19/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":511,"Cost":374,"Date":"12/28/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":450,"Cost":367,"Date":"2/4/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":662,"Cost":415,"Date":"3/8/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":721,"Cost":554,"Date":"12/18/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":902,"Cost":562,"Date":"3/31/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":787,"Cost":713,"Date":"4/20/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":885,"Cost":637,"Date":"6/26/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":440,"Cost":335,"Date":"7/23/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":599,"Cost":395,"Date":"11/21/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":443,"Cost":335,"Date":"11/26/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":954,"Cost":602,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":61,"Cost":47,"Date":"5/21/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":532,"Cost":454,"Date":"9/28/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":86,"Cost":61,"Date":"1/3/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":998,"Cost":575,"Date":"2/2/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":480,"Cost":379,"Date":"3/18/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":688,"Cost":475,"Date":"10/14/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":425,"Cost":357,"Date":"2/16/2018"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":85,"Cost":76,"Date":"6/7/2018"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":416,"Cost":265,"Date":"1/28/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":634,"Cost":447,"Date":"3/27/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":314,"Cost":258,"Date":"5/12/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":512,"Cost":311,"Date":"7/28/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":767,"Cost":432,"Date":"8/8/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":665,"Cost":456,"Date":"12/7/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":115,"Cost":84,"Date":"1/17/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":928,"Cost":868,"Date":"3/8/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":923,"Cost":706,"Date":"6/6/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":131,"Cost":124,"Date":"6/16/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":975,"Cost":677,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":134,"Cost":96,"Date":"11/19/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":954,"Cost":521,"Date":"12/28/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":970,"Cost":895,"Date":"2/4/2021"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":13,"Cost":13,"Date":"3/8/2021"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":712,"Cost":386,"Date":"12/18/2021"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":512,"Cost":318,"Date":"3/31/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":703,"Cost":473,"Date":"4/20/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":809,"Cost":767,"Date":"6/26/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":785,"Cost":496,"Date":"7/23/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":934,"Cost":575,"Date":"11/21/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":161,"Cost":124,"Date":"11/26/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":3,"Cost":2,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":214,"Cost":195,"Date":"5/21/2023"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":427,"Cost":239,"Date":"9/28/2023"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":901,"Cost":518,"Date":"1/3/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":924,"Cost":774,"Date":"2/2/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":497,"Cost":301,"Date":"3/18/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":778,"Cost":661,"Date":"10/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":347,"Cost":228,"Date":"2/16/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":754,"Cost":412,"Date":"6/7/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":758,"Cost":441,"Date":"1/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":942,"Cost":659,"Date":"3/27/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":328,"Cost":237,"Date":"5/12/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":87,"Date":"7/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":765,"Cost":540,"Date":"8/8/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":269,"Cost":219,"Date":"12/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":817,"Cost":484,"Date":"1/17/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":360,"Cost":200,"Date":"3/8/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":536,"Cost":409,"Date":"6/6/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":773,"Cost":400,"Date":"6/16/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":400,"Cost":310,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":100,"Cost":64,"Date":"11/19/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":428,"Cost":286,"Date":"12/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":904,"Cost":460,"Date":"2/4/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":954,"Cost":482,"Date":"3/8/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":174,"Cost":119,"Date":"12/18/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":376,"Cost":190,"Date":"3/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":885,"Cost":764,"Date":"4/20/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":971,"Cost":717,"Date":"6/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":831,"Cost":562,"Date":"7/23/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":77,"Cost":57,"Date":"11/21/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":594,"Cost":434,"Date":"11/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":226,"Cost":183,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":370,"Cost":216,"Date":"5/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":76,"Cost":41,"Date":"9/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":330,"Cost":189,"Date":"1/3/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":951,"Cost":857,"Date":"2/2/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":266,"Cost":245,"Date":"3/18/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":213,"Cost":122,"Date":"10/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":117,"Cost":107,"Date":"2/16/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":30,"Cost":18,"Date":"6/7/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":959,"Cost":758,"Date":"1/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":614,"Cost":425,"Date":"3/27/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":94,"Cost":88,"Date":"5/12/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":335,"Cost":311,"Date":"7/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":299,"Cost":247,"Date":"8/8/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":581,"Cost":442,"Date":"12/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":399,"Cost":321,"Date":"1/17/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":979,"Cost":895,"Date":"3/8/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":295,"Cost":169,"Date":"6/6/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":282,"Cost":226,"Date":"6/16/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":400,"Cost":278,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":872,"Cost":817,"Date":"11/19/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":194,"Cost":178,"Date":"12/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":614,"Cost":465,"Date":"2/4/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":847,"Cost":489,"Date":"3/8/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":579,"Cost":463,"Date":"12/18/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":491,"Cost":396,"Date":"3/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":690,"Cost":617,"Date":"4/20/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":59,"Cost":55,"Date":"6/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":932,"Cost":837,"Date":"7/23/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":316,"Cost":159,"Date":"11/21/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":897,"Cost":718,"Date":"11/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":184,"Cost":108,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":305,"Cost":281,"Date":"5/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":237,"Cost":144,"Date":"9/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":97,"Cost":80,"Date":"1/3/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":420,"Cost":322,"Date":"2/2/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":730,"Cost":473,"Date":"3/18/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":308,"Cost":248,"Date":"10/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":231,"Cost":168,"Date":"2/16/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":185,"Cost":103,"Date":"6/7/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":397,"Cost":310,"Date":"1/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":225,"Cost":211,"Date":"3/27/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":277,"Cost":163,"Date":"5/12/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":317,"Cost":296,"Date":"7/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":536,"Cost":498,"Date":"8/8/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":942,"Cost":766,"Date":"12/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":327,"Cost":283,"Date":"1/17/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":225,"Cost":186,"Date":"3/8/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":491,"Cost":270,"Date":"6/6/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":380,"Cost":213,"Date":"6/16/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":760,"Cost":522,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":296,"Cost":177,"Date":"11/19/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":635,"Cost":532,"Date":"12/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":123,"Cost":107,"Date":"2/4/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":578,"Cost":290,"Date":"3/8/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":939,"Cost":658,"Date":"12/18/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":679,"Cost":589,"Date":"3/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":539,"Cost":313,"Date":"4/20/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":756,"Cost":519,"Date":"6/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":534,"Cost":454,"Date":"7/23/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":924,"Cost":866,"Date":"11/21/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":446,"Cost":267,"Date":"11/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":35,"Cost":28,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":233,"Cost":151,"Date":"5/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":482,"Cost":274,"Date":"9/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":29,"Cost":27,"Date":"1/3/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":555,"Cost":304,"Date":"2/2/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":537,"Cost":482,"Date":"3/18/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":198,"Cost":156,"Date":"10/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":421,"Cost":396,"Date":"2/16/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":914,"Cost":693,"Date":"6/7/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":955,"Cost":647,"Date":"1/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":314,"Cost":233,"Date":"3/27/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":929,"Cost":755,"Date":"5/12/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":931,"Cost":823,"Date":"7/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":649,"Cost":431,"Date":"8/8/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":321,"Cost":279,"Date":"12/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":931,"Cost":681,"Date":"1/17/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":842,"Cost":432,"Date":"3/8/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":184,"Cost":151,"Date":"6/6/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":143,"Cost":111,"Date":"6/16/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":397,"Cost":280,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":215,"Cost":151,"Date":"11/19/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":594,"Cost":466,"Date":"12/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":142,"Cost":97,"Date":"2/4/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":465,"Cost":349,"Date":"3/8/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":157,"Cost":117,"Date":"12/18/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":637,"Cost":566,"Date":"3/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":513,"Cost":259,"Date":"4/20/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":15,"Cost":15,"Date":"6/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":792,"Cost":751,"Date":"7/23/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":901,"Cost":714,"Date":"11/21/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":774,"Cost":518,"Date":"11/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":246,"Cost":138,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":926,"Cost":661,"Date":"5/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":996,"Cost":895,"Date":"9/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":750,"Cost":448,"Date":"1/3/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":985,"Cost":711,"Date":"2/2/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":839,"Cost":683,"Date":"3/18/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":299,"Cost":280,"Date":"10/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":797,"Cost":411,"Date":"2/16/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":585,"Cost":451,"Date":"6/7/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":225,"Cost":205,"Date":"1/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":693,"Cost":638,"Date":"3/27/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":397,"Cost":292,"Date":"5/12/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":290,"Cost":243,"Date":"7/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":783,"Cost":670,"Date":"8/8/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":993,"Cost":518,"Date":"12/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":261,"Cost":227,"Date":"1/17/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":231,"Cost":128,"Date":"3/8/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":311,"Cost":233,"Date":"6/6/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":755,"Cost":491,"Date":"6/16/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":226,"Cost":153,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":820,"Cost":739,"Date":"11/19/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":350,"Cost":242,"Date":"12/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":987,"Cost":535,"Date":"2/4/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":308,"Cost":162,"Date":"3/8/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":567,"Cost":412,"Date":"12/18/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":733,"Cost":635,"Date":"3/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":621,"Cost":454,"Date":"4/20/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":845,"Cost":476,"Date":"6/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":113,"Cost":77,"Date":"7/23/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":955,"Cost":640,"Date":"11/21/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":842,"Cost":769,"Date":"11/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":206,"Cost":134,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":931,"Cost":613,"Date":"5/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":574,"Cost":371,"Date":"9/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":150,"Cost":126,"Date":"1/3/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":429,"Cost":332,"Date":"2/2/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":973,"Cost":810,"Date":"3/18/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":292,"Cost":203,"Date":"10/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":269,"Cost":174,"Date":"2/16/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":135,"Cost":121,"Date":"6/7/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":662,"Cost":468,"Date":"1/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":561,"Cost":488,"Date":"3/27/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":564,"Cost":347,"Date":"5/12/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":231,"Cost":148,"Date":"7/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":678,"Cost":358,"Date":"8/8/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":153,"Cost":141,"Date":"12/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":633,"Cost":472,"Date":"1/17/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":636,"Cost":542,"Date":"3/8/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":832,"Cost":476,"Date":"6/6/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":496,"Cost":414,"Date":"6/16/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":174,"Cost":122,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":882,"Cost":657,"Date":"11/19/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":267,"Cost":164,"Date":"12/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":552,"Cost":340,"Date":"2/4/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":628,"Cost":405,"Date":"3/8/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":677,"Cost":623,"Date":"12/18/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":564,"Cost":447,"Date":"3/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":496,"Cost":391,"Date":"4/20/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":710,"Cost":662,"Date":"6/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":38,"Cost":29,"Date":"7/23/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":63,"Cost":60,"Date":"11/21/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":180,"Cost":116,"Date":"11/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":208,"Cost":116,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":767,"Cost":709,"Date":"5/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":160,"Cost":101,"Date":"9/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":980,"Cost":838,"Date":"1/3/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":527,"Cost":429,"Date":"2/2/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":750,"Cost":464,"Date":"3/18/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":266,"Cost":209,"Date":"10/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":97,"Cost":85,"Date":"2/16/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":802,"Cost":684,"Date":"6/7/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":938,"Cost":736,"Date":"1/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":875,"Cost":820,"Date":"3/27/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":353,"Cost":273,"Date":"5/12/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":842,"Cost":743,"Date":"7/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":593,"Cost":420,"Date":"8/8/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":76,"Cost":52,"Date":"12/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":112,"Cost":95,"Date":"1/17/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":396,"Cost":367,"Date":"3/8/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":233,"Cost":123,"Date":"6/6/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":470,"Cost":238,"Date":"6/16/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":339,"Cost":240,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":492,"Cost":313,"Date":"11/19/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":68,"Cost":40,"Date":"12/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":65,"Cost":41,"Date":"2/4/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":92,"Cost":86,"Date":"3/8/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":557,"Cost":319,"Date":"12/18/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":620,"Cost":358,"Date":"3/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":314,"Cost":199,"Date":"4/20/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":604,"Cost":313,"Date":"6/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":137,"Cost":76,"Date":"7/23/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":290,"Cost":240,"Date":"11/21/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":66,"Cost":49,"Date":"11/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":76,"Cost":55,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":165,"Cost":141,"Date":"5/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":662,"Cost":371,"Date":"9/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":989,"Cost":812,"Date":"1/3/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":491,"Cost":298,"Date":"2/2/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":460,"Cost":266,"Date":"3/18/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":629,"Cost":441,"Date":"10/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":751,"Cost":600,"Date":"2/16/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":990,"Cost":930,"Date":"6/7/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":888,"Cost":510,"Date":"1/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":563,"Cost":349,"Date":"3/27/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":398,"Cost":227,"Date":"5/12/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":545,"Cost":286,"Date":"7/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":470,"Cost":324,"Date":"8/8/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":595,"Cost":467,"Date":"12/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":3,"Cost":3,"Date":"1/17/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":489,"Cost":373,"Date":"3/8/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":229,"Cost":188,"Date":"6/6/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":343,"Cost":298,"Date":"6/16/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":768,"Cost":656,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":203,"Cost":158,"Date":"11/19/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":448,"Cost":251,"Date":"12/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":632,"Cost":374,"Date":"2/4/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":102,"Cost":60,"Date":"3/8/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":624,"Cost":531,"Date":"12/18/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":39,"Cost":30,"Date":"3/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":505,"Cost":329,"Date":"4/20/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":349,"Cost":261,"Date":"6/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":83,"Cost":79,"Date":"7/23/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":284,"Cost":158,"Date":"11/21/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":28,"Cost":15,"Date":"11/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":755,"Cost":478,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":176,"Cost":115,"Date":"5/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":155,"Cost":134,"Date":"9/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":408,"Cost":318,"Date":"1/3/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":115,"Cost":95,"Date":"2/2/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":623,"Cost":589,"Date":"3/18/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":807,"Cost":533,"Date":"10/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":841,"Cost":485,"Date":"2/16/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":848,"Cost":706,"Date":"6/7/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":553,"Cost":404,"Date":"1/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":878,"Cost":591,"Date":"3/27/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":821,"Cost":504,"Date":"5/12/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":665,"Cost":622,"Date":"7/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":713,"Cost":592,"Date":"8/8/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":425,"Cost":239,"Date":"12/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":693,"Cost":493,"Date":"1/17/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":966,"Cost":596,"Date":"3/8/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":767,"Cost":401,"Date":"6/6/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":671,"Cost":451,"Date":"6/16/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":640,"Cost":590,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":692,"Cost":639,"Date":"11/19/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":684,"Cost":457,"Date":"12/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":670,"Cost":506,"Date":"2/4/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":616,"Cost":343,"Date":"3/8/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":864,"Cost":815,"Date":"12/18/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":324,"Cost":198,"Date":"3/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":992,"Cost":589,"Date":"4/20/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":240,"Cost":129,"Date":"6/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":631,"Cost":425,"Date":"7/23/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":464,"Cost":414,"Date":"11/21/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":912,"Cost":790,"Date":"11/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":507,"Cost":260,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":712,"Cost":481,"Date":"5/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":681,"Cost":417,"Date":"9/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":202,"Cost":161,"Date":"1/3/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":472,"Cost":433,"Date":"2/2/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":436,"Cost":265,"Date":"3/18/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":689,"Cost":492,"Date":"10/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":639,"Cost":445,"Date":"2/16/2018"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":734,"Cost":424,"Date":"6/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":701,"Cost":465,"Date":"1/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":942,"Cost":648,"Date":"3/27/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":575,"Cost":437,"Date":"5/12/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":161,"Cost":140,"Date":"7/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":411,"Cost":389,"Date":"8/8/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":442,"Cost":275,"Date":"12/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":549,"Cost":448,"Date":"1/17/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":60,"Cost":36,"Date":"3/8/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":29,"Cost":24,"Date":"6/6/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":493,"Cost":467,"Date":"6/16/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":227,"Cost":150,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":230,"Cost":175,"Date":"11/19/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":699,"Cost":575,"Date":"12/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":129,"Cost":108,"Date":"2/4/2021"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":564,"Cost":387,"Date":"3/8/2021"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":411,"Cost":294,"Date":"12/18/2021"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":60,"Cost":42,"Date":"3/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":110,"Cost":76,"Date":"4/20/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":447,"Cost":382,"Date":"6/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":781,"Cost":605,"Date":"7/23/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":875,"Cost":710,"Date":"11/21/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":395,"Cost":219,"Date":"11/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":435,"Cost":321,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":13,"Cost":8,"Date":"5/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":466,"Cost":396,"Date":"9/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":955,"Cost":642,"Date":"1/3/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":891,"Cost":833,"Date":"2/2/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":384,"Cost":218,"Date":"3/18/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":37,"Cost":23,"Date":"10/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":889,"Cost":777,"Date":"2/16/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":191,"Cost":99,"Date":"6/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":704,"Cost":363,"Date":"1/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":392,"Cost":367,"Date":"3/27/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":257,"Cost":145,"Date":"5/12/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":760,"Cost":683,"Date":"7/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":75,"Cost":59,"Date":"8/8/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":746,"Cost":470,"Date":"12/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":162,"Cost":93,"Date":"1/17/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":758,"Cost":382,"Date":"3/8/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":633,"Cost":383,"Date":"6/6/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":471,"Cost":373,"Date":"6/16/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":358,"Cost":196,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":347,"Cost":291,"Date":"11/19/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":442,"Cost":278,"Date":"12/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":632,"Cost":336,"Date":"2/4/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":717,"Cost":388,"Date":"3/8/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":795,"Cost":506,"Date":"12/18/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":915,"Cost":567,"Date":"3/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":73,"Cost":43,"Date":"4/20/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":161,"Cost":142,"Date":"6/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":399,"Cost":207,"Date":"7/23/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":112,"Cost":100,"Date":"11/21/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":177,"Cost":151,"Date":"11/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":984,"Cost":916,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":43,"Cost":37,"Date":"5/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":719,"Cost":546,"Date":"9/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":929,"Cost":842,"Date":"1/3/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":454,"Cost":366,"Date":"2/2/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":115,"Cost":77,"Date":"3/18/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":722,"Cost":366,"Date":"10/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":627,"Cost":380,"Date":"2/16/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":570,"Cost":302,"Date":"6/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":739,"Cost":378,"Date":"1/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":655,"Cost":510,"Date":"3/27/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":376,"Cost":196,"Date":"5/12/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":789,"Cost":722,"Date":"7/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":687,"Cost":522,"Date":"8/8/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":335,"Cost":219,"Date":"12/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":862,"Cost":758,"Date":"1/17/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":849,"Cost":473,"Date":"3/8/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":25,"Cost":18,"Date":"6/6/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":892,"Cost":560,"Date":"6/16/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":792,"Cost":617,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":831,"Cost":608,"Date":"11/19/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":598,"Cost":453,"Date":"12/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":799,"Cost":663,"Date":"2/4/2021"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":706,"Cost":545,"Date":"3/8/2021"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":601,"Cost":364,"Date":"12/18/2021"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":321,"Cost":164,"Date":"3/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":212,"Cost":139,"Date":"4/20/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":785,"Cost":683,"Date":"6/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":757,"Cost":528,"Date":"7/23/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":776,"Cost":494,"Date":"11/21/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":547,"Cost":333,"Date":"11/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":368,"Cost":226,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":266,"Cost":154,"Date":"5/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":189,"Cost":133,"Date":"9/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":243,"Cost":135,"Date":"1/3/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":377,"Cost":236,"Date":"2/2/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":443,"Cost":420,"Date":"3/18/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":30,"Cost":16,"Date":"10/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":882,"Cost":638,"Date":"2/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":546,"Cost":419,"Date":"6/7/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":644,"Cost":406,"Date":"1/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":313,"Cost":186,"Date":"3/27/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":91,"Cost":67,"Date":"5/12/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":528,"Cost":434,"Date":"7/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":7,"Cost":5,"Date":"8/8/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":433,"Cost":260,"Date":"12/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":344,"Cost":208,"Date":"1/17/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":805,"Cost":427,"Date":"3/8/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":238,"Cost":125,"Date":"6/6/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":343,"Cost":295,"Date":"6/16/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":122,"Cost":87,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":567,"Cost":360,"Date":"11/19/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":850,"Cost":748,"Date":"12/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":134,"Cost":120,"Date":"2/4/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":635,"Cost":593,"Date":"3/8/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":737,"Cost":554,"Date":"12/18/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":285,"Cost":161,"Date":"3/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":973,"Cost":627,"Date":"4/20/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":672,"Cost":483,"Date":"6/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":423,"Cost":211,"Date":"7/23/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":312,"Cost":163,"Date":"11/21/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":470,"Cost":404,"Date":"11/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":242,"Cost":195,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":636,"Cost":510,"Date":"5/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":539,"Cost":375,"Date":"9/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":214,"Cost":128,"Date":"1/3/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":967,"Cost":800,"Date":"2/2/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":70,"Cost":60,"Date":"3/18/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":445,"Cost":359,"Date":"10/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":774,"Cost":700,"Date":"2/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":648,"Cost":346,"Date":"6/7/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":487,"Cost":355,"Date":"1/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":228,"Cost":210,"Date":"3/27/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":582,"Cost":523,"Date":"5/12/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":907,"Cost":715,"Date":"7/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":968,"Cost":564,"Date":"8/8/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":171,"Cost":123,"Date":"12/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":851,"Cost":727,"Date":"1/17/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":44,"Cost":32,"Date":"3/8/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":665,"Cost":344,"Date":"6/6/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":36,"Cost":32,"Date":"6/16/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":514,"Cost":317,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":261,"Cost":146,"Date":"11/19/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":825,"Cost":658,"Date":"12/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":478,"Cost":268,"Date":"2/4/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":516,"Cost":326,"Date":"3/8/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":139,"Cost":116,"Date":"12/18/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":567,"Cost":411,"Date":"3/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":722,"Cost":367,"Date":"4/20/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":794,"Cost":497,"Date":"6/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":259,"Cost":215,"Date":"7/23/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":383,"Cost":265,"Date":"11/21/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":935,"Cost":515,"Date":"11/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":338,"Cost":306,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":97,"Cost":72,"Date":"5/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":701,"Cost":664,"Date":"9/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":332,"Cost":236,"Date":"1/3/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":364,"Cost":317,"Date":"2/2/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":368,"Cost":305,"Date":"3/18/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":411,"Cost":219,"Date":"10/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":578,"Cost":391,"Date":"2/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":808,"Cost":440,"Date":"6/7/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":641,"Cost":398,"Date":"1/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":602,"Cost":517,"Date":"3/27/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":334,"Cost":272,"Date":"5/12/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":582,"Cost":483,"Date":"7/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":320,"Cost":247,"Date":"8/8/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":720,"Cost":426,"Date":"12/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":870,"Cost":680,"Date":"1/17/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":694,"Cost":347,"Date":"3/8/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":783,"Cost":652,"Date":"6/6/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":246,"Cost":232,"Date":"6/16/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":67,"Cost":47,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":367,"Cost":313,"Date":"11/19/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":528,"Cost":392,"Date":"12/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":496,"Cost":437,"Date":"2/4/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":517,"Cost":270,"Date":"3/8/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":471,"Cost":403,"Date":"12/18/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":244,"Cost":201,"Date":"3/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":288,"Cost":225,"Date":"4/20/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":587,"Cost":465,"Date":"6/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":502,"Cost":413,"Date":"7/23/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":418,"Cost":271,"Date":"11/21/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":837,"Cost":612,"Date":"11/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":5,"Cost":4,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":266,"Cost":143,"Date":"5/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":310,"Cost":290,"Date":"9/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":110,"Cost":96,"Date":"1/3/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":579,"Cost":494,"Date":"2/2/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":282,"Cost":219,"Date":"3/18/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":537,"Cost":494,"Date":"10/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":769,"Cost":599,"Date":"2/16/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":919,"Cost":535,"Date":"6/7/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":270,"Cost":137,"Date":"1/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":53,"Cost":32,"Date":"3/27/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":923,"Cost":661,"Date":"5/12/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":270,"Cost":151,"Date":"7/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":64,"Cost":40,"Date":"8/8/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":437,"Cost":225,"Date":"12/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":664,"Cost":398,"Date":"1/17/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":983,"Cost":661,"Date":"3/8/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":492,"Cost":461,"Date":"6/6/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":932,"Cost":630,"Date":"6/16/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":777,"Cost":479,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":499,"Cost":464,"Date":"11/19/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":452,"Cost":292,"Date":"12/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":122,"Cost":73,"Date":"2/4/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":616,"Cost":334,"Date":"3/8/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":977,"Cost":547,"Date":"12/18/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":922,"Cost":619,"Date":"3/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":507,"Cost":272,"Date":"4/20/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":719,"Cost":473,"Date":"6/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":636,"Cost":534,"Date":"7/23/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":310,"Cost":249,"Date":"11/21/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":188,"Cost":167,"Date":"11/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":172,"Cost":90,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":523,"Cost":307,"Date":"5/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":167,"Cost":154,"Date":"9/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":575,"Cost":331,"Date":"1/3/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":520,"Cost":455,"Date":"2/2/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":155,"Cost":133,"Date":"3/18/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":705,"Cost":607,"Date":"10/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":355,"Cost":335,"Date":"2/16/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":857,"Cost":634,"Date":"6/7/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":434,"Cost":274,"Date":"1/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":16,"Cost":9,"Date":"3/27/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":275,"Cost":259,"Date":"5/12/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":378,"Cost":284,"Date":"7/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":371,"Cost":311,"Date":"8/8/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":925,"Cost":671,"Date":"12/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":320,"Cost":206,"Date":"1/17/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":65,"Cost":49,"Date":"3/8/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":573,"Cost":453,"Date":"6/6/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":824,"Cost":443,"Date":"6/16/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":237,"Cost":153,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":267,"Cost":135,"Date":"11/19/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":211,"Cost":161,"Date":"12/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":862,"Cost":613,"Date":"2/4/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":41,"Cost":30,"Date":"3/8/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":90,"Cost":82,"Date":"12/18/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":656,"Cost":548,"Date":"3/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":757,"Cost":576,"Date":"4/20/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":252,"Cost":202,"Date":"6/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":849,"Cost":689,"Date":"7/23/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":426,"Cost":340,"Date":"11/21/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":308,"Cost":288,"Date":"11/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":269,"Cost":232,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":480,"Cost":344,"Date":"5/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":149,"Cost":78,"Date":"9/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":885,"Cost":729,"Date":"1/3/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":395,"Cost":347,"Date":"2/2/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":416,"Cost":339,"Date":"3/18/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":250,"Cost":214,"Date":"10/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":221,"Cost":141,"Date":"2/16/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":882,"Cost":774,"Date":"6/7/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":761,"Cost":543,"Date":"1/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":472,"Cost":239,"Date":"3/27/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":418,"Cost":281,"Date":"5/12/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":444,"Cost":350,"Date":"7/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":482,"Cost":338,"Date":"8/8/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":466,"Cost":349,"Date":"12/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":675,"Cost":589,"Date":"1/17/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":412,"Cost":339,"Date":"3/8/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":246,"Cost":154,"Date":"6/6/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":960,"Cost":909,"Date":"6/16/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":48,"Cost":40,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":338,"Cost":177,"Date":"11/19/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":873,"Cost":587,"Date":"12/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":952,"Cost":724,"Date":"2/4/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":128,"Cost":111,"Date":"3/8/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":711,"Cost":656,"Date":"12/18/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":948,"Cost":719,"Date":"3/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":340,"Cost":199,"Date":"4/20/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":722,"Cost":615,"Date":"6/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":423,"Cost":370,"Date":"7/23/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":639,"Cost":606,"Date":"11/21/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":656,"Cost":397,"Date":"11/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":139,"Cost":109,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":809,"Cost":678,"Date":"5/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":950,"Cost":751,"Date":"9/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":57,"Cost":47,"Date":"1/3/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":611,"Cost":480,"Date":"2/2/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":239,"Cost":161,"Date":"3/18/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":592,"Cost":557,"Date":"10/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":753,"Cost":435,"Date":"2/16/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":270,"Cost":152,"Date":"6/7/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":540,"Cost":465,"Date":"1/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":985,"Cost":661,"Date":"3/27/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":426,"Cost":273,"Date":"5/12/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":278,"Cost":142,"Date":"7/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":79,"Cost":56,"Date":"8/8/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":462,"Cost":381,"Date":"12/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":72,"Cost":69,"Date":"1/17/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":959,"Cost":808,"Date":"3/8/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":638,"Cost":343,"Date":"6/6/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":535,"Cost":322,"Date":"6/16/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":671,"Cost":494,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":66,"Cost":43,"Date":"11/19/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":95,"Cost":59,"Date":"12/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":823,"Cost":581,"Date":"2/4/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":641,"Cost":448,"Date":"3/8/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":753,"Cost":701,"Date":"12/18/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":276,"Cost":238,"Date":"3/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":312,"Cost":159,"Date":"4/20/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":691,"Cost":547,"Date":"6/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":212,"Cost":159,"Date":"7/23/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":394,"Cost":331,"Date":"11/21/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":378,"Cost":190,"Date":"11/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":431,"Cost":238,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":968,"Cost":917,"Date":"5/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":963,"Cost":584,"Date":"9/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":756,"Cost":585,"Date":"1/3/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":139,"Cost":125,"Date":"2/2/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":999,"Cost":568,"Date":"3/18/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":898,"Cost":482,"Date":"10/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":255,"Cost":135,"Date":"2/16/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":485,"Cost":368,"Date":"6/7/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":434,"Cost":335,"Date":"1/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":240,"Cost":222,"Date":"3/27/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":433,"Cost":230,"Date":"5/12/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":822,"Cost":439,"Date":"7/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":684,"Cost":577,"Date":"8/8/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":214,"Cost":163,"Date":"12/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":7,"Cost":6,"Date":"1/17/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":506,"Cost":323,"Date":"3/8/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":667,"Cost":610,"Date":"6/6/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":391,"Cost":329,"Date":"6/16/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":22,"Cost":15,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":373,"Cost":235,"Date":"11/19/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":163,"Cost":125,"Date":"12/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":613,"Cost":487,"Date":"2/4/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":244,"Cost":131,"Date":"3/8/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":953,"Cost":490,"Date":"12/18/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":19,"Cost":10,"Date":"3/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":595,"Cost":431,"Date":"4/20/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":218,"Cost":127,"Date":"6/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":20,"Date":"7/23/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":430,"Cost":296,"Date":"11/21/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":653,"Cost":530,"Date":"11/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":496,"Cost":325,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":578,"Cost":496,"Date":"5/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":749,"Cost":598,"Date":"9/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":720,"Cost":659,"Date":"1/3/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":588,"Cost":486,"Date":"2/2/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":177,"Cost":128,"Date":"3/18/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":59,"Cost":50,"Date":"10/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":514,"Cost":440,"Date":"2/16/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":400,"Cost":321,"Date":"6/7/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":139,"Cost":74,"Date":"1/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":899,"Cost":605,"Date":"3/27/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":846,"Cost":673,"Date":"5/12/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":219,"Cost":187,"Date":"7/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":848,"Cost":519,"Date":"8/8/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":937,"Cost":519,"Date":"12/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":160,"Cost":102,"Date":"1/17/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":151,"Cost":93,"Date":"3/8/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":115,"Cost":78,"Date":"6/6/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":431,"Cost":230,"Date":"6/16/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":401,"Cost":376,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":49,"Cost":32,"Date":"11/19/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":533,"Cost":286,"Date":"12/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":144,"Cost":79,"Date":"2/4/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":718,"Cost":451,"Date":"3/8/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":341,"Cost":271,"Date":"12/18/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":84,"Cost":46,"Date":"3/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":879,"Cost":821,"Date":"4/20/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":452,"Cost":402,"Date":"6/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":138,"Cost":107,"Date":"7/23/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":148,"Cost":111,"Date":"11/21/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":737,"Cost":429,"Date":"11/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":16,"Cost":10,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":505,"Cost":402,"Date":"5/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":945,"Cost":655,"Date":"9/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":228,"Cost":177,"Date":"1/3/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":499,"Cost":415,"Date":"2/2/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":655,"Cost":344,"Date":"3/18/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":354,"Cost":198,"Date":"10/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":404,"Cost":316,"Date":"2/16/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":513,"Cost":400,"Date":"6/7/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":3,"Cost":2,"Date":"1/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":630,"Cost":593,"Date":"3/27/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":554,"Cost":351,"Date":"5/12/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":89,"Cost":75,"Date":"7/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":483,"Cost":271,"Date":"8/8/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":386,"Cost":294,"Date":"12/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":824,"Cost":593,"Date":"1/17/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":266,"Cost":241,"Date":"3/8/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":979,"Cost":677,"Date":"6/6/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":484,"Cost":377,"Date":"6/16/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":261,"Cost":177,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":864,"Cost":441,"Date":"11/19/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":853,"Cost":661,"Date":"12/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":736,"Cost":634,"Date":"2/4/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":412,"Cost":369,"Date":"3/8/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":715,"Cost":659,"Date":"12/18/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":98,"Cost":80,"Date":"3/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":186,"Cost":96,"Date":"4/20/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":790,"Cost":663,"Date":"6/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":945,"Cost":506,"Date":"7/23/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":415,"Cost":393,"Date":"11/21/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":693,"Cost":461,"Date":"11/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":176,"Cost":123,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":478,"Cost":249,"Date":"5/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":299,"Cost":161,"Date":"9/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":641,"Cost":434,"Date":"1/3/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":467,"Cost":301,"Date":"2/2/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":280,"Cost":263,"Date":"3/18/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":209,"Cost":147,"Date":"10/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":582,"Cost":322,"Date":"2/16/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":131,"Cost":93,"Date":"6/7/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":277,"Cost":240,"Date":"1/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":438,"Cost":241,"Date":"3/27/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":147,"Cost":137,"Date":"5/12/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":665,"Cost":493,"Date":"7/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":512,"Cost":354,"Date":"8/8/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":486,"Cost":254,"Date":"12/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":425,"Cost":393,"Date":"1/17/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":395,"Cost":312,"Date":"3/8/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":94,"Cost":61,"Date":"6/6/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":913,"Cost":768,"Date":"6/16/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":521,"Cost":419,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":965,"Cost":869,"Date":"11/19/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":266,"Cost":159,"Date":"12/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":481,"Cost":395,"Date":"2/4/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":555,"Cost":480,"Date":"3/8/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":776,"Cost":578,"Date":"12/18/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":30,"Cost":16,"Date":"3/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":273,"Cost":149,"Date":"4/20/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":438,"Cost":273,"Date":"6/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":827,"Cost":618,"Date":"7/23/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":80,"Cost":70,"Date":"11/21/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":966,"Cost":663,"Date":"11/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":931,"Cost":813,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":576,"Cost":465,"Date":"5/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":361,"Cost":205,"Date":"9/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":790,"Cost":738,"Date":"1/3/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":849,"Cost":753,"Date":"2/2/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":619,"Cost":380,"Date":"3/18/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":142,"Cost":103,"Date":"10/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":70,"Cost":50,"Date":"2/16/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":461,"Cost":408,"Date":"6/7/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":52,"Cost":43,"Date":"1/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":217,"Cost":167,"Date":"3/27/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":354,"Cost":214,"Date":"5/12/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":45,"Cost":41,"Date":"7/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":371,"Cost":309,"Date":"8/8/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":134,"Cost":121,"Date":"12/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":38,"Cost":21,"Date":"1/17/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":495,"Date":"3/8/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":849,"Cost":521,"Date":"6/6/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":564,"Cost":529,"Date":"6/16/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":806,"Cost":582,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":846,"Cost":447,"Date":"11/19/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":253,"Cost":209,"Date":"12/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":433,"Cost":231,"Date":"2/4/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":245,"Cost":189,"Date":"3/8/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":870,"Cost":540,"Date":"12/18/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":767,"Cost":698,"Date":"3/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":2,"Cost":2,"Date":"4/20/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":437,"Cost":257,"Date":"6/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":866,"Cost":544,"Date":"7/23/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":511,"Cost":344,"Date":"11/21/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":387,"Cost":277,"Date":"11/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":64,"Cost":40,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":899,"Cost":772,"Date":"5/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":31,"Cost":22,"Date":"9/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":522,"Cost":422,"Date":"1/3/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":277,"Cost":239,"Date":"2/2/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":620,"Date":"3/18/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":74,"Cost":58,"Date":"10/14/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":22,"Date":"2/16/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":166,"Cost":139,"Date":"6/7/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":544,"Cost":388,"Date":"1/28/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":681,"Cost":380,"Date":"3/27/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":173,"Cost":103,"Date":"5/12/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":607,"Cost":395,"Date":"7/28/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":832,"Cost":418,"Date":"8/8/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":728,"Cost":685,"Date":"12/7/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":467,"Cost":411,"Date":"1/17/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":961,"Cost":673,"Date":"3/8/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":892,"Cost":803,"Date":"6/6/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":517,"Cost":306,"Date":"6/16/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":874,"Cost":582,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":372,"Cost":201,"Date":"11/19/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":504,"Cost":279,"Date":"12/28/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":763,"Cost":616,"Date":"2/4/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":871,"Cost":578,"Date":"3/8/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":282,"Cost":258,"Date":"12/18/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":713,"Cost":600,"Date":"3/31/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":139,"Cost":86,"Date":"4/20/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":887,"Cost":783,"Date":"6/26/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":566,"Cost":468,"Date":"7/23/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":976,"Cost":727,"Date":"11/21/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":655,"Cost":528,"Date":"11/26/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":855,"Cost":528,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":596,"Cost":510,"Date":"5/21/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":452,"Cost":348,"Date":"9/28/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":72,"Cost":39,"Date":"1/3/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":174,"Cost":124,"Date":"2/2/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":227,"Cost":156,"Date":"3/18/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":997,"Cost":642,"Date":"10/14/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":827,"Cost":646,"Date":"2/16/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":51,"Cost":34,"Date":"6/7/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":421,"Cost":257,"Date":"1/28/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":465,"Cost":243,"Date":"3/27/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":629,"Cost":381,"Date":"5/12/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":695,"Cost":355,"Date":"7/28/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":761,"Cost":555,"Date":"8/8/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":138,"Cost":115,"Date":"12/7/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":11,"Cost":10,"Date":"1/17/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":429,"Cost":347,"Date":"3/8/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":182,"Cost":98,"Date":"6/6/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":150,"Cost":90,"Date":"6/16/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":648,"Cost":421,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":530,"Cost":431,"Date":"11/19/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":477,"Cost":252,"Date":"12/28/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":985,"Cost":758,"Date":"2/4/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":24,"Cost":23,"Date":"3/8/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":307,"Cost":281,"Date":"12/18/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":353,"Cost":262,"Date":"3/31/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":996,"Cost":923,"Date":"4/20/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":492,"Cost":396,"Date":"6/26/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":49,"Cost":46,"Date":"7/23/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":39,"Cost":37,"Date":"11/21/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":60,"Cost":36,"Date":"11/26/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":240,"Cost":171,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":519,"Cost":380,"Date":"5/21/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":72,"Cost":56,"Date":"9/28/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":71,"Cost":66,"Date":"1/3/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":779,"Cost":520,"Date":"2/2/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":473,"Cost":418,"Date":"3/18/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":218,"Cost":136,"Date":"10/14/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":216,"Cost":200,"Date":"2/16/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":134,"Cost":112,"Date":"6/7/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":477,"Cost":406,"Date":"1/28/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":848,"Cost":535,"Date":"3/27/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":185,"Cost":160,"Date":"5/12/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":612,"Cost":328,"Date":"7/28/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":235,"Cost":175,"Date":"8/8/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":34,"Cost":29,"Date":"12/7/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":21,"Cost":15,"Date":"1/17/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":856,"Cost":527,"Date":"3/8/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":543,"Cost":393,"Date":"6/6/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":378,"Cost":273,"Date":"6/16/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":715,"Cost":674,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":429,"Cost":298,"Date":"11/19/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":180,"Cost":103,"Date":"12/28/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":405,"Cost":248,"Date":"2/4/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":595,"Cost":478,"Date":"3/8/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":166,"Cost":136,"Date":"12/18/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":893,"Cost":717,"Date":"3/31/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":775,"Cost":519,"Date":"4/20/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":77,"Cost":40,"Date":"6/26/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":509,"Cost":381,"Date":"7/23/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":827,"Cost":532,"Date":"11/21/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":927,"Cost":549,"Date":"11/26/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":764,"Cost":710,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":358,"Cost":228,"Date":"5/21/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":238,"Cost":185,"Date":"9/28/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":171,"Cost":134,"Date":"1/3/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":318,"Cost":248,"Date":"2/2/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":935,"Cost":693,"Date":"3/18/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":268,"Cost":164,"Date":"10/14/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":576,"Cost":365,"Date":"2/16/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":518,"Cost":463,"Date":"6/7/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":191,"Cost":171,"Date":"1/28/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":243,"Cost":144,"Date":"3/27/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":352,"Cost":211,"Date":"5/12/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":456,"Cost":417,"Date":"7/28/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":585,"Cost":474,"Date":"8/8/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":821,"Cost":514,"Date":"12/7/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":122,"Cost":78,"Date":"1/17/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":285,"Cost":159,"Date":"3/8/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":343,"Cost":221,"Date":"6/6/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":20,"Cost":11,"Date":"6/16/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":257,"Cost":136,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":805,"Cost":540,"Date":"11/19/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":268,"Cost":210,"Date":"12/28/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":893,"Cost":576,"Date":"2/4/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":203,"Cost":107,"Date":"3/8/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":449,"Cost":333,"Date":"12/18/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":242,"Cost":203,"Date":"3/31/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":10,"Cost":8,"Date":"4/20/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":348,"Cost":238,"Date":"6/26/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":2,"Cost":2,"Date":"7/23/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":825,"Cost":701,"Date":"11/21/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":403,"Cost":376,"Date":"11/26/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":889,"Cost":486,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":785,"Cost":680,"Date":"5/21/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":474,"Cost":440,"Date":"9/28/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":910,"Cost":819,"Date":"1/3/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":70,"Cost":62,"Date":"2/2/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":753,"Cost":464,"Date":"3/18/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":100,"Cost":89,"Date":"10/14/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":276,"Cost":189,"Date":"2/16/2018"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":433,"Cost":349,"Date":"6/7/2018"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":632,"Cost":457,"Date":"1/28/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":269,"Cost":191,"Date":"3/27/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":843,"Cost":624,"Date":"5/12/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":99,"Cost":88,"Date":"7/28/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":659,"Cost":358,"Date":"8/8/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":492,"Cost":424,"Date":"12/7/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":695,"Cost":489,"Date":"1/17/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":42,"Cost":23,"Date":"3/8/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":260,"Cost":199,"Date":"6/6/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":253,"Cost":159,"Date":"6/16/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":65,"Cost":42,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":269,"Cost":248,"Date":"11/19/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":831,"Cost":649,"Date":"12/28/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":901,"Cost":849,"Date":"2/4/2021"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":355,"Cost":257,"Date":"3/8/2021"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":373,"Cost":220,"Date":"12/18/2021"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":550,"Cost":463,"Date":"3/31/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":637,"Cost":605,"Date":"4/20/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":472,"Cost":318,"Date":"6/26/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":996,"Cost":932,"Date":"7/23/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":16,"Cost":15,"Date":"11/21/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":739,"Cost":658,"Date":"11/26/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":299,"Cost":269,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":547,"Cost":458,"Date":"5/21/2023"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":956,"Cost":656,"Date":"9/28/2023"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":100,"Cost":55,"Date":"1/3/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":497,"Cost":282,"Date":"2/2/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":159,"Cost":93,"Date":"3/18/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":43,"Cost":37,"Date":"10/14/2024"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":646,"Cost":360,"Date":"2/16/2018"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":124,"Cost":85,"Date":"6/7/2018"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":976,"Cost":862,"Date":"1/28/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":118,"Cost":69,"Date":"3/27/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":364,"Cost":206,"Date":"5/12/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":869,"Cost":635,"Date":"7/28/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":112,"Cost":58,"Date":"8/8/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":472,"Cost":346,"Date":"12/7/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":889,"Cost":476,"Date":"1/17/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":679,"Cost":374,"Date":"3/8/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":978,"Cost":882,"Date":"6/6/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":80,"Cost":54,"Date":"6/16/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":62,"Cost":55,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":797,"Cost":751,"Date":"11/19/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":807,"Cost":719,"Date":"12/28/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":455,"Cost":259,"Date":"2/4/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":602,"Cost":489,"Date":"3/8/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":569,"Cost":526,"Date":"12/18/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":641,"Cost":575,"Date":"3/31/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":147,"Cost":92,"Date":"4/20/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":918,"Cost":732,"Date":"6/26/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":175,"Cost":166,"Date":"7/23/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":377,"Cost":216,"Date":"11/21/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":190,"Cost":179,"Date":"11/26/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":932,"Cost":753,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":164,"Cost":95,"Date":"5/21/2023"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":42,"Cost":25,"Date":"9/28/2023"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":95,"Cost":85,"Date":"1/3/2024"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":707,"Cost":518,"Date":"2/2/2024"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":460,"Cost":423,"Date":"3/18/2024"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":145,"Cost":107,"Date":"10/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":973,"Cost":799,"Date":"2/16/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":97,"Cost":90,"Date":"6/7/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":145,"Cost":127,"Date":"1/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":27,"Cost":17,"Date":"3/27/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":335,"Cost":305,"Date":"5/12/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":178,"Cost":92,"Date":"7/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":211,"Cost":166,"Date":"8/8/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":630,"Cost":330,"Date":"12/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":651,"Cost":424,"Date":"1/17/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":146,"Cost":88,"Date":"3/8/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":358,"Cost":327,"Date":"6/6/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":651,"Cost":487,"Date":"6/16/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":919,"Cost":659,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":364,"Cost":225,"Date":"11/19/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":42,"Cost":36,"Date":"12/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":563,"Cost":406,"Date":"2/4/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":480,"Cost":375,"Date":"3/8/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":893,"Cost":748,"Date":"12/18/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":372,"Cost":203,"Date":"3/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":580,"Cost":388,"Date":"4/20/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":668,"Cost":451,"Date":"6/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":71,"Cost":63,"Date":"7/23/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":195,"Cost":104,"Date":"11/21/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":445,"Cost":231,"Date":"11/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":391,"Cost":216,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":552,"Cost":299,"Date":"5/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":949,"Cost":765,"Date":"9/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":20,"Cost":14,"Date":"1/3/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":787,"Cost":617,"Date":"2/2/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":312,"Cost":259,"Date":"3/18/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":625,"Cost":438,"Date":"10/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":278,"Cost":155,"Date":"2/16/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":565,"Cost":340,"Date":"6/7/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":149,"Cost":139,"Date":"1/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":704,"Cost":393,"Date":"3/27/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":956,"Cost":674,"Date":"5/12/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":308,"Cost":199,"Date":"7/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":14,"Cost":7,"Date":"8/8/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":284,"Cost":260,"Date":"12/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":212,"Cost":200,"Date":"1/17/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":272,"Cost":219,"Date":"3/8/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":232,"Cost":218,"Date":"6/6/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":666,"Cost":378,"Date":"6/16/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":87,"Cost":66,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":819,"Cost":651,"Date":"11/19/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":847,"Cost":785,"Date":"12/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":542,"Cost":407,"Date":"2/4/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":863,"Cost":783,"Date":"3/8/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":252,"Cost":203,"Date":"12/18/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":583,"Cost":486,"Date":"3/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":92,"Cost":69,"Date":"4/20/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":497,"Cost":358,"Date":"6/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":664,"Cost":499,"Date":"7/23/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":782,"Cost":497,"Date":"11/21/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":818,"Cost":666,"Date":"11/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":409,"Cost":332,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":229,"Cost":124,"Date":"5/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":6,"Cost":5,"Date":"9/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":804,"Cost":649,"Date":"1/3/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":138,"Cost":99,"Date":"2/2/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":126,"Cost":104,"Date":"3/18/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":282,"Cost":243,"Date":"10/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":555,"Cost":442,"Date":"2/16/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":408,"Cost":259,"Date":"6/7/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":933,"Cost":871,"Date":"1/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":782,"Cost":696,"Date":"3/27/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":799,"Cost":552,"Date":"5/12/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":987,"Cost":607,"Date":"7/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":476,"Cost":295,"Date":"8/8/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":283,"Cost":144,"Date":"12/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":529,"Cost":463,"Date":"1/17/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":952,"Cost":649,"Date":"3/8/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":240,"Cost":155,"Date":"6/6/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":231,"Cost":139,"Date":"6/16/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":759,"Cost":525,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":755,"Cost":601,"Date":"11/19/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":338,"Cost":211,"Date":"12/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":379,"Cost":244,"Date":"2/4/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":423,"Cost":250,"Date":"3/8/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":419,"Cost":304,"Date":"12/18/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":172,"Cost":135,"Date":"3/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":262,"Cost":223,"Date":"4/20/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":693,"Cost":498,"Date":"6/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":872,"Cost":716,"Date":"7/23/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":452,"Cost":418,"Date":"11/21/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":368,"Cost":204,"Date":"11/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":921,"Cost":763,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":750,"Cost":706,"Date":"5/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":547,"Cost":367,"Date":"9/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":504,"Cost":269,"Date":"1/3/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":166,"Cost":109,"Date":"2/2/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":285,"Cost":262,"Date":"3/18/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":1000,"Cost":517,"Date":"10/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":212,"Cost":171,"Date":"2/16/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":773,"Cost":562,"Date":"6/7/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":896,"Cost":648,"Date":"1/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":76,"Cost":58,"Date":"3/27/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":178,"Cost":113,"Date":"5/12/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":905,"Cost":646,"Date":"7/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":300,"Cost":187,"Date":"8/8/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":298,"Cost":239,"Date":"12/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":25,"Cost":18,"Date":"1/17/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":217,"Cost":205,"Date":"3/8/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":956,"Cost":890,"Date":"6/6/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":557,"Cost":411,"Date":"6/16/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":24,"Cost":21,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":61,"Cost":58,"Date":"11/19/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":967,"Cost":686,"Date":"12/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":392,"Cost":263,"Date":"2/4/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":165,"Cost":116,"Date":"3/8/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":480,"Cost":260,"Date":"12/18/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":917,"Cost":808,"Date":"3/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":569,"Cost":341,"Date":"4/20/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":15,"Cost":9,"Date":"6/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":107,"Cost":72,"Date":"7/23/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":924,"Cost":795,"Date":"11/21/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":339,"Cost":202,"Date":"11/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":85,"Cost":75,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":307,"Cost":194,"Date":"5/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":121,"Cost":95,"Date":"9/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":255,"Cost":211,"Date":"1/3/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":448,"Cost":384,"Date":"2/2/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":624,"Cost":549,"Date":"3/18/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":519,"Cost":298,"Date":"10/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":76,"Cost":41,"Date":"2/16/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":983,"Cost":885,"Date":"6/7/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":31,"Cost":25,"Date":"1/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":435,"Cost":261,"Date":"3/27/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":152,"Cost":118,"Date":"5/12/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":119,"Cost":66,"Date":"7/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":248,"Cost":158,"Date":"8/8/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":998,"Cost":635,"Date":"12/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":527,"Cost":499,"Date":"1/17/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":241,"Cost":188,"Date":"3/8/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":344,"Cost":310,"Date":"6/6/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":996,"Cost":606,"Date":"6/16/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":248,"Cost":150,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":392,"Cost":206,"Date":"11/19/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":322,"Cost":276,"Date":"12/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":421,"Cost":264,"Date":"2/4/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":25,"Cost":13,"Date":"3/8/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":931,"Cost":736,"Date":"12/18/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":671,"Cost":415,"Date":"3/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":637,"Cost":485,"Date":"4/20/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":169,"Cost":125,"Date":"6/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":456,"Cost":373,"Date":"7/23/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":570,"Cost":504,"Date":"11/21/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":703,"Cost":497,"Date":"11/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":549,"Cost":308,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":861,"Cost":663,"Date":"5/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":980,"Cost":630,"Date":"9/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":694,"Cost":595,"Date":"1/3/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":819,"Cost":425,"Date":"2/2/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":475,"Cost":374,"Date":"3/18/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":427,"Cost":355,"Date":"10/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":979,"Cost":899,"Date":"2/16/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":363,"Cost":283,"Date":"6/7/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":124,"Cost":68,"Date":"1/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":86,"Cost":48,"Date":"3/27/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":980,"Cost":826,"Date":"5/12/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":828,"Cost":684,"Date":"7/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":684,"Cost":381,"Date":"8/8/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":140,"Cost":82,"Date":"12/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":855,"Cost":707,"Date":"1/17/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":472,"Cost":392,"Date":"3/8/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":305,"Cost":263,"Date":"6/6/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":725,"Cost":386,"Date":"6/16/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":571,"Cost":536,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":414,"Cost":217,"Date":"11/19/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":317,"Cost":227,"Date":"12/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":665,"Cost":417,"Date":"2/4/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":416,"Cost":232,"Date":"3/8/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":907,"Cost":789,"Date":"12/18/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":260,"Cost":201,"Date":"3/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":49,"Cost":35,"Date":"4/20/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":938,"Cost":544,"Date":"6/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":120,"Cost":91,"Date":"7/23/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":232,"Cost":171,"Date":"11/21/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":257,"Cost":132,"Date":"11/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":487,"Cost":374,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":632,"Cost":322,"Date":"5/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":791,"Cost":752,"Date":"9/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":528,"Cost":466,"Date":"1/3/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":39,"Cost":20,"Date":"2/2/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":243,"Cost":178,"Date":"3/18/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":14,"Cost":7,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":421,"Cost":266,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":671,"Cost":440,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":484,"Cost":350,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":422,"Cost":307,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":769,"Cost":613,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":797,"Cost":508,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":840,"Cost":458,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":204,"Cost":189,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":588,"Cost":354,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":512,"Cost":427,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":734,"Cost":530,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":852,"Cost":809,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":129,"Cost":76,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":624,"Cost":317,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":930,"Cost":794,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":798,"Cost":595,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":281,"Cost":237,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":298,"Cost":282,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":660,"Cost":442,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":369,"Cost":303,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":993,"Cost":897,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":977,"Cost":542,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":494,"Cost":257,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":352,"Cost":204,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":511,"Cost":427,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":450,"Cost":279,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":276,"Cost":185,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":947,"Cost":647,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":654,"Cost":595,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":830,"Cost":724,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":994,"Cost":746,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":91,"Cost":70,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":552,"Cost":290,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":216,"Cost":116,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":567,"Cost":527,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":317,"Cost":271,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":177,"Cost":167,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":66,"Cost":45,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":19,"Cost":13,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":658,"Cost":494,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":600,"Cost":507,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":934,"Cost":516,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":353,"Cost":198,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":406,"Cost":253,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":333,"Cost":302,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":178,"Cost":145,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":349,"Cost":222,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":438,"Cost":372,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":282,"Cost":231,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":540,"Cost":276,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":582,"Cost":326,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":68,"Cost":40,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":891,"Cost":621,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":464,"Cost":315,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":691,"Cost":526,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":519,"Cost":478,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":305,"Cost":195,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":65,"Cost":50,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":462,"Cost":427,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":850,"Cost":661,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":52,"Cost":41,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":896,"Cost":635,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":973,"Cost":874,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":592,"Cost":524,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":408,"Cost":314,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":291,"Cost":249,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":552,"Cost":295,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":717,"Cost":435,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":858,"Cost":801,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":719,"Cost":368,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":914,"Cost":766,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":742,"Cost":642,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":917,"Cost":745,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":507,"Cost":300,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":278,"Cost":229,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":767,"Cost":564,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":853,"Cost":782,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":503,"Cost":333,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":999,"Cost":612,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":266,"Cost":210,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":108,"Cost":70,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":95,"Cost":74,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":701,"Cost":373,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":240,"Cost":125,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":477,"Cost":360,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":111,"Cost":85,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":97,"Cost":58,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":579,"Cost":438,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":587,"Cost":394,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":353,"Cost":267,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":567,"Cost":419,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":488,"Cost":326,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":4,"Cost":3,"Date":"10/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":217,"Cost":186,"Date":"2/16/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":409,"Cost":290,"Date":"6/7/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":800,"Cost":437,"Date":"1/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":786,"Cost":608,"Date":"3/27/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":432,"Cost":344,"Date":"5/12/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":10,"Cost":5,"Date":"7/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":457,"Cost":272,"Date":"8/8/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":553,"Cost":502,"Date":"12/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":650,"Cost":418,"Date":"1/17/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":586,"Cost":358,"Date":"3/8/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":149,"Cost":97,"Date":"6/6/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":236,"Cost":128,"Date":"6/16/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":509,"Cost":348,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":577,"Cost":518,"Date":"11/19/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":471,"Cost":326,"Date":"12/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":804,"Cost":684,"Date":"2/4/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":810,"Cost":727,"Date":"3/8/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":563,"Cost":365,"Date":"12/18/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":344,"Cost":188,"Date":"3/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":697,"Cost":440,"Date":"4/20/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":479,"Cost":333,"Date":"6/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":150,"Cost":118,"Date":"7/23/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":384,"Cost":324,"Date":"11/21/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":661,"Cost":468,"Date":"11/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":25,"Cost":18,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":711,"Cost":472,"Date":"5/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":481,"Cost":389,"Date":"9/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":955,"Cost":630,"Date":"1/3/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":268,"Cost":193,"Date":"2/2/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":232,"Cost":129,"Date":"3/18/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":121,"Cost":68,"Date":"10/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":688,"Cost":646,"Date":"2/16/2018"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":679,"Cost":493,"Date":"6/7/2018"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":127,"Cost":118,"Date":"1/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":44,"Cost":25,"Date":"3/27/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":845,"Cost":468,"Date":"5/12/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":25,"Cost":16,"Date":"7/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":229,"Cost":188,"Date":"8/8/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":772,"Cost":516,"Date":"12/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":329,"Cost":297,"Date":"1/17/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":801,"Cost":484,"Date":"3/8/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":938,"Cost":742,"Date":"6/6/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":989,"Cost":506,"Date":"6/16/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":790,"Cost":593,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":119,"Cost":101,"Date":"11/19/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":862,"Cost":721,"Date":"12/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":254,"Cost":172,"Date":"2/4/2021"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":621,"Cost":545,"Date":"3/8/2021"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":217,"Cost":114,"Date":"12/18/2021"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":458,"Cost":369,"Date":"3/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":261,"Cost":247,"Date":"4/20/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":722,"Cost":567,"Date":"6/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":246,"Cost":169,"Date":"7/23/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":484,"Cost":355,"Date":"11/21/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":931,"Cost":640,"Date":"11/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":799,"Cost":462,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":124,"Cost":92,"Date":"5/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":111,"Cost":92,"Date":"9/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":708,"Cost":429,"Date":"1/3/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":461,"Cost":426,"Date":"2/2/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":934,"Cost":553,"Date":"3/18/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":959,"Cost":868,"Date":"10/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":865,"Cost":771,"Date":"2/16/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":428,"Cost":346,"Date":"6/7/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":255,"Cost":207,"Date":"1/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":736,"Cost":373,"Date":"3/27/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":254,"Cost":147,"Date":"5/12/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":759,"Cost":443,"Date":"7/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":542,"Cost":415,"Date":"8/8/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":781,"Cost":455,"Date":"12/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":463,"Cost":242,"Date":"1/17/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":4,"Cost":2,"Date":"3/8/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":435,"Cost":219,"Date":"6/6/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":845,"Cost":508,"Date":"6/16/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":269,"Cost":220,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":167,"Cost":110,"Date":"11/19/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":30,"Cost":17,"Date":"12/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":841,"Cost":520,"Date":"2/4/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":592,"Cost":503,"Date":"3/8/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":186,"Cost":159,"Date":"12/18/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":2,"Cost":1,"Date":"3/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":520,"Cost":316,"Date":"4/20/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":595,"Cost":468,"Date":"6/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":395,"Cost":253,"Date":"7/23/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":670,"Cost":481,"Date":"11/21/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":209,"Cost":148,"Date":"11/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":619,"Cost":444,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":569,"Cost":353,"Date":"5/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":755,"Cost":481,"Date":"9/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":869,"Cost":815,"Date":"1/3/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":565,"Cost":504,"Date":"2/2/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":377,"Cost":301,"Date":"3/18/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":91,"Cost":52,"Date":"10/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":69,"Cost":39,"Date":"2/16/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":260,"Date":"6/7/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":430,"Cost":281,"Date":"1/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":697,"Cost":435,"Date":"3/27/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":788,"Cost":526,"Date":"5/12/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":382,"Cost":207,"Date":"7/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":5,"Cost":4,"Date":"8/8/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":876,"Cost":763,"Date":"12/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":655,"Cost":535,"Date":"1/17/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":290,"Cost":191,"Date":"3/8/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":582,"Cost":322,"Date":"6/6/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":459,"Cost":270,"Date":"6/16/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":51,"Cost":36,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":186,"Cost":99,"Date":"11/19/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":315,"Cost":176,"Date":"12/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":499,"Cost":347,"Date":"2/4/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":617,"Cost":411,"Date":"3/8/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":246,"Cost":167,"Date":"12/18/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":823,"Cost":757,"Date":"3/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":203,"Date":"4/20/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":639,"Cost":439,"Date":"6/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":130,"Cost":103,"Date":"7/23/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":992,"Cost":697,"Date":"11/21/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":836,"Cost":538,"Date":"11/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":104,"Cost":52,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":513,"Cost":320,"Date":"5/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":344,"Cost":315,"Date":"9/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":343,"Cost":264,"Date":"1/3/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":863,"Cost":502,"Date":"2/2/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":77,"Cost":40,"Date":"3/18/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":944,"Cost":809,"Date":"10/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":940,"Cost":844,"Date":"2/16/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":174,"Cost":105,"Date":"6/7/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":102,"Cost":80,"Date":"1/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":970,"Cost":914,"Date":"3/27/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":406,"Cost":254,"Date":"5/12/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":431,"Cost":224,"Date":"7/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":474,"Date":"8/8/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":734,"Cost":566,"Date":"12/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":158,"Cost":133,"Date":"1/17/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":220,"Cost":171,"Date":"3/8/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":625,"Cost":367,"Date":"6/6/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":144,"Date":"6/16/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":324,"Cost":208,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":679,"Cost":461,"Date":"11/19/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":833,"Cost":730,"Date":"12/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":439,"Cost":378,"Date":"2/4/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":317,"Cost":234,"Date":"3/8/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":20,"Cost":11,"Date":"12/18/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":607,"Cost":315,"Date":"3/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":339,"Cost":243,"Date":"4/20/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":264,"Cost":185,"Date":"6/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":768,"Cost":473,"Date":"7/23/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":564,"Date":"11/21/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":457,"Cost":273,"Date":"11/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":575,"Cost":350,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":179,"Cost":112,"Date":"5/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":676,"Cost":399,"Date":"9/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":544,"Cost":492,"Date":"1/3/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":900,"Cost":544,"Date":"2/2/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":903,"Cost":642,"Date":"3/18/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":181,"Cost":124,"Date":"10/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":821,"Cost":673,"Date":"2/16/2018"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":363,"Cost":297,"Date":"6/7/2018"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":695,"Cost":503,"Date":"1/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":190,"Cost":117,"Date":"3/27/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":75,"Cost":72,"Date":"5/12/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":35,"Cost":30,"Date":"7/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":657,"Cost":601,"Date":"8/8/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":716,"Cost":423,"Date":"12/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":965,"Cost":553,"Date":"1/17/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":11,"Cost":10,"Date":"3/8/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":349,"Cost":322,"Date":"6/6/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":591,"Cost":506,"Date":"6/16/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":727,"Cost":519,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":169,"Cost":113,"Date":"11/19/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":946,"Cost":564,"Date":"12/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":127,"Cost":88,"Date":"2/4/2021"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":761,"Cost":704,"Date":"3/8/2021"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":632,"Cost":429,"Date":"12/18/2021"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":714,"Cost":427,"Date":"3/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":318,"Cost":246,"Date":"4/20/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":121,"Cost":70,"Date":"6/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":788,"Cost":625,"Date":"7/23/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":894,"Cost":599,"Date":"11/21/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":719,"Cost":380,"Date":"11/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":597,"Cost":513,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":359,"Cost":225,"Date":"5/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":842,"Cost":742,"Date":"9/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":700,"Cost":628,"Date":"1/3/2024"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":138,"Cost":108,"Date":"2/2/2024"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":713,"Cost":516,"Date":"3/18/2024"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":546,"Cost":441,"Date":"10/14/2024"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":75,"Cost":60,"Date":"2/16/2018"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":194,"Cost":105,"Date":"6/7/2018"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":873,"Cost":716,"Date":"1/28/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":541,"Cost":323,"Date":"3/27/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":241,"Cost":208,"Date":"5/12/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":179,"Cost":158,"Date":"7/28/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":827,"Cost":666,"Date":"8/8/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":252,"Cost":199,"Date":"12/7/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":10,"Cost":9,"Date":"1/17/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":191,"Cost":178,"Date":"3/8/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":226,"Cost":152,"Date":"6/6/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":59,"Cost":48,"Date":"6/16/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":752,"Cost":407,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":131,"Cost":67,"Date":"11/19/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":542,"Cost":388,"Date":"12/28/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":202,"Cost":124,"Date":"2/4/2021"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":137,"Cost":128,"Date":"3/8/2021"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":404,"Cost":316,"Date":"12/18/2021"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":840,"Cost":655,"Date":"3/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":116,"Cost":69,"Date":"4/20/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":946,"Cost":569,"Date":"6/26/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":883,"Cost":569,"Date":"7/23/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":444,"Cost":343,"Date":"11/21/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":269,"Cost":193,"Date":"11/26/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":860,"Cost":605,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":671,"Cost":563,"Date":"5/21/2023"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":106,"Cost":99,"Date":"9/28/2023"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":593,"Cost":323,"Date":"1/3/2024"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":63,"Cost":49,"Date":"2/2/2024"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":382,"Cost":349,"Date":"3/18/2024"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":358,"Cost":336,"Date":"10/14/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":936,"Cost":555,"Date":"2/16/2018"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":504,"Cost":368,"Date":"6/7/2018"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":615,"Cost":387,"Date":"1/28/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":753,"Cost":551,"Date":"3/27/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":3,"Cost":1,"Date":"5/12/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":741,"Cost":442,"Date":"7/28/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":984,"Cost":821,"Date":"8/8/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":541,"Cost":290,"Date":"12/7/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":643,"Cost":574,"Date":"1/17/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":469,"Cost":432,"Date":"3/8/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":305,"Cost":166,"Date":"6/6/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":736,"Cost":624,"Date":"6/16/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":251,"Cost":129,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":709,"Cost":638,"Date":"11/19/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":483,"Cost":372,"Date":"12/28/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":565,"Cost":319,"Date":"2/4/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":485,"Cost":271,"Date":"3/8/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":784,"Cost":588,"Date":"12/18/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":7,"Cost":4,"Date":"3/31/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":350,"Cost":247,"Date":"4/20/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":21,"Cost":20,"Date":"6/26/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":520,"Cost":288,"Date":"7/23/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":502,"Cost":325,"Date":"11/21/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":416,"Cost":243,"Date":"11/26/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":425,"Cost":255,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":685,"Cost":395,"Date":"5/21/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":848,"Cost":478,"Date":"9/28/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":513,"Cost":307,"Date":"1/3/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":132,"Cost":89,"Date":"2/2/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":523,"Cost":395,"Date":"3/18/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":285,"Cost":210,"Date":"10/14/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":316,"Cost":239,"Date":"2/16/2018"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":436,"Cost":399,"Date":"6/7/2018"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":189,"Cost":124,"Date":"1/28/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":755,"Cost":453,"Date":"3/27/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":519,"Cost":434,"Date":"5/12/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":780,"Cost":687,"Date":"7/28/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":653,"Cost":404,"Date":"8/8/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":73,"Cost":36,"Date":"12/7/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":945,"Cost":835,"Date":"1/17/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":904,"Cost":536,"Date":"3/8/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":766,"Cost":401,"Date":"6/6/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":967,"Cost":862,"Date":"6/16/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":718,"Cost":427,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":899,"Cost":563,"Date":"11/19/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":259,"Cost":145,"Date":"12/28/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":663,"Cost":571,"Date":"2/4/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":201,"Cost":113,"Date":"3/8/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":559,"Cost":502,"Date":"12/18/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":638,"Cost":436,"Date":"3/31/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":995,"Cost":919,"Date":"4/20/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":106,"Cost":99,"Date":"6/26/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":90,"Cost":76,"Date":"7/23/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":215,"Cost":150,"Date":"11/21/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":547,"Cost":517,"Date":"11/26/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":646,"Cost":465,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":776,"Cost":509,"Date":"5/21/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":948,"Cost":621,"Date":"9/28/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":889,"Cost":463,"Date":"1/3/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":67,"Cost":38,"Date":"2/2/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":481,"Cost":268,"Date":"3/18/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":436,"Cost":372,"Date":"10/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":70,"Cost":62,"Date":"2/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":223,"Cost":196,"Date":"6/7/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":285,"Cost":237,"Date":"1/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":448,"Cost":306,"Date":"3/27/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":95,"Cost":84,"Date":"5/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":377,"Cost":240,"Date":"7/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":383,"Cost":294,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":943,"Cost":770,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":142,"Cost":109,"Date":"1/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":437,"Cost":360,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":124,"Cost":68,"Date":"6/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":5,"Cost":4,"Date":"6/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":162,"Cost":117,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":741,"Cost":607,"Date":"11/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":417,"Cost":264,"Date":"12/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":812,"Cost":762,"Date":"2/4/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":481,"Cost":415,"Date":"3/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":165,"Cost":154,"Date":"12/18/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":354,"Cost":212,"Date":"3/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":26,"Cost":15,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":351,"Cost":312,"Date":"6/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":283,"Cost":142,"Date":"7/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":66,"Cost":54,"Date":"11/21/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":768,"Cost":538,"Date":"11/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":986,"Cost":868,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":739,"Cost":388,"Date":"5/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":816,"Cost":438,"Date":"9/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":73,"Cost":67,"Date":"1/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":895,"Cost":568,"Date":"2/2/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":227,"Cost":156,"Date":"3/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":920,"Cost":623,"Date":"10/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":597,"Cost":463,"Date":"2/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":776,"Cost":573,"Date":"6/7/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":140,"Cost":87,"Date":"1/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":127,"Cost":91,"Date":"3/27/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":887,"Cost":815,"Date":"5/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":429,"Cost":258,"Date":"7/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":870,"Cost":825,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":901,"Cost":635,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":657,"Cost":452,"Date":"1/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":6,"Cost":3,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":932,"Cost":535,"Date":"6/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":504,"Cost":392,"Date":"6/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":44,"Cost":24,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":538,"Cost":478,"Date":"11/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":78,"Cost":45,"Date":"12/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":87,"Cost":58,"Date":"2/4/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":261,"Cost":144,"Date":"3/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":914,"Cost":818,"Date":"12/18/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":653,"Cost":525,"Date":"3/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":928,"Cost":728,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":426,"Cost":367,"Date":"6/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":19,"Cost":14,"Date":"7/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":806,"Cost":570,"Date":"11/21/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":980,"Cost":628,"Date":"11/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":951,"Cost":883,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":468,"Cost":238,"Date":"5/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":730,"Cost":521,"Date":"9/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":871,"Cost":634,"Date":"1/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":652,"Cost":502,"Date":"2/2/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":801,"Cost":622,"Date":"3/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":143,"Cost":97,"Date":"10/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":502,"Cost":469,"Date":"2/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":228,"Cost":214,"Date":"6/7/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":44,"Cost":26,"Date":"1/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":943,"Cost":754,"Date":"3/27/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":962,"Cost":788,"Date":"5/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":537,"Cost":433,"Date":"7/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":715,"Cost":408,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":993,"Cost":749,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":458,"Cost":256,"Date":"1/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":760,"Cost":656,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":362,"Cost":328,"Date":"6/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":461,"Cost":386,"Date":"6/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":356,"Cost":224,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":327,"Cost":257,"Date":"11/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":360,"Cost":281,"Date":"12/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":873,"Cost":443,"Date":"2/4/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":593,"Cost":350,"Date":"3/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":326,"Cost":197,"Date":"12/18/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":757,"Cost":405,"Date":"3/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":712,"Cost":634,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":212,"Cost":168,"Date":"6/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":787,"Cost":423,"Date":"7/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":447,"Cost":319,"Date":"11/21/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":210,"Cost":196,"Date":"11/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":879,"Cost":511,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":968,"Cost":648,"Date":"5/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":842,"Cost":759,"Date":"9/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":846,"Cost":798,"Date":"1/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":851,"Cost":578,"Date":"2/2/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":30,"Cost":21,"Date":"3/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":490,"Cost":326,"Date":"10/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":760,"Cost":656,"Date":"2/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":963,"Cost":797,"Date":"6/7/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":529,"Cost":280,"Date":"1/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":978,"Cost":790,"Date":"3/27/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":634,"Cost":336,"Date":"5/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":104,"Cost":70,"Date":"7/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":733,"Cost":370,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":735,"Cost":395,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":659,"Cost":581,"Date":"1/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":364,"Cost":290,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":582,"Cost":473,"Date":"6/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":277,"Cost":178,"Date":"6/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":405,"Cost":319,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":338,"Cost":209,"Date":"11/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":814,"Cost":520,"Date":"12/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":609,"Cost":375,"Date":"2/4/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":451,"Cost":297,"Date":"3/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":144,"Cost":112,"Date":"12/18/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":530,"Cost":454,"Date":"3/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":353,"Cost":185,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":755,"Cost":636,"Date":"6/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":224,"Cost":209,"Date":"7/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":544,"Cost":414,"Date":"11/21/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":594,"Cost":471,"Date":"11/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":359,"Cost":209,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":950,"Cost":737,"Date":"5/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":174,"Cost":133,"Date":"9/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":191,"Cost":181,"Date":"1/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":551,"Cost":298,"Date":"2/2/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":931,"Cost":469,"Date":"3/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":132,"Cost":104,"Date":"10/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":453,"Cost":428,"Date":"2/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":863,"Cost":794,"Date":"6/7/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":708,"Cost":355,"Date":"1/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":284,"Cost":261,"Date":"3/27/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":127,"Cost":75,"Date":"5/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":236,"Cost":146,"Date":"7/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":399,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":44,"Cost":29,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":121,"Cost":73,"Date":"1/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":505,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":411,"Cost":274,"Date":"6/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":844,"Cost":601,"Date":"6/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":272,"Cost":255,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":977,"Cost":791,"Date":"11/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":989,"Cost":707,"Date":"12/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":38,"Cost":27,"Date":"2/4/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":718,"Cost":513,"Date":"3/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":304,"Cost":235,"Date":"12/18/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":152,"Cost":83,"Date":"3/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":400,"Cost":200,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":948,"Cost":482,"Date":"6/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":256,"Cost":137,"Date":"7/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":326,"Cost":218,"Date":"11/21/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":95,"Cost":50,"Date":"11/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":901,"Cost":856,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":488,"Cost":251,"Date":"5/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":534,"Cost":379,"Date":"9/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":755,"Cost":380,"Date":"1/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":975,"Cost":687,"Date":"2/2/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":520,"Cost":345,"Date":"3/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":254,"Cost":225,"Date":"10/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":387,"Cost":199,"Date":"2/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":333,"Cost":202,"Date":"6/7/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":879,"Cost":581,"Date":"1/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":332,"Cost":225,"Date":"3/27/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":310,"Cost":233,"Date":"5/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":480,"Cost":415,"Date":"7/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":416,"Cost":251,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":94,"Cost":54,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":274,"Cost":180,"Date":"1/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":793,"Cost":472,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":651,"Cost":470,"Date":"6/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":419,"Cost":352,"Date":"6/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":289,"Cost":231,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":823,"Cost":602,"Date":"11/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":441,"Cost":223,"Date":"12/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":834,"Cost":441,"Date":"2/4/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":121,"Cost":64,"Date":"3/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":359,"Cost":238,"Date":"12/18/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":678,"Cost":473,"Date":"3/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":729,"Cost":510,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":775,"Cost":674,"Date":"6/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":706,"Cost":475,"Date":"7/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":978,"Cost":632,"Date":"11/21/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":338,"Cost":207,"Date":"11/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":319,"Cost":162,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":554,"Cost":510,"Date":"5/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":433,"Cost":304,"Date":"9/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":956,"Cost":754,"Date":"1/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":364,"Cost":213,"Date":"2/2/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":851,"Cost":462,"Date":"3/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":154,"Cost":127,"Date":"10/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":344,"Cost":306,"Date":"2/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":87,"Cost":63,"Date":"6/7/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":293,"Cost":278,"Date":"1/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":495,"Cost":335,"Date":"3/27/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":900,"Cost":494,"Date":"5/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":862,"Cost":469,"Date":"7/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":604,"Cost":304,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":92,"Cost":54,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":873,"Cost":489,"Date":"1/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":366,"Cost":287,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":302,"Cost":273,"Date":"6/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":457,"Cost":319,"Date":"6/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":264,"Cost":200,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":185,"Cost":118,"Date":"11/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":828,"Cost":667,"Date":"12/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":37,"Cost":34,"Date":"2/4/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":15,"Cost":12,"Date":"3/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":999,"Cost":612,"Date":"12/18/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":511,"Cost":430,"Date":"3/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":153,"Cost":129,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":315,"Cost":197,"Date":"6/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":296,"Cost":188,"Date":"7/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":278,"Cost":206,"Date":"11/21/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":172,"Cost":127,"Date":"11/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":747,"Cost":500,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":513,"Cost":315,"Date":"5/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":91,"Cost":47,"Date":"9/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":853,"Cost":504,"Date":"1/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":102,"Cost":78,"Date":"2/2/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":223,"Cost":112,"Date":"3/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":245,"Cost":148,"Date":"10/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":80,"Cost":53,"Date":"2/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":4,"Cost":3,"Date":"6/7/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":462,"Cost":345,"Date":"1/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":346,"Cost":263,"Date":"3/27/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":689,"Cost":627,"Date":"5/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":938,"Cost":591,"Date":"7/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":63,"Cost":36,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":991,"Cost":599,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":810,"Cost":629,"Date":"1/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":757,"Cost":504,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":920,"Cost":771,"Date":"6/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":740,"Cost":430,"Date":"6/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":7,"Cost":4,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":745,"Cost":434,"Date":"11/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":2,"Cost":1,"Date":"12/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":966,"Cost":650,"Date":"2/4/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":194,"Cost":139,"Date":"3/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":370,"Cost":282,"Date":"12/18/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":506,"Cost":301,"Date":"3/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":59,"Cost":55,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":518,"Cost":469,"Date":"6/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":648,"Cost":610,"Date":"7/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":675,"Cost":350,"Date":"11/21/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":236,"Cost":127,"Date":"11/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":78,"Cost":54,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":466,"Cost":319,"Date":"5/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":905,"Cost":593,"Date":"9/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":392,"Cost":344,"Date":"1/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":42,"Cost":21,"Date":"2/2/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":430,"Cost":369,"Date":"3/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":713,"Cost":508,"Date":"10/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":952,"Cost":542,"Date":"2/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":952,"Cost":499,"Date":"6/7/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":768,"Cost":485,"Date":"1/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":993,"Cost":686,"Date":"3/27/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":506,"Cost":464,"Date":"5/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":915,"Cost":803,"Date":"7/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":743,"Cost":696,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":307,"Cost":206,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":341,"Cost":234,"Date":"1/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":179,"Cost":169,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":741,"Cost":448,"Date":"6/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":659,"Cost":452,"Date":"6/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":435,"Cost":386,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":660,"Cost":426,"Date":"11/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":144,"Cost":77,"Date":"12/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":58,"Cost":42,"Date":"2/4/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":800,"Cost":432,"Date":"3/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":256,"Cost":180,"Date":"12/18/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":568,"Cost":451,"Date":"3/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":276,"Cost":200,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":419,"Cost":393,"Date":"6/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":714,"Cost":663,"Date":"7/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":468,"Cost":240,"Date":"11/21/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":512,"Cost":397,"Date":"11/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":567,"Cost":371,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":938,"Cost":519,"Date":"5/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":6,"Cost":6,"Date":"9/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":251,"Cost":221,"Date":"1/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":780,"Cost":469,"Date":"2/2/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":734,"Cost":550,"Date":"3/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":906,"Cost":673,"Date":"10/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":492,"Cost":301,"Date":"2/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":332,"Cost":230,"Date":"6/7/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":426,"Cost":400,"Date":"1/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":161,"Cost":115,"Date":"3/27/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":599,"Cost":503,"Date":"5/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":677,"Cost":418,"Date":"7/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":16,"Cost":13,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":555,"Cost":524,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":618,"Cost":388,"Date":"1/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":20,"Cost":11,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":417,"Cost":366,"Date":"6/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":213,"Cost":113,"Date":"6/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":717,"Cost":602,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":995,"Cost":519,"Date":"11/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":77,"Cost":70,"Date":"12/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":572,"Cost":498,"Date":"2/4/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":455,"Cost":314,"Date":"3/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":738,"Cost":680,"Date":"12/18/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":380,"Cost":204,"Date":"3/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":828,"Cost":508,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":273,"Cost":206,"Date":"6/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":439,"Cost":281,"Date":"7/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":777,"Cost":671,"Date":"11/21/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":273,"Cost":169,"Date":"11/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":308,"Cost":259,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":129,"Cost":94,"Date":"5/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":941,"Cost":881,"Date":"9/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":111,"Cost":83,"Date":"1/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":626,"Cost":526,"Date":"2/2/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":150,"Cost":113,"Date":"3/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":232,"Cost":123,"Date":"10/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":122,"Cost":100,"Date":"2/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":998,"Cost":791,"Date":"6/7/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":931,"Cost":869,"Date":"1/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":499,"Cost":361,"Date":"3/27/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":740,"Cost":654,"Date":"5/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":342,"Cost":282,"Date":"7/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":737,"Cost":488,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":315,"Cost":202,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":812,"Cost":501,"Date":"1/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":94,"Cost":83,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":541,"Cost":283,"Date":"6/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":664,"Cost":418,"Date":"6/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":263,"Cost":229,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":619,"Cost":436,"Date":"11/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":217,"Cost":204,"Date":"12/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":221,"Cost":174,"Date":"2/4/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":400,"Cost":248,"Date":"3/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":263,"Cost":147,"Date":"12/18/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":309,"Cost":178,"Date":"3/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":562,"Cost":284,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":541,"Cost":414,"Date":"6/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":207,"Cost":164,"Date":"7/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":433,"Cost":292,"Date":"11/21/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":998,"Cost":839,"Date":"11/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":280,"Cost":265,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":838,"Cost":529,"Date":"5/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":366,"Cost":223,"Date":"9/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":513,"Cost":332,"Date":"1/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":467,"Cost":266,"Date":"2/2/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":389,"Cost":200,"Date":"3/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":968,"Cost":594,"Date":"10/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":973,"Cost":727,"Date":"2/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":652,"Cost":389,"Date":"6/7/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":711,"Cost":434,"Date":"1/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":472,"Cost":360,"Date":"3/27/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":165,"Cost":140,"Date":"5/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":723,"Cost":564,"Date":"7/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":394,"Cost":226,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":443,"Cost":250,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":79,"Cost":73,"Date":"1/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":627,"Cost":359,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":689,"Cost":358,"Date":"6/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":125,"Cost":87,"Date":"6/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":142,"Cost":74,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":910,"Cost":465,"Date":"11/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":875,"Cost":583,"Date":"12/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":148,"Cost":106,"Date":"2/4/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":513,"Cost":357,"Date":"3/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":488,"Cost":262,"Date":"12/18/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":293,"Cost":188,"Date":"3/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":88,"Cost":60,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":822,"Cost":617,"Date":"6/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":226,"Cost":199,"Date":"7/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":107,"Cost":92,"Date":"11/21/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":711,"Cost":549,"Date":"11/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":821,"Cost":547,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":812,"Cost":545,"Date":"5/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":665,"Cost":432,"Date":"9/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":285,"Cost":165,"Date":"1/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":247,"Cost":128,"Date":"2/2/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":92,"Cost":81,"Date":"3/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":891,"Cost":767,"Date":"10/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":805,"Cost":528,"Date":"2/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":79,"Cost":53,"Date":"6/7/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":825,"Cost":632,"Date":"1/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":607,"Cost":323,"Date":"3/27/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":791,"Cost":492,"Date":"5/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":230,"Cost":137,"Date":"7/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":984,"Cost":813,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":697,"Cost":533,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":712,"Cost":584,"Date":"1/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":985,"Cost":644,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":550,"Cost":449,"Date":"6/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":224,"Cost":122,"Date":"6/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":899,"Cost":849,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":820,"Cost":582,"Date":"11/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":934,"Cost":845,"Date":"12/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":902,"Cost":726,"Date":"2/4/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":963,"Cost":624,"Date":"3/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":81,"Cost":46,"Date":"12/18/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":435,"Cost":369,"Date":"3/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":263,"Cost":194,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":567,"Cost":507,"Date":"6/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":448,"Cost":258,"Date":"7/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":777,"Cost":607,"Date":"11/21/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":781,"Cost":405,"Date":"11/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":356,"Cost":190,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":867,"Cost":489,"Date":"5/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":356,"Cost":305,"Date":"9/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":966,"Cost":654,"Date":"1/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":981,"Cost":745,"Date":"2/2/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":842,"Cost":758,"Date":"3/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":552,"Cost":449,"Date":"10/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":728,"Cost":563,"Date":"2/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":401,"Cost":305,"Date":"6/7/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":651,"Cost":376,"Date":"1/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":717,"Cost":628,"Date":"3/27/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":527,"Cost":324,"Date":"5/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":331,"Cost":279,"Date":"7/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":784,"Cost":427,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":452,"Cost":353,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":953,"Cost":537,"Date":"1/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":494,"Cost":454,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":242,"Cost":171,"Date":"6/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":332,"Cost":188,"Date":"6/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":536,"Cost":290,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":867,"Cost":479,"Date":"11/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":970,"Cost":723,"Date":"12/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":763,"Cost":679,"Date":"2/4/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":686,"Cost":523,"Date":"3/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":132,"Cost":77,"Date":"12/18/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":513,"Cost":466,"Date":"3/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":589,"Cost":489,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":57,"Cost":51,"Date":"6/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":487,"Cost":398,"Date":"7/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":391,"Cost":238,"Date":"11/21/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":7,"Cost":7,"Date":"11/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":757,"Cost":587,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":589,"Cost":300,"Date":"5/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":622,"Cost":438,"Date":"9/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":936,"Cost":756,"Date":"1/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":634,"Cost":537,"Date":"2/2/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":971,"Cost":537,"Date":"3/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":492,"Cost":465,"Date":"10/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":585,"Date":"2/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":556,"Cost":360,"Date":"6/7/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":164,"Cost":98,"Date":"1/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":344,"Date":"3/27/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":602,"Cost":504,"Date":"5/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":26,"Cost":21,"Date":"7/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":197,"Cost":124,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":467,"Cost":396,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":855,"Cost":573,"Date":"1/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":675,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":452,"Cost":310,"Date":"6/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":353,"Cost":178,"Date":"6/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":348,"Cost":323,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":71,"Cost":67,"Date":"11/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":572,"Cost":522,"Date":"12/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":467,"Date":"2/4/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":982,"Cost":854,"Date":"3/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":682,"Date":"12/18/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":347,"Cost":194,"Date":"3/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":658,"Cost":347,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":787,"Cost":500,"Date":"6/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":550,"Cost":297,"Date":"7/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":141,"Cost":106,"Date":"11/21/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":869,"Cost":594,"Date":"11/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":749,"Cost":496,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":873,"Cost":678,"Date":"5/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":312,"Cost":220,"Date":"9/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":470,"Cost":341,"Date":"1/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":297,"Cost":258,"Date":"2/2/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":568,"Cost":333,"Date":"3/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":4,"Cost":3,"Date":"10/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":825,"Cost":484,"Date":"2/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":143,"Cost":123,"Date":"6/7/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":387,"Date":"1/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":455,"Cost":370,"Date":"3/27/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":23,"Cost":14,"Date":"5/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":632,"Cost":365,"Date":"7/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":160,"Cost":133,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":83,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":922,"Cost":464,"Date":"1/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":715,"Cost":620,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":510,"Cost":408,"Date":"6/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":31,"Cost":19,"Date":"6/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":923,"Cost":469,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":422,"Cost":335,"Date":"11/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":364,"Cost":243,"Date":"12/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":518,"Date":"2/4/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":41,"Cost":26,"Date":"3/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":854,"Cost":577,"Date":"12/18/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":414,"Cost":322,"Date":"3/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":282,"Cost":253,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":408,"Cost":297,"Date":"6/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":609,"Date":"7/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":288,"Cost":263,"Date":"11/21/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":106,"Date":"11/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":894,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":694,"Cost":407,"Date":"5/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":912,"Cost":855,"Date":"9/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":833,"Cost":749,"Date":"1/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":41,"Date":"2/2/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":910,"Cost":696,"Date":"3/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":470,"Cost":436,"Date":"10/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":228,"Cost":154,"Date":"2/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":904,"Cost":572,"Date":"6/7/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":796,"Cost":460,"Date":"1/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":571,"Cost":299,"Date":"3/27/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":442,"Cost":402,"Date":"5/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":590,"Cost":499,"Date":"7/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":722,"Cost":651,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":936,"Cost":858,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":611,"Cost":407,"Date":"1/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":756,"Cost":681,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":383,"Cost":295,"Date":"6/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":787,"Cost":399,"Date":"6/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":481,"Cost":453,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":623,"Cost":492,"Date":"11/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":288,"Cost":177,"Date":"12/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":611,"Cost":433,"Date":"2/4/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":748,"Cost":649,"Date":"3/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":120,"Cost":82,"Date":"12/18/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":579,"Cost":510,"Date":"3/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":495,"Cost":444,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":750,"Cost":557,"Date":"6/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":631,"Cost":453,"Date":"7/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":312,"Cost":172,"Date":"11/21/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":908,"Cost":471,"Date":"11/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":703,"Cost":383,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":626,"Cost":517,"Date":"5/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":973,"Cost":740,"Date":"9/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":495,"Cost":413,"Date":"1/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":120,"Cost":102,"Date":"2/2/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":531,"Cost":487,"Date":"3/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":659,"Cost":518,"Date":"10/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":242,"Cost":205,"Date":"2/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":471,"Cost":238,"Date":"6/7/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":475,"Cost":294,"Date":"1/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":554,"Cost":512,"Date":"3/27/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":918,"Cost":657,"Date":"5/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":227,"Cost":133,"Date":"7/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":329,"Cost":264,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":180,"Cost":146,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":915,"Cost":786,"Date":"1/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":625,"Cost":583,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":43,"Cost":37,"Date":"6/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":871,"Cost":503,"Date":"6/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":366,"Cost":319,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":313,"Cost":253,"Date":"11/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":329,"Cost":220,"Date":"12/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":772,"Cost":631,"Date":"2/4/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":729,"Cost":546,"Date":"3/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":513,"Cost":304,"Date":"12/18/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":783,"Cost":599,"Date":"3/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":597,"Cost":558,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":506,"Cost":402,"Date":"6/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":557,"Cost":440,"Date":"7/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":513,"Cost":315,"Date":"11/21/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":67,"Cost":57,"Date":"11/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":920,"Cost":804,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":799,"Cost":469,"Date":"5/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":466,"Cost":283,"Date":"9/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":543,"Cost":485,"Date":"1/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":967,"Cost":619,"Date":"2/2/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":270,"Cost":174,"Date":"3/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":879,"Cost":778,"Date":"10/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":275,"Cost":211,"Date":"2/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":358,"Cost":276,"Date":"6/7/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":854,"Cost":676,"Date":"1/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":731,"Cost":460,"Date":"3/27/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":557,"Cost":306,"Date":"5/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":30,"Cost":25,"Date":"7/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":282,"Cost":157,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":864,"Cost":666,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":338,"Cost":286,"Date":"1/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":420,"Cost":327,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":887,"Cost":545,"Date":"6/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":405,"Date":"6/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":80,"Cost":70,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":270,"Cost":244,"Date":"11/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":540,"Date":"12/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":236,"Cost":198,"Date":"2/4/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":715,"Cost":573,"Date":"3/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":518,"Cost":469,"Date":"12/18/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":703,"Cost":457,"Date":"3/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":239,"Cost":153,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":942,"Cost":878,"Date":"6/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":35,"Cost":32,"Date":"7/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":567,"Cost":398,"Date":"11/21/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":370,"Cost":268,"Date":"11/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":524,"Cost":417,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":442,"Cost":229,"Date":"5/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":894,"Cost":562,"Date":"9/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":694,"Cost":368,"Date":"1/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":204,"Cost":143,"Date":"2/2/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":730,"Cost":509,"Date":"3/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":309,"Cost":293,"Date":"10/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":964,"Cost":825,"Date":"2/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":777,"Cost":548,"Date":"6/7/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":229,"Cost":149,"Date":"1/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":719,"Cost":612,"Date":"3/27/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":830,"Cost":769,"Date":"5/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":206,"Cost":122,"Date":"7/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":510,"Cost":403,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":757,"Cost":430,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":91,"Cost":53,"Date":"1/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":350,"Cost":218,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":877,"Cost":539,"Date":"6/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":363,"Cost":270,"Date":"6/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":155,"Cost":127,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":378,"Cost":251,"Date":"11/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":988,"Cost":872,"Date":"12/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":766,"Cost":518,"Date":"2/4/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":279,"Cost":191,"Date":"3/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":337,"Cost":301,"Date":"12/18/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":127,"Cost":80,"Date":"3/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":206,"Cost":105,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":365,"Cost":200,"Date":"6/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":86,"Cost":76,"Date":"7/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":624,"Cost":447,"Date":"11/21/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":676,"Cost":387,"Date":"11/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":311,"Cost":274,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":546,"Cost":440,"Date":"5/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":601,"Cost":481,"Date":"9/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":158,"Cost":132,"Date":"1/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":573,"Cost":433,"Date":"2/2/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":168,"Cost":88,"Date":"3/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":429,"Cost":260,"Date":"10/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":340,"Cost":286,"Date":"2/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":737,"Date":"6/7/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":206,"Cost":187,"Date":"1/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":606,"Date":"3/27/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":904,"Cost":701,"Date":"5/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":428,"Cost":312,"Date":"7/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":197,"Cost":124,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":837,"Cost":517,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":558,"Cost":485,"Date":"1/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":13,"Cost":7,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":440,"Cost":266,"Date":"6/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":507,"Cost":330,"Date":"6/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":483,"Cost":413,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":341,"Date":"11/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":218,"Cost":122,"Date":"12/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":208,"Cost":139,"Date":"2/4/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":599,"Cost":320,"Date":"3/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":232,"Cost":170,"Date":"12/18/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":55,"Cost":32,"Date":"3/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":735,"Cost":662,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":231,"Cost":169,"Date":"6/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":654,"Date":"7/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":203,"Cost":133,"Date":"11/21/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":413,"Cost":282,"Date":"11/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":412,"Cost":273,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":193,"Cost":100,"Date":"5/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":720,"Cost":397,"Date":"9/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":204,"Cost":142,"Date":"1/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":874,"Cost":520,"Date":"2/2/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":212,"Cost":132,"Date":"3/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":846,"Cost":435,"Date":"10/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":573,"Cost":368,"Date":"2/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":994,"Cost":689,"Date":"6/7/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":409,"Cost":327,"Date":"1/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":777,"Cost":489,"Date":"3/27/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":39,"Cost":31,"Date":"5/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":503,"Cost":387,"Date":"7/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":217,"Cost":136,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":880,"Cost":587,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":944,"Cost":495,"Date":"1/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":20,"Cost":19,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":84,"Cost":67,"Date":"6/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":492,"Cost":449,"Date":"6/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":85,"Cost":71,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":790,"Cost":487,"Date":"11/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":897,"Cost":733,"Date":"12/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":6,"Cost":3,"Date":"2/4/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":562,"Cost":510,"Date":"3/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":160,"Cost":150,"Date":"12/18/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":999,"Cost":666,"Date":"3/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":19,"Cost":16,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":224,"Cost":163,"Date":"6/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":985,"Cost":628,"Date":"7/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":629,"Cost":565,"Date":"11/21/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":891,"Cost":802,"Date":"11/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":650,"Cost":448,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":976,"Cost":526,"Date":"5/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":964,"Cost":856,"Date":"9/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":380,"Cost":239,"Date":"1/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":364,"Cost":192,"Date":"2/2/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":900,"Cost":758,"Date":"3/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":979,"Cost":544,"Date":"10/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":676,"Cost":456,"Date":"2/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":396,"Cost":362,"Date":"6/7/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":159,"Cost":118,"Date":"1/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":516,"Cost":345,"Date":"3/27/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":957,"Cost":833,"Date":"5/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":91,"Cost":45,"Date":"7/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":692,"Cost":591,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":457,"Cost":361,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":847,"Cost":462,"Date":"1/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":57,"Cost":48,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":221,"Cost":180,"Date":"6/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":106,"Cost":77,"Date":"6/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":90,"Cost":47,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":213,"Cost":170,"Date":"11/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":796,"Cost":622,"Date":"12/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":718,"Cost":394,"Date":"2/4/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":23,"Cost":18,"Date":"3/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":503,"Cost":329,"Date":"12/18/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":406,"Cost":287,"Date":"3/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":310,"Cost":155,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":161,"Cost":125,"Date":"6/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":347,"Cost":245,"Date":"7/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":559,"Cost":531,"Date":"11/21/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":45,"Cost":34,"Date":"11/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":290,"Cost":190,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":934,"Cost":493,"Date":"5/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":433,"Cost":293,"Date":"9/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":350,"Cost":312,"Date":"1/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":266,"Cost":211,"Date":"2/2/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":579,"Cost":341,"Date":"3/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":193,"Cost":150,"Date":"10/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":35,"Cost":24,"Date":"2/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":803,"Cost":734,"Date":"6/7/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":482,"Cost":449,"Date":"1/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":228,"Cost":166,"Date":"3/27/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":931,"Cost":501,"Date":"5/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":654,"Cost":448,"Date":"7/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":967,"Cost":525,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":445,"Cost":273,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":728,"Cost":689,"Date":"1/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":80,"Cost":54,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":3,"Cost":2,"Date":"6/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":263,"Cost":249,"Date":"6/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":43,"Cost":33,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":782,"Cost":614,"Date":"11/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":273,"Cost":186,"Date":"12/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":583,"Cost":366,"Date":"2/4/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":227,"Cost":163,"Date":"3/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":866,"Cost":677,"Date":"12/18/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":125,"Cost":82,"Date":"3/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":470,"Cost":408,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":281,"Cost":249,"Date":"6/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":316,"Cost":277,"Date":"7/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":510,"Cost":326,"Date":"11/21/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":91,"Cost":86,"Date":"11/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":129,"Cost":65,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":677,"Cost":420,"Date":"5/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":953,"Cost":477,"Date":"9/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":606,"Cost":552,"Date":"1/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":348,"Cost":273,"Date":"2/2/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":450,"Cost":325,"Date":"3/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":728,"Cost":534,"Date":"10/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":407,"Cost":266,"Date":"2/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":595,"Cost":486,"Date":"6/7/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":1000,"Cost":701,"Date":"1/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":861,"Cost":716,"Date":"3/27/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":199,"Cost":187,"Date":"5/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":149,"Cost":89,"Date":"7/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":207,"Cost":146,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":280,"Cost":200,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":943,"Cost":570,"Date":"1/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":711,"Cost":449,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":46,"Cost":34,"Date":"6/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":590,"Cost":470,"Date":"6/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":253,"Cost":219,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":114,"Cost":75,"Date":"11/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":985,"Cost":621,"Date":"12/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":544,"Cost":449,"Date":"2/4/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":342,"Cost":216,"Date":"3/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":308,"Cost":190,"Date":"12/18/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":411,"Cost":363,"Date":"3/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":211,"Cost":118,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":845,"Cost":525,"Date":"6/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":829,"Cost":417,"Date":"7/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":22,"Cost":12,"Date":"11/21/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":398,"Cost":231,"Date":"11/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":641,"Cost":607,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":473,"Cost":241,"Date":"5/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":841,"Cost":443,"Date":"9/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":741,"Cost":669,"Date":"1/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":622,"Cost":497,"Date":"2/2/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":333,"Cost":170,"Date":"3/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":654,"Cost":456,"Date":"10/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":884,"Cost":833,"Date":"2/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":857,"Cost":707,"Date":"6/7/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":181,"Cost":118,"Date":"1/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":355,"Cost":216,"Date":"3/27/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":870,"Cost":572,"Date":"5/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":833,"Cost":675,"Date":"7/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":874,"Cost":454,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":588,"Cost":504,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":745,"Cost":590,"Date":"1/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":436,"Cost":235,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":961,"Cost":667,"Date":"6/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":64,"Cost":57,"Date":"6/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":590,"Cost":521,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":203,"Cost":164,"Date":"11/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":573,"Cost":422,"Date":"12/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":184,"Cost":131,"Date":"2/4/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":325,"Cost":183,"Date":"3/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":531,"Cost":504,"Date":"12/18/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":482,"Cost":346,"Date":"3/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":458,"Cost":370,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":831,"Cost":668,"Date":"6/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":787,"Cost":658,"Date":"7/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":515,"Cost":305,"Date":"11/21/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":582,"Cost":473,"Date":"11/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":342,"Cost":242,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":634,"Cost":383,"Date":"5/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":56,"Cost":41,"Date":"9/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":580,"Cost":369,"Date":"1/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":811,"Cost":743,"Date":"2/2/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":651,"Cost":345,"Date":"3/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":76,"Cost":44,"Date":"10/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":433,"Cost":395,"Date":"2/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":823,"Cost":774,"Date":"6/7/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":777,"Cost":494,"Date":"1/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":660,"Cost":445,"Date":"3/27/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":222,"Cost":183,"Date":"5/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":984,"Cost":536,"Date":"7/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":509,"Cost":377,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":941,"Cost":716,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":467,"Cost":366,"Date":"1/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":260,"Cost":234,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":282,"Cost":172,"Date":"6/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":202,"Cost":155,"Date":"6/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":633,"Cost":579,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":78,"Cost":74,"Date":"11/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":164,"Cost":133,"Date":"12/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":347,"Cost":263,"Date":"2/4/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":564,"Cost":302,"Date":"3/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":354,"Cost":282,"Date":"12/18/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":907,"Cost":800,"Date":"3/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":181,"Cost":142,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":478,"Cost":404,"Date":"6/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":814,"Cost":420,"Date":"7/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":644,"Date":"11/21/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":695,"Cost":560,"Date":"11/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":257,"Cost":170,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":785,"Cost":707,"Date":"5/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":153,"Cost":78,"Date":"9/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":168,"Cost":147,"Date":"1/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":747,"Cost":484,"Date":"2/2/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":343,"Cost":299,"Date":"3/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":539,"Cost":318,"Date":"10/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":865,"Cost":554,"Date":"2/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":999,"Cost":829,"Date":"6/7/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":59,"Cost":55,"Date":"1/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":198,"Cost":120,"Date":"3/27/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":619,"Cost":424,"Date":"5/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":973,"Cost":679,"Date":"7/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":277,"Cost":240,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":106,"Cost":78,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":188,"Cost":152,"Date":"1/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":451,"Cost":294,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":407,"Cost":212,"Date":"6/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":94,"Cost":68,"Date":"6/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":320,"Cost":279,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":31,"Cost":20,"Date":"11/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":595,"Cost":426,"Date":"12/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":160,"Cost":109,"Date":"2/4/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":344,"Cost":312,"Date":"3/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":345,"Cost":284,"Date":"12/18/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":771,"Cost":674,"Date":"3/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":709,"Cost":651,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":75,"Cost":68,"Date":"6/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":340,"Cost":268,"Date":"7/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":103,"Cost":63,"Date":"11/21/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":851,"Cost":632,"Date":"11/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":605,"Cost":520,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":350,"Cost":207,"Date":"5/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":319,"Cost":176,"Date":"9/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":205,"Cost":156,"Date":"1/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":720,"Cost":396,"Date":"2/2/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":51,"Cost":29,"Date":"3/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":800,"Cost":486,"Date":"10/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":769,"Cost":725,"Date":"2/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":93,"Cost":53,"Date":"6/7/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":912,"Cost":478,"Date":"1/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":908,"Cost":655,"Date":"3/27/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":499,"Cost":270,"Date":"5/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":111,"Cost":85,"Date":"7/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":912,"Cost":622,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":383,"Cost":306,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":699,"Cost":590,"Date":"1/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":366,"Cost":289,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":304,"Cost":177,"Date":"6/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":693,"Cost":635,"Date":"6/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":354,"Cost":256,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":823,"Cost":548,"Date":"11/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":237,"Cost":160,"Date":"12/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":8,"Cost":5,"Date":"2/4/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":324,"Cost":211,"Date":"3/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":677,"Cost":562,"Date":"12/18/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":56,"Cost":34,"Date":"3/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":831,"Cost":482,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":541,"Cost":415,"Date":"6/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":428,"Cost":381,"Date":"7/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":720,"Cost":681,"Date":"11/21/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":420,"Cost":227,"Date":"11/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":69,"Cost":49,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":571,"Cost":530,"Date":"5/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":165,"Cost":83,"Date":"9/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":64,"Cost":34,"Date":"1/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":514,"Cost":309,"Date":"2/2/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":870,"Cost":515,"Date":"3/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":602,"Cost":321,"Date":"10/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":135,"Cost":94,"Date":"2/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":876,"Cost":754,"Date":"6/7/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":290,"Cost":212,"Date":"1/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":196,"Cost":167,"Date":"3/27/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":457,"Cost":386,"Date":"5/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":792,"Cost":436,"Date":"7/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":403,"Cost":219,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":498,"Cost":404,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":430,"Cost":236,"Date":"1/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":92,"Cost":49,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":231,"Cost":164,"Date":"6/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":447,"Cost":338,"Date":"6/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":189,"Cost":129,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":566,"Cost":377,"Date":"11/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":626,"Cost":377,"Date":"12/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":690,"Cost":636,"Date":"2/4/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":350,"Cost":312,"Date":"3/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":72,"Cost":53,"Date":"12/18/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":801,"Cost":650,"Date":"3/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":687,"Cost":449,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":816,"Cost":704,"Date":"6/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":673,"Cost":560,"Date":"7/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":449,"Cost":337,"Date":"11/21/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":578,"Cost":524,"Date":"11/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":853,"Cost":474,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":985,"Cost":526,"Date":"5/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":414,"Cost":345,"Date":"9/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":352,"Cost":321,"Date":"1/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":450,"Cost":303,"Date":"2/2/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":642,"Cost":545,"Date":"3/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":316,"Cost":233,"Date":"10/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":24,"Cost":20,"Date":"2/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":590,"Cost":471,"Date":"6/7/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":154,"Cost":93,"Date":"1/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":2,"Cost":1,"Date":"3/27/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":49,"Cost":27,"Date":"5/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":467,"Cost":408,"Date":"7/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":56,"Cost":30,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":547,"Cost":423,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":169,"Cost":108,"Date":"1/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":903,"Cost":819,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":534,"Cost":278,"Date":"6/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":591,"Cost":345,"Date":"6/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":500,"Cost":262,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":783,"Cost":651,"Date":"11/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":223,"Cost":195,"Date":"12/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":934,"Cost":606,"Date":"2/4/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":625,"Cost":553,"Date":"3/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":851,"Cost":671,"Date":"12/18/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":103,"Cost":54,"Date":"3/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":481,"Cost":342,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":882,"Cost":777,"Date":"6/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":670,"Cost":344,"Date":"7/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":685,"Cost":402,"Date":"11/21/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":33,"Cost":24,"Date":"11/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":516,"Cost":444,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":431,"Cost":278,"Date":"5/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":137,"Cost":84,"Date":"9/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":370,"Cost":188,"Date":"1/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":831,"Cost":548,"Date":"2/2/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":521,"Cost":268,"Date":"3/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":903,"Cost":843,"Date":"10/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":324,"Cost":191,"Date":"2/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":147,"Cost":112,"Date":"6/7/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":999,"Cost":800,"Date":"1/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":877,"Cost":782,"Date":"3/27/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":552,"Cost":466,"Date":"5/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":214,"Cost":172,"Date":"7/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":607,"Cost":423,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":37,"Cost":30,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":157,"Cost":120,"Date":"1/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":284,"Cost":146,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":414,"Cost":232,"Date":"6/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":609,"Cost":321,"Date":"6/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":221,"Cost":193,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":95,"Cost":66,"Date":"11/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":523,"Cost":332,"Date":"12/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":222,"Cost":183,"Date":"2/4/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":933,"Cost":743,"Date":"3/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":208,"Cost":197,"Date":"12/18/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":168,"Cost":160,"Date":"3/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":983,"Cost":918,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":534,"Cost":452,"Date":"6/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":979,"Cost":493,"Date":"7/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":279,"Cost":214,"Date":"11/21/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":887,"Cost":471,"Date":"11/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":804,"Cost":493,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":416,"Cost":394,"Date":"5/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":844,"Cost":634,"Date":"9/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":290,"Cost":228,"Date":"1/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":989,"Cost":918,"Date":"2/2/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":811,"Cost":659,"Date":"3/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":26,"Cost":16,"Date":"10/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":790,"Cost":570,"Date":"2/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":147,"Cost":134,"Date":"6/7/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":426,"Cost":229,"Date":"1/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":122,"Cost":83,"Date":"3/27/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":444,"Cost":291,"Date":"5/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":533,"Cost":292,"Date":"7/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":379,"Cost":214,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":563,"Cost":331,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":91,"Cost":72,"Date":"1/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":420,"Cost":218,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":360,"Cost":313,"Date":"6/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":587,"Cost":299,"Date":"6/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":235,"Cost":161,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":603,"Cost":430,"Date":"11/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":622,"Cost":439,"Date":"12/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":811,"Cost":666,"Date":"2/4/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":720,"Cost":543,"Date":"3/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":515,"Cost":367,"Date":"12/18/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":838,"Cost":656,"Date":"3/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":758,"Cost":641,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":362,"Cost":183,"Date":"6/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":343,"Cost":240,"Date":"7/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":763,"Cost":478,"Date":"11/21/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":376,"Cost":296,"Date":"11/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":59,"Cost":37,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":128,"Cost":94,"Date":"5/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":457,"Cost":365,"Date":"9/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":581,"Cost":508,"Date":"1/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":595,"Cost":322,"Date":"2/2/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":580,"Cost":479,"Date":"3/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":494,"Cost":420,"Date":"10/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":544,"Cost":426,"Date":"2/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":416,"Cost":220,"Date":"6/7/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":166,"Cost":125,"Date":"1/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":36,"Cost":22,"Date":"3/27/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":344,"Cost":177,"Date":"5/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":777,"Cost":713,"Date":"7/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":912,"Cost":502,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":933,"Cost":771,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":288,"Cost":151,"Date":"1/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":16,"Cost":10,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":591,"Cost":458,"Date":"6/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":225,"Cost":154,"Date":"6/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":581,"Cost":442,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":719,"Cost":467,"Date":"11/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":720,"Cost":544,"Date":"12/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":419,"Cost":295,"Date":"2/4/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":274,"Cost":241,"Date":"3/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":915,"Cost":642,"Date":"12/18/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":20,"Cost":14,"Date":"3/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":81,"Cost":48,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":235,"Cost":155,"Date":"6/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":93,"Cost":85,"Date":"7/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":491,"Cost":267,"Date":"11/21/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":226,"Cost":208,"Date":"11/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":910,"Cost":794,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":925,"Cost":841,"Date":"5/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":443,"Cost":339,"Date":"9/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":604,"Cost":345,"Date":"1/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":310,"Cost":212,"Date":"2/2/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":165,"Cost":114,"Date":"3/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":845,"Cost":506,"Date":"10/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":235,"Cost":218,"Date":"2/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":278,"Cost":162,"Date":"6/7/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":232,"Cost":142,"Date":"1/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":102,"Cost":89,"Date":"3/27/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":392,"Cost":239,"Date":"5/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":308,"Cost":166,"Date":"7/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":572,"Cost":514,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":251,"Cost":131,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":792,"Cost":727,"Date":"1/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":68,"Cost":51,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":165,"Cost":120,"Date":"6/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":112,"Cost":80,"Date":"6/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":431,"Cost":363,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":90,"Cost":83,"Date":"11/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":764,"Cost":525,"Date":"12/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":181,"Cost":110,"Date":"2/4/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":513,"Cost":405,"Date":"3/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":842,"Cost":646,"Date":"12/18/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":646,"Cost":442,"Date":"3/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":799,"Cost":662,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":347,"Cost":300,"Date":"6/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":218,"Cost":119,"Date":"7/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":890,"Cost":599,"Date":"11/21/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":443,"Cost":354,"Date":"11/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":528,"Cost":484,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":440,"Cost":339,"Date":"5/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":675,"Cost":375,"Date":"9/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":5,"Cost":4,"Date":"1/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":848,"Cost":567,"Date":"2/2/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":378,"Cost":277,"Date":"3/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":771,"Cost":499,"Date":"10/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":808,"Cost":568,"Date":"2/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":166,"Cost":116,"Date":"6/7/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":383,"Cost":361,"Date":"1/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":737,"Cost":473,"Date":"3/27/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":406,"Cost":300,"Date":"5/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":402,"Cost":203,"Date":"7/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":696,"Cost":608,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":205,"Cost":136,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":899,"Cost":716,"Date":"1/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":446,"Cost":237,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":295,"Cost":204,"Date":"6/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":532,"Cost":426,"Date":"6/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":249,"Cost":236,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":660,"Cost":537,"Date":"11/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":536,"Cost":297,"Date":"12/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":676,"Cost":537,"Date":"2/4/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":73,"Cost":54,"Date":"3/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":390,"Cost":352,"Date":"12/18/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":479,"Cost":341,"Date":"3/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":734,"Cost":499,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":723,"Cost":488,"Date":"6/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":329,"Cost":248,"Date":"7/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":395,"Cost":294,"Date":"11/21/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":915,"Cost":765,"Date":"11/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":808,"Cost":552,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":212,"Cost":116,"Date":"5/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":308,"Cost":252,"Date":"9/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":821,"Cost":503,"Date":"1/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":277,"Cost":178,"Date":"2/2/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":380,"Cost":291,"Date":"3/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":772,"Cost":730,"Date":"10/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":974,"Cost":635,"Date":"2/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":263,"Cost":194,"Date":"6/7/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":931,"Cost":763,"Date":"1/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":350,"Cost":321,"Date":"3/27/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":38,"Cost":35,"Date":"5/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":619,"Cost":331,"Date":"7/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":335,"Cost":286,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":509,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":613,"Cost":447,"Date":"1/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":372,"Cost":300,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":438,"Cost":310,"Date":"6/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":826,"Cost":444,"Date":"6/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":194,"Cost":158,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":458,"Cost":251,"Date":"11/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":466,"Cost":424,"Date":"12/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":98,"Cost":67,"Date":"2/4/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":608,"Cost":399,"Date":"3/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":676,"Cost":454,"Date":"12/18/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":145,"Cost":96,"Date":"3/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":933,"Cost":770,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":649,"Cost":568,"Date":"6/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":803,"Cost":567,"Date":"7/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":811,"Cost":589,"Date":"11/21/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":69,"Cost":57,"Date":"11/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":222,"Cost":132,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":53,"Cost":44,"Date":"5/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":22,"Cost":12,"Date":"9/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":572,"Cost":455,"Date":"1/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":670,"Cost":476,"Date":"2/2/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":888,"Cost":656,"Date":"3/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":303,"Cost":271,"Date":"10/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":174,"Cost":157,"Date":"2/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":907,"Cost":812,"Date":"6/7/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":313,"Cost":294,"Date":"1/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":787,"Cost":473,"Date":"3/27/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":645,"Cost":519,"Date":"5/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":843,"Cost":677,"Date":"7/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":598,"Cost":407,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":280,"Cost":163,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":413,"Cost":368,"Date":"1/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":380,"Cost":242,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":40,"Cost":20,"Date":"6/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":901,"Cost":773,"Date":"6/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":354,"Cost":312,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":641,"Cost":519,"Date":"11/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":385,"Cost":326,"Date":"12/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":676,"Cost":551,"Date":"2/4/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":109,"Cost":89,"Date":"3/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":943,"Cost":579,"Date":"12/18/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":140,"Cost":72,"Date":"3/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":188,"Cost":140,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":450,"Cost":389,"Date":"6/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":645,"Cost":566,"Date":"7/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":358,"Cost":202,"Date":"11/21/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":331,"Cost":274,"Date":"11/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":24,"Cost":17,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":836,"Cost":628,"Date":"5/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":244,"Cost":187,"Date":"9/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":849,"Cost":703,"Date":"1/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":895,"Cost":493,"Date":"2/2/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":481,"Cost":368,"Date":"3/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":486,"Cost":349,"Date":"10/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":307,"Cost":223,"Date":"2/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":27,"Cost":18,"Date":"6/7/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":488,"Date":"1/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":785,"Cost":623,"Date":"3/27/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":896,"Cost":605,"Date":"5/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":974,"Cost":862,"Date":"7/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":231,"Cost":158,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":419,"Cost":251,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":500,"Cost":355,"Date":"1/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":518,"Cost":379,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":762,"Cost":618,"Date":"6/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":783,"Cost":738,"Date":"6/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":62,"Cost":41,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":262,"Cost":209,"Date":"11/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":956,"Cost":489,"Date":"12/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":475,"Cost":418,"Date":"2/4/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":330,"Cost":186,"Date":"3/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":94,"Cost":68,"Date":"12/18/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":910,"Cost":537,"Date":"3/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":603,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":56,"Cost":54,"Date":"6/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":886,"Cost":633,"Date":"7/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":88,"Date":"11/21/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":194,"Cost":137,"Date":"11/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":913,"Cost":722,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":129,"Cost":76,"Date":"5/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":879,"Cost":531,"Date":"9/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":257,"Cost":231,"Date":"1/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":950,"Cost":873,"Date":"2/2/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":704,"Cost":651,"Date":"3/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":943,"Cost":618,"Date":"10/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":349,"Cost":321,"Date":"2/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":33,"Cost":25,"Date":"6/7/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":837,"Cost":631,"Date":"1/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":21,"Cost":15,"Date":"3/27/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":824,"Cost":722,"Date":"5/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":766,"Cost":557,"Date":"7/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":417,"Cost":359,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":652,"Cost":430,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":349,"Cost":279,"Date":"1/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":798,"Cost":477,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":130,"Cost":110,"Date":"6/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":292,"Cost":242,"Date":"6/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":449,"Cost":362,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":369,"Date":"11/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":675,"Cost":424,"Date":"12/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":587,"Cost":346,"Date":"2/4/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":730,"Cost":445,"Date":"3/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":214,"Cost":126,"Date":"12/18/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":494,"Cost":247,"Date":"3/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":213,"Cost":138,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":360,"Cost":339,"Date":"6/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":681,"Cost":636,"Date":"7/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":319,"Date":"11/21/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":353,"Cost":240,"Date":"11/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":118,"Cost":73,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":103,"Cost":71,"Date":"5/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":321,"Date":"9/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":232,"Cost":201,"Date":"1/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":651,"Date":"2/2/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":370,"Date":"3/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":968,"Cost":837,"Date":"10/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":843,"Cost":566,"Date":"2/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":443,"Cost":258,"Date":"6/7/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":185,"Cost":175,"Date":"1/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":343,"Cost":324,"Date":"3/27/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":432,"Cost":339,"Date":"5/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":601,"Cost":536,"Date":"7/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":794,"Cost":508,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":904,"Cost":767,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":965,"Cost":906,"Date":"1/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":991,"Cost":889,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":384,"Cost":252,"Date":"6/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":423,"Cost":326,"Date":"6/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":256,"Cost":162,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":595,"Cost":340,"Date":"11/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":134,"Cost":96,"Date":"12/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":289,"Cost":159,"Date":"2/4/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":618,"Cost":386,"Date":"3/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":724,"Cost":515,"Date":"12/18/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":316,"Cost":218,"Date":"3/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":426,"Cost":372,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":263,"Cost":211,"Date":"6/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":238,"Cost":157,"Date":"7/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":180,"Cost":105,"Date":"11/21/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":840,"Cost":706,"Date":"11/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":283,"Cost":147,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":890,"Cost":846,"Date":"5/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":7,"Cost":6,"Date":"9/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":376,"Cost":309,"Date":"1/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":153,"Cost":125,"Date":"2/2/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":17,"Cost":12,"Date":"3/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":261,"Cost":153,"Date":"10/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":894,"Cost":467,"Date":"2/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":333,"Cost":295,"Date":"6/7/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":405,"Cost":226,"Date":"1/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":37,"Cost":22,"Date":"3/27/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":366,"Cost":191,"Date":"5/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":963,"Cost":512,"Date":"7/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":794,"Cost":667,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":137,"Cost":107,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":159,"Cost":137,"Date":"1/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":395,"Cost":346,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":554,"Cost":476,"Date":"6/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":201,"Cost":190,"Date":"6/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":696,"Cost":547,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":328,"Cost":308,"Date":"11/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":817,"Cost":459,"Date":"12/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":543,"Cost":386,"Date":"2/4/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":922,"Cost":826,"Date":"3/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":816,"Cost":743,"Date":"12/18/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":638,"Cost":424,"Date":"3/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":447,"Cost":352,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":576,"Cost":375,"Date":"6/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":582,"Cost":385,"Date":"7/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":371,"Cost":240,"Date":"11/21/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":741,"Cost":683,"Date":"11/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":943,"Cost":839,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":631,"Cost":397,"Date":"5/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":555,"Cost":475,"Date":"9/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":441,"Cost":263,"Date":"1/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":840,"Cost":609,"Date":"2/2/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":570,"Cost":494,"Date":"3/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":52,"Cost":48,"Date":"10/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":553,"Cost":374,"Date":"2/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":679,"Cost":470,"Date":"6/7/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":691,"Cost":572,"Date":"1/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":671,"Cost":518,"Date":"3/27/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":928,"Cost":735,"Date":"5/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":998,"Cost":779,"Date":"7/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":682,"Cost":455,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":392,"Cost":287,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":224,"Cost":152,"Date":"1/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":337,"Cost":289,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":36,"Cost":25,"Date":"6/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":986,"Cost":514,"Date":"6/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":873,"Cost":645,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":954,"Cost":654,"Date":"11/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":371,"Cost":246,"Date":"12/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":241,"Cost":203,"Date":"2/4/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":200,"Cost":124,"Date":"3/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":778,"Cost":578,"Date":"12/18/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":210,"Cost":191,"Date":"3/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":491,"Cost":309,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":207,"Cost":183,"Date":"6/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":226,"Cost":122,"Date":"7/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":919,"Cost":645,"Date":"11/21/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":419,"Cost":350,"Date":"11/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":388,"Cost":313,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":366,"Cost":335,"Date":"5/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":251,"Cost":238,"Date":"9/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":537,"Cost":461,"Date":"1/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":939,"Cost":669,"Date":"2/2/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":633,"Cost":476,"Date":"3/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":518,"Cost":304,"Date":"10/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":822,"Cost":691,"Date":"2/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":151,"Cost":78,"Date":"6/7/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":121,"Cost":78,"Date":"1/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":879,"Cost":805,"Date":"3/27/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":28,"Cost":14,"Date":"5/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":938,"Cost":783,"Date":"7/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":298,"Cost":269,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":221,"Cost":195,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":348,"Cost":176,"Date":"1/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":323,"Cost":197,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":601,"Cost":400,"Date":"6/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":259,"Cost":191,"Date":"6/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":32,"Cost":22,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":153,"Cost":144,"Date":"11/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":445,"Cost":267,"Date":"12/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":30,"Cost":26,"Date":"2/4/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":770,"Cost":655,"Date":"3/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":507,"Cost":325,"Date":"12/18/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":446,"Cost":314,"Date":"3/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":40,"Cost":28,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":95,"Cost":80,"Date":"6/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":386,"Cost":236,"Date":"7/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":117,"Cost":85,"Date":"11/21/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":58,"Cost":42,"Date":"11/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":399,"Cost":234,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":306,"Cost":252,"Date":"5/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":161,"Cost":121,"Date":"9/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":554,"Cost":516,"Date":"1/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":735,"Cost":553,"Date":"2/2/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":754,"Cost":684,"Date":"3/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":237,"Cost":223,"Date":"10/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":410,"Cost":277,"Date":"2/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":590,"Cost":538,"Date":"6/7/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":288,"Cost":268,"Date":"1/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":180,"Cost":163,"Date":"3/27/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":308,"Cost":196,"Date":"5/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":481,"Cost":266,"Date":"7/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":444,"Cost":348,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":822,"Cost":648,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":8,"Cost":7,"Date":"1/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":726,"Cost":474,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":412,"Cost":287,"Date":"6/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":676,"Cost":512,"Date":"6/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":14,"Cost":9,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":799,"Cost":491,"Date":"11/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":773,"Cost":608,"Date":"12/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":426,"Cost":380,"Date":"2/4/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":913,"Cost":633,"Date":"3/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":545,"Cost":464,"Date":"12/18/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":405,"Cost":330,"Date":"3/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":67,"Cost":42,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":213,"Cost":201,"Date":"6/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":346,"Cost":315,"Date":"7/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":586,"Cost":376,"Date":"11/21/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":607,"Cost":515,"Date":"11/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":918,"Cost":548,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":556,"Cost":396,"Date":"5/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":745,"Cost":651,"Date":"9/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":879,"Cost":576,"Date":"1/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":33,"Cost":24,"Date":"2/2/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":564,"Cost":380,"Date":"3/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":890,"Cost":739,"Date":"10/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":930,"Cost":754,"Date":"2/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":460,"Cost":424,"Date":"6/7/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":317,"Cost":290,"Date":"1/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":385,"Cost":345,"Date":"3/27/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":164,"Date":"5/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":926,"Cost":876,"Date":"7/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":100,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":879,"Cost":593,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":350,"Cost":306,"Date":"1/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":10,"Cost":5,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":127,"Cost":85,"Date":"6/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":337,"Cost":198,"Date":"6/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":219,"Cost":157,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":564,"Date":"11/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":721,"Cost":684,"Date":"12/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":266,"Cost":155,"Date":"2/4/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":476,"Cost":259,"Date":"3/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":870,"Date":"12/18/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":902,"Cost":805,"Date":"3/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":814,"Cost":526,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":371,"Date":"6/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":909,"Cost":613,"Date":"7/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":820,"Cost":654,"Date":"11/21/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":296,"Cost":227,"Date":"11/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":342,"Cost":260,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":171,"Cost":149,"Date":"5/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":785,"Cost":705,"Date":"9/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":963,"Cost":562,"Date":"1/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":344,"Date":"2/2/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":331,"Cost":241,"Date":"3/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":13,"Cost":11,"Date":"10/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":94,"Cost":68,"Date":"2/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":995,"Cost":557,"Date":"6/7/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":241,"Cost":127,"Date":"1/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":88,"Cost":56,"Date":"3/27/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":394,"Cost":346,"Date":"5/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":964,"Cost":632,"Date":"7/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":846,"Cost":467,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":50,"Cost":44,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":393,"Cost":291,"Date":"1/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":165,"Cost":156,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":942,"Cost":630,"Date":"6/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":496,"Cost":330,"Date":"6/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":680,"Cost":462,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":35,"Cost":25,"Date":"11/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":893,"Cost":735,"Date":"12/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":860,"Cost":795,"Date":"2/4/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":989,"Cost":807,"Date":"3/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":371,"Cost":219,"Date":"12/18/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":739,"Cost":432,"Date":"3/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":240,"Cost":223,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":785,"Cost":668,"Date":"6/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":675,"Cost":375,"Date":"7/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":622,"Cost":367,"Date":"11/21/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":890,"Cost":542,"Date":"11/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":511,"Cost":465,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":458,"Cost":249,"Date":"5/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":847,"Cost":735,"Date":"9/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":557,"Cost":399,"Date":"1/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":272,"Cost":209,"Date":"2/2/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":618,"Cost":506,"Date":"3/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":816,"Cost":775,"Date":"10/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":142,"Cost":131,"Date":"2/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":886,"Cost":679,"Date":"6/7/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":683,"Cost":440,"Date":"1/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":926,"Cost":816,"Date":"3/27/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":248,"Cost":183,"Date":"5/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":548,"Cost":383,"Date":"7/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":171,"Cost":139,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":587,"Cost":312,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":171,"Cost":145,"Date":"1/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":665,"Cost":583,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":937,"Cost":536,"Date":"6/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":511,"Cost":398,"Date":"6/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":9,"Cost":6,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":768,"Cost":714,"Date":"11/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":379,"Cost":241,"Date":"12/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":961,"Cost":614,"Date":"2/4/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":887,"Cost":625,"Date":"3/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":836,"Cost":766,"Date":"12/18/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":767,"Cost":598,"Date":"3/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":200,"Cost":155,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":241,"Cost":187,"Date":"6/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":30,"Cost":22,"Date":"7/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":180,"Cost":136,"Date":"11/21/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":897,"Cost":710,"Date":"11/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":687,"Cost":356,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":824,"Cost":776,"Date":"5/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":146,"Cost":85,"Date":"9/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":942,"Cost":584,"Date":"1/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":88,"Cost":83,"Date":"2/2/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":453,"Cost":427,"Date":"3/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":462,"Cost":251,"Date":"10/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":630,"Cost":408,"Date":"2/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":556,"Cost":398,"Date":"6/7/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":501,"Cost":308,"Date":"1/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":325,"Cost":173,"Date":"3/27/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":10,"Cost":8,"Date":"5/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":349,"Cost":242,"Date":"7/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":98,"Cost":58,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":795,"Cost":411,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":490,"Date":"1/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":404,"Cost":283,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":180,"Cost":145,"Date":"6/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":371,"Date":"6/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":146,"Cost":119,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":446,"Cost":405,"Date":"11/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":206,"Date":"12/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":407,"Cost":217,"Date":"2/4/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":740,"Cost":372,"Date":"3/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":50,"Cost":25,"Date":"12/18/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":727,"Cost":688,"Date":"3/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":726,"Cost":395,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":136,"Cost":69,"Date":"6/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":3,"Cost":2,"Date":"7/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":676,"Cost":446,"Date":"11/21/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":375,"Cost":252,"Date":"11/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":80,"Cost":55,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":362,"Cost":322,"Date":"5/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":64,"Cost":33,"Date":"9/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":88,"Cost":71,"Date":"1/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":992,"Cost":871,"Date":"2/2/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":568,"Cost":503,"Date":"3/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":858,"Cost":609,"Date":"10/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":801,"Cost":631,"Date":"2/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":227,"Cost":120,"Date":"6/7/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":414,"Cost":297,"Date":"1/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":689,"Cost":538,"Date":"3/27/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":562,"Cost":318,"Date":"5/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":259,"Cost":214,"Date":"7/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":423,"Cost":247,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":453,"Cost":338,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":302,"Cost":256,"Date":"1/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":250,"Cost":220,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":187,"Cost":171,"Date":"6/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":844,"Cost":784,"Date":"6/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":54,"Cost":28,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":253,"Cost":177,"Date":"11/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":34,"Cost":18,"Date":"12/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":511,"Cost":374,"Date":"2/4/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":972,"Cost":861,"Date":"3/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":769,"Cost":675,"Date":"12/18/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":614,"Cost":369,"Date":"3/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":497,"Cost":306,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":111,"Cost":63,"Date":"6/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":397,"Cost":264,"Date":"7/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":299,"Cost":169,"Date":"11/21/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":231,"Cost":145,"Date":"11/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":233,"Cost":178,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":745,"Cost":586,"Date":"5/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":536,"Cost":420,"Date":"9/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":205,"Cost":180,"Date":"1/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":813,"Cost":600,"Date":"2/2/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":372,"Cost":213,"Date":"3/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":735,"Cost":562,"Date":"10/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":933,"Cost":630,"Date":"2/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":203,"Cost":102,"Date":"6/7/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":49,"Cost":47,"Date":"1/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":354,"Cost":205,"Date":"3/27/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":774,"Cost":728,"Date":"5/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":102,"Cost":70,"Date":"7/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":262,"Cost":193,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":861,"Cost":493,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":7,"Cost":4,"Date":"1/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":340,"Cost":277,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":857,"Cost":530,"Date":"6/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":875,"Cost":782,"Date":"6/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":122,"Cost":115,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":374,"Cost":289,"Date":"11/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":375,"Cost":329,"Date":"12/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":399,"Date":"2/4/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":611,"Cost":373,"Date":"3/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":51,"Cost":35,"Date":"12/18/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":409,"Cost":299,"Date":"3/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":146,"Cost":124,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":893,"Cost":748,"Date":"6/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":36,"Date":"7/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":149,"Cost":108,"Date":"11/21/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":532,"Cost":453,"Date":"11/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":270,"Cost":225,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":827,"Cost":619,"Date":"5/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":550,"Cost":364,"Date":"9/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":1000,"Cost":746,"Date":"1/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":465,"Cost":399,"Date":"2/2/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":836,"Cost":528,"Date":"3/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":743,"Cost":494,"Date":"10/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":549,"Cost":362,"Date":"2/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":133,"Cost":113,"Date":"6/7/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":499,"Cost":279,"Date":"1/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":427,"Cost":338,"Date":"3/27/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":771,"Cost":551,"Date":"5/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":116,"Cost":102,"Date":"7/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":879,"Cost":763,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":727,"Cost":691,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":769,"Cost":686,"Date":"1/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":128,"Cost":105,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":602,"Cost":540,"Date":"6/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":321,"Cost":195,"Date":"6/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":681,"Cost":563,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":275,"Cost":249,"Date":"11/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":590,"Cost":338,"Date":"12/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":347,"Cost":316,"Date":"2/4/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":321,"Cost":256,"Date":"3/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":320,"Cost":165,"Date":"12/18/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":31,"Cost":19,"Date":"3/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":865,"Cost":726,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":92,"Cost":49,"Date":"6/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":769,"Cost":646,"Date":"7/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":874,"Cost":467,"Date":"11/21/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":256,"Cost":132,"Date":"11/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":426,"Cost":349,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":182,"Cost":106,"Date":"5/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":809,"Cost":576,"Date":"9/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":511,"Cost":307,"Date":"1/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":242,"Cost":172,"Date":"2/2/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":8,"Cost":6,"Date":"3/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":150,"Cost":96,"Date":"10/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":48,"Cost":41,"Date":"2/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":46,"Cost":40,"Date":"6/7/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":173,"Cost":151,"Date":"1/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":313,"Cost":173,"Date":"3/27/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":776,"Cost":427,"Date":"5/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":185,"Cost":149,"Date":"7/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":402,"Cost":227,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":945,"Cost":535,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":2,"Cost":2,"Date":"1/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":35,"Cost":29,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":904,"Cost":526,"Date":"6/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":103,"Cost":67,"Date":"6/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":90,"Cost":76,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":463,"Cost":344,"Date":"11/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":193,"Cost":112,"Date":"12/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":552,"Cost":500,"Date":"2/4/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":172,"Cost":154,"Date":"3/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":543,"Cost":432,"Date":"12/18/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":794,"Cost":555,"Date":"3/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":310,"Cost":268,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":927,"Cost":646,"Date":"6/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":187,"Cost":157,"Date":"7/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":556,"Cost":485,"Date":"11/21/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":352,"Cost":254,"Date":"11/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":789,"Cost":411,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":928,"Cost":563,"Date":"5/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":342,"Cost":213,"Date":"9/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":127,"Cost":66,"Date":"1/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":612,"Cost":311,"Date":"2/2/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":249,"Cost":152,"Date":"3/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":50,"Cost":37,"Date":"10/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":528,"Cost":415,"Date":"2/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":318,"Cost":199,"Date":"6/7/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":57,"Cost":30,"Date":"1/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":993,"Cost":728,"Date":"3/27/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":309,"Cost":240,"Date":"5/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":438,"Cost":346,"Date":"7/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":207,"Cost":122,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":2,"Cost":2,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":312,"Cost":223,"Date":"1/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":535,"Cost":453,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":782,"Cost":508,"Date":"6/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":784,"Cost":515,"Date":"6/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":621,"Cost":555,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":967,"Cost":690,"Date":"11/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":404,"Cost":296,"Date":"12/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":720,"Cost":572,"Date":"2/4/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":809,"Cost":636,"Date":"3/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":330,"Cost":191,"Date":"12/18/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":475,"Cost":407,"Date":"3/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":208,"Cost":170,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":336,"Cost":265,"Date":"6/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":50,"Cost":41,"Date":"7/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":649,"Cost":437,"Date":"11/21/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":305,"Cost":250,"Date":"11/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":110,"Cost":78,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":819,"Cost":581,"Date":"5/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":339,"Cost":214,"Date":"9/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":158,"Cost":110,"Date":"1/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":938,"Cost":752,"Date":"2/2/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":456,"Cost":366,"Date":"3/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":970,"Cost":840,"Date":"10/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":221,"Cost":142,"Date":"2/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":331,"Cost":220,"Date":"6/7/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":24,"Cost":18,"Date":"1/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":994,"Cost":699,"Date":"3/27/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":142,"Cost":120,"Date":"5/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":116,"Cost":101,"Date":"7/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":385,"Cost":365,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":460,"Cost":291,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":736,"Cost":453,"Date":"1/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":449,"Cost":316,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":654,"Cost":478,"Date":"6/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":806,"Cost":713,"Date":"6/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":728,"Cost":392,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":77,"Cost":68,"Date":"11/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":389,"Cost":213,"Date":"12/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":213,"Cost":178,"Date":"2/4/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":617,"Cost":330,"Date":"3/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":604,"Cost":547,"Date":"12/18/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":749,"Cost":579,"Date":"3/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":444,"Cost":383,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":281,"Cost":181,"Date":"6/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":34,"Cost":19,"Date":"7/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":223,"Cost":140,"Date":"11/21/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":471,"Cost":328,"Date":"11/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":706,"Cost":393,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":323,"Cost":293,"Date":"5/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":304,"Cost":235,"Date":"9/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":439,"Cost":264,"Date":"1/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":224,"Cost":193,"Date":"2/2/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":27,"Cost":25,"Date":"3/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":29,"Cost":26,"Date":"10/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":415,"Cost":306,"Date":"2/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":537,"Cost":485,"Date":"6/7/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":168,"Cost":97,"Date":"1/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":272,"Cost":213,"Date":"3/27/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":911,"Cost":665,"Date":"5/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":640,"Cost":453,"Date":"7/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":420,"Cost":238,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":253,"Cost":233,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":246,"Cost":137,"Date":"1/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":491,"Cost":283,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":739,"Cost":464,"Date":"6/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":418,"Cost":393,"Date":"6/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":232,"Cost":165,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":218,"Cost":202,"Date":"11/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":696,"Cost":593,"Date":"12/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":261,"Cost":248,"Date":"2/4/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":539,"Cost":389,"Date":"3/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":730,"Cost":594,"Date":"12/18/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":324,"Cost":164,"Date":"3/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":440,"Cost":269,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":941,"Cost":831,"Date":"6/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":122,"Cost":101,"Date":"7/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":70,"Cost":65,"Date":"11/21/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":584,"Cost":514,"Date":"11/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":965,"Cost":629,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":432,"Cost":298,"Date":"5/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":612,"Cost":544,"Date":"9/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":931,"Cost":721,"Date":"1/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":401,"Cost":302,"Date":"2/2/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":861,"Cost":628,"Date":"3/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":391,"Cost":350,"Date":"10/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":358,"Cost":339,"Date":"2/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":551,"Cost":412,"Date":"6/7/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":134,"Cost":93,"Date":"1/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":641,"Cost":354,"Date":"3/27/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":926,"Cost":623,"Date":"5/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":134,"Cost":81,"Date":"7/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":973,"Cost":669,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":892,"Cost":617,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":433,"Cost":409,"Date":"1/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":417,"Cost":348,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":599,"Cost":337,"Date":"6/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":606,"Cost":493,"Date":"6/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":332,"Cost":281,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":999,"Cost":550,"Date":"11/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":950,"Cost":510,"Date":"12/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":604,"Cost":439,"Date":"2/4/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":320,"Cost":241,"Date":"3/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":895,"Cost":630,"Date":"12/18/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":29,"Cost":26,"Date":"3/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":496,"Cost":257,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":387,"Cost":353,"Date":"6/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":895,"Cost":828,"Date":"7/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":295,"Cost":196,"Date":"11/21/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":649,"Cost":399,"Date":"11/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":325,"Cost":285,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":114,"Cost":86,"Date":"5/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":18,"Cost":13,"Date":"9/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":152,"Cost":103,"Date":"1/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":169,"Cost":87,"Date":"2/2/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":466,"Cost":246,"Date":"3/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":695,"Cost":556,"Date":"10/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":722,"Cost":481,"Date":"2/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":607,"Cost":415,"Date":"6/7/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":394,"Cost":320,"Date":"1/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":45,"Cost":35,"Date":"3/27/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":214,"Cost":169,"Date":"5/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":716,"Cost":369,"Date":"7/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":641,"Cost":496,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":928,"Cost":539,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":215,"Cost":170,"Date":"1/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":480,"Cost":333,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":522,"Cost":295,"Date":"6/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":978,"Cost":765,"Date":"6/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":366,"Cost":304,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":812,"Cost":682,"Date":"11/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":602,"Cost":311,"Date":"12/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":46,"Cost":24,"Date":"2/4/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":582,"Cost":509,"Date":"3/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":840,"Cost":578,"Date":"12/18/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":201,"Cost":101,"Date":"3/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":471,"Cost":288,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":356,"Cost":338,"Date":"6/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":928,"Cost":486,"Date":"7/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":127,"Cost":105,"Date":"11/21/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":364,"Cost":307,"Date":"11/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":591,"Cost":308,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":53,"Cost":35,"Date":"5/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":41,"Cost":21,"Date":"9/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":3,"Cost":2,"Date":"1/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":637,"Cost":501,"Date":"2/2/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":317,"Cost":158,"Date":"3/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":546,"Cost":403,"Date":"10/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":216,"Cost":181,"Date":"2/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":501,"Cost":340,"Date":"6/7/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":380,"Cost":324,"Date":"1/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":916,"Cost":460,"Date":"3/27/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":759,"Cost":415,"Date":"5/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":62,"Cost":58,"Date":"7/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":658,"Cost":543,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":239,"Cost":157,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":958,"Cost":609,"Date":"1/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":154,"Cost":101,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":970,"Cost":847,"Date":"6/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":660,"Cost":375,"Date":"6/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":756,"Cost":509,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":618,"Cost":548,"Date":"11/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":16,"Cost":13,"Date":"12/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":620,"Cost":497,"Date":"2/4/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":325,"Cost":200,"Date":"3/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":45,"Cost":25,"Date":"12/18/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":223,"Cost":149,"Date":"3/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":999,"Cost":531,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":725,"Cost":368,"Date":"6/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":85,"Cost":49,"Date":"7/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":672,"Cost":433,"Date":"11/21/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":563,"Cost":428,"Date":"11/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":742,"Cost":695,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":325,"Cost":282,"Date":"5/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":699,"Cost":616,"Date":"9/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":323,"Cost":272,"Date":"1/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":118,"Cost":106,"Date":"2/2/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":493,"Cost":435,"Date":"3/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":281,"Cost":264,"Date":"10/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":406,"Cost":307,"Date":"2/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":837,"Cost":607,"Date":"6/7/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":607,"Cost":478,"Date":"1/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":333,"Cost":313,"Date":"3/27/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":956,"Cost":673,"Date":"5/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":224,"Cost":210,"Date":"7/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":935,"Cost":675,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":60,"Cost":40,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":364,"Cost":344,"Date":"1/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":257,"Cost":179,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":102,"Cost":90,"Date":"6/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":634,"Cost":561,"Date":"6/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":636,"Cost":489,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":25,"Cost":20,"Date":"11/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":385,"Cost":280,"Date":"12/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":970,"Cost":748,"Date":"2/4/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":859,"Cost":785,"Date":"3/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":869,"Cost":706,"Date":"12/18/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":951,"Cost":529,"Date":"3/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":239,"Cost":134,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":540,"Cost":420,"Date":"6/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":899,"Cost":496,"Date":"7/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":184,"Cost":93,"Date":"11/21/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":524,"Cost":282,"Date":"11/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":927,"Cost":478,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":900,"Cost":474,"Date":"5/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":764,"Cost":399,"Date":"9/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":52,"Cost":46,"Date":"1/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":873,"Cost":474,"Date":"2/2/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":446,"Cost":261,"Date":"3/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":573,"Cost":388,"Date":"10/14/2024"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":85,"Cost":75,"Date":"2/16/2018"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":453,"Cost":308,"Date":"6/7/2018"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":951,"Cost":479,"Date":"1/28/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":186,"Cost":111,"Date":"3/27/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":40,"Cost":34,"Date":"5/12/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":236,"Cost":155,"Date":"7/28/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":164,"Cost":146,"Date":"8/8/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":47,"Cost":44,"Date":"12/7/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":258,"Cost":244,"Date":"1/17/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":321,"Cost":262,"Date":"3/8/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":972,"Cost":915,"Date":"6/6/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":808,"Cost":551,"Date":"6/16/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":427,"Cost":284,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":882,"Cost":493,"Date":"11/19/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":731,"Cost":410,"Date":"12/28/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":910,"Cost":813,"Date":"2/4/2021"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":898,"Cost":498,"Date":"3/8/2021"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":52,"Cost":40,"Date":"12/18/2021"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":787,"Cost":421,"Date":"3/31/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":843,"Cost":780,"Date":"4/20/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":976,"Cost":527,"Date":"6/26/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":759,"Cost":585,"Date":"7/23/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":525,"Cost":398,"Date":"11/21/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":689,"Cost":550,"Date":"11/26/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":970,"Cost":636,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":313,"Cost":273,"Date":"5/21/2023"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":976,"Cost":712,"Date":"9/28/2023"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":107,"Cost":65,"Date":"1/3/2024"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":168,"Cost":128,"Date":"2/2/2024"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":332,"Cost":222,"Date":"3/18/2024"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":174,"Cost":123,"Date":"10/14/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":305,"Cost":289,"Date":"2/16/2018"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":91,"Cost":79,"Date":"6/7/2018"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":990,"Cost":576,"Date":"1/28/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":850,"Cost":644,"Date":"3/27/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":106,"Cost":69,"Date":"5/12/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":295,"Cost":188,"Date":"7/28/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":678,"Cost":493,"Date":"8/8/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":530,"Cost":400,"Date":"12/7/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":593,"Cost":323,"Date":"1/17/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":720,"Cost":543,"Date":"3/8/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":409,"Cost":221,"Date":"6/6/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":85,"Cost":57,"Date":"6/16/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":991,"Cost":689,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":722,"Cost":459,"Date":"11/19/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":321,"Cost":197,"Date":"12/28/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":24,"Cost":23,"Date":"2/4/2021"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":422,"Cost":215,"Date":"3/8/2021"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":308,"Cost":227,"Date":"12/18/2021"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":273,"Cost":210,"Date":"3/31/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":227,"Cost":116,"Date":"4/20/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":528,"Cost":329,"Date":"6/26/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":909,"Cost":722,"Date":"7/23/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":415,"Cost":353,"Date":"11/21/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":953,"Cost":632,"Date":"11/26/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":151,"Cost":111,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":794,"Cost":618,"Date":"5/21/2023"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":655,"Cost":457,"Date":"9/28/2023"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":823,"Cost":504,"Date":"1/3/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":916,"Cost":543,"Date":"2/2/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":367,"Cost":285,"Date":"3/18/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":303,"Cost":184,"Date":"10/14/2024"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":786,"Cost":709,"Date":"2/16/2018"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":590,"Cost":354,"Date":"6/7/2018"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":621,"Cost":438,"Date":"1/28/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":630,"Cost":589,"Date":"3/27/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":982,"Cost":849,"Date":"5/12/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":148,"Cost":123,"Date":"7/28/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":218,"Cost":171,"Date":"8/8/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":517,"Cost":296,"Date":"12/7/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":651,"Cost":581,"Date":"1/17/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":776,"Cost":560,"Date":"3/8/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":519,"Cost":287,"Date":"6/6/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":443,"Cost":266,"Date":"6/16/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":580,"Cost":442,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":728,"Cost":681,"Date":"11/19/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":749,"Cost":594,"Date":"12/28/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":96,"Cost":65,"Date":"2/4/2021"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":881,"Cost":564,"Date":"3/8/2021"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":252,"Cost":205,"Date":"12/18/2021"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":772,"Cost":614,"Date":"3/31/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":303,"Cost":217,"Date":"4/20/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":614,"Cost":387,"Date":"6/26/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":729,"Cost":549,"Date":"7/23/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":902,"Cost":452,"Date":"11/21/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":757,"Cost":663,"Date":"11/26/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":890,"Cost":682,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":204,"Cost":164,"Date":"5/21/2023"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":7,"Cost":4,"Date":"9/28/2023"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":504,"Cost":440,"Date":"1/3/2024"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":278,"Cost":244,"Date":"2/2/2024"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":630,"Cost":481,"Date":"3/18/2024"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":490,"Cost":303,"Date":"10/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":1,"Cost":1,"Date":"2/16/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":895,"Cost":521,"Date":"6/7/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":238,"Cost":140,"Date":"1/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":527,"Cost":402,"Date":"3/27/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":916,"Cost":864,"Date":"5/12/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":160,"Cost":148,"Date":"7/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":475,"Cost":268,"Date":"8/8/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":797,"Cost":568,"Date":"12/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":127,"Cost":95,"Date":"1/17/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":453,"Cost":314,"Date":"3/8/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":707,"Cost":658,"Date":"6/6/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":217,"Cost":110,"Date":"6/16/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":623,"Cost":547,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":622,"Cost":454,"Date":"11/19/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":812,"Cost":427,"Date":"12/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":891,"Cost":779,"Date":"2/4/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":460,"Cost":270,"Date":"3/8/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":750,"Cost":632,"Date":"12/18/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":955,"Cost":718,"Date":"3/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":218,"Cost":151,"Date":"4/20/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":308,"Cost":154,"Date":"6/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":833,"Cost":576,"Date":"7/23/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":470,"Cost":285,"Date":"11/21/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":381,"Cost":360,"Date":"11/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":132,"Cost":67,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":432,"Cost":385,"Date":"5/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":933,"Cost":807,"Date":"9/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":426,"Cost":343,"Date":"1/3/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":671,"Cost":505,"Date":"2/2/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":589,"Cost":535,"Date":"3/18/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":504,"Cost":304,"Date":"10/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":932,"Cost":619,"Date":"2/16/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":115,"Cost":64,"Date":"6/7/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":912,"Cost":597,"Date":"1/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":222,"Cost":131,"Date":"3/27/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":941,"Cost":602,"Date":"5/12/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":318,"Cost":291,"Date":"7/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":957,"Cost":543,"Date":"8/8/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":955,"Cost":555,"Date":"12/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":196,"Cost":181,"Date":"1/17/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":373,"Cost":266,"Date":"3/8/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":397,"Cost":272,"Date":"6/6/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":131,"Cost":94,"Date":"6/16/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":727,"Cost":537,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":218,"Cost":158,"Date":"11/19/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":275,"Cost":239,"Date":"12/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":141,"Cost":74,"Date":"2/4/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":18,"Cost":12,"Date":"3/8/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":509,"Cost":359,"Date":"12/18/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":936,"Cost":854,"Date":"3/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":724,"Cost":582,"Date":"4/20/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":105,"Cost":62,"Date":"6/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":317,"Cost":190,"Date":"7/23/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":556,"Cost":485,"Date":"11/21/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":22,"Cost":18,"Date":"11/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":195,"Cost":157,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":632,"Cost":343,"Date":"5/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":338,"Cost":271,"Date":"9/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":871,"Cost":828,"Date":"1/3/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":789,"Cost":426,"Date":"2/2/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":644,"Cost":351,"Date":"3/18/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":385,"Cost":223,"Date":"10/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":294,"Cost":178,"Date":"2/16/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":767,"Cost":723,"Date":"6/7/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":69,"Cost":40,"Date":"1/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":957,"Cost":537,"Date":"3/27/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":519,"Cost":295,"Date":"5/12/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":316,"Cost":206,"Date":"7/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":587,"Cost":354,"Date":"8/8/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":913,"Cost":818,"Date":"12/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":646,"Cost":438,"Date":"1/17/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":480,"Cost":265,"Date":"3/8/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":988,"Cost":663,"Date":"6/6/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":742,"Cost":416,"Date":"6/16/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":829,"Cost":486,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":640,"Cost":517,"Date":"11/19/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":462,"Cost":399,"Date":"12/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":514,"Cost":314,"Date":"2/4/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":136,"Cost":74,"Date":"3/8/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":895,"Cost":817,"Date":"12/18/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":378,"Cost":238,"Date":"3/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":31,"Cost":22,"Date":"4/20/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":654,"Cost":379,"Date":"6/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":495,"Cost":459,"Date":"7/23/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":162,"Cost":147,"Date":"11/21/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":253,"Cost":152,"Date":"11/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":938,"Cost":778,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":106,"Cost":72,"Date":"5/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":175,"Cost":149,"Date":"9/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":677,"Cost":457,"Date":"1/3/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":629,"Cost":377,"Date":"2/2/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":747,"Cost":382,"Date":"3/18/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":517,"Cost":300,"Date":"10/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":309,"Cost":275,"Date":"2/16/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":700,"Cost":573,"Date":"6/7/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":942,"Cost":808,"Date":"1/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":490,"Cost":336,"Date":"3/27/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":643,"Cost":567,"Date":"5/12/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":995,"Cost":874,"Date":"7/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":332,"Cost":220,"Date":"8/8/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":104,"Cost":62,"Date":"12/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":26,"Cost":14,"Date":"1/17/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":902,"Cost":840,"Date":"3/8/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":320,"Cost":176,"Date":"6/6/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":373,"Cost":280,"Date":"6/16/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":477,"Cost":300,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":604,"Cost":338,"Date":"11/19/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":994,"Cost":582,"Date":"12/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":686,"Cost":552,"Date":"2/4/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":846,"Cost":636,"Date":"3/8/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":2,"Cost":2,"Date":"12/18/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":860,"Cost":464,"Date":"3/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":656,"Cost":542,"Date":"4/20/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":797,"Cost":754,"Date":"6/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":908,"Cost":703,"Date":"7/23/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":425,"Cost":266,"Date":"11/21/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":759,"Cost":507,"Date":"11/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":493,"Cost":255,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":179,"Cost":166,"Date":"5/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":203,"Cost":103,"Date":"9/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":653,"Cost":588,"Date":"1/3/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":785,"Cost":660,"Date":"2/2/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":294,"Cost":176,"Date":"3/18/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":642,"Cost":393,"Date":"10/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":454,"Cost":253,"Date":"2/16/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":61,"Cost":37,"Date":"6/7/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":36,"Cost":32,"Date":"1/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":800,"Cost":533,"Date":"3/27/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":133,"Cost":105,"Date":"5/12/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":598,"Cost":303,"Date":"7/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":143,"Cost":134,"Date":"8/8/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":766,"Cost":678,"Date":"12/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":172,"Cost":115,"Date":"1/17/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":532,"Cost":450,"Date":"3/8/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":394,"Cost":348,"Date":"6/6/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":357,"Cost":228,"Date":"6/16/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":979,"Cost":922,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":966,"Cost":743,"Date":"11/19/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":955,"Cost":786,"Date":"12/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":132,"Cost":123,"Date":"2/4/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":697,"Cost":395,"Date":"3/8/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":956,"Cost":800,"Date":"12/18/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":294,"Cost":156,"Date":"3/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":456,"Cost":274,"Date":"4/20/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":325,"Cost":197,"Date":"6/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":414,"Cost":357,"Date":"7/23/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":325,"Cost":168,"Date":"11/21/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":182,"Cost":168,"Date":"11/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":607,"Cost":399,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":403,"Cost":334,"Date":"5/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":520,"Cost":417,"Date":"9/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":697,"Cost":621,"Date":"1/3/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":120,"Cost":103,"Date":"2/2/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":357,"Cost":268,"Date":"3/18/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":867,"Cost":550,"Date":"10/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":406,"Cost":284,"Date":"2/16/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":95,"Cost":88,"Date":"6/7/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":143,"Cost":115,"Date":"1/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":626,"Cost":427,"Date":"3/27/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":658,"Cost":589,"Date":"5/12/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":340,"Cost":232,"Date":"7/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":955,"Cost":663,"Date":"8/8/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":989,"Cost":651,"Date":"12/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":510,"Cost":417,"Date":"1/17/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":190,"Cost":105,"Date":"3/8/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":317,"Cost":268,"Date":"6/6/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":228,"Cost":120,"Date":"6/16/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":326,"Cost":174,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":16,"Cost":12,"Date":"11/19/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":153,"Cost":110,"Date":"12/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":426,"Cost":329,"Date":"2/4/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":67,"Cost":36,"Date":"3/8/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":67,"Cost":38,"Date":"12/18/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":476,"Cost":256,"Date":"3/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":177,"Cost":117,"Date":"4/20/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":251,"Cost":222,"Date":"6/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":964,"Cost":702,"Date":"7/23/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":309,"Cost":218,"Date":"11/21/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":712,"Cost":638,"Date":"11/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":971,"Cost":708,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":654,"Cost":444,"Date":"5/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":703,"Cost":437,"Date":"9/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":388,"Cost":337,"Date":"1/3/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":30,"Cost":17,"Date":"2/2/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":23,"Cost":19,"Date":"3/18/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":135,"Cost":91,"Date":"10/14/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":796,"Cost":531,"Date":"2/16/2018"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":191,"Cost":177,"Date":"6/7/2018"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":895,"Cost":785,"Date":"1/28/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":262,"Cost":151,"Date":"3/27/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":705,"Cost":453,"Date":"5/12/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":461,"Cost":297,"Date":"7/28/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":604,"Cost":462,"Date":"8/8/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":538,"Cost":427,"Date":"12/7/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":741,"Cost":500,"Date":"1/17/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":96,"Cost":84,"Date":"3/8/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":715,"Cost":387,"Date":"6/6/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":20,"Cost":11,"Date":"6/16/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":434,"Cost":261,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":287,"Cost":216,"Date":"11/19/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":350,"Cost":309,"Date":"12/28/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":497,"Cost":327,"Date":"2/4/2021"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":656,"Cost":509,"Date":"3/8/2021"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":32,"Cost":17,"Date":"12/18/2021"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":400,"Cost":245,"Date":"3/31/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":512,"Cost":348,"Date":"4/20/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":466,"Cost":330,"Date":"6/26/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":271,"Cost":220,"Date":"7/23/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":197,"Cost":139,"Date":"11/21/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":552,"Cost":454,"Date":"11/26/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":186,"Cost":151,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":226,"Cost":209,"Date":"5/21/2023"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":211,"Cost":196,"Date":"9/28/2023"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":744,"Cost":557,"Date":"1/3/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":213,"Cost":185,"Date":"2/2/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":977,"Cost":870,"Date":"3/18/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":375,"Cost":299,"Date":"10/14/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":113,"Cost":88,"Date":"2/16/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":912,"Cost":638,"Date":"6/7/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":941,"Cost":581,"Date":"1/28/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":638,"Cost":517,"Date":"3/27/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":225,"Cost":164,"Date":"5/12/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":411,"Cost":232,"Date":"7/28/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":793,"Cost":425,"Date":"8/8/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":241,"Cost":168,"Date":"12/7/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":980,"Cost":702,"Date":"1/17/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":579,"Cost":331,"Date":"3/8/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":192,"Cost":150,"Date":"6/6/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":121,"Cost":97,"Date":"6/16/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":449,"Cost":335,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":574,"Cost":481,"Date":"11/19/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":861,"Cost":737,"Date":"12/28/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":329,"Cost":251,"Date":"2/4/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":456,"Cost":257,"Date":"3/8/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":761,"Cost":512,"Date":"12/18/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":145,"Cost":74,"Date":"3/31/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":848,"Cost":431,"Date":"4/20/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":755,"Cost":634,"Date":"6/26/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":320,"Cost":185,"Date":"7/23/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":98,"Cost":75,"Date":"11/21/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":604,"Cost":421,"Date":"11/26/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":479,"Cost":265,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":856,"Cost":673,"Date":"5/21/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":676,"Cost":359,"Date":"9/28/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":873,"Cost":717,"Date":"1/3/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":556,"Cost":353,"Date":"2/2/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":295,"Cost":175,"Date":"3/18/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":696,"Cost":617,"Date":"10/14/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":90,"Cost":80,"Date":"2/16/2018"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":8,"Cost":5,"Date":"6/7/2018"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":482,"Cost":444,"Date":"1/28/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":638,"Cost":574,"Date":"3/27/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":949,"Cost":588,"Date":"5/12/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":47,"Cost":25,"Date":"7/28/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":482,"Cost":275,"Date":"8/8/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":776,"Cost":502,"Date":"12/7/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":107,"Cost":67,"Date":"1/17/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":465,"Cost":364,"Date":"3/8/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":630,"Cost":517,"Date":"6/6/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":995,"Cost":863,"Date":"6/16/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":595,"Cost":423,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":983,"Cost":569,"Date":"11/19/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":690,"Cost":618,"Date":"12/28/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":581,"Cost":422,"Date":"2/4/2021"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":721,"Cost":677,"Date":"3/8/2021"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":80,"Cost":40,"Date":"12/18/2021"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":16,"Cost":12,"Date":"3/31/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":952,"Cost":831,"Date":"4/20/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":380,"Cost":296,"Date":"6/26/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":670,"Cost":449,"Date":"7/23/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":193,"Cost":130,"Date":"11/21/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":768,"Cost":663,"Date":"11/26/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":906,"Cost":785,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":377,"Cost":335,"Date":"5/21/2023"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":409,"Cost":217,"Date":"9/28/2023"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":733,"Cost":540,"Date":"1/3/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":960,"Cost":717,"Date":"2/2/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":234,"Cost":150,"Date":"3/18/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":156,"Cost":84,"Date":"10/14/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":158,"Cost":137,"Date":"2/16/2018"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":433,"Cost":294,"Date":"6/7/2018"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":83,"Cost":52,"Date":"1/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":698,"Cost":651,"Date":"3/27/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":919,"Cost":607,"Date":"5/12/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":73,"Cost":63,"Date":"7/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":7,"Cost":7,"Date":"8/8/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":897,"Cost":827,"Date":"12/7/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":950,"Cost":745,"Date":"1/17/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":886,"Cost":777,"Date":"3/8/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":899,"Cost":498,"Date":"6/6/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":887,"Cost":505,"Date":"6/16/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":251,"Cost":157,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":960,"Cost":620,"Date":"11/19/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":380,"Cost":237,"Date":"12/28/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":688,"Cost":468,"Date":"2/4/2021"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":65,"Cost":58,"Date":"3/8/2021"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":483,"Cost":242,"Date":"12/18/2021"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":863,"Cost":687,"Date":"3/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":540,"Cost":323,"Date":"4/20/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":78,"Cost":64,"Date":"6/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":262,"Cost":227,"Date":"7/23/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":237,"Cost":161,"Date":"11/21/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":94,"Cost":76,"Date":"11/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":800,"Cost":700,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":263,"Cost":180,"Date":"5/21/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":317,"Cost":254,"Date":"9/28/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":155,"Cost":83,"Date":"1/3/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":748,"Cost":697,"Date":"2/2/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":637,"Cost":440,"Date":"3/18/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":230,"Cost":122,"Date":"10/14/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":121,"Cost":89,"Date":"2/16/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":596,"Cost":355,"Date":"6/7/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":106,"Cost":80,"Date":"1/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":731,"Cost":494,"Date":"3/27/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":41,"Cost":39,"Date":"5/12/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":362,"Cost":307,"Date":"7/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":646,"Cost":393,"Date":"8/8/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":247,"Cost":229,"Date":"12/7/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":286,"Cost":232,"Date":"1/17/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":149,"Cost":78,"Date":"3/8/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":501,"Cost":339,"Date":"6/6/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":336,"Cost":190,"Date":"6/16/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":722,"Cost":651,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":480,"Cost":382,"Date":"11/19/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":585,"Cost":309,"Date":"12/28/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":577,"Cost":304,"Date":"2/4/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":115,"Cost":59,"Date":"3/8/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":562,"Cost":413,"Date":"12/18/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":576,"Cost":459,"Date":"3/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":459,"Cost":419,"Date":"4/20/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":561,"Cost":521,"Date":"6/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":528,"Cost":491,"Date":"7/23/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":916,"Cost":866,"Date":"11/21/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":501,"Cost":458,"Date":"11/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":356,"Cost":224,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":175,"Cost":94,"Date":"5/21/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":492,"Cost":345,"Date":"9/28/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":507,"Cost":435,"Date":"1/3/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":743,"Cost":517,"Date":"2/2/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":579,"Cost":358,"Date":"3/18/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":710,"Cost":514,"Date":"10/14/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":490,"Cost":432,"Date":"2/16/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":318,"Date":"6/7/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":28,"Cost":16,"Date":"1/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":420,"Cost":381,"Date":"3/27/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":87,"Cost":73,"Date":"5/12/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":378,"Cost":318,"Date":"7/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":106,"Cost":96,"Date":"8/8/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":314,"Cost":287,"Date":"12/7/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":385,"Cost":251,"Date":"1/17/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":468,"Date":"3/8/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":873,"Cost":514,"Date":"6/6/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":321,"Cost":197,"Date":"6/16/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":882,"Cost":773,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":200,"Cost":132,"Date":"11/19/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":974,"Cost":837,"Date":"12/28/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":30,"Date":"2/4/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":2,"Cost":1,"Date":"3/8/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":915,"Cost":618,"Date":"12/18/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":584,"Cost":347,"Date":"3/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":592,"Cost":513,"Date":"4/20/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":655,"Cost":471,"Date":"6/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":369,"Cost":236,"Date":"7/23/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":129,"Cost":65,"Date":"11/21/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":604,"Date":"11/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":785,"Cost":577,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":944,"Cost":825,"Date":"5/21/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":712,"Cost":461,"Date":"9/28/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":210,"Cost":142,"Date":"1/3/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":9,"Date":"2/2/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":857,"Cost":483,"Date":"3/18/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":672,"Cost":467,"Date":"10/14/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":404,"Cost":274,"Date":"2/16/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":454,"Cost":379,"Date":"6/7/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":80,"Cost":60,"Date":"1/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":173,"Cost":149,"Date":"3/27/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":757,"Cost":566,"Date":"5/12/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":18,"Cost":14,"Date":"7/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":670,"Cost":489,"Date":"8/8/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":288,"Cost":261,"Date":"12/7/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":703,"Cost":538,"Date":"1/17/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":551,"Cost":464,"Date":"3/8/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":498,"Cost":418,"Date":"6/6/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":725,"Cost":616,"Date":"6/16/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":10,"Cost":5,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":478,"Cost":240,"Date":"11/19/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":427,"Cost":244,"Date":"12/28/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":630,"Cost":415,"Date":"2/4/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":370,"Cost":207,"Date":"3/8/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":752,"Cost":380,"Date":"12/18/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":867,"Cost":785,"Date":"3/31/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":456,"Cost":295,"Date":"4/20/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":3,"Cost":2,"Date":"6/26/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":379,"Cost":246,"Date":"7/23/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":668,"Cost":368,"Date":"11/21/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":753,"Cost":609,"Date":"11/26/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":682,"Cost":635,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":258,"Cost":161,"Date":"5/21/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":317,"Cost":176,"Date":"9/28/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":683,"Cost":449,"Date":"1/3/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":328,"Cost":211,"Date":"2/2/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":998,"Cost":708,"Date":"3/18/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":144,"Cost":128,"Date":"10/14/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":684,"Cost":477,"Date":"2/16/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":685,"Cost":388,"Date":"6/7/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":499,"Cost":423,"Date":"1/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":639,"Cost":450,"Date":"3/27/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":627,"Cost":494,"Date":"5/12/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":724,"Cost":614,"Date":"7/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":337,"Cost":308,"Date":"8/8/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":442,"Cost":239,"Date":"12/7/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":604,"Cost":374,"Date":"1/17/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":46,"Cost":26,"Date":"3/8/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":825,"Cost":500,"Date":"6/6/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":361,"Cost":341,"Date":"6/16/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":130,"Cost":114,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":660,"Cost":488,"Date":"11/19/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":369,"Cost":235,"Date":"12/28/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":291,"Cost":254,"Date":"2/4/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":77,"Cost":68,"Date":"3/8/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":307,"Cost":183,"Date":"12/18/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":66,"Cost":45,"Date":"3/31/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":652,"Cost":532,"Date":"4/20/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":611,"Cost":342,"Date":"6/26/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":843,"Cost":736,"Date":"7/23/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":494,"Cost":409,"Date":"11/21/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":949,"Cost":760,"Date":"11/26/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":755,"Cost":670,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":145,"Cost":90,"Date":"5/21/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":490,"Cost":356,"Date":"9/28/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":973,"Cost":755,"Date":"1/3/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":165,"Cost":134,"Date":"2/2/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":216,"Cost":123,"Date":"3/18/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":869,"Cost":674,"Date":"10/14/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":389,"Cost":313,"Date":"2/16/2018"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":239,"Cost":120,"Date":"6/7/2018"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":683,"Cost":631,"Date":"1/28/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":861,"Cost":669,"Date":"3/27/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":13,"Cost":11,"Date":"5/12/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":551,"Cost":498,"Date":"7/28/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":105,"Cost":55,"Date":"8/8/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":948,"Cost":509,"Date":"12/7/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":153,"Cost":77,"Date":"1/17/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":995,"Cost":598,"Date":"3/8/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":349,"Cost":192,"Date":"6/6/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":123,"Cost":78,"Date":"6/16/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":710,"Cost":520,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":6,"Cost":5,"Date":"11/19/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":757,"Cost":589,"Date":"12/28/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":333,"Cost":194,"Date":"2/4/2021"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":990,"Cost":847,"Date":"3/8/2021"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":347,"Cost":226,"Date":"12/18/2021"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":898,"Cost":542,"Date":"3/31/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":70,"Cost":53,"Date":"4/20/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":640,"Cost":434,"Date":"6/26/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":112,"Cost":99,"Date":"7/23/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":58,"Cost":50,"Date":"11/21/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":30,"Cost":15,"Date":"11/26/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":754,"Cost":438,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":700,"Cost":607,"Date":"5/21/2023"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":372,"Cost":241,"Date":"9/28/2023"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":983,"Cost":911,"Date":"1/3/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":374,"Cost":263,"Date":"2/2/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":311,"Cost":184,"Date":"3/18/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":357,"Cost":289,"Date":"10/14/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":541,"Cost":380,"Date":"2/16/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":95,"Cost":75,"Date":"6/7/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":255,"Cost":183,"Date":"1/28/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":308,"Cost":197,"Date":"3/27/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":469,"Cost":434,"Date":"5/12/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":883,"Cost":563,"Date":"7/28/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":300,"Cost":177,"Date":"8/8/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":695,"Cost":492,"Date":"12/7/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":917,"Cost":556,"Date":"1/17/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":335,"Cost":240,"Date":"3/8/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":384,"Cost":355,"Date":"6/6/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":44,"Cost":40,"Date":"6/16/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":947,"Cost":568,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":816,"Cost":588,"Date":"11/19/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":156,"Cost":124,"Date":"12/28/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":300,"Cost":258,"Date":"2/4/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":385,"Cost":222,"Date":"3/8/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":958,"Cost":871,"Date":"12/18/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":272,"Cost":256,"Date":"3/31/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":798,"Cost":647,"Date":"4/20/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":653,"Cost":506,"Date":"6/26/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":365,"Cost":230,"Date":"7/23/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":341,"Cost":214,"Date":"11/21/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":528,"Cost":285,"Date":"11/26/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":277,"Cost":206,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":967,"Cost":546,"Date":"5/21/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":802,"Cost":548,"Date":"9/28/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":811,"Cost":558,"Date":"1/3/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":651,"Cost":584,"Date":"2/2/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":366,"Cost":247,"Date":"3/18/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":543,"Cost":346,"Date":"10/14/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":591,"Cost":478,"Date":"2/16/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":917,"Cost":868,"Date":"6/7/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":39,"Cost":27,"Date":"1/28/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":225,"Cost":202,"Date":"3/27/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":690,"Cost":578,"Date":"5/12/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":405,"Cost":247,"Date":"7/28/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":201,"Cost":113,"Date":"8/8/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":863,"Cost":596,"Date":"12/7/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":194,"Cost":144,"Date":"1/17/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":987,"Cost":565,"Date":"3/8/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":673,"Cost":489,"Date":"6/6/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":569,"Cost":479,"Date":"6/16/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":492,"Cost":375,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":241,"Cost":174,"Date":"11/19/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":679,"Cost":526,"Date":"12/28/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":408,"Cost":215,"Date":"2/4/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":911,"Cost":668,"Date":"3/8/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":858,"Cost":456,"Date":"12/18/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":92,"Cost":75,"Date":"3/31/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":975,"Cost":825,"Date":"4/20/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":991,"Cost":799,"Date":"6/26/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":549,"Cost":422,"Date":"7/23/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":465,"Cost":328,"Date":"11/21/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":470,"Cost":240,"Date":"11/26/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":267,"Cost":149,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":289,"Cost":254,"Date":"5/21/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":329,"Cost":312,"Date":"9/28/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":570,"Cost":480,"Date":"1/3/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":71,"Cost":68,"Date":"2/2/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":37,"Cost":34,"Date":"3/18/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":428,"Cost":250,"Date":"10/14/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":225,"Cost":120,"Date":"2/16/2018"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":695,"Cost":497,"Date":"6/7/2018"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":410,"Cost":331,"Date":"1/28/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":301,"Cost":199,"Date":"3/27/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":68,"Cost":46,"Date":"5/12/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":18,"Cost":16,"Date":"7/28/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":310,"Cost":168,"Date":"8/8/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":904,"Cost":806,"Date":"12/7/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":307,"Cost":274,"Date":"1/17/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":920,"Cost":770,"Date":"3/8/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":308,"Cost":235,"Date":"6/6/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":581,"Cost":534,"Date":"6/16/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":429,"Cost":229,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":352,"Cost":217,"Date":"11/19/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":266,"Cost":192,"Date":"12/28/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":23,"Cost":12,"Date":"2/4/2021"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":129,"Cost":74,"Date":"3/8/2021"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":708,"Cost":666,"Date":"12/18/2021"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":875,"Cost":483,"Date":"3/31/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":721,"Cost":613,"Date":"4/20/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":273,"Cost":153,"Date":"6/26/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":743,"Cost":684,"Date":"7/23/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":703,"Cost":494,"Date":"11/21/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":912,"Cost":673,"Date":"11/26/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":108,"Cost":102,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":63,"Cost":40,"Date":"5/21/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":874,"Cost":667,"Date":"9/28/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":892,"Cost":494,"Date":"1/3/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":957,"Cost":636,"Date":"2/2/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":511,"Cost":266,"Date":"3/18/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":165,"Cost":147,"Date":"10/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":579,"Cost":400,"Date":"2/16/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":58,"Cost":32,"Date":"6/7/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":153,"Cost":130,"Date":"1/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":483,"Cost":409,"Date":"3/27/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":379,"Cost":250,"Date":"5/12/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":322,"Cost":184,"Date":"7/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":599,"Cost":315,"Date":"8/8/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":401,"Cost":248,"Date":"12/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":553,"Cost":279,"Date":"1/17/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":112,"Cost":75,"Date":"3/8/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":770,"Cost":506,"Date":"6/6/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":353,"Cost":245,"Date":"6/16/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":630,"Cost":416,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":352,"Cost":266,"Date":"11/19/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":442,"Cost":366,"Date":"12/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":40,"Cost":21,"Date":"2/4/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":910,"Cost":726,"Date":"3/8/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":556,"Cost":308,"Date":"12/18/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":797,"Cost":580,"Date":"3/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":473,"Cost":260,"Date":"4/20/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":939,"Cost":649,"Date":"6/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":95,"Cost":56,"Date":"7/23/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":741,"Cost":454,"Date":"11/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":952,"Cost":620,"Date":"11/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":153,"Cost":98,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":641,"Cost":571,"Date":"5/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":249,"Cost":138,"Date":"9/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":122,"Cost":66,"Date":"1/3/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":548,"Cost":428,"Date":"2/2/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":577,"Cost":429,"Date":"3/18/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":218,"Cost":120,"Date":"10/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":484,"Cost":307,"Date":"2/16/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":298,"Cost":199,"Date":"6/7/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":732,"Cost":408,"Date":"1/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":309,"Cost":246,"Date":"3/27/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":667,"Cost":597,"Date":"5/12/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":103,"Cost":91,"Date":"7/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":582,"Cost":521,"Date":"8/8/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":877,"Cost":477,"Date":"12/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":178,"Cost":158,"Date":"1/17/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":358,"Cost":263,"Date":"3/8/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":445,"Cost":259,"Date":"6/6/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":438,"Cost":348,"Date":"6/16/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":395,"Cost":374,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":755,"Cost":695,"Date":"11/19/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":722,"Cost":578,"Date":"12/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":910,"Cost":697,"Date":"2/4/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":876,"Cost":641,"Date":"3/8/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":298,"Cost":245,"Date":"12/18/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":70,"Cost":63,"Date":"3/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":315,"Cost":299,"Date":"4/20/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":75,"Cost":52,"Date":"6/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":122,"Cost":101,"Date":"7/23/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":999,"Cost":685,"Date":"11/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":333,"Cost":309,"Date":"11/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":822,"Cost":696,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":819,"Cost":630,"Date":"5/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":791,"Cost":492,"Date":"9/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":230,"Cost":184,"Date":"1/3/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":867,"Cost":473,"Date":"2/2/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":571,"Cost":358,"Date":"3/18/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":318,"Cost":182,"Date":"10/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":807,"Cost":723,"Date":"2/16/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":280,"Cost":218,"Date":"6/7/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":365,"Cost":339,"Date":"1/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":795,"Cost":581,"Date":"3/27/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":921,"Cost":806,"Date":"5/12/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":357,"Cost":304,"Date":"7/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":740,"Cost":593,"Date":"8/8/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":878,"Cost":641,"Date":"12/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":325,"Cost":274,"Date":"1/17/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":311,"Cost":283,"Date":"3/8/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":405,"Cost":311,"Date":"6/6/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":383,"Cost":204,"Date":"6/16/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":815,"Cost":559,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":439,"Cost":347,"Date":"11/19/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":718,"Cost":442,"Date":"12/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":186,"Cost":140,"Date":"2/4/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":743,"Cost":673,"Date":"3/8/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":226,"Cost":155,"Date":"12/18/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":774,"Cost":639,"Date":"3/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":61,"Cost":37,"Date":"4/20/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":116,"Cost":96,"Date":"6/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":700,"Cost":561,"Date":"7/23/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":836,"Cost":477,"Date":"11/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":813,"Cost":459,"Date":"11/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":581,"Cost":311,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":177,"Cost":90,"Date":"5/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":759,"Cost":458,"Date":"9/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":41,"Cost":35,"Date":"1/3/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":146,"Cost":115,"Date":"2/2/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":766,"Cost":628,"Date":"3/18/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":750,"Cost":452,"Date":"10/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":136,"Cost":103,"Date":"2/16/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":903,"Cost":460,"Date":"6/7/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":25,"Cost":13,"Date":"1/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":661,"Cost":340,"Date":"3/27/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":401,"Cost":329,"Date":"5/12/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":737,"Cost":421,"Date":"7/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":103,"Cost":95,"Date":"8/8/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":642,"Cost":394,"Date":"12/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":817,"Cost":636,"Date":"1/17/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":25,"Cost":14,"Date":"3/8/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":536,"Cost":381,"Date":"6/6/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":625,"Cost":427,"Date":"6/16/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":368,"Cost":215,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":717,"Cost":605,"Date":"11/19/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":280,"Cost":229,"Date":"12/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":25,"Cost":22,"Date":"2/4/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":594,"Cost":545,"Date":"3/8/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":232,"Cost":199,"Date":"12/18/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":269,"Cost":164,"Date":"3/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":479,"Cost":247,"Date":"4/20/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":439,"Cost":316,"Date":"6/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":385,"Cost":342,"Date":"7/23/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":727,"Cost":638,"Date":"11/21/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":444,"Cost":383,"Date":"11/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":155,"Cost":136,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":479,"Cost":352,"Date":"5/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":573,"Cost":363,"Date":"9/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":400,"Cost":297,"Date":"1/3/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":467,"Cost":437,"Date":"2/2/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":619,"Cost":411,"Date":"3/18/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":840,"Cost":474,"Date":"10/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":22,"Cost":15,"Date":"2/16/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":673,"Cost":487,"Date":"6/7/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":207,"Cost":110,"Date":"1/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":45,"Cost":29,"Date":"3/27/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":306,"Cost":174,"Date":"5/12/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":941,"Cost":758,"Date":"7/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":894,"Cost":671,"Date":"8/8/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":264,"Cost":206,"Date":"12/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":599,"Cost":418,"Date":"1/17/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":397,"Cost":212,"Date":"3/8/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":733,"Cost":605,"Date":"6/6/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":172,"Cost":145,"Date":"6/16/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":66,"Cost":51,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":573,"Cost":309,"Date":"11/19/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":241,"Cost":215,"Date":"12/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":110,"Cost":59,"Date":"2/4/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":10,"Cost":7,"Date":"3/8/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":937,"Cost":735,"Date":"12/18/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":376,"Cost":308,"Date":"3/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":332,"Cost":185,"Date":"4/20/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":74,"Cost":54,"Date":"6/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":576,"Cost":368,"Date":"7/23/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":627,"Cost":333,"Date":"11/21/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":331,"Cost":233,"Date":"11/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":565,"Cost":410,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":77,"Cost":71,"Date":"5/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":140,"Cost":123,"Date":"9/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":402,"Cost":234,"Date":"1/3/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":850,"Cost":542,"Date":"2/2/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":978,"Cost":793,"Date":"3/18/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":489,"Cost":296,"Date":"10/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":855,"Cost":511,"Date":"2/16/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":522,"Cost":272,"Date":"6/7/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":525,"Cost":438,"Date":"1/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":315,"Cost":214,"Date":"3/27/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":511,"Cost":360,"Date":"5/12/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":923,"Cost":519,"Date":"7/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":147,"Cost":126,"Date":"8/8/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":552,"Cost":402,"Date":"12/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":656,"Cost":336,"Date":"1/17/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":816,"Cost":581,"Date":"3/8/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":578,"Cost":459,"Date":"6/6/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":713,"Cost":515,"Date":"6/16/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":482,"Cost":283,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":318,"Cost":245,"Date":"11/19/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":486,"Cost":362,"Date":"12/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":94,"Cost":48,"Date":"2/4/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":986,"Cost":511,"Date":"3/8/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":80,"Cost":72,"Date":"12/18/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":545,"Cost":457,"Date":"3/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":777,"Cost":726,"Date":"4/20/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":255,"Cost":144,"Date":"6/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":856,"Cost":526,"Date":"7/23/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":774,"Cost":693,"Date":"11/21/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":911,"Cost":637,"Date":"11/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":258,"Cost":214,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":627,"Cost":360,"Date":"5/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":197,"Cost":130,"Date":"9/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":997,"Cost":787,"Date":"1/3/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":802,"Cost":723,"Date":"2/2/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":857,"Cost":464,"Date":"3/18/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":935,"Cost":707,"Date":"10/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":115,"Cost":72,"Date":"2/16/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":813,"Cost":409,"Date":"6/7/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":205,"Cost":177,"Date":"1/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":536,"Cost":333,"Date":"3/27/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":370,"Cost":222,"Date":"5/12/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":199,"Cost":136,"Date":"7/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":833,"Cost":441,"Date":"8/8/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":290,"Cost":186,"Date":"12/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":583,"Cost":436,"Date":"1/17/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":930,"Cost":863,"Date":"3/8/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":736,"Cost":614,"Date":"6/6/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":936,"Cost":572,"Date":"6/16/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":464,"Cost":441,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":560,"Cost":327,"Date":"11/19/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":149,"Cost":99,"Date":"12/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":378,"Cost":248,"Date":"2/4/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":347,"Cost":281,"Date":"3/8/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":343,"Cost":278,"Date":"12/18/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":631,"Cost":448,"Date":"3/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":208,"Cost":140,"Date":"4/20/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":709,"Cost":654,"Date":"6/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":526,"Cost":474,"Date":"7/23/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":722,"Cost":616,"Date":"11/21/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":334,"Cost":242,"Date":"11/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":407,"Cost":366,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":328,"Cost":236,"Date":"5/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":765,"Cost":595,"Date":"9/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":629,"Cost":473,"Date":"1/3/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":821,"Cost":492,"Date":"2/2/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":404,"Cost":278,"Date":"3/18/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":53,"Cost":28,"Date":"10/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":600,"Cost":448,"Date":"2/16/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":671,"Cost":437,"Date":"6/7/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":740,"Cost":700,"Date":"1/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":787,"Cost":520,"Date":"3/27/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":343,"Cost":259,"Date":"5/12/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":558,"Cost":452,"Date":"7/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":460,"Cost":283,"Date":"8/8/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":821,"Cost":453,"Date":"12/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":207,"Cost":131,"Date":"1/17/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":83,"Cost":79,"Date":"3/8/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":783,"Cost":417,"Date":"6/6/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":999,"Cost":790,"Date":"6/16/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":834,"Cost":640,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":703,"Cost":394,"Date":"11/19/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":837,"Cost":597,"Date":"12/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":11,"Cost":8,"Date":"2/4/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":67,"Cost":57,"Date":"3/8/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":431,"Cost":276,"Date":"12/18/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":987,"Cost":903,"Date":"3/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":583,"Cost":302,"Date":"4/20/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":819,"Cost":735,"Date":"6/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":119,"Cost":105,"Date":"7/23/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":989,"Cost":829,"Date":"11/21/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":198,"Cost":180,"Date":"11/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":678,"Cost":561,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":871,"Cost":793,"Date":"5/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":867,"Cost":786,"Date":"9/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":440,"Cost":310,"Date":"1/3/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":223,"Cost":198,"Date":"2/2/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":193,"Cost":169,"Date":"3/18/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":895,"Cost":701,"Date":"10/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":152,"Date":"2/16/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":341,"Cost":316,"Date":"6/7/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":208,"Cost":151,"Date":"1/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":980,"Cost":928,"Date":"3/27/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":304,"Cost":253,"Date":"5/12/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":147,"Cost":84,"Date":"7/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":502,"Cost":378,"Date":"8/8/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":521,"Date":"12/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":365,"Cost":301,"Date":"1/17/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":203,"Cost":180,"Date":"3/8/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":424,"Cost":376,"Date":"6/6/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":567,"Date":"6/16/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1000,"Cost":749,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":151,"Cost":117,"Date":"11/19/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":528,"Cost":466,"Date":"12/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":885,"Cost":509,"Date":"2/4/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":823,"Cost":510,"Date":"3/8/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":782,"Cost":482,"Date":"12/18/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":257,"Cost":194,"Date":"3/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":855,"Cost":737,"Date":"4/20/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":945,"Cost":635,"Date":"6/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":726,"Cost":550,"Date":"7/23/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":678,"Cost":533,"Date":"11/21/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":208,"Date":"11/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":847,"Cost":441,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":245,"Cost":189,"Date":"5/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":256,"Cost":153,"Date":"9/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":468,"Cost":388,"Date":"1/3/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":243,"Cost":147,"Date":"2/2/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":27,"Cost":19,"Date":"3/18/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":697,"Cost":508,"Date":"10/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":56,"Cost":46,"Date":"2/16/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":106,"Cost":74,"Date":"6/7/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":418,"Cost":292,"Date":"1/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":564,"Cost":388,"Date":"3/27/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":124,"Cost":70,"Date":"5/12/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":784,"Cost":625,"Date":"7/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":885,"Cost":840,"Date":"8/8/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":149,"Cost":118,"Date":"12/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":505,"Cost":453,"Date":"1/17/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":828,"Cost":433,"Date":"3/8/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":748,"Cost":585,"Date":"6/6/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":76,"Cost":62,"Date":"6/16/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":17,"Cost":17,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":462,"Cost":288,"Date":"11/19/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":426,"Cost":339,"Date":"12/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":46,"Cost":37,"Date":"2/4/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":840,"Cost":710,"Date":"3/8/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":214,"Date":"12/18/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":493,"Cost":438,"Date":"3/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":962,"Cost":731,"Date":"4/20/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":983,"Cost":552,"Date":"6/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":449,"Cost":313,"Date":"7/23/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":552,"Cost":502,"Date":"11/21/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":699,"Cost":645,"Date":"11/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":705,"Cost":439,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":116,"Cost":110,"Date":"5/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":836,"Cost":658,"Date":"9/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":32,"Cost":26,"Date":"1/3/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":639,"Cost":439,"Date":"2/2/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":958,"Cost":774,"Date":"3/18/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":891,"Cost":506,"Date":"10/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":200,"Cost":138,"Date":"2/16/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":290,"Cost":182,"Date":"6/7/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":476,"Cost":436,"Date":"1/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":405,"Cost":319,"Date":"3/27/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":692,"Cost":402,"Date":"5/12/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":588,"Cost":532,"Date":"7/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":174,"Cost":114,"Date":"8/8/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":398,"Cost":248,"Date":"12/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":566,"Cost":468,"Date":"1/17/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":853,"Cost":451,"Date":"3/8/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":313,"Cost":221,"Date":"6/6/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":751,"Cost":708,"Date":"6/16/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":173,"Cost":138,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":551,"Cost":479,"Date":"11/19/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":242,"Cost":121,"Date":"12/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":942,"Cost":845,"Date":"2/4/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":359,"Cost":219,"Date":"3/8/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":873,"Cost":715,"Date":"12/18/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":189,"Cost":122,"Date":"3/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":514,"Cost":487,"Date":"4/20/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":484,"Cost":298,"Date":"6/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":253,"Cost":161,"Date":"7/23/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":414,"Cost":300,"Date":"11/21/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":57,"Cost":49,"Date":"11/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":561,"Cost":507,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":171,"Cost":143,"Date":"5/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":873,"Cost":673,"Date":"9/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":510,"Cost":269,"Date":"1/3/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":328,"Cost":197,"Date":"2/2/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":498,"Cost":400,"Date":"3/18/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":863,"Cost":524,"Date":"10/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":558,"Cost":328,"Date":"2/16/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":340,"Cost":312,"Date":"6/7/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":770,"Cost":537,"Date":"1/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":477,"Cost":424,"Date":"3/27/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":443,"Cost":223,"Date":"5/12/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":125,"Cost":64,"Date":"7/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":314,"Cost":245,"Date":"8/8/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":247,"Cost":213,"Date":"12/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":203,"Cost":128,"Date":"1/17/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":781,"Cost":499,"Date":"3/8/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":71,"Cost":54,"Date":"6/6/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":226,"Cost":113,"Date":"6/16/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":184,"Cost":118,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":634,"Cost":372,"Date":"11/19/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":999,"Cost":855,"Date":"12/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":775,"Cost":657,"Date":"2/4/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":781,"Cost":665,"Date":"3/8/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":723,"Cost":628,"Date":"12/18/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":77,"Cost":64,"Date":"3/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":84,"Cost":62,"Date":"4/20/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":544,"Cost":311,"Date":"6/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":981,"Cost":598,"Date":"7/23/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":931,"Cost":793,"Date":"11/21/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":107,"Cost":68,"Date":"11/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":916,"Cost":862,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":847,"Cost":693,"Date":"5/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":790,"Cost":727,"Date":"9/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":372,"Cost":236,"Date":"1/3/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":384,"Cost":358,"Date":"2/2/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":193,"Cost":122,"Date":"3/18/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":294,"Cost":184,"Date":"10/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":158,"Cost":112,"Date":"2/16/2018"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":826,"Cost":778,"Date":"6/7/2018"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":945,"Cost":824,"Date":"1/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":922,"Cost":608,"Date":"3/27/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":258,"Cost":242,"Date":"5/12/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":246,"Cost":154,"Date":"7/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":868,"Cost":545,"Date":"8/8/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":269,"Cost":150,"Date":"12/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":147,"Cost":115,"Date":"1/17/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":636,"Cost":510,"Date":"3/8/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":896,"Cost":795,"Date":"6/6/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":304,"Cost":285,"Date":"6/16/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":331,"Cost":240,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":177,"Cost":148,"Date":"11/19/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":283,"Cost":222,"Date":"12/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":434,"Cost":349,"Date":"2/4/2021"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":94,"Cost":88,"Date":"3/8/2021"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":612,"Cost":441,"Date":"12/18/2021"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":933,"Cost":488,"Date":"3/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":185,"Cost":97,"Date":"4/20/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":344,"Cost":252,"Date":"6/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":109,"Cost":102,"Date":"7/23/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":614,"Cost":326,"Date":"11/21/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":389,"Cost":341,"Date":"11/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":814,"Cost":652,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":825,"Cost":627,"Date":"5/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":269,"Cost":200,"Date":"9/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":586,"Cost":484,"Date":"1/3/2024"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":451,"Cost":423,"Date":"2/2/2024"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":290,"Cost":272,"Date":"3/18/2024"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":846,"Cost":468,"Date":"10/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":831,"Cost":668,"Date":"2/16/2018"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":443,"Cost":399,"Date":"6/7/2018"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":401,"Cost":274,"Date":"1/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":459,"Cost":413,"Date":"3/27/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":515,"Cost":428,"Date":"5/12/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":471,"Cost":382,"Date":"7/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":816,"Cost":460,"Date":"8/8/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":80,"Cost":65,"Date":"12/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":218,"Cost":207,"Date":"1/17/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":828,"Cost":749,"Date":"3/8/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":350,"Date":"6/6/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":452,"Date":"6/16/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":947,"Cost":526,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":581,"Cost":383,"Date":"11/19/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":54,"Cost":36,"Date":"12/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":863,"Cost":564,"Date":"2/4/2021"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":375,"Cost":280,"Date":"3/8/2021"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":380,"Cost":234,"Date":"12/18/2021"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":645,"Cost":444,"Date":"3/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":995,"Cost":534,"Date":"4/20/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":259,"Cost":206,"Date":"6/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":525,"Cost":412,"Date":"7/23/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":328,"Cost":186,"Date":"11/21/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":334,"Cost":277,"Date":"11/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":961,"Cost":834,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":562,"Cost":366,"Date":"5/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":24,"Cost":21,"Date":"9/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":674,"Cost":435,"Date":"1/3/2024"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":986,"Cost":525,"Date":"2/2/2024"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":878,"Cost":781,"Date":"3/18/2024"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":81,"Cost":49,"Date":"10/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":49,"Cost":24,"Date":"2/16/2018"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":180,"Cost":167,"Date":"6/7/2018"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":43,"Cost":39,"Date":"1/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":125,"Cost":119,"Date":"3/27/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":1000,"Cost":526,"Date":"5/12/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":716,"Cost":426,"Date":"7/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":366,"Cost":329,"Date":"8/8/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":114,"Cost":83,"Date":"12/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":285,"Cost":258,"Date":"1/17/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":641,"Cost":591,"Date":"3/8/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":523,"Cost":430,"Date":"6/6/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":783,"Cost":713,"Date":"6/16/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":108,"Cost":75,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":396,"Cost":282,"Date":"11/19/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":581,"Cost":491,"Date":"12/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":144,"Cost":122,"Date":"2/4/2021"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":109,"Cost":81,"Date":"3/8/2021"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":439,"Cost":380,"Date":"12/18/2021"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":865,"Cost":522,"Date":"3/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":99,"Cost":65,"Date":"4/20/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":456,"Cost":264,"Date":"6/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":183,"Cost":150,"Date":"7/23/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":784,"Cost":732,"Date":"11/21/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":581,"Cost":312,"Date":"11/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":419,"Cost":330,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":683,"Cost":494,"Date":"5/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":803,"Cost":745,"Date":"9/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":723,"Cost":667,"Date":"1/3/2024"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":172,"Cost":153,"Date":"2/2/2024"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":609,"Cost":338,"Date":"3/18/2024"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":765,"Cost":660,"Date":"10/14/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":177,"Cost":120,"Date":"2/16/2018"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":32,"Cost":24,"Date":"6/7/2018"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":910,"Cost":659,"Date":"1/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":847,"Cost":717,"Date":"3/27/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":680,"Cost":598,"Date":"5/12/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":492,"Cost":419,"Date":"7/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":361,"Cost":240,"Date":"8/8/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":107,"Cost":65,"Date":"12/7/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":631,"Cost":441,"Date":"1/17/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":369,"Cost":345,"Date":"3/8/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":248,"Cost":184,"Date":"6/6/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":486,"Cost":320,"Date":"6/16/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":368,"Cost":228,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":702,"Cost":601,"Date":"11/19/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":809,"Cost":575,"Date":"12/28/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":161,"Cost":103,"Date":"2/4/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":546,"Cost":341,"Date":"3/8/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":590,"Cost":350,"Date":"12/18/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":948,"Cost":607,"Date":"3/31/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":424,"Cost":275,"Date":"4/20/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":517,"Cost":416,"Date":"6/26/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":809,"Cost":651,"Date":"7/23/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":230,"Cost":115,"Date":"11/21/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":947,"Cost":626,"Date":"11/26/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":685,"Cost":649,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":236,"Cost":132,"Date":"5/21/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":399,"Cost":287,"Date":"9/28/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":249,"Cost":223,"Date":"1/3/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":449,"Cost":329,"Date":"2/2/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":273,"Cost":243,"Date":"3/18/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":26,"Cost":13,"Date":"10/14/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":253,"Cost":225,"Date":"2/16/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":392,"Cost":233,"Date":"6/7/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":701,"Cost":626,"Date":"1/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":231,"Cost":213,"Date":"3/27/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":841,"Cost":740,"Date":"5/12/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":332,"Cost":216,"Date":"7/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":833,"Cost":427,"Date":"8/8/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":495,"Cost":355,"Date":"12/7/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":712,"Cost":576,"Date":"1/17/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":73,"Cost":38,"Date":"3/8/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":755,"Cost":629,"Date":"6/6/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":698,"Cost":360,"Date":"6/16/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":615,"Cost":518,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":781,"Cost":610,"Date":"11/19/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":821,"Cost":575,"Date":"12/28/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":463,"Cost":279,"Date":"2/4/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":748,"Cost":481,"Date":"3/8/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":287,"Cost":224,"Date":"12/18/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":663,"Cost":452,"Date":"3/31/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":274,"Cost":167,"Date":"4/20/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":172,"Cost":114,"Date":"6/26/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":644,"Cost":513,"Date":"7/23/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":9,"Cost":6,"Date":"11/21/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":325,"Date":"11/26/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":248,"Cost":192,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":355,"Cost":285,"Date":"5/21/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":612,"Cost":494,"Date":"9/28/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":773,"Cost":492,"Date":"1/3/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":333,"Cost":289,"Date":"2/2/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":439,"Cost":225,"Date":"3/18/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":581,"Cost":469,"Date":"10/14/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":659,"Cost":487,"Date":"2/16/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":151,"Cost":108,"Date":"6/7/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":248,"Cost":201,"Date":"1/28/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":5,"Cost":4,"Date":"3/27/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":797,"Cost":468,"Date":"5/12/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":264,"Cost":177,"Date":"7/28/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":56,"Cost":35,"Date":"8/8/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":777,"Cost":494,"Date":"12/7/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":936,"Cost":837,"Date":"1/17/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":855,"Cost":699,"Date":"3/8/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":766,"Cost":455,"Date":"6/6/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":888,"Cost":639,"Date":"6/16/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":547,"Cost":505,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":745,"Cost":538,"Date":"11/19/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":220,"Cost":112,"Date":"12/28/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":557,"Cost":435,"Date":"2/4/2021"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":732,"Cost":372,"Date":"3/8/2021"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":837,"Cost":767,"Date":"12/18/2021"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":923,"Cost":770,"Date":"3/31/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":295,"Cost":214,"Date":"4/20/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":872,"Cost":778,"Date":"6/26/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":52,"Cost":41,"Date":"7/23/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":801,"Cost":570,"Date":"11/21/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":73,"Cost":66,"Date":"11/26/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":186,"Cost":115,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":693,"Cost":583,"Date":"5/21/2023"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":159,"Cost":121,"Date":"9/28/2023"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":873,"Cost":527,"Date":"1/3/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":335,"Cost":218,"Date":"2/2/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":986,"Cost":824,"Date":"3/18/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":760,"Cost":596,"Date":"10/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":604,"Cost":313,"Date":"2/16/2018"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":749,"Cost":506,"Date":"6/7/2018"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":327,"Cost":259,"Date":"1/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":970,"Cost":819,"Date":"3/27/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":950,"Cost":789,"Date":"5/12/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":892,"Cost":608,"Date":"7/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":645,"Cost":452,"Date":"8/8/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":121,"Cost":95,"Date":"12/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":275,"Cost":158,"Date":"1/17/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":57,"Cost":28,"Date":"3/8/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":984,"Cost":751,"Date":"6/6/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":104,"Cost":90,"Date":"6/16/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":906,"Cost":732,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":15,"Cost":14,"Date":"11/19/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":161,"Cost":108,"Date":"12/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":288,"Cost":263,"Date":"2/4/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":628,"Cost":581,"Date":"3/8/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":763,"Cost":531,"Date":"12/18/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":966,"Cost":619,"Date":"3/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":218,"Cost":153,"Date":"4/20/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":349,"Cost":264,"Date":"6/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":410,"Cost":377,"Date":"7/23/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":248,"Cost":144,"Date":"11/21/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":905,"Cost":509,"Date":"11/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":925,"Cost":777,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":549,"Cost":351,"Date":"5/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":13,"Cost":7,"Date":"9/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":736,"Cost":444,"Date":"1/3/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":123,"Cost":69,"Date":"2/2/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":784,"Cost":668,"Date":"3/18/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":931,"Cost":781,"Date":"10/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":230,"Cost":118,"Date":"2/16/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":167,"Cost":135,"Date":"6/7/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":502,"Date":"1/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":972,"Cost":523,"Date":"3/27/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":937,"Cost":696,"Date":"5/12/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":116,"Cost":77,"Date":"7/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":399,"Cost":260,"Date":"8/8/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":81,"Cost":51,"Date":"12/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":878,"Cost":600,"Date":"1/17/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":991,"Cost":585,"Date":"3/8/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":364,"Cost":337,"Date":"6/6/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":551,"Cost":309,"Date":"6/16/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":681,"Cost":632,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":533,"Cost":462,"Date":"11/19/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":799,"Cost":451,"Date":"12/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":905,"Cost":797,"Date":"2/4/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":145,"Cost":123,"Date":"3/8/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":746,"Cost":587,"Date":"12/18/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":767,"Cost":506,"Date":"3/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":664,"Cost":544,"Date":"4/20/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":169,"Cost":87,"Date":"6/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":308,"Cost":278,"Date":"7/23/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":785,"Cost":689,"Date":"11/21/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":293,"Cost":204,"Date":"11/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":702,"Cost":532,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":850,"Cost":621,"Date":"5/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":544,"Cost":515,"Date":"9/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":260,"Cost":165,"Date":"1/3/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":259,"Cost":203,"Date":"2/2/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":340,"Cost":305,"Date":"3/18/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":38,"Cost":22,"Date":"10/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":753,"Cost":694,"Date":"2/16/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":296,"Cost":163,"Date":"6/7/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":734,"Cost":505,"Date":"1/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":327,"Cost":257,"Date":"3/27/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":161,"Cost":114,"Date":"5/12/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":949,"Cost":664,"Date":"7/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":67,"Cost":49,"Date":"8/8/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":387,"Cost":304,"Date":"12/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":911,"Cost":802,"Date":"1/17/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":538,"Cost":509,"Date":"3/8/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":659,"Cost":553,"Date":"6/6/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":212,"Cost":193,"Date":"6/16/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":181,"Cost":162,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":55,"Cost":46,"Date":"11/19/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":941,"Cost":884,"Date":"12/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":889,"Cost":648,"Date":"2/4/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":107,"Cost":93,"Date":"3/8/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":21,"Cost":16,"Date":"12/18/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":830,"Cost":490,"Date":"3/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":310,"Cost":199,"Date":"4/20/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":933,"Cost":632,"Date":"6/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":270,"Cost":158,"Date":"7/23/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":963,"Cost":552,"Date":"11/21/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":520,"Cost":351,"Date":"11/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":172,"Cost":110,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":57,"Cost":54,"Date":"5/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":33,"Cost":18,"Date":"9/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":526,"Cost":327,"Date":"1/3/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":452,"Cost":428,"Date":"2/2/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":778,"Cost":643,"Date":"3/18/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":595,"Cost":461,"Date":"10/14/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":719,"Cost":371,"Date":"2/16/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":305,"Cost":164,"Date":"6/7/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":15,"Cost":12,"Date":"1/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":724,"Cost":532,"Date":"3/27/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":129,"Cost":93,"Date":"5/12/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":560,"Cost":335,"Date":"7/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":173,"Cost":126,"Date":"8/8/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":525,"Cost":348,"Date":"12/7/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":843,"Cost":519,"Date":"1/17/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":955,"Cost":782,"Date":"3/8/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":426,"Cost":354,"Date":"6/6/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":246,"Cost":138,"Date":"6/16/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":103,"Cost":64,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":398,"Cost":324,"Date":"11/19/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":696,"Cost":582,"Date":"12/28/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":691,"Cost":450,"Date":"2/4/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":686,"Cost":512,"Date":"3/8/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":445,"Cost":339,"Date":"12/18/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":914,"Cost":613,"Date":"3/31/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":581,"Cost":294,"Date":"4/20/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":952,"Cost":598,"Date":"6/26/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":739,"Cost":699,"Date":"7/23/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":701,"Cost":474,"Date":"11/21/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":355,"Cost":310,"Date":"11/26/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":741,"Cost":458,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":379,"Cost":240,"Date":"5/21/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":224,"Cost":181,"Date":"9/28/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":989,"Cost":702,"Date":"1/3/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":436,"Cost":320,"Date":"2/2/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":949,"Cost":769,"Date":"3/18/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":180,"Cost":132,"Date":"10/14/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":47,"Cost":34,"Date":"2/16/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":394,"Cost":325,"Date":"6/7/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":622,"Cost":362,"Date":"1/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":594,"Cost":379,"Date":"3/27/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":529,"Cost":328,"Date":"5/12/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":75,"Cost":47,"Date":"7/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":811,"Cost":499,"Date":"8/8/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":431,"Cost":284,"Date":"12/7/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":606,"Cost":410,"Date":"1/17/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":98,"Cost":63,"Date":"3/8/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":625,"Cost":456,"Date":"6/6/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":450,"Cost":255,"Date":"6/16/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":652,"Cost":454,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":877,"Cost":746,"Date":"11/19/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":416,"Cost":236,"Date":"12/28/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":497,"Cost":268,"Date":"2/4/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":973,"Cost":703,"Date":"3/8/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":154,"Cost":111,"Date":"12/18/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":183,"Cost":98,"Date":"3/31/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":407,"Cost":285,"Date":"4/20/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":215,"Cost":190,"Date":"6/26/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":751,"Cost":426,"Date":"7/23/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":473,"Cost":253,"Date":"11/21/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":193,"Cost":107,"Date":"11/26/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":47,"Cost":41,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":948,"Cost":480,"Date":"5/21/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":388,"Cost":248,"Date":"9/28/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":901,"Cost":778,"Date":"1/3/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":550,"Cost":506,"Date":"2/2/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":578,"Cost":417,"Date":"3/18/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":87,"Cost":45,"Date":"10/14/2024"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":421,"Cost":272,"Date":"2/16/2018"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":724,"Cost":591,"Date":"6/7/2018"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":211,"Cost":170,"Date":"1/28/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":42,"Cost":37,"Date":"3/27/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":575,"Cost":483,"Date":"5/12/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":469,"Cost":439,"Date":"7/28/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":286,"Cost":226,"Date":"8/8/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":136,"Cost":116,"Date":"12/7/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":355,"Cost":295,"Date":"1/17/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":138,"Cost":74,"Date":"3/8/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":81,"Cost":72,"Date":"6/6/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":786,"Cost":604,"Date":"6/16/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":788,"Cost":405,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":139,"Cost":72,"Date":"11/19/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":707,"Cost":545,"Date":"12/28/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":465,"Cost":438,"Date":"2/4/2021"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":845,"Cost":774,"Date":"3/8/2021"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":331,"Cost":277,"Date":"12/18/2021"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":824,"Cost":584,"Date":"3/31/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":759,"Cost":682,"Date":"4/20/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":760,"Cost":565,"Date":"6/26/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":46,"Cost":23,"Date":"7/23/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":657,"Cost":523,"Date":"11/21/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":837,"Cost":653,"Date":"11/26/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":667,"Cost":546,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":378,"Cost":284,"Date":"5/21/2023"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":301,"Cost":234,"Date":"9/28/2023"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":488,"Cost":325,"Date":"1/3/2024"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":471,"Cost":237,"Date":"2/2/2024"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":461,"Cost":328,"Date":"3/18/2024"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":176,"Cost":167,"Date":"10/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":928,"Cost":524,"Date":"2/16/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":217,"Cost":169,"Date":"6/7/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":541,"Cost":306,"Date":"1/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":440,"Cost":252,"Date":"3/27/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":346,"Cost":199,"Date":"5/12/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":730,"Cost":430,"Date":"7/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":770,"Cost":526,"Date":"8/8/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":417,"Cost":251,"Date":"12/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":634,"Cost":441,"Date":"1/17/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":357,"Cost":243,"Date":"3/8/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":640,"Cost":342,"Date":"6/6/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":218,"Cost":124,"Date":"6/16/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":116,"Cost":99,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":616,"Cost":420,"Date":"11/19/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":293,"Cost":170,"Date":"12/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":327,"Cost":305,"Date":"2/4/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":964,"Cost":689,"Date":"3/8/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":854,"Cost":609,"Date":"12/18/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":533,"Cost":492,"Date":"3/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":100,"Cost":61,"Date":"4/20/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":332,"Cost":249,"Date":"6/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":333,"Cost":235,"Date":"7/23/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":773,"Cost":698,"Date":"11/21/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":624,"Cost":384,"Date":"11/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":264,"Cost":159,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":357,"Cost":264,"Date":"5/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":83,"Cost":71,"Date":"9/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":855,"Cost":560,"Date":"1/3/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":375,"Date":"2/2/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":825,"Cost":423,"Date":"3/18/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":325,"Cost":290,"Date":"10/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":461,"Cost":378,"Date":"2/16/2018"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":109,"Cost":66,"Date":"6/7/2018"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":112,"Cost":102,"Date":"1/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":697,"Cost":398,"Date":"3/27/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":666,"Cost":476,"Date":"5/12/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":778,"Cost":735,"Date":"7/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":465,"Cost":437,"Date":"8/8/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":631,"Cost":539,"Date":"12/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":392,"Cost":367,"Date":"1/17/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":476,"Cost":438,"Date":"3/8/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":422,"Cost":286,"Date":"6/6/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":977,"Cost":644,"Date":"6/16/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":286,"Cost":223,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":272,"Cost":252,"Date":"11/19/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":872,"Cost":753,"Date":"12/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":808,"Cost":739,"Date":"2/4/2021"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":755,"Cost":583,"Date":"3/8/2021"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":580,"Cost":406,"Date":"12/18/2021"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":89,"Cost":47,"Date":"3/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":167,"Cost":123,"Date":"4/20/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":369,"Cost":297,"Date":"6/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":130,"Cost":104,"Date":"7/23/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":250,"Cost":133,"Date":"11/21/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":315,"Cost":280,"Date":"11/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":720,"Cost":603,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":157,"Cost":144,"Date":"5/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":826,"Cost":455,"Date":"9/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":503,"Cost":466,"Date":"1/3/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":332,"Cost":187,"Date":"2/2/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":360,"Cost":217,"Date":"3/18/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":414,"Cost":262,"Date":"10/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":167,"Cost":144,"Date":"2/16/2018"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":611,"Cost":527,"Date":"6/7/2018"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":657,"Cost":526,"Date":"1/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":630,"Cost":466,"Date":"3/27/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":399,"Cost":285,"Date":"5/12/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":314,"Cost":161,"Date":"7/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":641,"Cost":391,"Date":"8/8/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":801,"Cost":677,"Date":"12/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":692,"Cost":355,"Date":"1/17/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":619,"Cost":338,"Date":"3/8/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":932,"Cost":484,"Date":"6/6/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":66,"Cost":63,"Date":"6/16/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":975,"Cost":647,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":579,"Cost":421,"Date":"11/19/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":254,"Cost":178,"Date":"12/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":566,"Cost":402,"Date":"2/4/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":307,"Cost":211,"Date":"3/8/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":970,"Cost":669,"Date":"12/18/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":813,"Cost":446,"Date":"3/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":332,"Cost":184,"Date":"4/20/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":639,"Cost":412,"Date":"6/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":116,"Cost":83,"Date":"7/23/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":415,"Cost":229,"Date":"11/21/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":823,"Cost":464,"Date":"11/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":123,"Cost":82,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":410,"Cost":265,"Date":"5/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":986,"Cost":630,"Date":"9/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":840,"Cost":732,"Date":"1/3/2024"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":942,"Cost":651,"Date":"2/2/2024"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":440,"Cost":275,"Date":"3/18/2024"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":919,"Cost":768,"Date":"10/14/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":981,"Cost":887,"Date":"2/16/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":870,"Cost":442,"Date":"6/7/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":530,"Cost":316,"Date":"1/28/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":257,"Cost":153,"Date":"3/27/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":762,"Cost":682,"Date":"5/12/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":117,"Cost":89,"Date":"7/28/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":312,"Cost":271,"Date":"8/8/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":524,"Cost":451,"Date":"12/7/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":46,"Cost":35,"Date":"1/17/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":422,"Cost":259,"Date":"3/8/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":678,"Cost":428,"Date":"6/6/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":192,"Cost":108,"Date":"6/16/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":175,"Cost":117,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":660,"Cost":523,"Date":"11/19/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":381,"Cost":196,"Date":"12/28/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":672,"Cost":578,"Date":"2/4/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":524,"Cost":481,"Date":"3/8/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":669,"Cost":632,"Date":"12/18/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":38,"Cost":35,"Date":"3/31/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":798,"Cost":560,"Date":"4/20/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":601,"Cost":457,"Date":"6/26/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":366,"Cost":274,"Date":"7/23/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":77,"Cost":63,"Date":"11/21/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":904,"Cost":532,"Date":"11/26/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":802,"Cost":597,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":665,"Cost":593,"Date":"5/21/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":98,"Cost":50,"Date":"9/28/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":990,"Cost":686,"Date":"1/3/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":986,"Cost":773,"Date":"2/2/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":971,"Cost":661,"Date":"3/18/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":289,"Cost":220,"Date":"10/14/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":796,"Cost":505,"Date":"2/16/2018"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":824,"Cost":523,"Date":"6/7/2018"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":495,"Cost":423,"Date":"1/28/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":610,"Cost":428,"Date":"3/27/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":735,"Cost":664,"Date":"5/12/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":438,"Cost":379,"Date":"7/28/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":782,"Cost":525,"Date":"8/8/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":289,"Cost":170,"Date":"12/7/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":714,"Date":"1/17/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":406,"Cost":234,"Date":"3/8/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":522,"Cost":326,"Date":"6/6/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":633,"Cost":404,"Date":"6/16/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":26,"Cost":13,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":129,"Cost":120,"Date":"11/19/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":529,"Cost":413,"Date":"12/28/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":635,"Cost":516,"Date":"2/4/2021"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":515,"Cost":318,"Date":"3/8/2021"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":9,"Cost":9,"Date":"12/18/2021"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":614,"Cost":317,"Date":"3/31/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":858,"Cost":704,"Date":"4/20/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":67,"Cost":48,"Date":"6/26/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":504,"Cost":260,"Date":"7/23/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":955,"Cost":802,"Date":"11/21/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":431,"Cost":329,"Date":"11/26/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":619,"Cost":501,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":64,"Cost":49,"Date":"5/21/2023"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":901,"Cost":563,"Date":"9/28/2023"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":641,"Cost":513,"Date":"1/3/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":80,"Cost":70,"Date":"2/2/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":248,"Cost":177,"Date":"3/18/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":768,"Cost":433,"Date":"10/14/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":553,"Cost":351,"Date":"2/16/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":466,"Cost":279,"Date":"6/7/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":877,"Cost":538,"Date":"1/28/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":880,"Cost":530,"Date":"3/27/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":269,"Cost":169,"Date":"5/12/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":145,"Cost":130,"Date":"7/28/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":689,"Cost":599,"Date":"8/8/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":869,"Cost":463,"Date":"12/7/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":274,"Cost":240,"Date":"1/17/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":670,"Cost":337,"Date":"3/8/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":46,"Cost":28,"Date":"6/6/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":397,"Cost":215,"Date":"6/16/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":229,"Cost":205,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":636,"Cost":400,"Date":"11/19/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":356,"Cost":243,"Date":"12/28/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":103,"Cost":60,"Date":"2/4/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":350,"Cost":238,"Date":"3/8/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":155,"Cost":85,"Date":"12/18/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":570,"Cost":286,"Date":"3/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":41,"Cost":38,"Date":"4/20/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":996,"Cost":523,"Date":"6/26/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":353,"Cost":180,"Date":"7/23/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":240,"Cost":215,"Date":"11/21/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":118,"Cost":109,"Date":"11/26/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":147,"Cost":83,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":993,"Cost":686,"Date":"5/21/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":731,"Cost":498,"Date":"9/28/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":775,"Cost":484,"Date":"1/3/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":680,"Cost":589,"Date":"2/2/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":188,"Cost":123,"Date":"3/18/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":206,"Cost":134,"Date":"10/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":382,"Cost":335,"Date":"2/16/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":534,"Cost":504,"Date":"6/7/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":121,"Cost":70,"Date":"1/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":387,"Cost":306,"Date":"3/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":255,"Cost":195,"Date":"5/12/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":405,"Cost":292,"Date":"7/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":291,"Cost":184,"Date":"8/8/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":566,"Cost":449,"Date":"12/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":446,"Cost":251,"Date":"1/17/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":678,"Cost":382,"Date":"3/8/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":453,"Cost":312,"Date":"6/6/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":520,"Cost":349,"Date":"6/16/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":322,"Cost":188,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":792,"Cost":610,"Date":"11/19/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":100,"Cost":52,"Date":"12/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":273,"Cost":180,"Date":"2/4/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":586,"Cost":320,"Date":"3/8/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":453,"Cost":358,"Date":"12/18/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":260,"Cost":140,"Date":"3/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":12,"Cost":6,"Date":"4/20/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":40,"Cost":30,"Date":"6/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":282,"Cost":201,"Date":"7/23/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":954,"Cost":715,"Date":"11/21/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":791,"Cost":713,"Date":"11/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":636,"Cost":602,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":379,"Cost":314,"Date":"5/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":778,"Cost":407,"Date":"9/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":621,"Cost":404,"Date":"1/3/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":196,"Cost":127,"Date":"2/2/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":470,"Cost":236,"Date":"3/18/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":511,"Cost":399,"Date":"10/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":941,"Cost":755,"Date":"2/16/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":575,"Cost":530,"Date":"6/7/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":853,"Cost":435,"Date":"1/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":513,"Cost":285,"Date":"3/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":586,"Cost":408,"Date":"5/12/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":87,"Cost":65,"Date":"7/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":44,"Cost":39,"Date":"8/8/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":651,"Cost":400,"Date":"12/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":556,"Cost":500,"Date":"1/17/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":13,"Cost":10,"Date":"3/8/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":331,"Cost":259,"Date":"6/6/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":842,"Cost":528,"Date":"6/16/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":270,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":621,"Cost":462,"Date":"11/19/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":984,"Cost":588,"Date":"12/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":828,"Cost":765,"Date":"2/4/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":89,"Cost":84,"Date":"3/8/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1,"Cost":0,"Date":"12/18/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":102,"Cost":84,"Date":"3/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":600,"Cost":489,"Date":"4/20/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":39,"Cost":31,"Date":"6/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":56,"Cost":35,"Date":"7/23/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":734,"Cost":414,"Date":"11/21/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":265,"Cost":208,"Date":"11/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":367,"Cost":322,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":67,"Cost":39,"Date":"5/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":831,"Cost":551,"Date":"9/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":82,"Cost":69,"Date":"1/3/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":523,"Cost":409,"Date":"2/2/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":718,"Cost":460,"Date":"3/18/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":451,"Cost":396,"Date":"10/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":495,"Cost":346,"Date":"2/16/2018"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":540,"Cost":416,"Date":"6/7/2018"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":71,"Cost":45,"Date":"1/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":266,"Cost":219,"Date":"3/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":148,"Cost":96,"Date":"5/12/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":50,"Cost":29,"Date":"7/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":271,"Cost":168,"Date":"8/8/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":95,"Cost":48,"Date":"12/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":151,"Cost":90,"Date":"1/17/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":649,"Cost":418,"Date":"3/8/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":143,"Cost":72,"Date":"6/6/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":679,"Cost":610,"Date":"6/16/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":115,"Cost":105,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":282,"Cost":250,"Date":"11/19/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":492,"Cost":250,"Date":"12/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":528,"Cost":482,"Date":"2/4/2021"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":462,"Cost":262,"Date":"3/8/2021"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":648,"Cost":372,"Date":"12/18/2021"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":173,"Cost":109,"Date":"3/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":756,"Cost":497,"Date":"4/20/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":631,"Cost":582,"Date":"6/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":808,"Cost":585,"Date":"7/23/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":542,"Cost":513,"Date":"11/21/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":392,"Date":"11/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":614,"Cost":546,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":360,"Cost":233,"Date":"5/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":627,"Cost":487,"Date":"9/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":23,"Cost":17,"Date":"1/3/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":798,"Cost":455,"Date":"2/2/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":759,"Cost":404,"Date":"3/18/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":459,"Cost":240,"Date":"10/14/2024"}] \ No newline at end of file From e49c95a04ba659491cb1ab63275582582e6cfcaa Mon Sep 17 00:00:00 2001 From: skrustev Date: Wed, 4 Dec 2024 12:24:58 +0200 Subject: [PATCH 05/15] Some small tweaks and move main samples to external component. --- projects/SalesGrid/src/app/app.component.html | 41 +--- projects/SalesGrid/src/app/app.component.scss | 57 ----- .../SalesGrid/src/app/app.component.spec.ts | 13 - projects/SalesGrid/src/app/app.component.ts | 227 +----------------- .../sales-grid/data}/SalesData100k.json | 0 .../sales-grid/data}/SalesData10k.json | 0 .../sales-grid/data}/SalesData50k.json | 0 .../sales-grid/data}/flags.json | 0 .../app/sales-grid/sales-grid.component.html | 48 ++++ .../app/sales-grid/sales-grid.component.scss | 60 +++++ .../sales-grid/sales-grid.component.spec.ts | 23 ++ .../app/sales-grid/sales-grid.component.ts | 227 ++++++++++++++++++ projects/SalesGrid/src/styles.scss | 13 +- 13 files changed, 364 insertions(+), 345 deletions(-) rename projects/SalesGrid/src/{assets => app/sales-grid/data}/SalesData100k.json (100%) rename projects/SalesGrid/src/{assets => app/sales-grid/data}/SalesData10k.json (100%) rename projects/SalesGrid/src/{assets => app/sales-grid/data}/SalesData50k.json (100%) rename projects/SalesGrid/src/{assets => app/sales-grid/data}/flags.json (100%) create mode 100644 projects/SalesGrid/src/app/sales-grid/sales-grid.component.html create mode 100644 projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss create mode 100644 projects/SalesGrid/src/app/sales-grid/sales-grid.component.spec.ts create mode 100644 projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts diff --git a/projects/SalesGrid/src/app/app.component.html b/projects/SalesGrid/src/app/app.component.html index f38a71a..44415bd 100644 --- a/projects/SalesGrid/src/app/app.component.html +++ b/projects/SalesGrid/src/app/app.component.html @@ -1,40 +1 @@ -
-
- Quick Action -
- - - - Brands: HM - Stores: Bulgaria - - - Export to Excel - Export to CSV - -
-
-
-
- - -
-
- -
- -
{{col.field}}
-
-
-
+ diff --git a/projects/SalesGrid/src/app/app.component.scss b/projects/SalesGrid/src/app/app.component.scss index 0e258cd..e69de29 100644 --- a/projects/SalesGrid/src/app/app.component.scss +++ b/projects/SalesGrid/src/app/app.component.scss @@ -1,57 +0,0 @@ - -.rootSample { - display: flex; - flex-direction: column; - max-width: 1300px; - max-height: 910px; - margin-top: 20px; - margin-left: 10px; -} - -.pivotToolbar { - display: flex; - justify-content: space-between; - min-height: 40px; - border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); - background: var(--igx-grid-header-background, hsl(from var(--ig-surface-500) h s l/1)); -} - -.pivotRow { - display: flex; - flex-direction: row; - min-height: 100%; - max-height: 100%; -} - -.pivotContainer { - width: 100%; - border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); - border-top: none; - border-right: none; - min-height: 100%; - max-height: 100%; -} - -.selectorContainer { - min-width: 180px; - min-height: 100%; -} - -igx-pivot-data-selector { - border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); - border-top: none; - min-height: 100%; - max-height: 100%; -} - -.countryHeader { - width: 100%; - display: flex; - align-items: center; - // justify-content: center; -} - -.countryImage { - height: 1rem; - margin-right: 0.3rem; -} diff --git a/projects/SalesGrid/src/app/app.component.spec.ts b/projects/SalesGrid/src/app/app.component.spec.ts index 3c69332..7cd488c 100644 --- a/projects/SalesGrid/src/app/app.component.spec.ts +++ b/projects/SalesGrid/src/app/app.component.spec.ts @@ -13,17 +13,4 @@ describe('AppComponent', () => { const app = fixture.componentInstance; expect(app).toBeTruthy(); }); - - it(`should have the 'SalesGridApp' title`, () => { - const fixture = TestBed.createComponent(AppComponent); - const app = fixture.componentInstance; - expect(app.title).toEqual('SalesGridApp'); - }); - - it('should render title', () => { - const fixture = TestBed.createComponent(AppComponent); - fixture.detectChanges(); - const compiled = fixture.nativeElement as HTMLElement; - expect(compiled.querySelector('h1')?.textContent).toContain('Hello, SalesGridApp'); - }); }); diff --git a/projects/SalesGrid/src/app/app.component.ts b/projects/SalesGrid/src/app/app.component.ts index 7238e08..d4dfcc8 100644 --- a/projects/SalesGrid/src/app/app.component.ts +++ b/projects/SalesGrid/src/app/app.component.ts @@ -1,232 +1,11 @@ -import { CommonModule } from '@angular/common'; -import { Component, TemplateRef, ViewChild } from '@angular/core'; -import { - IgxButtonDirective, - IgxDropDownComponent, - IgxDropDownItemComponent, - IgxIconComponent, - IgxPivotDataSelectorComponent, - IgxPivotGridComponent, - IgxToggleActionDirective, - IPivotConfiguration, - ISelectionEventArgs, - IgxExcelExporterService, - IgxCsvExporterService, - IgxCsvExporterOptions, - IgxExcelExporterOptions, - IgxBaseExporter, - IgxExporterOptionsBase, - CsvFileTypes, - IPivotUISettings, - IgxPivotDateDimension, - IgxColumnComponent, - IgxCellHeaderTemplateDirective, - IgxIconService, - IgxStringFilteringOperand, - IFilteringExpressionsTree, - FilteringExpressionsTree, - FilteringLogic -} from 'igniteui-angular'; -import FLAGS from '../assets/flags.json' -import SALES_DATA_10 from '../assets/SalesData10k.json'; -import SALES_DATA_50 from '../assets/SalesData50k.json'; -import SALES_DATA_100 from '../assets/SalesData100k.json'; +import { Component } from '@angular/core'; +import { SalesGridComponent } from './sales-grid/sales-grid.component'; @Component({ selector: 'app-root', - imports: [ CommonModule, IgxPivotGridComponent, IgxPivotDataSelectorComponent, IgxButtonDirective, IgxIconComponent, IgxToggleActionDirective, IgxDropDownComponent, IgxDropDownItemComponent, IgxCellHeaderTemplateDirective ], + imports: [ SalesGridComponent ], templateUrl: './app.component.html', styleUrl: './app.component.scss' }) export class AppComponent { - @ViewChild(IgxPivotGridComponent, { static: true }) - public pivotGrid!: IgxPivotGridComponent; - - @ViewChild('countryColumn') - public countryColumnTemplate!: TemplateRef; - - public brandFilter = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); - public bulgariaCountryFilter = new FilteringExpressionsTree(FilteringLogic.And); - - public fileName = 'SalesGridApp'; - public pivotUISettings: IPivotUISettings = { }; - public pivotConfigBrands: IPivotConfiguration = { - columns: [ - { - enabled: true, - memberName: 'Country', - displayName: 'Country' - }, - { - enabled: true, - memberName: 'Brand', - displayName: 'Brand', - filter: this.brandFilter - }, - { - enabled: false, - memberName: 'Store', - displayName: 'Store' - }, - ], - rows: [ - new IgxPivotDateDimension({ - memberName: 'Date', - displayName: 'All Periods', - enabled: true - }, - { - fullDate: true, - quarters: true, - months: false, - }) - ], - values: [ - { - enabled: true, - member: 'Sale', - displayName: 'Sales', - aggregate: { - key: 'SUM', - aggregatorName: 'SUM', - label: 'Sum' - }, - dataType: 'currency' - }, - { - enabled: true, - member: 'Cost', - displayName: 'Profit', - aggregate: { - key: 'SUM', - aggregator: function(members, data) { - return data?.reduce((accumulator, value) => accumulator + (value.Sale - value.Cost), 0) || 0; - }, - label: 'Sum' - }, - dataType: 'currency' - } - ] - }; - public pivotConfigStores: IPivotConfiguration = { - columns: [ - new IgxPivotDateDimension({ - memberName: 'Date', - displayName: 'All Periods', - enabled: true - }, - { - months: false, - fullDate: false, - quarters: true - }) - ], - rows: [ - { - memberName: 'Store', - displayName: 'Store', - enabled: true, - width: "140px" - }, - { - memberName: 'Brand', - displayName: 'Brand', - enabled: true, - width: "140px" - } - ], - values: [ - { - member: 'Sale', - displayName: 'Sales', - aggregate: { - key: 'SUM', - aggregatorName: 'SUM', - label: 'Sum' - }, - enabled: true, - dataType: 'currency' - }, - { - member: 'Cost', - displayName: 'Profit', - aggregate: { - key: 'SUM', - aggregatorName: 'SUM', - label: 'Sum' - }, - enabled: true, - dataType: 'currency' - } - ], - filters: [ - { - memberName: "Country", - displayName: 'Country', - filter: this.bulgariaCountryFilter, - enabled: true - } - ] - }; - - public flagsData = FLAGS; - public data10: any = SALES_DATA_10; - public data50: any = SALES_DATA_50; - public data100: any = SALES_DATA_100; - - constructor(public iconService: IgxIconService, public excelExporter: IgxExcelExporterService, public csvExporter: IgxCsvExporterService) { - var tree = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); - tree.filteringOperands = [ - { - condition: IgxStringFilteringOperand.instance().condition('equals'), - fieldName: 'Brand', - searchVal: 'HM' - }, - { - condition: IgxStringFilteringOperand.instance().condition('equals'), - fieldName: 'Brand', - searchVal: 'HM Home' - }, - ]; - this.brandFilter.filteringOperands = [tree]; - this.bulgariaCountryFilter.filteringOperands = [ - { - condition: IgxStringFilteringOperand.instance().condition('equals'), - fieldName: 'Country', - searchVal: 'Bulgaria' - }, - ] - } - - public onViewSelection(event: ISelectionEventArgs) { - const newId = event.newSelection.id; - if (newId === 'brands') { - this.pivotGrid.pivotConfiguration = this.pivotConfigBrands; - } else if (newId === 'stores') { - this.pivotGrid.pivotConfiguration = this.pivotConfigStores; - } - } - - public onExportSelection(event: ISelectionEventArgs) { - let options!: IgxExporterOptionsBase; - let exporter!: IgxBaseExporter; - const newId = event.newSelection.id; - if (newId === 'csv') { - options = new IgxCsvExporterOptions(this.fileName, CsvFileTypes.CSV); - exporter = this.csvExporter; - } else if (newId === 'excel') { - options = new IgxExcelExporterOptions(this.fileName); - exporter = this.excelExporter; - } - - exporter.export(this.pivotGrid, options); - event.cancel = true; - } - - public onColumnInit(col: IgxColumnComponent) { - var countryKeys = Object.keys(this.flagsData); - if (countryKeys.includes(col.field)) { - col.headerTemplate = this.countryColumnTemplate; - } - } } diff --git a/projects/SalesGrid/src/assets/SalesData100k.json b/projects/SalesGrid/src/app/sales-grid/data/SalesData100k.json similarity index 100% rename from projects/SalesGrid/src/assets/SalesData100k.json rename to projects/SalesGrid/src/app/sales-grid/data/SalesData100k.json diff --git a/projects/SalesGrid/src/assets/SalesData10k.json b/projects/SalesGrid/src/app/sales-grid/data/SalesData10k.json similarity index 100% rename from projects/SalesGrid/src/assets/SalesData10k.json rename to projects/SalesGrid/src/app/sales-grid/data/SalesData10k.json diff --git a/projects/SalesGrid/src/assets/SalesData50k.json b/projects/SalesGrid/src/app/sales-grid/data/SalesData50k.json similarity index 100% rename from projects/SalesGrid/src/assets/SalesData50k.json rename to projects/SalesGrid/src/app/sales-grid/data/SalesData50k.json diff --git a/projects/SalesGrid/src/assets/flags.json b/projects/SalesGrid/src/app/sales-grid/data/flags.json similarity index 100% rename from projects/SalesGrid/src/assets/flags.json rename to projects/SalesGrid/src/app/sales-grid/data/flags.json diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html new file mode 100644 index 0000000..eaa7b7f --- /dev/null +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html @@ -0,0 +1,48 @@ +
+
+ Quick Action +
+ + + + Brands: HM + Stores: Bulgaria + + + Export to Excel + Export to CSV + +
+
+
+
+ + +
+
+ +
+ +
+ {{col.field}} +
+
+
+
\ No newline at end of file diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss new file mode 100644 index 0000000..a22d647 --- /dev/null +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss @@ -0,0 +1,60 @@ +.rootSample { + display: flex; + flex-direction: column; + max-width: 1300px; + max-height: 910px; + margin-top: 20px; + margin-left: 10px; +} + +.pivotToolbar { + display: flex; + justify-content: space-between; + min-height: 40px; + border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); + background: var(--igx-grid-header-background, hsl(from var(--ig-surface-500) h s l/1)); +} + +.pivotRow { + display: flex; + flex-direction: row; + min-height: 100%; + max-height: 100%; +} + +.pivotContainer { + width: 100%; + border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); + border-top: none; + border-right: none; + min-height: 100%; + max-height: 100%; +} + +.selectorContainer { + min-width: 180px; + min-height: 100%; +} + +.countryHeader { + width: 100%; + display: flex; + align-items: center; + // justify-content: center; +} + +.countryImage { + height: 1rem; + margin-right: 0.3rem; +} + +igx-pivot-grid { + box-shadow: initial; +} + +igx-pivot-data-selector { + border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); + border-top: none; + min-height: 100%; + max-height: 100%; +} diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.spec.ts b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.spec.ts new file mode 100644 index 0000000..53f8bdb --- /dev/null +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.spec.ts @@ -0,0 +1,23 @@ +import { ComponentFixture, TestBed } from '@angular/core/testing'; + +import { SalesGridComponent } from './sales-grid.component'; + +describe('SalesGridComponent', () => { + let component: SalesGridComponent; + let fixture: ComponentFixture; + + beforeEach(async () => { + await TestBed.configureTestingModule({ + imports: [SalesGridComponent] + }) + .compileComponents(); + + fixture = TestBed.createComponent(SalesGridComponent); + component = fixture.componentInstance; + fixture.detectChanges(); + }); + + it('should create', () => { + expect(component).toBeTruthy(); + }); +}); diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts new file mode 100644 index 0000000..4a1a6b6 --- /dev/null +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts @@ -0,0 +1,227 @@ +import { CommonModule } from '@angular/common'; +import { Component, TemplateRef, ViewChild } from '@angular/core'; +import { + IgxButtonDirective, + IgxDropDownComponent, + IgxDropDownItemComponent, + IgxIconComponent, + IgxPivotDataSelectorComponent, + IgxPivotGridComponent, + IgxToggleActionDirective, + IPivotConfiguration, + ISelectionEventArgs, + IgxExcelExporterService, + IgxCsvExporterService, + IgxCsvExporterOptions, + IgxExcelExporterOptions, + IgxBaseExporter, + IgxExporterOptionsBase, + CsvFileTypes, + IPivotUISettings, + IgxPivotDateDimension, + IgxColumnComponent, + IgxCellHeaderTemplateDirective, + IgxIconService, + IgxStringFilteringOperand, + FilteringExpressionsTree, + FilteringLogic +} from 'igniteui-angular'; +import FLAGS from './data/flags.json' +import SALES_DATA_100 from './data/SalesData100k.json'; + +@Component({ + selector: 'app-sales-grid', + imports: [CommonModule, IgxPivotGridComponent, IgxPivotDataSelectorComponent, IgxButtonDirective, IgxIconComponent, IgxToggleActionDirective, IgxDropDownComponent, IgxDropDownItemComponent, IgxCellHeaderTemplateDirective], + templateUrl: './sales-grid.component.html', + styleUrl: './sales-grid.component.scss' +}) +export class SalesGridComponent { + @ViewChild(IgxPivotGridComponent, { static: true }) + public pivotGrid!: IgxPivotGridComponent; + + @ViewChild('countryColumn') + public countryColumnTemplate!: TemplateRef; + + public brandFilter = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); + public bulgariaCountryFilter = new FilteringExpressionsTree(FilteringLogic.And); + + public fileName = 'SalesGridApp'; + public pivotUISettings: IPivotUISettings = {}; + public pivotConfigBrands: IPivotConfiguration = { + columns: [ + { + enabled: true, + memberName: 'Country', + displayName: 'Country' + }, + { + enabled: true, + memberName: 'Brand', + displayName: 'Brand', + filter: this.brandFilter + }, + { + enabled: false, + memberName: 'Store', + displayName: 'Store' + }, + ], + rows: [ + new IgxPivotDateDimension({ + memberName: 'Date', + displayName: 'All Periods', + enabled: true + }, + { + fullDate: true, + quarters: true, + months: false, + }) + ], + values: [ + { + enabled: true, + member: 'Sale', + displayName: 'Sales', + aggregate: { + key: 'SUM', + aggregatorName: 'SUM', + label: 'Sum' + }, + dataType: 'currency' + }, + { + enabled: true, + member: 'Cost', + displayName: 'Profit', + aggregate: { + key: 'SUM', + aggregator: function (members, data) { + return data?.reduce((accumulator, value) => accumulator + (value.Sale - value.Cost), 0) || 0; + }, + label: 'Sum' + }, + dataType: 'currency' + } + ] + }; + public pivotConfigStores: IPivotConfiguration = { + columns: [ + new IgxPivotDateDimension({ + memberName: 'Date', + displayName: 'All Periods', + enabled: true + }, + { + months: false, + fullDate: false, + quarters: true + }) + ], + rows: [ + { + memberName: 'Store', + displayName: 'Store', + enabled: true, + width: "140px" + }, + { + memberName: 'Brand', + displayName: 'Brand', + enabled: true, + width: "140px" + } + ], + values: [ + { + member: 'Sale', + displayName: 'Sales', + aggregate: { + key: 'SUM', + aggregatorName: 'SUM', + label: 'Sum' + }, + enabled: true, + dataType: 'currency' + }, + { + member: 'Cost', + displayName: 'Profit', + aggregate: { + key: 'SUM', + aggregatorName: 'SUM', + label: 'Sum' + }, + enabled: true, + dataType: 'currency' + } + ], + filters: [ + { + memberName: "Country", + displayName: 'Country', + filter: this.bulgariaCountryFilter, + enabled: true + } + ] + }; + + public flagsData = FLAGS; + public data100: any = SALES_DATA_100; + + constructor(public iconService: IgxIconService, public excelExporter: IgxExcelExporterService, public csvExporter: IgxCsvExporterService) { + var tree = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); + tree.filteringOperands = [ + { + condition: IgxStringFilteringOperand.instance().condition('equals'), + fieldName: 'Brand', + searchVal: 'HM' + }, + { + condition: IgxStringFilteringOperand.instance().condition('equals'), + fieldName: 'Brand', + searchVal: 'HM Home' + }, + ]; + this.brandFilter.filteringOperands = [tree]; + this.bulgariaCountryFilter.filteringOperands = [ + { + condition: IgxStringFilteringOperand.instance().condition('equals'), + fieldName: 'Country', + searchVal: 'Bulgaria' + }, + ] + } + + public onViewSelection(event: ISelectionEventArgs) { + const newId = event.newSelection.id; + if (newId === 'brands') { + this.pivotGrid.pivotConfiguration = this.pivotConfigBrands; + } else if (newId === 'stores') { + this.pivotGrid.pivotConfiguration = this.pivotConfigStores; + } + } + + public onExportSelection(event: ISelectionEventArgs) { + let options!: IgxExporterOptionsBase; + let exporter!: IgxBaseExporter; + const newId = event.newSelection.id; + if (newId === 'csv') { + options = new IgxCsvExporterOptions(this.fileName, CsvFileTypes.CSV); + exporter = this.csvExporter; + } else if (newId === 'excel') { + options = new IgxExcelExporterOptions(this.fileName); + exporter = this.excelExporter; + } + + exporter.export(this.pivotGrid, options); + event.cancel = true; + } + + public onColumnInit(col: IgxColumnComponent) { + var countryKeys = Object.keys(this.flagsData); + if (countryKeys.includes(col.field)) { + col.headerTemplate = this.countryColumnTemplate; + } + } +} diff --git a/projects/SalesGrid/src/styles.scss b/projects/SalesGrid/src/styles.scss index dee2d33..a54b9e2 100644 --- a/projects/SalesGrid/src/styles.scss +++ b/projects/SalesGrid/src/styles.scss @@ -1,23 +1,14 @@ @use "igniteui-angular/theming" as *; -// Uncomment the following lines if you want to add a custom palette: -// $primary: #731963 !default; -// $secondary: #ce5712 !default; -// $app-palette: palette($primary, $secondary, $surface); - -/* autoprefixer grid: on */ @include core(); @include typography($font-family: $indigo-typeface, $type-scale: $indigo-type-scale); @include indigo-light-theme($light-indigo-palette); -// CSS Reset, comment out if not required or using a different module -@import 'minireset.css/minireset'; -/* You can add global styles to this file, and also import other style files */ -div { +:root { --ig-size: var(--ig-size-small) } .igx-list__item-content { padding: 0 !important; -} +} \ No newline at end of file From 72b060055e4ad58b230a59a5c77e846c25b068c6 Mon Sep 17 00:00:00 2001 From: skrustev Date: Wed, 4 Dec 2024 17:30:36 +0200 Subject: [PATCH 06/15] Move styles from main one. Dropdown name tweak. --- .../src/app/sales-grid/sales-grid.component.html | 2 +- .../src/app/sales-grid/sales-grid.component.scss | 10 ++++++++++ projects/SalesGrid/src/styles.scss | 4 ---- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html index eaa7b7f..192ec58 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html @@ -13,7 +13,7 @@ - Brands: HM + Brands: HM and HM Home Stores: Bulgaria diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss index a22d647..dbff3ef 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss @@ -57,4 +57,14 @@ igx-pivot-data-selector { border-top: none; min-height: 100%; max-height: 100%; + + ::ng-deep { + .igx-list__item-content { + padding: 0 !important; + + span { + margin-inline-start: initial; + } + } + } } diff --git a/projects/SalesGrid/src/styles.scss b/projects/SalesGrid/src/styles.scss index a54b9e2..846d6b4 100644 --- a/projects/SalesGrid/src/styles.scss +++ b/projects/SalesGrid/src/styles.scss @@ -8,7 +8,3 @@ :root { --ig-size: var(--ig-size-small) } - -.igx-list__item-content { - padding: 0 !important; -} \ No newline at end of file From 3ac22ece448691fc03c4eff582be1861045f7ab8 Mon Sep 17 00:00:00 2001 From: skrustev Date: Thu, 5 Dec 2024 14:54:42 +0200 Subject: [PATCH 07/15] Remove extra unnecessary stuff. --- .../src/app/sales-grid/sales-grid.component.html | 2 -- .../src/app/sales-grid/sales-grid.component.ts | 11 ++++------- 2 files changed, 4 insertions(+), 9 deletions(-) diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html index 192ec58..3fec646 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html @@ -30,9 +30,7 @@ [height]="'100%'" [superCompactMode]="true" [defaultExpandState]="true" - [rowSelection]="'single'" [pivotConfiguration]="pivotConfigBrands" - [pivotUI]="pivotUISettings" (columnInit)="onColumnInit($event)">
diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts index 4a1a6b6..b3ccf18 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts @@ -17,11 +17,9 @@ import { IgxBaseExporter, IgxExporterOptionsBase, CsvFileTypes, - IPivotUISettings, IgxPivotDateDimension, IgxColumnComponent, IgxCellHeaderTemplateDirective, - IgxIconService, IgxStringFilteringOperand, FilteringExpressionsTree, FilteringLogic @@ -46,7 +44,6 @@ export class SalesGridComponent { public bulgariaCountryFilter = new FilteringExpressionsTree(FilteringLogic.And); public fileName = 'SalesGridApp'; - public pivotUISettings: IPivotUISettings = {}; public pivotConfigBrands: IPivotConfiguration = { columns: [ { @@ -169,9 +166,9 @@ export class SalesGridComponent { public flagsData = FLAGS; public data100: any = SALES_DATA_100; - constructor(public iconService: IgxIconService, public excelExporter: IgxExcelExporterService, public csvExporter: IgxCsvExporterService) { - var tree = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); - tree.filteringOperands = [ + constructor(public excelExporter: IgxExcelExporterService, public csvExporter: IgxCsvExporterService) { + var multipleFilters = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); + multipleFilters.filteringOperands = [ { condition: IgxStringFilteringOperand.instance().condition('equals'), fieldName: 'Brand', @@ -183,7 +180,7 @@ export class SalesGridComponent { searchVal: 'HM Home' }, ]; - this.brandFilter.filteringOperands = [tree]; + this.brandFilter.filteringOperands = [multipleFilters]; this.bulgariaCountryFilter.filteringOperands = [ { condition: IgxStringFilteringOperand.instance().condition('equals'), From 8c1bd6b66b349464eb7bab9eafd840d452fc2435 Mon Sep 17 00:00:00 2001 From: skrustev Date: Thu, 5 Dec 2024 17:00:40 +0200 Subject: [PATCH 08/15] Fix profit aggregators and count formatter. Remove extra data. --- .../{SalesData10k.json => SalesData.json} | 0 .../app/sales-grid/data/SalesData100k.json | 1 - .../src/app/sales-grid/data/SalesData50k.json | 1 - .../app/sales-grid/sales-grid.component.html | 2 +- .../app/sales-grid/sales-grid.component.ts | 144 ++++++++++++------ 5 files changed, 95 insertions(+), 53 deletions(-) rename projects/SalesGrid/src/app/sales-grid/data/{SalesData10k.json => SalesData.json} (100%) delete mode 100644 projects/SalesGrid/src/app/sales-grid/data/SalesData100k.json delete mode 100644 projects/SalesGrid/src/app/sales-grid/data/SalesData50k.json diff --git a/projects/SalesGrid/src/app/sales-grid/data/SalesData10k.json b/projects/SalesGrid/src/app/sales-grid/data/SalesData.json similarity index 100% rename from projects/SalesGrid/src/app/sales-grid/data/SalesData10k.json rename to projects/SalesGrid/src/app/sales-grid/data/SalesData.json diff --git a/projects/SalesGrid/src/app/sales-grid/data/SalesData100k.json b/projects/SalesGrid/src/app/sales-grid/data/SalesData100k.json deleted file mode 100644 index afa294a..0000000 --- a/projects/SalesGrid/src/app/sales-grid/data/SalesData100k.json +++ /dev/null @@ -1 +0,0 @@ -[{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":157,"Cost":102,"Date":"3/27/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":626,"Cost":345,"Date":"4/17/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":191,"Cost":121,"Date":"8/11/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":489,"Cost":321,"Date":"8/21/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":111,"Cost":106,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":870,"Cost":791,"Date":"9/5/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":884,"Cost":615,"Date":"9/14/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":587,"Cost":375,"Date":"9/20/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":524,"Cost":439,"Date":"11/20/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":61,"Cost":33,"Date":"12/21/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":836,"Cost":699,"Date":"1/7/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":199,"Cost":152,"Date":"1/21/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":269,"Cost":169,"Date":"2/9/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":466,"Cost":382,"Date":"3/19/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":685,"Cost":482,"Date":"4/3/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":792,"Cost":411,"Date":"4/5/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":723,"Cost":492,"Date":"4/28/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":496,"Cost":286,"Date":"7/10/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":802,"Cost":640,"Date":"3/25/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":788,"Cost":745,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":478,"Cost":281,"Date":"10/28/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":153,"Cost":140,"Date":"3/2/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":970,"Cost":764,"Date":"6/28/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":209,"Cost":171,"Date":"7/17/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":131,"Cost":78,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":636,"Cost":370,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":589,"Cost":535,"Date":"11/20/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":703,"Cost":650,"Date":"12/16/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":935,"Cost":701,"Date":"12/30/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":425,"Cost":243,"Date":"2/15/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":774,"Cost":601,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":788,"Cost":663,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":230,"Cost":170,"Date":"4/18/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":801,"Cost":495,"Date":"7/27/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":984,"Cost":573,"Date":"8/18/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":370,"Cost":200,"Date":"10/31/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":892,"Cost":770,"Date":"11/11/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":147,"Cost":74,"Date":"11/30/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":420,"Cost":297,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":667,"Cost":366,"Date":"3/1/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":54,"Cost":41,"Date":"4/13/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":389,"Cost":222,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":823,"Cost":468,"Date":"8/13/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":675,"Cost":559,"Date":"9/15/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":866,"Cost":705,"Date":"10/14/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":943,"Cost":701,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":720,"Cost":403,"Date":"11/11/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":238,"Cost":176,"Date":"12/7/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":196,"Cost":157,"Date":"12/21/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":834,"Cost":484,"Date":"1/6/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":289,"Cost":202,"Date":"1/23/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":178,"Cost":169,"Date":"2/4/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":739,"Cost":507,"Date":"3/10/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":814,"Cost":505,"Date":"3/12/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":372,"Cost":213,"Date":"3/31/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":724,"Cost":446,"Date":"6/16/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":364,"Cost":242,"Date":"6/17/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":179,"Cost":122,"Date":"8/27/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":813,"Cost":443,"Date":"10/1/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":452,"Cost":406,"Date":"11/4/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":308,"Cost":207,"Date":"11/9/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":810,"Cost":757,"Date":"3/27/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":338,"Date":"4/17/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":924,"Cost":738,"Date":"8/11/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":12,"Date":"8/21/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":414,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":750,"Date":"9/5/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":273,"Date":"9/14/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":340,"Cost":202,"Date":"9/20/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":25,"Date":"11/20/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":724,"Cost":648,"Date":"12/21/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":384,"Date":"1/7/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":6,"Date":"1/21/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":512,"Cost":298,"Date":"2/9/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":122,"Date":"3/19/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":191,"Cost":175,"Date":"4/3/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":757,"Cost":675,"Date":"4/5/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":23,"Date":"4/28/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":872,"Cost":498,"Date":"7/10/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":82,"Date":"3/25/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":369,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":611,"Cost":543,"Date":"10/28/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":406,"Date":"3/2/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":541,"Date":"6/28/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":159,"Date":"7/17/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":268,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":113,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":435,"Date":"11/20/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":6,"Date":"12/16/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":808,"Cost":647,"Date":"12/30/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":264,"Cost":156,"Date":"2/15/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":314,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":252,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":631,"Cost":571,"Date":"4/18/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":14,"Date":"7/27/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":988,"Cost":807,"Date":"8/18/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":381,"Cost":317,"Date":"10/31/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":307,"Date":"11/11/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":175,"Date":"11/30/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":435,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":79,"Cost":74,"Date":"3/1/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":598,"Date":"4/13/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":105,"Cost":65,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":625,"Cost":490,"Date":"8/13/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":143,"Date":"9/15/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":72,"Cost":36,"Date":"10/14/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":147,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":391,"Date":"11/11/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":985,"Cost":902,"Date":"12/7/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":842,"Cost":498,"Date":"12/21/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":232,"Date":"1/6/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":209,"Date":"1/23/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":497,"Date":"2/4/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":616,"Cost":308,"Date":"3/10/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":65,"Date":"3/12/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":346,"Date":"3/31/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":607,"Cost":357,"Date":"6/16/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":160,"Date":"6/17/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":99,"Cost":85,"Date":"8/27/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":468,"Date":"10/1/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":661,"Date":"11/4/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":493,"Date":"11/9/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":737,"Cost":495,"Date":"3/27/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":810,"Cost":501,"Date":"4/17/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":546,"Date":"8/11/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":87,"Date":"8/21/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":608,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":18,"Cost":13,"Date":"9/5/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":363,"Cost":338,"Date":"9/14/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":869,"Cost":571,"Date":"9/20/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":138,"Cost":100,"Date":"11/20/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":123,"Date":"12/21/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":754,"Cost":427,"Date":"1/7/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":357,"Date":"1/21/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":335,"Cost":196,"Date":"2/9/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":712,"Cost":357,"Date":"3/19/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":503,"Date":"4/3/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":17,"Cost":16,"Date":"4/5/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":70,"Cost":39,"Date":"4/28/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":312,"Date":"7/10/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":478,"Cost":255,"Date":"3/25/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":352,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":18,"Cost":13,"Date":"10/28/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":29,"Date":"3/2/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":392,"Date":"6/28/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":566,"Date":"7/17/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":312,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":47,"Cost":37,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":200,"Cost":107,"Date":"11/20/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":780,"Cost":404,"Date":"12/16/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":150,"Cost":109,"Date":"12/30/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":940,"Cost":528,"Date":"2/15/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":440,"Cost":414,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":605,"Cost":459,"Date":"3/7/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":447,"Cost":235,"Date":"4/18/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":371,"Cost":255,"Date":"7/27/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":892,"Cost":718,"Date":"8/18/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":934,"Cost":572,"Date":"10/31/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":64,"Cost":57,"Date":"11/11/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":590,"Cost":415,"Date":"11/30/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":348,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":963,"Cost":685,"Date":"3/1/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":672,"Date":"4/13/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":397,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":553,"Cost":393,"Date":"8/13/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":552,"Date":"9/15/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":517,"Date":"10/14/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":56,"Cost":35,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":198,"Cost":125,"Date":"11/11/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":521,"Cost":347,"Date":"12/7/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":235,"Date":"12/21/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":494,"Cost":347,"Date":"1/6/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":178,"Cost":92,"Date":"1/23/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":207,"Cost":142,"Date":"2/4/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":577,"Cost":299,"Date":"3/10/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":301,"Date":"3/12/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":252,"Cost":154,"Date":"3/31/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":337,"Cost":306,"Date":"6/16/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":493,"Date":"6/17/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":668,"Date":"8/27/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":918,"Cost":639,"Date":"10/1/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":477,"Cost":293,"Date":"11/4/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":802,"Cost":459,"Date":"11/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":186,"Date":"3/27/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":184,"Date":"4/17/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":610,"Date":"8/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":472,"Cost":321,"Date":"8/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":216,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":703,"Cost":494,"Date":"9/5/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":491,"Date":"9/14/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":757,"Cost":604,"Date":"9/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":132,"Cost":96,"Date":"11/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":99,"Cost":71,"Date":"12/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":683,"Date":"1/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":67,"Cost":64,"Date":"1/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":41,"Cost":27,"Date":"2/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":51,"Cost":47,"Date":"3/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":577,"Date":"4/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":99,"Date":"4/5/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":154,"Cost":125,"Date":"4/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":149,"Cost":137,"Date":"7/10/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":309,"Cost":228,"Date":"3/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":122,"Cost":64,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":659,"Cost":604,"Date":"10/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":404,"Cost":236,"Date":"3/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":831,"Date":"6/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":659,"Cost":509,"Date":"7/17/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":246,"Cost":160,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":786,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":50,"Date":"11/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":588,"Cost":382,"Date":"12/16/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":897,"Cost":719,"Date":"12/30/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":686,"Cost":466,"Date":"2/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":331,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":745,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":749,"Cost":406,"Date":"4/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":782,"Cost":484,"Date":"7/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":847,"Cost":665,"Date":"8/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":792,"Cost":510,"Date":"10/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":242,"Date":"11/11/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":704,"Date":"11/30/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":701,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":780,"Cost":663,"Date":"3/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":223,"Date":"4/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":775,"Cost":707,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":642,"Cost":516,"Date":"8/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":4,"Date":"9/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":77,"Cost":53,"Date":"10/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":989,"Cost":893,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":92,"Cost":56,"Date":"11/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":919,"Cost":682,"Date":"12/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":616,"Cost":357,"Date":"12/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":765,"Cost":704,"Date":"1/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":716,"Cost":602,"Date":"1/23/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":633,"Cost":422,"Date":"2/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":453,"Cost":285,"Date":"3/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":794,"Date":"3/12/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":783,"Cost":648,"Date":"3/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":899,"Cost":647,"Date":"6/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":86,"Cost":49,"Date":"6/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":365,"Date":"8/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":536,"Date":"10/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":317,"Date":"11/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":616,"Cost":359,"Date":"11/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":980,"Cost":662,"Date":"3/27/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":2,"Cost":1,"Date":"4/17/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":765,"Cost":615,"Date":"8/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":939,"Cost":754,"Date":"8/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":336,"Cost":250,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":824,"Cost":701,"Date":"9/5/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":7,"Cost":7,"Date":"9/14/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":654,"Cost":343,"Date":"9/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":237,"Cost":206,"Date":"11/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":347,"Cost":217,"Date":"12/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":615,"Cost":544,"Date":"1/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":117,"Cost":67,"Date":"1/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":226,"Cost":183,"Date":"2/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":960,"Cost":689,"Date":"3/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":970,"Cost":543,"Date":"4/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":700,"Cost":567,"Date":"4/5/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":813,"Cost":625,"Date":"4/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":182,"Cost":167,"Date":"7/10/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":932,"Cost":824,"Date":"3/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":457,"Cost":342,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":310,"Cost":248,"Date":"10/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":446,"Cost":234,"Date":"3/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":474,"Cost":347,"Date":"6/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":349,"Cost":277,"Date":"7/17/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":873,"Cost":717,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":538,"Cost":433,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":165,"Cost":106,"Date":"11/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":124,"Cost":111,"Date":"12/16/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":898,"Cost":601,"Date":"12/30/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":591,"Cost":480,"Date":"2/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":692,"Cost":528,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":212,"Cost":143,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":99,"Cost":76,"Date":"4/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":729,"Cost":368,"Date":"7/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":883,"Cost":730,"Date":"8/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":151,"Cost":78,"Date":"10/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":296,"Cost":169,"Date":"11/11/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":142,"Cost":128,"Date":"11/30/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":633,"Cost":422,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":481,"Cost":284,"Date":"3/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":291,"Cost":257,"Date":"4/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":300,"Cost":238,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":357,"Cost":248,"Date":"8/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":710,"Cost":568,"Date":"9/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":127,"Cost":92,"Date":"10/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":449,"Cost":244,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":449,"Cost":329,"Date":"11/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":516,"Cost":308,"Date":"12/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":331,"Cost":286,"Date":"12/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":459,"Cost":252,"Date":"1/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":239,"Cost":160,"Date":"1/23/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":230,"Cost":203,"Date":"2/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":265,"Cost":143,"Date":"3/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":752,"Cost":644,"Date":"3/12/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":244,"Cost":194,"Date":"3/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":725,"Cost":438,"Date":"6/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":402,"Cost":324,"Date":"6/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":753,"Cost":509,"Date":"8/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":244,"Cost":207,"Date":"10/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":591,"Cost":405,"Date":"11/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":169,"Cost":88,"Date":"11/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":758,"Date":"3/27/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":265,"Date":"4/17/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":520,"Cost":349,"Date":"8/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":115,"Date":"8/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":39,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":1,"Cost":1,"Date":"9/5/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":271,"Date":"9/14/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":832,"Cost":425,"Date":"9/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":354,"Date":"11/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":533,"Date":"12/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":784,"Cost":677,"Date":"1/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":503,"Date":"1/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":735,"Cost":453,"Date":"2/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":464,"Date":"3/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":4,"Cost":3,"Date":"4/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":134,"Cost":92,"Date":"4/5/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":58,"Date":"4/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":934,"Cost":616,"Date":"7/10/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":604,"Cost":415,"Date":"3/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":485,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":13,"Cost":12,"Date":"10/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":116,"Cost":91,"Date":"3/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":505,"Cost":355,"Date":"6/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":823,"Date":"7/17/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":535,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":897,"Cost":770,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":576,"Date":"11/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":852,"Date":"12/16/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":585,"Cost":555,"Date":"12/30/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":160,"Date":"2/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":120,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":533,"Date":"3/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":296,"Date":"4/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":361,"Date":"7/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":677,"Cost":561,"Date":"8/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":48,"Date":"10/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":210,"Cost":195,"Date":"11/11/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":311,"Date":"11/30/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":439,"Cost":301,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":190,"Date":"3/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":520,"Date":"4/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":137,"Cost":114,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":538,"Cost":454,"Date":"8/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":449,"Cost":355,"Date":"9/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":391,"Date":"10/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":643,"Cost":337,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":338,"Date":"11/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":522,"Date":"12/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":941,"Cost":842,"Date":"12/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":42,"Date":"1/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":661,"Date":"1/23/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":278,"Date":"2/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":544,"Date":"3/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":48,"Date":"3/12/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":449,"Cost":238,"Date":"3/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":209,"Date":"6/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":85,"Date":"6/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":37,"Cost":32,"Date":"8/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":252,"Date":"10/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":162,"Date":"11/4/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":869,"Cost":454,"Date":"11/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":784,"Cost":492,"Date":"3/27/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":282,"Cost":165,"Date":"4/17/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":80,"Cost":52,"Date":"8/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":601,"Cost":309,"Date":"8/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":620,"Cost":513,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":538,"Cost":441,"Date":"9/5/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":81,"Cost":62,"Date":"9/14/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":442,"Cost":243,"Date":"9/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":299,"Cost":265,"Date":"11/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":127,"Cost":63,"Date":"12/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":56,"Cost":29,"Date":"1/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":789,"Cost":675,"Date":"1/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":774,"Cost":440,"Date":"2/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":456,"Cost":256,"Date":"3/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":895,"Cost":693,"Date":"4/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":111,"Cost":92,"Date":"4/5/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":493,"Cost":450,"Date":"4/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":317,"Cost":234,"Date":"7/10/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":519,"Cost":263,"Date":"3/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":906,"Cost":835,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":25,"Cost":21,"Date":"10/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":718,"Cost":468,"Date":"3/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":698,"Cost":543,"Date":"6/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":18,"Cost":15,"Date":"7/17/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":253,"Cost":195,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":817,"Cost":606,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":896,"Cost":705,"Date":"11/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":120,"Cost":82,"Date":"12/16/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":874,"Cost":693,"Date":"12/30/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":749,"Cost":522,"Date":"2/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":112,"Cost":104,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":871,"Cost":722,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":305,"Cost":235,"Date":"4/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":4,"Cost":2,"Date":"7/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":807,"Cost":761,"Date":"8/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":164,"Cost":82,"Date":"10/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":413,"Cost":206,"Date":"11/11/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":394,"Cost":363,"Date":"11/30/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":667,"Cost":590,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":568,"Cost":505,"Date":"3/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":727,"Cost":579,"Date":"4/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":987,"Cost":922,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":360,"Cost":191,"Date":"8/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":531,"Cost":275,"Date":"9/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":622,"Cost":439,"Date":"10/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":35,"Cost":34,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":905,"Cost":741,"Date":"11/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":150,"Cost":120,"Date":"12/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":875,"Cost":707,"Date":"12/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":245,"Cost":208,"Date":"1/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":941,"Cost":545,"Date":"1/23/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":578,"Cost":447,"Date":"2/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":426,"Cost":383,"Date":"3/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":838,"Cost":517,"Date":"3/12/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":520,"Cost":403,"Date":"3/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":592,"Cost":505,"Date":"6/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":301,"Cost":161,"Date":"6/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":878,"Cost":831,"Date":"8/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":168,"Cost":102,"Date":"10/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":354,"Cost":323,"Date":"11/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Nova","Country":"Australia","Sale":900,"Cost":701,"Date":"11/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":718,"Cost":451,"Date":"3/27/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":152,"Cost":110,"Date":"4/17/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":155,"Cost":94,"Date":"8/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":371,"Cost":275,"Date":"8/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":187,"Cost":95,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":728,"Cost":585,"Date":"9/5/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":269,"Cost":167,"Date":"9/14/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":779,"Cost":453,"Date":"9/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":585,"Cost":375,"Date":"11/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":717,"Cost":618,"Date":"12/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":708,"Cost":388,"Date":"1/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":970,"Cost":562,"Date":"1/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":37,"Cost":30,"Date":"2/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":209,"Cost":172,"Date":"3/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":157,"Cost":133,"Date":"4/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":963,"Cost":622,"Date":"4/5/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":254,"Cost":233,"Date":"4/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":509,"Cost":369,"Date":"7/10/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":942,"Cost":690,"Date":"3/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":967,"Cost":751,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":89,"Cost":73,"Date":"10/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":200,"Cost":104,"Date":"3/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":738,"Cost":681,"Date":"6/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":8,"Cost":4,"Date":"7/17/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":593,"Cost":374,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":271,"Cost":140,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":778,"Cost":607,"Date":"11/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":282,"Cost":252,"Date":"12/16/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":754,"Cost":685,"Date":"12/30/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":729,"Cost":496,"Date":"2/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":544,"Cost":383,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":980,"Cost":778,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":355,"Cost":232,"Date":"4/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":614,"Cost":512,"Date":"7/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":482,"Cost":264,"Date":"8/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":686,"Cost":555,"Date":"10/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":215,"Cost":116,"Date":"11/11/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":718,"Cost":633,"Date":"11/30/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":147,"Cost":124,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":174,"Cost":159,"Date":"3/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":885,"Cost":472,"Date":"4/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":390,"Cost":334,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":947,"Cost":864,"Date":"8/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":99,"Cost":80,"Date":"9/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":266,"Cost":199,"Date":"10/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":108,"Cost":97,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":491,"Cost":458,"Date":"11/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":934,"Cost":645,"Date":"12/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":502,"Cost":254,"Date":"12/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":773,"Cost":515,"Date":"1/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":913,"Cost":836,"Date":"1/23/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":858,"Cost":682,"Date":"2/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":348,"Cost":246,"Date":"3/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":442,"Cost":391,"Date":"3/12/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":147,"Cost":120,"Date":"3/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":523,"Cost":346,"Date":"6/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":898,"Cost":668,"Date":"6/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":726,"Cost":594,"Date":"8/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":461,"Cost":306,"Date":"10/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":817,"Cost":618,"Date":"11/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":756,"Cost":524,"Date":"11/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":800,"Cost":421,"Date":"3/27/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":601,"Date":"4/17/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":208,"Cost":120,"Date":"8/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":52,"Cost":28,"Date":"8/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":505,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":439,"Date":"9/5/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":312,"Date":"9/14/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":443,"Date":"9/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":24,"Cost":20,"Date":"11/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":286,"Date":"12/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":300,"Date":"1/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":784,"Date":"1/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":527,"Date":"2/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":419,"Date":"3/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":840,"Cost":454,"Date":"4/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":356,"Date":"4/5/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":319,"Date":"4/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":619,"Cost":343,"Date":"7/10/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":912,"Cost":498,"Date":"3/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":301,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":623,"Cost":390,"Date":"10/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":235,"Date":"3/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":514,"Date":"6/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":109,"Date":"7/17/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":500,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":376,"Cost":356,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":913,"Cost":606,"Date":"11/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":358,"Cost":302,"Date":"12/16/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":145,"Cost":77,"Date":"12/30/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":901,"Cost":792,"Date":"2/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":693,"Cost":656,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":219,"Cost":134,"Date":"3/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":402,"Cost":268,"Date":"4/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":899,"Cost":777,"Date":"7/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":297,"Cost":263,"Date":"8/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":72,"Date":"10/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":863,"Cost":665,"Date":"11/11/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":488,"Cost":386,"Date":"11/30/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":412,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":75,"Cost":38,"Date":"3/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":929,"Cost":574,"Date":"4/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":374,"Cost":328,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":136,"Cost":105,"Date":"8/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":596,"Date":"9/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":732,"Cost":467,"Date":"10/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":408,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":402,"Date":"11/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":245,"Date":"12/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":606,"Cost":542,"Date":"12/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":434,"Cost":231,"Date":"1/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":342,"Date":"1/23/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":266,"Date":"2/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":778,"Cost":590,"Date":"3/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":278,"Date":"3/12/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":815,"Cost":681,"Date":"3/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":684,"Date":"6/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":12,"Cost":8,"Date":"6/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":689,"Cost":401,"Date":"8/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":354,"Date":"10/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":594,"Cost":454,"Date":"11/4/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":446,"Date":"11/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":123,"Date":"3/27/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":217,"Cost":130,"Date":"4/17/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":42,"Date":"8/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":62,"Date":"8/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":237,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":242,"Date":"9/5/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":751,"Date":"9/14/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":378,"Cost":321,"Date":"9/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":310,"Cost":217,"Date":"11/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":413,"Date":"12/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":39,"Cost":21,"Date":"1/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":78,"Date":"1/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":36,"Date":"2/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":559,"Date":"3/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":439,"Date":"4/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":590,"Cost":524,"Date":"4/5/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":473,"Cost":277,"Date":"4/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":171,"Date":"7/10/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":381,"Date":"3/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":500,"Cost":361,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":579,"Date":"10/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":583,"Cost":398,"Date":"3/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":855,"Cost":588,"Date":"6/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":7,"Date":"7/17/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":161,"Cost":81,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":496,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":130,"Date":"11/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":520,"Cost":445,"Date":"12/16/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":931,"Cost":817,"Date":"12/30/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":687,"Date":"2/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":521,"Cost":369,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":702,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":255,"Date":"4/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":223,"Cost":206,"Date":"7/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":133,"Date":"8/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":198,"Date":"10/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":855,"Cost":722,"Date":"11/11/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":184,"Date":"11/30/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":795,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":182,"Date":"3/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":595,"Date":"4/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":533,"Cost":283,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":242,"Cost":135,"Date":"8/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":112,"Date":"9/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":83,"Cost":64,"Date":"10/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":288,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":485,"Date":"11/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":145,"Cost":80,"Date":"12/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":176,"Date":"12/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":855,"Cost":795,"Date":"1/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":268,"Date":"1/23/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":427,"Date":"2/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":549,"Date":"3/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":94,"Date":"3/12/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":307,"Cost":251,"Date":"3/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":491,"Cost":249,"Date":"6/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":212,"Cost":123,"Date":"6/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":525,"Date":"8/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":205,"Date":"10/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":703,"Cost":621,"Date":"11/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":399,"Date":"11/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":345,"Date":"3/27/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":125,"Date":"4/17/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":66,"Date":"8/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":809,"Date":"8/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":259,"Cost":142,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":416,"Date":"9/5/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":199,"Date":"9/14/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":517,"Date":"9/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":432,"Date":"11/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":690,"Date":"12/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":935,"Cost":643,"Date":"1/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":313,"Date":"1/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":155,"Cost":110,"Date":"2/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":335,"Cost":282,"Date":"3/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":634,"Cost":541,"Date":"4/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":904,"Cost":484,"Date":"4/5/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":16,"Date":"4/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":294,"Date":"7/10/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":776,"Cost":533,"Date":"3/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":909,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":243,"Date":"10/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":592,"Cost":548,"Date":"3/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":131,"Date":"6/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":294,"Cost":159,"Date":"7/17/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":338,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":433,"Cost":344,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":881,"Cost":544,"Date":"11/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":63,"Cost":35,"Date":"12/16/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":173,"Date":"12/30/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":751,"Cost":531,"Date":"2/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":747,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":117,"Cost":97,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":138,"Date":"4/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":387,"Cost":280,"Date":"7/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":617,"Date":"8/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":405,"Cost":327,"Date":"10/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":289,"Date":"11/11/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":220,"Date":"11/30/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":455,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":387,"Cost":244,"Date":"3/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":763,"Date":"4/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":379,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":330,"Date":"8/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":67,"Cost":36,"Date":"9/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":282,"Cost":218,"Date":"10/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":916,"Cost":571,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":404,"Date":"11/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":481,"Cost":269,"Date":"12/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":50,"Cost":32,"Date":"12/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":770,"Date":"1/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":749,"Date":"1/23/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":269,"Cost":229,"Date":"2/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":216,"Cost":181,"Date":"3/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":471,"Cost":429,"Date":"3/12/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":396,"Date":"3/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":304,"Date":"6/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":912,"Cost":701,"Date":"6/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":239,"Cost":159,"Date":"8/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":652,"Date":"10/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":49,"Date":"11/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":131,"Date":"11/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":177,"Cost":127,"Date":"3/27/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":215,"Cost":119,"Date":"4/17/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":484,"Cost":420,"Date":"8/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":609,"Date":"8/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":572,"Cost":329,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":885,"Cost":767,"Date":"9/5/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":734,"Cost":456,"Date":"9/14/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":435,"Cost":332,"Date":"9/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":377,"Date":"11/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":675,"Date":"12/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":364,"Cost":283,"Date":"1/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":863,"Cost":756,"Date":"1/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":184,"Cost":109,"Date":"2/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":614,"Date":"3/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":712,"Date":"4/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":298,"Cost":265,"Date":"4/5/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":171,"Cost":122,"Date":"4/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":537,"Date":"7/10/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":355,"Date":"3/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":155,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":5,"Cost":4,"Date":"10/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":111,"Date":"3/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":282,"Date":"6/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":875,"Cost":487,"Date":"7/17/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":321,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":622,"Cost":345,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":710,"Cost":415,"Date":"11/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":198,"Date":"12/16/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":16,"Date":"12/30/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":245,"Cost":217,"Date":"2/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":419,"Cost":217,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":279,"Date":"3/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":16,"Date":"4/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":601,"Date":"7/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":259,"Cost":148,"Date":"8/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":346,"Cost":323,"Date":"10/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":254,"Date":"11/11/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":732,"Cost":563,"Date":"11/30/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":437,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":474,"Cost":261,"Date":"3/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":538,"Cost":292,"Date":"4/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":967,"Cost":732,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":579,"Cost":531,"Date":"8/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":16,"Date":"9/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":429,"Cost":352,"Date":"10/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":821,"Cost":621,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":335,"Date":"11/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":705,"Date":"12/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":113,"Cost":74,"Date":"12/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":880,"Cost":443,"Date":"1/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":250,"Cost":158,"Date":"1/23/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":156,"Cost":92,"Date":"2/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":152,"Date":"3/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":70,"Cost":35,"Date":"3/12/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":894,"Cost":779,"Date":"3/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":349,"Cost":259,"Date":"6/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":478,"Cost":292,"Date":"6/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":452,"Date":"8/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":367,"Cost":293,"Date":"10/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":3,"Date":"11/4/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":51,"Date":"11/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":485,"Date":"3/27/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":261,"Cost":187,"Date":"4/17/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":558,"Cost":356,"Date":"8/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":575,"Cost":299,"Date":"8/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":644,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":888,"Cost":496,"Date":"9/5/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":908,"Cost":661,"Date":"9/14/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":325,"Date":"9/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":597,"Date":"11/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":58,"Cost":30,"Date":"12/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":76,"Date":"1/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":231,"Date":"1/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":895,"Cost":810,"Date":"2/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":478,"Date":"3/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":124,"Cost":81,"Date":"4/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":170,"Cost":133,"Date":"4/5/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":414,"Cost":292,"Date":"4/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":507,"Date":"7/10/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":698,"Date":"3/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":4,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":107,"Date":"10/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":845,"Cost":691,"Date":"3/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":318,"Date":"6/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":651,"Cost":367,"Date":"7/17/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":526,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":20,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":852,"Cost":698,"Date":"11/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":794,"Date":"12/16/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":279,"Date":"12/30/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":440,"Date":"2/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":219,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":47,"Cost":24,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":854,"Date":"4/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":199,"Date":"7/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":795,"Cost":439,"Date":"8/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":267,"Date":"10/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":407,"Date":"11/11/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":272,"Date":"11/30/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":811,"Cost":487,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":728,"Cost":691,"Date":"3/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":786,"Cost":559,"Date":"4/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":14,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":564,"Date":"8/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":618,"Cost":462,"Date":"9/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":155,"Date":"10/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":765,"Cost":616,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":373,"Date":"11/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":295,"Date":"12/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":644,"Cost":548,"Date":"12/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":350,"Cost":185,"Date":"1/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":761,"Date":"1/23/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":611,"Date":"2/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":125,"Cost":67,"Date":"3/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":298,"Date":"3/12/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":553,"Cost":348,"Date":"3/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":410,"Date":"6/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":319,"Date":"6/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":438,"Cost":383,"Date":"8/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":33,"Cost":22,"Date":"10/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":515,"Date":"11/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Sellpy","Country":"Australia","Sale":840,"Cost":582,"Date":"11/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":154,"Cost":77,"Date":"3/27/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":400,"Date":"4/17/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":367,"Date":"8/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":556,"Date":"8/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":164,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":186,"Cost":164,"Date":"9/5/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":169,"Cost":150,"Date":"9/14/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":123,"Date":"9/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":258,"Cost":158,"Date":"11/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":292,"Date":"12/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":345,"Date":"1/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":652,"Cost":417,"Date":"1/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":430,"Date":"2/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":57,"Date":"3/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":372,"Date":"4/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":118,"Cost":60,"Date":"4/5/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":551,"Cost":320,"Date":"4/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":986,"Cost":785,"Date":"7/10/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":153,"Date":"3/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":5,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":235,"Cost":193,"Date":"10/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":600,"Date":"3/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":344,"Date":"6/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":406,"Date":"7/17/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":654,"Cost":610,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":108,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":326,"Cost":227,"Date":"11/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":526,"Date":"12/16/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":21,"Date":"12/30/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":378,"Date":"2/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":484,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":34,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":739,"Date":"4/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":613,"Date":"7/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":163,"Date":"8/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":312,"Date":"10/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":274,"Date":"11/11/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":398,"Date":"11/30/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":364,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":234,"Date":"3/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":391,"Cost":370,"Date":"4/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":264,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":338,"Date":"8/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":48,"Cost":43,"Date":"9/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":11,"Cost":6,"Date":"10/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":605,"Cost":417,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":594,"Date":"11/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":118,"Date":"12/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":334,"Cost":261,"Date":"12/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":978,"Cost":745,"Date":"1/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":542,"Cost":353,"Date":"1/23/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":64,"Cost":54,"Date":"2/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":487,"Date":"3/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":540,"Cost":449,"Date":"3/12/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":430,"Date":"3/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":21,"Cost":13,"Date":"6/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":29,"Date":"6/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":111,"Cost":89,"Date":"8/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":749,"Cost":620,"Date":"10/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":699,"Date":"11/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":661,"Cost":403,"Date":"11/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":304,"Cost":261,"Date":"3/27/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":835,"Cost":694,"Date":"4/17/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":969,"Cost":578,"Date":"8/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":881,"Cost":460,"Date":"8/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":730,"Cost":691,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":955,"Cost":544,"Date":"9/5/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":265,"Cost":206,"Date":"9/14/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":434,"Cost":243,"Date":"9/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":914,"Cost":598,"Date":"11/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":581,"Cost":479,"Date":"12/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":852,"Cost":791,"Date":"1/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":658,"Cost":345,"Date":"1/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":176,"Cost":129,"Date":"2/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":783,"Cost":626,"Date":"3/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":280,"Cost":177,"Date":"4/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":333,"Cost":246,"Date":"4/5/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":66,"Cost":63,"Date":"4/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":26,"Cost":13,"Date":"7/10/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":579,"Cost":464,"Date":"3/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":193,"Cost":183,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":101,"Cost":93,"Date":"10/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":923,"Cost":686,"Date":"3/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":902,"Cost":493,"Date":"6/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":130,"Cost":121,"Date":"7/17/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":697,"Cost":566,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":334,"Cost":175,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":427,"Cost":260,"Date":"11/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":11,"Cost":8,"Date":"12/16/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":860,"Cost":568,"Date":"12/30/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":375,"Cost":211,"Date":"2/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":965,"Cost":500,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":980,"Cost":929,"Date":"3/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":922,"Cost":589,"Date":"4/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":647,"Cost":353,"Date":"7/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":519,"Cost":464,"Date":"8/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":763,"Cost":614,"Date":"10/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":389,"Cost":369,"Date":"11/11/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":837,"Cost":518,"Date":"11/30/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":998,"Cost":755,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":794,"Cost":567,"Date":"3/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":304,"Cost":277,"Date":"4/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":186,"Cost":114,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":388,"Cost":272,"Date":"8/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":511,"Cost":463,"Date":"9/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":459,"Cost":235,"Date":"10/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":969,"Cost":708,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":195,"Cost":99,"Date":"11/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":945,"Cost":617,"Date":"12/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":572,"Cost":415,"Date":"12/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":126,"Cost":73,"Date":"1/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":292,"Cost":180,"Date":"1/23/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":337,"Cost":247,"Date":"2/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":105,"Cost":99,"Date":"3/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":919,"Cost":615,"Date":"3/12/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":734,"Cost":655,"Date":"3/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":309,"Cost":274,"Date":"6/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":484,"Cost":434,"Date":"6/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":481,"Cost":357,"Date":"8/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":254,"Cost":157,"Date":"10/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":484,"Cost":277,"Date":"11/4/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":190,"Cost":99,"Date":"11/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":499,"Cost":466,"Date":"3/27/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":159,"Cost":123,"Date":"4/17/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":21,"Cost":15,"Date":"8/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":223,"Cost":210,"Date":"8/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":363,"Cost":297,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":145,"Cost":105,"Date":"9/5/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":262,"Cost":133,"Date":"9/14/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":452,"Cost":385,"Date":"9/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":215,"Cost":165,"Date":"11/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":831,"Cost":443,"Date":"12/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":224,"Cost":130,"Date":"1/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":905,"Cost":794,"Date":"1/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":263,"Cost":132,"Date":"2/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":732,"Cost":629,"Date":"3/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":642,"Cost":332,"Date":"4/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":175,"Cost":112,"Date":"4/5/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":287,"Cost":241,"Date":"4/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":426,"Cost":320,"Date":"7/10/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":459,"Cost":258,"Date":"3/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":263,"Cost":187,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":800,"Cost":739,"Date":"10/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":1,"Cost":0,"Date":"3/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":654,"Cost":618,"Date":"6/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":156,"Cost":88,"Date":"7/17/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":256,"Cost":191,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":921,"Cost":801,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":267,"Cost":214,"Date":"11/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":998,"Cost":766,"Date":"12/16/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":327,"Cost":185,"Date":"12/30/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":60,"Cost":57,"Date":"2/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":546,"Cost":319,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":437,"Cost":351,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":104,"Cost":75,"Date":"4/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":772,"Cost":411,"Date":"7/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":343,"Cost":188,"Date":"8/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":261,"Cost":242,"Date":"10/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":339,"Cost":271,"Date":"11/11/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":247,"Cost":191,"Date":"11/30/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":967,"Cost":484,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":826,"Cost":752,"Date":"3/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":505,"Cost":464,"Date":"4/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":254,"Cost":180,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":233,"Cost":142,"Date":"8/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":990,"Cost":591,"Date":"9/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":240,"Cost":142,"Date":"10/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":833,"Cost":466,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":931,"Cost":797,"Date":"11/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":958,"Cost":481,"Date":"12/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":953,"Cost":894,"Date":"12/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":3,"Cost":3,"Date":"1/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":931,"Cost":666,"Date":"1/23/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":458,"Cost":249,"Date":"2/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":366,"Cost":287,"Date":"3/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":383,"Cost":264,"Date":"3/12/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":81,"Cost":50,"Date":"3/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":986,"Cost":866,"Date":"6/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":666,"Cost":621,"Date":"6/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":177,"Cost":100,"Date":"8/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":650,"Cost":361,"Date":"10/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":158,"Cost":132,"Date":"11/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"COS","Country":"Australia","Sale":991,"Cost":496,"Date":"11/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":509,"Date":"3/27/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":299,"Date":"4/17/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":163,"Cost":122,"Date":"8/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":206,"Date":"8/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":736,"Cost":435,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":752,"Cost":376,"Date":"9/5/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":450,"Date":"9/14/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":646,"Cost":495,"Date":"9/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":160,"Date":"11/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":345,"Cost":316,"Date":"12/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":989,"Cost":781,"Date":"1/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":59,"Date":"1/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":177,"Date":"2/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":304,"Date":"3/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":74,"Date":"4/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":802,"Cost":515,"Date":"4/5/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":292,"Date":"4/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":457,"Date":"7/10/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":783,"Date":"3/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":638,"Cost":387,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":92,"Date":"10/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":439,"Date":"3/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":661,"Cost":434,"Date":"6/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":275,"Date":"7/17/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":634,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":483,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":586,"Date":"11/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":717,"Cost":488,"Date":"12/16/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":467,"Date":"12/30/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":814,"Cost":573,"Date":"2/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":562,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":464,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":323,"Date":"4/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":252,"Date":"7/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":391,"Cost":239,"Date":"8/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":519,"Cost":347,"Date":"10/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":525,"Date":"11/11/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":511,"Cost":432,"Date":"11/30/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":291,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":718,"Cost":359,"Date":"3/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":369,"Cost":334,"Date":"4/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":129,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":100,"Date":"8/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":53,"Date":"9/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":692,"Cost":406,"Date":"10/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":126,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":58,"Date":"11/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":52,"Date":"12/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":145,"Date":"12/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":689,"Date":"1/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":839,"Date":"1/23/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":260,"Date":"2/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":438,"Date":"3/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":169,"Date":"3/12/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":603,"Date":"3/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":413,"Date":"6/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":40,"Cost":36,"Date":"6/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":8,"Date":"8/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":273,"Date":"10/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":340,"Date":"11/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":233,"Date":"11/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":116,"Date":"3/27/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":817,"Date":"4/17/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":536,"Date":"8/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":743,"Date":"8/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":288,"Cost":249,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":640,"Date":"9/5/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":687,"Date":"9/14/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":5,"Date":"9/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":388,"Date":"11/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":408,"Date":"12/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":649,"Cost":481,"Date":"1/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":290,"Cost":180,"Date":"1/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":227,"Cost":145,"Date":"2/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":91,"Date":"3/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":801,"Cost":756,"Date":"4/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":215,"Date":"4/5/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":328,"Date":"4/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":538,"Date":"7/10/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":400,"Date":"3/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":435,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":322,"Cost":270,"Date":"10/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":239,"Cost":213,"Date":"3/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":375,"Date":"6/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":168,"Date":"7/17/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":434,"Cost":256,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":235,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":97,"Date":"11/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":57,"Cost":32,"Date":"12/16/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":281,"Cost":162,"Date":"12/30/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":934,"Cost":564,"Date":"2/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":892,"Cost":731,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":253,"Date":"3/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":245,"Date":"4/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":149,"Date":"7/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":269,"Date":"8/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":410,"Date":"10/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":52,"Cost":30,"Date":"11/11/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":669,"Date":"11/30/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":163,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":792,"Date":"3/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":475,"Date":"4/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":244,"Cost":125,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":765,"Date":"8/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":31,"Cost":23,"Date":"9/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":716,"Date":"10/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":680,"Cost":437,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":589,"Date":"11/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":409,"Cost":304,"Date":"12/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":595,"Date":"12/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":300,"Cost":176,"Date":"1/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":8,"Date":"1/23/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":765,"Cost":642,"Date":"2/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":190,"Date":"3/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":252,"Date":"3/12/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":565,"Date":"3/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":1,"Cost":0,"Date":"6/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":341,"Cost":179,"Date":"6/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":417,"Date":"8/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":434,"Date":"10/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":444,"Date":"11/4/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":454,"Date":"11/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":132,"Date":"3/27/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":347,"Cost":319,"Date":"4/17/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":526,"Cost":311,"Date":"8/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":145,"Date":"8/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":374,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":403,"Date":"9/5/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":203,"Cost":146,"Date":"9/14/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":644,"Date":"9/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":31,"Date":"11/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":92,"Date":"12/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":15,"Date":"1/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":366,"Cost":338,"Date":"1/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":458,"Date":"2/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":296,"Date":"3/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":29,"Cost":18,"Date":"4/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":408,"Date":"4/5/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":697,"Date":"4/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":761,"Cost":540,"Date":"7/10/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":732,"Cost":370,"Date":"3/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":462,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":839,"Cost":421,"Date":"10/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":452,"Date":"3/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":611,"Cost":340,"Date":"6/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":604,"Date":"7/17/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":102,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":225,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":280,"Date":"11/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":417,"Cost":231,"Date":"12/16/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":630,"Cost":558,"Date":"12/30/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":573,"Cost":437,"Date":"2/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":357,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":161,"Cost":121,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":349,"Date":"4/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":3,"Cost":2,"Date":"7/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":630,"Cost":533,"Date":"8/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":511,"Cost":434,"Date":"10/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":114,"Cost":92,"Date":"11/11/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":376,"Date":"11/30/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":345,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":661,"Date":"3/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":500,"Cost":271,"Date":"4/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":275,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":966,"Cost":591,"Date":"8/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":471,"Date":"9/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":540,"Date":"10/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":709,"Cost":599,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":507,"Date":"11/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":507,"Cost":296,"Date":"12/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":622,"Date":"12/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":302,"Cost":265,"Date":"1/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":570,"Date":"1/23/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":8,"Date":"2/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":288,"Date":"3/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":31,"Date":"3/12/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":213,"Cost":186,"Date":"3/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":47,"Date":"6/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":534,"Cost":486,"Date":"6/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":575,"Cost":511,"Date":"8/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":506,"Date":"10/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":68,"Date":"11/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":162,"Date":"11/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":613,"Cost":548,"Date":"3/27/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":708,"Cost":449,"Date":"4/17/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":81,"Cost":61,"Date":"8/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":786,"Cost":595,"Date":"8/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":728,"Cost":580,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":918,"Cost":462,"Date":"9/5/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":922,"Cost":828,"Date":"9/14/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":518,"Cost":308,"Date":"9/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":904,"Cost":495,"Date":"11/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":675,"Cost":438,"Date":"12/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":285,"Cost":153,"Date":"1/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":773,"Cost":437,"Date":"1/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":157,"Cost":123,"Date":"2/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":685,"Cost":546,"Date":"3/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":423,"Cost":391,"Date":"4/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":971,"Cost":520,"Date":"4/5/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":479,"Cost":422,"Date":"4/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":976,"Cost":508,"Date":"7/10/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":205,"Cost":109,"Date":"3/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":727,"Cost":392,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":638,"Cost":431,"Date":"10/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":993,"Cost":801,"Date":"3/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":577,"Cost":498,"Date":"6/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":985,"Cost":734,"Date":"7/17/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":138,"Cost":78,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":19,"Cost":13,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":444,"Cost":364,"Date":"11/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":831,"Cost":517,"Date":"12/16/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":24,"Cost":15,"Date":"12/30/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":172,"Cost":86,"Date":"2/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":503,"Cost":277,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":905,"Cost":694,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":982,"Cost":892,"Date":"4/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":494,"Cost":334,"Date":"7/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":552,"Cost":386,"Date":"8/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":981,"Cost":775,"Date":"10/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":468,"Cost":342,"Date":"11/11/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":886,"Cost":508,"Date":"11/30/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":75,"Cost":44,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":852,"Cost":636,"Date":"3/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":673,"Cost":448,"Date":"4/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":564,"Cost":476,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":808,"Cost":460,"Date":"8/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":143,"Cost":84,"Date":"9/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":309,"Cost":196,"Date":"10/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":72,"Cost":66,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":685,"Cost":342,"Date":"11/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":32,"Cost":20,"Date":"12/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":547,"Cost":279,"Date":"12/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":288,"Cost":198,"Date":"1/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":626,"Cost":463,"Date":"1/23/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":818,"Cost":708,"Date":"2/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":576,"Cost":380,"Date":"3/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":288,"Cost":188,"Date":"3/12/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":35,"Cost":33,"Date":"3/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":538,"Cost":322,"Date":"6/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":428,"Cost":300,"Date":"6/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":833,"Cost":728,"Date":"8/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":55,"Cost":28,"Date":"10/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":744,"Cost":702,"Date":"11/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":585,"Cost":404,"Date":"11/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":152,"Date":"3/27/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":113,"Date":"4/17/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":827,"Cost":624,"Date":"8/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":80,"Cost":63,"Date":"8/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":782,"Cost":436,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":132,"Cost":125,"Date":"9/5/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":247,"Date":"9/14/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":287,"Date":"9/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":443,"Date":"11/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":505,"Date":"12/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":992,"Cost":685,"Date":"1/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":754,"Cost":445,"Date":"1/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":676,"Date":"2/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":438,"Date":"3/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":617,"Cost":488,"Date":"4/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":551,"Date":"4/5/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":499,"Date":"4/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":192,"Cost":99,"Date":"7/10/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":655,"Date":"3/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":318,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":177,"Date":"10/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":847,"Cost":558,"Date":"3/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":48,"Date":"6/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":358,"Cost":293,"Date":"7/17/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":337,"Cost":225,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":933,"Cost":727,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":410,"Cost":334,"Date":"11/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":795,"Date":"12/16/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":936,"Cost":578,"Date":"12/30/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":641,"Date":"2/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":953,"Cost":718,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":74,"Date":"3/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":160,"Date":"4/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":885,"Date":"7/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":248,"Date":"8/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":500,"Date":"10/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":834,"Cost":479,"Date":"11/11/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":218,"Date":"11/30/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":261,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":442,"Cost":333,"Date":"3/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":539,"Date":"4/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":512,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":306,"Date":"8/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":575,"Cost":519,"Date":"9/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":457,"Date":"10/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":396,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":284,"Date":"11/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":247,"Cost":170,"Date":"12/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":623,"Date":"12/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":831,"Cost":447,"Date":"1/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":109,"Date":"1/23/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":364,"Date":"2/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":946,"Cost":795,"Date":"3/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":618,"Date":"3/12/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":252,"Date":"3/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":188,"Date":"6/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":960,"Cost":651,"Date":"6/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":389,"Date":"8/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":428,"Date":"10/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":836,"Cost":635,"Date":"11/4/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":361,"Date":"11/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":375,"Date":"3/27/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":287,"Date":"4/17/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":87,"Cost":55,"Date":"8/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":181,"Date":"8/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":932,"Cost":871,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":290,"Date":"9/5/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":56,"Cost":42,"Date":"9/14/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":776,"Date":"9/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":556,"Date":"11/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":362,"Date":"12/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":843,"Cost":740,"Date":"1/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":502,"Cost":292,"Date":"1/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":462,"Date":"2/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":943,"Cost":491,"Date":"3/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":355,"Date":"4/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":512,"Cost":478,"Date":"4/5/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":400,"Date":"4/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":750,"Cost":489,"Date":"7/10/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":130,"Cost":107,"Date":"3/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":168,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":118,"Cost":90,"Date":"10/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":263,"Cost":222,"Date":"3/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":372,"Date":"6/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":712,"Cost":506,"Date":"7/17/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":484,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":805,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":774,"Date":"11/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":246,"Date":"12/16/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":307,"Date":"12/30/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":105,"Date":"2/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":223,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":108,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":245,"Date":"4/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":888,"Cost":675,"Date":"7/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":745,"Cost":463,"Date":"8/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":32,"Date":"10/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":368,"Date":"11/11/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":299,"Cost":262,"Date":"11/30/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":401,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":182,"Cost":125,"Date":"3/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":636,"Cost":508,"Date":"4/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":781,"Cost":712,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":99,"Date":"8/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":777,"Cost":521,"Date":"9/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":163,"Cost":83,"Date":"10/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":808,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":423,"Date":"11/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":115,"Cost":62,"Date":"12/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":306,"Date":"12/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":149,"Cost":125,"Date":"1/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":522,"Date":"1/23/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":543,"Date":"2/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":456,"Date":"3/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":244,"Date":"3/12/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":40,"Date":"3/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":596,"Cost":553,"Date":"6/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":549,"Cost":369,"Date":"6/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":156,"Date":"8/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":252,"Date":"10/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":583,"Cost":422,"Date":"11/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":380,"Date":"11/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":18,"Cost":13,"Date":"3/27/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":67,"Cost":34,"Date":"4/17/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":169,"Cost":149,"Date":"8/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":609,"Cost":540,"Date":"8/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":261,"Cost":229,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":534,"Cost":296,"Date":"9/5/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":386,"Cost":302,"Date":"9/14/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":787,"Cost":660,"Date":"9/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":213,"Cost":150,"Date":"11/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":500,"Cost":417,"Date":"12/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":491,"Cost":428,"Date":"1/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":740,"Cost":668,"Date":"1/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":353,"Cost":272,"Date":"2/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":40,"Cost":25,"Date":"3/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":16,"Cost":9,"Date":"4/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":297,"Cost":162,"Date":"4/5/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":686,"Cost":609,"Date":"4/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":415,"Cost":372,"Date":"7/10/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":89,"Cost":70,"Date":"3/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":286,"Cost":215,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":661,"Cost":534,"Date":"10/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":178,"Cost":151,"Date":"3/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":822,"Cost":431,"Date":"6/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":950,"Cost":567,"Date":"7/17/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":780,"Cost":423,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":943,"Cost":889,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":826,"Cost":571,"Date":"11/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":786,"Cost":465,"Date":"12/16/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":782,"Cost":412,"Date":"12/30/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":365,"Cost":258,"Date":"2/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":519,"Cost":478,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":111,"Cost":56,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":565,"Cost":325,"Date":"4/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":877,"Cost":603,"Date":"7/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":606,"Cost":444,"Date":"8/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":103,"Cost":56,"Date":"10/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":811,"Cost":642,"Date":"11/11/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":603,"Cost":310,"Date":"11/30/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":57,"Cost":43,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":894,"Cost":719,"Date":"3/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":359,"Cost":191,"Date":"4/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":318,"Cost":225,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":505,"Cost":294,"Date":"8/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":748,"Cost":586,"Date":"9/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":832,"Cost":423,"Date":"10/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":228,"Cost":205,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":480,"Cost":381,"Date":"11/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":474,"Cost":369,"Date":"12/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":127,"Cost":69,"Date":"12/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":280,"Cost":159,"Date":"1/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":195,"Cost":146,"Date":"1/23/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":188,"Cost":177,"Date":"2/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":961,"Cost":581,"Date":"3/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":917,"Cost":749,"Date":"3/12/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":333,"Cost":233,"Date":"3/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":517,"Cost":339,"Date":"6/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":345,"Cost":286,"Date":"6/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":579,"Cost":434,"Date":"8/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":909,"Cost":566,"Date":"10/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":128,"Cost":107,"Date":"11/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":989,"Cost":691,"Date":"11/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":1,"Date":"3/27/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":384,"Date":"4/17/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":704,"Cost":460,"Date":"8/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":623,"Cost":483,"Date":"8/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":375,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":480,"Date":"9/5/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":782,"Date":"9/14/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":545,"Date":"9/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":785,"Cost":460,"Date":"11/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":717,"Cost":524,"Date":"12/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":655,"Date":"1/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":19,"Cost":13,"Date":"1/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":123,"Cost":81,"Date":"2/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":551,"Cost":331,"Date":"3/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":470,"Cost":411,"Date":"4/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":368,"Cost":194,"Date":"4/5/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":427,"Cost":346,"Date":"4/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":827,"Cost":532,"Date":"7/10/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":284,"Date":"3/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":38,"Cost":30,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":286,"Date":"10/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":353,"Date":"3/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":558,"Date":"6/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":193,"Cost":154,"Date":"7/17/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":761,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":698,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":119,"Cost":63,"Date":"11/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":213,"Date":"12/16/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":632,"Cost":583,"Date":"12/30/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":243,"Date":"2/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":606,"Cost":365,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":407,"Date":"3/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":95,"Date":"4/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":546,"Date":"7/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":819,"Cost":701,"Date":"8/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":593,"Date":"10/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":403,"Cost":368,"Date":"11/11/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":140,"Date":"11/30/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":444,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":860,"Cost":637,"Date":"3/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":801,"Cost":517,"Date":"4/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":112,"Cost":69,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":410,"Date":"8/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":520,"Date":"9/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":367,"Date":"10/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":766,"Cost":471,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":447,"Cost":276,"Date":"11/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":841,"Cost":450,"Date":"12/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":515,"Date":"12/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":241,"Date":"1/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":532,"Cost":318,"Date":"1/23/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":557,"Cost":411,"Date":"2/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":718,"Cost":399,"Date":"3/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":368,"Date":"3/12/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":216,"Cost":128,"Date":"3/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":345,"Cost":237,"Date":"6/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":83,"Cost":51,"Date":"6/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":43,"Date":"8/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":526,"Cost":420,"Date":"10/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":626,"Date":"11/4/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":997,"Cost":750,"Date":"11/9/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":387,"Cost":300,"Date":"3/27/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":227,"Cost":203,"Date":"4/17/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":896,"Cost":801,"Date":"8/11/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":221,"Cost":116,"Date":"8/21/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":670,"Cost":597,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":134,"Cost":124,"Date":"9/5/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":310,"Cost":172,"Date":"9/14/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":794,"Cost":577,"Date":"9/20/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":933,"Cost":763,"Date":"11/20/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":99,"Cost":59,"Date":"12/21/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":726,"Cost":518,"Date":"1/7/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":187,"Cost":127,"Date":"1/21/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":203,"Cost":160,"Date":"2/9/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":202,"Cost":138,"Date":"3/19/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":236,"Cost":127,"Date":"4/3/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":987,"Cost":790,"Date":"4/5/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":499,"Cost":366,"Date":"4/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":210,"Cost":177,"Date":"7/10/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":93,"Cost":65,"Date":"3/25/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":158,"Cost":102,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":537,"Cost":480,"Date":"10/28/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":646,"Cost":478,"Date":"3/2/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":680,"Cost":482,"Date":"6/28/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":708,"Cost":485,"Date":"7/17/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":413,"Cost":257,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":704,"Cost":666,"Date":"11/20/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":665,"Cost":481,"Date":"12/16/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":706,"Cost":370,"Date":"12/30/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":706,"Cost":647,"Date":"2/15/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":302,"Cost":167,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":592,"Cost":324,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":428,"Cost":253,"Date":"4/18/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":165,"Cost":113,"Date":"7/27/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":94,"Cost":68,"Date":"8/18/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":921,"Cost":681,"Date":"10/31/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":519,"Cost":482,"Date":"11/11/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":502,"Cost":468,"Date":"11/30/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":157,"Cost":103,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":757,"Cost":527,"Date":"3/1/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":646,"Cost":503,"Date":"4/13/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":30,"Cost":24,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":477,"Cost":379,"Date":"8/13/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":36,"Cost":31,"Date":"9/15/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":937,"Cost":531,"Date":"10/14/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":21,"Cost":15,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":287,"Cost":220,"Date":"11/11/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":776,"Cost":443,"Date":"12/7/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":714,"Cost":594,"Date":"12/21/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":285,"Cost":247,"Date":"1/6/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":995,"Cost":665,"Date":"1/23/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":522,"Cost":394,"Date":"2/4/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":611,"Cost":324,"Date":"3/10/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":245,"Cost":129,"Date":"3/12/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":155,"Cost":90,"Date":"3/31/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":417,"Cost":245,"Date":"6/16/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":23,"Cost":15,"Date":"6/17/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":42,"Cost":33,"Date":"8/27/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":701,"Cost":622,"Date":"10/1/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":582,"Cost":320,"Date":"11/4/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":929,"Cost":877,"Date":"11/9/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":497,"Cost":318,"Date":"3/27/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":934,"Cost":680,"Date":"4/17/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":746,"Cost":685,"Date":"8/11/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":164,"Cost":95,"Date":"8/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":740,"Cost":463,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":361,"Cost":281,"Date":"9/5/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":788,"Cost":473,"Date":"9/14/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":64,"Cost":42,"Date":"9/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":530,"Cost":386,"Date":"11/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":579,"Cost":344,"Date":"12/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":196,"Cost":173,"Date":"1/7/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":116,"Cost":102,"Date":"1/21/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":342,"Cost":300,"Date":"2/9/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":476,"Cost":259,"Date":"3/19/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":40,"Cost":29,"Date":"4/3/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":986,"Cost":770,"Date":"4/5/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":66,"Cost":33,"Date":"4/28/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":837,"Cost":707,"Date":"7/10/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":77,"Cost":63,"Date":"3/25/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":659,"Cost":579,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":850,"Cost":779,"Date":"10/28/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":839,"Cost":736,"Date":"3/2/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":379,"Cost":280,"Date":"6/28/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":302,"Cost":161,"Date":"7/17/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":304,"Cost":213,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":100,"Cost":83,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":665,"Cost":568,"Date":"11/20/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":583,"Cost":447,"Date":"12/16/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":942,"Cost":543,"Date":"12/30/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":725,"Cost":652,"Date":"2/15/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":199,"Cost":104,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":678,"Cost":615,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":57,"Cost":36,"Date":"4/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":297,"Cost":174,"Date":"7/27/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":778,"Cost":455,"Date":"8/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":460,"Cost":275,"Date":"10/31/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":989,"Cost":890,"Date":"11/11/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":816,"Cost":736,"Date":"11/30/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":668,"Cost":450,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":881,"Cost":512,"Date":"3/1/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":607,"Cost":521,"Date":"4/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":436,"Cost":351,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":103,"Cost":52,"Date":"8/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":489,"Cost":448,"Date":"9/15/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":977,"Cost":583,"Date":"10/14/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":29,"Cost":23,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":568,"Cost":502,"Date":"11/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":528,"Cost":498,"Date":"12/7/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":886,"Cost":480,"Date":"12/21/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":761,"Cost":616,"Date":"1/6/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":150,"Cost":99,"Date":"1/23/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":182,"Cost":132,"Date":"2/4/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":476,"Cost":241,"Date":"3/10/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":210,"Cost":133,"Date":"3/12/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":691,"Cost":477,"Date":"3/31/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":203,"Cost":188,"Date":"6/16/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":645,"Cost":363,"Date":"6/17/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":794,"Cost":705,"Date":"8/27/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":996,"Cost":552,"Date":"10/1/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":786,"Cost":562,"Date":"11/4/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":723,"Cost":552,"Date":"11/9/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":66,"Date":"3/27/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":693,"Cost":633,"Date":"4/17/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":786,"Date":"8/11/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":243,"Date":"8/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":131,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":418,"Date":"9/5/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":445,"Date":"9/14/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":872,"Cost":610,"Date":"9/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":181,"Date":"11/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":598,"Cost":465,"Date":"12/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":764,"Date":"1/7/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":195,"Date":"1/21/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":32,"Date":"2/9/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":373,"Date":"3/19/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":893,"Cost":780,"Date":"4/3/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":955,"Cost":534,"Date":"4/5/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":5,"Cost":3,"Date":"4/28/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":17,"Cost":10,"Date":"7/10/2019"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":406,"Date":"3/25/2020"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":266,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":522,"Date":"10/28/2020"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":84,"Date":"3/2/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":658,"Cost":337,"Date":"6/28/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":266,"Date":"7/17/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":609,"Cost":453,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":589,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":605,"Date":"11/20/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":298,"Date":"12/16/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":616,"Date":"12/30/2021"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":244,"Date":"2/15/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":172,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":30,"Date":"3/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":441,"Date":"4/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":158,"Date":"7/27/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":454,"Date":"8/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":356,"Date":"10/31/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":478,"Date":"11/11/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":658,"Cost":420,"Date":"11/30/2022"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":8,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":412,"Date":"3/1/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":684,"Date":"4/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":60,"Cost":39,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":716,"Date":"8/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":468,"Date":"9/15/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":593,"Cost":335,"Date":"10/14/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":536,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":187,"Date":"11/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":251,"Date":"12/7/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":525,"Date":"12/21/2023"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":607,"Date":"1/6/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":817,"Cost":450,"Date":"1/23/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":821,"Date":"2/4/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":241,"Date":"3/10/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":213,"Date":"3/12/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":100,"Date":"3/31/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":244,"Cost":149,"Date":"6/16/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":294,"Cost":176,"Date":"6/17/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":490,"Cost":271,"Date":"8/27/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":15,"Date":"10/1/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":24,"Date":"11/4/2024"},{"Store":"Emporium Melbourne","Brand":"HM Home","Country":"Australia","Sale":67,"Cost":59,"Date":"11/9/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":176,"Cost":155,"Date":"3/27/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":937,"Cost":721,"Date":"4/17/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":924,"Cost":870,"Date":"8/11/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":97,"Cost":66,"Date":"8/21/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":735,"Cost":445,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":358,"Cost":211,"Date":"9/5/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":79,"Cost":40,"Date":"9/14/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":648,"Cost":536,"Date":"9/20/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":577,"Cost":369,"Date":"11/20/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":656,"Cost":400,"Date":"12/21/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":907,"Cost":714,"Date":"1/7/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":958,"Cost":517,"Date":"1/21/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":146,"Cost":81,"Date":"2/9/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":695,"Cost":608,"Date":"3/19/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":997,"Cost":830,"Date":"4/3/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":193,"Cost":130,"Date":"4/5/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":491,"Cost":432,"Date":"4/28/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":45,"Cost":32,"Date":"7/10/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":933,"Cost":706,"Date":"3/25/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":6,"Cost":6,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":267,"Cost":206,"Date":"10/28/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":834,"Cost":432,"Date":"3/2/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":432,"Cost":370,"Date":"6/28/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":406,"Cost":213,"Date":"7/17/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":398,"Cost":375,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":16,"Cost":15,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":797,"Cost":437,"Date":"11/20/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":294,"Cost":217,"Date":"12/16/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":164,"Cost":132,"Date":"12/30/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":428,"Cost":398,"Date":"2/15/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":652,"Cost":546,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":570,"Cost":492,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":11,"Cost":10,"Date":"4/18/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":721,"Cost":454,"Date":"7/27/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":457,"Cost":327,"Date":"8/18/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":809,"Cost":409,"Date":"10/31/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":949,"Cost":802,"Date":"11/11/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":965,"Cost":852,"Date":"11/30/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":78,"Cost":43,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":134,"Cost":116,"Date":"3/1/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":301,"Cost":177,"Date":"4/13/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":244,"Cost":219,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":693,"Cost":428,"Date":"8/13/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":458,"Cost":300,"Date":"9/15/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":109,"Cost":85,"Date":"10/14/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":561,"Cost":494,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":393,"Cost":364,"Date":"11/11/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":714,"Cost":451,"Date":"12/7/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":545,"Cost":468,"Date":"12/21/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":499,"Cost":284,"Date":"1/6/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":452,"Cost":416,"Date":"1/23/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":77,"Cost":58,"Date":"2/4/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":370,"Cost":234,"Date":"3/10/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":440,"Cost":381,"Date":"3/12/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":828,"Cost":528,"Date":"3/31/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":78,"Cost":53,"Date":"6/16/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":621,"Cost":426,"Date":"6/17/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":724,"Cost":536,"Date":"8/27/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":744,"Cost":645,"Date":"10/1/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":749,"Cost":423,"Date":"11/4/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":225,"Cost":171,"Date":"11/9/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":512,"Date":"3/27/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":256,"Date":"4/17/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":509,"Date":"8/11/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":804,"Cost":403,"Date":"8/21/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":526,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":465,"Cost":277,"Date":"9/5/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":70,"Date":"9/14/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":292,"Date":"9/20/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":809,"Cost":469,"Date":"11/20/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":491,"Date":"12/21/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":214,"Cost":110,"Date":"1/7/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":341,"Cost":285,"Date":"1/21/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":679,"Date":"2/9/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":335,"Cost":183,"Date":"3/19/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":924,"Cost":500,"Date":"4/3/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":382,"Date":"4/5/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":513,"Date":"4/28/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":817,"Cost":691,"Date":"7/10/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":738,"Date":"3/25/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":156,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":165,"Date":"10/28/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":756,"Date":"3/2/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":113,"Date":"6/28/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":5,"Date":"7/17/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":382,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":334,"Cost":271,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":54,"Cost":35,"Date":"11/20/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":730,"Cost":384,"Date":"12/16/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":355,"Cost":324,"Date":"12/30/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":279,"Date":"2/15/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":366,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":576,"Cost":365,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":175,"Date":"4/18/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":266,"Date":"7/27/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":760,"Date":"8/18/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":105,"Cost":90,"Date":"10/31/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":52,"Cost":29,"Date":"11/11/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":654,"Date":"11/30/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":377,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":367,"Cost":234,"Date":"3/1/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":907,"Cost":859,"Date":"4/13/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":503,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":814,"Date":"8/13/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":497,"Date":"9/15/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":342,"Date":"10/14/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":251,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":923,"Cost":696,"Date":"11/11/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":250,"Date":"12/7/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":72,"Date":"12/21/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":648,"Cost":609,"Date":"1/6/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":694,"Cost":583,"Date":"1/23/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":420,"Date":"2/4/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":90,"Cost":63,"Date":"3/10/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":577,"Cost":434,"Date":"3/12/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":489,"Cost":307,"Date":"3/31/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":455,"Date":"6/16/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":213,"Date":"6/17/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":770,"Cost":701,"Date":"8/27/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":172,"Date":"10/1/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":407,"Cost":278,"Date":"11/4/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":251,"Cost":214,"Date":"11/9/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":382,"Cost":242,"Date":"3/27/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":789,"Cost":505,"Date":"4/17/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":54,"Cost":28,"Date":"8/11/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":433,"Cost":225,"Date":"8/21/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":455,"Cost":390,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":314,"Cost":219,"Date":"9/5/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":907,"Cost":773,"Date":"9/14/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":367,"Cost":330,"Date":"9/20/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":688,"Cost":641,"Date":"11/20/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":490,"Cost":314,"Date":"12/21/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":248,"Cost":216,"Date":"1/7/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":99,"Cost":50,"Date":"1/21/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":177,"Cost":91,"Date":"2/9/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":730,"Cost":576,"Date":"3/19/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":602,"Cost":570,"Date":"4/3/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":748,"Cost":474,"Date":"4/5/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":712,"Cost":546,"Date":"4/28/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":772,"Cost":668,"Date":"7/10/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":483,"Cost":337,"Date":"3/25/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":342,"Cost":182,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":256,"Cost":184,"Date":"10/28/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":60,"Cost":32,"Date":"3/2/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":437,"Cost":385,"Date":"6/28/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":59,"Cost":53,"Date":"7/17/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":998,"Cost":919,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":921,"Cost":483,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":826,"Cost":431,"Date":"11/20/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":551,"Cost":308,"Date":"12/16/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":817,"Cost":527,"Date":"12/30/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":116,"Cost":87,"Date":"2/15/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":655,"Cost":492,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":813,"Cost":621,"Date":"3/7/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":98,"Cost":80,"Date":"4/18/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":108,"Cost":90,"Date":"7/27/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":110,"Cost":79,"Date":"8/18/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":50,"Cost":27,"Date":"10/31/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":357,"Cost":257,"Date":"11/11/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":985,"Cost":522,"Date":"11/30/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":51,"Cost":40,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":75,"Cost":58,"Date":"3/1/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":73,"Cost":48,"Date":"4/13/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":410,"Cost":299,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":743,"Cost":428,"Date":"8/13/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":474,"Cost":331,"Date":"9/15/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":790,"Cost":468,"Date":"10/14/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":419,"Cost":333,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":754,"Cost":532,"Date":"11/11/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":459,"Cost":356,"Date":"12/7/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":810,"Cost":705,"Date":"12/21/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":117,"Cost":75,"Date":"1/6/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":741,"Cost":409,"Date":"1/23/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":767,"Cost":619,"Date":"2/4/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":141,"Cost":88,"Date":"3/10/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":271,"Cost":165,"Date":"3/12/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":15,"Cost":10,"Date":"3/31/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":973,"Cost":579,"Date":"6/16/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":491,"Cost":463,"Date":"6/17/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":825,"Cost":496,"Date":"8/27/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":920,"Cost":557,"Date":"10/1/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":257,"Cost":242,"Date":"11/4/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":806,"Cost":629,"Date":"11/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":54,"Cost":31,"Date":"3/27/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":797,"Cost":426,"Date":"4/17/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":465,"Cost":321,"Date":"8/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":497,"Cost":462,"Date":"8/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":409,"Cost":340,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":286,"Cost":240,"Date":"9/5/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":46,"Cost":31,"Date":"9/14/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":918,"Cost":564,"Date":"9/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":11,"Cost":7,"Date":"11/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":590,"Cost":529,"Date":"12/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":665,"Cost":622,"Date":"1/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":942,"Cost":480,"Date":"1/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":84,"Cost":75,"Date":"2/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":826,"Cost":429,"Date":"3/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":655,"Cost":486,"Date":"4/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":763,"Cost":612,"Date":"4/5/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":622,"Cost":438,"Date":"4/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":284,"Cost":146,"Date":"7/10/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":99,"Cost":77,"Date":"3/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":146,"Cost":87,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":356,"Cost":285,"Date":"10/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":177,"Cost":113,"Date":"3/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":223,"Cost":111,"Date":"6/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":686,"Cost":365,"Date":"7/17/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":733,"Cost":539,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":163,"Cost":140,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":446,"Cost":292,"Date":"11/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":53,"Cost":28,"Date":"12/16/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":461,"Cost":288,"Date":"12/30/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":233,"Date":"2/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":817,"Cost":519,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":338,"Cost":244,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":518,"Cost":350,"Date":"4/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":335,"Cost":254,"Date":"7/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":115,"Cost":104,"Date":"8/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":156,"Cost":78,"Date":"10/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":444,"Cost":328,"Date":"11/11/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":530,"Cost":432,"Date":"11/30/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":982,"Cost":921,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":934,"Cost":765,"Date":"3/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":351,"Cost":205,"Date":"4/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":892,"Cost":681,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":468,"Cost":298,"Date":"8/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":502,"Cost":452,"Date":"9/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":790,"Cost":750,"Date":"10/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":588,"Cost":331,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":421,"Cost":295,"Date":"11/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":567,"Cost":285,"Date":"12/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":549,"Cost":456,"Date":"12/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":100,"Cost":67,"Date":"1/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":690,"Cost":468,"Date":"1/23/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":510,"Cost":410,"Date":"2/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":571,"Cost":521,"Date":"3/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":112,"Cost":73,"Date":"3/12/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":354,"Cost":302,"Date":"3/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":713,"Cost":390,"Date":"6/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":207,"Cost":186,"Date":"6/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":354,"Cost":233,"Date":"8/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":187,"Cost":178,"Date":"10/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":183,"Cost":155,"Date":"11/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":25,"Cost":19,"Date":"11/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":300,"Cost":216,"Date":"3/27/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":598,"Cost":338,"Date":"4/17/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":548,"Cost":275,"Date":"8/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":634,"Cost":405,"Date":"8/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":440,"Cost":404,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":791,"Cost":626,"Date":"9/5/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":197,"Cost":116,"Date":"9/14/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":96,"Cost":59,"Date":"9/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":814,"Cost":700,"Date":"11/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":214,"Cost":135,"Date":"12/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":554,"Cost":450,"Date":"1/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":957,"Cost":821,"Date":"1/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":411,"Cost":371,"Date":"2/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":81,"Cost":55,"Date":"3/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":534,"Cost":373,"Date":"4/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":966,"Cost":654,"Date":"4/5/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":625,"Cost":414,"Date":"4/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":185,"Cost":127,"Date":"7/10/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":580,"Cost":494,"Date":"3/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":68,"Cost":46,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":577,"Cost":460,"Date":"10/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":805,"Cost":517,"Date":"3/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":936,"Cost":777,"Date":"6/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":785,"Cost":606,"Date":"7/17/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":710,"Cost":525,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":295,"Cost":169,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":762,"Cost":691,"Date":"11/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":802,"Cost":626,"Date":"12/16/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":751,"Cost":437,"Date":"12/30/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":407,"Cost":241,"Date":"2/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":314,"Cost":183,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":46,"Cost":24,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":476,"Cost":272,"Date":"4/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":366,"Cost":308,"Date":"7/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":792,"Cost":399,"Date":"8/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":939,"Cost":710,"Date":"10/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":355,"Cost":225,"Date":"11/11/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":947,"Cost":657,"Date":"11/30/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":328,"Cost":304,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":906,"Cost":466,"Date":"3/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":195,"Cost":148,"Date":"4/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":908,"Cost":524,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":706,"Cost":479,"Date":"8/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":191,"Cost":141,"Date":"9/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":116,"Cost":61,"Date":"10/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":930,"Cost":756,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":694,"Cost":378,"Date":"11/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":533,"Cost":396,"Date":"12/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":449,"Cost":298,"Date":"12/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":706,"Cost":638,"Date":"1/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":497,"Cost":386,"Date":"1/23/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":641,"Cost":577,"Date":"2/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":991,"Cost":844,"Date":"3/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":533,"Cost":288,"Date":"3/12/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":262,"Cost":219,"Date":"3/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":65,"Cost":42,"Date":"6/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":526,"Cost":442,"Date":"6/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":750,"Cost":471,"Date":"8/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":894,"Cost":555,"Date":"10/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":605,"Cost":552,"Date":"11/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":263,"Cost":216,"Date":"11/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":972,"Cost":839,"Date":"3/27/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":230,"Cost":195,"Date":"4/17/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":241,"Cost":159,"Date":"8/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":901,"Cost":487,"Date":"8/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":973,"Cost":840,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":912,"Cost":580,"Date":"9/5/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":334,"Cost":177,"Date":"9/14/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":623,"Cost":445,"Date":"9/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":696,"Cost":434,"Date":"11/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":830,"Cost":731,"Date":"12/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":25,"Cost":14,"Date":"1/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":69,"Cost":45,"Date":"1/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":999,"Cost":776,"Date":"2/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":756,"Cost":421,"Date":"3/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":723,"Cost":392,"Date":"4/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":797,"Cost":752,"Date":"4/5/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":73,"Cost":41,"Date":"4/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":28,"Cost":17,"Date":"7/10/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":759,"Cost":604,"Date":"3/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":585,"Cost":552,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":975,"Cost":818,"Date":"10/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":877,"Cost":499,"Date":"3/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":391,"Cost":244,"Date":"6/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":571,"Cost":450,"Date":"7/17/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":808,"Cost":424,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":130,"Cost":82,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":347,"Cost":265,"Date":"11/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":358,"Cost":296,"Date":"12/16/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":277,"Cost":205,"Date":"12/30/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":477,"Cost":355,"Date":"2/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":509,"Cost":323,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":264,"Cost":135,"Date":"3/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":383,"Cost":356,"Date":"4/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":277,"Cost":141,"Date":"7/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":639,"Cost":402,"Date":"8/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":417,"Cost":346,"Date":"10/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":276,"Cost":229,"Date":"11/11/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":937,"Cost":728,"Date":"11/30/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":337,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":548,"Cost":325,"Date":"3/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":352,"Cost":196,"Date":"4/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":845,"Cost":465,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":947,"Cost":767,"Date":"8/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":858,"Cost":771,"Date":"9/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":566,"Cost":355,"Date":"10/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":768,"Cost":612,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":306,"Cost":157,"Date":"11/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":187,"Cost":166,"Date":"12/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":774,"Cost":707,"Date":"12/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":132,"Cost":126,"Date":"1/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":746,"Cost":610,"Date":"1/23/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":54,"Cost":32,"Date":"2/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":937,"Cost":649,"Date":"3/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":135,"Cost":95,"Date":"3/12/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":91,"Cost":86,"Date":"3/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":153,"Cost":104,"Date":"6/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":947,"Cost":886,"Date":"6/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":694,"Cost":580,"Date":"8/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":691,"Cost":610,"Date":"10/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":22,"Cost":20,"Date":"11/4/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":36,"Cost":18,"Date":"11/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":167,"Date":"3/27/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":666,"Cost":365,"Date":"4/17/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":274,"Date":"8/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":467,"Date":"8/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":17,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":968,"Cost":626,"Date":"9/5/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":739,"Cost":646,"Date":"9/14/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":120,"Date":"9/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":241,"Date":"11/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":718,"Cost":535,"Date":"12/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":560,"Cost":491,"Date":"1/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":390,"Date":"1/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":259,"Date":"2/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":257,"Date":"3/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":686,"Date":"4/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":115,"Date":"4/5/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":381,"Date":"4/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":918,"Cost":696,"Date":"7/10/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":71,"Date":"3/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":998,"Cost":917,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":162,"Date":"10/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":508,"Cost":317,"Date":"3/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":852,"Date":"6/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":990,"Cost":529,"Date":"7/17/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":186,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":461,"Cost":267,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":601,"Date":"11/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":297,"Cost":205,"Date":"12/16/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":671,"Cost":447,"Date":"12/30/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":563,"Date":"2/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":754,"Cost":607,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":616,"Cost":316,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":473,"Date":"4/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":568,"Date":"7/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":539,"Cost":490,"Date":"8/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":837,"Cost":777,"Date":"10/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":879,"Cost":625,"Date":"11/11/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":90,"Date":"11/30/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":503,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":677,"Cost":471,"Date":"3/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":609,"Cost":308,"Date":"4/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":235,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":851,"Cost":645,"Date":"8/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":372,"Date":"9/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":703,"Cost":523,"Date":"10/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":251,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":975,"Cost":599,"Date":"11/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":135,"Cost":125,"Date":"12/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":601,"Cost":544,"Date":"12/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":509,"Date":"1/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":152,"Date":"1/23/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":155,"Date":"2/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":670,"Date":"3/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":509,"Date":"3/12/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":638,"Date":"3/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":383,"Date":"6/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":587,"Date":"6/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":724,"Cost":459,"Date":"8/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":156,"Date":"10/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":567,"Cost":332,"Date":"11/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":609,"Cost":318,"Date":"11/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":684,"Cost":627,"Date":"3/27/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":528,"Cost":277,"Date":"4/17/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":991,"Cost":600,"Date":"8/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":344,"Cost":188,"Date":"8/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":661,"Cost":383,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":895,"Cost":448,"Date":"9/5/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":943,"Cost":480,"Date":"9/14/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":948,"Cost":684,"Date":"9/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":873,"Cost":692,"Date":"11/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":80,"Cost":53,"Date":"12/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":326,"Cost":285,"Date":"1/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":366,"Date":"1/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":892,"Cost":702,"Date":"2/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":470,"Cost":410,"Date":"3/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":889,"Cost":691,"Date":"4/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":332,"Cost":273,"Date":"4/5/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":365,"Date":"4/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":444,"Date":"7/10/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":436,"Date":"3/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":402,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":584,"Date":"10/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":455,"Cost":247,"Date":"3/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":706,"Cost":441,"Date":"6/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":887,"Cost":654,"Date":"7/17/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":569,"Cost":332,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":707,"Cost":610,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":821,"Cost":583,"Date":"11/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":400,"Date":"12/16/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":365,"Cost":297,"Date":"12/30/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":533,"Cost":301,"Date":"2/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":482,"Cost":343,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":968,"Cost":755,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":202,"Cost":179,"Date":"4/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":478,"Date":"7/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":547,"Cost":330,"Date":"8/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":8,"Cost":5,"Date":"10/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":767,"Cost":719,"Date":"11/11/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":269,"Date":"11/30/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":101,"Cost":69,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":780,"Date":"3/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":561,"Cost":484,"Date":"4/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":227,"Cost":188,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":304,"Date":"8/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":816,"Cost":562,"Date":"9/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":156,"Date":"10/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":706,"Cost":502,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":229,"Date":"11/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":647,"Cost":484,"Date":"12/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":286,"Date":"12/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":33,"Cost":27,"Date":"1/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":300,"Cost":238,"Date":"1/23/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":388,"Date":"2/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":340,"Date":"3/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":645,"Date":"3/12/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":583,"Cost":309,"Date":"3/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":739,"Cost":387,"Date":"6/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":83,"Cost":76,"Date":"6/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":71,"Cost":63,"Date":"8/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":275,"Date":"10/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":654,"Cost":497,"Date":"11/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":692,"Cost":401,"Date":"11/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":51,"Date":"3/27/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":391,"Cost":261,"Date":"4/17/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":187,"Date":"8/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":19,"Date":"8/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":717,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":341,"Cost":257,"Date":"9/5/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":66,"Date":"9/14/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":191,"Cost":130,"Date":"9/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":195,"Date":"11/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":280,"Date":"12/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":566,"Cost":491,"Date":"1/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":301,"Cost":247,"Date":"1/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":154,"Date":"2/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":113,"Date":"3/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":28,"Date":"4/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":229,"Date":"4/5/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":648,"Date":"4/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":77,"Date":"7/10/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":843,"Cost":620,"Date":"3/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":702,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":516,"Date":"10/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":700,"Date":"3/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":396,"Date":"6/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":276,"Date":"7/17/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":339,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":50,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":277,"Date":"11/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":259,"Date":"12/16/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":465,"Date":"12/30/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":698,"Date":"2/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":347,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":412,"Cost":249,"Date":"3/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":169,"Date":"4/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":516,"Date":"7/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":277,"Date":"8/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":309,"Cost":187,"Date":"10/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":370,"Cost":337,"Date":"11/11/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":362,"Date":"11/30/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":798,"Cost":627,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":898,"Cost":794,"Date":"3/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":557,"Cost":350,"Date":"4/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":343,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":473,"Date":"8/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":533,"Cost":385,"Date":"9/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":490,"Date":"10/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":828,"Cost":427,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":342,"Date":"11/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":894,"Date":"12/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":623,"Cost":378,"Date":"12/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":287,"Date":"1/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":154,"Date":"1/23/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":352,"Date":"2/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":438,"Date":"3/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":184,"Cost":129,"Date":"3/12/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":403,"Date":"3/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":972,"Cost":563,"Date":"6/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":380,"Date":"6/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":585,"Date":"8/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":475,"Cost":451,"Date":"10/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":797,"Cost":552,"Date":"11/4/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":681,"Cost":461,"Date":"11/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":308,"Cost":222,"Date":"3/27/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":830,"Cost":547,"Date":"4/17/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":952,"Cost":570,"Date":"8/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":432,"Cost":387,"Date":"8/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":326,"Cost":198,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":187,"Cost":156,"Date":"9/5/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":434,"Cost":283,"Date":"9/14/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":515,"Cost":408,"Date":"9/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":918,"Cost":574,"Date":"11/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":33,"Cost":32,"Date":"12/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":651,"Cost":589,"Date":"1/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":383,"Cost":228,"Date":"1/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":851,"Cost":448,"Date":"2/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":850,"Cost":451,"Date":"3/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":672,"Cost":582,"Date":"4/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":819,"Cost":613,"Date":"4/5/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":100,"Cost":61,"Date":"4/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":425,"Cost":393,"Date":"7/10/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":58,"Cost":51,"Date":"3/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":5,"Cost":2,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":453,"Cost":336,"Date":"10/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":302,"Cost":258,"Date":"3/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":715,"Cost":558,"Date":"6/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":420,"Cost":318,"Date":"7/17/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":395,"Cost":245,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":274,"Cost":184,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":515,"Cost":296,"Date":"11/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":570,"Cost":404,"Date":"12/16/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":239,"Cost":220,"Date":"12/30/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":664,"Cost":494,"Date":"2/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":484,"Cost":456,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":779,"Cost":642,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":112,"Cost":60,"Date":"4/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":606,"Cost":556,"Date":"7/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":439,"Cost":352,"Date":"8/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":735,"Cost":687,"Date":"10/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":933,"Cost":763,"Date":"11/11/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":67,"Cost":63,"Date":"11/30/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":646,"Cost":524,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":644,"Cost":330,"Date":"3/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":461,"Cost":436,"Date":"4/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":197,"Cost":178,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":591,"Cost":344,"Date":"8/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":924,"Cost":856,"Date":"9/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":83,"Cost":55,"Date":"10/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":498,"Cost":274,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":854,"Cost":532,"Date":"11/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":820,"Cost":581,"Date":"12/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":764,"Cost":420,"Date":"12/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":509,"Cost":274,"Date":"1/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":581,"Cost":464,"Date":"1/23/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":51,"Cost":35,"Date":"2/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":308,"Cost":193,"Date":"3/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":332,"Cost":192,"Date":"3/12/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":596,"Cost":407,"Date":"3/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":274,"Cost":229,"Date":"6/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":283,"Cost":178,"Date":"6/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":634,"Cost":563,"Date":"8/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":379,"Cost":274,"Date":"10/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":90,"Cost":62,"Date":"11/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"COS","Country":"Australia","Sale":247,"Cost":202,"Date":"11/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":82,"Date":"3/27/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":91,"Date":"4/17/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":985,"Cost":820,"Date":"8/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":121,"Date":"8/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":390,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":526,"Cost":321,"Date":"9/5/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":475,"Cost":402,"Date":"9/14/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":583,"Cost":507,"Date":"9/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":677,"Date":"11/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":674,"Cost":385,"Date":"12/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":716,"Cost":516,"Date":"1/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":774,"Date":"1/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":105,"Date":"2/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":740,"Date":"3/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":157,"Date":"4/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":353,"Date":"4/5/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":521,"Date":"4/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":346,"Date":"7/10/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":478,"Date":"3/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":799,"Cost":650,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":23,"Date":"10/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":281,"Date":"3/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":793,"Cost":730,"Date":"6/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":355,"Cost":306,"Date":"7/17/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":475,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":540,"Cost":336,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":192,"Cost":125,"Date":"11/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":223,"Date":"12/16/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":759,"Cost":399,"Date":"12/30/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":467,"Date":"2/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":746,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":261,"Cost":190,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":785,"Cost":400,"Date":"4/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":319,"Date":"7/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":937,"Cost":532,"Date":"8/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":525,"Cost":436,"Date":"10/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":122,"Date":"11/11/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":250,"Date":"11/30/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":42,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":426,"Date":"3/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":253,"Cost":173,"Date":"4/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":408,"Cost":291,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":147,"Date":"8/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":379,"Date":"9/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":297,"Date":"10/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":23,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":39,"Cost":28,"Date":"11/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":228,"Date":"12/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":36,"Date":"12/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":685,"Date":"1/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":65,"Cost":47,"Date":"1/23/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":781,"Cost":411,"Date":"2/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":361,"Date":"3/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":286,"Date":"3/12/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":35,"Date":"3/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":720,"Date":"6/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":611,"Date":"6/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":698,"Cost":392,"Date":"8/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":745,"Cost":402,"Date":"10/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":440,"Date":"11/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":497,"Date":"11/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":243,"Cost":189,"Date":"3/27/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":952,"Cost":717,"Date":"4/17/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":732,"Cost":466,"Date":"8/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":779,"Cost":639,"Date":"8/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":619,"Cost":415,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":89,"Cost":79,"Date":"9/5/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":776,"Cost":472,"Date":"9/14/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":236,"Cost":168,"Date":"9/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":877,"Cost":801,"Date":"11/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":834,"Cost":621,"Date":"12/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":302,"Cost":262,"Date":"1/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":983,"Cost":764,"Date":"1/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":214,"Cost":148,"Date":"2/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":165,"Cost":149,"Date":"3/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":817,"Cost":426,"Date":"4/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":765,"Cost":702,"Date":"4/5/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":599,"Cost":324,"Date":"4/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":552,"Cost":412,"Date":"7/10/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":111,"Cost":104,"Date":"3/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":367,"Cost":321,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":790,"Cost":643,"Date":"10/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":869,"Cost":695,"Date":"3/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":934,"Cost":492,"Date":"6/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":512,"Cost":407,"Date":"7/17/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":505,"Cost":409,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":650,"Cost":610,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":103,"Cost":82,"Date":"11/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":383,"Cost":226,"Date":"12/16/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":933,"Cost":661,"Date":"12/30/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":630,"Cost":598,"Date":"2/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":431,"Cost":375,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":746,"Cost":394,"Date":"3/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":971,"Cost":858,"Date":"4/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":589,"Cost":347,"Date":"7/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":826,"Cost":477,"Date":"8/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":9,"Cost":5,"Date":"10/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":518,"Cost":379,"Date":"11/11/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":183,"Cost":164,"Date":"11/30/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":450,"Cost":324,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":33,"Cost":24,"Date":"3/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":3,"Cost":2,"Date":"4/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":798,"Cost":745,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":431,"Cost":317,"Date":"8/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":465,"Cost":313,"Date":"9/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":134,"Cost":106,"Date":"10/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":830,"Cost":425,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":173,"Cost":125,"Date":"11/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":203,"Cost":167,"Date":"12/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":383,"Cost":320,"Date":"12/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":643,"Cost":411,"Date":"1/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":725,"Cost":444,"Date":"1/23/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":285,"Cost":181,"Date":"2/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":818,"Cost":491,"Date":"3/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":480,"Cost":317,"Date":"3/12/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":570,"Cost":381,"Date":"3/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":13,"Cost":12,"Date":"6/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":966,"Cost":626,"Date":"6/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":461,"Cost":348,"Date":"8/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":826,"Cost":514,"Date":"10/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":615,"Cost":495,"Date":"11/4/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":644,"Cost":424,"Date":"11/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":421,"Cost":247,"Date":"3/27/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":269,"Cost":243,"Date":"4/17/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":821,"Cost":490,"Date":"8/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":374,"Cost":189,"Date":"8/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":589,"Cost":551,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":202,"Cost":128,"Date":"9/5/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":382,"Cost":330,"Date":"9/14/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":4,"Cost":2,"Date":"9/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":879,"Cost":746,"Date":"11/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":158,"Cost":131,"Date":"12/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":595,"Cost":398,"Date":"1/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":766,"Cost":703,"Date":"1/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":541,"Cost":434,"Date":"2/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":739,"Cost":510,"Date":"3/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":220,"Cost":125,"Date":"4/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":81,"Cost":48,"Date":"4/5/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":177,"Cost":126,"Date":"4/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":214,"Cost":177,"Date":"7/10/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":183,"Cost":133,"Date":"3/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":169,"Cost":118,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":261,"Cost":202,"Date":"10/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":681,"Cost":529,"Date":"3/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":592,"Cost":398,"Date":"6/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":377,"Cost":338,"Date":"7/17/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":581,"Cost":511,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":532,"Cost":467,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":804,"Cost":711,"Date":"11/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":393,"Cost":361,"Date":"12/16/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":838,"Cost":445,"Date":"12/30/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":290,"Cost":225,"Date":"2/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":914,"Cost":513,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":555,"Cost":434,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":981,"Cost":931,"Date":"4/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":877,"Cost":602,"Date":"7/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":575,"Cost":466,"Date":"8/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":285,"Cost":216,"Date":"10/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":936,"Cost":686,"Date":"11/11/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":883,"Cost":742,"Date":"11/30/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":862,"Cost":643,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":394,"Cost":214,"Date":"3/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":478,"Cost":301,"Date":"4/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":457,"Cost":399,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":962,"Cost":642,"Date":"8/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":139,"Cost":107,"Date":"9/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":875,"Cost":594,"Date":"10/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":550,"Cost":456,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":109,"Cost":83,"Date":"11/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":181,"Cost":164,"Date":"12/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":600,"Cost":539,"Date":"12/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":63,"Cost":47,"Date":"1/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":769,"Cost":673,"Date":"1/23/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":861,"Cost":457,"Date":"2/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":433,"Cost":375,"Date":"3/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":84,"Cost":50,"Date":"3/12/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":268,"Cost":222,"Date":"3/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":576,"Cost":469,"Date":"6/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":983,"Cost":672,"Date":"6/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":693,"Cost":474,"Date":"8/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":142,"Cost":86,"Date":"10/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":614,"Cost":412,"Date":"11/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":96,"Cost":71,"Date":"11/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":958,"Cost":899,"Date":"3/27/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":644,"Cost":414,"Date":"4/17/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":491,"Cost":395,"Date":"8/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":800,"Cost":404,"Date":"8/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":428,"Cost":282,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":190,"Cost":131,"Date":"9/5/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":92,"Cost":61,"Date":"9/14/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":118,"Cost":80,"Date":"9/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":252,"Cost":199,"Date":"11/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":771,"Cost":466,"Date":"12/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":179,"Cost":131,"Date":"1/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":109,"Cost":94,"Date":"1/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":504,"Cost":447,"Date":"2/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":365,"Cost":253,"Date":"3/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":476,"Cost":411,"Date":"4/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":807,"Cost":525,"Date":"4/5/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":455,"Cost":262,"Date":"4/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":986,"Cost":500,"Date":"7/10/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":47,"Cost":27,"Date":"3/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":750,"Cost":548,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":102,"Cost":77,"Date":"10/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":386,"Cost":241,"Date":"3/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":58,"Cost":49,"Date":"6/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":443,"Cost":402,"Date":"7/17/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":671,"Cost":351,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":123,"Cost":98,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":329,"Cost":302,"Date":"11/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":402,"Cost":346,"Date":"12/16/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":814,"Cost":747,"Date":"12/30/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":975,"Cost":674,"Date":"2/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":591,"Cost":458,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":584,"Cost":370,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":566,"Cost":467,"Date":"4/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":287,"Cost":183,"Date":"7/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":396,"Cost":278,"Date":"8/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":761,"Cost":647,"Date":"10/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":188,"Cost":155,"Date":"11/11/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":114,"Cost":84,"Date":"11/30/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":508,"Cost":383,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":266,"Cost":191,"Date":"3/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":2,"Cost":1,"Date":"4/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":94,"Cost":70,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":76,"Cost":56,"Date":"8/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":569,"Cost":360,"Date":"9/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":51,"Cost":33,"Date":"10/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":185,"Cost":102,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":768,"Cost":471,"Date":"11/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":770,"Cost":601,"Date":"12/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":259,"Cost":156,"Date":"12/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":58,"Cost":45,"Date":"1/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":821,"Cost":534,"Date":"1/23/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":744,"Cost":415,"Date":"2/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":743,"Cost":522,"Date":"3/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":599,"Cost":415,"Date":"3/12/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":794,"Cost":417,"Date":"3/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":968,"Cost":816,"Date":"6/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":885,"Cost":709,"Date":"6/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":840,"Cost":665,"Date":"8/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":846,"Cost":640,"Date":"10/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":70,"Cost":42,"Date":"11/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":975,"Cost":559,"Date":"11/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":351,"Date":"3/27/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":284,"Date":"4/17/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":116,"Cost":109,"Date":"8/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":263,"Date":"8/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":74,"Cost":61,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":449,"Cost":357,"Date":"9/5/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":321,"Date":"9/14/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":546,"Date":"9/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":357,"Cost":228,"Date":"11/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":853,"Cost":780,"Date":"12/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":758,"Cost":645,"Date":"1/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":388,"Date":"1/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":11,"Cost":10,"Date":"2/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":566,"Cost":328,"Date":"3/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":946,"Cost":624,"Date":"4/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":444,"Cost":340,"Date":"4/5/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":271,"Date":"4/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":7,"Cost":4,"Date":"7/10/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":139,"Date":"3/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":280,"Cost":265,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":37,"Date":"10/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":300,"Date":"3/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":714,"Date":"6/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":151,"Cost":133,"Date":"7/17/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":856,"Cost":582,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":302,"Cost":159,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":225,"Cost":183,"Date":"11/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":365,"Date":"12/16/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":475,"Date":"12/30/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":563,"Date":"2/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":558,"Cost":300,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":988,"Cost":683,"Date":"3/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":501,"Date":"4/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":367,"Date":"7/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":334,"Date":"8/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":260,"Date":"10/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":931,"Cost":603,"Date":"11/11/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":638,"Date":"11/30/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":66,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":130,"Cost":122,"Date":"3/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":37,"Cost":24,"Date":"4/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":349,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":371,"Date":"8/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":512,"Date":"9/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":956,"Cost":539,"Date":"10/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":69,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":306,"Cost":204,"Date":"11/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":271,"Date":"12/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":118,"Cost":94,"Date":"12/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":164,"Date":"1/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":551,"Date":"1/23/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":880,"Cost":539,"Date":"2/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":432,"Cost":228,"Date":"3/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":350,"Date":"3/12/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":654,"Cost":501,"Date":"3/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":758,"Cost":509,"Date":"6/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":657,"Cost":476,"Date":"6/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":288,"Date":"8/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":157,"Cost":95,"Date":"10/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":480,"Date":"11/4/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":565,"Date":"11/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":261,"Cost":242,"Date":"3/27/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":693,"Cost":634,"Date":"4/17/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":852,"Cost":458,"Date":"8/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":179,"Cost":94,"Date":"8/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":61,"Cost":58,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":565,"Cost":383,"Date":"9/5/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":714,"Cost":600,"Date":"9/14/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":406,"Cost":264,"Date":"9/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":383,"Cost":240,"Date":"11/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":996,"Cost":602,"Date":"12/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":597,"Cost":461,"Date":"1/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":951,"Cost":798,"Date":"1/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":707,"Cost":490,"Date":"2/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":199,"Cost":178,"Date":"3/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":690,"Cost":595,"Date":"4/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":61,"Cost":47,"Date":"4/5/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":370,"Cost":229,"Date":"4/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":808,"Cost":516,"Date":"7/10/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":403,"Cost":380,"Date":"3/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":295,"Cost":190,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":893,"Cost":597,"Date":"10/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":485,"Cost":367,"Date":"3/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":208,"Cost":182,"Date":"6/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":947,"Cost":516,"Date":"7/17/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":660,"Cost":574,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":495,"Cost":317,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":587,"Cost":359,"Date":"11/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":501,"Cost":342,"Date":"12/16/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":849,"Cost":626,"Date":"12/30/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":348,"Cost":263,"Date":"2/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":285,"Cost":158,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":604,"Cost":449,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":204,"Cost":175,"Date":"4/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":753,"Cost":539,"Date":"7/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":13,"Cost":8,"Date":"8/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":594,"Cost":415,"Date":"10/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":410,"Cost":292,"Date":"11/11/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":308,"Cost":228,"Date":"11/30/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":45,"Cost":37,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":379,"Cost":358,"Date":"3/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":801,"Cost":756,"Date":"4/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":716,"Cost":611,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":767,"Cost":410,"Date":"8/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":724,"Cost":449,"Date":"9/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":212,"Cost":170,"Date":"10/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":840,"Cost":755,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":529,"Cost":425,"Date":"11/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":960,"Cost":643,"Date":"12/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":252,"Cost":135,"Date":"12/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":112,"Cost":65,"Date":"1/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":17,"Cost":10,"Date":"1/23/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":759,"Cost":544,"Date":"2/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":680,"Cost":440,"Date":"3/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":947,"Cost":848,"Date":"3/12/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":455,"Cost":386,"Date":"3/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":114,"Cost":99,"Date":"6/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":762,"Cost":521,"Date":"6/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":860,"Cost":623,"Date":"8/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":834,"Cost":498,"Date":"10/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":591,"Cost":317,"Date":"11/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"HM","Country":"Australia","Sale":835,"Cost":496,"Date":"11/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":353,"Cost":317,"Date":"3/27/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":709,"Cost":658,"Date":"4/17/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":206,"Cost":109,"Date":"8/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":43,"Cost":30,"Date":"8/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":175,"Cost":129,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":481,"Cost":311,"Date":"9/5/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":30,"Cost":17,"Date":"9/14/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":126,"Cost":69,"Date":"9/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":832,"Cost":635,"Date":"11/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":697,"Cost":490,"Date":"12/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":583,"Cost":519,"Date":"1/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":356,"Cost":273,"Date":"1/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":993,"Cost":864,"Date":"2/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":886,"Cost":719,"Date":"3/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":485,"Cost":457,"Date":"4/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":581,"Cost":453,"Date":"4/5/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":845,"Cost":641,"Date":"4/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":884,"Cost":520,"Date":"7/10/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":938,"Cost":817,"Date":"3/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":729,"Cost":410,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":229,"Cost":167,"Date":"10/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":122,"Cost":113,"Date":"3/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":834,"Cost":424,"Date":"6/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":145,"Cost":103,"Date":"7/17/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":429,"Cost":334,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":203,"Cost":164,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":6,"Cost":4,"Date":"11/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":231,"Cost":171,"Date":"12/16/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":65,"Cost":40,"Date":"12/30/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":948,"Cost":841,"Date":"2/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":452,"Cost":255,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":111,"Cost":100,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":18,"Cost":13,"Date":"4/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":107,"Cost":68,"Date":"7/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":992,"Cost":910,"Date":"8/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":195,"Cost":173,"Date":"10/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":850,"Cost":676,"Date":"11/11/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":795,"Cost":412,"Date":"11/30/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":994,"Cost":866,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":384,"Cost":271,"Date":"3/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":450,"Cost":226,"Date":"4/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":380,"Cost":202,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":467,"Cost":398,"Date":"8/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":414,"Cost":328,"Date":"9/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":48,"Cost":39,"Date":"10/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":242,"Cost":209,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":982,"Cost":698,"Date":"11/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":950,"Cost":839,"Date":"12/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":46,"Cost":32,"Date":"12/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":351,"Cost":316,"Date":"1/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":744,"Cost":626,"Date":"1/23/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":655,"Cost":563,"Date":"2/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":792,"Cost":433,"Date":"3/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":805,"Cost":713,"Date":"3/12/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":980,"Cost":600,"Date":"3/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":134,"Cost":106,"Date":"6/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":865,"Cost":781,"Date":"6/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":926,"Cost":651,"Date":"8/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":889,"Cost":599,"Date":"10/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":967,"Cost":544,"Date":"11/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":163,"Cost":99,"Date":"11/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":490,"Date":"3/27/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":796,"Cost":520,"Date":"4/17/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":206,"Date":"8/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":351,"Date":"8/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":389,"Cost":338,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":943,"Cost":777,"Date":"9/5/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":875,"Cost":450,"Date":"9/14/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":171,"Cost":160,"Date":"9/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":595,"Date":"11/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":271,"Date":"12/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":472,"Date":"1/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":624,"Date":"1/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":396,"Date":"2/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":313,"Date":"3/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":398,"Cost":244,"Date":"4/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":102,"Date":"4/5/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":159,"Cost":88,"Date":"4/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":273,"Date":"7/10/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":245,"Date":"3/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":608,"Cost":317,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":913,"Cost":484,"Date":"10/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":243,"Cost":215,"Date":"3/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":332,"Cost":167,"Date":"6/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":228,"Date":"7/17/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":23,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":463,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":368,"Date":"11/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":872,"Cost":567,"Date":"12/16/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":982,"Cost":762,"Date":"12/30/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":426,"Date":"2/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":482,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":477,"Date":"3/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":636,"Cost":531,"Date":"4/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":605,"Date":"7/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":340,"Date":"8/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":690,"Date":"10/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":944,"Cost":787,"Date":"11/11/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":503,"Date":"11/30/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":393,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":210,"Date":"3/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":529,"Cost":268,"Date":"4/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":849,"Cost":690,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":274,"Cost":137,"Date":"8/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":118,"Cost":89,"Date":"9/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":184,"Cost":126,"Date":"10/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":615,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":648,"Date":"11/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":663,"Date":"12/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":177,"Cost":147,"Date":"12/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":866,"Cost":471,"Date":"1/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":580,"Date":"1/23/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":370,"Date":"2/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":183,"Date":"3/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":452,"Date":"3/12/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":636,"Cost":546,"Date":"3/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":523,"Cost":421,"Date":"6/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":152,"Cost":89,"Date":"6/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":207,"Date":"8/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":103,"Date":"10/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":510,"Date":"11/4/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":254,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":172,"Cost":156,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":196,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":555,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":739,"Cost":526,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":37,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":535,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":713,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":304,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":568,"Cost":421,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":237,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":271,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":596,"Cost":520,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":937,"Cost":853,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":451,"Cost":276,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":407,"Cost":314,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":571,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":268,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":634,"Cost":545,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":549,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":590,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":19,"Cost":18,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":148,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":424,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":814,"Cost":725,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":597,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":599,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":240,"Cost":219,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":68,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":239,"Cost":226,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":388,"Cost":352,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":275,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":811,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":978,"Cost":694,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":994,"Cost":842,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":294,"Cost":223,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":410,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":349,"Cost":201,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":969,"Cost":818,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":547,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":985,"Cost":920,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":469,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":379,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":284,"Cost":175,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":671,"Cost":581,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":956,"Cost":897,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":376,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":903,"Cost":686,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":929,"Cost":695,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":865,"Cost":444,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":469,"Cost":391,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":498,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":373,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":113,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":189,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":871,"Cost":465,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":650,"Cost":382,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":697,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":234,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":407,"Cost":346,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":532,"Cost":298,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":703,"Cost":494,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":535,"Cost":395,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":213,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":535,"Cost":303,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":436,"Cost":260,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":525,"Cost":328,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":635,"Cost":331,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":783,"Cost":738,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":21,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":499,"Cost":292,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":89,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":20,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":738,"Cost":636,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":553,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":179,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":453,"Cost":299,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":647,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":283,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":158,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":564,"Cost":323,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":242,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":674,"Cost":362,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":367,"Cost":265,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":482,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":146,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":621,"Cost":430,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":40,"Cost":26,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":261,"Cost":134,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":708,"Cost":418,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":464,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":743,"Cost":457,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":10,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":700,"Cost":642,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":89,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":402,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":852,"Cost":809,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":192,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":380,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":55,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":808,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":765,"Cost":701,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":95,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":712,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":130,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":654,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":518,"Cost":453,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":513,"Cost":464,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":325,"Cost":185,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":361,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":544,"Cost":353,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":438,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":732,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":203,"Cost":192,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":200,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":457,"Cost":317,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":227,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":695,"Cost":367,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":940,"Cost":730,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":184,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":451,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":137,"Cost":111,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":373,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":598,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":525,"Cost":279,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":330,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":611,"Cost":579,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":297,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":390,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":711,"Cost":493,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":714,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":132,"Cost":121,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":774,"Cost":583,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":308,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":184,"Cost":157,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":701,"Cost":408,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":285,"Cost":262,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":208,"Cost":139,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":775,"Cost":475,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":130,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":14,"Cost":7,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":579,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":369,"Cost":221,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":134,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":358,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":733,"Cost":665,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":869,"Cost":692,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":590,"Cost":393,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":456,"Cost":381,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":443,"Cost":258,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":465,"Cost":385,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":170,"Cost":110,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":903,"Cost":649,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":167,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":579,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":513,"Cost":361,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":606,"Cost":414,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":688,"Cost":355,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":625,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":630,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":735,"Cost":550,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":299,"Cost":210,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":996,"Cost":894,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":249,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":201,"Cost":138,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":376,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":761,"Cost":463,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":215,"Cost":136,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":657,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":686,"Cost":578,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":542,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":271,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":727,"Cost":374,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":366,"Cost":298,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":288,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":982,"Cost":700,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":369,"Cost":216,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":14,"Cost":7,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":32,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":351,"Cost":269,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":38,"Cost":36,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":5,"Cost":2,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":161,"Cost":84,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":333,"Cost":269,"Date":"11/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":828,"Cost":547,"Date":"3/27/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":94,"Cost":68,"Date":"4/17/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":194,"Cost":132,"Date":"8/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":646,"Cost":485,"Date":"8/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":398,"Cost":263,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":649,"Cost":407,"Date":"9/5/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":290,"Cost":243,"Date":"9/14/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":381,"Cost":334,"Date":"9/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":619,"Cost":560,"Date":"11/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":719,"Cost":631,"Date":"12/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":187,"Cost":157,"Date":"1/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":772,"Cost":546,"Date":"1/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":843,"Cost":578,"Date":"2/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":151,"Cost":91,"Date":"3/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":782,"Cost":618,"Date":"4/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":46,"Cost":31,"Date":"4/5/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":489,"Cost":254,"Date":"4/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":429,"Cost":315,"Date":"7/10/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":597,"Cost":413,"Date":"3/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":205,"Cost":194,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":470,"Cost":366,"Date":"10/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":979,"Cost":578,"Date":"3/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":413,"Cost":230,"Date":"6/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":500,"Cost":365,"Date":"7/17/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":698,"Cost":395,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":661,"Cost":360,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":126,"Cost":99,"Date":"11/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":449,"Cost":383,"Date":"12/16/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":14,"Cost":9,"Date":"12/30/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":718,"Cost":601,"Date":"2/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":282,"Cost":156,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":14,"Cost":10,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":358,"Cost":188,"Date":"4/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":201,"Cost":110,"Date":"7/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":578,"Cost":435,"Date":"8/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":129,"Cost":70,"Date":"10/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":348,"Cost":263,"Date":"11/11/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":150,"Cost":104,"Date":"11/30/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":66,"Cost":43,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":22,"Cost":15,"Date":"3/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":486,"Cost":355,"Date":"4/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":675,"Cost":378,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":245,"Cost":139,"Date":"8/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":328,"Cost":297,"Date":"9/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":79,"Cost":66,"Date":"10/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":587,"Cost":531,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":844,"Cost":705,"Date":"11/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":897,"Cost":688,"Date":"12/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":152,"Cost":91,"Date":"12/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":289,"Cost":213,"Date":"1/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":950,"Cost":707,"Date":"1/23/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":980,"Cost":518,"Date":"2/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":69,"Cost":37,"Date":"3/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":497,"Cost":256,"Date":"3/12/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":244,"Cost":223,"Date":"3/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":294,"Cost":231,"Date":"6/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":972,"Cost":499,"Date":"6/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":463,"Cost":350,"Date":"8/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":711,"Cost":367,"Date":"10/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":39,"Cost":36,"Date":"11/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":722,"Cost":633,"Date":"11/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":396,"Cost":215,"Date":"3/27/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":796,"Cost":460,"Date":"4/17/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":825,"Cost":530,"Date":"8/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":15,"Cost":8,"Date":"8/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":994,"Cost":585,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":692,"Cost":601,"Date":"9/5/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":747,"Cost":535,"Date":"9/14/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":224,"Cost":181,"Date":"9/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":988,"Cost":661,"Date":"11/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":784,"Cost":652,"Date":"12/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":994,"Cost":532,"Date":"1/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":542,"Cost":433,"Date":"1/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":232,"Cost":125,"Date":"2/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":949,"Cost":635,"Date":"3/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":728,"Cost":455,"Date":"4/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":985,"Cost":880,"Date":"4/5/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":639,"Cost":331,"Date":"4/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":779,"Cost":428,"Date":"7/10/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":712,"Cost":463,"Date":"3/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":179,"Cost":162,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":913,"Cost":456,"Date":"10/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":106,"Cost":61,"Date":"3/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":461,"Cost":341,"Date":"6/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":575,"Cost":307,"Date":"7/17/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":921,"Cost":649,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":221,"Cost":111,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":305,"Cost":207,"Date":"11/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":440,"Cost":361,"Date":"12/16/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":655,"Cost":430,"Date":"12/30/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":935,"Cost":765,"Date":"2/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":852,"Cost":703,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":815,"Cost":518,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":421,"Cost":377,"Date":"4/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":856,"Cost":698,"Date":"7/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":771,"Cost":607,"Date":"8/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":614,"Cost":348,"Date":"10/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":758,"Cost":434,"Date":"11/11/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":487,"Cost":457,"Date":"11/30/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":841,"Cost":599,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":353,"Cost":202,"Date":"3/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":130,"Cost":114,"Date":"4/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":942,"Cost":882,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":445,"Cost":315,"Date":"8/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":280,"Cost":186,"Date":"9/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":1,"Cost":1,"Date":"10/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":960,"Cost":561,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":199,"Cost":126,"Date":"11/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":989,"Cost":666,"Date":"12/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":18,"Cost":9,"Date":"12/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":322,"Cost":240,"Date":"1/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":910,"Cost":578,"Date":"1/23/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":979,"Cost":690,"Date":"2/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":459,"Cost":278,"Date":"3/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":744,"Cost":555,"Date":"3/12/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":901,"Cost":777,"Date":"3/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":276,"Cost":188,"Date":"6/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":537,"Cost":412,"Date":"6/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":264,"Cost":132,"Date":"8/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":97,"Cost":53,"Date":"10/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":354,"Cost":277,"Date":"11/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":922,"Cost":796,"Date":"11/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":510,"Cost":421,"Date":"3/27/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":217,"Cost":191,"Date":"4/17/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":39,"Cost":33,"Date":"8/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":597,"Cost":348,"Date":"8/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":512,"Cost":323,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":41,"Cost":32,"Date":"9/5/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":754,"Cost":486,"Date":"9/14/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":220,"Cost":203,"Date":"9/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":39,"Cost":35,"Date":"11/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":397,"Cost":324,"Date":"12/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":194,"Cost":145,"Date":"1/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":469,"Cost":258,"Date":"1/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":453,"Cost":286,"Date":"2/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":215,"Cost":155,"Date":"3/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":808,"Cost":545,"Date":"4/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":341,"Cost":289,"Date":"4/5/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":975,"Cost":729,"Date":"4/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":182,"Cost":156,"Date":"7/10/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":926,"Cost":488,"Date":"3/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":764,"Cost":436,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":330,"Cost":300,"Date":"10/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":95,"Cost":75,"Date":"3/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":823,"Cost":466,"Date":"6/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":88,"Cost":83,"Date":"7/17/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":160,"Cost":144,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":829,"Cost":740,"Date":"11/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":512,"Cost":451,"Date":"12/16/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":163,"Cost":84,"Date":"12/30/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":17,"Cost":16,"Date":"2/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":431,"Cost":271,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":135,"Cost":119,"Date":"3/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":366,"Cost":293,"Date":"4/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":808,"Cost":539,"Date":"7/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":500,"Cost":408,"Date":"8/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":602,"Cost":433,"Date":"10/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":117,"Cost":70,"Date":"11/11/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":690,"Cost":406,"Date":"11/30/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":922,"Cost":760,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":26,"Cost":14,"Date":"3/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":389,"Cost":256,"Date":"4/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":83,"Cost":61,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":311,"Cost":209,"Date":"8/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":655,"Cost":454,"Date":"9/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":468,"Cost":313,"Date":"10/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":529,"Cost":380,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":458,"Cost":338,"Date":"11/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":999,"Cost":726,"Date":"12/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":596,"Cost":382,"Date":"12/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":88,"Cost":65,"Date":"1/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":283,"Cost":248,"Date":"1/23/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":418,"Cost":343,"Date":"2/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":922,"Cost":808,"Date":"3/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":868,"Cost":478,"Date":"3/12/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":58,"Cost":35,"Date":"3/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":393,"Cost":312,"Date":"6/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":234,"Cost":205,"Date":"6/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":400,"Cost":377,"Date":"8/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":541,"Cost":279,"Date":"10/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":470,"Cost":333,"Date":"11/4/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":332,"Cost":192,"Date":"11/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":166,"Cost":103,"Date":"3/27/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":726,"Cost":481,"Date":"4/17/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":155,"Date":"8/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":465,"Cost":407,"Date":"8/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":29,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":506,"Date":"9/5/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":339,"Date":"9/14/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":844,"Cost":673,"Date":"9/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":128,"Cost":89,"Date":"11/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":256,"Date":"12/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":611,"Cost":451,"Date":"1/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":68,"Date":"1/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":75,"Cost":65,"Date":"2/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":907,"Cost":654,"Date":"3/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":384,"Cost":291,"Date":"4/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":191,"Date":"4/5/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":585,"Cost":296,"Date":"4/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":620,"Date":"7/10/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":455,"Cost":388,"Date":"3/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":419,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":442,"Date":"10/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":684,"Cost":347,"Date":"3/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":196,"Cost":183,"Date":"6/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":161,"Cost":97,"Date":"7/17/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":339,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":229,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":581,"Cost":431,"Date":"11/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":168,"Cost":108,"Date":"12/16/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":134,"Cost":90,"Date":"12/30/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":251,"Date":"2/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":710,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":775,"Cost":578,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":981,"Cost":800,"Date":"4/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":152,"Date":"7/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":138,"Date":"8/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":511,"Date":"10/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":523,"Date":"11/11/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":366,"Date":"11/30/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":134,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":562,"Cost":485,"Date":"3/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":334,"Cost":230,"Date":"4/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":13,"Cost":8,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":479,"Date":"8/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":402,"Cost":267,"Date":"9/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":807,"Cost":595,"Date":"10/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":460,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":83,"Cost":62,"Date":"11/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":261,"Date":"12/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":414,"Date":"12/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":80,"Date":"1/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":234,"Date":"1/23/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":207,"Date":"2/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":484,"Date":"3/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":199,"Date":"3/12/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":704,"Cost":486,"Date":"3/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":418,"Cost":368,"Date":"6/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":190,"Date":"6/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":12,"Date":"8/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":283,"Date":"10/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":338,"Cost":196,"Date":"11/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":193,"Date":"11/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":244,"Date":"3/27/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":633,"Date":"4/17/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":253,"Date":"8/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":857,"Date":"8/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":373,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":381,"Cost":356,"Date":"9/5/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":294,"Date":"9/14/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":481,"Cost":435,"Date":"9/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":613,"Date":"11/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":12,"Date":"12/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":670,"Date":"1/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":455,"Cost":408,"Date":"1/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":271,"Date":"2/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":709,"Date":"3/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":320,"Cost":285,"Date":"4/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":218,"Cost":196,"Date":"4/5/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":5,"Date":"4/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":213,"Date":"7/10/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":772,"Cost":481,"Date":"3/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":174,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":559,"Cost":502,"Date":"10/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":586,"Cost":411,"Date":"3/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":403,"Date":"6/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":251,"Cost":198,"Date":"7/17/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":372,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":14,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":926,"Cost":813,"Date":"11/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":710,"Date":"12/16/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":519,"Cost":440,"Date":"12/30/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":270,"Cost":221,"Date":"2/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":59,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":525,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":534,"Date":"4/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":214,"Date":"7/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":852,"Date":"8/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":282,"Date":"10/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":509,"Date":"11/11/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":742,"Date":"11/30/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":263,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":63,"Cost":56,"Date":"3/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":232,"Date":"4/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":944,"Cost":525,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":297,"Date":"8/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":73,"Cost":48,"Date":"9/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":821,"Cost":732,"Date":"10/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":341,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":433,"Date":"11/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":418,"Date":"12/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":252,"Cost":229,"Date":"12/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":203,"Cost":167,"Date":"1/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":345,"Date":"1/23/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":69,"Cost":35,"Date":"2/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":140,"Cost":87,"Date":"3/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":165,"Cost":84,"Date":"3/12/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":701,"Date":"3/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":358,"Date":"6/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":519,"Cost":350,"Date":"6/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":270,"Date":"8/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":799,"Date":"10/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":298,"Date":"11/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":210,"Date":"11/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":11,"Date":"3/27/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":603,"Cost":495,"Date":"4/17/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":337,"Cost":270,"Date":"8/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":548,"Date":"8/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":697,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":743,"Cost":549,"Date":"9/5/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":205,"Date":"9/14/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":213,"Cost":149,"Date":"9/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":105,"Date":"11/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":751,"Cost":456,"Date":"12/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":589,"Cost":440,"Date":"1/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":284,"Date":"1/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":908,"Cost":488,"Date":"2/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":148,"Cost":129,"Date":"3/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":986,"Cost":840,"Date":"4/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":54,"Cost":32,"Date":"4/5/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":378,"Cost":284,"Date":"4/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":352,"Date":"7/10/2019"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":583,"Cost":418,"Date":"3/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":647,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":157,"Date":"10/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":636,"Cost":366,"Date":"3/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":928,"Cost":835,"Date":"6/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":262,"Cost":155,"Date":"7/17/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":601,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":360,"Cost":299,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":121,"Date":"11/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":693,"Cost":471,"Date":"12/16/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":973,"Cost":841,"Date":"12/30/2021"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":630,"Cost":594,"Date":"2/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":221,"Cost":186,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":426,"Date":"3/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":256,"Date":"4/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":755,"Cost":703,"Date":"7/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":281,"Cost":248,"Date":"8/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":206,"Cost":182,"Date":"10/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":474,"Date":"11/11/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":192,"Date":"11/30/2022"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":870,"Cost":554,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":209,"Cost":195,"Date":"3/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":166,"Date":"4/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":578,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":333,"Cost":185,"Date":"8/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":331,"Date":"9/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":68,"Cost":34,"Date":"10/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":640,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":194,"Date":"11/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":319,"Cost":171,"Date":"12/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":358,"Cost":302,"Date":"12/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":109,"Cost":85,"Date":"1/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":362,"Cost":181,"Date":"1/23/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":584,"Cost":401,"Date":"2/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":774,"Cost":616,"Date":"3/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":250,"Date":"3/12/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":862,"Cost":544,"Date":"3/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":168,"Date":"6/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":445,"Cost":360,"Date":"6/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":55,"Cost":38,"Date":"8/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":888,"Cost":528,"Date":"10/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":421,"Cost":252,"Date":"11/4/2024"},{"Store":"Westfield Carousel, Perth","Brand":"ARKET","Country":"Australia","Sale":729,"Cost":388,"Date":"11/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":716,"Cost":395,"Date":"3/27/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":417,"Date":"4/17/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":462,"Cost":393,"Date":"8/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":268,"Date":"8/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":152,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":901,"Cost":708,"Date":"9/5/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":791,"Cost":642,"Date":"9/14/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":780,"Cost":668,"Date":"9/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":94,"Cost":58,"Date":"11/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":296,"Cost":178,"Date":"12/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":516,"Date":"1/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":541,"Date":"1/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":43,"Cost":28,"Date":"2/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":930,"Cost":586,"Date":"3/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":388,"Date":"4/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":16,"Cost":13,"Date":"4/5/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":19,"Cost":9,"Date":"4/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":539,"Date":"7/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":368,"Cost":333,"Date":"3/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":451,"Cost":260,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":224,"Date":"10/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":621,"Date":"3/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":817,"Cost":459,"Date":"6/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":757,"Date":"7/17/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":209,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":130,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":840,"Cost":720,"Date":"11/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":215,"Date":"12/16/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":814,"Cost":627,"Date":"12/30/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":143,"Date":"2/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":274,"Cost":161,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":649,"Cost":369,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":224,"Date":"4/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":192,"Cost":152,"Date":"7/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":56,"Cost":39,"Date":"8/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":993,"Cost":910,"Date":"10/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":554,"Date":"11/11/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":615,"Date":"11/30/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":481,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":900,"Cost":564,"Date":"3/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":154,"Date":"4/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":136,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":304,"Date":"8/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":336,"Cost":226,"Date":"9/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":145,"Date":"10/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":711,"Cost":364,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":792,"Cost":518,"Date":"11/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":75,"Date":"12/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":49,"Date":"12/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":357,"Date":"1/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":605,"Date":"1/23/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":117,"Cost":102,"Date":"2/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":440,"Cost":321,"Date":"3/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":248,"Cost":171,"Date":"3/12/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":638,"Date":"3/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":337,"Date":"6/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":597,"Date":"6/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":418,"Cost":303,"Date":"8/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":546,"Cost":514,"Date":"10/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":901,"Cost":504,"Date":"11/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":778,"Cost":574,"Date":"11/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":519,"Cost":402,"Date":"3/27/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":281,"Cost":262,"Date":"4/17/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":535,"Cost":501,"Date":"8/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":840,"Cost":750,"Date":"8/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":130,"Cost":115,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":86,"Cost":55,"Date":"9/5/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":111,"Date":"9/14/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":206,"Cost":191,"Date":"9/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":224,"Cost":117,"Date":"11/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":476,"Cost":292,"Date":"12/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":248,"Cost":154,"Date":"1/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":263,"Date":"1/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":960,"Cost":730,"Date":"2/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":832,"Cost":465,"Date":"3/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":330,"Date":"4/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":240,"Cost":165,"Date":"4/5/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":472,"Cost":389,"Date":"4/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":253,"Cost":153,"Date":"7/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":239,"Cost":178,"Date":"3/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":468,"Cost":336,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":95,"Cost":64,"Date":"10/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":312,"Date":"3/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":173,"Cost":125,"Date":"6/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":20,"Date":"7/17/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":139,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":203,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":161,"Date":"11/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":491,"Cost":338,"Date":"12/16/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":213,"Date":"12/30/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":772,"Cost":536,"Date":"2/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":980,"Cost":929,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":408,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":15,"Date":"4/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":785,"Cost":524,"Date":"7/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":189,"Date":"8/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":142,"Date":"10/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":224,"Date":"11/11/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":390,"Cost":198,"Date":"11/30/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":566,"Cost":314,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":382,"Date":"3/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":870,"Cost":809,"Date":"4/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":832,"Cost":758,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":244,"Date":"8/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":694,"Date":"9/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":71,"Cost":59,"Date":"10/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":110,"Cost":75,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":634,"Cost":400,"Date":"11/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":36,"Cost":19,"Date":"12/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":116,"Cost":82,"Date":"12/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":474,"Date":"1/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":195,"Date":"1/23/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":347,"Date":"2/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":211,"Date":"3/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":229,"Cost":160,"Date":"3/12/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":79,"Cost":51,"Date":"3/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":11,"Date":"6/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":417,"Cost":267,"Date":"6/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":12,"Cost":11,"Date":"8/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":476,"Date":"10/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":252,"Date":"11/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":547,"Date":"11/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":140,"Date":"3/27/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":350,"Date":"4/17/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":223,"Cost":145,"Date":"8/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":283,"Date":"8/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":250,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":133,"Date":"9/5/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":174,"Date":"9/14/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":726,"Date":"9/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":225,"Date":"11/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":516,"Date":"12/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":571,"Cost":417,"Date":"1/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":601,"Cost":498,"Date":"1/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":984,"Cost":890,"Date":"2/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":613,"Date":"3/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":202,"Cost":116,"Date":"4/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":219,"Cost":155,"Date":"4/5/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":519,"Cost":481,"Date":"4/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":138,"Cost":73,"Date":"7/10/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":534,"Cost":378,"Date":"3/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":541,"Cost":352,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":270,"Date":"10/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":560,"Date":"3/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":39,"Date":"6/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":11,"Date":"7/17/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":50,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":255,"Cost":128,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":368,"Date":"11/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":958,"Cost":581,"Date":"12/16/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":844,"Date":"12/30/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":430,"Date":"2/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":462,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":88,"Cost":56,"Date":"3/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":799,"Cost":416,"Date":"4/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":956,"Cost":742,"Date":"7/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":116,"Date":"8/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":940,"Cost":519,"Date":"10/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":851,"Date":"11/11/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":378,"Date":"11/30/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":525,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":36,"Cost":32,"Date":"3/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":131,"Cost":99,"Date":"4/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":209,"Cost":143,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":357,"Date":"8/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":412,"Date":"9/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":186,"Cost":105,"Date":"10/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":601,"Cost":469,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":493,"Date":"11/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":252,"Date":"12/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":148,"Date":"12/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":409,"Date":"1/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":455,"Cost":377,"Date":"1/23/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":407,"Date":"2/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":309,"Date":"3/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":810,"Cost":746,"Date":"3/12/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":188,"Date":"3/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":61,"Date":"6/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":619,"Cost":453,"Date":"6/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":663,"Date":"8/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":238,"Date":"10/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":413,"Cost":307,"Date":"11/4/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":79,"Cost":66,"Date":"11/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":884,"Cost":581,"Date":"3/27/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":141,"Cost":127,"Date":"4/17/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":47,"Cost":38,"Date":"8/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":829,"Cost":610,"Date":"8/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":2,"Cost":2,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":848,"Cost":509,"Date":"9/5/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":241,"Cost":159,"Date":"9/14/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":69,"Cost":58,"Date":"9/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":673,"Cost":533,"Date":"11/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":275,"Cost":194,"Date":"12/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":184,"Cost":118,"Date":"1/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":527,"Cost":374,"Date":"1/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":93,"Cost":79,"Date":"2/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":784,"Cost":488,"Date":"3/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":943,"Cost":878,"Date":"4/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":940,"Cost":828,"Date":"4/5/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":286,"Cost":169,"Date":"4/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":806,"Cost":502,"Date":"7/10/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":981,"Cost":761,"Date":"3/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":303,"Cost":225,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":833,"Cost":475,"Date":"10/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":305,"Cost":276,"Date":"3/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":268,"Cost":143,"Date":"6/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":813,"Cost":485,"Date":"7/17/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":613,"Cost":551,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":315,"Cost":244,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":417,"Cost":211,"Date":"11/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":213,"Cost":106,"Date":"12/16/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":567,"Cost":396,"Date":"12/30/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":337,"Cost":190,"Date":"2/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":852,"Cost":633,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":136,"Cost":73,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":758,"Cost":685,"Date":"4/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":871,"Cost":771,"Date":"7/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":460,"Cost":435,"Date":"8/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":828,"Cost":640,"Date":"10/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":663,"Cost":414,"Date":"11/11/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":260,"Cost":132,"Date":"11/30/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":995,"Cost":937,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":29,"Cost":23,"Date":"3/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":339,"Cost":290,"Date":"4/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":377,"Cost":201,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":811,"Cost":459,"Date":"8/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":468,"Cost":237,"Date":"9/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":924,"Cost":535,"Date":"10/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":425,"Cost":371,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":277,"Cost":167,"Date":"11/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":388,"Cost":205,"Date":"12/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":156,"Cost":140,"Date":"12/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":696,"Cost":413,"Date":"1/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":149,"Cost":125,"Date":"1/23/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":564,"Cost":323,"Date":"2/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":58,"Cost":38,"Date":"3/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":749,"Cost":591,"Date":"3/12/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":1,"Cost":1,"Date":"3/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":393,"Cost":249,"Date":"6/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":809,"Cost":409,"Date":"6/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":598,"Cost":360,"Date":"8/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":15,"Cost":13,"Date":"10/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":69,"Cost":61,"Date":"11/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":309,"Cost":240,"Date":"11/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":466,"Date":"3/27/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":605,"Cost":520,"Date":"4/17/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":452,"Date":"8/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":310,"Date":"8/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":214,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":679,"Cost":567,"Date":"9/5/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":179,"Date":"9/14/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":950,"Cost":782,"Date":"9/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":311,"Date":"11/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":742,"Cost":593,"Date":"12/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":833,"Cost":745,"Date":"1/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":578,"Date":"1/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":179,"Date":"2/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":287,"Cost":166,"Date":"3/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":90,"Date":"4/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":181,"Cost":109,"Date":"4/5/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":484,"Date":"4/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":471,"Date":"7/10/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":574,"Date":"3/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":342,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":844,"Cost":673,"Date":"10/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":362,"Date":"3/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":166,"Date":"6/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":944,"Cost":535,"Date":"7/17/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":534,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":677,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":161,"Date":"11/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":417,"Cost":312,"Date":"12/16/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":29,"Cost":27,"Date":"12/30/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":436,"Cost":315,"Date":"2/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":319,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":776,"Cost":696,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":348,"Date":"4/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":503,"Date":"7/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":704,"Cost":593,"Date":"8/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":763,"Date":"10/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":291,"Date":"11/11/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":401,"Date":"11/30/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":481,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":302,"Date":"3/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":25,"Cost":13,"Date":"4/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":313,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":572,"Date":"8/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":635,"Date":"9/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":20,"Date":"10/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":67,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":936,"Cost":663,"Date":"11/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":527,"Date":"12/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":569,"Cost":529,"Date":"12/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":984,"Cost":645,"Date":"1/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":144,"Date":"1/23/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":913,"Cost":465,"Date":"2/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":254,"Date":"3/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":346,"Date":"3/12/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":178,"Date":"3/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":431,"Date":"6/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":714,"Cost":361,"Date":"6/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":165,"Cost":145,"Date":"8/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":785,"Date":"10/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":494,"Date":"11/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":166,"Date":"11/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":222,"Cost":125,"Date":"3/27/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":17,"Cost":10,"Date":"4/17/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":338,"Cost":294,"Date":"8/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":297,"Cost":199,"Date":"8/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":726,"Cost":414,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":934,"Cost":610,"Date":"9/5/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":384,"Cost":362,"Date":"9/14/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":744,"Cost":677,"Date":"9/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":737,"Cost":494,"Date":"11/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":613,"Cost":333,"Date":"12/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":689,"Cost":509,"Date":"1/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":905,"Cost":633,"Date":"1/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":876,"Cost":566,"Date":"2/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":591,"Cost":429,"Date":"3/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":272,"Cost":173,"Date":"4/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":510,"Cost":416,"Date":"4/5/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":357,"Cost":304,"Date":"4/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":785,"Cost":584,"Date":"7/10/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":957,"Cost":831,"Date":"3/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":37,"Cost":21,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":76,"Cost":51,"Date":"10/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":126,"Cost":80,"Date":"3/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":358,"Cost":250,"Date":"6/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":239,"Cost":142,"Date":"7/17/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":217,"Cost":147,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":200,"Cost":190,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":982,"Cost":532,"Date":"11/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":483,"Cost":254,"Date":"12/16/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":390,"Cost":278,"Date":"12/30/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":769,"Cost":602,"Date":"2/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":494,"Cost":329,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":240,"Cost":121,"Date":"3/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":219,"Cost":180,"Date":"4/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":448,"Cost":389,"Date":"7/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":394,"Cost":205,"Date":"8/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":760,"Cost":694,"Date":"10/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":838,"Cost":731,"Date":"11/11/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":990,"Cost":826,"Date":"11/30/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":177,"Cost":133,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":943,"Cost":764,"Date":"3/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":896,"Cost":683,"Date":"4/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":779,"Cost":708,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":794,"Cost":466,"Date":"8/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":709,"Cost":401,"Date":"9/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":21,"Cost":17,"Date":"10/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":451,"Cost":332,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":592,"Cost":310,"Date":"11/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":458,"Cost":290,"Date":"12/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":440,"Cost":315,"Date":"12/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":100,"Cost":67,"Date":"1/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":365,"Cost":342,"Date":"1/23/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":553,"Cost":493,"Date":"2/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":588,"Cost":409,"Date":"3/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":62,"Cost":59,"Date":"3/12/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":346,"Cost":301,"Date":"3/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":808,"Cost":658,"Date":"6/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":206,"Cost":129,"Date":"6/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":851,"Cost":530,"Date":"8/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":235,"Cost":140,"Date":"10/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":63,"Cost":55,"Date":"11/4/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Nova","Country":"Australia","Sale":12,"Cost":9,"Date":"11/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":837,"Cost":698,"Date":"3/27/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":973,"Cost":747,"Date":"4/17/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":561,"Cost":468,"Date":"8/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":310,"Cost":204,"Date":"8/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":726,"Cost":659,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":692,"Cost":490,"Date":"9/5/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":662,"Cost":508,"Date":"9/14/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":650,"Cost":374,"Date":"9/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":384,"Cost":317,"Date":"11/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":460,"Cost":403,"Date":"12/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":752,"Cost":713,"Date":"1/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":490,"Cost":298,"Date":"1/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":478,"Cost":445,"Date":"2/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":573,"Cost":502,"Date":"3/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":387,"Cost":294,"Date":"4/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":480,"Cost":366,"Date":"4/5/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":755,"Cost":697,"Date":"4/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":283,"Cost":244,"Date":"7/10/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":508,"Cost":337,"Date":"3/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":525,"Cost":394,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":118,"Cost":111,"Date":"10/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":647,"Cost":467,"Date":"3/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":956,"Cost":706,"Date":"6/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":660,"Cost":372,"Date":"7/17/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":659,"Cost":450,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":872,"Cost":793,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":224,"Cost":188,"Date":"11/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":825,"Cost":487,"Date":"12/16/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":865,"Cost":779,"Date":"12/30/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":879,"Cost":832,"Date":"2/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":218,"Cost":162,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":136,"Cost":72,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":283,"Cost":205,"Date":"4/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":396,"Cost":375,"Date":"7/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":583,"Cost":334,"Date":"8/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":548,"Cost":518,"Date":"10/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":975,"Cost":767,"Date":"11/11/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":578,"Cost":310,"Date":"11/30/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":417,"Cost":384,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":906,"Cost":633,"Date":"3/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":980,"Cost":854,"Date":"4/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":447,"Cost":357,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":824,"Cost":527,"Date":"8/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":629,"Cost":335,"Date":"9/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":708,"Cost":628,"Date":"10/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":766,"Cost":435,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":557,"Cost":311,"Date":"11/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":224,"Cost":167,"Date":"12/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":14,"Cost":10,"Date":"12/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":546,"Cost":275,"Date":"1/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":314,"Cost":286,"Date":"1/23/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":108,"Cost":80,"Date":"2/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":231,"Cost":161,"Date":"3/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":77,"Cost":71,"Date":"3/12/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":352,"Cost":219,"Date":"3/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":537,"Cost":314,"Date":"6/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":284,"Cost":212,"Date":"6/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":890,"Cost":742,"Date":"8/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":792,"Cost":707,"Date":"10/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":335,"Cost":283,"Date":"11/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":102,"Cost":62,"Date":"11/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":677,"Cost":519,"Date":"3/27/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":191,"Cost":133,"Date":"4/17/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":485,"Cost":329,"Date":"8/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":204,"Date":"8/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":319,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":215,"Date":"9/5/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":975,"Cost":491,"Date":"9/14/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":369,"Date":"9/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":31,"Date":"11/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":231,"Date":"12/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":400,"Date":"1/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":827,"Date":"1/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":434,"Date":"2/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":492,"Date":"3/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":726,"Cost":543,"Date":"4/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":744,"Date":"4/5/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":502,"Cost":261,"Date":"4/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":409,"Date":"7/10/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":229,"Cost":127,"Date":"3/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":305,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":258,"Date":"10/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":13,"Cost":11,"Date":"3/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":40,"Date":"6/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":584,"Cost":411,"Date":"7/17/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":352,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":471,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":623,"Cost":381,"Date":"11/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":506,"Date":"12/16/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":564,"Date":"12/30/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":297,"Date":"2/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":936,"Cost":742,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":597,"Cost":415,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":358,"Date":"4/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":35,"Date":"7/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":401,"Cost":216,"Date":"8/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":283,"Date":"10/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":208,"Cost":197,"Date":"11/11/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":396,"Date":"11/30/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":122,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":871,"Date":"3/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":491,"Date":"4/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":269,"Cost":136,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":625,"Date":"8/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":66,"Date":"9/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":558,"Date":"10/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":794,"Cost":729,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":206,"Cost":172,"Date":"11/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":916,"Cost":690,"Date":"12/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":808,"Cost":486,"Date":"12/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":333,"Date":"1/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":18,"Cost":16,"Date":"1/23/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":194,"Cost":145,"Date":"2/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":168,"Date":"3/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":605,"Date":"3/12/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":442,"Date":"3/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":196,"Date":"6/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":314,"Cost":225,"Date":"6/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":839,"Date":"8/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":298,"Date":"10/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":205,"Cost":172,"Date":"11/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":60,"Cost":31,"Date":"11/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":630,"Cost":461,"Date":"3/27/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":42,"Cost":22,"Date":"4/17/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":139,"Cost":78,"Date":"8/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":23,"Cost":12,"Date":"8/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":408,"Cost":261,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":165,"Cost":134,"Date":"9/5/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":235,"Cost":186,"Date":"9/14/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":114,"Cost":79,"Date":"9/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":667,"Cost":468,"Date":"11/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":912,"Cost":609,"Date":"12/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":307,"Cost":234,"Date":"1/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":554,"Cost":300,"Date":"1/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":172,"Cost":107,"Date":"2/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":162,"Cost":136,"Date":"3/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":821,"Cost":470,"Date":"4/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":36,"Cost":31,"Date":"4/5/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":522,"Cost":414,"Date":"4/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":912,"Cost":745,"Date":"7/10/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":456,"Cost":243,"Date":"3/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":988,"Cost":586,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":799,"Cost":450,"Date":"10/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":170,"Cost":94,"Date":"3/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":776,"Cost":621,"Date":"6/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":891,"Cost":843,"Date":"7/17/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":744,"Cost":659,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":846,"Cost":625,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":979,"Cost":928,"Date":"11/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":444,"Cost":343,"Date":"12/16/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":278,"Cost":197,"Date":"12/30/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":197,"Cost":145,"Date":"2/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":104,"Cost":97,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":589,"Cost":534,"Date":"3/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":749,"Cost":374,"Date":"4/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":834,"Cost":467,"Date":"7/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":12,"Cost":9,"Date":"8/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":421,"Cost":259,"Date":"10/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":723,"Cost":410,"Date":"11/11/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":766,"Cost":685,"Date":"11/30/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":807,"Cost":580,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":568,"Cost":413,"Date":"3/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":124,"Cost":77,"Date":"4/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":259,"Cost":243,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":83,"Cost":76,"Date":"8/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":151,"Cost":91,"Date":"9/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":933,"Cost":883,"Date":"10/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":209,"Cost":189,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":703,"Cost":477,"Date":"11/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":156,"Cost":80,"Date":"12/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":510,"Cost":455,"Date":"12/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":467,"Cost":343,"Date":"1/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":663,"Cost":600,"Date":"1/23/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":281,"Cost":242,"Date":"2/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":404,"Cost":356,"Date":"3/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":311,"Cost":253,"Date":"3/12/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":222,"Cost":162,"Date":"3/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":44,"Cost":35,"Date":"6/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":970,"Cost":586,"Date":"6/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":185,"Cost":98,"Date":"8/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":760,"Cost":424,"Date":"10/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":621,"Cost":423,"Date":"11/4/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":659,"Cost":501,"Date":"11/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":846,"Cost":676,"Date":"3/27/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":572,"Cost":375,"Date":"4/17/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":681,"Cost":549,"Date":"8/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":407,"Date":"8/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":346,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":622,"Cost":572,"Date":"9/5/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":580,"Date":"9/14/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":931,"Cost":622,"Date":"9/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":633,"Date":"11/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":810,"Cost":732,"Date":"12/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":82,"Cost":76,"Date":"1/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":471,"Date":"1/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":4,"Date":"2/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":515,"Date":"3/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":800,"Cost":702,"Date":"4/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":939,"Cost":732,"Date":"4/5/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":144,"Date":"4/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":637,"Cost":456,"Date":"7/10/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":352,"Date":"3/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":181,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":255,"Date":"10/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":727,"Cost":446,"Date":"3/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":275,"Cost":166,"Date":"6/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":705,"Date":"7/17/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":164,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":106,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":526,"Cost":470,"Date":"11/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":232,"Date":"12/16/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":261,"Date":"12/30/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":32,"Date":"2/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":116,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":794,"Cost":498,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":371,"Cost":193,"Date":"4/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":749,"Cost":526,"Date":"7/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":487,"Cost":274,"Date":"8/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":227,"Date":"10/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":291,"Date":"11/11/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":189,"Date":"11/30/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":663,"Cost":584,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":18,"Cost":16,"Date":"3/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":468,"Date":"4/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":86,"Cost":77,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":250,"Date":"8/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":56,"Date":"9/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":398,"Date":"10/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":434,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":204,"Date":"11/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":592,"Date":"12/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":715,"Cost":497,"Date":"12/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":529,"Date":"1/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":206,"Cost":115,"Date":"1/23/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":228,"Cost":157,"Date":"2/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":472,"Date":"3/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":231,"Date":"3/12/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":151,"Date":"3/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":327,"Date":"6/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":241,"Date":"6/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":49,"Cost":30,"Date":"8/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":537,"Date":"10/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":267,"Date":"11/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":257,"Date":"11/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":135,"Date":"3/27/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":344,"Cost":256,"Date":"4/17/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":65,"Cost":45,"Date":"8/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":35,"Date":"8/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":364,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":71,"Cost":48,"Date":"9/5/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":856,"Date":"9/14/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":394,"Cost":313,"Date":"9/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":326,"Date":"11/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":649,"Date":"12/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":101,"Date":"1/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":146,"Cost":114,"Date":"1/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":6,"Date":"2/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":235,"Date":"3/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":377,"Date":"4/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":214,"Date":"4/5/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":850,"Cost":505,"Date":"4/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":477,"Date":"7/10/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":52,"Date":"3/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":202,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":866,"Cost":720,"Date":"10/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":105,"Date":"3/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":114,"Date":"6/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":489,"Cost":448,"Date":"7/17/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":564,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":287,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":746,"Date":"11/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":29,"Date":"12/16/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":413,"Date":"12/30/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":807,"Cost":436,"Date":"2/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":549,"Cost":502,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":728,"Cost":463,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":948,"Cost":640,"Date":"4/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":509,"Date":"7/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":675,"Cost":376,"Date":"8/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":167,"Date":"10/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":425,"Date":"11/11/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":314,"Date":"11/30/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":299,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":669,"Cost":447,"Date":"3/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":464,"Date":"4/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":428,"Cost":236,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":41,"Cost":21,"Date":"8/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":378,"Cost":217,"Date":"9/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":188,"Date":"10/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":430,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":226,"Date":"11/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":104,"Date":"12/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":521,"Cost":480,"Date":"12/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":254,"Cost":151,"Date":"1/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":414,"Cost":222,"Date":"1/23/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":546,"Cost":437,"Date":"2/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":371,"Date":"3/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":805,"Cost":720,"Date":"3/12/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":61,"Cost":34,"Date":"3/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":740,"Date":"6/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":174,"Date":"6/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":468,"Cost":441,"Date":"8/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":113,"Date":"10/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":286,"Date":"11/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":999,"Cost":716,"Date":"11/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":266,"Cost":230,"Date":"3/27/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":54,"Cost":45,"Date":"4/17/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":348,"Cost":293,"Date":"8/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":294,"Cost":263,"Date":"8/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":548,"Cost":494,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":793,"Cost":685,"Date":"9/5/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":985,"Cost":537,"Date":"9/14/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":653,"Cost":587,"Date":"9/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":193,"Cost":106,"Date":"11/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":366,"Cost":347,"Date":"12/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":409,"Cost":251,"Date":"1/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":892,"Cost":450,"Date":"1/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":666,"Cost":432,"Date":"2/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":367,"Cost":292,"Date":"3/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":88,"Cost":50,"Date":"4/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":190,"Cost":114,"Date":"4/5/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":60,"Cost":45,"Date":"4/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":226,"Cost":158,"Date":"7/10/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":822,"Cost":610,"Date":"3/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":575,"Cost":499,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":311,"Cost":264,"Date":"10/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":458,"Cost":305,"Date":"3/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":696,"Cost":532,"Date":"6/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":322,"Cost":306,"Date":"7/17/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":764,"Cost":585,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":109,"Cost":84,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":787,"Cost":598,"Date":"11/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":645,"Cost":349,"Date":"12/16/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":294,"Cost":154,"Date":"12/30/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":138,"Cost":121,"Date":"2/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":922,"Cost":681,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":155,"Cost":79,"Date":"3/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":28,"Cost":21,"Date":"4/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":894,"Cost":644,"Date":"7/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":53,"Cost":49,"Date":"8/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":688,"Cost":599,"Date":"10/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":857,"Cost":445,"Date":"11/11/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":700,"Cost":488,"Date":"11/30/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":386,"Cost":282,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":597,"Cost":309,"Date":"3/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":40,"Cost":21,"Date":"4/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":443,"Cost":238,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":645,"Cost":524,"Date":"8/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":130,"Cost":103,"Date":"9/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":374,"Cost":222,"Date":"10/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":695,"Cost":612,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":161,"Cost":86,"Date":"11/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":697,"Cost":528,"Date":"12/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":161,"Cost":107,"Date":"12/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":418,"Cost":236,"Date":"1/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":14,"Cost":11,"Date":"1/23/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":769,"Cost":484,"Date":"2/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":975,"Cost":724,"Date":"3/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":389,"Cost":355,"Date":"3/12/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":745,"Cost":528,"Date":"3/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":758,"Cost":522,"Date":"6/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":277,"Cost":184,"Date":"6/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":831,"Cost":608,"Date":"8/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":229,"Cost":207,"Date":"10/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":106,"Cost":80,"Date":"11/4/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Nova","Country":"Australia","Sale":783,"Cost":487,"Date":"11/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":54,"Cost":45,"Date":"3/27/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":857,"Cost":800,"Date":"4/17/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":794,"Cost":715,"Date":"8/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":278,"Cost":158,"Date":"8/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":926,"Cost":786,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":644,"Cost":586,"Date":"9/5/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":256,"Cost":198,"Date":"9/14/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":993,"Cost":873,"Date":"9/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":881,"Cost":741,"Date":"11/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":349,"Cost":277,"Date":"12/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":374,"Cost":213,"Date":"1/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":587,"Cost":415,"Date":"1/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":737,"Cost":695,"Date":"2/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":867,"Cost":701,"Date":"3/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":486,"Cost":287,"Date":"4/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":295,"Cost":210,"Date":"4/5/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":392,"Cost":291,"Date":"4/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":713,"Cost":639,"Date":"7/10/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":385,"Cost":333,"Date":"3/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":953,"Cost":775,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":227,"Cost":199,"Date":"10/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":950,"Cost":593,"Date":"3/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":493,"Cost":266,"Date":"6/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":993,"Cost":682,"Date":"7/17/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":45,"Cost":26,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":691,"Cost":641,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":315,"Cost":228,"Date":"11/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":224,"Cost":127,"Date":"12/16/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":928,"Cost":863,"Date":"12/30/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":570,"Cost":438,"Date":"2/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":306,"Cost":260,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":962,"Cost":641,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":659,"Cost":469,"Date":"4/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":282,"Cost":195,"Date":"7/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":110,"Cost":89,"Date":"8/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":686,"Cost":418,"Date":"10/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":210,"Cost":195,"Date":"11/11/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":379,"Cost":352,"Date":"11/30/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":952,"Cost":733,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":82,"Cost":43,"Date":"3/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":221,"Cost":173,"Date":"4/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":96,"Cost":68,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":839,"Cost":788,"Date":"8/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":840,"Cost":439,"Date":"9/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":684,"Cost":538,"Date":"10/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":440,"Cost":401,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":838,"Cost":533,"Date":"11/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":231,"Cost":120,"Date":"12/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":211,"Cost":200,"Date":"12/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":559,"Cost":489,"Date":"1/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":969,"Cost":494,"Date":"1/23/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":211,"Cost":130,"Date":"2/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":148,"Cost":108,"Date":"3/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":867,"Cost":818,"Date":"3/12/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":893,"Cost":626,"Date":"3/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":712,"Cost":667,"Date":"6/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":193,"Cost":163,"Date":"6/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":411,"Cost":386,"Date":"8/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":434,"Cost":301,"Date":"10/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":624,"Cost":457,"Date":"11/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Nova","Country":"Australia","Sale":981,"Cost":692,"Date":"11/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":375,"Cost":248,"Date":"3/27/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":390,"Cost":250,"Date":"4/17/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":302,"Date":"8/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":390,"Date":"8/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":799,"Cost":568,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":333,"Date":"9/5/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":314,"Date":"9/14/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":430,"Date":"9/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":198,"Date":"11/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":580,"Date":"12/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":637,"Cost":575,"Date":"1/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":193,"Cost":116,"Date":"1/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":133,"Date":"2/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":593,"Date":"3/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":633,"Date":"4/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":331,"Cost":297,"Date":"4/5/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":534,"Date":"4/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":33,"Cost":23,"Date":"7/10/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":383,"Date":"3/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":711,"Cost":444,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":786,"Cost":680,"Date":"10/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":350,"Cost":286,"Date":"3/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":194,"Date":"6/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":347,"Date":"7/17/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":64,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":152,"Cost":89,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":166,"Date":"11/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":450,"Cost":402,"Date":"12/16/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":94,"Cost":59,"Date":"12/30/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":424,"Date":"2/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":143,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":137,"Cost":80,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":176,"Cost":101,"Date":"4/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":359,"Date":"7/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":953,"Cost":665,"Date":"8/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":943,"Cost":608,"Date":"10/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":17,"Date":"11/11/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":385,"Date":"11/30/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":767,"Cost":571,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":538,"Date":"3/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":47,"Date":"4/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":401,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":449,"Date":"8/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":398,"Date":"9/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":415,"Date":"10/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":187,"Cost":143,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":20,"Cost":13,"Date":"11/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":224,"Date":"12/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":373,"Date":"12/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":403,"Cost":276,"Date":"1/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":645,"Cost":494,"Date":"1/23/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":322,"Cost":269,"Date":"2/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":504,"Date":"3/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":935,"Cost":747,"Date":"3/12/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":479,"Cost":390,"Date":"3/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":687,"Cost":474,"Date":"6/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":19,"Date":"6/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":242,"Cost":209,"Date":"8/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":55,"Cost":36,"Date":"10/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":480,"Date":"11/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":473,"Date":"11/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":104,"Cost":59,"Date":"3/27/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":67,"Cost":63,"Date":"4/17/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":534,"Cost":268,"Date":"8/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":163,"Cost":133,"Date":"8/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":95,"Cost":72,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":831,"Cost":747,"Date":"9/5/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":657,"Cost":329,"Date":"9/14/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":705,"Cost":670,"Date":"9/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":892,"Cost":613,"Date":"11/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":290,"Cost":265,"Date":"12/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":739,"Cost":516,"Date":"1/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":645,"Cost":460,"Date":"1/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":711,"Cost":360,"Date":"2/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":263,"Cost":220,"Date":"3/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":17,"Cost":15,"Date":"4/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":372,"Cost":226,"Date":"4/5/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":195,"Cost":151,"Date":"4/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":263,"Cost":182,"Date":"7/10/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":971,"Cost":915,"Date":"3/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":687,"Cost":463,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":639,"Cost":375,"Date":"10/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":505,"Cost":460,"Date":"3/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":513,"Cost":484,"Date":"6/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":841,"Cost":520,"Date":"7/17/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":21,"Cost":17,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":589,"Cost":307,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":362,"Cost":199,"Date":"11/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":162,"Cost":128,"Date":"12/16/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":7,"Cost":4,"Date":"12/30/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":289,"Cost":196,"Date":"2/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":497,"Cost":321,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":501,"Cost":269,"Date":"3/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":677,"Cost":368,"Date":"4/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":117,"Cost":60,"Date":"7/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":111,"Cost":98,"Date":"8/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":712,"Cost":417,"Date":"10/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":353,"Cost":308,"Date":"11/11/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":950,"Cost":746,"Date":"11/30/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":715,"Cost":443,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":600,"Cost":372,"Date":"3/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":618,"Cost":344,"Date":"4/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":625,"Cost":342,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":276,"Cost":168,"Date":"8/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":441,"Cost":389,"Date":"9/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":585,"Cost":358,"Date":"10/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":361,"Cost":283,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":219,"Cost":176,"Date":"11/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":250,"Cost":238,"Date":"12/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":722,"Cost":491,"Date":"12/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":752,"Cost":594,"Date":"1/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":7,"Cost":4,"Date":"1/23/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":961,"Cost":860,"Date":"2/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":850,"Cost":471,"Date":"3/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":467,"Cost":266,"Date":"3/12/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":887,"Cost":714,"Date":"3/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":515,"Cost":369,"Date":"6/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":838,"Cost":588,"Date":"6/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":471,"Cost":442,"Date":"8/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":734,"Cost":480,"Date":"10/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":196,"Cost":117,"Date":"11/4/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":263,"Cost":246,"Date":"11/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":58,"Date":"3/27/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":514,"Date":"4/17/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":1,"Cost":0,"Date":"8/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":376,"Date":"8/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":691,"Cost":592,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":547,"Cost":277,"Date":"9/5/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":152,"Cost":92,"Date":"9/14/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":100,"Date":"9/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":543,"Date":"11/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":181,"Cost":120,"Date":"12/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":573,"Cost":420,"Date":"1/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":383,"Date":"1/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":731,"Date":"2/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":824,"Cost":485,"Date":"3/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":151,"Cost":94,"Date":"4/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":431,"Date":"4/5/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":349,"Cost":275,"Date":"4/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":412,"Cost":272,"Date":"7/10/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":113,"Cost":92,"Date":"3/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":453,"Cost":403,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":778,"Date":"10/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":943,"Cost":699,"Date":"3/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":521,"Date":"6/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":459,"Date":"7/17/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":424,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":222,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":902,"Cost":731,"Date":"11/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":311,"Date":"12/16/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":326,"Date":"12/30/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":462,"Date":"2/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":23,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":372,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":22,"Date":"4/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":119,"Cost":91,"Date":"7/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":559,"Cost":318,"Date":"8/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":100,"Date":"10/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":678,"Cost":547,"Date":"11/11/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":505,"Date":"11/30/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":599,"Cost":422,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":735,"Cost":608,"Date":"3/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":136,"Cost":75,"Date":"4/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":601,"Cost":556,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":770,"Cost":591,"Date":"8/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":465,"Cost":340,"Date":"9/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":221,"Cost":153,"Date":"10/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":295,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":322,"Cost":251,"Date":"11/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":66,"Date":"12/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":15,"Date":"12/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":128,"Cost":106,"Date":"1/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":553,"Cost":461,"Date":"1/23/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":589,"Date":"2/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":82,"Date":"3/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":593,"Cost":323,"Date":"3/12/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":644,"Cost":471,"Date":"3/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":100,"Cost":53,"Date":"6/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":669,"Cost":591,"Date":"6/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":649,"Cost":602,"Date":"8/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":459,"Date":"10/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":607,"Date":"11/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":563,"Cost":330,"Date":"11/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":348,"Date":"3/27/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":803,"Date":"4/17/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":674,"Cost":476,"Date":"8/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":367,"Date":"8/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":427,"Cost":312,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":647,"Date":"9/5/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":93,"Cost":47,"Date":"9/14/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":158,"Date":"9/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":74,"Date":"11/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":182,"Date":"12/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":842,"Cost":449,"Date":"1/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":112,"Date":"1/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":656,"Cost":492,"Date":"2/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":595,"Cost":383,"Date":"3/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":939,"Cost":696,"Date":"4/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":520,"Cost":485,"Date":"4/5/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":88,"Date":"4/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":893,"Cost":629,"Date":"7/10/2019"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":300,"Cost":189,"Date":"3/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":45,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":784,"Cost":411,"Date":"10/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":126,"Date":"3/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":266,"Date":"6/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":694,"Cost":455,"Date":"7/17/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":331,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":47,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":43,"Cost":25,"Date":"11/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":978,"Cost":767,"Date":"12/16/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":198,"Cost":137,"Date":"12/30/2021"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":176,"Date":"2/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":953,"Cost":650,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":242,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":314,"Date":"4/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":88,"Date":"7/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":545,"Cost":388,"Date":"8/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":56,"Cost":35,"Date":"10/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":267,"Date":"11/11/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":475,"Date":"11/30/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":258,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":3,"Date":"3/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":297,"Date":"4/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":902,"Cost":563,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":379,"Date":"8/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":378,"Date":"9/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":696,"Cost":419,"Date":"10/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":639,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":753,"Date":"11/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":173,"Date":"12/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":236,"Date":"12/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":647,"Cost":516,"Date":"1/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":500,"Date":"1/23/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":493,"Date":"2/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":410,"Cost":381,"Date":"3/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":679,"Date":"3/12/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":447,"Date":"3/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":53,"Date":"6/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":530,"Date":"6/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":777,"Date":"8/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":865,"Cost":703,"Date":"10/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":260,"Date":"11/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Jeans","Country":"Australia","Sale":586,"Cost":388,"Date":"11/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":9,"Cost":4,"Date":"3/27/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":655,"Cost":497,"Date":"4/17/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":517,"Cost":357,"Date":"8/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":166,"Cost":109,"Date":"8/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":28,"Cost":19,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":114,"Cost":85,"Date":"9/5/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":566,"Cost":322,"Date":"9/14/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":707,"Cost":623,"Date":"9/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":607,"Cost":433,"Date":"11/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":445,"Cost":278,"Date":"12/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":580,"Cost":324,"Date":"1/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":26,"Cost":15,"Date":"1/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":243,"Cost":160,"Date":"2/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":889,"Cost":627,"Date":"3/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":639,"Cost":564,"Date":"4/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":505,"Cost":373,"Date":"4/5/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":193,"Cost":179,"Date":"4/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":28,"Cost":23,"Date":"7/10/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":492,"Cost":335,"Date":"3/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":229,"Cost":142,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":457,"Cost":333,"Date":"10/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":894,"Cost":560,"Date":"3/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":565,"Cost":513,"Date":"6/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":684,"Cost":453,"Date":"7/17/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":198,"Cost":162,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":147,"Cost":138,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":622,"Cost":355,"Date":"11/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":791,"Cost":438,"Date":"12/16/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":245,"Cost":125,"Date":"12/30/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":309,"Cost":291,"Date":"2/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":700,"Cost":375,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":925,"Cost":877,"Date":"3/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":274,"Cost":191,"Date":"4/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":945,"Cost":508,"Date":"7/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":722,"Cost":375,"Date":"8/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":604,"Cost":468,"Date":"10/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":726,"Cost":680,"Date":"11/11/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":315,"Cost":203,"Date":"11/30/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":612,"Cost":518,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":430,"Cost":276,"Date":"3/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":629,"Cost":370,"Date":"4/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":209,"Cost":149,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":580,"Cost":461,"Date":"8/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":208,"Cost":155,"Date":"9/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":819,"Cost":596,"Date":"10/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":391,"Cost":219,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":944,"Cost":707,"Date":"11/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":793,"Cost":660,"Date":"12/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":991,"Cost":706,"Date":"12/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":468,"Cost":419,"Date":"1/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":221,"Cost":141,"Date":"1/23/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":411,"Cost":313,"Date":"2/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":211,"Cost":184,"Date":"3/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":374,"Cost":318,"Date":"3/12/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":657,"Cost":526,"Date":"3/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":871,"Cost":716,"Date":"6/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":859,"Cost":490,"Date":"6/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":426,"Cost":309,"Date":"8/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":560,"Cost":474,"Date":"10/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":487,"Cost":273,"Date":"11/4/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":26,"Cost":18,"Date":"11/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":682,"Cost":359,"Date":"3/27/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":587,"Cost":454,"Date":"4/17/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":131,"Cost":124,"Date":"8/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":391,"Cost":223,"Date":"8/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":186,"Cost":129,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":725,"Cost":378,"Date":"9/5/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":231,"Cost":136,"Date":"9/14/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":775,"Cost":572,"Date":"9/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":732,"Cost":530,"Date":"11/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":476,"Cost":244,"Date":"12/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":666,"Cost":469,"Date":"1/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":571,"Cost":296,"Date":"1/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":370,"Cost":189,"Date":"2/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":552,"Cost":419,"Date":"3/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":257,"Cost":157,"Date":"4/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":28,"Cost":23,"Date":"4/5/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":306,"Cost":226,"Date":"4/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":339,"Cost":279,"Date":"7/10/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":271,"Cost":172,"Date":"3/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":435,"Cost":283,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":318,"Cost":257,"Date":"10/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":30,"Cost":28,"Date":"3/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":948,"Cost":614,"Date":"6/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":685,"Cost":372,"Date":"7/17/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":48,"Cost":24,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":212,"Cost":154,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":785,"Cost":463,"Date":"11/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":233,"Cost":158,"Date":"12/16/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":283,"Cost":204,"Date":"12/30/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":159,"Cost":96,"Date":"2/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":74,"Cost":47,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":205,"Cost":174,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":549,"Cost":317,"Date":"4/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":619,"Cost":587,"Date":"7/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":656,"Cost":553,"Date":"8/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":929,"Cost":834,"Date":"10/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":730,"Cost":614,"Date":"11/11/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":80,"Cost":40,"Date":"11/30/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":247,"Cost":221,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":954,"Cost":757,"Date":"3/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":526,"Cost":367,"Date":"4/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":124,"Cost":110,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":520,"Cost":413,"Date":"8/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":544,"Cost":340,"Date":"9/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":820,"Cost":497,"Date":"10/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":442,"Cost":308,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":803,"Cost":609,"Date":"11/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":409,"Cost":258,"Date":"12/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":952,"Cost":893,"Date":"12/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":345,"Cost":295,"Date":"1/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":705,"Cost":578,"Date":"1/23/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":837,"Cost":467,"Date":"2/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":561,"Cost":292,"Date":"3/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":281,"Cost":238,"Date":"3/12/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":679,"Cost":342,"Date":"3/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":664,"Cost":600,"Date":"6/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":326,"Cost":175,"Date":"6/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":142,"Cost":95,"Date":"8/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":932,"Cost":585,"Date":"10/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":112,"Cost":87,"Date":"11/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":142,"Cost":132,"Date":"11/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":945,"Cost":479,"Date":"3/27/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":281,"Cost":267,"Date":"4/17/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":107,"Cost":74,"Date":"8/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":522,"Cost":399,"Date":"8/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":504,"Cost":471,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":578,"Cost":475,"Date":"9/5/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":320,"Cost":243,"Date":"9/14/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":938,"Cost":844,"Date":"9/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":129,"Cost":70,"Date":"11/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":162,"Cost":101,"Date":"12/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":107,"Cost":85,"Date":"1/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":205,"Cost":174,"Date":"1/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":214,"Cost":110,"Date":"2/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":510,"Cost":394,"Date":"3/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":38,"Cost":22,"Date":"4/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":169,"Cost":97,"Date":"4/5/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":303,"Cost":280,"Date":"4/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":565,"Cost":381,"Date":"7/10/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":901,"Cost":835,"Date":"3/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":623,"Cost":409,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":187,"Cost":120,"Date":"10/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":356,"Cost":201,"Date":"3/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":235,"Cost":218,"Date":"6/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":501,"Cost":314,"Date":"7/17/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":810,"Cost":529,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":806,"Cost":538,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":19,"Cost":12,"Date":"11/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":114,"Cost":102,"Date":"12/16/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":355,"Cost":202,"Date":"12/30/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":2,"Cost":1,"Date":"2/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":522,"Cost":367,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":290,"Cost":211,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":44,"Cost":27,"Date":"4/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":943,"Cost":840,"Date":"7/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":144,"Cost":92,"Date":"8/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":783,"Cost":569,"Date":"10/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":673,"Cost":580,"Date":"11/11/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":88,"Cost":56,"Date":"11/30/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":626,"Cost":591,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":361,"Cost":280,"Date":"3/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":444,"Cost":404,"Date":"4/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":129,"Cost":104,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":853,"Cost":751,"Date":"8/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":128,"Cost":117,"Date":"9/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":113,"Cost":99,"Date":"10/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":234,"Cost":187,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":283,"Cost":266,"Date":"11/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":544,"Cost":500,"Date":"12/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":560,"Cost":379,"Date":"12/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":701,"Cost":639,"Date":"1/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":84,"Cost":73,"Date":"1/23/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":657,"Cost":561,"Date":"2/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":430,"Cost":274,"Date":"3/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":397,"Cost":355,"Date":"3/12/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":462,"Cost":417,"Date":"3/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":431,"Cost":227,"Date":"6/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":613,"Cost":484,"Date":"6/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":365,"Cost":250,"Date":"8/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":462,"Cost":436,"Date":"10/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":636,"Cost":461,"Date":"11/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":175,"Cost":158,"Date":"11/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":693,"Cost":430,"Date":"3/27/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":134,"Date":"4/17/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":354,"Cost":254,"Date":"8/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":167,"Cost":86,"Date":"8/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":2,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":13,"Cost":11,"Date":"9/5/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":131,"Date":"9/14/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":384,"Date":"9/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":381,"Cost":328,"Date":"11/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":398,"Date":"12/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":859,"Cost":562,"Date":"1/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":940,"Cost":759,"Date":"1/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":121,"Cost":61,"Date":"2/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":83,"Date":"3/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":451,"Cost":371,"Date":"4/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":660,"Date":"4/5/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":266,"Cost":183,"Date":"4/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":53,"Date":"7/10/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":455,"Cost":431,"Date":"3/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":782,"Cost":685,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":378,"Cost":233,"Date":"10/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":64,"Date":"3/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":504,"Cost":292,"Date":"6/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":776,"Date":"7/17/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":185,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":631,"Cost":426,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":48,"Date":"11/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":606,"Date":"12/16/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":363,"Cost":294,"Date":"12/30/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":700,"Date":"2/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":655,"Cost":422,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":711,"Cost":429,"Date":"3/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":94,"Date":"4/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":421,"Cost":268,"Date":"7/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":157,"Cost":100,"Date":"8/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":508,"Date":"10/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":442,"Date":"11/11/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":266,"Cost":208,"Date":"11/30/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":444,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":513,"Date":"3/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":68,"Date":"4/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":514,"Cost":397,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":409,"Date":"8/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":262,"Date":"9/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":744,"Cost":575,"Date":"10/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":519,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":11,"Cost":6,"Date":"11/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":981,"Cost":767,"Date":"12/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":175,"Date":"12/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":383,"Cost":309,"Date":"1/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":408,"Cost":313,"Date":"1/23/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":348,"Date":"2/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":632,"Date":"3/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":370,"Date":"3/12/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":909,"Cost":755,"Date":"3/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":564,"Date":"6/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":598,"Cost":427,"Date":"6/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":166,"Date":"8/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":291,"Date":"10/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":640,"Date":"11/4/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":442,"Cost":385,"Date":"11/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":503,"Date":"3/27/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":367,"Cost":266,"Date":"4/17/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":185,"Date":"8/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":492,"Cost":322,"Date":"8/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":422,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":390,"Cost":242,"Date":"9/5/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":992,"Cost":565,"Date":"9/14/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":324,"Cost":294,"Date":"9/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":84,"Cost":56,"Date":"11/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":323,"Date":"12/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":176,"Date":"1/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":424,"Cost":254,"Date":"1/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":201,"Date":"2/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":249,"Date":"3/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":12,"Cost":10,"Date":"4/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":42,"Cost":26,"Date":"4/5/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":510,"Cost":268,"Date":"4/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":135,"Date":"7/10/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":350,"Date":"3/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":422,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":754,"Cost":675,"Date":"10/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":668,"Cost":364,"Date":"3/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":688,"Cost":512,"Date":"6/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":724,"Date":"7/17/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":244,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":129,"Cost":70,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":865,"Cost":522,"Date":"11/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":583,"Date":"12/16/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":248,"Cost":151,"Date":"12/30/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":398,"Date":"2/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":512,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":508,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":976,"Cost":525,"Date":"4/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":524,"Cost":363,"Date":"7/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":29,"Date":"8/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":59,"Cost":37,"Date":"10/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":332,"Date":"11/11/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":80,"Date":"11/30/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":271,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":281,"Cost":202,"Date":"3/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":628,"Date":"4/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":472,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":126,"Date":"8/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":587,"Cost":543,"Date":"9/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":521,"Date":"10/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":613,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":236,"Date":"11/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":365,"Date":"12/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":196,"Date":"12/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":443,"Date":"1/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":566,"Date":"1/23/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":677,"Cost":610,"Date":"2/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":38,"Date":"3/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":693,"Date":"3/12/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":333,"Date":"3/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":4,"Cost":3,"Date":"6/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":114,"Date":"6/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":904,"Cost":484,"Date":"8/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":115,"Date":"10/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":726,"Cost":679,"Date":"11/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":636,"Date":"11/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":482,"Cost":273,"Date":"3/27/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":358,"Date":"4/17/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":197,"Date":"8/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":32,"Date":"8/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":133,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":618,"Cost":390,"Date":"9/5/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":246,"Date":"9/14/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":39,"Cost":27,"Date":"9/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":939,"Cost":626,"Date":"11/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":545,"Cost":294,"Date":"12/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":613,"Cost":313,"Date":"1/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":662,"Date":"1/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":744,"Date":"2/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":822,"Cost":613,"Date":"3/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":157,"Cost":118,"Date":"4/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":379,"Cost":240,"Date":"4/5/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":211,"Cost":113,"Date":"4/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":254,"Cost":153,"Date":"7/10/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":402,"Date":"3/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":275,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":271,"Cost":203,"Date":"10/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":70,"Cost":66,"Date":"3/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":723,"Cost":455,"Date":"6/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":165,"Date":"7/17/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":357,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":206,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":408,"Date":"11/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":473,"Date":"12/16/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":62,"Date":"12/30/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":438,"Cost":285,"Date":"2/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":552,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":417,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":541,"Date":"4/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":771,"Cost":554,"Date":"7/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":164,"Date":"8/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":618,"Cost":328,"Date":"10/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":399,"Cost":352,"Date":"11/11/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":487,"Date":"11/30/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":141,"Cost":127,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":233,"Date":"3/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":104,"Date":"4/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":902,"Cost":656,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":504,"Date":"8/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":49,"Date":"9/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":855,"Cost":651,"Date":"10/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":951,"Cost":755,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":586,"Cost":546,"Date":"11/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":135,"Cost":127,"Date":"12/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":780,"Cost":628,"Date":"12/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":862,"Cost":610,"Date":"1/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":742,"Date":"1/23/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":428,"Cost":324,"Date":"2/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":512,"Cost":265,"Date":"3/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":760,"Cost":550,"Date":"3/12/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":883,"Cost":698,"Date":"3/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":278,"Date":"6/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":975,"Cost":681,"Date":"6/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":73,"Cost":62,"Date":"8/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":600,"Cost":472,"Date":"10/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":53,"Cost":45,"Date":"11/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":447,"Date":"11/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":51,"Cost":34,"Date":"3/27/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":239,"Cost":201,"Date":"4/17/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":986,"Cost":869,"Date":"8/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":815,"Date":"8/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":200,"Cost":106,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":448,"Date":"9/5/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":224,"Cost":145,"Date":"9/14/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":93,"Cost":75,"Date":"9/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":800,"Cost":459,"Date":"11/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":500,"Cost":362,"Date":"12/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":395,"Date":"1/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":349,"Date":"1/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":583,"Cost":475,"Date":"2/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":779,"Cost":565,"Date":"3/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":785,"Cost":640,"Date":"4/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":377,"Cost":198,"Date":"4/5/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":64,"Cost":57,"Date":"4/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":997,"Cost":765,"Date":"7/10/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":524,"Date":"3/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":231,"Cost":190,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":23,"Date":"10/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":707,"Cost":566,"Date":"3/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":588,"Cost":483,"Date":"6/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":260,"Date":"7/17/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":590,"Cost":396,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":58,"Cost":46,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":815,"Cost":599,"Date":"11/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":713,"Date":"12/16/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":91,"Cost":46,"Date":"12/30/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":396,"Cost":225,"Date":"2/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":229,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":803,"Cost":702,"Date":"3/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":19,"Cost":15,"Date":"4/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":601,"Date":"7/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":988,"Cost":911,"Date":"8/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":131,"Cost":68,"Date":"10/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":317,"Cost":195,"Date":"11/11/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":643,"Cost":483,"Date":"11/30/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":158,"Cost":125,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":296,"Date":"3/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":915,"Cost":853,"Date":"4/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":639,"Cost":515,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":98,"Cost":50,"Date":"8/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":591,"Cost":314,"Date":"9/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":63,"Date":"10/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":87,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":69,"Date":"11/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":662,"Cost":446,"Date":"12/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":418,"Date":"12/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":442,"Cost":400,"Date":"1/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":152,"Date":"1/23/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":445,"Date":"2/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":520,"Cost":371,"Date":"3/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":182,"Cost":158,"Date":"3/12/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":271,"Cost":194,"Date":"3/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":434,"Cost":384,"Date":"6/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":655,"Cost":496,"Date":"6/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":179,"Cost":156,"Date":"8/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":233,"Date":"10/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":187,"Date":"11/4/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":655,"Cost":613,"Date":"11/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":257,"Cost":170,"Date":"3/27/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":805,"Cost":429,"Date":"4/17/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":280,"Cost":263,"Date":"8/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":522,"Cost":388,"Date":"8/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":497,"Cost":456,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":538,"Cost":374,"Date":"9/5/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":567,"Cost":312,"Date":"9/14/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":805,"Cost":476,"Date":"9/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":470,"Cost":427,"Date":"11/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":91,"Cost":82,"Date":"12/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":366,"Cost":275,"Date":"1/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":393,"Cost":330,"Date":"1/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":467,"Cost":326,"Date":"2/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":143,"Cost":89,"Date":"3/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":535,"Cost":429,"Date":"4/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":182,"Cost":152,"Date":"4/5/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":225,"Cost":171,"Date":"4/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":512,"Cost":329,"Date":"7/10/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":643,"Cost":536,"Date":"3/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":956,"Cost":545,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":463,"Cost":309,"Date":"10/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":141,"Cost":98,"Date":"3/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":191,"Cost":115,"Date":"6/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":739,"Cost":673,"Date":"7/17/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":153,"Cost":94,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":304,"Cost":173,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":605,"Cost":476,"Date":"11/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":751,"Cost":493,"Date":"12/16/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":138,"Cost":123,"Date":"12/30/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":391,"Cost":254,"Date":"2/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":240,"Cost":130,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":194,"Cost":125,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":751,"Cost":700,"Date":"4/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":674,"Cost":431,"Date":"7/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":307,"Cost":249,"Date":"8/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":878,"Cost":585,"Date":"10/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":209,"Cost":149,"Date":"11/11/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":37,"Cost":20,"Date":"11/30/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":369,"Cost":254,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":462,"Cost":255,"Date":"3/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":897,"Cost":525,"Date":"4/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":85,"Cost":75,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":107,"Cost":69,"Date":"8/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":946,"Cost":568,"Date":"9/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":863,"Cost":450,"Date":"10/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":212,"Cost":190,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":768,"Cost":478,"Date":"11/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":206,"Cost":117,"Date":"12/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":43,"Cost":22,"Date":"12/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":590,"Cost":311,"Date":"1/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":161,"Cost":119,"Date":"1/23/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":921,"Cost":866,"Date":"2/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":412,"Cost":240,"Date":"3/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":212,"Cost":168,"Date":"3/12/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":950,"Cost":619,"Date":"3/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":594,"Cost":480,"Date":"6/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":893,"Cost":752,"Date":"6/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":598,"Cost":399,"Date":"8/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":435,"Cost":357,"Date":"10/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":550,"Cost":354,"Date":"11/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":947,"Cost":523,"Date":"11/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":823,"Cost":740,"Date":"3/27/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":173,"Cost":132,"Date":"4/17/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":369,"Cost":185,"Date":"8/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":985,"Cost":814,"Date":"8/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":182,"Cost":98,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":914,"Cost":571,"Date":"9/5/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":467,"Cost":249,"Date":"9/14/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":857,"Cost":444,"Date":"9/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":598,"Cost":384,"Date":"11/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":876,"Cost":726,"Date":"12/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":487,"Cost":338,"Date":"1/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":78,"Cost":64,"Date":"1/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":170,"Cost":91,"Date":"2/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":403,"Cost":346,"Date":"3/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":968,"Cost":578,"Date":"4/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":419,"Cost":352,"Date":"4/5/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":405,"Cost":223,"Date":"4/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":616,"Cost":357,"Date":"7/10/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":453,"Cost":338,"Date":"3/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":236,"Cost":182,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":302,"Cost":262,"Date":"10/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":464,"Cost":280,"Date":"3/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":916,"Cost":617,"Date":"6/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":14,"Cost":11,"Date":"7/17/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":546,"Cost":482,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":601,"Cost":552,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":665,"Cost":429,"Date":"11/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":557,"Cost":340,"Date":"12/16/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":100,"Cost":69,"Date":"12/30/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":855,"Cost":566,"Date":"2/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":130,"Cost":91,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":939,"Cost":840,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":402,"Cost":310,"Date":"4/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":972,"Cost":767,"Date":"7/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":164,"Cost":139,"Date":"8/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":763,"Cost":719,"Date":"10/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":985,"Cost":576,"Date":"11/11/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":133,"Cost":102,"Date":"11/30/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":939,"Cost":593,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":600,"Cost":335,"Date":"3/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":176,"Cost":96,"Date":"4/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":888,"Cost":476,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":986,"Cost":915,"Date":"8/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":156,"Cost":94,"Date":"9/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":196,"Cost":160,"Date":"10/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":658,"Cost":432,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":136,"Cost":70,"Date":"11/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":985,"Cost":644,"Date":"12/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":796,"Cost":582,"Date":"12/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":928,"Cost":522,"Date":"1/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":213,"Cost":179,"Date":"1/23/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":14,"Cost":12,"Date":"2/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":754,"Cost":531,"Date":"3/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":335,"Cost":219,"Date":"3/12/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":845,"Cost":625,"Date":"3/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":417,"Cost":268,"Date":"6/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":541,"Cost":389,"Date":"6/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":191,"Cost":149,"Date":"8/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":32,"Cost":16,"Date":"10/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":406,"Cost":348,"Date":"11/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":243,"Cost":136,"Date":"11/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":478,"Date":"3/27/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":112,"Date":"4/17/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":567,"Date":"8/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":647,"Cost":431,"Date":"8/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":579,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":343,"Cost":306,"Date":"9/5/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":61,"Cost":34,"Date":"9/14/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":190,"Cost":165,"Date":"9/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":732,"Cost":472,"Date":"11/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":68,"Date":"12/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":851,"Date":"1/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":483,"Date":"1/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":674,"Cost":510,"Date":"2/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":612,"Date":"3/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":168,"Date":"4/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":264,"Date":"4/5/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":322,"Cost":279,"Date":"4/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":5,"Date":"7/10/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":404,"Cost":240,"Date":"3/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":425,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":544,"Cost":348,"Date":"10/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":366,"Cost":262,"Date":"3/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":571,"Date":"6/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":879,"Cost":690,"Date":"7/17/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":487,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":596,"Cost":378,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":74,"Date":"11/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":808,"Date":"12/16/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":467,"Date":"12/30/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":471,"Date":"2/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":568,"Cost":500,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":973,"Cost":563,"Date":"3/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":399,"Date":"4/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":417,"Cost":351,"Date":"7/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":546,"Cost":442,"Date":"8/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":345,"Cost":326,"Date":"10/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":330,"Date":"11/11/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":216,"Date":"11/30/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":537,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":425,"Cost":251,"Date":"3/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":541,"Cost":472,"Date":"4/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":696,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":788,"Cost":467,"Date":"8/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":187,"Cost":173,"Date":"9/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":856,"Cost":511,"Date":"10/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":797,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":423,"Date":"11/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":370,"Cost":317,"Date":"12/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":620,"Cost":509,"Date":"12/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":411,"Cost":263,"Date":"1/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":859,"Cost":779,"Date":"1/23/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":163,"Cost":122,"Date":"2/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":99,"Cost":75,"Date":"3/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":592,"Cost":464,"Date":"3/12/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":521,"Date":"3/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":133,"Date":"6/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":609,"Date":"6/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":424,"Cost":294,"Date":"8/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":465,"Date":"10/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":711,"Cost":670,"Date":"11/4/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":452,"Date":"11/9/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":74,"Cost":47,"Date":"3/27/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":771,"Date":"4/17/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":151,"Date":"8/11/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":213,"Cost":123,"Date":"8/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":352,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":270,"Date":"9/5/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":72,"Date":"9/14/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":347,"Date":"9/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":427,"Date":"11/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":820,"Date":"12/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":23,"Date":"1/7/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":132,"Date":"1/21/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":386,"Cost":357,"Date":"2/9/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":353,"Date":"3/19/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":432,"Date":"4/3/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":180,"Date":"4/5/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":49,"Date":"4/28/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":275,"Date":"7/10/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":404,"Date":"3/25/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":213,"Cost":146,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":929,"Cost":549,"Date":"10/28/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":458,"Date":"3/2/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":691,"Cost":448,"Date":"6/28/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":557,"Date":"7/17/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":555,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":279,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":280,"Cost":239,"Date":"11/20/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":828,"Date":"12/16/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":520,"Date":"12/30/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":639,"Date":"2/15/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":559,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":533,"Cost":497,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":798,"Cost":703,"Date":"4/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":776,"Cost":418,"Date":"7/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":619,"Cost":381,"Date":"8/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":349,"Date":"10/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":348,"Cost":207,"Date":"11/11/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":379,"Date":"11/30/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":539,"Cost":381,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":658,"Date":"3/1/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":511,"Cost":342,"Date":"4/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":729,"Cost":662,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":390,"Date":"8/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":248,"Cost":195,"Date":"9/15/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":406,"Date":"10/14/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":136,"Cost":122,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":843,"Cost":682,"Date":"11/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":398,"Date":"12/7/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":854,"Cost":810,"Date":"12/21/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":962,"Cost":675,"Date":"1/6/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":857,"Date":"1/23/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":902,"Cost":536,"Date":"2/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":881,"Cost":689,"Date":"3/10/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":322,"Date":"3/12/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":77,"Date":"3/31/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":603,"Cost":375,"Date":"6/16/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":584,"Date":"6/17/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":382,"Date":"8/27/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":241,"Date":"10/1/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":853,"Cost":437,"Date":"11/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":113,"Date":"11/9/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":528,"Date":"3/27/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":119,"Date":"4/17/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":539,"Cost":332,"Date":"8/11/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":95,"Cost":79,"Date":"8/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":76,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":779,"Cost":390,"Date":"9/5/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":974,"Cost":907,"Date":"9/14/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":183,"Cost":131,"Date":"9/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":808,"Cost":454,"Date":"11/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":59,"Date":"12/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":314,"Date":"1/7/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":682,"Date":"1/21/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":993,"Cost":918,"Date":"2/9/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":675,"Cost":409,"Date":"3/19/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":434,"Cost":223,"Date":"4/3/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":233,"Date":"4/5/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":293,"Date":"4/28/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":520,"Cost":473,"Date":"7/10/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":618,"Cost":432,"Date":"3/25/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":133,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":469,"Date":"10/28/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":102,"Date":"3/2/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":279,"Cost":229,"Date":"6/28/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":616,"Cost":492,"Date":"7/17/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":189,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":178,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":78,"Date":"11/20/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":576,"Date":"12/16/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":125,"Date":"12/30/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":931,"Cost":575,"Date":"2/15/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":306,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":3,"Cost":3,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":379,"Cost":248,"Date":"4/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":233,"Cost":133,"Date":"7/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":139,"Date":"8/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":278,"Date":"10/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":344,"Cost":296,"Date":"11/11/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":767,"Cost":406,"Date":"11/30/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":393,"Cost":289,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":348,"Cost":301,"Date":"3/1/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":508,"Date":"4/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":38,"Cost":35,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":988,"Cost":922,"Date":"8/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":358,"Cost":268,"Date":"9/15/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":361,"Date":"10/14/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":484,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":33,"Cost":21,"Date":"11/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":735,"Cost":643,"Date":"12/7/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":233,"Date":"12/21/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":569,"Date":"1/6/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":642,"Cost":350,"Date":"1/23/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":582,"Cost":340,"Date":"2/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":184,"Cost":147,"Date":"3/10/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":760,"Date":"3/12/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":54,"Cost":36,"Date":"3/31/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":10,"Date":"6/16/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":515,"Date":"6/17/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":61,"Date":"8/27/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":429,"Cost":286,"Date":"10/1/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":106,"Date":"11/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":65,"Date":"11/9/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":717,"Cost":384,"Date":"3/27/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":465,"Date":"4/17/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":344,"Cost":294,"Date":"8/11/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":85,"Cost":81,"Date":"8/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":958,"Cost":611,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":344,"Date":"9/5/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":204,"Date":"9/14/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":502,"Date":"9/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":192,"Date":"11/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":79,"Cost":67,"Date":"12/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":587,"Date":"1/7/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":416,"Cost":243,"Date":"1/21/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":294,"Cost":232,"Date":"2/9/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":173,"Date":"3/19/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":272,"Cost":194,"Date":"4/3/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":29,"Date":"4/5/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":161,"Date":"4/28/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":793,"Cost":702,"Date":"7/10/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":525,"Date":"3/25/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":51,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":210,"Date":"10/28/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":290,"Date":"3/2/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":102,"Date":"6/28/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":290,"Cost":241,"Date":"7/17/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":641,"Cost":480,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":551,"Cost":330,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":420,"Date":"11/20/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":848,"Date":"12/16/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":577,"Cost":534,"Date":"12/30/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":564,"Cost":488,"Date":"2/15/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":168,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":164,"Date":"3/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":627,"Date":"4/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":763,"Date":"7/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":111,"Date":"8/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":62,"Cost":47,"Date":"10/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":572,"Cost":356,"Date":"11/11/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":589,"Cost":516,"Date":"11/30/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":587,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":514,"Cost":341,"Date":"3/1/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":437,"Date":"4/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":493,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":562,"Date":"8/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":311,"Date":"9/15/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":352,"Date":"10/14/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":178,"Cost":112,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":231,"Date":"11/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":501,"Date":"12/7/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":31,"Date":"12/21/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":607,"Date":"1/6/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":316,"Cost":239,"Date":"1/23/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":189,"Cost":164,"Date":"2/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":527,"Cost":298,"Date":"3/10/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":374,"Date":"3/12/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":207,"Cost":142,"Date":"3/31/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":690,"Cost":503,"Date":"6/16/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":947,"Cost":559,"Date":"6/17/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":471,"Date":"8/27/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":995,"Cost":598,"Date":"10/1/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":382,"Date":"11/4/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":632,"Date":"11/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":78,"Cost":48,"Date":"3/27/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":278,"Date":"4/17/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":508,"Cost":440,"Date":"8/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":126,"Date":"8/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":189,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":313,"Date":"9/5/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":547,"Cost":310,"Date":"9/14/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":430,"Cost":303,"Date":"9/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":714,"Cost":535,"Date":"11/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":148,"Cost":87,"Date":"12/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":244,"Date":"1/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":329,"Cost":285,"Date":"1/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":736,"Date":"2/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":658,"Date":"3/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":668,"Cost":575,"Date":"4/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":175,"Cost":90,"Date":"4/5/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":247,"Cost":228,"Date":"4/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":980,"Cost":576,"Date":"7/10/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":901,"Cost":832,"Date":"3/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":927,"Cost":497,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":231,"Cost":156,"Date":"10/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":990,"Cost":608,"Date":"3/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":236,"Cost":198,"Date":"6/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":814,"Cost":483,"Date":"7/17/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":858,"Cost":769,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":998,"Cost":768,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":355,"Cost":216,"Date":"11/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":121,"Cost":90,"Date":"12/16/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":363,"Date":"12/30/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":175,"Date":"2/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":18,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":585,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":268,"Date":"4/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":880,"Cost":447,"Date":"7/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":761,"Cost":426,"Date":"8/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":646,"Date":"10/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":104,"Date":"11/11/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":302,"Cost":268,"Date":"11/30/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":457,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":467,"Cost":317,"Date":"3/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":682,"Date":"4/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":269,"Cost":163,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":285,"Cost":169,"Date":"8/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":833,"Cost":758,"Date":"9/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":493,"Cost":432,"Date":"10/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":479,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":54,"Cost":38,"Date":"11/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":624,"Date":"12/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":733,"Cost":478,"Date":"12/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":228,"Cost":201,"Date":"1/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":280,"Date":"1/23/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":673,"Cost":438,"Date":"2/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":803,"Cost":561,"Date":"3/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":201,"Cost":187,"Date":"3/12/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":330,"Cost":256,"Date":"3/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":286,"Date":"6/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":203,"Date":"6/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":215,"Date":"8/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":369,"Date":"10/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":381,"Date":"11/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":24,"Date":"11/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":798,"Cost":479,"Date":"3/27/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":404,"Date":"4/17/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":431,"Date":"8/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":645,"Date":"8/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":665,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":141,"Date":"9/5/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":139,"Date":"9/14/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":364,"Cost":250,"Date":"9/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":88,"Date":"11/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":92,"Date":"12/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":108,"Date":"1/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":564,"Date":"1/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":472,"Date":"2/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":34,"Date":"3/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":433,"Date":"4/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":545,"Date":"4/5/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":832,"Cost":565,"Date":"4/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":364,"Cost":247,"Date":"7/10/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":70,"Date":"3/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":633,"Cost":573,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":244,"Date":"10/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":586,"Date":"3/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":576,"Cost":393,"Date":"6/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":774,"Cost":530,"Date":"7/17/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":292,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":187,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":522,"Date":"11/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":407,"Cost":244,"Date":"12/16/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":431,"Cost":243,"Date":"12/30/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":256,"Cost":174,"Date":"2/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":517,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":756,"Cost":568,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":995,"Cost":934,"Date":"4/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":359,"Cost":200,"Date":"7/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":154,"Date":"8/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":420,"Date":"10/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":8,"Date":"11/11/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":257,"Date":"11/30/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":403,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":425,"Cost":230,"Date":"3/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":158,"Date":"4/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":162,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":112,"Date":"8/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":484,"Cost":421,"Date":"9/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":444,"Date":"10/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":21,"Cost":17,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":95,"Date":"11/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":14,"Cost":13,"Date":"12/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":659,"Date":"12/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":35,"Cost":29,"Date":"1/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":5,"Date":"1/23/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":496,"Date":"2/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":438,"Cost":229,"Date":"3/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":45,"Cost":42,"Date":"3/12/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":648,"Date":"3/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":522,"Date":"6/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":594,"Cost":411,"Date":"6/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":772,"Cost":655,"Date":"8/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":476,"Cost":397,"Date":"10/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":915,"Cost":473,"Date":"11/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":504,"Cost":463,"Date":"11/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":410,"Date":"3/27/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":177,"Cost":149,"Date":"4/17/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":505,"Date":"8/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":507,"Date":"8/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":556,"Cost":474,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":648,"Cost":469,"Date":"9/5/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":264,"Date":"9/14/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":157,"Date":"9/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":128,"Cost":94,"Date":"11/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":480,"Date":"12/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":485,"Date":"1/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":756,"Date":"1/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":167,"Date":"2/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":981,"Cost":844,"Date":"3/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":603,"Cost":494,"Date":"4/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":22,"Date":"4/5/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":519,"Date":"4/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":794,"Cost":428,"Date":"7/10/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":359,"Date":"3/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":748,"Cost":535,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":68,"Date":"10/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":822,"Cost":718,"Date":"3/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":269,"Date":"6/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":663,"Cost":336,"Date":"7/17/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":113,"Cost":106,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":609,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":123,"Date":"11/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":841,"Cost":489,"Date":"12/16/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":242,"Date":"12/30/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":11,"Date":"2/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":318,"Cost":278,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":32,"Cost":19,"Date":"3/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":218,"Date":"4/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":578,"Date":"7/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":229,"Date":"8/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":467,"Date":"10/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":27,"Date":"11/11/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":968,"Cost":498,"Date":"11/30/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":217,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":94,"Date":"3/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":364,"Date":"4/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":218,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":150,"Date":"8/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":765,"Date":"9/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":322,"Cost":192,"Date":"10/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":142,"Cost":126,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":706,"Date":"11/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":391,"Cost":198,"Date":"12/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":250,"Date":"12/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":405,"Date":"1/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":66,"Date":"1/23/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":392,"Cost":318,"Date":"2/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":914,"Cost":707,"Date":"3/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":511,"Date":"3/12/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":306,"Date":"3/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":110,"Date":"6/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":99,"Cost":59,"Date":"6/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":503,"Cost":307,"Date":"8/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":195,"Date":"10/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":694,"Cost":596,"Date":"11/4/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":755,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":76,"Cost":58,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":406,"Cost":336,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":765,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":206,"Cost":132,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":519,"Cost":345,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":340,"Cost":245,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":262,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":736,"Cost":627,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":658,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":749,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":566,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":694,"Cost":423,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":335,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":922,"Cost":621,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":569,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":651,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":46,"Cost":34,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":537,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":625,"Cost":507,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":82,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":232,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":87,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":493,"Cost":288,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":568,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":373,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":2,"Cost":1,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":266,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":124,"Cost":68,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":69,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":91,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":445,"Cost":361,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":764,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":421,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":517,"Cost":365,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":128,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":337,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":281,"Cost":220,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":190,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":732,"Cost":593,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":151,"Cost":99,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":484,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":530,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":816,"Cost":591,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":48,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":585,"Cost":362,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":207,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":529,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":609,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":802,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":181,"Cost":155,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":586,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":476,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":680,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":695,"Cost":476,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":407,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":729,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":735,"Cost":382,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":70,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":772,"Cost":683,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":837,"Cost":650,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":768,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":844,"Cost":433,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":117,"Cost":94,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":63,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":186,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":617,"Cost":355,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":444,"Cost":226,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":801,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":492,"Cost":345,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":491,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":56,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":755,"Cost":423,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":82,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":247,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":906,"Cost":736,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":224,"Cost":119,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":677,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":908,"Cost":738,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":722,"Cost":544,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":230,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":387,"Cost":243,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":377,"Cost":347,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":186,"Cost":161,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":441,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":29,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":201,"Cost":117,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":539,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":272,"Cost":162,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":825,"Cost":490,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":258,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":193,"Cost":154,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":131,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":16,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":280,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":258,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":169,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":419,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":249,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":896,"Cost":622,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":410,"Cost":297,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":262,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":21,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":911,"Cost":725,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":252,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":88,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":37,"Cost":19,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":21,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":277,"Cost":195,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":48,"Cost":33,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":787,"Cost":584,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":255,"Cost":139,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":800,"Cost":735,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":479,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":377,"Cost":326,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":860,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":117,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":329,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":565,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":940,"Cost":736,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":258,"Cost":158,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":143,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":366,"Cost":312,"Date":"11/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":338,"Date":"3/27/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":59,"Date":"4/17/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":267,"Cost":226,"Date":"8/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":407,"Date":"8/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":101,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":816,"Cost":415,"Date":"9/5/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":543,"Cost":466,"Date":"9/14/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":235,"Date":"9/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":978,"Cost":768,"Date":"11/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":622,"Date":"12/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":433,"Cost":362,"Date":"1/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":434,"Date":"1/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":283,"Date":"2/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":965,"Cost":661,"Date":"3/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":146,"Cost":133,"Date":"4/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":168,"Date":"4/5/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":212,"Cost":179,"Date":"4/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":373,"Date":"7/10/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":743,"Cost":521,"Date":"3/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":16,"Cost":11,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":4,"Cost":3,"Date":"10/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":692,"Date":"3/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":268,"Date":"6/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":486,"Date":"7/17/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":987,"Cost":648,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":652,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":214,"Cost":140,"Date":"11/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":189,"Date":"12/16/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":193,"Date":"12/30/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":277,"Date":"2/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":469,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":455,"Cost":318,"Date":"3/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":728,"Cost":388,"Date":"4/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":516,"Cost":289,"Date":"7/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":28,"Cost":22,"Date":"8/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":394,"Cost":317,"Date":"10/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":493,"Date":"11/11/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":718,"Cost":401,"Date":"11/30/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":55,"Cost":42,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":427,"Cost":244,"Date":"3/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":913,"Cost":655,"Date":"4/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":840,"Cost":632,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":513,"Date":"8/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":746,"Date":"9/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":600,"Cost":479,"Date":"10/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":988,"Cost":912,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":591,"Cost":359,"Date":"11/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":318,"Cost":162,"Date":"12/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":619,"Cost":489,"Date":"12/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":370,"Date":"1/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":15,"Cost":12,"Date":"1/23/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":494,"Date":"2/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":628,"Date":"3/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":678,"Date":"3/12/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":232,"Cost":117,"Date":"3/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":898,"Cost":640,"Date":"6/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":751,"Cost":639,"Date":"6/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":272,"Date":"8/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":148,"Cost":121,"Date":"10/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":17,"Date":"11/4/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":122,"Date":"11/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":174,"Cost":152,"Date":"3/27/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":371,"Cost":295,"Date":"4/17/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":729,"Cost":662,"Date":"8/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":620,"Cost":467,"Date":"8/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":692,"Cost":438,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":37,"Cost":35,"Date":"9/5/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":266,"Cost":137,"Date":"9/14/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":96,"Cost":64,"Date":"9/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":412,"Cost":225,"Date":"11/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":315,"Cost":268,"Date":"12/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":732,"Cost":459,"Date":"1/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":258,"Cost":229,"Date":"1/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":634,"Cost":476,"Date":"2/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":916,"Cost":761,"Date":"3/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":849,"Cost":741,"Date":"4/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":476,"Cost":328,"Date":"4/5/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":784,"Cost":406,"Date":"4/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":630,"Cost":363,"Date":"7/10/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":722,"Cost":452,"Date":"3/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":579,"Cost":522,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":313,"Cost":189,"Date":"10/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":764,"Cost":685,"Date":"3/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":790,"Cost":635,"Date":"6/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":28,"Cost":16,"Date":"7/17/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":972,"Cost":799,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":880,"Cost":624,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":380,"Cost":226,"Date":"11/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":683,"Cost":508,"Date":"12/16/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":24,"Cost":22,"Date":"12/30/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":288,"Cost":261,"Date":"2/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":968,"Cost":727,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":578,"Cost":338,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":969,"Cost":511,"Date":"4/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":151,"Cost":98,"Date":"7/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":12,"Cost":9,"Date":"8/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":233,"Cost":117,"Date":"10/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":780,"Cost":407,"Date":"11/11/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":498,"Cost":366,"Date":"11/30/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":481,"Cost":251,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":985,"Cost":604,"Date":"3/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":706,"Cost":508,"Date":"4/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":946,"Cost":660,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":942,"Cost":701,"Date":"8/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":961,"Cost":703,"Date":"9/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":652,"Cost":614,"Date":"10/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":964,"Cost":802,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":130,"Cost":114,"Date":"11/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":662,"Cost":486,"Date":"12/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":476,"Cost":365,"Date":"12/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":984,"Cost":698,"Date":"1/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":282,"Cost":247,"Date":"1/23/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":700,"Cost":523,"Date":"2/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":54,"Cost":37,"Date":"3/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":748,"Cost":630,"Date":"3/12/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":887,"Cost":741,"Date":"3/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":941,"Cost":535,"Date":"6/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":821,"Cost":617,"Date":"6/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":199,"Cost":142,"Date":"8/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":157,"Cost":145,"Date":"10/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":177,"Cost":98,"Date":"11/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":186,"Cost":175,"Date":"11/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":301,"Cost":239,"Date":"3/27/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":932,"Cost":646,"Date":"4/17/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":246,"Cost":177,"Date":"8/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":111,"Cost":55,"Date":"8/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":154,"Cost":78,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":715,"Cost":410,"Date":"9/5/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":860,"Cost":743,"Date":"9/14/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":874,"Cost":610,"Date":"9/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":299,"Cost":256,"Date":"11/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":964,"Cost":756,"Date":"12/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":93,"Cost":72,"Date":"1/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":4,"Cost":4,"Date":"1/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":390,"Cost":315,"Date":"2/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":636,"Cost":468,"Date":"3/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":606,"Cost":440,"Date":"4/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":488,"Cost":306,"Date":"4/5/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":340,"Cost":250,"Date":"4/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":544,"Cost":369,"Date":"7/10/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":206,"Cost":175,"Date":"3/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":749,"Cost":478,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":648,"Cost":544,"Date":"10/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":915,"Cost":802,"Date":"3/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":496,"Cost":404,"Date":"6/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":780,"Cost":485,"Date":"7/17/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":698,"Cost":514,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":462,"Cost":303,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":91,"Cost":82,"Date":"11/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":815,"Cost":515,"Date":"12/16/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":446,"Cost":260,"Date":"12/30/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":306,"Cost":184,"Date":"2/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":57,"Cost":44,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":22,"Cost":20,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":545,"Cost":417,"Date":"4/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":178,"Cost":92,"Date":"7/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":640,"Cost":491,"Date":"8/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":669,"Cost":366,"Date":"10/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":967,"Cost":529,"Date":"11/11/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":211,"Cost":184,"Date":"11/30/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":5,"Cost":4,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":332,"Cost":265,"Date":"3/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":954,"Cost":550,"Date":"4/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":438,"Cost":334,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":992,"Cost":667,"Date":"8/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":584,"Cost":454,"Date":"9/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":761,"Cost":532,"Date":"10/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":113,"Cost":63,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":823,"Cost":529,"Date":"11/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":431,"Cost":309,"Date":"12/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":695,"Cost":436,"Date":"12/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":328,"Cost":215,"Date":"1/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":863,"Cost":701,"Date":"1/23/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":509,"Cost":373,"Date":"2/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":854,"Cost":451,"Date":"3/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":462,"Cost":386,"Date":"3/12/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":73,"Cost":50,"Date":"3/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":730,"Cost":377,"Date":"6/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":59,"Cost":49,"Date":"6/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":702,"Cost":567,"Date":"8/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":535,"Cost":450,"Date":"10/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":37,"Cost":28,"Date":"11/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":743,"Cost":467,"Date":"11/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":901,"Cost":566,"Date":"3/27/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":86,"Cost":60,"Date":"4/17/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":695,"Cost":520,"Date":"8/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":221,"Cost":115,"Date":"8/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":445,"Cost":379,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":644,"Cost":517,"Date":"9/5/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":911,"Cost":521,"Date":"9/14/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":110,"Cost":81,"Date":"9/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":880,"Cost":824,"Date":"11/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":520,"Cost":396,"Date":"12/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":94,"Cost":58,"Date":"1/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":827,"Cost":772,"Date":"1/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":275,"Cost":260,"Date":"2/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":387,"Cost":307,"Date":"3/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":621,"Cost":487,"Date":"4/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":991,"Cost":912,"Date":"4/5/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":536,"Cost":505,"Date":"4/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":356,"Cost":292,"Date":"7/10/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":315,"Cost":212,"Date":"3/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":248,"Cost":215,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":463,"Cost":360,"Date":"10/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":119,"Cost":90,"Date":"3/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":628,"Cost":541,"Date":"6/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":269,"Cost":171,"Date":"7/17/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":679,"Cost":421,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":311,"Cost":274,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":190,"Cost":147,"Date":"11/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":36,"Cost":24,"Date":"12/16/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":663,"Cost":561,"Date":"12/30/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":311,"Cost":203,"Date":"2/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":838,"Cost":497,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":449,"Cost":391,"Date":"3/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":109,"Cost":58,"Date":"4/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":840,"Cost":655,"Date":"7/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":764,"Cost":384,"Date":"8/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":782,"Cost":693,"Date":"10/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":424,"Cost":319,"Date":"11/11/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":906,"Cost":547,"Date":"11/30/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":86,"Cost":43,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":613,"Cost":553,"Date":"3/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":51,"Cost":25,"Date":"4/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":388,"Cost":278,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":191,"Cost":132,"Date":"8/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":112,"Cost":76,"Date":"9/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":899,"Cost":671,"Date":"10/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":857,"Cost":750,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":179,"Cost":141,"Date":"11/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":817,"Cost":566,"Date":"12/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":940,"Cost":580,"Date":"12/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":526,"Cost":495,"Date":"1/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":86,"Cost":71,"Date":"1/23/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":640,"Cost":387,"Date":"2/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":4,"Cost":2,"Date":"3/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":342,"Cost":302,"Date":"3/12/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":835,"Cost":633,"Date":"3/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":530,"Cost":460,"Date":"6/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":36,"Cost":31,"Date":"6/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":740,"Cost":686,"Date":"8/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":224,"Cost":168,"Date":"10/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":736,"Cost":693,"Date":"11/4/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":162,"Cost":135,"Date":"11/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":279,"Date":"3/27/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":849,"Cost":742,"Date":"4/17/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":919,"Cost":618,"Date":"8/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":96,"Date":"8/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":360,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":15,"Date":"9/5/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":257,"Date":"9/14/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":466,"Date":"9/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":562,"Cost":531,"Date":"11/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":349,"Date":"12/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":866,"Cost":738,"Date":"1/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":295,"Date":"1/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":782,"Cost":707,"Date":"2/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":833,"Cost":589,"Date":"3/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":549,"Cost":416,"Date":"4/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":117,"Date":"4/5/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":414,"Date":"4/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":699,"Cost":652,"Date":"7/10/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":742,"Cost":545,"Date":"3/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":267,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":385,"Date":"10/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":416,"Date":"3/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":100,"Date":"6/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":73,"Cost":65,"Date":"7/17/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":515,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":241,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":393,"Date":"11/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":929,"Cost":626,"Date":"12/16/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":439,"Cost":318,"Date":"12/30/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":236,"Cost":210,"Date":"2/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":5,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":919,"Cost":671,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":633,"Cost":386,"Date":"4/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":361,"Cost":336,"Date":"7/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":53,"Date":"8/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":459,"Cost":352,"Date":"10/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":485,"Date":"11/11/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":714,"Cost":585,"Date":"11/30/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":803,"Cost":468,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":158,"Date":"3/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":285,"Cost":227,"Date":"4/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":530,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":524,"Date":"8/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":645,"Cost":379,"Date":"9/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":534,"Cost":453,"Date":"10/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":502,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":53,"Date":"11/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":839,"Cost":757,"Date":"12/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":98,"Date":"12/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":425,"Cost":311,"Date":"1/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":538,"Date":"1/23/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":971,"Cost":778,"Date":"2/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":648,"Date":"3/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":376,"Cost":332,"Date":"3/12/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":549,"Date":"3/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":200,"Date":"6/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":153,"Date":"6/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":500,"Cost":306,"Date":"8/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":739,"Cost":399,"Date":"10/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":540,"Date":"11/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Jeans","Country":"Australia","Sale":837,"Cost":423,"Date":"11/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":143,"Cost":122,"Date":"3/27/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":416,"Cost":337,"Date":"4/17/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":259,"Date":"8/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":441,"Date":"8/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":376,"Cost":276,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":683,"Cost":502,"Date":"9/5/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":652,"Cost":594,"Date":"9/14/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":783,"Cost":666,"Date":"9/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":294,"Date":"11/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":770,"Cost":647,"Date":"12/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":491,"Date":"1/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":819,"Cost":581,"Date":"1/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":465,"Date":"2/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":427,"Date":"3/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":238,"Date":"4/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":545,"Date":"4/5/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":780,"Date":"4/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":769,"Date":"7/10/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":149,"Date":"3/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":464,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":258,"Date":"10/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":660,"Date":"3/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":431,"Date":"6/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":122,"Cost":109,"Date":"7/17/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":454,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":777,"Cost":575,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":725,"Cost":457,"Date":"11/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":451,"Date":"12/16/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":131,"Cost":81,"Date":"12/30/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":217,"Date":"2/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":78,"Cost":67,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":457,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":540,"Date":"4/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":251,"Date":"7/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":498,"Date":"8/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":825,"Cost":696,"Date":"10/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":201,"Cost":149,"Date":"11/11/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":370,"Cost":228,"Date":"11/30/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":935,"Cost":587,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":639,"Cost":334,"Date":"3/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":848,"Cost":589,"Date":"4/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":333,"Cost":258,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":645,"Date":"8/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":820,"Cost":729,"Date":"9/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":668,"Date":"10/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":768,"Cost":490,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":552,"Cost":354,"Date":"11/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":670,"Date":"12/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":693,"Cost":547,"Date":"12/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":135,"Date":"1/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":339,"Date":"1/23/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":950,"Cost":660,"Date":"2/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":107,"Date":"3/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":234,"Date":"3/12/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":104,"Cost":56,"Date":"3/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":88,"Date":"6/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":553,"Cost":347,"Date":"6/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":132,"Cost":81,"Date":"8/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":157,"Cost":98,"Date":"10/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":156,"Date":"11/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":477,"Cost":364,"Date":"11/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":9,"Date":"3/27/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":708,"Cost":609,"Date":"4/17/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":662,"Date":"8/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":992,"Cost":660,"Date":"8/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":597,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":633,"Cost":357,"Date":"9/5/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":82,"Date":"9/14/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":445,"Date":"9/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":712,"Cost":620,"Date":"11/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":684,"Date":"12/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":225,"Date":"1/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":486,"Date":"1/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":241,"Date":"2/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":5,"Date":"3/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":794,"Date":"4/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":624,"Date":"4/5/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":79,"Date":"4/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":765,"Date":"7/10/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":192,"Date":"3/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":814,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":601,"Date":"10/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":509,"Date":"3/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":89,"Cost":50,"Date":"6/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":818,"Date":"7/17/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":636,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":152,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":268,"Cost":208,"Date":"11/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":777,"Cost":644,"Date":"12/16/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":551,"Cost":483,"Date":"12/30/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":872,"Cost":544,"Date":"2/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":601,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":552,"Date":"3/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":240,"Date":"4/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":385,"Date":"7/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":385,"Date":"8/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":191,"Cost":130,"Date":"10/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":272,"Date":"11/11/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":15,"Date":"11/30/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":243,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":35,"Date":"3/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":479,"Date":"4/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":88,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":11,"Date":"8/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":563,"Date":"9/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":458,"Cost":274,"Date":"10/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":763,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":149,"Date":"11/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":219,"Cost":176,"Date":"12/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":305,"Cost":167,"Date":"12/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":590,"Date":"1/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":761,"Date":"1/23/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":175,"Date":"2/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":424,"Date":"3/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":468,"Cost":302,"Date":"3/12/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":554,"Date":"3/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":521,"Cost":363,"Date":"6/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":14,"Date":"6/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":630,"Date":"8/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":710,"Date":"10/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":548,"Date":"11/4/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":457,"Cost":298,"Date":"11/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":325,"Cost":279,"Date":"3/27/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":882,"Cost":449,"Date":"4/17/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":133,"Cost":98,"Date":"8/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":459,"Cost":315,"Date":"8/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":598,"Cost":411,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":835,"Cost":503,"Date":"9/5/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":637,"Cost":354,"Date":"9/14/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":19,"Cost":12,"Date":"9/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":219,"Cost":189,"Date":"11/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":400,"Cost":260,"Date":"12/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":187,"Cost":145,"Date":"1/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":586,"Cost":385,"Date":"1/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":287,"Cost":218,"Date":"2/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":204,"Cost":157,"Date":"3/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":234,"Cost":132,"Date":"4/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":539,"Cost":454,"Date":"4/5/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":128,"Cost":88,"Date":"4/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":724,"Cost":529,"Date":"7/10/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":829,"Cost":745,"Date":"3/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":386,"Cost":318,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":47,"Cost":24,"Date":"10/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":526,"Cost":399,"Date":"3/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":838,"Cost":572,"Date":"6/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":661,"Cost":615,"Date":"7/17/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":718,"Cost":592,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":134,"Cost":112,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":936,"Cost":734,"Date":"11/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":495,"Cost":307,"Date":"12/16/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":777,"Cost":643,"Date":"12/30/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":660,"Cost":337,"Date":"2/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":591,"Cost":413,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":499,"Cost":333,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":20,"Cost":11,"Date":"4/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":773,"Cost":412,"Date":"7/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":638,"Cost":533,"Date":"8/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":575,"Cost":294,"Date":"10/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":988,"Cost":748,"Date":"11/11/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":352,"Cost":269,"Date":"11/30/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":644,"Cost":410,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":587,"Cost":388,"Date":"3/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":547,"Cost":503,"Date":"4/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":257,"Cost":172,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":230,"Cost":116,"Date":"8/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":544,"Cost":414,"Date":"9/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":584,"Cost":420,"Date":"10/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":375,"Cost":216,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":440,"Cost":222,"Date":"11/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":831,"Cost":549,"Date":"12/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":129,"Cost":112,"Date":"12/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":609,"Cost":573,"Date":"1/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":251,"Cost":200,"Date":"1/23/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":703,"Cost":401,"Date":"2/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":965,"Cost":836,"Date":"3/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":609,"Cost":516,"Date":"3/12/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":189,"Cost":170,"Date":"3/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":366,"Cost":298,"Date":"6/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":395,"Cost":288,"Date":"6/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":925,"Cost":544,"Date":"8/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":953,"Cost":642,"Date":"10/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":831,"Cost":736,"Date":"11/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":156,"Cost":102,"Date":"11/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":955,"Cost":495,"Date":"3/27/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":63,"Cost":44,"Date":"4/17/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":910,"Cost":711,"Date":"8/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":976,"Cost":745,"Date":"8/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":307,"Cost":204,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":957,"Cost":615,"Date":"9/5/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":988,"Cost":544,"Date":"9/14/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":555,"Cost":472,"Date":"9/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":219,"Cost":112,"Date":"11/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":147,"Cost":124,"Date":"12/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":718,"Cost":666,"Date":"1/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":658,"Cost":505,"Date":"1/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":142,"Cost":92,"Date":"2/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":816,"Cost":576,"Date":"3/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":800,"Cost":538,"Date":"4/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":598,"Cost":329,"Date":"4/5/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":238,"Cost":215,"Date":"4/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":122,"Cost":108,"Date":"7/10/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":475,"Cost":319,"Date":"3/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":234,"Cost":178,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":451,"Cost":267,"Date":"10/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":589,"Cost":442,"Date":"3/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":901,"Cost":629,"Date":"6/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":468,"Cost":295,"Date":"7/17/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":889,"Cost":588,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":962,"Cost":843,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":595,"Cost":401,"Date":"11/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":977,"Cost":503,"Date":"12/16/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":894,"Cost":619,"Date":"12/30/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":695,"Cost":621,"Date":"2/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":446,"Cost":374,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":201,"Cost":148,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":629,"Cost":361,"Date":"4/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":531,"Cost":345,"Date":"7/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":185,"Cost":164,"Date":"8/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":848,"Cost":470,"Date":"10/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":85,"Cost":47,"Date":"11/11/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":424,"Cost":233,"Date":"11/30/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":571,"Cost":426,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":810,"Cost":700,"Date":"3/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":626,"Cost":399,"Date":"4/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":702,"Cost":506,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":373,"Cost":192,"Date":"8/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":485,"Cost":338,"Date":"9/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":628,"Cost":529,"Date":"10/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":429,"Cost":314,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":669,"Cost":507,"Date":"11/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":351,"Cost":239,"Date":"12/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":577,"Cost":529,"Date":"12/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":506,"Cost":370,"Date":"1/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":850,"Cost":494,"Date":"1/23/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":531,"Cost":320,"Date":"2/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":232,"Cost":133,"Date":"3/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":430,"Cost":250,"Date":"3/12/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":498,"Cost":333,"Date":"3/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":812,"Cost":614,"Date":"6/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":225,"Cost":158,"Date":"6/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":68,"Cost":55,"Date":"8/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":660,"Cost":368,"Date":"10/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":961,"Cost":904,"Date":"11/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":397,"Cost":308,"Date":"11/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":229,"Cost":170,"Date":"3/27/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":488,"Date":"4/17/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":618,"Cost":510,"Date":"8/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":310,"Date":"8/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":26,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":91,"Cost":72,"Date":"9/5/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":174,"Date":"9/14/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":941,"Cost":592,"Date":"9/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":339,"Date":"11/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":102,"Date":"12/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":740,"Date":"1/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":746,"Cost":642,"Date":"1/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":52,"Date":"2/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":42,"Date":"3/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":156,"Date":"4/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":487,"Date":"4/5/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":324,"Date":"4/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":428,"Date":"7/10/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":505,"Date":"3/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":60,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":26,"Date":"10/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":578,"Date":"3/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":180,"Date":"6/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":429,"Date":"7/17/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":721,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":52,"Cost":39,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":919,"Cost":768,"Date":"11/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":810,"Cost":444,"Date":"12/16/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":295,"Date":"12/30/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":152,"Date":"2/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":957,"Cost":873,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":717,"Date":"3/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":462,"Date":"4/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":493,"Cost":293,"Date":"7/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":939,"Cost":503,"Date":"8/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":566,"Date":"10/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":263,"Cost":236,"Date":"11/11/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":615,"Cost":440,"Date":"11/30/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":891,"Cost":680,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":276,"Date":"3/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":67,"Date":"4/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":774,"Cost":674,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":651,"Cost":590,"Date":"8/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":48,"Cost":26,"Date":"9/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":453,"Cost":381,"Date":"10/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":644,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":211,"Cost":134,"Date":"11/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":69,"Cost":44,"Date":"12/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":263,"Cost":174,"Date":"12/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":873,"Cost":651,"Date":"1/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":45,"Date":"1/23/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":599,"Date":"2/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":114,"Date":"3/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":454,"Date":"3/12/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":26,"Date":"3/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":265,"Date":"6/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":596,"Cost":391,"Date":"6/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":163,"Date":"8/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":661,"Cost":344,"Date":"10/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":122,"Date":"11/4/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":476,"Date":"11/9/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":157,"Date":"3/27/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":239,"Date":"4/17/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":624,"Date":"8/11/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":541,"Date":"8/21/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":303,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":751,"Cost":565,"Date":"9/5/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":682,"Date":"9/14/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":39,"Cost":31,"Date":"9/20/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":79,"Date":"11/20/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":580,"Date":"12/21/2018"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":641,"Date":"1/7/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":556,"Date":"1/21/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":290,"Cost":272,"Date":"2/9/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":605,"Cost":414,"Date":"3/19/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":951,"Cost":739,"Date":"4/3/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":673,"Date":"4/5/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":140,"Cost":96,"Date":"4/28/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":557,"Cost":431,"Date":"7/10/2019"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":446,"Cost":397,"Date":"3/25/2020"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":188,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":484,"Date":"10/28/2020"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":843,"Cost":543,"Date":"3/2/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":130,"Date":"6/28/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":365,"Date":"7/17/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":561,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":154,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":254,"Cost":218,"Date":"11/20/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":460,"Date":"12/16/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":768,"Date":"12/30/2021"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":616,"Date":"2/15/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":474,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":217,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":618,"Date":"4/18/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":472,"Date":"7/27/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":287,"Date":"8/18/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":136,"Cost":74,"Date":"10/31/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":494,"Date":"11/11/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":580,"Cost":425,"Date":"11/30/2022"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":761,"Cost":692,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":77,"Cost":68,"Date":"3/1/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":584,"Date":"4/13/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":581,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":315,"Date":"8/13/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":511,"Date":"9/15/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":163,"Date":"10/14/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":152,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":25,"Date":"11/11/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":621,"Cost":580,"Date":"12/7/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":292,"Date":"12/21/2023"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":212,"Date":"1/6/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":547,"Cost":419,"Date":"1/23/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":18,"Date":"2/4/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":489,"Date":"3/10/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":165,"Date":"3/12/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":277,"Date":"3/31/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":369,"Cost":230,"Date":"6/16/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":663,"Cost":615,"Date":"6/17/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":646,"Cost":533,"Date":"8/27/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":266,"Date":"10/1/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":394,"Date":"11/4/2024"},{"Store":"Cairns Central","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":156,"Date":"11/9/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":330,"Cost":192,"Date":"3/27/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":363,"Cost":186,"Date":"4/17/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":178,"Cost":157,"Date":"8/11/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":408,"Cost":237,"Date":"8/21/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":177,"Cost":106,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":460,"Cost":250,"Date":"9/5/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":394,"Cost":329,"Date":"9/14/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":10,"Cost":7,"Date":"9/20/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":896,"Cost":490,"Date":"11/20/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":714,"Cost":378,"Date":"12/21/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":312,"Cost":230,"Date":"1/7/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":601,"Cost":469,"Date":"1/21/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":550,"Cost":341,"Date":"2/9/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":231,"Cost":177,"Date":"3/19/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":48,"Cost":34,"Date":"4/3/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":416,"Cost":375,"Date":"4/5/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":938,"Cost":802,"Date":"4/28/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":492,"Cost":292,"Date":"7/10/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":367,"Cost":189,"Date":"3/25/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":201,"Cost":171,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":723,"Cost":447,"Date":"10/28/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":7,"Cost":5,"Date":"3/2/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":373,"Cost":307,"Date":"6/28/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":386,"Cost":259,"Date":"7/17/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":546,"Cost":494,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":569,"Cost":394,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":383,"Cost":292,"Date":"11/20/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":240,"Cost":122,"Date":"12/16/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":805,"Cost":426,"Date":"12/30/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":93,"Cost":86,"Date":"2/15/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":110,"Cost":75,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":253,"Cost":240,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":480,"Cost":345,"Date":"4/18/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":640,"Cost":534,"Date":"7/27/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":506,"Cost":277,"Date":"8/18/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":821,"Cost":623,"Date":"10/31/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":891,"Cost":491,"Date":"11/11/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":273,"Cost":222,"Date":"11/30/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":346,"Cost":328,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":229,"Cost":129,"Date":"3/1/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":951,"Cost":867,"Date":"4/13/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":887,"Cost":649,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":887,"Cost":767,"Date":"8/13/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":193,"Cost":157,"Date":"9/15/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":565,"Cost":403,"Date":"10/14/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":286,"Cost":221,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":191,"Cost":163,"Date":"11/11/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":46,"Cost":27,"Date":"12/7/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":437,"Cost":389,"Date":"12/21/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":371,"Cost":339,"Date":"1/6/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":141,"Cost":112,"Date":"1/23/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":989,"Cost":850,"Date":"2/4/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":246,"Cost":187,"Date":"3/10/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":843,"Cost":775,"Date":"3/12/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":15,"Cost":9,"Date":"3/31/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":968,"Cost":668,"Date":"6/16/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":615,"Cost":548,"Date":"6/17/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":657,"Cost":432,"Date":"8/27/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":331,"Cost":292,"Date":"10/1/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":174,"Cost":142,"Date":"11/4/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":544,"Cost":467,"Date":"11/9/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":793,"Cost":497,"Date":"3/27/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":711,"Cost":360,"Date":"4/17/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":842,"Date":"8/11/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":139,"Date":"8/21/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":531,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":392,"Cost":300,"Date":"9/5/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":405,"Date":"9/14/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":253,"Cost":135,"Date":"9/20/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":443,"Date":"11/20/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":728,"Cost":376,"Date":"12/21/2018"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":400,"Date":"1/7/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":156,"Date":"1/21/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":267,"Date":"2/9/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":663,"Date":"3/19/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":466,"Date":"4/3/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":658,"Cost":555,"Date":"4/5/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":597,"Date":"4/28/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":440,"Date":"7/10/2019"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":475,"Date":"3/25/2020"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":2,"Cost":2,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":124,"Date":"10/28/2020"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":394,"Cost":227,"Date":"3/2/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":131,"Date":"6/28/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":447,"Cost":364,"Date":"7/17/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":267,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":590,"Cost":419,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":940,"Cost":580,"Date":"11/20/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":642,"Date":"12/16/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":242,"Date":"12/30/2021"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":555,"Date":"2/15/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":380,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":212,"Cost":125,"Date":"3/7/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":205,"Date":"4/18/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":518,"Cost":279,"Date":"7/27/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":576,"Cost":512,"Date":"8/18/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":513,"Date":"10/31/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":110,"Cost":67,"Date":"11/11/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":90,"Date":"11/30/2022"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":169,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":515,"Date":"3/1/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":632,"Date":"4/13/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":19,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":57,"Cost":45,"Date":"8/13/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":586,"Date":"9/15/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":207,"Date":"10/14/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":683,"Cost":617,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":265,"Date":"11/11/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":727,"Cost":663,"Date":"12/7/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":546,"Cost":454,"Date":"12/21/2023"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":691,"Date":"1/6/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":54,"Date":"1/23/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":187,"Date":"2/4/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":171,"Date":"3/10/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":146,"Cost":85,"Date":"3/12/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":147,"Date":"3/31/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":492,"Date":"6/16/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":75,"Cost":60,"Date":"6/17/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":86,"Cost":67,"Date":"8/27/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":950,"Cost":614,"Date":"10/1/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":79,"Cost":70,"Date":"11/4/2024"},{"Store":"Cairns Central","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":553,"Date":"11/9/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":554,"Cost":337,"Date":"3/27/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":113,"Date":"4/17/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":566,"Cost":408,"Date":"8/11/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":978,"Cost":561,"Date":"8/21/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":631,"Cost":564,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":24,"Date":"9/5/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":232,"Date":"9/14/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":435,"Cost":250,"Date":"9/20/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":609,"Date":"11/20/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":163,"Date":"12/21/2018"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":102,"Cost":92,"Date":"1/7/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":228,"Date":"1/21/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":590,"Cost":437,"Date":"2/9/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":299,"Cost":150,"Date":"3/19/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":368,"Cost":246,"Date":"4/3/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":466,"Date":"4/5/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":370,"Date":"4/28/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":134,"Date":"7/10/2019"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":110,"Date":"3/25/2020"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":368,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":10,"Cost":8,"Date":"10/28/2020"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":934,"Cost":825,"Date":"3/2/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":137,"Cost":128,"Date":"6/28/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":591,"Cost":302,"Date":"7/17/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":485,"Cost":328,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":782,"Cost":605,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":732,"Cost":608,"Date":"11/20/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":26,"Cost":23,"Date":"12/16/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":956,"Cost":511,"Date":"12/30/2021"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":361,"Cost":331,"Date":"2/15/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":185,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":110,"Cost":70,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":235,"Date":"4/18/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":193,"Date":"7/27/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":665,"Date":"8/18/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":252,"Date":"10/31/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":423,"Cost":284,"Date":"11/11/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":520,"Date":"11/30/2022"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":451,"Cost":299,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":464,"Date":"3/1/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":301,"Date":"4/13/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":512,"Cost":375,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":318,"Date":"8/13/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":287,"Cost":192,"Date":"9/15/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":280,"Date":"10/14/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":931,"Cost":478,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":480,"Date":"11/11/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":966,"Cost":843,"Date":"12/7/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":657,"Date":"12/21/2023"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":34,"Date":"1/6/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":358,"Date":"1/23/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":35,"Cost":21,"Date":"2/4/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":336,"Date":"3/10/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":336,"Date":"3/12/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":396,"Date":"3/31/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":670,"Cost":527,"Date":"6/16/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":883,"Cost":513,"Date":"6/17/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":310,"Cost":213,"Date":"8/27/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":394,"Date":"10/1/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":97,"Cost":83,"Date":"11/4/2024"},{"Store":"Stockland Cairns","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":159,"Date":"11/9/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":549,"Cost":407,"Date":"3/27/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":291,"Date":"4/17/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":462,"Date":"8/11/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":493,"Date":"8/21/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":660,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":835,"Cost":434,"Date":"9/5/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":703,"Date":"9/14/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":692,"Cost":616,"Date":"9/20/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":330,"Date":"11/20/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":249,"Date":"12/21/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":746,"Cost":608,"Date":"1/7/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":230,"Date":"1/21/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":509,"Cost":327,"Date":"2/9/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":577,"Cost":475,"Date":"3/19/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":255,"Date":"4/3/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":389,"Date":"4/5/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":869,"Date":"4/28/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":438,"Date":"7/10/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":605,"Cost":391,"Date":"3/25/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":468,"Cost":415,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":670,"Date":"10/28/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":985,"Cost":733,"Date":"3/2/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":692,"Cost":612,"Date":"6/28/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":632,"Date":"7/17/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":115,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":419,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":638,"Date":"11/20/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":559,"Date":"12/16/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":836,"Cost":680,"Date":"12/30/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":280,"Date":"2/15/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":492,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":114,"Cost":77,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":27,"Date":"4/18/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":679,"Cost":584,"Date":"7/27/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":441,"Cost":391,"Date":"8/18/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":118,"Date":"10/31/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":819,"Cost":445,"Date":"11/11/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":518,"Cost":339,"Date":"11/30/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":380,"Cost":246,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":223,"Cost":138,"Date":"3/1/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":429,"Cost":375,"Date":"4/13/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":578,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":460,"Cost":275,"Date":"8/13/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":41,"Date":"9/15/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":227,"Cost":162,"Date":"10/14/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":513,"Cost":476,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":428,"Date":"11/11/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":249,"Date":"12/7/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":156,"Cost":116,"Date":"12/21/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":678,"Date":"1/6/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":383,"Date":"1/23/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":148,"Cost":113,"Date":"2/4/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":813,"Cost":743,"Date":"3/10/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":188,"Cost":101,"Date":"3/12/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":719,"Cost":430,"Date":"3/31/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":185,"Date":"6/16/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":117,"Date":"6/17/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":332,"Cost":294,"Date":"8/27/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":604,"Cost":350,"Date":"10/1/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":983,"Cost":575,"Date":"11/4/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":39,"Date":"11/9/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":604,"Cost":329,"Date":"3/27/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":134,"Cost":96,"Date":"4/17/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":555,"Cost":414,"Date":"8/11/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":226,"Cost":164,"Date":"8/21/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":688,"Cost":584,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":910,"Cost":541,"Date":"9/5/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":342,"Cost":269,"Date":"9/14/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":984,"Cost":768,"Date":"9/20/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":931,"Cost":881,"Date":"11/20/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":300,"Cost":197,"Date":"12/21/2018"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":646,"Cost":458,"Date":"1/7/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":132,"Cost":111,"Date":"1/21/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":597,"Cost":508,"Date":"2/9/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":4,"Cost":2,"Date":"3/19/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":72,"Cost":60,"Date":"4/3/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":14,"Cost":10,"Date":"4/5/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":78,"Cost":49,"Date":"4/28/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":177,"Cost":126,"Date":"7/10/2019"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":672,"Cost":460,"Date":"3/25/2020"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":978,"Cost":689,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":388,"Cost":238,"Date":"10/28/2020"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":400,"Cost":348,"Date":"3/2/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":212,"Cost":126,"Date":"6/28/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":158,"Cost":93,"Date":"7/17/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":722,"Cost":514,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":646,"Cost":540,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":776,"Cost":654,"Date":"11/20/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":208,"Cost":182,"Date":"12/16/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":796,"Cost":657,"Date":"12/30/2021"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":340,"Cost":255,"Date":"2/15/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":147,"Cost":80,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":474,"Cost":442,"Date":"3/7/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":851,"Cost":497,"Date":"4/18/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":589,"Cost":342,"Date":"7/27/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":256,"Cost":211,"Date":"8/18/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":184,"Cost":133,"Date":"10/31/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":285,"Cost":246,"Date":"11/11/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":840,"Cost":527,"Date":"11/30/2022"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":826,"Cost":612,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":212,"Cost":140,"Date":"3/1/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":765,"Cost":612,"Date":"4/13/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":770,"Cost":552,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":232,"Cost":147,"Date":"8/13/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":751,"Cost":456,"Date":"9/15/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":104,"Cost":92,"Date":"10/14/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":215,"Cost":167,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":300,"Cost":251,"Date":"11/11/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":820,"Cost":778,"Date":"12/7/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":638,"Cost":441,"Date":"12/21/2023"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":486,"Cost":441,"Date":"1/6/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":702,"Cost":557,"Date":"1/23/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":737,"Cost":490,"Date":"2/4/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":157,"Cost":102,"Date":"3/10/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":159,"Cost":130,"Date":"3/12/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":311,"Cost":281,"Date":"3/31/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":458,"Cost":275,"Date":"6/16/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":538,"Cost":490,"Date":"6/17/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":935,"Cost":661,"Date":"8/27/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":8,"Cost":4,"Date":"10/1/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":925,"Cost":675,"Date":"11/4/2024"},{"Store":"Stockland Cairns","Brand":"HM","Country":"Australia","Sale":464,"Cost":310,"Date":"11/9/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":143,"Date":"3/27/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":304,"Date":"4/17/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":555,"Cost":361,"Date":"8/11/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":329,"Cost":187,"Date":"8/21/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":18,"Cost":11,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":329,"Date":"9/5/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":236,"Cost":126,"Date":"9/14/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":839,"Cost":621,"Date":"9/20/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":695,"Date":"11/20/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":232,"Cost":178,"Date":"12/21/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":157,"Cost":149,"Date":"1/7/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":529,"Date":"1/21/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":597,"Date":"2/9/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":505,"Date":"3/19/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":741,"Cost":554,"Date":"4/3/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":708,"Date":"4/5/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":179,"Date":"4/28/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":453,"Date":"7/10/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":302,"Cost":269,"Date":"3/25/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":806,"Cost":490,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":8,"Date":"10/28/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":537,"Cost":329,"Date":"3/2/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":196,"Date":"6/28/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":71,"Cost":40,"Date":"7/17/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":273,"Cost":157,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":90,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":421,"Date":"11/20/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":648,"Date":"12/16/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":17,"Date":"12/30/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":344,"Cost":284,"Date":"2/15/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":610,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":875,"Cost":663,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":140,"Date":"4/18/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":80,"Date":"7/27/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":62,"Date":"8/18/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":251,"Date":"10/31/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":236,"Date":"11/11/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":105,"Date":"11/30/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":158,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":530,"Date":"3/1/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":801,"Cost":521,"Date":"4/13/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":250,"Cost":197,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":584,"Cost":412,"Date":"8/13/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":283,"Cost":198,"Date":"9/15/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":70,"Date":"10/14/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":45,"Cost":37,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":129,"Cost":81,"Date":"11/11/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":94,"Cost":85,"Date":"12/7/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":224,"Date":"12/21/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":43,"Cost":30,"Date":"1/6/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":159,"Cost":135,"Date":"1/23/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":402,"Cost":307,"Date":"2/4/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":239,"Date":"3/10/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":473,"Date":"3/12/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":43,"Date":"3/31/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":820,"Date":"6/16/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":434,"Date":"6/17/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":96,"Date":"8/27/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":321,"Date":"10/1/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":263,"Date":"11/4/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":635,"Cost":362,"Date":"11/9/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":541,"Cost":461,"Date":"3/27/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":134,"Cost":116,"Date":"4/17/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":423,"Cost":233,"Date":"8/11/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":8,"Date":"8/21/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":474,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":406,"Cost":319,"Date":"9/5/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":96,"Cost":74,"Date":"9/14/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":444,"Date":"9/20/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":50,"Date":"11/20/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":436,"Date":"12/21/2018"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":384,"Cost":329,"Date":"1/7/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":169,"Date":"1/21/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":916,"Cost":703,"Date":"2/9/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":454,"Date":"3/19/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":973,"Cost":751,"Date":"4/3/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":409,"Cost":228,"Date":"4/5/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":252,"Date":"4/28/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":87,"Cost":60,"Date":"7/10/2019"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":544,"Date":"3/25/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":801,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":880,"Date":"10/28/2020"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":655,"Date":"3/2/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":250,"Cost":222,"Date":"6/28/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":839,"Cost":431,"Date":"7/17/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":576,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":133,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":127,"Date":"11/20/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":36,"Date":"12/16/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":653,"Cost":414,"Date":"12/30/2021"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":617,"Date":"2/15/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":337,"Cost":214,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":393,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":495,"Date":"4/18/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":294,"Date":"7/27/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":308,"Cost":236,"Date":"8/18/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":340,"Date":"10/31/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":158,"Cost":139,"Date":"11/11/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":772,"Date":"11/30/2022"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":68,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":882,"Cost":578,"Date":"3/1/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":50,"Cost":43,"Date":"4/13/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":15,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":368,"Cost":255,"Date":"8/13/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":62,"Cost":58,"Date":"9/15/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":458,"Date":"10/14/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":78,"Cost":48,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":842,"Cost":744,"Date":"11/11/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":656,"Cost":524,"Date":"12/7/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":358,"Cost":340,"Date":"12/21/2023"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":281,"Date":"1/6/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":65,"Cost":41,"Date":"1/23/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":435,"Cost":308,"Date":"2/4/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":469,"Cost":325,"Date":"3/10/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":290,"Cost":170,"Date":"3/12/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":643,"Date":"3/31/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":438,"Cost":308,"Date":"6/16/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":456,"Date":"6/17/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":192,"Cost":141,"Date":"8/27/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":535,"Date":"10/1/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":81,"Cost":64,"Date":"11/4/2024"},{"Store":"Westfield Wollongong","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":808,"Date":"11/9/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":170,"Cost":95,"Date":"3/27/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":262,"Cost":143,"Date":"4/17/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":171,"Date":"8/11/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":55,"Date":"8/21/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":506,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":693,"Cost":448,"Date":"9/5/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":627,"Cost":558,"Date":"9/14/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":477,"Date":"9/20/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":339,"Cost":246,"Date":"11/20/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":332,"Date":"12/21/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":398,"Cost":224,"Date":"1/7/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":196,"Date":"1/21/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":311,"Date":"2/9/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":646,"Date":"3/19/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":481,"Date":"4/3/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":307,"Cost":261,"Date":"4/5/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":832,"Date":"4/28/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":52,"Date":"7/10/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":658,"Date":"3/25/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":937,"Cost":667,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":408,"Date":"10/28/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":672,"Date":"3/2/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":150,"Cost":125,"Date":"6/28/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":537,"Cost":351,"Date":"7/17/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":490,"Cost":327,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":847,"Cost":683,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":155,"Date":"11/20/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":398,"Cost":256,"Date":"12/16/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":358,"Date":"12/30/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":169,"Date":"2/15/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":119,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":735,"Date":"3/7/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":375,"Date":"4/18/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":13,"Cost":12,"Date":"7/27/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":913,"Cost":490,"Date":"8/18/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":810,"Cost":712,"Date":"10/31/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":469,"Date":"11/11/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":423,"Date":"11/30/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":648,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":328,"Date":"3/1/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":704,"Cost":427,"Date":"4/13/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":59,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":345,"Cost":294,"Date":"8/13/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":30,"Date":"9/15/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":863,"Cost":432,"Date":"10/14/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":268,"Cost":244,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":708,"Date":"11/11/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":632,"Date":"12/7/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":566,"Cost":334,"Date":"12/21/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":101,"Date":"1/6/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":5,"Cost":5,"Date":"1/23/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":99,"Date":"2/4/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":360,"Cost":291,"Date":"3/10/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":743,"Date":"3/12/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":292,"Cost":184,"Date":"3/31/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":441,"Date":"6/16/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":553,"Cost":349,"Date":"6/17/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":169,"Date":"8/27/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":199,"Date":"10/1/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":74,"Date":"11/4/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":449,"Date":"11/9/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":323,"Cost":238,"Date":"3/27/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":332,"Cost":197,"Date":"4/17/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":781,"Cost":470,"Date":"8/11/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":902,"Cost":466,"Date":"8/21/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":895,"Cost":453,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":327,"Cost":246,"Date":"9/5/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":841,"Cost":603,"Date":"9/14/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":800,"Cost":483,"Date":"9/20/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":975,"Cost":865,"Date":"11/20/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":196,"Cost":166,"Date":"12/21/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":621,"Cost":314,"Date":"1/7/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":510,"Cost":338,"Date":"1/21/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":339,"Cost":217,"Date":"2/9/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":350,"Cost":332,"Date":"3/19/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":569,"Cost":446,"Date":"4/3/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":221,"Cost":151,"Date":"4/5/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":714,"Cost":670,"Date":"4/28/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":348,"Cost":219,"Date":"7/10/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":23,"Cost":16,"Date":"3/25/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":912,"Cost":658,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":443,"Cost":413,"Date":"10/28/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":567,"Cost":503,"Date":"3/2/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":226,"Cost":155,"Date":"6/28/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":837,"Cost":760,"Date":"7/17/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":884,"Cost":605,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":676,"Cost":553,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":431,"Cost":406,"Date":"11/20/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":174,"Cost":139,"Date":"12/16/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":874,"Cost":503,"Date":"12/30/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":846,"Cost":739,"Date":"2/15/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":117,"Cost":84,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":432,"Cost":376,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":699,"Cost":562,"Date":"4/18/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":360,"Cost":222,"Date":"7/27/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":458,"Cost":353,"Date":"8/18/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":325,"Cost":199,"Date":"10/31/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":461,"Cost":384,"Date":"11/11/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":362,"Cost":215,"Date":"11/30/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":571,"Cost":356,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":617,"Cost":359,"Date":"3/1/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":38,"Cost":23,"Date":"4/13/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":939,"Cost":634,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":189,"Cost":114,"Date":"8/13/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":711,"Cost":449,"Date":"9/15/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":417,"Cost":282,"Date":"10/14/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":590,"Cost":410,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":156,"Cost":131,"Date":"11/11/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":742,"Cost":385,"Date":"12/7/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":878,"Cost":617,"Date":"12/21/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":581,"Cost":402,"Date":"1/6/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":281,"Cost":228,"Date":"1/23/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":431,"Cost":385,"Date":"2/4/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":828,"Cost":568,"Date":"3/10/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":26,"Cost":20,"Date":"3/12/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":950,"Cost":732,"Date":"3/31/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":788,"Cost":652,"Date":"6/16/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":984,"Cost":879,"Date":"6/17/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":835,"Cost":446,"Date":"8/27/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":346,"Cost":240,"Date":"10/1/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":716,"Cost":668,"Date":"11/4/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":398,"Cost":222,"Date":"11/9/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":238,"Date":"3/27/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":556,"Cost":295,"Date":"4/17/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":611,"Date":"8/11/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":993,"Cost":700,"Date":"8/21/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":541,"Cost":381,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":706,"Date":"9/5/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":133,"Cost":95,"Date":"9/14/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":208,"Date":"9/20/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":85,"Date":"11/20/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":342,"Date":"12/21/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":915,"Cost":683,"Date":"1/7/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":48,"Cost":43,"Date":"1/21/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":366,"Date":"2/9/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":489,"Cost":353,"Date":"3/19/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":970,"Cost":609,"Date":"4/3/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":119,"Date":"4/5/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":527,"Cost":343,"Date":"4/28/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":784,"Cost":619,"Date":"7/10/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":443,"Date":"3/25/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":253,"Cost":216,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":550,"Date":"10/28/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":498,"Date":"3/2/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":152,"Date":"6/28/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":514,"Cost":366,"Date":"7/17/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":547,"Cost":474,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":711,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":666,"Date":"11/20/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":224,"Date":"12/16/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":534,"Cost":501,"Date":"12/30/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":677,"Cost":631,"Date":"2/15/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":479,"Cost":424,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":873,"Cost":773,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":211,"Date":"4/18/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":262,"Date":"7/27/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":70,"Date":"8/18/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":91,"Date":"10/31/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":826,"Date":"11/11/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":687,"Date":"11/30/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":94,"Cost":65,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":160,"Date":"3/1/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":180,"Date":"4/13/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":227,"Cost":188,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":892,"Cost":480,"Date":"8/13/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":764,"Cost":633,"Date":"9/15/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":130,"Cost":104,"Date":"10/14/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":886,"Cost":526,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":753,"Date":"11/11/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":956,"Cost":478,"Date":"12/7/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":615,"Cost":344,"Date":"12/21/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":388,"Date":"1/6/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":406,"Cost":273,"Date":"1/23/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":267,"Cost":212,"Date":"2/4/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":232,"Cost":182,"Date":"3/10/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":686,"Cost":625,"Date":"3/12/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":28,"Date":"3/31/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":122,"Cost":99,"Date":"6/16/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":413,"Cost":375,"Date":"6/17/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":147,"Cost":135,"Date":"8/27/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":700,"Date":"10/1/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":37,"Date":"11/4/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":638,"Cost":509,"Date":"11/9/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":239,"Date":"3/27/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":3,"Date":"4/17/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":713,"Cost":557,"Date":"8/11/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":176,"Date":"8/21/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":744,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":467,"Cost":284,"Date":"9/5/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":624,"Date":"9/14/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":476,"Date":"9/20/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":60,"Cost":53,"Date":"11/20/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":381,"Cost":264,"Date":"12/21/2018"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":785,"Cost":721,"Date":"1/7/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":559,"Date":"1/21/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":390,"Cost":307,"Date":"2/9/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":454,"Cost":232,"Date":"3/19/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":378,"Date":"4/3/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":674,"Date":"4/5/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":459,"Date":"4/28/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":472,"Date":"7/10/2019"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":6,"Date":"3/25/2020"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":137,"Cost":84,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":175,"Cost":156,"Date":"10/28/2020"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":198,"Date":"3/2/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":231,"Date":"6/28/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":210,"Date":"7/17/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":414,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":598,"Cost":332,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":180,"Date":"11/20/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":707,"Date":"12/16/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":172,"Date":"12/30/2021"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":621,"Date":"2/15/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":890,"Cost":450,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":217,"Cost":202,"Date":"3/7/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":288,"Date":"4/18/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":426,"Date":"7/27/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":691,"Date":"8/18/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":594,"Cost":346,"Date":"10/31/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":526,"Date":"11/11/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":244,"Date":"11/30/2022"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":786,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":119,"Cost":66,"Date":"3/1/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":755,"Cost":499,"Date":"4/13/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":50,"Cost":47,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":245,"Cost":201,"Date":"8/13/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":216,"Cost":184,"Date":"9/15/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":370,"Date":"10/14/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":59,"Cost":52,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":982,"Cost":647,"Date":"11/11/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":343,"Date":"12/7/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":834,"Date":"12/21/2023"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":354,"Date":"1/6/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":416,"Date":"1/23/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":494,"Date":"2/4/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":379,"Date":"3/10/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":126,"Date":"3/12/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":42,"Cost":35,"Date":"3/31/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":425,"Date":"6/16/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":302,"Date":"6/17/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":806,"Cost":750,"Date":"8/27/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":425,"Cost":215,"Date":"10/1/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":826,"Date":"11/4/2024"},{"Store":"Westfield Geelong","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":692,"Date":"11/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":343,"Date":"3/27/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":768,"Cost":390,"Date":"4/17/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":857,"Date":"8/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":255,"Date":"8/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":649,"Cost":536,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":228,"Cost":198,"Date":"9/5/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":274,"Cost":145,"Date":"9/14/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":470,"Date":"9/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":445,"Cost":369,"Date":"11/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":465,"Date":"12/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":142,"Date":"1/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":784,"Date":"1/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":383,"Cost":351,"Date":"2/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":250,"Cost":151,"Date":"3/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":323,"Date":"4/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":638,"Date":"4/5/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":522,"Date":"4/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":834,"Cost":768,"Date":"7/10/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":211,"Date":"3/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":862,"Cost":713,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":326,"Cost":209,"Date":"10/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":50,"Cost":36,"Date":"3/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":979,"Cost":592,"Date":"6/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":594,"Date":"7/17/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":640,"Cost":503,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":193,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":209,"Date":"11/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":504,"Cost":478,"Date":"12/16/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":414,"Cost":214,"Date":"12/30/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":683,"Cost":553,"Date":"2/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":590,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":330,"Cost":299,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":496,"Date":"4/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":384,"Cost":318,"Date":"7/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":971,"Cost":871,"Date":"8/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":446,"Cost":268,"Date":"10/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":712,"Cost":662,"Date":"11/11/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":36,"Cost":27,"Date":"11/30/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":939,"Cost":545,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":338,"Cost":268,"Date":"3/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":819,"Cost":526,"Date":"4/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":59,"Cost":53,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":214,"Date":"8/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":735,"Cost":418,"Date":"9/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":569,"Date":"10/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":604,"Cost":311,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":303,"Date":"11/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":180,"Date":"12/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":709,"Date":"12/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":113,"Cost":75,"Date":"1/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":57,"Date":"1/23/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":263,"Cost":220,"Date":"2/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":78,"Cost":61,"Date":"3/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":141,"Cost":87,"Date":"3/12/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":336,"Cost":248,"Date":"3/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":185,"Date":"6/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":163,"Date":"6/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":278,"Cost":186,"Date":"8/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":925,"Cost":484,"Date":"10/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":209,"Cost":190,"Date":"11/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"ARKET","Country":"Australia","Sale":364,"Cost":241,"Date":"11/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":148,"Cost":86,"Date":"3/27/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":844,"Cost":621,"Date":"4/17/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":649,"Cost":447,"Date":"8/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":563,"Cost":348,"Date":"8/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":537,"Cost":411,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":21,"Cost":19,"Date":"9/5/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":475,"Cost":410,"Date":"9/14/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":842,"Cost":578,"Date":"9/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":457,"Cost":280,"Date":"11/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":142,"Cost":113,"Date":"12/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":595,"Cost":482,"Date":"1/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":124,"Cost":79,"Date":"1/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":175,"Cost":151,"Date":"2/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":276,"Cost":245,"Date":"3/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":50,"Cost":43,"Date":"4/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":783,"Cost":531,"Date":"4/5/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":377,"Cost":280,"Date":"4/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":750,"Cost":388,"Date":"7/10/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":465,"Cost":420,"Date":"3/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":966,"Cost":910,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":814,"Cost":410,"Date":"10/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":363,"Cost":339,"Date":"3/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":197,"Cost":145,"Date":"6/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":398,"Cost":366,"Date":"7/17/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":727,"Cost":539,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":314,"Cost":218,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":38,"Cost":20,"Date":"11/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":648,"Cost":598,"Date":"12/16/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":580,"Cost":489,"Date":"12/30/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":29,"Cost":16,"Date":"2/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":546,"Cost":394,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":843,"Cost":434,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":806,"Cost":407,"Date":"4/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":258,"Cost":226,"Date":"7/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":926,"Cost":713,"Date":"8/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":553,"Cost":523,"Date":"10/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":872,"Cost":579,"Date":"11/11/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":741,"Cost":584,"Date":"11/30/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":221,"Cost":192,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":902,"Cost":800,"Date":"3/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":638,"Cost":529,"Date":"4/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":137,"Cost":110,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":299,"Cost":265,"Date":"8/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":597,"Cost":377,"Date":"9/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":117,"Cost":101,"Date":"10/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":337,"Cost":204,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":660,"Cost":502,"Date":"11/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":235,"Cost":154,"Date":"12/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":815,"Cost":427,"Date":"12/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":990,"Cost":891,"Date":"1/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":572,"Cost":443,"Date":"1/23/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":124,"Cost":90,"Date":"2/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":957,"Cost":614,"Date":"3/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":959,"Cost":794,"Date":"3/12/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":190,"Cost":121,"Date":"3/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":492,"Cost":324,"Date":"6/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":955,"Cost":814,"Date":"6/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":899,"Cost":473,"Date":"8/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":686,"Cost":468,"Date":"10/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":60,"Cost":33,"Date":"11/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":60,"Cost":51,"Date":"11/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":23,"Cost":16,"Date":"3/27/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":177,"Cost":162,"Date":"4/17/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":102,"Cost":63,"Date":"8/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":544,"Cost":298,"Date":"8/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":609,"Cost":350,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":430,"Cost":241,"Date":"9/5/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":83,"Cost":58,"Date":"9/14/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":305,"Cost":249,"Date":"9/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":125,"Cost":103,"Date":"11/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":994,"Cost":853,"Date":"12/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":814,"Cost":687,"Date":"1/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":521,"Cost":312,"Date":"1/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":717,"Cost":384,"Date":"2/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":173,"Cost":107,"Date":"3/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":782,"Cost":525,"Date":"4/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":807,"Cost":702,"Date":"4/5/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":856,"Cost":428,"Date":"4/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":279,"Cost":191,"Date":"7/10/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":327,"Cost":231,"Date":"3/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":280,"Cost":202,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":855,"Cost":620,"Date":"10/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":710,"Cost":383,"Date":"3/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":158,"Cost":143,"Date":"6/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":658,"Cost":521,"Date":"7/17/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":423,"Cost":301,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":656,"Cost":416,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":815,"Cost":682,"Date":"11/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":718,"Cost":362,"Date":"12/16/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":584,"Cost":368,"Date":"12/30/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":494,"Cost":297,"Date":"2/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":385,"Cost":235,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":965,"Cost":545,"Date":"3/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":976,"Cost":846,"Date":"4/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":916,"Cost":588,"Date":"7/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":826,"Cost":580,"Date":"8/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":551,"Cost":472,"Date":"10/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":116,"Cost":107,"Date":"11/11/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":185,"Cost":94,"Date":"11/30/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":757,"Cost":693,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":681,"Cost":538,"Date":"3/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":308,"Cost":266,"Date":"4/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":489,"Cost":249,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":108,"Cost":92,"Date":"8/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":422,"Cost":244,"Date":"9/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":464,"Cost":408,"Date":"10/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":689,"Cost":543,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":310,"Cost":228,"Date":"11/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":634,"Cost":446,"Date":"12/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":194,"Cost":152,"Date":"12/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":744,"Cost":703,"Date":"1/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":729,"Cost":650,"Date":"1/23/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":695,"Cost":598,"Date":"2/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":917,"Cost":622,"Date":"3/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":640,"Cost":544,"Date":"3/12/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":131,"Cost":73,"Date":"3/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":516,"Cost":308,"Date":"6/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":518,"Cost":420,"Date":"6/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":927,"Cost":865,"Date":"8/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":24,"Cost":21,"Date":"10/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":685,"Cost":549,"Date":"11/4/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":296,"Cost":161,"Date":"11/9/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":789,"Cost":497,"Date":"3/27/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":804,"Cost":716,"Date":"4/17/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":920,"Cost":574,"Date":"8/11/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":103,"Cost":56,"Date":"8/21/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":839,"Cost":656,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":782,"Cost":718,"Date":"9/5/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":370,"Cost":305,"Date":"9/14/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":887,"Cost":632,"Date":"9/20/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":153,"Cost":114,"Date":"11/20/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":425,"Cost":215,"Date":"12/21/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":207,"Cost":139,"Date":"1/7/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":927,"Cost":699,"Date":"1/21/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":819,"Cost":757,"Date":"2/9/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":120,"Cost":92,"Date":"3/19/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":310,"Cost":252,"Date":"4/3/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":750,"Cost":588,"Date":"4/5/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":473,"Cost":322,"Date":"4/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":481,"Cost":399,"Date":"7/10/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":738,"Cost":501,"Date":"3/25/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":225,"Cost":186,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":673,"Cost":369,"Date":"10/28/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":199,"Cost":134,"Date":"3/2/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":706,"Cost":363,"Date":"6/28/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":538,"Cost":409,"Date":"7/17/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":104,"Cost":88,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":592,"Cost":548,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":939,"Cost":815,"Date":"11/20/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":820,"Cost":587,"Date":"12/16/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":957,"Cost":489,"Date":"12/30/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":950,"Cost":703,"Date":"2/15/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":25,"Cost":20,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":492,"Cost":334,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":831,"Cost":789,"Date":"4/18/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":93,"Cost":52,"Date":"7/27/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":118,"Cost":102,"Date":"8/18/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":313,"Cost":268,"Date":"10/31/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":188,"Cost":140,"Date":"11/11/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":374,"Cost":223,"Date":"11/30/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":409,"Cost":366,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":360,"Cost":274,"Date":"3/1/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":448,"Cost":318,"Date":"4/13/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":167,"Cost":138,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":730,"Cost":497,"Date":"8/13/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":616,"Cost":510,"Date":"9/15/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":899,"Cost":563,"Date":"10/14/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":187,"Cost":111,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":314,"Cost":285,"Date":"11/11/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":389,"Cost":216,"Date":"12/7/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":500,"Cost":421,"Date":"12/21/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":737,"Cost":643,"Date":"1/6/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":55,"Cost":48,"Date":"1/23/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":466,"Cost":323,"Date":"2/4/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":973,"Cost":682,"Date":"3/10/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":48,"Cost":39,"Date":"3/12/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":997,"Cost":848,"Date":"3/31/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":462,"Cost":393,"Date":"6/16/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":667,"Cost":426,"Date":"6/17/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":36,"Cost":32,"Date":"8/27/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":799,"Cost":662,"Date":"10/1/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":98,"Cost":60,"Date":"11/4/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":33,"Cost":27,"Date":"11/9/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":769,"Date":"3/27/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":185,"Cost":120,"Date":"4/17/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":857,"Cost":602,"Date":"8/11/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":854,"Cost":636,"Date":"8/21/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":286,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":486,"Cost":408,"Date":"9/5/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":610,"Cost":407,"Date":"9/14/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":925,"Cost":474,"Date":"9/20/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":446,"Cost":373,"Date":"11/20/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":411,"Cost":248,"Date":"12/21/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":641,"Cost":522,"Date":"1/7/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":345,"Date":"1/21/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":324,"Cost":170,"Date":"2/9/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":216,"Cost":122,"Date":"3/19/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":141,"Date":"4/3/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":692,"Cost":518,"Date":"4/5/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":371,"Date":"4/28/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":196,"Cost":118,"Date":"7/10/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":47,"Cost":44,"Date":"3/25/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":22,"Cost":13,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":470,"Cost":394,"Date":"10/28/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":821,"Cost":703,"Date":"3/2/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":398,"Date":"6/28/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":905,"Cost":529,"Date":"7/17/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":459,"Cost":337,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":248,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":944,"Cost":887,"Date":"11/20/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":131,"Date":"12/16/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":408,"Date":"12/30/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":972,"Cost":733,"Date":"2/15/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":471,"Cost":246,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":549,"Cost":491,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":330,"Date":"4/18/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":367,"Date":"7/27/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":316,"Date":"8/18/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":565,"Cost":520,"Date":"10/31/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":407,"Date":"11/11/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":110,"Cost":74,"Date":"11/30/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":214,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":121,"Cost":67,"Date":"3/1/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":961,"Cost":569,"Date":"4/13/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":284,"Cost":172,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":708,"Cost":370,"Date":"8/13/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":265,"Cost":194,"Date":"9/15/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":186,"Cost":146,"Date":"10/14/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":648,"Cost":355,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":957,"Cost":616,"Date":"11/11/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":449,"Cost":405,"Date":"12/7/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":373,"Cost":263,"Date":"12/21/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":899,"Cost":485,"Date":"1/6/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":154,"Date":"1/23/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":266,"Cost":135,"Date":"2/4/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":445,"Cost":327,"Date":"3/10/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":584,"Date":"3/12/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":17,"Date":"3/31/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":568,"Cost":431,"Date":"6/16/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":484,"Date":"6/17/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":472,"Cost":309,"Date":"8/27/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":487,"Date":"10/1/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":335,"Cost":264,"Date":"11/4/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":366,"Date":"11/9/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":592,"Cost":359,"Date":"3/27/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":724,"Date":"4/17/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":301,"Date":"8/11/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":296,"Cost":154,"Date":"8/21/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":156,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":83,"Cost":50,"Date":"9/5/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":598,"Cost":532,"Date":"9/14/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":897,"Cost":539,"Date":"9/20/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":375,"Date":"11/20/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":115,"Date":"12/21/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":418,"Date":"1/7/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":816,"Cost":746,"Date":"1/21/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":783,"Cost":712,"Date":"2/9/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":596,"Cost":510,"Date":"3/19/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":593,"Date":"4/3/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":42,"Cost":31,"Date":"4/5/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":987,"Cost":530,"Date":"4/28/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":515,"Date":"7/10/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":405,"Date":"3/25/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":459,"Cost":231,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":193,"Cost":103,"Date":"10/28/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":973,"Cost":633,"Date":"3/2/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":716,"Cost":624,"Date":"6/28/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":912,"Cost":495,"Date":"7/17/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":549,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":996,"Cost":530,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":473,"Date":"11/20/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":52,"Cost":42,"Date":"12/16/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":443,"Cost":365,"Date":"12/30/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":879,"Cost":721,"Date":"2/15/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":786,"Cost":417,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":620,"Cost":503,"Date":"3/7/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":636,"Cost":481,"Date":"4/18/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":336,"Cost":185,"Date":"7/27/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":629,"Cost":393,"Date":"8/18/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":225,"Cost":206,"Date":"10/31/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":663,"Cost":380,"Date":"11/11/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":704,"Cost":424,"Date":"11/30/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":71,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":579,"Date":"3/1/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":494,"Cost":446,"Date":"4/13/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":356,"Cost":255,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":49,"Date":"8/13/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":607,"Cost":442,"Date":"9/15/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":213,"Cost":137,"Date":"10/14/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":734,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":623,"Cost":453,"Date":"11/11/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":775,"Cost":716,"Date":"12/7/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":160,"Date":"12/21/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":545,"Cost":508,"Date":"1/6/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":678,"Date":"1/23/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":144,"Cost":136,"Date":"2/4/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":375,"Cost":255,"Date":"3/10/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":710,"Cost":477,"Date":"3/12/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":837,"Cost":743,"Date":"3/31/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":421,"Date":"6/16/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":259,"Date":"6/17/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":88,"Cost":58,"Date":"8/27/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":848,"Cost":566,"Date":"10/1/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":473,"Cost":303,"Date":"11/4/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":995,"Cost":626,"Date":"11/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":515,"Cost":371,"Date":"3/27/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":499,"Cost":339,"Date":"4/17/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":769,"Cost":496,"Date":"8/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":256,"Cost":190,"Date":"8/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":464,"Cost":315,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":606,"Cost":389,"Date":"9/5/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":262,"Cost":249,"Date":"9/14/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":849,"Cost":516,"Date":"9/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":582,"Cost":538,"Date":"11/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":467,"Cost":282,"Date":"12/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":852,"Cost":657,"Date":"1/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":904,"Cost":763,"Date":"1/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":827,"Cost":503,"Date":"2/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":311,"Cost":253,"Date":"3/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":870,"Cost":540,"Date":"4/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":137,"Cost":117,"Date":"4/5/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":748,"Cost":704,"Date":"4/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":498,"Cost":456,"Date":"7/10/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":457,"Cost":242,"Date":"3/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":566,"Cost":359,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":791,"Cost":567,"Date":"10/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":117,"Cost":75,"Date":"3/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":25,"Cost":16,"Date":"6/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":731,"Cost":492,"Date":"7/17/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":31,"Cost":26,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":54,"Cost":41,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":292,"Cost":204,"Date":"11/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":141,"Cost":107,"Date":"12/16/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":314,"Cost":164,"Date":"12/30/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":130,"Cost":119,"Date":"2/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":188,"Cost":102,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":319,"Cost":290,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":995,"Cost":585,"Date":"4/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":982,"Cost":661,"Date":"7/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":46,"Cost":25,"Date":"8/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":989,"Cost":535,"Date":"10/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":946,"Cost":672,"Date":"11/11/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":789,"Cost":398,"Date":"11/30/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":417,"Cost":237,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":391,"Cost":312,"Date":"3/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":238,"Cost":145,"Date":"4/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":158,"Cost":124,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":163,"Cost":99,"Date":"8/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":128,"Cost":122,"Date":"9/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":993,"Cost":879,"Date":"10/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":885,"Cost":621,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":316,"Cost":253,"Date":"11/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":364,"Cost":215,"Date":"12/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":193,"Cost":128,"Date":"12/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":694,"Cost":618,"Date":"1/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":280,"Cost":201,"Date":"1/23/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":339,"Cost":295,"Date":"2/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":204,"Cost":147,"Date":"3/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":780,"Cost":398,"Date":"3/12/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":640,"Cost":450,"Date":"3/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":12,"Cost":10,"Date":"6/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":846,"Cost":460,"Date":"6/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":26,"Cost":24,"Date":"8/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":457,"Cost":332,"Date":"10/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":394,"Cost":360,"Date":"11/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":439,"Cost":291,"Date":"11/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":458,"Cost":317,"Date":"3/27/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":84,"Cost":52,"Date":"4/17/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":371,"Date":"8/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":582,"Date":"8/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":656,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":518,"Cost":465,"Date":"9/5/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":817,"Date":"9/14/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":422,"Cost":372,"Date":"9/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":552,"Cost":399,"Date":"11/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":541,"Cost":378,"Date":"12/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":441,"Date":"1/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":5,"Date":"1/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":614,"Cost":398,"Date":"2/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":315,"Date":"3/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":531,"Date":"4/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":19,"Cost":18,"Date":"4/5/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":730,"Cost":484,"Date":"4/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":582,"Cost":326,"Date":"7/10/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":663,"Date":"3/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":788,"Cost":423,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":238,"Cost":220,"Date":"10/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":54,"Date":"3/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":394,"Cost":360,"Date":"6/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":115,"Cost":72,"Date":"7/17/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":979,"Cost":551,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":91,"Cost":54,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":33,"Date":"11/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":187,"Cost":156,"Date":"12/16/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":414,"Cost":261,"Date":"12/30/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":475,"Cost":424,"Date":"2/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":39,"Cost":22,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":876,"Cost":758,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":901,"Cost":654,"Date":"4/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":825,"Cost":528,"Date":"7/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":225,"Date":"8/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":731,"Cost":400,"Date":"10/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":626,"Cost":433,"Date":"11/11/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":255,"Cost":241,"Date":"11/30/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":133,"Cost":98,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":404,"Date":"3/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":351,"Date":"4/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":946,"Cost":621,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":1,"Cost":1,"Date":"8/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":443,"Cost":324,"Date":"9/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":968,"Cost":731,"Date":"10/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":586,"Cost":299,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":705,"Cost":602,"Date":"11/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":577,"Cost":307,"Date":"12/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":552,"Cost":491,"Date":"12/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":424,"Date":"1/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":467,"Date":"1/23/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":730,"Cost":413,"Date":"2/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":481,"Cost":247,"Date":"3/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":623,"Cost":511,"Date":"3/12/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":23,"Date":"3/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":589,"Date":"6/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":323,"Cost":187,"Date":"6/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":431,"Cost":264,"Date":"8/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":160,"Cost":103,"Date":"10/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":679,"Cost":557,"Date":"11/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":836,"Cost":656,"Date":"11/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":90,"Date":"3/27/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":164,"Cost":123,"Date":"4/17/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":184,"Cost":164,"Date":"8/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":942,"Cost":835,"Date":"8/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":575,"Cost":459,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":977,"Cost":618,"Date":"9/5/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":75,"Date":"9/14/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":239,"Date":"9/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":561,"Cost":422,"Date":"11/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":528,"Cost":384,"Date":"12/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":309,"Cost":182,"Date":"1/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":94,"Cost":77,"Date":"1/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":342,"Cost":252,"Date":"2/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":556,"Cost":376,"Date":"3/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":627,"Cost":506,"Date":"4/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":943,"Cost":680,"Date":"4/5/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":132,"Cost":121,"Date":"4/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":871,"Cost":530,"Date":"7/10/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":851,"Cost":457,"Date":"3/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":403,"Cost":329,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":810,"Cost":678,"Date":"10/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":374,"Cost":355,"Date":"3/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":66,"Cost":48,"Date":"6/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":821,"Cost":502,"Date":"7/17/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":373,"Cost":341,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":261,"Cost":243,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":298,"Cost":271,"Date":"11/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":182,"Cost":117,"Date":"12/16/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":31,"Cost":21,"Date":"12/30/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":312,"Cost":175,"Date":"2/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":895,"Cost":827,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":292,"Date":"3/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":539,"Cost":306,"Date":"4/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":566,"Cost":423,"Date":"7/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":522,"Cost":350,"Date":"8/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":239,"Cost":165,"Date":"10/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":486,"Cost":429,"Date":"11/11/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":176,"Cost":155,"Date":"11/30/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":130,"Cost":72,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":388,"Cost":310,"Date":"3/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":53,"Cost":44,"Date":"4/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":257,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":931,"Cost":534,"Date":"8/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":767,"Cost":562,"Date":"9/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":823,"Cost":545,"Date":"10/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":159,"Cost":145,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":659,"Cost":620,"Date":"11/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":919,"Cost":774,"Date":"12/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":338,"Cost":319,"Date":"12/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":839,"Cost":588,"Date":"1/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":651,"Cost":576,"Date":"1/23/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":423,"Cost":241,"Date":"2/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":469,"Cost":315,"Date":"3/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":165,"Cost":130,"Date":"3/12/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":831,"Cost":483,"Date":"3/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":718,"Cost":507,"Date":"6/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":661,"Cost":521,"Date":"6/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":915,"Cost":866,"Date":"8/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":442,"Cost":352,"Date":"10/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":631,"Cost":467,"Date":"11/4/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Nova","Country":"Belgium","Sale":592,"Cost":357,"Date":"11/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":928,"Cost":820,"Date":"3/27/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":985,"Cost":795,"Date":"4/17/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":461,"Cost":279,"Date":"8/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":380,"Date":"8/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":149,"Cost":86,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":642,"Cost":519,"Date":"9/5/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":600,"Cost":543,"Date":"9/14/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":839,"Cost":617,"Date":"9/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":776,"Cost":508,"Date":"11/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":938,"Cost":821,"Date":"12/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":340,"Date":"1/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":328,"Cost":261,"Date":"1/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":576,"Date":"2/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":282,"Date":"3/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":2,"Date":"4/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":491,"Cost":425,"Date":"4/5/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":465,"Date":"4/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":168,"Date":"7/10/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":790,"Cost":503,"Date":"3/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":499,"Cost":372,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":246,"Cost":125,"Date":"10/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":363,"Cost":277,"Date":"3/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":240,"Cost":214,"Date":"6/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":520,"Cost":297,"Date":"7/17/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":884,"Cost":472,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":822,"Cost":752,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":582,"Date":"11/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":694,"Cost":565,"Date":"12/16/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":281,"Cost":174,"Date":"12/30/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":792,"Cost":552,"Date":"2/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":295,"Cost":272,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":632,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":246,"Cost":164,"Date":"4/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":189,"Cost":170,"Date":"7/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":542,"Cost":488,"Date":"8/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":78,"Date":"10/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":245,"Cost":162,"Date":"11/11/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":253,"Cost":128,"Date":"11/30/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":359,"Cost":306,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":33,"Cost":19,"Date":"3/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":547,"Cost":300,"Date":"4/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":221,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":145,"Cost":130,"Date":"8/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":160,"Cost":80,"Date":"9/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":15,"Cost":14,"Date":"10/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":24,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":319,"Cost":264,"Date":"11/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":953,"Cost":801,"Date":"12/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":97,"Date":"12/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":676,"Cost":379,"Date":"1/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":847,"Cost":700,"Date":"1/23/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":568,"Cost":430,"Date":"2/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":950,"Cost":846,"Date":"3/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":544,"Cost":341,"Date":"3/12/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":532,"Date":"3/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":431,"Cost":346,"Date":"6/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":503,"Cost":360,"Date":"6/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":391,"Cost":350,"Date":"8/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":777,"Cost":621,"Date":"10/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":676,"Cost":340,"Date":"11/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":169,"Cost":129,"Date":"11/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":8,"Cost":6,"Date":"3/27/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":119,"Cost":85,"Date":"4/17/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":432,"Cost":392,"Date":"8/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":779,"Cost":589,"Date":"8/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":894,"Cost":775,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":870,"Cost":599,"Date":"9/5/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":334,"Date":"9/14/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":218,"Cost":160,"Date":"9/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":928,"Cost":711,"Date":"11/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":29,"Cost":18,"Date":"12/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":356,"Cost":258,"Date":"1/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":146,"Cost":83,"Date":"1/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":49,"Cost":44,"Date":"2/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":849,"Cost":651,"Date":"3/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":981,"Cost":838,"Date":"4/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":640,"Cost":499,"Date":"4/5/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":361,"Cost":236,"Date":"4/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":915,"Cost":850,"Date":"7/10/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":132,"Cost":81,"Date":"3/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":488,"Cost":253,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":800,"Cost":728,"Date":"10/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":989,"Cost":592,"Date":"3/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":276,"Cost":230,"Date":"6/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":983,"Cost":669,"Date":"7/17/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":564,"Cost":342,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":152,"Cost":144,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":545,"Cost":500,"Date":"11/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":407,"Cost":301,"Date":"12/16/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":827,"Cost":673,"Date":"12/30/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":34,"Cost":20,"Date":"2/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":776,"Cost":701,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":556,"Cost":479,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":577,"Cost":365,"Date":"4/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":742,"Date":"7/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":882,"Cost":482,"Date":"8/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":311,"Cost":238,"Date":"10/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":811,"Cost":550,"Date":"11/11/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":523,"Cost":394,"Date":"11/30/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":159,"Cost":87,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":127,"Date":"3/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":676,"Cost":359,"Date":"4/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":732,"Cost":405,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":619,"Cost":481,"Date":"8/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":85,"Cost":71,"Date":"9/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":528,"Cost":421,"Date":"10/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":835,"Cost":599,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":388,"Cost":367,"Date":"11/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":462,"Date":"12/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":456,"Date":"12/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":860,"Cost":802,"Date":"1/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":770,"Cost":727,"Date":"1/23/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":460,"Cost":253,"Date":"2/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":253,"Cost":208,"Date":"3/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":43,"Date":"3/12/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":4,"Cost":4,"Date":"3/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":647,"Cost":449,"Date":"6/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":185,"Date":"6/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":630,"Cost":492,"Date":"8/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":102,"Cost":61,"Date":"10/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":853,"Cost":803,"Date":"11/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":748,"Cost":544,"Date":"11/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":481,"Cost":409,"Date":"3/27/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":76,"Cost":49,"Date":"4/17/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":474,"Cost":303,"Date":"8/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":118,"Cost":64,"Date":"8/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":988,"Cost":826,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":153,"Cost":79,"Date":"9/5/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":273,"Cost":183,"Date":"9/14/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":370,"Cost":264,"Date":"9/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":198,"Cost":147,"Date":"11/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":800,"Cost":633,"Date":"12/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":472,"Cost":364,"Date":"1/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":92,"Cost":48,"Date":"1/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":821,"Cost":582,"Date":"2/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":233,"Cost":118,"Date":"3/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":214,"Cost":119,"Date":"4/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":578,"Cost":369,"Date":"4/5/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":347,"Cost":262,"Date":"4/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":811,"Cost":466,"Date":"7/10/2019"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":570,"Cost":441,"Date":"3/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":534,"Cost":365,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":332,"Cost":262,"Date":"10/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":741,"Cost":582,"Date":"3/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":491,"Cost":325,"Date":"6/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":746,"Cost":432,"Date":"7/17/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":225,"Cost":182,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":143,"Cost":120,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":659,"Cost":608,"Date":"11/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":953,"Cost":744,"Date":"12/16/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":818,"Cost":525,"Date":"12/30/2021"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":543,"Cost":454,"Date":"2/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":24,"Cost":14,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":373,"Cost":257,"Date":"3/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":122,"Cost":75,"Date":"4/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":386,"Cost":346,"Date":"7/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":190,"Cost":120,"Date":"8/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":327,"Cost":196,"Date":"10/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":173,"Cost":111,"Date":"11/11/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":157,"Cost":85,"Date":"11/30/2022"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":346,"Cost":218,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":721,"Cost":543,"Date":"3/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":14,"Cost":7,"Date":"4/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":385,"Cost":208,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":164,"Cost":83,"Date":"8/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":773,"Cost":431,"Date":"9/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":427,"Cost":351,"Date":"10/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":758,"Cost":382,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":530,"Cost":475,"Date":"11/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":92,"Cost":72,"Date":"12/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":33,"Cost":28,"Date":"12/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":545,"Cost":424,"Date":"1/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":277,"Cost":193,"Date":"1/23/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":301,"Cost":255,"Date":"2/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":615,"Cost":478,"Date":"3/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":364,"Cost":228,"Date":"3/12/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":6,"Cost":4,"Date":"3/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":539,"Cost":410,"Date":"6/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":281,"Cost":148,"Date":"6/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":799,"Cost":510,"Date":"8/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":589,"Cost":390,"Date":"10/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":722,"Cost":529,"Date":"11/4/2024"},{"Store":"Westland Shopping, Brussels","Brand":"HM","Country":"Belgium","Sale":699,"Cost":554,"Date":"11/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":23,"Date":"3/27/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":172,"Cost":96,"Date":"4/17/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":161,"Cost":152,"Date":"8/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":107,"Cost":83,"Date":"8/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":679,"Cost":617,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":610,"Cost":556,"Date":"9/5/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":762,"Cost":442,"Date":"9/14/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":143,"Cost":108,"Date":"9/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":587,"Cost":360,"Date":"11/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":386,"Cost":290,"Date":"12/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":605,"Cost":544,"Date":"1/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":669,"Cost":584,"Date":"1/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":987,"Cost":565,"Date":"2/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":587,"Cost":458,"Date":"3/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":713,"Cost":594,"Date":"4/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":691,"Cost":545,"Date":"4/5/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":572,"Cost":445,"Date":"4/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":17,"Cost":10,"Date":"7/10/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":378,"Cost":279,"Date":"3/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":788,"Cost":490,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":833,"Cost":493,"Date":"10/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":601,"Date":"3/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":995,"Cost":904,"Date":"6/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":671,"Cost":464,"Date":"7/17/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":398,"Cost":372,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":89,"Cost":56,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":395,"Cost":321,"Date":"11/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":501,"Cost":268,"Date":"12/16/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":387,"Cost":220,"Date":"12/30/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":279,"Cost":235,"Date":"2/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":463,"Cost":434,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":3,"Cost":2,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":815,"Cost":604,"Date":"4/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":5,"Cost":2,"Date":"7/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":282,"Date":"8/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":134,"Cost":92,"Date":"10/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":306,"Cost":154,"Date":"11/11/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":111,"Cost":71,"Date":"11/30/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":430,"Cost":286,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":200,"Cost":168,"Date":"3/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":264,"Cost":241,"Date":"4/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":638,"Cost":468,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":986,"Cost":667,"Date":"8/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":868,"Cost":808,"Date":"9/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":398,"Cost":351,"Date":"10/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":111,"Cost":66,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":518,"Cost":307,"Date":"11/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":19,"Date":"12/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":213,"Date":"12/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":685,"Cost":546,"Date":"1/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":709,"Cost":374,"Date":"1/23/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":305,"Cost":171,"Date":"2/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":165,"Cost":136,"Date":"3/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":980,"Cost":662,"Date":"3/12/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":817,"Cost":528,"Date":"3/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":41,"Cost":35,"Date":"6/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":746,"Cost":407,"Date":"6/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":143,"Cost":114,"Date":"8/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":932,"Cost":601,"Date":"10/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":702,"Date":"11/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":452,"Cost":429,"Date":"11/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":453,"Date":"3/27/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":180,"Cost":123,"Date":"4/17/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":541,"Cost":384,"Date":"8/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":404,"Cost":220,"Date":"8/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":12,"Cost":6,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":817,"Cost":687,"Date":"9/5/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":899,"Cost":684,"Date":"9/14/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":537,"Cost":342,"Date":"9/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":179,"Cost":168,"Date":"11/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":957,"Cost":697,"Date":"12/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":210,"Cost":119,"Date":"1/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":15,"Date":"1/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":523,"Cost":478,"Date":"2/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":224,"Cost":159,"Date":"3/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":710,"Cost":607,"Date":"4/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":236,"Cost":170,"Date":"4/5/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":794,"Cost":620,"Date":"4/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":105,"Cost":57,"Date":"7/10/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":926,"Cost":583,"Date":"3/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":810,"Cost":694,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":868,"Cost":649,"Date":"10/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":3,"Cost":2,"Date":"3/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":287,"Cost":257,"Date":"6/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":297,"Cost":171,"Date":"7/17/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":64,"Cost":36,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":721,"Cost":583,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":827,"Cost":709,"Date":"11/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":836,"Cost":438,"Date":"12/16/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":937,"Cost":882,"Date":"12/30/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":223,"Cost":119,"Date":"2/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":738,"Cost":535,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":106,"Cost":97,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":840,"Cost":614,"Date":"4/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":790,"Cost":451,"Date":"7/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":813,"Cost":430,"Date":"8/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":585,"Cost":537,"Date":"10/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":257,"Cost":202,"Date":"11/11/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":756,"Cost":632,"Date":"11/30/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":925,"Cost":864,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":719,"Cost":565,"Date":"3/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":184,"Cost":100,"Date":"4/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":952,"Cost":532,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":734,"Cost":514,"Date":"8/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":576,"Cost":538,"Date":"9/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":339,"Cost":200,"Date":"10/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":58,"Cost":43,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":325,"Cost":240,"Date":"11/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":245,"Cost":182,"Date":"12/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":12,"Cost":10,"Date":"12/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":546,"Cost":348,"Date":"1/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":889,"Cost":540,"Date":"1/23/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":603,"Cost":519,"Date":"2/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":81,"Cost":49,"Date":"3/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":803,"Cost":697,"Date":"3/12/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":202,"Cost":173,"Date":"3/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":39,"Cost":36,"Date":"6/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":280,"Cost":156,"Date":"6/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":373,"Cost":247,"Date":"8/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":882,"Cost":742,"Date":"10/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":824,"Cost":423,"Date":"11/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":202,"Cost":162,"Date":"11/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":175,"Cost":160,"Date":"3/27/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":100,"Cost":63,"Date":"4/17/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":707,"Cost":539,"Date":"8/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":611,"Cost":321,"Date":"8/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":582,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":579,"Cost":419,"Date":"9/5/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":167,"Cost":132,"Date":"9/14/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":368,"Cost":246,"Date":"9/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":9,"Date":"11/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":910,"Cost":505,"Date":"12/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":831,"Cost":555,"Date":"1/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":528,"Date":"1/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":292,"Date":"2/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":96,"Date":"3/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":8,"Date":"4/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":39,"Cost":25,"Date":"4/5/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":198,"Cost":158,"Date":"4/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":105,"Cost":85,"Date":"7/10/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":696,"Cost":591,"Date":"3/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":700,"Cost":383,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":37,"Cost":35,"Date":"10/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":55,"Cost":31,"Date":"3/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":665,"Date":"6/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":720,"Cost":585,"Date":"7/17/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":510,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":66,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":674,"Cost":599,"Date":"11/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":145,"Date":"12/16/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":184,"Cost":163,"Date":"12/30/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":256,"Date":"2/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":568,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":880,"Cost":648,"Date":"3/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":497,"Cost":327,"Date":"4/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":9,"Date":"7/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":837,"Cost":620,"Date":"8/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":35,"Date":"10/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":51,"Date":"11/11/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":858,"Cost":444,"Date":"11/30/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":800,"Cost":457,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":937,"Cost":876,"Date":"3/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":183,"Cost":133,"Date":"4/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":682,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":272,"Cost":179,"Date":"8/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":755,"Cost":713,"Date":"9/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":25,"Cost":20,"Date":"10/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":750,"Cost":607,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":101,"Cost":81,"Date":"11/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":591,"Date":"12/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":517,"Cost":328,"Date":"12/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":970,"Cost":727,"Date":"1/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":244,"Cost":181,"Date":"1/23/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":532,"Cost":373,"Date":"2/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":126,"Cost":76,"Date":"3/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":148,"Cost":91,"Date":"3/12/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":748,"Cost":391,"Date":"3/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":932,"Cost":857,"Date":"6/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":869,"Cost":641,"Date":"6/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":212,"Date":"8/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":791,"Cost":403,"Date":"10/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":482,"Cost":338,"Date":"11/4/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM Home","Country":"Belgium","Sale":509,"Cost":342,"Date":"11/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":414,"Cost":366,"Date":"3/27/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":101,"Cost":52,"Date":"4/17/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":639,"Cost":406,"Date":"8/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":99,"Cost":82,"Date":"8/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":754,"Cost":600,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":270,"Cost":223,"Date":"9/5/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":784,"Cost":699,"Date":"9/14/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":1000,"Cost":718,"Date":"9/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":832,"Cost":682,"Date":"11/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":497,"Cost":370,"Date":"12/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":668,"Cost":375,"Date":"1/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":884,"Cost":534,"Date":"1/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":98,"Cost":67,"Date":"2/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":650,"Cost":362,"Date":"3/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":6,"Cost":5,"Date":"4/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":9,"Cost":9,"Date":"4/5/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":394,"Cost":348,"Date":"4/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":584,"Cost":532,"Date":"7/10/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":721,"Cost":641,"Date":"3/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":209,"Cost":184,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":201,"Cost":142,"Date":"10/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":652,"Cost":568,"Date":"3/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":465,"Cost":274,"Date":"6/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":820,"Cost":594,"Date":"7/17/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":892,"Cost":743,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":294,"Cost":168,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":665,"Cost":509,"Date":"11/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":183,"Cost":174,"Date":"12/16/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":259,"Cost":201,"Date":"12/30/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":692,"Cost":574,"Date":"2/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":253,"Cost":193,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":261,"Cost":211,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":989,"Cost":855,"Date":"4/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":332,"Cost":302,"Date":"7/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":460,"Cost":262,"Date":"8/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":26,"Cost":23,"Date":"10/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":106,"Cost":78,"Date":"11/11/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":788,"Cost":549,"Date":"11/30/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":637,"Cost":550,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":50,"Cost":33,"Date":"3/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":428,"Cost":255,"Date":"4/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":61,"Cost":33,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":328,"Cost":187,"Date":"8/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":2,"Cost":2,"Date":"9/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":924,"Cost":709,"Date":"10/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":24,"Cost":22,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":515,"Cost":364,"Date":"11/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":164,"Cost":107,"Date":"12/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":222,"Cost":200,"Date":"12/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":480,"Cost":370,"Date":"1/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":644,"Cost":387,"Date":"1/23/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":349,"Cost":176,"Date":"2/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":92,"Cost":77,"Date":"3/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":681,"Cost":455,"Date":"3/12/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":378,"Cost":229,"Date":"3/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":396,"Cost":373,"Date":"6/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":334,"Cost":294,"Date":"6/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":621,"Cost":479,"Date":"8/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":627,"Cost":533,"Date":"10/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":503,"Cost":348,"Date":"11/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":11,"Cost":6,"Date":"11/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":617,"Cost":490,"Date":"3/27/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":119,"Cost":99,"Date":"4/17/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":280,"Cost":217,"Date":"8/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":832,"Cost":703,"Date":"8/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":302,"Cost":212,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":535,"Cost":368,"Date":"9/5/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":660,"Cost":540,"Date":"9/14/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":243,"Cost":165,"Date":"9/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":70,"Cost":50,"Date":"11/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":288,"Cost":231,"Date":"12/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":458,"Cost":240,"Date":"1/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":560,"Cost":365,"Date":"1/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":88,"Cost":63,"Date":"2/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":103,"Cost":71,"Date":"3/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":710,"Cost":600,"Date":"4/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":580,"Cost":551,"Date":"4/5/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":147,"Cost":86,"Date":"4/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":896,"Cost":774,"Date":"7/10/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":201,"Cost":181,"Date":"3/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":400,"Cost":371,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":769,"Cost":555,"Date":"10/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":87,"Cost":78,"Date":"3/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":57,"Cost":31,"Date":"6/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":150,"Cost":137,"Date":"7/17/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":640,"Cost":379,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":329,"Cost":213,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":208,"Cost":172,"Date":"11/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":599,"Cost":332,"Date":"12/16/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":343,"Cost":311,"Date":"12/30/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":39,"Cost":30,"Date":"2/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":731,"Cost":683,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":988,"Cost":616,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":104,"Cost":77,"Date":"4/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":248,"Cost":148,"Date":"7/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":751,"Cost":392,"Date":"8/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":400,"Cost":217,"Date":"10/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":870,"Cost":481,"Date":"11/11/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":337,"Cost":266,"Date":"11/30/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":796,"Cost":582,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":679,"Cost":536,"Date":"3/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":637,"Cost":365,"Date":"4/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":541,"Cost":469,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":81,"Cost":77,"Date":"8/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":549,"Cost":378,"Date":"9/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":413,"Cost":390,"Date":"10/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":757,"Cost":624,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":414,"Cost":391,"Date":"11/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":403,"Cost":353,"Date":"12/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":24,"Cost":12,"Date":"12/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":975,"Cost":499,"Date":"1/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":831,"Cost":642,"Date":"1/23/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":856,"Cost":637,"Date":"2/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":174,"Cost":96,"Date":"3/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":800,"Cost":573,"Date":"3/12/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":217,"Cost":190,"Date":"3/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":986,"Cost":674,"Date":"6/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":791,"Cost":564,"Date":"6/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":965,"Cost":713,"Date":"8/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":362,"Cost":282,"Date":"10/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":235,"Cost":130,"Date":"11/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":747,"Cost":545,"Date":"11/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":877,"Cost":568,"Date":"3/27/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":156,"Cost":115,"Date":"4/17/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":855,"Cost":564,"Date":"8/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":337,"Cost":182,"Date":"8/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":840,"Cost":605,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":576,"Cost":462,"Date":"9/5/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":451,"Cost":372,"Date":"9/14/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":250,"Cost":236,"Date":"9/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":781,"Cost":610,"Date":"11/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":312,"Cost":164,"Date":"12/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":922,"Cost":848,"Date":"1/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":171,"Date":"1/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":72,"Cost":55,"Date":"2/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":571,"Cost":352,"Date":"3/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":430,"Cost":269,"Date":"4/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":706,"Date":"4/5/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":910,"Cost":638,"Date":"4/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":873,"Cost":599,"Date":"7/10/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":145,"Cost":79,"Date":"3/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":218,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":533,"Date":"10/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":813,"Cost":683,"Date":"3/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":12,"Cost":9,"Date":"6/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":542,"Cost":301,"Date":"7/17/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":625,"Cost":569,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":61,"Cost":52,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":706,"Cost":541,"Date":"11/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":952,"Cost":733,"Date":"12/16/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":319,"Cost":257,"Date":"12/30/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":851,"Cost":623,"Date":"2/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":514,"Cost":380,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":21,"Date":"3/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":14,"Cost":10,"Date":"4/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":798,"Cost":485,"Date":"7/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":354,"Cost":320,"Date":"8/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":275,"Cost":148,"Date":"10/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":200,"Cost":126,"Date":"11/11/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":268,"Cost":196,"Date":"11/30/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":723,"Cost":631,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":798,"Cost":646,"Date":"3/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":297,"Cost":213,"Date":"4/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":701,"Cost":384,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":947,"Cost":554,"Date":"8/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":238,"Cost":181,"Date":"9/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":662,"Date":"10/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":936,"Cost":803,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":872,"Cost":555,"Date":"11/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":86,"Cost":78,"Date":"12/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":698,"Cost":488,"Date":"12/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":494,"Cost":408,"Date":"1/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":963,"Cost":657,"Date":"1/23/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":720,"Cost":471,"Date":"2/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":50,"Date":"3/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":888,"Cost":644,"Date":"3/12/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":901,"Cost":465,"Date":"3/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":745,"Cost":589,"Date":"6/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":301,"Date":"6/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":228,"Cost":198,"Date":"8/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":434,"Cost":377,"Date":"10/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":196,"Cost":120,"Date":"11/4/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":930,"Cost":491,"Date":"11/9/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":56,"Date":"3/27/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":457,"Cost":280,"Date":"4/17/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":971,"Cost":654,"Date":"8/11/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":781,"Date":"8/21/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":527,"Cost":427,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":680,"Cost":359,"Date":"9/5/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":793,"Cost":472,"Date":"9/14/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":436,"Date":"9/20/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":190,"Cost":114,"Date":"11/20/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":566,"Cost":288,"Date":"12/21/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":515,"Cost":275,"Date":"1/7/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":431,"Cost":226,"Date":"1/21/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":955,"Cost":853,"Date":"2/9/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":413,"Cost":288,"Date":"3/19/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":89,"Cost":82,"Date":"4/3/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":724,"Cost":473,"Date":"4/5/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":187,"Cost":103,"Date":"4/28/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":548,"Cost":284,"Date":"7/10/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":558,"Cost":521,"Date":"3/25/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":656,"Cost":456,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":114,"Cost":98,"Date":"10/28/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":884,"Cost":510,"Date":"3/2/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":928,"Cost":521,"Date":"6/28/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":483,"Cost":355,"Date":"7/17/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":619,"Cost":538,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":61,"Cost":42,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":652,"Cost":435,"Date":"11/20/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":564,"Cost":492,"Date":"12/16/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":685,"Cost":451,"Date":"12/30/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":913,"Cost":831,"Date":"2/15/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":209,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":189,"Cost":176,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":387,"Cost":232,"Date":"4/18/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":263,"Cost":168,"Date":"7/27/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":588,"Cost":319,"Date":"8/18/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":411,"Cost":249,"Date":"10/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":605,"Cost":365,"Date":"11/11/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":384,"Cost":356,"Date":"11/30/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":843,"Cost":792,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":572,"Cost":313,"Date":"3/1/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":23,"Cost":19,"Date":"4/13/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":125,"Cost":112,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":103,"Cost":72,"Date":"8/13/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":162,"Date":"9/15/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":13,"Cost":11,"Date":"10/14/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":679,"Cost":633,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":613,"Cost":532,"Date":"11/11/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":224,"Cost":167,"Date":"12/7/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":206,"Cost":134,"Date":"12/21/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":714,"Cost":585,"Date":"1/6/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":804,"Cost":546,"Date":"1/23/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":214,"Cost":181,"Date":"2/4/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":384,"Date":"3/10/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":558,"Cost":386,"Date":"3/12/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":909,"Cost":790,"Date":"3/31/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":757,"Cost":598,"Date":"6/16/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":640,"Cost":378,"Date":"6/17/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":928,"Cost":656,"Date":"8/27/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":344,"Cost":302,"Date":"10/1/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":920,"Cost":684,"Date":"11/4/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":149,"Cost":78,"Date":"11/9/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":532,"Cost":277,"Date":"3/27/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":412,"Cost":348,"Date":"4/17/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":192,"Cost":140,"Date":"8/11/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":147,"Cost":136,"Date":"8/21/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":517,"Cost":405,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":135,"Cost":121,"Date":"9/5/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":652,"Cost":558,"Date":"9/14/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":458,"Cost":370,"Date":"9/20/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":402,"Cost":258,"Date":"11/20/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":84,"Cost":42,"Date":"12/21/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":278,"Cost":204,"Date":"1/7/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":227,"Cost":199,"Date":"1/21/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":124,"Cost":101,"Date":"2/9/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":354,"Cost":300,"Date":"3/19/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":889,"Cost":814,"Date":"4/3/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":54,"Cost":37,"Date":"4/5/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":683,"Cost":447,"Date":"4/28/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":43,"Cost":23,"Date":"7/10/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":597,"Cost":448,"Date":"3/25/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":498,"Cost":287,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":679,"Cost":625,"Date":"10/28/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":861,"Cost":580,"Date":"3/2/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":782,"Cost":708,"Date":"6/28/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":630,"Cost":341,"Date":"7/17/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":672,"Cost":546,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":675,"Cost":547,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":280,"Cost":204,"Date":"11/20/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":99,"Cost":52,"Date":"12/16/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":174,"Cost":142,"Date":"12/30/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":628,"Cost":323,"Date":"2/15/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":630,"Cost":391,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":984,"Cost":633,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":602,"Cost":317,"Date":"4/18/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":877,"Cost":469,"Date":"7/27/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":725,"Cost":523,"Date":"8/18/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":584,"Cost":299,"Date":"10/31/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":678,"Cost":530,"Date":"11/11/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":559,"Cost":316,"Date":"11/30/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":447,"Cost":286,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":465,"Cost":390,"Date":"3/1/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":482,"Cost":420,"Date":"4/13/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":753,"Cost":628,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":375,"Cost":347,"Date":"8/13/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":909,"Cost":481,"Date":"9/15/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":146,"Cost":127,"Date":"10/14/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":480,"Cost":367,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":260,"Cost":235,"Date":"11/11/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":811,"Cost":565,"Date":"12/7/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":976,"Cost":846,"Date":"12/21/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":285,"Cost":225,"Date":"1/6/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":111,"Cost":92,"Date":"1/23/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":279,"Cost":231,"Date":"2/4/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":621,"Cost":582,"Date":"3/10/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":162,"Cost":129,"Date":"3/12/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":455,"Cost":235,"Date":"3/31/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":518,"Cost":431,"Date":"6/16/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":450,"Cost":256,"Date":"6/17/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":656,"Cost":386,"Date":"8/27/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":288,"Cost":151,"Date":"10/1/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":39,"Cost":26,"Date":"11/4/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":769,"Cost":404,"Date":"11/9/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":254,"Cost":208,"Date":"3/27/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":959,"Cost":533,"Date":"4/17/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":261,"Cost":200,"Date":"8/11/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":634,"Cost":408,"Date":"8/21/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":117,"Cost":78,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":488,"Cost":303,"Date":"9/5/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":233,"Cost":191,"Date":"9/14/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":583,"Cost":367,"Date":"9/20/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":33,"Cost":17,"Date":"11/20/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":676,"Cost":440,"Date":"12/21/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":374,"Cost":187,"Date":"1/7/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":713,"Cost":676,"Date":"1/21/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":343,"Cost":236,"Date":"2/9/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":972,"Cost":907,"Date":"3/19/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":868,"Cost":470,"Date":"4/3/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":987,"Cost":854,"Date":"4/5/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":18,"Cost":10,"Date":"4/28/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":318,"Cost":280,"Date":"7/10/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":709,"Cost":374,"Date":"3/25/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":605,"Cost":449,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":467,"Cost":423,"Date":"10/28/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":667,"Cost":504,"Date":"3/2/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":256,"Cost":225,"Date":"6/28/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":867,"Cost":459,"Date":"7/17/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":35,"Cost":20,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":400,"Cost":296,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":218,"Cost":189,"Date":"11/20/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":523,"Cost":320,"Date":"12/16/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":820,"Cost":605,"Date":"12/30/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":193,"Cost":108,"Date":"2/15/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":670,"Cost":603,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":274,"Cost":238,"Date":"3/7/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":997,"Cost":632,"Date":"4/18/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":495,"Cost":405,"Date":"7/27/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":402,"Cost":278,"Date":"8/18/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":115,"Cost":107,"Date":"10/31/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":923,"Cost":695,"Date":"11/11/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":389,"Cost":256,"Date":"11/30/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":504,"Cost":353,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":95,"Cost":62,"Date":"3/1/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":915,"Cost":607,"Date":"4/13/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":975,"Cost":838,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":556,"Cost":329,"Date":"8/13/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":712,"Cost":360,"Date":"9/15/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":925,"Cost":658,"Date":"10/14/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":755,"Cost":429,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":638,"Cost":521,"Date":"11/11/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":508,"Cost":455,"Date":"12/7/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":373,"Cost":262,"Date":"12/21/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":523,"Cost":407,"Date":"1/6/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":785,"Cost":452,"Date":"1/23/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":994,"Cost":786,"Date":"2/4/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":823,"Cost":618,"Date":"3/10/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":594,"Cost":416,"Date":"3/12/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":274,"Cost":148,"Date":"3/31/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":669,"Cost":394,"Date":"6/16/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":15,"Cost":7,"Date":"6/17/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":241,"Cost":165,"Date":"8/27/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":746,"Cost":494,"Date":"10/1/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":206,"Cost":123,"Date":"11/4/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":990,"Cost":656,"Date":"11/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":337,"Date":"3/27/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":522,"Cost":292,"Date":"4/17/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":372,"Date":"8/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":734,"Cost":481,"Date":"8/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":259,"Cost":244,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":282,"Cost":248,"Date":"9/5/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":258,"Cost":144,"Date":"9/14/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":204,"Cost":146,"Date":"9/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":980,"Cost":768,"Date":"11/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":877,"Cost":481,"Date":"12/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":882,"Cost":468,"Date":"1/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":767,"Cost":687,"Date":"1/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":521,"Date":"2/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":83,"Cost":79,"Date":"3/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":830,"Cost":588,"Date":"4/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":793,"Cost":616,"Date":"4/5/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":242,"Date":"4/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":138,"Date":"7/10/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":570,"Date":"3/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":159,"Cost":114,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":216,"Date":"10/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":280,"Cost":191,"Date":"3/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":717,"Date":"6/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":639,"Date":"7/17/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":948,"Cost":736,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":567,"Cost":306,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":169,"Date":"11/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":262,"Cost":234,"Date":"12/16/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":941,"Cost":568,"Date":"12/30/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":860,"Cost":705,"Date":"2/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":216,"Cost":199,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":373,"Cost":223,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":592,"Date":"4/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":326,"Date":"7/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":116,"Cost":105,"Date":"8/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":967,"Cost":831,"Date":"10/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":373,"Date":"11/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":495,"Date":"11/30/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":687,"Cost":626,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":69,"Date":"3/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":132,"Date":"4/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":464,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":940,"Cost":679,"Date":"8/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":681,"Cost":470,"Date":"9/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":666,"Cost":617,"Date":"10/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":73,"Cost":61,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":565,"Cost":333,"Date":"11/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":204,"Date":"12/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":351,"Date":"12/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":239,"Date":"1/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":255,"Cost":158,"Date":"1/23/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":280,"Cost":204,"Date":"2/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":766,"Cost":722,"Date":"3/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":341,"Cost":257,"Date":"3/12/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":376,"Date":"3/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":2,"Cost":1,"Date":"6/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":424,"Cost":298,"Date":"6/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":650,"Date":"8/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":423,"Cost":386,"Date":"10/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":380,"Cost":201,"Date":"11/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":626,"Cost":419,"Date":"11/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":108,"Date":"3/27/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":582,"Date":"4/17/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":226,"Cost":215,"Date":"8/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":417,"Cost":345,"Date":"8/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":201,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":533,"Date":"9/5/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":302,"Date":"9/14/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":953,"Cost":797,"Date":"9/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":31,"Date":"11/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":26,"Date":"12/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":797,"Date":"1/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":189,"Date":"1/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":988,"Cost":659,"Date":"2/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":528,"Date":"3/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":152,"Date":"4/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":212,"Date":"4/5/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":44,"Cost":36,"Date":"4/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":27,"Date":"7/10/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":69,"Date":"3/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":668,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":227,"Date":"10/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":79,"Cost":46,"Date":"3/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":847,"Cost":488,"Date":"6/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":995,"Cost":822,"Date":"7/17/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":382,"Cost":257,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":567,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":647,"Cost":502,"Date":"11/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":619,"Cost":441,"Date":"12/16/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":231,"Cost":129,"Date":"12/30/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":194,"Date":"2/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":203,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":736,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":157,"Cost":143,"Date":"4/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":983,"Cost":582,"Date":"7/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":334,"Date":"8/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":340,"Cost":290,"Date":"10/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":735,"Cost":382,"Date":"11/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":333,"Cost":265,"Date":"11/30/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":417,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":215,"Cost":189,"Date":"3/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":368,"Cost":308,"Date":"4/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":563,"Cost":495,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":523,"Cost":357,"Date":"8/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":648,"Cost":363,"Date":"9/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":154,"Date":"10/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":778,"Cost":474,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":202,"Date":"11/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":287,"Cost":144,"Date":"12/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":2,"Cost":2,"Date":"12/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":875,"Cost":634,"Date":"1/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":723,"Cost":523,"Date":"1/23/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":796,"Date":"2/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":680,"Cost":382,"Date":"3/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":392,"Cost":371,"Date":"3/12/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":642,"Cost":404,"Date":"3/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":436,"Cost":334,"Date":"6/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":649,"Date":"6/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":234,"Cost":164,"Date":"8/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":593,"Cost":363,"Date":"10/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":180,"Date":"11/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":550,"Cost":288,"Date":"11/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":28,"Cost":23,"Date":"3/27/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":785,"Date":"4/17/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":13,"Cost":7,"Date":"8/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":147,"Cost":111,"Date":"8/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":443,"Cost":286,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":322,"Date":"9/5/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":552,"Date":"9/14/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":210,"Date":"9/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":448,"Date":"11/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":300,"Cost":245,"Date":"12/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":317,"Cost":292,"Date":"1/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":840,"Cost":583,"Date":"1/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":695,"Cost":433,"Date":"2/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":787,"Date":"3/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":146,"Cost":133,"Date":"4/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":892,"Cost":504,"Date":"4/5/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":778,"Cost":448,"Date":"4/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":14,"Date":"7/10/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":641,"Cost":442,"Date":"3/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":723,"Cost":562,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":503,"Date":"10/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":311,"Date":"3/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":728,"Cost":590,"Date":"6/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":570,"Cost":327,"Date":"7/17/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":715,"Cost":491,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":137,"Cost":116,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":4,"Cost":4,"Date":"11/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":49,"Cost":43,"Date":"12/16/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":430,"Cost":246,"Date":"12/30/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":481,"Cost":309,"Date":"2/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":418,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":208,"Cost":172,"Date":"3/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":420,"Date":"4/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":445,"Cost":278,"Date":"7/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":950,"Cost":772,"Date":"8/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":956,"Cost":590,"Date":"10/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":698,"Date":"11/11/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":54,"Cost":36,"Date":"11/30/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":709,"Cost":587,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":230,"Date":"3/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":657,"Cost":520,"Date":"4/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":205,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":896,"Cost":500,"Date":"8/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":991,"Cost":751,"Date":"9/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":701,"Date":"10/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":195,"Cost":172,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":857,"Cost":536,"Date":"11/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":441,"Cost":419,"Date":"12/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":421,"Cost":394,"Date":"12/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":372,"Cost":339,"Date":"1/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":496,"Cost":327,"Date":"1/23/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":6,"Cost":4,"Date":"2/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":784,"Cost":538,"Date":"3/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":192,"Cost":141,"Date":"3/12/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":849,"Cost":515,"Date":"3/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":214,"Cost":152,"Date":"6/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":416,"Date":"6/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":508,"Cost":300,"Date":"8/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":307,"Cost":155,"Date":"10/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":932,"Cost":753,"Date":"11/4/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":820,"Cost":663,"Date":"11/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":666,"Cost":451,"Date":"3/27/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":60,"Date":"4/17/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":142,"Cost":85,"Date":"8/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":31,"Cost":28,"Date":"8/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":507,"Cost":376,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":60,"Cost":57,"Date":"9/5/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":7,"Cost":7,"Date":"9/14/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":885,"Cost":669,"Date":"9/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":380,"Cost":206,"Date":"11/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":358,"Cost":203,"Date":"12/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":187,"Cost":139,"Date":"1/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":974,"Cost":831,"Date":"1/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":56,"Cost":29,"Date":"2/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":534,"Cost":294,"Date":"3/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":727,"Cost":548,"Date":"4/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":940,"Cost":637,"Date":"4/5/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":87,"Cost":56,"Date":"4/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":201,"Cost":122,"Date":"7/10/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":437,"Date":"3/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":750,"Cost":444,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":568,"Cost":413,"Date":"10/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":420,"Cost":280,"Date":"3/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":719,"Cost":637,"Date":"6/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":477,"Cost":331,"Date":"7/17/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":825,"Cost":753,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":770,"Cost":423,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":26,"Cost":16,"Date":"11/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":766,"Cost":517,"Date":"12/16/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":853,"Cost":744,"Date":"12/30/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":74,"Cost":64,"Date":"2/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":945,"Cost":853,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":974,"Cost":547,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":172,"Cost":100,"Date":"4/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":433,"Cost":279,"Date":"7/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":195,"Cost":135,"Date":"8/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":227,"Date":"10/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":555,"Cost":340,"Date":"11/11/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":255,"Cost":157,"Date":"11/30/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":41,"Cost":29,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":251,"Cost":230,"Date":"3/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":921,"Cost":606,"Date":"4/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":899,"Cost":822,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":58,"Cost":51,"Date":"8/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":520,"Cost":305,"Date":"9/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":319,"Cost":176,"Date":"10/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":766,"Cost":484,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":821,"Cost":593,"Date":"11/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":84,"Date":"12/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":299,"Cost":239,"Date":"12/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":53,"Date":"1/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":980,"Cost":826,"Date":"1/23/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":724,"Cost":583,"Date":"2/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":974,"Cost":765,"Date":"3/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":406,"Cost":308,"Date":"3/12/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":961,"Cost":542,"Date":"3/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":122,"Cost":106,"Date":"6/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":875,"Cost":562,"Date":"6/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":414,"Cost":233,"Date":"8/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":554,"Cost":523,"Date":"10/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":444,"Date":"11/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":190,"Date":"11/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":987,"Cost":937,"Date":"3/27/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":665,"Cost":534,"Date":"4/17/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":404,"Date":"8/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":722,"Cost":612,"Date":"8/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":113,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":304,"Cost":286,"Date":"9/5/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":288,"Date":"9/14/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":918,"Cost":475,"Date":"9/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":204,"Cost":129,"Date":"11/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":704,"Cost":667,"Date":"12/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":11,"Date":"1/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":518,"Cost":381,"Date":"1/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":255,"Cost":216,"Date":"2/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":207,"Cost":127,"Date":"3/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":70,"Cost":59,"Date":"4/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":78,"Cost":58,"Date":"4/5/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":711,"Cost":488,"Date":"4/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":834,"Cost":638,"Date":"7/10/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":612,"Cost":387,"Date":"3/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":115,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":527,"Cost":316,"Date":"10/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":444,"Cost":311,"Date":"3/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":887,"Cost":624,"Date":"6/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":37,"Cost":20,"Date":"7/17/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":550,"Cost":321,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":879,"Cost":563,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":948,"Cost":557,"Date":"11/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":709,"Cost":431,"Date":"12/16/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":385,"Cost":279,"Date":"12/30/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":725,"Cost":666,"Date":"2/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":650,"Cost":423,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":252,"Cost":143,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":437,"Date":"4/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":573,"Cost":369,"Date":"7/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":495,"Cost":254,"Date":"8/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":326,"Cost":219,"Date":"10/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":217,"Cost":194,"Date":"11/11/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":535,"Cost":357,"Date":"11/30/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":521,"Cost":311,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":781,"Cost":452,"Date":"3/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":492,"Date":"4/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":944,"Cost":492,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":463,"Date":"8/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":60,"Cost":54,"Date":"9/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":57,"Cost":33,"Date":"10/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":711,"Cost":408,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":604,"Date":"11/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":587,"Cost":348,"Date":"12/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":717,"Cost":654,"Date":"12/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":430,"Date":"1/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":638,"Cost":438,"Date":"1/23/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":182,"Cost":121,"Date":"2/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":204,"Date":"3/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":335,"Cost":304,"Date":"3/12/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":221,"Cost":191,"Date":"3/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":286,"Cost":165,"Date":"6/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":791,"Cost":737,"Date":"6/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":98,"Date":"8/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":405,"Date":"10/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":167,"Cost":136,"Date":"11/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":724,"Cost":417,"Date":"11/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":273,"Cost":186,"Date":"3/27/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":464,"Cost":381,"Date":"4/17/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":213,"Cost":117,"Date":"8/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":22,"Cost":21,"Date":"8/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":39,"Cost":35,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":788,"Date":"9/5/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":137,"Cost":107,"Date":"9/14/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":338,"Date":"9/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":691,"Cost":524,"Date":"11/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":89,"Date":"12/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":755,"Cost":666,"Date":"1/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":849,"Cost":543,"Date":"1/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":741,"Cost":481,"Date":"2/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":795,"Cost":634,"Date":"3/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":614,"Date":"4/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":480,"Date":"4/5/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":830,"Cost":427,"Date":"4/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":352,"Cost":310,"Date":"7/10/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":402,"Cost":246,"Date":"3/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":436,"Cost":323,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":809,"Cost":427,"Date":"10/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":535,"Cost":304,"Date":"3/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":170,"Cost":87,"Date":"6/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":758,"Date":"7/17/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":633,"Cost":319,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":293,"Cost":227,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":683,"Cost":503,"Date":"11/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":251,"Cost":227,"Date":"12/16/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":641,"Cost":450,"Date":"12/30/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":442,"Cost":249,"Date":"2/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":576,"Cost":382,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":963,"Cost":687,"Date":"3/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":837,"Cost":522,"Date":"4/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":181,"Date":"7/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":926,"Cost":741,"Date":"8/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":477,"Date":"10/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":482,"Cost":286,"Date":"11/11/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":611,"Cost":564,"Date":"11/30/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":69,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":627,"Cost":540,"Date":"3/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":895,"Cost":694,"Date":"4/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":310,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":760,"Cost":686,"Date":"8/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":468,"Date":"9/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":639,"Cost":334,"Date":"10/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":754,"Cost":409,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":43,"Cost":38,"Date":"11/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":361,"Cost":267,"Date":"12/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":141,"Cost":100,"Date":"12/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":668,"Date":"1/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":703,"Date":"1/23/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":182,"Cost":98,"Date":"2/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":577,"Date":"3/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":657,"Cost":486,"Date":"3/12/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":966,"Cost":849,"Date":"3/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":812,"Cost":531,"Date":"6/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":46,"Cost":23,"Date":"6/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":286,"Cost":172,"Date":"8/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":556,"Date":"10/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":24,"Cost":14,"Date":"11/4/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":430,"Cost":238,"Date":"11/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":685,"Cost":607,"Date":"3/27/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":696,"Cost":496,"Date":"4/17/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":991,"Cost":570,"Date":"8/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":617,"Cost":321,"Date":"8/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":306,"Cost":255,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":722,"Cost":473,"Date":"9/5/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":310,"Cost":175,"Date":"9/14/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":123,"Cost":64,"Date":"9/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":525,"Date":"11/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":171,"Date":"12/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":40,"Cost":22,"Date":"1/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":903,"Cost":526,"Date":"1/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":375,"Date":"2/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":335,"Cost":211,"Date":"3/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":313,"Cost":165,"Date":"4/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":46,"Date":"4/5/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":100,"Cost":53,"Date":"4/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":27,"Cost":25,"Date":"7/10/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":779,"Cost":652,"Date":"3/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":471,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":656,"Cost":428,"Date":"10/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":349,"Date":"3/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":26,"Cost":24,"Date":"6/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":510,"Cost":325,"Date":"7/17/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":603,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":570,"Cost":447,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":342,"Cost":229,"Date":"11/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":708,"Cost":536,"Date":"12/16/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":493,"Cost":312,"Date":"12/30/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":279,"Date":"2/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":671,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":443,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":215,"Cost":110,"Date":"4/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":884,"Cost":493,"Date":"7/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":545,"Cost":441,"Date":"8/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":172,"Date":"10/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":345,"Cost":253,"Date":"11/11/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":153,"Date":"11/30/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":323,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":679,"Cost":339,"Date":"3/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":483,"Date":"4/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":628,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":2,"Cost":2,"Date":"8/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":331,"Cost":249,"Date":"9/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":445,"Date":"10/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":355,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":590,"Date":"11/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":313,"Cost":246,"Date":"12/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":228,"Date":"12/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":638,"Cost":364,"Date":"1/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":209,"Date":"1/23/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":54,"Cost":40,"Date":"2/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":168,"Date":"3/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":436,"Cost":236,"Date":"3/12/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":213,"Cost":122,"Date":"3/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":664,"Cost":609,"Date":"6/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":450,"Date":"6/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":55,"Date":"8/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":289,"Cost":259,"Date":"10/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":314,"Cost":172,"Date":"11/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":219,"Date":"11/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":764,"Cost":384,"Date":"3/27/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":333,"Cost":211,"Date":"4/17/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":32,"Cost":26,"Date":"8/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":124,"Cost":75,"Date":"8/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":291,"Cost":153,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":741,"Cost":693,"Date":"9/5/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":202,"Cost":107,"Date":"9/14/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":367,"Cost":325,"Date":"9/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":212,"Cost":126,"Date":"11/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":769,"Cost":607,"Date":"12/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":191,"Cost":125,"Date":"1/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":888,"Cost":831,"Date":"1/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":51,"Date":"2/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":17,"Cost":10,"Date":"3/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":960,"Cost":743,"Date":"4/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":572,"Cost":386,"Date":"4/5/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":802,"Date":"4/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":102,"Date":"7/10/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":343,"Cost":297,"Date":"3/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":52,"Cost":47,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":666,"Date":"10/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":953,"Cost":620,"Date":"3/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":713,"Cost":369,"Date":"6/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":108,"Cost":61,"Date":"7/17/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":635,"Cost":392,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":324,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":683,"Date":"11/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":745,"Cost":443,"Date":"12/16/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":358,"Cost":255,"Date":"12/30/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":111,"Date":"2/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":660,"Cost":623,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":133,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":521,"Cost":468,"Date":"4/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":750,"Date":"7/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":515,"Cost":284,"Date":"8/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":863,"Cost":706,"Date":"10/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":719,"Cost":485,"Date":"11/11/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":697,"Cost":490,"Date":"11/30/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":76,"Cost":66,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":505,"Cost":380,"Date":"3/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":371,"Date":"4/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":270,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":326,"Cost":204,"Date":"8/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":662,"Cost":450,"Date":"9/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":21,"Date":"10/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":332,"Cost":300,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":258,"Date":"11/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":694,"Cost":350,"Date":"12/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":86,"Cost":75,"Date":"12/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":634,"Cost":422,"Date":"1/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":26,"Cost":14,"Date":"1/23/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":618,"Date":"2/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":686,"Cost":463,"Date":"3/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":52,"Date":"3/12/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":230,"Cost":179,"Date":"3/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":979,"Cost":512,"Date":"6/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":259,"Date":"6/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":629,"Cost":318,"Date":"8/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":536,"Cost":334,"Date":"10/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":617,"Cost":354,"Date":"11/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":237,"Date":"11/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":15,"Date":"3/27/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":903,"Cost":519,"Date":"4/17/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":443,"Date":"8/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":463,"Cost":311,"Date":"8/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":222,"Cost":185,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":174,"Cost":108,"Date":"9/5/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":65,"Cost":34,"Date":"9/14/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":337,"Date":"9/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":88,"Cost":48,"Date":"11/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":441,"Cost":354,"Date":"12/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":453,"Date":"1/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":606,"Cost":306,"Date":"1/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":511,"Cost":482,"Date":"2/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":349,"Cost":206,"Date":"3/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":562,"Cost":510,"Date":"4/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":438,"Cost":365,"Date":"4/5/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":71,"Cost":44,"Date":"4/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":112,"Cost":102,"Date":"7/10/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":619,"Cost":468,"Date":"3/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":630,"Cost":589,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":694,"Date":"10/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":906,"Cost":840,"Date":"3/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":449,"Cost":268,"Date":"6/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":430,"Cost":328,"Date":"7/17/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":699,"Cost":622,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":277,"Cost":222,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":209,"Cost":172,"Date":"11/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":21,"Cost":20,"Date":"12/16/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":959,"Cost":673,"Date":"12/30/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":726,"Cost":415,"Date":"2/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":319,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":638,"Cost":555,"Date":"3/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":180,"Cost":157,"Date":"4/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":932,"Cost":586,"Date":"7/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":446,"Date":"8/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":888,"Cost":680,"Date":"10/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":798,"Cost":499,"Date":"11/11/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":311,"Date":"11/30/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":554,"Cost":521,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":202,"Cost":192,"Date":"3/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":157,"Date":"4/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":242,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":740,"Date":"8/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":646,"Cost":556,"Date":"9/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":458,"Cost":346,"Date":"10/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":513,"Cost":408,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":753,"Cost":564,"Date":"11/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":324,"Cost":229,"Date":"12/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":888,"Cost":732,"Date":"12/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":13,"Cost":9,"Date":"1/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":201,"Cost":178,"Date":"1/23/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":857,"Cost":555,"Date":"2/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":306,"Cost":220,"Date":"3/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":425,"Cost":296,"Date":"3/12/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":257,"Date":"3/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":106,"Cost":99,"Date":"6/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":338,"Cost":287,"Date":"6/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":407,"Cost":258,"Date":"8/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":264,"Cost":222,"Date":"10/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":682,"Cost":473,"Date":"11/4/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM Home","Country":"Belgium","Sale":450,"Cost":315,"Date":"11/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":500,"Cost":305,"Date":"3/27/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":107,"Date":"4/17/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":758,"Cost":503,"Date":"8/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":801,"Cost":480,"Date":"8/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":390,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":715,"Date":"9/5/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":517,"Cost":349,"Date":"9/14/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":947,"Cost":638,"Date":"9/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":598,"Cost":493,"Date":"11/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":119,"Cost":83,"Date":"12/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":856,"Cost":539,"Date":"1/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":542,"Date":"1/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":596,"Date":"2/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":336,"Date":"3/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":148,"Cost":81,"Date":"4/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":846,"Cost":537,"Date":"4/5/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":534,"Date":"4/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":848,"Cost":723,"Date":"7/10/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":639,"Date":"3/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":937,"Cost":845,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":742,"Cost":423,"Date":"10/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":442,"Cost":385,"Date":"3/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":800,"Date":"6/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":827,"Cost":651,"Date":"7/17/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":402,"Cost":254,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":725,"Cost":556,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":186,"Date":"11/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":505,"Cost":287,"Date":"12/16/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":895,"Cost":837,"Date":"12/30/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":883,"Cost":695,"Date":"2/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":578,"Cost":394,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":456,"Cost":378,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":8,"Cost":4,"Date":"4/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":303,"Cost":230,"Date":"7/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":230,"Cost":219,"Date":"8/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":21,"Cost":11,"Date":"10/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":315,"Cost":190,"Date":"11/11/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":363,"Cost":247,"Date":"11/30/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":63,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":81,"Cost":64,"Date":"3/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":47,"Cost":24,"Date":"4/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":71,"Cost":59,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":527,"Cost":314,"Date":"8/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":520,"Cost":358,"Date":"9/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":266,"Cost":221,"Date":"10/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":491,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":400,"Cost":240,"Date":"11/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":253,"Cost":214,"Date":"12/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":671,"Cost":584,"Date":"12/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":956,"Cost":821,"Date":"1/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":500,"Cost":396,"Date":"1/23/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":116,"Cost":86,"Date":"2/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":633,"Cost":323,"Date":"3/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":714,"Cost":502,"Date":"3/12/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":221,"Cost":160,"Date":"3/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":24,"Date":"6/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":971,"Cost":588,"Date":"6/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":61,"Cost":48,"Date":"8/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":207,"Cost":167,"Date":"10/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":65,"Date":"11/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":109,"Cost":76,"Date":"11/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":193,"Cost":132,"Date":"3/27/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":315,"Cost":252,"Date":"4/17/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":829,"Cost":535,"Date":"8/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":469,"Cost":438,"Date":"8/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":361,"Cost":190,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":672,"Cost":359,"Date":"9/5/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":939,"Cost":887,"Date":"9/14/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":37,"Cost":25,"Date":"9/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":368,"Cost":310,"Date":"11/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":503,"Cost":361,"Date":"12/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":502,"Cost":311,"Date":"1/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":52,"Cost":26,"Date":"1/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":583,"Cost":302,"Date":"2/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":109,"Cost":58,"Date":"3/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":829,"Cost":578,"Date":"4/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":449,"Cost":292,"Date":"4/5/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":971,"Cost":627,"Date":"4/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":479,"Cost":426,"Date":"7/10/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":588,"Cost":518,"Date":"3/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":259,"Cost":207,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":378,"Cost":352,"Date":"10/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":733,"Cost":525,"Date":"3/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":276,"Cost":199,"Date":"6/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":259,"Cost":217,"Date":"7/17/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":483,"Cost":403,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":945,"Cost":589,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":22,"Cost":11,"Date":"11/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":154,"Cost":127,"Date":"12/16/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":157,"Cost":80,"Date":"12/30/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":980,"Cost":917,"Date":"2/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":613,"Cost":337,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":239,"Cost":176,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":727,"Cost":443,"Date":"4/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":478,"Cost":414,"Date":"7/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":872,"Cost":678,"Date":"8/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":29,"Cost":17,"Date":"10/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":559,"Cost":400,"Date":"11/11/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":486,"Cost":325,"Date":"11/30/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":839,"Cost":595,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":203,"Cost":137,"Date":"3/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":999,"Cost":753,"Date":"4/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":50,"Cost":36,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":701,"Cost":537,"Date":"8/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":999,"Cost":820,"Date":"9/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":287,"Cost":222,"Date":"10/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":350,"Cost":257,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":389,"Cost":213,"Date":"11/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":807,"Cost":614,"Date":"12/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":727,"Cost":508,"Date":"12/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":397,"Cost":241,"Date":"1/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":13,"Cost":8,"Date":"1/23/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":772,"Cost":626,"Date":"2/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":139,"Cost":74,"Date":"3/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":771,"Cost":412,"Date":"3/12/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":805,"Cost":611,"Date":"3/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":763,"Cost":586,"Date":"6/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":728,"Cost":491,"Date":"6/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":498,"Cost":364,"Date":"8/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":12,"Cost":7,"Date":"10/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":142,"Cost":131,"Date":"11/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":412,"Cost":249,"Date":"11/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":21,"Date":"3/27/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":604,"Cost":487,"Date":"4/17/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":696,"Date":"8/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":447,"Cost":381,"Date":"8/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":460,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":602,"Date":"9/5/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":482,"Date":"9/14/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":494,"Date":"9/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":671,"Date":"11/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":173,"Cost":142,"Date":"12/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":53,"Cost":29,"Date":"1/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":902,"Cost":676,"Date":"1/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":796,"Cost":533,"Date":"2/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":625,"Date":"3/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":617,"Cost":422,"Date":"4/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":131,"Cost":118,"Date":"4/5/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":434,"Cost":234,"Date":"4/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":643,"Cost":568,"Date":"7/10/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":422,"Cost":272,"Date":"3/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":283,"Cost":152,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":680,"Date":"10/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":337,"Cost":273,"Date":"3/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":136,"Date":"6/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":737,"Date":"7/17/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":445,"Cost":287,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":112,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":660,"Cost":582,"Date":"11/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":410,"Date":"12/16/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":297,"Date":"12/30/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":469,"Cost":333,"Date":"2/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":554,"Cost":394,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":520,"Date":"3/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":412,"Date":"4/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":41,"Cost":24,"Date":"7/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":716,"Date":"8/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":125,"Cost":117,"Date":"10/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":99,"Date":"11/11/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":336,"Cost":223,"Date":"11/30/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":266,"Cost":223,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":342,"Cost":182,"Date":"3/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":725,"Date":"4/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":785,"Cost":491,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":80,"Date":"8/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":53,"Cost":48,"Date":"9/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":462,"Cost":260,"Date":"10/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":60,"Cost":52,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":940,"Cost":874,"Date":"11/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":243,"Date":"12/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":137,"Cost":115,"Date":"12/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":670,"Date":"1/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":475,"Date":"1/23/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":966,"Cost":523,"Date":"2/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":778,"Cost":715,"Date":"3/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":221,"Cost":156,"Date":"3/12/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":105,"Date":"3/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":193,"Cost":167,"Date":"6/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":310,"Cost":266,"Date":"6/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":887,"Cost":792,"Date":"8/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":988,"Cost":910,"Date":"10/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":695,"Cost":363,"Date":"11/4/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":448,"Cost":298,"Date":"11/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":216,"Date":"3/27/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":19,"Cost":12,"Date":"4/17/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":377,"Date":"8/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":1,"Date":"8/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":241,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":67,"Date":"9/5/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":282,"Date":"9/14/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":514,"Cost":412,"Date":"9/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":310,"Date":"11/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":753,"Cost":471,"Date":"12/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":382,"Cost":216,"Date":"1/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":486,"Date":"1/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":87,"Date":"2/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":670,"Cost":401,"Date":"3/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":77,"Date":"4/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":948,"Cost":653,"Date":"4/5/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":124,"Date":"4/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":129,"Cost":64,"Date":"7/10/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":418,"Cost":242,"Date":"3/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":479,"Cost":330,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":432,"Cost":308,"Date":"10/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":228,"Date":"3/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":791,"Cost":708,"Date":"6/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":21,"Date":"7/17/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":196,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":852,"Cost":450,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":654,"Cost":467,"Date":"11/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":853,"Cost":578,"Date":"12/16/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":559,"Cost":390,"Date":"12/30/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":813,"Date":"2/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":735,"Cost":414,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":588,"Cost":399,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":377,"Cost":348,"Date":"4/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":732,"Cost":491,"Date":"7/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":47,"Cost":25,"Date":"8/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":370,"Cost":249,"Date":"10/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":696,"Cost":532,"Date":"11/11/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":455,"Cost":257,"Date":"11/30/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":99,"Cost":61,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":315,"Cost":203,"Date":"3/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":896,"Cost":731,"Date":"4/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":560,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":196,"Cost":116,"Date":"8/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":243,"Cost":148,"Date":"9/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":240,"Cost":135,"Date":"10/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":46,"Cost":34,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":675,"Date":"11/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":780,"Cost":603,"Date":"12/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":821,"Cost":556,"Date":"12/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":217,"Cost":200,"Date":"1/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":547,"Date":"1/23/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":160,"Date":"2/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":950,"Cost":805,"Date":"3/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":513,"Cost":463,"Date":"3/12/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":749,"Cost":645,"Date":"3/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":678,"Cost":627,"Date":"6/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":519,"Date":"6/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":666,"Cost":584,"Date":"8/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":566,"Date":"10/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":290,"Cost":245,"Date":"11/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":66,"Cost":53,"Date":"11/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":308,"Cost":169,"Date":"3/27/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":22,"Cost":18,"Date":"4/17/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":406,"Cost":301,"Date":"8/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":316,"Cost":233,"Date":"8/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":136,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":479,"Cost":293,"Date":"9/5/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":338,"Cost":281,"Date":"9/14/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":321,"Cost":250,"Date":"9/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":820,"Cost":566,"Date":"11/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":29,"Cost":19,"Date":"12/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":234,"Date":"1/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":542,"Cost":500,"Date":"1/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":328,"Cost":226,"Date":"2/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":706,"Cost":443,"Date":"3/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":452,"Cost":351,"Date":"4/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":54,"Cost":42,"Date":"4/5/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":786,"Cost":690,"Date":"4/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":650,"Cost":385,"Date":"7/10/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":414,"Cost":384,"Date":"3/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":949,"Cost":574,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":266,"Cost":182,"Date":"10/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":716,"Cost":620,"Date":"3/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":208,"Cost":119,"Date":"6/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":784,"Cost":600,"Date":"7/17/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":77,"Cost":57,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":188,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":348,"Cost":280,"Date":"11/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":977,"Cost":522,"Date":"12/16/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":489,"Date":"12/30/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":935,"Cost":559,"Date":"2/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":62,"Cost":32,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":619,"Cost":344,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":388,"Cost":291,"Date":"4/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":911,"Cost":535,"Date":"7/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":537,"Cost":430,"Date":"8/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":975,"Cost":541,"Date":"10/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":43,"Cost":23,"Date":"11/11/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":80,"Cost":65,"Date":"11/30/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":802,"Cost":575,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":717,"Cost":496,"Date":"3/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":492,"Cost":302,"Date":"4/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":668,"Cost":570,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":606,"Date":"8/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":818,"Cost":518,"Date":"9/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":322,"Cost":168,"Date":"10/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":13,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":776,"Cost":673,"Date":"11/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":978,"Cost":543,"Date":"12/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":855,"Cost":660,"Date":"12/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":206,"Date":"1/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":867,"Cost":480,"Date":"1/23/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":100,"Cost":68,"Date":"2/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":325,"Cost":275,"Date":"3/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":942,"Cost":475,"Date":"3/12/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":690,"Cost":616,"Date":"3/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":159,"Cost":149,"Date":"6/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":350,"Cost":200,"Date":"6/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":94,"Date":"8/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":184,"Cost":123,"Date":"10/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":791,"Cost":615,"Date":"11/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"ARKET","Country":"Belgium","Sale":449,"Cost":363,"Date":"11/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":185,"Cost":125,"Date":"3/27/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":175,"Date":"4/17/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":490,"Cost":391,"Date":"8/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":118,"Cost":95,"Date":"8/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":835,"Cost":475,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":967,"Cost":604,"Date":"9/5/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":129,"Cost":81,"Date":"9/14/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":958,"Cost":878,"Date":"9/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":515,"Cost":282,"Date":"11/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":629,"Date":"12/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":328,"Cost":303,"Date":"1/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":436,"Cost":226,"Date":"1/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":976,"Cost":777,"Date":"2/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":783,"Cost":706,"Date":"3/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":372,"Cost":192,"Date":"4/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":417,"Date":"4/5/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":77,"Date":"4/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":120,"Cost":106,"Date":"7/10/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":197,"Date":"3/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":374,"Cost":317,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":376,"Date":"10/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":585,"Cost":491,"Date":"3/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":428,"Cost":378,"Date":"6/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":516,"Cost":412,"Date":"7/17/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":201,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":43,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":387,"Date":"11/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":230,"Cost":178,"Date":"12/16/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":647,"Cost":442,"Date":"12/30/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":761,"Cost":446,"Date":"2/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":362,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":374,"Date":"3/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":441,"Cost":242,"Date":"4/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":795,"Cost":698,"Date":"7/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":146,"Cost":113,"Date":"8/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":357,"Date":"10/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":408,"Cost":380,"Date":"11/11/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":933,"Cost":768,"Date":"11/30/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":678,"Cost":577,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":633,"Cost":598,"Date":"3/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":171,"Cost":101,"Date":"4/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":814,"Cost":742,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":260,"Date":"8/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":908,"Cost":528,"Date":"9/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":730,"Cost":677,"Date":"10/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":219,"Cost":171,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":921,"Cost":860,"Date":"11/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":72,"Date":"12/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":579,"Date":"12/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":355,"Date":"1/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":661,"Cost":550,"Date":"1/23/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":267,"Cost":253,"Date":"2/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":150,"Cost":80,"Date":"3/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":363,"Cost":327,"Date":"3/12/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":425,"Cost":249,"Date":"3/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":556,"Date":"6/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":855,"Cost":567,"Date":"6/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":31,"Date":"8/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":871,"Cost":563,"Date":"10/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":205,"Cost":103,"Date":"11/4/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":957,"Cost":575,"Date":"11/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":581,"Cost":401,"Date":"3/27/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":130,"Date":"4/17/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":423,"Date":"8/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":38,"Cost":19,"Date":"8/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":51,"Cost":34,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":285,"Cost":204,"Date":"9/5/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":5,"Date":"9/14/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":147,"Cost":120,"Date":"9/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":110,"Date":"11/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":379,"Cost":202,"Date":"12/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":234,"Cost":206,"Date":"1/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":354,"Date":"1/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":48,"Cost":40,"Date":"2/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":106,"Date":"3/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":168,"Cost":91,"Date":"4/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":829,"Cost":432,"Date":"4/5/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":667,"Date":"4/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":728,"Cost":554,"Date":"7/10/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":940,"Cost":584,"Date":"3/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":405,"Cost":327,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":168,"Cost":133,"Date":"10/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":279,"Cost":144,"Date":"3/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":614,"Date":"6/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":20,"Cost":14,"Date":"7/17/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":783,"Cost":560,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":549,"Cost":294,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":772,"Cost":497,"Date":"11/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":468,"Date":"12/16/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":357,"Cost":205,"Date":"12/30/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":340,"Cost":259,"Date":"2/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":113,"Cost":95,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":24,"Cost":14,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":376,"Date":"4/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":996,"Cost":795,"Date":"7/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":437,"Cost":401,"Date":"8/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":171,"Cost":134,"Date":"10/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":488,"Date":"11/11/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":760,"Cost":400,"Date":"11/30/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":851,"Cost":431,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":143,"Cost":92,"Date":"3/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":438,"Cost":299,"Date":"4/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":175,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":767,"Cost":702,"Date":"8/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":511,"Cost":417,"Date":"9/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":990,"Cost":593,"Date":"10/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":213,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":183,"Cost":105,"Date":"11/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":689,"Cost":366,"Date":"12/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":244,"Cost":169,"Date":"12/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":112,"Cost":93,"Date":"1/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":657,"Cost":582,"Date":"1/23/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":287,"Date":"2/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":964,"Cost":784,"Date":"3/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":899,"Cost":685,"Date":"3/12/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":40,"Date":"3/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":203,"Cost":122,"Date":"6/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":532,"Date":"6/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":396,"Cost":242,"Date":"8/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":649,"Cost":347,"Date":"10/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":539,"Cost":415,"Date":"11/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":524,"Cost":337,"Date":"11/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":673,"Cost":618,"Date":"3/27/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":562,"Date":"4/17/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":928,"Cost":503,"Date":"8/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":140,"Date":"8/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":54,"Cost":35,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":28,"Date":"9/5/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":6,"Date":"9/14/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":321,"Cost":173,"Date":"9/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":994,"Cost":536,"Date":"11/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":438,"Date":"12/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":534,"Cost":466,"Date":"1/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":790,"Cost":468,"Date":"1/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":212,"Cost":197,"Date":"2/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":240,"Cost":190,"Date":"3/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":201,"Date":"4/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":383,"Date":"4/5/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":997,"Cost":676,"Date":"4/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":25,"Date":"7/10/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":225,"Cost":129,"Date":"3/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":361,"Cost":234,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":739,"Cost":414,"Date":"10/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":303,"Cost":186,"Date":"3/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":476,"Cost":245,"Date":"6/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":364,"Cost":217,"Date":"7/17/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":763,"Cost":629,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":507,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":474,"Cost":332,"Date":"11/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":266,"Date":"12/16/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":616,"Cost":556,"Date":"12/30/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":587,"Cost":350,"Date":"2/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":640,"Cost":504,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":778,"Cost":516,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":784,"Cost":540,"Date":"4/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":488,"Date":"7/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":608,"Date":"8/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":448,"Cost":327,"Date":"10/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":351,"Cost":295,"Date":"11/11/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":628,"Cost":503,"Date":"11/30/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":214,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":374,"Cost":329,"Date":"3/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":110,"Cost":100,"Date":"4/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":144,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":284,"Cost":168,"Date":"8/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":321,"Cost":251,"Date":"9/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":575,"Cost":359,"Date":"10/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":199,"Cost":147,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":583,"Date":"11/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":298,"Cost":196,"Date":"12/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":727,"Cost":650,"Date":"12/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":150,"Cost":82,"Date":"1/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":595,"Date":"1/23/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":176,"Cost":102,"Date":"2/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":115,"Date":"3/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":660,"Cost":399,"Date":"3/12/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":682,"Cost":530,"Date":"3/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":422,"Cost":319,"Date":"6/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":103,"Date":"6/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":158,"Cost":95,"Date":"8/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":663,"Cost":571,"Date":"10/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":490,"Cost":392,"Date":"11/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":486,"Date":"11/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":493,"Cost":445,"Date":"3/27/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":127,"Date":"4/17/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":360,"Cost":248,"Date":"8/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":925,"Cost":675,"Date":"8/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":97,"Cost":84,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":758,"Cost":519,"Date":"9/5/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":388,"Cost":205,"Date":"9/14/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":644,"Cost":435,"Date":"9/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":930,"Cost":573,"Date":"11/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":463,"Date":"12/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":433,"Date":"1/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":62,"Cost":43,"Date":"1/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":132,"Cost":66,"Date":"2/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":987,"Cost":783,"Date":"3/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":604,"Cost":387,"Date":"4/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":430,"Date":"4/5/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":825,"Cost":742,"Date":"4/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":376,"Cost":352,"Date":"7/10/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":918,"Cost":621,"Date":"3/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":343,"Cost":256,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":347,"Date":"10/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":113,"Cost":76,"Date":"3/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":107,"Date":"6/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":894,"Cost":755,"Date":"7/17/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":79,"Cost":70,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":993,"Cost":923,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":135,"Cost":103,"Date":"11/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":107,"Cost":69,"Date":"12/16/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":448,"Date":"12/30/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":452,"Date":"2/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":55,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":427,"Date":"3/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":22,"Date":"4/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":68,"Cost":47,"Date":"7/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":477,"Cost":402,"Date":"8/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":133,"Date":"10/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":924,"Cost":665,"Date":"11/11/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":631,"Cost":481,"Date":"11/30/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":422,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":76,"Cost":64,"Date":"3/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":714,"Cost":504,"Date":"4/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":918,"Cost":543,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":982,"Cost":816,"Date":"8/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":809,"Cost":672,"Date":"9/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":601,"Date":"10/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":295,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":574,"Date":"11/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":806,"Cost":686,"Date":"12/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":465,"Cost":276,"Date":"12/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":509,"Date":"1/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":581,"Date":"1/23/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":162,"Cost":130,"Date":"2/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":649,"Date":"3/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":456,"Cost":242,"Date":"3/12/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":615,"Cost":501,"Date":"3/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":400,"Cost":280,"Date":"6/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":91,"Cost":76,"Date":"6/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":344,"Cost":260,"Date":"8/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":219,"Date":"10/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":169,"Cost":161,"Date":"11/4/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":633,"Cost":425,"Date":"11/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":735,"Cost":549,"Date":"3/27/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":682,"Cost":487,"Date":"4/17/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":335,"Cost":196,"Date":"8/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":650,"Date":"8/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":972,"Cost":877,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":629,"Cost":325,"Date":"9/5/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":391,"Cost":195,"Date":"9/14/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":664,"Cost":435,"Date":"9/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":285,"Cost":161,"Date":"11/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":796,"Cost":686,"Date":"12/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":370,"Cost":276,"Date":"1/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":524,"Cost":308,"Date":"1/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":223,"Cost":180,"Date":"2/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":923,"Cost":738,"Date":"3/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":147,"Cost":87,"Date":"4/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":885,"Cost":470,"Date":"4/5/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":42,"Cost":33,"Date":"4/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":808,"Cost":537,"Date":"7/10/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":451,"Cost":384,"Date":"3/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":303,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":731,"Cost":645,"Date":"10/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":260,"Date":"3/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":309,"Cost":249,"Date":"6/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":425,"Cost":356,"Date":"7/17/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":243,"Cost":175,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":44,"Cost":33,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":705,"Date":"11/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":917,"Cost":704,"Date":"12/16/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":528,"Cost":389,"Date":"12/30/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":316,"Cost":164,"Date":"2/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":445,"Cost":266,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":421,"Cost":358,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":412,"Cost":375,"Date":"4/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":313,"Cost":251,"Date":"7/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":108,"Date":"8/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":128,"Cost":80,"Date":"10/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":137,"Cost":85,"Date":"11/11/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":373,"Cost":206,"Date":"11/30/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":579,"Cost":497,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":674,"Cost":595,"Date":"3/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":182,"Cost":161,"Date":"4/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":716,"Cost":663,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":995,"Cost":520,"Date":"8/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":647,"Cost":346,"Date":"9/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":36,"Cost":19,"Date":"10/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":632,"Cost":589,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":944,"Cost":626,"Date":"11/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":749,"Cost":633,"Date":"12/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":124,"Cost":63,"Date":"12/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":432,"Cost":217,"Date":"1/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":575,"Cost":457,"Date":"1/23/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":908,"Cost":513,"Date":"2/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":989,"Cost":836,"Date":"3/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":223,"Cost":171,"Date":"3/12/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":698,"Cost":353,"Date":"3/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":860,"Cost":610,"Date":"6/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":691,"Cost":564,"Date":"6/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":136,"Cost":85,"Date":"8/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":684,"Cost":364,"Date":"10/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":314,"Cost":252,"Date":"11/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":572,"Cost":445,"Date":"11/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":10,"Cost":9,"Date":"3/27/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":429,"Cost":403,"Date":"4/17/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":806,"Cost":637,"Date":"8/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":19,"Date":"8/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":205,"Cost":145,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":442,"Date":"9/5/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":79,"Date":"9/14/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":642,"Date":"9/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":786,"Cost":395,"Date":"11/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":46,"Cost":38,"Date":"12/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":302,"Cost":160,"Date":"1/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":665,"Cost":548,"Date":"1/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":964,"Cost":872,"Date":"2/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":257,"Cost":223,"Date":"3/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":149,"Date":"4/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":970,"Cost":725,"Date":"4/5/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":533,"Cost":374,"Date":"4/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":496,"Date":"7/10/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":387,"Date":"3/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":470,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":287,"Cost":182,"Date":"10/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":28,"Cost":25,"Date":"3/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":792,"Cost":604,"Date":"6/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":645,"Cost":383,"Date":"7/17/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":111,"Cost":63,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":506,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":211,"Date":"11/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":580,"Cost":480,"Date":"12/16/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":34,"Cost":22,"Date":"12/30/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":262,"Cost":212,"Date":"2/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":479,"Cost":417,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":758,"Cost":393,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":273,"Cost":141,"Date":"4/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":492,"Date":"7/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":560,"Cost":466,"Date":"8/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":701,"Cost":550,"Date":"10/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":227,"Cost":125,"Date":"11/11/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":995,"Cost":592,"Date":"11/30/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":1,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":454,"Cost":231,"Date":"3/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":254,"Cost":169,"Date":"4/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":181,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":403,"Cost":370,"Date":"8/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":37,"Cost":28,"Date":"9/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":51,"Cost":39,"Date":"10/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":885,"Cost":574,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":604,"Cost":346,"Date":"11/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":885,"Cost":775,"Date":"12/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":590,"Cost":477,"Date":"12/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":779,"Date":"1/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":516,"Cost":275,"Date":"1/23/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":255,"Cost":215,"Date":"2/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":792,"Cost":730,"Date":"3/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":34,"Cost":19,"Date":"3/12/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":796,"Date":"3/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":467,"Cost":437,"Date":"6/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":54,"Date":"6/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":79,"Cost":59,"Date":"8/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":675,"Date":"10/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":11,"Cost":8,"Date":"11/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":441,"Date":"11/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":392,"Date":"3/27/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":459,"Cost":297,"Date":"4/17/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":489,"Cost":428,"Date":"8/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":587,"Cost":384,"Date":"8/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":693,"Cost":355,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":152,"Cost":133,"Date":"9/5/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":649,"Cost":421,"Date":"9/14/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":31,"Date":"9/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":545,"Cost":367,"Date":"11/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":877,"Cost":510,"Date":"12/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":538,"Cost":363,"Date":"1/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":856,"Cost":752,"Date":"1/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":827,"Cost":783,"Date":"2/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":61,"Date":"3/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":738,"Cost":660,"Date":"4/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":402,"Cost":331,"Date":"4/5/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":214,"Cost":203,"Date":"4/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":464,"Cost":411,"Date":"7/10/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":706,"Cost":610,"Date":"3/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":256,"Cost":237,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":305,"Cost":227,"Date":"10/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":724,"Cost":577,"Date":"3/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":96,"Date":"6/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":924,"Cost":820,"Date":"7/17/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":913,"Cost":659,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":479,"Cost":448,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":840,"Cost":477,"Date":"11/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":430,"Cost":293,"Date":"12/16/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":698,"Date":"12/30/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":389,"Cost":195,"Date":"2/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":472,"Cost":330,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":249,"Date":"3/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":215,"Cost":181,"Date":"4/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":830,"Cost":718,"Date":"7/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":266,"Date":"8/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":495,"Date":"10/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":586,"Date":"11/11/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":419,"Date":"11/30/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":733,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":523,"Cost":354,"Date":"3/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":291,"Cost":265,"Date":"4/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":417,"Cost":353,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":229,"Cost":126,"Date":"8/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":183,"Cost":169,"Date":"9/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":557,"Date":"10/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":572,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":118,"Cost":61,"Date":"11/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":712,"Cost":383,"Date":"12/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":351,"Cost":217,"Date":"12/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":881,"Cost":519,"Date":"1/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":556,"Cost":527,"Date":"1/23/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":191,"Cost":169,"Date":"2/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":169,"Date":"3/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":393,"Cost":334,"Date":"3/12/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":590,"Cost":375,"Date":"3/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":521,"Date":"6/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":424,"Cost":346,"Date":"6/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":878,"Cost":798,"Date":"8/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":609,"Cost":520,"Date":"10/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":732,"Cost":559,"Date":"11/4/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":499,"Date":"11/9/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":820,"Cost":528,"Date":"3/27/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":98,"Date":"4/17/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":957,"Cost":705,"Date":"8/11/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":559,"Cost":521,"Date":"8/21/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":208,"Cost":108,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":700,"Cost":525,"Date":"9/5/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":640,"Cost":346,"Date":"9/14/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":261,"Cost":193,"Date":"9/20/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":45,"Cost":30,"Date":"11/20/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":667,"Cost":439,"Date":"12/21/2018"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":781,"Cost":594,"Date":"1/7/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":663,"Date":"1/21/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":119,"Cost":85,"Date":"2/9/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":379,"Date":"3/19/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":212,"Cost":161,"Date":"4/3/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":91,"Cost":65,"Date":"4/5/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":216,"Cost":152,"Date":"4/28/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":360,"Cost":252,"Date":"7/10/2019"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":222,"Cost":114,"Date":"3/25/2020"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":537,"Cost":480,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":281,"Date":"10/28/2020"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":500,"Cost":293,"Date":"3/2/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":424,"Date":"6/28/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":544,"Cost":496,"Date":"7/17/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":142,"Cost":114,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":641,"Cost":373,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":953,"Cost":873,"Date":"11/20/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":422,"Cost":363,"Date":"12/16/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":513,"Date":"12/30/2021"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":437,"Cost":376,"Date":"2/15/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":536,"Cost":419,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":263,"Cost":223,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":379,"Date":"4/18/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":345,"Cost":249,"Date":"7/27/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":127,"Cost":84,"Date":"8/18/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":427,"Date":"10/31/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":416,"Cost":272,"Date":"11/11/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":163,"Date":"11/30/2022"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":715,"Cost":440,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":986,"Cost":652,"Date":"3/1/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":845,"Cost":486,"Date":"4/13/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":598,"Cost":424,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":847,"Cost":781,"Date":"8/13/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":471,"Cost":418,"Date":"9/15/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":994,"Cost":767,"Date":"10/14/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":290,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":99,"Cost":62,"Date":"11/11/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":957,"Cost":594,"Date":"12/7/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":634,"Cost":556,"Date":"12/21/2023"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":274,"Date":"1/6/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":983,"Cost":759,"Date":"1/23/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":48,"Cost":35,"Date":"2/4/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":42,"Cost":21,"Date":"3/10/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":954,"Cost":802,"Date":"3/12/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":562,"Cost":289,"Date":"3/31/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":592,"Date":"6/16/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":649,"Date":"6/17/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":379,"Cost":259,"Date":"8/27/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":653,"Cost":556,"Date":"10/1/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":992,"Cost":604,"Date":"11/4/2024"},{"Store":"Méga Liège","Brand":"HM Home","Country":"Belgium","Sale":582,"Cost":436,"Date":"11/9/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":430,"Cost":378,"Date":"3/27/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":149,"Date":"4/17/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":357,"Cost":234,"Date":"8/11/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":800,"Cost":639,"Date":"8/21/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":702,"Cost":393,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":649,"Cost":438,"Date":"9/5/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":648,"Cost":380,"Date":"9/14/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":212,"Date":"9/20/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":523,"Date":"11/20/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":6,"Cost":4,"Date":"12/21/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":877,"Cost":780,"Date":"1/7/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":324,"Cost":164,"Date":"1/21/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":415,"Cost":331,"Date":"2/9/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":120,"Cost":106,"Date":"3/19/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":833,"Cost":670,"Date":"4/3/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":357,"Cost":273,"Date":"4/5/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":170,"Date":"4/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":381,"Date":"7/10/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":208,"Cost":161,"Date":"3/25/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":514,"Cost":268,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":220,"Cost":116,"Date":"10/28/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":874,"Cost":817,"Date":"3/2/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":847,"Cost":569,"Date":"6/28/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":230,"Cost":183,"Date":"7/17/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":384,"Cost":250,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":560,"Cost":410,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":636,"Cost":574,"Date":"11/20/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":746,"Cost":691,"Date":"12/16/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":489,"Cost":420,"Date":"12/30/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":228,"Date":"2/15/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":655,"Cost":423,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":543,"Cost":405,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":115,"Cost":62,"Date":"4/18/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":943,"Cost":629,"Date":"7/27/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":657,"Cost":516,"Date":"8/18/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":754,"Cost":469,"Date":"10/31/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":212,"Cost":140,"Date":"11/11/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":399,"Cost":316,"Date":"11/30/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":737,"Cost":623,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":342,"Cost":317,"Date":"3/1/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":264,"Cost":222,"Date":"4/13/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":517,"Cost":266,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":732,"Date":"8/13/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":480,"Cost":334,"Date":"9/15/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":732,"Cost":500,"Date":"10/14/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":152,"Cost":93,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":223,"Cost":203,"Date":"11/11/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":925,"Cost":831,"Date":"12/7/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":930,"Cost":676,"Date":"12/21/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":264,"Cost":159,"Date":"1/6/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":300,"Cost":184,"Date":"1/23/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":61,"Cost":47,"Date":"2/4/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":237,"Cost":131,"Date":"3/10/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":758,"Cost":566,"Date":"3/12/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":630,"Cost":364,"Date":"3/31/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":22,"Date":"6/16/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":376,"Cost":316,"Date":"6/17/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":567,"Cost":504,"Date":"8/27/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":726,"Cost":468,"Date":"10/1/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":216,"Cost":181,"Date":"11/4/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":702,"Cost":414,"Date":"11/9/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":176,"Cost":144,"Date":"3/27/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":825,"Cost":719,"Date":"4/17/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":717,"Cost":562,"Date":"8/11/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":334,"Cost":284,"Date":"8/21/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":627,"Cost":460,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":812,"Cost":675,"Date":"9/5/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":463,"Cost":354,"Date":"9/14/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":547,"Cost":447,"Date":"9/20/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":558,"Cost":528,"Date":"11/20/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":858,"Cost":434,"Date":"12/21/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":56,"Cost":52,"Date":"1/7/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":972,"Cost":811,"Date":"1/21/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":712,"Cost":382,"Date":"2/9/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":976,"Cost":505,"Date":"3/19/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":668,"Cost":601,"Date":"4/3/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":708,"Cost":617,"Date":"4/5/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":726,"Cost":646,"Date":"4/28/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":187,"Cost":123,"Date":"7/10/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":221,"Cost":210,"Date":"3/25/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":304,"Cost":175,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":974,"Cost":856,"Date":"10/28/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":219,"Cost":130,"Date":"3/2/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":545,"Cost":496,"Date":"6/28/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":944,"Cost":597,"Date":"7/17/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":144,"Cost":73,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":301,"Cost":222,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":554,"Cost":438,"Date":"11/20/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":6,"Cost":3,"Date":"12/16/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":737,"Cost":528,"Date":"12/30/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":456,"Cost":232,"Date":"2/15/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":900,"Cost":663,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":599,"Cost":417,"Date":"3/7/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":526,"Cost":268,"Date":"4/18/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":170,"Cost":113,"Date":"7/27/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":275,"Cost":205,"Date":"8/18/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":316,"Cost":291,"Date":"10/31/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":646,"Cost":327,"Date":"11/11/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":331,"Cost":276,"Date":"11/30/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":861,"Cost":621,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":964,"Cost":630,"Date":"3/1/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":994,"Cost":656,"Date":"4/13/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":499,"Cost":284,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":384,"Cost":364,"Date":"8/13/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":432,"Cost":292,"Date":"9/15/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":285,"Cost":145,"Date":"10/14/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":783,"Cost":492,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":523,"Cost":278,"Date":"11/11/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":175,"Cost":121,"Date":"12/7/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":882,"Cost":640,"Date":"12/21/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":861,"Cost":440,"Date":"1/6/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":340,"Cost":267,"Date":"1/23/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":580,"Cost":487,"Date":"2/4/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":936,"Cost":653,"Date":"3/10/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":282,"Cost":227,"Date":"3/12/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":273,"Cost":213,"Date":"3/31/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":553,"Cost":335,"Date":"6/16/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":853,"Cost":771,"Date":"6/17/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":933,"Cost":830,"Date":"8/27/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":763,"Cost":461,"Date":"10/1/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":330,"Cost":252,"Date":"11/4/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":732,"Cost":524,"Date":"11/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":989,"Cost":939,"Date":"3/27/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":646,"Cost":407,"Date":"4/17/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":17,"Cost":15,"Date":"8/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":753,"Cost":420,"Date":"8/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":465,"Cost":382,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":572,"Cost":353,"Date":"9/5/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":146,"Cost":109,"Date":"9/14/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":464,"Cost":286,"Date":"9/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":68,"Cost":42,"Date":"11/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":569,"Cost":505,"Date":"12/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":459,"Cost":254,"Date":"1/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":63,"Cost":37,"Date":"1/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":279,"Cost":152,"Date":"2/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":139,"Cost":95,"Date":"3/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":980,"Cost":835,"Date":"4/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":781,"Cost":515,"Date":"4/5/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":511,"Cost":347,"Date":"4/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":617,"Cost":565,"Date":"7/10/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":1000,"Cost":653,"Date":"3/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":321,"Cost":240,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":639,"Cost":475,"Date":"10/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":631,"Cost":365,"Date":"3/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":195,"Cost":184,"Date":"6/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":59,"Cost":53,"Date":"7/17/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":515,"Cost":302,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":136,"Cost":68,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":403,"Cost":382,"Date":"11/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":156,"Cost":113,"Date":"12/16/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":330,"Cost":283,"Date":"12/30/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":782,"Cost":670,"Date":"2/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":297,"Cost":178,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":492,"Cost":450,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":492,"Cost":289,"Date":"4/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":407,"Cost":318,"Date":"7/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":564,"Cost":395,"Date":"8/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":806,"Cost":754,"Date":"10/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":982,"Cost":639,"Date":"11/11/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":608,"Cost":443,"Date":"11/30/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":633,"Cost":442,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":48,"Cost":24,"Date":"3/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":544,"Cost":460,"Date":"4/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":998,"Cost":851,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":38,"Cost":29,"Date":"8/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":620,"Cost":532,"Date":"9/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":153,"Cost":102,"Date":"10/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":832,"Cost":453,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":885,"Cost":731,"Date":"11/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":218,"Cost":114,"Date":"12/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":302,"Cost":219,"Date":"12/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":848,"Cost":686,"Date":"1/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":60,"Cost":55,"Date":"1/23/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":58,"Cost":50,"Date":"2/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":751,"Cost":510,"Date":"3/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":87,"Cost":65,"Date":"3/12/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":834,"Cost":730,"Date":"3/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":865,"Cost":483,"Date":"6/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":922,"Cost":598,"Date":"6/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":803,"Cost":405,"Date":"8/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":369,"Cost":187,"Date":"10/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":234,"Cost":121,"Date":"11/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":887,"Cost":542,"Date":"11/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":858,"Date":"3/27/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":402,"Date":"4/17/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":65,"Date":"8/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":674,"Cost":379,"Date":"8/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":138,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":839,"Cost":547,"Date":"9/5/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":55,"Date":"9/14/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":893,"Cost":630,"Date":"9/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":703,"Date":"11/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":643,"Date":"12/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":676,"Cost":576,"Date":"1/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":966,"Cost":549,"Date":"1/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":324,"Cost":204,"Date":"2/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":823,"Cost":774,"Date":"3/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":446,"Date":"4/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":59,"Cost":50,"Date":"4/5/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":511,"Cost":372,"Date":"4/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":272,"Date":"7/10/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":343,"Date":"3/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":135,"Cost":93,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":251,"Date":"10/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":502,"Cost":391,"Date":"3/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":528,"Cost":497,"Date":"6/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":940,"Cost":509,"Date":"7/17/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":904,"Cost":697,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":652,"Cost":490,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":813,"Cost":664,"Date":"11/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":753,"Cost":480,"Date":"12/16/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":577,"Cost":390,"Date":"12/30/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":643,"Cost":433,"Date":"2/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":650,"Cost":606,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":875,"Cost":752,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":304,"Cost":267,"Date":"4/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":348,"Cost":196,"Date":"7/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":95,"Date":"8/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":738,"Cost":481,"Date":"10/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":620,"Cost":454,"Date":"11/11/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":468,"Cost":340,"Date":"11/30/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":465,"Cost":364,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":576,"Cost":516,"Date":"3/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":316,"Cost":204,"Date":"4/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":196,"Cost":165,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":414,"Cost":354,"Date":"8/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":392,"Cost":263,"Date":"9/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":563,"Date":"10/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":169,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":458,"Cost":270,"Date":"11/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":369,"Cost":296,"Date":"12/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":520,"Cost":467,"Date":"12/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":250,"Date":"1/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":56,"Date":"1/23/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":545,"Cost":427,"Date":"2/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":884,"Date":"3/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":179,"Cost":102,"Date":"3/12/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":511,"Cost":279,"Date":"3/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":866,"Cost":603,"Date":"6/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":589,"Cost":351,"Date":"6/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":408,"Cost":376,"Date":"8/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":255,"Cost":128,"Date":"10/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":432,"Date":"11/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":934,"Cost":693,"Date":"11/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":665,"Cost":601,"Date":"3/27/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":457,"Cost":255,"Date":"4/17/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":932,"Cost":503,"Date":"8/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":648,"Cost":503,"Date":"8/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":283,"Cost":142,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":817,"Cost":425,"Date":"9/5/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":304,"Cost":189,"Date":"9/14/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":979,"Cost":678,"Date":"9/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":116,"Cost":77,"Date":"11/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":162,"Cost":98,"Date":"12/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":654,"Cost":582,"Date":"1/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":207,"Cost":174,"Date":"1/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":775,"Cost":565,"Date":"2/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":497,"Cost":459,"Date":"3/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":960,"Cost":822,"Date":"4/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":17,"Cost":15,"Date":"4/5/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":679,"Cost":548,"Date":"4/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":286,"Cost":243,"Date":"7/10/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":457,"Cost":268,"Date":"3/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":757,"Cost":508,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":426,"Cost":261,"Date":"10/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":856,"Cost":763,"Date":"3/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":963,"Cost":572,"Date":"6/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":347,"Cost":189,"Date":"7/17/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":967,"Cost":660,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":696,"Cost":634,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":726,"Cost":452,"Date":"11/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":729,"Cost":679,"Date":"12/16/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":322,"Cost":168,"Date":"12/30/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":221,"Cost":209,"Date":"2/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":325,"Cost":169,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":257,"Cost":188,"Date":"3/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":423,"Cost":340,"Date":"4/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":665,"Cost":350,"Date":"7/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":89,"Cost":80,"Date":"8/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":713,"Cost":505,"Date":"10/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":993,"Cost":565,"Date":"11/11/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":704,"Cost":609,"Date":"11/30/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":403,"Cost":243,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":472,"Cost":280,"Date":"3/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":425,"Cost":286,"Date":"4/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":492,"Cost":380,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":591,"Cost":438,"Date":"8/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":526,"Cost":488,"Date":"9/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":748,"Cost":586,"Date":"10/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":808,"Cost":674,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":7,"Cost":6,"Date":"11/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":63,"Cost":51,"Date":"12/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":443,"Cost":331,"Date":"12/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":613,"Cost":308,"Date":"1/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":685,"Cost":597,"Date":"1/23/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":143,"Cost":104,"Date":"2/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":83,"Cost":70,"Date":"3/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":866,"Cost":560,"Date":"3/12/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":928,"Cost":635,"Date":"3/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":693,"Cost":490,"Date":"6/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":795,"Cost":506,"Date":"6/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":463,"Cost":281,"Date":"8/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":629,"Cost":577,"Date":"10/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":428,"Cost":286,"Date":"11/4/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":31,"Cost":21,"Date":"11/9/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":993,"Cost":842,"Date":"3/27/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":717,"Cost":502,"Date":"4/17/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":951,"Cost":604,"Date":"8/11/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":836,"Cost":440,"Date":"8/21/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":30,"Cost":29,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":289,"Cost":199,"Date":"9/5/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":331,"Cost":300,"Date":"9/14/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":386,"Cost":206,"Date":"9/20/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":436,"Cost":323,"Date":"11/20/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":743,"Cost":641,"Date":"12/21/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":140,"Cost":125,"Date":"1/7/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":752,"Cost":592,"Date":"1/21/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":227,"Cost":125,"Date":"2/9/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":103,"Cost":67,"Date":"3/19/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":985,"Cost":659,"Date":"4/3/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":296,"Cost":205,"Date":"4/5/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":174,"Cost":140,"Date":"4/28/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":965,"Cost":514,"Date":"7/10/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":80,"Cost":65,"Date":"3/25/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":701,"Cost":642,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":454,"Cost":349,"Date":"10/28/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":783,"Cost":568,"Date":"3/2/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":750,"Cost":621,"Date":"6/28/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":660,"Cost":494,"Date":"7/17/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":880,"Cost":769,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":54,"Cost":27,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":561,"Cost":472,"Date":"11/20/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":927,"Cost":720,"Date":"12/16/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":685,"Cost":448,"Date":"12/30/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":877,"Cost":704,"Date":"2/15/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":874,"Cost":781,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":845,"Cost":465,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":112,"Cost":60,"Date":"4/18/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":914,"Cost":562,"Date":"7/27/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":671,"Cost":606,"Date":"8/18/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":555,"Cost":314,"Date":"10/31/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":531,"Cost":437,"Date":"11/11/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":474,"Cost":271,"Date":"11/30/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":358,"Cost":293,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":598,"Cost":398,"Date":"3/1/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":30,"Cost":19,"Date":"4/13/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":781,"Cost":697,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":995,"Cost":816,"Date":"8/13/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":265,"Cost":165,"Date":"9/15/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":535,"Cost":436,"Date":"10/14/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":585,"Cost":344,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":293,"Cost":207,"Date":"11/11/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":129,"Cost":108,"Date":"12/7/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":196,"Cost":111,"Date":"12/21/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":150,"Cost":116,"Date":"1/6/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":111,"Cost":56,"Date":"1/23/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":362,"Cost":257,"Date":"2/4/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":954,"Cost":667,"Date":"3/10/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":387,"Cost":359,"Date":"3/12/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":923,"Cost":823,"Date":"3/31/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":236,"Cost":150,"Date":"6/16/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":658,"Cost":479,"Date":"6/17/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":945,"Cost":794,"Date":"8/27/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":954,"Cost":706,"Date":"10/1/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":497,"Cost":371,"Date":"11/4/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":299,"Cost":197,"Date":"11/9/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":769,"Cost":649,"Date":"3/27/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":102,"Date":"4/17/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":675,"Cost":393,"Date":"8/11/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":392,"Cost":301,"Date":"8/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":473,"Cost":314,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":769,"Cost":435,"Date":"9/5/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":412,"Date":"9/14/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":11,"Date":"9/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":721,"Date":"11/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":740,"Cost":599,"Date":"12/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":156,"Cost":97,"Date":"1/7/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":907,"Cost":749,"Date":"1/21/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":611,"Cost":419,"Date":"2/9/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":698,"Cost":662,"Date":"3/19/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":683,"Date":"4/3/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":967,"Cost":846,"Date":"4/5/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":345,"Cost":263,"Date":"4/28/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":8,"Date":"7/10/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":713,"Date":"3/25/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":706,"Cost":642,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":36,"Cost":29,"Date":"10/28/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":811,"Cost":515,"Date":"3/2/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":291,"Cost":189,"Date":"6/28/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":841,"Cost":740,"Date":"7/17/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":740,"Cost":510,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":333,"Cost":271,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":790,"Cost":443,"Date":"11/20/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":201,"Cost":139,"Date":"12/16/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":363,"Cost":305,"Date":"12/30/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":295,"Cost":236,"Date":"2/15/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":603,"Cost":436,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":81,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":644,"Date":"4/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":81,"Date":"7/27/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":778,"Date":"8/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":803,"Cost":602,"Date":"10/31/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":451,"Date":"11/11/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":826,"Cost":475,"Date":"11/30/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":982,"Cost":882,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":12,"Date":"3/1/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":634,"Cost":523,"Date":"4/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":787,"Cost":667,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":919,"Cost":518,"Date":"8/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":310,"Cost":172,"Date":"9/15/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":966,"Cost":908,"Date":"10/14/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":451,"Cost":239,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":666,"Cost":630,"Date":"11/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":235,"Cost":177,"Date":"12/7/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":646,"Cost":601,"Date":"12/21/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":975,"Cost":613,"Date":"1/6/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":192,"Date":"1/23/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":797,"Cost":603,"Date":"2/4/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":66,"Cost":46,"Date":"3/10/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":151,"Cost":128,"Date":"3/12/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":258,"Cost":175,"Date":"3/31/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":242,"Cost":176,"Date":"6/16/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":664,"Cost":357,"Date":"6/17/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":314,"Date":"8/27/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":213,"Cost":189,"Date":"10/1/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":206,"Date":"11/4/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":785,"Cost":580,"Date":"11/9/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":532,"Cost":356,"Date":"3/27/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":377,"Cost":340,"Date":"4/17/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":719,"Cost":430,"Date":"8/11/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":194,"Date":"8/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":428,"Cost":320,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":764,"Cost":550,"Date":"9/5/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":166,"Date":"9/14/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":586,"Cost":316,"Date":"9/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":580,"Cost":374,"Date":"11/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":57,"Date":"12/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":550,"Cost":432,"Date":"1/7/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":765,"Cost":659,"Date":"1/21/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":315,"Cost":169,"Date":"2/9/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":439,"Cost":381,"Date":"3/19/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":177,"Cost":140,"Date":"4/3/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":9,"Cost":8,"Date":"4/5/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":516,"Cost":484,"Date":"4/28/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":775,"Cost":457,"Date":"7/10/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":189,"Date":"3/25/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":357,"Cost":199,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":669,"Cost":420,"Date":"10/28/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":604,"Cost":553,"Date":"3/2/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":321,"Cost":161,"Date":"6/28/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":245,"Date":"7/17/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":412,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":55,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":437,"Cost":327,"Date":"11/20/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":591,"Cost":511,"Date":"12/16/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":132,"Date":"12/30/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":526,"Cost":307,"Date":"2/15/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":969,"Cost":828,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":386,"Date":"3/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":57,"Cost":33,"Date":"4/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":256,"Cost":218,"Date":"7/27/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":887,"Cost":536,"Date":"8/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":217,"Cost":206,"Date":"10/31/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":44,"Cost":32,"Date":"11/11/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":51,"Cost":27,"Date":"11/30/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":548,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":300,"Date":"3/1/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":574,"Cost":481,"Date":"4/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":766,"Cost":518,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":401,"Date":"8/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":77,"Date":"9/15/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":343,"Date":"10/14/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":664,"Cost":353,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":348,"Cost":193,"Date":"11/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":611,"Date":"12/7/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":387,"Cost":291,"Date":"12/21/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":79,"Date":"1/6/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":763,"Cost":641,"Date":"1/23/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":406,"Date":"2/4/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":865,"Cost":490,"Date":"3/10/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":231,"Date":"3/12/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":903,"Cost":511,"Date":"3/31/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":100,"Cost":64,"Date":"6/16/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":76,"Date":"6/17/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":941,"Cost":571,"Date":"8/27/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":741,"Cost":411,"Date":"10/1/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":214,"Date":"11/4/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":921,"Cost":485,"Date":"11/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":621,"Cost":478,"Date":"3/27/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":902,"Cost":814,"Date":"4/17/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":821,"Cost":714,"Date":"8/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":102,"Cost":82,"Date":"8/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":203,"Cost":156,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":618,"Cost":338,"Date":"9/5/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":589,"Cost":320,"Date":"9/14/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":741,"Cost":652,"Date":"9/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":651,"Cost":589,"Date":"11/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":571,"Cost":515,"Date":"12/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":549,"Cost":409,"Date":"1/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":748,"Cost":520,"Date":"1/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":920,"Cost":467,"Date":"2/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":737,"Cost":451,"Date":"3/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":183,"Cost":173,"Date":"4/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":886,"Cost":446,"Date":"4/5/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":466,"Cost":296,"Date":"4/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":947,"Cost":817,"Date":"7/10/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":987,"Cost":798,"Date":"3/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":923,"Cost":788,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":369,"Cost":347,"Date":"10/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":343,"Cost":271,"Date":"3/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":198,"Cost":145,"Date":"6/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":614,"Cost":349,"Date":"7/17/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":874,"Cost":472,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":345,"Cost":324,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":426,"Cost":296,"Date":"11/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":647,"Cost":418,"Date":"12/16/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":819,"Cost":417,"Date":"12/30/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":607,"Cost":335,"Date":"2/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":589,"Cost":468,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":917,"Cost":679,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":10,"Cost":6,"Date":"4/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":913,"Cost":740,"Date":"7/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":962,"Cost":597,"Date":"8/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":820,"Cost":733,"Date":"10/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":991,"Cost":524,"Date":"11/11/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":549,"Cost":397,"Date":"11/30/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":772,"Cost":484,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":858,"Cost":744,"Date":"3/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":645,"Cost":366,"Date":"4/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":1,"Cost":0,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":197,"Cost":150,"Date":"8/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":275,"Cost":141,"Date":"9/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":456,"Cost":336,"Date":"10/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":196,"Cost":107,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":795,"Cost":588,"Date":"11/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":852,"Cost":664,"Date":"12/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":996,"Cost":862,"Date":"12/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":693,"Cost":508,"Date":"1/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":782,"Cost":591,"Date":"1/23/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":480,"Cost":291,"Date":"2/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":104,"Cost":98,"Date":"3/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":696,"Cost":510,"Date":"3/12/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":248,"Cost":152,"Date":"3/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":946,"Cost":878,"Date":"6/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":255,"Cost":159,"Date":"6/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":765,"Cost":414,"Date":"8/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":818,"Cost":624,"Date":"10/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":176,"Cost":126,"Date":"11/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM","Country":"Belgium","Sale":748,"Cost":445,"Date":"11/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":3,"Cost":2,"Date":"3/27/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":860,"Cost":783,"Date":"4/17/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":868,"Cost":578,"Date":"8/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":863,"Cost":694,"Date":"8/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":935,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":545,"Cost":450,"Date":"9/5/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":434,"Cost":296,"Date":"9/14/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":507,"Date":"9/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":74,"Cost":53,"Date":"11/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":957,"Cost":858,"Date":"12/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":546,"Date":"1/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":316,"Date":"1/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":784,"Cost":651,"Date":"2/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":877,"Cost":799,"Date":"3/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":460,"Cost":257,"Date":"4/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":357,"Cost":206,"Date":"4/5/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":707,"Cost":662,"Date":"4/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":632,"Cost":393,"Date":"7/10/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":755,"Cost":381,"Date":"3/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":87,"Cost":71,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":66,"Cost":45,"Date":"10/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":913,"Cost":591,"Date":"3/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":666,"Cost":451,"Date":"6/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":938,"Cost":757,"Date":"7/17/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":483,"Cost":373,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":774,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":395,"Date":"11/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":472,"Cost":424,"Date":"12/16/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":11,"Cost":10,"Date":"12/30/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":951,"Cost":873,"Date":"2/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":914,"Cost":601,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":516,"Cost":401,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":24,"Date":"4/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":837,"Date":"7/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":164,"Date":"8/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":545,"Cost":476,"Date":"10/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":387,"Date":"11/11/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":225,"Cost":151,"Date":"11/30/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":594,"Cost":311,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":987,"Cost":913,"Date":"3/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":726,"Cost":373,"Date":"4/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":302,"Cost":244,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":225,"Cost":197,"Date":"8/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":811,"Cost":559,"Date":"9/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":558,"Date":"10/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":581,"Cost":477,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":40,"Date":"11/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":679,"Cost":509,"Date":"12/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":222,"Cost":128,"Date":"12/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":134,"Cost":74,"Date":"1/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":803,"Date":"1/23/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":228,"Date":"2/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":943,"Cost":754,"Date":"3/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":288,"Cost":188,"Date":"3/12/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":970,"Cost":860,"Date":"3/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":892,"Cost":577,"Date":"6/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":206,"Date":"6/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":31,"Cost":18,"Date":"8/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":695,"Cost":607,"Date":"10/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":706,"Date":"11/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":761,"Cost":385,"Date":"11/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":587,"Cost":369,"Date":"3/27/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":749,"Cost":645,"Date":"4/17/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":641,"Cost":468,"Date":"8/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":75,"Cost":71,"Date":"8/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":565,"Cost":434,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":331,"Cost":197,"Date":"9/5/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":831,"Cost":452,"Date":"9/14/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":845,"Cost":429,"Date":"9/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":456,"Cost":346,"Date":"11/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":471,"Cost":250,"Date":"12/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":5,"Cost":5,"Date":"1/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":285,"Cost":267,"Date":"1/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":307,"Cost":200,"Date":"2/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":81,"Cost":43,"Date":"3/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":368,"Cost":292,"Date":"4/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":496,"Cost":418,"Date":"4/5/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":534,"Cost":507,"Date":"4/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":603,"Cost":545,"Date":"7/10/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":712,"Cost":458,"Date":"3/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":613,"Cost":532,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":32,"Cost":18,"Date":"10/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":444,"Cost":230,"Date":"3/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":489,"Cost":435,"Date":"6/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":933,"Cost":886,"Date":"7/17/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":645,"Cost":352,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":83,"Cost":65,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":267,"Cost":207,"Date":"11/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":526,"Cost":308,"Date":"12/16/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":645,"Cost":465,"Date":"12/30/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":593,"Cost":302,"Date":"2/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":705,"Cost":624,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":393,"Cost":232,"Date":"3/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":115,"Cost":77,"Date":"4/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":360,"Cost":319,"Date":"7/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":420,"Cost":393,"Date":"8/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":786,"Cost":678,"Date":"10/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":511,"Cost":444,"Date":"11/11/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":526,"Cost":308,"Date":"11/30/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":457,"Cost":415,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":91,"Cost":48,"Date":"3/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":256,"Cost":136,"Date":"4/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":330,"Cost":293,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":726,"Cost":488,"Date":"8/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":997,"Cost":757,"Date":"9/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":573,"Cost":439,"Date":"10/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":334,"Cost":219,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":857,"Cost":678,"Date":"11/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":884,"Cost":515,"Date":"12/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":106,"Cost":91,"Date":"12/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":171,"Cost":140,"Date":"1/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":342,"Cost":225,"Date":"1/23/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":316,"Cost":231,"Date":"2/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":944,"Cost":621,"Date":"3/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":397,"Cost":239,"Date":"3/12/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":391,"Cost":282,"Date":"3/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":966,"Cost":828,"Date":"6/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":498,"Cost":320,"Date":"6/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":240,"Cost":121,"Date":"8/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":492,"Cost":378,"Date":"10/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":825,"Cost":549,"Date":"11/4/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":154,"Cost":82,"Date":"11/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":26,"Cost":25,"Date":"3/27/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":294,"Cost":253,"Date":"4/17/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":59,"Cost":48,"Date":"8/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":431,"Cost":219,"Date":"8/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":455,"Cost":385,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":798,"Cost":619,"Date":"9/5/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":371,"Cost":266,"Date":"9/14/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":252,"Cost":142,"Date":"9/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":839,"Cost":679,"Date":"11/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":23,"Cost":14,"Date":"12/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":216,"Date":"1/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":755,"Cost":666,"Date":"1/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":541,"Cost":310,"Date":"2/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":394,"Cost":339,"Date":"3/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":680,"Date":"4/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":569,"Cost":415,"Date":"4/5/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":273,"Cost":169,"Date":"4/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":290,"Cost":186,"Date":"7/10/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":637,"Cost":466,"Date":"3/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":981,"Cost":708,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":379,"Cost":358,"Date":"10/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":451,"Cost":274,"Date":"3/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":407,"Cost":348,"Date":"6/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":648,"Cost":376,"Date":"7/17/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":683,"Cost":538,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":663,"Cost":382,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":906,"Cost":580,"Date":"11/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":383,"Cost":279,"Date":"12/16/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":743,"Cost":475,"Date":"12/30/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":643,"Cost":392,"Date":"2/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":956,"Cost":726,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":670,"Cost":369,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":873,"Cost":721,"Date":"4/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":746,"Cost":614,"Date":"7/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":611,"Date":"8/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":352,"Cost":190,"Date":"10/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":696,"Cost":530,"Date":"11/11/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":959,"Cost":698,"Date":"11/30/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":70,"Cost":65,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":409,"Cost":205,"Date":"3/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":98,"Date":"4/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":205,"Cost":187,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":873,"Cost":617,"Date":"8/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":803,"Date":"9/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":373,"Cost":233,"Date":"10/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":152,"Cost":96,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":697,"Cost":393,"Date":"11/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":910,"Cost":513,"Date":"12/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":696,"Cost":505,"Date":"12/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":725,"Cost":506,"Date":"1/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":556,"Date":"1/23/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":786,"Cost":559,"Date":"2/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":34,"Date":"3/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":835,"Cost":533,"Date":"3/12/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":164,"Cost":92,"Date":"3/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":551,"Date":"6/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":52,"Cost":41,"Date":"6/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":413,"Cost":215,"Date":"8/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":553,"Cost":327,"Date":"10/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":738,"Cost":427,"Date":"11/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":226,"Date":"11/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":312,"Cost":265,"Date":"3/27/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":295,"Cost":208,"Date":"4/17/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":916,"Cost":492,"Date":"8/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":320,"Cost":294,"Date":"8/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":156,"Cost":144,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":461,"Cost":301,"Date":"9/5/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":350,"Cost":229,"Date":"9/14/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":834,"Cost":667,"Date":"9/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":709,"Cost":587,"Date":"11/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":951,"Cost":768,"Date":"12/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":761,"Cost":625,"Date":"1/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":659,"Cost":524,"Date":"1/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":984,"Cost":532,"Date":"2/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":704,"Cost":501,"Date":"3/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":993,"Cost":741,"Date":"4/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":446,"Cost":393,"Date":"4/5/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":824,"Cost":507,"Date":"4/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":812,"Cost":471,"Date":"7/10/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":479,"Cost":385,"Date":"3/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":932,"Cost":815,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":779,"Cost":616,"Date":"10/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":190,"Cost":173,"Date":"3/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":811,"Cost":752,"Date":"6/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":205,"Cost":107,"Date":"7/17/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":716,"Cost":465,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":203,"Cost":164,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":789,"Cost":649,"Date":"11/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":411,"Cost":336,"Date":"12/16/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":92,"Cost":71,"Date":"12/30/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":667,"Cost":560,"Date":"2/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":776,"Cost":454,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":135,"Cost":73,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":94,"Cost":52,"Date":"4/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":469,"Cost":401,"Date":"7/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":942,"Cost":724,"Date":"8/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":434,"Cost":246,"Date":"10/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":210,"Cost":109,"Date":"11/11/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":959,"Cost":722,"Date":"11/30/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":389,"Cost":211,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":411,"Cost":346,"Date":"3/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":753,"Cost":499,"Date":"4/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":812,"Cost":599,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":639,"Cost":563,"Date":"8/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":379,"Cost":261,"Date":"9/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":951,"Cost":774,"Date":"10/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":862,"Cost":542,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":853,"Cost":792,"Date":"11/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":44,"Cost":31,"Date":"12/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":856,"Cost":432,"Date":"12/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":710,"Cost":501,"Date":"1/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":674,"Cost":544,"Date":"1/23/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":285,"Cost":271,"Date":"2/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":765,"Cost":605,"Date":"3/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":64,"Cost":49,"Date":"3/12/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":30,"Cost":19,"Date":"3/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":222,"Cost":117,"Date":"6/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":490,"Cost":410,"Date":"6/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":656,"Cost":361,"Date":"8/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":731,"Cost":627,"Date":"10/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":932,"Cost":519,"Date":"11/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":240,"Cost":124,"Date":"11/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":199,"Cost":124,"Date":"3/27/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":745,"Cost":445,"Date":"4/17/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":903,"Cost":718,"Date":"8/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":34,"Cost":22,"Date":"8/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":572,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":751,"Cost":481,"Date":"9/5/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":415,"Cost":301,"Date":"9/14/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":716,"Cost":513,"Date":"9/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":424,"Cost":334,"Date":"11/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":722,"Cost":361,"Date":"12/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":67,"Cost":46,"Date":"1/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":994,"Cost":666,"Date":"1/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":571,"Cost":329,"Date":"2/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":113,"Cost":93,"Date":"3/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":860,"Cost":466,"Date":"4/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":736,"Cost":524,"Date":"4/5/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":656,"Cost":567,"Date":"4/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":177,"Cost":153,"Date":"7/10/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":161,"Cost":120,"Date":"3/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":675,"Cost":385,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":712,"Cost":392,"Date":"10/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":378,"Cost":256,"Date":"3/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":513,"Cost":463,"Date":"6/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":243,"Cost":214,"Date":"7/17/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":255,"Cost":137,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":884,"Cost":685,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":203,"Cost":150,"Date":"11/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":186,"Cost":105,"Date":"12/16/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":288,"Cost":241,"Date":"12/30/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":954,"Cost":843,"Date":"2/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":488,"Cost":296,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":929,"Cost":490,"Date":"3/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":271,"Cost":144,"Date":"4/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":609,"Date":"7/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":265,"Cost":197,"Date":"8/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":948,"Cost":701,"Date":"10/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":692,"Cost":497,"Date":"11/11/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":492,"Cost":301,"Date":"11/30/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":41,"Cost":39,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":448,"Cost":292,"Date":"3/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":220,"Cost":136,"Date":"4/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":129,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":706,"Date":"8/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":823,"Cost":699,"Date":"9/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":397,"Date":"10/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":192,"Cost":126,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":839,"Cost":622,"Date":"11/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":52,"Date":"12/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":372,"Date":"12/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":96,"Cost":85,"Date":"1/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":784,"Cost":536,"Date":"1/23/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":692,"Cost":484,"Date":"2/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":856,"Cost":715,"Date":"3/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":327,"Cost":170,"Date":"3/12/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":957,"Cost":493,"Date":"3/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":711,"Cost":606,"Date":"6/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":187,"Date":"6/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":97,"Cost":56,"Date":"8/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":30,"Date":"10/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":331,"Date":"11/4/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":480,"Cost":420,"Date":"11/9/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":863,"Cost":458,"Date":"3/27/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":466,"Cost":311,"Date":"4/17/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":933,"Cost":495,"Date":"8/11/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":893,"Cost":467,"Date":"8/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":596,"Cost":540,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":702,"Cost":375,"Date":"9/5/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":54,"Cost":48,"Date":"9/14/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":416,"Cost":240,"Date":"9/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":529,"Cost":431,"Date":"11/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":95,"Cost":56,"Date":"12/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":642,"Cost":479,"Date":"1/7/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":988,"Cost":711,"Date":"1/21/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":101,"Cost":71,"Date":"2/9/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":430,"Cost":249,"Date":"3/19/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":815,"Cost":511,"Date":"4/3/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":507,"Cost":339,"Date":"4/5/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":744,"Cost":697,"Date":"4/28/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":95,"Cost":57,"Date":"7/10/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":19,"Cost":16,"Date":"3/25/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":705,"Cost":594,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":70,"Cost":53,"Date":"10/28/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":900,"Cost":767,"Date":"3/2/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":514,"Cost":296,"Date":"6/28/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":473,"Cost":365,"Date":"7/17/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":598,"Cost":463,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":68,"Cost":60,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":490,"Cost":342,"Date":"11/20/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":56,"Cost":36,"Date":"12/16/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":190,"Cost":157,"Date":"12/30/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":355,"Cost":321,"Date":"2/15/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":734,"Cost":497,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":259,"Cost":229,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":368,"Cost":262,"Date":"4/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":739,"Cost":613,"Date":"7/27/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":419,"Cost":253,"Date":"8/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":165,"Cost":155,"Date":"10/31/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":163,"Cost":98,"Date":"11/11/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":966,"Cost":906,"Date":"11/30/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":801,"Cost":641,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":158,"Cost":143,"Date":"3/1/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":499,"Cost":297,"Date":"4/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":818,"Cost":718,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":137,"Cost":96,"Date":"8/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":564,"Cost":364,"Date":"9/15/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":105,"Cost":90,"Date":"10/14/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":961,"Cost":690,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":332,"Cost":189,"Date":"11/11/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":407,"Cost":296,"Date":"12/7/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":558,"Cost":379,"Date":"12/21/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":601,"Cost":389,"Date":"1/6/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":767,"Cost":393,"Date":"1/23/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":925,"Cost":805,"Date":"2/4/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":293,"Cost":150,"Date":"3/10/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":228,"Cost":169,"Date":"3/12/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":640,"Cost":579,"Date":"3/31/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":46,"Cost":25,"Date":"6/16/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":306,"Cost":245,"Date":"6/17/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":508,"Cost":268,"Date":"8/27/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":454,"Cost":334,"Date":"10/1/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":806,"Cost":685,"Date":"11/4/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":161,"Cost":152,"Date":"11/9/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":508,"Date":"3/27/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":790,"Cost":543,"Date":"4/17/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":520,"Cost":478,"Date":"8/11/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":508,"Cost":433,"Date":"8/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":455,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":55,"Cost":36,"Date":"9/5/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":455,"Cost":378,"Date":"9/14/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":391,"Cost":349,"Date":"9/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":13,"Date":"11/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":35,"Cost":25,"Date":"12/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":516,"Cost":374,"Date":"1/7/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":507,"Date":"1/21/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":447,"Date":"2/9/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":567,"Cost":526,"Date":"3/19/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":246,"Date":"4/3/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":57,"Cost":46,"Date":"4/5/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":900,"Cost":854,"Date":"4/28/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":5,"Cost":4,"Date":"7/10/2019"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":291,"Date":"3/25/2020"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":164,"Cost":139,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":391,"Cost":341,"Date":"10/28/2020"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":938,"Cost":761,"Date":"3/2/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":466,"Date":"6/28/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":72,"Date":"7/17/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":945,"Cost":653,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":964,"Cost":777,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":925,"Cost":467,"Date":"11/20/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":228,"Cost":192,"Date":"12/16/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":530,"Cost":411,"Date":"12/30/2021"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":852,"Cost":676,"Date":"2/15/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":686,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":413,"Cost":214,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":9,"Date":"4/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":848,"Cost":557,"Date":"7/27/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":61,"Date":"8/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":870,"Cost":704,"Date":"10/31/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":218,"Cost":122,"Date":"11/11/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":208,"Cost":147,"Date":"11/30/2022"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":50,"Cost":31,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":683,"Cost":631,"Date":"3/1/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":617,"Cost":391,"Date":"4/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":0,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":503,"Date":"8/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":74,"Cost":62,"Date":"9/15/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":226,"Cost":179,"Date":"10/14/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":477,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":30,"Cost":16,"Date":"11/11/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":739,"Cost":400,"Date":"12/7/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":288,"Cost":201,"Date":"12/21/2023"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":113,"Date":"1/6/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":602,"Cost":533,"Date":"1/23/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":363,"Cost":332,"Date":"2/4/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":577,"Date":"3/10/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":317,"Cost":217,"Date":"3/12/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":93,"Date":"3/31/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":877,"Cost":554,"Date":"6/16/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":213,"Date":"6/17/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":44,"Date":"8/27/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":452,"Date":"10/1/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":944,"Cost":591,"Date":"11/4/2024"},{"Store":"Leuven Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":55,"Cost":42,"Date":"11/9/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":393,"Cost":273,"Date":"3/27/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":269,"Cost":241,"Date":"4/17/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":19,"Cost":14,"Date":"8/11/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":691,"Cost":530,"Date":"8/21/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":692,"Cost":620,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":508,"Cost":270,"Date":"9/5/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":546,"Cost":389,"Date":"9/14/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":283,"Cost":262,"Date":"9/20/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":624,"Cost":417,"Date":"11/20/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":414,"Date":"12/21/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":43,"Cost":38,"Date":"1/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":475,"Cost":397,"Date":"1/21/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":409,"Cost":326,"Date":"2/9/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":524,"Cost":451,"Date":"3/19/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":177,"Cost":134,"Date":"4/3/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":549,"Date":"4/5/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":884,"Cost":703,"Date":"4/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":892,"Cost":496,"Date":"7/10/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":345,"Cost":326,"Date":"3/25/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":533,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":530,"Date":"10/28/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":174,"Cost":161,"Date":"3/2/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":51,"Cost":42,"Date":"6/28/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":128,"Date":"7/17/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":538,"Cost":333,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":388,"Cost":252,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":77,"Cost":73,"Date":"11/20/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":531,"Cost":491,"Date":"12/16/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":496,"Cost":459,"Date":"12/30/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":272,"Cost":162,"Date":"2/15/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":272,"Cost":246,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":158,"Date":"3/7/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":733,"Date":"4/18/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":877,"Cost":609,"Date":"7/27/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":58,"Date":"8/18/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":754,"Date":"10/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":306,"Cost":185,"Date":"11/11/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":242,"Cost":168,"Date":"11/30/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":965,"Cost":887,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":820,"Cost":536,"Date":"3/1/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":886,"Cost":448,"Date":"4/13/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":38,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":612,"Cost":417,"Date":"8/13/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":53,"Cost":48,"Date":"9/15/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":977,"Cost":500,"Date":"10/14/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":602,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":353,"Cost":256,"Date":"11/11/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":45,"Cost":25,"Date":"12/7/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":327,"Cost":239,"Date":"12/21/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":2,"Date":"1/6/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":683,"Date":"1/23/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":793,"Cost":583,"Date":"2/4/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":376,"Cost":270,"Date":"3/10/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":990,"Cost":573,"Date":"3/12/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":805,"Cost":755,"Date":"3/31/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":854,"Date":"6/16/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":444,"Cost":245,"Date":"6/17/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":401,"Cost":241,"Date":"8/27/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":937,"Cost":737,"Date":"10/1/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":42,"Date":"11/4/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":279,"Cost":200,"Date":"11/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":122,"Cost":73,"Date":"3/27/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":324,"Cost":275,"Date":"4/17/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":894,"Cost":529,"Date":"8/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":993,"Cost":689,"Date":"8/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":584,"Cost":343,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":566,"Cost":362,"Date":"9/5/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":769,"Date":"9/14/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":963,"Cost":545,"Date":"9/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":419,"Cost":371,"Date":"11/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":727,"Cost":415,"Date":"12/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":469,"Cost":396,"Date":"1/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":363,"Cost":214,"Date":"1/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":801,"Cost":708,"Date":"2/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":410,"Date":"3/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":444,"Cost":385,"Date":"4/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":378,"Date":"4/5/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":139,"Cost":89,"Date":"4/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":925,"Date":"7/10/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":838,"Cost":566,"Date":"3/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":340,"Cost":300,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":234,"Cost":178,"Date":"10/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":179,"Cost":97,"Date":"3/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":922,"Cost":527,"Date":"6/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":831,"Cost":788,"Date":"7/17/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":406,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":247,"Cost":233,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":807,"Cost":600,"Date":"11/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":369,"Cost":251,"Date":"12/16/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":147,"Cost":139,"Date":"12/30/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":586,"Cost":490,"Date":"2/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":160,"Cost":150,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":158,"Cost":144,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":410,"Date":"4/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":875,"Cost":821,"Date":"7/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":502,"Cost":404,"Date":"8/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":485,"Cost":418,"Date":"10/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":927,"Cost":569,"Date":"11/11/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":251,"Cost":177,"Date":"11/30/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":80,"Cost":52,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":992,"Cost":585,"Date":"3/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":13,"Cost":11,"Date":"4/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":203,"Cost":135,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":925,"Cost":631,"Date":"8/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":104,"Cost":60,"Date":"9/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":540,"Cost":398,"Date":"10/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":585,"Cost":474,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":818,"Cost":637,"Date":"11/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":394,"Cost":345,"Date":"12/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":383,"Cost":210,"Date":"12/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":604,"Cost":318,"Date":"1/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":747,"Cost":595,"Date":"1/23/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":982,"Cost":547,"Date":"2/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":905,"Cost":490,"Date":"3/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":197,"Date":"3/12/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":870,"Cost":778,"Date":"3/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":143,"Cost":136,"Date":"6/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":22,"Cost":11,"Date":"6/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":488,"Cost":355,"Date":"8/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":490,"Cost":380,"Date":"10/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":861,"Cost":502,"Date":"11/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"ARKET","Country":"Belgium","Sale":401,"Cost":242,"Date":"11/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":402,"Cost":207,"Date":"3/27/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":158,"Date":"4/17/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":567,"Cost":412,"Date":"8/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":612,"Cost":318,"Date":"8/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":145,"Cost":97,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":177,"Cost":91,"Date":"9/5/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":803,"Cost":750,"Date":"9/14/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":714,"Cost":556,"Date":"9/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":285,"Cost":193,"Date":"11/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":571,"Cost":507,"Date":"12/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":35,"Cost":22,"Date":"1/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":395,"Cost":367,"Date":"1/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":195,"Cost":165,"Date":"2/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":761,"Cost":597,"Date":"3/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":617,"Cost":426,"Date":"4/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":205,"Cost":188,"Date":"4/5/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":344,"Cost":315,"Date":"4/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":648,"Cost":332,"Date":"7/10/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":865,"Cost":628,"Date":"3/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":495,"Cost":355,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":383,"Date":"10/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":935,"Cost":603,"Date":"3/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":721,"Cost":390,"Date":"6/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":239,"Cost":143,"Date":"7/17/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":458,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":242,"Cost":157,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":20,"Date":"11/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":305,"Date":"12/16/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":738,"Cost":401,"Date":"12/30/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":315,"Date":"2/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":182,"Cost":109,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":71,"Cost":54,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":730,"Cost":411,"Date":"4/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":128,"Cost":103,"Date":"7/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":754,"Cost":531,"Date":"8/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":25,"Cost":20,"Date":"10/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":939,"Cost":500,"Date":"11/11/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":447,"Cost":375,"Date":"11/30/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":521,"Cost":384,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":483,"Cost":284,"Date":"3/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":581,"Date":"4/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":277,"Cost":159,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":551,"Date":"8/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":363,"Cost":205,"Date":"9/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":945,"Cost":606,"Date":"10/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":901,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":918,"Cost":578,"Date":"11/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":207,"Cost":190,"Date":"12/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":189,"Cost":139,"Date":"12/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":328,"Cost":259,"Date":"1/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":891,"Cost":592,"Date":"1/23/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":376,"Cost":242,"Date":"2/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":768,"Date":"3/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":351,"Cost":266,"Date":"3/12/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":663,"Cost":549,"Date":"3/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":978,"Cost":638,"Date":"6/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":682,"Cost":581,"Date":"6/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":603,"Cost":374,"Date":"8/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":870,"Cost":480,"Date":"10/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":313,"Cost":166,"Date":"11/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":90,"Date":"11/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":484,"Cost":286,"Date":"3/27/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":929,"Cost":843,"Date":"4/17/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":210,"Date":"8/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":919,"Cost":709,"Date":"8/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":952,"Cost":851,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":194,"Cost":102,"Date":"9/5/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":549,"Cost":488,"Date":"9/14/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":457,"Cost":300,"Date":"9/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":663,"Cost":561,"Date":"11/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":667,"Date":"12/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":829,"Cost":699,"Date":"1/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":22,"Date":"1/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":84,"Cost":57,"Date":"2/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":541,"Cost":372,"Date":"3/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":47,"Cost":33,"Date":"4/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":815,"Cost":636,"Date":"4/5/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":116,"Cost":95,"Date":"4/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":963,"Cost":647,"Date":"7/10/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":775,"Cost":595,"Date":"3/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":364,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":783,"Cost":544,"Date":"10/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":211,"Cost":159,"Date":"3/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":832,"Cost":463,"Date":"6/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":393,"Cost":238,"Date":"7/17/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":982,"Cost":657,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":915,"Cost":645,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":354,"Cost":266,"Date":"11/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":353,"Cost":279,"Date":"12/16/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":93,"Cost":72,"Date":"12/30/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":142,"Cost":129,"Date":"2/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":386,"Cost":255,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":60,"Cost":30,"Date":"3/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":272,"Cost":138,"Date":"4/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":260,"Cost":198,"Date":"7/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":537,"Cost":480,"Date":"8/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":199,"Date":"10/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":388,"Cost":312,"Date":"11/11/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":198,"Cost":141,"Date":"11/30/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":693,"Cost":437,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":966,"Cost":759,"Date":"3/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":419,"Cost":303,"Date":"4/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":549,"Cost":297,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":791,"Cost":440,"Date":"8/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":412,"Cost":242,"Date":"9/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":103,"Cost":75,"Date":"10/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":704,"Cost":624,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":85,"Cost":43,"Date":"11/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":992,"Cost":641,"Date":"12/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":445,"Date":"12/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":696,"Date":"1/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":105,"Cost":99,"Date":"1/23/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":774,"Cost":564,"Date":"2/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":638,"Cost":493,"Date":"3/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":486,"Cost":440,"Date":"3/12/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":923,"Cost":767,"Date":"3/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":380,"Date":"6/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":521,"Cost":402,"Date":"6/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":624,"Cost":335,"Date":"8/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":396,"Date":"10/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":946,"Cost":674,"Date":"11/4/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":845,"Cost":623,"Date":"11/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":18,"Date":"3/27/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":823,"Cost":523,"Date":"4/17/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":596,"Cost":424,"Date":"8/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":176,"Cost":114,"Date":"8/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":213,"Cost":156,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":180,"Cost":114,"Date":"9/5/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":222,"Cost":160,"Date":"9/14/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":913,"Cost":652,"Date":"9/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":831,"Date":"11/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":411,"Cost":267,"Date":"12/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":291,"Cost":228,"Date":"1/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":223,"Date":"1/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":620,"Cost":560,"Date":"2/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":205,"Cost":177,"Date":"3/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":846,"Cost":743,"Date":"4/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":842,"Cost":787,"Date":"4/5/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":62,"Date":"4/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":915,"Cost":528,"Date":"7/10/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":913,"Cost":588,"Date":"3/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":128,"Cost":118,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":597,"Cost":410,"Date":"10/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":292,"Date":"3/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":904,"Cost":525,"Date":"6/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":388,"Date":"7/17/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":864,"Cost":617,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":695,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":192,"Cost":177,"Date":"11/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":459,"Cost":300,"Date":"12/16/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":411,"Cost":337,"Date":"12/30/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":30,"Date":"2/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":766,"Cost":483,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":21,"Cost":20,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":854,"Cost":713,"Date":"4/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":375,"Cost":218,"Date":"7/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":141,"Cost":104,"Date":"8/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":143,"Cost":120,"Date":"10/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":475,"Cost":352,"Date":"11/11/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":77,"Cost":39,"Date":"11/30/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":538,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":740,"Cost":499,"Date":"3/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":209,"Date":"4/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":24,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":367,"Date":"8/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":768,"Cost":463,"Date":"9/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":743,"Cost":569,"Date":"10/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":211,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":450,"Cost":350,"Date":"11/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":274,"Cost":253,"Date":"12/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":604,"Cost":556,"Date":"12/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":238,"Cost":199,"Date":"1/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":38,"Cost":20,"Date":"1/23/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":332,"Date":"2/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":291,"Date":"3/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":789,"Cost":705,"Date":"3/12/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":637,"Cost":430,"Date":"3/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":320,"Cost":219,"Date":"6/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":643,"Cost":574,"Date":"6/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":17,"Date":"8/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":923,"Cost":709,"Date":"10/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":445,"Cost":282,"Date":"11/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"HM Home","Country":"Belgium","Sale":994,"Cost":874,"Date":"11/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":879,"Cost":509,"Date":"3/27/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":93,"Cost":50,"Date":"4/17/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":648,"Date":"8/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":568,"Cost":459,"Date":"8/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":900,"Cost":461,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":561,"Cost":350,"Date":"9/5/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":251,"Cost":135,"Date":"9/14/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":496,"Cost":421,"Date":"9/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":802,"Cost":700,"Date":"11/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":434,"Cost":371,"Date":"12/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":1,"Cost":0,"Date":"1/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":596,"Cost":398,"Date":"1/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":929,"Cost":689,"Date":"2/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":491,"Cost":338,"Date":"3/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":322,"Cost":221,"Date":"4/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":286,"Cost":166,"Date":"4/5/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":104,"Cost":78,"Date":"4/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":843,"Cost":662,"Date":"7/10/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":57,"Cost":43,"Date":"3/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":765,"Cost":634,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":287,"Cost":197,"Date":"10/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":570,"Date":"3/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":557,"Cost":430,"Date":"6/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":761,"Date":"7/17/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":566,"Cost":352,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":927,"Cost":717,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":383,"Cost":268,"Date":"11/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":731,"Cost":523,"Date":"12/16/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":113,"Cost":75,"Date":"12/30/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":557,"Cost":367,"Date":"2/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":847,"Cost":709,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":894,"Cost":475,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":971,"Cost":912,"Date":"4/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":603,"Cost":563,"Date":"7/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":171,"Date":"8/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":200,"Cost":126,"Date":"10/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":226,"Cost":179,"Date":"11/11/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":357,"Cost":217,"Date":"11/30/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":512,"Cost":342,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":909,"Cost":830,"Date":"3/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":961,"Cost":609,"Date":"4/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":833,"Cost":459,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":571,"Cost":450,"Date":"8/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":934,"Cost":762,"Date":"9/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":329,"Date":"10/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":598,"Cost":317,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":543,"Cost":318,"Date":"11/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":234,"Cost":174,"Date":"12/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":273,"Cost":172,"Date":"12/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":691,"Cost":430,"Date":"1/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":816,"Cost":765,"Date":"1/23/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":490,"Cost":264,"Date":"2/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":140,"Cost":105,"Date":"3/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":187,"Cost":118,"Date":"3/12/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":205,"Cost":142,"Date":"3/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":859,"Cost":762,"Date":"6/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":209,"Cost":157,"Date":"6/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":357,"Cost":277,"Date":"8/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":792,"Cost":709,"Date":"10/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":807,"Cost":729,"Date":"11/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":181,"Cost":117,"Date":"11/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":321,"Cost":206,"Date":"3/27/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":879,"Cost":753,"Date":"4/17/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":991,"Cost":518,"Date":"8/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":948,"Cost":833,"Date":"8/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":145,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":203,"Cost":149,"Date":"9/5/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":315,"Cost":297,"Date":"9/14/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":628,"Cost":436,"Date":"9/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":322,"Date":"11/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":144,"Cost":106,"Date":"12/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":89,"Cost":84,"Date":"1/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":306,"Cost":277,"Date":"1/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":197,"Cost":171,"Date":"2/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":954,"Cost":521,"Date":"3/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":685,"Cost":560,"Date":"4/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":337,"Cost":263,"Date":"4/5/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":458,"Cost":394,"Date":"4/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":492,"Cost":383,"Date":"7/10/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":576,"Cost":518,"Date":"3/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":225,"Cost":135,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":440,"Date":"10/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":537,"Cost":348,"Date":"3/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":507,"Cost":256,"Date":"6/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":732,"Cost":675,"Date":"7/17/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":932,"Cost":561,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":952,"Cost":872,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":739,"Cost":548,"Date":"11/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":114,"Date":"12/16/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":780,"Cost":606,"Date":"12/30/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":856,"Cost":561,"Date":"2/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":422,"Cost":332,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":278,"Cost":223,"Date":"3/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":240,"Cost":218,"Date":"4/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":92,"Cost":79,"Date":"7/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":430,"Cost":303,"Date":"8/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":949,"Cost":605,"Date":"10/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":63,"Cost":35,"Date":"11/11/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":662,"Cost":524,"Date":"11/30/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":485,"Cost":361,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":472,"Date":"3/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":419,"Cost":219,"Date":"4/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":631,"Cost":497,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":114,"Cost":74,"Date":"8/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":707,"Cost":403,"Date":"9/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":934,"Cost":494,"Date":"10/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":837,"Cost":685,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":688,"Cost":393,"Date":"11/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":296,"Cost":216,"Date":"12/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":915,"Cost":515,"Date":"12/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":278,"Cost":165,"Date":"1/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":226,"Cost":138,"Date":"1/23/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":619,"Cost":392,"Date":"2/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":208,"Cost":124,"Date":"3/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":447,"Cost":261,"Date":"3/12/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":146,"Cost":111,"Date":"3/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":542,"Cost":412,"Date":"6/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":869,"Cost":772,"Date":"6/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":883,"Cost":740,"Date":"8/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":538,"Cost":352,"Date":"10/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":607,"Cost":517,"Date":"11/4/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":852,"Cost":512,"Date":"11/9/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":344,"Date":"3/27/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":71,"Cost":58,"Date":"4/17/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":583,"Cost":320,"Date":"8/11/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":173,"Cost":154,"Date":"8/21/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":125,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":571,"Cost":528,"Date":"9/5/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":698,"Cost":514,"Date":"9/14/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":233,"Cost":180,"Date":"9/20/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":158,"Cost":129,"Date":"11/20/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":685,"Cost":519,"Date":"12/21/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":996,"Cost":526,"Date":"1/7/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":283,"Cost":162,"Date":"1/21/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":638,"Cost":585,"Date":"2/9/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":634,"Cost":570,"Date":"3/19/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":963,"Cost":743,"Date":"4/3/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":99,"Cost":92,"Date":"4/5/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":873,"Cost":751,"Date":"4/28/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":832,"Cost":681,"Date":"7/10/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":470,"Cost":349,"Date":"3/25/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":211,"Cost":130,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":596,"Cost":528,"Date":"10/28/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":503,"Cost":411,"Date":"3/2/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":169,"Cost":129,"Date":"6/28/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":94,"Date":"7/17/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":257,"Cost":229,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":876,"Cost":710,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":879,"Cost":654,"Date":"11/20/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":229,"Cost":188,"Date":"12/16/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":680,"Cost":362,"Date":"12/30/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":55,"Date":"2/15/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":16,"Cost":11,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":360,"Cost":321,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":762,"Cost":458,"Date":"4/18/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":779,"Cost":716,"Date":"7/27/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":489,"Cost":351,"Date":"8/18/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":29,"Cost":18,"Date":"10/31/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":396,"Cost":205,"Date":"11/11/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":854,"Cost":443,"Date":"11/30/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":708,"Cost":652,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":194,"Cost":180,"Date":"3/1/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":274,"Cost":160,"Date":"4/13/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":3,"Cost":2,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":409,"Cost":238,"Date":"8/13/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":635,"Cost":433,"Date":"9/15/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":957,"Cost":605,"Date":"10/14/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":305,"Cost":289,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":270,"Cost":248,"Date":"11/11/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":43,"Cost":34,"Date":"12/7/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":485,"Date":"12/21/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":776,"Cost":601,"Date":"1/6/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":947,"Cost":491,"Date":"1/23/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":801,"Cost":437,"Date":"2/4/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":978,"Cost":853,"Date":"3/10/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":866,"Cost":533,"Date":"3/12/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":531,"Cost":404,"Date":"3/31/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":457,"Cost":266,"Date":"6/16/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":13,"Cost":7,"Date":"6/17/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":24,"Cost":17,"Date":"8/27/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":622,"Cost":395,"Date":"10/1/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":123,"Cost":94,"Date":"11/4/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":587,"Cost":520,"Date":"11/9/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":170,"Cost":129,"Date":"3/27/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":138,"Cost":113,"Date":"4/17/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":516,"Date":"8/11/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":447,"Cost":278,"Date":"8/21/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":27,"Cost":19,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":282,"Date":"9/5/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":747,"Cost":478,"Date":"9/14/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":94,"Date":"9/20/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":131,"Cost":107,"Date":"11/20/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":72,"Cost":39,"Date":"12/21/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":420,"Cost":247,"Date":"1/7/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":258,"Date":"1/21/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":473,"Cost":427,"Date":"2/9/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":773,"Cost":684,"Date":"3/19/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":467,"Date":"4/3/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":898,"Cost":522,"Date":"4/5/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":260,"Cost":222,"Date":"4/28/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":575,"Date":"7/10/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":996,"Cost":616,"Date":"3/25/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":672,"Cost":604,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":786,"Cost":687,"Date":"10/28/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":647,"Cost":364,"Date":"3/2/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":966,"Cost":912,"Date":"6/28/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":248,"Cost":236,"Date":"7/17/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":366,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":179,"Cost":103,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":62,"Cost":49,"Date":"11/20/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":477,"Date":"12/16/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":374,"Cost":352,"Date":"12/30/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":425,"Date":"2/15/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":516,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":464,"Cost":284,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":12,"Cost":6,"Date":"4/18/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":956,"Cost":714,"Date":"7/27/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":532,"Date":"8/18/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":458,"Date":"10/31/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":15,"Cost":11,"Date":"11/11/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":703,"Cost":593,"Date":"11/30/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":688,"Cost":540,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":275,"Cost":242,"Date":"3/1/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":526,"Cost":491,"Date":"4/13/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":943,"Cost":553,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":482,"Date":"8/13/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":699,"Cost":349,"Date":"9/15/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":198,"Cost":112,"Date":"10/14/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":910,"Cost":573,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":117,"Cost":91,"Date":"11/11/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":489,"Cost":262,"Date":"12/7/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":873,"Cost":673,"Date":"12/21/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":73,"Date":"1/6/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":919,"Cost":814,"Date":"1/23/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":814,"Cost":752,"Date":"2/4/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":801,"Cost":466,"Date":"3/10/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":444,"Cost":378,"Date":"3/12/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":597,"Cost":300,"Date":"3/31/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":450,"Date":"6/16/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":136,"Cost":107,"Date":"6/17/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":21,"Cost":17,"Date":"8/27/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":77,"Cost":71,"Date":"10/1/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":959,"Cost":580,"Date":"11/4/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":929,"Cost":652,"Date":"11/9/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":35,"Cost":28,"Date":"3/27/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":139,"Date":"4/17/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":503,"Cost":334,"Date":"8/11/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":880,"Cost":815,"Date":"8/21/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":38,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":112,"Cost":106,"Date":"9/5/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":186,"Cost":107,"Date":"9/14/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":400,"Cost":375,"Date":"9/20/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":191,"Cost":120,"Date":"11/20/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":451,"Cost":273,"Date":"12/21/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":75,"Date":"1/7/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":491,"Cost":271,"Date":"1/21/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":511,"Cost":271,"Date":"2/9/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":371,"Cost":331,"Date":"3/19/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":214,"Cost":159,"Date":"4/3/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":282,"Cost":255,"Date":"4/5/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":803,"Cost":503,"Date":"4/28/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":251,"Cost":218,"Date":"7/10/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":13,"Cost":6,"Date":"3/25/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":162,"Cost":99,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":861,"Cost":818,"Date":"10/28/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":395,"Cost":224,"Date":"3/2/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":349,"Date":"6/28/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":611,"Date":"7/17/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":793,"Cost":432,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":357,"Cost":199,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":164,"Cost":146,"Date":"11/20/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":408,"Cost":365,"Date":"12/16/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":338,"Cost":200,"Date":"12/30/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":866,"Cost":658,"Date":"2/15/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":837,"Cost":463,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":622,"Cost":494,"Date":"3/7/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":298,"Cost":171,"Date":"4/18/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":281,"Cost":140,"Date":"7/27/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":297,"Cost":240,"Date":"8/18/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":254,"Cost":143,"Date":"10/31/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":425,"Cost":358,"Date":"11/11/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":629,"Cost":395,"Date":"11/30/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":226,"Cost":195,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":183,"Cost":100,"Date":"3/1/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":956,"Cost":643,"Date":"4/13/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":269,"Cost":146,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":361,"Cost":204,"Date":"8/13/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":323,"Cost":295,"Date":"9/15/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":621,"Cost":349,"Date":"10/14/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":457,"Cost":348,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":498,"Date":"11/11/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":99,"Cost":55,"Date":"12/7/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":444,"Date":"12/21/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":135,"Cost":89,"Date":"1/6/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":328,"Cost":216,"Date":"1/23/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":205,"Cost":141,"Date":"2/4/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":467,"Date":"3/10/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":57,"Cost":41,"Date":"3/12/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":70,"Cost":38,"Date":"3/31/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":185,"Cost":99,"Date":"6/16/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":620,"Cost":557,"Date":"6/17/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":586,"Cost":546,"Date":"8/27/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":479,"Cost":314,"Date":"10/1/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":263,"Cost":148,"Date":"11/4/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":213,"Date":"11/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":166,"Date":"3/27/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":174,"Date":"4/17/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":596,"Cost":317,"Date":"8/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":644,"Date":"8/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":75,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":378,"Cost":305,"Date":"9/5/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":319,"Cost":166,"Date":"9/14/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":35,"Cost":19,"Date":"9/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":147,"Cost":96,"Date":"11/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":868,"Cost":755,"Date":"12/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":99,"Cost":91,"Date":"1/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":943,"Cost":736,"Date":"1/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":512,"Cost":336,"Date":"2/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":569,"Date":"3/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":313,"Cost":174,"Date":"4/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":129,"Cost":94,"Date":"4/5/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":899,"Cost":838,"Date":"4/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":306,"Cost":165,"Date":"7/10/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":298,"Date":"3/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":422,"Cost":314,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":390,"Cost":351,"Date":"10/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":660,"Cost":607,"Date":"3/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":407,"Cost":313,"Date":"6/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":305,"Cost":160,"Date":"7/17/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":513,"Cost":337,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":11,"Cost":8,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":623,"Cost":391,"Date":"11/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":144,"Cost":127,"Date":"12/16/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":716,"Cost":433,"Date":"12/30/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":561,"Date":"2/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":229,"Cost":147,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":987,"Cost":888,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":803,"Cost":756,"Date":"4/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":334,"Cost":167,"Date":"7/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":999,"Cost":897,"Date":"8/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":744,"Date":"10/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":231,"Cost":121,"Date":"11/11/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":545,"Cost":278,"Date":"11/30/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":500,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":984,"Cost":903,"Date":"3/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":592,"Cost":547,"Date":"4/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":920,"Cost":552,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":438,"Date":"8/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":336,"Cost":203,"Date":"9/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":494,"Date":"10/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":420,"Cost":323,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":65,"Cost":46,"Date":"11/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":206,"Cost":184,"Date":"12/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":953,"Cost":655,"Date":"12/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":594,"Cost":346,"Date":"1/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":561,"Cost":510,"Date":"1/23/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":688,"Cost":510,"Date":"2/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":181,"Date":"3/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":433,"Cost":269,"Date":"3/12/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":160,"Cost":117,"Date":"3/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":980,"Cost":871,"Date":"6/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":87,"Date":"6/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":780,"Cost":546,"Date":"8/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":859,"Cost":523,"Date":"10/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":768,"Cost":440,"Date":"11/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":164,"Date":"11/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":548,"Date":"3/27/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":161,"Date":"4/17/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":169,"Date":"8/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":193,"Date":"8/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":514,"Cost":365,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":789,"Cost":420,"Date":"9/5/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":371,"Date":"9/14/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":887,"Cost":734,"Date":"9/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":454,"Cost":291,"Date":"11/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":638,"Cost":469,"Date":"12/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":784,"Cost":473,"Date":"1/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":308,"Cost":261,"Date":"1/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":211,"Cost":200,"Date":"2/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":138,"Cost":86,"Date":"3/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":331,"Cost":168,"Date":"4/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":89,"Date":"4/5/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":664,"Cost":519,"Date":"4/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":305,"Cost":230,"Date":"7/10/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":522,"Cost":286,"Date":"3/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":456,"Cost":298,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":180,"Cost":156,"Date":"10/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":620,"Cost":451,"Date":"3/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":862,"Cost":737,"Date":"6/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":14,"Cost":12,"Date":"7/17/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":21,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":295,"Cost":173,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":531,"Cost":497,"Date":"11/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":324,"Cost":165,"Date":"12/16/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":112,"Date":"12/30/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":972,"Cost":574,"Date":"2/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":910,"Cost":630,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":423,"Cost":318,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":313,"Cost":218,"Date":"4/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":770,"Cost":678,"Date":"7/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":643,"Cost":551,"Date":"8/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":840,"Cost":594,"Date":"10/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":852,"Cost":747,"Date":"11/11/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":78,"Cost":41,"Date":"11/30/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":758,"Cost":691,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":707,"Cost":391,"Date":"3/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":994,"Cost":925,"Date":"4/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":279,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":288,"Cost":187,"Date":"8/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":895,"Cost":830,"Date":"9/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":132,"Date":"10/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":171,"Cost":139,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":638,"Cost":360,"Date":"11/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":454,"Cost":405,"Date":"12/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":165,"Date":"12/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":3,"Cost":3,"Date":"1/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":604,"Cost":520,"Date":"1/23/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":348,"Cost":272,"Date":"2/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":928,"Cost":743,"Date":"3/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":783,"Cost":529,"Date":"3/12/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":552,"Cost":465,"Date":"3/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":215,"Date":"6/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":204,"Cost":125,"Date":"6/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":399,"Cost":343,"Date":"8/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":993,"Cost":627,"Date":"10/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":720,"Cost":583,"Date":"11/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":475,"Date":"11/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":155,"Cost":84,"Date":"3/27/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":92,"Cost":66,"Date":"4/17/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":951,"Cost":498,"Date":"8/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":608,"Cost":329,"Date":"8/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":747,"Cost":635,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":428,"Cost":331,"Date":"9/5/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":506,"Cost":414,"Date":"9/14/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":597,"Cost":549,"Date":"9/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":409,"Cost":275,"Date":"11/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":123,"Cost":76,"Date":"12/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":219,"Cost":171,"Date":"1/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":999,"Cost":916,"Date":"1/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":908,"Cost":843,"Date":"2/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":873,"Cost":649,"Date":"3/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":385,"Date":"4/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":866,"Cost":464,"Date":"4/5/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":716,"Cost":661,"Date":"4/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":586,"Cost":530,"Date":"7/10/2019"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":5,"Cost":4,"Date":"3/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":769,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":981,"Cost":927,"Date":"10/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":864,"Cost":682,"Date":"3/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":126,"Cost":81,"Date":"6/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":64,"Date":"7/17/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":614,"Cost":324,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":732,"Cost":693,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":13,"Cost":6,"Date":"11/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":877,"Cost":755,"Date":"12/16/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":971,"Cost":715,"Date":"12/30/2021"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":444,"Cost":397,"Date":"2/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":751,"Cost":611,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":640,"Date":"3/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":326,"Date":"4/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":731,"Cost":517,"Date":"7/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":864,"Cost":544,"Date":"8/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":79,"Cost":69,"Date":"10/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":160,"Cost":109,"Date":"11/11/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":614,"Cost":331,"Date":"11/30/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":135,"Cost":74,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":244,"Cost":192,"Date":"3/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":461,"Cost":384,"Date":"4/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":365,"Cost":262,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":419,"Cost":229,"Date":"8/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":138,"Date":"9/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":563,"Cost":358,"Date":"10/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":752,"Cost":496,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":512,"Cost":475,"Date":"11/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":366,"Date":"12/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":333,"Cost":210,"Date":"12/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":267,"Date":"1/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":56,"Date":"1/23/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":825,"Cost":687,"Date":"2/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":335,"Date":"3/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":817,"Date":"3/12/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":404,"Cost":203,"Date":"3/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":232,"Cost":189,"Date":"6/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":559,"Cost":394,"Date":"6/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":354,"Cost":316,"Date":"8/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":660,"Cost":625,"Date":"10/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":394,"Cost":351,"Date":"11/4/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM Home","Country":"Belgium","Sale":174,"Cost":109,"Date":"11/9/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":42,"Date":"3/27/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":340,"Cost":230,"Date":"4/17/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":586,"Cost":450,"Date":"8/11/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":137,"Cost":81,"Date":"8/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":753,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":868,"Cost":789,"Date":"9/5/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":64,"Date":"9/14/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":725,"Cost":455,"Date":"9/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":813,"Cost":434,"Date":"11/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":817,"Cost":521,"Date":"12/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":940,"Cost":818,"Date":"1/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":896,"Cost":750,"Date":"1/21/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":230,"Cost":153,"Date":"2/9/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":4,"Cost":3,"Date":"3/19/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":627,"Cost":495,"Date":"4/3/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":596,"Cost":349,"Date":"4/5/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":37,"Cost":34,"Date":"4/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":31,"Cost":28,"Date":"7/10/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":909,"Cost":660,"Date":"3/25/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":216,"Cost":183,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":606,"Cost":429,"Date":"10/28/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":680,"Cost":488,"Date":"3/2/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":323,"Cost":212,"Date":"6/28/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":278,"Cost":167,"Date":"7/17/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":164,"Cost":145,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":363,"Cost":232,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":878,"Cost":824,"Date":"11/20/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":850,"Cost":443,"Date":"12/16/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":541,"Date":"12/30/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":9,"Cost":7,"Date":"2/15/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":35,"Cost":27,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":746,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":487,"Cost":372,"Date":"4/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":978,"Cost":892,"Date":"7/27/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":643,"Cost":586,"Date":"8/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":62,"Cost":36,"Date":"10/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":21,"Cost":11,"Date":"11/11/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":945,"Cost":869,"Date":"11/30/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":950,"Cost":688,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":189,"Cost":141,"Date":"3/1/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":498,"Cost":307,"Date":"4/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":958,"Cost":843,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":736,"Cost":681,"Date":"8/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":442,"Cost":233,"Date":"9/15/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":443,"Cost":359,"Date":"10/14/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":768,"Cost":570,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":523,"Cost":475,"Date":"11/11/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":644,"Cost":449,"Date":"12/7/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":931,"Cost":507,"Date":"12/21/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":915,"Cost":712,"Date":"1/6/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":229,"Cost":174,"Date":"1/23/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":605,"Cost":342,"Date":"2/4/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":301,"Cost":158,"Date":"3/10/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":982,"Cost":875,"Date":"3/12/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":997,"Cost":602,"Date":"3/31/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":899,"Cost":826,"Date":"6/16/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":907,"Cost":615,"Date":"6/17/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":757,"Cost":503,"Date":"8/27/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":434,"Date":"10/1/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":741,"Cost":551,"Date":"11/4/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":609,"Cost":574,"Date":"11/9/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":31,"Cost":18,"Date":"3/27/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":318,"Cost":301,"Date":"4/17/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":512,"Cost":455,"Date":"8/11/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":29,"Cost":20,"Date":"8/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":469,"Cost":356,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":79,"Cost":75,"Date":"9/5/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":312,"Cost":240,"Date":"9/14/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":466,"Cost":267,"Date":"9/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":63,"Cost":46,"Date":"11/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":181,"Cost":118,"Date":"12/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":157,"Cost":140,"Date":"1/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":231,"Cost":136,"Date":"1/21/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":63,"Cost":36,"Date":"2/9/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":555,"Date":"3/19/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":363,"Cost":234,"Date":"4/3/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":801,"Cost":493,"Date":"4/5/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":362,"Cost":267,"Date":"4/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":511,"Cost":360,"Date":"7/10/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":260,"Cost":132,"Date":"3/25/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":48,"Cost":42,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":554,"Cost":332,"Date":"10/28/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":175,"Cost":132,"Date":"3/2/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":259,"Cost":237,"Date":"6/28/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":190,"Cost":172,"Date":"7/17/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":973,"Cost":712,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":300,"Cost":161,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":243,"Date":"11/20/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":844,"Cost":451,"Date":"12/16/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":893,"Cost":666,"Date":"12/30/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":218,"Cost":137,"Date":"2/15/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":687,"Cost":488,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":889,"Cost":592,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":930,"Cost":846,"Date":"4/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":433,"Cost":377,"Date":"7/27/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":470,"Cost":306,"Date":"8/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":517,"Cost":367,"Date":"10/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":958,"Cost":863,"Date":"11/11/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":525,"Cost":482,"Date":"11/30/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":107,"Cost":68,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":993,"Cost":735,"Date":"3/1/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":401,"Cost":306,"Date":"4/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":403,"Cost":367,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":58,"Cost":42,"Date":"8/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":916,"Cost":639,"Date":"9/15/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":765,"Cost":634,"Date":"10/14/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":230,"Cost":210,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":665,"Date":"11/11/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":102,"Cost":53,"Date":"12/7/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":404,"Date":"12/21/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":471,"Cost":382,"Date":"1/6/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":564,"Cost":332,"Date":"1/23/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":617,"Cost":334,"Date":"2/4/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":693,"Cost":374,"Date":"3/10/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":886,"Cost":784,"Date":"3/12/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":892,"Cost":671,"Date":"3/31/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":775,"Cost":610,"Date":"6/16/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":532,"Date":"6/17/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":870,"Cost":706,"Date":"8/27/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":681,"Cost":636,"Date":"10/1/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":162,"Cost":109,"Date":"11/4/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":402,"Cost":291,"Date":"11/9/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":945,"Cost":757,"Date":"3/27/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":188,"Cost":112,"Date":"4/17/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":238,"Cost":143,"Date":"8/11/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":559,"Cost":413,"Date":"8/21/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":455,"Cost":297,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":438,"Cost":361,"Date":"9/5/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":824,"Cost":742,"Date":"9/14/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":490,"Cost":277,"Date":"9/20/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":285,"Cost":259,"Date":"11/20/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":836,"Cost":631,"Date":"12/21/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":444,"Cost":349,"Date":"1/7/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":845,"Cost":428,"Date":"1/21/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":316,"Cost":169,"Date":"2/9/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":237,"Date":"3/19/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":10,"Cost":5,"Date":"4/3/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":943,"Cost":594,"Date":"4/5/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":971,"Cost":551,"Date":"4/28/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":317,"Cost":166,"Date":"7/10/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":402,"Cost":265,"Date":"3/25/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":970,"Cost":662,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":210,"Cost":130,"Date":"10/28/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":640,"Cost":413,"Date":"3/2/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":534,"Cost":502,"Date":"6/28/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":439,"Cost":304,"Date":"7/17/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":64,"Cost":48,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":940,"Cost":737,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":192,"Date":"11/20/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":783,"Cost":672,"Date":"12/16/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":253,"Cost":208,"Date":"12/30/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":351,"Cost":274,"Date":"2/15/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":195,"Cost":155,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":567,"Cost":402,"Date":"3/7/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":860,"Cost":643,"Date":"4/18/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":85,"Cost":72,"Date":"7/27/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":448,"Cost":241,"Date":"8/18/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":206,"Cost":144,"Date":"10/31/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":570,"Cost":438,"Date":"11/11/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":465,"Cost":326,"Date":"11/30/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":730,"Cost":426,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":666,"Cost":420,"Date":"3/1/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":55,"Cost":40,"Date":"4/13/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":482,"Cost":387,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":946,"Cost":605,"Date":"8/13/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":720,"Cost":402,"Date":"9/15/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":940,"Cost":586,"Date":"10/14/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":320,"Cost":170,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":322,"Cost":248,"Date":"11/11/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":826,"Cost":778,"Date":"12/7/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":959,"Cost":844,"Date":"12/21/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":331,"Cost":220,"Date":"1/6/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":521,"Cost":427,"Date":"1/23/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":799,"Cost":637,"Date":"2/4/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":359,"Cost":213,"Date":"3/10/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":425,"Cost":304,"Date":"3/12/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":962,"Cost":707,"Date":"3/31/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":486,"Cost":449,"Date":"6/16/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":849,"Cost":590,"Date":"6/17/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":832,"Cost":671,"Date":"8/27/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":150,"Cost":103,"Date":"10/1/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":22,"Date":"11/4/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":309,"Cost":187,"Date":"11/9/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":956,"Cost":642,"Date":"3/27/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":600,"Cost":493,"Date":"4/17/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":970,"Cost":917,"Date":"8/11/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":941,"Cost":495,"Date":"8/21/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":596,"Cost":481,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":736,"Cost":438,"Date":"9/5/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":636,"Cost":471,"Date":"9/14/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":444,"Cost":370,"Date":"9/20/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":591,"Cost":318,"Date":"11/20/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":457,"Cost":360,"Date":"12/21/2018"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":944,"Cost":889,"Date":"1/7/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":417,"Cost":325,"Date":"1/21/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":679,"Cost":382,"Date":"2/9/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":280,"Cost":217,"Date":"3/19/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":53,"Cost":34,"Date":"4/3/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":23,"Date":"4/5/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":162,"Cost":121,"Date":"4/28/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":652,"Cost":469,"Date":"7/10/2019"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":510,"Cost":447,"Date":"3/25/2020"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":13,"Cost":8,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":87,"Cost":82,"Date":"10/28/2020"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":195,"Cost":176,"Date":"3/2/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":265,"Cost":223,"Date":"6/28/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":964,"Cost":590,"Date":"7/17/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":160,"Cost":135,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":949,"Cost":731,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":929,"Cost":563,"Date":"11/20/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":634,"Cost":587,"Date":"12/16/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":654,"Cost":366,"Date":"12/30/2021"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":612,"Cost":463,"Date":"2/15/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":63,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":738,"Cost":385,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":89,"Date":"4/18/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":638,"Cost":566,"Date":"7/27/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":256,"Cost":171,"Date":"8/18/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":836,"Cost":793,"Date":"10/31/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":220,"Cost":133,"Date":"11/11/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":112,"Cost":75,"Date":"11/30/2022"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":542,"Cost":320,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":313,"Cost":171,"Date":"3/1/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":407,"Cost":268,"Date":"4/13/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":511,"Cost":352,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":706,"Cost":648,"Date":"8/13/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":439,"Cost":286,"Date":"9/15/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":77,"Cost":69,"Date":"10/14/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":328,"Cost":300,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":577,"Cost":537,"Date":"11/11/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":935,"Cost":552,"Date":"12/7/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":426,"Cost":342,"Date":"12/21/2023"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":593,"Cost":410,"Date":"1/6/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":458,"Cost":234,"Date":"1/23/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":148,"Cost":104,"Date":"2/4/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":807,"Cost":636,"Date":"3/10/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":549,"Cost":316,"Date":"3/12/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":523,"Cost":462,"Date":"3/31/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":312,"Cost":192,"Date":"6/16/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":876,"Cost":762,"Date":"6/17/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":988,"Cost":585,"Date":"8/27/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":981,"Cost":896,"Date":"10/1/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":33,"Cost":19,"Date":"11/4/2024"},{"Store":"Kortrijk Shopping","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":766,"Date":"11/9/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":765,"Cost":601,"Date":"3/27/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":672,"Cost":551,"Date":"4/17/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":76,"Date":"8/11/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":154,"Date":"8/21/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":910,"Cost":540,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":145,"Cost":98,"Date":"9/5/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":534,"Cost":277,"Date":"9/14/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":230,"Cost":180,"Date":"9/20/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":579,"Cost":466,"Date":"11/20/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":840,"Cost":636,"Date":"12/21/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":469,"Cost":387,"Date":"1/7/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":322,"Cost":227,"Date":"1/21/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":623,"Date":"2/9/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":962,"Cost":911,"Date":"3/19/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":593,"Date":"4/3/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":235,"Cost":156,"Date":"4/5/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":656,"Cost":511,"Date":"4/28/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":24,"Cost":18,"Date":"7/10/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":21,"Date":"3/25/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":932,"Cost":478,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":301,"Cost":244,"Date":"10/28/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":538,"Cost":443,"Date":"3/2/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":309,"Date":"6/28/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":811,"Cost":681,"Date":"7/17/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":554,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":760,"Cost":439,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":728,"Cost":436,"Date":"11/20/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":160,"Date":"12/16/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":869,"Cost":591,"Date":"12/30/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":828,"Cost":596,"Date":"2/15/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":921,"Cost":754,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":788,"Cost":543,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":213,"Cost":122,"Date":"4/18/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":243,"Cost":179,"Date":"7/27/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":64,"Date":"8/18/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":228,"Cost":206,"Date":"10/31/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":499,"Cost":391,"Date":"11/11/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":252,"Cost":190,"Date":"11/30/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":687,"Cost":593,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":775,"Cost":729,"Date":"3/1/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":335,"Date":"4/13/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":143,"Cost":129,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":178,"Cost":145,"Date":"8/13/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":225,"Date":"9/15/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":384,"Cost":243,"Date":"10/14/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":52,"Cost":32,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":528,"Cost":269,"Date":"11/11/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":87,"Date":"12/7/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":567,"Cost":437,"Date":"12/21/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":590,"Date":"1/6/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":611,"Cost":439,"Date":"1/23/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":292,"Date":"2/4/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":850,"Cost":562,"Date":"3/10/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":352,"Cost":213,"Date":"3/12/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":6,"Date":"3/31/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":507,"Date":"6/16/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":165,"Date":"6/17/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":484,"Cost":384,"Date":"8/27/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":657,"Cost":347,"Date":"10/1/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":197,"Cost":103,"Date":"11/4/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":359,"Cost":334,"Date":"11/9/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":533,"Cost":322,"Date":"3/27/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":442,"Cost":390,"Date":"4/17/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":835,"Cost":620,"Date":"8/11/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":524,"Cost":383,"Date":"8/21/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":499,"Cost":382,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":433,"Cost":287,"Date":"9/5/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":619,"Cost":516,"Date":"9/14/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":913,"Cost":702,"Date":"9/20/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":484,"Cost":328,"Date":"11/20/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":888,"Cost":655,"Date":"12/21/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":870,"Cost":719,"Date":"1/7/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":316,"Cost":242,"Date":"1/21/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":687,"Cost":516,"Date":"2/9/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":211,"Cost":169,"Date":"3/19/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":129,"Cost":70,"Date":"4/3/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":462,"Cost":254,"Date":"4/5/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":673,"Cost":563,"Date":"4/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":42,"Cost":38,"Date":"7/10/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":978,"Cost":643,"Date":"3/25/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":740,"Cost":418,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":646,"Cost":402,"Date":"10/28/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":616,"Date":"3/2/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":126,"Cost":105,"Date":"6/28/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":89,"Cost":69,"Date":"7/17/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":825,"Cost":770,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":260,"Cost":135,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":12,"Cost":9,"Date":"11/20/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":302,"Cost":249,"Date":"12/16/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":513,"Cost":348,"Date":"12/30/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":329,"Cost":201,"Date":"2/15/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":984,"Cost":934,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":472,"Cost":353,"Date":"3/7/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":44,"Cost":31,"Date":"4/18/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":278,"Cost":219,"Date":"7/27/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":511,"Cost":354,"Date":"8/18/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":433,"Cost":297,"Date":"10/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":571,"Cost":347,"Date":"11/11/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":677,"Cost":382,"Date":"11/30/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":170,"Cost":96,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":878,"Cost":658,"Date":"3/1/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":682,"Date":"4/13/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":953,"Cost":522,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":854,"Cost":618,"Date":"8/13/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":425,"Cost":267,"Date":"9/15/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":213,"Cost":127,"Date":"10/14/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":599,"Cost":529,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":548,"Date":"11/11/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":536,"Cost":415,"Date":"12/7/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":22,"Cost":19,"Date":"12/21/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":126,"Date":"1/6/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":307,"Cost":233,"Date":"1/23/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":513,"Cost":478,"Date":"2/4/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":427,"Cost":252,"Date":"3/10/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":498,"Cost":439,"Date":"3/12/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":992,"Cost":513,"Date":"3/31/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":743,"Cost":545,"Date":"6/16/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":998,"Cost":945,"Date":"6/17/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":462,"Date":"8/27/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":443,"Cost":358,"Date":"10/1/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":513,"Cost":343,"Date":"11/4/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":338,"Cost":262,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":109,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":366,"Cost":208,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":900,"Cost":622,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":603,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":442,"Cost":366,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":36,"Cost":33,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":263,"Cost":234,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":554,"Cost":414,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":18,"Cost":12,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":417,"Cost":222,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":254,"Cost":199,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":114,"Cost":87,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":65,"Cost":43,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":77,"Cost":53,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":365,"Cost":275,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":829,"Cost":735,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":788,"Cost":663,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":968,"Cost":898,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":614,"Cost":481,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":967,"Cost":757,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":894,"Cost":477,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":696,"Cost":349,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":266,"Cost":199,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":841,"Cost":775,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":453,"Cost":354,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":599,"Cost":548,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":516,"Cost":477,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":815,"Cost":485,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":484,"Cost":339,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":29,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":541,"Cost":460,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":93,"Cost":50,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":338,"Cost":255,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":140,"Cost":123,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":795,"Cost":755,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":155,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":155,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":881,"Cost":714,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":800,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":413,"Cost":334,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":992,"Cost":941,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":996,"Cost":922,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":143,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":787,"Cost":593,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":530,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":594,"Cost":362,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":207,"Cost":186,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":358,"Cost":305,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":384,"Cost":317,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":737,"Cost":677,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":634,"Cost":340,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":336,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":520,"Cost":410,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":283,"Cost":196,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":349,"Cost":278,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":470,"Cost":431,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":644,"Cost":463,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":539,"Cost":503,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":448,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":475,"Cost":425,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":739,"Cost":382,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":51,"Cost":29,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":252,"Cost":209,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":649,"Cost":608,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":982,"Cost":622,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":212,"Cost":200,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":919,"Cost":524,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":257,"Cost":207,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":918,"Cost":755,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":352,"Cost":293,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":878,"Cost":733,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":638,"Cost":581,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":515,"Cost":290,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":60,"Cost":34,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":236,"Cost":144,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":186,"Cost":130,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":162,"Cost":86,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":232,"Cost":216,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":526,"Cost":340,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":148,"Cost":121,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":957,"Cost":897,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":250,"Cost":192,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":962,"Cost":673,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":319,"Cost":171,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":563,"Cost":297,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":263,"Cost":216,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":543,"Cost":487,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":150,"Cost":111,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":856,"Cost":567,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":192,"Cost":125,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":530,"Cost":265,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":618,"Cost":496,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":801,"Cost":455,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":765,"Cost":417,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":35,"Cost":18,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":70,"Cost":45,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":272,"Cost":180,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":787,"Cost":674,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":390,"Cost":244,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":332,"Cost":271,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":287,"Cost":186,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":43,"Cost":28,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":621,"Cost":385,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":413,"Cost":213,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":791,"Cost":720,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":134,"Cost":126,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":251,"Cost":189,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":809,"Cost":657,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":967,"Cost":636,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":195,"Cost":178,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":608,"Cost":564,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":234,"Cost":146,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":286,"Cost":223,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":103,"Cost":65,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":876,"Cost":677,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":187,"Cost":175,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":765,"Cost":442,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":727,"Cost":603,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":129,"Cost":121,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":985,"Cost":906,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":550,"Cost":361,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":873,"Cost":784,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":580,"Cost":398,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":689,"Cost":508,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":398,"Cost":299,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":774,"Cost":615,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":347,"Cost":279,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":908,"Cost":831,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":318,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":565,"Cost":397,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":589,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":325,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":937,"Cost":817,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":890,"Cost":693,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":858,"Cost":504,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":496,"Cost":370,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":74,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":568,"Cost":394,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":336,"Cost":274,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":698,"Cost":381,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":448,"Cost":425,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":908,"Cost":679,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":37,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":674,"Cost":346,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":3,"Cost":2,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":93,"Cost":58,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":64,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":527,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":89,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":155,"Cost":95,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":174,"Cost":164,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":755,"Cost":596,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":65,"Cost":42,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":550,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":993,"Cost":891,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":587,"Cost":393,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":655,"Cost":439,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":239,"Cost":144,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":214,"Cost":111,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":702,"Cost":430,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":81,"Cost":57,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":652,"Cost":600,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":914,"Cost":754,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":12,"Cost":10,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":893,"Cost":780,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":457,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":626,"Cost":423,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":361,"Cost":227,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":883,"Cost":469,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":116,"Cost":77,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":232,"Cost":153,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":716,"Cost":521,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":159,"Cost":95,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":876,"Cost":680,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":828,"Cost":508,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":357,"Cost":292,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":993,"Cost":808,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":829,"Cost":574,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":579,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":118,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":582,"Cost":470,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":97,"Cost":87,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":791,"Date":"11/9/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":711,"Cost":663,"Date":"3/27/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":774,"Cost":438,"Date":"4/17/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":120,"Cost":77,"Date":"8/11/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":902,"Date":"8/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":605,"Date":"9/2/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":778,"Cost":615,"Date":"9/5/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":846,"Cost":512,"Date":"9/14/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":769,"Cost":556,"Date":"9/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":203,"Cost":102,"Date":"11/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":980,"Cost":527,"Date":"12/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":423,"Cost":275,"Date":"1/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":81,"Cost":52,"Date":"1/21/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":298,"Cost":166,"Date":"2/9/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":507,"Cost":360,"Date":"3/19/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":456,"Cost":421,"Date":"4/3/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":505,"Cost":322,"Date":"4/5/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":541,"Cost":505,"Date":"4/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":188,"Cost":103,"Date":"7/10/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":973,"Cost":495,"Date":"3/25/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":185,"Cost":93,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":8,"Cost":4,"Date":"10/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":851,"Cost":758,"Date":"3/2/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":157,"Cost":136,"Date":"6/28/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":134,"Cost":84,"Date":"7/17/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":148,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":323,"Cost":211,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":566,"Cost":412,"Date":"11/20/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":32,"Cost":25,"Date":"12/16/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":43,"Cost":21,"Date":"12/30/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":740,"Cost":416,"Date":"2/15/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":802,"Cost":732,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":360,"Cost":313,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":519,"Cost":410,"Date":"4/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":291,"Cost":191,"Date":"7/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":588,"Cost":441,"Date":"8/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":342,"Cost":312,"Date":"10/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":198,"Cost":177,"Date":"11/11/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":258,"Cost":205,"Date":"11/30/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":401,"Cost":252,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":527,"Cost":325,"Date":"3/1/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":176,"Cost":107,"Date":"4/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":770,"Cost":532,"Date":"5/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":246,"Cost":158,"Date":"8/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":999,"Cost":624,"Date":"9/15/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":819,"Cost":626,"Date":"10/14/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":391,"Cost":311,"Date":"10/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":258,"Date":"11/11/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":702,"Cost":486,"Date":"12/7/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":565,"Cost":293,"Date":"12/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":538,"Cost":444,"Date":"1/6/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":621,"Cost":553,"Date":"1/23/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":939,"Cost":846,"Date":"2/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":617,"Cost":479,"Date":"3/10/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":215,"Cost":123,"Date":"3/12/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":277,"Cost":170,"Date":"3/31/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":857,"Cost":708,"Date":"6/16/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":435,"Cost":399,"Date":"6/17/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":847,"Cost":721,"Date":"8/27/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":687,"Cost":545,"Date":"10/1/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":269,"Cost":159,"Date":"11/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Nova","Country":"Brazil","Sale":588,"Cost":467,"Date":"11/9/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":250,"Cost":207,"Date":"3/27/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":24,"Cost":22,"Date":"4/17/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":593,"Cost":504,"Date":"8/11/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":726,"Cost":668,"Date":"8/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":46,"Cost":44,"Date":"9/2/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":489,"Cost":461,"Date":"9/5/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":366,"Cost":235,"Date":"9/14/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":574,"Cost":425,"Date":"9/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":54,"Cost":44,"Date":"11/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":255,"Cost":133,"Date":"12/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":698,"Cost":657,"Date":"1/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":723,"Cost":555,"Date":"1/21/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":402,"Cost":214,"Date":"2/9/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":977,"Cost":628,"Date":"3/19/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":915,"Cost":593,"Date":"4/3/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":307,"Cost":192,"Date":"4/5/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":568,"Cost":389,"Date":"4/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":441,"Cost":284,"Date":"7/10/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":217,"Cost":154,"Date":"3/25/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":524,"Cost":264,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":64,"Cost":52,"Date":"10/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":410,"Cost":384,"Date":"3/2/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":827,"Cost":773,"Date":"6/28/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":700,"Cost":614,"Date":"7/17/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":158,"Cost":133,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":550,"Cost":430,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":934,"Cost":778,"Date":"11/20/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":599,"Cost":330,"Date":"12/16/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":706,"Cost":594,"Date":"12/30/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":124,"Cost":70,"Date":"2/15/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":55,"Cost":42,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":223,"Cost":177,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":221,"Cost":176,"Date":"4/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":569,"Cost":417,"Date":"7/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":82,"Cost":77,"Date":"8/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":733,"Cost":374,"Date":"10/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":418,"Cost":377,"Date":"11/11/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":643,"Cost":394,"Date":"11/30/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":77,"Cost":68,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":533,"Cost":474,"Date":"3/1/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":680,"Cost":610,"Date":"4/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":314,"Cost":262,"Date":"5/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":12,"Cost":8,"Date":"8/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":543,"Cost":512,"Date":"9/15/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":408,"Cost":231,"Date":"10/14/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":826,"Cost":748,"Date":"10/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":533,"Cost":491,"Date":"11/11/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":931,"Cost":857,"Date":"12/7/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":247,"Cost":147,"Date":"12/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":669,"Cost":509,"Date":"1/6/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":331,"Cost":241,"Date":"1/23/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":111,"Cost":85,"Date":"2/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":332,"Cost":312,"Date":"3/10/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":360,"Cost":243,"Date":"3/12/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":142,"Cost":83,"Date":"3/31/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":105,"Cost":83,"Date":"6/16/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":559,"Cost":357,"Date":"6/17/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":810,"Cost":432,"Date":"8/27/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":149,"Cost":91,"Date":"10/1/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":34,"Cost":24,"Date":"11/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":882,"Cost":776,"Date":"11/9/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":463,"Cost":423,"Date":"3/27/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":348,"Date":"4/17/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":416,"Cost":237,"Date":"8/11/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":529,"Cost":312,"Date":"8/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":511,"Cost":259,"Date":"9/2/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":66,"Cost":33,"Date":"9/5/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":478,"Cost":384,"Date":"9/14/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":469,"Cost":248,"Date":"9/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":82,"Cost":48,"Date":"11/20/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":595,"Cost":345,"Date":"12/21/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":77,"Cost":51,"Date":"1/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":454,"Cost":385,"Date":"1/21/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":289,"Cost":268,"Date":"2/9/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":615,"Date":"3/19/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":178,"Cost":123,"Date":"4/3/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":62,"Cost":42,"Date":"4/5/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":679,"Cost":505,"Date":"4/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":965,"Cost":505,"Date":"7/10/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":966,"Cost":816,"Date":"3/25/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":763,"Cost":581,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":435,"Cost":337,"Date":"10/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":415,"Cost":271,"Date":"3/2/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":119,"Cost":80,"Date":"6/28/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":562,"Cost":283,"Date":"7/17/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":595,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":10,"Cost":8,"Date":"8/23/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":435,"Cost":247,"Date":"11/20/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":387,"Cost":203,"Date":"12/16/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":860,"Cost":778,"Date":"12/30/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":51,"Cost":42,"Date":"2/15/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":147,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":855,"Date":"3/7/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":338,"Cost":228,"Date":"4/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":752,"Cost":541,"Date":"7/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":251,"Cost":181,"Date":"8/18/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":980,"Cost":850,"Date":"10/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":82,"Date":"11/11/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":970,"Cost":765,"Date":"11/30/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":265,"Cost":211,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":830,"Cost":630,"Date":"3/1/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":95,"Cost":55,"Date":"4/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":845,"Cost":462,"Date":"5/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":71,"Cost":52,"Date":"8/13/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":868,"Cost":543,"Date":"9/15/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":493,"Cost":269,"Date":"10/14/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":951,"Cost":605,"Date":"10/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":702,"Date":"11/11/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":952,"Cost":636,"Date":"12/7/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":833,"Cost":788,"Date":"12/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":279,"Cost":182,"Date":"1/6/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":180,"Cost":135,"Date":"1/23/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":474,"Date":"2/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":479,"Cost":292,"Date":"3/10/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":820,"Cost":651,"Date":"3/12/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":865,"Date":"3/31/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":328,"Cost":211,"Date":"6/16/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":990,"Cost":722,"Date":"6/17/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":505,"Cost":358,"Date":"8/27/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":880,"Cost":645,"Date":"10/1/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":36,"Cost":33,"Date":"11/4/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":861,"Cost":536,"Date":"11/9/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":373,"Cost":269,"Date":"3/27/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":319,"Cost":195,"Date":"4/17/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":697,"Cost":360,"Date":"8/11/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":281,"Cost":156,"Date":"8/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":442,"Cost":382,"Date":"9/2/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":678,"Cost":510,"Date":"9/5/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":840,"Cost":627,"Date":"9/14/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":284,"Date":"9/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":703,"Cost":595,"Date":"11/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":240,"Cost":189,"Date":"12/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":378,"Date":"1/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":306,"Cost":215,"Date":"1/21/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":682,"Cost":477,"Date":"2/9/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":292,"Cost":277,"Date":"3/19/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":777,"Cost":556,"Date":"4/3/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":834,"Cost":771,"Date":"4/5/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":528,"Cost":325,"Date":"4/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":773,"Cost":684,"Date":"7/10/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":476,"Cost":354,"Date":"3/25/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":391,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":931,"Cost":684,"Date":"10/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":622,"Date":"3/2/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":630,"Cost":481,"Date":"6/28/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":280,"Cost":255,"Date":"7/17/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":669,"Cost":341,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":489,"Cost":419,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":263,"Cost":182,"Date":"11/20/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":397,"Cost":343,"Date":"12/16/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":997,"Cost":744,"Date":"12/30/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":106,"Cost":83,"Date":"2/15/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":213,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":215,"Cost":198,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":7,"Cost":7,"Date":"4/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":832,"Cost":724,"Date":"7/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":530,"Cost":492,"Date":"8/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":120,"Cost":113,"Date":"10/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":101,"Cost":66,"Date":"11/11/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":361,"Cost":313,"Date":"11/30/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":698,"Cost":497,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":243,"Date":"3/1/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":393,"Cost":366,"Date":"4/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":561,"Cost":337,"Date":"5/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":290,"Cost":275,"Date":"8/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":692,"Cost":439,"Date":"9/15/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":611,"Date":"10/14/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":449,"Cost":355,"Date":"10/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":651,"Cost":473,"Date":"11/11/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":986,"Cost":910,"Date":"12/7/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":304,"Cost":289,"Date":"12/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":367,"Cost":255,"Date":"1/6/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":541,"Cost":495,"Date":"1/23/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":420,"Cost":240,"Date":"2/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":938,"Cost":826,"Date":"3/10/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":415,"Cost":365,"Date":"3/12/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":537,"Cost":328,"Date":"3/31/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":228,"Date":"6/16/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":33,"Cost":25,"Date":"6/17/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":256,"Cost":238,"Date":"8/27/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":599,"Date":"10/1/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":567,"Cost":324,"Date":"11/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":753,"Cost":507,"Date":"11/9/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":525,"Date":"3/27/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":466,"Date":"4/17/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":771,"Cost":468,"Date":"8/11/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":822,"Cost":666,"Date":"8/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":517,"Date":"9/2/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":333,"Date":"9/5/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":370,"Cost":332,"Date":"9/14/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":951,"Cost":606,"Date":"9/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":950,"Date":"11/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":724,"Date":"12/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":884,"Cost":836,"Date":"1/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":635,"Cost":558,"Date":"1/21/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":90,"Date":"2/9/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":424,"Date":"3/19/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":488,"Cost":278,"Date":"4/3/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":992,"Cost":721,"Date":"4/5/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":342,"Date":"4/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":287,"Cost":187,"Date":"7/10/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":28,"Cost":25,"Date":"3/25/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":74,"Cost":59,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":658,"Cost":531,"Date":"10/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":3,"Cost":2,"Date":"3/2/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":187,"Cost":96,"Date":"6/28/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":204,"Cost":104,"Date":"7/17/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":206,"Cost":170,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":102,"Cost":56,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":457,"Cost":234,"Date":"11/20/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":426,"Date":"12/16/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":91,"Cost":58,"Date":"12/30/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":946,"Cost":758,"Date":"2/15/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":92,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":11,"Cost":7,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":751,"Cost":600,"Date":"4/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":185,"Cost":115,"Date":"7/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":272,"Cost":161,"Date":"8/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":70,"Cost":39,"Date":"10/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":467,"Cost":411,"Date":"11/11/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":625,"Cost":361,"Date":"11/30/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":635,"Cost":596,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":724,"Date":"3/1/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":353,"Cost":222,"Date":"4/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":379,"Date":"5/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":360,"Date":"8/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":163,"Cost":149,"Date":"9/15/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":105,"Cost":77,"Date":"10/14/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":663,"Cost":457,"Date":"10/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":908,"Cost":473,"Date":"11/11/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":823,"Cost":489,"Date":"12/7/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":181,"Date":"12/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":191,"Cost":156,"Date":"1/6/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":608,"Cost":313,"Date":"1/23/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":899,"Cost":842,"Date":"2/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":459,"Cost":246,"Date":"3/10/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":820,"Cost":649,"Date":"3/12/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":547,"Cost":450,"Date":"3/31/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":774,"Cost":635,"Date":"6/16/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":532,"Cost":446,"Date":"6/17/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":186,"Cost":177,"Date":"8/27/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":473,"Date":"10/1/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":210,"Cost":193,"Date":"11/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":918,"Cost":798,"Date":"11/9/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":427,"Cost":297,"Date":"3/27/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":983,"Cost":873,"Date":"4/17/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":863,"Cost":639,"Date":"8/11/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":228,"Cost":147,"Date":"8/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":500,"Date":"9/2/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":187,"Cost":125,"Date":"9/5/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":91,"Cost":54,"Date":"9/14/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":888,"Cost":709,"Date":"9/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":76,"Cost":42,"Date":"11/20/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":744,"Cost":399,"Date":"12/21/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":153,"Cost":139,"Date":"1/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":136,"Cost":81,"Date":"1/21/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":585,"Cost":377,"Date":"2/9/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":331,"Cost":215,"Date":"3/19/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":335,"Cost":176,"Date":"4/3/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":792,"Cost":648,"Date":"4/5/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":388,"Cost":367,"Date":"4/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":427,"Cost":307,"Date":"7/10/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":824,"Cost":533,"Date":"3/25/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":482,"Cost":420,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":41,"Cost":37,"Date":"10/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":118,"Cost":69,"Date":"3/2/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":664,"Cost":334,"Date":"6/28/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":633,"Cost":330,"Date":"7/17/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":997,"Cost":658,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":972,"Cost":823,"Date":"8/23/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":236,"Cost":160,"Date":"11/20/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":897,"Cost":494,"Date":"12/16/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":406,"Cost":361,"Date":"12/30/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":87,"Date":"2/15/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":510,"Cost":265,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":644,"Cost":339,"Date":"3/7/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":939,"Cost":474,"Date":"4/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":386,"Cost":352,"Date":"7/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":212,"Cost":198,"Date":"8/18/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":964,"Cost":742,"Date":"10/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":754,"Date":"11/11/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":628,"Cost":543,"Date":"11/30/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":21,"Cost":20,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":151,"Cost":89,"Date":"3/1/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":926,"Cost":521,"Date":"4/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":532,"Cost":472,"Date":"5/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":283,"Cost":144,"Date":"8/13/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":819,"Cost":734,"Date":"9/15/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":397,"Cost":319,"Date":"10/14/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":427,"Cost":316,"Date":"10/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":650,"Date":"11/11/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":813,"Cost":483,"Date":"12/7/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":462,"Cost":397,"Date":"12/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":214,"Date":"1/6/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":306,"Date":"1/23/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":5,"Cost":5,"Date":"2/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":920,"Cost":757,"Date":"3/10/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":543,"Cost":276,"Date":"3/12/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":924,"Cost":573,"Date":"3/31/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":608,"Cost":343,"Date":"6/16/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":765,"Cost":427,"Date":"6/17/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":903,"Cost":623,"Date":"8/27/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":397,"Cost":261,"Date":"10/1/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":364,"Cost":229,"Date":"11/4/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":687,"Cost":524,"Date":"11/9/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":931,"Cost":864,"Date":"3/27/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":697,"Cost":566,"Date":"4/17/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":831,"Cost":444,"Date":"8/11/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":857,"Cost":704,"Date":"8/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":929,"Cost":647,"Date":"9/2/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":337,"Cost":295,"Date":"9/5/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":630,"Cost":497,"Date":"9/14/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":681,"Cost":538,"Date":"9/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":313,"Cost":262,"Date":"11/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":230,"Cost":116,"Date":"12/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":578,"Cost":315,"Date":"1/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":101,"Cost":65,"Date":"1/21/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":668,"Date":"2/9/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":673,"Cost":620,"Date":"3/19/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":149,"Cost":114,"Date":"4/3/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":618,"Cost":511,"Date":"4/5/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":315,"Cost":245,"Date":"4/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":511,"Date":"7/10/2019"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":648,"Cost":397,"Date":"3/25/2020"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":16,"Cost":11,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":273,"Cost":151,"Date":"10/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":749,"Cost":666,"Date":"3/2/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":623,"Cost":491,"Date":"6/28/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":531,"Cost":392,"Date":"7/17/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":685,"Cost":543,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":856,"Cost":507,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":917,"Cost":654,"Date":"11/20/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":665,"Date":"12/16/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":798,"Cost":714,"Date":"12/30/2021"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":649,"Cost":520,"Date":"2/15/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":222,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":312,"Cost":225,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":637,"Cost":531,"Date":"4/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":72,"Cost":45,"Date":"7/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":738,"Cost":569,"Date":"8/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":772,"Cost":569,"Date":"10/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":935,"Cost":632,"Date":"11/11/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":129,"Cost":110,"Date":"11/30/2022"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":843,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":315,"Cost":262,"Date":"3/1/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":721,"Cost":640,"Date":"4/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":291,"Cost":244,"Date":"5/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":636,"Cost":420,"Date":"8/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":501,"Cost":351,"Date":"9/15/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":12,"Cost":10,"Date":"10/14/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":400,"Cost":317,"Date":"10/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":888,"Cost":668,"Date":"11/11/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":179,"Cost":122,"Date":"12/7/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":372,"Cost":327,"Date":"12/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":378,"Cost":318,"Date":"1/6/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":491,"Cost":429,"Date":"1/23/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":61,"Cost":47,"Date":"2/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":179,"Date":"3/10/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":577,"Cost":423,"Date":"3/12/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":788,"Cost":395,"Date":"3/31/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":233,"Cost":130,"Date":"6/16/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":591,"Cost":519,"Date":"6/17/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":712,"Cost":580,"Date":"8/27/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":308,"Cost":235,"Date":"10/1/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":412,"Cost":375,"Date":"11/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":69,"Cost":48,"Date":"11/9/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":267,"Cost":251,"Date":"3/27/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":989,"Cost":599,"Date":"4/17/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":901,"Cost":556,"Date":"8/11/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":79,"Cost":53,"Date":"8/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":997,"Cost":706,"Date":"9/2/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":627,"Cost":551,"Date":"9/5/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":898,"Cost":722,"Date":"9/14/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":24,"Cost":15,"Date":"9/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":101,"Cost":67,"Date":"11/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":438,"Cost":294,"Date":"12/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":709,"Cost":589,"Date":"1/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":392,"Cost":281,"Date":"1/21/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":643,"Cost":324,"Date":"2/9/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":701,"Cost":605,"Date":"3/19/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":55,"Cost":42,"Date":"4/3/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":825,"Cost":471,"Date":"4/5/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":353,"Cost":180,"Date":"4/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":246,"Cost":203,"Date":"7/10/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":934,"Cost":620,"Date":"3/25/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":695,"Cost":481,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":992,"Cost":691,"Date":"10/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":426,"Cost":384,"Date":"3/2/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":107,"Cost":67,"Date":"6/28/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":158,"Cost":109,"Date":"7/17/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":403,"Cost":285,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":354,"Cost":258,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":70,"Cost":62,"Date":"11/20/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":358,"Cost":294,"Date":"12/16/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":324,"Cost":201,"Date":"12/30/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":928,"Cost":517,"Date":"2/15/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":822,"Cost":510,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":957,"Cost":875,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":177,"Cost":110,"Date":"4/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":673,"Date":"7/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":650,"Cost":564,"Date":"8/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":899,"Cost":801,"Date":"10/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":930,"Cost":749,"Date":"11/11/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":553,"Cost":478,"Date":"11/30/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":733,"Cost":594,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":635,"Cost":500,"Date":"3/1/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":165,"Cost":138,"Date":"4/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":928,"Cost":660,"Date":"5/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":902,"Cost":767,"Date":"8/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":538,"Cost":387,"Date":"9/15/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":989,"Cost":800,"Date":"10/14/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":580,"Cost":380,"Date":"10/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":641,"Cost":493,"Date":"11/11/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":484,"Cost":451,"Date":"12/7/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":279,"Cost":205,"Date":"12/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":859,"Cost":728,"Date":"1/6/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":282,"Date":"1/23/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":734,"Cost":543,"Date":"2/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":972,"Cost":744,"Date":"3/10/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":211,"Cost":170,"Date":"3/12/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":754,"Cost":699,"Date":"3/31/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":326,"Cost":185,"Date":"6/16/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":189,"Cost":145,"Date":"6/17/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":110,"Cost":86,"Date":"8/27/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":51,"Cost":43,"Date":"10/1/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":578,"Cost":438,"Date":"11/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":589,"Cost":526,"Date":"11/9/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":126,"Cost":92,"Date":"3/27/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":572,"Cost":436,"Date":"4/17/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":446,"Cost":252,"Date":"8/11/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":754,"Cost":527,"Date":"8/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":666,"Cost":625,"Date":"9/2/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":242,"Cost":197,"Date":"9/5/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":460,"Cost":265,"Date":"9/14/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":63,"Cost":41,"Date":"9/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":452,"Cost":429,"Date":"11/20/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":665,"Cost":613,"Date":"12/21/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":52,"Cost":41,"Date":"1/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":311,"Date":"1/21/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":376,"Cost":256,"Date":"2/9/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":381,"Cost":252,"Date":"3/19/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":903,"Cost":469,"Date":"4/3/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":292,"Cost":203,"Date":"4/5/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":310,"Cost":196,"Date":"4/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":354,"Cost":255,"Date":"7/10/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":989,"Cost":603,"Date":"3/25/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":569,"Cost":349,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":124,"Date":"10/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":555,"Cost":508,"Date":"3/2/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":679,"Cost":475,"Date":"6/28/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":430,"Date":"7/17/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":294,"Cost":256,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":154,"Date":"8/23/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":150,"Cost":91,"Date":"11/20/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":988,"Cost":626,"Date":"12/16/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":259,"Cost":160,"Date":"12/30/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":597,"Cost":315,"Date":"2/15/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":62,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":238,"Cost":134,"Date":"3/7/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":550,"Cost":337,"Date":"4/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":294,"Cost":241,"Date":"7/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":12,"Cost":11,"Date":"8/18/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":845,"Cost":521,"Date":"10/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":173,"Date":"11/11/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":277,"Cost":156,"Date":"11/30/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":76,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":552,"Cost":479,"Date":"3/1/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":411,"Cost":264,"Date":"4/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":759,"Cost":427,"Date":"5/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":63,"Cost":58,"Date":"8/13/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":751,"Cost":701,"Date":"9/15/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":554,"Cost":396,"Date":"10/14/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":43,"Cost":39,"Date":"10/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":423,"Cost":393,"Date":"11/11/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":514,"Cost":303,"Date":"12/7/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":137,"Cost":126,"Date":"12/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":532,"Cost":361,"Date":"1/6/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":943,"Cost":520,"Date":"1/23/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":886,"Cost":740,"Date":"2/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":282,"Cost":191,"Date":"3/10/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":264,"Cost":185,"Date":"3/12/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":508,"Date":"3/31/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":497,"Cost":353,"Date":"6/16/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":901,"Cost":794,"Date":"6/17/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":688,"Cost":355,"Date":"8/27/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":908,"Cost":814,"Date":"10/1/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":445,"Cost":247,"Date":"11/4/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":698,"Cost":662,"Date":"11/9/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":502,"Date":"3/27/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":892,"Cost":838,"Date":"4/17/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":117,"Cost":74,"Date":"8/11/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":551,"Date":"8/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":600,"Cost":434,"Date":"9/2/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":425,"Cost":232,"Date":"9/5/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":652,"Cost":586,"Date":"9/14/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":227,"Cost":206,"Date":"9/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":257,"Cost":232,"Date":"11/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":560,"Date":"12/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":968,"Cost":748,"Date":"1/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":510,"Cost":401,"Date":"1/21/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":278,"Cost":149,"Date":"2/9/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":148,"Cost":124,"Date":"3/19/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":494,"Cost":289,"Date":"4/3/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":177,"Cost":104,"Date":"4/5/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":538,"Cost":437,"Date":"4/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":882,"Cost":569,"Date":"7/10/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":609,"Cost":531,"Date":"3/25/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":519,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":753,"Cost":569,"Date":"10/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":388,"Date":"3/2/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":409,"Cost":267,"Date":"6/28/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":634,"Cost":510,"Date":"7/17/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":58,"Cost":51,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":21,"Cost":20,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":663,"Date":"11/20/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":877,"Cost":644,"Date":"12/16/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":155,"Cost":124,"Date":"12/30/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":250,"Cost":233,"Date":"2/15/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":35,"Cost":32,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":483,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":19,"Cost":16,"Date":"4/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":878,"Cost":666,"Date":"7/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":452,"Cost":282,"Date":"8/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":57,"Cost":51,"Date":"10/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":598,"Cost":441,"Date":"11/11/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":231,"Cost":210,"Date":"11/30/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":647,"Cost":461,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":772,"Date":"3/1/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":204,"Cost":157,"Date":"4/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":553,"Cost":310,"Date":"5/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":178,"Cost":150,"Date":"8/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":100,"Cost":88,"Date":"9/15/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":145,"Cost":102,"Date":"10/14/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":840,"Cost":636,"Date":"10/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":989,"Cost":643,"Date":"11/11/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":789,"Cost":683,"Date":"12/7/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":607,"Cost":332,"Date":"12/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":643,"Cost":366,"Date":"1/6/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":411,"Cost":244,"Date":"1/23/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":898,"Cost":807,"Date":"2/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":532,"Cost":484,"Date":"3/10/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":35,"Cost":25,"Date":"3/12/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":515,"Cost":273,"Date":"3/31/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":165,"Date":"6/16/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":959,"Cost":700,"Date":"6/17/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":541,"Cost":366,"Date":"8/27/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":839,"Cost":434,"Date":"10/1/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":589,"Cost":378,"Date":"11/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":537,"Cost":360,"Date":"11/9/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":95,"Cost":78,"Date":"3/27/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":198,"Cost":133,"Date":"4/17/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":920,"Cost":710,"Date":"8/11/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":173,"Cost":90,"Date":"8/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":598,"Cost":539,"Date":"9/2/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":680,"Cost":417,"Date":"9/5/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":27,"Cost":22,"Date":"9/14/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":735,"Cost":594,"Date":"9/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":919,"Cost":521,"Date":"11/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":781,"Cost":485,"Date":"12/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":384,"Cost":316,"Date":"1/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":390,"Cost":292,"Date":"1/21/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":745,"Cost":387,"Date":"2/9/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":384,"Cost":363,"Date":"3/19/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":387,"Cost":313,"Date":"4/3/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":353,"Cost":288,"Date":"4/5/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":20,"Cost":15,"Date":"4/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":532,"Cost":397,"Date":"7/10/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":897,"Cost":571,"Date":"3/25/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":826,"Cost":522,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":630,"Cost":423,"Date":"10/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":459,"Date":"3/2/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":408,"Cost":298,"Date":"6/28/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":28,"Cost":17,"Date":"7/17/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":743,"Cost":492,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":629,"Cost":355,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":410,"Date":"11/20/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":514,"Cost":477,"Date":"12/16/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":996,"Cost":676,"Date":"12/30/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":276,"Cost":217,"Date":"2/15/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":763,"Cost":478,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":242,"Cost":158,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":687,"Cost":593,"Date":"4/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":990,"Cost":578,"Date":"7/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":339,"Cost":269,"Date":"8/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":786,"Cost":444,"Date":"10/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":657,"Cost":623,"Date":"11/11/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":846,"Cost":603,"Date":"11/30/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":373,"Cost":338,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":378,"Cost":273,"Date":"3/1/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":305,"Cost":244,"Date":"4/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":240,"Cost":137,"Date":"5/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":516,"Cost":383,"Date":"8/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":64,"Cost":60,"Date":"9/15/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":193,"Date":"10/14/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":468,"Cost":366,"Date":"10/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":996,"Cost":536,"Date":"11/11/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":15,"Cost":15,"Date":"12/7/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":400,"Cost":309,"Date":"12/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":996,"Cost":649,"Date":"1/6/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":285,"Cost":233,"Date":"1/23/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":789,"Cost":464,"Date":"2/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":402,"Cost":292,"Date":"3/10/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":324,"Cost":279,"Date":"3/12/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":423,"Cost":253,"Date":"3/31/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":759,"Date":"6/16/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":238,"Cost":144,"Date":"6/17/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":625,"Cost":489,"Date":"8/27/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":860,"Cost":455,"Date":"10/1/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":941,"Cost":626,"Date":"11/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":219,"Date":"11/9/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":954,"Cost":859,"Date":"3/27/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":990,"Cost":851,"Date":"4/17/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":397,"Cost":299,"Date":"8/11/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":446,"Cost":362,"Date":"8/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":69,"Cost":46,"Date":"9/2/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":550,"Cost":321,"Date":"9/5/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":587,"Cost":516,"Date":"9/14/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":71,"Date":"9/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":876,"Cost":467,"Date":"11/20/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":91,"Cost":52,"Date":"12/21/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":5,"Cost":3,"Date":"1/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":170,"Cost":138,"Date":"1/21/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":342,"Date":"2/9/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":429,"Cost":370,"Date":"3/19/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":433,"Cost":251,"Date":"4/3/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":736,"Cost":374,"Date":"4/5/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":533,"Date":"4/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":519,"Date":"7/10/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":424,"Date":"3/25/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":305,"Cost":287,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":844,"Cost":500,"Date":"10/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":925,"Cost":843,"Date":"3/2/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":29,"Date":"6/28/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":129,"Cost":90,"Date":"7/17/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":406,"Cost":349,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":178,"Cost":151,"Date":"8/23/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":392,"Cost":347,"Date":"11/20/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":70,"Cost":49,"Date":"12/16/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":404,"Cost":363,"Date":"12/30/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":527,"Cost":315,"Date":"2/15/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":664,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":500,"Date":"3/7/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":360,"Cost":251,"Date":"4/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":912,"Cost":767,"Date":"7/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":247,"Date":"8/18/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":811,"Cost":521,"Date":"10/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":242,"Date":"11/11/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":338,"Cost":261,"Date":"11/30/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":534,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":48,"Cost":43,"Date":"3/1/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":567,"Cost":485,"Date":"4/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":403,"Cost":308,"Date":"5/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":814,"Cost":705,"Date":"8/13/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":100,"Date":"9/15/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":930,"Cost":811,"Date":"10/14/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":490,"Date":"10/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":311,"Date":"11/11/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":380,"Date":"12/7/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":747,"Cost":707,"Date":"12/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":152,"Cost":139,"Date":"1/6/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":349,"Date":"1/23/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":588,"Cost":309,"Date":"2/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":824,"Cost":569,"Date":"3/10/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":482,"Cost":420,"Date":"3/12/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":333,"Cost":262,"Date":"3/31/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":712,"Cost":525,"Date":"6/16/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":114,"Date":"6/17/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":688,"Date":"8/27/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":175,"Date":"10/1/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":709,"Cost":443,"Date":"11/4/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":74,"Date":"11/9/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":920,"Cost":855,"Date":"3/27/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":90,"Cost":56,"Date":"4/17/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":867,"Cost":596,"Date":"8/11/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":544,"Cost":380,"Date":"8/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":81,"Cost":77,"Date":"9/2/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":404,"Cost":282,"Date":"9/5/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":371,"Date":"9/14/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":327,"Cost":240,"Date":"9/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":245,"Cost":207,"Date":"11/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":610,"Cost":481,"Date":"12/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":353,"Date":"1/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":713,"Cost":492,"Date":"1/21/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":643,"Date":"2/9/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":108,"Date":"3/19/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":345,"Cost":302,"Date":"4/3/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":6,"Cost":3,"Date":"4/5/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":669,"Cost":627,"Date":"4/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":100,"Cost":75,"Date":"7/10/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":847,"Cost":620,"Date":"3/25/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":794,"Cost":750,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":149,"Cost":133,"Date":"10/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":393,"Date":"3/2/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":438,"Cost":398,"Date":"6/28/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":144,"Date":"7/17/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":943,"Cost":790,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":915,"Cost":668,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":489,"Date":"11/20/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":549,"Cost":459,"Date":"12/16/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":710,"Cost":454,"Date":"12/30/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":337,"Date":"2/15/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":646,"Cost":350,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":22,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":175,"Cost":127,"Date":"4/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":841,"Cost":631,"Date":"7/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":995,"Cost":522,"Date":"8/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":879,"Cost":743,"Date":"10/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":846,"Cost":723,"Date":"11/11/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":139,"Cost":97,"Date":"11/30/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":4,"Cost":2,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":11,"Cost":5,"Date":"3/1/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":666,"Date":"4/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":406,"Cost":376,"Date":"5/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":691,"Date":"8/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":359,"Cost":220,"Date":"9/15/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":744,"Cost":460,"Date":"10/14/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":94,"Cost":85,"Date":"10/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":372,"Cost":266,"Date":"11/11/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":182,"Cost":115,"Date":"12/7/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":144,"Cost":74,"Date":"12/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":217,"Date":"1/6/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":827,"Cost":718,"Date":"1/23/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":598,"Cost":564,"Date":"2/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":498,"Cost":274,"Date":"3/10/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":891,"Cost":574,"Date":"3/12/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":978,"Cost":902,"Date":"3/31/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":252,"Cost":190,"Date":"6/16/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":368,"Cost":258,"Date":"6/17/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":610,"Cost":326,"Date":"8/27/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":260,"Cost":182,"Date":"10/1/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":738,"Cost":552,"Date":"11/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":992,"Cost":555,"Date":"11/9/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":164,"Cost":115,"Date":"3/27/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":60,"Cost":46,"Date":"4/17/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":73,"Cost":50,"Date":"8/11/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":677,"Cost":629,"Date":"8/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":392,"Cost":322,"Date":"9/2/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":784,"Cost":733,"Date":"9/5/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":836,"Cost":513,"Date":"9/14/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":146,"Cost":133,"Date":"9/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":576,"Cost":498,"Date":"11/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":489,"Cost":410,"Date":"12/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":465,"Cost":320,"Date":"1/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":491,"Cost":346,"Date":"1/21/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":18,"Cost":17,"Date":"2/9/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":363,"Cost":268,"Date":"3/19/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":205,"Cost":195,"Date":"4/3/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":552,"Cost":522,"Date":"4/5/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":416,"Cost":343,"Date":"4/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":658,"Cost":350,"Date":"7/10/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":130,"Cost":111,"Date":"3/25/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":140,"Cost":113,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":631,"Cost":495,"Date":"10/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":635,"Cost":597,"Date":"3/2/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":845,"Cost":555,"Date":"6/28/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":108,"Cost":99,"Date":"7/17/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":627,"Cost":397,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":239,"Cost":153,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":290,"Cost":265,"Date":"11/20/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":980,"Cost":566,"Date":"12/16/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":968,"Cost":693,"Date":"12/30/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":34,"Cost":19,"Date":"2/15/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":788,"Cost":551,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":860,"Cost":773,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":292,"Cost":258,"Date":"4/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":39,"Cost":37,"Date":"7/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":808,"Cost":412,"Date":"8/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":844,"Cost":426,"Date":"10/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":826,"Cost":446,"Date":"11/11/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":477,"Cost":311,"Date":"11/30/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":272,"Cost":181,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":849,"Cost":611,"Date":"3/1/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":557,"Cost":488,"Date":"4/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":831,"Cost":576,"Date":"5/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":800,"Cost":703,"Date":"8/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":994,"Cost":921,"Date":"9/15/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":123,"Cost":67,"Date":"10/14/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":949,"Cost":731,"Date":"10/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":446,"Cost":250,"Date":"11/11/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":433,"Cost":239,"Date":"12/7/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":870,"Cost":488,"Date":"12/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":493,"Cost":351,"Date":"1/6/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":583,"Cost":328,"Date":"1/23/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":542,"Cost":430,"Date":"2/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":463,"Cost":354,"Date":"3/10/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":629,"Cost":549,"Date":"3/12/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":593,"Cost":410,"Date":"3/31/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":140,"Cost":127,"Date":"6/16/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":634,"Cost":526,"Date":"6/17/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":596,"Cost":317,"Date":"8/27/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":922,"Cost":655,"Date":"10/1/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":397,"Cost":284,"Date":"11/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":554,"Cost":430,"Date":"11/9/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":800,"Cost":611,"Date":"3/27/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":823,"Cost":742,"Date":"4/17/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":315,"Cost":277,"Date":"8/11/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":342,"Cost":270,"Date":"8/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":661,"Cost":425,"Date":"9/2/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":551,"Cost":510,"Date":"9/5/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":293,"Cost":262,"Date":"9/14/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":726,"Cost":570,"Date":"9/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":58,"Cost":55,"Date":"11/20/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":875,"Cost":625,"Date":"12/21/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":30,"Cost":24,"Date":"1/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":159,"Cost":115,"Date":"1/21/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":265,"Cost":241,"Date":"2/9/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":767,"Cost":512,"Date":"3/19/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":250,"Cost":180,"Date":"4/3/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":191,"Cost":101,"Date":"4/5/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":714,"Cost":603,"Date":"4/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":91,"Cost":48,"Date":"7/10/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":981,"Cost":928,"Date":"3/25/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":872,"Cost":589,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":40,"Cost":27,"Date":"10/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":540,"Cost":276,"Date":"3/2/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":50,"Cost":28,"Date":"6/28/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":381,"Cost":274,"Date":"7/17/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":253,"Cost":137,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":713,"Cost":523,"Date":"8/23/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":711,"Cost":620,"Date":"11/20/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":344,"Cost":279,"Date":"12/16/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":951,"Cost":659,"Date":"12/30/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":201,"Cost":181,"Date":"2/15/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":406,"Cost":357,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":172,"Cost":125,"Date":"3/7/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":386,"Cost":193,"Date":"4/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":627,"Cost":330,"Date":"7/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":930,"Cost":881,"Date":"8/18/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":775,"Cost":728,"Date":"10/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":172,"Cost":144,"Date":"11/11/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":209,"Cost":125,"Date":"11/30/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":396,"Cost":349,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":871,"Cost":445,"Date":"3/1/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":778,"Cost":539,"Date":"4/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":563,"Cost":488,"Date":"5/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":773,"Cost":536,"Date":"8/13/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":142,"Cost":82,"Date":"9/15/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":956,"Cost":583,"Date":"10/14/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":843,"Cost":686,"Date":"10/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":421,"Cost":346,"Date":"11/11/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":57,"Cost":41,"Date":"12/7/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":806,"Cost":645,"Date":"12/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":621,"Cost":418,"Date":"1/6/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":42,"Cost":35,"Date":"1/23/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":438,"Cost":280,"Date":"2/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":963,"Cost":639,"Date":"3/10/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":620,"Cost":537,"Date":"3/12/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":197,"Cost":176,"Date":"3/31/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":66,"Cost":46,"Date":"6/16/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":809,"Cost":534,"Date":"6/17/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":40,"Cost":32,"Date":"8/27/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":152,"Cost":133,"Date":"10/1/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":380,"Cost":248,"Date":"11/4/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":872,"Cost":591,"Date":"11/9/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":463,"Cost":435,"Date":"3/27/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":610,"Cost":482,"Date":"4/17/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":682,"Cost":499,"Date":"8/11/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":306,"Cost":180,"Date":"8/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":541,"Cost":465,"Date":"9/2/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":557,"Cost":422,"Date":"9/5/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":122,"Cost":78,"Date":"9/14/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":653,"Cost":571,"Date":"9/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":273,"Cost":187,"Date":"11/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":28,"Cost":21,"Date":"12/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":493,"Cost":324,"Date":"1/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":282,"Cost":209,"Date":"1/21/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":923,"Cost":623,"Date":"2/9/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":151,"Cost":104,"Date":"3/19/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":907,"Cost":474,"Date":"4/3/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":24,"Cost":20,"Date":"4/5/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":306,"Cost":232,"Date":"4/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":112,"Cost":86,"Date":"7/10/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":557,"Cost":437,"Date":"3/25/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":491,"Cost":403,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":947,"Cost":737,"Date":"10/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":973,"Cost":922,"Date":"3/2/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":379,"Cost":205,"Date":"6/28/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":672,"Cost":503,"Date":"7/17/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":487,"Cost":325,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":19,"Cost":15,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":495,"Cost":351,"Date":"11/20/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":557,"Cost":460,"Date":"12/16/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":551,"Cost":510,"Date":"12/30/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":549,"Cost":511,"Date":"2/15/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":555,"Cost":448,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":202,"Cost":131,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":892,"Cost":810,"Date":"4/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":212,"Cost":201,"Date":"7/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":929,"Cost":542,"Date":"8/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":532,"Cost":495,"Date":"10/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":610,"Cost":520,"Date":"11/11/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":929,"Cost":791,"Date":"11/30/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":963,"Cost":787,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":551,"Cost":421,"Date":"3/1/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":165,"Cost":106,"Date":"4/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":180,"Cost":106,"Date":"5/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":78,"Cost":73,"Date":"8/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":376,"Cost":319,"Date":"9/15/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":518,"Cost":489,"Date":"10/14/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":184,"Cost":153,"Date":"10/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":318,"Cost":233,"Date":"11/11/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":90,"Cost":75,"Date":"12/7/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":648,"Cost":562,"Date":"12/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":963,"Cost":684,"Date":"1/6/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":599,"Cost":356,"Date":"1/23/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":589,"Cost":329,"Date":"2/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":420,"Cost":264,"Date":"3/10/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":122,"Cost":106,"Date":"3/12/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":781,"Cost":409,"Date":"3/31/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":465,"Cost":276,"Date":"6/16/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":15,"Cost":11,"Date":"6/17/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":272,"Cost":173,"Date":"8/27/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":722,"Cost":424,"Date":"10/1/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":411,"Cost":212,"Date":"11/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":97,"Cost":67,"Date":"11/9/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":97,"Cost":82,"Date":"3/27/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":66,"Cost":58,"Date":"4/17/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":371,"Cost":317,"Date":"8/11/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":109,"Cost":77,"Date":"8/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":607,"Cost":499,"Date":"9/2/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":21,"Cost":18,"Date":"9/5/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":389,"Date":"9/14/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":467,"Cost":418,"Date":"9/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":917,"Cost":755,"Date":"11/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":218,"Cost":169,"Date":"12/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":380,"Cost":321,"Date":"1/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":624,"Date":"1/21/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":645,"Cost":355,"Date":"2/9/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":653,"Cost":545,"Date":"3/19/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":757,"Cost":430,"Date":"4/3/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":40,"Date":"4/5/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":897,"Cost":563,"Date":"4/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":499,"Cost":450,"Date":"7/10/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":831,"Cost":690,"Date":"3/25/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":715,"Cost":471,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":247,"Cost":159,"Date":"10/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":951,"Cost":507,"Date":"3/2/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":256,"Cost":152,"Date":"6/28/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":222,"Date":"7/17/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":425,"Cost":330,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":403,"Cost":365,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":74,"Cost":45,"Date":"11/20/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":286,"Cost":160,"Date":"12/16/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":126,"Cost":72,"Date":"12/30/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":286,"Cost":186,"Date":"2/15/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":205,"Cost":193,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":351,"Cost":286,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":96,"Cost":76,"Date":"4/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":410,"Cost":334,"Date":"7/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":381,"Date":"8/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":496,"Cost":270,"Date":"10/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":807,"Cost":647,"Date":"11/11/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":408,"Cost":321,"Date":"11/30/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":724,"Cost":619,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":831,"Cost":629,"Date":"3/1/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":966,"Cost":675,"Date":"4/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":398,"Cost":272,"Date":"5/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":916,"Cost":537,"Date":"8/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":314,"Cost":191,"Date":"9/15/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":167,"Date":"10/14/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":322,"Cost":252,"Date":"10/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":87,"Cost":58,"Date":"11/11/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":331,"Cost":309,"Date":"12/7/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":456,"Cost":244,"Date":"12/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":198,"Cost":163,"Date":"1/6/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":748,"Cost":558,"Date":"1/23/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":562,"Cost":469,"Date":"2/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":824,"Cost":713,"Date":"3/10/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":971,"Cost":822,"Date":"3/12/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":474,"Cost":248,"Date":"3/31/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":315,"Date":"6/16/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":770,"Cost":531,"Date":"6/17/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":170,"Cost":136,"Date":"8/27/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":361,"Cost":198,"Date":"10/1/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":443,"Cost":232,"Date":"11/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":211,"Cost":131,"Date":"11/9/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":829,"Cost":779,"Date":"3/27/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":726,"Cost":563,"Date":"4/17/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":845,"Cost":613,"Date":"8/11/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":468,"Cost":358,"Date":"8/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":253,"Date":"9/2/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":699,"Cost":494,"Date":"9/5/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":729,"Cost":491,"Date":"9/14/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":667,"Cost":547,"Date":"9/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":610,"Cost":469,"Date":"11/20/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":477,"Cost":303,"Date":"12/21/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":616,"Cost":484,"Date":"1/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":773,"Cost":626,"Date":"1/21/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":231,"Cost":194,"Date":"2/9/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":203,"Cost":127,"Date":"3/19/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":902,"Cost":759,"Date":"4/3/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":874,"Cost":481,"Date":"4/5/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":778,"Cost":709,"Date":"4/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":919,"Cost":745,"Date":"7/10/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":975,"Cost":618,"Date":"3/25/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":439,"Cost":268,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":343,"Cost":207,"Date":"10/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":353,"Cost":216,"Date":"3/2/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":468,"Cost":373,"Date":"6/28/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":306,"Cost":165,"Date":"7/17/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":133,"Cost":106,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":872,"Cost":764,"Date":"8/23/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":291,"Cost":148,"Date":"11/20/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":880,"Cost":691,"Date":"12/16/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":152,"Date":"12/30/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":428,"Cost":317,"Date":"2/15/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":301,"Cost":237,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":810,"Cost":629,"Date":"3/7/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":820,"Cost":477,"Date":"4/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":966,"Cost":704,"Date":"7/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":354,"Cost":278,"Date":"8/18/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":138,"Cost":89,"Date":"10/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":891,"Cost":685,"Date":"11/11/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":483,"Cost":385,"Date":"11/30/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":528,"Cost":366,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":476,"Cost":323,"Date":"3/1/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":697,"Cost":589,"Date":"4/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":223,"Cost":140,"Date":"5/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":260,"Cost":150,"Date":"8/13/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":48,"Date":"9/15/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":200,"Cost":149,"Date":"10/14/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":981,"Cost":540,"Date":"10/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":409,"Cost":282,"Date":"11/11/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":247,"Cost":185,"Date":"12/7/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":357,"Cost":307,"Date":"12/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":241,"Cost":197,"Date":"1/6/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":499,"Date":"1/23/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":565,"Cost":371,"Date":"2/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":798,"Cost":741,"Date":"3/10/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":43,"Cost":36,"Date":"3/12/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":698,"Cost":349,"Date":"3/31/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":76,"Cost":55,"Date":"6/16/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":597,"Cost":298,"Date":"6/17/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":391,"Cost":230,"Date":"8/27/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":123,"Cost":75,"Date":"10/1/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":626,"Cost":373,"Date":"11/4/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":403,"Cost":352,"Date":"11/9/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":272,"Cost":166,"Date":"3/27/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":239,"Cost":140,"Date":"4/17/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":229,"Cost":197,"Date":"8/11/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":126,"Cost":97,"Date":"8/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":736,"Cost":534,"Date":"9/2/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":561,"Date":"9/5/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":596,"Date":"9/14/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":485,"Cost":442,"Date":"9/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":458,"Cost":319,"Date":"11/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":63,"Date":"12/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":499,"Date":"1/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":608,"Cost":568,"Date":"1/21/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":309,"Cost":294,"Date":"2/9/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":582,"Cost":350,"Date":"3/19/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":456,"Cost":401,"Date":"4/3/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":578,"Cost":525,"Date":"4/5/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":227,"Date":"4/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":283,"Cost":228,"Date":"7/10/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":216,"Cost":175,"Date":"3/25/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":176,"Cost":131,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":40,"Cost":38,"Date":"10/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":121,"Cost":91,"Date":"3/2/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":766,"Cost":511,"Date":"6/28/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":281,"Cost":158,"Date":"7/17/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":507,"Cost":329,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":593,"Cost":542,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":195,"Cost":113,"Date":"11/20/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":768,"Cost":587,"Date":"12/16/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":575,"Cost":436,"Date":"12/30/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":65,"Date":"2/15/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":250,"Cost":222,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":724,"Cost":451,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":520,"Cost":399,"Date":"4/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":884,"Cost":830,"Date":"7/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":408,"Cost":384,"Date":"8/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":979,"Cost":653,"Date":"10/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":855,"Cost":649,"Date":"11/11/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":49,"Cost":32,"Date":"11/30/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":4,"Cost":2,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":190,"Cost":130,"Date":"3/1/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":807,"Cost":424,"Date":"4/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":109,"Cost":83,"Date":"5/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":366,"Cost":322,"Date":"8/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":152,"Cost":116,"Date":"9/15/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":6,"Cost":4,"Date":"10/14/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":256,"Cost":162,"Date":"10/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":995,"Cost":564,"Date":"11/11/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":439,"Date":"12/7/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":674,"Cost":382,"Date":"12/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":37,"Cost":32,"Date":"1/6/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":505,"Cost":371,"Date":"1/23/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":391,"Cost":325,"Date":"2/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":498,"Cost":425,"Date":"3/10/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":199,"Cost":172,"Date":"3/12/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":946,"Cost":830,"Date":"3/31/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":900,"Cost":562,"Date":"6/16/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":171,"Cost":159,"Date":"6/17/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":899,"Cost":770,"Date":"8/27/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":994,"Cost":675,"Date":"10/1/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":673,"Cost":367,"Date":"11/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":100,"Date":"11/9/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":556,"Date":"3/27/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":970,"Cost":673,"Date":"4/17/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":813,"Cost":594,"Date":"8/11/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":442,"Cost":402,"Date":"8/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":148,"Cost":132,"Date":"9/2/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":540,"Cost":300,"Date":"9/5/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":536,"Cost":351,"Date":"9/14/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":232,"Cost":192,"Date":"9/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":529,"Cost":442,"Date":"11/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":967,"Cost":488,"Date":"12/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":826,"Cost":520,"Date":"1/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":89,"Cost":46,"Date":"1/21/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":57,"Cost":39,"Date":"2/9/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":725,"Cost":472,"Date":"3/19/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":890,"Cost":664,"Date":"4/3/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":82,"Cost":59,"Date":"4/5/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":145,"Cost":94,"Date":"4/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":328,"Cost":235,"Date":"7/10/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":556,"Cost":499,"Date":"3/25/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":534,"Cost":268,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":791,"Cost":537,"Date":"10/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":800,"Cost":729,"Date":"3/2/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":742,"Cost":697,"Date":"6/28/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":786,"Cost":441,"Date":"7/17/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":919,"Cost":573,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":16,"Cost":8,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":51,"Cost":38,"Date":"11/20/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":241,"Date":"12/16/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":947,"Cost":487,"Date":"12/30/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":601,"Cost":398,"Date":"2/15/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":310,"Cost":269,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":585,"Cost":539,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":382,"Cost":206,"Date":"4/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":590,"Cost":466,"Date":"7/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":686,"Date":"8/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":594,"Cost":414,"Date":"10/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":932,"Cost":503,"Date":"11/11/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":742,"Cost":420,"Date":"11/30/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":140,"Cost":103,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":524,"Cost":417,"Date":"3/1/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":989,"Cost":701,"Date":"4/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":850,"Cost":782,"Date":"5/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":145,"Cost":92,"Date":"8/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":651,"Cost":383,"Date":"9/15/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":256,"Cost":177,"Date":"10/14/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":929,"Cost":833,"Date":"10/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":812,"Cost":598,"Date":"11/11/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":420,"Date":"12/7/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":479,"Cost":407,"Date":"12/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":837,"Cost":685,"Date":"1/6/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":793,"Cost":496,"Date":"1/23/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":404,"Cost":291,"Date":"2/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":986,"Cost":524,"Date":"3/10/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":36,"Cost":20,"Date":"3/12/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":445,"Cost":340,"Date":"3/31/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":981,"Cost":643,"Date":"6/16/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":435,"Date":"6/17/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":845,"Cost":623,"Date":"8/27/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":859,"Cost":575,"Date":"10/1/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":346,"Cost":251,"Date":"11/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":746,"Cost":667,"Date":"11/9/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":357,"Date":"3/27/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":388,"Cost":208,"Date":"4/17/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":892,"Cost":769,"Date":"8/11/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":653,"Cost":480,"Date":"8/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":599,"Date":"9/2/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":768,"Cost":618,"Date":"9/5/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":290,"Cost":274,"Date":"9/14/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":476,"Cost":339,"Date":"9/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":195,"Date":"11/20/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":770,"Cost":536,"Date":"12/21/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":172,"Cost":95,"Date":"1/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":583,"Cost":439,"Date":"1/21/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":883,"Cost":742,"Date":"2/9/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":241,"Cost":169,"Date":"3/19/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":548,"Cost":338,"Date":"4/3/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":181,"Date":"4/5/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":22,"Date":"4/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":29,"Cost":15,"Date":"7/10/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":115,"Cost":110,"Date":"3/25/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":291,"Cost":260,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":576,"Date":"10/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":296,"Cost":259,"Date":"3/2/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":630,"Cost":493,"Date":"6/28/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":88,"Cost":74,"Date":"7/17/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":57,"Cost":37,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":59,"Cost":39,"Date":"8/23/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":600,"Cost":344,"Date":"11/20/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":385,"Date":"12/16/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":650,"Date":"12/30/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":62,"Date":"2/15/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":687,"Cost":572,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":483,"Cost":322,"Date":"3/7/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":268,"Cost":228,"Date":"4/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":979,"Cost":691,"Date":"7/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":503,"Cost":363,"Date":"8/18/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":699,"Cost":617,"Date":"10/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":450,"Cost":378,"Date":"11/11/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":757,"Cost":579,"Date":"11/30/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":73,"Cost":54,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":701,"Cost":562,"Date":"3/1/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":485,"Cost":291,"Date":"4/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":531,"Cost":290,"Date":"5/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":56,"Cost":53,"Date":"8/13/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":841,"Cost":622,"Date":"9/15/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":39,"Date":"10/14/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":465,"Date":"10/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":258,"Cost":230,"Date":"11/11/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":870,"Cost":755,"Date":"12/7/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":881,"Cost":654,"Date":"12/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":800,"Cost":568,"Date":"1/6/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":795,"Cost":689,"Date":"1/23/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":206,"Cost":176,"Date":"2/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":435,"Cost":384,"Date":"3/10/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":265,"Cost":244,"Date":"3/12/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":163,"Date":"3/31/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":962,"Cost":743,"Date":"6/16/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":947,"Cost":788,"Date":"6/17/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":512,"Date":"8/27/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":451,"Cost":250,"Date":"10/1/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":662,"Cost":376,"Date":"11/4/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":466,"Cost":372,"Date":"11/9/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":72,"Cost":43,"Date":"3/27/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":465,"Cost":351,"Date":"4/17/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":662,"Cost":335,"Date":"8/11/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":609,"Cost":372,"Date":"8/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":553,"Date":"9/2/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":678,"Cost":480,"Date":"9/5/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":941,"Cost":873,"Date":"9/14/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":132,"Cost":73,"Date":"9/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":160,"Date":"11/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":825,"Cost":664,"Date":"12/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":133,"Cost":77,"Date":"1/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":724,"Cost":627,"Date":"1/21/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":760,"Date":"2/9/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":384,"Cost":335,"Date":"3/19/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":690,"Cost":416,"Date":"4/3/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":873,"Cost":801,"Date":"4/5/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":479,"Cost":451,"Date":"4/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":196,"Cost":158,"Date":"7/10/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":971,"Cost":676,"Date":"3/25/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":489,"Cost":462,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":994,"Cost":632,"Date":"10/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":137,"Date":"3/2/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":547,"Cost":381,"Date":"6/28/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":201,"Cost":178,"Date":"7/17/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":682,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":485,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":698,"Cost":655,"Date":"11/20/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":763,"Cost":467,"Date":"12/16/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":796,"Cost":681,"Date":"12/30/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":885,"Cost":522,"Date":"2/15/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":657,"Cost":332,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":746,"Cost":604,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":657,"Cost":590,"Date":"4/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":527,"Cost":344,"Date":"7/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":420,"Cost":268,"Date":"8/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":536,"Cost":396,"Date":"10/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":514,"Cost":264,"Date":"11/11/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":714,"Cost":402,"Date":"11/30/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":157,"Cost":103,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":974,"Cost":772,"Date":"3/1/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":244,"Cost":190,"Date":"4/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":968,"Cost":914,"Date":"5/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":127,"Cost":68,"Date":"8/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":840,"Cost":588,"Date":"9/15/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":342,"Cost":251,"Date":"10/14/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":360,"Cost":340,"Date":"10/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":1,"Date":"11/11/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":195,"Cost":102,"Date":"12/7/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":680,"Cost":519,"Date":"12/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":878,"Cost":642,"Date":"1/6/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":257,"Cost":188,"Date":"1/23/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":128,"Cost":83,"Date":"2/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":962,"Cost":673,"Date":"3/10/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":309,"Cost":294,"Date":"3/12/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":815,"Cost":590,"Date":"3/31/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":907,"Cost":695,"Date":"6/16/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":935,"Cost":723,"Date":"6/17/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":943,"Cost":657,"Date":"8/27/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":273,"Cost":157,"Date":"10/1/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":776,"Cost":467,"Date":"11/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":114,"Date":"11/9/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":802,"Cost":468,"Date":"3/27/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":32,"Cost":23,"Date":"4/17/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":258,"Date":"8/11/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":768,"Cost":492,"Date":"8/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":260,"Date":"9/2/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":305,"Cost":218,"Date":"9/5/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":383,"Cost":338,"Date":"9/14/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":441,"Cost":378,"Date":"9/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":61,"Cost":57,"Date":"11/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":115,"Date":"12/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":365,"Cost":255,"Date":"1/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":123,"Cost":85,"Date":"1/21/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":355,"Cost":244,"Date":"2/9/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":545,"Cost":466,"Date":"3/19/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":180,"Cost":114,"Date":"4/3/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":103,"Date":"4/5/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":961,"Cost":827,"Date":"4/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":114,"Date":"7/10/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":956,"Cost":763,"Date":"3/25/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":847,"Cost":740,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":274,"Cost":160,"Date":"10/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":262,"Date":"3/2/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":395,"Cost":204,"Date":"6/28/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":720,"Cost":475,"Date":"7/17/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":428,"Cost":292,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":338,"Cost":195,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":115,"Cost":58,"Date":"11/20/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":568,"Date":"12/16/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":401,"Cost":294,"Date":"12/30/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":127,"Date":"2/15/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":280,"Cost":195,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":158,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":958,"Cost":745,"Date":"4/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":101,"Cost":71,"Date":"7/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":59,"Cost":51,"Date":"8/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":774,"Date":"10/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":907,"Cost":463,"Date":"11/11/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":9,"Date":"11/30/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":601,"Cost":464,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":120,"Cost":111,"Date":"3/1/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":417,"Cost":278,"Date":"4/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":611,"Cost":568,"Date":"5/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":134,"Cost":113,"Date":"8/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":96,"Date":"9/15/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":497,"Cost":356,"Date":"10/14/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":710,"Cost":363,"Date":"10/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":641,"Date":"11/11/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":403,"Cost":365,"Date":"12/7/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":933,"Cost":781,"Date":"12/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":27,"Date":"1/6/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":511,"Cost":403,"Date":"1/23/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":580,"Cost":406,"Date":"2/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":808,"Date":"3/10/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":6,"Cost":4,"Date":"3/12/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":201,"Date":"3/31/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":116,"Cost":96,"Date":"6/16/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":604,"Cost":573,"Date":"6/17/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":493,"Cost":336,"Date":"8/27/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":808,"Cost":623,"Date":"10/1/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":176,"Cost":134,"Date":"11/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":744,"Cost":490,"Date":"11/9/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":638,"Cost":378,"Date":"3/27/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":442,"Cost":389,"Date":"4/17/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":140,"Cost":85,"Date":"8/11/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":380,"Cost":279,"Date":"8/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":719,"Cost":445,"Date":"9/2/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":810,"Cost":768,"Date":"9/5/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":401,"Cost":366,"Date":"9/14/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":868,"Cost":779,"Date":"9/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":736,"Cost":488,"Date":"11/20/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":681,"Cost":493,"Date":"12/21/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":269,"Cost":249,"Date":"1/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":496,"Cost":381,"Date":"1/21/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":896,"Cost":735,"Date":"2/9/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":385,"Cost":343,"Date":"3/19/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":805,"Cost":501,"Date":"4/3/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":492,"Cost":358,"Date":"4/5/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":371,"Cost":320,"Date":"4/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":972,"Cost":659,"Date":"7/10/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":674,"Cost":470,"Date":"3/25/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":595,"Cost":387,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":591,"Cost":404,"Date":"10/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":74,"Cost":59,"Date":"3/2/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":90,"Cost":82,"Date":"6/28/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":444,"Cost":241,"Date":"7/17/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":112,"Cost":67,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":989,"Cost":769,"Date":"8/23/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":197,"Cost":168,"Date":"11/20/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":824,"Cost":755,"Date":"12/16/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":272,"Cost":252,"Date":"12/30/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":150,"Cost":129,"Date":"2/15/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":398,"Cost":351,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":655,"Cost":596,"Date":"3/7/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":864,"Cost":432,"Date":"4/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":819,"Cost":524,"Date":"7/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":970,"Cost":601,"Date":"8/18/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":31,"Cost":15,"Date":"10/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":136,"Cost":96,"Date":"11/11/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":188,"Cost":143,"Date":"11/30/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":521,"Cost":317,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":107,"Cost":98,"Date":"3/1/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":957,"Cost":538,"Date":"4/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":139,"Cost":84,"Date":"5/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":408,"Cost":383,"Date":"8/13/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":756,"Cost":655,"Date":"9/15/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":973,"Cost":545,"Date":"10/14/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":357,"Cost":220,"Date":"10/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":820,"Cost":634,"Date":"11/11/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":8,"Cost":4,"Date":"12/7/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":822,"Cost":527,"Date":"12/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":172,"Cost":119,"Date":"1/6/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":333,"Cost":269,"Date":"1/23/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":849,"Cost":551,"Date":"2/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":352,"Cost":185,"Date":"3/10/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":814,"Cost":422,"Date":"3/12/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":921,"Cost":542,"Date":"3/31/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":475,"Cost":434,"Date":"6/16/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":818,"Cost":501,"Date":"6/17/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":699,"Cost":576,"Date":"8/27/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":986,"Cost":615,"Date":"10/1/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":713,"Cost":361,"Date":"11/4/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":941,"Cost":892,"Date":"11/9/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":57,"Cost":54,"Date":"3/27/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":224,"Date":"4/17/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":852,"Cost":712,"Date":"8/11/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":301,"Date":"8/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":189,"Date":"9/2/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":775,"Date":"9/5/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":74,"Date":"9/14/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":431,"Cost":325,"Date":"9/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":418,"Cost":344,"Date":"11/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":152,"Cost":124,"Date":"12/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":624,"Cost":409,"Date":"1/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":933,"Cost":533,"Date":"1/21/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":496,"Date":"2/9/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":444,"Cost":412,"Date":"3/19/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":108,"Date":"4/3/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":305,"Cost":268,"Date":"4/5/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":403,"Cost":220,"Date":"4/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":679,"Cost":540,"Date":"7/10/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":185,"Cost":120,"Date":"3/25/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":18,"Cost":11,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":298,"Cost":260,"Date":"10/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":55,"Cost":34,"Date":"3/2/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":88,"Date":"6/28/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":689,"Cost":468,"Date":"7/17/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":394,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":991,"Cost":837,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":726,"Cost":558,"Date":"11/20/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":56,"Cost":28,"Date":"12/16/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":888,"Cost":703,"Date":"12/30/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":802,"Date":"2/15/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":325,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":362,"Cost":324,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":222,"Cost":124,"Date":"4/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":317,"Date":"7/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":732,"Cost":597,"Date":"8/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":867,"Cost":615,"Date":"10/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":704,"Cost":443,"Date":"11/11/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":202,"Cost":138,"Date":"11/30/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":850,"Cost":587,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":813,"Cost":606,"Date":"3/1/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":237,"Cost":154,"Date":"4/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":360,"Date":"5/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":45,"Cost":22,"Date":"8/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":285,"Cost":249,"Date":"9/15/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":444,"Cost":388,"Date":"10/14/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":236,"Date":"10/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":764,"Cost":428,"Date":"11/11/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":422,"Date":"12/7/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":621,"Cost":368,"Date":"12/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":248,"Cost":145,"Date":"1/6/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":180,"Cost":92,"Date":"1/23/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":268,"Cost":214,"Date":"2/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":438,"Date":"3/10/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":256,"Cost":199,"Date":"3/12/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":876,"Cost":687,"Date":"3/31/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":917,"Cost":570,"Date":"6/16/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":230,"Cost":200,"Date":"6/17/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":22,"Cost":19,"Date":"8/27/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":123,"Cost":110,"Date":"10/1/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":607,"Cost":544,"Date":"11/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":443,"Cost":316,"Date":"11/9/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":369,"Cost":210,"Date":"3/27/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":107,"Date":"4/17/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":703,"Cost":633,"Date":"8/11/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":547,"Cost":408,"Date":"8/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":668,"Date":"9/2/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":126,"Cost":103,"Date":"9/5/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":360,"Cost":236,"Date":"9/14/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":820,"Cost":426,"Date":"9/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":398,"Cost":203,"Date":"11/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":866,"Cost":619,"Date":"12/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":936,"Cost":886,"Date":"1/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":810,"Cost":637,"Date":"1/21/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":631,"Cost":588,"Date":"2/9/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":181,"Cost":111,"Date":"3/19/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":32,"Cost":19,"Date":"4/3/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":685,"Cost":522,"Date":"4/5/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":448,"Cost":358,"Date":"4/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":371,"Cost":320,"Date":"7/10/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":415,"Cost":269,"Date":"3/25/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":307,"Cost":227,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":296,"Cost":261,"Date":"10/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":492,"Date":"3/2/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":68,"Cost":41,"Date":"6/28/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":921,"Cost":538,"Date":"7/17/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":158,"Cost":104,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":415,"Cost":294,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":108,"Date":"11/20/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":401,"Date":"12/16/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":290,"Cost":193,"Date":"12/30/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":337,"Date":"2/15/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":809,"Cost":678,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":91,"Cost":82,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":922,"Cost":668,"Date":"4/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":960,"Cost":733,"Date":"7/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":267,"Cost":242,"Date":"8/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":572,"Cost":465,"Date":"10/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":60,"Date":"11/11/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":839,"Cost":514,"Date":"11/30/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":751,"Cost":389,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":552,"Cost":404,"Date":"3/1/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":293,"Cost":245,"Date":"4/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":965,"Cost":572,"Date":"5/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":872,"Cost":518,"Date":"8/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":136,"Date":"9/15/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":560,"Cost":354,"Date":"10/14/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":417,"Cost":349,"Date":"10/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":72,"Date":"11/11/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":542,"Cost":383,"Date":"12/7/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":996,"Cost":936,"Date":"12/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":363,"Cost":244,"Date":"1/6/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":302,"Date":"1/23/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":158,"Cost":147,"Date":"2/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":37,"Cost":35,"Date":"3/10/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":783,"Cost":542,"Date":"3/12/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":117,"Cost":89,"Date":"3/31/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":443,"Cost":396,"Date":"6/16/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":790,"Cost":464,"Date":"6/17/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":881,"Cost":560,"Date":"8/27/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":168,"Cost":119,"Date":"10/1/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":322,"Cost":167,"Date":"11/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":835,"Cost":690,"Date":"11/9/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":225,"Date":"3/27/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":700,"Cost":384,"Date":"4/17/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":167,"Cost":146,"Date":"8/11/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":225,"Cost":151,"Date":"8/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":319,"Cost":164,"Date":"9/2/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":578,"Cost":415,"Date":"9/5/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":603,"Cost":487,"Date":"9/14/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":478,"Cost":328,"Date":"9/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":394,"Cost":210,"Date":"11/20/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":848,"Cost":571,"Date":"12/21/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":560,"Cost":366,"Date":"1/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":639,"Date":"1/21/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":429,"Date":"2/9/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":527,"Cost":464,"Date":"3/19/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":54,"Cost":34,"Date":"4/3/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":682,"Date":"4/5/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":315,"Date":"4/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":210,"Cost":126,"Date":"7/10/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":809,"Cost":568,"Date":"3/25/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":466,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":101,"Cost":74,"Date":"10/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":246,"Cost":164,"Date":"3/2/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":784,"Cost":628,"Date":"6/28/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":994,"Cost":942,"Date":"7/17/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":139,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":709,"Cost":615,"Date":"8/23/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":255,"Date":"11/20/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":57,"Date":"12/16/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":45,"Cost":23,"Date":"12/30/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":639,"Date":"2/15/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":679,"Cost":363,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":809,"Cost":689,"Date":"3/7/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":313,"Cost":240,"Date":"4/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":525,"Cost":495,"Date":"7/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":893,"Cost":499,"Date":"8/18/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":57,"Cost":45,"Date":"10/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":349,"Cost":186,"Date":"11/11/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":349,"Cost":189,"Date":"11/30/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":4,"Cost":3,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":851,"Cost":502,"Date":"3/1/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":238,"Cost":202,"Date":"4/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":327,"Date":"5/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":837,"Cost":658,"Date":"8/13/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":985,"Cost":735,"Date":"9/15/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":357,"Date":"10/14/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":66,"Cost":59,"Date":"10/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":556,"Cost":287,"Date":"11/11/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":639,"Cost":353,"Date":"12/7/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":476,"Cost":309,"Date":"12/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":265,"Cost":181,"Date":"1/6/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":861,"Date":"1/23/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":304,"Cost":154,"Date":"2/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":56,"Date":"3/10/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":955,"Cost":644,"Date":"3/12/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":442,"Cost":400,"Date":"3/31/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":484,"Cost":269,"Date":"6/16/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":813,"Cost":721,"Date":"6/17/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":821,"Date":"8/27/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":85,"Cost":76,"Date":"10/1/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":734,"Cost":681,"Date":"11/4/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":168,"Cost":138,"Date":"11/9/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":469,"Cost":327,"Date":"3/27/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":305,"Cost":166,"Date":"4/17/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":946,"Cost":628,"Date":"8/11/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":449,"Cost":415,"Date":"8/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":954,"Cost":606,"Date":"9/2/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":697,"Cost":595,"Date":"9/5/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":652,"Cost":387,"Date":"9/14/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":212,"Cost":146,"Date":"9/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":413,"Cost":279,"Date":"11/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":651,"Cost":615,"Date":"12/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":604,"Cost":420,"Date":"1/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":172,"Cost":106,"Date":"1/21/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":190,"Cost":106,"Date":"2/9/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":471,"Cost":274,"Date":"3/19/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":462,"Cost":273,"Date":"4/3/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":423,"Cost":226,"Date":"4/5/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":590,"Cost":456,"Date":"4/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":44,"Cost":41,"Date":"7/10/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":599,"Cost":304,"Date":"3/25/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":476,"Cost":245,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":309,"Cost":156,"Date":"10/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":603,"Cost":447,"Date":"3/2/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":425,"Cost":271,"Date":"6/28/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":460,"Cost":365,"Date":"7/17/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":800,"Cost":508,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":887,"Cost":753,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":560,"Cost":289,"Date":"11/20/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":165,"Cost":145,"Date":"12/16/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":907,"Cost":735,"Date":"12/30/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":955,"Cost":592,"Date":"2/15/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":828,"Cost":742,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":715,"Cost":604,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":439,"Cost":269,"Date":"4/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":926,"Cost":820,"Date":"7/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":49,"Cost":35,"Date":"8/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":428,"Cost":289,"Date":"10/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":429,"Cost":300,"Date":"11/11/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":813,"Cost":499,"Date":"11/30/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":68,"Cost":58,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":928,"Cost":569,"Date":"3/1/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":430,"Cost":278,"Date":"4/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":375,"Cost":214,"Date":"5/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":983,"Cost":883,"Date":"8/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":107,"Cost":54,"Date":"9/15/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":843,"Cost":647,"Date":"10/14/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":927,"Cost":463,"Date":"10/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":858,"Cost":642,"Date":"11/11/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":678,"Cost":509,"Date":"12/7/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":816,"Cost":428,"Date":"12/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":557,"Cost":368,"Date":"1/6/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":241,"Cost":204,"Date":"1/23/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":474,"Cost":345,"Date":"2/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":991,"Cost":757,"Date":"3/10/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":987,"Cost":879,"Date":"3/12/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":451,"Cost":263,"Date":"3/31/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":525,"Cost":370,"Date":"6/16/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":874,"Cost":657,"Date":"6/17/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":250,"Cost":213,"Date":"8/27/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":823,"Cost":605,"Date":"10/1/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":420,"Cost":217,"Date":"11/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":262,"Cost":221,"Date":"11/9/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":415,"Cost":304,"Date":"3/27/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":46,"Cost":43,"Date":"4/17/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":280,"Cost":178,"Date":"8/11/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":337,"Cost":260,"Date":"8/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":300,"Cost":275,"Date":"9/2/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":673,"Cost":544,"Date":"9/5/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":85,"Cost":58,"Date":"9/14/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":841,"Cost":653,"Date":"9/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":356,"Cost":324,"Date":"11/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":583,"Cost":354,"Date":"12/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":234,"Cost":131,"Date":"1/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":269,"Cost":220,"Date":"1/21/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":353,"Date":"2/9/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":46,"Date":"3/19/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":185,"Cost":130,"Date":"4/3/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":621,"Cost":355,"Date":"4/5/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":746,"Cost":699,"Date":"4/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":80,"Date":"7/10/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":346,"Date":"3/25/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":44,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":184,"Cost":94,"Date":"10/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":246,"Cost":187,"Date":"3/2/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":783,"Cost":432,"Date":"6/28/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":219,"Cost":165,"Date":"7/17/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":969,"Cost":703,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":137,"Cost":126,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":163,"Cost":91,"Date":"11/20/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":942,"Cost":853,"Date":"12/16/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":9,"Date":"12/30/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":1,"Cost":0,"Date":"2/15/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":433,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":117,"Cost":86,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":754,"Cost":385,"Date":"4/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":67,"Cost":39,"Date":"7/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":138,"Cost":77,"Date":"8/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":296,"Cost":273,"Date":"10/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":507,"Cost":416,"Date":"11/11/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":830,"Cost":459,"Date":"11/30/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":312,"Cost":230,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":852,"Cost":429,"Date":"3/1/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":903,"Cost":760,"Date":"4/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":630,"Cost":321,"Date":"5/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":276,"Cost":252,"Date":"8/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":62,"Cost":40,"Date":"9/15/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":11,"Cost":5,"Date":"10/14/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":597,"Date":"10/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":272,"Date":"11/11/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":825,"Cost":590,"Date":"12/7/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":722,"Cost":647,"Date":"12/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":684,"Cost":540,"Date":"1/6/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":756,"Cost":397,"Date":"1/23/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":489,"Date":"2/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":373,"Cost":329,"Date":"3/10/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":947,"Cost":543,"Date":"3/12/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":387,"Cost":206,"Date":"3/31/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":229,"Cost":128,"Date":"6/16/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":952,"Cost":848,"Date":"6/17/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":603,"Date":"8/27/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":335,"Cost":293,"Date":"10/1/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":19,"Cost":17,"Date":"11/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":821,"Cost":694,"Date":"11/9/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":997,"Cost":754,"Date":"3/27/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":42,"Cost":24,"Date":"4/17/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":868,"Cost":649,"Date":"8/11/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":194,"Cost":139,"Date":"8/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":104,"Cost":60,"Date":"9/2/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":790,"Cost":700,"Date":"9/5/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":235,"Cost":153,"Date":"9/14/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":107,"Cost":63,"Date":"9/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":326,"Cost":178,"Date":"11/20/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":365,"Cost":186,"Date":"12/21/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":579,"Cost":316,"Date":"1/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":877,"Cost":751,"Date":"1/21/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":244,"Cost":158,"Date":"2/9/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":461,"Cost":292,"Date":"3/19/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":819,"Cost":695,"Date":"4/3/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":566,"Cost":373,"Date":"4/5/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":54,"Cost":32,"Date":"4/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":965,"Cost":833,"Date":"7/10/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":377,"Cost":283,"Date":"3/25/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":195,"Cost":174,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":35,"Cost":21,"Date":"10/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":577,"Cost":418,"Date":"3/2/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":624,"Cost":571,"Date":"6/28/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":823,"Cost":742,"Date":"7/17/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":743,"Cost":704,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":485,"Cost":322,"Date":"8/23/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":28,"Cost":14,"Date":"11/20/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":162,"Cost":102,"Date":"12/16/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":416,"Cost":273,"Date":"12/30/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":733,"Cost":690,"Date":"2/15/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":93,"Cost":59,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":520,"Cost":400,"Date":"3/7/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":109,"Cost":68,"Date":"4/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":452,"Cost":298,"Date":"7/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":679,"Cost":412,"Date":"8/18/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":642,"Cost":453,"Date":"10/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":27,"Cost":20,"Date":"11/11/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":302,"Cost":213,"Date":"11/30/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":186,"Cost":139,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":436,"Cost":264,"Date":"3/1/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":380,"Cost":312,"Date":"4/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":813,"Cost":438,"Date":"5/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":237,"Cost":168,"Date":"8/13/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":308,"Cost":178,"Date":"9/15/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":827,"Cost":559,"Date":"10/14/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":178,"Cost":148,"Date":"10/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":777,"Cost":676,"Date":"11/11/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":335,"Cost":235,"Date":"12/7/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":383,"Cost":351,"Date":"12/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":728,"Cost":399,"Date":"1/6/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":779,"Cost":594,"Date":"1/23/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":201,"Cost":119,"Date":"2/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":432,"Cost":238,"Date":"3/10/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":865,"Cost":571,"Date":"3/12/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":413,"Cost":253,"Date":"3/31/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":927,"Cost":507,"Date":"6/16/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":54,"Cost":36,"Date":"6/17/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":689,"Cost":425,"Date":"8/27/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":954,"Cost":795,"Date":"10/1/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":812,"Cost":582,"Date":"11/4/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":152,"Cost":141,"Date":"11/9/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":319,"Date":"3/27/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":566,"Cost":361,"Date":"4/17/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":985,"Cost":763,"Date":"8/11/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":376,"Cost":306,"Date":"8/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":774,"Cost":651,"Date":"9/2/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":109,"Cost":68,"Date":"9/5/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":545,"Cost":486,"Date":"9/14/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":871,"Cost":508,"Date":"9/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":820,"Cost":660,"Date":"11/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":148,"Date":"12/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":847,"Cost":554,"Date":"1/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":406,"Cost":355,"Date":"1/21/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":920,"Cost":640,"Date":"2/9/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":910,"Cost":834,"Date":"3/19/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":982,"Cost":515,"Date":"4/3/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":775,"Cost":587,"Date":"4/5/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":806,"Cost":575,"Date":"4/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":577,"Cost":509,"Date":"7/10/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":181,"Cost":129,"Date":"3/25/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":30,"Cost":27,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":326,"Cost":173,"Date":"10/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":86,"Cost":71,"Date":"3/2/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":681,"Cost":441,"Date":"6/28/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":634,"Cost":322,"Date":"7/17/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":589,"Cost":346,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":925,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":310,"Cost":269,"Date":"11/20/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":58,"Cost":51,"Date":"12/16/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":429,"Date":"12/30/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":193,"Cost":173,"Date":"2/15/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":786,"Cost":496,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":286,"Cost":230,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":425,"Cost":326,"Date":"4/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":547,"Cost":316,"Date":"7/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":429,"Cost":371,"Date":"8/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":63,"Cost":32,"Date":"10/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":326,"Cost":266,"Date":"11/11/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":355,"Cost":221,"Date":"11/30/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":898,"Cost":513,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":497,"Cost":376,"Date":"3/1/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":938,"Cost":598,"Date":"4/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":891,"Date":"5/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":147,"Cost":135,"Date":"8/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":622,"Cost":573,"Date":"9/15/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":125,"Cost":68,"Date":"10/14/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":81,"Cost":64,"Date":"10/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":303,"Cost":219,"Date":"11/11/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":110,"Date":"12/7/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":565,"Cost":454,"Date":"12/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":415,"Cost":232,"Date":"1/6/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":308,"Date":"1/23/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":652,"Cost":550,"Date":"2/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":895,"Cost":463,"Date":"3/10/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":955,"Cost":907,"Date":"3/12/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":520,"Date":"3/31/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":602,"Cost":423,"Date":"6/16/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":551,"Cost":446,"Date":"6/17/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":311,"Cost":192,"Date":"8/27/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":718,"Date":"10/1/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":678,"Date":"11/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":449,"Cost":361,"Date":"11/9/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":739,"Cost":434,"Date":"3/27/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":102,"Cost":56,"Date":"4/17/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":174,"Cost":153,"Date":"8/11/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":280,"Cost":158,"Date":"8/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":931,"Cost":873,"Date":"9/2/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":323,"Cost":230,"Date":"9/5/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":814,"Cost":560,"Date":"9/14/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":17,"Cost":10,"Date":"9/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":278,"Cost":159,"Date":"11/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":929,"Cost":759,"Date":"12/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":24,"Cost":15,"Date":"1/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":491,"Cost":278,"Date":"1/21/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":506,"Cost":378,"Date":"2/9/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":135,"Cost":117,"Date":"3/19/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":826,"Cost":540,"Date":"4/3/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":457,"Cost":421,"Date":"4/5/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":832,"Cost":684,"Date":"4/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":100,"Cost":68,"Date":"7/10/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":887,"Cost":746,"Date":"3/25/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":537,"Cost":357,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":124,"Cost":83,"Date":"10/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":111,"Cost":91,"Date":"3/2/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":690,"Cost":470,"Date":"6/28/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":933,"Cost":479,"Date":"7/17/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":582,"Cost":543,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":437,"Cost":240,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":334,"Cost":182,"Date":"11/20/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":445,"Cost":307,"Date":"12/16/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":459,"Cost":338,"Date":"12/30/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":338,"Cost":190,"Date":"2/15/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":348,"Cost":273,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":208,"Cost":129,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":853,"Cost":809,"Date":"4/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":918,"Cost":480,"Date":"7/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":519,"Cost":444,"Date":"8/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":510,"Cost":320,"Date":"10/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":87,"Cost":55,"Date":"11/11/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":966,"Cost":818,"Date":"11/30/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":301,"Cost":228,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":231,"Cost":216,"Date":"3/1/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":598,"Cost":419,"Date":"4/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":666,"Cost":420,"Date":"5/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":221,"Cost":205,"Date":"8/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":319,"Cost":227,"Date":"9/15/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":930,"Cost":884,"Date":"10/14/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":134,"Cost":127,"Date":"10/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":824,"Cost":670,"Date":"11/11/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":550,"Cost":504,"Date":"12/7/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":326,"Cost":210,"Date":"12/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":180,"Cost":130,"Date":"1/6/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":794,"Cost":632,"Date":"1/23/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":1,"Cost":1,"Date":"2/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":245,"Cost":196,"Date":"3/10/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":808,"Cost":424,"Date":"3/12/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":254,"Cost":211,"Date":"3/31/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":379,"Cost":262,"Date":"6/16/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":932,"Cost":585,"Date":"6/17/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":775,"Cost":450,"Date":"8/27/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":204,"Cost":108,"Date":"10/1/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":416,"Cost":298,"Date":"11/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":653,"Cost":356,"Date":"11/9/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":687,"Cost":576,"Date":"3/27/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":500,"Cost":281,"Date":"4/17/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":120,"Cost":74,"Date":"8/11/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":69,"Date":"8/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":91,"Cost":47,"Date":"9/2/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":474,"Cost":377,"Date":"9/5/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":830,"Cost":595,"Date":"9/14/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":988,"Cost":583,"Date":"9/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":413,"Date":"11/20/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":622,"Date":"12/21/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":97,"Date":"1/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":993,"Cost":708,"Date":"1/21/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":440,"Date":"2/9/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":104,"Cost":82,"Date":"3/19/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":328,"Cost":242,"Date":"4/3/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":452,"Cost":239,"Date":"4/5/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":727,"Cost":422,"Date":"4/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":941,"Cost":651,"Date":"7/10/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":72,"Cost":61,"Date":"3/25/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":261,"Cost":139,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":137,"Cost":89,"Date":"10/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":598,"Cost":567,"Date":"3/2/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":447,"Cost":263,"Date":"6/28/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":748,"Cost":504,"Date":"7/17/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":555,"Cost":393,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":860,"Cost":687,"Date":"8/23/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":727,"Cost":686,"Date":"11/20/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":534,"Cost":285,"Date":"12/16/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":80,"Cost":49,"Date":"12/30/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":40,"Cost":29,"Date":"2/15/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":594,"Cost":450,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":840,"Cost":633,"Date":"3/7/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":325,"Date":"4/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":770,"Cost":431,"Date":"7/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":311,"Cost":220,"Date":"8/18/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":269,"Cost":163,"Date":"10/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":103,"Cost":77,"Date":"11/11/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":308,"Cost":154,"Date":"11/30/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":674,"Cost":538,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":3,"Cost":3,"Date":"3/1/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":768,"Cost":564,"Date":"4/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":534,"Cost":479,"Date":"5/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":626,"Date":"8/13/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":926,"Cost":600,"Date":"9/15/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":371,"Cost":241,"Date":"10/14/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":308,"Cost":154,"Date":"10/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":189,"Cost":169,"Date":"11/11/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":143,"Cost":103,"Date":"12/7/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":377,"Date":"12/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":107,"Date":"1/6/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":485,"Cost":368,"Date":"1/23/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":170,"Date":"2/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":666,"Cost":608,"Date":"3/10/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":851,"Cost":468,"Date":"3/12/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":331,"Date":"3/31/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":496,"Cost":387,"Date":"6/16/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":780,"Cost":493,"Date":"6/17/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":430,"Cost":252,"Date":"8/27/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":265,"Cost":196,"Date":"10/1/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":8,"Cost":7,"Date":"11/4/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":10,"Cost":6,"Date":"11/9/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":943,"Cost":546,"Date":"3/27/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":647,"Cost":326,"Date":"4/17/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":965,"Cost":816,"Date":"8/11/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":821,"Cost":528,"Date":"8/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":789,"Cost":430,"Date":"9/2/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":937,"Cost":708,"Date":"9/5/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":949,"Cost":676,"Date":"9/14/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":219,"Cost":162,"Date":"9/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":856,"Cost":671,"Date":"11/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":188,"Date":"12/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":126,"Date":"1/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":599,"Cost":325,"Date":"1/21/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":623,"Cost":361,"Date":"2/9/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":564,"Date":"3/19/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":591,"Date":"4/3/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":848,"Cost":427,"Date":"4/5/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":319,"Date":"4/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":734,"Date":"7/10/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":963,"Cost":634,"Date":"3/25/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":166,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":460,"Date":"10/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":524,"Cost":392,"Date":"3/2/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":368,"Cost":254,"Date":"6/28/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":453,"Cost":350,"Date":"7/17/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":131,"Cost":117,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":772,"Cost":645,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":629,"Cost":594,"Date":"11/20/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":300,"Date":"12/16/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":346,"Cost":288,"Date":"12/30/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":353,"Cost":315,"Date":"2/15/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":887,"Cost":499,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":257,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":128,"Cost":108,"Date":"4/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":411,"Cost":239,"Date":"7/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":882,"Cost":589,"Date":"8/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":530,"Cost":315,"Date":"10/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":928,"Cost":653,"Date":"11/11/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":620,"Cost":383,"Date":"11/30/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":810,"Cost":619,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":750,"Cost":380,"Date":"3/1/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":825,"Cost":644,"Date":"4/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":817,"Cost":482,"Date":"5/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":771,"Cost":493,"Date":"8/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":740,"Date":"9/15/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":428,"Cost":234,"Date":"10/14/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":493,"Date":"10/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":899,"Cost":540,"Date":"11/11/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":749,"Cost":577,"Date":"12/7/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":487,"Cost":285,"Date":"12/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":800,"Cost":648,"Date":"1/6/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":868,"Cost":732,"Date":"1/23/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":556,"Cost":475,"Date":"2/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":854,"Cost":659,"Date":"3/10/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":696,"Cost":472,"Date":"3/12/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":397,"Cost":323,"Date":"3/31/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":338,"Cost":268,"Date":"6/16/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":813,"Cost":752,"Date":"6/17/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":111,"Cost":73,"Date":"8/27/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":320,"Date":"10/1/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":229,"Date":"11/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":452,"Cost":240,"Date":"11/9/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":405,"Date":"3/27/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":53,"Cost":28,"Date":"4/17/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":108,"Cost":78,"Date":"8/11/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":677,"Cost":516,"Date":"8/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":305,"Cost":211,"Date":"9/2/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":418,"Date":"9/5/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":518,"Date":"9/14/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":356,"Cost":297,"Date":"9/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":956,"Cost":617,"Date":"11/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":307,"Cost":172,"Date":"12/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":239,"Cost":128,"Date":"1/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":910,"Cost":706,"Date":"1/21/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":439,"Cost":331,"Date":"2/9/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":233,"Cost":149,"Date":"3/19/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":857,"Cost":485,"Date":"4/3/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":417,"Cost":309,"Date":"4/5/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":137,"Date":"4/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":990,"Cost":498,"Date":"7/10/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":452,"Cost":342,"Date":"3/25/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":417,"Cost":381,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":127,"Cost":77,"Date":"10/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":949,"Cost":896,"Date":"3/2/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":638,"Cost":514,"Date":"6/28/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":109,"Cost":57,"Date":"7/17/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":836,"Cost":514,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":23,"Cost":15,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":26,"Cost":20,"Date":"11/20/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":682,"Cost":462,"Date":"12/16/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":233,"Cost":175,"Date":"12/30/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":127,"Cost":87,"Date":"2/15/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":256,"Cost":172,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":605,"Cost":325,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":396,"Cost":254,"Date":"4/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":416,"Cost":284,"Date":"7/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":752,"Date":"8/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":540,"Cost":390,"Date":"10/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":472,"Cost":310,"Date":"11/11/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":21,"Cost":19,"Date":"11/30/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":761,"Cost":713,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":813,"Cost":698,"Date":"3/1/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":736,"Cost":479,"Date":"4/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":361,"Cost":324,"Date":"5/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":205,"Cost":176,"Date":"8/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":444,"Date":"9/15/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":463,"Date":"10/14/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":714,"Cost":630,"Date":"10/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":331,"Date":"11/11/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":160,"Cost":119,"Date":"12/7/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":915,"Cost":754,"Date":"12/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":607,"Cost":463,"Date":"1/6/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":415,"Cost":261,"Date":"1/23/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":888,"Cost":758,"Date":"2/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":249,"Cost":136,"Date":"3/10/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":856,"Cost":609,"Date":"3/12/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":736,"Cost":630,"Date":"3/31/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":503,"Cost":290,"Date":"6/16/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":96,"Date":"6/17/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":699,"Cost":399,"Date":"8/27/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":644,"Date":"10/1/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":662,"Cost":504,"Date":"11/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":315,"Cost":287,"Date":"11/9/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":981,"Cost":691,"Date":"3/27/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":178,"Cost":160,"Date":"4/17/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":506,"Cost":277,"Date":"8/11/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":654,"Cost":443,"Date":"8/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":728,"Cost":651,"Date":"9/2/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":158,"Cost":93,"Date":"9/5/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":739,"Cost":629,"Date":"9/14/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":491,"Cost":397,"Date":"9/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":49,"Cost":37,"Date":"11/20/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":685,"Cost":344,"Date":"12/21/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":584,"Cost":454,"Date":"1/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":73,"Cost":67,"Date":"1/21/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":209,"Cost":156,"Date":"2/9/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":733,"Cost":526,"Date":"3/19/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":279,"Cost":249,"Date":"4/3/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":479,"Cost":394,"Date":"4/5/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":355,"Cost":192,"Date":"4/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":716,"Cost":626,"Date":"7/10/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":719,"Cost":602,"Date":"3/25/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":939,"Cost":840,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":518,"Cost":439,"Date":"10/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":275,"Cost":139,"Date":"3/2/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":852,"Cost":496,"Date":"6/28/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":445,"Cost":300,"Date":"7/17/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":61,"Cost":57,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":942,"Cost":529,"Date":"8/23/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":420,"Cost":356,"Date":"11/20/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":888,"Cost":679,"Date":"12/16/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":354,"Cost":236,"Date":"12/30/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":259,"Cost":244,"Date":"2/15/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":738,"Cost":405,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":884,"Cost":742,"Date":"3/7/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":982,"Cost":621,"Date":"4/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":318,"Cost":245,"Date":"7/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":222,"Cost":193,"Date":"8/18/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":192,"Cost":105,"Date":"10/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":100,"Cost":85,"Date":"11/11/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":811,"Cost":576,"Date":"11/30/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":419,"Cost":289,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":588,"Cost":552,"Date":"3/1/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":367,"Cost":221,"Date":"4/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":444,"Cost":410,"Date":"5/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":65,"Cost":35,"Date":"8/13/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":377,"Cost":277,"Date":"9/15/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":550,"Cost":337,"Date":"10/14/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":563,"Cost":407,"Date":"10/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":257,"Cost":137,"Date":"11/11/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":300,"Cost":182,"Date":"12/7/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":582,"Cost":317,"Date":"12/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":874,"Cost":611,"Date":"1/6/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":807,"Cost":663,"Date":"1/23/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":150,"Cost":102,"Date":"2/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":248,"Cost":234,"Date":"3/10/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":952,"Cost":659,"Date":"3/12/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":79,"Cost":43,"Date":"3/31/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":43,"Cost":41,"Date":"6/16/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":483,"Cost":436,"Date":"6/17/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":411,"Cost":258,"Date":"8/27/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":939,"Cost":784,"Date":"10/1/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":215,"Cost":169,"Date":"11/4/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":566,"Cost":504,"Date":"11/9/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":929,"Cost":829,"Date":"3/27/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":2,"Cost":2,"Date":"4/17/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":352,"Cost":197,"Date":"8/11/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":680,"Cost":541,"Date":"8/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":476,"Cost":419,"Date":"9/2/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":489,"Cost":254,"Date":"9/5/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":746,"Cost":391,"Date":"9/14/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":335,"Cost":177,"Date":"9/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":532,"Cost":338,"Date":"11/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":572,"Cost":289,"Date":"12/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":110,"Cost":100,"Date":"1/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":422,"Cost":401,"Date":"1/21/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":199,"Cost":150,"Date":"2/9/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":188,"Cost":105,"Date":"3/19/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":384,"Cost":268,"Date":"4/3/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":352,"Cost":277,"Date":"4/5/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":467,"Cost":419,"Date":"4/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":172,"Cost":92,"Date":"7/10/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":662,"Cost":606,"Date":"3/25/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":216,"Cost":198,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":965,"Cost":586,"Date":"10/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":565,"Cost":497,"Date":"3/2/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":521,"Cost":445,"Date":"6/28/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":336,"Cost":320,"Date":"7/17/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":301,"Cost":236,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":820,"Cost":569,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":15,"Cost":12,"Date":"11/20/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":917,"Cost":538,"Date":"12/16/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":308,"Cost":202,"Date":"12/30/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":740,"Cost":587,"Date":"2/15/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":462,"Cost":338,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":331,"Cost":240,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":176,"Cost":163,"Date":"4/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":475,"Cost":383,"Date":"7/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":160,"Cost":138,"Date":"8/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":210,"Cost":160,"Date":"10/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":352,"Cost":208,"Date":"11/11/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":523,"Cost":457,"Date":"11/30/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":300,"Cost":273,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":819,"Cost":536,"Date":"3/1/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":845,"Cost":472,"Date":"4/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":583,"Cost":430,"Date":"5/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":440,"Cost":221,"Date":"8/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":51,"Cost":39,"Date":"9/15/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":483,"Cost":256,"Date":"10/14/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":745,"Cost":673,"Date":"10/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":352,"Cost":260,"Date":"11/11/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":176,"Cost":88,"Date":"12/7/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":772,"Cost":408,"Date":"12/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":795,"Cost":473,"Date":"1/6/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":711,"Cost":667,"Date":"1/23/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":474,"Cost":348,"Date":"2/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":488,"Cost":449,"Date":"3/10/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":102,"Cost":96,"Date":"3/12/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":971,"Cost":689,"Date":"3/31/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":708,"Cost":422,"Date":"6/16/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":160,"Cost":141,"Date":"6/17/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":132,"Cost":80,"Date":"8/27/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":688,"Cost":434,"Date":"10/1/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":769,"Cost":471,"Date":"11/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":873,"Cost":792,"Date":"11/9/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":791,"Cost":404,"Date":"3/27/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":123,"Cost":83,"Date":"4/17/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":555,"Cost":465,"Date":"8/11/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":99,"Cost":86,"Date":"8/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":513,"Cost":330,"Date":"9/2/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":82,"Cost":70,"Date":"9/5/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":294,"Cost":262,"Date":"9/14/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":398,"Cost":218,"Date":"9/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":454,"Cost":280,"Date":"11/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":899,"Cost":506,"Date":"12/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":502,"Cost":446,"Date":"1/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":385,"Cost":222,"Date":"1/21/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":663,"Cost":563,"Date":"2/9/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":585,"Cost":514,"Date":"3/19/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":247,"Cost":216,"Date":"4/3/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":111,"Cost":83,"Date":"4/5/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":546,"Cost":434,"Date":"4/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":770,"Cost":509,"Date":"7/10/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":110,"Cost":83,"Date":"3/25/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":29,"Cost":18,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":661,"Cost":337,"Date":"10/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":38,"Cost":33,"Date":"3/2/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":892,"Cost":605,"Date":"6/28/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":631,"Cost":447,"Date":"7/17/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":906,"Cost":756,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":875,"Cost":502,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":253,"Cost":152,"Date":"11/20/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":578,"Cost":438,"Date":"12/16/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":807,"Cost":483,"Date":"12/30/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":735,"Cost":383,"Date":"2/15/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":107,"Cost":97,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":362,"Cost":279,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":501,"Cost":374,"Date":"4/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":725,"Cost":586,"Date":"7/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":744,"Cost":665,"Date":"8/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":138,"Cost":96,"Date":"10/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":660,"Cost":465,"Date":"11/11/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":449,"Cost":244,"Date":"11/30/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":830,"Cost":605,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":62,"Cost":34,"Date":"3/1/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":320,"Cost":292,"Date":"4/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":858,"Cost":577,"Date":"5/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":177,"Cost":106,"Date":"8/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":617,"Cost":314,"Date":"9/15/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":700,"Cost":462,"Date":"10/14/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":338,"Cost":292,"Date":"10/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":322,"Cost":222,"Date":"11/11/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":931,"Cost":639,"Date":"12/7/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":573,"Cost":301,"Date":"12/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":259,"Cost":167,"Date":"1/6/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":297,"Cost":238,"Date":"1/23/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":574,"Cost":485,"Date":"2/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":182,"Cost":124,"Date":"3/10/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":478,"Cost":383,"Date":"3/12/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":196,"Cost":144,"Date":"3/31/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":710,"Cost":501,"Date":"6/16/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":826,"Cost":688,"Date":"6/17/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":853,"Cost":471,"Date":"8/27/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":627,"Cost":427,"Date":"10/1/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":47,"Cost":38,"Date":"11/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":149,"Cost":121,"Date":"11/9/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":452,"Cost":372,"Date":"3/27/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":492,"Cost":396,"Date":"4/17/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":956,"Cost":890,"Date":"8/11/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":321,"Cost":267,"Date":"8/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":694,"Cost":515,"Date":"9/2/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":105,"Cost":65,"Date":"9/5/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":479,"Cost":384,"Date":"9/14/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":763,"Cost":414,"Date":"9/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":62,"Date":"11/20/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":731,"Cost":588,"Date":"12/21/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":581,"Cost":392,"Date":"1/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":913,"Cost":568,"Date":"1/21/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":764,"Cost":511,"Date":"2/9/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":330,"Cost":311,"Date":"3/19/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":450,"Date":"4/3/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":614,"Cost":519,"Date":"4/5/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":947,"Cost":606,"Date":"4/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":199,"Date":"7/10/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":782,"Cost":503,"Date":"3/25/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":672,"Cost":544,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":242,"Cost":191,"Date":"10/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":488,"Date":"3/2/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":298,"Cost":276,"Date":"6/28/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":515,"Date":"7/17/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":768,"Cost":492,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":565,"Cost":416,"Date":"8/23/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":219,"Cost":144,"Date":"11/20/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":549,"Cost":326,"Date":"12/16/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":1,"Cost":1,"Date":"12/30/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":48,"Cost":45,"Date":"2/15/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":369,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":981,"Cost":639,"Date":"3/7/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":669,"Cost":347,"Date":"4/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":148,"Cost":94,"Date":"7/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":41,"Cost":29,"Date":"8/18/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":518,"Date":"10/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":610,"Cost":553,"Date":"11/11/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":140,"Cost":129,"Date":"11/30/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":267,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":421,"Cost":352,"Date":"3/1/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":342,"Cost":291,"Date":"4/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":393,"Cost":290,"Date":"5/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":161,"Cost":114,"Date":"8/13/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":569,"Date":"9/15/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":210,"Cost":166,"Date":"10/14/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":509,"Cost":287,"Date":"10/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":905,"Cost":524,"Date":"11/11/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":539,"Date":"12/7/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":260,"Cost":136,"Date":"12/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":854,"Cost":439,"Date":"1/6/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":515,"Cost":371,"Date":"1/23/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":526,"Cost":447,"Date":"2/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":58,"Cost":36,"Date":"3/10/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":683,"Cost":443,"Date":"3/12/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":925,"Cost":757,"Date":"3/31/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":94,"Cost":81,"Date":"6/16/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":584,"Cost":516,"Date":"6/17/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":235,"Cost":141,"Date":"8/27/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":821,"Cost":632,"Date":"10/1/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":476,"Cost":439,"Date":"11/4/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":815,"Cost":623,"Date":"11/9/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":531,"Cost":277,"Date":"3/27/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":295,"Cost":157,"Date":"4/17/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":84,"Cost":60,"Date":"8/11/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":239,"Cost":140,"Date":"8/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":215,"Date":"9/2/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":261,"Cost":141,"Date":"9/5/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":976,"Cost":754,"Date":"9/14/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":148,"Cost":124,"Date":"9/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":472,"Date":"11/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":412,"Date":"12/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":216,"Cost":125,"Date":"1/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":270,"Cost":155,"Date":"1/21/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":436,"Cost":411,"Date":"2/9/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":133,"Date":"3/19/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":801,"Cost":412,"Date":"4/3/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":184,"Cost":143,"Date":"4/5/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":163,"Date":"4/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":724,"Cost":493,"Date":"7/10/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":334,"Date":"3/25/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":321,"Cost":241,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":652,"Cost":329,"Date":"10/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":438,"Cost":388,"Date":"3/2/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":350,"Cost":264,"Date":"6/28/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":790,"Cost":523,"Date":"7/17/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":676,"Cost":533,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":520,"Cost":390,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":839,"Cost":574,"Date":"11/20/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":617,"Cost":396,"Date":"12/16/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":566,"Cost":486,"Date":"12/30/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":753,"Cost":655,"Date":"2/15/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":496,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":994,"Cost":944,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":808,"Cost":614,"Date":"4/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":206,"Cost":157,"Date":"7/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":491,"Cost":255,"Date":"8/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":802,"Cost":542,"Date":"10/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":651,"Cost":364,"Date":"11/11/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":593,"Cost":472,"Date":"11/30/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":642,"Cost":381,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":685,"Cost":482,"Date":"3/1/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":468,"Cost":380,"Date":"4/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":910,"Cost":749,"Date":"5/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":211,"Cost":189,"Date":"8/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":700,"Cost":564,"Date":"9/15/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":289,"Cost":235,"Date":"10/14/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":827,"Cost":666,"Date":"10/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":395,"Cost":373,"Date":"11/11/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":28,"Cost":24,"Date":"12/7/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":356,"Date":"12/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":798,"Cost":524,"Date":"1/6/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":76,"Date":"1/23/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":506,"Cost":301,"Date":"2/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":597,"Cost":536,"Date":"3/10/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":585,"Cost":397,"Date":"3/12/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":83,"Cost":56,"Date":"3/31/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":47,"Cost":34,"Date":"6/16/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":633,"Cost":376,"Date":"6/17/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":654,"Cost":425,"Date":"8/27/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":132,"Cost":87,"Date":"10/1/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":485,"Cost":384,"Date":"11/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":228,"Cost":198,"Date":"11/9/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":894,"Cost":450,"Date":"3/27/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":449,"Cost":407,"Date":"4/17/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":578,"Cost":383,"Date":"8/11/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":372,"Cost":263,"Date":"8/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":843,"Cost":430,"Date":"9/2/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":490,"Cost":266,"Date":"9/5/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":5,"Date":"9/14/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":705,"Cost":553,"Date":"9/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":798,"Cost":427,"Date":"11/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":853,"Date":"12/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":464,"Cost":285,"Date":"1/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":862,"Cost":445,"Date":"1/21/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":171,"Cost":136,"Date":"2/9/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":423,"Date":"3/19/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":205,"Cost":158,"Date":"4/3/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":425,"Cost":226,"Date":"4/5/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":540,"Cost":310,"Date":"4/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":242,"Cost":123,"Date":"7/10/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":77,"Cost":71,"Date":"3/25/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":964,"Cost":766,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":581,"Cost":460,"Date":"10/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":77,"Cost":58,"Date":"3/2/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":735,"Cost":485,"Date":"6/28/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":152,"Cost":94,"Date":"7/17/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":783,"Cost":689,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":275,"Cost":244,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":600,"Date":"11/20/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":477,"Date":"12/16/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":425,"Cost":247,"Date":"12/30/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":894,"Cost":482,"Date":"2/15/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":715,"Cost":507,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":631,"Cost":467,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":152,"Cost":122,"Date":"4/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":743,"Cost":375,"Date":"7/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":663,"Cost":458,"Date":"8/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":15,"Cost":9,"Date":"10/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":416,"Cost":269,"Date":"11/11/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":509,"Cost":451,"Date":"11/30/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":59,"Cost":45,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":598,"Date":"3/1/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":73,"Cost":50,"Date":"4/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":106,"Cost":81,"Date":"5/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":182,"Cost":155,"Date":"8/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":722,"Cost":464,"Date":"9/15/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":544,"Cost":294,"Date":"10/14/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":284,"Cost":177,"Date":"10/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":512,"Cost":372,"Date":"11/11/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":15,"Cost":12,"Date":"12/7/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":317,"Cost":219,"Date":"12/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":908,"Cost":561,"Date":"1/6/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":461,"Date":"1/23/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":914,"Cost":502,"Date":"2/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":153,"Cost":101,"Date":"3/10/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":860,"Cost":725,"Date":"3/12/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":662,"Cost":435,"Date":"3/31/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":466,"Cost":252,"Date":"6/16/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":863,"Cost":723,"Date":"6/17/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":676,"Cost":544,"Date":"8/27/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":422,"Cost":233,"Date":"10/1/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":730,"Cost":601,"Date":"11/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":893,"Cost":840,"Date":"11/9/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":635,"Cost":477,"Date":"3/27/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":213,"Cost":156,"Date":"4/17/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":919,"Cost":850,"Date":"8/11/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":409,"Cost":213,"Date":"8/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":59,"Cost":48,"Date":"9/2/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":580,"Cost":314,"Date":"9/5/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":45,"Cost":23,"Date":"9/14/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":733,"Cost":468,"Date":"9/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":480,"Cost":436,"Date":"11/20/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":397,"Cost":343,"Date":"12/21/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":934,"Cost":612,"Date":"1/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":513,"Cost":293,"Date":"1/21/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":815,"Cost":518,"Date":"2/9/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":342,"Cost":195,"Date":"3/19/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":236,"Cost":175,"Date":"4/3/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":607,"Cost":311,"Date":"4/5/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":833,"Cost":675,"Date":"4/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":19,"Cost":14,"Date":"7/10/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":414,"Cost":300,"Date":"3/25/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":825,"Cost":438,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":505,"Cost":362,"Date":"10/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":620,"Cost":397,"Date":"3/2/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":620,"Cost":585,"Date":"6/28/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":50,"Cost":27,"Date":"7/17/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":682,"Cost":622,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":236,"Cost":144,"Date":"8/23/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":581,"Cost":491,"Date":"11/20/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":878,"Cost":727,"Date":"12/16/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":601,"Cost":445,"Date":"12/30/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":119,"Cost":64,"Date":"2/15/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":818,"Cost":420,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":927,"Cost":714,"Date":"3/7/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":651,"Cost":593,"Date":"4/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":896,"Cost":650,"Date":"7/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":25,"Cost":16,"Date":"8/18/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":797,"Cost":681,"Date":"10/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":599,"Cost":453,"Date":"11/11/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":459,"Cost":231,"Date":"11/30/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":808,"Cost":469,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":270,"Cost":230,"Date":"3/1/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":276,"Cost":256,"Date":"4/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":218,"Cost":191,"Date":"5/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":729,"Cost":499,"Date":"8/13/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":255,"Cost":242,"Date":"9/15/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":764,"Cost":718,"Date":"10/14/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":71,"Cost":65,"Date":"10/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":912,"Cost":651,"Date":"11/11/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":887,"Cost":781,"Date":"12/7/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":59,"Cost":45,"Date":"12/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":194,"Cost":160,"Date":"1/6/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":101,"Cost":61,"Date":"1/23/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":229,"Cost":179,"Date":"2/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":445,"Cost":324,"Date":"3/10/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":976,"Cost":804,"Date":"3/12/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":539,"Cost":439,"Date":"3/31/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":391,"Cost":257,"Date":"6/16/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":119,"Cost":96,"Date":"6/17/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":183,"Cost":140,"Date":"8/27/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":29,"Cost":28,"Date":"10/1/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":80,"Cost":66,"Date":"11/4/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":788,"Cost":624,"Date":"11/9/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":57,"Cost":37,"Date":"3/27/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":176,"Cost":155,"Date":"4/17/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":681,"Cost":375,"Date":"8/11/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":364,"Cost":236,"Date":"8/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":197,"Cost":107,"Date":"9/2/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":663,"Cost":457,"Date":"9/5/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":509,"Cost":271,"Date":"9/14/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":660,"Cost":545,"Date":"9/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":328,"Cost":180,"Date":"11/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":205,"Cost":123,"Date":"12/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":536,"Cost":336,"Date":"1/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":613,"Cost":406,"Date":"1/21/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":317,"Cost":210,"Date":"2/9/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":819,"Cost":545,"Date":"3/19/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":902,"Cost":493,"Date":"4/3/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":277,"Cost":208,"Date":"4/5/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":668,"Cost":550,"Date":"4/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":464,"Cost":366,"Date":"7/10/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":332,"Cost":228,"Date":"3/25/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":421,"Cost":393,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":954,"Cost":627,"Date":"10/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":424,"Cost":390,"Date":"3/2/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":690,"Cost":481,"Date":"6/28/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":147,"Cost":115,"Date":"7/17/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":814,"Cost":544,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":839,"Cost":539,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":63,"Cost":35,"Date":"11/20/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":58,"Cost":43,"Date":"12/16/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":421,"Cost":383,"Date":"12/30/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":55,"Cost":39,"Date":"2/15/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":495,"Cost":360,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":924,"Cost":517,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":202,"Cost":159,"Date":"4/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":764,"Cost":459,"Date":"7/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":417,"Cost":346,"Date":"8/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":858,"Cost":529,"Date":"10/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":64,"Cost":41,"Date":"11/11/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":230,"Cost":208,"Date":"11/30/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":371,"Cost":350,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":698,"Cost":552,"Date":"3/1/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":779,"Cost":722,"Date":"4/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":357,"Cost":235,"Date":"5/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":723,"Cost":660,"Date":"8/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":253,"Cost":192,"Date":"9/15/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":682,"Cost":474,"Date":"10/14/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":19,"Cost":13,"Date":"10/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":499,"Cost":460,"Date":"11/11/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":250,"Cost":225,"Date":"12/7/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":220,"Cost":163,"Date":"12/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":157,"Cost":90,"Date":"1/6/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":981,"Cost":801,"Date":"1/23/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":851,"Cost":725,"Date":"2/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":706,"Cost":504,"Date":"3/10/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":898,"Cost":800,"Date":"3/12/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":825,"Cost":632,"Date":"3/31/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":729,"Cost":616,"Date":"6/16/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":385,"Cost":242,"Date":"6/17/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":292,"Cost":151,"Date":"8/27/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":455,"Cost":277,"Date":"10/1/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":847,"Cost":430,"Date":"11/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":913,"Cost":633,"Date":"11/9/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":145,"Cost":78,"Date":"3/27/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":821,"Date":"4/17/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":544,"Cost":343,"Date":"8/11/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":978,"Cost":747,"Date":"8/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":580,"Date":"9/2/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":202,"Cost":177,"Date":"9/5/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":492,"Cost":303,"Date":"9/14/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":383,"Cost":221,"Date":"9/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":374,"Date":"11/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":830,"Cost":600,"Date":"12/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":434,"Cost":244,"Date":"1/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":904,"Date":"1/21/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":607,"Cost":357,"Date":"2/9/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":566,"Cost":476,"Date":"3/19/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":28,"Date":"4/3/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":232,"Cost":209,"Date":"4/5/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":448,"Cost":312,"Date":"4/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":42,"Cost":23,"Date":"7/10/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":488,"Cost":386,"Date":"3/25/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":932,"Cost":553,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":262,"Cost":202,"Date":"10/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":417,"Date":"3/2/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":29,"Cost":20,"Date":"6/28/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":783,"Cost":431,"Date":"7/17/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":5,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":261,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":948,"Cost":644,"Date":"11/20/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":988,"Cost":562,"Date":"12/16/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":569,"Cost":430,"Date":"12/30/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":589,"Cost":529,"Date":"2/15/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":916,"Cost":549,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":350,"Cost":292,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":533,"Date":"4/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":205,"Date":"7/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":335,"Date":"8/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":187,"Cost":160,"Date":"10/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":693,"Cost":455,"Date":"11/11/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":766,"Cost":559,"Date":"11/30/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":286,"Cost":168,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":246,"Cost":167,"Date":"3/1/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":837,"Cost":440,"Date":"4/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":765,"Cost":525,"Date":"5/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":746,"Cost":680,"Date":"8/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":775,"Date":"9/15/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":592,"Cost":416,"Date":"10/14/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":716,"Cost":578,"Date":"10/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":301,"Cost":241,"Date":"11/11/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":861,"Cost":736,"Date":"12/7/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":903,"Cost":579,"Date":"12/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":195,"Cost":184,"Date":"1/6/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":36,"Date":"1/23/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":596,"Cost":319,"Date":"2/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":447,"Cost":309,"Date":"3/10/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":530,"Cost":267,"Date":"3/12/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":446,"Date":"3/31/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":988,"Cost":856,"Date":"6/16/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":167,"Date":"6/17/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":748,"Cost":501,"Date":"8/27/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":770,"Cost":502,"Date":"10/1/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":149,"Cost":129,"Date":"11/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":973,"Cost":624,"Date":"11/9/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":998,"Cost":640,"Date":"3/27/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":412,"Cost":303,"Date":"4/17/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":19,"Cost":13,"Date":"8/11/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":642,"Cost":405,"Date":"8/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":929,"Cost":539,"Date":"9/2/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":967,"Cost":801,"Date":"9/5/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":247,"Date":"9/14/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":862,"Cost":718,"Date":"9/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":726,"Cost":621,"Date":"11/20/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":841,"Cost":704,"Date":"12/21/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":651,"Cost":329,"Date":"1/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":448,"Cost":322,"Date":"1/21/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":27,"Cost":18,"Date":"2/9/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":119,"Date":"3/19/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":49,"Cost":31,"Date":"4/3/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":902,"Cost":604,"Date":"4/5/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":224,"Cost":147,"Date":"4/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":261,"Cost":199,"Date":"7/10/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":578,"Date":"3/25/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":162,"Cost":81,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":280,"Cost":206,"Date":"10/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":854,"Cost":598,"Date":"3/2/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":865,"Cost":770,"Date":"6/28/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":635,"Cost":533,"Date":"7/17/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":900,"Cost":496,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":50,"Cost":43,"Date":"8/23/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":615,"Date":"11/20/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":547,"Cost":351,"Date":"12/16/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":926,"Cost":737,"Date":"12/30/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":882,"Cost":700,"Date":"2/15/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":838,"Cost":769,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":596,"Cost":511,"Date":"3/7/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":900,"Date":"4/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":354,"Cost":222,"Date":"7/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":492,"Cost":410,"Date":"8/18/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":35,"Date":"10/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":632,"Cost":326,"Date":"11/11/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":97,"Cost":88,"Date":"11/30/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":65,"Cost":35,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":839,"Cost":562,"Date":"3/1/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":414,"Cost":221,"Date":"4/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":529,"Date":"5/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":491,"Date":"8/13/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":469,"Cost":342,"Date":"9/15/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":561,"Cost":325,"Date":"10/14/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":247,"Cost":179,"Date":"10/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":558,"Cost":281,"Date":"11/11/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":361,"Cost":182,"Date":"12/7/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":893,"Cost":678,"Date":"12/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":92,"Cost":59,"Date":"1/6/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":430,"Cost":285,"Date":"1/23/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":303,"Cost":220,"Date":"2/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":882,"Cost":532,"Date":"3/10/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":997,"Cost":929,"Date":"3/12/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":790,"Cost":595,"Date":"3/31/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":332,"Cost":229,"Date":"6/16/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":805,"Date":"6/17/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":29,"Cost":15,"Date":"8/27/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":216,"Cost":196,"Date":"10/1/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":926,"Cost":472,"Date":"11/4/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":203,"Cost":182,"Date":"11/9/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":440,"Date":"3/27/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":348,"Cost":198,"Date":"4/17/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":329,"Cost":210,"Date":"8/11/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":202,"Date":"8/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":942,"Cost":788,"Date":"9/2/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":993,"Cost":765,"Date":"9/5/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":855,"Cost":671,"Date":"9/14/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":447,"Cost":362,"Date":"9/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":521,"Cost":419,"Date":"11/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":45,"Cost":27,"Date":"12/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":953,"Cost":875,"Date":"1/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":14,"Cost":10,"Date":"1/21/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":346,"Cost":289,"Date":"2/9/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":389,"Cost":218,"Date":"3/19/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":268,"Cost":241,"Date":"4/3/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":313,"Cost":228,"Date":"4/5/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":561,"Date":"4/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":694,"Cost":456,"Date":"7/10/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":407,"Cost":358,"Date":"3/25/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":140,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":960,"Cost":852,"Date":"10/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":165,"Cost":86,"Date":"3/2/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":523,"Cost":374,"Date":"6/28/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":652,"Cost":569,"Date":"7/17/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":42,"Cost":35,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":27,"Cost":18,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":163,"Cost":105,"Date":"11/20/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":781,"Cost":732,"Date":"12/16/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":262,"Cost":205,"Date":"12/30/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":569,"Cost":442,"Date":"2/15/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":190,"Cost":148,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":321,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":113,"Cost":74,"Date":"4/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":61,"Cost":43,"Date":"7/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":204,"Cost":116,"Date":"8/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":705,"Cost":525,"Date":"10/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":633,"Cost":549,"Date":"11/11/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":846,"Cost":795,"Date":"11/30/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":724,"Cost":396,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":732,"Cost":556,"Date":"3/1/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":139,"Date":"4/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":279,"Date":"5/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":692,"Cost":555,"Date":"8/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":780,"Cost":583,"Date":"9/15/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":968,"Cost":904,"Date":"10/14/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":695,"Cost":561,"Date":"10/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":538,"Cost":431,"Date":"11/11/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":34,"Cost":19,"Date":"12/7/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":68,"Cost":38,"Date":"12/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":855,"Cost":443,"Date":"1/6/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":663,"Cost":485,"Date":"1/23/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":603,"Cost":523,"Date":"2/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":711,"Cost":467,"Date":"3/10/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":113,"Cost":89,"Date":"3/12/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":447,"Cost":387,"Date":"3/31/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":645,"Cost":416,"Date":"6/16/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":175,"Cost":144,"Date":"6/17/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":689,"Cost":549,"Date":"8/27/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":231,"Cost":131,"Date":"10/1/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":160,"Cost":96,"Date":"11/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Jeans","Country":"Brazil","Sale":619,"Cost":322,"Date":"11/9/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":782,"Cost":586,"Date":"3/27/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":240,"Cost":223,"Date":"4/17/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":189,"Date":"8/11/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":537,"Cost":429,"Date":"8/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":745,"Cost":577,"Date":"9/2/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":145,"Cost":78,"Date":"9/5/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":382,"Cost":248,"Date":"9/14/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":816,"Cost":412,"Date":"9/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":321,"Cost":211,"Date":"11/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":660,"Cost":617,"Date":"12/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":146,"Cost":131,"Date":"1/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":407,"Cost":307,"Date":"1/21/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":746,"Cost":552,"Date":"2/9/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":995,"Cost":670,"Date":"3/19/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":128,"Cost":66,"Date":"4/3/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":24,"Date":"4/5/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":555,"Cost":277,"Date":"4/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":617,"Cost":546,"Date":"7/10/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":720,"Date":"3/25/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":334,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":459,"Cost":230,"Date":"10/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":471,"Cost":356,"Date":"3/2/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":870,"Cost":676,"Date":"6/28/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":509,"Cost":441,"Date":"7/17/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":933,"Cost":672,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":617,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":175,"Date":"11/20/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":914,"Cost":570,"Date":"12/16/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":73,"Cost":65,"Date":"12/30/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":68,"Cost":46,"Date":"2/15/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":511,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":407,"Cost":251,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":975,"Cost":912,"Date":"4/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":231,"Cost":171,"Date":"7/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":339,"Cost":298,"Date":"8/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":104,"Cost":68,"Date":"10/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":915,"Cost":732,"Date":"11/11/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":642,"Cost":363,"Date":"11/30/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":30,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":645,"Cost":367,"Date":"3/1/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":269,"Date":"4/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":403,"Date":"5/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":116,"Cost":71,"Date":"8/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":660,"Cost":339,"Date":"9/15/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":658,"Cost":526,"Date":"10/14/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":481,"Cost":373,"Date":"10/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":374,"Cost":331,"Date":"11/11/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":79,"Cost":52,"Date":"12/7/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":564,"Cost":483,"Date":"12/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":125,"Cost":98,"Date":"1/6/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":471,"Cost":314,"Date":"1/23/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":920,"Cost":489,"Date":"2/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":769,"Cost":530,"Date":"3/10/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":434,"Cost":244,"Date":"3/12/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":419,"Cost":238,"Date":"3/31/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":437,"Cost":338,"Date":"6/16/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":684,"Cost":407,"Date":"6/17/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":49,"Date":"8/27/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":491,"Cost":335,"Date":"10/1/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":295,"Cost":183,"Date":"11/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":728,"Date":"11/9/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":562,"Cost":464,"Date":"3/27/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":199,"Cost":179,"Date":"4/17/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":664,"Cost":621,"Date":"8/11/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":89,"Cost":65,"Date":"8/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":400,"Cost":202,"Date":"9/2/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":140,"Cost":77,"Date":"9/5/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":838,"Cost":481,"Date":"9/14/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":269,"Cost":182,"Date":"9/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":855,"Cost":785,"Date":"11/20/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":578,"Cost":412,"Date":"12/21/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":12,"Cost":9,"Date":"1/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":15,"Cost":12,"Date":"1/21/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":201,"Cost":115,"Date":"2/9/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":304,"Cost":202,"Date":"3/19/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":737,"Cost":492,"Date":"4/3/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":260,"Cost":182,"Date":"4/5/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":18,"Cost":13,"Date":"4/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":394,"Cost":255,"Date":"7/10/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":426,"Cost":239,"Date":"3/25/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":326,"Cost":258,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":395,"Cost":335,"Date":"10/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":240,"Cost":132,"Date":"3/2/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":135,"Cost":113,"Date":"6/28/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":944,"Cost":620,"Date":"7/17/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":445,"Cost":257,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":826,"Cost":477,"Date":"8/23/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":60,"Cost":53,"Date":"11/20/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":417,"Cost":354,"Date":"12/16/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":534,"Cost":301,"Date":"12/30/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":129,"Cost":97,"Date":"2/15/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":991,"Cost":759,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":667,"Cost":370,"Date":"3/7/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":629,"Cost":548,"Date":"4/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":457,"Cost":377,"Date":"7/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":778,"Cost":452,"Date":"8/18/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":346,"Cost":238,"Date":"10/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":934,"Cost":591,"Date":"11/11/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":410,"Cost":220,"Date":"11/30/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":34,"Cost":21,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":556,"Cost":298,"Date":"3/1/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":325,"Cost":253,"Date":"4/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":640,"Cost":394,"Date":"5/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":674,"Cost":470,"Date":"8/13/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":895,"Cost":602,"Date":"9/15/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":413,"Cost":214,"Date":"10/14/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":736,"Cost":500,"Date":"10/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":119,"Cost":73,"Date":"11/11/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":773,"Cost":396,"Date":"12/7/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":420,"Cost":395,"Date":"12/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":146,"Cost":91,"Date":"1/6/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":582,"Cost":304,"Date":"1/23/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":649,"Cost":471,"Date":"2/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":384,"Cost":214,"Date":"3/10/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":152,"Cost":131,"Date":"3/12/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":870,"Cost":775,"Date":"3/31/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":808,"Cost":554,"Date":"6/16/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":847,"Cost":439,"Date":"6/17/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":457,"Cost":386,"Date":"8/27/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":8,"Cost":6,"Date":"10/1/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":424,"Cost":251,"Date":"11/4/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":476,"Cost":399,"Date":"11/9/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":582,"Cost":476,"Date":"3/27/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":92,"Cost":72,"Date":"4/17/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":205,"Cost":148,"Date":"8/11/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":562,"Cost":365,"Date":"8/21/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":339,"Cost":198,"Date":"9/2/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":253,"Cost":152,"Date":"9/5/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":423,"Cost":384,"Date":"9/14/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":630,"Cost":534,"Date":"9/20/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":390,"Cost":245,"Date":"11/20/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":881,"Cost":777,"Date":"12/21/2018"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":651,"Date":"1/7/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":920,"Cost":794,"Date":"1/21/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":82,"Cost":59,"Date":"2/9/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":977,"Cost":850,"Date":"3/19/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":890,"Cost":481,"Date":"4/3/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":62,"Cost":53,"Date":"4/5/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":682,"Cost":577,"Date":"4/28/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":134,"Cost":107,"Date":"7/10/2019"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":600,"Cost":300,"Date":"3/25/2020"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":361,"Cost":227,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":663,"Cost":361,"Date":"10/28/2020"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":425,"Cost":348,"Date":"3/2/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":797,"Cost":615,"Date":"6/28/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":315,"Cost":195,"Date":"7/17/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":560,"Cost":306,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":810,"Cost":574,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":515,"Cost":381,"Date":"11/20/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":298,"Cost":198,"Date":"12/16/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":980,"Cost":827,"Date":"12/30/2021"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":139,"Cost":94,"Date":"2/15/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":257,"Cost":175,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":55,"Cost":39,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":556,"Cost":512,"Date":"4/18/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":192,"Cost":101,"Date":"7/27/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":515,"Cost":338,"Date":"8/18/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":823,"Cost":607,"Date":"10/31/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":586,"Cost":331,"Date":"11/11/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":985,"Cost":647,"Date":"11/30/2022"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":240,"Cost":177,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":557,"Cost":526,"Date":"3/1/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":258,"Cost":236,"Date":"4/13/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":833,"Cost":657,"Date":"5/20/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":29,"Cost":21,"Date":"8/13/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":856,"Cost":497,"Date":"9/15/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":813,"Cost":689,"Date":"10/14/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":282,"Cost":159,"Date":"10/28/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":653,"Cost":594,"Date":"11/11/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":628,"Date":"12/7/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":324,"Cost":272,"Date":"12/21/2023"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":294,"Cost":224,"Date":"1/6/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":12,"Cost":10,"Date":"1/23/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":159,"Cost":115,"Date":"2/4/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":386,"Cost":226,"Date":"3/10/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":958,"Cost":561,"Date":"3/12/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":202,"Cost":171,"Date":"3/31/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":886,"Cost":754,"Date":"6/16/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":486,"Cost":398,"Date":"6/17/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":877,"Cost":495,"Date":"8/27/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":339,"Cost":309,"Date":"10/1/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":471,"Cost":237,"Date":"11/4/2024"},{"Store":"ParkShopping Brasília","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":333,"Date":"11/9/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":406,"Cost":367,"Date":"3/27/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":770,"Cost":496,"Date":"4/17/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":547,"Cost":359,"Date":"8/11/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":366,"Cost":286,"Date":"8/21/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":433,"Cost":218,"Date":"9/2/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":842,"Cost":667,"Date":"9/5/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":515,"Date":"9/14/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":455,"Cost":357,"Date":"9/20/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":32,"Cost":21,"Date":"11/20/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":843,"Cost":464,"Date":"12/21/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":350,"Cost":313,"Date":"1/7/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":551,"Cost":373,"Date":"1/21/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":797,"Cost":492,"Date":"2/9/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":153,"Cost":124,"Date":"3/19/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":685,"Cost":464,"Date":"4/3/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":121,"Date":"4/5/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":50,"Date":"4/28/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":147,"Date":"7/10/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":429,"Cost":266,"Date":"3/25/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":219,"Cost":155,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":879,"Cost":557,"Date":"10/28/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":356,"Cost":187,"Date":"3/2/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":559,"Date":"6/28/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":418,"Cost":298,"Date":"7/17/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":139,"Cost":114,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":236,"Cost":223,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":640,"Date":"11/20/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":173,"Cost":94,"Date":"12/16/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":348,"Cost":185,"Date":"12/30/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":427,"Cost":324,"Date":"2/15/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":623,"Cost":578,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":491,"Cost":314,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":324,"Date":"4/18/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":896,"Cost":550,"Date":"7/27/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":631,"Cost":357,"Date":"8/18/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":803,"Cost":757,"Date":"10/31/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":26,"Cost":17,"Date":"11/11/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":472,"Cost":327,"Date":"11/30/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":143,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":310,"Cost":244,"Date":"3/1/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":803,"Cost":501,"Date":"4/13/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":190,"Cost":117,"Date":"5/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":166,"Cost":153,"Date":"8/13/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":183,"Cost":159,"Date":"9/15/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":643,"Cost":560,"Date":"10/14/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":97,"Cost":81,"Date":"10/28/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":411,"Cost":252,"Date":"11/11/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":552,"Cost":313,"Date":"12/7/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":846,"Cost":472,"Date":"12/21/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":787,"Cost":525,"Date":"1/6/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":136,"Cost":68,"Date":"1/23/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":567,"Cost":415,"Date":"2/4/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":126,"Date":"3/10/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":819,"Cost":715,"Date":"3/12/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":265,"Cost":215,"Date":"3/31/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":49,"Date":"6/16/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":22,"Date":"6/17/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":791,"Cost":510,"Date":"8/27/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":513,"Date":"10/1/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":350,"Date":"11/4/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":664,"Cost":454,"Date":"11/9/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":90,"Cost":83,"Date":"3/27/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":630,"Cost":447,"Date":"4/17/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":913,"Cost":737,"Date":"8/11/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":617,"Cost":320,"Date":"8/21/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":451,"Cost":264,"Date":"9/2/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":235,"Cost":161,"Date":"9/5/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":183,"Cost":159,"Date":"9/14/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":619,"Cost":364,"Date":"9/20/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":409,"Cost":326,"Date":"11/20/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":389,"Cost":319,"Date":"12/21/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":196,"Cost":125,"Date":"1/7/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":163,"Cost":104,"Date":"1/21/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":199,"Cost":164,"Date":"2/9/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":426,"Cost":363,"Date":"3/19/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":867,"Cost":536,"Date":"4/3/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":102,"Cost":91,"Date":"4/5/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":864,"Cost":510,"Date":"4/28/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":676,"Cost":353,"Date":"7/10/2019"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":281,"Cost":140,"Date":"3/25/2020"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":802,"Cost":627,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":844,"Cost":611,"Date":"10/28/2020"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":130,"Cost":112,"Date":"3/2/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":387,"Cost":310,"Date":"6/28/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":284,"Cost":160,"Date":"7/17/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":890,"Cost":569,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":904,"Cost":632,"Date":"8/23/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":730,"Cost":552,"Date":"11/20/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":764,"Cost":694,"Date":"12/16/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":262,"Cost":221,"Date":"12/30/2021"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":136,"Cost":113,"Date":"2/15/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":771,"Cost":447,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":253,"Cost":158,"Date":"3/7/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":910,"Cost":750,"Date":"4/18/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":475,"Cost":335,"Date":"7/27/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":716,"Cost":565,"Date":"8/18/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":674,"Cost":575,"Date":"10/31/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":420,"Cost":264,"Date":"11/11/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":927,"Cost":812,"Date":"11/30/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":295,"Cost":189,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":309,"Cost":245,"Date":"3/1/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":778,"Cost":428,"Date":"4/13/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":300,"Cost":178,"Date":"5/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":32,"Cost":28,"Date":"8/13/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":657,"Cost":535,"Date":"9/15/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":990,"Cost":836,"Date":"10/14/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":627,"Cost":402,"Date":"10/28/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":202,"Cost":162,"Date":"11/11/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":523,"Cost":479,"Date":"12/7/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":576,"Cost":416,"Date":"12/21/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":505,"Cost":431,"Date":"1/6/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":162,"Cost":143,"Date":"1/23/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":368,"Cost":313,"Date":"2/4/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":211,"Cost":167,"Date":"3/10/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":531,"Cost":278,"Date":"3/12/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":45,"Cost":25,"Date":"3/31/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":127,"Cost":90,"Date":"6/16/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":520,"Cost":402,"Date":"6/17/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":816,"Cost":598,"Date":"8/27/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":295,"Cost":227,"Date":"10/1/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":318,"Cost":240,"Date":"11/4/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":654,"Cost":340,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":214,"Cost":109,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":350,"Cost":280,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":161,"Cost":91,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":964,"Cost":671,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":858,"Cost":479,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":297,"Cost":162,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":776,"Cost":649,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":998,"Cost":900,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":51,"Cost":44,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":844,"Cost":663,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":969,"Cost":492,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":401,"Cost":358,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":982,"Cost":688,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":74,"Cost":43,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":896,"Cost":594,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":782,"Cost":495,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":544,"Cost":516,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":404,"Cost":241,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":616,"Cost":421,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":672,"Cost":570,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":278,"Cost":219,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":969,"Cost":698,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":713,"Cost":447,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":630,"Cost":411,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":280,"Cost":183,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":527,"Cost":313,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":374,"Cost":270,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":369,"Cost":237,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":391,"Cost":232,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":249,"Cost":178,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":981,"Cost":639,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":350,"Cost":317,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":786,"Cost":461,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":801,"Cost":541,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":458,"Cost":247,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":84,"Cost":53,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":30,"Cost":25,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":277,"Cost":237,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":892,"Cost":683,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":546,"Cost":347,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":855,"Cost":684,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":975,"Cost":553,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":701,"Cost":525,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":368,"Cost":211,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":999,"Cost":664,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":144,"Cost":119,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":325,"Cost":257,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":685,"Cost":515,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":284,"Cost":242,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":585,"Cost":404,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":762,"Cost":508,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":405,"Cost":210,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":809,"Cost":635,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":200,"Cost":108,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":488,"Cost":416,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":594,"Cost":344,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":952,"Cost":690,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":505,"Cost":358,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":97,"Cost":88,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":102,"Cost":69,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":814,"Cost":573,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":172,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":622,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":840,"Cost":637,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":220,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":408,"Cost":381,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":633,"Cost":411,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":423,"Cost":227,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":341,"Cost":245,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":75,"Cost":64,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":29,"Cost":16,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":305,"Cost":273,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":294,"Cost":253,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":301,"Cost":280,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":298,"Cost":233,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":296,"Cost":205,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":836,"Cost":618,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":298,"Cost":278,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":218,"Cost":143,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":360,"Cost":234,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":154,"Cost":97,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":683,"Cost":549,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":288,"Cost":185,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":18,"Cost":9,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":482,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":240,"Cost":146,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":385,"Cost":298,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":949,"Cost":778,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":977,"Cost":738,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":144,"Cost":111,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":722,"Cost":633,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":667,"Cost":634,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":778,"Cost":430,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":433,"Cost":365,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":283,"Cost":204,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":259,"Cost":205,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":821,"Cost":588,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":7,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":247,"Cost":194,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":724,"Cost":554,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":265,"Cost":222,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":351,"Cost":202,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":700,"Cost":435,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":866,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":565,"Cost":526,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":675,"Cost":605,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":644,"Cost":599,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":378,"Cost":353,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":164,"Cost":132,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":459,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":392,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":383,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":612,"Cost":344,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":558,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":800,"Cost":504,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":546,"Cost":405,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":386,"Cost":316,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":314,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":830,"Cost":508,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":426,"Cost":337,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":770,"Cost":477,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":795,"Cost":537,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":677,"Cost":484,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":537,"Cost":489,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":411,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":438,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":956,"Cost":591,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":779,"Cost":422,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":215,"Cost":154,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":183,"Cost":105,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":132,"Cost":114,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":286,"Cost":207,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":146,"Cost":78,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":314,"Cost":160,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":186,"Cost":154,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":687,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":963,"Cost":737,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":758,"Cost":457,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":363,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":32,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":563,"Cost":320,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":701,"Cost":446,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":269,"Cost":201,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":109,"Cost":69,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":843,"Cost":667,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":268,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":566,"Cost":419,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":309,"Cost":276,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":194,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":533,"Cost":399,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":92,"Cost":75,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":65,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":842,"Cost":554,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":104,"Cost":99,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":552,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":231,"Cost":198,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":149,"Cost":103,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":619,"Cost":385,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":414,"Cost":259,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":212,"Cost":200,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":248,"Cost":127,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":501,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":470,"Cost":238,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":59,"Cost":55,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":989,"Cost":886,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":226,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":830,"Cost":416,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":138,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":63,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":528,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":119,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":71,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":39,"Cost":30,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":626,"Cost":531,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":249,"Cost":180,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":164,"Cost":109,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":877,"Cost":673,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":470,"Cost":325,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":541,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":58,"Cost":48,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":651,"Cost":572,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":490,"Cost":433,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Jeans","Country":"Brazil","Sale":649,"Cost":424,"Date":"11/9/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":571,"Cost":446,"Date":"3/27/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":145,"Cost":128,"Date":"4/17/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":127,"Cost":80,"Date":"8/11/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":461,"Date":"8/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":157,"Date":"9/2/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":535,"Cost":508,"Date":"9/5/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":835,"Cost":421,"Date":"9/14/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":282,"Cost":151,"Date":"9/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":246,"Cost":187,"Date":"11/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":482,"Cost":432,"Date":"12/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":400,"Cost":270,"Date":"1/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":342,"Cost":197,"Date":"1/21/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":532,"Cost":387,"Date":"2/9/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":576,"Cost":533,"Date":"3/19/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":860,"Cost":668,"Date":"4/3/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":178,"Date":"4/5/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":758,"Cost":548,"Date":"4/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":154,"Cost":93,"Date":"7/10/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":684,"Cost":446,"Date":"3/25/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":367,"Cost":218,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":83,"Date":"10/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":935,"Cost":596,"Date":"3/2/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":861,"Cost":674,"Date":"6/28/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":968,"Cost":827,"Date":"7/17/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":592,"Cost":384,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":895,"Cost":498,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":55,"Cost":29,"Date":"11/20/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":143,"Cost":117,"Date":"12/16/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":124,"Cost":117,"Date":"12/30/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":790,"Cost":725,"Date":"2/15/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":763,"Cost":434,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":683,"Cost":628,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":876,"Cost":823,"Date":"4/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":899,"Cost":708,"Date":"7/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":749,"Cost":571,"Date":"8/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":926,"Cost":750,"Date":"10/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":545,"Date":"11/11/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":732,"Cost":552,"Date":"11/30/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":434,"Cost":383,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":866,"Cost":443,"Date":"3/1/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":870,"Cost":756,"Date":"4/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":68,"Date":"5/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":332,"Cost":172,"Date":"8/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":901,"Cost":614,"Date":"9/15/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":492,"Cost":278,"Date":"10/14/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":502,"Cost":400,"Date":"10/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":831,"Date":"11/11/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":585,"Cost":430,"Date":"12/7/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":497,"Date":"12/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":326,"Cost":242,"Date":"1/6/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":290,"Cost":198,"Date":"1/23/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":656,"Cost":580,"Date":"2/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":512,"Cost":301,"Date":"3/10/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":419,"Cost":286,"Date":"3/12/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":431,"Date":"3/31/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":751,"Cost":485,"Date":"6/16/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":489,"Cost":392,"Date":"6/17/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":997,"Cost":600,"Date":"8/27/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":155,"Cost":130,"Date":"10/1/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":491,"Date":"11/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"HM Home","Country":"Brazil","Sale":659,"Cost":363,"Date":"11/9/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":169,"Cost":134,"Date":"3/27/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":557,"Cost":342,"Date":"4/17/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":379,"Cost":315,"Date":"8/11/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":602,"Cost":349,"Date":"8/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":975,"Cost":761,"Date":"9/2/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":356,"Date":"9/5/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":4,"Cost":2,"Date":"9/14/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":415,"Cost":341,"Date":"9/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":942,"Cost":548,"Date":"11/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":117,"Cost":80,"Date":"12/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":439,"Cost":382,"Date":"1/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":95,"Date":"1/21/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":308,"Cost":155,"Date":"2/9/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":449,"Cost":335,"Date":"3/19/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":407,"Cost":363,"Date":"4/3/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":533,"Cost":480,"Date":"4/5/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":644,"Cost":368,"Date":"4/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":46,"Cost":44,"Date":"7/10/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":24,"Cost":12,"Date":"3/25/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":42,"Cost":32,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":730,"Cost":429,"Date":"10/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":209,"Cost":110,"Date":"3/2/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":688,"Cost":627,"Date":"6/28/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":863,"Cost":807,"Date":"7/17/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":77,"Cost":46,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":274,"Cost":162,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":199,"Cost":184,"Date":"11/20/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":827,"Cost":435,"Date":"12/16/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":454,"Cost":293,"Date":"12/30/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":551,"Cost":416,"Date":"2/15/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":493,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":789,"Cost":527,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":727,"Cost":651,"Date":"4/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":751,"Cost":576,"Date":"7/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":497,"Cost":363,"Date":"8/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":762,"Cost":559,"Date":"10/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":556,"Date":"11/11/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":10,"Cost":8,"Date":"11/30/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":426,"Cost":372,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":851,"Cost":607,"Date":"3/1/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":406,"Cost":380,"Date":"4/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":805,"Cost":450,"Date":"5/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":252,"Cost":180,"Date":"8/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":525,"Cost":424,"Date":"9/15/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":930,"Cost":884,"Date":"10/14/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":735,"Cost":648,"Date":"10/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":377,"Date":"11/11/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":103,"Cost":55,"Date":"12/7/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":670,"Cost":471,"Date":"12/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":799,"Cost":442,"Date":"1/6/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":518,"Cost":421,"Date":"1/23/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":452,"Cost":282,"Date":"2/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":800,"Cost":628,"Date":"3/10/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":419,"Cost":293,"Date":"3/12/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":25,"Cost":15,"Date":"3/31/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":177,"Date":"6/16/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":433,"Cost":259,"Date":"6/17/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":470,"Date":"8/27/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":272,"Cost":253,"Date":"10/1/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":189,"Cost":117,"Date":"11/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":231,"Cost":206,"Date":"11/9/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":727,"Cost":410,"Date":"3/27/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":374,"Date":"4/17/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":544,"Date":"8/11/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":884,"Cost":634,"Date":"8/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":751,"Cost":626,"Date":"9/2/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":164,"Cost":83,"Date":"9/5/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":317,"Cost":293,"Date":"9/14/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":429,"Cost":283,"Date":"9/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":686,"Cost":536,"Date":"11/20/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":580,"Cost":310,"Date":"12/21/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":568,"Cost":461,"Date":"1/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":91,"Date":"1/21/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":456,"Cost":352,"Date":"2/9/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":836,"Cost":733,"Date":"3/19/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":229,"Cost":195,"Date":"4/3/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":544,"Date":"4/5/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":642,"Cost":453,"Date":"4/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":59,"Cost":51,"Date":"7/10/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":9,"Date":"3/25/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":800,"Cost":514,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":55,"Cost":47,"Date":"10/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":905,"Cost":522,"Date":"3/2/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":936,"Cost":765,"Date":"6/28/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":206,"Date":"7/17/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":239,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":438,"Cost":412,"Date":"8/23/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":326,"Cost":239,"Date":"11/20/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":546,"Cost":375,"Date":"12/16/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":886,"Cost":511,"Date":"12/30/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":546,"Cost":301,"Date":"2/15/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":32,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":49,"Cost":32,"Date":"3/7/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":831,"Cost":716,"Date":"4/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":824,"Cost":485,"Date":"7/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":620,"Cost":588,"Date":"8/18/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":555,"Cost":373,"Date":"10/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":759,"Cost":513,"Date":"11/11/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":959,"Cost":642,"Date":"11/30/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":614,"Cost":349,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":192,"Cost":98,"Date":"3/1/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":66,"Date":"4/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":337,"Date":"5/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":169,"Date":"8/13/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":923,"Cost":821,"Date":"9/15/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":400,"Cost":351,"Date":"10/14/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":585,"Cost":334,"Date":"10/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":703,"Cost":382,"Date":"11/11/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":156,"Cost":144,"Date":"12/7/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":679,"Cost":445,"Date":"12/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":755,"Cost":530,"Date":"1/6/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":121,"Cost":91,"Date":"1/23/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":164,"Date":"2/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":698,"Cost":488,"Date":"3/10/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":512,"Cost":388,"Date":"3/12/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":326,"Date":"3/31/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":105,"Date":"6/16/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":191,"Date":"6/17/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":517,"Date":"8/27/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":227,"Date":"10/1/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":778,"Date":"11/4/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":485,"Date":"11/9/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":336,"Cost":277,"Date":"3/27/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":943,"Cost":534,"Date":"4/17/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":120,"Cost":99,"Date":"8/11/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":430,"Date":"8/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":323,"Cost":300,"Date":"9/2/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":328,"Cost":232,"Date":"9/5/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":267,"Cost":237,"Date":"9/14/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":585,"Date":"9/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":864,"Cost":597,"Date":"11/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":427,"Cost":311,"Date":"12/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":846,"Cost":531,"Date":"1/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":89,"Cost":75,"Date":"1/21/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":517,"Cost":329,"Date":"2/9/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":179,"Cost":149,"Date":"3/19/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":461,"Cost":418,"Date":"4/3/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":765,"Cost":665,"Date":"4/5/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":348,"Cost":208,"Date":"4/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":244,"Cost":171,"Date":"7/10/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":786,"Cost":674,"Date":"3/25/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":143,"Cost":76,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":617,"Cost":462,"Date":"10/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":74,"Cost":43,"Date":"3/2/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":34,"Cost":28,"Date":"6/28/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":965,"Cost":672,"Date":"7/17/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":186,"Cost":136,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":910,"Cost":585,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":736,"Cost":538,"Date":"11/20/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":36,"Cost":29,"Date":"12/16/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":713,"Cost":552,"Date":"12/30/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":229,"Cost":123,"Date":"2/15/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":702,"Cost":540,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":118,"Cost":94,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":479,"Cost":314,"Date":"4/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":7,"Cost":6,"Date":"7/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":119,"Cost":84,"Date":"8/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":428,"Date":"10/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":680,"Cost":417,"Date":"11/11/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":962,"Cost":586,"Date":"11/30/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":993,"Cost":659,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":168,"Cost":159,"Date":"3/1/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":612,"Cost":495,"Date":"4/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":635,"Cost":327,"Date":"5/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":197,"Cost":103,"Date":"8/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":664,"Date":"9/15/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":727,"Cost":572,"Date":"10/14/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":247,"Cost":207,"Date":"10/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":849,"Cost":482,"Date":"11/11/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":167,"Cost":149,"Date":"12/7/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":304,"Cost":249,"Date":"12/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":842,"Cost":584,"Date":"1/6/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":797,"Cost":674,"Date":"1/23/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":684,"Cost":579,"Date":"2/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":54,"Cost":38,"Date":"3/10/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":917,"Cost":558,"Date":"3/12/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":754,"Cost":665,"Date":"3/31/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":35,"Cost":18,"Date":"6/16/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":862,"Cost":432,"Date":"6/17/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":508,"Date":"8/27/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":431,"Date":"10/1/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":327,"Cost":281,"Date":"11/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Nova","Country":"Brazil","Sale":22,"Cost":18,"Date":"11/9/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":366,"Cost":268,"Date":"3/27/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":742,"Cost":372,"Date":"4/17/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":345,"Cost":180,"Date":"8/11/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":585,"Cost":511,"Date":"8/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":554,"Cost":402,"Date":"9/2/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":145,"Cost":135,"Date":"9/5/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":490,"Cost":459,"Date":"9/14/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":751,"Cost":705,"Date":"9/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":824,"Cost":687,"Date":"11/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":538,"Cost":309,"Date":"12/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":562,"Cost":519,"Date":"1/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":670,"Cost":512,"Date":"1/21/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":407,"Cost":371,"Date":"2/9/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":641,"Cost":556,"Date":"3/19/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":102,"Cost":75,"Date":"4/3/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":897,"Cost":575,"Date":"4/5/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":999,"Cost":801,"Date":"4/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":642,"Cost":545,"Date":"7/10/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":279,"Cost":208,"Date":"3/25/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":950,"Cost":844,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":869,"Cost":702,"Date":"10/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":851,"Cost":734,"Date":"3/2/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":567,"Cost":306,"Date":"6/28/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":574,"Cost":365,"Date":"7/17/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":548,"Cost":509,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":31,"Cost":20,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":166,"Cost":136,"Date":"11/20/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":499,"Cost":336,"Date":"12/16/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":849,"Cost":769,"Date":"12/30/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":28,"Cost":24,"Date":"2/15/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":939,"Cost":768,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":613,"Cost":407,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":916,"Cost":491,"Date":"4/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":956,"Cost":763,"Date":"7/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":8,"Cost":5,"Date":"8/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":221,"Cost":158,"Date":"10/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":837,"Cost":515,"Date":"11/11/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":743,"Cost":618,"Date":"11/30/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":939,"Cost":826,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":587,"Cost":334,"Date":"3/1/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":65,"Cost":42,"Date":"4/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":327,"Cost":216,"Date":"5/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":240,"Cost":159,"Date":"8/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":174,"Cost":160,"Date":"9/15/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":543,"Cost":276,"Date":"10/14/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":513,"Cost":469,"Date":"10/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":393,"Cost":333,"Date":"11/11/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":472,"Cost":328,"Date":"12/7/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":76,"Cost":65,"Date":"12/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":835,"Cost":517,"Date":"1/6/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":395,"Cost":256,"Date":"1/23/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":982,"Cost":571,"Date":"2/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":16,"Cost":8,"Date":"3/10/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":24,"Cost":20,"Date":"3/12/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":975,"Cost":849,"Date":"3/31/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":194,"Cost":97,"Date":"6/16/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":340,"Cost":188,"Date":"6/17/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":877,"Cost":470,"Date":"8/27/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":834,"Cost":621,"Date":"10/1/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":966,"Cost":610,"Date":"11/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":620,"Cost":415,"Date":"11/9/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":707,"Cost":433,"Date":"3/27/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":885,"Cost":762,"Date":"4/17/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":188,"Cost":120,"Date":"8/11/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":91,"Cost":48,"Date":"8/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":527,"Cost":344,"Date":"9/2/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":442,"Cost":314,"Date":"9/5/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":906,"Cost":789,"Date":"9/14/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":42,"Cost":38,"Date":"9/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":766,"Cost":627,"Date":"11/20/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":748,"Cost":482,"Date":"12/21/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":108,"Date":"1/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":708,"Cost":466,"Date":"1/21/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":980,"Cost":904,"Date":"2/9/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":55,"Cost":48,"Date":"3/19/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":21,"Cost":15,"Date":"4/3/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":774,"Cost":459,"Date":"4/5/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":137,"Cost":95,"Date":"4/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":434,"Cost":325,"Date":"7/10/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":307,"Cost":194,"Date":"3/25/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":155,"Cost":116,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":67,"Cost":52,"Date":"10/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":33,"Date":"3/2/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":85,"Cost":59,"Date":"6/28/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":628,"Cost":390,"Date":"7/17/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":117,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":143,"Cost":81,"Date":"8/23/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":221,"Cost":197,"Date":"11/20/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":947,"Cost":801,"Date":"12/16/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":486,"Cost":264,"Date":"12/30/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":726,"Cost":436,"Date":"2/15/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":855,"Cost":607,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":814,"Cost":750,"Date":"3/7/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":733,"Cost":653,"Date":"4/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":458,"Cost":230,"Date":"7/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":634,"Cost":553,"Date":"8/18/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":261,"Date":"10/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":800,"Date":"11/11/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":347,"Cost":228,"Date":"11/30/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":723,"Cost":570,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":772,"Cost":490,"Date":"3/1/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":932,"Cost":679,"Date":"4/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":58,"Cost":51,"Date":"5/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":726,"Cost":501,"Date":"8/13/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":893,"Cost":775,"Date":"9/15/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":773,"Cost":418,"Date":"10/14/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":270,"Cost":143,"Date":"10/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":997,"Cost":850,"Date":"11/11/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":71,"Cost":53,"Date":"12/7/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":76,"Cost":70,"Date":"12/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":457,"Cost":337,"Date":"1/6/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":827,"Cost":711,"Date":"1/23/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":824,"Cost":534,"Date":"2/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":993,"Cost":521,"Date":"3/10/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":174,"Cost":163,"Date":"3/12/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":473,"Cost":426,"Date":"3/31/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":284,"Cost":162,"Date":"6/16/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":405,"Date":"6/17/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":136,"Date":"8/27/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":660,"Cost":546,"Date":"10/1/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":987,"Cost":676,"Date":"11/4/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM Home","Country":"Brazil","Sale":860,"Cost":494,"Date":"11/9/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":733,"Cost":401,"Date":"3/27/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":150,"Cost":117,"Date":"4/17/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":941,"Cost":625,"Date":"8/11/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":318,"Cost":208,"Date":"8/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":28,"Cost":14,"Date":"9/2/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":36,"Cost":18,"Date":"9/5/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":667,"Cost":630,"Date":"9/14/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":152,"Cost":84,"Date":"9/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":648,"Cost":579,"Date":"11/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":380,"Cost":191,"Date":"12/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":58,"Cost":40,"Date":"1/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":980,"Cost":527,"Date":"1/21/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":294,"Cost":245,"Date":"2/9/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":171,"Cost":105,"Date":"3/19/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":901,"Cost":608,"Date":"4/3/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":619,"Cost":336,"Date":"4/5/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":966,"Cost":779,"Date":"4/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":333,"Cost":237,"Date":"7/10/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":866,"Cost":616,"Date":"3/25/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":46,"Cost":28,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":705,"Cost":417,"Date":"10/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":494,"Cost":421,"Date":"3/2/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":251,"Cost":174,"Date":"6/28/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":884,"Cost":464,"Date":"7/17/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":312,"Cost":230,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":609,"Cost":499,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":940,"Cost":695,"Date":"11/20/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":137,"Cost":96,"Date":"12/16/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":705,"Cost":380,"Date":"12/30/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":749,"Cost":531,"Date":"2/15/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":356,"Cost":281,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":348,"Cost":255,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":858,"Cost":743,"Date":"4/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":400,"Cost":211,"Date":"7/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":764,"Cost":680,"Date":"8/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":868,"Cost":801,"Date":"10/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":688,"Cost":477,"Date":"11/11/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":641,"Cost":587,"Date":"11/30/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":960,"Cost":768,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":87,"Cost":74,"Date":"3/1/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":797,"Cost":546,"Date":"4/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":410,"Cost":319,"Date":"5/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":244,"Cost":175,"Date":"8/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":876,"Cost":442,"Date":"9/15/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":817,"Cost":574,"Date":"10/14/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":868,"Cost":555,"Date":"10/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":825,"Cost":642,"Date":"11/11/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":37,"Cost":29,"Date":"12/7/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":494,"Cost":416,"Date":"12/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":385,"Cost":348,"Date":"1/6/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":701,"Cost":387,"Date":"1/23/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":797,"Cost":717,"Date":"2/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":274,"Cost":150,"Date":"3/10/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":141,"Cost":124,"Date":"3/12/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":996,"Cost":942,"Date":"3/31/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":270,"Cost":178,"Date":"6/16/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":358,"Cost":254,"Date":"6/17/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":308,"Cost":179,"Date":"8/27/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":684,"Cost":429,"Date":"10/1/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":729,"Cost":675,"Date":"11/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":305,"Cost":169,"Date":"11/9/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":205,"Cost":184,"Date":"3/27/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":803,"Cost":420,"Date":"4/17/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":232,"Cost":119,"Date":"8/11/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":273,"Cost":138,"Date":"8/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":540,"Date":"9/2/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":516,"Date":"9/5/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":274,"Cost":139,"Date":"9/14/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":92,"Cost":78,"Date":"9/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":913,"Cost":530,"Date":"11/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":897,"Cost":831,"Date":"12/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":819,"Cost":599,"Date":"1/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":320,"Cost":287,"Date":"1/21/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":589,"Cost":430,"Date":"2/9/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":71,"Date":"3/19/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":399,"Cost":241,"Date":"4/3/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":662,"Cost":341,"Date":"4/5/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":47,"Cost":42,"Date":"4/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":112,"Cost":102,"Date":"7/10/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":186,"Cost":149,"Date":"3/25/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":683,"Cost":405,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":373,"Cost":215,"Date":"10/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":429,"Date":"3/2/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":19,"Cost":12,"Date":"6/28/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":110,"Cost":98,"Date":"7/17/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":203,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":526,"Cost":469,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":34,"Cost":19,"Date":"11/20/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":72,"Cost":65,"Date":"12/16/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":550,"Cost":426,"Date":"12/30/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":177,"Date":"2/15/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":465,"Cost":417,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":839,"Cost":462,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":378,"Cost":200,"Date":"4/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":612,"Cost":437,"Date":"7/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":339,"Cost":217,"Date":"8/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":45,"Cost":25,"Date":"10/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":503,"Cost":296,"Date":"11/11/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":594,"Cost":333,"Date":"11/30/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":693,"Cost":618,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":265,"Date":"3/1/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":270,"Cost":230,"Date":"4/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":412,"Cost":353,"Date":"5/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":157,"Cost":139,"Date":"8/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":285,"Cost":174,"Date":"9/15/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":198,"Cost":163,"Date":"10/14/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":285,"Cost":261,"Date":"10/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":1000,"Cost":627,"Date":"11/11/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":16,"Cost":8,"Date":"12/7/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":80,"Cost":51,"Date":"12/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":838,"Cost":478,"Date":"1/6/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":864,"Cost":445,"Date":"1/23/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":9,"Cost":8,"Date":"2/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":805,"Cost":653,"Date":"3/10/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":435,"Cost":231,"Date":"3/12/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":764,"Cost":504,"Date":"3/31/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":80,"Cost":69,"Date":"6/16/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":339,"Cost":297,"Date":"6/17/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":524,"Cost":497,"Date":"8/27/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":267,"Cost":251,"Date":"10/1/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":163,"Cost":84,"Date":"11/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":727,"Cost":410,"Date":"11/9/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":508,"Date":"3/27/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":573,"Cost":385,"Date":"4/17/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":56,"Cost":46,"Date":"8/11/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":170,"Cost":120,"Date":"8/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":298,"Date":"9/2/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":897,"Cost":458,"Date":"9/5/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":257,"Cost":175,"Date":"9/14/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":845,"Cost":747,"Date":"9/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":93,"Cost":48,"Date":"11/20/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":348,"Cost":322,"Date":"12/21/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":644,"Cost":590,"Date":"1/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":473,"Cost":395,"Date":"1/21/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":65,"Cost":60,"Date":"2/9/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":462,"Cost":379,"Date":"3/19/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":55,"Cost":41,"Date":"4/3/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":942,"Cost":819,"Date":"4/5/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":592,"Cost":403,"Date":"4/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":274,"Cost":255,"Date":"7/10/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":555,"Cost":403,"Date":"3/25/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":118,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":869,"Cost":608,"Date":"10/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":266,"Cost":209,"Date":"3/2/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":255,"Cost":203,"Date":"6/28/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":104,"Cost":78,"Date":"7/17/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":288,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":31,"Date":"8/23/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":15,"Date":"11/20/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":778,"Cost":606,"Date":"12/16/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":823,"Cost":511,"Date":"12/30/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":205,"Cost":115,"Date":"2/15/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":508,"Cost":284,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":351,"Cost":323,"Date":"3/7/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":847,"Cost":713,"Date":"4/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":128,"Cost":103,"Date":"7/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":472,"Cost":359,"Date":"8/18/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":492,"Cost":258,"Date":"10/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":676,"Cost":498,"Date":"11/11/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":319,"Cost":276,"Date":"11/30/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":192,"Cost":141,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":77,"Cost":70,"Date":"3/1/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":346,"Date":"4/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":758,"Cost":395,"Date":"5/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":717,"Cost":392,"Date":"8/13/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":724,"Cost":392,"Date":"9/15/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":451,"Cost":228,"Date":"10/14/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":99,"Cost":66,"Date":"10/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":405,"Cost":229,"Date":"11/11/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":213,"Cost":119,"Date":"12/7/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":504,"Cost":413,"Date":"12/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":495,"Cost":428,"Date":"1/6/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":146,"Date":"1/23/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":834,"Cost":708,"Date":"2/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":922,"Cost":586,"Date":"3/10/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":81,"Cost":72,"Date":"3/12/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":47,"Date":"3/31/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":764,"Cost":537,"Date":"6/16/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":240,"Cost":178,"Date":"6/17/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":511,"Cost":443,"Date":"8/27/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":18,"Cost":13,"Date":"10/1/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":390,"Cost":361,"Date":"11/4/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":426,"Cost":283,"Date":"11/9/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":116,"Date":"3/27/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":783,"Cost":588,"Date":"4/17/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":303,"Date":"8/11/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":312,"Cost":218,"Date":"8/21/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":258,"Cost":171,"Date":"9/2/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":152,"Cost":137,"Date":"9/5/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":795,"Date":"9/14/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":18,"Cost":11,"Date":"9/20/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":710,"Cost":436,"Date":"11/20/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":350,"Date":"12/21/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":864,"Cost":534,"Date":"1/7/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":818,"Date":"1/21/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":938,"Cost":837,"Date":"2/9/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":880,"Cost":450,"Date":"3/19/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":595,"Cost":324,"Date":"4/3/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":941,"Cost":654,"Date":"4/5/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":509,"Cost":367,"Date":"4/28/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":921,"Cost":595,"Date":"7/10/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":929,"Cost":570,"Date":"3/25/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":408,"Cost":326,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":326,"Cost":296,"Date":"10/28/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":112,"Cost":82,"Date":"3/2/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":380,"Cost":240,"Date":"6/28/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":472,"Date":"7/17/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":860,"Cost":617,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":604,"Cost":491,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":492,"Cost":418,"Date":"11/20/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":305,"Cost":184,"Date":"12/16/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":925,"Cost":670,"Date":"12/30/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":296,"Date":"2/15/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":102,"Cost":97,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":422,"Cost":308,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":520,"Cost":334,"Date":"4/18/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":139,"Cost":89,"Date":"7/27/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":116,"Cost":80,"Date":"8/18/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":1,"Cost":1,"Date":"10/31/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":370,"Date":"11/11/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":491,"Cost":334,"Date":"11/30/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":396,"Cost":335,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":885,"Cost":743,"Date":"3/1/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":259,"Cost":203,"Date":"4/13/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":266,"Date":"5/20/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":141,"Cost":114,"Date":"8/13/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":663,"Cost":384,"Date":"9/15/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":548,"Cost":278,"Date":"10/14/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":881,"Cost":796,"Date":"10/28/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":316,"Cost":162,"Date":"11/11/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":769,"Cost":387,"Date":"12/7/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":209,"Date":"12/21/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":17,"Cost":12,"Date":"1/6/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":583,"Cost":535,"Date":"1/23/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":890,"Cost":487,"Date":"2/4/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":120,"Date":"3/10/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":49,"Cost":27,"Date":"3/12/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":80,"Cost":64,"Date":"3/31/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":677,"Cost":370,"Date":"6/16/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":134,"Date":"6/17/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":162,"Cost":105,"Date":"8/27/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":948,"Cost":669,"Date":"10/1/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":16,"Cost":14,"Date":"11/4/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":127,"Date":"11/9/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":306,"Cost":190,"Date":"3/27/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":873,"Cost":560,"Date":"4/17/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":199,"Cost":134,"Date":"8/11/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":646,"Cost":374,"Date":"8/21/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":943,"Cost":812,"Date":"9/2/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":752,"Cost":698,"Date":"9/5/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":375,"Cost":233,"Date":"9/14/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":4,"Cost":4,"Date":"9/20/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":641,"Cost":489,"Date":"11/20/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":997,"Cost":893,"Date":"12/21/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":572,"Cost":412,"Date":"1/7/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":769,"Cost":698,"Date":"1/21/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":894,"Cost":511,"Date":"2/9/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":958,"Cost":867,"Date":"3/19/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":513,"Cost":348,"Date":"4/3/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":529,"Cost":481,"Date":"4/5/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":945,"Cost":724,"Date":"4/28/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":872,"Cost":532,"Date":"7/10/2019"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":143,"Cost":80,"Date":"3/25/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":676,"Cost":583,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":413,"Cost":270,"Date":"10/28/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":311,"Cost":277,"Date":"3/2/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":307,"Cost":253,"Date":"6/28/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":301,"Cost":258,"Date":"7/17/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":269,"Cost":160,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":506,"Cost":449,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":34,"Cost":26,"Date":"11/20/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":275,"Cost":216,"Date":"12/16/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":692,"Cost":383,"Date":"12/30/2021"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":341,"Cost":317,"Date":"2/15/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":994,"Cost":879,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":620,"Cost":333,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":336,"Cost":255,"Date":"4/18/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":115,"Cost":102,"Date":"7/27/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":770,"Cost":597,"Date":"8/18/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":556,"Cost":429,"Date":"10/31/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":25,"Cost":17,"Date":"11/11/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":380,"Cost":353,"Date":"11/30/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":432,"Cost":327,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":646,"Cost":531,"Date":"3/1/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":857,"Cost":760,"Date":"4/13/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":885,"Cost":647,"Date":"5/20/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":714,"Cost":431,"Date":"8/13/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":84,"Cost":52,"Date":"9/15/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":312,"Cost":158,"Date":"10/14/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":259,"Cost":218,"Date":"10/28/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":99,"Cost":85,"Date":"11/11/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":550,"Cost":353,"Date":"12/7/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":268,"Cost":157,"Date":"12/21/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":933,"Cost":755,"Date":"1/6/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":567,"Cost":287,"Date":"1/23/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":346,"Cost":240,"Date":"2/4/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":69,"Cost":65,"Date":"3/10/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":809,"Cost":697,"Date":"3/12/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":86,"Cost":61,"Date":"3/31/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":682,"Cost":451,"Date":"6/16/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":214,"Cost":199,"Date":"6/17/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":518,"Cost":377,"Date":"8/27/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":691,"Cost":403,"Date":"10/1/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":183,"Cost":142,"Date":"11/4/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":117,"Cost":68,"Date":"11/9/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":779,"Cost":491,"Date":"3/27/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":639,"Cost":351,"Date":"4/17/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":67,"Date":"8/11/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":626,"Cost":407,"Date":"8/21/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":745,"Cost":679,"Date":"9/2/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":833,"Cost":698,"Date":"9/5/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":531,"Cost":350,"Date":"9/14/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":561,"Date":"9/20/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":78,"Cost":70,"Date":"11/20/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":486,"Date":"12/21/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":704,"Cost":479,"Date":"1/7/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":504,"Cost":273,"Date":"1/21/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":60,"Cost":47,"Date":"2/9/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":96,"Cost":75,"Date":"3/19/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":930,"Cost":496,"Date":"4/3/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":557,"Cost":282,"Date":"4/5/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":802,"Cost":495,"Date":"4/28/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":325,"Cost":233,"Date":"7/10/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":18,"Cost":12,"Date":"3/25/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":814,"Cost":490,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":956,"Cost":620,"Date":"10/28/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":811,"Cost":544,"Date":"3/2/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":369,"Cost":269,"Date":"6/28/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":209,"Cost":154,"Date":"7/17/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":852,"Cost":734,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":487,"Cost":452,"Date":"8/23/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":204,"Cost":153,"Date":"11/20/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":836,"Cost":724,"Date":"12/16/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":637,"Cost":595,"Date":"12/30/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":20,"Cost":16,"Date":"2/15/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":175,"Cost":97,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":145,"Cost":84,"Date":"3/7/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":125,"Cost":93,"Date":"4/18/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":484,"Cost":345,"Date":"7/27/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":763,"Cost":457,"Date":"8/18/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":782,"Cost":661,"Date":"10/31/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":808,"Cost":502,"Date":"11/11/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":38,"Cost":27,"Date":"11/30/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":489,"Cost":273,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":666,"Date":"3/1/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":63,"Cost":60,"Date":"4/13/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":499,"Cost":457,"Date":"5/20/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":39,"Cost":35,"Date":"8/13/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":559,"Cost":376,"Date":"9/15/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":390,"Cost":289,"Date":"10/14/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":587,"Cost":443,"Date":"10/28/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":709,"Cost":657,"Date":"11/11/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":939,"Cost":662,"Date":"12/7/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":541,"Cost":367,"Date":"12/21/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":309,"Cost":287,"Date":"1/6/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":426,"Cost":331,"Date":"1/23/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":439,"Date":"2/4/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":707,"Cost":498,"Date":"3/10/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":144,"Cost":123,"Date":"3/12/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":143,"Cost":101,"Date":"3/31/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":241,"Cost":125,"Date":"6/16/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":192,"Cost":151,"Date":"6/17/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":343,"Cost":192,"Date":"8/27/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":204,"Cost":128,"Date":"10/1/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":506,"Cost":348,"Date":"11/4/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":408,"Cost":314,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":427,"Cost":375,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":455,"Cost":300,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":771,"Cost":432,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":558,"Cost":431,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":389,"Cost":230,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":366,"Cost":276,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":698,"Cost":573,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":999,"Cost":672,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":458,"Cost":376,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":774,"Cost":501,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":624,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":299,"Cost":210,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":205,"Cost":167,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":715,"Cost":569,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":755,"Cost":570,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":311,"Cost":255,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":284,"Cost":238,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":200,"Cost":180,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":372,"Cost":293,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":533,"Cost":270,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":877,"Cost":611,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":511,"Cost":353,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":555,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":60,"Cost":52,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":503,"Cost":339,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":672,"Cost":601,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":136,"Cost":87,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":147,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":273,"Cost":165,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":309,"Cost":190,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":146,"Cost":110,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":989,"Cost":529,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":969,"Cost":791,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":238,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":766,"Cost":629,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":69,"Cost":38,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":294,"Cost":230,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":83,"Cost":51,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":419,"Cost":248,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":87,"Cost":60,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":677,"Cost":457,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":673,"Cost":342,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":32,"Cost":24,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":615,"Cost":482,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":998,"Cost":920,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":103,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":679,"Cost":542,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":103,"Cost":84,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":615,"Cost":501,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":135,"Cost":125,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":705,"Cost":448,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":932,"Cost":785,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":797,"Cost":587,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":922,"Cost":770,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":863,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":846,"Cost":717,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":83,"Cost":59,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":981,"Cost":648,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":164,"Cost":97,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":231,"Cost":160,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":820,"Cost":690,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":299,"Cost":265,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":783,"Cost":674,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":582,"Cost":539,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":60,"Cost":34,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":889,"Cost":743,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":207,"Cost":104,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":896,"Cost":507,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":548,"Cost":430,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":504,"Cost":336,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":611,"Cost":423,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":224,"Cost":137,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":360,"Cost":237,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":268,"Cost":242,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":557,"Cost":434,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":561,"Cost":526,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":998,"Cost":529,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":534,"Cost":379,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":671,"Cost":517,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":965,"Cost":696,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":410,"Cost":326,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":914,"Cost":713,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":926,"Cost":787,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":964,"Cost":690,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":620,"Cost":387,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":907,"Cost":492,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":279,"Cost":150,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":347,"Cost":226,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":372,"Cost":353,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":870,"Cost":604,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":23,"Cost":15,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":460,"Cost":233,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":25,"Cost":23,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":514,"Cost":453,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":18,"Cost":16,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":705,"Cost":631,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":901,"Cost":823,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":91,"Cost":53,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":373,"Cost":207,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":229,"Cost":184,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":289,"Cost":271,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":960,"Cost":691,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":805,"Cost":494,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":802,"Cost":572,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":312,"Cost":160,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":861,"Cost":791,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":144,"Cost":87,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":949,"Cost":654,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":802,"Cost":515,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":997,"Cost":933,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":499,"Cost":353,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":34,"Cost":30,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":727,"Cost":545,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":576,"Cost":526,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":188,"Cost":103,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":566,"Cost":338,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":330,"Cost":222,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":59,"Cost":54,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":231,"Cost":149,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":505,"Cost":383,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"COS","Country":"Brazil","Sale":865,"Cost":483,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":334,"Cost":221,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":713,"Cost":534,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":652,"Cost":473,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":640,"Cost":469,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":127,"Cost":82,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":539,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":977,"Cost":886,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":923,"Cost":583,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":652,"Cost":558,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":385,"Cost":312,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":105,"Cost":98,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":35,"Cost":31,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":54,"Cost":42,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":914,"Cost":643,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":717,"Cost":592,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":370,"Cost":327,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":234,"Cost":138,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":866,"Cost":543,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":443,"Cost":362,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":212,"Cost":172,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":103,"Cost":72,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":187,"Cost":162,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":32,"Cost":29,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":39,"Cost":34,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":688,"Cost":364,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":228,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":56,"Cost":34,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":998,"Cost":740,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":547,"Cost":362,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":175,"Cost":97,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":28,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":464,"Cost":426,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":259,"Cost":172,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":103,"Cost":63,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":298,"Cost":195,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":9,"Cost":7,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":755,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":855,"Cost":806,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":20,"Cost":17,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":96,"Cost":77,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":168,"Cost":138,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":396,"Cost":349,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":38,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":93,"Cost":69,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":877,"Cost":519,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":564,"Cost":295,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":737,"Cost":410,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":433,"Cost":379,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":611,"Cost":307,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":380,"Cost":285,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":960,"Cost":776,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":397,"Cost":214,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":810,"Cost":562,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":708,"Cost":413,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":623,"Cost":328,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":620,"Cost":327,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":667,"Cost":411,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":518,"Cost":390,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":230,"Cost":198,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":106,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":315,"Cost":194,"Date":"11/9/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":98,"Cost":86,"Date":"3/27/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":115,"Cost":87,"Date":"4/17/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":188,"Cost":179,"Date":"8/11/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":555,"Cost":514,"Date":"8/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":889,"Cost":606,"Date":"9/2/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":937,"Cost":510,"Date":"9/5/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":26,"Cost":14,"Date":"9/14/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":699,"Cost":477,"Date":"9/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":104,"Cost":63,"Date":"11/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":936,"Cost":661,"Date":"12/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":581,"Cost":512,"Date":"1/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":146,"Date":"1/21/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":564,"Cost":465,"Date":"2/9/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":709,"Cost":627,"Date":"3/19/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":21,"Cost":19,"Date":"4/3/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":852,"Cost":744,"Date":"4/5/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":454,"Date":"4/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":254,"Date":"7/10/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":783,"Cost":413,"Date":"3/25/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":828,"Cost":644,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":340,"Date":"10/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":343,"Cost":325,"Date":"3/2/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":482,"Cost":277,"Date":"6/28/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":622,"Cost":570,"Date":"7/17/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":126,"Cost":86,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":514,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":377,"Cost":197,"Date":"11/20/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":275,"Cost":185,"Date":"12/16/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":464,"Cost":390,"Date":"12/30/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":285,"Date":"2/15/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":415,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":579,"Cost":313,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":159,"Cost":135,"Date":"4/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":230,"Cost":212,"Date":"7/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":842,"Cost":533,"Date":"8/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":417,"Cost":322,"Date":"10/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":806,"Cost":617,"Date":"11/11/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":742,"Cost":695,"Date":"11/30/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":563,"Cost":387,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":409,"Cost":278,"Date":"3/1/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":337,"Cost":185,"Date":"4/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":968,"Cost":501,"Date":"5/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":966,"Cost":689,"Date":"8/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":409,"Cost":218,"Date":"9/15/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":721,"Date":"10/14/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":957,"Cost":570,"Date":"10/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":440,"Cost":304,"Date":"11/11/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":727,"Cost":482,"Date":"12/7/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":406,"Cost":348,"Date":"12/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":722,"Cost":616,"Date":"1/6/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":83,"Cost":75,"Date":"1/23/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":401,"Cost":361,"Date":"2/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":199,"Cost":129,"Date":"3/10/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":221,"Cost":181,"Date":"3/12/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":998,"Cost":885,"Date":"3/31/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":400,"Cost":367,"Date":"6/16/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":400,"Cost":302,"Date":"6/17/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":420,"Cost":295,"Date":"8/27/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":564,"Cost":490,"Date":"10/1/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":20,"Cost":17,"Date":"11/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":911,"Cost":589,"Date":"11/9/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":582,"Date":"3/27/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":543,"Cost":432,"Date":"4/17/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":365,"Cost":304,"Date":"8/11/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":723,"Cost":546,"Date":"8/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":548,"Cost":397,"Date":"9/2/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":2,"Cost":1,"Date":"9/5/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":236,"Cost":180,"Date":"9/14/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":210,"Cost":181,"Date":"9/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":360,"Date":"11/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":438,"Cost":282,"Date":"12/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":122,"Date":"1/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":533,"Cost":272,"Date":"1/21/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":27,"Cost":20,"Date":"2/9/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":109,"Cost":95,"Date":"3/19/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":151,"Cost":140,"Date":"4/3/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":260,"Cost":185,"Date":"4/5/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":359,"Cost":208,"Date":"4/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":505,"Cost":317,"Date":"7/10/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":594,"Cost":385,"Date":"3/25/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":653,"Cost":444,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":665,"Cost":355,"Date":"10/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":148,"Date":"3/2/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":975,"Cost":789,"Date":"6/28/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":107,"Date":"7/17/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":173,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":330,"Cost":197,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":373,"Cost":193,"Date":"11/20/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":255,"Cost":179,"Date":"12/16/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":690,"Cost":612,"Date":"12/30/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":570,"Cost":535,"Date":"2/15/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":182,"Cost":107,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":747,"Cost":611,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":620,"Cost":380,"Date":"4/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":766,"Cost":695,"Date":"7/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":468,"Date":"8/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":217,"Cost":119,"Date":"10/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":568,"Date":"11/11/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":941,"Cost":871,"Date":"11/30/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":485,"Cost":368,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":669,"Cost":565,"Date":"3/1/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":132,"Cost":80,"Date":"4/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":383,"Date":"5/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":742,"Cost":597,"Date":"8/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":372,"Cost":196,"Date":"9/15/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":596,"Date":"10/14/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":157,"Cost":105,"Date":"10/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":11,"Date":"11/11/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":556,"Cost":304,"Date":"12/7/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":224,"Date":"12/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":267,"Cost":147,"Date":"1/6/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":504,"Cost":335,"Date":"1/23/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":356,"Cost":321,"Date":"2/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":985,"Cost":777,"Date":"3/10/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":534,"Date":"3/12/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":643,"Cost":392,"Date":"3/31/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":304,"Cost":216,"Date":"6/16/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":336,"Cost":232,"Date":"6/17/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":392,"Cost":219,"Date":"8/27/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":511,"Cost":331,"Date":"10/1/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":468,"Cost":314,"Date":"11/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":884,"Cost":765,"Date":"11/9/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":989,"Cost":736,"Date":"3/27/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":285,"Date":"4/17/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":4,"Date":"8/11/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":374,"Cost":221,"Date":"8/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":974,"Cost":759,"Date":"9/2/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":908,"Cost":596,"Date":"9/5/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":701,"Cost":364,"Date":"9/14/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":592,"Cost":393,"Date":"9/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":814,"Cost":470,"Date":"11/20/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":332,"Cost":282,"Date":"12/21/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":43,"Cost":39,"Date":"1/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":410,"Date":"1/21/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":440,"Cost":284,"Date":"2/9/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":804,"Cost":713,"Date":"3/19/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":95,"Cost":67,"Date":"4/3/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":803,"Cost":649,"Date":"4/5/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":62,"Date":"4/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":755,"Cost":716,"Date":"7/10/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":101,"Cost":66,"Date":"3/25/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":558,"Cost":522,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":802,"Date":"10/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":157,"Cost":141,"Date":"3/2/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":774,"Cost":418,"Date":"6/28/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":954,"Cost":736,"Date":"7/17/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":423,"Cost":244,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":544,"Cost":392,"Date":"8/23/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":560,"Cost":525,"Date":"11/20/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":172,"Cost":151,"Date":"12/16/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":920,"Cost":822,"Date":"12/30/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":997,"Cost":830,"Date":"2/15/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":153,"Cost":128,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":760,"Cost":450,"Date":"3/7/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":6,"Cost":4,"Date":"4/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":977,"Cost":854,"Date":"7/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":355,"Cost":321,"Date":"8/18/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":548,"Date":"10/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":734,"Cost":538,"Date":"11/11/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":918,"Cost":688,"Date":"11/30/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":287,"Cost":187,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":158,"Cost":94,"Date":"3/1/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":579,"Cost":408,"Date":"4/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":318,"Cost":262,"Date":"5/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":382,"Cost":235,"Date":"8/13/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":52,"Cost":35,"Date":"9/15/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":532,"Cost":397,"Date":"10/14/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":189,"Cost":152,"Date":"10/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":419,"Cost":394,"Date":"11/11/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":95,"Cost":48,"Date":"12/7/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":781,"Cost":522,"Date":"12/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":135,"Cost":107,"Date":"1/6/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":29,"Cost":19,"Date":"1/23/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":697,"Cost":660,"Date":"2/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":88,"Date":"3/10/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":723,"Cost":680,"Date":"3/12/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":328,"Cost":196,"Date":"3/31/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":354,"Date":"6/16/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":325,"Cost":205,"Date":"6/17/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":188,"Cost":115,"Date":"8/27/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":991,"Cost":743,"Date":"10/1/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":247,"Cost":203,"Date":"11/4/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":32,"Cost":16,"Date":"11/9/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":33,"Date":"3/27/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":81,"Cost":63,"Date":"4/17/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":481,"Cost":243,"Date":"8/11/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":921,"Cost":487,"Date":"8/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":493,"Date":"9/2/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":962,"Cost":820,"Date":"9/5/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":255,"Cost":213,"Date":"9/14/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":114,"Cost":80,"Date":"9/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":24,"Cost":23,"Date":"11/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":991,"Cost":878,"Date":"12/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":475,"Cost":344,"Date":"1/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":209,"Date":"1/21/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":452,"Cost":328,"Date":"2/9/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":717,"Cost":550,"Date":"3/19/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":991,"Cost":791,"Date":"4/3/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":453,"Cost":304,"Date":"4/5/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":339,"Cost":183,"Date":"4/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":864,"Cost":803,"Date":"7/10/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":577,"Date":"3/25/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":173,"Cost":154,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":386,"Date":"10/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":253,"Cost":200,"Date":"3/2/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":104,"Date":"6/28/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":725,"Cost":394,"Date":"7/17/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":600,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":61,"Cost":53,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":397,"Date":"11/20/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":737,"Cost":689,"Date":"12/16/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":455,"Cost":238,"Date":"12/30/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":758,"Cost":532,"Date":"2/15/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":654,"Cost":329,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":587,"Cost":387,"Date":"4/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":560,"Date":"7/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":328,"Date":"8/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":262,"Cost":189,"Date":"10/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":200,"Cost":111,"Date":"11/11/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":955,"Cost":833,"Date":"11/30/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":111,"Cost":73,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":791,"Cost":456,"Date":"3/1/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":353,"Cost":323,"Date":"4/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":834,"Cost":483,"Date":"5/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":839,"Cost":474,"Date":"8/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":717,"Cost":529,"Date":"9/15/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":329,"Cost":224,"Date":"10/14/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":147,"Date":"10/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":324,"Cost":188,"Date":"11/11/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":346,"Cost":273,"Date":"12/7/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":140,"Date":"12/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":905,"Cost":455,"Date":"1/6/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":588,"Cost":295,"Date":"1/23/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":320,"Cost":186,"Date":"2/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":623,"Date":"3/10/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":797,"Cost":498,"Date":"3/12/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":263,"Cost":140,"Date":"3/31/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":627,"Cost":374,"Date":"6/16/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":474,"Cost":363,"Date":"6/17/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":524,"Cost":266,"Date":"8/27/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":530,"Cost":360,"Date":"10/1/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":134,"Date":"11/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":243,"Cost":224,"Date":"11/9/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":63,"Cost":38,"Date":"3/27/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":456,"Cost":336,"Date":"4/17/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":548,"Cost":282,"Date":"8/11/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":119,"Cost":89,"Date":"8/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":765,"Cost":441,"Date":"9/2/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":293,"Cost":236,"Date":"9/5/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":209,"Cost":196,"Date":"9/14/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":896,"Cost":698,"Date":"9/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":105,"Cost":69,"Date":"11/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":241,"Cost":170,"Date":"12/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":820,"Cost":541,"Date":"1/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":183,"Cost":149,"Date":"1/21/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":893,"Cost":801,"Date":"2/9/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":204,"Cost":133,"Date":"3/19/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":495,"Cost":410,"Date":"4/3/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":997,"Cost":806,"Date":"4/5/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":381,"Cost":213,"Date":"4/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":588,"Cost":335,"Date":"7/10/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":16,"Cost":8,"Date":"3/25/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":430,"Cost":252,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":694,"Cost":350,"Date":"10/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":120,"Cost":85,"Date":"3/2/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":1,"Cost":0,"Date":"6/28/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":86,"Cost":48,"Date":"7/17/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":172,"Cost":155,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":696,"Cost":472,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":1,"Cost":1,"Date":"11/20/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":132,"Cost":123,"Date":"12/16/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":141,"Cost":130,"Date":"12/30/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":606,"Cost":480,"Date":"2/15/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":788,"Cost":733,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":842,"Cost":467,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":174,"Cost":157,"Date":"4/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":845,"Cost":486,"Date":"7/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":639,"Cost":444,"Date":"8/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":88,"Cost":54,"Date":"10/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":591,"Cost":412,"Date":"11/11/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":93,"Cost":57,"Date":"11/30/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":92,"Cost":85,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":920,"Cost":814,"Date":"3/1/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":674,"Cost":531,"Date":"4/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":714,"Cost":479,"Date":"5/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":995,"Cost":784,"Date":"8/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":807,"Cost":624,"Date":"9/15/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":830,"Cost":698,"Date":"10/14/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":278,"Cost":191,"Date":"10/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":556,"Cost":295,"Date":"11/11/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":466,"Cost":381,"Date":"12/7/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":838,"Cost":688,"Date":"12/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":184,"Cost":115,"Date":"1/6/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":38,"Cost":28,"Date":"1/23/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":285,"Cost":267,"Date":"2/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":122,"Cost":113,"Date":"3/10/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":895,"Cost":735,"Date":"3/12/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":87,"Cost":55,"Date":"3/31/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":544,"Cost":278,"Date":"6/16/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":110,"Cost":69,"Date":"6/17/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":835,"Cost":576,"Date":"8/27/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":839,"Cost":655,"Date":"10/1/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":862,"Cost":591,"Date":"11/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":722,"Cost":526,"Date":"11/9/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":942,"Cost":615,"Date":"3/27/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":753,"Cost":514,"Date":"4/17/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":122,"Cost":62,"Date":"8/11/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":894,"Cost":743,"Date":"8/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":782,"Cost":469,"Date":"9/2/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":27,"Date":"9/5/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":429,"Date":"9/14/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":296,"Date":"9/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":289,"Date":"11/20/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":160,"Cost":100,"Date":"12/21/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":901,"Cost":558,"Date":"1/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":127,"Cost":82,"Date":"1/21/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":456,"Cost":355,"Date":"2/9/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":25,"Cost":13,"Date":"3/19/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":283,"Date":"4/3/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":857,"Cost":660,"Date":"4/5/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":5,"Cost":3,"Date":"4/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":565,"Cost":350,"Date":"7/10/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":995,"Cost":859,"Date":"3/25/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":878,"Cost":623,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":369,"Date":"10/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":593,"Cost":514,"Date":"3/2/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":674,"Cost":389,"Date":"6/28/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":456,"Date":"7/17/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":513,"Cost":373,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":192,"Cost":137,"Date":"8/23/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":475,"Cost":246,"Date":"11/20/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":413,"Date":"12/16/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":36,"Cost":18,"Date":"12/30/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":621,"Cost":369,"Date":"2/15/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":696,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":856,"Cost":790,"Date":"3/7/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":64,"Date":"4/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":246,"Cost":191,"Date":"7/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":420,"Cost":255,"Date":"8/18/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":466,"Cost":436,"Date":"10/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":430,"Cost":365,"Date":"11/11/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":614,"Cost":531,"Date":"11/30/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":536,"Cost":283,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":352,"Date":"3/1/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":42,"Cost":34,"Date":"4/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":280,"Cost":151,"Date":"5/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":415,"Cost":371,"Date":"8/13/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":343,"Date":"9/15/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":282,"Cost":202,"Date":"10/14/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":492,"Cost":355,"Date":"10/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":696,"Cost":435,"Date":"11/11/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":268,"Cost":227,"Date":"12/7/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":218,"Cost":135,"Date":"12/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":406,"Cost":236,"Date":"1/6/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":345,"Cost":263,"Date":"1/23/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":398,"Date":"2/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":982,"Cost":747,"Date":"3/10/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":271,"Cost":196,"Date":"3/12/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":20,"Cost":15,"Date":"3/31/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":723,"Cost":407,"Date":"6/16/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":327,"Date":"6/17/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":128,"Cost":118,"Date":"8/27/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":542,"Cost":286,"Date":"10/1/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":732,"Cost":542,"Date":"11/4/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":55,"Date":"11/9/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":889,"Cost":517,"Date":"3/27/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":405,"Date":"4/17/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":343,"Cost":247,"Date":"8/11/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":330,"Cost":233,"Date":"8/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":873,"Cost":828,"Date":"9/2/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":977,"Cost":844,"Date":"9/5/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":877,"Cost":721,"Date":"9/14/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":159,"Date":"9/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":579,"Cost":491,"Date":"11/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":388,"Cost":205,"Date":"12/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":92,"Date":"1/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":984,"Cost":754,"Date":"1/21/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":158,"Date":"2/9/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":578,"Cost":450,"Date":"3/19/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":307,"Cost":208,"Date":"4/3/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":700,"Date":"4/5/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":117,"Date":"4/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":482,"Cost":259,"Date":"7/10/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":181,"Cost":149,"Date":"3/25/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":297,"Cost":210,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":726,"Cost":622,"Date":"10/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":793,"Cost":679,"Date":"3/2/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":458,"Date":"6/28/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":519,"Cost":385,"Date":"7/17/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":93,"Cost":82,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":904,"Cost":827,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":934,"Cost":618,"Date":"11/20/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":459,"Cost":250,"Date":"12/16/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":23,"Date":"12/30/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":949,"Cost":580,"Date":"2/15/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":389,"Cost":201,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":180,"Cost":133,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":221,"Date":"4/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":51,"Cost":31,"Date":"7/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":451,"Cost":260,"Date":"8/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":268,"Cost":235,"Date":"10/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":170,"Date":"11/11/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":577,"Cost":300,"Date":"11/30/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":935,"Cost":515,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":676,"Cost":469,"Date":"3/1/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":966,"Cost":529,"Date":"4/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":634,"Cost":447,"Date":"5/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":464,"Cost":376,"Date":"8/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":686,"Cost":380,"Date":"9/15/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":581,"Cost":510,"Date":"10/14/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":42,"Date":"10/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":521,"Cost":446,"Date":"11/11/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":702,"Cost":471,"Date":"12/7/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":923,"Cost":477,"Date":"12/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":634,"Cost":506,"Date":"1/6/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":722,"Cost":452,"Date":"1/23/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":843,"Cost":747,"Date":"2/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":10,"Cost":8,"Date":"3/10/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":143,"Date":"3/12/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":972,"Cost":758,"Date":"3/31/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":759,"Date":"6/16/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":625,"Date":"6/17/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":696,"Cost":499,"Date":"8/27/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":752,"Cost":444,"Date":"10/1/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":519,"Date":"11/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":188,"Cost":117,"Date":"11/9/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":977,"Cost":647,"Date":"3/27/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":819,"Cost":599,"Date":"4/17/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":22,"Cost":11,"Date":"8/11/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":790,"Cost":616,"Date":"8/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":845,"Cost":734,"Date":"9/2/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":668,"Cost":465,"Date":"9/5/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":184,"Cost":136,"Date":"9/14/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":296,"Cost":194,"Date":"9/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":792,"Cost":654,"Date":"11/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":345,"Cost":315,"Date":"12/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":36,"Cost":30,"Date":"1/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":885,"Cost":801,"Date":"1/21/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":972,"Cost":667,"Date":"2/9/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":572,"Cost":463,"Date":"3/19/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":494,"Cost":371,"Date":"4/3/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":127,"Cost":95,"Date":"4/5/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":127,"Cost":106,"Date":"4/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":351,"Cost":299,"Date":"7/10/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":305,"Cost":237,"Date":"3/25/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":806,"Cost":556,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":398,"Cost":356,"Date":"10/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":648,"Cost":396,"Date":"3/2/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":466,"Cost":376,"Date":"6/28/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":828,"Cost":451,"Date":"7/17/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":922,"Cost":531,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":143,"Cost":136,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":199,"Cost":127,"Date":"11/20/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":335,"Cost":263,"Date":"12/16/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":619,"Cost":579,"Date":"12/30/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":749,"Cost":666,"Date":"2/15/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":355,"Cost":226,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":306,"Cost":167,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":55,"Cost":49,"Date":"4/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":904,"Cost":610,"Date":"7/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":437,"Cost":267,"Date":"8/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":569,"Cost":330,"Date":"10/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":548,"Cost":484,"Date":"11/11/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":707,"Cost":447,"Date":"11/30/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":367,"Cost":318,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":13,"Cost":13,"Date":"3/1/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":283,"Cost":214,"Date":"4/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":843,"Cost":753,"Date":"5/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":764,"Cost":630,"Date":"8/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":287,"Cost":210,"Date":"9/15/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":786,"Cost":634,"Date":"10/14/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":192,"Cost":105,"Date":"10/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":852,"Cost":745,"Date":"11/11/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":282,"Cost":229,"Date":"12/7/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":619,"Cost":462,"Date":"12/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":846,"Cost":468,"Date":"1/6/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":204,"Cost":156,"Date":"1/23/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":723,"Cost":596,"Date":"2/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":850,"Cost":497,"Date":"3/10/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":658,"Cost":502,"Date":"3/12/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":860,"Cost":652,"Date":"3/31/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":997,"Cost":894,"Date":"6/16/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":262,"Cost":235,"Date":"6/17/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":226,"Cost":210,"Date":"8/27/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":101,"Cost":95,"Date":"10/1/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":711,"Cost":500,"Date":"11/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":224,"Cost":159,"Date":"11/9/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":137,"Cost":127,"Date":"3/27/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":744,"Date":"4/17/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":137,"Cost":101,"Date":"8/11/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":843,"Cost":642,"Date":"8/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":332,"Cost":294,"Date":"9/2/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":54,"Cost":51,"Date":"9/5/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":451,"Cost":380,"Date":"9/14/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":567,"Cost":516,"Date":"9/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":578,"Cost":472,"Date":"11/20/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":534,"Cost":382,"Date":"12/21/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":678,"Cost":538,"Date":"1/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":7,"Date":"1/21/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":140,"Cost":90,"Date":"2/9/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":631,"Cost":423,"Date":"3/19/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":38,"Cost":36,"Date":"4/3/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":877,"Cost":720,"Date":"4/5/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":573,"Date":"4/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":369,"Cost":327,"Date":"7/10/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":619,"Cost":458,"Date":"3/25/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":651,"Cost":553,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":828,"Cost":665,"Date":"10/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":506,"Cost":479,"Date":"3/2/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":36,"Date":"6/28/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":181,"Cost":125,"Date":"7/17/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":70,"Cost":51,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":3,"Cost":2,"Date":"8/23/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":481,"Cost":424,"Date":"11/20/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":504,"Cost":470,"Date":"12/16/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":237,"Cost":173,"Date":"12/30/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":649,"Date":"2/15/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":766,"Cost":545,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":921,"Cost":559,"Date":"3/7/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":234,"Date":"4/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":403,"Cost":284,"Date":"7/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":817,"Cost":667,"Date":"8/18/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":87,"Cost":72,"Date":"10/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":658,"Cost":379,"Date":"11/11/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":64,"Date":"11/30/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":915,"Cost":571,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":392,"Cost":351,"Date":"3/1/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":785,"Cost":696,"Date":"4/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":462,"Cost":273,"Date":"5/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":128,"Cost":119,"Date":"8/13/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":803,"Cost":659,"Date":"9/15/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":360,"Cost":330,"Date":"10/14/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":664,"Cost":486,"Date":"10/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":355,"Cost":238,"Date":"11/11/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":237,"Cost":177,"Date":"12/7/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":180,"Cost":122,"Date":"12/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":573,"Cost":443,"Date":"1/6/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":279,"Cost":213,"Date":"1/23/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":244,"Cost":124,"Date":"2/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":620,"Cost":335,"Date":"3/10/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":435,"Cost":290,"Date":"3/12/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":312,"Cost":245,"Date":"3/31/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":491,"Date":"6/16/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":222,"Cost":128,"Date":"6/17/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":891,"Cost":563,"Date":"8/27/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":289,"Cost":221,"Date":"10/1/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":250,"Date":"11/4/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":431,"Cost":266,"Date":"11/9/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":477,"Date":"3/27/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":294,"Date":"4/17/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":90,"Cost":47,"Date":"8/11/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":216,"Cost":181,"Date":"8/21/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":771,"Cost":726,"Date":"9/2/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":541,"Cost":307,"Date":"9/5/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":985,"Cost":847,"Date":"9/14/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":350,"Cost":223,"Date":"9/20/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":80,"Cost":54,"Date":"11/20/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":377,"Cost":238,"Date":"12/21/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":122,"Cost":78,"Date":"1/7/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":512,"Cost":359,"Date":"1/21/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":844,"Cost":641,"Date":"2/9/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":384,"Cost":246,"Date":"3/19/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":823,"Cost":602,"Date":"4/3/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":765,"Cost":487,"Date":"4/5/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":453,"Cost":308,"Date":"4/28/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":380,"Date":"7/10/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":21,"Cost":19,"Date":"3/25/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":419,"Cost":279,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":81,"Date":"10/28/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":66,"Date":"3/2/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":605,"Cost":525,"Date":"6/28/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":932,"Cost":812,"Date":"7/17/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":687,"Cost":512,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":70,"Cost":62,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":422,"Cost":283,"Date":"11/20/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":407,"Cost":352,"Date":"12/16/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":223,"Date":"12/30/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":293,"Date":"2/15/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":492,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":163,"Cost":84,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":410,"Cost":250,"Date":"4/18/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":201,"Date":"7/27/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":192,"Cost":118,"Date":"8/18/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":677,"Date":"10/31/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":391,"Cost":274,"Date":"11/11/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":719,"Cost":672,"Date":"11/30/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":74,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":584,"Cost":431,"Date":"3/1/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":552,"Cost":495,"Date":"4/13/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":332,"Cost":282,"Date":"5/20/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":80,"Cost":51,"Date":"8/13/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":669,"Date":"9/15/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":750,"Cost":495,"Date":"10/14/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":87,"Date":"10/28/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":860,"Cost":456,"Date":"11/11/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":334,"Cost":277,"Date":"12/7/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":952,"Cost":498,"Date":"12/21/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":739,"Cost":663,"Date":"1/6/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":670,"Cost":451,"Date":"1/23/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":103,"Cost":93,"Date":"2/4/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":478,"Cost":335,"Date":"3/10/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":329,"Date":"3/12/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":865,"Cost":529,"Date":"3/31/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":194,"Cost":112,"Date":"6/16/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":248,"Cost":202,"Date":"6/17/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":344,"Cost":252,"Date":"8/27/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":67,"Cost":37,"Date":"10/1/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":370,"Date":"11/4/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":250,"Cost":164,"Date":"11/9/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":116,"Date":"3/27/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":763,"Cost":545,"Date":"4/17/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":555,"Cost":279,"Date":"8/11/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":672,"Cost":382,"Date":"8/21/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":26,"Cost":23,"Date":"9/2/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":574,"Cost":310,"Date":"9/5/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":122,"Date":"9/14/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":148,"Cost":141,"Date":"9/20/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":602,"Cost":420,"Date":"11/20/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":938,"Cost":586,"Date":"12/21/2018"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":976,"Cost":646,"Date":"1/7/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":612,"Date":"1/21/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":515,"Date":"2/9/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":120,"Cost":74,"Date":"3/19/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":321,"Cost":204,"Date":"4/3/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":575,"Cost":494,"Date":"4/5/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":777,"Cost":593,"Date":"4/28/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":584,"Date":"7/10/2019"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":117,"Cost":76,"Date":"3/25/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":71,"Cost":52,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":904,"Cost":680,"Date":"10/28/2020"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":794,"Cost":410,"Date":"3/2/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":60,"Cost":57,"Date":"6/28/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":226,"Cost":171,"Date":"7/17/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":653,"Cost":572,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":673,"Cost":367,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":213,"Cost":132,"Date":"11/20/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":303,"Date":"12/16/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":667,"Cost":396,"Date":"12/30/2021"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":286,"Cost":211,"Date":"2/15/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":499,"Cost":425,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":554,"Cost":443,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":90,"Date":"4/18/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":639,"Cost":458,"Date":"7/27/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":293,"Cost":257,"Date":"8/18/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":736,"Date":"10/31/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":794,"Cost":510,"Date":"11/11/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":971,"Cost":541,"Date":"11/30/2022"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":207,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":415,"Cost":245,"Date":"3/1/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":407,"Cost":291,"Date":"4/13/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":454,"Date":"5/20/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":325,"Cost":227,"Date":"8/13/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":271,"Cost":234,"Date":"9/15/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":612,"Cost":452,"Date":"10/14/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":41,"Date":"10/28/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":491,"Cost":392,"Date":"11/11/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":390,"Cost":365,"Date":"12/7/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":639,"Cost":386,"Date":"12/21/2023"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":764,"Cost":507,"Date":"1/6/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":532,"Cost":270,"Date":"1/23/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":473,"Cost":337,"Date":"2/4/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":32,"Date":"3/10/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":656,"Date":"3/12/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":393,"Cost":314,"Date":"3/31/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":762,"Cost":681,"Date":"6/16/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":213,"Date":"6/17/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":723,"Cost":499,"Date":"8/27/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":999,"Cost":859,"Date":"10/1/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":885,"Cost":623,"Date":"11/4/2024"},{"Store":"Shopping Recife","Brand":"Jeans","Country":"Brazil","Sale":119,"Cost":107,"Date":"11/9/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":216,"Cost":160,"Date":"3/27/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":973,"Cost":690,"Date":"4/17/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":910,"Cost":708,"Date":"8/11/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":255,"Cost":216,"Date":"8/21/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":24,"Cost":17,"Date":"9/2/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":46,"Cost":30,"Date":"9/5/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":157,"Cost":148,"Date":"9/14/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":199,"Cost":113,"Date":"9/20/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":912,"Cost":674,"Date":"11/20/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":213,"Cost":167,"Date":"12/21/2018"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":357,"Cost":223,"Date":"1/7/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":790,"Cost":658,"Date":"1/21/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":126,"Cost":94,"Date":"2/9/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":805,"Cost":574,"Date":"3/19/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":315,"Cost":190,"Date":"4/3/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":719,"Cost":480,"Date":"4/5/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":196,"Cost":177,"Date":"4/28/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":492,"Cost":464,"Date":"7/10/2019"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":757,"Cost":557,"Date":"3/25/2020"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":702,"Cost":515,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":776,"Cost":450,"Date":"10/28/2020"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":470,"Cost":272,"Date":"3/2/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":929,"Cost":593,"Date":"6/28/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":337,"Cost":257,"Date":"7/17/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":91,"Cost":57,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":470,"Cost":276,"Date":"8/23/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":346,"Cost":287,"Date":"11/20/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":128,"Cost":100,"Date":"12/16/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":212,"Cost":112,"Date":"12/30/2021"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":681,"Cost":530,"Date":"2/15/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":287,"Cost":195,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":465,"Cost":397,"Date":"3/7/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":219,"Cost":135,"Date":"4/18/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":400,"Cost":240,"Date":"7/27/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":973,"Cost":737,"Date":"8/18/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":973,"Cost":602,"Date":"10/31/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":926,"Cost":565,"Date":"11/11/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":576,"Cost":403,"Date":"11/30/2022"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":293,"Cost":147,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":621,"Cost":434,"Date":"3/1/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":422,"Cost":388,"Date":"4/13/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":777,"Cost":410,"Date":"5/20/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":584,"Cost":300,"Date":"8/13/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":919,"Cost":506,"Date":"9/15/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":95,"Cost":49,"Date":"10/14/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":103,"Cost":84,"Date":"10/28/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":587,"Cost":544,"Date":"11/11/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":785,"Cost":493,"Date":"12/7/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":745,"Cost":401,"Date":"12/21/2023"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":87,"Cost":44,"Date":"1/6/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":855,"Cost":743,"Date":"1/23/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":177,"Cost":149,"Date":"2/4/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":583,"Cost":419,"Date":"3/10/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":932,"Cost":635,"Date":"3/12/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":172,"Cost":159,"Date":"3/31/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":546,"Cost":456,"Date":"6/16/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":418,"Cost":378,"Date":"6/17/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":559,"Cost":428,"Date":"8/27/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":407,"Cost":204,"Date":"10/1/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":196,"Cost":139,"Date":"11/4/2024"},{"Store":"Shopping Recife","Brand":"HM","Country":"Brazil","Sale":67,"Cost":48,"Date":"11/9/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":895,"Cost":630,"Date":"3/27/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":125,"Date":"4/17/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":518,"Cost":332,"Date":"8/11/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":399,"Date":"8/21/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":618,"Cost":368,"Date":"9/2/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":133,"Date":"9/5/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":571,"Cost":307,"Date":"9/14/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":704,"Cost":574,"Date":"9/20/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":190,"Cost":128,"Date":"11/20/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":260,"Cost":240,"Date":"12/21/2018"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":24,"Date":"1/7/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":182,"Cost":152,"Date":"1/21/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":237,"Cost":185,"Date":"2/9/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":74,"Cost":38,"Date":"3/19/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":485,"Cost":431,"Date":"4/3/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":956,"Cost":661,"Date":"4/5/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":702,"Cost":460,"Date":"4/28/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":215,"Cost":159,"Date":"7/10/2019"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":316,"Cost":169,"Date":"3/25/2020"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":976,"Cost":885,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":48,"Date":"10/28/2020"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":331,"Cost":174,"Date":"3/2/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":734,"Cost":654,"Date":"6/28/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":640,"Date":"7/17/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":681,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":771,"Cost":507,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":511,"Cost":328,"Date":"11/20/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":877,"Cost":654,"Date":"12/16/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":696,"Cost":374,"Date":"12/30/2021"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":756,"Cost":411,"Date":"2/15/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":829,"Cost":641,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":136,"Cost":69,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":54,"Cost":45,"Date":"4/18/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":957,"Cost":638,"Date":"7/27/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":204,"Cost":138,"Date":"8/18/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":536,"Date":"10/31/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":969,"Cost":622,"Date":"11/11/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":370,"Date":"11/30/2022"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":642,"Cost":573,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":833,"Cost":608,"Date":"3/1/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":62,"Cost":33,"Date":"4/13/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":532,"Cost":387,"Date":"5/20/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":218,"Date":"8/13/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":128,"Cost":114,"Date":"9/15/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":871,"Cost":727,"Date":"10/14/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":644,"Cost":437,"Date":"10/28/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":346,"Date":"11/11/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":688,"Cost":601,"Date":"12/7/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":854,"Cost":771,"Date":"12/21/2023"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":592,"Cost":398,"Date":"1/6/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":70,"Date":"1/23/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":854,"Cost":651,"Date":"2/4/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":28,"Date":"3/10/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":816,"Cost":702,"Date":"3/12/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":415,"Date":"3/31/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":322,"Cost":202,"Date":"6/16/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":707,"Cost":377,"Date":"6/17/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":479,"Date":"8/27/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":285,"Date":"10/1/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":424,"Cost":268,"Date":"11/4/2024"},{"Store":"RioMar Recife","Brand":"Jeans","Country":"Brazil","Sale":852,"Cost":808,"Date":"11/9/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":281,"Date":"3/27/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":164,"Cost":92,"Date":"4/17/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":517,"Cost":321,"Date":"8/11/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":594,"Cost":561,"Date":"8/21/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":618,"Date":"9/2/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":146,"Cost":131,"Date":"9/5/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":24,"Date":"9/14/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":347,"Cost":238,"Date":"9/20/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":980,"Cost":589,"Date":"11/20/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":563,"Cost":448,"Date":"12/21/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":769,"Cost":423,"Date":"1/7/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":38,"Cost":20,"Date":"1/21/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":869,"Cost":518,"Date":"2/9/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":640,"Cost":480,"Date":"3/19/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":316,"Cost":165,"Date":"4/3/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":449,"Date":"4/5/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":87,"Cost":53,"Date":"4/28/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":85,"Date":"7/10/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":625,"Cost":519,"Date":"3/25/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":65,"Cost":40,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":792,"Cost":477,"Date":"10/28/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":672,"Cost":355,"Date":"3/2/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":663,"Date":"6/28/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":758,"Cost":684,"Date":"7/17/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":408,"Cost":294,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":619,"Cost":583,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":358,"Cost":274,"Date":"11/20/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":542,"Cost":476,"Date":"12/16/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":367,"Date":"12/30/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":327,"Cost":243,"Date":"2/15/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":78,"Cost":57,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":295,"Cost":152,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":601,"Date":"4/18/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":556,"Date":"7/27/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":918,"Cost":603,"Date":"8/18/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":270,"Date":"10/31/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":812,"Cost":475,"Date":"11/11/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":78,"Cost":49,"Date":"11/30/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":329,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":257,"Cost":244,"Date":"3/1/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":919,"Cost":512,"Date":"4/13/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":193,"Cost":146,"Date":"5/20/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":978,"Cost":782,"Date":"8/13/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":780,"Cost":559,"Date":"9/15/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":894,"Cost":723,"Date":"10/14/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":259,"Cost":246,"Date":"10/28/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":201,"Cost":109,"Date":"11/11/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":759,"Cost":674,"Date":"12/7/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":226,"Cost":154,"Date":"12/21/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":658,"Cost":497,"Date":"1/6/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":750,"Cost":701,"Date":"1/23/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":129,"Cost":88,"Date":"2/4/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":30,"Date":"3/10/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":935,"Cost":530,"Date":"3/12/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":422,"Cost":222,"Date":"3/31/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":161,"Date":"6/16/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":324,"Cost":241,"Date":"6/17/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":263,"Cost":216,"Date":"8/27/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":304,"Date":"10/1/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":88,"Cost":63,"Date":"11/4/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":862,"Cost":722,"Date":"11/9/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":239,"Cost":212,"Date":"3/27/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":507,"Cost":299,"Date":"4/17/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":18,"Cost":12,"Date":"8/11/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":544,"Date":"8/21/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":477,"Cost":378,"Date":"9/2/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":290,"Cost":274,"Date":"9/5/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":987,"Cost":690,"Date":"9/14/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":198,"Cost":104,"Date":"9/20/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":163,"Cost":112,"Date":"11/20/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":733,"Cost":520,"Date":"12/21/2018"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":464,"Cost":305,"Date":"1/7/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":842,"Cost":507,"Date":"1/21/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":457,"Cost":399,"Date":"2/9/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":884,"Cost":658,"Date":"3/19/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":780,"Cost":714,"Date":"4/3/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":195,"Cost":152,"Date":"4/5/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":874,"Cost":626,"Date":"4/28/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":141,"Date":"7/10/2019"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":833,"Cost":655,"Date":"3/25/2020"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":750,"Cost":660,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":748,"Date":"10/28/2020"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":34,"Cost":25,"Date":"3/2/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":514,"Date":"6/28/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":519,"Cost":372,"Date":"7/17/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":977,"Cost":619,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":588,"Cost":509,"Date":"8/23/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":133,"Cost":70,"Date":"11/20/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":626,"Cost":392,"Date":"12/16/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":658,"Cost":475,"Date":"12/30/2021"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":726,"Cost":611,"Date":"2/15/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":801,"Cost":671,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":887,"Cost":577,"Date":"3/7/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":639,"Cost":553,"Date":"4/18/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":738,"Cost":694,"Date":"7/27/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":175,"Date":"8/18/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":907,"Cost":844,"Date":"10/31/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":839,"Cost":471,"Date":"11/11/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":689,"Cost":445,"Date":"11/30/2022"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":680,"Cost":496,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":204,"Cost":130,"Date":"3/1/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":16,"Cost":8,"Date":"4/13/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":705,"Cost":613,"Date":"5/20/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":773,"Cost":588,"Date":"8/13/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":719,"Cost":618,"Date":"9/15/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":762,"Cost":609,"Date":"10/14/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":701,"Cost":477,"Date":"10/28/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":928,"Cost":581,"Date":"11/11/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":406,"Cost":338,"Date":"12/7/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":567,"Cost":317,"Date":"12/21/2023"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":917,"Date":"1/6/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":748,"Date":"1/23/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":486,"Cost":416,"Date":"2/4/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":630,"Date":"3/10/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":39,"Cost":26,"Date":"3/12/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":453,"Cost":290,"Date":"3/31/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":412,"Date":"6/16/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":970,"Cost":712,"Date":"6/17/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":864,"Cost":806,"Date":"8/27/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":695,"Cost":360,"Date":"10/1/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":709,"Cost":646,"Date":"11/4/2024"},{"Store":"RioMar Recife","Brand":"HM Home","Country":"Brazil","Sale":91,"Cost":72,"Date":"11/9/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":319,"Cost":182,"Date":"3/27/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":483,"Cost":311,"Date":"4/17/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":94,"Cost":54,"Date":"8/11/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":604,"Cost":367,"Date":"8/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":403,"Cost":306,"Date":"9/2/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":646,"Cost":422,"Date":"9/5/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":380,"Cost":309,"Date":"9/14/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":300,"Date":"9/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":118,"Date":"11/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":207,"Cost":186,"Date":"12/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":372,"Cost":235,"Date":"1/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":115,"Cost":106,"Date":"1/21/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":320,"Date":"2/9/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":461,"Date":"3/19/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":195,"Cost":170,"Date":"4/3/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":309,"Date":"4/5/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":484,"Cost":314,"Date":"4/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":8,"Cost":8,"Date":"7/10/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":438,"Cost":357,"Date":"3/25/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":809,"Cost":432,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":266,"Cost":223,"Date":"10/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":242,"Cost":180,"Date":"3/2/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":543,"Cost":278,"Date":"6/28/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":51,"Date":"7/17/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":208,"Cost":153,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":397,"Cost":284,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":900,"Cost":705,"Date":"11/20/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":139,"Cost":122,"Date":"12/16/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":977,"Cost":664,"Date":"12/30/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":891,"Cost":605,"Date":"2/15/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":413,"Cost":298,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":741,"Cost":535,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":157,"Cost":99,"Date":"4/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":153,"Cost":88,"Date":"7/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":523,"Cost":315,"Date":"8/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":442,"Cost":293,"Date":"10/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":336,"Cost":255,"Date":"11/11/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":124,"Cost":92,"Date":"11/30/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":990,"Cost":530,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":911,"Cost":666,"Date":"3/1/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":999,"Cost":914,"Date":"4/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":583,"Cost":362,"Date":"5/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":682,"Date":"8/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":738,"Cost":378,"Date":"9/15/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":322,"Cost":217,"Date":"10/14/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":815,"Cost":504,"Date":"10/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":93,"Cost":68,"Date":"11/11/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":285,"Cost":186,"Date":"12/7/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":572,"Cost":513,"Date":"12/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":445,"Cost":226,"Date":"1/6/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":636,"Cost":442,"Date":"1/23/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":483,"Cost":456,"Date":"2/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":410,"Date":"3/10/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":521,"Date":"3/12/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":648,"Date":"3/31/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":980,"Cost":758,"Date":"6/16/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":648,"Cost":589,"Date":"6/17/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":384,"Cost":213,"Date":"8/27/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":876,"Cost":697,"Date":"10/1/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":189,"Date":"11/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":156,"Cost":145,"Date":"11/9/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":764,"Cost":601,"Date":"3/27/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":629,"Cost":388,"Date":"4/17/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":121,"Cost":107,"Date":"8/11/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":522,"Cost":387,"Date":"8/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":285,"Cost":191,"Date":"9/2/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":838,"Cost":722,"Date":"9/5/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":400,"Cost":350,"Date":"9/14/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":931,"Cost":763,"Date":"9/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":293,"Cost":250,"Date":"11/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":846,"Cost":754,"Date":"12/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":280,"Cost":211,"Date":"1/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":628,"Cost":551,"Date":"1/21/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":684,"Date":"2/9/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":538,"Cost":361,"Date":"3/19/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":394,"Date":"4/3/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":183,"Cost":118,"Date":"4/5/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":334,"Cost":241,"Date":"4/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":988,"Cost":494,"Date":"7/10/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":678,"Cost":632,"Date":"3/25/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":44,"Cost":26,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":37,"Date":"10/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":175,"Cost":125,"Date":"3/2/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":923,"Cost":800,"Date":"6/28/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":671,"Cost":523,"Date":"7/17/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":297,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":997,"Cost":615,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":66,"Cost":61,"Date":"11/20/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":613,"Date":"12/16/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":463,"Date":"12/30/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":370,"Cost":190,"Date":"2/15/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":277,"Cost":198,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":422,"Cost":240,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":252,"Cost":208,"Date":"4/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":946,"Cost":842,"Date":"7/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":58,"Date":"8/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":550,"Cost":412,"Date":"10/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":473,"Date":"11/11/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":374,"Date":"11/30/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":210,"Cost":106,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":293,"Cost":150,"Date":"3/1/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":818,"Date":"4/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":529,"Date":"5/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":490,"Cost":425,"Date":"8/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":766,"Cost":430,"Date":"9/15/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":996,"Cost":924,"Date":"10/14/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":781,"Cost":679,"Date":"10/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":776,"Cost":587,"Date":"11/11/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":677,"Cost":397,"Date":"12/7/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":301,"Cost":178,"Date":"12/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":30,"Cost":16,"Date":"1/6/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":267,"Cost":171,"Date":"1/23/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":682,"Cost":495,"Date":"2/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":247,"Cost":143,"Date":"3/10/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":375,"Cost":196,"Date":"3/12/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":400,"Cost":213,"Date":"3/31/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":647,"Cost":549,"Date":"6/16/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":531,"Cost":332,"Date":"6/17/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":287,"Cost":183,"Date":"8/27/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":269,"Cost":216,"Date":"10/1/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":683,"Cost":609,"Date":"11/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":221,"Cost":115,"Date":"11/9/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":672,"Cost":518,"Date":"3/27/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":296,"Date":"4/17/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":719,"Cost":625,"Date":"8/11/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":572,"Date":"8/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":569,"Cost":298,"Date":"9/2/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":57,"Cost":32,"Date":"9/5/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":586,"Cost":477,"Date":"9/14/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":214,"Cost":148,"Date":"9/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":381,"Date":"11/20/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":750,"Cost":536,"Date":"12/21/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":930,"Cost":724,"Date":"1/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":235,"Cost":207,"Date":"1/21/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":353,"Date":"2/9/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":117,"Cost":76,"Date":"3/19/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":507,"Cost":425,"Date":"4/3/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":716,"Date":"4/5/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":208,"Cost":191,"Date":"4/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":678,"Cost":417,"Date":"7/10/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":167,"Date":"3/25/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":702,"Cost":534,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":968,"Cost":684,"Date":"10/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":283,"Cost":251,"Date":"3/2/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":566,"Cost":286,"Date":"6/28/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":215,"Cost":175,"Date":"7/17/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":720,"Cost":466,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":245,"Date":"8/23/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":381,"Cost":279,"Date":"11/20/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":95,"Cost":82,"Date":"12/16/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":132,"Date":"12/30/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":367,"Cost":212,"Date":"2/15/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":655,"Cost":589,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":311,"Cost":295,"Date":"3/7/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":882,"Cost":667,"Date":"4/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":331,"Date":"7/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":731,"Cost":530,"Date":"8/18/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":261,"Cost":162,"Date":"10/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":117,"Cost":110,"Date":"11/11/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":314,"Cost":186,"Date":"11/30/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":99,"Cost":68,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":776,"Cost":460,"Date":"3/1/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":683,"Cost":470,"Date":"4/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":691,"Cost":462,"Date":"5/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":190,"Cost":142,"Date":"8/13/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":492,"Cost":465,"Date":"9/15/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":71,"Cost":62,"Date":"10/14/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":851,"Cost":506,"Date":"10/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":344,"Cost":301,"Date":"11/11/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":750,"Cost":560,"Date":"12/7/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":191,"Cost":173,"Date":"12/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":867,"Cost":741,"Date":"1/6/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":823,"Cost":612,"Date":"1/23/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":471,"Cost":418,"Date":"2/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":886,"Cost":744,"Date":"3/10/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":72,"Cost":46,"Date":"3/12/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":392,"Date":"3/31/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":833,"Cost":674,"Date":"6/16/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":901,"Cost":612,"Date":"6/17/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":557,"Cost":305,"Date":"8/27/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":280,"Cost":184,"Date":"10/1/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":339,"Date":"11/4/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":87,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":162,"Cost":118,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":31,"Cost":30,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":832,"Cost":672,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":583,"Cost":469,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":927,"Cost":474,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":777,"Cost":630,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":689,"Cost":642,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":701,"Cost":407,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":778,"Cost":544,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":916,"Cost":647,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":50,"Cost":34,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":653,"Cost":427,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":288,"Cost":203,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":707,"Cost":491,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":475,"Cost":335,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":548,"Cost":498,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":581,"Cost":494,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":606,"Cost":507,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":569,"Cost":432,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":861,"Cost":703,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":513,"Cost":465,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":638,"Cost":562,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":587,"Cost":370,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":787,"Cost":442,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":725,"Cost":556,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":276,"Cost":162,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":272,"Cost":149,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":771,"Cost":664,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":414,"Cost":388,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":57,"Cost":32,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":31,"Cost":26,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":969,"Cost":807,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":653,"Cost":500,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":837,"Cost":424,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":591,"Cost":350,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":996,"Cost":795,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":737,"Cost":387,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":726,"Cost":533,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":10,"Cost":9,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":537,"Cost":318,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":940,"Cost":699,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":903,"Cost":520,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":508,"Cost":429,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":865,"Cost":465,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":739,"Cost":421,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":579,"Cost":481,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":708,"Cost":493,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":806,"Cost":447,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":203,"Cost":165,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":830,"Cost":592,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":23,"Cost":14,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":547,"Cost":440,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":977,"Cost":626,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":822,"Cost":478,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":245,"Cost":137,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":37,"Cost":28,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":964,"Cost":568,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":636,"Cost":408,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":803,"Cost":567,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":181,"Cost":157,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":655,"Cost":393,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":770,"Cost":432,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":248,"Cost":153,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":829,"Cost":584,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":499,"Cost":346,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":468,"Cost":359,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":344,"Cost":327,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":469,"Cost":337,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":413,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":785,"Cost":456,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":410,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":905,"Cost":713,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":957,"Cost":570,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":562,"Cost":378,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":412,"Cost":362,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":242,"Cost":160,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":109,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":790,"Cost":738,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":457,"Cost":311,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":277,"Cost":144,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":404,"Cost":299,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":946,"Cost":810,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":335,"Cost":286,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":152,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":927,"Cost":488,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":763,"Cost":401,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":185,"Cost":148,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":160,"Cost":130,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":763,"Cost":400,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":696,"Cost":505,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":945,"Cost":620,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":387,"Cost":196,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":578,"Cost":378,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":295,"Cost":246,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":725,"Cost":642,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":370,"Cost":271,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":927,"Cost":677,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":198,"Cost":134,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":321,"Cost":172,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":68,"Cost":47,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":929,"Cost":627,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":87,"Cost":59,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":525,"Cost":346,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":444,"Cost":326,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":653,"Cost":617,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":809,"Cost":493,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":234,"Cost":195,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":155,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":475,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":425,"Cost":279,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":465,"Cost":374,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":730,"Cost":426,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":822,"Cost":544,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":998,"Cost":665,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":397,"Cost":311,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":485,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":148,"Cost":75,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":564,"Cost":306,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":297,"Cost":236,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":774,"Cost":467,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":909,"Cost":753,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":80,"Cost":47,"Date":"11/9/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":269,"Cost":213,"Date":"3/27/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":103,"Cost":58,"Date":"4/17/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":738,"Cost":680,"Date":"8/11/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":425,"Date":"8/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":575,"Date":"9/2/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":485,"Date":"9/5/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":290,"Date":"9/14/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":234,"Cost":205,"Date":"9/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":688,"Cost":564,"Date":"11/20/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":352,"Date":"12/21/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":636,"Cost":504,"Date":"1/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":485,"Cost":324,"Date":"1/21/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":713,"Cost":644,"Date":"2/9/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":382,"Cost":228,"Date":"3/19/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":33,"Cost":23,"Date":"4/3/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":728,"Cost":485,"Date":"4/5/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":740,"Cost":465,"Date":"4/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":269,"Cost":139,"Date":"7/10/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":342,"Date":"3/25/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":571,"Cost":411,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":273,"Cost":191,"Date":"10/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":3,"Cost":3,"Date":"3/2/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":630,"Cost":523,"Date":"6/28/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":121,"Cost":108,"Date":"7/17/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":874,"Cost":512,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":323,"Cost":202,"Date":"8/23/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":862,"Cost":649,"Date":"11/20/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":259,"Cost":216,"Date":"12/16/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":372,"Cost":344,"Date":"12/30/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":625,"Cost":324,"Date":"2/15/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":384,"Cost":300,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":519,"Date":"3/7/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":234,"Date":"4/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":652,"Cost":475,"Date":"7/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":271,"Cost":164,"Date":"8/18/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":974,"Cost":760,"Date":"10/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":288,"Date":"11/11/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":780,"Cost":562,"Date":"11/30/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":995,"Cost":584,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":369,"Date":"3/1/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":61,"Cost":58,"Date":"4/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":915,"Cost":666,"Date":"5/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":485,"Cost":332,"Date":"8/13/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":972,"Cost":666,"Date":"9/15/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":365,"Cost":196,"Date":"10/14/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":864,"Cost":675,"Date":"10/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":161,"Date":"11/11/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":402,"Date":"12/7/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":12,"Cost":7,"Date":"12/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":83,"Cost":73,"Date":"1/6/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":687,"Date":"1/23/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":382,"Cost":282,"Date":"2/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":621,"Cost":351,"Date":"3/10/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":89,"Date":"3/12/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":215,"Cost":110,"Date":"3/31/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":935,"Cost":647,"Date":"6/16/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":116,"Cost":81,"Date":"6/17/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":938,"Cost":881,"Date":"8/27/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":44,"Date":"10/1/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":172,"Cost":136,"Date":"11/4/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":513,"Cost":481,"Date":"11/9/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":55,"Date":"3/27/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":609,"Cost":341,"Date":"4/17/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":100,"Date":"8/11/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":75,"Cost":63,"Date":"8/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":185,"Cost":144,"Date":"9/2/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":984,"Cost":772,"Date":"9/5/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":769,"Cost":539,"Date":"9/14/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":371,"Cost":340,"Date":"9/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":388,"Date":"11/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":316,"Cost":238,"Date":"12/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":976,"Cost":769,"Date":"1/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":96,"Cost":79,"Date":"1/21/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":431,"Cost":311,"Date":"2/9/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":420,"Date":"3/19/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":707,"Cost":577,"Date":"4/3/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":336,"Cost":212,"Date":"4/5/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":434,"Date":"4/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":73,"Date":"7/10/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":771,"Cost":509,"Date":"3/25/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":958,"Cost":828,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":871,"Cost":800,"Date":"10/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":960,"Cost":893,"Date":"3/2/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":162,"Cost":98,"Date":"6/28/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":482,"Cost":451,"Date":"7/17/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":345,"Cost":228,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":218,"Cost":193,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":309,"Date":"11/20/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":373,"Cost":262,"Date":"12/16/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":790,"Cost":428,"Date":"12/30/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":981,"Cost":791,"Date":"2/15/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":520,"Cost":479,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":824,"Cost":761,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":941,"Cost":566,"Date":"4/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":887,"Cost":816,"Date":"7/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":452,"Date":"8/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":49,"Date":"10/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":352,"Date":"11/11/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":354,"Cost":288,"Date":"11/30/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":453,"Cost":386,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":476,"Date":"3/1/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":5,"Date":"4/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":356,"Cost":300,"Date":"5/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":702,"Date":"8/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":439,"Cost":352,"Date":"9/15/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":167,"Cost":113,"Date":"10/14/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":155,"Cost":143,"Date":"10/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":334,"Cost":312,"Date":"11/11/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":635,"Date":"12/7/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":458,"Cost":298,"Date":"12/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":535,"Date":"1/6/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":141,"Cost":74,"Date":"1/23/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":394,"Cost":246,"Date":"2/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":338,"Cost":199,"Date":"3/10/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":326,"Cost":305,"Date":"3/12/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":152,"Cost":124,"Date":"3/31/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":695,"Cost":602,"Date":"6/16/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":752,"Date":"6/17/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":372,"Date":"8/27/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":93,"Date":"10/1/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":116,"Date":"11/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":211,"Cost":145,"Date":"11/9/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":127,"Cost":109,"Date":"3/27/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":33,"Cost":32,"Date":"4/17/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":71,"Date":"8/11/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":710,"Cost":374,"Date":"8/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":114,"Cost":70,"Date":"9/2/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":334,"Cost":276,"Date":"9/5/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":321,"Cost":295,"Date":"9/14/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":71,"Date":"9/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":2,"Cost":2,"Date":"11/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":138,"Cost":72,"Date":"12/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":124,"Cost":82,"Date":"1/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":180,"Date":"1/21/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":177,"Cost":133,"Date":"2/9/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":651,"Cost":550,"Date":"3/19/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":659,"Cost":439,"Date":"4/3/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":419,"Cost":329,"Date":"4/5/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":477,"Date":"4/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":337,"Cost":278,"Date":"7/10/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":536,"Date":"3/25/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":693,"Cost":611,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":573,"Cost":329,"Date":"10/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":390,"Date":"3/2/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":807,"Cost":486,"Date":"6/28/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":637,"Cost":521,"Date":"7/17/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":327,"Cost":218,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":121,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":51,"Date":"11/20/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":589,"Cost":402,"Date":"12/16/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":652,"Date":"12/30/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":657,"Cost":519,"Date":"2/15/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":335,"Cost":189,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":876,"Cost":608,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":313,"Date":"4/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":173,"Cost":154,"Date":"7/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":216,"Cost":204,"Date":"8/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":775,"Cost":462,"Date":"10/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":998,"Cost":812,"Date":"11/11/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":500,"Cost":260,"Date":"11/30/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":452,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":692,"Cost":352,"Date":"3/1/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":373,"Cost":206,"Date":"4/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":270,"Cost":135,"Date":"5/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":102,"Date":"8/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":589,"Cost":375,"Date":"9/15/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":870,"Cost":583,"Date":"10/14/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":557,"Cost":386,"Date":"10/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":397,"Cost":307,"Date":"11/11/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":266,"Cost":229,"Date":"12/7/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":317,"Cost":205,"Date":"12/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":472,"Cost":311,"Date":"1/6/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":450,"Cost":388,"Date":"1/23/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":684,"Cost":467,"Date":"2/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":418,"Cost":316,"Date":"3/10/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":327,"Date":"3/12/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":307,"Cost":277,"Date":"3/31/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":874,"Cost":575,"Date":"6/16/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":265,"Date":"6/17/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":585,"Cost":305,"Date":"8/27/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":244,"Cost":207,"Date":"10/1/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":316,"Date":"11/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":174,"Cost":133,"Date":"11/9/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":43,"Date":"3/27/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":876,"Cost":702,"Date":"4/17/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":528,"Cost":338,"Date":"8/11/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":405,"Cost":365,"Date":"8/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":514,"Cost":395,"Date":"9/2/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":524,"Cost":366,"Date":"9/5/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":743,"Cost":448,"Date":"9/14/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":345,"Cost":277,"Date":"9/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":461,"Cost":305,"Date":"11/20/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":443,"Cost":237,"Date":"12/21/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":248,"Cost":144,"Date":"1/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":965,"Cost":834,"Date":"1/21/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":152,"Date":"2/9/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":835,"Cost":444,"Date":"3/19/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":884,"Cost":681,"Date":"4/3/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":531,"Cost":311,"Date":"4/5/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":195,"Cost":143,"Date":"4/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":208,"Cost":163,"Date":"7/10/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":335,"Cost":211,"Date":"3/25/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":55,"Cost":49,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":528,"Date":"10/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":815,"Cost":510,"Date":"3/2/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":504,"Cost":347,"Date":"6/28/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":365,"Date":"7/17/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":345,"Cost":301,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":171,"Cost":123,"Date":"8/23/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":456,"Cost":267,"Date":"11/20/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":333,"Cost":246,"Date":"12/16/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":735,"Cost":578,"Date":"12/30/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":767,"Cost":433,"Date":"2/15/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":424,"Cost":238,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":842,"Cost":757,"Date":"3/7/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":13,"Date":"4/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":439,"Cost":251,"Date":"7/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":117,"Cost":67,"Date":"8/18/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":73,"Cost":58,"Date":"10/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":902,"Cost":540,"Date":"11/11/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":752,"Cost":389,"Date":"11/30/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":136,"Cost":116,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":828,"Cost":455,"Date":"3/1/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":947,"Cost":631,"Date":"4/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":740,"Cost":538,"Date":"5/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":101,"Cost":67,"Date":"8/13/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":25,"Cost":22,"Date":"9/15/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":661,"Date":"10/14/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":15,"Cost":14,"Date":"10/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":366,"Cost":254,"Date":"11/11/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":662,"Cost":394,"Date":"12/7/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":631,"Cost":481,"Date":"12/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":281,"Cost":191,"Date":"1/6/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":180,"Cost":136,"Date":"1/23/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":804,"Cost":600,"Date":"2/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":433,"Cost":364,"Date":"3/10/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":5,"Cost":3,"Date":"3/12/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":988,"Cost":876,"Date":"3/31/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":80,"Date":"6/16/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":122,"Cost":80,"Date":"6/17/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":745,"Cost":569,"Date":"8/27/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":674,"Cost":375,"Date":"10/1/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":891,"Cost":588,"Date":"11/4/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":180,"Cost":105,"Date":"11/9/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":416,"Cost":240,"Date":"3/27/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":924,"Cost":759,"Date":"4/17/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":244,"Cost":189,"Date":"8/11/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":5,"Cost":2,"Date":"8/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":525,"Cost":391,"Date":"9/2/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":46,"Cost":35,"Date":"9/5/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":548,"Cost":305,"Date":"9/14/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":644,"Cost":605,"Date":"9/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":533,"Cost":373,"Date":"11/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":654,"Cost":392,"Date":"12/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":247,"Cost":224,"Date":"1/7/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":69,"Cost":54,"Date":"1/21/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":434,"Cost":272,"Date":"2/9/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":529,"Cost":334,"Date":"3/19/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":38,"Cost":25,"Date":"4/3/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":722,"Cost":573,"Date":"4/5/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":74,"Cost":64,"Date":"4/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":52,"Cost":28,"Date":"7/10/2019"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":233,"Date":"3/25/2020"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":982,"Cost":918,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":649,"Cost":424,"Date":"10/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":309,"Cost":201,"Date":"3/2/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":505,"Cost":254,"Date":"6/28/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":739,"Cost":386,"Date":"7/17/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":405,"Cost":351,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":83,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":479,"Cost":404,"Date":"11/20/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":77,"Cost":72,"Date":"12/16/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":814,"Cost":409,"Date":"12/30/2021"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":47,"Cost":25,"Date":"2/15/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":389,"Cost":217,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":926,"Cost":631,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":859,"Cost":793,"Date":"4/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":288,"Cost":166,"Date":"7/27/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":866,"Cost":610,"Date":"8/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":789,"Cost":577,"Date":"10/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":368,"Cost":185,"Date":"11/11/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":319,"Cost":223,"Date":"11/30/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":86,"Cost":75,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":912,"Cost":496,"Date":"3/1/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":309,"Cost":230,"Date":"4/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":597,"Cost":545,"Date":"5/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":960,"Cost":880,"Date":"8/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":311,"Cost":238,"Date":"9/15/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":58,"Cost":53,"Date":"10/14/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":372,"Date":"10/28/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":177,"Date":"11/11/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":492,"Cost":440,"Date":"12/7/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":118,"Cost":75,"Date":"12/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":7,"Date":"1/6/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":181,"Cost":150,"Date":"1/23/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":335,"Cost":255,"Date":"2/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":200,"Cost":148,"Date":"3/10/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":296,"Cost":228,"Date":"3/12/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":770,"Cost":614,"Date":"3/31/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":121,"Cost":101,"Date":"6/16/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":199,"Cost":182,"Date":"6/17/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":16,"Cost":9,"Date":"8/27/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":485,"Cost":277,"Date":"10/1/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":866,"Cost":505,"Date":"11/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":563,"Cost":474,"Date":"11/9/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":48,"Cost":32,"Date":"3/27/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":674,"Cost":353,"Date":"4/17/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/11/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":547,"Cost":505,"Date":"8/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":773,"Cost":692,"Date":"9/2/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":116,"Cost":70,"Date":"9/5/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":795,"Cost":555,"Date":"9/14/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":430,"Cost":289,"Date":"9/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":724,"Cost":514,"Date":"11/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":294,"Cost":242,"Date":"12/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":32,"Cost":24,"Date":"1/7/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":972,"Cost":641,"Date":"1/21/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":45,"Cost":32,"Date":"2/9/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":735,"Cost":655,"Date":"3/19/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":738,"Cost":536,"Date":"4/3/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":502,"Cost":330,"Date":"4/5/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":419,"Cost":302,"Date":"4/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":701,"Cost":565,"Date":"7/10/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":444,"Cost":342,"Date":"3/25/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":849,"Cost":705,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":731,"Cost":521,"Date":"10/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":488,"Cost":387,"Date":"3/2/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":879,"Cost":810,"Date":"6/28/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":313,"Cost":224,"Date":"7/17/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":882,"Cost":641,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":247,"Cost":234,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":164,"Cost":140,"Date":"11/20/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":821,"Cost":740,"Date":"12/16/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":447,"Date":"12/30/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":308,"Cost":269,"Date":"2/15/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":364,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":134,"Cost":82,"Date":"4/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":662,"Cost":409,"Date":"7/27/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":669,"Cost":492,"Date":"8/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":150,"Cost":91,"Date":"10/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":665,"Cost":451,"Date":"11/11/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":639,"Cost":504,"Date":"11/30/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":623,"Cost":517,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":790,"Cost":590,"Date":"3/1/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":768,"Cost":605,"Date":"4/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":78,"Cost":70,"Date":"5/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":158,"Cost":141,"Date":"8/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":93,"Cost":66,"Date":"9/15/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":283,"Cost":196,"Date":"10/14/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":404,"Date":"10/28/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":367,"Date":"11/11/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":239,"Cost":221,"Date":"12/7/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":430,"Cost":300,"Date":"12/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":537,"Cost":273,"Date":"1/6/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":905,"Cost":765,"Date":"1/23/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":511,"Cost":332,"Date":"2/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":918,"Cost":479,"Date":"3/10/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":837,"Cost":478,"Date":"3/12/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":81,"Cost":43,"Date":"3/31/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":244,"Cost":171,"Date":"6/16/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":125,"Cost":86,"Date":"6/17/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":193,"Cost":172,"Date":"8/27/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":879,"Cost":452,"Date":"10/1/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":260,"Cost":208,"Date":"11/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":330,"Date":"11/9/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":745,"Cost":553,"Date":"3/27/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":794,"Cost":500,"Date":"4/17/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":588,"Cost":437,"Date":"8/11/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":140,"Cost":89,"Date":"8/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":528,"Cost":488,"Date":"9/2/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":743,"Cost":528,"Date":"9/5/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":97,"Cost":87,"Date":"9/14/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":421,"Cost":269,"Date":"9/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":437,"Cost":342,"Date":"11/20/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":772,"Cost":427,"Date":"12/21/2018"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":935,"Cost":472,"Date":"1/7/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":206,"Cost":170,"Date":"1/21/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":731,"Cost":690,"Date":"2/9/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":346,"Cost":228,"Date":"3/19/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":223,"Cost":157,"Date":"4/3/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":48,"Cost":33,"Date":"4/5/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":173,"Cost":123,"Date":"4/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":335,"Cost":172,"Date":"7/10/2019"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":697,"Cost":356,"Date":"3/25/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":331,"Cost":284,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":952,"Cost":492,"Date":"10/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":3,"Cost":3,"Date":"3/2/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":815,"Cost":688,"Date":"6/28/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":531,"Cost":335,"Date":"7/17/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":29,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":794,"Cost":634,"Date":"8/23/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":249,"Date":"11/20/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":60,"Cost":40,"Date":"12/16/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":463,"Cost":248,"Date":"12/30/2021"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":748,"Cost":389,"Date":"2/15/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":527,"Cost":498,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":816,"Cost":577,"Date":"3/7/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":36,"Cost":33,"Date":"4/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":262,"Cost":249,"Date":"7/27/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":813,"Cost":518,"Date":"8/18/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":365,"Cost":249,"Date":"10/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":714,"Cost":478,"Date":"11/11/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":847,"Cost":712,"Date":"11/30/2022"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":437,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":491,"Date":"3/1/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":525,"Cost":275,"Date":"4/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":473,"Cost":244,"Date":"5/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":139,"Cost":94,"Date":"8/13/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":589,"Cost":471,"Date":"9/15/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":254,"Cost":215,"Date":"10/14/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":7,"Cost":7,"Date":"10/28/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":457,"Cost":351,"Date":"11/11/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":956,"Cost":512,"Date":"12/7/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":446,"Date":"12/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":467,"Cost":320,"Date":"1/6/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":518,"Cost":472,"Date":"1/23/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":540,"Cost":282,"Date":"2/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":181,"Cost":110,"Date":"3/10/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":95,"Cost":84,"Date":"3/12/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":118,"Cost":70,"Date":"3/31/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":723,"Cost":583,"Date":"6/16/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":482,"Cost":320,"Date":"6/17/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":622,"Cost":466,"Date":"8/27/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":852,"Cost":443,"Date":"10/1/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":719,"Cost":481,"Date":"11/4/2024"},{"Store":"RioMar Fortaleza","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":1,"Date":"11/9/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":953,"Cost":543,"Date":"3/27/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":703,"Cost":535,"Date":"4/17/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":812,"Cost":487,"Date":"8/11/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":569,"Date":"8/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":281,"Cost":206,"Date":"9/2/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":682,"Cost":363,"Date":"9/5/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":598,"Cost":544,"Date":"9/14/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":19,"Cost":14,"Date":"9/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":829,"Date":"11/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":318,"Cost":275,"Date":"12/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":472,"Cost":429,"Date":"1/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":61,"Cost":42,"Date":"1/21/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":95,"Cost":51,"Date":"2/9/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":836,"Cost":419,"Date":"3/19/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":570,"Cost":338,"Date":"4/3/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":238,"Cost":177,"Date":"4/5/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":238,"Cost":219,"Date":"4/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":241,"Cost":188,"Date":"7/10/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":487,"Date":"3/25/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":299,"Cost":229,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":23,"Cost":20,"Date":"10/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":658,"Cost":611,"Date":"3/2/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":930,"Cost":715,"Date":"6/28/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":632,"Date":"7/17/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":708,"Cost":451,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":788,"Cost":738,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":932,"Cost":488,"Date":"11/20/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":914,"Cost":709,"Date":"12/16/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":258,"Cost":208,"Date":"12/30/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":297,"Cost":273,"Date":"2/15/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":274,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":140,"Cost":109,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":952,"Cost":536,"Date":"4/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":503,"Date":"7/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":912,"Cost":458,"Date":"8/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":690,"Date":"10/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":697,"Cost":536,"Date":"11/11/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":371,"Cost":203,"Date":"11/30/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":245,"Cost":171,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":681,"Cost":342,"Date":"3/1/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":648,"Cost":439,"Date":"4/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":636,"Date":"5/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":594,"Date":"8/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":547,"Cost":480,"Date":"9/15/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":559,"Cost":492,"Date":"10/14/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":882,"Cost":806,"Date":"10/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":175,"Cost":162,"Date":"11/11/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":809,"Cost":459,"Date":"12/7/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":716,"Cost":632,"Date":"12/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":568,"Cost":345,"Date":"1/6/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":362,"Cost":330,"Date":"1/23/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":274,"Cost":205,"Date":"2/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":23,"Cost":18,"Date":"3/10/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":774,"Cost":622,"Date":"3/12/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":759,"Cost":438,"Date":"3/31/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":295,"Cost":214,"Date":"6/16/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":917,"Cost":861,"Date":"6/17/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":723,"Cost":446,"Date":"8/27/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":80,"Cost":50,"Date":"10/1/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":949,"Cost":718,"Date":"11/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":744,"Cost":617,"Date":"11/9/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":203,"Cost":133,"Date":"3/27/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":92,"Cost":84,"Date":"4/17/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":845,"Cost":427,"Date":"8/11/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":218,"Cost":195,"Date":"8/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":898,"Cost":840,"Date":"9/2/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":69,"Cost":61,"Date":"9/5/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":262,"Cost":247,"Date":"9/14/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":374,"Cost":273,"Date":"9/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":166,"Cost":136,"Date":"11/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":335,"Cost":280,"Date":"12/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":741,"Cost":417,"Date":"1/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":68,"Cost":44,"Date":"1/21/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":240,"Date":"2/9/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":111,"Cost":75,"Date":"3/19/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":644,"Cost":392,"Date":"4/3/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":993,"Cost":704,"Date":"4/5/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":279,"Cost":179,"Date":"4/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":50,"Cost":29,"Date":"7/10/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":161,"Cost":101,"Date":"3/25/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":818,"Cost":557,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":710,"Cost":419,"Date":"10/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":41,"Cost":38,"Date":"3/2/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":317,"Date":"6/28/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":452,"Cost":321,"Date":"7/17/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":238,"Cost":193,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":353,"Cost":220,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":402,"Cost":340,"Date":"11/20/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":245,"Date":"12/16/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":303,"Cost":212,"Date":"12/30/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":271,"Date":"2/15/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":558,"Cost":287,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":203,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":276,"Cost":214,"Date":"4/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":565,"Date":"7/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":535,"Cost":427,"Date":"8/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":552,"Cost":473,"Date":"10/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":930,"Cost":820,"Date":"11/11/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":355,"Cost":329,"Date":"11/30/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":501,"Cost":294,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":238,"Cost":204,"Date":"3/1/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":243,"Cost":151,"Date":"4/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":114,"Date":"5/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":890,"Cost":469,"Date":"8/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":310,"Cost":249,"Date":"9/15/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":84,"Cost":45,"Date":"10/14/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":183,"Date":"10/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":852,"Cost":456,"Date":"11/11/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":249,"Date":"12/7/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":942,"Cost":649,"Date":"12/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":329,"Cost":178,"Date":"1/6/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":312,"Date":"1/23/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":378,"Cost":308,"Date":"2/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":195,"Cost":123,"Date":"3/10/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":857,"Cost":739,"Date":"3/12/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":346,"Cost":310,"Date":"3/31/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":603,"Cost":436,"Date":"6/16/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":323,"Cost":197,"Date":"6/17/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":444,"Cost":364,"Date":"8/27/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":721,"Cost":678,"Date":"10/1/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":491,"Cost":304,"Date":"11/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":114,"Date":"11/9/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":329,"Cost":278,"Date":"3/27/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":745,"Cost":695,"Date":"4/17/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":245,"Cost":208,"Date":"8/11/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":475,"Date":"8/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":338,"Cost":218,"Date":"9/2/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":336,"Cost":170,"Date":"9/5/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":38,"Cost":29,"Date":"9/14/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":445,"Cost":383,"Date":"9/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":126,"Cost":92,"Date":"11/20/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":313,"Cost":167,"Date":"12/21/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":761,"Cost":510,"Date":"1/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":501,"Cost":444,"Date":"1/21/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":357,"Date":"2/9/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":497,"Cost":328,"Date":"3/19/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":239,"Cost":177,"Date":"4/3/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":406,"Cost":338,"Date":"4/5/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":142,"Cost":102,"Date":"4/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":835,"Cost":764,"Date":"7/10/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":173,"Cost":131,"Date":"3/25/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":591,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":233,"Cost":177,"Date":"10/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":285,"Date":"3/2/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":284,"Cost":257,"Date":"6/28/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":991,"Cost":518,"Date":"7/17/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":374,"Cost":290,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":679,"Cost":508,"Date":"8/23/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":433,"Date":"11/20/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":612,"Date":"12/16/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":685,"Cost":388,"Date":"12/30/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":567,"Cost":446,"Date":"2/15/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":838,"Cost":590,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":121,"Date":"3/7/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":469,"Date":"4/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":295,"Cost":240,"Date":"7/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":798,"Date":"8/18/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":684,"Cost":645,"Date":"10/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":669,"Date":"11/11/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":760,"Cost":617,"Date":"11/30/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":301,"Cost":185,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":165,"Date":"3/1/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":135,"Cost":109,"Date":"4/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":138,"Date":"5/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":249,"Cost":141,"Date":"8/13/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":271,"Cost":167,"Date":"9/15/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":391,"Date":"10/14/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":1000,"Cost":588,"Date":"10/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":533,"Cost":291,"Date":"11/11/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":729,"Cost":376,"Date":"12/7/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":262,"Cost":190,"Date":"12/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":512,"Cost":272,"Date":"1/6/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":215,"Cost":192,"Date":"1/23/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":574,"Cost":460,"Date":"2/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":629,"Date":"3/10/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":504,"Cost":413,"Date":"3/12/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":465,"Date":"3/31/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":77,"Cost":51,"Date":"6/16/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":944,"Cost":618,"Date":"6/17/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":8,"Date":"8/27/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":817,"Cost":588,"Date":"10/1/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":26,"Date":"11/4/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":695,"Cost":373,"Date":"11/9/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":795,"Cost":410,"Date":"3/27/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":348,"Cost":303,"Date":"4/17/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":757,"Cost":481,"Date":"8/11/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":14,"Cost":12,"Date":"8/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":85,"Cost":71,"Date":"9/2/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":76,"Cost":52,"Date":"9/5/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":747,"Cost":464,"Date":"9/14/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":43,"Cost":31,"Date":"9/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":730,"Cost":455,"Date":"11/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":744,"Cost":430,"Date":"12/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":257,"Date":"1/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":562,"Cost":334,"Date":"1/21/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":744,"Cost":381,"Date":"2/9/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":454,"Date":"3/19/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":666,"Cost":481,"Date":"4/3/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":37,"Cost":30,"Date":"4/5/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":814,"Cost":422,"Date":"4/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":657,"Cost":519,"Date":"7/10/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":967,"Cost":649,"Date":"3/25/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":975,"Cost":814,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":938,"Cost":485,"Date":"10/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":317,"Cost":212,"Date":"3/2/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":924,"Cost":627,"Date":"6/28/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":397,"Cost":227,"Date":"7/17/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":379,"Cost":302,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":606,"Cost":428,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":93,"Cost":85,"Date":"11/20/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":324,"Date":"12/16/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":257,"Cost":142,"Date":"12/30/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":478,"Cost":364,"Date":"2/15/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":610,"Cost":317,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":833,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":497,"Cost":307,"Date":"4/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":48,"Cost":38,"Date":"7/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":535,"Cost":506,"Date":"8/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":958,"Cost":556,"Date":"10/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":532,"Cost":375,"Date":"11/11/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":501,"Cost":271,"Date":"11/30/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":763,"Cost":672,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":312,"Date":"3/1/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":499,"Cost":319,"Date":"4/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":125,"Cost":96,"Date":"5/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":157,"Cost":129,"Date":"8/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":733,"Cost":411,"Date":"9/15/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":318,"Cost":173,"Date":"10/14/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":730,"Cost":537,"Date":"10/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":178,"Cost":166,"Date":"11/11/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":250,"Cost":160,"Date":"12/7/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":656,"Cost":427,"Date":"12/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":250,"Cost":201,"Date":"1/6/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":270,"Date":"1/23/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":756,"Cost":708,"Date":"2/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":312,"Cost":223,"Date":"3/10/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":32,"Date":"3/12/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":133,"Cost":82,"Date":"3/31/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":522,"Cost":317,"Date":"6/16/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":686,"Cost":350,"Date":"6/17/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":106,"Date":"8/27/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":962,"Cost":653,"Date":"10/1/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":85,"Cost":46,"Date":"11/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":514,"Cost":367,"Date":"11/9/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":571,"Cost":310,"Date":"3/27/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":594,"Cost":423,"Date":"4/17/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":28,"Cost":15,"Date":"8/11/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":129,"Date":"8/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":736,"Cost":634,"Date":"9/2/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":244,"Cost":138,"Date":"9/5/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":275,"Date":"9/14/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":71,"Date":"9/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":530,"Cost":492,"Date":"11/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":718,"Cost":575,"Date":"12/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":31,"Cost":25,"Date":"1/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":465,"Date":"1/21/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":443,"Cost":319,"Date":"2/9/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":756,"Cost":660,"Date":"3/19/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":994,"Cost":742,"Date":"4/3/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":369,"Cost":267,"Date":"4/5/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":239,"Date":"4/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":177,"Cost":155,"Date":"7/10/2019"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":696,"Cost":457,"Date":"3/25/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":231,"Cost":117,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":512,"Cost":404,"Date":"10/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":285,"Cost":156,"Date":"3/2/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":71,"Date":"6/28/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":737,"Date":"7/17/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":641,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":377,"Cost":246,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":608,"Date":"11/20/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":557,"Cost":480,"Date":"12/16/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":230,"Cost":184,"Date":"12/30/2021"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":568,"Cost":355,"Date":"2/15/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":304,"Cost":196,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":690,"Cost":493,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":225,"Cost":139,"Date":"4/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":399,"Cost":376,"Date":"7/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":560,"Date":"8/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":459,"Date":"10/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":794,"Cost":633,"Date":"11/11/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":656,"Cost":581,"Date":"11/30/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":490,"Cost":422,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":146,"Cost":112,"Date":"3/1/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":330,"Cost":228,"Date":"4/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":554,"Cost":427,"Date":"5/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":919,"Cost":464,"Date":"8/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":813,"Cost":470,"Date":"9/15/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":406,"Date":"10/14/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":483,"Cost":285,"Date":"10/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":279,"Date":"11/11/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":305,"Cost":245,"Date":"12/7/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":414,"Cost":352,"Date":"12/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":748,"Cost":582,"Date":"1/6/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":151,"Cost":135,"Date":"1/23/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":318,"Cost":256,"Date":"2/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":575,"Cost":342,"Date":"3/10/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":523,"Date":"3/12/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":850,"Cost":483,"Date":"3/31/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":236,"Cost":206,"Date":"6/16/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":752,"Cost":549,"Date":"6/17/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":497,"Cost":378,"Date":"8/27/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":81,"Cost":60,"Date":"10/1/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":456,"Cost":415,"Date":"11/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":36,"Date":"11/9/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":544,"Cost":510,"Date":"3/27/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":807,"Cost":680,"Date":"4/17/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":626,"Cost":322,"Date":"8/11/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":747,"Cost":558,"Date":"8/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":629,"Cost":427,"Date":"9/2/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":331,"Cost":299,"Date":"9/5/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":685,"Cost":592,"Date":"9/14/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":171,"Cost":111,"Date":"9/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":577,"Cost":534,"Date":"11/20/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":899,"Cost":709,"Date":"12/21/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":153,"Cost":89,"Date":"1/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":294,"Cost":234,"Date":"1/21/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":1000,"Cost":923,"Date":"2/9/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":436,"Cost":267,"Date":"3/19/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":176,"Cost":92,"Date":"4/3/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":796,"Cost":421,"Date":"4/5/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":531,"Cost":364,"Date":"4/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":77,"Date":"7/10/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":361,"Cost":232,"Date":"3/25/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":672,"Cost":460,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":282,"Cost":219,"Date":"10/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":996,"Cost":909,"Date":"3/2/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":770,"Cost":646,"Date":"6/28/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":237,"Cost":221,"Date":"7/17/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":20,"Cost":19,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":913,"Cost":639,"Date":"8/23/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":440,"Cost":223,"Date":"11/20/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":834,"Cost":502,"Date":"12/16/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":536,"Cost":300,"Date":"12/30/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":450,"Cost":241,"Date":"2/15/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":137,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":181,"Cost":110,"Date":"3/7/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":659,"Cost":474,"Date":"4/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":625,"Cost":544,"Date":"7/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":647,"Cost":529,"Date":"8/18/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":369,"Cost":254,"Date":"10/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":465,"Cost":442,"Date":"11/11/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":186,"Cost":156,"Date":"11/30/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":56,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":488,"Cost":276,"Date":"3/1/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":413,"Cost":362,"Date":"4/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":682,"Cost":598,"Date":"5/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":922,"Cost":622,"Date":"8/13/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":774,"Cost":672,"Date":"9/15/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":63,"Cost":38,"Date":"10/14/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":775,"Cost":417,"Date":"10/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":758,"Date":"11/11/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":411,"Cost":340,"Date":"12/7/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":401,"Cost":266,"Date":"12/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":734,"Cost":527,"Date":"1/6/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":976,"Cost":903,"Date":"1/23/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":264,"Cost":200,"Date":"2/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":208,"Cost":153,"Date":"3/10/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":261,"Cost":142,"Date":"3/12/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":758,"Cost":609,"Date":"3/31/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":178,"Cost":119,"Date":"6/16/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":317,"Cost":271,"Date":"6/17/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":789,"Cost":643,"Date":"8/27/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":229,"Cost":211,"Date":"10/1/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":447,"Cost":387,"Date":"11/4/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":506,"Cost":326,"Date":"11/9/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":460,"Cost":415,"Date":"3/27/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":564,"Date":"4/17/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":386,"Cost":194,"Date":"8/11/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":268,"Cost":187,"Date":"8/21/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":83,"Date":"9/2/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":530,"Cost":286,"Date":"9/5/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":25,"Cost":18,"Date":"9/14/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":994,"Cost":536,"Date":"9/20/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":962,"Cost":729,"Date":"11/20/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":615,"Date":"12/21/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":221,"Cost":120,"Date":"1/7/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":130,"Cost":109,"Date":"1/21/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":420,"Cost":379,"Date":"2/9/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":390,"Cost":297,"Date":"3/19/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":467,"Cost":442,"Date":"4/3/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":99,"Cost":77,"Date":"4/5/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":278,"Cost":232,"Date":"4/28/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":99,"Cost":55,"Date":"7/10/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":986,"Cost":552,"Date":"3/25/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":128,"Cost":107,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":597,"Cost":532,"Date":"10/28/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":102,"Date":"3/2/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":258,"Cost":203,"Date":"6/28/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":684,"Cost":452,"Date":"7/17/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":639,"Cost":531,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":722,"Cost":671,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":694,"Cost":400,"Date":"11/20/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":903,"Cost":670,"Date":"12/16/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":176,"Cost":134,"Date":"12/30/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":143,"Cost":98,"Date":"2/15/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":114,"Cost":75,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":97,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":400,"Date":"4/18/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":14,"Date":"7/27/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":141,"Date":"8/18/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":851,"Date":"10/31/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":57,"Cost":52,"Date":"11/11/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":605,"Cost":551,"Date":"11/30/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":890,"Cost":502,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":285,"Cost":227,"Date":"3/1/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":646,"Cost":542,"Date":"4/13/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":171,"Cost":147,"Date":"5/20/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":259,"Cost":178,"Date":"8/13/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":278,"Cost":215,"Date":"9/15/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":788,"Cost":645,"Date":"10/14/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":7,"Cost":3,"Date":"10/28/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":606,"Cost":409,"Date":"11/11/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":367,"Date":"12/7/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":785,"Cost":610,"Date":"12/21/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":3,"Cost":3,"Date":"1/6/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":355,"Date":"1/23/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":500,"Date":"2/4/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":90,"Cost":80,"Date":"3/10/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":668,"Cost":562,"Date":"3/12/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":469,"Cost":405,"Date":"3/31/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":634,"Cost":466,"Date":"6/16/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":899,"Cost":648,"Date":"6/17/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":115,"Cost":79,"Date":"8/27/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":370,"Cost":284,"Date":"10/1/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":605,"Date":"11/4/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":356,"Cost":325,"Date":"11/9/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":302,"Cost":164,"Date":"3/27/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":959,"Cost":606,"Date":"4/17/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":581,"Cost":492,"Date":"8/11/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":518,"Cost":342,"Date":"8/21/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":336,"Cost":307,"Date":"9/2/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":946,"Cost":563,"Date":"9/5/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":885,"Cost":573,"Date":"9/14/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":74,"Cost":65,"Date":"9/20/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":1000,"Cost":628,"Date":"11/20/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":915,"Cost":815,"Date":"12/21/2018"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":637,"Date":"1/7/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":470,"Date":"1/21/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":643,"Cost":597,"Date":"2/9/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":442,"Cost":356,"Date":"3/19/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":236,"Cost":156,"Date":"4/3/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":897,"Cost":789,"Date":"4/5/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":480,"Cost":352,"Date":"4/28/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":154,"Cost":125,"Date":"7/10/2019"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":5,"Date":"3/25/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":333,"Cost":314,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":78,"Cost":52,"Date":"10/28/2020"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":846,"Cost":502,"Date":"3/2/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":589,"Cost":536,"Date":"6/28/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":200,"Cost":184,"Date":"7/17/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":172,"Cost":91,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":242,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":57,"Cost":45,"Date":"11/20/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":100,"Cost":55,"Date":"12/16/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":610,"Date":"12/30/2021"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":533,"Cost":279,"Date":"2/15/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":859,"Cost":644,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":761,"Cost":553,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":925,"Cost":798,"Date":"4/18/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":93,"Cost":72,"Date":"7/27/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":12,"Date":"8/18/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":996,"Cost":631,"Date":"10/31/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":836,"Cost":771,"Date":"11/11/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":266,"Cost":225,"Date":"11/30/2022"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":24,"Cost":16,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":220,"Cost":151,"Date":"3/1/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":209,"Cost":136,"Date":"4/13/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":924,"Cost":704,"Date":"5/20/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":336,"Cost":259,"Date":"8/13/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":25,"Cost":17,"Date":"9/15/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":620,"Cost":315,"Date":"10/14/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":766,"Cost":596,"Date":"10/28/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":79,"Cost":52,"Date":"11/11/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":264,"Cost":181,"Date":"12/7/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":757,"Cost":634,"Date":"12/21/2023"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":529,"Cost":281,"Date":"1/6/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":757,"Date":"1/23/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":169,"Date":"2/4/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":885,"Cost":690,"Date":"3/10/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":803,"Cost":679,"Date":"3/12/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":175,"Date":"3/31/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":279,"Cost":179,"Date":"6/16/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":489,"Cost":298,"Date":"6/17/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":484,"Cost":372,"Date":"8/27/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":713,"Date":"10/1/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":981,"Cost":916,"Date":"11/4/2024"},{"Store":"Salvador Shopping","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":67,"Date":"11/9/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":613,"Cost":567,"Date":"3/27/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":709,"Cost":406,"Date":"4/17/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":337,"Cost":235,"Date":"8/11/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":170,"Cost":108,"Date":"8/21/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":735,"Cost":437,"Date":"9/2/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":640,"Cost":488,"Date":"9/5/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":531,"Cost":370,"Date":"9/14/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":587,"Cost":514,"Date":"9/20/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":114,"Cost":60,"Date":"11/20/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":174,"Cost":133,"Date":"12/21/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":103,"Cost":91,"Date":"1/7/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":278,"Cost":193,"Date":"1/21/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":386,"Cost":319,"Date":"2/9/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":137,"Date":"3/19/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":761,"Cost":632,"Date":"4/3/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":357,"Date":"4/5/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":167,"Date":"4/28/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":442,"Cost":323,"Date":"7/10/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":794,"Cost":636,"Date":"3/25/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":308,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":570,"Cost":378,"Date":"10/28/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":146,"Cost":125,"Date":"3/2/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":365,"Cost":339,"Date":"6/28/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":951,"Cost":861,"Date":"7/17/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":410,"Cost":359,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":977,"Cost":855,"Date":"8/23/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":421,"Cost":316,"Date":"11/20/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":767,"Cost":661,"Date":"12/16/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":146,"Cost":89,"Date":"12/30/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":197,"Cost":142,"Date":"2/15/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":229,"Cost":122,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":504,"Cost":458,"Date":"3/7/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":483,"Cost":358,"Date":"4/18/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":793,"Cost":716,"Date":"7/27/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":708,"Cost":462,"Date":"8/18/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":573,"Cost":430,"Date":"10/31/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":533,"Cost":401,"Date":"11/11/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":110,"Date":"11/30/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":26,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":73,"Cost":50,"Date":"3/1/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":914,"Cost":509,"Date":"4/13/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":549,"Cost":302,"Date":"5/20/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":479,"Date":"8/13/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":623,"Cost":414,"Date":"9/15/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":549,"Cost":366,"Date":"10/14/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":238,"Cost":123,"Date":"10/28/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":516,"Cost":393,"Date":"11/11/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":297,"Cost":189,"Date":"12/7/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":661,"Cost":395,"Date":"12/21/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":541,"Cost":470,"Date":"1/6/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":469,"Cost":414,"Date":"1/23/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":805,"Cost":510,"Date":"2/4/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":614,"Cost":502,"Date":"3/10/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":463,"Date":"3/12/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":179,"Date":"3/31/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":43,"Date":"6/16/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":490,"Cost":301,"Date":"6/17/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":105,"Date":"8/27/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":447,"Cost":243,"Date":"10/1/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":684,"Cost":417,"Date":"11/4/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":372,"Cost":256,"Date":"11/9/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":376,"Cost":303,"Date":"3/27/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":628,"Cost":498,"Date":"4/17/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":492,"Cost":254,"Date":"8/11/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":140,"Cost":105,"Date":"8/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":949,"Cost":569,"Date":"9/2/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":480,"Cost":242,"Date":"9/5/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":708,"Cost":477,"Date":"9/14/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":46,"Cost":43,"Date":"9/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":12,"Cost":9,"Date":"11/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":725,"Cost":600,"Date":"12/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":985,"Cost":628,"Date":"1/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":95,"Cost":50,"Date":"1/21/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":674,"Cost":592,"Date":"2/9/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":159,"Cost":110,"Date":"3/19/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":100,"Cost":79,"Date":"4/3/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":369,"Cost":209,"Date":"4/5/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":49,"Cost":37,"Date":"4/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":557,"Cost":528,"Date":"7/10/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":13,"Cost":12,"Date":"3/25/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":24,"Cost":14,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":933,"Cost":787,"Date":"10/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":275,"Cost":212,"Date":"3/2/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":20,"Cost":14,"Date":"6/28/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":802,"Cost":679,"Date":"7/17/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":489,"Cost":247,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":195,"Cost":177,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":287,"Cost":165,"Date":"11/20/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":210,"Cost":182,"Date":"12/16/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":319,"Cost":262,"Date":"12/30/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":14,"Cost":8,"Date":"2/15/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":956,"Cost":537,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":117,"Cost":95,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":844,"Cost":793,"Date":"4/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":844,"Cost":735,"Date":"7/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":371,"Cost":321,"Date":"8/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":89,"Cost":83,"Date":"10/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":568,"Cost":324,"Date":"11/11/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":511,"Cost":258,"Date":"11/30/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":184,"Cost":171,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":544,"Cost":297,"Date":"3/1/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":154,"Cost":85,"Date":"4/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":120,"Cost":99,"Date":"5/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":30,"Cost":22,"Date":"8/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":964,"Cost":637,"Date":"9/15/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":401,"Cost":257,"Date":"10/14/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":594,"Cost":500,"Date":"10/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":585,"Cost":522,"Date":"11/11/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":406,"Cost":235,"Date":"12/7/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":740,"Cost":472,"Date":"12/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":594,"Cost":497,"Date":"1/6/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":355,"Cost":180,"Date":"1/23/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":340,"Cost":293,"Date":"2/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":984,"Cost":853,"Date":"3/10/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":478,"Cost":243,"Date":"3/12/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":924,"Cost":612,"Date":"3/31/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":654,"Cost":336,"Date":"6/16/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":965,"Cost":625,"Date":"6/17/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":582,"Cost":441,"Date":"8/27/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":675,"Cost":377,"Date":"10/1/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":129,"Cost":65,"Date":"11/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM","Country":"Brazil","Sale":359,"Cost":321,"Date":"11/9/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":351,"Date":"3/27/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":903,"Cost":560,"Date":"4/17/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":654,"Cost":566,"Date":"8/11/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":46,"Date":"8/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":499,"Cost":431,"Date":"9/2/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":830,"Cost":612,"Date":"9/5/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":386,"Cost":227,"Date":"9/14/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":76,"Date":"9/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":680,"Date":"11/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":427,"Cost":374,"Date":"12/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":647,"Cost":445,"Date":"1/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":866,"Cost":657,"Date":"1/21/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":894,"Cost":637,"Date":"2/9/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":340,"Cost":226,"Date":"3/19/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":953,"Cost":702,"Date":"4/3/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":766,"Cost":447,"Date":"4/5/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":637,"Cost":599,"Date":"4/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":617,"Cost":462,"Date":"7/10/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":872,"Cost":546,"Date":"3/25/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":412,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":208,"Cost":152,"Date":"10/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":22,"Cost":19,"Date":"3/2/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":327,"Cost":215,"Date":"6/28/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":770,"Cost":586,"Date":"7/17/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":371,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":129,"Cost":84,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":339,"Cost":304,"Date":"11/20/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":469,"Cost":308,"Date":"12/16/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":166,"Cost":118,"Date":"12/30/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":408,"Cost":327,"Date":"2/15/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":457,"Cost":385,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":792,"Cost":664,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":334,"Date":"4/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":571,"Cost":446,"Date":"7/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":469,"Cost":394,"Date":"8/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":774,"Cost":450,"Date":"10/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":204,"Cost":193,"Date":"11/11/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":30,"Cost":16,"Date":"11/30/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":511,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":522,"Cost":394,"Date":"3/1/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":144,"Cost":91,"Date":"4/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":715,"Cost":634,"Date":"5/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":398,"Cost":239,"Date":"8/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":516,"Date":"9/15/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":466,"Cost":389,"Date":"10/14/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":512,"Date":"10/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":273,"Cost":153,"Date":"11/11/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":713,"Cost":590,"Date":"12/7/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":58,"Cost":33,"Date":"12/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":683,"Cost":465,"Date":"1/6/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":60,"Date":"1/23/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":952,"Cost":707,"Date":"2/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":508,"Cost":469,"Date":"3/10/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":997,"Cost":596,"Date":"3/12/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":452,"Date":"3/31/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":841,"Cost":799,"Date":"6/16/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":450,"Date":"6/17/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":962,"Cost":882,"Date":"8/27/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":946,"Cost":858,"Date":"10/1/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":647,"Cost":330,"Date":"11/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":577,"Date":"11/9/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":229,"Cost":199,"Date":"3/27/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":516,"Cost":309,"Date":"4/17/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":153,"Cost":119,"Date":"8/11/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":552,"Cost":514,"Date":"8/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":636,"Cost":510,"Date":"9/2/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":823,"Date":"9/5/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":525,"Cost":416,"Date":"9/14/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":670,"Date":"9/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":228,"Date":"11/20/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":767,"Cost":712,"Date":"12/21/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":15,"Cost":8,"Date":"1/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":910,"Cost":854,"Date":"1/21/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":409,"Cost":208,"Date":"2/9/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":503,"Cost":469,"Date":"3/19/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":87,"Cost":73,"Date":"4/3/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":154,"Cost":95,"Date":"4/5/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":252,"Cost":225,"Date":"4/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":448,"Cost":363,"Date":"7/10/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":309,"Date":"3/25/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":50,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":802,"Cost":639,"Date":"10/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":350,"Cost":331,"Date":"3/2/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":536,"Cost":332,"Date":"6/28/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":735,"Cost":383,"Date":"7/17/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":208,"Cost":157,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":685,"Date":"8/23/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":777,"Cost":694,"Date":"11/20/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":71,"Cost":42,"Date":"12/16/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":251,"Cost":178,"Date":"12/30/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":289,"Date":"2/15/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":572,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":642,"Cost":463,"Date":"3/7/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":749,"Cost":709,"Date":"4/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":997,"Cost":746,"Date":"7/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":639,"Cost":344,"Date":"8/18/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":426,"Date":"10/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":989,"Cost":791,"Date":"11/11/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":708,"Cost":446,"Date":"11/30/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":195,"Cost":177,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":721,"Date":"3/1/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":604,"Cost":453,"Date":"4/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":546,"Cost":369,"Date":"5/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":898,"Cost":586,"Date":"8/13/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":483,"Cost":315,"Date":"9/15/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":744,"Date":"10/14/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":220,"Cost":198,"Date":"10/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":117,"Cost":85,"Date":"11/11/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":86,"Cost":46,"Date":"12/7/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":849,"Cost":721,"Date":"12/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":85,"Cost":80,"Date":"1/6/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":601,"Cost":556,"Date":"1/23/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":565,"Date":"2/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":417,"Cost":214,"Date":"3/10/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":115,"Cost":64,"Date":"3/12/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":458,"Cost":254,"Date":"3/31/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":555,"Cost":491,"Date":"6/16/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":127,"Cost":118,"Date":"6/17/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":262,"Cost":165,"Date":"8/27/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":175,"Date":"10/1/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":376,"Cost":261,"Date":"11/4/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":639,"Cost":384,"Date":"11/9/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":37,"Cost":20,"Date":"3/27/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":257,"Cost":146,"Date":"4/17/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":63,"Cost":44,"Date":"8/11/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":628,"Cost":516,"Date":"8/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":174,"Cost":115,"Date":"9/2/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":983,"Cost":853,"Date":"9/5/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":107,"Cost":67,"Date":"9/14/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":470,"Cost":268,"Date":"9/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":744,"Cost":489,"Date":"11/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":329,"Cost":216,"Date":"12/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":421,"Cost":302,"Date":"1/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":697,"Cost":657,"Date":"1/21/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":434,"Date":"2/9/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":3,"Cost":2,"Date":"3/19/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":846,"Cost":614,"Date":"4/3/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":344,"Cost":225,"Date":"4/5/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":82,"Cost":48,"Date":"4/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":334,"Date":"7/10/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":874,"Cost":440,"Date":"3/25/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":395,"Cost":200,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":497,"Date":"10/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":738,"Cost":423,"Date":"3/2/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":111,"Date":"6/28/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":413,"Cost":261,"Date":"7/17/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":574,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":616,"Cost":369,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":893,"Cost":495,"Date":"11/20/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":6,"Date":"12/16/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":981,"Cost":515,"Date":"12/30/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":922,"Cost":562,"Date":"2/15/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":671,"Cost":379,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":575,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":302,"Cost":175,"Date":"4/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":550,"Cost":300,"Date":"7/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":938,"Cost":566,"Date":"8/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":320,"Cost":229,"Date":"10/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":108,"Date":"11/11/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":594,"Cost":327,"Date":"11/30/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":773,"Cost":526,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":196,"Cost":143,"Date":"3/1/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":510,"Cost":282,"Date":"4/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":617,"Cost":328,"Date":"5/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":441,"Date":"8/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":784,"Cost":709,"Date":"9/15/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":432,"Cost":247,"Date":"10/14/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":184,"Date":"10/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":886,"Date":"11/11/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":830,"Cost":553,"Date":"12/7/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":240,"Cost":205,"Date":"12/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":833,"Cost":524,"Date":"1/6/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":348,"Cost":208,"Date":"1/23/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":100,"Date":"2/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":1,"Cost":0,"Date":"3/10/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":355,"Cost":194,"Date":"3/12/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":190,"Cost":172,"Date":"3/31/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":350,"Cost":332,"Date":"6/16/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":671,"Cost":527,"Date":"6/17/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":246,"Cost":151,"Date":"8/27/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":856,"Cost":442,"Date":"10/1/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":124,"Date":"11/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":672,"Cost":419,"Date":"11/9/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":647,"Cost":459,"Date":"3/27/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":133,"Cost":93,"Date":"4/17/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":87,"Cost":67,"Date":"8/11/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":316,"Cost":293,"Date":"8/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":552,"Cost":328,"Date":"9/2/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":312,"Cost":241,"Date":"9/5/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":455,"Date":"9/14/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":917,"Cost":515,"Date":"9/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":219,"Cost":200,"Date":"11/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":444,"Cost":379,"Date":"12/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":186,"Cost":117,"Date":"1/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":470,"Date":"1/21/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":857,"Cost":484,"Date":"2/9/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":37,"Cost":32,"Date":"3/19/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":77,"Cost":63,"Date":"4/3/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":217,"Date":"4/5/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":470,"Cost":404,"Date":"4/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":89,"Cost":70,"Date":"7/10/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":637,"Cost":406,"Date":"3/25/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":547,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":21,"Cost":12,"Date":"10/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":159,"Cost":123,"Date":"3/2/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":566,"Cost":444,"Date":"6/28/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":612,"Date":"7/17/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":809,"Cost":671,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":857,"Cost":490,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":513,"Cost":426,"Date":"11/20/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":405,"Cost":240,"Date":"12/16/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":597,"Cost":316,"Date":"12/30/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":174,"Cost":88,"Date":"2/15/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":411,"Cost":226,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":678,"Cost":473,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":226,"Date":"4/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":724,"Cost":525,"Date":"7/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":787,"Cost":471,"Date":"8/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":283,"Cost":243,"Date":"10/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":607,"Cost":399,"Date":"11/11/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":547,"Cost":394,"Date":"11/30/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":939,"Cost":590,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":581,"Date":"3/1/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":771,"Cost":394,"Date":"4/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":559,"Cost":293,"Date":"5/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":749,"Cost":487,"Date":"8/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":933,"Cost":632,"Date":"9/15/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":205,"Date":"10/14/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":635,"Date":"10/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":682,"Cost":405,"Date":"11/11/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":132,"Cost":112,"Date":"12/7/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":962,"Cost":855,"Date":"12/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":169,"Cost":133,"Date":"1/6/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":685,"Cost":376,"Date":"1/23/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":460,"Date":"2/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":875,"Date":"3/10/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":639,"Date":"3/12/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":76,"Cost":73,"Date":"3/31/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":474,"Cost":444,"Date":"6/16/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":212,"Cost":140,"Date":"6/17/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":317,"Cost":217,"Date":"8/27/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":358,"Cost":195,"Date":"10/1/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":279,"Cost":178,"Date":"11/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":698,"Cost":441,"Date":"11/9/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":962,"Cost":886,"Date":"3/27/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":210,"Date":"4/17/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":671,"Date":"8/11/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":845,"Cost":457,"Date":"8/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":224,"Cost":156,"Date":"9/2/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":16,"Cost":14,"Date":"9/5/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":148,"Cost":75,"Date":"9/14/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":848,"Cost":747,"Date":"9/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":749,"Cost":575,"Date":"11/20/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":872,"Cost":614,"Date":"12/21/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":527,"Cost":305,"Date":"1/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":654,"Cost":416,"Date":"1/21/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":623,"Cost":514,"Date":"2/9/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":450,"Date":"3/19/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":397,"Cost":320,"Date":"4/3/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":220,"Cost":143,"Date":"4/5/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":769,"Cost":536,"Date":"4/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":281,"Cost":215,"Date":"7/10/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":308,"Date":"3/25/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":370,"Cost":220,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":624,"Date":"10/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":660,"Cost":623,"Date":"3/2/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":278,"Date":"6/28/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":855,"Cost":485,"Date":"7/17/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":258,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":156,"Cost":146,"Date":"8/23/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":973,"Cost":757,"Date":"11/20/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":772,"Cost":457,"Date":"12/16/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":513,"Date":"12/30/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":322,"Date":"2/15/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":372,"Cost":351,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":524,"Date":"3/7/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":599,"Cost":518,"Date":"4/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":172,"Cost":107,"Date":"7/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":898,"Cost":790,"Date":"8/18/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":821,"Cost":732,"Date":"10/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":289,"Cost":196,"Date":"11/11/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":459,"Cost":296,"Date":"11/30/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":882,"Cost":666,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":142,"Date":"3/1/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":549,"Cost":341,"Date":"4/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":325,"Cost":209,"Date":"5/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":245,"Cost":165,"Date":"8/13/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":95,"Cost":64,"Date":"9/15/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":282,"Cost":163,"Date":"10/14/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":904,"Cost":656,"Date":"10/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":321,"Cost":206,"Date":"11/11/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":200,"Cost":103,"Date":"12/7/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":454,"Cost":326,"Date":"12/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":124,"Cost":84,"Date":"1/6/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":52,"Cost":41,"Date":"1/23/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":912,"Cost":792,"Date":"2/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":488,"Cost":368,"Date":"3/10/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":900,"Cost":649,"Date":"3/12/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":51,"Cost":43,"Date":"3/31/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":818,"Cost":599,"Date":"6/16/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":861,"Cost":509,"Date":"6/17/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":511,"Date":"8/27/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":344,"Cost":246,"Date":"10/1/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":901,"Cost":682,"Date":"11/4/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Jeans","Country":"Brazil","Sale":649,"Cost":414,"Date":"11/9/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":430,"Cost":349,"Date":"3/27/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":193,"Cost":168,"Date":"4/17/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":581,"Cost":466,"Date":"8/11/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":26,"Cost":15,"Date":"8/21/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":831,"Cost":529,"Date":"9/2/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":431,"Cost":349,"Date":"9/5/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":227,"Cost":150,"Date":"9/14/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":754,"Cost":466,"Date":"9/20/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":585,"Cost":426,"Date":"11/20/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":275,"Cost":172,"Date":"12/21/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":932,"Cost":610,"Date":"1/7/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":318,"Cost":168,"Date":"1/21/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":65,"Cost":62,"Date":"2/9/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":995,"Cost":735,"Date":"3/19/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":534,"Cost":475,"Date":"4/3/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":883,"Cost":567,"Date":"4/5/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":528,"Cost":410,"Date":"4/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":639,"Cost":321,"Date":"7/10/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":185,"Cost":167,"Date":"3/25/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":347,"Cost":233,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":290,"Cost":252,"Date":"10/28/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":759,"Cost":544,"Date":"3/2/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":415,"Cost":341,"Date":"6/28/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":677,"Cost":468,"Date":"7/17/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":43,"Cost":39,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":531,"Cost":461,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":945,"Cost":674,"Date":"11/20/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":328,"Cost":204,"Date":"12/16/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":475,"Cost":431,"Date":"12/30/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":486,"Cost":362,"Date":"2/15/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":356,"Cost":188,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":368,"Cost":334,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":87,"Cost":56,"Date":"4/18/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":388,"Cost":220,"Date":"7/27/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":488,"Cost":334,"Date":"8/18/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":859,"Cost":656,"Date":"10/31/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":721,"Cost":542,"Date":"11/11/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":206,"Cost":141,"Date":"11/30/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":758,"Cost":383,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":415,"Cost":384,"Date":"3/1/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":757,"Cost":437,"Date":"4/13/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":186,"Cost":168,"Date":"5/20/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":740,"Cost":695,"Date":"8/13/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":10,"Cost":5,"Date":"9/15/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":511,"Cost":319,"Date":"10/14/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":313,"Cost":279,"Date":"10/28/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":251,"Cost":238,"Date":"11/11/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":504,"Cost":332,"Date":"12/7/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":928,"Cost":758,"Date":"12/21/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":270,"Cost":218,"Date":"1/6/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":152,"Cost":101,"Date":"1/23/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":171,"Cost":109,"Date":"2/4/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":658,"Cost":400,"Date":"3/10/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":426,"Cost":361,"Date":"3/12/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":831,"Cost":661,"Date":"3/31/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":779,"Cost":433,"Date":"6/16/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":226,"Cost":156,"Date":"6/17/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":132,"Cost":82,"Date":"8/27/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":46,"Cost":32,"Date":"10/1/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":223,"Cost":127,"Date":"11/4/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":796,"Cost":612,"Date":"11/9/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":786,"Cost":677,"Date":"3/27/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":394,"Cost":298,"Date":"4/17/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":838,"Cost":438,"Date":"8/11/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":82,"Cost":46,"Date":"8/21/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":342,"Cost":270,"Date":"9/2/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":601,"Cost":341,"Date":"9/5/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":940,"Cost":505,"Date":"9/14/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":688,"Date":"9/20/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":87,"Date":"11/20/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":221,"Cost":179,"Date":"12/21/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":973,"Cost":862,"Date":"1/7/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":258,"Cost":231,"Date":"1/21/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":992,"Cost":720,"Date":"2/9/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":18,"Cost":12,"Date":"3/19/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":627,"Cost":533,"Date":"4/3/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":253,"Date":"4/5/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":939,"Cost":567,"Date":"4/28/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":776,"Cost":437,"Date":"7/10/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":674,"Date":"3/25/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":458,"Cost":256,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":101,"Cost":70,"Date":"10/28/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":92,"Cost":82,"Date":"3/2/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":8,"Cost":4,"Date":"6/28/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":804,"Cost":574,"Date":"7/17/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":521,"Cost":429,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":25,"Cost":21,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":690,"Cost":452,"Date":"11/20/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":58,"Cost":44,"Date":"12/16/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":250,"Cost":137,"Date":"12/30/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":677,"Cost":361,"Date":"2/15/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":638,"Cost":505,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":896,"Cost":506,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":761,"Cost":539,"Date":"4/18/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":494,"Date":"7/27/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":744,"Cost":587,"Date":"8/18/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":333,"Cost":302,"Date":"10/31/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":903,"Cost":607,"Date":"11/11/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":175,"Cost":123,"Date":"11/30/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":506,"Cost":375,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":183,"Cost":154,"Date":"3/1/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":55,"Cost":34,"Date":"4/13/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":123,"Cost":111,"Date":"5/20/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":657,"Cost":570,"Date":"8/13/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":117,"Cost":98,"Date":"9/15/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":636,"Cost":556,"Date":"10/14/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":103,"Cost":84,"Date":"10/28/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":545,"Cost":300,"Date":"11/11/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":620,"Cost":382,"Date":"12/7/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":660,"Cost":530,"Date":"12/21/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":283,"Cost":176,"Date":"1/6/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":145,"Cost":138,"Date":"1/23/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":714,"Cost":409,"Date":"2/4/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":380,"Cost":243,"Date":"3/10/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":301,"Cost":162,"Date":"3/12/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":200,"Cost":139,"Date":"3/31/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":107,"Cost":98,"Date":"6/16/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":394,"Date":"6/17/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":848,"Cost":540,"Date":"8/27/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":708,"Cost":466,"Date":"10/1/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":592,"Cost":328,"Date":"11/4/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":646,"Cost":550,"Date":"11/9/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":167,"Cost":138,"Date":"3/27/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":374,"Cost":272,"Date":"4/17/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":852,"Cost":443,"Date":"8/11/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":375,"Cost":202,"Date":"8/21/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":548,"Cost":442,"Date":"9/2/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":615,"Cost":521,"Date":"9/5/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":103,"Cost":63,"Date":"9/14/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":610,"Cost":504,"Date":"9/20/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":454,"Cost":282,"Date":"11/20/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":410,"Cost":263,"Date":"12/21/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":541,"Cost":309,"Date":"1/7/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":332,"Cost":255,"Date":"1/21/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":908,"Cost":469,"Date":"2/9/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":753,"Cost":438,"Date":"3/19/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":472,"Cost":261,"Date":"4/3/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":966,"Cost":775,"Date":"4/5/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":723,"Cost":494,"Date":"4/28/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":42,"Cost":25,"Date":"7/10/2019"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":275,"Cost":206,"Date":"3/25/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":377,"Cost":334,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":376,"Cost":202,"Date":"10/28/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":658,"Cost":500,"Date":"3/2/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":434,"Cost":328,"Date":"6/28/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":28,"Cost":27,"Date":"7/17/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":878,"Cost":650,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":14,"Cost":11,"Date":"8/23/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":455,"Cost":293,"Date":"11/20/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":431,"Cost":288,"Date":"12/16/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":147,"Cost":82,"Date":"12/30/2021"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":587,"Cost":514,"Date":"2/15/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":97,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":345,"Cost":257,"Date":"3/7/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":282,"Cost":238,"Date":"4/18/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":565,"Cost":455,"Date":"7/27/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":592,"Cost":456,"Date":"8/18/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":816,"Cost":571,"Date":"10/31/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":65,"Cost":34,"Date":"11/11/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":223,"Cost":188,"Date":"11/30/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":619,"Cost":588,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":764,"Cost":420,"Date":"3/1/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":974,"Cost":665,"Date":"4/13/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":101,"Cost":60,"Date":"5/20/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":134,"Cost":109,"Date":"8/13/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":214,"Cost":153,"Date":"9/15/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":247,"Cost":165,"Date":"10/14/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":656,"Cost":364,"Date":"10/28/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":177,"Cost":129,"Date":"11/11/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":310,"Cost":268,"Date":"12/7/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":904,"Cost":787,"Date":"12/21/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":484,"Cost":385,"Date":"1/6/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":853,"Cost":720,"Date":"1/23/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":641,"Cost":463,"Date":"2/4/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":768,"Cost":570,"Date":"3/10/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":902,"Cost":530,"Date":"3/12/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":413,"Cost":298,"Date":"3/31/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":539,"Cost":322,"Date":"6/16/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":158,"Cost":102,"Date":"6/17/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":346,"Cost":197,"Date":"8/27/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":814,"Cost":674,"Date":"10/1/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":414,"Cost":242,"Date":"11/4/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":458,"Cost":334,"Date":"11/9/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":540,"Date":"3/27/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":959,"Cost":558,"Date":"4/17/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":74,"Cost":61,"Date":"8/11/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":26,"Cost":23,"Date":"8/21/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":710,"Cost":420,"Date":"9/2/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":892,"Cost":625,"Date":"9/5/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":373,"Cost":267,"Date":"9/14/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":23,"Cost":18,"Date":"9/20/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":146,"Cost":129,"Date":"11/20/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":994,"Cost":856,"Date":"12/21/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":358,"Date":"1/7/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":568,"Cost":362,"Date":"1/21/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":276,"Date":"2/9/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":756,"Date":"3/19/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":335,"Cost":196,"Date":"4/3/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":407,"Cost":238,"Date":"4/5/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":674,"Date":"4/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":584,"Cost":478,"Date":"7/10/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":992,"Cost":929,"Date":"3/25/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":336,"Cost":196,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":353,"Date":"10/28/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":783,"Cost":654,"Date":"3/2/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":337,"Cost":187,"Date":"6/28/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":323,"Date":"7/17/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":455,"Cost":391,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":835,"Cost":494,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":72,"Cost":43,"Date":"11/20/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":986,"Cost":531,"Date":"12/16/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":846,"Cost":796,"Date":"12/30/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":433,"Date":"2/15/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":687,"Cost":516,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":473,"Cost":279,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":105,"Cost":93,"Date":"4/18/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":436,"Cost":395,"Date":"7/27/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":365,"Cost":222,"Date":"8/18/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":378,"Cost":267,"Date":"10/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":716,"Date":"11/11/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":609,"Date":"11/30/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":244,"Cost":164,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":316,"Cost":179,"Date":"3/1/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":874,"Cost":824,"Date":"4/13/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":995,"Cost":945,"Date":"5/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":602,"Cost":361,"Date":"8/13/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":974,"Cost":801,"Date":"9/15/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":659,"Cost":481,"Date":"10/14/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":328,"Cost":193,"Date":"10/28/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":160,"Cost":105,"Date":"11/11/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":697,"Date":"12/7/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":214,"Date":"12/21/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":347,"Date":"1/6/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":520,"Cost":359,"Date":"1/23/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":314,"Date":"2/4/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":872,"Date":"3/10/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":426,"Cost":260,"Date":"3/12/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":276,"Date":"3/31/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":320,"Cost":182,"Date":"6/16/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":310,"Date":"6/17/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":65,"Date":"8/27/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":834,"Cost":699,"Date":"10/1/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":497,"Cost":417,"Date":"11/4/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":299,"Cost":245,"Date":"11/9/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":597,"Date":"3/27/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":401,"Cost":353,"Date":"4/17/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":47,"Cost":41,"Date":"8/11/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":747,"Date":"8/21/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":312,"Cost":239,"Date":"9/2/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":615,"Cost":540,"Date":"9/5/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":878,"Cost":682,"Date":"9/14/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":935,"Cost":805,"Date":"9/20/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":59,"Date":"11/20/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":92,"Cost":62,"Date":"12/21/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":707,"Cost":402,"Date":"1/7/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":256,"Cost":148,"Date":"1/21/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":166,"Cost":117,"Date":"2/9/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":741,"Cost":581,"Date":"3/19/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":359,"Cost":241,"Date":"4/3/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":32,"Date":"4/5/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":262,"Cost":232,"Date":"4/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":761,"Date":"7/10/2019"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":359,"Date":"3/25/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":666,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":832,"Cost":775,"Date":"10/28/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":494,"Cost":290,"Date":"3/2/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":761,"Cost":681,"Date":"6/28/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":465,"Date":"7/17/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":425,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":701,"Cost":644,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":498,"Date":"11/20/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":304,"Cost":205,"Date":"12/16/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":604,"Date":"12/30/2021"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":340,"Cost":293,"Date":"2/15/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":62,"Cost":45,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":55,"Cost":36,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":687,"Cost":387,"Date":"4/18/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":388,"Date":"7/27/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":716,"Cost":429,"Date":"8/18/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":903,"Cost":546,"Date":"10/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":306,"Cost":210,"Date":"11/11/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":328,"Cost":278,"Date":"11/30/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":665,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":300,"Cost":247,"Date":"3/1/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":760,"Cost":552,"Date":"4/13/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":556,"Date":"5/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":209,"Cost":128,"Date":"8/13/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":932,"Cost":521,"Date":"9/15/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":508,"Date":"10/14/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":132,"Cost":87,"Date":"10/28/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":657,"Date":"11/11/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":917,"Cost":473,"Date":"12/7/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":414,"Cost":233,"Date":"12/21/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":669,"Date":"1/6/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":724,"Date":"1/23/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":37,"Cost":34,"Date":"2/4/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":497,"Cost":327,"Date":"3/10/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":361,"Cost":317,"Date":"3/12/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":477,"Date":"3/31/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":729,"Cost":687,"Date":"6/16/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":280,"Cost":190,"Date":"6/17/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":623,"Cost":408,"Date":"8/27/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":184,"Date":"10/1/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":179,"Cost":131,"Date":"11/4/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":585,"Date":"11/9/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":812,"Cost":722,"Date":"3/27/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":766,"Cost":481,"Date":"4/17/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":776,"Cost":524,"Date":"8/11/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":343,"Date":"8/21/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":804,"Date":"9/2/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":494,"Cost":367,"Date":"9/5/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":396,"Date":"9/14/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":132,"Cost":80,"Date":"9/20/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":390,"Cost":322,"Date":"11/20/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":661,"Cost":368,"Date":"12/21/2018"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":491,"Cost":318,"Date":"1/7/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":189,"Cost":169,"Date":"1/21/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":147,"Cost":95,"Date":"2/9/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":353,"Cost":180,"Date":"3/19/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":358,"Date":"4/3/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":915,"Cost":549,"Date":"4/5/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":808,"Cost":448,"Date":"4/28/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":433,"Cost":339,"Date":"7/10/2019"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":808,"Cost":506,"Date":"3/25/2020"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":972,"Cost":618,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":21,"Cost":12,"Date":"10/28/2020"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":489,"Date":"3/2/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":488,"Cost":427,"Date":"6/28/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":804,"Cost":677,"Date":"7/17/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":159,"Cost":102,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":945,"Cost":872,"Date":"8/23/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":540,"Cost":388,"Date":"11/20/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":342,"Cost":263,"Date":"12/16/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":243,"Cost":166,"Date":"12/30/2021"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":230,"Cost":211,"Date":"2/15/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":546,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":522,"Cost":332,"Date":"3/7/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":102,"Date":"4/18/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":637,"Cost":441,"Date":"7/27/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":337,"Date":"8/18/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":158,"Cost":140,"Date":"10/31/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":402,"Cost":275,"Date":"11/11/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":302,"Cost":270,"Date":"11/30/2022"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":487,"Cost":440,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":673,"Date":"3/1/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":354,"Cost":299,"Date":"4/13/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":479,"Cost":435,"Date":"5/20/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":963,"Cost":707,"Date":"8/13/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":84,"Date":"9/15/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":436,"Cost":283,"Date":"10/14/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":151,"Cost":84,"Date":"10/28/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":537,"Cost":489,"Date":"11/11/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":363,"Cost":205,"Date":"12/7/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":379,"Cost":331,"Date":"12/21/2023"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":421,"Cost":241,"Date":"1/6/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":614,"Cost":579,"Date":"1/23/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":687,"Date":"2/4/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":851,"Cost":501,"Date":"3/10/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":316,"Date":"3/12/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":224,"Cost":173,"Date":"3/31/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":507,"Cost":299,"Date":"6/16/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":241,"Cost":194,"Date":"6/17/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":847,"Cost":517,"Date":"8/27/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":396,"Cost":268,"Date":"10/1/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":6,"Date":"11/4/2024"},{"Store":"Midway Mall, Natal","Brand":"ARKET","Country":"Brazil","Sale":452,"Cost":249,"Date":"11/9/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":670,"Cost":637,"Date":"3/27/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":488,"Cost":433,"Date":"4/17/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":600,"Cost":551,"Date":"8/11/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":886,"Cost":709,"Date":"8/21/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":615,"Cost":309,"Date":"9/2/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":959,"Cost":539,"Date":"9/5/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":314,"Cost":213,"Date":"9/14/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":396,"Cost":249,"Date":"9/20/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":724,"Cost":582,"Date":"11/20/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":193,"Cost":102,"Date":"12/21/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":586,"Cost":521,"Date":"1/7/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":726,"Cost":557,"Date":"1/21/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":733,"Cost":489,"Date":"2/9/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":279,"Cost":169,"Date":"3/19/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":218,"Cost":173,"Date":"4/3/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":227,"Date":"4/5/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":141,"Cost":129,"Date":"4/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":737,"Cost":618,"Date":"7/10/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":904,"Cost":478,"Date":"3/25/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":464,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":907,"Cost":751,"Date":"10/28/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":358,"Date":"3/2/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":982,"Cost":764,"Date":"6/28/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":635,"Date":"7/17/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":457,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":423,"Cost":247,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":788,"Cost":579,"Date":"11/20/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":445,"Cost":293,"Date":"12/16/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":67,"Cost":39,"Date":"12/30/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":734,"Cost":470,"Date":"2/15/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":337,"Cost":210,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":896,"Cost":543,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":937,"Cost":618,"Date":"4/18/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":658,"Cost":336,"Date":"7/27/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":714,"Cost":600,"Date":"8/18/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":586,"Cost":391,"Date":"10/31/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":143,"Date":"11/11/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":879,"Cost":739,"Date":"11/30/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":693,"Cost":589,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":772,"Cost":660,"Date":"3/1/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":873,"Cost":651,"Date":"4/13/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":87,"Cost":80,"Date":"5/20/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":643,"Cost":437,"Date":"8/13/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":331,"Cost":275,"Date":"9/15/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":650,"Cost":326,"Date":"10/14/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":893,"Cost":813,"Date":"10/28/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":468,"Date":"11/11/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":232,"Date":"12/7/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":949,"Cost":817,"Date":"12/21/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":939,"Cost":591,"Date":"1/6/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":355,"Cost":309,"Date":"1/23/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":807,"Cost":740,"Date":"2/4/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":982,"Cost":850,"Date":"3/10/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":274,"Date":"3/12/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":125,"Cost":67,"Date":"3/31/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":653,"Cost":614,"Date":"6/16/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":655,"Cost":468,"Date":"6/17/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":278,"Cost":252,"Date":"8/27/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":770,"Cost":726,"Date":"10/1/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":938,"Cost":882,"Date":"11/4/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":25,"Cost":19,"Date":"11/9/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":170,"Cost":100,"Date":"3/27/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":538,"Cost":417,"Date":"4/17/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":613,"Cost":471,"Date":"8/11/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":614,"Cost":424,"Date":"8/21/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":35,"Cost":26,"Date":"9/2/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":617,"Cost":387,"Date":"9/5/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":831,"Cost":669,"Date":"9/14/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":86,"Cost":76,"Date":"9/20/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":281,"Cost":235,"Date":"11/20/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":284,"Cost":201,"Date":"12/21/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":87,"Cost":53,"Date":"1/7/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":533,"Cost":501,"Date":"1/21/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":161,"Date":"2/9/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":409,"Cost":366,"Date":"3/19/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":496,"Cost":363,"Date":"4/3/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":169,"Cost":106,"Date":"4/5/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":385,"Cost":202,"Date":"4/28/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":817,"Cost":527,"Date":"7/10/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":534,"Cost":453,"Date":"3/25/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":396,"Cost":295,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":906,"Cost":670,"Date":"10/28/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":308,"Cost":213,"Date":"3/2/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":626,"Cost":485,"Date":"6/28/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":591,"Cost":545,"Date":"7/17/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":957,"Cost":693,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":477,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":654,"Cost":383,"Date":"11/20/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":434,"Cost":278,"Date":"12/16/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":390,"Cost":216,"Date":"12/30/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":483,"Cost":387,"Date":"2/15/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":580,"Cost":462,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":993,"Cost":624,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":64,"Cost":51,"Date":"4/18/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":966,"Cost":546,"Date":"7/27/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":698,"Cost":614,"Date":"8/18/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":246,"Cost":208,"Date":"10/31/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":968,"Cost":484,"Date":"11/11/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":250,"Date":"11/30/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":616,"Cost":514,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":33,"Date":"3/1/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":528,"Cost":456,"Date":"4/13/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":158,"Cost":126,"Date":"5/20/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":334,"Cost":202,"Date":"8/13/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":703,"Cost":566,"Date":"9/15/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":508,"Cost":478,"Date":"10/14/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":38,"Cost":20,"Date":"10/28/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":776,"Cost":458,"Date":"11/11/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":723,"Cost":547,"Date":"12/7/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":601,"Date":"12/21/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":333,"Cost":252,"Date":"1/6/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":733,"Date":"1/23/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":279,"Date":"2/4/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":340,"Cost":172,"Date":"3/10/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":998,"Cost":724,"Date":"3/12/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":358,"Cost":327,"Date":"3/31/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":240,"Cost":173,"Date":"6/16/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":400,"Cost":269,"Date":"6/17/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":13,"Cost":10,"Date":"8/27/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":125,"Date":"10/1/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":462,"Cost":407,"Date":"11/4/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":138,"Cost":81,"Date":"11/9/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":186,"Date":"3/27/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":680,"Date":"4/17/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":445,"Cost":367,"Date":"8/11/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":754,"Cost":526,"Date":"8/21/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":134,"Cost":89,"Date":"9/2/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":317,"Cost":178,"Date":"9/5/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":587,"Cost":462,"Date":"9/14/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":100,"Cost":67,"Date":"9/20/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":7,"Cost":6,"Date":"11/20/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":292,"Cost":165,"Date":"12/21/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":359,"Cost":193,"Date":"1/7/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":641,"Cost":454,"Date":"1/21/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":608,"Cost":402,"Date":"2/9/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":216,"Cost":187,"Date":"3/19/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":104,"Cost":56,"Date":"4/3/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":973,"Cost":593,"Date":"4/5/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":108,"Cost":82,"Date":"4/28/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":701,"Cost":419,"Date":"7/10/2019"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":146,"Cost":117,"Date":"3/25/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":238,"Cost":161,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":674,"Cost":589,"Date":"10/28/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":508,"Cost":428,"Date":"3/2/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":657,"Cost":521,"Date":"6/28/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":244,"Cost":167,"Date":"7/17/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":863,"Cost":529,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":116,"Date":"8/23/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":407,"Cost":375,"Date":"11/20/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":67,"Cost":37,"Date":"12/16/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":771,"Cost":726,"Date":"12/30/2021"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":322,"Cost":276,"Date":"2/15/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":136,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":32,"Date":"3/7/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":14,"Cost":8,"Date":"4/18/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":525,"Cost":288,"Date":"7/27/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":10,"Date":"8/18/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":450,"Cost":300,"Date":"10/31/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":199,"Cost":119,"Date":"11/11/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":728,"Cost":443,"Date":"11/30/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":727,"Cost":441,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":557,"Cost":483,"Date":"3/1/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":307,"Cost":180,"Date":"4/13/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":235,"Cost":159,"Date":"5/20/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":423,"Cost":254,"Date":"8/13/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":719,"Cost":415,"Date":"9/15/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":631,"Cost":360,"Date":"10/14/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":995,"Cost":691,"Date":"10/28/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":276,"Cost":141,"Date":"11/11/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":803,"Cost":408,"Date":"12/7/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":893,"Cost":755,"Date":"12/21/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":112,"Cost":100,"Date":"1/6/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":221,"Cost":184,"Date":"1/23/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":102,"Cost":74,"Date":"2/4/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":140,"Date":"3/10/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":682,"Cost":586,"Date":"3/12/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":25,"Date":"3/31/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":797,"Cost":680,"Date":"6/16/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":408,"Cost":219,"Date":"6/17/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":855,"Cost":428,"Date":"8/27/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":57,"Cost":35,"Date":"10/1/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":179,"Cost":95,"Date":"11/4/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":485,"Cost":356,"Date":"11/9/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":578,"Cost":365,"Date":"3/27/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":543,"Cost":301,"Date":"4/17/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":959,"Cost":588,"Date":"8/11/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":601,"Cost":536,"Date":"8/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":478,"Cost":283,"Date":"9/2/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":523,"Cost":443,"Date":"9/5/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":171,"Cost":103,"Date":"9/14/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":309,"Cost":209,"Date":"9/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":908,"Cost":742,"Date":"11/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":381,"Cost":335,"Date":"12/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":329,"Cost":171,"Date":"1/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":146,"Cost":77,"Date":"1/21/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":25,"Cost":17,"Date":"2/9/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":28,"Cost":14,"Date":"3/19/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":788,"Cost":507,"Date":"4/3/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":63,"Cost":51,"Date":"4/5/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":594,"Cost":411,"Date":"4/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":295,"Cost":248,"Date":"7/10/2019"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":313,"Cost":192,"Date":"3/25/2020"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":463,"Cost":433,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":984,"Cost":562,"Date":"10/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":70,"Cost":63,"Date":"3/2/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":251,"Cost":134,"Date":"6/28/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":18,"Cost":16,"Date":"7/17/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":864,"Cost":702,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":766,"Cost":711,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":71,"Cost":42,"Date":"11/20/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":964,"Cost":779,"Date":"12/16/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":812,"Cost":701,"Date":"12/30/2021"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":934,"Cost":675,"Date":"2/15/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":376,"Cost":311,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":30,"Cost":17,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":768,"Cost":630,"Date":"4/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":891,"Cost":538,"Date":"7/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":607,"Cost":426,"Date":"8/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":271,"Cost":147,"Date":"10/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":312,"Cost":238,"Date":"11/11/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":647,"Cost":357,"Date":"11/30/2022"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":574,"Cost":489,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":592,"Cost":534,"Date":"3/1/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":966,"Cost":511,"Date":"4/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":724,"Cost":566,"Date":"5/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":494,"Cost":463,"Date":"8/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":882,"Cost":722,"Date":"9/15/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":779,"Cost":584,"Date":"10/14/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":568,"Cost":316,"Date":"10/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":454,"Cost":356,"Date":"11/11/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":288,"Cost":208,"Date":"12/7/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":423,"Cost":320,"Date":"12/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":544,"Cost":290,"Date":"1/6/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":238,"Cost":136,"Date":"1/23/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":150,"Cost":135,"Date":"2/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":531,"Cost":470,"Date":"3/10/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":593,"Cost":304,"Date":"3/12/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":563,"Cost":339,"Date":"3/31/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":218,"Cost":159,"Date":"6/16/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":498,"Cost":467,"Date":"6/17/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":781,"Cost":517,"Date":"8/27/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":716,"Cost":445,"Date":"10/1/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":223,"Cost":118,"Date":"11/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"COS","Country":"Brazil","Sale":384,"Cost":256,"Date":"11/9/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":818,"Cost":733,"Date":"3/27/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":642,"Cost":330,"Date":"4/17/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":641,"Cost":385,"Date":"8/11/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":388,"Cost":265,"Date":"8/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":560,"Cost":292,"Date":"9/2/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":530,"Cost":308,"Date":"9/5/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":724,"Date":"9/14/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":688,"Cost":599,"Date":"9/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":934,"Cost":676,"Date":"11/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":385,"Cost":274,"Date":"12/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":479,"Cost":289,"Date":"1/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":648,"Cost":385,"Date":"1/21/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":940,"Cost":689,"Date":"2/9/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":397,"Cost":285,"Date":"3/19/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":915,"Cost":742,"Date":"4/3/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":114,"Date":"4/5/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":628,"Cost":409,"Date":"4/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":444,"Cost":421,"Date":"7/10/2019"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":468,"Cost":408,"Date":"3/25/2020"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":203,"Cost":178,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":836,"Cost":612,"Date":"10/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":931,"Cost":528,"Date":"3/2/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":252,"Cost":235,"Date":"6/28/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":395,"Cost":261,"Date":"7/17/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":409,"Cost":300,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":753,"Cost":706,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":220,"Cost":196,"Date":"11/20/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":186,"Cost":94,"Date":"12/16/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":462,"Cost":384,"Date":"12/30/2021"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":762,"Cost":580,"Date":"2/15/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":802,"Cost":511,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":908,"Cost":709,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":455,"Cost":309,"Date":"4/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":527,"Cost":471,"Date":"7/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":225,"Cost":158,"Date":"8/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":824,"Cost":619,"Date":"10/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":734,"Cost":599,"Date":"11/11/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":222,"Cost":135,"Date":"11/30/2022"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":320,"Cost":211,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":108,"Cost":75,"Date":"3/1/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":788,"Cost":574,"Date":"4/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":137,"Cost":121,"Date":"5/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":286,"Cost":269,"Date":"8/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":314,"Cost":175,"Date":"9/15/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":557,"Cost":476,"Date":"10/14/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":498,"Cost":350,"Date":"10/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":173,"Cost":112,"Date":"11/11/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":497,"Cost":263,"Date":"12/7/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":937,"Cost":776,"Date":"12/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":241,"Cost":158,"Date":"1/6/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":412,"Cost":256,"Date":"1/23/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":162,"Cost":114,"Date":"2/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":165,"Cost":156,"Date":"3/10/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":454,"Date":"3/12/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":24,"Cost":19,"Date":"3/31/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":27,"Cost":24,"Date":"6/16/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":114,"Cost":70,"Date":"6/17/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":86,"Cost":66,"Date":"8/27/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":154,"Date":"10/1/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":38,"Date":"11/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"Nova","Country":"Brazil","Sale":975,"Cost":673,"Date":"11/9/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":987,"Cost":540,"Date":"3/27/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":777,"Date":"4/17/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":392,"Cost":276,"Date":"8/11/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":633,"Cost":363,"Date":"8/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":452,"Date":"9/2/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":890,"Cost":696,"Date":"9/5/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":204,"Cost":180,"Date":"9/14/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":359,"Date":"9/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":44,"Date":"11/20/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":603,"Cost":495,"Date":"12/21/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":771,"Cost":522,"Date":"1/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":132,"Cost":125,"Date":"1/21/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":233,"Date":"2/9/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":803,"Cost":469,"Date":"3/19/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":985,"Cost":755,"Date":"4/3/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":556,"Cost":428,"Date":"4/5/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":552,"Cost":341,"Date":"4/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":450,"Cost":286,"Date":"7/10/2019"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":792,"Cost":736,"Date":"3/25/2020"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":309,"Cost":266,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":454,"Cost":384,"Date":"10/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":41,"Cost":25,"Date":"3/2/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":494,"Date":"6/28/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":184,"Cost":154,"Date":"7/17/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":508,"Cost":343,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":723,"Cost":636,"Date":"8/23/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":918,"Cost":791,"Date":"11/20/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":518,"Cost":358,"Date":"12/16/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":856,"Cost":590,"Date":"12/30/2021"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":212,"Cost":150,"Date":"2/15/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":117,"Cost":78,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":66,"Cost":33,"Date":"3/7/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":91,"Cost":49,"Date":"4/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":583,"Cost":375,"Date":"7/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":214,"Cost":185,"Date":"8/18/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":728,"Cost":538,"Date":"10/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":416,"Cost":306,"Date":"11/11/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":223,"Cost":170,"Date":"11/30/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":834,"Cost":463,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":798,"Cost":546,"Date":"3/1/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":783,"Cost":468,"Date":"4/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":745,"Cost":683,"Date":"5/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":346,"Cost":204,"Date":"8/13/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":135,"Cost":101,"Date":"9/15/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":11,"Cost":10,"Date":"10/14/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":296,"Cost":190,"Date":"10/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":47,"Cost":31,"Date":"11/11/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":239,"Cost":175,"Date":"12/7/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":410,"Cost":217,"Date":"12/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":770,"Cost":511,"Date":"1/6/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":26,"Date":"1/23/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":74,"Cost":49,"Date":"2/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":441,"Date":"3/10/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":235,"Cost":207,"Date":"3/12/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":895,"Cost":646,"Date":"3/31/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":826,"Cost":691,"Date":"6/16/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":458,"Cost":311,"Date":"6/17/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":79,"Cost":43,"Date":"8/27/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":482,"Cost":383,"Date":"10/1/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":191,"Cost":157,"Date":"11/4/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":843,"Cost":776,"Date":"11/9/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":908,"Cost":624,"Date":"3/27/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":301,"Cost":275,"Date":"4/17/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":754,"Cost":692,"Date":"8/11/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":734,"Cost":586,"Date":"8/21/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":440,"Cost":347,"Date":"9/2/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":506,"Cost":425,"Date":"9/5/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":206,"Cost":145,"Date":"9/14/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":729,"Cost":571,"Date":"9/20/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":800,"Cost":648,"Date":"11/20/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":235,"Cost":216,"Date":"12/21/2018"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":639,"Cost":330,"Date":"1/7/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":874,"Cost":670,"Date":"1/21/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":63,"Cost":41,"Date":"2/9/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":312,"Cost":181,"Date":"3/19/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":237,"Cost":214,"Date":"4/3/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":138,"Cost":114,"Date":"4/5/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":64,"Cost":49,"Date":"4/28/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":383,"Cost":286,"Date":"7/10/2019"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":108,"Cost":56,"Date":"3/25/2020"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":948,"Cost":809,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":303,"Cost":192,"Date":"10/28/2020"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":848,"Cost":532,"Date":"3/2/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":671,"Cost":470,"Date":"6/28/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":260,"Date":"7/17/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":10,"Cost":7,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":873,"Cost":781,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":703,"Cost":570,"Date":"11/20/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":579,"Cost":391,"Date":"12/16/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":27,"Cost":26,"Date":"12/30/2021"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":2,"Cost":1,"Date":"2/15/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":474,"Cost":358,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":106,"Cost":93,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":968,"Cost":853,"Date":"4/18/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":980,"Cost":689,"Date":"7/27/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":60,"Cost":54,"Date":"8/18/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":726,"Cost":564,"Date":"10/31/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":305,"Cost":165,"Date":"11/11/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":417,"Cost":213,"Date":"11/30/2022"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":315,"Cost":181,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":56,"Cost":48,"Date":"3/1/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":51,"Cost":30,"Date":"4/13/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":216,"Date":"5/20/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":426,"Cost":360,"Date":"8/13/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":204,"Cost":148,"Date":"9/15/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":748,"Cost":399,"Date":"10/14/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":387,"Cost":226,"Date":"10/28/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":920,"Cost":816,"Date":"11/11/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":730,"Cost":399,"Date":"12/7/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":799,"Cost":718,"Date":"12/21/2023"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":888,"Cost":610,"Date":"1/6/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":797,"Cost":592,"Date":"1/23/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":339,"Cost":217,"Date":"2/4/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":8,"Cost":8,"Date":"3/10/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":789,"Cost":518,"Date":"3/12/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":157,"Cost":84,"Date":"3/31/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":338,"Date":"6/16/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":263,"Cost":222,"Date":"6/17/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":942,"Cost":884,"Date":"8/27/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":158,"Date":"10/1/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":620,"Cost":486,"Date":"11/4/2024"},{"Store":"Shopping Campinas","Brand":"Nova","Country":"Brazil","Sale":949,"Cost":639,"Date":"11/9/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":273,"Cost":241,"Date":"3/27/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":944,"Cost":803,"Date":"4/17/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":109,"Cost":57,"Date":"8/11/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":757,"Cost":511,"Date":"8/21/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":140,"Cost":100,"Date":"9/2/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":141,"Date":"9/5/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":185,"Cost":152,"Date":"9/14/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":724,"Cost":633,"Date":"9/20/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":522,"Cost":315,"Date":"11/20/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":793,"Cost":586,"Date":"12/21/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":56,"Date":"1/7/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":742,"Cost":416,"Date":"1/21/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":904,"Cost":503,"Date":"2/9/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":231,"Date":"3/19/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":225,"Cost":206,"Date":"4/3/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":585,"Cost":554,"Date":"4/5/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":689,"Cost":534,"Date":"4/28/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":578,"Cost":319,"Date":"7/10/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":238,"Cost":218,"Date":"3/25/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":138,"Cost":70,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":856,"Cost":780,"Date":"10/28/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":121,"Cost":101,"Date":"3/2/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":345,"Date":"6/28/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":127,"Cost":65,"Date":"7/17/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":126,"Cost":81,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":37,"Cost":23,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":387,"Date":"11/20/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":779,"Cost":429,"Date":"12/16/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":737,"Cost":407,"Date":"12/30/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":194,"Cost":165,"Date":"2/15/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":358,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":946,"Cost":751,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":20,"Cost":12,"Date":"4/18/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":297,"Date":"7/27/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":3,"Date":"8/18/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":264,"Cost":190,"Date":"10/31/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":193,"Date":"11/11/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":807,"Cost":437,"Date":"11/30/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":826,"Cost":672,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":181,"Cost":103,"Date":"3/1/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":531,"Cost":447,"Date":"4/13/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":747,"Cost":606,"Date":"5/20/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":606,"Date":"8/13/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":448,"Cost":353,"Date":"9/15/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":546,"Cost":453,"Date":"10/14/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":680,"Cost":562,"Date":"10/28/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":471,"Date":"11/11/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":626,"Cost":540,"Date":"12/7/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":542,"Cost":477,"Date":"12/21/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":898,"Cost":777,"Date":"1/6/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":101,"Cost":81,"Date":"1/23/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":467,"Date":"2/4/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":740,"Cost":567,"Date":"3/10/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":986,"Cost":589,"Date":"3/12/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":392,"Cost":202,"Date":"3/31/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":677,"Cost":589,"Date":"6/16/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":263,"Date":"6/17/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":582,"Cost":297,"Date":"8/27/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":585,"Date":"10/1/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":299,"Date":"11/4/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":508,"Date":"11/9/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":401,"Cost":329,"Date":"3/27/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":183,"Cost":139,"Date":"4/17/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":534,"Cost":442,"Date":"8/11/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":562,"Cost":382,"Date":"8/21/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":566,"Cost":292,"Date":"9/2/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":878,"Cost":555,"Date":"9/5/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":764,"Cost":458,"Date":"9/14/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":242,"Cost":229,"Date":"9/20/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":992,"Cost":554,"Date":"11/20/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":658,"Cost":606,"Date":"12/21/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":968,"Cost":671,"Date":"1/7/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":962,"Cost":795,"Date":"1/21/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":803,"Cost":634,"Date":"2/9/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":594,"Cost":400,"Date":"3/19/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":242,"Cost":128,"Date":"4/3/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":201,"Cost":131,"Date":"4/5/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":727,"Cost":683,"Date":"4/28/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":758,"Cost":466,"Date":"7/10/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":252,"Cost":127,"Date":"3/25/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":420,"Cost":294,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":434,"Cost":386,"Date":"10/28/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":839,"Cost":756,"Date":"3/2/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":878,"Cost":817,"Date":"6/28/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":235,"Cost":199,"Date":"7/17/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":946,"Cost":778,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":208,"Cost":157,"Date":"8/23/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":654,"Cost":523,"Date":"11/20/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":868,"Cost":536,"Date":"12/16/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":444,"Cost":312,"Date":"12/30/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":520,"Cost":321,"Date":"2/15/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":539,"Cost":427,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":288,"Cost":146,"Date":"3/7/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":779,"Cost":490,"Date":"4/18/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":143,"Cost":122,"Date":"7/27/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":572,"Cost":311,"Date":"8/18/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":597,"Cost":542,"Date":"10/31/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":452,"Cost":237,"Date":"11/11/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":895,"Cost":577,"Date":"11/30/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":375,"Cost":255,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":163,"Cost":154,"Date":"3/1/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":380,"Cost":212,"Date":"4/13/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":748,"Cost":407,"Date":"5/20/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":472,"Cost":263,"Date":"8/13/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":96,"Cost":74,"Date":"9/15/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":10,"Cost":7,"Date":"10/14/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":101,"Cost":89,"Date":"10/28/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":286,"Cost":151,"Date":"11/11/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":178,"Cost":95,"Date":"12/7/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":449,"Cost":339,"Date":"12/21/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":653,"Cost":356,"Date":"1/6/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":730,"Cost":403,"Date":"1/23/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":37,"Cost":19,"Date":"2/4/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":432,"Cost":242,"Date":"3/10/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":199,"Cost":122,"Date":"3/12/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":106,"Cost":99,"Date":"3/31/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":599,"Cost":557,"Date":"6/16/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":916,"Cost":481,"Date":"6/17/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":207,"Cost":112,"Date":"8/27/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":676,"Cost":536,"Date":"10/1/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":789,"Cost":441,"Date":"11/4/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":572,"Cost":396,"Date":"11/9/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":7,"Date":"3/27/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":879,"Cost":513,"Date":"4/17/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":725,"Cost":564,"Date":"8/11/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":412,"Cost":273,"Date":"8/21/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":467,"Cost":336,"Date":"9/2/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":513,"Cost":397,"Date":"9/5/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":458,"Date":"9/14/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":892,"Date":"9/20/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":237,"Cost":135,"Date":"11/20/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":23,"Date":"12/21/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":983,"Cost":914,"Date":"1/7/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":575,"Date":"1/21/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":165,"Cost":91,"Date":"2/9/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":436,"Cost":224,"Date":"3/19/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":287,"Cost":224,"Date":"4/3/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":265,"Cost":245,"Date":"4/5/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":818,"Date":"4/28/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":175,"Date":"7/10/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":695,"Cost":438,"Date":"3/25/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":272,"Cost":162,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":223,"Cost":119,"Date":"10/28/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":973,"Cost":709,"Date":"3/2/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":502,"Cost":459,"Date":"6/28/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":816,"Cost":671,"Date":"7/17/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":741,"Cost":452,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":665,"Cost":607,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":366,"Cost":242,"Date":"11/20/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":3,"Date":"12/16/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":139,"Date":"12/30/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":697,"Cost":413,"Date":"2/15/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":392,"Cost":233,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":923,"Cost":767,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":332,"Date":"4/18/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":780,"Cost":400,"Date":"7/27/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":529,"Cost":380,"Date":"8/18/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":278,"Cost":181,"Date":"10/31/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":780,"Cost":550,"Date":"11/11/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":29,"Cost":21,"Date":"11/30/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":508,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":246,"Cost":148,"Date":"3/1/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":87,"Cost":44,"Date":"4/13/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":696,"Date":"5/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":741,"Cost":655,"Date":"8/13/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":449,"Cost":405,"Date":"9/15/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":323,"Cost":258,"Date":"10/14/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":187,"Date":"10/28/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":866,"Date":"11/11/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":487,"Date":"12/7/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":685,"Cost":556,"Date":"12/21/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":183,"Cost":159,"Date":"1/6/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":686,"Cost":368,"Date":"1/23/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":61,"Date":"2/4/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":322,"Date":"3/10/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":878,"Cost":593,"Date":"3/12/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":609,"Cost":380,"Date":"3/31/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":36,"Cost":25,"Date":"6/16/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":243,"Cost":157,"Date":"6/17/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":221,"Date":"8/27/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":315,"Cost":190,"Date":"10/1/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":166,"Cost":134,"Date":"11/4/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":740,"Cost":661,"Date":"11/9/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":964,"Cost":553,"Date":"3/27/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":997,"Cost":680,"Date":"4/17/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":841,"Cost":777,"Date":"8/11/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":913,"Cost":606,"Date":"8/21/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":936,"Cost":801,"Date":"9/2/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":386,"Cost":322,"Date":"9/5/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":346,"Cost":199,"Date":"9/14/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":760,"Cost":476,"Date":"9/20/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":336,"Cost":183,"Date":"11/20/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":227,"Cost":188,"Date":"12/21/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":435,"Cost":328,"Date":"1/7/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":616,"Cost":325,"Date":"1/21/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":692,"Cost":655,"Date":"2/9/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":540,"Cost":342,"Date":"3/19/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":764,"Cost":479,"Date":"4/3/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":43,"Cost":24,"Date":"4/5/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":902,"Cost":465,"Date":"4/28/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":44,"Cost":33,"Date":"7/10/2019"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":931,"Cost":753,"Date":"3/25/2020"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":141,"Cost":91,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":242,"Cost":190,"Date":"10/28/2020"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":757,"Cost":525,"Date":"3/2/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":835,"Cost":753,"Date":"6/28/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":365,"Cost":256,"Date":"7/17/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":639,"Cost":510,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":366,"Cost":268,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":881,"Cost":541,"Date":"11/20/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":133,"Cost":96,"Date":"12/16/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":158,"Cost":82,"Date":"12/30/2021"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":946,"Cost":752,"Date":"2/15/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":618,"Cost":501,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":81,"Cost":56,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":831,"Cost":423,"Date":"4/18/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":519,"Cost":289,"Date":"7/27/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":284,"Cost":185,"Date":"8/18/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":932,"Cost":573,"Date":"10/31/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":305,"Cost":252,"Date":"11/11/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":733,"Cost":564,"Date":"11/30/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":35,"Cost":28,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":847,"Cost":631,"Date":"3/1/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":900,"Cost":460,"Date":"4/13/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":768,"Cost":655,"Date":"5/20/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":846,"Cost":525,"Date":"8/13/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":379,"Cost":254,"Date":"9/15/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":779,"Cost":553,"Date":"10/14/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":751,"Cost":640,"Date":"10/28/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":920,"Cost":835,"Date":"11/11/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":65,"Cost":50,"Date":"12/7/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":142,"Cost":120,"Date":"12/21/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":240,"Cost":185,"Date":"1/6/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":16,"Cost":14,"Date":"1/23/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":454,"Cost":262,"Date":"2/4/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":175,"Cost":102,"Date":"3/10/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":281,"Cost":167,"Date":"3/12/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":1,"Cost":0,"Date":"3/31/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":46,"Cost":31,"Date":"6/16/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":837,"Cost":786,"Date":"6/17/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":611,"Cost":381,"Date":"8/27/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":203,"Cost":181,"Date":"10/1/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":737,"Cost":483,"Date":"11/4/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":406,"Cost":307,"Date":"11/9/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":120,"Cost":65,"Date":"3/27/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":390,"Date":"4/17/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":694,"Cost":565,"Date":"8/11/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":470,"Cost":337,"Date":"8/21/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":317,"Cost":212,"Date":"9/2/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":163,"Cost":135,"Date":"9/5/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":415,"Cost":248,"Date":"9/14/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":656,"Date":"9/20/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":142,"Cost":76,"Date":"11/20/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":584,"Cost":370,"Date":"12/21/2018"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":216,"Cost":180,"Date":"1/7/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":44,"Cost":31,"Date":"1/21/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":182,"Cost":159,"Date":"2/9/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":269,"Cost":221,"Date":"3/19/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":410,"Cost":324,"Date":"4/3/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":89,"Date":"4/5/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":558,"Cost":329,"Date":"4/28/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":502,"Cost":263,"Date":"7/10/2019"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":552,"Cost":495,"Date":"3/25/2020"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":523,"Cost":404,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":198,"Cost":174,"Date":"10/28/2020"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":394,"Date":"3/2/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":824,"Cost":748,"Date":"6/28/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":785,"Cost":592,"Date":"7/17/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":611,"Cost":501,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":279,"Cost":245,"Date":"8/23/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":322,"Cost":178,"Date":"11/20/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":882,"Cost":643,"Date":"12/16/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":478,"Cost":275,"Date":"12/30/2021"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":998,"Cost":700,"Date":"2/15/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":452,"Cost":399,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":698,"Cost":494,"Date":"3/7/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":335,"Cost":278,"Date":"4/18/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":91,"Cost":77,"Date":"7/27/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":305,"Cost":287,"Date":"8/18/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":294,"Cost":209,"Date":"10/31/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":369,"Cost":216,"Date":"11/11/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":76,"Cost":40,"Date":"11/30/2022"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":283,"Cost":237,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":293,"Cost":239,"Date":"3/1/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":324,"Cost":179,"Date":"4/13/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":260,"Cost":177,"Date":"5/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":845,"Cost":514,"Date":"8/13/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":751,"Cost":405,"Date":"9/15/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":691,"Cost":648,"Date":"10/14/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":384,"Cost":335,"Date":"10/28/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":874,"Cost":680,"Date":"11/11/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":911,"Cost":492,"Date":"12/7/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":543,"Cost":318,"Date":"12/21/2023"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":464,"Cost":336,"Date":"1/6/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":88,"Cost":62,"Date":"1/23/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":223,"Cost":175,"Date":"2/4/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":136,"Cost":88,"Date":"3/10/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":656,"Cost":412,"Date":"3/12/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":210,"Cost":158,"Date":"3/31/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":343,"Cost":206,"Date":"6/16/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":972,"Cost":514,"Date":"6/17/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":477,"Cost":277,"Date":"8/27/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":190,"Cost":106,"Date":"10/1/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":33,"Cost":19,"Date":"11/4/2024"},{"Store":"Iguatemi Campinas","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":624,"Date":"11/9/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":434,"Cost":405,"Date":"3/27/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":669,"Cost":362,"Date":"4/17/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":47,"Cost":35,"Date":"8/11/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":620,"Cost":315,"Date":"8/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":736,"Cost":663,"Date":"9/2/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":574,"Cost":442,"Date":"9/5/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":718,"Cost":674,"Date":"9/14/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":838,"Cost":450,"Date":"9/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":204,"Cost":168,"Date":"11/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":878,"Cost":478,"Date":"12/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":469,"Cost":332,"Date":"1/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":110,"Cost":103,"Date":"1/21/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":776,"Cost":535,"Date":"2/9/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":191,"Cost":101,"Date":"3/19/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":178,"Cost":165,"Date":"4/3/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":245,"Cost":159,"Date":"4/5/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":442,"Cost":339,"Date":"4/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":880,"Cost":612,"Date":"7/10/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":342,"Cost":279,"Date":"3/25/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":146,"Cost":78,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":29,"Cost":22,"Date":"10/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":539,"Cost":449,"Date":"3/2/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":97,"Cost":83,"Date":"6/28/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":123,"Cost":116,"Date":"7/17/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":462,"Cost":412,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":430,"Cost":396,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":193,"Cost":155,"Date":"11/20/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":671,"Cost":393,"Date":"12/16/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":621,"Cost":411,"Date":"12/30/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":74,"Cost":55,"Date":"2/15/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":615,"Cost":368,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":372,"Cost":267,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":202,"Cost":145,"Date":"4/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":613,"Cost":385,"Date":"7/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":471,"Cost":408,"Date":"8/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":775,"Cost":649,"Date":"10/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":543,"Cost":307,"Date":"11/11/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":678,"Cost":624,"Date":"11/30/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":531,"Cost":332,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":500,"Cost":429,"Date":"3/1/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":709,"Cost":510,"Date":"4/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":116,"Cost":81,"Date":"5/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":331,"Cost":288,"Date":"8/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":184,"Cost":108,"Date":"9/15/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":195,"Cost":129,"Date":"10/14/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":242,"Cost":187,"Date":"10/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":881,"Cost":553,"Date":"11/11/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":333,"Cost":213,"Date":"12/7/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":631,"Cost":464,"Date":"12/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":280,"Cost":169,"Date":"1/6/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":920,"Cost":873,"Date":"1/23/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":331,"Cost":212,"Date":"2/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":619,"Cost":488,"Date":"3/10/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":495,"Cost":329,"Date":"3/12/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":224,"Cost":121,"Date":"3/31/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":994,"Cost":497,"Date":"6/16/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":59,"Cost":37,"Date":"6/17/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":897,"Cost":677,"Date":"8/27/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":362,"Cost":299,"Date":"10/1/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":856,"Cost":505,"Date":"11/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":450,"Cost":384,"Date":"11/9/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":404,"Cost":378,"Date":"3/27/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":722,"Cost":371,"Date":"4/17/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":30,"Cost":26,"Date":"8/11/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":366,"Cost":196,"Date":"8/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":731,"Cost":679,"Date":"9/2/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":544,"Date":"9/5/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":657,"Cost":363,"Date":"9/14/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":225,"Cost":160,"Date":"9/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":503,"Cost":401,"Date":"11/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":632,"Cost":478,"Date":"12/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":500,"Cost":429,"Date":"1/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":163,"Date":"1/21/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":361,"Cost":333,"Date":"2/9/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":107,"Cost":86,"Date":"3/19/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":177,"Cost":157,"Date":"4/3/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":541,"Date":"4/5/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":496,"Cost":457,"Date":"4/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":197,"Cost":108,"Date":"7/10/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":41,"Cost":28,"Date":"3/25/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":522,"Cost":271,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":430,"Cost":400,"Date":"10/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":48,"Cost":34,"Date":"3/2/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":83,"Cost":48,"Date":"6/28/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":913,"Cost":780,"Date":"7/17/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":604,"Cost":356,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":488,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":438,"Cost":240,"Date":"11/20/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":964,"Cost":564,"Date":"12/16/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":728,"Cost":473,"Date":"12/30/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":314,"Date":"2/15/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":143,"Cost":88,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":143,"Cost":100,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":430,"Cost":240,"Date":"4/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":620,"Cost":379,"Date":"7/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":300,"Cost":262,"Date":"8/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":685,"Cost":620,"Date":"10/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":294,"Date":"11/11/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":544,"Cost":502,"Date":"11/30/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":492,"Cost":299,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":734,"Cost":692,"Date":"3/1/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":285,"Cost":239,"Date":"4/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":437,"Cost":285,"Date":"5/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":957,"Cost":872,"Date":"8/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":624,"Cost":414,"Date":"9/15/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":955,"Cost":559,"Date":"10/14/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":152,"Date":"10/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":180,"Cost":170,"Date":"11/11/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":550,"Cost":357,"Date":"12/7/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":18,"Cost":14,"Date":"12/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":774,"Cost":435,"Date":"1/6/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":32,"Cost":21,"Date":"1/23/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":124,"Cost":86,"Date":"2/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":632,"Cost":333,"Date":"3/10/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":847,"Cost":553,"Date":"3/12/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":796,"Date":"3/31/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":319,"Cost":256,"Date":"6/16/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":691,"Date":"6/17/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":836,"Cost":514,"Date":"8/27/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":474,"Cost":274,"Date":"10/1/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":224,"Cost":157,"Date":"11/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":462,"Cost":363,"Date":"11/9/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":656,"Cost":471,"Date":"3/27/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":482,"Date":"4/17/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":909,"Cost":687,"Date":"8/11/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":658,"Cost":345,"Date":"8/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":645,"Date":"9/2/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":345,"Cost":290,"Date":"9/5/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":743,"Cost":643,"Date":"9/14/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":314,"Date":"9/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":313,"Cost":277,"Date":"11/20/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":716,"Cost":646,"Date":"12/21/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":615,"Cost":384,"Date":"1/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":730,"Cost":519,"Date":"1/21/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":213,"Cost":134,"Date":"2/9/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":885,"Cost":598,"Date":"3/19/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":966,"Cost":780,"Date":"4/3/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":412,"Cost":374,"Date":"4/5/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":720,"Cost":585,"Date":"4/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":146,"Cost":88,"Date":"7/10/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":663,"Cost":555,"Date":"3/25/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":150,"Cost":114,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":222,"Cost":207,"Date":"10/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":552,"Cost":379,"Date":"3/2/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":93,"Cost":60,"Date":"6/28/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":153,"Cost":115,"Date":"7/17/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":956,"Cost":688,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":331,"Date":"8/23/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":125,"Cost":110,"Date":"11/20/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":470,"Cost":372,"Date":"12/16/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":675,"Cost":445,"Date":"12/30/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":312,"Cost":239,"Date":"2/15/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":301,"Cost":282,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":137,"Cost":131,"Date":"3/7/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":803,"Cost":515,"Date":"4/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":904,"Cost":796,"Date":"7/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":243,"Cost":192,"Date":"8/18/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":539,"Cost":506,"Date":"10/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":553,"Cost":326,"Date":"11/11/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":107,"Cost":99,"Date":"11/30/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":889,"Cost":447,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":692,"Cost":376,"Date":"3/1/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":61,"Cost":31,"Date":"4/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":298,"Date":"5/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":31,"Cost":17,"Date":"8/13/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":487,"Cost":459,"Date":"9/15/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":748,"Cost":678,"Date":"10/14/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":58,"Cost":40,"Date":"10/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":815,"Date":"11/11/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":327,"Cost":257,"Date":"12/7/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":881,"Cost":624,"Date":"12/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":823,"Cost":683,"Date":"1/6/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":355,"Cost":235,"Date":"1/23/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":533,"Cost":308,"Date":"2/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":872,"Cost":728,"Date":"3/10/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":99,"Cost":71,"Date":"3/12/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":536,"Date":"3/31/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":176,"Cost":108,"Date":"6/16/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":411,"Cost":280,"Date":"6/17/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":428,"Cost":238,"Date":"8/27/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":512,"Date":"10/1/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":119,"Cost":99,"Date":"11/4/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Nova","Country":"Brazil","Sale":52,"Cost":42,"Date":"11/9/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":649,"Cost":345,"Date":"3/27/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":602,"Cost":406,"Date":"4/17/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":552,"Date":"8/11/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":435,"Cost":285,"Date":"8/21/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":524,"Cost":292,"Date":"9/2/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":562,"Date":"9/5/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":705,"Cost":573,"Date":"9/14/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":295,"Date":"9/20/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":688,"Cost":356,"Date":"11/20/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":370,"Date":"12/21/2018"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":112,"Cost":76,"Date":"1/7/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":390,"Cost":301,"Date":"1/21/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":411,"Cost":389,"Date":"2/9/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":69,"Cost":46,"Date":"3/19/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":755,"Cost":392,"Date":"4/3/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":314,"Cost":266,"Date":"4/5/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":161,"Cost":85,"Date":"4/28/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":87,"Cost":79,"Date":"7/10/2019"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":124,"Date":"3/25/2020"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":930,"Cost":560,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":112,"Cost":106,"Date":"10/28/2020"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":538,"Date":"3/2/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":352,"Cost":176,"Date":"6/28/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":88,"Date":"7/17/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":408,"Cost":283,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":559,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":461,"Cost":245,"Date":"11/20/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":618,"Cost":545,"Date":"12/16/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":836,"Date":"12/30/2021"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":4,"Cost":2,"Date":"2/15/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":891,"Cost":574,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":873,"Cost":462,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":301,"Cost":156,"Date":"4/18/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":107,"Date":"7/27/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":118,"Cost":88,"Date":"8/18/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":586,"Cost":405,"Date":"10/31/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":807,"Cost":576,"Date":"11/11/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":596,"Cost":452,"Date":"11/30/2022"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":270,"Cost":163,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":520,"Cost":400,"Date":"3/1/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":607,"Cost":567,"Date":"4/13/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":745,"Cost":496,"Date":"5/20/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":182,"Cost":159,"Date":"8/13/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":484,"Date":"9/15/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":75,"Cost":54,"Date":"10/14/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":22,"Cost":12,"Date":"10/28/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":210,"Date":"11/11/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":829,"Cost":696,"Date":"12/7/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":238,"Cost":139,"Date":"12/21/2023"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":207,"Cost":178,"Date":"1/6/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":163,"Cost":128,"Date":"1/23/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":639,"Cost":483,"Date":"2/4/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":94,"Cost":78,"Date":"3/10/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":406,"Cost":336,"Date":"3/12/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":893,"Cost":723,"Date":"3/31/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":581,"Cost":472,"Date":"6/16/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":382,"Cost":220,"Date":"6/17/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":244,"Cost":191,"Date":"8/27/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":826,"Cost":614,"Date":"10/1/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":771,"Cost":440,"Date":"11/4/2024"},{"Store":"Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":199,"Date":"11/9/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":571,"Cost":391,"Date":"3/27/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":112,"Cost":70,"Date":"4/17/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":568,"Cost":376,"Date":"8/11/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":495,"Cost":349,"Date":"8/21/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":504,"Date":"9/2/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":385,"Cost":262,"Date":"9/5/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":774,"Cost":701,"Date":"9/14/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":403,"Cost":330,"Date":"9/20/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":254,"Cost":200,"Date":"11/20/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":151,"Cost":143,"Date":"12/21/2018"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":266,"Cost":190,"Date":"1/7/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":851,"Cost":601,"Date":"1/21/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":397,"Cost":328,"Date":"2/9/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":218,"Cost":141,"Date":"3/19/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":347,"Cost":243,"Date":"4/3/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":520,"Cost":475,"Date":"4/5/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":37,"Cost":30,"Date":"4/28/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":244,"Cost":225,"Date":"7/10/2019"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":777,"Date":"3/25/2020"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":807,"Cost":445,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":441,"Cost":340,"Date":"10/28/2020"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":901,"Cost":600,"Date":"3/2/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":837,"Cost":652,"Date":"6/28/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":467,"Cost":385,"Date":"7/17/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":28,"Cost":18,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":836,"Cost":490,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":925,"Cost":725,"Date":"11/20/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":261,"Cost":192,"Date":"12/16/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":605,"Date":"12/30/2021"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":928,"Cost":504,"Date":"2/15/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":258,"Cost":163,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":917,"Cost":814,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":691,"Cost":351,"Date":"4/18/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":430,"Cost":399,"Date":"7/27/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":193,"Cost":143,"Date":"8/18/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":202,"Cost":169,"Date":"10/31/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":316,"Cost":196,"Date":"11/11/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":970,"Cost":521,"Date":"11/30/2022"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":771,"Cost":541,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":300,"Cost":213,"Date":"3/1/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":654,"Cost":565,"Date":"4/13/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":64,"Date":"5/20/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":371,"Cost":201,"Date":"8/13/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":328,"Cost":266,"Date":"9/15/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":73,"Cost":40,"Date":"10/14/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":1,"Cost":1,"Date":"10/28/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":626,"Cost":537,"Date":"11/11/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":442,"Date":"12/7/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":295,"Cost":159,"Date":"12/21/2023"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":74,"Cost":65,"Date":"1/6/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":140,"Cost":113,"Date":"1/23/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":13,"Cost":11,"Date":"2/4/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":853,"Cost":782,"Date":"3/10/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":939,"Cost":694,"Date":"3/12/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":647,"Cost":550,"Date":"3/31/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":554,"Cost":347,"Date":"6/16/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":741,"Cost":636,"Date":"6/17/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":93,"Cost":85,"Date":"8/27/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":964,"Cost":718,"Date":"10/1/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":358,"Cost":272,"Date":"11/4/2024"},{"Store":"Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":978,"Cost":844,"Date":"11/9/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":278,"Cost":163,"Date":"3/27/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":955,"Cost":588,"Date":"4/17/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":346,"Cost":260,"Date":"8/11/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":344,"Cost":313,"Date":"8/21/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":836,"Cost":513,"Date":"9/2/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":899,"Cost":763,"Date":"9/5/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":560,"Cost":396,"Date":"9/14/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":382,"Cost":276,"Date":"9/20/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":830,"Cost":430,"Date":"11/20/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":634,"Cost":439,"Date":"12/21/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":285,"Cost":235,"Date":"1/7/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":477,"Cost":284,"Date":"1/21/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":52,"Cost":49,"Date":"2/9/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":417,"Cost":354,"Date":"3/19/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":587,"Cost":533,"Date":"4/3/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":816,"Cost":419,"Date":"4/5/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":777,"Cost":449,"Date":"4/28/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":150,"Cost":128,"Date":"7/10/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":533,"Cost":377,"Date":"3/25/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":235,"Cost":201,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":846,"Cost":550,"Date":"10/28/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":989,"Cost":683,"Date":"3/2/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":512,"Cost":464,"Date":"6/28/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":808,"Cost":455,"Date":"7/17/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":11,"Cost":7,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":90,"Cost":79,"Date":"8/23/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":911,"Cost":845,"Date":"11/20/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":692,"Cost":351,"Date":"12/16/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":422,"Cost":328,"Date":"12/30/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":134,"Cost":75,"Date":"2/15/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":946,"Cost":803,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":231,"Cost":131,"Date":"3/7/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":237,"Cost":178,"Date":"4/18/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":529,"Cost":400,"Date":"7/27/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":180,"Cost":126,"Date":"8/18/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":921,"Cost":542,"Date":"10/31/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":800,"Cost":543,"Date":"11/11/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":934,"Cost":739,"Date":"11/30/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":679,"Cost":546,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":82,"Cost":78,"Date":"3/1/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":848,"Cost":800,"Date":"4/13/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":246,"Cost":129,"Date":"5/20/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":742,"Cost":675,"Date":"8/13/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":711,"Cost":384,"Date":"9/15/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":706,"Cost":551,"Date":"10/14/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":496,"Cost":304,"Date":"10/28/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":650,"Cost":364,"Date":"11/11/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":267,"Cost":228,"Date":"12/7/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":261,"Cost":160,"Date":"12/21/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":343,"Cost":180,"Date":"1/6/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":823,"Cost":732,"Date":"1/23/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":220,"Cost":208,"Date":"2/4/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":447,"Cost":282,"Date":"3/10/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":606,"Cost":342,"Date":"3/12/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":688,"Cost":377,"Date":"3/31/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":579,"Cost":391,"Date":"6/16/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":30,"Cost":23,"Date":"6/17/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":492,"Cost":325,"Date":"8/27/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":832,"Cost":484,"Date":"10/1/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":502,"Cost":272,"Date":"11/4/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":743,"Cost":377,"Date":"11/9/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":24,"Cost":16,"Date":"3/27/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":191,"Cost":112,"Date":"4/17/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":694,"Cost":620,"Date":"8/11/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":732,"Date":"8/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":324,"Cost":283,"Date":"9/2/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":418,"Cost":315,"Date":"9/5/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":478,"Cost":309,"Date":"9/14/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":138,"Cost":76,"Date":"9/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":917,"Cost":713,"Date":"11/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":713,"Cost":594,"Date":"12/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":466,"Date":"1/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":926,"Cost":846,"Date":"1/21/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":589,"Cost":356,"Date":"2/9/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":990,"Cost":800,"Date":"3/19/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":553,"Cost":506,"Date":"4/3/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":495,"Cost":462,"Date":"4/5/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":206,"Cost":185,"Date":"4/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":631,"Cost":476,"Date":"7/10/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":858,"Cost":604,"Date":"3/25/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":649,"Cost":512,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":264,"Cost":185,"Date":"10/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":466,"Cost":343,"Date":"3/2/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":318,"Cost":195,"Date":"6/28/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":825,"Cost":592,"Date":"7/17/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":415,"Cost":226,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":451,"Cost":306,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":6,"Cost":4,"Date":"11/20/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":374,"Cost":260,"Date":"12/16/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":760,"Cost":399,"Date":"12/30/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":418,"Cost":340,"Date":"2/15/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":389,"Cost":207,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":159,"Cost":83,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":760,"Cost":573,"Date":"4/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":995,"Cost":842,"Date":"7/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":767,"Date":"8/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":846,"Cost":486,"Date":"10/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":352,"Cost":209,"Date":"11/11/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":550,"Cost":346,"Date":"11/30/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":224,"Cost":133,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":690,"Cost":528,"Date":"3/1/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":349,"Cost":239,"Date":"4/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":287,"Cost":168,"Date":"5/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":775,"Cost":651,"Date":"8/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":689,"Cost":549,"Date":"9/15/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":698,"Cost":541,"Date":"10/14/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":128,"Cost":83,"Date":"10/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":230,"Cost":173,"Date":"11/11/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":731,"Cost":554,"Date":"12/7/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":180,"Cost":96,"Date":"12/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":836,"Cost":449,"Date":"1/6/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":228,"Cost":151,"Date":"1/23/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":566,"Cost":341,"Date":"2/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":258,"Cost":227,"Date":"3/10/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":666,"Cost":585,"Date":"3/12/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":25,"Cost":22,"Date":"3/31/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":21,"Cost":11,"Date":"6/16/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":978,"Cost":732,"Date":"6/17/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":874,"Cost":749,"Date":"8/27/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":598,"Cost":471,"Date":"10/1/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":370,"Cost":253,"Date":"11/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":894,"Cost":743,"Date":"11/9/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":160,"Cost":95,"Date":"3/27/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":885,"Cost":456,"Date":"4/17/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":842,"Cost":725,"Date":"8/11/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":178,"Cost":143,"Date":"8/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":228,"Cost":126,"Date":"9/2/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":896,"Cost":514,"Date":"9/5/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":347,"Cost":250,"Date":"9/14/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":366,"Cost":183,"Date":"9/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":10,"Cost":5,"Date":"11/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":520,"Cost":429,"Date":"12/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":194,"Cost":135,"Date":"1/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":214,"Cost":175,"Date":"1/21/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":178,"Cost":149,"Date":"2/9/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":864,"Cost":438,"Date":"3/19/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":109,"Cost":82,"Date":"4/3/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":318,"Cost":203,"Date":"4/5/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":26,"Cost":24,"Date":"4/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":443,"Cost":294,"Date":"7/10/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":214,"Cost":133,"Date":"3/25/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":554,"Cost":308,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":636,"Cost":539,"Date":"10/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":831,"Cost":544,"Date":"3/2/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":45,"Cost":24,"Date":"6/28/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":634,"Cost":325,"Date":"7/17/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":402,"Cost":368,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":859,"Cost":554,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":903,"Cost":498,"Date":"11/20/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":396,"Cost":298,"Date":"12/16/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":391,"Cost":237,"Date":"12/30/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":849,"Cost":800,"Date":"2/15/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":486,"Cost":343,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":190,"Cost":180,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":660,"Cost":344,"Date":"4/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":362,"Cost":279,"Date":"7/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":512,"Cost":288,"Date":"8/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":905,"Cost":677,"Date":"10/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":847,"Cost":575,"Date":"11/11/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":705,"Cost":619,"Date":"11/30/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":505,"Cost":390,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":904,"Cost":672,"Date":"3/1/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":752,"Cost":642,"Date":"4/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":593,"Cost":542,"Date":"5/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":213,"Cost":120,"Date":"8/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":853,"Cost":797,"Date":"9/15/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":770,"Cost":594,"Date":"10/14/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":117,"Cost":66,"Date":"10/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":544,"Cost":508,"Date":"11/11/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":516,"Cost":432,"Date":"12/7/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":235,"Cost":183,"Date":"12/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":773,"Cost":655,"Date":"1/6/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":636,"Cost":496,"Date":"1/23/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":46,"Cost":44,"Date":"2/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":354,"Cost":224,"Date":"3/10/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":648,"Cost":527,"Date":"3/12/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":505,"Cost":304,"Date":"3/31/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":632,"Cost":480,"Date":"6/16/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":986,"Cost":721,"Date":"6/17/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":493,"Cost":248,"Date":"8/27/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":83,"Cost":47,"Date":"10/1/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":51,"Cost":47,"Date":"11/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":372,"Cost":302,"Date":"11/9/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":177,"Cost":121,"Date":"3/27/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":517,"Cost":341,"Date":"4/17/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":963,"Cost":590,"Date":"8/11/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":774,"Cost":681,"Date":"8/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":144,"Cost":98,"Date":"9/2/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":300,"Cost":221,"Date":"9/5/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":421,"Date":"9/14/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":505,"Cost":254,"Date":"9/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":78,"Cost":48,"Date":"11/20/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":106,"Cost":71,"Date":"12/21/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":543,"Cost":275,"Date":"1/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":700,"Cost":378,"Date":"1/21/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":303,"Cost":237,"Date":"2/9/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":249,"Cost":131,"Date":"3/19/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":532,"Date":"4/3/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":742,"Date":"4/5/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":788,"Cost":568,"Date":"4/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":739,"Cost":393,"Date":"7/10/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":513,"Cost":363,"Date":"3/25/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":665,"Cost":612,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":991,"Cost":854,"Date":"10/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":954,"Cost":547,"Date":"3/2/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":484,"Cost":373,"Date":"6/28/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":61,"Cost":38,"Date":"7/17/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":874,"Cost":488,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":16,"Cost":10,"Date":"8/23/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":530,"Cost":281,"Date":"11/20/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":787,"Cost":582,"Date":"12/16/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":995,"Cost":925,"Date":"12/30/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":442,"Cost":349,"Date":"2/15/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":676,"Cost":453,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":697,"Cost":478,"Date":"3/7/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":112,"Cost":85,"Date":"4/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":898,"Cost":501,"Date":"7/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":765,"Cost":530,"Date":"8/18/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":351,"Cost":194,"Date":"10/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":352,"Cost":180,"Date":"11/11/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":657,"Cost":370,"Date":"11/30/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":718,"Cost":589,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":408,"Cost":276,"Date":"3/1/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":663,"Cost":348,"Date":"4/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":783,"Cost":406,"Date":"5/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":489,"Cost":458,"Date":"8/13/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":832,"Cost":656,"Date":"9/15/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":641,"Cost":435,"Date":"10/14/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":386,"Date":"10/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":486,"Date":"11/11/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":402,"Cost":303,"Date":"12/7/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":562,"Cost":449,"Date":"12/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":350,"Cost":256,"Date":"1/6/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":279,"Cost":198,"Date":"1/23/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":609,"Cost":367,"Date":"2/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":625,"Cost":447,"Date":"3/10/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":237,"Cost":125,"Date":"3/12/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":749,"Cost":700,"Date":"3/31/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":81,"Cost":70,"Date":"6/16/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":800,"Cost":460,"Date":"6/17/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":236,"Cost":164,"Date":"8/27/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":578,"Cost":349,"Date":"10/1/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":470,"Cost":297,"Date":"11/4/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":433,"Cost":390,"Date":"11/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":146,"Date":"3/27/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":386,"Date":"4/17/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":433,"Cost":261,"Date":"8/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":451,"Cost":276,"Date":"8/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":762,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":318,"Cost":266,"Date":"9/5/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":987,"Cost":750,"Date":"9/14/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":426,"Date":"9/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":805,"Date":"11/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":66,"Date":"12/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":290,"Date":"1/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":325,"Date":"1/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":193,"Date":"2/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":457,"Cost":310,"Date":"3/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":502,"Date":"4/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":185,"Cost":132,"Date":"4/5/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":114,"Date":"4/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":371,"Date":"7/10/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":199,"Date":"3/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":489,"Cost":346,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":515,"Date":"10/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":296,"Date":"3/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":236,"Date":"6/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":607,"Date":"7/17/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":487,"Cost":354,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":164,"Cost":156,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":69,"Date":"11/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":174,"Cost":156,"Date":"12/16/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":43,"Cost":38,"Date":"12/30/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":192,"Date":"2/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":761,"Cost":434,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":227,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":27,"Cost":26,"Date":"4/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":232,"Date":"7/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":248,"Cost":205,"Date":"8/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":305,"Date":"10/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":9,"Cost":9,"Date":"11/11/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":155,"Date":"11/30/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":665,"Cost":612,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":209,"Date":"3/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":463,"Cost":329,"Date":"4/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":788,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":328,"Cost":273,"Date":"8/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":399,"Date":"9/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":610,"Cost":417,"Date":"10/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":33,"Cost":16,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":509,"Cost":265,"Date":"11/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":461,"Date":"12/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":726,"Date":"12/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":633,"Date":"1/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":469,"Cost":334,"Date":"1/23/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":193,"Date":"2/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":228,"Date":"3/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":597,"Date":"3/12/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":625,"Cost":464,"Date":"3/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":760,"Cost":487,"Date":"6/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":905,"Date":"6/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":575,"Date":"8/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":812,"Date":"10/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":287,"Date":"11/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":512,"Cost":303,"Date":"11/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":949,"Cost":621,"Date":"3/27/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":519,"Cost":342,"Date":"4/17/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":651,"Date":"8/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":396,"Cost":347,"Date":"8/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":891,"Cost":615,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":633,"Date":"9/5/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":178,"Date":"9/14/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":546,"Date":"9/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":133,"Date":"11/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":85,"Cost":65,"Date":"12/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":13,"Cost":12,"Date":"1/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":358,"Date":"1/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":88,"Date":"2/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":997,"Cost":607,"Date":"3/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":587,"Cost":514,"Date":"4/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":564,"Date":"4/5/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":193,"Cost":100,"Date":"4/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":987,"Cost":933,"Date":"7/10/2019"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":262,"Cost":237,"Date":"3/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":768,"Cost":661,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":374,"Cost":195,"Date":"10/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":680,"Date":"3/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":804,"Cost":510,"Date":"6/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":315,"Cost":275,"Date":"7/17/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":650,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":230,"Cost":116,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":523,"Cost":420,"Date":"11/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":120,"Cost":112,"Date":"12/16/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":391,"Date":"12/30/2021"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":59,"Cost":49,"Date":"2/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":197,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":896,"Cost":547,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":431,"Date":"4/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":561,"Cost":457,"Date":"7/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":506,"Date":"8/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":95,"Date":"10/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":18,"Date":"11/11/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":43,"Date":"11/30/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":975,"Cost":612,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":795,"Cost":622,"Date":"3/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":148,"Cost":91,"Date":"4/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":571,"Cost":324,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":441,"Cost":406,"Date":"8/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":566,"Date":"9/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":167,"Date":"10/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":297,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":304,"Cost":174,"Date":"11/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":259,"Date":"12/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":524,"Cost":333,"Date":"12/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":448,"Cost":377,"Date":"1/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":331,"Date":"1/23/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":896,"Cost":492,"Date":"2/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":313,"Cost":277,"Date":"3/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":164,"Date":"3/12/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":945,"Cost":812,"Date":"3/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":496,"Cost":279,"Date":"6/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":390,"Cost":348,"Date":"6/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":20,"Date":"8/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":768,"Cost":721,"Date":"10/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":250,"Date":"11/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":85,"Cost":75,"Date":"11/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":548,"Cost":437,"Date":"3/27/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":653,"Date":"4/17/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":158,"Cost":106,"Date":"8/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":667,"Cost":337,"Date":"8/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":915,"Cost":506,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":676,"Cost":389,"Date":"9/5/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":284,"Cost":240,"Date":"9/14/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":102,"Cost":53,"Date":"9/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":450,"Date":"11/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":129,"Cost":108,"Date":"12/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":707,"Cost":581,"Date":"1/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":335,"Cost":197,"Date":"1/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":807,"Cost":715,"Date":"2/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":608,"Date":"3/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":507,"Date":"4/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":721,"Cost":532,"Date":"4/5/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":64,"Cost":55,"Date":"4/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":733,"Date":"7/10/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":297,"Cost":240,"Date":"3/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":290,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":578,"Cost":466,"Date":"10/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":178,"Date":"3/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":978,"Cost":772,"Date":"6/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":950,"Cost":685,"Date":"7/17/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":910,"Cost":700,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":194,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":226,"Date":"11/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":830,"Cost":499,"Date":"12/16/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":412,"Date":"12/30/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":252,"Cost":164,"Date":"2/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":250,"Cost":201,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":935,"Cost":684,"Date":"3/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":226,"Cost":160,"Date":"4/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":551,"Date":"7/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":260,"Cost":206,"Date":"8/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":408,"Cost":297,"Date":"10/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":246,"Cost":181,"Date":"11/11/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":609,"Cost":420,"Date":"11/30/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":46,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":525,"Cost":319,"Date":"3/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":692,"Cost":607,"Date":"4/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":347,"Cost":270,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":943,"Cost":711,"Date":"8/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":107,"Date":"9/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":842,"Cost":551,"Date":"10/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":375,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":74,"Cost":53,"Date":"11/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":924,"Cost":827,"Date":"12/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":304,"Cost":237,"Date":"12/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":331,"Cost":204,"Date":"1/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":758,"Cost":510,"Date":"1/23/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":540,"Cost":349,"Date":"2/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":472,"Cost":284,"Date":"3/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":474,"Cost":340,"Date":"3/12/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":211,"Date":"3/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":33,"Cost":21,"Date":"6/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":304,"Cost":246,"Date":"6/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":622,"Date":"8/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":678,"Cost":571,"Date":"10/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":969,"Cost":548,"Date":"11/4/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":786,"Date":"11/9/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":678,"Cost":609,"Date":"3/27/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":511,"Date":"4/17/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":63,"Cost":32,"Date":"8/11/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":575,"Cost":479,"Date":"8/21/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":290,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":447,"Cost":283,"Date":"9/5/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":874,"Cost":661,"Date":"9/14/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":298,"Cost":171,"Date":"9/20/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":352,"Cost":242,"Date":"11/20/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":526,"Cost":453,"Date":"12/21/2018"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":515,"Date":"1/7/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":93,"Cost":59,"Date":"1/21/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":236,"Cost":222,"Date":"2/9/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":169,"Date":"3/19/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":680,"Cost":409,"Date":"4/3/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":692,"Cost":352,"Date":"4/5/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":698,"Cost":381,"Date":"4/28/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":44,"Cost":35,"Date":"7/10/2019"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":20,"Date":"3/25/2020"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":191,"Cost":181,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":797,"Cost":623,"Date":"10/28/2020"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":661,"Cost":552,"Date":"3/2/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":716,"Cost":587,"Date":"6/28/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":768,"Cost":593,"Date":"7/17/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":111,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":285,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":244,"Cost":127,"Date":"11/20/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":505,"Date":"12/16/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":660,"Cost":556,"Date":"12/30/2021"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":559,"Cost":422,"Date":"2/15/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":30,"Cost":24,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":819,"Cost":544,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":326,"Date":"4/18/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":918,"Cost":800,"Date":"7/27/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":353,"Cost":223,"Date":"8/18/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":750,"Cost":668,"Date":"10/31/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":397,"Date":"11/11/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":481,"Cost":431,"Date":"11/30/2022"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":469,"Cost":385,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":950,"Cost":830,"Date":"3/1/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":662,"Cost":625,"Date":"4/13/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":703,"Cost":467,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":168,"Date":"8/13/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":199,"Cost":133,"Date":"9/15/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":395,"Date":"10/14/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":193,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":498,"Cost":360,"Date":"11/11/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":557,"Date":"12/7/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":634,"Date":"12/21/2023"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":731,"Cost":380,"Date":"1/6/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":959,"Cost":570,"Date":"1/23/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":20,"Date":"2/4/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":81,"Date":"3/10/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":602,"Date":"3/12/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":471,"Cost":257,"Date":"3/31/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":561,"Cost":290,"Date":"6/16/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":473,"Cost":309,"Date":"6/17/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":408,"Date":"8/27/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":529,"Date":"10/1/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":928,"Cost":533,"Date":"11/4/2024"},{"Store":"Mall of Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":408,"Cost":354,"Date":"11/9/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":902,"Cost":729,"Date":"3/27/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":682,"Date":"4/17/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":815,"Cost":570,"Date":"8/11/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":576,"Cost":469,"Date":"8/21/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":433,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":369,"Cost":226,"Date":"9/5/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":4,"Date":"9/14/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":474,"Date":"9/20/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":85,"Cost":64,"Date":"11/20/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":193,"Date":"12/21/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":401,"Cost":241,"Date":"1/7/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":137,"Cost":118,"Date":"1/21/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":457,"Date":"2/9/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":108,"Date":"3/19/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":498,"Cost":471,"Date":"4/3/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":231,"Date":"4/5/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":259,"Cost":129,"Date":"4/28/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":412,"Date":"7/10/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":304,"Cost":206,"Date":"3/25/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":496,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":277,"Date":"10/28/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":845,"Cost":524,"Date":"3/2/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":844,"Cost":656,"Date":"6/28/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":190,"Date":"7/17/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":35,"Cost":18,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":90,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":262,"Cost":190,"Date":"11/20/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":322,"Cost":289,"Date":"12/16/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":599,"Cost":440,"Date":"12/30/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":577,"Cost":509,"Date":"2/15/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":526,"Cost":331,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":623,"Cost":446,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":43,"Cost":33,"Date":"4/18/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":296,"Date":"7/27/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":281,"Date":"8/18/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":253,"Cost":209,"Date":"10/31/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":21,"Date":"11/11/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":545,"Date":"11/30/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":105,"Cost":88,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":356,"Cost":194,"Date":"3/1/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":71,"Date":"4/13/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":33,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":476,"Date":"8/13/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":246,"Cost":145,"Date":"9/15/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":583,"Cost":300,"Date":"10/14/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":828,"Cost":720,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":278,"Cost":207,"Date":"11/11/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":324,"Date":"12/7/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":565,"Date":"12/21/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":776,"Date":"1/6/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":404,"Cost":234,"Date":"1/23/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":717,"Cost":679,"Date":"2/4/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":40,"Cost":21,"Date":"3/10/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":640,"Cost":450,"Date":"3/12/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":60,"Date":"3/31/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":23,"Date":"6/16/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":158,"Date":"6/17/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":335,"Date":"8/27/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":118,"Date":"10/1/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":563,"Cost":355,"Date":"11/4/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":428,"Date":"11/9/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":88,"Cost":82,"Date":"3/27/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":314,"Cost":251,"Date":"4/17/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":791,"Cost":552,"Date":"8/11/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":490,"Cost":412,"Date":"8/21/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":758,"Cost":695,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":487,"Date":"9/5/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":637,"Cost":584,"Date":"9/14/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":591,"Date":"9/20/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":731,"Cost":416,"Date":"11/20/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":635,"Cost":529,"Date":"12/21/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":717,"Cost":643,"Date":"1/7/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":636,"Cost":575,"Date":"1/21/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":25,"Cost":24,"Date":"2/9/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":839,"Cost":749,"Date":"3/19/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":9,"Date":"4/3/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":79,"Cost":64,"Date":"4/5/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":239,"Cost":197,"Date":"4/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":502,"Cost":451,"Date":"7/10/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":103,"Date":"3/25/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":770,"Cost":463,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":71,"Cost":67,"Date":"10/28/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":105,"Cost":52,"Date":"3/2/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":618,"Cost":548,"Date":"6/28/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":553,"Date":"7/17/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":184,"Cost":145,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":56,"Cost":29,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":322,"Cost":214,"Date":"11/20/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":102,"Cost":83,"Date":"12/16/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":662,"Cost":388,"Date":"12/30/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":150,"Cost":87,"Date":"2/15/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":390,"Cost":302,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":136,"Cost":123,"Date":"3/7/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":843,"Cost":626,"Date":"4/18/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":507,"Cost":383,"Date":"7/27/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":235,"Date":"8/18/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":32,"Cost":18,"Date":"10/31/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":354,"Cost":257,"Date":"11/11/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":866,"Date":"11/30/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":130,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":583,"Cost":364,"Date":"3/1/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":41,"Cost":20,"Date":"4/13/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":456,"Cost":310,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":223,"Date":"8/13/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":596,"Date":"9/15/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":864,"Cost":595,"Date":"10/14/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":785,"Cost":647,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":275,"Date":"11/11/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":768,"Cost":394,"Date":"12/7/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":901,"Cost":498,"Date":"12/21/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":692,"Cost":491,"Date":"1/6/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":788,"Cost":421,"Date":"1/23/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":932,"Cost":761,"Date":"2/4/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":148,"Date":"3/10/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":708,"Cost":556,"Date":"3/12/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":158,"Date":"3/31/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":620,"Cost":521,"Date":"6/16/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":801,"Cost":684,"Date":"6/17/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":618,"Cost":326,"Date":"8/27/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":163,"Date":"10/1/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":799,"Cost":564,"Date":"11/4/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":263,"Cost":199,"Date":"11/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":319,"Cost":258,"Date":"3/27/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":507,"Date":"4/17/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":767,"Cost":686,"Date":"8/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":614,"Cost":403,"Date":"8/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":294,"Cost":216,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":664,"Date":"9/5/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":482,"Date":"9/14/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":42,"Date":"9/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":170,"Cost":124,"Date":"11/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":55,"Cost":40,"Date":"12/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":670,"Date":"1/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":198,"Cost":114,"Date":"1/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":601,"Date":"2/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":468,"Date":"3/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":348,"Cost":203,"Date":"4/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":404,"Date":"4/5/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":126,"Date":"4/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":514,"Date":"7/10/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":950,"Cost":766,"Date":"3/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":204,"Cost":138,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":692,"Date":"10/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":117,"Date":"3/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":732,"Cost":388,"Date":"6/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":152,"Date":"7/17/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":361,"Cost":280,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":789,"Cost":582,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":254,"Cost":141,"Date":"11/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":49,"Cost":46,"Date":"12/16/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":369,"Date":"12/30/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":277,"Date":"2/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":508,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":150,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":65,"Date":"4/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":375,"Date":"7/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":349,"Cost":227,"Date":"8/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":36,"Cost":28,"Date":"10/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":476,"Cost":280,"Date":"11/11/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":748,"Cost":571,"Date":"11/30/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":129,"Cost":117,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":193,"Date":"3/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":743,"Cost":535,"Date":"4/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":143,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":465,"Date":"8/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":595,"Cost":404,"Date":"9/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":359,"Date":"10/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":106,"Cost":88,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":250,"Cost":238,"Date":"11/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":287,"Date":"12/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":115,"Date":"12/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":54,"Cost":29,"Date":"1/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":74,"Cost":40,"Date":"1/23/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":723,"Cost":514,"Date":"2/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":196,"Date":"3/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":38,"Date":"3/12/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":532,"Date":"3/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":935,"Cost":800,"Date":"6/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":771,"Cost":666,"Date":"6/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":928,"Cost":791,"Date":"8/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":83,"Cost":75,"Date":"10/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":98,"Cost":84,"Date":"11/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":360,"Date":"11/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":403,"Date":"3/27/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":578,"Date":"4/17/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":945,"Cost":675,"Date":"8/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":215,"Date":"8/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":590,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":729,"Cost":460,"Date":"9/5/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":127,"Cost":111,"Date":"9/14/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":792,"Cost":714,"Date":"9/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":934,"Cost":624,"Date":"11/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":98,"Cost":57,"Date":"12/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":622,"Cost":591,"Date":"1/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":898,"Cost":745,"Date":"1/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":72,"Date":"2/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":95,"Cost":89,"Date":"3/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":270,"Cost":187,"Date":"4/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":181,"Date":"4/5/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":473,"Cost":402,"Date":"4/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":804,"Cost":451,"Date":"7/10/2019"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":342,"Date":"3/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":742,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":382,"Date":"10/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":147,"Cost":85,"Date":"3/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":648,"Cost":493,"Date":"6/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":702,"Cost":641,"Date":"7/17/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":531,"Cost":397,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":112,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":75,"Date":"11/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":679,"Cost":627,"Date":"12/16/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":686,"Date":"12/30/2021"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":396,"Cost":227,"Date":"2/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":755,"Cost":426,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":388,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":30,"Cost":16,"Date":"4/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":43,"Date":"7/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":18,"Cost":12,"Date":"8/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"10/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":228,"Date":"11/11/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":77,"Date":"11/30/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":831,"Cost":751,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":117,"Date":"3/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":82,"Date":"4/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":56,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":79,"Date":"8/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":267,"Cost":226,"Date":"9/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":851,"Date":"10/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":703,"Cost":568,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":223,"Date":"11/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":678,"Cost":560,"Date":"12/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":373,"Date":"12/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":397,"Date":"1/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":616,"Date":"1/23/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":337,"Date":"2/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":512,"Cost":393,"Date":"3/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":489,"Date":"3/12/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":486,"Date":"3/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":202,"Cost":149,"Date":"6/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":678,"Date":"6/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":253,"Date":"8/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":332,"Cost":268,"Date":"10/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":389,"Date":"11/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":338,"Date":"11/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":328,"Cost":185,"Date":"3/27/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":890,"Cost":719,"Date":"4/17/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":704,"Cost":502,"Date":"8/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":363,"Cost":246,"Date":"8/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":69,"Cost":43,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":309,"Cost":163,"Date":"9/5/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":56,"Cost":39,"Date":"9/14/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":848,"Date":"9/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":561,"Cost":416,"Date":"11/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":375,"Cost":202,"Date":"12/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":740,"Cost":392,"Date":"1/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":102,"Cost":97,"Date":"1/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":266,"Cost":251,"Date":"2/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":848,"Cost":688,"Date":"3/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":368,"Cost":189,"Date":"4/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":787,"Cost":455,"Date":"4/5/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":445,"Cost":335,"Date":"4/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":222,"Cost":175,"Date":"7/10/2019"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":363,"Cost":334,"Date":"3/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":155,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":458,"Date":"10/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":281,"Date":"3/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":39,"Cost":22,"Date":"6/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":272,"Cost":188,"Date":"7/17/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":718,"Cost":590,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":616,"Cost":508,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":439,"Cost":276,"Date":"11/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":654,"Cost":336,"Date":"12/16/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":250,"Date":"12/30/2021"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":602,"Cost":369,"Date":"2/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":754,"Cost":507,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":105,"Cost":93,"Date":"3/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":468,"Cost":383,"Date":"4/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":482,"Date":"7/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":632,"Date":"8/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":517,"Date":"10/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":924,"Cost":471,"Date":"11/11/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":147,"Cost":132,"Date":"11/30/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":898,"Cost":627,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":808,"Cost":614,"Date":"3/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":367,"Cost":191,"Date":"4/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":186,"Cost":112,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":950,"Cost":498,"Date":"8/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":497,"Cost":299,"Date":"9/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":534,"Cost":389,"Date":"10/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":237,"Cost":197,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":78,"Cost":65,"Date":"11/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":153,"Cost":126,"Date":"12/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":168,"Cost":148,"Date":"12/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":76,"Cost":43,"Date":"1/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":292,"Cost":155,"Date":"1/23/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":554,"Date":"2/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":44,"Cost":22,"Date":"3/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":119,"Cost":67,"Date":"3/12/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":143,"Cost":103,"Date":"3/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":301,"Date":"6/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":481,"Date":"6/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":227,"Date":"8/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":262,"Cost":215,"Date":"10/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":386,"Cost":253,"Date":"11/4/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":148,"Cost":84,"Date":"11/9/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":599,"Cost":453,"Date":"3/27/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":699,"Cost":624,"Date":"4/17/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":771,"Cost":642,"Date":"8/11/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":792,"Cost":577,"Date":"8/21/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":477,"Cost":272,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":365,"Cost":192,"Date":"9/5/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":983,"Cost":920,"Date":"9/14/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":275,"Cost":223,"Date":"9/20/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":597,"Cost":513,"Date":"11/20/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":784,"Date":"12/21/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":122,"Cost":61,"Date":"1/7/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":420,"Cost":281,"Date":"1/21/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":541,"Date":"2/9/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":126,"Cost":114,"Date":"3/19/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":96,"Cost":76,"Date":"4/3/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":376,"Cost":212,"Date":"4/5/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":380,"Cost":349,"Date":"4/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":305,"Cost":168,"Date":"7/10/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":322,"Cost":299,"Date":"3/25/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":409,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":782,"Cost":718,"Date":"10/28/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":163,"Cost":102,"Date":"3/2/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":213,"Cost":178,"Date":"6/28/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":882,"Cost":820,"Date":"7/17/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":422,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":766,"Cost":401,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":565,"Cost":347,"Date":"11/20/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":777,"Cost":613,"Date":"12/16/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":856,"Cost":609,"Date":"12/30/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":294,"Cost":190,"Date":"2/15/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":514,"Cost":272,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":114,"Cost":93,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":765,"Cost":569,"Date":"4/18/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":234,"Cost":175,"Date":"7/27/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":627,"Cost":479,"Date":"8/18/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":321,"Cost":254,"Date":"10/31/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":112,"Date":"11/11/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":178,"Cost":121,"Date":"11/30/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":593,"Cost":334,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":105,"Cost":84,"Date":"3/1/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":592,"Cost":424,"Date":"4/13/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":923,"Cost":737,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":312,"Date":"8/13/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":881,"Cost":547,"Date":"9/15/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":785,"Cost":434,"Date":"10/14/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":307,"Cost":217,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":67,"Cost":49,"Date":"11/11/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":772,"Cost":683,"Date":"12/7/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":522,"Cost":300,"Date":"12/21/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":482,"Cost":304,"Date":"1/6/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":251,"Cost":179,"Date":"1/23/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":274,"Date":"2/4/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":650,"Cost":484,"Date":"3/10/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":305,"Cost":257,"Date":"3/12/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":286,"Cost":265,"Date":"3/31/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":492,"Cost":436,"Date":"6/16/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":413,"Cost":234,"Date":"6/17/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":37,"Cost":32,"Date":"8/27/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":442,"Cost":371,"Date":"10/1/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":811,"Cost":576,"Date":"11/4/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":263,"Cost":179,"Date":"11/9/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":236,"Date":"3/27/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":537,"Date":"4/17/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":417,"Cost":385,"Date":"8/11/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":432,"Cost":267,"Date":"8/21/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":398,"Cost":346,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":286,"Cost":229,"Date":"9/5/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":431,"Date":"9/14/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":642,"Cost":486,"Date":"9/20/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":841,"Cost":685,"Date":"11/20/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":738,"Cost":475,"Date":"12/21/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":162,"Cost":114,"Date":"1/7/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":113,"Cost":84,"Date":"1/21/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":69,"Date":"2/9/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":688,"Cost":605,"Date":"3/19/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":381,"Cost":329,"Date":"4/3/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":833,"Cost":596,"Date":"4/5/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":627,"Cost":316,"Date":"4/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":203,"Cost":102,"Date":"7/10/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":488,"Cost":442,"Date":"3/25/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":763,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":891,"Cost":622,"Date":"10/28/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":507,"Cost":300,"Date":"3/2/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":434,"Cost":375,"Date":"6/28/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":501,"Cost":305,"Date":"7/17/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":994,"Cost":499,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":763,"Cost":705,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":803,"Cost":760,"Date":"11/20/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":906,"Cost":649,"Date":"12/16/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":395,"Cost":324,"Date":"12/30/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":328,"Cost":205,"Date":"2/15/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":255,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":273,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":992,"Cost":806,"Date":"4/18/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":968,"Cost":890,"Date":"7/27/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":784,"Cost":412,"Date":"8/18/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":686,"Date":"10/31/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":11,"Cost":8,"Date":"11/11/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":625,"Cost":381,"Date":"11/30/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":828,"Cost":773,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":214,"Cost":176,"Date":"3/1/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":835,"Cost":729,"Date":"4/13/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":851,"Cost":570,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":83,"Cost":53,"Date":"8/13/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":649,"Cost":533,"Date":"9/15/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":32,"Cost":16,"Date":"10/14/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":445,"Cost":248,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":195,"Cost":165,"Date":"11/11/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":148,"Cost":128,"Date":"12/7/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":934,"Cost":506,"Date":"12/21/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":260,"Cost":164,"Date":"1/6/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":503,"Cost":355,"Date":"1/23/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":866,"Cost":455,"Date":"2/4/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":512,"Cost":267,"Date":"3/10/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":27,"Cost":19,"Date":"3/12/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":848,"Cost":753,"Date":"3/31/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":779,"Cost":731,"Date":"6/16/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":725,"Cost":366,"Date":"6/17/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":433,"Cost":372,"Date":"8/27/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":215,"Cost":181,"Date":"10/1/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":484,"Cost":456,"Date":"11/4/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":57,"Date":"11/9/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":871,"Cost":793,"Date":"3/27/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":454,"Cost":312,"Date":"4/17/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":526,"Cost":385,"Date":"8/11/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":703,"Date":"8/21/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":159,"Cost":121,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":945,"Cost":706,"Date":"9/5/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":288,"Cost":185,"Date":"9/14/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":423,"Date":"9/20/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":101,"Cost":74,"Date":"11/20/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"12/21/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":349,"Cost":315,"Date":"1/7/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":46,"Cost":39,"Date":"1/21/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":296,"Cost":163,"Date":"2/9/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":349,"Cost":294,"Date":"3/19/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":684,"Date":"4/3/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":284,"Date":"4/5/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":467,"Date":"4/28/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":285,"Date":"7/10/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":216,"Cost":134,"Date":"3/25/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":397,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":262,"Cost":220,"Date":"10/28/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":313,"Date":"3/2/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":522,"Date":"6/28/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":356,"Cost":224,"Date":"7/17/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":234,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":172,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":718,"Cost":648,"Date":"11/20/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":155,"Cost":129,"Date":"12/16/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":496,"Cost":312,"Date":"12/30/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":819,"Cost":762,"Date":"2/15/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":201,"Cost":144,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":948,"Cost":582,"Date":"3/7/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":710,"Cost":511,"Date":"4/18/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":277,"Cost":235,"Date":"7/27/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":612,"Cost":483,"Date":"8/18/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":919,"Cost":772,"Date":"10/31/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":910,"Cost":560,"Date":"11/11/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":992,"Cost":579,"Date":"11/30/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":217,"Cost":171,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":359,"Date":"3/1/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":356,"Cost":319,"Date":"4/13/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":181,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":156,"Cost":125,"Date":"8/13/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":753,"Cost":670,"Date":"9/15/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":196,"Cost":105,"Date":"10/14/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":100,"Cost":67,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":232,"Cost":208,"Date":"11/11/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":517,"Date":"12/7/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":417,"Cost":391,"Date":"12/21/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":801,"Cost":429,"Date":"1/6/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":491,"Date":"1/23/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":742,"Cost":471,"Date":"2/4/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":821,"Cost":751,"Date":"3/10/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":640,"Date":"3/12/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":229,"Date":"3/31/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":212,"Date":"6/16/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":645,"Date":"6/17/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":263,"Cost":246,"Date":"8/27/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":817,"Cost":455,"Date":"10/1/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":807,"Cost":708,"Date":"11/4/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":29,"Cost":22,"Date":"11/9/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":246,"Date":"3/27/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":752,"Cost":384,"Date":"4/17/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":829,"Cost":582,"Date":"8/11/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":501,"Cost":262,"Date":"8/21/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":602,"Cost":477,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":45,"Date":"9/5/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":878,"Cost":598,"Date":"9/14/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":884,"Cost":600,"Date":"9/20/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":928,"Cost":732,"Date":"11/20/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":760,"Cost":473,"Date":"12/21/2018"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":605,"Cost":544,"Date":"1/7/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":96,"Cost":92,"Date":"1/21/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":785,"Cost":447,"Date":"2/9/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":549,"Cost":335,"Date":"3/19/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":811,"Cost":419,"Date":"4/3/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":868,"Cost":462,"Date":"4/5/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":937,"Cost":667,"Date":"4/28/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":245,"Cost":181,"Date":"7/10/2019"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":190,"Date":"3/25/2020"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":527,"Cost":393,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":94,"Cost":82,"Date":"10/28/2020"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":226,"Cost":207,"Date":"3/2/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":434,"Cost":382,"Date":"6/28/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":260,"Cost":168,"Date":"7/17/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":570,"Cost":421,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":930,"Cost":559,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":728,"Cost":618,"Date":"11/20/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":411,"Cost":226,"Date":"12/16/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":293,"Date":"12/30/2021"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":200,"Cost":120,"Date":"2/15/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":780,"Cost":601,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":699,"Cost":370,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":682,"Cost":542,"Date":"4/18/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":133,"Date":"7/27/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":124,"Date":"8/18/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":31,"Cost":23,"Date":"10/31/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":410,"Cost":215,"Date":"11/11/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":985,"Cost":528,"Date":"11/30/2022"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":855,"Cost":786,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":740,"Cost":679,"Date":"3/1/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":812,"Cost":740,"Date":"4/13/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":449,"Cost":264,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":400,"Cost":334,"Date":"8/13/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":228,"Cost":206,"Date":"9/15/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":137,"Cost":113,"Date":"10/14/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":529,"Cost":307,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":671,"Cost":615,"Date":"11/11/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":225,"Cost":188,"Date":"12/7/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":557,"Date":"12/21/2023"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":120,"Cost":87,"Date":"1/6/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":266,"Cost":189,"Date":"1/23/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":394,"Date":"2/4/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":407,"Cost":289,"Date":"3/10/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":988,"Cost":937,"Date":"3/12/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":582,"Cost":320,"Date":"3/31/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":274,"Cost":213,"Date":"6/16/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":792,"Cost":636,"Date":"6/17/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":164,"Cost":101,"Date":"8/27/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":653,"Cost":424,"Date":"10/1/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":810,"Cost":703,"Date":"11/4/2024"},{"Store":"Sofia Ring Mall","Brand":"HM Home","Country":"Bulgaria","Sale":914,"Cost":703,"Date":"11/9/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":473,"Cost":290,"Date":"3/27/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":71,"Date":"4/17/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":373,"Cost":208,"Date":"8/11/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":850,"Cost":807,"Date":"8/21/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":625,"Cost":563,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":251,"Date":"9/5/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":100,"Date":"9/14/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"9/20/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":493,"Cost":330,"Date":"11/20/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":925,"Cost":500,"Date":"12/21/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":564,"Cost":415,"Date":"1/7/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":201,"Date":"1/21/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":871,"Cost":496,"Date":"2/9/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":158,"Cost":86,"Date":"3/19/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":52,"Date":"4/3/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":92,"Cost":48,"Date":"4/5/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":207,"Date":"4/28/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":648,"Cost":541,"Date":"7/10/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":258,"Cost":195,"Date":"3/25/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":22,"Cost":17,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":749,"Cost":449,"Date":"10/28/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":364,"Date":"3/2/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":330,"Cost":195,"Date":"6/28/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":73,"Cost":40,"Date":"7/17/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":686,"Cost":576,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":475,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":204,"Cost":156,"Date":"11/20/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":559,"Cost":530,"Date":"12/16/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":375,"Cost":287,"Date":"12/30/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":42,"Cost":38,"Date":"2/15/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":559,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":855,"Cost":502,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":477,"Cost":370,"Date":"4/18/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":616,"Cost":575,"Date":"7/27/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":572,"Date":"8/18/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":470,"Cost":405,"Date":"10/31/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":876,"Cost":454,"Date":"11/11/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":893,"Cost":822,"Date":"11/30/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":946,"Cost":666,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":644,"Cost":524,"Date":"3/1/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":145,"Cost":120,"Date":"4/13/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":230,"Cost":202,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":901,"Cost":720,"Date":"8/13/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":406,"Cost":233,"Date":"9/15/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":316,"Date":"10/14/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":520,"Cost":319,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":61,"Cost":45,"Date":"11/11/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":504,"Date":"12/7/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":186,"Date":"12/21/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":553,"Date":"1/6/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":534,"Cost":358,"Date":"1/23/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":844,"Cost":611,"Date":"2/4/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":621,"Cost":399,"Date":"3/10/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":310,"Date":"3/12/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":444,"Date":"3/31/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":312,"Cost":171,"Date":"6/16/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":147,"Date":"6/17/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":538,"Cost":404,"Date":"8/27/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":128,"Date":"10/1/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":901,"Cost":769,"Date":"11/4/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":11,"Date":"11/9/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":428,"Cost":229,"Date":"3/27/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":808,"Date":"4/17/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":19,"Cost":15,"Date":"8/11/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":963,"Cost":845,"Date":"8/21/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":454,"Cost":271,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":678,"Cost":589,"Date":"9/5/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":51,"Cost":27,"Date":"9/14/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":81,"Cost":74,"Date":"9/20/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":601,"Date":"11/20/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":319,"Cost":235,"Date":"12/21/2018"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":213,"Cost":149,"Date":"1/7/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":419,"Cost":217,"Date":"1/21/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":744,"Cost":419,"Date":"2/9/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":611,"Cost":472,"Date":"3/19/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":347,"Cost":228,"Date":"4/3/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":679,"Date":"4/5/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":459,"Date":"4/28/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":749,"Cost":584,"Date":"7/10/2019"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":214,"Cost":129,"Date":"3/25/2020"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":44,"Cost":22,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":276,"Cost":229,"Date":"10/28/2020"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":274,"Cost":158,"Date":"3/2/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":792,"Date":"6/28/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":815,"Cost":717,"Date":"7/17/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":593,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":714,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":759,"Cost":680,"Date":"11/20/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":988,"Cost":510,"Date":"12/16/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":471,"Cost":320,"Date":"12/30/2021"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":236,"Date":"2/15/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":437,"Cost":379,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":186,"Cost":165,"Date":"3/7/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":110,"Date":"4/18/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":584,"Cost":302,"Date":"7/27/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":829,"Cost":527,"Date":"8/18/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":321,"Cost":272,"Date":"10/31/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":937,"Cost":722,"Date":"11/11/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":913,"Cost":476,"Date":"11/30/2022"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":780,"Cost":494,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":557,"Cost":445,"Date":"3/1/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":884,"Cost":452,"Date":"4/13/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":408,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":46,"Date":"8/13/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":836,"Cost":644,"Date":"9/15/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":160,"Cost":129,"Date":"10/14/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":845,"Cost":754,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":206,"Date":"11/11/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":447,"Cost":239,"Date":"12/7/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":798,"Cost":730,"Date":"12/21/2023"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":131,"Cost":108,"Date":"1/6/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":799,"Cost":545,"Date":"1/23/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":487,"Cost":302,"Date":"2/4/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":664,"Date":"3/10/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":311,"Cost":192,"Date":"3/12/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":148,"Cost":93,"Date":"3/31/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":922,"Cost":687,"Date":"6/16/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":990,"Cost":603,"Date":"6/17/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":38,"Date":"8/27/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":859,"Cost":483,"Date":"10/1/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":285,"Cost":178,"Date":"11/4/2024"},{"Store":"Sofia Ring Mall","Brand":"Jeans","Country":"Bulgaria","Sale":774,"Cost":629,"Date":"11/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":780,"Cost":703,"Date":"3/27/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":692,"Cost":436,"Date":"4/17/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":456,"Cost":339,"Date":"8/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":994,"Cost":812,"Date":"8/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":366,"Cost":292,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":770,"Cost":613,"Date":"9/5/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":241,"Cost":196,"Date":"9/14/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":740,"Cost":584,"Date":"9/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":658,"Cost":534,"Date":"11/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":84,"Cost":66,"Date":"12/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":216,"Cost":187,"Date":"1/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":401,"Cost":369,"Date":"1/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":679,"Cost":481,"Date":"2/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":815,"Cost":668,"Date":"3/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":195,"Cost":148,"Date":"4/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":303,"Cost":177,"Date":"4/5/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":647,"Cost":530,"Date":"4/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":528,"Cost":477,"Date":"7/10/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":601,"Cost":386,"Date":"3/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":217,"Cost":115,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":443,"Cost":253,"Date":"10/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":975,"Cost":848,"Date":"3/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":564,"Cost":447,"Date":"6/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":40,"Cost":26,"Date":"7/17/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":895,"Cost":708,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":676,"Cost":604,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":770,"Cost":602,"Date":"11/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":508,"Cost":391,"Date":"12/16/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":461,"Cost":303,"Date":"12/30/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":261,"Cost":213,"Date":"2/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":350,"Cost":203,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":152,"Cost":125,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":400,"Cost":351,"Date":"4/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":325,"Cost":269,"Date":"7/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":756,"Cost":477,"Date":"8/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":798,"Cost":449,"Date":"10/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":594,"Cost":413,"Date":"11/11/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":238,"Cost":217,"Date":"11/30/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":896,"Cost":631,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":138,"Cost":118,"Date":"3/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":94,"Cost":56,"Date":"4/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":277,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":5,"Date":"8/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":220,"Cost":143,"Date":"9/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":413,"Cost":219,"Date":"10/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":113,"Cost":75,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":134,"Cost":104,"Date":"11/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":609,"Cost":406,"Date":"12/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":260,"Cost":235,"Date":"12/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":231,"Cost":187,"Date":"1/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":319,"Cost":167,"Date":"1/23/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":511,"Cost":341,"Date":"2/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":100,"Cost":68,"Date":"3/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":58,"Cost":49,"Date":"3/12/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":897,"Cost":715,"Date":"3/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":787,"Cost":455,"Date":"6/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":318,"Date":"6/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":979,"Cost":665,"Date":"8/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":893,"Cost":807,"Date":"10/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":736,"Cost":444,"Date":"11/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":442,"Cost":246,"Date":"11/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":498,"Cost":302,"Date":"3/27/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":558,"Cost":394,"Date":"4/17/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":502,"Cost":322,"Date":"8/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":440,"Date":"8/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":97,"Cost":78,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":877,"Cost":782,"Date":"9/5/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":745,"Cost":598,"Date":"9/14/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":181,"Cost":134,"Date":"9/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":541,"Cost":289,"Date":"11/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":826,"Cost":422,"Date":"12/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":504,"Cost":373,"Date":"1/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":625,"Cost":469,"Date":"1/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":316,"Cost":220,"Date":"2/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":389,"Cost":268,"Date":"3/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":397,"Date":"4/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":988,"Cost":721,"Date":"4/5/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":527,"Date":"4/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":822,"Cost":720,"Date":"7/10/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":53,"Cost":38,"Date":"3/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":848,"Cost":750,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":638,"Cost":431,"Date":"10/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":169,"Cost":142,"Date":"3/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":159,"Cost":142,"Date":"6/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":249,"Date":"7/17/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":755,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":24,"Cost":16,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":844,"Cost":499,"Date":"11/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":474,"Date":"12/16/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":737,"Cost":478,"Date":"12/30/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":241,"Cost":160,"Date":"2/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":868,"Cost":491,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":770,"Cost":654,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":848,"Cost":492,"Date":"4/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":837,"Date":"7/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":603,"Cost":316,"Date":"8/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":235,"Date":"10/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":958,"Cost":624,"Date":"11/11/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":363,"Cost":318,"Date":"11/30/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":449,"Cost":233,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":313,"Date":"3/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":151,"Date":"4/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":441,"Cost":304,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":941,"Cost":873,"Date":"8/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":760,"Cost":504,"Date":"9/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":683,"Cost":535,"Date":"10/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":592,"Cost":484,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":556,"Cost":296,"Date":"11/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":759,"Cost":406,"Date":"12/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":700,"Cost":415,"Date":"12/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":91,"Date":"1/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":545,"Date":"1/23/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":306,"Cost":213,"Date":"2/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":992,"Cost":821,"Date":"3/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":655,"Cost":622,"Date":"3/12/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":614,"Cost":319,"Date":"3/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":67,"Cost":62,"Date":"6/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":726,"Cost":681,"Date":"6/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":148,"Cost":83,"Date":"8/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":42,"Date":"10/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":934,"Cost":471,"Date":"11/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":715,"Date":"11/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":9,"Date":"3/27/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":126,"Cost":118,"Date":"4/17/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":625,"Date":"8/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":751,"Date":"8/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":171,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":144,"Date":"9/5/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":260,"Date":"9/14/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":80,"Date":"9/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":500,"Cost":261,"Date":"11/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":47,"Cost":41,"Date":"12/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":907,"Date":"1/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":870,"Cost":655,"Date":"1/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":825,"Cost":593,"Date":"2/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":249,"Cost":188,"Date":"3/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":44,"Date":"4/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":958,"Cost":885,"Date":"4/5/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":164,"Date":"4/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":631,"Date":"7/10/2019"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":52,"Date":"3/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":389,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":397,"Cost":228,"Date":"10/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":278,"Date":"3/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":787,"Cost":496,"Date":"6/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":408,"Date":"7/17/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":925,"Cost":568,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":587,"Cost":442,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":815,"Cost":721,"Date":"11/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":403,"Date":"12/16/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":506,"Date":"12/30/2021"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":988,"Cost":884,"Date":"2/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":587,"Cost":420,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":364,"Date":"3/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":726,"Cost":388,"Date":"4/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":644,"Cost":584,"Date":"7/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":433,"Date":"8/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":956,"Cost":723,"Date":"10/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":796,"Date":"11/11/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":152,"Cost":88,"Date":"11/30/2022"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":273,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":84,"Date":"3/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":664,"Cost":395,"Date":"4/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":600,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":574,"Cost":501,"Date":"8/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":390,"Date":"9/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":779,"Cost":591,"Date":"10/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":38,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":535,"Cost":471,"Date":"11/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":328,"Cost":185,"Date":"12/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":39,"Cost":36,"Date":"12/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":487,"Date":"1/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":832,"Cost":675,"Date":"1/23/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":164,"Date":"2/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":29,"Cost":23,"Date":"3/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":415,"Cost":322,"Date":"3/12/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":812,"Cost":452,"Date":"3/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":336,"Cost":293,"Date":"6/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":177,"Date":"6/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":54,"Date":"8/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":659,"Cost":501,"Date":"10/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":107,"Cost":81,"Date":"11/4/2024"},{"Store":"Zara Plaza, Sofia","Brand":"COS","Country":"Bulgaria","Sale":169,"Cost":86,"Date":"11/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":36,"Cost":31,"Date":"3/27/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":344,"Cost":225,"Date":"4/17/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":189,"Cost":161,"Date":"8/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":485,"Cost":277,"Date":"8/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":985,"Cost":570,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":447,"Cost":275,"Date":"9/5/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":572,"Cost":405,"Date":"9/14/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":726,"Cost":461,"Date":"9/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":599,"Cost":502,"Date":"11/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":777,"Cost":647,"Date":"12/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":29,"Cost":28,"Date":"1/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":388,"Cost":304,"Date":"1/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":437,"Date":"2/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":252,"Cost":131,"Date":"3/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":538,"Date":"4/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":961,"Cost":839,"Date":"4/5/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":961,"Cost":572,"Date":"4/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":386,"Cost":300,"Date":"7/10/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":670,"Cost":480,"Date":"3/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":721,"Cost":493,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":974,"Cost":529,"Date":"10/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":61,"Cost":58,"Date":"3/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":180,"Cost":152,"Date":"6/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":240,"Date":"7/17/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":48,"Cost":26,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":243,"Cost":215,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":969,"Cost":557,"Date":"11/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":567,"Cost":461,"Date":"12/16/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":617,"Cost":551,"Date":"12/30/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":325,"Cost":257,"Date":"2/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":198,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":601,"Cost":325,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":895,"Cost":771,"Date":"4/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":961,"Cost":544,"Date":"7/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":384,"Cost":255,"Date":"8/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":799,"Cost":476,"Date":"10/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":728,"Cost":412,"Date":"11/11/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":724,"Date":"11/30/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":497,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":931,"Cost":714,"Date":"3/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":524,"Cost":322,"Date":"4/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":47,"Cost":36,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":691,"Cost":497,"Date":"8/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":765,"Cost":384,"Date":"9/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":515,"Cost":292,"Date":"10/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":144,"Cost":102,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":184,"Cost":130,"Date":"11/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":624,"Date":"12/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":572,"Date":"12/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":503,"Cost":412,"Date":"1/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":637,"Date":"1/23/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":447,"Cost":354,"Date":"2/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":215,"Cost":150,"Date":"3/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":581,"Cost":455,"Date":"3/12/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":210,"Cost":105,"Date":"3/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":938,"Cost":580,"Date":"6/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":811,"Cost":764,"Date":"6/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":503,"Date":"8/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":537,"Cost":432,"Date":"10/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":524,"Cost":371,"Date":"11/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":293,"Date":"11/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":797,"Cost":444,"Date":"3/27/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":184,"Cost":158,"Date":"4/17/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":414,"Date":"8/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":765,"Date":"8/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":159,"Cost":102,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":548,"Cost":430,"Date":"9/5/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":378,"Date":"9/14/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":991,"Cost":818,"Date":"9/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":136,"Date":"11/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":73,"Date":"12/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":588,"Cost":295,"Date":"1/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":458,"Cost":305,"Date":"1/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":375,"Date":"2/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":810,"Date":"3/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":747,"Cost":631,"Date":"4/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":964,"Cost":569,"Date":"4/5/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":946,"Cost":637,"Date":"4/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":620,"Date":"7/10/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":349,"Date":"3/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":524,"Cost":306,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":475,"Cost":333,"Date":"10/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":538,"Date":"3/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":518,"Cost":293,"Date":"6/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":960,"Cost":553,"Date":"7/17/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":66,"Cost":39,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":73,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":344,"Cost":219,"Date":"11/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":378,"Date":"12/16/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":405,"Cost":371,"Date":"12/30/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":58,"Date":"2/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":958,"Cost":575,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":319,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":323,"Date":"4/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":573,"Date":"7/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":459,"Date":"8/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":850,"Cost":587,"Date":"10/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":173,"Cost":88,"Date":"11/11/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":456,"Cost":344,"Date":"11/30/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":556,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":459,"Cost":382,"Date":"3/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":256,"Date":"4/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":771,"Cost":726,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":939,"Cost":651,"Date":"8/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":192,"Date":"9/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":175,"Date":"10/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":335,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":193,"Date":"11/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":837,"Cost":725,"Date":"12/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":841,"Date":"12/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":386,"Cost":335,"Date":"1/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":233,"Date":"1/23/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":496,"Cost":286,"Date":"2/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":323,"Cost":180,"Date":"3/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":81,"Cost":77,"Date":"3/12/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":220,"Date":"3/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":379,"Date":"6/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":920,"Cost":809,"Date":"6/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":84,"Cost":45,"Date":"8/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":490,"Cost":369,"Date":"10/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":334,"Cost":318,"Date":"11/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":514,"Date":"11/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":175,"Date":"3/27/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":603,"Cost":427,"Date":"4/17/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":205,"Cost":126,"Date":"8/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":795,"Cost":544,"Date":"8/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":472,"Cost":380,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":748,"Cost":686,"Date":"9/5/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":265,"Cost":158,"Date":"9/14/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":727,"Cost":595,"Date":"9/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":391,"Cost":206,"Date":"11/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":796,"Cost":479,"Date":"12/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":388,"Cost":297,"Date":"1/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":264,"Date":"1/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":462,"Cost":307,"Date":"2/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":203,"Cost":124,"Date":"3/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":30,"Cost":20,"Date":"4/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":324,"Date":"4/5/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":495,"Cost":381,"Date":"4/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":206,"Cost":124,"Date":"7/10/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":539,"Cost":448,"Date":"3/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":111,"Cost":61,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":137,"Date":"10/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":681,"Cost":442,"Date":"3/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":552,"Date":"6/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":979,"Cost":529,"Date":"7/17/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":776,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":78,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":300,"Cost":196,"Date":"11/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":38,"Cost":20,"Date":"12/16/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":235,"Cost":222,"Date":"12/30/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":547,"Date":"2/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":364,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":733,"Date":"3/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":288,"Cost":243,"Date":"4/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":244,"Date":"7/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":654,"Cost":367,"Date":"8/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":185,"Cost":123,"Date":"10/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":128,"Cost":75,"Date":"11/11/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":897,"Cost":663,"Date":"11/30/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":267,"Cost":248,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":107,"Cost":67,"Date":"3/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":964,"Cost":693,"Date":"4/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":686,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":275,"Cost":176,"Date":"8/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":106,"Cost":60,"Date":"9/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":232,"Date":"10/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":399,"Cost":220,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":699,"Cost":569,"Date":"11/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":469,"Cost":405,"Date":"12/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":250,"Cost":168,"Date":"12/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":651,"Cost":466,"Date":"1/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":290,"Cost":160,"Date":"1/23/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":683,"Cost":374,"Date":"2/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":36,"Cost":33,"Date":"3/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":555,"Cost":362,"Date":"3/12/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":572,"Date":"3/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":210,"Cost":147,"Date":"6/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":389,"Cost":342,"Date":"6/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":537,"Cost":310,"Date":"8/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":584,"Cost":475,"Date":"10/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":495,"Cost":437,"Date":"11/4/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":107,"Date":"11/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":414,"Date":"3/27/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":629,"Date":"4/17/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"8/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":77,"Cost":63,"Date":"8/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":987,"Cost":902,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":75,"Date":"9/5/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":708,"Cost":368,"Date":"9/14/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":48,"Cost":37,"Date":"9/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":397,"Cost":265,"Date":"11/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":797,"Cost":510,"Date":"12/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":924,"Cost":601,"Date":"1/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":244,"Date":"1/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":102,"Cost":76,"Date":"2/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":435,"Date":"3/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":609,"Cost":325,"Date":"4/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":691,"Cost":545,"Date":"4/5/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":807,"Cost":513,"Date":"4/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":277,"Date":"7/10/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":23,"Date":"3/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":246,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":410,"Date":"10/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":508,"Date":"3/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":463,"Cost":320,"Date":"6/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":887,"Cost":793,"Date":"7/17/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":508,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":955,"Cost":712,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":759,"Cost":656,"Date":"11/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":228,"Cost":146,"Date":"12/16/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":622,"Date":"12/30/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":554,"Date":"2/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":357,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":386,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"4/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":101,"Cost":53,"Date":"7/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":388,"Date":"8/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":139,"Date":"10/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":54,"Cost":35,"Date":"11/11/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":915,"Cost":560,"Date":"11/30/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":410,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":205,"Date":"3/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":192,"Cost":123,"Date":"4/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":296,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":449,"Date":"8/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":541,"Cost":342,"Date":"9/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":423,"Date":"10/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":411,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":829,"Date":"11/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":132,"Date":"12/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":245,"Cost":136,"Date":"12/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":21,"Date":"1/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":896,"Cost":753,"Date":"1/23/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":515,"Cost":397,"Date":"2/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":698,"Cost":660,"Date":"3/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":564,"Cost":365,"Date":"3/12/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":23,"Date":"3/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":555,"Cost":351,"Date":"6/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":508,"Cost":328,"Date":"6/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":176,"Date":"8/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":280,"Date":"10/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":469,"Date":"11/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":367,"Date":"11/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":24,"Cost":22,"Date":"3/27/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":539,"Cost":458,"Date":"4/17/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":297,"Cost":246,"Date":"8/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":326,"Cost":199,"Date":"8/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":163,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":433,"Date":"9/5/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":97,"Cost":76,"Date":"9/14/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":155,"Cost":99,"Date":"9/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":393,"Cost":286,"Date":"11/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":786,"Cost":411,"Date":"12/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":298,"Date":"1/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":857,"Cost":481,"Date":"1/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":172,"Date":"2/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":454,"Cost":271,"Date":"3/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":184,"Cost":102,"Date":"4/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":488,"Cost":456,"Date":"4/5/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":472,"Cost":305,"Date":"4/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":474,"Cost":364,"Date":"7/10/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":971,"Cost":727,"Date":"3/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":536,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":812,"Date":"10/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":140,"Cost":70,"Date":"3/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":886,"Cost":611,"Date":"6/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":621,"Date":"7/17/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":128,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":280,"Cost":140,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":157,"Date":"11/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":248,"Date":"12/16/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":148,"Cost":141,"Date":"12/30/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":312,"Cost":291,"Date":"2/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":816,"Cost":459,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":231,"Cost":190,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":230,"Cost":138,"Date":"4/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":819,"Date":"7/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":345,"Date":"8/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":86,"Cost":44,"Date":"10/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":777,"Cost":448,"Date":"11/11/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":450,"Date":"11/30/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":579,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":759,"Cost":395,"Date":"3/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":837,"Cost":659,"Date":"4/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":502,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":471,"Cost":257,"Date":"8/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":664,"Cost":346,"Date":"9/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":658,"Date":"10/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":181,"Cost":135,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":529,"Cost":449,"Date":"11/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":902,"Cost":838,"Date":"12/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":960,"Cost":708,"Date":"12/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":909,"Cost":817,"Date":"1/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":531,"Cost":400,"Date":"1/23/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":311,"Cost":231,"Date":"2/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":337,"Cost":256,"Date":"3/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":608,"Cost":545,"Date":"3/12/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":613,"Cost":507,"Date":"3/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"6/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":639,"Cost":355,"Date":"6/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":638,"Cost":443,"Date":"8/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":558,"Cost":419,"Date":"10/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":348,"Cost":217,"Date":"11/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":526,"Cost":265,"Date":"11/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":381,"Cost":262,"Date":"3/27/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":205,"Cost":191,"Date":"4/17/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":128,"Cost":95,"Date":"8/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":643,"Date":"8/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":833,"Cost":564,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":863,"Cost":684,"Date":"9/5/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":61,"Cost":34,"Date":"9/14/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":122,"Cost":89,"Date":"9/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":218,"Cost":113,"Date":"11/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":124,"Date":"12/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":487,"Cost":328,"Date":"1/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":888,"Cost":658,"Date":"1/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":594,"Date":"2/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":830,"Cost":516,"Date":"3/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":498,"Date":"4/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":429,"Date":"4/5/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":505,"Date":"4/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":20,"Cost":19,"Date":"7/10/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":321,"Cost":233,"Date":"3/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":530,"Cost":288,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":648,"Cost":457,"Date":"10/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":815,"Cost":585,"Date":"3/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":432,"Cost":348,"Date":"6/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":354,"Cost":278,"Date":"7/17/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":411,"Cost":312,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":843,"Cost":566,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":863,"Cost":648,"Date":"11/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":456,"Cost":305,"Date":"12/16/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":169,"Cost":105,"Date":"12/30/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":904,"Cost":721,"Date":"2/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":642,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":623,"Cost":541,"Date":"3/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":787,"Cost":591,"Date":"4/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":51,"Cost":26,"Date":"7/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":271,"Cost":143,"Date":"8/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":116,"Cost":82,"Date":"10/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":709,"Cost":470,"Date":"11/11/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":651,"Date":"11/30/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":510,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":907,"Cost":576,"Date":"3/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":902,"Cost":525,"Date":"4/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":116,"Cost":98,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":490,"Cost":407,"Date":"8/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":497,"Cost":361,"Date":"9/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":156,"Cost":148,"Date":"10/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":31,"Cost":15,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":861,"Cost":576,"Date":"11/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":495,"Cost":451,"Date":"12/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":660,"Cost":511,"Date":"12/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":988,"Cost":809,"Date":"1/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":372,"Date":"1/23/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":789,"Cost":636,"Date":"2/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":280,"Cost":255,"Date":"3/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":672,"Date":"3/12/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":120,"Cost":80,"Date":"3/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":677,"Cost":573,"Date":"6/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":133,"Cost":74,"Date":"6/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":191,"Date":"8/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":920,"Cost":514,"Date":"10/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":180,"Cost":122,"Date":"11/4/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":171,"Date":"11/9/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":185,"Cost":151,"Date":"3/27/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":677,"Cost":578,"Date":"4/17/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":541,"Date":"8/11/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":739,"Cost":651,"Date":"8/21/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":585,"Cost":379,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":211,"Date":"9/5/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":349,"Cost":248,"Date":"9/14/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":76,"Date":"9/20/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":429,"Cost":355,"Date":"11/20/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":238,"Cost":137,"Date":"12/21/2018"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":32,"Cost":24,"Date":"1/7/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":313,"Cost":215,"Date":"1/21/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":58,"Cost":50,"Date":"2/9/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":273,"Cost":227,"Date":"3/19/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":924,"Cost":632,"Date":"4/3/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":796,"Cost":407,"Date":"4/5/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":154,"Cost":88,"Date":"4/28/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":477,"Cost":421,"Date":"7/10/2019"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":186,"Date":"3/25/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":349,"Cost":263,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":454,"Date":"10/28/2020"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":640,"Cost":570,"Date":"3/2/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":111,"Cost":98,"Date":"6/28/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":593,"Date":"7/17/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":268,"Cost":222,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":807,"Cost":485,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":575,"Cost":354,"Date":"11/20/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":387,"Cost":232,"Date":"12/16/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":329,"Cost":217,"Date":"12/30/2021"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":706,"Cost":599,"Date":"2/15/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":282,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":701,"Cost":578,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":865,"Cost":687,"Date":"4/18/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":448,"Cost":396,"Date":"7/27/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":612,"Cost":373,"Date":"8/18/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":704,"Date":"10/31/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":306,"Cost":290,"Date":"11/11/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":433,"Cost":366,"Date":"11/30/2022"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":761,"Cost":438,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":649,"Cost":382,"Date":"3/1/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":528,"Cost":326,"Date":"4/13/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":523,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":203,"Cost":187,"Date":"8/13/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":84,"Cost":45,"Date":"9/15/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":900,"Cost":716,"Date":"10/14/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":8,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":621,"Cost":484,"Date":"11/11/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":230,"Date":"12/7/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":369,"Cost":345,"Date":"12/21/2023"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":837,"Cost":778,"Date":"1/6/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"1/23/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":187,"Cost":126,"Date":"2/4/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":304,"Cost":194,"Date":"3/10/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":670,"Cost":501,"Date":"3/12/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":515,"Cost":308,"Date":"3/31/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":563,"Cost":348,"Date":"6/16/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":595,"Date":"6/17/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":372,"Cost":326,"Date":"8/27/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":737,"Cost":396,"Date":"10/1/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":48,"Cost":35,"Date":"11/4/2024"},{"Store":"Plovdiv Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":325,"Date":"11/9/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":195,"Cost":164,"Date":"3/27/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":58,"Cost":31,"Date":"4/17/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":241,"Cost":167,"Date":"8/11/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":334,"Date":"8/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":22,"Cost":16,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":388,"Cost":316,"Date":"9/5/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":272,"Date":"9/14/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":243,"Date":"9/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":267,"Date":"11/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":643,"Cost":433,"Date":"12/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":63,"Date":"1/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":55,"Cost":35,"Date":"1/21/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":297,"Cost":169,"Date":"2/9/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":550,"Date":"3/19/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":93,"Date":"4/3/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":310,"Cost":194,"Date":"4/5/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":494,"Date":"4/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":738,"Date":"7/10/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":619,"Cost":537,"Date":"3/25/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":755,"Cost":491,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":164,"Cost":148,"Date":"10/28/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":472,"Cost":391,"Date":"3/2/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":79,"Date":"6/28/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":35,"Cost":24,"Date":"7/17/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":240,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":707,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":96,"Date":"11/20/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":446,"Cost":322,"Date":"12/16/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":40,"Cost":35,"Date":"12/30/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":602,"Cost":362,"Date":"2/15/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":906,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":345,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":205,"Cost":182,"Date":"4/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":603,"Cost":518,"Date":"7/27/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":743,"Date":"8/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":434,"Date":"10/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":811,"Date":"11/11/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":502,"Date":"11/30/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":824,"Cost":486,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":486,"Date":"3/1/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":249,"Date":"4/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":375,"Cost":330,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":197,"Cost":103,"Date":"8/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":238,"Cost":203,"Date":"9/15/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":709,"Cost":417,"Date":"10/14/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":468,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":285,"Cost":222,"Date":"11/11/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":650,"Date":"12/7/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":356,"Cost":243,"Date":"12/21/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":317,"Cost":226,"Date":"1/6/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":55,"Date":"1/23/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":417,"Cost":254,"Date":"2/4/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":184,"Date":"3/10/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":546,"Cost":504,"Date":"3/12/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":481,"Cost":400,"Date":"3/31/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":822,"Cost":555,"Date":"6/16/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":303,"Date":"6/17/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":353,"Date":"8/27/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":648,"Date":"10/1/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":247,"Date":"11/4/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":835,"Cost":759,"Date":"11/9/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":412,"Cost":342,"Date":"3/27/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":105,"Date":"4/17/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":771,"Cost":705,"Date":"8/11/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":723,"Cost":484,"Date":"8/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":191,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":14,"Cost":10,"Date":"9/5/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":57,"Cost":45,"Date":"9/14/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":322,"Date":"9/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":795,"Cost":619,"Date":"11/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":52,"Cost":42,"Date":"12/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":73,"Date":"1/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":135,"Date":"1/21/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":547,"Cost":410,"Date":"2/9/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":158,"Cost":124,"Date":"3/19/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":269,"Cost":160,"Date":"4/3/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":166,"Cost":105,"Date":"4/5/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"4/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":781,"Cost":701,"Date":"7/10/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":150,"Date":"3/25/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":238,"Cost":126,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":861,"Cost":662,"Date":"10/28/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":388,"Date":"3/2/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":270,"Cost":157,"Date":"6/28/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"7/17/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":789,"Cost":724,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":648,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":403,"Date":"11/20/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":146,"Cost":105,"Date":"12/16/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":349,"Cost":203,"Date":"12/30/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":973,"Cost":510,"Date":"2/15/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":116,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":215,"Date":"3/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":699,"Cost":437,"Date":"4/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":195,"Date":"7/27/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":386,"Date":"8/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":56,"Cost":31,"Date":"10/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":346,"Cost":314,"Date":"11/11/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":153,"Cost":104,"Date":"11/30/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":358,"Cost":205,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":480,"Date":"3/1/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":383,"Date":"4/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":989,"Cost":703,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":253,"Cost":222,"Date":"8/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":56,"Cost":40,"Date":"9/15/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":98,"Cost":49,"Date":"10/14/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":392,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":727,"Cost":421,"Date":"11/11/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":355,"Cost":285,"Date":"12/7/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":859,"Cost":812,"Date":"12/21/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":232,"Date":"1/6/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":456,"Cost":279,"Date":"1/23/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":92,"Date":"2/4/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":915,"Cost":698,"Date":"3/10/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":305,"Date":"3/12/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":172,"Date":"3/31/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":813,"Cost":659,"Date":"6/16/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":411,"Date":"6/17/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":433,"Date":"8/27/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":425,"Cost":218,"Date":"10/1/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":536,"Cost":484,"Date":"11/4/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":458,"Cost":328,"Date":"11/9/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":15,"Cost":12,"Date":"3/27/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":109,"Cost":80,"Date":"4/17/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":783,"Cost":571,"Date":"8/11/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":181,"Cost":108,"Date":"8/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":982,"Cost":491,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":569,"Cost":437,"Date":"9/5/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":831,"Date":"9/14/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":471,"Date":"9/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"11/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":417,"Cost":212,"Date":"12/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":526,"Cost":297,"Date":"1/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":617,"Cost":582,"Date":"1/21/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":611,"Date":"2/9/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":117,"Cost":99,"Date":"3/19/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":204,"Date":"4/3/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":527,"Cost":472,"Date":"4/5/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":178,"Cost":117,"Date":"4/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":555,"Date":"7/10/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":289,"Date":"3/25/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":359,"Cost":209,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":168,"Date":"10/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":249,"Cost":194,"Date":"3/2/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":437,"Date":"6/28/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":331,"Cost":282,"Date":"7/17/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":465,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":343,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":95,"Date":"11/20/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":439,"Cost":248,"Date":"12/16/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":829,"Cost":633,"Date":"12/30/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":105,"Date":"2/15/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":801,"Cost":610,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":640,"Cost":583,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":198,"Date":"4/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":160,"Date":"7/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":435,"Date":"8/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":593,"Cost":557,"Date":"10/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":314,"Date":"11/11/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":527,"Date":"11/30/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":319,"Cost":197,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":452,"Date":"3/1/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":394,"Cost":358,"Date":"4/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":144,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":454,"Cost":362,"Date":"8/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":37,"Date":"9/15/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":405,"Cost":362,"Date":"10/14/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":230,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":212,"Cost":132,"Date":"11/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":78,"Cost":47,"Date":"12/7/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":336,"Cost":314,"Date":"12/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":614,"Date":"1/6/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":642,"Cost":355,"Date":"1/23/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":40,"Cost":37,"Date":"2/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":626,"Date":"3/10/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":466,"Cost":300,"Date":"3/12/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":457,"Cost":304,"Date":"3/31/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":559,"Cost":485,"Date":"6/16/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":970,"Cost":691,"Date":"6/17/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":206,"Cost":164,"Date":"8/27/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":389,"Date":"10/1/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":300,"Date":"11/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":2,"Date":"11/9/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":871,"Cost":485,"Date":"3/27/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":223,"Cost":113,"Date":"4/17/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":83,"Date":"8/11/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":506,"Date":"8/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":226,"Cost":159,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":60,"Cost":40,"Date":"9/5/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":427,"Cost":260,"Date":"9/14/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":327,"Cost":249,"Date":"9/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":245,"Cost":205,"Date":"11/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":230,"Date":"12/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":744,"Cost":487,"Date":"1/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":658,"Cost":372,"Date":"1/21/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":936,"Cost":657,"Date":"2/9/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":669,"Cost":544,"Date":"3/19/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":536,"Cost":390,"Date":"4/3/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":727,"Cost":577,"Date":"4/5/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":751,"Cost":570,"Date":"4/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":516,"Cost":260,"Date":"7/10/2019"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":796,"Cost":644,"Date":"3/25/2020"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":483,"Cost":365,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":358,"Cost":249,"Date":"10/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":70,"Cost":48,"Date":"3/2/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":86,"Date":"6/28/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":527,"Date":"7/17/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":885,"Cost":681,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":145,"Cost":81,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":534,"Date":"11/20/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":740,"Cost":679,"Date":"12/16/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":498,"Cost":444,"Date":"12/30/2021"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":311,"Date":"2/15/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":171,"Cost":115,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":8,"Cost":5,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":835,"Date":"4/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":226,"Cost":172,"Date":"7/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":715,"Cost":420,"Date":"8/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":537,"Cost":319,"Date":"10/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":324,"Date":"11/11/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":558,"Cost":444,"Date":"11/30/2022"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":553,"Cost":288,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":549,"Date":"3/1/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":131,"Date":"4/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":156,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":100,"Cost":59,"Date":"8/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":331,"Cost":273,"Date":"9/15/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":769,"Cost":644,"Date":"10/14/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":643,"Cost":460,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":775,"Cost":605,"Date":"11/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":987,"Cost":538,"Date":"12/7/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":679,"Cost":622,"Date":"12/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":384,"Cost":226,"Date":"1/6/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":254,"Date":"1/23/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":576,"Cost":456,"Date":"2/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":969,"Cost":877,"Date":"3/10/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":855,"Cost":552,"Date":"3/12/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":432,"Cost":392,"Date":"3/31/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":65,"Date":"6/16/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":895,"Cost":582,"Date":"6/17/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":536,"Cost":334,"Date":"8/27/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":434,"Cost":256,"Date":"10/1/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":732,"Date":"11/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Jeans","Country":"Bulgaria","Sale":624,"Cost":388,"Date":"11/9/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":479,"Date":"3/27/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":890,"Cost":662,"Date":"4/17/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":754,"Cost":671,"Date":"8/11/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":379,"Cost":324,"Date":"8/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":71,"Cost":45,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":771,"Date":"9/5/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":198,"Cost":174,"Date":"9/14/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":142,"Cost":121,"Date":"9/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":455,"Date":"11/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":46,"Date":"12/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":881,"Cost":712,"Date":"1/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":588,"Cost":296,"Date":"1/21/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":388,"Cost":325,"Date":"2/9/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":47,"Cost":31,"Date":"3/19/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":584,"Date":"4/3/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":243,"Date":"4/5/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":65,"Cost":53,"Date":"4/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":503,"Cost":329,"Date":"7/10/2019"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":956,"Cost":562,"Date":"3/25/2020"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":454,"Cost":328,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":590,"Cost":537,"Date":"10/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":416,"Date":"3/2/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":993,"Cost":632,"Date":"6/28/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":93,"Cost":59,"Date":"7/17/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":689,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":45,"Cost":36,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":580,"Cost":511,"Date":"11/20/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":352,"Cost":191,"Date":"12/16/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":420,"Date":"12/30/2021"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":634,"Cost":433,"Date":"2/15/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":943,"Cost":826,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":948,"Cost":642,"Date":"3/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":732,"Cost":564,"Date":"4/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":664,"Cost":450,"Date":"7/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":944,"Cost":538,"Date":"8/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":276,"Date":"10/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":66,"Cost":41,"Date":"11/11/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":21,"Cost":17,"Date":"11/30/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":476,"Cost":257,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":12,"Cost":10,"Date":"3/1/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":55,"Date":"4/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":37,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":493,"Cost":288,"Date":"8/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":647,"Cost":596,"Date":"9/15/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":609,"Cost":500,"Date":"10/14/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":452,"Cost":411,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":329,"Cost":195,"Date":"11/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":843,"Cost":500,"Date":"12/7/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":743,"Cost":631,"Date":"12/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":578,"Cost":346,"Date":"1/6/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":499,"Date":"1/23/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"2/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":609,"Date":"3/10/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":848,"Cost":565,"Date":"3/12/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":758,"Cost":684,"Date":"3/31/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":578,"Date":"6/16/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":957,"Cost":744,"Date":"6/17/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":769,"Cost":673,"Date":"8/27/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":654,"Cost":345,"Date":"10/1/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":116,"Cost":67,"Date":"11/4/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":98,"Cost":70,"Date":"11/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":145,"Date":"3/27/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"4/17/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":117,"Date":"8/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":141,"Date":"8/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":558,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":452,"Cost":415,"Date":"9/5/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":495,"Date":"9/14/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":537,"Date":"9/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":28,"Date":"11/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":47,"Cost":31,"Date":"12/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":660,"Date":"1/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":16,"Date":"1/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":521,"Date":"2/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":695,"Cost":526,"Date":"3/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":331,"Date":"4/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":552,"Cost":418,"Date":"4/5/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":271,"Date":"4/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":285,"Cost":240,"Date":"7/10/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":109,"Cost":77,"Date":"3/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":654,"Cost":413,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":452,"Cost":425,"Date":"10/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":933,"Cost":858,"Date":"3/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":632,"Cost":422,"Date":"6/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":473,"Date":"7/17/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":905,"Cost":790,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":530,"Cost":371,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":935,"Cost":784,"Date":"11/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":369,"Date":"12/16/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":344,"Date":"12/30/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":321,"Date":"2/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":137,"Cost":118,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":400,"Cost":205,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":600,"Date":"4/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":11,"Date":"7/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":185,"Date":"8/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":114,"Cost":70,"Date":"10/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":646,"Date":"11/11/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":862,"Date":"11/30/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":217,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":161,"Cost":146,"Date":"3/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":481,"Cost":410,"Date":"4/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":60,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":131,"Date":"8/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":817,"Cost":525,"Date":"9/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":131,"Date":"10/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":854,"Cost":798,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":353,"Date":"11/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":344,"Cost":239,"Date":"12/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":149,"Cost":87,"Date":"12/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":225,"Date":"1/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":305,"Cost":232,"Date":"1/23/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":289,"Cost":163,"Date":"2/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":790,"Date":"3/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":867,"Date":"3/12/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":952,"Cost":598,"Date":"3/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":281,"Date":"6/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":766,"Cost":464,"Date":"6/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":614,"Cost":501,"Date":"8/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":333,"Date":"10/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":485,"Cost":256,"Date":"11/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":961,"Cost":604,"Date":"11/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":111,"Cost":56,"Date":"3/27/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":984,"Cost":541,"Date":"4/17/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":922,"Cost":797,"Date":"8/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":959,"Cost":834,"Date":"8/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":13,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":379,"Date":"9/5/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":209,"Cost":143,"Date":"9/14/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":801,"Cost":620,"Date":"9/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":837,"Date":"11/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":340,"Cost":270,"Date":"12/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":543,"Cost":408,"Date":"1/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":237,"Date":"1/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":414,"Cost":309,"Date":"2/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":210,"Cost":129,"Date":"3/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":602,"Cost":508,"Date":"4/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":288,"Date":"4/5/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":636,"Cost":585,"Date":"4/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":990,"Cost":635,"Date":"7/10/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":593,"Cost":408,"Date":"3/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":186,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":425,"Date":"10/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":991,"Cost":743,"Date":"3/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":278,"Cost":141,"Date":"6/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":300,"Date":"7/17/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":598,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":174,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":619,"Date":"11/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"12/16/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":414,"Cost":265,"Date":"12/30/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":644,"Cost":418,"Date":"2/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":861,"Cost":529,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":296,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":117,"Cost":100,"Date":"4/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":73,"Cost":55,"Date":"7/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":383,"Date":"8/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":158,"Cost":105,"Date":"10/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":499,"Date":"11/11/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":738,"Cost":657,"Date":"11/30/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":816,"Cost":639,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":873,"Cost":450,"Date":"3/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":462,"Cost":232,"Date":"4/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":277,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":725,"Cost":471,"Date":"8/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":873,"Cost":489,"Date":"9/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":287,"Cost":248,"Date":"10/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":929,"Cost":568,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":686,"Date":"11/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":640,"Date":"12/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":100,"Cost":62,"Date":"12/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":591,"Cost":323,"Date":"1/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":45,"Date":"1/23/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":541,"Date":"2/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":17,"Date":"3/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":468,"Cost":391,"Date":"3/12/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":981,"Cost":777,"Date":"3/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":499,"Date":"6/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":103,"Cost":89,"Date":"6/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":301,"Cost":211,"Date":"8/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":878,"Cost":483,"Date":"10/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":936,"Cost":812,"Date":"11/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":84,"Cost":80,"Date":"11/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":785,"Cost":634,"Date":"3/27/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":975,"Cost":673,"Date":"4/17/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":583,"Date":"8/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":346,"Date":"8/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":912,"Cost":654,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":48,"Cost":34,"Date":"9/5/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":694,"Cost":650,"Date":"9/14/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":186,"Cost":130,"Date":"9/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":984,"Cost":620,"Date":"11/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":932,"Cost":503,"Date":"12/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":122,"Date":"1/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":657,"Date":"1/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":382,"Cost":240,"Date":"2/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":577,"Date":"3/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":258,"Cost":222,"Date":"4/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":311,"Date":"4/5/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":253,"Date":"4/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":795,"Cost":709,"Date":"7/10/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":862,"Cost":805,"Date":"3/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":782,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":41,"Cost":31,"Date":"10/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":165,"Cost":85,"Date":"3/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":103,"Date":"6/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":550,"Cost":497,"Date":"7/17/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":221,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":769,"Cost":577,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":446,"Cost":224,"Date":"11/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":233,"Cost":146,"Date":"12/16/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":770,"Cost":597,"Date":"12/30/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":23,"Date":"2/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":459,"Cost":247,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":84,"Cost":56,"Date":"3/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":396,"Cost":343,"Date":"4/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":145,"Date":"7/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":211,"Date":"8/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":493,"Date":"10/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":172,"Cost":91,"Date":"11/11/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":312,"Date":"11/30/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":119,"Cost":105,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":559,"Date":"3/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":394,"Cost":238,"Date":"4/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":446,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":652,"Cost":412,"Date":"8/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":336,"Cost":205,"Date":"9/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":771,"Cost":571,"Date":"10/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":543,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":98,"Date":"11/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"12/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":99,"Date":"12/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":679,"Date":"1/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":372,"Cost":199,"Date":"1/23/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":513,"Cost":355,"Date":"2/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":807,"Cost":756,"Date":"3/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":623,"Cost":473,"Date":"3/12/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":54,"Cost":27,"Date":"3/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":886,"Date":"6/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":791,"Date":"6/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":209,"Date":"8/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":838,"Cost":684,"Date":"10/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":562,"Cost":506,"Date":"11/4/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":50,"Cost":42,"Date":"11/9/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":636,"Cost":552,"Date":"3/27/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":499,"Cost":434,"Date":"4/17/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":732,"Date":"8/11/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":471,"Date":"8/21/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":862,"Cost":792,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":350,"Cost":283,"Date":"9/5/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":627,"Cost":376,"Date":"9/14/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":353,"Cost":198,"Date":"9/20/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":50,"Date":"11/20/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":238,"Date":"12/21/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":525,"Date":"1/7/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":386,"Date":"1/21/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":37,"Cost":23,"Date":"2/9/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":564,"Cost":393,"Date":"3/19/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":454,"Date":"4/3/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":14,"Cost":13,"Date":"4/5/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":387,"Cost":234,"Date":"4/28/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":64,"Cost":52,"Date":"7/10/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"3/25/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":538,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":503,"Date":"10/28/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":613,"Cost":395,"Date":"3/2/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":651,"Cost":434,"Date":"6/28/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":529,"Date":"7/17/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":823,"Cost":684,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":443,"Cost":247,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":403,"Cost":336,"Date":"11/20/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":223,"Date":"12/16/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":177,"Date":"12/30/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":863,"Cost":470,"Date":"2/15/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":129,"Cost":89,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":799,"Cost":647,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":816,"Date":"4/18/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":626,"Date":"7/27/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":64,"Cost":55,"Date":"8/18/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":355,"Cost":314,"Date":"10/31/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":162,"Date":"11/11/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":247,"Date":"11/30/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":561,"Cost":489,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":247,"Cost":146,"Date":"3/1/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":390,"Date":"4/13/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":529,"Cost":406,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":94,"Date":"8/13/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":855,"Cost":597,"Date":"9/15/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":705,"Cost":537,"Date":"10/14/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":42,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":849,"Cost":487,"Date":"11/11/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":828,"Date":"12/7/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":510,"Cost":467,"Date":"12/21/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":116,"Date":"1/6/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":56,"Cost":53,"Date":"1/23/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":451,"Date":"2/4/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":934,"Cost":811,"Date":"3/10/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":211,"Date":"3/12/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":182,"Date":"3/31/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":902,"Cost":810,"Date":"6/16/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":341,"Date":"6/17/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":589,"Cost":489,"Date":"8/27/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":476,"Cost":284,"Date":"10/1/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":202,"Cost":123,"Date":"11/4/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":395,"Cost":367,"Date":"11/9/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":714,"Cost":593,"Date":"3/27/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":604,"Date":"4/17/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":673,"Cost":349,"Date":"8/11/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":394,"Cost":353,"Date":"8/21/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":734,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":41,"Cost":28,"Date":"9/5/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":214,"Date":"9/14/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":552,"Cost":385,"Date":"9/20/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":978,"Cost":519,"Date":"11/20/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":648,"Date":"12/21/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":92,"Date":"1/7/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":981,"Cost":538,"Date":"1/21/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":453,"Cost":359,"Date":"2/9/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":661,"Cost":623,"Date":"3/19/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":492,"Cost":321,"Date":"4/3/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":16,"Cost":12,"Date":"4/5/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":29,"Cost":15,"Date":"4/28/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":686,"Date":"7/10/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":923,"Cost":653,"Date":"3/25/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":678,"Cost":496,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":494,"Date":"10/28/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":940,"Cost":644,"Date":"3/2/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":793,"Cost":468,"Date":"6/28/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":380,"Date":"7/17/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":359,"Cost":255,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":614,"Cost":461,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":567,"Cost":489,"Date":"11/20/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":520,"Cost":303,"Date":"12/16/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":666,"Cost":480,"Date":"12/30/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":730,"Cost":461,"Date":"2/15/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":353,"Cost":195,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":782,"Cost":431,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":417,"Date":"4/18/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":12,"Cost":11,"Date":"7/27/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":502,"Cost":251,"Date":"8/18/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":717,"Date":"10/31/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":875,"Cost":444,"Date":"11/11/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":443,"Cost":257,"Date":"11/30/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":426,"Cost":216,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":850,"Cost":583,"Date":"3/1/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":539,"Date":"4/13/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":699,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":390,"Cost":295,"Date":"8/13/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":967,"Cost":610,"Date":"9/15/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":422,"Cost":290,"Date":"10/14/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":740,"Cost":383,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":273,"Cost":151,"Date":"11/11/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":790,"Cost":435,"Date":"12/7/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":274,"Date":"12/21/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":76,"Date":"1/6/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":592,"Cost":329,"Date":"1/23/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":778,"Cost":467,"Date":"2/4/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":685,"Cost":585,"Date":"3/10/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":172,"Date":"3/12/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":710,"Cost":642,"Date":"3/31/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":17,"Cost":13,"Date":"6/16/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":504,"Cost":327,"Date":"6/17/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":904,"Cost":542,"Date":"8/27/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":42,"Date":"10/1/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":319,"Cost":263,"Date":"11/4/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":121,"Cost":106,"Date":"11/9/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":26,"Cost":22,"Date":"3/27/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":389,"Date":"4/17/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":189,"Cost":143,"Date":"8/11/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":162,"Cost":122,"Date":"8/21/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":370,"Cost":187,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":837,"Cost":794,"Date":"9/5/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":818,"Cost":531,"Date":"9/14/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":682,"Cost":425,"Date":"9/20/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":969,"Cost":788,"Date":"11/20/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":741,"Cost":485,"Date":"12/21/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":383,"Date":"1/7/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":68,"Date":"1/21/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":831,"Cost":781,"Date":"2/9/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":117,"Cost":104,"Date":"3/19/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":624,"Cost":343,"Date":"4/3/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":514,"Cost":354,"Date":"4/5/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":291,"Cost":161,"Date":"4/28/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":667,"Cost":566,"Date":"7/10/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":271,"Cost":210,"Date":"3/25/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":281,"Cost":242,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":585,"Cost":382,"Date":"10/28/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":847,"Cost":774,"Date":"3/2/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":399,"Date":"6/28/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":731,"Date":"7/17/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":920,"Cost":615,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":537,"Cost":458,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":945,"Cost":821,"Date":"11/20/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":60,"Cost":45,"Date":"12/16/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":112,"Cost":83,"Date":"12/30/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":237,"Date":"2/15/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":475,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":589,"Cost":541,"Date":"3/7/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":31,"Cost":25,"Date":"4/18/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":897,"Cost":526,"Date":"7/27/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":595,"Cost":474,"Date":"8/18/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":192,"Cost":167,"Date":"10/31/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":562,"Cost":432,"Date":"11/11/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":740,"Cost":531,"Date":"11/30/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":777,"Cost":422,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":746,"Cost":447,"Date":"3/1/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":120,"Date":"4/13/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":531,"Cost":357,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":419,"Cost":371,"Date":"8/13/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":884,"Date":"9/15/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":64,"Cost":48,"Date":"10/14/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":245,"Cost":172,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":262,"Cost":153,"Date":"11/11/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":290,"Cost":178,"Date":"12/7/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":715,"Cost":408,"Date":"12/21/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":762,"Cost":641,"Date":"1/6/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":738,"Cost":638,"Date":"1/23/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":368,"Date":"2/4/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":14,"Cost":9,"Date":"3/10/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":255,"Date":"3/12/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":649,"Cost":600,"Date":"3/31/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":387,"Cost":309,"Date":"6/16/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":622,"Date":"6/17/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":773,"Cost":586,"Date":"8/27/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":534,"Cost":501,"Date":"10/1/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":58,"Date":"11/4/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":38,"Date":"11/9/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":226,"Cost":164,"Date":"3/27/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":130,"Cost":94,"Date":"4/17/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":86,"Cost":71,"Date":"8/11/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":502,"Cost":449,"Date":"8/21/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":482,"Cost":257,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":923,"Cost":501,"Date":"9/5/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":144,"Cost":118,"Date":"9/14/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":992,"Cost":769,"Date":"9/20/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":148,"Cost":108,"Date":"11/20/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":451,"Cost":260,"Date":"12/21/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":63,"Cost":36,"Date":"1/7/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":262,"Cost":164,"Date":"1/21/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":457,"Cost":324,"Date":"2/9/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":503,"Cost":471,"Date":"3/19/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":825,"Cost":675,"Date":"4/3/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":101,"Cost":54,"Date":"4/5/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":703,"Date":"4/28/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":20,"Cost":12,"Date":"7/10/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":185,"Cost":158,"Date":"3/25/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":424,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":765,"Date":"10/28/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":253,"Date":"3/2/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":46,"Cost":25,"Date":"6/28/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":490,"Date":"7/17/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":447,"Cost":223,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":370,"Cost":201,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":590,"Cost":332,"Date":"11/20/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":134,"Cost":99,"Date":"12/16/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":873,"Cost":462,"Date":"12/30/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":886,"Cost":481,"Date":"2/15/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":113,"Cost":64,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":21,"Cost":16,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":491,"Date":"4/18/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":92,"Cost":65,"Date":"7/27/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":79,"Cost":43,"Date":"8/18/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":711,"Cost":643,"Date":"10/31/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":298,"Cost":225,"Date":"11/11/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":461,"Cost":407,"Date":"11/30/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":251,"Cost":136,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":603,"Cost":569,"Date":"3/1/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":257,"Date":"4/13/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":738,"Cost":395,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":799,"Cost":589,"Date":"8/13/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":664,"Cost":482,"Date":"9/15/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":553,"Cost":469,"Date":"10/14/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":656,"Cost":574,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":301,"Cost":233,"Date":"11/11/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":783,"Cost":730,"Date":"12/7/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":469,"Date":"12/21/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":311,"Date":"1/6/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":183,"Cost":118,"Date":"1/23/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":656,"Cost":509,"Date":"2/4/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":404,"Cost":232,"Date":"3/10/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":48,"Cost":25,"Date":"3/12/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":12,"Cost":10,"Date":"3/31/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":873,"Cost":728,"Date":"6/16/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":548,"Cost":519,"Date":"6/17/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":658,"Cost":437,"Date":"8/27/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":440,"Cost":411,"Date":"10/1/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":478,"Cost":426,"Date":"11/4/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":620,"Cost":377,"Date":"11/9/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":176,"Date":"3/27/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":207,"Date":"4/17/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":259,"Date":"8/11/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":689,"Cost":553,"Date":"8/21/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":969,"Cost":914,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":350,"Date":"9/5/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":42,"Date":"9/14/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":324,"Cost":307,"Date":"9/20/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":370,"Date":"11/20/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":525,"Cost":489,"Date":"12/21/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":794,"Cost":691,"Date":"1/7/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":376,"Date":"1/21/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":155,"Cost":103,"Date":"2/9/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":9,"Cost":5,"Date":"3/19/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":825,"Date":"4/3/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":987,"Cost":791,"Date":"4/5/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":387,"Date":"4/28/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":478,"Date":"7/10/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":460,"Date":"3/25/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":797,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":829,"Cost":525,"Date":"10/28/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":539,"Cost":422,"Date":"3/2/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":470,"Cost":253,"Date":"6/28/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":19,"Date":"7/17/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":635,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":995,"Cost":767,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":254,"Cost":174,"Date":"11/20/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":181,"Cost":106,"Date":"12/16/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":636,"Cost":500,"Date":"12/30/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":981,"Cost":529,"Date":"2/15/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":314,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":446,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":783,"Date":"4/18/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":822,"Cost":488,"Date":"7/27/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":753,"Date":"8/18/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":386,"Cost":367,"Date":"10/31/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":938,"Cost":540,"Date":"11/11/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":584,"Date":"11/30/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":538,"Cost":365,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":210,"Cost":118,"Date":"3/1/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":977,"Cost":553,"Date":"4/13/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":433,"Cost":289,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":37,"Date":"8/13/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":53,"Date":"9/15/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":527,"Cost":293,"Date":"10/14/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":191,"Cost":98,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":354,"Cost":219,"Date":"11/11/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":353,"Cost":241,"Date":"12/7/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":115,"Date":"12/21/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":433,"Date":"1/6/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":387,"Cost":314,"Date":"1/23/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":466,"Cost":416,"Date":"2/4/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":540,"Date":"3/10/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":318,"Date":"3/12/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":688,"Cost":374,"Date":"3/31/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":89,"Date":"6/16/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":19,"Cost":15,"Date":"6/17/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":850,"Cost":601,"Date":"8/27/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":278,"Date":"10/1/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":882,"Date":"11/4/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":473,"Date":"11/9/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"3/27/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"4/17/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":600,"Cost":348,"Date":"8/11/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":884,"Cost":714,"Date":"8/21/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":517,"Cost":396,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":757,"Cost":494,"Date":"9/5/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":87,"Cost":61,"Date":"9/14/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":633,"Cost":449,"Date":"9/20/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":624,"Cost":480,"Date":"11/20/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":125,"Cost":88,"Date":"12/21/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":68,"Cost":64,"Date":"1/7/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":574,"Cost":327,"Date":"1/21/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":225,"Cost":126,"Date":"2/9/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":206,"Date":"3/19/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":306,"Cost":212,"Date":"4/3/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":666,"Date":"4/5/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":747,"Cost":406,"Date":"4/28/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":14,"Cost":9,"Date":"7/10/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":566,"Cost":335,"Date":"3/25/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":197,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":93,"Date":"10/28/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":751,"Cost":379,"Date":"3/2/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":808,"Cost":620,"Date":"6/28/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":604,"Date":"7/17/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":424,"Cost":385,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":991,"Cost":506,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":21,"Cost":10,"Date":"11/20/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":18,"Date":"12/16/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":53,"Cost":42,"Date":"12/30/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"2/15/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":86,"Cost":60,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":319,"Cost":173,"Date":"3/7/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":448,"Cost":234,"Date":"4/18/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":115,"Date":"7/27/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":642,"Cost":462,"Date":"8/18/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":399,"Date":"10/31/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":799,"Cost":428,"Date":"11/11/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":243,"Cost":221,"Date":"11/30/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":259,"Cost":189,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":617,"Cost":482,"Date":"3/1/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":942,"Cost":685,"Date":"4/13/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":456,"Cost":376,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":392,"Date":"8/13/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":703,"Cost":393,"Date":"9/15/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":399,"Date":"10/14/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":150,"Cost":108,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":191,"Cost":168,"Date":"11/11/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":611,"Cost":518,"Date":"12/7/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":689,"Cost":648,"Date":"12/21/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":515,"Date":"1/6/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":372,"Cost":323,"Date":"1/23/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":820,"Cost":579,"Date":"2/4/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":949,"Cost":838,"Date":"3/10/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":519,"Cost":477,"Date":"3/12/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":352,"Cost":224,"Date":"3/31/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":440,"Cost":271,"Date":"6/16/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":253,"Date":"6/17/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":444,"Date":"8/27/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":839,"Cost":638,"Date":"10/1/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":83,"Cost":67,"Date":"11/4/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":774,"Cost":536,"Date":"11/9/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":292,"Cost":254,"Date":"3/27/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":61,"Date":"4/17/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":376,"Cost":236,"Date":"8/11/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":471,"Cost":360,"Date":"8/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":549,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":568,"Cost":517,"Date":"9/5/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":222,"Cost":130,"Date":"9/14/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":281,"Cost":207,"Date":"9/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":593,"Cost":348,"Date":"11/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":28,"Date":"12/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":783,"Cost":589,"Date":"1/7/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":315,"Cost":259,"Date":"1/21/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":637,"Date":"2/9/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":334,"Date":"3/19/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":434,"Date":"4/3/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":129,"Cost":76,"Date":"4/5/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":18,"Date":"4/28/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":89,"Cost":71,"Date":"7/10/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":236,"Cost":175,"Date":"3/25/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":362,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":610,"Cost":407,"Date":"10/28/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":58,"Date":"3/2/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":389,"Date":"6/28/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":243,"Cost":203,"Date":"7/17/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":810,"Cost":736,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":594,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":315,"Date":"11/20/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":128,"Date":"12/16/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":625,"Cost":489,"Date":"12/30/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":57,"Cost":29,"Date":"2/15/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":640,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":472,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":115,"Date":"4/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":93,"Cost":57,"Date":"7/27/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":666,"Date":"8/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":923,"Cost":849,"Date":"10/31/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":426,"Cost":382,"Date":"11/11/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":919,"Cost":748,"Date":"11/30/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":556,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":567,"Date":"3/1/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":363,"Cost":326,"Date":"4/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":91,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":846,"Cost":719,"Date":"8/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":747,"Cost":437,"Date":"9/15/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":370,"Cost":191,"Date":"10/14/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":88,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":888,"Cost":590,"Date":"11/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":175,"Cost":106,"Date":"12/7/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":44,"Date":"12/21/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":986,"Cost":773,"Date":"1/6/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":326,"Date":"1/23/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"2/4/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":369,"Cost":272,"Date":"3/10/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":183,"Date":"3/12/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":379,"Cost":242,"Date":"3/31/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":22,"Date":"6/16/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":640,"Date":"6/17/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":165,"Date":"8/27/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":55,"Cost":28,"Date":"10/1/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":799,"Cost":684,"Date":"11/4/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":564,"Date":"11/9/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":553,"Cost":481,"Date":"3/27/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":440,"Cost":323,"Date":"4/17/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":198,"Date":"8/11/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":444,"Cost":404,"Date":"8/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":748,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":545,"Date":"9/5/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":807,"Cost":413,"Date":"9/14/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":157,"Date":"9/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":562,"Date":"11/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":142,"Cost":92,"Date":"12/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":575,"Date":"1/7/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":705,"Date":"1/21/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":731,"Cost":673,"Date":"2/9/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":431,"Cost":274,"Date":"3/19/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":173,"Cost":122,"Date":"4/3/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":50,"Date":"4/5/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":933,"Cost":663,"Date":"4/28/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":306,"Cost":286,"Date":"7/10/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":99,"Date":"3/25/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":576,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":445,"Date":"10/28/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":780,"Date":"3/2/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":774,"Date":"6/28/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":996,"Cost":762,"Date":"7/17/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":340,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":840,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":198,"Date":"11/20/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":48,"Date":"12/16/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":472,"Cost":251,"Date":"12/30/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":52,"Date":"2/15/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":385,"Cost":224,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":315,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":709,"Cost":618,"Date":"4/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":178,"Date":"7/27/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":838,"Cost":454,"Date":"8/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":769,"Cost":602,"Date":"10/31/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":121,"Date":"11/11/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":465,"Date":"11/30/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":631,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":215,"Cost":122,"Date":"3/1/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":74,"Date":"4/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":18,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":922,"Cost":463,"Date":"8/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":102,"Date":"9/15/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":243,"Date":"10/14/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":444,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":415,"Cost":365,"Date":"11/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":904,"Cost":801,"Date":"12/7/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":747,"Cost":611,"Date":"12/21/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":385,"Date":"1/6/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":822,"Cost":584,"Date":"1/23/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":394,"Cost":229,"Date":"2/4/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":445,"Date":"3/10/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":52,"Cost":29,"Date":"3/12/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":120,"Cost":82,"Date":"3/31/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":378,"Date":"6/16/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":757,"Cost":684,"Date":"6/17/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":626,"Date":"8/27/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":522,"Cost":466,"Date":"10/1/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":756,"Cost":517,"Date":"11/4/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":258,"Date":"11/9/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":868,"Cost":497,"Date":"3/27/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":534,"Date":"4/17/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":506,"Cost":427,"Date":"8/11/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":720,"Cost":639,"Date":"8/21/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":358,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":185,"Date":"9/5/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":190,"Date":"9/14/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":11,"Date":"9/20/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":167,"Date":"11/20/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":569,"Date":"12/21/2018"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":925,"Cost":715,"Date":"1/7/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":370,"Date":"1/21/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":31,"Cost":22,"Date":"2/9/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":146,"Date":"3/19/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":569,"Date":"4/3/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":985,"Cost":536,"Date":"4/5/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":225,"Date":"4/28/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":392,"Cost":336,"Date":"7/10/2019"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":604,"Cost":547,"Date":"3/25/2020"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":383,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":65,"Date":"10/28/2020"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":195,"Cost":158,"Date":"3/2/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":127,"Cost":117,"Date":"6/28/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":248,"Cost":225,"Date":"7/17/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":609,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":152,"Cost":118,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":47,"Cost":42,"Date":"11/20/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":449,"Date":"12/16/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":491,"Date":"12/30/2021"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":667,"Date":"2/15/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":498,"Cost":379,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":243,"Cost":174,"Date":"3/7/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":153,"Cost":100,"Date":"4/18/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":34,"Cost":19,"Date":"7/27/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":288,"Cost":211,"Date":"8/18/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":175,"Date":"10/31/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":807,"Cost":452,"Date":"11/11/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":762,"Date":"11/30/2022"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":482,"Cost":341,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":601,"Cost":359,"Date":"3/1/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":790,"Cost":470,"Date":"4/13/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":64,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":252,"Cost":206,"Date":"8/13/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":845,"Cost":606,"Date":"9/15/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":713,"Cost":492,"Date":"10/14/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":508,"Cost":375,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":23,"Cost":17,"Date":"11/11/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":317,"Cost":294,"Date":"12/7/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":226,"Cost":183,"Date":"12/21/2023"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":58,"Date":"1/6/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":117,"Cost":94,"Date":"1/23/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":381,"Date":"2/4/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":259,"Date":"3/10/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":816,"Cost":717,"Date":"3/12/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":263,"Date":"3/31/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":422,"Cost":362,"Date":"6/16/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":688,"Cost":653,"Date":"6/17/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":541,"Date":"8/27/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":237,"Cost":128,"Date":"10/1/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":531,"Date":"11/4/2024"},{"Store":"Galleria Varna","Brand":"ARKET","Country":"Bulgaria","Sale":620,"Cost":427,"Date":"11/9/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":851,"Cost":723,"Date":"3/27/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":927,"Cost":605,"Date":"4/17/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":526,"Date":"8/11/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":339,"Date":"8/21/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":659,"Cost":459,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":391,"Cost":233,"Date":"9/5/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":202,"Date":"9/14/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":330,"Date":"9/20/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":473,"Cost":438,"Date":"11/20/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":29,"Cost":27,"Date":"12/21/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":791,"Date":"1/7/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":406,"Date":"1/21/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":233,"Cost":186,"Date":"2/9/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":286,"Date":"3/19/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":283,"Cost":227,"Date":"4/3/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":90,"Date":"4/5/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":501,"Date":"4/28/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":605,"Date":"7/10/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":878,"Cost":759,"Date":"3/25/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":311,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":15,"Cost":8,"Date":"10/28/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":363,"Cost":209,"Date":"3/2/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":653,"Date":"6/28/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":669,"Date":"7/17/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":297,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":550,"Cost":407,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":523,"Date":"11/20/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":490,"Cost":374,"Date":"12/16/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":39,"Cost":28,"Date":"12/30/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":303,"Date":"2/15/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":804,"Cost":566,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":212,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":794,"Date":"4/18/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":873,"Cost":535,"Date":"7/27/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":455,"Date":"8/18/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":266,"Date":"10/31/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":253,"Date":"11/11/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":24,"Date":"11/30/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":965,"Cost":567,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":134,"Date":"3/1/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":923,"Date":"4/13/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":881,"Cost":702,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":48,"Date":"8/13/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":850,"Cost":768,"Date":"9/15/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":554,"Date":"10/14/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":705,"Cost":365,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":591,"Cost":319,"Date":"11/11/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":469,"Date":"12/7/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":421,"Cost":331,"Date":"12/21/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":149,"Date":"1/6/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":268,"Date":"1/23/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":456,"Cost":407,"Date":"2/4/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":35,"Date":"3/10/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":164,"Cost":107,"Date":"3/12/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":712,"Cost":644,"Date":"3/31/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":363,"Cost":183,"Date":"6/16/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":562,"Date":"6/17/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":32,"Cost":19,"Date":"8/27/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":347,"Date":"10/1/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":873,"Date":"11/4/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":735,"Cost":405,"Date":"11/9/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":974,"Cost":522,"Date":"3/27/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":948,"Cost":494,"Date":"4/17/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":71,"Date":"8/11/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":612,"Cost":323,"Date":"8/21/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":773,"Cost":470,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":216,"Date":"9/5/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":550,"Date":"9/14/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":424,"Cost":396,"Date":"9/20/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":818,"Cost":670,"Date":"11/20/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":193,"Date":"12/21/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":47,"Date":"1/7/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":448,"Date":"1/21/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":523,"Date":"2/9/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":380,"Cost":240,"Date":"3/19/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":592,"Date":"4/3/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":806,"Cost":521,"Date":"4/5/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":850,"Cost":674,"Date":"4/28/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":380,"Cost":236,"Date":"7/10/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":630,"Cost":564,"Date":"3/25/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":187,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":108,"Cost":91,"Date":"10/28/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":96,"Cost":61,"Date":"3/2/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":540,"Date":"6/28/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":638,"Date":"7/17/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":422,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":434,"Cost":288,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":830,"Cost":432,"Date":"11/20/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":231,"Date":"12/16/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":421,"Date":"12/30/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":959,"Cost":719,"Date":"2/15/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":531,"Cost":323,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":103,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":236,"Date":"4/18/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":139,"Cost":115,"Date":"7/27/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":862,"Cost":657,"Date":"8/18/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":156,"Cost":84,"Date":"10/31/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":333,"Cost":259,"Date":"11/11/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":714,"Cost":662,"Date":"11/30/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":921,"Cost":639,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":736,"Date":"3/1/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":777,"Date":"4/13/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":759,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":162,"Cost":139,"Date":"8/13/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":589,"Date":"9/15/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":920,"Cost":817,"Date":"10/14/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":374,"Cost":239,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":818,"Cost":463,"Date":"11/11/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":836,"Cost":544,"Date":"12/7/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":57,"Date":"12/21/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":675,"Cost":628,"Date":"1/6/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":481,"Cost":262,"Date":"1/23/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":521,"Date":"2/4/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":100,"Date":"3/10/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":697,"Date":"3/12/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":637,"Cost":331,"Date":"3/31/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":103,"Date":"6/16/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":288,"Cost":237,"Date":"6/17/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":85,"Date":"8/27/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":131,"Date":"10/1/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":585,"Cost":397,"Date":"11/4/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":747,"Date":"11/9/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":665,"Cost":583,"Date":"3/27/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":278,"Date":"4/17/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":720,"Cost":608,"Date":"8/11/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":210,"Cost":116,"Date":"8/21/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":352,"Cost":218,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":598,"Cost":401,"Date":"9/5/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":952,"Cost":659,"Date":"9/14/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":165,"Cost":88,"Date":"9/20/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":119,"Date":"11/20/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":665,"Cost":408,"Date":"12/21/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":249,"Cost":141,"Date":"1/7/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":949,"Cost":508,"Date":"1/21/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":430,"Cost":262,"Date":"2/9/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":239,"Cost":154,"Date":"3/19/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":506,"Date":"4/3/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":608,"Cost":552,"Date":"4/5/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":288,"Cost":198,"Date":"4/28/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":963,"Cost":667,"Date":"7/10/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":909,"Cost":750,"Date":"3/25/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":981,"Cost":813,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":221,"Cost":115,"Date":"10/28/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":129,"Cost":99,"Date":"3/2/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":786,"Date":"6/28/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":510,"Cost":452,"Date":"7/17/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":165,"Cost":112,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":183,"Cost":170,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":549,"Cost":416,"Date":"11/20/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":73,"Date":"12/16/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":903,"Cost":573,"Date":"12/30/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":769,"Cost":543,"Date":"2/15/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":156,"Cost":91,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":689,"Cost":501,"Date":"3/7/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":666,"Cost":595,"Date":"4/18/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":254,"Cost":130,"Date":"7/27/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":794,"Cost":635,"Date":"8/18/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":624,"Cost":375,"Date":"10/31/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":488,"Cost":419,"Date":"11/11/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":630,"Cost":334,"Date":"11/30/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":791,"Cost":645,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":500,"Cost":305,"Date":"3/1/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":334,"Cost":284,"Date":"4/13/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":45,"Cost":36,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":994,"Cost":907,"Date":"8/13/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":624,"Cost":374,"Date":"9/15/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":680,"Cost":635,"Date":"10/14/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":70,"Cost":61,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":338,"Cost":181,"Date":"11/11/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":512,"Cost":369,"Date":"12/7/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":787,"Cost":684,"Date":"12/21/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":70,"Cost":60,"Date":"1/6/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":662,"Cost":463,"Date":"1/23/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":464,"Cost":249,"Date":"2/4/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":841,"Cost":694,"Date":"3/10/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":206,"Cost":191,"Date":"3/12/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":946,"Cost":730,"Date":"3/31/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":297,"Cost":207,"Date":"6/16/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":385,"Cost":291,"Date":"6/17/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":667,"Cost":338,"Date":"8/27/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":460,"Cost":406,"Date":"10/1/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":805,"Cost":741,"Date":"11/4/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":53,"Cost":29,"Date":"11/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":227,"Date":"3/27/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":162,"Cost":152,"Date":"4/17/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":874,"Cost":780,"Date":"8/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":177,"Date":"8/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":675,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":947,"Cost":861,"Date":"9/5/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":748,"Cost":514,"Date":"9/14/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":364,"Date":"9/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":483,"Date":"11/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":105,"Cost":90,"Date":"12/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":445,"Date":"1/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":329,"Cost":296,"Date":"1/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":552,"Date":"2/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":398,"Cost":327,"Date":"3/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":350,"Cost":296,"Date":"4/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":936,"Cost":870,"Date":"4/5/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":486,"Cost":332,"Date":"4/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":44,"Date":"7/10/2019"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":518,"Cost":472,"Date":"3/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":437,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":412,"Cost":291,"Date":"10/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":249,"Date":"3/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":928,"Cost":540,"Date":"6/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":979,"Cost":592,"Date":"7/17/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":382,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":603,"Cost":451,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":417,"Date":"11/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":985,"Cost":935,"Date":"12/16/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":94,"Cost":55,"Date":"12/30/2021"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":108,"Cost":100,"Date":"2/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":539,"Cost":314,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":488,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":621,"Cost":478,"Date":"4/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":270,"Cost":165,"Date":"7/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":129,"Date":"8/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":526,"Cost":440,"Date":"10/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":275,"Date":"11/11/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":458,"Cost":235,"Date":"11/30/2022"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":36,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":906,"Cost":698,"Date":"3/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":749,"Cost":679,"Date":"4/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":44,"Cost":31,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":293,"Cost":220,"Date":"8/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":463,"Cost":291,"Date":"9/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":558,"Date":"10/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":788,"Cost":415,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":191,"Date":"11/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":26,"Date":"12/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":597,"Cost":338,"Date":"12/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":51,"Date":"1/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":439,"Date":"1/23/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":194,"Cost":124,"Date":"2/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":158,"Cost":85,"Date":"3/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":57,"Date":"3/12/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":658,"Cost":499,"Date":"3/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":201,"Cost":126,"Date":"6/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":297,"Date":"6/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":375,"Cost":296,"Date":"8/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":69,"Date":"10/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":227,"Date":"11/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":41,"Date":"11/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":496,"Cost":361,"Date":"3/27/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":932,"Cost":522,"Date":"4/17/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":551,"Date":"8/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":157,"Cost":79,"Date":"8/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":382,"Cost":247,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":413,"Cost":293,"Date":"9/5/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":613,"Cost":394,"Date":"9/14/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":474,"Cost":291,"Date":"9/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":320,"Cost":214,"Date":"11/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":891,"Cost":542,"Date":"12/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":46,"Date":"1/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":307,"Date":"1/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":651,"Cost":440,"Date":"2/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":146,"Date":"3/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":678,"Date":"4/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":753,"Cost":413,"Date":"4/5/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":738,"Cost":545,"Date":"4/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":906,"Cost":805,"Date":"7/10/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":404,"Date":"3/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":753,"Cost":694,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":965,"Cost":749,"Date":"10/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":139,"Date":"3/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":793,"Cost":418,"Date":"6/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":265,"Date":"7/17/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":237,"Cost":215,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":678,"Cost":385,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":677,"Date":"11/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":501,"Date":"12/16/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":505,"Date":"12/30/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":932,"Cost":496,"Date":"2/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":507,"Cost":474,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":682,"Cost":350,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":973,"Cost":515,"Date":"4/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":160,"Cost":125,"Date":"7/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":9,"Cost":7,"Date":"8/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":757,"Date":"10/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":454,"Cost":270,"Date":"11/11/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":546,"Cost":353,"Date":"11/30/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":306,"Cost":214,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":560,"Date":"3/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":296,"Date":"4/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":557,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":445,"Cost":409,"Date":"8/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":430,"Cost":220,"Date":"9/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":546,"Cost":336,"Date":"10/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":576,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":289,"Date":"11/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":44,"Date":"12/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":542,"Cost":454,"Date":"12/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":665,"Date":"1/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":431,"Cost":373,"Date":"1/23/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":820,"Cost":538,"Date":"2/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":541,"Cost":307,"Date":"3/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":726,"Cost":556,"Date":"3/12/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":122,"Cost":71,"Date":"3/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":694,"Date":"6/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":702,"Date":"6/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":856,"Cost":526,"Date":"8/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":901,"Cost":635,"Date":"10/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":896,"Cost":730,"Date":"11/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":179,"Cost":93,"Date":"11/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":324,"Cost":164,"Date":"3/27/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":760,"Date":"4/17/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":239,"Date":"8/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":392,"Cost":227,"Date":"8/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":154,"Cost":99,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":530,"Cost":272,"Date":"9/5/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":613,"Date":"9/14/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":95,"Cost":88,"Date":"9/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":667,"Cost":379,"Date":"11/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":879,"Cost":513,"Date":"12/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":775,"Date":"1/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":769,"Cost":401,"Date":"1/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":527,"Cost":435,"Date":"2/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":564,"Date":"3/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":147,"Cost":123,"Date":"4/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":713,"Date":"4/5/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":759,"Cost":693,"Date":"4/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":334,"Cost":209,"Date":"7/10/2019"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":492,"Date":"3/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":327,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":508,"Cost":309,"Date":"10/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":423,"Date":"3/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":46,"Date":"6/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":178,"Cost":102,"Date":"7/17/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":843,"Cost":677,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":658,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":98,"Cost":58,"Date":"11/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":640,"Cost":391,"Date":"12/16/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":539,"Cost":469,"Date":"12/30/2021"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":167,"Cost":152,"Date":"2/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":625,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":174,"Cost":150,"Date":"3/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":529,"Cost":477,"Date":"4/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":505,"Date":"7/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":68,"Cost":60,"Date":"8/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":250,"Cost":130,"Date":"10/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":303,"Cost":172,"Date":"11/11/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":670,"Cost":437,"Date":"11/30/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":826,"Cost":539,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":283,"Date":"3/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":468,"Cost":407,"Date":"4/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":500,"Cost":358,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":562,"Date":"8/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":770,"Date":"9/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":504,"Date":"10/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":957,"Cost":710,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":11,"Cost":7,"Date":"11/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":800,"Cost":498,"Date":"12/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":48,"Date":"12/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":978,"Cost":496,"Date":"1/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":389,"Cost":205,"Date":"1/23/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":916,"Date":"2/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":560,"Cost":485,"Date":"3/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":163,"Cost":81,"Date":"3/12/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":405,"Cost":228,"Date":"3/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":472,"Date":"6/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":389,"Cost":342,"Date":"6/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":109,"Cost":72,"Date":"8/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":72,"Cost":69,"Date":"10/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":782,"Cost":505,"Date":"11/4/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":165,"Cost":90,"Date":"11/9/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":506,"Cost":282,"Date":"3/27/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":182,"Date":"4/17/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":604,"Cost":519,"Date":"8/11/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":225,"Cost":198,"Date":"8/21/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":833,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":286,"Date":"9/5/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":111,"Cost":56,"Date":"9/14/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":543,"Cost":369,"Date":"9/20/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":352,"Cost":322,"Date":"11/20/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":168,"Cost":134,"Date":"12/21/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":417,"Cost":352,"Date":"1/7/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":574,"Date":"1/21/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":116,"Date":"2/9/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":100,"Date":"3/19/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":459,"Cost":423,"Date":"4/3/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":958,"Cost":523,"Date":"4/5/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":334,"Cost":298,"Date":"4/28/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":760,"Cost":607,"Date":"7/10/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":515,"Date":"3/25/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":7,"Cost":5,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":223,"Date":"10/28/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":643,"Cost":478,"Date":"3/2/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":686,"Date":"6/28/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":852,"Date":"7/17/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":666,"Cost":538,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":563,"Cost":372,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":639,"Date":"11/20/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":24,"Cost":22,"Date":"12/16/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":602,"Cost":310,"Date":"12/30/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":23,"Date":"2/15/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":513,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":273,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":917,"Date":"4/18/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":720,"Cost":525,"Date":"7/27/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":32,"Date":"8/18/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":349,"Date":"10/31/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":866,"Cost":793,"Date":"11/11/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":994,"Cost":595,"Date":"11/30/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":56,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":776,"Cost":627,"Date":"3/1/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":727,"Cost":426,"Date":"4/13/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":636,"Cost":379,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":832,"Date":"8/13/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":462,"Cost":311,"Date":"9/15/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":376,"Date":"10/14/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":500,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":517,"Date":"11/11/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":410,"Date":"12/7/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":783,"Cost":402,"Date":"12/21/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":11,"Cost":10,"Date":"1/6/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":258,"Date":"1/23/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":116,"Date":"2/4/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":794,"Cost":632,"Date":"3/10/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":503,"Cost":299,"Date":"3/12/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":903,"Cost":751,"Date":"3/31/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":527,"Date":"6/16/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":174,"Cost":132,"Date":"6/17/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":404,"Date":"8/27/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":852,"Cost":711,"Date":"10/1/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":970,"Cost":691,"Date":"11/4/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":226,"Date":"11/9/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":694,"Cost":440,"Date":"3/27/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":236,"Cost":170,"Date":"4/17/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":851,"Cost":702,"Date":"8/11/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":563,"Cost":324,"Date":"8/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":130,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"9/5/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":477,"Cost":355,"Date":"9/14/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":213,"Cost":151,"Date":"9/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":52,"Cost":33,"Date":"11/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":576,"Cost":400,"Date":"12/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":50,"Cost":43,"Date":"1/7/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":210,"Date":"1/21/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":357,"Cost":249,"Date":"2/9/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":120,"Date":"3/19/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":300,"Cost":213,"Date":"4/3/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":544,"Cost":456,"Date":"4/5/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":646,"Cost":472,"Date":"4/28/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":218,"Cost":141,"Date":"7/10/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":697,"Cost":479,"Date":"3/25/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":670,"Cost":372,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":396,"Cost":230,"Date":"10/28/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":574,"Cost":375,"Date":"3/2/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":501,"Date":"6/28/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":118,"Cost":104,"Date":"7/17/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":994,"Cost":536,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":631,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":695,"Cost":620,"Date":"11/20/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":768,"Cost":457,"Date":"12/16/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":765,"Cost":496,"Date":"12/30/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":792,"Date":"2/15/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":734,"Cost":503,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":743,"Cost":381,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":690,"Cost":487,"Date":"4/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":107,"Cost":64,"Date":"7/27/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":884,"Cost":608,"Date":"8/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":75,"Cost":54,"Date":"10/31/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":417,"Cost":292,"Date":"11/11/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":52,"Date":"11/30/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":310,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":596,"Cost":351,"Date":"3/1/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":444,"Cost":392,"Date":"4/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":492,"Cost":312,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":878,"Cost":659,"Date":"8/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":791,"Date":"9/15/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":396,"Cost":280,"Date":"10/14/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":572,"Cost":328,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":488,"Cost":453,"Date":"11/11/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":817,"Cost":440,"Date":"12/7/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":235,"Cost":143,"Date":"12/21/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":104,"Cost":58,"Date":"1/6/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":367,"Cost":200,"Date":"1/23/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":174,"Date":"2/4/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":993,"Cost":505,"Date":"3/10/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":712,"Cost":375,"Date":"3/12/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":140,"Cost":105,"Date":"3/31/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":407,"Cost":293,"Date":"6/16/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":952,"Cost":664,"Date":"6/17/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":298,"Cost":198,"Date":"8/27/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":570,"Date":"10/1/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":998,"Cost":644,"Date":"11/4/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":926,"Cost":560,"Date":"11/9/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":469,"Cost":367,"Date":"3/27/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":236,"Date":"4/17/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":154,"Date":"8/11/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":204,"Date":"8/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":183,"Cost":123,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":657,"Date":"9/5/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":119,"Cost":97,"Date":"9/14/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":248,"Cost":222,"Date":"9/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":221,"Date":"11/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":375,"Cost":337,"Date":"12/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":655,"Cost":461,"Date":"1/7/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":599,"Cost":412,"Date":"1/21/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":577,"Cost":345,"Date":"2/9/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":28,"Cost":18,"Date":"3/19/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":274,"Cost":140,"Date":"4/3/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":386,"Date":"4/5/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":210,"Cost":197,"Date":"4/28/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":957,"Cost":844,"Date":"7/10/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":989,"Cost":498,"Date":"3/25/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":333,"Cost":274,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":470,"Date":"10/28/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":297,"Cost":257,"Date":"3/2/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":728,"Cost":510,"Date":"6/28/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":386,"Date":"7/17/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":450,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":40,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":215,"Cost":159,"Date":"11/20/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":322,"Cost":283,"Date":"12/16/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":905,"Cost":712,"Date":"12/30/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":457,"Cost":421,"Date":"2/15/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":418,"Cost":317,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":99,"Cost":70,"Date":"3/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":351,"Cost":204,"Date":"4/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":590,"Cost":343,"Date":"7/27/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":605,"Date":"8/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":100,"Cost":54,"Date":"10/31/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":292,"Date":"11/11/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":175,"Cost":97,"Date":"11/30/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":558,"Cost":321,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":217,"Cost":196,"Date":"3/1/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":36,"Date":"4/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":292,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":804,"Cost":522,"Date":"8/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":117,"Cost":76,"Date":"9/15/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":775,"Cost":736,"Date":"10/14/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":633,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":767,"Cost":586,"Date":"11/11/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":749,"Date":"12/7/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":373,"Cost":252,"Date":"12/21/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":551,"Date":"1/6/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":177,"Cost":148,"Date":"1/23/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":367,"Cost":335,"Date":"2/4/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":988,"Cost":559,"Date":"3/10/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"3/12/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":215,"Date":"3/31/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":442,"Cost":291,"Date":"6/16/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":385,"Cost":320,"Date":"6/17/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":559,"Cost":373,"Date":"8/27/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":425,"Cost":298,"Date":"10/1/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":534,"Cost":354,"Date":"11/4/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":974,"Cost":570,"Date":"11/9/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":874,"Cost":774,"Date":"3/27/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":317,"Cost":244,"Date":"4/17/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":468,"Date":"8/11/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":164,"Date":"8/21/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":225,"Cost":130,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":509,"Date":"9/5/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":681,"Cost":586,"Date":"9/14/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":95,"Cost":62,"Date":"9/20/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":818,"Cost":501,"Date":"11/20/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":162,"Date":"12/21/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":470,"Cost":353,"Date":"1/7/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":761,"Cost":587,"Date":"1/21/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":361,"Cost":236,"Date":"2/9/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":987,"Cost":747,"Date":"3/19/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":470,"Date":"4/3/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":627,"Date":"4/5/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":321,"Date":"4/28/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":965,"Cost":911,"Date":"7/10/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":493,"Cost":448,"Date":"3/25/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":513,"Cost":420,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":429,"Cost":361,"Date":"10/28/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":583,"Cost":398,"Date":"3/2/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":434,"Cost":392,"Date":"6/28/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":422,"Date":"7/17/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":733,"Cost":659,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":726,"Cost":377,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":598,"Cost":307,"Date":"11/20/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":102,"Date":"12/16/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":467,"Date":"12/30/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":574,"Date":"2/15/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":869,"Cost":735,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":262,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":24,"Cost":16,"Date":"4/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":540,"Cost":485,"Date":"7/27/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":768,"Cost":708,"Date":"8/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":350,"Cost":321,"Date":"10/31/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":226,"Cost":207,"Date":"11/11/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":753,"Cost":699,"Date":"11/30/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":101,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":787,"Cost":516,"Date":"3/1/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":699,"Cost":394,"Date":"4/13/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":222,"Cost":121,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":210,"Cost":190,"Date":"8/13/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":687,"Cost":386,"Date":"9/15/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":115,"Date":"10/14/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":204,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":289,"Cost":147,"Date":"11/11/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":71,"Cost":36,"Date":"12/7/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":175,"Cost":130,"Date":"12/21/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":283,"Cost":248,"Date":"1/6/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":1000,"Cost":507,"Date":"1/23/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":294,"Date":"2/4/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":788,"Cost":697,"Date":"3/10/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":372,"Date":"3/12/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":476,"Cost":441,"Date":"3/31/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":39,"Cost":33,"Date":"6/16/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":296,"Date":"6/17/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":288,"Cost":262,"Date":"8/27/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":731,"Date":"10/1/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":991,"Cost":842,"Date":"11/4/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":266,"Cost":217,"Date":"11/9/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":959,"Cost":793,"Date":"3/27/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":788,"Cost":528,"Date":"4/17/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":161,"Date":"8/11/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":251,"Cost":213,"Date":"8/21/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":579,"Cost":525,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":704,"Cost":534,"Date":"9/5/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":56,"Date":"9/14/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":284,"Date":"9/20/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":722,"Cost":597,"Date":"11/20/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":414,"Date":"12/21/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":434,"Date":"1/7/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":29,"Cost":21,"Date":"1/21/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":849,"Cost":721,"Date":"2/9/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":642,"Date":"3/19/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":222,"Cost":116,"Date":"4/3/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":42,"Date":"4/5/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":402,"Cost":227,"Date":"4/28/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":320,"Cost":263,"Date":"7/10/2019"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":604,"Date":"3/25/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":526,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":308,"Cost":184,"Date":"10/28/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":113,"Date":"3/2/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":77,"Date":"6/28/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":737,"Cost":699,"Date":"7/17/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":263,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":995,"Cost":528,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":89,"Cost":75,"Date":"11/20/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":652,"Cost":533,"Date":"12/16/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":353,"Date":"12/30/2021"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":513,"Cost":257,"Date":"2/15/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":278,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":621,"Cost":467,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":173,"Cost":157,"Date":"4/18/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":991,"Cost":729,"Date":"7/27/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":951,"Cost":772,"Date":"8/18/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":444,"Cost":400,"Date":"10/31/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":995,"Cost":840,"Date":"11/11/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":285,"Cost":247,"Date":"11/30/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":971,"Cost":544,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":12,"Cost":8,"Date":"3/1/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":78,"Date":"4/13/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":420,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":386,"Date":"8/13/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":223,"Cost":136,"Date":"9/15/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":622,"Date":"10/14/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":259,"Cost":205,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":894,"Cost":677,"Date":"11/11/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":147,"Cost":108,"Date":"12/7/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":124,"Cost":88,"Date":"12/21/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":657,"Cost":523,"Date":"1/6/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"1/23/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":903,"Cost":473,"Date":"2/4/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":327,"Date":"3/10/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":952,"Cost":891,"Date":"3/12/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":549,"Cost":292,"Date":"3/31/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":310,"Cost":234,"Date":"6/16/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":315,"Date":"6/17/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":299,"Cost":179,"Date":"8/27/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":441,"Date":"10/1/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":846,"Cost":626,"Date":"11/4/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":815,"Date":"11/9/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":784,"Cost":738,"Date":"3/27/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":233,"Date":"4/17/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":581,"Cost":399,"Date":"8/11/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":47,"Cost":29,"Date":"8/21/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":953,"Cost":623,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":237,"Date":"9/5/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":505,"Date":"9/14/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":909,"Cost":579,"Date":"9/20/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":249,"Cost":125,"Date":"11/20/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":484,"Cost":361,"Date":"12/21/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":843,"Cost":476,"Date":"1/7/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":93,"Date":"1/21/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":579,"Cost":433,"Date":"2/9/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":191,"Date":"3/19/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":712,"Date":"4/3/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":33,"Cost":18,"Date":"4/5/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":956,"Cost":783,"Date":"4/28/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":783,"Cost":485,"Date":"7/10/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":464,"Date":"3/25/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":619,"Cost":540,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":465,"Cost":265,"Date":"10/28/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":205,"Cost":123,"Date":"3/2/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":548,"Cost":428,"Date":"6/28/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":452,"Cost":424,"Date":"7/17/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":576,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":397,"Cost":360,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":573,"Cost":512,"Date":"11/20/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":245,"Date":"12/16/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":756,"Cost":584,"Date":"12/30/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":239,"Cost":140,"Date":"2/15/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":650,"Cost":476,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":589,"Cost":388,"Date":"3/7/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":987,"Cost":693,"Date":"4/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":130,"Date":"7/27/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":697,"Date":"8/18/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":228,"Date":"10/31/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":908,"Cost":482,"Date":"11/11/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":515,"Date":"11/30/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":53,"Cost":50,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":363,"Date":"3/1/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":253,"Date":"4/13/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":362,"Cost":238,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":765,"Cost":426,"Date":"8/13/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":915,"Cost":783,"Date":"9/15/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":773,"Cost":430,"Date":"10/14/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":88,"Cost":52,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":766,"Cost":484,"Date":"11/11/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":734,"Date":"12/7/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":314,"Cost":177,"Date":"12/21/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":369,"Cost":276,"Date":"1/6/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":449,"Cost":379,"Date":"1/23/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":757,"Date":"2/4/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":215,"Cost":125,"Date":"3/10/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":649,"Date":"3/12/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":655,"Cost":464,"Date":"3/31/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":45,"Cost":23,"Date":"6/16/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":167,"Date":"6/17/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":454,"Cost":399,"Date":"8/27/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":340,"Cost":185,"Date":"10/1/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":241,"Date":"11/4/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":919,"Cost":666,"Date":"11/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":622,"Cost":445,"Date":"3/27/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":60,"Cost":30,"Date":"4/17/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":887,"Cost":509,"Date":"8/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":268,"Cost":240,"Date":"8/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":371,"Cost":329,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":48,"Cost":27,"Date":"9/5/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":185,"Cost":164,"Date":"9/14/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":806,"Cost":755,"Date":"9/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":31,"Cost":19,"Date":"11/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":504,"Cost":416,"Date":"12/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":313,"Cost":294,"Date":"1/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":286,"Cost":162,"Date":"1/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":855,"Cost":665,"Date":"2/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":672,"Cost":468,"Date":"3/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":180,"Cost":154,"Date":"4/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":521,"Cost":274,"Date":"4/5/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":494,"Cost":312,"Date":"4/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":765,"Date":"7/10/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":826,"Cost":676,"Date":"3/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":297,"Cost":220,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":612,"Cost":504,"Date":"10/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":826,"Cost":505,"Date":"3/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":222,"Date":"6/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":523,"Cost":410,"Date":"7/17/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":420,"Cost":339,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":802,"Cost":446,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":793,"Cost":556,"Date":"11/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":345,"Cost":215,"Date":"12/16/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":234,"Cost":191,"Date":"12/30/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":150,"Cost":103,"Date":"2/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":596,"Cost":314,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":847,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":414,"Cost":355,"Date":"4/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":752,"Cost":685,"Date":"7/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":115,"Date":"8/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":582,"Cost":320,"Date":"10/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":325,"Cost":197,"Date":"11/11/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":991,"Cost":632,"Date":"11/30/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":444,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":747,"Cost":654,"Date":"3/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":741,"Cost":615,"Date":"4/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":482,"Cost":424,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":472,"Cost":326,"Date":"8/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":318,"Date":"9/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":171,"Date":"10/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":196,"Cost":179,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":750,"Cost":655,"Date":"11/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":913,"Cost":555,"Date":"12/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":137,"Cost":98,"Date":"12/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":401,"Date":"1/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":404,"Cost":337,"Date":"1/23/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":442,"Date":"2/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":532,"Cost":274,"Date":"3/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":497,"Cost":293,"Date":"3/12/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":107,"Cost":91,"Date":"3/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":422,"Cost":305,"Date":"6/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":284,"Date":"6/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":59,"Cost":38,"Date":"8/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":608,"Cost":383,"Date":"10/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":526,"Cost":469,"Date":"11/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":814,"Cost":740,"Date":"11/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":896,"Cost":815,"Date":"3/27/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":306,"Cost":196,"Date":"4/17/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":465,"Cost":364,"Date":"8/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":588,"Cost":311,"Date":"8/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":618,"Cost":476,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":523,"Cost":287,"Date":"9/5/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":817,"Cost":513,"Date":"9/14/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":190,"Cost":104,"Date":"9/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":784,"Cost":562,"Date":"11/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":738,"Cost":574,"Date":"12/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":689,"Cost":614,"Date":"1/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":949,"Cost":782,"Date":"1/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":117,"Date":"2/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":376,"Cost":264,"Date":"3/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":326,"Cost":301,"Date":"4/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":645,"Cost":496,"Date":"4/5/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":724,"Cost":410,"Date":"4/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":974,"Cost":515,"Date":"7/10/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":361,"Cost":333,"Date":"3/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":673,"Cost":407,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":387,"Cost":251,"Date":"10/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":643,"Cost":396,"Date":"3/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":625,"Cost":581,"Date":"6/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":294,"Cost":256,"Date":"7/17/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":375,"Cost":321,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":756,"Cost":390,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":967,"Cost":649,"Date":"11/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":78,"Cost":43,"Date":"12/16/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":239,"Cost":168,"Date":"12/30/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":333,"Date":"2/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":587,"Cost":467,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":135,"Cost":128,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":155,"Cost":84,"Date":"4/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":318,"Cost":186,"Date":"7/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":587,"Date":"8/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":208,"Cost":181,"Date":"10/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":819,"Cost":697,"Date":"11/11/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":573,"Cost":390,"Date":"11/30/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":817,"Cost":696,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":97,"Cost":75,"Date":"3/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":374,"Date":"4/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":313,"Cost":231,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":355,"Cost":298,"Date":"8/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":230,"Cost":157,"Date":"9/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":840,"Date":"10/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":589,"Cost":437,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":709,"Cost":535,"Date":"11/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":412,"Date":"12/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":282,"Date":"12/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":146,"Cost":116,"Date":"1/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":555,"Cost":512,"Date":"1/23/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":958,"Cost":541,"Date":"2/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":91,"Cost":75,"Date":"3/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":317,"Cost":160,"Date":"3/12/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":240,"Cost":162,"Date":"3/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":415,"Date":"6/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":315,"Cost":272,"Date":"6/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":169,"Cost":131,"Date":"8/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":939,"Cost":772,"Date":"10/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":351,"Date":"11/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":619,"Date":"11/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":377,"Cost":263,"Date":"3/27/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":378,"Cost":198,"Date":"4/17/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":494,"Cost":459,"Date":"8/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":856,"Date":"8/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":437,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":170,"Date":"9/5/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":213,"Date":"9/14/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":533,"Cost":453,"Date":"9/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":831,"Cost":563,"Date":"11/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":108,"Date":"12/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":393,"Cost":295,"Date":"1/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":30,"Date":"1/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":635,"Cost":557,"Date":"2/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":521,"Date":"3/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":324,"Cost":240,"Date":"4/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":720,"Cost":644,"Date":"4/5/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":687,"Cost":417,"Date":"4/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":329,"Date":"7/10/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":47,"Date":"3/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":635,"Cost":400,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":997,"Cost":737,"Date":"10/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":190,"Date":"3/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":677,"Cost":616,"Date":"6/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":906,"Cost":463,"Date":"7/17/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":183,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":177,"Cost":166,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":210,"Cost":152,"Date":"11/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":837,"Cost":532,"Date":"12/16/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":871,"Cost":572,"Date":"12/30/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":400,"Date":"2/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":806,"Cost":456,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":438,"Date":"3/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":935,"Cost":495,"Date":"4/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":702,"Date":"7/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":569,"Cost":430,"Date":"8/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":533,"Cost":342,"Date":"10/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":782,"Cost":637,"Date":"11/11/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":775,"Date":"11/30/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":171,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":37,"Date":"3/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":865,"Cost":498,"Date":"4/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":371,"Cost":198,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":759,"Cost":511,"Date":"8/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":388,"Date":"9/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":776,"Cost":719,"Date":"10/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":233,"Cost":213,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"11/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":211,"Date":"12/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":205,"Date":"12/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":294,"Date":"1/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":922,"Cost":860,"Date":"1/23/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":233,"Cost":157,"Date":"2/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":633,"Date":"3/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":226,"Date":"3/12/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":229,"Date":"3/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":132,"Date":"6/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":686,"Date":"6/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":240,"Cost":224,"Date":"8/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":683,"Cost":509,"Date":"10/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":280,"Cost":215,"Date":"11/4/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":790,"Cost":536,"Date":"11/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":432,"Cost":227,"Date":"3/27/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":859,"Cost":537,"Date":"4/17/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":352,"Cost":323,"Date":"8/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":504,"Date":"8/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":169,"Cost":85,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":438,"Cost":368,"Date":"9/5/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":638,"Cost":437,"Date":"9/14/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":170,"Date":"9/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":173,"Cost":158,"Date":"11/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":280,"Cost":225,"Date":"12/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":119,"Date":"1/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":683,"Cost":569,"Date":"1/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":217,"Cost":177,"Date":"2/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":166,"Cost":93,"Date":"3/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":292,"Cost":231,"Date":"4/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":476,"Cost":251,"Date":"4/5/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":640,"Date":"4/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":240,"Cost":178,"Date":"7/10/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":68,"Date":"3/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":607,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":213,"Cost":170,"Date":"10/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":340,"Cost":232,"Date":"3/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":199,"Cost":181,"Date":"6/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":339,"Cost":170,"Date":"7/17/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":491,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":126,"Cost":71,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":77,"Date":"11/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":377,"Cost":249,"Date":"12/16/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":736,"Cost":656,"Date":"12/30/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":38,"Date":"2/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":220,"Cost":142,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":415,"Cost":294,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":266,"Cost":186,"Date":"4/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":513,"Cost":380,"Date":"7/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":149,"Cost":140,"Date":"8/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":206,"Cost":146,"Date":"10/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":746,"Cost":693,"Date":"11/11/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":793,"Cost":573,"Date":"11/30/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":631,"Cost":394,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":499,"Cost":407,"Date":"3/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":468,"Cost":271,"Date":"4/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":60,"Cost":32,"Date":"8/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":919,"Cost":661,"Date":"9/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":353,"Cost":228,"Date":"10/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":87,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":542,"Date":"11/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":484,"Cost":363,"Date":"12/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":494,"Cost":425,"Date":"12/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":285,"Cost":225,"Date":"1/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":654,"Date":"1/23/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":44,"Cost":32,"Date":"2/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":910,"Cost":663,"Date":"3/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":332,"Cost":280,"Date":"3/12/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":42,"Cost":30,"Date":"3/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":195,"Cost":177,"Date":"6/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":264,"Cost":220,"Date":"6/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":670,"Cost":519,"Date":"8/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":40,"Date":"10/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":303,"Cost":191,"Date":"11/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":265,"Cost":223,"Date":"11/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":182,"Cost":98,"Date":"3/27/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":467,"Cost":325,"Date":"4/17/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":470,"Cost":292,"Date":"8/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":149,"Cost":96,"Date":"8/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":235,"Cost":222,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":780,"Cost":650,"Date":"9/5/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":391,"Cost":204,"Date":"9/14/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":953,"Cost":877,"Date":"9/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":740,"Cost":416,"Date":"11/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":333,"Cost":308,"Date":"12/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":227,"Cost":180,"Date":"1/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":790,"Cost":693,"Date":"1/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":487,"Cost":444,"Date":"2/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":960,"Cost":650,"Date":"3/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":23,"Cost":21,"Date":"4/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":233,"Cost":180,"Date":"4/5/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":225,"Cost":168,"Date":"4/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":1000,"Cost":724,"Date":"7/10/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":701,"Cost":411,"Date":"3/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":108,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":601,"Date":"10/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"3/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":307,"Date":"6/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":482,"Cost":309,"Date":"7/17/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":916,"Cost":759,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":642,"Date":"11/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":597,"Cost":462,"Date":"12/16/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":381,"Cost":345,"Date":"12/30/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":982,"Cost":603,"Date":"2/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":206,"Cost":124,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":167,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":89,"Cost":81,"Date":"4/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":136,"Date":"7/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":660,"Cost":479,"Date":"8/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":458,"Cost":434,"Date":"10/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":195,"Cost":132,"Date":"11/11/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":318,"Cost":217,"Date":"11/30/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":921,"Cost":875,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":590,"Date":"3/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":530,"Cost":336,"Date":"4/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":363,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":156,"Date":"8/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":208,"Cost":161,"Date":"9/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":703,"Cost":453,"Date":"10/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":606,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":878,"Cost":605,"Date":"11/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":561,"Cost":409,"Date":"12/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":863,"Cost":625,"Date":"12/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":358,"Cost":260,"Date":"1/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":644,"Date":"1/23/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":159,"Date":"2/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":411,"Cost":385,"Date":"3/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":642,"Cost":475,"Date":"3/12/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":676,"Cost":635,"Date":"3/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":304,"Cost":272,"Date":"6/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":125,"Cost":82,"Date":"6/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":805,"Date":"8/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":556,"Cost":354,"Date":"10/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":817,"Cost":730,"Date":"11/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":653,"Cost":499,"Date":"11/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":812,"Cost":516,"Date":"3/27/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":498,"Date":"4/17/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":515,"Date":"8/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":138,"Cost":131,"Date":"8/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":22,"Cost":11,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":563,"Date":"9/5/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":98,"Cost":59,"Date":"9/14/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":830,"Cost":586,"Date":"9/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":67,"Cost":54,"Date":"11/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":449,"Cost":336,"Date":"12/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":132,"Cost":83,"Date":"1/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":634,"Cost":326,"Date":"1/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":193,"Cost":139,"Date":"2/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":284,"Cost":221,"Date":"3/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":359,"Cost":238,"Date":"4/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":472,"Date":"4/5/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":184,"Cost":133,"Date":"4/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":764,"Cost":477,"Date":"7/10/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":373,"Cost":198,"Date":"3/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":617,"Cost":558,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":866,"Cost":562,"Date":"10/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":63,"Date":"3/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":520,"Cost":359,"Date":"6/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":265,"Cost":202,"Date":"7/17/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":737,"Cost":436,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":124,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":837,"Cost":703,"Date":"11/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":814,"Cost":608,"Date":"12/16/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":318,"Cost":160,"Date":"12/30/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":268,"Date":"2/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":176,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":866,"Cost":546,"Date":"3/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":300,"Date":"4/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":216,"Cost":138,"Date":"7/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":573,"Cost":473,"Date":"8/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":119,"Date":"10/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":710,"Cost":569,"Date":"11/11/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":782,"Cost":608,"Date":"11/30/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":167,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":517,"Date":"3/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":526,"Cost":316,"Date":"4/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":881,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":685,"Cost":419,"Date":"8/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":59,"Cost":38,"Date":"9/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":961,"Cost":705,"Date":"10/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":928,"Cost":856,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":94,"Cost":70,"Date":"11/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":700,"Cost":444,"Date":"12/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":596,"Cost":371,"Date":"12/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":756,"Cost":451,"Date":"1/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":245,"Date":"1/23/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":372,"Date":"2/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":223,"Date":"3/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":187,"Cost":167,"Date":"3/12/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":702,"Cost":488,"Date":"3/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":473,"Date":"6/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":360,"Date":"6/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":516,"Date":"8/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":394,"Cost":294,"Date":"10/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":383,"Date":"11/4/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":191,"Cost":130,"Date":"11/9/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":358,"Date":"3/27/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":519,"Date":"4/17/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":537,"Date":"8/11/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":9,"Cost":9,"Date":"8/21/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":362,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":797,"Cost":717,"Date":"9/5/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":699,"Cost":660,"Date":"9/14/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":255,"Cost":207,"Date":"9/20/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":750,"Cost":418,"Date":"11/20/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":143,"Date":"12/21/2018"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":194,"Date":"1/7/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":625,"Cost":324,"Date":"1/21/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":100,"Cost":90,"Date":"2/9/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":597,"Date":"3/19/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":28,"Date":"4/3/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":907,"Cost":827,"Date":"4/5/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":355,"Cost":241,"Date":"4/28/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":675,"Date":"7/10/2019"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":99,"Date":"3/25/2020"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":461,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":103,"Date":"10/28/2020"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":383,"Date":"3/2/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":190,"Date":"6/28/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":550,"Date":"7/17/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":502,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":653,"Cost":478,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":156,"Date":"11/20/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":118,"Cost":100,"Date":"12/16/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":721,"Cost":627,"Date":"12/30/2021"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":172,"Date":"2/15/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":245,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":647,"Cost":333,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":31,"Cost":22,"Date":"4/18/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":548,"Cost":304,"Date":"7/27/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":132,"Cost":95,"Date":"8/18/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":284,"Date":"10/31/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":305,"Cost":216,"Date":"11/11/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":133,"Date":"11/30/2022"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":764,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":27,"Date":"3/1/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":770,"Date":"4/13/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":113,"Cost":85,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":562,"Date":"8/13/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":121,"Cost":90,"Date":"9/15/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":90,"Cost":80,"Date":"10/14/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":102,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":620,"Date":"11/11/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":594,"Cost":367,"Date":"12/7/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":113,"Cost":103,"Date":"12/21/2023"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":399,"Cost":341,"Date":"1/6/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":596,"Date":"1/23/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":802,"Cost":620,"Date":"2/4/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":370,"Date":"3/10/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":861,"Cost":604,"Date":"3/12/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":40,"Date":"3/31/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":138,"Cost":91,"Date":"6/16/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":16,"Date":"6/17/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":367,"Cost":284,"Date":"8/27/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":560,"Date":"10/1/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":99,"Date":"11/4/2024"},{"Store":"Shumen Mall","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":655,"Date":"11/9/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":72,"Cost":42,"Date":"3/27/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":966,"Cost":623,"Date":"4/17/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":416,"Date":"8/11/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":30,"Cost":26,"Date":"8/21/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":461,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":454,"Cost":277,"Date":"9/5/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":516,"Cost":322,"Date":"9/14/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":810,"Date":"9/20/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":803,"Date":"11/20/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":983,"Cost":613,"Date":"12/21/2018"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":309,"Cost":211,"Date":"1/7/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":669,"Date":"1/21/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":39,"Date":"2/9/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"3/19/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":390,"Cost":210,"Date":"4/3/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":320,"Cost":276,"Date":"4/5/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":434,"Cost":399,"Date":"4/28/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":857,"Cost":780,"Date":"7/10/2019"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":328,"Date":"3/25/2020"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":385,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":185,"Cost":113,"Date":"10/28/2020"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":60,"Date":"3/2/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":406,"Cost":321,"Date":"6/28/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":176,"Cost":153,"Date":"7/17/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":448,"Cost":337,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":43,"Cost":24,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":321,"Date":"11/20/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":22,"Cost":16,"Date":"12/16/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":563,"Cost":415,"Date":"12/30/2021"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":175,"Date":"2/15/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":812,"Cost":548,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":410,"Cost":278,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":173,"Date":"4/18/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":255,"Date":"7/27/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":485,"Date":"8/18/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":124,"Date":"10/31/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":375,"Cost":215,"Date":"11/11/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":829,"Cost":611,"Date":"11/30/2022"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":593,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":793,"Cost":452,"Date":"3/1/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":285,"Cost":176,"Date":"4/13/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":567,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":86,"Date":"8/13/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":603,"Date":"9/15/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":324,"Cost":306,"Date":"10/14/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":442,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":241,"Date":"11/11/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":105,"Cost":76,"Date":"12/7/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":342,"Date":"12/21/2023"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":879,"Date":"1/6/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":86,"Date":"1/23/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":426,"Date":"2/4/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":16,"Cost":15,"Date":"3/10/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":728,"Cost":521,"Date":"3/12/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":761,"Date":"3/31/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":172,"Date":"6/16/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":391,"Cost":243,"Date":"6/17/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":142,"Cost":93,"Date":"8/27/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":859,"Cost":589,"Date":"10/1/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":452,"Date":"11/4/2024"},{"Store":"Shumen Mall","Brand":"COS","Country":"Bulgaria","Sale":622,"Cost":514,"Date":"11/9/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":497,"Cost":430,"Date":"3/27/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"4/17/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":22,"Cost":21,"Date":"8/11/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":75,"Cost":46,"Date":"8/21/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":897,"Cost":774,"Date":"9/5/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":795,"Date":"9/14/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":382,"Date":"9/20/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":863,"Cost":802,"Date":"11/20/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":180,"Date":"12/21/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":175,"Cost":101,"Date":"1/7/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":824,"Cost":635,"Date":"1/21/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":587,"Date":"2/9/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":445,"Cost":238,"Date":"3/19/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":881,"Cost":775,"Date":"4/3/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":150,"Date":"4/5/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":299,"Cost":182,"Date":"4/28/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":867,"Cost":454,"Date":"7/10/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":617,"Cost":374,"Date":"3/25/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":911,"Cost":654,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":753,"Cost":608,"Date":"10/28/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":382,"Cost":268,"Date":"3/2/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":658,"Date":"6/28/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":337,"Cost":217,"Date":"7/17/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":851,"Cost":532,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":73,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":441,"Cost":409,"Date":"11/20/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":117,"Cost":72,"Date":"12/16/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":51,"Date":"12/30/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":223,"Cost":113,"Date":"2/15/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":780,"Cost":478,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":222,"Date":"3/7/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":504,"Cost":387,"Date":"4/18/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":750,"Cost":399,"Date":"7/27/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":322,"Cost":168,"Date":"8/18/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":994,"Cost":816,"Date":"10/31/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":713,"Cost":424,"Date":"11/11/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":480,"Cost":253,"Date":"11/30/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":827,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":381,"Date":"3/1/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":444,"Cost":302,"Date":"4/13/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":71,"Cost":47,"Date":"8/13/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":665,"Cost":357,"Date":"9/15/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":745,"Cost":556,"Date":"10/14/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":555,"Cost":391,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":610,"Cost":407,"Date":"11/11/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":648,"Cost":402,"Date":"12/7/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":576,"Date":"12/21/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":339,"Cost":230,"Date":"1/6/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":446,"Cost":403,"Date":"1/23/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":405,"Date":"2/4/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":936,"Cost":855,"Date":"3/10/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":662,"Date":"3/12/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":26,"Date":"3/31/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":766,"Cost":541,"Date":"6/16/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":650,"Date":"6/17/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":115,"Cost":96,"Date":"8/27/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":190,"Cost":179,"Date":"10/1/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":823,"Cost":594,"Date":"11/4/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":200,"Cost":161,"Date":"11/9/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":516,"Cost":322,"Date":"3/27/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":893,"Cost":567,"Date":"4/17/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":488,"Cost":447,"Date":"8/11/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":946,"Cost":767,"Date":"8/21/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":918,"Cost":865,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":654,"Cost":438,"Date":"9/5/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":398,"Cost":340,"Date":"9/14/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":864,"Cost":438,"Date":"9/20/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":53,"Cost":47,"Date":"11/20/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":64,"Date":"12/21/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":490,"Cost":301,"Date":"1/7/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":77,"Date":"1/21/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":858,"Date":"2/9/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":788,"Cost":467,"Date":"3/19/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":844,"Cost":434,"Date":"4/3/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":707,"Cost":429,"Date":"4/5/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":122,"Cost":72,"Date":"4/28/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":39,"Cost":24,"Date":"7/10/2019"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":360,"Cost":195,"Date":"3/25/2020"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":573,"Cost":494,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":668,"Cost":394,"Date":"10/28/2020"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":78,"Cost":53,"Date":"3/2/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":452,"Cost":277,"Date":"6/28/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":600,"Cost":415,"Date":"7/17/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":594,"Cost":362,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":129,"Cost":82,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":253,"Date":"11/20/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":508,"Date":"12/16/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":143,"Date":"12/30/2021"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":141,"Date":"2/15/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":165,"Cost":96,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":311,"Cost":263,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":177,"Cost":154,"Date":"4/18/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":546,"Cost":441,"Date":"7/27/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":982,"Cost":789,"Date":"8/18/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":286,"Date":"10/31/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":373,"Cost":211,"Date":"11/11/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":775,"Cost":722,"Date":"11/30/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":118,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":671,"Cost":441,"Date":"3/1/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":910,"Cost":627,"Date":"4/13/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":268,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":236,"Date":"8/13/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":604,"Cost":548,"Date":"9/15/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":836,"Cost":539,"Date":"10/14/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":412,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":192,"Cost":136,"Date":"11/11/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":745,"Cost":447,"Date":"12/7/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":819,"Cost":440,"Date":"12/21/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":382,"Cost":285,"Date":"1/6/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":309,"Date":"1/23/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":62,"Cost":45,"Date":"2/4/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":13,"Cost":7,"Date":"3/10/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":237,"Date":"3/12/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":162,"Date":"3/31/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":142,"Date":"6/16/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":15,"Cost":11,"Date":"6/17/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":80,"Cost":72,"Date":"8/27/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":878,"Cost":746,"Date":"10/1/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"11/4/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":194,"Cost":177,"Date":"11/9/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":120,"Cost":70,"Date":"3/27/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":756,"Cost":680,"Date":"4/17/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":772,"Cost":681,"Date":"8/11/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":430,"Date":"8/21/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":661,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":42,"Cost":21,"Date":"9/5/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":150,"Cost":89,"Date":"9/14/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":568,"Cost":510,"Date":"9/20/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":753,"Cost":486,"Date":"11/20/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":594,"Date":"12/21/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":313,"Cost":294,"Date":"1/7/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":325,"Cost":225,"Date":"1/21/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":184,"Cost":146,"Date":"2/9/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":79,"Cost":74,"Date":"3/19/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":33,"Cost":18,"Date":"4/3/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":54,"Date":"4/5/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":799,"Cost":429,"Date":"4/28/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":907,"Cost":818,"Date":"7/10/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":749,"Cost":526,"Date":"3/25/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":396,"Cost":360,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":112,"Date":"10/28/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":93,"Date":"3/2/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":392,"Cost":314,"Date":"6/28/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":765,"Cost":546,"Date":"7/17/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":278,"Cost":207,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":9,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":898,"Cost":675,"Date":"11/20/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":423,"Date":"12/16/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":228,"Cost":192,"Date":"12/30/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":681,"Cost":538,"Date":"2/15/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":494,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":238,"Cost":166,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":689,"Cost":357,"Date":"4/18/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":505,"Cost":381,"Date":"7/27/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":622,"Cost":482,"Date":"8/18/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":404,"Cost":366,"Date":"10/31/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":364,"Cost":273,"Date":"11/11/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":804,"Date":"11/30/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":567,"Cost":516,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":200,"Cost":179,"Date":"3/1/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":594,"Cost":517,"Date":"4/13/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":683,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":915,"Cost":718,"Date":"8/13/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":485,"Cost":344,"Date":"9/15/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":968,"Cost":620,"Date":"10/14/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":766,"Cost":648,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":534,"Cost":485,"Date":"11/11/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":696,"Cost":621,"Date":"12/7/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":142,"Cost":125,"Date":"12/21/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":161,"Date":"1/6/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":25,"Date":"1/23/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":424,"Cost":220,"Date":"2/4/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":259,"Cost":222,"Date":"3/10/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":794,"Cost":743,"Date":"3/12/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":668,"Cost":561,"Date":"3/31/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":390,"Date":"6/16/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":780,"Cost":585,"Date":"6/17/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":306,"Date":"8/27/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":896,"Cost":654,"Date":"10/1/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":354,"Cost":333,"Date":"11/4/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":171,"Date":"11/9/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":712,"Cost":361,"Date":"3/27/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":365,"Date":"4/17/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":552,"Date":"8/11/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":495,"Date":"8/21/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":461,"Cost":383,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":642,"Date":"9/5/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":203,"Cost":126,"Date":"9/14/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":716,"Date":"9/20/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":420,"Cost":293,"Date":"11/20/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":969,"Cost":849,"Date":"12/21/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":535,"Cost":352,"Date":"1/7/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":209,"Cost":184,"Date":"1/21/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":312,"Cost":208,"Date":"2/9/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":485,"Date":"3/19/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":748,"Date":"4/3/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":568,"Cost":368,"Date":"4/5/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":750,"Cost":597,"Date":"4/28/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":571,"Date":"7/10/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":717,"Cost":595,"Date":"3/25/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":121,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":56,"Date":"10/28/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":420,"Cost":385,"Date":"3/2/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":733,"Date":"6/28/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":26,"Date":"7/17/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":461,"Cost":307,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":568,"Cost":507,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":213,"Date":"11/20/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":11,"Cost":6,"Date":"12/16/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":789,"Cost":493,"Date":"12/30/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":308,"Date":"2/15/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":300,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":813,"Cost":626,"Date":"3/7/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":190,"Date":"4/18/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":94,"Cost":65,"Date":"7/27/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":542,"Cost":358,"Date":"8/18/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":98,"Date":"10/31/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":223,"Date":"11/11/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":631,"Cost":403,"Date":"11/30/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":921,"Cost":807,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":979,"Cost":823,"Date":"3/1/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":574,"Cost":545,"Date":"4/13/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":204,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":31,"Date":"8/13/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":811,"Cost":565,"Date":"9/15/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":12,"Date":"10/14/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":187,"Cost":155,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":71,"Date":"11/11/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":138,"Date":"12/7/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":923,"Date":"12/21/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":719,"Cost":636,"Date":"1/6/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":580,"Date":"1/23/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":32,"Cost":17,"Date":"2/4/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":460,"Cost":260,"Date":"3/10/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":455,"Date":"3/12/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":414,"Cost":208,"Date":"3/31/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":275,"Date":"6/16/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":146,"Cost":119,"Date":"6/17/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":780,"Date":"8/27/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":425,"Cost":376,"Date":"10/1/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":426,"Date":"11/4/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":898,"Cost":768,"Date":"11/9/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":546,"Cost":351,"Date":"3/27/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":993,"Cost":880,"Date":"4/17/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":588,"Cost":514,"Date":"8/11/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":541,"Date":"8/21/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":821,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":572,"Date":"9/5/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":831,"Cost":531,"Date":"9/14/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":220,"Cost":144,"Date":"9/20/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":438,"Date":"11/20/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":593,"Cost":553,"Date":"12/21/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":263,"Cost":190,"Date":"1/7/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":618,"Cost":345,"Date":"1/21/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":255,"Cost":170,"Date":"2/9/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":538,"Cost":461,"Date":"3/19/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":155,"Cost":119,"Date":"4/3/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":222,"Cost":116,"Date":"4/5/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":622,"Cost":424,"Date":"4/28/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":446,"Date":"7/10/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":580,"Date":"3/25/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":110,"Cost":58,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":602,"Cost":328,"Date":"10/28/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":885,"Cost":451,"Date":"3/2/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":597,"Cost":453,"Date":"6/28/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":359,"Date":"7/17/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":824,"Cost":578,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":649,"Cost":456,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":851,"Cost":520,"Date":"11/20/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":135,"Cost":79,"Date":"12/16/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":625,"Cost":578,"Date":"12/30/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":816,"Cost":691,"Date":"2/15/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":749,"Cost":613,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":183,"Cost":170,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":423,"Date":"4/18/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":636,"Cost":534,"Date":"7/27/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":355,"Cost":324,"Date":"8/18/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":620,"Cost":526,"Date":"10/31/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":642,"Cost":531,"Date":"11/11/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":113,"Date":"11/30/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":431,"Cost":387,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":1000,"Cost":708,"Date":"3/1/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":59,"Date":"4/13/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":696,"Cost":553,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":140,"Cost":104,"Date":"8/13/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":76,"Date":"9/15/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":489,"Date":"10/14/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":422,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":531,"Cost":292,"Date":"11/11/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":234,"Cost":208,"Date":"12/7/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":972,"Cost":646,"Date":"12/21/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":586,"Cost":444,"Date":"1/6/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":15,"Cost":14,"Date":"1/23/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":336,"Cost":219,"Date":"2/4/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":534,"Cost":315,"Date":"3/10/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":704,"Date":"3/12/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":292,"Date":"3/31/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":464,"Cost":261,"Date":"6/16/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":534,"Date":"6/17/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":645,"Cost":327,"Date":"8/27/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":312,"Cost":260,"Date":"10/1/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":768,"Cost":585,"Date":"11/4/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":429,"Cost":354,"Date":"11/9/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":953,"Cost":630,"Date":"3/27/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":962,"Cost":643,"Date":"4/17/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":503,"Cost":453,"Date":"8/11/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":161,"Date":"8/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":204,"Cost":111,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":816,"Cost":638,"Date":"9/5/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":242,"Cost":166,"Date":"9/14/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":402,"Date":"9/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":510,"Date":"11/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":168,"Cost":102,"Date":"12/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":158,"Cost":107,"Date":"1/7/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":197,"Cost":148,"Date":"1/21/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":501,"Cost":342,"Date":"2/9/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":809,"Date":"3/19/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":759,"Date":"4/3/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":272,"Cost":183,"Date":"4/5/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":291,"Cost":179,"Date":"4/28/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":544,"Cost":434,"Date":"7/10/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":779,"Cost":651,"Date":"3/25/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":117,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":135,"Date":"10/28/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":519,"Date":"3/2/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":451,"Cost":382,"Date":"6/28/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":368,"Cost":339,"Date":"7/17/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":279,"Cost":183,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":423,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":713,"Date":"11/20/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":360,"Cost":234,"Date":"12/16/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":581,"Cost":335,"Date":"12/30/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":508,"Date":"2/15/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":677,"Cost":501,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":147,"Cost":112,"Date":"4/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":761,"Cost":519,"Date":"7/27/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":435,"Date":"8/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":11,"Cost":8,"Date":"10/31/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":895,"Cost":839,"Date":"11/11/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":249,"Date":"11/30/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":111,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":953,"Cost":797,"Date":"3/1/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":52,"Cost":49,"Date":"4/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":960,"Cost":865,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":226,"Cost":215,"Date":"8/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":482,"Cost":373,"Date":"9/15/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":736,"Cost":698,"Date":"10/14/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":404,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":138,"Date":"11/11/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":605,"Cost":560,"Date":"12/7/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":409,"Cost":294,"Date":"12/21/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":343,"Date":"1/6/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":98,"Cost":82,"Date":"1/23/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":287,"Cost":229,"Date":"2/4/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":210,"Date":"3/10/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":738,"Cost":478,"Date":"3/12/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":776,"Date":"3/31/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":737,"Cost":420,"Date":"6/16/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":499,"Cost":258,"Date":"6/17/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":893,"Cost":546,"Date":"8/27/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":467,"Cost":381,"Date":"10/1/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":690,"Date":"11/4/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":580,"Cost":422,"Date":"11/9/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":849,"Cost":625,"Date":"3/27/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":651,"Date":"4/17/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":799,"Cost":736,"Date":"8/11/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":750,"Cost":651,"Date":"8/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":525,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":762,"Cost":642,"Date":"9/5/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":147,"Date":"9/14/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":253,"Cost":168,"Date":"9/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":359,"Cost":263,"Date":"11/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":37,"Cost":19,"Date":"12/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":561,"Cost":403,"Date":"1/7/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":957,"Cost":887,"Date":"1/21/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":796,"Cost":543,"Date":"2/9/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":719,"Cost":425,"Date":"3/19/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":504,"Date":"4/3/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":917,"Cost":712,"Date":"4/5/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":398,"Cost":243,"Date":"4/28/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":82,"Cost":52,"Date":"7/10/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":186,"Cost":167,"Date":"3/25/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":968,"Cost":491,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":766,"Cost":577,"Date":"10/28/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":657,"Cost":389,"Date":"3/2/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":334,"Date":"6/28/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":489,"Cost":323,"Date":"7/17/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":113,"Cost":98,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":430,"Cost":342,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":881,"Cost":593,"Date":"11/20/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":254,"Date":"12/16/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":205,"Cost":190,"Date":"12/30/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":918,"Cost":505,"Date":"2/15/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":577,"Cost":337,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":953,"Cost":639,"Date":"3/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":598,"Date":"4/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":311,"Cost":161,"Date":"7/27/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":288,"Cost":174,"Date":"8/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":631,"Cost":599,"Date":"10/31/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":604,"Cost":351,"Date":"11/11/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"11/30/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":253,"Cost":143,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":194,"Cost":153,"Date":"3/1/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":306,"Cost":205,"Date":"4/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":846,"Cost":583,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":435,"Date":"8/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":718,"Cost":470,"Date":"9/15/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":84,"Cost":72,"Date":"10/14/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":859,"Cost":586,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":9,"Cost":7,"Date":"11/11/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":194,"Cost":171,"Date":"12/7/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":908,"Cost":593,"Date":"12/21/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":392,"Cost":372,"Date":"1/6/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":499,"Cost":303,"Date":"1/23/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":201,"Date":"2/4/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":342,"Date":"3/10/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":481,"Cost":418,"Date":"3/12/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":629,"Cost":396,"Date":"3/31/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":623,"Cost":344,"Date":"6/16/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":449,"Date":"6/17/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":314,"Cost":186,"Date":"8/27/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":436,"Date":"10/1/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":710,"Cost":657,"Date":"11/4/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":676,"Date":"11/9/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":609,"Cost":505,"Date":"3/27/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":280,"Cost":254,"Date":"4/17/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":81,"Cost":63,"Date":"8/11/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":199,"Cost":110,"Date":"8/21/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":308,"Cost":185,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":90,"Cost":82,"Date":"9/5/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":833,"Cost":594,"Date":"9/14/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"9/20/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":388,"Date":"11/20/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":564,"Cost":369,"Date":"12/21/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":128,"Cost":90,"Date":"1/7/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":371,"Cost":211,"Date":"1/21/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":495,"Cost":253,"Date":"2/9/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":142,"Cost":85,"Date":"3/19/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":724,"Cost":474,"Date":"4/3/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":342,"Date":"4/5/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":398,"Cost":345,"Date":"4/28/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":95,"Cost":66,"Date":"7/10/2019"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":634,"Cost":517,"Date":"3/25/2020"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":86,"Cost":50,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":196,"Cost":118,"Date":"10/28/2020"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":655,"Cost":496,"Date":"3/2/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":43,"Cost":38,"Date":"6/28/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":692,"Cost":577,"Date":"7/17/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":119,"Cost":69,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":302,"Cost":199,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":634,"Cost":427,"Date":"11/20/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":407,"Cost":360,"Date":"12/16/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":9,"Cost":6,"Date":"12/30/2021"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":651,"Date":"2/15/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":757,"Cost":451,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":242,"Cost":170,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":453,"Cost":401,"Date":"4/18/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":984,"Cost":506,"Date":"7/27/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":531,"Cost":383,"Date":"8/18/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":606,"Cost":483,"Date":"10/31/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":64,"Cost":41,"Date":"11/11/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":457,"Cost":388,"Date":"11/30/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":282,"Cost":173,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":768,"Cost":696,"Date":"3/1/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":932,"Cost":600,"Date":"4/13/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":842,"Cost":575,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":223,"Cost":185,"Date":"8/13/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":449,"Cost":334,"Date":"9/15/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":367,"Date":"10/14/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":697,"Cost":542,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":863,"Cost":594,"Date":"11/11/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":249,"Date":"12/7/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":52,"Date":"12/21/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":415,"Cost":312,"Date":"1/6/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":410,"Date":"1/23/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":874,"Cost":453,"Date":"2/4/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":454,"Cost":425,"Date":"3/10/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":104,"Cost":87,"Date":"3/12/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":651,"Cost":580,"Date":"3/31/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":862,"Cost":570,"Date":"6/16/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":456,"Cost":262,"Date":"6/17/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":757,"Cost":485,"Date":"8/27/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":440,"Cost":224,"Date":"10/1/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":716,"Cost":527,"Date":"11/4/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":108,"Cost":90,"Date":"11/9/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":678,"Cost":626,"Date":"3/27/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":173,"Cost":128,"Date":"4/17/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":624,"Date":"8/11/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":384,"Cost":350,"Date":"8/21/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":295,"Cost":236,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":973,"Cost":547,"Date":"9/5/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":106,"Cost":98,"Date":"9/14/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":345,"Cost":290,"Date":"9/20/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":513,"Cost":314,"Date":"11/20/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":191,"Cost":138,"Date":"12/21/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":506,"Cost":361,"Date":"1/7/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":936,"Cost":815,"Date":"1/21/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":787,"Cost":718,"Date":"2/9/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":497,"Cost":322,"Date":"3/19/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":516,"Cost":490,"Date":"4/3/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":546,"Cost":483,"Date":"4/5/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":525,"Date":"4/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":721,"Cost":529,"Date":"7/10/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":414,"Cost":389,"Date":"3/25/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":521,"Cost":399,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":864,"Cost":537,"Date":"10/28/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":594,"Date":"3/2/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":490,"Cost":387,"Date":"6/28/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":85,"Cost":43,"Date":"7/17/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":243,"Cost":160,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":324,"Cost":163,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":269,"Date":"11/20/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":202,"Cost":159,"Date":"12/16/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":280,"Date":"12/30/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":138,"Cost":122,"Date":"2/15/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":694,"Cost":412,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":840,"Cost":514,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":962,"Cost":603,"Date":"4/18/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"7/27/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":684,"Cost":576,"Date":"8/18/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":607,"Date":"10/31/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":75,"Cost":67,"Date":"11/11/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":327,"Cost":215,"Date":"11/30/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":321,"Cost":274,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":251,"Cost":165,"Date":"3/1/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":868,"Cost":775,"Date":"4/13/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":30,"Cost":17,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":261,"Cost":154,"Date":"8/13/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":334,"Cost":278,"Date":"9/15/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":138,"Date":"10/14/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":253,"Cost":214,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":729,"Cost":393,"Date":"11/11/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":545,"Cost":296,"Date":"12/7/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":277,"Date":"12/21/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":672,"Cost":627,"Date":"1/6/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":873,"Cost":437,"Date":"1/23/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":197,"Cost":156,"Date":"2/4/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":613,"Cost":510,"Date":"3/10/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":241,"Cost":167,"Date":"3/12/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":266,"Cost":167,"Date":"3/31/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":381,"Cost":354,"Date":"6/16/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":643,"Cost":494,"Date":"6/17/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":25,"Cost":13,"Date":"8/27/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":882,"Cost":810,"Date":"10/1/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":46,"Cost":43,"Date":"11/4/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":891,"Date":"11/9/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":74,"Date":"3/27/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":466,"Cost":332,"Date":"4/17/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":444,"Cost":419,"Date":"8/11/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":264,"Cost":236,"Date":"8/21/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":502,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":258,"Cost":191,"Date":"9/5/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":392,"Date":"9/14/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":25,"Date":"9/20/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":70,"Date":"11/20/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":582,"Cost":439,"Date":"12/21/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":834,"Cost":678,"Date":"1/7/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":769,"Cost":486,"Date":"1/21/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":630,"Date":"2/9/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":225,"Date":"3/19/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":51,"Date":"4/3/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":542,"Cost":376,"Date":"4/5/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":275,"Date":"4/28/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":829,"Cost":451,"Date":"7/10/2019"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":98,"Cost":81,"Date":"3/25/2020"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":485,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":188,"Cost":129,"Date":"10/28/2020"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":743,"Cost":594,"Date":"3/2/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":198,"Cost":101,"Date":"6/28/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":581,"Cost":318,"Date":"7/17/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":607,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":350,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":764,"Cost":472,"Date":"11/20/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":720,"Cost":378,"Date":"12/16/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":70,"Date":"12/30/2021"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":209,"Cost":105,"Date":"2/15/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":457,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":877,"Cost":757,"Date":"3/7/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":965,"Cost":915,"Date":"4/18/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":363,"Date":"7/27/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":280,"Date":"8/18/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":542,"Date":"10/31/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":244,"Date":"11/11/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":539,"Cost":335,"Date":"11/30/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":453,"Cost":413,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":374,"Date":"3/1/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":407,"Cost":236,"Date":"4/13/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":990,"Cost":718,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":924,"Cost":570,"Date":"8/13/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":161,"Cost":116,"Date":"9/15/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":163,"Cost":147,"Date":"10/14/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":257,"Cost":210,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":273,"Date":"11/11/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":480,"Date":"12/7/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":401,"Cost":317,"Date":"12/21/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":825,"Cost":664,"Date":"1/6/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"1/23/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":894,"Cost":567,"Date":"2/4/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":563,"Date":"3/10/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":860,"Cost":560,"Date":"3/12/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":236,"Cost":210,"Date":"3/31/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":823,"Cost":551,"Date":"6/16/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":641,"Cost":459,"Date":"6/17/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":605,"Date":"8/27/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":593,"Cost":389,"Date":"10/1/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":309,"Cost":176,"Date":"11/4/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":390,"Cost":362,"Date":"11/9/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":253,"Date":"3/27/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":210,"Date":"4/17/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":613,"Date":"8/11/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":849,"Cost":763,"Date":"8/21/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":523,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":293,"Date":"9/5/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":863,"Cost":473,"Date":"9/14/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":526,"Date":"9/20/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":343,"Cost":242,"Date":"11/20/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":542,"Cost":355,"Date":"12/21/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":72,"Cost":41,"Date":"1/7/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":603,"Cost":305,"Date":"1/21/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":38,"Date":"2/9/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":469,"Date":"3/19/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":696,"Date":"4/3/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":308,"Date":"4/5/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":344,"Cost":296,"Date":"4/28/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":32,"Date":"7/10/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":355,"Cost":179,"Date":"3/25/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":963,"Cost":876,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":58,"Cost":44,"Date":"10/28/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":504,"Cost":285,"Date":"3/2/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":653,"Cost":525,"Date":"6/28/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":832,"Cost":772,"Date":"7/17/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":289,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":555,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":774,"Cost":679,"Date":"11/20/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":136,"Date":"12/16/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":8,"Date":"12/30/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":422,"Date":"2/15/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":567,"Cost":305,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":414,"Cost":385,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":284,"Cost":264,"Date":"4/18/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":100,"Cost":82,"Date":"7/27/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":99,"Cost":81,"Date":"8/18/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":156,"Date":"10/31/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":855,"Cost":693,"Date":"11/11/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":290,"Cost":223,"Date":"11/30/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":237,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":393,"Date":"3/1/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":842,"Cost":435,"Date":"4/13/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":371,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":992,"Cost":807,"Date":"8/13/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":86,"Date":"9/15/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":506,"Date":"10/14/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":741,"Cost":468,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":760,"Cost":429,"Date":"11/11/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":628,"Cost":415,"Date":"12/7/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":700,"Date":"12/21/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":600,"Cost":454,"Date":"1/6/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":393,"Date":"1/23/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":434,"Cost":241,"Date":"2/4/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":791,"Date":"3/10/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":342,"Cost":282,"Date":"3/12/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":871,"Cost":595,"Date":"3/31/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":54,"Cost":29,"Date":"6/16/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":180,"Cost":130,"Date":"6/17/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":536,"Date":"8/27/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":429,"Date":"10/1/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":583,"Cost":313,"Date":"11/4/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":459,"Cost":353,"Date":"11/9/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":108,"Cost":60,"Date":"3/27/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":507,"Cost":300,"Date":"4/17/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":272,"Date":"8/11/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":849,"Cost":571,"Date":"8/21/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":457,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":710,"Cost":628,"Date":"9/5/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":25,"Date":"9/14/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":119,"Date":"9/20/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":145,"Date":"11/20/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":199,"Date":"12/21/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":227,"Cost":203,"Date":"1/7/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":247,"Date":"1/21/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":369,"Date":"2/9/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":707,"Date":"3/19/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":633,"Cost":334,"Date":"4/3/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":507,"Cost":418,"Date":"4/5/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":305,"Date":"4/28/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":347,"Date":"7/10/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":49,"Cost":44,"Date":"3/25/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":770,"Cost":477,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":443,"Date":"10/28/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":392,"Date":"3/2/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":272,"Cost":181,"Date":"6/28/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":277,"Cost":152,"Date":"7/17/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":530,"Cost":327,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":649,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":307,"Date":"11/20/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":204,"Date":"12/16/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":390,"Cost":259,"Date":"12/30/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":851,"Cost":665,"Date":"2/15/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":23,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":493,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":466,"Cost":307,"Date":"4/18/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":539,"Date":"7/27/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":425,"Date":"8/18/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":19,"Date":"10/31/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":448,"Date":"11/11/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":40,"Cost":37,"Date":"11/30/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":335,"Cost":261,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":61,"Date":"3/1/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":701,"Cost":653,"Date":"4/13/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":679,"Cost":372,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":644,"Date":"8/13/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":827,"Cost":647,"Date":"9/15/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":785,"Cost":608,"Date":"10/14/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":172,"Cost":97,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":145,"Cost":126,"Date":"11/11/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":297,"Cost":180,"Date":"12/7/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":520,"Date":"12/21/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":762,"Cost":673,"Date":"1/6/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":861,"Cost":436,"Date":"1/23/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":5,"Date":"2/4/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":223,"Cost":171,"Date":"3/10/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":447,"Cost":357,"Date":"3/12/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":329,"Cost":280,"Date":"3/31/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":480,"Cost":428,"Date":"6/16/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":352,"Cost":277,"Date":"6/17/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":46,"Cost":23,"Date":"8/27/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":33,"Date":"10/1/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":78,"Cost":70,"Date":"11/4/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":612,"Cost":495,"Date":"11/9/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":380,"Cost":351,"Date":"3/27/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":145,"Date":"4/17/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":515,"Cost":441,"Date":"8/11/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":87,"Cost":79,"Date":"8/21/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":382,"Cost":360,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":917,"Cost":650,"Date":"9/5/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":110,"Date":"9/14/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":627,"Date":"9/20/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":80,"Cost":67,"Date":"11/20/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":254,"Cost":207,"Date":"12/21/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":501,"Cost":460,"Date":"1/7/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":204,"Cost":176,"Date":"1/21/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":925,"Cost":579,"Date":"2/9/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":105,"Date":"3/19/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":826,"Cost":699,"Date":"4/3/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":339,"Date":"4/5/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":592,"Cost":397,"Date":"4/28/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":125,"Cost":105,"Date":"7/10/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":76,"Cost":56,"Date":"3/25/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":177,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":13,"Cost":10,"Date":"10/28/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":46,"Cost":25,"Date":"3/2/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":437,"Date":"6/28/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":203,"Date":"7/17/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":36,"Cost":29,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":892,"Cost":764,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":203,"Date":"11/20/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":96,"Date":"12/16/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":897,"Cost":652,"Date":"12/30/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":846,"Cost":797,"Date":"2/15/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":791,"Cost":570,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":101,"Cost":86,"Date":"3/7/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":321,"Cost":179,"Date":"4/18/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":850,"Cost":621,"Date":"7/27/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":212,"Date":"8/18/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":875,"Cost":522,"Date":"10/31/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":656,"Date":"11/11/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":590,"Date":"11/30/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":605,"Cost":377,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":972,"Cost":592,"Date":"3/1/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":124,"Cost":82,"Date":"4/13/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":162,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":325,"Cost":294,"Date":"8/13/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":109,"Cost":57,"Date":"9/15/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":911,"Cost":836,"Date":"10/14/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":177,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":272,"Cost":247,"Date":"11/11/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":101,"Cost":58,"Date":"12/7/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":136,"Date":"12/21/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"1/6/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":961,"Cost":820,"Date":"1/23/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":489,"Cost":397,"Date":"2/4/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":579,"Cost":491,"Date":"3/10/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":423,"Date":"3/12/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":417,"Cost":362,"Date":"3/31/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":359,"Cost":341,"Date":"6/16/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":33,"Cost":30,"Date":"6/17/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":799,"Cost":403,"Date":"8/27/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":763,"Date":"10/1/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":651,"Cost":507,"Date":"11/4/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":574,"Cost":341,"Date":"11/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":29,"Cost":23,"Date":"3/27/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":74,"Cost":57,"Date":"4/17/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":148,"Date":"8/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"8/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":571,"Cost":309,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":317,"Date":"9/5/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":518,"Cost":334,"Date":"9/14/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":541,"Cost":489,"Date":"9/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":360,"Cost":289,"Date":"11/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":250,"Date":"12/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":410,"Date":"1/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":325,"Cost":196,"Date":"1/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":478,"Date":"2/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":124,"Cost":113,"Date":"3/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":337,"Date":"4/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":263,"Date":"4/5/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":474,"Date":"4/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":202,"Date":"7/10/2019"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":781,"Cost":742,"Date":"3/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":52,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":395,"Cost":203,"Date":"10/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":387,"Cost":219,"Date":"3/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":543,"Cost":511,"Date":"6/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":690,"Date":"7/17/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":884,"Cost":648,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":907,"Cost":791,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":39,"Cost":34,"Date":"11/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":659,"Cost":336,"Date":"12/16/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":593,"Cost":459,"Date":"12/30/2021"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":581,"Cost":459,"Date":"2/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":395,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":273,"Cost":245,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":218,"Date":"4/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":89,"Cost":47,"Date":"7/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":542,"Cost":415,"Date":"8/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":559,"Date":"10/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":217,"Cost":140,"Date":"11/11/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":810,"Cost":676,"Date":"11/30/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":480,"Cost":351,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":132,"Cost":102,"Date":"3/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":581,"Date":"4/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":789,"Cost":637,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":645,"Cost":392,"Date":"8/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":814,"Cost":440,"Date":"9/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":348,"Cost":183,"Date":"10/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":567,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":486,"Date":"11/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":822,"Cost":539,"Date":"12/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":125,"Date":"12/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":980,"Cost":778,"Date":"1/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":54,"Cost":48,"Date":"1/23/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":344,"Cost":255,"Date":"2/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":453,"Cost":272,"Date":"3/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":591,"Cost":553,"Date":"3/12/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":148,"Cost":99,"Date":"3/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":590,"Cost":400,"Date":"6/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":764,"Cost":613,"Date":"6/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":764,"Cost":595,"Date":"8/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":763,"Cost":691,"Date":"10/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":516,"Date":"11/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":570,"Cost":343,"Date":"11/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":755,"Cost":601,"Date":"3/27/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":316,"Cost":226,"Date":"4/17/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":886,"Cost":612,"Date":"8/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":850,"Cost":729,"Date":"8/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":240,"Cost":199,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":716,"Cost":468,"Date":"9/5/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":277,"Date":"9/14/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":661,"Cost":576,"Date":"9/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":996,"Cost":912,"Date":"11/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":617,"Cost":400,"Date":"12/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":826,"Cost":618,"Date":"1/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":104,"Cost":72,"Date":"1/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":497,"Cost":335,"Date":"2/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":99,"Cost":78,"Date":"3/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":330,"Date":"4/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":506,"Cost":374,"Date":"4/5/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":252,"Cost":170,"Date":"4/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":47,"Cost":33,"Date":"7/10/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":130,"Cost":72,"Date":"3/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":709,"Cost":460,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":614,"Cost":307,"Date":"10/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":551,"Cost":460,"Date":"3/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":480,"Cost":315,"Date":"6/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":907,"Cost":771,"Date":"7/17/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":434,"Cost":310,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":60,"Cost":42,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":987,"Cost":923,"Date":"11/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":246,"Cost":174,"Date":"12/16/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":661,"Cost":457,"Date":"12/30/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":146,"Cost":90,"Date":"2/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":494,"Cost":420,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":466,"Cost":361,"Date":"4/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":223,"Date":"7/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":319,"Cost":250,"Date":"8/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":205,"Cost":194,"Date":"10/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":474,"Cost":420,"Date":"11/11/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":431,"Cost":266,"Date":"11/30/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":663,"Cost":379,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":614,"Cost":550,"Date":"3/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":200,"Cost":107,"Date":"4/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":473,"Cost":322,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":699,"Cost":364,"Date":"8/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":275,"Cost":206,"Date":"9/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":250,"Cost":193,"Date":"10/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":791,"Cost":520,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":388,"Cost":353,"Date":"11/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":388,"Cost":309,"Date":"12/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":877,"Cost":769,"Date":"12/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":61,"Cost":56,"Date":"1/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"1/23/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":145,"Cost":90,"Date":"2/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":186,"Cost":156,"Date":"3/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":834,"Cost":533,"Date":"3/12/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":945,"Cost":885,"Date":"3/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":272,"Cost":223,"Date":"6/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":507,"Cost":436,"Date":"6/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":450,"Cost":380,"Date":"8/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":468,"Cost":441,"Date":"10/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":644,"Cost":330,"Date":"11/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":437,"Date":"11/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":721,"Cost":599,"Date":"3/27/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":201,"Date":"4/17/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":929,"Cost":874,"Date":"8/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":35,"Date":"8/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":32,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":607,"Cost":324,"Date":"9/5/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":326,"Date":"9/14/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":523,"Cost":290,"Date":"9/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":123,"Date":"11/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":678,"Date":"12/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":242,"Cost":160,"Date":"1/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":284,"Cost":242,"Date":"1/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":28,"Date":"2/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":30,"Cost":18,"Date":"3/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":194,"Cost":136,"Date":"4/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":873,"Cost":801,"Date":"4/5/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":703,"Date":"4/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":388,"Date":"7/10/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":578,"Date":"3/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":889,"Cost":765,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":224,"Date":"10/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":442,"Cost":281,"Date":"3/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":507,"Date":"6/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"7/17/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":483,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":647,"Cost":468,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":479,"Cost":240,"Date":"11/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":424,"Cost":272,"Date":"12/16/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":148,"Date":"12/30/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":487,"Cost":433,"Date":"2/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":522,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":582,"Cost":403,"Date":"3/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":594,"Cost":486,"Date":"4/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":670,"Cost":396,"Date":"7/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":825,"Cost":528,"Date":"8/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":820,"Cost":495,"Date":"10/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":940,"Cost":544,"Date":"11/11/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":886,"Cost":524,"Date":"11/30/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":408,"Cost":260,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":484,"Date":"3/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":398,"Cost":297,"Date":"4/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":725,"Cost":509,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":853,"Cost":533,"Date":"8/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":639,"Cost":482,"Date":"9/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":298,"Cost":218,"Date":"10/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":19,"Cost":18,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":423,"Cost":224,"Date":"11/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":945,"Cost":495,"Date":"12/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":98,"Date":"12/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":348,"Date":"1/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":100,"Date":"1/23/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":407,"Cost":361,"Date":"2/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":816,"Cost":721,"Date":"3/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":484,"Date":"3/12/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":575,"Cost":408,"Date":"3/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":324,"Cost":252,"Date":"6/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":502,"Cost":268,"Date":"6/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":47,"Cost":29,"Date":"8/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":731,"Cost":625,"Date":"10/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":286,"Cost":228,"Date":"11/4/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":477,"Cost":427,"Date":"11/9/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":26,"Cost":15,"Date":"3/27/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":472,"Date":"4/17/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":51,"Cost":41,"Date":"8/11/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":194,"Cost":123,"Date":"8/21/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":865,"Cost":551,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":723,"Cost":643,"Date":"9/5/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":134,"Cost":77,"Date":"9/14/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":104,"Cost":93,"Date":"9/20/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":449,"Cost":282,"Date":"11/20/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":987,"Cost":791,"Date":"12/21/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":145,"Cost":105,"Date":"1/7/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":292,"Date":"1/21/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":590,"Date":"2/9/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":790,"Cost":658,"Date":"3/19/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":852,"Cost":563,"Date":"4/3/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":923,"Cost":532,"Date":"4/5/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":262,"Cost":137,"Date":"4/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":326,"Cost":296,"Date":"7/10/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":933,"Cost":468,"Date":"3/25/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":784,"Cost":496,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":559,"Cost":318,"Date":"10/28/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":534,"Cost":362,"Date":"3/2/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":216,"Cost":181,"Date":"6/28/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":307,"Cost":155,"Date":"7/17/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":483,"Cost":351,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":683,"Cost":571,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":345,"Cost":183,"Date":"11/20/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":608,"Cost":333,"Date":"12/16/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":335,"Cost":224,"Date":"12/30/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":987,"Cost":922,"Date":"2/15/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":883,"Cost":833,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":405,"Cost":323,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":93,"Cost":50,"Date":"4/18/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":635,"Cost":388,"Date":"7/27/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":739,"Cost":581,"Date":"8/18/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":637,"Cost":494,"Date":"10/31/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":999,"Cost":530,"Date":"11/11/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":348,"Cost":317,"Date":"11/30/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":143,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":555,"Cost":395,"Date":"3/1/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":105,"Cost":57,"Date":"4/13/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":479,"Cost":322,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":968,"Cost":575,"Date":"8/13/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":188,"Cost":154,"Date":"9/15/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":746,"Cost":550,"Date":"10/14/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":571,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":709,"Cost":615,"Date":"11/11/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":469,"Date":"12/7/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":222,"Cost":185,"Date":"12/21/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":669,"Cost":533,"Date":"1/6/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":733,"Date":"1/23/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":137,"Date":"2/4/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":676,"Date":"3/10/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":703,"Cost":601,"Date":"3/12/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":255,"Cost":231,"Date":"3/31/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":932,"Cost":535,"Date":"6/16/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":188,"Date":"6/17/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":693,"Cost":353,"Date":"8/27/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":624,"Cost":538,"Date":"10/1/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":671,"Cost":506,"Date":"11/4/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":706,"Cost":625,"Date":"11/9/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":290,"Cost":157,"Date":"3/27/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":285,"Cost":173,"Date":"4/17/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":214,"Cost":178,"Date":"8/11/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":329,"Date":"8/21/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":117,"Cost":85,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":415,"Cost":301,"Date":"9/5/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":363,"Cost":285,"Date":"9/14/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":411,"Cost":301,"Date":"9/20/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":610,"Cost":333,"Date":"11/20/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":704,"Cost":462,"Date":"12/21/2018"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":714,"Cost":473,"Date":"1/7/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":347,"Cost":174,"Date":"1/21/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":935,"Cost":608,"Date":"2/9/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":522,"Cost":376,"Date":"3/19/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":665,"Cost":501,"Date":"4/3/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":501,"Date":"4/5/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":420,"Cost":324,"Date":"4/28/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":460,"Cost":430,"Date":"7/10/2019"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":316,"Cost":210,"Date":"3/25/2020"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":488,"Cost":443,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":448,"Cost":274,"Date":"10/28/2020"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":977,"Cost":701,"Date":"3/2/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":851,"Cost":683,"Date":"6/28/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":286,"Date":"7/17/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":773,"Cost":513,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":247,"Cost":165,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":479,"Cost":455,"Date":"11/20/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":455,"Date":"12/16/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":991,"Cost":824,"Date":"12/30/2021"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":673,"Cost":561,"Date":"2/15/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":741,"Cost":610,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":112,"Cost":80,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":81,"Cost":61,"Date":"4/18/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":817,"Cost":584,"Date":"7/27/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":338,"Cost":244,"Date":"8/18/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":252,"Cost":167,"Date":"10/31/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":633,"Cost":573,"Date":"11/11/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":444,"Cost":224,"Date":"11/30/2022"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":543,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":912,"Cost":783,"Date":"3/1/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":306,"Date":"4/13/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":343,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":389,"Cost":358,"Date":"8/13/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":493,"Cost":305,"Date":"9/15/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":583,"Cost":370,"Date":"10/14/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":343,"Cost":244,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":354,"Date":"11/11/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":44,"Date":"12/7/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":658,"Date":"12/21/2023"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":700,"Date":"1/6/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":773,"Cost":557,"Date":"1/23/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":941,"Cost":778,"Date":"2/4/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":785,"Cost":691,"Date":"3/10/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":83,"Cost":77,"Date":"3/12/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":156,"Cost":133,"Date":"3/31/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":467,"Cost":356,"Date":"6/16/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":344,"Cost":206,"Date":"6/17/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":299,"Cost":200,"Date":"8/27/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":895,"Cost":575,"Date":"10/1/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":849,"Cost":481,"Date":"11/4/2024"},{"Store":"Mall Dobrich","Brand":"HM Home","Country":"Bulgaria","Sale":509,"Cost":381,"Date":"11/9/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":80,"Cost":64,"Date":"3/27/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":61,"Cost":43,"Date":"4/17/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":756,"Cost":506,"Date":"8/11/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":585,"Cost":468,"Date":"8/21/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":705,"Cost":613,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":152,"Cost":82,"Date":"9/5/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":577,"Cost":380,"Date":"9/14/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":998,"Cost":820,"Date":"9/20/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":538,"Date":"11/20/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":487,"Cost":349,"Date":"12/21/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":380,"Cost":229,"Date":"1/7/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":545,"Cost":363,"Date":"1/21/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":486,"Cost":270,"Date":"2/9/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":30,"Cost":16,"Date":"3/19/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":166,"Cost":105,"Date":"4/3/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":887,"Cost":733,"Date":"4/5/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":137,"Cost":98,"Date":"4/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":834,"Cost":612,"Date":"7/10/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":849,"Cost":731,"Date":"3/25/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":258,"Cost":140,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":252,"Cost":193,"Date":"10/28/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":9,"Cost":5,"Date":"3/2/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":246,"Cost":168,"Date":"6/28/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":887,"Cost":449,"Date":"7/17/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":903,"Cost":826,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":528,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":151,"Date":"11/20/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":139,"Date":"12/16/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":731,"Cost":436,"Date":"12/30/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":714,"Date":"2/15/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":202,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":230,"Cost":196,"Date":"3/7/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":378,"Date":"4/18/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":132,"Date":"7/27/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":245,"Cost":148,"Date":"8/18/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":123,"Cost":68,"Date":"10/31/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":457,"Date":"11/11/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":193,"Cost":182,"Date":"11/30/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":323,"Cost":282,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":295,"Date":"3/1/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":107,"Cost":73,"Date":"4/13/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":918,"Cost":653,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":746,"Date":"8/13/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":903,"Cost":783,"Date":"9/15/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":406,"Cost":277,"Date":"10/14/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":745,"Cost":537,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":98,"Cost":75,"Date":"11/11/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":245,"Cost":199,"Date":"12/7/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":301,"Cost":245,"Date":"12/21/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":410,"Cost":387,"Date":"1/6/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":257,"Cost":154,"Date":"1/23/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":734,"Cost":540,"Date":"2/4/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":280,"Cost":157,"Date":"3/10/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":542,"Cost":495,"Date":"3/12/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":81,"Cost":52,"Date":"3/31/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":57,"Cost":30,"Date":"6/16/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":515,"Date":"6/17/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":629,"Cost":489,"Date":"8/27/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":350,"Cost":245,"Date":"10/1/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":977,"Cost":894,"Date":"11/4/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":941,"Cost":756,"Date":"11/9/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":271,"Date":"3/27/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":21,"Cost":20,"Date":"4/17/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":192,"Cost":176,"Date":"8/11/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":316,"Date":"8/21/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":824,"Cost":728,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":457,"Date":"9/5/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":700,"Cost":634,"Date":"9/14/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":617,"Cost":357,"Date":"9/20/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":92,"Date":"11/20/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":219,"Date":"12/21/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":498,"Cost":305,"Date":"1/7/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":564,"Date":"1/21/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":403,"Date":"2/9/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":362,"Cost":321,"Date":"3/19/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":256,"Date":"4/3/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":754,"Cost":649,"Date":"4/5/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":102,"Date":"4/28/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":703,"Cost":489,"Date":"7/10/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":510,"Cost":434,"Date":"3/25/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":506,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":995,"Cost":731,"Date":"10/28/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":595,"Cost":330,"Date":"3/2/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":167,"Date":"6/28/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":866,"Cost":697,"Date":"7/17/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":292,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":597,"Cost":330,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":790,"Cost":455,"Date":"11/20/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":839,"Cost":481,"Date":"12/16/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":296,"Date":"12/30/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":359,"Date":"2/15/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":203,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":819,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":918,"Cost":656,"Date":"4/18/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":574,"Cost":344,"Date":"7/27/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":390,"Date":"8/18/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":378,"Date":"10/31/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":712,"Cost":672,"Date":"11/11/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":70,"Cost":36,"Date":"11/30/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":433,"Cost":288,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":464,"Date":"3/1/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":893,"Cost":632,"Date":"4/13/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":543,"Cost":433,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":1000,"Cost":623,"Date":"8/13/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":887,"Cost":775,"Date":"9/15/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":959,"Cost":547,"Date":"10/14/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":248,"Cost":234,"Date":"11/11/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":471,"Date":"12/7/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":497,"Cost":408,"Date":"12/21/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":781,"Cost":619,"Date":"1/6/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":202,"Date":"1/23/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":747,"Date":"2/4/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":222,"Date":"3/10/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":644,"Cost":553,"Date":"3/12/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":762,"Cost":566,"Date":"3/31/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":375,"Date":"6/16/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":350,"Cost":192,"Date":"6/17/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":210,"Cost":155,"Date":"8/27/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":607,"Date":"10/1/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":416,"Date":"11/4/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":916,"Cost":786,"Date":"11/9/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":325,"Cost":240,"Date":"3/27/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"4/17/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":705,"Date":"8/11/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":601,"Cost":480,"Date":"8/21/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":516,"Cost":268,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":608,"Cost":330,"Date":"9/5/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":850,"Cost":709,"Date":"9/14/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":543,"Cost":301,"Date":"9/20/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":257,"Date":"11/20/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":998,"Cost":668,"Date":"12/21/2018"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":154,"Cost":88,"Date":"1/7/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":461,"Cost":324,"Date":"1/21/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":681,"Cost":583,"Date":"2/9/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":274,"Cost":205,"Date":"3/19/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":896,"Date":"4/3/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":131,"Cost":124,"Date":"4/5/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":408,"Date":"4/28/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":417,"Cost":237,"Date":"7/10/2019"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":411,"Cost":370,"Date":"3/25/2020"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":599,"Cost":435,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":349,"Cost":206,"Date":"10/28/2020"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":180,"Date":"3/2/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":789,"Cost":732,"Date":"6/28/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":503,"Cost":355,"Date":"7/17/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":13,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":943,"Cost":834,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":770,"Cost":495,"Date":"11/20/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":947,"Cost":645,"Date":"12/16/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":210,"Date":"12/30/2021"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":433,"Cost":337,"Date":"2/15/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":591,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":139,"Cost":92,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":825,"Cost":529,"Date":"4/18/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":556,"Date":"7/27/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":318,"Cost":274,"Date":"8/18/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":877,"Cost":452,"Date":"10/31/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":162,"Cost":130,"Date":"11/11/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":840,"Cost":643,"Date":"11/30/2022"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":214,"Cost":128,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":168,"Cost":84,"Date":"3/1/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":134,"Date":"4/13/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":135,"Cost":102,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":616,"Cost":567,"Date":"8/13/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":594,"Cost":298,"Date":"9/15/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":714,"Date":"10/14/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":409,"Cost":239,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":886,"Cost":653,"Date":"11/11/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":728,"Cost":384,"Date":"12/7/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":988,"Cost":847,"Date":"12/21/2023"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":214,"Cost":126,"Date":"1/6/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":940,"Cost":656,"Date":"1/23/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":703,"Cost":580,"Date":"2/4/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":806,"Cost":633,"Date":"3/10/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":140,"Cost":103,"Date":"3/12/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":519,"Date":"3/31/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":140,"Cost":78,"Date":"6/16/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":192,"Date":"6/17/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":778,"Cost":647,"Date":"8/27/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":308,"Cost":280,"Date":"10/1/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":352,"Cost":256,"Date":"11/4/2024"},{"Store":"Sliven Mall","Brand":"HM","Country":"Bulgaria","Sale":630,"Cost":329,"Date":"11/9/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":578,"Cost":438,"Date":"3/27/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":589,"Cost":494,"Date":"4/17/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":266,"Date":"8/11/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":92,"Cost":64,"Date":"8/21/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":188,"Cost":109,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":890,"Cost":821,"Date":"9/5/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":157,"Cost":103,"Date":"9/14/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":792,"Cost":454,"Date":"9/20/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":808,"Cost":483,"Date":"11/20/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":41,"Cost":35,"Date":"12/21/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":57,"Cost":35,"Date":"1/7/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":371,"Cost":302,"Date":"1/21/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":851,"Cost":549,"Date":"2/9/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":631,"Date":"3/19/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":814,"Cost":551,"Date":"4/3/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":106,"Cost":81,"Date":"4/5/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":700,"Cost":539,"Date":"4/28/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":166,"Cost":98,"Date":"7/10/2019"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":759,"Cost":436,"Date":"3/25/2020"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":825,"Cost":451,"Date":"10/28/2020"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":556,"Cost":321,"Date":"3/2/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":231,"Cost":216,"Date":"6/28/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":423,"Cost":296,"Date":"7/17/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":424,"Cost":329,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":496,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":697,"Date":"11/20/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":489,"Cost":443,"Date":"12/16/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":315,"Cost":158,"Date":"12/30/2021"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":177,"Date":"2/15/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":423,"Cost":230,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":980,"Cost":828,"Date":"3/7/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":276,"Cost":248,"Date":"4/18/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":15,"Cost":12,"Date":"7/27/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":482,"Date":"8/18/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":326,"Cost":281,"Date":"10/31/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":105,"Date":"11/11/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":111,"Cost":94,"Date":"11/30/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":598,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":938,"Cost":710,"Date":"3/1/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":289,"Date":"4/13/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":132,"Cost":96,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":459,"Cost":259,"Date":"8/13/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":983,"Cost":546,"Date":"9/15/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":132,"Cost":76,"Date":"10/14/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":60,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":440,"Cost":401,"Date":"11/11/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":870,"Cost":481,"Date":"12/7/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":57,"Cost":30,"Date":"12/21/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":243,"Cost":131,"Date":"1/6/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":151,"Cost":104,"Date":"1/23/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":429,"Date":"2/4/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":736,"Date":"3/10/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":69,"Cost":64,"Date":"3/12/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":373,"Cost":210,"Date":"3/31/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":528,"Cost":285,"Date":"6/16/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":826,"Cost":626,"Date":"6/17/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":222,"Date":"8/27/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":913,"Cost":616,"Date":"10/1/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":498,"Cost":318,"Date":"11/4/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":847,"Cost":638,"Date":"11/9/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":606,"Date":"3/27/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":773,"Cost":664,"Date":"4/17/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":744,"Date":"8/11/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":491,"Date":"8/21/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":828,"Cost":425,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":185,"Date":"9/5/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":546,"Cost":498,"Date":"9/14/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":876,"Cost":459,"Date":"9/20/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":626,"Cost":545,"Date":"11/20/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":242,"Date":"12/21/2018"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":334,"Cost":257,"Date":"1/7/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":604,"Date":"1/21/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":861,"Cost":513,"Date":"2/9/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":965,"Cost":839,"Date":"3/19/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":228,"Cost":170,"Date":"4/3/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":243,"Date":"4/5/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":331,"Date":"4/28/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":153,"Date":"7/10/2019"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":134,"Cost":112,"Date":"3/25/2020"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":29,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":770,"Cost":466,"Date":"10/28/2020"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":44,"Date":"3/2/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":535,"Date":"6/28/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":132,"Date":"7/17/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":88,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":747,"Cost":698,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":393,"Date":"11/20/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":100,"Date":"12/16/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":992,"Cost":611,"Date":"12/30/2021"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":67,"Cost":63,"Date":"2/15/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":602,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":707,"Cost":601,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":181,"Date":"4/18/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":459,"Date":"7/27/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":356,"Cost":304,"Date":"8/18/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":38,"Date":"10/31/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":135,"Cost":120,"Date":"11/11/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":290,"Cost":257,"Date":"11/30/2022"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":177,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":238,"Date":"3/1/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":61,"Date":"4/13/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":778,"Cost":735,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":417,"Date":"8/13/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":431,"Date":"9/15/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":678,"Cost":601,"Date":"10/14/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":837,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":226,"Date":"11/11/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":240,"Cost":204,"Date":"12/7/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":134,"Cost":99,"Date":"12/21/2023"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":296,"Cost":152,"Date":"1/6/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":282,"Date":"1/23/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":110,"Date":"2/4/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":794,"Cost":616,"Date":"3/10/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":810,"Cost":540,"Date":"3/12/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":619,"Cost":511,"Date":"3/31/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":427,"Date":"6/16/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":538,"Date":"6/17/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":720,"Cost":451,"Date":"8/27/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":638,"Date":"10/1/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":625,"Cost":466,"Date":"11/4/2024"},{"Store":"Botevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":963,"Cost":494,"Date":"11/9/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":802,"Cost":458,"Date":"3/27/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":267,"Cost":227,"Date":"4/17/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"8/11/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":78,"Cost":59,"Date":"8/21/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":563,"Cost":438,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":13,"Cost":12,"Date":"9/5/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":620,"Cost":410,"Date":"9/14/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":479,"Cost":403,"Date":"9/20/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":682,"Date":"11/20/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":516,"Cost":464,"Date":"12/21/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":55,"Cost":52,"Date":"1/7/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":321,"Date":"1/21/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":570,"Cost":309,"Date":"2/9/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":261,"Date":"3/19/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":426,"Date":"4/3/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":273,"Cost":172,"Date":"4/5/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":761,"Cost":458,"Date":"4/28/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":291,"Date":"7/10/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":883,"Cost":810,"Date":"3/25/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":818,"Cost":746,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":588,"Date":"10/28/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":47,"Cost":39,"Date":"3/2/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":450,"Cost":291,"Date":"6/28/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":520,"Cost":372,"Date":"7/17/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":131,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":422,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":112,"Cost":92,"Date":"11/20/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":462,"Date":"12/16/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":599,"Date":"12/30/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":176,"Cost":132,"Date":"2/15/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":743,"Cost":505,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":145,"Cost":103,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":116,"Cost":94,"Date":"4/18/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":499,"Cost":405,"Date":"7/27/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":558,"Cost":437,"Date":"8/18/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":636,"Cost":525,"Date":"10/31/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":390,"Cost":287,"Date":"11/11/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":126,"Cost":76,"Date":"11/30/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":297,"Cost":243,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":941,"Cost":526,"Date":"3/1/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":370,"Cost":340,"Date":"4/13/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":732,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":344,"Cost":273,"Date":"8/13/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":187,"Cost":152,"Date":"9/15/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":632,"Date":"10/14/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":980,"Cost":621,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":341,"Cost":294,"Date":"11/11/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":865,"Cost":677,"Date":"12/7/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":699,"Cost":354,"Date":"12/21/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":818,"Cost":701,"Date":"1/6/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":353,"Date":"1/23/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":438,"Date":"2/4/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":562,"Cost":384,"Date":"3/10/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":458,"Cost":278,"Date":"3/12/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":622,"Cost":406,"Date":"3/31/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":224,"Cost":201,"Date":"6/16/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":144,"Cost":110,"Date":"6/17/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":498,"Date":"8/27/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":243,"Cost":138,"Date":"10/1/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":37,"Cost":28,"Date":"11/4/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":334,"Cost":184,"Date":"11/9/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":886,"Cost":463,"Date":"3/27/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":104,"Date":"4/17/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":364,"Cost":321,"Date":"8/11/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":752,"Cost":393,"Date":"8/21/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":189,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":651,"Cost":598,"Date":"9/5/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":654,"Cost":548,"Date":"9/14/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":698,"Date":"9/20/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":658,"Date":"11/20/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":518,"Cost":266,"Date":"12/21/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":209,"Cost":170,"Date":"1/7/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":354,"Date":"1/21/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":243,"Date":"2/9/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":615,"Cost":408,"Date":"3/19/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":770,"Cost":596,"Date":"4/3/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":721,"Date":"4/5/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":390,"Date":"4/28/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":378,"Cost":214,"Date":"7/10/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":940,"Cost":524,"Date":"3/25/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":897,"Cost":514,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":199,"Cost":166,"Date":"10/28/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":779,"Cost":412,"Date":"3/2/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":531,"Cost":424,"Date":"6/28/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"7/17/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":274,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":207,"Cost":140,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":192,"Date":"11/20/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":101,"Date":"12/16/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":69,"Date":"12/30/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":725,"Cost":400,"Date":"2/15/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":604,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":185,"Cost":165,"Date":"3/7/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":824,"Cost":503,"Date":"4/18/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":518,"Cost":365,"Date":"7/27/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":199,"Date":"8/18/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":568,"Date":"10/31/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":33,"Date":"11/11/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":896,"Cost":688,"Date":"11/30/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":351,"Cost":208,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":301,"Date":"3/1/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":150,"Date":"4/13/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":597,"Cost":389,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":21,"Cost":16,"Date":"8/13/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":304,"Date":"9/15/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":589,"Date":"10/14/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":694,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":894,"Cost":724,"Date":"11/11/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":295,"Cost":272,"Date":"12/7/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":793,"Cost":680,"Date":"12/21/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":662,"Cost":370,"Date":"1/6/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":170,"Cost":150,"Date":"1/23/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":136,"Date":"2/4/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":614,"Cost":477,"Date":"3/10/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":263,"Cost":177,"Date":"3/12/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":882,"Cost":697,"Date":"3/31/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":367,"Date":"6/16/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"6/17/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":192,"Cost":160,"Date":"8/27/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":857,"Cost":444,"Date":"10/1/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":751,"Cost":627,"Date":"11/4/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":497,"Cost":259,"Date":"11/9/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":376,"Date":"3/27/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":334,"Cost":181,"Date":"4/17/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":847,"Cost":433,"Date":"8/11/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":772,"Cost":489,"Date":"8/21/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":602,"Cost":401,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":846,"Cost":621,"Date":"9/5/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":177,"Cost":91,"Date":"9/14/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":452,"Cost":349,"Date":"9/20/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":596,"Date":"11/20/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":877,"Cost":492,"Date":"12/21/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":423,"Cost":321,"Date":"1/7/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":819,"Date":"1/21/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":565,"Cost":337,"Date":"2/9/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":468,"Cost":361,"Date":"3/19/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":480,"Date":"4/3/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":398,"Cost":300,"Date":"4/5/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":870,"Cost":786,"Date":"4/28/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":40,"Cost":28,"Date":"7/10/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":154,"Date":"3/25/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":718,"Cost":675,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":243,"Cost":175,"Date":"10/28/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":96,"Date":"3/2/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":465,"Date":"6/28/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":936,"Cost":755,"Date":"7/17/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":860,"Cost":639,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":23,"Cost":15,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":471,"Date":"11/20/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":729,"Cost":683,"Date":"12/16/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":123,"Cost":79,"Date":"12/30/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":772,"Date":"2/15/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":42,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":345,"Cost":281,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":758,"Date":"4/18/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":586,"Cost":388,"Date":"7/27/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":56,"Cost":32,"Date":"8/18/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":623,"Date":"10/31/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":90,"Cost":55,"Date":"11/11/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":685,"Date":"11/30/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":954,"Cost":798,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":803,"Date":"3/1/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":212,"Date":"4/13/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":568,"Cost":360,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":885,"Cost":462,"Date":"8/13/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":91,"Cost":68,"Date":"9/15/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":527,"Cost":399,"Date":"10/14/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":761,"Cost":700,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":818,"Cost":469,"Date":"11/11/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":454,"Cost":409,"Date":"12/7/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":994,"Cost":793,"Date":"12/21/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":752,"Cost":677,"Date":"1/6/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":39,"Date":"1/23/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":302,"Date":"2/4/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":433,"Cost":288,"Date":"3/10/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":259,"Cost":165,"Date":"3/12/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":762,"Cost":425,"Date":"3/31/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":70,"Cost":58,"Date":"6/16/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":90,"Cost":75,"Date":"6/17/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":408,"Cost":305,"Date":"8/27/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":733,"Cost":457,"Date":"10/1/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":685,"Date":"11/4/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":666,"Date":"11/9/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":69,"Date":"3/27/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":932,"Cost":556,"Date":"4/17/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":504,"Cost":355,"Date":"8/11/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":589,"Date":"8/21/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":68,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":346,"Cost":236,"Date":"9/5/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":244,"Cost":159,"Date":"9/14/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":551,"Date":"9/20/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":590,"Date":"11/20/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":222,"Cost":132,"Date":"12/21/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":751,"Cost":394,"Date":"1/7/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":773,"Cost":667,"Date":"1/21/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":153,"Cost":99,"Date":"2/9/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":138,"Cost":128,"Date":"3/19/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":521,"Cost":470,"Date":"4/3/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":417,"Date":"4/5/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":854,"Cost":566,"Date":"4/28/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":417,"Date":"7/10/2019"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":853,"Date":"3/25/2020"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":38,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":319,"Date":"10/28/2020"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":204,"Cost":122,"Date":"3/2/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":692,"Date":"6/28/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":135,"Date":"7/17/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":114,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":203,"Cost":176,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":664,"Cost":401,"Date":"11/20/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":296,"Date":"12/16/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":178,"Cost":163,"Date":"12/30/2021"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":898,"Cost":722,"Date":"2/15/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":232,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":439,"Cost":373,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":464,"Cost":345,"Date":"4/18/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":990,"Cost":547,"Date":"7/27/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":442,"Date":"8/18/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":667,"Cost":453,"Date":"10/31/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":378,"Cost":252,"Date":"11/11/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":405,"Cost":214,"Date":"11/30/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":231,"Cost":154,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":418,"Date":"3/1/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":802,"Cost":524,"Date":"4/13/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":126,"Cost":95,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":409,"Cost":346,"Date":"8/13/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":378,"Date":"9/15/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":266,"Cost":220,"Date":"10/14/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":103,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":505,"Cost":396,"Date":"11/11/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":757,"Cost":499,"Date":"12/7/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":353,"Cost":323,"Date":"12/21/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":433,"Date":"1/6/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":703,"Date":"1/23/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":189,"Cost":117,"Date":"2/4/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":31,"Cost":20,"Date":"3/10/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":988,"Cost":540,"Date":"3/12/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":687,"Date":"3/31/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":935,"Cost":845,"Date":"6/16/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":51,"Cost":39,"Date":"6/17/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":313,"Cost":289,"Date":"8/27/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":243,"Date":"10/1/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":792,"Cost":619,"Date":"11/4/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":299,"Date":"11/9/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":135,"Date":"3/27/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":661,"Cost":416,"Date":"4/17/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":20,"Cost":14,"Date":"8/11/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":685,"Cost":595,"Date":"8/21/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":63,"Cost":47,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":442,"Cost":327,"Date":"9/5/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":779,"Cost":559,"Date":"9/14/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":567,"Date":"9/20/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":721,"Date":"11/20/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":585,"Cost":533,"Date":"12/21/2018"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":435,"Cost":322,"Date":"1/7/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":511,"Cost":444,"Date":"1/21/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":128,"Date":"2/9/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":40,"Date":"3/19/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":206,"Cost":141,"Date":"4/3/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":345,"Cost":269,"Date":"4/5/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":535,"Cost":410,"Date":"4/28/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":215,"Cost":193,"Date":"7/10/2019"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":559,"Date":"3/25/2020"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":133,"Cost":119,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":156,"Cost":124,"Date":"10/28/2020"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":402,"Cost":206,"Date":"3/2/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":32,"Cost":21,"Date":"6/28/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":425,"Date":"7/17/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":874,"Cost":460,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":466,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":405,"Cost":371,"Date":"11/20/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":40,"Cost":33,"Date":"12/16/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":103,"Date":"12/30/2021"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":588,"Date":"2/15/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":569,"Cost":383,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":212,"Date":"3/7/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":118,"Date":"4/18/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":733,"Date":"7/27/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":213,"Date":"8/18/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":901,"Cost":686,"Date":"10/31/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":119,"Cost":82,"Date":"11/11/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":301,"Cost":248,"Date":"11/30/2022"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":227,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":36,"Cost":30,"Date":"3/1/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":807,"Cost":452,"Date":"4/13/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":411,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":461,"Cost":255,"Date":"8/13/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":601,"Cost":302,"Date":"9/15/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":425,"Cost":294,"Date":"10/14/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":318,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":450,"Date":"11/11/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":46,"Cost":29,"Date":"12/7/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":138,"Cost":93,"Date":"12/21/2023"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":614,"Cost":317,"Date":"1/6/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":789,"Cost":533,"Date":"1/23/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":150,"Cost":130,"Date":"2/4/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":37,"Date":"3/10/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":960,"Cost":690,"Date":"3/12/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":451,"Cost":409,"Date":"3/31/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":464,"Date":"6/16/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":639,"Date":"6/17/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":699,"Cost":463,"Date":"8/27/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":32,"Cost":16,"Date":"10/1/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":726,"Cost":576,"Date":"11/4/2024"},{"Store":"Vratsa Mall","Brand":"Jeans","Country":"Bulgaria","Sale":180,"Cost":94,"Date":"11/9/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":190,"Cost":133,"Date":"3/27/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":548,"Cost":279,"Date":"4/17/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":192,"Cost":178,"Date":"8/11/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":148,"Cost":83,"Date":"8/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":845,"Cost":453,"Date":"9/2/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":129,"Cost":106,"Date":"9/5/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":726,"Cost":668,"Date":"9/14/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":498,"Cost":459,"Date":"9/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":551,"Cost":335,"Date":"11/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":369,"Cost":217,"Date":"12/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":650,"Cost":594,"Date":"1/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":155,"Cost":146,"Date":"1/21/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":65,"Cost":38,"Date":"2/9/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":182,"Cost":128,"Date":"3/19/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":776,"Cost":633,"Date":"4/3/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":781,"Cost":662,"Date":"4/5/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":314,"Cost":201,"Date":"4/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":91,"Cost":75,"Date":"7/10/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":654,"Cost":498,"Date":"3/25/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":419,"Cost":342,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":847,"Cost":549,"Date":"10/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":753,"Cost":651,"Date":"3/2/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":551,"Cost":378,"Date":"6/28/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":715,"Cost":411,"Date":"7/17/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":263,"Cost":166,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":349,"Cost":226,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":254,"Cost":180,"Date":"11/20/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":76,"Cost":70,"Date":"12/16/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":157,"Cost":107,"Date":"12/30/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":709,"Cost":407,"Date":"2/15/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":190,"Cost":164,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":209,"Cost":178,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":330,"Cost":186,"Date":"4/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":300,"Cost":151,"Date":"7/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":129,"Cost":90,"Date":"8/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":470,"Cost":288,"Date":"10/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":978,"Cost":603,"Date":"11/11/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":943,"Cost":593,"Date":"11/30/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":400,"Cost":368,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":857,"Cost":701,"Date":"3/1/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":542,"Cost":474,"Date":"4/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":721,"Cost":630,"Date":"5/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":687,"Cost":616,"Date":"8/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":832,"Cost":437,"Date":"9/15/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":744,"Cost":407,"Date":"10/14/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":889,"Cost":542,"Date":"10/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":965,"Cost":578,"Date":"11/11/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":331,"Cost":258,"Date":"12/7/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":801,"Cost":645,"Date":"12/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":744,"Cost":532,"Date":"1/6/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":792,"Cost":563,"Date":"1/23/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":620,"Cost":434,"Date":"2/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":224,"Cost":132,"Date":"3/10/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":315,"Cost":264,"Date":"3/12/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":719,"Cost":378,"Date":"3/31/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":612,"Cost":331,"Date":"6/16/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":291,"Cost":197,"Date":"6/17/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":613,"Cost":316,"Date":"8/27/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":794,"Cost":427,"Date":"10/1/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":426,"Cost":307,"Date":"11/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":814,"Cost":573,"Date":"11/9/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":133,"Date":"3/27/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":118,"Cost":88,"Date":"4/17/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":532,"Cost":388,"Date":"8/11/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":436,"Date":"8/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":782,"Cost":400,"Date":"9/2/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":419,"Cost":276,"Date":"9/5/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":89,"Cost":47,"Date":"9/14/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":431,"Cost":241,"Date":"9/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":375,"Cost":222,"Date":"11/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":7,"Cost":3,"Date":"12/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":378,"Date":"1/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":408,"Cost":325,"Date":"1/21/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":497,"Date":"2/9/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":673,"Cost":555,"Date":"3/19/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":56,"Cost":40,"Date":"4/3/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":635,"Cost":403,"Date":"4/5/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":459,"Cost":243,"Date":"4/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":488,"Cost":374,"Date":"7/10/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":31,"Date":"3/25/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":716,"Cost":610,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":56,"Date":"10/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":859,"Cost":514,"Date":"3/2/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":717,"Cost":670,"Date":"6/28/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":92,"Date":"7/17/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":239,"Cost":172,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":349,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":377,"Cost":282,"Date":"11/20/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":351,"Cost":245,"Date":"12/16/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":675,"Cost":503,"Date":"12/30/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":366,"Cost":301,"Date":"2/15/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":669,"Cost":488,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":672,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":250,"Date":"4/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":50,"Date":"7/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":771,"Cost":585,"Date":"8/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":707,"Cost":632,"Date":"10/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":191,"Cost":110,"Date":"11/11/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":203,"Cost":159,"Date":"11/30/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":762,"Cost":462,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":259,"Cost":183,"Date":"3/1/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":180,"Cost":161,"Date":"4/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":235,"Cost":198,"Date":"5/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":511,"Cost":318,"Date":"8/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":617,"Cost":567,"Date":"9/15/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":495,"Cost":261,"Date":"10/14/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":531,"Cost":415,"Date":"10/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":745,"Cost":617,"Date":"11/11/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":605,"Cost":331,"Date":"12/7/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":267,"Cost":233,"Date":"12/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":534,"Cost":271,"Date":"1/6/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":99,"Date":"1/23/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":705,"Cost":523,"Date":"2/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":76,"Cost":59,"Date":"3/10/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":61,"Date":"3/12/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":101,"Cost":76,"Date":"3/31/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":563,"Cost":430,"Date":"6/16/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":124,"Cost":95,"Date":"6/17/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":674,"Cost":507,"Date":"8/27/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":899,"Cost":835,"Date":"10/1/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":398,"Date":"11/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":577,"Cost":428,"Date":"11/9/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":963,"Cost":765,"Date":"3/27/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":834,"Cost":532,"Date":"4/17/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":539,"Cost":391,"Date":"8/11/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":369,"Cost":214,"Date":"8/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":355,"Cost":193,"Date":"9/2/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":10,"Cost":5,"Date":"9/5/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":137,"Cost":72,"Date":"9/14/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":653,"Cost":618,"Date":"9/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":992,"Cost":789,"Date":"11/20/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":742,"Cost":526,"Date":"12/21/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":642,"Cost":341,"Date":"1/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":827,"Cost":461,"Date":"1/21/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":356,"Cost":319,"Date":"2/9/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":438,"Cost":286,"Date":"3/19/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":391,"Cost":361,"Date":"4/3/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":591,"Cost":403,"Date":"4/5/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":152,"Cost":80,"Date":"4/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":940,"Cost":499,"Date":"7/10/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":304,"Cost":245,"Date":"3/25/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":627,"Cost":536,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":596,"Cost":421,"Date":"10/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":57,"Cost":39,"Date":"3/2/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":478,"Cost":328,"Date":"6/28/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":827,"Cost":420,"Date":"7/17/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":33,"Cost":31,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":665,"Cost":620,"Date":"8/23/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":405,"Cost":262,"Date":"11/20/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":672,"Cost":375,"Date":"12/16/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":333,"Cost":228,"Date":"12/30/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":990,"Cost":761,"Date":"2/15/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":620,"Cost":392,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":486,"Cost":300,"Date":"3/7/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":362,"Cost":260,"Date":"4/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":75,"Cost":54,"Date":"7/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":173,"Cost":131,"Date":"8/18/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":951,"Cost":854,"Date":"10/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":269,"Cost":158,"Date":"11/11/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":842,"Cost":623,"Date":"11/30/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":187,"Cost":177,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":58,"Cost":38,"Date":"3/1/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":547,"Cost":413,"Date":"4/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":200,"Cost":185,"Date":"5/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":330,"Cost":187,"Date":"8/13/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":287,"Cost":172,"Date":"9/15/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":12,"Cost":9,"Date":"10/14/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":143,"Cost":118,"Date":"10/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":826,"Cost":509,"Date":"11/11/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":896,"Cost":613,"Date":"12/7/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":453,"Cost":341,"Date":"12/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":817,"Cost":606,"Date":"1/6/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":225,"Cost":132,"Date":"1/23/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":521,"Cost":317,"Date":"2/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":234,"Cost":118,"Date":"3/10/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":801,"Cost":427,"Date":"3/12/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":320,"Cost":276,"Date":"3/31/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":179,"Cost":148,"Date":"6/16/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":895,"Cost":554,"Date":"6/17/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":81,"Cost":53,"Date":"8/27/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":259,"Cost":212,"Date":"10/1/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":260,"Cost":161,"Date":"11/4/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":168,"Cost":90,"Date":"11/9/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":404,"Cost":328,"Date":"3/27/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":745,"Cost":497,"Date":"4/17/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":949,"Cost":739,"Date":"8/11/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":87,"Cost":73,"Date":"8/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":185,"Cost":96,"Date":"9/2/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":636,"Cost":392,"Date":"9/5/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":858,"Cost":807,"Date":"9/14/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":614,"Cost":494,"Date":"9/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":660,"Cost":350,"Date":"11/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":662,"Cost":549,"Date":"12/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":706,"Cost":515,"Date":"1/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":103,"Cost":97,"Date":"1/21/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":388,"Cost":282,"Date":"2/9/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":698,"Cost":614,"Date":"3/19/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":958,"Cost":713,"Date":"4/3/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":191,"Cost":156,"Date":"4/5/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":874,"Cost":776,"Date":"4/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":534,"Cost":383,"Date":"7/10/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":454,"Cost":305,"Date":"3/25/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":417,"Cost":250,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":832,"Cost":688,"Date":"10/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":748,"Cost":565,"Date":"3/2/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":344,"Cost":301,"Date":"6/28/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":65,"Cost":55,"Date":"7/17/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":16,"Cost":12,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":79,"Cost":56,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":152,"Cost":127,"Date":"11/20/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":30,"Cost":26,"Date":"12/16/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":783,"Cost":564,"Date":"12/30/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":74,"Cost":65,"Date":"2/15/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":985,"Cost":606,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":638,"Cost":385,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":150,"Cost":105,"Date":"4/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":171,"Cost":93,"Date":"7/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":532,"Cost":414,"Date":"8/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":754,"Cost":617,"Date":"10/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":609,"Cost":359,"Date":"11/11/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":834,"Cost":517,"Date":"11/30/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":478,"Cost":296,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":257,"Cost":137,"Date":"3/1/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":177,"Cost":135,"Date":"4/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":414,"Cost":393,"Date":"5/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":99,"Cost":84,"Date":"8/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":905,"Cost":465,"Date":"9/15/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":206,"Cost":125,"Date":"10/14/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":889,"Cost":553,"Date":"10/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":182,"Cost":98,"Date":"11/11/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":589,"Cost":423,"Date":"12/7/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":372,"Cost":350,"Date":"12/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":815,"Cost":494,"Date":"1/6/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":386,"Cost":253,"Date":"1/23/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":226,"Cost":138,"Date":"2/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":645,"Cost":332,"Date":"3/10/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":809,"Cost":592,"Date":"3/12/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":829,"Cost":732,"Date":"3/31/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":238,"Cost":145,"Date":"6/16/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":409,"Cost":266,"Date":"6/17/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":529,"Cost":304,"Date":"8/27/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":855,"Cost":648,"Date":"10/1/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":398,"Cost":329,"Date":"11/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":790,"Cost":728,"Date":"11/9/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":325,"Cost":221,"Date":"3/27/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":734,"Cost":544,"Date":"4/17/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":563,"Cost":326,"Date":"8/11/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":353,"Date":"8/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":989,"Cost":895,"Date":"9/2/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":41,"Cost":21,"Date":"9/5/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":157,"Date":"9/14/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":249,"Cost":163,"Date":"9/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":309,"Cost":291,"Date":"11/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":953,"Cost":672,"Date":"12/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":128,"Date":"1/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":246,"Cost":192,"Date":"1/21/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":528,"Date":"2/9/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":640,"Cost":498,"Date":"3/19/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":548,"Date":"4/3/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":377,"Date":"4/5/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":145,"Cost":102,"Date":"4/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":985,"Cost":792,"Date":"7/10/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":963,"Cost":649,"Date":"3/25/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":106,"Cost":73,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":723,"Date":"10/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":337,"Cost":257,"Date":"3/2/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":191,"Cost":109,"Date":"6/28/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":817,"Cost":564,"Date":"7/17/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":708,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":473,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":22,"Cost":12,"Date":"11/20/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":12,"Date":"12/16/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":33,"Cost":20,"Date":"12/30/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":2,"Date":"2/15/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":525,"Cost":360,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":705,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":577,"Cost":402,"Date":"4/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":748,"Cost":407,"Date":"7/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":822,"Cost":589,"Date":"8/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":533,"Date":"10/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":435,"Cost":233,"Date":"11/11/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":512,"Cost":278,"Date":"11/30/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":524,"Cost":337,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":754,"Cost":651,"Date":"3/1/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":218,"Cost":171,"Date":"4/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":637,"Cost":409,"Date":"5/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":563,"Cost":433,"Date":"8/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":153,"Cost":94,"Date":"9/15/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":15,"Cost":8,"Date":"10/14/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":708,"Cost":477,"Date":"10/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":48,"Cost":40,"Date":"11/11/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":264,"Cost":182,"Date":"12/7/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":173,"Cost":141,"Date":"12/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":110,"Cost":95,"Date":"1/6/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":864,"Cost":741,"Date":"1/23/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":873,"Cost":472,"Date":"2/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":245,"Cost":147,"Date":"3/10/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":257,"Date":"3/12/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":821,"Cost":763,"Date":"3/31/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":897,"Cost":515,"Date":"6/16/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":981,"Cost":806,"Date":"6/17/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":352,"Cost":185,"Date":"8/27/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":942,"Cost":814,"Date":"10/1/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":186,"Cost":121,"Date":"11/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":756,"Cost":704,"Date":"11/9/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":161,"Cost":93,"Date":"3/27/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":734,"Cost":450,"Date":"4/17/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":543,"Cost":408,"Date":"8/11/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":684,"Cost":430,"Date":"8/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":912,"Cost":676,"Date":"9/2/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":908,"Cost":476,"Date":"9/5/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":17,"Cost":15,"Date":"9/14/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":602,"Cost":378,"Date":"9/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":198,"Cost":166,"Date":"11/20/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":746,"Cost":692,"Date":"12/21/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":941,"Cost":861,"Date":"1/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":83,"Cost":47,"Date":"1/21/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":184,"Cost":102,"Date":"2/9/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":874,"Cost":738,"Date":"3/19/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":964,"Cost":719,"Date":"4/3/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":998,"Cost":685,"Date":"4/5/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":305,"Cost":194,"Date":"4/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":478,"Cost":430,"Date":"7/10/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":358,"Cost":316,"Date":"3/25/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":801,"Cost":732,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":643,"Cost":553,"Date":"10/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":306,"Cost":155,"Date":"3/2/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":708,"Cost":493,"Date":"6/28/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":156,"Cost":127,"Date":"7/17/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":993,"Cost":527,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":823,"Cost":738,"Date":"8/23/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":409,"Cost":386,"Date":"11/20/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":349,"Cost":258,"Date":"12/16/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":198,"Cost":161,"Date":"12/30/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":788,"Cost":551,"Date":"2/15/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":105,"Cost":59,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":724,"Cost":463,"Date":"3/7/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":928,"Cost":504,"Date":"4/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":270,"Cost":171,"Date":"7/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":357,"Cost":334,"Date":"8/18/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":277,"Cost":257,"Date":"10/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":448,"Cost":242,"Date":"11/11/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":377,"Cost":275,"Date":"11/30/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":198,"Cost":169,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":878,"Cost":812,"Date":"3/1/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":619,"Cost":369,"Date":"4/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":784,"Cost":730,"Date":"5/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":378,"Cost":344,"Date":"8/13/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":61,"Cost":48,"Date":"9/15/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":748,"Cost":595,"Date":"10/14/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":619,"Cost":563,"Date":"10/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":160,"Cost":89,"Date":"11/11/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":881,"Cost":541,"Date":"12/7/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":908,"Cost":475,"Date":"12/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":479,"Cost":325,"Date":"1/6/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":172,"Cost":147,"Date":"1/23/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":86,"Cost":51,"Date":"2/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":10,"Cost":6,"Date":"3/10/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":378,"Cost":309,"Date":"3/12/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":652,"Cost":556,"Date":"3/31/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":837,"Cost":794,"Date":"6/16/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":808,"Cost":696,"Date":"6/17/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":409,"Cost":334,"Date":"8/27/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":839,"Cost":649,"Date":"10/1/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":117,"Cost":81,"Date":"11/4/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":498,"Cost":357,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":89,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":186,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":844,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":390,"Cost":229,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":762,"Cost":505,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":231,"Cost":116,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":853,"Cost":706,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":981,"Cost":669,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":667,"Cost":530,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":161,"Cost":117,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":947,"Cost":776,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":231,"Cost":132,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":796,"Cost":649,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":380,"Cost":229,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":782,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":664,"Cost":379,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":828,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":302,"Cost":153,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":927,"Cost":755,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":932,"Cost":661,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":402,"Cost":257,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":889,"Cost":628,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":276,"Cost":181,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":429,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":943,"Cost":552,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":88,"Cost":64,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":339,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":754,"Cost":516,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":959,"Cost":751,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":213,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":69,"Cost":58,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":317,"Cost":192,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":794,"Cost":508,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":286,"Cost":237,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":801,"Cost":500,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":670,"Cost":420,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":428,"Cost":360,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":624,"Cost":478,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":883,"Cost":624,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":416,"Cost":346,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":50,"Cost":38,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":944,"Cost":765,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":322,"Cost":171,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":19,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":410,"Cost":315,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":533,"Cost":270,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":355,"Cost":220,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":759,"Cost":433,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":10,"Cost":7,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":920,"Cost":468,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":73,"Cost":56,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":935,"Cost":833,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":591,"Cost":424,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":417,"Cost":359,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":281,"Cost":192,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":122,"Cost":102,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":100,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":328,"Cost":182,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":528,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":217,"Cost":126,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":27,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":718,"Cost":573,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":805,"Cost":684,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":704,"Cost":411,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":238,"Cost":120,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":997,"Cost":793,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":776,"Cost":641,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":150,"Cost":120,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":470,"Cost":422,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":532,"Cost":396,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":913,"Cost":816,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":337,"Cost":188,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":776,"Cost":620,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":783,"Cost":633,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":50,"Cost":43,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":584,"Cost":450,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":256,"Cost":207,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":828,"Cost":691,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":578,"Cost":508,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":974,"Cost":920,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":1000,"Cost":699,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":113,"Cost":61,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":839,"Cost":721,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":741,"Cost":486,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":298,"Cost":209,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":534,"Cost":432,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":686,"Cost":489,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":686,"Cost":637,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":188,"Cost":109,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":559,"Cost":404,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":798,"Cost":411,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":462,"Cost":412,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":195,"Cost":151,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":269,"Cost":148,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":419,"Cost":220,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":588,"Cost":339,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":166,"Cost":134,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":434,"Cost":375,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":381,"Cost":297,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":298,"Cost":209,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":468,"Cost":365,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":741,"Cost":542,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":336,"Cost":170,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":25,"Cost":15,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":463,"Cost":360,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":524,"Cost":422,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":481,"Cost":314,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":906,"Cost":610,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":865,"Cost":776,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":56,"Cost":41,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":799,"Cost":530,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":528,"Cost":294,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":992,"Cost":874,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":613,"Cost":403,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":32,"Cost":27,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":222,"Cost":115,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":798,"Cost":493,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":361,"Cost":336,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":909,"Cost":787,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":952,"Cost":646,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":813,"Cost":451,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Nova","Country":"Canada","Sale":745,"Cost":563,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":918,"Cost":801,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":32,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":609,"Cost":482,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":45,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":475,"Cost":419,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":972,"Cost":891,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":61,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":74,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":272,"Cost":246,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":394,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":594,"Cost":439,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":794,"Cost":404,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":433,"Cost":335,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":324,"Cost":207,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":823,"Cost":637,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":515,"Cost":362,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":650,"Cost":333,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":802,"Cost":547,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":553,"Cost":452,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":885,"Cost":793,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":604,"Cost":460,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":6,"Cost":5,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":56,"Cost":32,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":529,"Cost":276,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":220,"Cost":181,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":434,"Cost":366,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":457,"Cost":381,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":412,"Cost":302,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":874,"Cost":780,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":764,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":318,"Cost":269,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":344,"Cost":275,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":64,"Cost":40,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":867,"Cost":527,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":148,"Cost":96,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":395,"Cost":316,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":931,"Cost":870,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":360,"Cost":271,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":762,"Cost":600,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":621,"Cost":365,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":10,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":677,"Cost":591,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":967,"Cost":690,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":972,"Cost":756,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":811,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":44,"Cost":35,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":560,"Cost":352,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":624,"Cost":494,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":656,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":60,"Cost":33,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":879,"Cost":812,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":13,"Cost":10,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":926,"Cost":751,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":553,"Cost":435,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":570,"Cost":428,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":575,"Cost":459,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":130,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":749,"Cost":675,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":467,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":181,"Cost":141,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":526,"Cost":351,"Date":"11/9/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":74,"Cost":59,"Date":"3/27/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":535,"Cost":284,"Date":"4/17/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":762,"Cost":678,"Date":"8/11/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":995,"Cost":910,"Date":"8/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":201,"Cost":182,"Date":"9/2/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":761,"Cost":655,"Date":"9/5/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":115,"Cost":60,"Date":"9/14/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":162,"Cost":81,"Date":"9/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":549,"Cost":443,"Date":"11/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":58,"Cost":32,"Date":"12/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":792,"Cost":488,"Date":"1/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":635,"Cost":540,"Date":"1/21/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":84,"Cost":76,"Date":"2/9/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":265,"Cost":202,"Date":"3/19/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":462,"Cost":358,"Date":"4/3/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":410,"Cost":227,"Date":"4/5/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":680,"Cost":572,"Date":"4/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":465,"Cost":321,"Date":"7/10/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":620,"Cost":327,"Date":"3/25/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":826,"Cost":564,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":686,"Cost":504,"Date":"10/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":312,"Cost":232,"Date":"3/2/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":319,"Cost":166,"Date":"6/28/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":59,"Cost":48,"Date":"7/17/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":849,"Cost":730,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":929,"Cost":550,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":395,"Cost":198,"Date":"11/20/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":461,"Cost":426,"Date":"12/16/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":895,"Cost":810,"Date":"12/30/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":285,"Cost":191,"Date":"2/15/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":749,"Cost":428,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":228,"Cost":173,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":280,"Cost":217,"Date":"4/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":954,"Cost":482,"Date":"7/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":850,"Cost":764,"Date":"8/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":644,"Cost":410,"Date":"10/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":250,"Cost":215,"Date":"11/11/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":596,"Cost":417,"Date":"11/30/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":880,"Cost":746,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":124,"Cost":118,"Date":"3/1/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":831,"Cost":749,"Date":"4/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":102,"Cost":53,"Date":"5/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":442,"Cost":221,"Date":"8/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":676,"Cost":358,"Date":"9/15/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":272,"Cost":208,"Date":"10/14/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":296,"Cost":167,"Date":"10/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":81,"Cost":49,"Date":"11/11/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":529,"Cost":288,"Date":"12/7/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":972,"Cost":767,"Date":"12/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":282,"Cost":175,"Date":"1/6/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":312,"Cost":260,"Date":"1/23/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":393,"Cost":366,"Date":"2/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":881,"Cost":684,"Date":"3/10/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":136,"Cost":102,"Date":"3/12/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":47,"Cost":25,"Date":"3/31/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":91,"Cost":46,"Date":"6/16/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":716,"Cost":485,"Date":"6/17/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":411,"Cost":223,"Date":"8/27/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":126,"Cost":90,"Date":"10/1/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":573,"Cost":362,"Date":"11/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":393,"Cost":209,"Date":"11/9/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":793,"Cost":579,"Date":"3/27/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":195,"Cost":111,"Date":"4/17/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":836,"Cost":452,"Date":"8/11/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":32,"Cost":22,"Date":"8/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":40,"Cost":24,"Date":"9/2/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":861,"Date":"9/5/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":343,"Date":"9/14/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":809,"Cost":593,"Date":"9/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":173,"Cost":145,"Date":"11/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":494,"Cost":353,"Date":"12/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":824,"Cost":578,"Date":"1/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":41,"Date":"1/21/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":765,"Cost":658,"Date":"2/9/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":134,"Date":"3/19/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":243,"Cost":135,"Date":"4/3/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":925,"Cost":596,"Date":"4/5/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":579,"Cost":471,"Date":"4/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":595,"Cost":299,"Date":"7/10/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":584,"Cost":331,"Date":"3/25/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":523,"Cost":364,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":966,"Cost":531,"Date":"10/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":135,"Cost":122,"Date":"3/2/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":152,"Cost":99,"Date":"6/28/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":878,"Cost":592,"Date":"7/17/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":498,"Cost":465,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":99,"Cost":60,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":917,"Cost":859,"Date":"11/20/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":830,"Cost":726,"Date":"12/16/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":490,"Date":"12/30/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":114,"Cost":81,"Date":"2/15/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":828,"Cost":459,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":457,"Cost":336,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":828,"Cost":741,"Date":"4/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":115,"Cost":107,"Date":"7/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":520,"Cost":413,"Date":"8/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":86,"Cost":45,"Date":"10/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":825,"Cost":549,"Date":"11/11/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":453,"Cost":340,"Date":"11/30/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":120,"Cost":95,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":383,"Cost":344,"Date":"3/1/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":631,"Cost":564,"Date":"4/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":44,"Cost":26,"Date":"5/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":446,"Date":"8/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":391,"Cost":368,"Date":"9/15/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":283,"Cost":169,"Date":"10/14/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":138,"Cost":92,"Date":"10/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":956,"Cost":865,"Date":"11/11/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":462,"Date":"12/7/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":473,"Date":"12/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":199,"Date":"1/6/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":820,"Cost":538,"Date":"1/23/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":737,"Cost":494,"Date":"2/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":685,"Cost":597,"Date":"3/10/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":562,"Date":"3/12/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":234,"Cost":154,"Date":"3/31/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":317,"Cost":229,"Date":"6/16/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":353,"Cost":180,"Date":"6/17/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":792,"Cost":661,"Date":"8/27/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":621,"Cost":421,"Date":"10/1/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":681,"Cost":556,"Date":"11/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":474,"Cost":374,"Date":"11/9/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":904,"Cost":807,"Date":"3/27/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":695,"Cost":540,"Date":"4/17/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":192,"Cost":111,"Date":"8/11/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":586,"Cost":386,"Date":"8/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":690,"Cost":379,"Date":"9/2/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":831,"Cost":558,"Date":"9/5/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":128,"Cost":90,"Date":"9/14/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":778,"Cost":402,"Date":"9/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":805,"Cost":585,"Date":"11/20/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":520,"Cost":270,"Date":"12/21/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":387,"Cost":351,"Date":"1/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":8,"Cost":4,"Date":"1/21/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":360,"Cost":289,"Date":"2/9/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":374,"Cost":327,"Date":"3/19/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":778,"Cost":593,"Date":"4/3/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":277,"Cost":255,"Date":"4/5/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":882,"Cost":821,"Date":"4/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":370,"Cost":312,"Date":"7/10/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":468,"Cost":261,"Date":"3/25/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":695,"Cost":590,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":978,"Cost":760,"Date":"10/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":600,"Cost":501,"Date":"3/2/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":59,"Cost":38,"Date":"6/28/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":780,"Cost":418,"Date":"7/17/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":626,"Cost":509,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":558,"Cost":396,"Date":"8/23/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":996,"Cost":928,"Date":"11/20/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":873,"Cost":686,"Date":"12/16/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":382,"Cost":315,"Date":"12/30/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":141,"Cost":115,"Date":"2/15/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":356,"Cost":278,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":389,"Cost":252,"Date":"3/7/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":436,"Cost":286,"Date":"4/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":564,"Cost":527,"Date":"7/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":3,"Cost":2,"Date":"8/18/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":550,"Cost":490,"Date":"10/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":859,"Cost":776,"Date":"11/11/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":13,"Cost":9,"Date":"11/30/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":543,"Cost":510,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":369,"Cost":330,"Date":"3/1/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":953,"Cost":519,"Date":"4/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":475,"Cost":244,"Date":"5/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":983,"Cost":666,"Date":"8/13/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":986,"Cost":710,"Date":"9/15/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":949,"Cost":591,"Date":"10/14/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":355,"Cost":231,"Date":"10/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":991,"Cost":929,"Date":"11/11/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":25,"Cost":20,"Date":"12/7/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":708,"Cost":365,"Date":"12/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":720,"Cost":609,"Date":"1/6/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":712,"Cost":425,"Date":"1/23/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":307,"Cost":257,"Date":"2/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":703,"Cost":573,"Date":"3/10/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":564,"Cost":284,"Date":"3/12/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":281,"Cost":206,"Date":"3/31/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":261,"Cost":150,"Date":"6/16/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":225,"Cost":159,"Date":"6/17/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":953,"Cost":841,"Date":"8/27/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":193,"Cost":169,"Date":"10/1/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":664,"Cost":569,"Date":"11/4/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":263,"Cost":199,"Date":"11/9/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":375,"Cost":337,"Date":"3/27/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":478,"Cost":344,"Date":"4/17/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":225,"Cost":212,"Date":"8/11/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":561,"Cost":427,"Date":"8/21/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":726,"Cost":417,"Date":"9/2/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":46,"Cost":40,"Date":"9/5/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":709,"Cost":644,"Date":"9/14/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":983,"Cost":527,"Date":"9/20/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":721,"Cost":370,"Date":"11/20/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":184,"Cost":170,"Date":"12/21/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":293,"Cost":202,"Date":"1/7/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":757,"Cost":561,"Date":"1/21/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":332,"Cost":302,"Date":"2/9/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":86,"Cost":69,"Date":"3/19/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":647,"Cost":467,"Date":"4/3/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":883,"Cost":770,"Date":"4/5/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":224,"Cost":161,"Date":"4/28/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":278,"Cost":200,"Date":"7/10/2019"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":453,"Cost":256,"Date":"3/25/2020"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":43,"Cost":31,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":114,"Cost":61,"Date":"10/28/2020"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":389,"Cost":237,"Date":"3/2/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":808,"Cost":756,"Date":"6/28/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":990,"Cost":815,"Date":"7/17/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":232,"Cost":207,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":831,"Cost":642,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":277,"Cost":209,"Date":"11/20/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":654,"Cost":345,"Date":"12/16/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":579,"Cost":545,"Date":"12/30/2021"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":818,"Cost":427,"Date":"2/15/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":117,"Cost":80,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":599,"Cost":429,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":93,"Cost":60,"Date":"4/18/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":910,"Cost":805,"Date":"7/27/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":496,"Cost":355,"Date":"8/18/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":663,"Cost":557,"Date":"10/31/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":449,"Cost":415,"Date":"11/11/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":654,"Cost":533,"Date":"11/30/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":920,"Cost":638,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":517,"Cost":484,"Date":"3/1/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":881,"Cost":498,"Date":"4/13/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":528,"Cost":357,"Date":"5/20/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":440,"Cost":289,"Date":"8/13/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":548,"Cost":471,"Date":"9/15/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":625,"Cost":395,"Date":"10/14/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":932,"Cost":817,"Date":"10/28/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":106,"Cost":77,"Date":"11/11/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":296,"Cost":186,"Date":"12/7/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":957,"Cost":800,"Date":"12/21/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":867,"Cost":678,"Date":"1/6/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":563,"Cost":420,"Date":"1/23/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":670,"Cost":470,"Date":"2/4/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":414,"Cost":317,"Date":"3/10/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":198,"Cost":137,"Date":"3/12/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":574,"Cost":471,"Date":"3/31/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":783,"Cost":726,"Date":"6/16/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":741,"Cost":442,"Date":"6/17/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":373,"Cost":210,"Date":"8/27/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":554,"Cost":371,"Date":"10/1/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":261,"Cost":243,"Date":"11/4/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":25,"Cost":13,"Date":"11/9/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":281,"Cost":169,"Date":"3/27/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":723,"Cost":452,"Date":"4/17/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":30,"Cost":23,"Date":"8/11/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":767,"Cost":579,"Date":"8/21/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":970,"Cost":780,"Date":"9/2/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":606,"Cost":478,"Date":"9/5/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":756,"Cost":620,"Date":"9/14/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":195,"Cost":151,"Date":"9/20/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":452,"Cost":424,"Date":"11/20/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":300,"Cost":186,"Date":"12/21/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":610,"Cost":555,"Date":"1/7/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":886,"Cost":494,"Date":"1/21/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":983,"Cost":759,"Date":"2/9/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":876,"Cost":629,"Date":"3/19/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":928,"Cost":594,"Date":"4/3/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":905,"Cost":801,"Date":"4/5/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":488,"Cost":305,"Date":"4/28/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":585,"Cost":303,"Date":"7/10/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":711,"Cost":400,"Date":"3/25/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":778,"Cost":532,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":784,"Cost":642,"Date":"10/28/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":357,"Cost":305,"Date":"3/2/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":133,"Cost":75,"Date":"6/28/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":55,"Cost":51,"Date":"7/17/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":859,"Cost":738,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":452,"Cost":318,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":457,"Cost":295,"Date":"11/20/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":401,"Cost":221,"Date":"12/16/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":766,"Cost":384,"Date":"12/30/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":608,"Cost":423,"Date":"2/15/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":838,"Cost":647,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":809,"Cost":725,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":829,"Cost":622,"Date":"4/18/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":199,"Cost":181,"Date":"7/27/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":377,"Cost":354,"Date":"8/18/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":288,"Cost":240,"Date":"10/31/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":328,"Cost":305,"Date":"11/11/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":351,"Cost":227,"Date":"11/30/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":671,"Cost":372,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":34,"Cost":19,"Date":"3/1/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":147,"Cost":79,"Date":"4/13/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":223,"Cost":199,"Date":"5/20/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":864,"Cost":767,"Date":"8/13/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":575,"Cost":476,"Date":"9/15/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":872,"Cost":464,"Date":"10/14/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":614,"Cost":391,"Date":"10/28/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":495,"Cost":314,"Date":"11/11/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":311,"Cost":196,"Date":"12/7/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":542,"Cost":423,"Date":"12/21/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":504,"Cost":463,"Date":"1/6/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":600,"Cost":451,"Date":"1/23/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":389,"Cost":368,"Date":"2/4/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":24,"Cost":15,"Date":"3/10/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":336,"Cost":312,"Date":"3/12/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":476,"Cost":243,"Date":"3/31/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":229,"Cost":115,"Date":"6/16/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":223,"Cost":160,"Date":"6/17/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":989,"Cost":555,"Date":"8/27/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":299,"Cost":268,"Date":"10/1/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":848,"Cost":637,"Date":"11/4/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":322,"Cost":171,"Date":"11/9/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":646,"Cost":598,"Date":"3/27/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":733,"Cost":480,"Date":"4/17/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":262,"Cost":227,"Date":"8/11/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":588,"Cost":441,"Date":"8/21/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":747,"Cost":558,"Date":"9/2/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":454,"Cost":285,"Date":"9/5/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":683,"Cost":560,"Date":"9/14/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":183,"Cost":168,"Date":"9/20/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":443,"Cost":343,"Date":"11/20/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":345,"Cost":183,"Date":"12/21/2018"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":252,"Cost":147,"Date":"1/7/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":294,"Cost":183,"Date":"1/21/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":403,"Cost":234,"Date":"2/9/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":279,"Cost":226,"Date":"3/19/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":292,"Cost":237,"Date":"4/3/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":849,"Cost":458,"Date":"4/5/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":710,"Cost":504,"Date":"4/28/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":988,"Cost":524,"Date":"7/10/2019"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":434,"Cost":308,"Date":"3/25/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":413,"Cost":310,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":288,"Cost":194,"Date":"10/28/2020"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":344,"Cost":181,"Date":"3/2/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":928,"Cost":625,"Date":"6/28/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":387,"Cost":216,"Date":"7/17/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":736,"Cost":694,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":780,"Cost":485,"Date":"8/23/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":793,"Cost":705,"Date":"11/20/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":879,"Cost":803,"Date":"12/16/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":431,"Cost":269,"Date":"12/30/2021"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":535,"Cost":400,"Date":"2/15/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":69,"Cost":54,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":363,"Cost":304,"Date":"3/7/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":609,"Cost":512,"Date":"4/18/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":360,"Cost":332,"Date":"7/27/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":949,"Cost":739,"Date":"8/18/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":764,"Cost":615,"Date":"10/31/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":841,"Cost":701,"Date":"11/11/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":519,"Cost":334,"Date":"11/30/2022"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":746,"Cost":622,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":246,"Cost":168,"Date":"3/1/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":502,"Cost":295,"Date":"4/13/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":754,"Cost":450,"Date":"5/20/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":443,"Cost":282,"Date":"8/13/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":225,"Cost":131,"Date":"9/15/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":368,"Cost":287,"Date":"10/14/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":738,"Cost":683,"Date":"10/28/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":561,"Cost":395,"Date":"11/11/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":449,"Cost":280,"Date":"12/7/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":490,"Cost":443,"Date":"12/21/2023"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":448,"Cost":317,"Date":"1/6/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":705,"Cost":525,"Date":"1/23/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":898,"Cost":705,"Date":"2/4/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":93,"Cost":88,"Date":"3/10/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":77,"Cost":64,"Date":"3/12/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":576,"Cost":406,"Date":"3/31/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":343,"Cost":191,"Date":"6/16/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":677,"Cost":545,"Date":"6/17/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":945,"Cost":594,"Date":"8/27/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":718,"Cost":540,"Date":"10/1/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":267,"Cost":178,"Date":"11/4/2024"},{"Store":"The PATH, Toronto","Brand":"COS","Country":"Canada","Sale":664,"Cost":385,"Date":"11/9/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":356,"Cost":263,"Date":"3/27/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":663,"Cost":467,"Date":"4/17/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":870,"Cost":588,"Date":"8/11/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":230,"Cost":115,"Date":"8/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":98,"Cost":82,"Date":"9/2/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":27,"Cost":26,"Date":"9/5/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":266,"Cost":179,"Date":"9/14/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":34,"Cost":20,"Date":"9/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":944,"Cost":883,"Date":"11/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":429,"Cost":258,"Date":"12/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":848,"Cost":463,"Date":"1/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":454,"Cost":384,"Date":"1/21/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":697,"Cost":546,"Date":"2/9/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":92,"Cost":69,"Date":"3/19/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":992,"Cost":824,"Date":"4/3/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":435,"Cost":352,"Date":"4/5/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":685,"Cost":381,"Date":"4/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":406,"Cost":254,"Date":"7/10/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":354,"Cost":256,"Date":"3/25/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":300,"Cost":161,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":534,"Cost":345,"Date":"10/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":218,"Cost":162,"Date":"3/2/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":359,"Cost":250,"Date":"6/28/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":366,"Cost":234,"Date":"7/17/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":943,"Cost":777,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":66,"Cost":49,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":247,"Cost":176,"Date":"11/20/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":843,"Cost":525,"Date":"12/16/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":372,"Cost":210,"Date":"12/30/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":929,"Cost":773,"Date":"2/15/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":340,"Cost":259,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":520,"Cost":276,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":780,"Cost":571,"Date":"4/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":886,"Cost":670,"Date":"7/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":175,"Cost":114,"Date":"8/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":511,"Cost":400,"Date":"10/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":295,"Cost":253,"Date":"11/11/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":734,"Cost":670,"Date":"11/30/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":336,"Cost":213,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":414,"Cost":244,"Date":"3/1/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":436,"Cost":338,"Date":"4/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":388,"Cost":259,"Date":"5/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":426,"Cost":247,"Date":"8/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":283,"Cost":238,"Date":"9/15/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":79,"Cost":74,"Date":"10/14/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":439,"Cost":304,"Date":"10/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":952,"Cost":781,"Date":"11/11/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":741,"Cost":602,"Date":"12/7/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":747,"Cost":515,"Date":"12/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":104,"Cost":68,"Date":"1/6/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":995,"Cost":624,"Date":"1/23/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":23,"Cost":22,"Date":"2/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":980,"Cost":787,"Date":"3/10/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":817,"Cost":417,"Date":"3/12/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":555,"Cost":393,"Date":"3/31/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":146,"Cost":127,"Date":"6/16/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":834,"Cost":419,"Date":"6/17/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":433,"Cost":234,"Date":"8/27/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":905,"Cost":801,"Date":"10/1/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":940,"Cost":842,"Date":"11/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":633,"Cost":519,"Date":"11/9/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":334,"Cost":308,"Date":"3/27/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":798,"Cost":564,"Date":"4/17/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":889,"Cost":836,"Date":"8/11/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":926,"Cost":758,"Date":"8/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":337,"Cost":246,"Date":"9/2/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":733,"Date":"9/5/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":225,"Cost":202,"Date":"9/14/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":433,"Cost":398,"Date":"9/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":571,"Cost":338,"Date":"11/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":439,"Cost":304,"Date":"12/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":385,"Date":"1/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":164,"Cost":134,"Date":"1/21/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":197,"Date":"2/9/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":90,"Cost":77,"Date":"3/19/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":608,"Cost":386,"Date":"4/3/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":68,"Cost":53,"Date":"4/5/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":219,"Date":"4/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":635,"Cost":533,"Date":"7/10/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":79,"Cost":70,"Date":"3/25/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":684,"Cost":550,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":905,"Cost":491,"Date":"10/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":603,"Cost":336,"Date":"3/2/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":369,"Cost":197,"Date":"6/28/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":101,"Cost":57,"Date":"7/17/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":355,"Cost":232,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":398,"Cost":317,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":802,"Cost":725,"Date":"11/20/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":502,"Cost":412,"Date":"12/16/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":438,"Date":"12/30/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":270,"Cost":138,"Date":"2/15/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":530,"Cost":476,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":655,"Cost":478,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":755,"Cost":657,"Date":"4/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":507,"Date":"7/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":787,"Cost":734,"Date":"8/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":623,"Cost":338,"Date":"10/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":334,"Date":"11/11/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":453,"Date":"11/30/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":569,"Cost":507,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":903,"Cost":766,"Date":"3/1/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":454,"Cost":389,"Date":"4/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":392,"Cost":317,"Date":"5/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":507,"Cost":406,"Date":"8/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":127,"Cost":96,"Date":"9/15/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":1,"Cost":1,"Date":"10/14/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":941,"Cost":637,"Date":"10/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":292,"Cost":163,"Date":"11/11/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":278,"Date":"12/7/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":740,"Cost":550,"Date":"12/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":213,"Date":"1/6/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":572,"Cost":483,"Date":"1/23/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":948,"Cost":587,"Date":"2/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":822,"Cost":481,"Date":"3/10/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":292,"Cost":261,"Date":"3/12/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":892,"Cost":544,"Date":"3/31/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":219,"Date":"6/16/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":700,"Cost":618,"Date":"6/17/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":630,"Cost":329,"Date":"8/27/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":312,"Cost":218,"Date":"10/1/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":919,"Cost":686,"Date":"11/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":897,"Cost":509,"Date":"11/9/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":251,"Cost":179,"Date":"3/27/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":433,"Date":"4/17/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":41,"Cost":38,"Date":"8/11/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":894,"Cost":630,"Date":"8/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":750,"Cost":547,"Date":"9/2/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":81,"Cost":61,"Date":"9/5/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":310,"Cost":277,"Date":"9/14/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":192,"Date":"9/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":244,"Date":"11/20/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":615,"Cost":381,"Date":"12/21/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":275,"Date":"1/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":563,"Cost":358,"Date":"1/21/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":264,"Cost":171,"Date":"2/9/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":71,"Date":"3/19/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":816,"Cost":581,"Date":"4/3/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":665,"Cost":411,"Date":"4/5/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":836,"Cost":763,"Date":"4/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":127,"Date":"7/10/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":633,"Cost":567,"Date":"3/25/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":461,"Cost":293,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":139,"Cost":87,"Date":"10/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":982,"Cost":742,"Date":"3/2/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":317,"Date":"6/28/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":991,"Cost":942,"Date":"7/17/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":168,"Cost":87,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":310,"Cost":163,"Date":"8/23/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":39,"Date":"11/20/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":528,"Cost":312,"Date":"12/16/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":688,"Cost":634,"Date":"12/30/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":29,"Cost":23,"Date":"2/15/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":763,"Cost":666,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":719,"Date":"3/7/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":828,"Date":"4/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":60,"Date":"7/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":859,"Cost":435,"Date":"8/18/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":428,"Date":"10/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":549,"Date":"11/11/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":868,"Cost":505,"Date":"11/30/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":749,"Cost":386,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":228,"Cost":125,"Date":"3/1/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":126,"Cost":113,"Date":"4/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":179,"Cost":143,"Date":"5/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":257,"Cost":213,"Date":"8/13/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":738,"Cost":688,"Date":"9/15/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":651,"Cost":455,"Date":"10/14/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":661,"Cost":544,"Date":"10/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":653,"Cost":594,"Date":"11/11/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":398,"Cost":219,"Date":"12/7/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":218,"Cost":177,"Date":"12/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":530,"Cost":380,"Date":"1/6/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":932,"Cost":485,"Date":"1/23/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":262,"Cost":213,"Date":"2/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":505,"Cost":414,"Date":"3/10/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":918,"Cost":699,"Date":"3/12/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":602,"Cost":559,"Date":"3/31/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":171,"Cost":154,"Date":"6/16/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":226,"Cost":127,"Date":"6/17/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":444,"Date":"8/27/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":631,"Cost":480,"Date":"10/1/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":59,"Cost":53,"Date":"11/4/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":845,"Cost":428,"Date":"11/9/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":5,"Cost":3,"Date":"3/27/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":600,"Date":"4/17/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":648,"Cost":517,"Date":"8/11/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":405,"Cost":263,"Date":"8/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":500,"Date":"9/2/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":182,"Date":"9/5/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":391,"Cost":370,"Date":"9/14/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":291,"Cost":160,"Date":"9/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":204,"Cost":177,"Date":"11/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":327,"Cost":250,"Date":"12/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":518,"Cost":406,"Date":"1/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":247,"Cost":139,"Date":"1/21/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":626,"Cost":431,"Date":"2/9/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":343,"Date":"3/19/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":459,"Cost":412,"Date":"4/3/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":245,"Date":"4/5/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":932,"Cost":860,"Date":"4/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":447,"Cost":379,"Date":"7/10/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":864,"Cost":549,"Date":"3/25/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":379,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":422,"Cost":349,"Date":"10/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":522,"Date":"3/2/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":778,"Cost":699,"Date":"6/28/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":440,"Cost":393,"Date":"7/17/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":262,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":672,"Cost":586,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":22,"Date":"11/20/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":569,"Cost":453,"Date":"12/16/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":852,"Cost":471,"Date":"12/30/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":571,"Cost":346,"Date":"2/15/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":835,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":468,"Cost":445,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":336,"Cost":216,"Date":"4/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":525,"Cost":461,"Date":"7/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":208,"Date":"8/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":279,"Cost":219,"Date":"10/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":672,"Cost":441,"Date":"11/11/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":108,"Cost":88,"Date":"11/30/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":809,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":858,"Cost":536,"Date":"3/1/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":75,"Cost":63,"Date":"4/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":77,"Date":"5/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":701,"Cost":507,"Date":"8/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":503,"Cost":331,"Date":"9/15/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":892,"Cost":668,"Date":"10/14/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":114,"Cost":71,"Date":"10/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":214,"Date":"11/11/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":830,"Cost":754,"Date":"12/7/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":331,"Date":"12/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":201,"Date":"1/6/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":161,"Cost":106,"Date":"1/23/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":181,"Cost":110,"Date":"2/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":811,"Cost":531,"Date":"3/10/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":228,"Date":"3/12/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":961,"Cost":725,"Date":"3/31/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":426,"Date":"6/16/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":985,"Cost":786,"Date":"6/17/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":327,"Cost":287,"Date":"8/27/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":491,"Date":"10/1/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":457,"Date":"11/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":536,"Cost":460,"Date":"11/9/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":424,"Cost":290,"Date":"3/27/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":866,"Cost":435,"Date":"4/17/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":937,"Cost":888,"Date":"8/11/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":902,"Cost":545,"Date":"8/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":932,"Cost":489,"Date":"9/2/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":70,"Cost":60,"Date":"9/5/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":112,"Cost":72,"Date":"9/14/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":245,"Cost":231,"Date":"9/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":645,"Cost":519,"Date":"11/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":150,"Cost":137,"Date":"12/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":125,"Cost":63,"Date":"1/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":874,"Cost":691,"Date":"1/21/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":547,"Cost":391,"Date":"2/9/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":187,"Cost":165,"Date":"3/19/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":695,"Cost":545,"Date":"4/3/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":667,"Cost":487,"Date":"4/5/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":267,"Cost":133,"Date":"4/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":912,"Cost":595,"Date":"7/10/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":973,"Cost":488,"Date":"3/25/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":320,"Cost":296,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":251,"Cost":130,"Date":"10/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":730,"Cost":568,"Date":"3/2/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":702,"Cost":443,"Date":"6/28/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":109,"Cost":92,"Date":"7/17/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":846,"Cost":687,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":113,"Cost":78,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":325,"Cost":276,"Date":"11/20/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":482,"Cost":314,"Date":"12/16/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":85,"Cost":67,"Date":"12/30/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":172,"Cost":108,"Date":"2/15/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":574,"Cost":393,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":923,"Cost":851,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":626,"Cost":413,"Date":"4/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":953,"Cost":522,"Date":"7/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":186,"Cost":130,"Date":"8/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":746,"Cost":611,"Date":"10/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":302,"Cost":259,"Date":"11/11/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":161,"Cost":130,"Date":"11/30/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":530,"Cost":286,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":217,"Cost":173,"Date":"3/1/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":920,"Cost":686,"Date":"4/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":809,"Cost":433,"Date":"5/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":569,"Cost":465,"Date":"8/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":437,"Cost":408,"Date":"9/15/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":166,"Cost":114,"Date":"10/14/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":552,"Cost":322,"Date":"10/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":494,"Cost":249,"Date":"11/11/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":544,"Cost":286,"Date":"12/7/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":406,"Cost":338,"Date":"12/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":307,"Cost":242,"Date":"1/6/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":621,"Cost":583,"Date":"1/23/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":853,"Cost":559,"Date":"2/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":421,"Cost":369,"Date":"3/10/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":301,"Cost":169,"Date":"3/12/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":139,"Cost":108,"Date":"3/31/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":310,"Cost":225,"Date":"6/16/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":638,"Cost":559,"Date":"6/17/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":261,"Cost":170,"Date":"8/27/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":250,"Cost":150,"Date":"10/1/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":425,"Cost":375,"Date":"11/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":933,"Cost":751,"Date":"11/9/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":851,"Cost":646,"Date":"3/27/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":711,"Cost":474,"Date":"4/17/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":593,"Cost":540,"Date":"8/11/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":404,"Date":"8/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":178,"Cost":145,"Date":"9/2/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":180,"Date":"9/5/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":769,"Date":"9/14/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":407,"Cost":244,"Date":"9/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":883,"Cost":808,"Date":"11/20/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":58,"Cost":37,"Date":"12/21/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":390,"Date":"1/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":118,"Date":"1/21/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":416,"Cost":337,"Date":"2/9/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":331,"Cost":189,"Date":"3/19/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":848,"Cost":524,"Date":"4/3/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":696,"Cost":411,"Date":"4/5/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":584,"Cost":437,"Date":"4/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":112,"Date":"7/10/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":65,"Date":"3/25/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":609,"Cost":379,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":764,"Cost":710,"Date":"10/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":5,"Date":"3/2/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":26,"Date":"6/28/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":121,"Cost":103,"Date":"7/17/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":579,"Cost":296,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":690,"Cost":490,"Date":"8/23/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":783,"Date":"11/20/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":779,"Cost":472,"Date":"12/16/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":39,"Cost":27,"Date":"12/30/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":322,"Date":"2/15/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":456,"Cost":293,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":334,"Cost":288,"Date":"3/7/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":118,"Cost":64,"Date":"4/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":489,"Cost":366,"Date":"7/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":524,"Cost":497,"Date":"8/18/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":491,"Cost":426,"Date":"10/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":970,"Cost":824,"Date":"11/11/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":33,"Cost":22,"Date":"11/30/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":951,"Cost":839,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":457,"Cost":269,"Date":"3/1/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":622,"Date":"4/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":842,"Date":"5/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":729,"Cost":603,"Date":"8/13/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":404,"Cost":336,"Date":"9/15/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":691,"Cost":628,"Date":"10/14/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":428,"Cost":402,"Date":"10/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":635,"Cost":367,"Date":"11/11/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":478,"Cost":269,"Date":"12/7/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":121,"Date":"12/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":463,"Date":"1/6/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":208,"Cost":157,"Date":"1/23/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":382,"Date":"2/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":945,"Cost":585,"Date":"3/10/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":678,"Cost":402,"Date":"3/12/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":593,"Date":"3/31/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":222,"Cost":132,"Date":"6/16/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":160,"Cost":126,"Date":"6/17/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":363,"Date":"8/27/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":308,"Cost":215,"Date":"10/1/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":993,"Cost":597,"Date":"11/4/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":502,"Date":"11/9/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":395,"Cost":313,"Date":"3/27/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":695,"Cost":445,"Date":"4/17/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":125,"Cost":110,"Date":"8/11/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":995,"Cost":902,"Date":"8/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":98,"Cost":50,"Date":"9/2/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":58,"Cost":42,"Date":"9/5/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":17,"Cost":8,"Date":"9/14/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":913,"Cost":461,"Date":"9/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":926,"Cost":856,"Date":"11/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":964,"Cost":646,"Date":"12/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":298,"Cost":275,"Date":"1/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":407,"Cost":215,"Date":"1/21/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":793,"Cost":728,"Date":"2/9/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":274,"Cost":192,"Date":"3/19/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":800,"Cost":582,"Date":"4/3/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":582,"Cost":377,"Date":"4/5/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":453,"Cost":412,"Date":"4/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":700,"Cost":611,"Date":"7/10/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":813,"Cost":531,"Date":"3/25/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":92,"Cost":83,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":602,"Cost":563,"Date":"10/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":773,"Cost":401,"Date":"3/2/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":56,"Cost":46,"Date":"6/28/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":823,"Cost":726,"Date":"7/17/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":479,"Cost":344,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":259,"Cost":240,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":904,"Cost":679,"Date":"11/20/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":307,"Cost":203,"Date":"12/16/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":91,"Cost":52,"Date":"12/30/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":912,"Cost":729,"Date":"2/15/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":718,"Cost":395,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":193,"Cost":165,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":295,"Cost":248,"Date":"4/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":519,"Cost":458,"Date":"7/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":145,"Cost":136,"Date":"8/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":263,"Cost":173,"Date":"10/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":375,"Cost":294,"Date":"11/11/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":640,"Cost":324,"Date":"11/30/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":871,"Cost":554,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":979,"Cost":911,"Date":"3/1/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":590,"Cost":417,"Date":"4/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":214,"Cost":120,"Date":"5/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":94,"Cost":59,"Date":"8/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":313,"Cost":159,"Date":"9/15/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":595,"Cost":323,"Date":"10/14/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":437,"Cost":308,"Date":"10/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":884,"Cost":744,"Date":"11/11/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":189,"Cost":132,"Date":"12/7/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":101,"Cost":54,"Date":"12/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":336,"Cost":172,"Date":"1/6/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":543,"Cost":423,"Date":"1/23/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":739,"Cost":486,"Date":"2/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":687,"Cost":345,"Date":"3/10/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":985,"Cost":697,"Date":"3/12/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":485,"Cost":424,"Date":"3/31/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":284,"Cost":176,"Date":"6/16/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":98,"Cost":81,"Date":"6/17/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":612,"Cost":417,"Date":"8/27/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":415,"Cost":217,"Date":"10/1/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":321,"Cost":228,"Date":"11/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":805,"Cost":710,"Date":"11/9/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":24,"Cost":22,"Date":"3/27/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":263,"Cost":187,"Date":"4/17/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":955,"Cost":603,"Date":"8/11/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":561,"Cost":376,"Date":"8/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":89,"Cost":65,"Date":"9/2/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":217,"Cost":156,"Date":"9/5/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":480,"Cost":292,"Date":"9/14/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":473,"Cost":370,"Date":"9/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":437,"Cost":293,"Date":"11/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":934,"Cost":531,"Date":"12/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":80,"Cost":66,"Date":"1/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":573,"Cost":493,"Date":"1/21/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":434,"Cost":392,"Date":"2/9/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":839,"Cost":447,"Date":"3/19/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":40,"Cost":34,"Date":"4/3/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":793,"Cost":549,"Date":"4/5/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":342,"Cost":188,"Date":"4/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":317,"Cost":240,"Date":"7/10/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":414,"Cost":248,"Date":"3/25/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":110,"Cost":56,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":963,"Cost":901,"Date":"10/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":846,"Cost":632,"Date":"3/2/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":529,"Cost":308,"Date":"6/28/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":438,"Cost":274,"Date":"7/17/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":406,"Cost":363,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":632,"Cost":378,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":955,"Cost":781,"Date":"11/20/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":443,"Cost":232,"Date":"12/16/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":239,"Cost":181,"Date":"12/30/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":991,"Cost":544,"Date":"2/15/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":699,"Cost":454,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":924,"Cost":502,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":906,"Cost":706,"Date":"4/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":315,"Cost":189,"Date":"7/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":539,"Cost":509,"Date":"8/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":803,"Cost":687,"Date":"10/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":462,"Cost":375,"Date":"11/11/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":312,"Cost":159,"Date":"11/30/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":389,"Cost":304,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":82,"Cost":62,"Date":"3/1/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":423,"Cost":278,"Date":"4/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":130,"Cost":69,"Date":"5/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":705,"Cost":497,"Date":"8/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":12,"Cost":9,"Date":"9/15/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":299,"Cost":270,"Date":"10/14/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":748,"Cost":592,"Date":"10/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":427,"Cost":274,"Date":"11/11/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":39,"Cost":27,"Date":"12/7/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":943,"Cost":862,"Date":"12/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":937,"Cost":707,"Date":"1/6/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":389,"Cost":320,"Date":"1/23/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":402,"Cost":245,"Date":"2/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":77,"Cost":40,"Date":"3/10/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":614,"Cost":337,"Date":"3/12/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":812,"Cost":425,"Date":"3/31/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":979,"Cost":621,"Date":"6/16/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":645,"Cost":346,"Date":"6/17/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":408,"Cost":287,"Date":"8/27/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":186,"Cost":126,"Date":"10/1/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":716,"Cost":418,"Date":"11/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":586,"Cost":464,"Date":"11/9/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":617,"Cost":552,"Date":"3/27/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":730,"Date":"4/17/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":747,"Cost":542,"Date":"8/11/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":218,"Cost":134,"Date":"8/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":558,"Date":"9/2/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":357,"Cost":179,"Date":"9/5/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":35,"Cost":31,"Date":"9/14/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":711,"Cost":532,"Date":"9/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":165,"Date":"11/20/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":139,"Cost":90,"Date":"12/21/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":512,"Cost":322,"Date":"1/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":139,"Date":"1/21/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":435,"Cost":361,"Date":"2/9/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":78,"Date":"3/19/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":172,"Date":"4/3/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":632,"Date":"4/5/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":876,"Cost":495,"Date":"4/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":560,"Cost":405,"Date":"7/10/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":527,"Date":"3/25/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":307,"Cost":175,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":796,"Cost":619,"Date":"10/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":398,"Date":"3/2/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":801,"Cost":644,"Date":"6/28/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":82,"Date":"7/17/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":309,"Cost":235,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":908,"Cost":470,"Date":"8/23/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":863,"Cost":717,"Date":"11/20/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":974,"Cost":701,"Date":"12/16/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":773,"Cost":573,"Date":"12/30/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":868,"Date":"2/15/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":39,"Cost":25,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":393,"Cost":250,"Date":"3/7/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":473,"Cost":358,"Date":"4/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":81,"Cost":46,"Date":"7/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":942,"Cost":667,"Date":"8/18/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":833,"Cost":534,"Date":"10/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":683,"Cost":613,"Date":"11/11/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":187,"Cost":133,"Date":"11/30/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":626,"Cost":389,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":935,"Cost":619,"Date":"3/1/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":428,"Cost":400,"Date":"4/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":191,"Cost":140,"Date":"5/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":173,"Date":"8/13/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":506,"Date":"9/15/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":761,"Cost":603,"Date":"10/14/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":582,"Cost":397,"Date":"10/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":392,"Date":"11/11/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":285,"Cost":227,"Date":"12/7/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":802,"Cost":574,"Date":"12/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":442,"Cost":384,"Date":"1/6/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":528,"Cost":375,"Date":"1/23/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":370,"Cost":303,"Date":"2/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":879,"Cost":815,"Date":"3/10/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":705,"Cost":609,"Date":"3/12/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":755,"Cost":478,"Date":"3/31/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":480,"Cost":338,"Date":"6/16/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":86,"Date":"6/17/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":381,"Date":"8/27/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":166,"Date":"10/1/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":665,"Cost":575,"Date":"11/4/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":852,"Cost":649,"Date":"11/9/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":695,"Cost":409,"Date":"3/27/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":413,"Cost":236,"Date":"4/17/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":293,"Cost":273,"Date":"8/11/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":131,"Cost":72,"Date":"8/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":474,"Cost":306,"Date":"9/2/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":642,"Cost":587,"Date":"9/5/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":81,"Cost":55,"Date":"9/14/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":728,"Cost":557,"Date":"9/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":974,"Cost":921,"Date":"11/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":925,"Cost":633,"Date":"12/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":21,"Cost":17,"Date":"1/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":642,"Cost":439,"Date":"1/21/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":619,"Cost":540,"Date":"2/9/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":530,"Cost":438,"Date":"3/19/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":330,"Cost":196,"Date":"4/3/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":349,"Cost":210,"Date":"4/5/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":361,"Cost":268,"Date":"4/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":220,"Cost":185,"Date":"7/10/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":937,"Cost":712,"Date":"3/25/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":445,"Cost":392,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":245,"Cost":151,"Date":"10/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":748,"Cost":431,"Date":"3/2/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":72,"Cost":41,"Date":"6/28/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":404,"Cost":301,"Date":"7/17/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":206,"Cost":139,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":664,"Cost":579,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":484,"Cost":428,"Date":"11/20/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":592,"Cost":474,"Date":"12/16/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":653,"Cost":610,"Date":"12/30/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":784,"Cost":495,"Date":"2/15/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":817,"Cost":763,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":272,"Cost":190,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":15,"Cost":7,"Date":"4/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":372,"Cost":239,"Date":"7/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":379,"Cost":325,"Date":"8/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":639,"Cost":455,"Date":"10/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":374,"Cost":234,"Date":"11/11/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":460,"Cost":331,"Date":"11/30/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":74,"Cost":66,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":9,"Cost":8,"Date":"3/1/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":934,"Cost":816,"Date":"4/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":11,"Cost":11,"Date":"5/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":636,"Cost":409,"Date":"8/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":989,"Cost":935,"Date":"9/15/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":825,"Cost":661,"Date":"10/14/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":633,"Cost":363,"Date":"10/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":346,"Cost":223,"Date":"11/11/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":490,"Cost":444,"Date":"12/7/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":134,"Cost":91,"Date":"12/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":482,"Cost":284,"Date":"1/6/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":893,"Cost":652,"Date":"1/23/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":69,"Cost":49,"Date":"2/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":315,"Cost":161,"Date":"3/10/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":573,"Cost":309,"Date":"3/12/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":509,"Cost":315,"Date":"3/31/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":680,"Cost":414,"Date":"6/16/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":877,"Cost":641,"Date":"6/17/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":1000,"Cost":858,"Date":"8/27/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":795,"Cost":691,"Date":"10/1/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":551,"Cost":328,"Date":"11/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":680,"Cost":359,"Date":"11/9/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":52,"Cost":38,"Date":"3/27/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":124,"Cost":62,"Date":"4/17/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":40,"Date":"8/11/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":985,"Cost":545,"Date":"8/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":317,"Cost":161,"Date":"9/2/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":140,"Date":"9/5/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":946,"Cost":538,"Date":"9/14/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":294,"Cost":235,"Date":"9/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":324,"Date":"11/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":653,"Date":"12/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":227,"Date":"1/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":404,"Cost":260,"Date":"1/21/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":743,"Cost":528,"Date":"2/9/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":520,"Cost":316,"Date":"3/19/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":147,"Date":"4/3/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":339,"Cost":253,"Date":"4/5/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":60,"Cost":52,"Date":"4/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":732,"Cost":609,"Date":"7/10/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":598,"Cost":357,"Date":"3/25/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":475,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":657,"Cost":474,"Date":"10/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":20,"Date":"3/2/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":214,"Cost":116,"Date":"6/28/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":549,"Cost":338,"Date":"7/17/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":176,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":639,"Cost":344,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":336,"Date":"11/20/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":147,"Cost":107,"Date":"12/16/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":793,"Cost":604,"Date":"12/30/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":235,"Cost":199,"Date":"2/15/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":839,"Cost":663,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":611,"Cost":446,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":142,"Cost":90,"Date":"4/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":506,"Cost":406,"Date":"7/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":121,"Cost":104,"Date":"8/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":139,"Cost":80,"Date":"10/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":519,"Cost":492,"Date":"11/11/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":383,"Cost":201,"Date":"11/30/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":292,"Cost":218,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":775,"Cost":702,"Date":"3/1/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":631,"Cost":535,"Date":"4/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":470,"Cost":306,"Date":"5/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":14,"Cost":13,"Date":"8/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":732,"Cost":397,"Date":"9/15/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":163,"Cost":145,"Date":"10/14/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":524,"Cost":336,"Date":"10/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":239,"Cost":127,"Date":"11/11/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":451,"Date":"12/7/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":106,"Cost":63,"Date":"12/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":601,"Cost":454,"Date":"1/6/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":402,"Cost":231,"Date":"1/23/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":228,"Cost":138,"Date":"2/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":100,"Date":"3/10/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":997,"Cost":688,"Date":"3/12/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":666,"Cost":510,"Date":"3/31/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":718,"Cost":385,"Date":"6/16/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":737,"Cost":624,"Date":"6/17/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":857,"Cost":556,"Date":"8/27/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":152,"Cost":83,"Date":"10/1/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":408,"Cost":220,"Date":"11/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":63,"Date":"11/9/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":5,"Cost":3,"Date":"3/27/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":521,"Cost":333,"Date":"4/17/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":310,"Cost":156,"Date":"8/11/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":230,"Cost":148,"Date":"8/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":423,"Cost":392,"Date":"9/2/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":897,"Cost":747,"Date":"9/5/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":402,"Cost":352,"Date":"9/14/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":503,"Cost":330,"Date":"9/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":181,"Cost":108,"Date":"11/20/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":546,"Cost":431,"Date":"12/21/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":766,"Cost":517,"Date":"1/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":352,"Cost":213,"Date":"1/21/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":392,"Cost":273,"Date":"2/9/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":832,"Cost":462,"Date":"3/19/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":434,"Cost":308,"Date":"4/3/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":310,"Cost":266,"Date":"4/5/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":135,"Cost":110,"Date":"4/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":572,"Cost":355,"Date":"7/10/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":374,"Cost":291,"Date":"3/25/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":848,"Cost":630,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":875,"Cost":474,"Date":"10/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":60,"Cost":50,"Date":"3/2/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":993,"Cost":592,"Date":"6/28/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":845,"Cost":594,"Date":"7/17/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":524,"Cost":262,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":78,"Cost":70,"Date":"8/23/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":482,"Cost":280,"Date":"11/20/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":69,"Cost":47,"Date":"12/16/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":271,"Cost":247,"Date":"12/30/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":897,"Cost":683,"Date":"2/15/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":94,"Cost":62,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":776,"Cost":495,"Date":"3/7/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":975,"Cost":652,"Date":"4/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":151,"Cost":91,"Date":"7/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":464,"Cost":388,"Date":"8/18/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":893,"Cost":549,"Date":"10/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":11,"Cost":10,"Date":"11/11/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":165,"Cost":150,"Date":"11/30/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":757,"Cost":639,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":56,"Cost":42,"Date":"3/1/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":430,"Cost":302,"Date":"4/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":671,"Cost":413,"Date":"5/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":175,"Cost":123,"Date":"8/13/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":606,"Cost":368,"Date":"9/15/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":905,"Cost":617,"Date":"10/14/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":601,"Cost":314,"Date":"10/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":551,"Cost":440,"Date":"11/11/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":701,"Cost":574,"Date":"12/7/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":594,"Cost":410,"Date":"12/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":914,"Cost":482,"Date":"1/6/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":120,"Cost":62,"Date":"1/23/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":446,"Cost":401,"Date":"2/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":280,"Cost":167,"Date":"3/10/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":380,"Cost":356,"Date":"3/12/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":986,"Cost":668,"Date":"3/31/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":733,"Cost":451,"Date":"6/16/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":517,"Cost":491,"Date":"6/17/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":383,"Cost":245,"Date":"8/27/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":727,"Cost":618,"Date":"10/1/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":724,"Cost":622,"Date":"11/4/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":374,"Cost":309,"Date":"11/9/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":458,"Date":"3/27/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":568,"Date":"4/17/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":854,"Cost":488,"Date":"8/11/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":894,"Cost":603,"Date":"8/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":890,"Cost":501,"Date":"9/2/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":92,"Date":"9/5/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":827,"Cost":639,"Date":"9/14/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":627,"Cost":586,"Date":"9/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":442,"Date":"11/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":666,"Cost":611,"Date":"12/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":469,"Cost":367,"Date":"1/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":577,"Cost":418,"Date":"1/21/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":455,"Cost":258,"Date":"2/9/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":3,"Cost":3,"Date":"3/19/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":309,"Cost":172,"Date":"4/3/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":584,"Cost":429,"Date":"4/5/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":38,"Cost":21,"Date":"4/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":10,"Date":"7/10/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":523,"Date":"3/25/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":406,"Cost":301,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":839,"Cost":553,"Date":"10/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":605,"Cost":571,"Date":"3/2/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":426,"Cost":284,"Date":"6/28/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":487,"Cost":394,"Date":"7/17/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":494,"Cost":305,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":348,"Cost":310,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":155,"Cost":118,"Date":"11/20/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":645,"Cost":503,"Date":"12/16/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":291,"Cost":247,"Date":"12/30/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":257,"Cost":144,"Date":"2/15/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":527,"Cost":380,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":371,"Cost":241,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":359,"Cost":191,"Date":"4/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":627,"Cost":374,"Date":"7/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":707,"Cost":443,"Date":"8/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":452,"Cost":419,"Date":"10/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":32,"Cost":30,"Date":"11/11/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":781,"Cost":590,"Date":"11/30/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":15,"Cost":10,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":624,"Date":"3/1/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":828,"Cost":518,"Date":"4/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":114,"Date":"5/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":776,"Cost":451,"Date":"8/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":16,"Cost":14,"Date":"9/15/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":912,"Cost":625,"Date":"10/14/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":475,"Date":"10/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":10,"Cost":5,"Date":"11/11/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":106,"Date":"12/7/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":834,"Cost":708,"Date":"12/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":547,"Cost":375,"Date":"1/6/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":868,"Cost":548,"Date":"1/23/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":781,"Cost":537,"Date":"2/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":530,"Cost":375,"Date":"3/10/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":117,"Cost":69,"Date":"3/12/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":793,"Cost":715,"Date":"3/31/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":453,"Cost":237,"Date":"6/16/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":125,"Cost":99,"Date":"6/17/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":259,"Cost":130,"Date":"8/27/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":786,"Cost":725,"Date":"10/1/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":301,"Date":"11/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":963,"Cost":560,"Date":"11/9/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":340,"Cost":170,"Date":"3/27/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":620,"Cost":546,"Date":"4/17/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":130,"Cost":73,"Date":"8/11/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":335,"Cost":200,"Date":"8/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":937,"Cost":519,"Date":"9/2/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":38,"Cost":29,"Date":"9/5/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":629,"Cost":465,"Date":"9/14/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":703,"Cost":662,"Date":"9/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":570,"Cost":386,"Date":"11/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":855,"Cost":443,"Date":"12/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":869,"Cost":819,"Date":"1/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":902,"Cost":754,"Date":"1/21/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":502,"Cost":265,"Date":"2/9/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":658,"Cost":605,"Date":"3/19/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":596,"Cost":437,"Date":"4/3/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":437,"Cost":300,"Date":"4/5/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":626,"Cost":371,"Date":"4/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":886,"Cost":840,"Date":"7/10/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":520,"Cost":468,"Date":"3/25/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":97,"Cost":84,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":59,"Cost":51,"Date":"10/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":986,"Cost":529,"Date":"3/2/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":806,"Cost":712,"Date":"6/28/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":31,"Cost":20,"Date":"7/17/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":883,"Cost":473,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":241,"Cost":164,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":474,"Cost":324,"Date":"11/20/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":987,"Cost":874,"Date":"12/16/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":759,"Cost":630,"Date":"12/30/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":558,"Cost":378,"Date":"2/15/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":101,"Cost":70,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":235,"Cost":159,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":663,"Cost":430,"Date":"4/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":924,"Cost":497,"Date":"7/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":175,"Cost":90,"Date":"8/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":268,"Cost":238,"Date":"10/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":201,"Cost":184,"Date":"11/11/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":152,"Cost":130,"Date":"11/30/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":146,"Cost":79,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":6,"Cost":3,"Date":"3/1/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":264,"Cost":233,"Date":"4/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":643,"Cost":365,"Date":"5/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":41,"Cost":26,"Date":"8/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":820,"Cost":704,"Date":"9/15/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":236,"Cost":170,"Date":"10/14/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":138,"Cost":83,"Date":"10/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":111,"Cost":100,"Date":"11/11/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":613,"Cost":342,"Date":"12/7/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":333,"Cost":256,"Date":"12/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":456,"Cost":240,"Date":"1/6/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":958,"Cost":734,"Date":"1/23/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":128,"Cost":76,"Date":"2/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":71,"Cost":41,"Date":"3/10/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":140,"Cost":90,"Date":"3/12/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":220,"Cost":152,"Date":"3/31/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":651,"Cost":379,"Date":"6/16/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":166,"Cost":96,"Date":"6/17/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":267,"Cost":201,"Date":"8/27/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":97,"Cost":88,"Date":"10/1/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":702,"Cost":560,"Date":"11/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":945,"Cost":565,"Date":"11/9/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":970,"Cost":493,"Date":"3/27/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":939,"Cost":503,"Date":"4/17/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":321,"Cost":180,"Date":"8/11/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":254,"Cost":190,"Date":"8/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":568,"Cost":484,"Date":"9/2/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":541,"Cost":356,"Date":"9/5/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":977,"Cost":862,"Date":"9/14/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":539,"Cost":441,"Date":"9/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":176,"Cost":96,"Date":"11/20/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":798,"Cost":614,"Date":"12/21/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":135,"Cost":88,"Date":"1/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":981,"Cost":898,"Date":"1/21/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":943,"Cost":667,"Date":"2/9/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":95,"Cost":76,"Date":"3/19/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":640,"Cost":539,"Date":"4/3/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":689,"Cost":500,"Date":"4/5/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":941,"Cost":738,"Date":"4/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":678,"Cost":608,"Date":"7/10/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":78,"Cost":39,"Date":"3/25/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":693,"Cost":452,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":56,"Cost":33,"Date":"10/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":74,"Cost":68,"Date":"3/2/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":83,"Cost":45,"Date":"6/28/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":650,"Cost":522,"Date":"7/17/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":587,"Cost":294,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":207,"Cost":183,"Date":"8/23/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":684,"Cost":526,"Date":"11/20/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":514,"Cost":310,"Date":"12/16/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":124,"Cost":82,"Date":"12/30/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":216,"Cost":183,"Date":"2/15/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":251,"Cost":161,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":721,"Cost":374,"Date":"3/7/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":98,"Cost":61,"Date":"4/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":115,"Cost":74,"Date":"7/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":274,"Cost":186,"Date":"8/18/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":794,"Cost":500,"Date":"10/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":617,"Cost":376,"Date":"11/11/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":904,"Cost":462,"Date":"11/30/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":642,"Cost":512,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":193,"Cost":180,"Date":"3/1/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":918,"Cost":826,"Date":"4/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":653,"Cost":428,"Date":"5/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":903,"Cost":627,"Date":"8/13/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":321,"Cost":205,"Date":"9/15/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":3,"Cost":1,"Date":"10/14/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":815,"Cost":411,"Date":"10/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":368,"Cost":187,"Date":"11/11/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":678,"Cost":427,"Date":"12/7/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":41,"Cost":31,"Date":"12/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":292,"Cost":206,"Date":"1/6/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":511,"Cost":296,"Date":"1/23/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":533,"Cost":362,"Date":"2/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":117,"Cost":68,"Date":"3/10/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":223,"Cost":144,"Date":"3/12/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":733,"Cost":635,"Date":"3/31/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":844,"Cost":674,"Date":"6/16/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":91,"Cost":56,"Date":"6/17/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":581,"Cost":377,"Date":"8/27/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":818,"Cost":519,"Date":"10/1/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":471,"Cost":254,"Date":"11/4/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":584,"Cost":299,"Date":"11/9/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":128,"Cost":113,"Date":"3/27/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":729,"Cost":538,"Date":"4/17/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":128,"Date":"8/11/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":332,"Cost":316,"Date":"8/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":777,"Cost":588,"Date":"9/2/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":411,"Cost":275,"Date":"9/5/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":447,"Date":"9/14/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":30,"Cost":17,"Date":"9/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":215,"Cost":138,"Date":"11/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":177,"Date":"12/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":348,"Cost":178,"Date":"1/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":125,"Cost":98,"Date":"1/21/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":564,"Date":"2/9/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":157,"Date":"3/19/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":252,"Cost":210,"Date":"4/3/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":323,"Date":"4/5/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":114,"Cost":100,"Date":"4/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":374,"Date":"7/10/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":537,"Cost":302,"Date":"3/25/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":54,"Cost":48,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":147,"Cost":117,"Date":"10/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":332,"Cost":290,"Date":"3/2/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":464,"Cost":277,"Date":"6/28/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":794,"Cost":559,"Date":"7/17/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":344,"Cost":292,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":465,"Cost":438,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":770,"Cost":580,"Date":"11/20/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":655,"Cost":365,"Date":"12/16/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":346,"Date":"12/30/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":588,"Cost":439,"Date":"2/15/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":512,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":986,"Cost":858,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":198,"Cost":182,"Date":"4/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":297,"Cost":227,"Date":"7/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":558,"Date":"8/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":716,"Date":"10/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":214,"Date":"11/11/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":355,"Cost":338,"Date":"11/30/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":950,"Cost":845,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":592,"Cost":492,"Date":"3/1/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":924,"Cost":772,"Date":"4/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":716,"Cost":546,"Date":"5/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":3,"Date":"8/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":47,"Cost":43,"Date":"9/15/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":214,"Cost":118,"Date":"10/14/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":337,"Cost":229,"Date":"10/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":156,"Cost":95,"Date":"11/11/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":125,"Date":"12/7/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":104,"Cost":54,"Date":"12/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":959,"Cost":739,"Date":"1/6/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":566,"Cost":326,"Date":"1/23/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":819,"Cost":713,"Date":"2/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":92,"Cost":86,"Date":"3/10/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":617,"Cost":381,"Date":"3/12/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":252,"Cost":146,"Date":"3/31/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":953,"Cost":796,"Date":"6/16/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":611,"Cost":488,"Date":"6/17/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":572,"Cost":499,"Date":"8/27/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":435,"Cost":406,"Date":"10/1/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":968,"Cost":736,"Date":"11/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Jeans","Country":"Canada","Sale":684,"Cost":612,"Date":"11/9/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":944,"Cost":762,"Date":"3/27/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":351,"Cost":215,"Date":"4/17/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":146,"Cost":118,"Date":"8/11/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":186,"Cost":122,"Date":"8/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":468,"Cost":282,"Date":"9/2/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":839,"Cost":690,"Date":"9/5/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":994,"Cost":732,"Date":"9/14/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":586,"Cost":303,"Date":"9/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":877,"Cost":654,"Date":"11/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":559,"Cost":500,"Date":"12/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":225,"Cost":190,"Date":"1/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":173,"Cost":108,"Date":"1/21/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":158,"Cost":130,"Date":"2/9/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":281,"Cost":150,"Date":"3/19/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":874,"Cost":450,"Date":"4/3/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":248,"Cost":233,"Date":"4/5/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":600,"Cost":340,"Date":"4/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":45,"Cost":32,"Date":"7/10/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":113,"Cost":101,"Date":"3/25/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":635,"Cost":550,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":32,"Cost":26,"Date":"10/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":173,"Cost":147,"Date":"3/2/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":932,"Cost":567,"Date":"6/28/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":148,"Cost":118,"Date":"7/17/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":345,"Cost":251,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":315,"Cost":219,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":754,"Cost":412,"Date":"11/20/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":771,"Cost":617,"Date":"12/16/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":112,"Cost":80,"Date":"12/30/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":797,"Cost":414,"Date":"2/15/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":673,"Cost":516,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":146,"Cost":79,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":501,"Cost":302,"Date":"4/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":587,"Cost":549,"Date":"7/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":331,"Cost":301,"Date":"8/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":203,"Cost":183,"Date":"10/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":699,"Cost":662,"Date":"11/11/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":769,"Cost":523,"Date":"11/30/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":415,"Cost":293,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":192,"Cost":116,"Date":"3/1/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":596,"Cost":490,"Date":"4/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":128,"Cost":90,"Date":"5/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":713,"Cost":426,"Date":"8/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":481,"Cost":396,"Date":"9/15/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":531,"Cost":383,"Date":"10/14/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":37,"Cost":33,"Date":"10/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":760,"Cost":529,"Date":"11/11/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":225,"Cost":159,"Date":"12/7/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":635,"Cost":490,"Date":"12/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":801,"Cost":737,"Date":"1/6/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":31,"Cost":26,"Date":"1/23/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":529,"Cost":294,"Date":"2/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":74,"Cost":46,"Date":"3/10/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":460,"Cost":379,"Date":"3/12/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":378,"Cost":218,"Date":"3/31/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":688,"Cost":385,"Date":"6/16/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":411,"Cost":325,"Date":"6/17/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":51,"Cost":29,"Date":"8/27/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":501,"Cost":468,"Date":"10/1/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":989,"Cost":807,"Date":"11/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":910,"Cost":811,"Date":"11/9/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":997,"Cost":607,"Date":"3/27/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":463,"Cost":248,"Date":"4/17/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":768,"Cost":701,"Date":"8/11/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":937,"Cost":573,"Date":"8/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":492,"Cost":298,"Date":"9/2/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":343,"Cost":302,"Date":"9/5/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":78,"Cost":63,"Date":"9/14/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":938,"Cost":856,"Date":"9/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":14,"Cost":9,"Date":"11/20/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":885,"Cost":725,"Date":"12/21/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":50,"Cost":37,"Date":"1/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":714,"Cost":560,"Date":"1/21/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":370,"Cost":202,"Date":"2/9/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":466,"Cost":277,"Date":"3/19/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":298,"Cost":170,"Date":"4/3/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":308,"Cost":284,"Date":"4/5/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":911,"Cost":492,"Date":"4/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":274,"Cost":191,"Date":"7/10/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":111,"Cost":91,"Date":"3/25/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":394,"Cost":302,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":333,"Cost":198,"Date":"10/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":641,"Cost":371,"Date":"3/2/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":237,"Cost":137,"Date":"6/28/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":195,"Cost":159,"Date":"7/17/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":341,"Cost":273,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":357,"Cost":189,"Date":"8/23/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":100,"Cost":79,"Date":"11/20/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":591,"Cost":550,"Date":"12/16/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":869,"Cost":582,"Date":"12/30/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":851,"Cost":756,"Date":"2/15/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":277,"Cost":212,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":426,"Cost":272,"Date":"3/7/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":360,"Cost":230,"Date":"4/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":958,"Cost":664,"Date":"7/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":606,"Cost":352,"Date":"8/18/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":233,"Cost":183,"Date":"10/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":180,"Cost":159,"Date":"11/11/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":328,"Cost":247,"Date":"11/30/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":273,"Cost":161,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":285,"Cost":247,"Date":"3/1/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":330,"Cost":209,"Date":"4/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":858,"Cost":456,"Date":"5/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":34,"Cost":19,"Date":"8/13/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":721,"Cost":598,"Date":"9/15/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":693,"Cost":630,"Date":"10/14/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":196,"Cost":132,"Date":"10/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":105,"Cost":55,"Date":"11/11/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":647,"Cost":502,"Date":"12/7/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":606,"Cost":569,"Date":"12/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":643,"Cost":405,"Date":"1/6/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":25,"Cost":22,"Date":"1/23/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":696,"Cost":455,"Date":"2/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":47,"Cost":39,"Date":"3/10/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":401,"Cost":359,"Date":"3/12/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":97,"Cost":82,"Date":"3/31/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":529,"Cost":344,"Date":"6/16/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":830,"Cost":725,"Date":"6/17/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":524,"Cost":398,"Date":"8/27/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":437,"Cost":223,"Date":"10/1/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":66,"Cost":38,"Date":"11/4/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM","Country":"Canada","Sale":195,"Cost":160,"Date":"11/9/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":970,"Cost":590,"Date":"3/27/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":291,"Cost":154,"Date":"4/17/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":394,"Cost":337,"Date":"8/11/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":766,"Cost":525,"Date":"8/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":178,"Date":"9/2/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":804,"Cost":723,"Date":"9/5/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":144,"Date":"9/14/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":286,"Cost":179,"Date":"9/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":545,"Cost":482,"Date":"11/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":372,"Cost":232,"Date":"12/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":391,"Cost":337,"Date":"1/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":611,"Cost":565,"Date":"1/21/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":371,"Cost":326,"Date":"2/9/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":987,"Cost":587,"Date":"3/19/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":346,"Date":"4/3/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":704,"Date":"4/5/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":360,"Cost":283,"Date":"4/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":891,"Cost":778,"Date":"7/10/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":804,"Cost":479,"Date":"3/25/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":903,"Cost":645,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":561,"Cost":459,"Date":"10/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":380,"Date":"3/2/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":858,"Cost":437,"Date":"6/28/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":742,"Cost":694,"Date":"7/17/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":837,"Cost":595,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":585,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":789,"Cost":629,"Date":"11/20/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":586,"Cost":531,"Date":"12/16/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":37,"Cost":32,"Date":"12/30/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":164,"Cost":93,"Date":"2/15/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":910,"Cost":723,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":417,"Cost":264,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":388,"Date":"4/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":678,"Date":"7/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":192,"Cost":103,"Date":"8/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":616,"Cost":555,"Date":"10/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":105,"Cost":79,"Date":"11/11/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":191,"Cost":159,"Date":"11/30/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":98,"Cost":63,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":237,"Cost":217,"Date":"3/1/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":391,"Date":"4/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":192,"Date":"5/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":320,"Cost":236,"Date":"8/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":545,"Cost":344,"Date":"9/15/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":401,"Date":"10/14/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":488,"Cost":320,"Date":"10/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":480,"Date":"11/11/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":724,"Cost":429,"Date":"12/7/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":53,"Cost":48,"Date":"12/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":744,"Cost":546,"Date":"1/6/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":783,"Cost":650,"Date":"1/23/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":421,"Cost":383,"Date":"2/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":596,"Cost":489,"Date":"3/10/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":2,"Cost":1,"Date":"3/12/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":92,"Cost":83,"Date":"3/31/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":691,"Cost":639,"Date":"6/16/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":776,"Cost":414,"Date":"6/17/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":529,"Cost":444,"Date":"8/27/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":753,"Cost":574,"Date":"10/1/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":123,"Cost":90,"Date":"11/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Jeans","Country":"Canada","Sale":769,"Cost":536,"Date":"11/9/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":886,"Cost":694,"Date":"3/27/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":163,"Cost":109,"Date":"4/17/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":533,"Cost":376,"Date":"8/11/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":579,"Date":"8/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":403,"Cost":356,"Date":"9/2/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":581,"Cost":291,"Date":"9/5/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":510,"Cost":344,"Date":"9/14/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":916,"Cost":854,"Date":"9/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":342,"Cost":178,"Date":"11/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":405,"Cost":282,"Date":"12/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":515,"Cost":267,"Date":"1/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":552,"Cost":294,"Date":"1/21/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":454,"Date":"2/9/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":937,"Cost":594,"Date":"3/19/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":504,"Date":"4/3/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":705,"Cost":388,"Date":"4/5/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":354,"Cost":249,"Date":"4/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":185,"Date":"7/10/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":656,"Cost":354,"Date":"3/25/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":292,"Cost":161,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":686,"Date":"10/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":471,"Date":"3/2/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":320,"Cost":190,"Date":"6/28/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":466,"Cost":387,"Date":"7/17/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":895,"Cost":823,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":53,"Cost":42,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":914,"Cost":551,"Date":"11/20/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":623,"Cost":424,"Date":"12/16/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":189,"Cost":121,"Date":"12/30/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":724,"Cost":678,"Date":"2/15/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":997,"Cost":554,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":315,"Cost":253,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":332,"Cost":196,"Date":"4/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":827,"Cost":608,"Date":"7/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":623,"Cost":515,"Date":"8/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":379,"Date":"10/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":167,"Cost":100,"Date":"11/11/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":762,"Cost":558,"Date":"11/30/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":606,"Cost":484,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":155,"Cost":113,"Date":"3/1/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":529,"Date":"4/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":301,"Cost":276,"Date":"5/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":693,"Cost":610,"Date":"8/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":873,"Cost":490,"Date":"9/15/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":270,"Cost":200,"Date":"10/14/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":70,"Cost":57,"Date":"10/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":41,"Cost":29,"Date":"11/11/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":818,"Cost":574,"Date":"12/7/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":361,"Cost":323,"Date":"12/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":177,"Date":"1/6/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":441,"Cost":227,"Date":"1/23/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":522,"Cost":380,"Date":"2/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":272,"Cost":232,"Date":"3/10/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":689,"Cost":475,"Date":"3/12/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":707,"Cost":650,"Date":"3/31/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":693,"Cost":586,"Date":"6/16/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":744,"Cost":539,"Date":"6/17/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":2,"Cost":1,"Date":"8/27/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":101,"Cost":70,"Date":"10/1/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":455,"Date":"11/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":519,"Cost":453,"Date":"11/9/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":535,"Cost":485,"Date":"3/27/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":29,"Cost":14,"Date":"4/17/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":927,"Cost":570,"Date":"8/11/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":188,"Cost":110,"Date":"8/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":451,"Date":"9/2/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":419,"Cost":218,"Date":"9/5/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":589,"Cost":508,"Date":"9/14/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":331,"Cost":238,"Date":"9/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":615,"Cost":523,"Date":"11/20/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":416,"Cost":382,"Date":"12/21/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":351,"Cost":193,"Date":"1/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":140,"Cost":123,"Date":"1/21/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":611,"Cost":424,"Date":"2/9/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":490,"Cost":292,"Date":"3/19/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":49,"Date":"4/3/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":223,"Cost":130,"Date":"4/5/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":953,"Cost":503,"Date":"4/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":188,"Date":"7/10/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":561,"Cost":396,"Date":"3/25/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":761,"Cost":394,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":370,"Date":"10/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":745,"Cost":394,"Date":"3/2/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":138,"Cost":81,"Date":"6/28/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":542,"Cost":358,"Date":"7/17/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":326,"Cost":212,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":447,"Cost":315,"Date":"8/23/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":751,"Cost":556,"Date":"11/20/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":105,"Date":"12/16/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":75,"Cost":61,"Date":"12/30/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":679,"Cost":417,"Date":"2/15/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":899,"Cost":669,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":729,"Cost":673,"Date":"3/7/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":704,"Date":"4/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":79,"Date":"7/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":219,"Cost":154,"Date":"8/18/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":824,"Cost":704,"Date":"10/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":973,"Cost":554,"Date":"11/11/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":323,"Cost":215,"Date":"11/30/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":367,"Cost":275,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":364,"Cost":236,"Date":"3/1/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":224,"Date":"4/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":675,"Cost":599,"Date":"5/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":885,"Cost":773,"Date":"8/13/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":369,"Cost":344,"Date":"9/15/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":961,"Cost":546,"Date":"10/14/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":5,"Date":"10/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":122,"Cost":82,"Date":"11/11/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":566,"Cost":315,"Date":"12/7/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":730,"Cost":378,"Date":"12/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":410,"Cost":209,"Date":"1/6/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":318,"Cost":227,"Date":"1/23/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":468,"Cost":280,"Date":"2/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":167,"Date":"3/10/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":746,"Cost":477,"Date":"3/12/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":373,"Cost":295,"Date":"3/31/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":170,"Cost":132,"Date":"6/16/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":229,"Cost":167,"Date":"6/17/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":271,"Cost":170,"Date":"8/27/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":726,"Cost":376,"Date":"10/1/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":849,"Cost":746,"Date":"11/4/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":547,"Cost":401,"Date":"11/9/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":329,"Date":"3/27/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":65,"Date":"4/17/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":151,"Date":"8/11/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":894,"Cost":462,"Date":"8/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":348,"Cost":310,"Date":"9/2/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":580,"Date":"9/5/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":751,"Cost":652,"Date":"9/14/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":520,"Date":"9/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":946,"Cost":703,"Date":"11/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":11,"Cost":6,"Date":"12/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":166,"Date":"1/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":170,"Date":"1/21/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":733,"Cost":442,"Date":"2/9/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":67,"Cost":53,"Date":"3/19/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":554,"Cost":386,"Date":"4/3/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":32,"Date":"4/5/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":268,"Cost":198,"Date":"4/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":132,"Cost":112,"Date":"7/10/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":567,"Cost":473,"Date":"3/25/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":699,"Cost":494,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":157,"Date":"10/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":27,"Cost":25,"Date":"3/2/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":356,"Cost":183,"Date":"6/28/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":403,"Cost":289,"Date":"7/17/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":228,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":849,"Cost":446,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":385,"Date":"11/20/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":360,"Date":"12/16/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":239,"Date":"12/30/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":83,"Cost":59,"Date":"2/15/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":410,"Cost":299,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":994,"Cost":646,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":722,"Cost":655,"Date":"4/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":83,"Cost":65,"Date":"7/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":263,"Cost":161,"Date":"8/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":706,"Date":"10/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":828,"Cost":639,"Date":"11/11/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":60,"Cost":38,"Date":"11/30/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":202,"Cost":172,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":270,"Cost":183,"Date":"3/1/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":594,"Cost":473,"Date":"4/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":646,"Cost":522,"Date":"5/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":164,"Cost":121,"Date":"8/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":435,"Cost":228,"Date":"9/15/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":689,"Cost":351,"Date":"10/14/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":35,"Date":"10/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":73,"Cost":37,"Date":"11/11/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":460,"Cost":254,"Date":"12/7/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":58,"Date":"12/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":980,"Cost":783,"Date":"1/6/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":258,"Date":"1/23/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":156,"Cost":84,"Date":"2/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":137,"Cost":99,"Date":"3/10/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":159,"Cost":122,"Date":"3/12/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":385,"Cost":320,"Date":"3/31/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":116,"Cost":68,"Date":"6/16/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":256,"Cost":214,"Date":"6/17/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":846,"Date":"8/27/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":192,"Cost":97,"Date":"10/1/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":563,"Cost":420,"Date":"11/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":624,"Cost":334,"Date":"11/9/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":367,"Cost":216,"Date":"3/27/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":272,"Cost":173,"Date":"4/17/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":11,"Cost":6,"Date":"8/11/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":620,"Cost":387,"Date":"8/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":630,"Cost":391,"Date":"9/2/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":962,"Cost":879,"Date":"9/5/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":508,"Cost":437,"Date":"9/14/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":388,"Cost":199,"Date":"9/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":321,"Cost":254,"Date":"11/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":59,"Cost":46,"Date":"12/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":964,"Cost":890,"Date":"1/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":343,"Cost":192,"Date":"1/21/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":692,"Cost":510,"Date":"2/9/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":835,"Cost":644,"Date":"3/19/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":322,"Cost":250,"Date":"4/3/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":14,"Cost":12,"Date":"4/5/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":289,"Cost":205,"Date":"4/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":535,"Cost":491,"Date":"7/10/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":869,"Cost":454,"Date":"3/25/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":993,"Cost":732,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":70,"Cost":59,"Date":"10/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":878,"Cost":809,"Date":"3/2/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":883,"Cost":645,"Date":"6/28/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":922,"Cost":799,"Date":"7/17/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":181,"Cost":129,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":561,"Cost":334,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":572,"Cost":424,"Date":"11/20/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":43,"Cost":37,"Date":"12/16/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":302,"Cost":225,"Date":"12/30/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":422,"Cost":329,"Date":"2/15/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":355,"Cost":333,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":499,"Cost":473,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":361,"Cost":276,"Date":"4/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":305,"Cost":284,"Date":"7/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":627,"Cost":478,"Date":"8/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":693,"Cost":510,"Date":"10/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":121,"Cost":70,"Date":"11/11/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":937,"Cost":503,"Date":"11/30/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":529,"Cost":382,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":568,"Cost":532,"Date":"3/1/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":647,"Cost":403,"Date":"4/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":820,"Cost":519,"Date":"5/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":197,"Cost":172,"Date":"8/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":953,"Cost":719,"Date":"9/15/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":970,"Cost":507,"Date":"10/14/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":428,"Cost":327,"Date":"10/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":545,"Cost":400,"Date":"11/11/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":945,"Cost":893,"Date":"12/7/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":76,"Cost":68,"Date":"12/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":944,"Cost":637,"Date":"1/6/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":230,"Cost":127,"Date":"1/23/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":749,"Cost":693,"Date":"2/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":710,"Cost":376,"Date":"3/10/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":608,"Cost":461,"Date":"3/12/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":185,"Cost":119,"Date":"3/31/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":376,"Cost":235,"Date":"6/16/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":933,"Cost":474,"Date":"6/17/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":811,"Cost":736,"Date":"8/27/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":263,"Cost":233,"Date":"10/1/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":788,"Cost":606,"Date":"11/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":965,"Cost":543,"Date":"11/9/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":709,"Cost":411,"Date":"3/27/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":150,"Cost":77,"Date":"4/17/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":630,"Cost":437,"Date":"8/11/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":748,"Cost":682,"Date":"8/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":994,"Cost":938,"Date":"9/2/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":401,"Cost":204,"Date":"9/5/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":612,"Cost":308,"Date":"9/14/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":966,"Cost":904,"Date":"9/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":937,"Cost":674,"Date":"11/20/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":378,"Cost":275,"Date":"12/21/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":394,"Cost":358,"Date":"1/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":538,"Cost":384,"Date":"1/21/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":243,"Cost":155,"Date":"2/9/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":493,"Cost":261,"Date":"3/19/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":153,"Cost":120,"Date":"4/3/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":382,"Cost":335,"Date":"4/5/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":438,"Cost":384,"Date":"4/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":842,"Cost":681,"Date":"7/10/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":557,"Cost":503,"Date":"3/25/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":902,"Cost":522,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":780,"Cost":651,"Date":"10/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":810,"Cost":702,"Date":"3/2/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":253,"Cost":172,"Date":"6/28/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":153,"Cost":100,"Date":"7/17/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":886,"Cost":571,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":570,"Cost":297,"Date":"8/23/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":92,"Cost":87,"Date":"11/20/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":60,"Cost":55,"Date":"12/16/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":344,"Cost":250,"Date":"12/30/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":298,"Cost":256,"Date":"2/15/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":787,"Cost":443,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":313,"Cost":179,"Date":"3/7/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":783,"Cost":638,"Date":"4/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":536,"Cost":358,"Date":"7/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":788,"Cost":732,"Date":"8/18/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":924,"Cost":598,"Date":"10/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":983,"Cost":813,"Date":"11/11/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":663,"Cost":482,"Date":"11/30/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":389,"Cost":308,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":88,"Cost":67,"Date":"3/1/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":691,"Cost":386,"Date":"4/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":572,"Cost":400,"Date":"5/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":641,"Cost":417,"Date":"8/13/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":472,"Cost":302,"Date":"9/15/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":270,"Cost":244,"Date":"10/14/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":339,"Cost":234,"Date":"10/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":144,"Cost":111,"Date":"11/11/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":848,"Cost":656,"Date":"12/7/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":27,"Cost":26,"Date":"12/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":72,"Cost":58,"Date":"1/6/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":647,"Cost":400,"Date":"1/23/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":674,"Cost":409,"Date":"2/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":54,"Cost":42,"Date":"3/10/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":160,"Cost":108,"Date":"3/12/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":285,"Cost":262,"Date":"3/31/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":489,"Cost":426,"Date":"6/16/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":726,"Cost":689,"Date":"6/17/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":868,"Cost":751,"Date":"8/27/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":50,"Cost":30,"Date":"10/1/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":241,"Cost":146,"Date":"11/4/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":876,"Cost":464,"Date":"11/9/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":893,"Cost":841,"Date":"3/27/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":492,"Cost":371,"Date":"4/17/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":669,"Cost":601,"Date":"8/11/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":231,"Cost":142,"Date":"8/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":715,"Cost":391,"Date":"9/2/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":190,"Cost":116,"Date":"9/5/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":461,"Cost":403,"Date":"9/14/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":175,"Cost":155,"Date":"9/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":473,"Cost":257,"Date":"11/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":955,"Cost":895,"Date":"12/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":934,"Cost":767,"Date":"1/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":870,"Cost":743,"Date":"1/21/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":377,"Cost":288,"Date":"2/9/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":40,"Cost":23,"Date":"3/19/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":129,"Cost":92,"Date":"4/3/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":782,"Cost":663,"Date":"4/5/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":708,"Cost":362,"Date":"4/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":879,"Cost":668,"Date":"7/10/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":586,"Cost":298,"Date":"3/25/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":629,"Cost":367,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":314,"Cost":176,"Date":"10/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":652,"Cost":377,"Date":"3/2/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":910,"Cost":802,"Date":"6/28/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":234,"Cost":157,"Date":"7/17/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":348,"Cost":326,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":162,"Cost":82,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":987,"Cost":649,"Date":"11/20/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":299,"Cost":176,"Date":"12/16/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":854,"Cost":572,"Date":"12/30/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":61,"Cost":57,"Date":"2/15/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":198,"Cost":144,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":405,"Cost":272,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":431,"Cost":408,"Date":"4/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":835,"Cost":572,"Date":"7/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":23,"Cost":12,"Date":"8/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":162,"Cost":152,"Date":"10/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":42,"Cost":35,"Date":"11/11/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":36,"Cost":30,"Date":"11/30/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":794,"Cost":654,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":407,"Cost":238,"Date":"3/1/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":617,"Cost":408,"Date":"4/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":117,"Cost":73,"Date":"5/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":943,"Cost":575,"Date":"8/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":373,"Cost":271,"Date":"9/15/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":110,"Cost":68,"Date":"10/14/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":708,"Cost":383,"Date":"10/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":137,"Cost":101,"Date":"11/11/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":430,"Cost":341,"Date":"12/7/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":684,"Cost":372,"Date":"12/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":448,"Cost":321,"Date":"1/6/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":548,"Cost":369,"Date":"1/23/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":96,"Cost":82,"Date":"2/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":425,"Cost":236,"Date":"3/10/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":115,"Cost":104,"Date":"3/12/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":619,"Cost":460,"Date":"3/31/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":939,"Cost":544,"Date":"6/16/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":462,"Cost":335,"Date":"6/17/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":380,"Cost":329,"Date":"8/27/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":224,"Cost":152,"Date":"10/1/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":87,"Cost":73,"Date":"11/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"COS","Country":"Canada","Sale":502,"Cost":351,"Date":"11/9/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":231,"Cost":183,"Date":"3/27/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":488,"Cost":367,"Date":"4/17/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":429,"Cost":233,"Date":"8/11/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":490,"Cost":330,"Date":"8/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":762,"Cost":679,"Date":"9/2/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":445,"Cost":367,"Date":"9/5/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":722,"Cost":494,"Date":"9/14/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":518,"Cost":331,"Date":"9/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":839,"Cost":683,"Date":"11/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":752,"Cost":506,"Date":"12/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":560,"Cost":435,"Date":"1/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":187,"Cost":113,"Date":"1/21/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":487,"Cost":345,"Date":"2/9/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":614,"Cost":535,"Date":"3/19/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":22,"Cost":13,"Date":"4/3/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":768,"Cost":540,"Date":"4/5/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":364,"Cost":218,"Date":"4/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":130,"Date":"7/10/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":355,"Cost":261,"Date":"3/25/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":791,"Cost":641,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":970,"Cost":524,"Date":"10/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":859,"Cost":625,"Date":"3/2/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":31,"Cost":29,"Date":"6/28/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":93,"Cost":59,"Date":"7/17/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":530,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":114,"Cost":80,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":611,"Cost":379,"Date":"11/20/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":801,"Cost":514,"Date":"12/16/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":510,"Cost":408,"Date":"12/30/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":507,"Cost":467,"Date":"2/15/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":928,"Cost":865,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":959,"Cost":697,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":510,"Date":"4/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":979,"Cost":568,"Date":"7/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":424,"Cost":217,"Date":"8/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":665,"Date":"10/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":668,"Date":"11/11/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":38,"Cost":24,"Date":"11/30/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":617,"Cost":514,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":766,"Cost":455,"Date":"3/1/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":129,"Cost":81,"Date":"4/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":823,"Cost":540,"Date":"5/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":102,"Cost":57,"Date":"8/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":276,"Cost":192,"Date":"9/15/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":300,"Date":"10/14/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":971,"Cost":658,"Date":"10/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":722,"Cost":418,"Date":"11/11/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":18,"Cost":14,"Date":"12/7/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":61,"Date":"12/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":445,"Cost":258,"Date":"1/6/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":103,"Cost":68,"Date":"1/23/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":362,"Date":"2/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":103,"Cost":65,"Date":"3/10/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":515,"Cost":340,"Date":"3/12/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":666,"Cost":448,"Date":"3/31/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":382,"Cost":226,"Date":"6/16/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":716,"Cost":649,"Date":"6/17/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":51,"Cost":43,"Date":"8/27/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":612,"Cost":453,"Date":"10/1/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":501,"Cost":273,"Date":"11/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":303,"Date":"11/9/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":530,"Cost":430,"Date":"3/27/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":666,"Date":"4/17/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":249,"Date":"8/11/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":809,"Cost":722,"Date":"8/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":500,"Cost":266,"Date":"9/2/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":890,"Cost":771,"Date":"9/5/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":124,"Cost":113,"Date":"9/14/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":425,"Cost":225,"Date":"9/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":253,"Date":"11/20/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":705,"Cost":595,"Date":"12/21/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":594,"Cost":523,"Date":"1/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":97,"Cost":51,"Date":"1/21/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":116,"Cost":101,"Date":"2/9/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":996,"Cost":504,"Date":"3/19/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":296,"Date":"4/3/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":880,"Cost":736,"Date":"4/5/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":625,"Date":"4/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":271,"Cost":167,"Date":"7/10/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":22,"Cost":19,"Date":"3/25/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":572,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":687,"Cost":618,"Date":"10/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":307,"Cost":216,"Date":"3/2/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":936,"Cost":606,"Date":"6/28/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":587,"Cost":347,"Date":"7/17/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":634,"Cost":501,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":633,"Cost":551,"Date":"8/23/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":425,"Cost":243,"Date":"11/20/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":105,"Date":"12/16/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":274,"Date":"12/30/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":675,"Cost":374,"Date":"2/15/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":427,"Cost":374,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":237,"Date":"3/7/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":280,"Cost":185,"Date":"4/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":543,"Cost":300,"Date":"7/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":284,"Cost":232,"Date":"8/18/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":846,"Cost":606,"Date":"10/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":529,"Cost":464,"Date":"11/11/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":906,"Cost":483,"Date":"11/30/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":35,"Cost":32,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":251,"Cost":187,"Date":"3/1/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":998,"Cost":810,"Date":"4/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":792,"Cost":550,"Date":"5/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":195,"Cost":151,"Date":"8/13/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":196,"Cost":155,"Date":"9/15/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":247,"Cost":165,"Date":"10/14/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":84,"Cost":46,"Date":"10/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":975,"Cost":673,"Date":"11/11/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":67,"Cost":45,"Date":"12/7/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":430,"Cost":348,"Date":"12/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":153,"Date":"1/6/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":23,"Cost":14,"Date":"1/23/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":460,"Cost":302,"Date":"2/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":922,"Cost":691,"Date":"3/10/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":980,"Cost":604,"Date":"3/12/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":7,"Cost":5,"Date":"3/31/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":499,"Cost":429,"Date":"6/16/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":679,"Cost":567,"Date":"6/17/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":985,"Cost":693,"Date":"8/27/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":745,"Date":"10/1/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":148,"Cost":131,"Date":"11/4/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Sellpy","Country":"Canada","Sale":295,"Cost":245,"Date":"11/9/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":305,"Cost":231,"Date":"3/27/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":143,"Cost":119,"Date":"4/17/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":334,"Date":"8/11/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":465,"Cost":383,"Date":"8/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":817,"Cost":750,"Date":"9/2/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":547,"Cost":472,"Date":"9/5/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":345,"Cost":287,"Date":"9/14/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":447,"Cost":245,"Date":"9/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":781,"Date":"11/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":979,"Cost":866,"Date":"12/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":211,"Cost":161,"Date":"1/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":246,"Date":"1/21/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":317,"Cost":224,"Date":"2/9/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":740,"Cost":606,"Date":"3/19/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":842,"Date":"4/3/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":192,"Cost":122,"Date":"4/5/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":701,"Cost":648,"Date":"4/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":772,"Cost":412,"Date":"7/10/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":62,"Cost":34,"Date":"3/25/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":13,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":42,"Cost":38,"Date":"10/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":356,"Date":"3/2/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":398,"Date":"6/28/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":121,"Cost":75,"Date":"7/17/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":972,"Cost":751,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":99,"Date":"11/20/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":203,"Cost":155,"Date":"12/16/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":525,"Date":"12/30/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":687,"Date":"2/15/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":43,"Cost":28,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":185,"Cost":135,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":66,"Date":"4/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":477,"Cost":240,"Date":"7/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":395,"Cost":365,"Date":"8/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":646,"Cost":569,"Date":"10/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":492,"Cost":331,"Date":"11/11/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":176,"Cost":112,"Date":"11/30/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":806,"Cost":590,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":527,"Cost":357,"Date":"3/1/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":362,"Date":"4/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":878,"Cost":830,"Date":"5/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":247,"Cost":203,"Date":"8/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":336,"Cost":203,"Date":"9/15/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":775,"Cost":654,"Date":"10/14/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":885,"Cost":459,"Date":"10/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":688,"Cost":510,"Date":"11/11/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":454,"Cost":324,"Date":"12/7/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":629,"Cost":544,"Date":"12/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":130,"Cost":114,"Date":"1/6/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":248,"Cost":180,"Date":"1/23/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":595,"Date":"2/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":691,"Cost":471,"Date":"3/10/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":81,"Cost":51,"Date":"3/12/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":412,"Cost":390,"Date":"3/31/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":610,"Cost":569,"Date":"6/16/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":467,"Cost":351,"Date":"6/17/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":210,"Cost":134,"Date":"8/27/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":410,"Cost":376,"Date":"10/1/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":948,"Cost":743,"Date":"11/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":909,"Cost":512,"Date":"11/9/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":921,"Cost":827,"Date":"3/27/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":176,"Date":"4/17/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":720,"Cost":421,"Date":"8/11/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":100,"Cost":65,"Date":"8/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":567,"Date":"9/2/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":460,"Cost":252,"Date":"9/5/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":391,"Cost":273,"Date":"9/14/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":701,"Cost":506,"Date":"9/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":106,"Date":"11/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":476,"Date":"12/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":917,"Cost":535,"Date":"1/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":222,"Cost":132,"Date":"1/21/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":919,"Cost":732,"Date":"2/9/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":924,"Cost":755,"Date":"3/19/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":807,"Cost":731,"Date":"4/3/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":878,"Cost":646,"Date":"4/5/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":185,"Date":"4/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":683,"Cost":515,"Date":"7/10/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":227,"Cost":146,"Date":"3/25/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":599,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":875,"Cost":596,"Date":"10/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":707,"Cost":604,"Date":"3/2/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":670,"Date":"6/28/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":894,"Cost":512,"Date":"7/17/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":462,"Cost":400,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":574,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":810,"Cost":591,"Date":"11/20/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":838,"Cost":607,"Date":"12/16/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":213,"Cost":196,"Date":"12/30/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":105,"Date":"2/15/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":482,"Cost":434,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":172,"Cost":116,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":67,"Date":"4/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":419,"Date":"7/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":377,"Cost":298,"Date":"8/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":288,"Cost":147,"Date":"10/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":996,"Cost":703,"Date":"11/11/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":103,"Cost":58,"Date":"11/30/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":486,"Cost":447,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":559,"Date":"3/1/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":751,"Cost":420,"Date":"4/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":13,"Cost":12,"Date":"5/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":274,"Cost":245,"Date":"8/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":909,"Cost":862,"Date":"9/15/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":79,"Cost":73,"Date":"10/14/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":819,"Cost":523,"Date":"10/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":793,"Cost":645,"Date":"11/11/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":632,"Cost":435,"Date":"12/7/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":354,"Cost":256,"Date":"12/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":419,"Date":"1/6/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":669,"Cost":609,"Date":"1/23/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":663,"Cost":586,"Date":"2/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":490,"Cost":294,"Date":"3/10/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":554,"Cost":495,"Date":"3/12/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":1,"Cost":1,"Date":"3/31/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":104,"Cost":63,"Date":"6/16/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":855,"Cost":635,"Date":"6/17/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":356,"Cost":291,"Date":"8/27/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":899,"Cost":557,"Date":"10/1/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":539,"Cost":467,"Date":"11/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM Home","Country":"Canada","Sale":675,"Cost":616,"Date":"11/9/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":11,"Cost":7,"Date":"3/27/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":279,"Date":"4/17/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":142,"Cost":113,"Date":"8/11/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":144,"Cost":127,"Date":"8/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":128,"Date":"9/2/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":588,"Date":"9/5/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":1000,"Cost":789,"Date":"9/14/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":549,"Date":"9/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":225,"Date":"11/20/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":585,"Cost":474,"Date":"12/21/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":57,"Date":"1/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":218,"Cost":151,"Date":"1/21/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":62,"Cost":42,"Date":"2/9/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":460,"Cost":406,"Date":"3/19/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":302,"Date":"4/3/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":115,"Cost":87,"Date":"4/5/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":713,"Cost":466,"Date":"4/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":628,"Cost":315,"Date":"7/10/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":63,"Cost":35,"Date":"3/25/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":297,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":790,"Cost":730,"Date":"10/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":788,"Cost":592,"Date":"3/2/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":764,"Cost":647,"Date":"6/28/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":925,"Cost":589,"Date":"7/17/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":262,"Cost":201,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":92,"Cost":50,"Date":"8/23/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":856,"Date":"11/20/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":36,"Cost":28,"Date":"12/16/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":886,"Cost":808,"Date":"12/30/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":803,"Cost":493,"Date":"2/15/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":125,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":812,"Cost":440,"Date":"3/7/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":120,"Date":"4/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":433,"Cost":307,"Date":"7/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":936,"Cost":684,"Date":"8/18/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":751,"Cost":666,"Date":"10/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":270,"Cost":234,"Date":"11/11/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":130,"Cost":68,"Date":"11/30/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":131,"Cost":97,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":629,"Date":"3/1/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":406,"Cost":359,"Date":"4/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":150,"Date":"5/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":417,"Cost":345,"Date":"8/13/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":961,"Cost":887,"Date":"9/15/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":556,"Cost":477,"Date":"10/14/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":575,"Cost":363,"Date":"10/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":493,"Date":"11/11/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":510,"Cost":450,"Date":"12/7/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":377,"Date":"12/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":131,"Cost":107,"Date":"1/6/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":963,"Cost":834,"Date":"1/23/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":3,"Date":"2/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":992,"Cost":682,"Date":"3/10/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":58,"Date":"3/12/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":444,"Cost":318,"Date":"3/31/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":620,"Cost":474,"Date":"6/16/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":379,"Date":"6/17/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":84,"Cost":43,"Date":"8/27/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":564,"Cost":326,"Date":"10/1/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":2,"Cost":1,"Date":"11/4/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Sellpy","Country":"Canada","Sale":682,"Cost":356,"Date":"11/9/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":664,"Cost":492,"Date":"3/27/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":255,"Cost":130,"Date":"4/17/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":869,"Cost":575,"Date":"8/11/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":414,"Cost":298,"Date":"8/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":796,"Cost":609,"Date":"9/2/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":421,"Cost":327,"Date":"9/5/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":43,"Cost":25,"Date":"9/14/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":490,"Cost":312,"Date":"9/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":63,"Cost":39,"Date":"11/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":344,"Cost":318,"Date":"12/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":765,"Cost":453,"Date":"1/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":859,"Cost":761,"Date":"1/21/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":845,"Cost":651,"Date":"2/9/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":839,"Cost":694,"Date":"3/19/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":175,"Cost":96,"Date":"4/3/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":924,"Cost":732,"Date":"4/5/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":384,"Cost":324,"Date":"4/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":642,"Cost":361,"Date":"7/10/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":667,"Cost":379,"Date":"3/25/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":221,"Cost":152,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":746,"Cost":422,"Date":"10/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":113,"Cost":90,"Date":"3/2/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":173,"Cost":90,"Date":"6/28/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":287,"Cost":234,"Date":"7/17/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":186,"Cost":106,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":937,"Cost":776,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":154,"Cost":143,"Date":"11/20/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":846,"Cost":718,"Date":"12/16/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":297,"Cost":263,"Date":"12/30/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":842,"Cost":680,"Date":"2/15/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":308,"Cost":268,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":734,"Cost":445,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":551,"Cost":485,"Date":"4/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":936,"Cost":512,"Date":"7/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":364,"Cost":323,"Date":"8/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":220,"Cost":185,"Date":"10/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":794,"Cost":715,"Date":"11/11/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":431,"Cost":268,"Date":"11/30/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":487,"Cost":310,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":149,"Cost":106,"Date":"3/1/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":123,"Cost":115,"Date":"4/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":416,"Cost":335,"Date":"5/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":9,"Cost":4,"Date":"8/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":609,"Cost":377,"Date":"9/15/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":822,"Cost":603,"Date":"10/14/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":866,"Cost":577,"Date":"10/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":698,"Cost":617,"Date":"11/11/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":396,"Cost":331,"Date":"12/7/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":495,"Cost":379,"Date":"12/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":121,"Cost":108,"Date":"1/6/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":516,"Cost":293,"Date":"1/23/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":54,"Cost":44,"Date":"2/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":339,"Cost":210,"Date":"3/10/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":915,"Cost":553,"Date":"3/12/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":107,"Cost":99,"Date":"3/31/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":342,"Cost":232,"Date":"6/16/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":207,"Cost":192,"Date":"6/17/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":298,"Cost":230,"Date":"8/27/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":27,"Cost":20,"Date":"10/1/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":669,"Cost":548,"Date":"11/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"COS","Country":"Canada","Sale":478,"Cost":415,"Date":"11/9/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":579,"Cost":298,"Date":"3/27/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":751,"Cost":672,"Date":"4/17/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":617,"Cost":424,"Date":"8/11/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":146,"Date":"8/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":209,"Date":"9/2/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":695,"Cost":432,"Date":"9/5/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":11,"Cost":6,"Date":"9/14/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":222,"Date":"9/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":716,"Cost":521,"Date":"11/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":492,"Cost":296,"Date":"12/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":29,"Cost":22,"Date":"1/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":425,"Cost":229,"Date":"1/21/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":186,"Cost":141,"Date":"2/9/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":660,"Date":"3/19/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":136,"Date":"4/3/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":39,"Cost":20,"Date":"4/5/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":483,"Cost":420,"Date":"4/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":940,"Cost":758,"Date":"7/10/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":65,"Cost":41,"Date":"3/25/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":820,"Cost":684,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":473,"Cost":340,"Date":"10/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":542,"Cost":474,"Date":"3/2/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":98,"Cost":88,"Date":"6/28/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":945,"Cost":578,"Date":"7/17/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":430,"Cost":299,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":455,"Cost":362,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":408,"Date":"11/20/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":108,"Date":"12/16/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":96,"Cost":76,"Date":"12/30/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":508,"Date":"2/15/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":601,"Cost":452,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":628,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":810,"Cost":745,"Date":"4/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":960,"Cost":894,"Date":"7/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":611,"Cost":372,"Date":"8/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":90,"Cost":76,"Date":"10/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":919,"Cost":658,"Date":"11/11/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":935,"Cost":798,"Date":"11/30/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":728,"Cost":683,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":310,"Cost":216,"Date":"3/1/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":728,"Date":"4/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":385,"Cost":222,"Date":"5/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":971,"Cost":871,"Date":"8/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":431,"Cost":325,"Date":"9/15/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":949,"Cost":837,"Date":"10/14/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":54,"Date":"10/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":562,"Cost":426,"Date":"11/11/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":138,"Cost":106,"Date":"12/7/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":738,"Cost":575,"Date":"12/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":744,"Cost":638,"Date":"1/6/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":752,"Date":"1/23/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":512,"Date":"2/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":426,"Cost":402,"Date":"3/10/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":777,"Cost":413,"Date":"3/12/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":183,"Cost":153,"Date":"3/31/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":291,"Date":"6/16/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":651,"Date":"6/17/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":735,"Date":"8/27/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":863,"Cost":597,"Date":"10/1/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":366,"Date":"11/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":961,"Cost":489,"Date":"11/9/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":278,"Date":"3/27/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":332,"Cost":315,"Date":"4/17/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":194,"Date":"8/11/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":383,"Date":"8/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":143,"Cost":135,"Date":"9/2/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":432,"Date":"9/5/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":134,"Date":"9/14/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":989,"Cost":569,"Date":"9/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":793,"Cost":603,"Date":"11/20/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":732,"Cost":629,"Date":"12/21/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":256,"Cost":132,"Date":"1/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":354,"Cost":240,"Date":"1/21/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":651,"Cost":341,"Date":"2/9/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":329,"Date":"3/19/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":638,"Date":"4/3/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":743,"Cost":612,"Date":"4/5/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":516,"Cost":413,"Date":"4/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":292,"Cost":198,"Date":"7/10/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":152,"Date":"3/25/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":561,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":689,"Cost":433,"Date":"10/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":818,"Cost":763,"Date":"3/2/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":371,"Cost":289,"Date":"6/28/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":564,"Cost":373,"Date":"7/17/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":141,"Cost":117,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":885,"Cost":571,"Date":"8/23/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":648,"Cost":455,"Date":"11/20/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":874,"Cost":670,"Date":"12/16/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":169,"Cost":87,"Date":"12/30/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":970,"Cost":557,"Date":"2/15/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":996,"Cost":872,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":486,"Cost":369,"Date":"3/7/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":415,"Cost":218,"Date":"4/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":294,"Cost":187,"Date":"7/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":692,"Cost":573,"Date":"8/18/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":523,"Cost":341,"Date":"10/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":162,"Cost":125,"Date":"11/11/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":670,"Date":"11/30/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":882,"Cost":630,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":342,"Cost":263,"Date":"3/1/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":189,"Date":"4/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":619,"Date":"5/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":406,"Cost":262,"Date":"8/13/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":799,"Cost":572,"Date":"9/15/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":936,"Cost":710,"Date":"10/14/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":119,"Cost":98,"Date":"10/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":115,"Cost":108,"Date":"11/11/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":387,"Cost":241,"Date":"12/7/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":311,"Cost":288,"Date":"12/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":703,"Date":"1/6/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":6,"Cost":3,"Date":"1/23/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":503,"Cost":301,"Date":"2/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":660,"Date":"3/10/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":63,"Date":"3/12/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":59,"Cost":49,"Date":"3/31/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":600,"Date":"6/16/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":852,"Cost":584,"Date":"6/17/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":478,"Cost":285,"Date":"8/27/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":620,"Cost":418,"Date":"10/1/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":813,"Cost":599,"Date":"11/4/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"HM Home","Country":"Canada","Sale":327,"Cost":302,"Date":"11/9/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":794,"Cost":526,"Date":"3/27/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":459,"Cost":255,"Date":"4/17/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":909,"Cost":546,"Date":"8/11/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":455,"Cost":307,"Date":"8/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":445,"Cost":245,"Date":"9/2/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":355,"Cost":233,"Date":"9/5/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":483,"Cost":414,"Date":"9/14/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":508,"Cost":453,"Date":"9/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":170,"Cost":96,"Date":"11/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":913,"Cost":607,"Date":"12/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":500,"Cost":360,"Date":"1/7/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":209,"Cost":125,"Date":"1/21/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":762,"Cost":663,"Date":"2/9/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":318,"Cost":212,"Date":"3/19/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":738,"Cost":496,"Date":"4/3/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":989,"Cost":553,"Date":"4/5/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":780,"Cost":492,"Date":"4/28/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":377,"Cost":191,"Date":"7/10/2019"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":908,"Cost":681,"Date":"3/25/2020"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":372,"Cost":326,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":928,"Cost":676,"Date":"10/28/2020"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":839,"Cost":511,"Date":"3/2/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":364,"Cost":231,"Date":"6/28/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":782,"Cost":402,"Date":"7/17/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":367,"Cost":339,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":912,"Cost":615,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":987,"Cost":824,"Date":"11/20/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":245,"Cost":224,"Date":"12/16/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":385,"Cost":203,"Date":"12/30/2021"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":516,"Cost":382,"Date":"2/15/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":721,"Cost":500,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":341,"Cost":175,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":511,"Cost":300,"Date":"4/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":296,"Cost":241,"Date":"7/27/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":735,"Cost":501,"Date":"8/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":339,"Cost":226,"Date":"10/31/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":280,"Cost":260,"Date":"11/11/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":190,"Cost":101,"Date":"11/30/2022"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":638,"Cost":353,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":22,"Cost":14,"Date":"3/1/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":582,"Cost":452,"Date":"4/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":829,"Cost":471,"Date":"5/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":623,"Cost":530,"Date":"8/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":100,"Cost":73,"Date":"9/15/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":288,"Cost":160,"Date":"10/14/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":942,"Cost":747,"Date":"10/28/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":948,"Cost":660,"Date":"11/11/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":590,"Cost":326,"Date":"12/7/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":982,"Cost":868,"Date":"12/21/2023"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":888,"Cost":831,"Date":"1/6/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":540,"Cost":320,"Date":"1/23/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":415,"Cost":306,"Date":"2/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":802,"Cost":754,"Date":"3/10/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":209,"Cost":158,"Date":"3/12/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":30,"Cost":22,"Date":"3/31/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":654,"Cost":493,"Date":"6/16/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":389,"Cost":206,"Date":"6/17/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":320,"Cost":187,"Date":"8/27/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":411,"Cost":301,"Date":"10/1/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":840,"Cost":534,"Date":"11/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":694,"Cost":480,"Date":"11/9/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":439,"Cost":277,"Date":"3/27/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":139,"Date":"4/17/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":267,"Cost":213,"Date":"8/11/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":189,"Cost":114,"Date":"8/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":413,"Cost":323,"Date":"9/2/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":136,"Date":"9/5/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":508,"Date":"9/14/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":841,"Cost":679,"Date":"9/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":741,"Date":"11/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":136,"Date":"12/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":292,"Date":"1/7/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":309,"Cost":215,"Date":"1/21/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":236,"Cost":182,"Date":"2/9/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":59,"Cost":35,"Date":"3/19/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":22,"Cost":15,"Date":"4/3/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":396,"Date":"4/5/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":142,"Date":"4/28/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":724,"Date":"7/10/2019"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":318,"Cost":250,"Date":"3/25/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":332,"Cost":264,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":233,"Cost":165,"Date":"10/28/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":168,"Cost":144,"Date":"3/2/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":400,"Cost":261,"Date":"6/28/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":476,"Cost":358,"Date":"7/17/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":236,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":269,"Cost":176,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":333,"Cost":302,"Date":"11/20/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":349,"Date":"12/16/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":218,"Date":"12/30/2021"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":28,"Cost":22,"Date":"2/15/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":370,"Cost":281,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":921,"Cost":647,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":668,"Cost":426,"Date":"4/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":581,"Date":"7/27/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":100,"Cost":61,"Date":"8/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":771,"Cost":528,"Date":"10/31/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":376,"Cost":218,"Date":"11/11/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":850,"Cost":566,"Date":"11/30/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":184,"Cost":131,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":632,"Cost":361,"Date":"3/1/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":895,"Cost":716,"Date":"4/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":344,"Cost":236,"Date":"5/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":473,"Cost":424,"Date":"8/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":781,"Date":"9/15/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":224,"Date":"10/14/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":647,"Date":"10/28/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":362,"Cost":297,"Date":"11/11/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":876,"Cost":823,"Date":"12/7/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":948,"Cost":900,"Date":"12/21/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":78,"Cost":39,"Date":"1/6/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":116,"Cost":68,"Date":"1/23/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":658,"Cost":544,"Date":"2/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":59,"Cost":37,"Date":"3/10/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":619,"Cost":439,"Date":"3/12/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":32,"Date":"3/31/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":980,"Cost":842,"Date":"6/16/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":296,"Cost":231,"Date":"6/17/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":305,"Date":"8/27/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":732,"Cost":651,"Date":"10/1/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":826,"Cost":704,"Date":"11/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":788,"Cost":438,"Date":"11/9/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":540,"Date":"3/27/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":917,"Cost":820,"Date":"4/17/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":929,"Cost":559,"Date":"8/11/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":919,"Cost":787,"Date":"8/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":270,"Cost":217,"Date":"9/2/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":181,"Cost":135,"Date":"9/5/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":278,"Date":"9/14/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":471,"Cost":396,"Date":"9/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":628,"Cost":596,"Date":"11/20/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":646,"Cost":382,"Date":"12/21/2018"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":102,"Cost":56,"Date":"1/7/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":421,"Cost":265,"Date":"1/21/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":283,"Date":"2/9/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":771,"Cost":540,"Date":"3/19/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":610,"Cost":419,"Date":"4/3/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":351,"Date":"4/5/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":2,"Cost":1,"Date":"4/28/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":670,"Cost":582,"Date":"7/10/2019"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":62,"Cost":58,"Date":"3/25/2020"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":425,"Cost":270,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":997,"Cost":784,"Date":"10/28/2020"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":511,"Cost":262,"Date":"3/2/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":222,"Cost":135,"Date":"6/28/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":263,"Cost":168,"Date":"7/17/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":668,"Cost":378,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":522,"Date":"8/23/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":537,"Cost":449,"Date":"11/20/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":246,"Cost":214,"Date":"12/16/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":876,"Cost":681,"Date":"12/30/2021"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":492,"Date":"2/15/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":908,"Cost":569,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":511,"Cost":477,"Date":"3/7/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":256,"Cost":140,"Date":"4/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":13,"Cost":11,"Date":"7/27/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":628,"Date":"8/18/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":970,"Cost":680,"Date":"10/31/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":42,"Date":"11/11/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":734,"Date":"11/30/2022"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":514,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":683,"Cost":409,"Date":"3/1/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":519,"Cost":344,"Date":"4/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":578,"Cost":493,"Date":"5/20/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":925,"Cost":720,"Date":"8/13/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":800,"Cost":467,"Date":"9/15/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":134,"Cost":67,"Date":"10/14/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":304,"Cost":250,"Date":"10/28/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":981,"Cost":788,"Date":"11/11/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":99,"Cost":85,"Date":"12/7/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":43,"Cost":30,"Date":"12/21/2023"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":385,"Cost":251,"Date":"1/6/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":378,"Date":"1/23/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":739,"Cost":676,"Date":"2/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":359,"Cost":252,"Date":"3/10/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":161,"Cost":115,"Date":"3/12/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":375,"Date":"3/31/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":117,"Cost":103,"Date":"6/16/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":774,"Cost":545,"Date":"6/17/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":77,"Date":"8/27/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":574,"Cost":507,"Date":"10/1/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":448,"Cost":405,"Date":"11/4/2024"},{"Store":"Market Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":279,"Date":"11/9/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":226,"Cost":139,"Date":"3/27/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":168,"Date":"4/17/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":374,"Cost":244,"Date":"8/11/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":968,"Cost":516,"Date":"8/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":82,"Cost":72,"Date":"9/2/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":792,"Cost":606,"Date":"9/5/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":331,"Cost":280,"Date":"9/14/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":215,"Cost":203,"Date":"9/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":206,"Date":"11/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":975,"Cost":825,"Date":"12/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":698,"Cost":376,"Date":"1/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":714,"Cost":377,"Date":"1/21/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":88,"Cost":81,"Date":"2/9/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":217,"Cost":207,"Date":"3/19/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":870,"Cost":793,"Date":"4/3/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":198,"Cost":115,"Date":"4/5/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":944,"Cost":860,"Date":"4/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":399,"Cost":361,"Date":"7/10/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":449,"Cost":367,"Date":"3/25/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":653,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":287,"Cost":163,"Date":"10/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":661,"Cost":569,"Date":"3/2/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":846,"Cost":629,"Date":"6/28/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":837,"Cost":734,"Date":"7/17/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":828,"Cost":546,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":153,"Cost":138,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":136,"Cost":91,"Date":"11/20/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":553,"Cost":319,"Date":"12/16/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":642,"Cost":421,"Date":"12/30/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":135,"Cost":89,"Date":"2/15/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":785,"Cost":536,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":202,"Cost":170,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":284,"Cost":241,"Date":"4/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":810,"Cost":723,"Date":"7/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":391,"Cost":351,"Date":"8/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":299,"Cost":199,"Date":"10/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":310,"Cost":164,"Date":"11/11/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":497,"Cost":358,"Date":"11/30/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":921,"Cost":781,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":487,"Cost":356,"Date":"3/1/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":564,"Cost":478,"Date":"4/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":104,"Date":"5/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":917,"Cost":472,"Date":"8/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":986,"Cost":725,"Date":"9/15/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":399,"Date":"10/14/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":373,"Cost":259,"Date":"10/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":75,"Cost":61,"Date":"11/11/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":901,"Cost":755,"Date":"12/7/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":445,"Cost":227,"Date":"12/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":68,"Cost":38,"Date":"1/6/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":736,"Cost":377,"Date":"1/23/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":553,"Cost":459,"Date":"2/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":713,"Cost":365,"Date":"3/10/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":652,"Cost":457,"Date":"3/12/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":775,"Date":"3/31/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":363,"Cost":231,"Date":"6/16/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":764,"Cost":593,"Date":"6/17/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":939,"Cost":709,"Date":"8/27/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":353,"Date":"10/1/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":902,"Cost":736,"Date":"11/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":836,"Cost":738,"Date":"11/9/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":440,"Cost":264,"Date":"3/27/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":887,"Cost":786,"Date":"4/17/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":772,"Cost":553,"Date":"8/11/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":603,"Cost":487,"Date":"8/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":767,"Cost":539,"Date":"9/2/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":279,"Cost":234,"Date":"9/5/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":413,"Cost":221,"Date":"9/14/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":742,"Cost":523,"Date":"9/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":904,"Cost":726,"Date":"11/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":666,"Cost":535,"Date":"12/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":800,"Cost":524,"Date":"1/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":283,"Cost":243,"Date":"1/21/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":247,"Cost":230,"Date":"2/9/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"3/19/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":692,"Cost":419,"Date":"4/3/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":429,"Cost":286,"Date":"4/5/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":373,"Cost":227,"Date":"4/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":684,"Cost":458,"Date":"7/10/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":761,"Cost":404,"Date":"3/25/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":577,"Cost":374,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":852,"Cost":627,"Date":"10/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":487,"Cost":386,"Date":"3/2/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":125,"Cost":119,"Date":"6/28/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":637,"Cost":420,"Date":"7/17/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":706,"Cost":393,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":835,"Cost":660,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":475,"Cost":396,"Date":"11/20/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":208,"Cost":179,"Date":"12/16/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":397,"Cost":234,"Date":"12/30/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":626,"Cost":510,"Date":"2/15/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":381,"Cost":359,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":157,"Cost":113,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":916,"Cost":758,"Date":"4/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":842,"Cost":475,"Date":"7/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":723,"Cost":476,"Date":"8/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":451,"Cost":356,"Date":"10/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":790,"Cost":597,"Date":"11/11/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":387,"Cost":271,"Date":"11/30/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":887,"Cost":837,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":945,"Cost":714,"Date":"3/1/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":578,"Cost":424,"Date":"4/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":278,"Cost":164,"Date":"5/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":416,"Cost":287,"Date":"8/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":631,"Cost":459,"Date":"9/15/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":99,"Cost":65,"Date":"10/14/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":485,"Cost":244,"Date":"10/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":50,"Cost":45,"Date":"11/11/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":829,"Cost":425,"Date":"12/7/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":144,"Cost":126,"Date":"12/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":313,"Cost":291,"Date":"1/6/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":703,"Cost":608,"Date":"1/23/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":621,"Cost":340,"Date":"2/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":484,"Cost":332,"Date":"3/10/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":857,"Cost":811,"Date":"3/12/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":67,"Cost":49,"Date":"3/31/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":448,"Cost":261,"Date":"6/16/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":937,"Cost":838,"Date":"6/17/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":28,"Cost":14,"Date":"8/27/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":347,"Cost":317,"Date":"10/1/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":493,"Cost":340,"Date":"11/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":570,"Cost":403,"Date":"11/9/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":532,"Cost":466,"Date":"3/27/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":732,"Cost":430,"Date":"4/17/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":276,"Cost":258,"Date":"8/11/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":43,"Date":"8/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":485,"Date":"9/2/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":149,"Date":"9/5/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":668,"Date":"9/14/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":252,"Cost":169,"Date":"9/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":590,"Cost":534,"Date":"11/20/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":824,"Cost":581,"Date":"12/21/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":424,"Cost":232,"Date":"1/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":987,"Cost":794,"Date":"1/21/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":577,"Cost":509,"Date":"2/9/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":238,"Cost":183,"Date":"3/19/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":965,"Cost":692,"Date":"4/3/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":66,"Cost":46,"Date":"4/5/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":185,"Cost":113,"Date":"4/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":180,"Cost":147,"Date":"7/10/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":239,"Cost":181,"Date":"3/25/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":598,"Cost":453,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":59,"Cost":48,"Date":"10/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":137,"Cost":128,"Date":"3/2/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":460,"Date":"6/28/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":105,"Cost":83,"Date":"7/17/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":469,"Cost":422,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":750,"Cost":492,"Date":"8/23/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":545,"Cost":409,"Date":"11/20/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":811,"Cost":503,"Date":"12/16/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":264,"Date":"12/30/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":949,"Cost":845,"Date":"2/15/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":602,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":799,"Cost":558,"Date":"3/7/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":960,"Cost":859,"Date":"4/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":467,"Date":"7/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":673,"Cost":436,"Date":"8/18/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":253,"Cost":225,"Date":"10/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":109,"Cost":72,"Date":"11/11/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":500,"Date":"11/30/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":489,"Cost":330,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":821,"Cost":511,"Date":"3/1/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":798,"Cost":576,"Date":"4/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":210,"Cost":169,"Date":"5/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":778,"Cost":520,"Date":"8/13/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":534,"Date":"9/15/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":582,"Cost":329,"Date":"10/14/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":418,"Cost":234,"Date":"10/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":904,"Cost":557,"Date":"11/11/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":969,"Cost":578,"Date":"12/7/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":559,"Cost":318,"Date":"12/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":544,"Cost":308,"Date":"1/6/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":636,"Cost":579,"Date":"1/23/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":514,"Cost":286,"Date":"2/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":34,"Date":"3/10/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":232,"Cost":141,"Date":"3/12/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":651,"Cost":600,"Date":"3/31/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":568,"Cost":387,"Date":"6/16/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":353,"Cost":226,"Date":"6/17/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":22,"Cost":17,"Date":"8/27/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":734,"Cost":453,"Date":"10/1/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":743,"Cost":380,"Date":"11/4/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":374,"Cost":349,"Date":"11/9/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":501,"Cost":282,"Date":"3/27/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":706,"Cost":627,"Date":"4/17/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":622,"Cost":325,"Date":"8/11/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":127,"Cost":89,"Date":"8/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":65,"Date":"9/2/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":968,"Cost":504,"Date":"9/5/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":882,"Cost":806,"Date":"9/14/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":384,"Cost":210,"Date":"9/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":685,"Cost":404,"Date":"11/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":355,"Cost":294,"Date":"12/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":511,"Cost":484,"Date":"1/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":978,"Cost":575,"Date":"1/21/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":325,"Cost":195,"Date":"2/9/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":139,"Cost":77,"Date":"3/19/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":601,"Cost":319,"Date":"4/3/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":443,"Cost":390,"Date":"4/5/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":199,"Cost":113,"Date":"4/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":38,"Cost":19,"Date":"7/10/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":998,"Cost":902,"Date":"3/25/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":476,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":334,"Cost":169,"Date":"10/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":620,"Cost":360,"Date":"3/2/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":106,"Cost":58,"Date":"6/28/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":493,"Cost":295,"Date":"7/17/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":165,"Cost":128,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":969,"Cost":769,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":962,"Cost":668,"Date":"11/20/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":596,"Cost":343,"Date":"12/16/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":586,"Cost":457,"Date":"12/30/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":565,"Cost":471,"Date":"2/15/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":778,"Cost":639,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":688,"Cost":538,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":573,"Cost":289,"Date":"4/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":131,"Cost":105,"Date":"7/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":640,"Cost":382,"Date":"8/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":387,"Cost":283,"Date":"10/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":402,"Cost":232,"Date":"11/11/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":443,"Cost":397,"Date":"11/30/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":254,"Cost":207,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":159,"Cost":126,"Date":"3/1/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":836,"Cost":761,"Date":"4/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":766,"Cost":471,"Date":"5/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":731,"Cost":496,"Date":"8/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":717,"Cost":562,"Date":"9/15/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":777,"Cost":417,"Date":"10/14/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":775,"Cost":700,"Date":"10/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":143,"Cost":85,"Date":"11/11/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":449,"Date":"12/7/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":633,"Cost":410,"Date":"12/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":429,"Cost":352,"Date":"1/6/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":250,"Cost":193,"Date":"1/23/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":265,"Cost":168,"Date":"2/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":41,"Cost":23,"Date":"3/10/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":316,"Cost":222,"Date":"3/12/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":672,"Cost":364,"Date":"3/31/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":16,"Cost":8,"Date":"6/16/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":194,"Cost":112,"Date":"6/17/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":203,"Cost":164,"Date":"8/27/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":660,"Cost":423,"Date":"10/1/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":108,"Cost":70,"Date":"11/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":638,"Cost":575,"Date":"11/9/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":327,"Cost":248,"Date":"3/27/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":816,"Cost":732,"Date":"4/17/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":474,"Cost":373,"Date":"8/11/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":262,"Cost":245,"Date":"8/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":183,"Cost":102,"Date":"9/2/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":615,"Cost":436,"Date":"9/5/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":610,"Cost":470,"Date":"9/14/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":753,"Cost":379,"Date":"9/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":476,"Cost":338,"Date":"11/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":512,"Cost":364,"Date":"12/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":984,"Cost":908,"Date":"1/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":588,"Cost":461,"Date":"1/21/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":455,"Cost":276,"Date":"2/9/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":417,"Cost":278,"Date":"3/19/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":44,"Cost":32,"Date":"4/3/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":316,"Cost":207,"Date":"4/5/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":734,"Cost":596,"Date":"4/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":964,"Cost":495,"Date":"7/10/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":792,"Cost":689,"Date":"3/25/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":294,"Cost":164,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":937,"Cost":516,"Date":"10/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":979,"Cost":701,"Date":"3/2/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":385,"Cost":301,"Date":"6/28/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":285,"Cost":261,"Date":"7/17/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":392,"Cost":356,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":306,"Cost":263,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":105,"Cost":57,"Date":"11/20/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":377,"Cost":256,"Date":"12/16/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":866,"Cost":748,"Date":"12/30/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":882,"Cost":677,"Date":"2/15/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":765,"Cost":532,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":325,"Cost":231,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":302,"Cost":153,"Date":"4/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":498,"Cost":341,"Date":"7/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":466,"Cost":397,"Date":"8/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":25,"Cost":17,"Date":"10/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":750,"Cost":668,"Date":"11/11/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":285,"Cost":160,"Date":"11/30/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":992,"Cost":791,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":993,"Cost":650,"Date":"3/1/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":120,"Cost":84,"Date":"4/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":327,"Cost":223,"Date":"5/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":180,"Cost":97,"Date":"8/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":470,"Cost":438,"Date":"9/15/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":286,"Cost":204,"Date":"10/14/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":811,"Cost":423,"Date":"10/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":320,"Cost":236,"Date":"11/11/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":434,"Cost":255,"Date":"12/7/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":236,"Cost":215,"Date":"12/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":195,"Cost":138,"Date":"1/6/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":237,"Cost":153,"Date":"1/23/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":190,"Cost":154,"Date":"2/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":749,"Cost":508,"Date":"3/10/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":984,"Cost":839,"Date":"3/12/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":139,"Cost":123,"Date":"3/31/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":770,"Cost":427,"Date":"6/16/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":407,"Cost":288,"Date":"6/17/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":220,"Cost":186,"Date":"8/27/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":967,"Cost":862,"Date":"10/1/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":146,"Cost":118,"Date":"11/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":825,"Cost":413,"Date":"11/9/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":221,"Cost":115,"Date":"3/27/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":973,"Cost":826,"Date":"4/17/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":557,"Cost":404,"Date":"8/11/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":48,"Cost":39,"Date":"8/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":884,"Cost":712,"Date":"9/2/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":882,"Cost":814,"Date":"9/5/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":740,"Cost":637,"Date":"9/14/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":247,"Cost":172,"Date":"9/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":462,"Cost":289,"Date":"11/20/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":901,"Cost":680,"Date":"12/21/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":895,"Cost":709,"Date":"1/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":593,"Cost":335,"Date":"1/21/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":378,"Cost":303,"Date":"2/9/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":49,"Cost":47,"Date":"3/19/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":674,"Cost":420,"Date":"4/3/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":10,"Cost":8,"Date":"4/5/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":911,"Cost":741,"Date":"4/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":480,"Cost":377,"Date":"7/10/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":893,"Cost":511,"Date":"3/25/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":246,"Cost":180,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":623,"Cost":392,"Date":"10/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":257,"Cost":240,"Date":"3/2/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":937,"Cost":708,"Date":"6/28/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":579,"Cost":450,"Date":"7/17/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":194,"Cost":147,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":645,"Cost":341,"Date":"8/23/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":905,"Cost":582,"Date":"11/20/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":406,"Cost":260,"Date":"12/16/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":269,"Cost":227,"Date":"12/30/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":445,"Cost":268,"Date":"2/15/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":349,"Cost":192,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":724,"Cost":556,"Date":"3/7/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":9,"Cost":6,"Date":"4/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":288,"Cost":219,"Date":"7/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":389,"Cost":292,"Date":"8/18/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":313,"Cost":201,"Date":"10/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":206,"Cost":189,"Date":"11/11/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":204,"Cost":149,"Date":"11/30/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":368,"Cost":323,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":27,"Cost":14,"Date":"3/1/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":97,"Cost":65,"Date":"4/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":89,"Cost":78,"Date":"5/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":147,"Cost":126,"Date":"8/13/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":103,"Cost":92,"Date":"9/15/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":8,"Cost":4,"Date":"10/14/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":635,"Cost":402,"Date":"10/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":199,"Cost":175,"Date":"11/11/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":714,"Cost":525,"Date":"12/7/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":668,"Cost":335,"Date":"12/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":441,"Cost":244,"Date":"1/6/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":35,"Cost":25,"Date":"1/23/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":239,"Cost":153,"Date":"2/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":406,"Cost":264,"Date":"3/10/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":273,"Cost":142,"Date":"3/12/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":657,"Cost":604,"Date":"3/31/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":304,"Cost":153,"Date":"6/16/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":159,"Cost":112,"Date":"6/17/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":256,"Cost":177,"Date":"8/27/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":46,"Cost":23,"Date":"10/1/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":948,"Cost":496,"Date":"11/4/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"HM","Country":"Canada","Sale":570,"Cost":498,"Date":"11/9/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":354,"Cost":259,"Date":"3/27/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":523,"Cost":492,"Date":"4/17/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":861,"Cost":696,"Date":"8/11/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":776,"Cost":656,"Date":"8/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":830,"Cost":573,"Date":"9/2/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":306,"Cost":199,"Date":"9/5/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":147,"Cost":79,"Date":"9/14/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":313,"Cost":269,"Date":"9/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":14,"Cost":11,"Date":"11/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":40,"Cost":23,"Date":"12/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":273,"Cost":148,"Date":"1/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":16,"Cost":12,"Date":"1/21/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":191,"Cost":159,"Date":"2/9/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":147,"Cost":83,"Date":"3/19/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":978,"Cost":566,"Date":"4/3/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":305,"Cost":173,"Date":"4/5/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":214,"Cost":180,"Date":"4/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":816,"Cost":411,"Date":"7/10/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":511,"Date":"3/25/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":886,"Cost":721,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":175,"Date":"10/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":528,"Cost":430,"Date":"3/2/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":133,"Date":"6/28/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":254,"Cost":206,"Date":"7/17/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":661,"Cost":524,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":262,"Cost":138,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":290,"Cost":262,"Date":"11/20/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":175,"Cost":135,"Date":"12/16/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":860,"Cost":718,"Date":"12/30/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":87,"Cost":54,"Date":"2/15/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":930,"Cost":525,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":364,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":446,"Date":"4/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":779,"Cost":712,"Date":"7/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":570,"Cost":503,"Date":"8/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":151,"Cost":81,"Date":"10/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":997,"Cost":662,"Date":"11/11/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":229,"Cost":142,"Date":"11/30/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":808,"Cost":678,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":540,"Cost":398,"Date":"3/1/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":860,"Cost":769,"Date":"4/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":616,"Date":"5/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":455,"Cost":385,"Date":"8/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":623,"Cost":550,"Date":"9/15/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":511,"Cost":364,"Date":"10/14/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":658,"Date":"10/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":912,"Cost":624,"Date":"11/11/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":303,"Cost":223,"Date":"12/7/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":814,"Cost":752,"Date":"12/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":546,"Cost":329,"Date":"1/6/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":521,"Date":"1/23/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":911,"Cost":579,"Date":"2/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":167,"Cost":144,"Date":"3/10/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":447,"Date":"3/12/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":185,"Date":"3/31/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":358,"Cost":318,"Date":"6/16/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":507,"Cost":464,"Date":"6/17/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":84,"Date":"8/27/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":742,"Cost":480,"Date":"10/1/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":978,"Cost":793,"Date":"11/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":602,"Cost":329,"Date":"11/9/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":536,"Date":"3/27/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":192,"Cost":179,"Date":"4/17/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":545,"Cost":485,"Date":"8/11/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":111,"Cost":78,"Date":"8/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":316,"Date":"9/2/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":549,"Cost":329,"Date":"9/5/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":778,"Cost":724,"Date":"9/14/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":45,"Cost":41,"Date":"9/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":911,"Cost":707,"Date":"11/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":272,"Cost":172,"Date":"12/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":114,"Cost":99,"Date":"1/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":708,"Date":"1/21/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":385,"Date":"2/9/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":611,"Cost":446,"Date":"3/19/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":880,"Cost":548,"Date":"4/3/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":579,"Cost":357,"Date":"4/5/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":498,"Cost":403,"Date":"4/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":359,"Cost":282,"Date":"7/10/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":745,"Cost":444,"Date":"3/25/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":899,"Cost":821,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":305,"Date":"10/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":226,"Cost":163,"Date":"3/2/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":351,"Cost":201,"Date":"6/28/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":743,"Cost":697,"Date":"7/17/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":751,"Cost":615,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":158,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":254,"Cost":171,"Date":"11/20/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":191,"Cost":171,"Date":"12/16/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":269,"Date":"12/30/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":770,"Cost":492,"Date":"2/15/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":746,"Cost":388,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":55,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":475,"Cost":348,"Date":"4/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":983,"Cost":852,"Date":"7/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":784,"Cost":488,"Date":"8/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":103,"Cost":72,"Date":"10/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":520,"Date":"11/11/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":13,"Cost":11,"Date":"11/30/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":881,"Cost":751,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":574,"Date":"3/1/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":817,"Cost":493,"Date":"4/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":45,"Cost":33,"Date":"5/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":177,"Date":"8/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":806,"Cost":756,"Date":"9/15/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":332,"Cost":315,"Date":"10/14/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":779,"Cost":631,"Date":"10/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":106,"Cost":89,"Date":"11/11/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":698,"Cost":454,"Date":"12/7/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":443,"Cost":249,"Date":"12/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":226,"Cost":154,"Date":"1/6/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":967,"Cost":826,"Date":"1/23/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":873,"Cost":457,"Date":"2/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":174,"Cost":95,"Date":"3/10/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":421,"Cost":285,"Date":"3/12/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":677,"Cost":611,"Date":"3/31/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":668,"Date":"6/16/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":934,"Cost":742,"Date":"6/17/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":570,"Cost":454,"Date":"8/27/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":75,"Date":"10/1/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":128,"Date":"11/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":976,"Cost":494,"Date":"11/9/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":752,"Cost":654,"Date":"3/27/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":454,"Cost":264,"Date":"4/17/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":790,"Cost":473,"Date":"8/11/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":292,"Cost":174,"Date":"8/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":654,"Cost":457,"Date":"9/2/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":62,"Cost":41,"Date":"9/5/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":387,"Cost":336,"Date":"9/14/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":452,"Cost":377,"Date":"9/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":622,"Cost":491,"Date":"11/20/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":319,"Cost":215,"Date":"12/21/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":625,"Cost":318,"Date":"1/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":48,"Cost":27,"Date":"1/21/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":569,"Cost":522,"Date":"2/9/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":195,"Cost":133,"Date":"3/19/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":887,"Cost":626,"Date":"4/3/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":643,"Cost":562,"Date":"4/5/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":401,"Cost":223,"Date":"4/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":429,"Cost":247,"Date":"7/10/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":870,"Cost":590,"Date":"3/25/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":578,"Cost":548,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":169,"Cost":140,"Date":"10/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":923,"Cost":511,"Date":"3/2/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":879,"Cost":586,"Date":"6/28/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":397,"Cost":236,"Date":"7/17/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":791,"Cost":696,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":641,"Cost":530,"Date":"8/23/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":134,"Cost":85,"Date":"11/20/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":451,"Cost":406,"Date":"12/16/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":754,"Cost":580,"Date":"12/30/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":3,"Cost":3,"Date":"2/15/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":327,"Cost":176,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":695,"Cost":524,"Date":"3/7/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":141,"Cost":125,"Date":"4/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":309,"Cost":221,"Date":"7/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"8/18/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":37,"Cost":34,"Date":"10/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":349,"Cost":303,"Date":"11/11/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":766,"Cost":408,"Date":"11/30/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":741,"Cost":617,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":393,"Cost":306,"Date":"3/1/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":870,"Cost":612,"Date":"4/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":798,"Cost":750,"Date":"5/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":911,"Cost":730,"Date":"8/13/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":73,"Cost":46,"Date":"9/15/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":574,"Cost":524,"Date":"10/14/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":439,"Cost":267,"Date":"10/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":393,"Cost":333,"Date":"11/11/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":91,"Cost":73,"Date":"12/7/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":138,"Cost":77,"Date":"12/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":81,"Cost":47,"Date":"1/6/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":980,"Cost":916,"Date":"1/23/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":536,"Cost":366,"Date":"2/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":960,"Cost":824,"Date":"3/10/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":198,"Cost":108,"Date":"3/12/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":323,"Cost":211,"Date":"3/31/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":131,"Cost":93,"Date":"6/16/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":323,"Cost":189,"Date":"6/17/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":964,"Cost":893,"Date":"8/27/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":594,"Cost":332,"Date":"10/1/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":947,"Cost":614,"Date":"11/4/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":672,"Cost":518,"Date":"11/9/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":546,"Cost":357,"Date":"3/27/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":153,"Cost":123,"Date":"4/17/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":612,"Cost":369,"Date":"8/11/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":538,"Cost":364,"Date":"8/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":144,"Cost":94,"Date":"9/2/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":705,"Cost":353,"Date":"9/5/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":78,"Cost":72,"Date":"9/14/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":323,"Cost":265,"Date":"9/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":45,"Cost":27,"Date":"11/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":469,"Cost":305,"Date":"12/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":841,"Cost":790,"Date":"1/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":361,"Cost":308,"Date":"1/21/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":797,"Cost":477,"Date":"2/9/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":143,"Cost":129,"Date":"3/19/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":375,"Cost":271,"Date":"4/3/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":624,"Cost":481,"Date":"4/5/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":471,"Cost":264,"Date":"4/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":57,"Cost":28,"Date":"7/10/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":547,"Cost":304,"Date":"3/25/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":687,"Cost":367,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":54,"Cost":43,"Date":"10/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":346,"Cost":321,"Date":"3/2/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":760,"Cost":690,"Date":"6/28/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":651,"Cost":452,"Date":"7/17/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":318,"Cost":280,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":101,"Cost":53,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":79,"Cost":66,"Date":"11/20/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":837,"Cost":474,"Date":"12/16/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":354,"Cost":212,"Date":"12/30/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":13,"Cost":13,"Date":"2/15/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":848,"Cost":621,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":827,"Cost":680,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":638,"Cost":580,"Date":"4/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":28,"Cost":21,"Date":"7/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":86,"Cost":68,"Date":"8/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":1000,"Cost":519,"Date":"10/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":177,"Cost":115,"Date":"11/11/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":380,"Cost":223,"Date":"11/30/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":89,"Cost":66,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":561,"Cost":488,"Date":"3/1/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":712,"Cost":573,"Date":"4/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":713,"Cost":561,"Date":"5/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":382,"Cost":282,"Date":"8/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":574,"Cost":317,"Date":"9/15/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":816,"Cost":421,"Date":"10/14/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":713,"Cost":670,"Date":"10/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":75,"Cost":55,"Date":"11/11/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":282,"Cost":265,"Date":"12/7/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":358,"Cost":202,"Date":"12/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":983,"Cost":625,"Date":"1/6/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":361,"Cost":194,"Date":"1/23/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":55,"Cost":47,"Date":"2/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":313,"Cost":165,"Date":"3/10/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":614,"Cost":405,"Date":"3/12/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":58,"Cost":38,"Date":"3/31/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":7,"Cost":3,"Date":"6/16/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":598,"Cost":537,"Date":"6/17/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":177,"Cost":121,"Date":"8/27/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":143,"Cost":85,"Date":"10/1/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":614,"Cost":509,"Date":"11/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":443,"Cost":338,"Date":"11/9/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":495,"Cost":330,"Date":"3/27/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":49,"Date":"4/17/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":545,"Date":"8/11/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":261,"Cost":140,"Date":"8/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":130,"Cost":73,"Date":"9/2/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":405,"Cost":356,"Date":"9/5/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":652,"Date":"9/14/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":716,"Cost":488,"Date":"9/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":102,"Date":"11/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":668,"Cost":427,"Date":"12/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":604,"Cost":491,"Date":"1/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":898,"Cost":467,"Date":"1/21/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":401,"Cost":371,"Date":"2/9/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":858,"Cost":699,"Date":"3/19/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":363,"Cost":190,"Date":"4/3/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":354,"Cost":238,"Date":"4/5/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":483,"Cost":349,"Date":"4/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":529,"Cost":427,"Date":"7/10/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":256,"Cost":173,"Date":"3/25/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":352,"Cost":203,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":602,"Cost":428,"Date":"10/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":991,"Cost":847,"Date":"3/2/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":14,"Cost":10,"Date":"6/28/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":116,"Cost":86,"Date":"7/17/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":773,"Cost":708,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":721,"Cost":419,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":993,"Cost":707,"Date":"11/20/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":210,"Cost":127,"Date":"12/16/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":378,"Cost":208,"Date":"12/30/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":600,"Cost":558,"Date":"2/15/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":133,"Cost":106,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":364,"Cost":236,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":665,"Cost":401,"Date":"4/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":597,"Cost":328,"Date":"7/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":52,"Date":"8/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":359,"Cost":314,"Date":"10/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":980,"Cost":884,"Date":"11/11/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":811,"Cost":768,"Date":"11/30/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":832,"Cost":688,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":662,"Cost":531,"Date":"3/1/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":24,"Cost":22,"Date":"4/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":575,"Cost":407,"Date":"5/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":310,"Cost":157,"Date":"8/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":181,"Date":"9/15/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":290,"Cost":152,"Date":"10/14/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":475,"Date":"10/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":793,"Date":"11/11/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":484,"Cost":439,"Date":"12/7/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":698,"Cost":436,"Date":"12/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":261,"Cost":196,"Date":"1/6/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":656,"Date":"1/23/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":132,"Cost":84,"Date":"2/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":284,"Cost":221,"Date":"3/10/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":873,"Cost":520,"Date":"3/12/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":450,"Cost":418,"Date":"3/31/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":943,"Cost":798,"Date":"6/16/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":675,"Cost":590,"Date":"6/17/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":906,"Cost":668,"Date":"8/27/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":464,"Cost":290,"Date":"10/1/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":299,"Cost":153,"Date":"11/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":70,"Cost":38,"Date":"11/9/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":17,"Cost":12,"Date":"3/27/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":863,"Cost":568,"Date":"4/17/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":594,"Cost":301,"Date":"8/11/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":821,"Cost":496,"Date":"8/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":151,"Cost":116,"Date":"9/2/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":343,"Date":"9/5/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":464,"Cost":400,"Date":"9/14/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":176,"Cost":117,"Date":"9/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":639,"Cost":601,"Date":"11/20/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":348,"Cost":239,"Date":"12/21/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":64,"Cost":46,"Date":"1/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":183,"Cost":169,"Date":"1/21/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":794,"Cost":408,"Date":"2/9/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":595,"Cost":455,"Date":"3/19/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":211,"Cost":119,"Date":"4/3/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":524,"Cost":436,"Date":"4/5/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":753,"Cost":455,"Date":"4/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":237,"Cost":178,"Date":"7/10/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":933,"Cost":639,"Date":"3/25/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":791,"Cost":403,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":48,"Date":"10/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":831,"Cost":486,"Date":"3/2/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":517,"Cost":342,"Date":"6/28/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":626,"Cost":523,"Date":"7/17/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":993,"Cost":565,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":367,"Cost":221,"Date":"8/23/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":54,"Cost":35,"Date":"11/20/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":83,"Cost":53,"Date":"12/16/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":190,"Cost":169,"Date":"12/30/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":259,"Cost":233,"Date":"2/15/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":748,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":76,"Cost":50,"Date":"3/7/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":140,"Cost":127,"Date":"4/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":219,"Cost":147,"Date":"7/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":783,"Cost":501,"Date":"8/18/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":609,"Cost":506,"Date":"10/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":264,"Date":"11/11/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":244,"Date":"11/30/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":682,"Cost":480,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":868,"Cost":483,"Date":"3/1/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":311,"Date":"4/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":355,"Cost":247,"Date":"5/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":99,"Cost":72,"Date":"8/13/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":410,"Cost":320,"Date":"9/15/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":341,"Cost":202,"Date":"10/14/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":552,"Cost":417,"Date":"10/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":120,"Cost":111,"Date":"11/11/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":725,"Cost":671,"Date":"12/7/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":94,"Cost":52,"Date":"12/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":902,"Cost":736,"Date":"1/6/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":157,"Cost":84,"Date":"1/23/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":250,"Date":"2/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":846,"Cost":597,"Date":"3/10/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":205,"Cost":185,"Date":"3/12/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":269,"Date":"3/31/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":597,"Cost":462,"Date":"6/16/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":222,"Cost":133,"Date":"6/17/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":500,"Cost":445,"Date":"8/27/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":544,"Cost":498,"Date":"10/1/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":40,"Date":"11/4/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":146,"Cost":99,"Date":"11/9/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":953,"Cost":622,"Date":"3/27/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":668,"Cost":413,"Date":"4/17/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":113,"Cost":71,"Date":"8/11/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":182,"Cost":153,"Date":"8/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":409,"Cost":346,"Date":"9/2/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":799,"Cost":644,"Date":"9/5/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":33,"Cost":31,"Date":"9/14/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":738,"Cost":413,"Date":"9/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":388,"Cost":351,"Date":"11/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":909,"Cost":559,"Date":"12/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":513,"Cost":364,"Date":"1/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":247,"Cost":149,"Date":"1/21/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":700,"Cost":488,"Date":"2/9/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":42,"Cost":27,"Date":"3/19/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":988,"Cost":541,"Date":"4/3/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":798,"Cost":753,"Date":"4/5/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":736,"Cost":409,"Date":"4/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":276,"Cost":162,"Date":"7/10/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":188,"Cost":110,"Date":"3/25/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":984,"Cost":792,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":467,"Cost":370,"Date":"10/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":378,"Cost":233,"Date":"3/2/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":25,"Cost":15,"Date":"6/28/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":5,"Cost":4,"Date":"7/17/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":75,"Cost":38,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":936,"Cost":769,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":505,"Cost":470,"Date":"11/20/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":265,"Cost":189,"Date":"12/16/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":722,"Cost":539,"Date":"12/30/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":738,"Cost":453,"Date":"2/15/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":947,"Cost":896,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":522,"Cost":448,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":526,"Cost":300,"Date":"4/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":191,"Cost":152,"Date":"7/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":540,"Cost":343,"Date":"8/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":353,"Cost":255,"Date":"10/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":907,"Cost":730,"Date":"11/11/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":120,"Cost":91,"Date":"11/30/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":335,"Cost":182,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":519,"Cost":284,"Date":"3/1/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":505,"Cost":323,"Date":"4/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":16,"Cost":13,"Date":"5/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":974,"Cost":684,"Date":"8/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":73,"Cost":40,"Date":"9/15/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":837,"Cost":598,"Date":"10/14/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":120,"Cost":66,"Date":"10/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":414,"Cost":388,"Date":"11/11/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":878,"Cost":517,"Date":"12/7/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":547,"Cost":302,"Date":"12/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":166,"Cost":122,"Date":"1/6/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":519,"Cost":468,"Date":"1/23/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":391,"Cost":358,"Date":"2/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":884,"Cost":823,"Date":"3/10/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":105,"Cost":89,"Date":"3/12/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":403,"Cost":378,"Date":"3/31/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":501,"Cost":465,"Date":"6/16/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":810,"Cost":677,"Date":"6/17/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":113,"Cost":63,"Date":"8/27/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":631,"Cost":342,"Date":"10/1/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":388,"Cost":327,"Date":"11/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":168,"Cost":84,"Date":"11/9/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":804,"Cost":608,"Date":"3/27/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":125,"Cost":83,"Date":"4/17/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":667,"Cost":556,"Date":"8/11/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":463,"Cost":344,"Date":"8/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":979,"Cost":624,"Date":"9/2/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":630,"Date":"9/5/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":465,"Cost":261,"Date":"9/14/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":102,"Date":"9/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":703,"Date":"11/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":965,"Cost":715,"Date":"12/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":15,"Cost":14,"Date":"1/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":800,"Cost":730,"Date":"1/21/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":215,"Date":"2/9/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":814,"Cost":407,"Date":"3/19/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":101,"Date":"4/3/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":784,"Cost":456,"Date":"4/5/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":299,"Cost":280,"Date":"4/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":286,"Cost":200,"Date":"7/10/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":485,"Cost":377,"Date":"3/25/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":316,"Cost":185,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":368,"Cost":265,"Date":"10/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":246,"Cost":141,"Date":"3/2/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":217,"Cost":175,"Date":"6/28/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":656,"Cost":487,"Date":"7/17/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":166,"Cost":147,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":587,"Cost":421,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":41,"Cost":24,"Date":"11/20/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":372,"Cost":209,"Date":"12/16/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":254,"Cost":242,"Date":"12/30/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":971,"Cost":542,"Date":"2/15/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":473,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":805,"Cost":666,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":3,"Date":"4/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":306,"Cost":171,"Date":"7/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":374,"Date":"8/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":323,"Cost":178,"Date":"10/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":624,"Date":"11/11/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":412,"Cost":237,"Date":"11/30/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":829,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":785,"Cost":396,"Date":"3/1/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":681,"Cost":628,"Date":"4/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":828,"Cost":523,"Date":"5/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":88,"Date":"8/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":672,"Cost":423,"Date":"9/15/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":124,"Date":"10/14/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":2,"Cost":1,"Date":"10/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":524,"Date":"11/11/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":66,"Cost":44,"Date":"12/7/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":411,"Cost":318,"Date":"12/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":805,"Cost":690,"Date":"1/6/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":232,"Cost":167,"Date":"1/23/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":344,"Cost":291,"Date":"2/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":263,"Date":"3/10/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":342,"Cost":214,"Date":"3/12/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":153,"Cost":119,"Date":"3/31/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":96,"Date":"6/16/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":485,"Date":"6/17/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":617,"Cost":441,"Date":"8/27/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":365,"Cost":192,"Date":"10/1/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":15,"Date":"11/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":702,"Date":"11/9/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":712,"Cost":556,"Date":"3/27/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":38,"Cost":31,"Date":"4/17/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":331,"Cost":184,"Date":"8/11/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":154,"Cost":125,"Date":"8/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":199,"Cost":120,"Date":"9/2/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":668,"Date":"9/5/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":388,"Cost":332,"Date":"9/14/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":294,"Cost":208,"Date":"9/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":697,"Cost":654,"Date":"11/20/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":188,"Cost":167,"Date":"12/21/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":137,"Date":"1/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":547,"Date":"1/21/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":549,"Cost":313,"Date":"2/9/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":270,"Cost":164,"Date":"3/19/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":874,"Cost":575,"Date":"4/3/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":534,"Cost":371,"Date":"4/5/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":113,"Cost":88,"Date":"4/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":265,"Cost":167,"Date":"7/10/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":3,"Date":"3/25/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":833,"Cost":510,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":481,"Cost":282,"Date":"10/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":158,"Date":"3/2/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":183,"Cost":158,"Date":"6/28/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":348,"Cost":223,"Date":"7/17/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":370,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":72,"Date":"8/23/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":804,"Cost":663,"Date":"11/20/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":16,"Cost":13,"Date":"12/16/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":532,"Date":"12/30/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":545,"Cost":458,"Date":"2/15/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":562,"Cost":369,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":37,"Cost":26,"Date":"3/7/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":53,"Cost":47,"Date":"4/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":957,"Cost":870,"Date":"7/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":979,"Cost":645,"Date":"8/18/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":348,"Cost":246,"Date":"10/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":773,"Cost":461,"Date":"11/11/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":168,"Date":"11/30/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":747,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":963,"Cost":644,"Date":"3/1/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":103,"Cost":82,"Date":"4/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":239,"Date":"5/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":969,"Cost":592,"Date":"8/13/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":275,"Date":"9/15/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":364,"Cost":210,"Date":"10/14/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":974,"Cost":786,"Date":"10/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":495,"Date":"11/11/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":36,"Date":"12/7/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":970,"Cost":845,"Date":"12/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":26,"Cost":19,"Date":"1/6/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":48,"Cost":30,"Date":"1/23/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":657,"Cost":535,"Date":"2/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":197,"Cost":111,"Date":"3/10/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":753,"Cost":389,"Date":"3/12/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":858,"Cost":619,"Date":"3/31/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":415,"Cost":335,"Date":"6/16/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":723,"Cost":670,"Date":"6/17/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":313,"Cost":244,"Date":"8/27/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":489,"Cost":365,"Date":"10/1/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":854,"Cost":793,"Date":"11/4/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":921,"Cost":650,"Date":"11/9/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":982,"Cost":636,"Date":"3/27/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":43,"Date":"4/17/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":805,"Cost":552,"Date":"8/11/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":842,"Cost":735,"Date":"8/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":619,"Cost":473,"Date":"9/2/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":386,"Cost":235,"Date":"9/5/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":605,"Cost":550,"Date":"9/14/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":621,"Date":"9/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":571,"Cost":329,"Date":"11/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":989,"Cost":516,"Date":"12/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":852,"Cost":537,"Date":"1/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":887,"Cost":458,"Date":"1/21/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":12,"Cost":7,"Date":"2/9/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":301,"Date":"3/19/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":110,"Cost":95,"Date":"4/3/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":159,"Cost":150,"Date":"4/5/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":840,"Cost":671,"Date":"4/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":864,"Cost":734,"Date":"7/10/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":804,"Cost":674,"Date":"3/25/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":617,"Cost":329,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":767,"Cost":697,"Date":"10/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":304,"Cost":212,"Date":"3/2/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":43,"Cost":29,"Date":"6/28/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":346,"Cost":218,"Date":"7/17/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":768,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":987,"Cost":672,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":408,"Cost":331,"Date":"11/20/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":741,"Cost":420,"Date":"12/16/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":339,"Date":"12/30/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":357,"Cost":217,"Date":"2/15/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":810,"Cost":573,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":904,"Cost":610,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":791,"Cost":684,"Date":"4/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":68,"Cost":51,"Date":"7/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":914,"Cost":598,"Date":"8/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":92,"Cost":54,"Date":"10/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":189,"Cost":164,"Date":"11/11/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":254,"Cost":208,"Date":"11/30/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":280,"Cost":231,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":20,"Cost":14,"Date":"3/1/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":316,"Cost":267,"Date":"4/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":672,"Cost":364,"Date":"5/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":768,"Cost":667,"Date":"8/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":238,"Cost":205,"Date":"9/15/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":525,"Cost":442,"Date":"10/14/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":223,"Date":"10/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":479,"Cost":308,"Date":"11/11/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":185,"Date":"12/7/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":527,"Cost":489,"Date":"12/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":480,"Cost":420,"Date":"1/6/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":234,"Date":"1/23/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":881,"Cost":662,"Date":"2/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":326,"Cost":271,"Date":"3/10/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":509,"Cost":331,"Date":"3/12/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":5,"Cost":3,"Date":"3/31/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":272,"Cost":172,"Date":"6/16/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":297,"Date":"6/17/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":556,"Cost":468,"Date":"8/27/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":920,"Cost":647,"Date":"10/1/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":466,"Cost":401,"Date":"11/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":397,"Cost":331,"Date":"11/9/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":804,"Cost":542,"Date":"3/27/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":240,"Date":"4/17/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":233,"Date":"8/11/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":611,"Date":"8/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":363,"Cost":185,"Date":"9/2/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":124,"Cost":95,"Date":"9/5/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":654,"Date":"9/14/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":684,"Cost":535,"Date":"9/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":462,"Date":"11/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":889,"Cost":684,"Date":"12/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":119,"Date":"1/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":57,"Date":"1/21/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":536,"Cost":310,"Date":"2/9/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":904,"Cost":491,"Date":"3/19/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":490,"Cost":408,"Date":"4/3/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":842,"Date":"4/5/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":479,"Cost":247,"Date":"4/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":681,"Cost":454,"Date":"7/10/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":298,"Cost":184,"Date":"3/25/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":54,"Cost":37,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":378,"Cost":238,"Date":"10/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":326,"Date":"3/2/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":173,"Cost":148,"Date":"6/28/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":224,"Cost":131,"Date":"7/17/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":476,"Cost":341,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":634,"Cost":596,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":969,"Cost":516,"Date":"11/20/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":847,"Cost":805,"Date":"12/16/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":70,"Cost":43,"Date":"12/30/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":831,"Cost":675,"Date":"2/15/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":125,"Cost":105,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":225,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":528,"Date":"4/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":795,"Date":"7/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":266,"Cost":159,"Date":"8/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":573,"Date":"10/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":693,"Date":"11/11/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":824,"Cost":469,"Date":"11/30/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":831,"Cost":579,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":823,"Cost":713,"Date":"3/1/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":481,"Date":"4/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":655,"Cost":524,"Date":"5/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":135,"Cost":116,"Date":"8/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":52,"Cost":40,"Date":"9/15/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":513,"Date":"10/14/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":620,"Date":"10/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":813,"Cost":442,"Date":"11/11/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":705,"Cost":640,"Date":"12/7/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":151,"Date":"12/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":714,"Cost":490,"Date":"1/6/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":946,"Cost":758,"Date":"1/23/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":935,"Cost":733,"Date":"2/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":360,"Cost":192,"Date":"3/10/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":893,"Cost":541,"Date":"3/12/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":27,"Date":"3/31/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":115,"Cost":77,"Date":"6/16/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":419,"Cost":287,"Date":"6/17/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":919,"Cost":708,"Date":"8/27/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":533,"Date":"10/1/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":864,"Cost":573,"Date":"11/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":826,"Cost":425,"Date":"11/9/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":6,"Cost":5,"Date":"3/27/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":545,"Cost":332,"Date":"4/17/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":115,"Cost":103,"Date":"8/11/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":592,"Cost":432,"Date":"8/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":663,"Cost":414,"Date":"9/2/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":72,"Cost":42,"Date":"9/5/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":712,"Cost":370,"Date":"9/14/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":987,"Cost":524,"Date":"9/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":723,"Cost":547,"Date":"11/20/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":437,"Cost":275,"Date":"12/21/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":426,"Cost":370,"Date":"1/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":259,"Cost":177,"Date":"1/21/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":501,"Cost":327,"Date":"2/9/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":304,"Cost":211,"Date":"3/19/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":219,"Date":"4/3/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":936,"Cost":815,"Date":"4/5/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":177,"Cost":105,"Date":"4/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":257,"Date":"7/10/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":296,"Date":"3/25/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":884,"Cost":624,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":68,"Date":"10/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":438,"Date":"3/2/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":139,"Cost":102,"Date":"6/28/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":251,"Date":"7/17/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":399,"Cost":234,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":932,"Cost":685,"Date":"8/23/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":253,"Cost":207,"Date":"11/20/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":946,"Cost":542,"Date":"12/16/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":283,"Date":"12/30/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":719,"Cost":431,"Date":"2/15/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":709,"Cost":455,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":632,"Cost":435,"Date":"3/7/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":602,"Cost":569,"Date":"4/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":982,"Cost":912,"Date":"7/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":777,"Cost":620,"Date":"8/18/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":231,"Cost":174,"Date":"10/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":182,"Cost":116,"Date":"11/11/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":403,"Cost":364,"Date":"11/30/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":852,"Cost":481,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":417,"Cost":322,"Date":"3/1/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":713,"Cost":658,"Date":"4/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":38,"Cost":34,"Date":"5/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":837,"Cost":646,"Date":"8/13/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":47,"Date":"9/15/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":815,"Cost":510,"Date":"10/14/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":959,"Cost":866,"Date":"10/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":754,"Cost":649,"Date":"11/11/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":488,"Cost":464,"Date":"12/7/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":122,"Date":"12/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":510,"Cost":441,"Date":"1/6/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":468,"Cost":377,"Date":"1/23/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":911,"Cost":799,"Date":"2/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":270,"Cost":255,"Date":"3/10/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":543,"Cost":320,"Date":"3/12/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":892,"Cost":566,"Date":"3/31/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":905,"Cost":546,"Date":"6/16/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":125,"Cost":85,"Date":"6/17/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":64,"Cost":33,"Date":"8/27/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":378,"Date":"10/1/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":697,"Cost":503,"Date":"11/4/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Sellpy","Country":"Canada","Sale":657,"Cost":369,"Date":"11/9/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":464,"Cost":388,"Date":"3/27/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":535,"Cost":474,"Date":"4/17/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":123,"Cost":102,"Date":"8/11/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":841,"Cost":480,"Date":"8/21/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":905,"Cost":478,"Date":"9/2/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":505,"Cost":311,"Date":"9/5/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":84,"Cost":62,"Date":"9/14/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":489,"Cost":375,"Date":"9/20/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":395,"Cost":299,"Date":"11/20/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":224,"Cost":199,"Date":"12/21/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":396,"Cost":293,"Date":"1/7/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":884,"Cost":506,"Date":"1/21/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":513,"Cost":335,"Date":"2/9/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":393,"Cost":339,"Date":"3/19/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":220,"Cost":193,"Date":"4/3/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":39,"Cost":29,"Date":"4/5/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":204,"Cost":142,"Date":"4/28/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":531,"Cost":292,"Date":"7/10/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":259,"Cost":156,"Date":"3/25/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":121,"Cost":81,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":241,"Cost":159,"Date":"10/28/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":558,"Cost":527,"Date":"3/2/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":673,"Cost":634,"Date":"6/28/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":611,"Cost":465,"Date":"7/17/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":111,"Cost":88,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":263,"Cost":206,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":154,"Cost":117,"Date":"11/20/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":847,"Cost":583,"Date":"12/16/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":449,"Cost":297,"Date":"12/30/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":630,"Cost":373,"Date":"2/15/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":959,"Cost":592,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":696,"Cost":465,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":895,"Cost":809,"Date":"4/18/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":726,"Cost":463,"Date":"7/27/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":116,"Cost":66,"Date":"8/18/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":711,"Cost":451,"Date":"10/31/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":555,"Cost":358,"Date":"11/11/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":379,"Cost":245,"Date":"11/30/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":555,"Cost":485,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":485,"Cost":403,"Date":"3/1/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":64,"Cost":58,"Date":"4/13/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":196,"Cost":172,"Date":"5/20/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":123,"Cost":75,"Date":"8/13/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":453,"Cost":384,"Date":"9/15/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":749,"Cost":375,"Date":"10/14/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":721,"Cost":605,"Date":"10/28/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":730,"Cost":443,"Date":"11/11/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":436,"Cost":381,"Date":"12/7/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":237,"Cost":207,"Date":"12/21/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":959,"Cost":609,"Date":"1/6/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":546,"Cost":449,"Date":"1/23/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":454,"Cost":232,"Date":"2/4/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":868,"Cost":541,"Date":"3/10/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":16,"Cost":12,"Date":"3/12/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":76,"Cost":45,"Date":"3/31/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":341,"Cost":216,"Date":"6/16/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":2,"Cost":1,"Date":"6/17/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":585,"Cost":497,"Date":"8/27/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":773,"Cost":474,"Date":"10/1/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":385,"Cost":357,"Date":"11/4/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":431,"Cost":240,"Date":"11/9/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":240,"Cost":120,"Date":"3/27/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":682,"Cost":471,"Date":"4/17/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":119,"Cost":109,"Date":"8/11/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":419,"Cost":234,"Date":"8/21/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":733,"Cost":603,"Date":"9/2/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":696,"Cost":650,"Date":"9/5/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":538,"Cost":407,"Date":"9/14/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":835,"Cost":626,"Date":"9/20/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":839,"Cost":702,"Date":"11/20/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":269,"Cost":203,"Date":"12/21/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":91,"Cost":54,"Date":"1/7/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":464,"Date":"1/21/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":163,"Cost":124,"Date":"2/9/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":680,"Cost":467,"Date":"3/19/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":524,"Cost":498,"Date":"4/3/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":122,"Cost":77,"Date":"4/5/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":396,"Cost":216,"Date":"4/28/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":896,"Cost":642,"Date":"7/10/2019"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":452,"Cost":369,"Date":"3/25/2020"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":659,"Cost":374,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":793,"Cost":656,"Date":"10/28/2020"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":152,"Cost":105,"Date":"3/2/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":509,"Date":"6/28/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":693,"Cost":356,"Date":"7/17/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":155,"Cost":136,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":626,"Cost":456,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":573,"Cost":517,"Date":"11/20/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":393,"Date":"12/16/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":806,"Cost":753,"Date":"12/30/2021"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":838,"Cost":779,"Date":"2/15/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":574,"Cost":434,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":73,"Cost":64,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":765,"Cost":415,"Date":"4/18/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":417,"Cost":374,"Date":"7/27/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":323,"Cost":170,"Date":"8/18/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":225,"Cost":130,"Date":"10/31/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":821,"Cost":712,"Date":"11/11/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":507,"Cost":403,"Date":"11/30/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":853,"Cost":576,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":311,"Date":"3/1/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":289,"Cost":237,"Date":"4/13/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":784,"Cost":437,"Date":"5/20/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":173,"Date":"8/13/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":569,"Date":"9/15/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":228,"Date":"10/14/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":393,"Date":"10/28/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":420,"Date":"11/11/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":88,"Cost":66,"Date":"12/7/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":242,"Date":"12/21/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":471,"Cost":316,"Date":"1/6/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":299,"Cost":223,"Date":"1/23/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":948,"Cost":618,"Date":"2/4/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":873,"Date":"3/10/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":106,"Date":"3/12/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":216,"Cost":201,"Date":"3/31/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":464,"Cost":277,"Date":"6/16/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":32,"Cost":18,"Date":"6/17/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":933,"Cost":573,"Date":"8/27/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":46,"Cost":33,"Date":"10/1/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":241,"Date":"11/4/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":843,"Cost":431,"Date":"11/9/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":230,"Cost":197,"Date":"3/27/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":53,"Cost":30,"Date":"4/17/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":396,"Cost":228,"Date":"8/11/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":771,"Cost":590,"Date":"8/21/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":27,"Cost":16,"Date":"9/2/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":26,"Cost":24,"Date":"9/5/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":299,"Cost":241,"Date":"9/14/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":947,"Cost":741,"Date":"9/20/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":891,"Cost":669,"Date":"11/20/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":852,"Cost":535,"Date":"12/21/2018"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":480,"Cost":324,"Date":"1/7/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":337,"Cost":198,"Date":"1/21/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":820,"Cost":628,"Date":"2/9/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":419,"Cost":392,"Date":"3/19/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":112,"Cost":79,"Date":"4/3/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":249,"Cost":130,"Date":"4/5/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":110,"Cost":101,"Date":"4/28/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":909,"Cost":793,"Date":"7/10/2019"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":451,"Cost":413,"Date":"3/25/2020"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":335,"Cost":314,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":304,"Cost":253,"Date":"10/28/2020"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":478,"Cost":426,"Date":"3/2/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":32,"Cost":20,"Date":"6/28/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":145,"Cost":130,"Date":"7/17/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":156,"Cost":103,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":523,"Cost":399,"Date":"8/23/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":100,"Cost":71,"Date":"11/20/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":316,"Cost":159,"Date":"12/16/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":617,"Cost":314,"Date":"12/30/2021"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":995,"Cost":520,"Date":"2/15/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":909,"Cost":775,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":394,"Cost":320,"Date":"3/7/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":739,"Cost":437,"Date":"4/18/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":408,"Cost":385,"Date":"7/27/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":603,"Cost":342,"Date":"8/18/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":157,"Cost":131,"Date":"10/31/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":734,"Cost":668,"Date":"11/11/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":191,"Cost":163,"Date":"11/30/2022"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":258,"Cost":152,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":562,"Cost":326,"Date":"3/1/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":33,"Cost":26,"Date":"4/13/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":491,"Cost":292,"Date":"5/20/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":555,"Cost":496,"Date":"8/13/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":583,"Cost":442,"Date":"9/15/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":129,"Cost":117,"Date":"10/14/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":998,"Cost":899,"Date":"10/28/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":751,"Cost":655,"Date":"11/11/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":716,"Cost":419,"Date":"12/7/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":358,"Cost":313,"Date":"12/21/2023"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":507,"Cost":364,"Date":"1/6/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":437,"Cost":384,"Date":"1/23/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":639,"Cost":607,"Date":"2/4/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":800,"Cost":546,"Date":"3/10/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":807,"Cost":456,"Date":"3/12/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":583,"Cost":467,"Date":"3/31/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":382,"Cost":351,"Date":"6/16/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":120,"Cost":60,"Date":"6/17/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":582,"Cost":452,"Date":"8/27/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":849,"Cost":474,"Date":"10/1/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":660,"Cost":518,"Date":"11/4/2024"},{"Store":"West Edmonton Mall","Brand":"Nova","Country":"Canada","Sale":481,"Cost":452,"Date":"11/9/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":630,"Date":"3/27/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":866,"Cost":586,"Date":"4/17/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":221,"Cost":168,"Date":"8/11/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":214,"Date":"8/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":350,"Cost":280,"Date":"9/2/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":682,"Cost":541,"Date":"9/5/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":394,"Date":"9/14/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":702,"Cost":387,"Date":"9/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":594,"Cost":424,"Date":"11/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":922,"Cost":813,"Date":"12/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":475,"Cost":434,"Date":"1/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":438,"Cost":407,"Date":"1/21/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":894,"Cost":784,"Date":"2/9/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":576,"Cost":344,"Date":"3/19/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":899,"Cost":804,"Date":"4/3/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":384,"Cost":288,"Date":"4/5/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":824,"Cost":510,"Date":"4/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":61,"Cost":57,"Date":"7/10/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":655,"Date":"3/25/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":468,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":617,"Date":"10/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":383,"Cost":192,"Date":"3/2/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":35,"Cost":21,"Date":"6/28/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":204,"Date":"7/17/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":414,"Cost":225,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":115,"Cost":99,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":282,"Date":"11/20/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":379,"Cost":340,"Date":"12/16/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":522,"Cost":394,"Date":"12/30/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":32,"Date":"2/15/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":2,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":544,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":134,"Date":"4/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":282,"Cost":247,"Date":"7/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":278,"Cost":251,"Date":"8/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":810,"Cost":625,"Date":"10/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":380,"Cost":221,"Date":"11/11/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":527,"Date":"11/30/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":72,"Cost":46,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":957,"Cost":594,"Date":"3/1/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":714,"Cost":639,"Date":"4/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":786,"Cost":541,"Date":"5/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":392,"Cost":315,"Date":"8/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":100,"Cost":64,"Date":"9/15/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":10,"Cost":9,"Date":"10/14/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":62,"Cost":33,"Date":"10/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":284,"Cost":205,"Date":"11/11/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":834,"Cost":437,"Date":"12/7/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":135,"Cost":124,"Date":"12/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":873,"Cost":482,"Date":"1/6/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":268,"Cost":222,"Date":"1/23/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":398,"Date":"2/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":998,"Cost":577,"Date":"3/10/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":589,"Cost":326,"Date":"3/12/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":533,"Cost":484,"Date":"3/31/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":2,"Cost":1,"Date":"6/16/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":793,"Date":"6/17/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":626,"Cost":535,"Date":"8/27/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":528,"Date":"10/1/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":141,"Cost":132,"Date":"11/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":205,"Cost":139,"Date":"11/9/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":434,"Cost":369,"Date":"3/27/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":469,"Cost":261,"Date":"4/17/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":581,"Cost":510,"Date":"8/11/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":860,"Cost":734,"Date":"8/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":405,"Cost":356,"Date":"9/2/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":968,"Cost":726,"Date":"9/5/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":524,"Cost":428,"Date":"9/14/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":59,"Cost":56,"Date":"9/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":578,"Cost":383,"Date":"11/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":74,"Cost":54,"Date":"12/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":424,"Cost":233,"Date":"1/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":826,"Cost":674,"Date":"1/21/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":496,"Cost":348,"Date":"2/9/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":248,"Cost":177,"Date":"3/19/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":73,"Cost":64,"Date":"4/3/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":608,"Cost":557,"Date":"4/5/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":934,"Cost":494,"Date":"4/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":663,"Cost":616,"Date":"7/10/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":430,"Cost":323,"Date":"3/25/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":108,"Cost":88,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":601,"Cost":420,"Date":"10/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":148,"Cost":114,"Date":"3/2/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":942,"Cost":674,"Date":"6/28/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":679,"Cost":452,"Date":"7/17/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":831,"Cost":615,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":779,"Cost":409,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":472,"Cost":369,"Date":"11/20/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":923,"Cost":751,"Date":"12/16/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":163,"Cost":114,"Date":"12/30/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":381,"Cost":319,"Date":"2/15/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":935,"Cost":662,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":318,"Cost":217,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":252,"Cost":133,"Date":"4/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":975,"Cost":723,"Date":"7/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":701,"Cost":634,"Date":"8/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":142,"Cost":130,"Date":"10/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":722,"Cost":523,"Date":"11/11/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":354,"Cost":309,"Date":"11/30/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":668,"Cost":365,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":592,"Cost":372,"Date":"3/1/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":60,"Cost":45,"Date":"4/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":9,"Cost":7,"Date":"5/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":31,"Cost":16,"Date":"8/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":505,"Cost":381,"Date":"9/15/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":437,"Cost":241,"Date":"10/14/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":938,"Cost":775,"Date":"10/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":652,"Cost":582,"Date":"11/11/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":688,"Cost":632,"Date":"12/7/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":340,"Cost":221,"Date":"12/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":534,"Cost":416,"Date":"1/6/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":991,"Cost":898,"Date":"1/23/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":497,"Cost":432,"Date":"2/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":528,"Cost":440,"Date":"3/10/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":16,"Cost":8,"Date":"3/12/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":162,"Cost":131,"Date":"3/31/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":757,"Cost":527,"Date":"6/16/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":544,"Cost":482,"Date":"6/17/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":36,"Cost":32,"Date":"8/27/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":871,"Cost":591,"Date":"10/1/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":527,"Cost":467,"Date":"11/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":152,"Cost":133,"Date":"11/9/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":710,"Cost":554,"Date":"3/27/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":595,"Cost":377,"Date":"4/17/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":69,"Cost":58,"Date":"8/11/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":8,"Cost":7,"Date":"8/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":297,"Cost":162,"Date":"9/2/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":694,"Cost":439,"Date":"9/5/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":125,"Cost":80,"Date":"9/14/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":497,"Cost":438,"Date":"9/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":569,"Cost":454,"Date":"11/20/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":689,"Cost":583,"Date":"12/21/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":650,"Cost":461,"Date":"1/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":390,"Cost":370,"Date":"1/21/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":926,"Cost":618,"Date":"2/9/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":99,"Cost":74,"Date":"3/19/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":988,"Cost":877,"Date":"4/3/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":5,"Cost":5,"Date":"4/5/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":917,"Cost":779,"Date":"4/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":884,"Cost":612,"Date":"7/10/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":674,"Cost":583,"Date":"3/25/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":60,"Cost":38,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":87,"Cost":81,"Date":"10/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":970,"Cost":912,"Date":"3/2/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":685,"Cost":620,"Date":"6/28/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":463,"Cost":291,"Date":"7/17/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":282,"Cost":151,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":455,"Cost":399,"Date":"8/23/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":895,"Cost":706,"Date":"11/20/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":587,"Cost":541,"Date":"12/16/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":876,"Cost":650,"Date":"12/30/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":358,"Cost":265,"Date":"2/15/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":800,"Cost":699,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":205,"Cost":139,"Date":"3/7/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":859,"Cost":648,"Date":"4/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":689,"Cost":493,"Date":"7/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":886,"Cost":704,"Date":"8/18/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":949,"Cost":625,"Date":"10/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":789,"Cost":741,"Date":"11/11/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":144,"Cost":87,"Date":"11/30/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":762,"Cost":656,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":604,"Cost":455,"Date":"3/1/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":198,"Cost":156,"Date":"4/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":505,"Cost":314,"Date":"5/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":447,"Cost":368,"Date":"8/13/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":985,"Cost":802,"Date":"9/15/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":613,"Cost":428,"Date":"10/14/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":256,"Cost":151,"Date":"10/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":679,"Cost":584,"Date":"11/11/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":388,"Cost":294,"Date":"12/7/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":703,"Cost":383,"Date":"12/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":372,"Cost":337,"Date":"1/6/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":243,"Cost":153,"Date":"1/23/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":986,"Cost":680,"Date":"2/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":111,"Cost":58,"Date":"3/10/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":127,"Cost":118,"Date":"3/12/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":284,"Cost":265,"Date":"3/31/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":751,"Cost":446,"Date":"6/16/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":832,"Cost":605,"Date":"6/17/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":91,"Cost":82,"Date":"8/27/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":651,"Cost":334,"Date":"10/1/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":260,"Cost":229,"Date":"11/4/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM","Country":"Canada","Sale":628,"Cost":439,"Date":"11/9/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":370,"Cost":255,"Date":"3/27/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":130,"Cost":94,"Date":"4/17/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":189,"Cost":142,"Date":"8/11/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":740,"Cost":444,"Date":"8/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":653,"Cost":571,"Date":"9/2/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":839,"Cost":748,"Date":"9/5/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":894,"Cost":564,"Date":"9/14/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":757,"Cost":445,"Date":"9/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":287,"Cost":188,"Date":"11/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":221,"Cost":192,"Date":"12/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":282,"Cost":147,"Date":"1/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":15,"Cost":11,"Date":"1/21/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":183,"Cost":104,"Date":"2/9/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":97,"Cost":55,"Date":"3/19/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":308,"Cost":188,"Date":"4/3/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":907,"Cost":653,"Date":"4/5/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":252,"Cost":173,"Date":"4/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":23,"Cost":13,"Date":"7/10/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":703,"Cost":455,"Date":"3/25/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":516,"Cost":474,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":518,"Cost":287,"Date":"10/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":328,"Cost":254,"Date":"3/2/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":334,"Cost":186,"Date":"6/28/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":638,"Cost":514,"Date":"7/17/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":298,"Cost":170,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":32,"Cost":22,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":938,"Cost":650,"Date":"11/20/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":296,"Cost":176,"Date":"12/16/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":449,"Cost":384,"Date":"12/30/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":213,"Cost":133,"Date":"2/15/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":854,"Cost":752,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":698,"Cost":352,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":568,"Cost":433,"Date":"4/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":381,"Cost":253,"Date":"7/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":392,"Cost":233,"Date":"8/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":134,"Cost":93,"Date":"10/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":585,"Cost":498,"Date":"11/11/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":564,"Cost":491,"Date":"11/30/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":469,"Cost":287,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":66,"Cost":60,"Date":"3/1/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":740,"Cost":498,"Date":"4/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":675,"Cost":547,"Date":"5/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":315,"Cost":276,"Date":"8/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":800,"Cost":750,"Date":"9/15/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":738,"Cost":497,"Date":"10/14/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":332,"Cost":182,"Date":"10/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":361,"Cost":343,"Date":"11/11/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":707,"Cost":511,"Date":"12/7/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":661,"Cost":488,"Date":"12/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":127,"Cost":81,"Date":"1/6/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":625,"Cost":552,"Date":"1/23/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":422,"Cost":233,"Date":"2/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":994,"Cost":654,"Date":"3/10/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":66,"Cost":45,"Date":"3/12/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":888,"Cost":819,"Date":"3/31/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":562,"Cost":329,"Date":"6/16/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":564,"Cost":453,"Date":"6/17/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":591,"Cost":341,"Date":"8/27/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":985,"Cost":546,"Date":"10/1/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":595,"Cost":324,"Date":"11/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":677,"Cost":560,"Date":"11/9/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":507,"Cost":405,"Date":"3/27/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":21,"Cost":14,"Date":"4/17/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":576,"Cost":392,"Date":"8/11/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":276,"Cost":148,"Date":"8/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":300,"Date":"9/2/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":924,"Cost":465,"Date":"9/5/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":177,"Cost":131,"Date":"9/14/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":471,"Cost":429,"Date":"9/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":501,"Cost":424,"Date":"11/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":269,"Cost":155,"Date":"12/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":615,"Cost":329,"Date":"1/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":429,"Cost":338,"Date":"1/21/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":816,"Cost":657,"Date":"2/9/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":916,"Cost":655,"Date":"3/19/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":843,"Cost":583,"Date":"4/3/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":268,"Date":"4/5/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":88,"Cost":74,"Date":"4/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":205,"Cost":156,"Date":"7/10/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":749,"Cost":622,"Date":"3/25/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":794,"Cost":626,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":789,"Date":"10/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":286,"Cost":175,"Date":"3/2/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":725,"Cost":604,"Date":"6/28/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":319,"Date":"7/17/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":613,"Cost":533,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":314,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":765,"Cost":562,"Date":"11/20/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":579,"Cost":479,"Date":"12/16/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":203,"Cost":150,"Date":"12/30/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":279,"Cost":186,"Date":"2/15/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":20,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":762,"Cost":716,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":455,"Date":"4/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":591,"Cost":551,"Date":"7/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":530,"Date":"8/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":845,"Cost":546,"Date":"10/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":954,"Cost":656,"Date":"11/11/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":43,"Date":"11/30/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":451,"Cost":253,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":1000,"Cost":608,"Date":"3/1/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":75,"Cost":62,"Date":"4/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":988,"Cost":559,"Date":"5/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":449,"Date":"8/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":397,"Cost":373,"Date":"9/15/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":804,"Cost":720,"Date":"10/14/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":4,"Date":"10/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":173,"Date":"11/11/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":864,"Cost":627,"Date":"12/7/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":718,"Cost":404,"Date":"12/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":258,"Cost":136,"Date":"1/6/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":395,"Cost":311,"Date":"1/23/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":998,"Cost":654,"Date":"2/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":639,"Cost":502,"Date":"3/10/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":69,"Date":"3/12/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":550,"Cost":381,"Date":"3/31/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":118,"Cost":71,"Date":"6/16/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":918,"Cost":662,"Date":"6/17/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":57,"Date":"8/27/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":303,"Cost":195,"Date":"10/1/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":1,"Cost":1,"Date":"11/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Sellpy","Country":"Canada","Sale":423,"Cost":216,"Date":"11/9/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":516,"Cost":323,"Date":"3/27/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":887,"Cost":488,"Date":"4/17/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":920,"Cost":856,"Date":"8/11/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":99,"Cost":94,"Date":"8/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":93,"Cost":52,"Date":"9/2/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":460,"Cost":392,"Date":"9/5/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":392,"Cost":209,"Date":"9/14/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":846,"Cost":610,"Date":"9/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":717,"Cost":524,"Date":"11/20/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":175,"Cost":135,"Date":"12/21/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":29,"Cost":26,"Date":"1/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":361,"Cost":223,"Date":"1/21/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":918,"Cost":627,"Date":"2/9/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":974,"Cost":751,"Date":"3/19/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":705,"Cost":359,"Date":"4/3/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":879,"Cost":708,"Date":"4/5/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":55,"Cost":31,"Date":"4/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":884,"Cost":722,"Date":"7/10/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":286,"Cost":163,"Date":"3/25/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":435,"Cost":317,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":895,"Cost":450,"Date":"10/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":274,"Cost":247,"Date":"3/2/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":282,"Cost":228,"Date":"6/28/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":293,"Cost":163,"Date":"7/17/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":196,"Cost":141,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":738,"Cost":483,"Date":"8/23/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":910,"Cost":813,"Date":"11/20/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":455,"Cost":363,"Date":"12/16/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":379,"Cost":234,"Date":"12/30/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":577,"Cost":428,"Date":"2/15/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":686,"Cost":526,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":481,"Cost":359,"Date":"3/7/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":317,"Cost":177,"Date":"4/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":164,"Cost":96,"Date":"7/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":907,"Cost":458,"Date":"8/18/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":511,"Cost":310,"Date":"10/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":778,"Cost":606,"Date":"11/11/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":994,"Cost":606,"Date":"11/30/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":827,"Cost":585,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":152,"Cost":104,"Date":"3/1/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":303,"Cost":178,"Date":"4/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":773,"Cost":544,"Date":"5/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":731,"Cost":639,"Date":"8/13/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":373,"Cost":279,"Date":"9/15/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":624,"Cost":586,"Date":"10/14/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":530,"Cost":452,"Date":"10/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":479,"Cost":254,"Date":"11/11/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":911,"Cost":550,"Date":"12/7/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":552,"Cost":332,"Date":"12/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":538,"Cost":309,"Date":"1/6/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":523,"Cost":411,"Date":"1/23/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":285,"Cost":158,"Date":"2/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":542,"Cost":313,"Date":"3/10/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":423,"Cost":316,"Date":"3/12/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":177,"Cost":120,"Date":"3/31/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":953,"Cost":520,"Date":"6/16/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":178,"Cost":128,"Date":"6/17/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":364,"Cost":343,"Date":"8/27/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":629,"Cost":327,"Date":"10/1/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":683,"Cost":378,"Date":"11/4/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"COS","Country":"Canada","Sale":238,"Cost":166,"Date":"11/9/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":619,"Cost":341,"Date":"3/27/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":803,"Cost":655,"Date":"4/17/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":404,"Cost":363,"Date":"8/11/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":913,"Cost":781,"Date":"8/21/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":951,"Cost":649,"Date":"9/2/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":914,"Cost":573,"Date":"9/5/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":128,"Cost":76,"Date":"9/14/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":333,"Cost":244,"Date":"9/20/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":400,"Cost":274,"Date":"11/20/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":467,"Cost":367,"Date":"12/21/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":956,"Cost":872,"Date":"1/7/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":912,"Cost":568,"Date":"1/21/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":631,"Cost":341,"Date":"2/9/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":108,"Date":"3/19/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":212,"Cost":177,"Date":"4/3/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":471,"Cost":304,"Date":"4/5/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":644,"Cost":342,"Date":"4/28/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":523,"Cost":466,"Date":"7/10/2019"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":264,"Date":"3/25/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":307,"Cost":183,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":625,"Cost":428,"Date":"10/28/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":270,"Cost":203,"Date":"3/2/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":255,"Cost":137,"Date":"6/28/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":143,"Cost":120,"Date":"7/17/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":185,"Cost":153,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":676,"Cost":474,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":253,"Cost":181,"Date":"11/20/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":306,"Cost":235,"Date":"12/16/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":686,"Cost":427,"Date":"12/30/2021"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":290,"Cost":148,"Date":"2/15/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":165,"Cost":95,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":907,"Cost":670,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":395,"Cost":304,"Date":"4/18/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":280,"Cost":242,"Date":"7/27/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":454,"Cost":258,"Date":"8/18/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":529,"Cost":500,"Date":"10/31/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":51,"Cost":41,"Date":"11/11/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":908,"Cost":491,"Date":"11/30/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":987,"Cost":694,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":328,"Cost":203,"Date":"3/1/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":373,"Cost":312,"Date":"4/13/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":860,"Cost":469,"Date":"5/20/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":838,"Cost":677,"Date":"8/13/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":709,"Cost":389,"Date":"9/15/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":111,"Cost":79,"Date":"10/14/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":454,"Cost":322,"Date":"10/28/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":402,"Cost":319,"Date":"11/11/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":991,"Cost":664,"Date":"12/7/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":17,"Cost":13,"Date":"12/21/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":485,"Date":"1/6/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":95,"Date":"1/23/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":824,"Cost":551,"Date":"2/4/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":345,"Cost":253,"Date":"3/10/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":712,"Cost":660,"Date":"3/12/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":531,"Cost":377,"Date":"3/31/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":556,"Date":"6/16/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":830,"Cost":513,"Date":"6/17/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":530,"Cost":406,"Date":"8/27/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":360,"Cost":301,"Date":"10/1/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":50,"Cost":31,"Date":"11/4/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":347,"Cost":280,"Date":"11/9/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":28,"Cost":20,"Date":"3/27/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":507,"Cost":461,"Date":"4/17/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":438,"Cost":289,"Date":"8/11/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":931,"Cost":487,"Date":"8/21/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":172,"Cost":151,"Date":"9/2/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":428,"Cost":370,"Date":"9/5/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":784,"Cost":672,"Date":"9/14/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":996,"Cost":780,"Date":"9/20/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":534,"Cost":411,"Date":"11/20/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":483,"Cost":317,"Date":"12/21/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":30,"Cost":26,"Date":"1/7/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":684,"Cost":608,"Date":"1/21/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":678,"Cost":619,"Date":"2/9/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":433,"Cost":403,"Date":"3/19/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":108,"Cost":82,"Date":"4/3/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":798,"Cost":475,"Date":"4/5/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":141,"Cost":75,"Date":"4/28/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":693,"Cost":632,"Date":"7/10/2019"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":134,"Cost":98,"Date":"3/25/2020"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":508,"Cost":333,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":692,"Cost":603,"Date":"10/28/2020"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":332,"Cost":303,"Date":"3/2/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":887,"Cost":584,"Date":"6/28/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":648,"Cost":409,"Date":"7/17/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":876,"Cost":757,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":270,"Cost":232,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":510,"Cost":403,"Date":"11/20/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":984,"Cost":636,"Date":"12/16/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":220,"Cost":195,"Date":"12/30/2021"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":80,"Cost":41,"Date":"2/15/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":174,"Cost":91,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":906,"Cost":475,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":247,"Cost":222,"Date":"4/18/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":684,"Cost":448,"Date":"7/27/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":525,"Cost":356,"Date":"8/18/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":165,"Cost":125,"Date":"10/31/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":93,"Cost":65,"Date":"11/11/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":18,"Cost":9,"Date":"11/30/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":402,"Cost":349,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":51,"Cost":41,"Date":"3/1/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":620,"Cost":342,"Date":"4/13/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":167,"Cost":145,"Date":"5/20/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":124,"Cost":106,"Date":"8/13/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":715,"Cost":373,"Date":"9/15/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":322,"Cost":241,"Date":"10/14/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":56,"Cost":42,"Date":"10/28/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":384,"Cost":257,"Date":"11/11/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":811,"Cost":407,"Date":"12/7/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":576,"Cost":341,"Date":"12/21/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":22,"Cost":15,"Date":"1/6/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":930,"Cost":754,"Date":"1/23/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":591,"Cost":298,"Date":"2/4/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":237,"Cost":150,"Date":"3/10/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":810,"Cost":458,"Date":"3/12/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":326,"Cost":179,"Date":"3/31/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":763,"Cost":549,"Date":"6/16/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":332,"Cost":213,"Date":"6/17/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":716,"Cost":443,"Date":"8/27/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":850,"Cost":658,"Date":"10/1/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":157,"Cost":138,"Date":"11/4/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":976,"Cost":622,"Date":"11/9/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":889,"Cost":550,"Date":"3/27/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":955,"Cost":563,"Date":"4/17/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":274,"Cost":205,"Date":"8/11/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":47,"Cost":31,"Date":"8/21/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":199,"Cost":166,"Date":"9/2/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":742,"Cost":592,"Date":"9/5/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":841,"Cost":718,"Date":"9/14/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":116,"Cost":108,"Date":"9/20/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":791,"Cost":564,"Date":"11/20/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":296,"Cost":208,"Date":"12/21/2018"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":562,"Cost":483,"Date":"1/7/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":296,"Date":"1/21/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":552,"Cost":329,"Date":"2/9/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":7,"Cost":4,"Date":"3/19/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":879,"Cost":566,"Date":"4/3/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":123,"Date":"4/5/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":829,"Cost":749,"Date":"4/28/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":496,"Cost":263,"Date":"7/10/2019"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":770,"Cost":439,"Date":"3/25/2020"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":451,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":652,"Cost":489,"Date":"10/28/2020"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":706,"Cost":519,"Date":"3/2/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":120,"Date":"6/28/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":559,"Cost":501,"Date":"7/17/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":349,"Cost":242,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":700,"Cost":621,"Date":"8/23/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":985,"Cost":524,"Date":"11/20/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":806,"Cost":524,"Date":"12/16/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":149,"Cost":128,"Date":"12/30/2021"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":850,"Cost":457,"Date":"2/15/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":681,"Cost":644,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":414,"Date":"3/7/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":714,"Cost":626,"Date":"4/18/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":479,"Cost":256,"Date":"7/27/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":517,"Cost":375,"Date":"8/18/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":117,"Cost":75,"Date":"10/31/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":9,"Cost":9,"Date":"11/11/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":168,"Cost":119,"Date":"11/30/2022"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":89,"Cost":81,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":296,"Date":"3/1/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":414,"Date":"4/13/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":225,"Date":"5/20/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":839,"Cost":597,"Date":"8/13/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":55,"Date":"9/15/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":140,"Date":"10/14/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":525,"Date":"10/28/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":271,"Cost":192,"Date":"11/11/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":234,"Cost":218,"Date":"12/7/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":424,"Cost":347,"Date":"12/21/2023"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":192,"Cost":103,"Date":"1/6/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":860,"Cost":614,"Date":"1/23/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":845,"Cost":636,"Date":"2/4/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":395,"Cost":255,"Date":"3/10/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":102,"Cost":87,"Date":"3/12/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":706,"Cost":372,"Date":"3/31/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":821,"Cost":657,"Date":"6/16/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":257,"Date":"6/17/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":246,"Date":"8/27/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":318,"Date":"10/1/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":161,"Cost":120,"Date":"11/4/2024"},{"Store":"London Drugs Edmonton","Brand":"Jeans","Country":"Canada","Sale":524,"Cost":320,"Date":"11/9/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":604,"Cost":339,"Date":"3/27/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":28,"Cost":15,"Date":"4/17/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":730,"Cost":610,"Date":"8/11/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":158,"Cost":140,"Date":"8/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":212,"Cost":180,"Date":"9/2/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":148,"Cost":75,"Date":"9/5/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":260,"Cost":204,"Date":"9/14/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":821,"Cost":653,"Date":"9/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":578,"Cost":523,"Date":"11/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":820,"Cost":713,"Date":"12/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":173,"Cost":86,"Date":"1/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":91,"Cost":63,"Date":"1/21/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":169,"Cost":89,"Date":"2/9/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":348,"Cost":210,"Date":"3/19/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":690,"Cost":630,"Date":"4/3/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":80,"Cost":59,"Date":"4/5/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":50,"Cost":42,"Date":"4/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":548,"Cost":370,"Date":"7/10/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":273,"Cost":179,"Date":"3/25/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":457,"Cost":257,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":841,"Cost":751,"Date":"10/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":716,"Cost":371,"Date":"3/2/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":359,"Cost":254,"Date":"6/28/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":671,"Cost":550,"Date":"7/17/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":418,"Cost":353,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":873,"Cost":539,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":654,"Cost":455,"Date":"11/20/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":373,"Cost":215,"Date":"12/16/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":372,"Cost":246,"Date":"12/30/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":74,"Cost":67,"Date":"2/15/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":42,"Cost":39,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":129,"Cost":88,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":216,"Cost":137,"Date":"4/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":386,"Cost":358,"Date":"7/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":127,"Cost":64,"Date":"8/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":389,"Cost":264,"Date":"10/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":311,"Cost":242,"Date":"11/11/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":1000,"Cost":864,"Date":"11/30/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":94,"Cost":68,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":731,"Cost":518,"Date":"3/1/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":27,"Cost":19,"Date":"4/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":531,"Cost":358,"Date":"5/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":614,"Cost":529,"Date":"8/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":736,"Cost":405,"Date":"9/15/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":429,"Cost":404,"Date":"10/14/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":472,"Cost":331,"Date":"10/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":775,"Cost":722,"Date":"11/11/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":451,"Cost":321,"Date":"12/7/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":413,"Cost":277,"Date":"12/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":647,"Cost":587,"Date":"1/6/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":688,"Cost":489,"Date":"1/23/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":536,"Cost":321,"Date":"2/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":814,"Cost":414,"Date":"3/10/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":988,"Cost":548,"Date":"3/12/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":988,"Cost":555,"Date":"3/31/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":641,"Cost":352,"Date":"6/16/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":536,"Cost":362,"Date":"6/17/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":382,"Cost":275,"Date":"8/27/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":565,"Cost":532,"Date":"10/1/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":739,"Cost":682,"Date":"11/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":248,"Cost":214,"Date":"11/9/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":475,"Cost":355,"Date":"3/27/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":977,"Cost":593,"Date":"4/17/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":313,"Date":"8/11/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":479,"Cost":335,"Date":"8/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":55,"Cost":35,"Date":"9/2/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":13,"Cost":7,"Date":"9/5/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":188,"Cost":143,"Date":"9/14/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":142,"Cost":71,"Date":"9/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":175,"Cost":98,"Date":"11/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":699,"Cost":651,"Date":"12/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":732,"Cost":530,"Date":"1/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":24,"Cost":18,"Date":"1/21/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":134,"Cost":79,"Date":"2/9/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":189,"Date":"3/19/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":626,"Cost":551,"Date":"4/3/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":433,"Cost":345,"Date":"4/5/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":360,"Cost":260,"Date":"4/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":735,"Cost":429,"Date":"7/10/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":347,"Cost":280,"Date":"3/25/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":901,"Cost":456,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":691,"Cost":412,"Date":"10/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":53,"Cost":28,"Date":"3/2/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":893,"Cost":794,"Date":"6/28/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":716,"Date":"7/17/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":134,"Cost":125,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":813,"Cost":740,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":314,"Cost":266,"Date":"11/20/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":696,"Date":"12/16/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":170,"Cost":106,"Date":"12/30/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":4,"Date":"2/15/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":536,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":431,"Cost":264,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":138,"Date":"4/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":52,"Cost":38,"Date":"7/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":175,"Cost":98,"Date":"8/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":597,"Cost":507,"Date":"10/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":157,"Cost":117,"Date":"11/11/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":733,"Cost":635,"Date":"11/30/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":257,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":974,"Cost":649,"Date":"3/1/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":259,"Cost":144,"Date":"4/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":821,"Cost":569,"Date":"5/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":94,"Cost":63,"Date":"8/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":509,"Cost":277,"Date":"9/15/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":723,"Date":"10/14/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":313,"Date":"10/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":60,"Cost":33,"Date":"11/11/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":828,"Cost":432,"Date":"12/7/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":849,"Date":"12/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":796,"Cost":662,"Date":"1/6/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":679,"Cost":645,"Date":"1/23/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":7,"Date":"2/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":514,"Cost":346,"Date":"3/10/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":811,"Cost":502,"Date":"3/12/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":267,"Cost":178,"Date":"3/31/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":445,"Date":"6/16/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":1000,"Cost":686,"Date":"6/17/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":631,"Cost":506,"Date":"8/27/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":924,"Cost":805,"Date":"10/1/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":723,"Cost":395,"Date":"11/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":750,"Cost":580,"Date":"11/9/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":544,"Cost":386,"Date":"3/27/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":866,"Cost":536,"Date":"4/17/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":258,"Cost":205,"Date":"8/11/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":456,"Cost":369,"Date":"8/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":965,"Cost":608,"Date":"9/2/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":26,"Cost":18,"Date":"9/5/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":549,"Cost":356,"Date":"9/14/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":505,"Cost":453,"Date":"9/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":355,"Cost":320,"Date":"11/20/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":261,"Cost":187,"Date":"12/21/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":43,"Cost":40,"Date":"1/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":500,"Cost":325,"Date":"1/21/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":489,"Cost":411,"Date":"2/9/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":320,"Cost":282,"Date":"3/19/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":573,"Cost":499,"Date":"4/3/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":503,"Cost":441,"Date":"4/5/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":432,"Cost":237,"Date":"4/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":617,"Cost":570,"Date":"7/10/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":599,"Cost":567,"Date":"3/25/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":416,"Cost":277,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":500,"Cost":269,"Date":"10/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":309,"Cost":266,"Date":"3/2/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":806,"Cost":698,"Date":"6/28/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":28,"Cost":21,"Date":"7/17/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":808,"Cost":685,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":380,"Cost":205,"Date":"8/23/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":592,"Cost":381,"Date":"11/20/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":478,"Cost":397,"Date":"12/16/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":838,"Cost":690,"Date":"12/30/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":333,"Cost":258,"Date":"2/15/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":431,"Cost":244,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":325,"Cost":185,"Date":"3/7/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":721,"Cost":390,"Date":"4/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":218,"Cost":154,"Date":"7/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":67,"Cost":62,"Date":"8/18/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":648,"Cost":355,"Date":"10/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":572,"Cost":462,"Date":"11/11/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":196,"Cost":114,"Date":"11/30/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":105,"Cost":88,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":620,"Cost":501,"Date":"3/1/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":958,"Cost":640,"Date":"4/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":763,"Cost":413,"Date":"5/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":823,"Cost":677,"Date":"8/13/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":370,"Cost":198,"Date":"9/15/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":129,"Cost":103,"Date":"10/14/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":576,"Cost":496,"Date":"10/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":501,"Cost":455,"Date":"11/11/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":996,"Cost":579,"Date":"12/7/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":654,"Cost":569,"Date":"12/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":907,"Cost":546,"Date":"1/6/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":648,"Cost":532,"Date":"1/23/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":263,"Cost":181,"Date":"2/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":811,"Cost":666,"Date":"3/10/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":155,"Cost":130,"Date":"3/12/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":794,"Cost":487,"Date":"3/31/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":844,"Cost":496,"Date":"6/16/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":573,"Cost":455,"Date":"6/17/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":810,"Cost":498,"Date":"8/27/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":8,"Cost":6,"Date":"10/1/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":960,"Cost":743,"Date":"11/4/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM","Country":"Canada","Sale":171,"Cost":109,"Date":"11/9/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":400,"Cost":371,"Date":"3/27/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":142,"Cost":87,"Date":"4/17/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":181,"Cost":109,"Date":"8/11/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":991,"Cost":840,"Date":"8/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":140,"Cost":93,"Date":"9/2/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":9,"Cost":8,"Date":"9/5/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":507,"Cost":409,"Date":"9/14/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":905,"Cost":539,"Date":"9/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":172,"Cost":157,"Date":"11/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":977,"Cost":706,"Date":"12/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":886,"Cost":765,"Date":"1/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":505,"Cost":319,"Date":"1/21/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":29,"Cost":26,"Date":"2/9/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":594,"Cost":303,"Date":"3/19/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":148,"Cost":89,"Date":"4/3/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":578,"Cost":484,"Date":"4/5/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":315,"Cost":290,"Date":"4/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":64,"Cost":45,"Date":"7/10/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":747,"Cost":599,"Date":"3/25/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":362,"Cost":251,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":6,"Cost":5,"Date":"10/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":942,"Cost":643,"Date":"3/2/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":285,"Cost":271,"Date":"6/28/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":435,"Cost":321,"Date":"7/17/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":542,"Cost":372,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":17,"Cost":12,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":572,"Cost":339,"Date":"11/20/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":379,"Cost":262,"Date":"12/16/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":332,"Cost":281,"Date":"12/30/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":579,"Cost":450,"Date":"2/15/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":981,"Cost":755,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":238,"Cost":152,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":771,"Cost":479,"Date":"4/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":672,"Cost":603,"Date":"7/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":395,"Cost":201,"Date":"8/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":301,"Cost":163,"Date":"10/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":222,"Cost":115,"Date":"11/11/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":931,"Cost":504,"Date":"11/30/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":218,"Cost":196,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":558,"Cost":289,"Date":"3/1/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":980,"Cost":646,"Date":"4/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":544,"Cost":505,"Date":"5/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":189,"Cost":127,"Date":"8/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":118,"Cost":61,"Date":"9/15/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":790,"Cost":406,"Date":"10/14/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":323,"Cost":259,"Date":"10/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":465,"Cost":404,"Date":"11/11/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":796,"Cost":665,"Date":"12/7/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":601,"Cost":570,"Date":"12/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":59,"Cost":41,"Date":"1/6/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":920,"Cost":603,"Date":"1/23/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":648,"Cost":449,"Date":"2/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":606,"Cost":338,"Date":"3/10/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":248,"Cost":135,"Date":"3/12/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":85,"Cost":75,"Date":"3/31/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":442,"Cost":326,"Date":"6/16/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":413,"Cost":368,"Date":"6/17/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":845,"Cost":556,"Date":"8/27/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":338,"Cost":241,"Date":"10/1/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":842,"Cost":471,"Date":"11/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":237,"Cost":156,"Date":"11/9/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":28,"Date":"3/27/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":649,"Cost":437,"Date":"4/17/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":129,"Date":"8/11/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":871,"Date":"8/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":332,"Cost":288,"Date":"9/2/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":547,"Date":"9/5/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":700,"Cost":591,"Date":"9/14/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":734,"Date":"9/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":590,"Cost":447,"Date":"11/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":330,"Cost":211,"Date":"12/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":912,"Cost":687,"Date":"1/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":803,"Cost":692,"Date":"1/21/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":594,"Cost":552,"Date":"2/9/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":745,"Cost":380,"Date":"3/19/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":973,"Cost":718,"Date":"4/3/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":799,"Cost":438,"Date":"4/5/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":205,"Date":"4/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":88,"Cost":80,"Date":"7/10/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":980,"Cost":587,"Date":"3/25/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":609,"Cost":445,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":807,"Cost":627,"Date":"10/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":699,"Cost":539,"Date":"3/2/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":372,"Cost":339,"Date":"6/28/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":372,"Cost":311,"Date":"7/17/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":394,"Cost":216,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":596,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":583,"Cost":426,"Date":"11/20/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":469,"Cost":253,"Date":"12/16/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":535,"Date":"12/30/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":89,"Date":"2/15/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":435,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":63,"Cost":59,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":546,"Cost":448,"Date":"4/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":735,"Cost":697,"Date":"7/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":439,"Date":"8/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":250,"Cost":147,"Date":"10/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":616,"Cost":340,"Date":"11/11/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":89,"Date":"11/30/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":327,"Cost":273,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":38,"Cost":31,"Date":"3/1/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":648,"Date":"4/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":945,"Cost":786,"Date":"5/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":486,"Date":"8/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":549,"Cost":384,"Date":"9/15/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":941,"Cost":710,"Date":"10/14/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":64,"Cost":56,"Date":"10/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":564,"Cost":446,"Date":"11/11/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":308,"Cost":183,"Date":"12/7/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":882,"Cost":790,"Date":"12/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":253,"Date":"1/6/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":330,"Cost":254,"Date":"1/23/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":964,"Cost":605,"Date":"2/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":137,"Cost":107,"Date":"3/10/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":508,"Date":"3/12/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":515,"Cost":344,"Date":"3/31/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":444,"Cost":393,"Date":"6/16/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":402,"Date":"6/17/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":29,"Cost":28,"Date":"8/27/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":942,"Cost":768,"Date":"10/1/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":430,"Cost":289,"Date":"11/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Jeans","Country":"Canada","Sale":254,"Cost":183,"Date":"11/9/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":91,"Cost":61,"Date":"3/27/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":333,"Cost":273,"Date":"4/17/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":326,"Cost":220,"Date":"8/11/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":727,"Cost":480,"Date":"8/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":330,"Cost":226,"Date":"9/2/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":52,"Cost":34,"Date":"9/5/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":831,"Cost":549,"Date":"9/14/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":985,"Cost":535,"Date":"9/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":38,"Cost":35,"Date":"11/20/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":675,"Cost":392,"Date":"12/21/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":845,"Cost":760,"Date":"1/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":524,"Cost":386,"Date":"1/21/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":461,"Cost":260,"Date":"2/9/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":712,"Cost":491,"Date":"3/19/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":602,"Cost":324,"Date":"4/3/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":243,"Cost":138,"Date":"4/5/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":785,"Cost":733,"Date":"4/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":491,"Cost":460,"Date":"7/10/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":363,"Cost":340,"Date":"3/25/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":161,"Cost":82,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":755,"Cost":579,"Date":"10/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":227,"Cost":122,"Date":"3/2/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":177,"Cost":152,"Date":"6/28/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":852,"Cost":512,"Date":"7/17/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":923,"Cost":579,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":278,"Cost":219,"Date":"8/23/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":64,"Cost":40,"Date":"11/20/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":331,"Cost":167,"Date":"12/16/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":325,"Cost":243,"Date":"12/30/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":548,"Cost":463,"Date":"2/15/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":719,"Cost":359,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":510,"Cost":277,"Date":"3/7/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":93,"Cost":59,"Date":"4/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":35,"Cost":26,"Date":"7/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":321,"Cost":188,"Date":"8/18/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":436,"Cost":393,"Date":"10/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":40,"Cost":23,"Date":"11/11/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":475,"Cost":320,"Date":"11/30/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":99,"Cost":93,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":594,"Cost":353,"Date":"3/1/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":34,"Cost":19,"Date":"4/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":898,"Cost":784,"Date":"5/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":629,"Cost":425,"Date":"8/13/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":611,"Cost":432,"Date":"9/15/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":257,"Cost":139,"Date":"10/14/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":793,"Cost":559,"Date":"10/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":112,"Cost":71,"Date":"11/11/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":65,"Cost":42,"Date":"12/7/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":327,"Cost":195,"Date":"12/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":508,"Cost":354,"Date":"1/6/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":591,"Cost":423,"Date":"1/23/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":679,"Cost":540,"Date":"2/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":148,"Cost":110,"Date":"3/10/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":773,"Cost":431,"Date":"3/12/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":677,"Cost":607,"Date":"3/31/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":228,"Cost":213,"Date":"6/16/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":827,"Cost":567,"Date":"6/17/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":692,"Cost":432,"Date":"8/27/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":475,"Cost":391,"Date":"10/1/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":357,"Cost":188,"Date":"11/4/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM","Country":"Canada","Sale":948,"Cost":615,"Date":"11/9/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":276,"Cost":157,"Date":"3/27/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":822,"Cost":654,"Date":"4/17/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":350,"Date":"8/11/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":889,"Cost":742,"Date":"8/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":50,"Cost":41,"Date":"9/2/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":391,"Cost":253,"Date":"9/5/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":790,"Cost":684,"Date":"9/14/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":600,"Cost":522,"Date":"9/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":497,"Cost":283,"Date":"11/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":119,"Date":"12/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":530,"Cost":412,"Date":"1/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":304,"Cost":272,"Date":"1/21/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":671,"Cost":462,"Date":"2/9/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":354,"Date":"3/19/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":848,"Cost":520,"Date":"4/3/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":107,"Date":"4/5/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":89,"Cost":84,"Date":"4/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":766,"Cost":442,"Date":"7/10/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":323,"Date":"3/25/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":76,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":846,"Cost":610,"Date":"10/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":418,"Date":"3/2/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":283,"Date":"6/28/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":546,"Cost":458,"Date":"7/17/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":476,"Cost":392,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":90,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":540,"Date":"11/20/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":595,"Cost":300,"Date":"12/16/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":706,"Cost":463,"Date":"12/30/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":230,"Date":"2/15/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":991,"Cost":510,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":37,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":949,"Cost":850,"Date":"4/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":770,"Cost":470,"Date":"7/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":313,"Cost":273,"Date":"8/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":733,"Cost":436,"Date":"10/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":63,"Date":"11/11/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":455,"Date":"11/30/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":451,"Cost":403,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":109,"Cost":62,"Date":"3/1/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":699,"Cost":403,"Date":"4/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":613,"Cost":356,"Date":"5/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":724,"Cost":377,"Date":"8/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":695,"Cost":647,"Date":"9/15/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":759,"Cost":548,"Date":"10/14/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":707,"Cost":651,"Date":"10/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":6,"Date":"11/11/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":965,"Cost":663,"Date":"12/7/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":15,"Date":"12/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":285,"Date":"1/6/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":458,"Cost":279,"Date":"1/23/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":31,"Cost":27,"Date":"2/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":622,"Cost":545,"Date":"3/10/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":988,"Cost":496,"Date":"3/12/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":332,"Cost":220,"Date":"3/31/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":375,"Cost":213,"Date":"6/16/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":567,"Cost":333,"Date":"6/17/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":904,"Cost":483,"Date":"8/27/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":772,"Cost":508,"Date":"10/1/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":172,"Cost":149,"Date":"11/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":405,"Date":"11/9/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":393,"Date":"3/27/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":298,"Cost":160,"Date":"4/17/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":625,"Cost":394,"Date":"8/11/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":723,"Cost":521,"Date":"8/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":213,"Cost":200,"Date":"9/2/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":576,"Date":"9/5/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":236,"Date":"9/14/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":499,"Date":"9/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":691,"Cost":591,"Date":"11/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":100,"Cost":76,"Date":"12/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":780,"Cost":399,"Date":"1/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":852,"Cost":742,"Date":"1/21/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":488,"Date":"2/9/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":228,"Date":"3/19/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":536,"Cost":288,"Date":"4/3/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":354,"Cost":316,"Date":"4/5/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":731,"Cost":385,"Date":"4/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":188,"Date":"7/10/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":186,"Cost":131,"Date":"3/25/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":203,"Cost":133,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":279,"Cost":217,"Date":"10/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":960,"Cost":699,"Date":"3/2/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":833,"Cost":600,"Date":"6/28/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":226,"Date":"7/17/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":79,"Cost":54,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":380,"Cost":194,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":287,"Cost":181,"Date":"11/20/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":90,"Cost":53,"Date":"12/16/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":364,"Cost":328,"Date":"12/30/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":746,"Cost":401,"Date":"2/15/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":758,"Cost":585,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":305,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":208,"Cost":189,"Date":"4/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":146,"Cost":82,"Date":"7/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":296,"Cost":224,"Date":"8/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":6,"Date":"10/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":41,"Date":"11/11/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":69,"Cost":61,"Date":"11/30/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":1,"Cost":1,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":213,"Cost":144,"Date":"3/1/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":583,"Cost":425,"Date":"4/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":194,"Cost":108,"Date":"5/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":327,"Cost":301,"Date":"8/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":820,"Cost":687,"Date":"9/15/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":484,"Cost":346,"Date":"10/14/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":899,"Cost":521,"Date":"10/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":38,"Cost":20,"Date":"11/11/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":649,"Cost":604,"Date":"12/7/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":784,"Cost":496,"Date":"12/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":716,"Cost":641,"Date":"1/6/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":953,"Cost":781,"Date":"1/23/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":508,"Cost":287,"Date":"2/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":758,"Cost":507,"Date":"3/10/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":819,"Cost":677,"Date":"3/12/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":639,"Cost":469,"Date":"3/31/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":42,"Cost":28,"Date":"6/16/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":785,"Cost":437,"Date":"6/17/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":21,"Cost":14,"Date":"8/27/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":348,"Cost":280,"Date":"10/1/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":447,"Cost":268,"Date":"11/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":673,"Cost":473,"Date":"11/9/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":217,"Cost":110,"Date":"3/27/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":904,"Cost":485,"Date":"4/17/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":915,"Cost":717,"Date":"8/11/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":783,"Cost":552,"Date":"8/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":83,"Cost":61,"Date":"9/2/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":86,"Cost":64,"Date":"9/5/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":273,"Cost":211,"Date":"9/14/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":899,"Cost":732,"Date":"9/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":199,"Cost":161,"Date":"11/20/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":887,"Cost":713,"Date":"12/21/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":756,"Cost":651,"Date":"1/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":872,"Cost":615,"Date":"1/21/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":22,"Cost":16,"Date":"2/9/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":256,"Cost":150,"Date":"3/19/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":661,"Cost":509,"Date":"4/3/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":467,"Cost":271,"Date":"4/5/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":470,"Cost":271,"Date":"4/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":55,"Cost":43,"Date":"7/10/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":869,"Cost":797,"Date":"3/25/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":506,"Cost":455,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":282,"Cost":217,"Date":"10/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":175,"Cost":166,"Date":"3/2/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":407,"Cost":370,"Date":"6/28/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":236,"Cost":127,"Date":"7/17/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":919,"Cost":808,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":596,"Cost":423,"Date":"8/23/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":763,"Cost":437,"Date":"11/20/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":164,"Cost":91,"Date":"12/16/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":971,"Cost":757,"Date":"12/30/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":387,"Cost":361,"Date":"2/15/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":363,"Cost":250,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":96,"Cost":82,"Date":"3/7/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":202,"Cost":111,"Date":"4/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":284,"Cost":251,"Date":"7/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":413,"Cost":340,"Date":"8/18/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":607,"Cost":503,"Date":"10/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":918,"Cost":591,"Date":"11/11/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":117,"Cost":98,"Date":"11/30/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":954,"Cost":612,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":671,"Cost":466,"Date":"3/1/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":496,"Cost":376,"Date":"4/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":943,"Cost":845,"Date":"5/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":853,"Cost":668,"Date":"8/13/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":820,"Cost":759,"Date":"9/15/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":112,"Cost":56,"Date":"10/14/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":597,"Cost":399,"Date":"10/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":817,"Cost":466,"Date":"11/11/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":793,"Cost":634,"Date":"12/7/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":847,"Cost":804,"Date":"12/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":590,"Cost":329,"Date":"1/6/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":538,"Cost":440,"Date":"1/23/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":810,"Cost":517,"Date":"2/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":715,"Cost":533,"Date":"3/10/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":180,"Cost":113,"Date":"3/12/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":472,"Cost":428,"Date":"3/31/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":522,"Cost":437,"Date":"6/16/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":198,"Cost":120,"Date":"6/17/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":901,"Cost":557,"Date":"8/27/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":318,"Cost":260,"Date":"10/1/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":445,"Cost":233,"Date":"11/4/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"COS","Country":"Canada","Sale":565,"Cost":512,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":729,"Cost":536,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":804,"Cost":444,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":666,"Cost":513,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":499,"Cost":387,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":843,"Cost":590,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":441,"Cost":347,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":567,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":581,"Cost":505,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":160,"Cost":118,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":405,"Cost":292,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":442,"Cost":315,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":405,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":390,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":724,"Cost":448,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":881,"Cost":464,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":222,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":598,"Cost":533,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":226,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":184,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":237,"Cost":146,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":224,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":368,"Cost":302,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":327,"Cost":291,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":473,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":758,"Cost":553,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":133,"Cost":72,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":613,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":251,"Cost":239,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":113,"Cost":105,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":234,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":139,"Cost":78,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":546,"Cost":293,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":81,"Cost":69,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":918,"Cost":697,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":277,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":813,"Cost":556,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":321,"Cost":258,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":236,"Cost":181,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":225,"Cost":118,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":988,"Cost":757,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":952,"Cost":719,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":10,"Cost":5,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":119,"Cost":100,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":537,"Cost":445,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":152,"Cost":133,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":382,"Cost":289,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":988,"Cost":610,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":402,"Cost":262,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":618,"Cost":483,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":980,"Cost":549,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":591,"Cost":443,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":657,"Cost":482,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":360,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":18,"Cost":10,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":490,"Cost":281,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":117,"Cost":97,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":357,"Cost":281,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":338,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":144,"Cost":111,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":438,"Cost":270,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":362,"Cost":287,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":59,"Cost":49,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":423,"Cost":294,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":653,"Cost":406,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":452,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":56,"Cost":36,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":952,"Cost":800,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":420,"Cost":350,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":231,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":307,"Cost":155,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":369,"Cost":208,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":390,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":299,"Cost":277,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":764,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":874,"Cost":701,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":742,"Cost":665,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":483,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":726,"Cost":480,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":508,"Cost":351,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":334,"Cost":246,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":934,"Cost":616,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":176,"Cost":97,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":817,"Cost":471,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":620,"Cost":463,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":703,"Cost":623,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":70,"Cost":43,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":129,"Cost":120,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":61,"Cost":53,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":553,"Cost":445,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":550,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":577,"Cost":537,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":320,"Cost":271,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":795,"Cost":690,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":954,"Cost":733,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":3,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":87,"Cost":66,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":747,"Cost":529,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":376,"Cost":312,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":274,"Cost":250,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":964,"Cost":584,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":83,"Cost":69,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":995,"Cost":845,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":42,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":37,"Cost":28,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":582,"Cost":375,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":267,"Cost":142,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":715,"Cost":439,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":266,"Cost":182,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":171,"Cost":93,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":712,"Cost":595,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":997,"Cost":701,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":756,"Cost":650,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":19,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":604,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":187,"Cost":107,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":616,"Cost":484,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":455,"Cost":399,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":986,"Cost":721,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":333,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":915,"Cost":836,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":843,"Cost":544,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":661,"Cost":556,"Date":"11/9/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":275,"Cost":180,"Date":"3/27/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":438,"Cost":258,"Date":"4/17/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":867,"Cost":601,"Date":"8/11/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":850,"Cost":730,"Date":"8/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":783,"Cost":653,"Date":"9/2/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":308,"Cost":222,"Date":"9/5/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":646,"Cost":593,"Date":"9/14/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":993,"Cost":518,"Date":"9/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":938,"Cost":584,"Date":"11/20/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":17,"Cost":13,"Date":"12/21/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":13,"Cost":10,"Date":"1/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":857,"Cost":503,"Date":"1/21/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":196,"Cost":116,"Date":"2/9/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":731,"Cost":531,"Date":"3/19/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":940,"Cost":863,"Date":"4/3/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":861,"Cost":608,"Date":"4/5/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":343,"Cost":223,"Date":"4/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":422,"Cost":273,"Date":"7/10/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":522,"Cost":329,"Date":"3/25/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":356,"Cost":274,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":373,"Cost":287,"Date":"10/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":513,"Cost":329,"Date":"3/2/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":629,"Cost":559,"Date":"6/28/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":618,"Cost":531,"Date":"7/17/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":743,"Cost":419,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":486,"Cost":435,"Date":"8/23/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":910,"Cost":664,"Date":"11/20/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":415,"Cost":319,"Date":"12/16/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":771,"Cost":647,"Date":"12/30/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":665,"Cost":585,"Date":"2/15/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":745,"Cost":518,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":201,"Cost":113,"Date":"3/7/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":489,"Cost":301,"Date":"4/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":881,"Cost":694,"Date":"7/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":982,"Cost":862,"Date":"8/18/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":325,"Cost":243,"Date":"10/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":932,"Cost":846,"Date":"11/11/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":838,"Cost":513,"Date":"11/30/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":108,"Cost":89,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":355,"Cost":254,"Date":"3/1/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":43,"Cost":35,"Date":"4/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":594,"Cost":471,"Date":"5/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":994,"Cost":659,"Date":"8/13/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":617,"Cost":416,"Date":"9/15/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":638,"Cost":391,"Date":"10/14/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":804,"Cost":683,"Date":"10/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":62,"Cost":38,"Date":"11/11/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":264,"Cost":249,"Date":"12/7/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":783,"Cost":559,"Date":"12/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":495,"Cost":454,"Date":"1/6/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":603,"Cost":397,"Date":"1/23/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":618,"Cost":446,"Date":"2/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":306,"Cost":254,"Date":"3/10/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":438,"Cost":372,"Date":"3/12/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":101,"Cost":78,"Date":"3/31/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":399,"Cost":298,"Date":"6/16/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":40,"Cost":24,"Date":"6/17/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":613,"Cost":476,"Date":"8/27/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":584,"Cost":429,"Date":"10/1/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":241,"Cost":223,"Date":"11/4/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":52,"Cost":35,"Date":"11/9/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":454,"Date":"3/27/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":232,"Cost":175,"Date":"4/17/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":621,"Cost":437,"Date":"8/11/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":916,"Cost":867,"Date":"8/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":367,"Cost":256,"Date":"9/2/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":944,"Cost":641,"Date":"9/5/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":952,"Cost":479,"Date":"9/14/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":797,"Cost":476,"Date":"9/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":79,"Cost":69,"Date":"11/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":442,"Cost":387,"Date":"12/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":267,"Cost":245,"Date":"1/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":534,"Date":"1/21/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":967,"Cost":556,"Date":"2/9/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":777,"Cost":591,"Date":"3/19/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":147,"Cost":86,"Date":"4/3/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":52,"Cost":33,"Date":"4/5/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":584,"Cost":333,"Date":"4/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":574,"Cost":462,"Date":"7/10/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":4,"Date":"3/25/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":466,"Cost":315,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":841,"Cost":525,"Date":"10/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":301,"Date":"3/2/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":803,"Cost":473,"Date":"6/28/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":872,"Date":"7/17/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":818,"Cost":443,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":43,"Cost":29,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":212,"Date":"11/20/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":96,"Date":"12/16/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":339,"Cost":271,"Date":"12/30/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":25,"Cost":18,"Date":"2/15/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":358,"Cost":225,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":384,"Cost":214,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":250,"Cost":166,"Date":"4/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":275,"Cost":232,"Date":"7/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":700,"Cost":434,"Date":"8/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":458,"Cost":382,"Date":"10/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":625,"Cost":322,"Date":"11/11/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":77,"Cost":66,"Date":"11/30/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":782,"Cost":542,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":211,"Date":"3/1/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":182,"Cost":128,"Date":"4/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":490,"Cost":259,"Date":"5/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":489,"Cost":251,"Date":"8/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":70,"Cost":46,"Date":"9/15/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":993,"Cost":896,"Date":"10/14/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":658,"Cost":496,"Date":"10/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":820,"Cost":769,"Date":"11/11/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":609,"Cost":383,"Date":"12/7/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":76,"Date":"12/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":267,"Cost":166,"Date":"1/6/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":639,"Cost":582,"Date":"1/23/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":222,"Cost":202,"Date":"2/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":581,"Date":"3/10/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":800,"Cost":482,"Date":"3/12/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":120,"Cost":103,"Date":"3/31/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":641,"Cost":573,"Date":"6/16/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":426,"Cost":243,"Date":"6/17/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":826,"Cost":705,"Date":"8/27/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":317,"Cost":250,"Date":"10/1/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":904,"Cost":764,"Date":"11/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":583,"Cost":399,"Date":"11/9/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":502,"Cost":460,"Date":"3/27/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":12,"Cost":10,"Date":"4/17/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":99,"Cost":63,"Date":"8/11/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":226,"Cost":213,"Date":"8/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":406,"Cost":338,"Date":"9/2/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":338,"Cost":176,"Date":"9/5/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":341,"Cost":218,"Date":"9/14/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":516,"Date":"9/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":689,"Cost":493,"Date":"11/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":162,"Cost":115,"Date":"12/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":225,"Cost":128,"Date":"1/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":632,"Cost":567,"Date":"1/21/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":673,"Cost":583,"Date":"2/9/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":3,"Cost":2,"Date":"3/19/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":582,"Cost":396,"Date":"4/3/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":36,"Cost":29,"Date":"4/5/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":42,"Cost":40,"Date":"4/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":201,"Date":"7/10/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":464,"Cost":235,"Date":"3/25/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":412,"Cost":215,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":62,"Cost":43,"Date":"10/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":882,"Cost":504,"Date":"3/2/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":329,"Cost":295,"Date":"6/28/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":473,"Date":"7/17/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":610,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":140,"Cost":79,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":32,"Cost":21,"Date":"11/20/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":473,"Cost":364,"Date":"12/16/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":130,"Date":"12/30/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":274,"Cost":205,"Date":"2/15/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":482,"Cost":316,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":846,"Cost":691,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":461,"Date":"4/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":924,"Cost":655,"Date":"7/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":345,"Date":"8/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":123,"Date":"10/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":363,"Date":"11/11/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":30,"Cost":23,"Date":"11/30/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":356,"Cost":268,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":546,"Date":"3/1/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":760,"Cost":425,"Date":"4/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":440,"Cost":306,"Date":"5/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":847,"Cost":774,"Date":"8/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":261,"Date":"9/15/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":56,"Cost":28,"Date":"10/14/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":530,"Date":"10/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":239,"Cost":122,"Date":"11/11/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":327,"Cost":228,"Date":"12/7/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":72,"Date":"12/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":88,"Cost":62,"Date":"1/6/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":678,"Date":"1/23/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":828,"Cost":448,"Date":"2/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":341,"Cost":258,"Date":"3/10/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":20,"Cost":14,"Date":"3/12/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":847,"Cost":481,"Date":"3/31/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":789,"Cost":426,"Date":"6/16/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":187,"Cost":171,"Date":"6/17/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":948,"Cost":516,"Date":"8/27/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":400,"Date":"10/1/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":760,"Cost":515,"Date":"11/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":400,"Date":"11/9/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":270,"Date":"3/27/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":37,"Date":"4/17/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":748,"Date":"8/11/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":35,"Cost":24,"Date":"8/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":976,"Cost":883,"Date":"9/2/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":745,"Cost":539,"Date":"9/5/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":590,"Cost":383,"Date":"9/14/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":774,"Cost":459,"Date":"9/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":201,"Cost":145,"Date":"11/20/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":117,"Date":"12/21/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":541,"Cost":353,"Date":"1/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":420,"Cost":228,"Date":"1/21/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":664,"Cost":508,"Date":"2/9/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":24,"Cost":19,"Date":"3/19/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":232,"Cost":207,"Date":"4/3/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":497,"Date":"4/5/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":312,"Cost":218,"Date":"4/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":416,"Date":"7/10/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":341,"Cost":269,"Date":"3/25/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":933,"Cost":780,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":383,"Cost":219,"Date":"10/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":214,"Cost":158,"Date":"3/2/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":468,"Cost":257,"Date":"6/28/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":617,"Cost":546,"Date":"7/17/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":669,"Cost":552,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":602,"Cost":443,"Date":"8/23/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":377,"Cost":282,"Date":"11/20/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":847,"Cost":498,"Date":"12/16/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":182,"Date":"12/30/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":449,"Cost":366,"Date":"2/15/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":90,"Cost":50,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":248,"Cost":149,"Date":"3/7/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":258,"Cost":133,"Date":"4/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":741,"Cost":446,"Date":"7/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":559,"Cost":450,"Date":"8/18/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":106,"Date":"10/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":566,"Cost":514,"Date":"11/11/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":39,"Cost":32,"Date":"11/30/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":203,"Cost":174,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":166,"Cost":128,"Date":"3/1/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":756,"Cost":602,"Date":"4/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":176,"Cost":91,"Date":"5/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":3,"Date":"8/13/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":758,"Cost":658,"Date":"9/15/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":548,"Cost":306,"Date":"10/14/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":876,"Cost":823,"Date":"10/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":873,"Cost":477,"Date":"11/11/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":890,"Cost":579,"Date":"12/7/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":527,"Cost":282,"Date":"12/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":553,"Date":"1/6/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":745,"Cost":377,"Date":"1/23/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":622,"Cost":525,"Date":"2/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":1,"Date":"3/10/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":15,"Date":"3/12/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":984,"Cost":828,"Date":"3/31/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":409,"Cost":230,"Date":"6/16/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":461,"Cost":321,"Date":"6/17/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":335,"Cost":247,"Date":"8/27/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":424,"Cost":251,"Date":"10/1/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":807,"Cost":516,"Date":"11/4/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":488,"Cost":447,"Date":"11/9/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":13,"Date":"3/27/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":83,"Cost":43,"Date":"4/17/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":913,"Cost":543,"Date":"8/11/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":59,"Date":"8/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":72,"Date":"9/2/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":450,"Cost":423,"Date":"9/5/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":218,"Date":"9/14/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":62,"Cost":56,"Date":"9/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":74,"Date":"11/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":981,"Cost":875,"Date":"12/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":50,"Date":"1/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":387,"Date":"1/21/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":429,"Date":"2/9/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":698,"Cost":528,"Date":"3/19/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":416,"Date":"4/3/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":894,"Cost":639,"Date":"4/5/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":207,"Cost":138,"Date":"4/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":168,"Cost":106,"Date":"7/10/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":12,"Cost":10,"Date":"3/25/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":373,"Cost":340,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":774,"Cost":561,"Date":"10/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":704,"Cost":426,"Date":"3/2/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":397,"Cost":371,"Date":"6/28/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":441,"Date":"7/17/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":157,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":301,"Cost":243,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":436,"Cost":401,"Date":"11/20/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":516,"Cost":416,"Date":"12/16/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":320,"Cost":236,"Date":"12/30/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":260,"Date":"2/15/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":785,"Cost":477,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":260,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":490,"Cost":445,"Date":"4/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":587,"Cost":487,"Date":"7/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":400,"Cost":357,"Date":"8/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":163,"Cost":142,"Date":"10/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":218,"Cost":111,"Date":"11/11/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":898,"Cost":542,"Date":"11/30/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":13,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":412,"Cost":337,"Date":"3/1/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":429,"Cost":232,"Date":"4/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":117,"Cost":73,"Date":"5/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":50,"Cost":32,"Date":"8/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":671,"Cost":508,"Date":"9/15/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":480,"Cost":287,"Date":"10/14/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":563,"Date":"10/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":833,"Cost":769,"Date":"11/11/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":73,"Cost":47,"Date":"12/7/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":580,"Cost":343,"Date":"12/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":604,"Cost":360,"Date":"1/6/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":592,"Cost":559,"Date":"1/23/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":536,"Cost":455,"Date":"2/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":771,"Cost":430,"Date":"3/10/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":517,"Date":"3/12/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":686,"Cost":444,"Date":"3/31/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":287,"Cost":183,"Date":"6/16/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":206,"Date":"6/17/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":121,"Cost":60,"Date":"8/27/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":143,"Cost":85,"Date":"10/1/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":94,"Cost":57,"Date":"11/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":30,"Date":"11/9/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":419,"Cost":228,"Date":"3/27/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":314,"Cost":169,"Date":"4/17/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":162,"Cost":150,"Date":"8/11/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":282,"Cost":156,"Date":"8/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":449,"Date":"9/2/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":523,"Cost":370,"Date":"9/5/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":477,"Cost":442,"Date":"9/14/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":535,"Cost":432,"Date":"9/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":35,"Cost":20,"Date":"11/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":854,"Cost":480,"Date":"12/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":849,"Cost":563,"Date":"1/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":565,"Cost":335,"Date":"1/21/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":968,"Cost":490,"Date":"2/9/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":801,"Cost":568,"Date":"3/19/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":712,"Cost":428,"Date":"4/3/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":162,"Cost":147,"Date":"4/5/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":60,"Cost":49,"Date":"4/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":383,"Date":"7/10/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":739,"Cost":606,"Date":"3/25/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":280,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":271,"Cost":153,"Date":"10/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":320,"Date":"3/2/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":61,"Cost":38,"Date":"6/28/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":470,"Date":"7/17/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":676,"Cost":563,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":727,"Cost":520,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":870,"Cost":577,"Date":"11/20/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":414,"Cost":309,"Date":"12/16/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":108,"Date":"12/30/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":13,"Cost":9,"Date":"2/15/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":61,"Cost":31,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":703,"Cost":617,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":181,"Cost":125,"Date":"4/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":591,"Date":"7/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":451,"Cost":405,"Date":"8/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":353,"Cost":271,"Date":"10/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":522,"Date":"11/11/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":357,"Date":"11/30/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":481,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":639,"Cost":329,"Date":"3/1/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":422,"Date":"4/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":423,"Cost":242,"Date":"5/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":838,"Cost":636,"Date":"8/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":574,"Cost":353,"Date":"9/15/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":695,"Cost":587,"Date":"10/14/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":473,"Cost":344,"Date":"10/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":359,"Cost":183,"Date":"11/11/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":354,"Date":"12/7/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":643,"Cost":594,"Date":"12/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":430,"Cost":371,"Date":"1/6/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":674,"Date":"1/23/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":145,"Date":"2/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":553,"Date":"3/10/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":560,"Cost":424,"Date":"3/12/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":299,"Cost":214,"Date":"3/31/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":655,"Date":"6/16/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":974,"Cost":840,"Date":"6/17/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":637,"Cost":528,"Date":"8/27/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":875,"Cost":631,"Date":"10/1/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":211,"Cost":126,"Date":"11/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Jeans","Country":"Canada","Sale":167,"Cost":112,"Date":"11/9/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":544,"Cost":401,"Date":"3/27/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":691,"Cost":589,"Date":"4/17/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":163,"Cost":113,"Date":"8/11/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":924,"Cost":877,"Date":"8/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":364,"Cost":195,"Date":"9/2/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":262,"Cost":163,"Date":"9/5/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":408,"Cost":291,"Date":"9/14/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":415,"Date":"9/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":21,"Date":"11/20/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":889,"Cost":721,"Date":"12/21/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":744,"Cost":644,"Date":"1/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":474,"Cost":269,"Date":"1/21/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":475,"Cost":392,"Date":"2/9/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":605,"Cost":471,"Date":"3/19/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":144,"Cost":87,"Date":"4/3/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":782,"Cost":424,"Date":"4/5/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":799,"Cost":745,"Date":"4/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":124,"Cost":86,"Date":"7/10/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":881,"Cost":545,"Date":"3/25/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":702,"Cost":499,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":120,"Cost":62,"Date":"10/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":291,"Cost":225,"Date":"3/2/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":903,"Cost":787,"Date":"6/28/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":264,"Cost":165,"Date":"7/17/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":773,"Cost":466,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":333,"Cost":293,"Date":"8/23/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":487,"Date":"11/20/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":407,"Cost":270,"Date":"12/16/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":460,"Cost":338,"Date":"12/30/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":84,"Cost":69,"Date":"2/15/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":829,"Cost":697,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":110,"Cost":80,"Date":"3/7/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":783,"Cost":403,"Date":"4/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":630,"Cost":518,"Date":"7/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":965,"Cost":828,"Date":"8/18/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":443,"Cost":419,"Date":"10/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":175,"Date":"11/11/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":316,"Cost":203,"Date":"11/30/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":847,"Cost":778,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":742,"Cost":445,"Date":"3/1/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":662,"Cost":456,"Date":"4/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":456,"Cost":304,"Date":"5/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":78,"Cost":41,"Date":"8/13/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":366,"Cost":274,"Date":"9/15/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":132,"Date":"10/14/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":74,"Cost":69,"Date":"10/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":684,"Cost":403,"Date":"11/11/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":173,"Cost":141,"Date":"12/7/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":811,"Cost":633,"Date":"12/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":224,"Cost":200,"Date":"1/6/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":764,"Cost":671,"Date":"1/23/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":906,"Cost":471,"Date":"2/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":538,"Cost":301,"Date":"3/10/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":375,"Date":"3/12/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":435,"Date":"3/31/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":391,"Cost":362,"Date":"6/16/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":425,"Cost":387,"Date":"6/17/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":58,"Cost":29,"Date":"8/27/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":794,"Cost":685,"Date":"10/1/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":372,"Date":"11/4/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":362,"Cost":271,"Date":"11/9/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":356,"Cost":306,"Date":"3/27/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":884,"Cost":770,"Date":"4/17/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":120,"Date":"8/11/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":650,"Cost":463,"Date":"8/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":778,"Cost":706,"Date":"9/2/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":292,"Cost":196,"Date":"9/5/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":673,"Cost":374,"Date":"9/14/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":560,"Cost":318,"Date":"9/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":412,"Cost":288,"Date":"11/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":420,"Cost":290,"Date":"12/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":864,"Cost":636,"Date":"1/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":45,"Date":"1/21/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":299,"Date":"2/9/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":924,"Cost":778,"Date":"3/19/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":691,"Cost":364,"Date":"4/3/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":27,"Cost":18,"Date":"4/5/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":415,"Date":"4/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":127,"Cost":110,"Date":"7/10/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":193,"Cost":153,"Date":"3/25/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":474,"Cost":426,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":527,"Cost":347,"Date":"10/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":383,"Cost":253,"Date":"3/2/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":131,"Cost":103,"Date":"6/28/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":620,"Date":"7/17/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":495,"Cost":408,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":421,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":447,"Cost":373,"Date":"11/20/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":449,"Cost":351,"Date":"12/16/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":362,"Cost":258,"Date":"12/30/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":958,"Cost":677,"Date":"2/15/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":499,"Cost":428,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":993,"Cost":807,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":100,"Cost":68,"Date":"4/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":900,"Cost":827,"Date":"7/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":996,"Cost":632,"Date":"8/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":262,"Cost":241,"Date":"10/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":65,"Cost":48,"Date":"11/11/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":313,"Cost":235,"Date":"11/30/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":402,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":111,"Cost":62,"Date":"3/1/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":530,"Date":"4/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":726,"Cost":423,"Date":"5/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":332,"Date":"8/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":40,"Cost":35,"Date":"9/15/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":785,"Cost":564,"Date":"10/14/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":461,"Cost":347,"Date":"10/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":935,"Cost":523,"Date":"11/11/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":464,"Cost":337,"Date":"12/7/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":390,"Cost":277,"Date":"12/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":180,"Cost":92,"Date":"1/6/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":909,"Cost":760,"Date":"1/23/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":215,"Cost":160,"Date":"2/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":479,"Cost":244,"Date":"3/10/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":176,"Cost":134,"Date":"3/12/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":29,"Cost":25,"Date":"3/31/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":999,"Cost":922,"Date":"6/16/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":133,"Cost":92,"Date":"6/17/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":286,"Cost":158,"Date":"8/27/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":218,"Cost":145,"Date":"10/1/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":39,"Cost":23,"Date":"11/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"ARKET","Country":"Canada","Sale":832,"Cost":649,"Date":"11/9/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":461,"Cost":269,"Date":"3/27/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":129,"Cost":85,"Date":"4/17/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":407,"Cost":356,"Date":"8/11/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":300,"Cost":240,"Date":"8/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":192,"Cost":116,"Date":"9/2/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":731,"Cost":409,"Date":"9/5/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":15,"Cost":14,"Date":"9/14/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":667,"Cost":400,"Date":"9/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":796,"Cost":642,"Date":"11/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":644,"Cost":380,"Date":"12/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":119,"Cost":83,"Date":"1/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":448,"Cost":262,"Date":"1/21/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":824,"Cost":497,"Date":"2/9/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":749,"Cost":426,"Date":"3/19/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":691,"Cost":524,"Date":"4/3/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":111,"Cost":92,"Date":"4/5/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":683,"Cost":445,"Date":"4/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":724,"Cost":593,"Date":"7/10/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":133,"Cost":93,"Date":"3/25/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":562,"Cost":289,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":36,"Cost":32,"Date":"10/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":53,"Cost":31,"Date":"3/2/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":742,"Cost":497,"Date":"6/28/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":70,"Cost":56,"Date":"7/17/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":977,"Cost":770,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":231,"Cost":135,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":642,"Cost":539,"Date":"11/20/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":834,"Cost":540,"Date":"12/16/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":490,"Cost":248,"Date":"12/30/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":883,"Cost":472,"Date":"2/15/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":954,"Cost":856,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":524,"Cost":304,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":730,"Cost":648,"Date":"4/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":924,"Cost":784,"Date":"7/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":198,"Cost":101,"Date":"8/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":236,"Cost":220,"Date":"10/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":624,"Cost":549,"Date":"11/11/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":500,"Cost":284,"Date":"11/30/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":599,"Cost":501,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":145,"Cost":102,"Date":"3/1/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":149,"Cost":105,"Date":"4/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":761,"Cost":461,"Date":"5/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":770,"Cost":485,"Date":"8/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":422,"Cost":379,"Date":"9/15/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":527,"Cost":287,"Date":"10/14/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":175,"Cost":155,"Date":"10/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":566,"Cost":443,"Date":"11/11/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":148,"Cost":119,"Date":"12/7/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":882,"Cost":803,"Date":"12/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":672,"Cost":602,"Date":"1/6/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":925,"Cost":720,"Date":"1/23/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":153,"Cost":97,"Date":"2/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":881,"Cost":625,"Date":"3/10/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":274,"Cost":220,"Date":"3/12/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":969,"Cost":629,"Date":"3/31/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":965,"Cost":628,"Date":"6/16/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":509,"Cost":319,"Date":"6/17/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":936,"Cost":681,"Date":"8/27/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":453,"Cost":417,"Date":"10/1/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":376,"Cost":333,"Date":"11/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"HM","Country":"Canada","Sale":200,"Cost":114,"Date":"11/9/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":218,"Cost":112,"Date":"3/27/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":8,"Cost":5,"Date":"4/17/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":771,"Cost":387,"Date":"8/11/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":933,"Cost":758,"Date":"8/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":629,"Cost":449,"Date":"9/2/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":812,"Cost":769,"Date":"9/5/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":878,"Cost":583,"Date":"9/14/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":219,"Cost":146,"Date":"9/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":15,"Cost":7,"Date":"11/20/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":943,"Cost":476,"Date":"12/21/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":441,"Cost":331,"Date":"1/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":314,"Cost":273,"Date":"1/21/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":390,"Cost":322,"Date":"2/9/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":817,"Cost":646,"Date":"3/19/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":596,"Cost":337,"Date":"4/3/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":42,"Cost":29,"Date":"4/5/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":488,"Cost":305,"Date":"4/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":165,"Cost":94,"Date":"7/10/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":761,"Cost":661,"Date":"3/25/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":497,"Cost":373,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":428,"Cost":325,"Date":"10/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":182,"Cost":169,"Date":"3/2/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":833,"Cost":582,"Date":"6/28/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":720,"Cost":680,"Date":"7/17/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":918,"Cost":601,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":205,"Cost":145,"Date":"8/23/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":213,"Cost":138,"Date":"11/20/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":25,"Cost":16,"Date":"12/16/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":455,"Cost":374,"Date":"12/30/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":906,"Cost":612,"Date":"2/15/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":621,"Cost":440,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":201,"Cost":113,"Date":"3/7/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":934,"Cost":711,"Date":"4/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":432,"Cost":400,"Date":"7/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":638,"Cost":575,"Date":"8/18/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":786,"Cost":540,"Date":"10/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":871,"Cost":752,"Date":"11/11/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":286,"Cost":173,"Date":"11/30/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":324,"Cost":294,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":428,"Cost":293,"Date":"3/1/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":476,"Cost":239,"Date":"4/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":695,"Cost":646,"Date":"5/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":817,"Cost":559,"Date":"8/13/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":837,"Cost":648,"Date":"9/15/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":519,"Cost":369,"Date":"10/14/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":319,"Cost":251,"Date":"10/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":693,"Cost":455,"Date":"11/11/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":75,"Cost":40,"Date":"12/7/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":247,"Cost":174,"Date":"12/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":184,"Cost":146,"Date":"1/6/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":741,"Cost":405,"Date":"1/23/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":144,"Cost":107,"Date":"2/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":297,"Cost":209,"Date":"3/10/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":721,"Cost":446,"Date":"3/12/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":20,"Cost":15,"Date":"3/31/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":585,"Cost":397,"Date":"6/16/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":90,"Cost":79,"Date":"6/17/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":102,"Cost":53,"Date":"8/27/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":667,"Cost":629,"Date":"10/1/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":760,"Cost":422,"Date":"11/4/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":390,"Cost":300,"Date":"11/9/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":403,"Cost":355,"Date":"3/27/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":722,"Cost":465,"Date":"4/17/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":673,"Cost":570,"Date":"8/11/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":722,"Cost":543,"Date":"8/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":392,"Cost":331,"Date":"9/2/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":893,"Cost":750,"Date":"9/5/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":592,"Cost":417,"Date":"9/14/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":731,"Cost":438,"Date":"9/20/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":540,"Cost":505,"Date":"11/20/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":388,"Cost":261,"Date":"12/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":863,"Cost":451,"Date":"1/7/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":82,"Cost":48,"Date":"1/21/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":709,"Cost":556,"Date":"2/9/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":173,"Cost":88,"Date":"3/19/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":712,"Cost":480,"Date":"4/3/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":130,"Date":"4/5/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":601,"Cost":320,"Date":"4/28/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":809,"Cost":443,"Date":"7/10/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":81,"Cost":48,"Date":"3/25/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":275,"Cost":211,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":658,"Cost":608,"Date":"10/28/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":305,"Cost":229,"Date":"3/2/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":312,"Cost":177,"Date":"6/28/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":159,"Cost":93,"Date":"7/17/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":113,"Cost":98,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":253,"Cost":127,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":371,"Cost":268,"Date":"11/20/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":738,"Cost":583,"Date":"12/16/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":607,"Cost":304,"Date":"12/30/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":276,"Cost":262,"Date":"2/15/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":196,"Cost":134,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":152,"Cost":93,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":376,"Date":"4/18/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":735,"Cost":569,"Date":"7/27/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":986,"Cost":704,"Date":"8/18/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":516,"Cost":276,"Date":"10/31/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":815,"Cost":613,"Date":"11/11/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":454,"Cost":254,"Date":"11/30/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":703,"Cost":519,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":490,"Date":"3/1/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":944,"Cost":825,"Date":"4/13/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":849,"Cost":649,"Date":"5/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":957,"Cost":636,"Date":"8/13/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":850,"Cost":613,"Date":"9/15/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":763,"Cost":694,"Date":"10/14/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":498,"Cost":422,"Date":"10/28/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":174,"Cost":144,"Date":"11/11/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":292,"Cost":239,"Date":"12/7/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":937,"Cost":538,"Date":"12/21/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":903,"Cost":593,"Date":"1/6/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":520,"Date":"1/23/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":182,"Date":"2/4/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":994,"Cost":625,"Date":"3/10/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":786,"Date":"3/12/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":449,"Date":"3/31/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":282,"Cost":158,"Date":"6/16/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":67,"Cost":45,"Date":"6/17/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":709,"Cost":356,"Date":"8/27/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":413,"Date":"10/1/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":684,"Cost":599,"Date":"11/4/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":578,"Cost":443,"Date":"11/9/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":370,"Date":"3/27/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":31,"Cost":19,"Date":"4/17/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":733,"Cost":692,"Date":"8/11/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":122,"Cost":68,"Date":"8/21/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":197,"Cost":166,"Date":"9/2/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":208,"Cost":160,"Date":"9/5/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":219,"Cost":177,"Date":"9/14/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":435,"Cost":413,"Date":"9/20/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":143,"Date":"11/20/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":85,"Cost":46,"Date":"12/21/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":863,"Cost":760,"Date":"1/7/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":442,"Cost":418,"Date":"1/21/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":38,"Cost":25,"Date":"2/9/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":130,"Cost":66,"Date":"3/19/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":681,"Date":"4/3/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":138,"Cost":94,"Date":"4/5/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":220,"Date":"4/28/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":805,"Cost":541,"Date":"7/10/2019"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":840,"Date":"3/25/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":623,"Cost":502,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":720,"Cost":549,"Date":"10/28/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":451,"Cost":412,"Date":"3/2/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":77,"Cost":44,"Date":"6/28/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":115,"Cost":60,"Date":"7/17/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":205,"Cost":179,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":174,"Cost":92,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":436,"Cost":393,"Date":"11/20/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":723,"Cost":582,"Date":"12/16/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":73,"Cost":46,"Date":"12/30/2021"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":367,"Date":"2/15/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":85,"Cost":69,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":93,"Cost":68,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":531,"Cost":444,"Date":"4/18/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":54,"Cost":46,"Date":"7/27/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":737,"Cost":588,"Date":"8/18/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":359,"Date":"10/31/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":580,"Cost":428,"Date":"11/11/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":28,"Cost":25,"Date":"11/30/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":390,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":705,"Cost":533,"Date":"3/1/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":849,"Cost":587,"Date":"4/13/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":330,"Cost":307,"Date":"5/20/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":740,"Cost":438,"Date":"8/13/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":700,"Cost":602,"Date":"9/15/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":763,"Cost":626,"Date":"10/14/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":224,"Cost":126,"Date":"10/28/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":321,"Cost":185,"Date":"11/11/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":176,"Cost":160,"Date":"12/7/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":527,"Cost":429,"Date":"12/21/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":360,"Date":"1/6/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":485,"Cost":278,"Date":"1/23/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":6,"Cost":4,"Date":"2/4/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":24,"Cost":15,"Date":"3/10/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":295,"Cost":234,"Date":"3/12/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":612,"Cost":342,"Date":"3/31/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":111,"Cost":105,"Date":"6/16/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":861,"Cost":467,"Date":"6/17/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":561,"Date":"8/27/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":555,"Cost":391,"Date":"10/1/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":504,"Cost":268,"Date":"11/4/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":532,"Date":"11/9/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":261,"Cost":241,"Date":"3/27/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":246,"Cost":223,"Date":"4/17/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":682,"Date":"8/11/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":147,"Date":"8/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":150,"Cost":114,"Date":"9/2/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":20,"Cost":12,"Date":"9/5/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":281,"Cost":181,"Date":"9/14/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":309,"Date":"9/20/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":886,"Cost":557,"Date":"11/20/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":196,"Cost":164,"Date":"12/21/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":409,"Date":"1/7/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":910,"Cost":598,"Date":"1/21/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":271,"Cost":214,"Date":"2/9/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":551,"Date":"3/19/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":809,"Cost":608,"Date":"4/3/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":114,"Cost":102,"Date":"4/5/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":734,"Cost":672,"Date":"4/28/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":229,"Date":"7/10/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":56,"Cost":34,"Date":"3/25/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":436,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":988,"Cost":856,"Date":"10/28/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":224,"Cost":199,"Date":"3/2/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":441,"Cost":270,"Date":"6/28/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":116,"Cost":104,"Date":"7/17/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":280,"Cost":233,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":699,"Cost":617,"Date":"8/23/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":349,"Cost":300,"Date":"11/20/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":523,"Cost":403,"Date":"12/16/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":62,"Cost":43,"Date":"12/30/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":669,"Date":"2/15/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":149,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":663,"Cost":629,"Date":"3/7/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":402,"Cost":305,"Date":"4/18/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":104,"Cost":52,"Date":"7/27/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":700,"Cost":391,"Date":"8/18/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":608,"Cost":506,"Date":"10/31/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":285,"Cost":183,"Date":"11/11/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":66,"Cost":44,"Date":"11/30/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":209,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":70,"Date":"3/1/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":907,"Cost":674,"Date":"4/13/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":452,"Cost":409,"Date":"5/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":510,"Cost":450,"Date":"8/13/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":340,"Cost":238,"Date":"9/15/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":914,"Cost":622,"Date":"10/14/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":909,"Cost":678,"Date":"10/28/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":190,"Cost":176,"Date":"11/11/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":577,"Date":"12/7/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":197,"Cost":119,"Date":"12/21/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":586,"Cost":373,"Date":"1/6/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":746,"Cost":546,"Date":"1/23/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":372,"Date":"2/4/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":334,"Cost":258,"Date":"3/10/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":646,"Cost":502,"Date":"3/12/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":367,"Cost":223,"Date":"3/31/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":499,"Cost":262,"Date":"6/16/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":687,"Cost":466,"Date":"6/17/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":66,"Date":"8/27/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":700,"Cost":569,"Date":"10/1/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":228,"Cost":168,"Date":"11/4/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":868,"Cost":588,"Date":"11/9/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":304,"Cost":198,"Date":"3/27/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":711,"Cost":450,"Date":"4/17/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":169,"Cost":149,"Date":"8/11/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":793,"Cost":678,"Date":"8/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":389,"Cost":202,"Date":"9/2/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":137,"Cost":114,"Date":"9/5/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":63,"Cost":35,"Date":"9/14/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":803,"Cost":628,"Date":"9/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":585,"Cost":443,"Date":"11/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":738,"Cost":665,"Date":"12/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":881,"Cost":509,"Date":"1/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":341,"Cost":262,"Date":"1/21/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":119,"Cost":112,"Date":"2/9/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":993,"Cost":759,"Date":"3/19/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":801,"Cost":425,"Date":"4/3/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":250,"Cost":146,"Date":"4/5/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":981,"Cost":900,"Date":"4/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":240,"Cost":218,"Date":"7/10/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":896,"Cost":712,"Date":"3/25/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":945,"Cost":815,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":898,"Cost":548,"Date":"10/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":34,"Cost":27,"Date":"3/2/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":981,"Cost":816,"Date":"6/28/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":69,"Cost":66,"Date":"7/17/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":894,"Cost":460,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":260,"Cost":186,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":235,"Cost":155,"Date":"11/20/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":738,"Cost":534,"Date":"12/16/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":284,"Cost":257,"Date":"12/30/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":213,"Cost":164,"Date":"2/15/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":635,"Cost":548,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":137,"Cost":105,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":888,"Cost":672,"Date":"4/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":418,"Cost":289,"Date":"7/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":164,"Cost":85,"Date":"8/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":50,"Cost":42,"Date":"10/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":210,"Cost":188,"Date":"11/11/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":57,"Cost":54,"Date":"11/30/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":588,"Cost":404,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":390,"Cost":216,"Date":"3/1/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":562,"Cost":318,"Date":"4/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":316,"Cost":220,"Date":"5/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":508,"Cost":445,"Date":"8/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":960,"Cost":802,"Date":"9/15/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":328,"Cost":182,"Date":"10/14/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":238,"Cost":146,"Date":"10/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":775,"Cost":421,"Date":"11/11/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":287,"Cost":214,"Date":"12/7/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":873,"Cost":795,"Date":"12/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":482,"Cost":392,"Date":"1/6/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":299,"Cost":174,"Date":"1/23/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":640,"Cost":504,"Date":"2/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":405,"Cost":233,"Date":"3/10/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":261,"Cost":181,"Date":"3/12/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":247,"Cost":194,"Date":"3/31/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":197,"Cost":104,"Date":"6/16/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":564,"Cost":372,"Date":"6/17/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":922,"Cost":794,"Date":"8/27/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":930,"Cost":736,"Date":"10/1/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":525,"Cost":360,"Date":"11/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"COS","Country":"Canada","Sale":788,"Cost":554,"Date":"11/9/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":532,"Cost":311,"Date":"3/27/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":342,"Cost":198,"Date":"4/17/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":577,"Date":"8/11/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":380,"Cost":230,"Date":"8/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":231,"Cost":203,"Date":"9/2/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":520,"Date":"9/5/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":189,"Cost":122,"Date":"9/14/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":381,"Cost":205,"Date":"9/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":859,"Cost":438,"Date":"11/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":98,"Date":"12/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":764,"Cost":402,"Date":"1/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":568,"Cost":533,"Date":"1/21/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":572,"Cost":373,"Date":"2/9/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":688,"Cost":467,"Date":"3/19/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":117,"Cost":80,"Date":"4/3/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":72,"Cost":41,"Date":"4/5/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":949,"Cost":840,"Date":"4/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":934,"Cost":733,"Date":"7/10/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":54,"Date":"3/25/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":789,"Cost":590,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":547,"Cost":336,"Date":"10/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":435,"Cost":319,"Date":"3/2/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":631,"Cost":588,"Date":"6/28/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":414,"Cost":374,"Date":"7/17/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":965,"Cost":778,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":199,"Cost":116,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":619,"Cost":582,"Date":"11/20/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":613,"Cost":554,"Date":"12/16/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":445,"Cost":412,"Date":"12/30/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":628,"Cost":379,"Date":"2/15/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":479,"Cost":261,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":57,"Cost":34,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":947,"Cost":719,"Date":"4/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":952,"Cost":779,"Date":"7/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":83,"Cost":68,"Date":"8/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":523,"Date":"10/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":285,"Cost":246,"Date":"11/11/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":32,"Cost":22,"Date":"11/30/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":403,"Cost":201,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":460,"Cost":283,"Date":"3/1/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":737,"Cost":375,"Date":"4/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":92,"Cost":51,"Date":"5/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":976,"Cost":797,"Date":"8/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":655,"Cost":544,"Date":"9/15/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":248,"Cost":172,"Date":"10/14/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":194,"Cost":146,"Date":"10/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":93,"Cost":57,"Date":"11/11/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":769,"Cost":386,"Date":"12/7/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":997,"Cost":879,"Date":"12/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":603,"Cost":360,"Date":"1/6/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":653,"Cost":490,"Date":"1/23/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":750,"Cost":600,"Date":"2/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":919,"Cost":821,"Date":"3/10/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":487,"Cost":463,"Date":"3/12/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":973,"Cost":520,"Date":"3/31/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":544,"Date":"6/16/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":604,"Cost":354,"Date":"6/17/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":993,"Cost":497,"Date":"8/27/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":330,"Cost":264,"Date":"10/1/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":697,"Cost":482,"Date":"11/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM Home","Country":"Canada","Sale":153,"Cost":87,"Date":"11/9/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":454,"Cost":373,"Date":"3/27/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":431,"Cost":393,"Date":"4/17/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":76,"Cost":58,"Date":"8/11/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":18,"Date":"8/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":271,"Cost":214,"Date":"9/2/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":207,"Cost":127,"Date":"9/5/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":487,"Date":"9/14/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":386,"Date":"9/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":1,"Cost":1,"Date":"11/20/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":860,"Cost":478,"Date":"12/21/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":206,"Date":"1/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":485,"Cost":309,"Date":"1/21/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":50,"Cost":25,"Date":"2/9/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":152,"Date":"3/19/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":48,"Cost":25,"Date":"4/3/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":177,"Cost":159,"Date":"4/5/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":239,"Date":"4/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":120,"Cost":60,"Date":"7/10/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":104,"Cost":56,"Date":"3/25/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":768,"Cost":721,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":285,"Cost":222,"Date":"10/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":798,"Cost":402,"Date":"3/2/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":795,"Cost":589,"Date":"6/28/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":855,"Cost":768,"Date":"7/17/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":42,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":800,"Cost":552,"Date":"8/23/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":273,"Cost":149,"Date":"11/20/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":715,"Cost":593,"Date":"12/16/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":217,"Date":"12/30/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":710,"Cost":406,"Date":"2/15/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":2,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":991,"Cost":826,"Date":"3/7/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":197,"Date":"4/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":629,"Cost":349,"Date":"7/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":421,"Cost":360,"Date":"8/18/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":647,"Date":"10/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":480,"Cost":272,"Date":"11/11/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":895,"Cost":639,"Date":"11/30/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":283,"Cost":168,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":944,"Cost":497,"Date":"3/1/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":661,"Cost":391,"Date":"4/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":592,"Date":"5/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":547,"Date":"8/13/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":893,"Cost":510,"Date":"9/15/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":251,"Date":"10/14/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":612,"Cost":554,"Date":"10/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":177,"Date":"11/11/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":949,"Cost":613,"Date":"12/7/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":630,"Cost":466,"Date":"12/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":221,"Cost":194,"Date":"1/6/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":52,"Cost":48,"Date":"1/23/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":377,"Date":"2/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":494,"Date":"3/10/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":739,"Date":"3/12/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":863,"Cost":597,"Date":"3/31/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":359,"Date":"6/16/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":784,"Cost":589,"Date":"6/17/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":358,"Date":"8/27/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":245,"Cost":144,"Date":"10/1/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":209,"Cost":138,"Date":"11/4/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Jeans","Country":"Canada","Sale":745,"Cost":493,"Date":"11/9/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":670,"Cost":385,"Date":"3/27/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":154,"Date":"4/17/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":411,"Cost":328,"Date":"8/11/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":460,"Date":"8/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":901,"Cost":837,"Date":"9/2/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":851,"Cost":427,"Date":"9/5/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":379,"Cost":220,"Date":"9/14/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":50,"Cost":28,"Date":"9/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":166,"Cost":106,"Date":"11/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":33,"Date":"12/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":942,"Cost":659,"Date":"1/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":758,"Cost":641,"Date":"1/21/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":220,"Date":"2/9/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":626,"Date":"3/19/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":550,"Date":"4/3/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":451,"Cost":389,"Date":"4/5/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":379,"Cost":236,"Date":"4/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":171,"Cost":116,"Date":"7/10/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":419,"Cost":227,"Date":"3/25/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":441,"Cost":221,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":131,"Date":"10/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":974,"Cost":583,"Date":"3/2/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":688,"Date":"6/28/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":143,"Cost":87,"Date":"7/17/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":988,"Cost":809,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":249,"Cost":196,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":224,"Cost":123,"Date":"11/20/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":538,"Cost":483,"Date":"12/16/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":652,"Cost":412,"Date":"12/30/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":795,"Cost":615,"Date":"2/15/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":540,"Cost":410,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":175,"Cost":143,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":442,"Cost":232,"Date":"4/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":499,"Date":"7/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":368,"Cost":222,"Date":"8/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":404,"Date":"10/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":567,"Cost":420,"Date":"11/11/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":893,"Cost":706,"Date":"11/30/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":560,"Cost":457,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":232,"Cost":219,"Date":"3/1/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":475,"Cost":271,"Date":"4/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":645,"Cost":366,"Date":"5/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":963,"Cost":554,"Date":"8/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":816,"Date":"9/15/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":55,"Cost":27,"Date":"10/14/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":7,"Date":"10/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":410,"Cost":294,"Date":"11/11/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":377,"Date":"12/7/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":335,"Date":"12/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":283,"Cost":170,"Date":"1/6/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":264,"Cost":217,"Date":"1/23/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":951,"Cost":829,"Date":"2/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":570,"Cost":410,"Date":"3/10/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":759,"Cost":693,"Date":"3/12/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":435,"Cost":322,"Date":"3/31/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":201,"Date":"6/16/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":789,"Cost":516,"Date":"6/17/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":275,"Cost":253,"Date":"8/27/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":261,"Date":"10/1/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":413,"Cost":349,"Date":"11/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Jeans","Country":"Canada","Sale":268,"Cost":136,"Date":"11/9/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":510,"Cost":310,"Date":"3/27/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":175,"Cost":97,"Date":"4/17/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":348,"Cost":214,"Date":"8/11/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":645,"Cost":362,"Date":"8/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":290,"Cost":172,"Date":"9/2/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":608,"Cost":556,"Date":"9/5/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":46,"Cost":36,"Date":"9/14/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":208,"Cost":137,"Date":"9/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":565,"Cost":423,"Date":"11/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":58,"Date":"12/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":664,"Date":"1/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":236,"Cost":122,"Date":"1/21/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":696,"Date":"2/9/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":583,"Cost":425,"Date":"3/19/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":128,"Cost":116,"Date":"4/3/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":177,"Cost":94,"Date":"4/5/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":867,"Cost":524,"Date":"4/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":863,"Cost":594,"Date":"7/10/2019"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":239,"Cost":175,"Date":"3/25/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":454,"Cost":295,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":324,"Cost":168,"Date":"10/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":779,"Cost":508,"Date":"3/2/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":371,"Cost":273,"Date":"6/28/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":20,"Cost":12,"Date":"7/17/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":29,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":717,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":517,"Cost":437,"Date":"11/20/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":553,"Cost":414,"Date":"12/16/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":314,"Cost":298,"Date":"12/30/2021"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":188,"Cost":154,"Date":"2/15/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":604,"Cost":557,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":418,"Cost":274,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":993,"Cost":638,"Date":"4/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":45,"Cost":38,"Date":"7/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":200,"Date":"8/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":448,"Cost":240,"Date":"10/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":394,"Date":"11/11/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":502,"Cost":400,"Date":"11/30/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":402,"Cost":274,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":917,"Cost":805,"Date":"3/1/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":259,"Cost":185,"Date":"4/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":523,"Date":"5/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":493,"Cost":283,"Date":"8/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":689,"Date":"9/15/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":512,"Cost":368,"Date":"10/14/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":492,"Date":"10/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":717,"Cost":388,"Date":"11/11/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":320,"Cost":240,"Date":"12/7/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":289,"Cost":228,"Date":"12/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":803,"Cost":709,"Date":"1/6/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":792,"Cost":525,"Date":"1/23/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":784,"Cost":458,"Date":"2/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":303,"Cost":226,"Date":"3/10/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":637,"Cost":373,"Date":"3/12/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":407,"Date":"3/31/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":616,"Cost":376,"Date":"6/16/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":800,"Cost":565,"Date":"6/17/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":185,"Cost":147,"Date":"8/27/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":106,"Date":"10/1/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":721,"Cost":593,"Date":"11/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":507,"Cost":356,"Date":"11/9/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":479,"Date":"3/27/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":294,"Cost":255,"Date":"4/17/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":231,"Cost":128,"Date":"8/11/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":247,"Date":"8/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":524,"Cost":284,"Date":"9/2/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":529,"Cost":498,"Date":"9/5/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":240,"Date":"9/14/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":21,"Cost":16,"Date":"9/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":867,"Cost":470,"Date":"11/20/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":843,"Cost":508,"Date":"12/21/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":122,"Cost":94,"Date":"1/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":45,"Cost":33,"Date":"1/21/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":126,"Cost":90,"Date":"2/9/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":54,"Cost":40,"Date":"3/19/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":421,"Cost":336,"Date":"4/3/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":930,"Cost":864,"Date":"4/5/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":583,"Date":"4/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":729,"Cost":596,"Date":"7/10/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":876,"Cost":674,"Date":"3/25/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":54,"Cost":38,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":236,"Cost":174,"Date":"10/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":100,"Cost":93,"Date":"3/2/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":813,"Cost":413,"Date":"6/28/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":260,"Date":"7/17/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":643,"Cost":473,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":27,"Cost":24,"Date":"8/23/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":168,"Cost":129,"Date":"11/20/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":223,"Cost":168,"Date":"12/16/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":194,"Date":"12/30/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":301,"Cost":155,"Date":"2/15/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":493,"Cost":317,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":596,"Cost":393,"Date":"3/7/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":245,"Cost":130,"Date":"4/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":759,"Cost":388,"Date":"7/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":753,"Cost":654,"Date":"8/18/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":384,"Date":"10/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":153,"Cost":130,"Date":"11/11/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":174,"Cost":115,"Date":"11/30/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":175,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":479,"Date":"3/1/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":795,"Cost":520,"Date":"4/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":25,"Cost":19,"Date":"5/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":367,"Cost":231,"Date":"8/13/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":718,"Cost":476,"Date":"9/15/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":995,"Cost":816,"Date":"10/14/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":693,"Date":"10/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":186,"Cost":131,"Date":"11/11/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":226,"Date":"12/7/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":475,"Cost":248,"Date":"12/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":621,"Cost":391,"Date":"1/6/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":107,"Cost":55,"Date":"1/23/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":30,"Cost":21,"Date":"2/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":529,"Cost":389,"Date":"3/10/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":318,"Cost":234,"Date":"3/12/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":164,"Cost":148,"Date":"3/31/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":766,"Cost":598,"Date":"6/16/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":799,"Cost":574,"Date":"6/17/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":993,"Cost":684,"Date":"8/27/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":668,"Cost":403,"Date":"10/1/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":350,"Cost":242,"Date":"11/4/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":952,"Cost":869,"Date":"11/9/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":615,"Cost":325,"Date":"3/27/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":184,"Cost":160,"Date":"4/17/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":967,"Cost":497,"Date":"8/11/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":553,"Cost":410,"Date":"8/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":592,"Cost":477,"Date":"9/2/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":372,"Cost":274,"Date":"9/5/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":627,"Cost":501,"Date":"9/14/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":802,"Cost":592,"Date":"9/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":83,"Cost":61,"Date":"11/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":172,"Cost":148,"Date":"12/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":851,"Cost":592,"Date":"1/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":270,"Cost":137,"Date":"1/21/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":323,"Cost":176,"Date":"2/9/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":659,"Cost":419,"Date":"3/19/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":454,"Cost":377,"Date":"4/3/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":863,"Cost":486,"Date":"4/5/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":949,"Cost":750,"Date":"4/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":53,"Cost":33,"Date":"7/10/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":962,"Cost":914,"Date":"3/25/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":273,"Cost":234,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":168,"Cost":131,"Date":"10/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":356,"Cost":262,"Date":"3/2/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":426,"Cost":367,"Date":"6/28/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":807,"Cost":605,"Date":"7/17/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":660,"Cost":521,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":112,"Cost":87,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":502,"Cost":362,"Date":"11/20/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":731,"Cost":518,"Date":"12/16/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":538,"Cost":412,"Date":"12/30/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":485,"Cost":451,"Date":"2/15/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":674,"Cost":628,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":471,"Cost":342,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":828,"Cost":449,"Date":"4/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":261,"Cost":207,"Date":"7/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":947,"Cost":628,"Date":"8/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":85,"Cost":45,"Date":"10/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":732,"Cost":537,"Date":"11/11/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":156,"Cost":83,"Date":"11/30/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":918,"Cost":871,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":935,"Cost":682,"Date":"3/1/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":879,"Cost":504,"Date":"4/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":160,"Cost":112,"Date":"5/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":734,"Cost":468,"Date":"8/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":440,"Cost":340,"Date":"9/15/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":349,"Cost":197,"Date":"10/14/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":830,"Cost":435,"Date":"10/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":73,"Cost":47,"Date":"11/11/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":115,"Cost":61,"Date":"12/7/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":683,"Cost":597,"Date":"12/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":237,"Cost":182,"Date":"1/6/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":486,"Cost":405,"Date":"1/23/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":375,"Cost":288,"Date":"2/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":232,"Cost":207,"Date":"3/10/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":611,"Cost":379,"Date":"3/12/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":491,"Cost":365,"Date":"3/31/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":871,"Cost":570,"Date":"6/16/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":38,"Cost":29,"Date":"6/17/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":483,"Cost":388,"Date":"8/27/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":602,"Cost":342,"Date":"10/1/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":196,"Cost":109,"Date":"11/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":616,"Cost":577,"Date":"11/9/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":8,"Cost":4,"Date":"3/27/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":277,"Cost":211,"Date":"4/17/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":486,"Cost":356,"Date":"8/11/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":14,"Cost":13,"Date":"8/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":274,"Cost":151,"Date":"9/2/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":744,"Cost":504,"Date":"9/5/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":814,"Cost":773,"Date":"9/14/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":50,"Cost":45,"Date":"9/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":329,"Cost":236,"Date":"11/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":931,"Cost":842,"Date":"12/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":469,"Cost":442,"Date":"1/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":590,"Cost":459,"Date":"1/21/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":109,"Cost":82,"Date":"2/9/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":593,"Cost":559,"Date":"3/19/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":250,"Cost":215,"Date":"4/3/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":599,"Cost":537,"Date":"4/5/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":32,"Cost":23,"Date":"4/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":883,"Cost":470,"Date":"7/10/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":146,"Cost":121,"Date":"3/25/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":920,"Cost":828,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":501,"Cost":270,"Date":"10/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":171,"Cost":162,"Date":"3/2/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":620,"Cost":460,"Date":"6/28/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":583,"Cost":536,"Date":"7/17/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":164,"Cost":90,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":140,"Cost":118,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":646,"Cost":446,"Date":"11/20/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":553,"Cost":467,"Date":"12/16/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":933,"Cost":730,"Date":"12/30/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":830,"Cost":435,"Date":"2/15/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":564,"Cost":408,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":732,"Cost":516,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":185,"Cost":131,"Date":"4/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":711,"Cost":467,"Date":"7/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":738,"Cost":596,"Date":"8/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":851,"Cost":600,"Date":"10/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":730,"Cost":650,"Date":"11/11/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":941,"Cost":581,"Date":"11/30/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":368,"Cost":193,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":259,"Cost":178,"Date":"3/1/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":867,"Cost":669,"Date":"4/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":468,"Cost":343,"Date":"5/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":975,"Cost":858,"Date":"8/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":101,"Cost":79,"Date":"9/15/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":747,"Cost":622,"Date":"10/14/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":152,"Cost":97,"Date":"10/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":987,"Cost":530,"Date":"11/11/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":277,"Cost":214,"Date":"12/7/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":205,"Cost":180,"Date":"12/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":828,"Cost":548,"Date":"1/6/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":332,"Cost":173,"Date":"1/23/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":40,"Cost":22,"Date":"2/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":622,"Cost":435,"Date":"3/10/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":743,"Cost":616,"Date":"3/12/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":649,"Cost":491,"Date":"3/31/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":531,"Cost":338,"Date":"6/16/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":976,"Cost":549,"Date":"6/17/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":634,"Cost":533,"Date":"8/27/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":469,"Cost":442,"Date":"10/1/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":11,"Cost":8,"Date":"11/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":34,"Cost":21,"Date":"11/9/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":417,"Cost":384,"Date":"3/27/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":591,"Cost":406,"Date":"4/17/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":780,"Cost":569,"Date":"8/11/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":367,"Cost":290,"Date":"8/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":825,"Cost":669,"Date":"9/2/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":914,"Cost":537,"Date":"9/5/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":932,"Cost":780,"Date":"9/14/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":76,"Cost":59,"Date":"9/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":386,"Cost":235,"Date":"11/20/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":806,"Cost":481,"Date":"12/21/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":432,"Cost":289,"Date":"1/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":631,"Cost":326,"Date":"1/21/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":604,"Cost":463,"Date":"2/9/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":785,"Cost":615,"Date":"3/19/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":325,"Cost":271,"Date":"4/3/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":222,"Cost":198,"Date":"4/5/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":621,"Cost":498,"Date":"4/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":15,"Cost":10,"Date":"7/10/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":711,"Cost":484,"Date":"3/25/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":770,"Cost":469,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":58,"Cost":35,"Date":"10/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":316,"Cost":291,"Date":"3/2/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":338,"Cost":271,"Date":"6/28/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":600,"Cost":448,"Date":"7/17/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":337,"Cost":205,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":263,"Cost":239,"Date":"8/23/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":900,"Cost":465,"Date":"11/20/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":967,"Cost":827,"Date":"12/16/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":208,"Cost":110,"Date":"12/30/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":955,"Cost":489,"Date":"2/15/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":445,"Cost":372,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":929,"Cost":769,"Date":"3/7/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":75,"Cost":46,"Date":"4/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":521,"Cost":332,"Date":"7/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":573,"Cost":388,"Date":"8/18/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":595,"Cost":484,"Date":"10/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":49,"Cost":30,"Date":"11/11/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":778,"Cost":482,"Date":"11/30/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":114,"Cost":84,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":35,"Cost":21,"Date":"3/1/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":105,"Cost":67,"Date":"4/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":412,"Cost":225,"Date":"5/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":27,"Cost":26,"Date":"8/13/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":831,"Cost":490,"Date":"9/15/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":463,"Cost":423,"Date":"10/14/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":912,"Cost":632,"Date":"10/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":887,"Cost":610,"Date":"11/11/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":927,"Cost":522,"Date":"12/7/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":796,"Cost":559,"Date":"12/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":727,"Cost":541,"Date":"1/6/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":688,"Cost":484,"Date":"1/23/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":348,"Cost":217,"Date":"2/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":968,"Cost":891,"Date":"3/10/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":662,"Cost":628,"Date":"3/12/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":522,"Cost":314,"Date":"3/31/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":480,"Cost":248,"Date":"6/16/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":350,"Cost":301,"Date":"6/17/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":948,"Cost":784,"Date":"8/27/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":648,"Cost":448,"Date":"10/1/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":839,"Cost":725,"Date":"11/4/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":347,"Cost":232,"Date":"11/9/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":960,"Cost":860,"Date":"3/27/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":324,"Cost":212,"Date":"4/17/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":241,"Cost":203,"Date":"8/11/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":898,"Cost":829,"Date":"8/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":433,"Date":"9/2/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":494,"Cost":385,"Date":"9/5/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":992,"Cost":865,"Date":"9/14/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":438,"Cost":372,"Date":"9/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":1000,"Cost":833,"Date":"11/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":774,"Cost":659,"Date":"12/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":425,"Cost":307,"Date":"1/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":685,"Cost":381,"Date":"1/21/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":763,"Cost":425,"Date":"2/9/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":949,"Cost":642,"Date":"3/19/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":230,"Cost":171,"Date":"4/3/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":68,"Date":"4/5/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":68,"Cost":54,"Date":"4/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":291,"Cost":157,"Date":"7/10/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":978,"Cost":752,"Date":"3/25/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":610,"Cost":369,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":552,"Cost":442,"Date":"10/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":618,"Cost":425,"Date":"3/2/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":846,"Cost":679,"Date":"6/28/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":95,"Cost":88,"Date":"7/17/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":59,"Cost":53,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":110,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":578,"Cost":323,"Date":"11/20/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":722,"Cost":548,"Date":"12/16/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":782,"Cost":422,"Date":"12/30/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":771,"Cost":430,"Date":"2/15/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":777,"Cost":679,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":419,"Cost":337,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":50,"Cost":26,"Date":"4/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":769,"Cost":517,"Date":"7/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":226,"Cost":136,"Date":"8/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":26,"Cost":13,"Date":"10/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":154,"Date":"11/11/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":887,"Cost":613,"Date":"11/30/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":38,"Cost":31,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":522,"Cost":429,"Date":"3/1/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":697,"Cost":367,"Date":"4/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":564,"Cost":432,"Date":"5/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":41,"Cost":21,"Date":"8/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":400,"Cost":329,"Date":"9/15/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":121,"Cost":60,"Date":"10/14/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":494,"Cost":434,"Date":"10/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":830,"Cost":660,"Date":"11/11/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":458,"Cost":371,"Date":"12/7/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":642,"Date":"12/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":124,"Cost":101,"Date":"1/6/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":711,"Cost":635,"Date":"1/23/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":62,"Date":"2/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":612,"Date":"3/10/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":912,"Cost":733,"Date":"3/12/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":318,"Cost":298,"Date":"3/31/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":1000,"Cost":515,"Date":"6/16/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":456,"Cost":284,"Date":"6/17/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":253,"Cost":231,"Date":"8/27/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":919,"Cost":740,"Date":"10/1/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":466,"Date":"11/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":814,"Cost":528,"Date":"11/9/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":714,"Cost":441,"Date":"3/27/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":279,"Cost":161,"Date":"4/17/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":647,"Cost":531,"Date":"8/11/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":857,"Cost":503,"Date":"8/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":306,"Cost":157,"Date":"9/2/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":431,"Cost":275,"Date":"9/5/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":971,"Cost":494,"Date":"9/14/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":359,"Cost":332,"Date":"9/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":31,"Cost":20,"Date":"11/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":658,"Cost":560,"Date":"12/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":561,"Cost":454,"Date":"1/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":692,"Cost":348,"Date":"1/21/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":639,"Cost":524,"Date":"2/9/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":558,"Cost":513,"Date":"3/19/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":442,"Cost":322,"Date":"4/3/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":896,"Cost":644,"Date":"4/5/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":301,"Cost":199,"Date":"4/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":256,"Cost":173,"Date":"7/10/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":967,"Cost":875,"Date":"3/25/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":544,"Cost":453,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":499,"Cost":285,"Date":"10/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":586,"Cost":488,"Date":"3/2/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":338,"Cost":193,"Date":"6/28/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":406,"Cost":212,"Date":"7/17/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":721,"Cost":637,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":559,"Cost":298,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":242,"Cost":161,"Date":"11/20/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":41,"Cost":31,"Date":"12/16/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":537,"Cost":354,"Date":"12/30/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":67,"Cost":63,"Date":"2/15/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":355,"Cost":335,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":686,"Cost":631,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":699,"Cost":438,"Date":"4/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":628,"Cost":547,"Date":"7/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":393,"Cost":337,"Date":"8/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":320,"Cost":299,"Date":"10/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":929,"Cost":882,"Date":"11/11/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":844,"Cost":429,"Date":"11/30/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":582,"Cost":329,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":32,"Cost":29,"Date":"3/1/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":310,"Cost":182,"Date":"4/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":730,"Cost":632,"Date":"5/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":570,"Cost":395,"Date":"8/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":202,"Cost":189,"Date":"9/15/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":688,"Cost":566,"Date":"10/14/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":12,"Cost":7,"Date":"10/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":25,"Cost":14,"Date":"11/11/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":281,"Cost":231,"Date":"12/7/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":200,"Cost":164,"Date":"12/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":143,"Cost":134,"Date":"1/6/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":541,"Cost":388,"Date":"1/23/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":145,"Cost":92,"Date":"2/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":526,"Cost":433,"Date":"3/10/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":585,"Cost":417,"Date":"3/12/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":607,"Cost":361,"Date":"3/31/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":28,"Cost":16,"Date":"6/16/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":89,"Cost":77,"Date":"6/17/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":751,"Cost":647,"Date":"8/27/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":822,"Cost":773,"Date":"10/1/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":604,"Cost":562,"Date":"11/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":28,"Cost":24,"Date":"11/9/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":161,"Cost":91,"Date":"3/27/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":219,"Cost":182,"Date":"4/17/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":998,"Cost":707,"Date":"8/11/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":484,"Cost":409,"Date":"8/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":337,"Cost":218,"Date":"9/2/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":144,"Date":"9/5/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":465,"Cost":423,"Date":"9/14/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":541,"Date":"9/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":145,"Cost":127,"Date":"11/20/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":356,"Date":"12/21/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":98,"Cost":63,"Date":"1/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":141,"Cost":100,"Date":"1/21/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":148,"Cost":81,"Date":"2/9/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":141,"Cost":90,"Date":"3/19/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":979,"Cost":699,"Date":"4/3/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":221,"Cost":167,"Date":"4/5/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":596,"Cost":536,"Date":"4/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":566,"Date":"7/10/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":243,"Cost":223,"Date":"3/25/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":604,"Cost":541,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":783,"Cost":650,"Date":"10/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":683,"Cost":358,"Date":"3/2/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":468,"Cost":322,"Date":"6/28/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":221,"Cost":174,"Date":"7/17/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":113,"Cost":61,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":754,"Cost":616,"Date":"8/23/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":207,"Cost":124,"Date":"11/20/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":357,"Date":"12/16/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":754,"Cost":413,"Date":"12/30/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":348,"Cost":217,"Date":"2/15/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":176,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":645,"Cost":444,"Date":"3/7/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":635,"Cost":343,"Date":"4/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":607,"Cost":542,"Date":"7/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":951,"Cost":730,"Date":"8/18/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":666,"Cost":534,"Date":"10/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":186,"Date":"11/11/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":211,"Cost":178,"Date":"11/30/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":625,"Cost":345,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":215,"Cost":194,"Date":"3/1/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":440,"Cost":408,"Date":"4/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":478,"Cost":301,"Date":"5/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":372,"Date":"8/13/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":722,"Cost":564,"Date":"9/15/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":140,"Cost":113,"Date":"10/14/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":770,"Cost":716,"Date":"10/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":691,"Cost":628,"Date":"11/11/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":286,"Cost":253,"Date":"12/7/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":627,"Cost":458,"Date":"12/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":284,"Date":"1/6/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":67,"Cost":58,"Date":"1/23/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":977,"Cost":494,"Date":"2/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":833,"Cost":615,"Date":"3/10/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":15,"Cost":11,"Date":"3/12/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":473,"Cost":423,"Date":"3/31/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":216,"Cost":180,"Date":"6/16/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":769,"Cost":640,"Date":"6/17/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":78,"Cost":61,"Date":"8/27/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":857,"Cost":749,"Date":"10/1/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":691,"Cost":379,"Date":"11/4/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":446,"Date":"11/9/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":39,"Cost":22,"Date":"3/27/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":517,"Cost":443,"Date":"4/17/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":600,"Cost":464,"Date":"8/11/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":573,"Cost":530,"Date":"8/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":908,"Cost":788,"Date":"9/2/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":75,"Cost":47,"Date":"9/5/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":118,"Cost":77,"Date":"9/14/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":904,"Cost":570,"Date":"9/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":41,"Cost":39,"Date":"11/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":131,"Cost":74,"Date":"12/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":885,"Cost":810,"Date":"1/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":983,"Cost":566,"Date":"1/21/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":587,"Cost":486,"Date":"2/9/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":7,"Cost":3,"Date":"3/19/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":483,"Cost":320,"Date":"4/3/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":592,"Cost":486,"Date":"4/5/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":443,"Cost":230,"Date":"4/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":982,"Cost":717,"Date":"7/10/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":719,"Cost":363,"Date":"3/25/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":523,"Cost":325,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":555,"Cost":340,"Date":"10/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":464,"Cost":287,"Date":"3/2/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":123,"Cost":116,"Date":"6/28/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":209,"Cost":145,"Date":"7/17/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":108,"Cost":102,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":703,"Cost":512,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":484,"Cost":437,"Date":"11/20/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":621,"Cost":528,"Date":"12/16/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":135,"Cost":91,"Date":"12/30/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":86,"Cost":58,"Date":"2/15/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":97,"Cost":73,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":900,"Cost":469,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":716,"Cost":463,"Date":"4/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":624,"Cost":400,"Date":"7/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":79,"Cost":62,"Date":"8/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":568,"Cost":410,"Date":"10/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":227,"Cost":140,"Date":"11/11/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":991,"Cost":625,"Date":"11/30/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":709,"Cost":484,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":365,"Cost":186,"Date":"3/1/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":74,"Cost":42,"Date":"4/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":775,"Cost":600,"Date":"5/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":286,"Cost":216,"Date":"8/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":645,"Cost":493,"Date":"9/15/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":404,"Cost":300,"Date":"10/14/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":341,"Cost":258,"Date":"10/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":729,"Cost":480,"Date":"11/11/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":552,"Cost":495,"Date":"12/7/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":661,"Cost":542,"Date":"12/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":810,"Cost":629,"Date":"1/6/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":561,"Cost":288,"Date":"1/23/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":253,"Cost":127,"Date":"2/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":510,"Cost":356,"Date":"3/10/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":742,"Cost":676,"Date":"3/12/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":954,"Cost":630,"Date":"3/31/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":496,"Cost":377,"Date":"6/16/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":709,"Cost":593,"Date":"6/17/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":620,"Cost":557,"Date":"8/27/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":291,"Cost":211,"Date":"10/1/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":107,"Cost":79,"Date":"11/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":700,"Cost":562,"Date":"11/9/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":8,"Cost":8,"Date":"3/27/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":828,"Cost":484,"Date":"4/17/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":131,"Cost":120,"Date":"8/11/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":242,"Cost":214,"Date":"8/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":781,"Cost":733,"Date":"9/2/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":420,"Cost":210,"Date":"9/5/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":473,"Cost":438,"Date":"9/14/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":491,"Cost":350,"Date":"9/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":497,"Cost":334,"Date":"11/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":538,"Cost":385,"Date":"12/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":59,"Cost":43,"Date":"1/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":284,"Cost":148,"Date":"1/21/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":398,"Cost":232,"Date":"2/9/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":552,"Cost":383,"Date":"3/19/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":379,"Cost":249,"Date":"4/3/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":390,"Cost":285,"Date":"4/5/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":358,"Cost":194,"Date":"4/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":302,"Cost":151,"Date":"7/10/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":463,"Cost":262,"Date":"3/25/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":213,"Cost":131,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":992,"Cost":807,"Date":"10/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":931,"Cost":611,"Date":"3/2/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":595,"Cost":344,"Date":"6/28/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":413,"Cost":365,"Date":"7/17/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":732,"Cost":529,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":346,"Cost":286,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":83,"Cost":54,"Date":"11/20/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":815,"Cost":598,"Date":"12/16/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":999,"Cost":939,"Date":"12/30/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":608,"Cost":424,"Date":"2/15/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":536,"Cost":484,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":697,"Cost":605,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":44,"Cost":34,"Date":"4/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":939,"Cost":627,"Date":"7/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":255,"Cost":170,"Date":"8/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":706,"Cost":382,"Date":"10/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":241,"Cost":166,"Date":"11/11/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":13,"Cost":6,"Date":"11/30/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":161,"Cost":148,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":931,"Cost":592,"Date":"3/1/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":8,"Cost":6,"Date":"4/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":812,"Cost":599,"Date":"5/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":472,"Cost":383,"Date":"8/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":491,"Cost":414,"Date":"9/15/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":273,"Cost":188,"Date":"10/14/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":6,"Cost":5,"Date":"10/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":918,"Cost":683,"Date":"11/11/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":367,"Cost":320,"Date":"12/7/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":342,"Cost":237,"Date":"12/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":462,"Cost":318,"Date":"1/6/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":808,"Cost":737,"Date":"1/23/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":312,"Cost":202,"Date":"2/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":936,"Cost":548,"Date":"3/10/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":958,"Cost":661,"Date":"3/12/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":410,"Cost":240,"Date":"3/31/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":447,"Cost":401,"Date":"6/16/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":125,"Cost":74,"Date":"6/17/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":330,"Cost":303,"Date":"8/27/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":772,"Cost":437,"Date":"10/1/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":723,"Cost":672,"Date":"11/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":52,"Cost":34,"Date":"11/9/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":167,"Cost":121,"Date":"3/27/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":385,"Cost":318,"Date":"4/17/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":320,"Cost":226,"Date":"8/11/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":898,"Cost":818,"Date":"8/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":2,"Date":"9/2/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":444,"Cost":386,"Date":"9/5/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":704,"Cost":532,"Date":"9/14/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":644,"Cost":461,"Date":"9/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":422,"Date":"11/20/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":604,"Cost":430,"Date":"12/21/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":475,"Date":"1/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":845,"Cost":795,"Date":"1/21/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":475,"Cost":281,"Date":"2/9/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":382,"Date":"3/19/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":691,"Cost":467,"Date":"4/3/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":937,"Cost":482,"Date":"4/5/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":796,"Cost":578,"Date":"4/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":212,"Cost":115,"Date":"7/10/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":116,"Cost":75,"Date":"3/25/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":570,"Cost":373,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":705,"Date":"10/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":584,"Cost":408,"Date":"3/2/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":591,"Cost":558,"Date":"6/28/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":89,"Date":"7/17/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":676,"Cost":558,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":543,"Cost":406,"Date":"8/23/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":618,"Date":"11/20/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":127,"Cost":106,"Date":"12/16/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":806,"Cost":632,"Date":"12/30/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":429,"Date":"2/15/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":496,"Cost":303,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":950,"Cost":552,"Date":"3/7/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":315,"Date":"4/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":820,"Cost":542,"Date":"7/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":425,"Cost":224,"Date":"8/18/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":825,"Cost":488,"Date":"10/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":647,"Cost":361,"Date":"11/11/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":910,"Cost":753,"Date":"11/30/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":97,"Cost":52,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":285,"Cost":216,"Date":"3/1/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":708,"Cost":415,"Date":"4/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":575,"Date":"5/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":867,"Cost":735,"Date":"8/13/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":265,"Date":"9/15/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":816,"Cost":461,"Date":"10/14/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":71,"Cost":43,"Date":"10/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":827,"Cost":579,"Date":"11/11/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":85,"Date":"12/7/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":125,"Cost":75,"Date":"12/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":396,"Cost":348,"Date":"1/6/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":161,"Date":"1/23/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":639,"Date":"2/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":801,"Cost":511,"Date":"3/10/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":513,"Cost":463,"Date":"3/12/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":389,"Cost":363,"Date":"3/31/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":653,"Cost":392,"Date":"6/16/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":245,"Cost":155,"Date":"6/17/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":216,"Cost":148,"Date":"8/27/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":698,"Cost":549,"Date":"10/1/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":299,"Cost":157,"Date":"11/4/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":749,"Cost":464,"Date":"11/9/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":260,"Cost":141,"Date":"3/27/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":22,"Cost":19,"Date":"4/17/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":101,"Cost":57,"Date":"8/11/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":948,"Cost":584,"Date":"8/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":858,"Cost":601,"Date":"9/2/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":1000,"Cost":944,"Date":"9/5/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":50,"Cost":36,"Date":"9/14/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":790,"Cost":514,"Date":"9/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":345,"Date":"11/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":25,"Date":"12/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":568,"Cost":429,"Date":"1/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":805,"Cost":640,"Date":"1/21/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":669,"Cost":411,"Date":"2/9/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":328,"Date":"3/19/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":142,"Cost":84,"Date":"4/3/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":880,"Cost":718,"Date":"4/5/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":273,"Cost":195,"Date":"4/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":385,"Cost":347,"Date":"7/10/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":946,"Cost":620,"Date":"3/25/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":186,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":772,"Cost":448,"Date":"10/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":84,"Cost":73,"Date":"3/2/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":428,"Date":"6/28/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":519,"Cost":447,"Date":"7/17/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":234,"Cost":172,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":720,"Cost":542,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":598,"Date":"11/20/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":579,"Cost":438,"Date":"12/16/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":301,"Cost":247,"Date":"12/30/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":158,"Cost":96,"Date":"2/15/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":587,"Cost":537,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":368,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":639,"Cost":415,"Date":"4/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":916,"Cost":754,"Date":"7/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":39,"Cost":30,"Date":"8/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":601,"Cost":380,"Date":"10/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":241,"Date":"11/11/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":63,"Cost":37,"Date":"11/30/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":713,"Cost":514,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":501,"Cost":410,"Date":"3/1/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":470,"Cost":429,"Date":"4/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":439,"Cost":293,"Date":"5/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":528,"Cost":379,"Date":"8/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":391,"Cost":264,"Date":"9/15/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":613,"Cost":550,"Date":"10/14/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":913,"Cost":495,"Date":"10/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":441,"Cost":324,"Date":"11/11/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":93,"Cost":53,"Date":"12/7/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":448,"Cost":256,"Date":"12/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":990,"Cost":590,"Date":"1/6/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":783,"Cost":479,"Date":"1/23/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":49,"Cost":28,"Date":"2/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":643,"Cost":412,"Date":"3/10/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":375,"Cost":276,"Date":"3/12/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":64,"Date":"3/31/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":255,"Cost":135,"Date":"6/16/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":489,"Date":"6/17/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":126,"Cost":117,"Date":"8/27/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":218,"Date":"10/1/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":472,"Cost":420,"Date":"11/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":10,"Date":"11/9/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":841,"Cost":562,"Date":"3/27/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":286,"Cost":202,"Date":"4/17/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":427,"Cost":240,"Date":"8/11/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":179,"Cost":115,"Date":"8/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":11,"Cost":11,"Date":"9/2/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":670,"Cost":479,"Date":"9/5/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":773,"Cost":507,"Date":"9/14/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":641,"Cost":336,"Date":"9/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":906,"Cost":639,"Date":"11/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":242,"Cost":166,"Date":"12/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":421,"Cost":346,"Date":"1/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":659,"Cost":469,"Date":"1/21/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":488,"Cost":365,"Date":"2/9/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":352,"Cost":310,"Date":"3/19/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":51,"Cost":40,"Date":"4/3/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":20,"Cost":13,"Date":"4/5/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":233,"Cost":125,"Date":"4/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":466,"Cost":421,"Date":"7/10/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":977,"Cost":925,"Date":"3/25/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":320,"Cost":171,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":990,"Cost":553,"Date":"10/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":42,"Cost":40,"Date":"3/2/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":557,"Cost":342,"Date":"6/28/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":154,"Cost":83,"Date":"7/17/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":989,"Cost":495,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":181,"Cost":147,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":7,"Cost":4,"Date":"11/20/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":50,"Cost":30,"Date":"12/16/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":226,"Cost":181,"Date":"12/30/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":667,"Cost":398,"Date":"2/15/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":776,"Cost":551,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":46,"Cost":34,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":736,"Cost":500,"Date":"4/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":926,"Cost":863,"Date":"7/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":977,"Cost":639,"Date":"8/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":40,"Cost":37,"Date":"10/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":639,"Cost":429,"Date":"11/11/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":601,"Cost":383,"Date":"11/30/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":523,"Cost":313,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":985,"Cost":799,"Date":"3/1/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":447,"Cost":362,"Date":"4/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":439,"Cost":226,"Date":"5/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":811,"Cost":439,"Date":"8/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":775,"Cost":451,"Date":"9/15/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":653,"Cost":358,"Date":"10/14/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":176,"Cost":100,"Date":"10/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":72,"Cost":65,"Date":"11/11/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":30,"Cost":21,"Date":"12/7/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":821,"Cost":619,"Date":"12/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":337,"Cost":288,"Date":"1/6/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":616,"Cost":487,"Date":"1/23/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":994,"Cost":534,"Date":"2/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":466,"Cost":422,"Date":"3/10/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":505,"Cost":380,"Date":"3/12/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":810,"Cost":479,"Date":"3/31/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":588,"Cost":415,"Date":"6/16/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":900,"Cost":514,"Date":"6/17/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":655,"Cost":581,"Date":"8/27/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":799,"Cost":459,"Date":"10/1/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":984,"Cost":826,"Date":"11/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"HM","Country":"Canada","Sale":970,"Cost":486,"Date":"11/9/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":138,"Cost":113,"Date":"3/27/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":222,"Date":"4/17/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":144,"Cost":80,"Date":"8/11/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":325,"Cost":184,"Date":"8/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":658,"Cost":606,"Date":"9/2/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":235,"Cost":159,"Date":"9/5/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":41,"Date":"9/14/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":242,"Date":"9/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":328,"Date":"11/20/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":282,"Date":"12/21/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":467,"Date":"1/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":550,"Cost":397,"Date":"1/21/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":116,"Cost":77,"Date":"2/9/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":455,"Cost":249,"Date":"3/19/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":275,"Cost":202,"Date":"4/3/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":363,"Date":"4/5/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":1,"Cost":1,"Date":"4/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":390,"Date":"7/10/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":764,"Cost":399,"Date":"3/25/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":221,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":959,"Cost":739,"Date":"10/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":572,"Cost":510,"Date":"3/2/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":134,"Cost":79,"Date":"6/28/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":335,"Cost":199,"Date":"7/17/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":181,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":116,"Cost":78,"Date":"8/23/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":394,"Cost":273,"Date":"11/20/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":920,"Cost":472,"Date":"12/16/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":416,"Cost":298,"Date":"12/30/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":311,"Date":"2/15/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":391,"Cost":247,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":669,"Cost":402,"Date":"3/7/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":704,"Cost":374,"Date":"4/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":764,"Cost":583,"Date":"7/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":260,"Cost":155,"Date":"8/18/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":732,"Cost":425,"Date":"10/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":263,"Cost":248,"Date":"11/11/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":273,"Cost":174,"Date":"11/30/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":472,"Cost":257,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":856,"Cost":585,"Date":"3/1/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":753,"Cost":658,"Date":"4/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":365,"Cost":294,"Date":"5/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":461,"Cost":422,"Date":"8/13/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":937,"Cost":618,"Date":"9/15/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":509,"Cost":457,"Date":"10/14/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":254,"Date":"10/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":652,"Cost":409,"Date":"11/11/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":148,"Date":"12/7/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":154,"Cost":116,"Date":"12/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":515,"Cost":437,"Date":"1/6/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":397,"Date":"1/23/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":910,"Cost":804,"Date":"2/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":961,"Cost":764,"Date":"3/10/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":239,"Cost":219,"Date":"3/12/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":448,"Date":"3/31/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":399,"Cost":236,"Date":"6/16/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":324,"Cost":236,"Date":"6/17/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":772,"Cost":570,"Date":"8/27/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":483,"Cost":285,"Date":"10/1/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":527,"Cost":277,"Date":"11/4/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":848,"Cost":434,"Date":"11/9/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":584,"Cost":479,"Date":"3/27/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":605,"Cost":316,"Date":"4/17/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":170,"Cost":100,"Date":"8/11/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":823,"Cost":709,"Date":"8/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":142,"Cost":119,"Date":"9/2/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":765,"Cost":701,"Date":"9/5/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":498,"Cost":461,"Date":"9/14/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":589,"Date":"9/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":564,"Cost":331,"Date":"11/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":250,"Cost":175,"Date":"12/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":928,"Cost":529,"Date":"1/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":327,"Date":"1/21/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":607,"Cost":311,"Date":"2/9/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":818,"Cost":765,"Date":"3/19/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":922,"Cost":588,"Date":"4/3/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":289,"Cost":261,"Date":"4/5/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":842,"Cost":650,"Date":"4/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":953,"Cost":789,"Date":"7/10/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":870,"Cost":455,"Date":"3/25/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":41,"Cost":27,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":178,"Cost":148,"Date":"10/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":618,"Date":"3/2/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":786,"Cost":641,"Date":"6/28/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":841,"Cost":724,"Date":"7/17/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":394,"Cost":319,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":126,"Cost":78,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":272,"Cost":152,"Date":"11/20/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":750,"Cost":543,"Date":"12/16/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":557,"Cost":518,"Date":"12/30/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":341,"Cost":258,"Date":"2/15/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":684,"Cost":595,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":228,"Cost":123,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":523,"Date":"4/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":852,"Cost":479,"Date":"7/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":461,"Cost":408,"Date":"8/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":935,"Cost":811,"Date":"10/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":224,"Date":"11/11/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":791,"Cost":444,"Date":"11/30/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":729,"Cost":386,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":388,"Cost":202,"Date":"3/1/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":690,"Cost":442,"Date":"4/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":827,"Cost":646,"Date":"5/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":749,"Cost":389,"Date":"8/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":334,"Cost":174,"Date":"9/15/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":299,"Cost":179,"Date":"10/14/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":460,"Cost":397,"Date":"10/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":808,"Cost":674,"Date":"11/11/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":289,"Cost":240,"Date":"12/7/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":299,"Date":"12/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":162,"Cost":120,"Date":"1/6/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":419,"Cost":248,"Date":"1/23/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":534,"Cost":477,"Date":"2/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":683,"Cost":566,"Date":"3/10/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":608,"Cost":418,"Date":"3/12/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":640,"Cost":333,"Date":"3/31/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":518,"Cost":292,"Date":"6/16/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":937,"Cost":748,"Date":"6/17/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":253,"Date":"8/27/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":991,"Cost":934,"Date":"10/1/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":294,"Date":"11/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":235,"Cost":193,"Date":"11/9/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":368,"Cost":228,"Date":"3/27/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":765,"Cost":660,"Date":"4/17/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":195,"Cost":126,"Date":"8/11/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":714,"Date":"8/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":168,"Cost":147,"Date":"9/2/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":223,"Cost":114,"Date":"9/5/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":258,"Cost":170,"Date":"9/14/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":705,"Cost":461,"Date":"9/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":286,"Cost":208,"Date":"11/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":360,"Cost":203,"Date":"12/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":383,"Cost":363,"Date":"1/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":797,"Cost":443,"Date":"1/21/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":37,"Cost":20,"Date":"2/9/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":672,"Cost":500,"Date":"3/19/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":251,"Cost":161,"Date":"4/3/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":280,"Date":"4/5/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":645,"Cost":330,"Date":"4/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":319,"Cost":289,"Date":"7/10/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":406,"Cost":347,"Date":"3/25/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":662,"Cost":574,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":123,"Cost":88,"Date":"10/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":157,"Date":"3/2/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":534,"Cost":378,"Date":"6/28/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":340,"Cost":223,"Date":"7/17/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":204,"Cost":138,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":586,"Cost":539,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":110,"Cost":96,"Date":"11/20/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":122,"Cost":96,"Date":"12/16/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":2,"Date":"12/30/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":203,"Cost":190,"Date":"2/15/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":428,"Cost":361,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":623,"Cost":425,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":816,"Cost":724,"Date":"4/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":536,"Cost":350,"Date":"7/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":552,"Cost":303,"Date":"8/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":640,"Cost":471,"Date":"10/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":839,"Cost":572,"Date":"11/11/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":10,"Date":"11/30/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":52,"Cost":37,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":936,"Cost":616,"Date":"3/1/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":365,"Cost":269,"Date":"4/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":847,"Cost":543,"Date":"5/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":475,"Cost":278,"Date":"8/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":537,"Cost":382,"Date":"9/15/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":688,"Cost":474,"Date":"10/14/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":191,"Cost":95,"Date":"10/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":168,"Date":"11/11/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":524,"Cost":444,"Date":"12/7/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":540,"Cost":409,"Date":"12/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":198,"Cost":178,"Date":"1/6/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":503,"Cost":334,"Date":"1/23/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":370,"Date":"2/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":188,"Date":"3/10/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":46,"Cost":27,"Date":"3/12/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":648,"Cost":444,"Date":"3/31/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":370,"Cost":205,"Date":"6/16/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":711,"Cost":363,"Date":"6/17/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":525,"Cost":375,"Date":"8/27/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":927,"Cost":510,"Date":"10/1/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":947,"Cost":831,"Date":"11/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":531,"Date":"11/9/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":9,"Cost":5,"Date":"3/27/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":731,"Cost":606,"Date":"4/17/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":834,"Cost":755,"Date":"8/11/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":304,"Cost":270,"Date":"8/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":921,"Cost":812,"Date":"9/2/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":178,"Cost":138,"Date":"9/5/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":278,"Cost":156,"Date":"9/14/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":196,"Cost":124,"Date":"9/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":377,"Cost":290,"Date":"11/20/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":849,"Cost":627,"Date":"12/21/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":418,"Cost":330,"Date":"1/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":562,"Cost":518,"Date":"1/21/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":29,"Cost":17,"Date":"2/9/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":298,"Cost":152,"Date":"3/19/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":772,"Cost":617,"Date":"4/3/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":714,"Cost":488,"Date":"4/5/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":903,"Cost":643,"Date":"4/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":654,"Cost":409,"Date":"7/10/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":279,"Cost":252,"Date":"3/25/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":993,"Cost":849,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":737,"Cost":445,"Date":"10/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":264,"Cost":160,"Date":"3/2/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":983,"Cost":866,"Date":"6/28/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":517,"Cost":369,"Date":"7/17/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":523,"Cost":390,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":358,"Cost":254,"Date":"8/23/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":354,"Cost":318,"Date":"11/20/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":368,"Cost":304,"Date":"12/16/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":949,"Cost":505,"Date":"12/30/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":953,"Cost":798,"Date":"2/15/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":393,"Cost":333,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":445,"Cost":326,"Date":"3/7/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":964,"Cost":858,"Date":"4/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":771,"Cost":649,"Date":"7/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":134,"Cost":101,"Date":"8/18/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":445,"Cost":357,"Date":"10/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":165,"Cost":156,"Date":"11/11/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":878,"Cost":526,"Date":"11/30/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":962,"Cost":669,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":98,"Cost":90,"Date":"3/1/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":172,"Cost":115,"Date":"4/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":825,"Cost":552,"Date":"5/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":89,"Cost":53,"Date":"8/13/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":465,"Cost":247,"Date":"9/15/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":366,"Cost":300,"Date":"10/14/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":696,"Cost":620,"Date":"10/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":851,"Cost":527,"Date":"11/11/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":975,"Cost":679,"Date":"12/7/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":871,"Cost":700,"Date":"12/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":3,"Cost":3,"Date":"1/6/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":553,"Cost":455,"Date":"1/23/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":798,"Cost":571,"Date":"2/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":791,"Cost":742,"Date":"3/10/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":120,"Cost":113,"Date":"3/12/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":58,"Cost":41,"Date":"3/31/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":174,"Cost":136,"Date":"6/16/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":499,"Cost":371,"Date":"6/17/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":19,"Cost":17,"Date":"8/27/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":594,"Cost":390,"Date":"10/1/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":261,"Cost":166,"Date":"11/4/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":789,"Cost":488,"Date":"11/9/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":604,"Date":"3/27/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":829,"Cost":661,"Date":"4/17/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":783,"Cost":396,"Date":"8/11/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":582,"Cost":535,"Date":"8/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":815,"Cost":476,"Date":"9/2/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":483,"Cost":420,"Date":"9/5/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":224,"Date":"9/14/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":450,"Cost":362,"Date":"9/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":441,"Cost":286,"Date":"11/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":785,"Cost":666,"Date":"12/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":546,"Cost":357,"Date":"1/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":481,"Date":"1/21/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":109,"Cost":91,"Date":"2/9/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":304,"Date":"3/19/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":594,"Cost":423,"Date":"4/3/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":229,"Cost":116,"Date":"4/5/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":520,"Date":"4/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":285,"Cost":261,"Date":"7/10/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":449,"Cost":375,"Date":"3/25/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":169,"Cost":122,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":775,"Cost":401,"Date":"10/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":21,"Date":"3/2/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":50,"Cost":25,"Date":"6/28/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":776,"Cost":405,"Date":"7/17/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":854,"Cost":592,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":404,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":780,"Cost":409,"Date":"11/20/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":578,"Cost":416,"Date":"12/16/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":675,"Cost":479,"Date":"12/30/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":863,"Cost":713,"Date":"2/15/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":292,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":291,"Cost":250,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":968,"Cost":856,"Date":"4/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":546,"Cost":400,"Date":"7/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":269,"Date":"8/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":396,"Cost":219,"Date":"10/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":703,"Cost":600,"Date":"11/11/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":582,"Cost":297,"Date":"11/30/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":295,"Cost":227,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":914,"Cost":860,"Date":"3/1/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":978,"Cost":880,"Date":"4/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":29,"Cost":25,"Date":"5/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":337,"Date":"8/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":577,"Cost":328,"Date":"9/15/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":963,"Cost":616,"Date":"10/14/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":20,"Cost":11,"Date":"10/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":32,"Cost":21,"Date":"11/11/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":829,"Cost":517,"Date":"12/7/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":48,"Cost":39,"Date":"12/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":29,"Cost":28,"Date":"1/6/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":595,"Cost":380,"Date":"1/23/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":506,"Cost":397,"Date":"2/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":877,"Cost":710,"Date":"3/10/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":927,"Cost":584,"Date":"3/12/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":975,"Cost":544,"Date":"3/31/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":602,"Date":"6/16/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":322,"Date":"6/17/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":98,"Date":"8/27/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":905,"Cost":574,"Date":"10/1/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":31,"Date":"11/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":416,"Cost":326,"Date":"11/9/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":618,"Cost":396,"Date":"3/27/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":797,"Cost":454,"Date":"4/17/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":528,"Cost":302,"Date":"8/11/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":277,"Cost":165,"Date":"8/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":259,"Cost":227,"Date":"9/2/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":605,"Cost":560,"Date":"9/5/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":683,"Cost":538,"Date":"9/14/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":356,"Cost":217,"Date":"9/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":337,"Cost":295,"Date":"11/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":221,"Cost":178,"Date":"12/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":112,"Cost":62,"Date":"1/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":236,"Cost":160,"Date":"1/21/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":583,"Cost":513,"Date":"2/9/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":460,"Cost":272,"Date":"3/19/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":116,"Cost":78,"Date":"4/3/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":720,"Cost":363,"Date":"4/5/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":500,"Cost":274,"Date":"4/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":255,"Cost":148,"Date":"7/10/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":383,"Cost":237,"Date":"3/25/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":712,"Cost":621,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":426,"Cost":372,"Date":"10/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":243,"Cost":137,"Date":"3/2/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":395,"Cost":197,"Date":"6/28/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":752,"Cost":691,"Date":"7/17/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":352,"Cost":318,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":820,"Cost":431,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":464,"Cost":370,"Date":"11/20/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":699,"Cost":640,"Date":"12/16/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":376,"Cost":253,"Date":"12/30/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":617,"Cost":334,"Date":"2/15/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":410,"Cost":222,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":741,"Cost":580,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":623,"Cost":421,"Date":"4/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":618,"Cost":546,"Date":"7/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":471,"Cost":267,"Date":"8/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":140,"Cost":129,"Date":"10/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":496,"Cost":435,"Date":"11/11/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":476,"Cost":374,"Date":"11/30/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":11,"Cost":9,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":408,"Cost":311,"Date":"3/1/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":520,"Cost":463,"Date":"4/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":416,"Cost":385,"Date":"5/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":938,"Cost":777,"Date":"8/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":778,"Cost":389,"Date":"9/15/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":754,"Cost":528,"Date":"10/14/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":54,"Cost":45,"Date":"10/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":558,"Cost":481,"Date":"11/11/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":645,"Cost":342,"Date":"12/7/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":721,"Cost":473,"Date":"12/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":745,"Cost":500,"Date":"1/6/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":430,"Cost":324,"Date":"1/23/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":459,"Cost":242,"Date":"2/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":835,"Cost":698,"Date":"3/10/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":233,"Cost":195,"Date":"3/12/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":140,"Cost":98,"Date":"3/31/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":323,"Cost":188,"Date":"6/16/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":538,"Cost":363,"Date":"6/17/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":59,"Cost":49,"Date":"8/27/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":379,"Cost":197,"Date":"10/1/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":333,"Cost":203,"Date":"11/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":125,"Cost":105,"Date":"11/9/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":586,"Cost":311,"Date":"3/27/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":549,"Date":"4/17/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":856,"Cost":731,"Date":"8/11/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":837,"Cost":571,"Date":"8/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":229,"Cost":152,"Date":"9/2/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":283,"Date":"9/5/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":767,"Date":"9/14/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":22,"Date":"9/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":624,"Cost":375,"Date":"11/20/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":426,"Cost":315,"Date":"12/21/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":550,"Date":"1/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":294,"Cost":166,"Date":"1/21/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":289,"Cost":225,"Date":"2/9/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":92,"Cost":49,"Date":"3/19/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":876,"Cost":454,"Date":"4/3/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":487,"Date":"4/5/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":313,"Cost":281,"Date":"4/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":266,"Date":"7/10/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":120,"Date":"3/25/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":194,"Cost":154,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":315,"Cost":228,"Date":"10/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":201,"Cost":121,"Date":"3/2/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":904,"Cost":505,"Date":"6/28/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":237,"Cost":217,"Date":"7/17/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":452,"Cost":388,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":91,"Cost":56,"Date":"8/23/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":429,"Cost":290,"Date":"11/20/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":661,"Date":"12/16/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":187,"Cost":129,"Date":"12/30/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":727,"Cost":663,"Date":"2/15/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":899,"Cost":558,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":311,"Cost":179,"Date":"3/7/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":197,"Cost":168,"Date":"4/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":422,"Cost":394,"Date":"7/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":913,"Cost":844,"Date":"8/18/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":861,"Cost":815,"Date":"10/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":562,"Cost":382,"Date":"11/11/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":596,"Cost":538,"Date":"11/30/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":827,"Cost":617,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":796,"Cost":662,"Date":"3/1/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":576,"Cost":443,"Date":"4/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":133,"Cost":92,"Date":"5/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":90,"Date":"8/13/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":221,"Cost":140,"Date":"9/15/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":515,"Cost":452,"Date":"10/14/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":142,"Cost":114,"Date":"10/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":223,"Cost":153,"Date":"11/11/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":999,"Cost":752,"Date":"12/7/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":164,"Cost":97,"Date":"12/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":25,"Cost":17,"Date":"1/6/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":517,"Date":"1/23/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":463,"Cost":280,"Date":"2/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":322,"Cost":233,"Date":"3/10/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":959,"Cost":751,"Date":"3/12/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":705,"Cost":456,"Date":"3/31/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":331,"Cost":303,"Date":"6/16/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":785,"Cost":570,"Date":"6/17/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":291,"Date":"8/27/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":937,"Cost":765,"Date":"10/1/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":28,"Cost":16,"Date":"11/4/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":361,"Cost":260,"Date":"11/9/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":563,"Cost":313,"Date":"3/27/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":155,"Cost":126,"Date":"4/17/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":392,"Cost":206,"Date":"8/11/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":579,"Cost":342,"Date":"8/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":751,"Cost":512,"Date":"9/2/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":816,"Cost":509,"Date":"9/5/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":342,"Cost":222,"Date":"9/14/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":18,"Cost":14,"Date":"9/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":130,"Cost":105,"Date":"11/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":677,"Cost":400,"Date":"12/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":495,"Cost":431,"Date":"1/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":121,"Cost":70,"Date":"1/21/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":70,"Cost":65,"Date":"2/9/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":272,"Cost":194,"Date":"3/19/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":706,"Cost":449,"Date":"4/3/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":743,"Cost":484,"Date":"4/5/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":654,"Cost":597,"Date":"4/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":234,"Cost":171,"Date":"7/10/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":639,"Cost":501,"Date":"3/25/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":81,"Cost":77,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":210,"Cost":154,"Date":"10/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":516,"Cost":474,"Date":"3/2/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":714,"Cost":396,"Date":"6/28/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":787,"Cost":581,"Date":"7/17/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":931,"Cost":647,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":305,"Cost":275,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":828,"Cost":515,"Date":"11/20/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":291,"Cost":145,"Date":"12/16/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":897,"Cost":532,"Date":"12/30/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":25,"Cost":14,"Date":"2/15/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":768,"Cost":645,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":399,"Cost":228,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":998,"Cost":609,"Date":"4/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":745,"Cost":640,"Date":"7/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":660,"Cost":396,"Date":"8/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":496,"Cost":460,"Date":"10/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":851,"Cost":745,"Date":"11/11/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":78,"Cost":53,"Date":"11/30/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":667,"Cost":530,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":370,"Cost":295,"Date":"3/1/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":638,"Cost":591,"Date":"4/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":211,"Cost":118,"Date":"5/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":729,"Cost":467,"Date":"8/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":804,"Cost":634,"Date":"9/15/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":456,"Cost":365,"Date":"10/14/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":10,"Cost":6,"Date":"10/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":510,"Cost":381,"Date":"11/11/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":646,"Cost":363,"Date":"12/7/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":535,"Cost":304,"Date":"12/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":395,"Cost":229,"Date":"1/6/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":725,"Cost":455,"Date":"1/23/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":749,"Cost":399,"Date":"2/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":61,"Cost":41,"Date":"3/10/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":678,"Cost":409,"Date":"3/12/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":441,"Cost":310,"Date":"3/31/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":550,"Cost":406,"Date":"6/16/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":375,"Cost":249,"Date":"6/17/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":281,"Cost":237,"Date":"8/27/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":339,"Cost":234,"Date":"10/1/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":925,"Cost":781,"Date":"11/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":295,"Cost":192,"Date":"11/9/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":697,"Cost":595,"Date":"3/27/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":670,"Cost":516,"Date":"4/17/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":43,"Cost":25,"Date":"8/11/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":772,"Cost":492,"Date":"8/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":657,"Date":"9/2/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":621,"Date":"9/5/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":22,"Date":"9/14/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":380,"Cost":195,"Date":"9/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":319,"Cost":198,"Date":"11/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":553,"Cost":302,"Date":"12/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":242,"Date":"1/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":58,"Date":"1/21/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":987,"Cost":815,"Date":"2/9/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":400,"Date":"3/19/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":10,"Cost":9,"Date":"4/3/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":58,"Date":"4/5/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":781,"Cost":619,"Date":"4/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":442,"Cost":224,"Date":"7/10/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":265,"Cost":224,"Date":"3/25/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":135,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":18,"Cost":10,"Date":"10/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":48,"Cost":35,"Date":"3/2/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":975,"Cost":577,"Date":"6/28/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":919,"Cost":746,"Date":"7/17/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":257,"Cost":181,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":559,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":304,"Cost":219,"Date":"11/20/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":154,"Cost":138,"Date":"12/16/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":853,"Cost":622,"Date":"12/30/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":479,"Cost":363,"Date":"2/15/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":807,"Cost":761,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":736,"Cost":466,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":52,"Cost":43,"Date":"4/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":404,"Cost":204,"Date":"7/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":914,"Cost":606,"Date":"8/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":127,"Cost":98,"Date":"10/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":399,"Cost":234,"Date":"11/11/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":525,"Date":"11/30/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":567,"Cost":419,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":868,"Cost":450,"Date":"3/1/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":721,"Cost":561,"Date":"4/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":678,"Cost":483,"Date":"5/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":839,"Cost":576,"Date":"8/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":556,"Cost":497,"Date":"9/15/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":934,"Cost":661,"Date":"10/14/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":56,"Cost":39,"Date":"10/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":334,"Cost":207,"Date":"11/11/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":253,"Date":"12/7/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":1000,"Cost":882,"Date":"12/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":708,"Cost":373,"Date":"1/6/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":475,"Date":"1/23/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":854,"Cost":495,"Date":"2/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":321,"Cost":252,"Date":"3/10/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":235,"Cost":127,"Date":"3/12/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":604,"Cost":467,"Date":"3/31/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":119,"Cost":109,"Date":"6/16/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":728,"Cost":674,"Date":"6/17/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":179,"Cost":148,"Date":"8/27/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":858,"Cost":749,"Date":"10/1/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":589,"Cost":439,"Date":"11/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Jeans","Country":"Canada","Sale":633,"Cost":597,"Date":"11/9/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":258,"Cost":189,"Date":"3/27/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":41,"Date":"4/17/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":138,"Cost":125,"Date":"8/11/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":638,"Cost":481,"Date":"8/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":281,"Cost":247,"Date":"9/2/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":250,"Cost":163,"Date":"9/5/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":875,"Cost":676,"Date":"9/14/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":93,"Cost":61,"Date":"9/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":578,"Cost":428,"Date":"11/20/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":630,"Cost":374,"Date":"12/21/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":873,"Cost":732,"Date":"1/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":468,"Cost":384,"Date":"1/21/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":90,"Cost":77,"Date":"2/9/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":97,"Cost":80,"Date":"3/19/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":823,"Cost":456,"Date":"4/3/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":286,"Date":"4/5/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":393,"Cost":237,"Date":"4/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":211,"Cost":131,"Date":"7/10/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":45,"Cost":40,"Date":"3/25/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":622,"Cost":474,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":765,"Cost":576,"Date":"10/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":527,"Date":"3/2/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":694,"Date":"6/28/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":773,"Cost":400,"Date":"7/17/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":665,"Cost":493,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":650,"Cost":536,"Date":"8/23/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":448,"Date":"11/20/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":513,"Date":"12/16/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":956,"Cost":525,"Date":"12/30/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":280,"Date":"2/15/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":192,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":809,"Cost":593,"Date":"3/7/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":818,"Cost":613,"Date":"4/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":528,"Date":"7/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":542,"Cost":445,"Date":"8/18/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":251,"Cost":174,"Date":"10/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":57,"Cost":50,"Date":"11/11/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":753,"Date":"11/30/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":169,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":870,"Cost":605,"Date":"3/1/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":474,"Date":"4/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":462,"Cost":382,"Date":"5/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":227,"Cost":157,"Date":"8/13/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":520,"Cost":466,"Date":"9/15/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":418,"Date":"10/14/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":968,"Cost":855,"Date":"10/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":271,"Date":"11/11/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":733,"Cost":439,"Date":"12/7/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":167,"Date":"12/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":349,"Cost":221,"Date":"1/6/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":208,"Cost":189,"Date":"1/23/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":619,"Cost":563,"Date":"2/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":481,"Date":"3/10/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":843,"Cost":660,"Date":"3/12/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":145,"Date":"3/31/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":363,"Cost":253,"Date":"6/16/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":638,"Date":"6/17/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":65,"Date":"8/27/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":123,"Date":"10/1/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":634,"Cost":357,"Date":"11/4/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":868,"Cost":584,"Date":"11/9/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":639,"Cost":593,"Date":"3/27/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":895,"Cost":766,"Date":"4/17/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":183,"Cost":113,"Date":"8/11/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":609,"Cost":384,"Date":"8/21/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":298,"Cost":224,"Date":"9/2/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":140,"Cost":84,"Date":"9/5/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":510,"Cost":313,"Date":"9/14/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":23,"Cost":18,"Date":"9/20/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":671,"Cost":393,"Date":"11/20/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":872,"Cost":726,"Date":"12/21/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":100,"Cost":68,"Date":"1/7/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":806,"Cost":458,"Date":"1/21/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":626,"Cost":494,"Date":"2/9/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":394,"Cost":304,"Date":"3/19/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":332,"Cost":264,"Date":"4/3/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":547,"Cost":352,"Date":"4/5/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":879,"Cost":646,"Date":"4/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":650,"Cost":446,"Date":"7/10/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":381,"Cost":287,"Date":"3/25/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":505,"Cost":305,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":835,"Cost":622,"Date":"10/28/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":687,"Cost":425,"Date":"3/2/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":723,"Cost":560,"Date":"6/28/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":888,"Cost":740,"Date":"7/17/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":437,"Cost":293,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":220,"Cost":131,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":669,"Cost":544,"Date":"11/20/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":732,"Cost":442,"Date":"12/16/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":865,"Cost":743,"Date":"12/30/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":523,"Cost":455,"Date":"2/15/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":154,"Cost":91,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":799,"Cost":494,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":615,"Cost":414,"Date":"4/18/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":339,"Cost":229,"Date":"7/27/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":899,"Cost":842,"Date":"8/18/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":621,"Cost":550,"Date":"10/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":740,"Cost":629,"Date":"11/11/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":128,"Cost":86,"Date":"11/30/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":614,"Cost":412,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":273,"Cost":154,"Date":"3/1/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":630,"Cost":356,"Date":"4/13/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":612,"Cost":511,"Date":"5/20/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":337,"Cost":206,"Date":"8/13/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":984,"Cost":892,"Date":"9/15/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":875,"Cost":745,"Date":"10/14/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":725,"Cost":674,"Date":"10/28/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":269,"Cost":162,"Date":"11/11/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":596,"Cost":547,"Date":"12/7/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":745,"Cost":662,"Date":"12/21/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":551,"Cost":396,"Date":"1/6/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":740,"Cost":536,"Date":"1/23/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":662,"Cost":386,"Date":"2/4/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":999,"Cost":721,"Date":"3/10/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":422,"Cost":299,"Date":"3/12/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":703,"Cost":534,"Date":"3/31/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":714,"Cost":640,"Date":"6/16/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":275,"Cost":241,"Date":"6/17/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":504,"Cost":368,"Date":"8/27/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":869,"Cost":596,"Date":"10/1/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":193,"Cost":99,"Date":"11/4/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":94,"Cost":61,"Date":"11/9/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":564,"Cost":406,"Date":"3/27/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":602,"Cost":543,"Date":"4/17/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":21,"Date":"8/11/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":230,"Cost":211,"Date":"8/21/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":527,"Date":"9/2/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":186,"Cost":95,"Date":"9/5/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":743,"Cost":454,"Date":"9/14/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":227,"Cost":182,"Date":"9/20/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":275,"Cost":228,"Date":"11/20/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":499,"Cost":261,"Date":"12/21/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":784,"Cost":427,"Date":"1/7/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":793,"Cost":733,"Date":"1/21/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":9,"Cost":7,"Date":"2/9/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":245,"Date":"3/19/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":290,"Cost":246,"Date":"4/3/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":98,"Date":"4/5/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":418,"Cost":367,"Date":"4/28/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":286,"Cost":264,"Date":"7/10/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":413,"Cost":297,"Date":"3/25/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":455,"Cost":350,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":468,"Date":"10/28/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":197,"Cost":125,"Date":"3/2/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":74,"Date":"6/28/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":207,"Date":"7/17/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":296,"Cost":196,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":960,"Cost":563,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":213,"Date":"11/20/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":605,"Cost":413,"Date":"12/16/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":885,"Cost":540,"Date":"12/30/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":747,"Cost":543,"Date":"2/15/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":78,"Cost":64,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":297,"Cost":151,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":762,"Cost":581,"Date":"4/18/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":733,"Cost":686,"Date":"7/27/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":779,"Cost":416,"Date":"8/18/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":297,"Cost":260,"Date":"10/31/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":734,"Cost":371,"Date":"11/11/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":628,"Cost":514,"Date":"11/30/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":741,"Cost":625,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":182,"Cost":120,"Date":"3/1/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":84,"Cost":52,"Date":"4/13/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":923,"Cost":686,"Date":"5/20/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":420,"Cost":305,"Date":"8/13/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":521,"Cost":416,"Date":"9/15/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":492,"Date":"10/14/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":336,"Date":"10/28/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":358,"Cost":204,"Date":"11/11/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":65,"Date":"12/7/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":277,"Cost":240,"Date":"12/21/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":583,"Cost":333,"Date":"1/6/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":249,"Cost":136,"Date":"1/23/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":216,"Cost":170,"Date":"2/4/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":517,"Cost":343,"Date":"3/10/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":31,"Cost":24,"Date":"3/12/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":615,"Cost":464,"Date":"3/31/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":701,"Date":"6/16/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":658,"Cost":521,"Date":"6/17/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":71,"Cost":57,"Date":"8/27/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":763,"Cost":495,"Date":"10/1/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":403,"Date":"11/4/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":783,"Cost":457,"Date":"11/9/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":385,"Cost":271,"Date":"3/27/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":619,"Cost":494,"Date":"4/17/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":880,"Cost":574,"Date":"8/11/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":381,"Cost":286,"Date":"8/21/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":478,"Cost":446,"Date":"9/2/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":956,"Cost":700,"Date":"9/5/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":43,"Date":"9/14/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":417,"Cost":338,"Date":"9/20/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":328,"Cost":228,"Date":"11/20/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":152,"Cost":113,"Date":"12/21/2018"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":461,"Cost":347,"Date":"1/7/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":275,"Cost":250,"Date":"1/21/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":464,"Cost":392,"Date":"2/9/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":248,"Date":"3/19/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":286,"Cost":198,"Date":"4/3/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":253,"Cost":223,"Date":"4/5/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":451,"Date":"4/28/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":419,"Date":"7/10/2019"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":634,"Cost":372,"Date":"3/25/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":764,"Cost":467,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":80,"Cost":68,"Date":"10/28/2020"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":491,"Date":"3/2/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":44,"Cost":35,"Date":"6/28/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":95,"Cost":59,"Date":"7/17/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":931,"Cost":691,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":292,"Date":"8/23/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":353,"Cost":273,"Date":"11/20/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":362,"Cost":191,"Date":"12/16/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":377,"Date":"12/30/2021"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":483,"Cost":403,"Date":"2/15/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":422,"Cost":235,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":98,"Cost":69,"Date":"3/7/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":136,"Cost":80,"Date":"4/18/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":714,"Cost":641,"Date":"7/27/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":936,"Cost":736,"Date":"8/18/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":572,"Cost":363,"Date":"10/31/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":692,"Cost":500,"Date":"11/11/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":46,"Date":"11/30/2022"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":461,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":355,"Cost":182,"Date":"3/1/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":367,"Cost":340,"Date":"4/13/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":915,"Cost":636,"Date":"5/20/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":692,"Cost":447,"Date":"8/13/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":32,"Date":"9/15/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":806,"Cost":491,"Date":"10/14/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":915,"Cost":476,"Date":"10/28/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":975,"Cost":581,"Date":"11/11/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":747,"Cost":426,"Date":"12/7/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":785,"Cost":495,"Date":"12/21/2023"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":775,"Cost":712,"Date":"1/6/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":68,"Cost":38,"Date":"1/23/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":213,"Cost":131,"Date":"2/4/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":26,"Date":"3/10/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":255,"Cost":238,"Date":"3/12/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":65,"Date":"3/31/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":92,"Cost":79,"Date":"6/16/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":507,"Cost":337,"Date":"6/17/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":228,"Cost":180,"Date":"8/27/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":739,"Cost":484,"Date":"10/1/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":532,"Date":"11/4/2024"},{"Store":"CF Masonville Place, London","Brand":"Jeans","Country":"Canada","Sale":229,"Cost":187,"Date":"11/9/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":80,"Cost":41,"Date":"3/27/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":604,"Cost":479,"Date":"4/17/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":285,"Cost":202,"Date":"8/11/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":353,"Cost":254,"Date":"8/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":126,"Cost":110,"Date":"9/2/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":402,"Cost":251,"Date":"9/5/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":443,"Cost":335,"Date":"9/14/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":666,"Cost":391,"Date":"9/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":624,"Cost":317,"Date":"11/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":608,"Cost":494,"Date":"12/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":416,"Cost":388,"Date":"1/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":738,"Cost":453,"Date":"1/21/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":635,"Cost":439,"Date":"2/9/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":687,"Cost":467,"Date":"3/19/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":863,"Cost":806,"Date":"4/3/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":916,"Cost":578,"Date":"4/5/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":91,"Cost":75,"Date":"4/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":239,"Cost":122,"Date":"7/10/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":990,"Cost":504,"Date":"3/25/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":245,"Cost":162,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":679,"Cost":597,"Date":"10/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":599,"Cost":434,"Date":"3/2/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":811,"Cost":536,"Date":"6/28/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":645,"Cost":609,"Date":"7/17/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":279,"Cost":165,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":76,"Cost":53,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":775,"Cost":676,"Date":"11/20/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":717,"Cost":547,"Date":"12/16/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":56,"Cost":53,"Date":"12/30/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":704,"Cost":545,"Date":"2/15/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":227,"Cost":214,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":430,"Cost":393,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":216,"Cost":125,"Date":"4/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":193,"Cost":110,"Date":"7/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":184,"Cost":123,"Date":"8/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":615,"Cost":459,"Date":"10/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":398,"Cost":226,"Date":"11/11/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":120,"Cost":102,"Date":"11/30/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":563,"Cost":450,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":151,"Cost":137,"Date":"3/1/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":883,"Cost":464,"Date":"4/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":904,"Cost":581,"Date":"5/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":978,"Cost":499,"Date":"8/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":124,"Cost":80,"Date":"9/15/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":179,"Cost":148,"Date":"10/14/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":454,"Cost":399,"Date":"10/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":261,"Cost":209,"Date":"11/11/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":511,"Cost":264,"Date":"12/7/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":297,"Cost":271,"Date":"12/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":11,"Cost":7,"Date":"1/6/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":35,"Cost":22,"Date":"1/23/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":469,"Cost":361,"Date":"2/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":26,"Cost":19,"Date":"3/10/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":1,"Cost":1,"Date":"3/12/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":340,"Cost":267,"Date":"3/31/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":647,"Cost":572,"Date":"6/16/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":117,"Cost":85,"Date":"6/17/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":221,"Cost":137,"Date":"8/27/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":644,"Cost":482,"Date":"10/1/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":11,"Cost":7,"Date":"11/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Nova","Country":"Canada","Sale":40,"Cost":35,"Date":"11/9/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":528,"Cost":389,"Date":"3/27/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":563,"Cost":348,"Date":"4/17/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":570,"Cost":370,"Date":"8/11/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":283,"Cost":169,"Date":"8/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":288,"Cost":244,"Date":"9/2/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":51,"Cost":28,"Date":"9/5/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":776,"Cost":592,"Date":"9/14/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":368,"Cost":240,"Date":"9/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":565,"Cost":349,"Date":"11/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":838,"Cost":488,"Date":"12/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":282,"Cost":165,"Date":"1/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":582,"Cost":310,"Date":"1/21/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":753,"Cost":376,"Date":"2/9/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":370,"Cost":288,"Date":"3/19/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":634,"Cost":602,"Date":"4/3/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":597,"Cost":303,"Date":"4/5/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":321,"Cost":205,"Date":"4/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":588,"Cost":338,"Date":"7/10/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":664,"Cost":351,"Date":"3/25/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":543,"Cost":474,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":293,"Cost":269,"Date":"10/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":567,"Cost":503,"Date":"3/2/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":299,"Cost":254,"Date":"6/28/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":947,"Cost":706,"Date":"7/17/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":857,"Cost":559,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":690,"Cost":373,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":61,"Cost":31,"Date":"11/20/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":50,"Cost":34,"Date":"12/16/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":358,"Cost":263,"Date":"12/30/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":218,"Cost":115,"Date":"2/15/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":131,"Cost":94,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":781,"Cost":603,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":764,"Cost":463,"Date":"4/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":819,"Cost":454,"Date":"7/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":147,"Cost":95,"Date":"8/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":903,"Cost":525,"Date":"10/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":224,"Cost":136,"Date":"11/11/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":487,"Cost":292,"Date":"11/30/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":426,"Cost":403,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":333,"Cost":239,"Date":"3/1/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":425,"Cost":240,"Date":"4/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":767,"Cost":439,"Date":"5/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":750,"Cost":465,"Date":"8/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":576,"Cost":522,"Date":"9/15/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":402,"Cost":206,"Date":"10/14/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":871,"Cost":525,"Date":"10/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":508,"Cost":413,"Date":"11/11/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":671,"Cost":369,"Date":"12/7/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":790,"Cost":652,"Date":"12/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":777,"Cost":648,"Date":"1/6/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":700,"Cost":633,"Date":"1/23/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":332,"Cost":270,"Date":"2/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":456,"Cost":250,"Date":"3/10/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":335,"Cost":278,"Date":"3/12/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":950,"Cost":758,"Date":"3/31/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":15,"Cost":12,"Date":"6/16/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":593,"Cost":464,"Date":"6/17/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":605,"Cost":530,"Date":"8/27/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":58,"Cost":55,"Date":"10/1/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":301,"Cost":254,"Date":"11/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":363,"Cost":186,"Date":"11/9/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":444,"Date":"3/27/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":148,"Date":"4/17/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":265,"Date":"8/11/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":944,"Cost":488,"Date":"8/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":694,"Cost":391,"Date":"9/2/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":876,"Cost":560,"Date":"9/5/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":894,"Cost":820,"Date":"9/14/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":847,"Cost":702,"Date":"9/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":99,"Cost":49,"Date":"11/20/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":934,"Date":"12/21/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":739,"Date":"1/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":185,"Date":"1/21/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":834,"Cost":439,"Date":"2/9/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":362,"Cost":298,"Date":"3/19/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":55,"Date":"4/3/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":591,"Cost":325,"Date":"4/5/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":482,"Date":"4/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":289,"Date":"7/10/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":623,"Cost":483,"Date":"3/25/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":454,"Cost":242,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":561,"Cost":326,"Date":"10/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":122,"Date":"3/2/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":280,"Date":"6/28/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":216,"Cost":126,"Date":"7/17/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":302,"Cost":248,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":144,"Cost":114,"Date":"8/23/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":808,"Cost":431,"Date":"11/20/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":806,"Date":"12/16/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":258,"Cost":213,"Date":"12/30/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":362,"Date":"2/15/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":101,"Cost":78,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":519,"Cost":455,"Date":"3/7/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":296,"Cost":173,"Date":"4/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":798,"Cost":624,"Date":"7/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":467,"Cost":350,"Date":"8/18/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":649,"Cost":392,"Date":"10/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":866,"Date":"11/11/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":82,"Cost":43,"Date":"11/30/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":43,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":389,"Date":"3/1/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":875,"Cost":718,"Date":"4/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":809,"Cost":549,"Date":"5/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":183,"Cost":164,"Date":"8/13/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":625,"Cost":364,"Date":"9/15/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":261,"Cost":203,"Date":"10/14/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":386,"Cost":212,"Date":"10/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":216,"Cost":182,"Date":"11/11/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":550,"Cost":319,"Date":"12/7/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":143,"Cost":88,"Date":"12/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":641,"Cost":472,"Date":"1/6/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":3,"Date":"1/23/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":947,"Cost":536,"Date":"2/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":777,"Cost":443,"Date":"3/10/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":311,"Cost":233,"Date":"3/12/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":217,"Date":"3/31/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":288,"Cost":209,"Date":"6/16/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":994,"Cost":804,"Date":"6/17/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":903,"Date":"8/27/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":16,"Cost":14,"Date":"10/1/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":487,"Cost":395,"Date":"11/4/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Sellpy","Country":"Canada","Sale":167,"Cost":97,"Date":"11/9/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":759,"Cost":558,"Date":"3/27/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":236,"Cost":175,"Date":"4/17/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":275,"Cost":150,"Date":"8/11/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":924,"Cost":469,"Date":"8/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":836,"Cost":673,"Date":"9/2/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":599,"Cost":565,"Date":"9/5/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":210,"Cost":166,"Date":"9/14/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":367,"Date":"9/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":361,"Cost":197,"Date":"11/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":994,"Cost":646,"Date":"12/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":997,"Cost":713,"Date":"1/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":363,"Cost":297,"Date":"1/21/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":574,"Cost":459,"Date":"2/9/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":278,"Date":"3/19/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":362,"Cost":277,"Date":"4/3/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":628,"Date":"4/5/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":382,"Cost":310,"Date":"4/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":314,"Cost":261,"Date":"7/10/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":131,"Cost":97,"Date":"3/25/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":347,"Cost":270,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":481,"Cost":343,"Date":"10/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":100,"Cost":95,"Date":"3/2/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":81,"Cost":68,"Date":"6/28/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":654,"Cost":442,"Date":"7/17/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":573,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":583,"Cost":532,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":300,"Cost":216,"Date":"11/20/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":49,"Cost":47,"Date":"12/16/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":302,"Cost":274,"Date":"12/30/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":409,"Cost":243,"Date":"2/15/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":926,"Cost":488,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":170,"Cost":156,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":47,"Cost":43,"Date":"4/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":752,"Cost":416,"Date":"7/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":258,"Cost":160,"Date":"8/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":274,"Date":"10/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":641,"Cost":512,"Date":"11/11/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":874,"Cost":809,"Date":"11/30/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":611,"Cost":361,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":24,"Cost":23,"Date":"3/1/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":421,"Date":"4/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":954,"Cost":480,"Date":"5/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":503,"Cost":377,"Date":"8/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":433,"Cost":382,"Date":"9/15/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":510,"Cost":396,"Date":"10/14/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":268,"Cost":245,"Date":"10/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":397,"Date":"11/11/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":169,"Cost":105,"Date":"12/7/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":423,"Date":"12/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":778,"Cost":400,"Date":"1/6/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":124,"Cost":75,"Date":"1/23/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":279,"Cost":247,"Date":"2/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":243,"Cost":181,"Date":"3/10/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":965,"Cost":813,"Date":"3/12/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":9,"Cost":7,"Date":"3/31/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":647,"Cost":573,"Date":"6/16/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":505,"Cost":262,"Date":"6/17/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":455,"Cost":366,"Date":"8/27/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":401,"Cost":240,"Date":"10/1/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":669,"Cost":443,"Date":"11/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":428,"Date":"11/9/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":139,"Cost":107,"Date":"3/27/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":715,"Cost":381,"Date":"4/17/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":201,"Cost":135,"Date":"8/11/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":404,"Cost":253,"Date":"8/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":384,"Cost":240,"Date":"9/2/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":929,"Cost":613,"Date":"9/5/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":737,"Cost":484,"Date":"9/14/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":686,"Cost":595,"Date":"9/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":455,"Cost":317,"Date":"11/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":208,"Date":"12/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":474,"Cost":266,"Date":"1/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":851,"Cost":614,"Date":"1/21/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":361,"Date":"2/9/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":335,"Cost":221,"Date":"3/19/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":291,"Date":"4/3/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":450,"Cost":382,"Date":"4/5/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":433,"Cost":288,"Date":"4/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":674,"Cost":346,"Date":"7/10/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":581,"Date":"3/25/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":972,"Cost":617,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":197,"Cost":145,"Date":"10/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":199,"Cost":147,"Date":"3/2/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":290,"Cost":222,"Date":"6/28/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":277,"Date":"7/17/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":786,"Cost":551,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":919,"Cost":683,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":749,"Cost":552,"Date":"11/20/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":435,"Cost":407,"Date":"12/16/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":33,"Cost":19,"Date":"12/30/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":761,"Cost":480,"Date":"2/15/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":87,"Cost":60,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":916,"Cost":568,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":376,"Cost":199,"Date":"4/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":792,"Cost":492,"Date":"7/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":604,"Cost":320,"Date":"8/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":422,"Cost":348,"Date":"10/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":186,"Date":"11/11/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":954,"Cost":773,"Date":"11/30/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":848,"Cost":572,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":612,"Cost":538,"Date":"3/1/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":389,"Cost":242,"Date":"4/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":922,"Cost":874,"Date":"5/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":552,"Cost":517,"Date":"8/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":632,"Cost":316,"Date":"9/15/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":506,"Cost":437,"Date":"10/14/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":99,"Cost":51,"Date":"10/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":637,"Cost":460,"Date":"11/11/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":280,"Cost":217,"Date":"12/7/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":334,"Date":"12/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":913,"Cost":563,"Date":"1/6/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":695,"Cost":536,"Date":"1/23/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":122,"Cost":91,"Date":"2/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":16,"Cost":11,"Date":"3/10/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":146,"Date":"3/12/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":763,"Cost":460,"Date":"3/31/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":378,"Cost":239,"Date":"6/16/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":413,"Cost":393,"Date":"6/17/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":309,"Cost":224,"Date":"8/27/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":64,"Cost":45,"Date":"10/1/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":864,"Date":"11/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":544,"Cost":463,"Date":"11/9/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":336,"Cost":317,"Date":"3/27/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":554,"Cost":319,"Date":"4/17/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":298,"Cost":166,"Date":"8/11/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":792,"Cost":730,"Date":"8/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":614,"Cost":316,"Date":"9/2/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":651,"Cost":458,"Date":"9/5/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":263,"Cost":178,"Date":"9/14/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":911,"Cost":517,"Date":"9/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":514,"Cost":258,"Date":"11/20/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":7,"Cost":5,"Date":"12/21/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":596,"Cost":434,"Date":"1/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":288,"Cost":163,"Date":"1/21/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":813,"Cost":609,"Date":"2/9/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":256,"Cost":166,"Date":"3/19/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":774,"Cost":726,"Date":"4/3/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":638,"Cost":350,"Date":"4/5/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":959,"Cost":834,"Date":"4/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":893,"Cost":801,"Date":"7/10/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":336,"Cost":284,"Date":"3/25/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":858,"Cost":542,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":370,"Cost":349,"Date":"10/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":303,"Cost":155,"Date":"3/2/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":844,"Cost":515,"Date":"6/28/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":245,"Cost":154,"Date":"7/17/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":9,"Cost":4,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":500,"Cost":475,"Date":"8/23/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":867,"Cost":716,"Date":"11/20/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":562,"Cost":396,"Date":"12/16/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":350,"Cost":180,"Date":"12/30/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":691,"Cost":556,"Date":"2/15/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":434,"Cost":244,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":483,"Cost":379,"Date":"3/7/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":35,"Cost":18,"Date":"4/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":655,"Cost":443,"Date":"7/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":513,"Cost":428,"Date":"8/18/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":78,"Cost":58,"Date":"10/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":209,"Cost":172,"Date":"11/11/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":945,"Cost":586,"Date":"11/30/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":315,"Cost":287,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":638,"Cost":599,"Date":"3/1/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":114,"Cost":73,"Date":"4/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":713,"Cost":564,"Date":"5/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":306,"Cost":215,"Date":"8/13/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":841,"Cost":560,"Date":"9/15/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":713,"Cost":424,"Date":"10/14/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":297,"Cost":267,"Date":"10/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":46,"Cost":30,"Date":"11/11/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":920,"Cost":713,"Date":"12/7/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":628,"Cost":352,"Date":"12/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":840,"Cost":722,"Date":"1/6/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":897,"Cost":706,"Date":"1/23/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":649,"Cost":427,"Date":"2/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":858,"Cost":436,"Date":"3/10/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":662,"Cost":622,"Date":"3/12/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":215,"Cost":135,"Date":"3/31/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":613,"Cost":379,"Date":"6/16/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":300,"Cost":162,"Date":"6/17/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":1000,"Cost":930,"Date":"8/27/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":748,"Cost":607,"Date":"10/1/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":589,"Cost":311,"Date":"11/4/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":656,"Cost":547,"Date":"11/9/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":438,"Cost":298,"Date":"3/27/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":579,"Cost":372,"Date":"4/17/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":900,"Cost":807,"Date":"8/11/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":166,"Cost":134,"Date":"8/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":211,"Cost":198,"Date":"9/2/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":902,"Cost":686,"Date":"9/5/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":128,"Cost":94,"Date":"9/14/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":435,"Cost":397,"Date":"9/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":220,"Cost":156,"Date":"11/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":546,"Cost":331,"Date":"12/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":910,"Cost":552,"Date":"1/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":293,"Cost":260,"Date":"1/21/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":4,"Cost":2,"Date":"2/9/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":649,"Cost":560,"Date":"3/19/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":350,"Cost":203,"Date":"4/3/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":831,"Cost":530,"Date":"4/5/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":110,"Cost":59,"Date":"4/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":540,"Cost":433,"Date":"7/10/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":115,"Cost":82,"Date":"3/25/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":734,"Cost":620,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":453,"Cost":350,"Date":"10/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":586,"Cost":523,"Date":"3/2/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":191,"Cost":100,"Date":"6/28/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":368,"Cost":232,"Date":"7/17/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":561,"Cost":301,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":714,"Cost":416,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":706,"Cost":394,"Date":"11/20/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":577,"Cost":402,"Date":"12/16/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":19,"Cost":11,"Date":"12/30/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":366,"Cost":289,"Date":"2/15/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":847,"Cost":697,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":81,"Cost":41,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":922,"Cost":646,"Date":"4/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":864,"Cost":567,"Date":"7/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":841,"Cost":756,"Date":"8/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":181,"Cost":122,"Date":"10/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":857,"Cost":749,"Date":"11/11/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":990,"Cost":664,"Date":"11/30/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":251,"Cost":127,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":306,"Cost":271,"Date":"3/1/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":805,"Cost":462,"Date":"4/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":187,"Cost":108,"Date":"5/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":430,"Cost":267,"Date":"8/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":466,"Cost":259,"Date":"9/15/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":895,"Cost":819,"Date":"10/14/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":48,"Cost":44,"Date":"10/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":305,"Cost":156,"Date":"11/11/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":206,"Cost":112,"Date":"12/7/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":746,"Cost":551,"Date":"12/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":656,"Cost":558,"Date":"1/6/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":80,"Cost":70,"Date":"1/23/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":286,"Cost":222,"Date":"2/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":485,"Cost":291,"Date":"3/10/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":225,"Cost":182,"Date":"3/12/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":269,"Cost":248,"Date":"3/31/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":34,"Cost":31,"Date":"6/16/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":629,"Cost":465,"Date":"6/17/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":379,"Cost":347,"Date":"8/27/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":677,"Cost":430,"Date":"10/1/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":593,"Cost":439,"Date":"11/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":303,"Cost":217,"Date":"11/9/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":853,"Cost":568,"Date":"3/27/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":416,"Cost":350,"Date":"4/17/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":376,"Cost":200,"Date":"8/11/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":118,"Cost":60,"Date":"8/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":446,"Cost":344,"Date":"9/2/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":537,"Cost":354,"Date":"9/5/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":653,"Cost":454,"Date":"9/14/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":319,"Cost":205,"Date":"9/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":496,"Cost":357,"Date":"11/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":482,"Cost":345,"Date":"12/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":451,"Cost":257,"Date":"1/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":561,"Cost":341,"Date":"1/21/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":491,"Cost":258,"Date":"2/9/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":473,"Cost":329,"Date":"3/19/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":911,"Cost":690,"Date":"4/3/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":523,"Cost":370,"Date":"4/5/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":896,"Cost":829,"Date":"4/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":182,"Cost":97,"Date":"7/10/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":877,"Cost":685,"Date":"3/25/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":915,"Cost":797,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":288,"Cost":216,"Date":"10/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":561,"Cost":333,"Date":"3/2/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":517,"Cost":365,"Date":"6/28/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":83,"Cost":51,"Date":"7/17/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":911,"Cost":740,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":858,"Cost":781,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":600,"Cost":407,"Date":"11/20/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":501,"Cost":286,"Date":"12/16/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":482,"Cost":438,"Date":"12/30/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":652,"Cost":552,"Date":"2/15/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":140,"Cost":105,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":975,"Cost":702,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":552,"Cost":458,"Date":"4/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":230,"Cost":177,"Date":"7/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":117,"Cost":102,"Date":"8/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":375,"Cost":190,"Date":"10/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":782,"Cost":621,"Date":"11/11/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":427,"Cost":234,"Date":"11/30/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":752,"Cost":554,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":749,"Cost":600,"Date":"3/1/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":387,"Cost":195,"Date":"4/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":108,"Cost":58,"Date":"5/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":103,"Cost":93,"Date":"8/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":984,"Cost":639,"Date":"9/15/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":194,"Cost":111,"Date":"10/14/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":169,"Cost":112,"Date":"10/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":906,"Cost":786,"Date":"11/11/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":566,"Cost":495,"Date":"12/7/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":154,"Cost":109,"Date":"12/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":517,"Cost":439,"Date":"1/6/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":284,"Cost":157,"Date":"1/23/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":165,"Cost":107,"Date":"2/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":710,"Cost":530,"Date":"3/10/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":628,"Cost":568,"Date":"3/12/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":663,"Cost":397,"Date":"3/31/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":682,"Cost":348,"Date":"6/16/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":27,"Cost":23,"Date":"6/17/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":867,"Cost":612,"Date":"8/27/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":90,"Cost":82,"Date":"10/1/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":623,"Cost":586,"Date":"11/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":213,"Cost":187,"Date":"11/9/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":907,"Cost":768,"Date":"3/27/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":661,"Cost":609,"Date":"4/17/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":237,"Cost":191,"Date":"8/11/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":569,"Cost":534,"Date":"8/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":751,"Cost":509,"Date":"9/2/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":856,"Cost":737,"Date":"9/5/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":271,"Cost":185,"Date":"9/14/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":908,"Cost":476,"Date":"9/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":831,"Cost":578,"Date":"11/20/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"12/21/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":968,"Cost":780,"Date":"1/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":178,"Cost":143,"Date":"1/21/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":460,"Cost":351,"Date":"2/9/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":153,"Cost":98,"Date":"3/19/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":40,"Cost":34,"Date":"4/3/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":766,"Cost":629,"Date":"4/5/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":926,"Cost":855,"Date":"4/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":83,"Cost":50,"Date":"7/10/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":90,"Cost":62,"Date":"3/25/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":668,"Cost":474,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":560,"Cost":329,"Date":"10/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":699,"Cost":570,"Date":"3/2/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":647,"Cost":488,"Date":"6/28/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":227,"Cost":119,"Date":"7/17/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":633,"Cost":397,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":188,"Cost":176,"Date":"8/23/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":602,"Cost":316,"Date":"11/20/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":592,"Cost":448,"Date":"12/16/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":807,"Cost":653,"Date":"12/30/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":513,"Cost":335,"Date":"2/15/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":660,"Cost":511,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":146,"Cost":124,"Date":"3/7/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":751,"Cost":431,"Date":"4/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":645,"Cost":477,"Date":"7/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":928,"Cost":507,"Date":"8/18/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":804,"Cost":493,"Date":"10/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":951,"Cost":849,"Date":"11/11/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":676,"Cost":515,"Date":"11/30/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":96,"Cost":52,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":231,"Cost":192,"Date":"3/1/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":899,"Cost":622,"Date":"4/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":509,"Cost":277,"Date":"5/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":235,"Cost":153,"Date":"8/13/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":614,"Cost":496,"Date":"9/15/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":525,"Cost":411,"Date":"10/14/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":539,"Cost":450,"Date":"10/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":840,"Cost":510,"Date":"11/11/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":550,"Cost":319,"Date":"12/7/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":403,"Cost":348,"Date":"12/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":619,"Cost":377,"Date":"1/6/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":642,"Cost":556,"Date":"1/23/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":859,"Cost":483,"Date":"2/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":351,"Cost":232,"Date":"3/10/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":256,"Cost":138,"Date":"3/12/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":192,"Cost":166,"Date":"3/31/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":853,"Cost":671,"Date":"6/16/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":856,"Cost":675,"Date":"6/17/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":504,"Cost":338,"Date":"8/27/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":765,"Cost":674,"Date":"10/1/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":958,"Cost":715,"Date":"11/4/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"COS","Country":"Canada","Sale":145,"Cost":138,"Date":"11/9/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":137,"Cost":74,"Date":"3/27/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":185,"Cost":105,"Date":"4/17/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":614,"Date":"8/11/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":75,"Cost":42,"Date":"8/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":981,"Cost":694,"Date":"9/2/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":948,"Cost":483,"Date":"9/5/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":257,"Date":"9/14/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":12,"Date":"9/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":310,"Date":"11/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":770,"Cost":468,"Date":"12/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":154,"Cost":146,"Date":"1/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":390,"Date":"1/21/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":849,"Cost":782,"Date":"2/9/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":991,"Cost":823,"Date":"3/19/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":503,"Cost":432,"Date":"4/3/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":265,"Cost":166,"Date":"4/5/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":636,"Cost":415,"Date":"4/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":594,"Date":"7/10/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":129,"Cost":90,"Date":"3/25/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":799,"Cost":757,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":712,"Cost":439,"Date":"10/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":339,"Cost":321,"Date":"3/2/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":589,"Cost":450,"Date":"6/28/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":163,"Date":"7/17/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":451,"Cost":352,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":263,"Cost":164,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":672,"Cost":507,"Date":"11/20/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":196,"Date":"12/16/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":175,"Cost":112,"Date":"12/30/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":162,"Cost":83,"Date":"2/15/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":641,"Cost":384,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":355,"Cost":321,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":783,"Cost":566,"Date":"4/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":13,"Cost":8,"Date":"7/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":224,"Cost":195,"Date":"8/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":386,"Date":"10/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":300,"Cost":242,"Date":"11/11/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":477,"Date":"11/30/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":82,"Cost":45,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":71,"Cost":38,"Date":"3/1/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":199,"Date":"4/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":766,"Cost":675,"Date":"5/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":128,"Date":"8/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":232,"Cost":131,"Date":"9/15/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":953,"Cost":627,"Date":"10/14/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":236,"Date":"10/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":251,"Cost":165,"Date":"11/11/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":509,"Date":"12/7/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":52,"Cost":39,"Date":"12/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":956,"Cost":872,"Date":"1/6/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":380,"Cost":210,"Date":"1/23/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":194,"Cost":154,"Date":"2/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":554,"Cost":337,"Date":"3/10/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":140,"Cost":106,"Date":"3/12/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":328,"Date":"3/31/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":410,"Date":"6/16/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":568,"Cost":344,"Date":"6/17/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":124,"Cost":106,"Date":"8/27/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":243,"Cost":217,"Date":"10/1/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":397,"Date":"11/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":572,"Cost":464,"Date":"11/9/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":241,"Date":"3/27/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":699,"Cost":449,"Date":"4/17/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":675,"Cost":616,"Date":"8/11/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":274,"Cost":258,"Date":"8/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":685,"Cost":501,"Date":"9/2/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":93,"Cost":52,"Date":"9/5/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":129,"Cost":65,"Date":"9/14/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":867,"Cost":704,"Date":"9/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":654,"Cost":437,"Date":"11/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":95,"Date":"12/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":812,"Cost":496,"Date":"1/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":640,"Cost":390,"Date":"1/21/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":755,"Cost":672,"Date":"2/9/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":664,"Date":"3/19/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":77,"Cost":61,"Date":"4/3/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":230,"Cost":159,"Date":"4/5/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":69,"Cost":48,"Date":"4/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":90,"Cost":77,"Date":"7/10/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":819,"Cost":513,"Date":"3/25/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":396,"Cost":311,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":37,"Cost":30,"Date":"10/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":711,"Cost":398,"Date":"3/2/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":764,"Cost":483,"Date":"6/28/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":652,"Cost":451,"Date":"7/17/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":595,"Cost":551,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":78,"Cost":55,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":14,"Cost":7,"Date":"11/20/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":487,"Cost":359,"Date":"12/16/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":228,"Cost":215,"Date":"12/30/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":627,"Cost":591,"Date":"2/15/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":146,"Cost":133,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":376,"Cost":194,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":906,"Cost":714,"Date":"4/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":328,"Date":"7/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":433,"Date":"8/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":241,"Date":"10/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":290,"Cost":248,"Date":"11/11/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":697,"Cost":540,"Date":"11/30/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":365,"Cost":317,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":924,"Cost":679,"Date":"3/1/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":552,"Cost":511,"Date":"4/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":722,"Cost":464,"Date":"5/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":968,"Cost":553,"Date":"8/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":278,"Cost":216,"Date":"9/15/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":327,"Cost":193,"Date":"10/14/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":788,"Cost":526,"Date":"10/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":252,"Cost":175,"Date":"11/11/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":349,"Date":"12/7/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":12,"Cost":6,"Date":"12/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":677,"Cost":445,"Date":"1/6/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":692,"Cost":509,"Date":"1/23/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":742,"Date":"2/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":792,"Cost":750,"Date":"3/10/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":691,"Date":"3/12/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":184,"Cost":95,"Date":"3/31/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":971,"Cost":590,"Date":"6/16/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":177,"Cost":168,"Date":"6/17/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":305,"Date":"8/27/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":660,"Cost":439,"Date":"10/1/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":428,"Cost":299,"Date":"11/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":195,"Cost":153,"Date":"11/9/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":233,"Date":"3/27/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":515,"Cost":326,"Date":"4/17/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":968,"Cost":698,"Date":"8/11/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":86,"Cost":52,"Date":"8/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":757,"Cost":686,"Date":"9/2/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":907,"Cost":540,"Date":"9/5/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":780,"Cost":721,"Date":"9/14/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":393,"Cost":239,"Date":"9/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":242,"Cost":188,"Date":"11/20/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":981,"Cost":642,"Date":"12/21/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":785,"Cost":677,"Date":"1/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":142,"Cost":77,"Date":"1/21/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":131,"Cost":123,"Date":"2/9/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":472,"Cost":236,"Date":"3/19/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":388,"Cost":361,"Date":"4/3/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":968,"Cost":651,"Date":"4/5/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":512,"Cost":303,"Date":"4/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":491,"Cost":401,"Date":"7/10/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":84,"Cost":42,"Date":"3/25/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":972,"Cost":663,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":943,"Cost":578,"Date":"10/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":364,"Date":"3/2/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":610,"Cost":558,"Date":"6/28/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":824,"Cost":516,"Date":"7/17/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":331,"Cost":232,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":404,"Cost":344,"Date":"8/23/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":332,"Cost":295,"Date":"11/20/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":384,"Cost":254,"Date":"12/16/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":820,"Cost":749,"Date":"12/30/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":920,"Cost":708,"Date":"2/15/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":216,"Cost":138,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":19,"Date":"3/7/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":496,"Date":"4/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":686,"Cost":645,"Date":"7/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":39,"Cost":34,"Date":"8/18/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":590,"Cost":506,"Date":"10/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":878,"Cost":470,"Date":"11/11/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":28,"Date":"11/30/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":528,"Cost":423,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":30,"Cost":23,"Date":"3/1/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":607,"Cost":389,"Date":"4/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":806,"Cost":508,"Date":"5/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":533,"Cost":463,"Date":"8/13/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":342,"Cost":289,"Date":"9/15/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":293,"Cost":260,"Date":"10/14/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":1,"Cost":0,"Date":"10/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":962,"Cost":681,"Date":"11/11/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":680,"Cost":553,"Date":"12/7/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":910,"Cost":668,"Date":"12/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":44,"Cost":40,"Date":"1/6/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":661,"Cost":490,"Date":"1/23/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":507,"Cost":463,"Date":"2/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":448,"Cost":322,"Date":"3/10/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":371,"Date":"3/12/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":280,"Cost":185,"Date":"3/31/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":460,"Cost":417,"Date":"6/16/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":401,"Cost":263,"Date":"6/17/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":568,"Cost":310,"Date":"8/27/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":805,"Cost":585,"Date":"10/1/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":97,"Cost":85,"Date":"11/4/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":42,"Cost":21,"Date":"11/9/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":550,"Cost":360,"Date":"3/27/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":513,"Cost":317,"Date":"4/17/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":719,"Cost":383,"Date":"8/11/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":174,"Cost":118,"Date":"8/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":119,"Cost":71,"Date":"9/2/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":801,"Cost":413,"Date":"9/5/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":944,"Cost":763,"Date":"9/14/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":591,"Date":"9/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":368,"Cost":200,"Date":"11/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":54,"Cost":47,"Date":"12/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":712,"Cost":356,"Date":"1/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":106,"Cost":65,"Date":"1/21/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":651,"Date":"2/9/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":551,"Cost":350,"Date":"3/19/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":984,"Cost":921,"Date":"4/3/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":272,"Cost":157,"Date":"4/5/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":376,"Cost":188,"Date":"4/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":886,"Cost":787,"Date":"7/10/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":441,"Cost":227,"Date":"3/25/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":918,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":349,"Cost":316,"Date":"10/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":146,"Cost":111,"Date":"3/2/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":69,"Cost":49,"Date":"6/28/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":263,"Cost":193,"Date":"7/17/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":306,"Cost":231,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":467,"Cost":440,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":730,"Cost":457,"Date":"11/20/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":468,"Cost":380,"Date":"12/16/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":63,"Cost":40,"Date":"12/30/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":168,"Cost":91,"Date":"2/15/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":764,"Cost":595,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":459,"Cost":265,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":268,"Date":"4/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":683,"Cost":564,"Date":"7/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":807,"Cost":698,"Date":"8/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":916,"Cost":551,"Date":"10/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":78,"Cost":53,"Date":"11/11/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":612,"Cost":554,"Date":"11/30/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":882,"Cost":648,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":879,"Cost":790,"Date":"3/1/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":374,"Cost":253,"Date":"4/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":455,"Cost":409,"Date":"5/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":623,"Cost":354,"Date":"8/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":340,"Cost":261,"Date":"9/15/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":214,"Date":"10/14/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":740,"Cost":527,"Date":"10/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":971,"Cost":617,"Date":"11/11/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":799,"Cost":713,"Date":"12/7/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":597,"Cost":384,"Date":"12/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":734,"Cost":682,"Date":"1/6/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":38,"Cost":25,"Date":"1/23/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":249,"Cost":138,"Date":"2/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":278,"Cost":250,"Date":"3/10/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":825,"Cost":557,"Date":"3/12/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":509,"Cost":420,"Date":"3/31/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":24,"Cost":14,"Date":"6/16/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":720,"Cost":422,"Date":"6/17/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":532,"Date":"8/27/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":391,"Cost":370,"Date":"10/1/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":561,"Cost":404,"Date":"11/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":593,"Cost":333,"Date":"11/9/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":143,"Cost":83,"Date":"3/27/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":210,"Cost":137,"Date":"4/17/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":785,"Cost":596,"Date":"8/11/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":285,"Cost":246,"Date":"8/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":971,"Cost":649,"Date":"9/2/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":184,"Cost":127,"Date":"9/5/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":755,"Cost":518,"Date":"9/14/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":149,"Cost":126,"Date":"9/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":224,"Cost":158,"Date":"11/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":771,"Cost":638,"Date":"12/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":18,"Cost":17,"Date":"1/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":702,"Cost":606,"Date":"1/21/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":330,"Cost":230,"Date":"2/9/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":694,"Cost":424,"Date":"3/19/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":711,"Cost":372,"Date":"4/3/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":137,"Date":"4/5/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":144,"Date":"4/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":69,"Cost":35,"Date":"7/10/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":857,"Cost":765,"Date":"3/25/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":211,"Cost":172,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":632,"Cost":344,"Date":"10/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":977,"Cost":679,"Date":"3/2/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":835,"Cost":663,"Date":"6/28/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":563,"Cost":431,"Date":"7/17/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":803,"Cost":589,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":9,"Cost":7,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":441,"Cost":395,"Date":"11/20/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":540,"Cost":375,"Date":"12/16/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":470,"Cost":437,"Date":"12/30/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":808,"Cost":414,"Date":"2/15/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":29,"Cost":23,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":142,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":648,"Cost":404,"Date":"4/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":955,"Cost":826,"Date":"7/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":443,"Date":"8/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":67,"Cost":37,"Date":"10/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":397,"Date":"11/11/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":161,"Cost":137,"Date":"11/30/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":810,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":406,"Cost":347,"Date":"3/1/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":333,"Date":"4/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":205,"Cost":163,"Date":"5/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":324,"Date":"8/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":822,"Cost":582,"Date":"9/15/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":29,"Date":"10/14/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":918,"Cost":545,"Date":"10/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":501,"Cost":378,"Date":"11/11/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":455,"Date":"12/7/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":632,"Cost":444,"Date":"12/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":668,"Date":"1/6/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":586,"Cost":483,"Date":"1/23/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":132,"Cost":107,"Date":"2/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":687,"Cost":411,"Date":"3/10/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":559,"Cost":377,"Date":"3/12/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":992,"Cost":781,"Date":"3/31/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":188,"Cost":170,"Date":"6/16/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":593,"Cost":420,"Date":"6/17/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":159,"Date":"8/27/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":481,"Cost":316,"Date":"10/1/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":648,"Date":"11/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":505,"Cost":429,"Date":"11/9/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":807,"Cost":689,"Date":"3/27/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":52,"Cost":45,"Date":"4/17/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":482,"Cost":368,"Date":"8/11/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":9,"Cost":6,"Date":"8/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":445,"Cost":230,"Date":"9/2/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":989,"Cost":830,"Date":"9/5/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":113,"Cost":69,"Date":"9/14/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":806,"Cost":496,"Date":"9/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":765,"Cost":426,"Date":"11/20/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":221,"Cost":144,"Date":"12/21/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":627,"Cost":490,"Date":"1/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":759,"Cost":411,"Date":"1/21/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":503,"Cost":366,"Date":"2/9/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":692,"Cost":501,"Date":"3/19/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":357,"Cost":241,"Date":"4/3/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":381,"Cost":362,"Date":"4/5/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":589,"Cost":521,"Date":"4/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":232,"Cost":187,"Date":"7/10/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":151,"Cost":105,"Date":"3/25/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":131,"Cost":74,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":604,"Cost":318,"Date":"10/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":880,"Cost":603,"Date":"3/2/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":171,"Cost":150,"Date":"6/28/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":885,"Cost":463,"Date":"7/17/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":555,"Cost":371,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":848,"Cost":743,"Date":"8/23/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":828,"Cost":662,"Date":"11/20/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":603,"Cost":323,"Date":"12/16/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":157,"Cost":110,"Date":"12/30/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":512,"Cost":462,"Date":"2/15/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":579,"Cost":457,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":837,"Cost":554,"Date":"3/7/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":897,"Cost":536,"Date":"4/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":91,"Cost":53,"Date":"7/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":241,"Cost":207,"Date":"8/18/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":987,"Cost":691,"Date":"10/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":982,"Cost":885,"Date":"11/11/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":503,"Cost":463,"Date":"11/30/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":140,"Cost":96,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":485,"Cost":444,"Date":"3/1/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":536,"Cost":479,"Date":"4/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":546,"Cost":394,"Date":"5/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":303,"Cost":221,"Date":"8/13/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":691,"Cost":380,"Date":"9/15/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":980,"Cost":683,"Date":"10/14/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":55,"Cost":27,"Date":"10/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":221,"Cost":193,"Date":"11/11/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":971,"Cost":524,"Date":"12/7/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":484,"Cost":431,"Date":"12/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":268,"Cost":148,"Date":"1/6/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":274,"Cost":216,"Date":"1/23/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":202,"Cost":124,"Date":"2/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":890,"Cost":713,"Date":"3/10/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":601,"Cost":325,"Date":"3/12/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":236,"Cost":157,"Date":"3/31/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":102,"Cost":75,"Date":"6/16/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":163,"Cost":123,"Date":"6/17/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":169,"Cost":126,"Date":"8/27/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":736,"Cost":539,"Date":"10/1/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":577,"Cost":391,"Date":"11/4/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"COS","Country":"Canada","Sale":985,"Cost":898,"Date":"11/9/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":826,"Cost":591,"Date":"3/27/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":697,"Cost":661,"Date":"4/17/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":124,"Cost":95,"Date":"8/11/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":93,"Date":"8/21/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":347,"Date":"9/2/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":374,"Cost":218,"Date":"9/5/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":963,"Cost":549,"Date":"9/14/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":156,"Date":"9/20/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":940,"Cost":726,"Date":"11/20/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":619,"Cost":487,"Date":"12/21/2018"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":577,"Cost":461,"Date":"1/7/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":501,"Cost":301,"Date":"1/21/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":320,"Cost":194,"Date":"2/9/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":544,"Cost":495,"Date":"3/19/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":654,"Cost":471,"Date":"4/3/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":163,"Cost":86,"Date":"4/5/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":55,"Cost":33,"Date":"4/28/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":407,"Cost":382,"Date":"7/10/2019"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":644,"Cost":340,"Date":"3/25/2020"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":956,"Cost":702,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":55,"Date":"10/28/2020"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":136,"Cost":113,"Date":"3/2/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":811,"Cost":477,"Date":"6/28/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":316,"Date":"7/17/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":173,"Cost":117,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":467,"Cost":319,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":568,"Cost":358,"Date":"11/20/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":473,"Cost":273,"Date":"12/16/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":381,"Cost":270,"Date":"12/30/2021"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":613,"Cost":322,"Date":"2/15/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":418,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":756,"Cost":521,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":876,"Cost":773,"Date":"4/18/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":247,"Cost":134,"Date":"7/27/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":385,"Cost":296,"Date":"8/18/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":395,"Cost":303,"Date":"10/31/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":597,"Cost":317,"Date":"11/11/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":234,"Cost":168,"Date":"11/30/2022"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":167,"Cost":136,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":906,"Cost":519,"Date":"3/1/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":841,"Cost":433,"Date":"4/13/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":740,"Cost":700,"Date":"5/20/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":814,"Cost":609,"Date":"8/13/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":826,"Cost":628,"Date":"9/15/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":160,"Cost":113,"Date":"10/14/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":122,"Date":"10/28/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":725,"Cost":439,"Date":"11/11/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":795,"Cost":600,"Date":"12/7/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":145,"Cost":119,"Date":"12/21/2023"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":82,"Cost":73,"Date":"1/6/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":507,"Date":"1/23/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":254,"Cost":237,"Date":"2/4/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":487,"Cost":244,"Date":"3/10/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":480,"Cost":410,"Date":"3/12/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":657,"Cost":374,"Date":"3/31/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":983,"Cost":820,"Date":"6/16/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":665,"Cost":581,"Date":"6/17/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":287,"Cost":226,"Date":"8/27/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":670,"Cost":540,"Date":"10/1/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":915,"Cost":728,"Date":"11/4/2024"},{"Store":"Southland Mall, Regina","Brand":"HM Home","Country":"Canada","Sale":289,"Cost":176,"Date":"11/9/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":921,"Cost":674,"Date":"3/27/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":821,"Cost":740,"Date":"4/17/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":480,"Cost":258,"Date":"8/11/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":111,"Cost":76,"Date":"8/21/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":211,"Cost":201,"Date":"9/2/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":203,"Cost":159,"Date":"9/5/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":380,"Cost":242,"Date":"9/14/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":407,"Cost":300,"Date":"9/20/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":636,"Cost":356,"Date":"11/20/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":224,"Cost":126,"Date":"12/21/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":561,"Cost":483,"Date":"1/7/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":755,"Cost":667,"Date":"1/21/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":471,"Cost":257,"Date":"2/9/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":190,"Cost":136,"Date":"3/19/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":158,"Cost":97,"Date":"4/3/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":262,"Cost":141,"Date":"4/5/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":405,"Cost":254,"Date":"4/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":875,"Cost":748,"Date":"7/10/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":735,"Cost":505,"Date":"3/25/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":969,"Cost":916,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":637,"Cost":456,"Date":"10/28/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":892,"Cost":688,"Date":"3/2/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":513,"Cost":351,"Date":"6/28/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":137,"Cost":118,"Date":"7/17/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":48,"Cost":25,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":51,"Cost":44,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":691,"Cost":656,"Date":"11/20/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":741,"Cost":462,"Date":"12/16/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":358,"Cost":328,"Date":"12/30/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":560,"Cost":397,"Date":"2/15/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":799,"Cost":543,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":517,"Cost":277,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":536,"Cost":276,"Date":"4/18/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":141,"Cost":126,"Date":"7/27/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":852,"Cost":768,"Date":"8/18/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":718,"Cost":673,"Date":"10/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":572,"Cost":314,"Date":"11/11/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":511,"Cost":297,"Date":"11/30/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":942,"Cost":752,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":105,"Cost":52,"Date":"3/1/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":964,"Cost":799,"Date":"4/13/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":416,"Cost":346,"Date":"5/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":721,"Cost":501,"Date":"8/13/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":269,"Cost":221,"Date":"9/15/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":19,"Cost":15,"Date":"10/14/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":543,"Cost":486,"Date":"10/28/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":52,"Cost":46,"Date":"11/11/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":153,"Cost":127,"Date":"12/7/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":390,"Cost":242,"Date":"12/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":684,"Cost":462,"Date":"1/6/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":831,"Cost":463,"Date":"1/23/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":847,"Cost":752,"Date":"2/4/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":89,"Cost":66,"Date":"3/10/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":48,"Cost":27,"Date":"3/12/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":297,"Cost":184,"Date":"3/31/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":622,"Cost":322,"Date":"6/16/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":91,"Cost":60,"Date":"6/17/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":78,"Cost":50,"Date":"8/27/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":413,"Cost":368,"Date":"10/1/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":232,"Cost":146,"Date":"11/4/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":688,"Cost":420,"Date":"11/9/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":218,"Cost":111,"Date":"3/27/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":988,"Cost":733,"Date":"4/17/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":822,"Cost":659,"Date":"8/11/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":47,"Cost":42,"Date":"8/21/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":596,"Cost":462,"Date":"9/2/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":144,"Cost":102,"Date":"9/5/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":951,"Cost":783,"Date":"9/14/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":701,"Cost":439,"Date":"9/20/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":587,"Cost":340,"Date":"11/20/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":449,"Cost":356,"Date":"12/21/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":383,"Cost":272,"Date":"1/7/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":565,"Cost":379,"Date":"1/21/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":612,"Cost":389,"Date":"2/9/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":242,"Cost":224,"Date":"3/19/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":594,"Cost":299,"Date":"4/3/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":487,"Cost":325,"Date":"4/5/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":965,"Cost":907,"Date":"4/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":129,"Cost":106,"Date":"7/10/2019"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":307,"Cost":244,"Date":"3/25/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":766,"Cost":613,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":983,"Cost":768,"Date":"10/28/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":594,"Cost":423,"Date":"3/2/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":369,"Cost":306,"Date":"6/28/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":806,"Cost":635,"Date":"7/17/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":675,"Cost":404,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":227,"Cost":115,"Date":"8/23/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":945,"Cost":643,"Date":"11/20/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":539,"Cost":371,"Date":"12/16/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":405,"Cost":276,"Date":"12/30/2021"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":258,"Cost":143,"Date":"2/15/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":947,"Cost":608,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":826,"Cost":469,"Date":"3/7/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":204,"Cost":174,"Date":"4/18/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":633,"Cost":413,"Date":"7/27/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":728,"Cost":421,"Date":"8/18/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":145,"Cost":120,"Date":"10/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":215,"Cost":189,"Date":"11/11/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":981,"Cost":929,"Date":"11/30/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":917,"Cost":568,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":372,"Cost":202,"Date":"3/1/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":271,"Cost":253,"Date":"4/13/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":898,"Cost":710,"Date":"5/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":967,"Cost":520,"Date":"8/13/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":824,"Cost":740,"Date":"9/15/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":407,"Cost":344,"Date":"10/14/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":839,"Cost":789,"Date":"10/28/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":258,"Cost":205,"Date":"11/11/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":796,"Cost":666,"Date":"12/7/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":177,"Cost":95,"Date":"12/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":804,"Cost":692,"Date":"1/6/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":193,"Cost":149,"Date":"1/23/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":120,"Cost":84,"Date":"2/4/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":612,"Cost":411,"Date":"3/10/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":359,"Cost":335,"Date":"3/12/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":465,"Cost":265,"Date":"3/31/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":3,"Cost":3,"Date":"6/16/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":131,"Cost":68,"Date":"6/17/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":567,"Cost":402,"Date":"8/27/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":604,"Cost":385,"Date":"10/1/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":526,"Cost":322,"Date":"11/4/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":326,"Cost":182,"Date":"11/9/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":247,"Date":"3/27/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":339,"Cost":262,"Date":"4/17/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":128,"Cost":69,"Date":"8/11/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":888,"Cost":839,"Date":"8/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":259,"Cost":201,"Date":"9/2/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":434,"Cost":385,"Date":"9/5/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":216,"Cost":169,"Date":"9/14/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":321,"Date":"9/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":219,"Cost":193,"Date":"11/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":193,"Cost":131,"Date":"12/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":203,"Cost":128,"Date":"1/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":278,"Cost":200,"Date":"1/21/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":794,"Cost":420,"Date":"2/9/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":189,"Cost":101,"Date":"3/19/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":388,"Cost":216,"Date":"4/3/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":834,"Cost":593,"Date":"4/5/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":342,"Date":"4/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":593,"Cost":298,"Date":"7/10/2019"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":424,"Cost":323,"Date":"3/25/2020"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":150,"Cost":107,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":96,"Cost":63,"Date":"10/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":638,"Cost":395,"Date":"3/2/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":656,"Cost":577,"Date":"6/28/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":610,"Cost":554,"Date":"7/17/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":89,"Cost":71,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":596,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":346,"Cost":314,"Date":"11/20/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":762,"Cost":393,"Date":"12/16/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":178,"Cost":150,"Date":"12/30/2021"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":658,"Cost":362,"Date":"2/15/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":469,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":374,"Cost":331,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":218,"Cost":159,"Date":"4/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":759,"Cost":697,"Date":"7/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":537,"Cost":350,"Date":"8/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":544,"Cost":428,"Date":"10/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":410,"Date":"11/11/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":925,"Cost":512,"Date":"11/30/2022"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":343,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":155,"Cost":105,"Date":"3/1/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":347,"Cost":293,"Date":"4/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":244,"Cost":179,"Date":"5/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":606,"Cost":482,"Date":"8/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":88,"Cost":62,"Date":"9/15/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":204,"Cost":142,"Date":"10/14/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":439,"Cost":308,"Date":"10/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":550,"Cost":479,"Date":"11/11/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":158,"Cost":127,"Date":"12/7/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":141,"Cost":78,"Date":"12/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":918,"Cost":600,"Date":"1/6/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":825,"Cost":489,"Date":"1/23/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":6,"Cost":3,"Date":"2/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":213,"Cost":132,"Date":"3/10/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":430,"Cost":308,"Date":"3/12/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":59,"Date":"3/31/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":976,"Cost":666,"Date":"6/16/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":997,"Cost":600,"Date":"6/17/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":497,"Cost":367,"Date":"8/27/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":950,"Cost":587,"Date":"10/1/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":931,"Cost":819,"Date":"11/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"ARKET","Country":"Canada","Sale":490,"Cost":332,"Date":"11/9/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":633,"Date":"3/27/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":259,"Cost":246,"Date":"4/17/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":391,"Cost":225,"Date":"8/11/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":544,"Date":"8/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":995,"Cost":848,"Date":"9/2/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":302,"Cost":250,"Date":"9/5/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":252,"Date":"9/14/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":197,"Cost":161,"Date":"9/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":572,"Cost":388,"Date":"11/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":323,"Cost":295,"Date":"12/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":247,"Date":"1/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":347,"Date":"1/21/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":498,"Cost":300,"Date":"2/9/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":232,"Cost":176,"Date":"3/19/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":397,"Cost":253,"Date":"4/3/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":518,"Cost":407,"Date":"4/5/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":692,"Cost":471,"Date":"4/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":122,"Cost":86,"Date":"7/10/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":169,"Date":"3/25/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":721,"Cost":659,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":740,"Cost":474,"Date":"10/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":141,"Cost":117,"Date":"3/2/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":971,"Cost":682,"Date":"6/28/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":676,"Cost":338,"Date":"7/17/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":40,"Cost":24,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":318,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":739,"Cost":382,"Date":"11/20/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":213,"Cost":115,"Date":"12/16/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":130,"Cost":123,"Date":"12/30/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":862,"Cost":745,"Date":"2/15/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":292,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":938,"Cost":546,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":120,"Cost":65,"Date":"4/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":694,"Cost":657,"Date":"7/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":171,"Cost":110,"Date":"8/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":485,"Cost":261,"Date":"10/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":523,"Cost":450,"Date":"11/11/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":833,"Cost":470,"Date":"11/30/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":306,"Cost":169,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":937,"Cost":740,"Date":"3/1/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":554,"Cost":377,"Date":"4/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":772,"Cost":647,"Date":"5/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":116,"Cost":101,"Date":"8/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":396,"Cost":270,"Date":"9/15/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":408,"Cost":338,"Date":"10/14/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":54,"Cost":45,"Date":"10/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":23,"Cost":22,"Date":"11/11/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":884,"Cost":707,"Date":"12/7/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":198,"Cost":147,"Date":"12/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":213,"Cost":190,"Date":"1/6/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":515,"Cost":364,"Date":"1/23/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":545,"Cost":401,"Date":"2/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":556,"Cost":299,"Date":"3/10/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":73,"Date":"3/12/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":252,"Cost":161,"Date":"3/31/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":95,"Cost":77,"Date":"6/16/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":240,"Cost":206,"Date":"6/17/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":504,"Cost":457,"Date":"8/27/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":741,"Cost":535,"Date":"10/1/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":950,"Cost":630,"Date":"11/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":719,"Date":"11/9/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":432,"Cost":411,"Date":"3/27/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":668,"Cost":601,"Date":"4/17/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":336,"Cost":275,"Date":"8/11/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":895,"Cost":619,"Date":"8/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":817,"Cost":645,"Date":"9/2/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":462,"Cost":347,"Date":"9/5/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":879,"Cost":507,"Date":"9/14/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":255,"Cost":180,"Date":"9/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":186,"Cost":126,"Date":"11/20/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":315,"Cost":257,"Date":"12/21/2018"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":413,"Cost":389,"Date":"1/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":681,"Cost":455,"Date":"1/21/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":939,"Cost":782,"Date":"2/9/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":201,"Cost":172,"Date":"3/19/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":595,"Cost":433,"Date":"4/3/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":194,"Cost":169,"Date":"4/5/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":413,"Cost":272,"Date":"4/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":518,"Cost":432,"Date":"7/10/2019"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":210,"Cost":125,"Date":"3/25/2020"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":354,"Cost":236,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":738,"Cost":446,"Date":"10/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":353,"Cost":225,"Date":"3/2/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":229,"Cost":164,"Date":"6/28/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":955,"Cost":635,"Date":"7/17/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":903,"Cost":516,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":118,"Cost":67,"Date":"8/23/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":929,"Cost":572,"Date":"11/20/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":410,"Cost":234,"Date":"12/16/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":626,"Cost":351,"Date":"12/30/2021"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":513,"Cost":457,"Date":"2/15/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":579,"Cost":465,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":385,"Cost":327,"Date":"3/7/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":37,"Cost":34,"Date":"4/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":113,"Cost":101,"Date":"7/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":383,"Cost":304,"Date":"8/18/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":510,"Cost":347,"Date":"10/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":884,"Cost":501,"Date":"11/11/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":854,"Cost":494,"Date":"11/30/2022"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":759,"Cost":628,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":296,"Cost":251,"Date":"3/1/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":962,"Cost":911,"Date":"4/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":940,"Cost":594,"Date":"5/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":377,"Cost":242,"Date":"8/13/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":126,"Cost":114,"Date":"9/15/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":907,"Cost":732,"Date":"10/14/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":581,"Cost":318,"Date":"10/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":482,"Cost":335,"Date":"11/11/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":63,"Cost":36,"Date":"12/7/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":198,"Cost":111,"Date":"12/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":878,"Cost":451,"Date":"1/6/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":869,"Cost":559,"Date":"1/23/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":964,"Cost":669,"Date":"2/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":629,"Cost":326,"Date":"3/10/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":810,"Cost":608,"Date":"3/12/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":320,"Cost":161,"Date":"3/31/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":876,"Cost":698,"Date":"6/16/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":734,"Cost":414,"Date":"6/17/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":130,"Cost":72,"Date":"8/27/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":393,"Cost":319,"Date":"10/1/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":157,"Cost":86,"Date":"11/4/2024"},{"Store":"Cornwall Centre, Regina","Brand":"COS","Country":"Canada","Sale":873,"Cost":667,"Date":"11/9/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":747,"Cost":388,"Date":"3/27/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":528,"Cost":494,"Date":"4/17/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":417,"Cost":258,"Date":"8/11/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":453,"Cost":398,"Date":"8/21/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":430,"Cost":251,"Date":"9/2/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":203,"Cost":139,"Date":"9/5/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":357,"Cost":304,"Date":"9/14/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":186,"Cost":116,"Date":"9/20/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":109,"Cost":99,"Date":"11/20/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":215,"Cost":174,"Date":"12/21/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":33,"Cost":25,"Date":"1/7/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":655,"Cost":536,"Date":"1/21/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":376,"Cost":333,"Date":"2/9/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":806,"Cost":556,"Date":"3/19/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":479,"Cost":266,"Date":"4/3/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":949,"Cost":773,"Date":"4/5/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":485,"Cost":408,"Date":"4/28/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":975,"Cost":559,"Date":"7/10/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":419,"Cost":284,"Date":"3/25/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":527,"Cost":298,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":711,"Cost":496,"Date":"10/28/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":436,"Cost":281,"Date":"3/2/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":5,"Cost":2,"Date":"6/28/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":756,"Cost":679,"Date":"7/17/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":180,"Cost":106,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":718,"Cost":445,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":230,"Cost":157,"Date":"11/20/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":738,"Cost":391,"Date":"12/16/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":803,"Cost":510,"Date":"12/30/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":429,"Cost":308,"Date":"2/15/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":853,"Cost":568,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":570,"Cost":384,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":11,"Cost":6,"Date":"4/18/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":439,"Cost":380,"Date":"7/27/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":136,"Cost":116,"Date":"8/18/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":356,"Cost":260,"Date":"10/31/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":836,"Cost":679,"Date":"11/11/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":912,"Cost":512,"Date":"11/30/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":856,"Cost":706,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":368,"Cost":350,"Date":"3/1/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":800,"Cost":531,"Date":"4/13/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":201,"Cost":127,"Date":"5/20/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":942,"Cost":879,"Date":"8/13/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":127,"Cost":88,"Date":"9/15/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":473,"Cost":413,"Date":"10/14/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":812,"Cost":492,"Date":"10/28/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":711,"Cost":646,"Date":"11/11/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":187,"Cost":142,"Date":"12/7/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":851,"Cost":776,"Date":"12/21/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":557,"Cost":524,"Date":"1/6/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":761,"Cost":408,"Date":"1/23/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":531,"Cost":393,"Date":"2/4/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":747,"Cost":594,"Date":"3/10/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":993,"Cost":672,"Date":"3/12/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":944,"Cost":725,"Date":"3/31/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":330,"Cost":312,"Date":"6/16/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":39,"Cost":35,"Date":"6/17/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":828,"Cost":684,"Date":"8/27/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":318,"Cost":259,"Date":"10/1/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":520,"Cost":366,"Date":"11/4/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":527,"Cost":440,"Date":"11/9/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":6,"Cost":3,"Date":"3/27/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":575,"Cost":467,"Date":"4/17/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":775,"Cost":606,"Date":"8/11/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":862,"Cost":612,"Date":"8/21/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":529,"Cost":287,"Date":"9/2/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":850,"Cost":651,"Date":"9/5/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":940,"Cost":486,"Date":"9/14/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":751,"Cost":658,"Date":"9/20/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":129,"Cost":76,"Date":"11/20/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":927,"Cost":542,"Date":"12/21/2018"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":630,"Cost":474,"Date":"1/7/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":565,"Cost":365,"Date":"1/21/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":604,"Cost":492,"Date":"2/9/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":831,"Cost":611,"Date":"3/19/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":266,"Cost":207,"Date":"4/3/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":617,"Cost":441,"Date":"4/5/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":360,"Cost":338,"Date":"4/28/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":872,"Cost":786,"Date":"7/10/2019"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":169,"Cost":159,"Date":"3/25/2020"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":767,"Cost":417,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":795,"Cost":582,"Date":"10/28/2020"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":645,"Cost":375,"Date":"3/2/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":45,"Cost":38,"Date":"6/28/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":454,"Cost":288,"Date":"7/17/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":801,"Cost":565,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":327,"Cost":230,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":253,"Cost":179,"Date":"11/20/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":982,"Cost":894,"Date":"12/16/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":230,"Cost":136,"Date":"12/30/2021"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":824,"Cost":506,"Date":"2/15/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":469,"Cost":332,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":931,"Cost":810,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":781,"Cost":586,"Date":"4/18/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":513,"Cost":348,"Date":"7/27/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":247,"Cost":137,"Date":"8/18/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":864,"Cost":462,"Date":"10/31/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":748,"Cost":472,"Date":"11/11/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":296,"Cost":281,"Date":"11/30/2022"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":692,"Cost":417,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":938,"Cost":726,"Date":"3/1/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":18,"Cost":17,"Date":"4/13/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":974,"Cost":549,"Date":"5/20/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":723,"Cost":547,"Date":"8/13/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":21,"Cost":13,"Date":"9/15/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":417,"Cost":293,"Date":"10/14/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":505,"Cost":254,"Date":"10/28/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":200,"Cost":183,"Date":"11/11/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":812,"Cost":679,"Date":"12/7/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":861,"Cost":714,"Date":"12/21/2023"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":276,"Cost":242,"Date":"1/6/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":159,"Cost":108,"Date":"1/23/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":549,"Cost":469,"Date":"2/4/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":357,"Cost":219,"Date":"3/10/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":600,"Cost":568,"Date":"3/12/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":544,"Cost":389,"Date":"3/31/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":456,"Cost":348,"Date":"6/16/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":35,"Cost":20,"Date":"6/17/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":869,"Cost":585,"Date":"8/27/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":719,"Cost":421,"Date":"10/1/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":371,"Cost":220,"Date":"11/4/2024"},{"Store":"The Place, Beijing","Brand":"ARKET","Country":"China","Sale":140,"Cost":119,"Date":"11/9/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":96,"Cost":61,"Date":"3/27/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":657,"Cost":499,"Date":"4/17/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":493,"Cost":457,"Date":"8/11/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":303,"Cost":273,"Date":"8/21/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":50,"Cost":29,"Date":"9/2/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":624,"Cost":418,"Date":"9/5/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":997,"Cost":564,"Date":"9/14/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":85,"Cost":81,"Date":"9/20/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":848,"Cost":495,"Date":"11/20/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":338,"Cost":202,"Date":"12/21/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":821,"Cost":411,"Date":"1/7/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":865,"Cost":775,"Date":"1/21/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":701,"Cost":352,"Date":"2/9/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":847,"Cost":647,"Date":"3/19/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":270,"Cost":163,"Date":"4/3/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":961,"Cost":524,"Date":"4/5/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":730,"Cost":472,"Date":"4/28/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":746,"Cost":590,"Date":"7/10/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":74,"Cost":38,"Date":"3/25/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":653,"Cost":574,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":780,"Cost":519,"Date":"10/28/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":614,"Cost":516,"Date":"3/2/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":88,"Cost":59,"Date":"6/28/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":297,"Cost":225,"Date":"7/17/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":622,"Cost":470,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":890,"Cost":484,"Date":"8/23/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":947,"Cost":702,"Date":"11/20/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":309,"Cost":204,"Date":"12/16/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":465,"Cost":266,"Date":"12/30/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":245,"Cost":192,"Date":"2/15/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":167,"Cost":108,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":256,"Cost":155,"Date":"3/7/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":167,"Cost":138,"Date":"4/18/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":621,"Cost":575,"Date":"7/27/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":202,"Cost":150,"Date":"8/18/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":957,"Cost":786,"Date":"10/31/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":479,"Cost":268,"Date":"11/11/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":216,"Cost":155,"Date":"11/30/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":985,"Cost":761,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":359,"Cost":188,"Date":"3/1/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":675,"Cost":618,"Date":"4/13/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":534,"Cost":397,"Date":"5/20/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":248,"Cost":147,"Date":"8/13/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":391,"Cost":341,"Date":"9/15/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":531,"Cost":498,"Date":"10/14/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":598,"Cost":556,"Date":"10/28/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":190,"Cost":154,"Date":"11/11/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":980,"Cost":562,"Date":"12/7/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":44,"Cost":35,"Date":"12/21/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":974,"Cost":529,"Date":"1/6/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":506,"Cost":406,"Date":"1/23/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":843,"Cost":641,"Date":"2/4/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":711,"Cost":592,"Date":"3/10/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":565,"Cost":410,"Date":"3/12/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":124,"Cost":111,"Date":"3/31/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":687,"Cost":392,"Date":"6/16/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":179,"Cost":103,"Date":"6/17/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":849,"Cost":516,"Date":"8/27/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":471,"Cost":406,"Date":"10/1/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":91,"Cost":82,"Date":"11/4/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":798,"Cost":476,"Date":"11/9/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":713,"Cost":579,"Date":"3/27/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":131,"Cost":107,"Date":"4/17/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":464,"Cost":398,"Date":"8/11/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":110,"Cost":99,"Date":"8/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":312,"Cost":290,"Date":"9/2/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":949,"Cost":764,"Date":"9/5/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":780,"Cost":522,"Date":"9/14/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":588,"Cost":337,"Date":"9/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":304,"Cost":213,"Date":"11/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":586,"Cost":332,"Date":"12/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":75,"Cost":47,"Date":"1/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":227,"Cost":144,"Date":"1/21/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":804,"Cost":525,"Date":"2/9/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":264,"Cost":233,"Date":"3/19/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":879,"Cost":457,"Date":"4/3/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":416,"Cost":390,"Date":"4/5/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":652,"Cost":487,"Date":"4/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":661,"Cost":556,"Date":"7/10/2019"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":527,"Cost":316,"Date":"3/25/2020"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":801,"Cost":614,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":111,"Cost":62,"Date":"10/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":441,"Cost":339,"Date":"3/2/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":318,"Cost":171,"Date":"6/28/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":40,"Cost":24,"Date":"7/17/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":811,"Cost":731,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":942,"Cost":540,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":811,"Cost":699,"Date":"11/20/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":456,"Cost":297,"Date":"12/16/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":770,"Cost":687,"Date":"12/30/2021"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":569,"Cost":288,"Date":"2/15/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":492,"Cost":359,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":366,"Cost":244,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":559,"Cost":486,"Date":"4/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":608,"Cost":373,"Date":"7/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":472,"Cost":381,"Date":"8/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":450,"Cost":371,"Date":"10/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":203,"Cost":141,"Date":"11/11/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":736,"Cost":604,"Date":"11/30/2022"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":24,"Cost":16,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":160,"Cost":126,"Date":"3/1/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":783,"Cost":565,"Date":"4/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":813,"Cost":458,"Date":"5/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":497,"Cost":274,"Date":"8/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":317,"Cost":183,"Date":"9/15/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":850,"Cost":645,"Date":"10/14/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":680,"Cost":583,"Date":"10/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":761,"Cost":453,"Date":"11/11/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":205,"Cost":168,"Date":"12/7/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":870,"Cost":526,"Date":"12/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":661,"Cost":468,"Date":"1/6/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":680,"Cost":574,"Date":"1/23/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":979,"Cost":834,"Date":"2/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":131,"Cost":70,"Date":"3/10/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":118,"Cost":76,"Date":"3/12/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":830,"Cost":778,"Date":"3/31/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":267,"Cost":219,"Date":"6/16/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":272,"Cost":181,"Date":"6/17/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":657,"Cost":391,"Date":"8/27/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":306,"Cost":262,"Date":"10/1/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":519,"Cost":266,"Date":"11/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"ARKET","Country":"China","Sale":883,"Cost":497,"Date":"11/9/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":75,"Cost":66,"Date":"3/27/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":182,"Cost":103,"Date":"4/17/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":931,"Cost":631,"Date":"8/11/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":18,"Cost":14,"Date":"8/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":643,"Cost":421,"Date":"9/2/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":921,"Cost":690,"Date":"9/5/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":535,"Cost":435,"Date":"9/14/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":70,"Cost":54,"Date":"9/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":335,"Cost":238,"Date":"11/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":684,"Cost":589,"Date":"12/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":615,"Cost":521,"Date":"1/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":901,"Cost":476,"Date":"1/21/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":715,"Cost":644,"Date":"2/9/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":832,"Cost":777,"Date":"3/19/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":545,"Cost":358,"Date":"4/3/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":296,"Cost":173,"Date":"4/5/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":319,"Cost":258,"Date":"4/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":597,"Cost":456,"Date":"7/10/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":769,"Cost":551,"Date":"3/25/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":409,"Cost":381,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":644,"Cost":565,"Date":"10/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":67,"Cost":53,"Date":"3/2/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":185,"Cost":99,"Date":"6/28/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":81,"Cost":64,"Date":"7/17/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":432,"Cost":274,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":977,"Cost":886,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":602,"Cost":339,"Date":"11/20/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":834,"Cost":769,"Date":"12/16/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":208,"Cost":192,"Date":"12/30/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":38,"Cost":25,"Date":"2/15/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":820,"Cost":513,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":552,"Cost":427,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":32,"Cost":27,"Date":"4/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":413,"Cost":296,"Date":"7/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":839,"Cost":680,"Date":"8/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":466,"Cost":379,"Date":"10/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":488,"Cost":433,"Date":"11/11/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":769,"Cost":466,"Date":"11/30/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":328,"Cost":198,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":130,"Cost":79,"Date":"3/1/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":57,"Cost":40,"Date":"4/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":932,"Cost":861,"Date":"5/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":358,"Cost":224,"Date":"8/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":893,"Cost":721,"Date":"9/15/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":215,"Cost":190,"Date":"10/14/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":28,"Cost":14,"Date":"10/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":379,"Cost":300,"Date":"11/11/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":454,"Cost":298,"Date":"12/7/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":255,"Cost":218,"Date":"12/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":739,"Cost":434,"Date":"1/6/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":866,"Cost":740,"Date":"1/23/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":561,"Cost":450,"Date":"2/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":339,"Cost":223,"Date":"3/10/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":910,"Cost":455,"Date":"3/12/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":595,"Cost":503,"Date":"3/31/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":476,"Cost":353,"Date":"6/16/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":913,"Cost":682,"Date":"6/17/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":109,"Cost":90,"Date":"8/27/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":638,"Cost":354,"Date":"10/1/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":538,"Cost":435,"Date":"11/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":137,"Cost":108,"Date":"11/9/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":522,"Cost":368,"Date":"3/27/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":778,"Cost":490,"Date":"4/17/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":20,"Cost":14,"Date":"8/11/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":986,"Cost":698,"Date":"8/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":483,"Cost":364,"Date":"9/2/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":144,"Cost":100,"Date":"9/5/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":903,"Cost":671,"Date":"9/14/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":509,"Cost":260,"Date":"9/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":435,"Cost":231,"Date":"11/20/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":523,"Cost":408,"Date":"12/21/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":856,"Cost":434,"Date":"1/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":697,"Cost":464,"Date":"1/21/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":571,"Cost":301,"Date":"2/9/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":298,"Cost":233,"Date":"3/19/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":725,"Cost":436,"Date":"4/3/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":119,"Cost":104,"Date":"4/5/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":912,"Cost":825,"Date":"4/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":472,"Cost":314,"Date":"7/10/2019"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":617,"Cost":570,"Date":"3/25/2020"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":389,"Cost":352,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":358,"Cost":273,"Date":"10/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":462,"Cost":357,"Date":"3/2/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":308,"Cost":281,"Date":"6/28/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":273,"Cost":245,"Date":"7/17/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":709,"Cost":460,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":474,"Cost":361,"Date":"8/23/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":178,"Cost":108,"Date":"11/20/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":986,"Cost":899,"Date":"12/16/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":214,"Cost":132,"Date":"12/30/2021"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":495,"Cost":381,"Date":"2/15/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":515,"Cost":373,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":448,"Cost":238,"Date":"3/7/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":165,"Cost":107,"Date":"4/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":614,"Cost":307,"Date":"7/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":525,"Cost":469,"Date":"8/18/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":919,"Cost":644,"Date":"10/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":279,"Cost":165,"Date":"11/11/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":890,"Cost":722,"Date":"11/30/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":171,"Cost":107,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":826,"Cost":584,"Date":"3/1/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":94,"Cost":73,"Date":"4/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":534,"Cost":476,"Date":"5/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":307,"Cost":201,"Date":"8/13/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":979,"Cost":612,"Date":"9/15/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":900,"Cost":706,"Date":"10/14/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":495,"Cost":437,"Date":"10/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":844,"Cost":640,"Date":"11/11/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":101,"Cost":53,"Date":"12/7/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":468,"Cost":250,"Date":"12/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":113,"Cost":77,"Date":"1/6/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":663,"Cost":433,"Date":"1/23/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":556,"Cost":432,"Date":"2/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":898,"Cost":511,"Date":"3/10/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":158,"Cost":132,"Date":"3/12/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":117,"Cost":70,"Date":"3/31/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":498,"Cost":362,"Date":"6/16/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":384,"Cost":280,"Date":"6/17/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":362,"Cost":185,"Date":"8/27/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":566,"Cost":364,"Date":"10/1/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":990,"Cost":744,"Date":"11/4/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":309,"Cost":210,"Date":"11/9/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":693,"Cost":346,"Date":"3/27/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":320,"Cost":211,"Date":"4/17/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":38,"Cost":32,"Date":"8/11/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":978,"Cost":628,"Date":"8/21/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":877,"Cost":559,"Date":"9/2/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":803,"Cost":421,"Date":"9/5/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":447,"Cost":250,"Date":"9/14/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":629,"Cost":342,"Date":"9/20/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":784,"Cost":578,"Date":"11/20/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":36,"Cost":28,"Date":"12/21/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":427,"Cost":273,"Date":"1/7/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":269,"Cost":234,"Date":"1/21/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":186,"Cost":127,"Date":"2/9/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":701,"Cost":614,"Date":"3/19/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":301,"Cost":193,"Date":"4/3/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":476,"Cost":379,"Date":"4/5/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":765,"Cost":458,"Date":"4/28/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":145,"Cost":101,"Date":"7/10/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":565,"Cost":384,"Date":"3/25/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":297,"Cost":175,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":584,"Cost":341,"Date":"10/28/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":527,"Cost":459,"Date":"3/2/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":601,"Cost":563,"Date":"6/28/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":133,"Cost":113,"Date":"7/17/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":591,"Cost":518,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":970,"Cost":668,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":759,"Cost":488,"Date":"11/20/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":923,"Cost":676,"Date":"12/16/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":212,"Cost":151,"Date":"12/30/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":764,"Cost":392,"Date":"2/15/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":918,"Cost":543,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":20,"Cost":14,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":672,"Cost":593,"Date":"4/18/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":413,"Cost":353,"Date":"7/27/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":733,"Cost":588,"Date":"8/18/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":559,"Cost":307,"Date":"10/31/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":76,"Cost":67,"Date":"11/11/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":706,"Cost":570,"Date":"11/30/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":166,"Cost":134,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":597,"Cost":426,"Date":"3/1/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":906,"Cost":468,"Date":"4/13/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":763,"Cost":412,"Date":"5/20/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":834,"Cost":609,"Date":"8/13/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":613,"Cost":467,"Date":"9/15/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":730,"Cost":511,"Date":"10/14/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":584,"Cost":378,"Date":"10/28/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":785,"Cost":659,"Date":"11/11/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":774,"Cost":531,"Date":"12/7/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":734,"Cost":612,"Date":"12/21/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":839,"Cost":655,"Date":"1/6/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":990,"Cost":741,"Date":"1/23/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":436,"Cost":299,"Date":"2/4/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":754,"Cost":590,"Date":"3/10/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":266,"Cost":194,"Date":"3/12/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":924,"Cost":821,"Date":"3/31/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":660,"Cost":402,"Date":"6/16/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":434,"Cost":230,"Date":"6/17/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":947,"Cost":891,"Date":"8/27/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":623,"Cost":412,"Date":"10/1/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":791,"Cost":706,"Date":"11/4/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":711,"Cost":557,"Date":"11/9/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":265,"Cost":227,"Date":"3/27/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":453,"Cost":369,"Date":"4/17/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":997,"Cost":852,"Date":"8/11/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":970,"Cost":681,"Date":"8/21/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":176,"Cost":97,"Date":"9/2/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":789,"Cost":458,"Date":"9/5/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":912,"Cost":481,"Date":"9/14/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":514,"Cost":405,"Date":"9/20/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":882,"Cost":828,"Date":"11/20/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":471,"Cost":265,"Date":"12/21/2018"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":404,"Cost":371,"Date":"1/7/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":516,"Cost":408,"Date":"1/21/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":851,"Cost":457,"Date":"2/9/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":533,"Cost":312,"Date":"3/19/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":359,"Cost":180,"Date":"4/3/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":492,"Cost":273,"Date":"4/5/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":807,"Cost":600,"Date":"4/28/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":242,"Cost":213,"Date":"7/10/2019"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":912,"Cost":700,"Date":"3/25/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":569,"Cost":484,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":904,"Cost":547,"Date":"10/28/2020"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":19,"Cost":11,"Date":"3/2/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":146,"Cost":80,"Date":"6/28/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":928,"Cost":856,"Date":"7/17/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":927,"Cost":558,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":326,"Cost":276,"Date":"11/20/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":170,"Cost":135,"Date":"12/16/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":335,"Cost":272,"Date":"12/30/2021"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":349,"Cost":320,"Date":"2/15/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":205,"Cost":115,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":973,"Cost":597,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":860,"Cost":637,"Date":"4/18/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":156,"Cost":148,"Date":"7/27/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":193,"Cost":126,"Date":"8/18/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":707,"Cost":399,"Date":"10/31/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":566,"Cost":442,"Date":"11/11/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":741,"Cost":615,"Date":"11/30/2022"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":727,"Cost":430,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":686,"Cost":526,"Date":"3/1/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":678,"Cost":439,"Date":"4/13/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":930,"Cost":740,"Date":"5/20/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":945,"Cost":865,"Date":"8/13/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":887,"Cost":612,"Date":"9/15/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":156,"Cost":148,"Date":"10/14/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":518,"Cost":456,"Date":"10/28/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":946,"Cost":818,"Date":"11/11/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":615,"Cost":534,"Date":"12/7/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":783,"Cost":532,"Date":"12/21/2023"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":672,"Cost":491,"Date":"1/6/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":742,"Cost":515,"Date":"1/23/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":68,"Cost":42,"Date":"2/4/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":243,"Cost":134,"Date":"3/10/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":735,"Cost":383,"Date":"3/12/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":790,"Cost":650,"Date":"3/31/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":499,"Cost":370,"Date":"6/16/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":249,"Cost":148,"Date":"6/17/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":710,"Cost":408,"Date":"8/27/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":765,"Cost":586,"Date":"10/1/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":65,"Cost":60,"Date":"11/4/2024"},{"Store":"China World Mall, Beijing","Brand":"COS","Country":"China","Sale":838,"Cost":658,"Date":"11/9/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":893,"Cost":639,"Date":"3/27/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":7,"Cost":4,"Date":"4/17/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":789,"Cost":561,"Date":"8/11/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":548,"Cost":345,"Date":"8/21/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":199,"Cost":103,"Date":"9/2/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":731,"Cost":677,"Date":"9/5/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":568,"Cost":418,"Date":"9/14/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":430,"Cost":291,"Date":"9/20/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":984,"Cost":744,"Date":"11/20/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":491,"Cost":261,"Date":"12/21/2018"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":251,"Cost":127,"Date":"1/7/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":234,"Cost":140,"Date":"1/21/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":675,"Cost":620,"Date":"2/9/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":92,"Cost":50,"Date":"3/19/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":759,"Cost":416,"Date":"4/3/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":26,"Cost":23,"Date":"4/5/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":123,"Cost":82,"Date":"4/28/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":206,"Cost":156,"Date":"7/10/2019"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":891,"Cost":636,"Date":"3/25/2020"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":772,"Cost":578,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":401,"Cost":222,"Date":"10/28/2020"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":692,"Cost":555,"Date":"3/2/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":18,"Cost":17,"Date":"6/28/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":841,"Cost":776,"Date":"7/17/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":313,"Cost":227,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":41,"Cost":35,"Date":"8/23/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":383,"Cost":208,"Date":"11/20/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":302,"Cost":158,"Date":"12/16/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":910,"Cost":812,"Date":"12/30/2021"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":49,"Cost":37,"Date":"2/15/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":619,"Cost":535,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":256,"Cost":152,"Date":"3/7/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":136,"Cost":94,"Date":"4/18/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":509,"Cost":412,"Date":"7/27/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":122,"Cost":114,"Date":"8/18/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":536,"Cost":427,"Date":"10/31/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":67,"Cost":46,"Date":"11/11/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":300,"Cost":250,"Date":"11/30/2022"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":750,"Cost":604,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":695,"Cost":419,"Date":"3/1/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":747,"Cost":463,"Date":"4/13/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":551,"Cost":494,"Date":"5/20/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":327,"Cost":279,"Date":"8/13/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":135,"Cost":123,"Date":"9/15/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":378,"Cost":272,"Date":"10/14/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":633,"Cost":364,"Date":"10/28/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":320,"Cost":302,"Date":"11/11/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":539,"Cost":446,"Date":"12/7/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":602,"Cost":353,"Date":"12/21/2023"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":731,"Cost":376,"Date":"1/6/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":688,"Cost":611,"Date":"1/23/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":660,"Cost":335,"Date":"2/4/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":531,"Cost":376,"Date":"3/10/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":552,"Cost":444,"Date":"3/12/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":373,"Cost":313,"Date":"3/31/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":690,"Cost":611,"Date":"6/16/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":817,"Cost":661,"Date":"6/17/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":317,"Cost":207,"Date":"8/27/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":934,"Cost":755,"Date":"10/1/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":50,"Cost":26,"Date":"11/4/2024"},{"Store":"China World Mall, Beijing","Brand":"Sellpy","Country":"China","Sale":43,"Cost":28,"Date":"11/9/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":628,"Cost":574,"Date":"3/27/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":841,"Cost":624,"Date":"4/17/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":372,"Cost":316,"Date":"8/11/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":853,"Cost":725,"Date":"8/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":661,"Cost":625,"Date":"9/2/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":516,"Cost":476,"Date":"9/5/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":203,"Cost":184,"Date":"9/14/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":894,"Cost":716,"Date":"9/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":445,"Cost":330,"Date":"11/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":401,"Cost":360,"Date":"12/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":970,"Cost":735,"Date":"1/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":438,"Cost":319,"Date":"1/21/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":612,"Cost":550,"Date":"2/9/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":494,"Cost":247,"Date":"3/19/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":758,"Cost":684,"Date":"4/3/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":566,"Cost":531,"Date":"4/5/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":298,"Cost":166,"Date":"4/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":739,"Cost":578,"Date":"7/10/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":97,"Cost":90,"Date":"3/25/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":891,"Cost":705,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":564,"Cost":439,"Date":"10/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":13,"Cost":11,"Date":"3/2/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":231,"Cost":170,"Date":"6/28/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":352,"Cost":279,"Date":"7/17/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":753,"Cost":550,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":606,"Cost":529,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":722,"Cost":436,"Date":"11/20/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":337,"Cost":230,"Date":"12/16/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":901,"Cost":627,"Date":"12/30/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":682,"Cost":587,"Date":"2/15/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":570,"Cost":450,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":100,"Cost":62,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":283,"Cost":158,"Date":"4/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":501,"Cost":368,"Date":"7/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":755,"Cost":391,"Date":"8/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":468,"Cost":313,"Date":"10/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":456,"Cost":412,"Date":"11/11/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":920,"Cost":615,"Date":"11/30/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":527,"Cost":494,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":195,"Cost":165,"Date":"3/1/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":118,"Cost":95,"Date":"4/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":836,"Cost":532,"Date":"5/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":700,"Cost":526,"Date":"8/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":575,"Cost":288,"Date":"9/15/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":240,"Cost":218,"Date":"10/14/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":871,"Cost":509,"Date":"10/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":629,"Cost":322,"Date":"11/11/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":692,"Cost":503,"Date":"12/7/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":303,"Cost":218,"Date":"12/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":125,"Cost":77,"Date":"1/6/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":665,"Cost":351,"Date":"1/23/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":839,"Cost":441,"Date":"2/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":793,"Cost":723,"Date":"3/10/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":167,"Cost":102,"Date":"3/12/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":471,"Cost":431,"Date":"3/31/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":658,"Cost":345,"Date":"6/16/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":51,"Cost":29,"Date":"6/17/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":540,"Cost":479,"Date":"8/27/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":674,"Cost":501,"Date":"10/1/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":897,"Cost":628,"Date":"11/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM Home","Country":"China","Sale":531,"Cost":422,"Date":"11/9/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":428,"Cost":403,"Date":"3/27/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":4,"Cost":2,"Date":"4/17/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":178,"Cost":156,"Date":"8/11/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":19,"Cost":18,"Date":"8/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":863,"Cost":483,"Date":"9/2/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":4,"Cost":4,"Date":"9/5/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":579,"Cost":387,"Date":"9/14/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":224,"Cost":152,"Date":"9/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":616,"Cost":496,"Date":"11/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":733,"Cost":590,"Date":"12/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":55,"Cost":28,"Date":"1/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":168,"Cost":122,"Date":"1/21/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":814,"Cost":623,"Date":"2/9/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":488,"Cost":372,"Date":"3/19/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":904,"Cost":837,"Date":"4/3/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":638,"Cost":500,"Date":"4/5/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":281,"Cost":256,"Date":"4/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":47,"Cost":33,"Date":"7/10/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":193,"Cost":119,"Date":"3/25/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":320,"Cost":199,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":411,"Cost":233,"Date":"10/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":813,"Cost":437,"Date":"3/2/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":754,"Cost":385,"Date":"6/28/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":942,"Cost":794,"Date":"7/17/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":755,"Cost":636,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":842,"Cost":460,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":721,"Cost":541,"Date":"11/20/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":727,"Cost":495,"Date":"12/16/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":19,"Cost":17,"Date":"12/30/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":956,"Cost":874,"Date":"2/15/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":430,"Cost":222,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":773,"Cost":626,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":784,"Cost":605,"Date":"4/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":781,"Cost":695,"Date":"7/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":763,"Cost":578,"Date":"8/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":206,"Cost":193,"Date":"10/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":123,"Cost":94,"Date":"11/11/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":155,"Cost":128,"Date":"11/30/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":575,"Cost":444,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":96,"Cost":60,"Date":"3/1/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":956,"Cost":497,"Date":"4/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":783,"Cost":682,"Date":"5/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":88,"Cost":56,"Date":"8/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":265,"Cost":199,"Date":"9/15/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":73,"Cost":50,"Date":"10/14/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":732,"Cost":393,"Date":"10/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":67,"Cost":40,"Date":"11/11/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":41,"Cost":33,"Date":"12/7/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":132,"Cost":113,"Date":"12/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":800,"Cost":466,"Date":"1/6/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":127,"Cost":85,"Date":"1/23/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":8,"Cost":7,"Date":"2/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":965,"Cost":650,"Date":"3/10/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":603,"Cost":418,"Date":"3/12/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":737,"Cost":474,"Date":"3/31/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":314,"Cost":228,"Date":"6/16/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":368,"Cost":324,"Date":"6/17/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":931,"Cost":572,"Date":"8/27/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":311,"Cost":199,"Date":"10/1/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":935,"Cost":668,"Date":"11/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":226,"Cost":169,"Date":"11/9/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":340,"Cost":320,"Date":"3/27/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":429,"Cost":341,"Date":"4/17/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":839,"Cost":595,"Date":"8/11/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":702,"Cost":547,"Date":"8/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":308,"Cost":170,"Date":"9/2/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":951,"Cost":848,"Date":"9/5/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":466,"Cost":417,"Date":"9/14/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":977,"Cost":498,"Date":"9/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":99,"Cost":72,"Date":"11/20/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":377,"Cost":258,"Date":"12/21/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":534,"Cost":300,"Date":"1/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":837,"Cost":756,"Date":"1/21/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":291,"Cost":255,"Date":"2/9/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":175,"Cost":90,"Date":"3/19/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":535,"Cost":477,"Date":"4/3/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":758,"Cost":458,"Date":"4/5/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":199,"Cost":135,"Date":"4/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":710,"Cost":562,"Date":"7/10/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":473,"Cost":416,"Date":"3/25/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":77,"Cost":40,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":933,"Cost":683,"Date":"10/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":693,"Cost":385,"Date":"3/2/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":51,"Cost":36,"Date":"6/28/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":994,"Cost":580,"Date":"7/17/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":397,"Cost":269,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":846,"Cost":469,"Date":"8/23/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":766,"Cost":612,"Date":"11/20/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":214,"Cost":145,"Date":"12/16/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":584,"Cost":329,"Date":"12/30/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":349,"Cost":201,"Date":"2/15/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":752,"Cost":586,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":714,"Cost":614,"Date":"3/7/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":262,"Cost":154,"Date":"4/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":617,"Cost":388,"Date":"7/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":427,"Cost":226,"Date":"8/18/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":693,"Cost":574,"Date":"10/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":538,"Cost":404,"Date":"11/11/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":748,"Cost":463,"Date":"11/30/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":490,"Cost":379,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":889,"Cost":565,"Date":"3/1/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":887,"Cost":526,"Date":"4/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":313,"Cost":214,"Date":"5/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":677,"Cost":391,"Date":"8/13/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":515,"Cost":425,"Date":"9/15/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":836,"Cost":443,"Date":"10/14/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":814,"Cost":431,"Date":"10/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":886,"Cost":446,"Date":"11/11/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":80,"Cost":42,"Date":"12/7/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":979,"Cost":834,"Date":"12/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":460,"Cost":377,"Date":"1/6/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":620,"Cost":533,"Date":"1/23/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":255,"Cost":166,"Date":"2/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":442,"Cost":411,"Date":"3/10/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":892,"Cost":768,"Date":"3/12/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":851,"Cost":806,"Date":"3/31/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":921,"Cost":726,"Date":"6/16/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":806,"Cost":578,"Date":"6/17/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":821,"Cost":599,"Date":"8/27/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":804,"Cost":659,"Date":"10/1/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":409,"Cost":238,"Date":"11/4/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":576,"Cost":370,"Date":"11/9/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":440,"Cost":415,"Date":"3/27/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":251,"Cost":175,"Date":"4/17/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":234,"Cost":143,"Date":"8/11/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":178,"Cost":128,"Date":"8/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":192,"Cost":157,"Date":"9/2/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":263,"Cost":134,"Date":"9/5/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":143,"Cost":121,"Date":"9/14/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":882,"Cost":443,"Date":"9/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":276,"Cost":173,"Date":"11/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":194,"Cost":139,"Date":"12/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":865,"Cost":503,"Date":"1/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":938,"Cost":832,"Date":"1/21/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":921,"Cost":485,"Date":"2/9/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":647,"Cost":514,"Date":"3/19/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":439,"Cost":241,"Date":"4/3/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":520,"Cost":391,"Date":"4/5/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":111,"Cost":60,"Date":"4/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":616,"Cost":555,"Date":"7/10/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":53,"Cost":45,"Date":"3/25/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":125,"Cost":104,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":430,"Cost":284,"Date":"10/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":627,"Cost":455,"Date":"3/2/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":548,"Cost":506,"Date":"6/28/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":682,"Cost":601,"Date":"7/17/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":719,"Cost":399,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":959,"Cost":659,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":305,"Cost":197,"Date":"11/20/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":501,"Cost":373,"Date":"12/16/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":507,"Cost":381,"Date":"12/30/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":159,"Cost":151,"Date":"2/15/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":994,"Cost":590,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":330,"Cost":199,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":934,"Cost":499,"Date":"4/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":455,"Cost":321,"Date":"7/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":944,"Cost":884,"Date":"8/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":462,"Cost":417,"Date":"10/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":252,"Cost":159,"Date":"11/11/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":676,"Cost":356,"Date":"11/30/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":874,"Cost":613,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":351,"Cost":326,"Date":"3/1/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":692,"Cost":633,"Date":"4/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":833,"Cost":671,"Date":"5/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":421,"Cost":273,"Date":"8/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":14,"Cost":7,"Date":"9/15/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":103,"Cost":68,"Date":"10/14/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":489,"Cost":319,"Date":"10/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":363,"Cost":264,"Date":"11/11/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":249,"Cost":131,"Date":"12/7/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":877,"Cost":777,"Date":"12/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":709,"Cost":528,"Date":"1/6/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":670,"Cost":537,"Date":"1/23/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":86,"Cost":60,"Date":"2/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":150,"Cost":109,"Date":"3/10/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":418,"Cost":354,"Date":"3/12/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":788,"Cost":399,"Date":"3/31/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":373,"Cost":271,"Date":"6/16/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":474,"Cost":272,"Date":"6/17/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":90,"Cost":66,"Date":"8/27/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":87,"Cost":59,"Date":"10/1/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":616,"Cost":424,"Date":"11/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM Home","Country":"China","Sale":566,"Cost":433,"Date":"11/9/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":239,"Cost":196,"Date":"3/27/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":259,"Cost":237,"Date":"4/17/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":555,"Cost":452,"Date":"8/11/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":479,"Cost":333,"Date":"8/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":986,"Cost":678,"Date":"9/2/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":592,"Cost":339,"Date":"9/5/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":284,"Cost":181,"Date":"9/14/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":595,"Cost":505,"Date":"9/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":763,"Cost":625,"Date":"11/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":394,"Cost":239,"Date":"12/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":440,"Cost":306,"Date":"1/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":100,"Cost":73,"Date":"1/21/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":339,"Cost":286,"Date":"2/9/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":524,"Cost":299,"Date":"3/19/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":895,"Cost":714,"Date":"4/3/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":161,"Cost":93,"Date":"4/5/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":484,"Cost":350,"Date":"4/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":798,"Cost":605,"Date":"7/10/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":8,"Cost":4,"Date":"3/25/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":912,"Cost":535,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":17,"Cost":10,"Date":"10/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":37,"Cost":32,"Date":"3/2/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":188,"Cost":131,"Date":"6/28/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":386,"Cost":234,"Date":"7/17/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":11,"Cost":9,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":316,"Cost":266,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":553,"Cost":388,"Date":"11/20/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":978,"Cost":554,"Date":"12/16/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":181,"Cost":91,"Date":"12/30/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":840,"Cost":464,"Date":"2/15/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":967,"Cost":752,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":443,"Cost":369,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":343,"Cost":277,"Date":"4/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":707,"Cost":440,"Date":"7/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":628,"Cost":581,"Date":"8/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":959,"Cost":518,"Date":"10/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":920,"Cost":605,"Date":"11/11/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":40,"Cost":33,"Date":"11/30/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":918,"Cost":718,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":590,"Cost":452,"Date":"3/1/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":466,"Cost":342,"Date":"4/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":929,"Cost":662,"Date":"5/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":974,"Cost":512,"Date":"8/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":153,"Cost":124,"Date":"9/15/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":416,"Cost":374,"Date":"10/14/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":974,"Cost":884,"Date":"10/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":308,"Cost":169,"Date":"11/11/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":531,"Cost":299,"Date":"12/7/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":660,"Cost":403,"Date":"12/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":956,"Cost":669,"Date":"1/6/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":888,"Cost":810,"Date":"1/23/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":801,"Cost":476,"Date":"2/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":216,"Cost":193,"Date":"3/10/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":31,"Cost":28,"Date":"3/12/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":295,"Cost":280,"Date":"3/31/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":286,"Cost":185,"Date":"6/16/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":891,"Cost":807,"Date":"6/17/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":843,"Cost":497,"Date":"8/27/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":815,"Cost":656,"Date":"10/1/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":140,"Cost":110,"Date":"11/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":518,"Cost":338,"Date":"11/9/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":2,"Cost":1,"Date":"3/27/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":308,"Cost":204,"Date":"4/17/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":915,"Cost":642,"Date":"8/11/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":194,"Cost":146,"Date":"8/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":986,"Cost":522,"Date":"9/2/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":9,"Cost":4,"Date":"9/5/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":125,"Cost":80,"Date":"9/14/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":853,"Cost":771,"Date":"9/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":35,"Cost":33,"Date":"11/20/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":892,"Cost":507,"Date":"12/21/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":53,"Cost":31,"Date":"1/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":386,"Cost":354,"Date":"1/21/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":63,"Cost":35,"Date":"2/9/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":532,"Cost":426,"Date":"3/19/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":211,"Cost":123,"Date":"4/3/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":615,"Cost":535,"Date":"4/5/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":377,"Cost":223,"Date":"4/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":100,"Cost":89,"Date":"7/10/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":33,"Cost":31,"Date":"3/25/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":868,"Cost":571,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":726,"Cost":414,"Date":"10/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":422,"Cost":283,"Date":"3/2/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":64,"Cost":42,"Date":"6/28/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":100,"Cost":93,"Date":"7/17/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":894,"Cost":568,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":399,"Cost":377,"Date":"8/23/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":165,"Cost":150,"Date":"11/20/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":700,"Cost":406,"Date":"12/16/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":43,"Cost":25,"Date":"12/30/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":722,"Cost":442,"Date":"2/15/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":321,"Cost":296,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":713,"Cost":571,"Date":"3/7/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":371,"Cost":187,"Date":"4/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":712,"Cost":389,"Date":"7/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":190,"Cost":171,"Date":"8/18/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":144,"Cost":111,"Date":"10/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":665,"Cost":444,"Date":"11/11/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":77,"Cost":47,"Date":"11/30/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":565,"Cost":334,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":416,"Cost":302,"Date":"3/1/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":493,"Cost":409,"Date":"4/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":135,"Cost":124,"Date":"5/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":167,"Cost":140,"Date":"8/13/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":990,"Cost":684,"Date":"9/15/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":267,"Cost":187,"Date":"10/14/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":366,"Cost":193,"Date":"10/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":175,"Cost":95,"Date":"11/11/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":79,"Cost":59,"Date":"12/7/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":499,"Cost":346,"Date":"12/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":732,"Cost":532,"Date":"1/6/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":745,"Cost":426,"Date":"1/23/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":567,"Cost":335,"Date":"2/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":769,"Cost":663,"Date":"3/10/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":708,"Cost":673,"Date":"3/12/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":897,"Cost":736,"Date":"3/31/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":258,"Cost":149,"Date":"6/16/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":804,"Cost":695,"Date":"6/17/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":800,"Cost":486,"Date":"8/27/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":853,"Cost":544,"Date":"10/1/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":603,"Cost":381,"Date":"11/4/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":984,"Cost":791,"Date":"11/9/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":146,"Cost":78,"Date":"3/27/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":195,"Cost":129,"Date":"4/17/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":16,"Cost":8,"Date":"8/11/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":655,"Cost":497,"Date":"8/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":830,"Cost":448,"Date":"9/2/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":308,"Cost":174,"Date":"9/5/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":775,"Cost":683,"Date":"9/14/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":189,"Cost":177,"Date":"9/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":255,"Cost":196,"Date":"11/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":711,"Cost":506,"Date":"12/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":929,"Cost":537,"Date":"1/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":114,"Cost":107,"Date":"1/21/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":236,"Cost":190,"Date":"2/9/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":76,"Cost":54,"Date":"3/19/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":77,"Cost":65,"Date":"4/3/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":66,"Cost":48,"Date":"4/5/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":58,"Cost":30,"Date":"4/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":215,"Cost":172,"Date":"7/10/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":320,"Cost":241,"Date":"3/25/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":992,"Cost":640,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":223,"Cost":182,"Date":"10/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":917,"Cost":707,"Date":"3/2/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":723,"Cost":590,"Date":"6/28/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":49,"Cost":38,"Date":"7/17/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":483,"Cost":268,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":433,"Cost":266,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":606,"Cost":343,"Date":"11/20/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":498,"Cost":253,"Date":"12/16/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":738,"Cost":371,"Date":"12/30/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":712,"Cost":626,"Date":"2/15/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":561,"Cost":353,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":508,"Cost":433,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":79,"Cost":67,"Date":"4/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":233,"Cost":159,"Date":"7/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":919,"Cost":858,"Date":"8/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":804,"Cost":519,"Date":"10/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":558,"Cost":301,"Date":"11/11/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":615,"Cost":503,"Date":"11/30/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":76,"Cost":41,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":320,"Cost":233,"Date":"3/1/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":759,"Cost":654,"Date":"4/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":872,"Cost":516,"Date":"5/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":565,"Cost":342,"Date":"8/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":163,"Cost":117,"Date":"9/15/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":295,"Cost":203,"Date":"10/14/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":482,"Cost":324,"Date":"10/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":770,"Cost":654,"Date":"11/11/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":231,"Cost":157,"Date":"12/7/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":199,"Cost":106,"Date":"12/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":748,"Cost":414,"Date":"1/6/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":624,"Cost":431,"Date":"1/23/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":533,"Cost":361,"Date":"2/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":494,"Cost":361,"Date":"3/10/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":363,"Cost":275,"Date":"3/12/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":543,"Cost":304,"Date":"3/31/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":291,"Cost":148,"Date":"6/16/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":890,"Cost":545,"Date":"6/17/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":784,"Cost":479,"Date":"8/27/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":745,"Cost":395,"Date":"10/1/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":524,"Cost":349,"Date":"11/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":381,"Cost":255,"Date":"11/9/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":485,"Cost":263,"Date":"3/27/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":296,"Cost":190,"Date":"4/17/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":577,"Cost":441,"Date":"8/11/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":222,"Cost":171,"Date":"8/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":804,"Cost":412,"Date":"9/2/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":528,"Cost":288,"Date":"9/5/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":596,"Cost":468,"Date":"9/14/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":778,"Cost":560,"Date":"9/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":139,"Cost":106,"Date":"11/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":75,"Cost":52,"Date":"12/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":712,"Cost":457,"Date":"1/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":73,"Cost":57,"Date":"1/21/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":140,"Cost":133,"Date":"2/9/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":838,"Cost":430,"Date":"3/19/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":588,"Cost":465,"Date":"4/3/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":969,"Cost":552,"Date":"4/5/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":76,"Cost":38,"Date":"4/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":34,"Cost":27,"Date":"7/10/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":731,"Cost":573,"Date":"3/25/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":79,"Cost":52,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":143,"Cost":124,"Date":"10/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":900,"Cost":516,"Date":"3/2/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":251,"Cost":229,"Date":"6/28/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":35,"Cost":26,"Date":"7/17/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":326,"Cost":212,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":301,"Cost":198,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":779,"Cost":471,"Date":"11/20/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":117,"Cost":75,"Date":"12/16/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":564,"Cost":410,"Date":"12/30/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":95,"Cost":63,"Date":"2/15/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":660,"Cost":577,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":807,"Cost":760,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":928,"Cost":688,"Date":"4/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":51,"Cost":26,"Date":"7/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":903,"Cost":855,"Date":"8/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":377,"Cost":297,"Date":"10/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":83,"Cost":51,"Date":"11/11/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":608,"Cost":531,"Date":"11/30/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":510,"Cost":255,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":405,"Cost":240,"Date":"3/1/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":109,"Cost":70,"Date":"4/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":642,"Cost":569,"Date":"5/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":605,"Cost":503,"Date":"8/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":666,"Cost":601,"Date":"9/15/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":146,"Cost":113,"Date":"10/14/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":618,"Cost":586,"Date":"10/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":917,"Cost":778,"Date":"11/11/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":338,"Cost":185,"Date":"12/7/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":366,"Cost":196,"Date":"12/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":828,"Cost":687,"Date":"1/6/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":974,"Cost":802,"Date":"1/23/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":778,"Cost":730,"Date":"2/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":703,"Cost":564,"Date":"3/10/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":206,"Cost":117,"Date":"3/12/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":940,"Cost":471,"Date":"3/31/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":658,"Cost":435,"Date":"6/16/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":1,"Cost":0,"Date":"6/17/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":38,"Cost":24,"Date":"8/27/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":139,"Cost":106,"Date":"10/1/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":271,"Cost":198,"Date":"11/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":917,"Cost":673,"Date":"11/9/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":26,"Cost":13,"Date":"3/27/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":768,"Cost":567,"Date":"4/17/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":380,"Cost":287,"Date":"8/11/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":988,"Cost":822,"Date":"8/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":958,"Cost":761,"Date":"9/2/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":512,"Cost":429,"Date":"9/5/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":423,"Cost":398,"Date":"9/14/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":573,"Cost":346,"Date":"9/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":995,"Cost":858,"Date":"11/20/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":335,"Cost":212,"Date":"12/21/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":758,"Cost":535,"Date":"1/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":163,"Cost":89,"Date":"1/21/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":261,"Cost":219,"Date":"2/9/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":851,"Cost":503,"Date":"3/19/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":842,"Cost":439,"Date":"4/3/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":218,"Cost":205,"Date":"4/5/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":852,"Cost":716,"Date":"4/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":746,"Cost":632,"Date":"7/10/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":480,"Cost":436,"Date":"3/25/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":566,"Cost":402,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":209,"Cost":142,"Date":"10/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":5,"Cost":4,"Date":"3/2/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":54,"Cost":44,"Date":"6/28/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":345,"Cost":308,"Date":"7/17/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":844,"Cost":534,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":662,"Cost":363,"Date":"8/23/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":986,"Cost":879,"Date":"11/20/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":578,"Cost":489,"Date":"12/16/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":911,"Cost":515,"Date":"12/30/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":434,"Cost":296,"Date":"2/15/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":330,"Cost":258,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":513,"Cost":256,"Date":"3/7/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":568,"Cost":393,"Date":"4/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":371,"Cost":237,"Date":"7/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":364,"Cost":274,"Date":"8/18/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":269,"Cost":149,"Date":"10/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":181,"Cost":108,"Date":"11/11/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":100,"Cost":66,"Date":"11/30/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":754,"Cost":448,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":921,"Cost":529,"Date":"3/1/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":556,"Cost":420,"Date":"4/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":543,"Cost":308,"Date":"5/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":985,"Cost":874,"Date":"8/13/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":246,"Cost":184,"Date":"9/15/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":404,"Cost":360,"Date":"10/14/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":724,"Cost":544,"Date":"10/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":118,"Cost":59,"Date":"11/11/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":591,"Cost":412,"Date":"12/7/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":795,"Cost":641,"Date":"12/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":905,"Cost":466,"Date":"1/6/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":819,"Cost":711,"Date":"1/23/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":386,"Cost":219,"Date":"2/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":532,"Cost":468,"Date":"3/10/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":444,"Cost":284,"Date":"3/12/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":176,"Cost":107,"Date":"3/31/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":385,"Cost":281,"Date":"6/16/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":226,"Cost":138,"Date":"6/17/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":546,"Cost":468,"Date":"8/27/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":228,"Cost":169,"Date":"10/1/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":754,"Cost":585,"Date":"11/4/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":398,"Cost":286,"Date":"11/9/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":646,"Cost":475,"Date":"3/27/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":908,"Cost":791,"Date":"4/17/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":322,"Cost":165,"Date":"8/11/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":481,"Cost":453,"Date":"8/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":118,"Cost":78,"Date":"9/2/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":128,"Cost":72,"Date":"9/5/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":47,"Cost":25,"Date":"9/14/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":499,"Cost":356,"Date":"9/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":5,"Cost":5,"Date":"11/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":213,"Cost":159,"Date":"12/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":927,"Cost":481,"Date":"1/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":903,"Cost":609,"Date":"1/21/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":200,"Cost":163,"Date":"2/9/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":123,"Cost":104,"Date":"3/19/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":771,"Cost":594,"Date":"4/3/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":674,"Cost":454,"Date":"4/5/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":126,"Cost":99,"Date":"4/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":250,"Cost":139,"Date":"7/10/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":479,"Cost":364,"Date":"3/25/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":547,"Cost":311,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":699,"Cost":533,"Date":"10/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":597,"Cost":548,"Date":"3/2/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":878,"Cost":563,"Date":"6/28/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":673,"Cost":488,"Date":"7/17/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":552,"Cost":337,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":746,"Cost":656,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":923,"Cost":866,"Date":"11/20/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":554,"Cost":323,"Date":"12/16/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":149,"Cost":122,"Date":"12/30/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":796,"Cost":551,"Date":"2/15/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":764,"Cost":426,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":577,"Cost":339,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":912,"Cost":842,"Date":"4/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":592,"Cost":340,"Date":"7/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":545,"Cost":297,"Date":"8/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":785,"Cost":479,"Date":"10/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":104,"Cost":82,"Date":"11/11/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":558,"Cost":433,"Date":"11/30/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":537,"Cost":289,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":999,"Cost":648,"Date":"3/1/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":663,"Cost":400,"Date":"4/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":797,"Cost":508,"Date":"5/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":90,"Cost":64,"Date":"8/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":384,"Cost":307,"Date":"9/15/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":369,"Cost":324,"Date":"10/14/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":767,"Cost":645,"Date":"10/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":920,"Cost":795,"Date":"11/11/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":926,"Cost":649,"Date":"12/7/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":57,"Cost":35,"Date":"12/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":594,"Cost":483,"Date":"1/6/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":989,"Cost":847,"Date":"1/23/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":898,"Cost":793,"Date":"2/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":539,"Cost":325,"Date":"3/10/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":59,"Cost":53,"Date":"3/12/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":453,"Cost":292,"Date":"3/31/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":341,"Cost":307,"Date":"6/16/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":447,"Cost":312,"Date":"6/17/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":836,"Cost":684,"Date":"8/27/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":733,"Cost":482,"Date":"10/1/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":925,"Cost":779,"Date":"11/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":107,"Cost":86,"Date":"11/9/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":317,"Cost":289,"Date":"3/27/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":512,"Cost":427,"Date":"4/17/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":82,"Cost":52,"Date":"8/11/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":444,"Cost":346,"Date":"8/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":486,"Cost":393,"Date":"9/2/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":144,"Cost":78,"Date":"9/5/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":295,"Cost":171,"Date":"9/14/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":662,"Cost":507,"Date":"9/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":501,"Cost":351,"Date":"11/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":851,"Cost":731,"Date":"12/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":552,"Cost":363,"Date":"1/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":323,"Cost":161,"Date":"1/21/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":372,"Cost":262,"Date":"2/9/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":87,"Cost":69,"Date":"3/19/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":718,"Cost":512,"Date":"4/3/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":357,"Cost":284,"Date":"4/5/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":893,"Cost":802,"Date":"4/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":789,"Cost":572,"Date":"7/10/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":789,"Cost":492,"Date":"3/25/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":764,"Cost":536,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":353,"Cost":275,"Date":"10/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":799,"Cost":446,"Date":"3/2/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":691,"Cost":397,"Date":"6/28/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":807,"Cost":703,"Date":"7/17/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":850,"Cost":783,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":988,"Cost":717,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":887,"Cost":568,"Date":"11/20/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":239,"Cost":139,"Date":"12/16/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":993,"Cost":789,"Date":"12/30/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":540,"Cost":365,"Date":"2/15/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":969,"Cost":530,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":457,"Cost":253,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":876,"Cost":812,"Date":"4/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":509,"Cost":454,"Date":"7/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":411,"Cost":333,"Date":"8/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":212,"Cost":143,"Date":"10/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":253,"Cost":205,"Date":"11/11/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":420,"Cost":287,"Date":"11/30/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":154,"Cost":92,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":639,"Cost":378,"Date":"3/1/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":633,"Cost":431,"Date":"4/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":422,"Cost":392,"Date":"5/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":737,"Cost":459,"Date":"8/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":731,"Cost":510,"Date":"9/15/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":974,"Cost":587,"Date":"10/14/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":456,"Cost":281,"Date":"10/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":914,"Cost":762,"Date":"11/11/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":552,"Cost":391,"Date":"12/7/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":325,"Cost":295,"Date":"12/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":983,"Cost":797,"Date":"1/6/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":777,"Cost":527,"Date":"1/23/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":192,"Cost":137,"Date":"2/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":885,"Cost":753,"Date":"3/10/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":712,"Cost":491,"Date":"3/12/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":619,"Cost":512,"Date":"3/31/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":194,"Cost":108,"Date":"6/16/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":307,"Cost":251,"Date":"6/17/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":746,"Cost":469,"Date":"8/27/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":963,"Cost":881,"Date":"10/1/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":325,"Cost":241,"Date":"11/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":970,"Cost":517,"Date":"11/9/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":735,"Cost":464,"Date":"3/27/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":823,"Cost":546,"Date":"4/17/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":192,"Cost":99,"Date":"8/11/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":10,"Cost":10,"Date":"8/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":687,"Cost":619,"Date":"9/2/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":352,"Cost":198,"Date":"9/5/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":803,"Cost":722,"Date":"9/14/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":744,"Cost":498,"Date":"9/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":275,"Cost":163,"Date":"11/20/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":933,"Cost":832,"Date":"12/21/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":547,"Cost":431,"Date":"1/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":68,"Cost":52,"Date":"1/21/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":77,"Cost":58,"Date":"2/9/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":478,"Cost":335,"Date":"3/19/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":91,"Cost":83,"Date":"4/3/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":350,"Cost":225,"Date":"4/5/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":354,"Cost":186,"Date":"4/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":254,"Cost":137,"Date":"7/10/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":591,"Cost":351,"Date":"3/25/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":710,"Cost":405,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":341,"Cost":191,"Date":"10/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":758,"Cost":535,"Date":"3/2/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":437,"Cost":236,"Date":"6/28/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":429,"Cost":220,"Date":"7/17/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":816,"Cost":770,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":622,"Cost":437,"Date":"8/23/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":271,"Cost":193,"Date":"11/20/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":579,"Cost":543,"Date":"12/16/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":171,"Cost":158,"Date":"12/30/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":849,"Cost":724,"Date":"2/15/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":363,"Cost":342,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":308,"Cost":258,"Date":"3/7/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":438,"Cost":361,"Date":"4/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":373,"Cost":305,"Date":"7/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":722,"Cost":476,"Date":"8/18/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":384,"Cost":310,"Date":"10/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":622,"Cost":528,"Date":"11/11/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":860,"Cost":439,"Date":"11/30/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":306,"Cost":246,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":487,"Cost":305,"Date":"3/1/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":745,"Cost":611,"Date":"4/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":973,"Cost":731,"Date":"5/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":397,"Cost":296,"Date":"8/13/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":344,"Cost":251,"Date":"9/15/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":473,"Cost":413,"Date":"10/14/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":722,"Cost":437,"Date":"10/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":224,"Cost":141,"Date":"11/11/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":801,"Cost":532,"Date":"12/7/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":578,"Cost":450,"Date":"12/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":889,"Cost":446,"Date":"1/6/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":471,"Cost":251,"Date":"1/23/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":997,"Cost":594,"Date":"2/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":369,"Cost":306,"Date":"3/10/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":155,"Cost":100,"Date":"3/12/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":132,"Cost":99,"Date":"3/31/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":917,"Cost":548,"Date":"6/16/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":952,"Cost":859,"Date":"6/17/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":977,"Cost":643,"Date":"8/27/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":642,"Cost":567,"Date":"10/1/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":479,"Cost":309,"Date":"11/4/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"COS","Country":"China","Sale":382,"Cost":224,"Date":"11/9/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":960,"Cost":778,"Date":"3/27/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":649,"Cost":437,"Date":"4/17/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":100,"Cost":71,"Date":"8/11/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":373,"Cost":236,"Date":"8/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":576,"Cost":365,"Date":"9/2/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":111,"Cost":99,"Date":"9/5/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":351,"Cost":220,"Date":"9/14/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":591,"Cost":344,"Date":"9/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":194,"Cost":105,"Date":"11/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":414,"Cost":256,"Date":"12/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":826,"Cost":720,"Date":"1/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":944,"Cost":889,"Date":"1/21/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":483,"Cost":322,"Date":"2/9/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":328,"Cost":263,"Date":"3/19/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":303,"Cost":189,"Date":"4/3/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":328,"Cost":258,"Date":"4/5/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":487,"Cost":299,"Date":"4/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":778,"Cost":627,"Date":"7/10/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":783,"Cost":510,"Date":"3/25/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":402,"Cost":358,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":238,"Cost":215,"Date":"10/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":297,"Cost":170,"Date":"3/2/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":311,"Cost":173,"Date":"6/28/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":196,"Cost":157,"Date":"7/17/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":352,"Cost":289,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":831,"Cost":577,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":673,"Cost":558,"Date":"11/20/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":645,"Cost":492,"Date":"12/16/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":167,"Cost":103,"Date":"12/30/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":395,"Cost":224,"Date":"2/15/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":776,"Cost":491,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":388,"Cost":341,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":969,"Cost":755,"Date":"4/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":474,"Cost":342,"Date":"7/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":213,"Cost":180,"Date":"8/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":685,"Cost":470,"Date":"10/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":919,"Cost":466,"Date":"11/11/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":646,"Cost":353,"Date":"11/30/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":56,"Cost":48,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":637,"Cost":523,"Date":"3/1/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":177,"Cost":133,"Date":"4/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":939,"Cost":671,"Date":"5/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":146,"Cost":111,"Date":"8/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":146,"Cost":106,"Date":"9/15/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":90,"Cost":48,"Date":"10/14/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":342,"Cost":256,"Date":"10/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":443,"Cost":292,"Date":"11/11/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":429,"Cost":253,"Date":"12/7/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":33,"Cost":21,"Date":"12/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":267,"Cost":217,"Date":"1/6/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":843,"Cost":534,"Date":"1/23/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":348,"Cost":305,"Date":"2/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":486,"Cost":346,"Date":"3/10/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":449,"Cost":251,"Date":"3/12/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":363,"Cost":261,"Date":"3/31/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":32,"Cost":26,"Date":"6/16/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":676,"Cost":590,"Date":"6/17/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":435,"Cost":293,"Date":"8/27/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":152,"Cost":79,"Date":"10/1/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":595,"Cost":546,"Date":"11/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":393,"Cost":207,"Date":"11/9/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":886,"Cost":513,"Date":"3/27/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":653,"Cost":371,"Date":"4/17/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":293,"Cost":259,"Date":"8/11/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":223,"Cost":121,"Date":"8/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":127,"Cost":118,"Date":"9/2/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":225,"Cost":181,"Date":"9/5/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":918,"Cost":703,"Date":"9/14/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":660,"Cost":536,"Date":"9/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":452,"Cost":234,"Date":"11/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":679,"Cost":437,"Date":"12/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":426,"Cost":244,"Date":"1/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":105,"Cost":67,"Date":"1/21/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":188,"Cost":110,"Date":"2/9/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":161,"Cost":119,"Date":"3/19/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":411,"Cost":292,"Date":"4/3/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":882,"Cost":492,"Date":"4/5/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":800,"Cost":508,"Date":"4/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":537,"Cost":285,"Date":"7/10/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":4,"Cost":3,"Date":"3/25/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":338,"Cost":274,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":236,"Cost":185,"Date":"10/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":782,"Cost":565,"Date":"3/2/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":415,"Cost":338,"Date":"6/28/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":792,"Cost":590,"Date":"7/17/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":854,"Cost":523,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":389,"Cost":269,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":812,"Cost":445,"Date":"11/20/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":289,"Cost":199,"Date":"12/16/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":640,"Cost":592,"Date":"12/30/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":187,"Cost":118,"Date":"2/15/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":424,"Cost":279,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":72,"Cost":43,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":704,"Cost":493,"Date":"4/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":103,"Cost":93,"Date":"7/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":855,"Cost":436,"Date":"8/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":363,"Cost":277,"Date":"10/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":751,"Cost":519,"Date":"11/11/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":336,"Cost":221,"Date":"11/30/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":190,"Cost":109,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":403,"Cost":241,"Date":"3/1/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":205,"Cost":174,"Date":"4/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":326,"Cost":194,"Date":"5/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":840,"Cost":755,"Date":"8/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":25,"Cost":23,"Date":"9/15/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":893,"Cost":754,"Date":"10/14/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":751,"Cost":683,"Date":"10/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":760,"Cost":605,"Date":"11/11/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":606,"Cost":394,"Date":"12/7/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":501,"Cost":268,"Date":"12/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":514,"Cost":387,"Date":"1/6/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":717,"Cost":525,"Date":"1/23/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":193,"Cost":174,"Date":"2/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":999,"Cost":723,"Date":"3/10/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":150,"Cost":92,"Date":"3/12/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":360,"Cost":260,"Date":"3/31/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":962,"Cost":672,"Date":"6/16/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":363,"Cost":193,"Date":"6/17/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":126,"Cost":65,"Date":"8/27/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":286,"Cost":263,"Date":"10/1/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":59,"Cost":39,"Date":"11/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":432,"Cost":296,"Date":"11/9/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":229,"Cost":184,"Date":"3/27/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":958,"Cost":874,"Date":"4/17/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":645,"Cost":488,"Date":"8/11/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":37,"Cost":32,"Date":"8/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":18,"Cost":9,"Date":"9/2/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":284,"Cost":158,"Date":"9/5/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":691,"Cost":540,"Date":"9/14/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":567,"Cost":421,"Date":"9/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":74,"Cost":58,"Date":"11/20/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":736,"Cost":539,"Date":"12/21/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":971,"Cost":515,"Date":"1/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":757,"Cost":604,"Date":"1/21/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":834,"Cost":470,"Date":"2/9/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":718,"Cost":562,"Date":"3/19/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":234,"Cost":208,"Date":"4/3/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":183,"Cost":166,"Date":"4/5/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":318,"Cost":170,"Date":"4/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":752,"Cost":464,"Date":"7/10/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":203,"Cost":130,"Date":"3/25/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":807,"Cost":572,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":424,"Cost":274,"Date":"10/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":457,"Cost":267,"Date":"3/2/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":573,"Cost":522,"Date":"6/28/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":13,"Cost":8,"Date":"7/17/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":877,"Cost":779,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":298,"Cost":164,"Date":"8/23/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":574,"Cost":493,"Date":"11/20/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":718,"Cost":547,"Date":"12/16/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":958,"Cost":499,"Date":"12/30/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":959,"Cost":901,"Date":"2/15/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":432,"Cost":342,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":258,"Cost":203,"Date":"3/7/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":436,"Cost":364,"Date":"4/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":876,"Cost":739,"Date":"7/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":519,"Cost":362,"Date":"8/18/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":768,"Cost":448,"Date":"10/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":616,"Cost":358,"Date":"11/11/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":793,"Cost":689,"Date":"11/30/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":776,"Cost":421,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":809,"Cost":528,"Date":"3/1/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":953,"Cost":604,"Date":"4/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":908,"Cost":631,"Date":"5/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":932,"Cost":775,"Date":"8/13/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":207,"Cost":194,"Date":"9/15/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":566,"Cost":326,"Date":"10/14/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":445,"Cost":257,"Date":"10/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":528,"Cost":480,"Date":"11/11/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":607,"Cost":493,"Date":"12/7/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":423,"Cost":240,"Date":"12/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":254,"Cost":219,"Date":"1/6/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":133,"Cost":71,"Date":"1/23/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":432,"Cost":303,"Date":"2/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":485,"Cost":419,"Date":"3/10/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":494,"Cost":355,"Date":"3/12/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":87,"Cost":55,"Date":"3/31/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":318,"Cost":267,"Date":"6/16/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":727,"Cost":379,"Date":"6/17/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":344,"Cost":247,"Date":"8/27/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":597,"Cost":516,"Date":"10/1/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":813,"Cost":589,"Date":"11/4/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":372,"Cost":210,"Date":"11/9/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":988,"Cost":834,"Date":"3/27/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":674,"Cost":598,"Date":"4/17/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":44,"Cost":32,"Date":"8/11/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":70,"Cost":54,"Date":"8/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":658,"Cost":495,"Date":"9/2/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":170,"Cost":88,"Date":"9/5/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":360,"Cost":295,"Date":"9/14/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":833,"Cost":588,"Date":"9/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":872,"Cost":456,"Date":"11/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":319,"Cost":250,"Date":"12/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":894,"Cost":808,"Date":"1/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":591,"Cost":433,"Date":"1/21/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":56,"Cost":42,"Date":"2/9/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":914,"Cost":632,"Date":"3/19/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":744,"Cost":427,"Date":"4/3/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":236,"Cost":133,"Date":"4/5/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":295,"Cost":221,"Date":"4/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":473,"Cost":323,"Date":"7/10/2019"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":248,"Cost":165,"Date":"3/25/2020"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":426,"Cost":260,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":911,"Cost":606,"Date":"10/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":78,"Cost":42,"Date":"3/2/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":906,"Cost":699,"Date":"6/28/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":419,"Cost":269,"Date":"7/17/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":790,"Cost":576,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":413,"Cost":290,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":272,"Cost":237,"Date":"11/20/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":314,"Cost":263,"Date":"12/16/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":501,"Cost":292,"Date":"12/30/2021"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":575,"Cost":539,"Date":"2/15/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":148,"Cost":116,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":17,"Cost":13,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":46,"Cost":44,"Date":"4/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":313,"Cost":288,"Date":"7/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":827,"Cost":536,"Date":"8/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":976,"Cost":716,"Date":"10/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":581,"Cost":386,"Date":"11/11/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":319,"Cost":199,"Date":"11/30/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":181,"Cost":108,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":244,"Cost":130,"Date":"3/1/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":753,"Cost":440,"Date":"4/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":651,"Cost":563,"Date":"5/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":868,"Cost":723,"Date":"8/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":527,"Cost":465,"Date":"9/15/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":916,"Cost":556,"Date":"10/14/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":509,"Cost":271,"Date":"10/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":419,"Cost":290,"Date":"11/11/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":819,"Cost":491,"Date":"12/7/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":760,"Cost":628,"Date":"12/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":223,"Cost":115,"Date":"1/6/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":776,"Cost":701,"Date":"1/23/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":24,"Cost":19,"Date":"2/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":182,"Cost":122,"Date":"3/10/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":764,"Cost":599,"Date":"3/12/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":219,"Cost":166,"Date":"3/31/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":401,"Cost":290,"Date":"6/16/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":120,"Cost":107,"Date":"6/17/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":352,"Cost":180,"Date":"8/27/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":601,"Cost":404,"Date":"10/1/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":9,"Cost":9,"Date":"11/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":695,"Cost":465,"Date":"11/9/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":561,"Cost":513,"Date":"3/27/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":820,"Cost":494,"Date":"4/17/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":288,"Cost":164,"Date":"8/11/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":104,"Cost":71,"Date":"8/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":420,"Cost":254,"Date":"9/2/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":207,"Cost":105,"Date":"9/5/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":601,"Cost":337,"Date":"9/14/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":947,"Cost":684,"Date":"9/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":992,"Cost":534,"Date":"11/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":282,"Cost":146,"Date":"12/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":280,"Cost":196,"Date":"1/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":280,"Cost":211,"Date":"1/21/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":63,"Cost":57,"Date":"2/9/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":974,"Cost":705,"Date":"3/19/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":847,"Cost":702,"Date":"4/3/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":86,"Cost":66,"Date":"4/5/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":584,"Cost":472,"Date":"4/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":792,"Cost":579,"Date":"7/10/2019"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":382,"Cost":219,"Date":"3/25/2020"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":464,"Cost":248,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":553,"Cost":283,"Date":"10/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":99,"Cost":54,"Date":"3/2/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":240,"Cost":217,"Date":"6/28/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":669,"Cost":509,"Date":"7/17/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":802,"Cost":705,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":181,"Cost":162,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":557,"Cost":481,"Date":"11/20/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":88,"Cost":47,"Date":"12/16/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":968,"Cost":911,"Date":"12/30/2021"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":652,"Cost":411,"Date":"2/15/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":751,"Cost":702,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":850,"Cost":543,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":203,"Cost":165,"Date":"4/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":112,"Cost":73,"Date":"7/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":694,"Cost":624,"Date":"8/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":741,"Cost":683,"Date":"10/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":317,"Cost":161,"Date":"11/11/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":967,"Cost":671,"Date":"11/30/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":145,"Cost":97,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":804,"Cost":428,"Date":"3/1/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":125,"Cost":66,"Date":"4/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":381,"Cost":301,"Date":"5/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":940,"Cost":848,"Date":"8/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":996,"Cost":653,"Date":"9/15/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":326,"Cost":202,"Date":"10/14/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":717,"Cost":425,"Date":"10/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":173,"Cost":147,"Date":"11/11/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":352,"Cost":176,"Date":"12/7/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":688,"Cost":369,"Date":"12/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":865,"Cost":659,"Date":"1/6/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":224,"Cost":190,"Date":"1/23/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":847,"Cost":549,"Date":"2/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":360,"Cost":202,"Date":"3/10/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":863,"Cost":476,"Date":"3/12/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":851,"Cost":540,"Date":"3/31/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":564,"Cost":433,"Date":"6/16/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":535,"Cost":301,"Date":"6/17/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":160,"Cost":88,"Date":"8/27/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":767,"Cost":457,"Date":"10/1/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":681,"Cost":602,"Date":"11/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":359,"Cost":255,"Date":"11/9/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":289,"Cost":240,"Date":"3/27/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":30,"Cost":22,"Date":"4/17/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":362,"Cost":327,"Date":"8/11/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":311,"Cost":178,"Date":"8/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":985,"Cost":733,"Date":"9/2/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":385,"Cost":232,"Date":"9/5/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":915,"Cost":474,"Date":"9/14/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":476,"Cost":424,"Date":"9/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":813,"Cost":713,"Date":"11/20/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":254,"Cost":132,"Date":"12/21/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":668,"Cost":592,"Date":"1/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":885,"Cost":603,"Date":"1/21/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":313,"Cost":253,"Date":"2/9/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":702,"Cost":522,"Date":"3/19/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":130,"Cost":113,"Date":"4/3/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":753,"Cost":492,"Date":"4/5/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":349,"Cost":251,"Date":"4/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":492,"Cost":268,"Date":"7/10/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":457,"Cost":306,"Date":"3/25/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":186,"Cost":120,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":546,"Cost":427,"Date":"10/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":635,"Cost":548,"Date":"3/2/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":29,"Cost":16,"Date":"6/28/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":223,"Cost":168,"Date":"7/17/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":579,"Cost":323,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":862,"Cost":460,"Date":"8/23/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":521,"Cost":308,"Date":"11/20/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":658,"Cost":549,"Date":"12/16/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":833,"Cost":669,"Date":"12/30/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":838,"Cost":714,"Date":"2/15/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":10,"Cost":8,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":735,"Cost":656,"Date":"3/7/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":999,"Cost":918,"Date":"4/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":260,"Cost":190,"Date":"7/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":422,"Cost":239,"Date":"8/18/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":404,"Cost":282,"Date":"10/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":45,"Cost":38,"Date":"11/11/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":5,"Cost":4,"Date":"11/30/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":420,"Cost":293,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":796,"Cost":640,"Date":"3/1/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":859,"Cost":567,"Date":"4/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":970,"Cost":857,"Date":"5/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":584,"Cost":320,"Date":"8/13/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":702,"Cost":622,"Date":"9/15/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":745,"Cost":461,"Date":"10/14/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":441,"Cost":241,"Date":"10/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":979,"Cost":847,"Date":"11/11/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":332,"Cost":296,"Date":"12/7/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":844,"Cost":606,"Date":"12/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":135,"Cost":78,"Date":"1/6/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":602,"Cost":351,"Date":"1/23/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":323,"Cost":225,"Date":"2/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":909,"Cost":528,"Date":"3/10/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":740,"Cost":611,"Date":"3/12/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":363,"Cost":324,"Date":"3/31/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":373,"Cost":286,"Date":"6/16/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":218,"Cost":169,"Date":"6/17/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":854,"Cost":465,"Date":"8/27/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":623,"Cost":511,"Date":"10/1/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":548,"Cost":496,"Date":"11/4/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM Home","Country":"China","Sale":129,"Cost":108,"Date":"11/9/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":559,"Cost":296,"Date":"3/27/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":776,"Cost":445,"Date":"4/17/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":814,"Cost":508,"Date":"8/11/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":349,"Cost":259,"Date":"8/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":767,"Cost":681,"Date":"9/2/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":796,"Cost":512,"Date":"9/5/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":691,"Cost":632,"Date":"9/14/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":337,"Cost":211,"Date":"9/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":98,"Cost":71,"Date":"11/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":587,"Cost":298,"Date":"12/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":174,"Cost":91,"Date":"1/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":618,"Cost":511,"Date":"1/21/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":737,"Cost":540,"Date":"2/9/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":93,"Cost":69,"Date":"3/19/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":933,"Cost":549,"Date":"4/3/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":437,"Cost":255,"Date":"4/5/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":983,"Cost":683,"Date":"4/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":635,"Cost":363,"Date":"7/10/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":997,"Cost":664,"Date":"3/25/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":6,"Cost":5,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":901,"Cost":553,"Date":"10/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":558,"Cost":488,"Date":"3/2/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":799,"Cost":689,"Date":"6/28/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":606,"Cost":528,"Date":"7/17/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":917,"Cost":548,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":977,"Cost":718,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":5,"Cost":2,"Date":"11/20/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":596,"Cost":338,"Date":"12/16/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":759,"Cost":481,"Date":"12/30/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":521,"Cost":262,"Date":"2/15/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":396,"Cost":365,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":247,"Cost":139,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":22,"Cost":15,"Date":"4/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":430,"Cost":264,"Date":"7/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":459,"Cost":365,"Date":"8/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":193,"Cost":170,"Date":"10/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":141,"Cost":71,"Date":"11/11/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":762,"Cost":644,"Date":"11/30/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":226,"Cost":154,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":804,"Cost":532,"Date":"3/1/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":948,"Cost":653,"Date":"4/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":971,"Cost":692,"Date":"5/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":690,"Cost":647,"Date":"8/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":720,"Cost":449,"Date":"9/15/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":442,"Cost":233,"Date":"10/14/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":717,"Cost":473,"Date":"10/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":123,"Cost":106,"Date":"11/11/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":340,"Cost":298,"Date":"12/7/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":758,"Cost":435,"Date":"12/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":209,"Cost":118,"Date":"1/6/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":294,"Cost":219,"Date":"1/23/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":958,"Cost":512,"Date":"2/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":823,"Cost":683,"Date":"3/10/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":24,"Cost":19,"Date":"3/12/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":563,"Cost":315,"Date":"3/31/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":625,"Cost":384,"Date":"6/16/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":914,"Cost":589,"Date":"6/17/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":813,"Cost":695,"Date":"8/27/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":457,"Cost":413,"Date":"10/1/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":369,"Cost":246,"Date":"11/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":420,"Cost":348,"Date":"11/9/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":155,"Cost":123,"Date":"3/27/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":124,"Cost":90,"Date":"4/17/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":645,"Cost":473,"Date":"8/11/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":553,"Cost":470,"Date":"8/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":610,"Cost":336,"Date":"9/2/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":300,"Cost":261,"Date":"9/5/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":568,"Cost":400,"Date":"9/14/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":884,"Cost":553,"Date":"9/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":171,"Cost":108,"Date":"11/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":311,"Cost":200,"Date":"12/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":120,"Cost":74,"Date":"1/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":262,"Cost":215,"Date":"1/21/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":709,"Cost":484,"Date":"2/9/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":793,"Cost":544,"Date":"3/19/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":524,"Cost":422,"Date":"4/3/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":908,"Cost":470,"Date":"4/5/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":346,"Cost":311,"Date":"4/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":644,"Cost":389,"Date":"7/10/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":855,"Cost":596,"Date":"3/25/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":939,"Cost":762,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":455,"Cost":232,"Date":"10/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":268,"Cost":200,"Date":"3/2/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":520,"Cost":467,"Date":"6/28/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":130,"Cost":74,"Date":"7/17/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":600,"Cost":489,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":654,"Cost":448,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":759,"Cost":642,"Date":"11/20/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":808,"Cost":700,"Date":"12/16/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":11,"Cost":6,"Date":"12/30/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":924,"Cost":523,"Date":"2/15/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":607,"Cost":469,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":412,"Cost":213,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":185,"Cost":167,"Date":"4/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":247,"Cost":207,"Date":"7/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":210,"Cost":190,"Date":"8/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":633,"Cost":512,"Date":"10/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":788,"Cost":729,"Date":"11/11/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":90,"Cost":85,"Date":"11/30/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":235,"Cost":161,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":473,"Cost":302,"Date":"3/1/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":162,"Cost":138,"Date":"4/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":693,"Cost":594,"Date":"5/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":199,"Cost":160,"Date":"8/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":504,"Cost":429,"Date":"9/15/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":839,"Cost":480,"Date":"10/14/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":493,"Cost":314,"Date":"10/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":390,"Cost":318,"Date":"11/11/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":716,"Cost":624,"Date":"12/7/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":926,"Cost":719,"Date":"12/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":388,"Cost":227,"Date":"1/6/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":435,"Cost":392,"Date":"1/23/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":402,"Cost":334,"Date":"2/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":717,"Cost":388,"Date":"3/10/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":871,"Cost":668,"Date":"3/12/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":908,"Cost":860,"Date":"3/31/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":775,"Cost":420,"Date":"6/16/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":458,"Cost":274,"Date":"6/17/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":21,"Cost":15,"Date":"8/27/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":171,"Cost":134,"Date":"10/1/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":164,"Cost":147,"Date":"11/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":848,"Cost":726,"Date":"11/9/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":119,"Cost":74,"Date":"3/27/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":608,"Cost":515,"Date":"4/17/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":565,"Cost":537,"Date":"8/11/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":898,"Cost":649,"Date":"8/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":94,"Cost":85,"Date":"9/2/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":185,"Cost":92,"Date":"9/5/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":227,"Cost":154,"Date":"9/14/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":892,"Cost":802,"Date":"9/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":915,"Cost":716,"Date":"11/20/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":202,"Cost":126,"Date":"12/21/2018"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":217,"Cost":137,"Date":"1/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":368,"Cost":258,"Date":"1/21/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":197,"Cost":155,"Date":"2/9/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":187,"Cost":115,"Date":"3/19/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":675,"Cost":589,"Date":"4/3/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":69,"Cost":61,"Date":"4/5/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":606,"Cost":490,"Date":"4/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":186,"Cost":162,"Date":"7/10/2019"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":811,"Cost":547,"Date":"3/25/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":880,"Cost":728,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":350,"Cost":200,"Date":"10/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":491,"Cost":343,"Date":"3/2/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":257,"Cost":139,"Date":"6/28/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":478,"Cost":375,"Date":"7/17/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":466,"Cost":305,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":51,"Cost":37,"Date":"8/23/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":353,"Cost":320,"Date":"11/20/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":357,"Cost":225,"Date":"12/16/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":522,"Cost":277,"Date":"12/30/2021"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":361,"Cost":262,"Date":"2/15/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":742,"Cost":507,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":181,"Cost":167,"Date":"3/7/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":508,"Cost":343,"Date":"4/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":123,"Cost":88,"Date":"7/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":402,"Cost":295,"Date":"8/18/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":153,"Cost":131,"Date":"10/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":341,"Cost":229,"Date":"11/11/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":383,"Cost":352,"Date":"11/30/2022"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":816,"Cost":542,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":596,"Cost":416,"Date":"3/1/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":254,"Cost":203,"Date":"4/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":768,"Cost":701,"Date":"5/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":125,"Cost":111,"Date":"8/13/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":701,"Cost":516,"Date":"9/15/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":846,"Cost":559,"Date":"10/14/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":89,"Cost":52,"Date":"10/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":62,"Cost":46,"Date":"11/11/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":469,"Cost":259,"Date":"12/7/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":380,"Cost":256,"Date":"12/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":921,"Cost":506,"Date":"1/6/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":139,"Cost":77,"Date":"1/23/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":842,"Cost":680,"Date":"2/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":967,"Cost":605,"Date":"3/10/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":583,"Cost":532,"Date":"3/12/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":564,"Cost":318,"Date":"3/31/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":620,"Cost":475,"Date":"6/16/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":826,"Cost":496,"Date":"6/17/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":93,"Cost":66,"Date":"8/27/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":598,"Cost":522,"Date":"10/1/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":813,"Cost":501,"Date":"11/4/2024"},{"Store":"COCO Park, Shenzhen","Brand":"COS","Country":"China","Sale":772,"Cost":718,"Date":"11/9/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":887,"Cost":777,"Date":"3/27/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":778,"Cost":396,"Date":"4/17/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":31,"Cost":15,"Date":"8/11/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":561,"Cost":475,"Date":"8/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":669,"Cost":543,"Date":"9/2/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":725,"Cost":659,"Date":"9/5/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":639,"Cost":410,"Date":"9/14/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":467,"Cost":359,"Date":"9/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":944,"Cost":861,"Date":"11/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":788,"Cost":470,"Date":"12/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":508,"Cost":349,"Date":"1/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":327,"Cost":169,"Date":"1/21/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":163,"Cost":118,"Date":"2/9/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":875,"Cost":578,"Date":"3/19/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":258,"Cost":207,"Date":"4/3/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":175,"Cost":110,"Date":"4/5/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":775,"Cost":459,"Date":"4/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":16,"Cost":11,"Date":"7/10/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":740,"Cost":494,"Date":"3/25/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":601,"Cost":376,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":305,"Cost":181,"Date":"10/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":973,"Cost":792,"Date":"3/2/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":113,"Cost":56,"Date":"6/28/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":616,"Cost":531,"Date":"7/17/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":82,"Cost":63,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":717,"Cost":490,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":329,"Cost":298,"Date":"11/20/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":248,"Cost":224,"Date":"12/16/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":458,"Cost":409,"Date":"12/30/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":367,"Cost":250,"Date":"2/15/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":788,"Cost":395,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":689,"Cost":590,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":138,"Cost":121,"Date":"4/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":340,"Cost":236,"Date":"7/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":830,"Cost":480,"Date":"8/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":477,"Cost":442,"Date":"10/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":191,"Cost":148,"Date":"11/11/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":710,"Cost":396,"Date":"11/30/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":207,"Cost":131,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":744,"Cost":567,"Date":"3/1/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":245,"Cost":201,"Date":"4/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":42,"Cost":26,"Date":"5/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":482,"Cost":309,"Date":"8/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":465,"Cost":284,"Date":"9/15/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":876,"Cost":650,"Date":"10/14/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":700,"Cost":501,"Date":"10/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":614,"Cost":427,"Date":"11/11/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":547,"Cost":507,"Date":"12/7/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":775,"Cost":482,"Date":"12/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":352,"Cost":329,"Date":"1/6/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":383,"Cost":253,"Date":"1/23/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":286,"Cost":156,"Date":"2/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":97,"Cost":90,"Date":"3/10/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":57,"Cost":37,"Date":"3/12/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":951,"Cost":662,"Date":"3/31/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":238,"Cost":192,"Date":"6/16/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":666,"Cost":468,"Date":"6/17/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":643,"Cost":440,"Date":"8/27/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":116,"Cost":110,"Date":"10/1/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":637,"Cost":493,"Date":"11/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"COS","Country":"China","Sale":980,"Cost":710,"Date":"11/9/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":14,"Cost":11,"Date":"3/27/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":725,"Cost":480,"Date":"4/17/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":406,"Cost":243,"Date":"8/11/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":784,"Cost":468,"Date":"8/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":687,"Cost":539,"Date":"9/2/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":782,"Cost":594,"Date":"9/5/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":33,"Cost":20,"Date":"9/14/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":192,"Cost":127,"Date":"9/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":415,"Cost":211,"Date":"11/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":132,"Cost":74,"Date":"12/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":145,"Cost":118,"Date":"1/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":837,"Cost":551,"Date":"1/21/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":909,"Cost":798,"Date":"2/9/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":831,"Cost":627,"Date":"3/19/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":182,"Cost":166,"Date":"4/3/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":396,"Cost":218,"Date":"4/5/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":262,"Cost":164,"Date":"4/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":80,"Cost":56,"Date":"7/10/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":570,"Cost":473,"Date":"3/25/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":300,"Cost":246,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":354,"Cost":222,"Date":"10/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":207,"Cost":107,"Date":"3/2/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":381,"Cost":310,"Date":"6/28/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":681,"Cost":411,"Date":"7/17/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":30,"Cost":19,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":301,"Cost":231,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":674,"Cost":511,"Date":"11/20/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":113,"Cost":71,"Date":"12/16/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":997,"Cost":893,"Date":"12/30/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":174,"Cost":114,"Date":"2/15/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":481,"Cost":289,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":561,"Cost":467,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":317,"Cost":264,"Date":"4/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":435,"Cost":326,"Date":"7/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":223,"Cost":160,"Date":"8/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":971,"Cost":909,"Date":"10/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":669,"Cost":372,"Date":"11/11/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":1,"Cost":1,"Date":"11/30/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":385,"Cost":199,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":496,"Cost":313,"Date":"3/1/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":190,"Cost":124,"Date":"4/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":741,"Cost":575,"Date":"5/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":122,"Cost":100,"Date":"8/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":141,"Cost":109,"Date":"9/15/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":687,"Cost":460,"Date":"10/14/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":367,"Cost":227,"Date":"10/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":398,"Cost":370,"Date":"11/11/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":77,"Cost":66,"Date":"12/7/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":333,"Cost":200,"Date":"12/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":696,"Cost":440,"Date":"1/6/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":383,"Cost":218,"Date":"1/23/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":902,"Cost":637,"Date":"2/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":992,"Cost":730,"Date":"3/10/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":294,"Cost":216,"Date":"3/12/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":13,"Cost":11,"Date":"3/31/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":127,"Cost":114,"Date":"6/16/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":306,"Cost":254,"Date":"6/17/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":829,"Cost":580,"Date":"8/27/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":729,"Cost":430,"Date":"10/1/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":663,"Cost":461,"Date":"11/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":313,"Cost":173,"Date":"11/9/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":413,"Cost":254,"Date":"3/27/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":779,"Cost":688,"Date":"4/17/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":690,"Cost":601,"Date":"8/11/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":349,"Cost":214,"Date":"8/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":153,"Cost":101,"Date":"9/2/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":484,"Cost":304,"Date":"9/5/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":668,"Cost":501,"Date":"9/14/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":645,"Cost":332,"Date":"9/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":512,"Cost":457,"Date":"11/20/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":728,"Cost":597,"Date":"12/21/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":982,"Cost":719,"Date":"1/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":520,"Cost":275,"Date":"1/21/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":844,"Cost":561,"Date":"2/9/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":273,"Cost":252,"Date":"3/19/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":452,"Cost":426,"Date":"4/3/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":105,"Cost":71,"Date":"4/5/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":493,"Cost":334,"Date":"4/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":216,"Cost":193,"Date":"7/10/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":461,"Cost":234,"Date":"3/25/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":339,"Cost":271,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":952,"Cost":614,"Date":"10/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":88,"Cost":70,"Date":"3/2/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":112,"Cost":106,"Date":"6/28/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":885,"Cost":473,"Date":"7/17/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":664,"Cost":515,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":559,"Cost":357,"Date":"8/23/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":204,"Cost":107,"Date":"11/20/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":148,"Cost":98,"Date":"12/16/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":383,"Cost":296,"Date":"12/30/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":808,"Cost":568,"Date":"2/15/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":811,"Cost":453,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":918,"Cost":607,"Date":"3/7/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":882,"Cost":790,"Date":"4/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":148,"Cost":121,"Date":"7/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":875,"Cost":712,"Date":"8/18/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":562,"Cost":368,"Date":"10/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":876,"Cost":636,"Date":"11/11/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":106,"Cost":62,"Date":"11/30/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":461,"Cost":414,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":831,"Cost":638,"Date":"3/1/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":114,"Cost":107,"Date":"4/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":599,"Cost":408,"Date":"5/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":663,"Cost":629,"Date":"8/13/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":251,"Cost":232,"Date":"9/15/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":658,"Cost":332,"Date":"10/14/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":504,"Cost":318,"Date":"10/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":448,"Cost":228,"Date":"11/11/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":483,"Cost":405,"Date":"12/7/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":443,"Cost":370,"Date":"12/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":839,"Cost":612,"Date":"1/6/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":63,"Cost":59,"Date":"1/23/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":788,"Cost":502,"Date":"2/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":295,"Cost":225,"Date":"3/10/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":268,"Cost":134,"Date":"3/12/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":646,"Cost":412,"Date":"3/31/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":86,"Cost":70,"Date":"6/16/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":549,"Cost":321,"Date":"6/17/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":873,"Cost":521,"Date":"8/27/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":365,"Cost":291,"Date":"10/1/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":1,"Cost":1,"Date":"11/4/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Jeans","Country":"China","Sale":273,"Cost":195,"Date":"11/9/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":77,"Cost":44,"Date":"3/27/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":259,"Cost":222,"Date":"4/17/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":84,"Cost":77,"Date":"8/11/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":110,"Cost":67,"Date":"8/21/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":610,"Cost":338,"Date":"9/2/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":652,"Cost":448,"Date":"9/5/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":572,"Cost":482,"Date":"9/14/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":317,"Cost":243,"Date":"9/20/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":928,"Cost":478,"Date":"11/20/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":233,"Cost":175,"Date":"12/21/2018"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":821,"Cost":522,"Date":"1/7/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":507,"Cost":298,"Date":"1/21/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":484,"Cost":326,"Date":"2/9/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":16,"Cost":10,"Date":"3/19/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":915,"Cost":679,"Date":"4/3/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":258,"Cost":185,"Date":"4/5/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":942,"Cost":501,"Date":"4/28/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":395,"Cost":352,"Date":"7/10/2019"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":379,"Cost":203,"Date":"3/25/2020"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":201,"Cost":131,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":815,"Cost":564,"Date":"10/28/2020"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":441,"Cost":254,"Date":"3/2/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":816,"Cost":746,"Date":"6/28/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":233,"Cost":182,"Date":"7/17/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":805,"Cost":622,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":384,"Cost":276,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":776,"Cost":436,"Date":"11/20/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":830,"Cost":500,"Date":"12/16/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":780,"Cost":728,"Date":"12/30/2021"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":26,"Cost":16,"Date":"2/15/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":943,"Cost":738,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":103,"Cost":89,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":18,"Cost":13,"Date":"4/18/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":515,"Cost":334,"Date":"7/27/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":164,"Cost":83,"Date":"8/18/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":176,"Cost":130,"Date":"10/31/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":498,"Cost":319,"Date":"11/11/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":453,"Cost":289,"Date":"11/30/2022"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":964,"Cost":587,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":113,"Cost":89,"Date":"3/1/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":385,"Cost":250,"Date":"4/13/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":16,"Cost":8,"Date":"5/20/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":850,"Cost":776,"Date":"8/13/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":319,"Cost":213,"Date":"9/15/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":644,"Cost":477,"Date":"10/14/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":704,"Cost":451,"Date":"10/28/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":368,"Cost":249,"Date":"11/11/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":932,"Cost":695,"Date":"12/7/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":931,"Cost":630,"Date":"12/21/2023"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":19,"Cost":11,"Date":"1/6/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":477,"Cost":424,"Date":"1/23/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":485,"Cost":301,"Date":"2/4/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":244,"Cost":201,"Date":"3/10/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":184,"Cost":154,"Date":"3/12/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":396,"Cost":342,"Date":"3/31/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":272,"Cost":235,"Date":"6/16/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":844,"Cost":447,"Date":"6/17/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":614,"Cost":319,"Date":"8/27/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":800,"Cost":758,"Date":"10/1/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":170,"Cost":135,"Date":"11/4/2024"},{"Store":"Shenzhen MixC","Brand":"ARKET","Country":"China","Sale":165,"Cost":110,"Date":"11/9/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":950,"Cost":575,"Date":"3/27/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":528,"Cost":308,"Date":"4/17/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":692,"Cost":553,"Date":"8/11/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":395,"Cost":362,"Date":"8/21/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":237,"Cost":179,"Date":"9/2/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":127,"Cost":85,"Date":"9/5/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":218,"Cost":189,"Date":"9/14/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":969,"Cost":901,"Date":"9/20/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":220,"Cost":119,"Date":"11/20/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":909,"Cost":668,"Date":"12/21/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":115,"Cost":63,"Date":"1/7/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":118,"Cost":87,"Date":"1/21/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":627,"Cost":319,"Date":"2/9/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":867,"Cost":639,"Date":"3/19/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":459,"Cost":237,"Date":"4/3/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":402,"Cost":241,"Date":"4/5/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":264,"Cost":140,"Date":"4/28/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":599,"Cost":487,"Date":"7/10/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":719,"Cost":676,"Date":"3/25/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":715,"Cost":383,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":917,"Cost":542,"Date":"10/28/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":446,"Cost":371,"Date":"3/2/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":69,"Cost":51,"Date":"6/28/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":571,"Cost":538,"Date":"7/17/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":603,"Cost":346,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":480,"Cost":445,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":396,"Cost":372,"Date":"11/20/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":638,"Cost":505,"Date":"12/16/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":997,"Cost":553,"Date":"12/30/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":751,"Cost":500,"Date":"2/15/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":180,"Cost":152,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":868,"Cost":598,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":431,"Cost":333,"Date":"4/18/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":762,"Cost":401,"Date":"7/27/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":768,"Cost":592,"Date":"8/18/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":845,"Cost":748,"Date":"10/31/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":593,"Cost":324,"Date":"11/11/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":406,"Cost":270,"Date":"11/30/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":827,"Cost":710,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":466,"Cost":285,"Date":"3/1/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":754,"Cost":558,"Date":"4/13/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":598,"Cost":460,"Date":"5/20/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":747,"Cost":699,"Date":"8/13/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":701,"Cost":541,"Date":"9/15/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":822,"Cost":571,"Date":"10/14/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":468,"Cost":360,"Date":"10/28/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":611,"Cost":341,"Date":"11/11/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":926,"Cost":682,"Date":"12/7/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":492,"Cost":251,"Date":"12/21/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":416,"Cost":382,"Date":"1/6/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":687,"Cost":463,"Date":"1/23/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":822,"Cost":661,"Date":"2/4/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":699,"Cost":589,"Date":"3/10/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":381,"Cost":302,"Date":"3/12/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":741,"Cost":483,"Date":"3/31/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":820,"Cost":615,"Date":"6/16/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":407,"Cost":328,"Date":"6/17/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":513,"Cost":398,"Date":"8/27/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":682,"Cost":647,"Date":"10/1/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":36,"Cost":26,"Date":"11/4/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":292,"Cost":171,"Date":"11/9/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":239,"Cost":188,"Date":"3/27/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":386,"Cost":205,"Date":"4/17/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":403,"Cost":269,"Date":"8/11/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":138,"Cost":103,"Date":"8/21/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":194,"Cost":101,"Date":"9/2/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":570,"Cost":525,"Date":"9/5/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":237,"Cost":126,"Date":"9/14/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":102,"Cost":79,"Date":"9/20/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":711,"Cost":541,"Date":"11/20/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":783,"Cost":694,"Date":"12/21/2018"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":11,"Cost":6,"Date":"1/7/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":929,"Cost":577,"Date":"1/21/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":328,"Cost":175,"Date":"2/9/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":916,"Cost":773,"Date":"3/19/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":79,"Cost":62,"Date":"4/3/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":977,"Cost":609,"Date":"4/5/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":712,"Cost":410,"Date":"4/28/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":404,"Cost":228,"Date":"7/10/2019"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":667,"Cost":450,"Date":"3/25/2020"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":999,"Cost":689,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":379,"Cost":303,"Date":"10/28/2020"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":529,"Cost":328,"Date":"3/2/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":624,"Cost":420,"Date":"6/28/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":631,"Cost":581,"Date":"7/17/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":680,"Cost":579,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":789,"Cost":474,"Date":"8/23/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":1,"Cost":1,"Date":"11/20/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":913,"Cost":677,"Date":"12/16/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":1,"Cost":0,"Date":"12/30/2021"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":929,"Cost":747,"Date":"2/15/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":827,"Cost":456,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":866,"Cost":618,"Date":"3/7/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":200,"Cost":142,"Date":"4/18/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":864,"Cost":733,"Date":"7/27/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":648,"Cost":325,"Date":"8/18/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":327,"Cost":296,"Date":"10/31/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":933,"Cost":726,"Date":"11/11/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":517,"Cost":295,"Date":"11/30/2022"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":789,"Cost":741,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":883,"Cost":448,"Date":"3/1/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":729,"Cost":520,"Date":"4/13/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":949,"Cost":884,"Date":"5/20/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":635,"Cost":319,"Date":"8/13/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":993,"Cost":650,"Date":"9/15/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":222,"Cost":164,"Date":"10/14/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":57,"Cost":39,"Date":"10/28/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":943,"Cost":748,"Date":"11/11/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":134,"Cost":71,"Date":"12/7/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":740,"Cost":682,"Date":"12/21/2023"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":897,"Cost":710,"Date":"1/6/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":615,"Cost":548,"Date":"1/23/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":848,"Cost":552,"Date":"2/4/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":162,"Cost":129,"Date":"3/10/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":725,"Cost":467,"Date":"3/12/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":198,"Cost":153,"Date":"3/31/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":563,"Cost":393,"Date":"6/16/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":409,"Cost":353,"Date":"6/17/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":480,"Cost":382,"Date":"8/27/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":439,"Cost":238,"Date":"10/1/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":341,"Cost":223,"Date":"11/4/2024"},{"Store":"Shenzhen MixC","Brand":"Sellpy","Country":"China","Sale":670,"Cost":535,"Date":"11/9/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":792,"Cost":615,"Date":"3/27/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":553,"Cost":452,"Date":"4/17/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":10,"Cost":8,"Date":"8/11/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":607,"Cost":339,"Date":"8/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":914,"Cost":603,"Date":"9/2/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":8,"Cost":7,"Date":"9/5/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":83,"Cost":78,"Date":"9/14/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":348,"Cost":202,"Date":"9/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":999,"Cost":857,"Date":"11/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":310,"Cost":241,"Date":"12/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":155,"Cost":130,"Date":"1/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":297,"Cost":198,"Date":"1/21/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":196,"Cost":158,"Date":"2/9/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":520,"Cost":353,"Date":"3/19/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":13,"Cost":11,"Date":"4/3/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":750,"Cost":470,"Date":"4/5/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":157,"Cost":111,"Date":"4/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":408,"Cost":369,"Date":"7/10/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":761,"Cost":529,"Date":"3/25/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":592,"Cost":514,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":2,"Cost":2,"Date":"10/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":143,"Cost":136,"Date":"3/2/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":264,"Cost":238,"Date":"6/28/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":209,"Cost":128,"Date":"7/17/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":646,"Cost":332,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":846,"Cost":458,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":728,"Cost":409,"Date":"11/20/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":176,"Cost":95,"Date":"12/16/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":763,"Cost":712,"Date":"12/30/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":18,"Cost":17,"Date":"2/15/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":248,"Cost":141,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":837,"Cost":582,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":171,"Cost":144,"Date":"4/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":763,"Cost":397,"Date":"7/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":798,"Cost":730,"Date":"8/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":421,"Cost":371,"Date":"10/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":77,"Cost":52,"Date":"11/11/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":525,"Cost":373,"Date":"11/30/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":295,"Cost":262,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":664,"Cost":350,"Date":"3/1/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":270,"Cost":254,"Date":"4/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":124,"Cost":98,"Date":"5/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":453,"Cost":359,"Date":"8/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":686,"Cost":367,"Date":"9/15/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":593,"Cost":298,"Date":"10/14/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":183,"Cost":127,"Date":"10/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":821,"Cost":688,"Date":"11/11/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":92,"Cost":62,"Date":"12/7/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":805,"Cost":434,"Date":"12/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":981,"Cost":866,"Date":"1/6/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":941,"Cost":612,"Date":"1/23/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":838,"Cost":487,"Date":"2/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":220,"Cost":126,"Date":"3/10/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":331,"Cost":179,"Date":"3/12/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":906,"Cost":837,"Date":"3/31/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":304,"Cost":260,"Date":"6/16/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":730,"Cost":442,"Date":"6/17/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":123,"Cost":88,"Date":"8/27/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":924,"Cost":799,"Date":"10/1/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":268,"Cost":155,"Date":"11/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":395,"Cost":314,"Date":"11/9/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":730,"Cost":518,"Date":"3/27/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":523,"Cost":268,"Date":"4/17/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":238,"Cost":204,"Date":"8/11/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":30,"Cost":27,"Date":"8/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":93,"Cost":73,"Date":"9/2/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":53,"Cost":49,"Date":"9/5/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":576,"Cost":315,"Date":"9/14/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":342,"Cost":185,"Date":"9/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":407,"Cost":271,"Date":"11/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":383,"Cost":257,"Date":"12/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":554,"Cost":292,"Date":"1/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":556,"Cost":482,"Date":"1/21/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":235,"Cost":209,"Date":"2/9/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":570,"Cost":445,"Date":"3/19/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":898,"Cost":605,"Date":"4/3/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":737,"Cost":541,"Date":"4/5/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":532,"Cost":311,"Date":"4/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":187,"Cost":175,"Date":"7/10/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":546,"Cost":277,"Date":"3/25/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":186,"Cost":146,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":297,"Cost":199,"Date":"10/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":47,"Cost":44,"Date":"3/2/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":180,"Cost":170,"Date":"6/28/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":633,"Cost":473,"Date":"7/17/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":498,"Cost":384,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":7,"Cost":5,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":377,"Cost":270,"Date":"11/20/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":882,"Cost":705,"Date":"12/16/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":526,"Cost":453,"Date":"12/30/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":546,"Cost":392,"Date":"2/15/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":224,"Cost":188,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":681,"Cost":450,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":87,"Cost":65,"Date":"4/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":318,"Cost":214,"Date":"7/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":403,"Cost":246,"Date":"8/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":583,"Cost":472,"Date":"10/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":350,"Cost":283,"Date":"11/11/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":369,"Cost":315,"Date":"11/30/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":537,"Cost":378,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":337,"Cost":231,"Date":"3/1/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":394,"Cost":209,"Date":"4/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":239,"Cost":220,"Date":"5/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":188,"Cost":135,"Date":"8/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":112,"Cost":101,"Date":"9/15/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":182,"Cost":95,"Date":"10/14/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":547,"Cost":351,"Date":"10/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":928,"Cost":814,"Date":"11/11/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":363,"Cost":229,"Date":"12/7/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":304,"Cost":238,"Date":"12/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":571,"Cost":339,"Date":"1/6/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":285,"Cost":237,"Date":"1/23/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":827,"Cost":559,"Date":"2/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":466,"Cost":269,"Date":"3/10/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":983,"Cost":684,"Date":"3/12/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":794,"Cost":705,"Date":"3/31/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":698,"Cost":600,"Date":"6/16/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":976,"Cost":682,"Date":"6/17/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":712,"Cost":591,"Date":"8/27/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":537,"Cost":339,"Date":"10/1/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":336,"Cost":195,"Date":"11/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"HM Home","Country":"China","Sale":961,"Cost":798,"Date":"11/9/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":209,"Cost":186,"Date":"3/27/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":138,"Cost":104,"Date":"4/17/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":87,"Cost":45,"Date":"8/11/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":106,"Cost":84,"Date":"8/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":640,"Cost":452,"Date":"9/2/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":370,"Cost":344,"Date":"9/5/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":724,"Cost":561,"Date":"9/14/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":956,"Cost":750,"Date":"9/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":533,"Cost":356,"Date":"11/20/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":191,"Cost":144,"Date":"12/21/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":830,"Cost":739,"Date":"1/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":547,"Cost":309,"Date":"1/21/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":77,"Cost":46,"Date":"2/9/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":757,"Cost":595,"Date":"3/19/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":418,"Cost":210,"Date":"4/3/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":376,"Cost":201,"Date":"4/5/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":985,"Cost":495,"Date":"4/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":853,"Cost":729,"Date":"7/10/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":318,"Cost":217,"Date":"3/25/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":184,"Cost":134,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":95,"Cost":83,"Date":"10/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":317,"Cost":253,"Date":"3/2/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":545,"Cost":442,"Date":"6/28/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":958,"Cost":515,"Date":"7/17/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":905,"Cost":794,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":476,"Cost":352,"Date":"8/23/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":396,"Cost":275,"Date":"11/20/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":951,"Cost":557,"Date":"12/16/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":889,"Cost":751,"Date":"12/30/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":809,"Cost":576,"Date":"2/15/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":886,"Cost":816,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":660,"Cost":350,"Date":"3/7/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":418,"Cost":360,"Date":"4/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":178,"Cost":147,"Date":"7/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":138,"Cost":121,"Date":"8/18/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":289,"Cost":211,"Date":"10/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":179,"Cost":150,"Date":"11/11/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":196,"Cost":116,"Date":"11/30/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":399,"Cost":365,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":851,"Cost":572,"Date":"3/1/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":226,"Cost":121,"Date":"4/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":537,"Cost":503,"Date":"5/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":813,"Cost":489,"Date":"8/13/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":687,"Cost":407,"Date":"9/15/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":269,"Cost":227,"Date":"10/14/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":505,"Cost":352,"Date":"10/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":326,"Cost":220,"Date":"11/11/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":838,"Cost":482,"Date":"12/7/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":417,"Cost":277,"Date":"12/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":439,"Cost":355,"Date":"1/6/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":430,"Cost":377,"Date":"1/23/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":818,"Cost":482,"Date":"2/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":257,"Cost":142,"Date":"3/10/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":570,"Cost":413,"Date":"3/12/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":975,"Cost":553,"Date":"3/31/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":586,"Cost":308,"Date":"6/16/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":841,"Cost":788,"Date":"6/17/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":313,"Cost":229,"Date":"8/27/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":174,"Cost":122,"Date":"10/1/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":290,"Cost":148,"Date":"11/4/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":988,"Cost":879,"Date":"11/9/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":536,"Cost":420,"Date":"3/27/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":491,"Cost":246,"Date":"4/17/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":101,"Cost":83,"Date":"8/11/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":374,"Cost":245,"Date":"8/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":642,"Cost":519,"Date":"9/2/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":510,"Cost":328,"Date":"9/5/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":410,"Cost":294,"Date":"9/14/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":766,"Cost":612,"Date":"9/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":949,"Cost":570,"Date":"11/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":945,"Cost":763,"Date":"12/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":991,"Cost":882,"Date":"1/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":961,"Cost":823,"Date":"1/21/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":581,"Cost":496,"Date":"2/9/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":885,"Cost":457,"Date":"3/19/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":882,"Cost":597,"Date":"4/3/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":15,"Cost":12,"Date":"4/5/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":285,"Cost":228,"Date":"4/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":406,"Cost":294,"Date":"7/10/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":789,"Cost":580,"Date":"3/25/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":920,"Cost":501,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":268,"Cost":202,"Date":"10/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":391,"Cost":201,"Date":"3/2/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":469,"Cost":380,"Date":"6/28/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":668,"Cost":587,"Date":"7/17/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":441,"Cost":416,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":313,"Cost":271,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":592,"Cost":379,"Date":"11/20/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":444,"Cost":305,"Date":"12/16/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":876,"Cost":757,"Date":"12/30/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":133,"Cost":82,"Date":"2/15/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":196,"Cost":174,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":881,"Cost":652,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":430,"Cost":273,"Date":"4/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":563,"Cost":385,"Date":"7/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":245,"Cost":159,"Date":"8/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":784,"Cost":612,"Date":"10/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":287,"Cost":189,"Date":"11/11/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":127,"Cost":95,"Date":"11/30/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":789,"Cost":474,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":998,"Cost":586,"Date":"3/1/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":78,"Cost":67,"Date":"4/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":653,"Cost":364,"Date":"5/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":158,"Cost":138,"Date":"8/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":893,"Cost":745,"Date":"9/15/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":552,"Cost":411,"Date":"10/14/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":432,"Cost":361,"Date":"10/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":892,"Cost":582,"Date":"11/11/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":42,"Cost":33,"Date":"12/7/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":856,"Cost":631,"Date":"12/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":732,"Cost":678,"Date":"1/6/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":908,"Cost":742,"Date":"1/23/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":699,"Cost":536,"Date":"2/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":309,"Cost":246,"Date":"3/10/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":814,"Cost":673,"Date":"3/12/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":86,"Cost":74,"Date":"3/31/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":194,"Cost":146,"Date":"6/16/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":412,"Cost":371,"Date":"6/17/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":993,"Cost":572,"Date":"8/27/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":370,"Cost":254,"Date":"10/1/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":74,"Cost":50,"Date":"11/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":6,"Cost":5,"Date":"11/9/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":640,"Cost":416,"Date":"3/27/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":572,"Cost":499,"Date":"4/17/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":725,"Cost":501,"Date":"8/11/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":863,"Cost":748,"Date":"8/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":77,"Cost":72,"Date":"9/2/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":77,"Cost":45,"Date":"9/5/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":482,"Cost":269,"Date":"9/14/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":736,"Cost":410,"Date":"9/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":262,"Cost":234,"Date":"11/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":227,"Cost":172,"Date":"12/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":248,"Cost":193,"Date":"1/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":586,"Cost":323,"Date":"1/21/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":181,"Cost":171,"Date":"2/9/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":65,"Cost":52,"Date":"3/19/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":934,"Cost":848,"Date":"4/3/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":296,"Cost":269,"Date":"4/5/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":900,"Cost":851,"Date":"4/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":946,"Cost":812,"Date":"7/10/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":664,"Cost":447,"Date":"3/25/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":32,"Cost":26,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":429,"Cost":325,"Date":"10/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":126,"Cost":86,"Date":"3/2/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":205,"Cost":123,"Date":"6/28/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":231,"Cost":145,"Date":"7/17/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":380,"Cost":240,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":674,"Cost":617,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":738,"Cost":383,"Date":"11/20/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":324,"Cost":182,"Date":"12/16/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":78,"Cost":43,"Date":"12/30/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":105,"Cost":63,"Date":"2/15/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":30,"Cost":27,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":43,"Cost":36,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":847,"Cost":445,"Date":"4/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":328,"Cost":278,"Date":"7/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":398,"Cost":227,"Date":"8/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":991,"Cost":887,"Date":"10/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":221,"Cost":195,"Date":"11/11/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":910,"Cost":494,"Date":"11/30/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":493,"Cost":260,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":825,"Cost":633,"Date":"3/1/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":274,"Cost":139,"Date":"4/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":980,"Cost":638,"Date":"5/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":76,"Cost":55,"Date":"8/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":250,"Cost":131,"Date":"9/15/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":829,"Cost":503,"Date":"10/14/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":33,"Cost":26,"Date":"10/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":931,"Cost":760,"Date":"11/11/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":98,"Cost":60,"Date":"12/7/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":688,"Cost":532,"Date":"12/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":942,"Cost":687,"Date":"1/6/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":334,"Cost":170,"Date":"1/23/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":574,"Cost":357,"Date":"2/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":782,"Cost":676,"Date":"3/10/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":359,"Cost":311,"Date":"3/12/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":923,"Cost":568,"Date":"3/31/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":251,"Cost":209,"Date":"6/16/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":412,"Cost":345,"Date":"6/17/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":731,"Cost":436,"Date":"8/27/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":488,"Cost":385,"Date":"10/1/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":262,"Cost":233,"Date":"11/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"COS","Country":"China","Sale":790,"Cost":686,"Date":"11/9/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":109,"Cost":80,"Date":"3/27/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":961,"Cost":674,"Date":"4/17/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":378,"Cost":271,"Date":"8/11/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":742,"Cost":613,"Date":"8/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":276,"Cost":183,"Date":"9/2/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":949,"Cost":504,"Date":"9/5/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":454,"Cost":402,"Date":"9/14/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":528,"Cost":472,"Date":"9/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":902,"Cost":518,"Date":"11/20/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":752,"Cost":655,"Date":"12/21/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":453,"Cost":355,"Date":"1/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":289,"Cost":183,"Date":"1/21/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":834,"Cost":761,"Date":"2/9/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":820,"Cost":653,"Date":"3/19/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":603,"Cost":522,"Date":"4/3/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":635,"Cost":323,"Date":"4/5/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":136,"Cost":111,"Date":"4/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":818,"Cost":652,"Date":"7/10/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":845,"Cost":633,"Date":"3/25/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":885,"Cost":450,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":700,"Cost":484,"Date":"10/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":107,"Cost":56,"Date":"3/2/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":321,"Cost":290,"Date":"6/28/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":377,"Cost":316,"Date":"7/17/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":353,"Cost":306,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":916,"Cost":764,"Date":"8/23/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":216,"Cost":157,"Date":"11/20/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":168,"Cost":86,"Date":"12/16/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":657,"Cost":368,"Date":"12/30/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":467,"Cost":410,"Date":"2/15/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":299,"Cost":198,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":746,"Cost":570,"Date":"3/7/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":829,"Cost":764,"Date":"4/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":459,"Cost":434,"Date":"7/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":399,"Cost":284,"Date":"8/18/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":662,"Cost":447,"Date":"10/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":183,"Cost":133,"Date":"11/11/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":159,"Cost":143,"Date":"11/30/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":485,"Cost":362,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":389,"Cost":241,"Date":"3/1/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":384,"Cost":338,"Date":"4/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":180,"Cost":113,"Date":"5/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":170,"Cost":154,"Date":"8/13/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":914,"Cost":805,"Date":"9/15/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":20,"Cost":14,"Date":"10/14/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":543,"Cost":280,"Date":"10/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":51,"Cost":45,"Date":"11/11/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":588,"Cost":313,"Date":"12/7/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":166,"Cost":86,"Date":"12/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":505,"Cost":320,"Date":"1/6/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":214,"Cost":133,"Date":"1/23/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":184,"Cost":170,"Date":"2/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":566,"Cost":528,"Date":"3/10/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":71,"Cost":49,"Date":"3/12/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":618,"Cost":487,"Date":"3/31/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":859,"Cost":464,"Date":"6/16/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":347,"Cost":308,"Date":"6/17/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":467,"Cost":375,"Date":"8/27/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":16,"Cost":16,"Date":"10/1/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":910,"Cost":639,"Date":"11/4/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":873,"Cost":636,"Date":"11/9/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":287,"Cost":187,"Date":"3/27/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":521,"Cost":417,"Date":"4/17/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":72,"Cost":45,"Date":"8/11/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":74,"Cost":68,"Date":"8/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":236,"Cost":119,"Date":"9/2/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":323,"Cost":173,"Date":"9/5/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":681,"Cost":579,"Date":"9/14/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":560,"Cost":437,"Date":"9/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":296,"Cost":267,"Date":"11/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":548,"Cost":452,"Date":"12/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":671,"Cost":632,"Date":"1/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":276,"Cost":144,"Date":"1/21/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":679,"Cost":492,"Date":"2/9/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":649,"Cost":445,"Date":"3/19/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":43,"Cost":32,"Date":"4/3/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":699,"Cost":659,"Date":"4/5/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":277,"Cost":217,"Date":"4/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":315,"Cost":282,"Date":"7/10/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":207,"Cost":156,"Date":"3/25/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":861,"Cost":808,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":455,"Cost":333,"Date":"10/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":128,"Cost":96,"Date":"3/2/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":336,"Cost":316,"Date":"6/28/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":572,"Cost":426,"Date":"7/17/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":58,"Cost":51,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":102,"Cost":95,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":325,"Cost":183,"Date":"11/20/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":555,"Cost":317,"Date":"12/16/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":35,"Cost":29,"Date":"12/30/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":175,"Cost":92,"Date":"2/15/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":395,"Cost":375,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":657,"Cost":460,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":176,"Cost":91,"Date":"4/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":198,"Cost":133,"Date":"7/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":757,"Cost":539,"Date":"8/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":934,"Cost":695,"Date":"10/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":553,"Cost":426,"Date":"11/11/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":811,"Cost":550,"Date":"11/30/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":735,"Cost":372,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":365,"Cost":319,"Date":"3/1/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":125,"Cost":70,"Date":"4/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":817,"Cost":458,"Date":"5/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":613,"Cost":353,"Date":"8/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":443,"Cost":269,"Date":"9/15/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":41,"Cost":34,"Date":"10/14/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":327,"Cost":235,"Date":"10/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":774,"Cost":570,"Date":"11/11/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":670,"Cost":591,"Date":"12/7/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":433,"Cost":330,"Date":"12/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":200,"Cost":134,"Date":"1/6/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":461,"Cost":334,"Date":"1/23/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":697,"Cost":650,"Date":"2/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":666,"Cost":424,"Date":"3/10/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":783,"Cost":519,"Date":"3/12/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":719,"Cost":381,"Date":"3/31/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":576,"Cost":450,"Date":"6/16/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":483,"Cost":440,"Date":"6/17/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":65,"Cost":46,"Date":"8/27/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":825,"Cost":724,"Date":"10/1/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":906,"Cost":642,"Date":"11/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":569,"Cost":443,"Date":"11/9/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":290,"Cost":232,"Date":"3/27/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":255,"Cost":174,"Date":"4/17/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":633,"Cost":414,"Date":"8/11/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":607,"Cost":521,"Date":"8/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":9,"Cost":7,"Date":"9/2/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":865,"Cost":586,"Date":"9/5/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":573,"Cost":544,"Date":"9/14/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":589,"Cost":514,"Date":"9/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":23,"Cost":22,"Date":"11/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":608,"Cost":509,"Date":"12/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":268,"Cost":135,"Date":"1/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":914,"Cost":626,"Date":"1/21/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":570,"Cost":424,"Date":"2/9/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":704,"Cost":564,"Date":"3/19/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":63,"Cost":49,"Date":"4/3/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":361,"Cost":286,"Date":"4/5/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":802,"Cost":406,"Date":"4/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":898,"Cost":460,"Date":"7/10/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":115,"Cost":95,"Date":"3/25/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":154,"Cost":146,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":230,"Cost":155,"Date":"10/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":729,"Cost":669,"Date":"3/2/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":657,"Cost":509,"Date":"6/28/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":957,"Cost":907,"Date":"7/17/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":996,"Cost":605,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":833,"Cost":706,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":160,"Cost":125,"Date":"11/20/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":734,"Cost":420,"Date":"12/16/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":815,"Cost":741,"Date":"12/30/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":395,"Cost":316,"Date":"2/15/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":53,"Cost":38,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":206,"Cost":194,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":324,"Cost":166,"Date":"4/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":380,"Cost":314,"Date":"7/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":563,"Cost":407,"Date":"8/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":930,"Cost":637,"Date":"10/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":922,"Cost":852,"Date":"11/11/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":669,"Cost":630,"Date":"11/30/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":247,"Cost":220,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":476,"Cost":295,"Date":"3/1/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":350,"Cost":269,"Date":"4/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":17,"Cost":12,"Date":"5/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":812,"Cost":412,"Date":"8/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":228,"Cost":182,"Date":"9/15/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":495,"Cost":468,"Date":"10/14/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":687,"Cost":580,"Date":"10/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":980,"Cost":843,"Date":"11/11/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":238,"Cost":165,"Date":"12/7/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":528,"Cost":378,"Date":"12/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":134,"Cost":106,"Date":"1/6/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":448,"Cost":317,"Date":"1/23/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":753,"Cost":673,"Date":"2/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":596,"Cost":336,"Date":"3/10/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":163,"Cost":115,"Date":"3/12/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":657,"Cost":346,"Date":"3/31/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":476,"Cost":396,"Date":"6/16/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":29,"Cost":25,"Date":"6/17/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":858,"Cost":469,"Date":"8/27/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":804,"Cost":598,"Date":"10/1/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":87,"Cost":47,"Date":"11/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":212,"Cost":189,"Date":"11/9/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":20,"Cost":14,"Date":"3/27/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":274,"Cost":198,"Date":"4/17/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":649,"Cost":532,"Date":"8/11/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":326,"Cost":198,"Date":"8/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":997,"Cost":511,"Date":"9/2/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":773,"Cost":394,"Date":"9/5/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":934,"Cost":607,"Date":"9/14/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":836,"Cost":516,"Date":"9/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":431,"Cost":346,"Date":"11/20/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":7,"Cost":5,"Date":"12/21/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":339,"Cost":299,"Date":"1/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":179,"Cost":102,"Date":"1/21/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":629,"Cost":361,"Date":"2/9/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":55,"Cost":51,"Date":"3/19/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":624,"Cost":379,"Date":"4/3/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":515,"Cost":437,"Date":"4/5/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":466,"Cost":259,"Date":"4/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":945,"Cost":799,"Date":"7/10/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":569,"Cost":441,"Date":"3/25/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":207,"Cost":177,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":923,"Cost":671,"Date":"10/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":122,"Cost":90,"Date":"3/2/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":981,"Cost":892,"Date":"6/28/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":508,"Cost":322,"Date":"7/17/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":359,"Cost":288,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":673,"Cost":445,"Date":"8/23/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":929,"Cost":513,"Date":"11/20/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":998,"Cost":555,"Date":"12/16/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":580,"Cost":523,"Date":"12/30/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":319,"Cost":273,"Date":"2/15/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":75,"Cost":39,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":990,"Cost":723,"Date":"3/7/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":673,"Cost":455,"Date":"4/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":501,"Cost":265,"Date":"7/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":255,"Cost":205,"Date":"8/18/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":201,"Cost":181,"Date":"10/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":860,"Cost":501,"Date":"11/11/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":85,"Cost":56,"Date":"11/30/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":514,"Cost":485,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":330,"Cost":197,"Date":"3/1/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":523,"Cost":418,"Date":"4/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":955,"Cost":834,"Date":"5/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":915,"Cost":785,"Date":"8/13/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":256,"Cost":157,"Date":"9/15/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":348,"Cost":296,"Date":"10/14/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":753,"Cost":613,"Date":"10/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":16,"Cost":12,"Date":"11/11/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":312,"Cost":249,"Date":"12/7/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":158,"Cost":98,"Date":"12/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":464,"Cost":312,"Date":"1/6/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":190,"Cost":169,"Date":"1/23/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":889,"Cost":785,"Date":"2/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":242,"Cost":153,"Date":"3/10/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":686,"Cost":568,"Date":"3/12/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":567,"Cost":464,"Date":"3/31/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":765,"Cost":486,"Date":"6/16/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":690,"Cost":646,"Date":"6/17/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":217,"Cost":178,"Date":"8/27/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":471,"Cost":320,"Date":"10/1/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":709,"Cost":624,"Date":"11/4/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":565,"Cost":320,"Date":"11/9/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":760,"Cost":561,"Date":"3/27/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":554,"Cost":418,"Date":"4/17/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":768,"Cost":626,"Date":"8/11/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":754,"Cost":673,"Date":"8/21/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":697,"Cost":366,"Date":"9/2/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":398,"Cost":374,"Date":"9/5/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":691,"Cost":608,"Date":"9/14/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":816,"Cost":482,"Date":"9/20/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":212,"Cost":135,"Date":"11/20/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":652,"Cost":337,"Date":"12/21/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":874,"Cost":525,"Date":"1/7/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":713,"Cost":672,"Date":"1/21/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":766,"Cost":466,"Date":"2/9/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":942,"Cost":887,"Date":"3/19/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":715,"Cost":668,"Date":"4/3/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":453,"Cost":294,"Date":"4/5/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":496,"Cost":401,"Date":"4/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":157,"Cost":137,"Date":"7/10/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":491,"Cost":450,"Date":"3/25/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":419,"Cost":313,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":925,"Cost":857,"Date":"10/28/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":801,"Cost":459,"Date":"3/2/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":978,"Cost":885,"Date":"6/28/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":262,"Cost":187,"Date":"7/17/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":842,"Cost":462,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":123,"Cost":105,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":816,"Cost":523,"Date":"11/20/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":464,"Cost":382,"Date":"12/16/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":351,"Cost":275,"Date":"12/30/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":639,"Cost":509,"Date":"2/15/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":774,"Cost":715,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":646,"Cost":344,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":405,"Cost":298,"Date":"4/18/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":198,"Cost":105,"Date":"7/27/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":122,"Cost":97,"Date":"8/18/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":662,"Cost":350,"Date":"10/31/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":531,"Cost":372,"Date":"11/11/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":443,"Cost":369,"Date":"11/30/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":114,"Cost":67,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":2,"Cost":2,"Date":"3/1/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":901,"Cost":545,"Date":"4/13/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":115,"Cost":99,"Date":"5/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":426,"Cost":292,"Date":"8/13/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":694,"Cost":403,"Date":"9/15/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":841,"Cost":503,"Date":"10/14/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":336,"Cost":280,"Date":"10/28/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":287,"Cost":164,"Date":"11/11/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":811,"Cost":748,"Date":"12/7/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":950,"Cost":865,"Date":"12/21/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":965,"Cost":539,"Date":"1/6/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":519,"Cost":489,"Date":"1/23/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":506,"Cost":269,"Date":"2/4/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":983,"Cost":650,"Date":"3/10/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":158,"Cost":137,"Date":"3/12/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":989,"Cost":624,"Date":"3/31/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":584,"Cost":434,"Date":"6/16/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":828,"Cost":583,"Date":"6/17/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":31,"Cost":30,"Date":"8/27/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":917,"Cost":693,"Date":"10/1/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":878,"Cost":754,"Date":"11/4/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":837,"Cost":559,"Date":"11/9/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":556,"Cost":365,"Date":"3/27/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":598,"Cost":550,"Date":"4/17/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":26,"Cost":15,"Date":"8/11/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":922,"Cost":588,"Date":"8/21/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":922,"Cost":564,"Date":"9/2/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":325,"Cost":177,"Date":"9/5/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":104,"Cost":93,"Date":"9/14/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":690,"Cost":466,"Date":"9/20/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":421,"Cost":310,"Date":"11/20/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":474,"Cost":355,"Date":"12/21/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":818,"Cost":658,"Date":"1/7/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":16,"Cost":10,"Date":"1/21/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":3,"Cost":2,"Date":"2/9/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":565,"Cost":285,"Date":"3/19/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":725,"Cost":428,"Date":"4/3/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":994,"Cost":683,"Date":"4/5/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":708,"Cost":538,"Date":"4/28/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":784,"Cost":682,"Date":"7/10/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":66,"Cost":43,"Date":"3/25/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":863,"Cost":663,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":869,"Cost":523,"Date":"10/28/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":194,"Cost":155,"Date":"3/2/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":803,"Cost":614,"Date":"6/28/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":962,"Cost":602,"Date":"7/17/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":696,"Cost":351,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":440,"Cost":353,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":860,"Cost":535,"Date":"11/20/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":783,"Cost":619,"Date":"12/16/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":21,"Cost":13,"Date":"12/30/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":280,"Cost":245,"Date":"2/15/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":317,"Cost":212,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":546,"Cost":386,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":700,"Cost":545,"Date":"4/18/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":320,"Cost":272,"Date":"7/27/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":122,"Cost":104,"Date":"8/18/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":53,"Cost":43,"Date":"10/31/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":809,"Cost":447,"Date":"11/11/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":651,"Cost":429,"Date":"11/30/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":400,"Cost":377,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":985,"Cost":925,"Date":"3/1/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":755,"Cost":411,"Date":"4/13/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":674,"Cost":350,"Date":"5/20/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":239,"Cost":129,"Date":"8/13/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":123,"Cost":75,"Date":"9/15/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":166,"Cost":140,"Date":"10/14/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":761,"Cost":381,"Date":"10/28/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":100,"Cost":64,"Date":"11/11/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":821,"Cost":691,"Date":"12/7/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":930,"Cost":477,"Date":"12/21/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":259,"Cost":236,"Date":"1/6/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":308,"Cost":230,"Date":"1/23/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":882,"Cost":645,"Date":"2/4/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":13,"Cost":7,"Date":"3/10/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":921,"Cost":476,"Date":"3/12/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":71,"Cost":46,"Date":"3/31/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":573,"Cost":523,"Date":"6/16/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":190,"Cost":160,"Date":"6/17/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":524,"Cost":424,"Date":"8/27/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":934,"Cost":674,"Date":"10/1/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":803,"Cost":720,"Date":"11/4/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":597,"Cost":542,"Date":"11/9/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":558,"Cost":477,"Date":"3/27/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":682,"Cost":503,"Date":"4/17/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":514,"Cost":383,"Date":"8/11/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":244,"Cost":202,"Date":"8/21/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":171,"Cost":90,"Date":"9/2/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":173,"Cost":149,"Date":"9/5/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":882,"Cost":763,"Date":"9/14/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":6,"Cost":3,"Date":"9/20/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":227,"Cost":200,"Date":"11/20/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":434,"Cost":247,"Date":"12/21/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":413,"Cost":283,"Date":"1/7/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":227,"Cost":213,"Date":"1/21/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":776,"Cost":663,"Date":"2/9/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":527,"Cost":350,"Date":"3/19/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":488,"Cost":245,"Date":"4/3/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":232,"Cost":182,"Date":"4/5/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":258,"Cost":172,"Date":"4/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":204,"Cost":124,"Date":"7/10/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":507,"Cost":465,"Date":"3/25/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":256,"Cost":147,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":254,"Cost":170,"Date":"10/28/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":196,"Cost":104,"Date":"3/2/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":395,"Cost":342,"Date":"6/28/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":81,"Cost":54,"Date":"7/17/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":77,"Cost":63,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":189,"Cost":112,"Date":"8/23/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":615,"Cost":497,"Date":"11/20/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":198,"Cost":138,"Date":"12/16/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":629,"Cost":412,"Date":"12/30/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":967,"Cost":559,"Date":"2/15/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":777,"Cost":532,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":933,"Cost":839,"Date":"3/7/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":623,"Cost":345,"Date":"4/18/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":978,"Cost":907,"Date":"7/27/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":552,"Cost":305,"Date":"8/18/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":105,"Cost":92,"Date":"10/31/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":690,"Cost":363,"Date":"11/11/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":249,"Cost":186,"Date":"11/30/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":924,"Cost":633,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":591,"Cost":398,"Date":"3/1/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":280,"Cost":194,"Date":"4/13/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":966,"Cost":527,"Date":"5/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":986,"Cost":745,"Date":"8/13/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":773,"Cost":544,"Date":"9/15/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":899,"Cost":615,"Date":"10/14/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":866,"Cost":588,"Date":"10/28/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":379,"Cost":340,"Date":"11/11/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":691,"Cost":405,"Date":"12/7/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":813,"Cost":691,"Date":"12/21/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":429,"Cost":356,"Date":"1/6/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":298,"Cost":158,"Date":"1/23/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":459,"Cost":283,"Date":"2/4/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":274,"Cost":194,"Date":"3/10/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":419,"Cost":289,"Date":"3/12/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":705,"Cost":546,"Date":"3/31/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":399,"Cost":323,"Date":"6/16/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":661,"Cost":482,"Date":"6/17/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":26,"Cost":21,"Date":"8/27/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":881,"Cost":610,"Date":"10/1/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":416,"Cost":370,"Date":"11/4/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":381,"Cost":289,"Date":"11/9/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":153,"Cost":102,"Date":"3/27/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":92,"Cost":69,"Date":"4/17/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":932,"Cost":509,"Date":"8/11/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":702,"Cost":386,"Date":"8/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":731,"Cost":641,"Date":"9/2/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":950,"Cost":794,"Date":"9/5/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":252,"Cost":171,"Date":"9/14/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":557,"Cost":406,"Date":"9/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":142,"Cost":95,"Date":"11/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":615,"Cost":558,"Date":"12/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":71,"Cost":39,"Date":"1/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":349,"Cost":289,"Date":"1/21/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":469,"Cost":267,"Date":"2/9/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":870,"Cost":771,"Date":"3/19/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":620,"Cost":508,"Date":"4/3/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":216,"Cost":163,"Date":"4/5/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":762,"Cost":681,"Date":"4/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":355,"Cost":262,"Date":"7/10/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":304,"Cost":238,"Date":"3/25/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":244,"Cost":182,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":982,"Cost":793,"Date":"10/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":910,"Cost":501,"Date":"3/2/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":848,"Cost":758,"Date":"6/28/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":694,"Cost":457,"Date":"7/17/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":432,"Cost":342,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":973,"Cost":846,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":124,"Cost":79,"Date":"11/20/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":683,"Cost":417,"Date":"12/16/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":356,"Cost":235,"Date":"12/30/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":482,"Cost":381,"Date":"2/15/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":200,"Cost":171,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":280,"Cost":264,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":484,"Cost":343,"Date":"4/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":168,"Cost":121,"Date":"7/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":587,"Cost":412,"Date":"8/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":565,"Cost":325,"Date":"10/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":72,"Cost":59,"Date":"11/11/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":539,"Cost":279,"Date":"11/30/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":953,"Cost":894,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":553,"Cost":345,"Date":"3/1/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":229,"Cost":139,"Date":"4/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":165,"Cost":112,"Date":"5/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":46,"Cost":24,"Date":"8/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":64,"Cost":48,"Date":"9/15/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":551,"Cost":405,"Date":"10/14/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":714,"Cost":368,"Date":"10/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":398,"Cost":224,"Date":"11/11/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":711,"Cost":405,"Date":"12/7/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":820,"Cost":618,"Date":"12/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":154,"Cost":118,"Date":"1/6/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":305,"Cost":190,"Date":"1/23/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":105,"Cost":58,"Date":"2/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":318,"Cost":254,"Date":"3/10/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":17,"Cost":14,"Date":"3/12/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":246,"Cost":229,"Date":"3/31/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":14,"Cost":12,"Date":"6/16/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":180,"Cost":121,"Date":"6/17/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":561,"Cost":395,"Date":"8/27/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":318,"Cost":165,"Date":"10/1/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":897,"Cost":661,"Date":"11/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":958,"Cost":727,"Date":"11/9/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":125,"Cost":64,"Date":"3/27/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":186,"Cost":107,"Date":"4/17/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":112,"Cost":76,"Date":"8/11/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":225,"Cost":157,"Date":"8/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":254,"Cost":158,"Date":"9/2/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":928,"Cost":793,"Date":"9/5/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":75,"Cost":48,"Date":"9/14/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":599,"Cost":405,"Date":"9/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":317,"Cost":163,"Date":"11/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":282,"Cost":164,"Date":"12/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":513,"Cost":272,"Date":"1/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":715,"Cost":613,"Date":"1/21/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":32,"Cost":25,"Date":"2/9/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":207,"Cost":135,"Date":"3/19/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":281,"Cost":263,"Date":"4/3/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":901,"Cost":477,"Date":"4/5/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":166,"Cost":120,"Date":"4/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":454,"Cost":235,"Date":"7/10/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":505,"Cost":336,"Date":"3/25/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":819,"Cost":773,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":805,"Cost":510,"Date":"10/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":842,"Cost":771,"Date":"3/2/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":709,"Cost":378,"Date":"6/28/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":589,"Cost":300,"Date":"7/17/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":190,"Cost":138,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":710,"Cost":365,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":302,"Cost":261,"Date":"11/20/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":523,"Cost":277,"Date":"12/16/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":619,"Cost":372,"Date":"12/30/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":18,"Cost":9,"Date":"2/15/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":178,"Cost":143,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":273,"Cost":252,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":596,"Cost":353,"Date":"4/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":765,"Cost":474,"Date":"7/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":874,"Cost":624,"Date":"8/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":850,"Cost":484,"Date":"10/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":957,"Cost":669,"Date":"11/11/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":130,"Cost":78,"Date":"11/30/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":604,"Cost":474,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":75,"Cost":62,"Date":"3/1/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":256,"Cost":144,"Date":"4/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":11,"Cost":6,"Date":"5/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":72,"Cost":55,"Date":"8/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":560,"Cost":334,"Date":"9/15/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":478,"Cost":268,"Date":"10/14/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":949,"Cost":539,"Date":"10/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":105,"Cost":71,"Date":"11/11/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":400,"Cost":316,"Date":"12/7/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":30,"Cost":29,"Date":"12/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":823,"Cost":669,"Date":"1/6/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":968,"Cost":504,"Date":"1/23/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":93,"Cost":71,"Date":"2/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":405,"Cost":250,"Date":"3/10/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":1,"Cost":0,"Date":"3/12/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":442,"Cost":391,"Date":"3/31/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":834,"Cost":643,"Date":"6/16/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":445,"Cost":295,"Date":"6/17/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":204,"Cost":194,"Date":"8/27/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":760,"Cost":696,"Date":"10/1/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":283,"Cost":199,"Date":"11/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM","Country":"China","Sale":876,"Cost":510,"Date":"11/9/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":990,"Cost":723,"Date":"3/27/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":591,"Cost":474,"Date":"4/17/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":277,"Cost":169,"Date":"8/11/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":487,"Cost":293,"Date":"8/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":447,"Cost":335,"Date":"9/2/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":751,"Cost":421,"Date":"9/5/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":496,"Cost":409,"Date":"9/14/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":609,"Cost":331,"Date":"9/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":200,"Cost":180,"Date":"11/20/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":765,"Cost":657,"Date":"12/21/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":565,"Cost":488,"Date":"1/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":798,"Cost":649,"Date":"1/21/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":410,"Cost":294,"Date":"2/9/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":738,"Cost":592,"Date":"3/19/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":635,"Cost":594,"Date":"4/3/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":831,"Cost":753,"Date":"4/5/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":161,"Cost":133,"Date":"4/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":527,"Cost":393,"Date":"7/10/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":510,"Cost":395,"Date":"3/25/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":658,"Cost":489,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":697,"Cost":398,"Date":"10/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":154,"Cost":99,"Date":"3/2/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":749,"Cost":482,"Date":"6/28/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":628,"Cost":484,"Date":"7/17/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":387,"Cost":221,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":543,"Cost":346,"Date":"8/23/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":62,"Cost":53,"Date":"11/20/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":511,"Cost":430,"Date":"12/16/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":337,"Cost":261,"Date":"12/30/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":573,"Cost":331,"Date":"2/15/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":159,"Cost":89,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":333,"Cost":266,"Date":"3/7/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":978,"Cost":855,"Date":"4/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":774,"Cost":681,"Date":"7/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":503,"Cost":264,"Date":"8/18/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":455,"Cost":328,"Date":"10/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":998,"Cost":875,"Date":"11/11/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":672,"Cost":551,"Date":"11/30/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":126,"Cost":112,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":378,"Cost":340,"Date":"3/1/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":866,"Cost":503,"Date":"4/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":955,"Cost":809,"Date":"5/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":202,"Cost":137,"Date":"8/13/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":218,"Cost":167,"Date":"9/15/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":894,"Cost":638,"Date":"10/14/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":747,"Cost":619,"Date":"10/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":113,"Cost":77,"Date":"11/11/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":287,"Cost":194,"Date":"12/7/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":847,"Cost":539,"Date":"12/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":311,"Cost":295,"Date":"1/6/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":293,"Cost":180,"Date":"1/23/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":888,"Cost":682,"Date":"2/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":826,"Cost":683,"Date":"3/10/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":386,"Cost":340,"Date":"3/12/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":854,"Cost":463,"Date":"3/31/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":744,"Cost":653,"Date":"6/16/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":130,"Cost":89,"Date":"6/17/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":806,"Cost":754,"Date":"8/27/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":727,"Cost":445,"Date":"10/1/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":850,"Cost":768,"Date":"11/4/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":473,"Cost":403,"Date":"11/9/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":855,"Cost":604,"Date":"3/27/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":979,"Cost":603,"Date":"4/17/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":29,"Cost":23,"Date":"8/11/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":408,"Cost":274,"Date":"8/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":76,"Cost":72,"Date":"9/2/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":145,"Cost":110,"Date":"9/5/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":114,"Cost":103,"Date":"9/14/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":689,"Cost":386,"Date":"9/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":647,"Cost":364,"Date":"11/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":763,"Cost":577,"Date":"12/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":699,"Cost":627,"Date":"1/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":317,"Cost":278,"Date":"1/21/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":527,"Cost":344,"Date":"2/9/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":79,"Cost":53,"Date":"3/19/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":688,"Cost":574,"Date":"4/3/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":17,"Cost":10,"Date":"4/5/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":993,"Cost":628,"Date":"4/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":521,"Cost":376,"Date":"7/10/2019"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":801,"Cost":696,"Date":"3/25/2020"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":674,"Cost":539,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":769,"Cost":716,"Date":"10/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":842,"Cost":539,"Date":"3/2/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":844,"Cost":645,"Date":"6/28/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":182,"Cost":134,"Date":"7/17/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":414,"Cost":240,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":445,"Cost":359,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":658,"Cost":623,"Date":"11/20/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":449,"Cost":304,"Date":"12/16/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":590,"Cost":364,"Date":"12/30/2021"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":775,"Cost":707,"Date":"2/15/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":423,"Cost":220,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":113,"Cost":97,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":488,"Cost":386,"Date":"4/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":282,"Cost":197,"Date":"7/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":116,"Cost":92,"Date":"8/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":887,"Cost":466,"Date":"10/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":820,"Cost":660,"Date":"11/11/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":471,"Cost":426,"Date":"11/30/2022"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":515,"Cost":480,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":84,"Cost":72,"Date":"3/1/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":601,"Cost":506,"Date":"4/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":178,"Cost":90,"Date":"5/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":127,"Cost":72,"Date":"8/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":240,"Cost":200,"Date":"9/15/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":821,"Cost":602,"Date":"10/14/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":78,"Cost":58,"Date":"10/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":406,"Cost":314,"Date":"11/11/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":178,"Cost":116,"Date":"12/7/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":109,"Cost":71,"Date":"12/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":501,"Cost":465,"Date":"1/6/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":138,"Cost":85,"Date":"1/23/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":933,"Cost":862,"Date":"2/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":112,"Cost":106,"Date":"3/10/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":908,"Cost":514,"Date":"3/12/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":58,"Cost":33,"Date":"3/31/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":384,"Cost":291,"Date":"6/16/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":638,"Cost":399,"Date":"6/17/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":677,"Cost":349,"Date":"8/27/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":163,"Cost":137,"Date":"10/1/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":922,"Cost":849,"Date":"11/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"COS","Country":"China","Sale":788,"Cost":551,"Date":"11/9/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":627,"Cost":575,"Date":"3/27/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":800,"Cost":621,"Date":"4/17/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":496,"Cost":365,"Date":"8/11/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":552,"Cost":495,"Date":"8/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":328,"Cost":269,"Date":"9/2/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":313,"Cost":181,"Date":"9/5/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":427,"Cost":333,"Date":"9/14/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":645,"Cost":354,"Date":"9/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":687,"Cost":367,"Date":"11/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":879,"Cost":722,"Date":"12/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":12,"Cost":9,"Date":"1/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":226,"Cost":142,"Date":"1/21/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":488,"Cost":345,"Date":"2/9/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":973,"Cost":569,"Date":"3/19/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":934,"Cost":626,"Date":"4/3/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":585,"Cost":531,"Date":"4/5/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":834,"Cost":790,"Date":"4/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":132,"Cost":77,"Date":"7/10/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":789,"Cost":483,"Date":"3/25/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":173,"Cost":130,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":76,"Cost":62,"Date":"10/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":402,"Cost":239,"Date":"3/2/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":528,"Cost":442,"Date":"6/28/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":569,"Cost":429,"Date":"7/17/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":94,"Cost":69,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":180,"Cost":125,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":995,"Cost":566,"Date":"11/20/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":431,"Cost":313,"Date":"12/16/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":752,"Cost":586,"Date":"12/30/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":814,"Cost":627,"Date":"2/15/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":408,"Cost":235,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":987,"Cost":776,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":726,"Cost":511,"Date":"4/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":337,"Cost":296,"Date":"7/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":695,"Cost":562,"Date":"8/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":464,"Cost":419,"Date":"10/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":326,"Cost":221,"Date":"11/11/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":178,"Cost":130,"Date":"11/30/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":332,"Cost":305,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":422,"Cost":324,"Date":"3/1/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":627,"Cost":321,"Date":"4/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":861,"Cost":561,"Date":"5/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":405,"Cost":244,"Date":"8/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":238,"Cost":122,"Date":"9/15/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":468,"Cost":245,"Date":"10/14/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":881,"Cost":810,"Date":"10/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":397,"Cost":350,"Date":"11/11/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":654,"Cost":619,"Date":"12/7/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":85,"Cost":72,"Date":"12/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":654,"Cost":522,"Date":"1/6/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":344,"Cost":182,"Date":"1/23/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":499,"Cost":461,"Date":"2/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":918,"Cost":698,"Date":"3/10/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":315,"Cost":287,"Date":"3/12/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":687,"Cost":419,"Date":"3/31/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":453,"Cost":305,"Date":"6/16/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":848,"Cost":632,"Date":"6/17/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":699,"Cost":638,"Date":"8/27/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":938,"Cost":680,"Date":"10/1/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":403,"Cost":354,"Date":"11/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":357,"Cost":229,"Date":"11/9/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":213,"Cost":117,"Date":"3/27/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":616,"Cost":466,"Date":"4/17/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":912,"Cost":709,"Date":"8/11/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":728,"Cost":380,"Date":"8/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":196,"Cost":162,"Date":"9/2/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":389,"Cost":298,"Date":"9/5/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":293,"Cost":278,"Date":"9/14/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":981,"Cost":764,"Date":"9/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":109,"Cost":92,"Date":"11/20/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":47,"Cost":32,"Date":"12/21/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":40,"Cost":29,"Date":"1/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":370,"Cost":225,"Date":"1/21/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":979,"Cost":896,"Date":"2/9/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":990,"Cost":500,"Date":"3/19/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":681,"Cost":530,"Date":"4/3/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":754,"Cost":530,"Date":"4/5/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":260,"Cost":183,"Date":"4/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":864,"Cost":632,"Date":"7/10/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":896,"Cost":619,"Date":"3/25/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":662,"Cost":424,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":763,"Cost":536,"Date":"10/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":594,"Cost":504,"Date":"3/2/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":528,"Cost":451,"Date":"6/28/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":377,"Cost":356,"Date":"7/17/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":689,"Cost":446,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":478,"Cost":377,"Date":"8/23/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":894,"Cost":464,"Date":"11/20/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":508,"Cost":289,"Date":"12/16/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":229,"Cost":143,"Date":"12/30/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":163,"Cost":150,"Date":"2/15/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":987,"Cost":681,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":550,"Cost":505,"Date":"3/7/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":840,"Cost":667,"Date":"4/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":790,"Cost":587,"Date":"7/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":364,"Cost":321,"Date":"8/18/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":519,"Cost":415,"Date":"10/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":31,"Cost":29,"Date":"11/11/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":990,"Cost":662,"Date":"11/30/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":356,"Cost":310,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":939,"Cost":869,"Date":"3/1/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":121,"Cost":109,"Date":"4/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":92,"Cost":48,"Date":"5/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":910,"Cost":568,"Date":"8/13/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":601,"Cost":517,"Date":"9/15/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":868,"Cost":789,"Date":"10/14/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":690,"Cost":427,"Date":"10/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":339,"Cost":200,"Date":"11/11/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":600,"Cost":367,"Date":"12/7/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":218,"Cost":159,"Date":"12/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":234,"Cost":131,"Date":"1/6/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":883,"Cost":796,"Date":"1/23/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":767,"Cost":651,"Date":"2/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":413,"Cost":381,"Date":"3/10/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":226,"Cost":202,"Date":"3/12/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":122,"Cost":97,"Date":"3/31/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":25,"Cost":16,"Date":"6/16/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":771,"Cost":715,"Date":"6/17/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":924,"Cost":621,"Date":"8/27/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":287,"Cost":217,"Date":"10/1/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":299,"Cost":196,"Date":"11/4/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":968,"Cost":625,"Date":"11/9/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":186,"Cost":172,"Date":"3/27/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":191,"Cost":101,"Date":"4/17/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":988,"Cost":685,"Date":"8/11/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":200,"Cost":109,"Date":"8/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":759,"Cost":714,"Date":"9/2/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":480,"Cost":411,"Date":"9/5/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":775,"Cost":553,"Date":"9/14/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":171,"Cost":116,"Date":"9/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":221,"Cost":144,"Date":"11/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":341,"Cost":314,"Date":"12/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":307,"Cost":217,"Date":"1/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":714,"Cost":414,"Date":"1/21/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":297,"Cost":177,"Date":"2/9/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":976,"Cost":655,"Date":"3/19/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":297,"Cost":224,"Date":"4/3/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":413,"Cost":214,"Date":"4/5/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":854,"Cost":773,"Date":"4/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":296,"Cost":218,"Date":"7/10/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":651,"Cost":526,"Date":"3/25/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":823,"Cost":715,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":643,"Cost":414,"Date":"10/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":629,"Cost":543,"Date":"3/2/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":343,"Cost":303,"Date":"6/28/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":802,"Cost":547,"Date":"7/17/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":578,"Cost":536,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":646,"Cost":479,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":493,"Cost":352,"Date":"11/20/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":571,"Cost":462,"Date":"12/16/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":272,"Cost":198,"Date":"12/30/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":402,"Cost":300,"Date":"2/15/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":953,"Cost":519,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":571,"Cost":470,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":482,"Cost":257,"Date":"4/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":374,"Cost":276,"Date":"7/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":359,"Cost":229,"Date":"8/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":342,"Cost":292,"Date":"10/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":611,"Cost":468,"Date":"11/11/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":690,"Cost":648,"Date":"11/30/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":960,"Cost":605,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":951,"Cost":530,"Date":"3/1/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":658,"Cost":559,"Date":"4/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":543,"Cost":302,"Date":"5/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":878,"Cost":740,"Date":"8/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":43,"Cost":26,"Date":"9/15/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":527,"Cost":348,"Date":"10/14/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":428,"Cost":358,"Date":"10/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":763,"Cost":497,"Date":"11/11/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":854,"Cost":729,"Date":"12/7/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":677,"Cost":424,"Date":"12/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":864,"Cost":658,"Date":"1/6/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":300,"Cost":260,"Date":"1/23/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":821,"Cost":592,"Date":"2/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":333,"Cost":219,"Date":"3/10/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":316,"Cost":293,"Date":"3/12/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":442,"Cost":359,"Date":"3/31/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":119,"Cost":105,"Date":"6/16/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":949,"Cost":651,"Date":"6/17/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":777,"Cost":430,"Date":"8/27/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":246,"Cost":192,"Date":"10/1/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":147,"Cost":103,"Date":"11/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":146,"Cost":125,"Date":"11/9/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":198,"Cost":187,"Date":"3/27/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":617,"Cost":548,"Date":"4/17/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":402,"Cost":295,"Date":"8/11/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":623,"Cost":325,"Date":"8/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":288,"Cost":247,"Date":"9/2/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":121,"Cost":102,"Date":"9/5/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":726,"Cost":529,"Date":"9/14/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":838,"Cost":550,"Date":"9/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":852,"Cost":577,"Date":"11/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":281,"Cost":158,"Date":"12/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":392,"Cost":301,"Date":"1/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":74,"Cost":70,"Date":"1/21/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":750,"Cost":379,"Date":"2/9/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":160,"Cost":104,"Date":"3/19/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":409,"Cost":262,"Date":"4/3/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":938,"Cost":498,"Date":"4/5/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":334,"Cost":232,"Date":"4/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":546,"Cost":390,"Date":"7/10/2019"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":919,"Cost":514,"Date":"3/25/2020"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":912,"Cost":683,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":726,"Cost":647,"Date":"10/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":176,"Cost":130,"Date":"3/2/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":421,"Cost":392,"Date":"6/28/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":786,"Cost":714,"Date":"7/17/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":722,"Cost":443,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":556,"Cost":524,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":570,"Cost":297,"Date":"11/20/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":902,"Cost":475,"Date":"12/16/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":852,"Cost":451,"Date":"12/30/2021"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":919,"Cost":793,"Date":"2/15/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":713,"Cost":445,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":763,"Cost":601,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":758,"Cost":688,"Date":"4/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":802,"Cost":407,"Date":"7/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":118,"Cost":60,"Date":"8/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":355,"Cost":246,"Date":"10/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":308,"Cost":274,"Date":"11/11/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":571,"Cost":440,"Date":"11/30/2022"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":452,"Cost":318,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":436,"Cost":220,"Date":"3/1/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":108,"Cost":54,"Date":"4/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":102,"Cost":55,"Date":"5/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":644,"Cost":407,"Date":"8/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":38,"Cost":35,"Date":"9/15/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":148,"Cost":122,"Date":"10/14/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":23,"Cost":18,"Date":"10/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":644,"Cost":473,"Date":"11/11/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":928,"Cost":829,"Date":"12/7/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":542,"Cost":289,"Date":"12/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":335,"Cost":172,"Date":"1/6/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":763,"Cost":673,"Date":"1/23/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":573,"Cost":377,"Date":"2/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":14,"Cost":13,"Date":"3/10/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":825,"Cost":742,"Date":"3/12/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":932,"Cost":756,"Date":"3/31/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":887,"Cost":773,"Date":"6/16/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":290,"Cost":146,"Date":"6/17/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":673,"Cost":391,"Date":"8/27/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":671,"Cost":470,"Date":"10/1/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":238,"Cost":119,"Date":"11/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Jeans","Country":"China","Sale":542,"Cost":514,"Date":"11/9/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":615,"Cost":315,"Date":"3/27/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":107,"Cost":78,"Date":"4/17/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":660,"Cost":463,"Date":"8/11/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":365,"Cost":261,"Date":"8/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":265,"Cost":200,"Date":"9/2/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":371,"Cost":309,"Date":"9/5/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":411,"Cost":238,"Date":"9/14/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":465,"Cost":287,"Date":"9/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":395,"Cost":198,"Date":"11/20/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":427,"Cost":401,"Date":"12/21/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":347,"Cost":205,"Date":"1/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":257,"Cost":225,"Date":"1/21/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":9,"Cost":9,"Date":"2/9/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":848,"Cost":795,"Date":"3/19/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":649,"Cost":506,"Date":"4/3/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":754,"Cost":699,"Date":"4/5/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":409,"Cost":387,"Date":"4/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":73,"Cost":59,"Date":"7/10/2019"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":359,"Cost":232,"Date":"3/25/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":326,"Cost":304,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":796,"Cost":756,"Date":"10/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":828,"Cost":681,"Date":"3/2/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":249,"Cost":211,"Date":"6/28/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":580,"Cost":485,"Date":"7/17/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":563,"Cost":529,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":174,"Cost":139,"Date":"8/23/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":293,"Cost":157,"Date":"11/20/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":48,"Cost":44,"Date":"12/16/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":254,"Cost":224,"Date":"12/30/2021"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":993,"Cost":521,"Date":"2/15/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":2,"Cost":2,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":561,"Cost":462,"Date":"3/7/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":823,"Cost":761,"Date":"4/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":50,"Cost":33,"Date":"7/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":676,"Cost":488,"Date":"8/18/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":253,"Cost":226,"Date":"10/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":341,"Cost":200,"Date":"11/11/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":27,"Cost":18,"Date":"11/30/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":960,"Cost":835,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":393,"Cost":216,"Date":"3/1/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":874,"Cost":601,"Date":"4/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":421,"Cost":310,"Date":"5/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":392,"Cost":272,"Date":"8/13/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":415,"Cost":223,"Date":"9/15/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":771,"Cost":627,"Date":"10/14/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":249,"Cost":168,"Date":"10/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":757,"Cost":572,"Date":"11/11/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":570,"Cost":286,"Date":"12/7/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":895,"Cost":566,"Date":"12/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":835,"Cost":735,"Date":"1/6/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":228,"Cost":189,"Date":"1/23/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":863,"Cost":755,"Date":"2/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":942,"Cost":705,"Date":"3/10/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":174,"Cost":152,"Date":"3/12/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":795,"Cost":666,"Date":"3/31/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":652,"Cost":567,"Date":"6/16/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":629,"Cost":343,"Date":"6/17/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":970,"Cost":850,"Date":"8/27/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":604,"Cost":321,"Date":"10/1/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":39,"Cost":31,"Date":"11/4/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":116,"Cost":72,"Date":"11/9/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":711,"Cost":540,"Date":"3/27/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":248,"Cost":164,"Date":"4/17/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":733,"Cost":603,"Date":"8/11/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":759,"Cost":669,"Date":"8/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":481,"Cost":277,"Date":"9/2/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":736,"Cost":488,"Date":"9/5/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":315,"Cost":203,"Date":"9/14/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":970,"Cost":810,"Date":"9/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":125,"Cost":89,"Date":"11/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":159,"Cost":127,"Date":"12/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":213,"Cost":170,"Date":"1/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":890,"Cost":507,"Date":"1/21/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":308,"Cost":266,"Date":"2/9/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":26,"Cost":19,"Date":"3/19/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":316,"Cost":257,"Date":"4/3/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":732,"Cost":451,"Date":"4/5/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":57,"Cost":42,"Date":"4/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":555,"Cost":366,"Date":"7/10/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":41,"Cost":27,"Date":"3/25/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":457,"Cost":339,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":314,"Cost":189,"Date":"10/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":461,"Cost":325,"Date":"3/2/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":27,"Cost":16,"Date":"6/28/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":733,"Cost":387,"Date":"7/17/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":763,"Cost":464,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":330,"Cost":307,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":571,"Cost":395,"Date":"11/20/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":568,"Cost":492,"Date":"12/16/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":33,"Cost":20,"Date":"12/30/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":693,"Cost":454,"Date":"2/15/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":101,"Cost":83,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":673,"Cost":445,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":532,"Cost":453,"Date":"4/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":141,"Cost":78,"Date":"7/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":967,"Cost":639,"Date":"8/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":562,"Cost":453,"Date":"10/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":554,"Cost":384,"Date":"11/11/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":533,"Cost":425,"Date":"11/30/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":540,"Cost":361,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":163,"Cost":89,"Date":"3/1/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":25,"Cost":24,"Date":"4/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":79,"Cost":48,"Date":"5/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":299,"Cost":229,"Date":"8/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":340,"Cost":230,"Date":"9/15/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":826,"Cost":471,"Date":"10/14/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":566,"Cost":388,"Date":"10/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":716,"Cost":657,"Date":"11/11/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":767,"Cost":450,"Date":"12/7/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":958,"Cost":714,"Date":"12/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":66,"Cost":35,"Date":"1/6/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":615,"Cost":444,"Date":"1/23/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":140,"Cost":86,"Date":"2/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":92,"Cost":69,"Date":"3/10/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":410,"Cost":277,"Date":"3/12/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":613,"Cost":477,"Date":"3/31/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":649,"Cost":563,"Date":"6/16/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":717,"Cost":649,"Date":"6/17/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":859,"Cost":563,"Date":"8/27/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":476,"Cost":287,"Date":"10/1/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":709,"Cost":565,"Date":"11/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":96,"Cost":80,"Date":"11/9/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":597,"Cost":390,"Date":"3/27/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":638,"Cost":422,"Date":"4/17/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":716,"Cost":445,"Date":"8/11/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":902,"Cost":811,"Date":"8/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":818,"Cost":542,"Date":"9/2/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":361,"Cost":237,"Date":"9/5/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":457,"Cost":228,"Date":"9/14/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":276,"Cost":240,"Date":"9/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":364,"Cost":309,"Date":"11/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":290,"Cost":264,"Date":"12/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":945,"Cost":775,"Date":"1/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":659,"Cost":440,"Date":"1/21/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":255,"Cost":169,"Date":"2/9/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":485,"Cost":254,"Date":"3/19/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":905,"Cost":731,"Date":"4/3/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":562,"Cost":331,"Date":"4/5/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":70,"Cost":55,"Date":"4/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":934,"Cost":824,"Date":"7/10/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":100,"Cost":67,"Date":"3/25/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":795,"Cost":712,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":133,"Cost":120,"Date":"10/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":409,"Cost":356,"Date":"3/2/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":829,"Cost":605,"Date":"6/28/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":176,"Cost":143,"Date":"7/17/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":11,"Cost":7,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":595,"Cost":455,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":980,"Cost":582,"Date":"11/20/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":828,"Cost":477,"Date":"12/16/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":582,"Cost":534,"Date":"12/30/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":915,"Cost":473,"Date":"2/15/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":42,"Cost":38,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":960,"Cost":892,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":829,"Cost":470,"Date":"4/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":533,"Cost":322,"Date":"7/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":252,"Cost":171,"Date":"8/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":645,"Cost":573,"Date":"10/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":345,"Cost":301,"Date":"11/11/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":564,"Cost":413,"Date":"11/30/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":872,"Cost":789,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":851,"Cost":753,"Date":"3/1/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":460,"Cost":271,"Date":"4/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":553,"Cost":323,"Date":"5/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":182,"Cost":115,"Date":"8/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":497,"Cost":295,"Date":"9/15/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":900,"Cost":535,"Date":"10/14/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":358,"Cost":292,"Date":"10/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":927,"Cost":775,"Date":"11/11/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":493,"Cost":396,"Date":"12/7/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":985,"Cost":914,"Date":"12/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":316,"Cost":267,"Date":"1/6/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":328,"Cost":199,"Date":"1/23/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":950,"Cost":641,"Date":"2/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":737,"Cost":647,"Date":"3/10/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":414,"Cost":241,"Date":"3/12/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":563,"Cost":338,"Date":"3/31/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":432,"Cost":330,"Date":"6/16/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":481,"Cost":402,"Date":"6/17/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":857,"Cost":481,"Date":"8/27/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":309,"Cost":236,"Date":"10/1/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":199,"Cost":147,"Date":"11/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Sellpy","Country":"China","Sale":576,"Cost":395,"Date":"11/9/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":528,"Cost":405,"Date":"3/27/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":333,"Cost":190,"Date":"4/17/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":185,"Cost":150,"Date":"8/11/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":915,"Cost":603,"Date":"8/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":8,"Cost":7,"Date":"9/2/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":568,"Cost":474,"Date":"9/5/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":244,"Cost":128,"Date":"9/14/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":235,"Cost":189,"Date":"9/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":787,"Cost":708,"Date":"11/20/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":639,"Cost":480,"Date":"12/21/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":663,"Cost":551,"Date":"1/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":908,"Cost":815,"Date":"1/21/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":826,"Cost":458,"Date":"2/9/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":231,"Cost":130,"Date":"3/19/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":401,"Cost":232,"Date":"4/3/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":966,"Cost":768,"Date":"4/5/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":420,"Cost":318,"Date":"4/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":932,"Cost":532,"Date":"7/10/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":180,"Cost":145,"Date":"3/25/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":13,"Cost":11,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":306,"Cost":259,"Date":"10/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":940,"Cost":666,"Date":"3/2/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":620,"Cost":324,"Date":"6/28/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":284,"Cost":219,"Date":"7/17/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":887,"Cost":800,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":812,"Cost":587,"Date":"8/23/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":412,"Cost":234,"Date":"11/20/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":294,"Cost":218,"Date":"12/16/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":69,"Cost":46,"Date":"12/30/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":844,"Cost":597,"Date":"2/15/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":622,"Cost":591,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":717,"Cost":512,"Date":"3/7/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":657,"Cost":331,"Date":"4/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":630,"Cost":514,"Date":"7/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":32,"Cost":20,"Date":"8/18/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":252,"Cost":210,"Date":"10/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":891,"Cost":756,"Date":"11/11/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":235,"Cost":190,"Date":"11/30/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":533,"Cost":462,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":890,"Cost":644,"Date":"3/1/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":241,"Cost":167,"Date":"4/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":663,"Cost":335,"Date":"5/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":61,"Cost":46,"Date":"8/13/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":256,"Cost":132,"Date":"9/15/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":671,"Cost":417,"Date":"10/14/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":148,"Cost":116,"Date":"10/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":330,"Cost":299,"Date":"11/11/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":79,"Cost":50,"Date":"12/7/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":335,"Cost":236,"Date":"12/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":361,"Cost":325,"Date":"1/6/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":534,"Cost":373,"Date":"1/23/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":723,"Cost":520,"Date":"2/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":764,"Cost":705,"Date":"3/10/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":769,"Cost":583,"Date":"3/12/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":194,"Cost":172,"Date":"3/31/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":299,"Cost":267,"Date":"6/16/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":902,"Cost":470,"Date":"6/17/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":432,"Cost":277,"Date":"8/27/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":598,"Cost":466,"Date":"10/1/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":924,"Cost":679,"Date":"11/4/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM","Country":"China","Sale":306,"Cost":166,"Date":"11/9/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":184,"Cost":112,"Date":"3/27/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":181,"Cost":164,"Date":"4/17/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":967,"Cost":908,"Date":"8/11/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":337,"Cost":169,"Date":"8/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":294,"Cost":212,"Date":"9/2/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":945,"Cost":542,"Date":"9/5/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":52,"Cost":28,"Date":"9/14/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":836,"Cost":463,"Date":"9/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":943,"Cost":479,"Date":"11/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":238,"Cost":171,"Date":"12/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":781,"Cost":676,"Date":"1/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":128,"Cost":116,"Date":"1/21/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":495,"Cost":312,"Date":"2/9/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":370,"Cost":231,"Date":"3/19/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":586,"Cost":457,"Date":"4/3/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":146,"Cost":109,"Date":"4/5/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":686,"Cost":350,"Date":"4/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":894,"Cost":510,"Date":"7/10/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":558,"Cost":281,"Date":"3/25/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":703,"Cost":431,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":516,"Cost":446,"Date":"10/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":871,"Cost":665,"Date":"3/2/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":59,"Cost":45,"Date":"6/28/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":880,"Cost":725,"Date":"7/17/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":882,"Cost":817,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":14,"Cost":7,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":294,"Cost":256,"Date":"11/20/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":486,"Cost":271,"Date":"12/16/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":894,"Cost":837,"Date":"12/30/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":531,"Cost":293,"Date":"2/15/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":563,"Cost":469,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":836,"Cost":760,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":12,"Cost":7,"Date":"4/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":170,"Cost":134,"Date":"7/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":196,"Cost":109,"Date":"8/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":648,"Cost":541,"Date":"10/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":21,"Cost":17,"Date":"11/11/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":424,"Cost":265,"Date":"11/30/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":630,"Cost":438,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":778,"Cost":565,"Date":"3/1/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":627,"Cost":377,"Date":"4/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":332,"Cost":191,"Date":"5/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":206,"Cost":150,"Date":"8/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":522,"Cost":475,"Date":"9/15/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":1000,"Cost":912,"Date":"10/14/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":515,"Cost":266,"Date":"10/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":693,"Cost":602,"Date":"11/11/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":65,"Cost":50,"Date":"12/7/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":198,"Cost":130,"Date":"12/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":207,"Cost":191,"Date":"1/6/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":631,"Cost":557,"Date":"1/23/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":774,"Cost":719,"Date":"2/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":644,"Cost":517,"Date":"3/10/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":157,"Cost":116,"Date":"3/12/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":353,"Cost":197,"Date":"3/31/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":355,"Cost":207,"Date":"6/16/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":19,"Cost":16,"Date":"6/17/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":858,"Cost":448,"Date":"8/27/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":497,"Cost":464,"Date":"10/1/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":773,"Cost":545,"Date":"11/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":838,"Cost":631,"Date":"11/9/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":743,"Cost":571,"Date":"3/27/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":377,"Cost":219,"Date":"4/17/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":286,"Cost":160,"Date":"8/11/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":94,"Cost":76,"Date":"8/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":112,"Cost":94,"Date":"9/2/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":278,"Cost":153,"Date":"9/5/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":231,"Cost":144,"Date":"9/14/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":630,"Cost":422,"Date":"9/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":376,"Cost":334,"Date":"11/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":283,"Cost":155,"Date":"12/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":506,"Cost":257,"Date":"1/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":168,"Cost":139,"Date":"1/21/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":421,"Cost":379,"Date":"2/9/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":838,"Cost":544,"Date":"3/19/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":808,"Cost":746,"Date":"4/3/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":349,"Cost":332,"Date":"4/5/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":433,"Cost":231,"Date":"4/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":539,"Cost":316,"Date":"7/10/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":809,"Cost":711,"Date":"3/25/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":182,"Cost":140,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":224,"Cost":211,"Date":"10/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":865,"Cost":787,"Date":"3/2/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":269,"Cost":240,"Date":"6/28/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":213,"Cost":185,"Date":"7/17/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":123,"Cost":99,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":635,"Cost":467,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":267,"Cost":147,"Date":"11/20/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":884,"Cost":771,"Date":"12/16/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":605,"Cost":481,"Date":"12/30/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":640,"Cost":465,"Date":"2/15/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":586,"Cost":316,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":489,"Cost":321,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":728,"Cost":636,"Date":"4/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":530,"Cost":423,"Date":"7/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":76,"Cost":50,"Date":"8/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":343,"Cost":323,"Date":"10/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":508,"Cost":443,"Date":"11/11/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":491,"Cost":407,"Date":"11/30/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":142,"Cost":85,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":745,"Cost":586,"Date":"3/1/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":287,"Cost":206,"Date":"4/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":879,"Cost":756,"Date":"5/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":433,"Cost":342,"Date":"8/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":32,"Cost":28,"Date":"9/15/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":801,"Cost":516,"Date":"10/14/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":157,"Cost":95,"Date":"10/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":811,"Cost":551,"Date":"11/11/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":376,"Cost":326,"Date":"12/7/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":440,"Cost":264,"Date":"12/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":951,"Cost":722,"Date":"1/6/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":66,"Cost":58,"Date":"1/23/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":372,"Cost":330,"Date":"2/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":245,"Cost":210,"Date":"3/10/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":501,"Cost":276,"Date":"3/12/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":852,"Cost":439,"Date":"3/31/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":22,"Cost":14,"Date":"6/16/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":705,"Cost":456,"Date":"6/17/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":939,"Cost":724,"Date":"8/27/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":594,"Cost":545,"Date":"10/1/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":340,"Cost":174,"Date":"11/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":408,"Cost":243,"Date":"11/9/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":790,"Cost":651,"Date":"3/27/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":730,"Cost":558,"Date":"4/17/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":246,"Cost":215,"Date":"8/11/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":618,"Cost":362,"Date":"8/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":960,"Cost":843,"Date":"9/2/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":115,"Cost":73,"Date":"9/5/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":646,"Cost":480,"Date":"9/14/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":858,"Cost":802,"Date":"9/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":400,"Cost":350,"Date":"11/20/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":61,"Cost":31,"Date":"12/21/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":934,"Cost":712,"Date":"1/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":153,"Cost":98,"Date":"1/21/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":956,"Cost":500,"Date":"2/9/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":569,"Cost":476,"Date":"3/19/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":251,"Cost":206,"Date":"4/3/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":37,"Cost":28,"Date":"4/5/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":714,"Cost":401,"Date":"4/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":720,"Cost":499,"Date":"7/10/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":747,"Cost":494,"Date":"3/25/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":727,"Cost":580,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":152,"Cost":140,"Date":"10/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":418,"Cost":334,"Date":"3/2/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":554,"Cost":362,"Date":"6/28/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":859,"Cost":574,"Date":"7/17/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":617,"Cost":558,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":953,"Cost":753,"Date":"8/23/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":641,"Cost":518,"Date":"11/20/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":262,"Cost":194,"Date":"12/16/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":809,"Cost":707,"Date":"12/30/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":94,"Cost":65,"Date":"2/15/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":591,"Cost":420,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":136,"Cost":73,"Date":"3/7/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":65,"Cost":46,"Date":"4/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":75,"Cost":42,"Date":"7/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":154,"Cost":91,"Date":"8/18/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":144,"Cost":87,"Date":"10/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":401,"Cost":200,"Date":"11/11/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":379,"Cost":313,"Date":"11/30/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":572,"Cost":536,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":921,"Cost":799,"Date":"3/1/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":131,"Cost":116,"Date":"4/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":207,"Cost":107,"Date":"5/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":890,"Cost":621,"Date":"8/13/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":475,"Cost":250,"Date":"9/15/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":580,"Cost":544,"Date":"10/14/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":23,"Cost":12,"Date":"10/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":216,"Cost":120,"Date":"11/11/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":483,"Cost":418,"Date":"12/7/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":288,"Cost":228,"Date":"12/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":384,"Cost":203,"Date":"1/6/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":431,"Cost":311,"Date":"1/23/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":220,"Cost":115,"Date":"2/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":104,"Cost":84,"Date":"3/10/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":447,"Cost":345,"Date":"3/12/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":409,"Cost":326,"Date":"3/31/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":446,"Cost":402,"Date":"6/16/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":144,"Cost":85,"Date":"6/17/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":974,"Cost":917,"Date":"8/27/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":612,"Cost":472,"Date":"10/1/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":822,"Cost":693,"Date":"11/4/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":939,"Cost":589,"Date":"11/9/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":751,"Cost":414,"Date":"3/27/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":139,"Cost":101,"Date":"4/17/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":497,"Cost":440,"Date":"8/11/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":249,"Cost":229,"Date":"8/21/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":495,"Cost":439,"Date":"9/2/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":332,"Cost":240,"Date":"9/5/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":396,"Cost":298,"Date":"9/14/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":967,"Cost":754,"Date":"9/20/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":34,"Cost":28,"Date":"11/20/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":404,"Cost":336,"Date":"12/21/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":205,"Cost":123,"Date":"1/7/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":837,"Cost":762,"Date":"1/21/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":442,"Cost":310,"Date":"2/9/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":322,"Cost":306,"Date":"3/19/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":916,"Cost":599,"Date":"4/3/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":915,"Cost":632,"Date":"4/5/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":379,"Cost":205,"Date":"4/28/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":843,"Cost":498,"Date":"7/10/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":827,"Cost":564,"Date":"3/25/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":569,"Cost":365,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":798,"Cost":458,"Date":"10/28/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":128,"Cost":104,"Date":"3/2/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":792,"Cost":643,"Date":"6/28/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":587,"Cost":405,"Date":"7/17/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":246,"Cost":135,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":642,"Cost":596,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":153,"Cost":141,"Date":"11/20/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":120,"Cost":95,"Date":"12/16/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":972,"Cost":695,"Date":"12/30/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":923,"Cost":634,"Date":"2/15/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":621,"Cost":519,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":715,"Cost":450,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":813,"Cost":536,"Date":"4/18/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":426,"Cost":313,"Date":"7/27/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":637,"Cost":564,"Date":"8/18/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":935,"Cost":699,"Date":"10/31/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":820,"Cost":624,"Date":"11/11/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":858,"Cost":525,"Date":"11/30/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":225,"Cost":135,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":593,"Cost":531,"Date":"3/1/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":355,"Cost":294,"Date":"4/13/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":837,"Cost":648,"Date":"5/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":58,"Cost":55,"Date":"8/13/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":332,"Cost":262,"Date":"9/15/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":319,"Cost":219,"Date":"10/14/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":382,"Cost":200,"Date":"10/28/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":533,"Cost":289,"Date":"11/11/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":614,"Cost":308,"Date":"12/7/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":304,"Cost":261,"Date":"12/21/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":122,"Cost":97,"Date":"1/6/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":843,"Cost":721,"Date":"1/23/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":155,"Cost":113,"Date":"2/4/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":797,"Cost":540,"Date":"3/10/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":839,"Cost":717,"Date":"3/12/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":528,"Cost":400,"Date":"3/31/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":617,"Cost":536,"Date":"6/16/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":953,"Cost":646,"Date":"6/17/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":909,"Cost":485,"Date":"8/27/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":771,"Cost":556,"Date":"10/1/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":438,"Cost":397,"Date":"11/4/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":110,"Cost":76,"Date":"11/9/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":440,"Cost":238,"Date":"3/27/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":298,"Cost":166,"Date":"4/17/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":609,"Cost":548,"Date":"8/11/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":664,"Cost":491,"Date":"8/21/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":953,"Cost":803,"Date":"9/2/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":419,"Cost":343,"Date":"9/5/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":842,"Cost":628,"Date":"9/14/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":195,"Cost":116,"Date":"9/20/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":411,"Cost":327,"Date":"11/20/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":929,"Cost":693,"Date":"12/21/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":542,"Cost":392,"Date":"1/7/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":828,"Cost":761,"Date":"1/21/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":285,"Cost":252,"Date":"2/9/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":53,"Cost":30,"Date":"3/19/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":980,"Cost":564,"Date":"4/3/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":959,"Cost":701,"Date":"4/5/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":863,"Cost":518,"Date":"4/28/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":987,"Cost":861,"Date":"7/10/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":122,"Cost":64,"Date":"3/25/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":83,"Cost":77,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":434,"Cost":389,"Date":"10/28/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":197,"Cost":114,"Date":"3/2/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":490,"Cost":301,"Date":"6/28/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":879,"Cost":555,"Date":"7/17/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":931,"Cost":753,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":573,"Cost":504,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":655,"Cost":411,"Date":"11/20/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":79,"Cost":54,"Date":"12/16/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":47,"Cost":39,"Date":"12/30/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":859,"Cost":635,"Date":"2/15/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":951,"Cost":729,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":54,"Cost":48,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":239,"Cost":146,"Date":"4/18/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":168,"Cost":104,"Date":"7/27/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":608,"Cost":384,"Date":"8/18/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":887,"Cost":780,"Date":"10/31/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":710,"Cost":522,"Date":"11/11/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":54,"Cost":32,"Date":"11/30/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":717,"Cost":656,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":383,"Cost":361,"Date":"3/1/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":186,"Cost":101,"Date":"4/13/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":247,"Cost":226,"Date":"5/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":489,"Cost":378,"Date":"8/13/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":104,"Cost":97,"Date":"9/15/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":249,"Cost":132,"Date":"10/14/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":687,"Cost":395,"Date":"10/28/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":445,"Cost":374,"Date":"11/11/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":760,"Cost":459,"Date":"12/7/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":575,"Cost":429,"Date":"12/21/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":159,"Cost":139,"Date":"1/6/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":481,"Cost":439,"Date":"1/23/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":580,"Cost":500,"Date":"2/4/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":746,"Cost":508,"Date":"3/10/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":524,"Cost":465,"Date":"3/12/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":35,"Cost":23,"Date":"3/31/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":231,"Cost":156,"Date":"6/16/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":119,"Cost":85,"Date":"6/17/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":552,"Cost":334,"Date":"8/27/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":604,"Cost":397,"Date":"10/1/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":847,"Cost":679,"Date":"11/4/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":720,"Cost":371,"Date":"11/9/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":723,"Cost":371,"Date":"3/27/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":984,"Cost":500,"Date":"4/17/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":461,"Cost":357,"Date":"8/11/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":137,"Cost":72,"Date":"8/21/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":672,"Cost":506,"Date":"9/2/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":795,"Cost":566,"Date":"9/5/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":452,"Cost":387,"Date":"9/14/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":541,"Cost":324,"Date":"9/20/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":757,"Cost":682,"Date":"11/20/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":753,"Cost":689,"Date":"12/21/2018"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":622,"Cost":436,"Date":"1/7/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":600,"Cost":324,"Date":"1/21/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":799,"Cost":617,"Date":"2/9/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":680,"Cost":407,"Date":"3/19/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":587,"Cost":396,"Date":"4/3/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":269,"Cost":142,"Date":"4/5/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":926,"Cost":538,"Date":"4/28/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":101,"Cost":58,"Date":"7/10/2019"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":553,"Cost":316,"Date":"3/25/2020"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":567,"Cost":458,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":708,"Cost":403,"Date":"10/28/2020"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":477,"Cost":328,"Date":"3/2/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":192,"Cost":180,"Date":"6/28/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":975,"Cost":564,"Date":"7/17/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":406,"Cost":207,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":623,"Cost":361,"Date":"8/23/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":199,"Cost":106,"Date":"11/20/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":165,"Cost":108,"Date":"12/16/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":75,"Cost":44,"Date":"12/30/2021"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":392,"Cost":243,"Date":"2/15/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":333,"Cost":221,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":459,"Cost":345,"Date":"3/7/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":101,"Cost":64,"Date":"4/18/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":252,"Cost":168,"Date":"7/27/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":3,"Cost":1,"Date":"8/18/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":621,"Cost":495,"Date":"10/31/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":686,"Cost":628,"Date":"11/11/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":507,"Cost":361,"Date":"11/30/2022"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":791,"Cost":501,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":659,"Cost":473,"Date":"3/1/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":303,"Cost":157,"Date":"4/13/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":965,"Cost":909,"Date":"5/20/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":732,"Cost":562,"Date":"8/13/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":129,"Cost":103,"Date":"9/15/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":257,"Cost":178,"Date":"10/14/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":979,"Cost":528,"Date":"10/28/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":90,"Cost":47,"Date":"11/11/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":954,"Cost":681,"Date":"12/7/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":715,"Cost":665,"Date":"12/21/2023"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":463,"Cost":435,"Date":"1/6/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":678,"Cost":626,"Date":"1/23/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":862,"Cost":604,"Date":"2/4/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":59,"Cost":53,"Date":"3/10/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":860,"Cost":513,"Date":"3/12/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":361,"Cost":226,"Date":"3/31/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":480,"Cost":363,"Date":"6/16/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":259,"Cost":180,"Date":"6/17/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":562,"Cost":320,"Date":"8/27/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":240,"Cost":217,"Date":"10/1/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":303,"Cost":242,"Date":"11/4/2024"},{"Store":"Chengdu IFS","Brand":"Sellpy","Country":"China","Sale":791,"Cost":548,"Date":"11/9/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":136,"Cost":69,"Date":"3/27/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":160,"Cost":96,"Date":"4/17/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":698,"Cost":416,"Date":"8/11/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":307,"Cost":285,"Date":"8/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":866,"Cost":760,"Date":"9/2/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":542,"Cost":466,"Date":"9/5/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":804,"Cost":508,"Date":"9/14/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":444,"Cost":318,"Date":"9/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":98,"Cost":80,"Date":"11/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":206,"Cost":118,"Date":"12/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":962,"Cost":698,"Date":"1/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":725,"Cost":628,"Date":"1/21/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":493,"Cost":321,"Date":"2/9/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":273,"Cost":255,"Date":"3/19/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":550,"Cost":504,"Date":"4/3/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":521,"Cost":454,"Date":"4/5/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":567,"Cost":449,"Date":"4/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":231,"Cost":187,"Date":"7/10/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":334,"Cost":202,"Date":"3/25/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":492,"Cost":280,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":312,"Cost":175,"Date":"10/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":217,"Cost":189,"Date":"3/2/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":894,"Cost":849,"Date":"6/28/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":190,"Cost":132,"Date":"7/17/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":975,"Cost":709,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":475,"Cost":265,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":553,"Cost":347,"Date":"11/20/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":797,"Cost":463,"Date":"12/16/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":187,"Cost":141,"Date":"12/30/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":898,"Cost":528,"Date":"2/15/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":242,"Cost":180,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":142,"Cost":128,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":946,"Cost":544,"Date":"4/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":535,"Cost":403,"Date":"7/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":523,"Cost":364,"Date":"8/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":874,"Cost":604,"Date":"10/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":791,"Cost":454,"Date":"11/11/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":386,"Cost":345,"Date":"11/30/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":316,"Cost":173,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":487,"Cost":369,"Date":"3/1/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":556,"Cost":512,"Date":"4/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":968,"Cost":498,"Date":"5/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":238,"Cost":194,"Date":"8/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":968,"Cost":528,"Date":"9/15/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":139,"Cost":94,"Date":"10/14/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":585,"Cost":399,"Date":"10/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":833,"Cost":578,"Date":"11/11/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":289,"Cost":159,"Date":"12/7/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":484,"Cost":297,"Date":"12/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":660,"Cost":381,"Date":"1/6/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":271,"Cost":173,"Date":"1/23/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":576,"Cost":441,"Date":"2/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":470,"Cost":428,"Date":"3/10/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":993,"Cost":749,"Date":"3/12/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":302,"Cost":194,"Date":"3/31/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":857,"Cost":498,"Date":"6/16/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":925,"Cost":816,"Date":"6/17/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":429,"Cost":408,"Date":"8/27/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":754,"Cost":428,"Date":"10/1/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":108,"Cost":81,"Date":"11/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":483,"Cost":354,"Date":"11/9/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":979,"Cost":827,"Date":"3/27/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":694,"Cost":450,"Date":"4/17/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":230,"Cost":159,"Date":"8/11/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":633,"Cost":602,"Date":"8/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":454,"Cost":263,"Date":"9/2/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":187,"Cost":123,"Date":"9/5/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":498,"Cost":272,"Date":"9/14/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":13,"Cost":9,"Date":"9/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":838,"Cost":703,"Date":"11/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":175,"Cost":101,"Date":"12/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":329,"Cost":170,"Date":"1/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":645,"Cost":419,"Date":"1/21/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":830,"Cost":521,"Date":"2/9/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":910,"Cost":758,"Date":"3/19/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":218,"Cost":166,"Date":"4/3/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":894,"Cost":620,"Date":"4/5/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":196,"Cost":130,"Date":"4/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":503,"Cost":379,"Date":"7/10/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":324,"Cost":308,"Date":"3/25/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":748,"Cost":452,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":684,"Cost":461,"Date":"10/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":248,"Cost":228,"Date":"3/2/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":332,"Cost":283,"Date":"6/28/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":37,"Cost":19,"Date":"7/17/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":765,"Cost":508,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":525,"Cost":471,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":325,"Cost":265,"Date":"11/20/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":999,"Cost":851,"Date":"12/16/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":995,"Cost":636,"Date":"12/30/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":736,"Cost":512,"Date":"2/15/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":554,"Cost":490,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":357,"Cost":288,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":967,"Cost":723,"Date":"4/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":139,"Cost":70,"Date":"7/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":999,"Cost":849,"Date":"8/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":166,"Cost":102,"Date":"10/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":432,"Cost":346,"Date":"11/11/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":349,"Cost":178,"Date":"11/30/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":468,"Cost":275,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":10,"Cost":6,"Date":"3/1/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":940,"Cost":510,"Date":"4/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":141,"Cost":81,"Date":"5/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":396,"Cost":293,"Date":"8/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":138,"Cost":89,"Date":"9/15/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":877,"Cost":732,"Date":"10/14/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":709,"Cost":357,"Date":"10/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":141,"Cost":74,"Date":"11/11/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":711,"Cost":458,"Date":"12/7/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":577,"Cost":455,"Date":"12/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":763,"Cost":482,"Date":"1/6/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":685,"Cost":360,"Date":"1/23/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":587,"Cost":453,"Date":"2/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":331,"Cost":299,"Date":"3/10/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":207,"Cost":168,"Date":"3/12/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":319,"Cost":252,"Date":"3/31/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":42,"Cost":25,"Date":"6/16/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":42,"Cost":39,"Date":"6/17/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":678,"Cost":398,"Date":"8/27/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":195,"Cost":182,"Date":"10/1/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":198,"Cost":179,"Date":"11/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Sellpy","Country":"China","Sale":130,"Cost":116,"Date":"11/9/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":986,"Cost":685,"Date":"3/27/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":721,"Cost":649,"Date":"4/17/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":487,"Cost":272,"Date":"8/11/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":454,"Cost":372,"Date":"8/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":521,"Cost":318,"Date":"9/2/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":711,"Cost":643,"Date":"9/5/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":523,"Cost":309,"Date":"9/14/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":931,"Cost":687,"Date":"9/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":786,"Cost":707,"Date":"11/20/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":751,"Cost":422,"Date":"12/21/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":329,"Cost":234,"Date":"1/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":610,"Cost":575,"Date":"1/21/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":55,"Cost":38,"Date":"2/9/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":422,"Cost":322,"Date":"3/19/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":76,"Cost":58,"Date":"4/3/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":470,"Cost":330,"Date":"4/5/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":689,"Cost":616,"Date":"4/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":760,"Cost":529,"Date":"7/10/2019"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":310,"Cost":264,"Date":"3/25/2020"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":690,"Cost":584,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":537,"Cost":474,"Date":"10/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":279,"Cost":203,"Date":"3/2/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":686,"Cost":451,"Date":"6/28/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":355,"Cost":304,"Date":"7/17/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":396,"Cost":213,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":994,"Cost":818,"Date":"8/23/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":310,"Cost":292,"Date":"11/20/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":699,"Cost":434,"Date":"12/16/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":127,"Cost":118,"Date":"12/30/2021"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":597,"Cost":432,"Date":"2/15/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":844,"Cost":456,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":847,"Cost":640,"Date":"3/7/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":196,"Cost":118,"Date":"4/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":886,"Cost":795,"Date":"7/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":961,"Cost":632,"Date":"8/18/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":864,"Cost":695,"Date":"10/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":906,"Cost":457,"Date":"11/11/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":926,"Cost":841,"Date":"11/30/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":802,"Cost":712,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":200,"Cost":130,"Date":"3/1/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":373,"Cost":319,"Date":"4/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":566,"Cost":355,"Date":"5/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":685,"Cost":374,"Date":"8/13/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":4,"Cost":2,"Date":"9/15/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":859,"Cost":816,"Date":"10/14/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":824,"Cost":561,"Date":"10/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":23,"Cost":21,"Date":"11/11/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":446,"Cost":241,"Date":"12/7/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":1000,"Cost":733,"Date":"12/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":161,"Cost":95,"Date":"1/6/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":957,"Cost":745,"Date":"1/23/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":753,"Cost":386,"Date":"2/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":548,"Cost":311,"Date":"3/10/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":757,"Cost":617,"Date":"3/12/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":377,"Cost":342,"Date":"3/31/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":941,"Cost":571,"Date":"6/16/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":301,"Cost":223,"Date":"6/17/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":852,"Cost":441,"Date":"8/27/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":136,"Cost":112,"Date":"10/1/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":522,"Cost":341,"Date":"11/4/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM Home","Country":"China","Sale":578,"Cost":499,"Date":"11/9/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":513,"Cost":258,"Date":"3/27/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":96,"Cost":86,"Date":"4/17/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":270,"Cost":188,"Date":"8/11/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":482,"Cost":314,"Date":"8/21/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":316,"Cost":267,"Date":"9/2/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":650,"Cost":550,"Date":"9/5/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":118,"Cost":88,"Date":"9/14/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":750,"Cost":494,"Date":"9/20/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":495,"Cost":296,"Date":"11/20/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":383,"Cost":315,"Date":"12/21/2018"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":381,"Cost":284,"Date":"1/7/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":355,"Cost":232,"Date":"1/21/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":827,"Cost":513,"Date":"2/9/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":694,"Cost":401,"Date":"3/19/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":981,"Cost":581,"Date":"4/3/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":51,"Cost":28,"Date":"4/5/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":561,"Cost":452,"Date":"4/28/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":946,"Cost":675,"Date":"7/10/2019"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":449,"Cost":357,"Date":"3/25/2020"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":501,"Cost":364,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":489,"Cost":431,"Date":"10/28/2020"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":711,"Cost":544,"Date":"3/2/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":915,"Cost":764,"Date":"6/28/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":666,"Cost":569,"Date":"7/17/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":371,"Cost":275,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":439,"Cost":311,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":455,"Cost":294,"Date":"11/20/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":179,"Cost":156,"Date":"12/16/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":869,"Cost":565,"Date":"12/30/2021"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":860,"Cost":754,"Date":"2/15/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":14,"Cost":9,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":17,"Cost":14,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":838,"Cost":640,"Date":"4/18/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":91,"Cost":48,"Date":"7/27/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":138,"Cost":90,"Date":"8/18/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":294,"Cost":243,"Date":"10/31/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":539,"Cost":494,"Date":"11/11/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":531,"Cost":472,"Date":"11/30/2022"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":441,"Cost":326,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":373,"Cost":206,"Date":"3/1/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":185,"Cost":101,"Date":"4/13/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":124,"Cost":118,"Date":"5/20/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":44,"Cost":42,"Date":"8/13/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":985,"Cost":899,"Date":"9/15/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":523,"Cost":436,"Date":"10/14/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":682,"Cost":435,"Date":"10/28/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":330,"Cost":256,"Date":"11/11/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":940,"Cost":887,"Date":"12/7/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":275,"Cost":248,"Date":"12/21/2023"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":519,"Cost":392,"Date":"1/6/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":464,"Cost":269,"Date":"1/23/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":239,"Cost":163,"Date":"2/4/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":409,"Cost":278,"Date":"3/10/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":59,"Cost":38,"Date":"3/12/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":63,"Cost":49,"Date":"3/31/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":466,"Cost":325,"Date":"6/16/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":604,"Cost":338,"Date":"6/17/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":219,"Cost":115,"Date":"8/27/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":64,"Cost":56,"Date":"10/1/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":349,"Cost":329,"Date":"11/4/2024"},{"Store":"Chengdu Global Center","Brand":"COS","Country":"China","Sale":362,"Cost":278,"Date":"11/9/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":565,"Cost":510,"Date":"3/27/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":106,"Cost":70,"Date":"4/17/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":323,"Cost":243,"Date":"8/11/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":863,"Cost":589,"Date":"8/21/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":522,"Cost":355,"Date":"9/2/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":951,"Cost":833,"Date":"9/5/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":434,"Cost":292,"Date":"9/14/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":530,"Cost":395,"Date":"9/20/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":348,"Cost":237,"Date":"11/20/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":554,"Cost":354,"Date":"12/21/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":411,"Cost":327,"Date":"1/7/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":843,"Cost":656,"Date":"1/21/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":241,"Cost":215,"Date":"2/9/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":971,"Cost":685,"Date":"3/19/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":481,"Cost":341,"Date":"4/3/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":709,"Cost":629,"Date":"4/5/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":641,"Cost":519,"Date":"4/28/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":912,"Cost":496,"Date":"7/10/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":80,"Cost":53,"Date":"3/25/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":393,"Cost":296,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":951,"Cost":797,"Date":"10/28/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":136,"Cost":103,"Date":"3/2/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":173,"Cost":103,"Date":"6/28/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":91,"Cost":73,"Date":"7/17/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":765,"Cost":430,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":211,"Cost":168,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":194,"Cost":109,"Date":"11/20/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":71,"Cost":36,"Date":"12/16/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":451,"Cost":301,"Date":"12/30/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":207,"Cost":158,"Date":"2/15/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":604,"Cost":445,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":656,"Cost":580,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":261,"Cost":149,"Date":"4/18/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":864,"Cost":754,"Date":"7/27/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":233,"Cost":184,"Date":"8/18/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":739,"Cost":454,"Date":"10/31/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":458,"Cost":238,"Date":"11/11/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":28,"Cost":20,"Date":"11/30/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":262,"Cost":226,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":384,"Cost":281,"Date":"3/1/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":156,"Cost":131,"Date":"4/13/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":810,"Cost":612,"Date":"5/20/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":365,"Cost":319,"Date":"8/13/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":585,"Cost":436,"Date":"9/15/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":57,"Cost":48,"Date":"10/14/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":464,"Cost":251,"Date":"10/28/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":363,"Cost":234,"Date":"11/11/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":647,"Cost":462,"Date":"12/7/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":273,"Cost":212,"Date":"12/21/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":401,"Cost":290,"Date":"1/6/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":433,"Cost":238,"Date":"1/23/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":319,"Cost":298,"Date":"2/4/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":261,"Cost":179,"Date":"3/10/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":162,"Cost":84,"Date":"3/12/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":361,"Cost":199,"Date":"3/31/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":764,"Cost":557,"Date":"6/16/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":698,"Cost":596,"Date":"6/17/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":37,"Cost":23,"Date":"8/27/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":593,"Cost":544,"Date":"10/1/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":391,"Cost":217,"Date":"11/4/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":444,"Cost":422,"Date":"11/9/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":821,"Cost":450,"Date":"3/27/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":878,"Cost":596,"Date":"4/17/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":848,"Cost":549,"Date":"8/11/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":223,"Cost":202,"Date":"8/21/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":522,"Cost":264,"Date":"9/2/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":587,"Cost":421,"Date":"9/5/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":207,"Cost":157,"Date":"9/14/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":391,"Cost":256,"Date":"9/20/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":876,"Cost":715,"Date":"11/20/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":675,"Cost":562,"Date":"12/21/2018"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":934,"Cost":775,"Date":"1/7/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":527,"Cost":377,"Date":"1/21/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":202,"Cost":127,"Date":"2/9/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":459,"Cost":331,"Date":"3/19/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":51,"Cost":46,"Date":"4/3/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":676,"Cost":598,"Date":"4/5/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":408,"Cost":321,"Date":"4/28/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":854,"Cost":711,"Date":"7/10/2019"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":871,"Cost":533,"Date":"3/25/2020"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":968,"Cost":842,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":963,"Cost":797,"Date":"10/28/2020"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":156,"Cost":108,"Date":"3/2/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":134,"Cost":89,"Date":"6/28/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":191,"Cost":131,"Date":"7/17/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":454,"Cost":406,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":983,"Cost":588,"Date":"8/23/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":952,"Cost":816,"Date":"11/20/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":906,"Cost":718,"Date":"12/16/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":944,"Cost":769,"Date":"12/30/2021"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":7,"Cost":6,"Date":"2/15/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":283,"Cost":175,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":290,"Cost":215,"Date":"3/7/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":113,"Cost":73,"Date":"4/18/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":816,"Cost":418,"Date":"7/27/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":225,"Cost":118,"Date":"8/18/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":506,"Cost":403,"Date":"10/31/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":79,"Cost":56,"Date":"11/11/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":276,"Cost":189,"Date":"11/30/2022"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":782,"Cost":529,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":367,"Cost":324,"Date":"3/1/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":424,"Cost":259,"Date":"4/13/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":276,"Cost":243,"Date":"5/20/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":386,"Cost":225,"Date":"8/13/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":580,"Cost":418,"Date":"9/15/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":551,"Cost":384,"Date":"10/14/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":812,"Cost":470,"Date":"10/28/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":615,"Cost":518,"Date":"11/11/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":656,"Cost":334,"Date":"12/7/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":513,"Cost":408,"Date":"12/21/2023"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":121,"Cost":114,"Date":"1/6/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":757,"Cost":667,"Date":"1/23/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":495,"Cost":364,"Date":"2/4/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":427,"Cost":340,"Date":"3/10/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":713,"Cost":463,"Date":"3/12/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":245,"Cost":165,"Date":"3/31/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":998,"Cost":536,"Date":"6/16/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":389,"Cost":227,"Date":"6/17/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":465,"Cost":252,"Date":"8/27/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":313,"Cost":267,"Date":"10/1/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":3,"Cost":3,"Date":"11/4/2024"},{"Store":"Chengdu Global Center","Brand":"Jeans","Country":"China","Sale":915,"Cost":698,"Date":"11/9/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":389,"Cost":327,"Date":"3/27/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":384,"Cost":329,"Date":"4/17/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":73,"Cost":64,"Date":"8/11/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":92,"Cost":69,"Date":"8/21/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":780,"Cost":505,"Date":"9/2/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":159,"Cost":127,"Date":"9/5/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":489,"Cost":331,"Date":"9/14/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":251,"Cost":239,"Date":"9/20/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":503,"Cost":358,"Date":"11/20/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":999,"Cost":699,"Date":"12/21/2018"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":96,"Cost":74,"Date":"1/7/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":151,"Cost":92,"Date":"1/21/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":874,"Cost":705,"Date":"2/9/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":546,"Cost":353,"Date":"3/19/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":613,"Cost":371,"Date":"4/3/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":573,"Cost":302,"Date":"4/5/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":305,"Cost":233,"Date":"4/28/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":744,"Cost":627,"Date":"7/10/2019"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":928,"Cost":572,"Date":"3/25/2020"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":237,"Cost":147,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":846,"Cost":804,"Date":"10/28/2020"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":127,"Cost":104,"Date":"3/2/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":878,"Cost":463,"Date":"6/28/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":726,"Cost":655,"Date":"7/17/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":633,"Cost":384,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":5,"Cost":2,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":63,"Cost":32,"Date":"11/20/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":734,"Cost":448,"Date":"12/16/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":357,"Cost":333,"Date":"12/30/2021"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":904,"Cost":845,"Date":"2/15/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":514,"Cost":331,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":197,"Cost":146,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":97,"Cost":48,"Date":"4/18/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":541,"Cost":403,"Date":"7/27/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":130,"Cost":80,"Date":"8/18/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":778,"Cost":446,"Date":"10/31/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":984,"Cost":521,"Date":"11/11/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":325,"Cost":174,"Date":"11/30/2022"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":405,"Cost":343,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":410,"Cost":367,"Date":"3/1/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":79,"Cost":61,"Date":"4/13/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":273,"Cost":170,"Date":"5/20/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":848,"Cost":541,"Date":"8/13/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":614,"Cost":453,"Date":"9/15/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":203,"Cost":105,"Date":"10/14/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":169,"Cost":151,"Date":"10/28/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":619,"Cost":403,"Date":"11/11/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":283,"Cost":156,"Date":"12/7/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":424,"Cost":379,"Date":"12/21/2023"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":802,"Cost":454,"Date":"1/6/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":132,"Cost":111,"Date":"1/23/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":245,"Cost":233,"Date":"2/4/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":44,"Cost":22,"Date":"3/10/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":383,"Cost":265,"Date":"3/12/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":770,"Cost":513,"Date":"3/31/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":705,"Cost":518,"Date":"6/16/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":811,"Cost":503,"Date":"6/17/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":335,"Cost":274,"Date":"8/27/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":923,"Cost":707,"Date":"10/1/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":633,"Cost":383,"Date":"11/4/2024"},{"Store":"SKP Chengdu","Brand":"ARKET","Country":"China","Sale":579,"Cost":507,"Date":"11/9/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":441,"Cost":251,"Date":"3/27/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":564,"Cost":354,"Date":"4/17/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":946,"Cost":887,"Date":"8/11/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":208,"Cost":143,"Date":"8/21/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":934,"Cost":823,"Date":"9/2/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":34,"Cost":26,"Date":"9/5/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":222,"Cost":151,"Date":"9/14/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":75,"Cost":70,"Date":"9/20/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":610,"Cost":573,"Date":"11/20/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":294,"Cost":204,"Date":"12/21/2018"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":70,"Cost":51,"Date":"1/7/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":991,"Cost":609,"Date":"1/21/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":675,"Cost":413,"Date":"2/9/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":163,"Cost":85,"Date":"3/19/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":866,"Cost":466,"Date":"4/3/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":374,"Cost":327,"Date":"4/5/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":734,"Cost":666,"Date":"4/28/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":883,"Cost":575,"Date":"7/10/2019"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":812,"Cost":633,"Date":"3/25/2020"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":743,"Cost":399,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":584,"Cost":502,"Date":"10/28/2020"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":313,"Cost":196,"Date":"3/2/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":129,"Cost":117,"Date":"6/28/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":227,"Cost":167,"Date":"7/17/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":2,"Cost":2,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":948,"Cost":803,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":124,"Cost":91,"Date":"11/20/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":946,"Cost":692,"Date":"12/16/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":841,"Cost":437,"Date":"12/30/2021"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":122,"Cost":68,"Date":"2/15/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":403,"Cost":367,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":859,"Cost":805,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":968,"Cost":868,"Date":"4/18/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":397,"Cost":364,"Date":"7/27/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":459,"Cost":392,"Date":"8/18/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":439,"Cost":265,"Date":"10/31/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":75,"Cost":47,"Date":"11/11/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":945,"Cost":726,"Date":"11/30/2022"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":781,"Cost":470,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":672,"Cost":528,"Date":"3/1/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":339,"Cost":199,"Date":"4/13/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":246,"Cost":148,"Date":"5/20/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":774,"Cost":648,"Date":"8/13/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":211,"Cost":165,"Date":"9/15/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":345,"Cost":287,"Date":"10/14/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":606,"Cost":386,"Date":"10/28/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":877,"Cost":628,"Date":"11/11/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":570,"Cost":365,"Date":"12/7/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":743,"Cost":644,"Date":"12/21/2023"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":670,"Cost":384,"Date":"1/6/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":489,"Cost":393,"Date":"1/23/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":747,"Cost":472,"Date":"2/4/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":20,"Cost":18,"Date":"3/10/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":611,"Cost":379,"Date":"3/12/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":515,"Cost":396,"Date":"3/31/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":892,"Cost":594,"Date":"6/16/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":256,"Cost":136,"Date":"6/17/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":88,"Cost":52,"Date":"8/27/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":266,"Cost":167,"Date":"10/1/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":273,"Cost":187,"Date":"11/4/2024"},{"Store":"SKP Chengdu","Brand":"Nova","Country":"China","Sale":912,"Cost":632,"Date":"11/9/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":901,"Cost":740,"Date":"3/27/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":666,"Cost":578,"Date":"4/17/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":782,"Cost":624,"Date":"8/11/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":120,"Cost":64,"Date":"8/21/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":787,"Cost":705,"Date":"9/2/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":947,"Cost":607,"Date":"9/5/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":990,"Cost":523,"Date":"9/14/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":238,"Cost":197,"Date":"9/20/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":249,"Cost":168,"Date":"11/20/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":888,"Cost":748,"Date":"12/21/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":29,"Cost":21,"Date":"1/7/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":466,"Cost":312,"Date":"1/21/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":88,"Cost":47,"Date":"2/9/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":663,"Cost":445,"Date":"3/19/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":570,"Cost":377,"Date":"4/3/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":121,"Cost":65,"Date":"4/5/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":497,"Cost":366,"Date":"4/28/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":115,"Cost":78,"Date":"7/10/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":955,"Cost":535,"Date":"3/25/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":788,"Cost":431,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":641,"Cost":538,"Date":"10/28/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":194,"Cost":172,"Date":"3/2/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":263,"Cost":188,"Date":"6/28/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":859,"Cost":801,"Date":"7/17/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":929,"Cost":571,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":687,"Cost":480,"Date":"8/23/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":564,"Cost":396,"Date":"11/20/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":703,"Cost":598,"Date":"12/16/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":543,"Cost":325,"Date":"12/30/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":301,"Cost":248,"Date":"2/15/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":627,"Cost":415,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":455,"Cost":387,"Date":"3/7/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":224,"Cost":139,"Date":"4/18/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":5,"Cost":4,"Date":"7/27/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":448,"Cost":292,"Date":"8/18/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":978,"Cost":567,"Date":"10/31/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":534,"Cost":496,"Date":"11/11/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":911,"Cost":793,"Date":"11/30/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":936,"Cost":598,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":483,"Cost":375,"Date":"3/1/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":898,"Cost":467,"Date":"4/13/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":90,"Cost":47,"Date":"5/20/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":940,"Cost":523,"Date":"8/13/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":806,"Cost":412,"Date":"9/15/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":806,"Cost":732,"Date":"10/14/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":797,"Cost":421,"Date":"10/28/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":970,"Cost":525,"Date":"11/11/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":837,"Cost":461,"Date":"12/7/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":766,"Cost":428,"Date":"12/21/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":316,"Cost":178,"Date":"1/6/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":908,"Cost":603,"Date":"1/23/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":335,"Cost":316,"Date":"2/4/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":104,"Cost":58,"Date":"3/10/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":796,"Cost":545,"Date":"3/12/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":231,"Cost":212,"Date":"3/31/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":756,"Cost":545,"Date":"6/16/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":546,"Cost":482,"Date":"6/17/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":210,"Cost":187,"Date":"8/27/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":435,"Cost":243,"Date":"10/1/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":372,"Cost":280,"Date":"11/4/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":65,"Cost":50,"Date":"11/9/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":798,"Cost":535,"Date":"3/27/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":182,"Cost":151,"Date":"4/17/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":463,"Cost":312,"Date":"8/11/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":57,"Cost":41,"Date":"8/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":328,"Cost":239,"Date":"9/2/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":532,"Cost":292,"Date":"9/5/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":632,"Cost":330,"Date":"9/14/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":856,"Cost":626,"Date":"9/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":718,"Cost":486,"Date":"11/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":697,"Cost":461,"Date":"12/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":870,"Cost":680,"Date":"1/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":746,"Cost":548,"Date":"1/21/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":553,"Cost":368,"Date":"2/9/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":909,"Cost":609,"Date":"3/19/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":61,"Cost":57,"Date":"4/3/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":61,"Cost":38,"Date":"4/5/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":940,"Cost":704,"Date":"4/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":925,"Cost":663,"Date":"7/10/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":86,"Cost":63,"Date":"3/25/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":90,"Cost":81,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":160,"Cost":95,"Date":"10/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":900,"Cost":661,"Date":"3/2/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":459,"Cost":324,"Date":"6/28/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":915,"Cost":808,"Date":"7/17/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":450,"Cost":229,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":353,"Cost":306,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":208,"Cost":161,"Date":"11/20/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":922,"Cost":598,"Date":"12/16/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":43,"Cost":39,"Date":"12/30/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":621,"Cost":470,"Date":"2/15/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":297,"Cost":258,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":495,"Cost":411,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":670,"Cost":559,"Date":"4/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":566,"Cost":461,"Date":"7/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":223,"Cost":142,"Date":"8/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":786,"Cost":636,"Date":"10/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":537,"Cost":500,"Date":"11/11/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":984,"Cost":864,"Date":"11/30/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":386,"Cost":364,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":473,"Cost":387,"Date":"3/1/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":758,"Cost":455,"Date":"4/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":910,"Cost":839,"Date":"5/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":23,"Cost":11,"Date":"8/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":493,"Cost":293,"Date":"9/15/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":708,"Cost":478,"Date":"10/14/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":181,"Cost":159,"Date":"10/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":715,"Cost":389,"Date":"11/11/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":727,"Cost":686,"Date":"12/7/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":112,"Cost":63,"Date":"12/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":198,"Cost":152,"Date":"1/6/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":15,"Cost":12,"Date":"1/23/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":393,"Cost":308,"Date":"2/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":429,"Cost":280,"Date":"3/10/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":129,"Cost":97,"Date":"3/12/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":139,"Cost":96,"Date":"3/31/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":956,"Cost":657,"Date":"6/16/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":367,"Cost":184,"Date":"6/17/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":771,"Cost":450,"Date":"8/27/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":386,"Cost":246,"Date":"10/1/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":281,"Cost":183,"Date":"11/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":43,"Cost":24,"Date":"11/9/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":62,"Cost":39,"Date":"3/27/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":564,"Cost":440,"Date":"4/17/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":630,"Cost":558,"Date":"8/11/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":840,"Cost":785,"Date":"8/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":254,"Cost":193,"Date":"9/2/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":823,"Cost":446,"Date":"9/5/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":387,"Cost":227,"Date":"9/14/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":540,"Cost":510,"Date":"9/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":721,"Cost":665,"Date":"11/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":680,"Cost":514,"Date":"12/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":182,"Cost":110,"Date":"1/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":258,"Cost":224,"Date":"1/21/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":608,"Cost":498,"Date":"2/9/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":986,"Cost":500,"Date":"3/19/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":563,"Cost":404,"Date":"4/3/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":552,"Cost":482,"Date":"4/5/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":130,"Cost":96,"Date":"4/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":557,"Cost":325,"Date":"7/10/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":656,"Cost":590,"Date":"3/25/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":17,"Cost":11,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":251,"Cost":179,"Date":"10/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":634,"Cost":513,"Date":"3/2/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":466,"Cost":385,"Date":"6/28/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":215,"Cost":118,"Date":"7/17/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":492,"Cost":279,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":954,"Cost":541,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":575,"Cost":485,"Date":"11/20/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":375,"Cost":233,"Date":"12/16/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":208,"Cost":123,"Date":"12/30/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":173,"Cost":100,"Date":"2/15/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":952,"Cost":759,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":623,"Cost":363,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":942,"Cost":774,"Date":"4/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":370,"Cost":227,"Date":"7/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":861,"Cost":740,"Date":"8/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":32,"Cost":29,"Date":"10/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":836,"Cost":505,"Date":"11/11/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":335,"Cost":186,"Date":"11/30/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":84,"Cost":61,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":369,"Cost":327,"Date":"3/1/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":266,"Cost":248,"Date":"4/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":739,"Cost":585,"Date":"5/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":962,"Cost":878,"Date":"8/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":551,"Cost":333,"Date":"9/15/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":858,"Cost":475,"Date":"10/14/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":329,"Cost":173,"Date":"10/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":564,"Cost":332,"Date":"11/11/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":611,"Cost":393,"Date":"12/7/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":657,"Cost":543,"Date":"12/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":278,"Cost":215,"Date":"1/6/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":258,"Cost":187,"Date":"1/23/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":30,"Cost":24,"Date":"2/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":298,"Cost":269,"Date":"3/10/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":920,"Cost":836,"Date":"3/12/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":419,"Cost":355,"Date":"3/31/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":841,"Cost":593,"Date":"6/16/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":352,"Cost":216,"Date":"6/17/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":257,"Cost":137,"Date":"8/27/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":905,"Cost":798,"Date":"10/1/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":284,"Cost":219,"Date":"11/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":406,"Cost":257,"Date":"11/9/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":855,"Cost":650,"Date":"3/27/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":127,"Cost":119,"Date":"4/17/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":568,"Cost":362,"Date":"8/11/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":421,"Cost":235,"Date":"8/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":496,"Cost":280,"Date":"9/2/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":268,"Cost":203,"Date":"9/5/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":143,"Cost":81,"Date":"9/14/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":159,"Cost":92,"Date":"9/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":423,"Cost":333,"Date":"11/20/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":685,"Cost":462,"Date":"12/21/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":924,"Cost":876,"Date":"1/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":122,"Cost":114,"Date":"1/21/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":547,"Cost":344,"Date":"2/9/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":924,"Cost":619,"Date":"3/19/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":568,"Cost":376,"Date":"4/3/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":659,"Cost":388,"Date":"4/5/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":279,"Cost":232,"Date":"4/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":879,"Cost":489,"Date":"7/10/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":801,"Cost":586,"Date":"3/25/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":665,"Cost":399,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":435,"Cost":246,"Date":"10/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":731,"Cost":557,"Date":"3/2/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":533,"Cost":374,"Date":"6/28/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":450,"Cost":319,"Date":"7/17/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":910,"Cost":824,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":636,"Cost":506,"Date":"8/23/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":650,"Cost":456,"Date":"11/20/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":592,"Cost":353,"Date":"12/16/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":634,"Cost":406,"Date":"12/30/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":423,"Cost":309,"Date":"2/15/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":30,"Cost":21,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":525,"Cost":365,"Date":"3/7/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":103,"Cost":93,"Date":"4/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":730,"Cost":442,"Date":"7/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":166,"Cost":99,"Date":"8/18/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":772,"Cost":724,"Date":"10/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":591,"Cost":336,"Date":"11/11/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":177,"Cost":166,"Date":"11/30/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":405,"Cost":285,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":918,"Cost":773,"Date":"3/1/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":774,"Cost":578,"Date":"4/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":909,"Cost":657,"Date":"5/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":653,"Cost":394,"Date":"8/13/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":463,"Cost":250,"Date":"9/15/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":801,"Cost":752,"Date":"10/14/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":546,"Cost":409,"Date":"10/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":284,"Cost":168,"Date":"11/11/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":424,"Cost":274,"Date":"12/7/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":487,"Cost":410,"Date":"12/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":29,"Cost":20,"Date":"1/6/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":459,"Cost":382,"Date":"1/23/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":607,"Cost":438,"Date":"2/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":186,"Cost":173,"Date":"3/10/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":223,"Cost":190,"Date":"3/12/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":855,"Cost":601,"Date":"3/31/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":627,"Cost":509,"Date":"6/16/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":356,"Cost":239,"Date":"6/17/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":773,"Cost":669,"Date":"8/27/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":340,"Cost":203,"Date":"10/1/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":407,"Cost":379,"Date":"11/4/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":751,"Cost":474,"Date":"11/9/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":576,"Cost":517,"Date":"3/27/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":246,"Cost":128,"Date":"4/17/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":118,"Cost":86,"Date":"8/11/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":276,"Cost":150,"Date":"8/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":903,"Cost":665,"Date":"9/2/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":252,"Cost":230,"Date":"9/5/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":489,"Cost":460,"Date":"9/14/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":945,"Cost":772,"Date":"9/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":627,"Cost":452,"Date":"11/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":299,"Cost":252,"Date":"12/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":972,"Cost":922,"Date":"1/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":38,"Cost":25,"Date":"1/21/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":929,"Cost":597,"Date":"2/9/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":860,"Cost":462,"Date":"3/19/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":826,"Cost":625,"Date":"4/3/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":206,"Cost":110,"Date":"4/5/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":412,"Cost":281,"Date":"4/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":233,"Cost":164,"Date":"7/10/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":677,"Cost":573,"Date":"3/25/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":724,"Cost":408,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":826,"Cost":432,"Date":"10/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":340,"Cost":246,"Date":"3/2/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":516,"Cost":316,"Date":"6/28/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":290,"Cost":195,"Date":"7/17/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":630,"Cost":478,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":638,"Cost":349,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":818,"Cost":518,"Date":"11/20/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":529,"Cost":351,"Date":"12/16/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":620,"Cost":524,"Date":"12/30/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":342,"Cost":218,"Date":"2/15/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":920,"Cost":577,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":738,"Cost":385,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":98,"Cost":80,"Date":"4/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":538,"Cost":273,"Date":"7/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":14,"Cost":14,"Date":"8/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":910,"Cost":844,"Date":"10/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":874,"Cost":791,"Date":"11/11/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":512,"Cost":304,"Date":"11/30/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":973,"Cost":533,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":828,"Cost":451,"Date":"3/1/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":611,"Cost":493,"Date":"4/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":650,"Cost":532,"Date":"5/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":375,"Cost":298,"Date":"8/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":676,"Cost":607,"Date":"9/15/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":129,"Cost":110,"Date":"10/14/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":508,"Cost":460,"Date":"10/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":592,"Cost":356,"Date":"11/11/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":955,"Cost":875,"Date":"12/7/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":107,"Cost":101,"Date":"12/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":236,"Cost":207,"Date":"1/6/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":617,"Cost":459,"Date":"1/23/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":759,"Cost":637,"Date":"2/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":672,"Cost":454,"Date":"3/10/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":112,"Cost":82,"Date":"3/12/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":596,"Cost":372,"Date":"3/31/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":885,"Cost":793,"Date":"6/16/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":268,"Cost":199,"Date":"6/17/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":23,"Cost":13,"Date":"8/27/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":889,"Cost":567,"Date":"10/1/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":393,"Cost":361,"Date":"11/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Jeans","Country":"China","Sale":40,"Cost":37,"Date":"11/9/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":56,"Cost":49,"Date":"3/27/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":451,"Cost":297,"Date":"4/17/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":774,"Cost":445,"Date":"8/11/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":240,"Cost":145,"Date":"8/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":272,"Cost":229,"Date":"9/2/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":564,"Cost":487,"Date":"9/5/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":991,"Cost":517,"Date":"9/14/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":367,"Cost":237,"Date":"9/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":323,"Cost":174,"Date":"11/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":533,"Cost":293,"Date":"12/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":439,"Cost":390,"Date":"1/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":634,"Cost":433,"Date":"1/21/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":213,"Cost":141,"Date":"2/9/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":904,"Cost":589,"Date":"3/19/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":844,"Cost":702,"Date":"4/3/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":969,"Cost":532,"Date":"4/5/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":933,"Cost":647,"Date":"4/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":199,"Cost":189,"Date":"7/10/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":783,"Cost":465,"Date":"3/25/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":99,"Cost":92,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":759,"Cost":693,"Date":"10/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":838,"Cost":680,"Date":"3/2/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":501,"Cost":390,"Date":"6/28/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":921,"Cost":873,"Date":"7/17/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":545,"Cost":364,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":608,"Cost":371,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":456,"Cost":322,"Date":"11/20/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":378,"Cost":203,"Date":"12/16/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":578,"Cost":522,"Date":"12/30/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":601,"Cost":512,"Date":"2/15/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":144,"Cost":106,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":452,"Cost":314,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":383,"Cost":318,"Date":"4/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":721,"Cost":360,"Date":"7/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":267,"Cost":156,"Date":"8/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":669,"Cost":432,"Date":"10/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":651,"Cost":483,"Date":"11/11/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":999,"Cost":790,"Date":"11/30/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":380,"Cost":302,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":920,"Cost":696,"Date":"3/1/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":588,"Cost":538,"Date":"4/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":285,"Cost":222,"Date":"5/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":905,"Cost":797,"Date":"8/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":517,"Cost":296,"Date":"9/15/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":490,"Cost":361,"Date":"10/14/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":522,"Cost":329,"Date":"10/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":798,"Cost":600,"Date":"11/11/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":390,"Cost":292,"Date":"12/7/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":593,"Cost":458,"Date":"12/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":219,"Cost":203,"Date":"1/6/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":251,"Cost":159,"Date":"1/23/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":607,"Cost":346,"Date":"2/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":432,"Cost":388,"Date":"3/10/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":914,"Cost":824,"Date":"3/12/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":806,"Cost":755,"Date":"3/31/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":170,"Cost":108,"Date":"6/16/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":645,"Cost":407,"Date":"6/17/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":418,"Cost":212,"Date":"8/27/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":233,"Cost":221,"Date":"10/1/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":733,"Cost":660,"Date":"11/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":789,"Cost":670,"Date":"11/9/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":8,"Cost":4,"Date":"3/27/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":185,"Cost":153,"Date":"4/17/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":589,"Cost":539,"Date":"8/11/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":130,"Cost":68,"Date":"8/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":441,"Cost":275,"Date":"9/2/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":856,"Cost":586,"Date":"9/5/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":203,"Cost":168,"Date":"9/14/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":42,"Cost":31,"Date":"9/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":737,"Cost":421,"Date":"11/20/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":635,"Cost":463,"Date":"12/21/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":882,"Cost":534,"Date":"1/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":88,"Cost":63,"Date":"1/21/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":739,"Cost":387,"Date":"2/9/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":585,"Cost":324,"Date":"3/19/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":705,"Cost":417,"Date":"4/3/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":112,"Cost":105,"Date":"4/5/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":386,"Cost":254,"Date":"4/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":142,"Cost":96,"Date":"7/10/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":637,"Cost":391,"Date":"3/25/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":533,"Cost":312,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":669,"Cost":629,"Date":"10/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":447,"Cost":258,"Date":"3/2/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":884,"Cost":462,"Date":"6/28/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":830,"Cost":447,"Date":"7/17/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":832,"Cost":629,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":642,"Cost":584,"Date":"8/23/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":924,"Cost":836,"Date":"11/20/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":726,"Cost":575,"Date":"12/16/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":687,"Cost":372,"Date":"12/30/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":674,"Cost":632,"Date":"2/15/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":159,"Cost":85,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":255,"Cost":215,"Date":"3/7/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":877,"Cost":761,"Date":"4/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":139,"Cost":119,"Date":"7/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":176,"Cost":141,"Date":"8/18/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":640,"Cost":548,"Date":"10/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":456,"Cost":396,"Date":"11/11/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":782,"Cost":584,"Date":"11/30/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":429,"Cost":379,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":77,"Cost":52,"Date":"3/1/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":616,"Cost":316,"Date":"4/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":501,"Cost":285,"Date":"5/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":387,"Cost":352,"Date":"8/13/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":851,"Cost":621,"Date":"9/15/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":951,"Cost":761,"Date":"10/14/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":515,"Cost":388,"Date":"10/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":736,"Cost":611,"Date":"11/11/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":401,"Cost":288,"Date":"12/7/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":192,"Cost":105,"Date":"12/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":737,"Cost":568,"Date":"1/6/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":465,"Cost":261,"Date":"1/23/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":79,"Cost":70,"Date":"2/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":223,"Cost":176,"Date":"3/10/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":154,"Cost":124,"Date":"3/12/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":344,"Cost":326,"Date":"3/31/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":556,"Cost":438,"Date":"6/16/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":141,"Cost":112,"Date":"6/17/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":398,"Cost":227,"Date":"8/27/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":629,"Cost":439,"Date":"10/1/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":20,"Cost":17,"Date":"11/4/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"Sellpy","Country":"China","Sale":524,"Cost":441,"Date":"11/9/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":749,"Cost":516,"Date":"3/27/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":839,"Cost":675,"Date":"4/17/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":111,"Cost":69,"Date":"8/11/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":645,"Cost":576,"Date":"8/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":287,"Cost":221,"Date":"9/2/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":850,"Cost":586,"Date":"9/5/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":36,"Cost":23,"Date":"9/14/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":790,"Cost":646,"Date":"9/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":583,"Cost":452,"Date":"11/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":466,"Cost":435,"Date":"12/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":700,"Cost":438,"Date":"1/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":472,"Cost":422,"Date":"1/21/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":673,"Cost":376,"Date":"2/9/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":797,"Cost":601,"Date":"3/19/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":552,"Cost":314,"Date":"4/3/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":995,"Cost":641,"Date":"4/5/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":67,"Cost":58,"Date":"4/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":93,"Cost":68,"Date":"7/10/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":965,"Cost":719,"Date":"3/25/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":478,"Cost":289,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":3,"Cost":3,"Date":"10/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":962,"Cost":901,"Date":"3/2/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":113,"Cost":103,"Date":"6/28/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":385,"Cost":200,"Date":"7/17/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":73,"Cost":63,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":961,"Cost":542,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":604,"Cost":537,"Date":"11/20/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":234,"Cost":156,"Date":"12/16/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":59,"Cost":31,"Date":"12/30/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":155,"Cost":128,"Date":"2/15/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":89,"Cost":84,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":792,"Cost":442,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":213,"Cost":199,"Date":"4/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":792,"Cost":614,"Date":"7/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":997,"Cost":805,"Date":"8/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":70,"Cost":38,"Date":"10/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":649,"Cost":360,"Date":"11/11/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":989,"Cost":663,"Date":"11/30/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":969,"Cost":859,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":442,"Cost":284,"Date":"3/1/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":870,"Cost":694,"Date":"4/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":348,"Cost":190,"Date":"5/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":605,"Cost":494,"Date":"8/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":473,"Cost":313,"Date":"9/15/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":445,"Cost":388,"Date":"10/14/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":975,"Cost":683,"Date":"10/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":730,"Cost":624,"Date":"11/11/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":316,"Cost":207,"Date":"12/7/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":883,"Cost":706,"Date":"12/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":355,"Cost":244,"Date":"1/6/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":526,"Cost":408,"Date":"1/23/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":701,"Cost":375,"Date":"2/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":597,"Cost":509,"Date":"3/10/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":691,"Cost":540,"Date":"3/12/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":270,"Cost":249,"Date":"3/31/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":39,"Cost":20,"Date":"6/16/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":43,"Cost":28,"Date":"6/17/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":337,"Cost":257,"Date":"8/27/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":218,"Cost":161,"Date":"10/1/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":729,"Cost":663,"Date":"11/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":200,"Cost":187,"Date":"11/9/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":806,"Cost":588,"Date":"3/27/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":561,"Cost":335,"Date":"4/17/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":427,"Cost":228,"Date":"8/11/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":830,"Cost":736,"Date":"8/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":756,"Cost":561,"Date":"9/2/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":802,"Cost":447,"Date":"9/5/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":855,"Cost":760,"Date":"9/14/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":171,"Cost":104,"Date":"9/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":747,"Cost":603,"Date":"11/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":574,"Cost":403,"Date":"12/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":265,"Cost":143,"Date":"1/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":79,"Cost":66,"Date":"1/21/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":602,"Cost":403,"Date":"2/9/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":500,"Cost":356,"Date":"3/19/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":315,"Cost":269,"Date":"4/3/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":596,"Cost":303,"Date":"4/5/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":414,"Cost":369,"Date":"4/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":935,"Cost":617,"Date":"7/10/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":113,"Cost":70,"Date":"3/25/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":166,"Cost":158,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":254,"Cost":212,"Date":"10/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":50,"Cost":48,"Date":"3/2/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":835,"Cost":545,"Date":"6/28/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":902,"Cost":541,"Date":"7/17/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":539,"Cost":402,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":164,"Cost":87,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":296,"Cost":235,"Date":"11/20/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":510,"Cost":474,"Date":"12/16/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":935,"Cost":682,"Date":"12/30/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":38,"Cost":23,"Date":"2/15/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":450,"Cost":413,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":562,"Cost":409,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":724,"Cost":625,"Date":"4/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":625,"Cost":506,"Date":"7/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":29,"Cost":16,"Date":"8/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":127,"Cost":97,"Date":"10/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":998,"Cost":936,"Date":"11/11/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":206,"Cost":174,"Date":"11/30/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":96,"Cost":58,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":581,"Cost":365,"Date":"3/1/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":166,"Cost":103,"Date":"4/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":597,"Cost":351,"Date":"5/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":20,"Cost":14,"Date":"8/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":719,"Cost":424,"Date":"9/15/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":133,"Cost":118,"Date":"10/14/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":295,"Cost":220,"Date":"10/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":841,"Cost":588,"Date":"11/11/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":895,"Cost":663,"Date":"12/7/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":944,"Cost":837,"Date":"12/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":466,"Cost":302,"Date":"1/6/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":577,"Cost":428,"Date":"1/23/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":191,"Cost":125,"Date":"2/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":603,"Cost":535,"Date":"3/10/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":258,"Cost":219,"Date":"3/12/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":897,"Cost":484,"Date":"3/31/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":870,"Cost":773,"Date":"6/16/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":45,"Cost":23,"Date":"6/17/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":225,"Cost":206,"Date":"8/27/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":66,"Cost":46,"Date":"10/1/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":748,"Cost":646,"Date":"11/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":329,"Cost":311,"Date":"11/9/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":277,"Cost":205,"Date":"3/27/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":307,"Cost":278,"Date":"4/17/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":197,"Cost":158,"Date":"8/11/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":519,"Cost":475,"Date":"8/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":839,"Cost":709,"Date":"9/2/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":291,"Cost":188,"Date":"9/5/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":285,"Cost":177,"Date":"9/14/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":461,"Cost":250,"Date":"9/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":148,"Cost":125,"Date":"11/20/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":842,"Cost":559,"Date":"12/21/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":1000,"Cost":882,"Date":"1/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":163,"Cost":124,"Date":"1/21/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":772,"Cost":562,"Date":"2/9/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":613,"Cost":581,"Date":"3/19/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":362,"Cost":305,"Date":"4/3/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":639,"Cost":495,"Date":"4/5/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":20,"Cost":15,"Date":"4/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":539,"Cost":401,"Date":"7/10/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":333,"Cost":297,"Date":"3/25/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":890,"Cost":549,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":280,"Cost":213,"Date":"10/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":776,"Cost":516,"Date":"3/2/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":735,"Cost":552,"Date":"6/28/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":788,"Cost":481,"Date":"7/17/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":205,"Cost":126,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":479,"Cost":366,"Date":"8/23/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":753,"Cost":528,"Date":"11/20/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":408,"Cost":211,"Date":"12/16/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":206,"Cost":108,"Date":"12/30/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":616,"Cost":405,"Date":"2/15/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":450,"Cost":424,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":118,"Cost":62,"Date":"3/7/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":550,"Cost":310,"Date":"4/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":696,"Cost":549,"Date":"7/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":253,"Cost":180,"Date":"8/18/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":850,"Cost":531,"Date":"10/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":461,"Cost":282,"Date":"11/11/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":171,"Cost":140,"Date":"11/30/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":236,"Cost":191,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":337,"Cost":244,"Date":"3/1/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":330,"Cost":244,"Date":"4/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":778,"Cost":595,"Date":"5/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":478,"Cost":417,"Date":"8/13/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":899,"Cost":807,"Date":"9/15/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":172,"Cost":121,"Date":"10/14/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":95,"Cost":59,"Date":"10/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":370,"Cost":289,"Date":"11/11/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":939,"Cost":598,"Date":"12/7/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":894,"Cost":679,"Date":"12/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":545,"Cost":290,"Date":"1/6/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":423,"Cost":312,"Date":"1/23/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":597,"Cost":520,"Date":"2/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":376,"Cost":202,"Date":"3/10/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":847,"Cost":488,"Date":"3/12/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":25,"Cost":13,"Date":"3/31/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":890,"Cost":552,"Date":"6/16/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":459,"Cost":231,"Date":"6/17/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":849,"Cost":586,"Date":"8/27/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":250,"Cost":199,"Date":"10/1/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":723,"Cost":648,"Date":"11/4/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM","Country":"China","Sale":718,"Cost":563,"Date":"11/9/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":877,"Cost":682,"Date":"3/27/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":495,"Cost":374,"Date":"4/17/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":349,"Cost":281,"Date":"8/11/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":147,"Cost":114,"Date":"8/21/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":99,"Cost":89,"Date":"9/2/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":102,"Cost":89,"Date":"9/5/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":15,"Cost":8,"Date":"9/14/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":453,"Cost":327,"Date":"9/20/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":621,"Cost":442,"Date":"11/20/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":773,"Cost":612,"Date":"12/21/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":588,"Cost":435,"Date":"1/7/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":288,"Cost":197,"Date":"1/21/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":478,"Cost":420,"Date":"2/9/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":10,"Cost":9,"Date":"3/19/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":757,"Cost":502,"Date":"4/3/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":755,"Cost":718,"Date":"4/5/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":448,"Cost":285,"Date":"4/28/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":806,"Cost":709,"Date":"7/10/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":803,"Cost":710,"Date":"3/25/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":872,"Cost":743,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":449,"Cost":281,"Date":"10/28/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":76,"Cost":70,"Date":"3/2/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":687,"Cost":471,"Date":"6/28/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":607,"Cost":391,"Date":"7/17/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":460,"Cost":284,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":90,"Cost":76,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":235,"Cost":135,"Date":"11/20/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":262,"Cost":178,"Date":"12/16/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":623,"Cost":410,"Date":"12/30/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":568,"Cost":326,"Date":"2/15/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":497,"Cost":265,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":23,"Cost":16,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":165,"Cost":125,"Date":"4/18/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":231,"Cost":150,"Date":"7/27/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":677,"Cost":606,"Date":"8/18/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":480,"Cost":435,"Date":"10/31/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":445,"Cost":350,"Date":"11/11/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":924,"Cost":596,"Date":"11/30/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":883,"Cost":787,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":769,"Cost":414,"Date":"3/1/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":880,"Cost":814,"Date":"4/13/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":643,"Cost":459,"Date":"5/20/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":756,"Cost":508,"Date":"8/13/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":416,"Cost":209,"Date":"9/15/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":717,"Cost":416,"Date":"10/14/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":372,"Cost":191,"Date":"10/28/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":295,"Cost":184,"Date":"11/11/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":951,"Cost":612,"Date":"12/7/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":964,"Cost":840,"Date":"12/21/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":516,"Cost":323,"Date":"1/6/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":451,"Cost":357,"Date":"1/23/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":376,"Cost":313,"Date":"2/4/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":736,"Cost":662,"Date":"3/10/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":135,"Cost":125,"Date":"3/12/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":296,"Cost":267,"Date":"3/31/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":69,"Cost":55,"Date":"6/16/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":656,"Cost":534,"Date":"6/17/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":605,"Cost":496,"Date":"8/27/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":269,"Cost":254,"Date":"10/1/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":262,"Cost":177,"Date":"11/4/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":547,"Cost":338,"Date":"11/9/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":853,"Cost":798,"Date":"3/27/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":343,"Cost":300,"Date":"4/17/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":163,"Cost":109,"Date":"8/11/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":993,"Cost":575,"Date":"8/21/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":838,"Cost":685,"Date":"9/2/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":618,"Cost":526,"Date":"9/5/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":155,"Cost":143,"Date":"9/14/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":667,"Cost":629,"Date":"9/20/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":124,"Cost":80,"Date":"11/20/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":345,"Cost":318,"Date":"12/21/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":85,"Cost":79,"Date":"1/7/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":594,"Cost":539,"Date":"1/21/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":291,"Cost":261,"Date":"2/9/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":249,"Cost":216,"Date":"3/19/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":913,"Cost":698,"Date":"4/3/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":397,"Cost":202,"Date":"4/5/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":821,"Cost":534,"Date":"4/28/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":277,"Cost":240,"Date":"7/10/2019"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":556,"Cost":412,"Date":"3/25/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":2,"Cost":1,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":693,"Cost":417,"Date":"10/28/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":16,"Cost":9,"Date":"3/2/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":82,"Cost":47,"Date":"6/28/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":648,"Cost":510,"Date":"7/17/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":870,"Cost":724,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":958,"Cost":513,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":666,"Cost":362,"Date":"11/20/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":308,"Cost":196,"Date":"12/16/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":245,"Cost":230,"Date":"12/30/2021"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":631,"Cost":556,"Date":"2/15/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":241,"Cost":181,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":448,"Cost":228,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":385,"Cost":338,"Date":"4/18/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":825,"Cost":721,"Date":"7/27/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":946,"Cost":635,"Date":"8/18/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":574,"Cost":526,"Date":"10/31/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":134,"Cost":86,"Date":"11/11/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":207,"Cost":109,"Date":"11/30/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":792,"Cost":489,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":921,"Cost":555,"Date":"3/1/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":633,"Cost":520,"Date":"4/13/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":96,"Cost":70,"Date":"5/20/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":114,"Cost":104,"Date":"8/13/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":895,"Cost":845,"Date":"9/15/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":774,"Cost":639,"Date":"10/14/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":278,"Cost":154,"Date":"10/28/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":587,"Cost":529,"Date":"11/11/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":172,"Cost":132,"Date":"12/7/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":229,"Cost":130,"Date":"12/21/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":728,"Cost":449,"Date":"1/6/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":635,"Cost":476,"Date":"1/23/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":651,"Cost":526,"Date":"2/4/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":179,"Cost":170,"Date":"3/10/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":34,"Cost":27,"Date":"3/12/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":629,"Cost":317,"Date":"3/31/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":12,"Cost":11,"Date":"6/16/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":938,"Cost":835,"Date":"6/17/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":811,"Cost":722,"Date":"8/27/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":255,"Cost":138,"Date":"10/1/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":934,"Cost":856,"Date":"11/4/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":415,"Cost":269,"Date":"11/9/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":323,"Cost":169,"Date":"3/27/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":575,"Cost":315,"Date":"4/17/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":247,"Cost":205,"Date":"8/11/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":555,"Cost":363,"Date":"8/21/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":549,"Cost":362,"Date":"9/2/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":45,"Cost":42,"Date":"9/5/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":611,"Cost":514,"Date":"9/14/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":489,"Cost":330,"Date":"9/20/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":378,"Cost":351,"Date":"11/20/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":907,"Cost":618,"Date":"12/21/2018"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":951,"Cost":781,"Date":"1/7/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":834,"Cost":437,"Date":"1/21/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":128,"Cost":114,"Date":"2/9/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":287,"Cost":148,"Date":"3/19/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":822,"Cost":475,"Date":"4/3/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":118,"Cost":78,"Date":"4/5/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":84,"Cost":54,"Date":"4/28/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":422,"Cost":278,"Date":"7/10/2019"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":724,"Cost":371,"Date":"3/25/2020"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":912,"Cost":703,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":122,"Cost":113,"Date":"10/28/2020"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":73,"Cost":63,"Date":"3/2/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":283,"Cost":252,"Date":"6/28/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":394,"Cost":219,"Date":"7/17/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":918,"Cost":564,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":365,"Cost":244,"Date":"8/23/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":736,"Cost":505,"Date":"11/20/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":357,"Cost":193,"Date":"12/16/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":195,"Cost":162,"Date":"12/30/2021"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":514,"Cost":312,"Date":"2/15/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":45,"Cost":26,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":96,"Cost":86,"Date":"3/7/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":171,"Cost":88,"Date":"4/18/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":345,"Cost":263,"Date":"7/27/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":59,"Cost":36,"Date":"8/18/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":161,"Cost":94,"Date":"10/31/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":954,"Cost":529,"Date":"11/11/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":707,"Cost":387,"Date":"11/30/2022"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":403,"Cost":337,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":446,"Cost":318,"Date":"3/1/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":235,"Cost":157,"Date":"4/13/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":713,"Cost":475,"Date":"5/20/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":471,"Cost":287,"Date":"8/13/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":289,"Cost":221,"Date":"9/15/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":395,"Cost":326,"Date":"10/14/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":616,"Cost":503,"Date":"10/28/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":5,"Cost":5,"Date":"11/11/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":30,"Cost":29,"Date":"12/7/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":446,"Cost":358,"Date":"12/21/2023"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":625,"Cost":396,"Date":"1/6/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":858,"Cost":564,"Date":"1/23/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":200,"Cost":122,"Date":"2/4/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":235,"Cost":206,"Date":"3/10/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":710,"Cost":397,"Date":"3/12/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":663,"Cost":587,"Date":"3/31/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":75,"Cost":43,"Date":"6/16/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":313,"Cost":265,"Date":"6/17/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":794,"Cost":735,"Date":"8/27/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":732,"Cost":451,"Date":"10/1/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":469,"Cost":427,"Date":"11/4/2024"},{"Store":"Suzhou Center Mall","Brand":"Sellpy","Country":"China","Sale":577,"Cost":312,"Date":"11/9/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":100,"Cost":81,"Date":"3/27/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":120,"Cost":105,"Date":"4/17/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":462,"Cost":292,"Date":"8/11/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":561,"Cost":411,"Date":"8/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":557,"Cost":287,"Date":"9/2/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":391,"Cost":272,"Date":"9/5/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":156,"Cost":132,"Date":"9/14/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":805,"Cost":632,"Date":"9/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":132,"Cost":107,"Date":"11/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":598,"Cost":470,"Date":"12/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":589,"Cost":532,"Date":"1/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":36,"Cost":21,"Date":"1/21/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":827,"Cost":442,"Date":"2/9/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":363,"Cost":243,"Date":"3/19/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":878,"Cost":493,"Date":"4/3/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":978,"Cost":523,"Date":"4/5/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":710,"Cost":478,"Date":"4/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":259,"Cost":178,"Date":"7/10/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":113,"Cost":74,"Date":"3/25/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":978,"Cost":915,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":940,"Cost":664,"Date":"10/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":428,"Cost":373,"Date":"3/2/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":763,"Cost":585,"Date":"6/28/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":87,"Cost":76,"Date":"7/17/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":51,"Cost":44,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":602,"Cost":445,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":92,"Cost":81,"Date":"11/20/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":36,"Cost":20,"Date":"12/16/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":682,"Cost":515,"Date":"12/30/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":209,"Cost":193,"Date":"2/15/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":226,"Cost":212,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":722,"Cost":381,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":627,"Cost":432,"Date":"4/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":762,"Cost":670,"Date":"7/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":136,"Cost":88,"Date":"8/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":254,"Cost":147,"Date":"10/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":120,"Cost":112,"Date":"11/11/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":474,"Cost":441,"Date":"11/30/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":332,"Cost":220,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":860,"Cost":780,"Date":"3/1/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":630,"Cost":380,"Date":"4/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":930,"Cost":505,"Date":"5/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":857,"Cost":667,"Date":"8/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":506,"Cost":310,"Date":"9/15/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":676,"Cost":360,"Date":"10/14/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":322,"Cost":289,"Date":"10/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":452,"Cost":311,"Date":"11/11/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":214,"Cost":181,"Date":"12/7/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":141,"Cost":119,"Date":"12/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":407,"Cost":374,"Date":"1/6/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":712,"Cost":415,"Date":"1/23/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":599,"Cost":480,"Date":"2/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":32,"Cost":30,"Date":"3/10/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":132,"Cost":112,"Date":"3/12/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":685,"Cost":603,"Date":"3/31/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":189,"Cost":137,"Date":"6/16/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":956,"Cost":601,"Date":"6/17/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":595,"Cost":493,"Date":"8/27/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":949,"Cost":504,"Date":"10/1/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":420,"Cost":293,"Date":"11/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Jeans","Country":"China","Sale":205,"Cost":158,"Date":"11/9/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":294,"Cost":159,"Date":"3/27/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":131,"Cost":89,"Date":"4/17/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":510,"Cost":464,"Date":"8/11/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":918,"Cost":696,"Date":"8/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":941,"Cost":809,"Date":"9/2/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":234,"Cost":120,"Date":"9/5/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":567,"Cost":314,"Date":"9/14/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":929,"Cost":620,"Date":"9/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":275,"Cost":199,"Date":"11/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":222,"Cost":167,"Date":"12/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":51,"Cost":36,"Date":"1/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":539,"Cost":457,"Date":"1/21/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":112,"Cost":91,"Date":"2/9/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":31,"Cost":19,"Date":"3/19/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":864,"Cost":810,"Date":"4/3/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":738,"Cost":526,"Date":"4/5/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":246,"Cost":196,"Date":"4/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":821,"Cost":638,"Date":"7/10/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":300,"Cost":155,"Date":"3/25/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":573,"Cost":287,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":900,"Cost":728,"Date":"10/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":699,"Cost":604,"Date":"3/2/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":617,"Cost":362,"Date":"6/28/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":80,"Cost":55,"Date":"7/17/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":614,"Cost":463,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":137,"Cost":79,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":780,"Cost":392,"Date":"11/20/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":263,"Cost":210,"Date":"12/16/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":331,"Cost":165,"Date":"12/30/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":80,"Cost":50,"Date":"2/15/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":782,"Cost":637,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":709,"Cost":623,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":34,"Cost":25,"Date":"4/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":439,"Cost":357,"Date":"7/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":405,"Cost":339,"Date":"8/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":275,"Cost":241,"Date":"10/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":309,"Cost":248,"Date":"11/11/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":612,"Cost":481,"Date":"11/30/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":900,"Cost":708,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":612,"Cost":501,"Date":"3/1/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":295,"Cost":213,"Date":"4/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":710,"Cost":508,"Date":"5/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":440,"Cost":234,"Date":"8/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":934,"Cost":622,"Date":"9/15/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":589,"Cost":379,"Date":"10/14/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":529,"Cost":319,"Date":"10/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":856,"Cost":459,"Date":"11/11/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":91,"Cost":61,"Date":"12/7/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":538,"Cost":280,"Date":"12/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":176,"Cost":120,"Date":"1/6/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":599,"Cost":333,"Date":"1/23/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":859,"Cost":583,"Date":"2/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":886,"Cost":728,"Date":"3/10/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":858,"Cost":789,"Date":"3/12/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":22,"Cost":18,"Date":"3/31/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":7,"Cost":4,"Date":"6/16/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":911,"Cost":641,"Date":"6/17/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":189,"Cost":164,"Date":"8/27/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":54,"Cost":43,"Date":"10/1/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":849,"Cost":482,"Date":"11/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":255,"Cost":144,"Date":"11/9/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":500,"Cost":329,"Date":"3/27/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":395,"Cost":258,"Date":"4/17/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":165,"Cost":145,"Date":"8/11/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":727,"Cost":505,"Date":"8/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":535,"Cost":496,"Date":"9/2/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":209,"Cost":136,"Date":"9/5/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":133,"Cost":105,"Date":"9/14/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":559,"Cost":328,"Date":"9/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":681,"Cost":389,"Date":"11/20/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":576,"Cost":500,"Date":"12/21/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":683,"Cost":529,"Date":"1/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":617,"Cost":430,"Date":"1/21/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":487,"Cost":322,"Date":"2/9/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":752,"Cost":631,"Date":"3/19/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":622,"Cost":488,"Date":"4/3/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":492,"Cost":275,"Date":"4/5/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":450,"Cost":352,"Date":"4/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":508,"Cost":461,"Date":"7/10/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":697,"Cost":360,"Date":"3/25/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":758,"Cost":433,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":957,"Cost":672,"Date":"10/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":735,"Cost":694,"Date":"3/2/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":133,"Cost":95,"Date":"6/28/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":457,"Cost":404,"Date":"7/17/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":731,"Cost":665,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":356,"Cost":300,"Date":"8/23/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":454,"Cost":340,"Date":"11/20/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":790,"Cost":660,"Date":"12/16/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":19,"Cost":13,"Date":"12/30/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":344,"Cost":255,"Date":"2/15/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":297,"Cost":239,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":333,"Cost":205,"Date":"3/7/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":839,"Cost":644,"Date":"4/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":38,"Cost":23,"Date":"7/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":738,"Cost":697,"Date":"8/18/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":513,"Cost":343,"Date":"10/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":334,"Cost":215,"Date":"11/11/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":13,"Cost":12,"Date":"11/30/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":724,"Cost":676,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":831,"Cost":511,"Date":"3/1/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":458,"Cost":327,"Date":"4/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":145,"Cost":120,"Date":"5/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":471,"Cost":295,"Date":"8/13/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":593,"Cost":296,"Date":"9/15/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":346,"Cost":300,"Date":"10/14/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":100,"Cost":65,"Date":"10/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":685,"Cost":458,"Date":"11/11/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":486,"Cost":356,"Date":"12/7/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":998,"Cost":807,"Date":"12/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":271,"Cost":258,"Date":"1/6/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":597,"Cost":442,"Date":"1/23/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":714,"Cost":389,"Date":"2/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":983,"Cost":505,"Date":"3/10/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":166,"Cost":106,"Date":"3/12/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":941,"Cost":576,"Date":"3/31/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":162,"Cost":115,"Date":"6/16/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":540,"Cost":434,"Date":"6/17/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":93,"Cost":81,"Date":"8/27/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":344,"Cost":307,"Date":"10/1/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":346,"Cost":243,"Date":"11/4/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":643,"Cost":496,"Date":"11/9/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":751,"Cost":488,"Date":"3/27/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":380,"Cost":223,"Date":"4/17/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":884,"Cost":580,"Date":"8/11/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":21,"Cost":18,"Date":"8/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":269,"Cost":238,"Date":"9/2/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":216,"Cost":120,"Date":"9/5/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":744,"Cost":384,"Date":"9/14/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":17,"Cost":13,"Date":"9/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":488,"Cost":285,"Date":"11/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":404,"Cost":340,"Date":"12/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":876,"Cost":743,"Date":"1/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":967,"Cost":783,"Date":"1/21/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":797,"Cost":419,"Date":"2/9/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":805,"Cost":519,"Date":"3/19/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":21,"Cost":18,"Date":"4/3/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":379,"Cost":200,"Date":"4/5/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":874,"Cost":514,"Date":"4/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":506,"Cost":405,"Date":"7/10/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":669,"Cost":542,"Date":"3/25/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":823,"Cost":566,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":487,"Cost":276,"Date":"10/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":624,"Cost":485,"Date":"3/2/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":579,"Cost":495,"Date":"6/28/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":564,"Cost":474,"Date":"7/17/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":592,"Cost":336,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":289,"Cost":186,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":782,"Cost":611,"Date":"11/20/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":852,"Cost":600,"Date":"12/16/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":119,"Cost":103,"Date":"12/30/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":55,"Cost":49,"Date":"2/15/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":683,"Cost":382,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":882,"Cost":568,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":798,"Cost":539,"Date":"4/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":962,"Cost":533,"Date":"7/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":859,"Cost":731,"Date":"8/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":143,"Cost":130,"Date":"10/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":817,"Cost":462,"Date":"11/11/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":531,"Cost":289,"Date":"11/30/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":847,"Cost":628,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":466,"Cost":382,"Date":"3/1/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":871,"Cost":791,"Date":"4/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":70,"Cost":44,"Date":"5/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":621,"Cost":524,"Date":"8/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":1000,"Cost":585,"Date":"9/15/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":737,"Cost":537,"Date":"10/14/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":740,"Cost":642,"Date":"10/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":951,"Cost":552,"Date":"11/11/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":212,"Cost":191,"Date":"12/7/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":903,"Cost":626,"Date":"12/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":126,"Cost":95,"Date":"1/6/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":959,"Cost":492,"Date":"1/23/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":647,"Cost":497,"Date":"2/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":852,"Cost":668,"Date":"3/10/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":587,"Cost":477,"Date":"3/12/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":726,"Cost":381,"Date":"3/31/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":121,"Cost":74,"Date":"6/16/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":186,"Cost":107,"Date":"6/17/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":253,"Cost":159,"Date":"8/27/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":109,"Cost":97,"Date":"10/1/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":689,"Cost":651,"Date":"11/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":517,"Cost":490,"Date":"11/9/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":683,"Cost":628,"Date":"3/27/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":476,"Cost":259,"Date":"4/17/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":761,"Cost":681,"Date":"8/11/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":759,"Cost":418,"Date":"8/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":53,"Cost":26,"Date":"9/2/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":117,"Cost":99,"Date":"9/5/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":996,"Cost":649,"Date":"9/14/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":683,"Cost":547,"Date":"9/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":527,"Cost":309,"Date":"11/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":42,"Cost":35,"Date":"12/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":958,"Cost":753,"Date":"1/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":610,"Cost":464,"Date":"1/21/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":620,"Cost":531,"Date":"2/9/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":506,"Cost":422,"Date":"3/19/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":285,"Cost":216,"Date":"4/3/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":825,"Cost":490,"Date":"4/5/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":392,"Cost":300,"Date":"4/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":323,"Cost":193,"Date":"7/10/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":192,"Cost":108,"Date":"3/25/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":837,"Cost":540,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":165,"Cost":116,"Date":"10/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":786,"Cost":692,"Date":"3/2/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":726,"Cost":440,"Date":"6/28/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":140,"Cost":111,"Date":"7/17/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":503,"Cost":252,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":806,"Cost":558,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":869,"Cost":456,"Date":"11/20/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":189,"Cost":156,"Date":"12/16/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":887,"Cost":842,"Date":"12/30/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":207,"Cost":132,"Date":"2/15/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":446,"Cost":278,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":333,"Cost":286,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":522,"Cost":360,"Date":"4/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":124,"Cost":116,"Date":"7/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":374,"Cost":344,"Date":"8/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":151,"Cost":114,"Date":"10/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":479,"Cost":280,"Date":"11/11/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":281,"Cost":259,"Date":"11/30/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":742,"Cost":657,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":811,"Cost":493,"Date":"3/1/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":186,"Cost":161,"Date":"4/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":185,"Cost":113,"Date":"5/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":214,"Cost":150,"Date":"8/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":715,"Cost":401,"Date":"9/15/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":790,"Cost":534,"Date":"10/14/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":37,"Cost":27,"Date":"10/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":461,"Cost":408,"Date":"11/11/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":555,"Cost":477,"Date":"12/7/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":362,"Cost":187,"Date":"12/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":250,"Cost":166,"Date":"1/6/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":939,"Cost":747,"Date":"1/23/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":460,"Cost":351,"Date":"2/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":672,"Cost":340,"Date":"3/10/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":799,"Cost":639,"Date":"3/12/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":576,"Cost":435,"Date":"3/31/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":403,"Cost":216,"Date":"6/16/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":571,"Cost":435,"Date":"6/17/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":901,"Cost":624,"Date":"8/27/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":885,"Cost":498,"Date":"10/1/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":164,"Cost":105,"Date":"11/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":948,"Cost":751,"Date":"11/9/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":121,"Cost":97,"Date":"3/27/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":941,"Cost":833,"Date":"4/17/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":196,"Cost":183,"Date":"8/11/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":686,"Cost":367,"Date":"8/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":685,"Cost":572,"Date":"9/2/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":610,"Cost":567,"Date":"9/5/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":109,"Cost":103,"Date":"9/14/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":517,"Cost":484,"Date":"9/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":63,"Cost":41,"Date":"11/20/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":264,"Cost":138,"Date":"12/21/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":693,"Cost":529,"Date":"1/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":643,"Cost":423,"Date":"1/21/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":667,"Cost":463,"Date":"2/9/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":3,"Cost":3,"Date":"3/19/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":286,"Cost":221,"Date":"4/3/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":362,"Cost":315,"Date":"4/5/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":668,"Cost":599,"Date":"4/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":13,"Cost":11,"Date":"7/10/2019"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":308,"Cost":241,"Date":"3/25/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":959,"Cost":538,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":173,"Cost":152,"Date":"10/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":750,"Cost":597,"Date":"3/2/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":481,"Cost":379,"Date":"6/28/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":702,"Cost":604,"Date":"7/17/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":486,"Cost":433,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":364,"Cost":309,"Date":"8/23/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":620,"Cost":426,"Date":"11/20/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":691,"Cost":499,"Date":"12/16/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":938,"Cost":653,"Date":"12/30/2021"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":791,"Cost":598,"Date":"2/15/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":547,"Cost":494,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":101,"Cost":84,"Date":"3/7/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":819,"Cost":558,"Date":"4/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":509,"Cost":399,"Date":"7/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":879,"Cost":801,"Date":"8/18/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":977,"Cost":787,"Date":"10/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":129,"Cost":99,"Date":"11/11/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":993,"Cost":575,"Date":"11/30/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":997,"Cost":609,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":878,"Cost":762,"Date":"3/1/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":886,"Cost":715,"Date":"4/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":266,"Cost":243,"Date":"5/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":112,"Cost":68,"Date":"8/13/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":280,"Cost":206,"Date":"9/15/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":139,"Cost":79,"Date":"10/14/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":370,"Cost":230,"Date":"10/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":823,"Cost":524,"Date":"11/11/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":372,"Cost":200,"Date":"12/7/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":905,"Cost":703,"Date":"12/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":508,"Cost":352,"Date":"1/6/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":769,"Cost":432,"Date":"1/23/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":160,"Cost":89,"Date":"2/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":891,"Cost":720,"Date":"3/10/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":963,"Cost":530,"Date":"3/12/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":900,"Cost":628,"Date":"3/31/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":340,"Cost":229,"Date":"6/16/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":659,"Cost":570,"Date":"6/17/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":895,"Cost":760,"Date":"8/27/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":494,"Cost":366,"Date":"10/1/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":33,"Cost":29,"Date":"11/4/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":768,"Cost":510,"Date":"11/9/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":498,"Cost":326,"Date":"3/27/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":937,"Cost":872,"Date":"4/17/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":329,"Cost":234,"Date":"8/11/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":392,"Cost":337,"Date":"8/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":694,"Cost":475,"Date":"9/2/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":918,"Cost":539,"Date":"9/5/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":159,"Cost":136,"Date":"9/14/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":943,"Cost":701,"Date":"9/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":314,"Cost":168,"Date":"11/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":565,"Cost":335,"Date":"12/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":524,"Cost":310,"Date":"1/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":392,"Cost":350,"Date":"1/21/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":453,"Cost":417,"Date":"2/9/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":135,"Cost":72,"Date":"3/19/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":50,"Cost":31,"Date":"4/3/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":784,"Cost":425,"Date":"4/5/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":588,"Cost":520,"Date":"4/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":588,"Cost":556,"Date":"7/10/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":566,"Cost":376,"Date":"3/25/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":128,"Cost":105,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":697,"Cost":361,"Date":"10/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":832,"Cost":765,"Date":"3/2/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":815,"Cost":421,"Date":"6/28/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":419,"Cost":232,"Date":"7/17/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":713,"Cost":423,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":299,"Cost":231,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":997,"Cost":833,"Date":"11/20/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":331,"Cost":180,"Date":"12/16/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":822,"Cost":507,"Date":"12/30/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":611,"Cost":311,"Date":"2/15/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":594,"Cost":542,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":473,"Cost":355,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":30,"Cost":20,"Date":"4/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":578,"Cost":495,"Date":"7/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":12,"Cost":12,"Date":"8/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":732,"Cost":550,"Date":"10/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":704,"Cost":658,"Date":"11/11/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":342,"Cost":197,"Date":"11/30/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":229,"Cost":147,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":425,"Cost":279,"Date":"3/1/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":983,"Cost":799,"Date":"4/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":213,"Cost":195,"Date":"5/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":178,"Cost":142,"Date":"8/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":89,"Cost":68,"Date":"9/15/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":102,"Cost":72,"Date":"10/14/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":944,"Cost":875,"Date":"10/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":778,"Cost":736,"Date":"11/11/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":921,"Cost":544,"Date":"12/7/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":581,"Cost":432,"Date":"12/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":190,"Cost":116,"Date":"1/6/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":428,"Cost":334,"Date":"1/23/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":53,"Cost":29,"Date":"2/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":791,"Cost":745,"Date":"3/10/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":603,"Cost":310,"Date":"3/12/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":424,"Cost":401,"Date":"3/31/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":811,"Cost":415,"Date":"6/16/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":329,"Cost":169,"Date":"6/17/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":583,"Cost":545,"Date":"8/27/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":844,"Cost":582,"Date":"10/1/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":601,"Cost":465,"Date":"11/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"COS","Country":"China","Sale":196,"Cost":98,"Date":"11/9/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":64,"Cost":46,"Date":"3/27/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":635,"Cost":484,"Date":"4/17/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":238,"Cost":226,"Date":"8/11/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":735,"Cost":411,"Date":"8/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":426,"Cost":248,"Date":"9/2/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":11,"Cost":11,"Date":"9/5/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":794,"Cost":522,"Date":"9/14/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":649,"Cost":445,"Date":"9/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":165,"Cost":119,"Date":"11/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":63,"Cost":53,"Date":"12/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":569,"Cost":428,"Date":"1/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":20,"Cost":16,"Date":"1/21/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":260,"Cost":151,"Date":"2/9/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":951,"Cost":869,"Date":"3/19/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":572,"Cost":522,"Date":"4/3/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":958,"Cost":807,"Date":"4/5/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":151,"Cost":109,"Date":"4/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":675,"Cost":350,"Date":"7/10/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":501,"Cost":300,"Date":"3/25/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":428,"Cost":328,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":341,"Cost":248,"Date":"10/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":175,"Cost":91,"Date":"3/2/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":295,"Cost":154,"Date":"6/28/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":354,"Cost":195,"Date":"7/17/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":410,"Cost":358,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":345,"Cost":225,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":307,"Cost":159,"Date":"11/20/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":823,"Cost":681,"Date":"12/16/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":401,"Cost":372,"Date":"12/30/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":253,"Cost":196,"Date":"2/15/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":72,"Cost":48,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":278,"Cost":139,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":487,"Cost":309,"Date":"4/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":593,"Cost":408,"Date":"7/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":387,"Cost":367,"Date":"8/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":724,"Cost":430,"Date":"10/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":991,"Cost":700,"Date":"11/11/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":368,"Cost":236,"Date":"11/30/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":908,"Cost":508,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":589,"Cost":306,"Date":"3/1/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":158,"Cost":140,"Date":"4/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":582,"Cost":364,"Date":"5/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":892,"Cost":818,"Date":"8/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":411,"Cost":324,"Date":"9/15/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":98,"Cost":52,"Date":"10/14/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":206,"Cost":185,"Date":"10/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":430,"Cost":376,"Date":"11/11/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":821,"Cost":718,"Date":"12/7/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":709,"Cost":435,"Date":"12/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":228,"Cost":132,"Date":"1/6/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":431,"Cost":369,"Date":"1/23/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":186,"Cost":152,"Date":"2/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":574,"Cost":479,"Date":"3/10/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":915,"Cost":468,"Date":"3/12/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":847,"Cost":523,"Date":"3/31/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":267,"Cost":195,"Date":"6/16/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":1,"Cost":0,"Date":"6/17/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":726,"Cost":513,"Date":"8/27/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":953,"Cost":521,"Date":"10/1/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":469,"Cost":332,"Date":"11/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":44,"Cost":35,"Date":"11/9/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":494,"Cost":304,"Date":"3/27/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":812,"Cost":615,"Date":"4/17/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":452,"Cost":231,"Date":"8/11/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":518,"Cost":370,"Date":"8/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":298,"Cost":230,"Date":"9/2/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":615,"Cost":515,"Date":"9/5/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":239,"Cost":137,"Date":"9/14/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":271,"Cost":161,"Date":"9/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":797,"Cost":680,"Date":"11/20/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":482,"Cost":262,"Date":"12/21/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":333,"Cost":283,"Date":"1/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":343,"Cost":264,"Date":"1/21/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":547,"Cost":330,"Date":"2/9/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":36,"Cost":35,"Date":"3/19/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":183,"Cost":140,"Date":"4/3/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":730,"Cost":537,"Date":"4/5/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":141,"Cost":98,"Date":"4/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":379,"Cost":223,"Date":"7/10/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":29,"Cost":23,"Date":"3/25/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":86,"Cost":78,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":268,"Cost":209,"Date":"10/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":964,"Cost":682,"Date":"3/2/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":146,"Cost":117,"Date":"6/28/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":616,"Cost":490,"Date":"7/17/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":648,"Cost":469,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":151,"Cost":102,"Date":"8/23/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":614,"Cost":445,"Date":"11/20/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":204,"Cost":186,"Date":"12/16/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":741,"Cost":653,"Date":"12/30/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":705,"Cost":407,"Date":"2/15/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":186,"Cost":147,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":689,"Cost":549,"Date":"3/7/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":944,"Cost":797,"Date":"4/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":292,"Cost":150,"Date":"7/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":318,"Cost":212,"Date":"8/18/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":602,"Cost":517,"Date":"10/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":309,"Cost":222,"Date":"11/11/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":560,"Cost":461,"Date":"11/30/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":328,"Cost":289,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":457,"Cost":270,"Date":"3/1/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":480,"Cost":245,"Date":"4/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":248,"Cost":197,"Date":"5/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":95,"Cost":74,"Date":"8/13/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":508,"Cost":391,"Date":"9/15/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":307,"Cost":228,"Date":"10/14/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":842,"Cost":768,"Date":"10/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":92,"Cost":79,"Date":"11/11/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":980,"Cost":802,"Date":"12/7/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":166,"Cost":133,"Date":"12/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":437,"Cost":384,"Date":"1/6/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":429,"Cost":298,"Date":"1/23/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":840,"Cost":451,"Date":"2/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":635,"Cost":500,"Date":"3/10/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":491,"Cost":261,"Date":"3/12/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":42,"Cost":31,"Date":"3/31/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":423,"Cost":355,"Date":"6/16/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":547,"Cost":469,"Date":"6/17/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":672,"Cost":491,"Date":"8/27/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":934,"Cost":531,"Date":"10/1/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":719,"Cost":638,"Date":"11/4/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":747,"Cost":643,"Date":"11/9/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":593,"Cost":456,"Date":"3/27/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":964,"Cost":834,"Date":"4/17/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":872,"Cost":632,"Date":"8/11/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":853,"Cost":633,"Date":"8/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":846,"Cost":510,"Date":"9/2/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":351,"Cost":323,"Date":"9/5/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":78,"Cost":48,"Date":"9/14/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":253,"Cost":183,"Date":"9/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":684,"Cost":429,"Date":"11/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":84,"Cost":56,"Date":"12/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":424,"Cost":245,"Date":"1/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":78,"Cost":52,"Date":"1/21/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":593,"Cost":353,"Date":"2/9/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":9,"Cost":7,"Date":"3/19/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":56,"Cost":53,"Date":"4/3/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":786,"Cost":686,"Date":"4/5/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":268,"Cost":215,"Date":"4/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":36,"Cost":23,"Date":"7/10/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":755,"Cost":453,"Date":"3/25/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":23,"Cost":20,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":264,"Cost":211,"Date":"10/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":712,"Cost":411,"Date":"3/2/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":621,"Cost":380,"Date":"6/28/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":298,"Cost":194,"Date":"7/17/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":257,"Cost":213,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":405,"Cost":241,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":368,"Cost":330,"Date":"11/20/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":387,"Cost":206,"Date":"12/16/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":66,"Cost":43,"Date":"12/30/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":836,"Cost":566,"Date":"2/15/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":978,"Cost":529,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":611,"Cost":430,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":137,"Cost":101,"Date":"4/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":38,"Cost":20,"Date":"7/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":242,"Cost":217,"Date":"8/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":260,"Cost":191,"Date":"10/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":804,"Cost":639,"Date":"11/11/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":105,"Cost":66,"Date":"11/30/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":661,"Cost":486,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":376,"Cost":286,"Date":"3/1/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":818,"Cost":713,"Date":"4/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":376,"Cost":204,"Date":"5/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":196,"Cost":154,"Date":"8/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":510,"Cost":292,"Date":"9/15/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":387,"Cost":226,"Date":"10/14/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":514,"Cost":430,"Date":"10/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":328,"Cost":222,"Date":"11/11/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":374,"Cost":266,"Date":"12/7/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":307,"Cost":175,"Date":"12/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":713,"Cost":396,"Date":"1/6/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":592,"Cost":507,"Date":"1/23/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":334,"Cost":298,"Date":"2/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":297,"Cost":251,"Date":"3/10/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":145,"Cost":135,"Date":"3/12/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":595,"Cost":323,"Date":"3/31/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":616,"Cost":399,"Date":"6/16/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":208,"Cost":194,"Date":"6/17/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":663,"Cost":362,"Date":"8/27/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":832,"Cost":434,"Date":"10/1/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":65,"Cost":54,"Date":"11/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":820,"Cost":643,"Date":"11/9/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":369,"Cost":332,"Date":"3/27/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":291,"Cost":238,"Date":"4/17/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":933,"Cost":686,"Date":"8/11/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":483,"Cost":396,"Date":"8/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":723,"Cost":479,"Date":"9/2/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":826,"Cost":605,"Date":"9/5/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":22,"Cost":13,"Date":"9/14/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":293,"Cost":278,"Date":"9/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":566,"Cost":440,"Date":"11/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":354,"Cost":229,"Date":"12/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":67,"Cost":47,"Date":"1/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":611,"Cost":522,"Date":"1/21/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":678,"Cost":375,"Date":"2/9/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":784,"Cost":529,"Date":"3/19/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":644,"Cost":582,"Date":"4/3/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":409,"Cost":300,"Date":"4/5/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":950,"Cost":883,"Date":"4/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":898,"Cost":757,"Date":"7/10/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":603,"Cost":480,"Date":"3/25/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":701,"Cost":596,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":530,"Cost":417,"Date":"10/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":630,"Cost":446,"Date":"3/2/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":171,"Cost":96,"Date":"6/28/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":24,"Cost":21,"Date":"7/17/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":159,"Cost":86,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":684,"Cost":613,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":24,"Cost":19,"Date":"11/20/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":865,"Cost":792,"Date":"12/16/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":456,"Cost":318,"Date":"12/30/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":832,"Cost":782,"Date":"2/15/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":452,"Cost":339,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":28,"Cost":26,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":294,"Cost":198,"Date":"4/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":455,"Cost":392,"Date":"7/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":899,"Cost":635,"Date":"8/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":411,"Cost":273,"Date":"10/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":192,"Cost":126,"Date":"11/11/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":619,"Cost":416,"Date":"11/30/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":553,"Cost":314,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":759,"Cost":686,"Date":"3/1/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":847,"Cost":685,"Date":"4/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":746,"Cost":461,"Date":"5/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":995,"Cost":923,"Date":"8/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":225,"Cost":179,"Date":"9/15/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":336,"Cost":258,"Date":"10/14/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":412,"Cost":322,"Date":"10/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":536,"Cost":499,"Date":"11/11/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":161,"Cost":82,"Date":"12/7/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":386,"Cost":210,"Date":"12/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":144,"Cost":136,"Date":"1/6/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":598,"Cost":386,"Date":"1/23/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":447,"Cost":321,"Date":"2/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":184,"Cost":138,"Date":"3/10/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":267,"Cost":156,"Date":"3/12/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":133,"Cost":67,"Date":"3/31/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":884,"Cost":475,"Date":"6/16/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":711,"Cost":572,"Date":"6/17/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":878,"Cost":606,"Date":"8/27/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":752,"Cost":465,"Date":"10/1/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":133,"Cost":104,"Date":"11/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Nova","Country":"China","Sale":176,"Cost":96,"Date":"11/9/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":230,"Cost":212,"Date":"3/27/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":302,"Cost":285,"Date":"4/17/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":867,"Cost":771,"Date":"8/11/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":454,"Cost":360,"Date":"8/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":984,"Cost":828,"Date":"9/2/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":594,"Cost":409,"Date":"9/5/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":776,"Cost":555,"Date":"9/14/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":435,"Cost":362,"Date":"9/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":632,"Cost":400,"Date":"11/20/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":815,"Cost":521,"Date":"12/21/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":826,"Cost":770,"Date":"1/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":34,"Cost":25,"Date":"1/21/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":302,"Cost":219,"Date":"2/9/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":144,"Cost":81,"Date":"3/19/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":762,"Cost":477,"Date":"4/3/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":947,"Cost":685,"Date":"4/5/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":738,"Cost":488,"Date":"4/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":765,"Cost":600,"Date":"7/10/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":507,"Cost":328,"Date":"3/25/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":174,"Cost":113,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":282,"Cost":229,"Date":"10/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":387,"Cost":243,"Date":"3/2/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":405,"Cost":208,"Date":"6/28/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":3,"Cost":3,"Date":"7/17/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":86,"Cost":52,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":713,"Cost":452,"Date":"8/23/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":466,"Cost":343,"Date":"11/20/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":648,"Cost":387,"Date":"12/16/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":525,"Cost":444,"Date":"12/30/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":463,"Cost":262,"Date":"2/15/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":367,"Cost":223,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":556,"Cost":309,"Date":"3/7/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":675,"Cost":571,"Date":"4/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":766,"Cost":602,"Date":"7/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":41,"Cost":28,"Date":"8/18/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":731,"Cost":445,"Date":"10/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":404,"Cost":275,"Date":"11/11/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":620,"Cost":450,"Date":"11/30/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":462,"Cost":289,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":283,"Cost":242,"Date":"3/1/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":468,"Cost":370,"Date":"4/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":546,"Cost":396,"Date":"5/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":405,"Cost":370,"Date":"8/13/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":554,"Cost":513,"Date":"9/15/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":817,"Cost":717,"Date":"10/14/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":287,"Cost":146,"Date":"10/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":579,"Cost":451,"Date":"11/11/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":955,"Cost":744,"Date":"12/7/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":750,"Cost":533,"Date":"12/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":643,"Cost":367,"Date":"1/6/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":262,"Cost":237,"Date":"1/23/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":528,"Cost":357,"Date":"2/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":7,"Cost":5,"Date":"3/10/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":934,"Cost":612,"Date":"3/12/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":235,"Cost":118,"Date":"3/31/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":379,"Cost":240,"Date":"6/16/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":37,"Cost":34,"Date":"6/17/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":986,"Cost":715,"Date":"8/27/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":759,"Cost":663,"Date":"10/1/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":939,"Cost":576,"Date":"11/4/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":315,"Cost":206,"Date":"11/9/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":766,"Cost":577,"Date":"3/27/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":733,"Cost":588,"Date":"4/17/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":937,"Cost":642,"Date":"8/11/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":400,"Cost":218,"Date":"8/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":196,"Cost":147,"Date":"9/2/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":10,"Cost":5,"Date":"9/5/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":526,"Cost":309,"Date":"9/14/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":177,"Cost":93,"Date":"9/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":566,"Cost":477,"Date":"11/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":28,"Cost":22,"Date":"12/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":78,"Cost":45,"Date":"1/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":82,"Cost":63,"Date":"1/21/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":856,"Cost":620,"Date":"2/9/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":242,"Cost":173,"Date":"3/19/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":336,"Cost":261,"Date":"4/3/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":687,"Cost":540,"Date":"4/5/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":808,"Cost":583,"Date":"4/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":102,"Cost":51,"Date":"7/10/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":194,"Cost":108,"Date":"3/25/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":146,"Cost":101,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":939,"Cost":713,"Date":"10/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":61,"Cost":50,"Date":"3/2/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":461,"Cost":364,"Date":"6/28/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":352,"Cost":241,"Date":"7/17/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":412,"Cost":334,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":789,"Cost":551,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":898,"Cost":539,"Date":"11/20/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":132,"Cost":67,"Date":"12/16/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":26,"Cost":16,"Date":"12/30/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":928,"Cost":758,"Date":"2/15/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":184,"Cost":171,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":478,"Cost":252,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":931,"Cost":608,"Date":"4/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":814,"Cost":727,"Date":"7/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":600,"Cost":561,"Date":"8/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":888,"Cost":605,"Date":"10/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":537,"Cost":309,"Date":"11/11/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":996,"Cost":772,"Date":"11/30/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":598,"Cost":390,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":763,"Cost":450,"Date":"3/1/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":197,"Cost":118,"Date":"4/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":242,"Cost":177,"Date":"5/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":788,"Cost":445,"Date":"8/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":492,"Cost":350,"Date":"9/15/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":470,"Cost":405,"Date":"10/14/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":37,"Cost":21,"Date":"10/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":140,"Cost":124,"Date":"11/11/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":572,"Cost":531,"Date":"12/7/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":811,"Cost":508,"Date":"12/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":924,"Cost":782,"Date":"1/6/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":456,"Cost":272,"Date":"1/23/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":138,"Cost":96,"Date":"2/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":642,"Cost":476,"Date":"3/10/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":914,"Cost":541,"Date":"3/12/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":367,"Cost":304,"Date":"3/31/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":867,"Cost":771,"Date":"6/16/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":60,"Cost":43,"Date":"6/17/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":456,"Cost":355,"Date":"8/27/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":17,"Cost":9,"Date":"10/1/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":382,"Cost":263,"Date":"11/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":394,"Cost":300,"Date":"11/9/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":200,"Cost":173,"Date":"3/27/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":823,"Cost":551,"Date":"4/17/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":840,"Cost":514,"Date":"8/11/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":371,"Cost":215,"Date":"8/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":793,"Cost":656,"Date":"9/2/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":137,"Cost":79,"Date":"9/5/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":359,"Cost":216,"Date":"9/14/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":672,"Cost":447,"Date":"9/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":707,"Cost":412,"Date":"11/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":295,"Cost":277,"Date":"12/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":88,"Cost":60,"Date":"1/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":317,"Cost":278,"Date":"1/21/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":643,"Cost":604,"Date":"2/9/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":915,"Cost":866,"Date":"3/19/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":846,"Cost":787,"Date":"4/3/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":284,"Cost":215,"Date":"4/5/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":188,"Cost":95,"Date":"4/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":230,"Cost":173,"Date":"7/10/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":210,"Cost":110,"Date":"3/25/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":877,"Cost":512,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":201,"Cost":171,"Date":"10/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":526,"Cost":324,"Date":"3/2/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":109,"Cost":81,"Date":"6/28/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":67,"Cost":49,"Date":"7/17/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":935,"Cost":485,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":497,"Cost":326,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":369,"Cost":214,"Date":"11/20/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":620,"Cost":473,"Date":"12/16/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":631,"Cost":516,"Date":"12/30/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":276,"Cost":183,"Date":"2/15/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":697,"Cost":375,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":17,"Cost":11,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":115,"Cost":59,"Date":"4/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":478,"Cost":293,"Date":"7/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":164,"Cost":103,"Date":"8/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":884,"Cost":643,"Date":"10/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":146,"Cost":133,"Date":"11/11/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":276,"Cost":194,"Date":"11/30/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":687,"Cost":498,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":441,"Cost":264,"Date":"3/1/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":755,"Cost":587,"Date":"4/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":803,"Cost":619,"Date":"5/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":7,"Cost":7,"Date":"8/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":329,"Cost":248,"Date":"9/15/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":63,"Cost":39,"Date":"10/14/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":261,"Cost":245,"Date":"10/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":607,"Cost":494,"Date":"11/11/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":218,"Cost":152,"Date":"12/7/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":971,"Cost":527,"Date":"12/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":527,"Cost":319,"Date":"1/6/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":59,"Cost":36,"Date":"1/23/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":81,"Cost":57,"Date":"2/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":282,"Cost":154,"Date":"3/10/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":960,"Cost":543,"Date":"3/12/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":956,"Cost":601,"Date":"3/31/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":408,"Cost":308,"Date":"6/16/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":814,"Cost":593,"Date":"6/17/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":547,"Cost":485,"Date":"8/27/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":158,"Cost":82,"Date":"10/1/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":278,"Cost":152,"Date":"11/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Jeans","Country":"China","Sale":816,"Cost":619,"Date":"11/9/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":389,"Cost":258,"Date":"3/27/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":378,"Cost":283,"Date":"4/17/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":101,"Cost":64,"Date":"8/11/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":8,"Cost":4,"Date":"8/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":261,"Cost":156,"Date":"9/2/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":436,"Cost":320,"Date":"9/5/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":36,"Cost":28,"Date":"9/14/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":677,"Cost":506,"Date":"9/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":966,"Cost":737,"Date":"11/20/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":859,"Cost":490,"Date":"12/21/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":175,"Cost":125,"Date":"1/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":394,"Cost":248,"Date":"1/21/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":360,"Cost":211,"Date":"2/9/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":336,"Cost":230,"Date":"3/19/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":337,"Cost":279,"Date":"4/3/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":361,"Cost":250,"Date":"4/5/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":851,"Cost":795,"Date":"4/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":264,"Cost":169,"Date":"7/10/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":920,"Cost":469,"Date":"3/25/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":837,"Cost":432,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":16,"Cost":15,"Date":"10/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":754,"Cost":695,"Date":"3/2/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":289,"Cost":231,"Date":"6/28/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":336,"Cost":170,"Date":"7/17/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":24,"Cost":15,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":862,"Cost":477,"Date":"8/23/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":596,"Cost":315,"Date":"11/20/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":849,"Cost":601,"Date":"12/16/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":17,"Cost":16,"Date":"12/30/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":988,"Cost":878,"Date":"2/15/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":46,"Cost":35,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":690,"Cost":382,"Date":"3/7/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":98,"Cost":87,"Date":"4/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":390,"Cost":301,"Date":"7/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":343,"Cost":322,"Date":"8/18/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":510,"Cost":381,"Date":"10/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":184,"Cost":166,"Date":"11/11/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":519,"Cost":421,"Date":"11/30/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":534,"Cost":404,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":492,"Cost":319,"Date":"3/1/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":126,"Cost":89,"Date":"4/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":996,"Cost":756,"Date":"5/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":960,"Cost":552,"Date":"8/13/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":422,"Cost":354,"Date":"9/15/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":556,"Cost":324,"Date":"10/14/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":451,"Cost":386,"Date":"10/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":367,"Cost":283,"Date":"11/11/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":76,"Cost":71,"Date":"12/7/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":668,"Cost":453,"Date":"12/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":884,"Cost":608,"Date":"1/6/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":106,"Cost":54,"Date":"1/23/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":102,"Cost":95,"Date":"2/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":883,"Cost":450,"Date":"3/10/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":142,"Cost":104,"Date":"3/12/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":841,"Cost":690,"Date":"3/31/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":806,"Cost":623,"Date":"6/16/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":737,"Cost":374,"Date":"6/17/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":910,"Cost":573,"Date":"8/27/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":11,"Cost":8,"Date":"10/1/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":720,"Cost":656,"Date":"11/4/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":473,"Cost":345,"Date":"11/9/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":442,"Cost":317,"Date":"3/27/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":873,"Cost":582,"Date":"4/17/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":252,"Cost":193,"Date":"8/11/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":664,"Cost":515,"Date":"8/21/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":803,"Cost":650,"Date":"9/2/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":967,"Cost":864,"Date":"9/5/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":894,"Cost":767,"Date":"9/14/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":47,"Cost":37,"Date":"9/20/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":734,"Cost":677,"Date":"11/20/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":757,"Cost":484,"Date":"12/21/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":434,"Cost":328,"Date":"1/7/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":491,"Cost":406,"Date":"1/21/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":607,"Cost":565,"Date":"2/9/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":322,"Cost":214,"Date":"3/19/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":614,"Cost":408,"Date":"4/3/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":548,"Cost":494,"Date":"4/5/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":801,"Cost":709,"Date":"4/28/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":434,"Cost":288,"Date":"7/10/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":650,"Cost":400,"Date":"3/25/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":481,"Cost":275,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":527,"Cost":264,"Date":"10/28/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":626,"Cost":380,"Date":"3/2/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":778,"Cost":616,"Date":"6/28/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":97,"Cost":86,"Date":"7/17/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":731,"Cost":628,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":336,"Cost":200,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":541,"Cost":463,"Date":"11/20/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":415,"Cost":388,"Date":"12/16/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":967,"Cost":672,"Date":"12/30/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":375,"Cost":238,"Date":"2/15/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":89,"Cost":71,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":453,"Cost":261,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":845,"Cost":676,"Date":"4/18/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":499,"Cost":279,"Date":"7/27/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":800,"Cost":505,"Date":"8/18/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":276,"Cost":151,"Date":"10/31/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":534,"Cost":378,"Date":"11/11/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":990,"Cost":624,"Date":"11/30/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":874,"Cost":673,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":462,"Cost":391,"Date":"3/1/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":175,"Cost":149,"Date":"4/13/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":986,"Cost":834,"Date":"5/20/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":961,"Cost":699,"Date":"8/13/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":457,"Cost":390,"Date":"9/15/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":185,"Cost":97,"Date":"10/14/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":952,"Cost":598,"Date":"10/28/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":489,"Cost":309,"Date":"11/11/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":181,"Cost":142,"Date":"12/7/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":210,"Cost":131,"Date":"12/21/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":702,"Cost":475,"Date":"1/6/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":994,"Cost":571,"Date":"1/23/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":271,"Cost":207,"Date":"2/4/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":898,"Cost":500,"Date":"3/10/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":805,"Cost":507,"Date":"3/12/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":721,"Cost":519,"Date":"3/31/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":339,"Cost":287,"Date":"6/16/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":539,"Cost":386,"Date":"6/17/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":994,"Cost":614,"Date":"8/27/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":595,"Cost":454,"Date":"10/1/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":128,"Cost":108,"Date":"11/4/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":853,"Cost":711,"Date":"11/9/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":727,"Cost":459,"Date":"3/27/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":191,"Cost":160,"Date":"4/17/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":190,"Cost":103,"Date":"8/11/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":203,"Cost":108,"Date":"8/21/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":901,"Cost":819,"Date":"9/2/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":489,"Cost":351,"Date":"9/5/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":262,"Cost":161,"Date":"9/14/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":420,"Cost":283,"Date":"9/20/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":412,"Cost":280,"Date":"11/20/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":414,"Cost":375,"Date":"12/21/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":327,"Cost":242,"Date":"1/7/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":163,"Cost":111,"Date":"1/21/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":97,"Cost":62,"Date":"2/9/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":244,"Cost":140,"Date":"3/19/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":88,"Cost":55,"Date":"4/3/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":233,"Cost":218,"Date":"4/5/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":173,"Cost":157,"Date":"4/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":166,"Cost":101,"Date":"7/10/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":786,"Cost":613,"Date":"3/25/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":188,"Cost":179,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":355,"Cost":255,"Date":"10/28/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":433,"Cost":393,"Date":"3/2/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":925,"Cost":679,"Date":"6/28/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":907,"Cost":862,"Date":"7/17/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":266,"Cost":190,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":893,"Cost":807,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":191,"Cost":131,"Date":"11/20/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":418,"Cost":334,"Date":"12/16/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":470,"Cost":354,"Date":"12/30/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":502,"Cost":266,"Date":"2/15/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":819,"Cost":538,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":286,"Cost":204,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":663,"Cost":457,"Date":"4/18/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":292,"Cost":220,"Date":"7/27/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":834,"Cost":549,"Date":"8/18/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":83,"Cost":42,"Date":"10/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":666,"Cost":415,"Date":"11/11/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":105,"Cost":69,"Date":"11/30/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":971,"Cost":565,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":296,"Cost":149,"Date":"3/1/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":360,"Cost":221,"Date":"4/13/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":123,"Cost":94,"Date":"5/20/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":334,"Cost":205,"Date":"8/13/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":853,"Cost":495,"Date":"9/15/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":381,"Cost":306,"Date":"10/14/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":333,"Cost":290,"Date":"10/28/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":70,"Cost":56,"Date":"11/11/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":889,"Cost":836,"Date":"12/7/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":761,"Cost":654,"Date":"12/21/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":370,"Cost":316,"Date":"1/6/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":714,"Cost":603,"Date":"1/23/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":360,"Cost":254,"Date":"2/4/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":459,"Cost":337,"Date":"3/10/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":79,"Cost":72,"Date":"3/12/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":379,"Cost":191,"Date":"3/31/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":515,"Cost":265,"Date":"6/16/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":915,"Cost":485,"Date":"6/17/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":428,"Cost":358,"Date":"8/27/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":152,"Cost":127,"Date":"10/1/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":841,"Cost":425,"Date":"11/4/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":248,"Cost":196,"Date":"11/9/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":506,"Cost":320,"Date":"3/27/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":837,"Cost":605,"Date":"4/17/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":433,"Cost":253,"Date":"8/11/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":762,"Cost":649,"Date":"8/21/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":956,"Cost":680,"Date":"9/2/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":423,"Cost":293,"Date":"9/5/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":560,"Cost":319,"Date":"9/14/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":570,"Cost":322,"Date":"9/20/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":373,"Cost":258,"Date":"11/20/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":62,"Cost":45,"Date":"12/21/2018"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":287,"Cost":264,"Date":"1/7/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":624,"Cost":588,"Date":"1/21/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":3,"Cost":2,"Date":"2/9/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":557,"Cost":460,"Date":"3/19/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":770,"Cost":496,"Date":"4/3/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":944,"Cost":660,"Date":"4/5/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":676,"Cost":408,"Date":"4/28/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":218,"Cost":200,"Date":"7/10/2019"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":449,"Cost":379,"Date":"3/25/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":562,"Cost":465,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":933,"Cost":726,"Date":"10/28/2020"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":739,"Cost":554,"Date":"3/2/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":148,"Cost":116,"Date":"6/28/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":538,"Cost":406,"Date":"7/17/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":777,"Cost":590,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":60,"Cost":46,"Date":"8/23/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":672,"Cost":380,"Date":"11/20/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":853,"Cost":643,"Date":"12/16/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":28,"Cost":26,"Date":"12/30/2021"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":388,"Cost":335,"Date":"2/15/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":394,"Cost":292,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":545,"Cost":399,"Date":"3/7/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":340,"Cost":233,"Date":"4/18/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":332,"Cost":299,"Date":"7/27/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":204,"Cost":118,"Date":"8/18/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":526,"Cost":495,"Date":"10/31/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":315,"Cost":166,"Date":"11/11/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":663,"Cost":433,"Date":"11/30/2022"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":851,"Cost":789,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":569,"Cost":472,"Date":"3/1/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":107,"Cost":85,"Date":"4/13/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":708,"Cost":635,"Date":"5/20/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":1,"Cost":1,"Date":"8/13/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":261,"Cost":225,"Date":"9/15/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":408,"Cost":386,"Date":"10/14/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":538,"Cost":500,"Date":"10/28/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":791,"Cost":591,"Date":"11/11/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":17,"Cost":12,"Date":"12/7/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":988,"Cost":832,"Date":"12/21/2023"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":630,"Cost":391,"Date":"1/6/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":214,"Cost":181,"Date":"1/23/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":634,"Cost":523,"Date":"2/4/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":760,"Cost":487,"Date":"3/10/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":658,"Cost":426,"Date":"3/12/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":144,"Cost":124,"Date":"3/31/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":823,"Cost":644,"Date":"6/16/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":353,"Cost":231,"Date":"6/17/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":610,"Cost":312,"Date":"8/27/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":624,"Cost":385,"Date":"10/1/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":734,"Cost":646,"Date":"11/4/2024"},{"Store":"Nanjing Aqua City","Brand":"HM Home","Country":"China","Sale":678,"Cost":551,"Date":"11/9/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":226,"Cost":165,"Date":"3/27/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":683,"Cost":631,"Date":"4/17/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":184,"Cost":143,"Date":"8/11/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":717,"Cost":437,"Date":"8/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":25,"Cost":19,"Date":"9/2/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":817,"Cost":578,"Date":"9/5/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":821,"Cost":742,"Date":"9/14/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":627,"Cost":395,"Date":"9/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":524,"Cost":357,"Date":"11/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":884,"Cost":798,"Date":"12/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":71,"Cost":57,"Date":"1/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":816,"Cost":620,"Date":"1/21/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":842,"Cost":788,"Date":"2/9/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":247,"Cost":138,"Date":"3/19/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":137,"Cost":100,"Date":"4/3/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":545,"Cost":302,"Date":"4/5/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":428,"Cost":342,"Date":"4/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":222,"Cost":191,"Date":"7/10/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":191,"Cost":156,"Date":"3/25/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":147,"Cost":114,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":827,"Cost":472,"Date":"10/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":277,"Cost":236,"Date":"3/2/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":798,"Cost":622,"Date":"6/28/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":878,"Cost":818,"Date":"7/17/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":992,"Cost":838,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":870,"Cost":587,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":972,"Cost":845,"Date":"11/20/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":470,"Cost":369,"Date":"12/16/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":55,"Cost":48,"Date":"12/30/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":289,"Cost":225,"Date":"2/15/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":529,"Cost":272,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":418,"Cost":390,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":544,"Cost":432,"Date":"4/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":10,"Cost":10,"Date":"7/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":486,"Cost":427,"Date":"8/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":549,"Cost":369,"Date":"10/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":56,"Cost":33,"Date":"11/11/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":261,"Cost":211,"Date":"11/30/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":778,"Cost":657,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":559,"Cost":526,"Date":"3/1/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":904,"Cost":550,"Date":"4/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":794,"Cost":475,"Date":"5/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":39,"Cost":24,"Date":"8/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":776,"Cost":725,"Date":"9/15/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":87,"Cost":76,"Date":"10/14/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":602,"Cost":376,"Date":"10/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":300,"Cost":162,"Date":"11/11/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":441,"Cost":392,"Date":"12/7/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":961,"Cost":765,"Date":"12/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":572,"Cost":501,"Date":"1/6/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":389,"Cost":242,"Date":"1/23/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":691,"Cost":434,"Date":"2/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":384,"Cost":295,"Date":"3/10/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":995,"Cost":678,"Date":"3/12/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":448,"Cost":253,"Date":"3/31/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":400,"Cost":321,"Date":"6/16/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":370,"Cost":254,"Date":"6/17/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":148,"Cost":92,"Date":"8/27/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":501,"Cost":343,"Date":"10/1/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":837,"Cost":432,"Date":"11/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM Home","Country":"China","Sale":776,"Cost":496,"Date":"11/9/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":606,"Cost":443,"Date":"3/27/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":227,"Cost":176,"Date":"4/17/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":377,"Cost":338,"Date":"8/11/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":498,"Cost":444,"Date":"8/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":846,"Cost":776,"Date":"9/2/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":403,"Cost":336,"Date":"9/5/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":279,"Cost":226,"Date":"9/14/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":710,"Cost":541,"Date":"9/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":150,"Cost":98,"Date":"11/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":717,"Cost":582,"Date":"12/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":646,"Cost":464,"Date":"1/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":904,"Cost":724,"Date":"1/21/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":483,"Cost":290,"Date":"2/9/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":493,"Cost":366,"Date":"3/19/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":603,"Cost":468,"Date":"4/3/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":492,"Cost":451,"Date":"4/5/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":793,"Cost":405,"Date":"4/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":449,"Cost":276,"Date":"7/10/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":334,"Cost":240,"Date":"3/25/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":238,"Cost":138,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":43,"Cost":30,"Date":"10/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":682,"Cost":353,"Date":"3/2/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":768,"Cost":592,"Date":"6/28/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":173,"Cost":164,"Date":"7/17/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":214,"Cost":114,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":233,"Cost":159,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":839,"Cost":640,"Date":"11/20/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":669,"Cost":601,"Date":"12/16/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":399,"Cost":356,"Date":"12/30/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":408,"Cost":250,"Date":"2/15/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":286,"Cost":231,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":931,"Cost":640,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":515,"Cost":363,"Date":"4/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":12,"Cost":8,"Date":"7/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":323,"Cost":237,"Date":"8/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":584,"Cost":356,"Date":"10/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":621,"Cost":362,"Date":"11/11/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":939,"Cost":688,"Date":"11/30/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":694,"Cost":477,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":923,"Cost":729,"Date":"3/1/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":904,"Cost":654,"Date":"4/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":270,"Cost":214,"Date":"5/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":434,"Cost":291,"Date":"8/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":406,"Cost":373,"Date":"9/15/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":799,"Cost":399,"Date":"10/14/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":710,"Cost":629,"Date":"10/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":724,"Cost":461,"Date":"11/11/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":846,"Cost":671,"Date":"12/7/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":1,"Cost":1,"Date":"12/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":267,"Cost":213,"Date":"1/6/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":410,"Cost":314,"Date":"1/23/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":58,"Cost":39,"Date":"2/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":498,"Cost":334,"Date":"3/10/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":431,"Cost":406,"Date":"3/12/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":56,"Cost":31,"Date":"3/31/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":191,"Cost":134,"Date":"6/16/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":818,"Cost":737,"Date":"6/17/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":363,"Cost":234,"Date":"8/27/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":612,"Cost":505,"Date":"10/1/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":227,"Cost":116,"Date":"11/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":227,"Cost":150,"Date":"11/9/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":265,"Cost":156,"Date":"3/27/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":173,"Cost":131,"Date":"4/17/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":917,"Cost":604,"Date":"8/11/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":581,"Cost":496,"Date":"8/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":381,"Cost":214,"Date":"9/2/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":77,"Cost":53,"Date":"9/5/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":374,"Cost":245,"Date":"9/14/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":462,"Cost":333,"Date":"9/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":371,"Cost":249,"Date":"11/20/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":374,"Cost":352,"Date":"12/21/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":545,"Cost":491,"Date":"1/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":267,"Cost":191,"Date":"1/21/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":871,"Cost":712,"Date":"2/9/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":277,"Cost":253,"Date":"3/19/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":478,"Cost":400,"Date":"4/3/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":595,"Cost":425,"Date":"4/5/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":214,"Cost":166,"Date":"4/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":316,"Cost":161,"Date":"7/10/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":729,"Cost":630,"Date":"3/25/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":420,"Cost":235,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":274,"Cost":213,"Date":"10/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":301,"Cost":182,"Date":"3/2/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":607,"Cost":311,"Date":"6/28/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":98,"Cost":65,"Date":"7/17/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":420,"Cost":258,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":37,"Cost":30,"Date":"8/23/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":66,"Cost":41,"Date":"11/20/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":131,"Cost":76,"Date":"12/16/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":542,"Cost":430,"Date":"12/30/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":577,"Cost":389,"Date":"2/15/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":254,"Cost":149,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":517,"Cost":364,"Date":"3/7/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":397,"Cost":366,"Date":"4/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":422,"Cost":371,"Date":"7/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":845,"Cost":803,"Date":"8/18/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":574,"Cost":293,"Date":"10/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":47,"Cost":42,"Date":"11/11/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":660,"Cost":444,"Date":"11/30/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":972,"Cost":585,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":617,"Cost":349,"Date":"3/1/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":24,"Cost":19,"Date":"4/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":965,"Cost":539,"Date":"5/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":980,"Cost":501,"Date":"8/13/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":706,"Cost":382,"Date":"9/15/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":476,"Cost":260,"Date":"10/14/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":649,"Cost":432,"Date":"10/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":468,"Cost":322,"Date":"11/11/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":600,"Cost":355,"Date":"12/7/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":584,"Cost":376,"Date":"12/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":676,"Cost":341,"Date":"1/6/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":853,"Cost":563,"Date":"1/23/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":689,"Cost":382,"Date":"2/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":14,"Cost":11,"Date":"3/10/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":36,"Cost":22,"Date":"3/12/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":309,"Cost":225,"Date":"3/31/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":129,"Cost":118,"Date":"6/16/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":297,"Cost":243,"Date":"6/17/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":939,"Cost":504,"Date":"8/27/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":436,"Cost":250,"Date":"10/1/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":740,"Cost":470,"Date":"11/4/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Nova","Country":"China","Sale":861,"Cost":767,"Date":"11/9/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":416,"Cost":316,"Date":"3/27/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":340,"Cost":227,"Date":"4/17/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":436,"Cost":297,"Date":"8/11/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":381,"Cost":234,"Date":"8/21/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":262,"Cost":248,"Date":"9/2/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":733,"Cost":650,"Date":"9/5/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":992,"Cost":624,"Date":"9/14/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":618,"Cost":337,"Date":"9/20/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":66,"Cost":49,"Date":"11/20/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":321,"Cost":209,"Date":"12/21/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":791,"Cost":407,"Date":"1/7/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":972,"Cost":637,"Date":"1/21/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":329,"Cost":227,"Date":"2/9/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":151,"Cost":84,"Date":"3/19/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":695,"Cost":498,"Date":"4/3/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":362,"Cost":189,"Date":"4/5/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":339,"Cost":248,"Date":"4/28/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":689,"Cost":568,"Date":"7/10/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":776,"Cost":499,"Date":"3/25/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":966,"Cost":545,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":267,"Cost":226,"Date":"10/28/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":560,"Cost":394,"Date":"3/2/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":820,"Cost":695,"Date":"6/28/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":35,"Cost":27,"Date":"7/17/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":292,"Cost":170,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":801,"Cost":472,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":203,"Cost":162,"Date":"11/20/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":430,"Cost":318,"Date":"12/16/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":48,"Cost":25,"Date":"12/30/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":159,"Cost":103,"Date":"2/15/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":379,"Cost":304,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":459,"Cost":322,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":336,"Cost":254,"Date":"4/18/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":968,"Cost":759,"Date":"7/27/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":29,"Cost":27,"Date":"8/18/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":734,"Cost":458,"Date":"10/31/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":538,"Cost":443,"Date":"11/11/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":897,"Cost":546,"Date":"11/30/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":562,"Cost":366,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":402,"Cost":288,"Date":"3/1/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":613,"Cost":381,"Date":"4/13/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":942,"Cost":683,"Date":"5/20/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":554,"Cost":520,"Date":"8/13/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":381,"Cost":339,"Date":"9/15/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":705,"Cost":523,"Date":"10/14/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":995,"Cost":610,"Date":"10/28/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":503,"Cost":314,"Date":"11/11/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":909,"Cost":522,"Date":"12/7/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":78,"Cost":59,"Date":"12/21/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":654,"Cost":436,"Date":"1/6/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":254,"Cost":168,"Date":"1/23/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":904,"Cost":516,"Date":"2/4/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":570,"Cost":439,"Date":"3/10/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":471,"Cost":436,"Date":"3/12/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":983,"Cost":498,"Date":"3/31/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":272,"Cost":227,"Date":"6/16/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":644,"Cost":459,"Date":"6/17/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":689,"Cost":367,"Date":"8/27/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":847,"Cost":501,"Date":"10/1/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":886,"Cost":537,"Date":"11/4/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":570,"Cost":315,"Date":"11/9/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":7,"Cost":6,"Date":"3/27/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":353,"Cost":325,"Date":"4/17/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":854,"Cost":609,"Date":"8/11/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":471,"Cost":304,"Date":"8/21/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":829,"Cost":717,"Date":"9/2/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":959,"Cost":711,"Date":"9/5/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":101,"Cost":65,"Date":"9/14/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":72,"Cost":46,"Date":"9/20/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":40,"Cost":32,"Date":"11/20/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":469,"Cost":250,"Date":"12/21/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":602,"Cost":326,"Date":"1/7/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":653,"Cost":519,"Date":"1/21/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":966,"Cost":843,"Date":"2/9/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":504,"Cost":323,"Date":"3/19/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":890,"Cost":639,"Date":"4/3/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":560,"Cost":303,"Date":"4/5/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":977,"Cost":734,"Date":"4/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":740,"Cost":694,"Date":"7/10/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":987,"Cost":674,"Date":"3/25/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":661,"Cost":380,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":691,"Cost":613,"Date":"10/28/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":968,"Cost":675,"Date":"3/2/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":727,"Cost":519,"Date":"6/28/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":12,"Cost":8,"Date":"7/17/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":711,"Cost":547,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":491,"Cost":451,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":178,"Cost":100,"Date":"11/20/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":738,"Cost":487,"Date":"12/16/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":233,"Cost":139,"Date":"12/30/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":625,"Cost":423,"Date":"2/15/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":591,"Cost":337,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":21,"Cost":12,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":329,"Cost":180,"Date":"4/18/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":737,"Cost":536,"Date":"7/27/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":745,"Cost":384,"Date":"8/18/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":430,"Cost":236,"Date":"10/31/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":503,"Cost":376,"Date":"11/11/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":918,"Cost":500,"Date":"11/30/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":775,"Cost":507,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":273,"Cost":252,"Date":"3/1/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":511,"Cost":275,"Date":"4/13/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":490,"Cost":330,"Date":"5/20/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":999,"Cost":525,"Date":"8/13/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":516,"Cost":404,"Date":"9/15/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":32,"Cost":31,"Date":"10/14/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":237,"Cost":217,"Date":"10/28/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":875,"Cost":695,"Date":"11/11/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":344,"Cost":178,"Date":"12/7/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":182,"Cost":166,"Date":"12/21/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":456,"Cost":301,"Date":"1/6/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":600,"Cost":557,"Date":"1/23/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":155,"Cost":113,"Date":"2/4/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":332,"Cost":204,"Date":"3/10/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":499,"Cost":253,"Date":"3/12/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":816,"Cost":658,"Date":"3/31/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":668,"Cost":421,"Date":"6/16/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":34,"Cost":24,"Date":"6/17/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":212,"Cost":113,"Date":"8/27/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":428,"Cost":221,"Date":"10/1/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":102,"Cost":60,"Date":"11/4/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":46,"Cost":44,"Date":"11/9/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":486,"Cost":312,"Date":"3/27/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":721,"Cost":510,"Date":"4/17/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":507,"Cost":273,"Date":"8/11/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":104,"Cost":78,"Date":"8/21/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":668,"Cost":515,"Date":"9/2/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":966,"Cost":871,"Date":"9/5/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":604,"Cost":417,"Date":"9/14/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":147,"Cost":120,"Date":"9/20/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":554,"Cost":370,"Date":"11/20/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":685,"Cost":616,"Date":"12/21/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":716,"Cost":530,"Date":"1/7/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":644,"Cost":541,"Date":"1/21/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":167,"Cost":85,"Date":"2/9/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":447,"Cost":298,"Date":"3/19/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":752,"Cost":602,"Date":"4/3/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":111,"Cost":86,"Date":"4/5/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":525,"Cost":328,"Date":"4/28/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":126,"Cost":108,"Date":"7/10/2019"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":908,"Cost":706,"Date":"3/25/2020"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":187,"Cost":138,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":209,"Cost":198,"Date":"10/28/2020"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":885,"Cost":587,"Date":"3/2/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":520,"Cost":317,"Date":"6/28/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":522,"Cost":354,"Date":"7/17/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":261,"Cost":154,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":699,"Cost":388,"Date":"8/23/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":419,"Cost":388,"Date":"11/20/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":925,"Cost":642,"Date":"12/16/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":422,"Cost":270,"Date":"12/30/2021"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":960,"Cost":868,"Date":"2/15/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":521,"Cost":434,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":583,"Cost":473,"Date":"3/7/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":182,"Cost":104,"Date":"4/18/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":880,"Cost":612,"Date":"7/27/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":320,"Cost":171,"Date":"8/18/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":649,"Cost":398,"Date":"10/31/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":719,"Cost":590,"Date":"11/11/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":321,"Cost":182,"Date":"11/30/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":749,"Cost":686,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":269,"Cost":150,"Date":"3/1/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":371,"Cost":317,"Date":"4/13/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":313,"Cost":215,"Date":"5/20/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":996,"Cost":836,"Date":"8/13/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":676,"Cost":482,"Date":"9/15/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":158,"Cost":104,"Date":"10/14/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":571,"Cost":464,"Date":"10/28/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":854,"Cost":601,"Date":"11/11/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":145,"Cost":79,"Date":"12/7/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":182,"Cost":144,"Date":"12/21/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":197,"Cost":142,"Date":"1/6/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":969,"Cost":800,"Date":"1/23/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":557,"Cost":334,"Date":"2/4/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":67,"Cost":56,"Date":"3/10/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":947,"Cost":642,"Date":"3/12/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":158,"Cost":103,"Date":"3/31/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":705,"Cost":586,"Date":"6/16/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":964,"Cost":724,"Date":"6/17/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":668,"Cost":379,"Date":"8/27/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":935,"Cost":723,"Date":"10/1/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":336,"Cost":181,"Date":"11/4/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":1,"Cost":1,"Date":"11/9/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":987,"Cost":826,"Date":"3/27/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":473,"Cost":434,"Date":"4/17/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":493,"Cost":267,"Date":"8/11/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":56,"Cost":46,"Date":"8/21/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":357,"Cost":257,"Date":"9/2/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":880,"Cost":484,"Date":"9/5/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":875,"Cost":463,"Date":"9/14/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":647,"Cost":348,"Date":"9/20/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":707,"Cost":484,"Date":"11/20/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":980,"Cost":845,"Date":"12/21/2018"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":546,"Cost":398,"Date":"1/7/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":766,"Cost":602,"Date":"1/21/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":445,"Cost":349,"Date":"2/9/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":429,"Cost":287,"Date":"3/19/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":70,"Cost":49,"Date":"4/3/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":528,"Cost":432,"Date":"4/5/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":449,"Cost":269,"Date":"4/28/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":312,"Cost":190,"Date":"7/10/2019"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":176,"Cost":149,"Date":"3/25/2020"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":307,"Cost":155,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":190,"Cost":158,"Date":"10/28/2020"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":258,"Cost":197,"Date":"3/2/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":840,"Cost":516,"Date":"6/28/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":550,"Cost":347,"Date":"7/17/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":34,"Cost":21,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":152,"Cost":95,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":201,"Cost":150,"Date":"11/20/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":567,"Cost":348,"Date":"12/16/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":149,"Cost":92,"Date":"12/30/2021"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":510,"Cost":424,"Date":"2/15/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":383,"Cost":345,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":953,"Cost":625,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":373,"Cost":194,"Date":"4/18/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":494,"Cost":277,"Date":"7/27/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":791,"Cost":599,"Date":"8/18/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":895,"Cost":612,"Date":"10/31/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":283,"Cost":170,"Date":"11/11/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":104,"Cost":82,"Date":"11/30/2022"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":711,"Cost":619,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":772,"Cost":498,"Date":"3/1/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":352,"Cost":302,"Date":"4/13/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":791,"Cost":595,"Date":"5/20/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":497,"Cost":423,"Date":"8/13/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":800,"Cost":517,"Date":"9/15/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":846,"Cost":676,"Date":"10/14/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":969,"Cost":826,"Date":"10/28/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":744,"Cost":674,"Date":"11/11/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":962,"Cost":550,"Date":"12/7/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":205,"Cost":154,"Date":"12/21/2023"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":322,"Cost":238,"Date":"1/6/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":467,"Cost":334,"Date":"1/23/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":624,"Cost":394,"Date":"2/4/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":933,"Cost":737,"Date":"3/10/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":748,"Cost":573,"Date":"3/12/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":768,"Cost":473,"Date":"3/31/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":364,"Cost":315,"Date":"6/16/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":627,"Cost":456,"Date":"6/17/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":395,"Cost":322,"Date":"8/27/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":652,"Cost":604,"Date":"10/1/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":130,"Cost":82,"Date":"11/4/2024"},{"Store":"K11 Wuhan","Brand":"Jeans","Country":"China","Sale":778,"Cost":585,"Date":"11/9/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":380,"Cost":328,"Date":"3/27/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":513,"Cost":400,"Date":"4/17/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":789,"Cost":715,"Date":"8/11/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":788,"Cost":539,"Date":"8/21/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":607,"Cost":338,"Date":"9/2/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":473,"Cost":413,"Date":"9/5/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":157,"Cost":78,"Date":"9/14/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":196,"Cost":171,"Date":"9/20/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":674,"Cost":594,"Date":"11/20/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":249,"Cost":127,"Date":"12/21/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":26,"Cost":14,"Date":"1/7/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":202,"Cost":114,"Date":"1/21/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":249,"Cost":174,"Date":"2/9/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":258,"Cost":219,"Date":"3/19/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":244,"Cost":150,"Date":"4/3/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":406,"Cost":228,"Date":"4/5/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":112,"Cost":82,"Date":"4/28/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":42,"Cost":34,"Date":"7/10/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":378,"Cost":303,"Date":"3/25/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":107,"Cost":102,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":546,"Cost":322,"Date":"10/28/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":392,"Cost":308,"Date":"3/2/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":179,"Cost":156,"Date":"6/28/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":173,"Cost":118,"Date":"7/17/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":124,"Cost":74,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":174,"Cost":134,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":511,"Cost":264,"Date":"11/20/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":792,"Cost":696,"Date":"12/16/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":673,"Cost":364,"Date":"12/30/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":459,"Cost":371,"Date":"2/15/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":741,"Cost":589,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":239,"Cost":205,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":98,"Cost":74,"Date":"4/18/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":504,"Cost":459,"Date":"7/27/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":877,"Cost":478,"Date":"8/18/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":114,"Cost":102,"Date":"10/31/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":833,"Cost":555,"Date":"11/11/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":727,"Cost":365,"Date":"11/30/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":357,"Cost":338,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":951,"Cost":479,"Date":"3/1/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":673,"Cost":406,"Date":"4/13/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":244,"Cost":184,"Date":"5/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":781,"Cost":567,"Date":"8/13/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":541,"Cost":301,"Date":"9/15/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":88,"Cost":59,"Date":"10/14/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":897,"Cost":606,"Date":"10/28/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":511,"Cost":357,"Date":"11/11/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":811,"Cost":465,"Date":"12/7/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":794,"Cost":732,"Date":"12/21/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":939,"Cost":637,"Date":"1/6/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":531,"Cost":288,"Date":"1/23/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":783,"Cost":522,"Date":"2/4/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":406,"Cost":215,"Date":"3/10/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":410,"Cost":346,"Date":"3/12/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":408,"Cost":374,"Date":"3/31/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":453,"Cost":343,"Date":"6/16/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":505,"Cost":309,"Date":"6/17/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":468,"Cost":259,"Date":"8/27/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":279,"Cost":249,"Date":"10/1/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":341,"Cost":315,"Date":"11/4/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":256,"Cost":236,"Date":"11/9/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":386,"Cost":365,"Date":"3/27/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":90,"Cost":47,"Date":"4/17/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":98,"Cost":49,"Date":"8/11/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":662,"Cost":363,"Date":"8/21/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":331,"Cost":283,"Date":"9/2/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":998,"Cost":769,"Date":"9/5/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":174,"Cost":125,"Date":"9/14/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":595,"Cost":541,"Date":"9/20/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":283,"Cost":210,"Date":"11/20/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":800,"Cost":670,"Date":"12/21/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":902,"Cost":664,"Date":"1/7/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":990,"Cost":938,"Date":"1/21/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":843,"Cost":610,"Date":"2/9/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":267,"Cost":207,"Date":"3/19/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":820,"Cost":413,"Date":"4/3/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":83,"Cost":43,"Date":"4/5/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":303,"Cost":267,"Date":"4/28/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":558,"Cost":456,"Date":"7/10/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":504,"Cost":319,"Date":"3/25/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":464,"Cost":361,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":482,"Cost":387,"Date":"10/28/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":537,"Cost":461,"Date":"3/2/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":337,"Cost":320,"Date":"6/28/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":691,"Cost":374,"Date":"7/17/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":511,"Cost":334,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":856,"Cost":444,"Date":"8/23/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":244,"Cost":155,"Date":"11/20/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":459,"Cost":385,"Date":"12/16/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":679,"Cost":368,"Date":"12/30/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":377,"Cost":196,"Date":"2/15/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":995,"Cost":737,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":443,"Cost":258,"Date":"3/7/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":695,"Cost":611,"Date":"4/18/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":986,"Cost":508,"Date":"7/27/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":942,"Cost":701,"Date":"8/18/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":595,"Cost":346,"Date":"10/31/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":853,"Cost":481,"Date":"11/11/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":891,"Cost":698,"Date":"11/30/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":98,"Cost":50,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":119,"Cost":86,"Date":"3/1/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":143,"Cost":95,"Date":"4/13/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":41,"Cost":26,"Date":"5/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":658,"Cost":545,"Date":"8/13/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":635,"Cost":324,"Date":"9/15/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":814,"Cost":483,"Date":"10/14/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":470,"Cost":284,"Date":"10/28/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":590,"Cost":372,"Date":"11/11/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":605,"Cost":536,"Date":"12/7/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":261,"Cost":168,"Date":"12/21/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":62,"Cost":31,"Date":"1/6/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":118,"Cost":88,"Date":"1/23/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":299,"Cost":173,"Date":"2/4/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":325,"Cost":279,"Date":"3/10/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":389,"Cost":231,"Date":"3/12/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":819,"Cost":590,"Date":"3/31/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":518,"Cost":474,"Date":"6/16/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":140,"Cost":126,"Date":"6/17/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":779,"Cost":626,"Date":"8/27/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":782,"Cost":681,"Date":"10/1/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":697,"Cost":411,"Date":"11/4/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":114,"Cost":103,"Date":"11/9/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":504,"Cost":395,"Date":"3/27/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":751,"Cost":634,"Date":"4/17/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":343,"Cost":213,"Date":"8/11/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":152,"Cost":125,"Date":"8/21/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":638,"Cost":470,"Date":"9/2/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":796,"Cost":491,"Date":"9/5/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":401,"Cost":244,"Date":"9/14/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":678,"Cost":622,"Date":"9/20/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":174,"Cost":117,"Date":"11/20/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":907,"Cost":859,"Date":"12/21/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":212,"Cost":170,"Date":"1/7/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":877,"Cost":450,"Date":"1/21/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":803,"Cost":704,"Date":"2/9/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":686,"Cost":603,"Date":"3/19/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":500,"Cost":472,"Date":"4/3/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":229,"Cost":176,"Date":"4/5/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":846,"Cost":728,"Date":"4/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":921,"Cost":516,"Date":"7/10/2019"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":471,"Cost":392,"Date":"3/25/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":132,"Cost":68,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":357,"Cost":265,"Date":"10/28/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":506,"Cost":395,"Date":"3/2/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":65,"Cost":34,"Date":"6/28/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":714,"Cost":505,"Date":"7/17/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":878,"Cost":528,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":949,"Cost":518,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":354,"Cost":264,"Date":"11/20/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":837,"Cost":743,"Date":"12/16/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":212,"Cost":134,"Date":"12/30/2021"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":689,"Cost":514,"Date":"2/15/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":168,"Cost":118,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":720,"Cost":603,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":627,"Cost":523,"Date":"4/18/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":155,"Cost":100,"Date":"7/27/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":410,"Cost":311,"Date":"8/18/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":597,"Cost":432,"Date":"10/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":451,"Cost":326,"Date":"11/11/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":919,"Cost":479,"Date":"11/30/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":129,"Cost":80,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":32,"Cost":29,"Date":"3/1/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":670,"Cost":577,"Date":"4/13/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":734,"Cost":435,"Date":"5/20/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":281,"Cost":246,"Date":"8/13/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":455,"Cost":324,"Date":"9/15/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":728,"Cost":673,"Date":"10/14/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":356,"Cost":267,"Date":"10/28/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":397,"Cost":288,"Date":"11/11/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":326,"Cost":207,"Date":"12/7/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":401,"Cost":371,"Date":"12/21/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":121,"Cost":90,"Date":"1/6/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":731,"Cost":520,"Date":"1/23/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":635,"Cost":565,"Date":"2/4/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":143,"Cost":122,"Date":"3/10/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":890,"Cost":667,"Date":"3/12/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":507,"Cost":384,"Date":"3/31/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":572,"Cost":353,"Date":"6/16/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":329,"Cost":248,"Date":"6/17/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":569,"Cost":324,"Date":"8/27/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":161,"Cost":103,"Date":"10/1/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":314,"Cost":251,"Date":"11/4/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":340,"Cost":204,"Date":"11/9/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":552,"Cost":395,"Date":"3/27/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":285,"Cost":244,"Date":"4/17/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":498,"Cost":348,"Date":"8/11/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":587,"Cost":523,"Date":"8/21/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":975,"Cost":789,"Date":"9/2/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":810,"Cost":638,"Date":"9/5/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":995,"Cost":717,"Date":"9/14/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":72,"Cost":41,"Date":"9/20/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":248,"Cost":205,"Date":"11/20/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":356,"Cost":316,"Date":"12/21/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":446,"Cost":336,"Date":"1/7/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":805,"Cost":579,"Date":"1/21/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":265,"Cost":230,"Date":"2/9/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":918,"Cost":545,"Date":"3/19/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":577,"Cost":476,"Date":"4/3/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":482,"Cost":285,"Date":"4/5/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":745,"Cost":437,"Date":"4/28/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":387,"Cost":309,"Date":"7/10/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":37,"Cost":26,"Date":"3/25/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":194,"Cost":112,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":247,"Cost":222,"Date":"10/28/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":474,"Cost":412,"Date":"3/2/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":422,"Cost":319,"Date":"6/28/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":456,"Cost":387,"Date":"7/17/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":149,"Cost":141,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":733,"Cost":686,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":795,"Cost":529,"Date":"11/20/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":868,"Cost":641,"Date":"12/16/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":155,"Cost":142,"Date":"12/30/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":805,"Cost":414,"Date":"2/15/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":607,"Cost":537,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":851,"Cost":685,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":732,"Cost":634,"Date":"4/18/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":379,"Cost":234,"Date":"7/27/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":51,"Cost":35,"Date":"8/18/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":466,"Cost":367,"Date":"10/31/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":963,"Cost":539,"Date":"11/11/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":497,"Cost":394,"Date":"11/30/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":877,"Cost":738,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":658,"Cost":390,"Date":"3/1/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":101,"Cost":82,"Date":"4/13/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":221,"Cost":142,"Date":"5/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":211,"Cost":156,"Date":"8/13/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":88,"Cost":80,"Date":"9/15/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":335,"Cost":208,"Date":"10/14/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":956,"Cost":620,"Date":"10/28/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":16,"Cost":10,"Date":"11/11/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":849,"Cost":777,"Date":"12/7/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":116,"Cost":64,"Date":"12/21/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":545,"Cost":320,"Date":"1/6/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":662,"Cost":542,"Date":"1/23/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":865,"Cost":791,"Date":"2/4/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":594,"Cost":387,"Date":"3/10/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":584,"Cost":434,"Date":"3/12/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":377,"Cost":323,"Date":"3/31/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":925,"Cost":573,"Date":"6/16/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":293,"Cost":150,"Date":"6/17/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":888,"Cost":762,"Date":"8/27/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":605,"Cost":406,"Date":"10/1/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":964,"Cost":551,"Date":"11/4/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":149,"Cost":127,"Date":"11/9/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":343,"Cost":265,"Date":"3/27/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":577,"Cost":346,"Date":"4/17/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":14,"Cost":7,"Date":"8/11/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":383,"Cost":202,"Date":"8/21/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":344,"Cost":325,"Date":"9/2/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":768,"Cost":458,"Date":"9/5/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":821,"Cost":695,"Date":"9/14/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":311,"Cost":190,"Date":"9/20/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":669,"Cost":491,"Date":"11/20/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":100,"Cost":60,"Date":"12/21/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":857,"Cost":525,"Date":"1/7/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":797,"Cost":492,"Date":"1/21/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":606,"Cost":305,"Date":"2/9/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":40,"Cost":37,"Date":"3/19/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":70,"Cost":50,"Date":"4/3/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":257,"Cost":204,"Date":"4/5/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":794,"Cost":680,"Date":"4/28/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":441,"Cost":251,"Date":"7/10/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":883,"Cost":575,"Date":"3/25/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":896,"Cost":806,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":379,"Cost":270,"Date":"10/28/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":936,"Cost":840,"Date":"3/2/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":371,"Cost":273,"Date":"6/28/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":370,"Cost":275,"Date":"7/17/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":275,"Cost":140,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":915,"Cost":850,"Date":"8/23/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":432,"Cost":390,"Date":"11/20/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":95,"Cost":50,"Date":"12/16/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":247,"Cost":193,"Date":"12/30/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":684,"Cost":419,"Date":"2/15/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":264,"Cost":188,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":971,"Cost":542,"Date":"3/7/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":749,"Cost":625,"Date":"4/18/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":813,"Cost":520,"Date":"7/27/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":327,"Cost":211,"Date":"8/18/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":364,"Cost":241,"Date":"10/31/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":950,"Cost":604,"Date":"11/11/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":190,"Cost":111,"Date":"11/30/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":752,"Cost":423,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":470,"Cost":400,"Date":"3/1/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":953,"Cost":703,"Date":"4/13/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":689,"Cost":559,"Date":"5/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":944,"Cost":517,"Date":"8/13/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":661,"Cost":462,"Date":"9/15/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":823,"Cost":648,"Date":"10/14/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":683,"Cost":554,"Date":"10/28/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":650,"Cost":550,"Date":"11/11/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":462,"Cost":332,"Date":"12/7/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":619,"Cost":313,"Date":"12/21/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":843,"Cost":582,"Date":"1/6/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":26,"Cost":18,"Date":"1/23/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":606,"Cost":470,"Date":"2/4/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":704,"Cost":617,"Date":"3/10/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":551,"Cost":491,"Date":"3/12/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":459,"Cost":411,"Date":"3/31/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":601,"Cost":526,"Date":"6/16/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":799,"Cost":532,"Date":"6/17/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":500,"Cost":264,"Date":"8/27/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":770,"Cost":610,"Date":"10/1/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":722,"Cost":614,"Date":"11/4/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":943,"Cost":741,"Date":"11/9/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":714,"Cost":488,"Date":"3/27/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":773,"Cost":702,"Date":"4/17/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":608,"Cost":566,"Date":"8/11/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":310,"Cost":155,"Date":"8/21/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":38,"Cost":30,"Date":"9/2/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":187,"Cost":147,"Date":"9/5/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":33,"Cost":25,"Date":"9/14/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":558,"Cost":288,"Date":"9/20/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":225,"Cost":207,"Date":"11/20/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":101,"Cost":89,"Date":"12/21/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":238,"Cost":180,"Date":"1/7/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":585,"Cost":390,"Date":"1/21/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":21,"Cost":17,"Date":"2/9/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":781,"Cost":532,"Date":"3/19/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":992,"Cost":703,"Date":"4/3/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":959,"Cost":712,"Date":"4/5/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":923,"Cost":565,"Date":"4/28/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":1000,"Cost":714,"Date":"7/10/2019"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":916,"Cost":540,"Date":"3/25/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":88,"Cost":72,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":646,"Cost":538,"Date":"10/28/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":477,"Cost":423,"Date":"3/2/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":279,"Cost":150,"Date":"6/28/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":127,"Cost":113,"Date":"7/17/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":671,"Cost":584,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":624,"Cost":543,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":36,"Cost":27,"Date":"11/20/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":261,"Cost":240,"Date":"12/16/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":174,"Cost":92,"Date":"12/30/2021"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":857,"Cost":681,"Date":"2/15/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":805,"Cost":529,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":842,"Cost":596,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":828,"Cost":710,"Date":"4/18/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":376,"Cost":237,"Date":"7/27/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":820,"Cost":726,"Date":"8/18/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":691,"Cost":438,"Date":"10/31/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":683,"Cost":373,"Date":"11/11/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":172,"Cost":102,"Date":"11/30/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":754,"Cost":553,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":444,"Cost":363,"Date":"3/1/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":384,"Cost":355,"Date":"4/13/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":106,"Cost":101,"Date":"5/20/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":787,"Cost":503,"Date":"8/13/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":700,"Cost":575,"Date":"9/15/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":4,"Cost":3,"Date":"10/14/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":29,"Cost":25,"Date":"10/28/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":139,"Cost":75,"Date":"11/11/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":654,"Cost":369,"Date":"12/7/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":378,"Cost":282,"Date":"12/21/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":124,"Cost":63,"Date":"1/6/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":768,"Cost":698,"Date":"1/23/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":621,"Cost":561,"Date":"2/4/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":852,"Cost":478,"Date":"3/10/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":494,"Cost":406,"Date":"3/12/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":297,"Cost":219,"Date":"3/31/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":238,"Cost":159,"Date":"6/16/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":365,"Cost":293,"Date":"6/17/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":342,"Cost":214,"Date":"8/27/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":560,"Cost":521,"Date":"10/1/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":163,"Cost":122,"Date":"11/4/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":46,"Cost":23,"Date":"11/9/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":891,"Cost":804,"Date":"3/27/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":745,"Cost":617,"Date":"4/17/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":28,"Cost":15,"Date":"8/11/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":267,"Cost":162,"Date":"8/21/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":119,"Cost":61,"Date":"9/2/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":390,"Cost":255,"Date":"9/5/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":288,"Cost":146,"Date":"9/14/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":456,"Cost":344,"Date":"9/20/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":259,"Cost":226,"Date":"11/20/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":502,"Cost":388,"Date":"12/21/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":722,"Cost":505,"Date":"1/7/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":69,"Cost":36,"Date":"1/21/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":175,"Cost":162,"Date":"2/9/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":386,"Cost":344,"Date":"3/19/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":366,"Cost":318,"Date":"4/3/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":178,"Cost":125,"Date":"4/5/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":365,"Cost":306,"Date":"4/28/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":538,"Cost":370,"Date":"7/10/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":376,"Cost":355,"Date":"3/25/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":769,"Cost":415,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":923,"Cost":688,"Date":"10/28/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":714,"Cost":649,"Date":"3/2/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":514,"Cost":396,"Date":"6/28/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":708,"Cost":657,"Date":"7/17/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":248,"Cost":198,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":970,"Cost":776,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":709,"Cost":642,"Date":"11/20/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":266,"Cost":170,"Date":"12/16/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":537,"Cost":364,"Date":"12/30/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":319,"Cost":203,"Date":"2/15/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":535,"Cost":406,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":233,"Cost":217,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":996,"Cost":754,"Date":"4/18/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":142,"Cost":124,"Date":"7/27/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":68,"Cost":40,"Date":"8/18/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":970,"Cost":831,"Date":"10/31/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":648,"Cost":429,"Date":"11/11/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":850,"Cost":665,"Date":"11/30/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":425,"Cost":336,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":885,"Cost":810,"Date":"3/1/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":481,"Cost":441,"Date":"4/13/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":918,"Cost":623,"Date":"5/20/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":119,"Cost":74,"Date":"8/13/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":792,"Cost":442,"Date":"9/15/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":700,"Cost":594,"Date":"10/14/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":147,"Cost":96,"Date":"10/28/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":234,"Cost":211,"Date":"11/11/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":191,"Cost":164,"Date":"12/7/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":228,"Cost":117,"Date":"12/21/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":833,"Cost":519,"Date":"1/6/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":138,"Cost":90,"Date":"1/23/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":531,"Cost":378,"Date":"2/4/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":389,"Cost":288,"Date":"3/10/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":170,"Cost":89,"Date":"3/12/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":103,"Cost":86,"Date":"3/31/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":472,"Cost":427,"Date":"6/16/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":800,"Cost":607,"Date":"6/17/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":127,"Cost":104,"Date":"8/27/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":125,"Cost":73,"Date":"10/1/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":23,"Cost":13,"Date":"11/4/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":754,"Cost":545,"Date":"11/9/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":453,"Cost":346,"Date":"3/27/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":284,"Cost":157,"Date":"4/17/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":585,"Cost":513,"Date":"8/11/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":665,"Cost":605,"Date":"8/21/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":491,"Cost":404,"Date":"9/2/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":469,"Cost":412,"Date":"9/5/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":672,"Cost":383,"Date":"9/14/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":346,"Cost":195,"Date":"9/20/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":454,"Cost":372,"Date":"11/20/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":437,"Cost":303,"Date":"12/21/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":984,"Cost":534,"Date":"1/7/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":496,"Cost":341,"Date":"1/21/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":633,"Cost":544,"Date":"2/9/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":425,"Cost":331,"Date":"3/19/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":99,"Cost":82,"Date":"4/3/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":526,"Cost":468,"Date":"4/5/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":400,"Cost":277,"Date":"4/28/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":539,"Cost":500,"Date":"7/10/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":897,"Cost":497,"Date":"3/25/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":791,"Cost":566,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":501,"Cost":462,"Date":"10/28/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":255,"Cost":155,"Date":"3/2/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":386,"Cost":309,"Date":"6/28/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":959,"Cost":581,"Date":"7/17/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":107,"Cost":88,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":236,"Cost":160,"Date":"8/23/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":8,"Cost":7,"Date":"11/20/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":12,"Cost":9,"Date":"12/16/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":247,"Cost":228,"Date":"12/30/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":875,"Cost":454,"Date":"2/15/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":380,"Cost":286,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":701,"Cost":425,"Date":"3/7/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":538,"Cost":488,"Date":"4/18/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":617,"Cost":567,"Date":"7/27/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":231,"Cost":203,"Date":"8/18/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":704,"Cost":614,"Date":"10/31/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":207,"Cost":177,"Date":"11/11/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":245,"Cost":187,"Date":"11/30/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":714,"Cost":662,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":438,"Cost":349,"Date":"3/1/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":494,"Cost":317,"Date":"4/13/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":591,"Cost":386,"Date":"5/20/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":779,"Cost":538,"Date":"8/13/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":799,"Cost":649,"Date":"9/15/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":137,"Cost":108,"Date":"10/14/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":837,"Cost":504,"Date":"10/28/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":408,"Cost":236,"Date":"11/11/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":315,"Cost":272,"Date":"12/7/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":111,"Cost":100,"Date":"12/21/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":693,"Cost":365,"Date":"1/6/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":338,"Cost":182,"Date":"1/23/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":585,"Cost":376,"Date":"2/4/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":464,"Cost":235,"Date":"3/10/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":939,"Cost":542,"Date":"3/12/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":305,"Cost":184,"Date":"3/31/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":278,"Cost":207,"Date":"6/16/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":450,"Cost":297,"Date":"6/17/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":153,"Cost":121,"Date":"8/27/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":900,"Cost":818,"Date":"10/1/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":887,"Cost":600,"Date":"11/4/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":128,"Cost":92,"Date":"11/9/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":694,"Cost":595,"Date":"3/27/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":404,"Cost":362,"Date":"4/17/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":218,"Cost":167,"Date":"8/11/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":174,"Cost":134,"Date":"8/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":82,"Cost":72,"Date":"9/2/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":465,"Cost":435,"Date":"9/5/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":73,"Cost":64,"Date":"9/14/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":489,"Cost":463,"Date":"9/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":908,"Cost":741,"Date":"11/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":972,"Cost":707,"Date":"12/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":301,"Cost":180,"Date":"1/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":987,"Cost":591,"Date":"1/21/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":432,"Cost":237,"Date":"2/9/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":52,"Cost":34,"Date":"3/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":621,"Cost":459,"Date":"4/3/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":36,"Cost":29,"Date":"4/5/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":104,"Cost":89,"Date":"4/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":941,"Cost":550,"Date":"7/10/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":975,"Cost":755,"Date":"3/25/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":505,"Cost":358,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":814,"Cost":592,"Date":"10/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":706,"Cost":460,"Date":"3/2/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":6,"Cost":4,"Date":"6/28/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":513,"Cost":470,"Date":"7/17/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":647,"Cost":494,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":676,"Cost":595,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":813,"Cost":407,"Date":"11/20/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":178,"Cost":159,"Date":"12/16/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":573,"Cost":504,"Date":"12/30/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":404,"Cost":303,"Date":"2/15/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":4,"Cost":3,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":247,"Cost":214,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":642,"Cost":475,"Date":"4/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":795,"Cost":529,"Date":"7/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":837,"Cost":476,"Date":"8/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":263,"Cost":217,"Date":"10/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":696,"Cost":447,"Date":"11/11/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":86,"Cost":59,"Date":"11/30/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":182,"Cost":112,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":592,"Cost":518,"Date":"3/1/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":772,"Cost":489,"Date":"4/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":252,"Cost":216,"Date":"5/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":19,"Cost":15,"Date":"8/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":719,"Cost":622,"Date":"9/15/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":340,"Cost":248,"Date":"10/14/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":149,"Cost":77,"Date":"10/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":379,"Cost":232,"Date":"11/11/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":86,"Cost":72,"Date":"12/7/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":764,"Cost":584,"Date":"12/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":37,"Cost":25,"Date":"1/6/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":799,"Cost":503,"Date":"1/23/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":240,"Cost":209,"Date":"2/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":101,"Cost":82,"Date":"3/10/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":185,"Cost":171,"Date":"3/12/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":222,"Cost":120,"Date":"3/31/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":820,"Cost":750,"Date":"6/16/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":60,"Cost":41,"Date":"6/17/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":520,"Cost":314,"Date":"8/27/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":466,"Cost":359,"Date":"10/1/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":163,"Cost":106,"Date":"11/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":334,"Cost":274,"Date":"11/9/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":329,"Cost":242,"Date":"3/27/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":812,"Cost":600,"Date":"4/17/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":397,"Cost":334,"Date":"8/11/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":530,"Cost":344,"Date":"8/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":727,"Cost":484,"Date":"9/2/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":108,"Cost":61,"Date":"9/5/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":770,"Cost":438,"Date":"9/14/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":290,"Cost":224,"Date":"9/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":323,"Cost":178,"Date":"11/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":149,"Cost":87,"Date":"12/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":862,"Cost":705,"Date":"1/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":331,"Cost":290,"Date":"1/21/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":211,"Cost":200,"Date":"2/9/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":979,"Cost":616,"Date":"3/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":704,"Cost":495,"Date":"4/3/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":349,"Cost":286,"Date":"4/5/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":192,"Cost":180,"Date":"4/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":856,"Cost":797,"Date":"7/10/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":776,"Cost":503,"Date":"3/25/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":153,"Cost":122,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":341,"Cost":302,"Date":"10/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":322,"Cost":190,"Date":"3/2/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":957,"Cost":585,"Date":"6/28/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":134,"Cost":110,"Date":"7/17/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":483,"Cost":360,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":486,"Cost":292,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":949,"Cost":845,"Date":"11/20/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":868,"Cost":671,"Date":"12/16/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":117,"Cost":65,"Date":"12/30/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":380,"Cost":214,"Date":"2/15/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":582,"Cost":528,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":52,"Cost":36,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":566,"Cost":289,"Date":"4/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":863,"Cost":464,"Date":"7/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":238,"Cost":162,"Date":"8/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":812,"Cost":549,"Date":"10/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":751,"Cost":448,"Date":"11/11/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":834,"Cost":761,"Date":"11/30/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":32,"Cost":19,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":326,"Cost":200,"Date":"3/1/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":91,"Cost":60,"Date":"4/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":443,"Cost":303,"Date":"5/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":883,"Cost":448,"Date":"8/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":198,"Cost":103,"Date":"9/15/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":862,"Cost":817,"Date":"10/14/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":142,"Cost":125,"Date":"10/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":401,"Cost":328,"Date":"11/11/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":461,"Cost":420,"Date":"12/7/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":830,"Cost":649,"Date":"12/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":753,"Cost":395,"Date":"1/6/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":261,"Cost":135,"Date":"1/23/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":158,"Cost":122,"Date":"2/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":657,"Cost":331,"Date":"3/10/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":509,"Cost":361,"Date":"3/12/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":568,"Cost":362,"Date":"3/31/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":852,"Cost":519,"Date":"6/16/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":431,"Cost":269,"Date":"6/17/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":664,"Cost":407,"Date":"8/27/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":645,"Cost":403,"Date":"10/1/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":144,"Cost":87,"Date":"11/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Nova","Country":"China","Sale":388,"Cost":285,"Date":"11/9/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":887,"Cost":550,"Date":"3/27/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":703,"Cost":663,"Date":"4/17/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":888,"Cost":547,"Date":"8/11/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":109,"Cost":55,"Date":"8/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":142,"Cost":123,"Date":"9/2/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":70,"Cost":62,"Date":"9/5/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":247,"Cost":165,"Date":"9/14/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":136,"Cost":68,"Date":"9/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":782,"Cost":513,"Date":"11/20/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":787,"Cost":494,"Date":"12/21/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":114,"Cost":80,"Date":"1/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":195,"Cost":137,"Date":"1/21/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":204,"Cost":140,"Date":"2/9/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":142,"Cost":79,"Date":"3/19/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":385,"Cost":225,"Date":"4/3/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":714,"Cost":447,"Date":"4/5/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":887,"Cost":655,"Date":"4/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":74,"Cost":68,"Date":"7/10/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":27,"Cost":21,"Date":"3/25/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":484,"Cost":246,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":21,"Cost":18,"Date":"10/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":149,"Cost":111,"Date":"3/2/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":845,"Cost":731,"Date":"6/28/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":702,"Cost":614,"Date":"7/17/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":571,"Cost":318,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":72,"Cost":46,"Date":"8/23/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":975,"Cost":896,"Date":"11/20/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":531,"Cost":420,"Date":"12/16/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":469,"Cost":410,"Date":"12/30/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":126,"Cost":66,"Date":"2/15/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":977,"Cost":784,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":763,"Cost":505,"Date":"3/7/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":22,"Cost":12,"Date":"4/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":771,"Cost":724,"Date":"7/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":3,"Cost":3,"Date":"8/18/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":424,"Cost":340,"Date":"10/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":516,"Cost":263,"Date":"11/11/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":72,"Cost":41,"Date":"11/30/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":28,"Cost":26,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":840,"Cost":599,"Date":"3/1/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":811,"Cost":437,"Date":"4/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":915,"Cost":677,"Date":"5/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":450,"Cost":255,"Date":"8/13/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":651,"Cost":342,"Date":"9/15/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":283,"Cost":255,"Date":"10/14/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":565,"Cost":295,"Date":"10/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":419,"Cost":338,"Date":"11/11/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":765,"Cost":573,"Date":"12/7/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":543,"Cost":274,"Date":"12/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":687,"Cost":555,"Date":"1/6/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":55,"Cost":51,"Date":"1/23/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":548,"Cost":315,"Date":"2/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":200,"Cost":164,"Date":"3/10/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":538,"Cost":333,"Date":"3/12/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":305,"Cost":268,"Date":"3/31/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":649,"Cost":542,"Date":"6/16/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":404,"Cost":207,"Date":"6/17/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":360,"Cost":310,"Date":"8/27/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":52,"Cost":40,"Date":"10/1/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":292,"Cost":262,"Date":"11/4/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":741,"Cost":677,"Date":"11/9/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":847,"Cost":734,"Date":"3/27/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":197,"Cost":156,"Date":"4/17/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":713,"Cost":420,"Date":"8/11/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":166,"Cost":126,"Date":"8/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":63,"Cost":42,"Date":"9/2/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":779,"Cost":545,"Date":"9/5/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":106,"Cost":83,"Date":"9/14/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":590,"Cost":496,"Date":"9/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":394,"Cost":257,"Date":"11/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":789,"Cost":641,"Date":"12/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":614,"Cost":312,"Date":"1/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":530,"Cost":351,"Date":"1/21/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":261,"Cost":212,"Date":"2/9/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":501,"Cost":407,"Date":"3/19/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":903,"Cost":850,"Date":"4/3/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":690,"Cost":583,"Date":"4/5/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":833,"Cost":512,"Date":"4/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":720,"Cost":576,"Date":"7/10/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":853,"Cost":455,"Date":"3/25/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":35,"Cost":20,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":346,"Cost":326,"Date":"10/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":306,"Cost":194,"Date":"3/2/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":425,"Cost":225,"Date":"6/28/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":438,"Cost":361,"Date":"7/17/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":74,"Cost":58,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":202,"Cost":167,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":641,"Cost":588,"Date":"11/20/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":301,"Cost":275,"Date":"12/16/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":898,"Cost":839,"Date":"12/30/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":698,"Cost":349,"Date":"2/15/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":664,"Cost":422,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":991,"Cost":507,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":64,"Cost":52,"Date":"4/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":399,"Cost":270,"Date":"7/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":105,"Cost":89,"Date":"8/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":526,"Cost":400,"Date":"10/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":968,"Cost":813,"Date":"11/11/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":706,"Cost":511,"Date":"11/30/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":45,"Cost":31,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":365,"Cost":285,"Date":"3/1/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":903,"Cost":742,"Date":"4/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":137,"Cost":97,"Date":"5/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":788,"Cost":676,"Date":"8/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":914,"Cost":805,"Date":"9/15/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":665,"Cost":479,"Date":"10/14/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":140,"Cost":119,"Date":"10/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":511,"Cost":389,"Date":"11/11/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":715,"Cost":545,"Date":"12/7/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":298,"Cost":182,"Date":"12/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":863,"Cost":471,"Date":"1/6/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":774,"Cost":694,"Date":"1/23/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":349,"Cost":236,"Date":"2/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":215,"Cost":125,"Date":"3/10/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":349,"Cost":293,"Date":"3/12/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":629,"Cost":508,"Date":"3/31/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":958,"Cost":726,"Date":"6/16/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":179,"Cost":94,"Date":"6/17/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":770,"Cost":609,"Date":"8/27/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":598,"Cost":427,"Date":"10/1/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":841,"Cost":754,"Date":"11/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":314,"Cost":227,"Date":"11/9/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":213,"Cost":115,"Date":"3/27/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":666,"Cost":509,"Date":"4/17/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":407,"Cost":361,"Date":"8/11/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":268,"Cost":240,"Date":"8/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":588,"Cost":540,"Date":"9/2/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":269,"Cost":220,"Date":"9/5/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":756,"Cost":568,"Date":"9/14/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":149,"Cost":104,"Date":"9/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":246,"Cost":204,"Date":"11/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":578,"Cost":484,"Date":"12/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":479,"Cost":363,"Date":"1/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":664,"Cost":555,"Date":"1/21/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":730,"Cost":689,"Date":"2/9/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":168,"Cost":128,"Date":"3/19/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":729,"Cost":440,"Date":"4/3/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":411,"Cost":325,"Date":"4/5/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":72,"Cost":51,"Date":"4/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":238,"Cost":124,"Date":"7/10/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":760,"Cost":713,"Date":"3/25/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":305,"Cost":180,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":22,"Cost":19,"Date":"10/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":262,"Cost":140,"Date":"3/2/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":537,"Cost":496,"Date":"6/28/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":776,"Cost":652,"Date":"7/17/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":921,"Cost":581,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":913,"Cost":478,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":227,"Cost":153,"Date":"11/20/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":577,"Cost":420,"Date":"12/16/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":162,"Cost":135,"Date":"12/30/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":857,"Cost":661,"Date":"2/15/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":232,"Cost":154,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":28,"Cost":19,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":574,"Cost":362,"Date":"4/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":209,"Cost":105,"Date":"7/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":833,"Cost":577,"Date":"8/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":592,"Cost":381,"Date":"10/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":811,"Cost":695,"Date":"11/11/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":707,"Cost":371,"Date":"11/30/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":859,"Cost":562,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":428,"Cost":368,"Date":"3/1/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":16,"Cost":14,"Date":"4/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":696,"Cost":614,"Date":"5/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":666,"Cost":498,"Date":"8/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":992,"Cost":551,"Date":"9/15/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":772,"Cost":508,"Date":"10/14/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":210,"Cost":135,"Date":"10/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":275,"Cost":223,"Date":"11/11/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":783,"Cost":399,"Date":"12/7/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":66,"Cost":45,"Date":"12/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":292,"Cost":177,"Date":"1/6/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":462,"Cost":267,"Date":"1/23/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":939,"Cost":511,"Date":"2/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":92,"Cost":61,"Date":"3/10/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":679,"Cost":358,"Date":"3/12/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":438,"Cost":270,"Date":"3/31/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":337,"Cost":262,"Date":"6/16/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":424,"Cost":357,"Date":"6/17/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":973,"Cost":585,"Date":"8/27/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":990,"Cost":641,"Date":"10/1/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":905,"Cost":744,"Date":"11/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Sellpy","Country":"China","Sale":91,"Cost":62,"Date":"11/9/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":184,"Cost":146,"Date":"3/27/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":869,"Cost":628,"Date":"4/17/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":830,"Cost":677,"Date":"8/11/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":553,"Cost":392,"Date":"8/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":838,"Cost":489,"Date":"9/2/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":389,"Cost":303,"Date":"9/5/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":56,"Cost":32,"Date":"9/14/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":194,"Cost":98,"Date":"9/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":219,"Cost":195,"Date":"11/20/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":658,"Cost":613,"Date":"12/21/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":991,"Cost":528,"Date":"1/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":686,"Cost":487,"Date":"1/21/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":186,"Cost":132,"Date":"2/9/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":393,"Cost":264,"Date":"3/19/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":703,"Cost":465,"Date":"4/3/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":508,"Cost":274,"Date":"4/5/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":194,"Cost":162,"Date":"4/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":765,"Cost":451,"Date":"7/10/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":98,"Cost":62,"Date":"3/25/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":34,"Cost":30,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":49,"Cost":38,"Date":"10/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":898,"Cost":528,"Date":"3/2/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":82,"Cost":78,"Date":"6/28/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":113,"Cost":86,"Date":"7/17/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":207,"Cost":125,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":675,"Cost":392,"Date":"8/23/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":374,"Cost":252,"Date":"11/20/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":122,"Cost":87,"Date":"12/16/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":746,"Cost":598,"Date":"12/30/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":328,"Cost":294,"Date":"2/15/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":191,"Cost":177,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":724,"Cost":621,"Date":"3/7/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":722,"Cost":575,"Date":"4/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":907,"Cost":684,"Date":"7/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":17,"Cost":11,"Date":"8/18/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":620,"Cost":540,"Date":"10/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":799,"Cost":536,"Date":"11/11/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":647,"Cost":461,"Date":"11/30/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":370,"Cost":193,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":731,"Cost":639,"Date":"3/1/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":256,"Cost":144,"Date":"4/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":713,"Cost":661,"Date":"5/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":863,"Cost":591,"Date":"8/13/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":656,"Cost":380,"Date":"9/15/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":823,"Cost":689,"Date":"10/14/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":669,"Cost":527,"Date":"10/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":300,"Cost":278,"Date":"11/11/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":296,"Cost":277,"Date":"12/7/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":291,"Cost":210,"Date":"12/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":947,"Cost":608,"Date":"1/6/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":858,"Cost":559,"Date":"1/23/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":755,"Cost":705,"Date":"2/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":250,"Cost":197,"Date":"3/10/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":451,"Cost":307,"Date":"3/12/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":155,"Cost":110,"Date":"3/31/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":418,"Cost":266,"Date":"6/16/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":310,"Cost":166,"Date":"6/17/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":652,"Cost":421,"Date":"8/27/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":25,"Cost":15,"Date":"10/1/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":42,"Cost":29,"Date":"11/4/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":347,"Cost":176,"Date":"11/9/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":385,"Cost":255,"Date":"3/27/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":243,"Cost":196,"Date":"4/17/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":631,"Cost":498,"Date":"8/11/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":841,"Cost":519,"Date":"8/21/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":79,"Cost":71,"Date":"9/2/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":47,"Cost":45,"Date":"9/5/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":461,"Cost":436,"Date":"9/14/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":25,"Cost":14,"Date":"9/20/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":479,"Cost":336,"Date":"11/20/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":223,"Cost":171,"Date":"12/21/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":610,"Cost":546,"Date":"1/7/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":542,"Cost":343,"Date":"1/21/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":184,"Cost":116,"Date":"2/9/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":920,"Cost":720,"Date":"3/19/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":373,"Cost":351,"Date":"4/3/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":389,"Cost":277,"Date":"4/5/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":108,"Cost":71,"Date":"4/28/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":51,"Cost":33,"Date":"7/10/2019"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":787,"Cost":657,"Date":"3/25/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":138,"Cost":87,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":26,"Cost":25,"Date":"10/28/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":110,"Cost":87,"Date":"3/2/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":769,"Cost":467,"Date":"6/28/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":775,"Cost":526,"Date":"7/17/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":278,"Cost":201,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":512,"Cost":456,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":767,"Cost":615,"Date":"11/20/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":37,"Cost":31,"Date":"12/16/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":56,"Cost":28,"Date":"12/30/2021"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":503,"Cost":315,"Date":"2/15/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":509,"Cost":456,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":499,"Cost":403,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":613,"Cost":389,"Date":"4/18/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":856,"Cost":465,"Date":"7/27/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":734,"Cost":577,"Date":"8/18/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":927,"Cost":770,"Date":"10/31/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":739,"Cost":613,"Date":"11/11/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":535,"Cost":281,"Date":"11/30/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":778,"Cost":483,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":782,"Cost":678,"Date":"3/1/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":434,"Cost":329,"Date":"4/13/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":307,"Cost":180,"Date":"5/20/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":806,"Cost":693,"Date":"8/13/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":15,"Cost":10,"Date":"9/15/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":642,"Cost":394,"Date":"10/14/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":462,"Cost":258,"Date":"10/28/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":863,"Cost":605,"Date":"11/11/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":427,"Cost":380,"Date":"12/7/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":552,"Cost":390,"Date":"12/21/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":71,"Cost":39,"Date":"1/6/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":34,"Cost":32,"Date":"1/23/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":53,"Cost":27,"Date":"2/4/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":260,"Cost":183,"Date":"3/10/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":377,"Cost":280,"Date":"3/12/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":353,"Cost":189,"Date":"3/31/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":497,"Cost":398,"Date":"6/16/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":684,"Cost":485,"Date":"6/17/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":749,"Cost":411,"Date":"8/27/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":305,"Cost":214,"Date":"10/1/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":554,"Cost":415,"Date":"11/4/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":892,"Cost":622,"Date":"11/9/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":367,"Cost":272,"Date":"3/27/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":62,"Cost":46,"Date":"4/17/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":277,"Cost":146,"Date":"8/11/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":885,"Cost":679,"Date":"8/21/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":963,"Cost":592,"Date":"9/2/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":867,"Cost":467,"Date":"9/5/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":535,"Cost":330,"Date":"9/14/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":567,"Cost":457,"Date":"9/20/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":768,"Cost":677,"Date":"11/20/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":52,"Cost":34,"Date":"12/21/2018"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":853,"Cost":563,"Date":"1/7/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":800,"Cost":642,"Date":"1/21/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":208,"Cost":145,"Date":"2/9/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":134,"Cost":77,"Date":"3/19/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":103,"Cost":92,"Date":"4/3/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":967,"Cost":527,"Date":"4/5/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":417,"Cost":286,"Date":"4/28/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":554,"Cost":402,"Date":"7/10/2019"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":719,"Cost":622,"Date":"3/25/2020"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":298,"Cost":164,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":657,"Cost":445,"Date":"10/28/2020"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":884,"Cost":688,"Date":"3/2/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":847,"Cost":458,"Date":"6/28/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":934,"Cost":647,"Date":"7/17/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":311,"Cost":202,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":362,"Cost":329,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":401,"Cost":349,"Date":"11/20/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":843,"Cost":770,"Date":"12/16/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":352,"Cost":267,"Date":"12/30/2021"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":957,"Cost":584,"Date":"2/15/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":465,"Cost":403,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":695,"Cost":548,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":25,"Cost":21,"Date":"4/18/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":615,"Cost":445,"Date":"7/27/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":229,"Cost":117,"Date":"8/18/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":764,"Cost":676,"Date":"10/31/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":84,"Cost":44,"Date":"11/11/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":341,"Cost":309,"Date":"11/30/2022"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":927,"Cost":568,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":935,"Cost":536,"Date":"3/1/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":418,"Cost":302,"Date":"4/13/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":528,"Cost":431,"Date":"5/20/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":102,"Cost":55,"Date":"8/13/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":426,"Cost":378,"Date":"9/15/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":164,"Cost":138,"Date":"10/14/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":218,"Cost":183,"Date":"10/28/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":658,"Cost":605,"Date":"11/11/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":234,"Cost":200,"Date":"12/7/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":493,"Cost":445,"Date":"12/21/2023"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":160,"Cost":97,"Date":"1/6/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":857,"Cost":630,"Date":"1/23/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":466,"Cost":289,"Date":"2/4/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":373,"Cost":188,"Date":"3/10/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":834,"Cost":714,"Date":"3/12/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":340,"Cost":235,"Date":"3/31/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":36,"Cost":30,"Date":"6/16/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":711,"Cost":469,"Date":"6/17/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":398,"Cost":297,"Date":"8/27/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":155,"Cost":111,"Date":"10/1/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":327,"Cost":281,"Date":"11/4/2024"},{"Store":"Shenyang Middle Street","Brand":"COS","Country":"China","Sale":854,"Cost":544,"Date":"11/9/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":844,"Cost":533,"Date":"3/27/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":957,"Cost":878,"Date":"4/17/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":753,"Cost":509,"Date":"8/11/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":862,"Cost":806,"Date":"8/21/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":198,"Cost":158,"Date":"9/2/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":857,"Cost":581,"Date":"9/5/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":630,"Cost":481,"Date":"9/14/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":202,"Cost":151,"Date":"9/20/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":145,"Cost":137,"Date":"11/20/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":522,"Cost":459,"Date":"12/21/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":679,"Cost":441,"Date":"1/7/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":207,"Cost":106,"Date":"1/21/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":389,"Cost":196,"Date":"2/9/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":651,"Cost":513,"Date":"3/19/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":285,"Cost":230,"Date":"4/3/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":916,"Cost":526,"Date":"4/5/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":532,"Cost":273,"Date":"4/28/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":182,"Cost":118,"Date":"7/10/2019"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":454,"Cost":288,"Date":"3/25/2020"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":7,"Cost":7,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":53,"Cost":47,"Date":"10/28/2020"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":185,"Cost":94,"Date":"3/2/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":523,"Cost":453,"Date":"6/28/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":510,"Cost":436,"Date":"7/17/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":767,"Cost":397,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":892,"Cost":663,"Date":"8/23/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":35,"Cost":22,"Date":"11/20/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":90,"Cost":66,"Date":"12/16/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":491,"Cost":342,"Date":"12/30/2021"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":306,"Cost":240,"Date":"2/15/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":568,"Cost":466,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":475,"Cost":371,"Date":"3/7/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":117,"Cost":101,"Date":"4/18/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":286,"Cost":156,"Date":"7/27/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":961,"Cost":666,"Date":"8/18/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":489,"Cost":246,"Date":"10/31/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":162,"Cost":151,"Date":"11/11/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":531,"Cost":379,"Date":"11/30/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":482,"Cost":423,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":348,"Cost":326,"Date":"3/1/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":521,"Cost":451,"Date":"4/13/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":528,"Cost":330,"Date":"5/20/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":236,"Cost":151,"Date":"8/13/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":222,"Cost":127,"Date":"9/15/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":208,"Cost":178,"Date":"10/14/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":904,"Cost":460,"Date":"10/28/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":350,"Cost":274,"Date":"11/11/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":653,"Cost":366,"Date":"12/7/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":249,"Cost":146,"Date":"12/21/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":360,"Cost":213,"Date":"1/6/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":834,"Cost":702,"Date":"1/23/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":890,"Cost":716,"Date":"2/4/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":313,"Cost":180,"Date":"3/10/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":810,"Cost":471,"Date":"3/12/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":370,"Cost":194,"Date":"3/31/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":42,"Cost":24,"Date":"6/16/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":906,"Cost":532,"Date":"6/17/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":279,"Cost":233,"Date":"8/27/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":99,"Cost":49,"Date":"10/1/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":187,"Cost":119,"Date":"11/4/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":105,"Cost":76,"Date":"11/9/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":900,"Cost":623,"Date":"3/27/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":912,"Cost":742,"Date":"4/17/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":955,"Cost":675,"Date":"8/11/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":977,"Cost":563,"Date":"8/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":783,"Cost":716,"Date":"9/2/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":94,"Cost":59,"Date":"9/5/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":438,"Cost":243,"Date":"9/14/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":505,"Cost":419,"Date":"9/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":502,"Cost":342,"Date":"11/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":897,"Cost":453,"Date":"12/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":410,"Cost":248,"Date":"1/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":659,"Cost":451,"Date":"1/21/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":484,"Cost":457,"Date":"2/9/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":693,"Cost":607,"Date":"3/19/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":676,"Cost":451,"Date":"4/3/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":273,"Cost":191,"Date":"4/5/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":744,"Cost":523,"Date":"4/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":69,"Cost":49,"Date":"7/10/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":660,"Cost":402,"Date":"3/25/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":636,"Cost":593,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":954,"Cost":733,"Date":"10/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":5,"Cost":2,"Date":"3/2/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":808,"Cost":755,"Date":"6/28/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":939,"Cost":554,"Date":"7/17/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":219,"Cost":127,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":586,"Cost":324,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":150,"Cost":92,"Date":"11/20/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":749,"Cost":680,"Date":"12/16/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":617,"Cost":313,"Date":"12/30/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":950,"Cost":674,"Date":"2/15/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":403,"Cost":260,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":444,"Cost":404,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":326,"Cost":238,"Date":"4/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":278,"Cost":195,"Date":"7/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":166,"Cost":142,"Date":"8/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":325,"Cost":287,"Date":"10/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":176,"Cost":139,"Date":"11/11/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":346,"Cost":239,"Date":"11/30/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":80,"Cost":52,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":211,"Cost":150,"Date":"3/1/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":313,"Cost":278,"Date":"4/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":184,"Cost":162,"Date":"5/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":798,"Cost":422,"Date":"8/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":43,"Cost":33,"Date":"9/15/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":837,"Cost":492,"Date":"10/14/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":392,"Cost":311,"Date":"10/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":576,"Cost":467,"Date":"11/11/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":325,"Cost":236,"Date":"12/7/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":137,"Cost":99,"Date":"12/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":371,"Cost":314,"Date":"1/6/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":9,"Cost":6,"Date":"1/23/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":471,"Cost":394,"Date":"2/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":1000,"Cost":653,"Date":"3/10/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":378,"Cost":294,"Date":"3/12/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":75,"Cost":63,"Date":"3/31/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":865,"Cost":736,"Date":"6/16/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":989,"Cost":627,"Date":"6/17/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":52,"Cost":39,"Date":"8/27/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":831,"Cost":418,"Date":"10/1/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":747,"Cost":509,"Date":"11/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":576,"Cost":469,"Date":"11/9/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":987,"Cost":671,"Date":"3/27/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":338,"Cost":171,"Date":"4/17/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":930,"Cost":549,"Date":"8/11/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":797,"Cost":457,"Date":"8/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":718,"Cost":518,"Date":"9/2/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":249,"Cost":226,"Date":"9/5/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":880,"Cost":713,"Date":"9/14/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":186,"Cost":113,"Date":"9/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":12,"Cost":11,"Date":"11/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":737,"Cost":397,"Date":"12/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":23,"Cost":22,"Date":"1/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":421,"Cost":350,"Date":"1/21/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":645,"Cost":555,"Date":"2/9/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":991,"Cost":597,"Date":"3/19/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":975,"Cost":699,"Date":"4/3/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":983,"Cost":822,"Date":"4/5/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":129,"Cost":91,"Date":"4/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":443,"Cost":310,"Date":"7/10/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":505,"Cost":430,"Date":"3/25/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":643,"Cost":548,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":745,"Cost":472,"Date":"10/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":209,"Cost":144,"Date":"3/2/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":341,"Cost":261,"Date":"6/28/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":685,"Cost":467,"Date":"7/17/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":194,"Cost":112,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":555,"Cost":455,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":371,"Cost":297,"Date":"11/20/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":953,"Cost":507,"Date":"12/16/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":7,"Cost":7,"Date":"12/30/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":255,"Cost":242,"Date":"2/15/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":887,"Cost":479,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":654,"Cost":422,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":105,"Cost":64,"Date":"4/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":812,"Cost":433,"Date":"7/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":944,"Cost":513,"Date":"8/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":175,"Cost":123,"Date":"10/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":414,"Cost":389,"Date":"11/11/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":712,"Cost":562,"Date":"11/30/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":571,"Cost":376,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":362,"Cost":221,"Date":"3/1/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":674,"Cost":370,"Date":"4/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":907,"Cost":532,"Date":"5/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":795,"Cost":619,"Date":"8/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":858,"Cost":539,"Date":"9/15/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":429,"Cost":399,"Date":"10/14/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":621,"Cost":534,"Date":"10/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":542,"Cost":431,"Date":"11/11/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":635,"Cost":347,"Date":"12/7/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":29,"Cost":28,"Date":"12/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":877,"Cost":474,"Date":"1/6/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":92,"Cost":67,"Date":"1/23/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":171,"Cost":125,"Date":"2/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":815,"Cost":409,"Date":"3/10/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":560,"Cost":390,"Date":"3/12/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":999,"Cost":852,"Date":"3/31/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":822,"Cost":693,"Date":"6/16/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":200,"Cost":166,"Date":"6/17/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":670,"Cost":414,"Date":"8/27/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":156,"Cost":118,"Date":"10/1/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":453,"Cost":317,"Date":"11/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":718,"Cost":391,"Date":"11/9/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":864,"Cost":770,"Date":"3/27/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":75,"Cost":48,"Date":"4/17/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":69,"Cost":51,"Date":"8/11/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":485,"Cost":310,"Date":"8/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":150,"Cost":93,"Date":"9/2/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":356,"Cost":214,"Date":"9/5/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":737,"Cost":407,"Date":"9/14/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":945,"Cost":688,"Date":"9/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":29,"Cost":15,"Date":"11/20/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":606,"Cost":549,"Date":"12/21/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":480,"Cost":302,"Date":"1/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":35,"Cost":20,"Date":"1/21/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":137,"Cost":128,"Date":"2/9/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":23,"Cost":19,"Date":"3/19/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":918,"Cost":761,"Date":"4/3/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":133,"Cost":104,"Date":"4/5/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":167,"Cost":137,"Date":"4/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":377,"Cost":284,"Date":"7/10/2019"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":423,"Cost":380,"Date":"3/25/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":166,"Cost":123,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":584,"Cost":482,"Date":"10/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":661,"Cost":518,"Date":"3/2/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":494,"Cost":334,"Date":"6/28/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":411,"Cost":364,"Date":"7/17/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":568,"Cost":394,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":375,"Cost":305,"Date":"8/23/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":627,"Cost":519,"Date":"11/20/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":570,"Cost":301,"Date":"12/16/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":864,"Cost":794,"Date":"12/30/2021"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":134,"Cost":102,"Date":"2/15/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":397,"Cost":328,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":268,"Cost":177,"Date":"3/7/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":494,"Cost":364,"Date":"4/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":451,"Cost":354,"Date":"7/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":891,"Cost":724,"Date":"8/18/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":631,"Cost":533,"Date":"10/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":526,"Cost":302,"Date":"11/11/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":563,"Cost":295,"Date":"11/30/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":567,"Cost":293,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":290,"Cost":198,"Date":"3/1/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":742,"Cost":600,"Date":"4/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":618,"Cost":475,"Date":"5/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":894,"Cost":666,"Date":"8/13/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":581,"Cost":366,"Date":"9/15/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":17,"Cost":8,"Date":"10/14/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":84,"Cost":45,"Date":"10/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":547,"Cost":331,"Date":"11/11/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":356,"Cost":181,"Date":"12/7/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":675,"Cost":541,"Date":"12/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":602,"Cost":325,"Date":"1/6/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":399,"Cost":239,"Date":"1/23/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":230,"Cost":165,"Date":"2/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":942,"Cost":771,"Date":"3/10/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":206,"Cost":126,"Date":"3/12/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":533,"Cost":266,"Date":"3/31/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":393,"Cost":315,"Date":"6/16/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":288,"Cost":183,"Date":"6/17/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":15,"Cost":12,"Date":"8/27/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":86,"Cost":56,"Date":"10/1/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":203,"Cost":184,"Date":"11/4/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":106,"Cost":78,"Date":"11/9/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":831,"Cost":739,"Date":"3/27/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":664,"Cost":553,"Date":"4/17/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":383,"Cost":331,"Date":"8/11/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":992,"Cost":616,"Date":"8/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":246,"Cost":173,"Date":"9/2/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":864,"Cost":732,"Date":"9/5/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":246,"Cost":168,"Date":"9/14/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":540,"Cost":311,"Date":"9/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":637,"Cost":388,"Date":"11/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":500,"Cost":424,"Date":"12/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":329,"Cost":198,"Date":"1/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":751,"Cost":460,"Date":"1/21/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":923,"Cost":821,"Date":"2/9/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":920,"Cost":849,"Date":"3/19/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":236,"Cost":183,"Date":"4/3/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":755,"Cost":417,"Date":"4/5/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":851,"Cost":587,"Date":"4/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":833,"Cost":597,"Date":"7/10/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":619,"Cost":449,"Date":"3/25/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":419,"Cost":374,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":338,"Cost":198,"Date":"10/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":562,"Cost":443,"Date":"3/2/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":770,"Cost":481,"Date":"6/28/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":94,"Cost":70,"Date":"7/17/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":734,"Cost":692,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":63,"Cost":36,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":747,"Cost":621,"Date":"11/20/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":551,"Cost":480,"Date":"12/16/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":605,"Cost":495,"Date":"12/30/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":505,"Cost":293,"Date":"2/15/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":462,"Cost":259,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":796,"Cost":470,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":553,"Cost":389,"Date":"4/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":221,"Cost":209,"Date":"7/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":443,"Cost":242,"Date":"8/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":785,"Cost":709,"Date":"10/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":326,"Cost":197,"Date":"11/11/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":513,"Cost":453,"Date":"11/30/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":447,"Cost":384,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":742,"Cost":608,"Date":"3/1/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":483,"Cost":346,"Date":"4/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":122,"Cost":107,"Date":"5/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":606,"Cost":422,"Date":"8/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":270,"Cost":242,"Date":"9/15/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":770,"Cost":437,"Date":"10/14/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":778,"Cost":553,"Date":"10/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":69,"Cost":58,"Date":"11/11/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":222,"Cost":155,"Date":"12/7/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":826,"Cost":469,"Date":"12/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":382,"Cost":275,"Date":"1/6/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":861,"Cost":461,"Date":"1/23/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":269,"Cost":216,"Date":"2/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":497,"Cost":289,"Date":"3/10/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":565,"Cost":484,"Date":"3/12/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":524,"Cost":477,"Date":"3/31/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":396,"Cost":362,"Date":"6/16/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":140,"Cost":124,"Date":"6/17/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":170,"Cost":123,"Date":"8/27/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":410,"Cost":314,"Date":"10/1/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":319,"Cost":258,"Date":"11/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":198,"Cost":113,"Date":"11/9/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":141,"Cost":86,"Date":"3/27/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":305,"Cost":290,"Date":"4/17/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":669,"Cost":441,"Date":"8/11/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":766,"Cost":399,"Date":"8/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":940,"Cost":612,"Date":"9/2/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":309,"Cost":222,"Date":"9/5/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":52,"Cost":39,"Date":"9/14/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":192,"Cost":123,"Date":"9/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":956,"Cost":549,"Date":"11/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":703,"Cost":585,"Date":"12/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":222,"Cost":169,"Date":"1/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":349,"Cost":296,"Date":"1/21/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":929,"Cost":793,"Date":"2/9/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":918,"Cost":729,"Date":"3/19/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":857,"Cost":648,"Date":"4/3/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":180,"Cost":101,"Date":"4/5/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":947,"Cost":497,"Date":"4/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":211,"Cost":121,"Date":"7/10/2019"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":218,"Cost":197,"Date":"3/25/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":296,"Cost":271,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":434,"Cost":264,"Date":"10/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":141,"Cost":77,"Date":"3/2/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":763,"Cost":429,"Date":"6/28/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":574,"Cost":453,"Date":"7/17/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":118,"Cost":89,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":615,"Cost":322,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":178,"Cost":98,"Date":"11/20/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":933,"Cost":772,"Date":"12/16/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":425,"Cost":256,"Date":"12/30/2021"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":1,"Cost":0,"Date":"2/15/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":300,"Cost":270,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":797,"Cost":641,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":150,"Cost":87,"Date":"4/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":954,"Cost":584,"Date":"7/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":891,"Cost":446,"Date":"8/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":98,"Cost":82,"Date":"10/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":874,"Cost":795,"Date":"11/11/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":320,"Cost":301,"Date":"11/30/2022"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":663,"Cost":440,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":454,"Cost":353,"Date":"3/1/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":985,"Cost":923,"Date":"4/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":137,"Cost":99,"Date":"5/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":351,"Cost":331,"Date":"8/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":904,"Cost":820,"Date":"9/15/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":524,"Cost":385,"Date":"10/14/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":758,"Cost":709,"Date":"10/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":367,"Cost":264,"Date":"11/11/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":639,"Cost":596,"Date":"12/7/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":340,"Cost":184,"Date":"12/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":298,"Cost":271,"Date":"1/6/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":273,"Cost":205,"Date":"1/23/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":477,"Cost":399,"Date":"2/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":415,"Cost":266,"Date":"3/10/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":985,"Cost":843,"Date":"3/12/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":663,"Cost":405,"Date":"3/31/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":567,"Cost":441,"Date":"6/16/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":23,"Cost":13,"Date":"6/17/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":551,"Cost":514,"Date":"8/27/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":105,"Cost":76,"Date":"10/1/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":901,"Cost":617,"Date":"11/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"ARKET","Country":"China","Sale":883,"Cost":532,"Date":"11/9/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":460,"Cost":359,"Date":"3/27/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":672,"Cost":482,"Date":"4/17/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":709,"Cost":639,"Date":"8/11/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":456,"Cost":318,"Date":"8/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":831,"Cost":454,"Date":"9/2/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":101,"Cost":72,"Date":"9/5/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":711,"Cost":552,"Date":"9/14/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":904,"Cost":517,"Date":"9/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":804,"Cost":455,"Date":"11/20/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":131,"Cost":95,"Date":"12/21/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":933,"Cost":848,"Date":"1/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":110,"Cost":69,"Date":"1/21/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":212,"Cost":135,"Date":"2/9/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":239,"Cost":120,"Date":"3/19/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":288,"Cost":216,"Date":"4/3/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":621,"Cost":567,"Date":"4/5/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":198,"Cost":102,"Date":"4/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":309,"Cost":268,"Date":"7/10/2019"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":992,"Cost":879,"Date":"3/25/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":20,"Cost":15,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":598,"Cost":390,"Date":"10/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":694,"Cost":491,"Date":"3/2/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":708,"Cost":487,"Date":"6/28/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":613,"Cost":577,"Date":"7/17/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":152,"Cost":91,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":616,"Cost":527,"Date":"8/23/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":393,"Cost":272,"Date":"11/20/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":544,"Cost":501,"Date":"12/16/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":907,"Cost":751,"Date":"12/30/2021"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":127,"Cost":78,"Date":"2/15/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":26,"Cost":14,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":792,"Cost":702,"Date":"3/7/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":171,"Cost":148,"Date":"4/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":122,"Cost":80,"Date":"7/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":700,"Cost":361,"Date":"8/18/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":233,"Cost":171,"Date":"10/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":123,"Cost":100,"Date":"11/11/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":409,"Cost":290,"Date":"11/30/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":440,"Cost":281,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":669,"Cost":397,"Date":"3/1/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":292,"Cost":272,"Date":"4/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":30,"Cost":27,"Date":"5/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":392,"Cost":347,"Date":"8/13/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":78,"Cost":49,"Date":"9/15/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":46,"Cost":30,"Date":"10/14/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":276,"Cost":198,"Date":"10/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":955,"Cost":506,"Date":"11/11/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":263,"Cost":207,"Date":"12/7/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":108,"Cost":62,"Date":"12/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":697,"Cost":489,"Date":"1/6/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":522,"Cost":478,"Date":"1/23/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":43,"Cost":40,"Date":"2/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":851,"Cost":756,"Date":"3/10/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":134,"Cost":90,"Date":"3/12/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":56,"Cost":35,"Date":"3/31/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":700,"Cost":359,"Date":"6/16/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":684,"Cost":594,"Date":"6/17/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":844,"Cost":530,"Date":"8/27/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":526,"Cost":399,"Date":"10/1/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":92,"Cost":82,"Date":"11/4/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":470,"Cost":248,"Date":"11/9/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":541,"Cost":418,"Date":"3/27/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":988,"Cost":504,"Date":"4/17/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":125,"Cost":84,"Date":"8/11/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":785,"Cost":538,"Date":"8/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":587,"Cost":489,"Date":"9/2/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":165,"Cost":126,"Date":"9/5/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":664,"Cost":340,"Date":"9/14/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":200,"Cost":168,"Date":"9/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":574,"Cost":351,"Date":"11/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":476,"Cost":436,"Date":"12/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":592,"Cost":345,"Date":"1/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":562,"Cost":380,"Date":"1/21/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":27,"Cost":26,"Date":"2/9/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":476,"Cost":327,"Date":"3/19/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":940,"Cost":633,"Date":"4/3/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":680,"Cost":536,"Date":"4/5/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":99,"Cost":57,"Date":"4/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":470,"Cost":375,"Date":"7/10/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":201,"Cost":165,"Date":"3/25/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":725,"Cost":395,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":384,"Cost":300,"Date":"10/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":635,"Cost":325,"Date":"3/2/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":116,"Cost":105,"Date":"6/28/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":69,"Cost":53,"Date":"7/17/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":532,"Cost":341,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":854,"Cost":733,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":300,"Cost":252,"Date":"11/20/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":447,"Cost":327,"Date":"12/16/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":109,"Cost":102,"Date":"12/30/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":597,"Cost":342,"Date":"2/15/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":351,"Cost":332,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":558,"Cost":280,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":500,"Cost":390,"Date":"4/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":549,"Cost":494,"Date":"7/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":727,"Cost":424,"Date":"8/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":382,"Cost":210,"Date":"10/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":182,"Cost":128,"Date":"11/11/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":240,"Cost":173,"Date":"11/30/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":928,"Cost":469,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":824,"Cost":783,"Date":"3/1/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":904,"Cost":498,"Date":"4/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":681,"Cost":459,"Date":"5/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":322,"Cost":245,"Date":"8/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":102,"Cost":89,"Date":"9/15/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":407,"Cost":304,"Date":"10/14/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":248,"Cost":127,"Date":"10/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":381,"Cost":312,"Date":"11/11/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":41,"Cost":32,"Date":"12/7/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":655,"Cost":441,"Date":"12/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":869,"Cost":482,"Date":"1/6/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":915,"Cost":475,"Date":"1/23/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":473,"Cost":355,"Date":"2/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":620,"Cost":370,"Date":"3/10/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":663,"Cost":568,"Date":"3/12/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":470,"Cost":338,"Date":"3/31/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":289,"Cost":264,"Date":"6/16/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":273,"Cost":191,"Date":"6/17/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":398,"Cost":278,"Date":"8/27/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":89,"Cost":51,"Date":"10/1/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":529,"Cost":307,"Date":"11/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":941,"Cost":668,"Date":"11/9/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":226,"Cost":130,"Date":"3/27/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":970,"Cost":549,"Date":"4/17/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":119,"Cost":111,"Date":"8/11/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":315,"Cost":239,"Date":"8/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":511,"Cost":396,"Date":"9/2/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":379,"Cost":340,"Date":"9/5/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":45,"Cost":42,"Date":"9/14/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":381,"Cost":282,"Date":"9/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":261,"Cost":161,"Date":"11/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":265,"Cost":196,"Date":"12/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":679,"Cost":584,"Date":"1/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":257,"Cost":134,"Date":"1/21/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":407,"Cost":364,"Date":"2/9/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":149,"Cost":84,"Date":"3/19/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":984,"Cost":812,"Date":"4/3/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":7,"Cost":5,"Date":"4/5/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":369,"Cost":239,"Date":"4/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":487,"Cost":315,"Date":"7/10/2019"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":463,"Cost":244,"Date":"3/25/2020"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":848,"Cost":459,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":685,"Cost":480,"Date":"10/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":442,"Cost":390,"Date":"3/2/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":847,"Cost":770,"Date":"6/28/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":362,"Cost":192,"Date":"7/17/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":654,"Cost":434,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":936,"Cost":556,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":792,"Cost":480,"Date":"11/20/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":427,"Cost":317,"Date":"12/16/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":316,"Cost":162,"Date":"12/30/2021"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":207,"Cost":192,"Date":"2/15/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":858,"Cost":654,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":604,"Cost":371,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":719,"Cost":572,"Date":"4/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":363,"Cost":311,"Date":"7/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":614,"Cost":342,"Date":"8/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":962,"Cost":735,"Date":"10/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":127,"Cost":90,"Date":"11/11/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":302,"Cost":153,"Date":"11/30/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":279,"Cost":179,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":394,"Cost":363,"Date":"3/1/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":775,"Cost":564,"Date":"4/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":268,"Cost":248,"Date":"5/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":567,"Cost":314,"Date":"8/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":773,"Cost":571,"Date":"9/15/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":843,"Cost":427,"Date":"10/14/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":848,"Cost":534,"Date":"10/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":665,"Cost":527,"Date":"11/11/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":319,"Cost":168,"Date":"12/7/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":132,"Cost":111,"Date":"12/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":836,"Cost":433,"Date":"1/6/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":334,"Cost":318,"Date":"1/23/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":721,"Cost":553,"Date":"2/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":705,"Cost":526,"Date":"3/10/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":164,"Cost":112,"Date":"3/12/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":39,"Cost":23,"Date":"3/31/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":856,"Cost":505,"Date":"6/16/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":305,"Cost":155,"Date":"6/17/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":385,"Cost":341,"Date":"8/27/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":533,"Cost":294,"Date":"10/1/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":338,"Cost":227,"Date":"11/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":128,"Cost":85,"Date":"11/9/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":358,"Cost":221,"Date":"3/27/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":58,"Cost":52,"Date":"4/17/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":147,"Cost":109,"Date":"8/11/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":701,"Cost":646,"Date":"8/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":704,"Cost":455,"Date":"9/2/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":396,"Cost":228,"Date":"9/5/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":673,"Cost":417,"Date":"9/14/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":914,"Cost":728,"Date":"9/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":610,"Cost":498,"Date":"11/20/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":962,"Cost":839,"Date":"12/21/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":922,"Cost":572,"Date":"1/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":182,"Cost":113,"Date":"1/21/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":764,"Cost":586,"Date":"2/9/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":861,"Cost":781,"Date":"3/19/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":406,"Cost":248,"Date":"4/3/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":503,"Cost":319,"Date":"4/5/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":203,"Cost":190,"Date":"4/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":908,"Cost":722,"Date":"7/10/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":465,"Cost":339,"Date":"3/25/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":561,"Cost":489,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":204,"Cost":103,"Date":"10/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":736,"Cost":628,"Date":"3/2/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":345,"Cost":266,"Date":"6/28/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":664,"Cost":578,"Date":"7/17/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":146,"Cost":94,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":735,"Cost":509,"Date":"8/23/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":998,"Cost":802,"Date":"11/20/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":497,"Cost":391,"Date":"12/16/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":631,"Cost":504,"Date":"12/30/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":288,"Cost":159,"Date":"2/15/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":392,"Cost":283,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":140,"Cost":98,"Date":"3/7/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":535,"Cost":273,"Date":"4/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":511,"Cost":362,"Date":"7/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":542,"Cost":373,"Date":"8/18/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":542,"Cost":280,"Date":"10/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":124,"Cost":85,"Date":"11/11/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":174,"Cost":165,"Date":"11/30/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":150,"Cost":134,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":771,"Cost":668,"Date":"3/1/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":283,"Cost":216,"Date":"4/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":86,"Cost":67,"Date":"5/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":130,"Cost":104,"Date":"8/13/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":605,"Cost":409,"Date":"9/15/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":586,"Cost":470,"Date":"10/14/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":786,"Cost":634,"Date":"10/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":452,"Cost":270,"Date":"11/11/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":842,"Cost":720,"Date":"12/7/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":628,"Cost":496,"Date":"12/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":779,"Cost":452,"Date":"1/6/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":17,"Cost":16,"Date":"1/23/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":510,"Cost":371,"Date":"2/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":791,"Cost":587,"Date":"3/10/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":656,"Cost":353,"Date":"3/12/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":452,"Cost":262,"Date":"3/31/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":796,"Cost":406,"Date":"6/16/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":454,"Cost":317,"Date":"6/17/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":934,"Cost":636,"Date":"8/27/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":930,"Cost":596,"Date":"10/1/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":403,"Cost":285,"Date":"11/4/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":342,"Cost":249,"Date":"11/9/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":393,"Cost":294,"Date":"3/27/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":405,"Cost":203,"Date":"4/17/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":476,"Cost":340,"Date":"8/11/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":127,"Cost":67,"Date":"8/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":161,"Cost":139,"Date":"9/2/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":851,"Cost":794,"Date":"9/5/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":531,"Cost":321,"Date":"9/14/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":83,"Cost":47,"Date":"9/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":908,"Cost":591,"Date":"11/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":231,"Cost":146,"Date":"12/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":584,"Cost":468,"Date":"1/7/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":181,"Cost":120,"Date":"1/21/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":59,"Cost":52,"Date":"2/9/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":239,"Cost":122,"Date":"3/19/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":903,"Cost":620,"Date":"4/3/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":541,"Cost":375,"Date":"4/5/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":143,"Cost":94,"Date":"4/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":265,"Cost":236,"Date":"7/10/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":998,"Cost":595,"Date":"3/25/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":173,"Cost":101,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":312,"Cost":199,"Date":"10/28/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":563,"Cost":297,"Date":"3/2/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":880,"Cost":680,"Date":"6/28/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":312,"Cost":199,"Date":"7/17/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":718,"Cost":651,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":982,"Cost":718,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":411,"Cost":265,"Date":"11/20/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":398,"Cost":210,"Date":"12/16/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":709,"Cost":363,"Date":"12/30/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":989,"Cost":936,"Date":"2/15/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":596,"Cost":310,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":88,"Cost":68,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":126,"Cost":83,"Date":"4/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":760,"Cost":441,"Date":"7/27/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":6,"Cost":3,"Date":"8/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":534,"Cost":346,"Date":"10/31/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":188,"Cost":160,"Date":"11/11/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":937,"Cost":589,"Date":"11/30/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":803,"Cost":679,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":541,"Cost":494,"Date":"3/1/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":489,"Cost":249,"Date":"4/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":528,"Cost":463,"Date":"5/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":958,"Cost":597,"Date":"8/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":106,"Cost":73,"Date":"9/15/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":268,"Cost":190,"Date":"10/14/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":888,"Cost":756,"Date":"10/28/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":427,"Cost":263,"Date":"11/11/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":991,"Cost":787,"Date":"12/7/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":962,"Cost":783,"Date":"12/21/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":794,"Cost":720,"Date":"1/6/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":596,"Cost":463,"Date":"1/23/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":569,"Cost":372,"Date":"2/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":498,"Cost":384,"Date":"3/10/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":227,"Cost":215,"Date":"3/12/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":229,"Cost":203,"Date":"3/31/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":346,"Cost":309,"Date":"6/16/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":21,"Cost":18,"Date":"6/17/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":579,"Cost":516,"Date":"8/27/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":661,"Cost":590,"Date":"10/1/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":853,"Cost":685,"Date":"11/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":366,"Cost":265,"Date":"11/9/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":621,"Cost":531,"Date":"3/27/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":908,"Cost":815,"Date":"4/17/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":368,"Cost":323,"Date":"8/11/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":419,"Cost":243,"Date":"8/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":762,"Cost":632,"Date":"9/2/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":457,"Cost":417,"Date":"9/5/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":416,"Cost":232,"Date":"9/14/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":989,"Cost":828,"Date":"9/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":466,"Cost":393,"Date":"11/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":165,"Cost":149,"Date":"12/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":964,"Cost":744,"Date":"1/7/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":223,"Cost":163,"Date":"1/21/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":440,"Cost":413,"Date":"2/9/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":745,"Cost":502,"Date":"3/19/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":952,"Cost":699,"Date":"4/3/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":379,"Cost":360,"Date":"4/5/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":960,"Cost":906,"Date":"4/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":901,"Cost":760,"Date":"7/10/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":649,"Cost":549,"Date":"3/25/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":839,"Cost":456,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":553,"Cost":282,"Date":"10/28/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":563,"Cost":436,"Date":"3/2/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":922,"Cost":598,"Date":"6/28/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":254,"Cost":171,"Date":"7/17/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":54,"Cost":28,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":838,"Cost":611,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":478,"Cost":239,"Date":"11/20/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":606,"Cost":491,"Date":"12/16/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":939,"Cost":771,"Date":"12/30/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":8,"Cost":4,"Date":"2/15/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":406,"Cost":243,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":771,"Cost":730,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":280,"Cost":146,"Date":"4/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":116,"Cost":97,"Date":"7/27/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":594,"Cost":528,"Date":"8/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":594,"Cost":431,"Date":"10/31/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":471,"Cost":366,"Date":"11/11/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":963,"Cost":837,"Date":"11/30/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":247,"Cost":137,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":249,"Cost":159,"Date":"3/1/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":285,"Cost":162,"Date":"4/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":799,"Cost":557,"Date":"5/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":90,"Cost":45,"Date":"8/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":345,"Cost":234,"Date":"9/15/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":471,"Cost":237,"Date":"10/14/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":656,"Cost":611,"Date":"10/28/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":596,"Cost":329,"Date":"11/11/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":784,"Cost":540,"Date":"12/7/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":487,"Cost":263,"Date":"12/21/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":835,"Cost":778,"Date":"1/6/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":383,"Cost":193,"Date":"1/23/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":745,"Cost":580,"Date":"2/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":624,"Cost":461,"Date":"3/10/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":513,"Cost":476,"Date":"3/12/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":695,"Cost":492,"Date":"3/31/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":720,"Cost":593,"Date":"6/16/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":19,"Cost":9,"Date":"6/17/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":518,"Cost":475,"Date":"8/27/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":359,"Cost":307,"Date":"10/1/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":347,"Cost":224,"Date":"11/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":410,"Cost":313,"Date":"11/9/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":869,"Cost":611,"Date":"3/27/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":278,"Cost":219,"Date":"4/17/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":290,"Cost":244,"Date":"8/11/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":890,"Cost":726,"Date":"8/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":536,"Cost":424,"Date":"9/2/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":157,"Cost":101,"Date":"9/5/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":957,"Cost":880,"Date":"9/14/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":712,"Cost":444,"Date":"9/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":118,"Cost":67,"Date":"11/20/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":63,"Cost":40,"Date":"12/21/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":851,"Cost":596,"Date":"1/7/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":474,"Cost":306,"Date":"1/21/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":817,"Cost":670,"Date":"2/9/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":311,"Cost":219,"Date":"3/19/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":846,"Cost":635,"Date":"4/3/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":181,"Cost":124,"Date":"4/5/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":559,"Cost":441,"Date":"4/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":489,"Cost":351,"Date":"7/10/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":76,"Cost":65,"Date":"3/25/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":173,"Cost":148,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":208,"Cost":122,"Date":"10/28/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":426,"Cost":315,"Date":"3/2/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":90,"Cost":71,"Date":"6/28/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":970,"Cost":784,"Date":"7/17/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":104,"Cost":76,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":464,"Cost":387,"Date":"8/23/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":480,"Cost":254,"Date":"11/20/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":986,"Cost":624,"Date":"12/16/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":638,"Cost":564,"Date":"12/30/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":734,"Cost":515,"Date":"2/15/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":238,"Cost":209,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":374,"Cost":272,"Date":"3/7/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":15,"Cost":9,"Date":"4/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":51,"Cost":33,"Date":"7/27/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":905,"Cost":772,"Date":"8/18/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":439,"Cost":414,"Date":"10/31/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":729,"Cost":479,"Date":"11/11/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":762,"Cost":704,"Date":"11/30/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":674,"Cost":483,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":532,"Cost":495,"Date":"3/1/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":100,"Cost":81,"Date":"4/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":642,"Cost":427,"Date":"5/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":540,"Cost":325,"Date":"8/13/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":694,"Cost":530,"Date":"9/15/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":958,"Cost":738,"Date":"10/14/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":112,"Cost":81,"Date":"10/28/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":247,"Cost":181,"Date":"11/11/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":593,"Cost":469,"Date":"12/7/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":213,"Cost":146,"Date":"12/21/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":942,"Cost":548,"Date":"1/6/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":906,"Cost":471,"Date":"1/23/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":978,"Cost":618,"Date":"2/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":246,"Cost":210,"Date":"3/10/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":341,"Cost":185,"Date":"3/12/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":309,"Cost":255,"Date":"3/31/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":81,"Cost":61,"Date":"6/16/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":677,"Cost":461,"Date":"6/17/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":286,"Cost":163,"Date":"8/27/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":666,"Cost":614,"Date":"10/1/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":45,"Cost":25,"Date":"11/4/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":437,"Cost":312,"Date":"11/9/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":708,"Cost":477,"Date":"3/27/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":122,"Cost":108,"Date":"4/17/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":577,"Cost":369,"Date":"8/11/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":424,"Cost":247,"Date":"8/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":560,"Cost":350,"Date":"9/2/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":795,"Cost":749,"Date":"9/5/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":611,"Cost":472,"Date":"9/14/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":834,"Cost":663,"Date":"9/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":906,"Cost":676,"Date":"11/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":482,"Cost":312,"Date":"12/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":840,"Cost":438,"Date":"1/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":414,"Cost":280,"Date":"1/21/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":804,"Cost":449,"Date":"2/9/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":545,"Cost":460,"Date":"3/19/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":219,"Cost":128,"Date":"4/3/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":810,"Cost":429,"Date":"4/5/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":598,"Cost":564,"Date":"4/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":687,"Cost":553,"Date":"7/10/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":272,"Cost":231,"Date":"3/25/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":909,"Cost":629,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":108,"Cost":99,"Date":"10/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":856,"Cost":613,"Date":"3/2/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":382,"Cost":238,"Date":"6/28/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":875,"Cost":737,"Date":"7/17/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":202,"Cost":165,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":251,"Cost":184,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":902,"Cost":797,"Date":"11/20/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":779,"Cost":468,"Date":"12/16/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":717,"Cost":577,"Date":"12/30/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":700,"Cost":371,"Date":"2/15/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":418,"Cost":267,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":543,"Cost":337,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":329,"Cost":299,"Date":"4/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":973,"Cost":590,"Date":"7/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":937,"Cost":507,"Date":"8/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":68,"Cost":52,"Date":"10/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":729,"Cost":653,"Date":"11/11/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":162,"Cost":110,"Date":"11/30/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":737,"Cost":448,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":482,"Cost":248,"Date":"3/1/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":132,"Cost":87,"Date":"4/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":622,"Cost":347,"Date":"5/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":124,"Cost":107,"Date":"8/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":599,"Cost":567,"Date":"9/15/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":827,"Cost":636,"Date":"10/14/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":861,"Cost":809,"Date":"10/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":501,"Cost":453,"Date":"11/11/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":898,"Cost":480,"Date":"12/7/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":747,"Cost":588,"Date":"12/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":342,"Cost":209,"Date":"1/6/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":118,"Cost":70,"Date":"1/23/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":556,"Cost":384,"Date":"2/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":383,"Cost":194,"Date":"3/10/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":77,"Cost":56,"Date":"3/12/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":30,"Cost":15,"Date":"3/31/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":320,"Cost":253,"Date":"6/16/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":820,"Cost":660,"Date":"6/17/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":624,"Cost":519,"Date":"8/27/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":265,"Cost":221,"Date":"10/1/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":472,"Cost":383,"Date":"11/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":248,"Cost":168,"Date":"11/9/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":38,"Cost":25,"Date":"3/27/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":656,"Cost":593,"Date":"4/17/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":967,"Cost":589,"Date":"8/11/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":791,"Cost":634,"Date":"8/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":608,"Cost":508,"Date":"9/2/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":637,"Cost":400,"Date":"9/5/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":180,"Cost":160,"Date":"9/14/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":883,"Cost":640,"Date":"9/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":539,"Cost":335,"Date":"11/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":982,"Cost":720,"Date":"12/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":617,"Cost":321,"Date":"1/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":282,"Cost":162,"Date":"1/21/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":963,"Cost":527,"Date":"2/9/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":260,"Cost":182,"Date":"3/19/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":60,"Cost":41,"Date":"4/3/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":186,"Cost":125,"Date":"4/5/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":120,"Cost":109,"Date":"4/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":1,"Cost":1,"Date":"7/10/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":253,"Cost":148,"Date":"3/25/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":137,"Cost":104,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":539,"Cost":491,"Date":"10/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":998,"Cost":658,"Date":"3/2/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":603,"Cost":400,"Date":"6/28/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":702,"Cost":535,"Date":"7/17/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":745,"Cost":658,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":141,"Cost":122,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":393,"Cost":289,"Date":"11/20/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":279,"Cost":180,"Date":"12/16/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":965,"Cost":561,"Date":"12/30/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":1,"Cost":1,"Date":"2/15/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":307,"Cost":279,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":529,"Cost":476,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":788,"Cost":551,"Date":"4/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":897,"Cost":750,"Date":"7/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":696,"Cost":480,"Date":"8/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":430,"Cost":341,"Date":"10/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":252,"Cost":194,"Date":"11/11/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":999,"Cost":562,"Date":"11/30/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":112,"Cost":70,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":778,"Cost":725,"Date":"3/1/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":734,"Cost":535,"Date":"4/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":331,"Cost":300,"Date":"5/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":356,"Cost":265,"Date":"8/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":23,"Cost":13,"Date":"9/15/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":25,"Cost":16,"Date":"10/14/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":117,"Cost":102,"Date":"10/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":283,"Cost":252,"Date":"11/11/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":190,"Cost":122,"Date":"12/7/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":830,"Cost":506,"Date":"12/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":278,"Cost":221,"Date":"1/6/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":57,"Cost":37,"Date":"1/23/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":65,"Cost":61,"Date":"2/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":340,"Cost":171,"Date":"3/10/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":5,"Cost":3,"Date":"3/12/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":193,"Cost":154,"Date":"3/31/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":100,"Cost":89,"Date":"6/16/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":103,"Cost":97,"Date":"6/17/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":194,"Cost":132,"Date":"8/27/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":857,"Cost":761,"Date":"10/1/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":483,"Cost":372,"Date":"11/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Sellpy","Country":"China","Sale":941,"Cost":496,"Date":"11/9/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":383,"Cost":225,"Date":"3/27/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":258,"Cost":181,"Date":"4/17/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":405,"Cost":272,"Date":"8/11/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":85,"Cost":71,"Date":"8/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":522,"Cost":334,"Date":"9/2/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":627,"Cost":405,"Date":"9/5/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":814,"Cost":767,"Date":"9/14/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":412,"Cost":222,"Date":"9/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":868,"Cost":571,"Date":"11/20/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":898,"Cost":712,"Date":"12/21/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":823,"Cost":453,"Date":"1/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":850,"Cost":486,"Date":"1/21/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":852,"Cost":669,"Date":"2/9/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":424,"Cost":378,"Date":"3/19/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":630,"Cost":383,"Date":"4/3/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":640,"Cost":483,"Date":"4/5/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":696,"Cost":577,"Date":"4/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":326,"Cost":168,"Date":"7/10/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":360,"Cost":320,"Date":"3/25/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":355,"Cost":270,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":636,"Cost":429,"Date":"10/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":292,"Cost":261,"Date":"3/2/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":777,"Cost":458,"Date":"6/28/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":337,"Cost":298,"Date":"7/17/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":885,"Cost":515,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":315,"Cost":202,"Date":"8/23/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":99,"Cost":69,"Date":"11/20/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":731,"Cost":690,"Date":"12/16/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":913,"Cost":479,"Date":"12/30/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":298,"Cost":205,"Date":"2/15/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":498,"Cost":337,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":180,"Cost":166,"Date":"3/7/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":697,"Cost":489,"Date":"4/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":554,"Cost":311,"Date":"7/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":715,"Cost":517,"Date":"8/18/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":397,"Cost":250,"Date":"10/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":73,"Cost":51,"Date":"11/11/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":797,"Cost":696,"Date":"11/30/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":655,"Cost":332,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":881,"Cost":479,"Date":"3/1/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":609,"Cost":470,"Date":"4/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":927,"Cost":652,"Date":"5/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":673,"Cost":422,"Date":"8/13/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":847,"Cost":577,"Date":"9/15/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":890,"Cost":548,"Date":"10/14/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":459,"Cost":432,"Date":"10/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":410,"Cost":285,"Date":"11/11/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":225,"Cost":146,"Date":"12/7/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":355,"Cost":312,"Date":"12/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":853,"Cost":617,"Date":"1/6/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":566,"Cost":493,"Date":"1/23/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":595,"Cost":337,"Date":"2/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":90,"Cost":53,"Date":"3/10/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":680,"Cost":402,"Date":"3/12/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":228,"Cost":151,"Date":"3/31/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":182,"Cost":112,"Date":"6/16/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":395,"Cost":277,"Date":"6/17/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":157,"Cost":89,"Date":"8/27/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":416,"Cost":236,"Date":"10/1/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":332,"Cost":301,"Date":"11/4/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM","Country":"China","Sale":440,"Cost":370,"Date":"11/9/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":966,"Cost":598,"Date":"3/27/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":340,"Cost":223,"Date":"4/17/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":155,"Cost":106,"Date":"8/11/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":748,"Cost":586,"Date":"8/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":111,"Cost":78,"Date":"9/2/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":895,"Cost":721,"Date":"9/5/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":417,"Cost":335,"Date":"9/14/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":926,"Cost":520,"Date":"9/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":245,"Cost":134,"Date":"11/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":100,"Cost":87,"Date":"12/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":323,"Cost":203,"Date":"1/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":62,"Cost":34,"Date":"1/21/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":14,"Cost":7,"Date":"2/9/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":291,"Cost":201,"Date":"3/19/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":53,"Cost":38,"Date":"4/3/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":406,"Cost":376,"Date":"4/5/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":30,"Cost":24,"Date":"4/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":902,"Cost":470,"Date":"7/10/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":489,"Cost":451,"Date":"3/25/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":168,"Cost":114,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":53,"Cost":44,"Date":"10/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":589,"Cost":305,"Date":"3/2/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":819,"Cost":486,"Date":"6/28/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":7,"Cost":4,"Date":"7/17/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":762,"Cost":516,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":161,"Cost":124,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":723,"Cost":494,"Date":"11/20/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":159,"Cost":142,"Date":"12/16/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":263,"Cost":182,"Date":"12/30/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":570,"Cost":426,"Date":"2/15/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":490,"Cost":394,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":412,"Cost":297,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":443,"Cost":397,"Date":"4/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":603,"Cost":436,"Date":"7/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":952,"Cost":763,"Date":"8/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":516,"Cost":374,"Date":"10/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":100,"Cost":95,"Date":"11/11/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":835,"Cost":773,"Date":"11/30/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":298,"Cost":277,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":56,"Cost":45,"Date":"3/1/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":687,"Cost":489,"Date":"4/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":91,"Cost":51,"Date":"5/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":127,"Cost":76,"Date":"8/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":208,"Cost":148,"Date":"9/15/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":456,"Cost":329,"Date":"10/14/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":462,"Cost":314,"Date":"10/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":460,"Cost":270,"Date":"11/11/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":563,"Cost":336,"Date":"12/7/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":879,"Cost":519,"Date":"12/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":699,"Cost":498,"Date":"1/6/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":125,"Cost":78,"Date":"1/23/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":604,"Cost":338,"Date":"2/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":302,"Cost":226,"Date":"3/10/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":245,"Cost":138,"Date":"3/12/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":766,"Cost":689,"Date":"3/31/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":61,"Cost":48,"Date":"6/16/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":474,"Cost":382,"Date":"6/17/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":11,"Cost":9,"Date":"8/27/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":19,"Cost":11,"Date":"10/1/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":370,"Cost":206,"Date":"11/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":382,"Cost":347,"Date":"11/9/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":849,"Cost":755,"Date":"3/27/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":605,"Cost":399,"Date":"4/17/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":128,"Cost":73,"Date":"8/11/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":945,"Cost":702,"Date":"8/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":399,"Cost":328,"Date":"9/2/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":691,"Cost":521,"Date":"9/5/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":918,"Cost":787,"Date":"9/14/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":272,"Cost":191,"Date":"9/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":335,"Cost":187,"Date":"11/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":215,"Cost":196,"Date":"12/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":805,"Cost":612,"Date":"1/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":147,"Cost":93,"Date":"1/21/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":196,"Cost":185,"Date":"2/9/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":190,"Cost":160,"Date":"3/19/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":125,"Cost":103,"Date":"4/3/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":122,"Cost":97,"Date":"4/5/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":567,"Cost":496,"Date":"4/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":812,"Cost":413,"Date":"7/10/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":137,"Cost":88,"Date":"3/25/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":427,"Cost":306,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":404,"Cost":246,"Date":"10/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":310,"Cost":163,"Date":"3/2/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":154,"Cost":112,"Date":"6/28/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":462,"Cost":422,"Date":"7/17/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":424,"Cost":229,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":231,"Cost":159,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":280,"Cost":215,"Date":"11/20/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":162,"Cost":88,"Date":"12/16/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":404,"Cost":291,"Date":"12/30/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":464,"Cost":267,"Date":"2/15/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":364,"Cost":320,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":907,"Cost":697,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":362,"Cost":269,"Date":"4/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":454,"Cost":321,"Date":"7/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":190,"Cost":151,"Date":"8/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":484,"Cost":365,"Date":"10/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":807,"Cost":729,"Date":"11/11/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":695,"Cost":601,"Date":"11/30/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":870,"Cost":671,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":566,"Cost":520,"Date":"3/1/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":499,"Cost":322,"Date":"4/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":198,"Cost":174,"Date":"5/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":826,"Cost":574,"Date":"8/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":618,"Cost":417,"Date":"9/15/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":1,"Cost":0,"Date":"10/14/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":900,"Cost":693,"Date":"10/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":574,"Cost":417,"Date":"11/11/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":805,"Cost":489,"Date":"12/7/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":143,"Cost":130,"Date":"12/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":275,"Cost":261,"Date":"1/6/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":860,"Cost":700,"Date":"1/23/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":67,"Cost":45,"Date":"2/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":944,"Cost":863,"Date":"3/10/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":586,"Cost":414,"Date":"3/12/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":851,"Cost":502,"Date":"3/31/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":712,"Cost":445,"Date":"6/16/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":825,"Cost":613,"Date":"6/17/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":931,"Cost":616,"Date":"8/27/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":805,"Cost":553,"Date":"10/1/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":308,"Cost":226,"Date":"11/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":157,"Cost":79,"Date":"11/9/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":200,"Cost":104,"Date":"3/27/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":144,"Cost":110,"Date":"4/17/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":63,"Cost":46,"Date":"8/11/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":797,"Cost":529,"Date":"8/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":334,"Cost":170,"Date":"9/2/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":35,"Cost":24,"Date":"9/5/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":509,"Cost":476,"Date":"9/14/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":345,"Cost":240,"Date":"9/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":164,"Cost":106,"Date":"11/20/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":805,"Cost":701,"Date":"12/21/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":223,"Cost":204,"Date":"1/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":171,"Cost":105,"Date":"1/21/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":41,"Cost":32,"Date":"2/9/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":447,"Cost":297,"Date":"3/19/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":404,"Cost":344,"Date":"4/3/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":272,"Cost":243,"Date":"4/5/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":75,"Cost":66,"Date":"4/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":888,"Cost":625,"Date":"7/10/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":577,"Cost":484,"Date":"3/25/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":301,"Cost":284,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":573,"Cost":460,"Date":"10/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":611,"Cost":449,"Date":"3/2/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":618,"Cost":540,"Date":"6/28/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":851,"Cost":685,"Date":"7/17/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":712,"Cost":379,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":524,"Cost":411,"Date":"8/23/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":744,"Cost":664,"Date":"11/20/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":219,"Cost":130,"Date":"12/16/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":788,"Cost":457,"Date":"12/30/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":503,"Cost":470,"Date":"2/15/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":158,"Cost":100,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":751,"Cost":656,"Date":"3/7/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":458,"Cost":327,"Date":"4/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":361,"Cost":219,"Date":"7/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":823,"Cost":676,"Date":"8/18/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":74,"Cost":61,"Date":"10/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":852,"Cost":784,"Date":"11/11/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":822,"Cost":609,"Date":"11/30/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":873,"Cost":700,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":753,"Cost":466,"Date":"3/1/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":579,"Cost":443,"Date":"4/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":621,"Cost":563,"Date":"5/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":577,"Cost":531,"Date":"8/13/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":781,"Cost":503,"Date":"9/15/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":5,"Cost":3,"Date":"10/14/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":858,"Cost":736,"Date":"10/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":287,"Cost":151,"Date":"11/11/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":458,"Cost":422,"Date":"12/7/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":287,"Cost":262,"Date":"12/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":799,"Cost":619,"Date":"1/6/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":929,"Cost":807,"Date":"1/23/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":939,"Cost":768,"Date":"2/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":565,"Cost":480,"Date":"3/10/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":486,"Cost":397,"Date":"3/12/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":343,"Cost":256,"Date":"3/31/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":330,"Cost":262,"Date":"6/16/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":341,"Cost":225,"Date":"6/17/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":431,"Cost":373,"Date":"8/27/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":106,"Cost":75,"Date":"10/1/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":451,"Cost":334,"Date":"11/4/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"COS","Country":"China","Sale":531,"Cost":454,"Date":"11/9/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":64,"Cost":52,"Date":"3/27/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":695,"Cost":551,"Date":"4/17/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":305,"Cost":285,"Date":"8/11/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":804,"Cost":756,"Date":"8/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":229,"Cost":211,"Date":"9/2/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":24,"Cost":22,"Date":"9/5/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":743,"Cost":644,"Date":"9/14/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":170,"Cost":120,"Date":"9/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":519,"Cost":292,"Date":"11/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":503,"Cost":365,"Date":"12/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":63,"Cost":35,"Date":"1/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":998,"Cost":592,"Date":"1/21/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":444,"Cost":250,"Date":"2/9/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":65,"Cost":53,"Date":"3/19/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":799,"Cost":561,"Date":"4/3/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":241,"Cost":125,"Date":"4/5/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":775,"Cost":610,"Date":"4/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":771,"Cost":662,"Date":"7/10/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":255,"Cost":189,"Date":"3/25/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":714,"Cost":452,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":377,"Cost":322,"Date":"10/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":496,"Cost":331,"Date":"3/2/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":734,"Cost":646,"Date":"6/28/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":716,"Cost":500,"Date":"7/17/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":751,"Cost":592,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":653,"Cost":562,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":128,"Cost":66,"Date":"11/20/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":997,"Cost":792,"Date":"12/16/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":375,"Cost":193,"Date":"12/30/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":608,"Cost":496,"Date":"2/15/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":172,"Cost":93,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":548,"Cost":383,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":37,"Cost":25,"Date":"4/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":583,"Cost":494,"Date":"7/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":969,"Cost":876,"Date":"8/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":175,"Cost":106,"Date":"10/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":84,"Cost":43,"Date":"11/11/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":417,"Cost":309,"Date":"11/30/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":53,"Cost":29,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":145,"Cost":101,"Date":"3/1/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":413,"Cost":380,"Date":"4/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":961,"Cost":658,"Date":"5/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":593,"Cost":468,"Date":"8/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":209,"Cost":172,"Date":"9/15/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":836,"Cost":745,"Date":"10/14/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":157,"Cost":97,"Date":"10/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":330,"Cost":193,"Date":"11/11/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":460,"Cost":341,"Date":"12/7/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":622,"Cost":404,"Date":"12/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":479,"Cost":385,"Date":"1/6/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":557,"Cost":393,"Date":"1/23/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":204,"Cost":111,"Date":"2/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":903,"Cost":482,"Date":"3/10/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":354,"Cost":209,"Date":"3/12/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":589,"Cost":456,"Date":"3/31/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":538,"Cost":302,"Date":"6/16/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":639,"Cost":378,"Date":"6/17/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":788,"Cost":415,"Date":"8/27/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":669,"Cost":363,"Date":"10/1/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":838,"Cost":633,"Date":"11/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":215,"Cost":185,"Date":"11/9/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":401,"Cost":358,"Date":"3/27/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":656,"Cost":496,"Date":"4/17/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":444,"Cost":244,"Date":"8/11/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":771,"Cost":403,"Date":"8/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":194,"Cost":119,"Date":"9/2/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":289,"Cost":182,"Date":"9/5/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":160,"Cost":126,"Date":"9/14/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":70,"Cost":41,"Date":"9/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":977,"Cost":845,"Date":"11/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":518,"Cost":386,"Date":"12/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":997,"Cost":597,"Date":"1/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":116,"Cost":105,"Date":"1/21/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":267,"Cost":136,"Date":"2/9/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":744,"Cost":392,"Date":"3/19/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":47,"Cost":35,"Date":"4/3/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":755,"Cost":592,"Date":"4/5/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":856,"Cost":498,"Date":"4/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":997,"Cost":553,"Date":"7/10/2019"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":284,"Cost":262,"Date":"3/25/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":387,"Cost":224,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":289,"Cost":168,"Date":"10/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":558,"Cost":485,"Date":"3/2/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":848,"Cost":483,"Date":"6/28/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":57,"Cost":45,"Date":"7/17/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":819,"Cost":515,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":804,"Cost":458,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":699,"Cost":425,"Date":"11/20/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":41,"Cost":33,"Date":"12/16/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":368,"Cost":198,"Date":"12/30/2021"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":113,"Cost":84,"Date":"2/15/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":453,"Cost":351,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":524,"Cost":442,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":752,"Cost":469,"Date":"4/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":50,"Cost":47,"Date":"7/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":91,"Cost":74,"Date":"8/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":745,"Cost":585,"Date":"10/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":790,"Cost":508,"Date":"11/11/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":224,"Cost":166,"Date":"11/30/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":324,"Cost":189,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":229,"Cost":130,"Date":"3/1/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":624,"Cost":352,"Date":"4/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":655,"Cost":363,"Date":"5/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":541,"Cost":388,"Date":"8/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":995,"Cost":501,"Date":"9/15/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":724,"Cost":472,"Date":"10/14/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":135,"Cost":73,"Date":"10/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":893,"Cost":597,"Date":"11/11/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":496,"Cost":359,"Date":"12/7/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":371,"Cost":243,"Date":"12/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":748,"Cost":468,"Date":"1/6/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":488,"Cost":249,"Date":"1/23/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":403,"Cost":362,"Date":"2/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":197,"Cost":127,"Date":"3/10/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":863,"Cost":564,"Date":"3/12/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":342,"Cost":276,"Date":"3/31/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":894,"Cost":482,"Date":"6/16/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":390,"Cost":314,"Date":"6/17/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":679,"Cost":627,"Date":"8/27/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":562,"Cost":477,"Date":"10/1/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":842,"Cost":435,"Date":"11/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":833,"Cost":675,"Date":"11/9/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":998,"Cost":818,"Date":"3/27/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":265,"Cost":218,"Date":"4/17/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":795,"Cost":524,"Date":"8/11/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":864,"Cost":433,"Date":"8/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":243,"Cost":176,"Date":"9/2/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":872,"Cost":656,"Date":"9/5/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":466,"Cost":355,"Date":"9/14/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":441,"Cost":238,"Date":"9/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":904,"Cost":475,"Date":"11/20/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":10,"Cost":7,"Date":"12/21/2018"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":447,"Cost":313,"Date":"1/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":743,"Cost":429,"Date":"1/21/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":838,"Cost":795,"Date":"2/9/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":201,"Cost":152,"Date":"3/19/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":297,"Cost":240,"Date":"4/3/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":367,"Cost":225,"Date":"4/5/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":468,"Cost":254,"Date":"4/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":821,"Cost":610,"Date":"7/10/2019"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":767,"Cost":478,"Date":"3/25/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":469,"Cost":342,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":158,"Cost":110,"Date":"10/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":128,"Cost":113,"Date":"3/2/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":717,"Cost":372,"Date":"6/28/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":391,"Cost":298,"Date":"7/17/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":34,"Cost":29,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":945,"Cost":722,"Date":"8/23/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":992,"Cost":590,"Date":"11/20/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":252,"Cost":126,"Date":"12/16/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":57,"Cost":35,"Date":"12/30/2021"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":888,"Cost":728,"Date":"2/15/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":827,"Cost":459,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":541,"Cost":329,"Date":"3/7/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":450,"Cost":227,"Date":"4/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":386,"Cost":340,"Date":"7/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":494,"Cost":306,"Date":"8/18/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":956,"Cost":810,"Date":"10/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":182,"Cost":97,"Date":"11/11/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":759,"Cost":485,"Date":"11/30/2022"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":571,"Cost":476,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":869,"Cost":525,"Date":"3/1/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":336,"Cost":253,"Date":"4/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":378,"Cost":193,"Date":"5/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":617,"Cost":389,"Date":"8/13/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":69,"Cost":42,"Date":"9/15/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":925,"Cost":818,"Date":"10/14/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":866,"Cost":455,"Date":"10/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":148,"Cost":82,"Date":"11/11/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":297,"Cost":229,"Date":"12/7/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":530,"Cost":268,"Date":"12/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":546,"Cost":312,"Date":"1/6/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":462,"Cost":367,"Date":"1/23/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":493,"Cost":358,"Date":"2/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":268,"Cost":241,"Date":"3/10/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":930,"Cost":585,"Date":"3/12/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":12,"Cost":8,"Date":"3/31/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":871,"Cost":581,"Date":"6/16/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":261,"Cost":143,"Date":"6/17/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":67,"Cost":47,"Date":"8/27/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":881,"Cost":641,"Date":"10/1/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":387,"Cost":281,"Date":"11/4/2024"},{"Store":"Xiamen SM City Mall","Brand":"COS","Country":"China","Sale":563,"Cost":462,"Date":"11/9/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":28,"Cost":21,"Date":"3/27/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":515,"Cost":389,"Date":"4/17/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":966,"Cost":816,"Date":"8/11/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":809,"Cost":443,"Date":"8/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":354,"Cost":280,"Date":"9/2/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":558,"Cost":293,"Date":"9/5/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":970,"Cost":815,"Date":"9/14/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":396,"Cost":289,"Date":"9/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":694,"Cost":611,"Date":"11/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":136,"Cost":99,"Date":"12/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":403,"Cost":332,"Date":"1/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":511,"Cost":263,"Date":"1/21/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":227,"Cost":202,"Date":"2/9/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":682,"Cost":519,"Date":"3/19/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":453,"Cost":383,"Date":"4/3/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":505,"Cost":261,"Date":"4/5/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":942,"Cost":516,"Date":"4/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":880,"Cost":830,"Date":"7/10/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":918,"Cost":852,"Date":"3/25/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":169,"Cost":100,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":835,"Cost":589,"Date":"10/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":515,"Cost":360,"Date":"3/2/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":954,"Cost":901,"Date":"6/28/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":908,"Cost":516,"Date":"7/17/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":222,"Cost":197,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":870,"Cost":626,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":962,"Cost":482,"Date":"11/20/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":603,"Cost":477,"Date":"12/16/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":219,"Cost":185,"Date":"12/30/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":819,"Cost":673,"Date":"2/15/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":638,"Cost":440,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":948,"Cost":536,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":949,"Cost":666,"Date":"4/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":518,"Cost":419,"Date":"7/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":555,"Cost":335,"Date":"8/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":197,"Cost":137,"Date":"10/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":882,"Cost":663,"Date":"11/11/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":212,"Cost":202,"Date":"11/30/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":543,"Cost":388,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":580,"Cost":290,"Date":"3/1/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":28,"Cost":15,"Date":"4/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":990,"Cost":884,"Date":"5/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":329,"Cost":269,"Date":"8/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":263,"Cost":178,"Date":"9/15/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":423,"Cost":327,"Date":"10/14/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":372,"Cost":236,"Date":"10/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":454,"Cost":278,"Date":"11/11/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":115,"Cost":102,"Date":"12/7/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":765,"Cost":586,"Date":"12/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":937,"Cost":829,"Date":"1/6/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":54,"Cost":31,"Date":"1/23/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":322,"Cost":305,"Date":"2/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":469,"Cost":265,"Date":"3/10/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":360,"Cost":339,"Date":"3/12/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":165,"Cost":139,"Date":"3/31/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":159,"Cost":113,"Date":"6/16/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":535,"Cost":353,"Date":"6/17/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":21,"Cost":19,"Date":"8/27/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":467,"Cost":291,"Date":"10/1/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":201,"Cost":120,"Date":"11/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Nova","Country":"China","Sale":731,"Cost":667,"Date":"11/9/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":727,"Cost":493,"Date":"3/27/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":811,"Cost":453,"Date":"4/17/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":499,"Cost":369,"Date":"8/11/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":119,"Cost":107,"Date":"8/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":917,"Cost":858,"Date":"9/2/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":404,"Cost":248,"Date":"9/5/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":856,"Cost":450,"Date":"9/14/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":53,"Cost":37,"Date":"9/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":211,"Cost":153,"Date":"11/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":915,"Cost":866,"Date":"12/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":346,"Cost":299,"Date":"1/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":996,"Cost":741,"Date":"1/21/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":104,"Cost":67,"Date":"2/9/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":903,"Cost":771,"Date":"3/19/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":311,"Cost":240,"Date":"4/3/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":953,"Cost":820,"Date":"4/5/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":97,"Cost":52,"Date":"4/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":749,"Cost":483,"Date":"7/10/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":536,"Cost":345,"Date":"3/25/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":358,"Cost":252,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":157,"Cost":145,"Date":"10/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":204,"Cost":186,"Date":"3/2/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":156,"Cost":144,"Date":"6/28/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":102,"Cost":67,"Date":"7/17/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":45,"Cost":37,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":166,"Cost":92,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":9,"Cost":6,"Date":"11/20/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":240,"Cost":132,"Date":"12/16/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":551,"Cost":438,"Date":"12/30/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":772,"Cost":691,"Date":"2/15/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":549,"Cost":520,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":765,"Cost":636,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":513,"Cost":456,"Date":"4/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":537,"Cost":504,"Date":"7/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":826,"Cost":421,"Date":"8/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":628,"Cost":554,"Date":"10/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":468,"Cost":431,"Date":"11/11/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":82,"Cost":41,"Date":"11/30/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":267,"Cost":209,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":45,"Cost":28,"Date":"3/1/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":659,"Cost":478,"Date":"4/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":728,"Cost":420,"Date":"5/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":712,"Cost":534,"Date":"8/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":812,"Cost":459,"Date":"9/15/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":433,"Cost":370,"Date":"10/14/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":428,"Cost":382,"Date":"10/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":374,"Cost":243,"Date":"11/11/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":947,"Cost":606,"Date":"12/7/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":993,"Cost":766,"Date":"12/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":715,"Cost":370,"Date":"1/6/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":544,"Cost":343,"Date":"1/23/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":90,"Cost":69,"Date":"2/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":309,"Cost":264,"Date":"3/10/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":504,"Cost":330,"Date":"3/12/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":746,"Cost":588,"Date":"3/31/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":770,"Cost":614,"Date":"6/16/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":728,"Cost":511,"Date":"6/17/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":887,"Cost":587,"Date":"8/27/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":830,"Cost":433,"Date":"10/1/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":858,"Cost":727,"Date":"11/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":545,"Cost":349,"Date":"11/9/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":317,"Cost":266,"Date":"3/27/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":868,"Cost":568,"Date":"4/17/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":259,"Cost":141,"Date":"8/11/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":83,"Cost":67,"Date":"8/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":644,"Cost":397,"Date":"9/2/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":687,"Cost":536,"Date":"9/5/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":871,"Cost":527,"Date":"9/14/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":668,"Cost":530,"Date":"9/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":876,"Cost":496,"Date":"11/20/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":459,"Cost":331,"Date":"12/21/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":102,"Cost":97,"Date":"1/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":823,"Cost":758,"Date":"1/21/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":8,"Cost":4,"Date":"2/9/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":579,"Cost":486,"Date":"3/19/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":413,"Cost":223,"Date":"4/3/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":211,"Cost":132,"Date":"4/5/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":50,"Cost":26,"Date":"4/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":207,"Cost":116,"Date":"7/10/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":540,"Cost":364,"Date":"3/25/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":943,"Cost":566,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":285,"Cost":172,"Date":"10/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":440,"Cost":399,"Date":"3/2/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":992,"Cost":721,"Date":"6/28/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":63,"Cost":32,"Date":"7/17/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":836,"Cost":718,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":361,"Cost":213,"Date":"8/23/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":613,"Cost":457,"Date":"11/20/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":983,"Cost":637,"Date":"12/16/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":650,"Cost":535,"Date":"12/30/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":279,"Cost":255,"Date":"2/15/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":70,"Cost":59,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":77,"Cost":47,"Date":"3/7/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":58,"Cost":37,"Date":"4/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":512,"Cost":301,"Date":"7/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":36,"Cost":25,"Date":"8/18/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":100,"Cost":57,"Date":"10/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":45,"Cost":37,"Date":"11/11/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":349,"Cost":205,"Date":"11/30/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":977,"Cost":593,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":392,"Cost":335,"Date":"3/1/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":682,"Cost":512,"Date":"4/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":171,"Cost":110,"Date":"5/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":567,"Cost":398,"Date":"8/13/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":316,"Cost":285,"Date":"9/15/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":740,"Cost":372,"Date":"10/14/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":668,"Cost":532,"Date":"10/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":977,"Cost":491,"Date":"11/11/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":1000,"Cost":657,"Date":"12/7/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":875,"Cost":801,"Date":"12/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":726,"Cost":412,"Date":"1/6/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":192,"Cost":115,"Date":"1/23/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":551,"Cost":443,"Date":"2/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":93,"Cost":46,"Date":"3/10/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":33,"Cost":27,"Date":"3/12/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":55,"Cost":33,"Date":"3/31/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":408,"Cost":339,"Date":"6/16/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":788,"Cost":705,"Date":"6/17/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":899,"Cost":635,"Date":"8/27/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":597,"Cost":381,"Date":"10/1/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":839,"Cost":446,"Date":"11/4/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":927,"Cost":798,"Date":"11/9/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":345,"Cost":286,"Date":"3/27/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":22,"Cost":14,"Date":"4/17/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":343,"Cost":292,"Date":"8/11/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":60,"Cost":47,"Date":"8/21/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":904,"Cost":502,"Date":"9/2/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":99,"Cost":84,"Date":"9/5/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":273,"Cost":237,"Date":"9/14/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":880,"Cost":512,"Date":"9/20/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":242,"Cost":203,"Date":"11/20/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":957,"Cost":803,"Date":"12/21/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":927,"Cost":638,"Date":"1/7/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":926,"Cost":625,"Date":"1/21/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":916,"Cost":673,"Date":"2/9/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":649,"Cost":509,"Date":"3/19/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":74,"Cost":44,"Date":"4/3/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":816,"Cost":748,"Date":"4/5/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":405,"Cost":299,"Date":"4/28/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":999,"Cost":568,"Date":"7/10/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":964,"Cost":796,"Date":"3/25/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":424,"Cost":280,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":774,"Cost":650,"Date":"10/28/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":294,"Cost":278,"Date":"3/2/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":431,"Cost":344,"Date":"6/28/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":525,"Cost":461,"Date":"7/17/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":349,"Cost":215,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":604,"Cost":551,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":853,"Cost":595,"Date":"11/20/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":436,"Cost":291,"Date":"12/16/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":790,"Cost":463,"Date":"12/30/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":239,"Cost":137,"Date":"2/15/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":894,"Cost":450,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":791,"Cost":740,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":898,"Cost":671,"Date":"4/18/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":696,"Cost":576,"Date":"7/27/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":282,"Cost":147,"Date":"8/18/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":564,"Cost":403,"Date":"10/31/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":932,"Cost":626,"Date":"11/11/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":605,"Cost":316,"Date":"11/30/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":796,"Cost":703,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":374,"Cost":291,"Date":"3/1/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":837,"Cost":650,"Date":"4/13/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":272,"Cost":167,"Date":"5/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":971,"Cost":704,"Date":"8/13/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":959,"Cost":849,"Date":"9/15/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":204,"Cost":153,"Date":"10/14/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":868,"Cost":755,"Date":"10/28/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":111,"Cost":103,"Date":"11/11/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":827,"Cost":704,"Date":"12/7/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":700,"Cost":363,"Date":"12/21/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":479,"Cost":419,"Date":"1/6/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":507,"Cost":336,"Date":"1/23/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":832,"Cost":577,"Date":"2/4/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":297,"Cost":252,"Date":"3/10/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":261,"Cost":245,"Date":"3/12/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":373,"Cost":220,"Date":"3/31/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":120,"Cost":98,"Date":"6/16/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":723,"Cost":499,"Date":"6/17/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":73,"Cost":50,"Date":"8/27/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":996,"Cost":697,"Date":"10/1/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":517,"Cost":362,"Date":"11/4/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":712,"Cost":386,"Date":"11/9/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":338,"Cost":318,"Date":"3/27/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":459,"Cost":271,"Date":"4/17/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":28,"Cost":15,"Date":"8/11/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":354,"Cost":286,"Date":"8/21/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":916,"Cost":550,"Date":"9/2/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":130,"Cost":70,"Date":"9/5/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":376,"Cost":301,"Date":"9/14/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":433,"Cost":397,"Date":"9/20/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":210,"Cost":194,"Date":"11/20/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":192,"Cost":101,"Date":"12/21/2018"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":243,"Cost":135,"Date":"1/7/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":802,"Cost":551,"Date":"1/21/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":264,"Cost":140,"Date":"2/9/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":507,"Cost":465,"Date":"3/19/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":233,"Cost":122,"Date":"4/3/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":227,"Cost":191,"Date":"4/5/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":325,"Cost":257,"Date":"4/28/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":317,"Cost":269,"Date":"7/10/2019"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":227,"Cost":137,"Date":"3/25/2020"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":66,"Cost":40,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":263,"Cost":232,"Date":"10/28/2020"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":719,"Cost":585,"Date":"3/2/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":29,"Cost":21,"Date":"6/28/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":156,"Cost":123,"Date":"7/17/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":291,"Cost":234,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":42,"Cost":37,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":225,"Cost":204,"Date":"11/20/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":85,"Cost":77,"Date":"12/16/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":647,"Cost":370,"Date":"12/30/2021"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":20,"Cost":16,"Date":"2/15/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":465,"Cost":437,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":721,"Cost":602,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":169,"Cost":99,"Date":"4/18/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":504,"Cost":258,"Date":"7/27/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":474,"Cost":428,"Date":"8/18/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":598,"Cost":313,"Date":"10/31/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":344,"Cost":181,"Date":"11/11/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":8,"Cost":8,"Date":"11/30/2022"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":92,"Cost":71,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":209,"Cost":106,"Date":"3/1/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":558,"Cost":342,"Date":"4/13/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":657,"Cost":625,"Date":"5/20/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":159,"Cost":149,"Date":"8/13/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":129,"Cost":70,"Date":"9/15/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":922,"Cost":842,"Date":"10/14/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":131,"Cost":75,"Date":"10/28/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":8,"Cost":5,"Date":"11/11/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":92,"Cost":49,"Date":"12/7/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":966,"Cost":790,"Date":"12/21/2023"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":170,"Cost":117,"Date":"1/6/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":170,"Cost":141,"Date":"1/23/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":202,"Cost":134,"Date":"2/4/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":790,"Cost":410,"Date":"3/10/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":791,"Cost":629,"Date":"3/12/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":392,"Cost":280,"Date":"3/31/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":605,"Cost":310,"Date":"6/16/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":89,"Cost":75,"Date":"6/17/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":554,"Cost":369,"Date":"8/27/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":348,"Cost":196,"Date":"10/1/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":777,"Cost":599,"Date":"11/4/2024"},{"Store":"Fuzhou MixC","Brand":"Nova","Country":"China","Sale":505,"Cost":375,"Date":"11/9/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":580,"Cost":532,"Date":"3/27/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":286,"Cost":167,"Date":"4/17/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":97,"Cost":54,"Date":"8/11/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":186,"Cost":112,"Date":"8/21/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":865,"Cost":628,"Date":"9/2/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":463,"Cost":308,"Date":"9/5/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":415,"Cost":211,"Date":"9/14/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":712,"Cost":641,"Date":"9/20/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":423,"Cost":301,"Date":"11/20/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":844,"Cost":604,"Date":"12/21/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":822,"Cost":595,"Date":"1/7/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":13,"Cost":9,"Date":"1/21/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":132,"Cost":86,"Date":"2/9/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":284,"Cost":219,"Date":"3/19/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":724,"Cost":674,"Date":"4/3/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":781,"Cost":715,"Date":"4/5/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":547,"Cost":420,"Date":"4/28/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":130,"Cost":74,"Date":"7/10/2019"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":723,"Cost":676,"Date":"3/25/2020"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":281,"Cost":255,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":31,"Cost":29,"Date":"10/28/2020"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":852,"Cost":739,"Date":"3/2/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":216,"Cost":112,"Date":"6/28/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":628,"Cost":569,"Date":"7/17/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":219,"Cost":189,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":408,"Cost":312,"Date":"8/23/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":709,"Cost":395,"Date":"11/20/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":408,"Cost":300,"Date":"12/16/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":83,"Cost":78,"Date":"12/30/2021"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":741,"Cost":431,"Date":"2/15/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":955,"Cost":633,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":877,"Cost":486,"Date":"3/7/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":559,"Cost":329,"Date":"4/18/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":64,"Cost":51,"Date":"7/27/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":756,"Cost":684,"Date":"8/18/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":73,"Cost":59,"Date":"10/31/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":876,"Cost":764,"Date":"11/11/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":693,"Cost":385,"Date":"11/30/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":2,"Cost":1,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":144,"Cost":112,"Date":"3/1/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":636,"Cost":447,"Date":"4/13/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":924,"Cost":694,"Date":"5/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":60,"Cost":48,"Date":"8/13/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":564,"Cost":524,"Date":"9/15/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":569,"Cost":525,"Date":"10/14/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":720,"Cost":503,"Date":"10/28/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":388,"Cost":317,"Date":"11/11/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":127,"Cost":96,"Date":"12/7/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":61,"Cost":54,"Date":"12/21/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":776,"Cost":522,"Date":"1/6/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":226,"Cost":136,"Date":"1/23/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":537,"Cost":295,"Date":"2/4/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":445,"Cost":225,"Date":"3/10/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":786,"Cost":641,"Date":"3/12/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":508,"Cost":433,"Date":"3/31/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":320,"Cost":194,"Date":"6/16/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":326,"Cost":244,"Date":"6/17/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":710,"Cost":543,"Date":"8/27/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":146,"Cost":126,"Date":"10/1/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":524,"Cost":468,"Date":"11/4/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":234,"Cost":142,"Date":"11/9/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":732,"Cost":482,"Date":"3/27/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":523,"Cost":450,"Date":"4/17/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":465,"Cost":293,"Date":"8/11/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":903,"Cost":763,"Date":"8/21/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":245,"Cost":164,"Date":"9/2/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":823,"Cost":643,"Date":"9/5/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":600,"Cost":335,"Date":"9/14/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":509,"Cost":363,"Date":"9/20/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":117,"Cost":103,"Date":"11/20/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":470,"Cost":307,"Date":"12/21/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":199,"Cost":173,"Date":"1/7/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":681,"Cost":392,"Date":"1/21/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":137,"Cost":83,"Date":"2/9/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":399,"Cost":363,"Date":"3/19/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":289,"Cost":258,"Date":"4/3/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":329,"Cost":164,"Date":"4/5/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":469,"Cost":427,"Date":"4/28/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":890,"Cost":771,"Date":"7/10/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":139,"Cost":88,"Date":"3/25/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":480,"Cost":322,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":973,"Cost":506,"Date":"10/28/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":27,"Cost":21,"Date":"3/2/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":276,"Cost":217,"Date":"6/28/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":694,"Cost":547,"Date":"7/17/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":122,"Cost":81,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":994,"Cost":934,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":585,"Cost":432,"Date":"11/20/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":333,"Cost":204,"Date":"12/16/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":876,"Cost":548,"Date":"12/30/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":81,"Cost":76,"Date":"2/15/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":372,"Cost":304,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":377,"Cost":222,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":490,"Cost":266,"Date":"4/18/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":152,"Cost":115,"Date":"7/27/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":859,"Cost":452,"Date":"8/18/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":661,"Cost":611,"Date":"10/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":270,"Cost":238,"Date":"11/11/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":968,"Cost":916,"Date":"11/30/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":469,"Cost":425,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":429,"Cost":292,"Date":"3/1/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":118,"Cost":95,"Date":"4/13/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":32,"Cost":27,"Date":"5/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":677,"Cost":585,"Date":"8/13/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":352,"Cost":303,"Date":"9/15/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":945,"Cost":492,"Date":"10/14/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":443,"Cost":283,"Date":"10/28/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":938,"Cost":695,"Date":"11/11/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":591,"Cost":415,"Date":"12/7/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":615,"Cost":352,"Date":"12/21/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":303,"Cost":151,"Date":"1/6/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":412,"Cost":347,"Date":"1/23/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":563,"Cost":364,"Date":"2/4/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":593,"Cost":436,"Date":"3/10/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":276,"Cost":158,"Date":"3/12/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":188,"Cost":162,"Date":"3/31/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":893,"Cost":627,"Date":"6/16/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":977,"Cost":901,"Date":"6/17/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":541,"Cost":501,"Date":"8/27/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":715,"Cost":678,"Date":"10/1/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":320,"Cost":265,"Date":"11/4/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":569,"Cost":476,"Date":"11/9/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":122,"Cost":75,"Date":"3/27/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":743,"Cost":490,"Date":"4/17/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":103,"Cost":51,"Date":"8/11/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":693,"Cost":493,"Date":"8/21/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":482,"Cost":273,"Date":"9/2/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":887,"Cost":755,"Date":"9/5/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":753,"Cost":421,"Date":"9/14/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":102,"Cost":85,"Date":"9/20/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":201,"Cost":181,"Date":"11/20/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":460,"Cost":352,"Date":"12/21/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":485,"Cost":264,"Date":"1/7/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":841,"Cost":798,"Date":"1/21/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":824,"Cost":569,"Date":"2/9/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":695,"Cost":418,"Date":"3/19/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":171,"Cost":146,"Date":"4/3/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":756,"Cost":683,"Date":"4/5/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":484,"Cost":426,"Date":"4/28/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":946,"Cost":793,"Date":"7/10/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":810,"Cost":462,"Date":"3/25/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":613,"Cost":573,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":322,"Cost":212,"Date":"10/28/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":440,"Cost":260,"Date":"3/2/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":3,"Cost":1,"Date":"6/28/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":914,"Cost":746,"Date":"7/17/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":875,"Cost":809,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":272,"Cost":254,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":360,"Cost":272,"Date":"11/20/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":176,"Cost":151,"Date":"12/16/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":267,"Cost":225,"Date":"12/30/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":865,"Cost":489,"Date":"2/15/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":771,"Cost":541,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":391,"Cost":318,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":624,"Cost":476,"Date":"4/18/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":644,"Cost":443,"Date":"7/27/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":528,"Cost":490,"Date":"8/18/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":176,"Cost":140,"Date":"10/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":603,"Cost":343,"Date":"11/11/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":207,"Cost":158,"Date":"11/30/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":109,"Cost":82,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":851,"Cost":511,"Date":"3/1/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":920,"Cost":866,"Date":"4/13/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":408,"Cost":350,"Date":"5/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":729,"Cost":449,"Date":"8/13/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":957,"Cost":893,"Date":"9/15/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":997,"Cost":554,"Date":"10/14/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":545,"Cost":410,"Date":"10/28/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":281,"Cost":221,"Date":"11/11/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":889,"Cost":672,"Date":"12/7/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":720,"Cost":379,"Date":"12/21/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":137,"Cost":122,"Date":"1/6/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":129,"Cost":99,"Date":"1/23/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":549,"Cost":399,"Date":"2/4/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":379,"Cost":212,"Date":"3/10/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":489,"Cost":289,"Date":"3/12/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":426,"Cost":319,"Date":"3/31/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":716,"Cost":648,"Date":"6/16/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":724,"Cost":672,"Date":"6/17/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":933,"Cost":797,"Date":"8/27/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":68,"Cost":46,"Date":"10/1/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":823,"Cost":535,"Date":"11/4/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":208,"Cost":126,"Date":"11/9/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":646,"Cost":587,"Date":"3/27/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":44,"Cost":27,"Date":"4/17/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":730,"Cost":598,"Date":"8/11/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":962,"Cost":720,"Date":"8/21/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":480,"Cost":335,"Date":"9/2/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":87,"Cost":70,"Date":"9/5/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":656,"Cost":581,"Date":"9/14/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":53,"Cost":40,"Date":"9/20/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":234,"Cost":156,"Date":"11/20/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":968,"Cost":745,"Date":"12/21/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":765,"Cost":655,"Date":"1/7/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":753,"Cost":542,"Date":"1/21/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":179,"Cost":96,"Date":"2/9/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":755,"Cost":627,"Date":"3/19/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":504,"Cost":415,"Date":"4/3/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":805,"Cost":758,"Date":"4/5/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":775,"Cost":623,"Date":"4/28/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":167,"Cost":99,"Date":"7/10/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":353,"Cost":280,"Date":"3/25/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":488,"Cost":451,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":604,"Cost":358,"Date":"10/28/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":814,"Cost":442,"Date":"3/2/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":743,"Cost":597,"Date":"6/28/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":771,"Cost":425,"Date":"7/17/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":494,"Cost":464,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":709,"Cost":401,"Date":"8/23/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":438,"Cost":240,"Date":"11/20/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":735,"Cost":612,"Date":"12/16/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":799,"Cost":725,"Date":"12/30/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":119,"Cost":86,"Date":"2/15/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":954,"Cost":665,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":674,"Cost":541,"Date":"3/7/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":789,"Cost":636,"Date":"4/18/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":905,"Cost":792,"Date":"7/27/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":448,"Cost":285,"Date":"8/18/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":360,"Cost":241,"Date":"10/31/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":538,"Cost":506,"Date":"11/11/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":185,"Cost":173,"Date":"11/30/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":866,"Cost":635,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":186,"Cost":162,"Date":"3/1/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":242,"Cost":200,"Date":"4/13/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":907,"Cost":710,"Date":"5/20/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":353,"Cost":262,"Date":"8/13/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":978,"Cost":787,"Date":"9/15/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":975,"Cost":700,"Date":"10/14/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":503,"Cost":408,"Date":"10/28/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":573,"Cost":456,"Date":"11/11/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":492,"Cost":279,"Date":"12/7/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":890,"Cost":591,"Date":"12/21/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":1,"Cost":1,"Date":"1/6/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":610,"Cost":401,"Date":"1/23/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":880,"Cost":741,"Date":"2/4/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":669,"Cost":551,"Date":"3/10/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":265,"Cost":138,"Date":"3/12/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":689,"Cost":474,"Date":"3/31/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":486,"Cost":390,"Date":"6/16/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":714,"Cost":519,"Date":"6/17/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":674,"Cost":360,"Date":"8/27/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":176,"Cost":89,"Date":"10/1/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":994,"Cost":723,"Date":"11/4/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":726,"Cost":583,"Date":"11/9/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":752,"Cost":441,"Date":"3/27/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":314,"Cost":213,"Date":"4/17/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":973,"Cost":511,"Date":"8/11/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":508,"Cost":429,"Date":"8/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":296,"Cost":149,"Date":"9/2/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":847,"Cost":657,"Date":"9/5/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":471,"Cost":330,"Date":"9/14/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":61,"Cost":35,"Date":"9/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":473,"Cost":381,"Date":"11/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":184,"Cost":98,"Date":"12/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":133,"Cost":123,"Date":"1/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":693,"Cost":416,"Date":"1/21/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":180,"Cost":147,"Date":"2/9/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":998,"Cost":541,"Date":"3/19/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":465,"Cost":348,"Date":"4/3/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":16,"Cost":13,"Date":"4/5/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":215,"Cost":198,"Date":"4/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":612,"Cost":555,"Date":"7/10/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":635,"Cost":401,"Date":"3/25/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":536,"Cost":281,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":452,"Cost":230,"Date":"10/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":957,"Cost":490,"Date":"3/2/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":550,"Cost":417,"Date":"6/28/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":676,"Cost":403,"Date":"7/17/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":60,"Cost":53,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":285,"Cost":149,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":490,"Cost":260,"Date":"11/20/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":472,"Cost":406,"Date":"12/16/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":863,"Cost":621,"Date":"12/30/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":426,"Cost":283,"Date":"2/15/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":590,"Cost":406,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":50,"Cost":26,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":841,"Cost":725,"Date":"4/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":258,"Cost":177,"Date":"7/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":513,"Cost":411,"Date":"8/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":436,"Cost":249,"Date":"10/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":146,"Cost":80,"Date":"11/11/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":665,"Cost":552,"Date":"11/30/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":482,"Cost":286,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":905,"Cost":800,"Date":"3/1/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":392,"Cost":352,"Date":"4/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":123,"Cost":92,"Date":"5/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":802,"Cost":470,"Date":"8/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":84,"Cost":62,"Date":"9/15/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":308,"Cost":187,"Date":"10/14/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":919,"Cost":731,"Date":"10/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":502,"Cost":374,"Date":"11/11/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":384,"Cost":278,"Date":"12/7/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":475,"Cost":248,"Date":"12/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":70,"Cost":38,"Date":"1/6/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":381,"Cost":321,"Date":"1/23/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":510,"Cost":285,"Date":"2/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":220,"Cost":197,"Date":"3/10/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":920,"Cost":667,"Date":"3/12/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":969,"Cost":871,"Date":"3/31/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":871,"Cost":551,"Date":"6/16/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":648,"Cost":358,"Date":"6/17/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":907,"Cost":804,"Date":"8/27/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":771,"Cost":714,"Date":"10/1/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":851,"Cost":552,"Date":"11/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":300,"Cost":260,"Date":"11/9/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":558,"Cost":313,"Date":"3/27/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":387,"Cost":358,"Date":"4/17/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":763,"Cost":681,"Date":"8/11/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":528,"Cost":360,"Date":"8/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":240,"Cost":131,"Date":"9/2/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":341,"Cost":299,"Date":"9/5/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":369,"Cost":209,"Date":"9/14/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":581,"Cost":528,"Date":"9/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":998,"Cost":776,"Date":"11/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":854,"Cost":775,"Date":"12/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":720,"Cost":636,"Date":"1/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":460,"Cost":311,"Date":"1/21/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":339,"Cost":306,"Date":"2/9/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":942,"Cost":890,"Date":"3/19/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":408,"Cost":347,"Date":"4/3/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":800,"Cost":587,"Date":"4/5/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":893,"Cost":601,"Date":"4/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":592,"Cost":503,"Date":"7/10/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":521,"Cost":370,"Date":"3/25/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":271,"Cost":189,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":813,"Cost":499,"Date":"10/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":237,"Cost":134,"Date":"3/2/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":817,"Cost":456,"Date":"6/28/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":528,"Cost":480,"Date":"7/17/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":173,"Cost":106,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":11,"Cost":8,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":64,"Cost":39,"Date":"11/20/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":18,"Cost":9,"Date":"12/16/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":49,"Cost":38,"Date":"12/30/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":388,"Cost":234,"Date":"2/15/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":253,"Cost":190,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":356,"Cost":297,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":363,"Cost":345,"Date":"4/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":373,"Cost":188,"Date":"7/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":529,"Cost":284,"Date":"8/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":66,"Cost":56,"Date":"10/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":19,"Cost":16,"Date":"11/11/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":858,"Cost":542,"Date":"11/30/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":129,"Cost":104,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":700,"Cost":531,"Date":"3/1/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":74,"Cost":38,"Date":"4/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":62,"Cost":46,"Date":"5/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":895,"Cost":668,"Date":"8/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":75,"Cost":42,"Date":"9/15/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":48,"Cost":31,"Date":"10/14/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":236,"Cost":209,"Date":"10/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":836,"Cost":671,"Date":"11/11/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":55,"Cost":27,"Date":"12/7/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":68,"Cost":37,"Date":"12/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":165,"Cost":91,"Date":"1/6/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":995,"Cost":703,"Date":"1/23/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":552,"Cost":370,"Date":"2/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":320,"Cost":215,"Date":"3/10/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":533,"Cost":492,"Date":"3/12/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":796,"Cost":593,"Date":"3/31/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":570,"Cost":437,"Date":"6/16/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":413,"Cost":318,"Date":"6/17/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":531,"Cost":466,"Date":"8/27/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":388,"Cost":198,"Date":"10/1/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":375,"Cost":270,"Date":"11/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":964,"Cost":880,"Date":"11/9/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":245,"Cost":147,"Date":"3/27/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":173,"Cost":106,"Date":"4/17/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":423,"Cost":279,"Date":"8/11/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":220,"Cost":134,"Date":"8/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":99,"Cost":75,"Date":"9/2/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":260,"Cost":131,"Date":"9/5/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":70,"Cost":60,"Date":"9/14/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":787,"Cost":483,"Date":"9/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":268,"Cost":227,"Date":"11/20/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":868,"Cost":666,"Date":"12/21/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":670,"Cost":620,"Date":"1/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":551,"Cost":485,"Date":"1/21/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":342,"Cost":206,"Date":"2/9/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":951,"Cost":788,"Date":"3/19/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":60,"Cost":48,"Date":"4/3/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":745,"Cost":561,"Date":"4/5/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":249,"Cost":214,"Date":"4/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":145,"Cost":120,"Date":"7/10/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":544,"Cost":368,"Date":"3/25/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":489,"Cost":266,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":204,"Cost":119,"Date":"10/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":553,"Cost":294,"Date":"3/2/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":682,"Cost":620,"Date":"6/28/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":16,"Cost":9,"Date":"7/17/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":90,"Cost":64,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":60,"Cost":50,"Date":"8/23/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":566,"Cost":365,"Date":"11/20/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":697,"Cost":546,"Date":"12/16/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":808,"Cost":622,"Date":"12/30/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":602,"Cost":363,"Date":"2/15/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":382,"Cost":197,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":151,"Cost":83,"Date":"3/7/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":141,"Cost":91,"Date":"4/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":233,"Cost":213,"Date":"7/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":431,"Cost":278,"Date":"8/18/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":395,"Cost":369,"Date":"10/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":834,"Cost":700,"Date":"11/11/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":567,"Cost":299,"Date":"11/30/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":394,"Cost":342,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":137,"Cost":103,"Date":"3/1/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":165,"Cost":140,"Date":"4/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":934,"Cost":844,"Date":"5/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":873,"Cost":715,"Date":"8/13/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":404,"Cost":251,"Date":"9/15/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":892,"Cost":784,"Date":"10/14/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":884,"Cost":585,"Date":"10/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":536,"Cost":380,"Date":"11/11/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":243,"Cost":149,"Date":"12/7/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":498,"Cost":408,"Date":"12/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":892,"Cost":525,"Date":"1/6/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":286,"Cost":217,"Date":"1/23/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":559,"Cost":505,"Date":"2/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":676,"Cost":425,"Date":"3/10/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":690,"Cost":507,"Date":"3/12/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":820,"Cost":448,"Date":"3/31/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":523,"Cost":474,"Date":"6/16/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":626,"Cost":336,"Date":"6/17/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":350,"Cost":229,"Date":"8/27/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":827,"Cost":504,"Date":"10/1/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":169,"Cost":145,"Date":"11/4/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"ARKET","Country":"China","Sale":563,"Cost":529,"Date":"11/9/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":57,"Cost":54,"Date":"3/27/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":560,"Cost":302,"Date":"4/17/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":984,"Cost":713,"Date":"8/11/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":437,"Cost":287,"Date":"8/21/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":942,"Cost":737,"Date":"9/2/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":95,"Cost":76,"Date":"9/5/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":502,"Cost":294,"Date":"9/14/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":441,"Cost":355,"Date":"9/20/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":73,"Cost":51,"Date":"11/20/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":733,"Cost":632,"Date":"12/21/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":919,"Cost":690,"Date":"1/7/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":649,"Cost":616,"Date":"1/21/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":674,"Cost":344,"Date":"2/9/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":589,"Cost":383,"Date":"3/19/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":583,"Cost":398,"Date":"4/3/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":120,"Cost":88,"Date":"4/5/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":265,"Cost":183,"Date":"4/28/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":68,"Cost":55,"Date":"7/10/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":675,"Cost":386,"Date":"3/25/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":3,"Cost":3,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":152,"Cost":109,"Date":"10/28/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":283,"Cost":203,"Date":"3/2/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":840,"Cost":789,"Date":"6/28/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":636,"Cost":351,"Date":"7/17/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":389,"Cost":284,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":714,"Cost":521,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":758,"Cost":425,"Date":"11/20/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":813,"Cost":710,"Date":"12/16/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":286,"Cost":149,"Date":"12/30/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":200,"Cost":171,"Date":"2/15/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":375,"Cost":353,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":326,"Cost":166,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":984,"Cost":505,"Date":"4/18/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":916,"Cost":869,"Date":"7/27/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":826,"Cost":639,"Date":"8/18/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":718,"Cost":566,"Date":"10/31/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":430,"Cost":386,"Date":"11/11/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":622,"Cost":384,"Date":"11/30/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":789,"Cost":475,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":274,"Cost":220,"Date":"3/1/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":303,"Cost":275,"Date":"4/13/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":35,"Cost":24,"Date":"5/20/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":775,"Cost":687,"Date":"8/13/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":336,"Cost":249,"Date":"9/15/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":136,"Cost":127,"Date":"10/14/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":149,"Cost":85,"Date":"10/28/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":169,"Cost":85,"Date":"11/11/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":673,"Cost":422,"Date":"12/7/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":763,"Cost":488,"Date":"12/21/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":331,"Cost":240,"Date":"1/6/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":707,"Cost":390,"Date":"1/23/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":256,"Cost":195,"Date":"2/4/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":346,"Cost":247,"Date":"3/10/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":89,"Cost":57,"Date":"3/12/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":427,"Cost":390,"Date":"3/31/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":165,"Cost":95,"Date":"6/16/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":461,"Cost":252,"Date":"6/17/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":967,"Cost":840,"Date":"8/27/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":331,"Cost":282,"Date":"10/1/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":734,"Cost":525,"Date":"11/4/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":321,"Cost":229,"Date":"11/9/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":284,"Cost":168,"Date":"3/27/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":819,"Cost":460,"Date":"4/17/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":347,"Cost":279,"Date":"8/11/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":18,"Cost":10,"Date":"8/21/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":127,"Cost":65,"Date":"9/2/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":381,"Cost":214,"Date":"9/5/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":808,"Cost":726,"Date":"9/14/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":677,"Cost":458,"Date":"9/20/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":941,"Cost":537,"Date":"11/20/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":909,"Cost":764,"Date":"12/21/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":383,"Cost":195,"Date":"1/7/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":750,"Cost":618,"Date":"1/21/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":524,"Cost":422,"Date":"2/9/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":972,"Cost":917,"Date":"3/19/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":753,"Cost":427,"Date":"4/3/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":636,"Cost":406,"Date":"4/5/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":715,"Cost":663,"Date":"4/28/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":336,"Cost":169,"Date":"7/10/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":32,"Cost":28,"Date":"3/25/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":910,"Cost":493,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":714,"Cost":457,"Date":"10/28/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":526,"Cost":319,"Date":"3/2/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":644,"Cost":354,"Date":"6/28/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":692,"Cost":589,"Date":"7/17/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":281,"Cost":143,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":783,"Cost":488,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":997,"Cost":909,"Date":"11/20/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":468,"Cost":437,"Date":"12/16/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":779,"Cost":424,"Date":"12/30/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":296,"Cost":230,"Date":"2/15/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":647,"Cost":340,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":908,"Cost":682,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":93,"Cost":56,"Date":"4/18/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":663,"Cost":617,"Date":"7/27/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":120,"Cost":112,"Date":"8/18/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":137,"Cost":94,"Date":"10/31/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":711,"Cost":546,"Date":"11/11/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":743,"Cost":601,"Date":"11/30/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":602,"Cost":478,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":815,"Cost":678,"Date":"3/1/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":436,"Cost":329,"Date":"4/13/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":678,"Cost":423,"Date":"5/20/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":271,"Cost":171,"Date":"8/13/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":150,"Cost":91,"Date":"9/15/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":69,"Cost":55,"Date":"10/14/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":737,"Cost":652,"Date":"10/28/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":421,"Cost":349,"Date":"11/11/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":29,"Cost":15,"Date":"12/7/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":676,"Cost":427,"Date":"12/21/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":42,"Cost":35,"Date":"1/6/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":25,"Cost":18,"Date":"1/23/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":648,"Cost":446,"Date":"2/4/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":665,"Cost":432,"Date":"3/10/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":367,"Cost":208,"Date":"3/12/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":119,"Cost":96,"Date":"3/31/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":770,"Cost":599,"Date":"6/16/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":985,"Cost":696,"Date":"6/17/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":865,"Cost":539,"Date":"8/27/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":152,"Cost":141,"Date":"10/1/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":116,"Cost":67,"Date":"11/4/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":43,"Cost":40,"Date":"11/9/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":428,"Cost":296,"Date":"3/27/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":763,"Cost":521,"Date":"4/17/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":803,"Cost":657,"Date":"8/11/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":653,"Cost":502,"Date":"8/21/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":26,"Cost":22,"Date":"9/2/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":131,"Cost":122,"Date":"9/5/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":680,"Cost":539,"Date":"9/14/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":220,"Cost":209,"Date":"9/20/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":684,"Cost":503,"Date":"11/20/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":906,"Cost":859,"Date":"12/21/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":541,"Cost":318,"Date":"1/7/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":559,"Cost":298,"Date":"1/21/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":220,"Cost":141,"Date":"2/9/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":149,"Cost":121,"Date":"3/19/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":754,"Cost":384,"Date":"4/3/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":209,"Cost":166,"Date":"4/5/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":171,"Cost":147,"Date":"4/28/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":943,"Cost":763,"Date":"7/10/2019"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":441,"Cost":277,"Date":"3/25/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":413,"Cost":353,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":395,"Cost":297,"Date":"10/28/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":618,"Cost":451,"Date":"3/2/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":717,"Cost":596,"Date":"6/28/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":399,"Cost":264,"Date":"7/17/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":306,"Cost":225,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":680,"Cost":494,"Date":"8/23/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":524,"Cost":276,"Date":"11/20/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":329,"Cost":213,"Date":"12/16/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":271,"Cost":140,"Date":"12/30/2021"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":137,"Cost":102,"Date":"2/15/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":840,"Cost":695,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":859,"Cost":802,"Date":"3/7/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":792,"Cost":659,"Date":"4/18/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":196,"Cost":129,"Date":"7/27/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":138,"Cost":83,"Date":"8/18/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":52,"Cost":43,"Date":"10/31/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":84,"Cost":69,"Date":"11/11/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":991,"Cost":574,"Date":"11/30/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":119,"Cost":69,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":499,"Cost":300,"Date":"3/1/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":64,"Cost":32,"Date":"4/13/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":994,"Cost":585,"Date":"5/20/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":851,"Cost":525,"Date":"8/13/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":104,"Cost":63,"Date":"9/15/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":491,"Cost":335,"Date":"10/14/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":614,"Cost":498,"Date":"10/28/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":456,"Cost":275,"Date":"11/11/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":484,"Cost":457,"Date":"12/7/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":717,"Cost":680,"Date":"12/21/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":912,"Cost":495,"Date":"1/6/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":249,"Cost":160,"Date":"1/23/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":23,"Cost":19,"Date":"2/4/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":265,"Cost":228,"Date":"3/10/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":588,"Cost":321,"Date":"3/12/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":524,"Cost":312,"Date":"3/31/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":75,"Cost":56,"Date":"6/16/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":954,"Cost":783,"Date":"6/17/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":354,"Cost":179,"Date":"8/27/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":555,"Cost":291,"Date":"10/1/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":688,"Cost":349,"Date":"11/4/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":835,"Cost":651,"Date":"11/9/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":799,"Cost":410,"Date":"3/27/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":214,"Cost":132,"Date":"4/17/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":387,"Cost":218,"Date":"8/11/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":637,"Cost":591,"Date":"8/21/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":511,"Cost":436,"Date":"9/2/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":920,"Cost":534,"Date":"9/5/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":95,"Cost":70,"Date":"9/14/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":50,"Cost":33,"Date":"9/20/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":878,"Cost":795,"Date":"11/20/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":845,"Cost":502,"Date":"12/21/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":857,"Cost":703,"Date":"1/7/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":277,"Cost":214,"Date":"1/21/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":364,"Cost":184,"Date":"2/9/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":569,"Cost":495,"Date":"3/19/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":874,"Cost":500,"Date":"4/3/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":586,"Cost":399,"Date":"4/5/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":763,"Cost":527,"Date":"4/28/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":197,"Cost":157,"Date":"7/10/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":472,"Cost":309,"Date":"3/25/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":532,"Cost":276,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":579,"Cost":502,"Date":"10/28/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":222,"Cost":161,"Date":"3/2/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":207,"Cost":197,"Date":"6/28/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":682,"Cost":613,"Date":"7/17/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":613,"Cost":409,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":923,"Cost":553,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":726,"Cost":536,"Date":"11/20/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":543,"Cost":307,"Date":"12/16/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":109,"Cost":85,"Date":"12/30/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":214,"Cost":141,"Date":"2/15/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":871,"Cost":469,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":636,"Cost":374,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":625,"Cost":395,"Date":"4/18/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":118,"Cost":93,"Date":"7/27/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":195,"Cost":177,"Date":"8/18/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":87,"Cost":62,"Date":"10/31/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":888,"Cost":764,"Date":"11/11/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":944,"Cost":507,"Date":"11/30/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":951,"Cost":626,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":436,"Cost":348,"Date":"3/1/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":629,"Cost":349,"Date":"4/13/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":898,"Cost":686,"Date":"5/20/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":727,"Cost":637,"Date":"8/13/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":432,"Cost":397,"Date":"9/15/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":294,"Cost":272,"Date":"10/14/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":676,"Cost":580,"Date":"10/28/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":7,"Cost":7,"Date":"11/11/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":216,"Cost":155,"Date":"12/7/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":31,"Cost":25,"Date":"12/21/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":620,"Cost":530,"Date":"1/6/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":773,"Cost":447,"Date":"1/23/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":426,"Cost":402,"Date":"2/4/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":647,"Cost":491,"Date":"3/10/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":83,"Cost":78,"Date":"3/12/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":468,"Cost":316,"Date":"3/31/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":98,"Cost":92,"Date":"6/16/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":37,"Cost":30,"Date":"6/17/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":91,"Cost":78,"Date":"8/27/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":398,"Cost":328,"Date":"10/1/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":166,"Cost":153,"Date":"11/4/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":268,"Cost":164,"Date":"11/9/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":256,"Cost":136,"Date":"3/27/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":923,"Cost":633,"Date":"4/17/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":433,"Cost":349,"Date":"8/11/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":331,"Cost":173,"Date":"8/21/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":665,"Cost":427,"Date":"9/2/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":73,"Cost":70,"Date":"9/5/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":924,"Cost":868,"Date":"9/14/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":658,"Cost":540,"Date":"9/20/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":936,"Cost":802,"Date":"11/20/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":385,"Cost":251,"Date":"12/21/2018"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":977,"Cost":537,"Date":"1/7/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":782,"Cost":684,"Date":"1/21/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":832,"Cost":613,"Date":"2/9/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":532,"Cost":435,"Date":"3/19/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":799,"Cost":546,"Date":"4/3/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":991,"Cost":505,"Date":"4/5/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":319,"Cost":237,"Date":"4/28/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":329,"Cost":198,"Date":"7/10/2019"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":724,"Cost":537,"Date":"3/25/2020"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":497,"Cost":416,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":842,"Cost":458,"Date":"10/28/2020"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":847,"Cost":639,"Date":"3/2/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":947,"Cost":878,"Date":"6/28/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":644,"Cost":610,"Date":"7/17/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":496,"Cost":443,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":45,"Cost":31,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":793,"Cost":612,"Date":"11/20/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":685,"Cost":601,"Date":"12/16/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":581,"Cost":332,"Date":"12/30/2021"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":619,"Cost":422,"Date":"2/15/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":357,"Cost":328,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":523,"Cost":466,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":943,"Cost":641,"Date":"4/18/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":236,"Cost":144,"Date":"7/27/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":314,"Cost":281,"Date":"8/18/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":949,"Cost":704,"Date":"10/31/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":729,"Cost":494,"Date":"11/11/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":986,"Cost":861,"Date":"11/30/2022"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":692,"Cost":525,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":500,"Cost":411,"Date":"3/1/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":537,"Cost":436,"Date":"4/13/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":167,"Cost":146,"Date":"5/20/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":815,"Cost":748,"Date":"8/13/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":413,"Cost":336,"Date":"9/15/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":19,"Cost":17,"Date":"10/14/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":639,"Cost":423,"Date":"10/28/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":620,"Cost":356,"Date":"11/11/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":36,"Cost":24,"Date":"12/7/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":235,"Cost":132,"Date":"12/21/2023"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":493,"Cost":391,"Date":"1/6/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":265,"Cost":162,"Date":"1/23/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":883,"Cost":480,"Date":"2/4/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":75,"Cost":55,"Date":"3/10/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":228,"Cost":165,"Date":"3/12/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":899,"Cost":619,"Date":"3/31/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":648,"Cost":612,"Date":"6/16/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":55,"Cost":43,"Date":"6/17/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":112,"Cost":93,"Date":"8/27/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":33,"Cost":23,"Date":"10/1/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":960,"Cost":777,"Date":"11/4/2024"},{"Store":"Field's, Copenhagen","Brand":"Sellpy","Country":"Denmark","Sale":750,"Cost":683,"Date":"11/9/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":55,"Cost":38,"Date":"3/27/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":651,"Cost":613,"Date":"4/17/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":740,"Cost":396,"Date":"8/11/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":832,"Cost":511,"Date":"8/21/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":90,"Cost":72,"Date":"9/2/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":778,"Cost":708,"Date":"9/5/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":840,"Cost":424,"Date":"9/14/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":727,"Cost":466,"Date":"9/20/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":226,"Cost":173,"Date":"11/20/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":299,"Cost":284,"Date":"12/21/2018"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":293,"Cost":272,"Date":"1/7/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":146,"Cost":95,"Date":"1/21/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":838,"Cost":472,"Date":"2/9/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":363,"Cost":324,"Date":"3/19/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":966,"Cost":783,"Date":"4/3/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":317,"Cost":221,"Date":"4/5/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":314,"Cost":249,"Date":"4/28/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":19,"Cost":10,"Date":"7/10/2019"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":652,"Cost":377,"Date":"3/25/2020"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":709,"Cost":571,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":621,"Cost":535,"Date":"10/28/2020"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":112,"Cost":99,"Date":"3/2/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":890,"Cost":559,"Date":"6/28/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":51,"Cost":25,"Date":"7/17/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":214,"Cost":127,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":874,"Cost":761,"Date":"8/23/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":246,"Cost":203,"Date":"11/20/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":852,"Cost":495,"Date":"12/16/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":811,"Cost":458,"Date":"12/30/2021"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":229,"Cost":172,"Date":"2/15/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":376,"Cost":265,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":393,"Cost":287,"Date":"3/7/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":239,"Cost":124,"Date":"4/18/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":967,"Cost":774,"Date":"7/27/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":875,"Cost":588,"Date":"8/18/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":862,"Cost":616,"Date":"10/31/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":865,"Cost":769,"Date":"11/11/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":212,"Cost":133,"Date":"11/30/2022"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":434,"Cost":224,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":327,"Cost":167,"Date":"3/1/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":647,"Cost":409,"Date":"4/13/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":622,"Cost":571,"Date":"5/20/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":497,"Cost":467,"Date":"8/13/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":845,"Cost":474,"Date":"9/15/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":810,"Cost":656,"Date":"10/14/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":114,"Cost":70,"Date":"10/28/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":763,"Cost":652,"Date":"11/11/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":132,"Cost":84,"Date":"12/7/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":80,"Cost":57,"Date":"12/21/2023"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":295,"Cost":180,"Date":"1/6/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":907,"Cost":694,"Date":"1/23/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":340,"Cost":205,"Date":"2/4/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":819,"Cost":468,"Date":"3/10/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":921,"Cost":644,"Date":"3/12/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":253,"Cost":186,"Date":"3/31/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":49,"Cost":42,"Date":"6/16/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":169,"Cost":136,"Date":"6/17/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":353,"Cost":260,"Date":"8/27/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":885,"Cost":481,"Date":"10/1/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":137,"Cost":102,"Date":"11/4/2024"},{"Store":"Field's, Copenhagen","Brand":"COS","Country":"Denmark","Sale":471,"Cost":327,"Date":"11/9/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":957,"Cost":729,"Date":"3/27/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":52,"Cost":32,"Date":"4/17/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":174,"Cost":160,"Date":"8/11/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":480,"Cost":345,"Date":"8/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":616,"Cost":531,"Date":"9/2/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":116,"Cost":97,"Date":"9/5/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":642,"Cost":603,"Date":"9/14/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":774,"Cost":673,"Date":"9/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":249,"Cost":194,"Date":"11/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":165,"Cost":130,"Date":"12/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":951,"Cost":613,"Date":"1/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":79,"Cost":41,"Date":"1/21/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":276,"Cost":176,"Date":"2/9/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":715,"Cost":371,"Date":"3/19/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":613,"Cost":321,"Date":"4/3/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":251,"Cost":227,"Date":"4/5/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":454,"Cost":428,"Date":"4/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":669,"Cost":420,"Date":"7/10/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":637,"Cost":457,"Date":"3/25/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":446,"Cost":262,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":776,"Cost":695,"Date":"10/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":936,"Cost":644,"Date":"3/2/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":422,"Cost":325,"Date":"6/28/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":124,"Cost":64,"Date":"7/17/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":451,"Cost":405,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":629,"Cost":516,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":953,"Cost":579,"Date":"11/20/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":139,"Cost":84,"Date":"12/16/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":745,"Cost":385,"Date":"12/30/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":952,"Cost":767,"Date":"2/15/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":289,"Cost":228,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":542,"Cost":336,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":87,"Cost":52,"Date":"4/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":32,"Cost":17,"Date":"7/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":29,"Cost":20,"Date":"8/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":230,"Cost":205,"Date":"10/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":543,"Cost":343,"Date":"11/11/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":134,"Cost":94,"Date":"11/30/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":296,"Cost":260,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":653,"Cost":368,"Date":"3/1/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":346,"Cost":264,"Date":"4/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":885,"Cost":767,"Date":"5/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":946,"Cost":679,"Date":"8/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":883,"Cost":758,"Date":"9/15/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":340,"Cost":180,"Date":"10/14/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":256,"Cost":129,"Date":"10/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":157,"Cost":121,"Date":"11/11/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":583,"Cost":464,"Date":"12/7/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":880,"Cost":444,"Date":"12/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":678,"Cost":563,"Date":"1/6/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":300,"Cost":265,"Date":"1/23/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":53,"Cost":28,"Date":"2/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":702,"Cost":619,"Date":"3/10/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":26,"Cost":22,"Date":"3/12/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":711,"Cost":491,"Date":"3/31/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":621,"Cost":445,"Date":"6/16/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":972,"Cost":490,"Date":"6/17/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":701,"Cost":385,"Date":"8/27/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":857,"Cost":608,"Date":"10/1/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":812,"Cost":748,"Date":"11/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":647,"Cost":438,"Date":"11/9/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":906,"Cost":586,"Date":"3/27/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":599,"Cost":309,"Date":"4/17/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":805,"Cost":741,"Date":"8/11/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":88,"Cost":84,"Date":"8/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":23,"Cost":18,"Date":"9/2/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":533,"Cost":290,"Date":"9/5/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":91,"Cost":77,"Date":"9/14/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":737,"Cost":439,"Date":"9/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":610,"Cost":388,"Date":"11/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":488,"Cost":321,"Date":"12/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":745,"Cost":460,"Date":"1/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":539,"Cost":425,"Date":"1/21/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":543,"Cost":451,"Date":"2/9/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":873,"Cost":602,"Date":"3/19/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":27,"Cost":15,"Date":"4/3/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":790,"Cost":497,"Date":"4/5/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":132,"Cost":112,"Date":"4/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":236,"Cost":140,"Date":"7/10/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":911,"Cost":587,"Date":"3/25/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":812,"Cost":703,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":534,"Cost":480,"Date":"10/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":909,"Cost":545,"Date":"3/2/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":745,"Cost":580,"Date":"6/28/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":816,"Cost":674,"Date":"7/17/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":390,"Cost":268,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":237,"Cost":164,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":880,"Cost":757,"Date":"11/20/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":490,"Cost":449,"Date":"12/16/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":379,"Cost":220,"Date":"12/30/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":427,"Cost":312,"Date":"2/15/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":109,"Cost":69,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":739,"Cost":583,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":22,"Cost":16,"Date":"4/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":775,"Cost":648,"Date":"7/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":429,"Cost":374,"Date":"8/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":271,"Cost":162,"Date":"10/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":26,"Cost":22,"Date":"11/11/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":259,"Cost":142,"Date":"11/30/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":197,"Cost":164,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":857,"Cost":734,"Date":"3/1/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":759,"Cost":400,"Date":"4/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":222,"Cost":187,"Date":"5/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":302,"Cost":186,"Date":"8/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":318,"Cost":197,"Date":"9/15/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":11,"Cost":6,"Date":"10/14/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":707,"Cost":600,"Date":"10/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":533,"Cost":352,"Date":"11/11/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":660,"Cost":351,"Date":"12/7/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":282,"Cost":201,"Date":"12/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":445,"Cost":308,"Date":"1/6/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":32,"Cost":23,"Date":"1/23/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":416,"Cost":365,"Date":"2/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":886,"Cost":736,"Date":"3/10/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":420,"Cost":211,"Date":"3/12/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":81,"Cost":62,"Date":"3/31/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":993,"Cost":704,"Date":"6/16/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":536,"Cost":448,"Date":"6/17/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":914,"Cost":698,"Date":"8/27/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":667,"Cost":400,"Date":"10/1/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":765,"Cost":678,"Date":"11/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":783,"Cost":546,"Date":"11/9/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":863,"Cost":475,"Date":"3/27/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":603,"Cost":514,"Date":"4/17/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":272,"Cost":233,"Date":"8/11/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":577,"Cost":476,"Date":"8/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":195,"Cost":152,"Date":"9/2/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":945,"Cost":697,"Date":"9/5/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":439,"Cost":270,"Date":"9/14/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":827,"Cost":414,"Date":"9/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":142,"Cost":105,"Date":"11/20/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":995,"Cost":702,"Date":"12/21/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":710,"Cost":541,"Date":"1/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":265,"Cost":206,"Date":"1/21/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":888,"Cost":706,"Date":"2/9/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":70,"Cost":50,"Date":"3/19/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":102,"Cost":57,"Date":"4/3/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":320,"Cost":250,"Date":"4/5/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":648,"Cost":556,"Date":"4/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":211,"Cost":193,"Date":"7/10/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":762,"Cost":558,"Date":"3/25/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":920,"Cost":482,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":612,"Cost":412,"Date":"10/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":422,"Cost":268,"Date":"3/2/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":651,"Cost":519,"Date":"6/28/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":954,"Cost":808,"Date":"7/17/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":575,"Cost":489,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":34,"Cost":33,"Date":"8/23/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":399,"Cost":238,"Date":"11/20/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":342,"Cost":234,"Date":"12/16/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":103,"Cost":62,"Date":"12/30/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":419,"Cost":352,"Date":"2/15/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":793,"Cost":712,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":313,"Cost":164,"Date":"3/7/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":731,"Cost":495,"Date":"4/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":829,"Cost":671,"Date":"7/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":806,"Cost":657,"Date":"8/18/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":154,"Cost":98,"Date":"10/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":902,"Cost":523,"Date":"11/11/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":429,"Cost":406,"Date":"11/30/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":125,"Cost":96,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":509,"Cost":318,"Date":"3/1/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":714,"Cost":522,"Date":"4/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":901,"Cost":651,"Date":"5/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":833,"Cost":457,"Date":"8/13/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":190,"Date":"9/15/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":483,"Cost":271,"Date":"10/14/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":871,"Cost":792,"Date":"10/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":677,"Cost":586,"Date":"11/11/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":609,"Cost":490,"Date":"12/7/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":205,"Cost":136,"Date":"12/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":327,"Cost":300,"Date":"1/6/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":391,"Cost":289,"Date":"1/23/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":741,"Cost":665,"Date":"2/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":293,"Cost":260,"Date":"3/10/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":108,"Date":"3/12/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":895,"Cost":734,"Date":"3/31/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":333,"Cost":189,"Date":"6/16/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":567,"Cost":449,"Date":"6/17/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":970,"Cost":876,"Date":"8/27/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":11,"Cost":6,"Date":"10/1/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":707,"Cost":588,"Date":"11/4/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":854,"Cost":761,"Date":"11/9/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":126,"Cost":77,"Date":"3/27/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":135,"Cost":96,"Date":"4/17/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":61,"Cost":44,"Date":"8/11/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":597,"Cost":489,"Date":"8/21/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":374,"Cost":336,"Date":"9/2/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":308,"Cost":174,"Date":"9/5/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":95,"Cost":82,"Date":"9/14/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":435,"Cost":282,"Date":"9/20/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":166,"Cost":121,"Date":"11/20/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":34,"Cost":32,"Date":"12/21/2018"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":106,"Cost":101,"Date":"1/7/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":109,"Cost":101,"Date":"1/21/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":760,"Cost":525,"Date":"2/9/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":501,"Cost":263,"Date":"3/19/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":318,"Cost":188,"Date":"4/3/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":847,"Cost":542,"Date":"4/5/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":786,"Cost":430,"Date":"4/28/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":506,"Cost":288,"Date":"7/10/2019"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":26,"Cost":13,"Date":"3/25/2020"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":677,"Cost":624,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":615,"Cost":309,"Date":"10/28/2020"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":360,"Cost":288,"Date":"3/2/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":425,"Cost":219,"Date":"6/28/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":271,"Date":"7/17/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":374,"Cost":214,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":580,"Cost":501,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":910,"Cost":545,"Date":"11/20/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":996,"Cost":525,"Date":"12/16/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":720,"Cost":659,"Date":"12/30/2021"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":687,"Cost":603,"Date":"2/15/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":269,"Cost":236,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":898,"Cost":591,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":319,"Cost":193,"Date":"4/18/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":996,"Cost":631,"Date":"7/27/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":843,"Cost":578,"Date":"8/18/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":51,"Cost":47,"Date":"10/31/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":615,"Cost":430,"Date":"11/11/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":926,"Cost":728,"Date":"11/30/2022"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":51,"Cost":42,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":628,"Cost":327,"Date":"3/1/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":54,"Cost":42,"Date":"4/13/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":587,"Cost":387,"Date":"5/20/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":940,"Cost":548,"Date":"8/13/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":265,"Cost":157,"Date":"9/15/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":848,"Cost":448,"Date":"10/14/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":783,"Cost":569,"Date":"10/28/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":261,"Cost":244,"Date":"11/11/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":380,"Cost":269,"Date":"12/7/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":993,"Cost":728,"Date":"12/21/2023"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":602,"Cost":489,"Date":"1/6/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":850,"Cost":440,"Date":"1/23/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":325,"Cost":205,"Date":"2/4/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":833,"Cost":590,"Date":"3/10/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":650,"Cost":594,"Date":"3/12/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":345,"Cost":252,"Date":"3/31/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":557,"Cost":285,"Date":"6/16/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":947,"Cost":507,"Date":"6/17/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":344,"Cost":320,"Date":"8/27/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":733,"Cost":450,"Date":"10/1/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":502,"Cost":280,"Date":"11/4/2024"},{"Store":"Illum, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":66,"Cost":36,"Date":"11/9/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":423,"Cost":363,"Date":"3/27/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":481,"Cost":274,"Date":"4/17/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":431,"Cost":380,"Date":"8/11/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":919,"Cost":506,"Date":"8/21/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":702,"Cost":506,"Date":"9/2/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":570,"Cost":505,"Date":"9/5/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":394,"Cost":342,"Date":"9/14/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":103,"Cost":74,"Date":"9/20/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":484,"Cost":284,"Date":"11/20/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":34,"Cost":24,"Date":"12/21/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":617,"Cost":446,"Date":"1/7/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":254,"Cost":226,"Date":"1/21/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":282,"Cost":170,"Date":"2/9/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":92,"Cost":86,"Date":"3/19/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":170,"Cost":101,"Date":"4/3/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":859,"Cost":596,"Date":"4/5/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":145,"Cost":83,"Date":"4/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":749,"Cost":673,"Date":"7/10/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":197,"Cost":124,"Date":"3/25/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":480,"Cost":293,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":371,"Cost":226,"Date":"10/28/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":543,"Cost":439,"Date":"3/2/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":734,"Cost":665,"Date":"6/28/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":535,"Cost":458,"Date":"7/17/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":901,"Cost":607,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":746,"Cost":606,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":547,"Cost":417,"Date":"11/20/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":180,"Cost":161,"Date":"12/16/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":162,"Cost":86,"Date":"12/30/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":448,"Cost":344,"Date":"2/15/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":59,"Cost":39,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":212,"Cost":113,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":983,"Cost":703,"Date":"4/18/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":329,"Cost":180,"Date":"7/27/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":368,"Cost":211,"Date":"8/18/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":9,"Cost":4,"Date":"10/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":709,"Cost":512,"Date":"11/11/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":682,"Cost":580,"Date":"11/30/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":688,"Cost":348,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":403,"Cost":236,"Date":"3/1/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":465,"Cost":377,"Date":"4/13/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":559,"Cost":436,"Date":"5/20/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":756,"Cost":688,"Date":"8/13/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":402,"Cost":360,"Date":"9/15/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":132,"Cost":100,"Date":"10/14/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":93,"Cost":77,"Date":"10/28/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":426,"Cost":262,"Date":"11/11/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":462,"Cost":236,"Date":"12/7/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":110,"Cost":99,"Date":"12/21/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":72,"Cost":60,"Date":"1/6/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":692,"Cost":454,"Date":"1/23/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":276,"Cost":215,"Date":"2/4/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":195,"Cost":175,"Date":"3/10/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":671,"Cost":438,"Date":"3/12/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":692,"Cost":613,"Date":"3/31/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":12,"Cost":9,"Date":"6/16/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":678,"Cost":452,"Date":"6/17/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":587,"Cost":316,"Date":"8/27/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":636,"Cost":572,"Date":"10/1/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":793,"Cost":641,"Date":"11/4/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":440,"Cost":342,"Date":"11/9/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":447,"Cost":349,"Date":"3/27/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":363,"Cost":276,"Date":"4/17/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":278,"Cost":174,"Date":"8/11/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":972,"Cost":511,"Date":"8/21/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":659,"Cost":593,"Date":"9/2/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":689,"Cost":624,"Date":"9/5/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":983,"Cost":864,"Date":"9/14/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":358,"Cost":216,"Date":"9/20/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":52,"Cost":42,"Date":"11/20/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":264,"Cost":162,"Date":"12/21/2018"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":472,"Cost":374,"Date":"1/7/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":8,"Cost":6,"Date":"1/21/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":252,"Cost":227,"Date":"2/9/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":251,"Cost":182,"Date":"3/19/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":534,"Cost":506,"Date":"4/3/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":593,"Cost":330,"Date":"4/5/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":606,"Cost":470,"Date":"4/28/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":277,"Cost":203,"Date":"7/10/2019"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":361,"Cost":285,"Date":"3/25/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":328,"Cost":239,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":136,"Cost":96,"Date":"10/28/2020"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":806,"Cost":740,"Date":"3/2/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":320,"Cost":237,"Date":"6/28/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":823,"Cost":690,"Date":"7/17/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":325,"Cost":166,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":761,"Cost":404,"Date":"8/23/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":360,"Cost":196,"Date":"11/20/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":79,"Cost":54,"Date":"12/16/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":482,"Cost":410,"Date":"12/30/2021"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":841,"Cost":741,"Date":"2/15/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":87,"Cost":52,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":232,"Cost":201,"Date":"3/7/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":297,"Cost":241,"Date":"4/18/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":537,"Cost":470,"Date":"7/27/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":479,"Cost":362,"Date":"8/18/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":442,"Cost":346,"Date":"10/31/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":969,"Cost":803,"Date":"11/11/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":450,"Cost":392,"Date":"11/30/2022"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":57,"Cost":38,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":759,"Cost":623,"Date":"3/1/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":183,"Cost":173,"Date":"4/13/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":594,"Cost":547,"Date":"5/20/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":967,"Cost":747,"Date":"8/13/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":882,"Cost":652,"Date":"9/15/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":805,"Cost":548,"Date":"10/14/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":912,"Cost":839,"Date":"10/28/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":237,"Cost":128,"Date":"11/11/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":735,"Cost":600,"Date":"12/7/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":216,"Cost":182,"Date":"12/21/2023"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":934,"Cost":693,"Date":"1/6/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":6,"Cost":4,"Date":"1/23/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":617,"Cost":528,"Date":"2/4/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":328,"Cost":201,"Date":"3/10/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":901,"Cost":779,"Date":"3/12/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":39,"Cost":22,"Date":"3/31/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":496,"Cost":411,"Date":"6/16/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":724,"Cost":616,"Date":"6/17/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":421,"Cost":308,"Date":"8/27/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":234,"Cost":222,"Date":"10/1/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":349,"Cost":214,"Date":"11/4/2024"},{"Store":"Illum, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":208,"Cost":161,"Date":"11/9/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":145,"Cost":131,"Date":"3/27/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":870,"Cost":624,"Date":"4/17/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":739,"Cost":484,"Date":"8/11/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":744,"Cost":682,"Date":"8/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":444,"Cost":343,"Date":"9/2/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":750,"Cost":584,"Date":"9/5/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":483,"Cost":393,"Date":"9/14/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":691,"Cost":464,"Date":"9/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":212,"Cost":112,"Date":"11/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":929,"Cost":483,"Date":"12/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":944,"Cost":619,"Date":"1/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":897,"Cost":791,"Date":"1/21/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":417,"Cost":229,"Date":"2/9/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":372,"Cost":280,"Date":"3/19/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":851,"Cost":709,"Date":"4/3/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":344,"Cost":296,"Date":"4/5/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":900,"Cost":489,"Date":"4/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":454,"Cost":248,"Date":"7/10/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":912,"Cost":854,"Date":"3/25/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":498,"Cost":339,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":650,"Cost":373,"Date":"10/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":474,"Cost":259,"Date":"3/2/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":137,"Cost":78,"Date":"6/28/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":289,"Cost":154,"Date":"7/17/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":754,"Cost":502,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":423,"Cost":250,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":472,"Cost":448,"Date":"11/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":484,"Cost":443,"Date":"12/16/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":937,"Cost":558,"Date":"12/30/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":78,"Cost":55,"Date":"2/15/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":891,"Cost":562,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":401,"Cost":233,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":811,"Cost":703,"Date":"4/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":414,"Cost":300,"Date":"7/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":533,"Cost":376,"Date":"8/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":136,"Cost":74,"Date":"10/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":77,"Cost":58,"Date":"11/11/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":937,"Cost":607,"Date":"11/30/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":400,"Cost":358,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":588,"Cost":373,"Date":"3/1/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":580,"Cost":450,"Date":"4/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":664,"Cost":505,"Date":"5/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":807,"Cost":621,"Date":"8/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":669,"Cost":506,"Date":"9/15/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":203,"Cost":110,"Date":"10/14/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":193,"Cost":134,"Date":"10/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":74,"Cost":47,"Date":"11/11/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":397,"Cost":363,"Date":"12/7/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":503,"Cost":427,"Date":"12/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":80,"Cost":48,"Date":"1/6/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":599,"Cost":557,"Date":"1/23/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":733,"Cost":494,"Date":"2/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":644,"Cost":561,"Date":"3/10/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":354,"Cost":242,"Date":"3/12/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":798,"Cost":514,"Date":"3/31/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":559,"Cost":460,"Date":"6/16/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":851,"Cost":608,"Date":"6/17/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":455,"Cost":384,"Date":"8/27/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":450,"Cost":259,"Date":"10/1/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":186,"Cost":154,"Date":"11/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":873,"Cost":795,"Date":"11/9/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":385,"Cost":296,"Date":"3/27/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":572,"Cost":369,"Date":"4/17/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":536,"Cost":393,"Date":"8/11/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":486,"Cost":355,"Date":"8/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":37,"Cost":25,"Date":"9/2/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":279,"Cost":209,"Date":"9/5/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":474,"Cost":267,"Date":"9/14/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":950,"Cost":574,"Date":"9/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":129,"Cost":112,"Date":"11/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":665,"Cost":452,"Date":"12/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":731,"Cost":511,"Date":"1/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":829,"Cost":588,"Date":"1/21/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":364,"Cost":194,"Date":"2/9/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":702,"Cost":371,"Date":"3/19/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":827,"Cost":669,"Date":"4/3/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":316,"Cost":177,"Date":"4/5/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":289,"Date":"4/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":633,"Cost":379,"Date":"7/10/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":803,"Cost":519,"Date":"3/25/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":481,"Cost":439,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":67,"Cost":50,"Date":"10/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":897,"Cost":483,"Date":"3/2/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":154,"Cost":78,"Date":"6/28/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":427,"Cost":332,"Date":"7/17/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":562,"Cost":310,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":135,"Cost":84,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":152,"Cost":94,"Date":"11/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":678,"Cost":383,"Date":"12/16/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":797,"Cost":465,"Date":"12/30/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":523,"Cost":298,"Date":"2/15/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":472,"Cost":342,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":772,"Cost":549,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":401,"Cost":379,"Date":"4/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":537,"Cost":336,"Date":"7/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":530,"Cost":307,"Date":"8/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":484,"Cost":423,"Date":"10/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":498,"Cost":423,"Date":"11/11/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":296,"Cost":215,"Date":"11/30/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":492,"Cost":260,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":184,"Cost":111,"Date":"3/1/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":55,"Cost":37,"Date":"4/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":800,"Cost":439,"Date":"5/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":329,"Cost":290,"Date":"8/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":511,"Cost":449,"Date":"9/15/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":777,"Cost":497,"Date":"10/14/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":132,"Cost":119,"Date":"10/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":980,"Cost":742,"Date":"11/11/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":140,"Date":"12/7/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":247,"Cost":138,"Date":"12/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":589,"Cost":459,"Date":"1/6/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":617,"Cost":564,"Date":"1/23/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":821,"Cost":519,"Date":"2/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":743,"Cost":699,"Date":"3/10/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":199,"Cost":167,"Date":"3/12/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":241,"Date":"3/31/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":832,"Cost":469,"Date":"6/16/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":348,"Cost":281,"Date":"6/17/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":646,"Cost":550,"Date":"8/27/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":2,"Cost":2,"Date":"10/1/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":932,"Cost":827,"Date":"11/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":845,"Cost":504,"Date":"11/9/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":385,"Cost":349,"Date":"3/27/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":396,"Cost":200,"Date":"4/17/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":385,"Cost":223,"Date":"8/11/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":366,"Cost":314,"Date":"8/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":398,"Cost":338,"Date":"9/2/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":673,"Cost":389,"Date":"9/5/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":665,"Cost":536,"Date":"9/14/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":852,"Cost":586,"Date":"9/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":313,"Cost":262,"Date":"11/20/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":721,"Cost":610,"Date":"12/21/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":867,"Cost":753,"Date":"1/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":591,"Cost":467,"Date":"1/21/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":768,"Cost":459,"Date":"2/9/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":609,"Cost":331,"Date":"3/19/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":736,"Cost":659,"Date":"4/3/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":123,"Cost":108,"Date":"4/5/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":181,"Cost":138,"Date":"4/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":289,"Cost":163,"Date":"7/10/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":712,"Cost":545,"Date":"3/25/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":47,"Cost":40,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":473,"Cost":240,"Date":"10/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":786,"Cost":452,"Date":"3/2/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":664,"Cost":370,"Date":"6/28/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":845,"Cost":673,"Date":"7/17/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":629,"Cost":376,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":453,"Cost":413,"Date":"8/23/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":16,"Cost":12,"Date":"11/20/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":709,"Cost":458,"Date":"12/16/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":816,"Cost":464,"Date":"12/30/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":464,"Cost":313,"Date":"2/15/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":920,"Cost":769,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":529,"Cost":415,"Date":"3/7/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":227,"Cost":151,"Date":"4/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":107,"Cost":101,"Date":"7/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":900,"Cost":611,"Date":"8/18/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":370,"Cost":199,"Date":"10/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":413,"Cost":325,"Date":"11/11/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":543,"Cost":300,"Date":"11/30/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":751,"Cost":441,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":813,"Cost":432,"Date":"3/1/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":102,"Cost":63,"Date":"4/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":423,"Cost":270,"Date":"5/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":964,"Cost":868,"Date":"8/13/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":658,"Cost":620,"Date":"9/15/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":690,"Cost":528,"Date":"10/14/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":654,"Cost":330,"Date":"10/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":447,"Cost":346,"Date":"11/11/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":290,"Cost":229,"Date":"12/7/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":395,"Cost":358,"Date":"12/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":149,"Cost":128,"Date":"1/6/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":597,"Cost":394,"Date":"1/23/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":440,"Cost":353,"Date":"2/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":337,"Cost":305,"Date":"3/10/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":635,"Cost":523,"Date":"3/12/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":477,"Cost":414,"Date":"3/31/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":303,"Cost":231,"Date":"6/16/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":781,"Cost":397,"Date":"6/17/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":550,"Cost":321,"Date":"8/27/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":125,"Cost":72,"Date":"10/1/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":701,"Cost":414,"Date":"11/4/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":31,"Cost":29,"Date":"11/9/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":97,"Cost":52,"Date":"3/27/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":215,"Cost":130,"Date":"4/17/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":828,"Cost":630,"Date":"8/11/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":186,"Cost":112,"Date":"8/21/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":309,"Cost":197,"Date":"9/2/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":257,"Cost":129,"Date":"9/5/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":506,"Cost":254,"Date":"9/14/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":698,"Cost":450,"Date":"9/20/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":416,"Cost":316,"Date":"11/20/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":805,"Cost":431,"Date":"12/21/2018"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":833,"Cost":435,"Date":"1/7/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":394,"Cost":279,"Date":"1/21/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":534,"Cost":317,"Date":"2/9/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":926,"Cost":484,"Date":"3/19/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":781,"Cost":572,"Date":"4/3/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":657,"Cost":436,"Date":"4/5/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":517,"Cost":292,"Date":"4/28/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":814,"Cost":575,"Date":"7/10/2019"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":420,"Cost":366,"Date":"3/25/2020"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":725,"Cost":647,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":216,"Cost":183,"Date":"10/28/2020"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":391,"Cost":220,"Date":"3/2/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":760,"Cost":507,"Date":"6/28/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":376,"Cost":257,"Date":"7/17/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":79,"Cost":65,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":827,"Cost":693,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":223,"Cost":140,"Date":"11/20/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":461,"Cost":338,"Date":"12/16/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":704,"Cost":515,"Date":"12/30/2021"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":811,"Cost":673,"Date":"2/15/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":30,"Cost":23,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":8,"Cost":7,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":624,"Cost":433,"Date":"4/18/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":122,"Cost":94,"Date":"7/27/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":235,"Cost":199,"Date":"8/18/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":809,"Cost":619,"Date":"10/31/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":232,"Cost":214,"Date":"11/11/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":623,"Cost":550,"Date":"11/30/2022"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":98,"Cost":93,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":151,"Cost":88,"Date":"3/1/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":607,"Cost":425,"Date":"4/13/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":448,"Cost":340,"Date":"5/20/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":312,"Cost":286,"Date":"8/13/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":525,"Cost":268,"Date":"9/15/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":297,"Cost":221,"Date":"10/14/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":631,"Cost":416,"Date":"10/28/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":648,"Cost":369,"Date":"11/11/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":162,"Cost":135,"Date":"12/7/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":312,"Cost":271,"Date":"12/21/2023"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":499,"Cost":277,"Date":"1/6/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":53,"Cost":38,"Date":"1/23/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":862,"Cost":633,"Date":"2/4/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":888,"Cost":563,"Date":"3/10/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":100,"Cost":91,"Date":"3/12/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":480,"Cost":287,"Date":"3/31/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":468,"Cost":388,"Date":"6/16/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":790,"Cost":477,"Date":"6/17/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":72,"Cost":46,"Date":"8/27/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":208,"Cost":128,"Date":"10/1/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":853,"Cost":741,"Date":"11/4/2024"},{"Store":"Frederiksberg Center","Brand":"HM","Country":"Denmark","Sale":464,"Cost":314,"Date":"11/9/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":222,"Cost":205,"Date":"3/27/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":764,"Cost":567,"Date":"4/17/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":831,"Cost":434,"Date":"8/11/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":911,"Cost":775,"Date":"8/21/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":418,"Cost":339,"Date":"9/2/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":874,"Cost":527,"Date":"9/5/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":35,"Cost":26,"Date":"9/14/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":532,"Cost":428,"Date":"9/20/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":253,"Cost":185,"Date":"11/20/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":418,"Cost":327,"Date":"12/21/2018"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":269,"Cost":192,"Date":"1/7/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":921,"Cost":664,"Date":"1/21/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":876,"Cost":496,"Date":"2/9/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":761,"Cost":608,"Date":"3/19/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":929,"Cost":541,"Date":"4/3/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":993,"Cost":774,"Date":"4/5/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":361,"Cost":269,"Date":"4/28/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":640,"Cost":409,"Date":"7/10/2019"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":333,"Cost":179,"Date":"3/25/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":104,"Cost":82,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":182,"Cost":158,"Date":"10/28/2020"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":938,"Cost":758,"Date":"3/2/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":99,"Cost":87,"Date":"6/28/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":96,"Cost":77,"Date":"7/17/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":606,"Cost":454,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":721,"Cost":524,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":848,"Cost":537,"Date":"11/20/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":374,"Cost":305,"Date":"12/16/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":953,"Cost":586,"Date":"12/30/2021"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":17,"Cost":14,"Date":"2/15/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":258,"Cost":229,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":723,"Cost":424,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":125,"Cost":92,"Date":"4/18/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":357,"Cost":307,"Date":"7/27/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":34,"Cost":27,"Date":"8/18/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":396,"Cost":201,"Date":"10/31/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":138,"Cost":123,"Date":"11/11/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":300,"Cost":182,"Date":"11/30/2022"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":984,"Cost":703,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":110,"Cost":94,"Date":"3/1/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":599,"Cost":362,"Date":"4/13/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":2,"Cost":1,"Date":"5/20/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":319,"Cost":280,"Date":"8/13/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":668,"Cost":531,"Date":"9/15/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":637,"Cost":450,"Date":"10/14/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":64,"Cost":58,"Date":"10/28/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":548,"Cost":407,"Date":"11/11/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":549,"Cost":339,"Date":"12/7/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":804,"Cost":534,"Date":"12/21/2023"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":751,"Cost":699,"Date":"1/6/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":433,"Cost":303,"Date":"1/23/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":349,"Cost":185,"Date":"2/4/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":426,"Cost":365,"Date":"3/10/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":155,"Cost":145,"Date":"3/12/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":112,"Cost":96,"Date":"3/31/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":255,"Cost":219,"Date":"6/16/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":473,"Cost":356,"Date":"6/17/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":89,"Cost":59,"Date":"8/27/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":592,"Cost":556,"Date":"10/1/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":626,"Cost":462,"Date":"11/4/2024"},{"Store":"Frederiksberg Center","Brand":"HM Home","Country":"Denmark","Sale":825,"Cost":678,"Date":"11/9/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":298,"Cost":278,"Date":"3/27/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":857,"Cost":505,"Date":"4/17/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":333,"Cost":212,"Date":"8/11/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":164,"Cost":125,"Date":"8/21/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":542,"Cost":425,"Date":"9/2/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":361,"Cost":224,"Date":"9/5/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":531,"Cost":365,"Date":"9/14/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":654,"Cost":364,"Date":"9/20/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":600,"Cost":527,"Date":"11/20/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":729,"Cost":397,"Date":"12/21/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":283,"Cost":192,"Date":"1/7/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":717,"Cost":532,"Date":"1/21/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":173,"Cost":115,"Date":"2/9/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":421,"Cost":238,"Date":"3/19/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":809,"Cost":529,"Date":"4/3/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":640,"Cost":351,"Date":"4/5/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":450,"Cost":261,"Date":"4/28/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":567,"Cost":406,"Date":"7/10/2019"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":728,"Cost":613,"Date":"3/25/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":840,"Cost":670,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":235,"Cost":179,"Date":"10/28/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":434,"Cost":379,"Date":"3/2/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":444,"Cost":235,"Date":"6/28/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":649,"Cost":418,"Date":"7/17/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":675,"Cost":546,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":493,"Cost":442,"Date":"8/23/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":301,"Cost":257,"Date":"11/20/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":579,"Cost":467,"Date":"12/16/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":537,"Cost":324,"Date":"12/30/2021"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":464,"Cost":282,"Date":"2/15/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":164,"Cost":111,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":813,"Cost":750,"Date":"3/7/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":272,"Cost":161,"Date":"4/18/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":287,"Cost":242,"Date":"7/27/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":643,"Cost":429,"Date":"8/18/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":81,"Cost":75,"Date":"10/31/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":110,"Cost":65,"Date":"11/11/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":870,"Cost":693,"Date":"11/30/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":198,"Cost":138,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":418,"Cost":253,"Date":"3/1/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":269,"Cost":225,"Date":"4/13/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":23,"Cost":12,"Date":"5/20/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":765,"Cost":630,"Date":"8/13/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":525,"Cost":393,"Date":"9/15/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":265,"Cost":192,"Date":"10/14/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":615,"Cost":532,"Date":"10/28/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":588,"Cost":448,"Date":"11/11/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":413,"Cost":243,"Date":"12/7/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":405,"Cost":288,"Date":"12/21/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":332,"Cost":251,"Date":"1/6/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":857,"Cost":511,"Date":"1/23/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":689,"Cost":639,"Date":"2/4/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":466,"Cost":392,"Date":"3/10/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":293,"Cost":211,"Date":"3/12/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":503,"Cost":340,"Date":"3/31/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":679,"Cost":595,"Date":"6/16/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":785,"Cost":456,"Date":"6/17/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":546,"Cost":357,"Date":"8/27/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":458,"Cost":322,"Date":"10/1/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":954,"Cost":894,"Date":"11/4/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":900,"Cost":671,"Date":"11/9/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":692,"Cost":631,"Date":"3/27/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":791,"Cost":443,"Date":"4/17/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":415,"Cost":302,"Date":"8/11/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":599,"Cost":388,"Date":"8/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":275,"Cost":256,"Date":"9/2/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":812,"Cost":622,"Date":"9/5/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":47,"Cost":31,"Date":"9/14/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":599,"Cost":437,"Date":"9/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":76,"Cost":50,"Date":"11/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":602,"Cost":445,"Date":"12/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":346,"Cost":221,"Date":"1/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":113,"Cost":90,"Date":"1/21/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":666,"Cost":435,"Date":"2/9/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":747,"Cost":594,"Date":"3/19/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":651,"Cost":356,"Date":"4/3/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":19,"Cost":17,"Date":"4/5/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":308,"Cost":268,"Date":"4/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":892,"Cost":498,"Date":"7/10/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":172,"Cost":120,"Date":"3/25/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":463,"Cost":291,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":927,"Cost":737,"Date":"10/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":431,"Cost":301,"Date":"3/2/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":544,"Cost":502,"Date":"6/28/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":872,"Cost":464,"Date":"7/17/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":722,"Cost":398,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":824,"Cost":480,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":516,"Cost":467,"Date":"11/20/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":546,"Cost":509,"Date":"12/16/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":319,"Cost":232,"Date":"12/30/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":521,"Cost":342,"Date":"2/15/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":58,"Cost":41,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":15,"Cost":14,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":572,"Cost":369,"Date":"4/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":196,"Cost":162,"Date":"7/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":515,"Cost":300,"Date":"8/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":263,"Cost":217,"Date":"10/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":134,"Cost":128,"Date":"11/11/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":252,"Cost":238,"Date":"11/30/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":725,"Cost":367,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":900,"Cost":647,"Date":"3/1/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":169,"Cost":92,"Date":"4/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":12,"Cost":9,"Date":"5/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":302,"Cost":275,"Date":"8/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":399,"Cost":343,"Date":"9/15/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":129,"Cost":103,"Date":"10/14/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":71,"Cost":35,"Date":"10/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":95,"Cost":59,"Date":"11/11/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":890,"Cost":631,"Date":"12/7/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":503,"Cost":339,"Date":"12/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":279,"Cost":156,"Date":"1/6/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":251,"Cost":218,"Date":"1/23/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":303,"Cost":158,"Date":"2/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":672,"Cost":413,"Date":"3/10/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":648,"Cost":466,"Date":"3/12/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":760,"Cost":510,"Date":"3/31/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":492,"Cost":280,"Date":"6/16/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":827,"Cost":458,"Date":"6/17/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":95,"Cost":71,"Date":"8/27/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":110,"Cost":94,"Date":"10/1/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":889,"Cost":540,"Date":"11/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":881,"Cost":814,"Date":"11/9/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":336,"Cost":211,"Date":"3/27/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":108,"Cost":63,"Date":"4/17/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":157,"Cost":99,"Date":"8/11/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":714,"Cost":618,"Date":"8/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":753,"Cost":619,"Date":"9/2/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":374,"Cost":317,"Date":"9/5/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":785,"Cost":660,"Date":"9/14/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":235,"Cost":220,"Date":"9/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":8,"Cost":5,"Date":"11/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":717,"Cost":434,"Date":"12/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":726,"Cost":487,"Date":"1/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":169,"Cost":149,"Date":"1/21/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":604,"Cost":494,"Date":"2/9/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":763,"Cost":435,"Date":"3/19/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":664,"Cost":620,"Date":"4/3/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":693,"Cost":473,"Date":"4/5/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":318,"Cost":215,"Date":"4/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":644,"Cost":517,"Date":"7/10/2019"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":488,"Cost":249,"Date":"3/25/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":879,"Cost":603,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":235,"Cost":142,"Date":"10/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":283,"Cost":209,"Date":"3/2/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":412,"Cost":227,"Date":"6/28/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":975,"Cost":900,"Date":"7/17/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":362,"Cost":248,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":404,"Cost":218,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":848,"Cost":680,"Date":"11/20/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":440,"Cost":230,"Date":"12/16/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":59,"Cost":43,"Date":"12/30/2021"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":217,"Cost":166,"Date":"2/15/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":99,"Cost":59,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":63,"Cost":33,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":865,"Cost":760,"Date":"4/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":977,"Cost":809,"Date":"7/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":116,"Cost":85,"Date":"8/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":628,"Cost":488,"Date":"10/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":267,"Cost":226,"Date":"11/11/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":70,"Cost":57,"Date":"11/30/2022"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":632,"Cost":371,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":322,"Cost":224,"Date":"3/1/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":5,"Cost":2,"Date":"4/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":146,"Cost":96,"Date":"5/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":969,"Cost":584,"Date":"8/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":871,"Cost":638,"Date":"9/15/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":25,"Cost":17,"Date":"10/14/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":548,"Cost":292,"Date":"10/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":628,"Cost":365,"Date":"11/11/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":486,"Cost":455,"Date":"12/7/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":30,"Cost":16,"Date":"12/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":767,"Cost":506,"Date":"1/6/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":334,"Cost":285,"Date":"1/23/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":519,"Cost":471,"Date":"2/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":342,"Cost":195,"Date":"3/10/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":462,"Cost":434,"Date":"3/12/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":396,"Cost":245,"Date":"3/31/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":332,"Cost":166,"Date":"6/16/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":632,"Cost":324,"Date":"6/17/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":647,"Cost":499,"Date":"8/27/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":217,"Cost":114,"Date":"10/1/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":543,"Cost":445,"Date":"11/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"COS","Country":"Denmark","Sale":68,"Cost":52,"Date":"11/9/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":237,"Cost":141,"Date":"3/27/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":559,"Cost":426,"Date":"4/17/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":519,"Cost":398,"Date":"8/11/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":602,"Cost":426,"Date":"8/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":588,"Cost":468,"Date":"9/2/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":485,"Cost":249,"Date":"9/5/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":549,"Cost":459,"Date":"9/14/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":692,"Cost":387,"Date":"9/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":477,"Cost":448,"Date":"11/20/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":571,"Cost":511,"Date":"12/21/2018"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":647,"Cost":408,"Date":"1/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":74,"Cost":62,"Date":"1/21/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":191,"Cost":154,"Date":"2/9/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":111,"Cost":72,"Date":"3/19/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":983,"Cost":914,"Date":"4/3/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":879,"Cost":781,"Date":"4/5/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":39,"Cost":29,"Date":"4/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":87,"Cost":78,"Date":"7/10/2019"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":308,"Cost":234,"Date":"3/25/2020"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":897,"Cost":588,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":721,"Cost":667,"Date":"10/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":542,"Cost":402,"Date":"3/2/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":818,"Cost":451,"Date":"6/28/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":740,"Cost":550,"Date":"7/17/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":132,"Cost":93,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":947,"Cost":698,"Date":"8/23/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":361,"Cost":240,"Date":"11/20/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":873,"Cost":437,"Date":"12/16/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":813,"Cost":503,"Date":"12/30/2021"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":692,"Cost":525,"Date":"2/15/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":289,"Cost":265,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":573,"Cost":483,"Date":"3/7/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":699,"Cost":494,"Date":"4/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":576,"Cost":343,"Date":"7/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":650,"Cost":376,"Date":"8/18/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":168,"Cost":94,"Date":"10/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":366,"Cost":203,"Date":"11/11/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":496,"Cost":395,"Date":"11/30/2022"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":580,"Cost":505,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":8,"Cost":5,"Date":"3/1/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":208,"Cost":175,"Date":"4/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":557,"Cost":387,"Date":"5/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":628,"Cost":356,"Date":"8/13/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":309,"Cost":226,"Date":"9/15/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":379,"Cost":315,"Date":"10/14/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":783,"Cost":710,"Date":"10/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":354,"Cost":192,"Date":"11/11/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":783,"Cost":712,"Date":"12/7/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":430,"Cost":222,"Date":"12/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":76,"Cost":62,"Date":"1/6/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":253,"Cost":154,"Date":"1/23/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":183,"Cost":150,"Date":"2/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":805,"Cost":745,"Date":"3/10/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":295,"Cost":198,"Date":"3/12/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":799,"Cost":552,"Date":"3/31/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":683,"Cost":515,"Date":"6/16/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":984,"Cost":760,"Date":"6/17/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":466,"Cost":291,"Date":"8/27/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":567,"Cost":388,"Date":"10/1/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":217,"Cost":110,"Date":"11/4/2024"},{"Store":"City2, Høje Taastrup","Brand":"Jeans","Country":"Denmark","Sale":405,"Cost":233,"Date":"11/9/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":554,"Cost":415,"Date":"3/27/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":242,"Cost":145,"Date":"4/17/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":302,"Cost":234,"Date":"8/11/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":951,"Cost":853,"Date":"8/21/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":420,"Cost":234,"Date":"9/2/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":357,"Cost":334,"Date":"9/5/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":12,"Cost":6,"Date":"9/14/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":586,"Cost":530,"Date":"9/20/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":586,"Cost":457,"Date":"11/20/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":925,"Cost":549,"Date":"12/21/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":336,"Cost":280,"Date":"1/7/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":942,"Cost":540,"Date":"1/21/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":545,"Cost":366,"Date":"2/9/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":34,"Cost":22,"Date":"3/19/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":30,"Cost":19,"Date":"4/3/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":360,"Cost":194,"Date":"4/5/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":818,"Cost":667,"Date":"4/28/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":914,"Cost":521,"Date":"7/10/2019"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":443,"Cost":371,"Date":"3/25/2020"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":270,"Cost":229,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":971,"Cost":802,"Date":"10/28/2020"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":243,"Cost":166,"Date":"3/2/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":379,"Cost":321,"Date":"6/28/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":592,"Cost":316,"Date":"7/17/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":329,"Cost":202,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":974,"Cost":582,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":448,"Cost":383,"Date":"11/20/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":696,"Cost":587,"Date":"12/16/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":679,"Cost":586,"Date":"12/30/2021"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":448,"Cost":324,"Date":"2/15/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":152,"Cost":91,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":790,"Cost":576,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":40,"Cost":24,"Date":"4/18/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":527,"Cost":374,"Date":"7/27/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":179,"Cost":121,"Date":"8/18/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":758,"Cost":395,"Date":"10/31/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":323,"Cost":163,"Date":"11/11/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":504,"Cost":268,"Date":"11/30/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":18,"Cost":12,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":283,"Cost":148,"Date":"3/1/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":201,"Cost":162,"Date":"4/13/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":686,"Cost":416,"Date":"5/20/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":789,"Cost":733,"Date":"8/13/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":439,"Cost":300,"Date":"9/15/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":837,"Cost":595,"Date":"10/14/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":431,"Cost":403,"Date":"10/28/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":220,"Cost":179,"Date":"11/11/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":115,"Cost":70,"Date":"12/7/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":494,"Cost":343,"Date":"12/21/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":352,"Cost":274,"Date":"1/6/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":523,"Cost":396,"Date":"1/23/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":855,"Cost":623,"Date":"2/4/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":521,"Cost":457,"Date":"3/10/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":484,"Cost":337,"Date":"3/12/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":235,"Cost":197,"Date":"3/31/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":606,"Cost":460,"Date":"6/16/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":358,"Cost":325,"Date":"6/17/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":270,"Cost":229,"Date":"8/27/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":759,"Cost":656,"Date":"10/1/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":807,"Cost":469,"Date":"11/4/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":458,"Cost":247,"Date":"11/9/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":725,"Cost":392,"Date":"3/27/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":80,"Cost":54,"Date":"4/17/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":233,"Cost":221,"Date":"8/11/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":394,"Cost":270,"Date":"8/21/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":105,"Cost":65,"Date":"9/2/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":952,"Cost":604,"Date":"9/5/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":144,"Cost":127,"Date":"9/14/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":932,"Cost":619,"Date":"9/20/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":213,"Cost":165,"Date":"11/20/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":567,"Cost":350,"Date":"12/21/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":27,"Cost":16,"Date":"1/7/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":260,"Cost":206,"Date":"1/21/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":557,"Cost":450,"Date":"2/9/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":438,"Cost":278,"Date":"3/19/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":612,"Cost":501,"Date":"4/3/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":479,"Cost":398,"Date":"4/5/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":437,"Cost":300,"Date":"4/28/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":559,"Cost":376,"Date":"7/10/2019"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":668,"Cost":490,"Date":"3/25/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":542,"Cost":511,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":285,"Cost":218,"Date":"10/28/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":254,"Cost":156,"Date":"3/2/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":991,"Cost":942,"Date":"6/28/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":70,"Cost":49,"Date":"7/17/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":488,"Cost":412,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":30,"Cost":22,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":831,"Cost":472,"Date":"11/20/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":649,"Cost":476,"Date":"12/16/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":191,"Cost":116,"Date":"12/30/2021"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":372,"Cost":282,"Date":"2/15/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":212,"Cost":163,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":456,"Cost":428,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":698,"Cost":365,"Date":"4/18/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":33,"Cost":29,"Date":"7/27/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":910,"Cost":742,"Date":"8/18/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":646,"Cost":578,"Date":"10/31/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":356,"Cost":256,"Date":"11/11/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":948,"Cost":880,"Date":"11/30/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":677,"Cost":533,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":303,"Cost":206,"Date":"3/1/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":596,"Cost":375,"Date":"4/13/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":753,"Cost":684,"Date":"5/20/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":435,"Cost":372,"Date":"8/13/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":610,"Cost":347,"Date":"9/15/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":491,"Cost":254,"Date":"10/14/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":171,"Cost":120,"Date":"10/28/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":360,"Cost":303,"Date":"11/11/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":610,"Cost":566,"Date":"12/7/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":24,"Cost":18,"Date":"12/21/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":228,"Cost":179,"Date":"1/6/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":34,"Cost":20,"Date":"1/23/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":812,"Cost":408,"Date":"2/4/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":945,"Cost":861,"Date":"3/10/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":389,"Cost":234,"Date":"3/12/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":65,"Cost":57,"Date":"3/31/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":93,"Cost":79,"Date":"6/16/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":622,"Cost":489,"Date":"6/17/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":728,"Cost":445,"Date":"8/27/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":402,"Cost":350,"Date":"10/1/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":420,"Cost":348,"Date":"11/4/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":814,"Cost":460,"Date":"11/9/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":800,"Cost":583,"Date":"3/27/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":576,"Cost":325,"Date":"4/17/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":281,"Cost":214,"Date":"8/11/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":570,"Cost":424,"Date":"8/21/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":373,"Cost":224,"Date":"9/2/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":762,"Cost":478,"Date":"9/5/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":421,"Cost":279,"Date":"9/14/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":378,"Cost":263,"Date":"9/20/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":500,"Cost":443,"Date":"11/20/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":53,"Cost":38,"Date":"12/21/2018"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":735,"Cost":679,"Date":"1/7/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":242,"Cost":172,"Date":"1/21/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":657,"Cost":468,"Date":"2/9/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":847,"Cost":765,"Date":"3/19/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":634,"Cost":551,"Date":"4/3/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":369,"Cost":250,"Date":"4/5/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":946,"Cost":794,"Date":"4/28/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":468,"Cost":308,"Date":"7/10/2019"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":282,"Cost":237,"Date":"3/25/2020"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":163,"Cost":139,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":874,"Cost":710,"Date":"10/28/2020"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":722,"Cost":497,"Date":"3/2/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":776,"Cost":518,"Date":"6/28/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":132,"Cost":101,"Date":"7/17/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":557,"Cost":326,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":975,"Cost":835,"Date":"8/23/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":63,"Cost":33,"Date":"11/20/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":939,"Cost":484,"Date":"12/16/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":588,"Cost":325,"Date":"12/30/2021"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":288,"Cost":165,"Date":"2/15/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":538,"Cost":407,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":537,"Cost":493,"Date":"3/7/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":84,"Cost":48,"Date":"4/18/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":689,"Cost":531,"Date":"7/27/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":887,"Cost":649,"Date":"8/18/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":95,"Cost":56,"Date":"10/31/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":238,"Cost":178,"Date":"11/11/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":783,"Cost":587,"Date":"11/30/2022"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":123,"Cost":108,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":841,"Cost":747,"Date":"3/1/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":153,"Cost":134,"Date":"4/13/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":222,"Cost":203,"Date":"5/20/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":660,"Cost":495,"Date":"8/13/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":181,"Cost":155,"Date":"9/15/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":326,"Cost":268,"Date":"10/14/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":714,"Cost":445,"Date":"10/28/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":772,"Cost":543,"Date":"11/11/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":822,"Cost":659,"Date":"12/7/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":624,"Cost":344,"Date":"12/21/2023"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":416,"Cost":229,"Date":"1/6/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":611,"Cost":488,"Date":"1/23/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":680,"Cost":532,"Date":"2/4/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":796,"Cost":733,"Date":"3/10/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":99,"Cost":59,"Date":"3/12/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":605,"Cost":354,"Date":"3/31/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":670,"Cost":486,"Date":"6/16/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":164,"Cost":127,"Date":"6/17/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":579,"Cost":467,"Date":"8/27/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":966,"Cost":670,"Date":"10/1/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":357,"Cost":231,"Date":"11/4/2024"},{"Store":"Rødovre Centrum","Brand":"HM","Country":"Denmark","Sale":463,"Cost":370,"Date":"11/9/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":561,"Cost":304,"Date":"3/27/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":780,"Cost":545,"Date":"4/17/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":306,"Cost":167,"Date":"8/11/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":779,"Cost":465,"Date":"8/21/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":688,"Cost":450,"Date":"9/2/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":781,"Cost":677,"Date":"9/5/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":821,"Cost":587,"Date":"9/14/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":353,"Cost":280,"Date":"9/20/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":15,"Cost":10,"Date":"11/20/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":72,"Cost":57,"Date":"12/21/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":512,"Cost":266,"Date":"1/7/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":629,"Cost":374,"Date":"1/21/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":909,"Cost":564,"Date":"2/9/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":985,"Cost":713,"Date":"3/19/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":957,"Cost":547,"Date":"4/3/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":976,"Cost":494,"Date":"4/5/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":272,"Cost":157,"Date":"4/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":212,"Cost":182,"Date":"7/10/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":421,"Cost":339,"Date":"3/25/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":954,"Cost":789,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":557,"Cost":529,"Date":"10/28/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":135,"Cost":73,"Date":"3/2/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":790,"Cost":677,"Date":"6/28/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":691,"Cost":456,"Date":"7/17/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":554,"Cost":353,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":421,"Cost":290,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":61,"Cost":52,"Date":"11/20/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":2,"Cost":1,"Date":"12/16/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":233,"Cost":145,"Date":"12/30/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":82,"Cost":76,"Date":"2/15/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":415,"Cost":365,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":462,"Cost":438,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":585,"Cost":494,"Date":"4/18/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":430,"Cost":225,"Date":"7/27/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":926,"Cost":623,"Date":"8/18/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":658,"Cost":526,"Date":"10/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":17,"Cost":12,"Date":"11/11/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":48,"Cost":31,"Date":"11/30/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":341,"Cost":223,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":954,"Cost":859,"Date":"3/1/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":925,"Cost":831,"Date":"4/13/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":467,"Cost":255,"Date":"5/20/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":664,"Cost":493,"Date":"8/13/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":78,"Cost":46,"Date":"9/15/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":56,"Cost":51,"Date":"10/14/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":732,"Cost":497,"Date":"10/28/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":828,"Cost":624,"Date":"11/11/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":972,"Cost":878,"Date":"12/7/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":645,"Cost":447,"Date":"12/21/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":517,"Cost":287,"Date":"1/6/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":544,"Cost":338,"Date":"1/23/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":978,"Cost":634,"Date":"2/4/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":877,"Cost":596,"Date":"3/10/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":29,"Cost":27,"Date":"3/12/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":369,"Cost":263,"Date":"3/31/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":490,"Cost":303,"Date":"6/16/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":188,"Cost":153,"Date":"6/17/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":24,"Cost":18,"Date":"8/27/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":672,"Cost":398,"Date":"10/1/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":776,"Cost":610,"Date":"11/4/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":240,"Cost":178,"Date":"11/9/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":762,"Cost":411,"Date":"3/27/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":704,"Cost":387,"Date":"4/17/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":989,"Cost":600,"Date":"8/11/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":308,"Cost":238,"Date":"8/21/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":469,"Cost":392,"Date":"9/2/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":767,"Cost":523,"Date":"9/5/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":892,"Cost":701,"Date":"9/14/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":451,"Cost":418,"Date":"9/20/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":803,"Cost":672,"Date":"11/20/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":945,"Cost":727,"Date":"12/21/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":217,"Cost":204,"Date":"1/7/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":12,"Cost":8,"Date":"1/21/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":721,"Cost":478,"Date":"2/9/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":738,"Cost":405,"Date":"3/19/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":558,"Cost":510,"Date":"4/3/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":479,"Cost":407,"Date":"4/5/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":474,"Cost":346,"Date":"4/28/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":682,"Cost":504,"Date":"7/10/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":84,"Cost":79,"Date":"3/25/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":473,"Cost":409,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":727,"Cost":425,"Date":"10/28/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":662,"Cost":503,"Date":"3/2/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":101,"Cost":52,"Date":"6/28/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":83,"Cost":54,"Date":"7/17/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":723,"Cost":418,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":926,"Cost":542,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":134,"Cost":125,"Date":"11/20/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":284,"Cost":149,"Date":"12/16/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":52,"Cost":41,"Date":"12/30/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":629,"Cost":526,"Date":"2/15/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":455,"Cost":292,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":75,"Cost":47,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":89,"Cost":58,"Date":"4/18/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":779,"Cost":654,"Date":"7/27/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":211,"Cost":109,"Date":"8/18/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":831,"Cost":516,"Date":"10/31/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":166,"Cost":122,"Date":"11/11/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":951,"Cost":842,"Date":"11/30/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":609,"Cost":346,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":55,"Cost":33,"Date":"3/1/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":356,"Cost":260,"Date":"4/13/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":476,"Cost":322,"Date":"5/20/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":133,"Cost":112,"Date":"8/13/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":361,"Cost":299,"Date":"9/15/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":70,"Cost":50,"Date":"10/14/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":412,"Cost":291,"Date":"10/28/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":281,"Cost":188,"Date":"11/11/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":224,"Cost":116,"Date":"12/7/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":918,"Cost":804,"Date":"12/21/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":349,"Cost":283,"Date":"1/6/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":547,"Cost":355,"Date":"1/23/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":634,"Cost":549,"Date":"2/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":269,"Cost":172,"Date":"3/10/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":900,"Cost":817,"Date":"3/12/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":891,"Cost":580,"Date":"3/31/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":117,"Cost":108,"Date":"6/16/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":281,"Cost":184,"Date":"6/17/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":595,"Cost":565,"Date":"8/27/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":867,"Cost":644,"Date":"10/1/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":387,"Cost":281,"Date":"11/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":981,"Cost":779,"Date":"11/9/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":586,"Cost":483,"Date":"3/27/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":836,"Cost":708,"Date":"4/17/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":117,"Cost":76,"Date":"8/11/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":774,"Cost":616,"Date":"8/21/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":475,"Cost":313,"Date":"9/2/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":415,"Cost":353,"Date":"9/5/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":987,"Cost":547,"Date":"9/14/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":221,"Cost":118,"Date":"9/20/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":281,"Cost":215,"Date":"11/20/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":163,"Cost":149,"Date":"12/21/2018"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":938,"Cost":656,"Date":"1/7/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":852,"Cost":636,"Date":"1/21/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":600,"Cost":436,"Date":"2/9/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":468,"Cost":343,"Date":"3/19/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":980,"Cost":520,"Date":"4/3/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":577,"Cost":338,"Date":"4/5/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":526,"Cost":464,"Date":"4/28/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":568,"Cost":528,"Date":"7/10/2019"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":985,"Cost":611,"Date":"3/25/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":737,"Cost":585,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":676,"Cost":453,"Date":"10/28/2020"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":99,"Cost":82,"Date":"3/2/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":537,"Cost":384,"Date":"6/28/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":825,"Cost":647,"Date":"7/17/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":629,"Cost":556,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":323,"Cost":217,"Date":"8/23/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":588,"Cost":469,"Date":"11/20/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":132,"Cost":124,"Date":"12/16/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":754,"Cost":655,"Date":"12/30/2021"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":895,"Cost":699,"Date":"2/15/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":234,"Cost":190,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":767,"Cost":442,"Date":"3/7/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":98,"Cost":65,"Date":"4/18/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":389,"Cost":240,"Date":"7/27/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":979,"Cost":598,"Date":"8/18/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":738,"Cost":659,"Date":"10/31/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":114,"Cost":80,"Date":"11/11/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":545,"Cost":409,"Date":"11/30/2022"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":769,"Cost":407,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":951,"Cost":637,"Date":"3/1/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":435,"Cost":299,"Date":"4/13/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":402,"Cost":344,"Date":"5/20/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":909,"Cost":489,"Date":"8/13/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":936,"Cost":481,"Date":"9/15/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":982,"Cost":921,"Date":"10/14/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":344,"Cost":311,"Date":"10/28/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":212,"Cost":141,"Date":"11/11/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":712,"Cost":594,"Date":"12/7/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":226,"Cost":129,"Date":"12/21/2023"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":407,"Cost":218,"Date":"1/6/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":657,"Cost":420,"Date":"1/23/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":108,"Cost":55,"Date":"2/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":395,"Cost":293,"Date":"3/10/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":848,"Cost":740,"Date":"3/12/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":194,"Cost":159,"Date":"3/31/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":567,"Cost":349,"Date":"6/16/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":678,"Cost":386,"Date":"6/17/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":708,"Cost":432,"Date":"8/27/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":511,"Cost":312,"Date":"10/1/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":937,"Cost":715,"Date":"11/4/2024"},{"Store":"Lyngby Storcenter","Brand":"HM","Country":"Denmark","Sale":279,"Cost":160,"Date":"11/9/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":350,"Cost":189,"Date":"3/27/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":763,"Cost":718,"Date":"4/17/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":81,"Cost":73,"Date":"8/11/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":545,"Cost":306,"Date":"8/21/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":588,"Cost":433,"Date":"9/2/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":168,"Cost":106,"Date":"9/5/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":68,"Cost":57,"Date":"9/14/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":569,"Cost":529,"Date":"9/20/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":836,"Cost":678,"Date":"11/20/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":641,"Cost":417,"Date":"12/21/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":922,"Cost":658,"Date":"1/7/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":16,"Cost":9,"Date":"1/21/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":652,"Cost":388,"Date":"2/9/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":495,"Cost":374,"Date":"3/19/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":396,"Cost":357,"Date":"4/3/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":467,"Cost":407,"Date":"4/5/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":104,"Cost":82,"Date":"4/28/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":436,"Cost":248,"Date":"7/10/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":392,"Cost":356,"Date":"3/25/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":786,"Cost":440,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":523,"Cost":361,"Date":"10/28/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":554,"Cost":459,"Date":"3/2/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":68,"Cost":56,"Date":"6/28/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":67,"Cost":63,"Date":"7/17/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":54,"Cost":32,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":730,"Cost":567,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":971,"Cost":897,"Date":"11/20/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":977,"Cost":754,"Date":"12/16/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":185,"Cost":142,"Date":"12/30/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":979,"Cost":729,"Date":"2/15/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":34,"Cost":29,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":877,"Cost":808,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":267,"Cost":229,"Date":"4/18/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":150,"Cost":109,"Date":"7/27/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":949,"Cost":710,"Date":"8/18/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":939,"Cost":493,"Date":"10/31/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":134,"Cost":89,"Date":"11/11/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":778,"Cost":686,"Date":"11/30/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":808,"Cost":559,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":832,"Cost":444,"Date":"3/1/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":635,"Cost":390,"Date":"4/13/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":310,"Cost":174,"Date":"5/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":611,"Cost":386,"Date":"8/13/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":5,"Cost":2,"Date":"9/15/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":34,"Cost":21,"Date":"10/14/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":844,"Cost":704,"Date":"10/28/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":833,"Cost":729,"Date":"11/11/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":295,"Cost":241,"Date":"12/7/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":366,"Cost":332,"Date":"12/21/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":287,"Cost":225,"Date":"1/6/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":998,"Cost":786,"Date":"1/23/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":478,"Cost":268,"Date":"2/4/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":104,"Cost":53,"Date":"3/10/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":782,"Cost":740,"Date":"3/12/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":256,"Cost":142,"Date":"3/31/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":717,"Cost":537,"Date":"6/16/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":123,"Cost":79,"Date":"6/17/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":355,"Cost":299,"Date":"8/27/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":52,"Cost":27,"Date":"10/1/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":69,"Cost":41,"Date":"11/4/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":976,"Cost":636,"Date":"11/9/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":65,"Cost":45,"Date":"3/27/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":877,"Cost":619,"Date":"4/17/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":340,"Cost":297,"Date":"8/11/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":314,"Cost":245,"Date":"8/21/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":18,"Cost":11,"Date":"9/2/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":526,"Cost":268,"Date":"9/5/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":851,"Cost":437,"Date":"9/14/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":566,"Cost":340,"Date":"9/20/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":853,"Cost":799,"Date":"11/20/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":741,"Cost":633,"Date":"12/21/2018"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":906,"Cost":744,"Date":"1/7/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":136,"Cost":125,"Date":"1/21/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":655,"Cost":374,"Date":"2/9/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":310,"Cost":243,"Date":"3/19/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":625,"Cost":351,"Date":"4/3/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":235,"Cost":147,"Date":"4/5/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":662,"Cost":394,"Date":"4/28/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":404,"Cost":338,"Date":"7/10/2019"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":208,"Cost":190,"Date":"3/25/2020"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":443,"Cost":323,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":948,"Cost":727,"Date":"10/28/2020"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":294,"Cost":166,"Date":"3/2/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":554,"Cost":308,"Date":"6/28/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":881,"Cost":707,"Date":"7/17/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":77,"Cost":46,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":875,"Cost":623,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":475,"Cost":414,"Date":"11/20/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":756,"Cost":590,"Date":"12/16/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":808,"Cost":612,"Date":"12/30/2021"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":293,"Cost":246,"Date":"2/15/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":716,"Cost":498,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":986,"Cost":511,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":129,"Cost":123,"Date":"4/18/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":753,"Cost":584,"Date":"7/27/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":124,"Cost":102,"Date":"8/18/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":398,"Cost":307,"Date":"10/31/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":565,"Cost":442,"Date":"11/11/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":92,"Cost":79,"Date":"11/30/2022"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":281,"Cost":216,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":141,"Cost":89,"Date":"3/1/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":645,"Cost":377,"Date":"4/13/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":931,"Cost":639,"Date":"5/20/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":172,"Cost":97,"Date":"8/13/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":318,"Cost":276,"Date":"9/15/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":819,"Cost":492,"Date":"10/14/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":85,"Cost":79,"Date":"10/28/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":530,"Cost":502,"Date":"11/11/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":827,"Cost":415,"Date":"12/7/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":973,"Cost":727,"Date":"12/21/2023"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":703,"Cost":444,"Date":"1/6/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":601,"Cost":544,"Date":"1/23/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":817,"Cost":734,"Date":"2/4/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":198,"Cost":121,"Date":"3/10/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":256,"Cost":140,"Date":"3/12/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":260,"Cost":203,"Date":"3/31/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":505,"Cost":393,"Date":"6/16/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":79,"Cost":62,"Date":"6/17/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":933,"Cost":623,"Date":"8/27/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":334,"Cost":201,"Date":"10/1/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":65,"Cost":38,"Date":"11/4/2024"},{"Store":"Kolding Storcenter","Brand":"Jeans","Country":"Denmark","Sale":429,"Cost":391,"Date":"11/9/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":132,"Cost":111,"Date":"3/27/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":351,"Cost":296,"Date":"4/17/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":574,"Cost":298,"Date":"8/11/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":409,"Cost":234,"Date":"8/21/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":699,"Cost":394,"Date":"9/2/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":62,"Cost":32,"Date":"9/5/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":89,"Cost":56,"Date":"9/14/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":786,"Cost":432,"Date":"9/20/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":246,"Cost":158,"Date":"11/20/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":672,"Cost":604,"Date":"12/21/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":201,"Cost":150,"Date":"1/7/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":712,"Cost":462,"Date":"1/21/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":139,"Cost":74,"Date":"2/9/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":520,"Cost":296,"Date":"3/19/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":390,"Cost":227,"Date":"4/3/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":930,"Cost":787,"Date":"4/5/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":983,"Cost":832,"Date":"4/28/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":34,"Cost":28,"Date":"7/10/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":679,"Cost":462,"Date":"3/25/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":12,"Cost":9,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":26,"Cost":19,"Date":"10/28/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":105,"Cost":54,"Date":"3/2/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":203,"Cost":193,"Date":"6/28/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":847,"Cost":455,"Date":"7/17/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":994,"Cost":877,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":331,"Cost":283,"Date":"8/23/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":856,"Cost":487,"Date":"11/20/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":238,"Cost":170,"Date":"12/16/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":490,"Cost":444,"Date":"12/30/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":78,"Cost":68,"Date":"2/15/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":155,"Cost":141,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":406,"Cost":268,"Date":"3/7/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":767,"Cost":595,"Date":"4/18/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":199,"Cost":187,"Date":"7/27/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":209,"Cost":109,"Date":"8/18/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":491,"Cost":305,"Date":"10/31/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":24,"Cost":20,"Date":"11/11/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":722,"Cost":666,"Date":"11/30/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":823,"Cost":535,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":735,"Cost":388,"Date":"3/1/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":979,"Cost":510,"Date":"4/13/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":829,"Cost":497,"Date":"5/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":818,"Cost":461,"Date":"8/13/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":38,"Cost":23,"Date":"9/15/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":340,"Cost":201,"Date":"10/14/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":235,"Cost":123,"Date":"10/28/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":254,"Cost":173,"Date":"11/11/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":88,"Cost":46,"Date":"12/7/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":348,"Cost":319,"Date":"12/21/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":306,"Cost":178,"Date":"1/6/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":833,"Cost":494,"Date":"1/23/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":998,"Cost":922,"Date":"2/4/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":650,"Cost":498,"Date":"3/10/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":354,"Cost":206,"Date":"3/12/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":618,"Cost":399,"Date":"3/31/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":301,"Cost":200,"Date":"6/16/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":64,"Cost":58,"Date":"6/17/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":725,"Cost":389,"Date":"8/27/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":509,"Cost":330,"Date":"10/1/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":996,"Cost":668,"Date":"11/4/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":358,"Cost":254,"Date":"11/9/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":347,"Cost":321,"Date":"3/27/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":220,"Cost":110,"Date":"4/17/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":986,"Cost":774,"Date":"8/11/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":448,"Cost":330,"Date":"8/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":627,"Cost":424,"Date":"9/2/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":747,"Cost":702,"Date":"9/5/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":361,"Cost":231,"Date":"9/14/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":570,"Cost":319,"Date":"9/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":101,"Cost":71,"Date":"11/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":690,"Cost":611,"Date":"12/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":249,"Cost":232,"Date":"1/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":3,"Cost":3,"Date":"1/21/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":344,"Cost":310,"Date":"2/9/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":14,"Cost":10,"Date":"3/19/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":306,"Cost":154,"Date":"4/3/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":395,"Cost":342,"Date":"4/5/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":819,"Cost":511,"Date":"4/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":134,"Cost":121,"Date":"7/10/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":177,"Cost":110,"Date":"3/25/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":661,"Cost":610,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":208,"Cost":172,"Date":"10/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":133,"Cost":124,"Date":"3/2/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":827,"Cost":700,"Date":"6/28/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":873,"Cost":461,"Date":"7/17/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":286,"Cost":158,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":753,"Cost":397,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":613,"Cost":428,"Date":"11/20/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":380,"Cost":313,"Date":"12/16/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":425,"Cost":380,"Date":"12/30/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":636,"Cost":406,"Date":"2/15/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":241,"Cost":145,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":858,"Cost":636,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":902,"Cost":597,"Date":"4/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":217,"Cost":176,"Date":"7/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":696,"Cost":487,"Date":"8/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":171,"Cost":158,"Date":"10/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":104,"Cost":52,"Date":"11/11/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":289,"Cost":175,"Date":"11/30/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":689,"Cost":627,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":547,"Cost":358,"Date":"3/1/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":700,"Cost":514,"Date":"4/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":623,"Cost":560,"Date":"5/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":753,"Cost":439,"Date":"8/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":942,"Cost":865,"Date":"9/15/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":285,"Cost":180,"Date":"10/14/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":78,"Cost":61,"Date":"10/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":970,"Cost":823,"Date":"11/11/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":290,"Cost":204,"Date":"12/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":539,"Cost":508,"Date":"12/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":641,"Cost":499,"Date":"1/6/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":70,"Cost":48,"Date":"1/23/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":954,"Cost":532,"Date":"2/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":933,"Cost":502,"Date":"3/10/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":825,"Cost":553,"Date":"3/12/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":705,"Cost":513,"Date":"3/31/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":877,"Cost":710,"Date":"6/16/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":569,"Cost":508,"Date":"6/17/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":831,"Cost":709,"Date":"8/27/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":553,"Cost":373,"Date":"10/1/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":230,"Cost":120,"Date":"11/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"ARKET","Country":"Denmark","Sale":668,"Cost":547,"Date":"11/9/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":494,"Cost":392,"Date":"3/27/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":996,"Cost":914,"Date":"4/17/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":535,"Cost":489,"Date":"8/11/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":311,"Cost":247,"Date":"8/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":32,"Cost":20,"Date":"9/2/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":381,"Cost":194,"Date":"9/5/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":818,"Cost":727,"Date":"9/14/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":88,"Cost":72,"Date":"9/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":712,"Cost":648,"Date":"11/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":687,"Cost":463,"Date":"12/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":616,"Cost":403,"Date":"1/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":535,"Cost":371,"Date":"1/21/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":578,"Cost":525,"Date":"2/9/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":758,"Cost":458,"Date":"3/19/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":643,"Cost":387,"Date":"4/3/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":510,"Cost":394,"Date":"4/5/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":176,"Cost":164,"Date":"4/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":627,"Cost":467,"Date":"7/10/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":453,"Cost":230,"Date":"3/25/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":204,"Cost":108,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":462,"Cost":256,"Date":"10/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":848,"Cost":742,"Date":"3/2/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":421,"Cost":311,"Date":"6/28/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":838,"Cost":512,"Date":"7/17/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":162,"Cost":91,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":901,"Cost":489,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":65,"Cost":49,"Date":"11/20/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":56,"Cost":52,"Date":"12/16/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":436,"Cost":404,"Date":"12/30/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":763,"Cost":634,"Date":"2/15/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":283,"Cost":150,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":523,"Cost":292,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":476,"Cost":386,"Date":"4/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":732,"Cost":415,"Date":"7/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":106,"Cost":68,"Date":"8/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":300,"Cost":223,"Date":"10/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":622,"Cost":375,"Date":"11/11/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":915,"Cost":821,"Date":"11/30/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":16,"Cost":11,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":86,"Cost":66,"Date":"3/1/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":985,"Cost":595,"Date":"4/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":482,"Cost":406,"Date":"5/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":709,"Cost":448,"Date":"8/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":666,"Cost":578,"Date":"9/15/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":649,"Cost":508,"Date":"10/14/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":130,"Cost":76,"Date":"10/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":635,"Cost":480,"Date":"11/11/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":908,"Cost":855,"Date":"12/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":461,"Cost":345,"Date":"12/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":138,"Cost":72,"Date":"1/6/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":756,"Cost":691,"Date":"1/23/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":27,"Cost":23,"Date":"2/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":323,"Cost":303,"Date":"3/10/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":972,"Cost":917,"Date":"3/12/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":820,"Cost":622,"Date":"3/31/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":569,"Cost":522,"Date":"6/16/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":734,"Cost":468,"Date":"6/17/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":631,"Cost":542,"Date":"8/27/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":267,"Cost":176,"Date":"10/1/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":153,"Cost":82,"Date":"11/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":946,"Cost":748,"Date":"11/9/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":477,"Cost":303,"Date":"3/27/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":894,"Cost":613,"Date":"4/17/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":459,"Cost":323,"Date":"8/11/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":454,"Cost":302,"Date":"8/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":708,"Cost":661,"Date":"9/2/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":951,"Cost":758,"Date":"9/5/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":443,"Cost":263,"Date":"9/14/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":446,"Cost":345,"Date":"9/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":650,"Cost":604,"Date":"11/20/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":693,"Cost":632,"Date":"12/21/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":72,"Cost":45,"Date":"1/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":705,"Cost":601,"Date":"1/21/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":350,"Cost":252,"Date":"2/9/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":322,"Cost":252,"Date":"3/19/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":980,"Cost":859,"Date":"4/3/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":73,"Cost":58,"Date":"4/5/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":707,"Cost":429,"Date":"4/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":381,"Cost":300,"Date":"7/10/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":965,"Cost":703,"Date":"3/25/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":109,"Cost":103,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":30,"Cost":24,"Date":"10/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":600,"Cost":371,"Date":"3/2/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":602,"Cost":541,"Date":"6/28/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":682,"Cost":378,"Date":"7/17/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":324,"Cost":186,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":627,"Cost":387,"Date":"8/23/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":96,"Cost":52,"Date":"11/20/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":707,"Cost":454,"Date":"12/16/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":346,"Cost":279,"Date":"12/30/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":688,"Cost":576,"Date":"2/15/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":818,"Cost":723,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":361,"Cost":264,"Date":"3/7/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":17,"Cost":15,"Date":"4/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":119,"Cost":74,"Date":"7/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":867,"Cost":577,"Date":"8/18/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":696,"Cost":484,"Date":"10/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":949,"Cost":763,"Date":"11/11/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":860,"Cost":777,"Date":"11/30/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":174,"Cost":118,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":227,"Cost":135,"Date":"3/1/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":877,"Cost":722,"Date":"4/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":628,"Cost":337,"Date":"5/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":956,"Cost":552,"Date":"8/13/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":776,"Cost":589,"Date":"9/15/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":226,"Cost":160,"Date":"10/14/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":767,"Cost":440,"Date":"10/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":196,"Cost":171,"Date":"11/11/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":135,"Cost":73,"Date":"12/7/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":439,"Cost":261,"Date":"12/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":713,"Cost":370,"Date":"1/6/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":970,"Cost":566,"Date":"1/23/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":552,"Cost":400,"Date":"2/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":324,"Cost":168,"Date":"3/10/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":864,"Cost":627,"Date":"3/12/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":381,"Cost":294,"Date":"3/31/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":361,"Cost":279,"Date":"6/16/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":981,"Cost":834,"Date":"6/17/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":481,"Cost":290,"Date":"8/27/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":302,"Cost":249,"Date":"10/1/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":67,"Cost":52,"Date":"11/4/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":367,"Cost":254,"Date":"11/9/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":993,"Cost":597,"Date":"3/27/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":852,"Cost":724,"Date":"4/17/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":880,"Cost":481,"Date":"8/11/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":231,"Cost":161,"Date":"8/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":709,"Cost":611,"Date":"9/2/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":867,"Cost":625,"Date":"9/5/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":480,"Cost":392,"Date":"9/14/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":936,"Cost":792,"Date":"9/20/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":882,"Cost":819,"Date":"11/20/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":947,"Cost":689,"Date":"12/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":124,"Cost":64,"Date":"1/7/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":592,"Cost":495,"Date":"1/21/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":522,"Cost":464,"Date":"2/9/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":256,"Cost":133,"Date":"3/19/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":809,"Cost":408,"Date":"4/3/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":434,"Cost":331,"Date":"4/5/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":360,"Cost":329,"Date":"4/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":543,"Cost":424,"Date":"7/10/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":948,"Cost":891,"Date":"3/25/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":110,"Cost":104,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":202,"Date":"10/28/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":802,"Cost":708,"Date":"3/2/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":14,"Cost":9,"Date":"6/28/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":515,"Cost":460,"Date":"7/17/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":628,"Cost":404,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":487,"Cost":429,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":493,"Cost":315,"Date":"11/20/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":582,"Cost":477,"Date":"12/16/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":421,"Cost":339,"Date":"12/30/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":924,"Cost":815,"Date":"2/15/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":746,"Cost":511,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":887,"Cost":625,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":317,"Cost":266,"Date":"4/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":848,"Cost":773,"Date":"7/27/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":669,"Cost":606,"Date":"8/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":568,"Cost":506,"Date":"10/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":869,"Cost":739,"Date":"11/11/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":705,"Cost":447,"Date":"11/30/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":955,"Cost":508,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":842,"Cost":476,"Date":"3/1/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":955,"Cost":487,"Date":"4/13/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":30,"Cost":16,"Date":"5/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":679,"Cost":607,"Date":"8/13/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":299,"Cost":179,"Date":"9/15/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":80,"Cost":70,"Date":"10/14/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":765,"Cost":482,"Date":"10/28/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":961,"Cost":698,"Date":"11/11/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":636,"Cost":434,"Date":"12/7/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":679,"Cost":351,"Date":"12/21/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":956,"Cost":669,"Date":"1/6/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":454,"Cost":280,"Date":"1/23/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":160,"Cost":139,"Date":"2/4/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":577,"Cost":418,"Date":"3/10/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":467,"Cost":282,"Date":"3/12/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":574,"Cost":361,"Date":"3/31/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":385,"Cost":282,"Date":"6/16/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":510,"Cost":413,"Date":"6/17/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":366,"Cost":203,"Date":"8/27/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":666,"Cost":575,"Date":"10/1/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":625,"Cost":579,"Date":"11/4/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":736,"Cost":437,"Date":"11/9/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":472,"Cost":402,"Date":"3/27/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":464,"Cost":313,"Date":"4/17/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":130,"Cost":120,"Date":"8/11/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":982,"Cost":534,"Date":"8/21/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":223,"Cost":153,"Date":"9/2/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":60,"Cost":41,"Date":"9/5/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":13,"Cost":12,"Date":"9/14/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":917,"Cost":658,"Date":"9/20/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":719,"Cost":498,"Date":"11/20/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":975,"Cost":745,"Date":"12/21/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":379,"Cost":297,"Date":"1/7/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":818,"Cost":608,"Date":"1/21/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":155,"Cost":79,"Date":"2/9/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":296,"Cost":234,"Date":"3/19/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":979,"Cost":712,"Date":"4/3/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":392,"Cost":296,"Date":"4/5/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":284,"Cost":175,"Date":"4/28/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":335,"Cost":241,"Date":"7/10/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":32,"Cost":23,"Date":"3/25/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":447,"Cost":406,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":147,"Cost":94,"Date":"10/28/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":104,"Cost":91,"Date":"3/2/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":418,"Cost":351,"Date":"6/28/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":705,"Cost":506,"Date":"7/17/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":831,"Cost":746,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":526,"Cost":490,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":113,"Cost":90,"Date":"11/20/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":999,"Cost":896,"Date":"12/16/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":679,"Cost":474,"Date":"12/30/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":837,"Cost":658,"Date":"2/15/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":920,"Cost":666,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":996,"Cost":689,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":474,"Cost":413,"Date":"4/18/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":238,"Cost":216,"Date":"7/27/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":145,"Cost":73,"Date":"8/18/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":479,"Cost":351,"Date":"10/31/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":470,"Cost":407,"Date":"11/11/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":104,"Cost":95,"Date":"11/30/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":763,"Cost":557,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":956,"Cost":557,"Date":"3/1/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":232,"Cost":125,"Date":"4/13/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":599,"Cost":384,"Date":"5/20/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":42,"Cost":35,"Date":"8/13/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":500,"Cost":441,"Date":"9/15/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":731,"Cost":662,"Date":"10/14/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":795,"Cost":602,"Date":"10/28/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":761,"Cost":700,"Date":"11/11/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":232,"Cost":136,"Date":"12/7/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":783,"Cost":554,"Date":"12/21/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":994,"Cost":900,"Date":"1/6/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":315,"Cost":258,"Date":"1/23/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":431,"Cost":282,"Date":"2/4/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":342,"Cost":278,"Date":"3/10/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":617,"Cost":425,"Date":"3/12/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":120,"Cost":113,"Date":"3/31/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":583,"Cost":350,"Date":"6/16/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":777,"Cost":502,"Date":"6/17/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":806,"Cost":615,"Date":"8/27/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":176,"Cost":104,"Date":"10/1/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":201,"Cost":178,"Date":"11/4/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":430,"Cost":276,"Date":"11/9/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":438,"Cost":258,"Date":"3/27/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":44,"Cost":30,"Date":"4/17/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":436,"Cost":338,"Date":"8/11/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":171,"Cost":97,"Date":"8/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":843,"Cost":746,"Date":"9/2/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":820,"Cost":775,"Date":"9/5/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":452,"Cost":327,"Date":"9/14/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":231,"Cost":120,"Date":"9/20/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":244,"Cost":227,"Date":"11/20/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":636,"Cost":560,"Date":"12/21/2018"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":451,"Cost":282,"Date":"1/7/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":702,"Cost":582,"Date":"1/21/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":854,"Cost":604,"Date":"2/9/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":939,"Cost":876,"Date":"3/19/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":503,"Cost":257,"Date":"4/3/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":31,"Cost":21,"Date":"4/5/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":502,"Cost":311,"Date":"4/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":723,"Cost":452,"Date":"7/10/2019"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":668,"Cost":634,"Date":"3/25/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":921,"Cost":524,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":82,"Cost":65,"Date":"10/28/2020"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":107,"Cost":81,"Date":"3/2/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":763,"Cost":433,"Date":"6/28/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":509,"Cost":329,"Date":"7/17/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":436,"Cost":411,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":690,"Cost":639,"Date":"8/23/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":466,"Cost":236,"Date":"11/20/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":679,"Cost":556,"Date":"12/16/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":352,"Cost":264,"Date":"12/30/2021"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":642,"Cost":377,"Date":"2/15/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":140,"Cost":101,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":214,"Cost":187,"Date":"3/7/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":962,"Cost":858,"Date":"4/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":838,"Cost":688,"Date":"7/27/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":800,"Cost":447,"Date":"8/18/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":927,"Cost":645,"Date":"10/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":829,"Cost":600,"Date":"11/11/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":938,"Cost":647,"Date":"11/30/2022"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":887,"Cost":843,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":559,"Cost":415,"Date":"3/1/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":704,"Cost":629,"Date":"4/13/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":44,"Cost":23,"Date":"5/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":236,"Cost":164,"Date":"8/13/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":830,"Cost":776,"Date":"9/15/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":272,"Cost":193,"Date":"10/14/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":868,"Cost":525,"Date":"10/28/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":35,"Cost":20,"Date":"11/11/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":556,"Cost":285,"Date":"12/7/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":702,"Cost":483,"Date":"12/21/2023"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":999,"Cost":739,"Date":"1/6/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":767,"Cost":685,"Date":"1/23/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":105,"Date":"2/4/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":363,"Cost":209,"Date":"3/10/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":761,"Cost":707,"Date":"3/12/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":659,"Cost":587,"Date":"3/31/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":341,"Cost":171,"Date":"6/16/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":348,"Cost":259,"Date":"6/17/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":222,"Cost":151,"Date":"8/27/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":595,"Cost":428,"Date":"10/1/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":14,"Cost":9,"Date":"11/4/2024"},{"Store":"Aalborg Storcenter","Brand":"Nova","Country":"Denmark","Sale":526,"Cost":452,"Date":"11/9/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":289,"Cost":222,"Date":"3/27/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":365,"Cost":308,"Date":"4/17/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":957,"Cost":549,"Date":"8/11/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":448,"Cost":261,"Date":"8/21/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":554,"Cost":325,"Date":"9/2/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":256,"Cost":138,"Date":"9/5/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":962,"Cost":620,"Date":"9/14/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":859,"Cost":619,"Date":"9/20/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":315,"Cost":168,"Date":"11/20/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":838,"Cost":495,"Date":"12/21/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":817,"Cost":745,"Date":"1/7/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":449,"Cost":339,"Date":"1/21/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":604,"Cost":365,"Date":"2/9/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":934,"Cost":715,"Date":"3/19/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":821,"Cost":559,"Date":"4/3/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":765,"Cost":726,"Date":"4/5/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":626,"Cost":587,"Date":"4/28/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":468,"Cost":317,"Date":"7/10/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":902,"Cost":699,"Date":"3/25/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":995,"Cost":724,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":405,"Cost":231,"Date":"10/28/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":884,"Cost":781,"Date":"3/2/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":86,"Cost":57,"Date":"6/28/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":681,"Cost":475,"Date":"7/17/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":924,"Cost":676,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":340,"Cost":317,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":495,"Cost":355,"Date":"11/20/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":629,"Cost":386,"Date":"12/16/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":126,"Cost":119,"Date":"12/30/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":971,"Cost":587,"Date":"2/15/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":243,"Cost":196,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":45,"Cost":41,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":399,"Cost":308,"Date":"4/18/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":331,"Cost":253,"Date":"7/27/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":180,"Cost":134,"Date":"8/18/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":878,"Cost":656,"Date":"10/31/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":829,"Cost":725,"Date":"11/11/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":934,"Cost":524,"Date":"11/30/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":227,"Cost":144,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":733,"Cost":589,"Date":"3/1/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":529,"Cost":292,"Date":"4/13/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":927,"Cost":574,"Date":"5/20/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":10,"Cost":7,"Date":"8/13/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":144,"Cost":87,"Date":"9/15/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":977,"Cost":495,"Date":"10/14/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":720,"Cost":462,"Date":"10/28/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":769,"Cost":392,"Date":"11/11/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":717,"Cost":376,"Date":"12/7/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":372,"Cost":323,"Date":"12/21/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":258,"Cost":148,"Date":"1/6/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":30,"Cost":28,"Date":"1/23/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":536,"Cost":348,"Date":"2/4/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":572,"Cost":530,"Date":"3/10/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":66,"Cost":50,"Date":"3/12/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":85,"Cost":65,"Date":"3/31/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":935,"Cost":777,"Date":"6/16/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":718,"Cost":535,"Date":"6/17/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":510,"Cost":298,"Date":"8/27/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":817,"Cost":705,"Date":"10/1/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":981,"Cost":882,"Date":"11/4/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":369,"Cost":349,"Date":"11/9/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":131,"Cost":67,"Date":"3/27/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":215,"Cost":124,"Date":"4/17/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":495,"Cost":443,"Date":"8/11/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":563,"Cost":448,"Date":"8/21/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":203,"Cost":120,"Date":"9/2/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":442,"Cost":384,"Date":"9/5/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":686,"Cost":555,"Date":"9/14/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":243,"Cost":126,"Date":"9/20/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":365,"Cost":336,"Date":"11/20/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":650,"Cost":543,"Date":"12/21/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":976,"Cost":899,"Date":"1/7/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":149,"Cost":76,"Date":"1/21/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":185,"Cost":97,"Date":"2/9/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":564,"Cost":488,"Date":"3/19/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":966,"Cost":646,"Date":"4/3/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":54,"Cost":51,"Date":"4/5/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":902,"Cost":727,"Date":"4/28/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":350,"Cost":328,"Date":"7/10/2019"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":876,"Cost":529,"Date":"3/25/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":564,"Cost":500,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":834,"Cost":710,"Date":"10/28/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":74,"Cost":41,"Date":"3/2/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":439,"Cost":362,"Date":"6/28/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":159,"Cost":80,"Date":"7/17/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":816,"Cost":450,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":48,"Cost":36,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":613,"Cost":567,"Date":"11/20/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":974,"Cost":533,"Date":"12/16/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":266,"Cost":175,"Date":"12/30/2021"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":408,"Cost":300,"Date":"2/15/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":967,"Cost":574,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":277,"Cost":255,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":140,"Cost":125,"Date":"4/18/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":71,"Cost":35,"Date":"7/27/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":714,"Cost":458,"Date":"8/18/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":798,"Cost":448,"Date":"10/31/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":80,"Cost":75,"Date":"11/11/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":355,"Cost":325,"Date":"11/30/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":698,"Cost":595,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":431,"Cost":346,"Date":"3/1/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":958,"Cost":721,"Date":"4/13/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":698,"Cost":624,"Date":"5/20/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":684,"Cost":645,"Date":"8/13/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":655,"Cost":455,"Date":"9/15/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":647,"Cost":522,"Date":"10/14/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":151,"Cost":84,"Date":"10/28/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":410,"Cost":386,"Date":"11/11/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":360,"Cost":190,"Date":"12/7/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":259,"Cost":232,"Date":"12/21/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":744,"Cost":419,"Date":"1/6/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":261,"Cost":223,"Date":"1/23/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":404,"Cost":250,"Date":"2/4/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":274,"Cost":236,"Date":"3/10/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":708,"Cost":382,"Date":"3/12/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":589,"Cost":486,"Date":"3/31/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":212,"Cost":198,"Date":"6/16/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":946,"Cost":644,"Date":"6/17/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":971,"Cost":639,"Date":"8/27/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":734,"Cost":574,"Date":"10/1/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":607,"Cost":395,"Date":"11/4/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":795,"Cost":483,"Date":"11/9/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":574,"Cost":388,"Date":"3/27/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":21,"Cost":13,"Date":"4/17/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":292,"Cost":221,"Date":"8/11/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":96,"Cost":83,"Date":"8/21/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":334,"Cost":284,"Date":"9/2/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":564,"Cost":290,"Date":"9/5/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":521,"Cost":281,"Date":"9/14/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":451,"Cost":309,"Date":"9/20/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":924,"Cost":536,"Date":"11/20/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":886,"Cost":464,"Date":"12/21/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":574,"Cost":509,"Date":"1/7/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":858,"Cost":636,"Date":"1/21/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":165,"Cost":91,"Date":"2/9/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":832,"Cost":433,"Date":"3/19/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":700,"Cost":467,"Date":"4/3/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":283,"Cost":240,"Date":"4/5/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":633,"Cost":386,"Date":"4/28/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":249,"Cost":172,"Date":"7/10/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":94,"Cost":80,"Date":"3/25/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":540,"Cost":341,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":191,"Cost":138,"Date":"10/28/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":847,"Cost":772,"Date":"3/2/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":432,"Cost":392,"Date":"6/28/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":397,"Cost":228,"Date":"7/17/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":22,"Cost":20,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":757,"Cost":533,"Date":"8/23/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":395,"Cost":223,"Date":"11/20/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":840,"Cost":651,"Date":"12/16/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":990,"Cost":495,"Date":"12/30/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":8,"Cost":4,"Date":"2/15/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":669,"Cost":511,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":332,"Cost":215,"Date":"3/7/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":350,"Cost":188,"Date":"4/18/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":385,"Cost":354,"Date":"7/27/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":794,"Cost":676,"Date":"8/18/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":729,"Cost":557,"Date":"10/31/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":252,"Cost":137,"Date":"11/11/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":25,"Cost":12,"Date":"11/30/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":515,"Cost":455,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":329,"Cost":242,"Date":"3/1/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":733,"Cost":686,"Date":"4/13/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":323,"Cost":186,"Date":"5/20/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":390,"Cost":273,"Date":"8/13/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":212,"Cost":171,"Date":"9/15/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":234,"Cost":197,"Date":"10/14/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":39,"Cost":35,"Date":"10/28/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":655,"Cost":424,"Date":"11/11/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":513,"Cost":332,"Date":"12/7/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":177,"Cost":125,"Date":"12/21/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":890,"Cost":445,"Date":"1/6/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":570,"Cost":294,"Date":"1/23/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":762,"Cost":407,"Date":"2/4/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":442,"Cost":281,"Date":"3/10/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":958,"Cost":529,"Date":"3/12/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":348,"Cost":193,"Date":"3/31/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":72,"Cost":67,"Date":"6/16/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":866,"Cost":634,"Date":"6/17/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":640,"Cost":328,"Date":"8/27/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":859,"Cost":519,"Date":"10/1/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":53,"Cost":49,"Date":"11/4/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":247,"Cost":167,"Date":"11/9/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":765,"Cost":546,"Date":"3/27/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":348,"Cost":177,"Date":"4/17/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":865,"Cost":451,"Date":"8/11/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":470,"Cost":422,"Date":"8/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":809,"Cost":478,"Date":"9/2/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":77,"Cost":69,"Date":"9/5/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":895,"Cost":522,"Date":"9/14/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":143,"Cost":120,"Date":"9/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":196,"Cost":169,"Date":"11/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":293,"Cost":153,"Date":"12/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":852,"Cost":499,"Date":"1/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":945,"Cost":641,"Date":"1/21/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":494,"Cost":403,"Date":"2/9/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":717,"Cost":399,"Date":"3/19/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":61,"Cost":48,"Date":"4/3/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":781,"Cost":670,"Date":"4/5/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":525,"Cost":449,"Date":"4/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":340,"Cost":320,"Date":"7/10/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":646,"Cost":470,"Date":"3/25/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":609,"Cost":443,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":185,"Cost":175,"Date":"10/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":559,"Cost":530,"Date":"3/2/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":160,"Cost":97,"Date":"6/28/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":475,"Cost":449,"Date":"7/17/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":306,"Cost":271,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":739,"Cost":701,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":984,"Cost":651,"Date":"11/20/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":47,"Cost":31,"Date":"12/16/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":376,"Cost":213,"Date":"12/30/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":423,"Cost":215,"Date":"2/15/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":406,"Cost":281,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":724,"Cost":452,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":617,"Cost":376,"Date":"4/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":579,"Cost":368,"Date":"7/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":293,"Cost":203,"Date":"8/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":65,"Cost":58,"Date":"10/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":785,"Cost":404,"Date":"11/11/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":727,"Cost":374,"Date":"11/30/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":519,"Cost":338,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":884,"Cost":631,"Date":"3/1/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":133,"Cost":105,"Date":"4/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":366,"Cost":215,"Date":"5/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":713,"Cost":571,"Date":"8/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":640,"Cost":520,"Date":"9/15/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":647,"Cost":580,"Date":"10/14/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":18,"Cost":13,"Date":"10/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":391,"Cost":263,"Date":"11/11/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":383,"Cost":319,"Date":"12/7/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":749,"Cost":527,"Date":"12/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":791,"Cost":562,"Date":"1/6/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":658,"Cost":344,"Date":"1/23/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":822,"Cost":730,"Date":"2/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":954,"Cost":781,"Date":"3/10/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":235,"Cost":198,"Date":"3/12/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":992,"Cost":779,"Date":"3/31/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":705,"Cost":525,"Date":"6/16/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":217,"Cost":110,"Date":"6/17/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":907,"Cost":482,"Date":"8/27/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":767,"Cost":590,"Date":"10/1/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":301,"Cost":199,"Date":"11/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":933,"Cost":650,"Date":"11/9/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":548,"Cost":391,"Date":"3/27/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":34,"Cost":28,"Date":"4/17/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":132,"Cost":107,"Date":"8/11/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":561,"Cost":406,"Date":"8/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":604,"Cost":388,"Date":"9/2/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":305,"Cost":194,"Date":"9/5/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":200,"Cost":183,"Date":"9/14/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":905,"Cost":799,"Date":"9/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":36,"Cost":31,"Date":"11/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":622,"Cost":524,"Date":"12/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":694,"Cost":584,"Date":"1/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":445,"Cost":258,"Date":"1/21/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":727,"Cost":639,"Date":"2/9/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":690,"Cost":398,"Date":"3/19/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":606,"Cost":453,"Date":"4/3/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":805,"Cost":672,"Date":"4/5/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":859,"Cost":734,"Date":"4/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":159,"Cost":117,"Date":"7/10/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":466,"Cost":372,"Date":"3/25/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":222,"Cost":180,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":155,"Cost":115,"Date":"10/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":555,"Cost":342,"Date":"3/2/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":758,"Cost":632,"Date":"6/28/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":651,"Cost":559,"Date":"7/17/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":102,"Cost":59,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":193,"Cost":169,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":164,"Cost":149,"Date":"11/20/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":952,"Cost":709,"Date":"12/16/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":849,"Cost":571,"Date":"12/30/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":496,"Cost":325,"Date":"2/15/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":997,"Cost":906,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":375,"Cost":304,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":713,"Cost":529,"Date":"4/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":111,"Cost":67,"Date":"7/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":359,"Cost":286,"Date":"8/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":560,"Cost":489,"Date":"10/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":367,"Cost":205,"Date":"11/11/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":432,"Cost":395,"Date":"11/30/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":244,"Cost":165,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":882,"Cost":518,"Date":"3/1/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":538,"Cost":279,"Date":"4/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":251,"Cost":226,"Date":"5/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":789,"Cost":517,"Date":"8/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":743,"Cost":642,"Date":"9/15/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":879,"Cost":594,"Date":"10/14/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":347,"Cost":207,"Date":"10/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":713,"Cost":496,"Date":"11/11/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":855,"Cost":438,"Date":"12/7/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":817,"Cost":678,"Date":"12/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":137,"Cost":100,"Date":"1/6/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":693,"Cost":516,"Date":"1/23/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":300,"Cost":285,"Date":"2/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":501,"Cost":414,"Date":"3/10/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":151,"Cost":98,"Date":"3/12/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":451,"Cost":256,"Date":"3/31/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":193,"Cost":134,"Date":"6/16/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":507,"Cost":284,"Date":"6/17/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":861,"Cost":729,"Date":"8/27/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":228,"Cost":140,"Date":"10/1/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":277,"Cost":159,"Date":"11/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Nova","Country":"Denmark","Sale":331,"Cost":309,"Date":"11/9/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":467,"Cost":339,"Date":"3/27/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":722,"Cost":484,"Date":"4/17/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":547,"Cost":333,"Date":"8/11/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":96,"Cost":81,"Date":"8/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":602,"Cost":344,"Date":"9/2/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":153,"Cost":91,"Date":"9/5/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":681,"Cost":607,"Date":"9/14/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":89,"Cost":57,"Date":"9/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":548,"Cost":506,"Date":"11/20/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":97,"Cost":61,"Date":"12/21/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":254,"Cost":236,"Date":"1/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":177,"Cost":162,"Date":"1/21/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":175,"Cost":164,"Date":"2/9/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":298,"Cost":252,"Date":"3/19/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":413,"Cost":366,"Date":"4/3/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":854,"Cost":673,"Date":"4/5/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":83,"Cost":74,"Date":"4/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":970,"Cost":485,"Date":"7/10/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":105,"Cost":55,"Date":"3/25/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":504,"Cost":279,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":441,"Cost":387,"Date":"10/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":350,"Cost":316,"Date":"3/2/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":615,"Cost":569,"Date":"6/28/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":73,"Cost":60,"Date":"7/17/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":380,"Cost":224,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":833,"Cost":773,"Date":"8/23/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":244,"Cost":166,"Date":"11/20/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":788,"Cost":509,"Date":"12/16/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":675,"Cost":530,"Date":"12/30/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":926,"Cost":832,"Date":"2/15/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":156,"Cost":108,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":235,"Cost":181,"Date":"3/7/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":622,"Cost":469,"Date":"4/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":447,"Cost":392,"Date":"7/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":251,"Cost":139,"Date":"8/18/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":73,"Cost":48,"Date":"10/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":424,"Cost":310,"Date":"11/11/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":715,"Cost":576,"Date":"11/30/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":328,"Cost":211,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":623,"Cost":460,"Date":"3/1/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":254,"Cost":167,"Date":"4/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":599,"Cost":405,"Date":"5/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":313,"Cost":265,"Date":"8/13/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":447,"Cost":278,"Date":"9/15/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":288,"Cost":183,"Date":"10/14/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":648,"Cost":369,"Date":"10/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":110,"Cost":102,"Date":"11/11/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":580,"Cost":300,"Date":"12/7/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":112,"Cost":82,"Date":"12/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":237,"Cost":168,"Date":"1/6/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":198,"Cost":131,"Date":"1/23/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":679,"Cost":605,"Date":"2/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":281,"Cost":256,"Date":"3/10/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":599,"Cost":367,"Date":"3/12/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":729,"Cost":589,"Date":"3/31/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":571,"Cost":537,"Date":"6/16/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":626,"Cost":539,"Date":"6/17/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":358,"Cost":234,"Date":"8/27/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":312,"Cost":288,"Date":"10/1/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":613,"Cost":350,"Date":"11/4/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":868,"Cost":731,"Date":"11/9/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":352,"Cost":198,"Date":"3/27/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":971,"Cost":680,"Date":"4/17/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":245,"Cost":153,"Date":"8/11/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":431,"Cost":392,"Date":"8/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":90,"Cost":55,"Date":"9/2/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":621,"Cost":521,"Date":"9/5/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":521,"Cost":442,"Date":"9/14/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":50,"Cost":38,"Date":"9/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":182,"Cost":121,"Date":"11/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":462,"Cost":287,"Date":"12/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":739,"Cost":420,"Date":"1/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":805,"Cost":717,"Date":"1/21/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":106,"Cost":72,"Date":"2/9/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":312,"Cost":250,"Date":"3/19/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":449,"Cost":247,"Date":"4/3/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":39,"Cost":25,"Date":"4/5/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":449,"Cost":398,"Date":"4/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":967,"Cost":779,"Date":"7/10/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":259,"Cost":212,"Date":"3/25/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":588,"Cost":517,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":178,"Cost":96,"Date":"10/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":413,"Cost":247,"Date":"3/2/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":140,"Cost":110,"Date":"6/28/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":483,"Cost":311,"Date":"7/17/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":778,"Cost":683,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":451,"Cost":405,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":883,"Cost":568,"Date":"11/20/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":811,"Cost":729,"Date":"12/16/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":317,"Cost":262,"Date":"12/30/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":445,"Cost":318,"Date":"2/15/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":197,"Cost":155,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":386,"Cost":353,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":968,"Cost":660,"Date":"4/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":370,"Cost":334,"Date":"7/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":337,"Cost":247,"Date":"8/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":195,"Cost":144,"Date":"10/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":19,"Cost":11,"Date":"11/11/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":124,"Cost":116,"Date":"11/30/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":264,"Cost":214,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":484,"Cost":300,"Date":"3/1/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":22,"Cost":21,"Date":"4/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":725,"Cost":569,"Date":"5/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":484,"Cost":256,"Date":"8/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":202,"Cost":183,"Date":"9/15/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":65,"Cost":47,"Date":"10/14/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":248,"Cost":150,"Date":"10/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":226,"Cost":199,"Date":"11/11/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":395,"Cost":349,"Date":"12/7/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":546,"Cost":276,"Date":"12/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":105,"Cost":74,"Date":"1/6/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":392,"Cost":258,"Date":"1/23/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":987,"Cost":935,"Date":"2/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":72,"Cost":46,"Date":"3/10/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":103,"Cost":68,"Date":"3/12/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":242,"Cost":133,"Date":"3/31/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":756,"Cost":409,"Date":"6/16/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":193,"Cost":177,"Date":"6/17/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":930,"Cost":685,"Date":"8/27/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":188,"Cost":133,"Date":"10/1/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":608,"Cost":434,"Date":"11/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":796,"Cost":535,"Date":"11/9/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":420,"Cost":262,"Date":"3/27/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":666,"Cost":435,"Date":"4/17/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":812,"Cost":409,"Date":"8/11/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":566,"Cost":490,"Date":"8/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":598,"Cost":557,"Date":"9/2/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":262,"Cost":137,"Date":"9/5/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":893,"Cost":739,"Date":"9/14/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":595,"Cost":419,"Date":"9/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":83,"Cost":67,"Date":"11/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":217,"Cost":169,"Date":"12/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":890,"Cost":607,"Date":"1/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":641,"Cost":446,"Date":"1/21/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":583,"Cost":549,"Date":"2/9/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":718,"Cost":515,"Date":"3/19/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":304,"Cost":263,"Date":"4/3/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":626,"Cost":426,"Date":"4/5/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":286,"Cost":254,"Date":"4/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":38,"Cost":25,"Date":"7/10/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":608,"Cost":488,"Date":"3/25/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":160,"Cost":90,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":672,"Cost":624,"Date":"10/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":426,"Cost":358,"Date":"3/2/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":457,"Cost":310,"Date":"6/28/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":67,"Cost":56,"Date":"7/17/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":417,"Cost":274,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":620,"Cost":397,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":734,"Cost":636,"Date":"11/20/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":789,"Cost":557,"Date":"12/16/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":916,"Cost":558,"Date":"12/30/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":968,"Cost":524,"Date":"2/15/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":685,"Cost":643,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":915,"Cost":602,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":175,"Cost":144,"Date":"4/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":779,"Cost":723,"Date":"7/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":759,"Cost":550,"Date":"8/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":491,"Cost":410,"Date":"10/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":324,"Cost":206,"Date":"11/11/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":535,"Cost":405,"Date":"11/30/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":326,"Cost":204,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":384,"Cost":250,"Date":"3/1/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":406,"Cost":262,"Date":"4/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":149,"Cost":131,"Date":"5/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":830,"Cost":649,"Date":"8/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":269,"Cost":250,"Date":"9/15/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":959,"Cost":536,"Date":"10/14/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":951,"Cost":517,"Date":"10/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":287,"Cost":187,"Date":"11/11/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":109,"Cost":101,"Date":"12/7/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":907,"Cost":675,"Date":"12/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":626,"Cost":448,"Date":"1/6/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":183,"Cost":128,"Date":"1/23/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":834,"Cost":709,"Date":"2/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":450,"Cost":256,"Date":"3/10/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":42,"Cost":31,"Date":"3/12/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":132,"Cost":107,"Date":"3/31/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":683,"Cost":500,"Date":"6/16/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":599,"Cost":558,"Date":"6/17/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":643,"Cost":488,"Date":"8/27/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":560,"Cost":492,"Date":"10/1/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":792,"Cost":408,"Date":"11/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":636,"Cost":392,"Date":"11/9/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":987,"Cost":652,"Date":"3/27/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":828,"Cost":463,"Date":"4/17/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":702,"Cost":398,"Date":"8/11/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":211,"Cost":163,"Date":"8/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":597,"Cost":526,"Date":"9/2/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":37,"Cost":25,"Date":"9/5/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":232,"Cost":203,"Date":"9/14/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":25,"Cost":21,"Date":"9/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":93,"Cost":60,"Date":"11/20/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":368,"Cost":290,"Date":"12/21/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":977,"Cost":690,"Date":"1/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":597,"Cost":412,"Date":"1/21/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":184,"Cost":120,"Date":"2/9/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":202,"Cost":184,"Date":"3/19/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":735,"Cost":410,"Date":"4/3/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":863,"Cost":755,"Date":"4/5/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":164,"Cost":133,"Date":"4/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":405,"Cost":365,"Date":"7/10/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":690,"Cost":424,"Date":"3/25/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":14,"Cost":13,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":324,"Cost":166,"Date":"10/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":222,"Cost":209,"Date":"3/2/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":452,"Cost":375,"Date":"6/28/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":509,"Cost":364,"Date":"7/17/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":888,"Cost":634,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":329,"Cost":242,"Date":"8/23/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":729,"Cost":647,"Date":"11/20/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":396,"Cost":287,"Date":"12/16/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":578,"Cost":545,"Date":"12/30/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":633,"Cost":595,"Date":"2/15/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":371,"Cost":187,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":468,"Cost":261,"Date":"3/7/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":588,"Cost":424,"Date":"4/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":349,"Cost":241,"Date":"7/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":376,"Cost":335,"Date":"8/18/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":298,"Cost":282,"Date":"10/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":762,"Cost":518,"Date":"11/11/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":127,"Cost":82,"Date":"11/30/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":60,"Cost":55,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":459,"Cost":334,"Date":"3/1/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":518,"Cost":433,"Date":"4/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":914,"Cost":809,"Date":"5/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":960,"Cost":678,"Date":"8/13/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":14,"Cost":13,"Date":"9/15/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":828,"Cost":480,"Date":"10/14/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":274,"Cost":191,"Date":"10/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":505,"Cost":455,"Date":"11/11/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":18,"Cost":16,"Date":"12/7/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":136,"Cost":96,"Date":"12/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":122,"Cost":107,"Date":"1/6/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":268,"Cost":216,"Date":"1/23/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":212,"Cost":191,"Date":"2/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":639,"Cost":336,"Date":"3/10/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":218,"Cost":134,"Date":"3/12/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":577,"Cost":535,"Date":"3/31/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":259,"Cost":185,"Date":"6/16/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":666,"Cost":465,"Date":"6/17/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":773,"Cost":629,"Date":"8/27/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":173,"Cost":161,"Date":"10/1/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":121,"Cost":102,"Date":"11/4/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Nova","Country":"Denmark","Sale":820,"Cost":411,"Date":"11/9/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":565,"Cost":468,"Date":"3/27/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":685,"Cost":353,"Date":"4/17/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":369,"Cost":240,"Date":"8/11/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":215,"Cost":158,"Date":"8/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":945,"Cost":643,"Date":"9/2/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":933,"Cost":500,"Date":"9/5/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":160,"Cost":127,"Date":"9/14/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":821,"Cost":441,"Date":"9/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":914,"Cost":540,"Date":"11/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":485,"Cost":457,"Date":"12/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":836,"Cost":736,"Date":"1/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":604,"Cost":495,"Date":"1/21/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":404,"Cost":289,"Date":"2/9/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":79,"Cost":61,"Date":"3/19/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":404,"Cost":294,"Date":"4/3/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":106,"Cost":101,"Date":"4/5/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":634,"Cost":424,"Date":"4/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":984,"Cost":868,"Date":"7/10/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":105,"Cost":70,"Date":"3/25/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":555,"Cost":490,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":556,"Cost":445,"Date":"10/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":959,"Cost":627,"Date":"3/2/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":765,"Cost":615,"Date":"6/28/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":709,"Cost":580,"Date":"7/17/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":756,"Cost":536,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":654,"Cost":619,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":478,"Cost":328,"Date":"11/20/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":212,"Cost":126,"Date":"12/16/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":306,"Cost":212,"Date":"12/30/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":136,"Cost":90,"Date":"2/15/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":910,"Cost":672,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":679,"Cost":410,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":606,"Cost":316,"Date":"4/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":707,"Cost":647,"Date":"7/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":429,"Cost":255,"Date":"8/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":864,"Cost":581,"Date":"10/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":115,"Cost":89,"Date":"11/11/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":521,"Cost":443,"Date":"11/30/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":266,"Cost":146,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":898,"Cost":529,"Date":"3/1/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":333,"Cost":205,"Date":"4/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":944,"Cost":489,"Date":"5/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":644,"Cost":527,"Date":"8/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":538,"Cost":472,"Date":"9/15/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":121,"Cost":63,"Date":"10/14/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":99,"Cost":69,"Date":"10/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":676,"Cost":409,"Date":"11/11/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":24,"Cost":17,"Date":"12/7/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":504,"Cost":304,"Date":"12/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":150,"Cost":82,"Date":"1/6/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":742,"Cost":461,"Date":"1/23/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":565,"Cost":287,"Date":"2/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":652,"Cost":599,"Date":"3/10/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":863,"Cost":568,"Date":"3/12/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":279,"Cost":212,"Date":"3/31/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":51,"Cost":32,"Date":"6/16/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":613,"Cost":579,"Date":"6/17/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":180,"Cost":136,"Date":"8/27/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":543,"Cost":287,"Date":"10/1/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":162,"Cost":128,"Date":"11/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":649,"Cost":540,"Date":"11/9/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":729,"Cost":556,"Date":"3/27/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":998,"Cost":806,"Date":"4/17/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":852,"Cost":589,"Date":"8/11/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":496,"Cost":403,"Date":"8/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":838,"Cost":510,"Date":"9/2/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":49,"Cost":30,"Date":"9/5/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":666,"Cost":408,"Date":"9/14/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":136,"Cost":99,"Date":"9/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":117,"Cost":64,"Date":"11/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":228,"Cost":148,"Date":"12/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":693,"Cost":462,"Date":"1/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":852,"Cost":593,"Date":"1/21/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":713,"Cost":627,"Date":"2/9/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":111,"Cost":105,"Date":"3/19/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":873,"Cost":829,"Date":"4/3/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":881,"Cost":481,"Date":"4/5/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":584,"Cost":519,"Date":"4/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":386,"Cost":327,"Date":"7/10/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":311,"Cost":173,"Date":"3/25/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":616,"Cost":374,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":986,"Cost":530,"Date":"10/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":389,"Cost":305,"Date":"3/2/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":78,"Cost":65,"Date":"6/28/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":260,"Cost":151,"Date":"7/17/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":997,"Cost":833,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":692,"Cost":617,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":851,"Cost":703,"Date":"11/20/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":972,"Cost":629,"Date":"12/16/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":624,"Cost":429,"Date":"12/30/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":761,"Cost":714,"Date":"2/15/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":858,"Cost":613,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":744,"Cost":654,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":953,"Cost":514,"Date":"4/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":269,"Cost":239,"Date":"7/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":200,"Cost":102,"Date":"8/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":438,"Cost":349,"Date":"10/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":574,"Cost":323,"Date":"11/11/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":943,"Cost":874,"Date":"11/30/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":415,"Cost":280,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":65,"Cost":57,"Date":"3/1/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":311,"Cost":244,"Date":"4/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":210,"Cost":150,"Date":"5/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":350,"Cost":190,"Date":"8/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":76,"Cost":63,"Date":"9/15/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":878,"Cost":786,"Date":"10/14/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":976,"Cost":540,"Date":"10/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":407,"Cost":210,"Date":"11/11/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":770,"Cost":682,"Date":"12/7/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":323,"Cost":248,"Date":"12/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":867,"Cost":810,"Date":"1/6/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":776,"Cost":563,"Date":"1/23/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":215,"Cost":126,"Date":"2/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":138,"Cost":117,"Date":"3/10/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":528,"Cost":360,"Date":"3/12/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":404,"Cost":255,"Date":"3/31/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":798,"Cost":706,"Date":"6/16/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":570,"Cost":315,"Date":"6/17/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":279,"Cost":215,"Date":"8/27/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":838,"Cost":777,"Date":"10/1/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":68,"Cost":34,"Date":"11/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"ARKET","Country":"Finland","Sale":345,"Cost":225,"Date":"11/9/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":629,"Cost":563,"Date":"3/27/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":168,"Cost":105,"Date":"4/17/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":300,"Cost":238,"Date":"8/11/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":518,"Cost":439,"Date":"8/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":451,"Cost":427,"Date":"9/2/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":663,"Cost":402,"Date":"9/5/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":133,"Cost":124,"Date":"9/14/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":968,"Cost":506,"Date":"9/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":562,"Cost":522,"Date":"11/20/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":443,"Cost":368,"Date":"12/21/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":273,"Cost":147,"Date":"1/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":257,"Cost":193,"Date":"1/21/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":676,"Cost":350,"Date":"2/9/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":275,"Cost":153,"Date":"3/19/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":375,"Cost":257,"Date":"4/3/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":95,"Cost":53,"Date":"4/5/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":7,"Cost":5,"Date":"4/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":111,"Cost":102,"Date":"7/10/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":394,"Cost":358,"Date":"3/25/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":548,"Cost":387,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":398,"Cost":371,"Date":"10/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":597,"Cost":458,"Date":"3/2/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":103,"Cost":61,"Date":"6/28/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":416,"Cost":344,"Date":"7/17/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":161,"Cost":87,"Date":"8/23/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":215,"Cost":132,"Date":"11/20/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":891,"Cost":629,"Date":"12/16/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":458,"Cost":395,"Date":"12/30/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":743,"Cost":554,"Date":"2/15/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":440,"Cost":370,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":883,"Cost":642,"Date":"3/7/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":712,"Cost":665,"Date":"4/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":730,"Cost":383,"Date":"7/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":545,"Cost":408,"Date":"8/18/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":50,"Cost":42,"Date":"10/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":472,"Cost":320,"Date":"11/11/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":513,"Cost":340,"Date":"11/30/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":145,"Cost":132,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":526,"Cost":435,"Date":"3/1/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":453,"Cost":299,"Date":"4/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":726,"Cost":492,"Date":"5/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":832,"Cost":616,"Date":"8/13/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":334,"Cost":202,"Date":"9/15/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":37,"Cost":26,"Date":"10/14/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":911,"Cost":683,"Date":"10/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":479,"Cost":266,"Date":"11/11/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":176,"Cost":137,"Date":"12/7/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":142,"Cost":98,"Date":"12/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":831,"Cost":458,"Date":"1/6/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":608,"Cost":570,"Date":"1/23/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":636,"Cost":458,"Date":"2/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":884,"Cost":515,"Date":"3/10/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":624,"Cost":374,"Date":"3/12/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":270,"Cost":172,"Date":"3/31/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":775,"Cost":729,"Date":"6/16/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":429,"Cost":284,"Date":"6/17/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":618,"Cost":499,"Date":"8/27/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":937,"Cost":537,"Date":"10/1/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":983,"Cost":823,"Date":"11/4/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":964,"Cost":559,"Date":"11/9/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":743,"Cost":550,"Date":"3/27/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":417,"Cost":227,"Date":"4/17/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":578,"Cost":494,"Date":"8/11/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":962,"Cost":493,"Date":"8/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":694,"Cost":425,"Date":"9/2/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":486,"Cost":416,"Date":"9/5/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":109,"Cost":58,"Date":"9/14/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":515,"Cost":422,"Date":"9/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":17,"Cost":13,"Date":"11/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":780,"Cost":408,"Date":"12/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":83,"Cost":77,"Date":"1/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":955,"Cost":708,"Date":"1/21/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":679,"Cost":638,"Date":"2/9/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":431,"Cost":355,"Date":"3/19/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":830,"Cost":587,"Date":"4/3/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":282,"Cost":195,"Date":"4/5/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":565,"Cost":489,"Date":"4/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":498,"Cost":310,"Date":"7/10/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":614,"Cost":417,"Date":"3/25/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":569,"Cost":524,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":697,"Cost":642,"Date":"10/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":688,"Cost":566,"Date":"3/2/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":221,"Cost":187,"Date":"6/28/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":91,"Cost":50,"Date":"7/17/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":726,"Cost":440,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":941,"Cost":499,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":898,"Cost":548,"Date":"11/20/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":191,"Cost":104,"Date":"12/16/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":285,"Cost":235,"Date":"12/30/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":807,"Cost":744,"Date":"2/15/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":115,"Cost":110,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":988,"Cost":824,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":657,"Cost":463,"Date":"4/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":914,"Cost":580,"Date":"7/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":338,"Cost":220,"Date":"8/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":281,"Cost":225,"Date":"10/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":811,"Cost":408,"Date":"11/11/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":134,"Cost":127,"Date":"11/30/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":732,"Cost":488,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":668,"Cost":574,"Date":"3/1/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":311,"Cost":257,"Date":"4/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":813,"Cost":526,"Date":"5/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":107,"Cost":98,"Date":"8/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":323,"Cost":209,"Date":"9/15/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":872,"Cost":733,"Date":"10/14/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":485,"Cost":279,"Date":"10/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":887,"Cost":806,"Date":"11/11/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":629,"Cost":468,"Date":"12/7/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":487,"Cost":376,"Date":"12/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":463,"Cost":356,"Date":"1/6/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":728,"Cost":556,"Date":"1/23/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":367,"Cost":250,"Date":"2/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":792,"Cost":654,"Date":"3/10/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":543,"Cost":412,"Date":"3/12/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":626,"Cost":513,"Date":"3/31/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":984,"Cost":508,"Date":"6/16/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":348,"Cost":249,"Date":"6/17/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":396,"Cost":247,"Date":"8/27/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":21,"Cost":18,"Date":"10/1/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":18,"Cost":11,"Date":"11/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":487,"Cost":420,"Date":"11/9/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":690,"Cost":387,"Date":"3/27/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":677,"Cost":470,"Date":"4/17/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":745,"Cost":674,"Date":"8/11/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":241,"Cost":129,"Date":"8/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":25,"Cost":15,"Date":"9/2/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":799,"Cost":557,"Date":"9/5/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":616,"Cost":351,"Date":"9/14/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":267,"Cost":208,"Date":"9/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":530,"Cost":292,"Date":"11/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":397,"Cost":320,"Date":"12/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":157,"Cost":131,"Date":"1/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":654,"Cost":352,"Date":"1/21/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":832,"Cost":686,"Date":"2/9/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":384,"Cost":253,"Date":"3/19/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":419,"Cost":319,"Date":"4/3/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":381,"Cost":204,"Date":"4/5/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":319,"Cost":272,"Date":"4/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":272,"Cost":187,"Date":"7/10/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":567,"Cost":413,"Date":"3/25/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":283,"Cost":201,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":431,"Cost":371,"Date":"10/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":152,"Cost":102,"Date":"3/2/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":584,"Cost":421,"Date":"6/28/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":693,"Cost":428,"Date":"7/17/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":67,"Cost":48,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":711,"Cost":482,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":435,"Cost":298,"Date":"11/20/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":800,"Cost":445,"Date":"12/16/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":855,"Cost":665,"Date":"12/30/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":671,"Cost":580,"Date":"2/15/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":361,"Cost":311,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":479,"Cost":323,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":645,"Cost":444,"Date":"4/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":750,"Cost":505,"Date":"7/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":818,"Cost":737,"Date":"8/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":157,"Cost":135,"Date":"10/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":577,"Cost":516,"Date":"11/11/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":644,"Cost":435,"Date":"11/30/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":758,"Cost":642,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":116,"Cost":109,"Date":"3/1/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":51,"Cost":34,"Date":"4/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":794,"Cost":667,"Date":"5/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":435,"Cost":304,"Date":"8/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":127,"Cost":77,"Date":"9/15/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":400,"Cost":316,"Date":"10/14/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":366,"Cost":278,"Date":"10/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":771,"Cost":429,"Date":"11/11/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":951,"Cost":635,"Date":"12/7/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":703,"Cost":484,"Date":"12/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":959,"Cost":677,"Date":"1/6/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":828,"Cost":606,"Date":"1/23/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":104,"Cost":81,"Date":"2/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":125,"Cost":88,"Date":"3/10/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":616,"Cost":454,"Date":"3/12/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":641,"Cost":333,"Date":"3/31/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":387,"Cost":328,"Date":"6/16/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":855,"Cost":561,"Date":"6/17/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":513,"Cost":275,"Date":"8/27/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":2,"Cost":2,"Date":"10/1/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":428,"Cost":230,"Date":"11/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":720,"Cost":673,"Date":"11/9/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":23,"Cost":22,"Date":"3/27/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":857,"Cost":736,"Date":"4/17/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":670,"Cost":416,"Date":"8/11/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":218,"Cost":207,"Date":"8/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":487,"Cost":244,"Date":"9/2/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":429,"Cost":296,"Date":"9/5/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":837,"Cost":486,"Date":"9/14/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":280,"Cost":187,"Date":"9/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":378,"Cost":229,"Date":"11/20/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":389,"Cost":200,"Date":"12/21/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":747,"Cost":395,"Date":"1/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":654,"Cost":561,"Date":"1/21/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":452,"Cost":307,"Date":"2/9/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":997,"Cost":934,"Date":"3/19/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":56,"Cost":35,"Date":"4/3/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":360,"Cost":329,"Date":"4/5/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":764,"Cost":440,"Date":"4/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":935,"Cost":563,"Date":"7/10/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":694,"Cost":440,"Date":"3/25/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":816,"Cost":646,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":14,"Cost":11,"Date":"10/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":107,"Cost":62,"Date":"3/2/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":279,"Cost":246,"Date":"6/28/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":542,"Cost":371,"Date":"7/17/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":69,"Cost":62,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":59,"Cost":36,"Date":"8/23/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":699,"Cost":659,"Date":"11/20/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":772,"Cost":555,"Date":"12/16/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":31,"Cost":15,"Date":"12/30/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":409,"Cost":216,"Date":"2/15/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":978,"Cost":886,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":50,"Cost":44,"Date":"3/7/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":662,"Cost":605,"Date":"4/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":414,"Cost":300,"Date":"7/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":676,"Cost":500,"Date":"8/18/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":439,"Cost":282,"Date":"10/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":349,"Cost":230,"Date":"11/11/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":583,"Cost":385,"Date":"11/30/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":392,"Cost":357,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":838,"Cost":433,"Date":"3/1/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":831,"Cost":668,"Date":"4/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":62,"Cost":46,"Date":"5/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":616,"Cost":496,"Date":"8/13/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":964,"Cost":576,"Date":"9/15/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":172,"Cost":90,"Date":"10/14/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":647,"Cost":468,"Date":"10/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":318,"Cost":164,"Date":"11/11/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":143,"Cost":106,"Date":"12/7/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":540,"Cost":488,"Date":"12/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":13,"Cost":9,"Date":"1/6/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":725,"Cost":582,"Date":"1/23/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":298,"Cost":201,"Date":"2/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":480,"Cost":284,"Date":"3/10/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":858,"Cost":709,"Date":"3/12/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":602,"Cost":455,"Date":"3/31/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":199,"Cost":109,"Date":"6/16/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":642,"Cost":416,"Date":"6/17/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":163,"Cost":153,"Date":"8/27/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":304,"Cost":217,"Date":"10/1/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":108,"Cost":88,"Date":"11/4/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":353,"Cost":268,"Date":"11/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":984,"Cost":802,"Date":"3/27/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":183,"Cost":111,"Date":"4/17/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":776,"Cost":420,"Date":"8/11/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":408,"Cost":308,"Date":"8/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":431,"Cost":369,"Date":"9/2/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":194,"Cost":170,"Date":"9/5/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":108,"Cost":75,"Date":"9/14/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":11,"Cost":10,"Date":"9/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":790,"Cost":581,"Date":"11/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":771,"Cost":702,"Date":"12/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":843,"Cost":638,"Date":"1/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":655,"Cost":566,"Date":"1/21/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":437,"Cost":300,"Date":"2/9/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":761,"Cost":483,"Date":"3/19/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":296,"Cost":170,"Date":"4/3/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":564,"Cost":378,"Date":"4/5/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":946,"Cost":522,"Date":"4/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":934,"Cost":695,"Date":"7/10/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":529,"Cost":430,"Date":"3/25/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":377,"Cost":245,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":574,"Cost":451,"Date":"10/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":105,"Cost":75,"Date":"3/2/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":767,"Cost":715,"Date":"6/28/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":874,"Cost":562,"Date":"7/17/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":810,"Cost":469,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":727,"Cost":367,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":982,"Cost":501,"Date":"11/20/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":808,"Cost":720,"Date":"12/16/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":394,"Cost":203,"Date":"12/30/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":335,"Cost":203,"Date":"2/15/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":969,"Cost":703,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":732,"Cost":506,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":291,"Cost":156,"Date":"4/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":861,"Cost":474,"Date":"7/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":864,"Cost":810,"Date":"8/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":521,"Cost":408,"Date":"10/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":896,"Cost":717,"Date":"11/11/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":101,"Cost":64,"Date":"11/30/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":507,"Cost":376,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":22,"Cost":15,"Date":"3/1/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":297,"Cost":238,"Date":"4/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":990,"Cost":669,"Date":"5/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":514,"Cost":440,"Date":"8/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":436,"Cost":290,"Date":"9/15/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":248,"Cost":129,"Date":"10/14/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":555,"Cost":360,"Date":"10/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":452,"Cost":258,"Date":"11/11/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":6,"Cost":3,"Date":"12/7/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":752,"Cost":407,"Date":"12/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":741,"Cost":540,"Date":"1/6/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":350,"Cost":322,"Date":"1/23/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":815,"Cost":651,"Date":"2/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":827,"Cost":747,"Date":"3/10/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":595,"Cost":370,"Date":"3/12/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":776,"Cost":668,"Date":"3/31/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":39,"Cost":26,"Date":"6/16/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":699,"Cost":414,"Date":"6/17/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":135,"Cost":73,"Date":"8/27/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":551,"Cost":387,"Date":"10/1/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":255,"Cost":223,"Date":"11/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":59,"Cost":33,"Date":"11/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":427,"Cost":382,"Date":"3/27/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":595,"Cost":432,"Date":"4/17/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":197,"Cost":179,"Date":"8/11/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":814,"Cost":461,"Date":"8/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":648,"Cost":533,"Date":"9/2/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":965,"Cost":591,"Date":"9/5/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":623,"Cost":356,"Date":"9/14/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":137,"Cost":125,"Date":"9/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":39,"Cost":22,"Date":"11/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":19,"Cost":18,"Date":"12/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":666,"Cost":501,"Date":"1/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":880,"Cost":507,"Date":"1/21/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":496,"Cost":366,"Date":"2/9/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":902,"Cost":514,"Date":"3/19/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":760,"Cost":460,"Date":"4/3/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":352,"Cost":250,"Date":"4/5/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":114,"Cost":83,"Date":"4/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":788,"Cost":636,"Date":"7/10/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":980,"Cost":899,"Date":"3/25/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":940,"Cost":677,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":867,"Cost":700,"Date":"10/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":835,"Cost":434,"Date":"3/2/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":964,"Cost":734,"Date":"6/28/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":500,"Cost":411,"Date":"7/17/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":507,"Cost":475,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":193,"Cost":104,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":377,"Cost":321,"Date":"11/20/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":837,"Cost":773,"Date":"12/16/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":790,"Cost":607,"Date":"12/30/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":307,"Cost":184,"Date":"2/15/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":601,"Cost":405,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":127,"Cost":80,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":67,"Cost":56,"Date":"4/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":731,"Cost":603,"Date":"7/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":119,"Cost":113,"Date":"8/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":481,"Cost":361,"Date":"10/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":518,"Cost":453,"Date":"11/11/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":291,"Cost":194,"Date":"11/30/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":352,"Cost":224,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":629,"Cost":539,"Date":"3/1/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":882,"Cost":832,"Date":"4/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":881,"Cost":614,"Date":"5/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":997,"Cost":565,"Date":"8/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":833,"Cost":779,"Date":"9/15/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":951,"Cost":646,"Date":"10/14/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":869,"Cost":631,"Date":"10/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":144,"Cost":77,"Date":"11/11/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":85,"Cost":72,"Date":"12/7/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":707,"Cost":586,"Date":"12/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":470,"Cost":417,"Date":"1/6/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":249,"Cost":222,"Date":"1/23/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":665,"Cost":356,"Date":"2/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":41,"Cost":28,"Date":"3/10/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":316,"Cost":211,"Date":"3/12/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":62,"Cost":34,"Date":"3/31/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":112,"Cost":96,"Date":"6/16/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":874,"Cost":710,"Date":"6/17/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":909,"Cost":468,"Date":"8/27/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":906,"Cost":630,"Date":"10/1/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":936,"Cost":884,"Date":"11/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":369,"Cost":244,"Date":"11/9/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":492,"Cost":298,"Date":"3/27/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":692,"Cost":636,"Date":"4/17/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":675,"Cost":338,"Date":"8/11/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":472,"Cost":408,"Date":"8/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":671,"Cost":344,"Date":"9/2/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":765,"Cost":723,"Date":"9/5/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":922,"Cost":814,"Date":"9/14/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":902,"Cost":750,"Date":"9/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":683,"Cost":470,"Date":"11/20/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":214,"Cost":180,"Date":"12/21/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":566,"Cost":475,"Date":"1/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":890,"Cost":472,"Date":"1/21/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":27,"Cost":14,"Date":"2/9/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":470,"Cost":235,"Date":"3/19/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":417,"Cost":368,"Date":"4/3/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":359,"Cost":336,"Date":"4/5/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":452,"Cost":374,"Date":"4/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":272,"Cost":142,"Date":"7/10/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":443,"Cost":243,"Date":"3/25/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":40,"Cost":35,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":438,"Cost":398,"Date":"10/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":19,"Cost":18,"Date":"3/2/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":280,"Cost":248,"Date":"6/28/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":186,"Cost":164,"Date":"7/17/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":602,"Cost":480,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":938,"Cost":714,"Date":"8/23/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":881,"Cost":814,"Date":"11/20/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":172,"Cost":158,"Date":"12/16/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":83,"Cost":58,"Date":"12/30/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":704,"Cost":366,"Date":"2/15/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":395,"Cost":312,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":583,"Cost":366,"Date":"3/7/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":925,"Cost":565,"Date":"4/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":333,"Cost":244,"Date":"7/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":907,"Cost":584,"Date":"8/18/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":943,"Cost":864,"Date":"10/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":795,"Cost":566,"Date":"11/11/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":879,"Cost":494,"Date":"11/30/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":605,"Cost":512,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":995,"Cost":816,"Date":"3/1/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":400,"Cost":374,"Date":"4/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":681,"Cost":562,"Date":"5/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":47,"Cost":42,"Date":"8/13/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":28,"Cost":21,"Date":"9/15/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":771,"Cost":661,"Date":"10/14/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":842,"Cost":550,"Date":"10/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":882,"Cost":756,"Date":"11/11/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":248,"Cost":230,"Date":"12/7/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":108,"Cost":80,"Date":"12/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":907,"Cost":534,"Date":"1/6/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":864,"Cost":590,"Date":"1/23/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":125,"Cost":75,"Date":"2/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":713,"Cost":369,"Date":"3/10/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":918,"Cost":484,"Date":"3/12/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":821,"Cost":768,"Date":"3/31/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":865,"Cost":511,"Date":"6/16/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":88,"Cost":82,"Date":"6/17/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":706,"Cost":667,"Date":"8/27/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":866,"Cost":589,"Date":"10/1/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":683,"Cost":513,"Date":"11/4/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":119,"Cost":100,"Date":"11/9/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":51,"Cost":45,"Date":"3/27/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":886,"Cost":552,"Date":"4/17/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":843,"Cost":760,"Date":"8/11/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":907,"Cost":761,"Date":"8/21/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":113,"Cost":77,"Date":"9/2/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":460,"Cost":372,"Date":"9/5/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":624,"Cost":442,"Date":"9/14/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":376,"Cost":292,"Date":"9/20/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":117,"Cost":83,"Date":"11/20/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":261,"Cost":226,"Date":"12/21/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":326,"Cost":167,"Date":"1/7/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":880,"Cost":511,"Date":"1/21/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":848,"Cost":787,"Date":"2/9/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":303,"Cost":155,"Date":"3/19/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":5,"Cost":4,"Date":"4/3/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":196,"Cost":163,"Date":"4/5/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":243,"Cost":127,"Date":"4/28/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":870,"Cost":637,"Date":"7/10/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":702,"Cost":368,"Date":"3/25/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":188,"Cost":121,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":205,"Cost":166,"Date":"10/28/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":971,"Cost":528,"Date":"3/2/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":695,"Cost":648,"Date":"6/28/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":425,"Cost":291,"Date":"7/17/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":473,"Cost":249,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":574,"Cost":417,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":162,"Cost":105,"Date":"11/20/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":657,"Cost":534,"Date":"12/16/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":927,"Cost":878,"Date":"12/30/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":497,"Cost":351,"Date":"2/15/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":255,"Cost":239,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":176,"Cost":135,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":912,"Cost":572,"Date":"4/18/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":75,"Cost":58,"Date":"7/27/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":813,"Cost":573,"Date":"8/18/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":903,"Cost":779,"Date":"10/31/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":607,"Cost":552,"Date":"11/11/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":324,"Cost":291,"Date":"11/30/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":413,"Cost":370,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":687,"Cost":437,"Date":"3/1/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":615,"Cost":394,"Date":"4/13/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":971,"Cost":696,"Date":"5/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":38,"Cost":28,"Date":"8/13/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":546,"Cost":495,"Date":"9/15/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":75,"Cost":44,"Date":"10/14/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":193,"Cost":163,"Date":"10/28/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":515,"Cost":433,"Date":"11/11/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":595,"Cost":343,"Date":"12/7/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":664,"Cost":578,"Date":"12/21/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":481,"Cost":383,"Date":"1/6/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":541,"Cost":326,"Date":"1/23/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":131,"Cost":95,"Date":"2/4/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":808,"Cost":626,"Date":"3/10/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":865,"Cost":564,"Date":"3/12/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":338,"Cost":320,"Date":"3/31/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":644,"Cost":536,"Date":"6/16/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":914,"Cost":457,"Date":"6/17/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":500,"Cost":433,"Date":"8/27/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":576,"Cost":342,"Date":"10/1/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":127,"Cost":65,"Date":"11/4/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":453,"Cost":415,"Date":"11/9/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":256,"Cost":138,"Date":"3/27/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":450,"Cost":408,"Date":"4/17/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":484,"Cost":425,"Date":"8/11/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":714,"Cost":579,"Date":"8/21/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":281,"Cost":237,"Date":"9/2/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":545,"Cost":507,"Date":"9/5/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":602,"Cost":567,"Date":"9/14/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":667,"Cost":408,"Date":"9/20/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":506,"Cost":292,"Date":"11/20/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":139,"Cost":93,"Date":"12/21/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":902,"Cost":522,"Date":"1/7/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":906,"Cost":858,"Date":"1/21/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":12,"Cost":8,"Date":"2/9/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":608,"Cost":372,"Date":"3/19/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":574,"Cost":408,"Date":"4/3/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":657,"Cost":362,"Date":"4/5/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":311,"Cost":169,"Date":"4/28/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":255,"Cost":171,"Date":"7/10/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":299,"Cost":251,"Date":"3/25/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":997,"Cost":533,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":464,"Cost":400,"Date":"10/28/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":241,"Cost":203,"Date":"3/2/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":775,"Cost":501,"Date":"6/28/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":733,"Cost":428,"Date":"7/17/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":873,"Cost":773,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":715,"Cost":525,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":745,"Cost":409,"Date":"11/20/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":467,"Cost":427,"Date":"12/16/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":885,"Cost":708,"Date":"12/30/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":773,"Cost":616,"Date":"2/15/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":703,"Cost":401,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":361,"Cost":323,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":356,"Cost":191,"Date":"4/18/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":205,"Cost":189,"Date":"7/27/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":952,"Cost":503,"Date":"8/18/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":524,"Cost":370,"Date":"10/31/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":627,"Cost":563,"Date":"11/11/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":637,"Cost":605,"Date":"11/30/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":845,"Cost":641,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":768,"Cost":396,"Date":"3/1/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":772,"Cost":642,"Date":"4/13/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":43,"Cost":21,"Date":"5/20/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":840,"Cost":643,"Date":"8/13/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":64,"Cost":33,"Date":"9/15/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":805,"Cost":557,"Date":"10/14/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":902,"Cost":651,"Date":"10/28/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":137,"Cost":121,"Date":"11/11/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":522,"Cost":272,"Date":"12/7/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":388,"Cost":245,"Date":"12/21/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":859,"Cost":725,"Date":"1/6/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":852,"Cost":791,"Date":"1/23/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":60,"Cost":41,"Date":"2/4/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":98,"Cost":51,"Date":"3/10/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":812,"Cost":550,"Date":"3/12/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":17,"Cost":10,"Date":"3/31/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":967,"Cost":546,"Date":"6/16/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":638,"Cost":580,"Date":"6/17/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":342,"Cost":306,"Date":"8/27/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":466,"Cost":408,"Date":"10/1/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":281,"Cost":162,"Date":"11/4/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":595,"Cost":314,"Date":"11/9/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":842,"Cost":577,"Date":"3/27/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":631,"Cost":494,"Date":"4/17/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":619,"Cost":401,"Date":"8/11/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":398,"Cost":302,"Date":"8/21/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":90,"Cost":59,"Date":"9/2/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":599,"Cost":480,"Date":"9/5/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":900,"Cost":463,"Date":"9/14/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":207,"Cost":106,"Date":"9/20/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":7,"Cost":7,"Date":"11/20/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":896,"Cost":676,"Date":"12/21/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":564,"Cost":405,"Date":"1/7/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":337,"Cost":257,"Date":"1/21/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":401,"Cost":252,"Date":"2/9/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":555,"Cost":515,"Date":"3/19/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":142,"Cost":94,"Date":"4/3/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":342,"Cost":275,"Date":"4/5/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":536,"Cost":331,"Date":"4/28/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":408,"Cost":338,"Date":"7/10/2019"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":548,"Cost":406,"Date":"3/25/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":890,"Cost":631,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":536,"Cost":304,"Date":"10/28/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":287,"Cost":204,"Date":"3/2/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":604,"Cost":406,"Date":"6/28/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":623,"Cost":366,"Date":"7/17/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":897,"Cost":587,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":391,"Cost":336,"Date":"8/23/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":610,"Cost":361,"Date":"11/20/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":991,"Cost":873,"Date":"12/16/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":784,"Cost":458,"Date":"12/30/2021"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":234,"Cost":175,"Date":"2/15/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":333,"Cost":292,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":917,"Cost":863,"Date":"3/7/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":648,"Cost":573,"Date":"4/18/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":46,"Cost":27,"Date":"7/27/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":456,"Cost":324,"Date":"8/18/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":452,"Cost":328,"Date":"10/31/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":230,"Cost":189,"Date":"11/11/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":261,"Cost":190,"Date":"11/30/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":991,"Cost":620,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":734,"Cost":422,"Date":"3/1/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":247,"Cost":192,"Date":"4/13/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":894,"Cost":617,"Date":"5/20/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":891,"Cost":782,"Date":"8/13/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":595,"Cost":303,"Date":"9/15/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":684,"Cost":362,"Date":"10/14/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":442,"Cost":391,"Date":"10/28/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":733,"Cost":691,"Date":"11/11/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":277,"Cost":193,"Date":"12/7/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":271,"Cost":186,"Date":"12/21/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":254,"Cost":236,"Date":"1/6/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":331,"Cost":196,"Date":"1/23/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":291,"Cost":156,"Date":"2/4/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":147,"Cost":96,"Date":"3/10/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":562,"Cost":376,"Date":"3/12/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":318,"Cost":216,"Date":"3/31/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":287,"Cost":160,"Date":"6/16/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":410,"Cost":269,"Date":"6/17/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":511,"Cost":287,"Date":"8/27/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":646,"Cost":392,"Date":"10/1/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":86,"Cost":66,"Date":"11/4/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":976,"Cost":630,"Date":"11/9/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":781,"Cost":419,"Date":"3/27/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":97,"Cost":92,"Date":"4/17/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":644,"Cost":473,"Date":"8/11/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":166,"Cost":148,"Date":"8/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":349,"Cost":318,"Date":"9/2/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":979,"Cost":873,"Date":"9/5/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":419,"Cost":245,"Date":"9/14/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":852,"Cost":558,"Date":"9/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":618,"Cost":434,"Date":"11/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":118,"Cost":86,"Date":"12/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":709,"Cost":613,"Date":"1/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":441,"Cost":372,"Date":"1/21/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":793,"Cost":506,"Date":"2/9/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":570,"Cost":329,"Date":"3/19/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":250,"Cost":224,"Date":"4/3/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":129,"Cost":83,"Date":"4/5/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":518,"Cost":484,"Date":"4/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":74,"Cost":55,"Date":"7/10/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":790,"Cost":396,"Date":"3/25/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":576,"Cost":447,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":993,"Cost":846,"Date":"10/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":469,"Cost":388,"Date":"3/2/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":596,"Cost":353,"Date":"6/28/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":982,"Cost":625,"Date":"7/17/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":126,"Cost":100,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":25,"Cost":24,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":522,"Cost":293,"Date":"11/20/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":667,"Cost":349,"Date":"12/16/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":795,"Cost":433,"Date":"12/30/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":234,"Cost":159,"Date":"2/15/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":166,"Cost":153,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":292,"Cost":215,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":328,"Cost":169,"Date":"4/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":684,"Cost":393,"Date":"7/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":678,"Cost":571,"Date":"8/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":62,"Cost":59,"Date":"10/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":158,"Cost":119,"Date":"11/11/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":171,"Cost":148,"Date":"11/30/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":919,"Cost":666,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":262,"Cost":209,"Date":"3/1/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":969,"Cost":539,"Date":"4/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":499,"Cost":428,"Date":"5/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":160,"Cost":135,"Date":"8/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":632,"Cost":417,"Date":"9/15/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":402,"Cost":280,"Date":"10/14/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":845,"Cost":629,"Date":"10/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":563,"Cost":340,"Date":"11/11/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":148,"Cost":90,"Date":"12/7/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":357,"Cost":302,"Date":"12/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":991,"Cost":712,"Date":"1/6/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":418,"Cost":353,"Date":"1/23/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":457,"Cost":285,"Date":"2/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":291,"Cost":166,"Date":"3/10/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":365,"Cost":336,"Date":"3/12/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":886,"Cost":533,"Date":"3/31/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":365,"Cost":275,"Date":"6/16/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":44,"Cost":34,"Date":"6/17/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":847,"Cost":468,"Date":"8/27/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":907,"Cost":726,"Date":"10/1/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":621,"Cost":341,"Date":"11/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM","Country":"Finland","Sale":585,"Cost":473,"Date":"11/9/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":982,"Cost":762,"Date":"3/27/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":339,"Cost":244,"Date":"4/17/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":450,"Cost":408,"Date":"8/11/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":155,"Cost":124,"Date":"8/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":34,"Cost":25,"Date":"9/2/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":346,"Cost":241,"Date":"9/5/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":884,"Cost":542,"Date":"9/14/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":738,"Cost":553,"Date":"9/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":482,"Cost":364,"Date":"11/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":483,"Cost":402,"Date":"12/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":869,"Cost":690,"Date":"1/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":52,"Cost":41,"Date":"1/21/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":744,"Cost":575,"Date":"2/9/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":306,"Cost":190,"Date":"3/19/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":412,"Cost":298,"Date":"4/3/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":858,"Cost":520,"Date":"4/5/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":810,"Cost":705,"Date":"4/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":459,"Cost":238,"Date":"7/10/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":514,"Cost":403,"Date":"3/25/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":893,"Cost":653,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":676,"Cost":453,"Date":"10/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":135,"Cost":88,"Date":"3/2/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":673,"Cost":622,"Date":"6/28/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":856,"Cost":604,"Date":"7/17/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":32,"Cost":19,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":929,"Cost":533,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":180,"Cost":125,"Date":"11/20/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":565,"Cost":521,"Date":"12/16/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":444,"Cost":255,"Date":"12/30/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":977,"Cost":589,"Date":"2/15/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":558,"Cost":318,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":314,"Cost":214,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":247,"Cost":180,"Date":"4/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":935,"Cost":845,"Date":"7/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":82,"Cost":59,"Date":"8/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":958,"Cost":797,"Date":"10/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":149,"Cost":112,"Date":"11/11/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":974,"Cost":736,"Date":"11/30/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":212,"Cost":132,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":690,"Cost":640,"Date":"3/1/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":939,"Cost":508,"Date":"4/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":304,"Cost":205,"Date":"5/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":153,"Cost":143,"Date":"8/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":649,"Cost":458,"Date":"9/15/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":180,"Cost":120,"Date":"10/14/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":843,"Cost":674,"Date":"10/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":291,"Cost":151,"Date":"11/11/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":290,"Cost":268,"Date":"12/7/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":703,"Cost":506,"Date":"12/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":299,"Cost":218,"Date":"1/6/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":321,"Cost":174,"Date":"1/23/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":895,"Cost":650,"Date":"2/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":914,"Cost":845,"Date":"3/10/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":178,"Cost":105,"Date":"3/12/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":936,"Cost":528,"Date":"3/31/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":91,"Cost":63,"Date":"6/16/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":860,"Cost":747,"Date":"6/17/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":500,"Cost":375,"Date":"8/27/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":147,"Cost":94,"Date":"10/1/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":138,"Cost":105,"Date":"11/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":723,"Cost":402,"Date":"11/9/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":392,"Cost":200,"Date":"3/27/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":272,"Cost":192,"Date":"4/17/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":772,"Cost":536,"Date":"8/11/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":562,"Cost":310,"Date":"8/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":691,"Cost":493,"Date":"9/2/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":952,"Cost":850,"Date":"9/5/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":293,"Cost":167,"Date":"9/14/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":818,"Cost":685,"Date":"9/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":237,"Cost":150,"Date":"11/20/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":635,"Cost":352,"Date":"12/21/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":467,"Cost":356,"Date":"1/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":947,"Cost":725,"Date":"1/21/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":625,"Cost":456,"Date":"2/9/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":309,"Cost":195,"Date":"3/19/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":191,"Cost":109,"Date":"4/3/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":482,"Cost":242,"Date":"4/5/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":456,"Cost":267,"Date":"4/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":101,"Cost":77,"Date":"7/10/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":431,"Cost":241,"Date":"3/25/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":760,"Cost":568,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":956,"Cost":834,"Date":"10/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":309,"Cost":291,"Date":"3/2/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":660,"Cost":619,"Date":"6/28/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":193,"Cost":178,"Date":"7/17/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":710,"Cost":469,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":193,"Cost":180,"Date":"8/23/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":576,"Cost":414,"Date":"11/20/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":718,"Cost":651,"Date":"12/16/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":176,"Cost":130,"Date":"12/30/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":638,"Cost":551,"Date":"2/15/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":506,"Cost":360,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":741,"Cost":619,"Date":"3/7/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":626,"Cost":332,"Date":"4/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":19,"Cost":11,"Date":"7/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":172,"Cost":121,"Date":"8/18/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":520,"Cost":270,"Date":"10/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":155,"Cost":124,"Date":"11/11/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":204,"Cost":175,"Date":"11/30/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":355,"Cost":279,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":237,"Cost":179,"Date":"3/1/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":310,"Cost":262,"Date":"4/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":178,"Cost":130,"Date":"5/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":636,"Cost":386,"Date":"8/13/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":474,"Cost":291,"Date":"9/15/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":331,"Cost":223,"Date":"10/14/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":944,"Cost":676,"Date":"10/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":611,"Cost":494,"Date":"11/11/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":604,"Cost":328,"Date":"12/7/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":593,"Cost":412,"Date":"12/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":228,"Cost":130,"Date":"1/6/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":732,"Cost":485,"Date":"1/23/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":285,"Cost":144,"Date":"2/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":567,"Cost":435,"Date":"3/10/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":155,"Cost":144,"Date":"3/12/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":824,"Cost":602,"Date":"3/31/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":953,"Cost":802,"Date":"6/16/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":218,"Cost":114,"Date":"6/17/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":818,"Cost":536,"Date":"8/27/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":745,"Cost":530,"Date":"10/1/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":697,"Cost":384,"Date":"11/4/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":333,"Cost":169,"Date":"11/9/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":797,"Cost":647,"Date":"3/27/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":610,"Cost":483,"Date":"4/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":533,"Cost":337,"Date":"8/11/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":836,"Cost":709,"Date":"8/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":902,"Cost":672,"Date":"9/2/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":581,"Cost":409,"Date":"9/5/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":547,"Cost":275,"Date":"9/14/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":343,"Cost":227,"Date":"9/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":140,"Cost":97,"Date":"11/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":174,"Cost":158,"Date":"12/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":713,"Cost":458,"Date":"1/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":837,"Cost":488,"Date":"1/21/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":622,"Cost":530,"Date":"2/9/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":810,"Cost":721,"Date":"3/19/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":885,"Cost":709,"Date":"4/3/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":829,"Cost":545,"Date":"4/5/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":182,"Cost":165,"Date":"4/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":388,"Cost":276,"Date":"7/10/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":756,"Cost":703,"Date":"3/25/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":573,"Cost":349,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":738,"Cost":488,"Date":"10/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":70,"Cost":55,"Date":"3/2/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":737,"Cost":403,"Date":"6/28/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":417,"Cost":237,"Date":"7/17/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":796,"Cost":748,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":961,"Cost":737,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":807,"Cost":534,"Date":"11/20/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":258,"Cost":211,"Date":"12/16/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":273,"Cost":206,"Date":"12/30/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":185,"Cost":134,"Date":"2/15/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":768,"Cost":656,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":679,"Cost":460,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":886,"Cost":562,"Date":"4/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":270,"Cost":196,"Date":"7/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":323,"Cost":178,"Date":"8/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":88,"Cost":61,"Date":"10/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":455,"Cost":400,"Date":"11/11/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":156,"Cost":141,"Date":"11/30/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":660,"Cost":544,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":741,"Cost":443,"Date":"3/1/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":978,"Cost":727,"Date":"4/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":383,"Cost":347,"Date":"5/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":713,"Cost":548,"Date":"8/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":67,"Cost":53,"Date":"9/15/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":704,"Cost":643,"Date":"10/14/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":619,"Cost":543,"Date":"10/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":274,"Cost":189,"Date":"11/11/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":251,"Cost":171,"Date":"12/7/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":642,"Cost":417,"Date":"12/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":339,"Cost":255,"Date":"1/6/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":214,"Cost":157,"Date":"1/23/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":280,"Cost":152,"Date":"2/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":105,"Cost":88,"Date":"3/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":740,"Cost":465,"Date":"3/12/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":645,"Cost":473,"Date":"3/31/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":992,"Cost":640,"Date":"6/16/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":69,"Cost":62,"Date":"6/17/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":557,"Cost":304,"Date":"8/27/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":894,"Cost":600,"Date":"10/1/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":270,"Cost":186,"Date":"11/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":608,"Cost":396,"Date":"11/9/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":32,"Cost":24,"Date":"3/27/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":431,"Cost":267,"Date":"4/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":954,"Cost":729,"Date":"8/11/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":825,"Cost":660,"Date":"8/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":803,"Cost":695,"Date":"9/2/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":548,"Cost":421,"Date":"9/5/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":315,"Cost":179,"Date":"9/14/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":245,"Cost":159,"Date":"9/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":416,"Cost":239,"Date":"11/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":498,"Cost":296,"Date":"12/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":32,"Cost":29,"Date":"1/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":325,"Cost":230,"Date":"1/21/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":148,"Cost":128,"Date":"2/9/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":998,"Cost":641,"Date":"3/19/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":860,"Cost":618,"Date":"4/3/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":455,"Cost":423,"Date":"4/5/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":964,"Cost":482,"Date":"4/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":263,"Cost":132,"Date":"7/10/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":659,"Cost":464,"Date":"3/25/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":845,"Cost":653,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":50,"Cost":30,"Date":"10/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":868,"Cost":654,"Date":"3/2/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":747,"Cost":550,"Date":"6/28/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":829,"Cost":552,"Date":"7/17/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":238,"Cost":190,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":433,"Cost":296,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":141,"Cost":70,"Date":"11/20/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":940,"Cost":549,"Date":"12/16/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":644,"Cost":483,"Date":"12/30/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":853,"Cost":747,"Date":"2/15/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":760,"Cost":695,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":856,"Cost":545,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":24,"Cost":21,"Date":"4/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":15,"Cost":12,"Date":"7/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":221,"Date":"8/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":673,"Cost":454,"Date":"10/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":557,"Cost":281,"Date":"11/11/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":396,"Cost":254,"Date":"11/30/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":912,"Cost":630,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":887,"Cost":586,"Date":"3/1/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":948,"Cost":809,"Date":"4/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":290,"Cost":173,"Date":"5/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":437,"Cost":271,"Date":"8/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":434,"Cost":340,"Date":"9/15/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":343,"Cost":183,"Date":"10/14/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":89,"Cost":58,"Date":"10/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":939,"Cost":852,"Date":"11/11/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":973,"Cost":558,"Date":"12/7/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":574,"Cost":379,"Date":"12/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":650,"Cost":605,"Date":"1/6/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":807,"Cost":551,"Date":"1/23/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":945,"Cost":731,"Date":"2/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":220,"Cost":165,"Date":"3/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":259,"Cost":148,"Date":"3/12/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":62,"Cost":41,"Date":"3/31/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":201,"Cost":150,"Date":"6/16/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":808,"Cost":604,"Date":"6/17/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":611,"Cost":550,"Date":"8/27/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":431,"Cost":320,"Date":"10/1/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":402,"Cost":309,"Date":"11/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":976,"Cost":751,"Date":"11/9/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":67,"Cost":48,"Date":"3/27/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":785,"Cost":395,"Date":"4/17/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":622,"Cost":437,"Date":"8/11/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":240,"Cost":207,"Date":"8/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":343,"Cost":260,"Date":"9/2/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":487,"Cost":442,"Date":"9/5/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":110,"Cost":81,"Date":"9/14/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":331,"Cost":275,"Date":"9/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":717,"Cost":468,"Date":"11/20/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":972,"Cost":715,"Date":"12/21/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":373,"Cost":265,"Date":"1/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":716,"Cost":450,"Date":"1/21/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":832,"Cost":693,"Date":"2/9/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":628,"Cost":464,"Date":"3/19/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":758,"Cost":624,"Date":"4/3/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":522,"Cost":423,"Date":"4/5/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":16,"Cost":15,"Date":"4/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":444,"Cost":291,"Date":"7/10/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":577,"Cost":540,"Date":"3/25/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":576,"Cost":449,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":525,"Cost":279,"Date":"10/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":470,"Cost":242,"Date":"3/2/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":819,"Cost":460,"Date":"6/28/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":920,"Cost":712,"Date":"7/17/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":810,"Cost":574,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":283,"Cost":143,"Date":"8/23/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":130,"Cost":76,"Date":"11/20/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":937,"Cost":535,"Date":"12/16/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":844,"Cost":712,"Date":"12/30/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":106,"Cost":67,"Date":"2/15/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":571,"Cost":535,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":544,"Cost":418,"Date":"3/7/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":933,"Cost":875,"Date":"4/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":399,"Cost":346,"Date":"7/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":809,"Cost":646,"Date":"8/18/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":76,"Cost":53,"Date":"10/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":656,"Cost":417,"Date":"11/11/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":719,"Cost":549,"Date":"11/30/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":21,"Cost":18,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":503,"Cost":400,"Date":"3/1/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":831,"Cost":493,"Date":"4/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":545,"Cost":281,"Date":"5/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":800,"Cost":750,"Date":"8/13/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":961,"Cost":563,"Date":"9/15/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":816,"Cost":537,"Date":"10/14/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":219,"Cost":174,"Date":"10/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":989,"Cost":856,"Date":"11/11/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":269,"Cost":193,"Date":"12/7/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":342,"Cost":197,"Date":"12/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":615,"Cost":558,"Date":"1/6/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":665,"Cost":400,"Date":"1/23/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":462,"Cost":361,"Date":"2/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":939,"Cost":482,"Date":"3/10/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":128,"Cost":86,"Date":"3/12/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":244,"Cost":171,"Date":"3/31/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":709,"Cost":446,"Date":"6/16/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":885,"Cost":744,"Date":"6/17/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":7,"Cost":4,"Date":"8/27/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":361,"Cost":185,"Date":"10/1/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":717,"Cost":571,"Date":"11/4/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Jeans","Country":"Finland","Sale":775,"Cost":712,"Date":"11/9/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":45,"Cost":26,"Date":"3/27/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":344,"Cost":182,"Date":"4/17/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":73,"Cost":49,"Date":"8/11/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":335,"Cost":234,"Date":"8/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":161,"Cost":88,"Date":"9/2/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":767,"Cost":675,"Date":"9/5/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":289,"Cost":267,"Date":"9/14/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":123,"Cost":80,"Date":"9/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":107,"Cost":56,"Date":"11/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":283,"Cost":177,"Date":"12/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":89,"Cost":79,"Date":"1/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":456,"Cost":230,"Date":"1/21/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":866,"Cost":732,"Date":"2/9/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":854,"Cost":438,"Date":"3/19/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":739,"Cost":622,"Date":"4/3/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":679,"Cost":439,"Date":"4/5/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":819,"Cost":695,"Date":"4/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":990,"Cost":506,"Date":"7/10/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":733,"Cost":435,"Date":"3/25/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":314,"Cost":247,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":615,"Cost":320,"Date":"10/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":565,"Cost":473,"Date":"3/2/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":734,"Cost":367,"Date":"6/28/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":374,"Cost":239,"Date":"7/17/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":531,"Cost":324,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":571,"Cost":309,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":701,"Cost":486,"Date":"11/20/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":650,"Cost":393,"Date":"12/16/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":216,"Cost":155,"Date":"12/30/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":896,"Cost":488,"Date":"2/15/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":30,"Cost":24,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":279,"Cost":195,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":647,"Cost":328,"Date":"4/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":88,"Cost":83,"Date":"7/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":310,"Cost":180,"Date":"8/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":597,"Cost":370,"Date":"10/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":592,"Cost":482,"Date":"11/11/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":405,"Cost":369,"Date":"11/30/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":899,"Cost":726,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":579,"Cost":514,"Date":"3/1/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":47,"Cost":24,"Date":"4/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":687,"Cost":445,"Date":"5/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":408,"Cost":345,"Date":"8/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":413,"Cost":274,"Date":"9/15/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":439,"Cost":352,"Date":"10/14/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":133,"Cost":100,"Date":"10/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":78,"Cost":63,"Date":"11/11/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":593,"Cost":347,"Date":"12/7/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":404,"Cost":301,"Date":"12/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":330,"Cost":173,"Date":"1/6/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":463,"Cost":397,"Date":"1/23/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":256,"Cost":191,"Date":"2/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":395,"Cost":356,"Date":"3/10/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":531,"Cost":299,"Date":"3/12/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":986,"Cost":844,"Date":"3/31/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":516,"Cost":402,"Date":"6/16/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":897,"Cost":811,"Date":"6/17/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":589,"Cost":530,"Date":"8/27/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":469,"Cost":359,"Date":"10/1/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":381,"Cost":319,"Date":"11/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":468,"Cost":350,"Date":"11/9/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":380,"Cost":226,"Date":"3/27/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":351,"Cost":225,"Date":"4/17/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":531,"Cost":504,"Date":"8/11/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":715,"Cost":522,"Date":"8/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":839,"Cost":530,"Date":"9/2/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":688,"Cost":518,"Date":"9/5/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":333,"Cost":303,"Date":"9/14/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":867,"Cost":533,"Date":"9/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":144,"Cost":131,"Date":"11/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":952,"Cost":881,"Date":"12/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":644,"Cost":552,"Date":"1/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":249,"Cost":151,"Date":"1/21/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":277,"Cost":239,"Date":"2/9/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":311,"Cost":159,"Date":"3/19/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":382,"Cost":350,"Date":"4/3/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":489,"Cost":261,"Date":"4/5/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":947,"Cost":853,"Date":"4/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":217,"Cost":192,"Date":"7/10/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":504,"Cost":283,"Date":"3/25/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":857,"Cost":473,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":985,"Cost":553,"Date":"10/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":256,"Cost":231,"Date":"3/2/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":445,"Cost":281,"Date":"6/28/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":640,"Cost":537,"Date":"7/17/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":164,"Cost":138,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":706,"Cost":667,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":71,"Cost":66,"Date":"11/20/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":164,"Cost":122,"Date":"12/16/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":361,"Cost":328,"Date":"12/30/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":649,"Cost":478,"Date":"2/15/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":316,"Cost":291,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":956,"Cost":520,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":930,"Cost":629,"Date":"4/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":183,"Cost":134,"Date":"7/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":958,"Cost":624,"Date":"8/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":106,"Cost":55,"Date":"10/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":838,"Cost":457,"Date":"11/11/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":805,"Cost":443,"Date":"11/30/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":123,"Cost":65,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":163,"Cost":124,"Date":"3/1/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":164,"Cost":150,"Date":"4/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":533,"Cost":489,"Date":"5/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":176,"Cost":124,"Date":"8/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":46,"Cost":23,"Date":"9/15/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":11,"Cost":7,"Date":"10/14/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":965,"Cost":587,"Date":"10/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":844,"Cost":448,"Date":"11/11/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":793,"Cost":481,"Date":"12/7/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":596,"Cost":342,"Date":"12/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":392,"Cost":216,"Date":"1/6/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":334,"Cost":175,"Date":"1/23/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":439,"Cost":358,"Date":"2/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":942,"Cost":477,"Date":"3/10/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":768,"Cost":705,"Date":"3/12/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":539,"Cost":511,"Date":"3/31/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":951,"Cost":736,"Date":"6/16/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":675,"Cost":640,"Date":"6/17/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":662,"Cost":420,"Date":"8/27/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":926,"Cost":648,"Date":"10/1/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":695,"Cost":457,"Date":"11/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":145,"Cost":102,"Date":"11/9/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":85,"Cost":71,"Date":"3/27/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":359,"Cost":272,"Date":"4/17/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":830,"Cost":417,"Date":"8/11/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":507,"Cost":477,"Date":"8/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":319,"Cost":165,"Date":"9/2/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":443,"Cost":244,"Date":"9/5/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":201,"Cost":133,"Date":"9/14/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":668,"Cost":347,"Date":"9/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":363,"Cost":333,"Date":"11/20/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":331,"Cost":246,"Date":"12/21/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":902,"Cost":491,"Date":"1/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":31,"Cost":19,"Date":"1/21/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":679,"Cost":522,"Date":"2/9/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":832,"Cost":522,"Date":"3/19/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":505,"Cost":344,"Date":"4/3/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":118,"Cost":82,"Date":"4/5/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":131,"Cost":72,"Date":"4/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":138,"Cost":83,"Date":"7/10/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":762,"Cost":471,"Date":"3/25/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":953,"Cost":805,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":410,"Cost":240,"Date":"10/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":658,"Cost":439,"Date":"3/2/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":490,"Cost":355,"Date":"6/28/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":255,"Cost":188,"Date":"7/17/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":817,"Cost":567,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":176,"Cost":153,"Date":"8/23/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":86,"Cost":69,"Date":"11/20/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":924,"Cost":846,"Date":"12/16/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":864,"Cost":602,"Date":"12/30/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":202,"Cost":156,"Date":"2/15/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":141,"Cost":93,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":26,"Cost":14,"Date":"3/7/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":779,"Cost":502,"Date":"4/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":4,"Cost":3,"Date":"7/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":447,"Cost":335,"Date":"8/18/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":787,"Cost":551,"Date":"10/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":142,"Cost":119,"Date":"11/11/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":519,"Cost":380,"Date":"11/30/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":180,"Cost":147,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":882,"Cost":457,"Date":"3/1/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":929,"Cost":589,"Date":"4/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":802,"Cost":490,"Date":"5/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":840,"Cost":628,"Date":"8/13/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":504,"Cost":447,"Date":"9/15/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":138,"Cost":116,"Date":"10/14/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":674,"Cost":362,"Date":"10/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":653,"Cost":555,"Date":"11/11/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":174,"Cost":110,"Date":"12/7/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":827,"Cost":746,"Date":"12/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":292,"Cost":239,"Date":"1/6/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":327,"Cost":253,"Date":"1/23/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":413,"Cost":312,"Date":"2/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":161,"Cost":89,"Date":"3/10/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":402,"Cost":344,"Date":"3/12/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":71,"Cost":56,"Date":"3/31/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":235,"Cost":185,"Date":"6/16/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":420,"Cost":320,"Date":"6/17/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":947,"Cost":882,"Date":"8/27/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":219,"Cost":181,"Date":"10/1/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":498,"Cost":441,"Date":"11/4/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"HM Home","Country":"Finland","Sale":468,"Cost":432,"Date":"11/9/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":283,"Cost":246,"Date":"3/27/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":709,"Cost":479,"Date":"4/17/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":48,"Cost":24,"Date":"8/11/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":4,"Cost":4,"Date":"8/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":735,"Cost":526,"Date":"9/2/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":114,"Cost":89,"Date":"9/5/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":291,"Cost":251,"Date":"9/14/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":680,"Cost":460,"Date":"9/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":725,"Cost":572,"Date":"11/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":868,"Cost":667,"Date":"12/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":881,"Cost":742,"Date":"1/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":461,"Cost":389,"Date":"1/21/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":489,"Cost":328,"Date":"2/9/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":693,"Cost":428,"Date":"3/19/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":329,"Cost":278,"Date":"4/3/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":305,"Cost":212,"Date":"4/5/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":734,"Cost":692,"Date":"4/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":294,"Cost":262,"Date":"7/10/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":54,"Cost":34,"Date":"3/25/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":791,"Cost":688,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":739,"Cost":493,"Date":"10/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":860,"Cost":729,"Date":"3/2/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":468,"Cost":353,"Date":"6/28/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":609,"Cost":525,"Date":"7/17/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":802,"Cost":533,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":374,"Cost":274,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":187,"Cost":125,"Date":"11/20/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":368,"Cost":202,"Date":"12/16/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":60,"Cost":31,"Date":"12/30/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":456,"Cost":235,"Date":"2/15/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":131,"Cost":124,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":17,"Cost":9,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":239,"Cost":159,"Date":"4/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":403,"Cost":342,"Date":"7/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":334,"Cost":270,"Date":"8/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":649,"Cost":460,"Date":"10/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":675,"Cost":486,"Date":"11/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":904,"Cost":596,"Date":"11/30/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":542,"Cost":461,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":387,"Cost":359,"Date":"3/1/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":818,"Cost":480,"Date":"4/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":458,"Cost":403,"Date":"5/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":405,"Cost":217,"Date":"8/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":477,"Cost":338,"Date":"9/15/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":993,"Cost":653,"Date":"10/14/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":585,"Cost":427,"Date":"10/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":472,"Cost":447,"Date":"11/11/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":209,"Cost":105,"Date":"12/7/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":827,"Cost":686,"Date":"12/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":965,"Cost":550,"Date":"1/6/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":693,"Cost":440,"Date":"1/23/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":662,"Cost":397,"Date":"2/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":50,"Cost":40,"Date":"3/10/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":357,"Cost":336,"Date":"3/12/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":489,"Cost":444,"Date":"3/31/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":42,"Cost":38,"Date":"6/16/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":437,"Cost":409,"Date":"6/17/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":489,"Cost":296,"Date":"8/27/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":801,"Cost":547,"Date":"10/1/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":84,"Cost":78,"Date":"11/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":488,"Cost":392,"Date":"11/9/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":21,"Cost":15,"Date":"3/27/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":821,"Cost":666,"Date":"4/17/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":331,"Cost":312,"Date":"8/11/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":994,"Cost":893,"Date":"8/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":805,"Cost":729,"Date":"9/2/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":311,"Cost":158,"Date":"9/5/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":756,"Cost":522,"Date":"9/14/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":31,"Cost":28,"Date":"9/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":457,"Cost":251,"Date":"11/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":764,"Cost":533,"Date":"12/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":915,"Cost":717,"Date":"1/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":912,"Cost":738,"Date":"1/21/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":175,"Cost":145,"Date":"2/9/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":752,"Cost":575,"Date":"3/19/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":5,"Cost":5,"Date":"4/3/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":581,"Cost":366,"Date":"4/5/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":712,"Cost":493,"Date":"4/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":939,"Cost":706,"Date":"7/10/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":446,"Cost":384,"Date":"3/25/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":193,"Cost":107,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":304,"Cost":177,"Date":"10/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":506,"Cost":304,"Date":"3/2/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":297,"Cost":167,"Date":"6/28/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":314,"Cost":168,"Date":"7/17/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":423,"Cost":294,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":788,"Cost":575,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":92,"Cost":76,"Date":"11/20/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":208,"Cost":128,"Date":"12/16/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":758,"Cost":719,"Date":"12/30/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":925,"Cost":572,"Date":"2/15/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":121,"Cost":105,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":168,"Cost":87,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":816,"Cost":624,"Date":"4/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":72,"Cost":44,"Date":"7/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":387,"Cost":332,"Date":"8/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":206,"Cost":139,"Date":"10/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":660,"Cost":331,"Date":"11/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":356,"Cost":194,"Date":"11/30/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":946,"Cost":656,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":410,"Cost":337,"Date":"3/1/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":494,"Cost":331,"Date":"4/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":791,"Cost":407,"Date":"5/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":744,"Cost":652,"Date":"8/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":639,"Cost":408,"Date":"9/15/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":301,"Cost":242,"Date":"10/14/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":233,"Cost":192,"Date":"10/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":123,"Cost":105,"Date":"11/11/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":523,"Cost":269,"Date":"12/7/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":353,"Cost":218,"Date":"12/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":587,"Cost":412,"Date":"1/6/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":806,"Cost":746,"Date":"1/23/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":242,"Cost":217,"Date":"2/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":991,"Cost":515,"Date":"3/10/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":648,"Cost":540,"Date":"3/12/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":910,"Cost":634,"Date":"3/31/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":356,"Cost":288,"Date":"6/16/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":559,"Cost":282,"Date":"6/17/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":869,"Cost":630,"Date":"8/27/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":740,"Cost":581,"Date":"10/1/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":301,"Cost":281,"Date":"11/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":556,"Cost":387,"Date":"11/9/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":301,"Cost":236,"Date":"3/27/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":425,"Cost":340,"Date":"4/17/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":355,"Cost":337,"Date":"8/11/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":901,"Cost":581,"Date":"8/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":389,"Cost":242,"Date":"9/2/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":550,"Cost":475,"Date":"9/5/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":469,"Cost":290,"Date":"9/14/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":447,"Cost":363,"Date":"9/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":540,"Cost":334,"Date":"11/20/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":398,"Cost":342,"Date":"12/21/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":302,"Cost":277,"Date":"1/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":846,"Cost":662,"Date":"1/21/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":783,"Cost":629,"Date":"2/9/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":145,"Cost":124,"Date":"3/19/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":717,"Cost":498,"Date":"4/3/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":308,"Cost":164,"Date":"4/5/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":208,"Cost":133,"Date":"4/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":484,"Cost":315,"Date":"7/10/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":183,"Cost":166,"Date":"3/25/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":463,"Cost":350,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":954,"Cost":759,"Date":"10/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":937,"Cost":587,"Date":"3/2/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":189,"Cost":160,"Date":"6/28/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":653,"Cost":545,"Date":"7/17/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":573,"Cost":328,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":255,"Cost":190,"Date":"8/23/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":865,"Cost":687,"Date":"11/20/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":368,"Cost":241,"Date":"12/16/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":91,"Cost":55,"Date":"12/30/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":800,"Cost":524,"Date":"2/15/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":323,"Cost":240,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":28,"Cost":21,"Date":"3/7/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":868,"Cost":776,"Date":"4/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":963,"Cost":651,"Date":"7/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":821,"Cost":448,"Date":"8/18/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":484,"Cost":426,"Date":"10/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":841,"Cost":431,"Date":"11/11/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":252,"Cost":194,"Date":"11/30/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":49,"Cost":28,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":418,"Cost":230,"Date":"3/1/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":198,"Cost":118,"Date":"4/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":555,"Cost":334,"Date":"5/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":1000,"Cost":651,"Date":"8/13/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":524,"Cost":366,"Date":"9/15/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":471,"Cost":253,"Date":"10/14/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":625,"Cost":353,"Date":"10/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":927,"Cost":742,"Date":"11/11/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":515,"Cost":300,"Date":"12/7/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":746,"Cost":574,"Date":"12/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":261,"Cost":231,"Date":"1/6/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":122,"Cost":71,"Date":"1/23/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":641,"Cost":519,"Date":"2/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":689,"Cost":394,"Date":"3/10/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":916,"Cost":702,"Date":"3/12/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":208,"Cost":165,"Date":"3/31/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":292,"Cost":199,"Date":"6/16/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":774,"Cost":442,"Date":"6/17/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":594,"Cost":525,"Date":"8/27/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":137,"Cost":76,"Date":"10/1/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":335,"Cost":299,"Date":"11/4/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":801,"Cost":409,"Date":"11/9/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":481,"Cost":338,"Date":"3/27/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":735,"Cost":662,"Date":"4/17/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":347,"Cost":216,"Date":"8/11/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":3,"Cost":1,"Date":"8/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":303,"Cost":240,"Date":"9/2/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":782,"Cost":711,"Date":"9/5/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":652,"Cost":405,"Date":"9/14/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":53,"Cost":30,"Date":"9/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":687,"Cost":543,"Date":"11/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":94,"Cost":76,"Date":"12/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":289,"Cost":149,"Date":"1/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":279,"Cost":260,"Date":"1/21/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":363,"Cost":227,"Date":"2/9/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":812,"Cost":695,"Date":"3/19/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":101,"Cost":90,"Date":"4/3/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":545,"Cost":463,"Date":"4/5/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":789,"Cost":396,"Date":"4/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":96,"Cost":58,"Date":"7/10/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":959,"Cost":881,"Date":"3/25/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":138,"Cost":98,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":132,"Cost":70,"Date":"10/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":440,"Cost":303,"Date":"3/2/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":214,"Cost":191,"Date":"6/28/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":454,"Cost":372,"Date":"7/17/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":90,"Cost":64,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":775,"Cost":583,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":594,"Cost":508,"Date":"11/20/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":803,"Cost":637,"Date":"12/16/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":964,"Cost":487,"Date":"12/30/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":2,"Cost":1,"Date":"2/15/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":381,"Cost":238,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":238,"Cost":137,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":298,"Cost":154,"Date":"4/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":962,"Cost":889,"Date":"7/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":254,"Cost":198,"Date":"8/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":476,"Cost":249,"Date":"10/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":505,"Cost":342,"Date":"11/11/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":45,"Cost":29,"Date":"11/30/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":689,"Cost":384,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":733,"Cost":603,"Date":"3/1/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":166,"Cost":148,"Date":"4/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":499,"Cost":402,"Date":"5/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":970,"Cost":611,"Date":"8/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":53,"Cost":36,"Date":"9/15/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":707,"Cost":647,"Date":"10/14/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":508,"Cost":472,"Date":"10/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":804,"Cost":755,"Date":"11/11/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":558,"Cost":422,"Date":"12/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":82,"Cost":70,"Date":"12/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":55,"Cost":47,"Date":"1/6/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":185,"Cost":127,"Date":"1/23/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":672,"Cost":376,"Date":"2/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":512,"Cost":366,"Date":"3/10/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":557,"Cost":456,"Date":"3/12/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":835,"Cost":651,"Date":"3/31/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":193,"Cost":147,"Date":"6/16/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":934,"Cost":598,"Date":"6/17/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":60,"Cost":55,"Date":"8/27/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":389,"Cost":307,"Date":"10/1/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":910,"Cost":631,"Date":"11/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":899,"Cost":495,"Date":"11/9/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":269,"Cost":228,"Date":"3/27/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":918,"Cost":503,"Date":"4/17/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":217,"Cost":171,"Date":"8/11/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":304,"Cost":214,"Date":"8/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":692,"Cost":430,"Date":"9/2/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":990,"Cost":910,"Date":"9/5/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":835,"Cost":683,"Date":"9/14/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":759,"Cost":471,"Date":"9/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":486,"Cost":452,"Date":"11/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":544,"Cost":472,"Date":"12/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":519,"Cost":281,"Date":"1/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":247,"Cost":207,"Date":"1/21/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":3,"Cost":1,"Date":"2/9/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":624,"Cost":579,"Date":"3/19/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":488,"Cost":341,"Date":"4/3/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":354,"Cost":297,"Date":"4/5/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":152,"Cost":119,"Date":"4/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":360,"Cost":275,"Date":"7/10/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":81,"Cost":59,"Date":"3/25/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":612,"Cost":415,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":698,"Cost":423,"Date":"10/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":301,"Cost":203,"Date":"3/2/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":982,"Cost":590,"Date":"6/28/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":396,"Cost":201,"Date":"7/17/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":536,"Cost":432,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":72,"Cost":52,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":169,"Cost":98,"Date":"11/20/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":938,"Cost":807,"Date":"12/16/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":111,"Cost":59,"Date":"12/30/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":990,"Cost":576,"Date":"2/15/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":316,"Cost":218,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":779,"Cost":400,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":334,"Cost":182,"Date":"4/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":460,"Cost":389,"Date":"7/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":114,"Cost":73,"Date":"8/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":731,"Cost":652,"Date":"10/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":504,"Cost":303,"Date":"11/11/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":425,"Cost":240,"Date":"11/30/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":145,"Cost":94,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":550,"Cost":380,"Date":"3/1/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":260,"Cost":168,"Date":"4/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":98,"Cost":63,"Date":"5/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":409,"Cost":219,"Date":"8/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":830,"Cost":534,"Date":"9/15/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":655,"Cost":414,"Date":"10/14/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":491,"Cost":431,"Date":"10/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":30,"Cost":16,"Date":"11/11/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":419,"Cost":242,"Date":"12/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":318,"Cost":296,"Date":"12/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":23,"Cost":13,"Date":"1/6/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":396,"Cost":245,"Date":"1/23/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":110,"Cost":94,"Date":"2/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":205,"Cost":157,"Date":"3/10/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":136,"Cost":75,"Date":"3/12/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":76,"Cost":65,"Date":"3/31/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":474,"Cost":409,"Date":"6/16/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":680,"Cost":620,"Date":"6/17/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":279,"Cost":151,"Date":"8/27/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":569,"Cost":386,"Date":"10/1/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":281,"Cost":254,"Date":"11/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"COS","Country":"Finland","Sale":456,"Cost":344,"Date":"11/9/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":971,"Cost":859,"Date":"3/27/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":336,"Cost":252,"Date":"4/17/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":693,"Cost":626,"Date":"8/11/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":279,"Cost":168,"Date":"8/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":657,"Cost":373,"Date":"9/2/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":368,"Cost":335,"Date":"9/5/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":359,"Cost":259,"Date":"9/14/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":573,"Cost":462,"Date":"9/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":343,"Cost":266,"Date":"11/20/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":71,"Cost":42,"Date":"12/21/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":32,"Cost":26,"Date":"1/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":278,"Cost":167,"Date":"1/21/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":994,"Cost":684,"Date":"2/9/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":161,"Cost":113,"Date":"3/19/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":519,"Cost":361,"Date":"4/3/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":69,"Cost":38,"Date":"4/5/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":351,"Cost":238,"Date":"4/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":318,"Cost":170,"Date":"7/10/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":554,"Cost":365,"Date":"3/25/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":556,"Cost":370,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":534,"Cost":366,"Date":"10/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":254,"Cost":155,"Date":"3/2/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":158,"Cost":105,"Date":"6/28/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":648,"Cost":567,"Date":"7/17/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":521,"Cost":434,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":639,"Cost":606,"Date":"8/23/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":990,"Cost":575,"Date":"11/20/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":7,"Cost":6,"Date":"12/16/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":348,"Cost":297,"Date":"12/30/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":558,"Cost":367,"Date":"2/15/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":958,"Cost":626,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":388,"Cost":369,"Date":"3/7/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":840,"Cost":763,"Date":"4/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":648,"Cost":364,"Date":"7/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":14,"Cost":9,"Date":"8/18/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":964,"Cost":670,"Date":"10/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":855,"Cost":726,"Date":"11/11/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":252,"Cost":169,"Date":"11/30/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":63,"Cost":49,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":270,"Cost":152,"Date":"3/1/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":838,"Cost":760,"Date":"4/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":306,"Cost":181,"Date":"5/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":202,"Cost":143,"Date":"8/13/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":931,"Cost":473,"Date":"9/15/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":570,"Cost":393,"Date":"10/14/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":119,"Cost":109,"Date":"10/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":996,"Cost":747,"Date":"11/11/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":154,"Cost":116,"Date":"12/7/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":533,"Cost":398,"Date":"12/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":864,"Cost":560,"Date":"1/6/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":958,"Cost":669,"Date":"1/23/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":335,"Cost":255,"Date":"2/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":943,"Cost":572,"Date":"3/10/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":147,"Cost":77,"Date":"3/12/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":339,"Cost":208,"Date":"3/31/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":240,"Cost":146,"Date":"6/16/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":321,"Cost":272,"Date":"6/17/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":107,"Cost":68,"Date":"8/27/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":753,"Cost":477,"Date":"10/1/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":110,"Cost":55,"Date":"11/4/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":847,"Cost":754,"Date":"11/9/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":449,"Cost":420,"Date":"3/27/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":911,"Cost":511,"Date":"4/17/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":369,"Cost":212,"Date":"8/11/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":798,"Cost":615,"Date":"8/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":14,"Cost":8,"Date":"9/2/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":478,"Cost":421,"Date":"9/5/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":87,"Cost":49,"Date":"9/14/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":772,"Cost":723,"Date":"9/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":178,"Cost":128,"Date":"11/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":805,"Cost":732,"Date":"12/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":977,"Cost":607,"Date":"1/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":763,"Cost":618,"Date":"1/21/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":663,"Cost":411,"Date":"2/9/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":428,"Cost":237,"Date":"3/19/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":649,"Cost":359,"Date":"4/3/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":230,"Cost":185,"Date":"4/5/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":186,"Cost":140,"Date":"4/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":46,"Cost":35,"Date":"7/10/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":116,"Cost":59,"Date":"3/25/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":881,"Cost":682,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":812,"Cost":757,"Date":"10/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":741,"Cost":536,"Date":"3/2/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":371,"Cost":234,"Date":"6/28/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":557,"Cost":331,"Date":"7/17/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":73,"Cost":58,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":657,"Cost":448,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":590,"Cost":527,"Date":"11/20/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":621,"Cost":330,"Date":"12/16/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":749,"Cost":648,"Date":"12/30/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":892,"Cost":469,"Date":"2/15/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":565,"Cost":434,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":869,"Cost":580,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":984,"Cost":677,"Date":"4/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":406,"Cost":262,"Date":"7/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":711,"Cost":406,"Date":"8/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":178,"Cost":106,"Date":"10/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":294,"Cost":256,"Date":"11/11/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":885,"Cost":821,"Date":"11/30/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":186,"Cost":126,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":468,"Cost":310,"Date":"3/1/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":613,"Cost":519,"Date":"4/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":760,"Cost":636,"Date":"5/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":242,"Cost":154,"Date":"8/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":744,"Cost":497,"Date":"9/15/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":877,"Cost":707,"Date":"10/14/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":435,"Cost":298,"Date":"10/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":763,"Cost":532,"Date":"11/11/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":126,"Cost":117,"Date":"12/7/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":330,"Cost":183,"Date":"12/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":909,"Cost":549,"Date":"1/6/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":786,"Cost":551,"Date":"1/23/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":981,"Cost":653,"Date":"2/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":839,"Cost":500,"Date":"3/10/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":660,"Cost":524,"Date":"3/12/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":746,"Cost":519,"Date":"3/31/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":302,"Cost":242,"Date":"6/16/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":734,"Cost":403,"Date":"6/17/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":560,"Cost":378,"Date":"8/27/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":970,"Cost":792,"Date":"10/1/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":382,"Cost":209,"Date":"11/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":553,"Cost":349,"Date":"11/9/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":333,"Cost":310,"Date":"3/27/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":213,"Cost":187,"Date":"4/17/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":161,"Cost":98,"Date":"8/11/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":266,"Cost":176,"Date":"8/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":798,"Cost":635,"Date":"9/2/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":253,"Cost":127,"Date":"9/5/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":805,"Cost":607,"Date":"9/14/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":357,"Cost":277,"Date":"9/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":548,"Cost":341,"Date":"11/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":329,"Cost":259,"Date":"12/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":961,"Cost":853,"Date":"1/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":759,"Cost":401,"Date":"1/21/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":946,"Cost":889,"Date":"2/9/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":945,"Cost":843,"Date":"3/19/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":459,"Cost":418,"Date":"4/3/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":118,"Cost":61,"Date":"4/5/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":248,"Cost":177,"Date":"4/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":701,"Cost":421,"Date":"7/10/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":319,"Cost":189,"Date":"3/25/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":723,"Cost":666,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":556,"Cost":300,"Date":"10/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":910,"Cost":768,"Date":"3/2/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":151,"Cost":119,"Date":"6/28/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":129,"Cost":85,"Date":"7/17/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":367,"Cost":254,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":732,"Cost":467,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":534,"Cost":420,"Date":"11/20/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":239,"Cost":148,"Date":"12/16/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":229,"Cost":182,"Date":"12/30/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":873,"Cost":740,"Date":"2/15/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":104,"Cost":80,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":779,"Cost":610,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":207,"Cost":194,"Date":"4/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":547,"Cost":479,"Date":"7/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":785,"Cost":712,"Date":"8/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":888,"Cost":501,"Date":"10/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":303,"Cost":209,"Date":"11/11/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":868,"Cost":615,"Date":"11/30/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":962,"Cost":828,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":391,"Cost":238,"Date":"3/1/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":65,"Cost":58,"Date":"4/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":89,"Cost":82,"Date":"5/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":827,"Cost":575,"Date":"8/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":134,"Cost":94,"Date":"9/15/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":341,"Cost":205,"Date":"10/14/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":341,"Cost":285,"Date":"10/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":617,"Cost":565,"Date":"11/11/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":690,"Cost":497,"Date":"12/7/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":95,"Cost":81,"Date":"12/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":36,"Cost":33,"Date":"1/6/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":312,"Cost":245,"Date":"1/23/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":464,"Cost":298,"Date":"2/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":810,"Cost":502,"Date":"3/10/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":404,"Cost":250,"Date":"3/12/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":635,"Cost":378,"Date":"3/31/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":915,"Cost":582,"Date":"6/16/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":166,"Cost":135,"Date":"6/17/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":289,"Cost":245,"Date":"8/27/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":219,"Cost":174,"Date":"10/1/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":892,"Cost":489,"Date":"11/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM","Country":"Finland","Sale":300,"Cost":176,"Date":"11/9/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":856,"Cost":583,"Date":"3/27/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":915,"Cost":587,"Date":"4/17/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":777,"Cost":422,"Date":"8/11/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":633,"Cost":393,"Date":"8/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":770,"Cost":642,"Date":"9/2/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":210,"Cost":160,"Date":"9/5/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":239,"Cost":221,"Date":"9/14/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":886,"Cost":517,"Date":"9/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":997,"Cost":746,"Date":"11/20/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":259,"Cost":134,"Date":"12/21/2018"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":213,"Cost":124,"Date":"1/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":783,"Cost":669,"Date":"1/21/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":344,"Cost":204,"Date":"2/9/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":873,"Cost":695,"Date":"3/19/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":47,"Cost":39,"Date":"4/3/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":333,"Cost":267,"Date":"4/5/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":314,"Cost":286,"Date":"4/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":705,"Cost":359,"Date":"7/10/2019"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":440,"Cost":229,"Date":"3/25/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":144,"Cost":78,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":959,"Cost":710,"Date":"10/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":867,"Cost":586,"Date":"3/2/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":152,"Cost":131,"Date":"6/28/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":620,"Cost":538,"Date":"7/17/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":760,"Cost":527,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":186,"Cost":174,"Date":"8/23/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":428,"Cost":339,"Date":"11/20/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":473,"Cost":373,"Date":"12/16/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":21,"Cost":13,"Date":"12/30/2021"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":374,"Cost":274,"Date":"2/15/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":818,"Cost":683,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":941,"Cost":883,"Date":"3/7/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":212,"Cost":190,"Date":"4/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":354,"Cost":179,"Date":"7/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":131,"Cost":87,"Date":"8/18/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":586,"Cost":370,"Date":"10/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":155,"Cost":146,"Date":"11/11/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":275,"Cost":219,"Date":"11/30/2022"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":851,"Cost":737,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":387,"Cost":344,"Date":"3/1/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":135,"Cost":82,"Date":"4/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":772,"Cost":449,"Date":"5/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":13,"Cost":12,"Date":"8/13/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":985,"Cost":607,"Date":"9/15/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":548,"Cost":387,"Date":"10/14/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":263,"Cost":247,"Date":"10/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":387,"Cost":200,"Date":"11/11/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":129,"Cost":82,"Date":"12/7/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":252,"Cost":173,"Date":"12/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":841,"Cost":772,"Date":"1/6/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":869,"Cost":475,"Date":"1/23/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":719,"Cost":488,"Date":"2/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":873,"Cost":455,"Date":"3/10/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":68,"Cost":36,"Date":"3/12/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":895,"Cost":487,"Date":"3/31/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":74,"Cost":68,"Date":"6/16/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":423,"Cost":366,"Date":"6/17/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":854,"Cost":791,"Date":"8/27/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":864,"Cost":783,"Date":"10/1/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":252,"Cost":127,"Date":"11/4/2024"},{"Store":"Iso Omena, Espoo","Brand":"COS","Country":"Finland","Sale":990,"Cost":857,"Date":"11/9/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":537,"Cost":471,"Date":"3/27/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":953,"Cost":853,"Date":"4/17/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":859,"Cost":480,"Date":"8/11/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":593,"Cost":419,"Date":"8/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":422,"Cost":390,"Date":"9/2/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":52,"Cost":46,"Date":"9/5/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":292,"Cost":175,"Date":"9/14/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":549,"Cost":287,"Date":"9/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":377,"Cost":200,"Date":"11/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":271,"Cost":147,"Date":"12/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":843,"Cost":712,"Date":"1/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":689,"Cost":477,"Date":"1/21/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":416,"Cost":226,"Date":"2/9/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":617,"Cost":567,"Date":"3/19/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":640,"Cost":419,"Date":"4/3/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":274,"Cost":258,"Date":"4/5/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":488,"Cost":340,"Date":"4/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":566,"Cost":426,"Date":"7/10/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":278,"Cost":230,"Date":"3/25/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":776,"Cost":618,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":661,"Cost":487,"Date":"10/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":647,"Cost":335,"Date":"3/2/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":149,"Cost":96,"Date":"6/28/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":756,"Cost":634,"Date":"7/17/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":478,"Cost":239,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":161,"Cost":151,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":39,"Cost":22,"Date":"11/20/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":818,"Cost":459,"Date":"12/16/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":818,"Cost":439,"Date":"12/30/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":309,"Cost":235,"Date":"2/15/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":841,"Cost":567,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":508,"Cost":472,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":740,"Cost":406,"Date":"4/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":787,"Cost":719,"Date":"7/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":98,"Cost":64,"Date":"8/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":314,"Cost":158,"Date":"10/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":546,"Cost":296,"Date":"11/11/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":143,"Cost":134,"Date":"11/30/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":30,"Cost":19,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":943,"Cost":865,"Date":"3/1/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":786,"Cost":398,"Date":"4/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":896,"Cost":450,"Date":"5/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":463,"Cost":408,"Date":"8/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":798,"Cost":646,"Date":"9/15/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":484,"Cost":276,"Date":"10/14/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":15,"Cost":14,"Date":"10/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":427,"Cost":305,"Date":"11/11/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":991,"Cost":929,"Date":"12/7/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":566,"Cost":522,"Date":"12/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":385,"Cost":365,"Date":"1/6/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":623,"Cost":411,"Date":"1/23/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":228,"Cost":204,"Date":"2/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":530,"Cost":269,"Date":"3/10/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":426,"Cost":334,"Date":"3/12/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":301,"Cost":213,"Date":"3/31/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":778,"Cost":453,"Date":"6/16/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":542,"Cost":403,"Date":"6/17/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":230,"Cost":212,"Date":"8/27/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":366,"Cost":337,"Date":"10/1/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":787,"Cost":398,"Date":"11/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":690,"Cost":641,"Date":"11/9/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":169,"Cost":84,"Date":"3/27/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":722,"Cost":402,"Date":"4/17/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":141,"Cost":112,"Date":"8/11/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":286,"Cost":193,"Date":"8/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":910,"Cost":713,"Date":"9/2/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":207,"Cost":116,"Date":"9/5/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":932,"Cost":563,"Date":"9/14/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":696,"Cost":653,"Date":"9/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":540,"Cost":302,"Date":"11/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":341,"Cost":324,"Date":"12/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":968,"Cost":895,"Date":"1/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":207,"Cost":127,"Date":"1/21/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":232,"Cost":184,"Date":"2/9/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":313,"Cost":274,"Date":"3/19/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":320,"Cost":284,"Date":"4/3/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":542,"Cost":454,"Date":"4/5/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":493,"Cost":404,"Date":"4/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":291,"Cost":213,"Date":"7/10/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":831,"Cost":421,"Date":"3/25/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":333,"Cost":230,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":598,"Cost":370,"Date":"10/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":429,"Cost":290,"Date":"3/2/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":180,"Cost":126,"Date":"6/28/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":900,"Cost":554,"Date":"7/17/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":258,"Cost":210,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":514,"Cost":486,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":55,"Cost":45,"Date":"11/20/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":389,"Cost":350,"Date":"12/16/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":417,"Cost":223,"Date":"12/30/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":128,"Cost":92,"Date":"2/15/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":974,"Cost":526,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":553,"Cost":482,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":407,"Cost":378,"Date":"4/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":881,"Cost":501,"Date":"7/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":926,"Cost":734,"Date":"8/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":828,"Cost":465,"Date":"10/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":716,"Cost":508,"Date":"11/11/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":683,"Cost":578,"Date":"11/30/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":192,"Cost":135,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":599,"Cost":347,"Date":"3/1/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":189,"Cost":108,"Date":"4/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":857,"Cost":703,"Date":"5/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":650,"Cost":424,"Date":"8/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":707,"Cost":470,"Date":"9/15/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":641,"Cost":338,"Date":"10/14/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":631,"Cost":417,"Date":"10/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":672,"Cost":607,"Date":"11/11/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":795,"Cost":474,"Date":"12/7/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":766,"Cost":414,"Date":"12/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":468,"Cost":285,"Date":"1/6/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":143,"Cost":95,"Date":"1/23/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":860,"Cost":523,"Date":"2/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":709,"Cost":442,"Date":"3/10/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":461,"Cost":395,"Date":"3/12/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":79,"Cost":72,"Date":"3/31/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":156,"Cost":93,"Date":"6/16/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":258,"Cost":159,"Date":"6/17/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":974,"Cost":583,"Date":"8/27/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":788,"Cost":633,"Date":"10/1/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":162,"Cost":143,"Date":"11/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM","Country":"Finland","Sale":28,"Cost":20,"Date":"11/9/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":908,"Cost":619,"Date":"3/27/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":281,"Cost":172,"Date":"4/17/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":8,"Cost":7,"Date":"8/11/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":973,"Cost":506,"Date":"8/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":478,"Cost":260,"Date":"9/2/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":751,"Cost":492,"Date":"9/5/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":834,"Cost":484,"Date":"9/14/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":944,"Cost":601,"Date":"9/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":450,"Cost":351,"Date":"11/20/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":867,"Cost":447,"Date":"12/21/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":930,"Cost":832,"Date":"1/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":17,"Cost":15,"Date":"1/21/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":506,"Cost":295,"Date":"2/9/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":24,"Cost":20,"Date":"3/19/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":734,"Cost":526,"Date":"4/3/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":585,"Cost":480,"Date":"4/5/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":560,"Cost":476,"Date":"4/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":793,"Cost":598,"Date":"7/10/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":975,"Cost":794,"Date":"3/25/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":638,"Cost":574,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":565,"Cost":379,"Date":"10/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":250,"Cost":163,"Date":"3/2/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":404,"Cost":267,"Date":"6/28/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":296,"Cost":274,"Date":"7/17/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":32,"Cost":29,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":906,"Cost":854,"Date":"8/23/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":107,"Cost":95,"Date":"11/20/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":723,"Cost":650,"Date":"12/16/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":44,"Cost":40,"Date":"12/30/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":439,"Cost":329,"Date":"2/15/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":118,"Cost":98,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":381,"Cost":329,"Date":"3/7/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":481,"Cost":385,"Date":"4/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":72,"Cost":56,"Date":"7/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":216,"Cost":167,"Date":"8/18/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":823,"Cost":538,"Date":"10/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":403,"Cost":332,"Date":"11/11/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":74,"Cost":68,"Date":"11/30/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":105,"Cost":79,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":631,"Cost":570,"Date":"3/1/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":173,"Cost":112,"Date":"4/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":808,"Cost":480,"Date":"5/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":299,"Date":"8/13/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":439,"Cost":401,"Date":"9/15/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":319,"Cost":200,"Date":"10/14/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":963,"Cost":649,"Date":"10/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":487,"Cost":329,"Date":"11/11/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":804,"Cost":505,"Date":"12/7/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":889,"Cost":684,"Date":"12/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":643,"Cost":358,"Date":"1/6/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":536,"Cost":502,"Date":"1/23/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":418,"Cost":338,"Date":"2/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":758,"Cost":399,"Date":"3/10/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":234,"Date":"3/12/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":96,"Cost":80,"Date":"3/31/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":290,"Cost":154,"Date":"6/16/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":471,"Cost":382,"Date":"6/17/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":781,"Cost":631,"Date":"8/27/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":350,"Cost":274,"Date":"10/1/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":576,"Cost":288,"Date":"11/4/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":543,"Cost":300,"Date":"11/9/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":211,"Cost":108,"Date":"3/27/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":479,"Cost":420,"Date":"4/17/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":839,"Cost":460,"Date":"8/11/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":474,"Cost":308,"Date":"8/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":254,"Cost":223,"Date":"9/2/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":139,"Cost":81,"Date":"9/5/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":230,"Cost":179,"Date":"9/14/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":294,"Cost":186,"Date":"9/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":402,"Cost":325,"Date":"11/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":322,"Cost":199,"Date":"12/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":47,"Cost":30,"Date":"1/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":427,"Cost":244,"Date":"1/21/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":402,"Cost":282,"Date":"2/9/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":473,"Cost":406,"Date":"3/19/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":488,"Cost":459,"Date":"4/3/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":80,"Cost":62,"Date":"4/5/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":779,"Cost":719,"Date":"4/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":548,"Cost":297,"Date":"7/10/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":856,"Cost":608,"Date":"3/25/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":788,"Cost":512,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":751,"Cost":547,"Date":"10/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":190,"Cost":147,"Date":"3/2/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":880,"Cost":762,"Date":"6/28/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":609,"Cost":371,"Date":"7/17/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":707,"Cost":601,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":716,"Cost":508,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":110,"Cost":88,"Date":"11/20/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":640,"Cost":371,"Date":"12/16/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":332,"Cost":229,"Date":"12/30/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":763,"Cost":711,"Date":"2/15/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":98,"Cost":78,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":419,"Cost":351,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":162,"Cost":134,"Date":"4/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":314,"Cost":160,"Date":"7/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":524,"Cost":387,"Date":"8/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":906,"Cost":455,"Date":"10/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":201,"Cost":133,"Date":"11/11/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":725,"Cost":409,"Date":"11/30/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":441,"Cost":325,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":326,"Cost":209,"Date":"3/1/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":598,"Cost":328,"Date":"4/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":439,"Cost":325,"Date":"5/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":171,"Cost":161,"Date":"8/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":186,"Cost":136,"Date":"9/15/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":860,"Cost":721,"Date":"10/14/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":788,"Cost":467,"Date":"10/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":514,"Cost":412,"Date":"11/11/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":97,"Cost":87,"Date":"12/7/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":212,"Cost":182,"Date":"12/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":5,"Cost":2,"Date":"1/6/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":372,"Cost":319,"Date":"1/23/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":318,"Cost":201,"Date":"2/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":255,"Cost":164,"Date":"3/10/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":591,"Cost":382,"Date":"3/12/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":109,"Cost":55,"Date":"3/31/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":487,"Cost":309,"Date":"6/16/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":676,"Cost":554,"Date":"6/17/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":644,"Cost":567,"Date":"8/27/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":167,"Cost":133,"Date":"10/1/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":633,"Cost":431,"Date":"11/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":92,"Cost":73,"Date":"11/9/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":280,"Cost":241,"Date":"3/27/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":251,"Cost":224,"Date":"4/17/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":174,"Cost":119,"Date":"8/11/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":591,"Cost":357,"Date":"8/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":543,"Cost":429,"Date":"9/2/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":787,"Cost":590,"Date":"9/5/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":644,"Cost":464,"Date":"9/14/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":214,"Cost":143,"Date":"9/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":564,"Cost":339,"Date":"11/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":80,"Cost":49,"Date":"12/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":931,"Cost":509,"Date":"1/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":194,"Cost":137,"Date":"1/21/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":940,"Cost":844,"Date":"2/9/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":679,"Cost":495,"Date":"3/19/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":554,"Cost":495,"Date":"4/3/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":564,"Cost":447,"Date":"4/5/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":748,"Cost":427,"Date":"4/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":159,"Cost":98,"Date":"7/10/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":643,"Cost":423,"Date":"3/25/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":312,"Cost":262,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":311,"Cost":258,"Date":"10/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":899,"Cost":656,"Date":"3/2/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":865,"Cost":667,"Date":"6/28/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":391,"Cost":204,"Date":"7/17/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":697,"Cost":356,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":148,"Cost":91,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":194,"Cost":151,"Date":"11/20/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":839,"Cost":555,"Date":"12/16/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":815,"Cost":686,"Date":"12/30/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":918,"Cost":676,"Date":"2/15/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":674,"Cost":618,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":116,"Cost":72,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":876,"Cost":815,"Date":"4/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":601,"Cost":368,"Date":"7/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":32,"Cost":22,"Date":"8/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":585,"Cost":473,"Date":"10/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":171,"Cost":110,"Date":"11/11/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":926,"Cost":506,"Date":"11/30/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":111,"Cost":94,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":773,"Cost":654,"Date":"3/1/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":873,"Cost":816,"Date":"4/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":293,"Cost":151,"Date":"5/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":72,"Cost":47,"Date":"8/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":898,"Cost":591,"Date":"9/15/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":563,"Cost":428,"Date":"10/14/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":773,"Cost":595,"Date":"10/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":981,"Cost":559,"Date":"11/11/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":102,"Cost":57,"Date":"12/7/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":52,"Cost":29,"Date":"12/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":965,"Cost":527,"Date":"1/6/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":622,"Cost":591,"Date":"1/23/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":430,"Cost":274,"Date":"2/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":850,"Cost":691,"Date":"3/10/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":100,"Cost":80,"Date":"3/12/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":850,"Cost":505,"Date":"3/31/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":950,"Cost":814,"Date":"6/16/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":433,"Cost":247,"Date":"6/17/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":243,"Cost":164,"Date":"8/27/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":113,"Cost":83,"Date":"10/1/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":459,"Cost":310,"Date":"11/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":678,"Cost":446,"Date":"11/9/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":546,"Cost":275,"Date":"3/27/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":105,"Cost":58,"Date":"4/17/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":457,"Cost":362,"Date":"8/11/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":67,"Cost":34,"Date":"8/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":132,"Cost":125,"Date":"9/2/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":38,"Cost":24,"Date":"9/5/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":481,"Cost":251,"Date":"9/14/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":946,"Cost":838,"Date":"9/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":972,"Cost":486,"Date":"11/20/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":504,"Cost":346,"Date":"12/21/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":408,"Cost":242,"Date":"1/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":283,"Cost":257,"Date":"1/21/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":570,"Cost":346,"Date":"2/9/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":968,"Cost":596,"Date":"3/19/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":291,"Cost":215,"Date":"4/3/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":758,"Cost":515,"Date":"4/5/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":812,"Cost":627,"Date":"4/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":31,"Cost":21,"Date":"7/10/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":837,"Cost":579,"Date":"3/25/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":296,"Cost":154,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":784,"Cost":474,"Date":"10/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":796,"Cost":599,"Date":"3/2/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":272,"Cost":183,"Date":"6/28/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":766,"Cost":550,"Date":"7/17/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":361,"Cost":213,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":683,"Cost":348,"Date":"8/23/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":789,"Cost":589,"Date":"11/20/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":392,"Cost":247,"Date":"12/16/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":405,"Cost":365,"Date":"12/30/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":180,"Cost":96,"Date":"2/15/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":379,"Cost":249,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":621,"Cost":547,"Date":"3/7/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":118,"Cost":111,"Date":"4/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":177,"Cost":167,"Date":"7/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":893,"Cost":534,"Date":"8/18/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":634,"Cost":372,"Date":"10/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":691,"Cost":517,"Date":"11/11/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":369,"Cost":302,"Date":"11/30/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":39,"Cost":30,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":988,"Cost":614,"Date":"3/1/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":821,"Cost":633,"Date":"4/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":33,"Cost":26,"Date":"5/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":896,"Cost":767,"Date":"8/13/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":93,"Cost":54,"Date":"9/15/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":229,"Cost":166,"Date":"10/14/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":898,"Cost":577,"Date":"10/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":7,"Cost":5,"Date":"11/11/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":943,"Cost":491,"Date":"12/7/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":275,"Cost":251,"Date":"12/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":32,"Cost":19,"Date":"1/6/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":603,"Cost":434,"Date":"1/23/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":487,"Cost":358,"Date":"2/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":243,"Cost":139,"Date":"3/10/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":731,"Cost":407,"Date":"3/12/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":235,"Cost":206,"Date":"3/31/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":759,"Cost":469,"Date":"6/16/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":519,"Cost":334,"Date":"6/17/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":307,"Cost":248,"Date":"8/27/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":417,"Cost":243,"Date":"10/1/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":66,"Cost":35,"Date":"11/4/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"ARKET","Country":"Finland","Sale":893,"Cost":470,"Date":"11/9/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":296,"Cost":188,"Date":"3/27/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":305,"Cost":205,"Date":"4/17/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":288,"Cost":203,"Date":"8/11/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":327,"Cost":229,"Date":"8/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":561,"Cost":475,"Date":"9/2/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":864,"Cost":596,"Date":"9/5/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":674,"Cost":590,"Date":"9/14/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":663,"Cost":390,"Date":"9/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":596,"Cost":440,"Date":"11/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":909,"Cost":510,"Date":"12/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":235,"Cost":157,"Date":"1/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":800,"Cost":508,"Date":"1/21/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":227,"Cost":129,"Date":"2/9/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":757,"Cost":709,"Date":"3/19/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":512,"Cost":404,"Date":"4/3/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":773,"Cost":431,"Date":"4/5/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":876,"Cost":764,"Date":"4/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":63,"Cost":51,"Date":"7/10/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":820,"Cost":744,"Date":"3/25/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":144,"Cost":127,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":789,"Cost":626,"Date":"10/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":432,"Cost":341,"Date":"3/2/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":744,"Cost":582,"Date":"6/28/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":207,"Cost":178,"Date":"7/17/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":605,"Cost":399,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":640,"Cost":608,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":655,"Cost":395,"Date":"11/20/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":692,"Cost":658,"Date":"12/16/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":428,"Cost":255,"Date":"12/30/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":436,"Cost":398,"Date":"2/15/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":385,"Cost":282,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":789,"Cost":402,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":756,"Cost":705,"Date":"4/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":805,"Cost":530,"Date":"7/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":541,"Cost":437,"Date":"8/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":458,"Cost":242,"Date":"10/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":926,"Cost":780,"Date":"11/11/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":772,"Cost":485,"Date":"11/30/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":294,"Cost":265,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":815,"Cost":414,"Date":"3/1/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":929,"Cost":567,"Date":"4/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":490,"Cost":388,"Date":"5/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":553,"Cost":472,"Date":"8/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":463,"Cost":260,"Date":"9/15/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":554,"Cost":372,"Date":"10/14/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":368,"Cost":305,"Date":"10/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":201,"Cost":156,"Date":"11/11/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":983,"Cost":810,"Date":"12/7/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":408,"Cost":254,"Date":"12/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":212,"Cost":145,"Date":"1/6/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":29,"Cost":16,"Date":"1/23/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":852,"Cost":538,"Date":"2/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":775,"Cost":553,"Date":"3/10/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":447,"Cost":282,"Date":"3/12/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":154,"Cost":131,"Date":"3/31/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":661,"Cost":515,"Date":"6/16/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":927,"Cost":810,"Date":"6/17/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":587,"Cost":546,"Date":"8/27/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":100,"Cost":67,"Date":"10/1/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":212,"Cost":166,"Date":"11/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":891,"Cost":549,"Date":"11/9/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":143,"Cost":127,"Date":"3/27/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":904,"Cost":768,"Date":"4/17/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":181,"Cost":134,"Date":"8/11/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":1000,"Cost":880,"Date":"8/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":181,"Cost":119,"Date":"9/2/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":354,"Cost":197,"Date":"9/5/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":161,"Cost":88,"Date":"9/14/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":439,"Cost":409,"Date":"9/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":773,"Cost":721,"Date":"11/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":929,"Cost":529,"Date":"12/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":348,"Cost":283,"Date":"1/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":577,"Cost":321,"Date":"1/21/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":676,"Cost":637,"Date":"2/9/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":826,"Cost":755,"Date":"3/19/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":201,"Cost":155,"Date":"4/3/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":54,"Cost":27,"Date":"4/5/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":662,"Cost":482,"Date":"4/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":400,"Cost":232,"Date":"7/10/2019"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":675,"Cost":599,"Date":"3/25/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":408,"Cost":354,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":413,"Cost":253,"Date":"10/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":12,"Cost":6,"Date":"3/2/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":509,"Cost":410,"Date":"6/28/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":187,"Cost":93,"Date":"7/17/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":459,"Cost":374,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":469,"Cost":242,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":713,"Cost":373,"Date":"11/20/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":248,"Cost":168,"Date":"12/16/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":734,"Cost":460,"Date":"12/30/2021"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":370,"Cost":296,"Date":"2/15/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":474,"Cost":422,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":402,"Cost":371,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":468,"Cost":415,"Date":"4/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":273,"Cost":188,"Date":"7/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":471,"Cost":351,"Date":"8/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":216,"Cost":157,"Date":"10/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":248,"Cost":166,"Date":"11/11/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":746,"Cost":516,"Date":"11/30/2022"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":727,"Cost":667,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":186,"Cost":126,"Date":"3/1/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":806,"Cost":471,"Date":"4/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":84,"Cost":73,"Date":"5/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":292,"Cost":168,"Date":"8/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":588,"Cost":447,"Date":"9/15/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":761,"Cost":621,"Date":"10/14/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":317,"Cost":297,"Date":"10/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":713,"Cost":665,"Date":"11/11/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":843,"Cost":443,"Date":"12/7/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":270,"Cost":184,"Date":"12/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":848,"Cost":555,"Date":"1/6/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":234,"Cost":186,"Date":"1/23/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":816,"Cost":581,"Date":"2/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":82,"Cost":58,"Date":"3/10/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":608,"Cost":452,"Date":"3/12/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":877,"Cost":618,"Date":"3/31/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":269,"Cost":252,"Date":"6/16/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":195,"Cost":175,"Date":"6/17/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":426,"Cost":341,"Date":"8/27/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":291,"Cost":259,"Date":"10/1/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":436,"Cost":412,"Date":"11/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"HM Home","Country":"Finland","Sale":663,"Cost":465,"Date":"11/9/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":164,"Cost":148,"Date":"3/27/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":517,"Cost":435,"Date":"4/17/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":807,"Cost":662,"Date":"8/11/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":146,"Cost":112,"Date":"8/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":752,"Cost":538,"Date":"9/2/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":448,"Cost":381,"Date":"9/5/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":24,"Cost":20,"Date":"9/14/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":3,"Cost":3,"Date":"9/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":885,"Cost":460,"Date":"11/20/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":737,"Cost":403,"Date":"12/21/2018"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":193,"Cost":162,"Date":"1/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":384,"Cost":351,"Date":"1/21/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":407,"Cost":265,"Date":"2/9/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":915,"Cost":719,"Date":"3/19/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":564,"Cost":435,"Date":"4/3/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":300,"Cost":198,"Date":"4/5/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":971,"Cost":838,"Date":"4/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":744,"Cost":612,"Date":"7/10/2019"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":175,"Cost":152,"Date":"3/25/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":991,"Cost":604,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":520,"Cost":459,"Date":"10/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":701,"Cost":406,"Date":"3/2/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":702,"Cost":471,"Date":"6/28/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":184,"Cost":93,"Date":"7/17/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":257,"Cost":177,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":517,"Cost":329,"Date":"8/23/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":478,"Cost":424,"Date":"11/20/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":713,"Cost":641,"Date":"12/16/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":742,"Cost":443,"Date":"12/30/2021"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":626,"Cost":430,"Date":"2/15/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":722,"Cost":460,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":701,"Cost":417,"Date":"3/7/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":101,"Cost":81,"Date":"4/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":971,"Cost":493,"Date":"7/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":247,"Cost":231,"Date":"8/18/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":821,"Cost":739,"Date":"10/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":517,"Cost":276,"Date":"11/11/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":544,"Cost":509,"Date":"11/30/2022"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":373,"Cost":334,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":209,"Cost":165,"Date":"3/1/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":761,"Cost":381,"Date":"4/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":226,"Cost":195,"Date":"5/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":256,"Cost":237,"Date":"8/13/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":655,"Cost":543,"Date":"9/15/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":198,"Cost":183,"Date":"10/14/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":670,"Cost":339,"Date":"10/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":176,"Cost":125,"Date":"11/11/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":67,"Cost":58,"Date":"12/7/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":892,"Cost":549,"Date":"12/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":767,"Cost":682,"Date":"1/6/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":361,"Cost":256,"Date":"1/23/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":680,"Cost":588,"Date":"2/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":805,"Cost":645,"Date":"3/10/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":446,"Cost":338,"Date":"3/12/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":418,"Cost":334,"Date":"3/31/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":72,"Cost":54,"Date":"6/16/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":298,"Cost":213,"Date":"6/17/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":247,"Cost":138,"Date":"8/27/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":526,"Cost":425,"Date":"10/1/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":347,"Cost":204,"Date":"11/4/2024"},{"Store":"Koskikeskus, Tampere","Brand":"Jeans","Country":"Finland","Sale":592,"Cost":364,"Date":"11/9/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":781,"Cost":644,"Date":"3/27/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":60,"Cost":34,"Date":"4/17/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":291,"Cost":165,"Date":"8/11/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":917,"Cost":593,"Date":"8/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":45,"Cost":36,"Date":"9/2/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":947,"Cost":483,"Date":"9/5/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":764,"Cost":651,"Date":"9/14/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":178,"Cost":136,"Date":"9/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":836,"Cost":678,"Date":"11/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":411,"Cost":354,"Date":"12/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":845,"Cost":491,"Date":"1/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":718,"Cost":651,"Date":"1/21/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":908,"Cost":550,"Date":"2/9/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":180,"Cost":117,"Date":"3/19/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":705,"Cost":666,"Date":"4/3/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":393,"Cost":315,"Date":"4/5/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":574,"Cost":422,"Date":"4/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":527,"Cost":412,"Date":"7/10/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":646,"Cost":410,"Date":"3/25/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":290,"Cost":162,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":352,"Cost":180,"Date":"10/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":869,"Cost":657,"Date":"3/2/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":913,"Cost":573,"Date":"6/28/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":586,"Cost":497,"Date":"7/17/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":817,"Cost":627,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":523,"Cost":349,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":92,"Cost":65,"Date":"11/20/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":103,"Cost":76,"Date":"12/16/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":668,"Cost":440,"Date":"12/30/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":235,"Cost":169,"Date":"2/15/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":896,"Cost":611,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":427,"Cost":313,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":788,"Cost":709,"Date":"4/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":546,"Cost":390,"Date":"7/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":167,"Cost":91,"Date":"8/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":551,"Cost":365,"Date":"10/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":171,"Cost":116,"Date":"11/11/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":587,"Cost":324,"Date":"11/30/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":530,"Cost":282,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":413,"Cost":267,"Date":"3/1/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":878,"Cost":461,"Date":"4/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":128,"Cost":67,"Date":"5/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":595,"Cost":403,"Date":"8/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":215,"Cost":148,"Date":"9/15/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":785,"Cost":470,"Date":"10/14/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":312,"Cost":258,"Date":"10/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":270,"Cost":210,"Date":"11/11/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":623,"Cost":324,"Date":"12/7/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":807,"Cost":713,"Date":"12/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":989,"Cost":935,"Date":"1/6/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":772,"Cost":625,"Date":"1/23/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":872,"Cost":569,"Date":"2/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":821,"Cost":673,"Date":"3/10/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":142,"Cost":100,"Date":"3/12/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":962,"Cost":545,"Date":"3/31/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":659,"Cost":530,"Date":"6/16/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":149,"Cost":137,"Date":"6/17/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":694,"Cost":465,"Date":"8/27/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":544,"Cost":292,"Date":"10/1/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":82,"Cost":58,"Date":"11/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":12,"Cost":10,"Date":"11/9/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":245,"Cost":166,"Date":"3/27/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":270,"Cost":248,"Date":"4/17/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":341,"Cost":299,"Date":"8/11/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":533,"Cost":462,"Date":"8/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":593,"Cost":346,"Date":"9/2/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":873,"Cost":443,"Date":"9/5/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":221,"Cost":162,"Date":"9/14/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":229,"Cost":156,"Date":"9/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":789,"Cost":471,"Date":"11/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":306,"Cost":244,"Date":"12/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":914,"Cost":529,"Date":"1/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":730,"Cost":426,"Date":"1/21/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":128,"Cost":101,"Date":"2/9/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":797,"Cost":574,"Date":"3/19/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":692,"Cost":442,"Date":"4/3/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":132,"Cost":102,"Date":"4/5/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":722,"Cost":672,"Date":"4/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":842,"Cost":767,"Date":"7/10/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":317,"Cost":240,"Date":"3/25/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":341,"Cost":179,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":519,"Cost":286,"Date":"10/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":41,"Cost":35,"Date":"3/2/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":936,"Cost":680,"Date":"6/28/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":583,"Cost":516,"Date":"7/17/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":845,"Cost":697,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":68,"Cost":58,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":634,"Cost":367,"Date":"11/20/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":437,"Cost":316,"Date":"12/16/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":686,"Cost":383,"Date":"12/30/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":498,"Cost":436,"Date":"2/15/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":813,"Cost":706,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":825,"Cost":625,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":431,"Cost":309,"Date":"4/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":451,"Cost":414,"Date":"7/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":242,"Cost":192,"Date":"8/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":144,"Cost":126,"Date":"10/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":898,"Cost":582,"Date":"11/11/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":517,"Cost":379,"Date":"11/30/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":379,"Cost":287,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":832,"Cost":531,"Date":"3/1/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":842,"Cost":600,"Date":"4/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":295,"Cost":159,"Date":"5/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":822,"Cost":585,"Date":"8/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":253,"Cost":151,"Date":"9/15/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":183,"Cost":111,"Date":"10/14/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":615,"Cost":567,"Date":"10/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":18,"Cost":13,"Date":"11/11/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":204,"Cost":176,"Date":"12/7/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":735,"Cost":664,"Date":"12/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":608,"Cost":528,"Date":"1/6/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":917,"Cost":644,"Date":"1/23/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":74,"Cost":45,"Date":"2/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":840,"Cost":754,"Date":"3/10/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":924,"Cost":626,"Date":"3/12/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":343,"Cost":285,"Date":"3/31/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":790,"Cost":427,"Date":"6/16/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":785,"Cost":496,"Date":"6/17/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":754,"Cost":657,"Date":"8/27/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":882,"Cost":740,"Date":"10/1/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":213,"Cost":139,"Date":"11/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":43,"Cost":34,"Date":"11/9/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":901,"Cost":654,"Date":"3/27/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":787,"Cost":524,"Date":"4/17/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":890,"Cost":778,"Date":"8/11/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":499,"Cost":454,"Date":"8/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":650,"Cost":601,"Date":"9/2/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":255,"Cost":214,"Date":"9/5/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":118,"Cost":65,"Date":"9/14/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":454,"Cost":382,"Date":"9/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":988,"Cost":738,"Date":"11/20/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":617,"Cost":403,"Date":"12/21/2018"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":461,"Cost":244,"Date":"1/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":899,"Cost":451,"Date":"1/21/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":540,"Cost":455,"Date":"2/9/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":686,"Cost":487,"Date":"3/19/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":993,"Cost":843,"Date":"4/3/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":236,"Cost":164,"Date":"4/5/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":836,"Cost":601,"Date":"4/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":220,"Cost":128,"Date":"7/10/2019"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":156,"Cost":78,"Date":"3/25/2020"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":848,"Cost":583,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":536,"Cost":292,"Date":"10/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":637,"Cost":476,"Date":"3/2/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":263,"Cost":243,"Date":"6/28/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":599,"Cost":373,"Date":"7/17/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":607,"Cost":350,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":313,"Cost":170,"Date":"8/23/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":716,"Cost":545,"Date":"11/20/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":345,"Cost":256,"Date":"12/16/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":201,"Cost":151,"Date":"12/30/2021"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":258,"Cost":200,"Date":"2/15/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":221,"Cost":185,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":530,"Cost":393,"Date":"3/7/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":405,"Cost":280,"Date":"4/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":767,"Cost":518,"Date":"7/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":983,"Cost":760,"Date":"8/18/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":566,"Cost":459,"Date":"10/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":722,"Cost":595,"Date":"11/11/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":928,"Cost":738,"Date":"11/30/2022"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":804,"Cost":652,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":589,"Cost":529,"Date":"3/1/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":893,"Cost":541,"Date":"4/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":697,"Cost":582,"Date":"5/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":494,"Cost":338,"Date":"8/13/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":736,"Cost":642,"Date":"9/15/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":927,"Cost":751,"Date":"10/14/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":606,"Cost":570,"Date":"10/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":114,"Cost":90,"Date":"11/11/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":733,"Cost":559,"Date":"12/7/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":248,"Cost":225,"Date":"12/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":22,"Cost":20,"Date":"1/6/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":388,"Cost":309,"Date":"1/23/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":694,"Cost":385,"Date":"2/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":989,"Cost":648,"Date":"3/10/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":247,"Cost":160,"Date":"3/12/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":796,"Cost":642,"Date":"3/31/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":523,"Cost":454,"Date":"6/16/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":18,"Cost":11,"Date":"6/17/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":279,"Cost":259,"Date":"8/27/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":757,"Cost":657,"Date":"10/1/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":298,"Cost":239,"Date":"11/4/2024"},{"Store":"Ideapark, Lempäälä","Brand":"ARKET","Country":"Finland","Sale":986,"Cost":715,"Date":"11/9/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":727,"Cost":546,"Date":"3/27/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":534,"Cost":319,"Date":"4/17/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":480,"Cost":338,"Date":"8/11/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":621,"Cost":425,"Date":"8/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":852,"Cost":761,"Date":"9/2/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":976,"Cost":821,"Date":"9/5/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":183,"Cost":113,"Date":"9/14/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":793,"Cost":500,"Date":"9/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":817,"Cost":643,"Date":"11/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":362,"Cost":246,"Date":"12/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":816,"Cost":417,"Date":"1/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":417,"Cost":337,"Date":"1/21/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":299,"Cost":149,"Date":"2/9/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":298,"Cost":178,"Date":"3/19/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":855,"Cost":645,"Date":"4/3/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":227,"Cost":162,"Date":"4/5/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":494,"Cost":334,"Date":"4/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":842,"Cost":678,"Date":"7/10/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":513,"Cost":362,"Date":"3/25/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":103,"Cost":54,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":61,"Cost":46,"Date":"10/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":101,"Cost":94,"Date":"3/2/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":786,"Cost":614,"Date":"6/28/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":493,"Cost":313,"Date":"7/17/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":839,"Cost":794,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":808,"Cost":746,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":882,"Cost":707,"Date":"11/20/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":753,"Cost":404,"Date":"12/16/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":569,"Cost":395,"Date":"12/30/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":451,"Cost":292,"Date":"2/15/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":699,"Cost":473,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":353,"Cost":191,"Date":"4/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":629,"Cost":502,"Date":"7/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":294,"Cost":260,"Date":"8/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":469,"Cost":360,"Date":"10/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":654,"Cost":508,"Date":"11/11/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":730,"Cost":679,"Date":"11/30/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":795,"Cost":416,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":655,"Cost":532,"Date":"3/1/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":287,"Cost":237,"Date":"4/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":682,"Cost":371,"Date":"5/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":887,"Cost":555,"Date":"8/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":40,"Cost":38,"Date":"9/15/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":829,"Cost":526,"Date":"10/14/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":575,"Cost":323,"Date":"10/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":884,"Cost":633,"Date":"11/11/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":511,"Cost":348,"Date":"12/7/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":983,"Cost":919,"Date":"12/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":429,"Cost":301,"Date":"1/6/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":143,"Cost":123,"Date":"1/23/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":102,"Cost":80,"Date":"2/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":652,"Cost":514,"Date":"3/10/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":142,"Cost":95,"Date":"3/12/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":837,"Cost":605,"Date":"3/31/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":142,"Cost":127,"Date":"6/16/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":562,"Cost":423,"Date":"6/17/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":913,"Cost":466,"Date":"8/27/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":765,"Cost":622,"Date":"10/1/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":647,"Cost":458,"Date":"11/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":689,"Cost":631,"Date":"11/9/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":202,"Cost":183,"Date":"3/27/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":553,"Cost":466,"Date":"4/17/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":581,"Cost":312,"Date":"8/11/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":438,"Cost":293,"Date":"8/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":296,"Cost":169,"Date":"9/2/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":419,"Cost":388,"Date":"9/5/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":972,"Cost":566,"Date":"9/14/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":263,"Cost":157,"Date":"9/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":22,"Cost":14,"Date":"11/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":167,"Cost":86,"Date":"12/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":449,"Cost":295,"Date":"1/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":230,"Cost":219,"Date":"1/21/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":246,"Cost":159,"Date":"2/9/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":543,"Cost":427,"Date":"3/19/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":630,"Cost":584,"Date":"4/3/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":215,"Cost":148,"Date":"4/5/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":652,"Cost":413,"Date":"4/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":46,"Cost":43,"Date":"7/10/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":476,"Cost":384,"Date":"3/25/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":414,"Cost":315,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":498,"Cost":256,"Date":"10/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":361,"Cost":292,"Date":"3/2/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":226,"Cost":192,"Date":"6/28/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":262,"Cost":201,"Date":"7/17/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":980,"Cost":799,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":777,"Cost":630,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":740,"Cost":448,"Date":"11/20/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":983,"Cost":671,"Date":"12/16/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":996,"Cost":634,"Date":"12/30/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":831,"Cost":489,"Date":"2/15/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":132,"Cost":109,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":333,"Cost":287,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":998,"Cost":876,"Date":"4/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":878,"Cost":443,"Date":"7/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":524,"Cost":388,"Date":"8/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":270,"Cost":199,"Date":"10/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":108,"Cost":69,"Date":"11/11/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":767,"Cost":699,"Date":"11/30/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":772,"Cost":543,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":264,"Cost":158,"Date":"3/1/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":105,"Cost":91,"Date":"4/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":6,"Cost":5,"Date":"5/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":200,"Cost":142,"Date":"8/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":811,"Cost":657,"Date":"9/15/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":922,"Cost":850,"Date":"10/14/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":529,"Cost":288,"Date":"10/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":220,"Cost":155,"Date":"11/11/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":974,"Cost":775,"Date":"12/7/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":106,"Cost":79,"Date":"12/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":176,"Cost":139,"Date":"1/6/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":12,"Cost":10,"Date":"1/23/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":386,"Cost":222,"Date":"2/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":989,"Cost":591,"Date":"3/10/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":509,"Cost":308,"Date":"3/12/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":26,"Cost":21,"Date":"3/31/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":291,"Cost":277,"Date":"6/16/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":379,"Cost":281,"Date":"6/17/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":579,"Cost":345,"Date":"8/27/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":567,"Cost":421,"Date":"10/1/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":97,"Cost":52,"Date":"11/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM","Country":"Finland","Sale":459,"Cost":394,"Date":"11/9/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":229,"Cost":183,"Date":"3/27/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":697,"Cost":555,"Date":"4/17/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":370,"Cost":297,"Date":"8/11/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":347,"Cost":308,"Date":"8/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":624,"Cost":361,"Date":"9/2/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":863,"Cost":667,"Date":"9/5/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":476,"Cost":335,"Date":"9/14/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":302,"Cost":152,"Date":"9/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":348,"Cost":321,"Date":"11/20/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":234,"Cost":179,"Date":"12/21/2018"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":685,"Cost":577,"Date":"1/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":677,"Cost":390,"Date":"1/21/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":667,"Cost":586,"Date":"2/9/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":75,"Cost":43,"Date":"3/19/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":886,"Cost":837,"Date":"4/3/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":781,"Cost":425,"Date":"4/5/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":791,"Cost":526,"Date":"4/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":945,"Cost":563,"Date":"7/10/2019"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":211,"Cost":131,"Date":"3/25/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":656,"Cost":509,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":651,"Cost":433,"Date":"10/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":400,"Cost":281,"Date":"3/2/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":967,"Cost":657,"Date":"6/28/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":689,"Cost":390,"Date":"7/17/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":775,"Cost":432,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":927,"Cost":771,"Date":"8/23/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":393,"Cost":309,"Date":"11/20/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":417,"Cost":359,"Date":"12/16/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":247,"Cost":223,"Date":"12/30/2021"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":459,"Cost":349,"Date":"2/15/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":766,"Cost":396,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":892,"Cost":783,"Date":"3/7/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":375,"Cost":241,"Date":"4/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":176,"Cost":126,"Date":"7/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":771,"Cost":538,"Date":"8/18/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":237,"Cost":167,"Date":"10/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":68,"Cost":52,"Date":"11/11/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":311,"Cost":248,"Date":"11/30/2022"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":746,"Cost":577,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":663,"Cost":515,"Date":"3/1/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":493,"Cost":424,"Date":"4/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":867,"Cost":654,"Date":"5/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":793,"Cost":475,"Date":"8/13/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":352,"Cost":259,"Date":"9/15/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":705,"Cost":542,"Date":"10/14/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":488,"Cost":322,"Date":"10/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":203,"Cost":125,"Date":"11/11/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":861,"Cost":740,"Date":"12/7/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":71,"Cost":58,"Date":"12/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":59,"Cost":35,"Date":"1/6/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":709,"Cost":561,"Date":"1/23/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":958,"Cost":888,"Date":"2/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":355,"Cost":262,"Date":"3/10/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":617,"Cost":420,"Date":"3/12/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":183,"Date":"3/31/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":833,"Cost":748,"Date":"6/16/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":890,"Cost":809,"Date":"6/17/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":891,"Cost":635,"Date":"8/27/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":207,"Cost":135,"Date":"10/1/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":714,"Cost":670,"Date":"11/4/2024"},{"Store":"Rewell Center, Vaasa","Brand":"HM Home","Country":"Finland","Sale":981,"Cost":641,"Date":"11/9/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":203,"Cost":176,"Date":"3/27/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":763,"Cost":553,"Date":"4/17/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":973,"Cost":885,"Date":"8/11/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":873,"Cost":616,"Date":"8/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":312,"Cost":159,"Date":"9/2/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":743,"Cost":450,"Date":"9/5/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":645,"Cost":532,"Date":"9/14/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":934,"Cost":707,"Date":"9/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":643,"Cost":334,"Date":"11/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":780,"Cost":660,"Date":"12/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":736,"Cost":534,"Date":"1/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":554,"Cost":500,"Date":"1/21/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":34,"Cost":31,"Date":"2/9/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":843,"Cost":522,"Date":"3/19/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":850,"Cost":508,"Date":"4/3/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":994,"Cost":527,"Date":"4/5/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":601,"Cost":416,"Date":"4/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":767,"Cost":565,"Date":"7/10/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":406,"Cost":291,"Date":"3/25/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":333,"Cost":313,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":396,"Cost":256,"Date":"10/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":135,"Cost":89,"Date":"3/2/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":573,"Cost":425,"Date":"6/28/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":620,"Cost":437,"Date":"7/17/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":709,"Cost":574,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":994,"Cost":641,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":170,"Cost":148,"Date":"11/20/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":111,"Cost":68,"Date":"12/16/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":368,"Cost":239,"Date":"12/30/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":395,"Cost":219,"Date":"2/15/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":51,"Cost":38,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":297,"Cost":233,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":986,"Cost":752,"Date":"4/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":183,"Cost":108,"Date":"7/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":693,"Cost":420,"Date":"8/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":329,"Cost":235,"Date":"10/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":184,"Cost":160,"Date":"11/11/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":365,"Cost":212,"Date":"11/30/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":155,"Cost":147,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":160,"Cost":143,"Date":"3/1/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":13,"Cost":12,"Date":"4/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":259,"Cost":228,"Date":"5/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":662,"Cost":337,"Date":"8/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":697,"Cost":412,"Date":"9/15/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":438,"Cost":348,"Date":"10/14/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":672,"Cost":430,"Date":"10/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":440,"Cost":256,"Date":"11/11/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":487,"Cost":295,"Date":"12/7/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":332,"Cost":254,"Date":"12/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":373,"Cost":261,"Date":"1/6/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":704,"Cost":524,"Date":"1/23/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":273,"Cost":246,"Date":"2/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":97,"Cost":82,"Date":"3/10/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":793,"Cost":483,"Date":"3/12/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":842,"Cost":528,"Date":"3/31/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":946,"Cost":550,"Date":"6/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":17,"Cost":12,"Date":"6/17/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":274,"Cost":191,"Date":"8/27/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":985,"Cost":692,"Date":"10/1/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":982,"Cost":765,"Date":"11/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":578,"Cost":478,"Date":"11/9/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":112,"Cost":100,"Date":"3/27/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":571,"Cost":402,"Date":"4/17/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":886,"Cost":680,"Date":"8/11/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":598,"Cost":389,"Date":"8/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":543,"Cost":425,"Date":"9/2/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":76,"Cost":47,"Date":"9/5/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":652,"Cost":477,"Date":"9/14/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":150,"Cost":135,"Date":"9/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":530,"Cost":296,"Date":"11/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":854,"Cost":523,"Date":"12/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":816,"Cost":676,"Date":"1/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":213,"Cost":112,"Date":"1/21/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":765,"Cost":502,"Date":"2/9/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":460,"Cost":351,"Date":"3/19/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":626,"Cost":450,"Date":"4/3/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":802,"Cost":462,"Date":"4/5/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":79,"Cost":68,"Date":"4/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":255,"Cost":173,"Date":"7/10/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":298,"Cost":279,"Date":"3/25/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":179,"Cost":118,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":181,"Cost":172,"Date":"10/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":943,"Cost":676,"Date":"3/2/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":185,"Cost":122,"Date":"6/28/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":650,"Cost":339,"Date":"7/17/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":256,"Cost":198,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":721,"Cost":536,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":133,"Cost":98,"Date":"11/20/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":215,"Cost":202,"Date":"12/16/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":419,"Cost":359,"Date":"12/30/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":967,"Cost":858,"Date":"2/15/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":637,"Cost":605,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":433,"Cost":318,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":328,"Cost":255,"Date":"4/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":875,"Cost":465,"Date":"7/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":547,"Cost":366,"Date":"8/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":347,"Cost":283,"Date":"10/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":44,"Cost":26,"Date":"11/11/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":881,"Cost":630,"Date":"11/30/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":921,"Cost":852,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":333,"Cost":266,"Date":"3/1/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":370,"Cost":211,"Date":"4/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":593,"Cost":454,"Date":"5/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":792,"Cost":551,"Date":"8/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":997,"Cost":732,"Date":"9/15/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":558,"Cost":521,"Date":"10/14/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":505,"Cost":386,"Date":"10/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":661,"Cost":452,"Date":"11/11/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":608,"Cost":494,"Date":"12/7/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":108,"Cost":60,"Date":"12/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":317,"Cost":290,"Date":"1/6/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":510,"Cost":324,"Date":"1/23/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":64,"Cost":41,"Date":"2/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":419,"Cost":363,"Date":"3/10/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":480,"Cost":426,"Date":"3/12/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":654,"Cost":476,"Date":"3/31/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":800,"Cost":701,"Date":"6/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":962,"Cost":724,"Date":"6/17/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":23,"Cost":11,"Date":"8/27/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":846,"Cost":431,"Date":"10/1/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":74,"Cost":54,"Date":"11/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":401,"Cost":201,"Date":"11/9/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":929,"Cost":494,"Date":"3/27/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":415,"Cost":300,"Date":"4/17/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":835,"Cost":777,"Date":"8/11/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":761,"Cost":436,"Date":"8/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":624,"Cost":366,"Date":"9/2/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":724,"Cost":568,"Date":"9/5/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":463,"Cost":290,"Date":"9/14/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":932,"Cost":554,"Date":"9/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":795,"Cost":439,"Date":"11/20/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":165,"Cost":129,"Date":"12/21/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":575,"Cost":469,"Date":"1/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":447,"Cost":299,"Date":"1/21/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":982,"Cost":838,"Date":"2/9/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":600,"Cost":324,"Date":"3/19/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":821,"Cost":613,"Date":"4/3/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":411,"Cost":276,"Date":"4/5/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":681,"Cost":445,"Date":"4/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":474,"Cost":265,"Date":"7/10/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":462,"Cost":357,"Date":"3/25/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":968,"Cost":504,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":901,"Cost":451,"Date":"10/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":751,"Cost":544,"Date":"3/2/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":664,"Cost":591,"Date":"6/28/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":659,"Cost":540,"Date":"7/17/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":169,"Cost":103,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":209,"Cost":154,"Date":"8/23/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":359,"Cost":312,"Date":"11/20/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":746,"Cost":442,"Date":"12/16/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":528,"Cost":481,"Date":"12/30/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":561,"Cost":341,"Date":"2/15/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":167,"Cost":107,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":742,"Cost":587,"Date":"3/7/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":977,"Cost":746,"Date":"4/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":126,"Cost":73,"Date":"7/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":509,"Cost":340,"Date":"8/18/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":232,"Cost":177,"Date":"10/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":811,"Cost":498,"Date":"11/11/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":829,"Cost":675,"Date":"11/30/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":277,"Cost":260,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":678,"Cost":632,"Date":"3/1/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":879,"Cost":486,"Date":"4/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":586,"Cost":422,"Date":"5/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":594,"Cost":360,"Date":"8/13/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":141,"Cost":92,"Date":"9/15/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":751,"Cost":505,"Date":"10/14/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":689,"Cost":447,"Date":"10/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":726,"Cost":527,"Date":"11/11/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":282,"Cost":160,"Date":"12/7/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":791,"Cost":479,"Date":"12/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":65,"Cost":50,"Date":"1/6/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":980,"Cost":806,"Date":"1/23/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":428,"Cost":304,"Date":"2/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":582,"Cost":449,"Date":"3/10/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":852,"Cost":715,"Date":"3/12/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":885,"Cost":839,"Date":"3/31/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":173,"Cost":158,"Date":"6/16/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":263,"Cost":191,"Date":"6/17/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":514,"Cost":395,"Date":"8/27/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":924,"Cost":788,"Date":"10/1/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":70,"Cost":49,"Date":"11/4/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"COS","Country":"Finland","Sale":135,"Cost":87,"Date":"11/9/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":960,"Cost":807,"Date":"3/27/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":323,"Cost":238,"Date":"4/17/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":166,"Cost":127,"Date":"8/11/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":90,"Cost":48,"Date":"8/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":327,"Cost":168,"Date":"9/2/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":320,"Cost":221,"Date":"9/5/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":54,"Cost":47,"Date":"9/14/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":644,"Cost":568,"Date":"9/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":336,"Cost":181,"Date":"11/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":103,"Cost":82,"Date":"12/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":90,"Cost":81,"Date":"1/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":692,"Cost":513,"Date":"1/21/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":455,"Cost":251,"Date":"2/9/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":720,"Cost":464,"Date":"3/19/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":421,"Cost":244,"Date":"4/3/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":651,"Cost":385,"Date":"4/5/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":146,"Cost":86,"Date":"4/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":566,"Cost":389,"Date":"7/10/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":581,"Cost":339,"Date":"3/25/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":43,"Cost":36,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":379,"Cost":280,"Date":"10/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":775,"Cost":723,"Date":"3/2/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":839,"Cost":785,"Date":"6/28/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":330,"Cost":214,"Date":"7/17/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":198,"Cost":136,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":790,"Cost":686,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":590,"Cost":457,"Date":"11/20/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":358,"Cost":296,"Date":"12/16/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":672,"Cost":596,"Date":"12/30/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":649,"Cost":514,"Date":"2/15/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":38,"Cost":28,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":6,"Cost":3,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":832,"Cost":476,"Date":"4/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":378,"Cost":266,"Date":"7/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":164,"Cost":152,"Date":"8/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":783,"Cost":729,"Date":"10/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":372,"Cost":224,"Date":"11/11/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":881,"Cost":519,"Date":"11/30/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":41,"Cost":27,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":629,"Cost":461,"Date":"3/1/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":373,"Cost":338,"Date":"4/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":649,"Cost":487,"Date":"5/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":186,"Cost":146,"Date":"8/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":212,"Cost":180,"Date":"9/15/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":598,"Cost":564,"Date":"10/14/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":705,"Cost":456,"Date":"10/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":999,"Cost":539,"Date":"11/11/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":35,"Cost":33,"Date":"12/7/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":276,"Cost":250,"Date":"12/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":347,"Cost":266,"Date":"1/6/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":370,"Cost":344,"Date":"1/23/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":496,"Cost":363,"Date":"2/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":687,"Cost":504,"Date":"3/10/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":952,"Cost":675,"Date":"3/12/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":319,"Cost":235,"Date":"3/31/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":76,"Cost":71,"Date":"6/16/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":244,"Cost":193,"Date":"6/17/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":792,"Cost":456,"Date":"8/27/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":726,"Cost":595,"Date":"10/1/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":557,"Cost":425,"Date":"11/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":994,"Cost":640,"Date":"11/9/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":853,"Cost":678,"Date":"3/27/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":997,"Cost":680,"Date":"4/17/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":549,"Cost":275,"Date":"8/11/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":444,"Cost":328,"Date":"8/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":265,"Cost":222,"Date":"9/2/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":198,"Cost":118,"Date":"9/5/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":882,"Cost":803,"Date":"9/14/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":677,"Cost":446,"Date":"9/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":865,"Cost":515,"Date":"11/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":907,"Cost":613,"Date":"12/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":809,"Cost":465,"Date":"1/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":197,"Cost":131,"Date":"1/21/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":851,"Cost":496,"Date":"2/9/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":376,"Cost":354,"Date":"3/19/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":105,"Cost":76,"Date":"4/3/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":305,"Cost":178,"Date":"4/5/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":428,"Cost":247,"Date":"4/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":540,"Cost":486,"Date":"7/10/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":624,"Cost":586,"Date":"3/25/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":690,"Cost":576,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":526,"Cost":392,"Date":"10/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":93,"Cost":57,"Date":"3/2/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":133,"Cost":75,"Date":"6/28/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":423,"Cost":297,"Date":"7/17/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":798,"Cost":507,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":649,"Cost":380,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":792,"Cost":630,"Date":"11/20/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":577,"Cost":485,"Date":"12/16/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":697,"Cost":660,"Date":"12/30/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":648,"Cost":358,"Date":"2/15/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":608,"Cost":329,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":876,"Cost":804,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":108,"Cost":74,"Date":"4/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":83,"Cost":62,"Date":"7/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":440,"Cost":366,"Date":"8/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":63,"Cost":36,"Date":"10/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":34,"Cost":26,"Date":"11/11/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":515,"Cost":425,"Date":"11/30/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":836,"Cost":775,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":453,"Cost":311,"Date":"3/1/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":218,"Cost":189,"Date":"4/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":819,"Cost":756,"Date":"5/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":213,"Cost":202,"Date":"8/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":158,"Cost":104,"Date":"9/15/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":185,"Cost":131,"Date":"10/14/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":81,"Cost":59,"Date":"10/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":481,"Cost":272,"Date":"11/11/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":346,"Cost":291,"Date":"12/7/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":457,"Cost":348,"Date":"12/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":404,"Cost":259,"Date":"1/6/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":165,"Cost":149,"Date":"1/23/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":616,"Cost":350,"Date":"2/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":545,"Cost":429,"Date":"3/10/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":862,"Cost":541,"Date":"3/12/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":535,"Cost":351,"Date":"3/31/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":763,"Cost":551,"Date":"6/16/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":582,"Cost":478,"Date":"6/17/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":533,"Cost":473,"Date":"8/27/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":401,"Cost":277,"Date":"10/1/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":737,"Cost":591,"Date":"11/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":698,"Cost":657,"Date":"11/9/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":459,"Cost":274,"Date":"3/27/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":97,"Cost":77,"Date":"4/17/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":847,"Cost":747,"Date":"8/11/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":150,"Cost":97,"Date":"8/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":104,"Cost":82,"Date":"9/2/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":321,"Cost":259,"Date":"9/5/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":471,"Cost":257,"Date":"9/14/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":611,"Cost":454,"Date":"9/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":515,"Cost":384,"Date":"11/20/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":479,"Cost":273,"Date":"12/21/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":763,"Cost":498,"Date":"1/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":460,"Cost":355,"Date":"1/21/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":502,"Cost":284,"Date":"2/9/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":208,"Cost":108,"Date":"3/19/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":623,"Cost":476,"Date":"4/3/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":230,"Cost":175,"Date":"4/5/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":192,"Cost":102,"Date":"4/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":260,"Cost":231,"Date":"7/10/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":506,"Cost":360,"Date":"3/25/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":982,"Cost":656,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":335,"Cost":212,"Date":"10/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":955,"Cost":850,"Date":"3/2/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":506,"Cost":294,"Date":"6/28/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":874,"Cost":589,"Date":"7/17/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":56,"Cost":48,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":661,"Cost":352,"Date":"8/23/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":159,"Cost":137,"Date":"11/20/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":619,"Cost":579,"Date":"12/16/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":961,"Cost":892,"Date":"12/30/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":228,"Cost":176,"Date":"2/15/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":179,"Cost":126,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":9,"Cost":5,"Date":"3/7/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":847,"Cost":496,"Date":"4/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":927,"Cost":733,"Date":"7/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":82,"Cost":46,"Date":"8/18/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":120,"Cost":93,"Date":"10/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":262,"Cost":174,"Date":"11/11/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":622,"Cost":480,"Date":"11/30/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":66,"Cost":52,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":813,"Cost":540,"Date":"3/1/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":934,"Cost":813,"Date":"4/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":777,"Cost":670,"Date":"5/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":645,"Cost":565,"Date":"8/13/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":803,"Cost":623,"Date":"9/15/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":212,"Cost":135,"Date":"10/14/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":648,"Cost":371,"Date":"10/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":656,"Cost":462,"Date":"11/11/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":366,"Cost":325,"Date":"12/7/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":804,"Cost":759,"Date":"12/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":56,"Cost":33,"Date":"1/6/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":51,"Cost":33,"Date":"1/23/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":8,"Cost":4,"Date":"2/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":894,"Cost":618,"Date":"3/10/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":125,"Cost":65,"Date":"3/12/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":62,"Cost":51,"Date":"3/31/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":979,"Cost":512,"Date":"6/16/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":146,"Cost":119,"Date":"6/17/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":42,"Cost":21,"Date":"8/27/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":928,"Cost":577,"Date":"10/1/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":682,"Cost":430,"Date":"11/4/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":597,"Cost":366,"Date":"11/9/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":363,"Cost":272,"Date":"3/27/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":161,"Cost":131,"Date":"4/17/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":579,"Cost":517,"Date":"8/11/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":701,"Cost":470,"Date":"8/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":591,"Cost":547,"Date":"9/2/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":849,"Cost":779,"Date":"9/5/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":212,"Cost":147,"Date":"9/14/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":698,"Cost":543,"Date":"9/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":516,"Cost":381,"Date":"11/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":968,"Cost":530,"Date":"12/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":212,"Cost":201,"Date":"1/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":519,"Cost":302,"Date":"1/21/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":55,"Cost":27,"Date":"2/9/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":418,"Cost":360,"Date":"3/19/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":212,"Cost":138,"Date":"4/3/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":40,"Cost":25,"Date":"4/5/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":543,"Cost":443,"Date":"4/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":399,"Cost":233,"Date":"7/10/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":323,"Cost":262,"Date":"3/25/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":697,"Cost":513,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":483,"Cost":311,"Date":"10/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":128,"Cost":78,"Date":"3/2/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":667,"Cost":393,"Date":"6/28/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":804,"Cost":539,"Date":"7/17/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":681,"Cost":633,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":954,"Cost":585,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":120,"Cost":97,"Date":"11/20/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":939,"Cost":755,"Date":"12/16/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":540,"Cost":476,"Date":"12/30/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":150,"Cost":81,"Date":"2/15/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":54,"Cost":32,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":932,"Cost":794,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":117,"Cost":104,"Date":"4/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":313,"Cost":170,"Date":"7/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":939,"Cost":736,"Date":"8/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":968,"Cost":623,"Date":"10/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":590,"Cost":344,"Date":"11/11/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":957,"Cost":639,"Date":"11/30/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":345,"Cost":263,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":747,"Cost":627,"Date":"3/1/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":736,"Cost":620,"Date":"4/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":949,"Cost":596,"Date":"5/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":54,"Cost":40,"Date":"8/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":1000,"Cost":861,"Date":"9/15/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":670,"Cost":580,"Date":"10/14/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":886,"Cost":494,"Date":"10/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":83,"Cost":54,"Date":"11/11/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":150,"Cost":99,"Date":"12/7/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":880,"Cost":518,"Date":"12/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":941,"Cost":671,"Date":"1/6/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":987,"Cost":549,"Date":"1/23/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":794,"Cost":566,"Date":"2/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":58,"Cost":46,"Date":"3/10/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":165,"Cost":135,"Date":"3/12/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":128,"Cost":104,"Date":"3/31/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":733,"Cost":505,"Date":"6/16/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":757,"Cost":605,"Date":"6/17/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":930,"Cost":706,"Date":"8/27/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":239,"Cost":167,"Date":"10/1/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":239,"Cost":209,"Date":"11/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM","Country":"France","Sale":780,"Cost":654,"Date":"11/9/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":173,"Cost":157,"Date":"3/27/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":990,"Cost":807,"Date":"4/17/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":570,"Cost":430,"Date":"8/11/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":162,"Cost":105,"Date":"8/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":481,"Cost":292,"Date":"9/2/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":379,"Cost":189,"Date":"9/5/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":518,"Cost":375,"Date":"9/14/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":850,"Cost":665,"Date":"9/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":891,"Cost":621,"Date":"11/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":448,"Cost":263,"Date":"12/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":829,"Cost":765,"Date":"1/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":928,"Cost":521,"Date":"1/21/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":290,"Cost":204,"Date":"2/9/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":727,"Cost":489,"Date":"3/19/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":934,"Cost":859,"Date":"4/3/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":454,"Cost":290,"Date":"4/5/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":555,"Cost":449,"Date":"4/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":658,"Cost":463,"Date":"7/10/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":82,"Cost":45,"Date":"3/25/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":819,"Cost":414,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":479,"Cost":428,"Date":"10/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":786,"Cost":615,"Date":"3/2/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":639,"Cost":393,"Date":"6/28/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":692,"Cost":468,"Date":"7/17/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":959,"Cost":839,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":90,"Cost":68,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":88,"Cost":53,"Date":"11/20/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":928,"Cost":668,"Date":"12/16/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":320,"Cost":247,"Date":"12/30/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":206,"Cost":139,"Date":"2/15/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":951,"Cost":806,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":544,"Cost":352,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":455,"Cost":255,"Date":"4/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":876,"Cost":511,"Date":"7/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":380,"Cost":229,"Date":"8/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":79,"Cost":62,"Date":"10/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":745,"Cost":526,"Date":"11/11/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":787,"Cost":726,"Date":"11/30/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":444,"Cost":284,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":303,"Cost":215,"Date":"3/1/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":364,"Cost":236,"Date":"4/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":645,"Cost":401,"Date":"5/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":266,"Cost":195,"Date":"8/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":10,"Cost":9,"Date":"9/15/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":150,"Cost":141,"Date":"10/14/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":264,"Cost":163,"Date":"10/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":167,"Cost":155,"Date":"11/11/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":217,"Cost":171,"Date":"12/7/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":376,"Cost":349,"Date":"12/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":662,"Cost":570,"Date":"1/6/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":351,"Cost":327,"Date":"1/23/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":637,"Cost":326,"Date":"2/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":799,"Cost":461,"Date":"3/10/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":426,"Cost":248,"Date":"3/12/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":366,"Cost":324,"Date":"3/31/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":371,"Cost":223,"Date":"6/16/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":303,"Cost":253,"Date":"6/17/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":786,"Cost":684,"Date":"8/27/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":839,"Cost":490,"Date":"10/1/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":228,"Cost":200,"Date":"11/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":462,"Cost":324,"Date":"11/9/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":351,"Cost":251,"Date":"3/27/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":52,"Cost":45,"Date":"4/17/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":649,"Cost":460,"Date":"8/11/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":503,"Cost":404,"Date":"8/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":594,"Cost":395,"Date":"9/2/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":21,"Cost":18,"Date":"9/5/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":799,"Cost":525,"Date":"9/14/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":795,"Cost":422,"Date":"9/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":355,"Cost":241,"Date":"11/20/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":448,"Cost":298,"Date":"12/21/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":33,"Cost":29,"Date":"1/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":649,"Cost":374,"Date":"1/21/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":60,"Cost":53,"Date":"2/9/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":188,"Cost":126,"Date":"3/19/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":302,"Cost":225,"Date":"4/3/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":10,"Cost":7,"Date":"4/5/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":15,"Cost":9,"Date":"4/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":251,"Cost":172,"Date":"7/10/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":751,"Cost":445,"Date":"3/25/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":732,"Cost":385,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":387,"Cost":250,"Date":"10/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":450,"Cost":248,"Date":"3/2/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":590,"Cost":374,"Date":"6/28/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":892,"Cost":533,"Date":"7/17/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":746,"Cost":467,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":949,"Cost":511,"Date":"8/23/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":14,"Cost":11,"Date":"11/20/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":831,"Cost":586,"Date":"12/16/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":463,"Cost":328,"Date":"12/30/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":331,"Cost":313,"Date":"2/15/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":269,"Cost":192,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":25,"Cost":14,"Date":"3/7/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":574,"Cost":457,"Date":"4/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":592,"Cost":511,"Date":"7/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":718,"Cost":610,"Date":"8/18/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":207,"Cost":161,"Date":"10/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":411,"Cost":330,"Date":"11/11/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":220,"Cost":143,"Date":"11/30/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":447,"Cost":300,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":721,"Cost":466,"Date":"3/1/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":659,"Cost":557,"Date":"4/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":952,"Cost":883,"Date":"5/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":671,"Cost":444,"Date":"8/13/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":502,"Cost":463,"Date":"9/15/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":646,"Cost":440,"Date":"10/14/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":280,"Cost":249,"Date":"10/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":706,"Cost":529,"Date":"11/11/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":817,"Cost":438,"Date":"12/7/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":119,"Cost":112,"Date":"12/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":371,"Cost":307,"Date":"1/6/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":561,"Cost":364,"Date":"1/23/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":962,"Cost":682,"Date":"2/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":764,"Cost":492,"Date":"3/10/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":507,"Cost":440,"Date":"3/12/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":47,"Cost":45,"Date":"3/31/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":632,"Cost":437,"Date":"6/16/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":364,"Cost":281,"Date":"6/17/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":257,"Cost":182,"Date":"8/27/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":109,"Cost":93,"Date":"10/1/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":401,"Cost":326,"Date":"11/4/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"HM Home","Country":"France","Sale":142,"Cost":75,"Date":"11/9/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":733,"Cost":571,"Date":"3/27/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":882,"Cost":638,"Date":"4/17/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":257,"Cost":234,"Date":"8/11/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":91,"Cost":76,"Date":"8/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":35,"Cost":24,"Date":"9/2/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":580,"Cost":468,"Date":"9/5/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":884,"Cost":806,"Date":"9/14/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":88,"Cost":78,"Date":"9/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":566,"Cost":284,"Date":"11/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":753,"Cost":699,"Date":"12/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":793,"Cost":531,"Date":"1/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":774,"Cost":628,"Date":"1/21/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":404,"Cost":263,"Date":"2/9/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":431,"Cost":353,"Date":"3/19/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":52,"Cost":29,"Date":"4/3/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":769,"Cost":596,"Date":"4/5/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":664,"Cost":334,"Date":"4/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":946,"Cost":521,"Date":"7/10/2019"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":50,"Cost":36,"Date":"3/25/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":974,"Cost":776,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":143,"Cost":116,"Date":"10/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":209,"Cost":133,"Date":"3/2/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":850,"Cost":618,"Date":"6/28/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":686,"Cost":584,"Date":"7/17/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":875,"Cost":723,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":275,"Cost":251,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":938,"Cost":750,"Date":"11/20/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":734,"Cost":511,"Date":"12/16/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":159,"Cost":122,"Date":"12/30/2021"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":414,"Cost":238,"Date":"2/15/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":166,"Cost":101,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":349,"Cost":294,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":687,"Cost":390,"Date":"4/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":254,"Cost":184,"Date":"7/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":562,"Cost":322,"Date":"8/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":543,"Cost":471,"Date":"10/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":102,"Cost":91,"Date":"11/11/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":705,"Cost":633,"Date":"11/30/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":516,"Cost":294,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":85,"Cost":59,"Date":"3/1/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":615,"Cost":324,"Date":"4/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":123,"Cost":92,"Date":"5/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":93,"Cost":86,"Date":"8/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":613,"Cost":337,"Date":"9/15/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":652,"Cost":568,"Date":"10/14/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":558,"Cost":410,"Date":"10/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":8,"Cost":8,"Date":"11/11/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":234,"Cost":211,"Date":"12/7/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":52,"Cost":34,"Date":"12/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":474,"Cost":293,"Date":"1/6/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":875,"Cost":645,"Date":"1/23/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":441,"Cost":259,"Date":"2/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":507,"Cost":412,"Date":"3/10/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":554,"Cost":455,"Date":"3/12/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":127,"Cost":101,"Date":"3/31/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":489,"Cost":414,"Date":"6/16/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":29,"Cost":17,"Date":"6/17/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":113,"Cost":87,"Date":"8/27/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":844,"Cost":727,"Date":"10/1/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":206,"Cost":185,"Date":"11/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":745,"Cost":617,"Date":"11/9/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":309,"Cost":214,"Date":"3/27/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":52,"Cost":37,"Date":"4/17/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":207,"Cost":129,"Date":"8/11/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":431,"Cost":250,"Date":"8/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":643,"Cost":598,"Date":"9/2/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":590,"Cost":396,"Date":"9/5/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":108,"Cost":82,"Date":"9/14/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":512,"Cost":388,"Date":"9/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":27,"Cost":14,"Date":"11/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":292,"Cost":188,"Date":"12/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":987,"Cost":741,"Date":"1/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":519,"Cost":291,"Date":"1/21/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":580,"Cost":412,"Date":"2/9/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":192,"Cost":131,"Date":"3/19/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":746,"Cost":559,"Date":"4/3/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":175,"Cost":109,"Date":"4/5/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":823,"Cost":554,"Date":"4/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":399,"Cost":361,"Date":"7/10/2019"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":20,"Cost":11,"Date":"3/25/2020"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":458,"Cost":404,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":341,"Cost":208,"Date":"10/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":864,"Cost":591,"Date":"3/2/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":69,"Cost":54,"Date":"6/28/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":245,"Cost":165,"Date":"7/17/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":160,"Cost":130,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":159,"Cost":93,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":647,"Cost":397,"Date":"11/20/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":189,"Cost":145,"Date":"12/16/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":954,"Cost":804,"Date":"12/30/2021"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":553,"Cost":322,"Date":"2/15/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":329,"Cost":278,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":11,"Cost":7,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":327,"Cost":167,"Date":"4/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":41,"Cost":26,"Date":"7/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":868,"Cost":502,"Date":"8/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":245,"Cost":162,"Date":"10/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":920,"Cost":678,"Date":"11/11/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":305,"Cost":254,"Date":"11/30/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":661,"Cost":378,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":250,"Cost":201,"Date":"3/1/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":627,"Cost":455,"Date":"4/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":481,"Cost":401,"Date":"5/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":500,"Cost":301,"Date":"8/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":743,"Cost":670,"Date":"9/15/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":985,"Cost":854,"Date":"10/14/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":873,"Cost":668,"Date":"10/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":346,"Cost":194,"Date":"11/11/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":567,"Cost":301,"Date":"12/7/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":443,"Cost":296,"Date":"12/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":141,"Cost":82,"Date":"1/6/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":226,"Cost":191,"Date":"1/23/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":209,"Cost":165,"Date":"2/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":738,"Cost":615,"Date":"3/10/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":803,"Cost":670,"Date":"3/12/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":875,"Cost":641,"Date":"3/31/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":315,"Cost":245,"Date":"6/16/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":135,"Cost":74,"Date":"6/17/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":709,"Cost":475,"Date":"8/27/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":931,"Cost":844,"Date":"10/1/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":704,"Cost":635,"Date":"11/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":656,"Cost":336,"Date":"11/9/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":251,"Cost":203,"Date":"3/27/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":230,"Cost":184,"Date":"4/17/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":971,"Cost":828,"Date":"8/11/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":128,"Cost":74,"Date":"8/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":224,"Cost":170,"Date":"9/2/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":60,"Cost":54,"Date":"9/5/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":656,"Cost":334,"Date":"9/14/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":454,"Cost":421,"Date":"9/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":191,"Cost":156,"Date":"11/20/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":948,"Cost":533,"Date":"12/21/2018"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":628,"Cost":375,"Date":"1/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":701,"Cost":376,"Date":"1/21/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":418,"Cost":249,"Date":"2/9/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":331,"Cost":170,"Date":"3/19/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":426,"Cost":404,"Date":"4/3/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":119,"Cost":59,"Date":"4/5/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":542,"Cost":482,"Date":"4/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":816,"Cost":554,"Date":"7/10/2019"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":80,"Cost":65,"Date":"3/25/2020"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":347,"Cost":233,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":870,"Cost":670,"Date":"10/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":319,"Cost":255,"Date":"3/2/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":833,"Cost":558,"Date":"6/28/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":135,"Cost":89,"Date":"7/17/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":426,"Cost":353,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":271,"Cost":189,"Date":"8/23/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":938,"Cost":666,"Date":"11/20/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":375,"Cost":324,"Date":"12/16/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":455,"Cost":290,"Date":"12/30/2021"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":891,"Cost":713,"Date":"2/15/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":568,"Cost":328,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":772,"Cost":555,"Date":"3/7/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":367,"Cost":222,"Date":"4/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":51,"Cost":36,"Date":"7/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":209,"Cost":171,"Date":"8/18/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":358,"Cost":308,"Date":"10/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":54,"Cost":37,"Date":"11/11/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":203,"Cost":153,"Date":"11/30/2022"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":61,"Cost":52,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":134,"Cost":117,"Date":"3/1/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":232,"Cost":197,"Date":"4/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":339,"Cost":191,"Date":"5/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":853,"Cost":755,"Date":"8/13/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":294,"Cost":213,"Date":"9/15/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":646,"Cost":341,"Date":"10/14/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":167,"Cost":115,"Date":"10/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":858,"Cost":504,"Date":"11/11/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":536,"Cost":334,"Date":"12/7/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":574,"Cost":478,"Date":"12/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":489,"Cost":314,"Date":"1/6/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":237,"Cost":144,"Date":"1/23/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":909,"Cost":514,"Date":"2/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":3,"Cost":2,"Date":"3/10/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":490,"Cost":258,"Date":"3/12/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":689,"Cost":625,"Date":"3/31/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":27,"Cost":20,"Date":"6/16/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":669,"Cost":549,"Date":"6/17/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":929,"Cost":520,"Date":"8/27/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":993,"Cost":768,"Date":"10/1/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":225,"Cost":133,"Date":"11/4/2024"},{"Store":"Forum des Halles, Paris","Brand":"ARKET","Country":"France","Sale":514,"Cost":418,"Date":"11/9/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":263,"Cost":203,"Date":"3/27/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":939,"Cost":618,"Date":"4/17/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":883,"Cost":657,"Date":"8/11/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":726,"Cost":478,"Date":"8/21/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":583,"Cost":405,"Date":"9/2/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":706,"Cost":408,"Date":"9/5/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":461,"Cost":384,"Date":"9/14/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":743,"Cost":609,"Date":"9/20/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":595,"Cost":349,"Date":"11/20/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":397,"Cost":370,"Date":"12/21/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":703,"Cost":568,"Date":"1/7/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":396,"Cost":283,"Date":"1/21/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":357,"Cost":273,"Date":"2/9/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":792,"Cost":649,"Date":"3/19/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":5,"Cost":4,"Date":"4/3/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":611,"Cost":529,"Date":"4/5/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":475,"Cost":268,"Date":"4/28/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":909,"Cost":685,"Date":"7/10/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":459,"Cost":327,"Date":"3/25/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":634,"Cost":458,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":58,"Cost":45,"Date":"10/28/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":142,"Cost":111,"Date":"3/2/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":929,"Cost":661,"Date":"6/28/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":162,"Cost":135,"Date":"7/17/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":974,"Cost":609,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":21,"Cost":19,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":852,"Cost":573,"Date":"11/20/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":540,"Cost":496,"Date":"12/16/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":20,"Cost":19,"Date":"12/30/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":544,"Cost":354,"Date":"2/15/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":506,"Cost":278,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":512,"Cost":415,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":883,"Cost":794,"Date":"4/18/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":214,"Cost":163,"Date":"7/27/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":370,"Cost":310,"Date":"8/18/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":826,"Cost":728,"Date":"10/31/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":718,"Cost":602,"Date":"11/11/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":267,"Cost":154,"Date":"11/30/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":240,"Cost":194,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":383,"Cost":269,"Date":"3/1/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":176,"Cost":155,"Date":"4/13/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":951,"Cost":899,"Date":"5/20/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":293,"Cost":264,"Date":"8/13/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":743,"Cost":422,"Date":"9/15/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":479,"Cost":334,"Date":"10/14/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":321,"Cost":162,"Date":"10/28/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":347,"Cost":234,"Date":"11/11/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":905,"Cost":804,"Date":"12/7/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":899,"Cost":660,"Date":"12/21/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":547,"Cost":493,"Date":"1/6/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":938,"Cost":772,"Date":"1/23/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":837,"Cost":508,"Date":"2/4/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":652,"Cost":573,"Date":"3/10/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":396,"Cost":340,"Date":"3/12/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":93,"Cost":78,"Date":"3/31/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":112,"Cost":85,"Date":"6/16/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":737,"Cost":515,"Date":"6/17/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":284,"Cost":228,"Date":"8/27/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":908,"Cost":778,"Date":"10/1/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":445,"Cost":234,"Date":"11/4/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":254,"Cost":142,"Date":"11/9/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":651,"Cost":389,"Date":"3/27/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":785,"Cost":432,"Date":"4/17/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":502,"Cost":409,"Date":"8/11/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":94,"Cost":81,"Date":"8/21/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":293,"Cost":246,"Date":"9/2/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":877,"Cost":750,"Date":"9/5/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":36,"Cost":26,"Date":"9/14/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":222,"Cost":182,"Date":"9/20/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":777,"Cost":539,"Date":"11/20/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":987,"Cost":567,"Date":"12/21/2018"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":369,"Cost":326,"Date":"1/7/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":927,"Cost":784,"Date":"1/21/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":897,"Cost":822,"Date":"2/9/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":421,"Cost":378,"Date":"3/19/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":358,"Cost":200,"Date":"4/3/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":68,"Cost":55,"Date":"4/5/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":10,"Cost":5,"Date":"4/28/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":665,"Cost":341,"Date":"7/10/2019"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":533,"Cost":286,"Date":"3/25/2020"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":447,"Cost":421,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":357,"Cost":202,"Date":"10/28/2020"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":823,"Cost":779,"Date":"3/2/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":247,"Cost":211,"Date":"6/28/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":596,"Cost":422,"Date":"7/17/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":503,"Cost":407,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":673,"Cost":476,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":693,"Cost":402,"Date":"11/20/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":663,"Cost":461,"Date":"12/16/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":904,"Cost":638,"Date":"12/30/2021"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":592,"Cost":474,"Date":"2/15/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":891,"Cost":750,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":493,"Cost":325,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":770,"Cost":424,"Date":"4/18/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":240,"Cost":174,"Date":"7/27/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":962,"Cost":517,"Date":"8/18/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":721,"Cost":574,"Date":"10/31/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":809,"Cost":475,"Date":"11/11/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":585,"Cost":452,"Date":"11/30/2022"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":637,"Cost":353,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":424,"Cost":368,"Date":"3/1/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":970,"Cost":812,"Date":"4/13/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":794,"Cost":695,"Date":"5/20/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":238,"Cost":193,"Date":"8/13/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":82,"Cost":56,"Date":"9/15/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":909,"Cost":602,"Date":"10/14/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":274,"Cost":240,"Date":"10/28/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":972,"Cost":901,"Date":"11/11/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":953,"Cost":881,"Date":"12/7/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":579,"Cost":372,"Date":"12/21/2023"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":679,"Cost":608,"Date":"1/6/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":355,"Cost":270,"Date":"1/23/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":375,"Cost":197,"Date":"2/4/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":199,"Cost":154,"Date":"3/10/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":67,"Cost":40,"Date":"3/12/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":167,"Cost":91,"Date":"3/31/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":928,"Cost":843,"Date":"6/16/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":757,"Cost":454,"Date":"6/17/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":114,"Cost":81,"Date":"8/27/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":473,"Cost":426,"Date":"10/1/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":426,"Cost":336,"Date":"11/4/2024"},{"Store":"Créteil Soleil","Brand":"Nova","Country":"France","Sale":349,"Cost":237,"Date":"11/9/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":573,"Cost":333,"Date":"3/27/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":973,"Cost":718,"Date":"4/17/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":650,"Cost":332,"Date":"8/11/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":899,"Cost":627,"Date":"8/21/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":740,"Cost":563,"Date":"9/2/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":650,"Cost":513,"Date":"9/5/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":47,"Cost":42,"Date":"9/14/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":956,"Cost":756,"Date":"9/20/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":925,"Cost":487,"Date":"11/20/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":169,"Cost":138,"Date":"12/21/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":247,"Cost":170,"Date":"1/7/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":790,"Cost":405,"Date":"1/21/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":11,"Cost":6,"Date":"2/9/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":707,"Cost":572,"Date":"3/19/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":736,"Cost":392,"Date":"4/3/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":707,"Cost":666,"Date":"4/5/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":242,"Cost":156,"Date":"4/28/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":438,"Cost":266,"Date":"7/10/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":539,"Cost":303,"Date":"3/25/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":654,"Cost":411,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":51,"Cost":30,"Date":"10/28/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":978,"Cost":831,"Date":"3/2/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":865,"Cost":726,"Date":"6/28/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":622,"Cost":483,"Date":"7/17/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":71,"Cost":36,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":820,"Cost":723,"Date":"8/23/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":871,"Cost":520,"Date":"11/20/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":286,"Cost":150,"Date":"12/16/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":241,"Cost":214,"Date":"12/30/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":476,"Cost":287,"Date":"2/15/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":174,"Cost":121,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":308,"Cost":157,"Date":"3/7/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":980,"Cost":669,"Date":"4/18/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":727,"Cost":511,"Date":"7/27/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":392,"Cost":331,"Date":"8/18/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":641,"Cost":361,"Date":"10/31/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":172,"Cost":91,"Date":"11/11/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":523,"Cost":432,"Date":"11/30/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":585,"Cost":390,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":488,"Cost":333,"Date":"3/1/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":341,"Cost":215,"Date":"4/13/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":780,"Cost":581,"Date":"5/20/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":41,"Cost":37,"Date":"8/13/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":624,"Cost":409,"Date":"9/15/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":130,"Cost":85,"Date":"10/14/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":569,"Cost":399,"Date":"10/28/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":514,"Cost":399,"Date":"11/11/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":391,"Cost":348,"Date":"12/7/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":69,"Cost":56,"Date":"12/21/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":507,"Cost":359,"Date":"1/6/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":151,"Cost":130,"Date":"1/23/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":799,"Cost":557,"Date":"2/4/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":636,"Cost":578,"Date":"3/10/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":631,"Cost":422,"Date":"3/12/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":624,"Cost":458,"Date":"3/31/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":838,"Cost":717,"Date":"6/16/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":641,"Cost":322,"Date":"6/17/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":565,"Cost":425,"Date":"8/27/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":416,"Cost":378,"Date":"10/1/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":837,"Cost":423,"Date":"11/4/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":932,"Cost":573,"Date":"11/9/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":615,"Cost":390,"Date":"3/27/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":695,"Cost":550,"Date":"4/17/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":398,"Cost":311,"Date":"8/11/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":360,"Cost":292,"Date":"8/21/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":446,"Cost":352,"Date":"9/2/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":944,"Cost":851,"Date":"9/5/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":168,"Cost":157,"Date":"9/14/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":891,"Cost":840,"Date":"9/20/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":74,"Cost":52,"Date":"11/20/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":932,"Cost":780,"Date":"12/21/2018"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":54,"Cost":33,"Date":"1/7/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":447,"Cost":402,"Date":"1/21/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":687,"Cost":608,"Date":"2/9/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":776,"Cost":639,"Date":"3/19/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":151,"Cost":89,"Date":"4/3/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":678,"Cost":614,"Date":"4/5/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":336,"Cost":225,"Date":"4/28/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":132,"Cost":90,"Date":"7/10/2019"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":636,"Cost":522,"Date":"3/25/2020"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":800,"Cost":744,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":960,"Cost":689,"Date":"10/28/2020"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":666,"Cost":364,"Date":"3/2/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":1,"Cost":1,"Date":"6/28/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":858,"Cost":546,"Date":"7/17/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":782,"Cost":699,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":109,"Cost":82,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":697,"Cost":506,"Date":"11/20/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":752,"Cost":425,"Date":"12/16/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":132,"Cost":100,"Date":"12/30/2021"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":325,"Cost":291,"Date":"2/15/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":72,"Cost":40,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":574,"Cost":472,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":411,"Cost":314,"Date":"4/18/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":3,"Cost":2,"Date":"7/27/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":782,"Cost":401,"Date":"8/18/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":997,"Cost":832,"Date":"10/31/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":648,"Cost":507,"Date":"11/11/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":856,"Cost":755,"Date":"11/30/2022"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":648,"Cost":422,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":307,"Cost":220,"Date":"3/1/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":741,"Cost":703,"Date":"4/13/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":18,"Cost":17,"Date":"5/20/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":114,"Cost":106,"Date":"8/13/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":765,"Cost":419,"Date":"9/15/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":424,"Cost":226,"Date":"10/14/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":100,"Cost":56,"Date":"10/28/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":403,"Cost":237,"Date":"11/11/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":529,"Cost":458,"Date":"12/7/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":383,"Cost":256,"Date":"12/21/2023"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":666,"Cost":504,"Date":"1/6/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":864,"Cost":571,"Date":"1/23/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":130,"Cost":88,"Date":"2/4/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":7,"Cost":6,"Date":"3/10/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":623,"Cost":497,"Date":"3/12/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":670,"Cost":547,"Date":"3/31/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":146,"Cost":73,"Date":"6/16/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":468,"Cost":263,"Date":"6/17/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":87,"Cost":55,"Date":"8/27/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":729,"Cost":654,"Date":"10/1/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":684,"Cost":575,"Date":"11/4/2024"},{"Store":"Evry2, Évry","Brand":"Sellpy","Country":"France","Sale":170,"Cost":155,"Date":"11/9/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":405,"Cost":223,"Date":"3/27/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":898,"Cost":844,"Date":"4/17/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":72,"Cost":68,"Date":"8/11/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":617,"Cost":504,"Date":"8/21/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":901,"Cost":626,"Date":"9/2/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":881,"Cost":601,"Date":"9/5/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":5,"Cost":3,"Date":"9/14/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":206,"Cost":127,"Date":"9/20/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":272,"Cost":244,"Date":"11/20/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":949,"Cost":788,"Date":"12/21/2018"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":89,"Cost":66,"Date":"1/7/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":50,"Cost":42,"Date":"1/21/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":921,"Cost":566,"Date":"2/9/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":393,"Cost":278,"Date":"3/19/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":819,"Cost":454,"Date":"4/3/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":119,"Cost":86,"Date":"4/5/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":230,"Cost":203,"Date":"4/28/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":128,"Cost":81,"Date":"7/10/2019"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":434,"Cost":269,"Date":"3/25/2020"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":977,"Cost":843,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":660,"Cost":522,"Date":"10/28/2020"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":674,"Cost":634,"Date":"3/2/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":644,"Cost":361,"Date":"6/28/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":985,"Cost":793,"Date":"7/17/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":544,"Cost":430,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":194,"Cost":156,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":454,"Cost":271,"Date":"11/20/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":419,"Cost":292,"Date":"12/16/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":464,"Cost":345,"Date":"12/30/2021"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":660,"Cost":417,"Date":"2/15/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":604,"Cost":565,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":607,"Cost":524,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":215,"Cost":198,"Date":"4/18/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":392,"Cost":244,"Date":"7/27/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":447,"Cost":283,"Date":"8/18/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":588,"Cost":450,"Date":"10/31/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":109,"Cost":93,"Date":"11/11/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":481,"Cost":265,"Date":"11/30/2022"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":705,"Cost":611,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":369,"Cost":208,"Date":"3/1/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":135,"Cost":125,"Date":"4/13/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":575,"Cost":345,"Date":"5/20/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":812,"Cost":717,"Date":"8/13/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":102,"Cost":71,"Date":"9/15/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":53,"Cost":44,"Date":"10/14/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":445,"Cost":249,"Date":"10/28/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":502,"Cost":458,"Date":"11/11/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":366,"Cost":306,"Date":"12/7/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":367,"Cost":204,"Date":"12/21/2023"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":894,"Cost":685,"Date":"1/6/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":213,"Cost":126,"Date":"1/23/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":483,"Cost":435,"Date":"2/4/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":229,"Cost":168,"Date":"3/10/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":628,"Cost":328,"Date":"3/12/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":234,"Cost":137,"Date":"3/31/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":544,"Cost":373,"Date":"6/16/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":605,"Cost":512,"Date":"6/17/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":673,"Cost":372,"Date":"8/27/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":919,"Cost":526,"Date":"10/1/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":740,"Cost":419,"Date":"11/4/2024"},{"Store":"Evry2, Évry","Brand":"HM Home","Country":"France","Sale":983,"Cost":798,"Date":"11/9/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":90,"Cost":55,"Date":"3/27/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":474,"Cost":295,"Date":"4/17/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":209,"Cost":105,"Date":"8/11/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":363,"Cost":216,"Date":"8/21/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":372,"Cost":245,"Date":"9/2/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":124,"Cost":66,"Date":"9/5/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":418,"Cost":354,"Date":"9/14/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":240,"Cost":140,"Date":"9/20/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":470,"Cost":430,"Date":"11/20/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":405,"Cost":335,"Date":"12/21/2018"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":99,"Cost":60,"Date":"1/7/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":234,"Cost":147,"Date":"1/21/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":391,"Cost":340,"Date":"2/9/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":379,"Cost":315,"Date":"3/19/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":647,"Cost":443,"Date":"4/3/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":137,"Cost":101,"Date":"4/5/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":770,"Cost":465,"Date":"4/28/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":38,"Cost":20,"Date":"7/10/2019"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":152,"Cost":123,"Date":"3/25/2020"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":638,"Cost":544,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":489,"Cost":458,"Date":"10/28/2020"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":431,"Cost":343,"Date":"3/2/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":395,"Cost":208,"Date":"6/28/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":735,"Cost":473,"Date":"7/17/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":338,"Cost":248,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":999,"Cost":592,"Date":"8/23/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":458,"Cost":379,"Date":"11/20/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":489,"Cost":275,"Date":"12/16/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":290,"Cost":265,"Date":"12/30/2021"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":743,"Cost":386,"Date":"2/15/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":13,"Cost":7,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":290,"Cost":194,"Date":"3/7/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":122,"Cost":105,"Date":"4/18/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":594,"Cost":466,"Date":"7/27/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":539,"Cost":332,"Date":"8/18/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":374,"Cost":224,"Date":"10/31/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":265,"Cost":138,"Date":"11/11/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":517,"Cost":360,"Date":"11/30/2022"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":189,"Cost":157,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":48,"Cost":34,"Date":"3/1/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":338,"Cost":272,"Date":"4/13/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":661,"Cost":458,"Date":"5/20/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":892,"Cost":589,"Date":"8/13/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":749,"Cost":520,"Date":"9/15/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":986,"Cost":804,"Date":"10/14/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":186,"Cost":141,"Date":"10/28/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":39,"Cost":34,"Date":"11/11/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":138,"Cost":118,"Date":"12/7/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":365,"Cost":295,"Date":"12/21/2023"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":89,"Cost":68,"Date":"1/6/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":138,"Cost":114,"Date":"1/23/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":603,"Cost":322,"Date":"2/4/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":632,"Cost":519,"Date":"3/10/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":371,"Cost":344,"Date":"3/12/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":648,"Cost":527,"Date":"3/31/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":665,"Cost":502,"Date":"6/16/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":850,"Cost":775,"Date":"6/17/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":104,"Cost":96,"Date":"8/27/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":740,"Cost":637,"Date":"10/1/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":131,"Cost":104,"Date":"11/4/2024"},{"Store":"Evry2, Évry","Brand":"Nova","Country":"France","Sale":15,"Cost":15,"Date":"11/9/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":936,"Cost":646,"Date":"3/27/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":878,"Cost":578,"Date":"4/17/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":32,"Cost":16,"Date":"8/11/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":292,"Cost":245,"Date":"8/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":682,"Cost":342,"Date":"9/2/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":809,"Cost":695,"Date":"9/5/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":524,"Cost":298,"Date":"9/14/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":356,"Cost":211,"Date":"9/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":240,"Cost":215,"Date":"11/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":389,"Cost":196,"Date":"12/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":782,"Cost":539,"Date":"1/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":909,"Cost":797,"Date":"1/21/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":631,"Cost":442,"Date":"2/9/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":213,"Cost":132,"Date":"3/19/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":510,"Cost":341,"Date":"4/3/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":95,"Cost":79,"Date":"4/5/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":540,"Cost":397,"Date":"4/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":305,"Cost":268,"Date":"7/10/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":13,"Cost":8,"Date":"3/25/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":237,"Cost":121,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":360,"Cost":227,"Date":"10/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":991,"Cost":707,"Date":"3/2/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":476,"Cost":391,"Date":"6/28/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":703,"Cost":418,"Date":"7/17/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":654,"Cost":393,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":836,"Cost":492,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":621,"Cost":319,"Date":"11/20/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":406,"Cost":361,"Date":"12/16/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":509,"Cost":350,"Date":"12/30/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":639,"Cost":541,"Date":"2/15/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":288,"Cost":213,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":490,"Cost":429,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":451,"Cost":307,"Date":"4/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":68,"Cost":63,"Date":"7/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":656,"Cost":347,"Date":"8/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":561,"Cost":318,"Date":"10/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":837,"Cost":560,"Date":"11/11/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":19,"Cost":18,"Date":"11/30/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":677,"Cost":449,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":294,"Cost":171,"Date":"3/1/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":385,"Cost":266,"Date":"4/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":771,"Cost":688,"Date":"5/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":764,"Cost":615,"Date":"8/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":79,"Cost":44,"Date":"9/15/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":985,"Cost":612,"Date":"10/14/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":159,"Cost":125,"Date":"10/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":155,"Cost":96,"Date":"11/11/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":613,"Cost":392,"Date":"12/7/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":247,"Cost":198,"Date":"12/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":236,"Cost":222,"Date":"1/6/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":897,"Cost":705,"Date":"1/23/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":444,"Cost":395,"Date":"2/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":488,"Cost":344,"Date":"3/10/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":762,"Cost":451,"Date":"3/12/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":963,"Cost":749,"Date":"3/31/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":864,"Cost":686,"Date":"6/16/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":553,"Cost":394,"Date":"6/17/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":614,"Cost":385,"Date":"8/27/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":759,"Cost":605,"Date":"10/1/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":261,"Cost":244,"Date":"11/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Sellpy","Country":"France","Sale":11,"Cost":10,"Date":"11/9/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":971,"Cost":621,"Date":"3/27/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":794,"Cost":440,"Date":"4/17/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":457,"Cost":385,"Date":"8/11/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":102,"Cost":84,"Date":"8/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":669,"Cost":630,"Date":"9/2/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":509,"Cost":417,"Date":"9/5/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":518,"Cost":263,"Date":"9/14/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":517,"Cost":405,"Date":"9/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":379,"Cost":328,"Date":"11/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":565,"Cost":285,"Date":"12/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":688,"Cost":576,"Date":"1/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":675,"Cost":551,"Date":"1/21/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":363,"Cost":304,"Date":"2/9/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":211,"Cost":164,"Date":"3/19/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":981,"Cost":511,"Date":"4/3/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":824,"Cost":745,"Date":"4/5/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":978,"Cost":654,"Date":"4/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":424,"Cost":354,"Date":"7/10/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":61,"Cost":45,"Date":"3/25/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":959,"Cost":812,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":152,"Cost":102,"Date":"10/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":130,"Cost":70,"Date":"3/2/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":16,"Cost":14,"Date":"6/28/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":147,"Cost":123,"Date":"7/17/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":363,"Cost":322,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":989,"Cost":908,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":228,"Cost":119,"Date":"11/20/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":619,"Cost":413,"Date":"12/16/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":371,"Cost":303,"Date":"12/30/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":738,"Cost":675,"Date":"2/15/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":222,"Cost":201,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":627,"Cost":562,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":666,"Cost":620,"Date":"4/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":312,"Cost":243,"Date":"7/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":875,"Cost":519,"Date":"8/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":27,"Cost":21,"Date":"10/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":54,"Cost":51,"Date":"11/11/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":482,"Cost":428,"Date":"11/30/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":957,"Cost":844,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":333,"Cost":168,"Date":"3/1/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":39,"Cost":30,"Date":"4/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":2,"Cost":1,"Date":"5/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":708,"Cost":541,"Date":"8/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":644,"Cost":339,"Date":"9/15/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":626,"Cost":428,"Date":"10/14/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":663,"Cost":356,"Date":"10/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":39,"Cost":21,"Date":"11/11/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":333,"Cost":173,"Date":"12/7/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":957,"Cost":586,"Date":"12/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":689,"Cost":636,"Date":"1/6/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":748,"Cost":607,"Date":"1/23/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":830,"Cost":652,"Date":"2/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":317,"Cost":220,"Date":"3/10/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":833,"Cost":683,"Date":"3/12/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":114,"Cost":97,"Date":"3/31/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":314,"Cost":163,"Date":"6/16/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":299,"Cost":173,"Date":"6/17/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":206,"Cost":156,"Date":"8/27/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":547,"Cost":306,"Date":"10/1/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":887,"Cost":824,"Date":"11/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":288,"Cost":175,"Date":"11/9/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":611,"Cost":524,"Date":"3/27/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":501,"Cost":265,"Date":"4/17/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":222,"Cost":166,"Date":"8/11/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":68,"Cost":53,"Date":"8/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":620,"Cost":433,"Date":"9/2/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":11,"Cost":9,"Date":"9/5/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":184,"Cost":173,"Date":"9/14/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":996,"Cost":715,"Date":"9/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":88,"Cost":61,"Date":"11/20/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":13,"Cost":12,"Date":"12/21/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":494,"Cost":364,"Date":"1/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":18,"Cost":13,"Date":"1/21/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":409,"Cost":365,"Date":"2/9/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":425,"Cost":228,"Date":"3/19/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":973,"Cost":853,"Date":"4/3/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":648,"Cost":499,"Date":"4/5/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":21,"Cost":15,"Date":"4/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":706,"Cost":565,"Date":"7/10/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":213,"Cost":170,"Date":"3/25/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":925,"Cost":686,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":534,"Cost":459,"Date":"10/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":928,"Cost":610,"Date":"3/2/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":161,"Cost":126,"Date":"6/28/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":471,"Cost":402,"Date":"7/17/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":220,"Cost":176,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":70,"Cost":43,"Date":"8/23/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":211,"Cost":182,"Date":"11/20/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":229,"Cost":149,"Date":"12/16/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":350,"Cost":306,"Date":"12/30/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":475,"Cost":322,"Date":"2/15/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":301,"Cost":221,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":208,"Cost":107,"Date":"3/7/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":843,"Cost":683,"Date":"4/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":864,"Cost":695,"Date":"7/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":53,"Cost":39,"Date":"8/18/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":843,"Cost":603,"Date":"10/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":75,"Cost":41,"Date":"11/11/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":800,"Cost":496,"Date":"11/30/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":312,"Cost":288,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":623,"Cost":341,"Date":"3/1/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":990,"Cost":588,"Date":"4/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":461,"Cost":374,"Date":"5/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":821,"Cost":461,"Date":"8/13/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":144,"Cost":82,"Date":"9/15/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":509,"Cost":291,"Date":"10/14/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":588,"Cost":530,"Date":"10/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":534,"Cost":269,"Date":"11/11/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":653,"Cost":557,"Date":"12/7/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":16,"Cost":14,"Date":"12/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":877,"Cost":730,"Date":"1/6/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":288,"Cost":156,"Date":"1/23/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":492,"Cost":388,"Date":"2/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":797,"Cost":449,"Date":"3/10/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":185,"Cost":106,"Date":"3/12/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":530,"Cost":318,"Date":"3/31/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":183,"Cost":100,"Date":"6/16/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":991,"Cost":745,"Date":"6/17/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":137,"Cost":91,"Date":"8/27/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":14,"Cost":12,"Date":"10/1/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":240,"Cost":147,"Date":"11/4/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":240,"Cost":177,"Date":"11/9/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":511,"Cost":398,"Date":"3/27/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":117,"Cost":74,"Date":"4/17/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":271,"Cost":231,"Date":"8/11/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":723,"Cost":679,"Date":"8/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":463,"Cost":304,"Date":"9/2/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":664,"Cost":504,"Date":"9/5/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":938,"Cost":767,"Date":"9/14/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":465,"Cost":338,"Date":"9/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":712,"Cost":579,"Date":"11/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":899,"Cost":483,"Date":"12/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":356,"Cost":329,"Date":"1/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":790,"Cost":559,"Date":"1/21/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":98,"Cost":56,"Date":"2/9/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":397,"Cost":356,"Date":"3/19/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":208,"Cost":181,"Date":"4/3/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":644,"Cost":562,"Date":"4/5/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":107,"Cost":61,"Date":"4/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":934,"Cost":688,"Date":"7/10/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":261,"Cost":246,"Date":"3/25/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":583,"Cost":470,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":987,"Cost":913,"Date":"10/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":308,"Cost":219,"Date":"3/2/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":514,"Cost":316,"Date":"6/28/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":294,"Cost":243,"Date":"7/17/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":509,"Cost":267,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":604,"Cost":314,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":275,"Cost":186,"Date":"11/20/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":349,"Cost":196,"Date":"12/16/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":45,"Cost":26,"Date":"12/30/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":1000,"Cost":639,"Date":"2/15/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":373,"Cost":323,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":831,"Cost":768,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":771,"Cost":720,"Date":"4/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":650,"Cost":485,"Date":"7/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":891,"Cost":745,"Date":"8/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":980,"Cost":896,"Date":"10/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":730,"Cost":616,"Date":"11/11/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":438,"Cost":282,"Date":"11/30/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":135,"Cost":71,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":615,"Cost":312,"Date":"3/1/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":762,"Cost":723,"Date":"4/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":697,"Cost":555,"Date":"5/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":982,"Cost":545,"Date":"8/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":239,"Cost":198,"Date":"9/15/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":869,"Cost":454,"Date":"10/14/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":151,"Cost":93,"Date":"10/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":778,"Cost":456,"Date":"11/11/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":714,"Cost":589,"Date":"12/7/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":361,"Cost":343,"Date":"12/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":750,"Cost":397,"Date":"1/6/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":989,"Cost":626,"Date":"1/23/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":320,"Cost":301,"Date":"2/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":824,"Cost":570,"Date":"3/10/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":991,"Cost":939,"Date":"3/12/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":258,"Cost":168,"Date":"3/31/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":323,"Cost":210,"Date":"6/16/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":697,"Cost":551,"Date":"6/17/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":488,"Cost":360,"Date":"8/27/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":377,"Cost":338,"Date":"10/1/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":367,"Cost":199,"Date":"11/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":37,"Cost":35,"Date":"11/9/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":965,"Cost":711,"Date":"3/27/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":557,"Cost":391,"Date":"4/17/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":838,"Cost":776,"Date":"8/11/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":803,"Cost":563,"Date":"8/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":484,"Cost":359,"Date":"9/2/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":364,"Cost":290,"Date":"9/5/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":670,"Cost":585,"Date":"9/14/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":209,"Cost":122,"Date":"9/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":796,"Cost":476,"Date":"11/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":687,"Cost":536,"Date":"12/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":898,"Cost":613,"Date":"1/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":816,"Cost":475,"Date":"1/21/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":380,"Cost":249,"Date":"2/9/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":525,"Cost":377,"Date":"3/19/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":331,"Cost":291,"Date":"4/3/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":404,"Cost":245,"Date":"4/5/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":232,"Cost":183,"Date":"4/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":967,"Cost":610,"Date":"7/10/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":939,"Cost":649,"Date":"3/25/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":656,"Cost":369,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":656,"Cost":438,"Date":"10/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":684,"Cost":505,"Date":"3/2/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":787,"Cost":571,"Date":"6/28/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":989,"Cost":755,"Date":"7/17/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":760,"Cost":681,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":263,"Cost":140,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":860,"Cost":619,"Date":"11/20/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":560,"Cost":446,"Date":"12/16/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":781,"Cost":571,"Date":"12/30/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":974,"Cost":862,"Date":"2/15/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":331,"Cost":186,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":218,"Cost":150,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":630,"Cost":404,"Date":"4/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":490,"Cost":465,"Date":"7/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":796,"Cost":527,"Date":"8/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":348,"Cost":302,"Date":"10/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":632,"Cost":527,"Date":"11/11/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":955,"Cost":858,"Date":"11/30/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":951,"Cost":636,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":376,"Cost":277,"Date":"3/1/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":277,"Cost":218,"Date":"4/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":206,"Cost":135,"Date":"5/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":989,"Cost":554,"Date":"8/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":412,"Cost":369,"Date":"9/15/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":845,"Cost":619,"Date":"10/14/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":603,"Cost":343,"Date":"10/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":156,"Cost":102,"Date":"11/11/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":152,"Cost":119,"Date":"12/7/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":212,"Cost":109,"Date":"12/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":591,"Cost":358,"Date":"1/6/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":481,"Cost":347,"Date":"1/23/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":152,"Cost":117,"Date":"2/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":927,"Cost":714,"Date":"3/10/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":802,"Cost":494,"Date":"3/12/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":796,"Cost":738,"Date":"3/31/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":141,"Cost":101,"Date":"6/16/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":765,"Cost":686,"Date":"6/17/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":291,"Cost":263,"Date":"8/27/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":63,"Cost":51,"Date":"10/1/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":273,"Cost":165,"Date":"11/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":176,"Cost":109,"Date":"11/9/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":120,"Cost":61,"Date":"3/27/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":47,"Cost":34,"Date":"4/17/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":120,"Cost":73,"Date":"8/11/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":920,"Cost":681,"Date":"8/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":120,"Cost":60,"Date":"9/2/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":704,"Cost":421,"Date":"9/5/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":860,"Cost":816,"Date":"9/14/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":53,"Cost":37,"Date":"9/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":143,"Cost":89,"Date":"11/20/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":410,"Cost":246,"Date":"12/21/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":966,"Cost":652,"Date":"1/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":903,"Cost":796,"Date":"1/21/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":395,"Cost":261,"Date":"2/9/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":495,"Cost":328,"Date":"3/19/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":370,"Cost":217,"Date":"4/3/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":523,"Cost":330,"Date":"4/5/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":917,"Cost":641,"Date":"4/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":676,"Cost":594,"Date":"7/10/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":891,"Cost":456,"Date":"3/25/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":234,"Cost":130,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":820,"Cost":567,"Date":"10/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":479,"Cost":378,"Date":"3/2/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":137,"Cost":69,"Date":"6/28/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":650,"Cost":371,"Date":"7/17/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":806,"Cost":661,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":72,"Cost":64,"Date":"8/23/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":926,"Cost":657,"Date":"11/20/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":940,"Cost":736,"Date":"12/16/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":790,"Cost":607,"Date":"12/30/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":350,"Cost":196,"Date":"2/15/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":343,"Cost":200,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":849,"Cost":629,"Date":"3/7/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":980,"Cost":920,"Date":"4/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":498,"Cost":343,"Date":"7/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":57,"Cost":44,"Date":"8/18/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":157,"Cost":138,"Date":"10/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":467,"Cost":436,"Date":"11/11/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":578,"Cost":460,"Date":"11/30/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":209,"Cost":159,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":652,"Cost":450,"Date":"3/1/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":767,"Cost":636,"Date":"4/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":908,"Cost":696,"Date":"5/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":76,"Cost":52,"Date":"8/13/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":298,"Cost":231,"Date":"9/15/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":850,"Cost":518,"Date":"10/14/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":144,"Cost":116,"Date":"10/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":630,"Cost":332,"Date":"11/11/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":450,"Cost":266,"Date":"12/7/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":754,"Cost":479,"Date":"12/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":572,"Cost":360,"Date":"1/6/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":840,"Cost":551,"Date":"1/23/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":644,"Cost":322,"Date":"2/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":641,"Cost":372,"Date":"3/10/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":334,"Cost":262,"Date":"3/12/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":774,"Cost":657,"Date":"3/31/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":640,"Cost":334,"Date":"6/16/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":111,"Cost":56,"Date":"6/17/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":173,"Cost":152,"Date":"8/27/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":788,"Cost":614,"Date":"10/1/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":779,"Cost":516,"Date":"11/4/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":922,"Cost":820,"Date":"11/9/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":301,"Cost":227,"Date":"3/27/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":421,"Cost":276,"Date":"4/17/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":889,"Cost":471,"Date":"8/11/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":409,"Cost":306,"Date":"8/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":720,"Cost":651,"Date":"9/2/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":102,"Cost":85,"Date":"9/5/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":235,"Cost":179,"Date":"9/14/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":711,"Cost":468,"Date":"9/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":657,"Cost":484,"Date":"11/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":118,"Cost":83,"Date":"12/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":446,"Cost":341,"Date":"1/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":945,"Cost":546,"Date":"1/21/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":379,"Cost":284,"Date":"2/9/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":746,"Cost":547,"Date":"3/19/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":561,"Cost":492,"Date":"4/3/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":559,"Cost":530,"Date":"4/5/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":727,"Cost":535,"Date":"4/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":957,"Cost":902,"Date":"7/10/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":885,"Cost":583,"Date":"3/25/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":248,"Cost":182,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":752,"Cost":408,"Date":"10/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":670,"Cost":439,"Date":"3/2/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":651,"Cost":584,"Date":"6/28/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":653,"Cost":477,"Date":"7/17/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":976,"Cost":822,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":416,"Cost":357,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":703,"Cost":625,"Date":"11/20/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":489,"Cost":421,"Date":"12/16/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":226,"Cost":128,"Date":"12/30/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":474,"Cost":369,"Date":"2/15/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":892,"Cost":508,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":210,"Cost":144,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":79,"Cost":53,"Date":"4/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":353,"Cost":300,"Date":"7/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":902,"Cost":642,"Date":"8/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":534,"Cost":337,"Date":"10/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":481,"Cost":455,"Date":"11/11/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":618,"Cost":431,"Date":"11/30/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":816,"Cost":746,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":48,"Cost":45,"Date":"3/1/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":847,"Cost":705,"Date":"4/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":286,"Cost":157,"Date":"5/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":823,"Cost":488,"Date":"8/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":171,"Cost":161,"Date":"9/15/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":765,"Cost":530,"Date":"10/14/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":300,"Cost":223,"Date":"10/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":288,"Cost":232,"Date":"11/11/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":497,"Cost":448,"Date":"12/7/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":588,"Cost":381,"Date":"12/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":760,"Cost":663,"Date":"1/6/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":232,"Cost":185,"Date":"1/23/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":383,"Cost":211,"Date":"2/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":32,"Cost":21,"Date":"3/10/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":416,"Cost":373,"Date":"3/12/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":678,"Cost":397,"Date":"3/31/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":213,"Cost":161,"Date":"6/16/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":49,"Cost":30,"Date":"6/17/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":75,"Cost":46,"Date":"8/27/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":395,"Cost":251,"Date":"10/1/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":595,"Cost":560,"Date":"11/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Nova","Country":"France","Sale":458,"Cost":279,"Date":"11/9/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":9,"Cost":5,"Date":"3/27/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":359,"Cost":197,"Date":"4/17/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":501,"Cost":358,"Date":"8/11/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":525,"Cost":484,"Date":"8/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":881,"Cost":541,"Date":"9/2/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":226,"Cost":191,"Date":"9/5/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":275,"Cost":191,"Date":"9/14/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":562,"Cost":501,"Date":"9/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":644,"Cost":458,"Date":"11/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":506,"Cost":427,"Date":"12/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":383,"Cost":302,"Date":"1/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":922,"Cost":467,"Date":"1/21/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":968,"Cost":601,"Date":"2/9/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":890,"Cost":807,"Date":"3/19/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":896,"Cost":532,"Date":"4/3/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":984,"Cost":522,"Date":"4/5/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":97,"Cost":91,"Date":"4/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":819,"Cost":492,"Date":"7/10/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":713,"Cost":566,"Date":"3/25/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":265,"Cost":159,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":450,"Cost":364,"Date":"10/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":519,"Cost":390,"Date":"3/2/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":591,"Cost":374,"Date":"6/28/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":699,"Cost":624,"Date":"7/17/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":654,"Cost":396,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":721,"Cost":609,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":81,"Cost":42,"Date":"11/20/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":607,"Cost":441,"Date":"12/16/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":465,"Cost":327,"Date":"12/30/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":623,"Cost":409,"Date":"2/15/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":202,"Cost":155,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":715,"Cost":451,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":783,"Cost":605,"Date":"4/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":723,"Cost":540,"Date":"7/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":656,"Cost":402,"Date":"8/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":14,"Cost":7,"Date":"10/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":633,"Cost":402,"Date":"11/11/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":131,"Cost":99,"Date":"11/30/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":564,"Cost":468,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":935,"Cost":508,"Date":"3/1/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":984,"Cost":905,"Date":"4/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":611,"Cost":442,"Date":"5/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":834,"Cost":502,"Date":"8/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":903,"Cost":513,"Date":"9/15/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":583,"Cost":358,"Date":"10/14/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":20,"Cost":15,"Date":"10/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":411,"Cost":310,"Date":"11/11/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":336,"Cost":202,"Date":"12/7/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":484,"Cost":268,"Date":"12/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":14,"Cost":9,"Date":"1/6/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":837,"Cost":468,"Date":"1/23/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":849,"Cost":533,"Date":"2/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":729,"Cost":591,"Date":"3/10/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":857,"Cost":520,"Date":"3/12/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":244,"Cost":125,"Date":"3/31/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":763,"Cost":660,"Date":"6/16/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":656,"Cost":492,"Date":"6/17/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":845,"Cost":803,"Date":"8/27/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":446,"Cost":287,"Date":"10/1/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":711,"Cost":515,"Date":"11/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":388,"Cost":217,"Date":"11/9/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":359,"Cost":229,"Date":"3/27/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":119,"Cost":68,"Date":"4/17/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":50,"Cost":46,"Date":"8/11/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":944,"Cost":772,"Date":"8/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":825,"Cost":766,"Date":"9/2/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":393,"Cost":339,"Date":"9/5/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":870,"Cost":687,"Date":"9/14/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":217,"Cost":159,"Date":"9/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":233,"Cost":219,"Date":"11/20/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":773,"Cost":406,"Date":"12/21/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":877,"Cost":617,"Date":"1/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":953,"Cost":518,"Date":"1/21/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":934,"Cost":719,"Date":"2/9/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":75,"Cost":48,"Date":"3/19/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":326,"Cost":220,"Date":"4/3/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":474,"Cost":348,"Date":"4/5/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":179,"Cost":93,"Date":"4/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":274,"Cost":250,"Date":"7/10/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":2,"Cost":2,"Date":"3/25/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":18,"Cost":16,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":403,"Cost":305,"Date":"10/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":272,"Cost":196,"Date":"3/2/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":532,"Cost":501,"Date":"6/28/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":587,"Cost":476,"Date":"7/17/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":129,"Cost":78,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":99,"Cost":62,"Date":"8/23/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":661,"Cost":492,"Date":"11/20/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":97,"Cost":74,"Date":"12/16/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":818,"Cost":763,"Date":"12/30/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":439,"Cost":321,"Date":"2/15/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":350,"Cost":208,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":562,"Cost":319,"Date":"3/7/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":927,"Cost":540,"Date":"4/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":810,"Cost":755,"Date":"7/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":606,"Cost":437,"Date":"8/18/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":62,"Cost":42,"Date":"10/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":755,"Cost":608,"Date":"11/11/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":209,"Cost":172,"Date":"11/30/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":617,"Cost":362,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":287,"Cost":249,"Date":"3/1/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":761,"Cost":401,"Date":"4/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":27,"Cost":22,"Date":"5/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":851,"Cost":428,"Date":"8/13/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":608,"Cost":413,"Date":"9/15/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":23,"Cost":12,"Date":"10/14/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":150,"Cost":126,"Date":"10/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":549,"Cost":338,"Date":"11/11/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":600,"Cost":554,"Date":"12/7/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":964,"Cost":549,"Date":"12/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":298,"Cost":206,"Date":"1/6/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":761,"Cost":600,"Date":"1/23/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":628,"Cost":477,"Date":"2/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":308,"Cost":206,"Date":"3/10/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":816,"Cost":588,"Date":"3/12/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":656,"Cost":334,"Date":"3/31/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":514,"Cost":279,"Date":"6/16/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":137,"Cost":123,"Date":"6/17/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":716,"Cost":640,"Date":"8/27/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":21,"Cost":15,"Date":"10/1/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":989,"Cost":593,"Date":"11/4/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":115,"Cost":74,"Date":"11/9/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":218,"Cost":144,"Date":"3/27/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":654,"Cost":349,"Date":"4/17/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":427,"Cost":256,"Date":"8/11/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":747,"Cost":619,"Date":"8/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":101,"Cost":54,"Date":"9/2/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":20,"Cost":14,"Date":"9/5/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":829,"Cost":666,"Date":"9/14/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":569,"Cost":288,"Date":"9/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":478,"Cost":336,"Date":"11/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":363,"Cost":283,"Date":"12/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":188,"Cost":171,"Date":"1/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":816,"Cost":474,"Date":"1/21/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":989,"Cost":611,"Date":"2/9/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":207,"Cost":129,"Date":"3/19/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":441,"Cost":285,"Date":"4/3/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":888,"Cost":451,"Date":"4/5/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":288,"Cost":146,"Date":"4/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":25,"Cost":15,"Date":"7/10/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":988,"Cost":535,"Date":"3/25/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":181,"Cost":138,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":364,"Cost":208,"Date":"10/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":580,"Cost":308,"Date":"3/2/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":821,"Cost":740,"Date":"6/28/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":324,"Cost":293,"Date":"7/17/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":478,"Cost":267,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":428,"Cost":396,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":843,"Cost":795,"Date":"11/20/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":463,"Cost":416,"Date":"12/16/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":233,"Cost":209,"Date":"12/30/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":447,"Cost":356,"Date":"2/15/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":444,"Cost":382,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":689,"Cost":388,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":511,"Cost":355,"Date":"4/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":433,"Cost":288,"Date":"7/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":687,"Cost":562,"Date":"8/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":16,"Cost":13,"Date":"10/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":106,"Cost":67,"Date":"11/11/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":923,"Cost":761,"Date":"11/30/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":815,"Cost":695,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":608,"Cost":416,"Date":"3/1/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":929,"Cost":777,"Date":"4/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":545,"Cost":283,"Date":"5/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":975,"Cost":773,"Date":"8/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":707,"Cost":457,"Date":"9/15/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":959,"Cost":522,"Date":"10/14/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":80,"Cost":72,"Date":"10/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":683,"Cost":538,"Date":"11/11/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":413,"Cost":261,"Date":"12/7/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":48,"Cost":37,"Date":"12/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":883,"Cost":487,"Date":"1/6/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":985,"Cost":786,"Date":"1/23/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":635,"Cost":323,"Date":"2/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":203,"Cost":129,"Date":"3/10/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":764,"Cost":498,"Date":"3/12/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":757,"Cost":428,"Date":"3/31/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":654,"Cost":459,"Date":"6/16/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":852,"Cost":715,"Date":"6/17/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":352,"Cost":191,"Date":"8/27/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":691,"Cost":421,"Date":"10/1/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":335,"Cost":180,"Date":"11/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM","Country":"France","Sale":327,"Cost":298,"Date":"11/9/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":721,"Cost":446,"Date":"3/27/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":258,"Cost":208,"Date":"4/17/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":712,"Cost":450,"Date":"8/11/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":807,"Cost":618,"Date":"8/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":181,"Cost":103,"Date":"9/2/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":823,"Cost":618,"Date":"9/5/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":232,"Cost":133,"Date":"9/14/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":168,"Cost":159,"Date":"9/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":72,"Cost":66,"Date":"11/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":327,"Cost":290,"Date":"12/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":877,"Cost":653,"Date":"1/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":242,"Cost":174,"Date":"1/21/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":877,"Cost":476,"Date":"2/9/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":121,"Cost":110,"Date":"3/19/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":46,"Cost":41,"Date":"4/3/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":933,"Cost":623,"Date":"4/5/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":726,"Cost":604,"Date":"4/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":781,"Cost":535,"Date":"7/10/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":297,"Cost":218,"Date":"3/25/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":273,"Cost":138,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":557,"Cost":504,"Date":"10/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":989,"Cost":881,"Date":"3/2/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":868,"Cost":550,"Date":"6/28/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":378,"Cost":308,"Date":"7/17/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":74,"Cost":59,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":115,"Cost":83,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":780,"Cost":449,"Date":"11/20/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":476,"Cost":416,"Date":"12/16/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":737,"Cost":670,"Date":"12/30/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":663,"Cost":517,"Date":"2/15/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":397,"Cost":199,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":295,"Cost":174,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":248,"Cost":166,"Date":"4/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":231,"Cost":218,"Date":"7/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":776,"Cost":627,"Date":"8/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":21,"Cost":11,"Date":"10/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":90,"Cost":85,"Date":"11/11/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":253,"Cost":212,"Date":"11/30/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":729,"Cost":650,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":576,"Cost":494,"Date":"3/1/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":711,"Cost":521,"Date":"4/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":918,"Cost":868,"Date":"5/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":336,"Cost":200,"Date":"8/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":981,"Cost":833,"Date":"9/15/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":993,"Cost":723,"Date":"10/14/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":59,"Cost":46,"Date":"10/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":33,"Cost":23,"Date":"11/11/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":797,"Cost":488,"Date":"12/7/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":571,"Cost":538,"Date":"12/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":288,"Cost":254,"Date":"1/6/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":522,"Cost":416,"Date":"1/23/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":529,"Cost":442,"Date":"2/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":107,"Cost":79,"Date":"3/10/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":167,"Cost":125,"Date":"3/12/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":936,"Cost":719,"Date":"3/31/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":124,"Cost":69,"Date":"6/16/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":544,"Cost":355,"Date":"6/17/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":46,"Cost":26,"Date":"8/27/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":593,"Cost":350,"Date":"10/1/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":388,"Cost":202,"Date":"11/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"COS","Country":"France","Sale":876,"Cost":714,"Date":"11/9/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":845,"Cost":498,"Date":"3/27/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":179,"Cost":99,"Date":"4/17/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":871,"Cost":477,"Date":"8/11/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":392,"Cost":304,"Date":"8/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":495,"Cost":302,"Date":"9/2/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":489,"Cost":363,"Date":"9/5/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":185,"Cost":96,"Date":"9/14/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":481,"Cost":298,"Date":"9/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":526,"Cost":276,"Date":"11/20/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":800,"Cost":653,"Date":"12/21/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":740,"Cost":671,"Date":"1/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":856,"Cost":711,"Date":"1/21/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":260,"Cost":240,"Date":"2/9/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":4,"Cost":2,"Date":"3/19/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":321,"Cost":299,"Date":"4/3/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":463,"Cost":320,"Date":"4/5/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":234,"Cost":153,"Date":"4/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":242,"Cost":223,"Date":"7/10/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":78,"Cost":65,"Date":"3/25/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":85,"Cost":50,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":592,"Cost":476,"Date":"10/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":882,"Cost":497,"Date":"3/2/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":724,"Cost":384,"Date":"6/28/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":96,"Cost":84,"Date":"7/17/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":547,"Cost":518,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":108,"Cost":68,"Date":"8/23/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":266,"Cost":242,"Date":"11/20/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":48,"Cost":32,"Date":"12/16/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":162,"Cost":154,"Date":"12/30/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":877,"Cost":597,"Date":"2/15/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":940,"Cost":614,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":781,"Cost":583,"Date":"3/7/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":862,"Cost":578,"Date":"4/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":420,"Cost":250,"Date":"7/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":398,"Cost":308,"Date":"8/18/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":296,"Cost":151,"Date":"10/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":548,"Cost":381,"Date":"11/11/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":276,"Cost":261,"Date":"11/30/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":779,"Cost":488,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":902,"Cost":605,"Date":"3/1/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":647,"Cost":359,"Date":"4/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":889,"Cost":824,"Date":"5/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":552,"Cost":498,"Date":"8/13/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":925,"Cost":793,"Date":"9/15/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":71,"Cost":41,"Date":"10/14/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":606,"Cost":563,"Date":"10/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":836,"Cost":467,"Date":"11/11/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":101,"Cost":51,"Date":"12/7/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":545,"Cost":463,"Date":"12/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":848,"Cost":583,"Date":"1/6/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":694,"Cost":536,"Date":"1/23/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":194,"Cost":106,"Date":"2/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":859,"Cost":760,"Date":"3/10/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":213,"Cost":158,"Date":"3/12/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":471,"Cost":409,"Date":"3/31/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":936,"Cost":821,"Date":"6/16/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":411,"Cost":279,"Date":"6/17/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":950,"Cost":590,"Date":"8/27/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":428,"Cost":307,"Date":"10/1/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":285,"Cost":177,"Date":"11/4/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":792,"Cost":560,"Date":"11/9/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":315,"Cost":275,"Date":"3/27/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":203,"Cost":133,"Date":"4/17/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":240,"Cost":174,"Date":"8/11/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":230,"Cost":192,"Date":"8/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":849,"Cost":664,"Date":"9/2/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":736,"Cost":539,"Date":"9/5/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":346,"Cost":281,"Date":"9/14/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":634,"Cost":408,"Date":"9/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":963,"Cost":652,"Date":"11/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":455,"Cost":234,"Date":"12/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":226,"Cost":175,"Date":"1/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":284,"Cost":209,"Date":"1/21/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":474,"Cost":316,"Date":"2/9/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":400,"Cost":316,"Date":"3/19/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":302,"Cost":242,"Date":"4/3/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":999,"Cost":541,"Date":"4/5/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":637,"Cost":597,"Date":"4/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":922,"Cost":485,"Date":"7/10/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":469,"Cost":351,"Date":"3/25/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":759,"Cost":519,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":552,"Cost":391,"Date":"10/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":403,"Cost":215,"Date":"3/2/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":436,"Cost":225,"Date":"6/28/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":535,"Cost":319,"Date":"7/17/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":58,"Cost":47,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":982,"Cost":635,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":551,"Cost":519,"Date":"11/20/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":381,"Cost":201,"Date":"12/16/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":579,"Cost":325,"Date":"12/30/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":126,"Cost":82,"Date":"2/15/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":301,"Cost":254,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":493,"Cost":255,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":343,"Cost":237,"Date":"4/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":500,"Cost":426,"Date":"7/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":465,"Cost":368,"Date":"8/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":123,"Cost":88,"Date":"10/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":44,"Cost":35,"Date":"11/11/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":632,"Cost":502,"Date":"11/30/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":966,"Cost":652,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":835,"Cost":552,"Date":"3/1/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":293,"Cost":150,"Date":"4/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":716,"Cost":650,"Date":"5/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":398,"Cost":261,"Date":"8/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":366,"Cost":322,"Date":"9/15/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":744,"Cost":703,"Date":"10/14/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":180,"Cost":158,"Date":"10/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":820,"Cost":486,"Date":"11/11/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":865,"Cost":669,"Date":"12/7/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":72,"Cost":47,"Date":"12/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":479,"Cost":428,"Date":"1/6/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":462,"Cost":400,"Date":"1/23/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":500,"Cost":395,"Date":"2/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":725,"Cost":386,"Date":"3/10/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":824,"Cost":512,"Date":"3/12/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":316,"Cost":282,"Date":"3/31/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":627,"Cost":327,"Date":"6/16/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":869,"Cost":569,"Date":"6/17/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":608,"Cost":383,"Date":"8/27/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":796,"Cost":587,"Date":"10/1/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":617,"Cost":529,"Date":"11/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":221,"Cost":182,"Date":"11/9/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":681,"Cost":491,"Date":"3/27/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":299,"Cost":164,"Date":"4/17/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":979,"Cost":576,"Date":"8/11/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":15,"Cost":14,"Date":"8/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":269,"Cost":175,"Date":"9/2/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":695,"Cost":381,"Date":"9/5/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":974,"Cost":738,"Date":"9/14/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":60,"Cost":31,"Date":"9/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":115,"Cost":85,"Date":"11/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":760,"Cost":569,"Date":"12/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":77,"Cost":57,"Date":"1/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":670,"Cost":534,"Date":"1/21/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":404,"Cost":325,"Date":"2/9/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":73,"Cost":61,"Date":"3/19/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":624,"Cost":531,"Date":"4/3/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":666,"Cost":450,"Date":"4/5/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":369,"Cost":303,"Date":"4/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":697,"Cost":561,"Date":"7/10/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":972,"Cost":514,"Date":"3/25/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":546,"Cost":274,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":709,"Cost":617,"Date":"10/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":999,"Cost":598,"Date":"3/2/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":961,"Cost":777,"Date":"6/28/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":791,"Cost":397,"Date":"7/17/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":857,"Cost":660,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":542,"Cost":388,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":572,"Cost":436,"Date":"11/20/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":616,"Cost":316,"Date":"12/16/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":821,"Cost":662,"Date":"12/30/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":936,"Cost":765,"Date":"2/15/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":512,"Cost":482,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":883,"Cost":575,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":774,"Cost":681,"Date":"4/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":523,"Cost":449,"Date":"7/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":733,"Cost":612,"Date":"8/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":670,"Cost":576,"Date":"10/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":139,"Cost":126,"Date":"11/11/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":438,"Cost":347,"Date":"11/30/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":847,"Cost":762,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":431,"Cost":382,"Date":"3/1/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":405,"Cost":279,"Date":"4/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":334,"Cost":172,"Date":"5/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":146,"Cost":92,"Date":"8/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":860,"Cost":801,"Date":"9/15/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":295,"Cost":176,"Date":"10/14/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":865,"Cost":509,"Date":"10/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":808,"Cost":646,"Date":"11/11/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":699,"Cost":551,"Date":"12/7/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":88,"Cost":55,"Date":"12/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":495,"Cost":432,"Date":"1/6/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":184,"Cost":128,"Date":"1/23/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":910,"Cost":727,"Date":"2/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":827,"Cost":490,"Date":"3/10/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":704,"Cost":361,"Date":"3/12/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":545,"Cost":281,"Date":"3/31/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":383,"Cost":332,"Date":"6/16/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":673,"Cost":371,"Date":"6/17/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":833,"Cost":675,"Date":"8/27/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":891,"Cost":798,"Date":"10/1/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":555,"Cost":362,"Date":"11/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":301,"Cost":179,"Date":"11/9/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":192,"Cost":106,"Date":"3/27/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":359,"Cost":276,"Date":"4/17/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":862,"Cost":772,"Date":"8/11/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":849,"Cost":554,"Date":"8/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":265,"Cost":175,"Date":"9/2/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":850,"Cost":481,"Date":"9/5/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":730,"Cost":366,"Date":"9/14/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":411,"Cost":384,"Date":"9/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":236,"Cost":170,"Date":"11/20/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":351,"Cost":293,"Date":"12/21/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":49,"Cost":36,"Date":"1/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":17,"Cost":10,"Date":"1/21/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":842,"Cost":561,"Date":"2/9/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":422,"Cost":247,"Date":"3/19/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":393,"Cost":278,"Date":"4/3/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":929,"Cost":499,"Date":"4/5/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":690,"Cost":591,"Date":"4/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":132,"Cost":103,"Date":"7/10/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":273,"Cost":156,"Date":"3/25/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":514,"Cost":445,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":141,"Cost":91,"Date":"10/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":335,"Cost":283,"Date":"3/2/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":26,"Cost":20,"Date":"6/28/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":313,"Cost":203,"Date":"7/17/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":654,"Cost":620,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":815,"Cost":762,"Date":"8/23/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":593,"Cost":452,"Date":"11/20/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":22,"Cost":15,"Date":"12/16/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":863,"Cost":788,"Date":"12/30/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":288,"Cost":250,"Date":"2/15/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":85,"Cost":70,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":984,"Cost":911,"Date":"3/7/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":159,"Cost":146,"Date":"4/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":191,"Cost":177,"Date":"7/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":621,"Cost":408,"Date":"8/18/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":497,"Cost":454,"Date":"10/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":124,"Cost":78,"Date":"11/11/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":782,"Cost":609,"Date":"11/30/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":956,"Cost":584,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":947,"Cost":746,"Date":"3/1/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":254,"Cost":219,"Date":"4/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":443,"Cost":223,"Date":"5/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":551,"Cost":282,"Date":"8/13/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":24,"Cost":16,"Date":"9/15/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":923,"Cost":836,"Date":"10/14/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":571,"Cost":424,"Date":"10/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":102,"Cost":71,"Date":"11/11/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":469,"Cost":327,"Date":"12/7/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":520,"Cost":318,"Date":"12/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":713,"Cost":448,"Date":"1/6/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":126,"Cost":94,"Date":"1/23/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":701,"Cost":651,"Date":"2/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":581,"Cost":548,"Date":"3/10/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":485,"Cost":408,"Date":"3/12/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":757,"Cost":506,"Date":"3/31/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":31,"Cost":21,"Date":"6/16/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":109,"Cost":73,"Date":"6/17/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":724,"Cost":676,"Date":"8/27/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":986,"Cost":650,"Date":"10/1/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":40,"Cost":22,"Date":"11/4/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":224,"Cost":139,"Date":"11/9/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":49,"Cost":36,"Date":"3/27/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":323,"Cost":162,"Date":"4/17/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":102,"Cost":68,"Date":"8/11/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":510,"Cost":465,"Date":"8/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":690,"Cost":346,"Date":"9/2/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":948,"Cost":564,"Date":"9/5/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":793,"Cost":515,"Date":"9/14/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":898,"Cost":716,"Date":"9/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":38,"Cost":23,"Date":"11/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":16,"Cost":11,"Date":"12/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":459,"Cost":397,"Date":"1/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":316,"Cost":294,"Date":"1/21/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":275,"Cost":161,"Date":"2/9/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":775,"Cost":609,"Date":"3/19/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":933,"Cost":481,"Date":"4/3/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":387,"Cost":338,"Date":"4/5/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":754,"Cost":494,"Date":"4/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":22,"Cost":17,"Date":"7/10/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":975,"Cost":627,"Date":"3/25/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":509,"Cost":384,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":833,"Cost":738,"Date":"10/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":239,"Cost":147,"Date":"3/2/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":858,"Cost":483,"Date":"6/28/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":269,"Cost":154,"Date":"7/17/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":948,"Cost":549,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":444,"Cost":359,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":917,"Cost":687,"Date":"11/20/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":130,"Cost":109,"Date":"12/16/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":203,"Cost":157,"Date":"12/30/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":790,"Cost":595,"Date":"2/15/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":142,"Cost":75,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":648,"Cost":584,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":38,"Cost":19,"Date":"4/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":536,"Cost":441,"Date":"7/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":178,"Cost":151,"Date":"8/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":787,"Cost":740,"Date":"10/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":471,"Cost":392,"Date":"11/11/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":73,"Cost":66,"Date":"11/30/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":599,"Cost":302,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":714,"Cost":402,"Date":"3/1/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":250,"Cost":203,"Date":"4/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":456,"Cost":429,"Date":"5/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":490,"Cost":444,"Date":"8/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":799,"Cost":483,"Date":"9/15/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":883,"Cost":796,"Date":"10/14/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":826,"Cost":589,"Date":"10/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":735,"Cost":585,"Date":"11/11/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":386,"Cost":356,"Date":"12/7/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":858,"Cost":477,"Date":"12/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":610,"Cost":310,"Date":"1/6/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":242,"Cost":186,"Date":"1/23/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":719,"Cost":566,"Date":"2/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":797,"Cost":572,"Date":"3/10/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":445,"Cost":383,"Date":"3/12/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":257,"Cost":132,"Date":"3/31/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":650,"Cost":421,"Date":"6/16/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":139,"Cost":117,"Date":"6/17/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":14,"Cost":13,"Date":"8/27/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":571,"Cost":334,"Date":"10/1/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":846,"Cost":591,"Date":"11/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":418,"Cost":326,"Date":"11/9/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":214,"Cost":161,"Date":"3/27/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":777,"Cost":438,"Date":"4/17/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":106,"Cost":80,"Date":"8/11/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":903,"Cost":704,"Date":"8/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":77,"Cost":67,"Date":"9/2/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":162,"Cost":144,"Date":"9/5/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":469,"Cost":370,"Date":"9/14/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":355,"Cost":260,"Date":"9/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":642,"Cost":481,"Date":"11/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":645,"Cost":368,"Date":"12/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":618,"Cost":537,"Date":"1/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":648,"Cost":600,"Date":"1/21/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":613,"Cost":457,"Date":"2/9/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":934,"Cost":844,"Date":"3/19/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":691,"Cost":378,"Date":"4/3/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":388,"Cost":244,"Date":"4/5/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":652,"Cost":408,"Date":"4/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":30,"Cost":25,"Date":"7/10/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":296,"Cost":168,"Date":"3/25/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":382,"Cost":331,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":365,"Cost":298,"Date":"10/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":322,"Cost":281,"Date":"3/2/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":531,"Cost":332,"Date":"6/28/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":602,"Cost":548,"Date":"7/17/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":885,"Cost":762,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":322,"Cost":259,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":668,"Cost":463,"Date":"11/20/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":616,"Cost":323,"Date":"12/16/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":997,"Cost":887,"Date":"12/30/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":477,"Cost":427,"Date":"2/15/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":234,"Cost":146,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":697,"Cost":565,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":443,"Cost":343,"Date":"4/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":149,"Cost":132,"Date":"7/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":681,"Cost":627,"Date":"8/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":998,"Cost":796,"Date":"10/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":988,"Cost":885,"Date":"11/11/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":593,"Cost":442,"Date":"11/30/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":613,"Cost":493,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":834,"Cost":699,"Date":"3/1/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":157,"Cost":143,"Date":"4/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":323,"Cost":237,"Date":"5/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":820,"Cost":762,"Date":"8/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":284,"Cost":216,"Date":"9/15/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":856,"Cost":511,"Date":"10/14/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":994,"Cost":542,"Date":"10/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":525,"Cost":311,"Date":"11/11/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":300,"Cost":224,"Date":"12/7/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":930,"Cost":548,"Date":"12/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":2,"Cost":2,"Date":"1/6/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":722,"Cost":513,"Date":"1/23/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":735,"Cost":417,"Date":"2/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":537,"Cost":429,"Date":"3/10/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":385,"Cost":208,"Date":"3/12/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":884,"Cost":569,"Date":"3/31/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":709,"Cost":605,"Date":"6/16/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":326,"Cost":164,"Date":"6/17/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":746,"Cost":395,"Date":"8/27/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":562,"Cost":399,"Date":"10/1/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":577,"Cost":508,"Date":"11/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":799,"Cost":468,"Date":"11/9/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":521,"Cost":344,"Date":"3/27/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":996,"Cost":918,"Date":"4/17/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":604,"Cost":440,"Date":"8/11/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":851,"Cost":792,"Date":"8/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":465,"Cost":253,"Date":"9/2/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":174,"Cost":101,"Date":"9/5/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":217,"Cost":190,"Date":"9/14/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":348,"Cost":202,"Date":"9/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":666,"Cost":427,"Date":"11/20/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":64,"Cost":53,"Date":"12/21/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":283,"Cost":176,"Date":"1/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":137,"Cost":102,"Date":"1/21/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":256,"Cost":238,"Date":"2/9/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":70,"Cost":37,"Date":"3/19/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":700,"Cost":404,"Date":"4/3/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":716,"Cost":573,"Date":"4/5/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":465,"Cost":332,"Date":"4/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":255,"Cost":174,"Date":"7/10/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":416,"Cost":393,"Date":"3/25/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":461,"Cost":264,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":273,"Cost":208,"Date":"10/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":12,"Cost":11,"Date":"3/2/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":309,"Cost":186,"Date":"6/28/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":90,"Cost":74,"Date":"7/17/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":534,"Cost":310,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":678,"Cost":589,"Date":"8/23/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":967,"Cost":512,"Date":"11/20/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":774,"Cost":413,"Date":"12/16/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":177,"Cost":126,"Date":"12/30/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":288,"Cost":199,"Date":"2/15/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":323,"Cost":306,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":37,"Cost":23,"Date":"3/7/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":87,"Cost":48,"Date":"4/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":222,"Cost":168,"Date":"7/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":761,"Cost":649,"Date":"8/18/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":81,"Cost":70,"Date":"10/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":320,"Cost":209,"Date":"11/11/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":797,"Cost":633,"Date":"11/30/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":469,"Cost":302,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":959,"Cost":765,"Date":"3/1/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":582,"Cost":452,"Date":"4/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":528,"Cost":472,"Date":"5/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":371,"Cost":343,"Date":"8/13/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":679,"Cost":590,"Date":"9/15/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":414,"Cost":354,"Date":"10/14/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":351,"Cost":317,"Date":"10/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":182,"Cost":95,"Date":"11/11/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":72,"Cost":52,"Date":"12/7/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":242,"Cost":228,"Date":"12/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":119,"Cost":92,"Date":"1/6/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":105,"Cost":62,"Date":"1/23/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":968,"Cost":825,"Date":"2/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":324,"Cost":305,"Date":"3/10/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":601,"Cost":532,"Date":"3/12/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":349,"Cost":229,"Date":"3/31/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":426,"Cost":384,"Date":"6/16/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":132,"Cost":115,"Date":"6/17/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":542,"Cost":511,"Date":"8/27/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":679,"Cost":615,"Date":"10/1/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":926,"Cost":691,"Date":"11/4/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"ARKET","Country":"France","Sale":39,"Cost":30,"Date":"11/9/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":15,"Cost":9,"Date":"3/27/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":130,"Cost":113,"Date":"4/17/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":62,"Cost":45,"Date":"8/11/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":347,"Cost":314,"Date":"8/21/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":392,"Cost":201,"Date":"9/2/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":567,"Cost":470,"Date":"9/5/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":865,"Cost":729,"Date":"9/14/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":631,"Cost":469,"Date":"9/20/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":378,"Cost":202,"Date":"11/20/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":565,"Cost":511,"Date":"12/21/2018"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":121,"Cost":111,"Date":"1/7/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":370,"Cost":236,"Date":"1/21/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":193,"Cost":153,"Date":"2/9/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":393,"Cost":283,"Date":"3/19/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":1,"Cost":0,"Date":"4/3/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":189,"Cost":120,"Date":"4/5/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":953,"Cost":889,"Date":"4/28/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":575,"Cost":479,"Date":"7/10/2019"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":176,"Cost":126,"Date":"3/25/2020"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":221,"Cost":165,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":279,"Cost":166,"Date":"10/28/2020"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":601,"Cost":368,"Date":"3/2/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":980,"Cost":910,"Date":"6/28/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":661,"Cost":585,"Date":"7/17/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":518,"Cost":315,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":381,"Cost":315,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":999,"Cost":872,"Date":"11/20/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":405,"Cost":294,"Date":"12/16/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":685,"Cost":541,"Date":"12/30/2021"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":686,"Cost":610,"Date":"2/15/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":204,"Cost":104,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":302,"Cost":263,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":929,"Cost":555,"Date":"4/18/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":635,"Cost":367,"Date":"7/27/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":971,"Cost":500,"Date":"8/18/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":862,"Cost":553,"Date":"10/31/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":892,"Cost":687,"Date":"11/11/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":99,"Cost":65,"Date":"11/30/2022"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":801,"Cost":701,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":664,"Cost":363,"Date":"3/1/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":438,"Cost":304,"Date":"4/13/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":424,"Cost":387,"Date":"5/20/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":928,"Cost":836,"Date":"8/13/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":375,"Cost":214,"Date":"9/15/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":296,"Cost":181,"Date":"10/14/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":231,"Cost":202,"Date":"10/28/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":371,"Cost":240,"Date":"11/11/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":732,"Cost":512,"Date":"12/7/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":837,"Cost":759,"Date":"12/21/2023"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":630,"Cost":376,"Date":"1/6/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":60,"Cost":38,"Date":"1/23/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":436,"Cost":327,"Date":"2/4/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":810,"Cost":630,"Date":"3/10/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":30,"Cost":24,"Date":"3/12/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":1000,"Cost":901,"Date":"3/31/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":612,"Cost":339,"Date":"6/16/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":268,"Cost":194,"Date":"6/17/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":766,"Cost":410,"Date":"8/27/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":124,"Cost":62,"Date":"10/1/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":144,"Cost":83,"Date":"11/4/2024"},{"Store":"Courier, Annecy","Brand":"HM Home","Country":"France","Sale":606,"Cost":339,"Date":"11/9/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":464,"Cost":341,"Date":"3/27/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":416,"Cost":266,"Date":"4/17/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":562,"Cost":448,"Date":"8/11/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":310,"Cost":286,"Date":"8/21/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":19,"Cost":16,"Date":"9/2/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":161,"Cost":98,"Date":"9/5/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":396,"Cost":296,"Date":"9/14/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":280,"Cost":266,"Date":"9/20/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":635,"Cost":442,"Date":"11/20/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":488,"Cost":452,"Date":"12/21/2018"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":209,"Cost":161,"Date":"1/7/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":763,"Cost":421,"Date":"1/21/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":374,"Cost":234,"Date":"2/9/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":299,"Cost":150,"Date":"3/19/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":554,"Cost":330,"Date":"4/3/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":608,"Cost":457,"Date":"4/5/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":378,"Cost":358,"Date":"4/28/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":566,"Cost":513,"Date":"7/10/2019"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":897,"Cost":702,"Date":"3/25/2020"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":931,"Cost":870,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":616,"Cost":531,"Date":"10/28/2020"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":513,"Cost":342,"Date":"3/2/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":898,"Cost":826,"Date":"6/28/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":348,"Cost":211,"Date":"7/17/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":887,"Cost":714,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":29,"Cost":21,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":978,"Cost":811,"Date":"11/20/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":875,"Cost":773,"Date":"12/16/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":719,"Cost":457,"Date":"12/30/2021"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":98,"Cost":59,"Date":"2/15/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":557,"Cost":364,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":269,"Cost":176,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":52,"Cost":26,"Date":"4/18/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":633,"Cost":384,"Date":"7/27/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":584,"Cost":396,"Date":"8/18/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":394,"Cost":309,"Date":"10/31/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":692,"Cost":608,"Date":"11/11/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":707,"Cost":541,"Date":"11/30/2022"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":383,"Cost":262,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":938,"Cost":811,"Date":"3/1/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":88,"Cost":67,"Date":"4/13/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":831,"Cost":561,"Date":"5/20/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":930,"Cost":750,"Date":"8/13/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":25,"Cost":24,"Date":"9/15/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":873,"Cost":828,"Date":"10/14/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":967,"Cost":666,"Date":"10/28/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":23,"Cost":15,"Date":"11/11/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":642,"Cost":429,"Date":"12/7/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":634,"Cost":389,"Date":"12/21/2023"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":201,"Cost":174,"Date":"1/6/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":790,"Cost":749,"Date":"1/23/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":913,"Cost":740,"Date":"2/4/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":763,"Cost":571,"Date":"3/10/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":779,"Cost":465,"Date":"3/12/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":774,"Cost":580,"Date":"3/31/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":956,"Cost":478,"Date":"6/16/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":526,"Cost":395,"Date":"6/17/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":898,"Cost":735,"Date":"8/27/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":554,"Cost":454,"Date":"10/1/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":476,"Cost":343,"Date":"11/4/2024"},{"Store":"Courier, Annecy","Brand":"Sellpy","Country":"France","Sale":778,"Cost":496,"Date":"11/9/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":743,"Cost":471,"Date":"3/27/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":569,"Cost":430,"Date":"4/17/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":892,"Cost":731,"Date":"8/11/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":876,"Cost":555,"Date":"8/21/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":697,"Cost":509,"Date":"9/2/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":863,"Cost":538,"Date":"9/5/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":70,"Cost":62,"Date":"9/14/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":667,"Cost":454,"Date":"9/20/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":309,"Cost":264,"Date":"11/20/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":215,"Cost":190,"Date":"12/21/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":577,"Cost":349,"Date":"1/7/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":166,"Cost":118,"Date":"1/21/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":304,"Cost":232,"Date":"2/9/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":304,"Cost":208,"Date":"3/19/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":825,"Cost":609,"Date":"4/3/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":757,"Cost":464,"Date":"4/5/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":440,"Cost":295,"Date":"4/28/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":300,"Cost":196,"Date":"7/10/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":364,"Cost":277,"Date":"3/25/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":272,"Cost":215,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":769,"Cost":614,"Date":"10/28/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":732,"Cost":682,"Date":"3/2/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":847,"Cost":431,"Date":"6/28/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":268,"Cost":152,"Date":"7/17/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":569,"Cost":308,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":570,"Cost":495,"Date":"8/23/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":800,"Cost":441,"Date":"11/20/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":503,"Cost":336,"Date":"12/16/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":966,"Cost":502,"Date":"12/30/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":457,"Cost":240,"Date":"2/15/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":265,"Cost":189,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":583,"Cost":394,"Date":"3/7/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":864,"Cost":564,"Date":"4/18/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":747,"Cost":427,"Date":"7/27/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":853,"Cost":489,"Date":"8/18/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":847,"Cost":735,"Date":"10/31/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":185,"Cost":145,"Date":"11/11/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":131,"Cost":125,"Date":"11/30/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":376,"Cost":296,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":865,"Cost":679,"Date":"3/1/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":486,"Cost":344,"Date":"4/13/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":68,"Cost":43,"Date":"5/20/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":225,"Cost":152,"Date":"8/13/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":248,"Cost":136,"Date":"9/15/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":433,"Cost":289,"Date":"10/14/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":939,"Cost":692,"Date":"10/28/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":275,"Cost":138,"Date":"11/11/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":160,"Cost":152,"Date":"12/7/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":495,"Cost":375,"Date":"12/21/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":96,"Cost":58,"Date":"1/6/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":428,"Cost":288,"Date":"1/23/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":831,"Cost":776,"Date":"2/4/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":357,"Cost":227,"Date":"3/10/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":428,"Cost":249,"Date":"3/12/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":291,"Cost":229,"Date":"3/31/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":286,"Cost":247,"Date":"6/16/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":113,"Cost":101,"Date":"6/17/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":796,"Cost":714,"Date":"8/27/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":963,"Cost":748,"Date":"10/1/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":675,"Cost":506,"Date":"11/4/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":678,"Cost":379,"Date":"11/9/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":874,"Cost":718,"Date":"3/27/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":69,"Cost":65,"Date":"4/17/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":440,"Cost":353,"Date":"8/11/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":499,"Cost":458,"Date":"8/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":746,"Cost":541,"Date":"9/2/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":478,"Cost":416,"Date":"9/5/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":698,"Cost":516,"Date":"9/14/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":269,"Cost":136,"Date":"9/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":249,"Cost":181,"Date":"11/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":245,"Cost":189,"Date":"12/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":301,"Cost":222,"Date":"1/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":777,"Cost":732,"Date":"1/21/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":577,"Cost":362,"Date":"2/9/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":510,"Cost":422,"Date":"3/19/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":466,"Cost":335,"Date":"4/3/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":100,"Cost":54,"Date":"4/5/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":150,"Cost":128,"Date":"4/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":803,"Cost":707,"Date":"7/10/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":283,"Cost":163,"Date":"3/25/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":160,"Cost":134,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":706,"Cost":519,"Date":"10/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":544,"Cost":341,"Date":"3/2/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":734,"Cost":395,"Date":"6/28/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":292,"Cost":165,"Date":"7/17/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":232,"Cost":128,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":764,"Cost":651,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":319,"Cost":218,"Date":"11/20/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":907,"Cost":734,"Date":"12/16/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":67,"Cost":57,"Date":"12/30/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":464,"Cost":368,"Date":"2/15/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":749,"Cost":549,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":123,"Cost":105,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":764,"Cost":472,"Date":"4/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":309,"Cost":240,"Date":"7/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":773,"Cost":734,"Date":"8/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":868,"Cost":731,"Date":"10/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":971,"Cost":715,"Date":"11/11/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":128,"Cost":93,"Date":"11/30/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":863,"Cost":693,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":96,"Cost":48,"Date":"3/1/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":39,"Cost":30,"Date":"4/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":979,"Cost":708,"Date":"5/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":22,"Cost":11,"Date":"8/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":261,"Cost":152,"Date":"9/15/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":698,"Cost":413,"Date":"10/14/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":733,"Cost":629,"Date":"10/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":880,"Cost":805,"Date":"11/11/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":681,"Cost":521,"Date":"12/7/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":980,"Cost":795,"Date":"12/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":140,"Cost":104,"Date":"1/6/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":427,"Cost":325,"Date":"1/23/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":693,"Cost":637,"Date":"2/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":428,"Cost":290,"Date":"3/10/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":558,"Cost":530,"Date":"3/12/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":944,"Cost":533,"Date":"3/31/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":828,"Cost":603,"Date":"6/16/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":977,"Cost":525,"Date":"6/17/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":761,"Cost":560,"Date":"8/27/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":294,"Cost":236,"Date":"10/1/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":231,"Cost":162,"Date":"11/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":68,"Cost":62,"Date":"11/9/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":366,"Cost":213,"Date":"3/27/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":792,"Cost":587,"Date":"4/17/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":459,"Cost":422,"Date":"8/11/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":960,"Cost":601,"Date":"8/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":170,"Cost":147,"Date":"9/2/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":424,"Cost":341,"Date":"9/5/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":948,"Cost":654,"Date":"9/14/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":797,"Cost":699,"Date":"9/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":740,"Cost":650,"Date":"11/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":832,"Cost":541,"Date":"12/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":541,"Cost":338,"Date":"1/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":643,"Cost":577,"Date":"1/21/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":439,"Cost":313,"Date":"2/9/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":647,"Cost":440,"Date":"3/19/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":617,"Cost":345,"Date":"4/3/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":898,"Cost":480,"Date":"4/5/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":901,"Cost":648,"Date":"4/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":419,"Cost":285,"Date":"7/10/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":102,"Cost":97,"Date":"3/25/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":458,"Cost":336,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":449,"Cost":419,"Date":"10/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":393,"Cost":334,"Date":"3/2/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":192,"Cost":107,"Date":"6/28/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":623,"Cost":390,"Date":"7/17/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":372,"Cost":190,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":445,"Cost":400,"Date":"11/20/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":954,"Cost":757,"Date":"12/16/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":674,"Cost":632,"Date":"12/30/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":226,"Cost":206,"Date":"2/15/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":842,"Cost":642,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":120,"Cost":64,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":584,"Cost":292,"Date":"4/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":881,"Cost":540,"Date":"7/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":232,"Cost":217,"Date":"8/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":109,"Cost":95,"Date":"10/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":899,"Cost":753,"Date":"11/11/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":146,"Cost":89,"Date":"11/30/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":390,"Cost":301,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":977,"Cost":536,"Date":"3/1/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":144,"Cost":120,"Date":"4/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":809,"Cost":696,"Date":"5/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":37,"Cost":19,"Date":"8/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":396,"Cost":246,"Date":"9/15/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":962,"Cost":863,"Date":"10/14/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":36,"Cost":25,"Date":"10/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":293,"Cost":229,"Date":"11/11/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":365,"Cost":300,"Date":"12/7/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":258,"Cost":180,"Date":"12/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":993,"Cost":730,"Date":"1/6/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":805,"Cost":599,"Date":"1/23/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":618,"Cost":469,"Date":"2/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":634,"Cost":339,"Date":"3/10/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":111,"Cost":91,"Date":"3/12/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":165,"Cost":108,"Date":"3/31/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":81,"Cost":63,"Date":"6/16/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":28,"Cost":15,"Date":"6/17/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":707,"Cost":517,"Date":"8/27/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":877,"Cost":662,"Date":"10/1/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":449,"Cost":393,"Date":"11/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":998,"Cost":746,"Date":"11/9/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":745,"Cost":520,"Date":"3/27/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":869,"Cost":808,"Date":"4/17/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":428,"Cost":233,"Date":"8/11/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":693,"Cost":572,"Date":"8/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":742,"Cost":468,"Date":"9/2/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":367,"Cost":319,"Date":"9/5/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":282,"Cost":222,"Date":"9/14/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":406,"Cost":378,"Date":"9/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":205,"Cost":106,"Date":"11/20/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":225,"Cost":213,"Date":"12/21/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":938,"Cost":581,"Date":"1/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":246,"Cost":188,"Date":"1/21/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":779,"Cost":473,"Date":"2/9/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":952,"Cost":880,"Date":"3/19/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":101,"Cost":58,"Date":"4/3/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":219,"Cost":111,"Date":"4/5/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":481,"Cost":274,"Date":"4/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":952,"Cost":669,"Date":"7/10/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":546,"Cost":369,"Date":"3/25/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":730,"Cost":423,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":776,"Cost":392,"Date":"10/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":833,"Cost":634,"Date":"3/2/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":273,"Cost":257,"Date":"6/28/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":676,"Cost":341,"Date":"7/17/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":682,"Cost":629,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":871,"Cost":651,"Date":"8/23/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":727,"Cost":622,"Date":"11/20/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":705,"Cost":429,"Date":"12/16/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":28,"Cost":23,"Date":"12/30/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":805,"Cost":606,"Date":"2/15/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":619,"Cost":567,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":2,"Cost":2,"Date":"3/7/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":732,"Cost":458,"Date":"4/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":470,"Cost":368,"Date":"7/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":398,"Cost":217,"Date":"8/18/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":60,"Cost":45,"Date":"10/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":829,"Cost":615,"Date":"11/11/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":553,"Cost":462,"Date":"11/30/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":682,"Cost":399,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":102,"Cost":87,"Date":"3/1/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":167,"Cost":88,"Date":"4/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":974,"Cost":712,"Date":"5/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":220,"Cost":209,"Date":"8/13/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":35,"Cost":24,"Date":"9/15/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":766,"Cost":659,"Date":"10/14/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":400,"Cost":255,"Date":"10/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":715,"Cost":532,"Date":"11/11/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":255,"Cost":168,"Date":"12/7/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":992,"Cost":723,"Date":"12/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":538,"Cost":456,"Date":"1/6/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":755,"Cost":682,"Date":"1/23/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":476,"Cost":412,"Date":"2/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":764,"Cost":641,"Date":"3/10/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":150,"Cost":101,"Date":"3/12/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":646,"Cost":331,"Date":"3/31/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":599,"Cost":413,"Date":"6/16/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":403,"Cost":370,"Date":"6/17/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":767,"Cost":553,"Date":"8/27/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":396,"Cost":365,"Date":"10/1/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":798,"Cost":610,"Date":"11/4/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM","Country":"France","Sale":33,"Cost":26,"Date":"11/9/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":81,"Cost":66,"Date":"3/27/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":844,"Cost":526,"Date":"4/17/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":995,"Cost":864,"Date":"8/11/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":583,"Cost":428,"Date":"8/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":647,"Cost":555,"Date":"9/2/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":824,"Cost":423,"Date":"9/5/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":417,"Cost":359,"Date":"9/14/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":717,"Cost":410,"Date":"9/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":462,"Cost":405,"Date":"11/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":695,"Cost":432,"Date":"12/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":636,"Cost":460,"Date":"1/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":561,"Cost":434,"Date":"1/21/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":777,"Cost":613,"Date":"2/9/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":479,"Cost":410,"Date":"3/19/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":26,"Cost":13,"Date":"4/3/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":546,"Cost":350,"Date":"4/5/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":370,"Cost":242,"Date":"4/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":504,"Cost":450,"Date":"7/10/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":309,"Cost":270,"Date":"3/25/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":9,"Cost":5,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":910,"Cost":481,"Date":"10/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":237,"Cost":204,"Date":"3/2/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":709,"Cost":488,"Date":"6/28/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":859,"Cost":728,"Date":"7/17/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":849,"Cost":787,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":192,"Cost":180,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":260,"Cost":193,"Date":"11/20/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":695,"Cost":560,"Date":"12/16/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":271,"Cost":153,"Date":"12/30/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":617,"Cost":485,"Date":"2/15/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":418,"Cost":393,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":465,"Cost":332,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":921,"Cost":784,"Date":"4/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":935,"Cost":636,"Date":"7/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":120,"Cost":69,"Date":"8/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":284,"Cost":152,"Date":"10/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":864,"Cost":814,"Date":"11/11/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":454,"Cost":303,"Date":"11/30/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":785,"Cost":461,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":170,"Cost":116,"Date":"3/1/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":675,"Cost":486,"Date":"4/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":351,"Cost":184,"Date":"5/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":863,"Cost":691,"Date":"8/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":378,"Cost":301,"Date":"9/15/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":649,"Cost":355,"Date":"10/14/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":246,"Cost":179,"Date":"10/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":716,"Cost":450,"Date":"11/11/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":366,"Cost":214,"Date":"12/7/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":615,"Cost":435,"Date":"12/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":187,"Cost":171,"Date":"1/6/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":202,"Cost":124,"Date":"1/23/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":52,"Cost":27,"Date":"2/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":751,"Cost":434,"Date":"3/10/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":372,"Cost":318,"Date":"3/12/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":698,"Cost":560,"Date":"3/31/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":161,"Cost":147,"Date":"6/16/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":800,"Cost":723,"Date":"6/17/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":204,"Cost":145,"Date":"8/27/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":867,"Cost":690,"Date":"10/1/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":261,"Cost":213,"Date":"11/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":170,"Cost":158,"Date":"11/9/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":322,"Cost":301,"Date":"3/27/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":269,"Cost":183,"Date":"4/17/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":218,"Cost":165,"Date":"8/11/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":547,"Cost":306,"Date":"8/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":299,"Cost":253,"Date":"9/2/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":587,"Cost":474,"Date":"9/5/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":574,"Cost":299,"Date":"9/14/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":754,"Cost":698,"Date":"9/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":25,"Cost":22,"Date":"11/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":313,"Cost":282,"Date":"12/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":37,"Cost":27,"Date":"1/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":241,"Cost":202,"Date":"1/21/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":326,"Cost":226,"Date":"2/9/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":689,"Cost":596,"Date":"3/19/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":500,"Cost":389,"Date":"4/3/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":330,"Cost":287,"Date":"4/5/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":342,"Cost":240,"Date":"4/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":113,"Cost":105,"Date":"7/10/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":477,"Cost":449,"Date":"3/25/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":699,"Cost":376,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":917,"Cost":659,"Date":"10/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":56,"Cost":49,"Date":"3/2/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":141,"Cost":76,"Date":"6/28/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":939,"Cost":614,"Date":"7/17/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":393,"Cost":337,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":573,"Cost":405,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":536,"Cost":320,"Date":"11/20/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":512,"Cost":436,"Date":"12/16/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":779,"Cost":735,"Date":"12/30/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":283,"Cost":242,"Date":"2/15/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":204,"Cost":172,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":692,"Cost":612,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":816,"Cost":741,"Date":"4/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":125,"Cost":77,"Date":"7/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":392,"Cost":287,"Date":"8/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":848,"Cost":546,"Date":"10/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":360,"Cost":215,"Date":"11/11/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":497,"Cost":273,"Date":"11/30/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":882,"Cost":462,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":708,"Cost":387,"Date":"3/1/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":602,"Cost":344,"Date":"4/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":601,"Cost":562,"Date":"5/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":203,"Cost":154,"Date":"8/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":62,"Cost":33,"Date":"9/15/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":702,"Cost":491,"Date":"10/14/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":912,"Cost":832,"Date":"10/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":688,"Cost":447,"Date":"11/11/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":869,"Cost":607,"Date":"12/7/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":469,"Cost":271,"Date":"12/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":133,"Cost":66,"Date":"1/6/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":72,"Cost":66,"Date":"1/23/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":45,"Cost":23,"Date":"2/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":476,"Cost":398,"Date":"3/10/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":853,"Cost":629,"Date":"3/12/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":642,"Cost":434,"Date":"3/31/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":211,"Cost":141,"Date":"6/16/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":604,"Cost":482,"Date":"6/17/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":447,"Cost":341,"Date":"8/27/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":103,"Cost":68,"Date":"10/1/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":43,"Cost":25,"Date":"11/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Jeans","Country":"France","Sale":743,"Cost":551,"Date":"11/9/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":149,"Cost":104,"Date":"3/27/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":316,"Cost":261,"Date":"4/17/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":632,"Cost":428,"Date":"8/11/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":149,"Cost":124,"Date":"8/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":106,"Cost":75,"Date":"9/2/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":83,"Cost":44,"Date":"9/5/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":769,"Cost":549,"Date":"9/14/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":533,"Cost":413,"Date":"9/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":555,"Cost":433,"Date":"11/20/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":174,"Cost":166,"Date":"12/21/2018"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":854,"Cost":493,"Date":"1/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":397,"Cost":214,"Date":"1/21/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":436,"Cost":290,"Date":"2/9/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":54,"Cost":30,"Date":"3/19/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":342,"Cost":219,"Date":"4/3/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":861,"Cost":459,"Date":"4/5/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":875,"Cost":811,"Date":"4/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":873,"Cost":716,"Date":"7/10/2019"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":744,"Cost":701,"Date":"3/25/2020"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":995,"Cost":716,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":486,"Cost":328,"Date":"10/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":399,"Cost":219,"Date":"3/2/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":701,"Cost":447,"Date":"6/28/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":756,"Cost":446,"Date":"7/17/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":535,"Cost":287,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":374,"Cost":277,"Date":"8/23/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":202,"Cost":106,"Date":"11/20/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":942,"Cost":649,"Date":"12/16/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":500,"Cost":442,"Date":"12/30/2021"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":37,"Cost":18,"Date":"2/15/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":436,"Cost":282,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":679,"Cost":361,"Date":"3/7/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":941,"Cost":572,"Date":"4/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":426,"Cost":282,"Date":"7/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":892,"Cost":454,"Date":"8/18/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":694,"Cost":357,"Date":"10/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":847,"Cost":450,"Date":"11/11/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":455,"Cost":380,"Date":"11/30/2022"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":40,"Cost":26,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":714,"Cost":491,"Date":"3/1/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":141,"Cost":103,"Date":"4/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":590,"Cost":415,"Date":"5/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":750,"Cost":401,"Date":"8/13/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":100,"Cost":62,"Date":"9/15/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":896,"Cost":615,"Date":"10/14/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":913,"Cost":544,"Date":"10/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":930,"Cost":722,"Date":"11/11/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":271,"Cost":211,"Date":"12/7/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":911,"Cost":541,"Date":"12/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":304,"Cost":224,"Date":"1/6/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":355,"Cost":292,"Date":"1/23/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":419,"Cost":346,"Date":"2/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":775,"Cost":574,"Date":"3/10/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":761,"Cost":446,"Date":"3/12/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":55,"Cost":49,"Date":"3/31/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":216,"Cost":130,"Date":"6/16/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":370,"Cost":281,"Date":"6/17/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":360,"Cost":220,"Date":"8/27/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":118,"Cost":103,"Date":"10/1/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":586,"Cost":474,"Date":"11/4/2024"},{"Store":"Grand'Place, Grenoble","Brand":"COS","Country":"France","Sale":890,"Cost":504,"Date":"11/9/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":723,"Cost":605,"Date":"3/27/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":41,"Cost":38,"Date":"4/17/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":971,"Cost":790,"Date":"8/11/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":585,"Cost":362,"Date":"8/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":817,"Cost":433,"Date":"9/2/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":972,"Cost":744,"Date":"9/5/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":817,"Cost":480,"Date":"9/14/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":115,"Cost":100,"Date":"9/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":890,"Cost":743,"Date":"11/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":230,"Cost":198,"Date":"12/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":353,"Cost":223,"Date":"1/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":715,"Cost":678,"Date":"1/21/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":204,"Cost":112,"Date":"2/9/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":250,"Cost":221,"Date":"3/19/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":109,"Cost":72,"Date":"4/3/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":237,"Cost":187,"Date":"4/5/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":45,"Cost":38,"Date":"4/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":795,"Cost":623,"Date":"7/10/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":305,"Cost":274,"Date":"3/25/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":837,"Cost":641,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":474,"Cost":359,"Date":"10/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":996,"Cost":928,"Date":"3/2/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":732,"Cost":688,"Date":"6/28/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":398,"Cost":373,"Date":"7/17/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":254,"Cost":203,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":739,"Cost":626,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":184,"Cost":104,"Date":"11/20/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":508,"Cost":337,"Date":"12/16/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":172,"Cost":160,"Date":"12/30/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":586,"Cost":369,"Date":"2/15/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":266,"Cost":154,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":782,"Cost":714,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":590,"Cost":505,"Date":"4/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":208,"Cost":171,"Date":"7/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":461,"Cost":392,"Date":"8/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":491,"Cost":376,"Date":"10/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":551,"Cost":509,"Date":"11/11/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":575,"Cost":421,"Date":"11/30/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":925,"Cost":638,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":708,"Cost":504,"Date":"3/1/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":377,"Cost":256,"Date":"4/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":505,"Cost":386,"Date":"5/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":554,"Cost":490,"Date":"8/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":147,"Cost":127,"Date":"9/15/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":458,"Cost":355,"Date":"10/14/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":619,"Cost":336,"Date":"10/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":345,"Cost":281,"Date":"11/11/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":465,"Cost":416,"Date":"12/7/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":940,"Cost":857,"Date":"12/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":66,"Cost":53,"Date":"1/6/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"1/23/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":366,"Cost":343,"Date":"2/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":814,"Cost":681,"Date":"3/10/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":636,"Cost":384,"Date":"3/12/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":771,"Cost":534,"Date":"3/31/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":996,"Cost":788,"Date":"6/16/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":281,"Cost":221,"Date":"6/17/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":398,"Cost":248,"Date":"8/27/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":794,"Cost":661,"Date":"10/1/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":261,"Cost":209,"Date":"11/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"ARKET","Country":"France","Sale":757,"Cost":665,"Date":"11/9/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":885,"Cost":482,"Date":"3/27/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":206,"Cost":178,"Date":"4/17/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":139,"Cost":119,"Date":"8/11/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":18,"Cost":14,"Date":"8/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":665,"Cost":431,"Date":"9/2/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":390,"Cost":275,"Date":"9/5/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":192,"Cost":150,"Date":"9/14/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":619,"Cost":477,"Date":"9/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":874,"Cost":571,"Date":"11/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":927,"Cost":543,"Date":"12/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":453,"Cost":427,"Date":"1/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":488,"Cost":446,"Date":"1/21/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":518,"Cost":312,"Date":"2/9/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":706,"Cost":456,"Date":"3/19/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":178,"Cost":106,"Date":"4/3/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":300,"Cost":220,"Date":"4/5/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":708,"Cost":615,"Date":"4/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":633,"Cost":397,"Date":"7/10/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":866,"Cost":629,"Date":"3/25/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":643,"Cost":559,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":793,"Cost":687,"Date":"10/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":948,"Cost":688,"Date":"3/2/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":47,"Cost":35,"Date":"6/28/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":476,"Cost":439,"Date":"7/17/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":14,"Cost":12,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":319,"Cost":267,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":314,"Cost":246,"Date":"11/20/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":346,"Cost":262,"Date":"12/16/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":284,"Cost":258,"Date":"12/30/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":50,"Cost":48,"Date":"2/15/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":614,"Cost":381,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":138,"Cost":118,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":849,"Cost":629,"Date":"4/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":295,"Cost":265,"Date":"7/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":327,"Cost":220,"Date":"8/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":765,"Cost":504,"Date":"10/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":981,"Cost":744,"Date":"11/11/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":949,"Cost":866,"Date":"11/30/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":823,"Cost":669,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":540,"Cost":498,"Date":"3/1/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":550,"Cost":476,"Date":"4/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":8,"Cost":8,"Date":"5/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":896,"Cost":717,"Date":"8/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":561,"Cost":413,"Date":"9/15/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":659,"Cost":563,"Date":"10/14/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":824,"Cost":520,"Date":"10/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":643,"Cost":563,"Date":"11/11/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":55,"Cost":35,"Date":"12/7/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":188,"Cost":142,"Date":"12/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":5,"Cost":3,"Date":"1/6/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":748,"Cost":689,"Date":"1/23/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":243,"Cost":170,"Date":"2/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":137,"Cost":105,"Date":"3/10/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":243,"Cost":134,"Date":"3/12/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":842,"Cost":655,"Date":"3/31/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":418,"Cost":357,"Date":"6/16/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":884,"Cost":615,"Date":"6/17/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":886,"Cost":725,"Date":"8/27/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":807,"Cost":665,"Date":"10/1/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":330,"Cost":310,"Date":"11/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":697,"Cost":556,"Date":"11/9/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":519,"Cost":347,"Date":"3/27/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":105,"Cost":60,"Date":"4/17/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":438,"Cost":375,"Date":"8/11/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":423,"Cost":346,"Date":"8/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":727,"Cost":632,"Date":"9/2/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":185,"Cost":173,"Date":"9/5/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":133,"Cost":103,"Date":"9/14/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":460,"Cost":365,"Date":"9/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":395,"Cost":315,"Date":"11/20/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":762,"Cost":539,"Date":"12/21/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":621,"Cost":542,"Date":"1/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":811,"Cost":754,"Date":"1/21/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":469,"Cost":258,"Date":"2/9/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":11,"Cost":9,"Date":"3/19/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":448,"Cost":403,"Date":"4/3/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":42,"Cost":37,"Date":"4/5/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":775,"Cost":613,"Date":"4/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":731,"Cost":501,"Date":"7/10/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":493,"Cost":275,"Date":"3/25/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":741,"Cost":634,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":65,"Cost":58,"Date":"10/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":681,"Cost":630,"Date":"3/2/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":320,"Cost":202,"Date":"6/28/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":197,"Cost":137,"Date":"7/17/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":857,"Cost":467,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":623,"Cost":508,"Date":"8/23/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":43,"Cost":40,"Date":"11/20/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":224,"Cost":159,"Date":"12/16/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":329,"Cost":188,"Date":"12/30/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":308,"Cost":223,"Date":"2/15/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":961,"Cost":790,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":499,"Cost":260,"Date":"3/7/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":191,"Cost":177,"Date":"4/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":660,"Cost":518,"Date":"7/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":196,"Cost":114,"Date":"8/18/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":745,"Cost":378,"Date":"10/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":381,"Cost":299,"Date":"11/11/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":159,"Cost":84,"Date":"11/30/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":556,"Cost":475,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":987,"Cost":712,"Date":"3/1/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":661,"Cost":604,"Date":"4/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":335,"Cost":245,"Date":"5/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":52,"Cost":40,"Date":"8/13/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":338,"Cost":219,"Date":"9/15/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":837,"Cost":531,"Date":"10/14/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":865,"Cost":505,"Date":"10/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":614,"Cost":490,"Date":"11/11/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":393,"Cost":347,"Date":"12/7/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":150,"Cost":125,"Date":"12/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":66,"Cost":33,"Date":"1/6/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":908,"Cost":724,"Date":"1/23/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":223,"Cost":206,"Date":"2/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":62,"Cost":34,"Date":"3/10/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":988,"Cost":887,"Date":"3/12/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":638,"Cost":412,"Date":"3/31/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":836,"Cost":469,"Date":"6/16/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":237,"Cost":154,"Date":"6/17/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":217,"Cost":113,"Date":"8/27/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":467,"Cost":361,"Date":"10/1/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":636,"Cost":386,"Date":"11/4/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM","Country":"France","Sale":654,"Cost":412,"Date":"11/9/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":237,"Cost":180,"Date":"3/27/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":376,"Cost":300,"Date":"4/17/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":89,"Cost":75,"Date":"8/11/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":587,"Cost":336,"Date":"8/21/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":763,"Cost":407,"Date":"9/2/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":85,"Cost":45,"Date":"9/5/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":829,"Cost":756,"Date":"9/14/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":780,"Cost":655,"Date":"9/20/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":771,"Cost":396,"Date":"11/20/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":358,"Cost":291,"Date":"12/21/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":750,"Cost":505,"Date":"1/7/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":54,"Cost":39,"Date":"1/21/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":80,"Cost":56,"Date":"2/9/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":485,"Cost":331,"Date":"3/19/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":153,"Cost":146,"Date":"4/3/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":27,"Cost":26,"Date":"4/5/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":275,"Cost":153,"Date":"4/28/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":766,"Cost":562,"Date":"7/10/2019"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":65,"Cost":56,"Date":"3/25/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":85,"Cost":51,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":136,"Cost":108,"Date":"10/28/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":495,"Cost":421,"Date":"3/2/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":822,"Cost":698,"Date":"6/28/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":431,"Cost":249,"Date":"7/17/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":134,"Cost":88,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":242,"Cost":173,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":142,"Cost":112,"Date":"11/20/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":875,"Cost":655,"Date":"12/16/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":460,"Cost":293,"Date":"12/30/2021"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":634,"Cost":501,"Date":"2/15/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":189,"Cost":160,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":490,"Cost":450,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":91,"Cost":58,"Date":"4/18/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":19,"Cost":13,"Date":"7/27/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":405,"Cost":321,"Date":"8/18/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":727,"Cost":558,"Date":"10/31/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":535,"Cost":439,"Date":"11/11/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":100,"Cost":84,"Date":"11/30/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":426,"Cost":302,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":44,"Cost":28,"Date":"3/1/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":247,"Cost":165,"Date":"4/13/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":497,"Cost":337,"Date":"5/20/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":723,"Cost":635,"Date":"8/13/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":674,"Cost":563,"Date":"9/15/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":543,"Cost":384,"Date":"10/14/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":767,"Cost":395,"Date":"10/28/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":415,"Cost":326,"Date":"11/11/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":980,"Cost":883,"Date":"12/7/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":1,"Cost":1,"Date":"12/21/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":99,"Cost":52,"Date":"1/6/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":83,"Cost":59,"Date":"1/23/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":347,"Cost":304,"Date":"2/4/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":708,"Cost":405,"Date":"3/10/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":825,"Cost":724,"Date":"3/12/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":146,"Cost":91,"Date":"3/31/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":500,"Cost":362,"Date":"6/16/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":376,"Cost":293,"Date":"6/17/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":161,"Cost":122,"Date":"8/27/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":446,"Cost":417,"Date":"10/1/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":144,"Cost":84,"Date":"11/4/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":711,"Cost":642,"Date":"11/9/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":895,"Cost":632,"Date":"3/27/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":345,"Cost":327,"Date":"4/17/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":456,"Cost":380,"Date":"8/11/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":49,"Cost":41,"Date":"8/21/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":148,"Cost":86,"Date":"9/2/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":891,"Cost":693,"Date":"9/5/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":961,"Cost":753,"Date":"9/14/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":574,"Cost":520,"Date":"9/20/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":428,"Cost":286,"Date":"11/20/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":227,"Cost":211,"Date":"12/21/2018"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":412,"Cost":379,"Date":"1/7/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":987,"Cost":672,"Date":"1/21/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":489,"Cost":333,"Date":"2/9/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":564,"Cost":526,"Date":"3/19/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":994,"Cost":660,"Date":"4/3/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":278,"Cost":190,"Date":"4/5/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":547,"Cost":282,"Date":"4/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":9,"Cost":6,"Date":"7/10/2019"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":25,"Cost":17,"Date":"3/25/2020"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":312,"Cost":191,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":477,"Cost":394,"Date":"10/28/2020"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":516,"Cost":318,"Date":"3/2/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":316,"Cost":251,"Date":"6/28/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":497,"Cost":382,"Date":"7/17/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":194,"Cost":167,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":281,"Cost":153,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":473,"Cost":371,"Date":"11/20/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":801,"Cost":478,"Date":"12/16/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":975,"Cost":923,"Date":"12/30/2021"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":21,"Cost":15,"Date":"2/15/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":98,"Cost":73,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":128,"Cost":112,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":747,"Cost":583,"Date":"4/18/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":119,"Cost":65,"Date":"7/27/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":609,"Cost":324,"Date":"8/18/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":173,"Cost":138,"Date":"10/31/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":483,"Cost":309,"Date":"11/11/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":208,"Cost":113,"Date":"11/30/2022"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":808,"Cost":665,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":940,"Cost":714,"Date":"3/1/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":899,"Cost":738,"Date":"4/13/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":185,"Cost":108,"Date":"5/20/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":653,"Cost":429,"Date":"8/13/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":652,"Cost":345,"Date":"9/15/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":392,"Cost":316,"Date":"10/14/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":280,"Cost":213,"Date":"10/28/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":675,"Cost":402,"Date":"11/11/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":886,"Cost":603,"Date":"12/7/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":133,"Cost":126,"Date":"12/21/2023"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":428,"Cost":264,"Date":"1/6/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":225,"Cost":173,"Date":"1/23/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":661,"Cost":543,"Date":"2/4/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":964,"Cost":600,"Date":"3/10/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":233,"Cost":181,"Date":"3/12/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":611,"Cost":444,"Date":"3/31/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":968,"Cost":519,"Date":"6/16/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":939,"Cost":576,"Date":"6/17/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":242,"Cost":224,"Date":"8/27/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":835,"Cost":572,"Date":"10/1/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":467,"Cost":356,"Date":"11/4/2024"},{"Store":"Le Grand Épagny","Brand":"HM","Country":"France","Sale":644,"Cost":588,"Date":"11/9/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":624,"Cost":333,"Date":"3/27/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":532,"Cost":341,"Date":"4/17/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":551,"Cost":288,"Date":"8/11/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":778,"Cost":681,"Date":"8/21/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":376,"Cost":289,"Date":"9/2/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":512,"Cost":301,"Date":"9/5/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":606,"Cost":472,"Date":"9/14/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":753,"Cost":444,"Date":"9/20/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":704,"Cost":370,"Date":"11/20/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":951,"Cost":826,"Date":"12/21/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":273,"Cost":179,"Date":"1/7/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":771,"Cost":447,"Date":"1/21/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":612,"Cost":363,"Date":"2/9/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":852,"Cost":805,"Date":"3/19/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":160,"Cost":104,"Date":"4/3/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":450,"Cost":410,"Date":"4/5/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":900,"Cost":718,"Date":"4/28/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":444,"Cost":248,"Date":"7/10/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":713,"Cost":373,"Date":"3/25/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":965,"Cost":836,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":598,"Cost":451,"Date":"10/28/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":729,"Cost":424,"Date":"3/2/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":553,"Cost":344,"Date":"6/28/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":847,"Cost":473,"Date":"7/17/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":386,"Cost":310,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":180,"Cost":158,"Date":"8/23/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":527,"Cost":473,"Date":"11/20/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":558,"Cost":437,"Date":"12/16/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":620,"Cost":337,"Date":"12/30/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":813,"Cost":589,"Date":"2/15/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":376,"Cost":357,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":257,"Cost":231,"Date":"3/7/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":40,"Cost":37,"Date":"4/18/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":500,"Cost":329,"Date":"7/27/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":16,"Cost":12,"Date":"8/18/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":228,"Cost":156,"Date":"10/31/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":20,"Cost":10,"Date":"11/11/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":335,"Cost":171,"Date":"11/30/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":200,"Cost":147,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":31,"Cost":28,"Date":"3/1/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":45,"Cost":24,"Date":"4/13/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":631,"Cost":583,"Date":"5/20/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":371,"Cost":272,"Date":"8/13/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":115,"Cost":85,"Date":"9/15/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":411,"Cost":340,"Date":"10/14/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":181,"Cost":162,"Date":"10/28/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":490,"Cost":278,"Date":"11/11/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":564,"Cost":408,"Date":"12/7/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":778,"Cost":449,"Date":"12/21/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":208,"Cost":143,"Date":"1/6/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":467,"Cost":419,"Date":"1/23/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":117,"Cost":111,"Date":"2/4/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":225,"Cost":188,"Date":"3/10/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":598,"Cost":434,"Date":"3/12/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":250,"Cost":203,"Date":"3/31/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":8,"Cost":4,"Date":"6/16/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":399,"Cost":262,"Date":"6/17/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":660,"Cost":483,"Date":"8/27/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":317,"Cost":179,"Date":"10/1/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":875,"Cost":735,"Date":"11/4/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":302,"Cost":207,"Date":"11/9/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":616,"Cost":410,"Date":"3/27/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":611,"Cost":335,"Date":"4/17/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":288,"Cost":159,"Date":"8/11/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":256,"Cost":136,"Date":"8/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":661,"Cost":533,"Date":"9/2/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":131,"Cost":108,"Date":"9/5/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":306,"Cost":163,"Date":"9/14/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":324,"Cost":203,"Date":"9/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":737,"Cost":541,"Date":"11/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":117,"Cost":85,"Date":"12/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":473,"Cost":341,"Date":"1/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":434,"Cost":362,"Date":"1/21/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":54,"Cost":51,"Date":"2/9/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":20,"Cost":17,"Date":"3/19/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":873,"Cost":753,"Date":"4/3/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":575,"Cost":288,"Date":"4/5/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":582,"Cost":349,"Date":"4/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":283,"Cost":177,"Date":"7/10/2019"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":196,"Cost":175,"Date":"3/25/2020"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":257,"Cost":146,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":801,"Cost":403,"Date":"10/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":174,"Cost":156,"Date":"3/2/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":219,"Cost":123,"Date":"6/28/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":928,"Cost":808,"Date":"7/17/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":114,"Cost":105,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":91,"Cost":76,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":663,"Cost":388,"Date":"11/20/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":566,"Cost":320,"Date":"12/16/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":585,"Cost":336,"Date":"12/30/2021"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":658,"Cost":587,"Date":"2/15/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":703,"Cost":651,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":203,"Cost":166,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":615,"Cost":467,"Date":"4/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":785,"Cost":615,"Date":"7/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":927,"Cost":486,"Date":"8/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":962,"Cost":515,"Date":"10/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":768,"Cost":470,"Date":"11/11/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":854,"Cost":492,"Date":"11/30/2022"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":744,"Cost":635,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":100,"Cost":83,"Date":"3/1/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":636,"Cost":548,"Date":"4/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":863,"Cost":522,"Date":"5/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":25,"Cost":22,"Date":"8/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":55,"Cost":45,"Date":"9/15/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":549,"Cost":418,"Date":"10/14/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":418,"Cost":293,"Date":"10/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":396,"Cost":200,"Date":"11/11/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":708,"Cost":462,"Date":"12/7/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":602,"Cost":359,"Date":"12/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":74,"Cost":40,"Date":"1/6/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":921,"Cost":503,"Date":"1/23/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":111,"Cost":63,"Date":"2/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":131,"Cost":119,"Date":"3/10/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":59,"Cost":30,"Date":"3/12/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":294,"Cost":277,"Date":"3/31/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":267,"Cost":157,"Date":"6/16/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":582,"Cost":466,"Date":"6/17/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":157,"Cost":92,"Date":"8/27/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":766,"Cost":486,"Date":"10/1/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":180,"Cost":118,"Date":"11/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Nova","Country":"France","Sale":28,"Cost":19,"Date":"11/9/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":772,"Cost":488,"Date":"3/27/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":202,"Cost":174,"Date":"4/17/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":914,"Cost":719,"Date":"8/11/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":211,"Cost":137,"Date":"8/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":184,"Cost":145,"Date":"9/2/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":350,"Cost":215,"Date":"9/5/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":294,"Cost":203,"Date":"9/14/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":471,"Cost":237,"Date":"9/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":102,"Cost":77,"Date":"11/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":838,"Cost":494,"Date":"12/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":855,"Cost":632,"Date":"1/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":777,"Cost":486,"Date":"1/21/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":561,"Cost":511,"Date":"2/9/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":394,"Cost":271,"Date":"3/19/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":605,"Cost":457,"Date":"4/3/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":488,"Cost":421,"Date":"4/5/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":354,"Cost":269,"Date":"4/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":772,"Cost":478,"Date":"7/10/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":70,"Cost":41,"Date":"3/25/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":155,"Cost":127,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":817,"Cost":591,"Date":"10/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":303,"Cost":187,"Date":"3/2/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":738,"Cost":477,"Date":"6/28/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":673,"Cost":416,"Date":"7/17/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":85,"Cost":43,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":475,"Cost":320,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":47,"Cost":33,"Date":"11/20/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":214,"Cost":113,"Date":"12/16/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":916,"Cost":843,"Date":"12/30/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":459,"Cost":291,"Date":"2/15/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":434,"Cost":276,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":116,"Cost":79,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":563,"Cost":396,"Date":"4/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":260,"Cost":227,"Date":"7/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":721,"Cost":539,"Date":"8/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":761,"Cost":692,"Date":"10/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":555,"Cost":521,"Date":"11/11/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":73,"Cost":50,"Date":"11/30/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":334,"Cost":257,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":874,"Cost":830,"Date":"3/1/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":197,"Cost":176,"Date":"4/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":684,"Cost":344,"Date":"5/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":891,"Cost":733,"Date":"8/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":958,"Cost":634,"Date":"9/15/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":31,"Cost":15,"Date":"10/14/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":8,"Cost":4,"Date":"10/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":380,"Cost":253,"Date":"11/11/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":682,"Cost":404,"Date":"12/7/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":137,"Cost":114,"Date":"12/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":428,"Cost":296,"Date":"1/6/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":885,"Cost":751,"Date":"1/23/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":146,"Cost":131,"Date":"2/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":844,"Cost":769,"Date":"3/10/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":32,"Cost":25,"Date":"3/12/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":351,"Cost":178,"Date":"3/31/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":730,"Cost":645,"Date":"6/16/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":810,"Cost":441,"Date":"6/17/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":337,"Cost":244,"Date":"8/27/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":685,"Cost":413,"Date":"10/1/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":761,"Cost":634,"Date":"11/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":314,"Cost":190,"Date":"11/9/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":952,"Cost":812,"Date":"3/27/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":776,"Cost":589,"Date":"4/17/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":120,"Cost":100,"Date":"8/11/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":507,"Cost":405,"Date":"8/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":48,"Cost":27,"Date":"9/2/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":87,"Cost":77,"Date":"9/5/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":677,"Cost":564,"Date":"9/14/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":42,"Cost":24,"Date":"9/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":522,"Cost":334,"Date":"11/20/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":432,"Cost":387,"Date":"12/21/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":607,"Cost":510,"Date":"1/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":295,"Cost":258,"Date":"1/21/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":182,"Cost":107,"Date":"2/9/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":851,"Cost":538,"Date":"3/19/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":989,"Cost":824,"Date":"4/3/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":127,"Cost":117,"Date":"4/5/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":128,"Cost":78,"Date":"4/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":533,"Cost":410,"Date":"7/10/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":114,"Cost":69,"Date":"3/25/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":66,"Cost":45,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":25,"Cost":19,"Date":"10/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":306,"Cost":184,"Date":"3/2/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":954,"Cost":647,"Date":"6/28/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":490,"Cost":323,"Date":"7/17/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":781,"Cost":606,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":21,"Cost":16,"Date":"8/23/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":223,"Cost":183,"Date":"11/20/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":268,"Cost":247,"Date":"12/16/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":327,"Cost":163,"Date":"12/30/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":270,"Cost":243,"Date":"2/15/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":849,"Cost":665,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":725,"Cost":437,"Date":"3/7/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":806,"Cost":505,"Date":"4/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":110,"Cost":71,"Date":"7/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":941,"Cost":758,"Date":"8/18/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":422,"Cost":349,"Date":"10/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":600,"Cost":412,"Date":"11/11/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":402,"Cost":301,"Date":"11/30/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":199,"Cost":123,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":637,"Cost":403,"Date":"3/1/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":334,"Cost":267,"Date":"4/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":865,"Cost":703,"Date":"5/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":260,"Cost":137,"Date":"8/13/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":146,"Cost":93,"Date":"9/15/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":739,"Cost":691,"Date":"10/14/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":995,"Cost":722,"Date":"10/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":102,"Cost":82,"Date":"11/11/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":60,"Cost":48,"Date":"12/7/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":312,"Cost":235,"Date":"12/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":670,"Cost":420,"Date":"1/6/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":630,"Cost":474,"Date":"1/23/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":987,"Cost":619,"Date":"2/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":97,"Cost":62,"Date":"3/10/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":742,"Cost":419,"Date":"3/12/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":194,"Cost":179,"Date":"3/31/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":499,"Cost":370,"Date":"6/16/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":836,"Cost":647,"Date":"6/17/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":198,"Cost":149,"Date":"8/27/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":1,"Cost":0,"Date":"10/1/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":358,"Cost":316,"Date":"11/4/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":491,"Cost":294,"Date":"11/9/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":849,"Cost":805,"Date":"3/27/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":529,"Cost":466,"Date":"4/17/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":219,"Cost":124,"Date":"8/11/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":145,"Cost":105,"Date":"8/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":895,"Cost":770,"Date":"9/2/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":869,"Cost":752,"Date":"9/5/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":524,"Cost":419,"Date":"9/14/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":968,"Cost":532,"Date":"9/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":129,"Cost":111,"Date":"11/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":749,"Cost":385,"Date":"12/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":134,"Cost":99,"Date":"1/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":646,"Cost":366,"Date":"1/21/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":670,"Cost":533,"Date":"2/9/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":798,"Cost":733,"Date":"3/19/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":264,"Cost":228,"Date":"4/3/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":210,"Cost":190,"Date":"4/5/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":493,"Cost":248,"Date":"4/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":590,"Cost":405,"Date":"7/10/2019"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":823,"Cost":540,"Date":"3/25/2020"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":922,"Cost":767,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":205,"Cost":128,"Date":"10/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":384,"Cost":316,"Date":"3/2/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":251,"Cost":166,"Date":"6/28/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":90,"Cost":53,"Date":"7/17/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":807,"Cost":706,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":513,"Cost":320,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":307,"Cost":169,"Date":"11/20/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":517,"Cost":280,"Date":"12/16/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":426,"Cost":258,"Date":"12/30/2021"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":364,"Cost":271,"Date":"2/15/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":45,"Cost":41,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":292,"Cost":242,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":984,"Cost":734,"Date":"4/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":612,"Cost":557,"Date":"7/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":813,"Cost":645,"Date":"8/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":818,"Cost":664,"Date":"10/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":6,"Cost":6,"Date":"11/11/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":183,"Cost":110,"Date":"11/30/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":613,"Cost":403,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":840,"Cost":491,"Date":"3/1/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":282,"Cost":221,"Date":"4/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":310,"Cost":240,"Date":"5/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":461,"Cost":421,"Date":"8/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":401,"Cost":266,"Date":"9/15/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":439,"Cost":250,"Date":"10/14/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":129,"Cost":101,"Date":"10/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":284,"Cost":249,"Date":"11/11/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":546,"Cost":323,"Date":"12/7/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":580,"Cost":400,"Date":"12/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":428,"Cost":385,"Date":"1/6/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":751,"Cost":423,"Date":"1/23/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":466,"Cost":354,"Date":"2/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":625,"Cost":433,"Date":"3/10/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":654,"Cost":474,"Date":"3/12/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":479,"Cost":389,"Date":"3/31/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":283,"Cost":201,"Date":"6/16/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":99,"Cost":93,"Date":"6/17/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":916,"Cost":533,"Date":"8/27/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":194,"Cost":133,"Date":"10/1/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":42,"Cost":30,"Date":"11/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":948,"Cost":755,"Date":"11/9/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":993,"Cost":656,"Date":"3/27/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":237,"Cost":133,"Date":"4/17/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":346,"Cost":185,"Date":"8/11/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":126,"Cost":100,"Date":"8/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":370,"Cost":226,"Date":"9/2/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":922,"Cost":742,"Date":"9/5/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":547,"Cost":503,"Date":"9/14/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":988,"Cost":690,"Date":"9/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":183,"Cost":151,"Date":"11/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":370,"Cost":204,"Date":"12/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":288,"Cost":255,"Date":"1/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":183,"Cost":118,"Date":"1/21/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":117,"Cost":66,"Date":"2/9/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":805,"Cost":433,"Date":"3/19/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":590,"Cost":558,"Date":"4/3/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":274,"Cost":251,"Date":"4/5/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":474,"Cost":286,"Date":"4/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":548,"Cost":400,"Date":"7/10/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":850,"Cost":527,"Date":"3/25/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":423,"Cost":384,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":983,"Cost":567,"Date":"10/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":734,"Cost":652,"Date":"3/2/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":329,"Cost":282,"Date":"6/28/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":605,"Cost":403,"Date":"7/17/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":776,"Cost":581,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":330,"Cost":280,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":553,"Cost":409,"Date":"11/20/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":686,"Cost":624,"Date":"12/16/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":379,"Cost":315,"Date":"12/30/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":142,"Cost":73,"Date":"2/15/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":722,"Cost":455,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":951,"Cost":743,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":433,"Cost":288,"Date":"4/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":913,"Cost":498,"Date":"7/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":967,"Cost":628,"Date":"8/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":357,"Cost":322,"Date":"10/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":993,"Cost":764,"Date":"11/11/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":872,"Cost":513,"Date":"11/30/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":417,"Cost":388,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":960,"Cost":796,"Date":"3/1/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":309,"Cost":227,"Date":"4/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":360,"Cost":317,"Date":"5/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":525,"Cost":386,"Date":"8/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":608,"Cost":468,"Date":"9/15/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":174,"Cost":98,"Date":"10/14/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":750,"Cost":600,"Date":"10/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":612,"Cost":340,"Date":"11/11/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":346,"Cost":276,"Date":"12/7/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":151,"Cost":137,"Date":"12/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":715,"Cost":652,"Date":"1/6/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":848,"Cost":677,"Date":"1/23/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":318,"Cost":261,"Date":"2/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":16,"Cost":11,"Date":"3/10/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":630,"Cost":481,"Date":"3/12/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":213,"Cost":170,"Date":"3/31/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":452,"Cost":364,"Date":"6/16/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":399,"Cost":245,"Date":"6/17/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":575,"Cost":468,"Date":"8/27/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":548,"Cost":470,"Date":"10/1/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":230,"Cost":117,"Date":"11/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":109,"Cost":88,"Date":"11/9/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":765,"Cost":555,"Date":"3/27/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":527,"Cost":469,"Date":"4/17/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":713,"Cost":637,"Date":"8/11/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":389,"Cost":337,"Date":"8/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":913,"Cost":664,"Date":"9/2/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":260,"Cost":160,"Date":"9/5/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":204,"Cost":170,"Date":"9/14/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":606,"Cost":414,"Date":"9/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":59,"Cost":46,"Date":"11/20/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":781,"Cost":625,"Date":"12/21/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":464,"Cost":332,"Date":"1/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":590,"Cost":338,"Date":"1/21/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":988,"Cost":588,"Date":"2/9/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":211,"Cost":199,"Date":"3/19/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":72,"Cost":49,"Date":"4/3/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":327,"Cost":208,"Date":"4/5/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":144,"Cost":86,"Date":"4/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":595,"Cost":383,"Date":"7/10/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":348,"Cost":216,"Date":"3/25/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":860,"Cost":651,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":864,"Cost":664,"Date":"10/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":276,"Cost":240,"Date":"3/2/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":756,"Cost":605,"Date":"6/28/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":726,"Cost":625,"Date":"7/17/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":959,"Cost":579,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":280,"Cost":218,"Date":"8/23/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":274,"Cost":211,"Date":"11/20/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":791,"Cost":678,"Date":"12/16/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":195,"Cost":146,"Date":"12/30/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":828,"Cost":553,"Date":"2/15/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":493,"Cost":287,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":764,"Cost":525,"Date":"3/7/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":2,"Cost":2,"Date":"4/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":115,"Cost":105,"Date":"7/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":254,"Cost":192,"Date":"8/18/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":323,"Cost":226,"Date":"10/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":705,"Cost":575,"Date":"11/11/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":158,"Cost":147,"Date":"11/30/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":720,"Cost":622,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":536,"Cost":508,"Date":"3/1/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":408,"Cost":259,"Date":"4/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":26,"Cost":25,"Date":"5/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":947,"Cost":557,"Date":"8/13/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":185,"Cost":131,"Date":"9/15/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":232,"Cost":146,"Date":"10/14/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":524,"Cost":428,"Date":"10/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":460,"Cost":326,"Date":"11/11/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":327,"Cost":213,"Date":"12/7/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":318,"Cost":238,"Date":"12/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":950,"Cost":888,"Date":"1/6/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":205,"Cost":150,"Date":"1/23/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":362,"Cost":181,"Date":"2/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":796,"Cost":590,"Date":"3/10/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":595,"Cost":465,"Date":"3/12/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":613,"Cost":449,"Date":"3/31/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":809,"Cost":613,"Date":"6/16/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":161,"Cost":129,"Date":"6/17/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":469,"Cost":252,"Date":"8/27/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":300,"Cost":232,"Date":"10/1/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":543,"Cost":343,"Date":"11/4/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":633,"Cost":543,"Date":"11/9/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":659,"Cost":513,"Date":"3/27/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":748,"Cost":545,"Date":"4/17/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":371,"Cost":308,"Date":"8/11/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":677,"Cost":569,"Date":"8/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":858,"Cost":773,"Date":"9/2/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":993,"Cost":669,"Date":"9/5/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":788,"Cost":619,"Date":"9/14/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":449,"Cost":282,"Date":"9/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":103,"Cost":84,"Date":"11/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":218,"Cost":197,"Date":"12/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":490,"Cost":353,"Date":"1/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":830,"Cost":574,"Date":"1/21/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":125,"Cost":85,"Date":"2/9/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":608,"Cost":461,"Date":"3/19/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":236,"Cost":205,"Date":"4/3/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":172,"Cost":101,"Date":"4/5/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":907,"Cost":729,"Date":"4/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":319,"Cost":285,"Date":"7/10/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":187,"Cost":177,"Date":"3/25/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":134,"Cost":108,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":608,"Cost":423,"Date":"10/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":383,"Cost":203,"Date":"3/2/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":13,"Cost":12,"Date":"6/28/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":610,"Cost":393,"Date":"7/17/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":545,"Cost":397,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":415,"Cost":353,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":687,"Cost":350,"Date":"11/20/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":885,"Cost":720,"Date":"12/16/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":108,"Cost":90,"Date":"12/30/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":233,"Cost":135,"Date":"2/15/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":719,"Cost":667,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":747,"Cost":383,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":581,"Cost":475,"Date":"4/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":819,"Cost":727,"Date":"7/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":855,"Cost":455,"Date":"8/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":324,"Cost":205,"Date":"10/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":482,"Cost":256,"Date":"11/11/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":571,"Cost":398,"Date":"11/30/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":457,"Cost":252,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":658,"Cost":434,"Date":"3/1/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":496,"Cost":376,"Date":"4/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":269,"Cost":219,"Date":"5/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":738,"Cost":496,"Date":"8/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":526,"Cost":486,"Date":"9/15/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":301,"Cost":222,"Date":"10/14/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":124,"Cost":87,"Date":"10/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":114,"Cost":97,"Date":"11/11/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":865,"Cost":761,"Date":"12/7/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":296,"Cost":242,"Date":"12/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":461,"Cost":330,"Date":"1/6/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":818,"Cost":465,"Date":"1/23/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":151,"Cost":115,"Date":"2/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":614,"Cost":432,"Date":"3/10/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":891,"Cost":501,"Date":"3/12/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":785,"Cost":526,"Date":"3/31/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":9,"Cost":7,"Date":"6/16/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":733,"Cost":663,"Date":"6/17/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":739,"Cost":394,"Date":"8/27/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":424,"Cost":264,"Date":"10/1/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":294,"Cost":207,"Date":"11/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":845,"Cost":523,"Date":"11/9/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":882,"Cost":573,"Date":"3/27/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":809,"Cost":729,"Date":"4/17/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":797,"Cost":451,"Date":"8/11/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":849,"Cost":624,"Date":"8/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":907,"Cost":809,"Date":"9/2/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":124,"Cost":66,"Date":"9/5/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":43,"Cost":34,"Date":"9/14/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":997,"Cost":872,"Date":"9/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":968,"Cost":862,"Date":"11/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":947,"Cost":752,"Date":"12/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":780,"Cost":649,"Date":"1/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":964,"Cost":512,"Date":"1/21/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":393,"Cost":256,"Date":"2/9/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":520,"Cost":263,"Date":"3/19/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":373,"Cost":259,"Date":"4/3/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":171,"Cost":149,"Date":"4/5/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":551,"Cost":481,"Date":"4/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":703,"Cost":559,"Date":"7/10/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":784,"Cost":663,"Date":"3/25/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":189,"Cost":171,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":165,"Cost":82,"Date":"10/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":154,"Cost":87,"Date":"3/2/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":507,"Cost":314,"Date":"6/28/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":965,"Cost":674,"Date":"7/17/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":540,"Cost":343,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":29,"Cost":20,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":561,"Cost":448,"Date":"11/20/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":338,"Cost":293,"Date":"12/16/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":298,"Cost":171,"Date":"12/30/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":638,"Cost":450,"Date":"2/15/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":861,"Cost":508,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":850,"Cost":663,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":864,"Cost":576,"Date":"4/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":903,"Cost":581,"Date":"7/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":225,"Cost":175,"Date":"8/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":174,"Cost":121,"Date":"10/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":985,"Cost":863,"Date":"11/11/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":879,"Cost":689,"Date":"11/30/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":401,"Cost":364,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":629,"Cost":589,"Date":"3/1/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":510,"Cost":298,"Date":"4/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":212,"Cost":198,"Date":"5/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":45,"Cost":24,"Date":"8/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":618,"Cost":421,"Date":"9/15/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":927,"Cost":742,"Date":"10/14/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":87,"Cost":56,"Date":"10/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":335,"Cost":214,"Date":"11/11/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":255,"Cost":152,"Date":"12/7/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":353,"Cost":272,"Date":"12/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":432,"Cost":313,"Date":"1/6/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":721,"Cost":377,"Date":"1/23/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":850,"Cost":497,"Date":"2/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":364,"Cost":217,"Date":"3/10/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":352,"Cost":247,"Date":"3/12/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":800,"Cost":648,"Date":"3/31/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":152,"Cost":128,"Date":"6/16/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":769,"Cost":494,"Date":"6/17/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":640,"Cost":526,"Date":"8/27/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":308,"Cost":226,"Date":"10/1/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":162,"Cost":149,"Date":"11/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":978,"Cost":656,"Date":"11/9/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":731,"Cost":661,"Date":"3/27/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":68,"Cost":59,"Date":"4/17/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":321,"Cost":230,"Date":"8/11/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":345,"Cost":272,"Date":"8/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":296,"Cost":203,"Date":"9/2/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":356,"Cost":303,"Date":"9/5/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":592,"Cost":347,"Date":"9/14/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":247,"Cost":130,"Date":"9/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":4,"Cost":2,"Date":"11/20/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":520,"Cost":468,"Date":"12/21/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":661,"Cost":624,"Date":"1/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":382,"Cost":239,"Date":"1/21/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":228,"Cost":171,"Date":"2/9/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":899,"Cost":615,"Date":"3/19/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":938,"Cost":544,"Date":"4/3/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":924,"Cost":480,"Date":"4/5/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":500,"Cost":421,"Date":"4/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":2,"Cost":1,"Date":"7/10/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":917,"Cost":750,"Date":"3/25/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":990,"Cost":544,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":415,"Cost":285,"Date":"10/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":365,"Cost":187,"Date":"3/2/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":569,"Cost":459,"Date":"6/28/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":536,"Cost":387,"Date":"7/17/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":303,"Cost":170,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":840,"Cost":481,"Date":"8/23/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":339,"Cost":275,"Date":"11/20/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":998,"Cost":853,"Date":"12/16/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":905,"Cost":752,"Date":"12/30/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":101,"Cost":62,"Date":"2/15/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":284,"Cost":143,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":807,"Cost":636,"Date":"3/7/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":944,"Cost":888,"Date":"4/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":935,"Cost":576,"Date":"7/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":208,"Cost":186,"Date":"8/18/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":308,"Cost":173,"Date":"10/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":828,"Cost":741,"Date":"11/11/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":849,"Cost":531,"Date":"11/30/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":372,"Cost":246,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":147,"Cost":78,"Date":"3/1/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":380,"Cost":314,"Date":"4/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":655,"Cost":416,"Date":"5/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":330,"Cost":295,"Date":"8/13/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":891,"Cost":665,"Date":"9/15/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":879,"Cost":665,"Date":"10/14/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":256,"Cost":128,"Date":"10/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":528,"Cost":362,"Date":"11/11/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":208,"Cost":133,"Date":"12/7/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":257,"Cost":133,"Date":"12/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":380,"Cost":295,"Date":"1/6/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":889,"Cost":496,"Date":"1/23/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":964,"Cost":825,"Date":"2/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":5,"Cost":3,"Date":"3/10/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":844,"Cost":758,"Date":"3/12/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":902,"Cost":486,"Date":"3/31/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":326,"Cost":229,"Date":"6/16/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":901,"Cost":803,"Date":"6/17/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":735,"Cost":472,"Date":"8/27/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":490,"Cost":322,"Date":"10/1/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":694,"Cost":448,"Date":"11/4/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":644,"Cost":339,"Date":"11/9/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":62,"Cost":45,"Date":"3/27/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":61,"Cost":31,"Date":"4/17/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":454,"Cost":420,"Date":"8/11/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":646,"Cost":387,"Date":"8/21/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":563,"Cost":460,"Date":"9/2/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":918,"Cost":597,"Date":"9/5/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":449,"Cost":369,"Date":"9/14/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":462,"Cost":298,"Date":"9/20/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":360,"Cost":271,"Date":"11/20/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":812,"Cost":457,"Date":"12/21/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":241,"Cost":159,"Date":"1/7/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":74,"Cost":41,"Date":"1/21/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":142,"Cost":131,"Date":"2/9/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":142,"Cost":88,"Date":"3/19/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":705,"Cost":437,"Date":"4/3/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":150,"Cost":139,"Date":"4/5/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":82,"Cost":71,"Date":"4/28/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":268,"Cost":181,"Date":"7/10/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":226,"Cost":133,"Date":"3/25/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":719,"Cost":635,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":499,"Cost":473,"Date":"10/28/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":88,"Cost":58,"Date":"3/2/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":445,"Cost":409,"Date":"6/28/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":211,"Cost":172,"Date":"7/17/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":420,"Cost":305,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":67,"Cost":50,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":293,"Cost":209,"Date":"11/20/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":573,"Cost":467,"Date":"12/16/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":368,"Cost":203,"Date":"12/30/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":545,"Cost":450,"Date":"2/15/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":72,"Cost":51,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":330,"Cost":223,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":307,"Cost":179,"Date":"4/18/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":881,"Cost":699,"Date":"7/27/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":62,"Cost":50,"Date":"8/18/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":728,"Cost":452,"Date":"10/31/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":631,"Cost":459,"Date":"11/11/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":553,"Cost":316,"Date":"11/30/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":36,"Cost":22,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":535,"Cost":313,"Date":"3/1/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":394,"Cost":345,"Date":"4/13/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":20,"Cost":11,"Date":"5/20/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":71,"Cost":39,"Date":"8/13/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":43,"Cost":30,"Date":"9/15/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":501,"Cost":270,"Date":"10/14/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":857,"Cost":453,"Date":"10/28/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":344,"Cost":229,"Date":"11/11/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":15,"Cost":11,"Date":"12/7/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":377,"Cost":262,"Date":"12/21/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":265,"Cost":175,"Date":"1/6/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":704,"Cost":428,"Date":"1/23/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":420,"Cost":370,"Date":"2/4/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":630,"Cost":531,"Date":"3/10/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":302,"Cost":247,"Date":"3/12/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":967,"Cost":895,"Date":"3/31/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":416,"Cost":388,"Date":"6/16/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":330,"Cost":226,"Date":"6/17/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":989,"Cost":872,"Date":"8/27/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":365,"Cost":182,"Date":"10/1/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":866,"Cost":668,"Date":"11/4/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":43,"Cost":38,"Date":"11/9/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":87,"Cost":63,"Date":"3/27/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":924,"Cost":874,"Date":"4/17/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":337,"Cost":213,"Date":"8/11/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":628,"Cost":371,"Date":"8/21/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":970,"Cost":882,"Date":"9/2/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":16,"Cost":11,"Date":"9/5/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":508,"Cost":276,"Date":"9/14/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":435,"Cost":348,"Date":"9/20/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":27,"Cost":18,"Date":"11/20/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":552,"Cost":354,"Date":"12/21/2018"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":828,"Cost":614,"Date":"1/7/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":543,"Cost":474,"Date":"1/21/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":878,"Cost":620,"Date":"2/9/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":784,"Cost":485,"Date":"3/19/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":579,"Cost":338,"Date":"4/3/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":606,"Cost":546,"Date":"4/5/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":622,"Cost":360,"Date":"4/28/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":959,"Cost":895,"Date":"7/10/2019"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":375,"Cost":198,"Date":"3/25/2020"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":744,"Cost":529,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":161,"Cost":104,"Date":"10/28/2020"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":229,"Cost":133,"Date":"3/2/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":805,"Cost":518,"Date":"6/28/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":987,"Cost":643,"Date":"7/17/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":6,"Cost":5,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":201,"Cost":109,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":913,"Cost":809,"Date":"11/20/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":813,"Cost":773,"Date":"12/16/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":40,"Cost":26,"Date":"12/30/2021"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":144,"Cost":126,"Date":"2/15/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":423,"Cost":219,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":599,"Cost":549,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":952,"Cost":845,"Date":"4/18/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":567,"Cost":290,"Date":"7/27/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":774,"Cost":430,"Date":"8/18/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":391,"Cost":209,"Date":"10/31/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":378,"Cost":286,"Date":"11/11/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":302,"Cost":204,"Date":"11/30/2022"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":725,"Cost":671,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":778,"Cost":491,"Date":"3/1/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":952,"Cost":766,"Date":"4/13/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":322,"Cost":179,"Date":"5/20/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":971,"Cost":911,"Date":"8/13/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":36,"Cost":22,"Date":"9/15/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":109,"Cost":94,"Date":"10/14/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":994,"Cost":609,"Date":"10/28/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":2,"Cost":2,"Date":"11/11/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":632,"Cost":600,"Date":"12/7/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":586,"Cost":542,"Date":"12/21/2023"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":770,"Cost":492,"Date":"1/6/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":498,"Cost":343,"Date":"1/23/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":482,"Cost":400,"Date":"2/4/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":487,"Cost":369,"Date":"3/10/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":262,"Cost":187,"Date":"3/12/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":809,"Cost":638,"Date":"3/31/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":2,"Cost":2,"Date":"6/16/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":745,"Cost":571,"Date":"6/17/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":563,"Cost":379,"Date":"8/27/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":594,"Cost":519,"Date":"10/1/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":743,"Cost":639,"Date":"11/4/2024"},{"Store":"Atlantis, Nantes","Brand":"Nova","Country":"France","Sale":713,"Cost":421,"Date":"11/9/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":250,"Cost":196,"Date":"3/27/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":746,"Cost":408,"Date":"4/17/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":233,"Cost":140,"Date":"8/11/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":465,"Cost":258,"Date":"8/21/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":919,"Cost":517,"Date":"9/2/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":101,"Cost":72,"Date":"9/5/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":999,"Cost":643,"Date":"9/14/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":729,"Cost":419,"Date":"9/20/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":913,"Cost":607,"Date":"11/20/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":739,"Cost":690,"Date":"12/21/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":689,"Cost":503,"Date":"1/7/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":42,"Cost":30,"Date":"1/21/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":656,"Cost":612,"Date":"2/9/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":463,"Cost":340,"Date":"3/19/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":250,"Cost":138,"Date":"4/3/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":650,"Cost":601,"Date":"4/5/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":727,"Cost":511,"Date":"4/28/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":377,"Cost":237,"Date":"7/10/2019"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":133,"Cost":87,"Date":"3/25/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":565,"Cost":389,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":684,"Cost":410,"Date":"10/28/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":213,"Cost":170,"Date":"3/2/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":820,"Cost":480,"Date":"6/28/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":633,"Cost":391,"Date":"7/17/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":424,"Cost":314,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":926,"Cost":741,"Date":"8/23/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":650,"Cost":454,"Date":"11/20/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":738,"Cost":620,"Date":"12/16/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":991,"Cost":561,"Date":"12/30/2021"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":979,"Cost":532,"Date":"2/15/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":858,"Cost":788,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":102,"Cost":96,"Date":"3/7/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":508,"Cost":369,"Date":"4/18/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":214,"Cost":189,"Date":"7/27/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":85,"Cost":66,"Date":"8/18/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":694,"Cost":487,"Date":"10/31/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":223,"Cost":205,"Date":"11/11/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":85,"Cost":80,"Date":"11/30/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":200,"Cost":124,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":844,"Cost":481,"Date":"3/1/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":684,"Cost":358,"Date":"4/13/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":252,"Cost":178,"Date":"5/20/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":121,"Cost":93,"Date":"8/13/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":659,"Cost":512,"Date":"9/15/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":86,"Cost":51,"Date":"10/14/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":799,"Cost":574,"Date":"10/28/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":757,"Cost":431,"Date":"11/11/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":672,"Cost":386,"Date":"12/7/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":548,"Cost":520,"Date":"12/21/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":749,"Cost":623,"Date":"1/6/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":551,"Cost":334,"Date":"1/23/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":471,"Cost":403,"Date":"2/4/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":41,"Cost":30,"Date":"3/10/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":459,"Cost":265,"Date":"3/12/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":876,"Cost":697,"Date":"3/31/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":631,"Cost":489,"Date":"6/16/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":539,"Cost":425,"Date":"6/17/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":395,"Cost":248,"Date":"8/27/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":571,"Cost":341,"Date":"10/1/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":874,"Cost":806,"Date":"11/4/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":8,"Cost":6,"Date":"11/9/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":680,"Cost":607,"Date":"3/27/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":655,"Cost":488,"Date":"4/17/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":830,"Cost":452,"Date":"8/11/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":588,"Cost":492,"Date":"8/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":565,"Cost":525,"Date":"9/2/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":245,"Cost":226,"Date":"9/5/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":782,"Cost":641,"Date":"9/14/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":915,"Cost":671,"Date":"9/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":189,"Cost":125,"Date":"11/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":591,"Cost":318,"Date":"12/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":613,"Cost":487,"Date":"1/7/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":175,"Cost":150,"Date":"1/21/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":3,"Cost":3,"Date":"2/9/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":528,"Cost":360,"Date":"3/19/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":671,"Cost":349,"Date":"4/3/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":45,"Cost":35,"Date":"4/5/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":94,"Cost":57,"Date":"4/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":86,"Cost":63,"Date":"7/10/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":211,"Cost":166,"Date":"3/25/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":65,"Cost":41,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":110,"Cost":73,"Date":"10/28/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":192,"Cost":127,"Date":"3/2/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":569,"Cost":440,"Date":"6/28/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":937,"Cost":619,"Date":"7/17/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":320,"Cost":211,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":785,"Cost":620,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":605,"Cost":416,"Date":"11/20/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":236,"Cost":177,"Date":"12/16/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":6,"Cost":5,"Date":"12/30/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":599,"Cost":364,"Date":"2/15/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":602,"Cost":462,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":202,"Cost":106,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":976,"Cost":749,"Date":"4/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":361,"Cost":241,"Date":"7/27/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":717,"Cost":600,"Date":"8/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":720,"Cost":490,"Date":"10/31/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":843,"Cost":486,"Date":"11/11/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":791,"Cost":605,"Date":"11/30/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":36,"Cost":27,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":69,"Cost":37,"Date":"3/1/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":745,"Cost":631,"Date":"4/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":373,"Cost":207,"Date":"5/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":152,"Cost":82,"Date":"8/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":661,"Cost":436,"Date":"9/15/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":479,"Cost":261,"Date":"10/14/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":834,"Cost":727,"Date":"10/28/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":71,"Cost":63,"Date":"11/11/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":653,"Cost":532,"Date":"12/7/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":425,"Cost":403,"Date":"12/21/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":744,"Cost":541,"Date":"1/6/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":658,"Cost":562,"Date":"1/23/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":700,"Cost":547,"Date":"2/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":628,"Cost":427,"Date":"3/10/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":607,"Cost":539,"Date":"3/12/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":368,"Cost":316,"Date":"3/31/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":251,"Cost":156,"Date":"6/16/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":798,"Cost":436,"Date":"6/17/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":529,"Cost":367,"Date":"8/27/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":294,"Cost":234,"Date":"10/1/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":372,"Cost":200,"Date":"11/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":743,"Cost":495,"Date":"11/9/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":77,"Cost":66,"Date":"3/27/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":22,"Cost":12,"Date":"4/17/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":361,"Cost":248,"Date":"8/11/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":433,"Cost":392,"Date":"8/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":265,"Cost":190,"Date":"9/2/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":309,"Cost":253,"Date":"9/5/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":716,"Cost":499,"Date":"9/14/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":956,"Cost":825,"Date":"9/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":459,"Cost":313,"Date":"11/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":513,"Cost":384,"Date":"12/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":108,"Cost":79,"Date":"1/7/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":910,"Cost":602,"Date":"1/21/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":210,"Cost":134,"Date":"2/9/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":933,"Cost":500,"Date":"3/19/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":461,"Cost":258,"Date":"4/3/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":958,"Cost":826,"Date":"4/5/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":800,"Cost":662,"Date":"4/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":724,"Cost":415,"Date":"7/10/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":877,"Cost":589,"Date":"3/25/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":667,"Cost":465,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":969,"Cost":571,"Date":"10/28/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":995,"Cost":727,"Date":"3/2/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":418,"Cost":351,"Date":"6/28/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":75,"Cost":71,"Date":"7/17/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":736,"Cost":663,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":713,"Cost":458,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":111,"Cost":58,"Date":"11/20/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":814,"Cost":439,"Date":"12/16/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":186,"Cost":172,"Date":"12/30/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":544,"Cost":335,"Date":"2/15/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":902,"Cost":634,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":528,"Cost":316,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":940,"Cost":497,"Date":"4/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":197,"Cost":119,"Date":"7/27/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":185,"Cost":117,"Date":"8/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":436,"Cost":229,"Date":"10/31/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":647,"Cost":450,"Date":"11/11/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":810,"Cost":539,"Date":"11/30/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":79,"Cost":62,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":676,"Cost":566,"Date":"3/1/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":320,"Cost":236,"Date":"4/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":872,"Cost":710,"Date":"5/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":563,"Cost":461,"Date":"8/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":393,"Cost":279,"Date":"9/15/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":988,"Cost":820,"Date":"10/14/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":76,"Cost":47,"Date":"10/28/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":456,"Cost":400,"Date":"11/11/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":384,"Cost":226,"Date":"12/7/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":604,"Cost":345,"Date":"12/21/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":740,"Cost":556,"Date":"1/6/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":472,"Cost":332,"Date":"1/23/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":128,"Cost":120,"Date":"2/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":480,"Cost":449,"Date":"3/10/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":677,"Cost":560,"Date":"3/12/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":562,"Cost":399,"Date":"3/31/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":282,"Cost":204,"Date":"6/16/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":829,"Cost":607,"Date":"6/17/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":838,"Cost":565,"Date":"8/27/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":8,"Cost":8,"Date":"10/1/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":653,"Cost":543,"Date":"11/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":892,"Cost":838,"Date":"11/9/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":32,"Cost":20,"Date":"3/27/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":318,"Cost":232,"Date":"4/17/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":248,"Cost":138,"Date":"8/11/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":168,"Cost":94,"Date":"8/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":200,"Cost":161,"Date":"9/2/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":810,"Cost":702,"Date":"9/5/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":759,"Cost":718,"Date":"9/14/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":410,"Cost":347,"Date":"9/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":184,"Cost":138,"Date":"11/20/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":370,"Cost":304,"Date":"12/21/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":516,"Cost":453,"Date":"1/7/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":516,"Cost":468,"Date":"1/21/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":771,"Cost":571,"Date":"2/9/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":858,"Cost":746,"Date":"3/19/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":462,"Cost":420,"Date":"4/3/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":280,"Cost":234,"Date":"4/5/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":694,"Cost":601,"Date":"4/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":426,"Cost":277,"Date":"7/10/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":70,"Cost":59,"Date":"3/25/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":994,"Cost":623,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":156,"Cost":92,"Date":"10/28/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":766,"Cost":543,"Date":"3/2/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":257,"Cost":167,"Date":"6/28/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":55,"Cost":34,"Date":"7/17/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":830,"Cost":580,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":459,"Cost":299,"Date":"8/23/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":44,"Cost":31,"Date":"11/20/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":672,"Cost":437,"Date":"12/16/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":705,"Cost":400,"Date":"12/30/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":27,"Cost":22,"Date":"2/15/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":698,"Cost":655,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":793,"Cost":715,"Date":"3/7/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":181,"Cost":165,"Date":"4/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":526,"Cost":352,"Date":"7/27/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":169,"Cost":93,"Date":"8/18/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":363,"Cost":343,"Date":"10/31/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":716,"Cost":517,"Date":"11/11/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":161,"Cost":118,"Date":"11/30/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":834,"Cost":591,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":436,"Cost":335,"Date":"3/1/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":955,"Cost":707,"Date":"4/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":841,"Cost":477,"Date":"5/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":976,"Cost":563,"Date":"8/13/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":660,"Cost":598,"Date":"9/15/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":693,"Cost":625,"Date":"10/14/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":763,"Cost":722,"Date":"10/28/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":847,"Cost":519,"Date":"11/11/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":332,"Cost":244,"Date":"12/7/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":717,"Cost":526,"Date":"12/21/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":479,"Cost":291,"Date":"1/6/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":272,"Cost":253,"Date":"1/23/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":725,"Cost":661,"Date":"2/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":835,"Cost":544,"Date":"3/10/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":945,"Cost":679,"Date":"3/12/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":616,"Cost":537,"Date":"3/31/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":528,"Cost":358,"Date":"6/16/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":858,"Cost":667,"Date":"6/17/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":206,"Cost":166,"Date":"8/27/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":668,"Cost":366,"Date":"10/1/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":964,"Cost":689,"Date":"11/4/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":956,"Cost":718,"Date":"11/9/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":804,"Cost":696,"Date":"3/27/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":859,"Cost":809,"Date":"4/17/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":115,"Cost":79,"Date":"8/11/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":320,"Cost":266,"Date":"8/21/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":968,"Cost":509,"Date":"9/2/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":877,"Cost":495,"Date":"9/5/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":74,"Cost":63,"Date":"9/14/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":182,"Cost":114,"Date":"9/20/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":562,"Cost":534,"Date":"11/20/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":47,"Cost":40,"Date":"12/21/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":333,"Cost":238,"Date":"1/7/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":43,"Cost":39,"Date":"1/21/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":803,"Cost":443,"Date":"2/9/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":728,"Cost":577,"Date":"3/19/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":272,"Cost":245,"Date":"4/3/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":462,"Cost":263,"Date":"4/5/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":276,"Cost":201,"Date":"4/28/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":880,"Cost":797,"Date":"7/10/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":944,"Cost":647,"Date":"3/25/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":665,"Cost":612,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":397,"Cost":312,"Date":"10/28/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":646,"Cost":373,"Date":"3/2/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":797,"Cost":440,"Date":"6/28/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":445,"Cost":373,"Date":"7/17/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":99,"Cost":73,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":577,"Cost":390,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":43,"Cost":21,"Date":"11/20/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":746,"Cost":515,"Date":"12/16/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":391,"Cost":330,"Date":"12/30/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":304,"Cost":259,"Date":"2/15/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":43,"Cost":34,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":935,"Cost":501,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":913,"Cost":460,"Date":"4/18/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":585,"Cost":461,"Date":"7/27/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":794,"Cost":408,"Date":"8/18/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":508,"Cost":255,"Date":"10/31/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":773,"Cost":690,"Date":"11/11/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":74,"Cost":50,"Date":"11/30/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":470,"Cost":310,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":61,"Cost":31,"Date":"3/1/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":652,"Cost":436,"Date":"4/13/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":431,"Cost":245,"Date":"5/20/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":512,"Cost":456,"Date":"8/13/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":351,"Cost":255,"Date":"9/15/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":253,"Cost":212,"Date":"10/14/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":447,"Cost":305,"Date":"10/28/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":664,"Cost":412,"Date":"11/11/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":467,"Cost":360,"Date":"12/7/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":654,"Cost":410,"Date":"12/21/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":520,"Cost":493,"Date":"1/6/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":890,"Cost":718,"Date":"1/23/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":851,"Cost":688,"Date":"2/4/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":567,"Cost":438,"Date":"3/10/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":848,"Cost":490,"Date":"3/12/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":595,"Cost":397,"Date":"3/31/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":704,"Cost":449,"Date":"6/16/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":398,"Cost":215,"Date":"6/17/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":745,"Cost":493,"Date":"8/27/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":507,"Cost":330,"Date":"10/1/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":204,"Cost":124,"Date":"11/4/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":685,"Cost":646,"Date":"11/9/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":310,"Cost":157,"Date":"3/27/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":844,"Cost":545,"Date":"4/17/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":408,"Cost":280,"Date":"8/11/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":401,"Cost":291,"Date":"8/21/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":186,"Cost":129,"Date":"9/2/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":722,"Cost":443,"Date":"9/5/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":692,"Cost":620,"Date":"9/14/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":154,"Cost":113,"Date":"9/20/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":506,"Cost":353,"Date":"11/20/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":281,"Cost":262,"Date":"12/21/2018"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":119,"Cost":107,"Date":"1/7/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":28,"Cost":17,"Date":"1/21/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":661,"Cost":557,"Date":"2/9/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":970,"Cost":654,"Date":"3/19/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":470,"Cost":332,"Date":"4/3/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":667,"Cost":496,"Date":"4/5/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":332,"Cost":207,"Date":"4/28/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":740,"Cost":599,"Date":"7/10/2019"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":27,"Cost":16,"Date":"3/25/2020"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":340,"Cost":254,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":244,"Cost":188,"Date":"10/28/2020"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":799,"Cost":421,"Date":"3/2/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":810,"Cost":669,"Date":"6/28/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":109,"Cost":70,"Date":"7/17/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":46,"Cost":25,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":184,"Cost":119,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":427,"Cost":334,"Date":"11/20/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":354,"Cost":188,"Date":"12/16/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":526,"Cost":410,"Date":"12/30/2021"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":746,"Cost":375,"Date":"2/15/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":535,"Cost":455,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":629,"Cost":383,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":112,"Cost":95,"Date":"4/18/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":404,"Cost":373,"Date":"7/27/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":723,"Cost":390,"Date":"8/18/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":393,"Cost":240,"Date":"10/31/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":516,"Cost":269,"Date":"11/11/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":214,"Cost":176,"Date":"11/30/2022"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":779,"Cost":626,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":842,"Cost":560,"Date":"3/1/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":874,"Cost":774,"Date":"4/13/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":464,"Cost":345,"Date":"5/20/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":391,"Cost":251,"Date":"8/13/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":407,"Cost":286,"Date":"9/15/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":313,"Cost":277,"Date":"10/14/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":895,"Cost":506,"Date":"10/28/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":270,"Cost":212,"Date":"11/11/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":165,"Cost":83,"Date":"12/7/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":118,"Cost":112,"Date":"12/21/2023"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":99,"Cost":85,"Date":"1/6/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":662,"Cost":595,"Date":"1/23/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":872,"Cost":574,"Date":"2/4/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":596,"Cost":353,"Date":"3/10/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":957,"Cost":817,"Date":"3/12/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":783,"Cost":548,"Date":"3/31/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":232,"Cost":216,"Date":"6/16/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":729,"Cost":422,"Date":"6/17/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":374,"Cost":276,"Date":"8/27/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":956,"Cost":616,"Date":"10/1/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":502,"Cost":371,"Date":"11/4/2024"},{"Store":"Euralille, Lille","Brand":"COS","Country":"France","Sale":178,"Cost":107,"Date":"11/9/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":180,"Cost":153,"Date":"3/27/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":448,"Cost":321,"Date":"4/17/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":498,"Cost":272,"Date":"8/11/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":647,"Cost":323,"Date":"8/21/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":794,"Cost":530,"Date":"9/2/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":432,"Cost":265,"Date":"9/5/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":675,"Cost":604,"Date":"9/14/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":274,"Cost":231,"Date":"9/20/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":596,"Cost":315,"Date":"11/20/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":100,"Cost":53,"Date":"12/21/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":939,"Cost":500,"Date":"1/7/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":684,"Cost":558,"Date":"1/21/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":168,"Cost":137,"Date":"2/9/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":440,"Cost":311,"Date":"3/19/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":972,"Cost":572,"Date":"4/3/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":944,"Cost":688,"Date":"4/5/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":236,"Cost":163,"Date":"4/28/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":821,"Cost":426,"Date":"7/10/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":745,"Cost":619,"Date":"3/25/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":824,"Cost":776,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":154,"Cost":105,"Date":"10/28/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":252,"Cost":143,"Date":"3/2/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":648,"Cost":339,"Date":"6/28/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":7,"Cost":3,"Date":"7/17/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":897,"Cost":609,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":932,"Cost":774,"Date":"8/23/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":300,"Cost":205,"Date":"11/20/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":885,"Cost":588,"Date":"12/16/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":707,"Cost":484,"Date":"12/30/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":777,"Cost":425,"Date":"2/15/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":386,"Cost":219,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":284,"Cost":178,"Date":"3/7/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":917,"Cost":511,"Date":"4/18/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":595,"Cost":309,"Date":"7/27/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":563,"Cost":389,"Date":"8/18/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":215,"Cost":147,"Date":"10/31/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":277,"Cost":186,"Date":"11/11/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":862,"Cost":708,"Date":"11/30/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":704,"Cost":477,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":9,"Cost":5,"Date":"3/1/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":864,"Cost":492,"Date":"4/13/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":777,"Cost":737,"Date":"5/20/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":210,"Cost":120,"Date":"8/13/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":92,"Cost":54,"Date":"9/15/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":254,"Cost":162,"Date":"10/14/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":126,"Cost":116,"Date":"10/28/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":211,"Cost":128,"Date":"11/11/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":503,"Cost":389,"Date":"12/7/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":149,"Cost":108,"Date":"12/21/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":69,"Cost":53,"Date":"1/6/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":647,"Cost":466,"Date":"1/23/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":347,"Cost":236,"Date":"2/4/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":394,"Cost":260,"Date":"3/10/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":386,"Cost":230,"Date":"3/12/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":226,"Cost":177,"Date":"3/31/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":482,"Cost":440,"Date":"6/16/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":212,"Cost":125,"Date":"6/17/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":127,"Cost":75,"Date":"8/27/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":321,"Cost":211,"Date":"10/1/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":708,"Cost":517,"Date":"11/4/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":288,"Cost":266,"Date":"11/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":904,"Cost":503,"Date":"3/27/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":332,"Cost":254,"Date":"4/17/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":853,"Cost":550,"Date":"8/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":450,"Cost":405,"Date":"8/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":650,"Cost":544,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":50,"Cost":30,"Date":"9/5/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":68,"Date":"9/14/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":668,"Cost":365,"Date":"9/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":730,"Cost":510,"Date":"11/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":511,"Cost":411,"Date":"12/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":905,"Cost":553,"Date":"1/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":643,"Cost":480,"Date":"1/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":391,"Cost":336,"Date":"2/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":503,"Date":"3/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":51,"Cost":26,"Date":"4/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":716,"Date":"4/5/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":955,"Cost":702,"Date":"4/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":435,"Cost":404,"Date":"7/10/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":579,"Date":"3/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":72,"Cost":45,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":31,"Cost":25,"Date":"10/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":474,"Cost":423,"Date":"3/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":562,"Cost":505,"Date":"6/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":977,"Cost":732,"Date":"7/17/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":89,"Cost":80,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":527,"Cost":312,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":918,"Cost":645,"Date":"11/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":57,"Date":"12/16/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":346,"Cost":202,"Date":"12/30/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":9,"Cost":7,"Date":"2/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":462,"Cost":428,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":470,"Cost":446,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":507,"Cost":437,"Date":"4/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":466,"Cost":425,"Date":"7/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":887,"Cost":551,"Date":"8/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":379,"Cost":318,"Date":"10/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":23,"Cost":21,"Date":"11/11/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":374,"Cost":350,"Date":"11/30/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":44,"Cost":35,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":129,"Cost":67,"Date":"3/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":447,"Cost":413,"Date":"4/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":814,"Cost":442,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":258,"Cost":226,"Date":"8/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":218,"Cost":122,"Date":"9/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":318,"Cost":273,"Date":"10/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":502,"Cost":293,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":590,"Date":"11/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":626,"Cost":465,"Date":"12/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":495,"Date":"12/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":852,"Cost":515,"Date":"1/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":313,"Cost":165,"Date":"1/23/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":55,"Cost":29,"Date":"2/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":51,"Cost":43,"Date":"3/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":492,"Cost":402,"Date":"3/12/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":889,"Cost":557,"Date":"3/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":575,"Cost":334,"Date":"6/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":552,"Cost":459,"Date":"6/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":184,"Cost":120,"Date":"8/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":58,"Date":"10/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":13,"Cost":9,"Date":"11/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":90,"Cost":81,"Date":"11/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":151,"Cost":85,"Date":"3/27/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":432,"Cost":365,"Date":"4/17/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":58,"Cost":42,"Date":"8/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":132,"Cost":112,"Date":"8/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":587,"Cost":431,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":774,"Cost":716,"Date":"9/5/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":998,"Cost":833,"Date":"9/14/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":975,"Cost":561,"Date":"9/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":572,"Cost":521,"Date":"11/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":124,"Cost":79,"Date":"12/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":918,"Cost":765,"Date":"1/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":58,"Cost":44,"Date":"1/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":351,"Cost":210,"Date":"2/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":86,"Cost":70,"Date":"3/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":210,"Cost":146,"Date":"4/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":632,"Cost":325,"Date":"4/5/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":619,"Cost":374,"Date":"4/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":566,"Cost":522,"Date":"7/10/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":146,"Cost":128,"Date":"3/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":780,"Cost":437,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":24,"Cost":20,"Date":"10/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":510,"Cost":348,"Date":"3/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":396,"Cost":324,"Date":"6/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":842,"Cost":466,"Date":"7/17/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":768,"Cost":680,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":864,"Cost":479,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":212,"Cost":176,"Date":"11/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":25,"Cost":20,"Date":"12/16/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":142,"Cost":90,"Date":"12/30/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":483,"Cost":270,"Date":"2/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":958,"Cost":491,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":191,"Cost":141,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":300,"Cost":204,"Date":"4/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":793,"Cost":580,"Date":"7/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":544,"Cost":327,"Date":"8/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":138,"Cost":85,"Date":"10/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":634,"Cost":483,"Date":"11/11/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":987,"Cost":814,"Date":"11/30/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":717,"Cost":486,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":681,"Cost":602,"Date":"3/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":264,"Cost":214,"Date":"4/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":340,"Cost":316,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":597,"Cost":550,"Date":"8/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":404,"Cost":288,"Date":"9/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":372,"Cost":201,"Date":"10/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":339,"Cost":313,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":118,"Cost":111,"Date":"11/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":904,"Cost":712,"Date":"12/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":71,"Cost":37,"Date":"12/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":185,"Cost":162,"Date":"1/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":873,"Cost":503,"Date":"1/23/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":611,"Cost":483,"Date":"2/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":311,"Cost":272,"Date":"3/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":344,"Cost":283,"Date":"3/12/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":551,"Cost":435,"Date":"3/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":502,"Cost":388,"Date":"6/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":776,"Cost":431,"Date":"6/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":171,"Cost":112,"Date":"8/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":573,"Cost":489,"Date":"10/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":504,"Cost":466,"Date":"11/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":673,"Cost":527,"Date":"11/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":711,"Cost":514,"Date":"3/27/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":346,"Cost":261,"Date":"4/17/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":666,"Cost":555,"Date":"8/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":467,"Cost":284,"Date":"8/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":719,"Cost":611,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":121,"Cost":90,"Date":"9/5/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":368,"Cost":320,"Date":"9/14/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":175,"Cost":123,"Date":"9/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":710,"Cost":500,"Date":"11/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":459,"Cost":357,"Date":"12/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":527,"Cost":395,"Date":"1/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":991,"Cost":801,"Date":"1/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":201,"Cost":167,"Date":"2/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":363,"Cost":292,"Date":"3/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":561,"Cost":283,"Date":"4/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":722,"Cost":567,"Date":"4/5/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":722,"Cost":635,"Date":"4/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":212,"Cost":188,"Date":"7/10/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":180,"Cost":170,"Date":"3/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":963,"Cost":897,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":926,"Cost":871,"Date":"10/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":853,"Cost":744,"Date":"3/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":29,"Cost":16,"Date":"6/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":984,"Cost":896,"Date":"7/17/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":816,"Cost":466,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":894,"Cost":783,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":14,"Cost":10,"Date":"11/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":671,"Cost":359,"Date":"12/16/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":892,"Cost":812,"Date":"12/30/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":978,"Cost":876,"Date":"2/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":890,"Cost":833,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":176,"Cost":118,"Date":"3/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":271,"Cost":155,"Date":"4/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":356,"Cost":292,"Date":"7/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":101,"Cost":58,"Date":"8/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":975,"Cost":733,"Date":"10/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":277,"Cost":197,"Date":"11/11/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":998,"Cost":617,"Date":"11/30/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":383,"Cost":304,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":337,"Cost":199,"Date":"3/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":822,"Cost":718,"Date":"4/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":870,"Cost":719,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":683,"Cost":380,"Date":"8/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":279,"Cost":227,"Date":"9/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":790,"Cost":582,"Date":"10/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":333,"Cost":197,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":396,"Cost":349,"Date":"11/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":187,"Cost":105,"Date":"12/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":754,"Cost":673,"Date":"12/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":421,"Cost":270,"Date":"1/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":72,"Cost":62,"Date":"1/23/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":77,"Cost":53,"Date":"2/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":940,"Cost":503,"Date":"3/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":965,"Cost":904,"Date":"3/12/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":80,"Cost":59,"Date":"3/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":563,"Cost":350,"Date":"6/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":301,"Cost":264,"Date":"6/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":964,"Cost":735,"Date":"8/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":544,"Cost":502,"Date":"10/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":386,"Cost":249,"Date":"11/4/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":235,"Cost":132,"Date":"11/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":67,"Cost":46,"Date":"3/27/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":319,"Cost":230,"Date":"4/17/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":492,"Cost":311,"Date":"8/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":519,"Cost":447,"Date":"8/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":781,"Cost":457,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":849,"Cost":652,"Date":"9/5/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":433,"Cost":239,"Date":"9/14/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":702,"Cost":371,"Date":"9/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":720,"Cost":656,"Date":"11/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":77,"Cost":56,"Date":"12/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":365,"Cost":269,"Date":"1/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":445,"Cost":356,"Date":"1/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":78,"Cost":68,"Date":"2/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":255,"Cost":167,"Date":"3/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":754,"Cost":514,"Date":"4/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":508,"Cost":389,"Date":"4/5/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":289,"Cost":180,"Date":"4/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":927,"Cost":543,"Date":"7/10/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":175,"Cost":163,"Date":"3/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":211,"Cost":166,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":571,"Cost":375,"Date":"10/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":99,"Cost":73,"Date":"3/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":452,"Cost":271,"Date":"6/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":917,"Cost":461,"Date":"7/17/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":210,"Cost":131,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":983,"Cost":916,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":945,"Cost":543,"Date":"11/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":245,"Cost":186,"Date":"12/16/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":508,"Cost":259,"Date":"12/30/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":188,"Cost":173,"Date":"2/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":300,"Cost":169,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":376,"Cost":339,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":160,"Cost":98,"Date":"4/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":107,"Cost":54,"Date":"7/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":371,"Cost":333,"Date":"8/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":744,"Cost":420,"Date":"10/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":492,"Cost":312,"Date":"11/11/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":499,"Cost":306,"Date":"11/30/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":821,"Cost":507,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":499,"Cost":385,"Date":"3/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":405,"Cost":324,"Date":"4/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":580,"Cost":323,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":873,"Cost":560,"Date":"8/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":7,"Cost":5,"Date":"9/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":666,"Cost":398,"Date":"10/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":251,"Cost":139,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":231,"Cost":182,"Date":"11/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":97,"Cost":77,"Date":"12/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":229,"Cost":139,"Date":"12/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":193,"Cost":105,"Date":"1/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":749,"Cost":702,"Date":"1/23/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":536,"Cost":377,"Date":"2/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":995,"Cost":614,"Date":"3/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":375,"Cost":299,"Date":"3/12/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":448,"Cost":369,"Date":"3/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":870,"Cost":730,"Date":"6/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":837,"Cost":762,"Date":"6/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":38,"Cost":33,"Date":"8/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":38,"Cost":35,"Date":"10/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":488,"Cost":408,"Date":"11/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":163,"Cost":154,"Date":"11/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":674,"Cost":569,"Date":"3/27/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":275,"Cost":227,"Date":"4/17/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":956,"Cost":495,"Date":"8/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":389,"Cost":253,"Date":"8/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":303,"Cost":275,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":995,"Cost":875,"Date":"9/5/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":37,"Cost":19,"Date":"9/14/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":612,"Cost":344,"Date":"9/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":125,"Cost":90,"Date":"11/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":38,"Cost":23,"Date":"12/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":543,"Cost":408,"Date":"1/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":764,"Cost":439,"Date":"1/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":878,"Cost":479,"Date":"2/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":840,"Cost":434,"Date":"3/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":421,"Cost":233,"Date":"4/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":220,"Cost":126,"Date":"4/5/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":551,"Cost":485,"Date":"4/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":296,"Cost":216,"Date":"7/10/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":542,"Cost":349,"Date":"3/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":502,"Cost":353,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":814,"Cost":620,"Date":"10/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":639,"Cost":597,"Date":"3/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":526,"Cost":314,"Date":"6/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":268,"Cost":230,"Date":"7/17/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":924,"Cost":651,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":659,"Cost":494,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":609,"Cost":313,"Date":"11/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":113,"Cost":69,"Date":"12/16/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":795,"Cost":663,"Date":"12/30/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":900,"Cost":590,"Date":"2/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":392,"Cost":316,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":248,"Cost":183,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":999,"Cost":823,"Date":"4/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":288,"Cost":155,"Date":"7/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":586,"Cost":547,"Date":"8/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":225,"Cost":135,"Date":"10/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":469,"Cost":330,"Date":"11/11/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":241,"Cost":130,"Date":"11/30/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":444,"Cost":417,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":462,"Cost":430,"Date":"3/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":296,"Cost":211,"Date":"4/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":765,"Cost":720,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":659,"Cost":532,"Date":"8/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":69,"Cost":56,"Date":"9/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":540,"Cost":322,"Date":"10/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":277,"Cost":198,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":381,"Cost":311,"Date":"11/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":62,"Cost":32,"Date":"12/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":966,"Cost":636,"Date":"12/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":519,"Cost":479,"Date":"1/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":93,"Cost":81,"Date":"1/23/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":108,"Cost":89,"Date":"2/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":850,"Cost":662,"Date":"3/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":931,"Cost":799,"Date":"3/12/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":394,"Cost":231,"Date":"3/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":497,"Cost":342,"Date":"6/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":447,"Cost":360,"Date":"6/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":905,"Cost":769,"Date":"8/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":106,"Cost":78,"Date":"10/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":699,"Cost":541,"Date":"11/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":352,"Cost":209,"Date":"11/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":4,"Cost":4,"Date":"3/27/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":960,"Cost":488,"Date":"4/17/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":21,"Cost":20,"Date":"8/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":61,"Cost":56,"Date":"8/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":634,"Cost":532,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":683,"Cost":589,"Date":"9/5/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":861,"Cost":578,"Date":"9/14/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":267,"Cost":168,"Date":"9/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":866,"Cost":602,"Date":"11/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":396,"Cost":306,"Date":"12/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":623,"Cost":339,"Date":"1/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":280,"Cost":231,"Date":"1/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":918,"Cost":464,"Date":"2/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":830,"Cost":664,"Date":"3/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":55,"Cost":47,"Date":"4/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":84,"Cost":76,"Date":"4/5/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":262,"Cost":155,"Date":"4/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":705,"Cost":659,"Date":"7/10/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":858,"Cost":655,"Date":"3/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":18,"Cost":10,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":214,"Cost":161,"Date":"10/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":86,"Cost":60,"Date":"3/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":192,"Cost":178,"Date":"6/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":352,"Cost":222,"Date":"7/17/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":803,"Cost":671,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":180,"Cost":93,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":169,"Cost":104,"Date":"11/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":877,"Cost":482,"Date":"12/16/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":191,"Cost":110,"Date":"12/30/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":37,"Cost":34,"Date":"2/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":650,"Cost":529,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":513,"Cost":280,"Date":"3/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":585,"Cost":311,"Date":"4/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":375,"Cost":191,"Date":"7/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":723,"Cost":393,"Date":"8/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":341,"Cost":208,"Date":"10/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":59,"Cost":46,"Date":"11/11/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":828,"Cost":668,"Date":"11/30/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":684,"Cost":504,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":344,"Cost":215,"Date":"3/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":455,"Cost":293,"Date":"4/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":198,"Cost":116,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":924,"Cost":612,"Date":"8/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":433,"Cost":381,"Date":"9/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":986,"Cost":680,"Date":"10/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":361,"Cost":256,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":752,"Cost":439,"Date":"11/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":683,"Cost":479,"Date":"12/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":115,"Cost":81,"Date":"12/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":949,"Cost":900,"Date":"1/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":901,"Cost":782,"Date":"1/23/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":548,"Cost":394,"Date":"2/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":34,"Cost":26,"Date":"3/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":344,"Cost":232,"Date":"3/12/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":811,"Cost":696,"Date":"3/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":67,"Cost":57,"Date":"6/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":554,"Cost":406,"Date":"6/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":170,"Cost":99,"Date":"8/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":912,"Cost":797,"Date":"10/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":635,"Cost":588,"Date":"11/4/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Nova","Country":"Germany","Sale":343,"Cost":203,"Date":"11/9/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":439,"Cost":321,"Date":"3/27/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":312,"Date":"4/17/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":219,"Cost":142,"Date":"8/11/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":669,"Cost":448,"Date":"8/21/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":529,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":349,"Cost":287,"Date":"9/5/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":101,"Cost":61,"Date":"9/14/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":6,"Cost":4,"Date":"9/20/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":737,"Cost":424,"Date":"11/20/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":330,"Cost":173,"Date":"12/21/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":457,"Cost":348,"Date":"1/7/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":587,"Cost":401,"Date":"1/21/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":670,"Cost":376,"Date":"2/9/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":652,"Cost":476,"Date":"3/19/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":887,"Cost":836,"Date":"4/3/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":607,"Cost":356,"Date":"4/5/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":598,"Cost":562,"Date":"4/28/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":327,"Cost":226,"Date":"7/10/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":492,"Cost":263,"Date":"3/25/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":956,"Cost":655,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":660,"Cost":514,"Date":"10/28/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":314,"Cost":232,"Date":"3/2/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":17,"Cost":10,"Date":"6/28/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":116,"Cost":78,"Date":"7/17/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":828,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":163,"Cost":89,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":4,"Cost":2,"Date":"11/20/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":252,"Cost":146,"Date":"12/16/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":5,"Cost":2,"Date":"12/30/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":963,"Cost":889,"Date":"2/15/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":632,"Cost":422,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":386,"Cost":265,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":494,"Cost":368,"Date":"4/18/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":870,"Cost":588,"Date":"7/27/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":79,"Cost":40,"Date":"8/18/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":245,"Cost":164,"Date":"10/31/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":940,"Cost":690,"Date":"11/11/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":623,"Cost":401,"Date":"11/30/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":875,"Cost":724,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":870,"Cost":805,"Date":"3/1/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":527,"Cost":264,"Date":"4/13/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":430,"Cost":291,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":586,"Date":"8/13/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":642,"Cost":450,"Date":"9/15/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":998,"Cost":626,"Date":"10/14/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":891,"Cost":755,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":517,"Cost":467,"Date":"11/11/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":140,"Date":"12/7/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":828,"Cost":580,"Date":"12/21/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":757,"Cost":475,"Date":"1/6/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":780,"Cost":592,"Date":"1/23/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":517,"Cost":280,"Date":"2/4/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":342,"Cost":196,"Date":"3/10/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":405,"Date":"3/12/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":875,"Cost":522,"Date":"3/31/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":6,"Date":"6/16/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":611,"Cost":319,"Date":"6/17/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":297,"Cost":171,"Date":"8/27/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":441,"Cost":340,"Date":"10/1/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":507,"Cost":278,"Date":"11/4/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":892,"Cost":823,"Date":"11/9/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":246,"Cost":125,"Date":"3/27/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":365,"Cost":345,"Date":"4/17/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":299,"Cost":210,"Date":"8/11/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":442,"Cost":394,"Date":"8/21/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":514,"Cost":324,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":29,"Cost":15,"Date":"9/5/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":888,"Cost":637,"Date":"9/14/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":514,"Cost":391,"Date":"9/20/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":664,"Cost":452,"Date":"11/20/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":23,"Cost":13,"Date":"12/21/2018"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":479,"Cost":303,"Date":"1/7/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":661,"Cost":543,"Date":"1/21/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":48,"Cost":38,"Date":"2/9/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":61,"Cost":36,"Date":"3/19/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":118,"Cost":99,"Date":"4/3/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":578,"Cost":530,"Date":"4/5/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":122,"Cost":109,"Date":"4/28/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":430,"Cost":291,"Date":"7/10/2019"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":794,"Cost":707,"Date":"3/25/2020"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":891,"Cost":770,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":181,"Cost":96,"Date":"10/28/2020"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":129,"Cost":113,"Date":"3/2/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":356,"Cost":187,"Date":"6/28/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":650,"Cost":563,"Date":"7/17/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":282,"Cost":210,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":966,"Cost":562,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":53,"Cost":45,"Date":"11/20/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":68,"Cost":61,"Date":"12/16/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":747,"Cost":649,"Date":"12/30/2021"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":415,"Cost":353,"Date":"2/15/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":543,"Cost":367,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":458,"Cost":383,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":209,"Cost":178,"Date":"4/18/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":270,"Cost":162,"Date":"7/27/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":652,"Cost":393,"Date":"8/18/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":210,"Cost":130,"Date":"10/31/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":904,"Cost":593,"Date":"11/11/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":689,"Cost":577,"Date":"11/30/2022"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":377,"Cost":344,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":3,"Cost":3,"Date":"3/1/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":19,"Cost":16,"Date":"4/13/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":381,"Cost":358,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":708,"Cost":434,"Date":"8/13/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":676,"Cost":548,"Date":"9/15/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":713,"Cost":665,"Date":"10/14/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":878,"Cost":510,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":234,"Cost":172,"Date":"11/11/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":623,"Cost":374,"Date":"12/7/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":216,"Cost":160,"Date":"12/21/2023"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":405,"Cost":286,"Date":"1/6/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":915,"Cost":664,"Date":"1/23/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":679,"Cost":384,"Date":"2/4/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":869,"Cost":681,"Date":"3/10/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":475,"Cost":422,"Date":"3/12/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":506,"Cost":320,"Date":"3/31/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":964,"Cost":838,"Date":"6/16/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":136,"Cost":104,"Date":"6/17/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":110,"Cost":79,"Date":"8/27/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":799,"Cost":466,"Date":"10/1/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":414,"Cost":393,"Date":"11/4/2024"},{"Store":"Alexa, Berlin","Brand":"COS","Country":"Germany","Sale":211,"Cost":156,"Date":"11/9/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":34,"Cost":23,"Date":"3/27/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":418,"Date":"4/17/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":286,"Date":"8/11/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":35,"Date":"8/21/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":354,"Cost":299,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":462,"Cost":418,"Date":"9/5/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":839,"Cost":777,"Date":"9/14/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":800,"Cost":513,"Date":"9/20/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":526,"Cost":467,"Date":"11/20/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":933,"Cost":773,"Date":"12/21/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":78,"Cost":68,"Date":"1/7/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":239,"Cost":168,"Date":"1/21/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":591,"Cost":462,"Date":"2/9/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":918,"Cost":714,"Date":"3/19/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":385,"Cost":323,"Date":"4/3/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":756,"Date":"4/5/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":82,"Cost":58,"Date":"4/28/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":20,"Date":"7/10/2019"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":371,"Cost":219,"Date":"3/25/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":906,"Cost":691,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":811,"Cost":689,"Date":"10/28/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":564,"Cost":323,"Date":"3/2/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":209,"Date":"6/28/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":941,"Cost":719,"Date":"7/17/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":431,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":435,"Cost":364,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":330,"Cost":274,"Date":"11/20/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":39,"Date":"12/16/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":941,"Cost":884,"Date":"12/30/2021"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":339,"Cost":312,"Date":"2/15/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":111,"Cost":105,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":667,"Date":"3/7/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":374,"Cost":208,"Date":"4/18/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":464,"Cost":352,"Date":"7/27/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":965,"Cost":868,"Date":"8/18/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":730,"Cost":393,"Date":"10/31/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":456,"Cost":410,"Date":"11/11/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":391,"Date":"11/30/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":53,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":953,"Cost":547,"Date":"3/1/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":599,"Cost":540,"Date":"4/13/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":452,"Cost":364,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":140,"Date":"8/13/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":376,"Date":"9/15/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":52,"Cost":39,"Date":"10/14/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":485,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":919,"Cost":495,"Date":"11/11/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":349,"Cost":250,"Date":"12/7/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":308,"Cost":177,"Date":"12/21/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":388,"Cost":366,"Date":"1/6/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":533,"Cost":402,"Date":"1/23/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":153,"Date":"2/4/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":597,"Cost":512,"Date":"3/10/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":936,"Cost":884,"Date":"3/12/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":998,"Cost":506,"Date":"3/31/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":134,"Date":"6/16/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":725,"Cost":371,"Date":"6/17/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":797,"Cost":636,"Date":"8/27/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":508,"Date":"10/1/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":654,"Cost":414,"Date":"11/4/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":753,"Cost":623,"Date":"11/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":219,"Cost":205,"Date":"3/27/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":306,"Cost":172,"Date":"4/17/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":80,"Cost":64,"Date":"8/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":650,"Cost":329,"Date":"8/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":164,"Cost":145,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":693,"Cost":495,"Date":"9/5/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":533,"Cost":506,"Date":"9/14/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":256,"Cost":196,"Date":"9/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":125,"Cost":116,"Date":"11/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":731,"Cost":657,"Date":"12/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":418,"Cost":260,"Date":"1/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":605,"Cost":486,"Date":"1/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":338,"Cost":272,"Date":"2/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":803,"Cost":695,"Date":"3/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":299,"Cost":182,"Date":"4/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":749,"Cost":702,"Date":"4/5/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":312,"Cost":205,"Date":"4/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":247,"Cost":235,"Date":"7/10/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":679,"Cost":404,"Date":"3/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":326,"Cost":197,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":501,"Cost":344,"Date":"10/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":568,"Cost":296,"Date":"3/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":559,"Cost":315,"Date":"6/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":901,"Cost":677,"Date":"7/17/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":633,"Cost":596,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":700,"Cost":422,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":293,"Cost":184,"Date":"11/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":955,"Cost":550,"Date":"12/16/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":387,"Cost":321,"Date":"12/30/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":252,"Cost":157,"Date":"2/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":74,"Cost":39,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":500,"Cost":439,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":31,"Cost":28,"Date":"4/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":645,"Cost":438,"Date":"7/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":654,"Cost":447,"Date":"8/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":355,"Cost":178,"Date":"10/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":8,"Cost":8,"Date":"11/11/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":826,"Cost":696,"Date":"11/30/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":21,"Cost":14,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":311,"Cost":160,"Date":"3/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":840,"Cost":433,"Date":"4/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":383,"Cost":246,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":31,"Cost":18,"Date":"8/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":931,"Cost":563,"Date":"9/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":845,"Cost":713,"Date":"10/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":730,"Cost":464,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":355,"Cost":222,"Date":"11/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":833,"Cost":759,"Date":"12/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":939,"Cost":890,"Date":"12/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":782,"Cost":741,"Date":"1/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":687,"Cost":554,"Date":"1/23/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":841,"Cost":665,"Date":"2/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":451,"Cost":381,"Date":"3/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":424,"Cost":331,"Date":"3/12/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":9,"Cost":8,"Date":"3/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":651,"Cost":617,"Date":"6/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":146,"Cost":130,"Date":"6/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":136,"Cost":100,"Date":"8/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":432,"Cost":321,"Date":"10/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":427,"Cost":393,"Date":"11/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":685,"Cost":386,"Date":"11/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":689,"Cost":577,"Date":"3/27/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":549,"Cost":305,"Date":"4/17/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":36,"Cost":28,"Date":"8/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":501,"Cost":378,"Date":"8/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":588,"Cost":478,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":537,"Cost":361,"Date":"9/5/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":174,"Cost":153,"Date":"9/14/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":17,"Cost":11,"Date":"9/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":946,"Cost":862,"Date":"11/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":71,"Cost":53,"Date":"12/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":943,"Cost":530,"Date":"1/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":968,"Cost":601,"Date":"1/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":527,"Cost":388,"Date":"2/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":150,"Date":"3/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":443,"Cost":340,"Date":"4/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":6,"Cost":6,"Date":"4/5/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":506,"Date":"4/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":453,"Cost":313,"Date":"7/10/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":141,"Cost":87,"Date":"3/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":182,"Cost":158,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":958,"Cost":799,"Date":"10/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":593,"Cost":361,"Date":"3/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":51,"Cost":30,"Date":"6/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":143,"Cost":136,"Date":"7/17/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":622,"Cost":523,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":509,"Cost":471,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":836,"Cost":726,"Date":"11/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":213,"Cost":141,"Date":"12/16/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":740,"Cost":521,"Date":"12/30/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":321,"Cost":189,"Date":"2/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":389,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":101,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":429,"Date":"4/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":899,"Cost":785,"Date":"7/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":755,"Cost":411,"Date":"8/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":785,"Cost":741,"Date":"10/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":555,"Date":"11/11/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":433,"Cost":346,"Date":"11/30/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":495,"Cost":321,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":71,"Date":"3/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":100,"Date":"4/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":977,"Cost":899,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":234,"Cost":150,"Date":"8/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":414,"Cost":302,"Date":"9/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":285,"Date":"10/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":528,"Cost":490,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":741,"Cost":491,"Date":"11/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":920,"Cost":863,"Date":"12/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":626,"Cost":405,"Date":"12/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":778,"Cost":470,"Date":"1/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":878,"Cost":714,"Date":"1/23/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":712,"Cost":485,"Date":"2/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":723,"Cost":597,"Date":"3/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":776,"Cost":629,"Date":"3/12/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":884,"Cost":568,"Date":"3/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":298,"Cost":282,"Date":"6/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":891,"Cost":450,"Date":"6/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":1,"Cost":1,"Date":"8/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":104,"Cost":52,"Date":"10/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":968,"Cost":679,"Date":"11/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":465,"Cost":395,"Date":"11/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":377,"Cost":342,"Date":"3/27/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":864,"Cost":545,"Date":"4/17/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":558,"Cost":423,"Date":"8/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":27,"Cost":17,"Date":"8/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":324,"Cost":279,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":270,"Cost":240,"Date":"9/5/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":256,"Cost":133,"Date":"9/14/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":381,"Cost":275,"Date":"9/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":476,"Cost":251,"Date":"11/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":522,"Cost":450,"Date":"12/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":790,"Cost":405,"Date":"1/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":8,"Cost":7,"Date":"1/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":93,"Cost":51,"Date":"2/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":960,"Cost":910,"Date":"3/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":996,"Cost":588,"Date":"4/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":84,"Cost":57,"Date":"4/5/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":302,"Cost":171,"Date":"4/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":55,"Cost":27,"Date":"7/10/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":13,"Cost":8,"Date":"3/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":866,"Cost":700,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":524,"Cost":329,"Date":"10/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":877,"Cost":579,"Date":"3/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":54,"Cost":29,"Date":"6/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":626,"Cost":405,"Date":"7/17/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":29,"Cost":16,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":740,"Cost":669,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":115,"Cost":104,"Date":"11/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":698,"Cost":580,"Date":"12/16/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":415,"Cost":286,"Date":"12/30/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":975,"Cost":697,"Date":"2/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":866,"Cost":770,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":126,"Cost":111,"Date":"3/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":631,"Cost":378,"Date":"4/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":712,"Cost":473,"Date":"7/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":314,"Cost":240,"Date":"8/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":556,"Cost":305,"Date":"10/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":932,"Cost":757,"Date":"11/11/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":150,"Cost":123,"Date":"11/30/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":195,"Cost":162,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":149,"Cost":97,"Date":"3/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":973,"Cost":737,"Date":"4/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":50,"Cost":29,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":404,"Cost":373,"Date":"8/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":362,"Cost":270,"Date":"9/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":577,"Cost":288,"Date":"10/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":471,"Cost":445,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":488,"Cost":347,"Date":"11/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":925,"Cost":843,"Date":"12/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":63,"Cost":37,"Date":"12/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":204,"Cost":186,"Date":"1/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":658,"Cost":517,"Date":"1/23/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":534,"Cost":306,"Date":"2/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":447,"Cost":284,"Date":"3/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":176,"Cost":159,"Date":"3/12/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":531,"Cost":445,"Date":"3/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":165,"Cost":143,"Date":"6/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":168,"Cost":118,"Date":"6/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":877,"Cost":719,"Date":"8/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":985,"Cost":839,"Date":"10/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":21,"Cost":18,"Date":"11/4/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":762,"Cost":460,"Date":"11/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":673,"Date":"3/27/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":664,"Cost":561,"Date":"4/17/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":297,"Cost":202,"Date":"8/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":29,"Date":"8/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":8,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":322,"Cost":224,"Date":"9/5/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":807,"Cost":766,"Date":"9/14/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":289,"Cost":222,"Date":"9/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":863,"Cost":729,"Date":"11/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":826,"Cost":558,"Date":"12/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":589,"Cost":461,"Date":"1/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":206,"Cost":164,"Date":"1/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":730,"Cost":489,"Date":"2/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":551,"Cost":520,"Date":"3/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":981,"Cost":514,"Date":"4/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":386,"Cost":259,"Date":"4/5/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":179,"Cost":164,"Date":"4/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":28,"Date":"7/10/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":711,"Cost":616,"Date":"3/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":755,"Cost":641,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":631,"Date":"10/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":601,"Cost":361,"Date":"3/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":210,"Cost":111,"Date":"6/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":44,"Date":"7/17/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":692,"Cost":363,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":254,"Cost":216,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":898,"Date":"11/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":481,"Date":"12/16/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":365,"Cost":286,"Date":"12/30/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":810,"Cost":419,"Date":"2/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":610,"Cost":461,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":318,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":176,"Date":"4/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":313,"Date":"7/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":311,"Date":"8/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":594,"Cost":377,"Date":"10/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":212,"Cost":143,"Date":"11/11/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":979,"Cost":839,"Date":"11/30/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":948,"Cost":650,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":514,"Date":"3/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":624,"Cost":441,"Date":"4/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":3,"Cost":2,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":102,"Cost":67,"Date":"8/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":418,"Cost":222,"Date":"9/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":221,"Cost":176,"Date":"10/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":694,"Cost":457,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":72,"Date":"11/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":145,"Cost":121,"Date":"12/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":386,"Cost":335,"Date":"12/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":255,"Date":"1/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":113,"Cost":64,"Date":"1/23/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":489,"Date":"2/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":322,"Cost":181,"Date":"3/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":314,"Cost":211,"Date":"3/12/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":733,"Cost":628,"Date":"3/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":808,"Cost":404,"Date":"6/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":383,"Cost":304,"Date":"6/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":802,"Date":"8/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":607,"Date":"10/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":309,"Cost":207,"Date":"11/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":205,"Date":"11/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":832,"Cost":664,"Date":"3/27/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":932,"Cost":569,"Date":"4/17/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":293,"Date":"8/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":135,"Cost":81,"Date":"8/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":67,"Cost":37,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":292,"Cost":248,"Date":"9/5/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":425,"Cost":260,"Date":"9/14/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":661,"Cost":508,"Date":"9/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":86,"Date":"11/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":69,"Cost":51,"Date":"12/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":339,"Cost":232,"Date":"1/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":177,"Cost":142,"Date":"1/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":158,"Cost":80,"Date":"2/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":542,"Cost":409,"Date":"3/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":791,"Cost":531,"Date":"4/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":598,"Date":"4/5/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":781,"Cost":607,"Date":"4/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":640,"Cost":492,"Date":"7/10/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":969,"Cost":749,"Date":"3/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":166,"Cost":134,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":959,"Cost":835,"Date":"10/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":988,"Cost":716,"Date":"3/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":952,"Cost":807,"Date":"6/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":912,"Cost":689,"Date":"7/17/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":382,"Cost":241,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":838,"Cost":583,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":864,"Cost":673,"Date":"11/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":539,"Date":"12/16/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":268,"Cost":173,"Date":"12/30/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":20,"Cost":16,"Date":"2/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":212,"Cost":152,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":503,"Cost":351,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":862,"Cost":679,"Date":"4/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":453,"Cost":322,"Date":"7/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":145,"Cost":106,"Date":"8/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":500,"Date":"10/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":177,"Cost":91,"Date":"11/11/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":779,"Cost":618,"Date":"11/30/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":436,"Cost":404,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":237,"Cost":209,"Date":"3/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":740,"Cost":572,"Date":"4/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":560,"Cost":335,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":243,"Cost":168,"Date":"8/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":641,"Cost":477,"Date":"9/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":678,"Cost":477,"Date":"10/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":236,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":243,"Cost":133,"Date":"11/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":874,"Cost":749,"Date":"12/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":687,"Cost":387,"Date":"12/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":475,"Cost":401,"Date":"1/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":662,"Cost":553,"Date":"1/23/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":236,"Date":"2/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":662,"Date":"3/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":406,"Cost":313,"Date":"3/12/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":601,"Date":"3/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":845,"Cost":538,"Date":"6/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":225,"Cost":207,"Date":"6/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":314,"Date":"8/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":433,"Cost":405,"Date":"10/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":899,"Cost":529,"Date":"11/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Jeans","Country":"Germany","Sale":742,"Cost":418,"Date":"11/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":67,"Date":"3/27/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":846,"Cost":522,"Date":"4/17/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":768,"Cost":648,"Date":"8/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":786,"Cost":553,"Date":"8/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":67,"Cost":40,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":126,"Cost":111,"Date":"9/5/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":328,"Date":"9/14/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":436,"Cost":308,"Date":"9/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":593,"Date":"11/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":805,"Cost":430,"Date":"12/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":27,"Cost":22,"Date":"1/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":667,"Cost":612,"Date":"1/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":120,"Cost":76,"Date":"2/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":362,"Cost":312,"Date":"3/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":265,"Cost":241,"Date":"4/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":347,"Cost":275,"Date":"4/5/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":140,"Date":"4/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":168,"Date":"7/10/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":260,"Cost":211,"Date":"3/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":338,"Cost":171,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":718,"Cost":517,"Date":"10/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":38,"Date":"3/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":679,"Cost":540,"Date":"6/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":777,"Cost":576,"Date":"7/17/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":332,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":862,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":603,"Cost":385,"Date":"11/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":97,"Date":"12/16/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":195,"Cost":113,"Date":"12/30/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":22,"Cost":17,"Date":"2/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":260,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":72,"Cost":45,"Date":"3/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":501,"Cost":375,"Date":"4/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":507,"Cost":412,"Date":"7/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":342,"Cost":295,"Date":"8/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":551,"Date":"10/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":336,"Date":"11/11/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":476,"Cost":336,"Date":"11/30/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":689,"Cost":598,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":973,"Cost":704,"Date":"3/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":319,"Cost":294,"Date":"4/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":677,"Cost":440,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":219,"Cost":191,"Date":"8/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":182,"Date":"9/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":309,"Date":"10/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":833,"Cost":784,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":399,"Cost":232,"Date":"11/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":432,"Cost":274,"Date":"12/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":883,"Cost":746,"Date":"12/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":75,"Cost":45,"Date":"1/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":239,"Date":"1/23/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":242,"Cost":221,"Date":"2/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":369,"Cost":319,"Date":"3/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":967,"Cost":562,"Date":"3/12/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":157,"Cost":119,"Date":"3/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":718,"Cost":468,"Date":"6/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":380,"Cost":254,"Date":"6/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":340,"Cost":238,"Date":"8/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":62,"Cost":47,"Date":"10/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":315,"Cost":295,"Date":"11/4/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":293,"Date":"11/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":674,"Cost":359,"Date":"3/27/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":490,"Cost":411,"Date":"4/17/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":70,"Cost":38,"Date":"8/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":987,"Cost":715,"Date":"8/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":517,"Cost":430,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":976,"Cost":789,"Date":"9/5/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":503,"Cost":355,"Date":"9/14/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":709,"Cost":512,"Date":"9/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":371,"Cost":335,"Date":"11/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":133,"Cost":89,"Date":"12/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":277,"Cost":185,"Date":"1/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":922,"Cost":479,"Date":"1/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":116,"Cost":65,"Date":"2/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":7,"Cost":3,"Date":"3/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":251,"Cost":158,"Date":"4/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":727,"Cost":398,"Date":"4/5/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":365,"Cost":297,"Date":"4/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":839,"Cost":675,"Date":"7/10/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":543,"Cost":438,"Date":"3/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":180,"Cost":94,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":906,"Cost":629,"Date":"10/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":261,"Cost":232,"Date":"3/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":866,"Cost":628,"Date":"6/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":975,"Cost":862,"Date":"7/17/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":292,"Cost":236,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":235,"Cost":218,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":611,"Cost":570,"Date":"11/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":625,"Cost":349,"Date":"12/16/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":358,"Cost":316,"Date":"12/30/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":919,"Cost":681,"Date":"2/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":400,"Cost":340,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":890,"Cost":686,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":1000,"Cost":936,"Date":"4/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":198,"Cost":126,"Date":"7/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":871,"Cost":721,"Date":"8/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":14,"Cost":13,"Date":"10/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":956,"Cost":737,"Date":"11/11/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":288,"Cost":173,"Date":"11/30/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":416,"Cost":221,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":645,"Cost":326,"Date":"3/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":220,"Cost":110,"Date":"4/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":920,"Cost":628,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":537,"Cost":489,"Date":"8/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":491,"Cost":268,"Date":"9/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":891,"Cost":505,"Date":"10/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":105,"Cost":81,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":83,"Cost":64,"Date":"11/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":796,"Cost":523,"Date":"12/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":639,"Cost":391,"Date":"12/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":379,"Cost":337,"Date":"1/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":518,"Cost":271,"Date":"1/23/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":960,"Cost":724,"Date":"2/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":107,"Cost":101,"Date":"3/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":413,"Cost":264,"Date":"3/12/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":539,"Cost":379,"Date":"3/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":694,"Cost":457,"Date":"6/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":481,"Cost":440,"Date":"6/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":307,"Cost":263,"Date":"8/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":127,"Cost":120,"Date":"10/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":407,"Cost":233,"Date":"11/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":461,"Cost":426,"Date":"11/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":455,"Cost":398,"Date":"3/27/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":555,"Cost":403,"Date":"4/17/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":344,"Cost":242,"Date":"8/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":115,"Cost":100,"Date":"8/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":434,"Cost":399,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":344,"Cost":318,"Date":"9/5/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":975,"Cost":824,"Date":"9/14/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":898,"Cost":848,"Date":"9/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":493,"Cost":353,"Date":"11/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":787,"Cost":636,"Date":"12/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":120,"Cost":98,"Date":"1/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":286,"Cost":251,"Date":"1/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":358,"Cost":309,"Date":"2/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":428,"Cost":401,"Date":"3/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":356,"Cost":325,"Date":"4/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":940,"Cost":670,"Date":"4/5/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":331,"Cost":292,"Date":"4/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":383,"Cost":255,"Date":"7/10/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":961,"Cost":716,"Date":"3/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":614,"Cost":339,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":447,"Cost":315,"Date":"10/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":665,"Cost":391,"Date":"3/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":480,"Cost":292,"Date":"6/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":707,"Cost":587,"Date":"7/17/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":343,"Cost":178,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":443,"Cost":329,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":601,"Cost":436,"Date":"11/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":223,"Cost":117,"Date":"12/16/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":864,"Cost":675,"Date":"12/30/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":604,"Cost":569,"Date":"2/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":198,"Cost":178,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":554,"Cost":401,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":195,"Cost":151,"Date":"4/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":446,"Cost":406,"Date":"7/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":831,"Cost":672,"Date":"8/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":287,"Cost":254,"Date":"10/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":609,"Cost":538,"Date":"11/11/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":386,"Cost":293,"Date":"11/30/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":996,"Cost":561,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":443,"Cost":246,"Date":"3/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":565,"Cost":429,"Date":"4/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":380,"Cost":201,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":495,"Cost":448,"Date":"8/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":112,"Cost":83,"Date":"9/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":639,"Cost":364,"Date":"10/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":869,"Cost":524,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":416,"Cost":372,"Date":"11/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":706,"Cost":556,"Date":"12/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":337,"Cost":249,"Date":"12/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":137,"Cost":73,"Date":"1/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":587,"Cost":548,"Date":"1/23/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":75,"Cost":50,"Date":"2/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":865,"Cost":663,"Date":"3/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":787,"Cost":393,"Date":"3/12/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":549,"Cost":296,"Date":"3/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":370,"Cost":299,"Date":"6/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":382,"Cost":267,"Date":"6/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":313,"Cost":294,"Date":"8/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":925,"Cost":555,"Date":"10/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":265,"Cost":236,"Date":"11/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":966,"Cost":678,"Date":"11/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":863,"Cost":727,"Date":"3/27/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":984,"Cost":584,"Date":"4/17/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":7,"Cost":4,"Date":"8/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":743,"Cost":610,"Date":"8/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":589,"Cost":384,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":775,"Cost":393,"Date":"9/5/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":292,"Cost":155,"Date":"9/14/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":685,"Cost":380,"Date":"9/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":38,"Cost":28,"Date":"11/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":869,"Cost":715,"Date":"12/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":198,"Cost":166,"Date":"1/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":461,"Cost":356,"Date":"1/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":335,"Cost":196,"Date":"2/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":487,"Cost":397,"Date":"3/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":464,"Cost":255,"Date":"4/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":993,"Cost":635,"Date":"4/5/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":999,"Cost":664,"Date":"4/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":609,"Cost":425,"Date":"7/10/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":269,"Cost":197,"Date":"3/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":748,"Cost":552,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":759,"Cost":671,"Date":"10/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":385,"Cost":338,"Date":"3/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":686,"Cost":400,"Date":"6/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":501,"Cost":340,"Date":"7/17/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":652,"Cost":514,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":762,"Cost":508,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":54,"Cost":32,"Date":"11/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":316,"Cost":167,"Date":"12/16/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":170,"Cost":107,"Date":"12/30/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":755,"Cost":501,"Date":"2/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":477,"Cost":378,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":526,"Cost":350,"Date":"3/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":626,"Cost":442,"Date":"4/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":472,"Cost":379,"Date":"7/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":224,"Cost":147,"Date":"8/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":225,"Cost":165,"Date":"10/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":36,"Cost":18,"Date":"11/11/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":340,"Cost":277,"Date":"11/30/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":408,"Cost":367,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":818,"Cost":638,"Date":"3/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":734,"Cost":685,"Date":"4/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":832,"Cost":770,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":247,"Cost":140,"Date":"8/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":577,"Cost":322,"Date":"9/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":186,"Cost":126,"Date":"10/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":443,"Cost":269,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":983,"Cost":736,"Date":"11/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":251,"Cost":226,"Date":"12/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":699,"Cost":423,"Date":"12/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":412,"Cost":367,"Date":"1/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":132,"Cost":86,"Date":"1/23/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":183,"Cost":104,"Date":"2/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":99,"Cost":52,"Date":"3/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":789,"Cost":738,"Date":"3/12/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":376,"Cost":233,"Date":"3/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":6,"Cost":4,"Date":"6/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":786,"Cost":420,"Date":"6/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":205,"Cost":106,"Date":"8/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":225,"Cost":187,"Date":"10/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":768,"Cost":511,"Date":"11/4/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"COS","Country":"Germany","Sale":503,"Cost":383,"Date":"11/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":524,"Cost":426,"Date":"3/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":483,"Cost":378,"Date":"4/17/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":910,"Cost":593,"Date":"8/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":603,"Cost":392,"Date":"8/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":342,"Cost":300,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":901,"Cost":540,"Date":"9/5/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":262,"Cost":135,"Date":"9/14/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":19,"Cost":18,"Date":"9/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":499,"Cost":405,"Date":"11/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":432,"Cost":361,"Date":"12/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":971,"Cost":549,"Date":"1/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":762,"Cost":551,"Date":"1/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":776,"Cost":579,"Date":"2/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":877,"Cost":679,"Date":"3/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":969,"Cost":518,"Date":"4/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":214,"Cost":202,"Date":"4/5/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":465,"Cost":395,"Date":"4/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":885,"Cost":474,"Date":"7/10/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":422,"Cost":233,"Date":"3/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":568,"Cost":489,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":906,"Cost":859,"Date":"10/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":823,"Cost":431,"Date":"3/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":511,"Cost":388,"Date":"6/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":740,"Cost":505,"Date":"7/17/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":908,"Cost":775,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":785,"Cost":481,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":470,"Cost":343,"Date":"11/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":257,"Cost":180,"Date":"12/16/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":96,"Cost":48,"Date":"12/30/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":356,"Cost":209,"Date":"2/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":227,"Cost":201,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":122,"Cost":114,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":334,"Cost":221,"Date":"4/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":661,"Cost":384,"Date":"7/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":584,"Cost":430,"Date":"8/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":306,"Cost":188,"Date":"10/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":927,"Cost":869,"Date":"11/11/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":680,"Cost":443,"Date":"11/30/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":106,"Cost":81,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":107,"Cost":90,"Date":"3/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":530,"Cost":344,"Date":"4/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":129,"Cost":70,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":425,"Cost":230,"Date":"8/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":139,"Cost":109,"Date":"9/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":177,"Cost":116,"Date":"10/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":850,"Cost":585,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":126,"Cost":78,"Date":"11/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":624,"Cost":337,"Date":"12/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":797,"Cost":650,"Date":"12/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":903,"Cost":700,"Date":"1/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":869,"Cost":589,"Date":"1/23/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":153,"Cost":110,"Date":"2/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":575,"Cost":490,"Date":"3/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":363,"Cost":214,"Date":"3/12/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":898,"Cost":598,"Date":"3/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":585,"Cost":523,"Date":"6/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":11,"Cost":9,"Date":"6/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":707,"Cost":541,"Date":"8/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":805,"Cost":516,"Date":"10/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":178,"Cost":98,"Date":"11/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":235,"Cost":176,"Date":"11/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":191,"Cost":164,"Date":"3/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":312,"Date":"4/17/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":400,"Date":"8/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":722,"Cost":379,"Date":"8/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":454,"Cost":253,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":369,"Date":"9/5/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":746,"Cost":442,"Date":"9/14/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":12,"Cost":8,"Date":"9/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":412,"Date":"11/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":236,"Date":"12/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":75,"Cost":58,"Date":"1/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":67,"Date":"1/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":782,"Cost":573,"Date":"2/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":513,"Cost":482,"Date":"3/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":245,"Cost":122,"Date":"4/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":429,"Cost":346,"Date":"4/5/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":210,"Cost":125,"Date":"4/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":734,"Cost":635,"Date":"7/10/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":273,"Cost":171,"Date":"3/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":776,"Cost":680,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":285,"Date":"10/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":396,"Date":"3/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":86,"Date":"6/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":710,"Cost":478,"Date":"7/17/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":787,"Cost":716,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":206,"Cost":110,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":251,"Date":"11/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":7,"Cost":4,"Date":"12/16/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":965,"Cost":741,"Date":"12/30/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":298,"Date":"2/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":196,"Cost":128,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":828,"Cost":779,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":554,"Cost":296,"Date":"4/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":546,"Date":"7/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":375,"Cost":231,"Date":"8/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":586,"Cost":303,"Date":"10/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":219,"Date":"11/11/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":643,"Cost":566,"Date":"11/30/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":105,"Cost":60,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":184,"Cost":122,"Date":"3/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":736,"Cost":573,"Date":"4/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":639,"Cost":478,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":196,"Date":"8/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":209,"Cost":192,"Date":"9/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":715,"Cost":427,"Date":"10/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":553,"Cost":480,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":346,"Cost":286,"Date":"11/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":516,"Cost":432,"Date":"12/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":73,"Cost":38,"Date":"12/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":253,"Cost":201,"Date":"1/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":366,"Cost":320,"Date":"1/23/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":924,"Cost":856,"Date":"2/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":704,"Cost":417,"Date":"3/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":153,"Date":"3/12/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":753,"Cost":567,"Date":"3/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":445,"Cost":247,"Date":"6/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":601,"Date":"6/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":678,"Date":"8/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":223,"Cost":185,"Date":"10/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":965,"Cost":667,"Date":"11/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":868,"Date":"11/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":632,"Date":"3/27/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":661,"Cost":622,"Date":"4/17/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":744,"Cost":531,"Date":"8/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":685,"Date":"8/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":486,"Cost":248,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":99,"Cost":90,"Date":"9/5/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":784,"Cost":736,"Date":"9/14/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":980,"Cost":875,"Date":"9/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":251,"Cost":221,"Date":"11/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":248,"Date":"12/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":599,"Cost":472,"Date":"1/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":791,"Cost":729,"Date":"1/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":625,"Cost":540,"Date":"2/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":219,"Cost":161,"Date":"3/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":411,"Cost":266,"Date":"4/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":927,"Cost":615,"Date":"4/5/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":1000,"Cost":811,"Date":"4/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":912,"Cost":777,"Date":"7/10/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":928,"Cost":609,"Date":"3/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":511,"Cost":429,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":94,"Cost":71,"Date":"10/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":971,"Cost":593,"Date":"3/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":674,"Cost":512,"Date":"6/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":546,"Cost":280,"Date":"7/17/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":205,"Cost":177,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":153,"Cost":101,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":772,"Cost":431,"Date":"11/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":597,"Cost":480,"Date":"12/16/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":184,"Cost":109,"Date":"12/30/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":148,"Cost":106,"Date":"2/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":312,"Cost":291,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":537,"Cost":285,"Date":"3/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":81,"Cost":68,"Date":"4/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":786,"Cost":708,"Date":"7/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":448,"Cost":258,"Date":"8/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":298,"Cost":268,"Date":"10/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":465,"Date":"11/11/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":960,"Cost":519,"Date":"11/30/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":13,"Cost":11,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":446,"Cost":269,"Date":"3/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":611,"Cost":481,"Date":"4/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":142,"Cost":134,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":906,"Cost":795,"Date":"8/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":6,"Cost":4,"Date":"9/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":127,"Date":"10/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":603,"Cost":324,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":433,"Cost":262,"Date":"11/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":152,"Cost":115,"Date":"12/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":637,"Cost":353,"Date":"12/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":539,"Cost":450,"Date":"1/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":113,"Cost":64,"Date":"1/23/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":235,"Date":"2/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":224,"Cost":212,"Date":"3/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":384,"Cost":285,"Date":"3/12/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":842,"Cost":651,"Date":"3/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":701,"Cost":624,"Date":"6/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":188,"Cost":147,"Date":"6/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":442,"Cost":228,"Date":"8/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":286,"Cost":233,"Date":"10/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":907,"Cost":645,"Date":"11/4/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":159,"Cost":144,"Date":"11/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":75,"Cost":68,"Date":"3/27/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":269,"Cost":220,"Date":"4/17/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":811,"Cost":426,"Date":"8/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":139,"Cost":123,"Date":"8/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":180,"Cost":113,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":966,"Cost":874,"Date":"9/5/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":826,"Cost":578,"Date":"9/14/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":63,"Cost":57,"Date":"9/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":427,"Cost":273,"Date":"11/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":785,"Cost":481,"Date":"12/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":502,"Cost":443,"Date":"1/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":682,"Cost":478,"Date":"1/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":523,"Cost":309,"Date":"2/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":728,"Cost":659,"Date":"3/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":788,"Cost":487,"Date":"4/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":280,"Cost":184,"Date":"4/5/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":309,"Cost":195,"Date":"4/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":457,"Cost":411,"Date":"7/10/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":918,"Cost":510,"Date":"3/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":934,"Cost":689,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":211,"Cost":135,"Date":"10/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":215,"Cost":113,"Date":"3/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":100,"Cost":53,"Date":"6/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":312,"Cost":236,"Date":"7/17/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":130,"Cost":114,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":379,"Cost":278,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":140,"Cost":78,"Date":"11/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":289,"Cost":194,"Date":"12/16/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":445,"Cost":356,"Date":"12/30/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":389,"Cost":344,"Date":"2/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":387,"Cost":249,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":889,"Cost":537,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":185,"Cost":142,"Date":"4/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":916,"Cost":491,"Date":"7/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":266,"Cost":181,"Date":"8/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":758,"Cost":676,"Date":"10/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":13,"Cost":8,"Date":"11/11/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":444,"Cost":325,"Date":"11/30/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":356,"Cost":319,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":300,"Cost":220,"Date":"3/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":28,"Cost":18,"Date":"4/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":122,"Cost":114,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":283,"Cost":251,"Date":"8/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":786,"Cost":546,"Date":"9/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":308,"Cost":226,"Date":"10/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":394,"Cost":318,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":648,"Cost":396,"Date":"11/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":48,"Cost":39,"Date":"12/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":296,"Cost":175,"Date":"12/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":886,"Cost":776,"Date":"1/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":779,"Cost":459,"Date":"1/23/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":422,"Cost":376,"Date":"2/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":125,"Cost":73,"Date":"3/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":126,"Cost":75,"Date":"3/12/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":872,"Cost":478,"Date":"3/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":809,"Cost":591,"Date":"6/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":558,"Cost":491,"Date":"6/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":433,"Cost":332,"Date":"8/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":663,"Cost":366,"Date":"10/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":226,"Cost":169,"Date":"11/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":49,"Cost":30,"Date":"11/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":886,"Cost":617,"Date":"3/27/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":97,"Cost":75,"Date":"4/17/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":801,"Cost":547,"Date":"8/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":132,"Cost":118,"Date":"8/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":290,"Cost":269,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":877,"Cost":550,"Date":"9/5/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":81,"Cost":69,"Date":"9/14/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":131,"Cost":72,"Date":"9/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":919,"Cost":787,"Date":"11/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":828,"Cost":525,"Date":"12/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":293,"Cost":266,"Date":"1/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":700,"Cost":496,"Date":"1/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":915,"Cost":667,"Date":"2/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":990,"Cost":860,"Date":"3/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":564,"Cost":445,"Date":"4/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":93,"Cost":84,"Date":"4/5/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":440,"Cost":224,"Date":"4/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":542,"Cost":473,"Date":"7/10/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":876,"Cost":627,"Date":"3/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":367,"Cost":196,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":566,"Cost":321,"Date":"10/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":333,"Cost":182,"Date":"3/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":360,"Cost":243,"Date":"6/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":779,"Cost":406,"Date":"7/17/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":525,"Cost":293,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":909,"Cost":576,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":838,"Cost":615,"Date":"11/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":688,"Cost":400,"Date":"12/16/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":486,"Cost":284,"Date":"12/30/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":600,"Cost":457,"Date":"2/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":690,"Cost":597,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":990,"Cost":641,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":787,"Cost":546,"Date":"4/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":798,"Cost":438,"Date":"7/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":67,"Cost":49,"Date":"8/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":423,"Cost":379,"Date":"10/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":474,"Cost":300,"Date":"11/11/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":100,"Cost":61,"Date":"11/30/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":601,"Cost":384,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":208,"Cost":137,"Date":"3/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":326,"Cost":174,"Date":"4/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":980,"Cost":679,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":545,"Cost":474,"Date":"8/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":533,"Cost":318,"Date":"9/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":320,"Cost":209,"Date":"10/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":125,"Cost":81,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":606,"Cost":558,"Date":"11/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":402,"Cost":224,"Date":"12/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":359,"Cost":260,"Date":"12/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":683,"Cost":608,"Date":"1/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":544,"Cost":446,"Date":"1/23/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":149,"Cost":128,"Date":"2/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":625,"Cost":576,"Date":"3/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":882,"Cost":736,"Date":"3/12/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":112,"Cost":103,"Date":"3/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":922,"Cost":563,"Date":"6/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":654,"Cost":371,"Date":"6/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":113,"Cost":64,"Date":"8/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":399,"Cost":245,"Date":"10/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":707,"Cost":413,"Date":"11/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM","Country":"Germany","Sale":467,"Cost":279,"Date":"11/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":612,"Cost":415,"Date":"3/27/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":653,"Date":"4/17/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":241,"Cost":187,"Date":"8/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":208,"Cost":122,"Date":"8/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":351,"Cost":194,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":327,"Date":"9/5/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":338,"Cost":248,"Date":"9/14/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":374,"Cost":294,"Date":"9/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":385,"Cost":223,"Date":"11/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":246,"Cost":183,"Date":"12/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":138,"Cost":125,"Date":"1/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":408,"Date":"1/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":458,"Cost":432,"Date":"2/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":863,"Cost":561,"Date":"3/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":491,"Cost":255,"Date":"4/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":989,"Cost":596,"Date":"4/5/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":366,"Cost":203,"Date":"4/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":944,"Cost":773,"Date":"7/10/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":407,"Cost":333,"Date":"3/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":438,"Cost":227,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":835,"Cost":742,"Date":"10/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":72,"Date":"3/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":174,"Cost":95,"Date":"6/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":336,"Cost":182,"Date":"7/17/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":247,"Cost":178,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":595,"Cost":542,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":634,"Cost":561,"Date":"11/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":778,"Cost":508,"Date":"12/16/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":725,"Cost":440,"Date":"12/30/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":11,"Date":"2/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":111,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":651,"Cost":468,"Date":"3/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":613,"Cost":472,"Date":"4/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":718,"Cost":578,"Date":"7/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":760,"Cost":416,"Date":"8/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":659,"Cost":508,"Date":"10/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":682,"Cost":450,"Date":"11/11/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":180,"Date":"11/30/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":711,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":103,"Cost":67,"Date":"3/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":198,"Cost":188,"Date":"4/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":697,"Cost":551,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":772,"Cost":396,"Date":"8/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":82,"Cost":45,"Date":"9/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":105,"Cost":96,"Date":"10/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":758,"Cost":509,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":547,"Cost":400,"Date":"11/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":713,"Cost":648,"Date":"12/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":731,"Cost":468,"Date":"12/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":685,"Cost":369,"Date":"1/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":168,"Cost":151,"Date":"1/23/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":820,"Cost":694,"Date":"2/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":837,"Date":"3/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":852,"Cost":709,"Date":"3/12/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":390,"Cost":286,"Date":"3/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":130,"Date":"6/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":154,"Cost":127,"Date":"6/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":789,"Date":"8/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":545,"Date":"10/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":395,"Cost":361,"Date":"11/4/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":558,"Cost":407,"Date":"11/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":296,"Cost":163,"Date":"3/27/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":706,"Cost":384,"Date":"4/17/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":785,"Cost":496,"Date":"8/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":420,"Cost":334,"Date":"8/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":962,"Cost":504,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":318,"Cost":213,"Date":"9/5/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":391,"Cost":251,"Date":"9/14/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":54,"Cost":41,"Date":"9/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":527,"Cost":421,"Date":"11/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":196,"Cost":130,"Date":"12/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":442,"Cost":408,"Date":"1/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":833,"Cost":642,"Date":"1/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":256,"Cost":224,"Date":"2/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":879,"Cost":666,"Date":"3/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":399,"Cost":371,"Date":"4/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":8,"Cost":8,"Date":"4/5/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":91,"Cost":58,"Date":"4/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":744,"Cost":495,"Date":"7/10/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":612,"Cost":323,"Date":"3/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":117,"Cost":61,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":925,"Cost":468,"Date":"10/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":383,"Cost":309,"Date":"3/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":551,"Cost":348,"Date":"6/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":735,"Cost":450,"Date":"7/17/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":727,"Cost":398,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":984,"Cost":548,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":838,"Cost":582,"Date":"11/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":439,"Cost":380,"Date":"12/16/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":169,"Cost":107,"Date":"12/30/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":159,"Cost":95,"Date":"2/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":339,"Cost":169,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":810,"Cost":602,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":756,"Cost":563,"Date":"4/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":962,"Cost":756,"Date":"7/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":85,"Cost":57,"Date":"8/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":817,"Cost":579,"Date":"10/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":654,"Cost":393,"Date":"11/11/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":84,"Cost":61,"Date":"11/30/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":916,"Cost":712,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":230,"Cost":149,"Date":"3/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":312,"Cost":261,"Date":"4/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":201,"Cost":162,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":826,"Cost":669,"Date":"8/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":536,"Cost":467,"Date":"9/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":26,"Cost":17,"Date":"10/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":732,"Cost":611,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":782,"Cost":622,"Date":"11/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":469,"Cost":310,"Date":"12/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":745,"Cost":633,"Date":"12/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":273,"Cost":243,"Date":"1/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":401,"Cost":210,"Date":"1/23/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":283,"Cost":221,"Date":"2/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":701,"Cost":615,"Date":"3/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":850,"Cost":705,"Date":"3/12/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":998,"Cost":555,"Date":"3/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":735,"Cost":377,"Date":"6/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":479,"Cost":347,"Date":"6/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":223,"Cost":155,"Date":"8/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":856,"Cost":635,"Date":"10/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":238,"Cost":187,"Date":"11/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":994,"Cost":749,"Date":"11/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":30,"Date":"3/27/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":210,"Date":"4/17/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":461,"Date":"8/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":491,"Cost":403,"Date":"8/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":792,"Cost":654,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":41,"Date":"9/5/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":168,"Cost":106,"Date":"9/14/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":66,"Date":"9/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":344,"Cost":323,"Date":"11/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":402,"Cost":245,"Date":"12/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":245,"Cost":212,"Date":"1/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":354,"Date":"1/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":7,"Cost":6,"Date":"2/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":368,"Date":"3/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":568,"Cost":486,"Date":"4/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":419,"Cost":347,"Date":"4/5/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":756,"Cost":562,"Date":"4/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":135,"Date":"7/10/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":66,"Date":"3/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":335,"Cost":290,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":423,"Cost":225,"Date":"10/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":293,"Cost":263,"Date":"3/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":399,"Cost":294,"Date":"6/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":127,"Date":"7/17/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":766,"Cost":559,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":146,"Cost":131,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":863,"Cost":673,"Date":"11/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":22,"Cost":16,"Date":"12/16/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":127,"Date":"12/30/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":255,"Cost":158,"Date":"2/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":146,"Cost":101,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":900,"Cost":539,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":379,"Cost":302,"Date":"4/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":483,"Date":"7/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":742,"Cost":630,"Date":"8/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":508,"Cost":443,"Date":"10/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":713,"Date":"11/11/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":484,"Date":"11/30/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":469,"Cost":429,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":809,"Cost":594,"Date":"3/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":817,"Cost":739,"Date":"4/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":436,"Cost":341,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":197,"Cost":154,"Date":"8/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":678,"Cost":479,"Date":"9/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":549,"Date":"10/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":388,"Cost":280,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":536,"Cost":333,"Date":"11/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":721,"Cost":601,"Date":"12/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":395,"Cost":371,"Date":"12/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":186,"Cost":99,"Date":"1/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":802,"Cost":526,"Date":"1/23/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":538,"Date":"2/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":727,"Cost":614,"Date":"3/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":811,"Cost":589,"Date":"3/12/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":673,"Cost":564,"Date":"3/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":940,"Cost":510,"Date":"6/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":487,"Cost":326,"Date":"6/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":6,"Cost":4,"Date":"8/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":415,"Date":"10/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":559,"Cost":286,"Date":"11/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":903,"Cost":830,"Date":"11/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":513,"Cost":263,"Date":"3/27/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":851,"Cost":496,"Date":"4/17/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":922,"Cost":810,"Date":"8/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":550,"Cost":350,"Date":"8/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":868,"Cost":543,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":654,"Cost":343,"Date":"9/5/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":180,"Cost":160,"Date":"9/14/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":289,"Cost":182,"Date":"9/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":528,"Cost":449,"Date":"11/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":904,"Cost":506,"Date":"12/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":134,"Cost":91,"Date":"1/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":364,"Cost":211,"Date":"1/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":728,"Cost":493,"Date":"2/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":121,"Cost":91,"Date":"3/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":700,"Cost":371,"Date":"4/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":384,"Cost":349,"Date":"4/5/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":169,"Cost":89,"Date":"4/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":300,"Cost":260,"Date":"7/10/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":650,"Cost":412,"Date":"3/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":992,"Cost":614,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":499,"Cost":454,"Date":"10/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":230,"Cost":150,"Date":"3/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":995,"Cost":549,"Date":"6/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":90,"Cost":55,"Date":"7/17/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":746,"Cost":584,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":219,"Cost":133,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":412,"Cost":291,"Date":"11/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":495,"Cost":358,"Date":"12/16/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":886,"Cost":465,"Date":"12/30/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":135,"Cost":120,"Date":"2/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":443,"Cost":261,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":117,"Cost":88,"Date":"3/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":893,"Cost":818,"Date":"4/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":93,"Cost":78,"Date":"7/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":888,"Cost":745,"Date":"8/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":281,"Cost":260,"Date":"10/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":15,"Cost":11,"Date":"11/11/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":714,"Cost":458,"Date":"11/30/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":713,"Cost":561,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":813,"Cost":701,"Date":"3/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":305,"Cost":190,"Date":"4/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":253,"Cost":142,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":8,"Cost":7,"Date":"8/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":274,"Cost":194,"Date":"9/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":74,"Cost":39,"Date":"10/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":838,"Cost":525,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":269,"Cost":168,"Date":"11/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":608,"Cost":451,"Date":"12/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":984,"Cost":927,"Date":"12/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":469,"Cost":346,"Date":"1/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":865,"Cost":545,"Date":"1/23/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":79,"Cost":65,"Date":"2/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":709,"Cost":634,"Date":"3/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":933,"Cost":565,"Date":"3/12/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":501,"Cost":338,"Date":"3/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":540,"Cost":452,"Date":"6/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":431,"Cost":334,"Date":"6/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":180,"Cost":116,"Date":"8/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":505,"Cost":392,"Date":"10/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":660,"Cost":525,"Date":"11/4/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Nova","Country":"Germany","Sale":258,"Cost":244,"Date":"11/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":463,"Cost":372,"Date":"3/27/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":286,"Cost":178,"Date":"4/17/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":883,"Cost":477,"Date":"8/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":752,"Cost":637,"Date":"8/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":291,"Cost":225,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":95,"Cost":63,"Date":"9/5/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":644,"Date":"9/14/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":516,"Date":"9/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":545,"Date":"11/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":167,"Cost":130,"Date":"12/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":644,"Cost":570,"Date":"1/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":830,"Cost":629,"Date":"1/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":598,"Cost":396,"Date":"2/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":904,"Cost":807,"Date":"3/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":704,"Date":"4/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":547,"Cost":480,"Date":"4/5/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":173,"Cost":95,"Date":"4/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":303,"Cost":162,"Date":"7/10/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":489,"Cost":381,"Date":"3/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":144,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":446,"Cost":231,"Date":"10/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":252,"Date":"3/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":119,"Cost":100,"Date":"6/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":652,"Date":"7/17/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":404,"Cost":284,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":867,"Cost":553,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":605,"Cost":511,"Date":"11/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":696,"Date":"12/16/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":576,"Cost":419,"Date":"12/30/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":905,"Cost":650,"Date":"2/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":746,"Cost":391,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":699,"Cost":571,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":96,"Cost":89,"Date":"4/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":584,"Cost":521,"Date":"7/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":22,"Cost":13,"Date":"8/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":617,"Cost":319,"Date":"10/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":628,"Date":"11/11/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":488,"Date":"11/30/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":161,"Cost":111,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":953,"Cost":778,"Date":"3/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":422,"Cost":279,"Date":"4/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":256,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":754,"Cost":469,"Date":"8/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":233,"Cost":204,"Date":"9/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":719,"Cost":431,"Date":"10/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":530,"Cost":317,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":699,"Cost":551,"Date":"11/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":107,"Date":"12/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":252,"Date":"12/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":525,"Cost":292,"Date":"1/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":897,"Cost":618,"Date":"1/23/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":507,"Cost":309,"Date":"2/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":178,"Cost":99,"Date":"3/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":129,"Cost":84,"Date":"3/12/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":287,"Date":"3/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":675,"Cost":588,"Date":"6/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":699,"Cost":611,"Date":"6/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":342,"Date":"8/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":306,"Cost":170,"Date":"10/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":985,"Cost":906,"Date":"11/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":749,"Cost":495,"Date":"11/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":106,"Cost":92,"Date":"3/27/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":189,"Cost":138,"Date":"4/17/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":140,"Cost":132,"Date":"8/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":638,"Cost":603,"Date":"8/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":378,"Cost":196,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":717,"Cost":615,"Date":"9/5/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":961,"Cost":633,"Date":"9/14/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":652,"Cost":418,"Date":"9/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":714,"Cost":558,"Date":"11/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":395,"Cost":372,"Date":"12/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":215,"Cost":200,"Date":"1/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":70,"Cost":56,"Date":"1/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":96,"Cost":84,"Date":"2/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":639,"Cost":495,"Date":"3/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":186,"Cost":132,"Date":"4/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":936,"Cost":548,"Date":"4/5/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":671,"Cost":353,"Date":"4/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":64,"Cost":36,"Date":"7/10/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":614,"Cost":545,"Date":"3/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":11,"Cost":10,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":241,"Cost":186,"Date":"10/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":373,"Cost":202,"Date":"3/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":885,"Cost":672,"Date":"6/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":133,"Cost":98,"Date":"7/17/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":507,"Cost":442,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":414,"Cost":353,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":62,"Cost":48,"Date":"11/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":672,"Cost":481,"Date":"12/16/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":225,"Cost":199,"Date":"12/30/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":277,"Cost":154,"Date":"2/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":67,"Cost":59,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":764,"Cost":535,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":340,"Cost":268,"Date":"4/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":237,"Cost":193,"Date":"7/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":461,"Cost":235,"Date":"8/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":264,"Cost":153,"Date":"10/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":286,"Cost":207,"Date":"11/11/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":426,"Cost":337,"Date":"11/30/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":838,"Cost":723,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":503,"Cost":296,"Date":"3/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":925,"Cost":823,"Date":"4/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":490,"Cost":327,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":723,"Cost":534,"Date":"8/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":488,"Cost":396,"Date":"9/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":266,"Cost":199,"Date":"10/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":904,"Cost":629,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":258,"Cost":217,"Date":"11/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":36,"Cost":24,"Date":"12/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":338,"Cost":212,"Date":"12/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":686,"Cost":600,"Date":"1/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":891,"Cost":553,"Date":"1/23/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":537,"Cost":472,"Date":"2/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":111,"Cost":57,"Date":"3/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":900,"Cost":696,"Date":"3/12/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":840,"Cost":785,"Date":"3/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":290,"Cost":225,"Date":"6/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":865,"Cost":696,"Date":"6/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":913,"Cost":802,"Date":"8/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":868,"Cost":538,"Date":"10/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":202,"Cost":143,"Date":"11/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":893,"Cost":507,"Date":"11/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":691,"Cost":414,"Date":"3/27/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":603,"Cost":534,"Date":"4/17/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":936,"Date":"8/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":754,"Cost":404,"Date":"8/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":988,"Cost":757,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":205,"Cost":169,"Date":"9/5/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":671,"Cost":593,"Date":"9/14/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":314,"Cost":232,"Date":"9/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":17,"Cost":15,"Date":"11/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":517,"Cost":441,"Date":"12/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":335,"Cost":316,"Date":"1/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":56,"Date":"1/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":203,"Cost":124,"Date":"2/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":548,"Cost":442,"Date":"3/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":860,"Cost":665,"Date":"4/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":425,"Cost":232,"Date":"4/5/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":494,"Cost":438,"Date":"4/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":727,"Cost":461,"Date":"7/10/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":842,"Date":"3/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":579,"Cost":323,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":431,"Cost":394,"Date":"10/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":917,"Cost":709,"Date":"3/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":908,"Cost":632,"Date":"6/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":436,"Cost":325,"Date":"7/17/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":136,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":480,"Cost":263,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":725,"Cost":480,"Date":"11/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":976,"Cost":606,"Date":"12/16/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":24,"Cost":14,"Date":"12/30/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":722,"Cost":573,"Date":"2/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":221,"Cost":111,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":121,"Cost":70,"Date":"3/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":779,"Cost":648,"Date":"4/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":650,"Cost":452,"Date":"7/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":357,"Cost":326,"Date":"8/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":490,"Cost":408,"Date":"10/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":793,"Cost":432,"Date":"11/11/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":342,"Date":"11/30/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":476,"Cost":413,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":211,"Cost":156,"Date":"3/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":329,"Cost":266,"Date":"4/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":232,"Cost":174,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":979,"Cost":535,"Date":"8/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":407,"Date":"9/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":384,"Cost":323,"Date":"10/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":290,"Cost":173,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":973,"Cost":565,"Date":"11/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":254,"Cost":146,"Date":"12/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":547,"Cost":277,"Date":"12/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":668,"Date":"1/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":262,"Cost":196,"Date":"1/23/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":325,"Cost":196,"Date":"2/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":804,"Cost":501,"Date":"3/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":583,"Cost":510,"Date":"3/12/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":253,"Cost":211,"Date":"3/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":307,"Cost":181,"Date":"6/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":435,"Cost":255,"Date":"6/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":173,"Cost":94,"Date":"8/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":362,"Cost":198,"Date":"10/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":505,"Cost":334,"Date":"11/4/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":228,"Cost":170,"Date":"11/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":768,"Cost":635,"Date":"3/27/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":549,"Date":"4/17/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":386,"Cost":355,"Date":"8/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":955,"Cost":834,"Date":"8/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":359,"Cost":208,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":677,"Date":"9/5/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":740,"Cost":440,"Date":"9/14/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":318,"Cost":259,"Date":"9/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":215,"Cost":133,"Date":"11/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":952,"Cost":824,"Date":"12/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":334,"Cost":301,"Date":"1/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":673,"Cost":599,"Date":"1/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":745,"Cost":387,"Date":"2/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":993,"Cost":569,"Date":"3/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":91,"Cost":82,"Date":"4/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":847,"Cost":774,"Date":"4/5/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":317,"Date":"4/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":109,"Cost":98,"Date":"7/10/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":400,"Cost":274,"Date":"3/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":700,"Cost":658,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":486,"Cost":335,"Date":"10/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":183,"Cost":128,"Date":"3/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":446,"Cost":338,"Date":"6/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":610,"Cost":453,"Date":"7/17/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":154,"Cost":81,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":365,"Cost":317,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":298,"Cost":203,"Date":"11/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":615,"Cost":353,"Date":"12/16/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":84,"Cost":78,"Date":"12/30/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":267,"Cost":214,"Date":"2/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":485,"Cost":266,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":900,"Cost":732,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":432,"Cost":229,"Date":"4/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":393,"Cost":243,"Date":"7/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":485,"Cost":425,"Date":"8/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":906,"Cost":789,"Date":"10/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":560,"Cost":455,"Date":"11/11/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":757,"Cost":686,"Date":"11/30/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":55,"Cost":37,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":704,"Date":"3/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":397,"Date":"4/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":299,"Cost":267,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":159,"Cost":151,"Date":"8/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":317,"Cost":168,"Date":"9/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":37,"Cost":21,"Date":"10/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":779,"Cost":604,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":270,"Cost":226,"Date":"11/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":243,"Cost":211,"Date":"12/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":469,"Date":"12/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":400,"Date":"1/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":282,"Cost":233,"Date":"1/23/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":441,"Date":"2/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":559,"Cost":470,"Date":"3/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":586,"Cost":373,"Date":"3/12/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":237,"Cost":190,"Date":"3/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":582,"Date":"6/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":695,"Date":"6/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":482,"Cost":253,"Date":"8/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":212,"Cost":156,"Date":"10/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":661,"Cost":585,"Date":"11/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":324,"Date":"11/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":738,"Cost":677,"Date":"3/27/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":715,"Cost":384,"Date":"4/17/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":532,"Cost":440,"Date":"8/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":552,"Cost":281,"Date":"8/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":2,"Cost":1,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":231,"Cost":146,"Date":"9/5/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":653,"Date":"9/14/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":467,"Date":"9/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":504,"Cost":446,"Date":"11/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":378,"Cost":310,"Date":"12/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":969,"Cost":891,"Date":"1/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":455,"Date":"1/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":524,"Cost":446,"Date":"2/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":514,"Cost":422,"Date":"3/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":717,"Cost":668,"Date":"4/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":16,"Cost":14,"Date":"4/5/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":602,"Cost":449,"Date":"4/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":135,"Cost":71,"Date":"7/10/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":245,"Cost":151,"Date":"3/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":709,"Cost":354,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":793,"Cost":490,"Date":"10/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":848,"Cost":668,"Date":"3/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":936,"Cost":775,"Date":"6/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":119,"Cost":72,"Date":"7/17/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":213,"Cost":135,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":889,"Cost":824,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":643,"Cost":552,"Date":"11/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":596,"Cost":335,"Date":"12/16/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":636,"Cost":392,"Date":"12/30/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":266,"Cost":175,"Date":"2/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":658,"Cost":588,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":654,"Cost":385,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":757,"Cost":514,"Date":"4/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":505,"Cost":354,"Date":"7/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":60,"Cost":40,"Date":"8/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":524,"Date":"10/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":890,"Cost":711,"Date":"11/11/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":113,"Cost":94,"Date":"11/30/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":929,"Cost":671,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":949,"Cost":629,"Date":"3/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":264,"Cost":181,"Date":"4/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":381,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":40,"Cost":23,"Date":"8/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":116,"Cost":76,"Date":"9/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":82,"Cost":55,"Date":"10/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":608,"Cost":577,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":707,"Cost":427,"Date":"11/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":251,"Cost":238,"Date":"12/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":476,"Cost":284,"Date":"12/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":543,"Date":"1/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":633,"Cost":561,"Date":"1/23/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":205,"Cost":129,"Date":"2/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":327,"Date":"3/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":584,"Cost":392,"Date":"3/12/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":194,"Cost":177,"Date":"3/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":690,"Cost":418,"Date":"6/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":399,"Cost":239,"Date":"6/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":23,"Cost":19,"Date":"8/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":593,"Date":"10/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":563,"Cost":405,"Date":"11/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":578,"Cost":550,"Date":"11/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":728,"Cost":377,"Date":"3/27/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":355,"Cost":290,"Date":"4/17/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":305,"Date":"8/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":732,"Cost":456,"Date":"8/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":27,"Cost":22,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":453,"Cost":352,"Date":"9/5/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":765,"Cost":584,"Date":"9/14/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":524,"Cost":341,"Date":"9/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":248,"Cost":132,"Date":"11/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":986,"Cost":893,"Date":"12/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":601,"Cost":320,"Date":"1/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":136,"Date":"1/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":507,"Cost":481,"Date":"2/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":126,"Cost":67,"Date":"3/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":516,"Cost":276,"Date":"4/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":879,"Cost":804,"Date":"4/5/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":352,"Cost":217,"Date":"4/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":419,"Cost":305,"Date":"7/10/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":553,"Cost":404,"Date":"3/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":765,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":5,"Cost":4,"Date":"10/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":829,"Date":"3/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":330,"Cost":283,"Date":"6/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":428,"Date":"7/17/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":211,"Cost":191,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":4,"Cost":3,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":176,"Date":"11/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":184,"Cost":131,"Date":"12/16/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":402,"Cost":281,"Date":"12/30/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":455,"Cost":312,"Date":"2/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":466,"Cost":403,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":25,"Cost":18,"Date":"3/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":672,"Cost":578,"Date":"4/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":927,"Cost":877,"Date":"7/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":848,"Cost":777,"Date":"8/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":101,"Cost":77,"Date":"10/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":107,"Cost":57,"Date":"11/11/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":110,"Cost":95,"Date":"11/30/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":447,"Cost":369,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":590,"Cost":420,"Date":"3/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":509,"Cost":404,"Date":"4/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":29,"Cost":15,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":363,"Date":"8/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":329,"Cost":249,"Date":"9/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":407,"Date":"10/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":136,"Cost":79,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":68,"Cost":44,"Date":"11/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":596,"Cost":543,"Date":"12/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":159,"Cost":121,"Date":"12/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":406,"Cost":262,"Date":"1/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":663,"Cost":618,"Date":"1/23/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":587,"Cost":310,"Date":"2/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":287,"Cost":229,"Date":"3/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":149,"Cost":128,"Date":"3/12/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":269,"Cost":160,"Date":"3/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":403,"Cost":233,"Date":"6/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":873,"Cost":735,"Date":"6/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":247,"Cost":226,"Date":"8/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":165,"Cost":148,"Date":"10/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":221,"Cost":154,"Date":"11/4/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":221,"Cost":148,"Date":"11/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":992,"Cost":656,"Date":"3/27/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":511,"Cost":432,"Date":"4/17/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":72,"Cost":53,"Date":"8/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":303,"Cost":268,"Date":"8/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":543,"Cost":513,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":596,"Cost":478,"Date":"9/5/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":193,"Cost":132,"Date":"9/14/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":514,"Cost":396,"Date":"9/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":232,"Cost":217,"Date":"11/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":774,"Cost":550,"Date":"12/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":755,"Cost":712,"Date":"1/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":572,"Cost":356,"Date":"1/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":698,"Cost":608,"Date":"2/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":814,"Cost":533,"Date":"3/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":429,"Cost":233,"Date":"4/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":693,"Cost":514,"Date":"4/5/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":983,"Cost":561,"Date":"4/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":473,"Cost":321,"Date":"7/10/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":815,"Cost":502,"Date":"3/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":847,"Cost":458,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":571,"Cost":528,"Date":"10/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":360,"Cost":232,"Date":"3/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":518,"Cost":325,"Date":"6/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":589,"Cost":437,"Date":"7/17/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":559,"Cost":282,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":423,"Cost":282,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":662,"Cost":502,"Date":"11/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":905,"Cost":720,"Date":"12/16/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":744,"Cost":577,"Date":"12/30/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":568,"Cost":490,"Date":"2/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":640,"Cost":489,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":566,"Cost":460,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":866,"Cost":487,"Date":"4/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":373,"Cost":282,"Date":"7/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":902,"Cost":509,"Date":"8/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":95,"Cost":81,"Date":"10/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":644,"Cost":567,"Date":"11/11/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":20,"Cost":14,"Date":"11/30/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":390,"Cost":370,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":432,"Cost":362,"Date":"3/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":468,"Cost":259,"Date":"4/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":785,"Cost":586,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":500,"Cost":448,"Date":"8/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":386,"Cost":353,"Date":"9/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":850,"Cost":622,"Date":"10/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":123,"Cost":76,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":959,"Cost":873,"Date":"11/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":487,"Cost":424,"Date":"12/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":691,"Cost":533,"Date":"12/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":920,"Cost":768,"Date":"1/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":297,"Cost":276,"Date":"1/23/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":868,"Cost":809,"Date":"2/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":900,"Cost":514,"Date":"3/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":698,"Cost":638,"Date":"3/12/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":419,"Cost":285,"Date":"3/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":699,"Cost":621,"Date":"6/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":225,"Cost":190,"Date":"6/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":888,"Cost":784,"Date":"8/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":163,"Cost":148,"Date":"10/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":403,"Cost":228,"Date":"11/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":600,"Cost":462,"Date":"11/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":467,"Cost":367,"Date":"3/27/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":710,"Cost":511,"Date":"4/17/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":80,"Cost":73,"Date":"8/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":440,"Cost":223,"Date":"8/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":302,"Cost":243,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":240,"Cost":176,"Date":"9/5/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":124,"Cost":81,"Date":"9/14/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":92,"Cost":56,"Date":"9/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":899,"Cost":633,"Date":"11/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":702,"Cost":392,"Date":"12/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":688,"Cost":363,"Date":"1/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":734,"Cost":655,"Date":"1/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":331,"Cost":185,"Date":"2/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":903,"Cost":474,"Date":"3/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":806,"Cost":500,"Date":"4/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":742,"Cost":691,"Date":"4/5/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":959,"Cost":536,"Date":"4/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":705,"Cost":559,"Date":"7/10/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":444,"Cost":318,"Date":"3/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":298,"Cost":274,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":834,"Cost":498,"Date":"10/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":903,"Cost":825,"Date":"3/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":413,"Cost":295,"Date":"6/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":973,"Cost":538,"Date":"7/17/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":634,"Cost":444,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":376,"Cost":305,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":899,"Cost":661,"Date":"11/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":736,"Cost":527,"Date":"12/16/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":191,"Cost":122,"Date":"12/30/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":686,"Cost":628,"Date":"2/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":365,"Cost":223,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":180,"Cost":123,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":75,"Cost":61,"Date":"4/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":404,"Cost":238,"Date":"7/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":3,"Cost":2,"Date":"8/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":926,"Cost":539,"Date":"10/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":758,"Cost":562,"Date":"11/11/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":176,"Cost":162,"Date":"11/30/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":347,"Cost":314,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":443,"Cost":370,"Date":"3/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":226,"Cost":141,"Date":"4/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":566,"Cost":463,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":259,"Cost":153,"Date":"8/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":114,"Cost":105,"Date":"9/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":824,"Cost":532,"Date":"10/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":23,"Cost":16,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":95,"Cost":56,"Date":"11/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":168,"Cost":118,"Date":"12/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":275,"Cost":220,"Date":"12/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":907,"Cost":618,"Date":"1/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":184,"Cost":129,"Date":"1/23/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":83,"Cost":76,"Date":"2/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":289,"Cost":249,"Date":"3/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":606,"Cost":483,"Date":"3/12/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":333,"Cost":282,"Date":"3/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":50,"Cost":47,"Date":"6/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":892,"Cost":677,"Date":"6/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":660,"Cost":487,"Date":"8/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":90,"Cost":84,"Date":"10/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":157,"Cost":102,"Date":"11/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":375,"Cost":300,"Date":"11/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":296,"Cost":204,"Date":"3/27/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":35,"Cost":24,"Date":"4/17/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":930,"Cost":782,"Date":"8/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":909,"Cost":858,"Date":"8/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":574,"Cost":430,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":531,"Cost":470,"Date":"9/5/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":232,"Cost":130,"Date":"9/14/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":916,"Cost":587,"Date":"9/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":79,"Cost":44,"Date":"11/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":871,"Cost":602,"Date":"12/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":291,"Cost":243,"Date":"1/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":699,"Cost":358,"Date":"1/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":946,"Cost":562,"Date":"2/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":518,"Cost":361,"Date":"3/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":230,"Cost":181,"Date":"4/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":204,"Cost":118,"Date":"4/5/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":151,"Cost":129,"Date":"4/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":179,"Cost":149,"Date":"7/10/2019"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":469,"Cost":400,"Date":"3/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":404,"Cost":375,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":459,"Cost":305,"Date":"10/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":736,"Cost":680,"Date":"3/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":825,"Cost":424,"Date":"6/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":58,"Cost":42,"Date":"7/17/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":300,"Cost":270,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":306,"Cost":228,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":223,"Cost":173,"Date":"11/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":254,"Cost":210,"Date":"12/16/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":242,"Cost":159,"Date":"12/30/2021"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":437,"Cost":272,"Date":"2/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":557,"Cost":340,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":594,"Cost":511,"Date":"3/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":90,"Cost":69,"Date":"4/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":550,"Cost":375,"Date":"7/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":124,"Cost":69,"Date":"8/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":651,"Cost":402,"Date":"10/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":868,"Cost":553,"Date":"11/11/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":225,"Cost":200,"Date":"11/30/2022"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":972,"Cost":890,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":964,"Cost":877,"Date":"3/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":953,"Cost":815,"Date":"4/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":135,"Cost":97,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":515,"Cost":487,"Date":"8/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":425,"Cost":340,"Date":"9/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":254,"Cost":224,"Date":"10/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":822,"Cost":768,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":107,"Cost":97,"Date":"11/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":461,"Cost":341,"Date":"12/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":351,"Cost":253,"Date":"12/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":920,"Cost":547,"Date":"1/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":56,"Cost":42,"Date":"1/23/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":733,"Cost":606,"Date":"2/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":482,"Cost":350,"Date":"3/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":927,"Cost":696,"Date":"3/12/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":301,"Cost":274,"Date":"3/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":608,"Cost":321,"Date":"6/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":181,"Cost":139,"Date":"6/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":424,"Cost":242,"Date":"8/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":262,"Cost":202,"Date":"10/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":301,"Cost":246,"Date":"11/4/2024"},{"Store":"Anger 1, Erfurt","Brand":"COS","Country":"Germany","Sale":566,"Cost":390,"Date":"11/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":894,"Cost":482,"Date":"3/27/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":685,"Cost":630,"Date":"4/17/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":794,"Cost":588,"Date":"8/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":450,"Cost":400,"Date":"8/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":162,"Cost":107,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":891,"Cost":751,"Date":"9/5/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":94,"Cost":47,"Date":"9/14/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":239,"Cost":218,"Date":"9/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":584,"Cost":515,"Date":"11/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":73,"Cost":46,"Date":"12/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":895,"Cost":786,"Date":"1/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":979,"Cost":576,"Date":"1/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":706,"Cost":580,"Date":"2/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":284,"Cost":151,"Date":"3/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":538,"Cost":343,"Date":"4/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":106,"Cost":84,"Date":"4/5/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":122,"Cost":101,"Date":"4/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":552,"Cost":366,"Date":"7/10/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":787,"Cost":394,"Date":"3/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":777,"Cost":655,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":731,"Cost":508,"Date":"10/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":525,"Cost":335,"Date":"3/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":79,"Cost":61,"Date":"6/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":937,"Cost":863,"Date":"7/17/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":209,"Cost":109,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":44,"Cost":25,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":564,"Cost":417,"Date":"11/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":56,"Cost":39,"Date":"12/16/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":374,"Cost":247,"Date":"12/30/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":194,"Cost":122,"Date":"2/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":275,"Cost":218,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":331,"Cost":273,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":325,"Cost":222,"Date":"4/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":834,"Cost":726,"Date":"7/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":278,"Cost":220,"Date":"8/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":625,"Cost":474,"Date":"10/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":96,"Cost":90,"Date":"11/11/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":617,"Cost":470,"Date":"11/30/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":66,"Cost":48,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":821,"Cost":780,"Date":"3/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":16,"Cost":12,"Date":"4/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":599,"Cost":305,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":211,"Cost":105,"Date":"8/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":542,"Cost":291,"Date":"9/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":870,"Cost":820,"Date":"10/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":847,"Cost":699,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":314,"Cost":192,"Date":"11/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":699,"Cost":503,"Date":"12/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":105,"Cost":84,"Date":"12/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":133,"Cost":68,"Date":"1/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":545,"Cost":291,"Date":"1/23/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":406,"Cost":339,"Date":"2/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":17,"Cost":15,"Date":"3/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":638,"Cost":395,"Date":"3/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":636,"Cost":322,"Date":"3/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":906,"Cost":729,"Date":"6/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":947,"Cost":605,"Date":"6/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":415,"Cost":308,"Date":"8/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":166,"Cost":91,"Date":"10/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":171,"Cost":115,"Date":"11/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":289,"Cost":221,"Date":"11/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":114,"Cost":69,"Date":"3/27/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":967,"Cost":701,"Date":"4/17/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":175,"Cost":141,"Date":"8/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":641,"Cost":563,"Date":"8/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":660,"Cost":477,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":355,"Cost":298,"Date":"9/5/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":163,"Cost":101,"Date":"9/14/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":400,"Cost":290,"Date":"9/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":189,"Cost":114,"Date":"11/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":793,"Cost":497,"Date":"12/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":344,"Cost":246,"Date":"1/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":644,"Cost":380,"Date":"1/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":412,"Cost":243,"Date":"2/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":507,"Cost":309,"Date":"3/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":418,"Cost":375,"Date":"4/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":299,"Cost":273,"Date":"4/5/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":976,"Cost":520,"Date":"4/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":256,"Cost":183,"Date":"7/10/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":147,"Cost":78,"Date":"3/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":380,"Cost":260,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":926,"Cost":583,"Date":"10/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":833,"Cost":446,"Date":"3/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":692,"Cost":627,"Date":"6/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":345,"Cost":237,"Date":"7/17/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":246,"Cost":166,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":725,"Cost":587,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":248,"Cost":170,"Date":"11/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":835,"Cost":479,"Date":"12/16/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":505,"Cost":362,"Date":"12/30/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":303,"Cost":287,"Date":"2/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":163,"Cost":145,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":147,"Cost":92,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":393,"Cost":208,"Date":"4/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":848,"Cost":475,"Date":"7/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":807,"Cost":555,"Date":"8/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":756,"Cost":587,"Date":"10/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":848,"Cost":722,"Date":"11/11/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":183,"Cost":136,"Date":"11/30/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":317,"Cost":242,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":837,"Cost":440,"Date":"3/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":89,"Cost":53,"Date":"4/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":987,"Cost":928,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":981,"Cost":911,"Date":"8/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":604,"Cost":522,"Date":"9/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":362,"Cost":227,"Date":"10/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":406,"Cost":328,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":222,"Cost":159,"Date":"11/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":840,"Cost":787,"Date":"12/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":171,"Cost":130,"Date":"12/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":76,"Cost":51,"Date":"1/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":607,"Cost":320,"Date":"1/23/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":591,"Cost":376,"Date":"2/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":559,"Cost":520,"Date":"3/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":57,"Cost":48,"Date":"3/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":784,"Cost":502,"Date":"3/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":615,"Cost":549,"Date":"6/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":110,"Cost":87,"Date":"6/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":74,"Cost":48,"Date":"8/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":581,"Cost":371,"Date":"10/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":904,"Cost":581,"Date":"11/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":808,"Cost":473,"Date":"11/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":147,"Cost":132,"Date":"3/27/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":985,"Cost":652,"Date":"4/17/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":152,"Cost":104,"Date":"8/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":81,"Cost":53,"Date":"8/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":243,"Cost":156,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":946,"Cost":793,"Date":"9/5/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":494,"Cost":356,"Date":"9/14/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":175,"Cost":91,"Date":"9/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":993,"Cost":690,"Date":"11/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":477,"Cost":279,"Date":"12/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":129,"Cost":119,"Date":"1/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":537,"Cost":298,"Date":"1/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":177,"Cost":142,"Date":"2/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":494,"Cost":406,"Date":"3/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":856,"Cost":799,"Date":"4/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":514,"Cost":366,"Date":"4/5/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":225,"Cost":188,"Date":"4/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":233,"Cost":174,"Date":"7/10/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":140,"Cost":90,"Date":"3/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":921,"Cost":556,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":83,"Cost":73,"Date":"10/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":593,"Cost":418,"Date":"3/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":53,"Cost":29,"Date":"6/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":780,"Cost":507,"Date":"7/17/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":216,"Cost":155,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":254,"Cost":143,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":123,"Cost":67,"Date":"11/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":468,"Cost":437,"Date":"12/16/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":986,"Cost":920,"Date":"12/30/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":427,"Cost":397,"Date":"2/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":822,"Cost":647,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":330,"Cost":172,"Date":"3/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":430,"Cost":242,"Date":"4/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":209,"Cost":167,"Date":"7/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":930,"Cost":863,"Date":"8/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":208,"Cost":192,"Date":"10/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":525,"Cost":267,"Date":"11/11/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":31,"Cost":24,"Date":"11/30/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":934,"Cost":789,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":28,"Cost":22,"Date":"3/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":393,"Cost":323,"Date":"4/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":965,"Cost":585,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":968,"Cost":556,"Date":"8/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":430,"Cost":269,"Date":"9/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":427,"Cost":351,"Date":"10/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":613,"Cost":355,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":908,"Cost":518,"Date":"11/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":626,"Cost":414,"Date":"12/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":420,"Cost":378,"Date":"12/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":630,"Cost":320,"Date":"1/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":701,"Cost":644,"Date":"1/23/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":42,"Cost":37,"Date":"2/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":656,"Cost":455,"Date":"3/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":8,"Cost":6,"Date":"3/12/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":588,"Cost":506,"Date":"3/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":61,"Cost":54,"Date":"6/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":989,"Cost":751,"Date":"6/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":269,"Cost":209,"Date":"8/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":537,"Cost":490,"Date":"10/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":479,"Cost":246,"Date":"11/4/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":749,"Cost":404,"Date":"11/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":621,"Cost":584,"Date":"3/27/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":419,"Cost":295,"Date":"4/17/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":705,"Cost":422,"Date":"8/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":151,"Cost":141,"Date":"8/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":258,"Cost":158,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":333,"Cost":216,"Date":"9/5/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":725,"Cost":467,"Date":"9/14/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":953,"Cost":635,"Date":"9/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":338,"Cost":297,"Date":"11/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":758,"Cost":633,"Date":"12/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":341,"Cost":248,"Date":"1/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":12,"Cost":7,"Date":"1/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":598,"Cost":511,"Date":"2/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":943,"Cost":660,"Date":"3/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":65,"Cost":42,"Date":"4/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":536,"Date":"4/5/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":882,"Cost":587,"Date":"4/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":937,"Cost":741,"Date":"7/10/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":240,"Date":"3/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":64,"Cost":53,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":79,"Cost":44,"Date":"10/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":673,"Cost":435,"Date":"3/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":539,"Cost":292,"Date":"6/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":666,"Cost":443,"Date":"7/17/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":258,"Cost":158,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":34,"Cost":19,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":179,"Cost":144,"Date":"11/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":172,"Cost":107,"Date":"12/16/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":861,"Cost":649,"Date":"12/30/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":732,"Cost":457,"Date":"2/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":42,"Cost":21,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":272,"Cost":217,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":391,"Cost":310,"Date":"4/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":833,"Cost":542,"Date":"7/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":413,"Cost":297,"Date":"8/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":13,"Cost":6,"Date":"10/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":499,"Date":"11/11/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":587,"Cost":487,"Date":"11/30/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":361,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":814,"Cost":684,"Date":"3/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":780,"Cost":656,"Date":"4/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":3,"Cost":3,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":96,"Date":"8/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":899,"Cost":596,"Date":"9/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":116,"Cost":93,"Date":"10/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":186,"Cost":166,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":568,"Cost":393,"Date":"11/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":69,"Cost":43,"Date":"12/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":689,"Cost":565,"Date":"12/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":238,"Cost":161,"Date":"1/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":528,"Cost":400,"Date":"1/23/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":508,"Cost":307,"Date":"2/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":85,"Cost":60,"Date":"3/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":408,"Cost":256,"Date":"3/12/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":658,"Cost":335,"Date":"3/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":760,"Cost":452,"Date":"6/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":938,"Cost":716,"Date":"6/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":850,"Cost":642,"Date":"8/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":8,"Cost":4,"Date":"10/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":813,"Cost":708,"Date":"11/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":812,"Cost":590,"Date":"11/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":880,"Cost":818,"Date":"3/27/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":897,"Cost":457,"Date":"4/17/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":548,"Cost":497,"Date":"8/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":859,"Cost":481,"Date":"8/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":873,"Cost":440,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":422,"Cost":347,"Date":"9/5/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":1,"Cost":1,"Date":"9/14/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":406,"Cost":326,"Date":"9/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":237,"Cost":126,"Date":"11/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":54,"Cost":42,"Date":"12/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":734,"Cost":434,"Date":"1/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":37,"Cost":30,"Date":"1/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":75,"Date":"2/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":390,"Cost":355,"Date":"3/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":990,"Cost":548,"Date":"4/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":237,"Cost":160,"Date":"4/5/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":198,"Cost":123,"Date":"4/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":694,"Cost":450,"Date":"7/10/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":192,"Cost":133,"Date":"3/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":608,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":766,"Cost":685,"Date":"10/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":625,"Cost":329,"Date":"3/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":269,"Date":"6/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":413,"Cost":342,"Date":"7/17/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":301,"Cost":221,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":841,"Cost":604,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":22,"Cost":15,"Date":"11/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":379,"Cost":250,"Date":"12/16/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":129,"Cost":83,"Date":"12/30/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":848,"Cost":428,"Date":"2/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":52,"Cost":47,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":886,"Cost":708,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":44,"Cost":34,"Date":"4/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":387,"Cost":336,"Date":"7/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":688,"Cost":566,"Date":"8/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":537,"Cost":448,"Date":"10/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":609,"Date":"11/11/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":274,"Date":"11/30/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":915,"Cost":575,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":715,"Cost":358,"Date":"3/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":496,"Date":"4/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":169,"Cost":143,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":157,"Date":"8/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":342,"Cost":298,"Date":"9/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":251,"Cost":130,"Date":"10/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":222,"Cost":175,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":174,"Date":"11/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":308,"Cost":273,"Date":"12/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":896,"Cost":685,"Date":"12/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":527,"Cost":343,"Date":"1/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":248,"Cost":210,"Date":"1/23/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":612,"Cost":371,"Date":"2/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":155,"Cost":118,"Date":"3/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":592,"Cost":533,"Date":"3/12/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":639,"Cost":348,"Date":"3/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":945,"Cost":601,"Date":"6/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":814,"Cost":579,"Date":"6/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":178,"Cost":101,"Date":"8/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":84,"Cost":55,"Date":"10/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":226,"Date":"11/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":551,"Cost":404,"Date":"11/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":949,"Cost":664,"Date":"3/27/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":154,"Cost":129,"Date":"4/17/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":681,"Cost":387,"Date":"8/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":445,"Cost":317,"Date":"8/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":219,"Cost":134,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":599,"Cost":466,"Date":"9/5/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":754,"Cost":645,"Date":"9/14/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":339,"Cost":320,"Date":"9/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":157,"Cost":146,"Date":"11/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":795,"Cost":706,"Date":"12/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":601,"Cost":381,"Date":"1/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":601,"Cost":427,"Date":"1/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":528,"Cost":411,"Date":"2/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":911,"Cost":859,"Date":"3/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":271,"Cost":164,"Date":"4/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":237,"Cost":152,"Date":"4/5/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":52,"Cost":32,"Date":"4/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":79,"Cost":62,"Date":"7/10/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":170,"Cost":146,"Date":"3/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":118,"Cost":86,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":420,"Cost":295,"Date":"10/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":339,"Cost":298,"Date":"3/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":633,"Cost":411,"Date":"6/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":204,"Cost":148,"Date":"7/17/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":748,"Cost":575,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":1000,"Cost":775,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":645,"Cost":480,"Date":"11/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":512,"Cost":385,"Date":"12/16/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":708,"Cost":563,"Date":"12/30/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":591,"Cost":519,"Date":"2/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":335,"Cost":167,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":829,"Cost":565,"Date":"3/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":78,"Cost":62,"Date":"4/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":989,"Cost":841,"Date":"7/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":660,"Cost":441,"Date":"8/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":132,"Cost":71,"Date":"10/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":693,"Cost":476,"Date":"11/11/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":300,"Cost":259,"Date":"11/30/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":356,"Cost":253,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":228,"Cost":204,"Date":"3/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":147,"Cost":109,"Date":"4/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":12,"Cost":7,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":98,"Cost":60,"Date":"8/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":867,"Cost":554,"Date":"9/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":689,"Cost":620,"Date":"10/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":466,"Cost":260,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":926,"Cost":505,"Date":"11/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":55,"Cost":45,"Date":"12/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":976,"Cost":615,"Date":"12/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":359,"Cost":266,"Date":"1/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":571,"Cost":460,"Date":"1/23/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":699,"Cost":567,"Date":"2/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":259,"Cost":206,"Date":"3/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":441,"Cost":341,"Date":"3/12/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":526,"Cost":309,"Date":"3/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":911,"Cost":840,"Date":"6/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":848,"Cost":638,"Date":"6/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":711,"Cost":617,"Date":"8/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":838,"Cost":556,"Date":"10/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":353,"Cost":210,"Date":"11/4/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":681,"Cost":608,"Date":"11/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":199,"Cost":164,"Date":"3/27/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":528,"Cost":295,"Date":"4/17/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":972,"Cost":509,"Date":"8/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":836,"Cost":660,"Date":"8/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":228,"Cost":151,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":831,"Cost":734,"Date":"9/5/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":588,"Cost":471,"Date":"9/14/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":249,"Cost":169,"Date":"9/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":379,"Cost":237,"Date":"11/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":533,"Date":"12/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":99,"Cost":74,"Date":"1/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":569,"Cost":371,"Date":"1/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":733,"Cost":683,"Date":"2/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":537,"Cost":450,"Date":"3/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":905,"Cost":467,"Date":"4/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":119,"Cost":79,"Date":"4/5/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":561,"Cost":440,"Date":"4/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":572,"Cost":496,"Date":"7/10/2019"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":903,"Cost":735,"Date":"3/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":79,"Cost":48,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":880,"Cost":477,"Date":"10/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":821,"Cost":615,"Date":"3/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":781,"Cost":658,"Date":"6/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":478,"Cost":337,"Date":"7/17/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":841,"Cost":598,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":800,"Cost":666,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":840,"Cost":426,"Date":"11/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":725,"Cost":674,"Date":"12/16/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":258,"Cost":162,"Date":"12/30/2021"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":295,"Cost":216,"Date":"2/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":552,"Cost":431,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":543,"Cost":274,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":62,"Cost":49,"Date":"4/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":526,"Cost":447,"Date":"7/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":33,"Cost":26,"Date":"8/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":126,"Cost":77,"Date":"10/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":367,"Cost":329,"Date":"11/11/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":478,"Cost":392,"Date":"11/30/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":71,"Cost":45,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":678,"Cost":339,"Date":"3/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":531,"Cost":439,"Date":"4/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":860,"Cost":540,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":201,"Cost":128,"Date":"8/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":223,"Cost":135,"Date":"9/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":591,"Cost":321,"Date":"10/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":104,"Cost":72,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":138,"Cost":111,"Date":"11/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":772,"Cost":681,"Date":"12/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":983,"Cost":786,"Date":"12/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":162,"Cost":130,"Date":"1/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":504,"Cost":295,"Date":"1/23/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":651,"Cost":419,"Date":"2/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":370,"Cost":351,"Date":"3/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":146,"Cost":137,"Date":"3/12/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":723,"Cost":509,"Date":"3/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":826,"Cost":533,"Date":"6/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":504,"Cost":283,"Date":"6/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":118,"Cost":104,"Date":"8/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":636,"Cost":446,"Date":"10/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":635,"Cost":433,"Date":"11/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":862,"Cost":446,"Date":"11/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":757,"Cost":549,"Date":"3/27/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":488,"Cost":451,"Date":"4/17/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":624,"Cost":481,"Date":"8/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":808,"Cost":520,"Date":"8/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":918,"Cost":523,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":387,"Cost":256,"Date":"9/5/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":97,"Cost":62,"Date":"9/14/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":283,"Cost":267,"Date":"9/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":571,"Cost":294,"Date":"11/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":6,"Cost":3,"Date":"12/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":929,"Cost":855,"Date":"1/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":800,"Cost":463,"Date":"1/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":425,"Cost":217,"Date":"2/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":532,"Cost":268,"Date":"3/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":519,"Cost":261,"Date":"4/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":590,"Cost":389,"Date":"4/5/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":277,"Cost":252,"Date":"4/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":763,"Cost":703,"Date":"7/10/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":407,"Cost":327,"Date":"3/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":552,"Cost":323,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":633,"Cost":359,"Date":"10/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":95,"Cost":71,"Date":"3/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":891,"Cost":676,"Date":"6/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":147,"Cost":139,"Date":"7/17/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":919,"Cost":594,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":393,"Cost":347,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":877,"Cost":510,"Date":"11/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":22,"Cost":16,"Date":"12/16/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":770,"Cost":454,"Date":"12/30/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":44,"Cost":25,"Date":"2/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":224,"Cost":202,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":196,"Cost":160,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":450,"Cost":276,"Date":"4/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":519,"Cost":418,"Date":"7/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":582,"Cost":505,"Date":"8/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":457,"Cost":350,"Date":"10/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":982,"Cost":648,"Date":"11/11/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":57,"Cost":49,"Date":"11/30/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":312,"Cost":180,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":194,"Cost":155,"Date":"3/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":862,"Cost":806,"Date":"4/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":747,"Cost":681,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":322,"Cost":247,"Date":"8/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":823,"Cost":601,"Date":"9/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":48,"Cost":34,"Date":"10/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":893,"Cost":734,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":502,"Cost":439,"Date":"11/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":690,"Cost":403,"Date":"12/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":550,"Cost":522,"Date":"12/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":622,"Cost":534,"Date":"1/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":468,"Cost":422,"Date":"1/23/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":374,"Cost":293,"Date":"2/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":342,"Cost":302,"Date":"3/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":634,"Cost":510,"Date":"3/12/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":434,"Cost":223,"Date":"3/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":858,"Cost":595,"Date":"6/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":18,"Cost":16,"Date":"6/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":189,"Cost":121,"Date":"8/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":903,"Cost":798,"Date":"10/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":711,"Cost":574,"Date":"11/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":624,"Cost":567,"Date":"11/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":321,"Date":"3/27/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":561,"Cost":530,"Date":"4/17/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":222,"Cost":139,"Date":"8/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":309,"Date":"8/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":196,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":379,"Cost":315,"Date":"9/5/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":545,"Cost":340,"Date":"9/14/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":796,"Cost":471,"Date":"9/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":681,"Cost":392,"Date":"11/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":472,"Cost":370,"Date":"12/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":910,"Cost":860,"Date":"1/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":12,"Cost":6,"Date":"1/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":128,"Date":"2/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":819,"Cost":713,"Date":"3/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":725,"Cost":470,"Date":"4/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":864,"Cost":715,"Date":"4/5/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":747,"Cost":382,"Date":"4/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":313,"Cost":158,"Date":"7/10/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":837,"Cost":587,"Date":"3/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":900,"Cost":565,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":83,"Date":"10/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":75,"Cost":50,"Date":"3/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":284,"Cost":233,"Date":"6/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":868,"Cost":625,"Date":"7/17/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":415,"Cost":277,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":796,"Cost":506,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":461,"Date":"11/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":65,"Cost":42,"Date":"12/16/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":662,"Cost":506,"Date":"12/30/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":936,"Cost":751,"Date":"2/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":671,"Cost":441,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":917,"Cost":758,"Date":"3/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":289,"Cost":189,"Date":"4/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":941,"Cost":736,"Date":"7/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":517,"Cost":479,"Date":"8/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":635,"Date":"10/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":404,"Cost":310,"Date":"11/11/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":463,"Cost":374,"Date":"11/30/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":333,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":630,"Date":"3/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":751,"Cost":482,"Date":"4/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":306,"Cost":213,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":225,"Cost":125,"Date":"8/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":442,"Cost":326,"Date":"9/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":955,"Cost":565,"Date":"10/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":252,"Cost":186,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":742,"Date":"11/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":676,"Date":"12/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":815,"Cost":732,"Date":"12/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":136,"Cost":83,"Date":"1/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":836,"Cost":511,"Date":"1/23/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":396,"Cost":319,"Date":"2/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":308,"Cost":241,"Date":"3/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":344,"Cost":273,"Date":"3/12/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":964,"Cost":669,"Date":"3/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":452,"Date":"6/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":270,"Cost":222,"Date":"6/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":375,"Date":"8/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":669,"Cost":518,"Date":"10/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":91,"Cost":76,"Date":"11/4/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":499,"Cost":284,"Date":"11/9/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":575,"Cost":482,"Date":"3/27/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":773,"Cost":710,"Date":"4/17/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":720,"Cost":675,"Date":"8/11/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":846,"Cost":560,"Date":"8/21/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":40,"Cost":24,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":828,"Cost":539,"Date":"9/5/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":462,"Cost":350,"Date":"9/14/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":179,"Cost":127,"Date":"9/20/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":920,"Cost":765,"Date":"11/20/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":415,"Cost":290,"Date":"12/21/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":127,"Cost":99,"Date":"1/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":242,"Cost":186,"Date":"1/21/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":955,"Cost":747,"Date":"2/9/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":692,"Cost":429,"Date":"3/19/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":479,"Cost":400,"Date":"4/3/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":218,"Cost":151,"Date":"4/5/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":736,"Cost":395,"Date":"4/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":696,"Cost":445,"Date":"7/10/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":31,"Cost":18,"Date":"3/25/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":531,"Cost":354,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":498,"Cost":454,"Date":"10/28/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":915,"Cost":554,"Date":"3/2/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":486,"Cost":252,"Date":"6/28/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":550,"Cost":343,"Date":"7/17/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":942,"Cost":637,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":193,"Cost":112,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":672,"Cost":437,"Date":"11/20/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":154,"Cost":125,"Date":"12/16/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":829,"Cost":773,"Date":"12/30/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":357,"Cost":257,"Date":"2/15/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":856,"Cost":641,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":597,"Cost":432,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":757,"Cost":558,"Date":"4/18/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":124,"Cost":81,"Date":"7/27/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":858,"Cost":810,"Date":"8/18/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":820,"Cost":644,"Date":"10/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":870,"Cost":758,"Date":"11/11/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":194,"Cost":168,"Date":"11/30/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":792,"Cost":658,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":898,"Cost":519,"Date":"3/1/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":287,"Cost":250,"Date":"4/13/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":773,"Cost":723,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":273,"Cost":183,"Date":"8/13/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":414,"Cost":221,"Date":"9/15/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":462,"Cost":375,"Date":"10/14/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":684,"Cost":606,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":979,"Cost":781,"Date":"11/11/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":926,"Cost":495,"Date":"12/7/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":246,"Cost":205,"Date":"12/21/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":190,"Cost":177,"Date":"1/6/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":954,"Cost":689,"Date":"1/23/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":382,"Cost":323,"Date":"2/4/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":560,"Cost":430,"Date":"3/10/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":657,"Cost":567,"Date":"3/12/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":132,"Cost":84,"Date":"3/31/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":385,"Cost":272,"Date":"6/16/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":37,"Cost":30,"Date":"6/17/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":571,"Cost":526,"Date":"8/27/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":472,"Cost":369,"Date":"10/1/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":647,"Cost":396,"Date":"11/4/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":178,"Cost":123,"Date":"11/9/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":211,"Cost":168,"Date":"3/27/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":377,"Cost":263,"Date":"4/17/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":839,"Cost":445,"Date":"8/11/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":531,"Cost":481,"Date":"8/21/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":539,"Cost":272,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":640,"Cost":429,"Date":"9/5/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":589,"Cost":536,"Date":"9/14/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":807,"Cost":507,"Date":"9/20/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":43,"Cost":40,"Date":"11/20/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":638,"Cost":600,"Date":"12/21/2018"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":253,"Cost":223,"Date":"1/7/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":970,"Cost":751,"Date":"1/21/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":304,"Cost":194,"Date":"2/9/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":493,"Cost":348,"Date":"3/19/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":64,"Cost":39,"Date":"4/3/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":596,"Cost":445,"Date":"4/5/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":486,"Cost":392,"Date":"4/28/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":116,"Cost":97,"Date":"7/10/2019"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":377,"Cost":242,"Date":"3/25/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":323,"Cost":174,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":888,"Cost":535,"Date":"10/28/2020"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":609,"Date":"3/2/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":424,"Cost":318,"Date":"6/28/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":333,"Cost":203,"Date":"7/17/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":144,"Cost":132,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":117,"Cost":105,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":803,"Cost":623,"Date":"11/20/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":797,"Cost":466,"Date":"12/16/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":280,"Cost":150,"Date":"12/30/2021"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":602,"Cost":421,"Date":"2/15/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":566,"Cost":412,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":924,"Cost":610,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":836,"Cost":580,"Date":"4/18/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":996,"Cost":546,"Date":"7/27/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":499,"Cost":457,"Date":"8/18/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":428,"Cost":230,"Date":"10/31/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":657,"Cost":367,"Date":"11/11/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":300,"Cost":244,"Date":"11/30/2022"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":902,"Cost":486,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":263,"Cost":178,"Date":"3/1/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":364,"Date":"4/13/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":123,"Cost":81,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":417,"Cost":297,"Date":"8/13/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":102,"Cost":84,"Date":"9/15/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":817,"Cost":476,"Date":"10/14/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":874,"Cost":695,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":126,"Cost":90,"Date":"11/11/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":923,"Cost":668,"Date":"12/7/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":829,"Cost":438,"Date":"12/21/2023"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":880,"Cost":771,"Date":"1/6/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":599,"Cost":400,"Date":"1/23/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":168,"Cost":123,"Date":"2/4/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":737,"Cost":594,"Date":"3/10/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":402,"Cost":348,"Date":"3/12/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":838,"Cost":750,"Date":"3/31/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":993,"Cost":530,"Date":"6/16/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":579,"Date":"6/17/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":376,"Date":"8/27/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":935,"Cost":566,"Date":"10/1/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":340,"Cost":243,"Date":"11/4/2024"},{"Store":"Aachen Arkaden","Brand":"Sellpy","Country":"Germany","Sale":753,"Cost":409,"Date":"11/9/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":243,"Cost":143,"Date":"3/27/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":547,"Cost":505,"Date":"4/17/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":846,"Cost":605,"Date":"8/11/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":250,"Cost":197,"Date":"8/21/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":542,"Cost":465,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":803,"Cost":721,"Date":"9/5/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":830,"Cost":590,"Date":"9/14/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":326,"Cost":170,"Date":"9/20/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":178,"Cost":142,"Date":"11/20/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":273,"Cost":245,"Date":"12/21/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":64,"Cost":54,"Date":"1/7/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":171,"Cost":118,"Date":"1/21/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":181,"Cost":102,"Date":"2/9/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":860,"Cost":618,"Date":"3/19/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":588,"Cost":402,"Date":"4/3/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":79,"Cost":66,"Date":"4/5/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":981,"Cost":733,"Date":"4/28/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":919,"Cost":591,"Date":"7/10/2019"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":654,"Cost":366,"Date":"3/25/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":919,"Cost":863,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":364,"Cost":212,"Date":"10/28/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":297,"Cost":200,"Date":"3/2/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":299,"Cost":221,"Date":"6/28/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":116,"Cost":89,"Date":"7/17/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":959,"Cost":603,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":573,"Cost":381,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":686,"Cost":429,"Date":"11/20/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":137,"Cost":73,"Date":"12/16/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":876,"Cost":693,"Date":"12/30/2021"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":340,"Cost":224,"Date":"2/15/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":914,"Cost":464,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":235,"Cost":134,"Date":"3/7/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":678,"Cost":416,"Date":"4/18/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":902,"Cost":456,"Date":"7/27/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":174,"Cost":139,"Date":"8/18/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":225,"Cost":117,"Date":"10/31/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":418,"Cost":275,"Date":"11/11/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":860,"Cost":442,"Date":"11/30/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":31,"Cost":19,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":876,"Cost":777,"Date":"3/1/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":225,"Cost":143,"Date":"4/13/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":154,"Cost":113,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":234,"Cost":186,"Date":"8/13/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":428,"Cost":352,"Date":"9/15/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":326,"Cost":233,"Date":"10/14/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":46,"Cost":38,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":904,"Cost":570,"Date":"11/11/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":793,"Cost":695,"Date":"12/7/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":753,"Cost":611,"Date":"12/21/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":55,"Cost":31,"Date":"1/6/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":576,"Cost":406,"Date":"1/23/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":433,"Cost":342,"Date":"2/4/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":328,"Cost":272,"Date":"3/10/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":264,"Cost":241,"Date":"3/12/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":776,"Cost":628,"Date":"3/31/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":981,"Cost":880,"Date":"6/16/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":141,"Cost":114,"Date":"6/17/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":565,"Cost":476,"Date":"8/27/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":583,"Cost":395,"Date":"10/1/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":570,"Cost":381,"Date":"11/4/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":464,"Cost":375,"Date":"11/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":130,"Cost":72,"Date":"3/27/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":291,"Cost":196,"Date":"4/17/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":65,"Cost":59,"Date":"8/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":933,"Cost":729,"Date":"8/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":359,"Cost":295,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":833,"Cost":759,"Date":"9/5/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":330,"Date":"9/14/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":758,"Cost":381,"Date":"9/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":318,"Cost":233,"Date":"11/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":544,"Cost":321,"Date":"12/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":954,"Cost":722,"Date":"1/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":430,"Cost":279,"Date":"1/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":100,"Cost":57,"Date":"2/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":741,"Cost":415,"Date":"3/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":584,"Cost":451,"Date":"4/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":359,"Cost":292,"Date":"4/5/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":512,"Cost":349,"Date":"4/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":516,"Date":"7/10/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":726,"Cost":516,"Date":"3/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":174,"Cost":99,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":677,"Cost":544,"Date":"10/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":370,"Date":"3/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":619,"Cost":588,"Date":"6/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":97,"Cost":66,"Date":"7/17/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":980,"Cost":726,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":247,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":719,"Cost":611,"Date":"11/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":312,"Cost":218,"Date":"12/16/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":220,"Date":"12/30/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":610,"Cost":351,"Date":"2/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":827,"Cost":467,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":77,"Cost":71,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":986,"Cost":699,"Date":"4/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":179,"Cost":92,"Date":"7/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":109,"Date":"8/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":789,"Cost":637,"Date":"10/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":625,"Cost":368,"Date":"11/11/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":319,"Cost":222,"Date":"11/30/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":918,"Cost":787,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":899,"Cost":503,"Date":"3/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":287,"Cost":178,"Date":"4/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":182,"Cost":165,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":627,"Cost":383,"Date":"8/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":734,"Date":"9/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":594,"Date":"10/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":894,"Cost":795,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":619,"Cost":586,"Date":"11/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":216,"Date":"12/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":936,"Cost":717,"Date":"12/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":79,"Cost":72,"Date":"1/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":608,"Cost":506,"Date":"1/23/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":194,"Cost":173,"Date":"2/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":274,"Cost":165,"Date":"3/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":5,"Date":"3/12/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":569,"Cost":348,"Date":"3/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":569,"Cost":309,"Date":"6/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":5,"Cost":4,"Date":"6/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":274,"Cost":200,"Date":"8/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":771,"Cost":513,"Date":"10/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":838,"Cost":579,"Date":"11/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":260,"Cost":196,"Date":"11/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":624,"Cost":535,"Date":"3/27/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":3,"Cost":1,"Date":"4/17/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":126,"Cost":106,"Date":"8/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":15,"Cost":10,"Date":"8/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":857,"Cost":632,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":76,"Cost":39,"Date":"9/5/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":423,"Cost":385,"Date":"9/14/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":964,"Cost":834,"Date":"9/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":772,"Cost":460,"Date":"11/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":871,"Cost":797,"Date":"12/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":662,"Cost":384,"Date":"1/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":422,"Cost":302,"Date":"1/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":491,"Cost":438,"Date":"2/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":708,"Cost":592,"Date":"3/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":376,"Cost":276,"Date":"4/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":518,"Cost":451,"Date":"4/5/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":342,"Cost":255,"Date":"4/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":204,"Cost":181,"Date":"7/10/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":321,"Cost":175,"Date":"3/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":972,"Cost":524,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":704,"Cost":613,"Date":"10/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":534,"Cost":450,"Date":"3/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":296,"Cost":251,"Date":"6/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":129,"Cost":69,"Date":"7/17/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":340,"Cost":315,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":615,"Cost":538,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":966,"Cost":593,"Date":"11/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":658,"Cost":580,"Date":"12/16/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":993,"Cost":867,"Date":"12/30/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":23,"Cost":15,"Date":"2/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":769,"Cost":485,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":388,"Cost":238,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":205,"Cost":146,"Date":"4/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":238,"Cost":124,"Date":"7/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":140,"Cost":133,"Date":"8/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":69,"Cost":66,"Date":"10/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":563,"Cost":529,"Date":"11/11/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":374,"Cost":264,"Date":"11/30/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":268,"Cost":192,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":648,"Cost":486,"Date":"3/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":673,"Cost":483,"Date":"4/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":415,"Cost":249,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":847,"Cost":604,"Date":"8/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":624,"Cost":337,"Date":"9/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":699,"Cost":536,"Date":"10/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":764,"Cost":435,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":331,"Cost":271,"Date":"11/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":109,"Cost":101,"Date":"12/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":366,"Cost":238,"Date":"12/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":500,"Cost":360,"Date":"1/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":651,"Cost":445,"Date":"1/23/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":316,"Cost":298,"Date":"2/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":168,"Cost":107,"Date":"3/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":697,"Cost":443,"Date":"3/12/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":872,"Cost":439,"Date":"3/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":244,"Cost":133,"Date":"6/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":649,"Cost":505,"Date":"6/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":600,"Cost":387,"Date":"8/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":652,"Cost":479,"Date":"10/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":12,"Cost":11,"Date":"11/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":582,"Cost":457,"Date":"11/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":799,"Cost":494,"Date":"3/27/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":127,"Cost":117,"Date":"4/17/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":452,"Cost":396,"Date":"8/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":588,"Cost":341,"Date":"8/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":266,"Cost":236,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":439,"Cost":237,"Date":"9/5/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":225,"Cost":130,"Date":"9/14/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":939,"Cost":650,"Date":"9/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":729,"Cost":533,"Date":"11/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":983,"Cost":821,"Date":"12/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":504,"Cost":305,"Date":"1/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":259,"Cost":201,"Date":"1/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":304,"Cost":157,"Date":"2/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":836,"Cost":712,"Date":"3/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":339,"Cost":239,"Date":"4/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":387,"Cost":340,"Date":"4/5/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":779,"Cost":635,"Date":"4/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":509,"Cost":294,"Date":"7/10/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":789,"Cost":485,"Date":"3/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":606,"Cost":404,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":929,"Cost":697,"Date":"10/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":88,"Cost":67,"Date":"3/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":271,"Cost":232,"Date":"6/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":496,"Cost":441,"Date":"7/17/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":775,"Cost":434,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":12,"Cost":10,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":592,"Cost":364,"Date":"11/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":611,"Cost":358,"Date":"12/16/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":940,"Cost":799,"Date":"12/30/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":679,"Cost":590,"Date":"2/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":983,"Cost":876,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":572,"Cost":310,"Date":"3/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":386,"Cost":297,"Date":"4/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":293,"Cost":211,"Date":"7/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":282,"Cost":156,"Date":"8/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":528,"Cost":455,"Date":"10/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":137,"Cost":118,"Date":"11/11/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":913,"Cost":656,"Date":"11/30/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":416,"Cost":330,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":159,"Cost":111,"Date":"3/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":966,"Cost":844,"Date":"4/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":949,"Cost":859,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":332,"Cost":281,"Date":"8/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":391,"Cost":243,"Date":"9/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":834,"Cost":425,"Date":"10/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":191,"Cost":148,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":532,"Cost":340,"Date":"11/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":405,"Cost":225,"Date":"12/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":249,"Cost":183,"Date":"12/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":130,"Cost":104,"Date":"1/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":705,"Cost":668,"Date":"1/23/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":680,"Cost":501,"Date":"2/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":75,"Cost":38,"Date":"3/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":685,"Cost":616,"Date":"3/12/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":900,"Cost":534,"Date":"3/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":894,"Cost":531,"Date":"6/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":26,"Cost":23,"Date":"6/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":805,"Cost":457,"Date":"8/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":979,"Cost":774,"Date":"10/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":861,"Cost":590,"Date":"11/4/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":783,"Cost":690,"Date":"11/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":737,"Cost":640,"Date":"3/27/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":429,"Cost":309,"Date":"4/17/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":997,"Cost":665,"Date":"8/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":604,"Cost":304,"Date":"8/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":751,"Cost":486,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":722,"Cost":613,"Date":"9/5/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":616,"Cost":317,"Date":"9/14/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":467,"Cost":257,"Date":"9/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":293,"Date":"11/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":493,"Date":"12/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":906,"Cost":728,"Date":"1/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":997,"Cost":561,"Date":"1/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":49,"Cost":30,"Date":"2/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":381,"Cost":335,"Date":"3/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":592,"Cost":488,"Date":"4/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":462,"Cost":269,"Date":"4/5/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":184,"Cost":137,"Date":"4/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":850,"Cost":743,"Date":"7/10/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":318,"Cost":302,"Date":"3/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":189,"Cost":168,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":248,"Cost":211,"Date":"10/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":483,"Cost":452,"Date":"3/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":579,"Cost":438,"Date":"6/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":178,"Cost":97,"Date":"7/17/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":407,"Cost":314,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":807,"Cost":473,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":256,"Cost":130,"Date":"11/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":688,"Cost":422,"Date":"12/16/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":394,"Cost":354,"Date":"12/30/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":353,"Cost":321,"Date":"2/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":801,"Cost":761,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":136,"Cost":125,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":576,"Cost":533,"Date":"4/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":339,"Cost":201,"Date":"7/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":209,"Cost":131,"Date":"8/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":761,"Cost":692,"Date":"10/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":324,"Cost":291,"Date":"11/11/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":330,"Date":"11/30/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":513,"Cost":378,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":373,"Date":"3/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":599,"Cost":321,"Date":"4/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":86,"Cost":58,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":803,"Cost":588,"Date":"8/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":115,"Date":"9/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":53,"Cost":43,"Date":"10/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":124,"Cost":79,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":738,"Cost":518,"Date":"11/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":139,"Date":"12/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":967,"Cost":498,"Date":"12/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":656,"Cost":367,"Date":"1/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":8,"Date":"1/23/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":219,"Cost":137,"Date":"2/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":949,"Cost":638,"Date":"3/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":437,"Cost":376,"Date":"3/12/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":415,"Cost":274,"Date":"3/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":129,"Cost":107,"Date":"6/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":872,"Cost":698,"Date":"6/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":40,"Date":"8/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":7,"Cost":6,"Date":"10/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":145,"Cost":88,"Date":"11/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":100,"Cost":90,"Date":"11/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":126,"Cost":102,"Date":"3/27/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":259,"Cost":172,"Date":"4/17/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":296,"Cost":162,"Date":"8/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":115,"Date":"8/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":302,"Cost":161,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":719,"Cost":555,"Date":"9/5/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":180,"Date":"9/14/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":939,"Cost":803,"Date":"9/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":274,"Cost":250,"Date":"11/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":455,"Cost":409,"Date":"12/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":45,"Cost":26,"Date":"1/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":815,"Cost":698,"Date":"1/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":19,"Date":"2/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":51,"Cost":31,"Date":"3/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":71,"Cost":50,"Date":"4/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":54,"Cost":49,"Date":"4/5/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":267,"Date":"4/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":65,"Cost":45,"Date":"7/10/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":841,"Cost":797,"Date":"3/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":210,"Cost":130,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":73,"Cost":37,"Date":"10/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":695,"Cost":542,"Date":"3/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":173,"Cost":94,"Date":"6/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":705,"Cost":527,"Date":"7/17/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":240,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":839,"Cost":478,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":218,"Cost":188,"Date":"11/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":102,"Cost":67,"Date":"12/16/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":394,"Cost":225,"Date":"12/30/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":718,"Date":"2/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":580,"Cost":340,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":74,"Cost":59,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":571,"Cost":355,"Date":"4/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":883,"Cost":456,"Date":"7/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":662,"Cost":563,"Date":"8/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":783,"Cost":506,"Date":"10/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":748,"Cost":575,"Date":"11/11/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":646,"Cost":429,"Date":"11/30/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":538,"Cost":480,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":235,"Cost":140,"Date":"3/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":231,"Cost":151,"Date":"4/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":967,"Cost":832,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":677,"Date":"8/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":610,"Cost":315,"Date":"9/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":380,"Cost":214,"Date":"10/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":516,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":983,"Cost":545,"Date":"11/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":194,"Cost":126,"Date":"12/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":44,"Date":"12/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":984,"Cost":571,"Date":"1/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":505,"Cost":429,"Date":"1/23/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":49,"Date":"2/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":889,"Cost":618,"Date":"3/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":12,"Cost":8,"Date":"3/12/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":751,"Cost":443,"Date":"3/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":109,"Cost":83,"Date":"6/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":964,"Cost":909,"Date":"6/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":106,"Cost":54,"Date":"8/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":710,"Cost":672,"Date":"10/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":423,"Cost":242,"Date":"11/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":131,"Cost":97,"Date":"11/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":643,"Cost":499,"Date":"3/27/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":904,"Cost":564,"Date":"4/17/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":925,"Cost":818,"Date":"8/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":430,"Cost":267,"Date":"8/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":360,"Cost":341,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":972,"Cost":826,"Date":"9/5/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":910,"Cost":622,"Date":"9/14/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":869,"Cost":738,"Date":"9/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":744,"Cost":471,"Date":"11/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":984,"Cost":802,"Date":"12/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":211,"Cost":154,"Date":"1/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":945,"Cost":791,"Date":"1/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":963,"Cost":540,"Date":"2/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":140,"Cost":103,"Date":"3/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":305,"Cost":233,"Date":"4/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":871,"Cost":546,"Date":"4/5/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":375,"Cost":219,"Date":"4/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":718,"Cost":644,"Date":"7/10/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":845,"Cost":590,"Date":"3/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":998,"Cost":611,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":975,"Cost":891,"Date":"10/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":132,"Cost":110,"Date":"3/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":664,"Cost":429,"Date":"6/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":308,"Cost":227,"Date":"7/17/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":412,"Cost":324,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":747,"Cost":472,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":230,"Cost":185,"Date":"11/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":481,"Cost":452,"Date":"12/16/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":718,"Cost":577,"Date":"12/30/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":615,"Cost":318,"Date":"2/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":284,"Cost":242,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":888,"Cost":524,"Date":"3/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":185,"Cost":150,"Date":"4/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":444,"Cost":282,"Date":"7/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":276,"Cost":181,"Date":"8/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":412,"Cost":297,"Date":"10/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":154,"Cost":84,"Date":"11/11/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":819,"Cost":729,"Date":"11/30/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":180,"Cost":106,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":663,"Cost":445,"Date":"3/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":160,"Cost":96,"Date":"4/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":653,"Cost":518,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":428,"Cost":298,"Date":"8/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":95,"Cost":83,"Date":"9/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":670,"Cost":500,"Date":"10/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":949,"Cost":594,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":25,"Cost":15,"Date":"11/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":988,"Cost":889,"Date":"12/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":771,"Cost":706,"Date":"12/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":410,"Cost":277,"Date":"1/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":952,"Cost":843,"Date":"1/23/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":416,"Cost":374,"Date":"2/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":436,"Cost":377,"Date":"3/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":521,"Cost":346,"Date":"3/12/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":535,"Cost":395,"Date":"3/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":70,"Cost":46,"Date":"6/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":59,"Cost":33,"Date":"6/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":142,"Cost":98,"Date":"8/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":854,"Cost":627,"Date":"10/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":185,"Cost":144,"Date":"11/4/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":621,"Cost":380,"Date":"11/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":618,"Cost":537,"Date":"3/27/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":45,"Date":"4/17/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":744,"Cost":589,"Date":"8/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":100,"Cost":69,"Date":"8/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":514,"Cost":290,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":150,"Cost":138,"Date":"9/5/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":471,"Cost":286,"Date":"9/14/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":482,"Cost":294,"Date":"9/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":220,"Date":"11/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":280,"Date":"12/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":156,"Cost":99,"Date":"1/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":735,"Cost":468,"Date":"1/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":302,"Cost":155,"Date":"2/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":680,"Cost":365,"Date":"3/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":597,"Cost":542,"Date":"4/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":676,"Cost":391,"Date":"4/5/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":853,"Cost":488,"Date":"4/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":288,"Date":"7/10/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":543,"Cost":393,"Date":"3/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":911,"Cost":615,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":132,"Date":"10/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":325,"Cost":177,"Date":"3/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":447,"Cost":311,"Date":"6/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":624,"Cost":588,"Date":"7/17/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":847,"Cost":574,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":382,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":468,"Date":"11/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":150,"Date":"12/16/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":983,"Cost":583,"Date":"12/30/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":65,"Date":"2/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":170,"Cost":102,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":408,"Cost":285,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":60,"Date":"4/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":344,"Cost":321,"Date":"7/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":379,"Cost":334,"Date":"8/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":719,"Cost":652,"Date":"10/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":469,"Cost":245,"Date":"11/11/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":818,"Cost":443,"Date":"11/30/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":593,"Cost":337,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":296,"Cost":264,"Date":"3/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":257,"Cost":194,"Date":"4/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":509,"Cost":421,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":44,"Date":"8/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":204,"Cost":183,"Date":"9/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":937,"Cost":853,"Date":"10/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":548,"Cost":353,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":995,"Cost":664,"Date":"11/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":770,"Cost":484,"Date":"12/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":331,"Date":"12/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":640,"Cost":416,"Date":"1/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":402,"Cost":371,"Date":"1/23/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":202,"Date":"2/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":176,"Cost":136,"Date":"3/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":336,"Date":"3/12/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":435,"Cost":341,"Date":"3/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":177,"Cost":100,"Date":"6/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":709,"Cost":632,"Date":"6/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":126,"Date":"8/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":324,"Cost":227,"Date":"10/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":587,"Cost":389,"Date":"11/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":306,"Cost":263,"Date":"11/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":547,"Cost":488,"Date":"3/27/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":631,"Cost":408,"Date":"4/17/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":254,"Cost":214,"Date":"8/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":866,"Cost":455,"Date":"8/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":399,"Cost":311,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":28,"Cost":15,"Date":"9/5/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":227,"Cost":184,"Date":"9/14/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":98,"Cost":84,"Date":"9/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":58,"Cost":54,"Date":"11/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":833,"Cost":686,"Date":"12/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":716,"Cost":600,"Date":"1/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":511,"Cost":407,"Date":"1/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":770,"Cost":428,"Date":"2/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":796,"Cost":539,"Date":"3/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":703,"Cost":366,"Date":"4/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":114,"Date":"4/5/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":696,"Cost":615,"Date":"4/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":862,"Cost":766,"Date":"7/10/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":192,"Date":"3/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":804,"Cost":581,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":526,"Cost":477,"Date":"10/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":870,"Cost":476,"Date":"3/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":264,"Cost":159,"Date":"6/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":563,"Cost":284,"Date":"7/17/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":609,"Cost":442,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":996,"Cost":543,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":660,"Cost":351,"Date":"11/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":474,"Cost":373,"Date":"12/16/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":64,"Date":"12/30/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":739,"Cost":416,"Date":"2/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":897,"Cost":744,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":465,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":32,"Cost":30,"Date":"4/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":739,"Cost":585,"Date":"7/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":173,"Cost":152,"Date":"8/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":280,"Cost":175,"Date":"10/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":641,"Cost":357,"Date":"11/11/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":204,"Cost":108,"Date":"11/30/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":232,"Cost":124,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":411,"Cost":301,"Date":"3/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":294,"Cost":235,"Date":"4/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":716,"Cost":538,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":523,"Cost":274,"Date":"8/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":614,"Date":"9/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":83,"Cost":68,"Date":"10/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":729,"Cost":570,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":579,"Cost":537,"Date":"11/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":939,"Cost":599,"Date":"12/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":760,"Cost":626,"Date":"12/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":92,"Cost":58,"Date":"1/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":615,"Cost":426,"Date":"1/23/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":183,"Cost":144,"Date":"2/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":821,"Cost":643,"Date":"3/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":142,"Cost":79,"Date":"3/12/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":136,"Cost":74,"Date":"3/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":73,"Cost":58,"Date":"6/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":202,"Cost":172,"Date":"6/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":880,"Cost":496,"Date":"8/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":900,"Cost":465,"Date":"10/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":363,"Cost":227,"Date":"11/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":986,"Cost":820,"Date":"11/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":514,"Cost":285,"Date":"3/27/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":700,"Cost":633,"Date":"4/17/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":203,"Cost":169,"Date":"8/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":270,"Cost":233,"Date":"8/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":925,"Cost":826,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":221,"Cost":132,"Date":"9/5/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":208,"Cost":135,"Date":"9/14/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":390,"Cost":204,"Date":"9/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":528,"Cost":376,"Date":"11/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":349,"Cost":205,"Date":"12/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":240,"Cost":164,"Date":"1/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":974,"Cost":828,"Date":"1/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":811,"Cost":579,"Date":"2/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":653,"Cost":526,"Date":"3/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":579,"Cost":454,"Date":"4/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":177,"Cost":128,"Date":"4/5/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":919,"Cost":851,"Date":"4/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":913,"Cost":766,"Date":"7/10/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":616,"Cost":428,"Date":"3/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":906,"Cost":819,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":731,"Cost":489,"Date":"10/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":576,"Cost":399,"Date":"3/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":253,"Cost":204,"Date":"6/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":377,"Cost":352,"Date":"7/17/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":888,"Cost":779,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":790,"Cost":625,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":823,"Cost":477,"Date":"11/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":747,"Cost":651,"Date":"12/16/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":850,"Cost":534,"Date":"12/30/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":578,"Cost":452,"Date":"2/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":660,"Cost":560,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":63,"Cost":53,"Date":"3/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":513,"Cost":370,"Date":"4/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":779,"Cost":580,"Date":"7/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":59,"Cost":40,"Date":"8/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":478,"Cost":377,"Date":"10/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":719,"Cost":495,"Date":"11/11/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":850,"Cost":547,"Date":"11/30/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":260,"Cost":182,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":752,"Cost":377,"Date":"3/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":537,"Cost":438,"Date":"4/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":877,"Cost":631,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":571,"Cost":495,"Date":"8/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":698,"Cost":540,"Date":"9/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":666,"Cost":563,"Date":"10/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":654,"Cost":393,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":735,"Cost":472,"Date":"11/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":444,"Cost":393,"Date":"12/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":817,"Cost":497,"Date":"12/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":653,"Cost":450,"Date":"1/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":141,"Cost":110,"Date":"1/23/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":271,"Cost":195,"Date":"2/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":534,"Cost":404,"Date":"3/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":107,"Cost":97,"Date":"3/12/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":357,"Cost":179,"Date":"3/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":994,"Cost":531,"Date":"6/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":600,"Cost":463,"Date":"6/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":933,"Cost":584,"Date":"8/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":627,"Cost":399,"Date":"10/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":944,"Cost":527,"Date":"11/4/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":651,"Cost":399,"Date":"11/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":432,"Cost":408,"Date":"3/27/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":538,"Cost":321,"Date":"4/17/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":694,"Cost":586,"Date":"8/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":722,"Cost":602,"Date":"8/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":286,"Cost":170,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":287,"Cost":267,"Date":"9/5/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":196,"Cost":128,"Date":"9/14/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":191,"Cost":163,"Date":"9/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":329,"Cost":269,"Date":"11/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":641,"Cost":368,"Date":"12/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":931,"Cost":731,"Date":"1/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":582,"Cost":310,"Date":"1/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":615,"Cost":451,"Date":"2/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":399,"Cost":291,"Date":"3/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":280,"Cost":223,"Date":"4/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":57,"Cost":40,"Date":"4/5/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":93,"Cost":50,"Date":"4/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":715,"Cost":579,"Date":"7/10/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":421,"Cost":301,"Date":"3/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":302,"Cost":270,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":54,"Cost":50,"Date":"10/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":613,"Cost":336,"Date":"3/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":761,"Cost":517,"Date":"6/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":42,"Cost":25,"Date":"7/17/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":451,"Cost":282,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":348,"Cost":232,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":536,"Cost":426,"Date":"11/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":958,"Cost":846,"Date":"12/16/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":974,"Cost":822,"Date":"12/30/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":32,"Cost":28,"Date":"2/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":91,"Cost":69,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":605,"Cost":498,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":147,"Cost":130,"Date":"4/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":537,"Cost":304,"Date":"7/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":216,"Cost":122,"Date":"8/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":6,"Cost":5,"Date":"10/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":436,"Cost":229,"Date":"11/11/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":388,"Cost":297,"Date":"11/30/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":954,"Cost":560,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":553,"Cost":287,"Date":"3/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":671,"Cost":451,"Date":"4/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":882,"Cost":728,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":104,"Cost":67,"Date":"8/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":380,"Cost":232,"Date":"9/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":2,"Cost":1,"Date":"10/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":578,"Cost":410,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":377,"Cost":336,"Date":"11/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":716,"Cost":425,"Date":"12/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":934,"Cost":494,"Date":"12/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":331,"Cost":185,"Date":"1/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":553,"Cost":432,"Date":"1/23/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":584,"Cost":370,"Date":"2/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":382,"Cost":294,"Date":"3/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":967,"Cost":846,"Date":"3/12/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":497,"Cost":303,"Date":"3/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":738,"Cost":408,"Date":"6/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":699,"Cost":548,"Date":"6/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":726,"Cost":516,"Date":"8/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":27,"Cost":15,"Date":"10/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":335,"Cost":209,"Date":"11/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":607,"Cost":385,"Date":"11/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":155,"Cost":103,"Date":"3/27/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":339,"Cost":321,"Date":"4/17/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":817,"Cost":526,"Date":"8/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":846,"Cost":677,"Date":"8/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":506,"Cost":338,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":523,"Cost":415,"Date":"9/5/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":184,"Cost":133,"Date":"9/14/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":276,"Cost":255,"Date":"9/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":40,"Cost":27,"Date":"11/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":324,"Cost":242,"Date":"12/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":316,"Cost":163,"Date":"1/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":133,"Cost":74,"Date":"1/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":86,"Cost":80,"Date":"2/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":92,"Cost":51,"Date":"3/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":756,"Cost":498,"Date":"4/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":460,"Cost":387,"Date":"4/5/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":150,"Cost":93,"Date":"4/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":374,"Cost":234,"Date":"7/10/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":829,"Cost":688,"Date":"3/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":719,"Cost":398,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":716,"Cost":598,"Date":"10/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":238,"Cost":145,"Date":"3/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":85,"Cost":58,"Date":"6/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":958,"Cost":535,"Date":"7/17/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":478,"Cost":370,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":851,"Cost":525,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":406,"Cost":352,"Date":"11/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":565,"Cost":416,"Date":"12/16/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":457,"Cost":317,"Date":"12/30/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":67,"Cost":40,"Date":"2/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":27,"Cost":15,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":38,"Cost":28,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":207,"Cost":141,"Date":"4/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":91,"Cost":65,"Date":"7/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":371,"Cost":255,"Date":"8/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":15,"Cost":8,"Date":"10/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":388,"Cost":226,"Date":"11/11/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":869,"Cost":508,"Date":"11/30/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":61,"Cost":58,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":345,"Cost":309,"Date":"3/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":279,"Cost":155,"Date":"4/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":178,"Cost":160,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":409,"Cost":302,"Date":"8/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":258,"Cost":245,"Date":"9/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":92,"Cost":53,"Date":"10/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":138,"Cost":110,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":419,"Cost":390,"Date":"11/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":270,"Cost":201,"Date":"12/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":724,"Cost":658,"Date":"12/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":882,"Cost":779,"Date":"1/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":603,"Cost":545,"Date":"1/23/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":97,"Cost":73,"Date":"2/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":87,"Cost":72,"Date":"3/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":894,"Cost":450,"Date":"3/12/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":574,"Cost":488,"Date":"3/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":122,"Cost":73,"Date":"6/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":574,"Cost":320,"Date":"6/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":53,"Cost":49,"Date":"8/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":224,"Cost":122,"Date":"10/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":296,"Cost":269,"Date":"11/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":234,"Cost":140,"Date":"11/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":473,"Cost":418,"Date":"3/27/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":342,"Cost":248,"Date":"4/17/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":167,"Cost":119,"Date":"8/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":891,"Cost":465,"Date":"8/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":97,"Cost":61,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":880,"Cost":625,"Date":"9/5/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":333,"Cost":242,"Date":"9/14/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":961,"Cost":687,"Date":"9/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":722,"Cost":515,"Date":"11/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":739,"Cost":591,"Date":"12/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":294,"Cost":174,"Date":"1/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":63,"Cost":43,"Date":"1/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":296,"Cost":236,"Date":"2/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":939,"Cost":891,"Date":"3/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":813,"Cost":466,"Date":"4/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":631,"Cost":409,"Date":"4/5/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":980,"Cost":837,"Date":"4/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":693,"Cost":504,"Date":"7/10/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":868,"Cost":620,"Date":"3/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":592,"Cost":501,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":700,"Cost":481,"Date":"10/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":311,"Cost":212,"Date":"3/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":926,"Cost":613,"Date":"6/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":444,"Cost":394,"Date":"7/17/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":401,"Cost":367,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":142,"Cost":101,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":443,"Cost":304,"Date":"11/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":401,"Cost":201,"Date":"12/16/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":665,"Cost":412,"Date":"12/30/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":162,"Cost":112,"Date":"2/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":504,"Cost":357,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":817,"Cost":676,"Date":"3/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":443,"Cost":394,"Date":"4/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":613,"Cost":484,"Date":"7/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":652,"Cost":336,"Date":"8/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":737,"Cost":472,"Date":"10/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":989,"Cost":529,"Date":"11/11/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":24,"Cost":16,"Date":"11/30/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":140,"Cost":111,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":674,"Cost":516,"Date":"3/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":569,"Cost":310,"Date":"4/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":854,"Cost":647,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":494,"Cost":260,"Date":"8/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":416,"Cost":346,"Date":"9/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":371,"Cost":240,"Date":"10/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":798,"Cost":422,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":507,"Cost":376,"Date":"11/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":326,"Cost":202,"Date":"12/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":949,"Cost":864,"Date":"12/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":165,"Cost":93,"Date":"1/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":721,"Cost":432,"Date":"1/23/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":437,"Cost":375,"Date":"2/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":621,"Cost":384,"Date":"3/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":459,"Cost":298,"Date":"3/12/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":804,"Cost":745,"Date":"3/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":207,"Cost":180,"Date":"6/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":333,"Cost":268,"Date":"6/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":94,"Cost":79,"Date":"8/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":942,"Cost":813,"Date":"10/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":135,"Cost":102,"Date":"11/4/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":947,"Cost":600,"Date":"11/9/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":819,"Cost":534,"Date":"3/27/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":795,"Cost":705,"Date":"4/17/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":992,"Cost":622,"Date":"8/11/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":617,"Cost":534,"Date":"8/21/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":14,"Cost":11,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":297,"Cost":279,"Date":"9/5/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":105,"Cost":74,"Date":"9/14/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":927,"Cost":746,"Date":"9/20/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":990,"Cost":648,"Date":"11/20/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":48,"Cost":42,"Date":"12/21/2018"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":657,"Cost":358,"Date":"1/7/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":249,"Cost":145,"Date":"1/21/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":882,"Cost":532,"Date":"2/9/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":149,"Cost":135,"Date":"3/19/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":17,"Cost":13,"Date":"4/3/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":31,"Cost":16,"Date":"4/5/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":439,"Cost":330,"Date":"4/28/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":121,"Cost":105,"Date":"7/10/2019"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":962,"Cost":558,"Date":"3/25/2020"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":139,"Cost":98,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":183,"Cost":164,"Date":"10/28/2020"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":455,"Cost":373,"Date":"3/2/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":286,"Cost":242,"Date":"6/28/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":79,"Cost":50,"Date":"7/17/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":434,"Cost":331,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":262,"Cost":185,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":827,"Cost":740,"Date":"11/20/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":518,"Cost":379,"Date":"12/16/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":738,"Cost":486,"Date":"12/30/2021"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":344,"Cost":183,"Date":"2/15/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":689,"Cost":471,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":725,"Cost":568,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":141,"Cost":98,"Date":"4/18/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":987,"Cost":890,"Date":"7/27/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":546,"Cost":344,"Date":"8/18/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":303,"Cost":218,"Date":"10/31/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":331,"Cost":237,"Date":"11/11/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":289,"Cost":172,"Date":"11/30/2022"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":837,"Cost":592,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":251,"Cost":161,"Date":"3/1/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":988,"Cost":795,"Date":"4/13/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":155,"Cost":93,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":504,"Cost":477,"Date":"8/13/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":445,"Cost":397,"Date":"9/15/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":100,"Cost":67,"Date":"10/14/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":74,"Cost":48,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":516,"Cost":326,"Date":"11/11/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":648,"Cost":553,"Date":"12/7/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":523,"Cost":393,"Date":"12/21/2023"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":995,"Cost":672,"Date":"1/6/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":384,"Cost":271,"Date":"1/23/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":231,"Cost":175,"Date":"2/4/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":327,"Cost":187,"Date":"3/10/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":223,"Cost":173,"Date":"3/12/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":548,"Cost":484,"Date":"3/31/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":227,"Cost":189,"Date":"6/16/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":171,"Cost":147,"Date":"6/17/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":659,"Cost":372,"Date":"8/27/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":502,"Cost":381,"Date":"10/1/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":442,"Cost":280,"Date":"11/4/2024"},{"Store":"MercaturA, Aalen","Brand":"HM","Country":"Germany","Sale":16,"Cost":10,"Date":"11/9/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":273,"Cost":152,"Date":"3/27/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":190,"Cost":141,"Date":"4/17/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":203,"Cost":122,"Date":"8/11/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":823,"Cost":679,"Date":"8/21/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":383,"Cost":341,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":163,"Cost":84,"Date":"9/5/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":722,"Cost":485,"Date":"9/14/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":479,"Cost":267,"Date":"9/20/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":145,"Cost":126,"Date":"11/20/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":31,"Cost":16,"Date":"12/21/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":777,"Cost":699,"Date":"1/7/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":391,"Cost":337,"Date":"1/21/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":516,"Cost":276,"Date":"2/9/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":766,"Cost":515,"Date":"3/19/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":103,"Cost":91,"Date":"4/3/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":540,"Cost":370,"Date":"4/5/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":45,"Date":"4/28/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":194,"Cost":157,"Date":"7/10/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":251,"Cost":175,"Date":"3/25/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":525,"Cost":396,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":43,"Cost":39,"Date":"10/28/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":721,"Cost":594,"Date":"3/2/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":816,"Cost":501,"Date":"6/28/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":629,"Cost":549,"Date":"7/17/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":572,"Cost":493,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":76,"Cost":39,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":406,"Cost":361,"Date":"11/20/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":631,"Cost":504,"Date":"12/16/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":475,"Cost":357,"Date":"12/30/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":184,"Cost":94,"Date":"2/15/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":336,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":278,"Cost":175,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":568,"Cost":376,"Date":"4/18/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":410,"Date":"7/27/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":85,"Cost":46,"Date":"8/18/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":219,"Cost":167,"Date":"10/31/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":398,"Cost":363,"Date":"11/11/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":637,"Cost":343,"Date":"11/30/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":153,"Cost":94,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":547,"Cost":348,"Date":"3/1/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":618,"Cost":504,"Date":"4/13/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":288,"Cost":176,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":537,"Date":"8/13/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":874,"Cost":779,"Date":"9/15/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":34,"Cost":26,"Date":"10/14/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":42,"Cost":27,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":289,"Cost":211,"Date":"11/11/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":182,"Cost":161,"Date":"12/7/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":174,"Cost":152,"Date":"12/21/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":307,"Cost":253,"Date":"1/6/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":810,"Cost":406,"Date":"1/23/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":373,"Cost":330,"Date":"2/4/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":520,"Cost":373,"Date":"3/10/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":831,"Cost":588,"Date":"3/12/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":805,"Cost":666,"Date":"3/31/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":492,"Cost":288,"Date":"6/16/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":919,"Cost":833,"Date":"6/17/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":404,"Date":"8/27/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":257,"Date":"10/1/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":990,"Cost":511,"Date":"11/4/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":610,"Cost":451,"Date":"11/9/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":815,"Cost":737,"Date":"3/27/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":3,"Cost":1,"Date":"4/17/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":464,"Cost":280,"Date":"8/11/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":50,"Cost":35,"Date":"8/21/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":733,"Cost":667,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":737,"Cost":511,"Date":"9/5/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":842,"Cost":588,"Date":"9/14/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":82,"Cost":68,"Date":"9/20/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":389,"Cost":269,"Date":"11/20/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":240,"Cost":141,"Date":"12/21/2018"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":192,"Cost":144,"Date":"1/7/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":521,"Cost":479,"Date":"1/21/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":692,"Cost":563,"Date":"2/9/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":109,"Cost":64,"Date":"3/19/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":895,"Cost":709,"Date":"4/3/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":658,"Cost":378,"Date":"4/5/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":772,"Cost":580,"Date":"4/28/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":669,"Cost":465,"Date":"7/10/2019"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":390,"Date":"3/25/2020"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":568,"Cost":448,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":65,"Cost":58,"Date":"10/28/2020"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":331,"Cost":239,"Date":"3/2/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":204,"Date":"6/28/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":215,"Cost":114,"Date":"7/17/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":877,"Cost":460,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":899,"Cost":595,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":24,"Cost":16,"Date":"11/20/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":152,"Cost":76,"Date":"12/16/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":565,"Cost":520,"Date":"12/30/2021"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":715,"Cost":529,"Date":"2/15/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":163,"Cost":106,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":781,"Cost":538,"Date":"3/7/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":122,"Date":"4/18/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":54,"Cost":29,"Date":"7/27/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":353,"Cost":335,"Date":"8/18/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":133,"Cost":123,"Date":"10/31/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":132,"Date":"11/11/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":164,"Cost":89,"Date":"11/30/2022"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":152,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":445,"Cost":375,"Date":"3/1/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":244,"Cost":164,"Date":"4/13/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":929,"Cost":724,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":412,"Date":"8/13/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":818,"Cost":660,"Date":"9/15/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":990,"Cost":654,"Date":"10/14/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":603,"Cost":477,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":31,"Date":"11/11/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":325,"Cost":266,"Date":"12/7/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":808,"Cost":551,"Date":"12/21/2023"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":152,"Cost":123,"Date":"1/6/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":613,"Cost":377,"Date":"1/23/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":455,"Cost":246,"Date":"2/4/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":808,"Cost":698,"Date":"3/10/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":696,"Cost":493,"Date":"3/12/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":570,"Cost":406,"Date":"3/31/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":922,"Cost":461,"Date":"6/16/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":423,"Date":"6/17/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":78,"Cost":49,"Date":"8/27/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":102,"Cost":70,"Date":"10/1/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":607,"Cost":522,"Date":"11/4/2024"},{"Store":"MercaturA, Aalen","Brand":"Sellpy","Country":"Germany","Sale":927,"Cost":550,"Date":"11/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":135,"Cost":83,"Date":"3/27/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":314,"Cost":279,"Date":"4/17/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":441,"Cost":244,"Date":"8/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":783,"Cost":408,"Date":"8/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":673,"Cost":353,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":416,"Cost":221,"Date":"9/5/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":957,"Cost":895,"Date":"9/14/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":37,"Cost":26,"Date":"9/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":39,"Date":"11/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":873,"Cost":447,"Date":"12/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":584,"Cost":404,"Date":"1/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":374,"Cost":349,"Date":"1/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":555,"Cost":474,"Date":"2/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":31,"Cost":29,"Date":"3/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":604,"Cost":401,"Date":"4/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":384,"Cost":197,"Date":"4/5/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":54,"Cost":41,"Date":"4/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":551,"Date":"7/10/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":383,"Cost":199,"Date":"3/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":14,"Cost":11,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":370,"Cost":209,"Date":"10/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":815,"Cost":719,"Date":"3/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":844,"Cost":669,"Date":"6/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":435,"Date":"7/17/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":755,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":751,"Cost":408,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":884,"Cost":624,"Date":"11/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":472,"Date":"12/16/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":38,"Cost":34,"Date":"12/30/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":777,"Cost":707,"Date":"2/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":881,"Cost":482,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":700,"Cost":585,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":823,"Cost":544,"Date":"4/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":490,"Cost":270,"Date":"7/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":736,"Cost":653,"Date":"8/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":526,"Cost":358,"Date":"10/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":479,"Cost":353,"Date":"11/11/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":345,"Cost":178,"Date":"11/30/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":678,"Cost":478,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":144,"Cost":132,"Date":"3/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":388,"Cost":307,"Date":"4/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":255,"Cost":215,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":420,"Cost":339,"Date":"8/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":541,"Date":"9/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":30,"Cost":20,"Date":"10/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":879,"Cost":580,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":290,"Date":"11/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":254,"Cost":140,"Date":"12/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":591,"Cost":453,"Date":"12/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":171,"Cost":136,"Date":"1/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":10,"Cost":8,"Date":"1/23/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":847,"Cost":683,"Date":"2/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":886,"Cost":806,"Date":"3/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":524,"Cost":271,"Date":"3/12/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":580,"Date":"3/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":100,"Cost":86,"Date":"6/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":667,"Cost":614,"Date":"6/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":897,"Cost":624,"Date":"8/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":587,"Cost":465,"Date":"10/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":268,"Date":"11/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":237,"Cost":138,"Date":"11/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":285,"Cost":219,"Date":"3/27/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":523,"Cost":463,"Date":"4/17/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":557,"Cost":280,"Date":"8/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":67,"Cost":55,"Date":"8/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":349,"Cost":189,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":138,"Cost":81,"Date":"9/5/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":911,"Cost":820,"Date":"9/14/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":621,"Cost":363,"Date":"9/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":336,"Cost":217,"Date":"11/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":61,"Cost":57,"Date":"12/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":812,"Cost":540,"Date":"1/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":676,"Cost":491,"Date":"1/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":884,"Cost":698,"Date":"2/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":539,"Cost":395,"Date":"3/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":649,"Cost":392,"Date":"4/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":163,"Cost":86,"Date":"4/5/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":150,"Cost":83,"Date":"4/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":487,"Cost":456,"Date":"7/10/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":33,"Cost":22,"Date":"3/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":323,"Cost":180,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":757,"Cost":644,"Date":"10/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":975,"Cost":891,"Date":"3/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":416,"Cost":353,"Date":"6/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":511,"Cost":332,"Date":"7/17/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":10,"Cost":8,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":497,"Cost":421,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":732,"Cost":428,"Date":"11/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":376,"Cost":250,"Date":"12/16/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":680,"Cost":496,"Date":"12/30/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":484,"Cost":388,"Date":"2/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":814,"Cost":471,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":814,"Cost":496,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":498,"Cost":262,"Date":"4/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":301,"Cost":154,"Date":"7/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":385,"Cost":196,"Date":"8/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":492,"Cost":284,"Date":"10/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":862,"Cost":491,"Date":"11/11/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":863,"Cost":578,"Date":"11/30/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":619,"Cost":353,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":206,"Cost":119,"Date":"3/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":390,"Cost":368,"Date":"4/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":909,"Cost":578,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":891,"Cost":575,"Date":"8/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":200,"Cost":151,"Date":"9/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":241,"Cost":221,"Date":"10/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":638,"Cost":392,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":173,"Cost":156,"Date":"11/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":957,"Cost":532,"Date":"12/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":678,"Cost":619,"Date":"12/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":665,"Cost":620,"Date":"1/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":265,"Cost":154,"Date":"1/23/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":990,"Cost":883,"Date":"2/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":968,"Cost":642,"Date":"3/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":279,"Cost":212,"Date":"3/12/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":578,"Cost":343,"Date":"3/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":14,"Cost":8,"Date":"6/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":823,"Cost":458,"Date":"6/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":860,"Cost":790,"Date":"8/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":626,"Cost":340,"Date":"10/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":156,"Cost":89,"Date":"11/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":36,"Cost":19,"Date":"11/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":439,"Cost":274,"Date":"3/27/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":874,"Cost":761,"Date":"4/17/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":158,"Cost":92,"Date":"8/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":153,"Cost":146,"Date":"8/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":21,"Cost":20,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":905,"Cost":564,"Date":"9/5/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":175,"Cost":162,"Date":"9/14/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":241,"Cost":192,"Date":"9/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":85,"Cost":67,"Date":"11/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":411,"Cost":376,"Date":"12/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":495,"Cost":270,"Date":"1/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":460,"Cost":323,"Date":"1/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":672,"Cost":356,"Date":"2/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":651,"Cost":477,"Date":"3/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":524,"Cost":374,"Date":"4/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":169,"Cost":90,"Date":"4/5/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":619,"Cost":368,"Date":"4/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":52,"Cost":49,"Date":"7/10/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":469,"Cost":319,"Date":"3/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":3,"Cost":3,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":698,"Cost":645,"Date":"10/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":202,"Cost":168,"Date":"3/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":423,"Cost":294,"Date":"6/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":955,"Cost":824,"Date":"7/17/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":299,"Cost":256,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":530,"Cost":297,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":968,"Cost":751,"Date":"11/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":516,"Cost":452,"Date":"12/16/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":417,"Cost":307,"Date":"12/30/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":380,"Cost":220,"Date":"2/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":898,"Cost":714,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":508,"Cost":443,"Date":"3/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":519,"Cost":414,"Date":"4/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":263,"Cost":145,"Date":"7/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":223,"Cost":203,"Date":"8/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":496,"Cost":298,"Date":"10/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":317,"Cost":256,"Date":"11/11/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":478,"Cost":329,"Date":"11/30/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":583,"Cost":324,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":457,"Cost":271,"Date":"3/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":813,"Cost":574,"Date":"4/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":620,"Cost":529,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":330,"Cost":230,"Date":"8/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":196,"Cost":173,"Date":"9/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":154,"Cost":94,"Date":"10/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":881,"Cost":744,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":868,"Cost":728,"Date":"11/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":575,"Cost":438,"Date":"12/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":84,"Cost":46,"Date":"12/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":626,"Cost":446,"Date":"1/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":47,"Cost":28,"Date":"1/23/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":490,"Cost":412,"Date":"2/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":68,"Cost":51,"Date":"3/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":584,"Cost":554,"Date":"3/12/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":23,"Cost":18,"Date":"3/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":383,"Cost":284,"Date":"6/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":485,"Cost":427,"Date":"6/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":19,"Cost":15,"Date":"8/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":609,"Cost":415,"Date":"10/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":832,"Cost":612,"Date":"11/4/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":131,"Cost":82,"Date":"11/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":920,"Cost":678,"Date":"3/27/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":122,"Cost":98,"Date":"4/17/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":782,"Cost":600,"Date":"8/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":136,"Cost":114,"Date":"8/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":478,"Cost":396,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":756,"Cost":699,"Date":"9/5/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":856,"Cost":801,"Date":"9/14/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":960,"Cost":493,"Date":"9/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":420,"Cost":279,"Date":"11/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":781,"Cost":408,"Date":"12/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":497,"Cost":295,"Date":"1/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":945,"Cost":676,"Date":"1/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":477,"Cost":379,"Date":"2/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":162,"Cost":92,"Date":"3/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":158,"Cost":132,"Date":"4/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":489,"Cost":454,"Date":"4/5/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":105,"Cost":55,"Date":"4/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":205,"Cost":119,"Date":"7/10/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":775,"Cost":494,"Date":"3/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":215,"Cost":143,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":151,"Cost":108,"Date":"10/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":174,"Cost":126,"Date":"3/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":511,"Cost":392,"Date":"6/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":497,"Date":"7/17/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":811,"Cost":564,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":608,"Cost":308,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":479,"Cost":250,"Date":"11/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":169,"Cost":123,"Date":"12/16/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":478,"Cost":286,"Date":"12/30/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":739,"Cost":398,"Date":"2/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":274,"Cost":202,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":861,"Cost":499,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":916,"Cost":677,"Date":"4/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":7,"Cost":5,"Date":"7/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":395,"Cost":375,"Date":"8/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":822,"Cost":415,"Date":"10/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":860,"Cost":802,"Date":"11/11/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":400,"Cost":314,"Date":"11/30/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":774,"Cost":470,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":683,"Cost":447,"Date":"3/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":270,"Cost":221,"Date":"4/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":981,"Cost":709,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":277,"Cost":165,"Date":"8/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":681,"Cost":598,"Date":"9/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":851,"Cost":644,"Date":"10/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":470,"Cost":365,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":210,"Cost":197,"Date":"11/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":570,"Cost":422,"Date":"12/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":402,"Cost":345,"Date":"12/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":244,"Cost":153,"Date":"1/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":928,"Cost":526,"Date":"1/23/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":997,"Cost":561,"Date":"2/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":567,"Cost":374,"Date":"3/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":939,"Cost":567,"Date":"3/12/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":470,"Cost":360,"Date":"3/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":440,"Cost":321,"Date":"6/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":882,"Cost":669,"Date":"6/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":234,"Cost":126,"Date":"8/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":781,"Cost":540,"Date":"10/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":307,"Cost":282,"Date":"11/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":386,"Cost":195,"Date":"11/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":90,"Date":"3/27/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":685,"Date":"4/17/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":567,"Cost":506,"Date":"8/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":977,"Cost":564,"Date":"8/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":111,"Cost":90,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":661,"Cost":421,"Date":"9/5/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":656,"Cost":358,"Date":"9/14/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":127,"Cost":93,"Date":"9/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":75,"Date":"11/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":532,"Cost":292,"Date":"12/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":741,"Cost":542,"Date":"1/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":713,"Cost":418,"Date":"1/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":589,"Cost":440,"Date":"2/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":453,"Cost":370,"Date":"3/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":857,"Cost":707,"Date":"4/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":290,"Cost":148,"Date":"4/5/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":557,"Cost":421,"Date":"4/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":932,"Cost":635,"Date":"7/10/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":98,"Cost":90,"Date":"3/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":356,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":474,"Cost":403,"Date":"10/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":432,"Date":"3/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":802,"Cost":434,"Date":"6/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":990,"Cost":688,"Date":"7/17/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":41,"Cost":20,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":496,"Cost":390,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":590,"Cost":367,"Date":"11/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":796,"Cost":692,"Date":"12/16/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":59,"Cost":51,"Date":"12/30/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":743,"Cost":475,"Date":"2/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":382,"Cost":286,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":231,"Cost":164,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":728,"Cost":690,"Date":"4/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":571,"Date":"7/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":565,"Cost":333,"Date":"8/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":729,"Cost":620,"Date":"10/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":457,"Date":"11/11/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":301,"Date":"11/30/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":315,"Cost":198,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":968,"Cost":641,"Date":"3/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":590,"Cost":364,"Date":"4/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":518,"Cost":353,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":505,"Cost":298,"Date":"8/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":347,"Cost":272,"Date":"9/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":966,"Cost":579,"Date":"10/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":555,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":724,"Cost":456,"Date":"11/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":192,"Cost":140,"Date":"12/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":110,"Cost":72,"Date":"12/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":385,"Cost":207,"Date":"1/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":8,"Cost":5,"Date":"1/23/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":707,"Cost":438,"Date":"2/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":389,"Cost":241,"Date":"3/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":41,"Cost":33,"Date":"3/12/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":652,"Cost":393,"Date":"3/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":354,"Cost":204,"Date":"6/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":611,"Cost":458,"Date":"6/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":434,"Cost":271,"Date":"8/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":961,"Cost":553,"Date":"10/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":223,"Date":"11/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Sellpy","Country":"Germany","Sale":283,"Cost":267,"Date":"11/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":371,"Cost":234,"Date":"3/27/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":880,"Cost":698,"Date":"4/17/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":562,"Cost":298,"Date":"8/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":420,"Cost":396,"Date":"8/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":479,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":459,"Cost":330,"Date":"9/5/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":282,"Cost":256,"Date":"9/14/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":983,"Cost":753,"Date":"9/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":438,"Date":"11/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":292,"Cost":258,"Date":"12/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":210,"Cost":138,"Date":"1/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":623,"Cost":364,"Date":"1/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":557,"Cost":413,"Date":"2/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":983,"Cost":699,"Date":"3/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":914,"Cost":521,"Date":"4/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":769,"Cost":450,"Date":"4/5/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":775,"Cost":463,"Date":"4/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":40,"Cost":25,"Date":"7/10/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":603,"Cost":309,"Date":"3/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":470,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":354,"Cost":256,"Date":"10/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":36,"Date":"3/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":298,"Cost":228,"Date":"6/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":116,"Cost":101,"Date":"7/17/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":922,"Cost":704,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":472,"Cost":272,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":124,"Cost":67,"Date":"11/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":484,"Cost":313,"Date":"12/16/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":522,"Cost":314,"Date":"12/30/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":427,"Cost":402,"Date":"2/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":515,"Cost":258,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":204,"Date":"3/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":744,"Cost":702,"Date":"4/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":137,"Cost":85,"Date":"7/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":924,"Cost":624,"Date":"8/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":440,"Cost":257,"Date":"10/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":206,"Cost":136,"Date":"11/11/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":71,"Cost":65,"Date":"11/30/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":428,"Cost":311,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":601,"Date":"3/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":80,"Cost":67,"Date":"4/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":400,"Cost":330,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":630,"Date":"8/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":496,"Cost":465,"Date":"9/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":524,"Date":"10/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":421,"Cost":265,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":226,"Date":"11/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":776,"Cost":439,"Date":"12/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":761,"Cost":705,"Date":"12/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":385,"Date":"1/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":544,"Cost":315,"Date":"1/23/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":595,"Cost":526,"Date":"2/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":52,"Cost":28,"Date":"3/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":80,"Date":"3/12/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":929,"Cost":572,"Date":"3/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":1,"Cost":1,"Date":"6/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":437,"Cost":305,"Date":"6/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":506,"Cost":388,"Date":"8/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":121,"Cost":63,"Date":"10/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":983,"Cost":496,"Date":"11/4/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":280,"Cost":162,"Date":"11/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":567,"Cost":426,"Date":"3/27/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":893,"Cost":616,"Date":"4/17/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":721,"Cost":609,"Date":"8/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":675,"Cost":380,"Date":"8/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":895,"Cost":819,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":988,"Cost":921,"Date":"9/5/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":469,"Cost":334,"Date":"9/14/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":553,"Cost":342,"Date":"9/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":671,"Cost":553,"Date":"11/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":386,"Cost":320,"Date":"12/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":456,"Cost":369,"Date":"1/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":788,"Cost":454,"Date":"1/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":27,"Cost":15,"Date":"2/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":114,"Cost":72,"Date":"3/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":96,"Cost":71,"Date":"4/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":958,"Cost":880,"Date":"4/5/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":752,"Cost":456,"Date":"4/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":695,"Cost":497,"Date":"7/10/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":491,"Cost":400,"Date":"3/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":387,"Cost":269,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":926,"Cost":611,"Date":"10/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":803,"Cost":426,"Date":"3/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":387,"Cost":219,"Date":"6/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":492,"Cost":275,"Date":"7/17/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":541,"Cost":280,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":539,"Cost":310,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":103,"Cost":68,"Date":"11/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":657,"Cost":455,"Date":"12/16/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":30,"Cost":16,"Date":"12/30/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":418,"Cost":388,"Date":"2/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":876,"Cost":752,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":275,"Cost":237,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":670,"Cost":570,"Date":"4/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":977,"Cost":551,"Date":"7/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":156,"Cost":109,"Date":"8/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":778,"Cost":602,"Date":"10/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":124,"Cost":99,"Date":"11/11/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":597,"Cost":376,"Date":"11/30/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":518,"Cost":389,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":614,"Cost":333,"Date":"3/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":277,"Cost":227,"Date":"4/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":553,"Cost":304,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":43,"Cost":30,"Date":"8/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":157,"Cost":85,"Date":"9/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":780,"Cost":474,"Date":"10/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":677,"Cost":614,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":860,"Cost":722,"Date":"11/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":244,"Cost":143,"Date":"12/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":249,"Cost":134,"Date":"12/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":14,"Cost":7,"Date":"1/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":347,"Cost":272,"Date":"1/23/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":616,"Cost":431,"Date":"2/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":982,"Cost":565,"Date":"3/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":835,"Cost":454,"Date":"3/12/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":425,"Cost":355,"Date":"3/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":894,"Cost":815,"Date":"6/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":225,"Cost":154,"Date":"6/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":145,"Cost":72,"Date":"8/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":140,"Cost":104,"Date":"10/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":31,"Cost":26,"Date":"11/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM","Country":"Germany","Sale":798,"Cost":418,"Date":"11/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":318,"Cost":171,"Date":"3/27/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":471,"Cost":367,"Date":"4/17/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":779,"Cost":464,"Date":"8/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":796,"Cost":690,"Date":"8/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":845,"Cost":670,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":338,"Cost":186,"Date":"9/5/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":433,"Cost":230,"Date":"9/14/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":280,"Date":"9/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":483,"Cost":304,"Date":"11/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":277,"Cost":148,"Date":"12/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":845,"Cost":736,"Date":"1/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":219,"Cost":136,"Date":"1/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":671,"Cost":512,"Date":"2/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":756,"Cost":688,"Date":"3/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":568,"Cost":477,"Date":"4/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":426,"Cost":237,"Date":"4/5/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":648,"Cost":410,"Date":"4/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":63,"Cost":40,"Date":"7/10/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":705,"Cost":354,"Date":"3/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":353,"Cost":251,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":60,"Cost":38,"Date":"10/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":785,"Cost":688,"Date":"3/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":175,"Cost":150,"Date":"6/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":709,"Cost":532,"Date":"7/17/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":155,"Cost":123,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":875,"Cost":660,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":567,"Cost":492,"Date":"11/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":66,"Cost":59,"Date":"12/16/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":202,"Cost":126,"Date":"12/30/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":621,"Date":"2/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":115,"Cost":58,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":52,"Cost":39,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":440,"Cost":312,"Date":"4/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":129,"Cost":78,"Date":"7/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":359,"Date":"8/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":203,"Cost":177,"Date":"10/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":683,"Cost":530,"Date":"11/11/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":30,"Cost":26,"Date":"11/30/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":171,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":275,"Cost":223,"Date":"3/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":182,"Date":"4/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":810,"Cost":694,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":208,"Cost":181,"Date":"8/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":108,"Cost":63,"Date":"9/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":807,"Cost":570,"Date":"10/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":885,"Cost":747,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":462,"Cost":258,"Date":"11/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":595,"Cost":439,"Date":"12/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":776,"Cost":578,"Date":"12/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":584,"Cost":538,"Date":"1/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":844,"Cost":725,"Date":"1/23/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":593,"Cost":485,"Date":"2/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":945,"Cost":742,"Date":"3/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":368,"Date":"3/12/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":642,"Cost":580,"Date":"3/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":357,"Cost":271,"Date":"6/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":991,"Cost":915,"Date":"6/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":229,"Date":"8/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":964,"Cost":788,"Date":"10/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":21,"Cost":11,"Date":"11/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":848,"Cost":426,"Date":"11/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":405,"Date":"3/27/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":37,"Cost":32,"Date":"4/17/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":859,"Cost":495,"Date":"8/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":363,"Cost":332,"Date":"8/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":754,"Cost":716,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":955,"Cost":720,"Date":"9/5/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":220,"Cost":162,"Date":"9/14/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":791,"Cost":553,"Date":"9/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":185,"Date":"11/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":385,"Date":"12/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":529,"Cost":383,"Date":"1/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":276,"Cost":174,"Date":"1/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":939,"Cost":573,"Date":"2/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":981,"Cost":686,"Date":"3/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":189,"Date":"4/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":75,"Cost":50,"Date":"4/5/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":304,"Date":"4/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":858,"Cost":519,"Date":"7/10/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":825,"Cost":731,"Date":"3/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":799,"Cost":735,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":372,"Cost":337,"Date":"10/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":447,"Cost":284,"Date":"3/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":165,"Cost":133,"Date":"6/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":561,"Cost":387,"Date":"7/17/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":81,"Cost":69,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":35,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":987,"Cost":654,"Date":"11/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":425,"Cost":350,"Date":"12/16/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":830,"Date":"12/30/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":474,"Cost":312,"Date":"2/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":853,"Cost":448,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":484,"Cost":351,"Date":"3/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":118,"Date":"4/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":538,"Cost":309,"Date":"7/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":570,"Cost":511,"Date":"8/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":515,"Date":"10/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":108,"Cost":98,"Date":"11/11/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":334,"Cost":245,"Date":"11/30/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":145,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":323,"Date":"3/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":209,"Cost":180,"Date":"4/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":66,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":607,"Date":"8/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":145,"Cost":91,"Date":"9/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":725,"Cost":565,"Date":"10/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":100,"Cost":88,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":587,"Cost":300,"Date":"11/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":148,"Date":"12/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":893,"Cost":540,"Date":"12/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":896,"Cost":755,"Date":"1/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":675,"Cost":587,"Date":"1/23/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":884,"Cost":767,"Date":"2/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":216,"Cost":147,"Date":"3/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":436,"Cost":343,"Date":"3/12/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":157,"Date":"3/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":358,"Cost":331,"Date":"6/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":721,"Date":"6/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":156,"Cost":102,"Date":"8/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":315,"Cost":166,"Date":"10/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":640,"Cost":434,"Date":"11/4/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":818,"Cost":502,"Date":"11/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":495,"Cost":331,"Date":"3/27/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":819,"Cost":591,"Date":"4/17/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":551,"Cost":459,"Date":"8/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":97,"Date":"8/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":892,"Cost":606,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":636,"Cost":395,"Date":"9/5/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":904,"Cost":658,"Date":"9/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":38,"Cost":28,"Date":"9/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":274,"Date":"11/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":803,"Cost":431,"Date":"12/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":391,"Date":"1/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":119,"Cost":93,"Date":"1/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":824,"Cost":438,"Date":"2/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":280,"Date":"3/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":387,"Cost":258,"Date":"4/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":186,"Cost":151,"Date":"4/5/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":597,"Cost":457,"Date":"4/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":184,"Cost":124,"Date":"7/10/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":653,"Cost":498,"Date":"3/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":392,"Cost":203,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":459,"Date":"10/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":897,"Cost":507,"Date":"3/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":916,"Cost":702,"Date":"6/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":565,"Cost":520,"Date":"7/17/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":637,"Cost":472,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":856,"Cost":442,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":72,"Cost":65,"Date":"11/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":208,"Cost":138,"Date":"12/16/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":308,"Cost":178,"Date":"12/30/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":138,"Date":"2/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":90,"Cost":45,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":413,"Cost":320,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":294,"Cost":253,"Date":"4/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":271,"Cost":142,"Date":"7/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":232,"Cost":172,"Date":"8/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":497,"Cost":405,"Date":"10/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":267,"Date":"11/11/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":632,"Cost":570,"Date":"11/30/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":850,"Cost":596,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":743,"Cost":486,"Date":"3/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":275,"Cost":214,"Date":"4/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":199,"Cost":104,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":119,"Cost":83,"Date":"8/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":648,"Cost":573,"Date":"9/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":47,"Date":"10/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":92,"Cost":47,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":489,"Cost":434,"Date":"11/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":968,"Cost":497,"Date":"12/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":55,"Cost":37,"Date":"12/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":444,"Cost":370,"Date":"1/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":571,"Cost":525,"Date":"1/23/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":396,"Cost":366,"Date":"2/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":494,"Date":"3/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":557,"Cost":457,"Date":"3/12/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":737,"Cost":526,"Date":"3/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":84,"Date":"6/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":188,"Cost":172,"Date":"6/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":254,"Cost":223,"Date":"8/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":15,"Cost":9,"Date":"10/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":355,"Cost":198,"Date":"11/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":839,"Cost":575,"Date":"11/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":987,"Cost":874,"Date":"3/27/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":189,"Cost":180,"Date":"4/17/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":738,"Cost":372,"Date":"8/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":653,"Cost":582,"Date":"8/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":130,"Cost":85,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":289,"Cost":168,"Date":"9/5/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":310,"Cost":184,"Date":"9/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":856,"Cost":745,"Date":"9/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":201,"Cost":123,"Date":"11/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":886,"Cost":815,"Date":"12/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":224,"Cost":167,"Date":"1/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":518,"Cost":325,"Date":"1/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":619,"Cost":578,"Date":"2/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":187,"Cost":154,"Date":"3/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":588,"Cost":538,"Date":"4/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":574,"Cost":509,"Date":"4/5/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":935,"Cost":554,"Date":"4/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":888,"Cost":694,"Date":"7/10/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":362,"Cost":185,"Date":"3/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":462,"Cost":238,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":4,"Cost":3,"Date":"10/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":192,"Date":"3/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":9,"Cost":5,"Date":"6/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":438,"Cost":305,"Date":"7/17/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":101,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":28,"Cost":15,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":433,"Cost":339,"Date":"11/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":267,"Cost":230,"Date":"12/16/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":32,"Cost":20,"Date":"12/30/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":439,"Cost":309,"Date":"2/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":272,"Cost":239,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":441,"Cost":408,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":972,"Cost":923,"Date":"4/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":556,"Cost":374,"Date":"7/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":797,"Cost":699,"Date":"8/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":11,"Cost":5,"Date":"10/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":570,"Cost":529,"Date":"11/11/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":259,"Cost":223,"Date":"11/30/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":544,"Cost":430,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":524,"Cost":270,"Date":"3/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":533,"Date":"4/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":623,"Cost":483,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":739,"Cost":597,"Date":"8/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":782,"Cost":451,"Date":"9/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":878,"Cost":511,"Date":"10/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":179,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":647,"Cost":565,"Date":"11/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":872,"Cost":679,"Date":"12/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":895,"Cost":790,"Date":"12/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":988,"Cost":788,"Date":"1/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":504,"Cost":380,"Date":"1/23/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":843,"Cost":538,"Date":"2/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":496,"Cost":389,"Date":"3/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":451,"Cost":417,"Date":"3/12/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":608,"Cost":576,"Date":"3/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":552,"Date":"6/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":71,"Cost":45,"Date":"6/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":320,"Cost":181,"Date":"8/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":892,"Cost":595,"Date":"10/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":37,"Cost":23,"Date":"11/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":638,"Cost":547,"Date":"11/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":291,"Cost":248,"Date":"3/27/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":760,"Cost":628,"Date":"4/17/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":603,"Date":"8/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":735,"Cost":646,"Date":"8/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":701,"Cost":472,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":532,"Cost":478,"Date":"9/5/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":524,"Date":"9/14/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":472,"Cost":394,"Date":"9/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":293,"Date":"11/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":536,"Cost":357,"Date":"12/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":334,"Cost":250,"Date":"1/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":298,"Cost":209,"Date":"1/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":499,"Cost":365,"Date":"2/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":715,"Cost":572,"Date":"3/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":700,"Cost":507,"Date":"4/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":165,"Cost":153,"Date":"4/5/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":455,"Date":"4/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":980,"Cost":583,"Date":"7/10/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":839,"Date":"3/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":708,"Cost":595,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":824,"Cost":548,"Date":"10/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":987,"Cost":767,"Date":"3/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":254,"Date":"6/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":806,"Cost":630,"Date":"7/17/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":962,"Cost":733,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":278,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":14,"Date":"11/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":84,"Cost":52,"Date":"12/16/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":757,"Cost":522,"Date":"12/30/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":543,"Date":"2/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":367,"Cost":346,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":594,"Cost":501,"Date":"3/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":354,"Cost":226,"Date":"4/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":826,"Cost":421,"Date":"7/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":209,"Cost":166,"Date":"8/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":126,"Date":"10/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":207,"Cost":180,"Date":"11/11/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":700,"Cost":493,"Date":"11/30/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":998,"Cost":527,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":570,"Cost":377,"Date":"3/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":487,"Cost":250,"Date":"4/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":164,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":373,"Cost":294,"Date":"8/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":805,"Cost":624,"Date":"9/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":13,"Cost":12,"Date":"10/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":431,"Cost":346,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":437,"Cost":252,"Date":"11/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":778,"Cost":460,"Date":"12/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":420,"Cost":269,"Date":"12/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":801,"Cost":668,"Date":"1/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":244,"Cost":201,"Date":"1/23/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":721,"Date":"2/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":563,"Cost":411,"Date":"3/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":239,"Cost":201,"Date":"3/12/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":876,"Cost":741,"Date":"3/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":108,"Cost":70,"Date":"6/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":768,"Cost":652,"Date":"6/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":711,"Cost":512,"Date":"8/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":194,"Date":"10/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":574,"Cost":484,"Date":"11/4/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":380,"Cost":309,"Date":"11/9/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":644,"Cost":543,"Date":"3/27/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":918,"Cost":459,"Date":"4/17/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":946,"Cost":700,"Date":"8/11/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":441,"Cost":268,"Date":"8/21/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":872,"Cost":685,"Date":"9/2/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":803,"Cost":461,"Date":"9/5/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":666,"Cost":376,"Date":"9/14/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":587,"Cost":445,"Date":"9/20/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":860,"Cost":501,"Date":"11/20/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":607,"Cost":532,"Date":"12/21/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":942,"Cost":721,"Date":"1/7/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":740,"Cost":453,"Date":"1/21/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":176,"Cost":122,"Date":"2/9/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":2,"Cost":1,"Date":"3/19/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":532,"Cost":275,"Date":"4/3/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":356,"Cost":329,"Date":"4/5/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":896,"Cost":561,"Date":"4/28/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":200,"Cost":133,"Date":"7/10/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":23,"Cost":12,"Date":"3/25/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":845,"Cost":465,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":808,"Cost":737,"Date":"10/28/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":119,"Cost":64,"Date":"3/2/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":161,"Cost":137,"Date":"6/28/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":156,"Cost":140,"Date":"7/17/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":820,"Cost":620,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":250,"Cost":238,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":519,"Cost":481,"Date":"11/20/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":83,"Cost":45,"Date":"12/16/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":319,"Cost":191,"Date":"12/30/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":433,"Cost":396,"Date":"2/15/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":268,"Cost":223,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":181,"Cost":165,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":198,"Cost":101,"Date":"4/18/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":714,"Cost":500,"Date":"7/27/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":614,"Cost":440,"Date":"8/18/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":551,"Date":"10/31/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":196,"Cost":165,"Date":"11/11/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":384,"Cost":220,"Date":"11/30/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":871,"Cost":481,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":524,"Cost":444,"Date":"3/1/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":735,"Cost":463,"Date":"4/13/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":260,"Cost":194,"Date":"5/20/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":324,"Cost":263,"Date":"8/13/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":176,"Cost":88,"Date":"9/15/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":718,"Cost":530,"Date":"10/14/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":332,"Cost":177,"Date":"10/28/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":303,"Cost":249,"Date":"11/11/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":459,"Cost":271,"Date":"12/7/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":515,"Cost":425,"Date":"12/21/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":89,"Cost":80,"Date":"1/6/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":858,"Cost":626,"Date":"1/23/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":184,"Cost":149,"Date":"2/4/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":674,"Cost":527,"Date":"3/10/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":620,"Cost":352,"Date":"3/12/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":648,"Cost":545,"Date":"3/31/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":95,"Cost":72,"Date":"6/16/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":483,"Cost":244,"Date":"6/17/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":727,"Cost":647,"Date":"8/27/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":357,"Cost":280,"Date":"10/1/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":67,"Cost":35,"Date":"11/4/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":234,"Cost":153,"Date":"11/9/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":960,"Cost":837,"Date":"3/27/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":92,"Cost":81,"Date":"4/17/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":306,"Cost":197,"Date":"8/11/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":788,"Cost":735,"Date":"8/21/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":722,"Cost":678,"Date":"9/2/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":230,"Cost":159,"Date":"9/5/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":239,"Cost":144,"Date":"9/14/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":981,"Cost":930,"Date":"9/20/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":689,"Cost":372,"Date":"11/20/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":638,"Cost":473,"Date":"12/21/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":724,"Cost":630,"Date":"1/7/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":859,"Cost":456,"Date":"1/21/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":277,"Cost":186,"Date":"2/9/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":822,"Cost":439,"Date":"3/19/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":986,"Cost":622,"Date":"4/3/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":137,"Cost":110,"Date":"4/5/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":802,"Cost":637,"Date":"4/28/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":227,"Cost":163,"Date":"7/10/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":924,"Cost":614,"Date":"3/25/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":109,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":93,"Cost":48,"Date":"10/28/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":644,"Cost":590,"Date":"3/2/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":538,"Cost":473,"Date":"6/28/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":11,"Cost":9,"Date":"7/17/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":970,"Cost":574,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":116,"Cost":95,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":500,"Cost":272,"Date":"11/20/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":555,"Cost":490,"Date":"12/16/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":852,"Cost":744,"Date":"12/30/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":180,"Cost":99,"Date":"2/15/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":448,"Cost":425,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":737,"Cost":373,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":661,"Cost":455,"Date":"4/18/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":401,"Cost":259,"Date":"7/27/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":635,"Cost":491,"Date":"8/18/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":583,"Cost":391,"Date":"10/31/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":674,"Cost":522,"Date":"11/11/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":629,"Cost":437,"Date":"11/30/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":70,"Cost":60,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":688,"Cost":487,"Date":"3/1/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":433,"Cost":395,"Date":"4/13/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":354,"Cost":241,"Date":"5/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":847,"Cost":430,"Date":"8/13/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":558,"Cost":331,"Date":"9/15/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":270,"Cost":183,"Date":"10/14/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":703,"Cost":665,"Date":"10/28/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":91,"Cost":68,"Date":"11/11/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":989,"Cost":902,"Date":"12/7/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":917,"Cost":692,"Date":"12/21/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":41,"Cost":25,"Date":"1/6/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":756,"Cost":413,"Date":"1/23/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":707,"Cost":387,"Date":"2/4/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":307,"Cost":214,"Date":"3/10/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":201,"Cost":147,"Date":"3/12/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":874,"Cost":639,"Date":"3/31/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":440,"Cost":316,"Date":"6/16/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":153,"Cost":135,"Date":"6/17/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":178,"Cost":124,"Date":"8/27/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":809,"Cost":559,"Date":"10/1/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":426,"Cost":354,"Date":"11/4/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":284,"Cost":211,"Date":"11/9/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":938,"Cost":805,"Date":"3/27/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":246,"Cost":164,"Date":"4/17/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":99,"Cost":69,"Date":"8/11/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":67,"Cost":48,"Date":"8/21/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":585,"Cost":399,"Date":"9/2/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":110,"Cost":94,"Date":"9/5/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":54,"Cost":37,"Date":"9/14/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":970,"Cost":553,"Date":"9/20/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":430,"Cost":404,"Date":"11/20/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":234,"Cost":124,"Date":"12/21/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":555,"Cost":381,"Date":"1/7/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":968,"Cost":860,"Date":"1/21/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":451,"Cost":413,"Date":"2/9/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":610,"Cost":335,"Date":"3/19/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":460,"Cost":296,"Date":"4/3/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":539,"Cost":337,"Date":"4/5/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":748,"Cost":618,"Date":"4/28/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":853,"Cost":599,"Date":"7/10/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":458,"Cost":332,"Date":"3/25/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":122,"Cost":69,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":90,"Cost":71,"Date":"10/28/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":686,"Cost":619,"Date":"3/2/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":935,"Cost":661,"Date":"6/28/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":336,"Cost":194,"Date":"7/17/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":383,"Cost":206,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":127,"Cost":106,"Date":"8/23/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":262,"Cost":221,"Date":"11/20/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":33,"Cost":25,"Date":"12/16/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":952,"Cost":620,"Date":"12/30/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":828,"Cost":472,"Date":"2/15/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":756,"Cost":671,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":108,"Cost":71,"Date":"3/7/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":206,"Cost":122,"Date":"4/18/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":49,"Cost":37,"Date":"7/27/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":459,"Cost":381,"Date":"8/18/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":817,"Cost":507,"Date":"10/31/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":149,"Cost":112,"Date":"11/11/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":929,"Cost":530,"Date":"11/30/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":421,"Cost":237,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":260,"Cost":236,"Date":"3/1/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":123,"Cost":81,"Date":"4/13/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":985,"Cost":503,"Date":"5/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":862,"Cost":579,"Date":"8/13/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":771,"Cost":641,"Date":"9/15/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":702,"Cost":613,"Date":"10/14/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":775,"Cost":392,"Date":"10/28/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":160,"Cost":144,"Date":"11/11/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":182,"Cost":133,"Date":"12/7/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":184,"Cost":129,"Date":"12/21/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":722,"Cost":444,"Date":"1/6/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":941,"Cost":509,"Date":"1/23/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":800,"Cost":608,"Date":"2/4/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":221,"Cost":178,"Date":"3/10/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":703,"Cost":433,"Date":"3/12/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":868,"Cost":637,"Date":"3/31/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":993,"Cost":590,"Date":"6/16/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":590,"Cost":476,"Date":"6/17/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":214,"Cost":137,"Date":"8/27/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":779,"Cost":688,"Date":"10/1/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":557,"Cost":480,"Date":"11/4/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":783,"Cost":644,"Date":"11/9/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":213,"Cost":120,"Date":"3/27/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":379,"Cost":246,"Date":"4/17/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":243,"Cost":193,"Date":"8/11/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":313,"Cost":277,"Date":"8/21/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":439,"Cost":300,"Date":"9/2/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":6,"Cost":3,"Date":"9/5/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":478,"Cost":282,"Date":"9/14/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":265,"Cost":160,"Date":"9/20/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":821,"Cost":527,"Date":"11/20/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":60,"Cost":30,"Date":"12/21/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":604,"Cost":397,"Date":"1/7/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":943,"Cost":524,"Date":"1/21/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":71,"Cost":52,"Date":"2/9/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":645,"Cost":438,"Date":"3/19/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":597,"Cost":460,"Date":"4/3/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":612,"Cost":314,"Date":"4/5/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":72,"Cost":49,"Date":"4/28/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":859,"Cost":642,"Date":"7/10/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":217,"Cost":178,"Date":"3/25/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":919,"Cost":617,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":726,"Cost":374,"Date":"10/28/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":391,"Cost":338,"Date":"3/2/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":608,"Cost":486,"Date":"6/28/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":710,"Cost":437,"Date":"7/17/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":100,"Cost":67,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":670,"Cost":427,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":570,"Cost":295,"Date":"11/20/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":151,"Cost":93,"Date":"12/16/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":829,"Cost":445,"Date":"12/30/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":562,"Cost":330,"Date":"2/15/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":977,"Cost":891,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":858,"Cost":762,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":820,"Cost":707,"Date":"4/18/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":152,"Cost":94,"Date":"7/27/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":206,"Cost":183,"Date":"8/18/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":802,"Cost":686,"Date":"10/31/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":703,"Cost":485,"Date":"11/11/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":190,"Cost":155,"Date":"11/30/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":649,"Cost":580,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":635,"Cost":494,"Date":"3/1/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":622,"Cost":518,"Date":"4/13/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":205,"Cost":140,"Date":"5/20/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":426,"Cost":284,"Date":"8/13/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":15,"Cost":8,"Date":"9/15/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":550,"Cost":516,"Date":"10/14/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":471,"Cost":442,"Date":"10/28/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":250,"Cost":196,"Date":"11/11/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":480,"Cost":342,"Date":"12/7/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":792,"Cost":607,"Date":"12/21/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":249,"Cost":233,"Date":"1/6/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":265,"Cost":180,"Date":"1/23/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":528,"Cost":447,"Date":"2/4/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":76,"Cost":57,"Date":"3/10/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":209,"Cost":126,"Date":"3/12/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":132,"Cost":107,"Date":"3/31/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":398,"Cost":367,"Date":"6/16/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":462,"Cost":342,"Date":"6/17/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":245,"Cost":125,"Date":"8/27/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":731,"Cost":587,"Date":"10/1/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":548,"Cost":365,"Date":"11/4/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":694,"Cost":540,"Date":"11/9/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":765,"Cost":419,"Date":"3/27/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":900,"Cost":607,"Date":"4/17/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":812,"Cost":605,"Date":"8/11/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":896,"Cost":451,"Date":"8/21/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":10,"Cost":8,"Date":"9/2/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":684,"Cost":474,"Date":"9/5/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":146,"Date":"9/14/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":171,"Cost":109,"Date":"9/20/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":283,"Cost":249,"Date":"11/20/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":784,"Cost":627,"Date":"12/21/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":24,"Cost":16,"Date":"1/7/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":807,"Cost":437,"Date":"1/21/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":442,"Cost":420,"Date":"2/9/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":870,"Cost":520,"Date":"3/19/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":410,"Cost":324,"Date":"4/3/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":252,"Cost":152,"Date":"4/5/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":223,"Cost":124,"Date":"4/28/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":78,"Cost":60,"Date":"7/10/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":488,"Cost":373,"Date":"3/25/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":422,"Cost":300,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":984,"Cost":604,"Date":"10/28/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":640,"Cost":393,"Date":"3/2/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":642,"Cost":390,"Date":"6/28/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":365,"Cost":262,"Date":"7/17/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":195,"Cost":171,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":871,"Cost":450,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":425,"Cost":249,"Date":"11/20/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":385,"Cost":346,"Date":"12/16/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":945,"Cost":793,"Date":"12/30/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":640,"Cost":497,"Date":"2/15/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":302,"Cost":151,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":491,"Cost":436,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":407,"Cost":284,"Date":"4/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":794,"Cost":498,"Date":"7/27/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":64,"Cost":36,"Date":"8/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":296,"Cost":166,"Date":"10/31/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":94,"Cost":67,"Date":"11/11/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":499,"Cost":376,"Date":"11/30/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":404,"Cost":334,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":989,"Cost":906,"Date":"3/1/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":794,"Cost":421,"Date":"4/13/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":346,"Cost":298,"Date":"5/20/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":484,"Cost":342,"Date":"8/13/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":610,"Cost":423,"Date":"9/15/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":964,"Cost":525,"Date":"10/14/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":138,"Cost":90,"Date":"10/28/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":191,"Cost":98,"Date":"11/11/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":175,"Cost":92,"Date":"12/7/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":238,"Cost":207,"Date":"12/21/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":267,"Cost":161,"Date":"1/6/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":106,"Cost":64,"Date":"1/23/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":130,"Cost":109,"Date":"2/4/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":194,"Cost":169,"Date":"3/10/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":376,"Cost":266,"Date":"3/12/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":439,"Cost":416,"Date":"3/31/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":40,"Cost":20,"Date":"6/16/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":944,"Cost":739,"Date":"6/17/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":940,"Cost":887,"Date":"8/27/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":386,"Cost":359,"Date":"10/1/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":44,"Cost":25,"Date":"11/4/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":266,"Cost":148,"Date":"11/9/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":329,"Cost":313,"Date":"3/27/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":117,"Cost":101,"Date":"4/17/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":984,"Cost":817,"Date":"8/11/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":424,"Cost":284,"Date":"8/21/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":41,"Cost":34,"Date":"9/2/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":607,"Cost":518,"Date":"9/5/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":673,"Cost":630,"Date":"9/14/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":486,"Cost":408,"Date":"9/20/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":308,"Cost":273,"Date":"11/20/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":709,"Cost":355,"Date":"12/21/2018"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":635,"Cost":347,"Date":"1/7/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":138,"Cost":75,"Date":"1/21/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":550,"Cost":368,"Date":"2/9/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":173,"Cost":105,"Date":"3/19/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":142,"Cost":87,"Date":"4/3/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":15,"Cost":8,"Date":"4/5/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":672,"Cost":627,"Date":"4/28/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":453,"Cost":280,"Date":"7/10/2019"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":412,"Cost":305,"Date":"3/25/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":130,"Cost":107,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":449,"Cost":361,"Date":"10/28/2020"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":301,"Cost":225,"Date":"3/2/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":859,"Cost":763,"Date":"6/28/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":739,"Cost":481,"Date":"7/17/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":178,"Cost":107,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":871,"Cost":537,"Date":"8/23/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":621,"Cost":333,"Date":"11/20/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":421,"Cost":236,"Date":"12/16/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":390,"Cost":253,"Date":"12/30/2021"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":661,"Cost":402,"Date":"2/15/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":332,"Cost":292,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":891,"Cost":510,"Date":"3/7/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":166,"Cost":110,"Date":"4/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":719,"Cost":481,"Date":"7/27/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":46,"Cost":29,"Date":"8/18/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":589,"Date":"10/31/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":975,"Cost":549,"Date":"11/11/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":875,"Cost":552,"Date":"11/30/2022"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":685,"Cost":401,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":436,"Cost":372,"Date":"3/1/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":342,"Cost":220,"Date":"4/13/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":170,"Cost":103,"Date":"5/20/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":54,"Cost":43,"Date":"8/13/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":108,"Cost":87,"Date":"9/15/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":320,"Cost":188,"Date":"10/14/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":317,"Cost":221,"Date":"10/28/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":92,"Cost":82,"Date":"11/11/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":894,"Cost":555,"Date":"12/7/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":953,"Cost":620,"Date":"12/21/2023"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":679,"Date":"1/6/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":400,"Cost":268,"Date":"1/23/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":346,"Cost":278,"Date":"2/4/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":850,"Cost":734,"Date":"3/10/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":426,"Cost":383,"Date":"3/12/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":107,"Cost":56,"Date":"3/31/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":509,"Cost":320,"Date":"6/16/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":56,"Cost":35,"Date":"6/17/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":709,"Cost":647,"Date":"8/27/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":262,"Cost":235,"Date":"10/1/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":671,"Cost":525,"Date":"11/4/2024"},{"Store":"The Mall Athens","Brand":"ARKET","Country":"Greece","Sale":596,"Cost":382,"Date":"11/9/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":423,"Cost":221,"Date":"3/27/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":951,"Cost":871,"Date":"4/17/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":705,"Cost":444,"Date":"8/11/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":293,"Cost":227,"Date":"8/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":745,"Cost":615,"Date":"9/2/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":582,"Cost":350,"Date":"9/5/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":567,"Cost":524,"Date":"9/14/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":968,"Cost":832,"Date":"9/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":278,"Cost":226,"Date":"11/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":28,"Cost":15,"Date":"12/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":772,"Cost":620,"Date":"1/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":195,"Cost":184,"Date":"1/21/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":873,"Cost":763,"Date":"2/9/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":696,"Cost":538,"Date":"3/19/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":229,"Cost":216,"Date":"4/3/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":394,"Cost":370,"Date":"4/5/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":932,"Cost":590,"Date":"4/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":171,"Date":"7/10/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":342,"Cost":205,"Date":"3/25/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":630,"Cost":347,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":41,"Cost":21,"Date":"10/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":826,"Cost":496,"Date":"3/2/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":185,"Cost":134,"Date":"6/28/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":802,"Cost":533,"Date":"7/17/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":553,"Cost":356,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":952,"Cost":838,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":636,"Cost":518,"Date":"11/20/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":446,"Cost":286,"Date":"12/16/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":60,"Cost":44,"Date":"12/30/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":62,"Cost":33,"Date":"2/15/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":536,"Cost":284,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":875,"Cost":827,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":91,"Cost":62,"Date":"4/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":917,"Cost":737,"Date":"7/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":697,"Cost":552,"Date":"8/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":334,"Cost":229,"Date":"10/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":142,"Cost":89,"Date":"11/11/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":395,"Cost":227,"Date":"11/30/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":368,"Cost":315,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":352,"Cost":325,"Date":"3/1/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":264,"Cost":133,"Date":"4/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":518,"Cost":262,"Date":"5/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":395,"Cost":214,"Date":"8/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":918,"Cost":672,"Date":"9/15/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":547,"Cost":390,"Date":"10/14/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":473,"Cost":398,"Date":"10/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":123,"Cost":99,"Date":"11/11/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":407,"Cost":228,"Date":"12/7/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":244,"Cost":213,"Date":"12/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":758,"Cost":500,"Date":"1/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":682,"Cost":609,"Date":"1/23/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":496,"Cost":446,"Date":"2/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":736,"Cost":634,"Date":"3/10/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":560,"Cost":390,"Date":"3/12/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":22,"Cost":19,"Date":"3/31/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":533,"Cost":412,"Date":"6/16/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":722,"Cost":403,"Date":"6/17/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":715,"Cost":600,"Date":"8/27/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":182,"Cost":124,"Date":"10/1/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":355,"Cost":255,"Date":"11/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"ARKET","Country":"Greece","Sale":43,"Cost":28,"Date":"11/9/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":240,"Cost":166,"Date":"3/27/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":634,"Cost":377,"Date":"4/17/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":249,"Cost":159,"Date":"8/11/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":5,"Cost":5,"Date":"8/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":257,"Cost":166,"Date":"9/2/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":252,"Cost":215,"Date":"9/5/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":317,"Cost":266,"Date":"9/14/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":486,"Cost":282,"Date":"9/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":286,"Cost":192,"Date":"11/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":376,"Cost":274,"Date":"12/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":501,"Cost":461,"Date":"1/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":225,"Cost":189,"Date":"1/21/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":513,"Cost":294,"Date":"2/9/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":596,"Cost":440,"Date":"3/19/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":1000,"Cost":719,"Date":"4/3/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":572,"Cost":369,"Date":"4/5/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":572,"Cost":382,"Date":"4/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":203,"Cost":121,"Date":"7/10/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":95,"Cost":58,"Date":"3/25/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":144,"Cost":129,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":31,"Cost":28,"Date":"10/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":124,"Date":"3/2/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":931,"Cost":865,"Date":"6/28/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":391,"Cost":325,"Date":"7/17/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":233,"Cost":120,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":306,"Cost":271,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":683,"Cost":496,"Date":"11/20/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":82,"Date":"12/16/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":57,"Cost":50,"Date":"12/30/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":79,"Cost":48,"Date":"2/15/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":808,"Cost":737,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":228,"Cost":129,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":902,"Cost":472,"Date":"4/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":560,"Cost":360,"Date":"7/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":377,"Cost":218,"Date":"8/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":430,"Cost":405,"Date":"10/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":742,"Cost":482,"Date":"11/11/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":371,"Cost":295,"Date":"11/30/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":541,"Cost":468,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":120,"Cost":75,"Date":"3/1/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":197,"Cost":164,"Date":"4/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":626,"Cost":527,"Date":"5/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":400,"Cost":251,"Date":"8/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":933,"Cost":511,"Date":"9/15/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":575,"Cost":487,"Date":"10/14/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":279,"Cost":202,"Date":"10/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":549,"Cost":522,"Date":"11/11/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":212,"Cost":152,"Date":"12/7/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":750,"Cost":484,"Date":"12/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":860,"Cost":511,"Date":"1/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":829,"Cost":661,"Date":"1/23/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":326,"Cost":256,"Date":"2/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":795,"Cost":428,"Date":"3/10/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":631,"Cost":493,"Date":"3/12/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":654,"Cost":558,"Date":"3/31/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":431,"Cost":323,"Date":"6/16/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":488,"Cost":406,"Date":"6/17/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":917,"Cost":746,"Date":"8/27/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":717,"Cost":425,"Date":"10/1/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":519,"Cost":380,"Date":"11/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":728,"Cost":634,"Date":"11/9/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":760,"Cost":685,"Date":"3/27/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":50,"Cost":38,"Date":"4/17/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":355,"Cost":196,"Date":"8/11/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":354,"Cost":311,"Date":"8/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":155,"Cost":89,"Date":"9/2/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":944,"Cost":614,"Date":"9/5/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":514,"Cost":349,"Date":"9/14/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":4,"Cost":2,"Date":"9/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":419,"Cost":341,"Date":"11/20/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":607,"Cost":517,"Date":"12/21/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":231,"Cost":164,"Date":"1/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":734,"Cost":527,"Date":"1/21/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":850,"Cost":714,"Date":"2/9/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":97,"Date":"3/19/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":835,"Cost":710,"Date":"4/3/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":398,"Cost":362,"Date":"4/5/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":329,"Cost":236,"Date":"4/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":900,"Cost":720,"Date":"7/10/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":500,"Cost":267,"Date":"3/25/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":227,"Cost":144,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":354,"Cost":187,"Date":"10/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":173,"Cost":144,"Date":"3/2/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":349,"Cost":197,"Date":"6/28/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":24,"Cost":12,"Date":"7/17/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":378,"Cost":329,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":616,"Cost":557,"Date":"8/23/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":822,"Cost":721,"Date":"11/20/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":992,"Cost":833,"Date":"12/16/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":727,"Cost":534,"Date":"12/30/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":914,"Cost":604,"Date":"2/15/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":629,"Cost":488,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":415,"Cost":308,"Date":"3/7/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":269,"Cost":206,"Date":"4/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":413,"Cost":275,"Date":"7/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":803,"Cost":560,"Date":"8/18/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":90,"Cost":74,"Date":"10/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":971,"Cost":522,"Date":"11/11/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":533,"Cost":431,"Date":"11/30/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":828,"Cost":721,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":93,"Date":"3/1/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":581,"Cost":485,"Date":"4/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":524,"Cost":361,"Date":"5/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":883,"Cost":480,"Date":"8/13/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":392,"Cost":369,"Date":"9/15/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":961,"Cost":545,"Date":"10/14/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":229,"Cost":192,"Date":"10/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":418,"Cost":350,"Date":"11/11/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":246,"Cost":203,"Date":"12/7/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":533,"Cost":345,"Date":"12/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":681,"Cost":607,"Date":"1/6/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":136,"Date":"1/23/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":102,"Cost":91,"Date":"2/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":487,"Cost":439,"Date":"3/10/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":774,"Cost":684,"Date":"3/12/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":553,"Cost":282,"Date":"3/31/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":695,"Cost":556,"Date":"6/16/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":433,"Cost":341,"Date":"6/17/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":602,"Cost":379,"Date":"8/27/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":811,"Cost":607,"Date":"10/1/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":97,"Cost":85,"Date":"11/4/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":881,"Cost":501,"Date":"11/9/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":916,"Cost":731,"Date":"3/27/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":965,"Cost":750,"Date":"4/17/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":441,"Cost":282,"Date":"8/11/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":767,"Cost":551,"Date":"8/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":646,"Cost":324,"Date":"9/2/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":777,"Cost":433,"Date":"9/5/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":359,"Cost":325,"Date":"9/14/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":459,"Cost":294,"Date":"9/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":935,"Cost":526,"Date":"11/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":55,"Cost":42,"Date":"12/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":902,"Cost":808,"Date":"1/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":891,"Cost":587,"Date":"1/21/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":274,"Cost":160,"Date":"2/9/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":25,"Cost":21,"Date":"3/19/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":323,"Cost":168,"Date":"4/3/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":301,"Cost":254,"Date":"4/5/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":773,"Cost":581,"Date":"4/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":36,"Cost":34,"Date":"7/10/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":911,"Cost":841,"Date":"3/25/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":725,"Cost":371,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":838,"Cost":757,"Date":"10/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":918,"Cost":817,"Date":"3/2/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":565,"Cost":457,"Date":"6/28/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":307,"Cost":233,"Date":"7/17/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":968,"Cost":643,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":263,"Cost":170,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":705,"Cost":564,"Date":"11/20/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":780,"Cost":497,"Date":"12/16/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":947,"Cost":615,"Date":"12/30/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":212,"Cost":183,"Date":"2/15/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":734,"Cost":482,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":325,"Cost":179,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":804,"Cost":695,"Date":"4/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":883,"Cost":658,"Date":"7/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":462,"Cost":327,"Date":"8/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":680,"Cost":555,"Date":"10/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":66,"Cost":54,"Date":"11/11/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":189,"Cost":123,"Date":"11/30/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":7,"Cost":6,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":538,"Cost":501,"Date":"3/1/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":790,"Cost":587,"Date":"4/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":528,"Cost":384,"Date":"5/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":131,"Cost":73,"Date":"8/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":174,"Cost":118,"Date":"9/15/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":353,"Cost":178,"Date":"10/14/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":976,"Cost":571,"Date":"10/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":55,"Cost":39,"Date":"11/11/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":637,"Cost":479,"Date":"12/7/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":298,"Cost":173,"Date":"12/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":65,"Cost":33,"Date":"1/6/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":640,"Cost":385,"Date":"1/23/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":803,"Cost":574,"Date":"2/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":19,"Cost":12,"Date":"3/10/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":761,"Cost":709,"Date":"3/12/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":572,"Cost":531,"Date":"3/31/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":239,"Cost":202,"Date":"6/16/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":386,"Cost":294,"Date":"6/17/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":727,"Cost":612,"Date":"8/27/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":273,"Cost":257,"Date":"10/1/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":812,"Cost":540,"Date":"11/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":54,"Cost":46,"Date":"11/9/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":289,"Cost":205,"Date":"3/27/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":552,"Cost":391,"Date":"4/17/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":101,"Cost":71,"Date":"8/11/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":201,"Cost":162,"Date":"8/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":95,"Cost":88,"Date":"9/2/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":263,"Cost":246,"Date":"9/5/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":314,"Cost":244,"Date":"9/14/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":740,"Cost":383,"Date":"9/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":106,"Cost":80,"Date":"11/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":938,"Cost":518,"Date":"12/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":278,"Cost":201,"Date":"1/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":705,"Cost":477,"Date":"1/21/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":621,"Cost":349,"Date":"2/9/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":837,"Cost":485,"Date":"3/19/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":689,"Cost":570,"Date":"4/3/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":667,"Cost":393,"Date":"4/5/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":174,"Cost":119,"Date":"4/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":178,"Cost":129,"Date":"7/10/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":147,"Cost":102,"Date":"3/25/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":203,"Cost":146,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":726,"Cost":438,"Date":"10/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":371,"Cost":284,"Date":"3/2/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":698,"Cost":480,"Date":"6/28/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":824,"Cost":704,"Date":"7/17/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":370,"Cost":330,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":738,"Cost":396,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":142,"Cost":88,"Date":"11/20/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":659,"Cost":421,"Date":"12/16/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":403,"Cost":291,"Date":"12/30/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":449,"Cost":418,"Date":"2/15/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":978,"Cost":542,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":28,"Cost":22,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":319,"Cost":245,"Date":"4/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":540,"Cost":329,"Date":"7/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":275,"Cost":241,"Date":"8/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":770,"Cost":668,"Date":"10/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":221,"Cost":155,"Date":"11/11/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":822,"Cost":486,"Date":"11/30/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":987,"Cost":919,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":100,"Cost":84,"Date":"3/1/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":784,"Cost":649,"Date":"4/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":877,"Cost":808,"Date":"5/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":977,"Cost":542,"Date":"8/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":696,"Cost":629,"Date":"9/15/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":227,"Cost":201,"Date":"10/14/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":116,"Cost":81,"Date":"10/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":434,"Cost":331,"Date":"11/11/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":835,"Cost":551,"Date":"12/7/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":827,"Cost":500,"Date":"12/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":306,"Cost":248,"Date":"1/6/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":547,"Cost":296,"Date":"1/23/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":467,"Cost":243,"Date":"2/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":793,"Cost":575,"Date":"3/10/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":289,"Cost":229,"Date":"3/12/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":231,"Cost":188,"Date":"3/31/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":618,"Cost":348,"Date":"6/16/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":641,"Cost":521,"Date":"6/17/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":314,"Cost":179,"Date":"8/27/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":761,"Cost":627,"Date":"10/1/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":292,"Cost":270,"Date":"11/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Jeans","Country":"Greece","Sale":195,"Cost":158,"Date":"11/9/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":994,"Cost":540,"Date":"3/27/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":961,"Cost":584,"Date":"4/17/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":730,"Cost":651,"Date":"8/11/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":770,"Cost":588,"Date":"8/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":668,"Cost":473,"Date":"9/2/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":20,"Cost":16,"Date":"9/5/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":543,"Cost":459,"Date":"9/14/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":206,"Cost":159,"Date":"9/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":797,"Cost":681,"Date":"11/20/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":236,"Cost":174,"Date":"12/21/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":85,"Cost":50,"Date":"1/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":119,"Cost":111,"Date":"1/21/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":101,"Cost":87,"Date":"2/9/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":767,"Cost":523,"Date":"3/19/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":277,"Cost":258,"Date":"4/3/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":326,"Cost":172,"Date":"4/5/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":305,"Cost":259,"Date":"4/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":622,"Cost":374,"Date":"7/10/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":869,"Cost":645,"Date":"3/25/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":777,"Cost":708,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":210,"Cost":106,"Date":"10/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":744,"Cost":452,"Date":"3/2/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":596,"Cost":339,"Date":"6/28/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":495,"Cost":333,"Date":"7/17/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":509,"Cost":448,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":485,"Cost":426,"Date":"8/23/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":351,"Cost":248,"Date":"11/20/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":587,"Cost":370,"Date":"12/16/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":882,"Cost":448,"Date":"12/30/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":690,"Cost":615,"Date":"2/15/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":593,"Cost":406,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":173,"Cost":88,"Date":"3/7/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":6,"Cost":5,"Date":"4/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":34,"Cost":30,"Date":"7/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":786,"Cost":431,"Date":"8/18/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":992,"Cost":623,"Date":"10/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":218,"Cost":176,"Date":"11/11/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":5,"Cost":4,"Date":"11/30/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":669,"Cost":494,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":140,"Cost":129,"Date":"3/1/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":628,"Cost":326,"Date":"4/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":747,"Cost":664,"Date":"5/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":405,"Cost":291,"Date":"8/13/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":560,"Cost":375,"Date":"9/15/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":833,"Cost":597,"Date":"10/14/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":911,"Cost":811,"Date":"10/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":306,"Cost":180,"Date":"11/11/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":173,"Cost":105,"Date":"12/7/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":170,"Cost":97,"Date":"12/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":82,"Cost":52,"Date":"1/6/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":254,"Cost":237,"Date":"1/23/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":35,"Cost":19,"Date":"2/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":187,"Cost":123,"Date":"3/10/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":181,"Cost":90,"Date":"3/12/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":760,"Cost":683,"Date":"3/31/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":143,"Cost":116,"Date":"6/16/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":366,"Cost":346,"Date":"6/17/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":283,"Cost":180,"Date":"8/27/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":47,"Cost":32,"Date":"10/1/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":546,"Cost":286,"Date":"11/4/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":439,"Cost":338,"Date":"11/9/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":544,"Cost":328,"Date":"3/27/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":815,"Cost":581,"Date":"4/17/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":342,"Cost":192,"Date":"8/11/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":14,"Cost":10,"Date":"8/21/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":246,"Cost":127,"Date":"9/2/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":724,"Cost":624,"Date":"9/5/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":573,"Cost":326,"Date":"9/14/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":91,"Cost":56,"Date":"9/20/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":30,"Cost":20,"Date":"11/20/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":245,"Cost":128,"Date":"12/21/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":472,"Cost":308,"Date":"1/7/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":105,"Cost":72,"Date":"1/21/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":251,"Cost":205,"Date":"2/9/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":964,"Cost":822,"Date":"3/19/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":100,"Cost":83,"Date":"4/3/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":539,"Cost":470,"Date":"4/5/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":907,"Cost":610,"Date":"4/28/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":89,"Cost":68,"Date":"7/10/2019"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":489,"Cost":254,"Date":"3/25/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":514,"Cost":391,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":449,"Cost":273,"Date":"10/28/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":541,"Cost":349,"Date":"3/2/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":386,"Cost":286,"Date":"6/28/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":679,"Cost":551,"Date":"7/17/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":312,"Cost":206,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":294,"Cost":247,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":701,"Cost":406,"Date":"11/20/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":273,"Cost":216,"Date":"12/16/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":784,"Cost":496,"Date":"12/30/2021"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":62,"Cost":41,"Date":"2/15/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":604,"Cost":325,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":275,"Cost":139,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":766,"Cost":658,"Date":"4/18/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":558,"Cost":480,"Date":"7/27/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":945,"Cost":662,"Date":"8/18/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":911,"Cost":573,"Date":"10/31/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":343,"Cost":215,"Date":"11/11/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":659,"Cost":366,"Date":"11/30/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":919,"Cost":580,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":708,"Cost":356,"Date":"3/1/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":64,"Cost":40,"Date":"4/13/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":12,"Cost":10,"Date":"5/20/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":183,"Cost":171,"Date":"8/13/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":524,"Cost":278,"Date":"9/15/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":740,"Cost":372,"Date":"10/14/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":483,"Cost":316,"Date":"10/28/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":796,"Cost":487,"Date":"11/11/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":192,"Cost":177,"Date":"12/7/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":339,"Cost":172,"Date":"12/21/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":54,"Cost":33,"Date":"1/6/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":687,"Cost":443,"Date":"1/23/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":184,"Cost":161,"Date":"2/4/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":71,"Cost":40,"Date":"3/10/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":676,"Cost":563,"Date":"3/12/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":664,"Cost":489,"Date":"3/31/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":299,"Cost":260,"Date":"6/16/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":883,"Cost":788,"Date":"6/17/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":886,"Cost":667,"Date":"8/27/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":160,"Cost":126,"Date":"10/1/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":236,"Cost":187,"Date":"11/4/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":451,"Cost":225,"Date":"11/9/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":672,"Cost":342,"Date":"3/27/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":982,"Cost":604,"Date":"4/17/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":623,"Cost":468,"Date":"8/11/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":167,"Cost":101,"Date":"8/21/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":365,"Cost":269,"Date":"9/2/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":710,"Cost":506,"Date":"9/5/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":250,"Cost":226,"Date":"9/14/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":611,"Cost":506,"Date":"9/20/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":765,"Cost":394,"Date":"11/20/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":985,"Cost":538,"Date":"12/21/2018"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":970,"Cost":621,"Date":"1/7/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":421,"Cost":294,"Date":"1/21/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":490,"Cost":441,"Date":"2/9/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":67,"Cost":52,"Date":"3/19/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":793,"Cost":531,"Date":"4/3/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":147,"Cost":91,"Date":"4/5/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":637,"Cost":572,"Date":"4/28/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":167,"Cost":105,"Date":"7/10/2019"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":605,"Cost":452,"Date":"3/25/2020"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":424,"Cost":266,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":780,"Cost":608,"Date":"10/28/2020"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":529,"Cost":305,"Date":"3/2/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":527,"Cost":500,"Date":"6/28/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":776,"Cost":623,"Date":"7/17/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":861,"Cost":695,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":601,"Cost":546,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":898,"Cost":836,"Date":"11/20/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":157,"Cost":97,"Date":"12/16/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":42,"Cost":22,"Date":"12/30/2021"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":987,"Cost":692,"Date":"2/15/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":73,"Cost":56,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":715,"Cost":613,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":940,"Cost":591,"Date":"4/18/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":46,"Cost":28,"Date":"7/27/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":938,"Cost":512,"Date":"8/18/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":418,"Cost":298,"Date":"10/31/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":350,"Cost":205,"Date":"11/11/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":899,"Cost":769,"Date":"11/30/2022"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":985,"Cost":751,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":373,"Cost":290,"Date":"3/1/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":206,"Cost":155,"Date":"4/13/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":308,"Cost":235,"Date":"5/20/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":75,"Cost":48,"Date":"8/13/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":957,"Cost":791,"Date":"9/15/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":389,"Cost":295,"Date":"10/14/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":209,"Cost":123,"Date":"10/28/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":736,"Cost":509,"Date":"11/11/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":382,"Cost":344,"Date":"12/7/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":899,"Cost":527,"Date":"12/21/2023"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":31,"Cost":21,"Date":"1/6/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":764,"Cost":603,"Date":"1/23/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":302,"Cost":211,"Date":"2/4/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":771,"Cost":449,"Date":"3/10/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":656,"Cost":505,"Date":"3/12/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":350,"Cost":319,"Date":"3/31/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":850,"Cost":721,"Date":"6/16/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":1000,"Cost":634,"Date":"6/17/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":194,"Cost":170,"Date":"8/27/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":9,"Cost":4,"Date":"10/1/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":508,"Cost":479,"Date":"11/4/2024"},{"Store":"Smart Park, Spata","Brand":"Sellpy","Country":"Greece","Sale":273,"Cost":181,"Date":"11/9/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":39,"Cost":23,"Date":"3/27/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":232,"Cost":181,"Date":"4/17/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":468,"Cost":274,"Date":"8/11/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":881,"Cost":666,"Date":"8/21/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":483,"Cost":333,"Date":"9/2/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":435,"Cost":389,"Date":"9/5/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":349,"Cost":223,"Date":"9/14/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":578,"Cost":341,"Date":"9/20/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":136,"Cost":69,"Date":"11/20/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":584,"Cost":406,"Date":"12/21/2018"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":58,"Cost":38,"Date":"1/7/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":274,"Cost":146,"Date":"1/21/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":240,"Cost":144,"Date":"2/9/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":901,"Cost":651,"Date":"3/19/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":310,"Cost":279,"Date":"4/3/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":800,"Cost":728,"Date":"4/5/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":692,"Cost":610,"Date":"4/28/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":314,"Cost":261,"Date":"7/10/2019"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":384,"Cost":356,"Date":"3/25/2020"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":637,"Cost":383,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":812,"Cost":526,"Date":"10/28/2020"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":798,"Cost":577,"Date":"3/2/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":25,"Cost":19,"Date":"6/28/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":485,"Cost":431,"Date":"7/17/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":192,"Cost":107,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":944,"Cost":576,"Date":"8/23/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":38,"Cost":26,"Date":"11/20/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":731,"Cost":408,"Date":"12/16/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":455,"Cost":364,"Date":"12/30/2021"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":835,"Cost":758,"Date":"2/15/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":172,"Cost":139,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":341,"Cost":300,"Date":"3/7/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":323,"Cost":162,"Date":"4/18/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":227,"Cost":209,"Date":"7/27/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":901,"Cost":537,"Date":"8/18/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":203,"Cost":136,"Date":"10/31/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":311,"Cost":156,"Date":"11/11/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":123,"Cost":68,"Date":"11/30/2022"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":535,"Cost":338,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":699,"Cost":641,"Date":"3/1/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":756,"Cost":574,"Date":"4/13/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":924,"Cost":538,"Date":"5/20/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":790,"Cost":655,"Date":"8/13/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":396,"Cost":240,"Date":"9/15/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":511,"Cost":412,"Date":"10/14/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":227,"Cost":170,"Date":"10/28/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":540,"Cost":317,"Date":"11/11/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":440,"Cost":392,"Date":"12/7/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":984,"Cost":749,"Date":"12/21/2023"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":609,"Cost":424,"Date":"1/6/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":530,"Cost":462,"Date":"1/23/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":697,"Cost":435,"Date":"2/4/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":625,"Cost":400,"Date":"3/10/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":483,"Cost":305,"Date":"3/12/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":789,"Cost":455,"Date":"3/31/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":294,"Cost":173,"Date":"6/16/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":998,"Cost":580,"Date":"6/17/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":881,"Cost":765,"Date":"8/27/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":894,"Cost":737,"Date":"10/1/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":86,"Cost":64,"Date":"11/4/2024"},{"Store":"Smart Park, Spata","Brand":"HM","Country":"Greece","Sale":118,"Cost":98,"Date":"11/9/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":855,"Cost":632,"Date":"3/27/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":398,"Cost":253,"Date":"4/17/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":692,"Cost":578,"Date":"8/11/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":285,"Cost":169,"Date":"8/21/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":477,"Cost":303,"Date":"9/2/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":551,"Cost":414,"Date":"9/5/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":400,"Cost":217,"Date":"9/14/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":846,"Cost":435,"Date":"9/20/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":509,"Date":"11/20/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":600,"Cost":351,"Date":"12/21/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":79,"Cost":71,"Date":"1/7/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":477,"Cost":445,"Date":"1/21/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":962,"Cost":900,"Date":"2/9/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":937,"Cost":837,"Date":"3/19/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":384,"Cost":344,"Date":"4/3/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":622,"Date":"4/5/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":378,"Cost":210,"Date":"4/28/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":121,"Cost":86,"Date":"7/10/2019"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":357,"Cost":239,"Date":"3/25/2020"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":485,"Cost":399,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":419,"Cost":244,"Date":"10/28/2020"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":451,"Cost":322,"Date":"3/2/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":450,"Cost":317,"Date":"6/28/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":550,"Cost":470,"Date":"7/17/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":677,"Cost":575,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":16,"Cost":14,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":892,"Cost":581,"Date":"11/20/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":247,"Cost":214,"Date":"12/16/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":79,"Cost":67,"Date":"12/30/2021"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":397,"Cost":370,"Date":"2/15/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":467,"Cost":250,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":819,"Cost":424,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":651,"Cost":421,"Date":"4/18/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":976,"Cost":843,"Date":"7/27/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":538,"Cost":471,"Date":"8/18/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":598,"Cost":568,"Date":"10/31/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":77,"Cost":38,"Date":"11/11/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":503,"Cost":350,"Date":"11/30/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":110,"Cost":83,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":520,"Date":"3/1/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":535,"Cost":295,"Date":"4/13/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":804,"Cost":428,"Date":"5/20/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":799,"Cost":564,"Date":"8/13/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":811,"Cost":734,"Date":"9/15/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":144,"Cost":104,"Date":"10/14/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":930,"Cost":499,"Date":"10/28/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":693,"Cost":552,"Date":"11/11/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":515,"Cost":280,"Date":"12/7/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":887,"Cost":539,"Date":"12/21/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":553,"Cost":455,"Date":"1/6/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":272,"Cost":212,"Date":"1/23/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":608,"Cost":571,"Date":"2/4/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":452,"Cost":414,"Date":"3/10/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":331,"Cost":263,"Date":"3/12/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":12,"Cost":8,"Date":"3/31/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":589,"Cost":382,"Date":"6/16/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":820,"Cost":619,"Date":"6/17/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":951,"Cost":490,"Date":"8/27/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":124,"Cost":92,"Date":"10/1/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":184,"Cost":150,"Date":"11/4/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":638,"Cost":581,"Date":"11/9/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":196,"Cost":112,"Date":"3/27/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":464,"Cost":380,"Date":"4/17/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":74,"Cost":70,"Date":"8/11/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":334,"Cost":253,"Date":"8/21/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":712,"Cost":573,"Date":"9/2/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":175,"Cost":125,"Date":"9/5/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":978,"Cost":675,"Date":"9/14/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":674,"Cost":343,"Date":"9/20/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":601,"Cost":380,"Date":"11/20/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":765,"Cost":508,"Date":"12/21/2018"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":867,"Cost":767,"Date":"1/7/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":535,"Cost":268,"Date":"1/21/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":735,"Cost":418,"Date":"2/9/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":184,"Cost":146,"Date":"3/19/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":21,"Cost":11,"Date":"4/3/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":831,"Cost":735,"Date":"4/5/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":187,"Cost":120,"Date":"4/28/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":776,"Cost":686,"Date":"7/10/2019"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":203,"Cost":177,"Date":"3/25/2020"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":813,"Cost":593,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":321,"Cost":193,"Date":"10/28/2020"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":868,"Cost":646,"Date":"3/2/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":645,"Cost":483,"Date":"6/28/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":777,"Cost":686,"Date":"7/17/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":436,"Cost":330,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":111,"Cost":57,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":66,"Cost":34,"Date":"11/20/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":592,"Cost":521,"Date":"12/16/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":346,"Cost":234,"Date":"12/30/2021"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":9,"Cost":5,"Date":"2/15/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":102,"Cost":66,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":36,"Cost":25,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":599,"Cost":505,"Date":"4/18/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":671,"Cost":516,"Date":"7/27/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":41,"Cost":29,"Date":"8/18/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":594,"Cost":564,"Date":"10/31/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":443,"Cost":304,"Date":"11/11/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":482,"Cost":324,"Date":"11/30/2022"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":628,"Cost":409,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":22,"Cost":19,"Date":"3/1/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":247,"Cost":219,"Date":"4/13/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":821,"Cost":470,"Date":"5/20/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":749,"Cost":701,"Date":"8/13/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":360,"Cost":217,"Date":"9/15/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":174,"Cost":114,"Date":"10/14/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":923,"Cost":765,"Date":"10/28/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":418,"Cost":272,"Date":"11/11/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":194,"Cost":173,"Date":"12/7/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":857,"Cost":633,"Date":"12/21/2023"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":867,"Cost":560,"Date":"1/6/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":701,"Cost":507,"Date":"1/23/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":399,"Cost":262,"Date":"2/4/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":564,"Cost":475,"Date":"3/10/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":569,"Cost":285,"Date":"3/12/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":63,"Cost":46,"Date":"3/31/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":789,"Cost":437,"Date":"6/16/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":724,"Cost":393,"Date":"6/17/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":290,"Cost":215,"Date":"8/27/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":199,"Cost":185,"Date":"10/1/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":93,"Cost":65,"Date":"11/4/2024"},{"Store":"Glyfada Centre","Brand":"Nova","Country":"Greece","Sale":576,"Cost":384,"Date":"11/9/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":293,"Cost":227,"Date":"3/27/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":601,"Cost":475,"Date":"4/17/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":680,"Cost":491,"Date":"8/11/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":637,"Cost":526,"Date":"8/21/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":44,"Cost":28,"Date":"9/2/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":696,"Cost":529,"Date":"9/5/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":858,"Cost":481,"Date":"9/14/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":550,"Cost":488,"Date":"9/20/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":649,"Cost":380,"Date":"11/20/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":311,"Cost":289,"Date":"12/21/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":432,"Cost":386,"Date":"1/7/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":452,"Cost":336,"Date":"1/21/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":874,"Cost":820,"Date":"2/9/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":454,"Cost":327,"Date":"3/19/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":665,"Cost":605,"Date":"4/3/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":1000,"Cost":538,"Date":"4/5/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":370,"Cost":344,"Date":"4/28/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":402,"Cost":324,"Date":"7/10/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":600,"Cost":522,"Date":"3/25/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":976,"Cost":607,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":521,"Cost":375,"Date":"10/28/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":651,"Cost":475,"Date":"3/2/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":728,"Cost":433,"Date":"6/28/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":22,"Cost":12,"Date":"7/17/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":251,"Cost":146,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":108,"Cost":72,"Date":"8/23/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":260,"Cost":202,"Date":"11/20/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":76,"Cost":68,"Date":"12/16/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":146,"Cost":93,"Date":"12/30/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":714,"Cost":380,"Date":"2/15/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":277,"Cost":222,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":549,"Cost":458,"Date":"3/7/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":299,"Cost":180,"Date":"4/18/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":757,"Cost":516,"Date":"7/27/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":211,"Cost":157,"Date":"8/18/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":841,"Cost":764,"Date":"10/31/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":77,"Cost":54,"Date":"11/11/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":843,"Cost":715,"Date":"11/30/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":733,"Cost":409,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":296,"Cost":192,"Date":"3/1/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":982,"Cost":723,"Date":"4/13/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":21,"Cost":20,"Date":"5/20/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":688,"Cost":395,"Date":"8/13/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":134,"Cost":100,"Date":"9/15/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":259,"Cost":181,"Date":"10/14/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":744,"Cost":580,"Date":"10/28/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":360,"Cost":234,"Date":"11/11/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":994,"Cost":701,"Date":"12/7/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":696,"Cost":490,"Date":"12/21/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":630,"Cost":339,"Date":"1/6/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":242,"Cost":229,"Date":"1/23/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":299,"Cost":199,"Date":"2/4/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":296,"Cost":180,"Date":"3/10/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":834,"Cost":498,"Date":"3/12/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":353,"Cost":307,"Date":"3/31/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":241,"Cost":147,"Date":"6/16/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":771,"Cost":513,"Date":"6/17/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":457,"Cost":280,"Date":"8/27/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":159,"Cost":100,"Date":"10/1/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":651,"Cost":456,"Date":"11/4/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":604,"Cost":334,"Date":"11/9/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":598,"Cost":499,"Date":"3/27/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":716,"Cost":562,"Date":"4/17/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":435,"Cost":272,"Date":"8/11/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":623,"Cost":458,"Date":"8/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":902,"Cost":663,"Date":"9/2/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":571,"Cost":317,"Date":"9/5/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":867,"Cost":538,"Date":"9/14/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":109,"Cost":65,"Date":"9/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":909,"Cost":778,"Date":"11/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":679,"Cost":364,"Date":"12/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":555,"Cost":490,"Date":"1/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":525,"Cost":304,"Date":"1/21/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":761,"Cost":623,"Date":"2/9/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":875,"Cost":445,"Date":"3/19/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":677,"Cost":492,"Date":"4/3/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":171,"Cost":93,"Date":"4/5/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":267,"Cost":236,"Date":"4/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":331,"Cost":271,"Date":"7/10/2019"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":760,"Cost":384,"Date":"3/25/2020"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":150,"Cost":116,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":62,"Cost":37,"Date":"10/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":435,"Cost":369,"Date":"3/2/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":40,"Cost":23,"Date":"6/28/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":739,"Cost":381,"Date":"7/17/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":916,"Cost":827,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":671,"Cost":536,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":660,"Cost":382,"Date":"11/20/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":521,"Cost":274,"Date":"12/16/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":812,"Cost":771,"Date":"12/30/2021"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":629,"Cost":499,"Date":"2/15/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":67,"Cost":37,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":481,"Cost":307,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":927,"Cost":650,"Date":"4/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":15,"Cost":10,"Date":"7/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":5,"Cost":5,"Date":"8/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":23,"Cost":14,"Date":"10/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":336,"Cost":207,"Date":"11/11/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":63,"Cost":34,"Date":"11/30/2022"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":698,"Cost":546,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":352,"Cost":196,"Date":"3/1/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":538,"Cost":464,"Date":"4/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":210,"Cost":163,"Date":"5/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":149,"Cost":116,"Date":"8/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":451,"Cost":402,"Date":"9/15/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":908,"Cost":567,"Date":"10/14/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":971,"Cost":901,"Date":"10/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":562,"Cost":521,"Date":"11/11/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":322,"Cost":276,"Date":"12/7/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":482,"Cost":242,"Date":"12/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":945,"Cost":512,"Date":"1/6/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":476,"Cost":373,"Date":"1/23/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":684,"Cost":386,"Date":"2/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":627,"Cost":537,"Date":"3/10/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":957,"Cost":723,"Date":"3/12/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":818,"Cost":594,"Date":"3/31/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":368,"Cost":244,"Date":"6/16/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":178,"Cost":130,"Date":"6/17/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":769,"Cost":404,"Date":"8/27/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":478,"Cost":328,"Date":"10/1/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":664,"Cost":446,"Date":"11/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"COS","Country":"Greece","Sale":692,"Cost":439,"Date":"11/9/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":898,"Cost":697,"Date":"3/27/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":421,"Cost":248,"Date":"4/17/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":636,"Cost":557,"Date":"8/11/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":518,"Cost":369,"Date":"8/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":194,"Cost":182,"Date":"9/2/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":7,"Cost":6,"Date":"9/5/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":29,"Cost":24,"Date":"9/14/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":278,"Cost":160,"Date":"9/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":762,"Cost":497,"Date":"11/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":467,"Cost":341,"Date":"12/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":81,"Cost":43,"Date":"1/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":521,"Cost":327,"Date":"1/21/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":491,"Cost":257,"Date":"2/9/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":671,"Cost":610,"Date":"3/19/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":591,"Cost":324,"Date":"4/3/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":533,"Cost":464,"Date":"4/5/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":647,"Cost":384,"Date":"4/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":307,"Cost":214,"Date":"7/10/2019"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":153,"Cost":129,"Date":"3/25/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":524,"Cost":381,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":666,"Cost":407,"Date":"10/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":6,"Cost":3,"Date":"3/2/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":887,"Cost":675,"Date":"6/28/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":955,"Cost":841,"Date":"7/17/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":867,"Cost":794,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":633,"Cost":534,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":861,"Cost":501,"Date":"11/20/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":391,"Cost":207,"Date":"12/16/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":260,"Cost":152,"Date":"12/30/2021"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":862,"Cost":746,"Date":"2/15/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":201,"Cost":102,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":645,"Cost":410,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":881,"Cost":806,"Date":"4/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":279,"Cost":193,"Date":"7/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":181,"Cost":140,"Date":"8/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":744,"Cost":393,"Date":"10/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":431,"Cost":344,"Date":"11/11/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":528,"Cost":277,"Date":"11/30/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":897,"Cost":496,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":698,"Cost":496,"Date":"3/1/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":872,"Cost":769,"Date":"4/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":491,"Cost":320,"Date":"5/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":626,"Cost":536,"Date":"8/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":139,"Cost":123,"Date":"9/15/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":825,"Cost":525,"Date":"10/14/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":387,"Cost":211,"Date":"10/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":137,"Cost":73,"Date":"11/11/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":296,"Date":"12/7/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":460,"Cost":310,"Date":"12/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":709,"Cost":390,"Date":"1/6/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":303,"Cost":259,"Date":"1/23/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":367,"Cost":302,"Date":"2/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":318,"Cost":185,"Date":"3/10/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":356,"Cost":224,"Date":"3/12/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":662,"Cost":553,"Date":"3/31/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":294,"Cost":168,"Date":"6/16/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":626,"Cost":545,"Date":"6/17/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":935,"Cost":839,"Date":"8/27/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":748,"Cost":614,"Date":"10/1/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":219,"Cost":175,"Date":"11/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":303,"Cost":230,"Date":"11/9/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":701,"Cost":604,"Date":"3/27/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":221,"Cost":131,"Date":"4/17/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":229,"Cost":117,"Date":"8/11/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":335,"Cost":244,"Date":"8/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":643,"Cost":488,"Date":"9/2/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":866,"Cost":515,"Date":"9/5/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":111,"Cost":92,"Date":"9/14/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":838,"Cost":476,"Date":"9/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":733,"Cost":621,"Date":"11/20/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":321,"Cost":290,"Date":"12/21/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":385,"Cost":349,"Date":"1/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":322,"Cost":278,"Date":"1/21/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":839,"Cost":447,"Date":"2/9/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":23,"Cost":19,"Date":"3/19/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":627,"Cost":585,"Date":"4/3/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":927,"Cost":846,"Date":"4/5/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":33,"Cost":23,"Date":"4/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":854,"Cost":555,"Date":"7/10/2019"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":600,"Date":"3/25/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":203,"Cost":150,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":972,"Cost":769,"Date":"10/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":712,"Cost":517,"Date":"3/2/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":683,"Cost":347,"Date":"6/28/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":740,"Cost":540,"Date":"7/17/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":241,"Cost":125,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":398,"Cost":313,"Date":"8/23/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":200,"Cost":124,"Date":"11/20/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":800,"Cost":405,"Date":"12/16/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":849,"Cost":725,"Date":"12/30/2021"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":407,"Cost":274,"Date":"2/15/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":660,"Cost":389,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":71,"Cost":67,"Date":"3/7/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":675,"Cost":545,"Date":"4/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":581,"Cost":349,"Date":"7/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":865,"Cost":518,"Date":"8/18/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":118,"Cost":111,"Date":"10/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":294,"Cost":159,"Date":"11/11/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":241,"Cost":121,"Date":"11/30/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":457,"Cost":397,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":780,"Cost":597,"Date":"3/1/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":121,"Cost":90,"Date":"4/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":957,"Cost":596,"Date":"5/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":921,"Cost":809,"Date":"8/13/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":493,"Cost":259,"Date":"9/15/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":258,"Cost":183,"Date":"10/14/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":237,"Cost":190,"Date":"10/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":786,"Cost":738,"Date":"11/11/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":382,"Cost":337,"Date":"12/7/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":636,"Date":"12/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":865,"Cost":516,"Date":"1/6/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":529,"Cost":364,"Date":"1/23/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":412,"Cost":308,"Date":"2/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":572,"Cost":470,"Date":"3/10/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":766,"Cost":393,"Date":"3/12/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":829,"Cost":442,"Date":"3/31/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":732,"Cost":559,"Date":"6/16/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":639,"Date":"6/17/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":183,"Cost":97,"Date":"8/27/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":776,"Cost":439,"Date":"10/1/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":547,"Cost":487,"Date":"11/4/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":690,"Cost":547,"Date":"11/9/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":188,"Cost":138,"Date":"3/27/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":726,"Cost":371,"Date":"4/17/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":453,"Cost":327,"Date":"8/11/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":845,"Cost":683,"Date":"8/21/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":44,"Cost":32,"Date":"9/2/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":414,"Cost":276,"Date":"9/5/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":601,"Cost":569,"Date":"9/14/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":741,"Cost":672,"Date":"9/20/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":537,"Cost":433,"Date":"11/20/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":946,"Cost":757,"Date":"12/21/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":255,"Cost":226,"Date":"1/7/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":441,"Cost":401,"Date":"1/21/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":703,"Cost":659,"Date":"2/9/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":75,"Cost":53,"Date":"3/19/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":569,"Cost":475,"Date":"4/3/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":809,"Cost":579,"Date":"4/5/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":25,"Cost":18,"Date":"4/28/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":551,"Cost":389,"Date":"7/10/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":482,"Cost":416,"Date":"3/25/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":38,"Cost":21,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":819,"Cost":704,"Date":"10/28/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":352,"Cost":215,"Date":"3/2/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":651,"Cost":616,"Date":"6/28/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":455,"Cost":321,"Date":"7/17/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":500,"Cost":309,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":217,"Cost":175,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":76,"Cost":59,"Date":"11/20/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":368,"Cost":234,"Date":"12/16/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":317,"Cost":164,"Date":"12/30/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":997,"Cost":946,"Date":"2/15/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":13,"Cost":11,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":697,"Cost":409,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":351,"Cost":259,"Date":"4/18/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":256,"Cost":243,"Date":"7/27/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":122,"Cost":114,"Date":"8/18/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":254,"Cost":145,"Date":"10/31/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":703,"Cost":462,"Date":"11/11/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":826,"Cost":776,"Date":"11/30/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":610,"Cost":463,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":412,"Cost":310,"Date":"3/1/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":392,"Cost":339,"Date":"4/13/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":155,"Cost":83,"Date":"5/20/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":137,"Cost":98,"Date":"8/13/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":124,"Cost":80,"Date":"9/15/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":919,"Cost":477,"Date":"10/14/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":712,"Cost":653,"Date":"10/28/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":106,"Cost":80,"Date":"11/11/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":128,"Cost":79,"Date":"12/7/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":619,"Cost":393,"Date":"12/21/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":337,"Cost":185,"Date":"1/6/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":312,"Cost":227,"Date":"1/23/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":631,"Cost":558,"Date":"2/4/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":83,"Cost":62,"Date":"3/10/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":612,"Cost":451,"Date":"3/12/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":501,"Cost":291,"Date":"3/31/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":960,"Cost":645,"Date":"6/16/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":252,"Cost":186,"Date":"6/17/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":779,"Cost":625,"Date":"8/27/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":93,"Cost":74,"Date":"10/1/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":980,"Cost":664,"Date":"11/4/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":27,"Cost":15,"Date":"11/9/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":929,"Cost":521,"Date":"3/27/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":888,"Cost":825,"Date":"4/17/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":525,"Cost":312,"Date":"8/11/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":398,"Cost":284,"Date":"8/21/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":742,"Cost":542,"Date":"9/2/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":36,"Cost":26,"Date":"9/5/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":955,"Cost":809,"Date":"9/14/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":714,"Cost":524,"Date":"9/20/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":578,"Cost":291,"Date":"11/20/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":81,"Cost":54,"Date":"12/21/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":726,"Cost":370,"Date":"1/7/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":395,"Cost":338,"Date":"1/21/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":192,"Cost":129,"Date":"2/9/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":424,"Cost":236,"Date":"3/19/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":727,"Cost":638,"Date":"4/3/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":569,"Cost":478,"Date":"4/5/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":542,"Cost":401,"Date":"4/28/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":895,"Cost":532,"Date":"7/10/2019"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":292,"Cost":166,"Date":"3/25/2020"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":142,"Cost":95,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":517,"Cost":262,"Date":"10/28/2020"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":337,"Cost":186,"Date":"3/2/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":496,"Cost":466,"Date":"6/28/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":485,"Cost":426,"Date":"7/17/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":401,"Cost":271,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":992,"Cost":637,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":440,"Cost":287,"Date":"11/20/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":54,"Cost":46,"Date":"12/16/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":523,"Cost":371,"Date":"12/30/2021"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":90,"Date":"2/15/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":274,"Cost":137,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":84,"Cost":60,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":539,"Cost":460,"Date":"4/18/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":171,"Cost":110,"Date":"7/27/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":787,"Cost":703,"Date":"8/18/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":670,"Cost":386,"Date":"10/31/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":955,"Cost":597,"Date":"11/11/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":927,"Cost":685,"Date":"11/30/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":732,"Cost":516,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":394,"Cost":211,"Date":"3/1/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":457,"Cost":253,"Date":"4/13/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":674,"Cost":610,"Date":"5/20/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":490,"Cost":260,"Date":"8/13/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":502,"Cost":346,"Date":"9/15/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":738,"Cost":529,"Date":"10/14/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":358,"Cost":257,"Date":"10/28/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":542,"Cost":419,"Date":"11/11/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":749,"Cost":536,"Date":"12/7/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":190,"Cost":142,"Date":"12/21/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":571,"Cost":319,"Date":"1/6/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":448,"Cost":283,"Date":"1/23/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":218,"Cost":157,"Date":"2/4/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":228,"Cost":193,"Date":"3/10/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":883,"Cost":500,"Date":"3/12/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":953,"Cost":702,"Date":"3/31/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":145,"Cost":116,"Date":"6/16/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":692,"Cost":510,"Date":"6/17/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":110,"Cost":77,"Date":"8/27/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":938,"Cost":635,"Date":"10/1/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":304,"Cost":285,"Date":"11/4/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":883,"Cost":820,"Date":"11/9/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":863,"Cost":576,"Date":"3/27/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":456,"Cost":397,"Date":"4/17/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":481,"Cost":280,"Date":"8/11/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":653,"Cost":533,"Date":"8/21/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":701,"Cost":588,"Date":"9/2/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":171,"Cost":116,"Date":"9/5/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":307,"Cost":228,"Date":"9/14/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":501,"Cost":322,"Date":"9/20/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":297,"Cost":181,"Date":"11/20/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":91,"Cost":83,"Date":"12/21/2018"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":938,"Cost":527,"Date":"1/7/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":586,"Cost":437,"Date":"1/21/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":570,"Cost":333,"Date":"2/9/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":484,"Cost":307,"Date":"3/19/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":455,"Cost":354,"Date":"4/3/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":684,"Cost":530,"Date":"4/5/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":291,"Cost":168,"Date":"4/28/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":372,"Cost":251,"Date":"7/10/2019"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":995,"Cost":943,"Date":"3/25/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":979,"Cost":862,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":84,"Cost":44,"Date":"10/28/2020"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":512,"Cost":303,"Date":"3/2/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":751,"Cost":455,"Date":"6/28/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":768,"Cost":681,"Date":"7/17/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":365,"Cost":334,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":334,"Cost":199,"Date":"8/23/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":280,"Cost":231,"Date":"11/20/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":952,"Cost":612,"Date":"12/16/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":156,"Cost":142,"Date":"12/30/2021"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":811,"Cost":554,"Date":"2/15/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":202,"Cost":111,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":813,"Cost":559,"Date":"3/7/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":470,"Cost":388,"Date":"4/18/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":187,"Cost":176,"Date":"7/27/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":310,"Cost":279,"Date":"8/18/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":647,"Cost":615,"Date":"10/31/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":350,"Cost":236,"Date":"11/11/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":825,"Cost":659,"Date":"11/30/2022"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":704,"Cost":485,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":595,"Cost":353,"Date":"3/1/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":175,"Cost":118,"Date":"4/13/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":33,"Cost":18,"Date":"5/20/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":391,"Cost":240,"Date":"8/13/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":807,"Cost":634,"Date":"9/15/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":247,"Cost":217,"Date":"10/14/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":806,"Cost":648,"Date":"10/28/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":48,"Cost":27,"Date":"11/11/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":375,"Cost":337,"Date":"12/7/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":929,"Cost":587,"Date":"12/21/2023"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":355,"Cost":257,"Date":"1/6/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":139,"Cost":91,"Date":"1/23/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":586,"Cost":435,"Date":"2/4/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":787,"Cost":441,"Date":"3/10/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":813,"Cost":438,"Date":"3/12/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":608,"Cost":383,"Date":"3/31/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":335,"Cost":169,"Date":"6/16/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":147,"Cost":80,"Date":"6/17/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":625,"Cost":382,"Date":"8/27/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":734,"Cost":622,"Date":"10/1/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":826,"Cost":515,"Date":"11/4/2024"},{"Store":"Kifissia Mall","Brand":"Jeans","Country":"Greece","Sale":702,"Cost":466,"Date":"11/9/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":882,"Cost":684,"Date":"3/27/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":382,"Cost":202,"Date":"4/17/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":968,"Cost":558,"Date":"8/11/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":46,"Cost":30,"Date":"8/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":77,"Cost":61,"Date":"9/2/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":950,"Cost":693,"Date":"9/5/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":390,"Cost":367,"Date":"9/14/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":481,"Cost":283,"Date":"9/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":972,"Cost":656,"Date":"11/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":418,"Cost":258,"Date":"12/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":883,"Cost":649,"Date":"1/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":629,"Cost":403,"Date":"1/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":504,"Cost":258,"Date":"2/9/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":726,"Cost":588,"Date":"3/19/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":178,"Cost":111,"Date":"4/3/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":616,"Cost":541,"Date":"4/5/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":370,"Cost":285,"Date":"4/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":171,"Cost":94,"Date":"7/10/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":522,"Cost":326,"Date":"3/25/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":385,"Cost":192,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":229,"Cost":177,"Date":"10/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":722,"Cost":509,"Date":"3/2/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":85,"Cost":66,"Date":"6/28/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":562,"Cost":486,"Date":"7/17/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":99,"Cost":67,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":481,"Cost":374,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":241,"Cost":201,"Date":"11/20/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":781,"Cost":537,"Date":"12/16/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":111,"Cost":89,"Date":"12/30/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":187,"Cost":142,"Date":"2/15/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":840,"Cost":796,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":809,"Cost":690,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":164,"Cost":103,"Date":"4/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":343,"Cost":261,"Date":"7/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":376,"Cost":249,"Date":"8/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":583,"Cost":535,"Date":"10/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":337,"Cost":299,"Date":"11/11/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":258,"Cost":173,"Date":"11/30/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":144,"Cost":83,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":341,"Cost":190,"Date":"3/1/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":113,"Cost":60,"Date":"4/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":785,"Cost":656,"Date":"5/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":653,"Cost":386,"Date":"8/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":202,"Cost":158,"Date":"9/15/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":396,"Cost":345,"Date":"10/14/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":823,"Cost":729,"Date":"10/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":64,"Cost":40,"Date":"11/11/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":1000,"Cost":767,"Date":"12/7/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":809,"Cost":476,"Date":"12/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":81,"Cost":57,"Date":"1/6/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":543,"Cost":475,"Date":"1/23/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":255,"Cost":227,"Date":"2/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":329,"Cost":181,"Date":"3/10/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":897,"Cost":713,"Date":"3/12/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":846,"Cost":520,"Date":"3/31/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":170,"Cost":144,"Date":"6/16/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":333,"Cost":296,"Date":"6/17/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":211,"Cost":134,"Date":"8/27/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":693,"Cost":403,"Date":"10/1/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":447,"Cost":396,"Date":"11/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"COS","Country":"Greece","Sale":354,"Cost":243,"Date":"11/9/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":220,"Cost":122,"Date":"3/27/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":40,"Cost":31,"Date":"4/17/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":645,"Cost":369,"Date":"8/11/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":572,"Cost":492,"Date":"8/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":715,"Cost":371,"Date":"9/2/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":729,"Cost":569,"Date":"9/5/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":701,"Cost":443,"Date":"9/14/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":836,"Cost":565,"Date":"9/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":862,"Cost":506,"Date":"11/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":482,"Cost":429,"Date":"12/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":741,"Cost":687,"Date":"1/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":989,"Cost":869,"Date":"1/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":411,"Cost":325,"Date":"2/9/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":746,"Cost":498,"Date":"3/19/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":303,"Cost":285,"Date":"4/3/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":161,"Cost":92,"Date":"4/5/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":262,"Cost":239,"Date":"4/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":327,"Cost":189,"Date":"7/10/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":806,"Cost":710,"Date":"3/25/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":365,"Cost":345,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":90,"Cost":80,"Date":"10/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":966,"Cost":876,"Date":"3/2/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":50,"Cost":48,"Date":"6/28/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":227,"Cost":183,"Date":"7/17/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":956,"Cost":789,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":341,"Cost":195,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":995,"Cost":582,"Date":"11/20/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":340,"Cost":268,"Date":"12/16/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":373,"Cost":209,"Date":"12/30/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":41,"Cost":25,"Date":"2/15/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":430,"Cost":300,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":788,"Cost":716,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":728,"Cost":409,"Date":"4/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":606,"Cost":449,"Date":"7/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":5,"Cost":4,"Date":"8/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":657,"Cost":540,"Date":"10/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":572,"Cost":505,"Date":"11/11/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":46,"Cost":23,"Date":"11/30/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":588,"Cost":455,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":390,"Cost":337,"Date":"3/1/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":71,"Cost":63,"Date":"4/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":155,"Cost":116,"Date":"5/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":723,"Cost":393,"Date":"8/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":704,"Cost":435,"Date":"9/15/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":38,"Cost":21,"Date":"10/14/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":203,"Cost":161,"Date":"10/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":180,"Cost":131,"Date":"11/11/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":657,"Cost":372,"Date":"12/7/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":343,"Cost":247,"Date":"12/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":564,"Cost":349,"Date":"1/6/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":614,"Cost":388,"Date":"1/23/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":472,"Cost":374,"Date":"2/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":567,"Cost":497,"Date":"3/10/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":926,"Cost":640,"Date":"3/12/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":426,"Cost":261,"Date":"3/31/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":535,"Cost":291,"Date":"6/16/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":95,"Cost":74,"Date":"6/17/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":30,"Cost":29,"Date":"8/27/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":707,"Cost":560,"Date":"10/1/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":170,"Cost":147,"Date":"11/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM","Country":"Greece","Sale":782,"Cost":399,"Date":"11/9/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":563,"Cost":340,"Date":"3/27/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":808,"Cost":588,"Date":"4/17/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":204,"Cost":144,"Date":"8/11/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":513,"Cost":303,"Date":"8/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":475,"Cost":411,"Date":"9/2/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":831,"Cost":656,"Date":"9/5/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":140,"Cost":131,"Date":"9/14/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":322,"Cost":252,"Date":"9/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":526,"Cost":270,"Date":"11/20/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":559,"Cost":370,"Date":"12/21/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":82,"Cost":74,"Date":"1/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":936,"Cost":607,"Date":"1/21/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":192,"Cost":102,"Date":"2/9/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":539,"Cost":280,"Date":"3/19/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":267,"Cost":154,"Date":"4/3/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":646,"Cost":326,"Date":"4/5/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":19,"Cost":9,"Date":"4/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":901,"Cost":676,"Date":"7/10/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":968,"Cost":829,"Date":"3/25/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":360,"Cost":195,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":419,"Cost":354,"Date":"10/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":911,"Cost":601,"Date":"3/2/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":601,"Cost":486,"Date":"6/28/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":731,"Cost":576,"Date":"7/17/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":358,"Cost":278,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":186,"Cost":94,"Date":"8/23/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":970,"Cost":817,"Date":"11/20/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":980,"Cost":600,"Date":"12/16/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":610,"Cost":528,"Date":"12/30/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":140,"Cost":108,"Date":"2/15/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":260,"Cost":161,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":336,"Cost":180,"Date":"3/7/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":294,"Cost":221,"Date":"4/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":414,"Cost":356,"Date":"7/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":34,"Cost":19,"Date":"8/18/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":592,"Cost":438,"Date":"10/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":280,"Cost":204,"Date":"11/11/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":970,"Cost":804,"Date":"11/30/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":827,"Cost":773,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":915,"Cost":800,"Date":"3/1/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":122,"Cost":62,"Date":"4/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":743,"Cost":544,"Date":"5/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":496,"Cost":370,"Date":"8/13/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":846,"Cost":632,"Date":"9/15/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":482,"Cost":427,"Date":"10/14/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":490,"Cost":396,"Date":"10/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":869,"Cost":582,"Date":"11/11/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":26,"Cost":19,"Date":"12/7/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":190,"Cost":163,"Date":"12/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":24,"Cost":20,"Date":"1/6/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":684,"Cost":634,"Date":"1/23/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":504,"Cost":385,"Date":"2/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":1000,"Cost":736,"Date":"3/10/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":769,"Cost":568,"Date":"3/12/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":501,"Cost":307,"Date":"3/31/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":68,"Cost":38,"Date":"6/16/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":970,"Cost":689,"Date":"6/17/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":702,"Cost":537,"Date":"8/27/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":689,"Cost":598,"Date":"10/1/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":191,"Cost":159,"Date":"11/4/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":689,"Cost":490,"Date":"11/9/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":159,"Cost":131,"Date":"3/27/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":163,"Cost":135,"Date":"4/17/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":712,"Cost":510,"Date":"8/11/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":295,"Cost":233,"Date":"8/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":924,"Cost":743,"Date":"9/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":770,"Cost":394,"Date":"9/5/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":737,"Cost":388,"Date":"9/14/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":458,"Cost":339,"Date":"9/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":92,"Cost":59,"Date":"11/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":91,"Cost":76,"Date":"12/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":877,"Cost":528,"Date":"1/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":616,"Cost":546,"Date":"1/21/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":235,"Cost":184,"Date":"2/9/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":772,"Cost":491,"Date":"3/19/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":928,"Cost":645,"Date":"4/3/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":507,"Cost":423,"Date":"4/5/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":455,"Cost":343,"Date":"4/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":885,"Cost":661,"Date":"7/10/2019"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":621,"Cost":342,"Date":"3/25/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":903,"Cost":770,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":222,"Cost":165,"Date":"10/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":748,"Cost":656,"Date":"3/2/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":44,"Cost":42,"Date":"6/28/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":980,"Cost":693,"Date":"7/17/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":477,"Cost":246,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":666,"Cost":499,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":462,"Cost":416,"Date":"11/20/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":562,"Cost":423,"Date":"12/16/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":773,"Cost":658,"Date":"12/30/2021"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":13,"Cost":11,"Date":"2/15/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":381,"Cost":278,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":143,"Cost":104,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":837,"Cost":664,"Date":"4/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":686,"Cost":481,"Date":"7/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":887,"Cost":483,"Date":"8/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":23,"Cost":14,"Date":"10/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":369,"Cost":286,"Date":"11/11/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":987,"Cost":691,"Date":"11/30/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":421,"Cost":354,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":654,"Cost":618,"Date":"3/1/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":269,"Cost":234,"Date":"4/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":329,"Cost":244,"Date":"5/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":618,"Cost":465,"Date":"8/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":588,"Cost":471,"Date":"9/15/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":902,"Cost":636,"Date":"10/14/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":396,"Cost":332,"Date":"10/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":521,"Cost":361,"Date":"11/11/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":81,"Cost":55,"Date":"12/7/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":409,"Cost":381,"Date":"12/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":429,"Cost":267,"Date":"1/6/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":381,"Cost":269,"Date":"1/23/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":692,"Cost":471,"Date":"2/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":323,"Cost":173,"Date":"3/10/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":538,"Cost":343,"Date":"3/12/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":533,"Cost":438,"Date":"3/31/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":236,"Cost":170,"Date":"6/16/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":125,"Cost":119,"Date":"6/17/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":736,"Cost":531,"Date":"8/27/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":918,"Cost":601,"Date":"10/1/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":622,"Cost":434,"Date":"11/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":536,"Cost":317,"Date":"11/9/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":890,"Cost":530,"Date":"3/27/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":496,"Cost":461,"Date":"4/17/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":71,"Cost":53,"Date":"8/11/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":879,"Cost":704,"Date":"8/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":393,"Cost":277,"Date":"9/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":977,"Cost":921,"Date":"9/5/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":217,"Cost":172,"Date":"9/14/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":666,"Cost":614,"Date":"9/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":728,"Cost":422,"Date":"11/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":743,"Cost":532,"Date":"12/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":110,"Cost":100,"Date":"1/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":119,"Cost":90,"Date":"1/21/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":246,"Cost":169,"Date":"2/9/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":605,"Cost":434,"Date":"3/19/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":258,"Cost":163,"Date":"4/3/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":431,"Cost":229,"Date":"4/5/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":535,"Cost":458,"Date":"4/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":180,"Cost":158,"Date":"7/10/2019"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":137,"Cost":75,"Date":"3/25/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":243,"Cost":223,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":221,"Cost":175,"Date":"10/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":967,"Cost":881,"Date":"3/2/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":549,"Cost":386,"Date":"6/28/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":863,"Cost":603,"Date":"7/17/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":229,"Cost":146,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":478,"Cost":441,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":112,"Cost":60,"Date":"11/20/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":956,"Cost":857,"Date":"12/16/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":258,"Cost":231,"Date":"12/30/2021"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":390,"Cost":223,"Date":"2/15/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":349,"Cost":190,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":680,"Cost":493,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":667,"Cost":454,"Date":"4/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":111,"Cost":57,"Date":"7/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":443,"Cost":390,"Date":"8/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":746,"Cost":542,"Date":"10/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":823,"Cost":460,"Date":"11/11/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":73,"Cost":39,"Date":"11/30/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":579,"Cost":413,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":454,"Cost":276,"Date":"3/1/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":212,"Cost":128,"Date":"4/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":294,"Cost":223,"Date":"5/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":435,"Cost":386,"Date":"8/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":927,"Cost":669,"Date":"9/15/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":74,"Cost":69,"Date":"10/14/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":243,"Cost":136,"Date":"10/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":69,"Cost":58,"Date":"11/11/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":610,"Cost":402,"Date":"12/7/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":310,"Cost":293,"Date":"12/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":279,"Cost":144,"Date":"1/6/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":652,"Cost":520,"Date":"1/23/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":797,"Cost":517,"Date":"2/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":307,"Cost":251,"Date":"3/10/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":712,"Cost":463,"Date":"3/12/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":949,"Cost":679,"Date":"3/31/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":281,"Cost":198,"Date":"6/16/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":475,"Cost":392,"Date":"6/17/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":126,"Cost":100,"Date":"8/27/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":251,"Cost":153,"Date":"10/1/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":213,"Cost":181,"Date":"11/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":454,"Cost":325,"Date":"11/9/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":381,"Cost":235,"Date":"3/27/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":392,"Cost":220,"Date":"4/17/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":542,"Cost":345,"Date":"8/11/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":284,"Cost":184,"Date":"8/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":57,"Cost":36,"Date":"9/2/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":115,"Cost":74,"Date":"9/5/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":886,"Cost":840,"Date":"9/14/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":408,"Cost":261,"Date":"9/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":351,"Cost":207,"Date":"11/20/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":415,"Cost":238,"Date":"12/21/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":489,"Cost":310,"Date":"1/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":395,"Cost":252,"Date":"1/21/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":857,"Cost":517,"Date":"2/9/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":491,"Cost":259,"Date":"3/19/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":947,"Cost":887,"Date":"4/3/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":368,"Cost":314,"Date":"4/5/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":417,"Cost":246,"Date":"4/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":468,"Cost":374,"Date":"7/10/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":369,"Cost":279,"Date":"3/25/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":922,"Cost":694,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":51,"Cost":46,"Date":"10/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":616,"Cost":342,"Date":"3/2/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":481,"Cost":262,"Date":"6/28/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":791,"Cost":416,"Date":"7/17/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":194,"Cost":101,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":1000,"Cost":717,"Date":"8/23/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":997,"Cost":574,"Date":"11/20/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":990,"Cost":882,"Date":"12/16/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":788,"Cost":565,"Date":"12/30/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":694,"Cost":489,"Date":"2/15/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":405,"Cost":276,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":117,"Cost":73,"Date":"3/7/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":471,"Cost":398,"Date":"4/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":593,"Cost":326,"Date":"7/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":802,"Cost":568,"Date":"8/18/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":648,"Cost":484,"Date":"10/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":226,"Cost":132,"Date":"11/11/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":765,"Cost":527,"Date":"11/30/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":758,"Cost":594,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":838,"Cost":661,"Date":"3/1/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":576,"Cost":337,"Date":"4/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":77,"Cost":46,"Date":"5/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":903,"Cost":568,"Date":"8/13/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":242,"Cost":161,"Date":"9/15/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":105,"Cost":78,"Date":"10/14/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":658,"Cost":367,"Date":"10/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":352,"Cost":257,"Date":"11/11/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":787,"Cost":630,"Date":"12/7/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":285,"Cost":172,"Date":"12/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":189,"Cost":127,"Date":"1/6/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":443,"Cost":372,"Date":"1/23/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":700,"Cost":653,"Date":"2/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":414,"Cost":223,"Date":"3/10/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":379,"Cost":249,"Date":"3/12/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":378,"Cost":335,"Date":"3/31/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":229,"Cost":201,"Date":"6/16/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":905,"Cost":614,"Date":"6/17/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":743,"Cost":618,"Date":"8/27/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":172,"Cost":108,"Date":"10/1/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":317,"Cost":204,"Date":"11/4/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM","Country":"Greece","Sale":680,"Cost":524,"Date":"11/9/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":164,"Cost":129,"Date":"3/27/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":570,"Cost":372,"Date":"4/17/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":597,"Cost":468,"Date":"8/11/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":12,"Cost":9,"Date":"8/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":275,"Cost":155,"Date":"9/2/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":98,"Cost":62,"Date":"9/5/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":703,"Cost":500,"Date":"9/14/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":32,"Cost":21,"Date":"9/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":330,"Cost":307,"Date":"11/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":803,"Cost":762,"Date":"12/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":85,"Cost":47,"Date":"1/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":743,"Cost":393,"Date":"1/21/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":228,"Cost":137,"Date":"2/9/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":457,"Cost":292,"Date":"3/19/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":863,"Cost":616,"Date":"4/3/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":930,"Cost":646,"Date":"4/5/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":946,"Cost":639,"Date":"4/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":506,"Cost":366,"Date":"7/10/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":224,"Cost":170,"Date":"3/25/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":494,"Cost":334,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":904,"Cost":730,"Date":"10/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":309,"Cost":222,"Date":"3/2/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":130,"Cost":103,"Date":"6/28/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":460,"Cost":331,"Date":"7/17/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":132,"Cost":66,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":809,"Cost":495,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":698,"Cost":438,"Date":"11/20/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":656,"Cost":524,"Date":"12/16/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":586,"Cost":347,"Date":"12/30/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":478,"Cost":325,"Date":"2/15/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":754,"Cost":673,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":375,"Cost":248,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":352,"Cost":311,"Date":"4/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":670,"Cost":579,"Date":"7/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":767,"Cost":639,"Date":"8/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":162,"Cost":93,"Date":"10/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":486,"Cost":360,"Date":"11/11/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":243,"Cost":172,"Date":"11/30/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":672,"Cost":360,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":803,"Cost":707,"Date":"3/1/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":849,"Cost":683,"Date":"4/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":375,"Cost":234,"Date":"5/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":619,"Cost":574,"Date":"8/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":381,"Cost":192,"Date":"9/15/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":675,"Cost":559,"Date":"10/14/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":735,"Cost":535,"Date":"10/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":847,"Cost":642,"Date":"11/11/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":908,"Cost":565,"Date":"12/7/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":39,"Cost":24,"Date":"12/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":450,"Cost":233,"Date":"1/6/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":443,"Cost":227,"Date":"1/23/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":296,"Cost":161,"Date":"2/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":784,"Cost":471,"Date":"3/10/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":718,"Cost":622,"Date":"3/12/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":55,"Cost":32,"Date":"3/31/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":698,"Cost":628,"Date":"6/16/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":240,"Cost":222,"Date":"6/17/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":310,"Cost":164,"Date":"8/27/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":117,"Cost":111,"Date":"10/1/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":815,"Cost":453,"Date":"11/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":948,"Cost":639,"Date":"11/9/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":726,"Cost":396,"Date":"3/27/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":889,"Cost":481,"Date":"4/17/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":834,"Cost":631,"Date":"8/11/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":980,"Cost":499,"Date":"8/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":174,"Cost":152,"Date":"9/2/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":956,"Cost":663,"Date":"9/5/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":28,"Cost":19,"Date":"9/14/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":48,"Cost":32,"Date":"9/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":240,"Cost":210,"Date":"11/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":566,"Cost":459,"Date":"12/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":390,"Cost":348,"Date":"1/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":66,"Cost":51,"Date":"1/21/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":923,"Cost":620,"Date":"2/9/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":40,"Cost":28,"Date":"3/19/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":362,"Cost":277,"Date":"4/3/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":57,"Cost":31,"Date":"4/5/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":88,"Cost":53,"Date":"4/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":388,"Cost":298,"Date":"7/10/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":843,"Cost":739,"Date":"3/25/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":12,"Cost":11,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":529,"Cost":299,"Date":"10/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":370,"Cost":214,"Date":"3/2/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":58,"Cost":40,"Date":"6/28/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":354,"Cost":291,"Date":"7/17/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":348,"Cost":310,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":490,"Cost":284,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":56,"Cost":42,"Date":"11/20/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":509,"Cost":329,"Date":"12/16/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":109,"Cost":103,"Date":"12/30/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":866,"Cost":434,"Date":"2/15/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":462,"Cost":242,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":610,"Cost":413,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":857,"Cost":563,"Date":"4/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":861,"Cost":758,"Date":"7/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":966,"Cost":525,"Date":"8/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":804,"Cost":657,"Date":"10/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":118,"Cost":95,"Date":"11/11/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":160,"Cost":140,"Date":"11/30/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":624,"Cost":532,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":87,"Cost":67,"Date":"3/1/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":540,"Cost":505,"Date":"4/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":657,"Cost":491,"Date":"5/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":228,"Cost":191,"Date":"8/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":644,"Cost":522,"Date":"9/15/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":611,"Cost":487,"Date":"10/14/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":815,"Cost":674,"Date":"10/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":121,"Cost":77,"Date":"11/11/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":61,"Cost":52,"Date":"12/7/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":676,"Cost":595,"Date":"12/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":769,"Cost":401,"Date":"1/6/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":709,"Cost":394,"Date":"1/23/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":739,"Cost":588,"Date":"2/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":998,"Cost":723,"Date":"3/10/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":556,"Cost":422,"Date":"3/12/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":197,"Cost":137,"Date":"3/31/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":671,"Cost":371,"Date":"6/16/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":659,"Cost":538,"Date":"6/17/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":825,"Cost":716,"Date":"8/27/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":329,"Cost":172,"Date":"10/1/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":197,"Cost":182,"Date":"11/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":581,"Cost":291,"Date":"11/9/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":300,"Cost":159,"Date":"3/27/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":695,"Cost":450,"Date":"4/17/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":939,"Cost":868,"Date":"8/11/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":187,"Cost":103,"Date":"8/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":739,"Cost":464,"Date":"9/2/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":789,"Cost":584,"Date":"9/5/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":197,"Cost":186,"Date":"9/14/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":722,"Cost":659,"Date":"9/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":339,"Cost":297,"Date":"11/20/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":868,"Cost":712,"Date":"12/21/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":955,"Cost":693,"Date":"1/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":792,"Cost":522,"Date":"1/21/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":978,"Cost":875,"Date":"2/9/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":936,"Cost":534,"Date":"3/19/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":722,"Cost":552,"Date":"4/3/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":672,"Cost":413,"Date":"4/5/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":44,"Cost":34,"Date":"4/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":476,"Cost":300,"Date":"7/10/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":262,"Cost":183,"Date":"3/25/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":980,"Cost":589,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":564,"Cost":384,"Date":"10/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":985,"Cost":820,"Date":"3/2/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":287,"Cost":194,"Date":"6/28/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":969,"Cost":751,"Date":"7/17/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":50,"Cost":33,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":194,"Cost":103,"Date":"8/23/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":129,"Cost":66,"Date":"11/20/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":510,"Cost":387,"Date":"12/16/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":229,"Cost":155,"Date":"12/30/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":78,"Cost":56,"Date":"2/15/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":480,"Cost":444,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":574,"Cost":539,"Date":"3/7/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":655,"Cost":603,"Date":"4/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":247,"Cost":205,"Date":"7/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":865,"Cost":782,"Date":"8/18/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":827,"Cost":764,"Date":"10/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":531,"Cost":288,"Date":"11/11/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":506,"Cost":393,"Date":"11/30/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":741,"Cost":560,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":839,"Cost":479,"Date":"3/1/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":672,"Cost":342,"Date":"4/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":162,"Cost":129,"Date":"5/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":766,"Cost":679,"Date":"8/13/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":956,"Cost":851,"Date":"9/15/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":63,"Cost":32,"Date":"10/14/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":756,"Cost":579,"Date":"10/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":798,"Cost":603,"Date":"11/11/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":478,"Cost":323,"Date":"12/7/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":917,"Cost":768,"Date":"12/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":969,"Cost":717,"Date":"1/6/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":914,"Cost":736,"Date":"1/23/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":441,"Cost":334,"Date":"2/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":470,"Cost":296,"Date":"3/10/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":179,"Cost":167,"Date":"3/12/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":644,"Cost":557,"Date":"3/31/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":897,"Cost":849,"Date":"6/16/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":699,"Cost":504,"Date":"6/17/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":229,"Cost":214,"Date":"8/27/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":1000,"Cost":556,"Date":"10/1/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":248,"Cost":161,"Date":"11/4/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":626,"Cost":500,"Date":"11/9/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":829,"Cost":494,"Date":"3/27/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":659,"Cost":608,"Date":"4/17/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":999,"Cost":793,"Date":"8/11/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":415,"Cost":389,"Date":"8/21/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":338,"Cost":249,"Date":"9/2/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":329,"Cost":194,"Date":"9/5/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":129,"Cost":74,"Date":"9/14/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":416,"Cost":226,"Date":"9/20/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":650,"Cost":353,"Date":"11/20/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":23,"Cost":20,"Date":"12/21/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":176,"Cost":161,"Date":"1/7/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":86,"Cost":76,"Date":"1/21/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":778,"Cost":720,"Date":"2/9/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":937,"Cost":773,"Date":"3/19/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":629,"Cost":353,"Date":"4/3/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":853,"Cost":527,"Date":"4/5/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":246,"Cost":168,"Date":"4/28/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":881,"Cost":534,"Date":"7/10/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":697,"Cost":574,"Date":"3/25/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":679,"Cost":495,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":965,"Cost":906,"Date":"10/28/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":233,"Cost":155,"Date":"3/2/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":796,"Cost":615,"Date":"6/28/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":275,"Cost":201,"Date":"7/17/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":551,"Cost":507,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":75,"Cost":65,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":955,"Cost":577,"Date":"11/20/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":175,"Cost":96,"Date":"12/16/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":710,"Cost":475,"Date":"12/30/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":956,"Cost":815,"Date":"2/15/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":221,"Cost":204,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":369,"Cost":319,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":8,"Cost":5,"Date":"4/18/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":333,"Cost":286,"Date":"7/27/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":445,"Cost":242,"Date":"8/18/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":472,"Cost":287,"Date":"10/31/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":612,"Cost":332,"Date":"11/11/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":394,"Cost":369,"Date":"11/30/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":663,"Cost":532,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":690,"Cost":484,"Date":"3/1/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":485,"Cost":372,"Date":"4/13/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":512,"Cost":280,"Date":"5/20/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":560,"Cost":309,"Date":"8/13/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":453,"Cost":340,"Date":"9/15/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":173,"Cost":107,"Date":"10/14/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":639,"Cost":481,"Date":"10/28/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":194,"Cost":176,"Date":"11/11/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":565,"Cost":351,"Date":"12/7/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":754,"Cost":717,"Date":"12/21/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":460,"Cost":300,"Date":"1/6/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":780,"Cost":734,"Date":"1/23/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":420,"Cost":228,"Date":"2/4/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":427,"Cost":225,"Date":"3/10/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":951,"Cost":838,"Date":"3/12/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":822,"Cost":751,"Date":"3/31/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":178,"Cost":123,"Date":"6/16/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":610,"Cost":399,"Date":"6/17/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":386,"Cost":320,"Date":"8/27/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":172,"Cost":121,"Date":"10/1/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":222,"Cost":152,"Date":"11/4/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":674,"Cost":554,"Date":"11/9/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":342,"Cost":174,"Date":"3/27/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":50,"Cost":46,"Date":"4/17/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":44,"Cost":31,"Date":"8/11/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":2,"Cost":2,"Date":"8/21/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":23,"Cost":13,"Date":"9/2/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":523,"Cost":288,"Date":"9/5/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":173,"Cost":147,"Date":"9/14/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":133,"Cost":108,"Date":"9/20/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":310,"Cost":266,"Date":"11/20/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":520,"Cost":264,"Date":"12/21/2018"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":513,"Cost":312,"Date":"1/7/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":550,"Cost":518,"Date":"1/21/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":688,"Cost":414,"Date":"2/9/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":436,"Cost":258,"Date":"3/19/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":498,"Cost":359,"Date":"4/3/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":276,"Cost":236,"Date":"4/5/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":762,"Cost":662,"Date":"4/28/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":662,"Cost":494,"Date":"7/10/2019"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":886,"Cost":627,"Date":"3/25/2020"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":801,"Cost":419,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":931,"Cost":507,"Date":"10/28/2020"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":31,"Cost":25,"Date":"3/2/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":671,"Cost":409,"Date":"6/28/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":469,"Cost":352,"Date":"7/17/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":852,"Cost":517,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":575,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":416,"Cost":372,"Date":"11/20/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":391,"Cost":245,"Date":"12/16/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":563,"Cost":467,"Date":"12/30/2021"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":350,"Cost":201,"Date":"2/15/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":717,"Cost":652,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":943,"Cost":661,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":967,"Cost":795,"Date":"4/18/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":311,"Cost":188,"Date":"7/27/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":134,"Cost":87,"Date":"8/18/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":628,"Cost":478,"Date":"10/31/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":125,"Cost":98,"Date":"11/11/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":734,"Cost":463,"Date":"11/30/2022"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":288,"Cost":271,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":898,"Cost":582,"Date":"3/1/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":275,"Cost":160,"Date":"4/13/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":694,"Cost":572,"Date":"5/20/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":400,"Cost":263,"Date":"8/13/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":617,"Cost":464,"Date":"9/15/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":920,"Cost":518,"Date":"10/14/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":622,"Cost":499,"Date":"10/28/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":991,"Cost":718,"Date":"11/11/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":145,"Cost":93,"Date":"12/7/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":636,"Cost":373,"Date":"12/21/2023"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":141,"Cost":100,"Date":"1/6/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":97,"Cost":88,"Date":"1/23/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":298,"Cost":199,"Date":"2/4/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":527,"Cost":272,"Date":"3/10/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":965,"Cost":870,"Date":"3/12/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":914,"Cost":751,"Date":"3/31/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":719,"Cost":620,"Date":"6/16/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":52,"Cost":45,"Date":"6/17/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":546,"Cost":476,"Date":"8/27/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":560,"Cost":378,"Date":"10/1/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":35,"Cost":28,"Date":"11/4/2024"},{"Store":"River West Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":803,"Cost":579,"Date":"11/9/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":10,"Cost":9,"Date":"3/27/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":483,"Cost":314,"Date":"4/17/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":872,"Cost":717,"Date":"8/11/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":972,"Cost":752,"Date":"8/21/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":824,"Cost":590,"Date":"9/2/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":857,"Cost":627,"Date":"9/5/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":78,"Cost":47,"Date":"9/14/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":291,"Cost":230,"Date":"9/20/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":383,"Cost":353,"Date":"11/20/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":628,"Cost":488,"Date":"12/21/2018"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":129,"Cost":96,"Date":"1/7/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":939,"Cost":783,"Date":"1/21/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":810,"Cost":587,"Date":"2/9/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":452,"Cost":271,"Date":"3/19/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":479,"Cost":272,"Date":"4/3/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":72,"Cost":68,"Date":"4/5/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":905,"Cost":763,"Date":"4/28/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":332,"Cost":243,"Date":"7/10/2019"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":266,"Cost":182,"Date":"3/25/2020"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":775,"Cost":407,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":181,"Cost":90,"Date":"10/28/2020"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":11,"Cost":9,"Date":"3/2/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":500,"Cost":294,"Date":"6/28/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":528,"Cost":385,"Date":"7/17/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":204,"Cost":135,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":387,"Cost":228,"Date":"8/23/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":772,"Cost":621,"Date":"11/20/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":557,"Cost":323,"Date":"12/16/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":373,"Cost":298,"Date":"12/30/2021"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":438,"Cost":283,"Date":"2/15/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":632,"Cost":563,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":956,"Cost":821,"Date":"3/7/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":629,"Cost":352,"Date":"4/18/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":559,"Cost":414,"Date":"7/27/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":979,"Cost":603,"Date":"8/18/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":83,"Cost":51,"Date":"10/31/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":909,"Cost":826,"Date":"11/11/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":206,"Date":"11/30/2022"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":984,"Cost":872,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":54,"Cost":28,"Date":"3/1/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":525,"Cost":367,"Date":"4/13/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":145,"Cost":98,"Date":"5/20/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":121,"Cost":80,"Date":"8/13/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":742,"Cost":618,"Date":"9/15/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":324,"Cost":266,"Date":"10/14/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":207,"Cost":115,"Date":"10/28/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":489,"Cost":353,"Date":"11/11/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":281,"Cost":205,"Date":"12/7/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":63,"Cost":31,"Date":"12/21/2023"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":541,"Cost":286,"Date":"1/6/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":16,"Cost":12,"Date":"1/23/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":496,"Cost":251,"Date":"2/4/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":520,"Cost":481,"Date":"3/10/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":40,"Cost":27,"Date":"3/12/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":315,"Cost":244,"Date":"3/31/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":336,"Cost":212,"Date":"6/16/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":177,"Cost":135,"Date":"6/17/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":472,"Cost":426,"Date":"8/27/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":776,"Cost":713,"Date":"10/1/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":226,"Cost":169,"Date":"11/4/2024"},{"Store":"River West Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":186,"Cost":136,"Date":"11/9/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":638,"Cost":435,"Date":"3/27/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":161,"Cost":137,"Date":"4/17/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":11,"Cost":5,"Date":"8/11/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":947,"Cost":768,"Date":"8/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":129,"Cost":97,"Date":"9/2/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":134,"Cost":118,"Date":"9/5/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":280,"Cost":235,"Date":"9/14/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":698,"Cost":592,"Date":"9/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":422,"Cost":226,"Date":"11/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":252,"Cost":171,"Date":"12/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":725,"Cost":469,"Date":"1/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":506,"Date":"1/21/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":171,"Cost":152,"Date":"2/9/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":772,"Cost":530,"Date":"3/19/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":683,"Cost":532,"Date":"4/3/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":862,"Cost":547,"Date":"4/5/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":520,"Cost":417,"Date":"4/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":145,"Cost":101,"Date":"7/10/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":766,"Cost":519,"Date":"3/25/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":885,"Cost":740,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":1,"Cost":0,"Date":"10/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":200,"Cost":146,"Date":"3/2/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":98,"Cost":69,"Date":"6/28/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":426,"Cost":254,"Date":"7/17/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":229,"Cost":117,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":855,"Cost":541,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":837,"Cost":566,"Date":"11/20/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":325,"Cost":211,"Date":"12/16/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":614,"Date":"12/30/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":348,"Cost":223,"Date":"2/15/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":566,"Cost":321,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":660,"Cost":566,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":542,"Cost":388,"Date":"4/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":157,"Cost":121,"Date":"7/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":403,"Cost":287,"Date":"8/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":434,"Cost":285,"Date":"10/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":771,"Cost":505,"Date":"11/11/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":826,"Cost":502,"Date":"11/30/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":155,"Cost":126,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":343,"Cost":217,"Date":"3/1/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":641,"Cost":352,"Date":"4/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":895,"Cost":620,"Date":"5/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":747,"Cost":373,"Date":"8/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":441,"Cost":367,"Date":"9/15/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":402,"Cost":341,"Date":"10/14/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":842,"Cost":638,"Date":"10/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":713,"Cost":559,"Date":"11/11/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":949,"Cost":617,"Date":"12/7/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":420,"Cost":330,"Date":"12/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":85,"Cost":69,"Date":"1/6/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":165,"Cost":138,"Date":"1/23/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":621,"Cost":400,"Date":"2/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":224,"Cost":120,"Date":"3/10/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":214,"Cost":176,"Date":"3/12/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":623,"Cost":343,"Date":"3/31/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":255,"Cost":206,"Date":"6/16/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":340,"Cost":277,"Date":"6/17/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":294,"Cost":153,"Date":"8/27/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":377,"Cost":302,"Date":"10/1/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":510,"Cost":466,"Date":"11/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":110,"Date":"11/9/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":45,"Cost":31,"Date":"3/27/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":892,"Cost":529,"Date":"4/17/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":203,"Cost":171,"Date":"8/11/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":152,"Cost":107,"Date":"8/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":129,"Cost":71,"Date":"9/2/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":551,"Cost":488,"Date":"9/5/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":759,"Cost":443,"Date":"9/14/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":69,"Cost":65,"Date":"9/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":937,"Cost":706,"Date":"11/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":164,"Cost":83,"Date":"12/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":191,"Cost":124,"Date":"1/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":462,"Cost":416,"Date":"1/21/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":304,"Cost":189,"Date":"2/9/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":176,"Cost":130,"Date":"3/19/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":584,"Cost":454,"Date":"4/3/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":959,"Cost":615,"Date":"4/5/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":638,"Cost":452,"Date":"4/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":56,"Cost":38,"Date":"7/10/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":883,"Cost":646,"Date":"3/25/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":860,"Cost":613,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":166,"Cost":96,"Date":"10/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":222,"Cost":157,"Date":"3/2/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":890,"Cost":728,"Date":"6/28/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":645,"Cost":603,"Date":"7/17/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":582,"Cost":436,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":593,"Cost":377,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":624,"Cost":505,"Date":"11/20/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":464,"Cost":311,"Date":"12/16/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":331,"Cost":284,"Date":"12/30/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":207,"Cost":153,"Date":"2/15/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":119,"Cost":68,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":15,"Cost":12,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":663,"Cost":577,"Date":"4/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":487,"Cost":453,"Date":"7/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":396,"Cost":333,"Date":"8/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":336,"Cost":284,"Date":"10/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":873,"Cost":770,"Date":"11/11/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":94,"Cost":57,"Date":"11/30/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":39,"Cost":20,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":749,"Cost":584,"Date":"3/1/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":817,"Cost":475,"Date":"4/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":239,"Cost":218,"Date":"5/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":383,"Cost":231,"Date":"8/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":472,"Cost":350,"Date":"9/15/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":957,"Cost":715,"Date":"10/14/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":691,"Cost":401,"Date":"10/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":172,"Cost":160,"Date":"11/11/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":876,"Cost":626,"Date":"12/7/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":75,"Cost":67,"Date":"12/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":49,"Cost":25,"Date":"1/6/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":715,"Cost":587,"Date":"1/23/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":758,"Cost":517,"Date":"2/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":731,"Cost":616,"Date":"3/10/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":312,"Cost":250,"Date":"3/12/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":663,"Cost":430,"Date":"3/31/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":360,"Cost":293,"Date":"6/16/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":60,"Cost":46,"Date":"6/17/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":557,"Cost":401,"Date":"8/27/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":353,"Cost":207,"Date":"10/1/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":288,"Cost":211,"Date":"11/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":749,"Cost":642,"Date":"11/9/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":776,"Cost":453,"Date":"3/27/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":690,"Cost":629,"Date":"4/17/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":738,"Cost":553,"Date":"8/11/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":731,"Cost":691,"Date":"8/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":999,"Cost":882,"Date":"9/2/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":870,"Cost":576,"Date":"9/5/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":979,"Cost":703,"Date":"9/14/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":564,"Cost":296,"Date":"9/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":496,"Cost":259,"Date":"11/20/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":317,"Cost":160,"Date":"12/21/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":829,"Cost":619,"Date":"1/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":97,"Cost":89,"Date":"1/21/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":483,"Cost":451,"Date":"2/9/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":934,"Cost":823,"Date":"3/19/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":502,"Cost":332,"Date":"4/3/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":244,"Cost":180,"Date":"4/5/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":435,"Cost":380,"Date":"4/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":646,"Cost":574,"Date":"7/10/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":400,"Cost":297,"Date":"3/25/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":195,"Cost":105,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":251,"Cost":171,"Date":"10/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":267,"Cost":169,"Date":"3/2/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":383,"Cost":302,"Date":"6/28/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":257,"Cost":215,"Date":"7/17/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":878,"Cost":741,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":282,"Cost":142,"Date":"8/23/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":551,"Cost":464,"Date":"11/20/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":647,"Cost":584,"Date":"12/16/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":478,"Cost":276,"Date":"12/30/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":89,"Cost":79,"Date":"2/15/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":729,"Cost":664,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":580,"Cost":400,"Date":"3/7/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":293,"Cost":271,"Date":"4/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":79,"Cost":43,"Date":"7/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":435,"Cost":339,"Date":"8/18/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":786,"Cost":733,"Date":"10/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":336,"Cost":251,"Date":"11/11/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":49,"Cost":40,"Date":"11/30/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":379,"Cost":359,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":423,"Cost":321,"Date":"3/1/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":570,"Cost":384,"Date":"4/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":963,"Cost":660,"Date":"5/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":541,"Cost":373,"Date":"8/13/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":593,"Cost":515,"Date":"9/15/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":977,"Cost":907,"Date":"10/14/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":298,"Cost":194,"Date":"10/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":283,"Cost":160,"Date":"11/11/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":121,"Cost":107,"Date":"12/7/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":93,"Cost":77,"Date":"12/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":84,"Cost":67,"Date":"1/6/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":797,"Cost":637,"Date":"1/23/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":346,"Cost":269,"Date":"2/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":341,"Cost":263,"Date":"3/10/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":883,"Cost":728,"Date":"3/12/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":781,"Cost":716,"Date":"3/31/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":879,"Cost":785,"Date":"6/16/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":899,"Cost":769,"Date":"6/17/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":150,"Cost":138,"Date":"8/27/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":635,"Cost":410,"Date":"10/1/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":280,"Cost":183,"Date":"11/4/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":269,"Cost":177,"Date":"11/9/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":857,"Cost":563,"Date":"3/27/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":139,"Cost":77,"Date":"4/17/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":935,"Cost":785,"Date":"8/11/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":31,"Cost":24,"Date":"8/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":669,"Cost":374,"Date":"9/2/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":582,"Cost":539,"Date":"9/5/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":367,"Cost":189,"Date":"9/14/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":637,"Cost":381,"Date":"9/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":274,"Cost":201,"Date":"11/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":880,"Cost":490,"Date":"12/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":540,"Cost":345,"Date":"1/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":350,"Cost":267,"Date":"1/21/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":40,"Cost":35,"Date":"2/9/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":60,"Cost":45,"Date":"3/19/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":416,"Cost":217,"Date":"4/3/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":750,"Cost":467,"Date":"4/5/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":550,"Cost":296,"Date":"4/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":716,"Cost":472,"Date":"7/10/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":563,"Cost":473,"Date":"3/25/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":162,"Cost":96,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":897,"Cost":652,"Date":"10/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":577,"Cost":528,"Date":"3/2/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":126,"Cost":69,"Date":"6/28/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":972,"Cost":798,"Date":"7/17/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":100,"Cost":87,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":869,"Cost":492,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":993,"Cost":835,"Date":"11/20/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":712,"Cost":405,"Date":"12/16/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":38,"Cost":31,"Date":"12/30/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":826,"Cost":464,"Date":"2/15/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":490,"Cost":360,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":417,"Cost":369,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":685,"Cost":607,"Date":"4/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":639,"Cost":522,"Date":"7/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":324,"Cost":234,"Date":"8/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":451,"Cost":285,"Date":"10/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":256,"Cost":236,"Date":"11/11/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":655,"Cost":612,"Date":"11/30/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":554,"Cost":463,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":161,"Cost":139,"Date":"3/1/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":948,"Cost":849,"Date":"4/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":438,"Cost":232,"Date":"5/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":18,"Cost":17,"Date":"8/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":235,"Cost":122,"Date":"9/15/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":285,"Cost":228,"Date":"10/14/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":557,"Cost":508,"Date":"10/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":608,"Cost":517,"Date":"11/11/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":177,"Cost":112,"Date":"12/7/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":731,"Cost":571,"Date":"12/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":65,"Cost":44,"Date":"1/6/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":277,"Cost":202,"Date":"1/23/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":609,"Cost":423,"Date":"2/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":190,"Cost":162,"Date":"3/10/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":411,"Cost":350,"Date":"3/12/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":724,"Cost":671,"Date":"3/31/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":256,"Cost":173,"Date":"6/16/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":982,"Cost":601,"Date":"6/17/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":107,"Cost":68,"Date":"8/27/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":150,"Cost":123,"Date":"10/1/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":859,"Cost":542,"Date":"11/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":189,"Cost":143,"Date":"11/9/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":900,"Cost":855,"Date":"3/27/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":181,"Cost":104,"Date":"4/17/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":217,"Cost":114,"Date":"8/11/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":362,"Cost":200,"Date":"8/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":81,"Cost":60,"Date":"9/2/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":979,"Cost":492,"Date":"9/5/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":594,"Cost":438,"Date":"9/14/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":738,"Cost":678,"Date":"9/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":540,"Cost":414,"Date":"11/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":407,"Cost":245,"Date":"12/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":278,"Cost":151,"Date":"1/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":909,"Cost":536,"Date":"1/21/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":585,"Cost":405,"Date":"2/9/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":415,"Cost":288,"Date":"3/19/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":593,"Cost":478,"Date":"4/3/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":603,"Cost":405,"Date":"4/5/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":196,"Cost":148,"Date":"4/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":670,"Cost":511,"Date":"7/10/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":659,"Cost":584,"Date":"3/25/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":253,"Cost":161,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":886,"Cost":515,"Date":"10/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":731,"Cost":440,"Date":"3/2/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":167,"Cost":103,"Date":"6/28/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":456,"Cost":353,"Date":"7/17/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":408,"Cost":283,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":147,"Cost":86,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":396,"Cost":334,"Date":"11/20/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":628,"Cost":377,"Date":"12/16/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":498,"Cost":429,"Date":"12/30/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":483,"Cost":267,"Date":"2/15/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":288,"Cost":201,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":72,"Cost":43,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":827,"Cost":589,"Date":"4/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":592,"Cost":531,"Date":"7/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":167,"Cost":105,"Date":"8/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":999,"Cost":659,"Date":"10/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":263,"Cost":235,"Date":"11/11/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":36,"Cost":32,"Date":"11/30/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":950,"Cost":788,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":51,"Cost":40,"Date":"3/1/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":658,"Cost":552,"Date":"4/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":612,"Cost":325,"Date":"5/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":456,"Cost":299,"Date":"8/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":397,"Cost":331,"Date":"9/15/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":853,"Cost":798,"Date":"10/14/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":146,"Cost":121,"Date":"10/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":24,"Cost":12,"Date":"11/11/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":814,"Cost":756,"Date":"12/7/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":404,"Cost":314,"Date":"12/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":43,"Cost":37,"Date":"1/6/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":106,"Cost":68,"Date":"1/23/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":910,"Cost":522,"Date":"2/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":530,"Cost":285,"Date":"3/10/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":964,"Cost":833,"Date":"3/12/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":236,"Cost":151,"Date":"3/31/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":528,"Cost":291,"Date":"6/16/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":812,"Cost":580,"Date":"6/17/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":243,"Cost":167,"Date":"8/27/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":999,"Cost":871,"Date":"10/1/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":858,"Cost":735,"Date":"11/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":530,"Cost":304,"Date":"11/9/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":862,"Cost":603,"Date":"3/27/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":235,"Cost":213,"Date":"4/17/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":224,"Cost":144,"Date":"8/11/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":819,"Cost":706,"Date":"8/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":466,"Cost":427,"Date":"9/2/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":33,"Cost":22,"Date":"9/5/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":240,"Date":"9/14/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":838,"Cost":669,"Date":"9/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":330,"Cost":230,"Date":"11/20/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":314,"Cost":157,"Date":"12/21/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":541,"Cost":403,"Date":"1/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":581,"Cost":498,"Date":"1/21/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":708,"Cost":464,"Date":"2/9/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":10,"Cost":6,"Date":"3/19/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":167,"Cost":86,"Date":"4/3/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":698,"Cost":379,"Date":"4/5/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":789,"Cost":444,"Date":"4/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":883,"Cost":703,"Date":"7/10/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":203,"Cost":187,"Date":"3/25/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":912,"Cost":791,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":812,"Cost":552,"Date":"10/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":537,"Cost":457,"Date":"3/2/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":332,"Cost":307,"Date":"6/28/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":285,"Cost":156,"Date":"7/17/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":224,"Cost":133,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":806,"Cost":600,"Date":"8/23/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":782,"Cost":686,"Date":"11/20/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":432,"Cost":283,"Date":"12/16/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":521,"Cost":383,"Date":"12/30/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":63,"Cost":43,"Date":"2/15/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":390,"Cost":302,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":679,"Cost":530,"Date":"3/7/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":314,"Cost":223,"Date":"4/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":576,"Cost":473,"Date":"7/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":972,"Cost":686,"Date":"8/18/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":50,"Cost":44,"Date":"10/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":466,"Cost":312,"Date":"11/11/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":153,"Cost":143,"Date":"11/30/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":507,"Cost":474,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":396,"Cost":253,"Date":"3/1/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":18,"Cost":11,"Date":"4/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":935,"Cost":724,"Date":"5/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":155,"Cost":134,"Date":"8/13/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":696,"Cost":391,"Date":"9/15/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":817,"Cost":625,"Date":"10/14/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":838,"Cost":720,"Date":"10/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":192,"Cost":163,"Date":"11/11/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":167,"Cost":110,"Date":"12/7/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":901,"Cost":558,"Date":"12/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":576,"Cost":487,"Date":"1/6/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":599,"Cost":333,"Date":"1/23/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":876,"Cost":610,"Date":"2/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":193,"Cost":125,"Date":"3/10/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":967,"Cost":590,"Date":"3/12/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":68,"Cost":53,"Date":"3/31/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":332,"Cost":166,"Date":"6/16/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":471,"Cost":399,"Date":"6/17/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":691,"Cost":552,"Date":"8/27/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":454,"Cost":416,"Date":"10/1/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":564,"Cost":302,"Date":"11/4/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":686,"Cost":620,"Date":"11/9/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":332,"Cost":279,"Date":"3/27/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":293,"Cost":263,"Date":"4/17/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":655,"Cost":581,"Date":"8/11/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":440,"Cost":220,"Date":"8/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":652,"Cost":438,"Date":"9/2/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":262,"Cost":152,"Date":"9/5/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":262,"Cost":155,"Date":"9/14/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":331,"Cost":221,"Date":"9/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":160,"Cost":131,"Date":"11/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":901,"Cost":465,"Date":"12/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":588,"Cost":392,"Date":"1/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":204,"Cost":157,"Date":"1/21/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":393,"Cost":243,"Date":"2/9/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":660,"Cost":414,"Date":"3/19/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":685,"Cost":476,"Date":"4/3/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":941,"Cost":834,"Date":"4/5/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":483,"Cost":389,"Date":"4/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":870,"Cost":624,"Date":"7/10/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":596,"Cost":398,"Date":"3/25/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":789,"Cost":578,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":541,"Cost":412,"Date":"10/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":960,"Cost":549,"Date":"3/2/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":445,"Cost":419,"Date":"6/28/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":965,"Cost":664,"Date":"7/17/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":268,"Cost":247,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":638,"Cost":591,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":563,"Cost":500,"Date":"11/20/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":336,"Cost":275,"Date":"12/16/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":805,"Cost":713,"Date":"12/30/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":656,"Cost":496,"Date":"2/15/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":442,"Cost":314,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":359,"Cost":282,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":507,"Cost":278,"Date":"4/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":522,"Cost":269,"Date":"7/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":224,"Cost":195,"Date":"8/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":785,"Cost":740,"Date":"10/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":628,"Cost":508,"Date":"11/11/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":451,"Cost":397,"Date":"11/30/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":869,"Cost":499,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":578,"Cost":384,"Date":"3/1/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":279,"Cost":197,"Date":"4/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":509,"Cost":452,"Date":"5/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":354,"Cost":178,"Date":"8/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":45,"Cost":41,"Date":"9/15/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":80,"Cost":73,"Date":"10/14/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":604,"Cost":348,"Date":"10/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":749,"Cost":604,"Date":"11/11/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":898,"Cost":508,"Date":"12/7/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":410,"Cost":328,"Date":"12/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":190,"Cost":135,"Date":"1/6/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":456,"Cost":283,"Date":"1/23/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":920,"Cost":573,"Date":"2/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":728,"Cost":621,"Date":"3/10/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":137,"Cost":82,"Date":"3/12/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":889,"Cost":740,"Date":"3/31/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":878,"Cost":640,"Date":"6/16/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":963,"Cost":791,"Date":"6/17/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":669,"Cost":346,"Date":"8/27/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":739,"Cost":436,"Date":"10/1/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":859,"Cost":438,"Date":"11/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":634,"Cost":546,"Date":"11/9/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":175,"Date":"3/27/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":320,"Cost":198,"Date":"4/17/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":78,"Cost":72,"Date":"8/11/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":368,"Cost":221,"Date":"8/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":706,"Cost":614,"Date":"9/2/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":841,"Cost":722,"Date":"9/5/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":748,"Cost":689,"Date":"9/14/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":293,"Cost":196,"Date":"9/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":940,"Cost":886,"Date":"11/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":652,"Cost":436,"Date":"12/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":547,"Cost":336,"Date":"1/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":228,"Cost":136,"Date":"1/21/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":572,"Cost":370,"Date":"2/9/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":656,"Cost":595,"Date":"3/19/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":676,"Cost":422,"Date":"4/3/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":453,"Cost":292,"Date":"4/5/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":470,"Cost":282,"Date":"4/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":364,"Cost":202,"Date":"7/10/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":437,"Cost":332,"Date":"3/25/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":14,"Cost":13,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":403,"Cost":340,"Date":"10/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":786,"Cost":477,"Date":"3/2/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":397,"Cost":306,"Date":"6/28/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":444,"Cost":286,"Date":"7/17/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":447,"Cost":397,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":916,"Cost":625,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":159,"Cost":149,"Date":"11/20/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":940,"Cost":698,"Date":"12/16/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":158,"Cost":107,"Date":"12/30/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":967,"Cost":918,"Date":"2/15/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":319,"Cost":231,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":290,"Cost":218,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":344,"Cost":319,"Date":"4/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":601,"Cost":357,"Date":"7/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":283,"Cost":150,"Date":"8/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":303,"Cost":287,"Date":"10/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":597,"Cost":527,"Date":"11/11/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":280,"Cost":253,"Date":"11/30/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":480,"Cost":342,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":393,"Cost":231,"Date":"3/1/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":897,"Cost":540,"Date":"4/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":287,"Cost":193,"Date":"5/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":59,"Cost":44,"Date":"8/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":409,"Cost":311,"Date":"9/15/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":960,"Cost":845,"Date":"10/14/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":139,"Cost":77,"Date":"10/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":213,"Cost":192,"Date":"11/11/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":517,"Cost":289,"Date":"12/7/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":522,"Cost":427,"Date":"12/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":797,"Cost":571,"Date":"1/6/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":568,"Cost":524,"Date":"1/23/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":868,"Cost":808,"Date":"2/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":489,"Cost":293,"Date":"3/10/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":538,"Cost":351,"Date":"3/12/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":847,"Cost":571,"Date":"3/31/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":369,"Cost":209,"Date":"6/16/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":652,"Cost":488,"Date":"6/17/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":321,"Cost":165,"Date":"8/27/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":484,"Cost":328,"Date":"10/1/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":1000,"Cost":828,"Date":"11/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Sellpy","Country":"Greece","Sale":792,"Cost":417,"Date":"11/9/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":125,"Cost":77,"Date":"3/27/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":333,"Cost":238,"Date":"4/17/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":530,"Cost":315,"Date":"8/11/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":593,"Cost":443,"Date":"8/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":348,"Date":"9/2/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":550,"Cost":456,"Date":"9/5/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":241,"Cost":125,"Date":"9/14/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":946,"Cost":830,"Date":"9/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":903,"Cost":718,"Date":"11/20/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":359,"Cost":195,"Date":"12/21/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":845,"Cost":577,"Date":"1/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":958,"Cost":622,"Date":"1/21/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":313,"Cost":279,"Date":"2/9/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":349,"Cost":256,"Date":"3/19/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":813,"Cost":483,"Date":"4/3/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":519,"Cost":436,"Date":"4/5/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":854,"Cost":747,"Date":"4/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":836,"Cost":542,"Date":"7/10/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":290,"Cost":194,"Date":"3/25/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":966,"Cost":686,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":703,"Cost":492,"Date":"10/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":220,"Cost":146,"Date":"3/2/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":522,"Cost":439,"Date":"6/28/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":360,"Cost":284,"Date":"7/17/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":787,"Cost":408,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":912,"Cost":507,"Date":"8/23/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":399,"Cost":223,"Date":"11/20/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":642,"Cost":558,"Date":"12/16/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":351,"Cost":321,"Date":"12/30/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":860,"Cost":800,"Date":"2/15/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":551,"Cost":453,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":112,"Cost":75,"Date":"3/7/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":209,"Cost":111,"Date":"4/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":676,"Cost":490,"Date":"7/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":227,"Cost":157,"Date":"8/18/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":658,"Cost":561,"Date":"10/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":204,"Cost":161,"Date":"11/11/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":990,"Cost":860,"Date":"11/30/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":54,"Cost":29,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":453,"Cost":281,"Date":"3/1/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":244,"Cost":228,"Date":"4/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":299,"Cost":284,"Date":"5/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":789,"Cost":646,"Date":"8/13/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":853,"Cost":784,"Date":"9/15/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":946,"Cost":791,"Date":"10/14/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":425,"Date":"10/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":72,"Cost":43,"Date":"11/11/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":522,"Cost":486,"Date":"12/7/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":499,"Cost":352,"Date":"12/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":654,"Cost":466,"Date":"1/6/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":495,"Cost":273,"Date":"1/23/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":292,"Cost":160,"Date":"2/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":718,"Cost":522,"Date":"3/10/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":580,"Cost":325,"Date":"3/12/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":708,"Cost":541,"Date":"3/31/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":381,"Cost":261,"Date":"6/16/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":687,"Cost":514,"Date":"6/17/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":463,"Date":"8/27/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":275,"Cost":155,"Date":"10/1/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":777,"Cost":404,"Date":"11/4/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"ARKET","Country":"Greece","Sale":257,"Cost":150,"Date":"11/9/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":519,"Cost":447,"Date":"3/27/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":529,"Cost":293,"Date":"4/17/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":248,"Cost":235,"Date":"8/11/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":25,"Cost":23,"Date":"8/21/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":953,"Cost":521,"Date":"9/2/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":519,"Cost":355,"Date":"9/5/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":432,"Cost":379,"Date":"9/14/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":112,"Cost":105,"Date":"9/20/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":375,"Cost":323,"Date":"11/20/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":648,"Cost":340,"Date":"12/21/2018"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":812,"Cost":484,"Date":"1/7/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":922,"Cost":541,"Date":"1/21/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":415,"Cost":293,"Date":"2/9/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":767,"Cost":594,"Date":"3/19/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":824,"Cost":637,"Date":"4/3/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":912,"Cost":662,"Date":"4/5/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":115,"Cost":101,"Date":"4/28/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":923,"Cost":810,"Date":"7/10/2019"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":925,"Cost":834,"Date":"3/25/2020"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":171,"Cost":111,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":920,"Cost":556,"Date":"10/28/2020"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":832,"Cost":484,"Date":"3/2/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":599,"Cost":435,"Date":"6/28/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":683,"Cost":583,"Date":"7/17/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":880,"Cost":734,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":207,"Cost":138,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":791,"Cost":672,"Date":"11/20/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":279,"Cost":261,"Date":"12/16/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":182,"Cost":164,"Date":"12/30/2021"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":42,"Cost":35,"Date":"2/15/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":828,"Cost":443,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":66,"Cost":55,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":857,"Cost":780,"Date":"4/18/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":467,"Cost":282,"Date":"7/27/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":174,"Cost":141,"Date":"8/18/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":606,"Cost":424,"Date":"10/31/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":974,"Cost":892,"Date":"11/11/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":786,"Cost":514,"Date":"11/30/2022"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":701,"Cost":508,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":408,"Cost":326,"Date":"3/1/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":205,"Cost":175,"Date":"4/13/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":583,"Cost":381,"Date":"5/20/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":880,"Cost":813,"Date":"8/13/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":89,"Cost":47,"Date":"9/15/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":588,"Cost":552,"Date":"10/14/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":882,"Cost":647,"Date":"10/28/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":997,"Cost":590,"Date":"11/11/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":11,"Cost":7,"Date":"12/7/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":934,"Cost":666,"Date":"12/21/2023"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":127,"Cost":109,"Date":"1/6/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":653,"Cost":331,"Date":"1/23/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":747,"Cost":509,"Date":"2/4/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":1,"Cost":0,"Date":"3/10/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":611,"Cost":563,"Date":"3/12/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":847,"Cost":520,"Date":"3/31/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":788,"Cost":472,"Date":"6/16/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":583,"Cost":409,"Date":"6/17/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":108,"Cost":102,"Date":"8/27/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":945,"Cost":589,"Date":"10/1/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":330,"Cost":313,"Date":"11/4/2024"},{"Store":"Pallini Mall","Brand":"HM","Country":"Greece","Sale":508,"Cost":467,"Date":"11/9/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":569,"Cost":531,"Date":"3/27/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":624,"Cost":379,"Date":"4/17/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":7,"Cost":7,"Date":"8/11/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":297,"Cost":184,"Date":"8/21/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":5,"Cost":2,"Date":"9/2/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":66,"Cost":62,"Date":"9/5/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":331,"Cost":314,"Date":"9/14/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":671,"Cost":524,"Date":"9/20/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":925,"Cost":864,"Date":"11/20/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":934,"Cost":790,"Date":"12/21/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":229,"Cost":197,"Date":"1/7/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":452,"Cost":389,"Date":"1/21/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":327,"Cost":231,"Date":"2/9/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":823,"Cost":544,"Date":"3/19/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":32,"Cost":23,"Date":"4/3/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":52,"Cost":48,"Date":"4/5/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":839,"Cost":548,"Date":"4/28/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":449,"Cost":369,"Date":"7/10/2019"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":601,"Cost":350,"Date":"3/25/2020"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":537,"Cost":307,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":223,"Cost":138,"Date":"10/28/2020"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":206,"Cost":141,"Date":"3/2/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":551,"Cost":443,"Date":"6/28/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":939,"Cost":526,"Date":"7/17/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":224,"Cost":174,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":522,"Cost":266,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":840,"Cost":520,"Date":"11/20/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":981,"Cost":546,"Date":"12/16/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":850,"Cost":604,"Date":"12/30/2021"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":947,"Cost":576,"Date":"2/15/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":468,"Cost":243,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":417,"Cost":284,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":992,"Cost":827,"Date":"4/18/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":930,"Cost":753,"Date":"7/27/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":560,"Cost":339,"Date":"8/18/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":371,"Cost":339,"Date":"10/31/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":140,"Cost":132,"Date":"11/11/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":309,"Cost":183,"Date":"11/30/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":238,"Cost":219,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":393,"Cost":290,"Date":"3/1/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":805,"Cost":522,"Date":"4/13/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":206,"Cost":103,"Date":"5/20/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":823,"Cost":714,"Date":"8/13/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":158,"Cost":126,"Date":"9/15/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":178,"Cost":120,"Date":"10/14/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":587,"Cost":385,"Date":"10/28/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":806,"Cost":524,"Date":"11/11/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":718,"Cost":372,"Date":"12/7/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":18,"Cost":16,"Date":"12/21/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":752,"Cost":608,"Date":"1/6/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":613,"Cost":582,"Date":"1/23/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":119,"Cost":113,"Date":"2/4/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":541,"Cost":291,"Date":"3/10/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":628,"Cost":527,"Date":"3/12/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":20,"Cost":13,"Date":"3/31/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":647,"Cost":342,"Date":"6/16/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":575,"Cost":433,"Date":"6/17/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":277,"Cost":139,"Date":"8/27/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":845,"Cost":738,"Date":"10/1/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":965,"Cost":622,"Date":"11/4/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":660,"Cost":510,"Date":"11/9/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":488,"Cost":404,"Date":"3/27/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":83,"Cost":42,"Date":"4/17/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":36,"Cost":22,"Date":"8/11/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":577,"Cost":393,"Date":"8/21/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":801,"Cost":482,"Date":"9/2/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":434,"Cost":367,"Date":"9/5/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":332,"Cost":222,"Date":"9/14/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":761,"Cost":517,"Date":"9/20/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":389,"Cost":226,"Date":"11/20/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":552,"Cost":517,"Date":"12/21/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":501,"Cost":338,"Date":"1/7/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":293,"Cost":230,"Date":"1/21/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":727,"Cost":648,"Date":"2/9/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":848,"Cost":527,"Date":"3/19/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":613,"Cost":532,"Date":"4/3/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":627,"Cost":374,"Date":"4/5/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":14,"Cost":8,"Date":"4/28/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":624,"Cost":509,"Date":"7/10/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":284,"Cost":179,"Date":"3/25/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":480,"Cost":258,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":376,"Cost":299,"Date":"10/28/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":975,"Cost":848,"Date":"3/2/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":848,"Cost":607,"Date":"6/28/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":471,"Cost":378,"Date":"7/17/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":553,"Cost":404,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":400,"Cost":355,"Date":"8/23/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":546,"Cost":309,"Date":"11/20/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":538,"Cost":509,"Date":"12/16/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":840,"Cost":575,"Date":"12/30/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":296,"Cost":251,"Date":"2/15/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":69,"Cost":42,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":513,"Cost":443,"Date":"3/7/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":27,"Cost":22,"Date":"4/18/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":406,"Cost":243,"Date":"7/27/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":37,"Cost":27,"Date":"8/18/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":232,"Cost":160,"Date":"10/31/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":232,"Cost":142,"Date":"11/11/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":213,"Cost":148,"Date":"11/30/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":571,"Cost":411,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":974,"Cost":702,"Date":"3/1/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":103,"Cost":61,"Date":"4/13/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":720,"Cost":606,"Date":"5/20/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":313,"Cost":283,"Date":"8/13/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":241,"Cost":158,"Date":"9/15/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":98,"Cost":81,"Date":"10/14/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":424,"Cost":246,"Date":"10/28/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":887,"Cost":565,"Date":"11/11/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":929,"Cost":542,"Date":"12/7/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":210,"Cost":122,"Date":"12/21/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":89,"Cost":78,"Date":"1/6/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":923,"Cost":513,"Date":"1/23/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":691,"Cost":355,"Date":"2/4/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":517,"Cost":468,"Date":"3/10/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":972,"Cost":627,"Date":"3/12/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":297,"Cost":188,"Date":"3/31/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":4,"Cost":4,"Date":"6/16/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":743,"Cost":675,"Date":"6/17/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":796,"Cost":723,"Date":"8/27/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":388,"Cost":298,"Date":"10/1/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":151,"Cost":128,"Date":"11/4/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":211,"Cost":121,"Date":"11/9/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":124,"Cost":69,"Date":"3/27/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":958,"Cost":557,"Date":"4/17/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":130,"Cost":79,"Date":"8/11/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":707,"Cost":460,"Date":"8/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":611,"Cost":492,"Date":"9/2/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":760,"Cost":468,"Date":"9/5/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":338,"Cost":280,"Date":"9/14/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":746,"Cost":592,"Date":"9/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":522,"Cost":298,"Date":"11/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":205,"Cost":106,"Date":"12/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":123,"Cost":85,"Date":"1/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":987,"Cost":535,"Date":"1/21/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":276,"Cost":160,"Date":"2/9/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":709,"Cost":527,"Date":"3/19/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":603,"Cost":534,"Date":"4/3/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":617,"Cost":477,"Date":"4/5/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":148,"Cost":91,"Date":"4/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":658,"Cost":417,"Date":"7/10/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":26,"Cost":25,"Date":"3/25/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":310,"Cost":292,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":795,"Cost":571,"Date":"10/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":959,"Cost":674,"Date":"3/2/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":881,"Cost":633,"Date":"6/28/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":718,"Cost":676,"Date":"7/17/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":480,"Cost":328,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":847,"Cost":738,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":344,"Cost":218,"Date":"11/20/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":489,"Cost":254,"Date":"12/16/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":380,"Cost":275,"Date":"12/30/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":422,"Cost":292,"Date":"2/15/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":176,"Cost":131,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":551,"Cost":281,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":160,"Cost":97,"Date":"4/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":453,"Cost":418,"Date":"7/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":149,"Cost":108,"Date":"8/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":951,"Cost":887,"Date":"10/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":266,"Cost":145,"Date":"11/11/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":208,"Cost":128,"Date":"11/30/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":181,"Cost":145,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":556,"Cost":460,"Date":"3/1/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":907,"Cost":672,"Date":"4/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":999,"Cost":629,"Date":"5/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":126,"Cost":94,"Date":"8/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":133,"Cost":108,"Date":"9/15/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":449,"Cost":364,"Date":"10/14/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":351,"Cost":192,"Date":"10/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":370,"Cost":206,"Date":"11/11/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":453,"Cost":320,"Date":"12/7/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":801,"Cost":732,"Date":"12/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":482,"Cost":251,"Date":"1/6/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":731,"Cost":624,"Date":"1/23/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":268,"Cost":227,"Date":"2/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":986,"Cost":498,"Date":"3/10/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":463,"Cost":409,"Date":"3/12/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":582,"Cost":348,"Date":"3/31/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":458,"Cost":416,"Date":"6/16/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":761,"Cost":429,"Date":"6/17/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":427,"Cost":226,"Date":"8/27/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":167,"Cost":100,"Date":"10/1/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":358,"Cost":290,"Date":"11/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":610,"Cost":363,"Date":"11/9/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":413,"Cost":326,"Date":"3/27/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":262,"Cost":177,"Date":"4/17/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":630,"Cost":394,"Date":"8/11/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":477,"Cost":355,"Date":"8/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":185,"Cost":138,"Date":"9/2/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":45,"Cost":22,"Date":"9/5/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":673,"Cost":547,"Date":"9/14/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":72,"Cost":45,"Date":"9/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":188,"Cost":139,"Date":"11/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":410,"Cost":388,"Date":"12/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":96,"Cost":52,"Date":"1/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":510,"Cost":325,"Date":"1/21/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":123,"Cost":87,"Date":"2/9/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":993,"Cost":679,"Date":"3/19/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":159,"Cost":111,"Date":"4/3/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":492,"Cost":444,"Date":"4/5/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":554,"Cost":405,"Date":"4/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":884,"Cost":655,"Date":"7/10/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":901,"Cost":751,"Date":"3/25/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":842,"Cost":797,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":314,"Cost":258,"Date":"10/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":468,"Cost":424,"Date":"3/2/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":830,"Cost":786,"Date":"6/28/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":741,"Cost":661,"Date":"7/17/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":624,"Cost":449,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":33,"Cost":19,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":895,"Cost":554,"Date":"11/20/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":318,"Cost":277,"Date":"12/16/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":944,"Cost":804,"Date":"12/30/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":195,"Cost":110,"Date":"2/15/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":479,"Cost":364,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":752,"Cost":687,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":128,"Cost":86,"Date":"4/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":194,"Cost":106,"Date":"7/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":388,"Cost":238,"Date":"8/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":370,"Cost":300,"Date":"10/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":866,"Cost":455,"Date":"11/11/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":695,"Cost":488,"Date":"11/30/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":703,"Cost":468,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":57,"Cost":34,"Date":"3/1/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":55,"Cost":33,"Date":"4/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":334,"Cost":300,"Date":"5/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":93,"Cost":83,"Date":"8/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":268,"Cost":220,"Date":"9/15/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":32,"Cost":26,"Date":"10/14/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":339,"Cost":247,"Date":"10/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":864,"Cost":643,"Date":"11/11/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":64,"Cost":44,"Date":"12/7/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":6,"Cost":5,"Date":"12/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":176,"Cost":94,"Date":"1/6/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":107,"Cost":90,"Date":"1/23/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":905,"Cost":837,"Date":"2/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":436,"Cost":360,"Date":"3/10/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":252,"Cost":165,"Date":"3/12/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":355,"Cost":208,"Date":"3/31/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":310,"Cost":255,"Date":"6/16/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":451,"Cost":364,"Date":"6/17/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":663,"Cost":376,"Date":"8/27/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":246,"Cost":177,"Date":"10/1/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":291,"Cost":166,"Date":"11/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":10,"Cost":6,"Date":"11/9/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":43,"Cost":39,"Date":"3/27/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":888,"Cost":798,"Date":"4/17/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":569,"Cost":391,"Date":"8/11/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":141,"Cost":122,"Date":"8/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":951,"Cost":499,"Date":"9/2/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":936,"Cost":701,"Date":"9/5/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":561,"Cost":428,"Date":"9/14/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":662,"Cost":606,"Date":"9/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":602,"Cost":458,"Date":"11/20/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":253,"Cost":233,"Date":"12/21/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":475,"Cost":318,"Date":"1/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":776,"Cost":695,"Date":"1/21/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":732,"Cost":681,"Date":"2/9/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":69,"Cost":35,"Date":"3/19/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":241,"Cost":157,"Date":"4/3/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":723,"Cost":379,"Date":"4/5/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":400,"Cost":333,"Date":"4/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":945,"Cost":665,"Date":"7/10/2019"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":631,"Cost":353,"Date":"3/25/2020"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":4,"Cost":4,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":576,"Cost":423,"Date":"10/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":286,"Cost":203,"Date":"3/2/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":299,"Cost":235,"Date":"6/28/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":274,"Cost":215,"Date":"7/17/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":468,"Cost":276,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":89,"Cost":54,"Date":"8/23/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":436,"Cost":340,"Date":"11/20/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":386,"Cost":249,"Date":"12/16/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":216,"Cost":168,"Date":"12/30/2021"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":559,"Cost":469,"Date":"2/15/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":534,"Cost":341,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":244,"Cost":220,"Date":"3/7/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":959,"Cost":627,"Date":"4/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":247,"Cost":194,"Date":"7/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":757,"Cost":526,"Date":"8/18/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":910,"Cost":611,"Date":"10/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":553,"Cost":384,"Date":"11/11/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":979,"Cost":823,"Date":"11/30/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":815,"Cost":645,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":360,"Cost":216,"Date":"3/1/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":643,"Cost":382,"Date":"4/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":189,"Cost":137,"Date":"5/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":118,"Cost":59,"Date":"8/13/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":434,"Cost":254,"Date":"9/15/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":725,"Cost":602,"Date":"10/14/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":929,"Cost":715,"Date":"10/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":877,"Cost":763,"Date":"11/11/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":604,"Cost":339,"Date":"12/7/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":25,"Cost":13,"Date":"12/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":257,"Cost":194,"Date":"1/6/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":221,"Cost":188,"Date":"1/23/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":64,"Cost":49,"Date":"2/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":444,"Cost":380,"Date":"3/10/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":545,"Cost":455,"Date":"3/12/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":107,"Cost":99,"Date":"3/31/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":519,"Cost":414,"Date":"6/16/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":88,"Cost":65,"Date":"6/17/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":394,"Cost":250,"Date":"8/27/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":655,"Cost":504,"Date":"10/1/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":80,"Cost":48,"Date":"11/4/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":485,"Cost":432,"Date":"11/9/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":968,"Cost":907,"Date":"3/27/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":561,"Cost":405,"Date":"4/17/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":635,"Cost":522,"Date":"8/11/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":527,"Cost":343,"Date":"8/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":262,"Cost":199,"Date":"9/2/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":249,"Cost":219,"Date":"9/5/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":723,"Cost":654,"Date":"9/14/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":796,"Cost":491,"Date":"9/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":250,"Cost":202,"Date":"11/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":273,"Cost":149,"Date":"12/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":770,"Cost":422,"Date":"1/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":870,"Cost":443,"Date":"1/21/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":689,"Cost":555,"Date":"2/9/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":203,"Cost":188,"Date":"3/19/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":885,"Cost":728,"Date":"4/3/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":481,"Cost":434,"Date":"4/5/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":721,"Cost":595,"Date":"4/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":907,"Cost":535,"Date":"7/10/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":460,"Cost":310,"Date":"3/25/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":837,"Cost":724,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":873,"Cost":499,"Date":"10/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":57,"Cost":43,"Date":"3/2/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":87,"Cost":45,"Date":"6/28/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":305,"Cost":168,"Date":"7/17/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":813,"Cost":665,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":356,"Cost":279,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":791,"Cost":485,"Date":"11/20/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":500,"Cost":308,"Date":"12/16/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":323,"Cost":175,"Date":"12/30/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":274,"Cost":153,"Date":"2/15/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":893,"Cost":706,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":604,"Cost":435,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":820,"Cost":692,"Date":"4/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":777,"Cost":661,"Date":"7/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":780,"Cost":438,"Date":"8/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":296,"Cost":242,"Date":"10/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":198,"Cost":160,"Date":"11/11/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":174,"Cost":139,"Date":"11/30/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":317,"Cost":211,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":126,"Cost":67,"Date":"3/1/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":106,"Cost":99,"Date":"4/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":562,"Cost":508,"Date":"5/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":101,"Cost":83,"Date":"8/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":505,"Cost":453,"Date":"9/15/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":43,"Cost":34,"Date":"10/14/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":740,"Cost":432,"Date":"10/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":680,"Cost":455,"Date":"11/11/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":185,"Cost":105,"Date":"12/7/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":211,"Cost":147,"Date":"12/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":246,"Cost":206,"Date":"1/6/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":875,"Cost":769,"Date":"1/23/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":981,"Cost":905,"Date":"2/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":398,"Cost":268,"Date":"3/10/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":626,"Cost":590,"Date":"3/12/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":510,"Cost":339,"Date":"3/31/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":994,"Cost":657,"Date":"6/16/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":577,"Cost":418,"Date":"6/17/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":379,"Cost":232,"Date":"8/27/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":40,"Cost":26,"Date":"10/1/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":666,"Cost":440,"Date":"11/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":565,"Cost":386,"Date":"11/9/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":311,"Cost":278,"Date":"3/27/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":741,"Cost":616,"Date":"4/17/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":225,"Cost":171,"Date":"8/11/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":962,"Cost":817,"Date":"8/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":660,"Cost":503,"Date":"9/2/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":158,"Cost":113,"Date":"9/5/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":708,"Cost":514,"Date":"9/14/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":226,"Cost":162,"Date":"9/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":172,"Cost":155,"Date":"11/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":424,"Cost":347,"Date":"12/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":976,"Cost":720,"Date":"1/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":594,"Cost":319,"Date":"1/21/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":12,"Cost":12,"Date":"2/9/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":157,"Cost":110,"Date":"3/19/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":242,"Cost":166,"Date":"4/3/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":404,"Cost":343,"Date":"4/5/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":833,"Cost":649,"Date":"4/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":499,"Cost":299,"Date":"7/10/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":928,"Cost":687,"Date":"3/25/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":23,"Cost":18,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":727,"Cost":458,"Date":"10/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":647,"Cost":457,"Date":"3/2/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":889,"Cost":792,"Date":"6/28/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":556,"Cost":408,"Date":"7/17/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":940,"Cost":531,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":586,"Cost":551,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":461,"Cost":247,"Date":"11/20/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":862,"Cost":700,"Date":"12/16/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":42,"Cost":22,"Date":"12/30/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":670,"Cost":612,"Date":"2/15/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":889,"Cost":830,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":319,"Cost":259,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":309,"Cost":259,"Date":"4/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":442,"Cost":366,"Date":"7/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":58,"Cost":42,"Date":"8/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":323,"Cost":229,"Date":"10/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":329,"Cost":190,"Date":"11/11/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":17,"Cost":9,"Date":"11/30/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":944,"Cost":506,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":429,"Cost":261,"Date":"3/1/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":535,"Cost":486,"Date":"4/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":630,"Cost":574,"Date":"5/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":935,"Cost":864,"Date":"8/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":321,"Cost":240,"Date":"9/15/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":976,"Cost":780,"Date":"10/14/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":674,"Cost":564,"Date":"10/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":937,"Cost":562,"Date":"11/11/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":841,"Cost":428,"Date":"12/7/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":875,"Cost":451,"Date":"12/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":87,"Cost":57,"Date":"1/6/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":59,"Cost":35,"Date":"1/23/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":200,"Cost":102,"Date":"2/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":979,"Cost":674,"Date":"3/10/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":120,"Cost":94,"Date":"3/12/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":197,"Cost":125,"Date":"3/31/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":130,"Cost":92,"Date":"6/16/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":919,"Cost":689,"Date":"6/17/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":7,"Cost":7,"Date":"8/27/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":270,"Cost":166,"Date":"10/1/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":870,"Cost":787,"Date":"11/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":103,"Cost":85,"Date":"11/9/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":220,"Cost":168,"Date":"3/27/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":46,"Cost":27,"Date":"4/17/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":719,"Cost":426,"Date":"8/11/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":662,"Cost":513,"Date":"8/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":202,"Cost":151,"Date":"9/2/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":962,"Cost":810,"Date":"9/5/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":732,"Cost":468,"Date":"9/14/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":148,"Cost":97,"Date":"9/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":616,"Cost":532,"Date":"11/20/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":126,"Cost":86,"Date":"12/21/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":668,"Cost":615,"Date":"1/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":7,"Cost":4,"Date":"1/21/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":221,"Cost":182,"Date":"2/9/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":288,"Cost":219,"Date":"3/19/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":373,"Cost":330,"Date":"4/3/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":579,"Cost":535,"Date":"4/5/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":238,"Cost":123,"Date":"4/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":497,"Cost":364,"Date":"7/10/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":501,"Cost":299,"Date":"3/25/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":169,"Cost":121,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":159,"Cost":140,"Date":"10/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":603,"Cost":362,"Date":"3/2/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":148,"Cost":140,"Date":"6/28/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":196,"Cost":175,"Date":"7/17/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":345,"Cost":227,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":632,"Cost":371,"Date":"8/23/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":984,"Cost":798,"Date":"11/20/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":204,"Cost":190,"Date":"12/16/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":463,"Cost":264,"Date":"12/30/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":823,"Cost":463,"Date":"2/15/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":109,"Cost":55,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":863,"Cost":639,"Date":"3/7/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":272,"Cost":255,"Date":"4/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":827,"Cost":750,"Date":"7/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":834,"Cost":435,"Date":"8/18/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":479,"Cost":431,"Date":"10/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":727,"Cost":527,"Date":"11/11/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":340,"Cost":295,"Date":"11/30/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":4,"Cost":4,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":279,"Cost":169,"Date":"3/1/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":699,"Cost":598,"Date":"4/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":738,"Cost":484,"Date":"5/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":494,"Cost":281,"Date":"8/13/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":629,"Cost":560,"Date":"9/15/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":158,"Cost":129,"Date":"10/14/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":44,"Cost":29,"Date":"10/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":275,"Cost":149,"Date":"11/11/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":600,"Cost":389,"Date":"12/7/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":466,"Cost":323,"Date":"12/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":49,"Cost":40,"Date":"1/6/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":229,"Cost":154,"Date":"1/23/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":570,"Cost":534,"Date":"2/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":701,"Cost":664,"Date":"3/10/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":294,"Cost":165,"Date":"3/12/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":188,"Cost":137,"Date":"3/31/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":924,"Cost":860,"Date":"6/16/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":949,"Cost":476,"Date":"6/17/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":403,"Cost":243,"Date":"8/27/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":94,"Cost":54,"Date":"10/1/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":164,"Cost":92,"Date":"11/4/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":665,"Cost":455,"Date":"11/9/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":378,"Cost":252,"Date":"3/27/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":134,"Cost":106,"Date":"4/17/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":623,"Cost":429,"Date":"8/11/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":367,"Cost":309,"Date":"8/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":636,"Cost":590,"Date":"9/2/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":680,"Cost":435,"Date":"9/5/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":271,"Cost":208,"Date":"9/14/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":544,"Cost":350,"Date":"9/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":63,"Cost":48,"Date":"11/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":700,"Cost":565,"Date":"12/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":421,"Cost":262,"Date":"1/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":312,"Cost":284,"Date":"1/21/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":732,"Cost":532,"Date":"2/9/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":261,"Cost":160,"Date":"3/19/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":594,"Cost":565,"Date":"4/3/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":431,"Cost":361,"Date":"4/5/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":422,"Cost":375,"Date":"4/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":932,"Cost":500,"Date":"7/10/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":127,"Cost":90,"Date":"3/25/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":994,"Cost":588,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":837,"Cost":514,"Date":"10/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":689,"Cost":401,"Date":"3/2/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":576,"Cost":393,"Date":"6/28/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":773,"Cost":704,"Date":"7/17/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":172,"Cost":97,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":734,"Cost":582,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":373,"Cost":317,"Date":"11/20/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":9,"Cost":5,"Date":"12/16/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":832,"Cost":424,"Date":"12/30/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":817,"Cost":471,"Date":"2/15/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":970,"Cost":621,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":218,"Cost":147,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":129,"Cost":100,"Date":"4/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":103,"Cost":91,"Date":"7/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":607,"Cost":553,"Date":"8/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":199,"Cost":125,"Date":"10/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":468,"Cost":412,"Date":"11/11/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":984,"Cost":890,"Date":"11/30/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":897,"Cost":570,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":124,"Cost":85,"Date":"3/1/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":80,"Cost":46,"Date":"4/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":177,"Cost":107,"Date":"5/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":823,"Cost":673,"Date":"8/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":779,"Cost":653,"Date":"9/15/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":515,"Cost":388,"Date":"10/14/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":636,"Cost":559,"Date":"10/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":167,"Cost":89,"Date":"11/11/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":640,"Cost":599,"Date":"12/7/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":518,"Cost":492,"Date":"12/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":909,"Cost":802,"Date":"1/6/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":591,"Cost":491,"Date":"1/23/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":857,"Cost":800,"Date":"2/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":26,"Cost":20,"Date":"3/10/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":498,"Cost":354,"Date":"3/12/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":763,"Cost":537,"Date":"3/31/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":264,"Cost":141,"Date":"6/16/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":414,"Cost":286,"Date":"6/17/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":779,"Cost":460,"Date":"8/27/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":580,"Cost":310,"Date":"10/1/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":21,"Cost":19,"Date":"11/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM","Country":"India","Sale":304,"Cost":187,"Date":"11/9/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":781,"Cost":445,"Date":"3/27/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":337,"Cost":269,"Date":"4/17/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":104,"Cost":75,"Date":"8/11/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":536,"Cost":459,"Date":"8/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":570,"Cost":330,"Date":"9/2/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":849,"Cost":746,"Date":"9/5/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":221,"Cost":167,"Date":"9/14/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":919,"Cost":530,"Date":"9/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":512,"Cost":310,"Date":"11/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":229,"Cost":134,"Date":"12/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":109,"Cost":95,"Date":"1/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":641,"Cost":356,"Date":"1/21/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":373,"Cost":334,"Date":"2/9/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":726,"Cost":577,"Date":"3/19/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":738,"Cost":556,"Date":"4/3/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":432,"Cost":395,"Date":"4/5/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":521,"Cost":405,"Date":"4/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":293,"Cost":210,"Date":"7/10/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":298,"Cost":174,"Date":"3/25/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":632,"Cost":593,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":583,"Cost":490,"Date":"10/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":163,"Cost":151,"Date":"3/2/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":255,"Cost":152,"Date":"6/28/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":717,"Cost":677,"Date":"7/17/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":271,"Cost":197,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":188,"Cost":155,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":296,"Cost":158,"Date":"11/20/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":435,"Cost":339,"Date":"12/16/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":298,"Cost":167,"Date":"12/30/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":505,"Cost":253,"Date":"2/15/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":982,"Cost":612,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":557,"Cost":427,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":170,"Cost":92,"Date":"4/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":570,"Cost":492,"Date":"7/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":40,"Cost":35,"Date":"8/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":150,"Cost":113,"Date":"10/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":262,"Cost":201,"Date":"11/11/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":494,"Cost":288,"Date":"11/30/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":447,"Cost":247,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":350,"Cost":318,"Date":"3/1/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":660,"Cost":370,"Date":"4/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":495,"Cost":354,"Date":"5/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":964,"Cost":505,"Date":"8/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":919,"Cost":788,"Date":"9/15/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":832,"Cost":420,"Date":"10/14/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":130,"Cost":86,"Date":"10/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":460,"Cost":346,"Date":"11/11/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":372,"Cost":347,"Date":"12/7/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":617,"Cost":354,"Date":"12/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":771,"Cost":391,"Date":"1/6/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":114,"Cost":82,"Date":"1/23/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":163,"Cost":147,"Date":"2/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":464,"Cost":351,"Date":"3/10/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":883,"Cost":462,"Date":"3/12/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":5,"Cost":2,"Date":"3/31/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":160,"Cost":122,"Date":"6/16/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":345,"Cost":272,"Date":"6/17/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":31,"Cost":19,"Date":"8/27/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":134,"Cost":79,"Date":"10/1/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":465,"Cost":365,"Date":"11/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":240,"Cost":143,"Date":"11/9/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":633,"Cost":353,"Date":"3/27/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":717,"Cost":418,"Date":"4/17/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":603,"Cost":487,"Date":"8/11/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":594,"Cost":382,"Date":"8/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":363,"Cost":230,"Date":"9/2/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":448,"Cost":314,"Date":"9/5/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":283,"Cost":256,"Date":"9/14/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":498,"Cost":452,"Date":"9/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":826,"Cost":740,"Date":"11/20/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":356,"Cost":334,"Date":"12/21/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":658,"Cost":340,"Date":"1/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":769,"Cost":385,"Date":"1/21/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":681,"Cost":371,"Date":"2/9/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":53,"Cost":35,"Date":"3/19/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":109,"Cost":67,"Date":"4/3/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":229,"Cost":133,"Date":"4/5/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":370,"Cost":215,"Date":"4/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":543,"Cost":440,"Date":"7/10/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":582,"Cost":480,"Date":"3/25/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":326,"Cost":188,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":552,"Cost":336,"Date":"10/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":712,"Cost":565,"Date":"3/2/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":936,"Cost":844,"Date":"6/28/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":42,"Cost":27,"Date":"7/17/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":534,"Cost":332,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":428,"Cost":360,"Date":"8/23/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":441,"Cost":337,"Date":"11/20/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":500,"Cost":301,"Date":"12/16/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":92,"Cost":56,"Date":"12/30/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":704,"Cost":453,"Date":"2/15/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":101,"Cost":70,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":157,"Cost":116,"Date":"3/7/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":965,"Cost":800,"Date":"4/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":418,"Cost":235,"Date":"7/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":636,"Cost":456,"Date":"8/18/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":512,"Cost":447,"Date":"10/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":536,"Cost":284,"Date":"11/11/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":823,"Cost":593,"Date":"11/30/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":9,"Cost":5,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":23,"Cost":19,"Date":"3/1/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":155,"Cost":104,"Date":"4/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":556,"Cost":527,"Date":"5/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":236,"Cost":143,"Date":"8/13/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":616,"Cost":451,"Date":"9/15/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":79,"Cost":62,"Date":"10/14/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":199,"Cost":152,"Date":"10/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":285,"Cost":207,"Date":"11/11/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":54,"Cost":27,"Date":"12/7/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":725,"Cost":524,"Date":"12/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":900,"Cost":616,"Date":"1/6/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":440,"Cost":385,"Date":"1/23/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":413,"Cost":295,"Date":"2/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":431,"Cost":308,"Date":"3/10/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":497,"Cost":272,"Date":"3/12/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":439,"Cost":266,"Date":"3/31/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":729,"Cost":566,"Date":"6/16/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":703,"Cost":475,"Date":"6/17/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":348,"Cost":232,"Date":"8/27/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":314,"Cost":237,"Date":"10/1/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":829,"Cost":716,"Date":"11/4/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":352,"Cost":214,"Date":"11/9/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":435,"Cost":252,"Date":"3/27/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":198,"Cost":116,"Date":"4/17/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":134,"Cost":97,"Date":"8/11/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":67,"Cost":56,"Date":"8/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":602,"Cost":433,"Date":"9/2/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":126,"Cost":68,"Date":"9/5/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":864,"Cost":821,"Date":"9/14/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":278,"Cost":251,"Date":"9/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":16,"Cost":8,"Date":"11/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":592,"Cost":504,"Date":"12/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":243,"Cost":220,"Date":"1/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":52,"Cost":28,"Date":"1/21/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":533,"Cost":368,"Date":"2/9/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":63,"Cost":47,"Date":"3/19/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":43,"Cost":24,"Date":"4/3/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":828,"Cost":747,"Date":"4/5/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":64,"Cost":40,"Date":"4/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":444,"Cost":337,"Date":"7/10/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":798,"Cost":658,"Date":"3/25/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":794,"Cost":450,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":496,"Cost":384,"Date":"10/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":423,"Cost":335,"Date":"3/2/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":528,"Cost":484,"Date":"6/28/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":132,"Cost":116,"Date":"7/17/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":192,"Cost":102,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":737,"Cost":423,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":573,"Cost":453,"Date":"11/20/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":944,"Cost":802,"Date":"12/16/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":118,"Cost":77,"Date":"12/30/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":326,"Cost":194,"Date":"2/15/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":844,"Cost":460,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":794,"Cost":747,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":304,"Cost":242,"Date":"4/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":264,"Cost":203,"Date":"7/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":803,"Cost":439,"Date":"8/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":938,"Cost":701,"Date":"10/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":693,"Cost":386,"Date":"11/11/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":361,"Cost":296,"Date":"11/30/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":669,"Cost":508,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":186,"Cost":148,"Date":"3/1/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":721,"Cost":684,"Date":"4/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":84,"Cost":62,"Date":"5/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":284,"Cost":211,"Date":"8/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":139,"Cost":86,"Date":"9/15/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":919,"Cost":703,"Date":"10/14/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":890,"Cost":696,"Date":"10/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":938,"Cost":803,"Date":"11/11/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":697,"Cost":514,"Date":"12/7/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":422,"Cost":227,"Date":"12/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":387,"Cost":356,"Date":"1/6/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":364,"Cost":270,"Date":"1/23/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":329,"Cost":192,"Date":"2/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":539,"Cost":367,"Date":"3/10/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":284,"Cost":177,"Date":"3/12/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":105,"Cost":91,"Date":"3/31/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":809,"Cost":585,"Date":"6/16/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":142,"Cost":125,"Date":"6/17/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":287,"Cost":252,"Date":"8/27/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":983,"Cost":614,"Date":"10/1/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":257,"Cost":197,"Date":"11/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":3,"Cost":1,"Date":"11/9/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":792,"Cost":543,"Date":"3/27/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":471,"Cost":259,"Date":"4/17/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":299,"Cost":244,"Date":"8/11/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":403,"Cost":225,"Date":"8/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":159,"Cost":140,"Date":"9/2/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":874,"Cost":806,"Date":"9/5/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":806,"Cost":536,"Date":"9/14/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":735,"Cost":432,"Date":"9/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":199,"Cost":167,"Date":"11/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":580,"Cost":461,"Date":"12/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":533,"Cost":409,"Date":"1/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":152,"Cost":93,"Date":"1/21/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":166,"Cost":85,"Date":"2/9/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":987,"Cost":810,"Date":"3/19/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":403,"Cost":377,"Date":"4/3/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":621,"Cost":406,"Date":"4/5/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":193,"Cost":105,"Date":"4/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":254,"Cost":221,"Date":"7/10/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":936,"Cost":494,"Date":"3/25/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":99,"Cost":54,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":16,"Cost":13,"Date":"10/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":507,"Cost":275,"Date":"3/2/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":538,"Cost":402,"Date":"6/28/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":561,"Cost":481,"Date":"7/17/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":59,"Cost":31,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":895,"Cost":726,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":668,"Cost":462,"Date":"11/20/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":453,"Cost":363,"Date":"12/16/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":957,"Cost":541,"Date":"12/30/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":529,"Cost":443,"Date":"2/15/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":833,"Cost":592,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":70,"Cost":52,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":780,"Cost":533,"Date":"4/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":794,"Cost":631,"Date":"7/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":869,"Cost":707,"Date":"8/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":258,"Cost":233,"Date":"10/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":389,"Cost":195,"Date":"11/11/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":821,"Cost":613,"Date":"11/30/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":40,"Cost":33,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":283,"Cost":201,"Date":"3/1/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":363,"Cost":250,"Date":"4/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":470,"Cost":313,"Date":"5/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":722,"Cost":572,"Date":"8/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":82,"Cost":43,"Date":"9/15/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":217,"Cost":172,"Date":"10/14/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":712,"Cost":608,"Date":"10/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":307,"Cost":287,"Date":"11/11/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":306,"Cost":230,"Date":"12/7/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":240,"Cost":163,"Date":"12/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":344,"Cost":224,"Date":"1/6/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":816,"Cost":502,"Date":"1/23/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":861,"Cost":654,"Date":"2/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":686,"Cost":415,"Date":"3/10/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":542,"Cost":309,"Date":"3/12/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":932,"Cost":690,"Date":"3/31/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":358,"Cost":207,"Date":"6/16/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":714,"Cost":384,"Date":"6/17/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":380,"Cost":292,"Date":"8/27/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":716,"Cost":417,"Date":"10/1/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":531,"Cost":299,"Date":"11/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Sellpy","Country":"India","Sale":448,"Cost":406,"Date":"11/9/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":509,"Cost":325,"Date":"3/27/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":231,"Cost":212,"Date":"4/17/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":429,"Cost":234,"Date":"8/11/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":46,"Cost":24,"Date":"8/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":566,"Cost":488,"Date":"9/2/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":529,"Cost":300,"Date":"9/5/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":903,"Cost":499,"Date":"9/14/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":130,"Cost":88,"Date":"9/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":511,"Cost":363,"Date":"11/20/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":843,"Cost":435,"Date":"12/21/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":300,"Cost":208,"Date":"1/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":323,"Cost":179,"Date":"1/21/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":208,"Cost":176,"Date":"2/9/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":207,"Cost":159,"Date":"3/19/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":702,"Cost":532,"Date":"4/3/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":182,"Cost":115,"Date":"4/5/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":147,"Cost":87,"Date":"4/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":802,"Cost":665,"Date":"7/10/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":438,"Cost":352,"Date":"3/25/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":794,"Cost":623,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":386,"Cost":288,"Date":"10/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":961,"Cost":600,"Date":"3/2/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":63,"Cost":60,"Date":"6/28/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":348,"Cost":243,"Date":"7/17/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":259,"Cost":160,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":40,"Cost":38,"Date":"8/23/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":26,"Cost":24,"Date":"11/20/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":868,"Cost":699,"Date":"12/16/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":921,"Cost":552,"Date":"12/30/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":583,"Cost":364,"Date":"2/15/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":453,"Cost":257,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":361,"Cost":238,"Date":"3/7/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":171,"Cost":139,"Date":"4/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":554,"Cost":403,"Date":"7/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":362,"Cost":284,"Date":"8/18/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":662,"Cost":438,"Date":"10/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":378,"Cost":224,"Date":"11/11/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":876,"Cost":544,"Date":"11/30/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":196,"Cost":168,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":749,"Cost":429,"Date":"3/1/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":903,"Cost":488,"Date":"4/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":755,"Cost":632,"Date":"5/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":548,"Cost":355,"Date":"8/13/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":774,"Cost":388,"Date":"9/15/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":932,"Cost":735,"Date":"10/14/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":867,"Cost":581,"Date":"10/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":553,"Cost":302,"Date":"11/11/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":834,"Cost":533,"Date":"12/7/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":314,"Cost":290,"Date":"12/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":830,"Cost":572,"Date":"1/6/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":955,"Cost":655,"Date":"1/23/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":942,"Cost":570,"Date":"2/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":99,"Cost":80,"Date":"3/10/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":288,"Cost":223,"Date":"3/12/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":532,"Cost":341,"Date":"3/31/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":477,"Cost":256,"Date":"6/16/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":602,"Cost":508,"Date":"6/17/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":483,"Cost":283,"Date":"8/27/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":210,"Cost":124,"Date":"10/1/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":389,"Cost":317,"Date":"11/4/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":608,"Cost":574,"Date":"11/9/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":98,"Cost":92,"Date":"3/27/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":130,"Cost":76,"Date":"4/17/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":138,"Cost":129,"Date":"8/11/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":235,"Cost":191,"Date":"8/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":446,"Cost":250,"Date":"9/2/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":596,"Cost":298,"Date":"9/5/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":874,"Cost":769,"Date":"9/14/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":470,"Cost":407,"Date":"9/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":804,"Cost":575,"Date":"11/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":829,"Cost":539,"Date":"12/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":528,"Cost":391,"Date":"1/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":407,"Cost":337,"Date":"1/21/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":364,"Cost":273,"Date":"2/9/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":320,"Cost":207,"Date":"3/19/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":398,"Cost":346,"Date":"4/3/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":301,"Cost":277,"Date":"4/5/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":300,"Cost":202,"Date":"4/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":633,"Cost":410,"Date":"7/10/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":158,"Cost":143,"Date":"3/25/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":494,"Cost":383,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":197,"Cost":121,"Date":"10/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":479,"Cost":325,"Date":"3/2/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":116,"Cost":101,"Date":"6/28/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":661,"Cost":525,"Date":"7/17/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":855,"Cost":806,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":629,"Cost":501,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":955,"Cost":727,"Date":"11/20/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":87,"Cost":72,"Date":"12/16/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":123,"Cost":107,"Date":"12/30/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":682,"Cost":375,"Date":"2/15/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":109,"Cost":71,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":403,"Cost":237,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":123,"Cost":77,"Date":"4/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":45,"Cost":30,"Date":"7/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":560,"Cost":307,"Date":"8/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":760,"Cost":598,"Date":"10/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":109,"Cost":92,"Date":"11/11/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":316,"Cost":185,"Date":"11/30/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":381,"Cost":224,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":50,"Cost":46,"Date":"3/1/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":146,"Cost":136,"Date":"4/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":813,"Cost":724,"Date":"5/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":829,"Cost":681,"Date":"8/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":338,"Cost":256,"Date":"9/15/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":367,"Cost":319,"Date":"10/14/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":4,"Cost":4,"Date":"10/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":981,"Cost":786,"Date":"11/11/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":369,"Cost":229,"Date":"12/7/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":911,"Cost":673,"Date":"12/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":159,"Cost":125,"Date":"1/6/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":384,"Cost":282,"Date":"1/23/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":43,"Cost":25,"Date":"2/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":306,"Cost":284,"Date":"3/10/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":860,"Cost":586,"Date":"3/12/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":499,"Cost":333,"Date":"3/31/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":560,"Cost":355,"Date":"6/16/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":870,"Cost":501,"Date":"6/17/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":248,"Cost":198,"Date":"8/27/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":868,"Cost":639,"Date":"10/1/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":629,"Cost":467,"Date":"11/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM","Country":"India","Sale":240,"Cost":210,"Date":"11/9/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":969,"Cost":813,"Date":"3/27/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":371,"Cost":275,"Date":"4/17/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":210,"Cost":124,"Date":"8/11/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":629,"Cost":450,"Date":"8/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":404,"Cost":297,"Date":"9/2/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":789,"Cost":521,"Date":"9/5/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":513,"Cost":396,"Date":"9/14/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":927,"Cost":768,"Date":"9/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":735,"Cost":572,"Date":"11/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":760,"Cost":607,"Date":"12/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":38,"Cost":25,"Date":"1/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":603,"Cost":495,"Date":"1/21/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":520,"Cost":416,"Date":"2/9/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":792,"Cost":499,"Date":"3/19/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":565,"Cost":314,"Date":"4/3/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":195,"Cost":168,"Date":"4/5/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":800,"Cost":452,"Date":"4/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":298,"Cost":164,"Date":"7/10/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":937,"Cost":817,"Date":"3/25/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":643,"Cost":572,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":914,"Cost":772,"Date":"10/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":951,"Cost":715,"Date":"3/2/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":187,"Cost":95,"Date":"6/28/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":123,"Cost":112,"Date":"7/17/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":152,"Cost":106,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":861,"Cost":552,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":107,"Cost":83,"Date":"11/20/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":333,"Cost":296,"Date":"12/16/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":677,"Cost":354,"Date":"12/30/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":5,"Cost":4,"Date":"2/15/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":135,"Cost":125,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":366,"Cost":259,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":976,"Cost":707,"Date":"4/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":143,"Cost":79,"Date":"7/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":541,"Cost":426,"Date":"8/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":339,"Cost":276,"Date":"10/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":936,"Cost":750,"Date":"11/11/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":382,"Cost":323,"Date":"11/30/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":383,"Cost":222,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":75,"Cost":63,"Date":"3/1/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":871,"Cost":500,"Date":"4/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":686,"Cost":376,"Date":"5/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":433,"Cost":298,"Date":"8/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":73,"Cost":57,"Date":"9/15/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":295,"Cost":215,"Date":"10/14/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":111,"Cost":66,"Date":"10/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":878,"Cost":602,"Date":"11/11/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":409,"Cost":259,"Date":"12/7/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":667,"Cost":573,"Date":"12/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":278,"Cost":139,"Date":"1/6/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":31,"Cost":19,"Date":"1/23/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":858,"Cost":756,"Date":"2/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":330,"Cost":260,"Date":"3/10/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":156,"Cost":102,"Date":"3/12/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":627,"Cost":351,"Date":"3/31/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":189,"Cost":110,"Date":"6/16/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":80,"Cost":61,"Date":"6/17/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":428,"Cost":394,"Date":"8/27/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":712,"Cost":407,"Date":"10/1/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":138,"Cost":118,"Date":"11/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":851,"Cost":633,"Date":"11/9/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":98,"Cost":76,"Date":"3/27/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":644,"Cost":551,"Date":"4/17/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":887,"Cost":479,"Date":"8/11/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":130,"Cost":82,"Date":"8/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":73,"Cost":55,"Date":"9/2/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":693,"Cost":570,"Date":"9/5/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":849,"Cost":739,"Date":"9/14/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":831,"Cost":769,"Date":"9/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":81,"Cost":63,"Date":"11/20/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":437,"Cost":300,"Date":"12/21/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":461,"Cost":307,"Date":"1/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":972,"Cost":721,"Date":"1/21/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":615,"Cost":531,"Date":"2/9/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":24,"Cost":14,"Date":"3/19/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":448,"Cost":285,"Date":"4/3/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":940,"Cost":511,"Date":"4/5/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":855,"Cost":671,"Date":"4/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":454,"Cost":340,"Date":"7/10/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":422,"Cost":293,"Date":"3/25/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":74,"Cost":52,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":343,"Cost":199,"Date":"10/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":614,"Cost":358,"Date":"3/2/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":100,"Cost":78,"Date":"6/28/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":689,"Cost":559,"Date":"7/17/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":647,"Cost":416,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":29,"Cost":25,"Date":"8/23/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":349,"Cost":325,"Date":"11/20/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":286,"Cost":221,"Date":"12/16/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":577,"Cost":449,"Date":"12/30/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":265,"Cost":176,"Date":"2/15/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":742,"Cost":421,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":24,"Cost":18,"Date":"3/7/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":487,"Cost":314,"Date":"4/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":556,"Cost":490,"Date":"7/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":583,"Cost":337,"Date":"8/18/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":890,"Cost":573,"Date":"10/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":970,"Cost":751,"Date":"11/11/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":269,"Cost":231,"Date":"11/30/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":579,"Cost":315,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":43,"Cost":25,"Date":"3/1/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":217,"Cost":183,"Date":"4/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":71,"Cost":47,"Date":"5/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":848,"Cost":784,"Date":"8/13/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":358,"Cost":259,"Date":"9/15/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":921,"Cost":596,"Date":"10/14/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":135,"Cost":127,"Date":"10/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":784,"Cost":414,"Date":"11/11/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":116,"Cost":76,"Date":"12/7/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":6,"Cost":3,"Date":"12/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":981,"Cost":695,"Date":"1/6/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":214,"Cost":153,"Date":"1/23/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":345,"Cost":234,"Date":"2/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":802,"Cost":484,"Date":"3/10/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":37,"Cost":26,"Date":"3/12/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":88,"Cost":61,"Date":"3/31/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":999,"Cost":722,"Date":"6/16/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":963,"Cost":519,"Date":"6/17/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":891,"Cost":596,"Date":"8/27/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":960,"Cost":887,"Date":"10/1/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":960,"Cost":571,"Date":"11/4/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":214,"Cost":164,"Date":"11/9/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":504,"Cost":308,"Date":"3/27/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":884,"Cost":570,"Date":"4/17/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":804,"Cost":532,"Date":"8/11/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":986,"Cost":652,"Date":"8/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":218,"Cost":109,"Date":"9/2/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":364,"Cost":327,"Date":"9/5/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":626,"Cost":378,"Date":"9/14/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":96,"Cost":78,"Date":"9/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":188,"Cost":170,"Date":"11/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":251,"Cost":152,"Date":"12/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":112,"Cost":84,"Date":"1/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":987,"Cost":548,"Date":"1/21/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":873,"Cost":731,"Date":"2/9/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":949,"Cost":803,"Date":"3/19/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":97,"Cost":55,"Date":"4/3/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":156,"Cost":144,"Date":"4/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":168,"Cost":101,"Date":"4/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":231,"Cost":171,"Date":"7/10/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":59,"Cost":48,"Date":"3/25/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":416,"Cost":389,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":272,"Cost":167,"Date":"10/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":569,"Cost":306,"Date":"3/2/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":627,"Cost":543,"Date":"6/28/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":612,"Cost":339,"Date":"7/17/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":893,"Cost":680,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":615,"Cost":491,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":139,"Cost":85,"Date":"11/20/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":267,"Cost":229,"Date":"12/16/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":394,"Cost":319,"Date":"12/30/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":68,"Cost":52,"Date":"2/15/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":406,"Cost":280,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":972,"Cost":784,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":782,"Cost":557,"Date":"4/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":616,"Cost":403,"Date":"7/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":800,"Cost":410,"Date":"8/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":575,"Cost":529,"Date":"10/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":815,"Cost":464,"Date":"11/11/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":170,"Cost":115,"Date":"11/30/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":235,"Cost":210,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":148,"Cost":103,"Date":"3/1/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":933,"Cost":611,"Date":"4/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":867,"Cost":690,"Date":"5/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":502,"Cost":272,"Date":"8/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":193,"Cost":110,"Date":"9/15/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":314,"Cost":206,"Date":"10/14/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":819,"Cost":564,"Date":"10/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":528,"Cost":306,"Date":"11/11/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":249,"Cost":210,"Date":"12/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":466,"Cost":319,"Date":"12/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":851,"Cost":453,"Date":"1/6/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":834,"Cost":508,"Date":"1/23/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":665,"Cost":475,"Date":"2/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":518,"Cost":431,"Date":"3/10/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":542,"Cost":424,"Date":"3/12/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":264,"Cost":147,"Date":"3/31/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":70,"Cost":62,"Date":"6/16/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":251,"Cost":232,"Date":"6/17/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":351,"Cost":256,"Date":"8/27/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":736,"Cost":637,"Date":"10/1/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":708,"Cost":565,"Date":"11/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":781,"Cost":529,"Date":"11/9/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":868,"Cost":820,"Date":"3/27/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":940,"Cost":837,"Date":"4/17/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":8,"Cost":8,"Date":"8/11/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":138,"Cost":109,"Date":"8/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":125,"Cost":76,"Date":"9/2/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":925,"Cost":522,"Date":"9/5/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":331,"Cost":272,"Date":"9/14/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":647,"Cost":536,"Date":"9/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":566,"Cost":525,"Date":"11/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":570,"Cost":477,"Date":"12/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":232,"Cost":142,"Date":"1/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":235,"Cost":129,"Date":"1/21/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":112,"Cost":84,"Date":"2/9/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":809,"Cost":579,"Date":"3/19/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":380,"Cost":244,"Date":"4/3/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":728,"Cost":392,"Date":"4/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":271,"Cost":213,"Date":"4/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":605,"Cost":480,"Date":"7/10/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":817,"Cost":720,"Date":"3/25/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":950,"Cost":784,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":557,"Cost":485,"Date":"10/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":228,"Cost":169,"Date":"3/2/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":659,"Cost":460,"Date":"6/28/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":974,"Cost":699,"Date":"7/17/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":312,"Cost":179,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":161,"Cost":107,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":725,"Cost":673,"Date":"11/20/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":288,"Cost":170,"Date":"12/16/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":641,"Cost":322,"Date":"12/30/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":612,"Cost":495,"Date":"2/15/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":673,"Cost":585,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":810,"Cost":445,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":933,"Cost":699,"Date":"4/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":217,"Cost":141,"Date":"7/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":480,"Cost":344,"Date":"8/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":764,"Cost":593,"Date":"10/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":849,"Cost":686,"Date":"11/11/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":60,"Cost":45,"Date":"11/30/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":428,"Cost":334,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":664,"Cost":375,"Date":"3/1/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":403,"Cost":288,"Date":"4/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":45,"Cost":35,"Date":"5/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":799,"Cost":425,"Date":"8/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":866,"Cost":603,"Date":"9/15/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":507,"Cost":261,"Date":"10/14/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":312,"Cost":282,"Date":"10/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":656,"Cost":499,"Date":"11/11/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":156,"Cost":86,"Date":"12/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":713,"Cost":461,"Date":"12/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":734,"Cost":479,"Date":"1/6/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":99,"Cost":55,"Date":"1/23/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":993,"Cost":566,"Date":"2/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":464,"Cost":238,"Date":"3/10/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":588,"Cost":505,"Date":"3/12/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":668,"Cost":582,"Date":"3/31/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":820,"Cost":767,"Date":"6/16/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":664,"Cost":446,"Date":"6/17/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":501,"Cost":372,"Date":"8/27/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":776,"Cost":602,"Date":"10/1/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":933,"Cost":698,"Date":"11/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":987,"Cost":544,"Date":"11/9/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":987,"Cost":616,"Date":"3/27/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":757,"Cost":587,"Date":"4/17/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":699,"Cost":579,"Date":"8/11/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":587,"Cost":442,"Date":"8/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":202,"Cost":140,"Date":"9/2/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":37,"Cost":20,"Date":"9/5/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":172,"Cost":148,"Date":"9/14/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":476,"Cost":279,"Date":"9/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":455,"Cost":292,"Date":"11/20/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":9,"Cost":8,"Date":"12/21/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":695,"Cost":367,"Date":"1/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":364,"Cost":244,"Date":"1/21/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":989,"Cost":510,"Date":"2/9/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":692,"Cost":452,"Date":"3/19/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":289,"Cost":156,"Date":"4/3/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":20,"Cost":17,"Date":"4/5/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":763,"Cost":675,"Date":"4/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":346,"Cost":207,"Date":"7/10/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":289,"Cost":177,"Date":"3/25/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":576,"Cost":338,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":410,"Cost":378,"Date":"10/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":189,"Cost":177,"Date":"3/2/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":781,"Cost":580,"Date":"6/28/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":759,"Cost":663,"Date":"7/17/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":216,"Cost":124,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":692,"Cost":546,"Date":"8/23/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":457,"Cost":422,"Date":"11/20/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":709,"Cost":561,"Date":"12/16/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":346,"Cost":243,"Date":"12/30/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":37,"Cost":33,"Date":"2/15/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":551,"Cost":478,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":996,"Cost":748,"Date":"3/7/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":925,"Cost":639,"Date":"4/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":617,"Cost":487,"Date":"7/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":5,"Cost":5,"Date":"8/18/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":36,"Cost":28,"Date":"10/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":64,"Cost":56,"Date":"11/11/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":1,"Cost":0,"Date":"11/30/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":824,"Cost":667,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":793,"Cost":616,"Date":"3/1/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":126,"Cost":88,"Date":"4/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":760,"Cost":656,"Date":"5/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":179,"Cost":121,"Date":"8/13/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":883,"Cost":795,"Date":"9/15/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":177,"Cost":141,"Date":"10/14/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":219,"Cost":174,"Date":"10/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":774,"Cost":590,"Date":"11/11/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":938,"Cost":637,"Date":"12/7/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":306,"Cost":270,"Date":"12/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":610,"Cost":389,"Date":"1/6/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":59,"Cost":41,"Date":"1/23/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":249,"Cost":138,"Date":"2/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":146,"Cost":104,"Date":"3/10/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":322,"Cost":198,"Date":"3/12/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":850,"Cost":731,"Date":"3/31/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":930,"Cost":480,"Date":"6/16/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":374,"Cost":298,"Date":"6/17/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":69,"Cost":56,"Date":"8/27/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":761,"Cost":625,"Date":"10/1/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":111,"Cost":94,"Date":"11/4/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Jeans","Country":"India","Sale":508,"Cost":372,"Date":"11/9/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":507,"Cost":269,"Date":"3/27/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":992,"Cost":678,"Date":"4/17/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":621,"Cost":463,"Date":"8/11/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":80,"Cost":72,"Date":"8/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":718,"Cost":395,"Date":"9/2/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":399,"Cost":361,"Date":"9/5/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":587,"Cost":532,"Date":"9/14/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":880,"Cost":607,"Date":"9/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":684,"Cost":433,"Date":"11/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":268,"Cost":161,"Date":"12/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":254,"Cost":194,"Date":"1/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":455,"Cost":274,"Date":"1/21/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":651,"Cost":538,"Date":"2/9/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":366,"Cost":247,"Date":"3/19/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":113,"Cost":91,"Date":"4/3/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":355,"Cost":186,"Date":"4/5/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":93,"Cost":57,"Date":"4/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":408,"Cost":214,"Date":"7/10/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":39,"Cost":32,"Date":"3/25/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":252,"Cost":224,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":497,"Cost":441,"Date":"10/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":648,"Cost":406,"Date":"3/2/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":736,"Cost":388,"Date":"6/28/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":101,"Cost":50,"Date":"7/17/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":365,"Cost":319,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":452,"Cost":347,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":757,"Cost":438,"Date":"11/20/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":191,"Cost":105,"Date":"12/16/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":499,"Cost":358,"Date":"12/30/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":538,"Cost":460,"Date":"2/15/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":907,"Cost":642,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":110,"Cost":84,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":920,"Cost":737,"Date":"4/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":203,"Cost":153,"Date":"7/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":935,"Cost":599,"Date":"8/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":338,"Cost":317,"Date":"10/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":500,"Cost":307,"Date":"11/11/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":988,"Cost":630,"Date":"11/30/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":101,"Cost":55,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":603,"Cost":519,"Date":"3/1/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":563,"Cost":521,"Date":"4/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":963,"Cost":689,"Date":"5/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":676,"Cost":507,"Date":"8/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":351,"Cost":296,"Date":"9/15/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":828,"Cost":751,"Date":"10/14/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":295,"Cost":232,"Date":"10/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":505,"Cost":294,"Date":"11/11/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":299,"Cost":157,"Date":"12/7/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":565,"Cost":441,"Date":"12/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":803,"Cost":409,"Date":"1/6/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":424,"Cost":306,"Date":"1/23/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":294,"Cost":209,"Date":"2/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":627,"Cost":356,"Date":"3/10/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":605,"Cost":339,"Date":"3/12/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":48,"Cost":33,"Date":"3/31/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":195,"Cost":167,"Date":"6/16/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":507,"Cost":345,"Date":"6/17/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":554,"Cost":516,"Date":"8/27/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":126,"Cost":67,"Date":"10/1/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":656,"Cost":491,"Date":"11/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":402,"Cost":345,"Date":"11/9/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":349,"Cost":205,"Date":"3/27/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":338,"Cost":293,"Date":"4/17/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":481,"Cost":352,"Date":"8/11/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":104,"Cost":90,"Date":"8/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":758,"Cost":658,"Date":"9/2/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":551,"Cost":506,"Date":"9/5/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":897,"Cost":843,"Date":"9/14/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":724,"Cost":569,"Date":"9/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":537,"Cost":464,"Date":"11/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":264,"Cost":169,"Date":"12/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":788,"Cost":554,"Date":"1/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":933,"Cost":466,"Date":"1/21/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":455,"Cost":374,"Date":"2/9/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":915,"Cost":467,"Date":"3/19/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":426,"Cost":382,"Date":"4/3/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":470,"Cost":268,"Date":"4/5/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":903,"Cost":541,"Date":"4/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":301,"Cost":226,"Date":"7/10/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":461,"Cost":260,"Date":"3/25/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":283,"Cost":267,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":965,"Cost":523,"Date":"10/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":561,"Cost":496,"Date":"3/2/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":849,"Cost":541,"Date":"6/28/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":848,"Cost":797,"Date":"7/17/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":82,"Cost":75,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":228,"Cost":166,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":784,"Cost":610,"Date":"11/20/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":24,"Cost":15,"Date":"12/16/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":903,"Cost":774,"Date":"12/30/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":33,"Cost":25,"Date":"2/15/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":182,"Cost":161,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":670,"Cost":344,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":389,"Cost":293,"Date":"4/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":137,"Cost":108,"Date":"7/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":101,"Cost":64,"Date":"8/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":312,"Cost":214,"Date":"10/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":51,"Cost":39,"Date":"11/11/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":432,"Cost":410,"Date":"11/30/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":355,"Cost":183,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":364,"Cost":217,"Date":"3/1/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":257,"Cost":155,"Date":"4/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":303,"Cost":263,"Date":"5/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":106,"Cost":75,"Date":"8/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":871,"Cost":636,"Date":"9/15/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":222,"Cost":197,"Date":"10/14/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":396,"Cost":236,"Date":"10/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":760,"Cost":609,"Date":"11/11/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":380,"Cost":221,"Date":"12/7/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":77,"Cost":42,"Date":"12/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":360,"Cost":239,"Date":"1/6/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":27,"Cost":23,"Date":"1/23/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":918,"Cost":466,"Date":"2/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":928,"Cost":860,"Date":"3/10/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":190,"Cost":169,"Date":"3/12/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":763,"Cost":527,"Date":"3/31/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":142,"Cost":103,"Date":"6/16/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":140,"Cost":77,"Date":"6/17/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":953,"Cost":617,"Date":"8/27/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":345,"Cost":237,"Date":"10/1/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":358,"Cost":252,"Date":"11/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"ARKET","Country":"India","Sale":601,"Cost":421,"Date":"11/9/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":308,"Cost":275,"Date":"3/27/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":10,"Cost":7,"Date":"4/17/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":290,"Cost":234,"Date":"8/11/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":590,"Cost":494,"Date":"8/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":686,"Cost":401,"Date":"9/2/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":563,"Cost":386,"Date":"9/5/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":717,"Cost":617,"Date":"9/14/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":446,"Cost":228,"Date":"9/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":412,"Cost":244,"Date":"11/20/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":846,"Cost":619,"Date":"12/21/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":560,"Cost":284,"Date":"1/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":302,"Cost":168,"Date":"1/21/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":58,"Cost":54,"Date":"2/9/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":61,"Cost":37,"Date":"3/19/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":222,"Cost":158,"Date":"4/3/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":258,"Cost":215,"Date":"4/5/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":802,"Cost":714,"Date":"4/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":894,"Cost":743,"Date":"7/10/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":289,"Cost":186,"Date":"3/25/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":547,"Cost":451,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":406,"Cost":299,"Date":"10/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":87,"Cost":49,"Date":"3/2/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":349,"Cost":313,"Date":"6/28/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":497,"Cost":460,"Date":"7/17/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":616,"Cost":481,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":124,"Cost":111,"Date":"8/23/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":149,"Cost":93,"Date":"11/20/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":427,"Cost":335,"Date":"12/16/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":562,"Cost":282,"Date":"12/30/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":855,"Cost":430,"Date":"2/15/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":288,"Cost":173,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":264,"Cost":174,"Date":"3/7/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":578,"Cost":347,"Date":"4/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":359,"Cost":267,"Date":"7/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":374,"Cost":276,"Date":"8/18/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":478,"Cost":444,"Date":"10/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":841,"Cost":673,"Date":"11/11/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":935,"Cost":584,"Date":"11/30/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":728,"Cost":577,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":100,"Cost":67,"Date":"3/1/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":75,"Cost":42,"Date":"4/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":270,"Cost":244,"Date":"5/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":742,"Cost":503,"Date":"8/13/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":361,"Cost":213,"Date":"9/15/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":720,"Cost":582,"Date":"10/14/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":436,"Cost":356,"Date":"10/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":855,"Cost":788,"Date":"11/11/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":974,"Cost":627,"Date":"12/7/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":412,"Cost":221,"Date":"12/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":821,"Cost":581,"Date":"1/6/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":333,"Cost":298,"Date":"1/23/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":112,"Cost":93,"Date":"2/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":944,"Cost":690,"Date":"3/10/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":14,"Cost":7,"Date":"3/12/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":169,"Cost":137,"Date":"3/31/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":526,"Cost":383,"Date":"6/16/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":558,"Cost":400,"Date":"6/17/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":347,"Cost":287,"Date":"8/27/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":935,"Cost":684,"Date":"10/1/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":706,"Cost":602,"Date":"11/4/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":97,"Cost":57,"Date":"11/9/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":775,"Cost":690,"Date":"3/27/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":56,"Cost":39,"Date":"4/17/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":288,"Cost":191,"Date":"8/11/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":242,"Cost":211,"Date":"8/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":815,"Cost":524,"Date":"9/2/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":536,"Cost":322,"Date":"9/5/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":632,"Cost":500,"Date":"9/14/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":829,"Cost":610,"Date":"9/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":749,"Cost":653,"Date":"11/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":271,"Cost":158,"Date":"12/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":146,"Cost":130,"Date":"1/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":841,"Cost":423,"Date":"1/21/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":896,"Cost":826,"Date":"2/9/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":8,"Cost":5,"Date":"3/19/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":281,"Cost":206,"Date":"4/3/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":514,"Cost":290,"Date":"4/5/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":624,"Cost":412,"Date":"4/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":780,"Cost":451,"Date":"7/10/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":630,"Cost":442,"Date":"3/25/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":98,"Cost":77,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":756,"Cost":401,"Date":"10/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":71,"Cost":49,"Date":"3/2/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":711,"Cost":518,"Date":"6/28/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":477,"Cost":454,"Date":"7/17/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":668,"Cost":534,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":188,"Cost":122,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":850,"Cost":564,"Date":"11/20/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":529,"Cost":295,"Date":"12/16/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":775,"Cost":636,"Date":"12/30/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":263,"Cost":224,"Date":"2/15/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":314,"Cost":208,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":854,"Cost":730,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":194,"Cost":123,"Date":"4/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":308,"Cost":230,"Date":"7/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":580,"Cost":337,"Date":"8/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":97,"Cost":82,"Date":"10/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":818,"Cost":443,"Date":"11/11/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":198,"Cost":143,"Date":"11/30/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":752,"Cost":668,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":352,"Cost":289,"Date":"3/1/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":7,"Cost":7,"Date":"4/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":309,"Cost":217,"Date":"5/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":53,"Cost":45,"Date":"8/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":980,"Cost":866,"Date":"9/15/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":801,"Cost":662,"Date":"10/14/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":515,"Cost":381,"Date":"10/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":563,"Cost":372,"Date":"11/11/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":157,"Cost":124,"Date":"12/7/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":562,"Cost":377,"Date":"12/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":446,"Cost":391,"Date":"1/6/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":354,"Cost":210,"Date":"1/23/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":829,"Cost":531,"Date":"2/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":746,"Cost":461,"Date":"3/10/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":78,"Cost":50,"Date":"3/12/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":332,"Cost":239,"Date":"3/31/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":792,"Cost":540,"Date":"6/16/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":206,"Cost":161,"Date":"6/17/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":640,"Cost":599,"Date":"8/27/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":971,"Cost":642,"Date":"10/1/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":396,"Cost":263,"Date":"11/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":665,"Cost":614,"Date":"11/9/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":295,"Cost":188,"Date":"3/27/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":742,"Cost":476,"Date":"4/17/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":165,"Cost":131,"Date":"8/11/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":400,"Cost":288,"Date":"8/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":179,"Cost":157,"Date":"9/2/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":104,"Cost":59,"Date":"9/5/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":58,"Cost":33,"Date":"9/14/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":537,"Cost":438,"Date":"9/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":399,"Cost":301,"Date":"11/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":869,"Cost":591,"Date":"12/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":448,"Cost":390,"Date":"1/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":850,"Cost":534,"Date":"1/21/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":835,"Cost":738,"Date":"2/9/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":230,"Cost":115,"Date":"3/19/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":546,"Cost":517,"Date":"4/3/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":512,"Cost":292,"Date":"4/5/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":310,"Cost":169,"Date":"4/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":664,"Cost":541,"Date":"7/10/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":289,"Cost":184,"Date":"3/25/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":512,"Cost":484,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":651,"Cost":341,"Date":"10/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":162,"Cost":121,"Date":"3/2/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":140,"Cost":106,"Date":"6/28/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":597,"Cost":470,"Date":"7/17/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":706,"Cost":436,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":840,"Cost":498,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":593,"Cost":307,"Date":"11/20/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":529,"Cost":306,"Date":"12/16/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":524,"Cost":341,"Date":"12/30/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":342,"Cost":306,"Date":"2/15/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":79,"Cost":62,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":480,"Cost":432,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":367,"Cost":347,"Date":"4/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":56,"Cost":35,"Date":"7/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":643,"Cost":475,"Date":"8/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":514,"Cost":369,"Date":"10/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":18,"Cost":16,"Date":"11/11/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":771,"Cost":464,"Date":"11/30/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":52,"Cost":35,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":981,"Cost":710,"Date":"3/1/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":69,"Cost":54,"Date":"4/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":290,"Cost":213,"Date":"5/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":146,"Cost":117,"Date":"8/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":979,"Cost":690,"Date":"9/15/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":510,"Cost":258,"Date":"10/14/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":916,"Cost":661,"Date":"10/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":129,"Cost":68,"Date":"11/11/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":703,"Cost":484,"Date":"12/7/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":960,"Cost":912,"Date":"12/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":257,"Cost":202,"Date":"1/6/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":247,"Cost":222,"Date":"1/23/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":484,"Cost":401,"Date":"2/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":196,"Cost":139,"Date":"3/10/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":167,"Cost":143,"Date":"3/12/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":309,"Cost":236,"Date":"3/31/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":746,"Cost":416,"Date":"6/16/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":436,"Cost":227,"Date":"6/17/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":590,"Cost":403,"Date":"8/27/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":861,"Cost":688,"Date":"10/1/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":882,"Cost":693,"Date":"11/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":326,"Cost":166,"Date":"11/9/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":445,"Cost":307,"Date":"3/27/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":676,"Cost":502,"Date":"4/17/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":163,"Cost":114,"Date":"8/11/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":125,"Cost":66,"Date":"8/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":343,"Cost":321,"Date":"9/2/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":7,"Cost":4,"Date":"9/5/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":317,"Cost":208,"Date":"9/14/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":198,"Cost":151,"Date":"9/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":251,"Cost":172,"Date":"11/20/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":327,"Cost":277,"Date":"12/21/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":438,"Cost":389,"Date":"1/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":709,"Cost":631,"Date":"1/21/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":750,"Cost":536,"Date":"2/9/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":178,"Cost":103,"Date":"3/19/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":985,"Cost":763,"Date":"4/3/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":210,"Cost":171,"Date":"4/5/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":281,"Cost":192,"Date":"4/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":474,"Cost":297,"Date":"7/10/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":877,"Cost":497,"Date":"3/25/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":126,"Cost":117,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":979,"Cost":866,"Date":"10/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":849,"Cost":649,"Date":"3/2/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":280,"Cost":243,"Date":"6/28/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":983,"Cost":906,"Date":"7/17/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":742,"Cost":670,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":949,"Cost":810,"Date":"8/23/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":583,"Cost":396,"Date":"11/20/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":829,"Cost":475,"Date":"12/16/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":473,"Cost":433,"Date":"12/30/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":647,"Cost":499,"Date":"2/15/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":790,"Cost":747,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":506,"Cost":394,"Date":"3/7/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":979,"Cost":706,"Date":"4/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":581,"Cost":355,"Date":"7/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":417,"Cost":223,"Date":"8/18/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":1,"Cost":1,"Date":"10/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":419,"Cost":218,"Date":"11/11/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":618,"Cost":326,"Date":"11/30/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":630,"Cost":387,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":951,"Cost":636,"Date":"3/1/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":486,"Cost":386,"Date":"4/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":397,"Cost":350,"Date":"5/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":564,"Cost":421,"Date":"8/13/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":549,"Cost":412,"Date":"9/15/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":175,"Cost":140,"Date":"10/14/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":495,"Cost":406,"Date":"10/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":538,"Cost":386,"Date":"11/11/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":227,"Cost":182,"Date":"12/7/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":101,"Cost":58,"Date":"12/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":52,"Cost":31,"Date":"1/6/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":545,"Cost":281,"Date":"1/23/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":132,"Cost":104,"Date":"2/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":646,"Cost":406,"Date":"3/10/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":818,"Cost":704,"Date":"3/12/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":849,"Cost":801,"Date":"3/31/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":250,"Cost":230,"Date":"6/16/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":196,"Cost":181,"Date":"6/17/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":30,"Cost":21,"Date":"8/27/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":279,"Cost":143,"Date":"10/1/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":699,"Cost":549,"Date":"11/4/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM","Country":"India","Sale":873,"Cost":522,"Date":"11/9/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":820,"Cost":562,"Date":"3/27/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":805,"Cost":572,"Date":"4/17/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":175,"Cost":159,"Date":"8/11/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":200,"Cost":114,"Date":"8/21/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":795,"Cost":513,"Date":"9/2/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":259,"Cost":170,"Date":"9/5/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":781,"Cost":525,"Date":"9/14/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":699,"Cost":395,"Date":"9/20/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":898,"Cost":686,"Date":"11/20/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":822,"Cost":479,"Date":"12/21/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":158,"Cost":149,"Date":"1/7/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":767,"Cost":498,"Date":"1/21/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":231,"Cost":200,"Date":"2/9/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":83,"Cost":63,"Date":"3/19/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":645,"Cost":485,"Date":"4/3/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":221,"Cost":123,"Date":"4/5/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":904,"Cost":714,"Date":"4/28/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":501,"Cost":438,"Date":"7/10/2019"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":201,"Cost":183,"Date":"3/25/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":186,"Cost":118,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":384,"Cost":339,"Date":"10/28/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":815,"Cost":492,"Date":"3/2/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":477,"Cost":250,"Date":"6/28/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":992,"Cost":696,"Date":"7/17/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":395,"Cost":362,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":150,"Cost":135,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":458,"Cost":386,"Date":"11/20/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":365,"Cost":278,"Date":"12/16/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":457,"Cost":284,"Date":"12/30/2021"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":345,"Cost":287,"Date":"2/15/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":748,"Cost":645,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":16,"Cost":10,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":372,"Cost":267,"Date":"4/18/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":950,"Cost":549,"Date":"7/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":503,"Cost":398,"Date":"8/18/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":36,"Cost":18,"Date":"10/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":115,"Cost":76,"Date":"11/11/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":954,"Cost":825,"Date":"11/30/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":581,"Cost":334,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":568,"Cost":284,"Date":"3/1/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":695,"Cost":349,"Date":"4/13/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":618,"Cost":579,"Date":"5/20/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":559,"Cost":510,"Date":"8/13/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":177,"Cost":127,"Date":"9/15/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":359,"Cost":313,"Date":"10/14/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":466,"Cost":423,"Date":"10/28/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":699,"Cost":593,"Date":"11/11/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":336,"Cost":247,"Date":"12/7/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":495,"Cost":359,"Date":"12/21/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":188,"Cost":138,"Date":"1/6/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":136,"Cost":88,"Date":"1/23/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":629,"Cost":502,"Date":"2/4/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":727,"Cost":515,"Date":"3/10/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":848,"Cost":619,"Date":"3/12/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":925,"Cost":539,"Date":"3/31/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":949,"Cost":671,"Date":"6/16/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":197,"Cost":176,"Date":"6/17/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":387,"Cost":244,"Date":"8/27/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":777,"Cost":607,"Date":"10/1/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":58,"Cost":31,"Date":"11/4/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":864,"Cost":702,"Date":"11/9/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":788,"Cost":738,"Date":"3/27/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":492,"Cost":307,"Date":"4/17/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":314,"Cost":227,"Date":"8/11/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":55,"Cost":31,"Date":"8/21/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":791,"Cost":520,"Date":"9/2/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":314,"Cost":177,"Date":"9/5/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":785,"Cost":718,"Date":"9/14/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":937,"Cost":554,"Date":"9/20/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":122,"Cost":87,"Date":"11/20/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":443,"Cost":359,"Date":"12/21/2018"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":993,"Cost":667,"Date":"1/7/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":849,"Cost":701,"Date":"1/21/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":668,"Cost":448,"Date":"2/9/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":903,"Cost":837,"Date":"3/19/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":470,"Cost":355,"Date":"4/3/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":559,"Cost":453,"Date":"4/5/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":785,"Cost":606,"Date":"4/28/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":771,"Cost":460,"Date":"7/10/2019"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":803,"Cost":590,"Date":"3/25/2020"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":199,"Cost":184,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":230,"Cost":149,"Date":"10/28/2020"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":24,"Cost":12,"Date":"3/2/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":215,"Cost":129,"Date":"6/28/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":877,"Cost":814,"Date":"7/17/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":593,"Cost":548,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":112,"Cost":98,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":785,"Cost":603,"Date":"11/20/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":457,"Cost":316,"Date":"12/16/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":34,"Cost":32,"Date":"12/30/2021"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":398,"Cost":262,"Date":"2/15/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":327,"Cost":198,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":420,"Cost":286,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":202,"Cost":189,"Date":"4/18/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":510,"Cost":481,"Date":"7/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":314,"Cost":296,"Date":"8/18/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":743,"Cost":402,"Date":"10/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":465,"Cost":402,"Date":"11/11/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":904,"Cost":781,"Date":"11/30/2022"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":168,"Cost":144,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":461,"Cost":329,"Date":"3/1/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":704,"Cost":461,"Date":"4/13/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":56,"Cost":35,"Date":"5/20/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":451,"Cost":392,"Date":"8/13/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":866,"Cost":485,"Date":"9/15/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":135,"Cost":96,"Date":"10/14/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":976,"Cost":833,"Date":"10/28/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":661,"Cost":609,"Date":"11/11/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":116,"Cost":82,"Date":"12/7/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":979,"Cost":650,"Date":"12/21/2023"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":286,"Cost":230,"Date":"1/6/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":425,"Cost":388,"Date":"1/23/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":685,"Cost":636,"Date":"2/4/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":613,"Cost":534,"Date":"3/10/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":69,"Cost":35,"Date":"3/12/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":488,"Cost":306,"Date":"3/31/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":45,"Cost":39,"Date":"6/16/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":449,"Cost":297,"Date":"6/17/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":216,"Cost":196,"Date":"8/27/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":303,"Cost":229,"Date":"10/1/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":107,"Cost":55,"Date":"11/4/2024"},{"Store":"The Great India Place, Noida","Brand":"Nova","Country":"India","Sale":241,"Cost":224,"Date":"11/9/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":567,"Cost":338,"Date":"3/27/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":226,"Cost":121,"Date":"4/17/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":641,"Cost":528,"Date":"8/11/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":920,"Cost":808,"Date":"8/21/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":704,"Cost":411,"Date":"9/2/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":651,"Cost":370,"Date":"9/5/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":658,"Cost":507,"Date":"9/14/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":768,"Cost":547,"Date":"9/20/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":415,"Cost":259,"Date":"11/20/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":232,"Cost":188,"Date":"12/21/2018"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":41,"Cost":33,"Date":"1/7/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":894,"Cost":742,"Date":"1/21/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":837,"Cost":559,"Date":"2/9/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":898,"Cost":811,"Date":"3/19/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":907,"Cost":682,"Date":"4/3/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":777,"Cost":735,"Date":"4/5/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":460,"Cost":302,"Date":"4/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":784,"Cost":393,"Date":"7/10/2019"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":886,"Cost":841,"Date":"3/25/2020"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":67,"Cost":48,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":712,"Cost":627,"Date":"10/28/2020"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":108,"Cost":62,"Date":"3/2/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":295,"Cost":268,"Date":"6/28/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":21,"Cost":16,"Date":"7/17/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":682,"Cost":342,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":779,"Cost":646,"Date":"8/23/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":500,"Cost":283,"Date":"11/20/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":914,"Cost":559,"Date":"12/16/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":545,"Cost":411,"Date":"12/30/2021"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":575,"Cost":379,"Date":"2/15/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":27,"Cost":22,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":87,"Cost":77,"Date":"3/7/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":694,"Cost":362,"Date":"4/18/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":139,"Cost":131,"Date":"7/27/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":324,"Cost":295,"Date":"8/18/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":46,"Cost":34,"Date":"10/31/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":563,"Cost":496,"Date":"11/11/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":796,"Cost":409,"Date":"11/30/2022"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":109,"Cost":80,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":730,"Cost":631,"Date":"3/1/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":632,"Cost":546,"Date":"4/13/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":108,"Cost":64,"Date":"5/20/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":713,"Cost":380,"Date":"8/13/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":61,"Cost":53,"Date":"9/15/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":477,"Cost":279,"Date":"10/14/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":3,"Cost":1,"Date":"10/28/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":524,"Cost":498,"Date":"11/11/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":6,"Cost":3,"Date":"12/7/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":618,"Cost":370,"Date":"12/21/2023"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":522,"Cost":412,"Date":"1/6/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":947,"Cost":570,"Date":"1/23/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":736,"Cost":602,"Date":"2/4/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":192,"Cost":114,"Date":"3/10/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":95,"Cost":72,"Date":"3/12/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":794,"Cost":509,"Date":"3/31/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":656,"Cost":374,"Date":"6/16/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":14,"Cost":8,"Date":"6/17/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":78,"Cost":59,"Date":"8/27/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":483,"Cost":428,"Date":"10/1/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":120,"Cost":114,"Date":"11/4/2024"},{"Store":"The Great India Place, Noida","Brand":"HM","Country":"India","Sale":731,"Cost":687,"Date":"11/9/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":774,"Cost":621,"Date":"3/27/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":689,"Cost":593,"Date":"4/17/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":461,"Cost":349,"Date":"8/11/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":789,"Cost":642,"Date":"8/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":373,"Cost":267,"Date":"9/2/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":963,"Cost":564,"Date":"9/5/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":596,"Cost":431,"Date":"9/14/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":747,"Cost":634,"Date":"9/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":309,"Cost":253,"Date":"11/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":153,"Cost":102,"Date":"12/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":491,"Cost":297,"Date":"1/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":772,"Cost":448,"Date":"1/21/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":945,"Cost":710,"Date":"2/9/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":298,"Cost":222,"Date":"3/19/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":658,"Cost":536,"Date":"4/3/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":986,"Cost":806,"Date":"4/5/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":423,"Cost":219,"Date":"4/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":505,"Cost":254,"Date":"7/10/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":731,"Cost":486,"Date":"3/25/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":805,"Cost":610,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":469,"Cost":363,"Date":"10/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":47,"Cost":39,"Date":"3/2/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":1,"Cost":0,"Date":"6/28/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":52,"Cost":37,"Date":"7/17/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":750,"Cost":420,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":211,"Cost":174,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":935,"Cost":873,"Date":"11/20/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":336,"Cost":252,"Date":"12/16/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":262,"Cost":177,"Date":"12/30/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":156,"Cost":144,"Date":"2/15/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":426,"Cost":264,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":155,"Cost":132,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":890,"Cost":770,"Date":"4/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":281,"Cost":234,"Date":"7/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":559,"Cost":505,"Date":"8/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":208,"Cost":121,"Date":"10/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":183,"Cost":106,"Date":"11/11/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":538,"Cost":430,"Date":"11/30/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":95,"Cost":52,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":458,"Cost":307,"Date":"3/1/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":126,"Cost":119,"Date":"4/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":480,"Cost":447,"Date":"5/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":351,"Cost":182,"Date":"8/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":496,"Cost":412,"Date":"9/15/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":307,"Cost":281,"Date":"10/14/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":206,"Cost":104,"Date":"10/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":16,"Cost":9,"Date":"11/11/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":281,"Cost":209,"Date":"12/7/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":141,"Cost":76,"Date":"12/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":214,"Cost":114,"Date":"1/6/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":366,"Cost":205,"Date":"1/23/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":388,"Cost":292,"Date":"2/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":800,"Cost":752,"Date":"3/10/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":622,"Cost":521,"Date":"3/12/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":699,"Cost":636,"Date":"3/31/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":335,"Cost":288,"Date":"6/16/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":305,"Cost":219,"Date":"6/17/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":665,"Cost":574,"Date":"8/27/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":895,"Cost":652,"Date":"10/1/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":738,"Cost":372,"Date":"11/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":598,"Cost":513,"Date":"11/9/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":218,"Cost":163,"Date":"3/27/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":227,"Cost":159,"Date":"4/17/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":778,"Cost":541,"Date":"8/11/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":196,"Cost":132,"Date":"8/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":467,"Cost":285,"Date":"9/2/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":43,"Cost":29,"Date":"9/5/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":1000,"Cost":623,"Date":"9/14/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":477,"Cost":328,"Date":"9/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":635,"Cost":438,"Date":"11/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":392,"Cost":370,"Date":"12/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":542,"Cost":435,"Date":"1/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":686,"Cost":423,"Date":"1/21/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":339,"Cost":306,"Date":"2/9/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":616,"Cost":375,"Date":"3/19/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":595,"Cost":479,"Date":"4/3/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":186,"Cost":126,"Date":"4/5/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":509,"Cost":349,"Date":"4/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":450,"Cost":225,"Date":"7/10/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":47,"Cost":31,"Date":"3/25/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":910,"Cost":751,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":617,"Cost":496,"Date":"10/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":143,"Cost":76,"Date":"3/2/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":609,"Cost":433,"Date":"6/28/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":636,"Cost":462,"Date":"7/17/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":728,"Cost":551,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":874,"Cost":672,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":537,"Cost":483,"Date":"11/20/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":554,"Cost":309,"Date":"12/16/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":9,"Cost":8,"Date":"12/30/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":896,"Cost":614,"Date":"2/15/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":936,"Cost":832,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":796,"Cost":496,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":830,"Cost":599,"Date":"4/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":347,"Cost":218,"Date":"7/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":219,"Cost":189,"Date":"8/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":735,"Cost":658,"Date":"10/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":552,"Cost":292,"Date":"11/11/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":467,"Cost":236,"Date":"11/30/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":361,"Cost":224,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":746,"Cost":440,"Date":"3/1/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":382,"Cost":200,"Date":"4/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":146,"Cost":128,"Date":"5/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":683,"Cost":361,"Date":"8/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":771,"Cost":477,"Date":"9/15/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":716,"Cost":541,"Date":"10/14/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":208,"Cost":176,"Date":"10/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":2,"Cost":2,"Date":"11/11/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":36,"Cost":29,"Date":"12/7/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":550,"Cost":407,"Date":"12/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":445,"Cost":283,"Date":"1/6/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":416,"Cost":269,"Date":"1/23/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":226,"Cost":140,"Date":"2/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":332,"Cost":309,"Date":"3/10/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":134,"Cost":115,"Date":"3/12/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":992,"Cost":638,"Date":"3/31/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":721,"Cost":437,"Date":"6/16/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":338,"Cost":237,"Date":"6/17/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":875,"Cost":590,"Date":"8/27/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":402,"Cost":375,"Date":"10/1/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":39,"Cost":23,"Date":"11/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":27,"Cost":13,"Date":"11/9/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":902,"Cost":535,"Date":"3/27/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":567,"Cost":299,"Date":"4/17/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":363,"Cost":306,"Date":"8/11/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":377,"Cost":341,"Date":"8/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":541,"Cost":359,"Date":"9/2/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":215,"Cost":201,"Date":"9/5/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":315,"Cost":189,"Date":"9/14/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":784,"Cost":564,"Date":"9/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":26,"Cost":14,"Date":"11/20/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":197,"Cost":165,"Date":"12/21/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":321,"Cost":163,"Date":"1/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":389,"Cost":200,"Date":"1/21/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":957,"Cost":580,"Date":"2/9/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":99,"Cost":84,"Date":"3/19/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":765,"Cost":629,"Date":"4/3/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":846,"Cost":495,"Date":"4/5/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":771,"Cost":389,"Date":"4/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":728,"Cost":397,"Date":"7/10/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":371,"Cost":255,"Date":"3/25/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":816,"Cost":679,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":651,"Cost":478,"Date":"10/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":727,"Cost":659,"Date":"3/2/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":735,"Cost":374,"Date":"6/28/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":547,"Cost":388,"Date":"7/17/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":139,"Cost":94,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":25,"Cost":15,"Date":"8/23/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":905,"Cost":482,"Date":"11/20/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":300,"Cost":265,"Date":"12/16/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":558,"Cost":330,"Date":"12/30/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":8,"Cost":6,"Date":"2/15/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":819,"Cost":646,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":353,"Cost":180,"Date":"3/7/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":765,"Cost":540,"Date":"4/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":260,"Cost":142,"Date":"7/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":768,"Cost":620,"Date":"8/18/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":780,"Cost":399,"Date":"10/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":42,"Cost":26,"Date":"11/11/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":203,"Cost":123,"Date":"11/30/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":317,"Cost":264,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":453,"Cost":312,"Date":"3/1/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":465,"Cost":438,"Date":"4/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":729,"Cost":666,"Date":"5/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":703,"Cost":452,"Date":"8/13/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":304,"Cost":215,"Date":"9/15/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":886,"Cost":768,"Date":"10/14/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":270,"Cost":138,"Date":"10/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":949,"Cost":821,"Date":"11/11/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":929,"Cost":780,"Date":"12/7/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":887,"Cost":842,"Date":"12/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":639,"Cost":468,"Date":"1/6/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":321,"Cost":208,"Date":"1/23/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":829,"Cost":566,"Date":"2/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":242,"Cost":224,"Date":"3/10/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":62,"Cost":57,"Date":"3/12/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":378,"Cost":297,"Date":"3/31/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":225,"Cost":163,"Date":"6/16/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":479,"Cost":279,"Date":"6/17/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":269,"Cost":159,"Date":"8/27/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":66,"Cost":39,"Date":"10/1/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":779,"Cost":483,"Date":"11/4/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Nova","Country":"India","Sale":600,"Cost":474,"Date":"11/9/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":835,"Cost":786,"Date":"3/27/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":795,"Cost":549,"Date":"4/17/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":899,"Cost":726,"Date":"8/11/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":538,"Cost":345,"Date":"8/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":819,"Cost":440,"Date":"9/2/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":503,"Cost":346,"Date":"9/5/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":635,"Cost":360,"Date":"9/14/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":614,"Cost":459,"Date":"9/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":384,"Cost":317,"Date":"11/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":140,"Cost":130,"Date":"12/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":339,"Cost":178,"Date":"1/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":762,"Cost":584,"Date":"1/21/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":617,"Cost":545,"Date":"2/9/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":871,"Cost":752,"Date":"3/19/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":903,"Cost":765,"Date":"4/3/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":764,"Cost":704,"Date":"4/5/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":83,"Cost":77,"Date":"4/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":660,"Cost":626,"Date":"7/10/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":9,"Cost":6,"Date":"3/25/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":725,"Cost":600,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":759,"Cost":389,"Date":"10/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":289,"Cost":203,"Date":"3/2/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":661,"Cost":596,"Date":"6/28/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":554,"Cost":323,"Date":"7/17/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":475,"Cost":338,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":284,"Cost":246,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":597,"Cost":301,"Date":"11/20/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":97,"Cost":55,"Date":"12/16/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":121,"Cost":84,"Date":"12/30/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":651,"Cost":424,"Date":"2/15/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":529,"Cost":477,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":779,"Cost":474,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":595,"Cost":516,"Date":"4/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":390,"Cost":267,"Date":"7/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":295,"Cost":280,"Date":"8/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":124,"Cost":112,"Date":"10/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":39,"Cost":36,"Date":"11/11/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":980,"Cost":915,"Date":"11/30/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":5,"Cost":5,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":864,"Cost":631,"Date":"3/1/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":397,"Cost":293,"Date":"4/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":268,"Cost":195,"Date":"5/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":769,"Cost":459,"Date":"8/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":639,"Cost":381,"Date":"9/15/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":993,"Cost":708,"Date":"10/14/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":790,"Cost":647,"Date":"10/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":610,"Cost":367,"Date":"11/11/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":514,"Cost":342,"Date":"12/7/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":498,"Cost":282,"Date":"12/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":974,"Cost":497,"Date":"1/6/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":462,"Cost":249,"Date":"1/23/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":828,"Cost":426,"Date":"2/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":369,"Cost":336,"Date":"3/10/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":775,"Cost":562,"Date":"3/12/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":526,"Cost":439,"Date":"3/31/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":10,"Cost":9,"Date":"6/16/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":718,"Cost":362,"Date":"6/17/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":63,"Cost":46,"Date":"8/27/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":964,"Cost":854,"Date":"10/1/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":443,"Cost":281,"Date":"11/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":501,"Cost":401,"Date":"11/9/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":526,"Cost":475,"Date":"3/27/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":904,"Cost":460,"Date":"4/17/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":877,"Cost":481,"Date":"8/11/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":417,"Cost":221,"Date":"8/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":983,"Cost":548,"Date":"9/2/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":51,"Cost":36,"Date":"9/5/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":336,"Cost":214,"Date":"9/14/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":47,"Cost":24,"Date":"9/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":511,"Cost":472,"Date":"11/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":266,"Cost":139,"Date":"12/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":415,"Cost":238,"Date":"1/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":717,"Cost":446,"Date":"1/21/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":365,"Cost":260,"Date":"2/9/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":473,"Cost":441,"Date":"3/19/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":732,"Cost":374,"Date":"4/3/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":8,"Cost":6,"Date":"4/5/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":537,"Cost":313,"Date":"4/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":701,"Cost":368,"Date":"7/10/2019"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":936,"Cost":700,"Date":"3/25/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":818,"Cost":624,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":261,"Cost":136,"Date":"10/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":932,"Cost":657,"Date":"3/2/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":73,"Cost":59,"Date":"6/28/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":316,"Cost":283,"Date":"7/17/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":716,"Cost":521,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":564,"Cost":356,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":752,"Cost":576,"Date":"11/20/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":436,"Cost":287,"Date":"12/16/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":877,"Cost":491,"Date":"12/30/2021"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":76,"Cost":65,"Date":"2/15/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":181,"Cost":133,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":194,"Cost":182,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":331,"Cost":217,"Date":"4/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":70,"Cost":37,"Date":"7/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":974,"Cost":727,"Date":"8/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":86,"Cost":46,"Date":"10/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":193,"Cost":180,"Date":"11/11/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":38,"Cost":31,"Date":"11/30/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":974,"Cost":648,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":870,"Cost":823,"Date":"3/1/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":395,"Cost":215,"Date":"4/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":318,"Cost":284,"Date":"5/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":935,"Cost":830,"Date":"8/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":206,"Cost":116,"Date":"9/15/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":861,"Cost":483,"Date":"10/14/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":247,"Cost":227,"Date":"10/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":55,"Cost":42,"Date":"11/11/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":877,"Cost":577,"Date":"12/7/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":675,"Cost":564,"Date":"12/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":468,"Cost":257,"Date":"1/6/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":341,"Cost":173,"Date":"1/23/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":809,"Cost":410,"Date":"2/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":163,"Cost":138,"Date":"3/10/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":971,"Cost":783,"Date":"3/12/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":971,"Cost":884,"Date":"3/31/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":569,"Cost":520,"Date":"6/16/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":594,"Cost":388,"Date":"6/17/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":233,"Cost":141,"Date":"8/27/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":749,"Cost":380,"Date":"10/1/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":600,"Cost":471,"Date":"11/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":844,"Cost":589,"Date":"11/9/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":60,"Cost":33,"Date":"3/27/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":269,"Cost":180,"Date":"4/17/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":444,"Cost":344,"Date":"8/11/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":713,"Cost":656,"Date":"8/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":167,"Cost":150,"Date":"9/2/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":437,"Cost":338,"Date":"9/5/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":913,"Cost":732,"Date":"9/14/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":274,"Cost":171,"Date":"9/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":410,"Cost":277,"Date":"11/20/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":115,"Cost":70,"Date":"12/21/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":489,"Cost":378,"Date":"1/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":235,"Cost":206,"Date":"1/21/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":813,"Cost":514,"Date":"2/9/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":137,"Cost":95,"Date":"3/19/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":15,"Cost":10,"Date":"4/3/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":335,"Cost":198,"Date":"4/5/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":173,"Cost":99,"Date":"4/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":995,"Cost":834,"Date":"7/10/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":349,"Cost":227,"Date":"3/25/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":146,"Cost":76,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":677,"Cost":400,"Date":"10/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":252,"Cost":191,"Date":"3/2/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":277,"Cost":158,"Date":"6/28/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":214,"Cost":166,"Date":"7/17/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":533,"Cost":380,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":988,"Cost":544,"Date":"11/20/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":898,"Cost":686,"Date":"12/16/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":437,"Cost":377,"Date":"12/30/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":19,"Cost":18,"Date":"2/15/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":290,"Cost":269,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":821,"Cost":674,"Date":"3/7/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":892,"Cost":581,"Date":"4/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":319,"Cost":216,"Date":"7/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":280,"Cost":193,"Date":"8/18/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":691,"Cost":477,"Date":"10/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":122,"Cost":79,"Date":"11/11/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":202,"Cost":178,"Date":"11/30/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":529,"Cost":479,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":501,"Cost":270,"Date":"3/1/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":113,"Cost":67,"Date":"4/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":706,"Cost":406,"Date":"5/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":489,"Cost":364,"Date":"8/13/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":716,"Cost":476,"Date":"9/15/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":473,"Cost":299,"Date":"10/14/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":312,"Cost":282,"Date":"10/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":22,"Cost":14,"Date":"11/11/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":718,"Cost":375,"Date":"12/7/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":295,"Cost":176,"Date":"12/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":907,"Cost":483,"Date":"1/6/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":109,"Cost":78,"Date":"1/23/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":328,"Cost":260,"Date":"2/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":187,"Cost":98,"Date":"3/10/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":230,"Cost":178,"Date":"3/12/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":867,"Cost":544,"Date":"3/31/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":612,"Cost":442,"Date":"6/16/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":123,"Cost":99,"Date":"6/17/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":948,"Cost":491,"Date":"8/27/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":93,"Cost":52,"Date":"10/1/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":543,"Cost":326,"Date":"11/4/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM","Country":"India","Sale":865,"Cost":492,"Date":"11/9/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":130,"Cost":92,"Date":"3/27/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":206,"Cost":180,"Date":"4/17/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":586,"Cost":524,"Date":"8/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":608,"Cost":433,"Date":"8/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":946,"Cost":765,"Date":"9/2/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":152,"Cost":127,"Date":"9/5/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":461,"Cost":259,"Date":"9/14/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":97,"Cost":65,"Date":"9/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":96,"Cost":53,"Date":"11/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":217,"Cost":109,"Date":"12/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":983,"Cost":762,"Date":"1/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":384,"Cost":240,"Date":"1/21/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":229,"Cost":177,"Date":"2/9/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":883,"Cost":732,"Date":"3/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":876,"Cost":542,"Date":"4/3/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":496,"Cost":343,"Date":"4/5/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":112,"Cost":93,"Date":"4/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":616,"Cost":526,"Date":"7/10/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":924,"Cost":498,"Date":"3/25/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":73,"Cost":48,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":156,"Cost":140,"Date":"10/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":83,"Cost":77,"Date":"3/2/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":745,"Cost":527,"Date":"6/28/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":405,"Cost":255,"Date":"7/17/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":378,"Cost":310,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":352,"Cost":198,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":224,"Cost":186,"Date":"11/20/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":197,"Cost":176,"Date":"12/16/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":792,"Cost":687,"Date":"12/30/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":985,"Cost":865,"Date":"2/15/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":530,"Cost":445,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":357,"Cost":330,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":404,"Cost":313,"Date":"4/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":28,"Cost":14,"Date":"7/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":783,"Cost":537,"Date":"8/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":84,"Cost":57,"Date":"10/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":490,"Cost":349,"Date":"11/11/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":652,"Cost":562,"Date":"11/30/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":535,"Cost":358,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":477,"Cost":273,"Date":"3/1/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":264,"Cost":162,"Date":"4/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":2,"Cost":2,"Date":"5/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":671,"Cost":379,"Date":"8/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":962,"Cost":584,"Date":"9/15/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":519,"Cost":463,"Date":"10/14/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":603,"Cost":356,"Date":"10/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":956,"Cost":638,"Date":"11/11/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":53,"Cost":36,"Date":"12/7/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":862,"Cost":651,"Date":"12/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":650,"Cost":367,"Date":"1/6/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":825,"Cost":417,"Date":"1/23/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":732,"Cost":607,"Date":"2/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":802,"Cost":724,"Date":"3/10/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":356,"Cost":238,"Date":"3/12/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":357,"Cost":289,"Date":"3/31/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":442,"Cost":343,"Date":"6/16/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":126,"Cost":74,"Date":"6/17/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":834,"Cost":725,"Date":"8/27/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":291,"Cost":257,"Date":"10/1/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":474,"Cost":404,"Date":"11/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":843,"Cost":683,"Date":"11/9/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":238,"Cost":140,"Date":"3/27/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":483,"Cost":407,"Date":"4/17/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":657,"Cost":409,"Date":"8/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":748,"Cost":377,"Date":"8/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":225,"Cost":178,"Date":"9/2/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":403,"Cost":325,"Date":"9/5/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":111,"Cost":96,"Date":"9/14/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":355,"Cost":303,"Date":"9/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":399,"Cost":337,"Date":"11/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":67,"Cost":37,"Date":"12/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":135,"Cost":82,"Date":"1/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":806,"Cost":499,"Date":"1/21/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":142,"Cost":76,"Date":"2/9/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":758,"Cost":405,"Date":"3/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":426,"Cost":228,"Date":"4/3/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":94,"Cost":56,"Date":"4/5/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":431,"Cost":309,"Date":"4/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":492,"Cost":329,"Date":"7/10/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":554,"Cost":373,"Date":"3/25/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":935,"Cost":732,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":552,"Cost":444,"Date":"10/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":217,"Cost":131,"Date":"3/2/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":854,"Cost":730,"Date":"6/28/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":837,"Cost":459,"Date":"7/17/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":762,"Cost":703,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":87,"Cost":58,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":316,"Cost":290,"Date":"11/20/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":304,"Cost":266,"Date":"12/16/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":692,"Cost":410,"Date":"12/30/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":330,"Cost":289,"Date":"2/15/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":648,"Cost":415,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":444,"Cost":330,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":151,"Cost":87,"Date":"4/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":883,"Cost":831,"Date":"7/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":162,"Cost":109,"Date":"8/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":212,"Cost":180,"Date":"10/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":922,"Cost":669,"Date":"11/11/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":357,"Cost":309,"Date":"11/30/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":517,"Cost":489,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":389,"Cost":304,"Date":"3/1/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":760,"Cost":450,"Date":"4/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":125,"Cost":116,"Date":"5/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":235,"Cost":184,"Date":"8/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":58,"Cost":38,"Date":"9/15/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":526,"Cost":311,"Date":"10/14/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":379,"Cost":297,"Date":"10/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":748,"Cost":660,"Date":"11/11/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":718,"Cost":396,"Date":"12/7/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":970,"Cost":649,"Date":"12/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":954,"Cost":693,"Date":"1/6/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":32,"Cost":16,"Date":"1/23/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":822,"Cost":695,"Date":"2/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":706,"Cost":394,"Date":"3/10/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":338,"Cost":198,"Date":"3/12/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":192,"Cost":135,"Date":"3/31/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":874,"Cost":668,"Date":"6/16/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":211,"Cost":165,"Date":"6/17/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":136,"Cost":87,"Date":"8/27/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":826,"Cost":556,"Date":"10/1/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":365,"Cost":222,"Date":"11/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":882,"Cost":508,"Date":"11/9/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":81,"Cost":58,"Date":"3/27/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":965,"Cost":626,"Date":"4/17/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":77,"Cost":73,"Date":"8/11/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":863,"Cost":697,"Date":"8/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":242,"Cost":164,"Date":"9/2/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":698,"Cost":550,"Date":"9/5/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":69,"Cost":61,"Date":"9/14/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":655,"Cost":427,"Date":"9/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":469,"Cost":389,"Date":"11/20/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":13,"Cost":7,"Date":"12/21/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":433,"Cost":270,"Date":"1/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":27,"Cost":26,"Date":"1/21/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":948,"Cost":755,"Date":"2/9/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":908,"Cost":779,"Date":"3/19/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":494,"Cost":420,"Date":"4/3/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":213,"Cost":163,"Date":"4/5/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":76,"Cost":48,"Date":"4/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":386,"Cost":334,"Date":"7/10/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":907,"Cost":643,"Date":"3/25/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":482,"Cost":388,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":973,"Cost":913,"Date":"10/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":307,"Cost":226,"Date":"3/2/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":575,"Cost":323,"Date":"6/28/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":683,"Cost":437,"Date":"7/17/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":496,"Cost":406,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":816,"Cost":749,"Date":"8/23/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":833,"Cost":749,"Date":"11/20/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":918,"Cost":589,"Date":"12/16/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":268,"Cost":155,"Date":"12/30/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":407,"Cost":208,"Date":"2/15/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":84,"Cost":79,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":956,"Cost":634,"Date":"3/7/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":687,"Cost":523,"Date":"4/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":651,"Cost":405,"Date":"7/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":518,"Cost":445,"Date":"8/18/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":108,"Cost":55,"Date":"10/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":775,"Cost":711,"Date":"11/11/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":366,"Cost":250,"Date":"11/30/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":504,"Cost":388,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":545,"Cost":468,"Date":"3/1/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":771,"Cost":674,"Date":"4/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":998,"Cost":862,"Date":"5/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":46,"Cost":33,"Date":"8/13/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":744,"Cost":389,"Date":"9/15/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":753,"Cost":386,"Date":"10/14/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":272,"Cost":171,"Date":"10/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":226,"Cost":131,"Date":"11/11/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":47,"Cost":30,"Date":"12/7/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":775,"Cost":716,"Date":"12/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":339,"Cost":212,"Date":"1/6/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":676,"Cost":386,"Date":"1/23/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":458,"Cost":427,"Date":"2/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":373,"Cost":293,"Date":"3/10/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":372,"Cost":266,"Date":"3/12/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":20,"Cost":10,"Date":"3/31/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":121,"Cost":90,"Date":"6/16/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":867,"Cost":519,"Date":"6/17/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":964,"Cost":736,"Date":"8/27/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":464,"Cost":407,"Date":"10/1/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":33,"Cost":24,"Date":"11/4/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM Home","Country":"India","Sale":650,"Cost":516,"Date":"11/9/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":732,"Cost":482,"Date":"3/27/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":136,"Cost":108,"Date":"4/17/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":257,"Cost":182,"Date":"8/11/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":8,"Cost":5,"Date":"8/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":132,"Cost":91,"Date":"9/2/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":846,"Cost":518,"Date":"9/5/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":325,"Cost":253,"Date":"9/14/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":140,"Cost":72,"Date":"9/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":74,"Cost":69,"Date":"11/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":487,"Cost":261,"Date":"12/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":196,"Cost":186,"Date":"1/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":26,"Cost":15,"Date":"1/21/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":504,"Cost":290,"Date":"2/9/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":721,"Cost":536,"Date":"3/19/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":372,"Cost":347,"Date":"4/3/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":71,"Cost":38,"Date":"4/5/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":958,"Cost":518,"Date":"4/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":544,"Cost":428,"Date":"7/10/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":844,"Cost":544,"Date":"3/25/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":291,"Cost":181,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":569,"Cost":378,"Date":"10/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":143,"Cost":112,"Date":"3/2/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":968,"Cost":813,"Date":"6/28/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":176,"Cost":89,"Date":"7/17/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":267,"Cost":205,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":636,"Cost":377,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":435,"Cost":352,"Date":"11/20/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":531,"Cost":399,"Date":"12/16/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":773,"Cost":572,"Date":"12/30/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":686,"Cost":346,"Date":"2/15/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":960,"Cost":902,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":432,"Cost":405,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":818,"Cost":751,"Date":"4/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":553,"Cost":390,"Date":"7/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":846,"Cost":646,"Date":"8/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":712,"Cost":463,"Date":"10/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":985,"Cost":705,"Date":"11/11/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":812,"Cost":519,"Date":"11/30/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":865,"Cost":546,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":771,"Cost":581,"Date":"3/1/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":359,"Cost":186,"Date":"4/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":154,"Cost":123,"Date":"5/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":530,"Cost":466,"Date":"8/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":81,"Cost":47,"Date":"9/15/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":937,"Cost":492,"Date":"10/14/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":973,"Cost":848,"Date":"10/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":79,"Cost":47,"Date":"11/11/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":314,"Cost":168,"Date":"12/7/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":383,"Cost":350,"Date":"12/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":147,"Cost":82,"Date":"1/6/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":140,"Cost":99,"Date":"1/23/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":498,"Cost":363,"Date":"2/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":28,"Cost":27,"Date":"3/10/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":640,"Cost":390,"Date":"3/12/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":997,"Cost":790,"Date":"3/31/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":565,"Cost":307,"Date":"6/16/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":216,"Cost":113,"Date":"6/17/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":132,"Cost":78,"Date":"8/27/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":846,"Cost":741,"Date":"10/1/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":789,"Cost":454,"Date":"11/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":564,"Cost":284,"Date":"11/9/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":566,"Cost":353,"Date":"3/27/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":770,"Cost":498,"Date":"4/17/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":949,"Cost":827,"Date":"8/11/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":919,"Cost":471,"Date":"8/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":320,"Cost":223,"Date":"9/2/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":868,"Cost":500,"Date":"9/5/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":573,"Cost":308,"Date":"9/14/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":570,"Cost":494,"Date":"9/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":496,"Cost":355,"Date":"11/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":751,"Cost":378,"Date":"12/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":84,"Cost":76,"Date":"1/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":197,"Cost":98,"Date":"1/21/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":81,"Cost":57,"Date":"2/9/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":250,"Cost":152,"Date":"3/19/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":691,"Cost":363,"Date":"4/3/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":231,"Cost":118,"Date":"4/5/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":488,"Cost":287,"Date":"4/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":767,"Cost":588,"Date":"7/10/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":327,"Cost":173,"Date":"3/25/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":85,"Cost":80,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":85,"Cost":81,"Date":"10/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":989,"Cost":509,"Date":"3/2/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":597,"Cost":507,"Date":"6/28/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":250,"Cost":130,"Date":"7/17/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":237,"Cost":125,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":593,"Cost":444,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":299,"Cost":230,"Date":"11/20/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":107,"Cost":69,"Date":"12/16/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":754,"Cost":424,"Date":"12/30/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":511,"Cost":300,"Date":"2/15/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":739,"Cost":468,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":127,"Cost":70,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":609,"Cost":449,"Date":"4/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":450,"Cost":285,"Date":"7/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":966,"Cost":640,"Date":"8/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":715,"Cost":558,"Date":"10/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":998,"Cost":845,"Date":"11/11/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":523,"Cost":313,"Date":"11/30/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":156,"Cost":146,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":576,"Cost":526,"Date":"3/1/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":931,"Cost":678,"Date":"4/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":306,"Cost":202,"Date":"5/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":978,"Cost":624,"Date":"8/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":420,"Cost":263,"Date":"9/15/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":98,"Cost":72,"Date":"10/14/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":831,"Cost":478,"Date":"10/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":860,"Cost":629,"Date":"11/11/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":212,"Cost":128,"Date":"12/7/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":334,"Cost":315,"Date":"12/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":923,"Cost":762,"Date":"1/6/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":65,"Cost":51,"Date":"1/23/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":982,"Cost":667,"Date":"2/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":940,"Cost":580,"Date":"3/10/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":18,"Cost":17,"Date":"3/12/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":703,"Cost":405,"Date":"3/31/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":866,"Cost":640,"Date":"6/16/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":657,"Cost":467,"Date":"6/17/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":16,"Cost":13,"Date":"8/27/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":799,"Cost":688,"Date":"10/1/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":189,"Cost":144,"Date":"11/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":42,"Cost":30,"Date":"11/9/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":730,"Cost":663,"Date":"3/27/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":594,"Cost":455,"Date":"4/17/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":682,"Cost":502,"Date":"8/11/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":568,"Cost":468,"Date":"8/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":843,"Cost":503,"Date":"9/2/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":553,"Cost":480,"Date":"9/5/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":688,"Cost":588,"Date":"9/14/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":783,"Cost":439,"Date":"9/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":9,"Cost":4,"Date":"11/20/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":275,"Cost":143,"Date":"12/21/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":931,"Cost":627,"Date":"1/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":928,"Cost":571,"Date":"1/21/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":305,"Cost":256,"Date":"2/9/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":558,"Cost":367,"Date":"3/19/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":445,"Cost":241,"Date":"4/3/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":891,"Cost":479,"Date":"4/5/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":584,"Cost":550,"Date":"4/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":83,"Cost":53,"Date":"7/10/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":772,"Cost":660,"Date":"3/25/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":392,"Cost":210,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":764,"Cost":549,"Date":"10/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":565,"Cost":411,"Date":"3/2/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":580,"Cost":320,"Date":"6/28/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":902,"Cost":608,"Date":"7/17/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":754,"Cost":529,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":880,"Cost":662,"Date":"8/23/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":138,"Cost":107,"Date":"11/20/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":503,"Cost":368,"Date":"12/16/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":646,"Cost":499,"Date":"12/30/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":784,"Cost":398,"Date":"2/15/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":330,"Cost":208,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":561,"Cost":368,"Date":"3/7/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":953,"Cost":711,"Date":"4/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":971,"Cost":674,"Date":"7/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":868,"Cost":451,"Date":"8/18/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":987,"Cost":792,"Date":"10/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":750,"Cost":551,"Date":"11/11/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":720,"Cost":660,"Date":"11/30/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":337,"Cost":207,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":462,"Cost":270,"Date":"3/1/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":255,"Cost":154,"Date":"4/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":262,"Cost":184,"Date":"5/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":379,"Cost":326,"Date":"8/13/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":254,"Cost":195,"Date":"9/15/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":298,"Cost":250,"Date":"10/14/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":775,"Cost":600,"Date":"10/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":319,"Cost":286,"Date":"11/11/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":382,"Cost":285,"Date":"12/7/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":26,"Cost":21,"Date":"12/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":62,"Cost":37,"Date":"1/6/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":659,"Cost":506,"Date":"1/23/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":910,"Cost":858,"Date":"2/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":249,"Cost":153,"Date":"3/10/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":387,"Cost":263,"Date":"3/12/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":153,"Cost":144,"Date":"3/31/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":788,"Cost":451,"Date":"6/16/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":17,"Cost":9,"Date":"6/17/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":956,"Cost":882,"Date":"8/27/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":299,"Cost":191,"Date":"10/1/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":835,"Cost":644,"Date":"11/4/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"ARKET","Country":"India","Sale":985,"Cost":535,"Date":"11/9/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":821,"Cost":490,"Date":"3/27/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":667,"Cost":402,"Date":"4/17/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":753,"Cost":621,"Date":"8/11/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":306,"Cost":265,"Date":"8/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":818,"Cost":608,"Date":"9/2/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":693,"Cost":478,"Date":"9/5/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":345,"Cost":309,"Date":"9/14/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":298,"Cost":273,"Date":"9/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":902,"Cost":655,"Date":"11/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":677,"Cost":609,"Date":"12/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":173,"Cost":130,"Date":"1/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":327,"Cost":214,"Date":"1/21/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":330,"Cost":309,"Date":"2/9/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":157,"Cost":80,"Date":"3/19/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":363,"Cost":284,"Date":"4/3/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":298,"Cost":243,"Date":"4/5/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":164,"Cost":98,"Date":"4/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":779,"Cost":412,"Date":"7/10/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":781,"Cost":463,"Date":"3/25/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":733,"Cost":423,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":523,"Cost":282,"Date":"10/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":178,"Cost":155,"Date":"3/2/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":776,"Cost":441,"Date":"6/28/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":906,"Cost":712,"Date":"7/17/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":973,"Cost":684,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":979,"Cost":570,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":285,"Cost":179,"Date":"11/20/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":511,"Cost":390,"Date":"12/16/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":463,"Cost":387,"Date":"12/30/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":330,"Cost":178,"Date":"2/15/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":807,"Cost":417,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":708,"Cost":586,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":185,"Cost":119,"Date":"4/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":185,"Cost":138,"Date":"7/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":39,"Cost":28,"Date":"8/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":860,"Cost":616,"Date":"10/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":935,"Cost":801,"Date":"11/11/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":590,"Cost":472,"Date":"11/30/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":918,"Cost":659,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":541,"Cost":485,"Date":"3/1/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":828,"Cost":635,"Date":"4/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":994,"Cost":777,"Date":"5/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":464,"Cost":397,"Date":"8/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":881,"Cost":692,"Date":"9/15/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":899,"Cost":633,"Date":"10/14/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":686,"Cost":647,"Date":"10/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":225,"Cost":179,"Date":"11/11/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":461,"Cost":271,"Date":"12/7/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":309,"Cost":230,"Date":"12/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":877,"Cost":492,"Date":"1/6/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":90,"Cost":49,"Date":"1/23/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":991,"Cost":784,"Date":"2/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":39,"Cost":24,"Date":"3/10/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":310,"Cost":238,"Date":"3/12/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":474,"Cost":257,"Date":"3/31/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":154,"Cost":96,"Date":"6/16/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":525,"Cost":400,"Date":"6/17/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":553,"Cost":332,"Date":"8/27/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":879,"Cost":758,"Date":"10/1/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":503,"Cost":410,"Date":"11/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"HM","Country":"India","Sale":725,"Cost":457,"Date":"11/9/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":208,"Cost":169,"Date":"3/27/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":921,"Cost":697,"Date":"4/17/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":338,"Cost":259,"Date":"8/11/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":6,"Cost":6,"Date":"8/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":37,"Cost":24,"Date":"9/2/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":507,"Cost":407,"Date":"9/5/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":807,"Cost":459,"Date":"9/14/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":693,"Cost":445,"Date":"9/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":752,"Cost":475,"Date":"11/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":663,"Cost":365,"Date":"12/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":971,"Cost":676,"Date":"1/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":130,"Cost":98,"Date":"1/21/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":10,"Cost":5,"Date":"2/9/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":912,"Cost":499,"Date":"3/19/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":544,"Cost":344,"Date":"4/3/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":174,"Cost":90,"Date":"4/5/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":157,"Cost":83,"Date":"4/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":920,"Cost":550,"Date":"7/10/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":102,"Cost":56,"Date":"3/25/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":688,"Cost":544,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":843,"Cost":736,"Date":"10/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":870,"Cost":563,"Date":"3/2/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":859,"Cost":494,"Date":"6/28/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":458,"Cost":284,"Date":"7/17/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":247,"Cost":202,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":152,"Cost":133,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":688,"Cost":374,"Date":"11/20/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":680,"Cost":581,"Date":"12/16/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":612,"Cost":524,"Date":"12/30/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":353,"Cost":204,"Date":"2/15/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":834,"Cost":521,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":701,"Cost":612,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":6,"Cost":5,"Date":"4/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":822,"Cost":643,"Date":"7/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":123,"Cost":111,"Date":"8/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":194,"Cost":172,"Date":"10/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":880,"Cost":466,"Date":"11/11/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":612,"Cost":360,"Date":"11/30/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":899,"Cost":766,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":423,"Cost":315,"Date":"3/1/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":7,"Cost":6,"Date":"4/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":788,"Cost":401,"Date":"5/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":996,"Cost":622,"Date":"8/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":30,"Cost":19,"Date":"9/15/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":480,"Cost":250,"Date":"10/14/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":479,"Cost":327,"Date":"10/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":557,"Cost":356,"Date":"11/11/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":861,"Cost":717,"Date":"12/7/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":785,"Cost":619,"Date":"12/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":822,"Cost":644,"Date":"1/6/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":55,"Cost":35,"Date":"1/23/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":698,"Cost":440,"Date":"2/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":561,"Cost":374,"Date":"3/10/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":428,"Cost":273,"Date":"3/12/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":138,"Cost":113,"Date":"3/31/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":745,"Cost":429,"Date":"6/16/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":459,"Cost":343,"Date":"6/17/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":484,"Cost":283,"Date":"8/27/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":955,"Cost":647,"Date":"10/1/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":671,"Cost":509,"Date":"11/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":413,"Cost":333,"Date":"11/9/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":555,"Cost":483,"Date":"3/27/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":323,"Cost":270,"Date":"4/17/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":384,"Cost":198,"Date":"8/11/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":806,"Cost":598,"Date":"8/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":800,"Cost":703,"Date":"9/2/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":420,"Cost":267,"Date":"9/5/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":387,"Cost":271,"Date":"9/14/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":744,"Cost":704,"Date":"9/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":799,"Cost":642,"Date":"11/20/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":78,"Cost":64,"Date":"12/21/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":778,"Cost":535,"Date":"1/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":313,"Cost":260,"Date":"1/21/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":92,"Cost":64,"Date":"2/9/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":348,"Cost":247,"Date":"3/19/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":763,"Cost":640,"Date":"4/3/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":646,"Cost":482,"Date":"4/5/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":621,"Cost":544,"Date":"4/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":84,"Cost":44,"Date":"7/10/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":409,"Cost":320,"Date":"3/25/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":677,"Cost":563,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":9,"Cost":5,"Date":"10/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":804,"Cost":569,"Date":"3/2/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":269,"Cost":251,"Date":"6/28/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":137,"Cost":118,"Date":"7/17/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":619,"Cost":397,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":72,"Cost":64,"Date":"8/23/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":902,"Cost":591,"Date":"11/20/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":281,"Cost":143,"Date":"12/16/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":88,"Cost":62,"Date":"12/30/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":277,"Cost":197,"Date":"2/15/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":26,"Cost":22,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":259,"Cost":240,"Date":"3/7/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":769,"Cost":659,"Date":"4/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":935,"Cost":762,"Date":"7/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":560,"Cost":340,"Date":"8/18/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":516,"Cost":436,"Date":"10/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":732,"Cost":546,"Date":"11/11/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":20,"Cost":19,"Date":"11/30/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":333,"Cost":171,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":87,"Cost":66,"Date":"3/1/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":836,"Cost":542,"Date":"4/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":78,"Cost":48,"Date":"5/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":177,"Cost":107,"Date":"8/13/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":110,"Cost":70,"Date":"9/15/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":787,"Cost":639,"Date":"10/14/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":845,"Cost":436,"Date":"10/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":382,"Cost":215,"Date":"11/11/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":256,"Cost":197,"Date":"12/7/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":1000,"Cost":700,"Date":"12/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":917,"Cost":729,"Date":"1/6/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":450,"Cost":295,"Date":"1/23/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":968,"Cost":641,"Date":"2/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":329,"Cost":227,"Date":"3/10/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":662,"Cost":385,"Date":"3/12/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":935,"Cost":646,"Date":"3/31/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":931,"Cost":489,"Date":"6/16/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":421,"Cost":213,"Date":"6/17/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":892,"Cost":544,"Date":"8/27/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":665,"Cost":395,"Date":"10/1/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":711,"Cost":451,"Date":"11/4/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":222,"Cost":159,"Date":"11/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":602,"Cost":429,"Date":"3/27/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":259,"Cost":164,"Date":"4/17/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":181,"Cost":145,"Date":"8/11/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":660,"Cost":460,"Date":"8/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":223,"Cost":183,"Date":"9/2/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":835,"Cost":785,"Date":"9/5/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":825,"Cost":584,"Date":"9/14/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":962,"Cost":855,"Date":"9/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":987,"Cost":754,"Date":"11/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":251,"Cost":126,"Date":"12/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":859,"Cost":777,"Date":"1/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":447,"Cost":313,"Date":"1/21/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":573,"Cost":445,"Date":"2/9/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":943,"Cost":667,"Date":"3/19/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":376,"Cost":305,"Date":"4/3/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":226,"Cost":196,"Date":"4/5/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":483,"Cost":242,"Date":"4/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":319,"Cost":219,"Date":"7/10/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":122,"Cost":89,"Date":"3/25/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":578,"Cost":334,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":916,"Cost":544,"Date":"10/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":872,"Cost":558,"Date":"3/2/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":221,"Cost":150,"Date":"6/28/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":314,"Cost":203,"Date":"7/17/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":900,"Cost":571,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":538,"Cost":428,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":590,"Cost":529,"Date":"11/20/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":840,"Cost":435,"Date":"12/16/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":309,"Cost":161,"Date":"12/30/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":175,"Cost":91,"Date":"2/15/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":117,"Cost":89,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":997,"Cost":542,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":601,"Cost":525,"Date":"4/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":752,"Cost":432,"Date":"7/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":342,"Cost":317,"Date":"8/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":623,"Cost":382,"Date":"10/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":279,"Cost":189,"Date":"11/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":488,"Cost":257,"Date":"11/30/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":486,"Cost":265,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":63,"Cost":44,"Date":"3/1/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":146,"Cost":99,"Date":"4/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":119,"Cost":98,"Date":"5/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":614,"Cost":412,"Date":"8/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":172,"Cost":92,"Date":"9/15/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":461,"Cost":262,"Date":"10/14/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":327,"Cost":218,"Date":"10/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":91,"Cost":84,"Date":"11/11/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":125,"Cost":78,"Date":"12/7/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":254,"Cost":219,"Date":"12/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":957,"Cost":618,"Date":"1/6/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":812,"Cost":413,"Date":"1/23/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":485,"Cost":420,"Date":"2/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":53,"Cost":45,"Date":"3/10/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":879,"Cost":614,"Date":"3/12/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":225,"Cost":118,"Date":"3/31/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":358,"Cost":187,"Date":"6/16/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":61,"Cost":54,"Date":"6/17/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":187,"Cost":170,"Date":"8/27/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":369,"Cost":205,"Date":"10/1/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":666,"Cost":473,"Date":"11/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":524,"Cost":472,"Date":"11/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":957,"Cost":801,"Date":"3/27/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":375,"Cost":263,"Date":"4/17/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":692,"Cost":544,"Date":"8/11/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":345,"Cost":254,"Date":"8/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":5,"Cost":4,"Date":"9/2/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":21,"Cost":15,"Date":"9/5/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":809,"Cost":650,"Date":"9/14/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":852,"Cost":701,"Date":"9/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":464,"Cost":305,"Date":"11/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":30,"Cost":16,"Date":"12/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":363,"Cost":324,"Date":"1/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":575,"Cost":308,"Date":"1/21/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":569,"Cost":323,"Date":"2/9/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":802,"Cost":506,"Date":"3/19/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":425,"Cost":318,"Date":"4/3/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":827,"Cost":481,"Date":"4/5/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":787,"Cost":442,"Date":"4/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":448,"Cost":406,"Date":"7/10/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":551,"Cost":490,"Date":"3/25/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":552,"Cost":309,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":78,"Cost":57,"Date":"10/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":571,"Cost":398,"Date":"3/2/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":461,"Cost":239,"Date":"6/28/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":268,"Cost":142,"Date":"7/17/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":3,"Cost":3,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":798,"Cost":507,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":62,"Cost":59,"Date":"11/20/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":950,"Cost":806,"Date":"12/16/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":889,"Cost":518,"Date":"12/30/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":155,"Cost":144,"Date":"2/15/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":956,"Cost":894,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":79,"Cost":61,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":903,"Cost":523,"Date":"4/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":550,"Cost":521,"Date":"7/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":643,"Cost":332,"Date":"8/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":693,"Cost":657,"Date":"10/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":838,"Cost":633,"Date":"11/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":701,"Cost":456,"Date":"11/30/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":33,"Cost":17,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":681,"Cost":445,"Date":"3/1/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":624,"Cost":520,"Date":"4/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":20,"Cost":16,"Date":"5/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":640,"Cost":321,"Date":"8/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":246,"Cost":177,"Date":"9/15/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":548,"Cost":507,"Date":"10/14/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":547,"Cost":367,"Date":"10/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":60,"Cost":31,"Date":"11/11/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":991,"Cost":733,"Date":"12/7/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":813,"Cost":593,"Date":"12/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":368,"Cost":327,"Date":"1/6/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":542,"Cost":443,"Date":"1/23/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":161,"Cost":127,"Date":"2/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":206,"Cost":187,"Date":"3/10/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":291,"Cost":188,"Date":"3/12/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":992,"Cost":724,"Date":"3/31/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":283,"Cost":162,"Date":"6/16/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":483,"Cost":450,"Date":"6/17/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":407,"Cost":220,"Date":"8/27/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":707,"Cost":671,"Date":"10/1/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":826,"Cost":736,"Date":"11/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":223,"Cost":177,"Date":"11/9/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":137,"Cost":78,"Date":"3/27/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":4,"Cost":2,"Date":"4/17/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":938,"Cost":847,"Date":"8/11/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":641,"Cost":333,"Date":"8/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":849,"Cost":601,"Date":"9/2/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":489,"Cost":282,"Date":"9/5/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":699,"Cost":399,"Date":"9/14/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":449,"Cost":233,"Date":"9/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":561,"Cost":399,"Date":"11/20/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":80,"Cost":76,"Date":"12/21/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":680,"Cost":473,"Date":"1/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":98,"Cost":73,"Date":"1/21/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":750,"Cost":646,"Date":"2/9/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":792,"Cost":507,"Date":"3/19/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":961,"Cost":742,"Date":"4/3/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":551,"Cost":458,"Date":"4/5/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":472,"Cost":325,"Date":"4/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":246,"Cost":174,"Date":"7/10/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":791,"Cost":512,"Date":"3/25/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":63,"Cost":54,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":171,"Cost":110,"Date":"10/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":150,"Cost":122,"Date":"3/2/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":608,"Cost":401,"Date":"6/28/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":915,"Cost":810,"Date":"7/17/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":81,"Cost":69,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":836,"Cost":694,"Date":"8/23/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":352,"Cost":201,"Date":"11/20/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":395,"Cost":249,"Date":"12/16/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":875,"Cost":479,"Date":"12/30/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":810,"Cost":571,"Date":"2/15/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":212,"Cost":128,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":390,"Cost":246,"Date":"3/7/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":126,"Cost":118,"Date":"4/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":540,"Cost":435,"Date":"7/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":762,"Cost":465,"Date":"8/18/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":300,"Cost":209,"Date":"10/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":288,"Cost":155,"Date":"11/11/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":306,"Cost":289,"Date":"11/30/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":362,"Cost":198,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":892,"Cost":493,"Date":"3/1/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":482,"Cost":338,"Date":"4/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":933,"Cost":772,"Date":"5/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":972,"Cost":782,"Date":"8/13/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":615,"Cost":523,"Date":"9/15/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":521,"Cost":286,"Date":"10/14/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":505,"Cost":445,"Date":"10/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":865,"Cost":725,"Date":"11/11/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":814,"Cost":634,"Date":"12/7/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":136,"Cost":82,"Date":"12/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":913,"Cost":492,"Date":"1/6/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":373,"Cost":346,"Date":"1/23/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":839,"Cost":604,"Date":"2/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":909,"Cost":578,"Date":"3/10/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":72,"Cost":54,"Date":"3/12/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":293,"Cost":237,"Date":"3/31/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":90,"Cost":56,"Date":"6/16/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":509,"Cost":434,"Date":"6/17/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":217,"Cost":184,"Date":"8/27/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":864,"Cost":686,"Date":"10/1/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":89,"Cost":46,"Date":"11/4/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Nova","Country":"India","Sale":267,"Cost":239,"Date":"11/9/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":415,"Cost":228,"Date":"3/27/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":43,"Cost":25,"Date":"4/17/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":919,"Cost":495,"Date":"8/11/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":590,"Cost":385,"Date":"8/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":357,"Cost":210,"Date":"9/2/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":866,"Cost":624,"Date":"9/5/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":416,"Cost":245,"Date":"9/14/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":447,"Cost":238,"Date":"9/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":502,"Cost":298,"Date":"11/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":233,"Cost":160,"Date":"12/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":734,"Cost":442,"Date":"1/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":624,"Cost":344,"Date":"1/21/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":942,"Cost":703,"Date":"2/9/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":140,"Cost":95,"Date":"3/19/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":25,"Cost":14,"Date":"4/3/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":812,"Cost":452,"Date":"4/5/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":846,"Cost":497,"Date":"4/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":365,"Cost":271,"Date":"7/10/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":281,"Cost":141,"Date":"3/25/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":709,"Cost":501,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":864,"Cost":679,"Date":"10/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":793,"Cost":462,"Date":"3/2/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":68,"Cost":41,"Date":"6/28/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":48,"Cost":35,"Date":"7/17/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":423,"Cost":259,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":62,"Cost":52,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":395,"Cost":221,"Date":"11/20/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":255,"Cost":170,"Date":"12/16/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":66,"Cost":60,"Date":"12/30/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":784,"Cost":567,"Date":"2/15/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":160,"Cost":141,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":933,"Cost":686,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":165,"Cost":117,"Date":"4/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":108,"Cost":71,"Date":"7/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":792,"Cost":427,"Date":"8/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":533,"Cost":369,"Date":"10/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":540,"Cost":347,"Date":"11/11/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":520,"Cost":375,"Date":"11/30/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":282,"Cost":167,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":38,"Cost":22,"Date":"3/1/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":385,"Cost":208,"Date":"4/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":464,"Cost":242,"Date":"5/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":923,"Cost":602,"Date":"8/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":844,"Cost":570,"Date":"9/15/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":179,"Cost":167,"Date":"10/14/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":76,"Cost":59,"Date":"10/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":450,"Cost":317,"Date":"11/11/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":570,"Cost":362,"Date":"12/7/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":758,"Cost":689,"Date":"12/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":369,"Cost":330,"Date":"1/6/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":597,"Cost":332,"Date":"1/23/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":111,"Cost":61,"Date":"2/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":921,"Cost":602,"Date":"3/10/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":497,"Cost":430,"Date":"3/12/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":217,"Cost":191,"Date":"3/31/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":762,"Cost":538,"Date":"6/16/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":797,"Cost":687,"Date":"6/17/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":143,"Cost":123,"Date":"8/27/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":253,"Cost":221,"Date":"10/1/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":575,"Cost":503,"Date":"11/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":826,"Cost":630,"Date":"11/9/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":586,"Cost":343,"Date":"3/27/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":265,"Cost":155,"Date":"4/17/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":672,"Cost":460,"Date":"8/11/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":143,"Cost":136,"Date":"8/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":103,"Cost":98,"Date":"9/2/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":957,"Cost":550,"Date":"9/5/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":500,"Cost":421,"Date":"9/14/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":416,"Cost":335,"Date":"9/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":217,"Cost":154,"Date":"11/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":367,"Cost":199,"Date":"12/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":694,"Cost":502,"Date":"1/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":623,"Cost":330,"Date":"1/21/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":705,"Cost":387,"Date":"2/9/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":877,"Cost":741,"Date":"3/19/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":899,"Cost":673,"Date":"4/3/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":334,"Cost":247,"Date":"4/5/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":31,"Cost":30,"Date":"4/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":139,"Cost":99,"Date":"7/10/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":80,"Cost":45,"Date":"3/25/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":594,"Cost":496,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":641,"Cost":518,"Date":"10/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":436,"Cost":229,"Date":"3/2/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":451,"Cost":226,"Date":"6/28/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":478,"Cost":354,"Date":"7/17/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":841,"Cost":761,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":346,"Cost":225,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":438,"Cost":367,"Date":"11/20/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":985,"Cost":913,"Date":"12/16/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":486,"Cost":371,"Date":"12/30/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":234,"Cost":143,"Date":"2/15/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":558,"Cost":439,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":198,"Cost":167,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":193,"Cost":167,"Date":"4/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":443,"Cost":267,"Date":"7/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":759,"Cost":391,"Date":"8/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":437,"Cost":333,"Date":"10/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":521,"Cost":290,"Date":"11/11/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":506,"Cost":474,"Date":"11/30/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":61,"Cost":39,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":311,"Cost":244,"Date":"3/1/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":209,"Cost":148,"Date":"4/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":649,"Cost":511,"Date":"5/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":234,"Cost":202,"Date":"8/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":812,"Cost":734,"Date":"9/15/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":583,"Cost":529,"Date":"10/14/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":584,"Cost":429,"Date":"10/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":262,"Cost":170,"Date":"11/11/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":487,"Cost":342,"Date":"12/7/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":260,"Cost":166,"Date":"12/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":209,"Cost":180,"Date":"1/6/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":646,"Cost":490,"Date":"1/23/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":279,"Cost":222,"Date":"2/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":573,"Cost":308,"Date":"3/10/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":841,"Cost":753,"Date":"3/12/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":698,"Cost":608,"Date":"3/31/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":129,"Cost":78,"Date":"6/16/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":128,"Cost":103,"Date":"6/17/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":552,"Cost":316,"Date":"8/27/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":114,"Cost":69,"Date":"10/1/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":300,"Cost":248,"Date":"11/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM","Country":"India","Sale":571,"Cost":298,"Date":"11/9/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":636,"Cost":342,"Date":"3/27/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":110,"Cost":96,"Date":"4/17/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":548,"Cost":380,"Date":"8/11/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":680,"Cost":386,"Date":"8/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":992,"Cost":815,"Date":"9/2/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":962,"Cost":615,"Date":"9/5/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":977,"Cost":887,"Date":"9/14/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":668,"Cost":364,"Date":"9/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":127,"Cost":120,"Date":"11/20/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":76,"Cost":41,"Date":"12/21/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":351,"Cost":324,"Date":"1/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":920,"Cost":479,"Date":"1/21/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":192,"Cost":166,"Date":"2/9/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":812,"Cost":680,"Date":"3/19/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":574,"Cost":345,"Date":"4/3/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":80,"Cost":58,"Date":"4/5/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":453,"Cost":418,"Date":"4/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":914,"Cost":816,"Date":"7/10/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":852,"Cost":542,"Date":"3/25/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":105,"Cost":76,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":135,"Cost":119,"Date":"10/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":242,"Cost":189,"Date":"3/2/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":792,"Cost":412,"Date":"6/28/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":93,"Cost":81,"Date":"7/17/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":835,"Cost":445,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":586,"Cost":506,"Date":"8/23/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":422,"Cost":334,"Date":"11/20/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":219,"Cost":137,"Date":"12/16/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":497,"Cost":282,"Date":"12/30/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":81,"Cost":75,"Date":"2/15/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":114,"Cost":87,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":620,"Cost":451,"Date":"3/7/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":628,"Cost":376,"Date":"4/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":307,"Cost":179,"Date":"7/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":850,"Cost":756,"Date":"8/18/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":115,"Cost":84,"Date":"10/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":346,"Cost":294,"Date":"11/11/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":511,"Cost":295,"Date":"11/30/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":492,"Cost":312,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":512,"Cost":357,"Date":"3/1/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":261,"Cost":201,"Date":"4/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":863,"Cost":684,"Date":"5/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":194,"Cost":173,"Date":"8/13/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":131,"Cost":114,"Date":"9/15/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":71,"Cost":43,"Date":"10/14/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":656,"Cost":457,"Date":"10/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":714,"Cost":360,"Date":"11/11/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":17,"Cost":9,"Date":"12/7/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":903,"Cost":600,"Date":"12/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":289,"Cost":164,"Date":"1/6/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":591,"Cost":486,"Date":"1/23/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":550,"Cost":329,"Date":"2/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":955,"Cost":511,"Date":"3/10/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":467,"Cost":266,"Date":"3/12/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":564,"Cost":326,"Date":"3/31/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":997,"Cost":607,"Date":"6/16/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":720,"Cost":631,"Date":"6/17/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":542,"Cost":470,"Date":"8/27/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":176,"Cost":112,"Date":"10/1/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":305,"Cost":196,"Date":"11/4/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"ARKET","Country":"India","Sale":866,"Cost":548,"Date":"11/9/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":714,"Cost":456,"Date":"3/27/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":111,"Cost":85,"Date":"4/17/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":221,"Cost":112,"Date":"8/11/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":483,"Cost":271,"Date":"8/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":409,"Cost":350,"Date":"9/2/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":474,"Cost":282,"Date":"9/5/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":971,"Cost":800,"Date":"9/14/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":274,"Cost":160,"Date":"9/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":21,"Cost":19,"Date":"11/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":894,"Cost":555,"Date":"12/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":858,"Cost":800,"Date":"1/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":318,"Cost":178,"Date":"1/21/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":707,"Cost":432,"Date":"2/9/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":949,"Cost":857,"Date":"3/19/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":693,"Cost":562,"Date":"4/3/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":651,"Cost":440,"Date":"4/5/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":117,"Cost":108,"Date":"4/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":164,"Cost":126,"Date":"7/10/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":375,"Cost":295,"Date":"3/25/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":873,"Cost":630,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":324,"Cost":165,"Date":"10/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":540,"Cost":390,"Date":"3/2/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":331,"Cost":288,"Date":"6/28/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":714,"Cost":653,"Date":"7/17/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":598,"Cost":422,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":718,"Cost":533,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":635,"Cost":572,"Date":"11/20/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":441,"Cost":411,"Date":"12/16/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":949,"Cost":570,"Date":"12/30/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":426,"Cost":265,"Date":"2/15/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":289,"Cost":178,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":497,"Cost":414,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":633,"Cost":347,"Date":"4/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":369,"Cost":305,"Date":"7/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":3,"Cost":2,"Date":"8/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":281,"Cost":170,"Date":"10/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":535,"Cost":314,"Date":"11/11/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":597,"Cost":404,"Date":"11/30/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":668,"Cost":336,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":471,"Cost":318,"Date":"3/1/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":402,"Cost":256,"Date":"4/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":89,"Cost":57,"Date":"5/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":573,"Cost":435,"Date":"8/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":437,"Cost":236,"Date":"9/15/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":875,"Cost":484,"Date":"10/14/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":264,"Cost":134,"Date":"10/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":407,"Cost":296,"Date":"11/11/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":52,"Cost":29,"Date":"12/7/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":96,"Cost":67,"Date":"12/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":585,"Cost":491,"Date":"1/6/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":591,"Cost":530,"Date":"1/23/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":164,"Cost":101,"Date":"2/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":768,"Cost":723,"Date":"3/10/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":511,"Cost":349,"Date":"3/12/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":213,"Cost":174,"Date":"3/31/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":360,"Cost":326,"Date":"6/16/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":329,"Cost":250,"Date":"6/17/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":409,"Cost":378,"Date":"8/27/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":353,"Cost":179,"Date":"10/1/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":275,"Cost":212,"Date":"11/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":331,"Cost":167,"Date":"11/9/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":248,"Cost":205,"Date":"3/27/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":963,"Cost":724,"Date":"4/17/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":549,"Cost":331,"Date":"8/11/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":318,"Cost":234,"Date":"8/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":907,"Cost":576,"Date":"9/2/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":46,"Cost":32,"Date":"9/5/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":947,"Cost":491,"Date":"9/14/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":64,"Cost":47,"Date":"9/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":818,"Cost":656,"Date":"11/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":594,"Cost":561,"Date":"12/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":668,"Cost":526,"Date":"1/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":891,"Cost":593,"Date":"1/21/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":196,"Cost":118,"Date":"2/9/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":866,"Cost":645,"Date":"3/19/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":145,"Cost":78,"Date":"4/3/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":143,"Cost":121,"Date":"4/5/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":51,"Cost":38,"Date":"4/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":78,"Cost":52,"Date":"7/10/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":198,"Cost":150,"Date":"3/25/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":141,"Cost":75,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":766,"Cost":611,"Date":"10/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":558,"Cost":353,"Date":"3/2/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":646,"Cost":335,"Date":"6/28/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":996,"Cost":714,"Date":"7/17/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":603,"Cost":312,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":547,"Cost":434,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":366,"Cost":325,"Date":"11/20/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":29,"Cost":26,"Date":"12/16/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":226,"Cost":189,"Date":"12/30/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":215,"Cost":196,"Date":"2/15/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":734,"Cost":402,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":835,"Cost":530,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":890,"Cost":806,"Date":"4/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":901,"Cost":745,"Date":"7/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":597,"Cost":467,"Date":"8/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":570,"Cost":361,"Date":"10/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":22,"Cost":14,"Date":"11/11/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":254,"Cost":178,"Date":"11/30/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":876,"Cost":574,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":628,"Cost":554,"Date":"3/1/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":231,"Cost":148,"Date":"4/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":712,"Cost":460,"Date":"5/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":833,"Cost":455,"Date":"8/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":584,"Cost":458,"Date":"9/15/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":185,"Cost":163,"Date":"10/14/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":809,"Cost":555,"Date":"10/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":324,"Cost":211,"Date":"11/11/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":894,"Cost":511,"Date":"12/7/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":419,"Cost":264,"Date":"12/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":325,"Cost":243,"Date":"1/6/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":767,"Cost":649,"Date":"1/23/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":970,"Cost":740,"Date":"2/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":770,"Cost":692,"Date":"3/10/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":729,"Cost":588,"Date":"3/12/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":174,"Cost":154,"Date":"3/31/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":285,"Cost":228,"Date":"6/16/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":637,"Cost":598,"Date":"6/17/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":709,"Cost":478,"Date":"8/27/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":895,"Cost":704,"Date":"10/1/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":323,"Cost":260,"Date":"11/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":906,"Cost":504,"Date":"11/9/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":161,"Cost":141,"Date":"3/27/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":946,"Cost":675,"Date":"4/17/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":872,"Cost":814,"Date":"8/11/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":805,"Cost":603,"Date":"8/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":44,"Cost":23,"Date":"9/2/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":394,"Cost":328,"Date":"9/5/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":173,"Cost":156,"Date":"9/14/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":513,"Cost":453,"Date":"9/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":465,"Cost":350,"Date":"11/20/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":702,"Cost":414,"Date":"12/21/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":435,"Cost":278,"Date":"1/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":251,"Cost":218,"Date":"1/21/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":574,"Cost":459,"Date":"2/9/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":993,"Cost":525,"Date":"3/19/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":703,"Cost":628,"Date":"4/3/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":305,"Cost":213,"Date":"4/5/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":126,"Cost":82,"Date":"4/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":239,"Cost":187,"Date":"7/10/2019"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":613,"Cost":535,"Date":"3/25/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":554,"Cost":434,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":636,"Cost":537,"Date":"10/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":335,"Cost":234,"Date":"3/2/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":410,"Cost":377,"Date":"6/28/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":406,"Cost":233,"Date":"7/17/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":156,"Cost":145,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":513,"Cost":257,"Date":"8/23/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":721,"Cost":377,"Date":"11/20/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":90,"Cost":82,"Date":"12/16/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":707,"Cost":362,"Date":"12/30/2021"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":183,"Cost":159,"Date":"2/15/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":919,"Cost":509,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":586,"Cost":392,"Date":"3/7/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":428,"Cost":219,"Date":"4/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":551,"Cost":386,"Date":"7/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":735,"Cost":454,"Date":"8/18/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":842,"Cost":675,"Date":"10/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":220,"Cost":147,"Date":"11/11/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":814,"Cost":717,"Date":"11/30/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":189,"Cost":154,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":482,"Cost":355,"Date":"3/1/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":310,"Cost":199,"Date":"4/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":310,"Cost":267,"Date":"5/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":491,"Cost":381,"Date":"8/13/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":975,"Cost":618,"Date":"9/15/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":277,"Cost":198,"Date":"10/14/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":785,"Cost":524,"Date":"10/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":504,"Cost":284,"Date":"11/11/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":953,"Cost":633,"Date":"12/7/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":208,"Cost":161,"Date":"12/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":347,"Cost":270,"Date":"1/6/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":467,"Cost":425,"Date":"1/23/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":856,"Cost":629,"Date":"2/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":8,"Cost":5,"Date":"3/10/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":235,"Cost":220,"Date":"3/12/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":720,"Cost":480,"Date":"3/31/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":487,"Cost":441,"Date":"6/16/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":648,"Cost":558,"Date":"6/17/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":296,"Cost":252,"Date":"8/27/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":333,"Cost":194,"Date":"10/1/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":168,"Cost":118,"Date":"11/4/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":521,"Cost":450,"Date":"11/9/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":844,"Cost":713,"Date":"3/27/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":6,"Cost":3,"Date":"4/17/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":149,"Cost":140,"Date":"8/11/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":966,"Cost":688,"Date":"8/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":333,"Cost":245,"Date":"9/2/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":909,"Cost":537,"Date":"9/5/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":955,"Cost":905,"Date":"9/14/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":717,"Cost":613,"Date":"9/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":880,"Cost":750,"Date":"11/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":411,"Cost":265,"Date":"12/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":839,"Cost":781,"Date":"1/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":722,"Cost":634,"Date":"1/21/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":852,"Cost":699,"Date":"2/9/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":404,"Cost":293,"Date":"3/19/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":741,"Cost":531,"Date":"4/3/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":301,"Cost":158,"Date":"4/5/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":290,"Cost":176,"Date":"4/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":541,"Cost":327,"Date":"7/10/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":693,"Cost":587,"Date":"3/25/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":962,"Cost":563,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":683,"Cost":458,"Date":"10/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":754,"Cost":623,"Date":"3/2/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":226,"Cost":195,"Date":"6/28/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":43,"Cost":24,"Date":"7/17/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":270,"Cost":151,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":687,"Cost":522,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":151,"Cost":136,"Date":"11/20/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":36,"Cost":23,"Date":"12/16/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":133,"Cost":112,"Date":"12/30/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":503,"Cost":354,"Date":"2/15/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":325,"Cost":290,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":253,"Cost":185,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":848,"Cost":660,"Date":"4/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":368,"Cost":193,"Date":"7/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":880,"Cost":724,"Date":"8/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":695,"Cost":383,"Date":"10/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":49,"Cost":38,"Date":"11/11/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":228,"Cost":203,"Date":"11/30/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":440,"Cost":414,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":362,"Cost":244,"Date":"3/1/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":280,"Cost":209,"Date":"4/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":854,"Cost":646,"Date":"5/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":857,"Cost":478,"Date":"8/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":859,"Cost":628,"Date":"9/15/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":550,"Cost":355,"Date":"10/14/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":840,"Cost":639,"Date":"10/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":40,"Cost":22,"Date":"11/11/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":748,"Cost":572,"Date":"12/7/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":559,"Cost":518,"Date":"12/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":759,"Cost":399,"Date":"1/6/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":403,"Cost":284,"Date":"1/23/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":857,"Cost":591,"Date":"2/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":840,"Cost":565,"Date":"3/10/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":489,"Cost":289,"Date":"3/12/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":992,"Cost":827,"Date":"3/31/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":564,"Cost":468,"Date":"6/16/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":72,"Cost":64,"Date":"6/17/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":831,"Cost":499,"Date":"8/27/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":902,"Cost":751,"Date":"10/1/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":699,"Cost":530,"Date":"11/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM","Country":"Italy","Sale":336,"Cost":187,"Date":"11/9/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":579,"Cost":421,"Date":"3/27/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":316,"Cost":291,"Date":"4/17/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":991,"Cost":588,"Date":"8/11/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":722,"Cost":526,"Date":"8/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":63,"Cost":48,"Date":"9/2/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":124,"Cost":103,"Date":"9/5/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":967,"Cost":692,"Date":"9/14/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":19,"Cost":15,"Date":"9/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":929,"Cost":877,"Date":"11/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":36,"Cost":23,"Date":"12/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":204,"Cost":110,"Date":"1/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":732,"Cost":683,"Date":"1/21/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":580,"Cost":487,"Date":"2/9/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":844,"Cost":501,"Date":"3/19/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":125,"Cost":108,"Date":"4/3/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":631,"Cost":476,"Date":"4/5/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":14,"Cost":8,"Date":"4/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":670,"Cost":528,"Date":"7/10/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":28,"Cost":26,"Date":"3/25/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":941,"Cost":792,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":904,"Cost":635,"Date":"10/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":16,"Cost":9,"Date":"3/2/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":393,"Cost":210,"Date":"6/28/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":869,"Cost":550,"Date":"7/17/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":556,"Cost":427,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":292,"Cost":252,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":346,"Cost":181,"Date":"11/20/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":37,"Cost":19,"Date":"12/16/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":173,"Cost":142,"Date":"12/30/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":278,"Cost":239,"Date":"2/15/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":448,"Cost":360,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":137,"Cost":72,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":603,"Cost":365,"Date":"4/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":685,"Cost":471,"Date":"7/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":599,"Cost":462,"Date":"8/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":587,"Cost":465,"Date":"10/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":406,"Cost":223,"Date":"11/11/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":495,"Cost":297,"Date":"11/30/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":450,"Cost":378,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":125,"Cost":87,"Date":"3/1/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":620,"Cost":408,"Date":"4/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":438,"Cost":320,"Date":"5/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":804,"Cost":619,"Date":"8/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":363,"Cost":247,"Date":"9/15/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":569,"Cost":299,"Date":"10/14/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":236,"Cost":118,"Date":"10/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":304,"Cost":263,"Date":"11/11/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":849,"Cost":657,"Date":"12/7/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":665,"Cost":533,"Date":"12/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":214,"Cost":181,"Date":"1/6/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":761,"Cost":442,"Date":"1/23/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":236,"Cost":156,"Date":"2/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":247,"Cost":218,"Date":"3/10/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":194,"Cost":173,"Date":"3/12/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":498,"Cost":383,"Date":"3/31/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":251,"Cost":227,"Date":"6/16/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":976,"Cost":792,"Date":"6/17/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":684,"Cost":642,"Date":"8/27/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":117,"Cost":109,"Date":"10/1/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":313,"Cost":263,"Date":"11/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":889,"Cost":449,"Date":"11/9/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":656,"Cost":328,"Date":"3/27/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":233,"Cost":184,"Date":"4/17/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":526,"Cost":270,"Date":"8/11/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":950,"Cost":719,"Date":"8/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":968,"Cost":669,"Date":"9/2/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":112,"Cost":88,"Date":"9/5/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":119,"Cost":103,"Date":"9/14/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":431,"Cost":255,"Date":"9/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":421,"Cost":340,"Date":"11/20/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":152,"Cost":112,"Date":"12/21/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":856,"Cost":576,"Date":"1/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":95,"Cost":70,"Date":"1/21/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":143,"Cost":111,"Date":"2/9/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":255,"Cost":168,"Date":"3/19/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":147,"Cost":93,"Date":"4/3/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":943,"Cost":529,"Date":"4/5/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":570,"Cost":535,"Date":"4/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":272,"Cost":218,"Date":"7/10/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":742,"Cost":397,"Date":"3/25/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":627,"Cost":353,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":416,"Cost":276,"Date":"10/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":62,"Cost":34,"Date":"3/2/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":818,"Cost":584,"Date":"6/28/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":87,"Cost":70,"Date":"7/17/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":816,"Cost":459,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":81,"Cost":48,"Date":"8/23/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":67,"Cost":57,"Date":"11/20/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":698,"Cost":622,"Date":"12/16/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":540,"Cost":349,"Date":"12/30/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":738,"Cost":683,"Date":"2/15/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":998,"Cost":805,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":100,"Cost":53,"Date":"3/7/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":257,"Cost":172,"Date":"4/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":278,"Cost":238,"Date":"7/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":846,"Cost":467,"Date":"8/18/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":314,"Cost":243,"Date":"10/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":967,"Cost":686,"Date":"11/11/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":151,"Cost":127,"Date":"11/30/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":618,"Cost":354,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":992,"Cost":628,"Date":"3/1/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":473,"Cost":320,"Date":"4/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":245,"Cost":224,"Date":"5/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":834,"Cost":429,"Date":"8/13/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":731,"Cost":567,"Date":"9/15/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":346,"Cost":173,"Date":"10/14/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":395,"Cost":321,"Date":"10/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":475,"Cost":369,"Date":"11/11/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":52,"Cost":42,"Date":"12/7/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":291,"Cost":273,"Date":"12/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":464,"Cost":296,"Date":"1/6/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":654,"Cost":412,"Date":"1/23/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":726,"Cost":398,"Date":"2/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":310,"Cost":231,"Date":"3/10/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":237,"Cost":193,"Date":"3/12/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":324,"Cost":198,"Date":"3/31/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":892,"Cost":480,"Date":"6/16/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":107,"Cost":88,"Date":"6/17/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":742,"Cost":551,"Date":"8/27/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":7,"Cost":7,"Date":"10/1/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":131,"Cost":103,"Date":"11/4/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":238,"Cost":221,"Date":"11/9/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":509,"Cost":339,"Date":"3/27/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":133,"Cost":82,"Date":"4/17/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":445,"Cost":311,"Date":"8/11/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":17,"Cost":15,"Date":"8/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":852,"Cost":798,"Date":"9/2/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":531,"Cost":361,"Date":"9/5/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":994,"Cost":725,"Date":"9/14/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":381,"Cost":252,"Date":"9/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":476,"Cost":335,"Date":"11/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":507,"Cost":307,"Date":"12/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":675,"Cost":618,"Date":"1/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":995,"Cost":686,"Date":"1/21/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":86,"Cost":55,"Date":"2/9/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":518,"Cost":336,"Date":"3/19/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":605,"Cost":319,"Date":"4/3/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":506,"Cost":450,"Date":"4/5/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":112,"Cost":63,"Date":"4/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":729,"Cost":388,"Date":"7/10/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":737,"Cost":695,"Date":"3/25/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":733,"Cost":629,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":951,"Cost":679,"Date":"10/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":896,"Cost":789,"Date":"3/2/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":163,"Cost":87,"Date":"6/28/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":532,"Cost":491,"Date":"7/17/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":724,"Cost":531,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":882,"Cost":813,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":458,"Cost":369,"Date":"11/20/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":974,"Cost":797,"Date":"12/16/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":878,"Cost":705,"Date":"12/30/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":311,"Cost":265,"Date":"2/15/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":525,"Cost":455,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":615,"Cost":325,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":391,"Cost":299,"Date":"4/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":789,"Cost":553,"Date":"7/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":91,"Cost":79,"Date":"8/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":399,"Cost":210,"Date":"10/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":345,"Cost":213,"Date":"11/11/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":630,"Cost":581,"Date":"11/30/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":741,"Cost":415,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":956,"Cost":897,"Date":"3/1/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":41,"Cost":21,"Date":"4/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":589,"Cost":333,"Date":"5/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":752,"Cost":532,"Date":"8/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":460,"Cost":313,"Date":"9/15/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":443,"Cost":291,"Date":"10/14/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":656,"Cost":334,"Date":"10/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":15,"Cost":13,"Date":"11/11/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":933,"Cost":838,"Date":"12/7/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":206,"Cost":181,"Date":"12/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":786,"Cost":534,"Date":"1/6/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":673,"Cost":407,"Date":"1/23/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":401,"Cost":201,"Date":"2/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":529,"Cost":360,"Date":"3/10/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":765,"Cost":639,"Date":"3/12/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":570,"Cost":421,"Date":"3/31/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":932,"Cost":636,"Date":"6/16/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":778,"Cost":502,"Date":"6/17/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":691,"Cost":349,"Date":"8/27/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":800,"Cost":588,"Date":"10/1/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":379,"Cost":325,"Date":"11/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":997,"Cost":527,"Date":"11/9/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":163,"Cost":88,"Date":"3/27/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":863,"Cost":522,"Date":"4/17/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":632,"Cost":574,"Date":"8/11/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":142,"Cost":76,"Date":"8/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":391,"Cost":290,"Date":"9/2/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":561,"Cost":316,"Date":"9/5/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":332,"Cost":189,"Date":"9/14/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":386,"Cost":235,"Date":"9/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":588,"Cost":537,"Date":"11/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":145,"Cost":135,"Date":"12/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":779,"Cost":399,"Date":"1/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":430,"Cost":277,"Date":"1/21/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":837,"Cost":526,"Date":"2/9/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":89,"Cost":54,"Date":"3/19/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":921,"Cost":649,"Date":"4/3/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":96,"Date":"4/5/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":254,"Cost":157,"Date":"4/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":876,"Cost":565,"Date":"7/10/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":308,"Cost":222,"Date":"3/25/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":525,"Cost":483,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":501,"Cost":416,"Date":"10/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":576,"Cost":508,"Date":"3/2/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":4,"Cost":3,"Date":"6/28/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":657,"Cost":377,"Date":"7/17/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":909,"Cost":590,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":98,"Cost":63,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":302,"Cost":159,"Date":"11/20/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":926,"Cost":646,"Date":"12/16/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":566,"Cost":313,"Date":"12/30/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":807,"Cost":454,"Date":"2/15/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":827,"Cost":692,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":172,"Cost":141,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":237,"Cost":214,"Date":"4/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":992,"Cost":511,"Date":"7/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":472,"Cost":300,"Date":"8/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":616,"Cost":535,"Date":"10/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":71,"Cost":47,"Date":"11/11/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":455,"Cost":370,"Date":"11/30/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":9,"Cost":8,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":916,"Cost":741,"Date":"3/1/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":144,"Cost":87,"Date":"4/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":893,"Cost":796,"Date":"5/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":416,"Cost":370,"Date":"8/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":330,"Cost":309,"Date":"9/15/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":448,"Cost":284,"Date":"10/14/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":588,"Cost":454,"Date":"10/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":662,"Cost":495,"Date":"11/11/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":347,"Cost":180,"Date":"12/7/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":143,"Cost":107,"Date":"12/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":838,"Cost":568,"Date":"1/6/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":270,"Cost":211,"Date":"1/23/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":455,"Cost":276,"Date":"2/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":285,"Cost":175,"Date":"3/10/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":541,"Cost":277,"Date":"3/12/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":152,"Cost":107,"Date":"3/31/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":10,"Cost":6,"Date":"6/16/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":778,"Cost":533,"Date":"6/17/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":337,"Cost":309,"Date":"8/27/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":244,"Cost":187,"Date":"10/1/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":431,"Cost":316,"Date":"11/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Sellpy","Country":"Italy","Sale":29,"Cost":24,"Date":"11/9/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":710,"Cost":527,"Date":"3/27/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":919,"Cost":669,"Date":"4/17/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":140,"Cost":125,"Date":"8/11/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":679,"Cost":538,"Date":"8/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":547,"Cost":335,"Date":"9/2/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":396,"Date":"9/5/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":912,"Cost":534,"Date":"9/14/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":352,"Cost":275,"Date":"9/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":899,"Cost":526,"Date":"11/20/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":335,"Cost":251,"Date":"12/21/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":499,"Cost":257,"Date":"1/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":459,"Cost":359,"Date":"1/21/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":604,"Cost":441,"Date":"2/9/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":762,"Cost":546,"Date":"3/19/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":55,"Cost":36,"Date":"4/3/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":293,"Cost":185,"Date":"4/5/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":228,"Cost":151,"Date":"4/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":793,"Cost":519,"Date":"7/10/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":355,"Cost":245,"Date":"3/25/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":374,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":669,"Cost":424,"Date":"10/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":163,"Cost":134,"Date":"3/2/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":127,"Cost":105,"Date":"6/28/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":830,"Cost":485,"Date":"7/17/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":905,"Cost":699,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":27,"Cost":13,"Date":"8/23/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":975,"Cost":507,"Date":"11/20/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":210,"Cost":165,"Date":"12/16/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":817,"Cost":556,"Date":"12/30/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":916,"Cost":756,"Date":"2/15/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":777,"Cost":451,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":695,"Cost":539,"Date":"3/7/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":600,"Cost":487,"Date":"4/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":880,"Cost":589,"Date":"7/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":390,"Cost":338,"Date":"8/18/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":706,"Cost":584,"Date":"10/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":249,"Cost":201,"Date":"11/11/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":392,"Cost":263,"Date":"11/30/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":588,"Cost":546,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":184,"Cost":99,"Date":"3/1/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":569,"Cost":436,"Date":"4/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":449,"Cost":347,"Date":"5/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":514,"Cost":452,"Date":"8/13/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":135,"Cost":105,"Date":"9/15/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":272,"Cost":211,"Date":"10/14/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":453,"Cost":260,"Date":"10/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":587,"Cost":315,"Date":"11/11/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":461,"Cost":326,"Date":"12/7/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":20,"Cost":11,"Date":"12/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":92,"Cost":62,"Date":"1/6/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":270,"Cost":203,"Date":"1/23/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":798,"Cost":504,"Date":"2/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":698,"Cost":606,"Date":"3/10/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":569,"Cost":537,"Date":"3/12/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":814,"Cost":563,"Date":"3/31/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":63,"Cost":46,"Date":"6/16/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":910,"Cost":692,"Date":"6/17/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":935,"Cost":641,"Date":"8/27/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":693,"Cost":629,"Date":"10/1/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":11,"Cost":8,"Date":"11/4/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":700,"Cost":382,"Date":"11/9/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":826,"Cost":697,"Date":"3/27/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":234,"Cost":212,"Date":"4/17/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":64,"Cost":60,"Date":"8/11/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":952,"Cost":852,"Date":"8/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":536,"Cost":380,"Date":"9/2/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":80,"Cost":65,"Date":"9/5/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":697,"Cost":446,"Date":"9/14/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":523,"Cost":307,"Date":"9/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":860,"Cost":705,"Date":"11/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":45,"Cost":29,"Date":"12/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":29,"Cost":22,"Date":"1/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":305,"Cost":181,"Date":"1/21/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":829,"Cost":782,"Date":"2/9/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":37,"Cost":27,"Date":"3/19/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":583,"Cost":386,"Date":"4/3/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":491,"Cost":384,"Date":"4/5/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":554,"Cost":359,"Date":"4/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":725,"Cost":483,"Date":"7/10/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":113,"Cost":67,"Date":"3/25/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":731,"Cost":457,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":46,"Cost":25,"Date":"10/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":616,"Cost":468,"Date":"3/2/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":412,"Cost":372,"Date":"6/28/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":546,"Cost":322,"Date":"7/17/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":909,"Cost":819,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":623,"Cost":352,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":419,"Cost":301,"Date":"11/20/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":274,"Cost":252,"Date":"12/16/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":777,"Cost":449,"Date":"12/30/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":38,"Cost":33,"Date":"2/15/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":349,"Cost":316,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":735,"Cost":397,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":128,"Cost":75,"Date":"4/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":674,"Cost":362,"Date":"7/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":626,"Cost":534,"Date":"8/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":580,"Cost":539,"Date":"10/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":69,"Cost":59,"Date":"11/11/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":231,"Cost":203,"Date":"11/30/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":584,"Cost":488,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":438,"Date":"3/1/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":698,"Cost":543,"Date":"4/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":970,"Cost":767,"Date":"5/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":534,"Cost":502,"Date":"8/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":355,"Cost":274,"Date":"9/15/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":462,"Cost":311,"Date":"10/14/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":517,"Cost":384,"Date":"10/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":484,"Cost":271,"Date":"11/11/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":337,"Cost":280,"Date":"12/7/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":800,"Cost":683,"Date":"12/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":382,"Cost":341,"Date":"1/6/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":498,"Cost":450,"Date":"1/23/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":974,"Cost":658,"Date":"2/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":812,"Cost":565,"Date":"3/10/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":231,"Cost":129,"Date":"3/12/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":555,"Cost":320,"Date":"3/31/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":310,"Cost":207,"Date":"6/16/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":301,"Cost":160,"Date":"6/17/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":295,"Cost":156,"Date":"8/27/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":167,"Cost":155,"Date":"10/1/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":435,"Cost":269,"Date":"11/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"ARKET","Country":"Italy","Sale":55,"Cost":41,"Date":"11/9/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":808,"Cost":618,"Date":"3/27/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":415,"Cost":354,"Date":"4/17/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":307,"Cost":154,"Date":"8/11/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":929,"Cost":561,"Date":"8/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":697,"Cost":412,"Date":"9/2/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":526,"Cost":358,"Date":"9/5/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":317,"Cost":206,"Date":"9/14/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":544,"Cost":447,"Date":"9/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":602,"Cost":513,"Date":"11/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":422,"Cost":269,"Date":"12/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":835,"Cost":561,"Date":"1/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":675,"Cost":475,"Date":"1/21/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":708,"Cost":558,"Date":"2/9/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":278,"Cost":244,"Date":"3/19/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":144,"Cost":83,"Date":"4/3/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":513,"Cost":468,"Date":"4/5/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":370,"Cost":264,"Date":"4/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":72,"Cost":66,"Date":"7/10/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":362,"Cost":340,"Date":"3/25/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":663,"Cost":528,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":981,"Cost":838,"Date":"10/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":366,"Cost":265,"Date":"3/2/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":424,"Cost":314,"Date":"6/28/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":685,"Cost":350,"Date":"7/17/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":917,"Cost":820,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":550,"Cost":445,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":641,"Cost":424,"Date":"11/20/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":339,"Cost":255,"Date":"12/16/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":17,"Cost":14,"Date":"12/30/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":688,"Cost":406,"Date":"2/15/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":517,"Cost":356,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":859,"Cost":605,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":522,"Cost":420,"Date":"4/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":54,"Cost":28,"Date":"7/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":258,"Cost":191,"Date":"8/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":37,"Cost":23,"Date":"10/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":178,"Cost":104,"Date":"11/11/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":948,"Cost":708,"Date":"11/30/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":91,"Cost":59,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":843,"Cost":559,"Date":"3/1/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":771,"Cost":661,"Date":"4/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":610,"Cost":435,"Date":"5/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":840,"Cost":641,"Date":"8/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":482,"Cost":337,"Date":"9/15/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":309,"Cost":275,"Date":"10/14/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":340,"Cost":231,"Date":"10/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":579,"Cost":503,"Date":"11/11/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":553,"Cost":304,"Date":"12/7/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":224,"Cost":159,"Date":"12/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":905,"Cost":617,"Date":"1/6/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":636,"Cost":417,"Date":"1/23/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":913,"Cost":643,"Date":"2/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":553,"Cost":509,"Date":"3/10/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":778,"Cost":692,"Date":"3/12/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":919,"Cost":720,"Date":"3/31/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":882,"Cost":812,"Date":"6/16/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":768,"Cost":494,"Date":"6/17/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":69,"Cost":52,"Date":"8/27/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":252,"Cost":232,"Date":"10/1/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":933,"Cost":469,"Date":"11/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"COS","Country":"Italy","Sale":590,"Cost":444,"Date":"11/9/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":236,"Cost":178,"Date":"3/27/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":708,"Cost":481,"Date":"4/17/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":797,"Cost":643,"Date":"8/11/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":49,"Cost":26,"Date":"8/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":661,"Cost":616,"Date":"9/2/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":686,"Cost":648,"Date":"9/5/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":276,"Cost":205,"Date":"9/14/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":158,"Cost":99,"Date":"9/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":160,"Cost":99,"Date":"11/20/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":686,"Cost":354,"Date":"12/21/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":788,"Cost":590,"Date":"1/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":142,"Cost":125,"Date":"1/21/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":300,"Cost":216,"Date":"2/9/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":375,"Cost":251,"Date":"3/19/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":779,"Cost":563,"Date":"4/3/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":875,"Cost":451,"Date":"4/5/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":887,"Cost":455,"Date":"4/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":973,"Cost":918,"Date":"7/10/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":282,"Cost":196,"Date":"3/25/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":999,"Cost":659,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":573,"Cost":420,"Date":"10/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":935,"Cost":844,"Date":"3/2/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":874,"Cost":518,"Date":"6/28/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":718,"Cost":626,"Date":"7/17/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":943,"Cost":491,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":679,"Cost":453,"Date":"8/23/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":157,"Cost":97,"Date":"11/20/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":33,"Cost":18,"Date":"12/16/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":212,"Cost":191,"Date":"12/30/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":946,"Cost":753,"Date":"2/15/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":730,"Cost":446,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":740,"Cost":450,"Date":"3/7/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":492,"Cost":327,"Date":"4/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":877,"Cost":499,"Date":"7/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":32,"Cost":26,"Date":"8/18/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":376,"Cost":244,"Date":"10/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":818,"Cost":442,"Date":"11/11/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":587,"Cost":389,"Date":"11/30/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":763,"Cost":567,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":332,"Cost":223,"Date":"3/1/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":523,"Cost":410,"Date":"4/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":123,"Cost":68,"Date":"5/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":429,"Cost":394,"Date":"8/13/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":673,"Cost":425,"Date":"9/15/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":577,"Cost":302,"Date":"10/14/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":45,"Cost":36,"Date":"10/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":692,"Cost":409,"Date":"11/11/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":145,"Cost":110,"Date":"12/7/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":148,"Cost":88,"Date":"12/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":868,"Cost":533,"Date":"1/6/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":960,"Cost":567,"Date":"1/23/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":478,"Cost":416,"Date":"2/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":278,"Cost":196,"Date":"3/10/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":440,"Cost":333,"Date":"3/12/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":983,"Cost":817,"Date":"3/31/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":649,"Cost":342,"Date":"6/16/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":359,"Cost":323,"Date":"6/17/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":607,"Cost":390,"Date":"8/27/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":346,"Cost":268,"Date":"10/1/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":119,"Cost":109,"Date":"11/4/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":253,"Cost":228,"Date":"11/9/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":234,"Cost":137,"Date":"3/27/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":733,"Cost":414,"Date":"4/17/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":295,"Cost":256,"Date":"8/11/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":249,"Cost":201,"Date":"8/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":306,"Cost":274,"Date":"9/2/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":307,"Cost":202,"Date":"9/5/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":25,"Cost":19,"Date":"9/14/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":871,"Cost":726,"Date":"9/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":854,"Cost":555,"Date":"11/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":381,"Cost":256,"Date":"12/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":893,"Cost":585,"Date":"1/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":222,"Cost":168,"Date":"1/21/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":102,"Cost":85,"Date":"2/9/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":287,"Cost":189,"Date":"3/19/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":978,"Cost":836,"Date":"4/3/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":286,"Cost":183,"Date":"4/5/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":715,"Cost":515,"Date":"4/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":711,"Cost":602,"Date":"7/10/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":124,"Cost":112,"Date":"3/25/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":760,"Cost":436,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":822,"Cost":431,"Date":"10/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":297,"Cost":164,"Date":"3/2/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":705,"Cost":360,"Date":"6/28/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":645,"Cost":558,"Date":"7/17/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":584,"Cost":360,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":656,"Cost":540,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":598,"Cost":430,"Date":"11/20/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":597,"Cost":366,"Date":"12/16/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":478,"Cost":403,"Date":"12/30/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":448,"Cost":277,"Date":"2/15/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":592,"Cost":395,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":29,"Cost":21,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":992,"Cost":742,"Date":"4/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":985,"Cost":672,"Date":"7/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":69,"Cost":60,"Date":"8/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":757,"Cost":685,"Date":"10/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":4,"Cost":2,"Date":"11/11/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":477,"Cost":412,"Date":"11/30/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":244,"Cost":194,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":750,"Cost":460,"Date":"3/1/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":871,"Cost":588,"Date":"4/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":971,"Cost":544,"Date":"5/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":278,"Cost":197,"Date":"8/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":262,"Cost":157,"Date":"9/15/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":258,"Cost":198,"Date":"10/14/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":205,"Cost":107,"Date":"10/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":833,"Cost":436,"Date":"11/11/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":403,"Cost":238,"Date":"12/7/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":372,"Cost":190,"Date":"12/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":695,"Cost":471,"Date":"1/6/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":824,"Cost":440,"Date":"1/23/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":107,"Cost":59,"Date":"2/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":5,"Cost":4,"Date":"3/10/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":900,"Cost":487,"Date":"3/12/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":252,"Cost":201,"Date":"3/31/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":1,"Cost":0,"Date":"6/16/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":915,"Cost":486,"Date":"6/17/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":399,"Cost":373,"Date":"8/27/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":627,"Cost":419,"Date":"10/1/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":903,"Cost":759,"Date":"11/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":335,"Cost":270,"Date":"11/9/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":753,"Cost":601,"Date":"3/27/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":49,"Cost":34,"Date":"4/17/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":628,"Cost":398,"Date":"8/11/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":101,"Cost":72,"Date":"8/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":557,"Cost":505,"Date":"9/2/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":514,"Cost":308,"Date":"9/5/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":336,"Cost":299,"Date":"9/14/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":628,"Cost":586,"Date":"9/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":834,"Cost":679,"Date":"11/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":313,"Cost":265,"Date":"12/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":43,"Cost":40,"Date":"1/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":368,"Cost":252,"Date":"1/21/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":626,"Cost":507,"Date":"2/9/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":869,"Cost":482,"Date":"3/19/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":706,"Cost":400,"Date":"4/3/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":585,"Cost":498,"Date":"4/5/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":946,"Cost":515,"Date":"4/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":394,"Cost":365,"Date":"7/10/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":362,"Cost":220,"Date":"3/25/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":445,"Cost":355,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":58,"Cost":29,"Date":"10/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":713,"Cost":463,"Date":"3/2/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":573,"Cost":526,"Date":"6/28/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":296,"Cost":262,"Date":"7/17/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":249,"Cost":137,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":26,"Cost":23,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":311,"Cost":247,"Date":"11/20/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":358,"Cost":336,"Date":"12/16/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":235,"Cost":177,"Date":"12/30/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":64,"Cost":57,"Date":"2/15/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":232,"Cost":195,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":554,"Cost":416,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":451,"Date":"4/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":359,"Cost":313,"Date":"7/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":539,"Cost":463,"Date":"8/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":34,"Cost":32,"Date":"10/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":416,"Cost":377,"Date":"11/11/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":589,"Cost":437,"Date":"11/30/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":202,"Cost":146,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":250,"Cost":196,"Date":"3/1/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":970,"Cost":616,"Date":"4/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":913,"Cost":529,"Date":"5/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":274,"Cost":166,"Date":"8/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":11,"Cost":9,"Date":"9/15/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":673,"Cost":340,"Date":"10/14/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":943,"Cost":638,"Date":"10/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":450,"Cost":303,"Date":"11/11/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":639,"Cost":332,"Date":"12/7/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":469,"Cost":294,"Date":"12/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":851,"Cost":463,"Date":"1/6/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":263,"Cost":200,"Date":"1/23/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":480,"Cost":362,"Date":"2/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":577,"Cost":414,"Date":"3/10/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":984,"Cost":829,"Date":"3/12/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":816,"Cost":752,"Date":"3/31/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":815,"Cost":537,"Date":"6/16/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":348,"Cost":302,"Date":"6/17/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":564,"Cost":494,"Date":"8/27/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":501,"Cost":298,"Date":"10/1/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":178,"Cost":139,"Date":"11/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":543,"Cost":470,"Date":"11/9/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":539,"Cost":493,"Date":"3/27/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":184,"Cost":117,"Date":"4/17/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":151,"Cost":110,"Date":"8/11/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":566,"Cost":377,"Date":"8/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":398,"Cost":283,"Date":"9/2/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":239,"Cost":216,"Date":"9/5/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":608,"Cost":361,"Date":"9/14/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":213,"Cost":132,"Date":"9/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":601,"Cost":474,"Date":"11/20/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":785,"Cost":407,"Date":"12/21/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":386,"Cost":350,"Date":"1/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":815,"Cost":519,"Date":"1/21/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":629,"Cost":476,"Date":"2/9/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":762,"Cost":483,"Date":"3/19/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":503,"Cost":327,"Date":"4/3/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":388,"Cost":326,"Date":"4/5/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":244,"Cost":190,"Date":"4/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":654,"Cost":346,"Date":"7/10/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":802,"Cost":663,"Date":"3/25/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":915,"Cost":622,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":281,"Cost":260,"Date":"10/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":981,"Cost":658,"Date":"3/2/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":278,"Cost":232,"Date":"6/28/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":39,"Cost":21,"Date":"7/17/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":467,"Cost":340,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":518,"Cost":475,"Date":"8/23/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":180,"Cost":149,"Date":"11/20/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":178,"Cost":168,"Date":"12/16/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":642,"Cost":584,"Date":"12/30/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":98,"Cost":88,"Date":"2/15/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":892,"Cost":603,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":8,"Cost":8,"Date":"3/7/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":11,"Cost":6,"Date":"4/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":123,"Cost":91,"Date":"7/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":991,"Cost":912,"Date":"8/18/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":554,"Cost":336,"Date":"10/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":152,"Cost":116,"Date":"11/11/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":917,"Cost":607,"Date":"11/30/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":519,"Cost":284,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":144,"Cost":100,"Date":"3/1/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":412,"Cost":326,"Date":"4/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":221,"Cost":202,"Date":"5/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":475,"Cost":359,"Date":"8/13/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":650,"Cost":513,"Date":"9/15/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":664,"Cost":571,"Date":"10/14/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":466,"Cost":241,"Date":"10/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":473,"Cost":437,"Date":"11/11/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":679,"Cost":514,"Date":"12/7/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":196,"Cost":175,"Date":"12/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":513,"Cost":311,"Date":"1/6/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":473,"Cost":356,"Date":"1/23/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":726,"Cost":641,"Date":"2/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":160,"Cost":105,"Date":"3/10/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":423,"Cost":221,"Date":"3/12/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":247,"Cost":170,"Date":"3/31/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":988,"Cost":501,"Date":"6/16/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":223,"Cost":210,"Date":"6/17/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":610,"Cost":342,"Date":"8/27/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":623,"Cost":359,"Date":"10/1/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":287,"Cost":226,"Date":"11/4/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":565,"Cost":407,"Date":"11/9/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":671,"Cost":586,"Date":"3/27/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":317,"Cost":284,"Date":"4/17/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":924,"Cost":849,"Date":"8/11/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":327,"Cost":170,"Date":"8/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":469,"Cost":270,"Date":"9/2/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":132,"Cost":83,"Date":"9/5/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":892,"Cost":561,"Date":"9/14/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":694,"Cost":653,"Date":"9/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":402,"Cost":367,"Date":"11/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":466,"Cost":317,"Date":"12/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":993,"Cost":733,"Date":"1/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":805,"Cost":716,"Date":"1/21/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":875,"Cost":677,"Date":"2/9/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":810,"Cost":426,"Date":"3/19/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":356,"Cost":304,"Date":"4/3/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":952,"Cost":731,"Date":"4/5/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":653,"Cost":349,"Date":"4/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":35,"Cost":25,"Date":"7/10/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":47,"Cost":35,"Date":"3/25/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":105,"Cost":78,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":718,"Cost":602,"Date":"10/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":315,"Cost":258,"Date":"3/2/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":258,"Cost":159,"Date":"6/28/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":537,"Cost":427,"Date":"7/17/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":590,"Cost":541,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":103,"Cost":59,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":742,"Cost":463,"Date":"11/20/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":160,"Cost":121,"Date":"12/16/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":554,"Cost":366,"Date":"12/30/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":774,"Cost":607,"Date":"2/15/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":630,"Cost":532,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":493,"Cost":380,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":14,"Cost":8,"Date":"4/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":60,"Cost":52,"Date":"7/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":660,"Cost":609,"Date":"8/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":620,"Cost":420,"Date":"10/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":762,"Cost":437,"Date":"11/11/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":324,"Cost":244,"Date":"11/30/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":359,"Cost":271,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":396,"Cost":371,"Date":"3/1/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":776,"Cost":507,"Date":"4/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":108,"Cost":72,"Date":"5/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":372,"Cost":248,"Date":"8/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":536,"Cost":475,"Date":"9/15/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":271,"Cost":166,"Date":"10/14/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":493,"Cost":389,"Date":"10/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":875,"Cost":542,"Date":"11/11/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":278,"Cost":188,"Date":"12/7/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":177,"Cost":119,"Date":"12/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":458,"Cost":297,"Date":"1/6/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":871,"Cost":470,"Date":"1/23/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":18,"Cost":14,"Date":"2/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":512,"Cost":473,"Date":"3/10/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":745,"Cost":487,"Date":"3/12/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":348,"Cost":324,"Date":"3/31/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":965,"Cost":735,"Date":"6/16/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":992,"Cost":898,"Date":"6/17/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":884,"Cost":460,"Date":"8/27/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":600,"Cost":531,"Date":"10/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":897,"Cost":504,"Date":"11/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":250,"Cost":232,"Date":"11/9/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":959,"Cost":758,"Date":"3/27/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":734,"Cost":481,"Date":"4/17/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":354,"Cost":314,"Date":"8/11/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":653,"Cost":525,"Date":"8/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":277,"Cost":149,"Date":"9/2/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":66,"Cost":53,"Date":"9/5/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":26,"Cost":17,"Date":"9/14/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":130,"Cost":89,"Date":"9/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":900,"Cost":457,"Date":"11/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":624,"Cost":505,"Date":"12/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":310,"Cost":255,"Date":"1/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":962,"Cost":775,"Date":"1/21/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":847,"Cost":791,"Date":"2/9/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":897,"Cost":452,"Date":"3/19/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":615,"Cost":492,"Date":"4/3/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":596,"Cost":495,"Date":"4/5/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":947,"Cost":630,"Date":"4/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":940,"Cost":540,"Date":"7/10/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":438,"Cost":278,"Date":"3/25/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":59,"Cost":47,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":579,"Cost":293,"Date":"10/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":649,"Cost":353,"Date":"3/2/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":779,"Cost":425,"Date":"6/28/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":420,"Cost":210,"Date":"7/17/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":857,"Cost":814,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":286,"Cost":181,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":628,"Cost":473,"Date":"11/20/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":96,"Cost":53,"Date":"12/16/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":243,"Cost":181,"Date":"12/30/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":13,"Cost":10,"Date":"2/15/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":446,"Cost":234,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":299,"Cost":172,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":172,"Cost":116,"Date":"4/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":835,"Cost":423,"Date":"7/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":799,"Cost":475,"Date":"8/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":912,"Cost":571,"Date":"10/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":590,"Cost":413,"Date":"11/11/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":745,"Cost":496,"Date":"11/30/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":535,"Cost":502,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":999,"Cost":554,"Date":"3/1/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":599,"Cost":557,"Date":"4/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":58,"Cost":32,"Date":"5/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":963,"Cost":613,"Date":"8/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":694,"Date":"9/15/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":608,"Cost":535,"Date":"10/14/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":19,"Cost":10,"Date":"10/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":596,"Cost":356,"Date":"11/11/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":661,"Cost":562,"Date":"12/7/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":890,"Cost":838,"Date":"12/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":448,"Cost":337,"Date":"1/6/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":273,"Cost":231,"Date":"1/23/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":40,"Cost":28,"Date":"2/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":279,"Cost":247,"Date":"3/10/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":557,"Cost":429,"Date":"3/12/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":833,"Cost":549,"Date":"3/31/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":848,"Cost":578,"Date":"6/16/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":996,"Cost":550,"Date":"6/17/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":410,"Cost":342,"Date":"8/27/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":275,"Cost":204,"Date":"10/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":821,"Cost":527,"Date":"11/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":276,"Cost":180,"Date":"11/9/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":374,"Cost":341,"Date":"3/27/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":60,"Cost":32,"Date":"4/17/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":173,"Cost":145,"Date":"8/11/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":655,"Cost":460,"Date":"8/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":422,"Cost":392,"Date":"9/2/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":517,"Cost":307,"Date":"9/5/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":352,"Cost":328,"Date":"9/14/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":270,"Cost":245,"Date":"9/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":463,"Cost":355,"Date":"11/20/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":693,"Cost":483,"Date":"12/21/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":208,"Cost":160,"Date":"1/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":883,"Cost":769,"Date":"1/21/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":569,"Cost":401,"Date":"2/9/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":235,"Cost":196,"Date":"3/19/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":260,"Cost":203,"Date":"4/3/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":380,"Cost":331,"Date":"4/5/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":994,"Cost":890,"Date":"4/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":492,"Cost":382,"Date":"7/10/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":875,"Cost":462,"Date":"3/25/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":387,"Cost":340,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":253,"Cost":219,"Date":"10/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":543,"Cost":475,"Date":"3/2/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":882,"Cost":648,"Date":"6/28/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":201,"Cost":114,"Date":"7/17/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":871,"Cost":662,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":165,"Cost":104,"Date":"8/23/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":276,"Cost":161,"Date":"11/20/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":47,"Cost":24,"Date":"12/16/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":558,"Cost":467,"Date":"12/30/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":818,"Cost":546,"Date":"2/15/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":22,"Cost":13,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":40,"Cost":38,"Date":"3/7/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":852,"Cost":488,"Date":"4/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":989,"Cost":525,"Date":"7/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":862,"Cost":451,"Date":"8/18/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":758,"Cost":501,"Date":"10/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":788,"Cost":608,"Date":"11/11/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":707,"Cost":622,"Date":"11/30/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":607,"Cost":470,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":841,"Cost":491,"Date":"3/1/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":900,"Cost":826,"Date":"4/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":579,"Cost":343,"Date":"5/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":205,"Cost":121,"Date":"8/13/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":51,"Cost":39,"Date":"9/15/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":230,"Cost":211,"Date":"10/14/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":909,"Cost":614,"Date":"10/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":296,"Cost":184,"Date":"11/11/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":766,"Cost":582,"Date":"12/7/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":817,"Cost":508,"Date":"12/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":158,"Cost":135,"Date":"1/6/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":601,"Cost":390,"Date":"1/23/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":220,"Cost":180,"Date":"2/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":400,"Cost":262,"Date":"3/10/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":674,"Cost":397,"Date":"3/12/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":670,"Cost":607,"Date":"3/31/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":767,"Cost":603,"Date":"6/16/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":80,"Cost":70,"Date":"6/17/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":379,"Cost":223,"Date":"8/27/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":717,"Cost":489,"Date":"10/1/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":451,"Cost":392,"Date":"11/4/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Sellpy","Country":"Italy","Sale":391,"Cost":315,"Date":"11/9/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":70,"Cost":55,"Date":"3/27/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":281,"Cost":156,"Date":"4/17/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":152,"Cost":132,"Date":"8/11/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":824,"Cost":465,"Date":"8/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":297,"Cost":176,"Date":"9/2/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":71,"Cost":59,"Date":"9/5/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":459,"Cost":351,"Date":"9/14/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":696,"Cost":348,"Date":"9/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":937,"Cost":545,"Date":"11/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":596,"Cost":311,"Date":"12/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":208,"Cost":166,"Date":"1/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":616,"Cost":384,"Date":"1/21/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":959,"Cost":698,"Date":"2/9/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":321,"Cost":295,"Date":"3/19/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":987,"Cost":894,"Date":"4/3/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":118,"Cost":88,"Date":"4/5/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":920,"Cost":791,"Date":"4/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":465,"Cost":281,"Date":"7/10/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":755,"Cost":434,"Date":"3/25/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":735,"Cost":454,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":984,"Cost":741,"Date":"10/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":722,"Cost":611,"Date":"3/2/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":870,"Cost":635,"Date":"6/28/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":217,"Cost":130,"Date":"7/17/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":749,"Cost":431,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":288,"Cost":144,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":813,"Cost":470,"Date":"11/20/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":33,"Cost":29,"Date":"12/16/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":339,"Cost":211,"Date":"12/30/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":12,"Cost":9,"Date":"2/15/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":391,"Cost":348,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":976,"Cost":844,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":223,"Cost":181,"Date":"4/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":4,"Cost":4,"Date":"7/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":2,"Cost":2,"Date":"8/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":865,"Cost":446,"Date":"10/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":936,"Cost":565,"Date":"11/11/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":537,"Cost":341,"Date":"11/30/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":687,"Cost":647,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":691,"Cost":627,"Date":"3/1/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":658,"Cost":519,"Date":"4/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":658,"Cost":625,"Date":"5/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":5,"Cost":3,"Date":"8/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":886,"Cost":741,"Date":"9/15/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":702,"Cost":486,"Date":"10/14/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":913,"Cost":730,"Date":"10/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":724,"Cost":596,"Date":"11/11/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":78,"Cost":59,"Date":"12/7/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":629,"Cost":538,"Date":"12/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":380,"Cost":249,"Date":"1/6/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":31,"Cost":16,"Date":"1/23/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":893,"Cost":838,"Date":"2/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":659,"Cost":470,"Date":"3/10/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":483,"Cost":444,"Date":"3/12/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":752,"Cost":545,"Date":"3/31/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":396,"Cost":271,"Date":"6/16/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":354,"Cost":279,"Date":"6/17/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":447,"Cost":388,"Date":"8/27/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":911,"Cost":642,"Date":"10/1/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":175,"Cost":103,"Date":"11/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":281,"Cost":257,"Date":"11/9/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":249,"Cost":216,"Date":"3/27/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":31,"Cost":25,"Date":"4/17/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":49,"Cost":27,"Date":"8/11/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":713,"Cost":622,"Date":"8/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":339,"Cost":181,"Date":"9/2/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":223,"Cost":131,"Date":"9/5/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":296,"Cost":169,"Date":"9/14/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":486,"Cost":339,"Date":"9/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":818,"Cost":447,"Date":"11/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":130,"Cost":119,"Date":"12/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":615,"Cost":330,"Date":"1/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":870,"Cost":579,"Date":"1/21/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":915,"Cost":569,"Date":"2/9/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":320,"Cost":223,"Date":"3/19/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":176,"Cost":164,"Date":"4/3/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":526,"Cost":456,"Date":"4/5/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":231,"Cost":137,"Date":"4/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":748,"Cost":509,"Date":"7/10/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":930,"Cost":470,"Date":"3/25/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":308,"Cost":231,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":79,"Cost":45,"Date":"10/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":611,"Cost":538,"Date":"3/2/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":996,"Cost":789,"Date":"6/28/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":797,"Cost":451,"Date":"7/17/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":622,"Cost":465,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":310,"Cost":203,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":727,"Cost":497,"Date":"11/20/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":522,"Cost":370,"Date":"12/16/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":661,"Cost":341,"Date":"12/30/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":204,"Cost":132,"Date":"2/15/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":858,"Cost":777,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":692,"Cost":402,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":84,"Cost":49,"Date":"4/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":966,"Cost":708,"Date":"7/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":692,"Cost":389,"Date":"8/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":169,"Cost":145,"Date":"10/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":942,"Cost":708,"Date":"11/11/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":804,"Cost":750,"Date":"11/30/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":757,"Cost":508,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":943,"Cost":680,"Date":"3/1/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":679,"Cost":340,"Date":"4/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":270,"Cost":202,"Date":"5/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":293,"Cost":193,"Date":"8/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":463,"Cost":267,"Date":"9/15/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":326,"Cost":269,"Date":"10/14/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":564,"Cost":359,"Date":"10/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":754,"Cost":669,"Date":"11/11/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":109,"Cost":80,"Date":"12/7/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":629,"Cost":525,"Date":"12/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":784,"Cost":606,"Date":"1/6/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":855,"Cost":491,"Date":"1/23/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":577,"Cost":493,"Date":"2/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":72,"Cost":43,"Date":"3/10/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":483,"Cost":440,"Date":"3/12/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":801,"Cost":430,"Date":"3/31/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":735,"Cost":375,"Date":"6/16/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":744,"Cost":465,"Date":"6/17/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":118,"Cost":105,"Date":"8/27/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":603,"Cost":455,"Date":"10/1/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":438,"Cost":283,"Date":"11/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":605,"Cost":567,"Date":"11/9/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":45,"Cost":41,"Date":"3/27/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":931,"Cost":779,"Date":"4/17/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":445,"Cost":405,"Date":"8/11/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":476,"Cost":378,"Date":"8/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":779,"Cost":659,"Date":"9/2/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":108,"Cost":85,"Date":"9/5/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":739,"Cost":464,"Date":"9/14/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":212,"Cost":140,"Date":"9/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":266,"Cost":191,"Date":"11/20/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":946,"Cost":545,"Date":"12/21/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":818,"Cost":669,"Date":"1/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":406,"Cost":330,"Date":"1/21/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":248,"Cost":230,"Date":"2/9/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":843,"Cost":436,"Date":"3/19/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":202,"Cost":182,"Date":"4/3/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":784,"Cost":469,"Date":"4/5/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":830,"Cost":469,"Date":"4/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":277,"Cost":241,"Date":"7/10/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":514,"Cost":338,"Date":"3/25/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":53,"Cost":38,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":844,"Cost":608,"Date":"10/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":819,"Cost":461,"Date":"3/2/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":635,"Cost":556,"Date":"6/28/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":443,"Cost":242,"Date":"7/17/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":535,"Cost":425,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":928,"Cost":612,"Date":"8/23/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":405,"Cost":362,"Date":"11/20/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":37,"Cost":31,"Date":"12/16/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":158,"Cost":150,"Date":"12/30/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":29,"Cost":20,"Date":"2/15/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":655,"Cost":510,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":333,"Cost":270,"Date":"3/7/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":786,"Cost":427,"Date":"4/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":117,"Cost":68,"Date":"7/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":351,"Cost":289,"Date":"8/18/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":337,"Cost":210,"Date":"10/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":696,"Cost":484,"Date":"11/11/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":482,"Cost":283,"Date":"11/30/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":566,"Cost":449,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":783,"Cost":454,"Date":"3/1/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":548,"Cost":438,"Date":"4/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":952,"Cost":709,"Date":"5/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":144,"Cost":85,"Date":"8/13/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":656,"Cost":603,"Date":"9/15/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":480,"Cost":369,"Date":"10/14/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":208,"Cost":143,"Date":"10/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":295,"Cost":208,"Date":"11/11/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":924,"Cost":827,"Date":"12/7/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":202,"Cost":126,"Date":"12/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":668,"Cost":478,"Date":"1/6/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":456,"Cost":358,"Date":"1/23/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":862,"Cost":715,"Date":"2/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":968,"Cost":531,"Date":"3/10/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":8,"Cost":7,"Date":"3/12/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":741,"Cost":576,"Date":"3/31/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":695,"Cost":526,"Date":"6/16/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":611,"Cost":493,"Date":"6/17/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":174,"Cost":157,"Date":"8/27/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":830,"Cost":666,"Date":"10/1/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":603,"Cost":560,"Date":"11/4/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":363,"Date":"11/9/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":463,"Cost":336,"Date":"3/27/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":325,"Cost":270,"Date":"4/17/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":865,"Cost":715,"Date":"8/11/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":992,"Cost":925,"Date":"8/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":415,"Cost":245,"Date":"9/2/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":743,"Cost":457,"Date":"9/5/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":481,"Cost":426,"Date":"9/14/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":41,"Cost":22,"Date":"9/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":184,"Cost":124,"Date":"11/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":183,"Cost":119,"Date":"12/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":914,"Cost":532,"Date":"1/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":348,"Cost":264,"Date":"1/21/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":764,"Cost":568,"Date":"2/9/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":161,"Cost":86,"Date":"3/19/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":269,"Cost":161,"Date":"4/3/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":417,"Cost":326,"Date":"4/5/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":534,"Cost":460,"Date":"4/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":359,"Cost":228,"Date":"7/10/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":600,"Cost":396,"Date":"3/25/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":136,"Cost":103,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":252,"Cost":165,"Date":"10/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":743,"Cost":655,"Date":"3/2/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":737,"Cost":619,"Date":"6/28/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":574,"Cost":531,"Date":"7/17/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":463,"Cost":250,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":555,"Cost":333,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":899,"Cost":679,"Date":"11/20/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":750,"Cost":580,"Date":"12/16/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":904,"Cost":785,"Date":"12/30/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":447,"Cost":300,"Date":"2/15/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":348,"Cost":325,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":436,"Cost":226,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":373,"Cost":219,"Date":"4/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":877,"Cost":645,"Date":"7/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":603,"Cost":313,"Date":"8/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":253,"Cost":179,"Date":"10/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":338,"Cost":319,"Date":"11/11/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":761,"Cost":511,"Date":"11/30/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":601,"Cost":512,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":891,"Cost":575,"Date":"3/1/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":733,"Cost":425,"Date":"4/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":768,"Cost":607,"Date":"5/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":934,"Cost":619,"Date":"8/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":614,"Cost":576,"Date":"9/15/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":178,"Cost":154,"Date":"10/14/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":137,"Cost":123,"Date":"10/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":349,"Cost":244,"Date":"11/11/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":71,"Cost":53,"Date":"12/7/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":5,"Cost":4,"Date":"12/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":681,"Cost":411,"Date":"1/6/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":782,"Cost":472,"Date":"1/23/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":690,"Cost":519,"Date":"2/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":798,"Cost":571,"Date":"3/10/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":763,"Cost":722,"Date":"3/12/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":409,"Cost":231,"Date":"3/31/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":10,"Cost":8,"Date":"6/16/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":935,"Cost":502,"Date":"6/17/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":51,"Cost":34,"Date":"8/27/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":997,"Cost":902,"Date":"10/1/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":473,"Cost":271,"Date":"11/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM","Country":"Italy","Sale":97,"Cost":67,"Date":"11/9/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":789,"Cost":517,"Date":"3/27/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":411,"Cost":276,"Date":"4/17/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":310,"Cost":282,"Date":"8/11/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":58,"Cost":52,"Date":"8/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":327,"Cost":174,"Date":"9/2/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":866,"Cost":591,"Date":"9/5/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":868,"Cost":801,"Date":"9/14/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":688,"Cost":345,"Date":"9/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":484,"Cost":314,"Date":"11/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":653,"Cost":608,"Date":"12/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":706,"Cost":594,"Date":"1/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":445,"Cost":269,"Date":"1/21/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":453,"Cost":340,"Date":"2/9/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":666,"Cost":618,"Date":"3/19/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":330,"Cost":172,"Date":"4/3/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":589,"Cost":407,"Date":"4/5/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":423,"Cost":237,"Date":"4/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":828,"Cost":730,"Date":"7/10/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":871,"Cost":540,"Date":"3/25/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":639,"Cost":532,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":943,"Cost":846,"Date":"10/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":557,"Cost":440,"Date":"3/2/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":647,"Cost":453,"Date":"6/28/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":642,"Cost":477,"Date":"7/17/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":469,"Cost":304,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":366,"Cost":201,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":75,"Cost":69,"Date":"11/20/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":859,"Cost":525,"Date":"12/16/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":188,"Cost":136,"Date":"12/30/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":647,"Cost":531,"Date":"2/15/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":265,"Cost":202,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":588,"Cost":375,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":133,"Cost":91,"Date":"4/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":781,"Cost":640,"Date":"7/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":225,"Cost":211,"Date":"8/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":295,"Cost":253,"Date":"10/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":377,"Cost":313,"Date":"11/11/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":604,"Cost":559,"Date":"11/30/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":51,"Cost":27,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":757,"Cost":670,"Date":"3/1/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":446,"Cost":327,"Date":"4/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":675,"Cost":415,"Date":"5/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":441,"Cost":243,"Date":"8/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":77,"Cost":57,"Date":"9/15/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":337,"Cost":228,"Date":"10/14/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":22,"Cost":15,"Date":"10/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":72,"Cost":39,"Date":"11/11/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":692,"Cost":596,"Date":"12/7/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":476,"Cost":268,"Date":"12/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":12,"Cost":6,"Date":"1/6/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":232,"Cost":125,"Date":"1/23/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":708,"Cost":595,"Date":"2/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":804,"Cost":607,"Date":"3/10/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":930,"Cost":545,"Date":"3/12/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":275,"Cost":226,"Date":"3/31/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":665,"Cost":396,"Date":"6/16/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":558,"Cost":353,"Date":"6/17/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":795,"Cost":523,"Date":"8/27/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":977,"Cost":493,"Date":"10/1/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":963,"Cost":787,"Date":"11/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"HM Home","Country":"Italy","Sale":197,"Cost":129,"Date":"11/9/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":593,"Cost":478,"Date":"3/27/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":514,"Cost":484,"Date":"4/17/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":578,"Cost":394,"Date":"8/11/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":141,"Cost":133,"Date":"8/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":783,"Cost":453,"Date":"9/2/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":557,"Cost":510,"Date":"9/5/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":873,"Cost":580,"Date":"9/14/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":408,"Cost":276,"Date":"9/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":371,"Cost":222,"Date":"11/20/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":697,"Cost":434,"Date":"12/21/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":125,"Cost":113,"Date":"1/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":707,"Cost":413,"Date":"1/21/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":601,"Cost":484,"Date":"2/9/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":955,"Cost":906,"Date":"3/19/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":403,"Cost":332,"Date":"4/3/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":947,"Cost":589,"Date":"4/5/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":812,"Cost":734,"Date":"4/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":168,"Cost":156,"Date":"7/10/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":199,"Cost":181,"Date":"3/25/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":483,"Cost":387,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":146,"Cost":98,"Date":"10/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":839,"Cost":427,"Date":"3/2/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":476,"Cost":286,"Date":"6/28/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":488,"Cost":410,"Date":"7/17/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":321,"Cost":297,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":512,"Cost":478,"Date":"8/23/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":833,"Cost":620,"Date":"11/20/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":22,"Cost":14,"Date":"12/16/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":271,"Cost":231,"Date":"12/30/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":850,"Cost":605,"Date":"2/15/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":967,"Cost":617,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":725,"Cost":413,"Date":"3/7/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":361,"Cost":198,"Date":"4/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":725,"Cost":509,"Date":"7/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":64,"Cost":47,"Date":"8/18/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":947,"Cost":713,"Date":"10/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":25,"Cost":16,"Date":"11/11/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":986,"Cost":796,"Date":"11/30/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":941,"Cost":672,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":232,"Cost":211,"Date":"3/1/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":392,"Cost":282,"Date":"4/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":369,"Cost":312,"Date":"5/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":310,"Cost":183,"Date":"8/13/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":935,"Cost":793,"Date":"9/15/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":523,"Cost":368,"Date":"10/14/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":91,"Cost":47,"Date":"10/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":818,"Cost":468,"Date":"11/11/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":550,"Cost":421,"Date":"12/7/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":351,"Cost":217,"Date":"12/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":951,"Cost":897,"Date":"1/6/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":249,"Cost":179,"Date":"1/23/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":11,"Cost":10,"Date":"2/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":904,"Cost":554,"Date":"3/10/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":374,"Cost":263,"Date":"3/12/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":491,"Cost":273,"Date":"3/31/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":472,"Cost":351,"Date":"6/16/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":523,"Cost":450,"Date":"6/17/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":461,"Cost":426,"Date":"8/27/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":861,"Cost":774,"Date":"10/1/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":571,"Cost":289,"Date":"11/4/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":30,"Cost":24,"Date":"11/9/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":403,"Cost":317,"Date":"3/27/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":105,"Cost":60,"Date":"4/17/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":437,"Cost":383,"Date":"8/11/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":833,"Cost":643,"Date":"8/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":777,"Cost":602,"Date":"9/2/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":381,"Cost":243,"Date":"9/5/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":605,"Cost":476,"Date":"9/14/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":638,"Cost":573,"Date":"9/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":527,"Cost":465,"Date":"11/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":744,"Cost":549,"Date":"12/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":816,"Cost":646,"Date":"1/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":661,"Cost":496,"Date":"1/21/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":543,"Cost":473,"Date":"2/9/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":589,"Cost":354,"Date":"3/19/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":57,"Cost":50,"Date":"4/3/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":649,"Cost":367,"Date":"4/5/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":757,"Cost":599,"Date":"4/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":219,"Cost":134,"Date":"7/10/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":449,"Cost":410,"Date":"3/25/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":104,"Cost":81,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":716,"Cost":658,"Date":"10/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":183,"Cost":117,"Date":"3/2/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":399,"Cost":297,"Date":"6/28/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":395,"Cost":198,"Date":"7/17/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":890,"Cost":517,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":718,"Cost":405,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":223,"Cost":205,"Date":"11/20/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":630,"Cost":561,"Date":"12/16/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":32,"Cost":18,"Date":"12/30/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":388,"Cost":365,"Date":"2/15/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":290,"Cost":203,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":859,"Cost":650,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":778,"Cost":658,"Date":"4/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":389,"Cost":198,"Date":"7/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":245,"Cost":200,"Date":"8/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":169,"Cost":151,"Date":"10/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":322,"Cost":162,"Date":"11/11/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":742,"Cost":648,"Date":"11/30/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":109,"Cost":90,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":487,"Cost":257,"Date":"3/1/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":189,"Cost":133,"Date":"4/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":179,"Cost":128,"Date":"5/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":628,"Cost":315,"Date":"8/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":175,"Cost":111,"Date":"9/15/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":647,"Cost":468,"Date":"10/14/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":445,"Cost":336,"Date":"10/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":799,"Cost":751,"Date":"11/11/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":827,"Cost":576,"Date":"12/7/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":387,"Cost":327,"Date":"12/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":609,"Cost":444,"Date":"1/6/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":153,"Cost":93,"Date":"1/23/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":384,"Date":"2/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":195,"Cost":105,"Date":"3/10/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":809,"Cost":496,"Date":"3/12/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":198,"Cost":101,"Date":"3/31/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":691,"Cost":393,"Date":"6/16/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":515,"Cost":447,"Date":"6/17/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":58,"Cost":30,"Date":"8/27/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":650,"Cost":610,"Date":"10/1/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":513,"Cost":458,"Date":"11/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":462,"Date":"11/9/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":944,"Cost":707,"Date":"3/27/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":68,"Cost":38,"Date":"4/17/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":612,"Cost":499,"Date":"8/11/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":298,"Cost":237,"Date":"8/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":681,"Cost":535,"Date":"9/2/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":414,"Cost":344,"Date":"9/5/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":910,"Cost":511,"Date":"9/14/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":564,"Cost":332,"Date":"9/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":913,"Cost":465,"Date":"11/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":318,"Cost":197,"Date":"12/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":866,"Cost":725,"Date":"1/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":894,"Cost":600,"Date":"1/21/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":847,"Cost":771,"Date":"2/9/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":59,"Cost":52,"Date":"3/19/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":460,"Cost":270,"Date":"4/3/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":835,"Cost":684,"Date":"4/5/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":626,"Cost":412,"Date":"4/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":294,"Cost":181,"Date":"7/10/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":110,"Cost":58,"Date":"3/25/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":501,"Cost":464,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":291,"Cost":146,"Date":"10/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":557,"Cost":356,"Date":"3/2/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":966,"Cost":574,"Date":"6/28/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":324,"Cost":254,"Date":"7/17/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":621,"Cost":419,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":868,"Cost":791,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":986,"Cost":668,"Date":"11/20/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":931,"Cost":601,"Date":"12/16/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":992,"Cost":699,"Date":"12/30/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":210,"Cost":170,"Date":"2/15/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":223,"Cost":167,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":64,"Cost":37,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":834,"Cost":682,"Date":"4/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":959,"Cost":641,"Date":"7/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":580,"Cost":406,"Date":"8/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":350,"Cost":322,"Date":"10/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":114,"Cost":59,"Date":"11/11/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":839,"Cost":496,"Date":"11/30/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":562,"Cost":331,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":232,"Cost":126,"Date":"3/1/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":675,"Cost":401,"Date":"4/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":751,"Cost":559,"Date":"5/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":553,"Cost":425,"Date":"8/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":516,"Cost":327,"Date":"9/15/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":850,"Cost":807,"Date":"10/14/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":189,"Cost":177,"Date":"10/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":629,"Cost":539,"Date":"11/11/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":686,"Cost":508,"Date":"12/7/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":755,"Cost":440,"Date":"12/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":860,"Cost":606,"Date":"1/6/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":685,"Cost":361,"Date":"1/23/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":898,"Cost":757,"Date":"2/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":474,"Cost":267,"Date":"3/10/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":835,"Cost":654,"Date":"3/12/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":655,"Cost":433,"Date":"3/31/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":822,"Cost":501,"Date":"6/16/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":482,"Cost":293,"Date":"6/17/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":707,"Cost":488,"Date":"8/27/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":537,"Cost":429,"Date":"10/1/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":820,"Cost":526,"Date":"11/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":77,"Cost":39,"Date":"11/9/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":401,"Cost":319,"Date":"3/27/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":937,"Cost":770,"Date":"4/17/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":382,"Cost":192,"Date":"8/11/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":886,"Cost":616,"Date":"8/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":574,"Cost":366,"Date":"9/2/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":333,"Cost":182,"Date":"9/5/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":462,"Cost":295,"Date":"9/14/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":991,"Cost":708,"Date":"9/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":301,"Cost":202,"Date":"11/20/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":931,"Cost":484,"Date":"12/21/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":264,"Cost":166,"Date":"1/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":784,"Cost":409,"Date":"1/21/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":71,"Cost":62,"Date":"2/9/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":176,"Cost":153,"Date":"3/19/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":323,"Cost":220,"Date":"4/3/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":940,"Cost":776,"Date":"4/5/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":196,"Cost":124,"Date":"4/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":43,"Cost":41,"Date":"7/10/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":865,"Cost":583,"Date":"3/25/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":151,"Cost":83,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":398,"Cost":206,"Date":"10/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":877,"Cost":517,"Date":"3/2/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":128,"Cost":95,"Date":"6/28/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":175,"Cost":112,"Date":"7/17/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":872,"Cost":764,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":561,"Cost":369,"Date":"8/23/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":128,"Cost":95,"Date":"11/20/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":485,"Cost":410,"Date":"12/16/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":378,"Cost":270,"Date":"12/30/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":297,"Cost":153,"Date":"2/15/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":929,"Cost":599,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":520,"Cost":435,"Date":"3/7/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":938,"Cost":605,"Date":"4/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":274,"Cost":182,"Date":"7/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":924,"Cost":856,"Date":"8/18/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":151,"Cost":84,"Date":"10/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":142,"Cost":109,"Date":"11/11/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":826,"Cost":599,"Date":"11/30/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":356,"Cost":309,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":297,"Cost":155,"Date":"3/1/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":503,"Cost":305,"Date":"4/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":185,"Cost":133,"Date":"5/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":78,"Cost":51,"Date":"8/13/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":817,"Cost":721,"Date":"9/15/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":626,"Cost":438,"Date":"10/14/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":313,"Cost":249,"Date":"10/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":360,"Cost":278,"Date":"11/11/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":798,"Cost":433,"Date":"12/7/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":308,"Cost":219,"Date":"12/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":314,"Cost":246,"Date":"1/6/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":763,"Cost":439,"Date":"1/23/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":635,"Cost":452,"Date":"2/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":524,"Cost":280,"Date":"3/10/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":858,"Cost":674,"Date":"3/12/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":911,"Cost":466,"Date":"3/31/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":355,"Cost":264,"Date":"6/16/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":581,"Cost":547,"Date":"6/17/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":500,"Cost":319,"Date":"8/27/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":357,"Cost":216,"Date":"10/1/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":338,"Cost":217,"Date":"11/4/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":746,"Cost":676,"Date":"11/9/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":158,"Cost":104,"Date":"3/27/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":465,"Cost":442,"Date":"4/17/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":103,"Cost":53,"Date":"8/11/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":900,"Cost":598,"Date":"8/21/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":698,"Cost":586,"Date":"9/2/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":495,"Cost":382,"Date":"9/5/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":891,"Cost":747,"Date":"9/14/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":183,"Cost":95,"Date":"9/20/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":374,"Cost":281,"Date":"11/20/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":153,"Cost":99,"Date":"12/21/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":868,"Cost":483,"Date":"1/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":916,"Cost":465,"Date":"1/21/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":724,"Cost":576,"Date":"2/9/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":972,"Cost":649,"Date":"3/19/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":977,"Cost":502,"Date":"4/3/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":3,"Cost":2,"Date":"4/5/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":96,"Cost":80,"Date":"4/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":633,"Cost":491,"Date":"7/10/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":75,"Cost":42,"Date":"3/25/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":397,"Cost":320,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":382,"Cost":217,"Date":"10/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":960,"Cost":783,"Date":"3/2/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":223,"Cost":211,"Date":"6/28/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":39,"Cost":27,"Date":"7/17/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":832,"Cost":612,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":335,"Cost":258,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":930,"Cost":827,"Date":"11/20/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":69,"Date":"12/16/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":884,"Cost":744,"Date":"12/30/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":989,"Cost":677,"Date":"2/15/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":515,"Cost":468,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":713,"Cost":635,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":760,"Cost":430,"Date":"4/18/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":754,"Cost":483,"Date":"7/27/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":603,"Cost":468,"Date":"8/18/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":298,"Cost":238,"Date":"10/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":922,"Cost":679,"Date":"11/11/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":625,"Cost":568,"Date":"11/30/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":180,"Cost":167,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":792,"Cost":707,"Date":"3/1/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":43,"Cost":31,"Date":"4/13/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":46,"Date":"5/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":310,"Cost":187,"Date":"8/13/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":627,"Cost":562,"Date":"9/15/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":267,"Cost":177,"Date":"10/14/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":236,"Cost":179,"Date":"10/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":539,"Cost":462,"Date":"11/11/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":287,"Cost":187,"Date":"12/7/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":889,"Cost":817,"Date":"12/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":310,"Cost":216,"Date":"1/6/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":234,"Cost":133,"Date":"1/23/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":619,"Cost":507,"Date":"2/4/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":888,"Cost":717,"Date":"3/10/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":514,"Cost":330,"Date":"3/12/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":13,"Cost":11,"Date":"3/31/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":154,"Cost":108,"Date":"6/16/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":371,"Cost":185,"Date":"6/17/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":945,"Cost":692,"Date":"8/27/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":294,"Cost":262,"Date":"10/1/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":457,"Cost":404,"Date":"11/4/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":431,"Cost":349,"Date":"11/9/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":159,"Cost":118,"Date":"3/27/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":743,"Cost":478,"Date":"4/17/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":74,"Cost":68,"Date":"8/11/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":738,"Cost":470,"Date":"8/21/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":841,"Cost":611,"Date":"9/2/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":179,"Cost":152,"Date":"9/5/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":58,"Cost":41,"Date":"9/14/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":17,"Cost":15,"Date":"9/20/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":336,"Cost":181,"Date":"11/20/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":111,"Cost":71,"Date":"12/21/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":534,"Cost":309,"Date":"1/7/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":276,"Cost":249,"Date":"1/21/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":902,"Cost":471,"Date":"2/9/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":817,"Cost":462,"Date":"3/19/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":686,"Cost":517,"Date":"4/3/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":996,"Cost":762,"Date":"4/5/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":855,"Cost":598,"Date":"4/28/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":651,"Cost":383,"Date":"7/10/2019"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":830,"Cost":459,"Date":"3/25/2020"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":208,"Cost":150,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":851,"Cost":462,"Date":"10/28/2020"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":554,"Cost":344,"Date":"3/2/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":765,"Cost":469,"Date":"6/28/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":689,"Cost":455,"Date":"7/17/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":389,"Cost":285,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":549,"Cost":399,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":100,"Cost":79,"Date":"11/20/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":273,"Cost":157,"Date":"12/16/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":862,"Cost":657,"Date":"12/30/2021"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":945,"Cost":748,"Date":"2/15/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":747,"Cost":619,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":891,"Cost":581,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":241,"Cost":216,"Date":"4/18/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":953,"Cost":541,"Date":"7/27/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":969,"Cost":695,"Date":"8/18/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":156,"Cost":106,"Date":"10/31/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":367,"Cost":277,"Date":"11/11/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":5,"Cost":2,"Date":"11/30/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":519,"Cost":392,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":152,"Cost":131,"Date":"3/1/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":481,"Cost":291,"Date":"4/13/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":659,"Cost":541,"Date":"5/20/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":619,"Cost":327,"Date":"8/13/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":113,"Cost":84,"Date":"9/15/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":602,"Cost":387,"Date":"10/14/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":122,"Cost":63,"Date":"10/28/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":667,"Cost":432,"Date":"11/11/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":744,"Cost":659,"Date":"12/7/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":666,"Cost":548,"Date":"12/21/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":410,"Cost":282,"Date":"1/6/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":13,"Cost":12,"Date":"1/23/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":644,"Cost":323,"Date":"2/4/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":960,"Cost":511,"Date":"3/10/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":964,"Cost":896,"Date":"3/12/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":720,"Cost":412,"Date":"3/31/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":413,"Cost":264,"Date":"6/16/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":176,"Cost":118,"Date":"6/17/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":358,"Cost":295,"Date":"8/27/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":727,"Cost":382,"Date":"10/1/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":853,"Cost":721,"Date":"11/4/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":684,"Cost":587,"Date":"11/9/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":265,"Cost":154,"Date":"3/27/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":580,"Cost":437,"Date":"4/17/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":792,"Cost":673,"Date":"8/11/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":155,"Cost":127,"Date":"8/21/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":398,"Cost":201,"Date":"9/2/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":683,"Cost":371,"Date":"9/5/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":456,"Cost":421,"Date":"9/14/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":759,"Cost":472,"Date":"9/20/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":644,"Cost":474,"Date":"11/20/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":234,"Cost":161,"Date":"12/21/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":356,"Cost":184,"Date":"1/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":857,"Cost":733,"Date":"1/21/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":23,"Cost":13,"Date":"2/9/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":24,"Cost":20,"Date":"3/19/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":26,"Cost":15,"Date":"4/3/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":760,"Cost":401,"Date":"4/5/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":940,"Cost":578,"Date":"4/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":950,"Cost":611,"Date":"7/10/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":406,"Cost":350,"Date":"3/25/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":413,"Cost":306,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":347,"Cost":210,"Date":"10/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":39,"Cost":31,"Date":"3/2/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":961,"Cost":762,"Date":"6/28/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":142,"Cost":87,"Date":"7/17/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":268,"Cost":250,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":863,"Cost":432,"Date":"8/23/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":80,"Cost":54,"Date":"11/20/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":455,"Cost":242,"Date":"12/16/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":53,"Cost":50,"Date":"12/30/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":409,"Cost":250,"Date":"2/15/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":267,"Cost":134,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":643,"Cost":438,"Date":"3/7/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":908,"Cost":532,"Date":"4/18/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":520,"Cost":422,"Date":"7/27/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":705,"Cost":504,"Date":"8/18/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":637,"Cost":512,"Date":"10/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":118,"Cost":99,"Date":"11/11/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":688,"Cost":454,"Date":"11/30/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":161,"Cost":129,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":629,"Cost":334,"Date":"3/1/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":970,"Cost":863,"Date":"4/13/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":463,"Cost":347,"Date":"5/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":643,"Cost":484,"Date":"8/13/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":1000,"Cost":727,"Date":"9/15/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":679,"Cost":382,"Date":"10/14/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":530,"Cost":465,"Date":"10/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":49,"Cost":39,"Date":"11/11/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":413,"Cost":253,"Date":"12/7/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":745,"Cost":523,"Date":"12/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":521,"Cost":287,"Date":"1/6/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":110,"Cost":90,"Date":"1/23/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":91,"Cost":65,"Date":"2/4/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":569,"Cost":358,"Date":"3/10/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":318,"Cost":301,"Date":"3/12/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":687,"Cost":609,"Date":"3/31/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":500,"Cost":411,"Date":"6/16/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":904,"Cost":820,"Date":"6/17/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":875,"Cost":794,"Date":"8/27/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":670,"Cost":400,"Date":"10/1/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":211,"Cost":180,"Date":"11/4/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":219,"Cost":162,"Date":"11/9/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":291,"Cost":206,"Date":"3/27/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":74,"Cost":60,"Date":"4/17/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":680,"Cost":388,"Date":"8/11/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":378,"Cost":224,"Date":"8/21/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":541,"Cost":387,"Date":"9/2/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":819,"Cost":514,"Date":"9/5/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":384,"Cost":301,"Date":"9/14/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":955,"Cost":673,"Date":"9/20/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":927,"Cost":549,"Date":"11/20/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":42,"Cost":40,"Date":"12/21/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":987,"Cost":709,"Date":"1/7/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":666,"Cost":427,"Date":"1/21/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":810,"Cost":486,"Date":"2/9/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":257,"Cost":146,"Date":"3/19/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":857,"Cost":629,"Date":"4/3/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":742,"Cost":511,"Date":"4/5/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":812,"Cost":736,"Date":"4/28/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":714,"Cost":533,"Date":"7/10/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":806,"Cost":554,"Date":"3/25/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":16,"Cost":13,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":90,"Cost":64,"Date":"10/28/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":818,"Cost":517,"Date":"3/2/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":245,"Cost":203,"Date":"6/28/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":851,"Cost":714,"Date":"7/17/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":187,"Cost":136,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":61,"Cost":36,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":98,"Cost":50,"Date":"11/20/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":157,"Cost":86,"Date":"12/16/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":374,"Cost":303,"Date":"12/30/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":417,"Cost":308,"Date":"2/15/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":128,"Cost":79,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":544,"Cost":275,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":227,"Cost":129,"Date":"4/18/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":541,"Cost":402,"Date":"7/27/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":499,"Cost":263,"Date":"8/18/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":708,"Cost":487,"Date":"10/31/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":306,"Cost":287,"Date":"11/11/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":595,"Cost":397,"Date":"11/30/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":420,"Cost":299,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":652,"Cost":564,"Date":"3/1/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":148,"Cost":108,"Date":"4/13/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":156,"Cost":138,"Date":"5/20/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":89,"Cost":84,"Date":"8/13/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":938,"Cost":794,"Date":"9/15/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":54,"Cost":46,"Date":"10/14/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":534,"Cost":471,"Date":"10/28/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":629,"Cost":441,"Date":"11/11/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":130,"Cost":117,"Date":"12/7/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":677,"Cost":343,"Date":"12/21/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":181,"Cost":155,"Date":"1/6/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":45,"Cost":36,"Date":"1/23/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":579,"Cost":316,"Date":"2/4/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":57,"Cost":34,"Date":"3/10/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":783,"Cost":413,"Date":"3/12/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":808,"Cost":514,"Date":"3/31/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":771,"Cost":711,"Date":"6/16/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":119,"Cost":104,"Date":"6/17/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":630,"Cost":560,"Date":"8/27/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":302,"Cost":238,"Date":"10/1/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":448,"Cost":423,"Date":"11/4/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":780,"Cost":390,"Date":"11/9/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":935,"Cost":791,"Date":"3/27/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":831,"Cost":525,"Date":"4/17/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":231,"Cost":174,"Date":"8/11/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":37,"Cost":35,"Date":"8/21/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":853,"Cost":473,"Date":"9/2/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":644,"Cost":441,"Date":"9/5/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":514,"Cost":430,"Date":"9/14/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":17,"Cost":8,"Date":"9/20/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":945,"Cost":872,"Date":"11/20/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":86,"Cost":62,"Date":"12/21/2018"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":610,"Cost":377,"Date":"1/7/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":875,"Cost":800,"Date":"1/21/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":483,"Cost":343,"Date":"2/9/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":381,"Cost":360,"Date":"3/19/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":891,"Date":"4/3/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":137,"Cost":90,"Date":"4/5/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":598,"Cost":321,"Date":"4/28/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":889,"Cost":623,"Date":"7/10/2019"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":241,"Cost":191,"Date":"3/25/2020"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":394,"Cost":228,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":508,"Cost":398,"Date":"10/28/2020"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":73,"Cost":65,"Date":"3/2/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":677,"Cost":542,"Date":"6/28/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":761,"Cost":590,"Date":"7/17/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":631,"Cost":528,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":883,"Cost":454,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":419,"Cost":216,"Date":"11/20/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":974,"Cost":528,"Date":"12/16/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":563,"Cost":383,"Date":"12/30/2021"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":476,"Cost":439,"Date":"2/15/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":155,"Cost":87,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":33,"Cost":27,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":50,"Cost":25,"Date":"4/18/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":841,"Cost":705,"Date":"7/27/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":794,"Cost":621,"Date":"8/18/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":33,"Cost":25,"Date":"10/31/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":671,"Cost":514,"Date":"11/11/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":615,"Cost":510,"Date":"11/30/2022"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":186,"Cost":110,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":101,"Cost":82,"Date":"3/1/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":262,"Cost":161,"Date":"4/13/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":354,"Cost":205,"Date":"5/20/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":510,"Cost":422,"Date":"8/13/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":873,"Cost":706,"Date":"9/15/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":584,"Cost":549,"Date":"10/14/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":187,"Cost":141,"Date":"10/28/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":111,"Cost":93,"Date":"11/11/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":295,"Cost":271,"Date":"12/7/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":795,"Cost":600,"Date":"12/21/2023"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":221,"Cost":161,"Date":"1/6/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":886,"Cost":688,"Date":"1/23/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":400,"Cost":233,"Date":"2/4/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":630,"Cost":478,"Date":"3/10/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":216,"Cost":139,"Date":"3/12/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":804,"Cost":678,"Date":"3/31/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":243,"Cost":215,"Date":"6/16/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":159,"Cost":118,"Date":"6/17/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":383,"Cost":295,"Date":"8/27/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":778,"Cost":482,"Date":"10/1/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":444,"Cost":278,"Date":"11/4/2024"},{"Store":"La Rinascente, Milan","Brand":"Sellpy","Country":"Italy","Sale":636,"Cost":604,"Date":"11/9/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":405,"Date":"3/27/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":659,"Cost":395,"Date":"4/17/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":171,"Cost":101,"Date":"8/11/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":984,"Cost":756,"Date":"8/21/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":271,"Cost":189,"Date":"9/2/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":937,"Cost":544,"Date":"9/5/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":596,"Cost":338,"Date":"9/14/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":243,"Cost":205,"Date":"9/20/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":639,"Cost":386,"Date":"11/20/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":632,"Cost":486,"Date":"12/21/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":356,"Cost":262,"Date":"1/7/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":896,"Cost":553,"Date":"1/21/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":561,"Cost":379,"Date":"2/9/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":48,"Cost":33,"Date":"3/19/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":138,"Cost":96,"Date":"4/3/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":232,"Cost":199,"Date":"4/5/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":388,"Cost":317,"Date":"4/28/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":768,"Cost":568,"Date":"7/10/2019"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":724,"Cost":574,"Date":"3/25/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":634,"Cost":515,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":919,"Cost":591,"Date":"10/28/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":243,"Cost":156,"Date":"3/2/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":3,"Cost":2,"Date":"6/28/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":767,"Cost":393,"Date":"7/17/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":345,"Cost":285,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":532,"Cost":424,"Date":"8/23/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":834,"Cost":575,"Date":"11/20/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":268,"Cost":214,"Date":"12/16/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":177,"Cost":100,"Date":"12/30/2021"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":968,"Cost":696,"Date":"2/15/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":57,"Cost":49,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":637,"Cost":596,"Date":"3/7/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":85,"Cost":45,"Date":"4/18/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":762,"Cost":723,"Date":"7/27/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":19,"Cost":12,"Date":"8/18/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":228,"Cost":189,"Date":"10/31/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":142,"Cost":128,"Date":"11/11/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":413,"Cost":262,"Date":"11/30/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":388,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":873,"Cost":468,"Date":"3/1/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":338,"Cost":197,"Date":"4/13/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":133,"Cost":83,"Date":"5/20/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":252,"Cost":199,"Date":"8/13/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":785,"Cost":532,"Date":"9/15/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":351,"Cost":236,"Date":"10/14/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":353,"Cost":335,"Date":"10/28/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":635,"Cost":385,"Date":"11/11/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":741,"Cost":660,"Date":"12/7/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":942,"Cost":786,"Date":"12/21/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":87,"Cost":59,"Date":"1/6/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":163,"Cost":147,"Date":"1/23/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":342,"Cost":242,"Date":"2/4/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":349,"Cost":258,"Date":"3/10/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":124,"Cost":100,"Date":"3/12/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":842,"Cost":464,"Date":"3/31/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":934,"Cost":766,"Date":"6/16/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":473,"Cost":371,"Date":"6/17/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":907,"Cost":678,"Date":"8/27/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":928,"Cost":581,"Date":"10/1/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":303,"Cost":198,"Date":"11/4/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":156,"Cost":131,"Date":"11/9/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":844,"Cost":657,"Date":"3/27/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":418,"Cost":397,"Date":"4/17/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":851,"Cost":706,"Date":"8/11/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":847,"Cost":794,"Date":"8/21/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":397,"Cost":237,"Date":"9/2/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":676,"Cost":450,"Date":"9/5/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":351,"Cost":245,"Date":"9/14/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":594,"Cost":493,"Date":"9/20/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":984,"Cost":493,"Date":"11/20/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":441,"Cost":410,"Date":"12/21/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":948,"Cost":586,"Date":"1/7/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":41,"Cost":33,"Date":"1/21/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":354,"Cost":211,"Date":"2/9/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":57,"Cost":40,"Date":"3/19/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":442,"Cost":297,"Date":"4/3/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":473,"Cost":421,"Date":"4/5/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":855,"Cost":677,"Date":"4/28/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":951,"Cost":584,"Date":"7/10/2019"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":487,"Cost":252,"Date":"3/25/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":264,"Cost":223,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":860,"Cost":513,"Date":"10/28/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":228,"Cost":154,"Date":"3/2/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":214,"Cost":180,"Date":"6/28/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":440,"Cost":243,"Date":"7/17/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":518,"Cost":475,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":327,"Cost":285,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":341,"Cost":228,"Date":"11/20/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":832,"Cost":578,"Date":"12/16/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":107,"Cost":57,"Date":"12/30/2021"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":839,"Cost":468,"Date":"2/15/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":56,"Cost":52,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":113,"Cost":105,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":783,"Cost":618,"Date":"4/18/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":280,"Cost":216,"Date":"7/27/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":473,"Cost":304,"Date":"8/18/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":349,"Cost":308,"Date":"10/31/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":70,"Cost":38,"Date":"11/11/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":491,"Cost":291,"Date":"11/30/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":368,"Cost":227,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":226,"Cost":214,"Date":"3/1/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":757,"Cost":621,"Date":"4/13/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":558,"Cost":344,"Date":"5/20/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":26,"Cost":23,"Date":"8/13/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":458,"Cost":337,"Date":"9/15/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":121,"Cost":69,"Date":"10/14/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":495,"Cost":376,"Date":"10/28/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":36,"Cost":21,"Date":"11/11/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":451,"Cost":412,"Date":"12/7/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":973,"Cost":769,"Date":"12/21/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":236,"Cost":217,"Date":"1/6/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":862,"Cost":504,"Date":"1/23/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":990,"Cost":620,"Date":"2/4/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":873,"Cost":821,"Date":"3/10/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":422,"Cost":220,"Date":"3/12/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":258,"Cost":151,"Date":"3/31/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":488,"Cost":303,"Date":"6/16/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":449,"Cost":259,"Date":"6/17/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":404,"Cost":230,"Date":"8/27/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":176,"Cost":122,"Date":"10/1/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":386,"Cost":344,"Date":"11/4/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":652,"Cost":586,"Date":"11/9/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":413,"Cost":364,"Date":"3/27/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":951,"Cost":817,"Date":"4/17/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":678,"Date":"8/11/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":93,"Cost":81,"Date":"8/21/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":62,"Cost":55,"Date":"9/2/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":602,"Cost":377,"Date":"9/5/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":683,"Cost":353,"Date":"9/14/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":771,"Cost":587,"Date":"9/20/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":556,"Cost":466,"Date":"11/20/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":381,"Cost":264,"Date":"12/21/2018"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":759,"Cost":597,"Date":"1/7/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":502,"Cost":477,"Date":"1/21/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":76,"Cost":66,"Date":"2/9/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":501,"Cost":412,"Date":"3/19/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":955,"Cost":586,"Date":"4/3/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":162,"Cost":100,"Date":"4/5/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":605,"Cost":346,"Date":"4/28/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":900,"Cost":468,"Date":"7/10/2019"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":977,"Cost":910,"Date":"3/25/2020"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":691,"Cost":491,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":907,"Cost":469,"Date":"10/28/2020"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":473,"Cost":387,"Date":"3/2/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":202,"Cost":180,"Date":"6/28/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":507,"Cost":464,"Date":"7/17/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":638,"Cost":419,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":95,"Cost":79,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":449,"Cost":367,"Date":"11/20/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":985,"Cost":841,"Date":"12/16/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":723,"Cost":438,"Date":"12/30/2021"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":966,"Cost":669,"Date":"2/15/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":529,"Cost":268,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":501,"Cost":432,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":640,"Cost":341,"Date":"4/18/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":785,"Cost":431,"Date":"7/27/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":862,"Cost":689,"Date":"8/18/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":469,"Cost":392,"Date":"10/31/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":248,"Cost":182,"Date":"11/11/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":112,"Cost":92,"Date":"11/30/2022"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":406,"Cost":346,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":808,"Cost":681,"Date":"3/1/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":285,"Cost":258,"Date":"4/13/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":914,"Cost":788,"Date":"5/20/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":281,"Cost":150,"Date":"8/13/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":53,"Cost":29,"Date":"9/15/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":46,"Cost":27,"Date":"10/14/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":61,"Cost":42,"Date":"10/28/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":972,"Cost":801,"Date":"11/11/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":59,"Cost":40,"Date":"12/7/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":878,"Cost":759,"Date":"12/21/2023"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":278,"Cost":157,"Date":"1/6/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":419,"Cost":247,"Date":"1/23/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":998,"Cost":793,"Date":"2/4/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":209,"Cost":134,"Date":"3/10/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":952,"Cost":543,"Date":"3/12/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":544,"Cost":361,"Date":"3/31/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":459,"Cost":403,"Date":"6/16/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":807,"Cost":498,"Date":"6/17/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":761,"Cost":555,"Date":"8/27/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":779,"Cost":499,"Date":"10/1/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":226,"Cost":136,"Date":"11/4/2024"},{"Store":"Roma Est, Rome","Brand":"Jeans","Country":"Italy","Sale":309,"Cost":155,"Date":"11/9/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":97,"Cost":65,"Date":"3/27/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":646,"Cost":591,"Date":"4/17/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":965,"Cost":666,"Date":"8/11/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":823,"Cost":620,"Date":"8/21/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":11,"Cost":8,"Date":"9/2/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":237,"Cost":146,"Date":"9/5/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":83,"Cost":49,"Date":"9/14/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":942,"Cost":599,"Date":"9/20/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":470,"Cost":331,"Date":"11/20/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":543,"Cost":506,"Date":"12/21/2018"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":661,"Cost":398,"Date":"1/7/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":324,"Cost":194,"Date":"1/21/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":629,"Cost":544,"Date":"2/9/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":780,"Cost":475,"Date":"3/19/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":391,"Cost":356,"Date":"4/3/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":961,"Cost":826,"Date":"4/5/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":732,"Cost":412,"Date":"4/28/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":45,"Cost":35,"Date":"7/10/2019"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":594,"Cost":509,"Date":"3/25/2020"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":463,"Cost":440,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":46,"Cost":34,"Date":"10/28/2020"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":487,"Cost":384,"Date":"3/2/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":921,"Cost":792,"Date":"6/28/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":528,"Cost":398,"Date":"7/17/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":130,"Cost":114,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":120,"Cost":103,"Date":"8/23/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":846,"Cost":669,"Date":"11/20/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":175,"Cost":166,"Date":"12/16/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":424,"Cost":230,"Date":"12/30/2021"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":445,"Cost":271,"Date":"2/15/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":140,"Cost":130,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":665,"Cost":425,"Date":"3/7/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":761,"Cost":630,"Date":"4/18/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":332,"Cost":222,"Date":"7/27/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":279,"Cost":230,"Date":"8/18/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":269,"Cost":160,"Date":"10/31/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":788,"Cost":629,"Date":"11/11/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":980,"Cost":826,"Date":"11/30/2022"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":300,"Cost":215,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":780,"Cost":455,"Date":"3/1/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":967,"Cost":634,"Date":"4/13/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":57,"Cost":39,"Date":"5/20/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":832,"Cost":765,"Date":"8/13/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":307,"Cost":249,"Date":"9/15/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":52,"Cost":42,"Date":"10/14/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":829,"Cost":523,"Date":"10/28/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":671,"Cost":450,"Date":"11/11/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":725,"Cost":510,"Date":"12/7/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":107,"Cost":78,"Date":"12/21/2023"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":164,"Cost":143,"Date":"1/6/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":714,"Cost":579,"Date":"1/23/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":100,"Cost":77,"Date":"2/4/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":802,"Cost":577,"Date":"3/10/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":94,"Cost":67,"Date":"3/12/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":654,"Cost":569,"Date":"3/31/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":803,"Cost":527,"Date":"6/16/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":436,"Cost":226,"Date":"6/17/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":868,"Cost":798,"Date":"8/27/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":48,"Cost":24,"Date":"10/1/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":270,"Cost":206,"Date":"11/4/2024"},{"Store":"Roma Est, Rome","Brand":"HM","Country":"Italy","Sale":473,"Cost":444,"Date":"11/9/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":592,"Cost":532,"Date":"3/27/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":50,"Cost":33,"Date":"4/17/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":330,"Cost":244,"Date":"8/11/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":258,"Cost":154,"Date":"8/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":609,"Cost":495,"Date":"9/2/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":30,"Cost":29,"Date":"9/5/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":619,"Cost":531,"Date":"9/14/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":884,"Cost":670,"Date":"9/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":423,"Cost":251,"Date":"11/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":51,"Date":"12/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":482,"Cost":247,"Date":"1/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":818,"Cost":426,"Date":"1/21/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":908,"Cost":746,"Date":"2/9/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":231,"Cost":214,"Date":"3/19/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":511,"Cost":331,"Date":"4/3/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":781,"Cost":711,"Date":"4/5/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":94,"Cost":84,"Date":"4/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":835,"Cost":617,"Date":"7/10/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":803,"Cost":696,"Date":"3/25/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":552,"Cost":473,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":138,"Cost":87,"Date":"10/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":974,"Cost":672,"Date":"3/2/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":284,"Cost":187,"Date":"6/28/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":265,"Cost":160,"Date":"7/17/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":84,"Cost":52,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":973,"Cost":573,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":86,"Cost":79,"Date":"11/20/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":598,"Cost":317,"Date":"12/16/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":931,"Cost":521,"Date":"12/30/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":326,"Cost":171,"Date":"2/15/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":692,"Cost":419,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":314,"Cost":233,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":877,"Cost":789,"Date":"4/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":558,"Cost":446,"Date":"7/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":415,"Cost":279,"Date":"8/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":340,"Cost":196,"Date":"10/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":782,"Cost":412,"Date":"11/11/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":161,"Cost":95,"Date":"11/30/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":168,"Cost":107,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":782,"Cost":549,"Date":"3/1/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":710,"Cost":447,"Date":"4/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":622,"Cost":470,"Date":"5/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":391,"Cost":230,"Date":"8/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":509,"Cost":308,"Date":"9/15/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":335,"Cost":231,"Date":"10/14/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":162,"Cost":97,"Date":"10/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":967,"Cost":763,"Date":"11/11/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":815,"Cost":521,"Date":"12/7/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":537,"Cost":463,"Date":"12/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":494,"Cost":400,"Date":"1/6/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":957,"Cost":535,"Date":"1/23/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":224,"Cost":135,"Date":"2/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":575,"Cost":293,"Date":"3/10/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":777,"Cost":726,"Date":"3/12/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":641,"Cost":374,"Date":"3/31/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":24,"Cost":17,"Date":"6/16/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":604,"Cost":494,"Date":"6/17/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":509,"Cost":440,"Date":"8/27/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":149,"Cost":115,"Date":"10/1/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":307,"Cost":207,"Date":"11/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":687,"Cost":386,"Date":"11/9/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":81,"Cost":48,"Date":"3/27/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":932,"Cost":671,"Date":"4/17/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":355,"Cost":254,"Date":"8/11/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":780,"Cost":682,"Date":"8/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":741,"Cost":460,"Date":"9/2/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":397,"Cost":209,"Date":"9/5/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":526,"Cost":446,"Date":"9/14/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":904,"Cost":775,"Date":"9/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":326,"Cost":203,"Date":"11/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":185,"Cost":123,"Date":"12/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":613,"Cost":508,"Date":"1/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":549,"Cost":495,"Date":"1/21/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":703,"Cost":595,"Date":"2/9/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":685,"Cost":556,"Date":"3/19/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":978,"Cost":796,"Date":"4/3/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":748,"Cost":600,"Date":"4/5/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":452,"Cost":242,"Date":"4/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":801,"Cost":666,"Date":"7/10/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":772,"Cost":447,"Date":"3/25/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":185,"Cost":160,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":748,"Cost":466,"Date":"10/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":906,"Cost":548,"Date":"3/2/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":157,"Cost":95,"Date":"6/28/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":888,"Cost":680,"Date":"7/17/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":365,"Cost":339,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":296,"Cost":194,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":511,"Cost":486,"Date":"11/20/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":148,"Cost":118,"Date":"12/16/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":425,"Cost":323,"Date":"12/30/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":546,"Cost":371,"Date":"2/15/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":71,"Cost":40,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":919,"Cost":487,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":429,"Cost":262,"Date":"4/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":150,"Cost":99,"Date":"7/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":17,"Cost":9,"Date":"8/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":341,"Cost":308,"Date":"10/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":429,"Cost":271,"Date":"11/11/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":683,"Cost":571,"Date":"11/30/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":525,"Cost":297,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":114,"Cost":75,"Date":"3/1/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":865,"Cost":663,"Date":"4/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":818,"Cost":545,"Date":"5/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":987,"Cost":735,"Date":"8/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":400,"Cost":349,"Date":"9/15/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":834,"Cost":716,"Date":"10/14/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":555,"Cost":463,"Date":"10/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":44,"Cost":41,"Date":"11/11/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":562,"Cost":378,"Date":"12/7/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":593,"Cost":532,"Date":"12/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":416,"Cost":275,"Date":"1/6/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":319,"Cost":252,"Date":"1/23/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":311,"Cost":228,"Date":"2/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":263,"Cost":135,"Date":"3/10/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":146,"Cost":81,"Date":"3/12/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":136,"Cost":124,"Date":"3/31/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":739,"Cost":566,"Date":"6/16/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":331,"Cost":171,"Date":"6/17/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":747,"Cost":705,"Date":"8/27/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":412,"Date":"10/1/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":682,"Cost":461,"Date":"11/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":627,"Cost":384,"Date":"11/9/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":473,"Cost":302,"Date":"3/27/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":150,"Cost":115,"Date":"4/17/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":443,"Cost":398,"Date":"8/11/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":65,"Cost":52,"Date":"8/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":923,"Cost":731,"Date":"9/2/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":27,"Cost":25,"Date":"9/5/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":768,"Cost":636,"Date":"9/14/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":193,"Cost":184,"Date":"9/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":423,"Cost":267,"Date":"11/20/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":758,"Cost":468,"Date":"12/21/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":115,"Cost":68,"Date":"1/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":677,"Cost":444,"Date":"1/21/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":528,"Cost":380,"Date":"2/9/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":809,"Cost":715,"Date":"3/19/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":593,"Cost":548,"Date":"4/3/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":385,"Cost":359,"Date":"4/5/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":449,"Cost":233,"Date":"4/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":953,"Cost":537,"Date":"7/10/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":293,"Cost":271,"Date":"3/25/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":95,"Cost":76,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":551,"Cost":323,"Date":"10/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":947,"Cost":579,"Date":"3/2/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":639,"Cost":332,"Date":"6/28/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":384,"Cost":232,"Date":"7/17/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":19,"Cost":16,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":491,"Cost":387,"Date":"8/23/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":452,"Cost":258,"Date":"11/20/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":918,"Cost":593,"Date":"12/16/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":105,"Cost":75,"Date":"12/30/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":527,"Cost":354,"Date":"2/15/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":320,"Cost":242,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":546,"Cost":275,"Date":"3/7/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":860,"Cost":482,"Date":"4/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":738,"Cost":689,"Date":"7/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":788,"Cost":428,"Date":"8/18/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":805,"Cost":603,"Date":"10/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":31,"Cost":19,"Date":"11/11/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":57,"Cost":51,"Date":"11/30/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":746,"Cost":546,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":501,"Cost":442,"Date":"3/1/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":954,"Cost":656,"Date":"4/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":627,"Cost":542,"Date":"5/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":297,"Cost":161,"Date":"8/13/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":480,"Cost":427,"Date":"9/15/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":116,"Cost":60,"Date":"10/14/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":520,"Cost":296,"Date":"10/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":462,"Cost":395,"Date":"11/11/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":647,"Cost":515,"Date":"12/7/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":60,"Cost":32,"Date":"12/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":202,"Cost":156,"Date":"1/6/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":29,"Cost":26,"Date":"1/23/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":698,"Cost":631,"Date":"2/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":420,"Cost":326,"Date":"3/10/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":464,"Cost":400,"Date":"3/12/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":983,"Cost":823,"Date":"3/31/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":813,"Cost":505,"Date":"6/16/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":669,"Cost":631,"Date":"6/17/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":354,"Cost":177,"Date":"8/27/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":258,"Cost":188,"Date":"10/1/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":617,"Cost":453,"Date":"11/4/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":665,"Cost":629,"Date":"11/9/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":552,"Cost":517,"Date":"3/27/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":599,"Cost":477,"Date":"4/17/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":857,"Cost":764,"Date":"8/11/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":953,"Cost":620,"Date":"8/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":399,"Cost":352,"Date":"9/2/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":652,"Cost":470,"Date":"9/5/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":174,"Cost":144,"Date":"9/14/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":546,"Cost":425,"Date":"9/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":453,"Cost":298,"Date":"11/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":77,"Cost":45,"Date":"12/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":49,"Cost":41,"Date":"1/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":593,"Cost":471,"Date":"1/21/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":764,"Cost":599,"Date":"2/9/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":828,"Cost":785,"Date":"3/19/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":484,"Cost":291,"Date":"4/3/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":111,"Cost":84,"Date":"4/5/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":242,"Cost":128,"Date":"4/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":840,"Cost":459,"Date":"7/10/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":706,"Cost":668,"Date":"3/25/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":877,"Cost":641,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":437,"Cost":243,"Date":"10/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":991,"Cost":929,"Date":"3/2/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":52,"Cost":30,"Date":"6/28/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":137,"Cost":96,"Date":"7/17/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":806,"Cost":672,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":438,"Cost":226,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":537,"Cost":494,"Date":"11/20/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":944,"Cost":798,"Date":"12/16/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":705,"Cost":645,"Date":"12/30/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":703,"Cost":514,"Date":"2/15/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":191,"Cost":171,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":351,"Cost":270,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":744,"Cost":560,"Date":"4/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":329,"Cost":216,"Date":"7/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":12,"Cost":10,"Date":"8/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":429,"Date":"10/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":21,"Cost":20,"Date":"11/11/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":247,"Cost":228,"Date":"11/30/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":663,"Cost":377,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":74,"Cost":65,"Date":"3/1/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":959,"Cost":827,"Date":"4/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":69,"Cost":48,"Date":"5/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":839,"Cost":677,"Date":"8/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":777,"Cost":653,"Date":"9/15/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":419,"Cost":319,"Date":"10/14/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":410,"Date":"10/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":150,"Cost":108,"Date":"11/11/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":547,"Cost":279,"Date":"12/7/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":303,"Cost":161,"Date":"12/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":437,"Cost":290,"Date":"1/6/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":61,"Cost":44,"Date":"1/23/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":277,"Cost":240,"Date":"2/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":464,"Cost":368,"Date":"3/10/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":732,"Cost":437,"Date":"3/12/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":970,"Cost":863,"Date":"3/31/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":162,"Cost":144,"Date":"6/16/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":305,"Cost":181,"Date":"6/17/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":186,"Cost":112,"Date":"8/27/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":635,"Cost":402,"Date":"10/1/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":796,"Cost":651,"Date":"11/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":26,"Cost":14,"Date":"11/9/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":92,"Cost":86,"Date":"3/27/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":703,"Cost":666,"Date":"4/17/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":680,"Cost":463,"Date":"8/11/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":911,"Cost":689,"Date":"8/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":743,"Cost":585,"Date":"9/2/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":953,"Cost":650,"Date":"9/5/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":551,"Cost":510,"Date":"9/14/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":805,"Cost":407,"Date":"9/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":969,"Cost":523,"Date":"11/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":474,"Cost":447,"Date":"12/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":301,"Cost":280,"Date":"1/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":569,"Cost":503,"Date":"1/21/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":264,"Cost":157,"Date":"2/9/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":844,"Cost":723,"Date":"3/19/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":977,"Cost":773,"Date":"4/3/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":731,"Cost":520,"Date":"4/5/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":439,"Cost":349,"Date":"4/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":540,"Cost":347,"Date":"7/10/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":431,"Cost":285,"Date":"3/25/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":165,"Cost":121,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":106,"Cost":55,"Date":"10/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":498,"Cost":391,"Date":"3/2/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":458,"Cost":290,"Date":"6/28/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":393,"Cost":310,"Date":"7/17/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":809,"Cost":469,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":345,"Cost":237,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":896,"Cost":643,"Date":"11/20/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":177,"Cost":127,"Date":"12/16/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":353,"Cost":324,"Date":"12/30/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":497,"Cost":456,"Date":"2/15/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":763,"Cost":583,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":7,"Cost":6,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":57,"Cost":51,"Date":"4/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":928,"Cost":648,"Date":"7/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":217,"Cost":199,"Date":"8/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":209,"Cost":113,"Date":"10/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":752,"Cost":476,"Date":"11/11/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":864,"Cost":619,"Date":"11/30/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":331,"Cost":255,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":727,"Cost":610,"Date":"3/1/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":74,"Cost":49,"Date":"4/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":404,"Cost":333,"Date":"5/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":926,"Cost":788,"Date":"8/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":192,"Cost":166,"Date":"9/15/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":845,"Cost":705,"Date":"10/14/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":318,"Cost":166,"Date":"10/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":414,"Cost":345,"Date":"11/11/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":44,"Cost":25,"Date":"12/7/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":962,"Cost":742,"Date":"12/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":860,"Cost":656,"Date":"1/6/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":997,"Cost":788,"Date":"1/23/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":173,"Cost":95,"Date":"2/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":533,"Cost":391,"Date":"3/10/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":359,"Cost":284,"Date":"3/12/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":932,"Cost":787,"Date":"3/31/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":494,"Cost":259,"Date":"6/16/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":648,"Cost":337,"Date":"6/17/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":592,"Cost":540,"Date":"8/27/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":706,"Cost":577,"Date":"10/1/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":920,"Cost":773,"Date":"11/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"COS","Country":"Italy","Sale":137,"Cost":112,"Date":"11/9/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":25,"Cost":18,"Date":"3/27/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":790,"Cost":450,"Date":"4/17/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":614,"Cost":427,"Date":"8/11/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":918,"Cost":598,"Date":"8/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":672,"Cost":339,"Date":"9/2/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":918,"Cost":725,"Date":"9/5/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":897,"Cost":734,"Date":"9/14/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":816,"Cost":635,"Date":"9/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":985,"Cost":642,"Date":"11/20/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":18,"Cost":17,"Date":"12/21/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":39,"Cost":35,"Date":"1/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":222,"Cost":184,"Date":"1/21/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":794,"Cost":571,"Date":"2/9/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":970,"Cost":609,"Date":"3/19/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":419,"Cost":330,"Date":"4/3/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":657,"Cost":429,"Date":"4/5/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":332,"Cost":269,"Date":"4/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":197,"Cost":110,"Date":"7/10/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":30,"Cost":25,"Date":"3/25/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":125,"Cost":74,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":214,"Cost":202,"Date":"10/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":462,"Cost":296,"Date":"3/2/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":647,"Cost":558,"Date":"6/28/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":941,"Cost":845,"Date":"7/17/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":218,"Cost":186,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":125,"Cost":75,"Date":"8/23/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":566,"Cost":448,"Date":"11/20/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":494,"Cost":252,"Date":"12/16/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":242,"Cost":189,"Date":"12/30/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":249,"Cost":143,"Date":"2/15/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":276,"Cost":148,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":834,"Cost":598,"Date":"3/7/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":323,"Cost":213,"Date":"4/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":967,"Cost":679,"Date":"7/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":42,"Cost":29,"Date":"8/18/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":68,"Cost":50,"Date":"10/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":601,"Cost":477,"Date":"11/11/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":832,"Cost":478,"Date":"11/30/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":764,"Cost":410,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":7,"Cost":7,"Date":"3/1/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":103,"Cost":94,"Date":"4/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":714,"Cost":420,"Date":"5/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":613,"Cost":450,"Date":"8/13/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":394,"Cost":343,"Date":"9/15/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":543,"Cost":333,"Date":"10/14/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":507,"Cost":333,"Date":"10/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":184,"Cost":161,"Date":"11/11/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":212,"Cost":151,"Date":"12/7/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":933,"Cost":546,"Date":"12/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":222,"Cost":120,"Date":"1/6/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":537,"Cost":374,"Date":"1/23/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":68,"Cost":43,"Date":"2/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":471,"Cost":253,"Date":"3/10/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":589,"Cost":483,"Date":"3/12/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":29,"Cost":21,"Date":"3/31/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":332,"Cost":258,"Date":"6/16/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":102,"Cost":75,"Date":"6/17/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":647,"Cost":529,"Date":"8/27/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":228,"Cost":217,"Date":"10/1/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":769,"Cost":599,"Date":"11/4/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM Home","Country":"Italy","Sale":481,"Cost":370,"Date":"11/9/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":457,"Cost":411,"Date":"3/27/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":767,"Cost":563,"Date":"4/17/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":433,"Cost":355,"Date":"8/11/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":946,"Cost":869,"Date":"8/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":625,"Cost":399,"Date":"9/2/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":852,"Cost":792,"Date":"9/5/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":210,"Cost":146,"Date":"9/14/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":277,"Cost":203,"Date":"9/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":637,"Cost":525,"Date":"11/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":108,"Cost":61,"Date":"12/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":761,"Cost":449,"Date":"1/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":319,"Cost":295,"Date":"1/21/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":517,"Cost":319,"Date":"2/9/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":839,"Cost":621,"Date":"3/19/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":358,"Cost":266,"Date":"4/3/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":981,"Cost":626,"Date":"4/5/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":87,"Cost":54,"Date":"4/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":253,"Cost":172,"Date":"7/10/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":958,"Cost":642,"Date":"3/25/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":882,"Cost":584,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":213,"Cost":132,"Date":"10/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":820,"Cost":585,"Date":"3/2/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":607,"Cost":478,"Date":"6/28/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":639,"Cost":535,"Date":"7/17/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":497,"Cost":290,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":949,"Cost":654,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":351,"Cost":197,"Date":"11/20/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":221,"Cost":174,"Date":"12/16/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":400,"Cost":374,"Date":"12/30/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":79,"Cost":49,"Date":"2/15/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":160,"Cost":150,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":596,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":436,"Cost":334,"Date":"4/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":705,"Cost":658,"Date":"7/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":840,"Cost":597,"Date":"8/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":980,"Cost":651,"Date":"10/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":95,"Cost":80,"Date":"11/11/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":233,"Cost":123,"Date":"11/30/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":611,"Cost":348,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":999,"Cost":778,"Date":"3/1/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":457,"Cost":318,"Date":"4/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":278,"Cost":207,"Date":"5/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":20,"Cost":17,"Date":"8/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":742,"Cost":656,"Date":"9/15/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":190,"Cost":96,"Date":"10/14/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":222,"Cost":122,"Date":"10/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":963,"Cost":708,"Date":"11/11/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":3,"Cost":2,"Date":"12/7/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":84,"Cost":60,"Date":"12/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":245,"Cost":200,"Date":"1/6/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":883,"Cost":806,"Date":"1/23/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":553,"Cost":375,"Date":"2/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":917,"Cost":712,"Date":"3/10/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":343,"Cost":294,"Date":"3/12/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":565,"Cost":382,"Date":"3/31/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":402,"Cost":252,"Date":"6/16/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":426,"Cost":377,"Date":"6/17/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":720,"Cost":532,"Date":"8/27/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":187,"Cost":154,"Date":"10/1/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":126,"Cost":66,"Date":"11/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":444,"Cost":241,"Date":"11/9/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":630,"Cost":350,"Date":"3/27/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":421,"Cost":394,"Date":"4/17/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":159,"Cost":142,"Date":"8/11/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":655,"Cost":584,"Date":"8/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":469,"Cost":274,"Date":"9/2/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":967,"Cost":777,"Date":"9/5/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":95,"Cost":76,"Date":"9/14/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":84,"Cost":67,"Date":"9/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":206,"Cost":185,"Date":"11/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":530,"Cost":446,"Date":"12/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":867,"Cost":467,"Date":"1/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":155,"Cost":94,"Date":"1/21/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":823,"Cost":499,"Date":"2/9/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":624,"Cost":457,"Date":"3/19/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":836,"Cost":703,"Date":"4/3/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":684,"Cost":534,"Date":"4/5/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":649,"Cost":613,"Date":"4/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":381,"Cost":237,"Date":"7/10/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":178,"Cost":158,"Date":"3/25/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":203,"Cost":182,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":156,"Cost":80,"Date":"10/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":508,"Cost":363,"Date":"3/2/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":870,"Cost":529,"Date":"6/28/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":67,"Cost":42,"Date":"7/17/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":283,"Cost":221,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":536,"Cost":374,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":296,"Cost":259,"Date":"11/20/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":446,"Cost":261,"Date":"12/16/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":160,"Cost":145,"Date":"12/30/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":876,"Cost":599,"Date":"2/15/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":740,"Cost":603,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":667,"Cost":463,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":777,"Cost":477,"Date":"4/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":78,"Cost":62,"Date":"7/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":617,"Cost":323,"Date":"8/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":182,"Cost":120,"Date":"10/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":566,"Cost":490,"Date":"11/11/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":721,"Cost":462,"Date":"11/30/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":453,"Cost":352,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":568,"Cost":509,"Date":"3/1/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":55,"Cost":41,"Date":"4/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":207,"Cost":126,"Date":"5/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":345,"Cost":175,"Date":"8/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":857,"Cost":687,"Date":"9/15/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":991,"Cost":514,"Date":"10/14/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":711,"Cost":405,"Date":"10/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":516,"Cost":267,"Date":"11/11/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":981,"Cost":496,"Date":"12/7/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":963,"Cost":513,"Date":"12/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":947,"Cost":840,"Date":"1/6/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":820,"Cost":725,"Date":"1/23/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":91,"Cost":85,"Date":"2/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":718,"Cost":506,"Date":"3/10/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":951,"Cost":702,"Date":"3/12/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":110,"Cost":65,"Date":"3/31/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":26,"Cost":21,"Date":"6/16/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":891,"Cost":523,"Date":"6/17/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":984,"Cost":872,"Date":"8/27/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":87,"Cost":61,"Date":"10/1/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":465,"Cost":383,"Date":"11/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"COS","Country":"Italy","Sale":102,"Cost":79,"Date":"11/9/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":942,"Cost":588,"Date":"3/27/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":529,"Cost":459,"Date":"4/17/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":264,"Cost":172,"Date":"8/11/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":90,"Cost":68,"Date":"8/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":618,"Cost":353,"Date":"9/2/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":755,"Cost":630,"Date":"9/5/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":376,"Cost":341,"Date":"9/14/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":438,"Cost":365,"Date":"9/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":847,"Cost":767,"Date":"11/20/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":121,"Cost":99,"Date":"12/21/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":814,"Cost":622,"Date":"1/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":766,"Cost":506,"Date":"1/21/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":522,"Cost":313,"Date":"2/9/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":737,"Cost":604,"Date":"3/19/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":368,"Cost":299,"Date":"4/3/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":885,"Cost":520,"Date":"4/5/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":416,"Date":"4/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":393,"Cost":359,"Date":"7/10/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":857,"Cost":477,"Date":"3/25/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":450,"Cost":316,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":822,"Cost":422,"Date":"10/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":34,"Cost":22,"Date":"3/2/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":757,"Cost":615,"Date":"6/28/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":646,"Cost":446,"Date":"7/17/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":93,"Cost":71,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":204,"Cost":138,"Date":"8/23/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":316,"Cost":265,"Date":"11/20/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":275,"Cost":188,"Date":"12/16/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":946,"Cost":600,"Date":"12/30/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":527,"Cost":420,"Date":"2/15/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":225,"Cost":209,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":163,"Cost":112,"Date":"3/7/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":778,"Cost":589,"Date":"4/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":108,"Cost":98,"Date":"7/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":121,"Cost":73,"Date":"8/18/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":304,"Date":"10/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":586,"Cost":402,"Date":"11/11/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":294,"Cost":150,"Date":"11/30/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":315,"Cost":188,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":731,"Cost":525,"Date":"3/1/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":422,"Cost":219,"Date":"4/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":170,"Cost":86,"Date":"5/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":107,"Cost":85,"Date":"8/13/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":135,"Cost":123,"Date":"9/15/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":522,"Cost":350,"Date":"10/14/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":192,"Cost":111,"Date":"10/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":637,"Cost":422,"Date":"11/11/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":535,"Cost":378,"Date":"12/7/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":646,"Cost":483,"Date":"12/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":927,"Cost":586,"Date":"1/6/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":179,"Cost":124,"Date":"1/23/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":46,"Cost":32,"Date":"2/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":931,"Cost":747,"Date":"3/10/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":881,"Cost":619,"Date":"3/12/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":485,"Cost":437,"Date":"3/31/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":184,"Cost":128,"Date":"6/16/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":713,"Cost":562,"Date":"6/17/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":941,"Cost":534,"Date":"8/27/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":67,"Cost":64,"Date":"10/1/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":407,"Cost":323,"Date":"11/4/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM Home","Country":"Italy","Sale":216,"Cost":130,"Date":"11/9/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":919,"Cost":572,"Date":"3/27/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":585,"Cost":359,"Date":"4/17/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":855,"Cost":639,"Date":"8/11/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":873,"Cost":678,"Date":"8/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":108,"Cost":89,"Date":"9/2/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":454,"Cost":253,"Date":"9/5/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":618,"Cost":489,"Date":"9/14/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":137,"Cost":81,"Date":"9/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":170,"Cost":91,"Date":"11/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":98,"Cost":84,"Date":"12/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":697,"Cost":545,"Date":"1/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":616,"Cost":308,"Date":"1/21/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":142,"Cost":79,"Date":"2/9/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":477,"Cost":446,"Date":"3/19/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":515,"Cost":328,"Date":"4/3/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":608,"Cost":398,"Date":"4/5/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":222,"Cost":121,"Date":"4/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":333,"Cost":234,"Date":"7/10/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":433,"Cost":291,"Date":"3/25/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":425,"Cost":377,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":436,"Cost":223,"Date":"10/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":514,"Cost":278,"Date":"3/2/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":828,"Cost":525,"Date":"6/28/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":134,"Cost":75,"Date":"7/17/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":495,"Cost":395,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":493,"Cost":254,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":476,"Cost":335,"Date":"11/20/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":694,"Cost":595,"Date":"12/16/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":763,"Cost":487,"Date":"12/30/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":459,"Cost":349,"Date":"2/15/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":336,"Cost":280,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":524,"Cost":411,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":200,"Cost":136,"Date":"4/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":596,"Cost":437,"Date":"7/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":24,"Cost":12,"Date":"8/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":950,"Cost":614,"Date":"10/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":102,"Cost":65,"Date":"11/11/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":485,"Cost":432,"Date":"11/30/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":387,"Cost":338,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":235,"Cost":137,"Date":"3/1/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":32,"Cost":26,"Date":"4/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":88,"Cost":80,"Date":"5/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":670,"Cost":446,"Date":"8/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":264,"Cost":181,"Date":"9/15/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":89,"Cost":63,"Date":"10/14/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":371,"Cost":323,"Date":"10/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":323,"Cost":267,"Date":"11/11/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":646,"Cost":361,"Date":"12/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":696,"Cost":653,"Date":"12/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":262,"Cost":176,"Date":"1/6/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":544,"Cost":492,"Date":"1/23/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":381,"Cost":320,"Date":"2/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":369,"Cost":204,"Date":"3/10/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":832,"Cost":742,"Date":"3/12/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":148,"Cost":135,"Date":"3/31/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":825,"Cost":547,"Date":"6/16/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":719,"Cost":639,"Date":"6/17/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":823,"Cost":761,"Date":"8/27/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":468,"Cost":422,"Date":"10/1/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":791,"Cost":520,"Date":"11/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":406,"Cost":301,"Date":"11/9/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":666,"Cost":563,"Date":"3/27/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":413,"Cost":326,"Date":"4/17/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":374,"Cost":331,"Date":"8/11/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":182,"Cost":160,"Date":"8/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":998,"Cost":880,"Date":"9/2/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":304,"Cost":230,"Date":"9/5/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":997,"Cost":519,"Date":"9/14/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":16,"Cost":15,"Date":"9/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":761,"Cost":652,"Date":"11/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":190,"Cost":112,"Date":"12/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":215,"Cost":125,"Date":"1/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":114,"Cost":85,"Date":"1/21/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":733,"Cost":575,"Date":"2/9/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":378,"Cost":351,"Date":"3/19/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":606,"Cost":465,"Date":"4/3/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":364,"Cost":271,"Date":"4/5/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":728,"Cost":594,"Date":"4/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":829,"Cost":491,"Date":"7/10/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":525,"Cost":467,"Date":"3/25/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":238,"Cost":142,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":86,"Cost":72,"Date":"10/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":230,"Cost":215,"Date":"3/2/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":277,"Cost":145,"Date":"6/28/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":274,"Cost":189,"Date":"7/17/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":187,"Cost":161,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":506,"Cost":306,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":572,"Cost":510,"Date":"11/20/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":159,"Cost":124,"Date":"12/16/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":535,"Cost":358,"Date":"12/30/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":497,"Cost":366,"Date":"2/15/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":10,"Cost":9,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":733,"Cost":559,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":891,"Cost":504,"Date":"4/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":368,"Cost":211,"Date":"7/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":583,"Cost":467,"Date":"8/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":331,"Cost":284,"Date":"10/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":200,"Cost":175,"Date":"11/11/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":342,"Cost":264,"Date":"11/30/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":298,"Cost":240,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":670,"Cost":603,"Date":"3/1/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":963,"Cost":826,"Date":"4/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":861,"Cost":605,"Date":"5/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":896,"Cost":718,"Date":"8/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":26,"Cost":21,"Date":"9/15/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":384,"Cost":347,"Date":"10/14/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":782,"Cost":397,"Date":"10/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":269,"Cost":136,"Date":"11/11/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":120,"Cost":79,"Date":"12/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":747,"Cost":579,"Date":"12/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":914,"Cost":499,"Date":"1/6/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":839,"Cost":427,"Date":"1/23/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":437,"Cost":272,"Date":"2/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":184,"Cost":120,"Date":"3/10/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":270,"Cost":137,"Date":"3/12/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":267,"Cost":202,"Date":"3/31/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":845,"Cost":664,"Date":"6/16/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":42,"Cost":28,"Date":"6/17/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":850,"Cost":444,"Date":"8/27/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":614,"Cost":431,"Date":"10/1/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":486,"Cost":249,"Date":"11/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Nova","Country":"Italy","Sale":307,"Cost":181,"Date":"11/9/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":392,"Cost":349,"Date":"3/27/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":511,"Cost":434,"Date":"4/17/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":999,"Cost":708,"Date":"8/11/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":738,"Cost":613,"Date":"8/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":522,"Cost":323,"Date":"9/2/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":793,"Cost":577,"Date":"9/5/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":818,"Cost":634,"Date":"9/14/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":534,"Cost":417,"Date":"9/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":291,"Cost":275,"Date":"11/20/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":379,"Cost":293,"Date":"12/21/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":688,"Cost":451,"Date":"1/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":669,"Date":"1/21/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":767,"Cost":665,"Date":"2/9/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":233,"Cost":172,"Date":"3/19/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":264,"Cost":238,"Date":"4/3/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":837,"Cost":462,"Date":"4/5/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":988,"Cost":510,"Date":"4/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":758,"Cost":660,"Date":"7/10/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":466,"Cost":352,"Date":"3/25/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":574,"Cost":418,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":976,"Cost":916,"Date":"10/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":884,"Cost":529,"Date":"3/2/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":488,"Cost":319,"Date":"6/28/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":270,"Cost":249,"Date":"7/17/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":621,"Cost":412,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":34,"Cost":27,"Date":"8/23/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":355,"Cost":231,"Date":"11/20/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":14,"Cost":12,"Date":"12/16/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":59,"Cost":41,"Date":"12/30/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":29,"Cost":27,"Date":"2/15/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":79,"Cost":63,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":454,"Cost":364,"Date":"3/7/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":122,"Cost":82,"Date":"4/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":249,"Cost":201,"Date":"7/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":265,"Cost":177,"Date":"8/18/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":906,"Cost":547,"Date":"10/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":763,"Cost":622,"Date":"11/11/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":78,"Cost":42,"Date":"11/30/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":348,"Cost":202,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":744,"Cost":626,"Date":"3/1/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":983,"Cost":558,"Date":"4/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":368,"Cost":282,"Date":"5/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":284,"Cost":144,"Date":"8/13/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":780,"Cost":675,"Date":"9/15/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":978,"Cost":927,"Date":"10/14/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":239,"Cost":148,"Date":"10/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":92,"Cost":74,"Date":"11/11/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":785,"Cost":700,"Date":"12/7/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":222,"Cost":186,"Date":"12/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":779,"Cost":654,"Date":"1/6/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":133,"Cost":76,"Date":"1/23/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":597,"Cost":496,"Date":"2/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":417,"Cost":236,"Date":"3/10/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":246,"Cost":178,"Date":"3/12/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":494,"Cost":464,"Date":"3/31/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":225,"Cost":130,"Date":"6/16/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":553,"Cost":514,"Date":"6/17/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":788,"Cost":556,"Date":"8/27/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":316,"Cost":183,"Date":"10/1/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":486,"Cost":337,"Date":"11/4/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":596,"Cost":370,"Date":"11/9/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":729,"Cost":473,"Date":"3/27/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":599,"Cost":550,"Date":"4/17/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":685,"Cost":533,"Date":"8/11/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":170,"Cost":147,"Date":"8/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":616,"Cost":433,"Date":"9/2/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":913,"Cost":847,"Date":"9/5/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":914,"Cost":561,"Date":"9/14/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":322,"Cost":211,"Date":"9/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":272,"Cost":198,"Date":"11/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":19,"Cost":16,"Date":"12/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":134,"Cost":103,"Date":"1/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":479,"Cost":353,"Date":"1/21/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":341,"Cost":304,"Date":"2/9/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":993,"Cost":670,"Date":"3/19/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":307,"Cost":246,"Date":"4/3/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":280,"Cost":237,"Date":"4/5/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":930,"Cost":620,"Date":"4/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":832,"Cost":762,"Date":"7/10/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":800,"Cost":677,"Date":"3/25/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":879,"Cost":565,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":40,"Cost":33,"Date":"10/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":130,"Cost":69,"Date":"3/2/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":154,"Cost":122,"Date":"6/28/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":687,"Cost":626,"Date":"7/17/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":123,"Cost":110,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":467,"Cost":235,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":422,"Cost":389,"Date":"11/20/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":270,"Cost":165,"Date":"12/16/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":466,"Cost":381,"Date":"12/30/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":602,"Cost":489,"Date":"2/15/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":174,"Cost":124,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":825,"Cost":452,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":96,"Cost":78,"Date":"4/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":387,"Cost":252,"Date":"7/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":950,"Cost":641,"Date":"8/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":935,"Cost":698,"Date":"10/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":155,"Cost":134,"Date":"11/11/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":630,"Cost":393,"Date":"11/30/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":737,"Cost":603,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":475,"Cost":249,"Date":"3/1/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":922,"Cost":662,"Date":"4/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":664,"Cost":622,"Date":"5/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":676,"Cost":453,"Date":"8/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":778,"Cost":605,"Date":"9/15/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":114,"Cost":98,"Date":"10/14/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":809,"Cost":738,"Date":"10/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":718,"Cost":432,"Date":"11/11/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":761,"Cost":392,"Date":"12/7/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":526,"Cost":319,"Date":"12/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":275,"Cost":144,"Date":"1/6/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":110,"Cost":65,"Date":"1/23/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":541,"Cost":307,"Date":"2/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":696,"Cost":619,"Date":"3/10/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":278,"Cost":196,"Date":"3/12/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":832,"Cost":582,"Date":"3/31/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":205,"Cost":110,"Date":"6/16/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":835,"Cost":747,"Date":"6/17/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":297,"Cost":256,"Date":"8/27/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":174,"Cost":126,"Date":"10/1/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":603,"Cost":470,"Date":"11/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":573,"Cost":499,"Date":"11/9/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":645,"Cost":604,"Date":"3/27/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":625,"Cost":388,"Date":"4/17/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":450,"Cost":294,"Date":"8/11/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":959,"Cost":558,"Date":"8/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":90,"Cost":47,"Date":"9/2/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":488,"Cost":282,"Date":"9/5/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":254,"Cost":207,"Date":"9/14/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":544,"Cost":349,"Date":"9/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":693,"Cost":638,"Date":"11/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":168,"Cost":93,"Date":"12/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":850,"Cost":531,"Date":"1/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":565,"Cost":537,"Date":"1/21/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":909,"Cost":740,"Date":"2/9/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":785,"Cost":452,"Date":"3/19/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":23,"Cost":13,"Date":"4/3/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":448,"Cost":362,"Date":"4/5/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":631,"Cost":552,"Date":"4/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":978,"Cost":586,"Date":"7/10/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":999,"Cost":810,"Date":"3/25/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":478,"Cost":300,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":424,"Cost":319,"Date":"10/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":860,"Cost":658,"Date":"3/2/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":436,"Cost":240,"Date":"6/28/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":611,"Cost":388,"Date":"7/17/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":803,"Cost":486,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":731,"Cost":491,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":769,"Cost":612,"Date":"11/20/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":196,"Cost":147,"Date":"12/16/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":522,"Cost":448,"Date":"12/30/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":582,"Cost":382,"Date":"2/15/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":247,"Cost":144,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":701,"Cost":477,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":665,"Cost":349,"Date":"4/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":751,"Cost":546,"Date":"7/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":687,"Cost":361,"Date":"8/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":172,"Cost":145,"Date":"10/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":740,"Cost":651,"Date":"11/11/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":312,"Cost":157,"Date":"11/30/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":33,"Cost":24,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":637,"Cost":493,"Date":"3/1/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":358,"Cost":180,"Date":"4/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":217,"Cost":130,"Date":"5/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":991,"Cost":661,"Date":"8/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":68,"Cost":49,"Date":"9/15/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":546,"Cost":397,"Date":"10/14/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":135,"Cost":85,"Date":"10/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":441,"Cost":252,"Date":"11/11/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":490,"Cost":393,"Date":"12/7/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":151,"Cost":75,"Date":"12/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":347,"Cost":202,"Date":"1/6/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":466,"Cost":349,"Date":"1/23/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":425,"Cost":249,"Date":"2/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":834,"Cost":603,"Date":"3/10/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":92,"Cost":74,"Date":"3/12/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":596,"Cost":489,"Date":"3/31/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":27,"Cost":24,"Date":"6/16/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":297,"Cost":279,"Date":"6/17/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":742,"Cost":584,"Date":"8/27/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":12,"Cost":11,"Date":"10/1/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":787,"Cost":595,"Date":"11/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":342,"Cost":261,"Date":"11/9/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":15,"Cost":9,"Date":"3/27/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":477,"Cost":378,"Date":"4/17/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":209,"Cost":189,"Date":"8/11/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":242,"Cost":154,"Date":"8/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":81,"Cost":45,"Date":"9/2/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":667,"Cost":374,"Date":"9/5/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":890,"Cost":645,"Date":"9/14/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":196,"Cost":103,"Date":"9/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":494,"Cost":411,"Date":"11/20/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":412,"Cost":248,"Date":"12/21/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":518,"Cost":464,"Date":"1/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":807,"Cost":711,"Date":"1/21/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":68,"Cost":50,"Date":"2/9/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":149,"Cost":118,"Date":"3/19/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":426,"Cost":272,"Date":"4/3/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":477,"Cost":294,"Date":"4/5/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":831,"Cost":521,"Date":"4/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":668,"Cost":572,"Date":"7/10/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":660,"Cost":502,"Date":"3/25/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":24,"Cost":18,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":229,"Cost":189,"Date":"10/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":985,"Cost":904,"Date":"3/2/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":911,"Cost":498,"Date":"6/28/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":678,"Cost":409,"Date":"7/17/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":339,"Cost":268,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":298,"Cost":223,"Date":"8/23/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":217,"Cost":108,"Date":"11/20/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":655,"Cost":490,"Date":"12/16/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":400,"Cost":261,"Date":"12/30/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":114,"Cost":66,"Date":"2/15/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":60,"Cost":44,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":712,"Cost":410,"Date":"3/7/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":965,"Cost":897,"Date":"4/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":86,"Cost":70,"Date":"7/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":95,"Cost":72,"Date":"8/18/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":997,"Cost":931,"Date":"10/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":913,"Cost":584,"Date":"11/11/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":168,"Cost":100,"Date":"11/30/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":650,"Cost":388,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":392,"Cost":344,"Date":"3/1/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":21,"Cost":17,"Date":"4/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":514,"Cost":290,"Date":"5/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":719,"Cost":575,"Date":"8/13/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":799,"Cost":463,"Date":"9/15/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":806,"Cost":479,"Date":"10/14/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":666,"Cost":458,"Date":"10/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":731,"Cost":436,"Date":"11/11/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":958,"Cost":685,"Date":"12/7/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":294,"Cost":209,"Date":"12/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":727,"Cost":398,"Date":"1/6/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":993,"Cost":823,"Date":"1/23/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":340,"Cost":278,"Date":"2/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":463,"Cost":317,"Date":"3/10/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":629,"Cost":490,"Date":"3/12/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":213,"Cost":139,"Date":"3/31/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":162,"Cost":111,"Date":"6/16/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":908,"Cost":842,"Date":"6/17/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":492,"Cost":448,"Date":"8/27/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":946,"Cost":619,"Date":"10/1/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":777,"Cost":444,"Date":"11/4/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":14,"Cost":14,"Date":"11/9/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":872,"Cost":672,"Date":"3/27/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":598,"Cost":408,"Date":"4/17/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":531,"Cost":349,"Date":"8/11/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":544,"Cost":302,"Date":"8/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":935,"Cost":560,"Date":"9/2/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":64,"Cost":55,"Date":"9/5/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":23,"Cost":14,"Date":"9/14/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":596,"Cost":338,"Date":"9/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":316,"Cost":181,"Date":"11/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":892,"Cost":762,"Date":"12/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":392,"Cost":203,"Date":"1/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":66,"Cost":54,"Date":"1/21/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":183,"Cost":164,"Date":"2/9/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":995,"Cost":523,"Date":"3/19/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":800,"Cost":528,"Date":"4/3/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":497,"Cost":469,"Date":"4/5/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":976,"Cost":520,"Date":"4/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":480,"Cost":249,"Date":"7/10/2019"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":974,"Cost":895,"Date":"3/25/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":529,"Cost":483,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":958,"Cost":760,"Date":"10/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":268,"Cost":145,"Date":"3/2/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":411,"Cost":361,"Date":"6/28/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":909,"Cost":458,"Date":"7/17/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":228,"Cost":188,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":627,"Cost":385,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":432,"Cost":337,"Date":"11/20/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":246,"Cost":126,"Date":"12/16/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":562,"Cost":453,"Date":"12/30/2021"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":862,"Cost":449,"Date":"2/15/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":512,"Cost":410,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":11,"Cost":6,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":797,"Cost":710,"Date":"4/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":957,"Cost":872,"Date":"7/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":260,"Cost":212,"Date":"8/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":937,"Cost":760,"Date":"10/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":802,"Cost":476,"Date":"11/11/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":459,"Cost":350,"Date":"11/30/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":22,"Cost":15,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":433,"Cost":371,"Date":"3/1/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":368,"Cost":251,"Date":"4/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":714,"Cost":444,"Date":"5/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":48,"Cost":28,"Date":"8/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":666,"Cost":609,"Date":"9/15/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":329,"Cost":165,"Date":"10/14/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":178,"Cost":165,"Date":"10/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":697,"Cost":566,"Date":"11/11/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":915,"Cost":614,"Date":"12/7/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":227,"Cost":192,"Date":"12/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":414,"Cost":335,"Date":"1/6/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":191,"Cost":141,"Date":"1/23/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":225,"Cost":170,"Date":"2/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":81,"Cost":65,"Date":"3/10/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":354,"Cost":248,"Date":"3/12/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":649,"Cost":350,"Date":"3/31/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":913,"Cost":760,"Date":"6/16/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":373,"Cost":300,"Date":"6/17/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":893,"Cost":550,"Date":"8/27/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":565,"Cost":515,"Date":"10/1/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":590,"Cost":315,"Date":"11/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":331,"Cost":272,"Date":"11/9/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":855,"Cost":451,"Date":"3/27/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":610,"Cost":492,"Date":"4/17/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":487,"Cost":369,"Date":"8/11/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":200,"Cost":125,"Date":"8/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":178,"Cost":95,"Date":"9/2/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":741,"Cost":528,"Date":"9/5/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":525,"Cost":355,"Date":"9/14/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":424,"Cost":302,"Date":"9/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":665,"Cost":484,"Date":"11/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":844,"Cost":778,"Date":"12/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":284,"Cost":168,"Date":"1/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":57,"Cost":49,"Date":"1/21/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":581,"Cost":357,"Date":"2/9/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":181,"Cost":151,"Date":"3/19/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":756,"Cost":414,"Date":"4/3/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":302,"Cost":219,"Date":"4/5/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":676,"Cost":405,"Date":"4/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":412,"Cost":318,"Date":"7/10/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":5,"Cost":2,"Date":"3/25/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":534,"Cost":414,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":228,"Cost":178,"Date":"10/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":830,"Cost":688,"Date":"3/2/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":723,"Cost":409,"Date":"6/28/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":641,"Cost":435,"Date":"7/17/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":820,"Cost":619,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":2,"Cost":1,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":917,"Cost":564,"Date":"11/20/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":176,"Cost":136,"Date":"12/16/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":259,"Cost":211,"Date":"12/30/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":727,"Cost":574,"Date":"2/15/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":102,"Cost":91,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":177,"Cost":136,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":790,"Cost":711,"Date":"4/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":331,"Cost":281,"Date":"7/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":780,"Cost":432,"Date":"8/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":240,"Cost":217,"Date":"10/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":210,"Cost":180,"Date":"11/11/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":304,"Cost":255,"Date":"11/30/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":577,"Cost":288,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":837,"Cost":516,"Date":"3/1/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":513,"Cost":285,"Date":"4/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":373,"Cost":255,"Date":"5/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":941,"Cost":845,"Date":"8/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":850,"Cost":470,"Date":"9/15/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":974,"Cost":597,"Date":"10/14/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":760,"Cost":658,"Date":"10/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":853,"Cost":559,"Date":"11/11/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":296,"Cost":190,"Date":"12/7/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":750,"Cost":453,"Date":"12/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":594,"Cost":531,"Date":"1/6/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":753,"Cost":524,"Date":"1/23/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":219,"Cost":130,"Date":"2/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":999,"Cost":871,"Date":"3/10/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":493,"Cost":364,"Date":"3/12/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":87,"Cost":72,"Date":"3/31/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":451,"Cost":391,"Date":"6/16/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":339,"Cost":307,"Date":"6/17/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":858,"Cost":640,"Date":"8/27/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":293,"Cost":213,"Date":"10/1/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":4,"Cost":2,"Date":"11/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":814,"Cost":617,"Date":"11/9/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":967,"Cost":622,"Date":"3/27/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":325,"Cost":176,"Date":"4/17/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":854,"Date":"8/11/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":642,"Cost":506,"Date":"8/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":296,"Cost":197,"Date":"9/2/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":554,"Cost":380,"Date":"9/5/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":503,"Cost":270,"Date":"9/14/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":858,"Cost":541,"Date":"9/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":561,"Cost":350,"Date":"11/20/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":681,"Cost":354,"Date":"12/21/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":960,"Cost":792,"Date":"1/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":503,"Cost":353,"Date":"1/21/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":871,"Cost":475,"Date":"2/9/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":561,"Cost":347,"Date":"3/19/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":670,"Cost":522,"Date":"4/3/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":269,"Cost":161,"Date":"4/5/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":720,"Cost":585,"Date":"4/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":531,"Cost":368,"Date":"7/10/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":698,"Cost":595,"Date":"3/25/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":857,"Cost":491,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":848,"Cost":689,"Date":"10/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":310,"Cost":287,"Date":"3/2/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":730,"Cost":513,"Date":"6/28/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":926,"Cost":491,"Date":"7/17/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":601,"Cost":335,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":160,"Cost":101,"Date":"8/23/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":589,"Cost":323,"Date":"11/20/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":456,"Cost":341,"Date":"12/16/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":253,"Cost":221,"Date":"12/30/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":868,"Cost":791,"Date":"2/15/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":677,"Cost":500,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":975,"Cost":564,"Date":"3/7/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":642,"Cost":525,"Date":"4/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":691,"Cost":431,"Date":"7/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":691,"Cost":445,"Date":"8/18/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":458,"Cost":257,"Date":"10/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":67,"Cost":47,"Date":"11/11/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":911,"Cost":503,"Date":"11/30/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":675,"Cost":585,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":647,"Cost":544,"Date":"3/1/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":869,"Cost":746,"Date":"4/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":79,"Date":"5/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":671,"Cost":633,"Date":"8/13/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":102,"Date":"9/15/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":271,"Cost":247,"Date":"10/14/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":702,"Cost":604,"Date":"10/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":331,"Cost":285,"Date":"11/11/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":500,"Cost":335,"Date":"12/7/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":767,"Cost":447,"Date":"12/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":635,"Cost":437,"Date":"1/6/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":500,"Cost":267,"Date":"1/23/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":730,"Cost":693,"Date":"2/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":663,"Cost":523,"Date":"3/10/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":937,"Cost":483,"Date":"3/12/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":150,"Cost":143,"Date":"3/31/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":963,"Cost":755,"Date":"6/16/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":989,"Cost":900,"Date":"6/17/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":779,"Cost":409,"Date":"8/27/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":88,"Cost":59,"Date":"10/1/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":903,"Cost":539,"Date":"11/4/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":701,"Cost":400,"Date":"11/9/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":566,"Cost":417,"Date":"3/27/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":380,"Cost":284,"Date":"4/17/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":979,"Cost":527,"Date":"8/11/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":103,"Cost":64,"Date":"8/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":750,"Cost":619,"Date":"9/2/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":442,"Cost":326,"Date":"9/5/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":191,"Cost":100,"Date":"9/14/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":130,"Cost":77,"Date":"9/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":855,"Cost":447,"Date":"11/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":385,"Cost":214,"Date":"12/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":904,"Cost":750,"Date":"1/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":561,"Cost":309,"Date":"1/21/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":508,"Cost":474,"Date":"2/9/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":617,"Cost":441,"Date":"3/19/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":98,"Cost":80,"Date":"4/3/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":347,"Cost":233,"Date":"4/5/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":778,"Cost":502,"Date":"4/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":609,"Cost":577,"Date":"7/10/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":243,"Cost":129,"Date":"3/25/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":495,"Cost":388,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":541,"Cost":295,"Date":"10/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":901,"Cost":825,"Date":"3/2/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":242,"Cost":156,"Date":"6/28/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":843,"Cost":749,"Date":"7/17/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":870,"Cost":652,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":630,"Cost":425,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":112,"Cost":93,"Date":"11/20/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":188,"Cost":113,"Date":"12/16/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":99,"Cost":79,"Date":"12/30/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":675,"Cost":629,"Date":"2/15/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":464,"Cost":393,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":678,"Cost":395,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":503,"Cost":388,"Date":"4/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":922,"Cost":705,"Date":"7/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":605,"Cost":385,"Date":"8/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":629,"Cost":421,"Date":"10/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":922,"Cost":562,"Date":"11/11/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":375,"Cost":325,"Date":"11/30/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":859,"Cost":729,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":957,"Cost":809,"Date":"3/1/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":95,"Cost":58,"Date":"4/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":448,"Cost":322,"Date":"5/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":459,"Cost":388,"Date":"8/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":197,"Cost":129,"Date":"9/15/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":769,"Cost":553,"Date":"10/14/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":480,"Cost":405,"Date":"10/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":223,"Cost":164,"Date":"11/11/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":81,"Cost":67,"Date":"12/7/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":352,"Cost":200,"Date":"12/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":109,"Cost":72,"Date":"1/6/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":478,"Cost":278,"Date":"1/23/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":273,"Cost":154,"Date":"2/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":951,"Cost":771,"Date":"3/10/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":71,"Cost":62,"Date":"3/12/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":794,"Cost":467,"Date":"3/31/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":120,"Cost":75,"Date":"6/16/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":860,"Cost":739,"Date":"6/17/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":668,"Cost":485,"Date":"8/27/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":986,"Cost":569,"Date":"10/1/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":15,"Cost":13,"Date":"11/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM Home","Country":"Italy","Sale":783,"Cost":547,"Date":"11/9/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":623,"Cost":535,"Date":"3/27/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":740,"Cost":426,"Date":"4/17/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":193,"Cost":154,"Date":"8/11/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":182,"Cost":126,"Date":"8/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":544,"Cost":484,"Date":"9/2/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":413,"Cost":319,"Date":"9/5/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":875,"Cost":610,"Date":"9/14/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":186,"Cost":115,"Date":"9/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":36,"Cost":25,"Date":"11/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":112,"Cost":73,"Date":"12/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":935,"Cost":771,"Date":"1/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":628,"Cost":550,"Date":"1/21/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":23,"Cost":18,"Date":"2/9/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":838,"Cost":498,"Date":"3/19/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":877,"Cost":522,"Date":"4/3/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":536,"Cost":366,"Date":"4/5/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":212,"Cost":167,"Date":"4/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":73,"Cost":45,"Date":"7/10/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":555,"Cost":429,"Date":"3/25/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":811,"Cost":413,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":146,"Cost":137,"Date":"10/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":699,"Cost":492,"Date":"3/2/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":114,"Cost":82,"Date":"6/28/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":959,"Cost":803,"Date":"7/17/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":312,"Cost":185,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":164,"Cost":135,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":375,"Cost":240,"Date":"11/20/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":607,"Cost":417,"Date":"12/16/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":533,"Cost":362,"Date":"12/30/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":239,"Cost":187,"Date":"2/15/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":674,"Cost":402,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":876,"Cost":596,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":242,"Cost":163,"Date":"4/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":84,"Cost":72,"Date":"7/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":558,"Cost":487,"Date":"8/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":46,"Cost":41,"Date":"10/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":849,"Cost":647,"Date":"11/11/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":930,"Cost":619,"Date":"11/30/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":90,"Cost":61,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":506,"Cost":417,"Date":"3/1/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":492,"Cost":269,"Date":"4/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":246,"Cost":163,"Date":"5/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":471,"Cost":419,"Date":"8/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":230,"Cost":147,"Date":"9/15/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":630,"Cost":445,"Date":"10/14/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":533,"Cost":353,"Date":"10/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":437,"Cost":218,"Date":"11/11/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":850,"Cost":472,"Date":"12/7/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":725,"Cost":442,"Date":"12/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":610,"Cost":353,"Date":"1/6/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":393,"Cost":363,"Date":"1/23/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":552,"Cost":471,"Date":"2/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":371,"Cost":351,"Date":"3/10/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":476,"Cost":396,"Date":"3/12/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":272,"Cost":172,"Date":"3/31/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":710,"Cost":408,"Date":"6/16/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":946,"Cost":556,"Date":"6/17/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":898,"Cost":591,"Date":"8/27/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":32,"Cost":27,"Date":"10/1/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":192,"Cost":157,"Date":"11/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":876,"Cost":674,"Date":"11/9/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":780,"Cost":470,"Date":"3/27/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":498,"Cost":385,"Date":"4/17/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":989,"Cost":936,"Date":"8/11/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":461,"Cost":420,"Date":"8/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":382,"Cost":356,"Date":"9/2/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":460,"Cost":380,"Date":"9/5/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":162,"Cost":136,"Date":"9/14/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":455,"Cost":265,"Date":"9/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":58,"Cost":37,"Date":"11/20/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":444,"Cost":361,"Date":"12/21/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":415,"Cost":354,"Date":"1/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":532,"Cost":490,"Date":"1/21/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":561,"Cost":374,"Date":"2/9/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":656,"Cost":616,"Date":"3/19/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":746,"Cost":627,"Date":"4/3/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":743,"Cost":684,"Date":"4/5/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":781,"Cost":649,"Date":"4/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":265,"Cost":230,"Date":"7/10/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":689,"Cost":521,"Date":"3/25/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":540,"Cost":305,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":748,"Cost":395,"Date":"10/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":323,"Cost":245,"Date":"3/2/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":766,"Cost":495,"Date":"6/28/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":366,"Cost":204,"Date":"7/17/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":672,"Cost":447,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":116,"Cost":99,"Date":"8/23/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":831,"Cost":493,"Date":"11/20/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":568,"Cost":340,"Date":"12/16/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":127,"Cost":95,"Date":"12/30/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":716,"Cost":644,"Date":"2/15/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":156,"Cost":81,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":509,"Cost":330,"Date":"3/7/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":445,"Cost":413,"Date":"4/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":689,"Cost":497,"Date":"7/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":656,"Cost":504,"Date":"8/18/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":348,"Cost":248,"Date":"10/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":813,"Cost":566,"Date":"11/11/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":219,"Cost":194,"Date":"11/30/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":105,"Cost":71,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":621,"Cost":338,"Date":"3/1/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":956,"Cost":481,"Date":"4/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":578,"Cost":289,"Date":"5/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":368,"Cost":225,"Date":"8/13/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":461,"Cost":406,"Date":"9/15/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":82,"Cost":73,"Date":"10/14/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":726,"Cost":384,"Date":"10/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":464,"Cost":261,"Date":"11/11/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":629,"Cost":593,"Date":"12/7/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":366,"Cost":334,"Date":"12/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":712,"Cost":576,"Date":"1/6/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":72,"Cost":48,"Date":"1/23/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":149,"Cost":103,"Date":"2/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":994,"Cost":579,"Date":"3/10/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":708,"Cost":625,"Date":"3/12/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":270,"Cost":149,"Date":"3/31/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":343,"Cost":266,"Date":"6/16/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":513,"Cost":437,"Date":"6/17/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":681,"Cost":487,"Date":"8/27/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":264,"Cost":148,"Date":"10/1/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":668,"Cost":467,"Date":"11/4/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"Jeans","Country":"Italy","Sale":475,"Cost":422,"Date":"11/9/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":545,"Cost":433,"Date":"3/27/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":957,"Cost":622,"Date":"4/17/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":62,"Cost":58,"Date":"8/11/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":458,"Date":"8/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":392,"Cost":332,"Date":"9/2/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":150,"Cost":78,"Date":"9/5/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":207,"Cost":152,"Date":"9/14/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":359,"Cost":290,"Date":"9/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":355,"Cost":188,"Date":"11/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":9,"Cost":5,"Date":"12/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":312,"Cost":179,"Date":"1/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":978,"Cost":914,"Date":"1/21/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":691,"Cost":360,"Date":"2/9/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":199,"Cost":102,"Date":"3/19/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":608,"Cost":572,"Date":"4/3/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":662,"Cost":523,"Date":"4/5/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":950,"Cost":502,"Date":"4/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":755,"Cost":553,"Date":"7/10/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":647,"Cost":580,"Date":"3/25/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":599,"Cost":353,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":938,"Cost":548,"Date":"10/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":77,"Cost":45,"Date":"3/2/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":324,"Cost":245,"Date":"6/28/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":265,"Cost":195,"Date":"7/17/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":117,"Cost":62,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":530,"Cost":351,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":867,"Cost":697,"Date":"11/20/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":106,"Cost":60,"Date":"12/16/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":976,"Cost":839,"Date":"12/30/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":993,"Cost":710,"Date":"2/15/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":443,"Cost":230,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":121,"Cost":108,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":597,"Cost":372,"Date":"4/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":830,"Cost":645,"Date":"7/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":611,"Cost":454,"Date":"8/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":260,"Cost":163,"Date":"10/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":36,"Cost":21,"Date":"11/11/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":711,"Cost":560,"Date":"11/30/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":871,"Cost":630,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":409,"Cost":228,"Date":"3/1/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":573,"Cost":505,"Date":"4/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":733,"Cost":400,"Date":"5/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":203,"Cost":114,"Date":"8/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":202,"Cost":176,"Date":"9/15/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":750,"Cost":649,"Date":"10/14/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":127,"Cost":85,"Date":"10/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":167,"Cost":143,"Date":"11/11/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":514,"Cost":394,"Date":"12/7/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":301,"Cost":195,"Date":"12/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":963,"Cost":900,"Date":"1/6/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":870,"Cost":796,"Date":"1/23/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":747,"Cost":709,"Date":"2/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":788,"Cost":394,"Date":"3/10/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":358,"Cost":246,"Date":"3/12/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":110,"Cost":63,"Date":"3/31/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":961,"Cost":603,"Date":"6/16/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":241,"Cost":155,"Date":"6/17/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":817,"Cost":511,"Date":"8/27/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":56,"Cost":31,"Date":"10/1/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":444,"Cost":419,"Date":"11/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":212,"Cost":179,"Date":"11/9/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":697,"Cost":371,"Date":"3/27/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":560,"Cost":510,"Date":"4/17/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":579,"Cost":453,"Date":"8/11/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":363,"Cost":227,"Date":"8/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":864,"Cost":651,"Date":"9/2/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":562,"Cost":476,"Date":"9/5/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":542,"Cost":354,"Date":"9/14/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":776,"Cost":506,"Date":"9/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":403,"Cost":359,"Date":"11/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":700,"Cost":381,"Date":"12/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":126,"Cost":87,"Date":"1/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":852,"Cost":482,"Date":"1/21/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":522,"Cost":494,"Date":"2/9/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":646,"Cost":566,"Date":"3/19/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":88,"Cost":84,"Date":"4/3/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":664,"Cost":367,"Date":"4/5/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":758,"Cost":427,"Date":"4/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":464,"Cost":256,"Date":"7/10/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":58,"Cost":48,"Date":"3/25/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":784,"Cost":639,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":419,"Cost":245,"Date":"10/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":354,"Cost":222,"Date":"3/2/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":94,"Cost":70,"Date":"6/28/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":137,"Cost":92,"Date":"7/17/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":874,"Cost":755,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":581,"Cost":540,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":864,"Cost":435,"Date":"11/20/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":161,"Cost":104,"Date":"12/16/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":173,"Cost":105,"Date":"12/30/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":144,"Cost":124,"Date":"2/15/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":900,"Cost":720,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":155,"Cost":117,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":297,"Cost":240,"Date":"4/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":562,"Cost":401,"Date":"7/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":73,"Cost":62,"Date":"8/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":488,"Cost":450,"Date":"10/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":614,"Cost":453,"Date":"11/11/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":347,"Cost":293,"Date":"11/30/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":162,"Cost":90,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":958,"Cost":718,"Date":"3/1/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":191,"Cost":141,"Date":"4/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":283,"Cost":146,"Date":"5/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":377,"Cost":215,"Date":"8/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":364,"Cost":243,"Date":"9/15/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":613,"Cost":400,"Date":"10/14/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":855,"Cost":792,"Date":"10/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":405,"Cost":304,"Date":"11/11/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":336,"Cost":192,"Date":"12/7/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":705,"Cost":422,"Date":"12/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":292,"Cost":154,"Date":"1/6/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":5,"Cost":3,"Date":"1/23/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":676,"Cost":520,"Date":"2/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":129,"Cost":88,"Date":"3/10/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":617,"Cost":328,"Date":"3/12/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":653,"Cost":590,"Date":"3/31/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":971,"Cost":530,"Date":"6/16/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":758,"Cost":671,"Date":"6/17/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":445,"Cost":304,"Date":"8/27/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":455,"Cost":349,"Date":"10/1/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":950,"Cost":867,"Date":"11/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"ARKET","Country":"Italy","Sale":465,"Cost":437,"Date":"11/9/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":72,"Cost":46,"Date":"3/27/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":241,"Cost":122,"Date":"4/17/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":790,"Cost":593,"Date":"8/11/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":996,"Cost":789,"Date":"8/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":117,"Cost":85,"Date":"9/2/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":460,"Cost":328,"Date":"9/5/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":621,"Cost":367,"Date":"9/14/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":224,"Cost":181,"Date":"9/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":988,"Cost":727,"Date":"11/20/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":346,"Cost":244,"Date":"12/21/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":278,"Cost":162,"Date":"1/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":443,"Cost":269,"Date":"1/21/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":388,"Cost":260,"Date":"2/9/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":814,"Cost":554,"Date":"3/19/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":427,"Cost":375,"Date":"4/3/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":298,"Cost":169,"Date":"4/5/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":444,"Cost":367,"Date":"4/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":958,"Cost":893,"Date":"7/10/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":311,"Cost":192,"Date":"3/25/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":645,"Cost":460,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":674,"Cost":395,"Date":"10/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":479,"Cost":348,"Date":"3/2/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":158,"Cost":141,"Date":"6/28/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":198,"Cost":184,"Date":"7/17/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":851,"Cost":593,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":256,"Cost":207,"Date":"8/23/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":567,"Cost":378,"Date":"11/20/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":713,"Cost":375,"Date":"12/16/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":112,"Cost":103,"Date":"12/30/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":611,"Cost":538,"Date":"2/15/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":370,"Cost":212,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":466,"Cost":398,"Date":"3/7/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":583,"Cost":534,"Date":"4/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":970,"Cost":536,"Date":"7/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":481,"Cost":335,"Date":"8/18/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":828,"Cost":562,"Date":"10/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":115,"Cost":84,"Date":"11/11/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":890,"Cost":513,"Date":"11/30/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":891,"Cost":581,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":785,"Cost":409,"Date":"3/1/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":166,"Cost":90,"Date":"4/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":747,"Cost":502,"Date":"5/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":801,"Cost":555,"Date":"8/13/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":431,"Cost":331,"Date":"9/15/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":26,"Cost":22,"Date":"10/14/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":152,"Cost":144,"Date":"10/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":209,"Cost":135,"Date":"11/11/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":21,"Cost":14,"Date":"12/7/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":125,"Cost":101,"Date":"12/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":957,"Cost":630,"Date":"1/6/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":623,"Cost":431,"Date":"1/23/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":53,"Cost":36,"Date":"2/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":240,"Cost":167,"Date":"3/10/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":923,"Cost":756,"Date":"3/12/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":805,"Cost":433,"Date":"3/31/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":734,"Cost":503,"Date":"6/16/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":561,"Cost":510,"Date":"6/17/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":22,"Cost":15,"Date":"8/27/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":243,"Cost":147,"Date":"10/1/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":432,"Cost":328,"Date":"11/4/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":860,"Cost":817,"Date":"11/9/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":651,"Cost":544,"Date":"3/27/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":310,"Cost":231,"Date":"4/17/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":501,"Cost":440,"Date":"8/11/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":749,"Cost":466,"Date":"8/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":836,"Cost":470,"Date":"9/2/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":721,"Cost":607,"Date":"9/5/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":61,"Cost":37,"Date":"9/14/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":744,"Cost":614,"Date":"9/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":425,"Cost":273,"Date":"11/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":178,"Cost":164,"Date":"12/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":83,"Cost":57,"Date":"1/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":934,"Cost":880,"Date":"1/21/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":482,"Cost":270,"Date":"2/9/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":11,"Cost":9,"Date":"3/19/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":779,"Cost":472,"Date":"4/3/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":661,"Cost":402,"Date":"4/5/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":923,"Cost":636,"Date":"4/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":688,"Cost":355,"Date":"7/10/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":568,"Cost":534,"Date":"3/25/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":611,"Cost":362,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":362,"Cost":275,"Date":"10/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":104,"Cost":52,"Date":"3/2/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":676,"Cost":470,"Date":"6/28/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":681,"Cost":443,"Date":"7/17/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":106,"Cost":77,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":35,"Cost":31,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":858,"Cost":583,"Date":"11/20/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":713,"Cost":367,"Date":"12/16/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":178,"Cost":109,"Date":"12/30/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":228,"Cost":202,"Date":"2/15/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":581,"Cost":421,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":545,"Cost":418,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":344,"Cost":286,"Date":"4/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":601,"Cost":408,"Date":"7/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":877,"Cost":465,"Date":"8/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":469,"Cost":253,"Date":"10/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":777,"Cost":696,"Date":"11/11/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":838,"Cost":636,"Date":"11/30/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":256,"Cost":189,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":487,"Cost":299,"Date":"3/1/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":655,"Cost":355,"Date":"4/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":108,"Cost":78,"Date":"5/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":806,"Cost":762,"Date":"8/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":75,"Cost":68,"Date":"9/15/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":607,"Cost":439,"Date":"10/14/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":106,"Cost":93,"Date":"10/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":498,"Cost":362,"Date":"11/11/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":434,"Cost":255,"Date":"12/7/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":637,"Cost":375,"Date":"12/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":936,"Cost":516,"Date":"1/6/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":20,"Cost":16,"Date":"1/23/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":623,"Cost":496,"Date":"2/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":1000,"Cost":677,"Date":"3/10/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":935,"Cost":737,"Date":"3/12/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":75,"Cost":42,"Date":"3/31/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":660,"Cost":544,"Date":"6/16/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":363,"Cost":313,"Date":"6/17/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":220,"Cost":186,"Date":"8/27/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":538,"Cost":293,"Date":"10/1/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":29,"Cost":20,"Date":"11/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"ARKET","Country":"Italy","Sale":289,"Cost":196,"Date":"11/9/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":622,"Cost":524,"Date":"3/27/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":684,"Cost":474,"Date":"4/17/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":829,"Cost":644,"Date":"8/11/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":650,"Cost":570,"Date":"8/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":3,"Cost":2,"Date":"9/2/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":77,"Cost":66,"Date":"9/5/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":150,"Cost":80,"Date":"9/14/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":265,"Cost":245,"Date":"9/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":114,"Cost":84,"Date":"11/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":810,"Cost":532,"Date":"12/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":448,"Cost":372,"Date":"1/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":990,"Cost":874,"Date":"1/21/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":991,"Cost":608,"Date":"2/9/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":368,"Cost":274,"Date":"3/19/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":387,"Cost":326,"Date":"4/3/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":676,"Cost":625,"Date":"4/5/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":850,"Cost":679,"Date":"4/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":905,"Cost":645,"Date":"7/10/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":196,"Cost":134,"Date":"3/25/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":554,"Cost":447,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":697,"Cost":457,"Date":"10/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":507,"Cost":425,"Date":"3/2/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":885,"Cost":799,"Date":"6/28/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":830,"Cost":640,"Date":"7/17/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":243,"Cost":173,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":879,"Cost":776,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":973,"Cost":829,"Date":"11/20/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":617,"Cost":469,"Date":"12/16/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":260,"Cost":222,"Date":"12/30/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":645,"Cost":331,"Date":"2/15/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":536,"Cost":371,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":227,"Cost":168,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":768,"Cost":617,"Date":"4/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":300,"Cost":250,"Date":"7/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":361,"Cost":308,"Date":"8/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":912,"Cost":825,"Date":"10/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":167,"Cost":136,"Date":"11/11/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":830,"Cost":529,"Date":"11/30/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":972,"Cost":548,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":959,"Cost":496,"Date":"3/1/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":246,"Cost":205,"Date":"4/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":635,"Cost":409,"Date":"5/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":821,"Cost":652,"Date":"8/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":813,"Cost":480,"Date":"9/15/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":903,"Cost":525,"Date":"10/14/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":708,"Cost":502,"Date":"10/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":512,"Cost":427,"Date":"11/11/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":233,"Cost":166,"Date":"12/7/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":940,"Cost":619,"Date":"12/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":496,"Cost":447,"Date":"1/6/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":463,"Cost":295,"Date":"1/23/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":414,"Date":"2/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":208,"Cost":111,"Date":"3/10/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":389,"Cost":365,"Date":"3/12/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":797,"Cost":746,"Date":"3/31/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":962,"Cost":713,"Date":"6/16/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":655,"Cost":575,"Date":"6/17/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":82,"Cost":62,"Date":"8/27/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":590,"Cost":438,"Date":"10/1/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":451,"Cost":393,"Date":"11/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":465,"Cost":360,"Date":"11/9/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":27,"Cost":25,"Date":"3/27/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":257,"Cost":186,"Date":"4/17/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":579,"Cost":495,"Date":"8/11/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":839,"Cost":797,"Date":"8/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":702,"Cost":380,"Date":"9/2/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":483,"Cost":418,"Date":"9/5/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":709,"Cost":531,"Date":"9/14/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":718,"Cost":495,"Date":"9/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":70,"Cost":56,"Date":"11/20/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":901,"Cost":579,"Date":"12/21/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":625,"Cost":419,"Date":"1/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":615,"Cost":361,"Date":"1/21/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":694,"Cost":653,"Date":"2/9/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":669,"Cost":434,"Date":"3/19/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":53,"Cost":31,"Date":"4/3/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":690,"Cost":416,"Date":"4/5/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":517,"Cost":300,"Date":"4/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":992,"Cost":587,"Date":"7/10/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":52,"Cost":35,"Date":"3/25/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":337,"Cost":190,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":207,"Cost":184,"Date":"10/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":487,"Cost":386,"Date":"3/2/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":157,"Cost":124,"Date":"6/28/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":154,"Cost":99,"Date":"7/17/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":22,"Cost":21,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":603,"Cost":388,"Date":"8/23/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":272,"Cost":167,"Date":"11/20/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":462,"Cost":278,"Date":"12/16/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":77,"Cost":39,"Date":"12/30/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":653,"Cost":380,"Date":"2/15/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":759,"Cost":708,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":273,"Cost":140,"Date":"3/7/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":143,"Cost":117,"Date":"4/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":65,"Cost":44,"Date":"7/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":607,"Cost":460,"Date":"8/18/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":186,"Cost":99,"Date":"10/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":766,"Cost":389,"Date":"11/11/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":516,"Cost":423,"Date":"11/30/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":841,"Cost":583,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":937,"Cost":791,"Date":"3/1/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":426,"Cost":363,"Date":"4/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":291,"Cost":201,"Date":"5/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":347,"Date":"8/13/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":640,"Cost":326,"Date":"9/15/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":1,"Cost":1,"Date":"10/14/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":366,"Cost":313,"Date":"10/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":72,"Cost":60,"Date":"11/11/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":987,"Cost":858,"Date":"12/7/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":471,"Cost":379,"Date":"12/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":982,"Cost":841,"Date":"1/6/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":592,"Cost":553,"Date":"1/23/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":818,"Cost":698,"Date":"2/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":608,"Cost":377,"Date":"3/10/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":520,"Cost":286,"Date":"3/12/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":984,"Cost":934,"Date":"3/31/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":286,"Cost":234,"Date":"6/16/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":207,"Cost":186,"Date":"6/17/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":317,"Cost":289,"Date":"8/27/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":745,"Cost":430,"Date":"10/1/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":182,"Cost":132,"Date":"11/4/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":734,"Cost":642,"Date":"11/9/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":157,"Cost":89,"Date":"3/27/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":58,"Date":"4/17/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":427,"Cost":245,"Date":"8/11/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":537,"Cost":344,"Date":"8/21/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":900,"Cost":582,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":360,"Date":"9/5/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":793,"Cost":592,"Date":"9/14/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":228,"Cost":144,"Date":"9/20/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":552,"Cost":448,"Date":"11/20/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":732,"Cost":634,"Date":"12/21/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":699,"Cost":587,"Date":"1/7/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":579,"Cost":414,"Date":"1/21/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":195,"Cost":127,"Date":"2/9/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":234,"Cost":152,"Date":"3/19/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":797,"Cost":692,"Date":"4/3/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":186,"Cost":140,"Date":"4/5/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":647,"Cost":479,"Date":"4/28/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":674,"Cost":463,"Date":"7/10/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":704,"Cost":654,"Date":"3/25/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":483,"Cost":449,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":577,"Date":"10/28/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":72,"Cost":63,"Date":"3/2/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":45,"Cost":40,"Date":"6/28/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":193,"Cost":138,"Date":"7/17/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":696,"Cost":560,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":214,"Cost":128,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":938,"Cost":601,"Date":"11/20/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":43,"Cost":34,"Date":"12/16/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":350,"Cost":265,"Date":"12/30/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":207,"Cost":191,"Date":"2/15/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":530,"Cost":278,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":793,"Cost":615,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":929,"Cost":786,"Date":"4/18/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":252,"Cost":161,"Date":"7/27/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":605,"Cost":407,"Date":"8/18/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":438,"Cost":299,"Date":"10/31/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":167,"Cost":104,"Date":"11/11/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":52,"Cost":35,"Date":"11/30/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":45,"Cost":37,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":906,"Cost":519,"Date":"3/1/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":252,"Cost":129,"Date":"4/13/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":879,"Cost":570,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":195,"Cost":141,"Date":"8/13/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":843,"Cost":536,"Date":"9/15/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":732,"Cost":679,"Date":"10/14/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":52,"Cost":33,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":969,"Cost":584,"Date":"11/11/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":252,"Cost":154,"Date":"12/7/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":465,"Cost":403,"Date":"12/21/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":237,"Cost":144,"Date":"1/6/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":933,"Cost":509,"Date":"1/23/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":593,"Cost":404,"Date":"2/4/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":281,"Date":"3/10/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":423,"Cost":249,"Date":"3/12/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":47,"Cost":37,"Date":"3/31/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":246,"Cost":159,"Date":"6/16/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":353,"Cost":258,"Date":"6/17/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":193,"Cost":158,"Date":"8/27/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":514,"Cost":369,"Date":"10/1/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":889,"Cost":553,"Date":"11/4/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":568,"Cost":498,"Date":"11/9/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":349,"Cost":230,"Date":"3/27/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":939,"Cost":871,"Date":"4/17/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":311,"Cost":200,"Date":"8/11/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":323,"Cost":226,"Date":"8/21/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":277,"Cost":252,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":614,"Cost":531,"Date":"9/5/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":47,"Cost":38,"Date":"9/14/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":290,"Cost":242,"Date":"9/20/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":58,"Cost":50,"Date":"11/20/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":222,"Cost":121,"Date":"12/21/2018"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":627,"Cost":594,"Date":"1/7/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":23,"Cost":20,"Date":"1/21/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":717,"Cost":459,"Date":"2/9/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":892,"Cost":785,"Date":"3/19/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":987,"Cost":788,"Date":"4/3/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":208,"Cost":124,"Date":"4/5/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":134,"Cost":96,"Date":"4/28/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":243,"Cost":133,"Date":"7/10/2019"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":709,"Cost":544,"Date":"3/25/2020"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":400,"Cost":364,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":243,"Cost":126,"Date":"10/28/2020"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":296,"Cost":170,"Date":"3/2/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":838,"Cost":578,"Date":"6/28/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":728,"Cost":515,"Date":"7/17/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":105,"Cost":58,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":81,"Cost":55,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":485,"Cost":281,"Date":"11/20/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":46,"Cost":36,"Date":"12/16/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":321,"Cost":276,"Date":"12/30/2021"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":246,"Cost":208,"Date":"2/15/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":566,"Cost":385,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":231,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":574,"Cost":311,"Date":"4/18/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":633,"Cost":385,"Date":"7/27/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":499,"Cost":435,"Date":"8/18/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":340,"Date":"10/31/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":830,"Cost":729,"Date":"11/11/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":392,"Cost":283,"Date":"11/30/2022"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":650,"Cost":606,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":968,"Cost":874,"Date":"3/1/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":64,"Cost":51,"Date":"4/13/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":819,"Cost":738,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":696,"Cost":595,"Date":"8/13/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":210,"Cost":135,"Date":"9/15/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":339,"Cost":247,"Date":"10/14/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":566,"Cost":293,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":383,"Date":"11/11/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":342,"Cost":223,"Date":"12/7/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":698,"Cost":582,"Date":"12/21/2023"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":868,"Cost":690,"Date":"1/6/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":969,"Cost":572,"Date":"1/23/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":591,"Cost":326,"Date":"2/4/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":777,"Cost":692,"Date":"3/10/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":934,"Cost":839,"Date":"3/12/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":708,"Cost":465,"Date":"3/31/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":548,"Cost":449,"Date":"6/16/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":4,"Cost":3,"Date":"6/17/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":585,"Cost":457,"Date":"8/27/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":275,"Cost":171,"Date":"10/1/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":453,"Cost":374,"Date":"11/4/2024"},{"Store":"Tokyo Midtown","Brand":"ARKET","Country":"Japan","Sale":535,"Cost":474,"Date":"11/9/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":334,"Cost":206,"Date":"3/27/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":155,"Cost":80,"Date":"4/17/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":186,"Cost":176,"Date":"8/11/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":245,"Cost":136,"Date":"8/21/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":536,"Cost":419,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":660,"Cost":532,"Date":"9/5/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":989,"Cost":858,"Date":"9/14/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":773,"Cost":600,"Date":"9/20/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":55,"Cost":32,"Date":"11/20/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":395,"Cost":335,"Date":"12/21/2018"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":235,"Cost":153,"Date":"1/7/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":231,"Cost":127,"Date":"1/21/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":994,"Cost":515,"Date":"2/9/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":797,"Cost":645,"Date":"3/19/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":466,"Cost":243,"Date":"4/3/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":45,"Cost":40,"Date":"4/5/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":250,"Cost":151,"Date":"4/28/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":970,"Cost":880,"Date":"7/10/2019"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":807,"Cost":516,"Date":"3/25/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":632,"Cost":588,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":246,"Cost":175,"Date":"10/28/2020"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":789,"Cost":711,"Date":"3/2/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":689,"Cost":651,"Date":"6/28/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":190,"Cost":169,"Date":"7/17/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":813,"Cost":495,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":555,"Cost":368,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":187,"Cost":169,"Date":"11/20/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":476,"Cost":245,"Date":"12/16/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":214,"Cost":157,"Date":"12/30/2021"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":723,"Cost":574,"Date":"2/15/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":688,"Cost":589,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":898,"Cost":708,"Date":"3/7/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":821,"Cost":614,"Date":"4/18/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":160,"Cost":143,"Date":"7/27/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":20,"Cost":12,"Date":"8/18/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":508,"Cost":465,"Date":"10/31/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":446,"Cost":244,"Date":"11/11/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":651,"Cost":610,"Date":"11/30/2022"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":622,"Cost":495,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":385,"Cost":293,"Date":"3/1/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":296,"Cost":202,"Date":"4/13/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":57,"Cost":51,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":711,"Cost":377,"Date":"8/13/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":774,"Cost":639,"Date":"9/15/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":913,"Cost":579,"Date":"10/14/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":209,"Cost":165,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":166,"Cost":158,"Date":"11/11/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":804,"Cost":657,"Date":"12/7/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":644,"Cost":544,"Date":"12/21/2023"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":298,"Cost":269,"Date":"1/6/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":900,"Cost":755,"Date":"1/23/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":904,"Cost":808,"Date":"2/4/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":727,"Cost":374,"Date":"3/10/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":572,"Cost":491,"Date":"3/12/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":843,"Cost":785,"Date":"3/31/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":95,"Date":"6/16/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":255,"Cost":215,"Date":"6/17/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":671,"Cost":454,"Date":"8/27/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":385,"Cost":275,"Date":"10/1/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":296,"Cost":214,"Date":"11/4/2024"},{"Store":"Tokyo Midtown","Brand":"Jeans","Country":"Japan","Sale":437,"Cost":271,"Date":"11/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":297,"Cost":207,"Date":"3/27/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":71,"Cost":61,"Date":"4/17/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":96,"Cost":76,"Date":"8/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":781,"Date":"8/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":409,"Cost":263,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":955,"Cost":741,"Date":"9/5/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":185,"Cost":105,"Date":"9/14/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":240,"Date":"9/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":868,"Cost":695,"Date":"11/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":379,"Cost":256,"Date":"12/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":51,"Cost":33,"Date":"1/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":403,"Cost":233,"Date":"1/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":476,"Cost":431,"Date":"2/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":276,"Cost":175,"Date":"3/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":317,"Cost":281,"Date":"4/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":675,"Cost":624,"Date":"4/5/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":913,"Cost":490,"Date":"4/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":534,"Cost":293,"Date":"7/10/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":835,"Cost":529,"Date":"3/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":499,"Cost":446,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":92,"Date":"10/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":235,"Cost":170,"Date":"3/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":436,"Cost":308,"Date":"6/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":93,"Cost":71,"Date":"7/17/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":834,"Cost":598,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":272,"Cost":210,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":50,"Cost":35,"Date":"11/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":645,"Cost":331,"Date":"12/16/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":574,"Cost":541,"Date":"12/30/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":705,"Cost":434,"Date":"2/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":644,"Cost":544,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":85,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":564,"Cost":384,"Date":"4/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":830,"Cost":449,"Date":"7/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":628,"Cost":545,"Date":"8/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":85,"Cost":54,"Date":"10/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":419,"Cost":362,"Date":"11/11/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":633,"Cost":474,"Date":"11/30/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":440,"Cost":349,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":721,"Cost":633,"Date":"3/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":549,"Cost":299,"Date":"4/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":567,"Cost":507,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":873,"Cost":656,"Date":"8/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":801,"Cost":404,"Date":"9/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":732,"Cost":447,"Date":"10/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":992,"Cost":905,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":956,"Cost":852,"Date":"11/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":349,"Cost":274,"Date":"12/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":84,"Cost":65,"Date":"12/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":156,"Cost":112,"Date":"1/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":37,"Cost":33,"Date":"1/23/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":863,"Cost":806,"Date":"2/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":371,"Cost":224,"Date":"3/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":466,"Cost":390,"Date":"3/12/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":630,"Cost":399,"Date":"3/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":433,"Cost":294,"Date":"6/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":305,"Cost":197,"Date":"6/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":191,"Cost":148,"Date":"8/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":314,"Cost":196,"Date":"10/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":557,"Cost":299,"Date":"11/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Jeans","Country":"Japan","Sale":1000,"Cost":539,"Date":"11/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":882,"Cost":633,"Date":"3/27/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":870,"Cost":750,"Date":"4/17/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":608,"Cost":510,"Date":"8/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":331,"Cost":231,"Date":"8/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":155,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":858,"Cost":648,"Date":"9/5/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":868,"Cost":778,"Date":"9/14/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":604,"Cost":400,"Date":"9/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":320,"Cost":272,"Date":"11/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":206,"Cost":185,"Date":"12/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":567,"Cost":415,"Date":"1/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":568,"Cost":394,"Date":"1/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":251,"Cost":207,"Date":"2/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":285,"Cost":202,"Date":"3/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":209,"Cost":140,"Date":"4/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":10,"Cost":7,"Date":"4/5/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":617,"Cost":314,"Date":"4/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":424,"Cost":304,"Date":"7/10/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":836,"Cost":628,"Date":"3/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":208,"Cost":176,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":691,"Cost":363,"Date":"10/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":766,"Cost":585,"Date":"3/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":640,"Cost":590,"Date":"6/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":698,"Cost":550,"Date":"7/17/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":560,"Cost":402,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":701,"Cost":517,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":608,"Cost":337,"Date":"11/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":989,"Cost":801,"Date":"12/16/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":788,"Cost":745,"Date":"12/30/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":846,"Cost":691,"Date":"2/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":595,"Cost":335,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":94,"Cost":67,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":4,"Cost":2,"Date":"4/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":627,"Cost":388,"Date":"7/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":354,"Cost":318,"Date":"8/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":135,"Cost":125,"Date":"10/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":372,"Cost":297,"Date":"11/11/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":5,"Cost":2,"Date":"11/30/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":554,"Cost":434,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":743,"Cost":500,"Date":"3/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":193,"Cost":151,"Date":"4/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":658,"Cost":386,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":493,"Cost":248,"Date":"8/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":584,"Cost":357,"Date":"9/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":753,"Cost":433,"Date":"10/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":18,"Cost":14,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":916,"Cost":579,"Date":"11/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":475,"Cost":337,"Date":"12/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":732,"Cost":598,"Date":"12/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":288,"Cost":259,"Date":"1/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":556,"Cost":515,"Date":"1/23/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":383,"Cost":246,"Date":"2/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":35,"Cost":19,"Date":"3/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":162,"Cost":127,"Date":"3/12/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":272,"Cost":180,"Date":"3/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":777,"Cost":522,"Date":"6/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":536,"Cost":438,"Date":"6/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":270,"Cost":165,"Date":"8/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":436,"Cost":359,"Date":"10/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":25,"Cost":19,"Date":"11/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":522,"Cost":438,"Date":"11/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":426,"Cost":236,"Date":"3/27/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":283,"Date":"4/17/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":532,"Cost":374,"Date":"8/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":591,"Cost":487,"Date":"8/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":816,"Cost":411,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":834,"Cost":622,"Date":"9/5/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":231,"Cost":135,"Date":"9/14/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":343,"Cost":217,"Date":"9/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":513,"Cost":366,"Date":"11/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":859,"Cost":597,"Date":"12/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":793,"Cost":742,"Date":"1/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":68,"Cost":64,"Date":"1/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":550,"Date":"2/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":588,"Date":"3/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":576,"Cost":392,"Date":"4/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":667,"Cost":570,"Date":"4/5/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":821,"Date":"4/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":181,"Cost":144,"Date":"7/10/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":113,"Cost":82,"Date":"3/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":653,"Cost":484,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":317,"Cost":249,"Date":"10/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":839,"Cost":462,"Date":"3/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":877,"Cost":778,"Date":"6/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":165,"Cost":147,"Date":"7/17/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":912,"Cost":750,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":283,"Cost":201,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":504,"Date":"11/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":885,"Cost":592,"Date":"12/16/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":460,"Cost":382,"Date":"12/30/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":850,"Cost":736,"Date":"2/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":584,"Cost":450,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":415,"Cost":278,"Date":"3/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":852,"Cost":757,"Date":"4/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":986,"Cost":797,"Date":"7/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":134,"Cost":125,"Date":"8/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":31,"Cost":29,"Date":"10/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":325,"Cost":172,"Date":"11/11/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":369,"Cost":294,"Date":"11/30/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":136,"Cost":112,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":8,"Cost":6,"Date":"3/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":159,"Cost":98,"Date":"4/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":143,"Cost":87,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":897,"Cost":629,"Date":"8/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":665,"Cost":362,"Date":"9/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":879,"Cost":789,"Date":"10/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":594,"Cost":355,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":601,"Cost":358,"Date":"11/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":954,"Cost":483,"Date":"12/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":206,"Date":"12/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":268,"Date":"1/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":484,"Cost":381,"Date":"1/23/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":124,"Cost":64,"Date":"2/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":4,"Cost":3,"Date":"3/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":672,"Cost":430,"Date":"3/12/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":154,"Cost":85,"Date":"3/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":540,"Cost":292,"Date":"6/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":956,"Cost":884,"Date":"6/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":854,"Cost":794,"Date":"8/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":978,"Cost":490,"Date":"10/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":30,"Cost":27,"Date":"11/4/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":823,"Cost":489,"Date":"11/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":719,"Cost":462,"Date":"3/27/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":673,"Cost":390,"Date":"4/17/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":494,"Date":"8/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":547,"Cost":274,"Date":"8/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":289,"Cost":161,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":480,"Cost":246,"Date":"9/5/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":622,"Cost":402,"Date":"9/14/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":434,"Cost":351,"Date":"9/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":217,"Cost":120,"Date":"11/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":629,"Cost":444,"Date":"12/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":192,"Cost":158,"Date":"1/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":715,"Cost":458,"Date":"1/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":543,"Cost":468,"Date":"2/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":837,"Cost":584,"Date":"3/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":148,"Date":"4/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":224,"Cost":184,"Date":"4/5/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":124,"Cost":80,"Date":"4/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":638,"Cost":484,"Date":"7/10/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":44,"Cost":24,"Date":"3/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":357,"Cost":302,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":235,"Cost":132,"Date":"10/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":764,"Cost":521,"Date":"3/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":177,"Cost":155,"Date":"6/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":929,"Cost":531,"Date":"7/17/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":597,"Cost":510,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":34,"Cost":17,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":381,"Cost":290,"Date":"11/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":194,"Cost":139,"Date":"12/16/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":575,"Cost":367,"Date":"12/30/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":869,"Cost":588,"Date":"2/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":76,"Cost":68,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":422,"Cost":384,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":845,"Cost":612,"Date":"4/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":385,"Cost":336,"Date":"7/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":777,"Cost":587,"Date":"8/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":4,"Cost":2,"Date":"10/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":327,"Cost":281,"Date":"11/11/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":360,"Cost":272,"Date":"11/30/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":282,"Cost":214,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":664,"Cost":425,"Date":"3/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":45,"Cost":28,"Date":"4/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":742,"Cost":436,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":126,"Cost":64,"Date":"8/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":768,"Cost":728,"Date":"9/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":58,"Cost":39,"Date":"10/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":703,"Cost":400,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":489,"Cost":425,"Date":"11/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":65,"Cost":39,"Date":"12/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":178,"Cost":138,"Date":"12/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":590,"Cost":299,"Date":"1/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":437,"Cost":307,"Date":"1/23/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":312,"Cost":201,"Date":"2/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":221,"Cost":111,"Date":"3/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":219,"Cost":128,"Date":"3/12/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":584,"Cost":316,"Date":"3/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":397,"Cost":339,"Date":"6/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":165,"Cost":115,"Date":"6/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":513,"Cost":356,"Date":"8/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":52,"Cost":36,"Date":"10/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":507,"Cost":467,"Date":"11/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":760,"Cost":684,"Date":"11/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":382,"Cost":285,"Date":"3/27/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":624,"Cost":396,"Date":"4/17/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":137,"Date":"8/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":272,"Cost":170,"Date":"8/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":485,"Cost":256,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":256,"Date":"9/5/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":719,"Cost":463,"Date":"9/14/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":403,"Cost":336,"Date":"9/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":387,"Cost":328,"Date":"11/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":326,"Cost":255,"Date":"12/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":848,"Cost":597,"Date":"1/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":654,"Cost":575,"Date":"1/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":671,"Cost":413,"Date":"2/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":250,"Cost":143,"Date":"3/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":587,"Cost":487,"Date":"4/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":962,"Cost":714,"Date":"4/5/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":656,"Cost":559,"Date":"4/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":948,"Cost":595,"Date":"7/10/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":671,"Cost":526,"Date":"3/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":261,"Cost":237,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":840,"Cost":594,"Date":"10/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":263,"Cost":201,"Date":"3/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":457,"Cost":337,"Date":"6/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":553,"Cost":394,"Date":"7/17/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":59,"Cost":34,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":506,"Cost":362,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":590,"Cost":529,"Date":"11/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":782,"Cost":616,"Date":"12/16/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":807,"Cost":645,"Date":"12/30/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":538,"Cost":417,"Date":"2/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":471,"Cost":367,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":841,"Cost":518,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":352,"Date":"4/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":576,"Cost":380,"Date":"7/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":594,"Cost":307,"Date":"8/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":991,"Cost":909,"Date":"10/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":408,"Cost":342,"Date":"11/11/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":737,"Cost":373,"Date":"11/30/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":328,"Cost":242,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":359,"Cost":309,"Date":"3/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":694,"Cost":589,"Date":"4/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":13,"Cost":11,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":728,"Cost":640,"Date":"8/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":801,"Cost":473,"Date":"9/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":29,"Cost":21,"Date":"10/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":486,"Cost":415,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":578,"Cost":336,"Date":"11/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":225,"Cost":171,"Date":"12/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":81,"Cost":51,"Date":"12/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":868,"Cost":524,"Date":"1/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":786,"Cost":616,"Date":"1/23/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":136,"Cost":124,"Date":"2/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":556,"Date":"3/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":824,"Cost":694,"Date":"3/12/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":752,"Cost":665,"Date":"3/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":641,"Cost":485,"Date":"6/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":866,"Cost":555,"Date":"6/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":364,"Date":"8/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":456,"Cost":282,"Date":"10/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":13,"Cost":12,"Date":"11/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":700,"Cost":578,"Date":"11/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":764,"Cost":691,"Date":"3/27/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":741,"Cost":576,"Date":"4/17/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":846,"Cost":644,"Date":"8/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":112,"Cost":59,"Date":"8/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":142,"Cost":116,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":214,"Cost":167,"Date":"9/5/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":350,"Cost":300,"Date":"9/14/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":228,"Cost":183,"Date":"9/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":564,"Cost":432,"Date":"11/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":460,"Cost":279,"Date":"12/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":118,"Cost":79,"Date":"1/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":902,"Cost":553,"Date":"1/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":681,"Cost":482,"Date":"2/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":478,"Cost":320,"Date":"3/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":664,"Cost":601,"Date":"4/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":549,"Cost":361,"Date":"4/5/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":147,"Cost":80,"Date":"4/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":69,"Date":"7/10/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":590,"Cost":397,"Date":"3/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":109,"Cost":82,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":642,"Cost":502,"Date":"10/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":239,"Cost":208,"Date":"3/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":824,"Cost":571,"Date":"6/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":97,"Date":"7/17/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":446,"Cost":285,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":530,"Cost":364,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":662,"Cost":461,"Date":"11/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":763,"Cost":535,"Date":"12/16/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":123,"Cost":86,"Date":"12/30/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":414,"Cost":353,"Date":"2/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":68,"Cost":58,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":71,"Cost":65,"Date":"3/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":262,"Cost":133,"Date":"4/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":44,"Cost":25,"Date":"7/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":597,"Cost":411,"Date":"8/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":350,"Cost":229,"Date":"10/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":988,"Cost":614,"Date":"11/11/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":264,"Cost":141,"Date":"11/30/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":17,"Cost":16,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":940,"Cost":646,"Date":"3/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":743,"Cost":690,"Date":"4/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":487,"Cost":362,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":69,"Cost":60,"Date":"8/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":890,"Cost":532,"Date":"9/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":759,"Cost":467,"Date":"10/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":188,"Cost":175,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":171,"Cost":119,"Date":"11/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":373,"Cost":277,"Date":"12/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":691,"Cost":559,"Date":"12/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":9,"Cost":7,"Date":"1/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":200,"Date":"1/23/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":941,"Cost":784,"Date":"2/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":981,"Cost":673,"Date":"3/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":769,"Cost":531,"Date":"3/12/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":708,"Cost":408,"Date":"3/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":484,"Cost":316,"Date":"6/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":133,"Cost":103,"Date":"6/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":410,"Cost":217,"Date":"8/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":500,"Cost":332,"Date":"10/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":156,"Cost":131,"Date":"11/4/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Jeans","Country":"Japan","Sale":466,"Cost":377,"Date":"11/9/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":681,"Cost":489,"Date":"3/27/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":455,"Cost":314,"Date":"4/17/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":865,"Cost":529,"Date":"8/11/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":768,"Cost":657,"Date":"8/21/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":205,"Cost":177,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":282,"Cost":193,"Date":"9/5/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":557,"Cost":406,"Date":"9/14/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":678,"Cost":537,"Date":"9/20/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":489,"Date":"11/20/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":276,"Cost":167,"Date":"12/21/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":445,"Cost":408,"Date":"1/7/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":699,"Cost":490,"Date":"1/21/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":73,"Cost":46,"Date":"2/9/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":320,"Date":"3/19/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":725,"Cost":413,"Date":"4/3/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":877,"Cost":706,"Date":"4/5/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":122,"Cost":101,"Date":"4/28/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":875,"Cost":634,"Date":"7/10/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":715,"Cost":588,"Date":"3/25/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":85,"Cost":65,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":48,"Date":"10/28/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":340,"Cost":233,"Date":"3/2/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":934,"Cost":608,"Date":"6/28/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":335,"Cost":299,"Date":"7/17/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":416,"Cost":214,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":677,"Cost":531,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":328,"Cost":189,"Date":"11/20/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":115,"Cost":85,"Date":"12/16/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":78,"Cost":53,"Date":"12/30/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":388,"Cost":326,"Date":"2/15/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":788,"Cost":561,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":653,"Cost":394,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":803,"Cost":527,"Date":"4/18/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":793,"Cost":731,"Date":"7/27/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":251,"Cost":196,"Date":"8/18/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":627,"Cost":391,"Date":"10/31/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":861,"Cost":626,"Date":"11/11/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":839,"Cost":741,"Date":"11/30/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":916,"Cost":759,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":401,"Cost":278,"Date":"3/1/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":268,"Cost":182,"Date":"4/13/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":699,"Cost":555,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":35,"Cost":20,"Date":"8/13/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":263,"Cost":200,"Date":"9/15/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":451,"Cost":306,"Date":"10/14/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":858,"Cost":598,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":352,"Cost":204,"Date":"11/11/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":656,"Date":"12/7/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":619,"Cost":468,"Date":"12/21/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":34,"Date":"1/6/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":580,"Cost":323,"Date":"1/23/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":644,"Cost":378,"Date":"2/4/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":691,"Cost":629,"Date":"3/10/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":108,"Cost":63,"Date":"3/12/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":377,"Cost":204,"Date":"3/31/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":121,"Cost":99,"Date":"6/16/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":684,"Cost":585,"Date":"6/17/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":82,"Cost":53,"Date":"8/27/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":114,"Cost":100,"Date":"10/1/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":811,"Cost":436,"Date":"11/4/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":468,"Cost":241,"Date":"11/9/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":647,"Cost":578,"Date":"3/27/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":860,"Cost":600,"Date":"4/17/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":772,"Cost":704,"Date":"8/11/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":70,"Cost":66,"Date":"8/21/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":456,"Cost":245,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":121,"Cost":113,"Date":"9/5/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":151,"Cost":93,"Date":"9/14/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":149,"Cost":103,"Date":"9/20/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":359,"Cost":288,"Date":"11/20/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":724,"Cost":551,"Date":"12/21/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":575,"Cost":337,"Date":"1/7/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":962,"Cost":508,"Date":"1/21/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":961,"Cost":496,"Date":"2/9/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":354,"Cost":225,"Date":"3/19/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":825,"Cost":586,"Date":"4/3/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":453,"Cost":350,"Date":"4/5/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":550,"Cost":326,"Date":"4/28/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":947,"Cost":581,"Date":"7/10/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":650,"Cost":451,"Date":"3/25/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":682,"Cost":492,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":9,"Cost":8,"Date":"10/28/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":100,"Cost":93,"Date":"3/2/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":110,"Cost":80,"Date":"6/28/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":23,"Cost":21,"Date":"7/17/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":131,"Cost":77,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":219,"Cost":137,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":504,"Cost":418,"Date":"11/20/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":817,"Cost":599,"Date":"12/16/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":475,"Cost":324,"Date":"12/30/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":112,"Cost":89,"Date":"2/15/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":912,"Cost":581,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":369,"Cost":260,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":269,"Cost":243,"Date":"4/18/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":774,"Cost":432,"Date":"7/27/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":990,"Cost":818,"Date":"8/18/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":158,"Cost":104,"Date":"10/31/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":507,"Cost":314,"Date":"11/11/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":819,"Cost":486,"Date":"11/30/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":433,"Cost":395,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":30,"Cost":22,"Date":"3/1/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":587,"Cost":459,"Date":"4/13/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":24,"Cost":17,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":419,"Cost":361,"Date":"8/13/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":722,"Cost":408,"Date":"9/15/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":905,"Cost":529,"Date":"10/14/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":727,"Cost":662,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":67,"Cost":47,"Date":"11/11/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":294,"Cost":149,"Date":"12/7/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":473,"Cost":280,"Date":"12/21/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":726,"Cost":613,"Date":"1/6/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":652,"Cost":373,"Date":"1/23/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":921,"Cost":860,"Date":"2/4/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":147,"Cost":74,"Date":"3/10/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":768,"Cost":717,"Date":"3/12/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":8,"Cost":8,"Date":"3/31/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":756,"Cost":422,"Date":"6/16/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":436,"Cost":335,"Date":"6/17/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":434,"Cost":322,"Date":"8/27/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":895,"Cost":456,"Date":"10/1/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":994,"Cost":779,"Date":"11/4/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":191,"Cost":165,"Date":"11/9/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":555,"Cost":289,"Date":"3/27/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":451,"Cost":286,"Date":"4/17/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":252,"Cost":183,"Date":"8/11/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":952,"Cost":562,"Date":"8/21/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":987,"Cost":890,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":667,"Date":"9/5/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":384,"Cost":209,"Date":"9/14/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":208,"Date":"9/20/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":706,"Cost":497,"Date":"11/20/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":636,"Cost":577,"Date":"12/21/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":499,"Cost":416,"Date":"1/7/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":407,"Cost":352,"Date":"1/21/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":837,"Cost":573,"Date":"2/9/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":319,"Cost":271,"Date":"3/19/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":337,"Cost":204,"Date":"4/3/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":347,"Cost":253,"Date":"4/5/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":408,"Cost":348,"Date":"4/28/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":628,"Cost":335,"Date":"7/10/2019"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":188,"Cost":142,"Date":"3/25/2020"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":942,"Cost":547,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":205,"Cost":103,"Date":"10/28/2020"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":540,"Cost":396,"Date":"3/2/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":704,"Cost":486,"Date":"6/28/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":945,"Cost":654,"Date":"7/17/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":354,"Cost":320,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":578,"Cost":509,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":250,"Cost":192,"Date":"11/20/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":340,"Cost":289,"Date":"12/16/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":122,"Cost":74,"Date":"12/30/2021"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":922,"Cost":773,"Date":"2/15/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":89,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":583,"Cost":398,"Date":"3/7/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":773,"Cost":412,"Date":"4/18/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":205,"Cost":161,"Date":"7/27/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":984,"Cost":664,"Date":"8/18/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":931,"Cost":539,"Date":"10/31/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":165,"Cost":105,"Date":"11/11/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":458,"Date":"11/30/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":211,"Cost":160,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":59,"Cost":35,"Date":"3/1/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":878,"Cost":500,"Date":"4/13/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":102,"Cost":65,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":527,"Cost":484,"Date":"8/13/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":780,"Cost":712,"Date":"9/15/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":390,"Cost":214,"Date":"10/14/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":969,"Cost":543,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":55,"Cost":37,"Date":"11/11/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":23,"Cost":12,"Date":"12/7/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":76,"Cost":65,"Date":"12/21/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":696,"Cost":471,"Date":"1/6/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":577,"Cost":394,"Date":"1/23/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":446,"Cost":313,"Date":"2/4/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":605,"Cost":527,"Date":"3/10/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":151,"Cost":99,"Date":"3/12/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":867,"Cost":712,"Date":"3/31/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":681,"Cost":437,"Date":"6/16/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":64,"Cost":60,"Date":"6/17/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":833,"Cost":732,"Date":"8/27/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":970,"Cost":643,"Date":"10/1/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":343,"Cost":226,"Date":"11/4/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":65,"Cost":56,"Date":"11/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":378,"Cost":239,"Date":"3/27/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":456,"Cost":289,"Date":"4/17/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":684,"Cost":437,"Date":"8/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":937,"Cost":864,"Date":"8/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":560,"Cost":467,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":616,"Cost":419,"Date":"9/5/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":717,"Cost":465,"Date":"9/14/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":958,"Cost":707,"Date":"9/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":185,"Cost":129,"Date":"11/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":871,"Cost":574,"Date":"12/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":279,"Cost":178,"Date":"1/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":406,"Cost":289,"Date":"1/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":689,"Cost":627,"Date":"2/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":574,"Cost":488,"Date":"3/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":481,"Cost":341,"Date":"4/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":196,"Cost":166,"Date":"4/5/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":706,"Cost":561,"Date":"4/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":146,"Cost":101,"Date":"7/10/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":646,"Cost":500,"Date":"3/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":619,"Cost":315,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":621,"Cost":362,"Date":"10/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":997,"Cost":694,"Date":"3/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":698,"Cost":550,"Date":"6/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":55,"Cost":47,"Date":"7/17/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":855,"Cost":633,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":458,"Cost":418,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":847,"Cost":670,"Date":"11/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":154,"Cost":96,"Date":"12/16/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":74,"Cost":51,"Date":"12/30/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":611,"Cost":449,"Date":"2/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":512,"Cost":314,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":591,"Cost":550,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":341,"Cost":214,"Date":"4/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":309,"Cost":277,"Date":"7/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":831,"Cost":461,"Date":"8/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":498,"Cost":395,"Date":"10/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":350,"Cost":184,"Date":"11/11/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":257,"Cost":132,"Date":"11/30/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":52,"Cost":34,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":965,"Cost":686,"Date":"3/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":335,"Cost":226,"Date":"4/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":627,"Cost":325,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":836,"Cost":524,"Date":"8/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":791,"Cost":508,"Date":"9/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":641,"Cost":401,"Date":"10/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":639,"Cost":586,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":928,"Cost":786,"Date":"11/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":517,"Cost":435,"Date":"12/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":549,"Cost":279,"Date":"12/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":47,"Cost":36,"Date":"1/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":94,"Cost":75,"Date":"1/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":85,"Cost":70,"Date":"2/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":75,"Cost":51,"Date":"3/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":251,"Cost":155,"Date":"3/12/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":205,"Cost":171,"Date":"3/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":608,"Cost":492,"Date":"6/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":81,"Cost":73,"Date":"6/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":361,"Cost":284,"Date":"8/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":239,"Cost":200,"Date":"10/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":179,"Cost":109,"Date":"11/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Nova","Country":"Japan","Sale":187,"Cost":147,"Date":"11/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":210,"Cost":110,"Date":"3/27/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":103,"Cost":73,"Date":"4/17/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":183,"Cost":113,"Date":"8/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":861,"Cost":532,"Date":"8/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":580,"Cost":405,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":97,"Cost":74,"Date":"9/5/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":719,"Cost":660,"Date":"9/14/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":734,"Cost":394,"Date":"9/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":360,"Cost":273,"Date":"11/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":308,"Cost":224,"Date":"12/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":629,"Date":"1/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":782,"Cost":440,"Date":"1/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":3,"Cost":3,"Date":"2/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":831,"Cost":575,"Date":"3/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":347,"Cost":179,"Date":"4/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":87,"Cost":60,"Date":"4/5/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":319,"Cost":243,"Date":"4/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":959,"Cost":551,"Date":"7/10/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":452,"Cost":378,"Date":"3/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":641,"Cost":404,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":412,"Cost":221,"Date":"10/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":804,"Cost":694,"Date":"3/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":109,"Cost":99,"Date":"6/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":922,"Cost":668,"Date":"7/17/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":366,"Cost":221,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":866,"Cost":669,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":80,"Cost":44,"Date":"11/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":594,"Cost":356,"Date":"12/16/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":29,"Cost":14,"Date":"12/30/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":941,"Cost":568,"Date":"2/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":560,"Cost":486,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":908,"Cost":593,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":243,"Date":"4/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":500,"Cost":407,"Date":"7/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":688,"Cost":582,"Date":"8/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":888,"Cost":720,"Date":"10/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":958,"Cost":581,"Date":"11/11/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":795,"Cost":417,"Date":"11/30/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":688,"Cost":364,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":71,"Cost":37,"Date":"3/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":523,"Cost":442,"Date":"4/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":608,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":349,"Date":"8/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":108,"Cost":84,"Date":"9/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":724,"Cost":445,"Date":"10/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":499,"Cost":328,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":86,"Cost":67,"Date":"11/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":980,"Cost":927,"Date":"12/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":339,"Cost":183,"Date":"12/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":275,"Cost":141,"Date":"1/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":877,"Cost":527,"Date":"1/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":750,"Cost":551,"Date":"2/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":700,"Cost":504,"Date":"3/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":985,"Cost":739,"Date":"3/12/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":116,"Cost":80,"Date":"3/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":43,"Date":"6/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":293,"Date":"6/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":117,"Cost":73,"Date":"8/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":196,"Cost":177,"Date":"10/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":213,"Date":"11/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":828,"Cost":780,"Date":"11/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":574,"Cost":517,"Date":"3/27/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":606,"Cost":344,"Date":"4/17/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":943,"Cost":561,"Date":"8/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":186,"Date":"8/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":876,"Cost":624,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":831,"Cost":619,"Date":"9/5/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":832,"Cost":760,"Date":"9/14/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":164,"Cost":89,"Date":"9/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":1,"Cost":1,"Date":"11/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":412,"Cost":388,"Date":"12/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":444,"Cost":403,"Date":"1/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":356,"Cost":242,"Date":"1/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":616,"Cost":542,"Date":"2/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":161,"Cost":96,"Date":"3/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":23,"Cost":16,"Date":"4/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":16,"Cost":9,"Date":"4/5/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":516,"Date":"4/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":770,"Cost":514,"Date":"7/10/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":185,"Cost":173,"Date":"3/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":55,"Cost":45,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":285,"Cost":236,"Date":"10/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":742,"Cost":635,"Date":"3/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":984,"Cost":721,"Date":"6/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":939,"Cost":730,"Date":"7/17/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":627,"Cost":375,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":495,"Cost":301,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":817,"Cost":595,"Date":"11/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":735,"Cost":388,"Date":"12/16/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":236,"Cost":143,"Date":"12/30/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":484,"Cost":300,"Date":"2/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":105,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":108,"Date":"3/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":343,"Cost":265,"Date":"4/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":571,"Cost":298,"Date":"7/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":127,"Cost":70,"Date":"8/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":556,"Cost":412,"Date":"10/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":312,"Cost":234,"Date":"11/11/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":475,"Date":"11/30/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":779,"Cost":428,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":201,"Cost":132,"Date":"3/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":792,"Cost":621,"Date":"4/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":266,"Cost":181,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":390,"Cost":218,"Date":"8/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":16,"Cost":10,"Date":"9/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":947,"Cost":590,"Date":"10/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":788,"Cost":422,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":877,"Cost":674,"Date":"11/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":372,"Cost":252,"Date":"12/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":25,"Cost":14,"Date":"12/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":559,"Cost":462,"Date":"1/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":960,"Cost":728,"Date":"1/23/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":344,"Cost":290,"Date":"2/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":664,"Cost":346,"Date":"3/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":837,"Cost":445,"Date":"3/12/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":831,"Cost":419,"Date":"3/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":665,"Cost":414,"Date":"6/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":922,"Cost":787,"Date":"6/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":406,"Cost":338,"Date":"8/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":183,"Cost":154,"Date":"10/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":332,"Cost":211,"Date":"11/4/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":830,"Cost":617,"Date":"11/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":18,"Cost":15,"Date":"3/27/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":117,"Cost":102,"Date":"4/17/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":709,"Cost":401,"Date":"8/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":610,"Cost":384,"Date":"8/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":513,"Cost":295,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":932,"Cost":578,"Date":"9/5/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":235,"Cost":154,"Date":"9/14/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":55,"Cost":36,"Date":"9/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":756,"Cost":668,"Date":"11/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":602,"Cost":452,"Date":"12/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":18,"Cost":10,"Date":"1/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":426,"Cost":365,"Date":"1/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":579,"Cost":416,"Date":"2/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":126,"Cost":116,"Date":"3/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":488,"Cost":399,"Date":"4/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":560,"Cost":436,"Date":"4/5/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":549,"Cost":355,"Date":"4/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":152,"Cost":99,"Date":"7/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":276,"Cost":255,"Date":"3/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":767,"Cost":576,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":213,"Cost":134,"Date":"10/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":581,"Cost":422,"Date":"3/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":917,"Cost":818,"Date":"6/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":478,"Cost":312,"Date":"7/17/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":175,"Cost":88,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":31,"Cost":22,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":515,"Cost":268,"Date":"11/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":308,"Cost":242,"Date":"12/16/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":464,"Cost":425,"Date":"12/30/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":894,"Cost":679,"Date":"2/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":433,"Cost":265,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":490,"Cost":412,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":10,"Cost":6,"Date":"4/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":211,"Cost":173,"Date":"7/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":386,"Cost":336,"Date":"8/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":308,"Cost":250,"Date":"10/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":191,"Cost":114,"Date":"11/11/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":418,"Cost":276,"Date":"11/30/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":828,"Cost":733,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":484,"Cost":335,"Date":"3/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":95,"Cost":68,"Date":"4/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":950,"Cost":783,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":919,"Cost":583,"Date":"8/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":512,"Cost":365,"Date":"9/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":214,"Cost":155,"Date":"10/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":969,"Cost":875,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":800,"Cost":510,"Date":"11/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":687,"Cost":349,"Date":"12/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":75,"Cost":56,"Date":"12/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":669,"Cost":564,"Date":"1/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":570,"Cost":420,"Date":"1/23/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":91,"Cost":55,"Date":"2/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":143,"Cost":98,"Date":"3/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":885,"Cost":457,"Date":"3/12/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":878,"Cost":734,"Date":"3/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":858,"Cost":547,"Date":"6/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":421,"Cost":213,"Date":"6/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":612,"Cost":403,"Date":"8/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":230,"Cost":118,"Date":"10/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":932,"Cost":649,"Date":"11/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":314,"Cost":225,"Date":"11/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":549,"Cost":517,"Date":"3/27/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":360,"Cost":192,"Date":"4/17/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":821,"Cost":530,"Date":"8/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":38,"Cost":21,"Date":"8/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":318,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":189,"Cost":102,"Date":"9/5/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":652,"Cost":375,"Date":"9/14/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":524,"Cost":415,"Date":"9/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":419,"Cost":226,"Date":"11/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":659,"Cost":515,"Date":"12/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":234,"Cost":170,"Date":"1/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":664,"Cost":464,"Date":"1/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":924,"Cost":662,"Date":"2/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":434,"Cost":230,"Date":"3/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":888,"Cost":747,"Date":"4/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":611,"Cost":378,"Date":"4/5/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":646,"Cost":437,"Date":"4/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":533,"Date":"7/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":536,"Cost":425,"Date":"3/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":478,"Cost":280,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":335,"Cost":220,"Date":"10/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":346,"Cost":292,"Date":"3/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":296,"Cost":249,"Date":"6/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":517,"Cost":400,"Date":"7/17/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":375,"Cost":282,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":852,"Cost":727,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":183,"Cost":149,"Date":"11/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":569,"Cost":483,"Date":"12/16/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":627,"Cost":444,"Date":"12/30/2021"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":481,"Cost":328,"Date":"2/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":703,"Cost":656,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":973,"Cost":516,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":574,"Cost":509,"Date":"4/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":860,"Cost":655,"Date":"7/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":531,"Cost":402,"Date":"8/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":173,"Cost":92,"Date":"10/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":364,"Cost":182,"Date":"11/11/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":885,"Cost":756,"Date":"11/30/2022"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":867,"Cost":589,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":207,"Cost":175,"Date":"3/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":925,"Cost":716,"Date":"4/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":226,"Cost":145,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":556,"Cost":433,"Date":"8/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":151,"Cost":134,"Date":"9/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":59,"Cost":42,"Date":"10/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":486,"Cost":442,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":731,"Cost":653,"Date":"11/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":248,"Cost":214,"Date":"12/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":416,"Cost":375,"Date":"12/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":184,"Cost":93,"Date":"1/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":359,"Cost":225,"Date":"1/23/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":803,"Cost":689,"Date":"2/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":958,"Cost":859,"Date":"3/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":597,"Cost":401,"Date":"3/12/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":865,"Cost":703,"Date":"3/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":260,"Cost":185,"Date":"6/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":886,"Cost":637,"Date":"6/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":115,"Date":"8/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":405,"Cost":359,"Date":"10/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":850,"Cost":623,"Date":"11/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"Jeans","Country":"Japan","Sale":384,"Cost":311,"Date":"11/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":567,"Cost":450,"Date":"3/27/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":925,"Cost":806,"Date":"4/17/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":392,"Cost":298,"Date":"8/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":792,"Cost":422,"Date":"8/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":507,"Cost":375,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":258,"Cost":203,"Date":"9/5/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":513,"Cost":389,"Date":"9/14/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":152,"Cost":100,"Date":"9/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":484,"Cost":395,"Date":"11/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":379,"Cost":191,"Date":"12/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":618,"Cost":472,"Date":"1/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":62,"Cost":31,"Date":"1/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":877,"Cost":748,"Date":"2/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":193,"Cost":158,"Date":"3/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":880,"Cost":795,"Date":"4/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":506,"Cost":463,"Date":"4/5/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":221,"Date":"4/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":524,"Cost":363,"Date":"7/10/2019"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":242,"Cost":186,"Date":"3/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":94,"Cost":89,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":957,"Cost":633,"Date":"10/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":248,"Cost":213,"Date":"3/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":291,"Cost":153,"Date":"6/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":773,"Cost":462,"Date":"7/17/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":923,"Cost":473,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":968,"Cost":710,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":518,"Cost":456,"Date":"11/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":491,"Cost":263,"Date":"12/16/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":955,"Cost":710,"Date":"12/30/2021"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":1,"Cost":1,"Date":"2/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":414,"Cost":222,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":20,"Cost":15,"Date":"3/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":162,"Cost":151,"Date":"4/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":628,"Cost":364,"Date":"7/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":824,"Cost":549,"Date":"8/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":828,"Cost":696,"Date":"10/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":996,"Cost":945,"Date":"11/11/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":636,"Cost":486,"Date":"11/30/2022"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":213,"Cost":144,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":513,"Cost":397,"Date":"3/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":72,"Cost":37,"Date":"4/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":329,"Cost":298,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":297,"Cost":250,"Date":"8/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":500,"Cost":435,"Date":"9/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":497,"Date":"10/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":442,"Cost":302,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":632,"Cost":554,"Date":"11/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":652,"Cost":536,"Date":"12/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":933,"Cost":661,"Date":"12/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":679,"Cost":569,"Date":"1/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":79,"Cost":57,"Date":"1/23/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":284,"Cost":151,"Date":"2/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":237,"Cost":172,"Date":"3/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":448,"Cost":384,"Date":"3/12/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":78,"Cost":50,"Date":"3/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":975,"Cost":570,"Date":"6/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":157,"Cost":126,"Date":"6/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":152,"Cost":79,"Date":"8/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":381,"Cost":206,"Date":"10/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":673,"Cost":427,"Date":"11/4/2024"},{"Store":"VenusFort, Tokyo","Brand":"ARKET","Country":"Japan","Sale":436,"Cost":268,"Date":"11/9/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":696,"Cost":490,"Date":"3/27/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":524,"Cost":271,"Date":"4/17/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":672,"Cost":558,"Date":"8/11/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":774,"Cost":593,"Date":"8/21/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":286,"Cost":239,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":928,"Cost":841,"Date":"9/5/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":504,"Cost":444,"Date":"9/14/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":420,"Cost":385,"Date":"9/20/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":426,"Cost":285,"Date":"11/20/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":124,"Cost":118,"Date":"12/21/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":992,"Cost":694,"Date":"1/7/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":194,"Date":"1/21/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":366,"Cost":230,"Date":"2/9/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":999,"Cost":574,"Date":"3/19/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":586,"Cost":395,"Date":"4/3/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":988,"Cost":639,"Date":"4/5/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":438,"Cost":396,"Date":"4/28/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":494,"Cost":395,"Date":"7/10/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":311,"Cost":229,"Date":"3/25/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":725,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":626,"Cost":573,"Date":"10/28/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":450,"Cost":406,"Date":"3/2/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":946,"Cost":757,"Date":"6/28/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":626,"Cost":534,"Date":"7/17/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":403,"Cost":213,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":574,"Cost":478,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":471,"Cost":391,"Date":"11/20/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":479,"Cost":379,"Date":"12/16/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":462,"Cost":322,"Date":"12/30/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":194,"Cost":105,"Date":"2/15/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":810,"Cost":741,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":302,"Cost":231,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":515,"Cost":454,"Date":"4/18/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":307,"Cost":244,"Date":"7/27/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":919,"Cost":652,"Date":"8/18/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":787,"Cost":619,"Date":"10/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":945,"Cost":811,"Date":"11/11/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":293,"Cost":269,"Date":"11/30/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":228,"Cost":168,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":468,"Cost":255,"Date":"3/1/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":593,"Cost":326,"Date":"4/13/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":408,"Cost":328,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":381,"Cost":244,"Date":"8/13/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":553,"Cost":311,"Date":"9/15/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":453,"Cost":265,"Date":"10/14/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":340,"Cost":261,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":459,"Cost":428,"Date":"11/11/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":540,"Cost":512,"Date":"12/7/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":665,"Cost":412,"Date":"12/21/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":418,"Cost":360,"Date":"1/6/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":649,"Date":"1/23/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":488,"Cost":463,"Date":"2/4/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":313,"Cost":172,"Date":"3/10/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":750,"Cost":397,"Date":"3/12/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":507,"Cost":348,"Date":"3/31/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":855,"Cost":705,"Date":"6/16/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":929,"Cost":833,"Date":"6/17/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":433,"Cost":259,"Date":"8/27/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":430,"Cost":335,"Date":"10/1/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":327,"Cost":230,"Date":"11/4/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":304,"Cost":162,"Date":"11/9/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":608,"Cost":342,"Date":"3/27/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":266,"Cost":210,"Date":"4/17/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":207,"Cost":193,"Date":"8/11/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":745,"Cost":413,"Date":"8/21/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":539,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":438,"Cost":416,"Date":"9/5/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":194,"Cost":173,"Date":"9/14/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":571,"Cost":460,"Date":"9/20/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":692,"Cost":540,"Date":"11/20/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":653,"Cost":419,"Date":"12/21/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":486,"Date":"1/7/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":384,"Cost":359,"Date":"1/21/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":818,"Cost":410,"Date":"2/9/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":33,"Cost":32,"Date":"3/19/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":820,"Cost":436,"Date":"4/3/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":41,"Cost":36,"Date":"4/5/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":442,"Cost":235,"Date":"4/28/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":68,"Cost":53,"Date":"7/10/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":607,"Cost":318,"Date":"3/25/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":608,"Cost":481,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":360,"Cost":243,"Date":"10/28/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":434,"Cost":411,"Date":"3/2/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":70,"Cost":66,"Date":"6/28/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":168,"Cost":129,"Date":"7/17/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":751,"Cost":642,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":571,"Cost":509,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":668,"Cost":336,"Date":"11/20/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":353,"Cost":269,"Date":"12/16/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":452,"Cost":240,"Date":"12/30/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":233,"Date":"2/15/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":148,"Cost":98,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":381,"Cost":208,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":447,"Cost":335,"Date":"4/18/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":737,"Cost":571,"Date":"7/27/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":101,"Date":"8/18/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":445,"Cost":371,"Date":"10/31/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":178,"Cost":108,"Date":"11/11/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":347,"Cost":297,"Date":"11/30/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":809,"Cost":410,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":911,"Cost":470,"Date":"3/1/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":272,"Cost":212,"Date":"4/13/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":732,"Cost":491,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":524,"Cost":493,"Date":"8/13/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":333,"Cost":287,"Date":"9/15/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":286,"Cost":207,"Date":"10/14/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":393,"Cost":208,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":867,"Cost":483,"Date":"11/11/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":287,"Cost":222,"Date":"12/7/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":103,"Cost":79,"Date":"12/21/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":243,"Cost":218,"Date":"1/6/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":141,"Cost":84,"Date":"1/23/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":315,"Cost":266,"Date":"2/4/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":871,"Cost":535,"Date":"3/10/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":755,"Cost":402,"Date":"3/12/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":775,"Cost":618,"Date":"3/31/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":863,"Cost":764,"Date":"6/16/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":342,"Date":"6/17/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":349,"Cost":303,"Date":"8/27/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":687,"Cost":587,"Date":"10/1/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":100,"Cost":63,"Date":"11/4/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":90,"Cost":59,"Date":"11/9/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":875,"Cost":803,"Date":"3/27/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":281,"Date":"4/17/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":112,"Cost":86,"Date":"8/11/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":751,"Cost":653,"Date":"8/21/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":737,"Cost":680,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":774,"Cost":489,"Date":"9/5/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":531,"Cost":290,"Date":"9/14/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":543,"Cost":400,"Date":"9/20/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":739,"Cost":496,"Date":"11/20/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":708,"Cost":501,"Date":"12/21/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":135,"Cost":68,"Date":"1/7/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":706,"Cost":428,"Date":"1/21/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":826,"Cost":585,"Date":"2/9/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":198,"Cost":165,"Date":"3/19/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":504,"Cost":322,"Date":"4/3/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":348,"Cost":317,"Date":"4/5/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":376,"Cost":281,"Date":"4/28/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":843,"Cost":429,"Date":"7/10/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":132,"Cost":96,"Date":"3/25/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":348,"Cost":260,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":579,"Cost":316,"Date":"10/28/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":726,"Cost":473,"Date":"3/2/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":870,"Cost":553,"Date":"6/28/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":390,"Cost":368,"Date":"7/17/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":625,"Cost":412,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":544,"Cost":437,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":6,"Cost":4,"Date":"11/20/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":74,"Cost":49,"Date":"12/16/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":537,"Date":"12/30/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":553,"Cost":417,"Date":"2/15/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":470,"Cost":255,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":144,"Cost":106,"Date":"3/7/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":157,"Cost":144,"Date":"4/18/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":357,"Cost":288,"Date":"7/27/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":176,"Cost":123,"Date":"8/18/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":438,"Cost":370,"Date":"10/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":868,"Cost":549,"Date":"11/11/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":419,"Cost":290,"Date":"11/30/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":826,"Cost":470,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":889,"Cost":665,"Date":"3/1/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":480,"Cost":418,"Date":"4/13/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":443,"Cost":339,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":250,"Cost":147,"Date":"8/13/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":245,"Cost":182,"Date":"9/15/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":286,"Cost":169,"Date":"10/14/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":878,"Cost":821,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":282,"Cost":190,"Date":"11/11/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":878,"Cost":670,"Date":"12/7/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":917,"Cost":589,"Date":"12/21/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":702,"Cost":549,"Date":"1/6/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":163,"Cost":81,"Date":"1/23/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":432,"Cost":367,"Date":"2/4/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":130,"Cost":85,"Date":"3/10/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":290,"Cost":273,"Date":"3/12/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":681,"Date":"3/31/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":976,"Cost":680,"Date":"6/16/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":760,"Cost":597,"Date":"6/17/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":896,"Cost":719,"Date":"8/27/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":580,"Cost":296,"Date":"10/1/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":728,"Cost":532,"Date":"11/4/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":322,"Cost":230,"Date":"11/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":865,"Cost":561,"Date":"3/27/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":69,"Cost":59,"Date":"4/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":166,"Cost":144,"Date":"8/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":188,"Cost":162,"Date":"8/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":620,"Cost":315,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":368,"Cost":251,"Date":"9/5/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":446,"Cost":281,"Date":"9/14/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":589,"Cost":296,"Date":"9/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":677,"Cost":562,"Date":"11/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":489,"Cost":304,"Date":"12/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":619,"Cost":406,"Date":"1/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":648,"Cost":426,"Date":"1/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":84,"Cost":67,"Date":"2/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":781,"Cost":714,"Date":"3/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":791,"Cost":447,"Date":"4/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":110,"Cost":84,"Date":"4/5/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":314,"Cost":225,"Date":"4/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":334,"Cost":276,"Date":"7/10/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":718,"Cost":502,"Date":"3/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":337,"Cost":188,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":134,"Cost":114,"Date":"10/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":121,"Cost":92,"Date":"3/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":868,"Cost":678,"Date":"6/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":956,"Cost":642,"Date":"7/17/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":158,"Cost":133,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":533,"Cost":349,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":559,"Cost":463,"Date":"11/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":206,"Cost":141,"Date":"12/16/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":59,"Cost":45,"Date":"12/30/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":848,"Cost":618,"Date":"2/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":111,"Cost":59,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":349,"Cost":217,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":557,"Cost":306,"Date":"4/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":853,"Cost":607,"Date":"7/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":140,"Cost":109,"Date":"8/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":35,"Cost":22,"Date":"10/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":209,"Cost":115,"Date":"11/11/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":505,"Cost":456,"Date":"11/30/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":279,"Cost":213,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":222,"Cost":146,"Date":"3/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":434,"Cost":398,"Date":"4/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":434,"Cost":371,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":188,"Cost":151,"Date":"8/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":26,"Cost":24,"Date":"9/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":989,"Cost":767,"Date":"10/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":772,"Cost":524,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":845,"Cost":548,"Date":"11/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":599,"Cost":547,"Date":"12/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":740,"Cost":636,"Date":"12/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":326,"Cost":267,"Date":"1/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":533,"Cost":387,"Date":"1/23/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":414,"Cost":220,"Date":"2/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":221,"Cost":118,"Date":"3/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":11,"Cost":10,"Date":"3/12/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":983,"Cost":861,"Date":"3/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":257,"Cost":209,"Date":"6/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":344,"Cost":261,"Date":"6/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":419,"Cost":338,"Date":"8/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":849,"Cost":535,"Date":"10/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":416,"Cost":265,"Date":"11/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":616,"Cost":333,"Date":"11/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":485,"Cost":460,"Date":"3/27/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":170,"Date":"4/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":384,"Cost":224,"Date":"8/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":448,"Cost":389,"Date":"8/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":869,"Cost":503,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":205,"Cost":124,"Date":"9/5/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":819,"Cost":603,"Date":"9/14/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":895,"Cost":668,"Date":"9/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":752,"Cost":479,"Date":"11/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":485,"Date":"12/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":429,"Date":"1/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":167,"Cost":131,"Date":"1/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":895,"Cost":777,"Date":"2/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":982,"Cost":800,"Date":"3/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":867,"Cost":500,"Date":"4/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":531,"Cost":420,"Date":"4/5/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":593,"Cost":393,"Date":"4/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":308,"Cost":275,"Date":"7/10/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":632,"Cost":448,"Date":"3/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":376,"Cost":214,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":32,"Cost":28,"Date":"10/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":537,"Cost":336,"Date":"3/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":244,"Cost":129,"Date":"6/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":595,"Date":"7/17/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":999,"Cost":611,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":424,"Cost":398,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":502,"Cost":297,"Date":"11/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":13,"Cost":9,"Date":"12/16/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":661,"Cost":456,"Date":"12/30/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":822,"Cost":773,"Date":"2/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":671,"Cost":550,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":560,"Cost":281,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":655,"Cost":574,"Date":"4/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":341,"Cost":324,"Date":"7/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":198,"Cost":177,"Date":"8/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":492,"Cost":251,"Date":"10/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":638,"Cost":476,"Date":"11/11/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":611,"Cost":357,"Date":"11/30/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":164,"Cost":123,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":248,"Cost":162,"Date":"3/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":132,"Cost":116,"Date":"4/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":796,"Cost":542,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":250,"Cost":208,"Date":"8/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":623,"Date":"9/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":414,"Cost":333,"Date":"10/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":745,"Cost":561,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":839,"Cost":523,"Date":"11/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":222,"Cost":209,"Date":"12/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":90,"Cost":74,"Date":"12/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":472,"Cost":368,"Date":"1/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":151,"Cost":124,"Date":"1/23/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":55,"Cost":28,"Date":"2/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":917,"Cost":488,"Date":"3/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":415,"Cost":288,"Date":"3/12/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":41,"Cost":32,"Date":"3/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":430,"Cost":259,"Date":"6/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":597,"Cost":480,"Date":"6/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":82,"Cost":78,"Date":"8/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":545,"Cost":322,"Date":"10/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":344,"Cost":228,"Date":"11/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM Home","Country":"Japan","Sale":883,"Cost":829,"Date":"11/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":536,"Cost":492,"Date":"3/27/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":898,"Cost":462,"Date":"4/17/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":27,"Cost":20,"Date":"8/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":88,"Cost":82,"Date":"8/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":832,"Cost":664,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":375,"Cost":288,"Date":"9/5/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":312,"Cost":169,"Date":"9/14/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":606,"Cost":498,"Date":"9/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":495,"Cost":324,"Date":"11/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":25,"Cost":24,"Date":"12/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":361,"Cost":284,"Date":"1/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":523,"Cost":385,"Date":"1/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":630,"Cost":380,"Date":"2/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":680,"Cost":543,"Date":"3/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":712,"Cost":584,"Date":"4/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":380,"Cost":330,"Date":"4/5/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":316,"Cost":175,"Date":"4/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":814,"Cost":543,"Date":"7/10/2019"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":251,"Cost":208,"Date":"3/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":739,"Cost":384,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":866,"Cost":729,"Date":"10/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":826,"Cost":723,"Date":"3/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":895,"Cost":802,"Date":"6/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":105,"Cost":65,"Date":"7/17/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":233,"Cost":153,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":690,"Cost":411,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":517,"Cost":469,"Date":"11/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":414,"Cost":333,"Date":"12/16/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":666,"Cost":460,"Date":"12/30/2021"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":152,"Cost":79,"Date":"2/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":634,"Cost":349,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":125,"Cost":87,"Date":"3/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":955,"Cost":746,"Date":"4/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":32,"Cost":22,"Date":"7/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":416,"Cost":222,"Date":"8/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":97,"Cost":89,"Date":"10/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":335,"Cost":236,"Date":"11/11/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":158,"Cost":131,"Date":"11/30/2022"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":539,"Cost":381,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":648,"Cost":556,"Date":"3/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":647,"Cost":427,"Date":"4/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":895,"Cost":697,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":81,"Cost":56,"Date":"8/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":825,"Cost":745,"Date":"9/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":874,"Cost":515,"Date":"10/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":388,"Cost":216,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":881,"Cost":837,"Date":"11/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":987,"Cost":909,"Date":"12/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":279,"Cost":172,"Date":"12/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":927,"Cost":613,"Date":"1/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":611,"Cost":525,"Date":"1/23/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":965,"Cost":800,"Date":"2/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":712,"Cost":360,"Date":"3/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":415,"Cost":306,"Date":"3/12/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":492,"Cost":335,"Date":"3/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":947,"Cost":856,"Date":"6/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":133,"Cost":93,"Date":"6/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":832,"Cost":444,"Date":"8/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":305,"Cost":285,"Date":"10/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":868,"Cost":803,"Date":"11/4/2024"},{"Store":"Namba Parks, Osaka","Brand":"Nova","Country":"Japan","Sale":164,"Cost":94,"Date":"11/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":470,"Cost":384,"Date":"3/27/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":393,"Cost":295,"Date":"4/17/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":33,"Cost":28,"Date":"8/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":783,"Cost":742,"Date":"8/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":778,"Cost":667,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":913,"Cost":525,"Date":"9/5/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":204,"Cost":172,"Date":"9/14/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":397,"Cost":318,"Date":"9/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":700,"Cost":436,"Date":"11/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":636,"Cost":455,"Date":"12/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":333,"Cost":215,"Date":"1/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":858,"Cost":529,"Date":"1/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":851,"Cost":495,"Date":"2/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":665,"Cost":443,"Date":"3/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":832,"Cost":773,"Date":"4/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":694,"Cost":595,"Date":"4/5/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":373,"Cost":225,"Date":"4/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":299,"Cost":277,"Date":"7/10/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":887,"Cost":786,"Date":"3/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":745,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":482,"Cost":290,"Date":"10/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":620,"Cost":550,"Date":"3/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":132,"Cost":108,"Date":"6/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":986,"Cost":832,"Date":"7/17/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":375,"Cost":322,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":110,"Cost":74,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":178,"Cost":101,"Date":"11/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":229,"Cost":138,"Date":"12/16/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":725,"Cost":620,"Date":"12/30/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":540,"Cost":309,"Date":"2/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":433,"Cost":248,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":407,"Cost":211,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":480,"Cost":435,"Date":"4/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":441,"Cost":222,"Date":"7/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":51,"Cost":41,"Date":"8/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":619,"Cost":545,"Date":"10/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":961,"Cost":580,"Date":"11/11/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":688,"Cost":617,"Date":"11/30/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":436,"Cost":308,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":581,"Cost":333,"Date":"3/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":865,"Cost":540,"Date":"4/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":863,"Cost":728,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":693,"Cost":460,"Date":"8/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":556,"Cost":433,"Date":"9/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":660,"Cost":349,"Date":"10/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":828,"Cost":575,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":968,"Cost":524,"Date":"11/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":556,"Cost":382,"Date":"12/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":676,"Cost":429,"Date":"12/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":119,"Cost":62,"Date":"1/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":838,"Cost":737,"Date":"1/23/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":532,"Cost":335,"Date":"2/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":261,"Cost":138,"Date":"3/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":955,"Cost":605,"Date":"3/12/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":161,"Cost":91,"Date":"3/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":777,"Cost":558,"Date":"6/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":497,"Cost":384,"Date":"6/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":935,"Cost":599,"Date":"8/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":488,"Cost":346,"Date":"10/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":769,"Cost":631,"Date":"11/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":746,"Cost":435,"Date":"11/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":620,"Cost":481,"Date":"3/27/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":248,"Cost":160,"Date":"4/17/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":405,"Cost":319,"Date":"8/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":191,"Cost":138,"Date":"8/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":506,"Cost":318,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":84,"Cost":59,"Date":"9/5/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":259,"Cost":186,"Date":"9/14/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":28,"Cost":20,"Date":"9/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":703,"Cost":397,"Date":"11/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":387,"Cost":345,"Date":"12/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":63,"Date":"1/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":915,"Cost":778,"Date":"1/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":513,"Cost":403,"Date":"2/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":748,"Cost":670,"Date":"3/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":494,"Cost":290,"Date":"4/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":166,"Cost":119,"Date":"4/5/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":386,"Cost":287,"Date":"4/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":968,"Cost":751,"Date":"7/10/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":8,"Cost":4,"Date":"3/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":59,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":324,"Date":"10/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":792,"Cost":609,"Date":"3/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":768,"Cost":548,"Date":"6/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":52,"Cost":42,"Date":"7/17/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":184,"Cost":117,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":727,"Cost":535,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":264,"Cost":177,"Date":"11/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":156,"Cost":84,"Date":"12/16/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":213,"Cost":114,"Date":"12/30/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":69,"Cost":48,"Date":"2/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":757,"Cost":467,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":9,"Cost":5,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":641,"Cost":430,"Date":"4/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":307,"Cost":183,"Date":"7/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":663,"Cost":628,"Date":"8/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":12,"Cost":7,"Date":"10/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":411,"Cost":315,"Date":"11/11/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":807,"Cost":486,"Date":"11/30/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":258,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":194,"Cost":99,"Date":"3/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":16,"Cost":8,"Date":"4/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":807,"Cost":458,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":230,"Cost":207,"Date":"8/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":658,"Cost":519,"Date":"9/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":780,"Cost":417,"Date":"10/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":14,"Cost":13,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":278,"Cost":166,"Date":"11/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":55,"Cost":41,"Date":"12/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":161,"Cost":106,"Date":"12/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":907,"Cost":631,"Date":"1/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":621,"Cost":317,"Date":"1/23/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":392,"Cost":263,"Date":"2/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":696,"Cost":546,"Date":"3/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":807,"Cost":406,"Date":"3/12/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":927,"Cost":522,"Date":"3/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":774,"Cost":682,"Date":"6/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":609,"Cost":435,"Date":"6/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":36,"Cost":23,"Date":"8/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":878,"Cost":697,"Date":"10/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":112,"Cost":60,"Date":"11/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":700,"Date":"11/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":640,"Cost":464,"Date":"3/27/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":474,"Date":"4/17/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":875,"Cost":749,"Date":"8/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":24,"Cost":21,"Date":"8/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":528,"Cost":314,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":15,"Cost":11,"Date":"9/5/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":200,"Cost":179,"Date":"9/14/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":482,"Date":"9/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":327,"Cost":225,"Date":"11/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":269,"Date":"12/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":279,"Cost":181,"Date":"1/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":729,"Cost":429,"Date":"1/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":104,"Cost":95,"Date":"2/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":712,"Cost":614,"Date":"3/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":208,"Cost":157,"Date":"4/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":632,"Cost":498,"Date":"4/5/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":935,"Cost":670,"Date":"4/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":767,"Cost":648,"Date":"7/10/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":261,"Cost":131,"Date":"3/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":572,"Cost":333,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":449,"Cost":312,"Date":"10/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":33,"Cost":27,"Date":"3/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":619,"Cost":556,"Date":"6/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":758,"Cost":548,"Date":"7/17/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":39,"Cost":33,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":128,"Cost":114,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":783,"Cost":734,"Date":"11/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":79,"Cost":40,"Date":"12/16/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":253,"Date":"12/30/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":79,"Cost":58,"Date":"2/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":861,"Cost":670,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":189,"Cost":178,"Date":"3/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":414,"Cost":357,"Date":"4/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":876,"Cost":723,"Date":"7/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":669,"Cost":605,"Date":"8/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":296,"Cost":243,"Date":"10/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":739,"Cost":537,"Date":"11/11/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":235,"Cost":137,"Date":"11/30/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":791,"Cost":657,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":907,"Cost":853,"Date":"3/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":423,"Cost":305,"Date":"4/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":864,"Cost":814,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":621,"Cost":477,"Date":"8/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":142,"Cost":103,"Date":"9/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":935,"Cost":791,"Date":"10/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":413,"Cost":252,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":955,"Cost":868,"Date":"11/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":738,"Cost":584,"Date":"12/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":23,"Cost":15,"Date":"12/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":122,"Cost":87,"Date":"1/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":294,"Cost":272,"Date":"1/23/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":148,"Cost":121,"Date":"2/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":620,"Date":"3/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":758,"Cost":674,"Date":"3/12/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":476,"Cost":313,"Date":"3/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":187,"Cost":103,"Date":"6/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":946,"Cost":650,"Date":"6/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":326,"Cost":256,"Date":"8/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":1,"Cost":1,"Date":"10/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":233,"Date":"11/4/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":75,"Cost":46,"Date":"11/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":154,"Cost":95,"Date":"3/27/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":607,"Cost":406,"Date":"4/17/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":995,"Cost":919,"Date":"8/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":374,"Cost":312,"Date":"8/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":505,"Cost":391,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":884,"Cost":534,"Date":"9/5/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":745,"Cost":599,"Date":"9/14/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":228,"Cost":119,"Date":"9/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":189,"Cost":113,"Date":"11/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":685,"Cost":373,"Date":"12/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":284,"Cost":187,"Date":"1/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":476,"Cost":243,"Date":"1/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":222,"Cost":142,"Date":"2/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":822,"Cost":603,"Date":"3/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":31,"Cost":23,"Date":"4/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":503,"Cost":357,"Date":"4/5/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":863,"Cost":726,"Date":"4/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":57,"Cost":38,"Date":"7/10/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":986,"Cost":649,"Date":"3/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":719,"Cost":390,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":451,"Cost":407,"Date":"10/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":198,"Cost":173,"Date":"3/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":486,"Cost":305,"Date":"6/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":901,"Cost":458,"Date":"7/17/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":761,"Cost":599,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":710,"Cost":461,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":447,"Cost":337,"Date":"11/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":772,"Cost":472,"Date":"12/16/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":89,"Cost":64,"Date":"12/30/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":293,"Cost":222,"Date":"2/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":971,"Cost":646,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":210,"Cost":154,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":310,"Cost":163,"Date":"4/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":503,"Cost":429,"Date":"7/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":270,"Cost":210,"Date":"8/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":551,"Cost":440,"Date":"10/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":321,"Cost":181,"Date":"11/11/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":481,"Cost":333,"Date":"11/30/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":365,"Cost":206,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":129,"Cost":97,"Date":"3/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":18,"Cost":9,"Date":"4/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":862,"Cost":779,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":97,"Cost":69,"Date":"8/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":614,"Cost":519,"Date":"9/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":869,"Cost":490,"Date":"10/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":319,"Cost":257,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":670,"Cost":606,"Date":"11/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":19,"Cost":17,"Date":"12/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":324,"Cost":235,"Date":"12/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":741,"Cost":443,"Date":"1/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":847,"Cost":780,"Date":"1/23/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":480,"Cost":261,"Date":"2/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":127,"Cost":113,"Date":"3/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":445,"Cost":306,"Date":"3/12/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":235,"Cost":140,"Date":"3/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":175,"Cost":95,"Date":"6/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":402,"Cost":314,"Date":"6/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":756,"Cost":628,"Date":"8/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":809,"Cost":703,"Date":"10/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":139,"Cost":97,"Date":"11/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM","Country":"Japan","Sale":296,"Cost":180,"Date":"11/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":188,"Cost":173,"Date":"3/27/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":578,"Cost":547,"Date":"4/17/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":192,"Cost":181,"Date":"8/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":518,"Cost":449,"Date":"8/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":430,"Cost":216,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":918,"Cost":695,"Date":"9/5/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":550,"Cost":389,"Date":"9/14/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":725,"Cost":437,"Date":"9/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":996,"Cost":815,"Date":"11/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":363,"Cost":282,"Date":"12/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":669,"Cost":383,"Date":"1/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":547,"Date":"1/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":77,"Cost":63,"Date":"2/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":542,"Cost":498,"Date":"3/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":899,"Cost":715,"Date":"4/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":515,"Cost":452,"Date":"4/5/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":707,"Cost":524,"Date":"4/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":353,"Cost":182,"Date":"7/10/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":946,"Cost":590,"Date":"3/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":352,"Cost":323,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":470,"Cost":343,"Date":"10/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":184,"Cost":157,"Date":"3/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":372,"Cost":275,"Date":"6/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":896,"Cost":524,"Date":"7/17/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":419,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":332,"Cost":212,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":997,"Cost":870,"Date":"11/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":854,"Cost":660,"Date":"12/16/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":179,"Cost":167,"Date":"12/30/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":713,"Cost":495,"Date":"2/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":210,"Cost":106,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":909,"Cost":581,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":401,"Cost":321,"Date":"4/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":556,"Cost":364,"Date":"7/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":379,"Cost":353,"Date":"8/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":641,"Cost":417,"Date":"10/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":746,"Cost":601,"Date":"11/11/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":430,"Cost":266,"Date":"11/30/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":700,"Cost":354,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":159,"Cost":118,"Date":"3/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":702,"Cost":638,"Date":"4/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":97,"Cost":75,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":672,"Cost":395,"Date":"8/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":356,"Cost":201,"Date":"9/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":364,"Cost":213,"Date":"10/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":400,"Cost":335,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":869,"Cost":587,"Date":"11/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":665,"Cost":483,"Date":"12/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":460,"Cost":318,"Date":"12/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":52,"Cost":38,"Date":"1/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":485,"Cost":390,"Date":"1/23/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":962,"Cost":523,"Date":"2/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":543,"Cost":279,"Date":"3/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":277,"Cost":245,"Date":"3/12/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":557,"Date":"3/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":523,"Date":"6/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":664,"Cost":533,"Date":"6/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":419,"Cost":244,"Date":"8/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":395,"Cost":226,"Date":"10/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":526,"Date":"11/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":294,"Cost":241,"Date":"11/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":167,"Cost":136,"Date":"3/27/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":362,"Cost":284,"Date":"4/17/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":679,"Cost":487,"Date":"8/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":690,"Cost":595,"Date":"8/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":547,"Cost":427,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":556,"Cost":477,"Date":"9/5/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":84,"Cost":44,"Date":"9/14/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":198,"Cost":125,"Date":"9/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":857,"Cost":462,"Date":"11/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":514,"Cost":480,"Date":"12/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":491,"Cost":358,"Date":"1/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":636,"Cost":581,"Date":"1/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":225,"Cost":211,"Date":"2/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":217,"Cost":175,"Date":"3/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":110,"Cost":82,"Date":"4/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":868,"Cost":491,"Date":"4/5/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":816,"Cost":733,"Date":"4/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":960,"Cost":520,"Date":"7/10/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":863,"Cost":621,"Date":"3/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":841,"Cost":669,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":949,"Cost":838,"Date":"10/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":694,"Cost":528,"Date":"3/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":126,"Cost":99,"Date":"6/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":823,"Cost":590,"Date":"7/17/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":34,"Cost":26,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":450,"Cost":333,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":997,"Cost":508,"Date":"11/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":76,"Cost":40,"Date":"12/16/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":788,"Cost":490,"Date":"12/30/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":7,"Cost":4,"Date":"2/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":570,"Cost":389,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":50,"Cost":34,"Date":"3/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":101,"Cost":91,"Date":"4/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":773,"Cost":413,"Date":"7/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":702,"Cost":555,"Date":"8/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":243,"Cost":170,"Date":"10/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":162,"Cost":115,"Date":"11/11/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":995,"Cost":628,"Date":"11/30/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":495,"Cost":329,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":103,"Cost":95,"Date":"3/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":949,"Cost":735,"Date":"4/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":202,"Cost":167,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":607,"Cost":379,"Date":"8/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":428,"Cost":235,"Date":"9/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":117,"Cost":83,"Date":"10/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":899,"Cost":621,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":394,"Cost":294,"Date":"11/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":936,"Cost":639,"Date":"12/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":979,"Cost":672,"Date":"12/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":90,"Cost":45,"Date":"1/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":632,"Cost":506,"Date":"1/23/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":515,"Cost":284,"Date":"2/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":24,"Cost":15,"Date":"3/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":190,"Cost":100,"Date":"3/12/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":979,"Cost":508,"Date":"3/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":795,"Cost":551,"Date":"6/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":191,"Cost":166,"Date":"6/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":297,"Cost":263,"Date":"8/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":92,"Cost":47,"Date":"10/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":499,"Cost":431,"Date":"11/4/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":807,"Cost":740,"Date":"11/9/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":771,"Cost":523,"Date":"3/27/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":764,"Cost":389,"Date":"4/17/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":892,"Cost":564,"Date":"8/11/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":946,"Cost":698,"Date":"8/21/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":720,"Cost":407,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":582,"Cost":316,"Date":"9/5/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":57,"Cost":48,"Date":"9/14/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":953,"Cost":642,"Date":"9/20/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":548,"Cost":514,"Date":"11/20/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":365,"Cost":309,"Date":"12/21/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":744,"Cost":483,"Date":"1/7/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":296,"Cost":194,"Date":"1/21/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":330,"Date":"2/9/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":88,"Date":"3/19/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":835,"Cost":520,"Date":"4/3/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":595,"Cost":414,"Date":"4/5/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":29,"Cost":23,"Date":"4/28/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":37,"Cost":26,"Date":"7/10/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":581,"Cost":396,"Date":"3/25/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":630,"Cost":557,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":940,"Cost":642,"Date":"10/28/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":619,"Cost":397,"Date":"3/2/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":729,"Cost":419,"Date":"6/28/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":954,"Cost":648,"Date":"7/17/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":533,"Cost":380,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":711,"Cost":615,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":368,"Cost":217,"Date":"11/20/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":49,"Cost":28,"Date":"12/16/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":799,"Cost":611,"Date":"12/30/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":845,"Cost":427,"Date":"2/15/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":977,"Cost":691,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":310,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":43,"Cost":24,"Date":"4/18/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":225,"Cost":213,"Date":"7/27/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":662,"Cost":483,"Date":"8/18/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":483,"Cost":310,"Date":"10/31/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":496,"Cost":439,"Date":"11/11/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":186,"Cost":152,"Date":"11/30/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":699,"Cost":648,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":73,"Cost":69,"Date":"3/1/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":534,"Cost":386,"Date":"4/13/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":189,"Cost":160,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":992,"Cost":668,"Date":"8/13/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":15,"Cost":10,"Date":"9/15/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":612,"Cost":367,"Date":"10/14/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":565,"Cost":321,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":898,"Cost":719,"Date":"11/11/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":629,"Cost":570,"Date":"12/7/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":720,"Cost":599,"Date":"12/21/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":860,"Cost":692,"Date":"1/6/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":147,"Cost":79,"Date":"1/23/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":46,"Cost":36,"Date":"2/4/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":940,"Cost":620,"Date":"3/10/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":997,"Cost":504,"Date":"3/12/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":441,"Cost":279,"Date":"3/31/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":127,"Date":"6/16/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":760,"Cost":443,"Date":"6/17/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":348,"Date":"8/27/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":403,"Cost":307,"Date":"10/1/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":724,"Cost":602,"Date":"11/4/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":773,"Cost":537,"Date":"11/9/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":756,"Cost":643,"Date":"3/27/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":724,"Cost":596,"Date":"4/17/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":799,"Cost":639,"Date":"8/11/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":476,"Cost":295,"Date":"8/21/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":544,"Cost":352,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":97,"Cost":66,"Date":"9/5/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":941,"Cost":522,"Date":"9/14/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":165,"Cost":108,"Date":"9/20/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":290,"Cost":208,"Date":"11/20/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":340,"Date":"12/21/2018"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":924,"Cost":739,"Date":"1/7/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":237,"Cost":217,"Date":"1/21/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":174,"Cost":147,"Date":"2/9/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":707,"Cost":559,"Date":"3/19/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":477,"Cost":260,"Date":"4/3/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":874,"Cost":457,"Date":"4/5/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":219,"Cost":192,"Date":"4/28/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":477,"Date":"7/10/2019"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":431,"Cost":363,"Date":"3/25/2020"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":733,"Cost":577,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":694,"Cost":438,"Date":"10/28/2020"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":514,"Cost":303,"Date":"3/2/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":457,"Cost":433,"Date":"6/28/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":224,"Cost":187,"Date":"7/17/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":32,"Cost":27,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":698,"Cost":369,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":959,"Cost":843,"Date":"11/20/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":950,"Cost":677,"Date":"12/16/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":899,"Cost":726,"Date":"12/30/2021"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":893,"Cost":451,"Date":"2/15/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":472,"Cost":374,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":530,"Cost":313,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":442,"Cost":247,"Date":"4/18/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":650,"Cost":568,"Date":"7/27/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":279,"Cost":259,"Date":"8/18/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":422,"Cost":343,"Date":"10/31/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":344,"Cost":274,"Date":"11/11/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":3,"Cost":2,"Date":"11/30/2022"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":881,"Cost":777,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":80,"Date":"3/1/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":927,"Cost":829,"Date":"4/13/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":339,"Cost":209,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":779,"Cost":491,"Date":"8/13/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":328,"Cost":284,"Date":"9/15/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":335,"Cost":293,"Date":"10/14/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":986,"Cost":573,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":360,"Cost":257,"Date":"11/11/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":759,"Cost":467,"Date":"12/7/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":56,"Cost":50,"Date":"12/21/2023"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":240,"Cost":189,"Date":"1/6/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":719,"Cost":672,"Date":"1/23/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":965,"Cost":522,"Date":"2/4/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":486,"Cost":296,"Date":"3/10/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":448,"Cost":256,"Date":"3/12/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":850,"Cost":796,"Date":"3/31/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":661,"Cost":546,"Date":"6/16/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":941,"Cost":522,"Date":"6/17/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":583,"Cost":509,"Date":"8/27/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":338,"Cost":178,"Date":"10/1/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":221,"Cost":119,"Date":"11/4/2024"},{"Store":"Kyoto Station Building","Brand":"Jeans","Country":"Japan","Sale":162,"Cost":120,"Date":"11/9/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":731,"Cost":630,"Date":"3/27/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":240,"Cost":215,"Date":"4/17/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":695,"Cost":653,"Date":"8/11/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":561,"Cost":317,"Date":"8/21/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":732,"Cost":622,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":203,"Cost":116,"Date":"9/5/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":646,"Cost":326,"Date":"9/14/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":607,"Cost":500,"Date":"9/20/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":851,"Cost":523,"Date":"11/20/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":376,"Cost":195,"Date":"12/21/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":27,"Cost":18,"Date":"1/7/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":10,"Cost":8,"Date":"1/21/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":327,"Cost":221,"Date":"2/9/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":14,"Cost":10,"Date":"3/19/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":509,"Cost":264,"Date":"4/3/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":201,"Cost":137,"Date":"4/5/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":553,"Cost":426,"Date":"4/28/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":784,"Cost":470,"Date":"7/10/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":808,"Cost":650,"Date":"3/25/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":3,"Cost":2,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":45,"Cost":27,"Date":"10/28/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":586,"Cost":428,"Date":"3/2/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":851,"Cost":719,"Date":"6/28/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":92,"Cost":47,"Date":"7/17/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":998,"Cost":839,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":742,"Cost":374,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":646,"Cost":457,"Date":"11/20/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":510,"Cost":371,"Date":"12/16/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":5,"Cost":3,"Date":"12/30/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":339,"Cost":317,"Date":"2/15/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":912,"Cost":687,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":787,"Cost":394,"Date":"3/7/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":512,"Cost":352,"Date":"4/18/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":539,"Cost":308,"Date":"7/27/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":654,"Cost":569,"Date":"8/18/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":548,"Cost":430,"Date":"10/31/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":309,"Cost":214,"Date":"11/11/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":469,"Date":"11/30/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":563,"Cost":518,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":920,"Cost":651,"Date":"3/1/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":659,"Cost":365,"Date":"4/13/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":842,"Cost":526,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":964,"Cost":503,"Date":"8/13/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":274,"Cost":260,"Date":"9/15/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":384,"Cost":240,"Date":"10/14/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":553,"Cost":491,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":605,"Cost":314,"Date":"11/11/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":572,"Cost":388,"Date":"12/7/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":152,"Cost":86,"Date":"12/21/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":206,"Cost":178,"Date":"1/6/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":683,"Cost":481,"Date":"1/23/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":743,"Cost":496,"Date":"2/4/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":369,"Date":"3/10/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":105,"Cost":73,"Date":"3/12/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":438,"Cost":272,"Date":"3/31/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":611,"Cost":564,"Date":"6/16/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":103,"Cost":53,"Date":"6/17/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":226,"Date":"8/27/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":911,"Cost":737,"Date":"10/1/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":132,"Cost":80,"Date":"11/4/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":920,"Cost":794,"Date":"11/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":230,"Cost":134,"Date":"3/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":158,"Cost":127,"Date":"4/17/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":68,"Cost":58,"Date":"8/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":243,"Cost":212,"Date":"8/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":528,"Cost":399,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":322,"Cost":214,"Date":"9/5/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":860,"Cost":515,"Date":"9/14/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":321,"Cost":228,"Date":"9/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":329,"Cost":213,"Date":"11/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":121,"Cost":96,"Date":"12/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":254,"Cost":229,"Date":"1/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":417,"Cost":225,"Date":"1/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":431,"Cost":381,"Date":"2/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":887,"Cost":571,"Date":"3/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":623,"Cost":460,"Date":"4/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":676,"Cost":377,"Date":"4/5/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":533,"Cost":469,"Date":"4/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":463,"Cost":380,"Date":"7/10/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":330,"Cost":228,"Date":"3/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":28,"Cost":25,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":262,"Cost":225,"Date":"10/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":598,"Cost":469,"Date":"3/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":29,"Cost":14,"Date":"6/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":800,"Cost":459,"Date":"7/17/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":533,"Cost":505,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":626,"Cost":568,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":886,"Cost":636,"Date":"11/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":602,"Cost":302,"Date":"12/16/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":386,"Cost":223,"Date":"12/30/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":824,"Cost":604,"Date":"2/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":733,"Cost":666,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":562,"Cost":345,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":848,"Cost":571,"Date":"4/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":80,"Cost":72,"Date":"7/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":913,"Cost":677,"Date":"8/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":733,"Cost":623,"Date":"10/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":10,"Cost":6,"Date":"11/11/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":282,"Cost":256,"Date":"11/30/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":464,"Cost":423,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":135,"Cost":104,"Date":"3/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":971,"Cost":736,"Date":"4/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":386,"Cost":250,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":299,"Cost":242,"Date":"8/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":346,"Cost":222,"Date":"9/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":428,"Cost":285,"Date":"10/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":598,"Cost":388,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":53,"Cost":37,"Date":"11/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":457,"Cost":262,"Date":"12/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":753,"Cost":403,"Date":"12/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":803,"Cost":667,"Date":"1/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":584,"Cost":310,"Date":"1/23/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":272,"Cost":194,"Date":"2/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":498,"Cost":362,"Date":"3/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":359,"Cost":283,"Date":"3/12/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":83,"Cost":46,"Date":"3/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":236,"Cost":152,"Date":"6/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":749,"Cost":469,"Date":"6/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":199,"Cost":120,"Date":"8/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":300,"Cost":160,"Date":"10/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":558,"Cost":336,"Date":"11/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":761,"Cost":688,"Date":"11/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":229,"Date":"3/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":406,"Cost":259,"Date":"4/17/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":259,"Cost":191,"Date":"8/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":194,"Cost":111,"Date":"8/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":552,"Cost":374,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":478,"Cost":279,"Date":"9/5/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":280,"Date":"9/14/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":636,"Cost":579,"Date":"9/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":658,"Cost":346,"Date":"11/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":932,"Cost":780,"Date":"12/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":580,"Cost":307,"Date":"1/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":848,"Cost":768,"Date":"1/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":861,"Cost":737,"Date":"2/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":685,"Date":"3/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":222,"Cost":185,"Date":"4/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":671,"Cost":495,"Date":"4/5/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":728,"Cost":629,"Date":"4/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":993,"Cost":824,"Date":"7/10/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":17,"Cost":15,"Date":"3/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":579,"Cost":372,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":816,"Cost":459,"Date":"10/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":300,"Date":"3/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":328,"Cost":200,"Date":"6/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":90,"Cost":52,"Date":"7/17/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":407,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":431,"Cost":269,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":168,"Cost":106,"Date":"11/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":857,"Cost":566,"Date":"12/16/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":151,"Cost":124,"Date":"12/30/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":718,"Cost":419,"Date":"2/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":814,"Cost":602,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":570,"Cost":478,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":471,"Cost":409,"Date":"4/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":918,"Cost":565,"Date":"7/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":794,"Cost":747,"Date":"8/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":222,"Cost":136,"Date":"10/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":909,"Cost":709,"Date":"11/11/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":758,"Cost":685,"Date":"11/30/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":467,"Cost":352,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":828,"Cost":711,"Date":"3/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":89,"Cost":65,"Date":"4/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":781,"Cost":613,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":118,"Cost":80,"Date":"8/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":193,"Cost":121,"Date":"9/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":357,"Cost":265,"Date":"10/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":938,"Cost":752,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":989,"Cost":617,"Date":"11/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":303,"Cost":170,"Date":"12/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":858,"Cost":455,"Date":"12/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":183,"Cost":155,"Date":"1/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":735,"Cost":546,"Date":"1/23/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":492,"Cost":334,"Date":"2/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":727,"Cost":460,"Date":"3/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":94,"Cost":67,"Date":"3/12/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":991,"Cost":535,"Date":"3/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":61,"Cost":36,"Date":"6/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":717,"Cost":515,"Date":"6/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":434,"Cost":219,"Date":"8/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":820,"Cost":480,"Date":"10/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":282,"Cost":151,"Date":"11/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":552,"Cost":501,"Date":"11/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":796,"Cost":484,"Date":"3/27/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":366,"Cost":219,"Date":"4/17/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":721,"Cost":586,"Date":"8/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":109,"Cost":75,"Date":"8/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":690,"Cost":455,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":417,"Cost":265,"Date":"9/5/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":206,"Cost":181,"Date":"9/14/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":398,"Cost":310,"Date":"9/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":657,"Cost":547,"Date":"11/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":176,"Cost":156,"Date":"12/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":437,"Cost":271,"Date":"1/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":15,"Cost":15,"Date":"1/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":766,"Cost":436,"Date":"2/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":563,"Cost":374,"Date":"3/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":65,"Cost":37,"Date":"4/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":172,"Cost":143,"Date":"4/5/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":741,"Cost":374,"Date":"4/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":342,"Cost":182,"Date":"7/10/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":546,"Cost":428,"Date":"3/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":526,"Cost":327,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":516,"Cost":464,"Date":"10/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":339,"Cost":175,"Date":"3/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":710,"Cost":558,"Date":"6/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":848,"Cost":573,"Date":"7/17/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":166,"Cost":122,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":205,"Cost":156,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":215,"Cost":116,"Date":"11/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":150,"Cost":98,"Date":"12/16/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":183,"Cost":97,"Date":"12/30/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":64,"Cost":41,"Date":"2/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":628,"Cost":440,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":404,"Cost":285,"Date":"3/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":330,"Cost":214,"Date":"4/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":293,"Cost":156,"Date":"7/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":986,"Cost":875,"Date":"8/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":893,"Cost":761,"Date":"10/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":396,"Cost":277,"Date":"11/11/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":598,"Cost":434,"Date":"11/30/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":21,"Cost":11,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":222,"Cost":207,"Date":"3/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":157,"Cost":123,"Date":"4/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":622,"Cost":480,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":159,"Cost":115,"Date":"8/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":286,"Cost":212,"Date":"9/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":298,"Cost":206,"Date":"10/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":708,"Cost":642,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":579,"Cost":358,"Date":"11/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":214,"Cost":201,"Date":"12/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":879,"Cost":720,"Date":"12/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":928,"Cost":721,"Date":"1/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":834,"Cost":760,"Date":"1/23/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":635,"Cost":485,"Date":"2/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":288,"Cost":199,"Date":"3/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":329,"Cost":224,"Date":"3/12/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":224,"Cost":137,"Date":"3/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":442,"Cost":235,"Date":"6/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":950,"Cost":830,"Date":"6/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":444,"Cost":389,"Date":"8/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":332,"Cost":228,"Date":"10/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":71,"Cost":58,"Date":"11/4/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM","Country":"Japan","Sale":133,"Cost":97,"Date":"11/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":865,"Cost":771,"Date":"3/27/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":300,"Cost":186,"Date":"4/17/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":210,"Date":"8/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":507,"Cost":400,"Date":"8/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":766,"Cost":515,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":213,"Cost":130,"Date":"9/5/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":361,"Cost":215,"Date":"9/14/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":79,"Date":"9/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":982,"Cost":692,"Date":"11/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":237,"Cost":147,"Date":"12/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":582,"Cost":444,"Date":"1/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":723,"Cost":631,"Date":"1/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":499,"Cost":258,"Date":"2/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":798,"Cost":534,"Date":"3/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":693,"Cost":430,"Date":"4/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":363,"Cost":344,"Date":"4/5/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":925,"Cost":608,"Date":"4/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":835,"Cost":757,"Date":"7/10/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":482,"Cost":388,"Date":"3/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":575,"Cost":493,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":385,"Cost":341,"Date":"10/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":139,"Cost":84,"Date":"3/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":626,"Cost":504,"Date":"6/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":391,"Cost":301,"Date":"7/17/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":301,"Cost":181,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":517,"Cost":294,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":551,"Cost":405,"Date":"11/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":551,"Cost":383,"Date":"12/16/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":599,"Cost":564,"Date":"12/30/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":693,"Cost":435,"Date":"2/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":232,"Cost":165,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":282,"Cost":211,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":274,"Cost":221,"Date":"4/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":989,"Cost":756,"Date":"7/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":651,"Cost":358,"Date":"8/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":584,"Cost":377,"Date":"10/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":33,"Cost":25,"Date":"11/11/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":451,"Cost":289,"Date":"11/30/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":795,"Cost":531,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":923,"Cost":760,"Date":"3/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":94,"Cost":87,"Date":"4/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":183,"Cost":96,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":346,"Cost":188,"Date":"8/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":435,"Cost":407,"Date":"9/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":303,"Cost":238,"Date":"10/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":230,"Cost":117,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":722,"Cost":389,"Date":"11/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":733,"Cost":584,"Date":"12/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":416,"Cost":368,"Date":"12/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":512,"Cost":356,"Date":"1/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":406,"Cost":235,"Date":"1/23/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":939,"Cost":578,"Date":"2/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":608,"Cost":574,"Date":"3/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":914,"Cost":574,"Date":"3/12/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":55,"Cost":53,"Date":"3/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":9,"Cost":4,"Date":"6/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":61,"Cost":55,"Date":"6/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":877,"Cost":656,"Date":"8/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":433,"Cost":223,"Date":"10/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":953,"Cost":703,"Date":"11/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":816,"Cost":460,"Date":"11/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":979,"Cost":597,"Date":"3/27/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":8,"Cost":5,"Date":"4/17/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":983,"Cost":844,"Date":"8/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":52,"Cost":50,"Date":"8/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":394,"Cost":203,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":175,"Cost":155,"Date":"9/5/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":149,"Cost":137,"Date":"9/14/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":436,"Cost":378,"Date":"9/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":104,"Cost":98,"Date":"11/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":526,"Cost":455,"Date":"12/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":65,"Cost":41,"Date":"1/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":832,"Cost":425,"Date":"1/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":133,"Cost":72,"Date":"2/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":360,"Cost":260,"Date":"3/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":531,"Cost":337,"Date":"4/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":753,"Cost":669,"Date":"4/5/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":103,"Cost":83,"Date":"4/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":764,"Cost":425,"Date":"7/10/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":744,"Cost":423,"Date":"3/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":568,"Cost":513,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":947,"Cost":731,"Date":"10/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":45,"Cost":23,"Date":"3/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":712,"Cost":506,"Date":"6/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":707,"Cost":549,"Date":"7/17/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":591,"Cost":304,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":751,"Cost":657,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":306,"Cost":214,"Date":"11/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":659,"Cost":515,"Date":"12/16/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":796,"Cost":558,"Date":"12/30/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":684,"Cost":516,"Date":"2/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":555,"Cost":491,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":484,"Cost":288,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":827,"Cost":470,"Date":"4/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":907,"Cost":583,"Date":"7/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":809,"Cost":585,"Date":"8/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":153,"Cost":103,"Date":"10/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":283,"Cost":230,"Date":"11/11/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":253,"Cost":205,"Date":"11/30/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":244,"Cost":222,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":868,"Cost":649,"Date":"3/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":442,"Cost":261,"Date":"4/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":695,"Cost":399,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":966,"Cost":884,"Date":"8/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":659,"Cost":343,"Date":"9/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":840,"Cost":693,"Date":"10/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":944,"Cost":697,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":213,"Cost":194,"Date":"11/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":414,"Cost":215,"Date":"12/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":36,"Cost":21,"Date":"12/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":943,"Cost":838,"Date":"1/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":883,"Cost":733,"Date":"1/23/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":238,"Cost":131,"Date":"2/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":520,"Cost":481,"Date":"3/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":174,"Cost":90,"Date":"3/12/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":736,"Cost":608,"Date":"3/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":263,"Cost":217,"Date":"6/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":733,"Cost":692,"Date":"6/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":845,"Cost":461,"Date":"8/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":575,"Cost":405,"Date":"10/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":172,"Cost":131,"Date":"11/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":444,"Cost":395,"Date":"11/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":955,"Cost":670,"Date":"3/27/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":77,"Cost":69,"Date":"4/17/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":328,"Cost":208,"Date":"8/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":728,"Cost":548,"Date":"8/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":281,"Cost":202,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":241,"Cost":218,"Date":"9/5/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":388,"Cost":323,"Date":"9/14/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":981,"Cost":696,"Date":"9/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":652,"Cost":502,"Date":"11/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":756,"Cost":425,"Date":"12/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":559,"Cost":416,"Date":"1/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":388,"Cost":215,"Date":"1/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":6,"Cost":5,"Date":"2/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":397,"Cost":325,"Date":"3/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":656,"Cost":464,"Date":"4/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":355,"Cost":186,"Date":"4/5/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":483,"Cost":419,"Date":"4/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":462,"Cost":315,"Date":"7/10/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":688,"Date":"3/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":52,"Cost":45,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":534,"Cost":472,"Date":"10/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":467,"Cost":236,"Date":"3/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":102,"Cost":74,"Date":"6/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":585,"Cost":541,"Date":"7/17/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":802,"Cost":680,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":9,"Cost":6,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":369,"Cost":256,"Date":"11/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":143,"Cost":89,"Date":"12/16/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":626,"Cost":469,"Date":"12/30/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":717,"Cost":602,"Date":"2/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":468,"Cost":432,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":413,"Cost":334,"Date":"3/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":357,"Cost":199,"Date":"4/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":736,"Cost":603,"Date":"7/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":57,"Cost":28,"Date":"8/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":701,"Cost":608,"Date":"10/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":390,"Cost":274,"Date":"11/11/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":908,"Cost":855,"Date":"11/30/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":429,"Cost":260,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":349,"Cost":256,"Date":"3/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":697,"Date":"4/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":399,"Cost":234,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":769,"Cost":648,"Date":"8/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":744,"Cost":408,"Date":"9/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":816,"Cost":593,"Date":"10/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":554,"Cost":425,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":295,"Cost":164,"Date":"11/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":992,"Cost":605,"Date":"12/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":20,"Cost":13,"Date":"12/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":304,"Cost":194,"Date":"1/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":876,"Cost":627,"Date":"1/23/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":633,"Cost":569,"Date":"2/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":842,"Cost":671,"Date":"3/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":624,"Cost":447,"Date":"3/12/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":489,"Cost":413,"Date":"3/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":940,"Cost":614,"Date":"6/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":36,"Cost":28,"Date":"6/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":292,"Cost":275,"Date":"8/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":220,"Cost":186,"Date":"10/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":457,"Date":"11/4/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":360,"Date":"11/9/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":377,"Cost":334,"Date":"3/27/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":483,"Cost":433,"Date":"4/17/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":809,"Cost":581,"Date":"8/11/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":321,"Cost":210,"Date":"8/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":600,"Cost":567,"Date":"9/2/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":943,"Cost":534,"Date":"9/5/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":392,"Cost":228,"Date":"9/14/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":944,"Cost":772,"Date":"9/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":616,"Cost":423,"Date":"11/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":587,"Date":"12/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":227,"Cost":145,"Date":"1/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":333,"Cost":274,"Date":"1/21/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":992,"Cost":906,"Date":"2/9/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":41,"Cost":25,"Date":"3/19/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":710,"Cost":414,"Date":"4/3/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":658,"Cost":500,"Date":"4/5/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":787,"Cost":458,"Date":"4/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":636,"Date":"7/10/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":698,"Cost":548,"Date":"3/25/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":577,"Cost":501,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":475,"Cost":320,"Date":"10/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":955,"Cost":767,"Date":"3/2/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":107,"Cost":59,"Date":"6/28/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":959,"Cost":509,"Date":"7/17/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":444,"Cost":357,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":944,"Cost":790,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":98,"Cost":91,"Date":"11/20/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":671,"Cost":606,"Date":"12/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":68,"Cost":41,"Date":"12/30/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":751,"Cost":445,"Date":"2/15/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":122,"Cost":78,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":806,"Cost":684,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":167,"Cost":139,"Date":"4/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":931,"Cost":530,"Date":"7/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":729,"Cost":371,"Date":"8/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":118,"Cost":76,"Date":"10/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":613,"Cost":404,"Date":"11/11/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":693,"Cost":468,"Date":"11/30/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":447,"Cost":383,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":918,"Cost":665,"Date":"3/1/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":433,"Cost":374,"Date":"4/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":738,"Cost":373,"Date":"5/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":254,"Cost":182,"Date":"8/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":44,"Cost":24,"Date":"9/15/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":278,"Cost":141,"Date":"10/14/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":342,"Cost":283,"Date":"10/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":533,"Cost":272,"Date":"11/11/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":830,"Cost":466,"Date":"12/7/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":745,"Cost":513,"Date":"12/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":319,"Cost":220,"Date":"1/6/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":820,"Cost":695,"Date":"1/23/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":300,"Cost":250,"Date":"2/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":287,"Cost":217,"Date":"3/10/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":89,"Cost":67,"Date":"3/12/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":153,"Cost":119,"Date":"3/31/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":79,"Cost":73,"Date":"6/16/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":180,"Cost":110,"Date":"6/17/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":980,"Cost":618,"Date":"8/27/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":621,"Cost":569,"Date":"10/1/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":23,"Cost":14,"Date":"11/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":764,"Cost":554,"Date":"11/9/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":110,"Cost":99,"Date":"3/27/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":49,"Cost":35,"Date":"4/17/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":878,"Cost":718,"Date":"8/11/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":720,"Cost":584,"Date":"8/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":563,"Cost":419,"Date":"9/2/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":758,"Cost":670,"Date":"9/5/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":819,"Cost":459,"Date":"9/14/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":136,"Cost":105,"Date":"9/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":244,"Cost":216,"Date":"11/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":810,"Cost":707,"Date":"12/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":267,"Cost":175,"Date":"1/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":754,"Cost":466,"Date":"1/21/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":911,"Cost":827,"Date":"2/9/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":35,"Cost":26,"Date":"3/19/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":679,"Cost":630,"Date":"4/3/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":286,"Cost":201,"Date":"4/5/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":659,"Cost":396,"Date":"4/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":786,"Cost":569,"Date":"7/10/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":850,"Cost":540,"Date":"3/25/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":390,"Cost":272,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":661,"Cost":344,"Date":"10/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":226,"Cost":119,"Date":"3/2/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":92,"Cost":87,"Date":"6/28/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":258,"Cost":141,"Date":"7/17/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":542,"Cost":504,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":297,"Cost":267,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":904,"Cost":754,"Date":"11/20/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":234,"Cost":201,"Date":"12/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":360,"Cost":311,"Date":"12/30/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":879,"Cost":515,"Date":"2/15/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":959,"Cost":651,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":433,"Cost":382,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":99,"Cost":58,"Date":"4/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":752,"Cost":432,"Date":"7/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":899,"Cost":632,"Date":"8/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":413,"Cost":306,"Date":"10/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":956,"Cost":620,"Date":"11/11/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":712,"Cost":373,"Date":"11/30/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":123,"Cost":74,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":584,"Cost":409,"Date":"3/1/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":485,"Cost":362,"Date":"4/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":901,"Cost":459,"Date":"5/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":692,"Cost":614,"Date":"8/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":134,"Cost":114,"Date":"9/15/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":971,"Cost":834,"Date":"10/14/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":650,"Cost":600,"Date":"10/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":478,"Cost":385,"Date":"11/11/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":789,"Cost":522,"Date":"12/7/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":154,"Cost":104,"Date":"12/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":541,"Cost":333,"Date":"1/6/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":531,"Cost":425,"Date":"1/23/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":407,"Cost":227,"Date":"2/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":70,"Cost":54,"Date":"3/10/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":153,"Cost":119,"Date":"3/12/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":436,"Cost":297,"Date":"3/31/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":909,"Cost":826,"Date":"6/16/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":598,"Cost":409,"Date":"6/17/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":821,"Cost":484,"Date":"8/27/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":495,"Cost":390,"Date":"10/1/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":350,"Cost":270,"Date":"11/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":727,"Cost":662,"Date":"11/9/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":314,"Cost":160,"Date":"3/27/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":207,"Cost":119,"Date":"4/17/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":580,"Cost":508,"Date":"8/11/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":483,"Cost":353,"Date":"8/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":745,"Cost":688,"Date":"9/2/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":190,"Cost":159,"Date":"9/5/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":766,"Cost":503,"Date":"9/14/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":102,"Cost":73,"Date":"9/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":531,"Cost":365,"Date":"11/20/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":392,"Cost":371,"Date":"12/21/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":475,"Cost":282,"Date":"1/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":474,"Cost":334,"Date":"1/21/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":718,"Cost":415,"Date":"2/9/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":708,"Cost":409,"Date":"3/19/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":857,"Cost":734,"Date":"4/3/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":6,"Cost":4,"Date":"4/5/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":396,"Cost":368,"Date":"4/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":622,"Cost":515,"Date":"7/10/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":117,"Cost":89,"Date":"3/25/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":83,"Cost":67,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":256,"Cost":181,"Date":"10/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":251,"Cost":199,"Date":"3/2/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":749,"Cost":628,"Date":"6/28/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":69,"Cost":45,"Date":"7/17/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":49,"Cost":47,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":864,"Cost":511,"Date":"8/23/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":425,"Cost":229,"Date":"11/20/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":244,"Cost":181,"Date":"12/16/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":810,"Cost":442,"Date":"12/30/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":779,"Cost":429,"Date":"2/15/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":29,"Cost":18,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":906,"Cost":464,"Date":"3/7/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":560,"Cost":529,"Date":"4/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":219,"Cost":173,"Date":"7/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":476,"Cost":347,"Date":"8/18/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":83,"Cost":43,"Date":"10/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":460,"Cost":329,"Date":"11/11/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":883,"Cost":518,"Date":"11/30/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":495,"Cost":362,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":134,"Cost":75,"Date":"3/1/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":201,"Cost":105,"Date":"4/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":133,"Cost":107,"Date":"5/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":290,"Cost":245,"Date":"8/13/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":115,"Cost":102,"Date":"9/15/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":612,"Cost":406,"Date":"10/14/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":901,"Cost":602,"Date":"10/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":933,"Cost":688,"Date":"11/11/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":670,"Cost":451,"Date":"12/7/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":791,"Cost":735,"Date":"12/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":438,"Cost":383,"Date":"1/6/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":900,"Cost":479,"Date":"1/23/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":676,"Cost":550,"Date":"2/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":987,"Cost":911,"Date":"3/10/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":900,"Cost":477,"Date":"3/12/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":236,"Cost":215,"Date":"3/31/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":876,"Cost":522,"Date":"6/16/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":149,"Cost":95,"Date":"6/17/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":567,"Cost":523,"Date":"8/27/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":646,"Cost":393,"Date":"10/1/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":477,"Cost":257,"Date":"11/4/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":419,"Cost":387,"Date":"11/9/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":896,"Cost":658,"Date":"3/27/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":726,"Cost":414,"Date":"4/17/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":883,"Cost":534,"Date":"8/11/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":514,"Cost":419,"Date":"8/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":377,"Cost":285,"Date":"9/2/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":281,"Cost":176,"Date":"9/5/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":497,"Cost":373,"Date":"9/14/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":110,"Cost":85,"Date":"9/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":368,"Cost":283,"Date":"11/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":895,"Cost":764,"Date":"12/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":858,"Date":"1/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":712,"Cost":620,"Date":"1/21/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":551,"Cost":522,"Date":"2/9/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":404,"Cost":366,"Date":"3/19/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":656,"Cost":454,"Date":"4/3/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":223,"Cost":119,"Date":"4/5/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":535,"Cost":417,"Date":"4/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":882,"Cost":763,"Date":"7/10/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":8,"Cost":8,"Date":"3/25/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":165,"Cost":96,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":371,"Cost":327,"Date":"10/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":202,"Cost":128,"Date":"3/2/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":724,"Cost":433,"Date":"6/28/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":224,"Cost":174,"Date":"7/17/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":431,"Cost":226,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":110,"Cost":90,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":181,"Cost":141,"Date":"11/20/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":99,"Cost":77,"Date":"12/16/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":890,"Cost":654,"Date":"12/30/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":798,"Cost":582,"Date":"2/15/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":233,"Cost":139,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":620,"Cost":401,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":873,"Cost":736,"Date":"4/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":122,"Cost":84,"Date":"7/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":175,"Cost":96,"Date":"8/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":782,"Date":"10/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":866,"Cost":563,"Date":"11/11/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":149,"Cost":103,"Date":"11/30/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":795,"Cost":615,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":895,"Cost":775,"Date":"3/1/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":19,"Cost":11,"Date":"4/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":680,"Cost":626,"Date":"5/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":604,"Cost":482,"Date":"8/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":564,"Cost":449,"Date":"9/15/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":681,"Cost":446,"Date":"10/14/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":679,"Cost":377,"Date":"10/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":100,"Date":"11/11/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":797,"Cost":663,"Date":"12/7/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":422,"Cost":235,"Date":"12/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":460,"Cost":389,"Date":"1/6/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":315,"Cost":296,"Date":"1/23/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":930,"Cost":691,"Date":"2/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":372,"Cost":252,"Date":"3/10/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":319,"Cost":267,"Date":"3/12/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":963,"Cost":774,"Date":"3/31/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":63,"Cost":48,"Date":"6/16/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":114,"Cost":80,"Date":"6/17/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":496,"Cost":423,"Date":"8/27/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":587,"Cost":293,"Date":"10/1/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":831,"Cost":715,"Date":"11/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":424,"Cost":240,"Date":"11/9/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":148,"Cost":129,"Date":"3/27/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":791,"Cost":478,"Date":"4/17/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":78,"Cost":66,"Date":"8/11/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":410,"Cost":372,"Date":"8/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":314,"Cost":179,"Date":"9/2/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":817,"Cost":645,"Date":"9/5/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":536,"Cost":331,"Date":"9/14/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":80,"Cost":49,"Date":"9/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":95,"Cost":68,"Date":"11/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":857,"Cost":742,"Date":"12/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":743,"Cost":498,"Date":"1/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":616,"Cost":484,"Date":"1/21/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":790,"Cost":453,"Date":"2/9/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":948,"Cost":889,"Date":"3/19/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":879,"Cost":458,"Date":"4/3/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":347,"Cost":235,"Date":"4/5/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":557,"Cost":486,"Date":"4/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":34,"Cost":28,"Date":"7/10/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":620,"Cost":331,"Date":"3/25/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":907,"Cost":685,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":538,"Cost":418,"Date":"10/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":532,"Cost":339,"Date":"3/2/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":787,"Cost":732,"Date":"6/28/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":773,"Cost":667,"Date":"7/17/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":934,"Cost":664,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":920,"Cost":839,"Date":"11/20/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":148,"Cost":120,"Date":"12/16/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":783,"Cost":524,"Date":"12/30/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":472,"Cost":275,"Date":"2/15/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":38,"Cost":33,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":461,"Cost":288,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":502,"Date":"4/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":557,"Cost":506,"Date":"7/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":552,"Cost":309,"Date":"8/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":473,"Cost":425,"Date":"10/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":161,"Cost":120,"Date":"11/11/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":387,"Cost":305,"Date":"11/30/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":632,"Cost":406,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":710,"Cost":442,"Date":"3/1/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":607,"Cost":526,"Date":"4/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":455,"Cost":404,"Date":"5/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":976,"Cost":585,"Date":"8/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":604,"Cost":516,"Date":"9/15/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":218,"Cost":174,"Date":"10/14/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":526,"Date":"10/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":639,"Cost":537,"Date":"11/11/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":942,"Cost":673,"Date":"12/7/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":870,"Cost":480,"Date":"12/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":179,"Cost":152,"Date":"1/6/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":101,"Cost":83,"Date":"1/23/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":32,"Cost":20,"Date":"2/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":743,"Cost":553,"Date":"3/10/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":495,"Cost":392,"Date":"3/12/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":403,"Date":"3/31/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":994,"Cost":556,"Date":"6/16/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":169,"Cost":93,"Date":"6/17/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":179,"Cost":90,"Date":"8/27/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":32,"Cost":28,"Date":"10/1/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":474,"Cost":264,"Date":"11/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":222,"Cost":193,"Date":"11/9/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":487,"Cost":306,"Date":"3/27/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":293,"Cost":196,"Date":"4/17/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":109,"Cost":62,"Date":"8/11/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":785,"Cost":511,"Date":"8/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":247,"Cost":196,"Date":"9/2/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":427,"Cost":340,"Date":"9/5/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":746,"Cost":587,"Date":"9/14/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":329,"Cost":268,"Date":"9/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":934,"Cost":818,"Date":"11/20/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":831,"Cost":588,"Date":"12/21/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":525,"Cost":480,"Date":"1/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":952,"Cost":889,"Date":"1/21/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":281,"Cost":253,"Date":"2/9/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":661,"Cost":568,"Date":"3/19/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":475,"Cost":417,"Date":"4/3/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":720,"Cost":432,"Date":"4/5/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":279,"Cost":196,"Date":"4/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":425,"Date":"7/10/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":490,"Cost":352,"Date":"3/25/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":428,"Cost":216,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":545,"Cost":342,"Date":"10/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":345,"Cost":318,"Date":"3/2/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":766,"Cost":543,"Date":"6/28/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":878,"Cost":576,"Date":"7/17/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":88,"Cost":61,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":207,"Cost":139,"Date":"8/23/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":148,"Cost":140,"Date":"11/20/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":966,"Cost":656,"Date":"12/16/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":131,"Cost":89,"Date":"12/30/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":139,"Date":"2/15/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":297,"Cost":178,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":446,"Date":"3/7/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":979,"Cost":824,"Date":"4/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":624,"Cost":542,"Date":"7/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":271,"Cost":160,"Date":"8/18/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":315,"Cost":202,"Date":"10/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":78,"Cost":62,"Date":"11/11/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":608,"Cost":577,"Date":"11/30/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":700,"Cost":651,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":149,"Cost":131,"Date":"3/1/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":563,"Cost":418,"Date":"4/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":297,"Cost":263,"Date":"5/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":597,"Cost":324,"Date":"8/13/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":141,"Cost":89,"Date":"9/15/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":451,"Cost":327,"Date":"10/14/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":693,"Cost":476,"Date":"10/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":375,"Date":"11/11/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":641,"Cost":485,"Date":"12/7/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":460,"Cost":292,"Date":"12/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":858,"Cost":708,"Date":"1/6/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":729,"Cost":556,"Date":"1/23/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":705,"Cost":567,"Date":"2/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":212,"Cost":194,"Date":"3/10/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":977,"Cost":728,"Date":"3/12/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":347,"Cost":237,"Date":"3/31/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":874,"Cost":574,"Date":"6/16/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":612,"Cost":500,"Date":"6/17/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":403,"Cost":312,"Date":"8/27/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":147,"Date":"10/1/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":122,"Cost":66,"Date":"11/4/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":324,"Cost":268,"Date":"11/9/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":352,"Cost":309,"Date":"3/27/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":888,"Cost":791,"Date":"4/17/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":342,"Cost":214,"Date":"8/11/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":115,"Cost":78,"Date":"8/21/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":569,"Cost":460,"Date":"9/2/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":461,"Cost":381,"Date":"9/5/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":693,"Date":"9/14/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":884,"Cost":459,"Date":"9/20/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":50,"Cost":44,"Date":"11/20/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":188,"Cost":102,"Date":"12/21/2018"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":957,"Cost":847,"Date":"1/7/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":113,"Cost":59,"Date":"1/21/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":40,"Cost":23,"Date":"2/9/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":711,"Cost":453,"Date":"3/19/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":731,"Cost":368,"Date":"4/3/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":995,"Cost":578,"Date":"4/5/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":769,"Cost":629,"Date":"4/28/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":392,"Cost":247,"Date":"7/10/2019"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":83,"Cost":67,"Date":"3/25/2020"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":621,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":818,"Cost":700,"Date":"10/28/2020"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":209,"Cost":132,"Date":"3/2/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":525,"Cost":405,"Date":"6/28/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":776,"Date":"7/17/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":968,"Cost":839,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":409,"Cost":368,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":558,"Cost":375,"Date":"11/20/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":452,"Cost":249,"Date":"12/16/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":126,"Cost":115,"Date":"12/30/2021"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":346,"Cost":185,"Date":"2/15/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":8,"Cost":4,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":61,"Cost":44,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":4,"Cost":2,"Date":"4/18/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":803,"Cost":574,"Date":"7/27/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":575,"Cost":513,"Date":"8/18/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":649,"Cost":435,"Date":"10/31/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":185,"Cost":142,"Date":"11/11/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":149,"Cost":90,"Date":"11/30/2022"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":296,"Cost":173,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":288,"Cost":250,"Date":"3/1/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":953,"Cost":503,"Date":"4/13/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":874,"Cost":721,"Date":"5/20/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":644,"Cost":550,"Date":"8/13/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":146,"Cost":86,"Date":"9/15/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":70,"Cost":58,"Date":"10/14/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":549,"Cost":433,"Date":"10/28/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":986,"Cost":812,"Date":"11/11/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":60,"Cost":31,"Date":"12/7/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":419,"Cost":213,"Date":"12/21/2023"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":418,"Cost":393,"Date":"1/6/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":499,"Cost":307,"Date":"1/23/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":995,"Cost":789,"Date":"2/4/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":595,"Cost":336,"Date":"3/10/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":140,"Cost":125,"Date":"3/12/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":586,"Cost":392,"Date":"3/31/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":235,"Cost":171,"Date":"6/16/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":351,"Cost":184,"Date":"6/17/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":924,"Cost":722,"Date":"8/27/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":687,"Cost":397,"Date":"10/1/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":13,"Cost":7,"Date":"11/4/2024"},{"Store":"Amsterdamse Poort","Brand":"ARKET","Country":"Netherlands","Sale":579,"Cost":464,"Date":"11/9/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":27,"Cost":19,"Date":"3/27/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":550,"Cost":403,"Date":"4/17/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":396,"Cost":200,"Date":"8/11/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":400,"Cost":254,"Date":"8/21/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":581,"Cost":442,"Date":"9/2/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":651,"Cost":511,"Date":"9/5/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":647,"Cost":389,"Date":"9/14/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":530,"Cost":347,"Date":"9/20/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":333,"Cost":272,"Date":"11/20/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":914,"Cost":779,"Date":"12/21/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":371,"Cost":333,"Date":"1/7/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":955,"Cost":503,"Date":"1/21/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":635,"Cost":389,"Date":"2/9/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":333,"Cost":227,"Date":"3/19/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":591,"Cost":539,"Date":"4/3/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":79,"Cost":60,"Date":"4/5/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":524,"Cost":480,"Date":"4/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":253,"Cost":199,"Date":"7/10/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":687,"Cost":525,"Date":"3/25/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":299,"Cost":162,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":848,"Cost":572,"Date":"10/28/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":918,"Cost":735,"Date":"3/2/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":19,"Cost":11,"Date":"6/28/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":306,"Cost":223,"Date":"7/17/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":904,"Cost":536,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":114,"Cost":62,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":213,"Cost":144,"Date":"11/20/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":769,"Cost":620,"Date":"12/16/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":991,"Cost":542,"Date":"12/30/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":604,"Cost":467,"Date":"2/15/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":138,"Cost":127,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":330,"Cost":269,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":995,"Cost":602,"Date":"4/18/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":299,"Cost":204,"Date":"7/27/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":831,"Cost":496,"Date":"8/18/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":148,"Date":"10/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":946,"Cost":853,"Date":"11/11/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":83,"Cost":67,"Date":"11/30/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":984,"Cost":787,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":547,"Cost":294,"Date":"3/1/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":510,"Cost":301,"Date":"4/13/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":41,"Date":"5/20/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":557,"Cost":491,"Date":"8/13/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":10,"Date":"9/15/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":968,"Cost":794,"Date":"10/14/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":763,"Cost":620,"Date":"10/28/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":335,"Cost":187,"Date":"11/11/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":881,"Cost":457,"Date":"12/7/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":815,"Cost":561,"Date":"12/21/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":660,"Cost":508,"Date":"1/6/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":31,"Cost":28,"Date":"1/23/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":2,"Cost":2,"Date":"2/4/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":617,"Cost":549,"Date":"3/10/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":319,"Cost":250,"Date":"3/12/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":338,"Cost":309,"Date":"3/31/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":194,"Cost":161,"Date":"6/16/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":821,"Cost":757,"Date":"6/17/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":721,"Cost":528,"Date":"8/27/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":984,"Cost":505,"Date":"10/1/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":63,"Cost":37,"Date":"11/4/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":57,"Cost":43,"Date":"11/9/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":589,"Cost":401,"Date":"3/27/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":139,"Cost":124,"Date":"4/17/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":754,"Cost":708,"Date":"8/11/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":739,"Cost":550,"Date":"8/21/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":108,"Cost":95,"Date":"9/2/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":669,"Date":"9/5/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":501,"Cost":455,"Date":"9/14/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":9,"Cost":9,"Date":"9/20/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":161,"Cost":144,"Date":"11/20/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":167,"Cost":139,"Date":"12/21/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":880,"Cost":572,"Date":"1/7/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":131,"Cost":122,"Date":"1/21/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":159,"Cost":121,"Date":"2/9/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":114,"Cost":75,"Date":"3/19/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":105,"Cost":93,"Date":"4/3/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":95,"Cost":63,"Date":"4/5/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":26,"Cost":18,"Date":"4/28/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":922,"Cost":754,"Date":"7/10/2019"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":174,"Cost":99,"Date":"3/25/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":26,"Cost":18,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":938,"Cost":537,"Date":"10/28/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":983,"Cost":572,"Date":"3/2/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":920,"Cost":822,"Date":"6/28/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":161,"Cost":116,"Date":"7/17/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":535,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":851,"Cost":495,"Date":"8/23/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":65,"Cost":44,"Date":"11/20/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":21,"Cost":10,"Date":"12/16/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":734,"Cost":628,"Date":"12/30/2021"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":331,"Cost":186,"Date":"2/15/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":928,"Cost":588,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":770,"Cost":420,"Date":"3/7/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":144,"Cost":129,"Date":"4/18/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":798,"Cost":473,"Date":"7/27/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":122,"Cost":112,"Date":"8/18/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":499,"Cost":323,"Date":"10/31/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":281,"Cost":255,"Date":"11/11/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":941,"Cost":789,"Date":"11/30/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":99,"Cost":60,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":661,"Cost":531,"Date":"3/1/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":520,"Cost":281,"Date":"4/13/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":534,"Cost":275,"Date":"5/20/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":806,"Cost":519,"Date":"8/13/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":167,"Cost":136,"Date":"9/15/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":502,"Cost":303,"Date":"10/14/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":426,"Cost":224,"Date":"10/28/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":983,"Cost":843,"Date":"11/11/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":778,"Cost":446,"Date":"12/7/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":795,"Cost":728,"Date":"12/21/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":476,"Cost":260,"Date":"1/6/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":650,"Cost":351,"Date":"1/23/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":931,"Cost":795,"Date":"2/4/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":725,"Cost":680,"Date":"3/10/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":419,"Cost":240,"Date":"3/12/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":170,"Cost":132,"Date":"3/31/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":104,"Cost":68,"Date":"6/16/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":716,"Cost":549,"Date":"6/17/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":958,"Cost":836,"Date":"8/27/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":132,"Cost":83,"Date":"10/1/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":652,"Cost":516,"Date":"11/4/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":532,"Cost":311,"Date":"11/9/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":247,"Cost":143,"Date":"3/27/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":238,"Cost":205,"Date":"4/17/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":678,"Cost":420,"Date":"8/11/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":293,"Cost":197,"Date":"8/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":313,"Cost":275,"Date":"9/2/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":874,"Cost":564,"Date":"9/5/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":339,"Cost":174,"Date":"9/14/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":851,"Cost":809,"Date":"9/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":24,"Cost":17,"Date":"11/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":293,"Cost":246,"Date":"12/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":113,"Cost":64,"Date":"1/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":700,"Cost":587,"Date":"1/21/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":908,"Cost":786,"Date":"2/9/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":959,"Cost":599,"Date":"3/19/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":421,"Cost":288,"Date":"4/3/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":614,"Cost":578,"Date":"4/5/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":742,"Cost":476,"Date":"4/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":256,"Cost":186,"Date":"7/10/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":369,"Cost":341,"Date":"3/25/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":895,"Cost":510,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":669,"Cost":360,"Date":"10/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":871,"Cost":513,"Date":"3/2/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":922,"Cost":776,"Date":"6/28/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":301,"Cost":157,"Date":"7/17/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":386,"Cost":237,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":766,"Cost":403,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":228,"Cost":213,"Date":"11/20/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":990,"Cost":716,"Date":"12/16/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":464,"Cost":317,"Date":"12/30/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":885,"Cost":513,"Date":"2/15/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":53,"Cost":36,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":545,"Cost":355,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":508,"Cost":392,"Date":"4/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":867,"Cost":798,"Date":"7/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":718,"Cost":605,"Date":"8/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":940,"Cost":562,"Date":"10/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":627,"Cost":346,"Date":"11/11/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":706,"Cost":588,"Date":"11/30/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":491,"Cost":258,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":122,"Cost":82,"Date":"3/1/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":133,"Cost":121,"Date":"4/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":20,"Cost":10,"Date":"5/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":967,"Cost":603,"Date":"8/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":830,"Cost":757,"Date":"9/15/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":665,"Cost":539,"Date":"10/14/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":123,"Cost":83,"Date":"10/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":569,"Cost":473,"Date":"11/11/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":524,"Cost":421,"Date":"12/7/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":584,"Cost":483,"Date":"12/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":648,"Cost":588,"Date":"1/6/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":129,"Cost":93,"Date":"1/23/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":400,"Cost":320,"Date":"2/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":927,"Cost":496,"Date":"3/10/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":844,"Cost":790,"Date":"3/12/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":933,"Cost":531,"Date":"3/31/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":443,"Cost":366,"Date":"6/16/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":933,"Cost":880,"Date":"6/17/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":672,"Cost":365,"Date":"8/27/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":9,"Cost":8,"Date":"10/1/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":259,"Cost":246,"Date":"11/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":680,"Cost":646,"Date":"11/9/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":419,"Cost":335,"Date":"3/27/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":265,"Cost":208,"Date":"4/17/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":733,"Date":"8/11/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":487,"Cost":295,"Date":"8/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":695,"Cost":577,"Date":"9/2/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":537,"Cost":319,"Date":"9/5/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":661,"Cost":390,"Date":"9/14/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":653,"Cost":468,"Date":"9/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":550,"Cost":317,"Date":"11/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":825,"Cost":598,"Date":"12/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":541,"Cost":275,"Date":"1/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":138,"Cost":69,"Date":"1/21/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":906,"Cost":647,"Date":"2/9/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":283,"Cost":208,"Date":"3/19/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":187,"Cost":142,"Date":"4/3/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":575,"Cost":334,"Date":"4/5/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":860,"Cost":793,"Date":"4/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":935,"Cost":742,"Date":"7/10/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":628,"Cost":416,"Date":"3/25/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":745,"Cost":637,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":606,"Cost":485,"Date":"10/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":197,"Cost":182,"Date":"3/2/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":227,"Cost":190,"Date":"6/28/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":69,"Cost":65,"Date":"7/17/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":863,"Cost":571,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":250,"Cost":230,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":220,"Cost":117,"Date":"11/20/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":877,"Cost":826,"Date":"12/16/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":174,"Cost":95,"Date":"12/30/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":298,"Cost":237,"Date":"2/15/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":315,"Cost":227,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":356,"Cost":308,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":736,"Cost":652,"Date":"4/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":775,"Cost":618,"Date":"7/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":669,"Cost":458,"Date":"8/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":969,"Cost":552,"Date":"10/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":814,"Cost":631,"Date":"11/11/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":707,"Cost":504,"Date":"11/30/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":464,"Cost":279,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":221,"Cost":143,"Date":"3/1/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":722,"Cost":467,"Date":"4/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":642,"Cost":335,"Date":"5/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":753,"Cost":389,"Date":"8/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":51,"Cost":29,"Date":"9/15/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":780,"Cost":590,"Date":"10/14/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":325,"Cost":284,"Date":"10/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":347,"Cost":247,"Date":"11/11/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":744,"Cost":702,"Date":"12/7/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":73,"Cost":55,"Date":"12/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":927,"Cost":688,"Date":"1/6/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":990,"Cost":546,"Date":"1/23/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":875,"Cost":764,"Date":"2/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":6,"Cost":4,"Date":"3/10/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":635,"Date":"3/12/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":153,"Cost":94,"Date":"3/31/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":247,"Cost":185,"Date":"6/16/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":867,"Cost":752,"Date":"6/17/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":768,"Cost":414,"Date":"8/27/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":265,"Cost":154,"Date":"10/1/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":255,"Cost":137,"Date":"11/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":43,"Cost":41,"Date":"11/9/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":993,"Cost":711,"Date":"3/27/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":688,"Cost":449,"Date":"4/17/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":298,"Cost":198,"Date":"8/11/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":639,"Cost":387,"Date":"8/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":536,"Cost":364,"Date":"9/2/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":50,"Cost":45,"Date":"9/5/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":6,"Cost":5,"Date":"9/14/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":803,"Cost":757,"Date":"9/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":1000,"Cost":596,"Date":"11/20/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":672,"Cost":364,"Date":"12/21/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":998,"Cost":786,"Date":"1/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":12,"Cost":9,"Date":"1/21/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":531,"Cost":274,"Date":"2/9/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":204,"Cost":136,"Date":"3/19/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":328,"Cost":196,"Date":"4/3/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":237,"Cost":151,"Date":"4/5/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":180,"Cost":108,"Date":"4/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":93,"Cost":61,"Date":"7/10/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":149,"Cost":110,"Date":"3/25/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":542,"Cost":378,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":156,"Cost":105,"Date":"10/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":67,"Cost":52,"Date":"3/2/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":939,"Cost":878,"Date":"6/28/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":8,"Cost":5,"Date":"7/17/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":948,"Cost":596,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":690,"Cost":573,"Date":"8/23/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":438,"Cost":409,"Date":"11/20/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":945,"Cost":869,"Date":"12/16/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":348,"Cost":216,"Date":"12/30/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":345,"Cost":274,"Date":"2/15/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":693,"Cost":368,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":236,"Cost":154,"Date":"3/7/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":109,"Cost":90,"Date":"4/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":132,"Cost":75,"Date":"7/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":944,"Cost":720,"Date":"8/18/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":422,"Cost":333,"Date":"10/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":322,"Cost":275,"Date":"11/11/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":841,"Cost":779,"Date":"11/30/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":430,"Cost":331,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":66,"Cost":58,"Date":"3/1/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":957,"Cost":497,"Date":"4/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":350,"Cost":247,"Date":"5/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":773,"Cost":511,"Date":"8/13/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":675,"Cost":639,"Date":"9/15/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":680,"Cost":512,"Date":"10/14/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":337,"Cost":192,"Date":"10/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":405,"Cost":203,"Date":"11/11/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":98,"Cost":49,"Date":"12/7/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":341,"Cost":222,"Date":"12/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":630,"Cost":552,"Date":"1/6/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":140,"Cost":104,"Date":"1/23/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":530,"Cost":450,"Date":"2/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":319,"Cost":199,"Date":"3/10/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":33,"Cost":24,"Date":"3/12/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":560,"Cost":396,"Date":"3/31/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":275,"Cost":217,"Date":"6/16/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":672,"Cost":572,"Date":"6/17/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":714,"Cost":504,"Date":"8/27/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":796,"Cost":647,"Date":"10/1/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":330,"Cost":230,"Date":"11/4/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":51,"Cost":41,"Date":"11/9/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":782,"Cost":447,"Date":"3/27/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":339,"Cost":208,"Date":"4/17/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":153,"Cost":129,"Date":"8/11/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":382,"Cost":196,"Date":"8/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":929,"Cost":512,"Date":"9/2/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":673,"Cost":540,"Date":"9/5/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":912,"Cost":538,"Date":"9/14/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":828,"Cost":497,"Date":"9/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":506,"Cost":307,"Date":"11/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":4,"Cost":2,"Date":"12/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":348,"Cost":284,"Date":"1/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":902,"Cost":798,"Date":"1/21/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":840,"Cost":442,"Date":"2/9/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":803,"Cost":637,"Date":"3/19/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":697,"Cost":363,"Date":"4/3/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":418,"Cost":289,"Date":"4/5/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":276,"Cost":221,"Date":"4/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":334,"Cost":249,"Date":"7/10/2019"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":707,"Cost":436,"Date":"3/25/2020"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":430,"Cost":219,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":822,"Cost":555,"Date":"10/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":894,"Cost":836,"Date":"3/2/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":975,"Cost":709,"Date":"6/28/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":823,"Cost":599,"Date":"7/17/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":216,"Cost":124,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":125,"Cost":104,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":131,"Cost":100,"Date":"11/20/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":536,"Cost":391,"Date":"12/16/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":436,"Cost":402,"Date":"12/30/2021"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":234,"Cost":154,"Date":"2/15/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":592,"Cost":557,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":267,"Cost":145,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":606,"Cost":533,"Date":"4/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":70,"Cost":59,"Date":"7/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":986,"Cost":887,"Date":"8/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":849,"Cost":790,"Date":"10/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":84,"Cost":66,"Date":"11/11/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":284,"Cost":179,"Date":"11/30/2022"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":896,"Cost":477,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":504,"Cost":408,"Date":"3/1/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":535,"Cost":397,"Date":"4/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":458,"Cost":325,"Date":"5/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":276,"Cost":248,"Date":"8/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":108,"Cost":100,"Date":"9/15/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":893,"Cost":576,"Date":"10/14/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":141,"Cost":134,"Date":"10/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":46,"Cost":38,"Date":"11/11/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":73,"Cost":68,"Date":"12/7/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":918,"Cost":871,"Date":"12/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":375,"Cost":275,"Date":"1/6/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":370,"Cost":319,"Date":"1/23/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":365,"Cost":300,"Date":"2/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":18,"Cost":15,"Date":"3/10/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":50,"Cost":29,"Date":"3/12/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":940,"Cost":529,"Date":"3/31/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":151,"Cost":110,"Date":"6/16/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":805,"Cost":645,"Date":"6/17/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":93,"Cost":59,"Date":"8/27/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":673,"Cost":510,"Date":"10/1/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":978,"Cost":794,"Date":"11/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":779,"Cost":663,"Date":"11/9/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":321,"Cost":189,"Date":"3/27/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":614,"Cost":322,"Date":"4/17/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":457,"Cost":347,"Date":"8/11/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":154,"Cost":125,"Date":"8/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":281,"Cost":213,"Date":"9/2/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":75,"Cost":37,"Date":"9/5/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":287,"Cost":245,"Date":"9/14/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":26,"Cost":19,"Date":"9/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":786,"Cost":531,"Date":"11/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":20,"Cost":13,"Date":"12/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":971,"Cost":669,"Date":"1/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":68,"Cost":62,"Date":"1/21/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":178,"Cost":91,"Date":"2/9/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":6,"Cost":6,"Date":"3/19/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":144,"Cost":97,"Date":"4/3/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":87,"Cost":76,"Date":"4/5/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":610,"Cost":346,"Date":"4/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":238,"Cost":127,"Date":"7/10/2019"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":807,"Cost":752,"Date":"3/25/2020"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":373,"Cost":307,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":566,"Cost":422,"Date":"10/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":38,"Cost":27,"Date":"3/2/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":6,"Cost":3,"Date":"6/28/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":993,"Cost":508,"Date":"7/17/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":762,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":178,"Cost":141,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":464,"Cost":279,"Date":"11/20/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":720,"Cost":551,"Date":"12/16/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":514,"Cost":369,"Date":"12/30/2021"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":62,"Cost":42,"Date":"2/15/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":373,"Cost":319,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":240,"Cost":151,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":133,"Cost":69,"Date":"4/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":778,"Cost":406,"Date":"7/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":394,"Cost":247,"Date":"8/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":687,"Cost":417,"Date":"10/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":40,"Cost":28,"Date":"11/11/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":75,"Cost":43,"Date":"11/30/2022"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":391,"Cost":237,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":304,"Cost":156,"Date":"3/1/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":338,"Cost":171,"Date":"4/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":169,"Cost":156,"Date":"5/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":921,"Cost":757,"Date":"8/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":811,"Cost":462,"Date":"9/15/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":363,"Cost":256,"Date":"10/14/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":387,"Cost":348,"Date":"10/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":405,"Cost":297,"Date":"11/11/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":363,"Cost":265,"Date":"12/7/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":132,"Cost":117,"Date":"12/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":439,"Cost":260,"Date":"1/6/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":519,"Date":"1/23/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":882,"Cost":707,"Date":"2/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":176,"Cost":98,"Date":"3/10/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":882,"Cost":643,"Date":"3/12/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":572,"Cost":306,"Date":"3/31/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":57,"Cost":39,"Date":"6/16/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":290,"Cost":172,"Date":"6/17/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":275,"Cost":256,"Date":"8/27/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":564,"Cost":526,"Date":"10/1/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":620,"Date":"11/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":562,"Cost":504,"Date":"11/9/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":947,"Cost":757,"Date":"3/27/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":881,"Cost":484,"Date":"4/17/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":486,"Cost":371,"Date":"8/11/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":538,"Cost":348,"Date":"8/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":601,"Cost":413,"Date":"9/2/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":883,"Cost":573,"Date":"9/5/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":64,"Cost":58,"Date":"9/14/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":271,"Cost":177,"Date":"9/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":40,"Cost":37,"Date":"11/20/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":895,"Cost":723,"Date":"12/21/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":340,"Cost":209,"Date":"1/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":900,"Cost":835,"Date":"1/21/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":725,"Cost":403,"Date":"2/9/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":189,"Cost":121,"Date":"3/19/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":392,"Cost":362,"Date":"4/3/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":657,"Cost":497,"Date":"4/5/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":40,"Cost":32,"Date":"4/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":352,"Cost":334,"Date":"7/10/2019"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":624,"Cost":438,"Date":"3/25/2020"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":16,"Cost":12,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":833,"Cost":749,"Date":"10/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":755,"Cost":414,"Date":"3/2/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":990,"Cost":540,"Date":"6/28/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":93,"Cost":67,"Date":"7/17/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":923,"Cost":467,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":822,"Cost":569,"Date":"8/23/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":776,"Cost":534,"Date":"11/20/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":433,"Cost":219,"Date":"12/16/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":256,"Cost":195,"Date":"12/30/2021"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":546,"Cost":428,"Date":"2/15/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":71,"Cost":53,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":182,"Cost":137,"Date":"3/7/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":96,"Cost":78,"Date":"4/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":794,"Cost":745,"Date":"7/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":80,"Cost":70,"Date":"8/18/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":272,"Cost":221,"Date":"10/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":791,"Cost":625,"Date":"11/11/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":984,"Cost":883,"Date":"11/30/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":967,"Cost":906,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":452,"Cost":259,"Date":"3/1/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":925,"Cost":472,"Date":"4/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":628,"Cost":572,"Date":"5/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":610,"Cost":497,"Date":"8/13/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":819,"Cost":704,"Date":"9/15/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":670,"Date":"10/14/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":626,"Cost":545,"Date":"10/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":641,"Cost":414,"Date":"11/11/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":872,"Cost":635,"Date":"12/7/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":878,"Cost":457,"Date":"12/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":538,"Cost":424,"Date":"1/6/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":331,"Cost":243,"Date":"1/23/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":593,"Cost":392,"Date":"2/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":223,"Cost":195,"Date":"3/10/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":846,"Cost":465,"Date":"3/12/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":69,"Cost":61,"Date":"3/31/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":416,"Date":"6/16/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":296,"Cost":279,"Date":"6/17/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":416,"Cost":286,"Date":"8/27/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":926,"Cost":771,"Date":"10/1/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":719,"Cost":419,"Date":"11/4/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":178,"Cost":99,"Date":"11/9/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":963,"Cost":576,"Date":"3/27/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":333,"Cost":200,"Date":"4/17/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":49,"Cost":46,"Date":"8/11/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":894,"Cost":838,"Date":"8/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":711,"Cost":539,"Date":"9/2/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":266,"Cost":201,"Date":"9/5/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":11,"Cost":9,"Date":"9/14/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":244,"Date":"9/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":645,"Cost":460,"Date":"11/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":738,"Cost":392,"Date":"12/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":847,"Cost":517,"Date":"1/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":99,"Cost":52,"Date":"1/21/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":507,"Cost":407,"Date":"2/9/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":609,"Cost":563,"Date":"3/19/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":214,"Cost":150,"Date":"4/3/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":230,"Cost":214,"Date":"4/5/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":790,"Cost":631,"Date":"4/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":728,"Cost":400,"Date":"7/10/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":795,"Cost":643,"Date":"3/25/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":412,"Cost":234,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":565,"Cost":468,"Date":"10/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":215,"Cost":139,"Date":"3/2/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":678,"Date":"6/28/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":432,"Cost":264,"Date":"7/17/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":400,"Cost":201,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":523,"Cost":429,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":61,"Cost":30,"Date":"11/20/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":444,"Cost":366,"Date":"12/16/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":495,"Cost":258,"Date":"12/30/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":335,"Cost":302,"Date":"2/15/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":771,"Cost":458,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":769,"Cost":436,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":761,"Cost":596,"Date":"4/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":533,"Cost":358,"Date":"7/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":11,"Cost":7,"Date":"8/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":742,"Cost":567,"Date":"10/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":264,"Cost":166,"Date":"11/11/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":565,"Cost":357,"Date":"11/30/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":640,"Cost":503,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":275,"Cost":154,"Date":"3/1/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":771,"Cost":412,"Date":"4/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":411,"Cost":283,"Date":"5/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":50,"Cost":36,"Date":"8/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":311,"Cost":235,"Date":"9/15/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":417,"Cost":289,"Date":"10/14/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":822,"Cost":445,"Date":"10/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":998,"Cost":840,"Date":"11/11/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":425,"Cost":385,"Date":"12/7/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":913,"Cost":508,"Date":"12/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":761,"Cost":481,"Date":"1/6/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":679,"Cost":602,"Date":"1/23/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":972,"Cost":774,"Date":"2/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":691,"Cost":418,"Date":"3/10/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":564,"Cost":386,"Date":"3/12/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":137,"Cost":110,"Date":"3/31/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":299,"Cost":182,"Date":"6/16/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":149,"Cost":75,"Date":"6/17/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":826,"Cost":483,"Date":"8/27/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":490,"Cost":253,"Date":"10/1/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":720,"Cost":473,"Date":"11/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":563,"Cost":308,"Date":"11/9/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":670,"Cost":593,"Date":"3/27/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":972,"Cost":714,"Date":"4/17/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":963,"Cost":838,"Date":"8/11/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":715,"Cost":477,"Date":"8/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":9,"Cost":4,"Date":"9/2/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":907,"Cost":542,"Date":"9/5/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":531,"Cost":434,"Date":"9/14/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":604,"Cost":525,"Date":"9/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":31,"Cost":21,"Date":"11/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":414,"Cost":211,"Date":"12/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":782,"Cost":606,"Date":"1/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":470,"Cost":264,"Date":"1/21/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":421,"Cost":221,"Date":"2/9/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":294,"Cost":229,"Date":"3/19/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":573,"Cost":292,"Date":"4/3/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":353,"Cost":196,"Date":"4/5/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":225,"Cost":177,"Date":"4/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":831,"Cost":640,"Date":"7/10/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":339,"Cost":184,"Date":"3/25/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":706,"Cost":391,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":55,"Cost":44,"Date":"10/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":893,"Cost":550,"Date":"3/2/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":127,"Cost":93,"Date":"6/28/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":559,"Cost":346,"Date":"7/17/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":429,"Cost":243,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":871,"Cost":488,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":806,"Cost":708,"Date":"11/20/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":738,"Cost":580,"Date":"12/16/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":34,"Cost":30,"Date":"12/30/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":992,"Cost":562,"Date":"2/15/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":820,"Cost":510,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":207,"Cost":134,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":793,"Cost":416,"Date":"4/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":356,"Cost":312,"Date":"7/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":438,"Cost":302,"Date":"8/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":196,"Cost":142,"Date":"10/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":786,"Cost":545,"Date":"11/11/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":65,"Cost":41,"Date":"11/30/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":252,"Cost":126,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":924,"Cost":512,"Date":"3/1/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":643,"Cost":567,"Date":"4/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":691,"Cost":501,"Date":"5/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":169,"Cost":142,"Date":"8/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":348,"Cost":220,"Date":"9/15/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":344,"Cost":307,"Date":"10/14/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":1000,"Cost":804,"Date":"10/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":565,"Cost":282,"Date":"11/11/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":113,"Cost":106,"Date":"12/7/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":800,"Cost":423,"Date":"12/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":922,"Cost":746,"Date":"1/6/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":29,"Cost":17,"Date":"1/23/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":187,"Cost":129,"Date":"2/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":620,"Cost":423,"Date":"3/10/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":969,"Cost":868,"Date":"3/12/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":584,"Cost":533,"Date":"3/31/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":665,"Cost":467,"Date":"6/16/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":784,"Cost":524,"Date":"6/17/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":551,"Cost":341,"Date":"8/27/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":360,"Cost":330,"Date":"10/1/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":363,"Cost":240,"Date":"11/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":54,"Cost":44,"Date":"11/9/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":859,"Cost":811,"Date":"3/27/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":920,"Cost":631,"Date":"4/17/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":559,"Cost":340,"Date":"8/11/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":953,"Cost":833,"Date":"8/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":407,"Cost":327,"Date":"9/2/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":237,"Cost":174,"Date":"9/5/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":359,"Cost":331,"Date":"9/14/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":693,"Cost":529,"Date":"9/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":996,"Cost":819,"Date":"11/20/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":682,"Cost":343,"Date":"12/21/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":706,"Cost":603,"Date":"1/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":718,"Cost":429,"Date":"1/21/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":441,"Cost":241,"Date":"2/9/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":777,"Cost":685,"Date":"3/19/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":225,"Cost":190,"Date":"4/3/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":391,"Cost":318,"Date":"4/5/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":581,"Cost":508,"Date":"4/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":780,"Cost":614,"Date":"7/10/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":69,"Cost":48,"Date":"3/25/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":34,"Cost":28,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":892,"Cost":497,"Date":"10/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":380,"Cost":302,"Date":"3/2/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":115,"Cost":75,"Date":"6/28/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":478,"Date":"7/17/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":354,"Cost":206,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":548,"Cost":367,"Date":"8/23/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":590,"Cost":360,"Date":"11/20/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":601,"Cost":373,"Date":"12/16/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":394,"Cost":247,"Date":"12/30/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":243,"Cost":145,"Date":"2/15/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":210,"Cost":115,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":219,"Cost":159,"Date":"3/7/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":254,"Cost":159,"Date":"4/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":983,"Cost":876,"Date":"7/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":661,"Cost":355,"Date":"8/18/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":975,"Cost":759,"Date":"10/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":203,"Cost":164,"Date":"11/11/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":711,"Cost":383,"Date":"11/30/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":403,"Cost":212,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":186,"Cost":137,"Date":"3/1/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":679,"Cost":462,"Date":"4/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":174,"Cost":147,"Date":"5/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":25,"Cost":16,"Date":"8/13/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":984,"Cost":598,"Date":"9/15/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":725,"Cost":596,"Date":"10/14/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":412,"Cost":303,"Date":"10/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":388,"Cost":222,"Date":"11/11/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":819,"Cost":741,"Date":"12/7/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":340,"Cost":286,"Date":"12/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":655,"Cost":495,"Date":"1/6/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":30,"Cost":27,"Date":"1/23/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":710,"Cost":459,"Date":"2/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":202,"Cost":173,"Date":"3/10/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":30,"Cost":17,"Date":"3/12/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":732,"Cost":641,"Date":"3/31/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":784,"Cost":517,"Date":"6/16/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":482,"Date":"6/17/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":834,"Cost":552,"Date":"8/27/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":380,"Cost":297,"Date":"10/1/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":800,"Cost":455,"Date":"11/4/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":596,"Cost":349,"Date":"11/9/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":426,"Cost":223,"Date":"3/27/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":661,"Cost":447,"Date":"4/17/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":38,"Cost":20,"Date":"8/11/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":477,"Cost":247,"Date":"8/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":684,"Cost":404,"Date":"9/2/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":9,"Cost":5,"Date":"9/5/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":291,"Cost":172,"Date":"9/14/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":531,"Cost":367,"Date":"9/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":442,"Cost":374,"Date":"11/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":783,"Cost":633,"Date":"12/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":835,"Cost":573,"Date":"1/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":383,"Cost":287,"Date":"1/21/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":877,"Cost":768,"Date":"2/9/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":435,"Cost":308,"Date":"3/19/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":681,"Cost":548,"Date":"4/3/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":315,"Cost":242,"Date":"4/5/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":23,"Cost":14,"Date":"4/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":798,"Cost":427,"Date":"7/10/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":576,"Cost":507,"Date":"3/25/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":504,"Cost":333,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":874,"Cost":567,"Date":"10/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":101,"Cost":55,"Date":"3/2/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":184,"Cost":105,"Date":"6/28/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":59,"Cost":54,"Date":"7/17/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":839,"Cost":700,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":561,"Cost":456,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":166,"Cost":85,"Date":"11/20/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":985,"Cost":657,"Date":"12/16/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":784,"Cost":434,"Date":"12/30/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":347,"Cost":296,"Date":"2/15/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":74,"Cost":46,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":922,"Cost":780,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":309,"Cost":179,"Date":"4/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":536,"Cost":505,"Date":"7/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":325,"Cost":286,"Date":"8/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":506,"Cost":319,"Date":"10/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":280,"Cost":222,"Date":"11/11/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":744,"Cost":452,"Date":"11/30/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":94,"Cost":68,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":770,"Cost":469,"Date":"3/1/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":631,"Cost":372,"Date":"4/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":852,"Cost":493,"Date":"5/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":604,"Cost":450,"Date":"8/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":368,"Cost":188,"Date":"9/15/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":116,"Cost":74,"Date":"10/14/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":625,"Cost":403,"Date":"10/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":722,"Cost":456,"Date":"11/11/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":546,"Cost":291,"Date":"12/7/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":998,"Cost":895,"Date":"12/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":841,"Cost":534,"Date":"1/6/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":617,"Cost":439,"Date":"1/23/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":69,"Cost":43,"Date":"2/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":142,"Cost":101,"Date":"3/10/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":2,"Cost":2,"Date":"3/12/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":720,"Cost":401,"Date":"3/31/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":889,"Cost":674,"Date":"6/16/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":305,"Cost":246,"Date":"6/17/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":113,"Cost":88,"Date":"8/27/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":305,"Cost":171,"Date":"10/1/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":901,"Cost":851,"Date":"11/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":878,"Cost":799,"Date":"11/9/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":295,"Cost":262,"Date":"3/27/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":394,"Cost":316,"Date":"4/17/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":173,"Cost":100,"Date":"8/11/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":52,"Cost":30,"Date":"8/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":908,"Cost":648,"Date":"9/2/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":429,"Cost":392,"Date":"9/5/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":188,"Cost":145,"Date":"9/14/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":353,"Cost":333,"Date":"9/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":99,"Cost":53,"Date":"11/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":870,"Cost":576,"Date":"12/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":130,"Cost":75,"Date":"1/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":480,"Cost":248,"Date":"1/21/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":910,"Cost":625,"Date":"2/9/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":195,"Cost":142,"Date":"3/19/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":576,"Cost":534,"Date":"4/3/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":247,"Cost":227,"Date":"4/5/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":202,"Cost":178,"Date":"4/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":759,"Cost":382,"Date":"7/10/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":734,"Cost":556,"Date":"3/25/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":622,"Cost":390,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":502,"Cost":464,"Date":"10/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":294,"Cost":214,"Date":"3/2/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":989,"Cost":790,"Date":"6/28/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":592,"Cost":503,"Date":"7/17/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":24,"Cost":22,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":906,"Cost":843,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":646,"Cost":326,"Date":"11/20/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":421,"Cost":398,"Date":"12/16/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":535,"Cost":474,"Date":"12/30/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":400,"Cost":271,"Date":"2/15/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":611,"Cost":523,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":93,"Cost":82,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":345,"Cost":289,"Date":"4/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":655,"Cost":538,"Date":"7/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":986,"Cost":906,"Date":"8/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":305,"Cost":248,"Date":"10/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":39,"Cost":25,"Date":"11/11/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":611,"Cost":344,"Date":"11/30/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":115,"Cost":86,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":48,"Cost":27,"Date":"3/1/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":137,"Cost":80,"Date":"4/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":8,"Cost":6,"Date":"5/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":394,"Cost":237,"Date":"8/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":658,"Cost":370,"Date":"9/15/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":93,"Cost":48,"Date":"10/14/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":828,"Cost":702,"Date":"10/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":966,"Cost":636,"Date":"11/11/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":557,"Cost":290,"Date":"12/7/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":865,"Cost":754,"Date":"12/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":740,"Cost":373,"Date":"1/6/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":24,"Cost":16,"Date":"1/23/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":894,"Cost":621,"Date":"2/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":281,"Cost":225,"Date":"3/10/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":84,"Cost":59,"Date":"3/12/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":767,"Cost":482,"Date":"3/31/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":519,"Cost":305,"Date":"6/16/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":507,"Cost":276,"Date":"6/17/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":944,"Cost":757,"Date":"8/27/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":502,"Cost":297,"Date":"10/1/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":72,"Cost":37,"Date":"11/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":869,"Cost":503,"Date":"11/9/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":497,"Cost":309,"Date":"3/27/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":972,"Cost":596,"Date":"4/17/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":585,"Cost":350,"Date":"8/11/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":523,"Cost":326,"Date":"8/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":967,"Cost":509,"Date":"9/2/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":252,"Cost":131,"Date":"9/5/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":670,"Cost":340,"Date":"9/14/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":967,"Cost":727,"Date":"9/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":718,"Cost":377,"Date":"11/20/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":550,"Cost":328,"Date":"12/21/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":664,"Cost":342,"Date":"1/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":741,"Cost":666,"Date":"1/21/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":748,"Cost":575,"Date":"2/9/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":62,"Cost":57,"Date":"3/19/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":130,"Cost":70,"Date":"4/3/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":296,"Cost":160,"Date":"4/5/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":865,"Cost":783,"Date":"4/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":92,"Cost":64,"Date":"7/10/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":934,"Cost":573,"Date":"3/25/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":489,"Cost":324,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":235,"Cost":200,"Date":"10/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":275,"Cost":255,"Date":"3/2/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":516,"Cost":467,"Date":"6/28/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":432,"Cost":369,"Date":"7/17/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":354,"Cost":301,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":29,"Cost":26,"Date":"8/23/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":126,"Cost":105,"Date":"11/20/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":667,"Cost":474,"Date":"12/16/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":927,"Cost":751,"Date":"12/30/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":194,"Cost":166,"Date":"2/15/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":478,"Cost":441,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":603,"Cost":457,"Date":"3/7/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":209,"Cost":187,"Date":"4/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":509,"Cost":354,"Date":"7/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":612,"Cost":316,"Date":"8/18/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":958,"Cost":886,"Date":"10/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":117,"Cost":61,"Date":"11/11/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":812,"Cost":755,"Date":"11/30/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":497,"Cost":467,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":956,"Cost":710,"Date":"3/1/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":749,"Cost":424,"Date":"4/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":50,"Cost":29,"Date":"5/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":64,"Cost":43,"Date":"8/13/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":181,"Cost":135,"Date":"9/15/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":633,"Cost":517,"Date":"10/14/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":511,"Cost":296,"Date":"10/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":836,"Cost":627,"Date":"11/11/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":663,"Cost":443,"Date":"12/7/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":144,"Cost":111,"Date":"12/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":981,"Cost":836,"Date":"1/6/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":844,"Cost":623,"Date":"1/23/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":72,"Cost":47,"Date":"2/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":576,"Cost":309,"Date":"3/10/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":361,"Cost":225,"Date":"3/12/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":299,"Cost":184,"Date":"3/31/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":192,"Cost":100,"Date":"6/16/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":827,"Cost":633,"Date":"6/17/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":714,"Cost":546,"Date":"8/27/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":818,"Cost":725,"Date":"10/1/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":619,"Cost":571,"Date":"11/4/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":304,"Cost":233,"Date":"11/9/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":247,"Date":"3/27/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":661,"Cost":406,"Date":"4/17/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":167,"Cost":130,"Date":"8/11/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":499,"Cost":338,"Date":"8/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":633,"Cost":408,"Date":"9/2/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":59,"Cost":30,"Date":"9/5/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":888,"Cost":773,"Date":"9/14/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":945,"Cost":719,"Date":"9/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":819,"Cost":430,"Date":"11/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":23,"Cost":22,"Date":"12/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":266,"Cost":188,"Date":"1/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":648,"Cost":337,"Date":"1/21/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":62,"Cost":59,"Date":"2/9/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":857,"Cost":748,"Date":"3/19/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":135,"Cost":98,"Date":"4/3/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":196,"Cost":148,"Date":"4/5/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":55,"Cost":31,"Date":"4/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":350,"Cost":178,"Date":"7/10/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":333,"Cost":259,"Date":"3/25/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":15,"Cost":14,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":570,"Cost":300,"Date":"10/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":741,"Cost":495,"Date":"3/2/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":944,"Cost":614,"Date":"6/28/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":930,"Cost":572,"Date":"7/17/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":529,"Cost":499,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":237,"Cost":156,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":184,"Cost":104,"Date":"11/20/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":315,"Cost":178,"Date":"12/16/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":536,"Cost":463,"Date":"12/30/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":215,"Cost":196,"Date":"2/15/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":542,"Cost":409,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":950,"Cost":624,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":891,"Cost":682,"Date":"4/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":659,"Cost":587,"Date":"7/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":302,"Cost":267,"Date":"8/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":959,"Cost":486,"Date":"10/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":468,"Cost":375,"Date":"11/11/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":775,"Cost":529,"Date":"11/30/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":624,"Cost":363,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":24,"Cost":14,"Date":"3/1/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":855,"Cost":793,"Date":"4/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":543,"Cost":375,"Date":"5/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":212,"Cost":188,"Date":"8/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":297,"Cost":184,"Date":"9/15/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":633,"Cost":533,"Date":"10/14/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":66,"Cost":35,"Date":"10/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":441,"Cost":384,"Date":"11/11/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":688,"Cost":458,"Date":"12/7/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":459,"Cost":359,"Date":"12/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":347,"Cost":190,"Date":"1/6/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":84,"Cost":68,"Date":"1/23/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":179,"Cost":94,"Date":"2/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":236,"Cost":199,"Date":"3/10/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":302,"Cost":272,"Date":"3/12/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":811,"Cost":691,"Date":"3/31/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":478,"Cost":390,"Date":"6/16/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":505,"Cost":373,"Date":"6/17/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":36,"Cost":18,"Date":"8/27/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":772,"Cost":582,"Date":"10/1/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":52,"Cost":47,"Date":"11/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":597,"Cost":450,"Date":"11/9/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":351,"Cost":237,"Date":"3/27/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":968,"Cost":893,"Date":"4/17/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":348,"Cost":194,"Date":"8/11/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":431,"Cost":343,"Date":"8/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":800,"Cost":626,"Date":"9/2/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":845,"Cost":498,"Date":"9/5/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":492,"Cost":285,"Date":"9/14/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":312,"Cost":206,"Date":"9/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":507,"Cost":401,"Date":"11/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":392,"Cost":334,"Date":"12/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":686,"Cost":444,"Date":"1/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":321,"Cost":194,"Date":"1/21/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":123,"Cost":103,"Date":"2/9/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":520,"Cost":449,"Date":"3/19/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":366,"Cost":307,"Date":"4/3/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":454,"Cost":242,"Date":"4/5/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":424,"Cost":260,"Date":"4/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":455,"Cost":264,"Date":"7/10/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":134,"Cost":113,"Date":"3/25/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":205,"Cost":150,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":415,"Cost":239,"Date":"10/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":261,"Cost":162,"Date":"3/2/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":902,"Cost":812,"Date":"6/28/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":758,"Cost":492,"Date":"7/17/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":497,"Cost":249,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":947,"Cost":603,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":654,"Cost":502,"Date":"11/20/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":882,"Cost":549,"Date":"12/16/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":870,"Cost":750,"Date":"12/30/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":357,"Cost":269,"Date":"2/15/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":437,"Cost":313,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":571,"Cost":345,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":813,"Cost":727,"Date":"4/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":9,"Cost":7,"Date":"7/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":88,"Cost":48,"Date":"8/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":389,"Cost":210,"Date":"10/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":305,"Cost":234,"Date":"11/11/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":90,"Cost":60,"Date":"11/30/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":354,"Cost":328,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":237,"Cost":127,"Date":"3/1/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":464,"Cost":406,"Date":"4/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":40,"Cost":22,"Date":"5/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":376,"Cost":193,"Date":"8/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":534,"Cost":467,"Date":"9/15/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":557,"Cost":525,"Date":"10/14/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":288,"Cost":176,"Date":"10/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":682,"Cost":494,"Date":"11/11/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":851,"Cost":621,"Date":"12/7/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":262,"Cost":183,"Date":"12/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":537,"Cost":435,"Date":"1/6/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":833,"Cost":665,"Date":"1/23/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":89,"Cost":48,"Date":"2/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":766,"Cost":640,"Date":"3/10/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":791,"Cost":725,"Date":"3/12/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":981,"Cost":698,"Date":"3/31/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":602,"Cost":401,"Date":"6/16/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":318,"Cost":302,"Date":"6/17/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":276,"Cost":187,"Date":"8/27/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":280,"Cost":179,"Date":"10/1/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":616,"Cost":586,"Date":"11/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":739,"Cost":423,"Date":"11/9/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":956,"Cost":753,"Date":"3/27/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":492,"Cost":274,"Date":"4/17/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":275,"Date":"8/11/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":713,"Cost":376,"Date":"8/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":567,"Cost":286,"Date":"9/2/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":815,"Cost":517,"Date":"9/5/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":178,"Cost":139,"Date":"9/14/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":343,"Cost":318,"Date":"9/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":659,"Cost":547,"Date":"11/20/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":817,"Cost":552,"Date":"12/21/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":132,"Cost":67,"Date":"1/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":678,"Cost":401,"Date":"1/21/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":559,"Cost":502,"Date":"2/9/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":208,"Cost":167,"Date":"3/19/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":207,"Cost":128,"Date":"4/3/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":767,"Cost":506,"Date":"4/5/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":652,"Cost":555,"Date":"4/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":445,"Cost":299,"Date":"7/10/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":73,"Cost":53,"Date":"3/25/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":661,"Cost":459,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":847,"Cost":601,"Date":"10/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":482,"Cost":333,"Date":"3/2/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":573,"Cost":287,"Date":"6/28/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":15,"Cost":15,"Date":"7/17/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":280,"Cost":207,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":503,"Cost":287,"Date":"8/23/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":926,"Cost":642,"Date":"11/20/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":366,"Cost":336,"Date":"12/16/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":630,"Cost":598,"Date":"12/30/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":23,"Cost":16,"Date":"2/15/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":667,"Cost":398,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":924,"Cost":508,"Date":"3/7/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":11,"Cost":6,"Date":"4/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":687,"Cost":533,"Date":"7/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":599,"Cost":375,"Date":"8/18/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":399,"Cost":205,"Date":"10/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":532,"Cost":383,"Date":"11/11/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":443,"Cost":358,"Date":"11/30/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":998,"Cost":859,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":393,"Cost":198,"Date":"3/1/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":355,"Cost":269,"Date":"4/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":264,"Cost":189,"Date":"5/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":312,"Cost":279,"Date":"8/13/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":858,"Cost":591,"Date":"9/15/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":259,"Cost":142,"Date":"10/14/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":911,"Cost":689,"Date":"10/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":252,"Cost":228,"Date":"11/11/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":602,"Cost":375,"Date":"12/7/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":234,"Cost":146,"Date":"12/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":789,"Cost":715,"Date":"1/6/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":818,"Cost":705,"Date":"1/23/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":659,"Cost":575,"Date":"2/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":3,"Cost":1,"Date":"3/10/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":924,"Cost":799,"Date":"3/12/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":183,"Cost":135,"Date":"3/31/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":674,"Cost":475,"Date":"6/16/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":136,"Cost":77,"Date":"6/17/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":350,"Cost":247,"Date":"8/27/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":910,"Cost":481,"Date":"10/1/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":13,"Cost":6,"Date":"11/4/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":158,"Cost":144,"Date":"11/9/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":833,"Cost":455,"Date":"3/27/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":215,"Cost":172,"Date":"4/17/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":789,"Cost":496,"Date":"8/11/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":110,"Cost":92,"Date":"8/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":243,"Cost":129,"Date":"9/2/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":949,"Cost":813,"Date":"9/5/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":344,"Cost":271,"Date":"9/14/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":172,"Cost":130,"Date":"9/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":679,"Cost":508,"Date":"11/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":526,"Cost":348,"Date":"12/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":762,"Cost":438,"Date":"1/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":22,"Cost":18,"Date":"1/21/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":74,"Cost":60,"Date":"2/9/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":427,"Cost":357,"Date":"3/19/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":61,"Cost":36,"Date":"4/3/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":465,"Cost":281,"Date":"4/5/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":594,"Cost":364,"Date":"4/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":886,"Cost":470,"Date":"7/10/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":234,"Cost":169,"Date":"3/25/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":524,"Cost":311,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":900,"Cost":670,"Date":"10/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":272,"Cost":185,"Date":"3/2/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":783,"Cost":678,"Date":"6/28/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":623,"Cost":359,"Date":"7/17/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":173,"Cost":154,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":162,"Cost":144,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":92,"Cost":48,"Date":"11/20/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":893,"Cost":545,"Date":"12/16/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":824,"Cost":521,"Date":"12/30/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":825,"Cost":774,"Date":"2/15/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":746,"Cost":379,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":119,"Cost":99,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":934,"Cost":486,"Date":"4/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":192,"Cost":168,"Date":"7/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":989,"Cost":642,"Date":"8/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":519,"Cost":416,"Date":"10/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":678,"Cost":429,"Date":"11/11/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":622,"Cost":390,"Date":"11/30/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":658,"Cost":573,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":892,"Cost":838,"Date":"3/1/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":83,"Cost":77,"Date":"4/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":115,"Cost":102,"Date":"5/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":408,"Cost":323,"Date":"8/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":22,"Cost":20,"Date":"9/15/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":987,"Cost":717,"Date":"10/14/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":589,"Date":"10/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":25,"Cost":13,"Date":"11/11/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":621,"Cost":323,"Date":"12/7/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":458,"Cost":396,"Date":"12/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":417,"Cost":394,"Date":"1/6/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":695,"Cost":389,"Date":"1/23/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":545,"Cost":441,"Date":"2/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":652,"Cost":372,"Date":"3/10/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":727,"Cost":400,"Date":"3/12/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":355,"Cost":334,"Date":"3/31/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":785,"Cost":665,"Date":"6/16/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":778,"Cost":486,"Date":"6/17/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":50,"Cost":25,"Date":"8/27/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":98,"Cost":90,"Date":"10/1/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":8,"Cost":5,"Date":"11/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":283,"Cost":163,"Date":"11/9/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":14,"Cost":10,"Date":"3/27/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":445,"Cost":249,"Date":"4/17/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":64,"Cost":54,"Date":"8/11/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":78,"Cost":71,"Date":"8/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":413,"Cost":340,"Date":"9/2/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":780,"Cost":540,"Date":"9/5/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":581,"Cost":400,"Date":"9/14/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":425,"Cost":229,"Date":"9/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":207,"Cost":193,"Date":"11/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":832,"Cost":512,"Date":"12/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":397,"Cost":199,"Date":"1/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":257,"Cost":215,"Date":"1/21/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":775,"Cost":450,"Date":"2/9/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":479,"Cost":413,"Date":"3/19/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":699,"Cost":623,"Date":"4/3/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":497,"Cost":346,"Date":"4/5/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":651,"Cost":459,"Date":"4/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":546,"Cost":410,"Date":"7/10/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":11,"Cost":7,"Date":"3/25/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":381,"Cost":251,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":134,"Cost":105,"Date":"10/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":74,"Cost":38,"Date":"3/2/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":260,"Cost":198,"Date":"6/28/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":898,"Cost":641,"Date":"7/17/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":384,"Cost":352,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":542,"Cost":376,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":339,"Cost":176,"Date":"11/20/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":62,"Date":"12/16/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":161,"Date":"12/30/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":470,"Cost":287,"Date":"2/15/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":552,"Cost":293,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":109,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":472,"Cost":274,"Date":"4/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":613,"Cost":366,"Date":"7/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":751,"Cost":663,"Date":"8/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":6,"Date":"10/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":442,"Cost":418,"Date":"11/11/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":441,"Cost":400,"Date":"11/30/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":735,"Cost":627,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":928,"Cost":801,"Date":"3/1/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":81,"Cost":63,"Date":"4/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":103,"Cost":52,"Date":"5/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":429,"Cost":291,"Date":"8/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":688,"Cost":484,"Date":"9/15/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":165,"Cost":93,"Date":"10/14/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":260,"Cost":171,"Date":"10/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":427,"Cost":264,"Date":"11/11/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":247,"Cost":165,"Date":"12/7/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":979,"Cost":778,"Date":"12/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":334,"Cost":167,"Date":"1/6/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":525,"Cost":324,"Date":"1/23/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":247,"Cost":180,"Date":"2/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":243,"Cost":158,"Date":"3/10/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":699,"Cost":450,"Date":"3/12/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":127,"Cost":68,"Date":"3/31/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":836,"Cost":589,"Date":"6/16/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":733,"Cost":550,"Date":"6/17/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":800,"Cost":408,"Date":"8/27/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":766,"Cost":446,"Date":"10/1/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":834,"Cost":659,"Date":"11/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":217,"Cost":193,"Date":"11/9/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":227,"Cost":199,"Date":"3/27/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":194,"Cost":145,"Date":"4/17/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":877,"Cost":661,"Date":"8/11/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":531,"Cost":292,"Date":"8/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":978,"Cost":566,"Date":"9/2/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":365,"Cost":233,"Date":"9/5/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":137,"Cost":88,"Date":"9/14/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":174,"Cost":105,"Date":"9/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":576,"Cost":401,"Date":"11/20/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":729,"Cost":647,"Date":"12/21/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":202,"Cost":158,"Date":"1/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":733,"Cost":485,"Date":"1/21/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":551,"Cost":499,"Date":"2/9/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":172,"Cost":138,"Date":"3/19/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":769,"Cost":670,"Date":"4/3/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":601,"Cost":360,"Date":"4/5/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":10,"Cost":8,"Date":"4/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":732,"Cost":484,"Date":"7/10/2019"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":780,"Cost":394,"Date":"3/25/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":98,"Cost":59,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":789,"Cost":476,"Date":"10/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":635,"Cost":555,"Date":"3/2/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":320,"Cost":266,"Date":"6/28/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":432,"Cost":382,"Date":"7/17/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":7,"Cost":3,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":613,"Cost":428,"Date":"8/23/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":279,"Cost":258,"Date":"11/20/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":370,"Cost":332,"Date":"12/16/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":188,"Cost":171,"Date":"12/30/2021"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":969,"Cost":495,"Date":"2/15/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":818,"Cost":584,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":743,"Cost":602,"Date":"3/7/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":638,"Cost":542,"Date":"4/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":740,"Cost":388,"Date":"7/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":831,"Cost":635,"Date":"8/18/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":699,"Cost":650,"Date":"10/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":9,"Cost":5,"Date":"11/11/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":894,"Cost":499,"Date":"11/30/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":160,"Cost":133,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":788,"Cost":596,"Date":"3/1/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":656,"Cost":417,"Date":"4/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":195,"Cost":172,"Date":"5/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":41,"Cost":27,"Date":"8/13/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":771,"Cost":503,"Date":"9/15/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":844,"Cost":733,"Date":"10/14/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":186,"Date":"10/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":233,"Cost":142,"Date":"11/11/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":766,"Cost":599,"Date":"12/7/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":391,"Cost":345,"Date":"12/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":334,"Cost":196,"Date":"1/6/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":688,"Cost":370,"Date":"1/23/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":736,"Cost":587,"Date":"2/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":180,"Cost":126,"Date":"3/10/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":411,"Cost":375,"Date":"3/12/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":548,"Cost":361,"Date":"3/31/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":888,"Cost":717,"Date":"6/16/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":451,"Cost":426,"Date":"6/17/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":33,"Date":"8/27/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":897,"Cost":845,"Date":"10/1/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":966,"Cost":734,"Date":"11/4/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":167,"Cost":94,"Date":"11/9/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":732,"Cost":607,"Date":"3/27/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":911,"Cost":861,"Date":"4/17/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":845,"Cost":626,"Date":"8/11/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":289,"Cost":222,"Date":"8/21/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":834,"Cost":420,"Date":"9/2/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":460,"Cost":404,"Date":"9/5/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":176,"Cost":142,"Date":"9/14/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":750,"Cost":623,"Date":"9/20/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":464,"Cost":438,"Date":"11/20/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":394,"Cost":270,"Date":"12/21/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":429,"Cost":214,"Date":"1/7/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":891,"Cost":540,"Date":"1/21/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":698,"Cost":426,"Date":"2/9/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":137,"Cost":119,"Date":"3/19/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":632,"Cost":534,"Date":"4/3/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":519,"Cost":311,"Date":"4/5/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":496,"Cost":398,"Date":"4/28/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":28,"Cost":14,"Date":"7/10/2019"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":748,"Cost":528,"Date":"3/25/2020"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":16,"Cost":14,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":529,"Cost":349,"Date":"10/28/2020"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":775,"Cost":539,"Date":"3/2/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":221,"Cost":145,"Date":"6/28/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":308,"Cost":270,"Date":"7/17/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":905,"Cost":851,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":971,"Cost":817,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":123,"Cost":100,"Date":"11/20/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":892,"Cost":457,"Date":"12/16/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":819,"Cost":722,"Date":"12/30/2021"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":802,"Cost":434,"Date":"2/15/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":178,"Cost":142,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":220,"Cost":169,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":359,"Cost":195,"Date":"4/18/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":832,"Cost":580,"Date":"7/27/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":338,"Cost":282,"Date":"8/18/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":207,"Cost":128,"Date":"10/31/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":43,"Date":"11/11/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":76,"Cost":65,"Date":"11/30/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":224,"Cost":184,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":267,"Cost":191,"Date":"3/1/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":812,"Cost":714,"Date":"4/13/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":977,"Cost":899,"Date":"5/20/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":823,"Cost":527,"Date":"8/13/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":530,"Cost":292,"Date":"9/15/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":187,"Date":"10/14/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":379,"Cost":311,"Date":"10/28/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":285,"Cost":156,"Date":"11/11/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":158,"Cost":146,"Date":"12/7/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":579,"Cost":523,"Date":"12/21/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":569,"Cost":452,"Date":"1/6/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":531,"Cost":366,"Date":"1/23/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":287,"Cost":152,"Date":"2/4/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":467,"Cost":362,"Date":"3/10/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":118,"Cost":66,"Date":"3/12/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":530,"Cost":278,"Date":"3/31/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":945,"Cost":620,"Date":"6/16/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":582,"Date":"6/17/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":582,"Cost":414,"Date":"8/27/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":462,"Cost":418,"Date":"10/1/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":950,"Cost":574,"Date":"11/4/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":45,"Cost":30,"Date":"11/9/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":642,"Cost":572,"Date":"3/27/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":916,"Cost":534,"Date":"4/17/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":722,"Cost":457,"Date":"8/11/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":929,"Cost":614,"Date":"8/21/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":861,"Cost":513,"Date":"9/2/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":691,"Cost":567,"Date":"9/5/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":595,"Cost":430,"Date":"9/14/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":293,"Cost":203,"Date":"9/20/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":454,"Cost":369,"Date":"11/20/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":375,"Cost":342,"Date":"12/21/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":666,"Cost":387,"Date":"1/7/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":252,"Cost":197,"Date":"1/21/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":47,"Cost":36,"Date":"2/9/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":965,"Cost":883,"Date":"3/19/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":735,"Cost":580,"Date":"4/3/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":775,"Cost":601,"Date":"4/5/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":269,"Cost":160,"Date":"4/28/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":691,"Cost":418,"Date":"7/10/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":757,"Cost":584,"Date":"3/25/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":891,"Cost":803,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":48,"Cost":39,"Date":"10/28/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":978,"Cost":610,"Date":"3/2/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":289,"Cost":168,"Date":"6/28/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":447,"Cost":411,"Date":"7/17/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":232,"Cost":154,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":596,"Cost":349,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":722,"Cost":575,"Date":"11/20/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":767,"Cost":698,"Date":"12/16/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":525,"Cost":486,"Date":"12/30/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":263,"Cost":160,"Date":"2/15/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":487,"Cost":266,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":779,"Cost":542,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":370,"Cost":220,"Date":"4/18/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":959,"Cost":582,"Date":"7/27/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":913,"Cost":760,"Date":"8/18/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":601,"Cost":452,"Date":"10/31/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":375,"Cost":241,"Date":"11/11/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":767,"Cost":406,"Date":"11/30/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":346,"Cost":227,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":665,"Cost":417,"Date":"3/1/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":80,"Cost":63,"Date":"4/13/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":935,"Cost":599,"Date":"5/20/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":588,"Cost":470,"Date":"8/13/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":631,"Cost":412,"Date":"9/15/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":785,"Cost":547,"Date":"10/14/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":842,"Cost":562,"Date":"10/28/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":266,"Cost":151,"Date":"11/11/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":581,"Cost":454,"Date":"12/7/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":452,"Cost":325,"Date":"12/21/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":280,"Cost":157,"Date":"1/6/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":167,"Date":"1/23/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":576,"Cost":296,"Date":"2/4/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":444,"Cost":369,"Date":"3/10/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":970,"Cost":503,"Date":"3/12/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":946,"Cost":580,"Date":"3/31/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":575,"Cost":419,"Date":"6/16/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":305,"Cost":245,"Date":"6/17/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":916,"Cost":704,"Date":"8/27/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":833,"Cost":625,"Date":"10/1/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":103,"Cost":74,"Date":"11/4/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":537,"Cost":291,"Date":"11/9/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":994,"Cost":634,"Date":"3/27/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":367,"Cost":216,"Date":"4/17/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":496,"Cost":382,"Date":"8/11/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":118,"Cost":78,"Date":"8/21/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":444,"Cost":403,"Date":"9/2/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":576,"Cost":339,"Date":"9/5/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":106,"Cost":79,"Date":"9/14/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":819,"Cost":663,"Date":"9/20/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":216,"Cost":180,"Date":"11/20/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":234,"Cost":201,"Date":"12/21/2018"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":901,"Cost":828,"Date":"1/7/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":131,"Cost":92,"Date":"1/21/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":769,"Cost":464,"Date":"2/9/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":255,"Cost":139,"Date":"3/19/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":698,"Cost":473,"Date":"4/3/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":625,"Cost":387,"Date":"4/5/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":351,"Cost":222,"Date":"4/28/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":942,"Cost":725,"Date":"7/10/2019"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":724,"Cost":502,"Date":"3/25/2020"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":79,"Cost":56,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":952,"Cost":867,"Date":"10/28/2020"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":742,"Cost":617,"Date":"3/2/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":1,"Cost":0,"Date":"6/28/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":445,"Cost":359,"Date":"7/17/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":95,"Cost":81,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":490,"Cost":436,"Date":"8/23/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":208,"Cost":168,"Date":"11/20/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":718,"Cost":391,"Date":"12/16/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":239,"Cost":194,"Date":"12/30/2021"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":138,"Cost":92,"Date":"2/15/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":551,"Cost":485,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":731,"Cost":687,"Date":"3/7/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":332,"Cost":278,"Date":"4/18/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":705,"Cost":550,"Date":"7/27/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":113,"Cost":81,"Date":"8/18/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":596,"Cost":417,"Date":"10/31/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":160,"Cost":107,"Date":"11/11/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":908,"Cost":520,"Date":"11/30/2022"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":812,"Cost":669,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":462,"Cost":312,"Date":"3/1/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":643,"Cost":416,"Date":"4/13/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":587,"Cost":496,"Date":"5/20/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":430,"Cost":224,"Date":"8/13/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":657,"Cost":386,"Date":"9/15/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":888,"Cost":788,"Date":"10/14/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":369,"Cost":311,"Date":"10/28/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":25,"Cost":23,"Date":"11/11/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":23,"Cost":20,"Date":"12/7/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":276,"Cost":221,"Date":"12/21/2023"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":117,"Date":"1/6/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":415,"Cost":333,"Date":"1/23/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":921,"Cost":693,"Date":"2/4/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":953,"Cost":626,"Date":"3/10/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":673,"Cost":397,"Date":"3/12/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":104,"Cost":83,"Date":"3/31/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":102,"Cost":64,"Date":"6/16/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":713,"Cost":630,"Date":"6/17/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":629,"Date":"8/27/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":861,"Cost":711,"Date":"10/1/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":392,"Cost":244,"Date":"11/4/2024"},{"Store":"De Passage, The Hague","Brand":"Nova","Country":"Netherlands","Sale":863,"Cost":693,"Date":"11/9/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":51,"Cost":43,"Date":"3/27/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":79,"Cost":52,"Date":"4/17/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":842,"Cost":608,"Date":"8/11/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":958,"Cost":509,"Date":"8/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":415,"Cost":247,"Date":"9/2/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":804,"Cost":555,"Date":"9/5/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":959,"Cost":503,"Date":"9/14/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":836,"Cost":585,"Date":"9/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":242,"Cost":121,"Date":"11/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":414,"Cost":250,"Date":"12/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":44,"Date":"1/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":870,"Cost":707,"Date":"1/21/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":841,"Cost":474,"Date":"2/9/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":237,"Cost":192,"Date":"3/19/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":400,"Cost":325,"Date":"4/3/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":342,"Cost":183,"Date":"4/5/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":827,"Cost":771,"Date":"4/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":346,"Cost":211,"Date":"7/10/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":946,"Cost":789,"Date":"3/25/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":163,"Cost":130,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":10,"Cost":9,"Date":"10/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":747,"Cost":624,"Date":"3/2/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":244,"Cost":212,"Date":"6/28/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":878,"Cost":461,"Date":"7/17/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":44,"Cost":41,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":43,"Cost":33,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":81,"Cost":57,"Date":"11/20/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":774,"Cost":471,"Date":"12/16/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":252,"Cost":190,"Date":"12/30/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":118,"Cost":103,"Date":"2/15/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":799,"Cost":421,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":433,"Cost":333,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":616,"Cost":381,"Date":"4/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":7,"Cost":5,"Date":"7/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":352,"Cost":282,"Date":"8/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":149,"Cost":140,"Date":"10/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":66,"Cost":34,"Date":"11/11/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":187,"Cost":102,"Date":"11/30/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":664,"Cost":516,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":492,"Cost":399,"Date":"3/1/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":40,"Cost":25,"Date":"4/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":860,"Cost":739,"Date":"5/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":56,"Date":"8/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":997,"Cost":694,"Date":"9/15/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":954,"Cost":622,"Date":"10/14/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":479,"Cost":292,"Date":"10/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":228,"Cost":141,"Date":"11/11/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":808,"Cost":746,"Date":"12/7/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":762,"Cost":522,"Date":"12/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":558,"Cost":516,"Date":"1/6/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":731,"Cost":564,"Date":"1/23/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":920,"Cost":553,"Date":"2/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":50,"Cost":31,"Date":"3/10/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":216,"Cost":142,"Date":"3/12/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":229,"Cost":182,"Date":"3/31/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":1,"Cost":0,"Date":"6/16/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":867,"Cost":641,"Date":"6/17/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":622,"Cost":314,"Date":"8/27/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":786,"Cost":714,"Date":"10/1/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":42,"Cost":34,"Date":"11/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":542,"Cost":375,"Date":"11/9/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":17,"Cost":16,"Date":"3/27/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":441,"Cost":238,"Date":"4/17/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":943,"Cost":634,"Date":"8/11/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":965,"Cost":881,"Date":"8/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":268,"Cost":186,"Date":"9/2/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":359,"Cost":311,"Date":"9/5/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":763,"Cost":538,"Date":"9/14/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":956,"Cost":669,"Date":"9/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":213,"Cost":183,"Date":"11/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":205,"Cost":142,"Date":"12/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":976,"Cost":810,"Date":"1/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":799,"Cost":618,"Date":"1/21/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":691,"Cost":628,"Date":"2/9/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":764,"Cost":610,"Date":"3/19/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":490,"Cost":454,"Date":"4/3/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":515,"Cost":347,"Date":"4/5/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":320,"Cost":182,"Date":"4/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":987,"Cost":575,"Date":"7/10/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":585,"Cost":553,"Date":"3/25/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":491,"Cost":376,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":560,"Cost":435,"Date":"10/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":688,"Cost":583,"Date":"3/2/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":867,"Cost":499,"Date":"6/28/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":682,"Cost":464,"Date":"7/17/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":824,"Cost":636,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":271,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":667,"Cost":378,"Date":"11/20/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":835,"Cost":469,"Date":"12/16/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":396,"Cost":313,"Date":"12/30/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":175,"Cost":116,"Date":"2/15/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":520,"Cost":324,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":925,"Cost":781,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":829,"Cost":714,"Date":"4/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":756,"Cost":706,"Date":"7/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":489,"Cost":377,"Date":"8/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":761,"Cost":569,"Date":"10/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":697,"Cost":449,"Date":"11/11/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":712,"Cost":498,"Date":"11/30/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":419,"Cost":319,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":197,"Cost":165,"Date":"3/1/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":162,"Cost":132,"Date":"4/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":349,"Cost":206,"Date":"5/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":338,"Cost":316,"Date":"8/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":189,"Cost":113,"Date":"9/15/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":973,"Cost":602,"Date":"10/14/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":371,"Cost":235,"Date":"10/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":296,"Cost":277,"Date":"11/11/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":359,"Cost":217,"Date":"12/7/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":290,"Cost":156,"Date":"12/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":563,"Cost":385,"Date":"1/6/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":702,"Cost":520,"Date":"1/23/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":402,"Cost":330,"Date":"2/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":172,"Cost":119,"Date":"3/10/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":217,"Cost":160,"Date":"3/12/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":469,"Cost":274,"Date":"3/31/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":419,"Cost":228,"Date":"6/16/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":944,"Cost":818,"Date":"6/17/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":340,"Cost":260,"Date":"8/27/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":427,"Cost":269,"Date":"10/1/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":253,"Cost":133,"Date":"11/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":31,"Cost":20,"Date":"11/9/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":299,"Cost":160,"Date":"3/27/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":116,"Cost":88,"Date":"4/17/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":726,"Cost":516,"Date":"8/11/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":853,"Cost":457,"Date":"8/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":90,"Date":"9/2/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":994,"Cost":726,"Date":"9/5/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":440,"Cost":269,"Date":"9/14/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":934,"Cost":640,"Date":"9/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":953,"Cost":533,"Date":"11/20/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":491,"Cost":253,"Date":"12/21/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":414,"Cost":348,"Date":"1/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":356,"Cost":311,"Date":"1/21/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":20,"Cost":16,"Date":"2/9/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":478,"Cost":422,"Date":"3/19/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":737,"Cost":683,"Date":"4/3/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":107,"Cost":71,"Date":"4/5/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":247,"Cost":228,"Date":"4/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":240,"Cost":180,"Date":"7/10/2019"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":34,"Cost":33,"Date":"3/25/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":921,"Cost":601,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":513,"Cost":315,"Date":"10/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":907,"Cost":841,"Date":"3/2/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":342,"Cost":311,"Date":"6/28/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":657,"Cost":422,"Date":"7/17/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":467,"Cost":339,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":916,"Cost":747,"Date":"8/23/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":164,"Cost":127,"Date":"11/20/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":756,"Cost":568,"Date":"12/16/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":250,"Cost":221,"Date":"12/30/2021"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":932,"Cost":883,"Date":"2/15/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":664,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":739,"Cost":474,"Date":"3/7/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":340,"Cost":212,"Date":"4/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":976,"Cost":522,"Date":"7/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":499,"Cost":305,"Date":"8/18/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":550,"Cost":300,"Date":"10/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":434,"Cost":222,"Date":"11/11/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":452,"Cost":398,"Date":"11/30/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":367,"Cost":320,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":407,"Cost":215,"Date":"3/1/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":867,"Cost":622,"Date":"4/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":449,"Cost":280,"Date":"5/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":107,"Cost":75,"Date":"8/13/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":185,"Cost":128,"Date":"9/15/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":237,"Cost":148,"Date":"10/14/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":341,"Cost":270,"Date":"10/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":930,"Cost":731,"Date":"11/11/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":539,"Cost":405,"Date":"12/7/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":873,"Cost":769,"Date":"12/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":965,"Cost":624,"Date":"1/6/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":960,"Cost":589,"Date":"1/23/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":62,"Cost":48,"Date":"2/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":508,"Cost":336,"Date":"3/10/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":583,"Cost":360,"Date":"3/12/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":813,"Cost":484,"Date":"3/31/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":406,"Cost":305,"Date":"6/16/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":585,"Cost":438,"Date":"6/17/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":732,"Cost":454,"Date":"8/27/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":208,"Cost":184,"Date":"10/1/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":871,"Cost":716,"Date":"11/4/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Nova","Country":"Netherlands","Sale":935,"Cost":877,"Date":"11/9/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":125,"Cost":83,"Date":"3/27/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":491,"Cost":453,"Date":"4/17/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":146,"Cost":88,"Date":"8/11/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":562,"Cost":360,"Date":"8/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":758,"Cost":581,"Date":"9/2/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":8,"Cost":7,"Date":"9/5/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":481,"Cost":373,"Date":"9/14/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":160,"Cost":104,"Date":"9/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":528,"Cost":444,"Date":"11/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":667,"Cost":604,"Date":"12/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":916,"Cost":592,"Date":"1/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":880,"Cost":567,"Date":"1/21/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":96,"Cost":59,"Date":"2/9/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":689,"Cost":596,"Date":"3/19/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":562,"Cost":530,"Date":"4/3/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":685,"Cost":568,"Date":"4/5/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":942,"Cost":829,"Date":"4/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":181,"Cost":136,"Date":"7/10/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":797,"Cost":711,"Date":"3/25/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":933,"Cost":725,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":436,"Cost":391,"Date":"10/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":743,"Cost":539,"Date":"3/2/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":326,"Cost":170,"Date":"6/28/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":57,"Cost":53,"Date":"7/17/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":499,"Cost":284,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":12,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":656,"Cost":363,"Date":"11/20/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":511,"Cost":453,"Date":"12/16/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":424,"Cost":345,"Date":"12/30/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":37,"Cost":28,"Date":"2/15/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":844,"Cost":611,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":687,"Cost":517,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":159,"Cost":88,"Date":"4/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":424,"Cost":228,"Date":"7/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":721,"Cost":410,"Date":"8/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":196,"Cost":108,"Date":"10/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":929,"Cost":572,"Date":"11/11/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":96,"Cost":79,"Date":"11/30/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":168,"Cost":105,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":300,"Cost":208,"Date":"3/1/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":127,"Cost":78,"Date":"4/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":448,"Cost":406,"Date":"5/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":627,"Cost":476,"Date":"8/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":16,"Cost":8,"Date":"9/15/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":663,"Cost":521,"Date":"10/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":203,"Cost":189,"Date":"10/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":136,"Cost":89,"Date":"11/11/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":667,"Cost":515,"Date":"12/7/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":235,"Cost":223,"Date":"12/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":715,"Cost":677,"Date":"1/6/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":236,"Cost":169,"Date":"1/23/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":302,"Cost":284,"Date":"2/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":904,"Cost":775,"Date":"3/10/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":411,"Cost":267,"Date":"3/12/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":544,"Cost":295,"Date":"3/31/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":443,"Cost":407,"Date":"6/16/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":948,"Cost":653,"Date":"6/17/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":185,"Cost":157,"Date":"8/27/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":580,"Cost":530,"Date":"10/1/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":721,"Cost":522,"Date":"11/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":534,"Cost":344,"Date":"11/9/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":908,"Cost":616,"Date":"3/27/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":919,"Cost":468,"Date":"4/17/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":471,"Cost":378,"Date":"8/11/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":145,"Cost":114,"Date":"8/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":54,"Cost":50,"Date":"9/2/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":42,"Date":"9/5/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":35,"Cost":27,"Date":"9/14/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":256,"Cost":132,"Date":"9/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":321,"Cost":217,"Date":"11/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":906,"Cost":703,"Date":"12/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":428,"Cost":229,"Date":"1/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":56,"Cost":48,"Date":"1/21/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":211,"Cost":116,"Date":"2/9/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":38,"Cost":35,"Date":"3/19/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":805,"Cost":476,"Date":"4/3/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":114,"Cost":108,"Date":"4/5/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":880,"Cost":515,"Date":"4/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":248,"Cost":150,"Date":"7/10/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":510,"Cost":419,"Date":"3/25/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":510,"Cost":314,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":54,"Cost":50,"Date":"10/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":216,"Cost":161,"Date":"3/2/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":511,"Date":"6/28/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":690,"Cost":365,"Date":"7/17/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":306,"Cost":172,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":802,"Cost":498,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":536,"Cost":310,"Date":"11/20/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":556,"Cost":452,"Date":"12/16/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":930,"Cost":807,"Date":"12/30/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":978,"Cost":885,"Date":"2/15/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":420,"Cost":300,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":687,"Cost":545,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":322,"Cost":282,"Date":"4/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":836,"Cost":646,"Date":"7/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":220,"Cost":173,"Date":"8/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":913,"Cost":761,"Date":"10/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":341,"Cost":175,"Date":"11/11/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":433,"Cost":312,"Date":"11/30/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":364,"Cost":287,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":514,"Cost":323,"Date":"3/1/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":210,"Cost":180,"Date":"4/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":846,"Cost":512,"Date":"5/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":659,"Cost":369,"Date":"8/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":264,"Cost":242,"Date":"9/15/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":443,"Cost":402,"Date":"10/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":455,"Cost":385,"Date":"10/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":656,"Cost":396,"Date":"11/11/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":346,"Cost":298,"Date":"12/7/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":200,"Cost":114,"Date":"12/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":40,"Cost":20,"Date":"1/6/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":330,"Cost":219,"Date":"1/23/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":292,"Cost":204,"Date":"2/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":162,"Cost":119,"Date":"3/10/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":778,"Cost":693,"Date":"3/12/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":253,"Cost":239,"Date":"3/31/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":176,"Cost":126,"Date":"6/16/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":97,"Cost":57,"Date":"6/17/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":414,"Cost":279,"Date":"8/27/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":417,"Cost":366,"Date":"10/1/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":538,"Cost":376,"Date":"11/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":759,"Cost":464,"Date":"11/9/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":943,"Cost":826,"Date":"3/27/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":352,"Cost":269,"Date":"4/17/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":36,"Cost":26,"Date":"8/11/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":886,"Cost":546,"Date":"8/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":457,"Cost":270,"Date":"9/2/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":687,"Cost":585,"Date":"9/5/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":948,"Cost":684,"Date":"9/14/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":544,"Cost":455,"Date":"9/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":685,"Cost":569,"Date":"11/20/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":404,"Cost":322,"Date":"12/21/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":370,"Cost":302,"Date":"1/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":484,"Cost":403,"Date":"1/21/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":57,"Cost":39,"Date":"2/9/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":333,"Cost":269,"Date":"3/19/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":682,"Cost":450,"Date":"4/3/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":874,"Cost":790,"Date":"4/5/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":145,"Cost":124,"Date":"4/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":230,"Cost":191,"Date":"7/10/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":631,"Cost":584,"Date":"3/25/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":150,"Cost":98,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":307,"Cost":209,"Date":"10/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":605,"Cost":490,"Date":"3/2/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":836,"Cost":500,"Date":"6/28/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":13,"Cost":8,"Date":"7/17/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":96,"Cost":63,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":709,"Cost":496,"Date":"8/23/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":52,"Date":"11/20/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":11,"Cost":8,"Date":"12/16/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":109,"Cost":90,"Date":"12/30/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":657,"Cost":485,"Date":"2/15/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":17,"Cost":11,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":150,"Cost":117,"Date":"3/7/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":105,"Cost":73,"Date":"4/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":157,"Cost":136,"Date":"7/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":168,"Cost":112,"Date":"8/18/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":41,"Cost":39,"Date":"10/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":468,"Cost":294,"Date":"11/11/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":782,"Cost":506,"Date":"11/30/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":225,"Cost":124,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":354,"Cost":255,"Date":"3/1/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":785,"Cost":401,"Date":"4/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":640,"Cost":566,"Date":"5/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":583,"Cost":334,"Date":"8/13/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":35,"Cost":33,"Date":"9/15/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":70,"Cost":39,"Date":"10/14/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":357,"Cost":206,"Date":"10/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":165,"Cost":139,"Date":"11/11/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":641,"Cost":471,"Date":"12/7/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":705,"Cost":433,"Date":"12/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":680,"Cost":454,"Date":"1/6/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":158,"Cost":128,"Date":"1/23/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":80,"Cost":52,"Date":"2/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":926,"Cost":465,"Date":"3/10/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":890,"Cost":700,"Date":"3/12/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":55,"Cost":37,"Date":"3/31/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":810,"Cost":564,"Date":"6/16/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":922,"Cost":606,"Date":"6/17/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":279,"Cost":239,"Date":"8/27/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":556,"Cost":352,"Date":"10/1/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":47,"Cost":40,"Date":"11/4/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM","Country":"Netherlands","Sale":180,"Cost":111,"Date":"11/9/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":743,"Cost":495,"Date":"3/27/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":114,"Cost":99,"Date":"4/17/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":749,"Cost":549,"Date":"8/11/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":1,"Cost":0,"Date":"8/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":177,"Cost":89,"Date":"9/2/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":144,"Cost":134,"Date":"9/5/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":137,"Cost":70,"Date":"9/14/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":915,"Cost":471,"Date":"9/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":203,"Cost":118,"Date":"11/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":199,"Cost":108,"Date":"12/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":452,"Cost":424,"Date":"1/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":877,"Cost":561,"Date":"1/21/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":79,"Cost":60,"Date":"2/9/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":878,"Cost":459,"Date":"3/19/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":117,"Cost":76,"Date":"4/3/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":692,"Cost":361,"Date":"4/5/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":100,"Cost":77,"Date":"4/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":66,"Cost":61,"Date":"7/10/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":403,"Cost":217,"Date":"3/25/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":90,"Cost":54,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":907,"Cost":481,"Date":"10/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":389,"Cost":258,"Date":"3/2/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":942,"Cost":777,"Date":"6/28/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":877,"Cost":709,"Date":"7/17/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":540,"Cost":363,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":70,"Cost":55,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":203,"Cost":165,"Date":"11/20/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":692,"Cost":484,"Date":"12/16/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":844,"Cost":606,"Date":"12/30/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":176,"Cost":99,"Date":"2/15/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":888,"Cost":786,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":660,"Cost":332,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":419,"Cost":225,"Date":"4/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":800,"Cost":656,"Date":"7/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":441,"Cost":273,"Date":"8/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":49,"Cost":26,"Date":"10/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":494,"Cost":414,"Date":"11/11/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":68,"Cost":41,"Date":"11/30/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":538,"Cost":495,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":937,"Cost":744,"Date":"3/1/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":995,"Cost":804,"Date":"4/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":915,"Cost":596,"Date":"5/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":471,"Cost":262,"Date":"8/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":143,"Cost":128,"Date":"9/15/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":383,"Cost":355,"Date":"10/14/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":792,"Cost":713,"Date":"10/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":687,"Cost":501,"Date":"11/11/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":975,"Cost":822,"Date":"12/7/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":334,"Cost":182,"Date":"12/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":558,"Cost":309,"Date":"1/6/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":283,"Cost":151,"Date":"1/23/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":905,"Cost":804,"Date":"2/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":38,"Cost":31,"Date":"3/10/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":144,"Cost":134,"Date":"3/12/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":467,"Cost":234,"Date":"3/31/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":681,"Cost":477,"Date":"6/16/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":714,"Cost":528,"Date":"6/17/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":69,"Cost":47,"Date":"8/27/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":122,"Cost":76,"Date":"10/1/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":282,"Cost":176,"Date":"11/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM Home","Country":"Netherlands","Sale":808,"Cost":585,"Date":"11/9/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":104,"Cost":84,"Date":"3/27/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":924,"Cost":552,"Date":"4/17/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":101,"Cost":51,"Date":"8/11/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":669,"Cost":608,"Date":"8/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":880,"Cost":813,"Date":"9/2/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":504,"Cost":282,"Date":"9/5/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":448,"Cost":275,"Date":"9/14/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":881,"Cost":469,"Date":"9/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":701,"Cost":433,"Date":"11/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":637,"Cost":344,"Date":"12/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":801,"Cost":703,"Date":"1/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":862,"Cost":721,"Date":"1/21/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":527,"Cost":495,"Date":"2/9/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":938,"Cost":704,"Date":"3/19/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":172,"Cost":87,"Date":"4/3/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":969,"Cost":727,"Date":"4/5/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":8,"Cost":5,"Date":"4/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":667,"Cost":611,"Date":"7/10/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":480,"Cost":388,"Date":"3/25/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":695,"Cost":409,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":681,"Cost":409,"Date":"10/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":134,"Cost":122,"Date":"3/2/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":129,"Cost":101,"Date":"6/28/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":78,"Cost":51,"Date":"7/17/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":90,"Cost":64,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":995,"Cost":627,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":930,"Cost":472,"Date":"11/20/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":930,"Cost":824,"Date":"12/16/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":824,"Cost":635,"Date":"12/30/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":5,"Cost":5,"Date":"2/15/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":113,"Cost":98,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":415,"Cost":255,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":463,"Cost":292,"Date":"4/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":850,"Cost":650,"Date":"7/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":147,"Cost":96,"Date":"8/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":514,"Cost":305,"Date":"10/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":560,"Cost":314,"Date":"11/11/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":759,"Cost":513,"Date":"11/30/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":965,"Cost":755,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":506,"Cost":376,"Date":"3/1/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":412,"Cost":304,"Date":"4/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":869,"Cost":597,"Date":"5/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":369,"Cost":238,"Date":"8/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":314,"Cost":277,"Date":"9/15/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":651,"Cost":551,"Date":"10/14/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":649,"Cost":474,"Date":"10/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":794,"Cost":461,"Date":"11/11/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":63,"Cost":46,"Date":"12/7/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":67,"Cost":60,"Date":"12/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":636,"Cost":465,"Date":"1/6/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":534,"Cost":487,"Date":"1/23/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":499,"Cost":432,"Date":"2/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":644,"Cost":566,"Date":"3/10/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":357,"Cost":246,"Date":"3/12/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":408,"Cost":324,"Date":"3/31/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":705,"Cost":398,"Date":"6/16/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":577,"Cost":409,"Date":"6/17/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":45,"Date":"8/27/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":89,"Cost":62,"Date":"10/1/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":132,"Cost":73,"Date":"11/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"HM","Country":"Netherlands","Sale":703,"Cost":421,"Date":"11/9/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":125,"Cost":84,"Date":"3/27/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":646,"Cost":458,"Date":"4/17/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":220,"Cost":170,"Date":"8/11/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":469,"Cost":412,"Date":"8/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":15,"Cost":10,"Date":"9/2/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":26,"Cost":18,"Date":"9/5/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":429,"Cost":221,"Date":"9/14/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":929,"Cost":660,"Date":"9/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":856,"Cost":802,"Date":"11/20/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":763,"Cost":699,"Date":"12/21/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":448,"Cost":262,"Date":"1/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":315,"Cost":183,"Date":"1/21/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":511,"Cost":470,"Date":"2/9/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":391,"Cost":313,"Date":"3/19/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":398,"Cost":294,"Date":"4/3/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":471,"Cost":398,"Date":"4/5/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":160,"Cost":87,"Date":"4/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":674,"Cost":386,"Date":"7/10/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":979,"Cost":825,"Date":"3/25/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":515,"Cost":440,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":328,"Cost":257,"Date":"10/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":868,"Cost":659,"Date":"3/2/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":479,"Cost":314,"Date":"6/28/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":206,"Cost":183,"Date":"7/17/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":688,"Cost":619,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":461,"Cost":237,"Date":"8/23/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":336,"Cost":312,"Date":"11/20/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":304,"Cost":173,"Date":"12/16/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":880,"Cost":566,"Date":"12/30/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":901,"Cost":502,"Date":"2/15/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":203,"Cost":104,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":658,"Cost":501,"Date":"3/7/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":128,"Cost":64,"Date":"4/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":648,"Cost":533,"Date":"7/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":616,"Cost":553,"Date":"8/18/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":918,"Cost":695,"Date":"10/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":481,"Cost":371,"Date":"11/11/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":38,"Cost":36,"Date":"11/30/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":4,"Cost":3,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":647,"Cost":607,"Date":"3/1/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":132,"Cost":99,"Date":"4/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":670,"Cost":593,"Date":"5/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":978,"Cost":828,"Date":"8/13/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":827,"Cost":674,"Date":"9/15/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":937,"Cost":721,"Date":"10/14/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":340,"Cost":257,"Date":"10/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":5,"Cost":4,"Date":"11/11/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":199,"Cost":147,"Date":"12/7/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":662,"Cost":438,"Date":"12/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":780,"Cost":565,"Date":"1/6/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":807,"Cost":457,"Date":"1/23/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":875,"Cost":660,"Date":"2/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":218,"Cost":149,"Date":"3/10/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":33,"Cost":17,"Date":"3/12/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":805,"Cost":712,"Date":"3/31/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":212,"Cost":132,"Date":"6/16/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":260,"Cost":207,"Date":"6/17/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":920,"Cost":565,"Date":"8/27/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":456,"Cost":418,"Date":"10/1/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":47,"Cost":32,"Date":"11/4/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":117,"Cost":70,"Date":"11/9/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":66,"Cost":52,"Date":"3/27/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":923,"Cost":600,"Date":"4/17/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":92,"Cost":69,"Date":"8/11/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":579,"Cost":354,"Date":"8/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":851,"Cost":646,"Date":"9/2/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":638,"Cost":563,"Date":"9/5/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":951,"Cost":757,"Date":"9/14/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":139,"Cost":128,"Date":"9/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":19,"Cost":16,"Date":"11/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":765,"Cost":587,"Date":"12/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":193,"Cost":113,"Date":"1/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":373,"Cost":347,"Date":"1/21/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":357,"Cost":333,"Date":"2/9/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":241,"Cost":178,"Date":"3/19/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":21,"Cost":19,"Date":"4/3/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":950,"Cost":553,"Date":"4/5/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":243,"Cost":139,"Date":"4/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":428,"Cost":249,"Date":"7/10/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":77,"Cost":51,"Date":"3/25/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":300,"Cost":218,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":659,"Cost":599,"Date":"10/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":306,"Cost":169,"Date":"3/2/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":5,"Cost":3,"Date":"6/28/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":420,"Cost":243,"Date":"7/17/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":17,"Cost":8,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":982,"Cost":835,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":789,"Cost":671,"Date":"11/20/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":191,"Cost":171,"Date":"12/16/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":887,"Cost":636,"Date":"12/30/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":345,"Cost":184,"Date":"2/15/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":156,"Cost":104,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":28,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":159,"Date":"4/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":314,"Cost":185,"Date":"7/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":843,"Cost":771,"Date":"8/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":139,"Date":"10/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":383,"Cost":241,"Date":"11/11/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":130,"Cost":77,"Date":"11/30/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":782,"Cost":548,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":971,"Cost":619,"Date":"3/1/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":522,"Cost":355,"Date":"4/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":643,"Cost":547,"Date":"5/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":595,"Cost":561,"Date":"8/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":295,"Cost":194,"Date":"9/15/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":988,"Cost":717,"Date":"10/14/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":758,"Cost":504,"Date":"10/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":566,"Cost":405,"Date":"11/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":754,"Cost":404,"Date":"12/7/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":686,"Cost":598,"Date":"12/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":145,"Cost":74,"Date":"1/6/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":545,"Cost":337,"Date":"1/23/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":345,"Cost":267,"Date":"2/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":497,"Cost":343,"Date":"3/10/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":29,"Cost":28,"Date":"3/12/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":183,"Cost":161,"Date":"3/31/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":240,"Cost":150,"Date":"6/16/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":680,"Cost":588,"Date":"6/17/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":826,"Cost":559,"Date":"8/27/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":891,"Cost":826,"Date":"10/1/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":250,"Cost":161,"Date":"11/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":279,"Cost":170,"Date":"11/9/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":592,"Cost":434,"Date":"3/27/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":534,"Cost":436,"Date":"4/17/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":119,"Cost":110,"Date":"8/11/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":977,"Cost":762,"Date":"8/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":310,"Cost":274,"Date":"9/2/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":115,"Cost":78,"Date":"9/5/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":261,"Cost":190,"Date":"9/14/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":841,"Cost":637,"Date":"9/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":171,"Cost":137,"Date":"11/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":406,"Cost":336,"Date":"12/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":579,"Cost":301,"Date":"1/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":546,"Cost":288,"Date":"1/21/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":281,"Cost":156,"Date":"2/9/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":806,"Cost":445,"Date":"3/19/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":865,"Cost":581,"Date":"4/3/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":627,"Cost":418,"Date":"4/5/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":418,"Cost":373,"Date":"4/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":802,"Cost":588,"Date":"7/10/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":725,"Cost":484,"Date":"3/25/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":533,"Cost":317,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":617,"Cost":454,"Date":"10/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":317,"Cost":166,"Date":"3/2/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":663,"Cost":581,"Date":"6/28/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":966,"Cost":726,"Date":"7/17/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":687,"Cost":397,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":299,"Cost":222,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":749,"Cost":432,"Date":"11/20/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":337,"Cost":293,"Date":"12/16/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":778,"Cost":517,"Date":"12/30/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":584,"Cost":374,"Date":"2/15/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":620,"Cost":546,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":269,"Cost":237,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":884,"Cost":600,"Date":"4/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":702,"Cost":414,"Date":"7/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":657,"Cost":549,"Date":"8/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":417,"Cost":384,"Date":"10/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":13,"Cost":10,"Date":"11/11/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":809,"Cost":672,"Date":"11/30/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":759,"Cost":591,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":626,"Cost":404,"Date":"3/1/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":476,"Cost":443,"Date":"4/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":507,"Cost":330,"Date":"5/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":609,"Cost":536,"Date":"8/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":701,"Cost":630,"Date":"9/15/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":760,"Cost":471,"Date":"10/14/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":758,"Cost":686,"Date":"10/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":996,"Cost":913,"Date":"11/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":247,"Cost":217,"Date":"12/7/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":596,"Cost":520,"Date":"12/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":602,"Cost":331,"Date":"1/6/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":347,"Cost":229,"Date":"1/23/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":392,"Cost":318,"Date":"2/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":819,"Cost":519,"Date":"3/10/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":718,"Cost":424,"Date":"3/12/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":753,"Cost":577,"Date":"3/31/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":201,"Cost":111,"Date":"6/16/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":157,"Cost":116,"Date":"6/17/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":791,"Cost":689,"Date":"8/27/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":715,"Cost":410,"Date":"10/1/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":326,"Cost":304,"Date":"11/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":733,"Cost":482,"Date":"11/9/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":628,"Date":"3/27/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":18,"Cost":10,"Date":"4/17/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":956,"Cost":838,"Date":"8/11/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":791,"Cost":450,"Date":"8/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":357,"Cost":228,"Date":"9/2/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":509,"Cost":386,"Date":"9/5/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":878,"Cost":701,"Date":"9/14/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":262,"Cost":242,"Date":"9/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":140,"Cost":85,"Date":"11/20/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":66,"Cost":52,"Date":"12/21/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":807,"Cost":601,"Date":"1/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":883,"Cost":744,"Date":"1/21/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":669,"Cost":417,"Date":"2/9/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":343,"Cost":233,"Date":"3/19/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":571,"Cost":337,"Date":"4/3/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":599,"Cost":554,"Date":"4/5/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":975,"Cost":547,"Date":"4/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":944,"Cost":719,"Date":"7/10/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":691,"Cost":590,"Date":"3/25/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":428,"Cost":341,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":858,"Cost":708,"Date":"10/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":876,"Cost":536,"Date":"3/2/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":286,"Cost":267,"Date":"6/28/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":988,"Cost":854,"Date":"7/17/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":368,"Cost":316,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":229,"Cost":175,"Date":"8/23/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":600,"Cost":319,"Date":"11/20/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":816,"Cost":486,"Date":"12/16/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":406,"Cost":311,"Date":"12/30/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":685,"Cost":353,"Date":"2/15/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":956,"Cost":887,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":98,"Cost":66,"Date":"3/7/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":284,"Cost":230,"Date":"4/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":649,"Cost":555,"Date":"7/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":106,"Cost":67,"Date":"8/18/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":176,"Cost":136,"Date":"10/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":653,"Cost":412,"Date":"11/11/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":674,"Cost":358,"Date":"11/30/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":598,"Cost":319,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":842,"Cost":780,"Date":"3/1/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":471,"Cost":349,"Date":"4/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":693,"Cost":572,"Date":"5/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":151,"Cost":92,"Date":"8/13/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":133,"Cost":77,"Date":"9/15/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":793,"Cost":666,"Date":"10/14/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":905,"Cost":463,"Date":"10/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":788,"Cost":671,"Date":"11/11/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":94,"Cost":61,"Date":"12/7/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":473,"Cost":363,"Date":"12/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":124,"Cost":89,"Date":"1/6/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":745,"Cost":571,"Date":"1/23/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":615,"Cost":364,"Date":"2/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":890,"Cost":750,"Date":"3/10/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":902,"Cost":653,"Date":"3/12/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":386,"Date":"3/31/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":365,"Cost":314,"Date":"6/16/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":47,"Cost":24,"Date":"6/17/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":166,"Cost":117,"Date":"8/27/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":887,"Cost":801,"Date":"10/1/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":587,"Cost":350,"Date":"11/4/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":918,"Cost":721,"Date":"11/9/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":566,"Cost":456,"Date":"3/27/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":612,"Cost":548,"Date":"4/17/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":16,"Cost":13,"Date":"8/11/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":263,"Date":"8/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":487,"Cost":317,"Date":"9/2/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":132,"Date":"9/5/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":26,"Cost":23,"Date":"9/14/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":658,"Cost":376,"Date":"9/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":563,"Cost":363,"Date":"11/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":191,"Cost":160,"Date":"12/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":209,"Cost":182,"Date":"1/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":825,"Cost":445,"Date":"1/21/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":551,"Cost":301,"Date":"2/9/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":238,"Cost":200,"Date":"3/19/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":885,"Cost":557,"Date":"4/3/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":601,"Cost":504,"Date":"4/5/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":825,"Cost":697,"Date":"4/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":65,"Cost":62,"Date":"7/10/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":549,"Cost":412,"Date":"3/25/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":96,"Cost":64,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":317,"Date":"10/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":672,"Cost":588,"Date":"3/2/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":263,"Cost":182,"Date":"6/28/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":641,"Cost":529,"Date":"7/17/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":283,"Cost":161,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":568,"Cost":355,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":291,"Cost":219,"Date":"11/20/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":937,"Cost":681,"Date":"12/16/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":651,"Cost":377,"Date":"12/30/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":160,"Cost":136,"Date":"2/15/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":291,"Cost":264,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":937,"Cost":752,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":267,"Cost":178,"Date":"4/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":721,"Cost":362,"Date":"7/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":34,"Cost":33,"Date":"8/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":181,"Cost":141,"Date":"10/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":506,"Cost":257,"Date":"11/11/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":972,"Cost":646,"Date":"11/30/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":505,"Cost":254,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":15,"Cost":9,"Date":"3/1/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":843,"Cost":764,"Date":"4/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":855,"Cost":534,"Date":"5/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":165,"Cost":117,"Date":"8/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":296,"Cost":231,"Date":"9/15/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":931,"Cost":729,"Date":"10/14/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":25,"Cost":21,"Date":"10/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":56,"Cost":43,"Date":"11/11/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":95,"Cost":65,"Date":"12/7/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":191,"Cost":95,"Date":"12/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":49,"Cost":41,"Date":"1/6/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":617,"Cost":458,"Date":"1/23/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":388,"Cost":267,"Date":"2/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":588,"Cost":452,"Date":"3/10/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":2,"Cost":1,"Date":"3/12/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":99,"Cost":83,"Date":"3/31/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":254,"Cost":207,"Date":"6/16/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":809,"Cost":570,"Date":"6/17/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":257,"Cost":157,"Date":"8/27/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":681,"Cost":644,"Date":"10/1/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":321,"Cost":237,"Date":"11/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":37,"Cost":28,"Date":"11/9/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":449,"Cost":298,"Date":"3/27/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":326,"Cost":229,"Date":"4/17/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":103,"Cost":92,"Date":"8/11/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":668,"Cost":573,"Date":"8/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":468,"Cost":264,"Date":"9/2/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":539,"Cost":439,"Date":"9/5/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":320,"Cost":203,"Date":"9/14/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":645,"Cost":497,"Date":"9/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":977,"Cost":754,"Date":"11/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":70,"Cost":36,"Date":"12/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":742,"Cost":433,"Date":"1/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":605,"Cost":356,"Date":"1/21/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":370,"Cost":197,"Date":"2/9/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":448,"Cost":419,"Date":"3/19/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":845,"Cost":753,"Date":"4/3/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":752,"Cost":571,"Date":"4/5/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":413,"Cost":358,"Date":"4/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":843,"Cost":746,"Date":"7/10/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":994,"Cost":586,"Date":"3/25/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":431,"Cost":375,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":312,"Cost":249,"Date":"10/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":718,"Cost":608,"Date":"3/2/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":282,"Cost":181,"Date":"6/28/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":541,"Cost":403,"Date":"7/17/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":426,"Cost":253,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":359,"Cost":236,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":748,"Cost":550,"Date":"11/20/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":54,"Cost":48,"Date":"12/16/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":437,"Cost":415,"Date":"12/30/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":680,"Cost":534,"Date":"2/15/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":580,"Cost":523,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":27,"Cost":26,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":305,"Cost":206,"Date":"4/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":581,"Cost":446,"Date":"7/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":553,"Cost":514,"Date":"8/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":342,"Cost":211,"Date":"10/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":642,"Cost":463,"Date":"11/11/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":994,"Cost":931,"Date":"11/30/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":708,"Cost":429,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":335,"Cost":302,"Date":"3/1/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":166,"Cost":109,"Date":"4/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":607,"Cost":433,"Date":"5/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":607,"Cost":357,"Date":"8/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":778,"Cost":700,"Date":"9/15/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":268,"Cost":177,"Date":"10/14/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":388,"Cost":233,"Date":"10/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":531,"Cost":500,"Date":"11/11/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":425,"Cost":270,"Date":"12/7/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":533,"Cost":343,"Date":"12/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":553,"Cost":324,"Date":"1/6/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":191,"Cost":166,"Date":"1/23/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":220,"Cost":167,"Date":"2/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":711,"Cost":670,"Date":"3/10/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":694,"Cost":356,"Date":"3/12/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":946,"Cost":567,"Date":"3/31/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":497,"Cost":337,"Date":"6/16/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":439,"Cost":346,"Date":"6/17/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":643,"Cost":413,"Date":"8/27/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":192,"Cost":109,"Date":"10/1/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":924,"Cost":862,"Date":"11/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":457,"Cost":431,"Date":"11/9/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":626,"Cost":558,"Date":"3/27/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":364,"Cost":318,"Date":"4/17/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":351,"Date":"8/11/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":394,"Cost":222,"Date":"8/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":973,"Cost":903,"Date":"9/2/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":799,"Cost":736,"Date":"9/5/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":352,"Date":"9/14/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":93,"Cost":80,"Date":"9/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":492,"Cost":447,"Date":"11/20/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":342,"Cost":201,"Date":"12/21/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":816,"Date":"1/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":351,"Cost":331,"Date":"1/21/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":765,"Cost":400,"Date":"2/9/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":960,"Cost":651,"Date":"3/19/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":413,"Cost":286,"Date":"4/3/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":110,"Cost":100,"Date":"4/5/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":175,"Date":"4/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":648,"Cost":404,"Date":"7/10/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":589,"Cost":488,"Date":"3/25/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":484,"Cost":343,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":908,"Cost":583,"Date":"10/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":980,"Cost":646,"Date":"3/2/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":841,"Cost":606,"Date":"6/28/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":340,"Cost":202,"Date":"7/17/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":162,"Cost":89,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":59,"Cost":30,"Date":"8/23/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":499,"Cost":459,"Date":"11/20/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":515,"Cost":484,"Date":"12/16/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":480,"Cost":305,"Date":"12/30/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":507,"Date":"2/15/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":505,"Cost":358,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":381,"Cost":338,"Date":"3/7/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":341,"Date":"4/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":103,"Cost":64,"Date":"7/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":103,"Cost":53,"Date":"8/18/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":825,"Cost":607,"Date":"10/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":322,"Cost":233,"Date":"11/11/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":553,"Cost":317,"Date":"11/30/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":474,"Cost":335,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":269,"Cost":167,"Date":"3/1/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":835,"Cost":463,"Date":"4/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":49,"Cost":42,"Date":"5/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":752,"Cost":586,"Date":"8/13/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":67,"Cost":59,"Date":"9/15/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":625,"Cost":459,"Date":"10/14/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":411,"Cost":316,"Date":"10/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":611,"Cost":454,"Date":"11/11/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":372,"Cost":256,"Date":"12/7/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":490,"Cost":448,"Date":"12/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":184,"Date":"1/6/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":541,"Cost":447,"Date":"1/23/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":768,"Cost":661,"Date":"2/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":797,"Cost":522,"Date":"3/10/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":964,"Cost":720,"Date":"3/12/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":328,"Cost":222,"Date":"3/31/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":301,"Cost":248,"Date":"6/16/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":947,"Cost":782,"Date":"6/17/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":400,"Cost":221,"Date":"8/27/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":581,"Cost":478,"Date":"10/1/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":221,"Cost":111,"Date":"11/4/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":249,"Cost":128,"Date":"11/9/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":941,"Cost":590,"Date":"3/27/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":902,"Cost":542,"Date":"4/17/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":548,"Cost":501,"Date":"8/11/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":362,"Cost":330,"Date":"8/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":101,"Date":"9/2/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":903,"Cost":729,"Date":"9/5/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":358,"Cost":336,"Date":"9/14/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":584,"Cost":373,"Date":"9/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":209,"Cost":191,"Date":"11/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":141,"Cost":97,"Date":"12/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":87,"Cost":76,"Date":"1/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":613,"Cost":430,"Date":"1/21/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":219,"Cost":157,"Date":"2/9/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":857,"Cost":770,"Date":"3/19/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":359,"Cost":319,"Date":"4/3/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":399,"Cost":270,"Date":"4/5/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":355,"Cost":246,"Date":"4/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":975,"Cost":750,"Date":"7/10/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":415,"Cost":253,"Date":"3/25/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":104,"Cost":78,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":121,"Cost":84,"Date":"10/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":449,"Cost":285,"Date":"3/2/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":816,"Cost":664,"Date":"6/28/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":653,"Cost":557,"Date":"7/17/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":520,"Cost":433,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":49,"Cost":46,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":757,"Cost":650,"Date":"11/20/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":554,"Cost":424,"Date":"12/16/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":36,"Cost":24,"Date":"12/30/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":456,"Cost":282,"Date":"2/15/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":533,"Cost":494,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":133,"Cost":68,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":389,"Cost":333,"Date":"4/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":572,"Cost":348,"Date":"7/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":356,"Cost":324,"Date":"8/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":671,"Cost":399,"Date":"10/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":649,"Cost":546,"Date":"11/11/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":271,"Cost":240,"Date":"11/30/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":307,"Cost":259,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":320,"Cost":166,"Date":"3/1/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":25,"Cost":22,"Date":"4/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":418,"Date":"5/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":92,"Cost":81,"Date":"8/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":501,"Cost":423,"Date":"9/15/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":166,"Cost":115,"Date":"10/14/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":450,"Cost":412,"Date":"10/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":730,"Cost":495,"Date":"11/11/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":418,"Date":"12/7/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":963,"Cost":609,"Date":"12/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":901,"Cost":612,"Date":"1/6/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":24,"Cost":19,"Date":"1/23/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":811,"Cost":435,"Date":"2/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":783,"Cost":418,"Date":"3/10/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":855,"Cost":443,"Date":"3/12/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":880,"Cost":498,"Date":"3/31/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":237,"Cost":207,"Date":"6/16/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":544,"Cost":303,"Date":"6/17/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":163,"Cost":151,"Date":"8/27/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":707,"Cost":398,"Date":"10/1/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":194,"Cost":179,"Date":"11/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":813,"Cost":651,"Date":"11/9/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":934,"Cost":801,"Date":"3/27/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":477,"Cost":426,"Date":"4/17/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":800,"Cost":590,"Date":"8/11/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":446,"Cost":255,"Date":"8/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":919,"Cost":799,"Date":"9/2/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":553,"Cost":331,"Date":"9/5/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":132,"Cost":120,"Date":"9/14/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":753,"Cost":523,"Date":"9/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":272,"Cost":151,"Date":"11/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":534,"Cost":437,"Date":"12/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":930,"Cost":750,"Date":"1/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":725,"Cost":407,"Date":"1/21/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":779,"Cost":700,"Date":"2/9/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":661,"Cost":524,"Date":"3/19/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":761,"Cost":485,"Date":"4/3/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":252,"Cost":186,"Date":"4/5/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":318,"Cost":292,"Date":"4/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":903,"Cost":726,"Date":"7/10/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":53,"Cost":35,"Date":"3/25/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":760,"Cost":588,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":393,"Cost":251,"Date":"10/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":344,"Cost":256,"Date":"3/2/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":481,"Cost":431,"Date":"6/28/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":131,"Cost":121,"Date":"7/17/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":136,"Cost":93,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":727,"Cost":627,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":482,"Cost":447,"Date":"11/20/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":956,"Cost":638,"Date":"12/16/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":613,"Cost":559,"Date":"12/30/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":672,"Cost":485,"Date":"2/15/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":186,"Cost":173,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":724,"Cost":626,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":325,"Cost":234,"Date":"4/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":554,"Cost":311,"Date":"7/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":149,"Cost":127,"Date":"8/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":980,"Cost":666,"Date":"10/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":32,"Cost":19,"Date":"11/11/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":437,"Cost":376,"Date":"11/30/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":225,"Cost":187,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":233,"Cost":149,"Date":"3/1/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":128,"Cost":98,"Date":"4/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":269,"Cost":234,"Date":"5/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":294,"Cost":205,"Date":"8/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":390,"Cost":224,"Date":"9/15/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":380,"Cost":284,"Date":"10/14/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":228,"Cost":213,"Date":"10/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":915,"Cost":805,"Date":"11/11/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":941,"Cost":889,"Date":"12/7/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":841,"Cost":710,"Date":"12/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":645,"Cost":379,"Date":"1/6/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":749,"Cost":382,"Date":"1/23/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":934,"Cost":838,"Date":"2/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":631,"Cost":430,"Date":"3/10/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":74,"Cost":54,"Date":"3/12/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":704,"Cost":587,"Date":"3/31/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":324,"Cost":276,"Date":"6/16/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":617,"Cost":460,"Date":"6/17/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":954,"Cost":823,"Date":"8/27/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":592,"Cost":536,"Date":"10/1/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":631,"Cost":435,"Date":"11/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":225,"Cost":139,"Date":"11/9/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":607,"Cost":557,"Date":"3/27/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":119,"Cost":107,"Date":"4/17/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":402,"Cost":212,"Date":"8/11/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":565,"Cost":359,"Date":"8/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":84,"Cost":68,"Date":"9/2/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":386,"Cost":215,"Date":"9/5/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":303,"Cost":152,"Date":"9/14/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":711,"Cost":609,"Date":"9/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":661,"Cost":572,"Date":"11/20/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":972,"Cost":869,"Date":"12/21/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":632,"Cost":415,"Date":"1/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":628,"Cost":530,"Date":"1/21/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":483,"Cost":324,"Date":"2/9/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":683,"Cost":531,"Date":"3/19/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":86,"Cost":49,"Date":"4/3/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":284,"Cost":242,"Date":"4/5/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":290,"Cost":224,"Date":"4/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":369,"Cost":276,"Date":"7/10/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":368,"Cost":306,"Date":"3/25/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":647,"Cost":597,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":782,"Cost":463,"Date":"10/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":804,"Cost":570,"Date":"3/2/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":587,"Cost":384,"Date":"6/28/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":549,"Cost":304,"Date":"7/17/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":527,"Cost":324,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":683,"Cost":417,"Date":"8/23/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":839,"Cost":661,"Date":"11/20/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":618,"Cost":553,"Date":"12/16/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":955,"Cost":754,"Date":"12/30/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":266,"Cost":204,"Date":"2/15/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":228,"Cost":184,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":568,"Cost":337,"Date":"3/7/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":352,"Cost":180,"Date":"4/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":940,"Cost":646,"Date":"7/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":254,"Cost":176,"Date":"8/18/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":763,"Cost":678,"Date":"10/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":964,"Cost":509,"Date":"11/11/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":994,"Cost":924,"Date":"11/30/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":862,"Cost":517,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":86,"Cost":45,"Date":"3/1/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":164,"Cost":102,"Date":"4/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":850,"Cost":748,"Date":"5/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":86,"Cost":72,"Date":"8/13/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":972,"Cost":550,"Date":"9/15/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":940,"Cost":733,"Date":"10/14/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":665,"Cost":544,"Date":"10/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":125,"Cost":85,"Date":"11/11/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":571,"Date":"12/7/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":79,"Cost":68,"Date":"12/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":216,"Cost":155,"Date":"1/6/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":179,"Cost":90,"Date":"1/23/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":335,"Cost":277,"Date":"2/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":907,"Cost":802,"Date":"3/10/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":730,"Cost":658,"Date":"3/12/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":622,"Cost":520,"Date":"3/31/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":882,"Cost":451,"Date":"6/16/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":620,"Cost":331,"Date":"6/17/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":871,"Cost":511,"Date":"8/27/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":21,"Cost":20,"Date":"10/1/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":46,"Cost":32,"Date":"11/4/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":527,"Cost":460,"Date":"11/9/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":509,"Cost":332,"Date":"3/27/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":59,"Cost":47,"Date":"4/17/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":727,"Cost":459,"Date":"8/11/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":568,"Cost":385,"Date":"8/21/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":824,"Cost":502,"Date":"9/2/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":732,"Cost":426,"Date":"9/5/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":311,"Date":"9/14/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":419,"Cost":342,"Date":"9/20/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":396,"Cost":342,"Date":"11/20/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":775,"Cost":549,"Date":"12/21/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":106,"Cost":72,"Date":"1/7/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":511,"Cost":474,"Date":"1/21/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":320,"Cost":222,"Date":"2/9/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":335,"Cost":187,"Date":"3/19/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":106,"Cost":58,"Date":"4/3/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":559,"Cost":446,"Date":"4/5/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":492,"Cost":249,"Date":"4/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":319,"Cost":283,"Date":"7/10/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":966,"Cost":899,"Date":"3/25/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":28,"Cost":16,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":177,"Cost":120,"Date":"10/28/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":787,"Cost":420,"Date":"3/2/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":492,"Cost":413,"Date":"6/28/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":978,"Cost":739,"Date":"7/17/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":648,"Cost":585,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":86,"Cost":60,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":322,"Cost":294,"Date":"11/20/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":996,"Cost":713,"Date":"12/16/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":319,"Cost":201,"Date":"12/30/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":726,"Cost":403,"Date":"2/15/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":498,"Cost":267,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":209,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":81,"Cost":63,"Date":"4/18/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":853,"Cost":546,"Date":"7/27/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":650,"Cost":536,"Date":"8/18/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":137,"Cost":107,"Date":"10/31/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":519,"Cost":356,"Date":"11/11/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":860,"Cost":713,"Date":"11/30/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":714,"Cost":544,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":297,"Cost":252,"Date":"3/1/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":426,"Cost":283,"Date":"4/13/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":876,"Cost":514,"Date":"5/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":929,"Cost":802,"Date":"8/13/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":721,"Cost":610,"Date":"9/15/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":867,"Cost":696,"Date":"10/14/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":678,"Date":"10/28/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":964,"Cost":670,"Date":"11/11/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":834,"Cost":525,"Date":"12/7/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":196,"Cost":138,"Date":"12/21/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":92,"Date":"1/6/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":450,"Cost":226,"Date":"1/23/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":609,"Cost":332,"Date":"2/4/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":405,"Cost":281,"Date":"3/10/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":754,"Cost":488,"Date":"3/12/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":771,"Cost":409,"Date":"3/31/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":96,"Cost":66,"Date":"6/16/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":954,"Cost":746,"Date":"6/17/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":876,"Cost":451,"Date":"8/27/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":329,"Cost":221,"Date":"10/1/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":164,"Cost":117,"Date":"11/4/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":167,"Cost":92,"Date":"11/9/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":104,"Cost":86,"Date":"3/27/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":232,"Cost":220,"Date":"4/17/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":530,"Cost":409,"Date":"8/11/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":164,"Cost":92,"Date":"8/21/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":145,"Cost":131,"Date":"9/2/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":649,"Cost":459,"Date":"9/5/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":848,"Cost":482,"Date":"9/14/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":377,"Cost":280,"Date":"9/20/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":646,"Cost":336,"Date":"11/20/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":440,"Cost":276,"Date":"12/21/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":774,"Cost":542,"Date":"1/7/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":653,"Cost":543,"Date":"1/21/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":421,"Cost":222,"Date":"2/9/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":500,"Cost":453,"Date":"3/19/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":728,"Cost":627,"Date":"4/3/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":34,"Cost":17,"Date":"4/5/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":425,"Cost":300,"Date":"4/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":248,"Cost":157,"Date":"7/10/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":997,"Cost":591,"Date":"3/25/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":396,"Cost":350,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":338,"Cost":272,"Date":"10/28/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":632,"Cost":565,"Date":"3/2/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":147,"Cost":96,"Date":"6/28/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":976,"Cost":585,"Date":"7/17/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":482,"Cost":336,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":498,"Cost":376,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":467,"Cost":287,"Date":"11/20/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":108,"Cost":95,"Date":"12/16/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":474,"Cost":446,"Date":"12/30/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":892,"Cost":726,"Date":"2/15/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":984,"Cost":574,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":838,"Cost":775,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":161,"Cost":113,"Date":"4/18/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":853,"Cost":561,"Date":"7/27/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":646,"Cost":386,"Date":"8/18/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":850,"Cost":667,"Date":"10/31/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":159,"Cost":101,"Date":"11/11/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":363,"Cost":228,"Date":"11/30/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":36,"Cost":26,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":191,"Cost":103,"Date":"3/1/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":945,"Cost":842,"Date":"4/13/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":698,"Cost":499,"Date":"5/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":435,"Cost":413,"Date":"8/13/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":540,"Cost":383,"Date":"9/15/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":265,"Cost":133,"Date":"10/14/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":55,"Cost":33,"Date":"10/28/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":280,"Cost":190,"Date":"11/11/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":877,"Cost":497,"Date":"12/7/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":823,"Cost":636,"Date":"12/21/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":978,"Cost":773,"Date":"1/6/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":676,"Cost":423,"Date":"1/23/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":499,"Cost":342,"Date":"2/4/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":820,"Cost":549,"Date":"3/10/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":734,"Cost":597,"Date":"3/12/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":775,"Cost":481,"Date":"3/31/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":683,"Cost":541,"Date":"6/16/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":795,"Cost":628,"Date":"6/17/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":752,"Cost":680,"Date":"8/27/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":100,"Cost":55,"Date":"10/1/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":237,"Cost":155,"Date":"11/4/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":467,"Cost":269,"Date":"11/9/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":422,"Cost":380,"Date":"3/27/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":847,"Cost":567,"Date":"4/17/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":886,"Cost":602,"Date":"8/11/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":278,"Cost":141,"Date":"8/21/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":54,"Cost":33,"Date":"9/2/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":957,"Cost":480,"Date":"9/5/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":874,"Cost":619,"Date":"9/14/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":215,"Cost":159,"Date":"9/20/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":746,"Cost":705,"Date":"11/20/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":339,"Cost":310,"Date":"12/21/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":154,"Cost":143,"Date":"1/7/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":874,"Cost":531,"Date":"1/21/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":126,"Cost":113,"Date":"2/9/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":673,"Cost":430,"Date":"3/19/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":989,"Cost":688,"Date":"4/3/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":50,"Cost":40,"Date":"4/5/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":297,"Cost":213,"Date":"4/28/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":371,"Cost":189,"Date":"7/10/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":408,"Cost":348,"Date":"3/25/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":495,"Cost":307,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":604,"Cost":374,"Date":"10/28/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":231,"Cost":176,"Date":"3/2/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":928,"Cost":628,"Date":"6/28/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":695,"Cost":606,"Date":"7/17/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":562,"Cost":397,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":397,"Cost":347,"Date":"8/23/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":785,"Cost":737,"Date":"11/20/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":775,"Cost":450,"Date":"12/16/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":986,"Cost":661,"Date":"12/30/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":218,"Cost":206,"Date":"2/15/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":516,"Cost":346,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":957,"Cost":522,"Date":"3/7/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":158,"Cost":118,"Date":"4/18/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":389,"Cost":333,"Date":"7/27/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":164,"Cost":108,"Date":"8/18/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":581,"Cost":504,"Date":"10/31/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":116,"Cost":75,"Date":"11/11/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":183,"Cost":143,"Date":"11/30/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":50,"Cost":39,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":281,"Cost":266,"Date":"3/1/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":679,"Cost":551,"Date":"4/13/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":848,"Cost":488,"Date":"5/20/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":670,"Cost":570,"Date":"8/13/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":810,"Cost":442,"Date":"9/15/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":304,"Cost":192,"Date":"10/14/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":943,"Cost":644,"Date":"10/28/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":594,"Cost":518,"Date":"11/11/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":632,"Cost":535,"Date":"12/7/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":166,"Cost":120,"Date":"12/21/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":773,"Cost":458,"Date":"1/6/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":7,"Cost":4,"Date":"1/23/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":354,"Cost":245,"Date":"2/4/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":604,"Cost":414,"Date":"3/10/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":333,"Cost":242,"Date":"3/12/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":408,"Cost":287,"Date":"3/31/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":843,"Cost":426,"Date":"6/16/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":211,"Cost":131,"Date":"6/17/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":910,"Cost":537,"Date":"8/27/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":703,"Cost":653,"Date":"10/1/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":679,"Cost":403,"Date":"11/4/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":506,"Cost":481,"Date":"11/9/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":173,"Cost":143,"Date":"3/27/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":503,"Cost":358,"Date":"4/17/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":679,"Cost":351,"Date":"8/11/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":54,"Cost":37,"Date":"8/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":747,"Cost":588,"Date":"9/2/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":680,"Cost":578,"Date":"9/5/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":626,"Cost":448,"Date":"9/14/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":931,"Cost":748,"Date":"9/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":277,"Cost":243,"Date":"11/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":706,"Cost":652,"Date":"12/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":806,"Cost":570,"Date":"1/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":341,"Cost":202,"Date":"1/21/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":822,"Cost":753,"Date":"2/9/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":502,"Cost":454,"Date":"3/19/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":970,"Cost":581,"Date":"4/3/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":827,"Cost":686,"Date":"4/5/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":734,"Cost":527,"Date":"4/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":295,"Cost":200,"Date":"7/10/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":598,"Cost":464,"Date":"3/25/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":403,"Cost":231,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":294,"Cost":164,"Date":"10/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":534,"Cost":335,"Date":"3/2/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":928,"Cost":514,"Date":"6/28/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":245,"Cost":222,"Date":"7/17/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":511,"Cost":310,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":532,"Cost":385,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":47,"Cost":44,"Date":"11/20/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":983,"Cost":890,"Date":"12/16/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":917,"Cost":592,"Date":"12/30/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":875,"Cost":607,"Date":"2/15/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":187,"Cost":94,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":143,"Cost":132,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":304,"Cost":289,"Date":"4/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":252,"Cost":205,"Date":"7/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":800,"Cost":625,"Date":"8/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":982,"Cost":663,"Date":"10/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":174,"Cost":119,"Date":"11/11/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":631,"Cost":435,"Date":"11/30/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":734,"Cost":687,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":968,"Cost":523,"Date":"3/1/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":165,"Cost":140,"Date":"4/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":23,"Cost":17,"Date":"5/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":703,"Cost":440,"Date":"8/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":16,"Cost":13,"Date":"9/15/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":649,"Cost":371,"Date":"10/14/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":527,"Cost":285,"Date":"10/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":869,"Cost":712,"Date":"11/11/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":622,"Cost":424,"Date":"12/7/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":391,"Cost":332,"Date":"12/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":103,"Cost":59,"Date":"1/6/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":869,"Cost":478,"Date":"1/23/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":140,"Cost":86,"Date":"2/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":776,"Cost":495,"Date":"3/10/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":117,"Cost":89,"Date":"3/12/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":979,"Cost":520,"Date":"3/31/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":336,"Cost":278,"Date":"6/16/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":638,"Cost":326,"Date":"6/17/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":635,"Cost":482,"Date":"8/27/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":990,"Cost":815,"Date":"10/1/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":432,"Cost":378,"Date":"11/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":692,"Cost":434,"Date":"11/9/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":809,"Cost":632,"Date":"3/27/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":787,"Cost":544,"Date":"4/17/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":198,"Cost":133,"Date":"8/11/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":281,"Cost":153,"Date":"8/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":804,"Cost":419,"Date":"9/2/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":654,"Cost":490,"Date":"9/5/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":505,"Cost":325,"Date":"9/14/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":237,"Cost":125,"Date":"9/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":180,"Cost":111,"Date":"11/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":408,"Cost":261,"Date":"12/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":45,"Cost":43,"Date":"1/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":6,"Date":"1/21/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":945,"Cost":671,"Date":"2/9/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":244,"Cost":126,"Date":"3/19/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":90,"Cost":61,"Date":"4/3/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":744,"Cost":519,"Date":"4/5/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":432,"Cost":225,"Date":"4/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":803,"Cost":711,"Date":"7/10/2019"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":898,"Cost":570,"Date":"3/25/2020"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":26,"Cost":18,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":152,"Cost":89,"Date":"10/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":872,"Cost":799,"Date":"3/2/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":333,"Cost":261,"Date":"6/28/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":111,"Cost":99,"Date":"7/17/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":561,"Cost":385,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":540,"Cost":383,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":170,"Date":"11/20/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":318,"Cost":240,"Date":"12/16/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":331,"Cost":230,"Date":"12/30/2021"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":906,"Cost":573,"Date":"2/15/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":532,"Cost":368,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":474,"Cost":439,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":566,"Cost":319,"Date":"4/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":717,"Cost":595,"Date":"7/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":726,"Cost":513,"Date":"8/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":571,"Cost":392,"Date":"10/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":23,"Cost":17,"Date":"11/11/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":347,"Cost":194,"Date":"11/30/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":593,"Cost":364,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":562,"Cost":408,"Date":"3/1/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":318,"Cost":256,"Date":"4/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":578,"Cost":351,"Date":"5/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":509,"Cost":362,"Date":"8/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":550,"Cost":493,"Date":"9/15/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":402,"Cost":333,"Date":"10/14/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":734,"Cost":442,"Date":"10/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":154,"Cost":120,"Date":"11/11/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":888,"Cost":831,"Date":"12/7/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":579,"Cost":516,"Date":"12/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":218,"Cost":187,"Date":"1/6/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":877,"Cost":457,"Date":"1/23/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":467,"Cost":393,"Date":"2/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":966,"Cost":540,"Date":"3/10/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":396,"Cost":336,"Date":"3/12/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":625,"Cost":527,"Date":"3/31/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":623,"Cost":584,"Date":"6/16/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":888,"Cost":727,"Date":"6/17/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":344,"Cost":200,"Date":"8/27/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":17,"Cost":12,"Date":"10/1/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":169,"Cost":112,"Date":"11/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":404,"Cost":279,"Date":"11/9/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":55,"Cost":31,"Date":"3/27/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":795,"Cost":587,"Date":"4/17/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":765,"Cost":539,"Date":"8/11/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":144,"Cost":88,"Date":"8/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":69,"Cost":61,"Date":"9/2/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":903,"Cost":841,"Date":"9/5/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":839,"Cost":457,"Date":"9/14/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":532,"Cost":389,"Date":"9/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":720,"Cost":583,"Date":"11/20/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":661,"Cost":543,"Date":"12/21/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":140,"Cost":118,"Date":"1/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":3,"Cost":3,"Date":"1/21/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":476,"Cost":320,"Date":"2/9/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":10,"Cost":8,"Date":"3/19/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":22,"Cost":17,"Date":"4/3/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":601,"Cost":387,"Date":"4/5/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":141,"Cost":124,"Date":"4/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":91,"Cost":80,"Date":"7/10/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":840,"Cost":435,"Date":"3/25/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":886,"Cost":517,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":55,"Cost":42,"Date":"10/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":3,"Cost":3,"Date":"3/2/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":615,"Cost":361,"Date":"6/28/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":805,"Cost":655,"Date":"7/17/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":118,"Cost":69,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":862,"Cost":644,"Date":"8/23/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":634,"Cost":471,"Date":"11/20/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":569,"Cost":481,"Date":"12/16/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":117,"Cost":95,"Date":"12/30/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":916,"Cost":524,"Date":"2/15/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":12,"Cost":8,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":403,"Cost":233,"Date":"3/7/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":844,"Date":"4/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":755,"Cost":638,"Date":"7/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":750,"Cost":472,"Date":"8/18/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":29,"Cost":21,"Date":"10/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":75,"Cost":64,"Date":"11/11/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":450,"Cost":290,"Date":"11/30/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":215,"Cost":162,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":478,"Cost":296,"Date":"3/1/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":385,"Cost":268,"Date":"4/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":229,"Cost":117,"Date":"5/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":832,"Cost":637,"Date":"8/13/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":765,"Cost":432,"Date":"9/15/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":965,"Cost":551,"Date":"10/14/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":351,"Cost":288,"Date":"10/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":716,"Cost":652,"Date":"11/11/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":288,"Cost":175,"Date":"12/7/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":388,"Cost":246,"Date":"12/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":827,"Cost":699,"Date":"1/6/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":302,"Cost":207,"Date":"1/23/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":621,"Cost":446,"Date":"2/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":178,"Cost":140,"Date":"3/10/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":606,"Date":"3/12/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":690,"Cost":647,"Date":"3/31/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":72,"Cost":68,"Date":"6/16/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":799,"Cost":551,"Date":"6/17/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":454,"Cost":392,"Date":"8/27/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":249,"Cost":146,"Date":"10/1/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":222,"Cost":163,"Date":"11/4/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM","Country":"Netherlands","Sale":968,"Cost":697,"Date":"11/9/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":732,"Cost":416,"Date":"3/27/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":585,"Cost":433,"Date":"4/17/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":753,"Cost":707,"Date":"8/11/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":398,"Cost":305,"Date":"8/21/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":15,"Cost":7,"Date":"9/2/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":903,"Cost":711,"Date":"9/5/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":521,"Cost":486,"Date":"9/14/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":571,"Cost":425,"Date":"9/20/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":833,"Cost":634,"Date":"11/20/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":510,"Cost":370,"Date":"12/21/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":865,"Cost":606,"Date":"1/7/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":453,"Cost":401,"Date":"1/21/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":606,"Cost":367,"Date":"2/9/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":247,"Cost":181,"Date":"3/19/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":578,"Cost":498,"Date":"4/3/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":30,"Cost":21,"Date":"4/5/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":1,"Cost":1,"Date":"4/28/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":905,"Cost":581,"Date":"7/10/2019"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":703,"Cost":507,"Date":"3/25/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":734,"Cost":374,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":39,"Cost":20,"Date":"10/28/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":337,"Cost":301,"Date":"3/2/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":672,"Cost":618,"Date":"6/28/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":871,"Cost":621,"Date":"7/17/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":696,"Cost":522,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":31,"Cost":18,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":594,"Cost":400,"Date":"11/20/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":673,"Cost":336,"Date":"12/16/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":596,"Cost":529,"Date":"12/30/2021"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":324,"Cost":209,"Date":"2/15/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":389,"Cost":282,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":293,"Cost":208,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":768,"Cost":631,"Date":"4/18/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":984,"Cost":709,"Date":"7/27/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":952,"Cost":657,"Date":"8/18/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":591,"Cost":486,"Date":"10/31/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":467,"Cost":256,"Date":"11/11/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":56,"Cost":40,"Date":"11/30/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":835,"Cost":471,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":282,"Cost":244,"Date":"3/1/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":855,"Cost":789,"Date":"4/13/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":148,"Cost":81,"Date":"5/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":18,"Cost":11,"Date":"8/13/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":757,"Cost":418,"Date":"9/15/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":21,"Cost":11,"Date":"10/14/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":446,"Cost":341,"Date":"10/28/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":673,"Cost":532,"Date":"11/11/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":162,"Cost":123,"Date":"12/7/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":404,"Cost":342,"Date":"12/21/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":867,"Cost":819,"Date":"1/6/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":896,"Cost":695,"Date":"1/23/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":872,"Cost":701,"Date":"2/4/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":381,"Cost":247,"Date":"3/10/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":637,"Cost":454,"Date":"3/12/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":174,"Cost":154,"Date":"3/31/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":376,"Cost":214,"Date":"6/16/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":896,"Cost":847,"Date":"6/17/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":297,"Cost":201,"Date":"8/27/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":96,"Cost":87,"Date":"10/1/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":784,"Cost":462,"Date":"11/4/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":591,"Cost":484,"Date":"11/9/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":463,"Cost":265,"Date":"3/27/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":348,"Cost":330,"Date":"4/17/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":424,"Cost":251,"Date":"8/11/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":911,"Cost":742,"Date":"8/21/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":704,"Cost":542,"Date":"9/2/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":81,"Cost":62,"Date":"9/5/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":961,"Cost":534,"Date":"9/14/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":591,"Cost":482,"Date":"9/20/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":150,"Cost":139,"Date":"11/20/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":263,"Cost":250,"Date":"12/21/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":24,"Cost":22,"Date":"1/7/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":914,"Cost":679,"Date":"1/21/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":23,"Cost":15,"Date":"2/9/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":619,"Cost":330,"Date":"3/19/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":898,"Cost":789,"Date":"4/3/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":312,"Cost":194,"Date":"4/5/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":809,"Cost":428,"Date":"4/28/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":154,"Cost":115,"Date":"7/10/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":914,"Cost":851,"Date":"3/25/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":744,"Cost":380,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":268,"Cost":152,"Date":"10/28/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":740,"Cost":486,"Date":"3/2/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":372,"Cost":233,"Date":"6/28/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":755,"Cost":678,"Date":"7/17/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":271,"Cost":197,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":877,"Cost":559,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":308,"Cost":243,"Date":"11/20/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":527,"Cost":362,"Date":"12/16/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":566,"Cost":370,"Date":"12/30/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":405,"Cost":249,"Date":"2/15/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":849,"Cost":741,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":501,"Cost":458,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":69,"Cost":63,"Date":"4/18/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":899,"Cost":530,"Date":"7/27/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":874,"Cost":767,"Date":"8/18/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":455,"Cost":285,"Date":"10/31/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":365,"Cost":246,"Date":"11/11/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":477,"Cost":262,"Date":"11/30/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":485,"Cost":323,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":507,"Cost":427,"Date":"3/1/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":532,"Cost":353,"Date":"4/13/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":533,"Cost":447,"Date":"5/20/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":208,"Cost":141,"Date":"8/13/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":846,"Cost":575,"Date":"9/15/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":214,"Cost":186,"Date":"10/14/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":643,"Cost":563,"Date":"10/28/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":196,"Cost":119,"Date":"11/11/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":772,"Cost":413,"Date":"12/7/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":94,"Cost":58,"Date":"12/21/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":104,"Cost":93,"Date":"1/6/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":240,"Cost":139,"Date":"1/23/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":200,"Cost":163,"Date":"2/4/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":935,"Cost":672,"Date":"3/10/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":637,"Cost":578,"Date":"3/12/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":322,"Cost":215,"Date":"3/31/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":890,"Cost":632,"Date":"6/16/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":528,"Cost":462,"Date":"6/17/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":322,"Cost":306,"Date":"8/27/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":232,"Cost":211,"Date":"10/1/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":643,"Cost":431,"Date":"11/4/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":45,"Cost":32,"Date":"11/9/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":199,"Cost":114,"Date":"3/27/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":750,"Cost":689,"Date":"4/17/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":404,"Date":"8/11/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":849,"Cost":520,"Date":"8/21/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":285,"Cost":268,"Date":"9/2/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":314,"Cost":164,"Date":"9/5/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":604,"Cost":557,"Date":"9/14/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":25,"Cost":24,"Date":"9/20/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":531,"Cost":459,"Date":"11/20/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":367,"Cost":190,"Date":"12/21/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":417,"Cost":380,"Date":"1/7/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":168,"Cost":124,"Date":"1/21/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":116,"Cost":63,"Date":"2/9/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":910,"Cost":618,"Date":"3/19/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":113,"Cost":65,"Date":"4/3/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":227,"Cost":124,"Date":"4/5/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":164,"Date":"4/28/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":819,"Cost":702,"Date":"7/10/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":404,"Cost":266,"Date":"3/25/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":640,"Cost":396,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":985,"Cost":572,"Date":"10/28/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":618,"Cost":547,"Date":"3/2/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":574,"Cost":388,"Date":"6/28/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":64,"Cost":32,"Date":"7/17/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":207,"Cost":152,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":540,"Cost":422,"Date":"8/23/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":977,"Cost":912,"Date":"11/20/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":416,"Cost":385,"Date":"12/16/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":255,"Cost":150,"Date":"12/30/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":72,"Cost":45,"Date":"2/15/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":432,"Cost":361,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":787,"Cost":472,"Date":"3/7/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":350,"Cost":237,"Date":"4/18/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":463,"Cost":277,"Date":"7/27/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":706,"Cost":382,"Date":"8/18/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":518,"Cost":489,"Date":"10/31/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":372,"Cost":291,"Date":"11/11/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":489,"Cost":376,"Date":"11/30/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":920,"Cost":571,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":507,"Cost":382,"Date":"3/1/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":278,"Cost":177,"Date":"4/13/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":507,"Cost":299,"Date":"5/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":678,"Cost":515,"Date":"8/13/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":321,"Cost":225,"Date":"9/15/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":70,"Cost":54,"Date":"10/14/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":495,"Cost":320,"Date":"10/28/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":854,"Cost":634,"Date":"11/11/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":714,"Cost":604,"Date":"12/7/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":182,"Cost":110,"Date":"12/21/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":929,"Cost":752,"Date":"1/6/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":593,"Cost":466,"Date":"1/23/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":172,"Cost":97,"Date":"2/4/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":703,"Cost":507,"Date":"3/10/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":434,"Cost":255,"Date":"3/12/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":161,"Cost":106,"Date":"3/31/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":527,"Cost":377,"Date":"6/16/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":647,"Cost":463,"Date":"6/17/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":474,"Cost":388,"Date":"8/27/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":945,"Cost":583,"Date":"10/1/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":752,"Cost":657,"Date":"11/4/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":353,"Cost":314,"Date":"11/9/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":292,"Date":"3/27/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":412,"Cost":262,"Date":"4/17/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":469,"Cost":328,"Date":"8/11/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":342,"Cost":315,"Date":"8/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":604,"Cost":572,"Date":"9/2/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":487,"Cost":333,"Date":"9/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":665,"Cost":402,"Date":"9/14/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":639,"Cost":523,"Date":"9/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":850,"Cost":647,"Date":"11/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":457,"Cost":322,"Date":"12/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":128,"Cost":103,"Date":"1/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":545,"Cost":368,"Date":"1/21/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":292,"Cost":179,"Date":"2/9/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":77,"Cost":56,"Date":"3/19/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":887,"Cost":540,"Date":"4/3/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":531,"Date":"4/5/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":699,"Cost":576,"Date":"4/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":111,"Cost":62,"Date":"7/10/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":452,"Cost":409,"Date":"3/25/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":912,"Cost":683,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":1,"Cost":1,"Date":"10/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":835,"Cost":693,"Date":"3/2/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":895,"Cost":594,"Date":"6/28/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":133,"Cost":117,"Date":"7/17/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":251,"Cost":212,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":63,"Cost":48,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":631,"Cost":505,"Date":"11/20/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":988,"Cost":826,"Date":"12/16/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":735,"Cost":605,"Date":"12/30/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":364,"Cost":266,"Date":"2/15/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":980,"Cost":685,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":618,"Cost":328,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":411,"Cost":361,"Date":"4/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":205,"Cost":190,"Date":"7/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":404,"Cost":333,"Date":"8/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":652,"Cost":415,"Date":"10/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":665,"Cost":448,"Date":"11/11/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":676,"Cost":483,"Date":"11/30/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":863,"Cost":629,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":320,"Cost":201,"Date":"3/1/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":258,"Cost":212,"Date":"4/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":385,"Cost":246,"Date":"5/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":983,"Cost":529,"Date":"8/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":455,"Cost":420,"Date":"9/15/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":950,"Cost":543,"Date":"10/14/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":731,"Cost":517,"Date":"10/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":196,"Cost":130,"Date":"11/11/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":714,"Cost":406,"Date":"12/7/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":436,"Cost":231,"Date":"12/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":229,"Cost":126,"Date":"1/6/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":484,"Cost":353,"Date":"1/23/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":921,"Cost":528,"Date":"2/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":585,"Cost":421,"Date":"3/10/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":710,"Cost":462,"Date":"3/12/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":954,"Cost":741,"Date":"3/31/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":342,"Cost":224,"Date":"6/16/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":97,"Cost":54,"Date":"6/17/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":527,"Cost":298,"Date":"8/27/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":802,"Cost":761,"Date":"10/1/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":260,"Cost":194,"Date":"11/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":535,"Cost":448,"Date":"11/9/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":904,"Cost":574,"Date":"3/27/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":772,"Cost":733,"Date":"4/17/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":80,"Cost":41,"Date":"8/11/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":561,"Cost":283,"Date":"8/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":571,"Cost":458,"Date":"9/2/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":887,"Cost":767,"Date":"9/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":403,"Cost":279,"Date":"9/14/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":594,"Cost":337,"Date":"9/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":67,"Cost":43,"Date":"11/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":153,"Cost":143,"Date":"12/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":605,"Cost":403,"Date":"1/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":238,"Cost":176,"Date":"1/21/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":509,"Cost":285,"Date":"2/9/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":225,"Cost":162,"Date":"3/19/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":402,"Cost":332,"Date":"4/3/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":806,"Cost":461,"Date":"4/5/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":349,"Cost":264,"Date":"4/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":9,"Cost":5,"Date":"7/10/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":743,"Cost":607,"Date":"3/25/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":324,"Cost":246,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":463,"Cost":428,"Date":"10/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":483,"Cost":420,"Date":"3/2/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":570,"Cost":536,"Date":"6/28/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":418,"Cost":216,"Date":"7/17/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":847,"Cost":607,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":963,"Cost":600,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":401,"Cost":289,"Date":"11/20/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":506,"Cost":406,"Date":"12/16/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":64,"Cost":40,"Date":"12/30/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":278,"Cost":193,"Date":"2/15/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":51,"Cost":48,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":374,"Cost":283,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":346,"Cost":307,"Date":"4/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":441,"Cost":232,"Date":"7/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":389,"Cost":201,"Date":"8/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":98,"Cost":93,"Date":"10/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":33,"Cost":20,"Date":"11/11/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":440,"Cost":332,"Date":"11/30/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":789,"Cost":563,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":511,"Cost":484,"Date":"3/1/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":236,"Cost":179,"Date":"4/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":439,"Cost":322,"Date":"5/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":281,"Cost":245,"Date":"8/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":449,"Cost":270,"Date":"9/15/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":71,"Cost":46,"Date":"10/14/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":267,"Cost":180,"Date":"10/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":881,"Cost":619,"Date":"11/11/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":3,"Cost":2,"Date":"12/7/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":782,"Cost":602,"Date":"12/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":443,"Cost":252,"Date":"1/6/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":851,"Cost":736,"Date":"1/23/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":780,"Cost":688,"Date":"2/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":911,"Cost":525,"Date":"3/10/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":142,"Cost":123,"Date":"3/12/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":344,"Cost":172,"Date":"3/31/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":797,"Cost":509,"Date":"6/16/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":451,"Cost":374,"Date":"6/17/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":184,"Cost":167,"Date":"8/27/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":110,"Cost":80,"Date":"10/1/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":460,"Cost":424,"Date":"11/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Jeans","Country":"Netherlands","Sale":802,"Cost":753,"Date":"11/9/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":415,"Cost":255,"Date":"3/27/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":594,"Cost":510,"Date":"4/17/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":400,"Cost":242,"Date":"8/11/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":813,"Cost":451,"Date":"8/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":903,"Cost":485,"Date":"9/2/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":310,"Cost":160,"Date":"9/5/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":719,"Cost":583,"Date":"9/14/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":235,"Cost":219,"Date":"9/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":318,"Cost":174,"Date":"11/20/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":145,"Cost":117,"Date":"12/21/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":450,"Cost":294,"Date":"1/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":118,"Cost":68,"Date":"1/21/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":151,"Cost":106,"Date":"2/9/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":535,"Cost":491,"Date":"3/19/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":510,"Cost":397,"Date":"4/3/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":484,"Cost":258,"Date":"4/5/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":14,"Cost":7,"Date":"4/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":280,"Cost":176,"Date":"7/10/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":906,"Cost":759,"Date":"3/25/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":886,"Cost":681,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":381,"Cost":300,"Date":"10/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":200,"Cost":126,"Date":"3/2/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":505,"Cost":412,"Date":"6/28/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":28,"Cost":25,"Date":"7/17/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":293,"Cost":278,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":191,"Cost":150,"Date":"8/23/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":291,"Cost":158,"Date":"11/20/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":4,"Cost":2,"Date":"12/16/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":364,"Cost":333,"Date":"12/30/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":220,"Cost":124,"Date":"2/15/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":369,"Cost":252,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":800,"Cost":421,"Date":"3/7/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":467,"Cost":332,"Date":"4/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":115,"Cost":87,"Date":"7/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":596,"Cost":544,"Date":"8/18/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":167,"Cost":105,"Date":"10/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":947,"Cost":582,"Date":"11/11/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":540,"Cost":482,"Date":"11/30/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":124,"Cost":77,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":846,"Cost":593,"Date":"3/1/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":440,"Cost":395,"Date":"4/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":942,"Cost":482,"Date":"5/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":439,"Cost":274,"Date":"8/13/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":257,"Cost":147,"Date":"9/15/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":870,"Cost":657,"Date":"10/14/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":833,"Cost":514,"Date":"10/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":564,"Cost":299,"Date":"11/11/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":454,"Cost":368,"Date":"12/7/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":974,"Cost":792,"Date":"12/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":415,"Cost":373,"Date":"1/6/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":80,"Cost":64,"Date":"1/23/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":703,"Cost":442,"Date":"2/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":52,"Cost":28,"Date":"3/10/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":847,"Cost":655,"Date":"3/12/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":980,"Cost":591,"Date":"3/31/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":727,"Cost":593,"Date":"6/16/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":942,"Cost":568,"Date":"6/17/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":295,"Cost":226,"Date":"8/27/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":22,"Cost":15,"Date":"10/1/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":736,"Cost":667,"Date":"11/4/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":514,"Cost":381,"Date":"11/9/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":846,"Cost":599,"Date":"3/27/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":173,"Cost":113,"Date":"4/17/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":63,"Cost":34,"Date":"8/11/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":209,"Cost":193,"Date":"8/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":21,"Cost":19,"Date":"9/2/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":810,"Cost":480,"Date":"9/5/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":61,"Cost":32,"Date":"9/14/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":247,"Cost":228,"Date":"9/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":196,"Cost":99,"Date":"11/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":481,"Cost":374,"Date":"12/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":764,"Cost":614,"Date":"1/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":664,"Cost":339,"Date":"1/21/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":284,"Cost":185,"Date":"2/9/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":386,"Cost":329,"Date":"3/19/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":391,"Cost":370,"Date":"4/3/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":155,"Cost":93,"Date":"4/5/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":610,"Cost":382,"Date":"4/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":289,"Cost":184,"Date":"7/10/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":834,"Cost":790,"Date":"3/25/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":914,"Cost":844,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":578,"Cost":512,"Date":"10/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":488,"Cost":252,"Date":"3/2/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":614,"Cost":403,"Date":"6/28/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":189,"Cost":146,"Date":"7/17/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":10,"Cost":9,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":875,"Cost":553,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":520,"Cost":305,"Date":"11/20/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":419,"Cost":340,"Date":"12/16/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":550,"Date":"12/30/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":315,"Cost":265,"Date":"2/15/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":537,"Cost":349,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":721,"Cost":472,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":829,"Cost":474,"Date":"4/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":13,"Cost":8,"Date":"7/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":613,"Cost":386,"Date":"8/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":124,"Cost":86,"Date":"10/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":34,"Cost":32,"Date":"11/11/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":73,"Cost":38,"Date":"11/30/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":249,"Cost":160,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":329,"Cost":217,"Date":"3/1/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":18,"Cost":15,"Date":"4/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":646,"Cost":354,"Date":"5/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":751,"Cost":609,"Date":"8/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":25,"Cost":22,"Date":"9/15/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":45,"Cost":27,"Date":"10/14/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":706,"Cost":559,"Date":"10/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":720,"Cost":391,"Date":"11/11/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":557,"Cost":392,"Date":"12/7/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":135,"Cost":124,"Date":"12/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":548,"Cost":474,"Date":"1/6/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":376,"Cost":227,"Date":"1/23/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":951,"Cost":809,"Date":"2/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":666,"Cost":603,"Date":"3/10/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":661,"Cost":361,"Date":"3/12/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":623,"Cost":491,"Date":"3/31/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":820,"Cost":647,"Date":"6/16/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":154,"Cost":109,"Date":"6/17/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":399,"Cost":314,"Date":"8/27/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":848,"Cost":631,"Date":"10/1/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":653,"Cost":403,"Date":"11/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":149,"Cost":91,"Date":"11/9/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":986,"Cost":914,"Date":"3/27/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":813,"Cost":658,"Date":"4/17/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":511,"Cost":403,"Date":"8/11/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":582,"Cost":349,"Date":"8/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":46,"Cost":38,"Date":"9/2/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":142,"Cost":132,"Date":"9/5/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":980,"Cost":837,"Date":"9/14/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":555,"Cost":396,"Date":"9/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":969,"Cost":816,"Date":"11/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":22,"Cost":20,"Date":"12/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":704,"Cost":526,"Date":"1/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":27,"Cost":25,"Date":"1/21/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":305,"Cost":161,"Date":"2/9/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":338,"Cost":288,"Date":"3/19/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":841,"Cost":443,"Date":"4/3/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":275,"Cost":260,"Date":"4/5/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":828,"Cost":507,"Date":"4/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":219,"Cost":148,"Date":"7/10/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":396,"Cost":341,"Date":"3/25/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":811,"Cost":564,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":868,"Cost":754,"Date":"10/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":936,"Cost":494,"Date":"3/2/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":237,"Cost":211,"Date":"6/28/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":499,"Cost":398,"Date":"7/17/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":195,"Cost":125,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":352,"Cost":319,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":230,"Cost":214,"Date":"11/20/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":601,"Cost":479,"Date":"12/16/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":130,"Cost":88,"Date":"12/30/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":25,"Cost":15,"Date":"2/15/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":675,"Cost":529,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":115,"Cost":86,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":304,"Cost":252,"Date":"4/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":342,"Cost":209,"Date":"7/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":770,"Cost":474,"Date":"8/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":602,"Cost":495,"Date":"10/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":280,"Cost":190,"Date":"11/11/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":753,"Cost":668,"Date":"11/30/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":224,"Cost":143,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":661,"Cost":438,"Date":"3/1/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":112,"Cost":99,"Date":"4/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":185,"Cost":119,"Date":"5/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":23,"Cost":13,"Date":"8/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":930,"Cost":789,"Date":"9/15/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":240,"Cost":172,"Date":"10/14/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":46,"Cost":44,"Date":"10/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":875,"Cost":446,"Date":"11/11/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":666,"Cost":540,"Date":"12/7/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":560,"Cost":326,"Date":"12/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":981,"Cost":744,"Date":"1/6/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":623,"Cost":524,"Date":"1/23/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":28,"Cost":16,"Date":"2/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":663,"Cost":379,"Date":"3/10/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":734,"Cost":416,"Date":"3/12/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":417,"Cost":233,"Date":"3/31/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":728,"Cost":603,"Date":"6/16/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":856,"Cost":687,"Date":"6/17/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":58,"Cost":42,"Date":"8/27/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":330,"Cost":286,"Date":"10/1/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":903,"Cost":816,"Date":"11/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":120,"Cost":62,"Date":"11/9/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":134,"Cost":95,"Date":"3/27/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":130,"Cost":85,"Date":"4/17/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":376,"Cost":213,"Date":"8/11/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":884,"Cost":589,"Date":"8/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":875,"Cost":564,"Date":"9/2/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":831,"Cost":576,"Date":"9/5/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":650,"Cost":409,"Date":"9/14/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":277,"Cost":147,"Date":"9/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":264,"Cost":177,"Date":"11/20/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":949,"Cost":809,"Date":"12/21/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":451,"Cost":288,"Date":"1/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":916,"Cost":864,"Date":"1/21/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":650,"Cost":487,"Date":"2/9/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":578,"Cost":358,"Date":"3/19/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":830,"Cost":449,"Date":"4/3/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":184,"Cost":154,"Date":"4/5/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":489,"Cost":407,"Date":"4/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":253,"Cost":153,"Date":"7/10/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":954,"Cost":609,"Date":"3/25/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":721,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":654,"Cost":580,"Date":"10/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":97,"Cost":56,"Date":"3/2/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":315,"Cost":297,"Date":"6/28/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":409,"Date":"7/17/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":431,"Cost":216,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":812,"Cost":464,"Date":"8/23/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":748,"Cost":666,"Date":"11/20/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":323,"Cost":233,"Date":"12/16/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":188,"Cost":139,"Date":"12/30/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":696,"Cost":352,"Date":"2/15/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":808,"Cost":565,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":515,"Cost":333,"Date":"3/7/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":981,"Cost":910,"Date":"4/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":255,"Cost":161,"Date":"7/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":504,"Cost":285,"Date":"8/18/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":776,"Cost":433,"Date":"10/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":968,"Cost":550,"Date":"11/11/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":764,"Cost":431,"Date":"11/30/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":793,"Cost":556,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":136,"Cost":93,"Date":"3/1/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":353,"Date":"4/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":43,"Cost":26,"Date":"5/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":393,"Cost":289,"Date":"8/13/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":676,"Cost":440,"Date":"9/15/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":26,"Cost":17,"Date":"10/14/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":233,"Cost":124,"Date":"10/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":242,"Date":"11/11/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":317,"Cost":176,"Date":"12/7/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":401,"Cost":271,"Date":"12/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":753,"Cost":559,"Date":"1/6/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":32,"Cost":31,"Date":"1/23/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":46,"Cost":36,"Date":"2/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":990,"Cost":703,"Date":"3/10/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":970,"Cost":773,"Date":"3/12/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":194,"Cost":126,"Date":"3/31/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":486,"Cost":441,"Date":"6/16/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":859,"Cost":774,"Date":"6/17/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":180,"Cost":166,"Date":"8/27/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":337,"Cost":310,"Date":"10/1/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":207,"Cost":118,"Date":"11/4/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":711,"Cost":538,"Date":"11/9/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":867,"Cost":576,"Date":"3/27/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":223,"Cost":157,"Date":"4/17/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":547,"Cost":285,"Date":"8/11/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":995,"Cost":913,"Date":"8/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":344,"Cost":259,"Date":"9/2/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":442,"Cost":391,"Date":"9/5/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":701,"Cost":621,"Date":"9/14/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":520,"Cost":272,"Date":"9/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":353,"Cost":255,"Date":"11/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":343,"Cost":240,"Date":"12/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":401,"Cost":292,"Date":"1/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":703,"Cost":575,"Date":"1/21/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":711,"Cost":370,"Date":"2/9/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":95,"Cost":51,"Date":"3/19/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":397,"Cost":207,"Date":"4/3/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":578,"Cost":412,"Date":"4/5/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":869,"Cost":452,"Date":"4/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":407,"Cost":241,"Date":"7/10/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":848,"Cost":514,"Date":"3/25/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":240,"Cost":196,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":617,"Cost":555,"Date":"10/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":234,"Cost":219,"Date":"3/2/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":472,"Cost":392,"Date":"6/28/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":37,"Cost":22,"Date":"7/17/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":609,"Cost":440,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":837,"Cost":779,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":985,"Cost":716,"Date":"11/20/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":322,"Date":"12/16/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":521,"Cost":476,"Date":"12/30/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":562,"Cost":346,"Date":"2/15/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":180,"Cost":122,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":596,"Cost":446,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":126,"Cost":91,"Date":"4/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":484,"Cost":283,"Date":"7/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":607,"Cost":484,"Date":"8/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":814,"Cost":553,"Date":"10/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":192,"Cost":128,"Date":"11/11/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":112,"Cost":67,"Date":"11/30/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":656,"Cost":576,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":432,"Cost":347,"Date":"3/1/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":138,"Cost":123,"Date":"4/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":135,"Cost":85,"Date":"5/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":125,"Cost":103,"Date":"8/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":868,"Cost":795,"Date":"9/15/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":246,"Cost":204,"Date":"10/14/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":100,"Cost":72,"Date":"10/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":980,"Cost":871,"Date":"11/11/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":296,"Cost":229,"Date":"12/7/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":717,"Cost":625,"Date":"12/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":321,"Cost":289,"Date":"1/6/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":457,"Cost":294,"Date":"1/23/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":559,"Cost":338,"Date":"2/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":588,"Cost":539,"Date":"3/10/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":287,"Cost":230,"Date":"3/12/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":81,"Cost":77,"Date":"3/31/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":975,"Cost":566,"Date":"6/16/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":963,"Cost":820,"Date":"6/17/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":406,"Cost":314,"Date":"8/27/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":320,"Cost":280,"Date":"10/1/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":332,"Cost":313,"Date":"11/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":318,"Cost":221,"Date":"11/9/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":952,"Cost":499,"Date":"3/27/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":248,"Cost":159,"Date":"4/17/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":297,"Cost":227,"Date":"8/11/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":654,"Cost":550,"Date":"8/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":777,"Cost":704,"Date":"9/2/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":68,"Cost":47,"Date":"9/5/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":161,"Cost":101,"Date":"9/14/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":333,"Cost":240,"Date":"9/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":315,"Cost":278,"Date":"11/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":585,"Cost":388,"Date":"12/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":701,"Cost":386,"Date":"1/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":95,"Cost":50,"Date":"1/21/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":711,"Cost":479,"Date":"2/9/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":182,"Cost":113,"Date":"3/19/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":743,"Cost":450,"Date":"4/3/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":284,"Cost":145,"Date":"4/5/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":569,"Cost":513,"Date":"4/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":833,"Cost":612,"Date":"7/10/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":884,"Cost":683,"Date":"3/25/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":940,"Cost":848,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":24,"Cost":21,"Date":"10/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":359,"Cost":289,"Date":"3/2/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":778,"Cost":644,"Date":"6/28/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":407,"Cost":226,"Date":"7/17/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":3,"Cost":1,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":954,"Cost":598,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":841,"Cost":635,"Date":"11/20/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":21,"Cost":10,"Date":"12/16/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":316,"Cost":272,"Date":"12/30/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":11,"Cost":8,"Date":"2/15/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":832,"Cost":574,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":117,"Cost":64,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":749,"Cost":616,"Date":"4/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":864,"Cost":674,"Date":"7/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":185,"Cost":138,"Date":"8/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":79,"Cost":40,"Date":"10/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":653,"Cost":479,"Date":"11/11/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":194,"Cost":148,"Date":"11/30/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":64,"Cost":52,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":433,"Cost":319,"Date":"3/1/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":839,"Cost":771,"Date":"4/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":19,"Cost":11,"Date":"5/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":982,"Cost":744,"Date":"8/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":148,"Cost":127,"Date":"9/15/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":933,"Cost":604,"Date":"10/14/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":202,"Cost":133,"Date":"10/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":292,"Cost":274,"Date":"11/11/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":927,"Cost":574,"Date":"12/7/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":410,"Cost":263,"Date":"12/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":40,"Cost":35,"Date":"1/6/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":734,"Cost":595,"Date":"1/23/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":871,"Cost":557,"Date":"2/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":726,"Cost":689,"Date":"3/10/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":756,"Cost":656,"Date":"3/12/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":437,"Cost":411,"Date":"3/31/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":377,"Cost":346,"Date":"6/16/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":735,"Cost":669,"Date":"6/17/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":668,"Cost":553,"Date":"8/27/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":771,"Cost":509,"Date":"10/1/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":855,"Cost":634,"Date":"11/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":613,"Cost":390,"Date":"11/9/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":360,"Cost":230,"Date":"3/27/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":308,"Cost":273,"Date":"4/17/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":152,"Cost":86,"Date":"8/11/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":890,"Cost":735,"Date":"8/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":792,"Cost":658,"Date":"9/2/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":835,"Cost":610,"Date":"9/5/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":563,"Cost":356,"Date":"9/14/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":307,"Cost":221,"Date":"9/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":751,"Cost":581,"Date":"11/20/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":951,"Cost":608,"Date":"12/21/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":656,"Cost":497,"Date":"1/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":232,"Cost":141,"Date":"1/21/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":333,"Cost":241,"Date":"2/9/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":962,"Cost":790,"Date":"3/19/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":228,"Cost":217,"Date":"4/3/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":886,"Cost":586,"Date":"4/5/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":547,"Cost":461,"Date":"4/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":444,"Cost":370,"Date":"7/10/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":161,"Cost":113,"Date":"3/25/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":626,"Cost":559,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":312,"Cost":245,"Date":"10/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":369,"Cost":306,"Date":"3/2/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":429,"Cost":376,"Date":"6/28/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":67,"Cost":37,"Date":"7/17/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":653,"Cost":580,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":291,"Cost":172,"Date":"8/23/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":970,"Cost":783,"Date":"11/20/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":140,"Cost":120,"Date":"12/16/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":437,"Cost":254,"Date":"12/30/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":798,"Cost":542,"Date":"2/15/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":932,"Cost":700,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":643,"Cost":339,"Date":"3/7/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":893,"Cost":550,"Date":"4/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":272,"Cost":221,"Date":"7/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":815,"Cost":694,"Date":"8/18/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":329,"Cost":166,"Date":"10/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":867,"Cost":733,"Date":"11/11/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":513,"Cost":322,"Date":"11/30/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":364,"Cost":315,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":598,"Cost":562,"Date":"3/1/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":276,"Cost":230,"Date":"4/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":515,"Cost":370,"Date":"5/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":610,"Cost":382,"Date":"8/13/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":413,"Cost":209,"Date":"9/15/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":954,"Cost":699,"Date":"10/14/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":829,"Cost":430,"Date":"10/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":232,"Cost":153,"Date":"11/11/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":427,"Cost":274,"Date":"12/7/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":111,"Cost":99,"Date":"12/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":25,"Cost":15,"Date":"1/6/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":970,"Cost":910,"Date":"1/23/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":526,"Cost":420,"Date":"2/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":106,"Cost":59,"Date":"3/10/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":618,"Cost":406,"Date":"3/12/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":352,"Cost":299,"Date":"3/31/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":92,"Cost":54,"Date":"6/16/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":258,"Cost":220,"Date":"6/17/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":455,"Cost":275,"Date":"8/27/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":133,"Cost":97,"Date":"10/1/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":246,"Cost":213,"Date":"11/4/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":290,"Cost":176,"Date":"11/9/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":990,"Cost":763,"Date":"3/27/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":340,"Cost":219,"Date":"4/17/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":252,"Cost":220,"Date":"8/11/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":326,"Cost":251,"Date":"8/21/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":447,"Cost":241,"Date":"9/2/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":442,"Cost":225,"Date":"9/5/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":638,"Cost":403,"Date":"9/14/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":892,"Cost":733,"Date":"9/20/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":92,"Cost":68,"Date":"11/20/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":105,"Cost":67,"Date":"12/21/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":919,"Cost":802,"Date":"1/7/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":745,"Cost":433,"Date":"1/21/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":284,"Cost":239,"Date":"2/9/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":331,"Cost":257,"Date":"3/19/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":938,"Cost":696,"Date":"4/3/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":287,"Cost":251,"Date":"4/5/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":850,"Cost":670,"Date":"4/28/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":379,"Cost":269,"Date":"7/10/2019"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":665,"Cost":385,"Date":"3/25/2020"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":830,"Cost":511,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":102,"Cost":67,"Date":"10/28/2020"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":441,"Cost":394,"Date":"3/2/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":940,"Cost":599,"Date":"6/28/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":68,"Cost":42,"Date":"7/17/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":229,"Cost":178,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":269,"Cost":140,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":791,"Cost":433,"Date":"11/20/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":254,"Cost":171,"Date":"12/16/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":536,"Cost":402,"Date":"12/30/2021"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":620,"Cost":370,"Date":"2/15/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":754,"Cost":588,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":956,"Cost":522,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":5,"Cost":4,"Date":"4/18/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":945,"Cost":856,"Date":"7/27/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":202,"Cost":116,"Date":"8/18/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":271,"Cost":147,"Date":"10/31/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":156,"Cost":138,"Date":"11/11/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":414,"Cost":286,"Date":"11/30/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":129,"Cost":100,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":490,"Cost":303,"Date":"3/1/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":314,"Cost":263,"Date":"4/13/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":230,"Cost":202,"Date":"5/20/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":259,"Cost":216,"Date":"8/13/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":738,"Cost":626,"Date":"9/15/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":992,"Cost":785,"Date":"10/14/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":918,"Cost":720,"Date":"10/28/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":601,"Cost":479,"Date":"11/11/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":127,"Cost":121,"Date":"12/7/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":168,"Cost":141,"Date":"12/21/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":166,"Date":"1/6/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":57,"Cost":39,"Date":"1/23/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":121,"Cost":96,"Date":"2/4/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":900,"Cost":818,"Date":"3/10/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":602,"Cost":508,"Date":"3/12/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":594,"Cost":323,"Date":"3/31/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":455,"Cost":263,"Date":"6/16/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":168,"Cost":142,"Date":"6/17/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":773,"Cost":452,"Date":"8/27/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":409,"Cost":234,"Date":"10/1/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":277,"Cost":166,"Date":"11/4/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":11,"Cost":10,"Date":"11/9/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":249,"Cost":166,"Date":"3/27/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":313,"Cost":207,"Date":"4/17/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":437,"Cost":405,"Date":"8/11/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":569,"Cost":490,"Date":"8/21/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":199,"Cost":148,"Date":"9/2/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":274,"Cost":166,"Date":"9/5/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":57,"Cost":39,"Date":"9/14/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":596,"Cost":368,"Date":"9/20/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":245,"Cost":219,"Date":"11/20/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":341,"Cost":199,"Date":"12/21/2018"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":33,"Cost":28,"Date":"1/7/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":857,"Cost":509,"Date":"1/21/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":445,"Cost":364,"Date":"2/9/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":807,"Cost":519,"Date":"3/19/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":979,"Cost":823,"Date":"4/3/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":808,"Cost":494,"Date":"4/5/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":63,"Cost":54,"Date":"4/28/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":170,"Cost":161,"Date":"7/10/2019"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":820,"Cost":758,"Date":"3/25/2020"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":609,"Cost":417,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":698,"Cost":381,"Date":"10/28/2020"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":693,"Cost":387,"Date":"3/2/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":829,"Cost":760,"Date":"6/28/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":83,"Cost":55,"Date":"7/17/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":709,"Cost":576,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":371,"Cost":190,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":899,"Cost":451,"Date":"11/20/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":641,"Cost":448,"Date":"12/16/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":561,"Cost":295,"Date":"12/30/2021"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":420,"Cost":311,"Date":"2/15/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":407,"Cost":322,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":527,"Cost":271,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":105,"Cost":94,"Date":"4/18/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":312,"Cost":215,"Date":"7/27/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":680,"Cost":509,"Date":"8/18/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":621,"Cost":342,"Date":"10/31/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":409,"Cost":358,"Date":"11/11/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":782,"Cost":680,"Date":"11/30/2022"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":131,"Cost":113,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":21,"Cost":14,"Date":"3/1/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":613,"Cost":478,"Date":"4/13/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":57,"Cost":37,"Date":"5/20/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":52,"Cost":47,"Date":"8/13/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":896,"Cost":835,"Date":"9/15/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":268,"Cost":247,"Date":"10/14/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":953,"Cost":845,"Date":"10/28/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":59,"Cost":54,"Date":"11/11/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":369,"Cost":337,"Date":"12/7/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":383,"Cost":217,"Date":"12/21/2023"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":333,"Cost":313,"Date":"1/6/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":600,"Cost":491,"Date":"1/23/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":400,"Cost":207,"Date":"2/4/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":997,"Cost":692,"Date":"3/10/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":293,"Cost":174,"Date":"3/12/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":933,"Cost":884,"Date":"3/31/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":554,"Cost":332,"Date":"6/16/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":422,"Cost":235,"Date":"6/17/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":719,"Cost":383,"Date":"8/27/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":746,"Cost":408,"Date":"10/1/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":932,"Cost":547,"Date":"11/4/2024"},{"Store":"Blue City, Warsaw","Brand":"Nova","Country":"Poland","Sale":754,"Cost":677,"Date":"11/9/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":865,"Cost":527,"Date":"3/27/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":189,"Cost":128,"Date":"4/17/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":925,"Cost":542,"Date":"8/11/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":104,"Cost":76,"Date":"8/21/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":218,"Cost":136,"Date":"9/2/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":900,"Cost":709,"Date":"9/5/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":313,"Cost":202,"Date":"9/14/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":896,"Cost":720,"Date":"9/20/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":411,"Cost":275,"Date":"11/20/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":524,"Cost":426,"Date":"12/21/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":152,"Cost":138,"Date":"1/7/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":622,"Cost":370,"Date":"1/21/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":109,"Cost":79,"Date":"2/9/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":549,"Cost":510,"Date":"3/19/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":12,"Cost":7,"Date":"4/3/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":365,"Cost":345,"Date":"4/5/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":622,"Cost":412,"Date":"4/28/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":2,"Cost":1,"Date":"7/10/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":581,"Cost":361,"Date":"3/25/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":902,"Cost":593,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":307,"Cost":171,"Date":"10/28/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":337,"Cost":216,"Date":"3/2/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":711,"Cost":380,"Date":"6/28/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":513,"Cost":376,"Date":"7/17/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":768,"Cost":479,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":388,"Cost":205,"Date":"8/23/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":264,"Cost":206,"Date":"11/20/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":910,"Cost":709,"Date":"12/16/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":372,"Cost":235,"Date":"12/30/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":447,"Cost":338,"Date":"2/15/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":762,"Cost":575,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":576,"Cost":304,"Date":"3/7/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":19,"Cost":16,"Date":"4/18/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":399,"Cost":338,"Date":"7/27/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":16,"Cost":13,"Date":"8/18/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":837,"Cost":553,"Date":"10/31/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":561,"Cost":508,"Date":"11/11/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":652,"Cost":598,"Date":"11/30/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":119,"Cost":86,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":344,"Cost":263,"Date":"3/1/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":159,"Cost":135,"Date":"4/13/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":569,"Cost":356,"Date":"5/20/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":953,"Cost":506,"Date":"8/13/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":293,"Cost":276,"Date":"9/15/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":823,"Cost":713,"Date":"10/14/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":281,"Cost":225,"Date":"10/28/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":80,"Cost":51,"Date":"11/11/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":601,"Cost":417,"Date":"12/7/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":751,"Cost":602,"Date":"12/21/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":774,"Cost":607,"Date":"1/6/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":795,"Cost":452,"Date":"1/23/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":796,"Cost":542,"Date":"2/4/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":194,"Cost":105,"Date":"3/10/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":96,"Cost":88,"Date":"3/12/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":7,"Cost":7,"Date":"3/31/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":873,"Cost":822,"Date":"6/16/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":830,"Cost":449,"Date":"6/17/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":423,"Cost":257,"Date":"8/27/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":477,"Cost":249,"Date":"10/1/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":248,"Cost":199,"Date":"11/4/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":129,"Cost":119,"Date":"11/9/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":43,"Cost":39,"Date":"3/27/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":397,"Cost":311,"Date":"4/17/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":552,"Cost":437,"Date":"8/11/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":237,"Cost":166,"Date":"8/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":669,"Cost":512,"Date":"9/2/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":203,"Cost":193,"Date":"9/5/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":440,"Cost":274,"Date":"9/14/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":801,"Cost":434,"Date":"9/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":940,"Cost":886,"Date":"11/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":713,"Cost":377,"Date":"12/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":883,"Cost":547,"Date":"1/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":789,"Cost":499,"Date":"1/21/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":811,"Cost":704,"Date":"2/9/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":530,"Date":"3/19/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":924,"Cost":700,"Date":"4/3/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":137,"Cost":124,"Date":"4/5/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":809,"Cost":413,"Date":"4/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":701,"Cost":378,"Date":"7/10/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":620,"Cost":368,"Date":"3/25/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":359,"Cost":314,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":810,"Cost":637,"Date":"10/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":443,"Cost":276,"Date":"3/2/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":250,"Cost":129,"Date":"6/28/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":641,"Cost":593,"Date":"7/17/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":133,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":53,"Cost":34,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":795,"Cost":533,"Date":"11/20/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":521,"Cost":279,"Date":"12/16/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":873,"Cost":504,"Date":"12/30/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":944,"Cost":484,"Date":"2/15/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":648,"Cost":450,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":311,"Cost":215,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":760,"Cost":564,"Date":"4/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":977,"Cost":761,"Date":"7/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":679,"Cost":473,"Date":"8/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":378,"Cost":213,"Date":"10/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":999,"Cost":929,"Date":"11/11/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":327,"Cost":261,"Date":"11/30/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":632,"Cost":355,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":160,"Cost":143,"Date":"3/1/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":494,"Cost":462,"Date":"4/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":784,"Cost":573,"Date":"5/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":831,"Cost":697,"Date":"8/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":1000,"Cost":757,"Date":"9/15/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":468,"Cost":439,"Date":"10/14/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":896,"Cost":732,"Date":"10/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":103,"Cost":89,"Date":"11/11/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":133,"Cost":71,"Date":"12/7/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":680,"Cost":546,"Date":"12/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":53,"Cost":31,"Date":"1/6/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":878,"Cost":558,"Date":"1/23/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":703,"Cost":509,"Date":"2/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":297,"Cost":241,"Date":"3/10/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":34,"Cost":28,"Date":"3/12/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":961,"Cost":800,"Date":"3/31/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":29,"Cost":22,"Date":"6/16/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":573,"Cost":369,"Date":"6/17/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":718,"Cost":459,"Date":"8/27/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":60,"Cost":30,"Date":"10/1/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":18,"Cost":11,"Date":"11/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM Home","Country":"Poland","Sale":783,"Cost":578,"Date":"11/9/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":689,"Cost":445,"Date":"3/27/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":1,"Cost":1,"Date":"4/17/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":942,"Cost":802,"Date":"8/11/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":241,"Cost":213,"Date":"8/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":558,"Cost":504,"Date":"9/2/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":932,"Cost":477,"Date":"9/5/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":678,"Cost":442,"Date":"9/14/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":845,"Cost":425,"Date":"9/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":767,"Cost":671,"Date":"11/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":784,"Cost":740,"Date":"12/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":669,"Cost":445,"Date":"1/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":496,"Cost":394,"Date":"1/21/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":329,"Cost":290,"Date":"2/9/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":470,"Cost":352,"Date":"3/19/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":215,"Cost":189,"Date":"4/3/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":708,"Cost":552,"Date":"4/5/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":130,"Cost":91,"Date":"4/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":318,"Cost":279,"Date":"7/10/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":423,"Cost":274,"Date":"3/25/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":139,"Cost":82,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":259,"Cost":228,"Date":"10/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":598,"Cost":400,"Date":"3/2/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":219,"Cost":165,"Date":"6/28/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":745,"Cost":487,"Date":"7/17/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":438,"Cost":234,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":478,"Cost":282,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":998,"Cost":832,"Date":"11/20/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":348,"Cost":289,"Date":"12/16/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":523,"Cost":383,"Date":"12/30/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":679,"Cost":521,"Date":"2/15/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":271,"Cost":222,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":28,"Cost":18,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":903,"Cost":598,"Date":"4/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":57,"Cost":46,"Date":"7/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":740,"Cost":404,"Date":"8/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":82,"Cost":44,"Date":"10/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":235,"Cost":181,"Date":"11/11/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":21,"Cost":16,"Date":"11/30/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":496,"Cost":266,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":547,"Cost":362,"Date":"3/1/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":657,"Cost":582,"Date":"4/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":660,"Cost":537,"Date":"5/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":585,"Cost":360,"Date":"8/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":878,"Cost":583,"Date":"9/15/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":856,"Cost":449,"Date":"10/14/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":76,"Cost":63,"Date":"10/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":619,"Cost":468,"Date":"11/11/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":10,"Cost":6,"Date":"12/7/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":314,"Cost":263,"Date":"12/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":836,"Cost":551,"Date":"1/6/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":280,"Cost":164,"Date":"1/23/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":142,"Cost":106,"Date":"2/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":665,"Cost":574,"Date":"3/10/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":526,"Cost":457,"Date":"3/12/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":418,"Cost":361,"Date":"3/31/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":8,"Cost":8,"Date":"6/16/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":605,"Cost":408,"Date":"6/17/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":171,"Cost":126,"Date":"8/27/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":132,"Cost":117,"Date":"10/1/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":566,"Cost":326,"Date":"11/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Nova","Country":"Poland","Sale":698,"Cost":483,"Date":"11/9/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":501,"Cost":306,"Date":"3/27/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":974,"Cost":843,"Date":"4/17/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":558,"Cost":414,"Date":"8/11/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":316,"Cost":294,"Date":"8/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":835,"Cost":453,"Date":"9/2/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":272,"Cost":236,"Date":"9/5/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":12,"Cost":6,"Date":"9/14/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":230,"Cost":161,"Date":"9/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":566,"Cost":292,"Date":"11/20/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":722,"Cost":482,"Date":"12/21/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":207,"Cost":117,"Date":"1/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":91,"Cost":82,"Date":"1/21/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":814,"Cost":746,"Date":"2/9/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":530,"Cost":439,"Date":"3/19/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":481,"Cost":343,"Date":"4/3/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":988,"Cost":892,"Date":"4/5/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":404,"Cost":313,"Date":"4/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":915,"Cost":859,"Date":"7/10/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":381,"Cost":318,"Date":"3/25/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":237,"Cost":185,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":686,"Cost":468,"Date":"10/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":24,"Cost":22,"Date":"3/2/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":33,"Cost":21,"Date":"6/28/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":775,"Cost":470,"Date":"7/17/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":32,"Cost":25,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":246,"Cost":196,"Date":"8/23/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":837,"Cost":464,"Date":"11/20/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":822,"Cost":743,"Date":"12/16/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":468,"Cost":441,"Date":"12/30/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":355,"Cost":188,"Date":"2/15/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":267,"Cost":186,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":271,"Cost":203,"Date":"3/7/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":950,"Cost":719,"Date":"4/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":838,"Cost":763,"Date":"7/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":234,"Cost":202,"Date":"8/18/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":472,"Cost":374,"Date":"10/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":339,"Cost":208,"Date":"11/11/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":53,"Cost":28,"Date":"11/30/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":735,"Cost":683,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":907,"Cost":650,"Date":"3/1/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":192,"Cost":141,"Date":"4/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":101,"Cost":50,"Date":"5/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":33,"Cost":18,"Date":"8/13/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":264,"Cost":132,"Date":"9/15/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":394,"Cost":320,"Date":"10/14/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":293,"Cost":233,"Date":"10/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":754,"Cost":707,"Date":"11/11/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":675,"Cost":606,"Date":"12/7/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":148,"Cost":113,"Date":"12/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":696,"Cost":536,"Date":"1/6/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":760,"Cost":683,"Date":"1/23/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":808,"Cost":452,"Date":"2/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":915,"Cost":672,"Date":"3/10/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":132,"Cost":112,"Date":"3/12/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":417,"Cost":244,"Date":"3/31/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":682,"Cost":438,"Date":"6/16/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":204,"Cost":175,"Date":"6/17/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":242,"Cost":150,"Date":"8/27/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":23,"Cost":21,"Date":"10/1/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":766,"Cost":542,"Date":"11/4/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":51,"Cost":35,"Date":"11/9/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":637,"Cost":488,"Date":"3/27/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":541,"Cost":492,"Date":"4/17/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":765,"Cost":640,"Date":"8/11/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":184,"Cost":128,"Date":"8/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":35,"Cost":22,"Date":"9/2/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":144,"Cost":80,"Date":"9/5/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":265,"Cost":167,"Date":"9/14/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":956,"Cost":512,"Date":"9/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":111,"Cost":70,"Date":"11/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":289,"Cost":265,"Date":"12/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":665,"Cost":490,"Date":"1/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":446,"Cost":309,"Date":"1/21/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":557,"Cost":451,"Date":"2/9/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":829,"Cost":631,"Date":"3/19/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":43,"Cost":34,"Date":"4/3/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":592,"Cost":556,"Date":"4/5/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":692,"Cost":532,"Date":"4/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":519,"Cost":360,"Date":"7/10/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":229,"Cost":127,"Date":"3/25/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":412,"Cost":387,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":938,"Cost":719,"Date":"10/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":688,"Cost":582,"Date":"3/2/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":4,"Cost":3,"Date":"6/28/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":360,"Cost":312,"Date":"7/17/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":273,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":148,"Cost":103,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":397,"Cost":368,"Date":"11/20/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":629,"Date":"12/16/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":486,"Cost":431,"Date":"12/30/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":602,"Date":"2/15/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":626,"Cost":518,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":414,"Cost":311,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":672,"Cost":486,"Date":"4/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":979,"Cost":626,"Date":"7/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":116,"Cost":77,"Date":"8/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":505,"Cost":271,"Date":"10/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":161,"Cost":119,"Date":"11/11/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":899,"Cost":548,"Date":"11/30/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":728,"Cost":630,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":374,"Cost":265,"Date":"3/1/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":650,"Cost":351,"Date":"4/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":746,"Cost":458,"Date":"5/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":124,"Cost":84,"Date":"8/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":258,"Cost":175,"Date":"9/15/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":899,"Cost":534,"Date":"10/14/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":681,"Cost":622,"Date":"10/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":245,"Date":"11/11/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":849,"Cost":503,"Date":"12/7/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":112,"Cost":88,"Date":"12/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":328,"Cost":248,"Date":"1/6/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":451,"Cost":230,"Date":"1/23/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":384,"Cost":278,"Date":"2/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":844,"Cost":564,"Date":"3/10/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":869,"Cost":675,"Date":"3/12/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":983,"Cost":923,"Date":"3/31/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":531,"Cost":268,"Date":"6/16/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":149,"Cost":121,"Date":"6/17/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":260,"Cost":138,"Date":"8/27/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":653,"Cost":329,"Date":"10/1/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":743,"Cost":451,"Date":"11/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":364,"Cost":233,"Date":"11/9/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":810,"Cost":442,"Date":"3/27/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":489,"Date":"4/17/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":434,"Cost":241,"Date":"8/11/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":58,"Cost":38,"Date":"8/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":341,"Cost":215,"Date":"9/2/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":433,"Cost":218,"Date":"9/5/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":954,"Cost":477,"Date":"9/14/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":539,"Cost":331,"Date":"9/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":786,"Cost":647,"Date":"11/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":369,"Cost":275,"Date":"12/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":618,"Cost":514,"Date":"1/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":553,"Cost":344,"Date":"1/21/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":901,"Cost":540,"Date":"2/9/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":751,"Cost":581,"Date":"3/19/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":773,"Date":"4/3/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":227,"Cost":163,"Date":"4/5/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":479,"Cost":252,"Date":"4/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":787,"Cost":480,"Date":"7/10/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":384,"Cost":247,"Date":"3/25/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":758,"Cost":397,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":194,"Cost":114,"Date":"10/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":477,"Cost":378,"Date":"3/2/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":571,"Cost":480,"Date":"6/28/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":384,"Cost":252,"Date":"7/17/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":4,"Cost":2,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":91,"Cost":82,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":890,"Cost":729,"Date":"11/20/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":567,"Cost":477,"Date":"12/16/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":68,"Cost":57,"Date":"12/30/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":743,"Cost":675,"Date":"2/15/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":126,"Cost":74,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":859,"Cost":582,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":561,"Cost":289,"Date":"4/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":309,"Cost":197,"Date":"7/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":952,"Cost":577,"Date":"8/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":321,"Cost":192,"Date":"10/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":547,"Cost":425,"Date":"11/11/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":506,"Cost":255,"Date":"11/30/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":552,"Cost":386,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":509,"Cost":372,"Date":"3/1/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":892,"Cost":805,"Date":"4/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":420,"Cost":280,"Date":"5/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":658,"Cost":471,"Date":"8/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":572,"Cost":384,"Date":"9/15/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":493,"Cost":277,"Date":"10/14/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":736,"Cost":608,"Date":"10/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":380,"Cost":332,"Date":"11/11/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":45,"Date":"12/7/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":682,"Cost":625,"Date":"12/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":650,"Cost":368,"Date":"1/6/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":273,"Cost":239,"Date":"1/23/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":367,"Cost":193,"Date":"2/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":496,"Date":"3/10/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":68,"Cost":61,"Date":"3/12/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":402,"Date":"3/31/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":308,"Cost":278,"Date":"6/16/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":119,"Cost":113,"Date":"6/17/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":293,"Cost":255,"Date":"8/27/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":172,"Cost":115,"Date":"10/1/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":900,"Cost":829,"Date":"11/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":827,"Cost":697,"Date":"11/9/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":268,"Cost":198,"Date":"3/27/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":359,"Cost":338,"Date":"4/17/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":741,"Cost":664,"Date":"8/11/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":656,"Cost":459,"Date":"8/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":357,"Cost":188,"Date":"9/2/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":172,"Cost":89,"Date":"9/5/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":312,"Cost":292,"Date":"9/14/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":103,"Cost":86,"Date":"9/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":113,"Cost":57,"Date":"11/20/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":964,"Cost":829,"Date":"12/21/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":451,"Cost":300,"Date":"1/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":878,"Cost":484,"Date":"1/21/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":877,"Cost":454,"Date":"2/9/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":194,"Cost":105,"Date":"3/19/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":734,"Cost":658,"Date":"4/3/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":564,"Cost":448,"Date":"4/5/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":154,"Cost":112,"Date":"4/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":513,"Cost":434,"Date":"7/10/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":765,"Cost":549,"Date":"3/25/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":921,"Cost":600,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":764,"Cost":435,"Date":"10/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":1,"Cost":0,"Date":"3/2/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":594,"Cost":361,"Date":"6/28/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":44,"Cost":31,"Date":"7/17/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":56,"Cost":43,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":954,"Cost":616,"Date":"8/23/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":545,"Cost":295,"Date":"11/20/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":6,"Cost":6,"Date":"12/16/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":610,"Cost":419,"Date":"12/30/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":874,"Cost":449,"Date":"2/15/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":579,"Cost":503,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":536,"Cost":342,"Date":"3/7/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":357,"Cost":332,"Date":"4/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":721,"Cost":619,"Date":"7/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":660,"Cost":507,"Date":"8/18/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":68,"Cost":51,"Date":"10/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":351,"Cost":256,"Date":"11/11/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":545,"Cost":352,"Date":"11/30/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":454,"Cost":306,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":335,"Cost":252,"Date":"3/1/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":974,"Cost":862,"Date":"4/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":234,"Cost":144,"Date":"5/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":491,"Cost":284,"Date":"8/13/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":649,"Cost":526,"Date":"9/15/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":99,"Cost":57,"Date":"10/14/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":748,"Cost":632,"Date":"10/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":239,"Cost":158,"Date":"11/11/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":479,"Cost":329,"Date":"12/7/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":846,"Cost":633,"Date":"12/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":876,"Cost":622,"Date":"1/6/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":295,"Cost":270,"Date":"1/23/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":936,"Cost":687,"Date":"2/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":982,"Cost":581,"Date":"3/10/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":85,"Cost":62,"Date":"3/12/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":484,"Cost":374,"Date":"3/31/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":446,"Cost":332,"Date":"6/16/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":574,"Cost":492,"Date":"6/17/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":45,"Cost":28,"Date":"8/27/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":582,"Cost":465,"Date":"10/1/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":478,"Cost":338,"Date":"11/4/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"COS","Country":"Poland","Sale":915,"Cost":850,"Date":"11/9/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":780,"Cost":404,"Date":"3/27/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":995,"Cost":904,"Date":"4/17/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":875,"Cost":471,"Date":"8/11/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":280,"Cost":161,"Date":"8/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":283,"Cost":255,"Date":"9/2/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":966,"Cost":913,"Date":"9/5/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":624,"Cost":442,"Date":"9/14/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":310,"Cost":203,"Date":"9/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":238,"Cost":170,"Date":"11/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":825,"Cost":718,"Date":"12/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":595,"Cost":470,"Date":"1/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":858,"Cost":723,"Date":"1/21/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":406,"Cost":346,"Date":"2/9/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":16,"Cost":9,"Date":"3/19/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":193,"Cost":118,"Date":"4/3/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":298,"Cost":206,"Date":"4/5/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":278,"Cost":251,"Date":"4/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":371,"Cost":342,"Date":"7/10/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":82,"Cost":65,"Date":"3/25/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":709,"Cost":662,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":926,"Cost":850,"Date":"10/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":560,"Cost":335,"Date":"3/2/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":413,"Cost":290,"Date":"6/28/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":893,"Cost":693,"Date":"7/17/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":369,"Cost":215,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":3,"Cost":1,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":470,"Cost":235,"Date":"11/20/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":610,"Cost":470,"Date":"12/16/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":948,"Cost":852,"Date":"12/30/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":249,"Cost":160,"Date":"2/15/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":653,"Cost":403,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":509,"Cost":328,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":151,"Cost":78,"Date":"4/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":427,"Cost":283,"Date":"7/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":723,"Cost":677,"Date":"8/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":508,"Cost":391,"Date":"10/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":758,"Cost":604,"Date":"11/11/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":654,"Cost":355,"Date":"11/30/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":901,"Cost":672,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":161,"Cost":138,"Date":"3/1/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":721,"Cost":381,"Date":"4/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":747,"Cost":425,"Date":"5/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":546,"Cost":491,"Date":"8/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":655,"Cost":384,"Date":"9/15/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":269,"Cost":137,"Date":"10/14/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":648,"Cost":428,"Date":"10/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":903,"Cost":757,"Date":"11/11/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":471,"Cost":342,"Date":"12/7/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":756,"Cost":519,"Date":"12/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":779,"Cost":532,"Date":"1/6/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":982,"Cost":775,"Date":"1/23/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":707,"Cost":464,"Date":"2/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":1,"Cost":1,"Date":"3/10/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":212,"Cost":183,"Date":"3/12/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":118,"Cost":70,"Date":"3/31/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":894,"Cost":567,"Date":"6/16/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":950,"Cost":880,"Date":"6/17/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":515,"Cost":313,"Date":"8/27/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":291,"Cost":214,"Date":"10/1/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":521,"Cost":381,"Date":"11/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Jeans","Country":"Poland","Sale":119,"Cost":78,"Date":"11/9/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":995,"Cost":802,"Date":"3/27/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":815,"Cost":677,"Date":"4/17/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":870,"Cost":827,"Date":"8/11/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":257,"Cost":155,"Date":"8/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":288,"Cost":204,"Date":"9/2/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":673,"Cost":373,"Date":"9/5/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":59,"Cost":48,"Date":"9/14/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":964,"Cost":909,"Date":"9/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":531,"Cost":427,"Date":"11/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":277,"Cost":200,"Date":"12/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":436,"Cost":218,"Date":"1/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":387,"Cost":210,"Date":"1/21/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":34,"Cost":29,"Date":"2/9/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":496,"Cost":437,"Date":"3/19/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":743,"Cost":584,"Date":"4/3/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":391,"Cost":311,"Date":"4/5/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":485,"Cost":413,"Date":"4/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":469,"Cost":376,"Date":"7/10/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":880,"Cost":701,"Date":"3/25/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":897,"Cost":611,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":823,"Cost":466,"Date":"10/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":761,"Cost":481,"Date":"3/2/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":166,"Cost":113,"Date":"6/28/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":379,"Cost":282,"Date":"7/17/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":727,"Cost":661,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":388,"Cost":352,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":754,"Cost":429,"Date":"11/20/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":740,"Cost":570,"Date":"12/16/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":291,"Cost":185,"Date":"12/30/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":908,"Cost":592,"Date":"2/15/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":990,"Cost":711,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":121,"Cost":107,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":784,"Cost":627,"Date":"4/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":664,"Cost":501,"Date":"7/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":722,"Cost":668,"Date":"8/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":351,"Cost":215,"Date":"10/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":97,"Cost":62,"Date":"11/11/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":302,"Cost":283,"Date":"11/30/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":475,"Cost":383,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":378,"Cost":313,"Date":"3/1/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":293,"Cost":180,"Date":"4/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":334,"Cost":286,"Date":"5/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":79,"Cost":40,"Date":"8/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":508,"Cost":296,"Date":"9/15/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":484,"Cost":390,"Date":"10/14/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":558,"Cost":414,"Date":"10/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":164,"Cost":142,"Date":"11/11/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":955,"Cost":597,"Date":"12/7/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":128,"Cost":94,"Date":"12/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":570,"Cost":340,"Date":"1/6/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":920,"Cost":653,"Date":"1/23/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":767,"Cost":716,"Date":"2/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":230,"Cost":185,"Date":"3/10/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":930,"Cost":837,"Date":"3/12/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":426,"Cost":312,"Date":"3/31/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":238,"Cost":161,"Date":"6/16/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":213,"Cost":117,"Date":"6/17/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":159,"Cost":133,"Date":"8/27/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":699,"Cost":399,"Date":"10/1/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":35,"Cost":20,"Date":"11/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Nova","Country":"Poland","Sale":53,"Cost":34,"Date":"11/9/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":74,"Cost":44,"Date":"3/27/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":959,"Cost":507,"Date":"4/17/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":567,"Cost":372,"Date":"8/11/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":702,"Cost":488,"Date":"8/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":856,"Cost":739,"Date":"9/2/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":345,"Cost":190,"Date":"9/5/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":257,"Cost":189,"Date":"9/14/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":893,"Cost":510,"Date":"9/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":39,"Date":"11/20/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":639,"Cost":485,"Date":"12/21/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":506,"Cost":325,"Date":"1/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":877,"Cost":542,"Date":"1/21/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":303,"Cost":154,"Date":"2/9/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":139,"Cost":100,"Date":"3/19/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":666,"Date":"4/3/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":808,"Cost":678,"Date":"4/5/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":213,"Cost":153,"Date":"4/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":243,"Cost":223,"Date":"7/10/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":910,"Cost":498,"Date":"3/25/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":949,"Cost":600,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":178,"Cost":146,"Date":"10/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":681,"Cost":560,"Date":"3/2/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":104,"Cost":80,"Date":"6/28/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":305,"Cost":203,"Date":"7/17/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":712,"Cost":623,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":515,"Cost":304,"Date":"8/23/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":786,"Cost":663,"Date":"11/20/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":550,"Cost":507,"Date":"12/16/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":308,"Cost":283,"Date":"12/30/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":579,"Cost":308,"Date":"2/15/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":500,"Cost":349,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":49,"Date":"3/7/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":435,"Cost":278,"Date":"4/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":53,"Cost":28,"Date":"7/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":889,"Cost":477,"Date":"8/18/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":253,"Cost":192,"Date":"10/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":425,"Cost":285,"Date":"11/11/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":856,"Cost":705,"Date":"11/30/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":632,"Cost":587,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":158,"Cost":148,"Date":"3/1/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":156,"Cost":113,"Date":"4/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":516,"Cost":330,"Date":"5/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":84,"Cost":44,"Date":"8/13/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":785,"Cost":696,"Date":"9/15/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":223,"Cost":130,"Date":"10/14/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":164,"Cost":84,"Date":"10/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":280,"Cost":254,"Date":"11/11/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":660,"Cost":515,"Date":"12/7/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":68,"Date":"12/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":417,"Cost":269,"Date":"1/6/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":958,"Cost":786,"Date":"1/23/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":773,"Cost":601,"Date":"2/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":175,"Cost":100,"Date":"3/10/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":942,"Cost":665,"Date":"3/12/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":121,"Cost":99,"Date":"3/31/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":337,"Cost":184,"Date":"6/16/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":652,"Cost":347,"Date":"6/17/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":295,"Cost":225,"Date":"8/27/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":545,"Cost":359,"Date":"10/1/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":951,"Cost":603,"Date":"11/4/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":346,"Cost":219,"Date":"11/9/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":137,"Cost":112,"Date":"3/27/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":257,"Cost":147,"Date":"4/17/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":570,"Cost":389,"Date":"8/11/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":745,"Cost":447,"Date":"8/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":486,"Cost":398,"Date":"9/2/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":357,"Cost":284,"Date":"9/5/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":550,"Cost":456,"Date":"9/14/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":350,"Cost":180,"Date":"9/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":606,"Cost":386,"Date":"11/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":160,"Cost":151,"Date":"12/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":626,"Cost":497,"Date":"1/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":321,"Cost":179,"Date":"1/21/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":18,"Cost":9,"Date":"2/9/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":487,"Cost":301,"Date":"3/19/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":416,"Cost":249,"Date":"4/3/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":513,"Cost":359,"Date":"4/5/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":445,"Cost":265,"Date":"4/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":41,"Cost":22,"Date":"7/10/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":596,"Cost":339,"Date":"3/25/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":295,"Cost":165,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":317,"Cost":164,"Date":"10/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":223,"Cost":210,"Date":"3/2/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":79,"Cost":65,"Date":"6/28/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":874,"Cost":479,"Date":"7/17/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":554,"Cost":278,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":160,"Cost":141,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":638,"Cost":388,"Date":"11/20/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":332,"Date":"12/16/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":554,"Date":"12/30/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":861,"Cost":805,"Date":"2/15/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":29,"Cost":22,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":638,"Cost":431,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":960,"Cost":655,"Date":"4/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":577,"Cost":397,"Date":"7/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":802,"Cost":407,"Date":"8/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":778,"Cost":662,"Date":"10/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":463,"Cost":276,"Date":"11/11/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":702,"Cost":495,"Date":"11/30/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":801,"Cost":452,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":51,"Cost":29,"Date":"3/1/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":409,"Cost":323,"Date":"4/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":859,"Cost":450,"Date":"5/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":813,"Cost":645,"Date":"8/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":647,"Cost":350,"Date":"9/15/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":511,"Cost":377,"Date":"10/14/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":855,"Cost":608,"Date":"10/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":99,"Cost":88,"Date":"11/11/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":996,"Cost":841,"Date":"12/7/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":805,"Cost":409,"Date":"12/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":892,"Cost":516,"Date":"1/6/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":128,"Cost":75,"Date":"1/23/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":726,"Cost":663,"Date":"2/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":437,"Cost":309,"Date":"3/10/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":677,"Cost":504,"Date":"3/12/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":147,"Cost":113,"Date":"3/31/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":958,"Cost":875,"Date":"6/16/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":795,"Cost":710,"Date":"6/17/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":557,"Cost":411,"Date":"8/27/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":865,"Cost":706,"Date":"10/1/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":284,"Cost":190,"Date":"11/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":564,"Cost":351,"Date":"11/9/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":990,"Cost":864,"Date":"3/27/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":881,"Cost":592,"Date":"4/17/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":675,"Cost":599,"Date":"8/11/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":743,"Cost":375,"Date":"8/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":481,"Cost":292,"Date":"9/2/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":413,"Cost":227,"Date":"9/5/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":495,"Cost":363,"Date":"9/14/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":782,"Cost":482,"Date":"9/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":570,"Cost":356,"Date":"11/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":778,"Cost":593,"Date":"12/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":293,"Cost":215,"Date":"1/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":140,"Cost":117,"Date":"1/21/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":227,"Date":"2/9/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":225,"Cost":208,"Date":"3/19/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":833,"Cost":578,"Date":"4/3/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":666,"Date":"4/5/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":351,"Cost":231,"Date":"4/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":358,"Cost":247,"Date":"7/10/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":802,"Cost":524,"Date":"3/25/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":97,"Cost":83,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":998,"Cost":635,"Date":"10/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":205,"Cost":129,"Date":"3/2/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":540,"Cost":474,"Date":"6/28/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":391,"Date":"7/17/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":741,"Cost":685,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":525,"Cost":374,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":333,"Cost":231,"Date":"11/20/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":514,"Cost":462,"Date":"12/16/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":842,"Cost":430,"Date":"12/30/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":649,"Cost":384,"Date":"2/15/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":374,"Cost":244,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":3,"Cost":2,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":138,"Cost":95,"Date":"4/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":407,"Cost":214,"Date":"7/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":403,"Cost":214,"Date":"8/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":785,"Cost":438,"Date":"10/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":813,"Cost":621,"Date":"11/11/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":446,"Cost":234,"Date":"11/30/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":381,"Cost":248,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":262,"Cost":241,"Date":"3/1/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":550,"Cost":344,"Date":"4/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":399,"Cost":377,"Date":"5/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":520,"Cost":411,"Date":"8/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":127,"Date":"9/15/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":670,"Cost":465,"Date":"10/14/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":69,"Cost":47,"Date":"10/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":545,"Cost":483,"Date":"11/11/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":903,"Cost":517,"Date":"12/7/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":70,"Cost":41,"Date":"12/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":154,"Cost":97,"Date":"1/6/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":412,"Cost":280,"Date":"1/23/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":582,"Cost":429,"Date":"2/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":171,"Cost":142,"Date":"3/10/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":596,"Date":"3/12/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":611,"Cost":492,"Date":"3/31/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":616,"Cost":431,"Date":"6/16/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":705,"Cost":618,"Date":"6/17/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":485,"Cost":405,"Date":"8/27/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":521,"Cost":306,"Date":"10/1/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":398,"Cost":276,"Date":"11/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":525,"Date":"11/9/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":264,"Cost":246,"Date":"3/27/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":795,"Cost":574,"Date":"4/17/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":998,"Cost":769,"Date":"8/11/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":450,"Cost":313,"Date":"8/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":615,"Cost":539,"Date":"9/2/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":803,"Cost":591,"Date":"9/5/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":538,"Cost":291,"Date":"9/14/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":963,"Cost":772,"Date":"9/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":953,"Cost":901,"Date":"11/20/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":57,"Cost":52,"Date":"12/21/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":599,"Cost":361,"Date":"1/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":897,"Cost":657,"Date":"1/21/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":897,"Cost":802,"Date":"2/9/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":831,"Cost":543,"Date":"3/19/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":968,"Cost":618,"Date":"4/3/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":546,"Cost":417,"Date":"4/5/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":107,"Date":"4/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":507,"Cost":428,"Date":"7/10/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":681,"Cost":639,"Date":"3/25/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":48,"Cost":45,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":327,"Cost":214,"Date":"10/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":174,"Cost":166,"Date":"3/2/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":303,"Date":"6/28/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":965,"Cost":883,"Date":"7/17/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":880,"Cost":791,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":482,"Cost":305,"Date":"8/23/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":943,"Cost":488,"Date":"11/20/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":675,"Cost":485,"Date":"12/16/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":78,"Cost":61,"Date":"12/30/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":527,"Cost":369,"Date":"2/15/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":697,"Cost":573,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":934,"Cost":839,"Date":"3/7/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":527,"Cost":495,"Date":"4/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":45,"Date":"7/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":704,"Cost":659,"Date":"8/18/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":401,"Cost":326,"Date":"10/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":614,"Cost":347,"Date":"11/11/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":831,"Cost":549,"Date":"11/30/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":494,"Cost":436,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":230,"Cost":127,"Date":"3/1/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":764,"Cost":434,"Date":"4/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":578,"Cost":364,"Date":"5/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":741,"Date":"8/13/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":533,"Date":"9/15/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":860,"Cost":805,"Date":"10/14/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":960,"Cost":724,"Date":"10/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":294,"Cost":149,"Date":"11/11/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":358,"Cost":283,"Date":"12/7/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":40,"Cost":24,"Date":"12/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":253,"Date":"1/6/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":667,"Cost":438,"Date":"1/23/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":34,"Cost":24,"Date":"2/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":540,"Cost":293,"Date":"3/10/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":693,"Cost":527,"Date":"3/12/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":642,"Cost":549,"Date":"3/31/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":112,"Date":"6/16/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":530,"Cost":364,"Date":"6/17/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":578,"Cost":467,"Date":"8/27/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":261,"Cost":159,"Date":"10/1/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":320,"Cost":187,"Date":"11/4/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":108,"Cost":67,"Date":"11/9/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":359,"Cost":236,"Date":"3/27/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":196,"Cost":98,"Date":"4/17/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":906,"Cost":603,"Date":"8/11/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":411,"Cost":266,"Date":"8/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":283,"Cost":197,"Date":"9/2/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":999,"Cost":614,"Date":"9/5/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":441,"Cost":377,"Date":"9/14/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":483,"Cost":289,"Date":"9/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":570,"Date":"11/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":227,"Cost":177,"Date":"12/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":389,"Cost":348,"Date":"1/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":178,"Cost":141,"Date":"1/21/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":606,"Date":"2/9/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":271,"Cost":216,"Date":"3/19/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":542,"Cost":475,"Date":"4/3/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":824,"Cost":427,"Date":"4/5/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":840,"Cost":521,"Date":"4/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":108,"Cost":101,"Date":"7/10/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":556,"Cost":513,"Date":"3/25/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":305,"Cost":174,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":777,"Cost":560,"Date":"10/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":762,"Cost":407,"Date":"3/2/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":11,"Cost":5,"Date":"6/28/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":442,"Cost":229,"Date":"7/17/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":422,"Cost":283,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":809,"Cost":639,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":98,"Cost":76,"Date":"11/20/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":365,"Cost":305,"Date":"12/16/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":351,"Cost":226,"Date":"12/30/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":353,"Cost":327,"Date":"2/15/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":723,"Cost":383,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":237,"Cost":176,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":230,"Cost":164,"Date":"4/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":817,"Cost":503,"Date":"7/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":31,"Cost":28,"Date":"8/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":651,"Cost":526,"Date":"10/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":973,"Cost":622,"Date":"11/11/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":789,"Cost":632,"Date":"11/30/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":593,"Cost":329,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":722,"Cost":415,"Date":"3/1/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":105,"Cost":70,"Date":"4/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":565,"Cost":537,"Date":"5/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":910,"Cost":736,"Date":"8/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":105,"Cost":70,"Date":"9/15/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":483,"Cost":411,"Date":"10/14/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":920,"Cost":483,"Date":"10/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":856,"Cost":580,"Date":"11/11/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":449,"Cost":285,"Date":"12/7/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":610,"Cost":382,"Date":"12/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":248,"Cost":151,"Date":"1/6/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":465,"Cost":276,"Date":"1/23/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":106,"Cost":73,"Date":"2/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":546,"Cost":308,"Date":"3/10/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":908,"Cost":691,"Date":"3/12/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":651,"Cost":327,"Date":"3/31/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":295,"Cost":269,"Date":"6/16/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":397,"Cost":353,"Date":"6/17/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":465,"Cost":281,"Date":"8/27/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":828,"Cost":736,"Date":"10/1/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":834,"Cost":697,"Date":"11/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":708,"Cost":661,"Date":"11/9/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":307,"Cost":205,"Date":"3/27/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":322,"Cost":222,"Date":"4/17/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":434,"Cost":295,"Date":"8/11/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":446,"Cost":228,"Date":"8/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":784,"Cost":593,"Date":"9/2/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":665,"Cost":536,"Date":"9/5/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":617,"Cost":345,"Date":"9/14/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":259,"Cost":140,"Date":"9/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":50,"Cost":40,"Date":"11/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":925,"Cost":857,"Date":"12/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":624,"Cost":584,"Date":"1/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":240,"Cost":138,"Date":"1/21/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":892,"Cost":737,"Date":"2/9/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":847,"Cost":653,"Date":"3/19/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":476,"Cost":384,"Date":"4/3/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":36,"Cost":21,"Date":"4/5/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":21,"Cost":16,"Date":"4/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":376,"Cost":195,"Date":"7/10/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":363,"Cost":298,"Date":"3/25/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":979,"Cost":787,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":563,"Cost":313,"Date":"10/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":989,"Cost":641,"Date":"3/2/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":924,"Cost":689,"Date":"6/28/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":45,"Cost":33,"Date":"7/17/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":335,"Cost":290,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":797,"Cost":534,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":135,"Cost":123,"Date":"11/20/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":177,"Cost":117,"Date":"12/16/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":834,"Cost":634,"Date":"12/30/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":474,"Cost":399,"Date":"2/15/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":794,"Cost":574,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":920,"Cost":742,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":436,"Cost":321,"Date":"4/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":748,"Cost":498,"Date":"7/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":790,"Cost":419,"Date":"8/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":378,"Cost":300,"Date":"10/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":201,"Cost":166,"Date":"11/11/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":205,"Cost":168,"Date":"11/30/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":9,"Cost":5,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":690,"Cost":431,"Date":"3/1/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":949,"Cost":851,"Date":"4/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":999,"Cost":510,"Date":"5/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":902,"Cost":630,"Date":"8/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":505,"Cost":379,"Date":"9/15/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":545,"Cost":445,"Date":"10/14/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":625,"Cost":404,"Date":"10/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":564,"Cost":395,"Date":"11/11/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":681,"Cost":615,"Date":"12/7/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":295,"Cost":167,"Date":"12/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":611,"Cost":395,"Date":"1/6/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":773,"Cost":660,"Date":"1/23/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":119,"Cost":87,"Date":"2/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":827,"Cost":679,"Date":"3/10/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":269,"Cost":197,"Date":"3/12/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":207,"Cost":126,"Date":"3/31/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":775,"Cost":479,"Date":"6/16/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":776,"Cost":733,"Date":"6/17/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":255,"Cost":229,"Date":"8/27/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":53,"Cost":50,"Date":"10/1/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":163,"Cost":97,"Date":"11/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":748,"Cost":517,"Date":"11/9/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":111,"Cost":100,"Date":"3/27/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":686,"Cost":481,"Date":"4/17/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":873,"Cost":613,"Date":"8/11/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":720,"Cost":630,"Date":"8/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":520,"Cost":282,"Date":"9/2/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":893,"Cost":456,"Date":"9/5/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":17,"Cost":13,"Date":"9/14/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":501,"Cost":410,"Date":"9/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":89,"Cost":66,"Date":"11/20/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":858,"Cost":595,"Date":"12/21/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":864,"Cost":717,"Date":"1/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":461,"Cost":406,"Date":"1/21/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":299,"Cost":273,"Date":"2/9/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":523,"Cost":347,"Date":"3/19/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":580,"Cost":473,"Date":"4/3/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":945,"Cost":808,"Date":"4/5/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":467,"Cost":408,"Date":"4/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":928,"Cost":645,"Date":"7/10/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":281,"Cost":235,"Date":"3/25/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":566,"Cost":380,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":966,"Cost":916,"Date":"10/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":794,"Cost":540,"Date":"3/2/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":136,"Cost":83,"Date":"6/28/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":781,"Cost":520,"Date":"7/17/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":142,"Cost":108,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":598,"Cost":405,"Date":"8/23/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":561,"Cost":424,"Date":"11/20/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":247,"Cost":174,"Date":"12/16/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":323,"Cost":264,"Date":"12/30/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":552,"Cost":425,"Date":"2/15/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":969,"Cost":867,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":714,"Cost":587,"Date":"3/7/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":979,"Cost":574,"Date":"4/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":679,"Cost":486,"Date":"7/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":29,"Cost":22,"Date":"8/18/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":912,"Cost":464,"Date":"10/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":556,"Cost":456,"Date":"11/11/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":114,"Cost":90,"Date":"11/30/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":332,"Cost":178,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":976,"Cost":877,"Date":"3/1/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":820,"Cost":542,"Date":"4/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":453,"Cost":330,"Date":"5/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":781,"Cost":554,"Date":"8/13/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":343,"Cost":314,"Date":"9/15/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":222,"Cost":141,"Date":"10/14/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":830,"Cost":669,"Date":"10/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":281,"Cost":161,"Date":"11/11/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":811,"Cost":467,"Date":"12/7/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":798,"Cost":644,"Date":"12/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":824,"Cost":632,"Date":"1/6/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":296,"Cost":270,"Date":"1/23/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":916,"Cost":510,"Date":"2/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":305,"Cost":225,"Date":"3/10/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":275,"Cost":219,"Date":"3/12/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":796,"Cost":737,"Date":"3/31/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":488,"Cost":283,"Date":"6/16/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":677,"Cost":482,"Date":"6/17/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":532,"Cost":358,"Date":"8/27/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":343,"Cost":203,"Date":"10/1/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":690,"Cost":654,"Date":"11/4/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Nova","Country":"Poland","Sale":371,"Cost":194,"Date":"11/9/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":132,"Cost":109,"Date":"3/27/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":149,"Cost":90,"Date":"4/17/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":413,"Cost":391,"Date":"8/11/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":441,"Cost":314,"Date":"8/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":689,"Cost":622,"Date":"9/2/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":972,"Cost":830,"Date":"9/5/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":328,"Cost":200,"Date":"9/14/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":246,"Cost":201,"Date":"9/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":528,"Cost":434,"Date":"11/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":429,"Cost":289,"Date":"12/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":808,"Cost":574,"Date":"1/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":311,"Cost":244,"Date":"1/21/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":345,"Date":"2/9/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":869,"Cost":559,"Date":"3/19/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":424,"Cost":398,"Date":"4/3/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":38,"Cost":21,"Date":"4/5/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":327,"Cost":238,"Date":"4/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":420,"Cost":387,"Date":"7/10/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":173,"Cost":100,"Date":"3/25/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":370,"Cost":222,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":371,"Cost":339,"Date":"10/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":766,"Cost":613,"Date":"3/2/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":159,"Cost":112,"Date":"6/28/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":247,"Cost":185,"Date":"7/17/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":150,"Cost":121,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":921,"Cost":687,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":24,"Cost":20,"Date":"11/20/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":222,"Cost":190,"Date":"12/16/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":102,"Cost":93,"Date":"12/30/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":176,"Cost":103,"Date":"2/15/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":800,"Cost":530,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":331,"Cost":260,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":871,"Cost":539,"Date":"4/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":663,"Date":"7/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":789,"Cost":699,"Date":"8/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":685,"Cost":466,"Date":"10/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":384,"Cost":218,"Date":"11/11/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":769,"Cost":473,"Date":"11/30/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":668,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":790,"Cost":739,"Date":"3/1/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":47,"Cost":44,"Date":"4/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":152,"Cost":84,"Date":"5/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":341,"Cost":204,"Date":"8/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":411,"Cost":229,"Date":"9/15/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":365,"Date":"10/14/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":256,"Cost":136,"Date":"10/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":463,"Cost":269,"Date":"11/11/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":69,"Cost":58,"Date":"12/7/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":874,"Cost":741,"Date":"12/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":998,"Cost":632,"Date":"1/6/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":799,"Cost":567,"Date":"1/23/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":404,"Cost":365,"Date":"2/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":52,"Cost":38,"Date":"3/10/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":223,"Cost":135,"Date":"3/12/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":387,"Cost":251,"Date":"3/31/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":70,"Cost":59,"Date":"6/16/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":204,"Cost":129,"Date":"6/17/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":288,"Cost":158,"Date":"8/27/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":438,"Cost":265,"Date":"10/1/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":682,"Cost":625,"Date":"11/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":297,"Cost":263,"Date":"11/9/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":401,"Cost":343,"Date":"3/27/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":495,"Cost":294,"Date":"4/17/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":322,"Cost":293,"Date":"8/11/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":351,"Cost":180,"Date":"8/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":983,"Cost":804,"Date":"9/2/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":57,"Cost":51,"Date":"9/5/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":252,"Date":"9/14/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":740,"Cost":665,"Date":"9/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":459,"Cost":323,"Date":"11/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":134,"Date":"12/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":546,"Cost":360,"Date":"1/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":722,"Cost":520,"Date":"1/21/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":361,"Cost":254,"Date":"2/9/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":639,"Cost":430,"Date":"3/19/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":183,"Cost":99,"Date":"4/3/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":235,"Cost":147,"Date":"4/5/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":182,"Cost":138,"Date":"4/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":192,"Cost":99,"Date":"7/10/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":434,"Cost":329,"Date":"3/25/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":880,"Cost":694,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":158,"Cost":110,"Date":"10/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":619,"Cost":329,"Date":"3/2/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":905,"Cost":769,"Date":"6/28/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":94,"Cost":87,"Date":"7/17/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":697,"Cost":584,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":694,"Cost":488,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":247,"Cost":179,"Date":"11/20/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":310,"Cost":202,"Date":"12/16/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":527,"Cost":447,"Date":"12/30/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":746,"Cost":670,"Date":"2/15/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":266,"Cost":144,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":346,"Cost":251,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":812,"Cost":482,"Date":"4/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":193,"Cost":139,"Date":"7/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":957,"Cost":773,"Date":"8/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":350,"Cost":199,"Date":"10/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":754,"Date":"11/11/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":974,"Cost":772,"Date":"11/30/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":123,"Cost":115,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":632,"Cost":578,"Date":"3/1/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":502,"Cost":342,"Date":"4/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":439,"Cost":294,"Date":"5/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":36,"Cost":23,"Date":"8/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":875,"Cost":581,"Date":"9/15/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":419,"Cost":289,"Date":"10/14/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":634,"Cost":439,"Date":"10/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":134,"Cost":71,"Date":"11/11/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":34,"Cost":27,"Date":"12/7/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":543,"Cost":399,"Date":"12/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":919,"Cost":840,"Date":"1/6/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":518,"Cost":348,"Date":"1/23/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":554,"Cost":524,"Date":"2/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":26,"Cost":25,"Date":"3/10/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":398,"Cost":201,"Date":"3/12/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":833,"Cost":719,"Date":"3/31/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":560,"Cost":452,"Date":"6/16/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":390,"Cost":289,"Date":"6/17/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":730,"Cost":477,"Date":"8/27/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":127,"Cost":68,"Date":"10/1/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":445,"Cost":414,"Date":"11/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"ARKET","Country":"Poland","Sale":717,"Cost":579,"Date":"11/9/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":513,"Cost":298,"Date":"3/27/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":983,"Cost":522,"Date":"4/17/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":575,"Cost":300,"Date":"8/11/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":172,"Cost":160,"Date":"8/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":619,"Cost":476,"Date":"9/2/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":409,"Cost":343,"Date":"9/5/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":122,"Cost":76,"Date":"9/14/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":266,"Cost":143,"Date":"9/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":451,"Cost":333,"Date":"11/20/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":530,"Cost":495,"Date":"12/21/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":459,"Cost":355,"Date":"1/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":114,"Cost":81,"Date":"1/21/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":385,"Cost":217,"Date":"2/9/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":936,"Cost":607,"Date":"3/19/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":276,"Cost":250,"Date":"4/3/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":387,"Cost":197,"Date":"4/5/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":634,"Cost":407,"Date":"4/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":39,"Cost":21,"Date":"7/10/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":222,"Cost":154,"Date":"3/25/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":574,"Cost":408,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":193,"Cost":174,"Date":"10/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":466,"Cost":365,"Date":"3/2/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":95,"Cost":64,"Date":"6/28/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":833,"Cost":447,"Date":"7/17/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":109,"Cost":94,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":227,"Cost":213,"Date":"8/23/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":844,"Cost":596,"Date":"11/20/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":478,"Cost":439,"Date":"12/16/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":913,"Cost":619,"Date":"12/30/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":581,"Cost":510,"Date":"2/15/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":38,"Cost":32,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":544,"Cost":486,"Date":"3/7/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":58,"Date":"4/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":84,"Date":"7/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":181,"Cost":98,"Date":"8/18/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":440,"Cost":323,"Date":"10/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":753,"Cost":447,"Date":"11/11/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":509,"Cost":440,"Date":"11/30/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":745,"Cost":678,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":673,"Cost":382,"Date":"3/1/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":588,"Cost":512,"Date":"4/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":805,"Cost":498,"Date":"5/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":150,"Cost":95,"Date":"8/13/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":376,"Date":"9/15/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":900,"Cost":528,"Date":"10/14/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":824,"Cost":450,"Date":"10/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":691,"Cost":594,"Date":"11/11/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":256,"Date":"12/7/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":769,"Cost":713,"Date":"12/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":284,"Cost":254,"Date":"1/6/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":503,"Cost":451,"Date":"1/23/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":182,"Cost":154,"Date":"2/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":865,"Cost":620,"Date":"3/10/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":517,"Cost":401,"Date":"3/12/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":612,"Cost":424,"Date":"3/31/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":772,"Cost":696,"Date":"6/16/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":724,"Cost":433,"Date":"6/17/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":170,"Cost":100,"Date":"8/27/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":805,"Cost":416,"Date":"10/1/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":908,"Cost":796,"Date":"11/4/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":190,"Cost":158,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":636,"Cost":335,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":223,"Cost":153,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":102,"Cost":66,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":751,"Cost":533,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":232,"Cost":151,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":745,"Cost":650,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":957,"Cost":901,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":212,"Cost":148,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":31,"Cost":30,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":703,"Cost":353,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":538,"Cost":339,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":960,"Cost":743,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":482,"Cost":268,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":310,"Cost":180,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":438,"Cost":401,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":224,"Cost":186,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":877,"Cost":830,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":253,"Cost":164,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":496,"Cost":354,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":981,"Cost":532,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":388,"Cost":231,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":857,"Cost":594,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":160,"Cost":102,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":247,"Cost":124,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":843,"Cost":649,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":789,"Cost":480,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":443,"Cost":312,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":724,"Cost":406,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":99,"Cost":52,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":722,"Cost":502,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":793,"Cost":579,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":691,"Cost":422,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":980,"Cost":700,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":771,"Cost":652,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":222,"Cost":117,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":204,"Cost":149,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":941,"Cost":652,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":565,"Cost":417,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":667,"Cost":372,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":632,"Cost":507,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":237,"Cost":167,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":93,"Cost":58,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":869,"Cost":605,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":173,"Cost":118,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":789,"Cost":637,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":47,"Cost":40,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":56,"Cost":31,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":108,"Cost":73,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":821,"Cost":416,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":959,"Cost":850,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":540,"Cost":408,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":327,"Cost":200,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":519,"Cost":295,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":588,"Cost":475,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":64,"Cost":49,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":609,"Cost":359,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":937,"Cost":885,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":456,"Cost":375,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":482,"Cost":427,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":42,"Cost":27,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":582,"Cost":493,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":341,"Cost":272,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":732,"Cost":481,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":703,"Cost":536,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":839,"Cost":788,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":218,"Cost":118,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":647,"Cost":342,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":425,"Cost":224,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":504,"Cost":407,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":75,"Cost":48,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":738,"Cost":540,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":937,"Cost":502,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":612,"Cost":372,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":693,"Cost":484,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":894,"Cost":695,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":664,"Cost":560,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":820,"Cost":570,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":841,"Cost":566,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":639,"Cost":435,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":521,"Cost":290,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":548,"Cost":359,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":509,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":378,"Cost":287,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":795,"Cost":636,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":700,"Cost":613,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":107,"Cost":80,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":646,"Cost":518,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":449,"Cost":347,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":796,"Cost":667,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":795,"Cost":436,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":88,"Cost":55,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":466,"Cost":274,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":828,"Cost":675,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":577,"Cost":369,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":118,"Cost":102,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":699,"Cost":382,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":948,"Cost":798,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":229,"Cost":181,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":598,"Cost":559,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":305,"Cost":206,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":751,"Cost":469,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":761,"Cost":388,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":990,"Cost":516,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":97,"Cost":81,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":787,"Cost":740,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":902,"Cost":597,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":734,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":441,"Cost":387,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":290,"Cost":181,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":185,"Cost":129,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":539,"Cost":492,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":559,"Cost":308,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":405,"Cost":359,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":129,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":917,"Cost":833,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":754,"Cost":494,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":109,"Cost":70,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":73,"Cost":65,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":319,"Cost":256,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":276,"Cost":237,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":375,"Cost":255,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM Home","Country":"Poland","Sale":238,"Cost":166,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":13,"Cost":10,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":94,"Cost":57,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":656,"Cost":515,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":811,"Cost":423,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":377,"Cost":253,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":175,"Cost":126,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":498,"Cost":311,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":199,"Cost":133,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":873,"Cost":464,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":393,"Cost":328,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":464,"Cost":430,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":545,"Cost":431,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":146,"Cost":75,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":219,"Cost":152,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":993,"Cost":790,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":714,"Cost":393,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":71,"Cost":65,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":934,"Cost":519,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":633,"Cost":337,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":706,"Cost":463,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":228,"Cost":200,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":567,"Cost":538,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":433,"Cost":348,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":670,"Cost":547,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":569,"Cost":492,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":331,"Cost":286,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":699,"Cost":578,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":148,"Cost":121,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":194,"Cost":110,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":819,"Cost":681,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":829,"Cost":640,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":896,"Cost":754,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":398,"Cost":209,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":78,"Cost":42,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":399,"Cost":335,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":858,"Cost":807,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":882,"Cost":805,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":241,"Cost":151,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":431,"Cost":367,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":66,"Cost":41,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":813,"Cost":438,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":950,"Cost":886,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":326,"Cost":181,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":723,"Cost":583,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":122,"Cost":78,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":846,"Cost":753,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":899,"Cost":572,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":62,"Cost":45,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":563,"Cost":449,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":559,"Cost":380,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":40,"Cost":38,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":676,"Cost":626,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":496,"Cost":392,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":254,"Cost":193,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":86,"Cost":53,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":593,"Cost":449,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":259,"Cost":167,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":99,"Cost":81,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":60,"Cost":48,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":776,"Cost":440,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":346,"Cost":215,"Date":"11/9/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":95,"Cost":62,"Date":"3/27/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":989,"Cost":909,"Date":"4/17/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":745,"Cost":551,"Date":"8/11/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":673,"Cost":487,"Date":"8/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":539,"Cost":389,"Date":"9/2/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":512,"Cost":302,"Date":"9/5/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":433,"Cost":269,"Date":"9/14/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":457,"Cost":321,"Date":"9/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":233,"Cost":184,"Date":"11/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":947,"Cost":529,"Date":"12/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":455,"Cost":394,"Date":"1/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":36,"Cost":28,"Date":"1/21/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":614,"Cost":466,"Date":"2/9/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":448,"Cost":282,"Date":"3/19/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":700,"Cost":354,"Date":"4/3/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":32,"Cost":23,"Date":"4/5/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":253,"Cost":136,"Date":"4/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":339,"Cost":231,"Date":"7/10/2019"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":126,"Cost":92,"Date":"3/25/2020"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":597,"Cost":412,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":43,"Cost":36,"Date":"10/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":483,"Cost":356,"Date":"3/2/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":618,"Cost":367,"Date":"6/28/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":377,"Cost":197,"Date":"7/17/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":666,"Cost":486,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":518,"Cost":283,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":153,"Cost":96,"Date":"11/20/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":170,"Cost":111,"Date":"12/16/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":17,"Cost":12,"Date":"12/30/2021"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":351,"Cost":321,"Date":"2/15/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":978,"Cost":657,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":939,"Cost":791,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":492,"Cost":264,"Date":"4/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":1000,"Cost":634,"Date":"7/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":876,"Cost":456,"Date":"8/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":365,"Date":"10/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":122,"Cost":96,"Date":"11/11/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":497,"Cost":345,"Date":"11/30/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":775,"Cost":401,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":149,"Cost":134,"Date":"3/1/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":193,"Cost":169,"Date":"4/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":626,"Cost":478,"Date":"5/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":577,"Cost":482,"Date":"8/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":479,"Cost":257,"Date":"9/15/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":72,"Cost":63,"Date":"10/14/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":955,"Cost":897,"Date":"10/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":770,"Cost":552,"Date":"11/11/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":743,"Cost":641,"Date":"12/7/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":189,"Cost":142,"Date":"12/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":914,"Cost":474,"Date":"1/6/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":882,"Cost":633,"Date":"1/23/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":549,"Cost":438,"Date":"2/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":682,"Cost":628,"Date":"3/10/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":603,"Cost":532,"Date":"3/12/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":4,"Cost":2,"Date":"3/31/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":628,"Cost":427,"Date":"6/16/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":915,"Cost":835,"Date":"6/17/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":328,"Cost":261,"Date":"8/27/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":76,"Cost":39,"Date":"10/1/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":21,"Cost":17,"Date":"11/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":540,"Cost":426,"Date":"11/9/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":262,"Cost":203,"Date":"3/27/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":291,"Cost":223,"Date":"4/17/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":173,"Cost":164,"Date":"8/11/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":399,"Cost":201,"Date":"8/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":613,"Cost":347,"Date":"9/2/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":778,"Cost":609,"Date":"9/5/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":776,"Cost":640,"Date":"9/14/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":443,"Cost":384,"Date":"9/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":51,"Cost":37,"Date":"11/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":825,"Cost":718,"Date":"12/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":933,"Cost":847,"Date":"1/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":549,"Cost":295,"Date":"1/21/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":760,"Cost":618,"Date":"2/9/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":871,"Cost":672,"Date":"3/19/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":599,"Cost":561,"Date":"4/3/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":29,"Cost":15,"Date":"4/5/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":336,"Date":"4/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":795,"Cost":463,"Date":"7/10/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":776,"Cost":558,"Date":"3/25/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":678,"Cost":589,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":527,"Cost":497,"Date":"10/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":173,"Cost":141,"Date":"3/2/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":251,"Cost":180,"Date":"6/28/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":351,"Date":"7/17/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":610,"Cost":385,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":951,"Cost":552,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":752,"Cost":710,"Date":"11/20/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":439,"Cost":338,"Date":"12/16/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":359,"Date":"12/30/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":206,"Cost":179,"Date":"2/15/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":381,"Cost":198,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":969,"Cost":789,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":187,"Cost":108,"Date":"4/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":184,"Cost":171,"Date":"7/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":920,"Cost":481,"Date":"8/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":910,"Cost":751,"Date":"10/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":569,"Cost":415,"Date":"11/11/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":160,"Cost":137,"Date":"11/30/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":321,"Cost":282,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":623,"Cost":525,"Date":"3/1/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":479,"Cost":294,"Date":"4/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":246,"Cost":233,"Date":"5/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":768,"Cost":543,"Date":"8/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":907,"Cost":639,"Date":"9/15/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":15,"Date":"10/14/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":901,"Cost":824,"Date":"10/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":275,"Cost":190,"Date":"11/11/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":684,"Cost":637,"Date":"12/7/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":954,"Cost":661,"Date":"12/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":194,"Cost":178,"Date":"1/6/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":44,"Cost":28,"Date":"1/23/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":18,"Cost":15,"Date":"2/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":876,"Cost":584,"Date":"3/10/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":611,"Cost":426,"Date":"3/12/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":80,"Cost":59,"Date":"3/31/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":378,"Date":"6/16/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":550,"Cost":347,"Date":"6/17/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":903,"Cost":565,"Date":"8/27/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":410,"Cost":367,"Date":"10/1/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":51,"Cost":27,"Date":"11/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":99,"Cost":52,"Date":"11/9/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":957,"Cost":763,"Date":"3/27/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":387,"Cost":200,"Date":"4/17/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":682,"Cost":545,"Date":"8/11/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":132,"Cost":104,"Date":"8/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":602,"Cost":480,"Date":"9/2/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":414,"Cost":278,"Date":"9/5/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":873,"Cost":540,"Date":"9/14/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":183,"Cost":122,"Date":"9/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":238,"Cost":225,"Date":"11/20/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":190,"Cost":181,"Date":"12/21/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":814,"Cost":691,"Date":"1/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":778,"Cost":423,"Date":"1/21/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":929,"Cost":685,"Date":"2/9/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":667,"Cost":367,"Date":"3/19/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":54,"Cost":37,"Date":"4/3/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":920,"Cost":867,"Date":"4/5/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":268,"Cost":168,"Date":"4/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":692,"Cost":645,"Date":"7/10/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":920,"Cost":854,"Date":"3/25/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":41,"Cost":22,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":606,"Cost":529,"Date":"10/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":831,"Cost":581,"Date":"3/2/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":848,"Cost":607,"Date":"6/28/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":300,"Cost":159,"Date":"7/17/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":386,"Cost":264,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":247,"Cost":167,"Date":"8/23/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":924,"Cost":848,"Date":"11/20/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":329,"Cost":277,"Date":"12/16/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":292,"Cost":208,"Date":"12/30/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":808,"Cost":690,"Date":"2/15/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":296,"Cost":199,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":324,"Cost":290,"Date":"3/7/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":287,"Cost":172,"Date":"4/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":871,"Cost":778,"Date":"7/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":746,"Cost":615,"Date":"8/18/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":212,"Cost":121,"Date":"10/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":378,"Cost":194,"Date":"11/11/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":599,"Cost":491,"Date":"11/30/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":236,"Cost":130,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":171,"Cost":118,"Date":"3/1/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":789,"Cost":455,"Date":"4/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":558,"Cost":439,"Date":"5/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":288,"Cost":153,"Date":"8/13/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":870,"Cost":819,"Date":"9/15/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":277,"Cost":187,"Date":"10/14/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":186,"Cost":136,"Date":"10/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":813,"Cost":601,"Date":"11/11/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":475,"Cost":249,"Date":"12/7/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":821,"Cost":676,"Date":"12/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":4,"Cost":3,"Date":"1/6/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":775,"Cost":472,"Date":"1/23/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":911,"Cost":510,"Date":"2/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":773,"Cost":630,"Date":"3/10/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":929,"Cost":731,"Date":"3/12/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":693,"Cost":555,"Date":"3/31/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":417,"Cost":213,"Date":"6/16/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":995,"Cost":811,"Date":"6/17/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":701,"Cost":418,"Date":"8/27/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":852,"Cost":543,"Date":"10/1/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":906,"Cost":713,"Date":"11/4/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":544,"Cost":431,"Date":"11/9/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":546,"Cost":312,"Date":"3/27/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":668,"Cost":393,"Date":"4/17/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":3,"Cost":2,"Date":"8/11/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":890,"Cost":518,"Date":"8/21/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":221,"Cost":171,"Date":"9/2/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":701,"Cost":572,"Date":"9/5/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":267,"Cost":206,"Date":"9/14/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":798,"Cost":643,"Date":"9/20/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":601,"Cost":542,"Date":"11/20/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":417,"Cost":234,"Date":"12/21/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":434,"Cost":318,"Date":"1/7/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":199,"Cost":129,"Date":"1/21/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":184,"Cost":130,"Date":"2/9/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":307,"Cost":279,"Date":"3/19/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":825,"Cost":731,"Date":"4/3/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":345,"Cost":316,"Date":"4/5/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":444,"Cost":248,"Date":"4/28/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":141,"Cost":130,"Date":"7/10/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":474,"Cost":306,"Date":"3/25/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":68,"Cost":41,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":787,"Cost":543,"Date":"10/28/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":811,"Cost":418,"Date":"3/2/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":538,"Cost":492,"Date":"6/28/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":612,"Cost":430,"Date":"7/17/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":728,"Cost":472,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":527,"Cost":294,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":983,"Cost":506,"Date":"11/20/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":795,"Cost":517,"Date":"12/16/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":901,"Cost":716,"Date":"12/30/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":310,"Cost":242,"Date":"2/15/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":987,"Cost":714,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":349,"Cost":259,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":934,"Cost":758,"Date":"4/18/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":753,"Cost":576,"Date":"7/27/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":40,"Cost":24,"Date":"8/18/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":231,"Cost":201,"Date":"10/31/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":553,"Cost":371,"Date":"11/11/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":50,"Cost":38,"Date":"11/30/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":323,"Cost":211,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":914,"Cost":786,"Date":"3/1/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":783,"Cost":475,"Date":"4/13/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":415,"Cost":254,"Date":"5/20/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":466,"Cost":320,"Date":"8/13/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":753,"Cost":421,"Date":"9/15/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":232,"Cost":176,"Date":"10/14/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":160,"Cost":110,"Date":"10/28/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":720,"Cost":430,"Date":"11/11/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":775,"Cost":640,"Date":"12/7/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":893,"Cost":509,"Date":"12/21/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":150,"Cost":75,"Date":"1/6/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":178,"Cost":110,"Date":"1/23/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":487,"Cost":418,"Date":"2/4/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":376,"Cost":313,"Date":"3/10/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":243,"Cost":175,"Date":"3/12/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":827,"Cost":581,"Date":"3/31/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":580,"Cost":353,"Date":"6/16/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":326,"Cost":182,"Date":"6/17/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":759,"Cost":381,"Date":"8/27/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":617,"Cost":544,"Date":"10/1/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":135,"Cost":85,"Date":"11/4/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":348,"Cost":237,"Date":"11/9/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":216,"Cost":165,"Date":"3/27/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":225,"Cost":128,"Date":"4/17/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":570,"Cost":296,"Date":"8/11/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":902,"Cost":756,"Date":"8/21/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":860,"Cost":489,"Date":"9/2/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":311,"Cost":229,"Date":"9/5/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":236,"Cost":213,"Date":"9/14/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":1,"Cost":0,"Date":"9/20/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":147,"Cost":91,"Date":"11/20/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":232,"Cost":142,"Date":"12/21/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":280,"Cost":191,"Date":"1/7/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":425,"Cost":397,"Date":"1/21/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":768,"Cost":705,"Date":"2/9/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":991,"Cost":514,"Date":"3/19/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":609,"Cost":470,"Date":"4/3/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":546,"Cost":358,"Date":"4/5/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":555,"Cost":489,"Date":"4/28/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":762,"Cost":402,"Date":"7/10/2019"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":219,"Cost":142,"Date":"3/25/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":295,"Cost":263,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":807,"Cost":682,"Date":"10/28/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":620,"Cost":569,"Date":"3/2/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":507,"Cost":458,"Date":"6/28/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":247,"Cost":220,"Date":"7/17/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":531,"Cost":309,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":832,"Cost":430,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":584,"Cost":453,"Date":"11/20/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":145,"Cost":114,"Date":"12/16/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":569,"Cost":501,"Date":"12/30/2021"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":160,"Cost":136,"Date":"2/15/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":983,"Cost":870,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":611,"Cost":462,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":586,"Cost":392,"Date":"4/18/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":270,"Cost":156,"Date":"7/27/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":524,"Cost":375,"Date":"8/18/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":733,"Cost":538,"Date":"10/31/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":266,"Cost":167,"Date":"11/11/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":681,"Cost":594,"Date":"11/30/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":673,"Cost":483,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":255,"Cost":207,"Date":"3/1/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":589,"Cost":355,"Date":"4/13/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":516,"Cost":370,"Date":"5/20/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":29,"Cost":27,"Date":"8/13/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":151,"Cost":138,"Date":"9/15/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":219,"Cost":203,"Date":"10/14/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":699,"Cost":448,"Date":"10/28/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":669,"Cost":391,"Date":"11/11/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":941,"Cost":890,"Date":"12/7/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":384,"Cost":322,"Date":"12/21/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":873,"Cost":817,"Date":"1/6/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":299,"Cost":239,"Date":"1/23/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":301,"Cost":218,"Date":"2/4/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":607,"Cost":382,"Date":"3/10/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":836,"Cost":726,"Date":"3/12/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":801,"Cost":514,"Date":"3/31/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":29,"Cost":20,"Date":"6/16/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":17,"Cost":8,"Date":"6/17/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":594,"Cost":504,"Date":"8/27/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":363,"Cost":329,"Date":"10/1/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":520,"Cost":347,"Date":"11/4/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":676,"Cost":462,"Date":"11/9/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":494,"Cost":323,"Date":"3/27/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":741,"Cost":535,"Date":"4/17/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":326,"Cost":206,"Date":"8/11/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":425,"Date":"8/21/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":319,"Cost":258,"Date":"9/2/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":604,"Date":"9/5/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":806,"Cost":545,"Date":"9/14/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":18,"Cost":11,"Date":"9/20/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":600,"Cost":488,"Date":"11/20/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":867,"Cost":684,"Date":"12/21/2018"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":957,"Cost":896,"Date":"1/7/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":530,"Cost":455,"Date":"1/21/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":807,"Cost":507,"Date":"2/9/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":446,"Cost":375,"Date":"3/19/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":902,"Cost":515,"Date":"4/3/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":854,"Cost":773,"Date":"4/5/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":115,"Cost":82,"Date":"4/28/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":105,"Cost":69,"Date":"7/10/2019"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":450,"Cost":239,"Date":"3/25/2020"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":933,"Cost":609,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":255,"Cost":189,"Date":"10/28/2020"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":204,"Cost":104,"Date":"3/2/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":986,"Cost":686,"Date":"6/28/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":934,"Cost":471,"Date":"7/17/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":97,"Cost":52,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":7,"Cost":5,"Date":"8/23/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":886,"Cost":539,"Date":"11/20/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":323,"Cost":206,"Date":"12/16/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":3,"Cost":2,"Date":"12/30/2021"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":726,"Cost":672,"Date":"2/15/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":19,"Cost":15,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":392,"Cost":236,"Date":"3/7/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":115,"Cost":59,"Date":"4/18/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":748,"Cost":384,"Date":"7/27/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":858,"Cost":735,"Date":"8/18/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":578,"Cost":476,"Date":"10/31/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":305,"Cost":242,"Date":"11/11/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":563,"Cost":500,"Date":"11/30/2022"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":220,"Cost":200,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":120,"Cost":90,"Date":"3/1/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":701,"Cost":435,"Date":"4/13/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":515,"Cost":430,"Date":"5/20/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":141,"Cost":79,"Date":"8/13/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":74,"Cost":68,"Date":"9/15/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":134,"Cost":115,"Date":"10/14/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":524,"Cost":448,"Date":"10/28/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":259,"Cost":158,"Date":"11/11/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":126,"Cost":87,"Date":"12/7/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":379,"Cost":298,"Date":"12/21/2023"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":489,"Cost":344,"Date":"1/6/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":74,"Cost":61,"Date":"1/23/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":681,"Cost":486,"Date":"2/4/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":379,"Cost":353,"Date":"3/10/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":836,"Cost":560,"Date":"3/12/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":101,"Cost":86,"Date":"3/31/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":424,"Cost":396,"Date":"6/16/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":3,"Cost":2,"Date":"6/17/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":87,"Cost":46,"Date":"8/27/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":219,"Cost":186,"Date":"10/1/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":647,"Cost":424,"Date":"11/4/2024"},{"Store":"Forum Gdańsk","Brand":"HM Home","Country":"Poland","Sale":524,"Cost":364,"Date":"11/9/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":473,"Cost":443,"Date":"3/27/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":682,"Cost":439,"Date":"4/17/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":418,"Cost":268,"Date":"8/11/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":780,"Cost":699,"Date":"8/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":101,"Cost":74,"Date":"9/2/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":883,"Cost":506,"Date":"9/5/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":342,"Cost":217,"Date":"9/14/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":423,"Cost":341,"Date":"9/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":202,"Cost":147,"Date":"11/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":691,"Cost":434,"Date":"12/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":14,"Date":"1/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":193,"Cost":103,"Date":"1/21/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":422,"Cost":222,"Date":"2/9/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":266,"Cost":244,"Date":"3/19/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":555,"Cost":521,"Date":"4/3/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":340,"Cost":193,"Date":"4/5/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":164,"Cost":126,"Date":"4/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":4,"Cost":4,"Date":"7/10/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":274,"Cost":209,"Date":"3/25/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":377,"Cost":297,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":663,"Cost":503,"Date":"10/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":325,"Cost":289,"Date":"3/2/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":794,"Cost":677,"Date":"6/28/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":61,"Cost":32,"Date":"7/17/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":912,"Cost":535,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":540,"Cost":270,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":189,"Date":"11/20/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":599,"Cost":425,"Date":"12/16/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":470,"Cost":317,"Date":"12/30/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":978,"Cost":715,"Date":"2/15/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":945,"Cost":628,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":995,"Cost":744,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":193,"Cost":127,"Date":"4/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":422,"Cost":238,"Date":"7/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":920,"Cost":550,"Date":"8/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":287,"Cost":225,"Date":"10/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":115,"Cost":84,"Date":"11/11/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":434,"Cost":248,"Date":"11/30/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":491,"Cost":426,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":588,"Cost":424,"Date":"3/1/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":74,"Cost":48,"Date":"4/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":395,"Cost":228,"Date":"5/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":694,"Cost":630,"Date":"8/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":508,"Cost":464,"Date":"9/15/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":42,"Cost":37,"Date":"10/14/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":48,"Cost":30,"Date":"10/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":148,"Date":"11/11/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":591,"Cost":527,"Date":"12/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":910,"Cost":458,"Date":"12/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":963,"Cost":580,"Date":"1/6/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":754,"Cost":494,"Date":"1/23/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":674,"Cost":641,"Date":"2/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":786,"Cost":436,"Date":"3/10/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":830,"Cost":670,"Date":"3/12/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":169,"Cost":142,"Date":"3/31/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":55,"Cost":29,"Date":"6/16/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":257,"Cost":140,"Date":"6/17/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":353,"Cost":287,"Date":"8/27/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":329,"Date":"10/1/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":600,"Cost":539,"Date":"11/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"ARKET","Country":"Poland","Sale":6,"Cost":3,"Date":"11/9/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":242,"Cost":222,"Date":"3/27/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":54,"Cost":51,"Date":"4/17/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":118,"Cost":90,"Date":"8/11/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":353,"Cost":241,"Date":"8/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":22,"Cost":13,"Date":"9/2/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":679,"Cost":588,"Date":"9/5/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":683,"Cost":579,"Date":"9/14/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":897,"Cost":729,"Date":"9/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":827,"Cost":533,"Date":"11/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":56,"Cost":30,"Date":"12/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":845,"Cost":754,"Date":"1/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":217,"Cost":196,"Date":"1/21/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":952,"Cost":553,"Date":"2/9/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":736,"Cost":453,"Date":"3/19/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":854,"Cost":722,"Date":"4/3/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":38,"Cost":21,"Date":"4/5/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":364,"Cost":241,"Date":"4/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":449,"Cost":366,"Date":"7/10/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":838,"Cost":606,"Date":"3/25/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":842,"Cost":570,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":225,"Cost":120,"Date":"10/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":655,"Cost":436,"Date":"3/2/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":775,"Cost":555,"Date":"6/28/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":927,"Cost":659,"Date":"7/17/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":458,"Cost":296,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":168,"Cost":144,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":15,"Cost":11,"Date":"11/20/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":445,"Cost":365,"Date":"12/16/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":333,"Cost":183,"Date":"12/30/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":228,"Cost":140,"Date":"2/15/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":42,"Cost":26,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":358,"Cost":201,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":58,"Cost":42,"Date":"4/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":498,"Cost":418,"Date":"7/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":882,"Cost":530,"Date":"8/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":779,"Cost":739,"Date":"10/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":803,"Cost":423,"Date":"11/11/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":91,"Cost":59,"Date":"11/30/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":525,"Cost":485,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":851,"Cost":668,"Date":"3/1/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":963,"Cost":643,"Date":"4/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":490,"Cost":347,"Date":"5/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":872,"Cost":765,"Date":"8/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":175,"Cost":154,"Date":"9/15/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":538,"Cost":300,"Date":"10/14/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":909,"Cost":585,"Date":"10/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":177,"Cost":95,"Date":"11/11/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":892,"Cost":576,"Date":"12/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":833,"Cost":728,"Date":"12/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":297,"Cost":198,"Date":"1/6/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":143,"Cost":76,"Date":"1/23/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":116,"Cost":79,"Date":"2/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":133,"Cost":93,"Date":"3/10/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":810,"Cost":691,"Date":"3/12/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":929,"Cost":637,"Date":"3/31/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":95,"Cost":76,"Date":"6/16/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":575,"Cost":511,"Date":"6/17/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":130,"Cost":120,"Date":"8/27/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":911,"Cost":682,"Date":"10/1/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":851,"Cost":658,"Date":"11/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":436,"Cost":383,"Date":"11/9/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":147,"Cost":124,"Date":"3/27/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":760,"Cost":628,"Date":"4/17/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":153,"Cost":97,"Date":"8/11/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":179,"Cost":120,"Date":"8/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":222,"Cost":204,"Date":"9/2/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":42,"Cost":21,"Date":"9/5/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":742,"Cost":644,"Date":"9/14/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":164,"Cost":106,"Date":"9/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":637,"Cost":423,"Date":"11/20/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":922,"Cost":680,"Date":"12/21/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":158,"Cost":138,"Date":"1/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":200,"Cost":139,"Date":"1/21/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":592,"Cost":313,"Date":"2/9/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":481,"Cost":299,"Date":"3/19/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":185,"Cost":135,"Date":"4/3/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":908,"Cost":543,"Date":"4/5/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":42,"Cost":39,"Date":"4/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":803,"Cost":753,"Date":"7/10/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":18,"Cost":15,"Date":"3/25/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":621,"Cost":590,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":33,"Cost":24,"Date":"10/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":745,"Cost":451,"Date":"3/2/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":334,"Cost":242,"Date":"6/28/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":891,"Cost":717,"Date":"7/17/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":889,"Cost":542,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":547,"Cost":341,"Date":"8/23/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":16,"Cost":11,"Date":"11/20/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":477,"Cost":439,"Date":"12/16/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":228,"Cost":214,"Date":"12/30/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":282,"Cost":152,"Date":"2/15/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":545,"Cost":391,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":424,"Cost":245,"Date":"3/7/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":883,"Cost":524,"Date":"4/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":253,"Cost":222,"Date":"7/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":840,"Cost":725,"Date":"8/18/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":890,"Cost":772,"Date":"10/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":151,"Cost":130,"Date":"11/11/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":870,"Cost":497,"Date":"11/30/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":722,"Cost":638,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":638,"Cost":553,"Date":"3/1/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":983,"Cost":724,"Date":"4/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":440,"Cost":259,"Date":"5/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":452,"Cost":239,"Date":"8/13/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":572,"Cost":521,"Date":"9/15/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":552,"Cost":351,"Date":"10/14/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":474,"Cost":244,"Date":"10/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":277,"Cost":155,"Date":"11/11/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":164,"Cost":148,"Date":"12/7/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":702,"Cost":531,"Date":"12/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":636,"Cost":400,"Date":"1/6/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":999,"Cost":746,"Date":"1/23/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":451,"Cost":240,"Date":"2/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":334,"Cost":197,"Date":"3/10/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":153,"Cost":79,"Date":"3/12/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":738,"Cost":376,"Date":"3/31/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":759,"Cost":493,"Date":"6/16/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":746,"Cost":606,"Date":"6/17/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":956,"Cost":860,"Date":"8/27/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":674,"Cost":575,"Date":"10/1/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":878,"Cost":505,"Date":"11/4/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"COS","Country":"Poland","Sale":75,"Cost":45,"Date":"11/9/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":647,"Cost":413,"Date":"3/27/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":866,"Cost":657,"Date":"4/17/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":178,"Cost":135,"Date":"8/11/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":45,"Cost":31,"Date":"8/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":175,"Cost":115,"Date":"9/2/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":58,"Cost":50,"Date":"9/5/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":82,"Cost":62,"Date":"9/14/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":258,"Cost":137,"Date":"9/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":219,"Cost":128,"Date":"11/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":400,"Cost":226,"Date":"12/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":176,"Cost":134,"Date":"1/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":314,"Cost":179,"Date":"1/21/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":358,"Date":"2/9/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":229,"Cost":177,"Date":"3/19/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":767,"Cost":444,"Date":"4/3/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":391,"Cost":215,"Date":"4/5/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":368,"Cost":204,"Date":"4/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":823,"Cost":573,"Date":"7/10/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":274,"Cost":175,"Date":"3/25/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":195,"Cost":104,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":250,"Cost":237,"Date":"10/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":878,"Cost":743,"Date":"3/2/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":396,"Cost":230,"Date":"6/28/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":81,"Cost":75,"Date":"7/17/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":342,"Cost":197,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":727,"Cost":520,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":897,"Cost":450,"Date":"11/20/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":930,"Cost":594,"Date":"12/16/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":738,"Cost":475,"Date":"12/30/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":514,"Date":"2/15/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":170,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":990,"Cost":746,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":755,"Cost":609,"Date":"4/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":492,"Cost":393,"Date":"7/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":11,"Date":"8/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":466,"Cost":376,"Date":"10/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":251,"Cost":225,"Date":"11/11/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":446,"Cost":233,"Date":"11/30/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":436,"Cost":293,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":876,"Cost":451,"Date":"3/1/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":562,"Cost":456,"Date":"4/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":231,"Cost":189,"Date":"5/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":914,"Cost":646,"Date":"8/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":603,"Cost":336,"Date":"9/15/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":733,"Cost":551,"Date":"10/14/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":523,"Cost":315,"Date":"10/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":603,"Cost":378,"Date":"11/11/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":921,"Cost":554,"Date":"12/7/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":838,"Cost":670,"Date":"12/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":270,"Cost":195,"Date":"1/6/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":590,"Cost":365,"Date":"1/23/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":67,"Cost":42,"Date":"2/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":58,"Cost":32,"Date":"3/10/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":815,"Cost":517,"Date":"3/12/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":429,"Cost":390,"Date":"3/31/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":995,"Cost":696,"Date":"6/16/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":183,"Cost":144,"Date":"6/17/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":220,"Cost":113,"Date":"8/27/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":626,"Cost":592,"Date":"10/1/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":332,"Date":"11/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":605,"Cost":492,"Date":"11/9/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":660,"Cost":498,"Date":"3/27/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":478,"Cost":390,"Date":"4/17/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":367,"Cost":274,"Date":"8/11/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":483,"Cost":450,"Date":"8/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":106,"Cost":66,"Date":"9/2/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":42,"Cost":27,"Date":"9/5/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":492,"Cost":258,"Date":"9/14/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":633,"Cost":441,"Date":"9/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":86,"Cost":47,"Date":"11/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":753,"Cost":676,"Date":"12/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":246,"Cost":189,"Date":"1/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":27,"Cost":16,"Date":"1/21/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":717,"Cost":371,"Date":"2/9/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":489,"Cost":275,"Date":"3/19/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":475,"Cost":307,"Date":"4/3/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":960,"Cost":542,"Date":"4/5/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":659,"Cost":379,"Date":"4/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":664,"Cost":532,"Date":"7/10/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":930,"Cost":810,"Date":"3/25/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":315,"Cost":281,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":625,"Cost":469,"Date":"10/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":619,"Cost":404,"Date":"3/2/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":116,"Cost":76,"Date":"6/28/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":880,"Cost":477,"Date":"7/17/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":677,"Cost":393,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":198,"Cost":166,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":444,"Cost":352,"Date":"11/20/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":661,"Cost":602,"Date":"12/16/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":562,"Cost":393,"Date":"12/30/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":848,"Cost":644,"Date":"2/15/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":713,"Cost":493,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":487,"Cost":429,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":347,"Cost":298,"Date":"4/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":875,"Cost":699,"Date":"7/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":674,"Cost":607,"Date":"8/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":264,"Cost":133,"Date":"10/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":186,"Cost":147,"Date":"11/11/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":246,"Cost":137,"Date":"11/30/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":41,"Cost":27,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":177,"Cost":159,"Date":"3/1/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":881,"Cost":797,"Date":"4/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":842,"Cost":681,"Date":"5/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":533,"Cost":455,"Date":"8/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":350,"Cost":315,"Date":"9/15/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":850,"Cost":498,"Date":"10/14/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":752,"Cost":620,"Date":"10/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":472,"Cost":322,"Date":"11/11/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":655,"Cost":518,"Date":"12/7/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":227,"Cost":115,"Date":"12/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":839,"Cost":585,"Date":"1/6/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":747,"Cost":382,"Date":"1/23/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":917,"Cost":525,"Date":"2/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":600,"Cost":341,"Date":"3/10/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":817,"Cost":511,"Date":"3/12/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":776,"Cost":539,"Date":"3/31/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":597,"Cost":430,"Date":"6/16/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":935,"Cost":532,"Date":"6/17/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":259,"Cost":167,"Date":"8/27/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":17,"Cost":10,"Date":"10/1/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":622,"Cost":533,"Date":"11/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":697,"Cost":530,"Date":"11/9/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":854,"Cost":711,"Date":"3/27/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":343,"Cost":315,"Date":"4/17/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":265,"Cost":149,"Date":"8/11/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":346,"Cost":316,"Date":"8/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":685,"Cost":553,"Date":"9/2/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":363,"Cost":344,"Date":"9/5/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":603,"Cost":569,"Date":"9/14/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":694,"Cost":520,"Date":"9/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":963,"Cost":576,"Date":"11/20/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":494,"Cost":384,"Date":"12/21/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":709,"Cost":437,"Date":"1/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":433,"Cost":226,"Date":"1/21/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":465,"Cost":353,"Date":"2/9/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":763,"Cost":616,"Date":"3/19/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":590,"Cost":434,"Date":"4/3/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":20,"Cost":11,"Date":"4/5/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":729,"Cost":404,"Date":"4/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":370,"Cost":219,"Date":"7/10/2019"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":380,"Cost":201,"Date":"3/25/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":916,"Cost":621,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":671,"Cost":435,"Date":"10/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":614,"Cost":318,"Date":"3/2/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":14,"Cost":7,"Date":"6/28/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":787,"Cost":671,"Date":"7/17/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":304,"Cost":232,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":444,"Cost":250,"Date":"8/23/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":794,"Cost":559,"Date":"11/20/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":377,"Cost":340,"Date":"12/16/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":614,"Cost":507,"Date":"12/30/2021"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":808,"Cost":681,"Date":"2/15/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":368,"Cost":329,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":413,"Cost":278,"Date":"3/7/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":429,"Cost":377,"Date":"4/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":90,"Cost":68,"Date":"7/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":52,"Cost":31,"Date":"8/18/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":679,"Cost":550,"Date":"10/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":818,"Cost":771,"Date":"11/11/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":729,"Cost":457,"Date":"11/30/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":641,"Cost":339,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":513,"Cost":281,"Date":"3/1/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":356,"Cost":245,"Date":"4/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":455,"Cost":368,"Date":"5/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":629,"Cost":388,"Date":"8/13/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":330,"Cost":204,"Date":"9/15/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":982,"Cost":911,"Date":"10/14/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":653,"Cost":410,"Date":"10/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":31,"Cost":15,"Date":"11/11/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":885,"Cost":584,"Date":"12/7/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":72,"Cost":52,"Date":"12/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":345,"Cost":258,"Date":"1/6/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":106,"Cost":81,"Date":"1/23/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":728,"Cost":459,"Date":"2/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":491,"Cost":290,"Date":"3/10/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":524,"Cost":328,"Date":"3/12/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":525,"Cost":347,"Date":"3/31/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":530,"Cost":305,"Date":"6/16/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":704,"Cost":498,"Date":"6/17/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":509,"Cost":327,"Date":"8/27/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":16,"Cost":13,"Date":"10/1/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":879,"Cost":505,"Date":"11/4/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Nova","Country":"Poland","Sale":676,"Cost":436,"Date":"11/9/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":495,"Cost":255,"Date":"3/27/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":643,"Date":"4/17/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":26,"Cost":20,"Date":"8/11/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":508,"Date":"8/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":854,"Cost":670,"Date":"9/2/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":985,"Cost":818,"Date":"9/5/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":762,"Cost":687,"Date":"9/14/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":316,"Cost":232,"Date":"9/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":254,"Cost":139,"Date":"11/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":146,"Cost":96,"Date":"12/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":462,"Cost":274,"Date":"1/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":947,"Cost":673,"Date":"1/21/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":413,"Cost":331,"Date":"2/9/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":848,"Cost":619,"Date":"3/19/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":887,"Cost":517,"Date":"4/3/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":173,"Cost":114,"Date":"4/5/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":995,"Cost":938,"Date":"4/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":596,"Cost":566,"Date":"7/10/2019"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":515,"Cost":388,"Date":"3/25/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":73,"Cost":63,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":165,"Cost":117,"Date":"10/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":430,"Cost":391,"Date":"3/2/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":948,"Cost":883,"Date":"6/28/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":800,"Cost":589,"Date":"7/17/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":782,"Cost":619,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":115,"Cost":58,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":447,"Date":"11/20/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":59,"Cost":49,"Date":"12/16/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":771,"Cost":662,"Date":"12/30/2021"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":467,"Date":"2/15/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":351,"Cost":289,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":498,"Cost":457,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":265,"Cost":233,"Date":"4/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":415,"Cost":360,"Date":"7/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":554,"Date":"8/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":187,"Date":"10/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":191,"Cost":173,"Date":"11/11/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":304,"Cost":171,"Date":"11/30/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":969,"Cost":790,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":598,"Cost":537,"Date":"3/1/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":673,"Cost":341,"Date":"4/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":778,"Cost":466,"Date":"5/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":406,"Cost":253,"Date":"8/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":228,"Cost":205,"Date":"9/15/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":88,"Cost":47,"Date":"10/14/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":295,"Cost":238,"Date":"10/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":797,"Cost":658,"Date":"11/11/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":983,"Cost":913,"Date":"12/7/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":487,"Cost":348,"Date":"12/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":440,"Date":"1/6/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":790,"Cost":702,"Date":"1/23/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":929,"Cost":877,"Date":"2/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":814,"Cost":631,"Date":"3/10/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":477,"Cost":304,"Date":"3/12/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":686,"Cost":598,"Date":"3/31/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":528,"Cost":287,"Date":"6/16/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":29,"Cost":17,"Date":"6/17/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":541,"Cost":482,"Date":"8/27/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":954,"Cost":589,"Date":"10/1/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":992,"Cost":828,"Date":"11/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM Home","Country":"Poland","Sale":133,"Cost":110,"Date":"11/9/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":285,"Cost":191,"Date":"3/27/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":523,"Cost":302,"Date":"4/17/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":877,"Cost":566,"Date":"8/11/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":797,"Cost":516,"Date":"8/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":759,"Cost":471,"Date":"9/2/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":745,"Cost":376,"Date":"9/5/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":454,"Cost":316,"Date":"9/14/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":230,"Cost":158,"Date":"9/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":992,"Cost":559,"Date":"11/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":802,"Cost":512,"Date":"12/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":729,"Date":"1/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":933,"Date":"1/21/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":70,"Cost":53,"Date":"2/9/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":591,"Cost":377,"Date":"3/19/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":546,"Cost":300,"Date":"4/3/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":31,"Cost":23,"Date":"4/5/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":974,"Cost":662,"Date":"4/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":363,"Cost":260,"Date":"7/10/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":114,"Cost":103,"Date":"3/25/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":402,"Cost":340,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":541,"Cost":499,"Date":"10/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":562,"Cost":440,"Date":"3/2/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":523,"Date":"6/28/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":325,"Date":"7/17/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":300,"Cost":179,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":853,"Cost":596,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":350,"Cost":250,"Date":"11/20/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":632,"Cost":410,"Date":"12/16/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":218,"Cost":149,"Date":"12/30/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":12,"Date":"2/15/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":244,"Cost":148,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":54,"Cost":32,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":219,"Cost":128,"Date":"4/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":344,"Date":"7/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":706,"Cost":641,"Date":"8/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":604,"Cost":302,"Date":"10/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":390,"Cost":298,"Date":"11/11/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":530,"Cost":390,"Date":"11/30/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":91,"Cost":61,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":552,"Cost":424,"Date":"3/1/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":130,"Cost":94,"Date":"4/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":686,"Cost":650,"Date":"5/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":179,"Cost":93,"Date":"8/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":493,"Cost":270,"Date":"9/15/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":892,"Cost":526,"Date":"10/14/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":888,"Cost":622,"Date":"10/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":738,"Cost":386,"Date":"11/11/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":34,"Cost":17,"Date":"12/7/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":780,"Cost":561,"Date":"12/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":302,"Cost":184,"Date":"1/6/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":326,"Cost":249,"Date":"1/23/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":119,"Cost":104,"Date":"2/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":149,"Cost":122,"Date":"3/10/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":782,"Cost":651,"Date":"3/12/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":910,"Cost":490,"Date":"3/31/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":678,"Cost":552,"Date":"6/16/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":614,"Cost":408,"Date":"6/17/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":19,"Date":"8/27/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":686,"Cost":533,"Date":"10/1/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":569,"Cost":476,"Date":"11/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":209,"Date":"11/9/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":785,"Cost":671,"Date":"3/27/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":73,"Date":"4/17/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":128,"Cost":76,"Date":"8/11/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":610,"Cost":490,"Date":"8/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":626,"Cost":575,"Date":"9/2/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":781,"Cost":434,"Date":"9/5/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":990,"Cost":907,"Date":"9/14/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":818,"Cost":452,"Date":"9/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":912,"Cost":525,"Date":"11/20/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":558,"Cost":404,"Date":"12/21/2018"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":17,"Cost":13,"Date":"1/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":403,"Cost":339,"Date":"1/21/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":545,"Cost":360,"Date":"2/9/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":915,"Cost":818,"Date":"3/19/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":182,"Cost":161,"Date":"4/3/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":100,"Cost":81,"Date":"4/5/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":112,"Cost":88,"Date":"4/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":651,"Cost":464,"Date":"7/10/2019"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":62,"Cost":39,"Date":"3/25/2020"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":689,"Cost":484,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":440,"Cost":352,"Date":"10/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":845,"Cost":508,"Date":"3/2/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":363,"Cost":183,"Date":"6/28/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":498,"Cost":422,"Date":"7/17/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":236,"Cost":127,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":80,"Date":"8/23/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":37,"Cost":26,"Date":"11/20/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":15,"Date":"12/16/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":343,"Cost":276,"Date":"12/30/2021"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":128,"Cost":75,"Date":"2/15/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":147,"Cost":91,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":937,"Cost":771,"Date":"3/7/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":693,"Date":"4/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":46,"Cost":42,"Date":"7/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":954,"Cost":666,"Date":"8/18/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":503,"Cost":363,"Date":"10/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":913,"Cost":563,"Date":"11/11/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":998,"Cost":686,"Date":"11/30/2022"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":454,"Cost":338,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":780,"Cost":438,"Date":"3/1/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":990,"Cost":786,"Date":"4/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":295,"Cost":254,"Date":"5/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":200,"Cost":109,"Date":"8/13/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":698,"Cost":618,"Date":"9/15/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":988,"Cost":573,"Date":"10/14/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":508,"Cost":464,"Date":"10/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":235,"Cost":212,"Date":"11/11/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":460,"Cost":352,"Date":"12/7/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":68,"Cost":41,"Date":"12/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":984,"Cost":850,"Date":"1/6/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":866,"Cost":690,"Date":"1/23/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":17,"Cost":13,"Date":"2/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":649,"Cost":414,"Date":"3/10/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":849,"Cost":682,"Date":"3/12/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":723,"Cost":675,"Date":"3/31/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":405,"Cost":251,"Date":"6/16/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":305,"Cost":187,"Date":"6/17/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":24,"Cost":16,"Date":"8/27/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":795,"Cost":623,"Date":"10/1/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":461,"Cost":249,"Date":"11/4/2024"},{"Store":"Stary Browar, Poznań","Brand":"Sellpy","Country":"Poland","Sale":496,"Cost":413,"Date":"11/9/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":133,"Cost":116,"Date":"3/27/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":864,"Cost":474,"Date":"4/17/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":213,"Cost":162,"Date":"8/11/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":100,"Cost":61,"Date":"8/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":89,"Cost":70,"Date":"9/2/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":547,"Cost":278,"Date":"9/5/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":371,"Cost":299,"Date":"9/14/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":881,"Cost":645,"Date":"9/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":156,"Cost":132,"Date":"11/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":152,"Cost":105,"Date":"12/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":715,"Cost":601,"Date":"1/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":856,"Cost":466,"Date":"1/21/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":160,"Cost":131,"Date":"2/9/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":22,"Cost":13,"Date":"3/19/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":997,"Cost":546,"Date":"4/3/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":948,"Cost":678,"Date":"4/5/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":938,"Cost":684,"Date":"4/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":357,"Cost":207,"Date":"7/10/2019"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":63,"Cost":41,"Date":"3/25/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":67,"Cost":56,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":183,"Cost":149,"Date":"10/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":502,"Cost":460,"Date":"3/2/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":960,"Cost":538,"Date":"6/28/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":961,"Cost":909,"Date":"7/17/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":814,"Cost":714,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":201,"Cost":165,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":701,"Cost":430,"Date":"11/20/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":237,"Cost":204,"Date":"12/16/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":523,"Cost":446,"Date":"12/30/2021"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":82,"Cost":52,"Date":"2/15/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":710,"Cost":514,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":672,"Cost":353,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":952,"Cost":566,"Date":"4/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":463,"Cost":282,"Date":"7/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":446,"Cost":398,"Date":"8/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":23,"Cost":14,"Date":"10/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":776,"Cost":607,"Date":"11/11/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":188,"Cost":126,"Date":"11/30/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":282,"Cost":239,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":605,"Cost":388,"Date":"3/1/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":763,"Cost":717,"Date":"4/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":616,"Cost":515,"Date":"5/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":292,"Cost":241,"Date":"8/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":55,"Cost":49,"Date":"9/15/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":37,"Cost":20,"Date":"10/14/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":672,"Cost":600,"Date":"10/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":104,"Cost":98,"Date":"11/11/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":972,"Cost":493,"Date":"12/7/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":587,"Cost":339,"Date":"12/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":185,"Cost":164,"Date":"1/6/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":354,"Cost":225,"Date":"1/23/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":154,"Cost":116,"Date":"2/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":275,"Cost":248,"Date":"3/10/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":404,"Cost":281,"Date":"3/12/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":764,"Cost":514,"Date":"3/31/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":417,"Cost":252,"Date":"6/16/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":945,"Cost":589,"Date":"6/17/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":87,"Cost":55,"Date":"8/27/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":669,"Cost":568,"Date":"10/1/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":408,"Cost":381,"Date":"11/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":138,"Cost":70,"Date":"11/9/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":973,"Cost":667,"Date":"3/27/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":887,"Cost":532,"Date":"4/17/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":829,"Cost":418,"Date":"8/11/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":253,"Cost":127,"Date":"8/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":465,"Cost":279,"Date":"9/2/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":501,"Cost":250,"Date":"9/5/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":610,"Cost":480,"Date":"9/14/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":997,"Cost":645,"Date":"9/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":977,"Cost":556,"Date":"11/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":6,"Cost":4,"Date":"12/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":220,"Cost":194,"Date":"1/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":872,"Cost":706,"Date":"1/21/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":509,"Cost":415,"Date":"2/9/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":78,"Cost":51,"Date":"3/19/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":696,"Cost":454,"Date":"4/3/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":163,"Date":"4/5/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":480,"Cost":337,"Date":"4/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":451,"Date":"7/10/2019"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":881,"Cost":681,"Date":"3/25/2020"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":395,"Cost":314,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":243,"Cost":225,"Date":"10/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":687,"Cost":368,"Date":"3/2/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":260,"Cost":150,"Date":"6/28/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":445,"Cost":342,"Date":"7/17/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":945,"Cost":723,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":388,"Cost":263,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":109,"Cost":98,"Date":"11/20/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":769,"Cost":707,"Date":"12/16/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":510,"Cost":400,"Date":"12/30/2021"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":274,"Cost":201,"Date":"2/15/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":489,"Cost":305,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":655,"Cost":453,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":2,"Cost":2,"Date":"4/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":845,"Cost":562,"Date":"7/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":551,"Cost":346,"Date":"8/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":469,"Cost":316,"Date":"10/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":416,"Date":"11/11/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":600,"Cost":317,"Date":"11/30/2022"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":642,"Cost":367,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":841,"Cost":525,"Date":"3/1/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":345,"Cost":175,"Date":"4/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":723,"Cost":524,"Date":"5/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":278,"Cost":235,"Date":"8/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":273,"Cost":237,"Date":"9/15/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":394,"Cost":329,"Date":"10/14/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":197,"Cost":144,"Date":"10/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":494,"Cost":271,"Date":"11/11/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":119,"Cost":106,"Date":"12/7/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":41,"Cost":29,"Date":"12/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":695,"Cost":414,"Date":"1/6/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":322,"Cost":291,"Date":"1/23/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":918,"Cost":702,"Date":"2/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":102,"Cost":63,"Date":"3/10/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":498,"Cost":350,"Date":"3/12/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":177,"Cost":93,"Date":"3/31/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":955,"Cost":587,"Date":"6/16/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":635,"Cost":563,"Date":"6/17/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":159,"Cost":119,"Date":"8/27/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":862,"Cost":581,"Date":"10/1/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":615,"Cost":441,"Date":"11/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":369,"Cost":220,"Date":"11/9/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":314,"Cost":206,"Date":"3/27/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":321,"Cost":215,"Date":"4/17/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":462,"Cost":375,"Date":"8/11/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":849,"Cost":788,"Date":"8/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":833,"Cost":772,"Date":"9/2/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":370,"Cost":228,"Date":"9/5/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":270,"Cost":136,"Date":"9/14/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":418,"Cost":327,"Date":"9/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":769,"Cost":548,"Date":"11/20/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":686,"Cost":378,"Date":"12/21/2018"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":197,"Cost":142,"Date":"1/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":774,"Cost":649,"Date":"1/21/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":97,"Cost":92,"Date":"2/9/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":558,"Cost":488,"Date":"3/19/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":712,"Cost":644,"Date":"4/3/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":730,"Cost":462,"Date":"4/5/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":701,"Cost":458,"Date":"4/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":394,"Cost":331,"Date":"7/10/2019"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":961,"Cost":678,"Date":"3/25/2020"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":581,"Cost":324,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":402,"Cost":303,"Date":"10/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":601,"Cost":401,"Date":"3/2/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":823,"Cost":615,"Date":"6/28/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":456,"Cost":372,"Date":"7/17/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":442,"Cost":234,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":302,"Cost":160,"Date":"8/23/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":345,"Cost":206,"Date":"11/20/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":409,"Cost":273,"Date":"12/16/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":192,"Cost":101,"Date":"12/30/2021"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":52,"Cost":28,"Date":"2/15/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":992,"Cost":532,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":672,"Cost":571,"Date":"3/7/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":87,"Cost":52,"Date":"4/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":568,"Cost":405,"Date":"7/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":701,"Cost":490,"Date":"8/18/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":57,"Cost":52,"Date":"10/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":175,"Cost":142,"Date":"11/11/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":45,"Cost":33,"Date":"11/30/2022"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":922,"Cost":832,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":906,"Cost":669,"Date":"3/1/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":615,"Cost":421,"Date":"4/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":91,"Cost":51,"Date":"5/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":183,"Cost":110,"Date":"8/13/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":592,"Cost":561,"Date":"9/15/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":313,"Cost":249,"Date":"10/14/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":173,"Cost":143,"Date":"10/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":931,"Cost":720,"Date":"11/11/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":266,"Cost":134,"Date":"12/7/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":369,"Cost":268,"Date":"12/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":9,"Cost":6,"Date":"1/6/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":307,"Cost":185,"Date":"1/23/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":459,"Cost":368,"Date":"2/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":156,"Cost":79,"Date":"3/10/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":546,"Cost":290,"Date":"3/12/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":327,"Cost":300,"Date":"3/31/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":903,"Cost":609,"Date":"6/16/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":104,"Cost":66,"Date":"6/17/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":680,"Cost":356,"Date":"8/27/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":163,"Cost":102,"Date":"10/1/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":270,"Cost":158,"Date":"11/4/2024"},{"Store":"Galaxy, Szczecin","Brand":"Nova","Country":"Poland","Sale":568,"Cost":432,"Date":"11/9/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":917,"Cost":823,"Date":"3/27/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":65,"Cost":42,"Date":"4/17/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":551,"Cost":481,"Date":"8/11/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":24,"Cost":20,"Date":"8/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":591,"Cost":545,"Date":"9/2/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":939,"Cost":511,"Date":"9/5/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":22,"Cost":12,"Date":"9/14/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":430,"Cost":319,"Date":"9/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":39,"Cost":19,"Date":"11/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":352,"Cost":263,"Date":"12/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":701,"Cost":364,"Date":"1/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":552,"Cost":372,"Date":"1/21/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":432,"Cost":347,"Date":"2/9/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":261,"Cost":202,"Date":"3/19/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":775,"Cost":515,"Date":"4/3/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":374,"Cost":316,"Date":"4/5/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":504,"Cost":430,"Date":"4/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":415,"Cost":309,"Date":"7/10/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":925,"Cost":854,"Date":"3/25/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":562,"Cost":319,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":26,"Cost":20,"Date":"10/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":381,"Cost":325,"Date":"3/2/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":275,"Cost":211,"Date":"6/28/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":145,"Cost":84,"Date":"7/17/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":347,"Cost":175,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":856,"Cost":734,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":519,"Cost":450,"Date":"11/20/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":961,"Cost":867,"Date":"12/16/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":35,"Cost":30,"Date":"12/30/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":832,"Cost":630,"Date":"2/15/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":421,"Cost":295,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":405,"Cost":263,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":747,"Cost":518,"Date":"4/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":924,"Cost":798,"Date":"7/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":511,"Cost":462,"Date":"8/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":92,"Cost":48,"Date":"10/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":48,"Cost":42,"Date":"11/11/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":944,"Cost":869,"Date":"11/30/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":753,"Cost":709,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":975,"Cost":658,"Date":"3/1/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":692,"Cost":350,"Date":"4/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":180,"Cost":130,"Date":"5/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":674,"Date":"8/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":719,"Cost":632,"Date":"9/15/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":240,"Cost":169,"Date":"10/14/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":393,"Cost":365,"Date":"10/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":966,"Cost":734,"Date":"11/11/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":873,"Cost":806,"Date":"12/7/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":63,"Cost":47,"Date":"12/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":791,"Cost":425,"Date":"1/6/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":107,"Cost":60,"Date":"1/23/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":201,"Cost":148,"Date":"2/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":814,"Date":"3/10/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":982,"Cost":879,"Date":"3/12/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":48,"Cost":30,"Date":"3/31/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":47,"Cost":24,"Date":"6/16/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":867,"Cost":650,"Date":"6/17/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":916,"Cost":740,"Date":"8/27/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":392,"Cost":220,"Date":"10/1/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":397,"Cost":343,"Date":"11/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":11,"Cost":6,"Date":"11/9/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":177,"Date":"3/27/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":123,"Cost":88,"Date":"4/17/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":465,"Cost":440,"Date":"8/11/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":209,"Cost":169,"Date":"8/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":621,"Cost":495,"Date":"9/2/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":975,"Cost":511,"Date":"9/5/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":577,"Cost":319,"Date":"9/14/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":512,"Cost":402,"Date":"9/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":504,"Date":"11/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":655,"Cost":356,"Date":"12/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":759,"Cost":476,"Date":"1/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":441,"Cost":335,"Date":"1/21/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":707,"Cost":407,"Date":"2/9/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":673,"Cost":369,"Date":"3/19/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":223,"Cost":131,"Date":"4/3/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":93,"Cost":78,"Date":"4/5/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":983,"Cost":845,"Date":"4/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":378,"Date":"7/10/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":168,"Cost":107,"Date":"3/25/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":454,"Cost":328,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":357,"Date":"10/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":188,"Cost":98,"Date":"3/2/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":439,"Cost":384,"Date":"6/28/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":898,"Cost":628,"Date":"7/17/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":406,"Cost":324,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":914,"Cost":470,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":256,"Cost":187,"Date":"11/20/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":480,"Cost":292,"Date":"12/16/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":527,"Cost":326,"Date":"12/30/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":355,"Cost":323,"Date":"2/15/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":555,"Cost":405,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":284,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":531,"Cost":320,"Date":"4/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":565,"Cost":338,"Date":"7/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":915,"Cost":489,"Date":"8/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":899,"Cost":624,"Date":"10/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":102,"Cost":67,"Date":"11/11/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":448,"Cost":260,"Date":"11/30/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":13,"Cost":8,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":868,"Cost":745,"Date":"3/1/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":941,"Cost":834,"Date":"4/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":842,"Cost":447,"Date":"5/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":110,"Cost":97,"Date":"8/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":590,"Cost":489,"Date":"9/15/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":508,"Cost":458,"Date":"10/14/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":560,"Cost":462,"Date":"10/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":421,"Cost":284,"Date":"11/11/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":946,"Cost":529,"Date":"12/7/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":563,"Cost":450,"Date":"12/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":302,"Cost":232,"Date":"1/6/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":89,"Cost":67,"Date":"1/23/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":36,"Cost":32,"Date":"2/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":49,"Cost":40,"Date":"3/10/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":256,"Cost":164,"Date":"3/12/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":750,"Cost":597,"Date":"3/31/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":182,"Cost":148,"Date":"6/16/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":685,"Cost":553,"Date":"6/17/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":565,"Cost":471,"Date":"8/27/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":850,"Cost":533,"Date":"10/1/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":866,"Cost":728,"Date":"11/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":126,"Cost":73,"Date":"11/9/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":229,"Cost":193,"Date":"3/27/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":600,"Date":"4/17/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":197,"Cost":129,"Date":"8/11/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":541,"Cost":463,"Date":"8/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":861,"Cost":631,"Date":"9/2/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":590,"Cost":440,"Date":"9/5/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":315,"Cost":287,"Date":"9/14/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":258,"Cost":179,"Date":"9/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":159,"Cost":94,"Date":"11/20/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":824,"Cost":782,"Date":"12/21/2018"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":112,"Cost":75,"Date":"1/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":228,"Cost":132,"Date":"1/21/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":847,"Cost":663,"Date":"2/9/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":451,"Cost":343,"Date":"3/19/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":478,"Cost":379,"Date":"4/3/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":394,"Date":"4/5/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":73,"Cost":59,"Date":"4/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":708,"Cost":644,"Date":"7/10/2019"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":839,"Cost":599,"Date":"3/25/2020"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":498,"Cost":325,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":196,"Cost":167,"Date":"10/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":276,"Cost":189,"Date":"3/2/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":433,"Cost":266,"Date":"6/28/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":510,"Cost":413,"Date":"7/17/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":209,"Cost":125,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":909,"Cost":822,"Date":"8/23/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":662,"Cost":331,"Date":"11/20/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":312,"Cost":225,"Date":"12/16/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":454,"Cost":335,"Date":"12/30/2021"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":16,"Cost":15,"Date":"2/15/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":771,"Cost":501,"Date":"3/7/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":927,"Cost":744,"Date":"4/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":581,"Cost":522,"Date":"7/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":926,"Cost":792,"Date":"8/18/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":596,"Cost":462,"Date":"10/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":434,"Cost":372,"Date":"11/11/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":178,"Cost":136,"Date":"11/30/2022"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":63,"Cost":46,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":164,"Cost":151,"Date":"3/1/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":687,"Cost":480,"Date":"4/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":558,"Cost":387,"Date":"5/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":566,"Cost":325,"Date":"8/13/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":543,"Date":"9/15/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":634,"Cost":589,"Date":"10/14/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":315,"Cost":162,"Date":"10/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":86,"Cost":46,"Date":"11/11/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":698,"Cost":534,"Date":"12/7/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":291,"Cost":204,"Date":"12/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":323,"Cost":281,"Date":"1/6/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":302,"Cost":181,"Date":"1/23/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":56,"Cost":48,"Date":"2/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":275,"Cost":230,"Date":"3/10/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":311,"Cost":204,"Date":"3/12/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":744,"Cost":444,"Date":"3/31/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":738,"Cost":641,"Date":"6/16/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":477,"Cost":402,"Date":"6/17/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":387,"Cost":360,"Date":"8/27/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":136,"Cost":123,"Date":"10/1/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":901,"Cost":790,"Date":"11/4/2024"},{"Store":"Kaskada, Szczecin","Brand":"Sellpy","Country":"Poland","Sale":603,"Cost":513,"Date":"11/9/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":648,"Cost":545,"Date":"3/27/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":285,"Cost":182,"Date":"4/17/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":277,"Cost":230,"Date":"8/11/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":675,"Cost":499,"Date":"8/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":856,"Cost":739,"Date":"9/2/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":305,"Cost":217,"Date":"9/5/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":551,"Cost":387,"Date":"9/14/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":16,"Cost":16,"Date":"9/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":37,"Cost":21,"Date":"11/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":482,"Cost":379,"Date":"12/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":314,"Cost":174,"Date":"1/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":758,"Cost":655,"Date":"1/21/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":502,"Cost":342,"Date":"2/9/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":643,"Cost":324,"Date":"3/19/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":519,"Cost":399,"Date":"4/3/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":264,"Cost":202,"Date":"4/5/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":466,"Cost":293,"Date":"4/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":144,"Cost":122,"Date":"7/10/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":853,"Cost":804,"Date":"3/25/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":403,"Cost":315,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":157,"Cost":148,"Date":"10/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":475,"Cost":347,"Date":"3/2/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":986,"Cost":527,"Date":"6/28/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":478,"Cost":343,"Date":"7/17/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":706,"Cost":582,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":626,"Cost":593,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":923,"Cost":558,"Date":"11/20/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":93,"Cost":75,"Date":"12/16/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":932,"Cost":622,"Date":"12/30/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":153,"Cost":113,"Date":"2/15/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":6,"Cost":3,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":48,"Cost":33,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":536,"Cost":402,"Date":"4/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":1,"Cost":1,"Date":"7/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":105,"Cost":74,"Date":"8/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":963,"Cost":681,"Date":"10/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":291,"Cost":185,"Date":"11/11/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":626,"Cost":518,"Date":"11/30/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":909,"Cost":760,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":258,"Cost":213,"Date":"3/1/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":128,"Cost":84,"Date":"4/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":904,"Cost":514,"Date":"5/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":832,"Cost":630,"Date":"8/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":754,"Cost":588,"Date":"9/15/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":747,"Cost":608,"Date":"10/14/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":62,"Cost":59,"Date":"10/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":619,"Cost":432,"Date":"11/11/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":75,"Cost":44,"Date":"12/7/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":302,"Cost":222,"Date":"12/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":653,"Cost":548,"Date":"1/6/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":439,"Cost":318,"Date":"1/23/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":71,"Cost":44,"Date":"2/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":986,"Cost":538,"Date":"3/10/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":918,"Cost":814,"Date":"3/12/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":728,"Cost":375,"Date":"3/31/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":437,"Cost":408,"Date":"6/16/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":192,"Cost":130,"Date":"6/17/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":764,"Cost":449,"Date":"8/27/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":108,"Cost":75,"Date":"10/1/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":3,"Cost":2,"Date":"11/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":88,"Cost":81,"Date":"11/9/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":828,"Cost":621,"Date":"3/27/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":539,"Cost":322,"Date":"4/17/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":955,"Cost":593,"Date":"8/11/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":614,"Cost":314,"Date":"8/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":95,"Cost":80,"Date":"9/2/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":594,"Cost":466,"Date":"9/5/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":370,"Cost":211,"Date":"9/14/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":229,"Cost":168,"Date":"9/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":456,"Cost":266,"Date":"11/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":779,"Cost":556,"Date":"12/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":169,"Cost":133,"Date":"1/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":216,"Cost":139,"Date":"1/21/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":254,"Cost":207,"Date":"2/9/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":422,"Cost":357,"Date":"3/19/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":974,"Cost":757,"Date":"4/3/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":609,"Cost":554,"Date":"4/5/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":359,"Cost":311,"Date":"4/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":128,"Cost":96,"Date":"7/10/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":593,"Cost":349,"Date":"3/25/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":909,"Cost":777,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":377,"Cost":217,"Date":"10/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":409,"Cost":270,"Date":"3/2/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":447,"Cost":243,"Date":"6/28/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":372,"Cost":253,"Date":"7/17/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":106,"Cost":56,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":933,"Cost":584,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":906,"Cost":691,"Date":"11/20/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":842,"Cost":797,"Date":"12/16/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":802,"Cost":620,"Date":"12/30/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":250,"Cost":170,"Date":"2/15/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":739,"Cost":512,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":293,"Cost":203,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":879,"Cost":826,"Date":"4/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":599,"Cost":489,"Date":"7/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":357,"Cost":268,"Date":"8/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":924,"Cost":717,"Date":"10/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":863,"Cost":671,"Date":"11/11/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":300,"Cost":157,"Date":"11/30/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":409,"Cost":331,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":645,"Cost":475,"Date":"3/1/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":45,"Cost":30,"Date":"4/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":263,"Cost":134,"Date":"5/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":326,"Cost":235,"Date":"8/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":468,"Cost":415,"Date":"9/15/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":376,"Cost":236,"Date":"10/14/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":647,"Cost":509,"Date":"10/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":16,"Cost":12,"Date":"11/11/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":986,"Cost":532,"Date":"12/7/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":562,"Cost":459,"Date":"12/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":434,"Cost":382,"Date":"1/6/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":273,"Cost":154,"Date":"1/23/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":294,"Cost":164,"Date":"2/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":924,"Cost":779,"Date":"3/10/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":381,"Cost":298,"Date":"3/12/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":442,"Cost":335,"Date":"3/31/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":32,"Cost":26,"Date":"6/16/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":370,"Cost":340,"Date":"6/17/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":303,"Cost":277,"Date":"8/27/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":388,"Cost":205,"Date":"10/1/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":961,"Cost":869,"Date":"11/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":791,"Cost":583,"Date":"11/9/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":327,"Cost":244,"Date":"3/27/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":825,"Date":"4/17/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":342,"Cost":271,"Date":"8/11/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":546,"Cost":296,"Date":"8/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":523,"Cost":269,"Date":"9/2/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":734,"Date":"9/5/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":339,"Cost":313,"Date":"9/14/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":333,"Cost":300,"Date":"9/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":114,"Date":"11/20/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":344,"Cost":198,"Date":"12/21/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":560,"Cost":450,"Date":"1/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":834,"Cost":605,"Date":"1/21/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":23,"Cost":22,"Date":"2/9/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":113,"Cost":69,"Date":"3/19/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":315,"Cost":254,"Date":"4/3/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":68,"Cost":55,"Date":"4/5/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":501,"Cost":457,"Date":"4/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":61,"Cost":55,"Date":"7/10/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":130,"Date":"3/25/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":75,"Cost":39,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":905,"Cost":829,"Date":"10/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":353,"Cost":261,"Date":"3/2/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":522,"Cost":381,"Date":"6/28/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":316,"Date":"7/17/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":182,"Cost":144,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":276,"Cost":174,"Date":"8/23/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":195,"Cost":131,"Date":"11/20/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":553,"Cost":376,"Date":"12/16/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":634,"Cost":397,"Date":"12/30/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":842,"Cost":557,"Date":"2/15/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":721,"Cost":460,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":569,"Cost":370,"Date":"3/7/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":614,"Cost":510,"Date":"4/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":52,"Cost":43,"Date":"7/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":848,"Cost":630,"Date":"8/18/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":250,"Cost":166,"Date":"10/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":764,"Cost":504,"Date":"11/11/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":98,"Cost":82,"Date":"11/30/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":854,"Cost":438,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":707,"Cost":519,"Date":"3/1/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":559,"Cost":528,"Date":"4/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":798,"Cost":475,"Date":"5/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":154,"Cost":92,"Date":"8/13/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":713,"Cost":596,"Date":"9/15/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":603,"Cost":395,"Date":"10/14/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":755,"Cost":564,"Date":"10/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":297,"Cost":243,"Date":"11/11/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":982,"Cost":835,"Date":"12/7/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":918,"Cost":872,"Date":"12/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":996,"Cost":900,"Date":"1/6/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":584,"Cost":553,"Date":"1/23/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":689,"Cost":379,"Date":"2/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":13,"Date":"3/10/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":994,"Cost":712,"Date":"3/12/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":478,"Cost":270,"Date":"3/31/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":859,"Cost":737,"Date":"6/16/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":12,"Cost":9,"Date":"6/17/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":61,"Cost":36,"Date":"8/27/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":828,"Cost":653,"Date":"10/1/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":220,"Date":"11/4/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":541,"Cost":297,"Date":"11/9/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":275,"Cost":200,"Date":"3/27/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":205,"Cost":167,"Date":"4/17/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":560,"Cost":306,"Date":"8/11/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":571,"Cost":521,"Date":"8/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":656,"Cost":490,"Date":"9/2/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":220,"Cost":157,"Date":"9/5/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":104,"Cost":54,"Date":"9/14/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":497,"Cost":407,"Date":"9/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":580,"Cost":302,"Date":"11/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":192,"Cost":144,"Date":"12/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":848,"Cost":802,"Date":"1/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":331,"Cost":187,"Date":"1/21/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":945,"Cost":522,"Date":"2/9/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":147,"Cost":124,"Date":"3/19/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":240,"Cost":182,"Date":"4/3/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":662,"Cost":561,"Date":"4/5/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":685,"Cost":381,"Date":"4/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":331,"Cost":268,"Date":"7/10/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":875,"Cost":485,"Date":"3/25/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":450,"Cost":369,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":941,"Cost":614,"Date":"10/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":150,"Cost":124,"Date":"3/2/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":330,"Cost":240,"Date":"6/28/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":258,"Cost":142,"Date":"7/17/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":321,"Cost":203,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":68,"Cost":47,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":176,"Cost":110,"Date":"11/20/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":827,"Cost":518,"Date":"12/16/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":633,"Cost":442,"Date":"12/30/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":693,"Cost":468,"Date":"2/15/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":762,"Cost":680,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":201,"Cost":114,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":754,"Cost":563,"Date":"4/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":187,"Cost":148,"Date":"7/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":251,"Cost":144,"Date":"8/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":343,"Cost":232,"Date":"10/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":64,"Cost":57,"Date":"11/11/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":771,"Cost":525,"Date":"11/30/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":426,"Cost":250,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":697,"Cost":419,"Date":"3/1/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":719,"Cost":606,"Date":"4/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":916,"Cost":784,"Date":"5/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":829,"Cost":449,"Date":"8/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":400,"Cost":314,"Date":"9/15/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":812,"Cost":754,"Date":"10/14/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":444,"Cost":225,"Date":"10/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":293,"Cost":153,"Date":"11/11/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":120,"Cost":82,"Date":"12/7/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":957,"Cost":691,"Date":"12/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":891,"Cost":790,"Date":"1/6/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":338,"Cost":259,"Date":"1/23/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":751,"Cost":660,"Date":"2/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":561,"Cost":360,"Date":"3/10/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":20,"Cost":17,"Date":"3/12/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":381,"Cost":259,"Date":"3/31/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":664,"Cost":566,"Date":"6/16/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":744,"Cost":670,"Date":"6/17/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":1,"Cost":1,"Date":"8/27/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":183,"Cost":157,"Date":"10/1/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":710,"Cost":546,"Date":"11/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM","Country":"Poland","Sale":410,"Cost":353,"Date":"11/9/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":46,"Cost":44,"Date":"3/27/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":423,"Cost":370,"Date":"4/17/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":85,"Cost":51,"Date":"8/11/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":67,"Cost":40,"Date":"8/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":745,"Cost":547,"Date":"9/2/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":725,"Cost":403,"Date":"9/5/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":176,"Cost":163,"Date":"9/14/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":172,"Cost":89,"Date":"9/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":742,"Cost":587,"Date":"11/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":797,"Cost":477,"Date":"12/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":730,"Cost":550,"Date":"1/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":566,"Cost":408,"Date":"1/21/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":886,"Cost":764,"Date":"2/9/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":378,"Cost":348,"Date":"3/19/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":911,"Cost":859,"Date":"4/3/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":937,"Cost":698,"Date":"4/5/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":831,"Cost":546,"Date":"4/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":846,"Cost":574,"Date":"7/10/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":396,"Cost":331,"Date":"3/25/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":564,"Cost":466,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":732,"Cost":594,"Date":"10/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":424,"Cost":381,"Date":"3/2/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":41,"Cost":29,"Date":"6/28/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":260,"Cost":236,"Date":"7/17/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":196,"Cost":125,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":757,"Cost":532,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":893,"Cost":686,"Date":"11/20/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":752,"Cost":415,"Date":"12/16/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":592,"Cost":420,"Date":"12/30/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":638,"Cost":582,"Date":"2/15/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":329,"Cost":311,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":540,"Cost":410,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":409,"Cost":232,"Date":"4/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":911,"Cost":673,"Date":"7/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":257,"Cost":198,"Date":"8/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":500,"Cost":300,"Date":"10/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":565,"Cost":404,"Date":"11/11/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":883,"Cost":539,"Date":"11/30/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":959,"Cost":496,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":925,"Cost":855,"Date":"3/1/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":556,"Cost":405,"Date":"4/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":326,"Cost":224,"Date":"5/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":763,"Cost":704,"Date":"8/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":332,"Cost":169,"Date":"9/15/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":513,"Cost":462,"Date":"10/14/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":124,"Cost":87,"Date":"10/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":432,"Cost":404,"Date":"11/11/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":637,"Cost":455,"Date":"12/7/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":95,"Cost":65,"Date":"12/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":824,"Cost":477,"Date":"1/6/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":33,"Cost":25,"Date":"1/23/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":522,"Cost":444,"Date":"2/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":58,"Cost":37,"Date":"3/10/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":117,"Cost":86,"Date":"3/12/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":703,"Cost":609,"Date":"3/31/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":704,"Cost":367,"Date":"6/16/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":577,"Cost":398,"Date":"6/17/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":431,"Cost":382,"Date":"8/27/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":646,"Cost":359,"Date":"10/1/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":606,"Cost":431,"Date":"11/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":632,"Cost":564,"Date":"11/9/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":513,"Cost":317,"Date":"3/27/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":955,"Cost":708,"Date":"4/17/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":400,"Cost":326,"Date":"8/11/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":397,"Cost":328,"Date":"8/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":803,"Cost":572,"Date":"9/2/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":751,"Cost":530,"Date":"9/5/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":235,"Cost":211,"Date":"9/14/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":682,"Cost":469,"Date":"9/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":312,"Cost":181,"Date":"11/20/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":454,"Cost":359,"Date":"12/21/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":61,"Cost":56,"Date":"1/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":596,"Cost":309,"Date":"1/21/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":393,"Cost":347,"Date":"2/9/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":224,"Cost":112,"Date":"3/19/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":993,"Cost":630,"Date":"4/3/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":254,"Cost":177,"Date":"4/5/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":659,"Cost":337,"Date":"4/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":638,"Cost":452,"Date":"7/10/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":215,"Cost":160,"Date":"3/25/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":631,"Cost":564,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":649,"Cost":612,"Date":"10/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":237,"Cost":130,"Date":"3/2/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":315,"Cost":252,"Date":"6/28/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":998,"Cost":789,"Date":"7/17/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":542,"Cost":274,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":731,"Cost":656,"Date":"8/23/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":633,"Cost":433,"Date":"11/20/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":891,"Cost":692,"Date":"12/16/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":919,"Cost":663,"Date":"12/30/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":783,"Cost":531,"Date":"2/15/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":647,"Cost":397,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":658,"Cost":546,"Date":"3/7/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":736,"Cost":587,"Date":"4/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":887,"Cost":509,"Date":"7/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":647,"Cost":607,"Date":"8/18/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":396,"Cost":269,"Date":"10/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":153,"Cost":108,"Date":"11/11/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":159,"Cost":108,"Date":"11/30/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":827,"Cost":446,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":181,"Cost":169,"Date":"3/1/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":55,"Cost":42,"Date":"4/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":469,"Cost":304,"Date":"5/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":584,"Cost":330,"Date":"8/13/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":887,"Cost":545,"Date":"9/15/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":781,"Cost":417,"Date":"10/14/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":393,"Cost":212,"Date":"10/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":424,"Cost":329,"Date":"11/11/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":975,"Cost":729,"Date":"12/7/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":640,"Cost":587,"Date":"12/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":724,"Cost":485,"Date":"1/6/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":290,"Cost":222,"Date":"1/23/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":110,"Cost":82,"Date":"2/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":198,"Cost":143,"Date":"3/10/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":53,"Cost":42,"Date":"3/12/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":141,"Cost":129,"Date":"3/31/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":966,"Cost":700,"Date":"6/16/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":956,"Cost":483,"Date":"6/17/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":143,"Cost":73,"Date":"8/27/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":26,"Cost":18,"Date":"10/1/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":863,"Cost":752,"Date":"11/4/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":264,"Cost":152,"Date":"11/9/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":413,"Cost":376,"Date":"3/27/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":742,"Cost":667,"Date":"4/17/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":622,"Cost":571,"Date":"8/11/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":923,"Cost":646,"Date":"8/21/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":581,"Cost":481,"Date":"9/2/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":309,"Cost":255,"Date":"9/5/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":360,"Date":"9/14/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":8,"Cost":8,"Date":"9/20/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":317,"Cost":262,"Date":"11/20/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":726,"Cost":626,"Date":"12/21/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":652,"Cost":532,"Date":"1/7/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":103,"Cost":86,"Date":"1/21/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":612,"Cost":391,"Date":"2/9/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":732,"Cost":431,"Date":"3/19/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":602,"Cost":570,"Date":"4/3/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":659,"Cost":518,"Date":"4/5/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":519,"Cost":300,"Date":"4/28/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":311,"Cost":285,"Date":"7/10/2019"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":341,"Cost":311,"Date":"3/25/2020"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":545,"Cost":290,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":100,"Cost":67,"Date":"10/28/2020"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":94,"Cost":51,"Date":"3/2/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":909,"Cost":780,"Date":"6/28/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":116,"Cost":97,"Date":"7/17/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":987,"Cost":629,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":855,"Cost":504,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":875,"Cost":803,"Date":"11/20/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":578,"Cost":446,"Date":"12/16/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":937,"Cost":712,"Date":"12/30/2021"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":966,"Cost":512,"Date":"2/15/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":379,"Cost":229,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":506,"Cost":286,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":579,"Cost":402,"Date":"4/18/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":414,"Cost":228,"Date":"7/27/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":777,"Cost":587,"Date":"8/18/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":298,"Cost":267,"Date":"10/31/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":382,"Cost":258,"Date":"11/11/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":791,"Cost":469,"Date":"11/30/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":941,"Cost":740,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":579,"Cost":387,"Date":"3/1/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":811,"Cost":685,"Date":"4/13/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":249,"Cost":236,"Date":"5/20/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":29,"Cost":19,"Date":"8/13/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":501,"Cost":447,"Date":"9/15/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":238,"Cost":194,"Date":"10/14/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":973,"Cost":862,"Date":"10/28/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":747,"Cost":697,"Date":"11/11/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":617,"Cost":361,"Date":"12/7/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":937,"Cost":859,"Date":"12/21/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":832,"Cost":700,"Date":"1/6/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":683,"Cost":434,"Date":"1/23/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":976,"Cost":508,"Date":"2/4/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":685,"Cost":391,"Date":"3/10/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":925,"Cost":646,"Date":"3/12/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":517,"Cost":294,"Date":"3/31/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":717,"Cost":670,"Date":"6/16/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":348,"Cost":217,"Date":"6/17/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":764,"Cost":577,"Date":"8/27/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":478,"Cost":367,"Date":"10/1/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":538,"Cost":392,"Date":"11/4/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":793,"Cost":601,"Date":"11/9/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":999,"Cost":800,"Date":"3/27/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":614,"Cost":366,"Date":"4/17/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":155,"Cost":111,"Date":"8/11/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":561,"Cost":506,"Date":"8/21/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":813,"Cost":732,"Date":"9/2/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":406,"Cost":269,"Date":"9/5/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":626,"Cost":409,"Date":"9/14/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":115,"Cost":69,"Date":"9/20/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":110,"Cost":83,"Date":"11/20/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":147,"Cost":87,"Date":"12/21/2018"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":450,"Cost":253,"Date":"1/7/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":109,"Cost":80,"Date":"1/21/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":944,"Cost":808,"Date":"2/9/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":612,"Cost":457,"Date":"3/19/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":248,"Cost":219,"Date":"4/3/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":156,"Cost":97,"Date":"4/5/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":440,"Cost":409,"Date":"4/28/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":822,"Cost":651,"Date":"7/10/2019"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":438,"Cost":355,"Date":"3/25/2020"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":3,"Cost":3,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":557,"Cost":407,"Date":"10/28/2020"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":420,"Cost":312,"Date":"3/2/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":260,"Cost":136,"Date":"6/28/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":476,"Cost":314,"Date":"7/17/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":303,"Cost":278,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":884,"Cost":794,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":744,"Cost":389,"Date":"11/20/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":213,"Cost":159,"Date":"12/16/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":208,"Cost":146,"Date":"12/30/2021"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":92,"Cost":65,"Date":"2/15/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":545,"Cost":481,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":754,"Cost":516,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":831,"Cost":532,"Date":"4/18/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":355,"Cost":300,"Date":"7/27/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":938,"Cost":621,"Date":"8/18/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":221,"Cost":138,"Date":"10/31/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":532,"Cost":321,"Date":"11/11/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":532,"Cost":413,"Date":"11/30/2022"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":849,"Cost":560,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":155,"Cost":124,"Date":"3/1/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":711,"Cost":358,"Date":"4/13/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":893,"Cost":583,"Date":"5/20/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":147,"Cost":89,"Date":"8/13/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":345,"Cost":272,"Date":"9/15/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":53,"Cost":31,"Date":"10/14/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":430,"Cost":408,"Date":"10/28/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":496,"Cost":276,"Date":"11/11/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":602,"Cost":417,"Date":"12/7/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":934,"Cost":661,"Date":"12/21/2023"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":560,"Cost":526,"Date":"1/6/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":26,"Cost":23,"Date":"1/23/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":736,"Cost":631,"Date":"2/4/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":312,"Cost":158,"Date":"3/10/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":69,"Cost":50,"Date":"3/12/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":667,"Cost":603,"Date":"3/31/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":372,"Cost":242,"Date":"6/16/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":557,"Cost":374,"Date":"6/17/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":443,"Cost":341,"Date":"8/27/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":626,"Cost":391,"Date":"10/1/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":781,"Cost":481,"Date":"11/4/2024"},{"Store":"Lublin Plaza","Brand":"COS","Country":"Poland","Sale":94,"Cost":84,"Date":"11/9/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":657,"Cost":335,"Date":"3/27/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":299,"Cost":165,"Date":"4/17/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":774,"Cost":683,"Date":"8/11/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":143,"Cost":107,"Date":"8/21/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":260,"Cost":154,"Date":"9/2/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":843,"Cost":608,"Date":"9/5/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":818,"Cost":711,"Date":"9/14/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":46,"Cost":32,"Date":"9/20/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":535,"Cost":458,"Date":"11/20/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":245,"Cost":184,"Date":"12/21/2018"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":762,"Cost":497,"Date":"1/7/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":654,"Date":"1/21/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":941,"Cost":754,"Date":"2/9/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":242,"Cost":177,"Date":"3/19/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":21,"Cost":15,"Date":"4/3/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":753,"Cost":600,"Date":"4/5/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":954,"Cost":756,"Date":"4/28/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":270,"Cost":170,"Date":"7/10/2019"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":428,"Cost":317,"Date":"3/25/2020"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":634,"Cost":462,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":83,"Cost":57,"Date":"10/28/2020"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":178,"Cost":154,"Date":"3/2/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":666,"Cost":528,"Date":"6/28/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":417,"Date":"7/17/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":979,"Cost":922,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":295,"Date":"8/23/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":60,"Cost":37,"Date":"11/20/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":229,"Cost":137,"Date":"12/16/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":915,"Cost":474,"Date":"12/30/2021"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":367,"Cost":240,"Date":"2/15/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":434,"Cost":349,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":560,"Cost":478,"Date":"3/7/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":920,"Cost":495,"Date":"4/18/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":503,"Cost":285,"Date":"7/27/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":273,"Cost":180,"Date":"8/18/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":921,"Cost":835,"Date":"10/31/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":260,"Cost":240,"Date":"11/11/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":364,"Cost":301,"Date":"11/30/2022"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":2,"Cost":2,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":352,"Date":"3/1/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":384,"Cost":308,"Date":"4/13/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":602,"Date":"5/20/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":590,"Cost":316,"Date":"8/13/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":843,"Cost":495,"Date":"9/15/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":738,"Cost":599,"Date":"10/14/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":243,"Cost":161,"Date":"10/28/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":421,"Date":"11/11/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":622,"Cost":574,"Date":"12/7/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":180,"Cost":107,"Date":"12/21/2023"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":338,"Cost":255,"Date":"1/6/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":924,"Cost":495,"Date":"1/23/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":510,"Cost":350,"Date":"2/4/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":433,"Cost":236,"Date":"3/10/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":314,"Cost":219,"Date":"3/12/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":826,"Cost":671,"Date":"3/31/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":100,"Date":"6/16/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":90,"Cost":83,"Date":"6/17/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":648,"Cost":471,"Date":"8/27/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":54,"Cost":43,"Date":"10/1/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":218,"Cost":132,"Date":"11/4/2024"},{"Store":"Lublin Plaza","Brand":"HM Home","Country":"Poland","Sale":482,"Cost":277,"Date":"11/9/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":113,"Cost":69,"Date":"3/27/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":439,"Cost":349,"Date":"4/17/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":479,"Cost":305,"Date":"8/11/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":501,"Cost":267,"Date":"8/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":779,"Cost":450,"Date":"9/2/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":149,"Cost":114,"Date":"9/5/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":533,"Cost":271,"Date":"9/14/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":735,"Cost":396,"Date":"9/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":589,"Cost":526,"Date":"11/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":573,"Cost":305,"Date":"12/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":78,"Cost":49,"Date":"1/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":919,"Cost":483,"Date":"1/21/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":1000,"Cost":681,"Date":"2/9/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":107,"Cost":95,"Date":"3/19/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":601,"Cost":531,"Date":"4/3/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":534,"Cost":283,"Date":"4/5/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":529,"Cost":422,"Date":"4/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":735,"Cost":695,"Date":"7/10/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":680,"Cost":566,"Date":"3/25/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":866,"Cost":685,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":144,"Cost":85,"Date":"10/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":938,"Cost":715,"Date":"3/2/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":480,"Cost":397,"Date":"6/28/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":99,"Cost":79,"Date":"7/17/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":572,"Cost":514,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":676,"Cost":524,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":688,"Cost":349,"Date":"11/20/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":712,"Cost":404,"Date":"12/16/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":238,"Cost":179,"Date":"12/30/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":901,"Cost":642,"Date":"2/15/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":253,"Cost":141,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":646,"Cost":534,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":124,"Cost":84,"Date":"4/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":284,"Cost":153,"Date":"7/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":480,"Cost":312,"Date":"8/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":474,"Cost":266,"Date":"10/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":107,"Cost":87,"Date":"11/11/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":386,"Date":"11/30/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":855,"Cost":564,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":478,"Cost":384,"Date":"3/1/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":691,"Cost":576,"Date":"4/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":785,"Cost":704,"Date":"5/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":841,"Cost":740,"Date":"8/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":930,"Cost":631,"Date":"9/15/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":195,"Cost":185,"Date":"10/14/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":893,"Cost":570,"Date":"10/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":681,"Cost":585,"Date":"11/11/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":590,"Cost":405,"Date":"12/7/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":998,"Cost":737,"Date":"12/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":200,"Cost":123,"Date":"1/6/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":188,"Cost":124,"Date":"1/23/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":1000,"Cost":908,"Date":"2/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":74,"Cost":40,"Date":"3/10/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":304,"Cost":269,"Date":"3/12/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":700,"Cost":635,"Date":"3/31/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":238,"Cost":149,"Date":"6/16/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":951,"Cost":871,"Date":"6/17/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":694,"Cost":627,"Date":"8/27/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":661,"Cost":536,"Date":"10/1/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":576,"Cost":340,"Date":"11/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":91,"Cost":81,"Date":"11/9/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":66,"Cost":38,"Date":"3/27/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":632,"Cost":495,"Date":"4/17/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":791,"Cost":529,"Date":"8/11/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":921,"Cost":788,"Date":"8/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":234,"Date":"9/2/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":894,"Cost":593,"Date":"9/5/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":980,"Cost":494,"Date":"9/14/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":657,"Cost":416,"Date":"9/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":26,"Cost":23,"Date":"11/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":24,"Cost":12,"Date":"12/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":186,"Cost":153,"Date":"1/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":737,"Cost":656,"Date":"1/21/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":483,"Cost":276,"Date":"2/9/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":526,"Cost":338,"Date":"3/19/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":209,"Cost":108,"Date":"4/3/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":376,"Cost":195,"Date":"4/5/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":456,"Cost":264,"Date":"4/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":698,"Cost":463,"Date":"7/10/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":623,"Cost":472,"Date":"3/25/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":346,"Cost":253,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":884,"Cost":577,"Date":"10/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":5,"Cost":2,"Date":"3/2/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":115,"Cost":63,"Date":"6/28/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":629,"Cost":366,"Date":"7/17/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":336,"Cost":232,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":212,"Cost":198,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":867,"Cost":552,"Date":"11/20/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":973,"Cost":837,"Date":"12/16/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":503,"Cost":389,"Date":"12/30/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":40,"Cost":29,"Date":"2/15/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":836,"Cost":780,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":198,"Cost":147,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":300,"Cost":282,"Date":"4/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":646,"Cost":345,"Date":"7/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":362,"Cost":218,"Date":"8/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":490,"Cost":438,"Date":"10/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":744,"Cost":586,"Date":"11/11/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":708,"Cost":604,"Date":"11/30/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":115,"Cost":85,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":301,"Cost":271,"Date":"3/1/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":482,"Cost":253,"Date":"4/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":976,"Cost":879,"Date":"5/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":319,"Cost":220,"Date":"8/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":409,"Cost":262,"Date":"9/15/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":272,"Cost":215,"Date":"10/14/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":324,"Cost":278,"Date":"10/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":107,"Cost":75,"Date":"11/11/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":154,"Cost":107,"Date":"12/7/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":753,"Cost":618,"Date":"12/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":668,"Cost":420,"Date":"1/6/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":609,"Cost":315,"Date":"1/23/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":122,"Cost":111,"Date":"2/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":670,"Cost":490,"Date":"3/10/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":526,"Cost":348,"Date":"3/12/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":47,"Cost":25,"Date":"3/31/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":754,"Cost":599,"Date":"6/16/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":878,"Cost":566,"Date":"6/17/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":760,"Cost":710,"Date":"8/27/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":137,"Cost":103,"Date":"10/1/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":440,"Cost":309,"Date":"11/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Sellpy","Country":"Poland","Sale":429,"Cost":309,"Date":"11/9/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":366,"Cost":277,"Date":"3/27/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":799,"Cost":399,"Date":"4/17/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":929,"Cost":648,"Date":"8/11/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":86,"Cost":75,"Date":"8/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":847,"Cost":664,"Date":"9/2/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":893,"Cost":806,"Date":"9/5/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":393,"Cost":248,"Date":"9/14/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":79,"Cost":53,"Date":"9/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":711,"Cost":461,"Date":"11/20/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":295,"Cost":264,"Date":"12/21/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":921,"Cost":594,"Date":"1/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":584,"Cost":444,"Date":"1/21/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":310,"Cost":278,"Date":"2/9/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":816,"Cost":665,"Date":"3/19/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":892,"Cost":618,"Date":"4/3/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":7,"Date":"4/5/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":465,"Cost":354,"Date":"4/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":326,"Cost":233,"Date":"7/10/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":182,"Cost":101,"Date":"3/25/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":303,"Cost":169,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":850,"Cost":510,"Date":"10/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":284,"Cost":211,"Date":"3/2/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":63,"Cost":50,"Date":"6/28/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":711,"Cost":362,"Date":"7/17/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":381,"Cost":219,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":544,"Cost":491,"Date":"8/23/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":110,"Cost":84,"Date":"11/20/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":83,"Cost":76,"Date":"12/16/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":287,"Cost":188,"Date":"12/30/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":864,"Cost":643,"Date":"2/15/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":199,"Cost":110,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":628,"Cost":423,"Date":"3/7/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":145,"Date":"4/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":474,"Cost":319,"Date":"7/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":585,"Cost":339,"Date":"8/18/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":954,"Cost":827,"Date":"10/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":763,"Cost":504,"Date":"11/11/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":705,"Cost":543,"Date":"11/30/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":669,"Cost":484,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":320,"Cost":208,"Date":"3/1/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":649,"Cost":462,"Date":"4/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":398,"Date":"5/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":620,"Cost":507,"Date":"8/13/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":278,"Cost":255,"Date":"9/15/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":571,"Cost":469,"Date":"10/14/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":994,"Cost":515,"Date":"10/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":444,"Cost":237,"Date":"11/11/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":366,"Cost":311,"Date":"12/7/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":74,"Cost":53,"Date":"12/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":339,"Date":"1/6/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":225,"Cost":177,"Date":"1/23/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":803,"Cost":629,"Date":"2/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":296,"Cost":225,"Date":"3/10/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":478,"Cost":327,"Date":"3/12/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":7,"Cost":7,"Date":"3/31/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":24,"Cost":15,"Date":"6/16/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":55,"Cost":30,"Date":"6/17/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":356,"Cost":198,"Date":"8/27/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":479,"Cost":304,"Date":"10/1/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":877,"Cost":443,"Date":"11/4/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM Home","Country":"Poland","Sale":492,"Cost":293,"Date":"11/9/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":585,"Cost":551,"Date":"3/27/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":916,"Cost":473,"Date":"4/17/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":697,"Cost":542,"Date":"8/11/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":377,"Cost":189,"Date":"8/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":866,"Cost":479,"Date":"9/2/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":766,"Cost":438,"Date":"9/5/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":876,"Cost":737,"Date":"9/14/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":533,"Cost":375,"Date":"9/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":576,"Cost":493,"Date":"11/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":411,"Cost":318,"Date":"12/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":987,"Cost":588,"Date":"1/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":318,"Cost":231,"Date":"1/21/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":357,"Cost":322,"Date":"2/9/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":222,"Cost":168,"Date":"3/19/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":952,"Cost":520,"Date":"4/3/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":571,"Cost":472,"Date":"4/5/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":554,"Cost":284,"Date":"4/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":528,"Cost":485,"Date":"7/10/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":685,"Cost":399,"Date":"3/25/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":822,"Cost":497,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":377,"Cost":219,"Date":"10/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":66,"Cost":44,"Date":"3/2/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":708,"Cost":625,"Date":"6/28/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":305,"Cost":241,"Date":"7/17/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":337,"Cost":266,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":483,"Cost":403,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":259,"Cost":224,"Date":"11/20/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":899,"Cost":663,"Date":"12/16/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":76,"Cost":71,"Date":"12/30/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":878,"Cost":500,"Date":"2/15/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":331,"Cost":206,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":414,"Cost":306,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":773,"Cost":708,"Date":"4/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":991,"Cost":811,"Date":"7/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":538,"Cost":468,"Date":"8/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":312,"Cost":214,"Date":"10/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":266,"Cost":203,"Date":"11/11/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":28,"Cost":21,"Date":"11/30/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":528,"Cost":411,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":715,"Cost":555,"Date":"3/1/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":454,"Cost":320,"Date":"4/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":377,"Cost":357,"Date":"5/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":986,"Cost":788,"Date":"8/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":608,"Cost":400,"Date":"9/15/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":932,"Cost":550,"Date":"10/14/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":161,"Cost":80,"Date":"10/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":222,"Cost":127,"Date":"11/11/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":123,"Cost":71,"Date":"12/7/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":781,"Cost":395,"Date":"12/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":36,"Cost":34,"Date":"1/6/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":836,"Cost":582,"Date":"1/23/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":253,"Cost":186,"Date":"2/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":960,"Cost":889,"Date":"3/10/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":694,"Cost":431,"Date":"3/12/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":177,"Cost":138,"Date":"3/31/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":286,"Cost":233,"Date":"6/16/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":593,"Cost":365,"Date":"6/17/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":753,"Cost":513,"Date":"8/27/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":129,"Cost":100,"Date":"10/1/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":529,"Cost":410,"Date":"11/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":985,"Cost":884,"Date":"11/9/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":152,"Cost":99,"Date":"3/27/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":839,"Cost":645,"Date":"4/17/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":705,"Cost":599,"Date":"8/11/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":661,"Cost":531,"Date":"8/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":145,"Cost":127,"Date":"9/2/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":725,"Cost":602,"Date":"9/5/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":116,"Cost":83,"Date":"9/14/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":416,"Cost":389,"Date":"9/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":880,"Cost":538,"Date":"11/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":31,"Cost":22,"Date":"12/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":943,"Cost":846,"Date":"1/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":155,"Cost":86,"Date":"1/21/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":308,"Cost":252,"Date":"2/9/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":888,"Cost":451,"Date":"3/19/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":983,"Cost":905,"Date":"4/3/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":886,"Cost":696,"Date":"4/5/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":659,"Cost":412,"Date":"4/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":66,"Cost":47,"Date":"7/10/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":443,"Cost":292,"Date":"3/25/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":612,"Cost":566,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":142,"Cost":77,"Date":"10/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":879,"Cost":822,"Date":"3/2/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":161,"Cost":104,"Date":"6/28/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":230,"Cost":121,"Date":"7/17/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":175,"Cost":157,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":626,"Cost":399,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":816,"Cost":746,"Date":"11/20/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":936,"Cost":793,"Date":"12/16/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":831,"Cost":561,"Date":"12/30/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":204,"Cost":121,"Date":"2/15/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":538,"Cost":505,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":178,"Cost":152,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":9,"Cost":8,"Date":"4/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":257,"Cost":129,"Date":"7/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":845,"Cost":694,"Date":"8/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":568,"Cost":449,"Date":"10/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":148,"Cost":106,"Date":"11/11/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":7,"Cost":4,"Date":"11/30/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":733,"Cost":617,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":443,"Cost":235,"Date":"3/1/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":390,"Cost":310,"Date":"4/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":593,"Cost":433,"Date":"5/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":180,"Cost":90,"Date":"8/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":677,"Cost":411,"Date":"9/15/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":198,"Cost":158,"Date":"10/14/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":835,"Cost":422,"Date":"10/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":513,"Cost":471,"Date":"11/11/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":711,"Cost":439,"Date":"12/7/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":337,"Cost":282,"Date":"12/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":828,"Cost":576,"Date":"1/6/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":66,"Cost":61,"Date":"1/23/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":425,"Cost":289,"Date":"2/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":652,"Cost":556,"Date":"3/10/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":79,"Cost":49,"Date":"3/12/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":229,"Cost":151,"Date":"3/31/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":411,"Cost":207,"Date":"6/16/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":578,"Cost":358,"Date":"6/17/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":333,"Cost":188,"Date":"8/27/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":504,"Cost":471,"Date":"10/1/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":399,"Cost":375,"Date":"11/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"Nova","Country":"Poland","Sale":446,"Cost":244,"Date":"11/9/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":854,"Cost":684,"Date":"3/27/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":347,"Cost":186,"Date":"4/17/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":430,"Cost":269,"Date":"8/11/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":368,"Cost":331,"Date":"8/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":87,"Cost":58,"Date":"9/2/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":889,"Cost":827,"Date":"9/5/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":506,"Cost":277,"Date":"9/14/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":276,"Cost":138,"Date":"9/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":395,"Cost":370,"Date":"11/20/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":802,"Cost":598,"Date":"12/21/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":268,"Cost":140,"Date":"1/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":660,"Cost":348,"Date":"1/21/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":394,"Cost":201,"Date":"2/9/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":828,"Cost":544,"Date":"3/19/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":269,"Cost":236,"Date":"4/3/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":2,"Cost":2,"Date":"4/5/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":364,"Cost":282,"Date":"4/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":387,"Cost":261,"Date":"7/10/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":655,"Cost":428,"Date":"3/25/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":645,"Cost":376,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":374,"Cost":202,"Date":"10/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":794,"Cost":486,"Date":"3/2/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":168,"Cost":138,"Date":"6/28/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":247,"Cost":144,"Date":"7/17/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":216,"Cost":201,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":730,"Cost":632,"Date":"8/23/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":188,"Cost":152,"Date":"11/20/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":491,"Cost":305,"Date":"12/16/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":931,"Cost":709,"Date":"12/30/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":635,"Cost":344,"Date":"2/15/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":47,"Cost":31,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":94,"Cost":87,"Date":"3/7/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":309,"Cost":286,"Date":"4/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":452,"Cost":292,"Date":"7/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":571,"Cost":350,"Date":"8/18/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":133,"Cost":105,"Date":"10/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":725,"Cost":639,"Date":"11/11/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":755,"Cost":444,"Date":"11/30/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":185,"Cost":151,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":928,"Cost":870,"Date":"3/1/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":554,"Cost":435,"Date":"4/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":940,"Cost":504,"Date":"5/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":413,"Cost":350,"Date":"8/13/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":56,"Cost":48,"Date":"9/15/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":125,"Cost":109,"Date":"10/14/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":903,"Cost":513,"Date":"10/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":481,"Cost":305,"Date":"11/11/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":658,"Cost":463,"Date":"12/7/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":584,"Cost":440,"Date":"12/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":660,"Cost":442,"Date":"1/6/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":759,"Cost":624,"Date":"1/23/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":586,"Cost":375,"Date":"2/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":717,"Cost":365,"Date":"3/10/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":251,"Cost":154,"Date":"3/12/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":215,"Cost":146,"Date":"3/31/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":750,"Cost":485,"Date":"6/16/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":736,"Cost":510,"Date":"6/17/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":383,"Cost":269,"Date":"8/27/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":187,"Cost":171,"Date":"10/1/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":803,"Cost":438,"Date":"11/4/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM","Country":"Poland","Sale":326,"Cost":256,"Date":"11/9/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":57,"Cost":50,"Date":"3/27/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":789,"Cost":558,"Date":"4/17/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":333,"Cost":222,"Date":"8/11/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":473,"Cost":342,"Date":"8/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":668,"Cost":453,"Date":"9/2/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":946,"Cost":483,"Date":"9/5/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":675,"Cost":586,"Date":"9/14/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":893,"Cost":477,"Date":"9/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":628,"Cost":321,"Date":"11/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":680,"Cost":357,"Date":"12/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":642,"Cost":449,"Date":"1/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":82,"Cost":71,"Date":"1/21/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":603,"Cost":350,"Date":"2/9/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":121,"Cost":110,"Date":"3/19/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":720,"Cost":423,"Date":"4/3/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":660,"Cost":553,"Date":"4/5/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":519,"Cost":367,"Date":"4/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":363,"Cost":203,"Date":"7/10/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":433,"Cost":306,"Date":"3/25/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":106,"Cost":76,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":224,"Cost":204,"Date":"10/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":988,"Cost":564,"Date":"3/2/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":873,"Cost":509,"Date":"6/28/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":531,"Cost":295,"Date":"7/17/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":329,"Cost":252,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":697,"Cost":590,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":468,"Cost":326,"Date":"11/20/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":572,"Cost":411,"Date":"12/16/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":790,"Cost":698,"Date":"12/30/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":412,"Cost":364,"Date":"2/15/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":111,"Cost":75,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":181,"Cost":164,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":536,"Cost":386,"Date":"4/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":316,"Cost":228,"Date":"7/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":17,"Cost":9,"Date":"8/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":376,"Cost":196,"Date":"10/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":567,"Cost":384,"Date":"11/11/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":437,"Cost":257,"Date":"11/30/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":854,"Cost":773,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":959,"Cost":796,"Date":"3/1/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":856,"Cost":535,"Date":"4/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":999,"Cost":838,"Date":"5/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":254,"Cost":148,"Date":"8/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":866,"Cost":730,"Date":"9/15/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":185,"Cost":112,"Date":"10/14/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":952,"Cost":545,"Date":"10/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":509,"Cost":259,"Date":"11/11/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":868,"Cost":767,"Date":"12/7/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":843,"Cost":761,"Date":"12/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":622,"Cost":337,"Date":"1/6/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":252,"Cost":194,"Date":"1/23/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":226,"Cost":167,"Date":"2/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":276,"Cost":219,"Date":"3/10/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":438,"Cost":319,"Date":"3/12/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":957,"Cost":727,"Date":"3/31/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":590,"Cost":302,"Date":"6/16/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":331,"Cost":187,"Date":"6/17/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":661,"Cost":424,"Date":"8/27/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":77,"Cost":60,"Date":"10/1/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":61,"Cost":52,"Date":"11/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Nova","Country":"Poland","Sale":818,"Cost":534,"Date":"11/9/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":247,"Cost":172,"Date":"3/27/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":666,"Cost":536,"Date":"4/17/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":46,"Cost":34,"Date":"8/11/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":526,"Cost":288,"Date":"8/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":422,"Cost":266,"Date":"9/2/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":610,"Cost":373,"Date":"9/5/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":313,"Cost":221,"Date":"9/14/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":414,"Cost":261,"Date":"9/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":660,"Cost":598,"Date":"11/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":650,"Cost":438,"Date":"12/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":893,"Cost":775,"Date":"1/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":992,"Cost":770,"Date":"1/21/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":127,"Cost":118,"Date":"2/9/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":586,"Cost":548,"Date":"3/19/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":232,"Cost":116,"Date":"4/3/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":620,"Cost":397,"Date":"4/5/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":534,"Cost":490,"Date":"4/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":90,"Cost":84,"Date":"7/10/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":617,"Cost":340,"Date":"3/25/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":312,"Cost":246,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":457,"Cost":342,"Date":"10/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":361,"Cost":204,"Date":"3/2/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":724,"Cost":497,"Date":"6/28/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":53,"Cost":34,"Date":"7/17/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":140,"Cost":91,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":727,"Cost":383,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":91,"Cost":67,"Date":"11/20/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":194,"Cost":148,"Date":"12/16/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":396,"Cost":202,"Date":"12/30/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":276,"Cost":201,"Date":"2/15/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":201,"Cost":121,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":351,"Cost":324,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":740,"Cost":609,"Date":"4/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":120,"Cost":108,"Date":"7/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":905,"Cost":643,"Date":"8/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":929,"Cost":673,"Date":"10/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":751,"Cost":568,"Date":"11/11/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":676,"Cost":487,"Date":"11/30/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":773,"Cost":482,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":607,"Cost":572,"Date":"3/1/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":885,"Cost":712,"Date":"4/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":128,"Cost":111,"Date":"5/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":919,"Cost":666,"Date":"8/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":386,"Cost":306,"Date":"9/15/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":862,"Cost":472,"Date":"10/14/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":508,"Cost":269,"Date":"10/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":426,"Date":"11/11/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":320,"Cost":162,"Date":"12/7/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":934,"Cost":527,"Date":"12/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":354,"Cost":243,"Date":"1/6/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":230,"Cost":166,"Date":"1/23/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":32,"Cost":19,"Date":"2/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":864,"Cost":658,"Date":"3/10/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":423,"Cost":330,"Date":"3/12/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":794,"Cost":686,"Date":"3/31/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":854,"Cost":545,"Date":"6/16/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":424,"Cost":212,"Date":"6/17/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":684,"Cost":437,"Date":"8/27/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":719,"Cost":504,"Date":"10/1/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":229,"Cost":128,"Date":"11/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":253,"Cost":184,"Date":"11/9/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":673,"Cost":507,"Date":"3/27/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":702,"Cost":446,"Date":"4/17/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":599,"Cost":457,"Date":"8/11/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":727,"Cost":573,"Date":"8/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":467,"Cost":379,"Date":"9/2/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":908,"Cost":700,"Date":"9/5/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":162,"Date":"9/14/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":841,"Cost":505,"Date":"9/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":160,"Cost":87,"Date":"11/20/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":800,"Cost":514,"Date":"12/21/2018"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":751,"Cost":568,"Date":"1/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":493,"Cost":411,"Date":"1/21/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":699,"Cost":351,"Date":"2/9/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":141,"Cost":125,"Date":"3/19/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":382,"Cost":270,"Date":"4/3/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":954,"Cost":720,"Date":"4/5/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":122,"Cost":111,"Date":"4/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":782,"Cost":598,"Date":"7/10/2019"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":868,"Cost":598,"Date":"3/25/2020"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":233,"Cost":215,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":807,"Cost":496,"Date":"10/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":956,"Cost":789,"Date":"3/2/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":184,"Cost":156,"Date":"6/28/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":490,"Date":"7/17/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":25,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":394,"Cost":246,"Date":"8/23/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":654,"Cost":580,"Date":"11/20/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":79,"Cost":44,"Date":"12/16/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":103,"Cost":70,"Date":"12/30/2021"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":235,"Date":"2/15/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":145,"Cost":91,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":17,"Cost":10,"Date":"3/7/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":367,"Cost":325,"Date":"4/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":200,"Cost":149,"Date":"7/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":816,"Cost":415,"Date":"8/18/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":236,"Cost":139,"Date":"10/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":682,"Cost":519,"Date":"11/11/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":553,"Date":"11/30/2022"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":671,"Cost":611,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":511,"Cost":273,"Date":"3/1/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":503,"Cost":347,"Date":"4/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":382,"Cost":309,"Date":"5/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":557,"Cost":341,"Date":"8/13/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":387,"Cost":233,"Date":"9/15/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":81,"Cost":49,"Date":"10/14/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":108,"Cost":57,"Date":"10/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":866,"Cost":640,"Date":"11/11/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":354,"Date":"12/7/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":675,"Cost":425,"Date":"12/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":406,"Cost":252,"Date":"1/6/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":73,"Cost":46,"Date":"1/23/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":128,"Date":"2/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":353,"Cost":332,"Date":"3/10/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":966,"Cost":812,"Date":"3/12/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":173,"Cost":131,"Date":"3/31/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":318,"Cost":290,"Date":"6/16/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":826,"Cost":604,"Date":"6/17/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":906,"Cost":600,"Date":"8/27/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":830,"Cost":533,"Date":"10/1/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":925,"Cost":691,"Date":"11/4/2024"},{"Store":"Rzeszów Shopping Center","Brand":"HM Home","Country":"Poland","Sale":432,"Cost":251,"Date":"11/9/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":859,"Cost":797,"Date":"3/27/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":371,"Cost":229,"Date":"4/17/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":342,"Cost":171,"Date":"8/11/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":562,"Cost":489,"Date":"8/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":506,"Cost":375,"Date":"9/2/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":409,"Cost":369,"Date":"9/5/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":435,"Cost":253,"Date":"9/14/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":927,"Cost":764,"Date":"9/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":854,"Cost":618,"Date":"11/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":482,"Cost":255,"Date":"12/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":572,"Cost":511,"Date":"1/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":669,"Cost":535,"Date":"1/21/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":728,"Cost":395,"Date":"2/9/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":860,"Cost":468,"Date":"3/19/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":978,"Cost":820,"Date":"4/3/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":610,"Cost":403,"Date":"4/5/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":209,"Cost":158,"Date":"4/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":312,"Cost":234,"Date":"7/10/2019"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":462,"Cost":236,"Date":"3/25/2020"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":279,"Cost":199,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":597,"Cost":441,"Date":"10/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":554,"Cost":478,"Date":"3/2/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":859,"Cost":670,"Date":"6/28/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":561,"Cost":505,"Date":"7/17/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":727,"Cost":681,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":124,"Cost":63,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":533,"Cost":506,"Date":"11/20/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":315,"Cost":260,"Date":"12/16/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":86,"Cost":47,"Date":"12/30/2021"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":227,"Cost":143,"Date":"2/15/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":605,"Cost":419,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":680,"Cost":514,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":737,"Cost":425,"Date":"4/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":371,"Cost":238,"Date":"7/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":899,"Cost":784,"Date":"8/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":409,"Date":"10/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":628,"Cost":364,"Date":"11/11/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":886,"Cost":774,"Date":"11/30/2022"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":102,"Cost":69,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":133,"Cost":76,"Date":"3/1/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":342,"Cost":257,"Date":"4/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":724,"Cost":480,"Date":"5/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":82,"Cost":55,"Date":"8/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":870,"Cost":556,"Date":"9/15/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":378,"Cost":241,"Date":"10/14/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":674,"Cost":371,"Date":"10/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":103,"Date":"11/11/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":614,"Cost":435,"Date":"12/7/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":362,"Cost":204,"Date":"12/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":957,"Cost":851,"Date":"1/6/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":266,"Cost":157,"Date":"1/23/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":572,"Cost":512,"Date":"2/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":885,"Cost":483,"Date":"3/10/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":222,"Cost":114,"Date":"3/12/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":671,"Cost":565,"Date":"3/31/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":402,"Cost":241,"Date":"6/16/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":298,"Cost":191,"Date":"6/17/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":698,"Cost":556,"Date":"8/27/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":138,"Date":"10/1/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":476,"Cost":330,"Date":"11/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"ARKET","Country":"Poland","Sale":263,"Cost":152,"Date":"11/9/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":762,"Cost":431,"Date":"3/27/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":923,"Cost":593,"Date":"4/17/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":796,"Cost":466,"Date":"8/11/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":281,"Cost":240,"Date":"8/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":830,"Cost":435,"Date":"9/2/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":486,"Cost":313,"Date":"9/5/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":567,"Cost":484,"Date":"9/14/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":343,"Cost":241,"Date":"9/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":643,"Cost":432,"Date":"11/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":639,"Cost":473,"Date":"12/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":856,"Cost":520,"Date":"1/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":37,"Cost":28,"Date":"1/21/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":292,"Cost":173,"Date":"2/9/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":521,"Cost":326,"Date":"3/19/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":950,"Cost":633,"Date":"4/3/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":832,"Cost":744,"Date":"4/5/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":869,"Cost":524,"Date":"4/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":205,"Cost":103,"Date":"7/10/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":709,"Cost":578,"Date":"3/25/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":201,"Cost":139,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":589,"Cost":556,"Date":"10/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":476,"Cost":279,"Date":"3/2/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":897,"Cost":481,"Date":"6/28/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":888,"Cost":641,"Date":"7/17/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":867,"Cost":544,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":199,"Cost":158,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":669,"Cost":554,"Date":"11/20/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":707,"Cost":570,"Date":"12/16/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":951,"Cost":674,"Date":"12/30/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":593,"Cost":450,"Date":"2/15/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":421,"Cost":233,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":760,"Cost":444,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":483,"Cost":445,"Date":"4/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":899,"Cost":793,"Date":"7/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":827,"Cost":526,"Date":"8/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":306,"Cost":163,"Date":"10/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":984,"Cost":883,"Date":"11/11/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":417,"Cost":277,"Date":"11/30/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":881,"Cost":445,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":686,"Cost":650,"Date":"3/1/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":627,"Cost":453,"Date":"4/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":929,"Cost":580,"Date":"5/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":491,"Cost":369,"Date":"8/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":513,"Cost":437,"Date":"9/15/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":308,"Cost":278,"Date":"10/14/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":333,"Cost":166,"Date":"10/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":849,"Cost":523,"Date":"11/11/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":669,"Cost":374,"Date":"12/7/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":525,"Cost":409,"Date":"12/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":574,"Cost":318,"Date":"1/6/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":47,"Cost":25,"Date":"1/23/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":168,"Cost":143,"Date":"2/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":212,"Cost":117,"Date":"3/10/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":433,"Cost":389,"Date":"3/12/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":904,"Cost":712,"Date":"3/31/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":584,"Cost":482,"Date":"6/16/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":32,"Cost":24,"Date":"6/17/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":113,"Cost":99,"Date":"8/27/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":161,"Cost":112,"Date":"10/1/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":462,"Cost":407,"Date":"11/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":511,"Cost":457,"Date":"11/9/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":606,"Cost":324,"Date":"3/27/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":327,"Cost":193,"Date":"4/17/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":117,"Cost":95,"Date":"8/11/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":786,"Cost":487,"Date":"8/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":542,"Cost":425,"Date":"9/2/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":608,"Date":"9/5/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":828,"Cost":630,"Date":"9/14/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":532,"Cost":353,"Date":"9/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":102,"Cost":97,"Date":"11/20/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":878,"Cost":529,"Date":"12/21/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":706,"Cost":385,"Date":"1/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":978,"Cost":854,"Date":"1/21/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":833,"Cost":594,"Date":"2/9/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":477,"Cost":335,"Date":"3/19/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":239,"Cost":148,"Date":"4/3/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":507,"Cost":447,"Date":"4/5/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":98,"Cost":59,"Date":"4/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":365,"Cost":336,"Date":"7/10/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":989,"Cost":717,"Date":"3/25/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":913,"Cost":550,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":545,"Cost":436,"Date":"10/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":807,"Cost":721,"Date":"3/2/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":465,"Cost":396,"Date":"6/28/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":278,"Cost":264,"Date":"7/17/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":298,"Cost":217,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":600,"Cost":387,"Date":"8/23/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":575,"Cost":337,"Date":"11/20/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":5,"Cost":3,"Date":"12/16/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":453,"Cost":246,"Date":"12/30/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":593,"Date":"2/15/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":480,"Cost":272,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":618,"Cost":333,"Date":"3/7/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":335,"Cost":258,"Date":"4/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":344,"Cost":184,"Date":"7/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":789,"Cost":632,"Date":"8/18/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":264,"Cost":164,"Date":"10/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":929,"Cost":508,"Date":"11/11/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":219,"Cost":196,"Date":"11/30/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":102,"Cost":51,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":238,"Cost":212,"Date":"3/1/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":69,"Cost":58,"Date":"4/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":28,"Cost":20,"Date":"5/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":272,"Cost":245,"Date":"8/13/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":399,"Cost":328,"Date":"9/15/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":188,"Cost":133,"Date":"10/14/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":870,"Cost":812,"Date":"10/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":727,"Cost":448,"Date":"11/11/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":754,"Cost":433,"Date":"12/7/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":291,"Cost":210,"Date":"12/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":102,"Cost":60,"Date":"1/6/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":490,"Cost":383,"Date":"1/23/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":9,"Date":"2/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":180,"Cost":156,"Date":"3/10/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":863,"Cost":558,"Date":"3/12/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":453,"Cost":374,"Date":"3/31/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":959,"Cost":850,"Date":"6/16/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":130,"Cost":73,"Date":"6/17/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":549,"Cost":504,"Date":"8/27/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":552,"Cost":354,"Date":"10/1/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":349,"Cost":316,"Date":"11/4/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":496,"Cost":256,"Date":"11/9/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":386,"Cost":332,"Date":"3/27/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":161,"Cost":128,"Date":"4/17/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":933,"Cost":670,"Date":"8/11/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":613,"Cost":320,"Date":"8/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":795,"Cost":680,"Date":"9/2/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":856,"Cost":464,"Date":"9/5/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":790,"Cost":692,"Date":"9/14/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":390,"Cost":259,"Date":"9/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":950,"Cost":636,"Date":"11/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":992,"Cost":940,"Date":"12/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":656,"Cost":440,"Date":"1/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":114,"Cost":65,"Date":"1/21/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":693,"Cost":653,"Date":"2/9/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":442,"Cost":340,"Date":"3/19/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":158,"Cost":125,"Date":"4/3/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":992,"Cost":639,"Date":"4/5/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":587,"Cost":439,"Date":"4/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":248,"Cost":230,"Date":"7/10/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":505,"Cost":290,"Date":"3/25/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":166,"Cost":98,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":433,"Cost":379,"Date":"10/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":676,"Cost":414,"Date":"3/2/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":13,"Cost":11,"Date":"6/28/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":42,"Cost":26,"Date":"7/17/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":168,"Cost":158,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":752,"Cost":411,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":737,"Cost":526,"Date":"11/20/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":457,"Cost":261,"Date":"12/16/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":802,"Cost":402,"Date":"12/30/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":420,"Cost":328,"Date":"2/15/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":418,"Cost":233,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":90,"Cost":45,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":701,"Cost":515,"Date":"4/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":52,"Cost":47,"Date":"7/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":695,"Cost":467,"Date":"8/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":802,"Cost":699,"Date":"10/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":28,"Cost":23,"Date":"11/11/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":931,"Cost":709,"Date":"11/30/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":332,"Cost":295,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":936,"Cost":584,"Date":"3/1/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":200,"Cost":148,"Date":"4/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":660,"Cost":490,"Date":"5/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":516,"Cost":427,"Date":"8/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":644,"Cost":554,"Date":"9/15/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":608,"Date":"10/14/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":494,"Cost":443,"Date":"10/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":529,"Cost":273,"Date":"11/11/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":668,"Cost":412,"Date":"12/7/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":552,"Cost":514,"Date":"12/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":963,"Cost":600,"Date":"1/6/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":315,"Date":"1/23/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":368,"Cost":209,"Date":"2/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":736,"Cost":602,"Date":"3/10/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":851,"Cost":434,"Date":"3/12/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":235,"Cost":213,"Date":"3/31/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":952,"Cost":578,"Date":"6/16/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":242,"Cost":166,"Date":"6/17/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":254,"Date":"8/27/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":77,"Date":"10/1/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":266,"Cost":246,"Date":"11/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":585,"Date":"11/9/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":759,"Cost":714,"Date":"3/27/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":473,"Cost":330,"Date":"4/17/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":409,"Cost":379,"Date":"8/11/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":265,"Cost":208,"Date":"8/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":462,"Cost":371,"Date":"9/2/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":311,"Cost":273,"Date":"9/5/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":757,"Cost":710,"Date":"9/14/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":650,"Cost":443,"Date":"9/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":913,"Cost":787,"Date":"11/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":955,"Cost":517,"Date":"12/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":854,"Cost":556,"Date":"1/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":437,"Cost":315,"Date":"1/21/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":349,"Cost":244,"Date":"2/9/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":72,"Cost":38,"Date":"3/19/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":842,"Cost":721,"Date":"4/3/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":175,"Cost":156,"Date":"4/5/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":337,"Cost":222,"Date":"4/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":527,"Cost":395,"Date":"7/10/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":946,"Cost":732,"Date":"3/25/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":650,"Cost":405,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":926,"Cost":539,"Date":"10/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":25,"Cost":18,"Date":"3/2/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":976,"Cost":701,"Date":"6/28/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":529,"Cost":439,"Date":"7/17/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":901,"Cost":779,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":495,"Cost":445,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":819,"Cost":725,"Date":"11/20/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":279,"Cost":180,"Date":"12/16/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":230,"Cost":183,"Date":"12/30/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":232,"Cost":214,"Date":"2/15/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":58,"Cost":41,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":357,"Cost":300,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":179,"Cost":129,"Date":"4/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":400,"Cost":285,"Date":"7/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":587,"Cost":481,"Date":"8/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":559,"Date":"10/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":10,"Cost":7,"Date":"11/11/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":676,"Cost":590,"Date":"11/30/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":16,"Cost":11,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":922,"Cost":865,"Date":"3/1/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":738,"Cost":567,"Date":"4/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":887,"Cost":564,"Date":"5/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":857,"Cost":695,"Date":"8/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":173,"Cost":121,"Date":"9/15/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":429,"Cost":401,"Date":"10/14/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":922,"Cost":621,"Date":"10/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":621,"Cost":364,"Date":"11/11/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":205,"Cost":179,"Date":"12/7/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":909,"Cost":485,"Date":"12/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":248,"Cost":130,"Date":"1/6/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":846,"Cost":581,"Date":"1/23/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":242,"Cost":187,"Date":"2/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":868,"Cost":704,"Date":"3/10/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":897,"Cost":841,"Date":"3/12/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":994,"Cost":756,"Date":"3/31/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":583,"Cost":419,"Date":"6/16/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":187,"Cost":165,"Date":"6/17/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":354,"Cost":322,"Date":"8/27/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":240,"Cost":163,"Date":"10/1/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":499,"Cost":457,"Date":"11/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":20,"Cost":19,"Date":"11/9/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":757,"Cost":480,"Date":"3/27/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":277,"Cost":166,"Date":"4/17/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":909,"Cost":776,"Date":"8/11/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":767,"Cost":394,"Date":"8/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":865,"Cost":435,"Date":"9/2/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":550,"Date":"9/5/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":422,"Date":"9/14/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":157,"Cost":112,"Date":"9/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":821,"Cost":608,"Date":"11/20/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":333,"Cost":275,"Date":"12/21/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":339,"Cost":217,"Date":"1/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":606,"Cost":522,"Date":"1/21/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":128,"Cost":90,"Date":"2/9/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":141,"Cost":121,"Date":"3/19/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":520,"Cost":345,"Date":"4/3/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":283,"Cost":249,"Date":"4/5/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":10,"Cost":8,"Date":"4/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":931,"Cost":709,"Date":"7/10/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":268,"Cost":252,"Date":"3/25/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":511,"Cost":291,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":117,"Cost":66,"Date":"10/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":344,"Cost":266,"Date":"3/2/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":925,"Cost":547,"Date":"6/28/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":411,"Cost":342,"Date":"7/17/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":956,"Cost":622,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":820,"Cost":742,"Date":"8/23/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":624,"Cost":558,"Date":"11/20/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":180,"Cost":164,"Date":"12/16/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":204,"Cost":143,"Date":"12/30/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":348,"Cost":267,"Date":"2/15/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":24,"Cost":19,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":750,"Cost":567,"Date":"3/7/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":32,"Cost":25,"Date":"4/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":545,"Date":"7/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":731,"Cost":591,"Date":"8/18/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":124,"Cost":82,"Date":"10/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":958,"Cost":651,"Date":"11/11/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":146,"Cost":125,"Date":"11/30/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":501,"Cost":451,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":947,"Cost":713,"Date":"3/1/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":400,"Cost":336,"Date":"4/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":645,"Cost":589,"Date":"5/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":636,"Cost":398,"Date":"8/13/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":758,"Cost":432,"Date":"9/15/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":944,"Cost":527,"Date":"10/14/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":21,"Cost":19,"Date":"10/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":561,"Cost":489,"Date":"11/11/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":864,"Cost":710,"Date":"12/7/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":125,"Cost":105,"Date":"12/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":188,"Cost":102,"Date":"1/6/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":901,"Cost":528,"Date":"1/23/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":231,"Cost":210,"Date":"2/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":747,"Cost":611,"Date":"3/10/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":594,"Cost":430,"Date":"3/12/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":767,"Cost":645,"Date":"3/31/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":501,"Cost":461,"Date":"6/16/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":808,"Cost":578,"Date":"6/17/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":140,"Cost":71,"Date":"8/27/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":42,"Cost":23,"Date":"10/1/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":450,"Cost":276,"Date":"11/4/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":925,"Cost":516,"Date":"11/9/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":763,"Cost":436,"Date":"3/27/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":937,"Cost":694,"Date":"4/17/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":36,"Cost":22,"Date":"8/11/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":484,"Date":"8/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":855,"Cost":536,"Date":"9/2/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":208,"Cost":185,"Date":"9/5/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":220,"Cost":162,"Date":"9/14/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":383,"Cost":312,"Date":"9/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":507,"Cost":264,"Date":"11/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":577,"Cost":429,"Date":"12/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":400,"Cost":278,"Date":"1/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":838,"Cost":711,"Date":"1/21/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":269,"Cost":158,"Date":"2/9/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":815,"Cost":634,"Date":"3/19/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":345,"Cost":309,"Date":"4/3/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":111,"Cost":73,"Date":"4/5/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":701,"Cost":404,"Date":"4/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":487,"Cost":244,"Date":"7/10/2019"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":489,"Cost":258,"Date":"3/25/2020"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":337,"Cost":276,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":508,"Date":"10/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":59,"Cost":52,"Date":"3/2/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":98,"Cost":70,"Date":"6/28/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":30,"Cost":27,"Date":"7/17/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":841,"Cost":604,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":739,"Cost":605,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":396,"Cost":253,"Date":"11/20/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":943,"Cost":786,"Date":"12/16/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":349,"Cost":267,"Date":"12/30/2021"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":327,"Cost":301,"Date":"2/15/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":788,"Cost":721,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":479,"Cost":324,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":542,"Date":"4/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":875,"Cost":657,"Date":"7/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":372,"Cost":239,"Date":"8/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":112,"Cost":99,"Date":"10/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":549,"Cost":442,"Date":"11/11/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":740,"Cost":651,"Date":"11/30/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":644,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":977,"Cost":849,"Date":"3/1/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":895,"Cost":562,"Date":"4/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":845,"Cost":730,"Date":"5/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":105,"Cost":82,"Date":"8/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":73,"Cost":61,"Date":"9/15/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":88,"Cost":82,"Date":"10/14/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":136,"Cost":99,"Date":"10/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":926,"Cost":754,"Date":"11/11/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":425,"Cost":372,"Date":"12/7/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":344,"Date":"12/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":175,"Date":"1/6/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":810,"Cost":573,"Date":"1/23/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":852,"Cost":526,"Date":"2/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":258,"Cost":172,"Date":"3/10/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":101,"Cost":85,"Date":"3/12/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":850,"Cost":500,"Date":"3/31/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":888,"Cost":801,"Date":"6/16/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":706,"Cost":610,"Date":"6/17/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":850,"Cost":664,"Date":"8/27/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":412,"Cost":367,"Date":"10/1/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":926,"Cost":803,"Date":"11/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":11,"Date":"11/9/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":479,"Cost":412,"Date":"3/27/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":940,"Cost":804,"Date":"4/17/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":385,"Cost":313,"Date":"8/11/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":381,"Cost":200,"Date":"8/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":328,"Cost":281,"Date":"9/2/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":907,"Cost":645,"Date":"9/5/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":26,"Cost":16,"Date":"9/14/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":23,"Cost":21,"Date":"9/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":930,"Cost":604,"Date":"11/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":572,"Cost":451,"Date":"12/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":243,"Cost":151,"Date":"1/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":88,"Cost":55,"Date":"1/21/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":290,"Date":"2/9/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":769,"Cost":532,"Date":"3/19/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":122,"Cost":97,"Date":"4/3/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":963,"Cost":814,"Date":"4/5/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":875,"Cost":647,"Date":"4/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":107,"Date":"7/10/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":340,"Cost":171,"Date":"3/25/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":622,"Cost":589,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":211,"Cost":168,"Date":"10/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":753,"Cost":472,"Date":"3/2/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":642,"Cost":406,"Date":"6/28/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":286,"Cost":150,"Date":"7/17/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":991,"Cost":607,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":572,"Cost":358,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":810,"Cost":464,"Date":"11/20/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":790,"Cost":474,"Date":"12/16/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":472,"Cost":404,"Date":"12/30/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":18,"Cost":12,"Date":"2/15/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":624,"Cost":380,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":628,"Cost":456,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":30,"Cost":23,"Date":"4/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":439,"Cost":400,"Date":"7/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":339,"Cost":262,"Date":"8/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":51,"Cost":40,"Date":"10/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":940,"Cost":797,"Date":"11/11/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":81,"Cost":55,"Date":"11/30/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":52,"Cost":47,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":692,"Cost":401,"Date":"3/1/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":198,"Cost":148,"Date":"4/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":947,"Cost":511,"Date":"5/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":414,"Cost":274,"Date":"8/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":512,"Cost":387,"Date":"9/15/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":787,"Cost":459,"Date":"10/14/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":654,"Cost":376,"Date":"10/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":908,"Cost":588,"Date":"11/11/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":278,"Cost":160,"Date":"12/7/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":844,"Cost":575,"Date":"12/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":286,"Cost":197,"Date":"1/6/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":418,"Cost":311,"Date":"1/23/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":893,"Cost":762,"Date":"2/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":41,"Cost":26,"Date":"3/10/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":176,"Cost":111,"Date":"3/12/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":935,"Cost":611,"Date":"3/31/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":424,"Cost":362,"Date":"6/16/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":577,"Cost":514,"Date":"6/17/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":299,"Cost":183,"Date":"8/27/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":470,"Cost":355,"Date":"10/1/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":422,"Cost":314,"Date":"11/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":412,"Cost":322,"Date":"11/9/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":458,"Cost":426,"Date":"3/27/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":810,"Cost":628,"Date":"4/17/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":691,"Cost":392,"Date":"8/11/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":262,"Cost":221,"Date":"8/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":989,"Cost":619,"Date":"9/2/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":47,"Cost":38,"Date":"9/5/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":37,"Cost":35,"Date":"9/14/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":304,"Cost":183,"Date":"9/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":235,"Cost":134,"Date":"11/20/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":917,"Cost":560,"Date":"12/21/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":152,"Cost":85,"Date":"1/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":528,"Cost":438,"Date":"1/21/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":362,"Cost":230,"Date":"2/9/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":741,"Cost":386,"Date":"3/19/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":391,"Cost":251,"Date":"4/3/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":590,"Cost":357,"Date":"4/5/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":641,"Cost":546,"Date":"4/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":822,"Cost":591,"Date":"7/10/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":298,"Cost":247,"Date":"3/25/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":52,"Cost":27,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":606,"Cost":415,"Date":"10/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":76,"Cost":42,"Date":"3/2/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":87,"Cost":80,"Date":"6/28/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":448,"Cost":354,"Date":"7/17/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":308,"Cost":268,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":593,"Cost":427,"Date":"8/23/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":346,"Cost":178,"Date":"11/20/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":544,"Cost":476,"Date":"12/16/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":702,"Cost":495,"Date":"12/30/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":558,"Cost":293,"Date":"2/15/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":65,"Cost":36,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":475,"Cost":424,"Date":"3/7/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":945,"Cost":796,"Date":"4/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":506,"Cost":336,"Date":"7/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":466,"Cost":438,"Date":"8/18/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":743,"Cost":389,"Date":"10/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":894,"Cost":758,"Date":"11/11/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":646,"Cost":569,"Date":"11/30/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":193,"Cost":114,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":930,"Cost":650,"Date":"3/1/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":514,"Cost":373,"Date":"4/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":870,"Cost":697,"Date":"5/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":893,"Cost":537,"Date":"8/13/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":300,"Cost":160,"Date":"9/15/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":299,"Cost":261,"Date":"10/14/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":550,"Cost":473,"Date":"10/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":613,"Cost":365,"Date":"11/11/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":82,"Date":"12/7/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":943,"Cost":789,"Date":"12/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":165,"Cost":151,"Date":"1/6/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":723,"Cost":657,"Date":"1/23/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":375,"Cost":203,"Date":"2/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":332,"Cost":197,"Date":"3/10/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":18,"Date":"3/12/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":340,"Cost":266,"Date":"3/31/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":577,"Cost":351,"Date":"6/16/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":839,"Cost":608,"Date":"6/17/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":464,"Cost":397,"Date":"8/27/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":925,"Cost":489,"Date":"10/1/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":783,"Cost":534,"Date":"11/4/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":787,"Cost":402,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":23,"Cost":15,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":379,"Cost":222,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":383,"Cost":206,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":564,"Cost":411,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":865,"Cost":530,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":587,"Cost":535,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":680,"Cost":397,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":541,"Cost":436,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":315,"Cost":194,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":583,"Cost":386,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":186,"Cost":159,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":251,"Cost":173,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":543,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":69,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":560,"Cost":342,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":705,"Cost":633,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":916,"Cost":464,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":863,"Cost":569,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":988,"Cost":687,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":383,"Cost":297,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":779,"Cost":392,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":570,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":563,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":752,"Cost":667,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":696,"Cost":434,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":707,"Cost":616,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":84,"Cost":64,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":967,"Cost":695,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":138,"Cost":94,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":913,"Cost":690,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":957,"Cost":794,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":315,"Cost":288,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":739,"Cost":606,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":748,"Cost":702,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":763,"Cost":531,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":547,"Cost":292,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":354,"Cost":186,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":77,"Cost":38,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":245,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":160,"Cost":105,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":781,"Cost":665,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":269,"Cost":179,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":902,"Cost":520,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":340,"Cost":282,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":34,"Cost":17,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":640,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":333,"Cost":231,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":275,"Cost":192,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":1,"Cost":0,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":609,"Cost":529,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":316,"Cost":236,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":7,"Cost":5,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":311,"Cost":227,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":874,"Cost":569,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":146,"Cost":77,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":332,"Cost":264,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":642,"Cost":330,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":100,"Cost":68,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":148,"Cost":80,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":702,"Cost":586,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":388,"Cost":224,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":904,"Cost":842,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":931,"Cost":775,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":87,"Cost":48,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":378,"Cost":311,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":864,"Cost":763,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":273,"Cost":253,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":82,"Cost":62,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":801,"Cost":530,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":492,"Cost":395,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":517,"Cost":457,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":966,"Cost":656,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":913,"Cost":714,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":734,"Cost":406,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":343,"Cost":252,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":280,"Cost":166,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":946,"Cost":482,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":692,"Cost":479,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":832,"Cost":439,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":361,"Cost":221,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":136,"Cost":121,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":416,"Cost":231,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":22,"Cost":17,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":746,"Cost":543,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":104,"Cost":69,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":32,"Cost":24,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":865,"Cost":773,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":33,"Cost":20,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":957,"Cost":730,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":661,"Cost":372,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":256,"Cost":156,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":898,"Cost":725,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":531,"Cost":449,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":823,"Cost":546,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":184,"Cost":137,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":876,"Cost":725,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":203,"Cost":140,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":107,"Cost":94,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":116,"Cost":87,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":634,"Cost":478,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":54,"Cost":30,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":992,"Cost":667,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":425,"Cost":266,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":963,"Cost":664,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":420,"Cost":364,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":840,"Cost":599,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":529,"Cost":479,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":141,"Cost":93,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":539,"Cost":388,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":632,"Cost":334,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":300,"Cost":150,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":323,"Cost":304,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":794,"Cost":443,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":490,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":514,"Cost":397,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":794,"Cost":421,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":918,"Cost":669,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":659,"Cost":578,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":710,"Cost":388,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":57,"Cost":47,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":440,"Cost":403,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":867,"Cost":724,"Date":"11/9/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":690,"Cost":453,"Date":"3/27/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":302,"Cost":243,"Date":"4/17/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":78,"Cost":45,"Date":"8/11/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":312,"Date":"8/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":48,"Cost":45,"Date":"9/2/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":36,"Cost":27,"Date":"9/5/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":48,"Cost":28,"Date":"9/14/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":254,"Cost":191,"Date":"9/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":539,"Cost":309,"Date":"11/20/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":462,"Cost":419,"Date":"12/21/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":211,"Cost":145,"Date":"1/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":206,"Cost":117,"Date":"1/21/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":41,"Cost":26,"Date":"2/9/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":233,"Cost":217,"Date":"3/19/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":349,"Cost":184,"Date":"4/3/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":351,"Cost":274,"Date":"4/5/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":3,"Cost":1,"Date":"4/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":505,"Cost":269,"Date":"7/10/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":133,"Cost":110,"Date":"3/25/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":482,"Cost":358,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":490,"Cost":297,"Date":"10/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":504,"Date":"3/2/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":696,"Cost":567,"Date":"6/28/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":372,"Cost":245,"Date":"7/17/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":846,"Cost":705,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":543,"Cost":423,"Date":"8/23/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":130,"Cost":110,"Date":"11/20/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":839,"Cost":740,"Date":"12/16/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":841,"Cost":572,"Date":"12/30/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":912,"Cost":699,"Date":"2/15/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":840,"Cost":621,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":58,"Cost":54,"Date":"3/7/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":472,"Cost":345,"Date":"4/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":850,"Cost":777,"Date":"7/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":92,"Cost":74,"Date":"8/18/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":315,"Cost":215,"Date":"10/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":980,"Cost":648,"Date":"11/11/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":823,"Cost":458,"Date":"11/30/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":706,"Cost":434,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":970,"Cost":707,"Date":"3/1/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":183,"Cost":105,"Date":"4/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":680,"Cost":581,"Date":"5/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":763,"Cost":592,"Date":"8/13/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":656,"Cost":556,"Date":"9/15/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":72,"Date":"10/14/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":599,"Cost":460,"Date":"10/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":409,"Cost":245,"Date":"11/11/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":430,"Cost":376,"Date":"12/7/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":370,"Cost":323,"Date":"12/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":377,"Cost":324,"Date":"1/6/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":68,"Cost":37,"Date":"1/23/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":513,"Cost":467,"Date":"2/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":734,"Cost":407,"Date":"3/10/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":105,"Date":"3/12/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":94,"Cost":57,"Date":"3/31/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":865,"Cost":771,"Date":"6/16/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":965,"Cost":678,"Date":"6/17/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":177,"Cost":105,"Date":"8/27/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":767,"Cost":413,"Date":"10/1/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":291,"Cost":250,"Date":"11/4/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":831,"Cost":612,"Date":"11/9/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":67,"Cost":54,"Date":"3/27/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":383,"Cost":353,"Date":"4/17/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":248,"Cost":143,"Date":"8/11/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":615,"Cost":560,"Date":"8/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":838,"Cost":454,"Date":"9/2/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":674,"Cost":610,"Date":"9/5/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":153,"Cost":122,"Date":"9/14/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":890,"Cost":478,"Date":"9/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":121,"Cost":60,"Date":"11/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":666,"Cost":374,"Date":"12/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":556,"Cost":313,"Date":"1/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":377,"Cost":326,"Date":"1/21/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":959,"Cost":770,"Date":"2/9/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":236,"Cost":153,"Date":"3/19/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":443,"Cost":306,"Date":"4/3/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":362,"Cost":236,"Date":"4/5/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":281,"Cost":212,"Date":"4/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":76,"Cost":72,"Date":"7/10/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":887,"Cost":445,"Date":"3/25/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":432,"Cost":237,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":351,"Cost":280,"Date":"10/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":398,"Date":"3/2/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":658,"Cost":501,"Date":"6/28/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":166,"Cost":139,"Date":"7/17/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":237,"Cost":147,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":235,"Cost":181,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":886,"Cost":510,"Date":"11/20/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":414,"Cost":258,"Date":"12/16/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":211,"Cost":124,"Date":"12/30/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":788,"Cost":606,"Date":"2/15/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":307,"Cost":266,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":234,"Cost":134,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":888,"Cost":613,"Date":"4/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":579,"Cost":341,"Date":"7/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":634,"Cost":521,"Date":"8/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":880,"Cost":778,"Date":"10/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":445,"Cost":407,"Date":"11/11/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":689,"Date":"11/30/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":252,"Cost":222,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":80,"Cost":62,"Date":"3/1/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":744,"Cost":447,"Date":"4/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":906,"Cost":832,"Date":"5/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":680,"Cost":563,"Date":"8/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":142,"Cost":104,"Date":"9/15/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":446,"Cost":380,"Date":"10/14/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":485,"Cost":253,"Date":"10/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":63,"Cost":39,"Date":"11/11/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":552,"Cost":292,"Date":"12/7/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":991,"Cost":891,"Date":"12/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":635,"Cost":537,"Date":"1/6/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":591,"Cost":456,"Date":"1/23/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":702,"Cost":444,"Date":"2/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":868,"Cost":716,"Date":"3/10/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":347,"Cost":248,"Date":"3/12/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":570,"Cost":498,"Date":"3/31/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":291,"Cost":152,"Date":"6/16/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":330,"Cost":300,"Date":"6/17/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":832,"Cost":495,"Date":"8/27/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":962,"Cost":528,"Date":"10/1/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":779,"Cost":406,"Date":"11/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Jeans","Country":"Poland","Sale":575,"Cost":325,"Date":"11/9/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":27,"Cost":14,"Date":"3/27/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":828,"Cost":702,"Date":"4/17/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":137,"Cost":81,"Date":"8/11/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":512,"Cost":357,"Date":"8/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":451,"Cost":347,"Date":"9/2/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":117,"Cost":72,"Date":"9/5/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":467,"Cost":440,"Date":"9/14/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":322,"Cost":302,"Date":"9/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":635,"Cost":499,"Date":"11/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":81,"Cost":58,"Date":"12/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":407,"Cost":234,"Date":"1/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":408,"Cost":255,"Date":"1/21/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":478,"Cost":361,"Date":"2/9/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":193,"Cost":107,"Date":"3/19/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":823,"Cost":479,"Date":"4/3/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":520,"Cost":447,"Date":"4/5/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":518,"Cost":263,"Date":"4/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":404,"Cost":246,"Date":"7/10/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":707,"Cost":584,"Date":"3/25/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":15,"Cost":11,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":813,"Cost":705,"Date":"10/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":11,"Cost":7,"Date":"3/2/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":150,"Cost":76,"Date":"6/28/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":47,"Cost":34,"Date":"7/17/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":822,"Cost":580,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":50,"Cost":40,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":584,"Cost":503,"Date":"11/20/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":432,"Cost":290,"Date":"12/16/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":857,"Cost":532,"Date":"12/30/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":964,"Cost":614,"Date":"2/15/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":232,"Cost":138,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":619,"Cost":417,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":718,"Cost":503,"Date":"4/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":38,"Cost":23,"Date":"7/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":266,"Date":"8/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":506,"Cost":428,"Date":"10/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":412,"Cost":276,"Date":"11/11/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":863,"Cost":782,"Date":"11/30/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":688,"Cost":439,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":965,"Cost":804,"Date":"3/1/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":944,"Cost":538,"Date":"4/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":732,"Cost":487,"Date":"5/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":67,"Cost":49,"Date":"8/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":281,"Cost":169,"Date":"9/15/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":303,"Cost":261,"Date":"10/14/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":413,"Cost":321,"Date":"10/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":260,"Date":"11/11/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":898,"Cost":492,"Date":"12/7/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":925,"Cost":640,"Date":"12/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":938,"Cost":524,"Date":"1/6/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":491,"Cost":283,"Date":"1/23/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":257,"Cost":195,"Date":"2/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":746,"Cost":616,"Date":"3/10/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":760,"Cost":617,"Date":"3/12/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":387,"Cost":332,"Date":"3/31/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":938,"Cost":696,"Date":"6/16/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":122,"Cost":73,"Date":"6/17/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":408,"Cost":285,"Date":"8/27/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":57,"Cost":32,"Date":"10/1/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":169,"Cost":109,"Date":"11/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":520,"Cost":398,"Date":"11/9/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":563,"Cost":475,"Date":"3/27/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":883,"Cost":649,"Date":"4/17/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":911,"Cost":800,"Date":"8/11/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":667,"Cost":369,"Date":"8/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":924,"Cost":773,"Date":"9/2/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":120,"Cost":74,"Date":"9/5/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":442,"Cost":242,"Date":"9/14/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":790,"Cost":527,"Date":"9/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":353,"Cost":269,"Date":"11/20/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":599,"Cost":306,"Date":"12/21/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":693,"Cost":635,"Date":"1/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":440,"Cost":339,"Date":"1/21/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":202,"Cost":187,"Date":"2/9/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":264,"Date":"3/19/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":403,"Cost":273,"Date":"4/3/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":994,"Cost":936,"Date":"4/5/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":901,"Cost":470,"Date":"4/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":337,"Cost":315,"Date":"7/10/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":428,"Date":"3/25/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":579,"Cost":351,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":130,"Cost":89,"Date":"10/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":672,"Cost":438,"Date":"3/2/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":294,"Cost":193,"Date":"6/28/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":964,"Cost":831,"Date":"7/17/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":77,"Cost":70,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":425,"Cost":398,"Date":"8/23/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":36,"Cost":19,"Date":"11/20/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":70,"Cost":58,"Date":"12/16/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":241,"Cost":191,"Date":"12/30/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":453,"Cost":391,"Date":"2/15/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":894,"Cost":508,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":850,"Cost":751,"Date":"3/7/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":89,"Cost":56,"Date":"4/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":644,"Cost":462,"Date":"7/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":461,"Cost":300,"Date":"8/18/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":72,"Cost":52,"Date":"10/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":203,"Cost":155,"Date":"11/11/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":621,"Cost":438,"Date":"11/30/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":246,"Cost":213,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":997,"Cost":830,"Date":"3/1/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":394,"Cost":323,"Date":"4/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":759,"Cost":412,"Date":"5/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":933,"Cost":612,"Date":"8/13/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":875,"Cost":602,"Date":"9/15/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":79,"Cost":53,"Date":"10/14/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":319,"Cost":290,"Date":"10/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":933,"Cost":675,"Date":"11/11/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":785,"Cost":597,"Date":"12/7/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":750,"Cost":493,"Date":"12/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":568,"Cost":493,"Date":"1/6/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":12,"Cost":8,"Date":"1/23/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":411,"Cost":244,"Date":"2/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":602,"Date":"3/10/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":809,"Cost":582,"Date":"3/12/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":668,"Cost":585,"Date":"3/31/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":561,"Cost":387,"Date":"6/16/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":48,"Cost":35,"Date":"6/17/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":254,"Cost":193,"Date":"8/27/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":380,"Cost":197,"Date":"10/1/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":389,"Cost":201,"Date":"11/4/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":56,"Cost":32,"Date":"11/9/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":429,"Cost":231,"Date":"3/27/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":371,"Cost":280,"Date":"4/17/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":195,"Cost":112,"Date":"8/11/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":429,"Cost":399,"Date":"8/21/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":237,"Cost":131,"Date":"9/2/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":52,"Cost":37,"Date":"9/5/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":22,"Cost":18,"Date":"9/14/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":749,"Date":"9/20/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":370,"Cost":349,"Date":"11/20/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":484,"Cost":283,"Date":"12/21/2018"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":499,"Cost":290,"Date":"1/7/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":474,"Cost":282,"Date":"1/21/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":22,"Cost":17,"Date":"2/9/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":858,"Cost":429,"Date":"3/19/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":789,"Cost":467,"Date":"4/3/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":140,"Cost":79,"Date":"4/5/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":38,"Cost":27,"Date":"4/28/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":241,"Cost":127,"Date":"7/10/2019"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":166,"Cost":89,"Date":"3/25/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":80,"Cost":71,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":86,"Cost":80,"Date":"10/28/2020"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":142,"Cost":87,"Date":"3/2/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":397,"Date":"6/28/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":981,"Cost":836,"Date":"7/17/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":587,"Cost":296,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":528,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":572,"Cost":517,"Date":"11/20/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":396,"Date":"12/16/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":644,"Cost":446,"Date":"12/30/2021"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":780,"Cost":455,"Date":"2/15/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":957,"Cost":657,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":545,"Cost":490,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":774,"Cost":442,"Date":"4/18/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":571,"Cost":363,"Date":"7/27/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":350,"Cost":286,"Date":"8/18/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":435,"Cost":399,"Date":"10/31/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":600,"Date":"11/11/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":912,"Cost":799,"Date":"11/30/2022"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":775,"Cost":578,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":207,"Cost":177,"Date":"3/1/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":259,"Cost":144,"Date":"4/13/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":43,"Cost":23,"Date":"5/20/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":899,"Cost":772,"Date":"8/13/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":401,"Cost":221,"Date":"9/15/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":670,"Cost":452,"Date":"10/14/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":168,"Cost":146,"Date":"10/28/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":391,"Cost":274,"Date":"11/11/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":775,"Cost":531,"Date":"12/7/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":218,"Cost":189,"Date":"12/21/2023"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":33,"Cost":20,"Date":"1/6/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":930,"Cost":625,"Date":"1/23/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":162,"Cost":150,"Date":"2/4/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":570,"Cost":524,"Date":"3/10/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":135,"Cost":125,"Date":"3/12/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":616,"Date":"3/31/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":846,"Cost":496,"Date":"6/16/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":181,"Cost":99,"Date":"6/17/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":670,"Cost":570,"Date":"8/27/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":819,"Cost":550,"Date":"10/1/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":504,"Cost":277,"Date":"11/4/2024"},{"Store":"Gemini Park Tychy","Brand":"HM Home","Country":"Poland","Sale":103,"Cost":68,"Date":"11/9/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":339,"Cost":294,"Date":"3/27/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":994,"Cost":827,"Date":"4/17/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":707,"Cost":505,"Date":"8/11/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":121,"Cost":94,"Date":"8/21/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":301,"Cost":210,"Date":"9/2/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":189,"Cost":110,"Date":"9/5/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":881,"Cost":649,"Date":"9/14/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":275,"Cost":248,"Date":"9/20/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":551,"Cost":383,"Date":"11/20/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":652,"Cost":419,"Date":"12/21/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":497,"Cost":396,"Date":"1/7/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":742,"Cost":467,"Date":"1/21/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":159,"Cost":143,"Date":"2/9/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":533,"Cost":504,"Date":"3/19/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":542,"Cost":308,"Date":"4/3/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":190,"Cost":180,"Date":"4/5/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":345,"Cost":313,"Date":"4/28/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":652,"Cost":465,"Date":"7/10/2019"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":9,"Cost":9,"Date":"3/25/2020"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":499,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":886,"Cost":628,"Date":"10/28/2020"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":908,"Cost":555,"Date":"3/2/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":177,"Cost":141,"Date":"6/28/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":51,"Cost":31,"Date":"7/17/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":30,"Cost":29,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":486,"Cost":447,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":544,"Date":"11/20/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":80,"Cost":61,"Date":"12/16/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":230,"Cost":159,"Date":"12/30/2021"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":443,"Cost":383,"Date":"2/15/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":501,"Cost":307,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":548,"Cost":353,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":1000,"Cost":746,"Date":"4/18/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":769,"Cost":721,"Date":"7/27/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":969,"Cost":848,"Date":"8/18/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":982,"Cost":779,"Date":"10/31/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":785,"Cost":613,"Date":"11/11/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":787,"Cost":472,"Date":"11/30/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":21,"Cost":17,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":597,"Cost":436,"Date":"3/1/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":100,"Cost":79,"Date":"4/13/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":292,"Cost":208,"Date":"5/20/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":963,"Cost":482,"Date":"8/13/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":599,"Cost":374,"Date":"9/15/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":437,"Cost":221,"Date":"10/14/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":791,"Cost":410,"Date":"10/28/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":357,"Cost":285,"Date":"11/11/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":347,"Cost":185,"Date":"12/7/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":482,"Cost":424,"Date":"12/21/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":831,"Cost":728,"Date":"1/6/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":346,"Date":"1/23/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":715,"Cost":447,"Date":"2/4/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":369,"Cost":305,"Date":"3/10/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":102,"Date":"3/12/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":450,"Cost":389,"Date":"3/31/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":218,"Cost":201,"Date":"6/16/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":270,"Cost":147,"Date":"6/17/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":684,"Cost":609,"Date":"8/27/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":684,"Cost":630,"Date":"10/1/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":599,"Cost":465,"Date":"11/4/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":779,"Cost":648,"Date":"11/9/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":296,"Cost":211,"Date":"3/27/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":864,"Cost":491,"Date":"4/17/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":23,"Cost":21,"Date":"8/11/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":809,"Cost":615,"Date":"8/21/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":443,"Cost":283,"Date":"9/2/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":402,"Cost":222,"Date":"9/5/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":627,"Cost":508,"Date":"9/14/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":552,"Cost":325,"Date":"9/20/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":173,"Cost":109,"Date":"11/20/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":96,"Cost":67,"Date":"12/21/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":288,"Cost":155,"Date":"1/7/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":187,"Cost":172,"Date":"1/21/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":787,"Cost":654,"Date":"2/9/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":768,"Cost":428,"Date":"3/19/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":613,"Cost":376,"Date":"4/3/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":554,"Cost":298,"Date":"4/5/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":752,"Cost":687,"Date":"4/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":939,"Cost":543,"Date":"7/10/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":370,"Cost":225,"Date":"3/25/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":730,"Cost":458,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":758,"Cost":419,"Date":"10/28/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":961,"Cost":891,"Date":"3/2/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":667,"Cost":445,"Date":"6/28/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":277,"Cost":202,"Date":"7/17/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":94,"Cost":82,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":519,"Date":"8/23/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":519,"Cost":357,"Date":"11/20/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":494,"Date":"12/16/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":365,"Cost":282,"Date":"12/30/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":224,"Cost":173,"Date":"2/15/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":183,"Cost":161,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":613,"Cost":393,"Date":"3/7/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":757,"Cost":505,"Date":"4/18/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":955,"Cost":540,"Date":"7/27/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":244,"Cost":150,"Date":"8/18/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":696,"Cost":563,"Date":"10/31/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":974,"Cost":783,"Date":"11/11/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":320,"Cost":296,"Date":"11/30/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":932,"Cost":544,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":886,"Cost":663,"Date":"3/1/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":659,"Cost":379,"Date":"4/13/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":634,"Cost":328,"Date":"5/20/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":240,"Cost":201,"Date":"8/13/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":91,"Cost":69,"Date":"9/15/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":290,"Cost":194,"Date":"10/14/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":756,"Cost":643,"Date":"10/28/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":977,"Cost":704,"Date":"11/11/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":593,"Cost":312,"Date":"12/7/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":70,"Cost":55,"Date":"12/21/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":921,"Cost":829,"Date":"1/6/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":146,"Cost":133,"Date":"1/23/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":166,"Cost":150,"Date":"2/4/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":758,"Cost":649,"Date":"3/10/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":732,"Cost":418,"Date":"3/12/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":443,"Cost":304,"Date":"3/31/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":497,"Cost":274,"Date":"6/16/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":575,"Cost":294,"Date":"6/17/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":193,"Cost":182,"Date":"8/27/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":354,"Cost":213,"Date":"10/1/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":682,"Cost":550,"Date":"11/4/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":526,"Cost":367,"Date":"11/9/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":886,"Cost":444,"Date":"3/27/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":535,"Cost":394,"Date":"4/17/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":36,"Cost":24,"Date":"8/11/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":286,"Cost":260,"Date":"8/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":326,"Cost":222,"Date":"9/2/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":108,"Cost":76,"Date":"9/5/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":416,"Cost":249,"Date":"9/14/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":438,"Cost":328,"Date":"9/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":768,"Cost":428,"Date":"11/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":760,"Cost":691,"Date":"12/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":859,"Cost":616,"Date":"1/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":958,"Cost":863,"Date":"1/21/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":785,"Cost":402,"Date":"2/9/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":747,"Cost":633,"Date":"3/19/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":272,"Cost":179,"Date":"4/3/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":537,"Cost":449,"Date":"4/5/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":301,"Cost":172,"Date":"4/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":288,"Cost":209,"Date":"7/10/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":48,"Cost":28,"Date":"3/25/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":288,"Cost":189,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":969,"Cost":703,"Date":"10/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":497,"Cost":355,"Date":"3/2/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":420,"Cost":211,"Date":"6/28/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":596,"Cost":338,"Date":"7/17/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":387,"Cost":320,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":124,"Cost":95,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":453,"Cost":276,"Date":"11/20/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":869,"Cost":573,"Date":"12/16/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":397,"Cost":232,"Date":"12/30/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":708,"Cost":423,"Date":"2/15/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":578,"Cost":299,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":399,"Cost":260,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":731,"Cost":527,"Date":"4/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":710,"Cost":650,"Date":"7/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":616,"Cost":360,"Date":"8/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":389,"Cost":345,"Date":"10/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":622,"Cost":558,"Date":"11/11/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":126,"Cost":111,"Date":"11/30/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":552,"Cost":384,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":724,"Cost":492,"Date":"3/1/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":258,"Cost":153,"Date":"4/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":247,"Cost":230,"Date":"5/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":220,"Cost":174,"Date":"8/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":376,"Cost":233,"Date":"9/15/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":994,"Cost":518,"Date":"10/14/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":988,"Cost":933,"Date":"10/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":534,"Cost":498,"Date":"11/11/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":15,"Cost":10,"Date":"12/7/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":245,"Cost":219,"Date":"12/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":611,"Cost":416,"Date":"1/6/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":411,"Cost":331,"Date":"1/23/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":783,"Cost":412,"Date":"2/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":918,"Cost":471,"Date":"3/10/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":985,"Cost":716,"Date":"3/12/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":450,"Cost":350,"Date":"3/31/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":140,"Cost":103,"Date":"6/16/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":170,"Cost":99,"Date":"6/17/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":252,"Cost":167,"Date":"8/27/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":166,"Cost":158,"Date":"10/1/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":19,"Cost":17,"Date":"11/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":38,"Cost":22,"Date":"11/9/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":367,"Cost":190,"Date":"3/27/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":740,"Cost":595,"Date":"4/17/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":288,"Cost":248,"Date":"8/11/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":168,"Cost":100,"Date":"8/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":54,"Cost":30,"Date":"9/2/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":63,"Cost":53,"Date":"9/5/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":733,"Cost":638,"Date":"9/14/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":702,"Cost":504,"Date":"9/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":774,"Cost":409,"Date":"11/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":267,"Cost":139,"Date":"12/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":725,"Cost":651,"Date":"1/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":932,"Cost":608,"Date":"1/21/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":232,"Cost":185,"Date":"2/9/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":584,"Cost":435,"Date":"3/19/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":749,"Cost":589,"Date":"4/3/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":441,"Date":"4/5/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":188,"Cost":106,"Date":"4/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":463,"Cost":413,"Date":"7/10/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":88,"Cost":66,"Date":"3/25/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":646,"Cost":599,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":925,"Cost":591,"Date":"10/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":413,"Cost":276,"Date":"3/2/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":774,"Cost":727,"Date":"6/28/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":72,"Cost":39,"Date":"7/17/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":608,"Cost":488,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":88,"Cost":54,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":554,"Cost":320,"Date":"11/20/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":253,"Cost":237,"Date":"12/16/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":871,"Cost":670,"Date":"12/30/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":780,"Cost":737,"Date":"2/15/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":469,"Cost":336,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":830,"Cost":705,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":790,"Cost":579,"Date":"4/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":419,"Cost":214,"Date":"7/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":266,"Cost":193,"Date":"8/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":282,"Date":"10/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":648,"Cost":343,"Date":"11/11/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":1,"Cost":1,"Date":"11/30/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":54,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":975,"Cost":524,"Date":"3/1/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":70,"Cost":64,"Date":"4/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":618,"Cost":387,"Date":"5/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":918,"Cost":734,"Date":"8/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":952,"Cost":546,"Date":"9/15/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":234,"Cost":156,"Date":"10/14/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":734,"Cost":591,"Date":"10/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":905,"Cost":620,"Date":"11/11/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":542,"Cost":336,"Date":"12/7/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":757,"Cost":560,"Date":"12/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":126,"Date":"1/6/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":16,"Cost":9,"Date":"1/23/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":134,"Cost":104,"Date":"2/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":369,"Cost":285,"Date":"3/10/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":386,"Cost":351,"Date":"3/12/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":23,"Cost":14,"Date":"3/31/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":777,"Cost":554,"Date":"6/16/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":10,"Cost":9,"Date":"6/17/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":311,"Date":"8/27/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":214,"Cost":114,"Date":"10/1/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":920,"Cost":607,"Date":"11/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":849,"Cost":786,"Date":"11/9/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":582,"Cost":347,"Date":"3/27/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":649,"Cost":402,"Date":"4/17/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":852,"Cost":474,"Date":"8/11/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":608,"Cost":365,"Date":"8/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":894,"Cost":551,"Date":"9/2/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":349,"Cost":298,"Date":"9/5/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":190,"Cost":160,"Date":"9/14/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":686,"Cost":427,"Date":"9/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":735,"Cost":593,"Date":"11/20/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":353,"Date":"12/21/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":719,"Cost":575,"Date":"1/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":293,"Cost":179,"Date":"1/21/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":645,"Cost":540,"Date":"2/9/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":626,"Date":"3/19/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":55,"Cost":49,"Date":"4/3/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":763,"Cost":616,"Date":"4/5/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":874,"Cost":740,"Date":"4/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":653,"Cost":576,"Date":"7/10/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":415,"Cost":321,"Date":"3/25/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":724,"Cost":608,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":332,"Cost":239,"Date":"10/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":564,"Cost":341,"Date":"3/2/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":572,"Cost":508,"Date":"6/28/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":635,"Cost":525,"Date":"7/17/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":947,"Cost":555,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":526,"Cost":362,"Date":"8/23/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":510,"Cost":277,"Date":"11/20/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":733,"Cost":431,"Date":"12/16/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":975,"Cost":814,"Date":"12/30/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":80,"Cost":58,"Date":"2/15/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":644,"Cost":532,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":211,"Cost":105,"Date":"4/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":565,"Cost":421,"Date":"7/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":61,"Cost":38,"Date":"8/18/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":207,"Cost":139,"Date":"10/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":610,"Date":"11/11/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":5,"Cost":4,"Date":"11/30/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":567,"Cost":355,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":978,"Cost":528,"Date":"3/1/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":6,"Cost":6,"Date":"4/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":612,"Cost":582,"Date":"5/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":311,"Cost":202,"Date":"8/13/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":473,"Cost":285,"Date":"9/15/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":143,"Cost":77,"Date":"10/14/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":968,"Cost":547,"Date":"10/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":5,"Cost":4,"Date":"11/11/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":189,"Cost":118,"Date":"12/7/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":101,"Cost":52,"Date":"12/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":144,"Cost":108,"Date":"1/6/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":884,"Cost":756,"Date":"1/23/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":874,"Cost":620,"Date":"2/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":166,"Cost":127,"Date":"3/10/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":361,"Cost":275,"Date":"3/12/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":29,"Cost":18,"Date":"3/31/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":543,"Cost":279,"Date":"6/16/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":357,"Cost":271,"Date":"6/17/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":208,"Cost":148,"Date":"8/27/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":23,"Cost":14,"Date":"10/1/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":370,"Cost":345,"Date":"11/4/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":619,"Cost":329,"Date":"11/9/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":70,"Cost":63,"Date":"3/27/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":544,"Cost":512,"Date":"4/17/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":426,"Cost":269,"Date":"8/11/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":712,"Cost":659,"Date":"8/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":589,"Cost":348,"Date":"9/2/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":657,"Cost":425,"Date":"9/5/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":395,"Cost":202,"Date":"9/14/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":116,"Cost":84,"Date":"9/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":550,"Date":"11/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":520,"Cost":473,"Date":"12/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":947,"Cost":608,"Date":"1/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":305,"Cost":203,"Date":"1/21/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":281,"Cost":232,"Date":"2/9/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":469,"Cost":316,"Date":"3/19/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":132,"Cost":80,"Date":"4/3/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":708,"Cost":623,"Date":"4/5/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":946,"Cost":764,"Date":"4/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":46,"Date":"7/10/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":100,"Cost":92,"Date":"3/25/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":552,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":945,"Cost":521,"Date":"10/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":453,"Cost":255,"Date":"3/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":382,"Cost":278,"Date":"6/28/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":761,"Cost":482,"Date":"7/17/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":7,"Cost":5,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":330,"Cost":251,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":734,"Cost":650,"Date":"11/20/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":45,"Cost":38,"Date":"12/16/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":667,"Cost":434,"Date":"12/30/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":19,"Cost":14,"Date":"2/15/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":967,"Cost":900,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":911,"Cost":574,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":786,"Cost":647,"Date":"4/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":448,"Date":"7/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":961,"Cost":595,"Date":"8/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":216,"Cost":200,"Date":"10/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":173,"Cost":119,"Date":"11/11/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":290,"Cost":262,"Date":"11/30/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":900,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":817,"Cost":631,"Date":"3/1/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":703,"Cost":603,"Date":"4/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":456,"Cost":418,"Date":"5/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":140,"Cost":118,"Date":"8/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":89,"Cost":50,"Date":"9/15/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":82,"Cost":72,"Date":"10/14/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":227,"Cost":212,"Date":"10/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":173,"Cost":89,"Date":"11/11/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":677,"Cost":446,"Date":"12/7/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":532,"Cost":310,"Date":"12/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":17,"Cost":15,"Date":"1/6/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":424,"Cost":322,"Date":"1/23/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":68,"Cost":59,"Date":"2/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":319,"Cost":231,"Date":"3/10/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":788,"Cost":497,"Date":"3/12/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":363,"Cost":340,"Date":"3/31/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":377,"Cost":292,"Date":"6/16/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":636,"Cost":493,"Date":"6/17/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":996,"Cost":662,"Date":"8/27/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":242,"Cost":214,"Date":"10/1/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":448,"Cost":413,"Date":"11/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"HM Home","Country":"Romania","Sale":374,"Cost":197,"Date":"11/9/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":776,"Cost":660,"Date":"3/27/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":166,"Cost":99,"Date":"4/17/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":215,"Cost":145,"Date":"8/11/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":324,"Cost":267,"Date":"8/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":856,"Cost":728,"Date":"9/2/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":501,"Cost":411,"Date":"9/5/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":843,"Cost":645,"Date":"9/14/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":530,"Cost":450,"Date":"9/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":461,"Cost":258,"Date":"11/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":422,"Cost":287,"Date":"12/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":516,"Cost":299,"Date":"1/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":790,"Cost":439,"Date":"1/21/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":255,"Cost":192,"Date":"2/9/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":556,"Cost":509,"Date":"3/19/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":291,"Cost":147,"Date":"4/3/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":4,"Cost":3,"Date":"4/5/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":824,"Cost":525,"Date":"4/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":604,"Cost":406,"Date":"7/10/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":904,"Cost":676,"Date":"3/25/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":71,"Cost":57,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":231,"Cost":144,"Date":"10/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":303,"Cost":183,"Date":"3/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":617,"Cost":376,"Date":"6/28/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":705,"Cost":529,"Date":"7/17/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":271,"Cost":143,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":742,"Cost":461,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":320,"Cost":293,"Date":"11/20/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":602,"Cost":357,"Date":"12/16/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":633,"Cost":536,"Date":"12/30/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":485,"Cost":379,"Date":"2/15/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":738,"Cost":499,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":327,"Cost":306,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":130,"Cost":71,"Date":"4/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":432,"Cost":350,"Date":"7/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":751,"Cost":655,"Date":"8/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":783,"Cost":531,"Date":"10/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":759,"Cost":664,"Date":"11/11/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":594,"Cost":341,"Date":"11/30/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":95,"Cost":84,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":633,"Cost":466,"Date":"3/1/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":239,"Cost":134,"Date":"4/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":766,"Cost":435,"Date":"5/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":149,"Cost":127,"Date":"8/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":702,"Cost":633,"Date":"9/15/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":548,"Cost":342,"Date":"10/14/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":510,"Cost":461,"Date":"10/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":786,"Cost":414,"Date":"11/11/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":583,"Cost":411,"Date":"12/7/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":214,"Cost":182,"Date":"12/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":431,"Cost":243,"Date":"1/6/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":332,"Cost":239,"Date":"1/23/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":953,"Cost":872,"Date":"2/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":264,"Cost":152,"Date":"3/10/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":165,"Cost":134,"Date":"3/12/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":626,"Cost":490,"Date":"3/31/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":400,"Cost":205,"Date":"6/16/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":668,"Cost":454,"Date":"6/17/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":868,"Cost":636,"Date":"8/27/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":229,"Cost":190,"Date":"10/1/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":638,"Cost":448,"Date":"11/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":97,"Cost":71,"Date":"11/9/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":184,"Cost":170,"Date":"3/27/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":821,"Cost":676,"Date":"4/17/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":344,"Cost":174,"Date":"8/11/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":932,"Cost":639,"Date":"8/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":835,"Cost":548,"Date":"9/2/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":915,"Cost":840,"Date":"9/5/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":749,"Cost":486,"Date":"9/14/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":478,"Cost":453,"Date":"9/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":556,"Cost":286,"Date":"11/20/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":507,"Cost":444,"Date":"12/21/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":535,"Cost":475,"Date":"1/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":332,"Cost":237,"Date":"1/21/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":735,"Cost":477,"Date":"2/9/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":850,"Cost":785,"Date":"3/19/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":122,"Cost":106,"Date":"4/3/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":564,"Cost":450,"Date":"4/5/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":606,"Cost":359,"Date":"4/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":469,"Cost":256,"Date":"7/10/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":2,"Cost":2,"Date":"3/25/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":620,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":564,"Cost":483,"Date":"10/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":338,"Cost":226,"Date":"3/2/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":565,"Cost":333,"Date":"6/28/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":597,"Cost":477,"Date":"7/17/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":839,"Cost":447,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":447,"Cost":285,"Date":"8/23/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":814,"Cost":606,"Date":"11/20/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":106,"Cost":60,"Date":"12/16/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":552,"Cost":414,"Date":"12/30/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":54,"Cost":40,"Date":"2/15/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":638,"Cost":394,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":324,"Cost":176,"Date":"3/7/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":32,"Cost":25,"Date":"4/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":951,"Cost":597,"Date":"7/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":573,"Cost":467,"Date":"8/18/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":482,"Cost":345,"Date":"10/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":625,"Cost":538,"Date":"11/11/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":141,"Cost":93,"Date":"11/30/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":28,"Cost":20,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":969,"Cost":782,"Date":"3/1/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":204,"Cost":192,"Date":"4/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":226,"Cost":149,"Date":"5/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":700,"Cost":383,"Date":"8/13/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":393,"Cost":200,"Date":"9/15/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":378,"Cost":191,"Date":"10/14/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":861,"Cost":797,"Date":"10/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":83,"Cost":59,"Date":"11/11/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":359,"Cost":321,"Date":"12/7/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":178,"Cost":104,"Date":"12/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":58,"Cost":46,"Date":"1/6/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":90,"Cost":57,"Date":"1/23/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":797,"Cost":433,"Date":"2/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":53,"Cost":32,"Date":"3/10/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":925,"Cost":672,"Date":"3/12/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":523,"Cost":329,"Date":"3/31/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":525,"Date":"6/16/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":693,"Date":"6/17/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":50,"Cost":25,"Date":"8/27/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":299,"Cost":227,"Date":"10/1/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":258,"Cost":195,"Date":"11/4/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":968,"Cost":497,"Date":"11/9/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":362,"Cost":238,"Date":"3/27/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":755,"Cost":608,"Date":"4/17/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":790,"Cost":577,"Date":"8/11/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":445,"Cost":364,"Date":"8/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":989,"Cost":782,"Date":"9/2/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":944,"Cost":690,"Date":"9/5/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":721,"Cost":459,"Date":"9/14/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":807,"Cost":442,"Date":"9/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":300,"Date":"11/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":764,"Cost":668,"Date":"12/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":461,"Cost":235,"Date":"1/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":811,"Cost":505,"Date":"1/21/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":900,"Cost":692,"Date":"2/9/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":371,"Date":"3/19/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":24,"Cost":17,"Date":"4/3/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":448,"Cost":392,"Date":"4/5/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":419,"Date":"4/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":582,"Cost":540,"Date":"7/10/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":136,"Cost":93,"Date":"3/25/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":368,"Cost":289,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":442,"Cost":287,"Date":"10/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":786,"Cost":602,"Date":"3/2/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":836,"Cost":649,"Date":"6/28/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":608,"Cost":420,"Date":"7/17/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":928,"Cost":668,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":844,"Cost":550,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":696,"Cost":603,"Date":"11/20/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":978,"Cost":870,"Date":"12/16/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":429,"Cost":336,"Date":"12/30/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":873,"Cost":671,"Date":"2/15/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":171,"Cost":103,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":809,"Cost":455,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":253,"Cost":141,"Date":"4/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":885,"Cost":634,"Date":"7/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":91,"Cost":67,"Date":"8/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":891,"Cost":494,"Date":"10/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":719,"Cost":396,"Date":"11/11/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":408,"Cost":324,"Date":"11/30/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":316,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":865,"Cost":736,"Date":"3/1/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":258,"Cost":156,"Date":"4/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":889,"Cost":704,"Date":"5/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":441,"Cost":255,"Date":"8/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":209,"Cost":136,"Date":"9/15/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":611,"Date":"10/14/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":715,"Cost":429,"Date":"10/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":295,"Cost":169,"Date":"11/11/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":727,"Cost":612,"Date":"12/7/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":270,"Cost":181,"Date":"12/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":278,"Cost":231,"Date":"1/6/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":794,"Cost":672,"Date":"1/23/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":435,"Cost":359,"Date":"2/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":68,"Cost":60,"Date":"3/10/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":445,"Cost":333,"Date":"3/12/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":400,"Cost":251,"Date":"3/31/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":138,"Cost":103,"Date":"6/16/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":861,"Cost":807,"Date":"6/17/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":787,"Cost":746,"Date":"8/27/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":664,"Cost":527,"Date":"10/1/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":310,"Cost":233,"Date":"11/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":379,"Cost":328,"Date":"11/9/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":223,"Cost":118,"Date":"3/27/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":370,"Cost":335,"Date":"4/17/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":726,"Cost":690,"Date":"8/11/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":186,"Cost":141,"Date":"8/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":543,"Cost":436,"Date":"9/2/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":267,"Cost":176,"Date":"9/5/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":725,"Cost":470,"Date":"9/14/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":817,"Cost":562,"Date":"9/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":222,"Cost":153,"Date":"11/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":573,"Cost":508,"Date":"12/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":451,"Cost":289,"Date":"1/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":30,"Cost":19,"Date":"1/21/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":70,"Cost":42,"Date":"2/9/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":380,"Cost":252,"Date":"3/19/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":772,"Cost":414,"Date":"4/3/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":546,"Cost":336,"Date":"4/5/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":238,"Cost":147,"Date":"4/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":284,"Cost":245,"Date":"7/10/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":384,"Cost":316,"Date":"3/25/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":433,"Cost":371,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":865,"Cost":575,"Date":"10/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":469,"Cost":311,"Date":"3/2/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":693,"Cost":627,"Date":"6/28/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":491,"Cost":402,"Date":"7/17/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":799,"Cost":566,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":300,"Cost":157,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":479,"Cost":374,"Date":"11/20/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":884,"Cost":517,"Date":"12/16/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":849,"Cost":583,"Date":"12/30/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":844,"Cost":750,"Date":"2/15/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":302,"Cost":200,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":934,"Cost":874,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":21,"Cost":17,"Date":"4/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":733,"Cost":678,"Date":"7/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":83,"Cost":45,"Date":"8/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":215,"Cost":145,"Date":"10/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":128,"Cost":87,"Date":"11/11/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":598,"Cost":491,"Date":"11/30/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":965,"Cost":840,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":480,"Cost":414,"Date":"3/1/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":157,"Cost":145,"Date":"4/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":331,"Cost":193,"Date":"5/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":618,"Cost":400,"Date":"8/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":1000,"Cost":838,"Date":"9/15/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":691,"Cost":461,"Date":"10/14/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":657,"Cost":459,"Date":"10/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":982,"Cost":876,"Date":"11/11/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":381,"Cost":304,"Date":"12/7/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":315,"Cost":205,"Date":"12/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":153,"Cost":117,"Date":"1/6/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":911,"Cost":818,"Date":"1/23/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":66,"Cost":52,"Date":"2/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":384,"Cost":363,"Date":"3/10/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":762,"Cost":442,"Date":"3/12/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":41,"Cost":39,"Date":"3/31/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":589,"Cost":479,"Date":"6/16/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":963,"Cost":841,"Date":"6/17/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":357,"Cost":325,"Date":"8/27/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":630,"Cost":565,"Date":"10/1/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":75,"Cost":48,"Date":"11/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":895,"Cost":808,"Date":"11/9/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":363,"Cost":334,"Date":"3/27/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":249,"Cost":140,"Date":"4/17/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":805,"Cost":485,"Date":"8/11/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":473,"Cost":438,"Date":"8/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":279,"Cost":200,"Date":"9/2/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":327,"Cost":253,"Date":"9/5/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":192,"Cost":115,"Date":"9/14/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":451,"Cost":316,"Date":"9/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":716,"Cost":559,"Date":"11/20/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":351,"Cost":212,"Date":"12/21/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":879,"Cost":584,"Date":"1/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":961,"Cost":893,"Date":"1/21/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":419,"Cost":370,"Date":"2/9/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":596,"Cost":415,"Date":"3/19/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":954,"Cost":626,"Date":"4/3/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":164,"Date":"4/5/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":227,"Cost":167,"Date":"4/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":887,"Cost":708,"Date":"7/10/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":271,"Cost":230,"Date":"3/25/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":532,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":538,"Cost":439,"Date":"10/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":936,"Cost":745,"Date":"3/2/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":832,"Cost":746,"Date":"6/28/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":72,"Cost":61,"Date":"7/17/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":693,"Cost":398,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":626,"Cost":329,"Date":"8/23/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":791,"Cost":507,"Date":"11/20/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":223,"Cost":201,"Date":"12/16/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":196,"Date":"12/30/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":56,"Cost":34,"Date":"2/15/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":820,"Cost":758,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":734,"Cost":586,"Date":"3/7/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":527,"Cost":393,"Date":"4/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":317,"Cost":225,"Date":"7/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":94,"Cost":88,"Date":"8/18/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":371,"Cost":246,"Date":"10/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":384,"Cost":203,"Date":"11/11/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":634,"Cost":385,"Date":"11/30/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":805,"Cost":643,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":327,"Date":"3/1/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":33,"Cost":24,"Date":"4/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":300,"Date":"5/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":601,"Cost":417,"Date":"8/13/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":689,"Cost":462,"Date":"9/15/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":348,"Cost":180,"Date":"10/14/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":475,"Date":"10/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":326,"Cost":198,"Date":"11/11/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":3,"Cost":1,"Date":"12/7/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":77,"Cost":46,"Date":"12/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":988,"Cost":741,"Date":"1/6/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":424,"Cost":300,"Date":"1/23/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":568,"Cost":400,"Date":"2/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":829,"Cost":720,"Date":"3/10/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":775,"Cost":412,"Date":"3/12/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":706,"Date":"3/31/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":613,"Cost":575,"Date":"6/16/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":303,"Cost":281,"Date":"6/17/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":565,"Date":"8/27/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":351,"Cost":320,"Date":"10/1/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":202,"Date":"11/4/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":566,"Date":"11/9/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":726,"Cost":440,"Date":"3/27/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":683,"Date":"4/17/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":948,"Cost":621,"Date":"8/11/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":47,"Date":"8/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":797,"Cost":675,"Date":"9/2/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":335,"Cost":281,"Date":"9/5/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":160,"Cost":132,"Date":"9/14/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":319,"Cost":177,"Date":"9/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":481,"Cost":378,"Date":"11/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":968,"Cost":834,"Date":"12/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":34,"Cost":21,"Date":"1/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":559,"Cost":433,"Date":"1/21/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":197,"Cost":139,"Date":"2/9/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":141,"Date":"3/19/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":837,"Cost":656,"Date":"4/3/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":122,"Cost":98,"Date":"4/5/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":397,"Cost":319,"Date":"4/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":369,"Cost":298,"Date":"7/10/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":267,"Cost":153,"Date":"3/25/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":956,"Cost":638,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":177,"Cost":122,"Date":"10/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":856,"Cost":757,"Date":"3/2/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":558,"Cost":368,"Date":"6/28/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":424,"Cost":282,"Date":"7/17/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":817,"Cost":752,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":606,"Cost":547,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":229,"Cost":119,"Date":"11/20/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":602,"Cost":413,"Date":"12/16/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":447,"Date":"12/30/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":698,"Date":"2/15/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":614,"Cost":349,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":531,"Cost":493,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":329,"Cost":200,"Date":"4/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":162,"Cost":143,"Date":"7/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":223,"Cost":114,"Date":"8/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":961,"Cost":616,"Date":"10/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":431,"Date":"11/11/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":350,"Cost":288,"Date":"11/30/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":707,"Cost":507,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":247,"Date":"3/1/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":79,"Cost":59,"Date":"4/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":167,"Cost":146,"Date":"5/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":482,"Cost":246,"Date":"8/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":107,"Cost":96,"Date":"9/15/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":565,"Cost":290,"Date":"10/14/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":819,"Cost":433,"Date":"10/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":967,"Cost":824,"Date":"11/11/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":950,"Cost":822,"Date":"12/7/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":883,"Cost":490,"Date":"12/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":255,"Cost":160,"Date":"1/6/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":275,"Cost":204,"Date":"1/23/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":816,"Date":"2/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":271,"Date":"3/10/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":777,"Cost":395,"Date":"3/12/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":711,"Cost":647,"Date":"3/31/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":716,"Cost":625,"Date":"6/16/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":743,"Cost":680,"Date":"6/17/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":265,"Cost":197,"Date":"8/27/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":547,"Cost":513,"Date":"10/1/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":378,"Cost":201,"Date":"11/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":255,"Cost":172,"Date":"11/9/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":404,"Cost":312,"Date":"3/27/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":532,"Cost":482,"Date":"4/17/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":493,"Cost":437,"Date":"8/11/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":20,"Cost":14,"Date":"8/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":862,"Cost":488,"Date":"9/2/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":8,"Cost":6,"Date":"9/5/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":327,"Cost":204,"Date":"9/14/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":598,"Cost":467,"Date":"9/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":371,"Cost":239,"Date":"11/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":396,"Cost":252,"Date":"12/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":303,"Cost":272,"Date":"1/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":904,"Cost":645,"Date":"1/21/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":483,"Cost":332,"Date":"2/9/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":351,"Cost":299,"Date":"3/19/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":423,"Cost":356,"Date":"4/3/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":835,"Cost":495,"Date":"4/5/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":587,"Cost":354,"Date":"4/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":315,"Cost":161,"Date":"7/10/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":739,"Cost":626,"Date":"3/25/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":414,"Cost":351,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":502,"Date":"10/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":387,"Date":"3/2/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":70,"Cost":65,"Date":"6/28/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":454,"Cost":416,"Date":"7/17/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":375,"Cost":236,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":19,"Cost":12,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":559,"Cost":504,"Date":"11/20/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":734,"Cost":388,"Date":"12/16/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":761,"Cost":722,"Date":"12/30/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":343,"Cost":243,"Date":"2/15/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":931,"Cost":524,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":257,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":968,"Cost":875,"Date":"4/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":238,"Cost":207,"Date":"7/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":137,"Cost":121,"Date":"8/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":440,"Date":"10/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":270,"Cost":208,"Date":"11/11/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":367,"Cost":236,"Date":"11/30/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":560,"Cost":461,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":555,"Date":"3/1/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":199,"Cost":157,"Date":"4/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":776,"Cost":452,"Date":"5/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":830,"Cost":748,"Date":"8/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":64,"Cost":37,"Date":"9/15/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":775,"Cost":600,"Date":"10/14/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":151,"Cost":83,"Date":"10/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":175,"Cost":127,"Date":"11/11/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":976,"Cost":624,"Date":"12/7/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":978,"Cost":653,"Date":"12/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":581,"Date":"1/6/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":367,"Cost":266,"Date":"1/23/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":774,"Cost":548,"Date":"2/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":631,"Cost":475,"Date":"3/10/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":288,"Date":"3/12/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":944,"Cost":733,"Date":"3/31/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":686,"Cost":576,"Date":"6/16/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":74,"Cost":62,"Date":"6/17/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":281,"Cost":208,"Date":"8/27/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":943,"Cost":743,"Date":"10/1/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":184,"Cost":104,"Date":"11/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":678,"Cost":340,"Date":"11/9/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":29,"Cost":26,"Date":"3/27/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":279,"Cost":139,"Date":"4/17/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":454,"Cost":358,"Date":"8/11/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":966,"Cost":744,"Date":"8/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":940,"Cost":700,"Date":"9/2/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":464,"Date":"9/5/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":12,"Cost":6,"Date":"9/14/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":749,"Cost":544,"Date":"9/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":775,"Cost":433,"Date":"11/20/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":368,"Cost":301,"Date":"12/21/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":759,"Cost":688,"Date":"1/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":154,"Cost":145,"Date":"1/21/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":453,"Cost":278,"Date":"2/9/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":419,"Date":"3/19/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":595,"Cost":413,"Date":"4/3/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":195,"Cost":176,"Date":"4/5/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":489,"Date":"4/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":480,"Cost":366,"Date":"7/10/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":994,"Cost":508,"Date":"3/25/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":722,"Cost":513,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":432,"Cost":306,"Date":"10/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":330,"Cost":312,"Date":"3/2/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":920,"Cost":574,"Date":"6/28/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":310,"Cost":250,"Date":"7/17/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":409,"Cost":366,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":603,"Cost":571,"Date":"8/23/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":790,"Cost":529,"Date":"11/20/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":151,"Cost":114,"Date":"12/16/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":983,"Cost":745,"Date":"12/30/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":991,"Cost":838,"Date":"2/15/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":4,"Cost":3,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":415,"Cost":240,"Date":"3/7/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":360,"Cost":218,"Date":"4/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":846,"Date":"7/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":114,"Cost":106,"Date":"8/18/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":884,"Cost":663,"Date":"10/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":114,"Cost":86,"Date":"11/11/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":625,"Date":"11/30/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":741,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":949,"Cost":883,"Date":"3/1/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":217,"Cost":159,"Date":"4/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":837,"Cost":741,"Date":"5/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":998,"Cost":518,"Date":"8/13/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":375,"Cost":197,"Date":"9/15/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":121,"Cost":75,"Date":"10/14/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":92,"Cost":52,"Date":"10/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":195,"Cost":165,"Date":"11/11/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":295,"Cost":227,"Date":"12/7/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":282,"Cost":159,"Date":"12/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":745,"Cost":644,"Date":"1/6/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":477,"Cost":351,"Date":"1/23/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":379,"Cost":197,"Date":"2/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":709,"Cost":384,"Date":"3/10/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":708,"Cost":500,"Date":"3/12/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":877,"Cost":466,"Date":"3/31/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":106,"Cost":58,"Date":"6/16/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":625,"Cost":481,"Date":"6/17/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":185,"Cost":93,"Date":"8/27/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":185,"Cost":103,"Date":"10/1/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":252,"Cost":215,"Date":"11/4/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":242,"Cost":171,"Date":"11/9/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":541,"Cost":382,"Date":"3/27/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":11,"Cost":7,"Date":"4/17/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":620,"Cost":332,"Date":"8/11/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":743,"Cost":601,"Date":"8/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":914,"Cost":716,"Date":"9/2/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":274,"Cost":252,"Date":"9/5/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":579,"Cost":336,"Date":"9/14/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":603,"Cost":475,"Date":"9/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":113,"Cost":65,"Date":"11/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":266,"Cost":208,"Date":"12/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":669,"Cost":633,"Date":"1/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":455,"Cost":341,"Date":"1/21/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":549,"Cost":483,"Date":"2/9/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":835,"Cost":568,"Date":"3/19/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":532,"Cost":369,"Date":"4/3/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":81,"Date":"4/5/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":369,"Cost":341,"Date":"4/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":173,"Cost":107,"Date":"7/10/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":24,"Cost":12,"Date":"3/25/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":935,"Cost":606,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":425,"Cost":370,"Date":"10/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":433,"Cost":332,"Date":"3/2/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":613,"Cost":458,"Date":"6/28/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":897,"Cost":840,"Date":"7/17/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":275,"Cost":206,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":904,"Cost":566,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":641,"Cost":429,"Date":"11/20/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":775,"Cost":572,"Date":"12/16/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":994,"Cost":925,"Date":"12/30/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":364,"Cost":290,"Date":"2/15/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":636,"Cost":469,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":524,"Cost":277,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":715,"Cost":605,"Date":"4/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":227,"Cost":214,"Date":"7/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":123,"Cost":108,"Date":"8/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":309,"Cost":259,"Date":"10/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":380,"Cost":298,"Date":"11/11/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":812,"Cost":421,"Date":"11/30/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":573,"Cost":386,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":467,"Cost":347,"Date":"3/1/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":998,"Cost":801,"Date":"4/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":451,"Cost":387,"Date":"5/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":205,"Cost":147,"Date":"8/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":949,"Cost":756,"Date":"9/15/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":529,"Cost":435,"Date":"10/14/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":177,"Cost":89,"Date":"10/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":59,"Cost":39,"Date":"11/11/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":881,"Cost":583,"Date":"12/7/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":463,"Cost":401,"Date":"12/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":20,"Cost":16,"Date":"1/6/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":757,"Date":"1/23/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":722,"Cost":502,"Date":"2/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":479,"Cost":397,"Date":"3/10/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":653,"Cost":328,"Date":"3/12/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":431,"Cost":356,"Date":"3/31/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":479,"Cost":283,"Date":"6/16/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":673,"Cost":618,"Date":"6/17/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":23,"Date":"8/27/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":502,"Cost":439,"Date":"10/1/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":632,"Cost":584,"Date":"11/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":838,"Cost":502,"Date":"11/9/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":823,"Cost":557,"Date":"3/27/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":761,"Cost":722,"Date":"4/17/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":303,"Cost":286,"Date":"8/11/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":25,"Date":"8/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":918,"Cost":480,"Date":"9/2/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":316,"Cost":227,"Date":"9/5/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":235,"Cost":215,"Date":"9/14/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":678,"Date":"9/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":398,"Cost":303,"Date":"11/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":268,"Cost":136,"Date":"12/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":952,"Cost":634,"Date":"1/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":224,"Cost":179,"Date":"1/21/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":501,"Date":"2/9/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":257,"Cost":131,"Date":"3/19/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":86,"Cost":74,"Date":"4/3/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":149,"Cost":133,"Date":"4/5/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":788,"Cost":515,"Date":"4/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":455,"Cost":341,"Date":"7/10/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":914,"Cost":688,"Date":"3/25/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":418,"Cost":256,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":511,"Cost":347,"Date":"10/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":19,"Cost":14,"Date":"3/2/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":121,"Cost":113,"Date":"6/28/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":983,"Cost":617,"Date":"7/17/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":842,"Cost":649,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":817,"Cost":461,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":915,"Cost":575,"Date":"11/20/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":407,"Cost":327,"Date":"12/16/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":445,"Date":"12/30/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":504,"Cost":358,"Date":"2/15/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":164,"Cost":105,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":804,"Cost":701,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":798,"Cost":756,"Date":"4/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":471,"Cost":392,"Date":"7/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":600,"Cost":420,"Date":"8/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":301,"Date":"10/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":693,"Cost":631,"Date":"11/11/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":846,"Cost":759,"Date":"11/30/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":12,"Cost":10,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":88,"Cost":48,"Date":"3/1/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":878,"Cost":475,"Date":"4/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":908,"Cost":753,"Date":"5/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":60,"Cost":42,"Date":"8/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":846,"Cost":541,"Date":"9/15/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":872,"Cost":816,"Date":"10/14/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":880,"Cost":811,"Date":"10/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":185,"Cost":96,"Date":"11/11/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":155,"Cost":127,"Date":"12/7/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":233,"Cost":143,"Date":"12/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":893,"Cost":567,"Date":"1/6/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":569,"Cost":378,"Date":"1/23/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":332,"Cost":255,"Date":"2/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":728,"Cost":653,"Date":"3/10/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":670,"Cost":389,"Date":"3/12/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":50,"Cost":46,"Date":"3/31/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":84,"Cost":56,"Date":"6/16/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":120,"Cost":112,"Date":"6/17/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":748,"Date":"8/27/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":552,"Cost":469,"Date":"10/1/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":691,"Cost":439,"Date":"11/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":488,"Date":"11/9/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":520,"Cost":468,"Date":"3/27/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":576,"Cost":295,"Date":"4/17/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":280,"Cost":143,"Date":"8/11/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":682,"Cost":568,"Date":"8/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":451,"Cost":308,"Date":"9/2/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":545,"Cost":374,"Date":"9/5/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":200,"Cost":148,"Date":"9/14/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":77,"Cost":39,"Date":"9/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":899,"Cost":632,"Date":"11/20/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":688,"Cost":571,"Date":"12/21/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":53,"Cost":40,"Date":"1/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":763,"Cost":633,"Date":"1/21/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":107,"Cost":58,"Date":"2/9/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":460,"Cost":321,"Date":"3/19/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":287,"Cost":200,"Date":"4/3/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":497,"Cost":383,"Date":"4/5/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":778,"Cost":475,"Date":"4/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":713,"Cost":656,"Date":"7/10/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":300,"Cost":190,"Date":"3/25/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":848,"Cost":712,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":275,"Cost":229,"Date":"10/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":538,"Cost":435,"Date":"3/2/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":555,"Cost":310,"Date":"6/28/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":595,"Cost":303,"Date":"7/17/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":615,"Cost":447,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":913,"Cost":726,"Date":"8/23/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":537,"Cost":335,"Date":"11/20/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":37,"Cost":23,"Date":"12/16/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":263,"Cost":169,"Date":"12/30/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":798,"Cost":554,"Date":"2/15/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":141,"Cost":117,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":981,"Cost":699,"Date":"3/7/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":690,"Cost":479,"Date":"4/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":448,"Cost":340,"Date":"7/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":886,"Cost":588,"Date":"8/18/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":418,"Cost":356,"Date":"10/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":231,"Cost":186,"Date":"11/11/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":876,"Cost":605,"Date":"11/30/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":357,"Cost":318,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":989,"Cost":579,"Date":"3/1/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":863,"Cost":771,"Date":"4/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":939,"Cost":764,"Date":"5/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":725,"Cost":612,"Date":"8/13/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":625,"Cost":334,"Date":"9/15/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":660,"Cost":608,"Date":"10/14/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":820,"Cost":599,"Date":"10/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":571,"Cost":353,"Date":"11/11/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":424,"Cost":269,"Date":"12/7/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":919,"Cost":791,"Date":"12/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":487,"Cost":374,"Date":"1/6/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":103,"Cost":62,"Date":"1/23/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":982,"Cost":659,"Date":"2/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":404,"Cost":346,"Date":"3/10/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":38,"Cost":31,"Date":"3/12/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":880,"Cost":526,"Date":"3/31/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":411,"Cost":282,"Date":"6/16/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":610,"Cost":539,"Date":"6/17/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":589,"Cost":311,"Date":"8/27/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":794,"Cost":669,"Date":"10/1/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":361,"Cost":290,"Date":"11/4/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":329,"Cost":182,"Date":"11/9/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":630,"Cost":399,"Date":"3/27/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":408,"Cost":377,"Date":"4/17/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":727,"Cost":654,"Date":"8/11/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":162,"Cost":105,"Date":"8/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":905,"Cost":611,"Date":"9/2/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":39,"Cost":25,"Date":"9/5/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":924,"Cost":752,"Date":"9/14/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":214,"Cost":112,"Date":"9/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":702,"Cost":644,"Date":"11/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":957,"Cost":580,"Date":"12/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":313,"Cost":226,"Date":"1/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":718,"Cost":452,"Date":"1/21/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":866,"Cost":780,"Date":"2/9/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":755,"Cost":547,"Date":"3/19/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":321,"Cost":200,"Date":"4/3/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":903,"Cost":516,"Date":"4/5/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":185,"Cost":172,"Date":"4/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":49,"Cost":43,"Date":"7/10/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":932,"Cost":684,"Date":"3/25/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":976,"Cost":890,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":29,"Cost":16,"Date":"10/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":158,"Cost":87,"Date":"3/2/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":623,"Cost":513,"Date":"6/28/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":804,"Cost":622,"Date":"7/17/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":276,"Cost":197,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":669,"Cost":537,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":51,"Cost":47,"Date":"11/20/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":663,"Cost":352,"Date":"12/16/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":273,"Cost":187,"Date":"12/30/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":361,"Cost":242,"Date":"2/15/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":829,"Cost":471,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":26,"Cost":22,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":675,"Cost":465,"Date":"4/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":20,"Cost":16,"Date":"7/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":552,"Cost":520,"Date":"8/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":387,"Cost":263,"Date":"10/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":123,"Cost":107,"Date":"11/11/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":433,"Cost":333,"Date":"11/30/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":67,"Cost":36,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":995,"Cost":511,"Date":"3/1/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":494,"Cost":279,"Date":"4/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":328,"Cost":268,"Date":"5/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":778,"Cost":729,"Date":"8/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":199,"Cost":180,"Date":"9/15/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":191,"Cost":110,"Date":"10/14/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":479,"Cost":411,"Date":"10/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":544,"Cost":436,"Date":"11/11/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":439,"Cost":270,"Date":"12/7/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":590,"Cost":297,"Date":"12/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":707,"Cost":496,"Date":"1/6/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":170,"Cost":94,"Date":"1/23/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":405,"Cost":247,"Date":"2/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":967,"Cost":670,"Date":"3/10/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":443,"Cost":322,"Date":"3/12/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":736,"Cost":449,"Date":"3/31/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":235,"Cost":134,"Date":"6/16/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":16,"Cost":9,"Date":"6/17/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":514,"Cost":330,"Date":"8/27/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":831,"Cost":663,"Date":"10/1/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":128,"Cost":105,"Date":"11/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Nova","Country":"Romania","Sale":379,"Cost":238,"Date":"11/9/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":486,"Cost":405,"Date":"3/27/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":426,"Date":"4/17/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":122,"Date":"8/11/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":611,"Cost":310,"Date":"8/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":690,"Cost":438,"Date":"9/2/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":231,"Cost":180,"Date":"9/5/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":289,"Cost":246,"Date":"9/14/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":367,"Cost":332,"Date":"9/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":387,"Cost":198,"Date":"11/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":227,"Cost":123,"Date":"12/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":797,"Cost":467,"Date":"1/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":190,"Cost":169,"Date":"1/21/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":439,"Cost":315,"Date":"2/9/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":542,"Date":"3/19/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":375,"Cost":343,"Date":"4/3/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":901,"Cost":481,"Date":"4/5/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":472,"Date":"4/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":297,"Cost":215,"Date":"7/10/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":497,"Cost":389,"Date":"3/25/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":559,"Cost":416,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":733,"Cost":499,"Date":"10/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":117,"Cost":81,"Date":"3/2/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":79,"Cost":60,"Date":"6/28/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":846,"Cost":527,"Date":"7/17/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":660,"Cost":405,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":616,"Cost":439,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":300,"Cost":226,"Date":"11/20/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":291,"Cost":213,"Date":"12/16/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":3,"Cost":2,"Date":"12/30/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":725,"Date":"2/15/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":48,"Cost":42,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":784,"Cost":452,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":555,"Cost":281,"Date":"4/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":114,"Cost":66,"Date":"7/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":633,"Date":"8/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":396,"Cost":311,"Date":"10/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":752,"Cost":377,"Date":"11/11/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":943,"Cost":814,"Date":"11/30/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":796,"Cost":738,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":192,"Cost":173,"Date":"3/1/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":761,"Cost":411,"Date":"4/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":494,"Cost":272,"Date":"5/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":689,"Cost":346,"Date":"8/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":14,"Cost":9,"Date":"9/15/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":390,"Cost":338,"Date":"10/14/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":153,"Cost":134,"Date":"10/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":781,"Cost":427,"Date":"11/11/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":207,"Cost":179,"Date":"12/7/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":189,"Cost":106,"Date":"12/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":904,"Cost":509,"Date":"1/6/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":551,"Cost":399,"Date":"1/23/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":542,"Cost":383,"Date":"2/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":350,"Date":"3/10/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":849,"Cost":452,"Date":"3/12/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":24,"Date":"3/31/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":343,"Cost":204,"Date":"6/16/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":207,"Cost":141,"Date":"6/17/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":968,"Cost":502,"Date":"8/27/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":510,"Cost":294,"Date":"10/1/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":872,"Cost":702,"Date":"11/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":598,"Cost":477,"Date":"11/9/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":694,"Cost":539,"Date":"3/27/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":150,"Cost":87,"Date":"4/17/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":964,"Cost":821,"Date":"8/11/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":344,"Cost":259,"Date":"8/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":270,"Cost":208,"Date":"9/2/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":905,"Cost":748,"Date":"9/5/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":627,"Cost":500,"Date":"9/14/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":318,"Cost":280,"Date":"9/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":482,"Date":"11/20/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":242,"Cost":182,"Date":"12/21/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":845,"Cost":738,"Date":"1/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":797,"Cost":654,"Date":"1/21/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":592,"Cost":380,"Date":"2/9/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":9,"Cost":9,"Date":"3/19/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":157,"Cost":98,"Date":"4/3/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":101,"Date":"4/5/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":656,"Cost":470,"Date":"4/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":221,"Cost":165,"Date":"7/10/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":389,"Cost":257,"Date":"3/25/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":323,"Cost":257,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":497,"Cost":356,"Date":"10/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":209,"Cost":121,"Date":"3/2/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":553,"Cost":348,"Date":"6/28/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":728,"Cost":382,"Date":"7/17/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":731,"Cost":570,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":675,"Cost":508,"Date":"8/23/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":370,"Cost":297,"Date":"11/20/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":43,"Cost":37,"Date":"12/16/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":360,"Cost":290,"Date":"12/30/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":571,"Cost":521,"Date":"2/15/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":903,"Cost":469,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":535,"Cost":441,"Date":"3/7/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":56,"Cost":38,"Date":"4/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":443,"Cost":409,"Date":"7/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":941,"Cost":520,"Date":"8/18/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":49,"Cost":41,"Date":"10/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":622,"Cost":478,"Date":"11/11/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":985,"Cost":869,"Date":"11/30/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":673,"Cost":545,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":898,"Cost":658,"Date":"3/1/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":958,"Cost":868,"Date":"4/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":306,"Date":"5/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":110,"Cost":69,"Date":"8/13/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":66,"Date":"9/15/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":943,"Cost":713,"Date":"10/14/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":907,"Cost":843,"Date":"10/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":308,"Cost":211,"Date":"11/11/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":65,"Cost":56,"Date":"12/7/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":461,"Cost":352,"Date":"12/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":801,"Cost":606,"Date":"1/6/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":373,"Cost":283,"Date":"1/23/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":753,"Cost":507,"Date":"2/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":299,"Cost":249,"Date":"3/10/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":256,"Cost":132,"Date":"3/12/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":49,"Cost":46,"Date":"3/31/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":747,"Cost":384,"Date":"6/16/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":783,"Cost":431,"Date":"6/17/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":154,"Cost":84,"Date":"8/27/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":874,"Cost":819,"Date":"10/1/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":730,"Date":"11/4/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":701,"Cost":397,"Date":"11/9/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":918,"Cost":491,"Date":"3/27/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":990,"Cost":874,"Date":"4/17/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":242,"Cost":161,"Date":"8/11/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":681,"Cost":593,"Date":"8/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":892,"Cost":624,"Date":"9/2/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":42,"Cost":40,"Date":"9/5/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":24,"Cost":21,"Date":"9/14/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":765,"Cost":467,"Date":"9/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":526,"Date":"11/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":919,"Cost":508,"Date":"12/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":337,"Cost":187,"Date":"1/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":353,"Cost":193,"Date":"1/21/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":855,"Cost":806,"Date":"2/9/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":493,"Cost":267,"Date":"3/19/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":404,"Cost":273,"Date":"4/3/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":211,"Cost":126,"Date":"4/5/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":444,"Cost":375,"Date":"4/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":60,"Cost":40,"Date":"7/10/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":504,"Cost":331,"Date":"3/25/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":973,"Cost":710,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":184,"Cost":108,"Date":"10/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":402,"Cost":300,"Date":"3/2/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":232,"Cost":132,"Date":"6/28/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":951,"Cost":760,"Date":"7/17/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":708,"Cost":552,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":691,"Cost":427,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":889,"Cost":585,"Date":"11/20/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":71,"Cost":48,"Date":"12/16/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":57,"Cost":48,"Date":"12/30/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":769,"Cost":703,"Date":"2/15/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":139,"Cost":79,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":783,"Cost":654,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":641,"Cost":380,"Date":"4/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":299,"Cost":240,"Date":"7/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":445,"Cost":405,"Date":"8/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":304,"Cost":266,"Date":"10/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":960,"Cost":504,"Date":"11/11/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":467,"Cost":437,"Date":"11/30/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":41,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":308,"Date":"3/1/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":325,"Cost":185,"Date":"4/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":138,"Cost":73,"Date":"5/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":28,"Date":"8/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":506,"Date":"9/15/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":72,"Cost":59,"Date":"10/14/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":782,"Cost":607,"Date":"10/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":270,"Cost":253,"Date":"11/11/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":447,"Cost":273,"Date":"12/7/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":666,"Cost":449,"Date":"12/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":493,"Cost":366,"Date":"1/6/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":987,"Cost":909,"Date":"1/23/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":345,"Cost":196,"Date":"2/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":702,"Cost":616,"Date":"3/10/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":39,"Cost":20,"Date":"3/12/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":304,"Cost":267,"Date":"3/31/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":756,"Cost":517,"Date":"6/16/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":308,"Cost":224,"Date":"6/17/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":312,"Cost":179,"Date":"8/27/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":441,"Cost":326,"Date":"10/1/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":192,"Cost":133,"Date":"11/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":430,"Cost":368,"Date":"11/9/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":807,"Cost":707,"Date":"3/27/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":558,"Cost":283,"Date":"4/17/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":961,"Cost":669,"Date":"8/11/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":256,"Cost":134,"Date":"8/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":732,"Cost":453,"Date":"9/2/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":587,"Cost":298,"Date":"9/5/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":232,"Cost":200,"Date":"9/14/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":430,"Cost":288,"Date":"9/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":551,"Cost":513,"Date":"11/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":847,"Cost":424,"Date":"12/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":342,"Cost":184,"Date":"1/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":295,"Cost":235,"Date":"1/21/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":51,"Cost":49,"Date":"2/9/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":969,"Cost":601,"Date":"3/19/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":570,"Cost":500,"Date":"4/3/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":927,"Cost":824,"Date":"4/5/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":60,"Date":"4/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":937,"Cost":576,"Date":"7/10/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":377,"Date":"3/25/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":55,"Cost":30,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":516,"Cost":361,"Date":"10/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":249,"Cost":185,"Date":"3/2/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":582,"Cost":424,"Date":"6/28/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":899,"Cost":459,"Date":"7/17/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":551,"Cost":294,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":208,"Cost":119,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":566,"Date":"11/20/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":117,"Cost":81,"Date":"12/16/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":217,"Cost":153,"Date":"12/30/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":622,"Cost":386,"Date":"2/15/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":168,"Cost":106,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":438,"Cost":381,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":716,"Date":"4/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":311,"Cost":288,"Date":"7/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":714,"Cost":629,"Date":"8/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":94,"Cost":58,"Date":"10/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":274,"Cost":224,"Date":"11/11/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":89,"Cost":80,"Date":"11/30/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":725,"Cost":660,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":200,"Cost":145,"Date":"3/1/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":797,"Cost":591,"Date":"4/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":385,"Cost":309,"Date":"5/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":147,"Cost":121,"Date":"8/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":961,"Cost":634,"Date":"9/15/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":748,"Cost":391,"Date":"10/14/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":771,"Cost":407,"Date":"10/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":279,"Cost":261,"Date":"11/11/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":275,"Date":"12/7/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":256,"Cost":144,"Date":"12/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":994,"Cost":810,"Date":"1/6/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":235,"Cost":126,"Date":"1/23/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":91,"Cost":49,"Date":"2/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":609,"Cost":307,"Date":"3/10/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":856,"Cost":749,"Date":"3/12/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":985,"Cost":870,"Date":"3/31/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":228,"Date":"6/16/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":875,"Cost":795,"Date":"6/17/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":920,"Cost":622,"Date":"8/27/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":360,"Date":"10/1/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":954,"Cost":606,"Date":"11/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":361,"Cost":220,"Date":"11/9/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":537,"Cost":416,"Date":"3/27/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":214,"Cost":125,"Date":"4/17/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":14,"Cost":12,"Date":"8/11/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":161,"Cost":107,"Date":"8/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":786,"Cost":564,"Date":"9/2/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":774,"Cost":561,"Date":"9/5/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":390,"Cost":344,"Date":"9/14/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":966,"Cost":727,"Date":"9/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":76,"Cost":43,"Date":"11/20/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":605,"Cost":432,"Date":"12/21/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":128,"Cost":65,"Date":"1/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":503,"Cost":295,"Date":"1/21/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":831,"Cost":732,"Date":"2/9/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":311,"Cost":158,"Date":"3/19/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":255,"Cost":128,"Date":"4/3/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":906,"Cost":745,"Date":"4/5/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":170,"Cost":110,"Date":"4/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":113,"Cost":101,"Date":"7/10/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":275,"Cost":203,"Date":"3/25/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":936,"Cost":850,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":645,"Cost":382,"Date":"10/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":171,"Cost":128,"Date":"3/2/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":14,"Cost":9,"Date":"6/28/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":955,"Cost":477,"Date":"7/17/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":286,"Cost":264,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":751,"Cost":485,"Date":"8/23/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":993,"Cost":590,"Date":"11/20/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":646,"Cost":520,"Date":"12/16/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":959,"Cost":798,"Date":"12/30/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":886,"Cost":656,"Date":"2/15/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":122,"Cost":75,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":526,"Cost":498,"Date":"3/7/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":491,"Cost":443,"Date":"4/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":923,"Cost":752,"Date":"7/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":316,"Cost":233,"Date":"8/18/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":536,"Cost":272,"Date":"10/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":619,"Cost":482,"Date":"11/11/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":685,"Cost":576,"Date":"11/30/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":901,"Cost":611,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":109,"Cost":102,"Date":"3/1/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":402,"Cost":324,"Date":"4/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":411,"Cost":260,"Date":"5/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":984,"Cost":815,"Date":"8/13/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":431,"Cost":352,"Date":"9/15/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":846,"Cost":543,"Date":"10/14/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":634,"Cost":419,"Date":"10/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":29,"Cost":22,"Date":"11/11/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":506,"Cost":338,"Date":"12/7/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":149,"Cost":133,"Date":"12/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":440,"Cost":392,"Date":"1/6/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":995,"Cost":533,"Date":"1/23/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":549,"Cost":290,"Date":"2/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":517,"Cost":272,"Date":"3/10/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":589,"Cost":553,"Date":"3/12/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":903,"Cost":515,"Date":"3/31/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":325,"Cost":174,"Date":"6/16/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":436,"Cost":400,"Date":"6/17/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":463,"Cost":355,"Date":"8/27/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":551,"Cost":505,"Date":"10/1/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":774,"Cost":587,"Date":"11/4/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Nova","Country":"Romania","Sale":188,"Cost":127,"Date":"11/9/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":162,"Cost":131,"Date":"3/27/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":607,"Date":"4/17/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":350,"Date":"8/11/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":676,"Cost":354,"Date":"8/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":558,"Cost":484,"Date":"9/2/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":499,"Cost":303,"Date":"9/5/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":882,"Cost":743,"Date":"9/14/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":259,"Cost":218,"Date":"9/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":294,"Date":"11/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":823,"Cost":654,"Date":"12/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":899,"Cost":604,"Date":"1/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":889,"Cost":809,"Date":"1/21/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":229,"Cost":133,"Date":"2/9/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":275,"Cost":160,"Date":"3/19/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":51,"Cost":37,"Date":"4/3/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":725,"Cost":626,"Date":"4/5/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":864,"Cost":763,"Date":"4/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":663,"Cost":415,"Date":"7/10/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":252,"Cost":189,"Date":"3/25/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":543,"Cost":358,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":736,"Cost":695,"Date":"10/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":839,"Cost":471,"Date":"3/2/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":191,"Cost":170,"Date":"6/28/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":855,"Cost":743,"Date":"7/17/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":283,"Cost":262,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":572,"Cost":432,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":76,"Cost":72,"Date":"11/20/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":334,"Cost":214,"Date":"12/16/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":89,"Cost":69,"Date":"12/30/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":75,"Cost":38,"Date":"2/15/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":51,"Cost":34,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":201,"Cost":149,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":573,"Date":"4/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":691,"Cost":415,"Date":"7/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":205,"Cost":112,"Date":"8/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":532,"Cost":377,"Date":"10/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":80,"Cost":49,"Date":"11/11/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":372,"Cost":238,"Date":"11/30/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":363,"Cost":216,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":160,"Cost":82,"Date":"3/1/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":743,"Cost":538,"Date":"4/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":894,"Date":"5/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":916,"Cost":486,"Date":"8/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":420,"Cost":298,"Date":"9/15/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":710,"Cost":412,"Date":"10/14/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":50,"Date":"10/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":293,"Cost":273,"Date":"11/11/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":649,"Cost":386,"Date":"12/7/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":759,"Cost":483,"Date":"12/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":133,"Cost":69,"Date":"1/6/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":771,"Cost":401,"Date":"1/23/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":118,"Cost":85,"Date":"2/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":975,"Cost":701,"Date":"3/10/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":822,"Cost":735,"Date":"3/12/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":132,"Cost":68,"Date":"3/31/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":251,"Cost":225,"Date":"6/16/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":402,"Cost":314,"Date":"6/17/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":859,"Cost":467,"Date":"8/27/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":186,"Cost":121,"Date":"10/1/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":118,"Date":"11/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":521,"Date":"11/9/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":308,"Cost":285,"Date":"3/27/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":109,"Cost":60,"Date":"4/17/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":102,"Cost":96,"Date":"8/11/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":672,"Cost":489,"Date":"8/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":299,"Cost":273,"Date":"9/2/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":692,"Cost":438,"Date":"9/5/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":683,"Cost":588,"Date":"9/14/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":533,"Cost":437,"Date":"9/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":276,"Cost":146,"Date":"11/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":292,"Cost":164,"Date":"12/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":332,"Date":"1/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":463,"Cost":323,"Date":"1/21/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":515,"Cost":266,"Date":"2/9/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":511,"Cost":463,"Date":"3/19/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":24,"Date":"4/3/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":400,"Cost":222,"Date":"4/5/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":290,"Cost":269,"Date":"4/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":610,"Cost":315,"Date":"7/10/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":547,"Cost":484,"Date":"3/25/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":611,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":210,"Cost":167,"Date":"10/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":52,"Date":"3/2/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":67,"Cost":42,"Date":"6/28/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":879,"Cost":779,"Date":"7/17/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":989,"Cost":816,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":802,"Cost":451,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":4,"Cost":2,"Date":"11/20/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":479,"Cost":440,"Date":"12/16/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":591,"Cost":513,"Date":"12/30/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":366,"Cost":186,"Date":"2/15/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":938,"Cost":644,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":736,"Cost":647,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":903,"Cost":570,"Date":"4/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":256,"Date":"7/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":249,"Cost":231,"Date":"8/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":882,"Cost":534,"Date":"10/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":435,"Cost":326,"Date":"11/11/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":479,"Cost":455,"Date":"11/30/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":869,"Cost":498,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":827,"Cost":654,"Date":"3/1/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":12,"Cost":9,"Date":"4/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":633,"Cost":458,"Date":"5/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":613,"Cost":351,"Date":"8/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":673,"Cost":549,"Date":"9/15/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":49,"Cost":27,"Date":"10/14/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":857,"Cost":589,"Date":"10/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":187,"Cost":121,"Date":"11/11/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":517,"Date":"12/7/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":481,"Cost":320,"Date":"12/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":186,"Cost":124,"Date":"1/6/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":78,"Cost":50,"Date":"1/23/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":926,"Cost":627,"Date":"2/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":832,"Cost":679,"Date":"3/10/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":613,"Cost":476,"Date":"3/12/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":732,"Cost":397,"Date":"3/31/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":108,"Cost":91,"Date":"6/16/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":534,"Cost":458,"Date":"6/17/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":333,"Cost":274,"Date":"8/27/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":562,"Cost":454,"Date":"10/1/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":362,"Cost":277,"Date":"11/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"ARKET","Country":"Romania","Sale":101,"Cost":83,"Date":"11/9/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":968,"Cost":626,"Date":"3/27/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":925,"Cost":568,"Date":"4/17/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":311,"Cost":188,"Date":"8/11/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":256,"Cost":150,"Date":"8/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":422,"Cost":230,"Date":"9/2/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":913,"Cost":622,"Date":"9/5/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":416,"Cost":262,"Date":"9/14/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":858,"Cost":609,"Date":"9/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":560,"Cost":481,"Date":"11/20/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":179,"Date":"12/21/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":350,"Cost":265,"Date":"1/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":549,"Cost":313,"Date":"1/21/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":878,"Cost":509,"Date":"2/9/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":353,"Cost":180,"Date":"3/19/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":455,"Cost":371,"Date":"4/3/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":370,"Cost":256,"Date":"4/5/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":691,"Date":"4/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":978,"Cost":824,"Date":"7/10/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":930,"Cost":575,"Date":"3/25/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":587,"Cost":433,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":226,"Date":"10/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":432,"Cost":363,"Date":"3/2/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":606,"Cost":373,"Date":"6/28/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":50,"Cost":39,"Date":"7/17/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":783,"Cost":529,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":501,"Cost":424,"Date":"8/23/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":355,"Cost":326,"Date":"11/20/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":934,"Cost":832,"Date":"12/16/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":481,"Date":"12/30/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":940,"Cost":474,"Date":"2/15/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":751,"Cost":538,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":510,"Cost":340,"Date":"3/7/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":704,"Cost":561,"Date":"4/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":940,"Cost":587,"Date":"7/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":10,"Cost":6,"Date":"8/18/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":453,"Date":"10/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":600,"Cost":553,"Date":"11/11/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":910,"Cost":575,"Date":"11/30/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":376,"Cost":224,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":417,"Cost":363,"Date":"3/1/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":644,"Cost":498,"Date":"4/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":36,"Cost":27,"Date":"5/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":29,"Cost":22,"Date":"8/13/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":876,"Cost":613,"Date":"9/15/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":232,"Cost":198,"Date":"10/14/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":583,"Cost":475,"Date":"10/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":625,"Cost":427,"Date":"11/11/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":784,"Cost":444,"Date":"12/7/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":46,"Cost":29,"Date":"12/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":825,"Cost":508,"Date":"1/6/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":354,"Cost":181,"Date":"1/23/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":579,"Cost":455,"Date":"2/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":620,"Cost":405,"Date":"3/10/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":412,"Cost":322,"Date":"3/12/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":569,"Cost":454,"Date":"3/31/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":122,"Cost":104,"Date":"6/16/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":934,"Cost":674,"Date":"6/17/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":262,"Cost":163,"Date":"8/27/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":257,"Cost":147,"Date":"10/1/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":132,"Cost":102,"Date":"11/4/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":209,"Cost":192,"Date":"11/9/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":282,"Cost":253,"Date":"3/27/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":104,"Cost":69,"Date":"4/17/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":20,"Cost":13,"Date":"8/11/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":27,"Cost":15,"Date":"8/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":505,"Cost":287,"Date":"9/2/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":942,"Cost":628,"Date":"9/5/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":882,"Cost":564,"Date":"9/14/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":833,"Cost":666,"Date":"9/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":475,"Cost":364,"Date":"11/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":978,"Cost":924,"Date":"12/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":658,"Cost":528,"Date":"1/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":154,"Cost":91,"Date":"1/21/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":662,"Cost":331,"Date":"2/9/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":490,"Cost":335,"Date":"3/19/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":824,"Cost":491,"Date":"4/3/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":871,"Cost":779,"Date":"4/5/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":57,"Cost":39,"Date":"4/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":590,"Cost":411,"Date":"7/10/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":384,"Cost":286,"Date":"3/25/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":423,"Cost":273,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":723,"Cost":563,"Date":"10/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":240,"Cost":152,"Date":"3/2/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":747,"Cost":568,"Date":"6/28/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":585,"Cost":534,"Date":"7/17/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":304,"Cost":165,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":103,"Cost":98,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":668,"Cost":442,"Date":"11/20/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":806,"Cost":475,"Date":"12/16/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":2,"Cost":1,"Date":"12/30/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":903,"Cost":592,"Date":"2/15/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":131,"Cost":102,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":772,"Cost":429,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":745,"Cost":613,"Date":"4/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":253,"Cost":210,"Date":"7/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":888,"Cost":825,"Date":"8/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":301,"Cost":278,"Date":"10/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":45,"Cost":25,"Date":"11/11/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":967,"Cost":710,"Date":"11/30/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":109,"Cost":74,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":813,"Cost":462,"Date":"3/1/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":604,"Cost":455,"Date":"4/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":317,"Cost":299,"Date":"5/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":883,"Cost":778,"Date":"8/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":886,"Cost":766,"Date":"9/15/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":52,"Cost":28,"Date":"10/14/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":488,"Cost":273,"Date":"10/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":391,"Cost":257,"Date":"11/11/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":480,"Cost":288,"Date":"12/7/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":811,"Cost":521,"Date":"12/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":944,"Cost":659,"Date":"1/6/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":295,"Cost":160,"Date":"1/23/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":93,"Cost":58,"Date":"2/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":497,"Cost":422,"Date":"3/10/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":368,"Cost":254,"Date":"3/12/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":215,"Cost":125,"Date":"3/31/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":630,"Cost":457,"Date":"6/16/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":109,"Cost":95,"Date":"6/17/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":354,"Cost":298,"Date":"8/27/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":572,"Cost":319,"Date":"10/1/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":384,"Cost":263,"Date":"11/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":655,"Cost":483,"Date":"11/9/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":246,"Cost":219,"Date":"3/27/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":877,"Cost":445,"Date":"4/17/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":325,"Cost":211,"Date":"8/11/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":109,"Cost":92,"Date":"8/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":846,"Cost":512,"Date":"9/2/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":150,"Cost":137,"Date":"9/5/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":645,"Cost":372,"Date":"9/14/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":65,"Cost":37,"Date":"9/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":719,"Cost":505,"Date":"11/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":269,"Cost":144,"Date":"12/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":12,"Cost":10,"Date":"1/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":687,"Cost":616,"Date":"1/21/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":317,"Cost":283,"Date":"2/9/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":66,"Cost":44,"Date":"3/19/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":306,"Cost":193,"Date":"4/3/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":446,"Cost":334,"Date":"4/5/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":944,"Cost":482,"Date":"4/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":569,"Cost":336,"Date":"7/10/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":633,"Cost":475,"Date":"3/25/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":211,"Cost":121,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":934,"Cost":519,"Date":"10/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":19,"Cost":13,"Date":"3/2/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":515,"Cost":365,"Date":"6/28/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":125,"Cost":93,"Date":"7/17/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":595,"Cost":407,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":489,"Cost":371,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":462,"Cost":235,"Date":"11/20/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":157,"Cost":146,"Date":"12/16/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":204,"Cost":183,"Date":"12/30/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":205,"Cost":178,"Date":"2/15/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":598,"Cost":400,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":710,"Cost":400,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":102,"Cost":62,"Date":"4/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":928,"Cost":658,"Date":"7/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":85,"Cost":46,"Date":"8/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":268,"Cost":244,"Date":"10/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":551,"Cost":386,"Date":"11/11/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":687,"Cost":458,"Date":"11/30/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":587,"Cost":336,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":757,"Cost":655,"Date":"3/1/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":832,"Cost":433,"Date":"4/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":273,"Cost":182,"Date":"5/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":89,"Cost":65,"Date":"8/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":248,"Cost":222,"Date":"9/15/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":223,"Cost":132,"Date":"10/14/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":449,"Cost":275,"Date":"10/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":154,"Cost":134,"Date":"11/11/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":19,"Cost":18,"Date":"12/7/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":835,"Cost":418,"Date":"12/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":87,"Cost":71,"Date":"1/6/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":172,"Cost":123,"Date":"1/23/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":427,"Cost":406,"Date":"2/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":666,"Cost":562,"Date":"3/10/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":531,"Cost":333,"Date":"3/12/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":371,"Cost":282,"Date":"3/31/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":620,"Cost":513,"Date":"6/16/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":94,"Cost":50,"Date":"6/17/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":505,"Cost":258,"Date":"8/27/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":590,"Cost":366,"Date":"10/1/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":869,"Cost":716,"Date":"11/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":273,"Cost":250,"Date":"11/9/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":509,"Cost":410,"Date":"3/27/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":198,"Cost":153,"Date":"4/17/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":201,"Cost":177,"Date":"8/11/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":519,"Date":"8/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":132,"Cost":112,"Date":"9/2/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":802,"Cost":699,"Date":"9/5/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":35,"Cost":22,"Date":"9/14/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":906,"Cost":563,"Date":"9/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":403,"Cost":234,"Date":"11/20/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":361,"Cost":192,"Date":"12/21/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":263,"Cost":216,"Date":"1/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":62,"Cost":49,"Date":"1/21/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":427,"Cost":217,"Date":"2/9/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":649,"Date":"3/19/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":291,"Cost":224,"Date":"4/3/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":112,"Cost":70,"Date":"4/5/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":541,"Cost":273,"Date":"4/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":133,"Date":"7/10/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":934,"Cost":596,"Date":"3/25/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":831,"Cost":553,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":55,"Cost":43,"Date":"10/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":51,"Cost":45,"Date":"3/2/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":133,"Cost":78,"Date":"6/28/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":828,"Cost":574,"Date":"7/17/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":794,"Cost":483,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":168,"Cost":138,"Date":"8/23/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":405,"Cost":288,"Date":"11/20/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":265,"Cost":178,"Date":"12/16/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":66,"Cost":44,"Date":"12/30/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":715,"Cost":502,"Date":"2/15/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":390,"Cost":329,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":957,"Cost":873,"Date":"3/7/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":942,"Cost":749,"Date":"4/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":794,"Cost":738,"Date":"7/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":836,"Date":"8/18/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":840,"Cost":465,"Date":"10/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":875,"Cost":506,"Date":"11/11/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":974,"Cost":523,"Date":"11/30/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":278,"Cost":229,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":448,"Cost":332,"Date":"3/1/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":398,"Date":"4/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":531,"Cost":359,"Date":"5/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":511,"Cost":481,"Date":"8/13/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":502,"Cost":417,"Date":"9/15/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":677,"Cost":425,"Date":"10/14/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":586,"Cost":473,"Date":"10/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":518,"Cost":285,"Date":"11/11/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":440,"Cost":308,"Date":"12/7/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":262,"Cost":138,"Date":"12/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":987,"Cost":795,"Date":"1/6/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":547,"Cost":493,"Date":"1/23/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":822,"Cost":554,"Date":"2/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":998,"Cost":516,"Date":"3/10/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":677,"Cost":407,"Date":"3/12/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":432,"Cost":284,"Date":"3/31/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":163,"Cost":144,"Date":"6/16/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":911,"Cost":628,"Date":"6/17/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":756,"Cost":663,"Date":"8/27/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":976,"Cost":768,"Date":"10/1/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":69,"Cost":44,"Date":"11/4/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":698,"Cost":433,"Date":"11/9/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":434,"Cost":374,"Date":"3/27/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":349,"Cost":306,"Date":"4/17/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":745,"Cost":425,"Date":"8/11/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":180,"Cost":129,"Date":"8/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":365,"Cost":226,"Date":"9/2/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":772,"Cost":483,"Date":"9/5/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":354,"Cost":291,"Date":"9/14/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":918,"Cost":806,"Date":"9/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":634,"Cost":317,"Date":"11/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":613,"Cost":316,"Date":"12/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":106,"Cost":91,"Date":"1/7/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":238,"Cost":142,"Date":"1/21/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":580,"Cost":451,"Date":"2/9/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":397,"Cost":284,"Date":"3/19/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":958,"Cost":491,"Date":"4/3/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":179,"Cost":92,"Date":"4/5/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":135,"Cost":78,"Date":"4/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":73,"Cost":42,"Date":"7/10/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":488,"Cost":256,"Date":"3/25/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":52,"Cost":44,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":376,"Cost":201,"Date":"10/28/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":354,"Cost":258,"Date":"3/2/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":517,"Cost":470,"Date":"6/28/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":559,"Cost":329,"Date":"7/17/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":400,"Cost":309,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":897,"Cost":642,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":831,"Cost":643,"Date":"11/20/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":253,"Cost":210,"Date":"12/16/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":400,"Cost":235,"Date":"12/30/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":430,"Cost":359,"Date":"2/15/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":693,"Cost":483,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":518,"Cost":360,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":698,"Cost":416,"Date":"4/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":280,"Cost":201,"Date":"7/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":950,"Cost":585,"Date":"8/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":45,"Cost":26,"Date":"10/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":988,"Cost":675,"Date":"11/11/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":920,"Cost":633,"Date":"11/30/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":948,"Cost":817,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":86,"Cost":60,"Date":"3/1/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":260,"Cost":245,"Date":"4/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":426,"Date":"5/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":782,"Cost":455,"Date":"8/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":254,"Cost":170,"Date":"9/15/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":679,"Cost":393,"Date":"10/14/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":850,"Cost":800,"Date":"10/28/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":29,"Cost":20,"Date":"11/11/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":850,"Cost":499,"Date":"12/7/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":616,"Cost":385,"Date":"12/21/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":232,"Cost":162,"Date":"1/6/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":899,"Cost":854,"Date":"1/23/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":106,"Cost":71,"Date":"2/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":824,"Cost":648,"Date":"3/10/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":254,"Cost":227,"Date":"3/12/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":375,"Cost":302,"Date":"3/31/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":907,"Cost":740,"Date":"6/16/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":314,"Cost":242,"Date":"6/17/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":914,"Cost":528,"Date":"8/27/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":773,"Cost":454,"Date":"10/1/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":697,"Cost":530,"Date":"11/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":42,"Cost":27,"Date":"11/9/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":85,"Cost":70,"Date":"3/27/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":309,"Cost":180,"Date":"4/17/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":243,"Cost":145,"Date":"8/11/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":527,"Cost":303,"Date":"8/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":731,"Cost":605,"Date":"9/2/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":496,"Cost":442,"Date":"9/5/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":395,"Cost":212,"Date":"9/14/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":684,"Cost":437,"Date":"9/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":541,"Cost":356,"Date":"11/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":803,"Cost":413,"Date":"12/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":104,"Cost":87,"Date":"1/7/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":483,"Cost":386,"Date":"1/21/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":742,"Cost":389,"Date":"2/9/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":549,"Cost":480,"Date":"3/19/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":955,"Cost":500,"Date":"4/3/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":31,"Cost":26,"Date":"4/5/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":450,"Cost":403,"Date":"4/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":674,"Cost":348,"Date":"7/10/2019"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":346,"Cost":217,"Date":"3/25/2020"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":685,"Cost":498,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":593,"Cost":534,"Date":"10/28/2020"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":771,"Cost":436,"Date":"3/2/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":766,"Cost":409,"Date":"6/28/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":723,"Cost":501,"Date":"7/17/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":500,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":165,"Cost":130,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":56,"Cost":44,"Date":"11/20/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":503,"Cost":348,"Date":"12/16/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":410,"Cost":282,"Date":"12/30/2021"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":68,"Cost":56,"Date":"2/15/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":626,"Cost":507,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":361,"Cost":258,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":499,"Date":"4/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":618,"Cost":332,"Date":"7/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":116,"Cost":62,"Date":"8/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":364,"Cost":286,"Date":"10/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":347,"Cost":189,"Date":"11/11/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":106,"Cost":98,"Date":"11/30/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":164,"Cost":102,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":564,"Cost":310,"Date":"3/1/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":330,"Cost":280,"Date":"4/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":237,"Cost":170,"Date":"5/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":93,"Cost":82,"Date":"8/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":186,"Cost":100,"Date":"9/15/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":773,"Cost":436,"Date":"10/14/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":911,"Cost":682,"Date":"10/28/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":245,"Cost":167,"Date":"11/11/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":236,"Cost":152,"Date":"12/7/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":115,"Cost":70,"Date":"12/21/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":98,"Cost":55,"Date":"1/6/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":761,"Cost":699,"Date":"1/23/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":905,"Cost":790,"Date":"2/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":395,"Date":"3/10/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":239,"Date":"3/12/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":877,"Cost":509,"Date":"3/31/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":732,"Cost":667,"Date":"6/16/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":135,"Cost":97,"Date":"6/17/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":218,"Cost":147,"Date":"8/27/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":253,"Date":"10/1/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":556,"Date":"11/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":706,"Cost":590,"Date":"11/9/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":52,"Cost":30,"Date":"3/27/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":733,"Cost":528,"Date":"4/17/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":632,"Cost":476,"Date":"8/11/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":290,"Cost":159,"Date":"8/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":67,"Cost":61,"Date":"9/2/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":851,"Cost":529,"Date":"9/5/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":538,"Cost":290,"Date":"9/14/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":818,"Cost":671,"Date":"9/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":22,"Cost":16,"Date":"11/20/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":870,"Cost":506,"Date":"12/21/2018"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":495,"Cost":319,"Date":"1/7/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":398,"Cost":238,"Date":"1/21/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":273,"Cost":256,"Date":"2/9/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":563,"Cost":409,"Date":"3/19/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":82,"Cost":64,"Date":"4/3/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":391,"Cost":333,"Date":"4/5/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":957,"Cost":707,"Date":"4/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":675,"Cost":636,"Date":"7/10/2019"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":383,"Cost":310,"Date":"3/25/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":708,"Cost":527,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":958,"Cost":493,"Date":"10/28/2020"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":434,"Cost":403,"Date":"3/2/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":639,"Cost":433,"Date":"6/28/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":679,"Cost":425,"Date":"7/17/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":634,"Cost":423,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":137,"Cost":114,"Date":"8/23/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":85,"Cost":61,"Date":"11/20/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":960,"Cost":889,"Date":"12/16/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":949,"Cost":885,"Date":"12/30/2021"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":44,"Cost":36,"Date":"2/15/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":89,"Cost":76,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":112,"Cost":77,"Date":"3/7/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":238,"Cost":154,"Date":"4/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":12,"Cost":8,"Date":"7/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":476,"Cost":269,"Date":"8/18/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":820,"Cost":611,"Date":"10/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":688,"Cost":650,"Date":"11/11/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":501,"Cost":385,"Date":"11/30/2022"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":326,"Cost":256,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":741,"Cost":700,"Date":"3/1/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":781,"Cost":482,"Date":"4/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":760,"Cost":644,"Date":"5/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":36,"Cost":23,"Date":"8/13/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":597,"Cost":551,"Date":"9/15/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":368,"Cost":328,"Date":"10/14/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":610,"Cost":457,"Date":"10/28/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":451,"Cost":391,"Date":"11/11/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":365,"Cost":206,"Date":"12/7/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":586,"Cost":460,"Date":"12/21/2023"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":879,"Cost":509,"Date":"1/6/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":268,"Cost":218,"Date":"1/23/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":294,"Cost":209,"Date":"2/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":592,"Cost":468,"Date":"3/10/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":186,"Cost":149,"Date":"3/12/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":650,"Cost":420,"Date":"3/31/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":975,"Cost":751,"Date":"6/16/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":549,"Cost":364,"Date":"6/17/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":253,"Cost":171,"Date":"8/27/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":499,"Cost":389,"Date":"10/1/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":806,"Cost":478,"Date":"11/4/2024"},{"Store":"Promenada, Bucharest","Brand":"Nova","Country":"Romania","Sale":654,"Cost":341,"Date":"11/9/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":126,"Cost":80,"Date":"3/27/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":58,"Cost":50,"Date":"4/17/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":623,"Cost":315,"Date":"8/11/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":452,"Cost":417,"Date":"8/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":450,"Date":"9/2/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":320,"Cost":269,"Date":"9/5/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":924,"Cost":485,"Date":"9/14/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":61,"Cost":46,"Date":"9/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":233,"Date":"11/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":388,"Cost":366,"Date":"12/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":486,"Date":"1/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":659,"Cost":567,"Date":"1/21/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":239,"Date":"2/9/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":990,"Cost":683,"Date":"3/19/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":328,"Cost":267,"Date":"4/3/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":1000,"Cost":878,"Date":"4/5/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":52,"Cost":48,"Date":"4/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":56,"Cost":30,"Date":"7/10/2019"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":402,"Cost":332,"Date":"3/25/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":638,"Cost":470,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":667,"Cost":474,"Date":"10/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":106,"Cost":96,"Date":"3/2/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":135,"Cost":68,"Date":"6/28/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":246,"Cost":124,"Date":"7/17/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":989,"Cost":652,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":364,"Cost":308,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":421,"Cost":250,"Date":"11/20/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":37,"Date":"12/16/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":389,"Date":"12/30/2021"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":62,"Date":"2/15/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":230,"Cost":132,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":587,"Cost":510,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":885,"Cost":461,"Date":"4/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":30,"Cost":19,"Date":"7/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":61,"Cost":44,"Date":"8/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":609,"Cost":519,"Date":"10/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":521,"Cost":471,"Date":"11/11/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":628,"Cost":411,"Date":"11/30/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":636,"Cost":318,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":937,"Cost":541,"Date":"3/1/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":459,"Cost":358,"Date":"4/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":751,"Cost":413,"Date":"5/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":704,"Cost":573,"Date":"8/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":607,"Cost":489,"Date":"9/15/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":160,"Cost":81,"Date":"10/14/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":722,"Cost":672,"Date":"10/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":530,"Cost":268,"Date":"11/11/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":861,"Cost":500,"Date":"12/7/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":309,"Cost":192,"Date":"12/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":823,"Cost":434,"Date":"1/6/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":581,"Cost":328,"Date":"1/23/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":144,"Cost":93,"Date":"2/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":566,"Cost":284,"Date":"3/10/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":840,"Cost":655,"Date":"3/12/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":85,"Cost":47,"Date":"3/31/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":116,"Cost":91,"Date":"6/16/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":496,"Cost":358,"Date":"6/17/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":862,"Cost":724,"Date":"8/27/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":527,"Date":"10/1/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":398,"Cost":334,"Date":"11/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":271,"Cost":157,"Date":"11/9/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":778,"Cost":722,"Date":"3/27/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":319,"Date":"4/17/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":576,"Cost":289,"Date":"8/11/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":983,"Cost":851,"Date":"8/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":823,"Cost":415,"Date":"9/2/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":20,"Date":"9/5/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":301,"Cost":272,"Date":"9/14/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":495,"Cost":276,"Date":"9/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":316,"Cost":223,"Date":"11/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":752,"Cost":487,"Date":"12/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":818,"Cost":603,"Date":"1/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":495,"Date":"1/21/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":931,"Cost":588,"Date":"2/9/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":38,"Cost":19,"Date":"3/19/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":569,"Cost":313,"Date":"4/3/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":992,"Cost":921,"Date":"4/5/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":718,"Cost":439,"Date":"4/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":518,"Cost":401,"Date":"7/10/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":508,"Cost":386,"Date":"3/25/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":118,"Cost":106,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":476,"Cost":375,"Date":"10/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":124,"Cost":70,"Date":"3/2/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":891,"Cost":577,"Date":"6/28/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":790,"Cost":714,"Date":"7/17/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":757,"Cost":418,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":61,"Cost":53,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":513,"Cost":313,"Date":"11/20/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":428,"Cost":341,"Date":"12/16/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":88,"Cost":47,"Date":"12/30/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":479,"Date":"2/15/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":390,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":210,"Cost":146,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":382,"Date":"4/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":677,"Cost":421,"Date":"7/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":859,"Cost":702,"Date":"8/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":567,"Cost":305,"Date":"10/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":430,"Cost":380,"Date":"11/11/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":640,"Cost":513,"Date":"11/30/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":632,"Cost":379,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":227,"Cost":135,"Date":"3/1/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":561,"Date":"4/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":31,"Date":"5/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":727,"Date":"8/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":793,"Cost":618,"Date":"9/15/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":304,"Cost":210,"Date":"10/14/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":316,"Cost":286,"Date":"10/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":641,"Cost":403,"Date":"11/11/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":677,"Cost":366,"Date":"12/7/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":513,"Cost":369,"Date":"12/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":106,"Date":"1/6/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":179,"Cost":156,"Date":"1/23/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":713,"Cost":600,"Date":"2/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":326,"Cost":212,"Date":"3/10/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":12,"Cost":9,"Date":"3/12/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":812,"Cost":479,"Date":"3/31/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":303,"Cost":260,"Date":"6/16/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":933,"Cost":591,"Date":"6/17/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":810,"Date":"8/27/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":958,"Cost":888,"Date":"10/1/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":208,"Cost":126,"Date":"11/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":942,"Cost":716,"Date":"11/9/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":260,"Cost":228,"Date":"3/27/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":277,"Cost":162,"Date":"4/17/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":475,"Cost":443,"Date":"8/11/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":6,"Cost":3,"Date":"8/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":583,"Cost":457,"Date":"9/2/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":461,"Cost":260,"Date":"9/5/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":467,"Cost":237,"Date":"9/14/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":832,"Cost":552,"Date":"9/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":357,"Cost":221,"Date":"11/20/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":182,"Cost":94,"Date":"12/21/2018"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":943,"Cost":760,"Date":"1/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":534,"Cost":448,"Date":"1/21/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":5,"Cost":3,"Date":"2/9/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":139,"Cost":131,"Date":"3/19/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":694,"Cost":410,"Date":"4/3/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":578,"Cost":537,"Date":"4/5/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":100,"Cost":65,"Date":"4/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":712,"Cost":612,"Date":"7/10/2019"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":209,"Cost":108,"Date":"3/25/2020"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":175,"Cost":141,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":674,"Cost":591,"Date":"10/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":413,"Cost":261,"Date":"3/2/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":970,"Cost":870,"Date":"6/28/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":819,"Cost":769,"Date":"7/17/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":27,"Cost":21,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":771,"Cost":649,"Date":"8/23/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":160,"Cost":124,"Date":"11/20/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":715,"Cost":560,"Date":"12/16/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":386,"Cost":285,"Date":"12/30/2021"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":49,"Cost":42,"Date":"2/15/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":17,"Cost":16,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":90,"Cost":78,"Date":"3/7/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":463,"Cost":421,"Date":"4/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":607,"Cost":341,"Date":"7/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":815,"Cost":444,"Date":"8/18/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":6,"Cost":4,"Date":"10/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":552,"Cost":387,"Date":"11/11/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":3,"Cost":3,"Date":"11/30/2022"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":789,"Cost":584,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":142,"Cost":91,"Date":"3/1/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":201,"Cost":171,"Date":"4/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":890,"Cost":598,"Date":"5/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":703,"Cost":628,"Date":"8/13/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":672,"Cost":476,"Date":"9/15/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":367,"Cost":328,"Date":"10/14/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":119,"Cost":109,"Date":"10/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":961,"Cost":833,"Date":"11/11/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":186,"Cost":147,"Date":"12/7/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":294,"Cost":152,"Date":"12/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":696,"Cost":367,"Date":"1/6/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":395,"Cost":346,"Date":"1/23/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":679,"Cost":588,"Date":"2/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":554,"Cost":406,"Date":"3/10/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":419,"Cost":279,"Date":"3/12/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":641,"Cost":414,"Date":"3/31/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":486,"Cost":290,"Date":"6/16/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":384,"Cost":316,"Date":"6/17/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":88,"Cost":71,"Date":"8/27/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":714,"Cost":676,"Date":"10/1/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":14,"Cost":12,"Date":"11/4/2024"},{"Store":"Mega Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":593,"Cost":359,"Date":"11/9/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":777,"Cost":587,"Date":"3/27/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":352,"Cost":298,"Date":"4/17/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":6,"Cost":4,"Date":"8/11/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":530,"Cost":344,"Date":"8/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":494,"Cost":296,"Date":"9/2/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":585,"Cost":307,"Date":"9/5/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":438,"Cost":390,"Date":"9/14/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":920,"Cost":563,"Date":"9/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":477,"Cost":371,"Date":"11/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":485,"Cost":265,"Date":"12/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":398,"Cost":309,"Date":"1/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":740,"Cost":523,"Date":"1/21/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":243,"Cost":163,"Date":"2/9/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":879,"Cost":814,"Date":"3/19/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":530,"Cost":315,"Date":"4/3/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":756,"Cost":386,"Date":"4/5/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":247,"Cost":210,"Date":"4/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":781,"Cost":542,"Date":"7/10/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":957,"Cost":909,"Date":"3/25/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":389,"Cost":287,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":406,"Cost":358,"Date":"10/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":681,"Cost":551,"Date":"3/2/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":834,"Cost":670,"Date":"6/28/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":860,"Cost":491,"Date":"7/17/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":612,"Cost":395,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":533,"Cost":371,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":516,"Cost":477,"Date":"11/20/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":321,"Cost":251,"Date":"12/16/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":17,"Cost":16,"Date":"12/30/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":707,"Cost":511,"Date":"2/15/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":49,"Cost":37,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":723,"Cost":503,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":857,"Cost":521,"Date":"4/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":990,"Cost":858,"Date":"7/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":270,"Cost":145,"Date":"8/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":301,"Cost":190,"Date":"10/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":67,"Cost":53,"Date":"11/11/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":603,"Cost":339,"Date":"11/30/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":745,"Cost":429,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":893,"Cost":817,"Date":"3/1/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":234,"Cost":135,"Date":"4/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":548,"Cost":496,"Date":"5/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":450,"Cost":232,"Date":"8/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":439,"Cost":295,"Date":"9/15/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":980,"Cost":887,"Date":"10/14/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":635,"Cost":597,"Date":"10/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":946,"Cost":568,"Date":"11/11/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":93,"Cost":56,"Date":"12/7/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":684,"Cost":527,"Date":"12/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":126,"Cost":116,"Date":"1/6/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":229,"Cost":202,"Date":"1/23/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":482,"Date":"2/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":608,"Cost":534,"Date":"3/10/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":126,"Cost":115,"Date":"3/12/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":621,"Cost":522,"Date":"3/31/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":539,"Cost":367,"Date":"6/16/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":144,"Cost":103,"Date":"6/17/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":893,"Cost":803,"Date":"8/27/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":118,"Cost":64,"Date":"10/1/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":182,"Cost":172,"Date":"11/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Nova","Country":"Romania","Sale":965,"Cost":613,"Date":"11/9/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":52,"Cost":40,"Date":"3/27/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":305,"Date":"4/17/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":367,"Cost":208,"Date":"8/11/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":700,"Cost":535,"Date":"8/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":312,"Cost":245,"Date":"9/2/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":775,"Date":"9/5/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":766,"Cost":409,"Date":"9/14/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":222,"Cost":197,"Date":"9/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":790,"Date":"11/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":600,"Cost":477,"Date":"12/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":678,"Cost":447,"Date":"1/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":295,"Cost":172,"Date":"1/21/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":898,"Cost":657,"Date":"2/9/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":622,"Cost":510,"Date":"3/19/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":955,"Cost":774,"Date":"4/3/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":883,"Cost":455,"Date":"4/5/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":146,"Cost":104,"Date":"4/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":927,"Cost":706,"Date":"7/10/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":216,"Cost":203,"Date":"3/25/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":886,"Cost":633,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":492,"Cost":339,"Date":"10/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":217,"Cost":196,"Date":"3/2/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":781,"Cost":625,"Date":"6/28/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":740,"Cost":698,"Date":"7/17/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":726,"Cost":473,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":512,"Cost":420,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":866,"Cost":537,"Date":"11/20/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":436,"Cost":278,"Date":"12/16/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":181,"Cost":94,"Date":"12/30/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":700,"Cost":418,"Date":"2/15/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":237,"Cost":217,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":596,"Cost":535,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":287,"Cost":195,"Date":"4/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":519,"Cost":465,"Date":"7/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":905,"Cost":851,"Date":"8/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":565,"Cost":496,"Date":"10/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":914,"Cost":522,"Date":"11/11/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":56,"Cost":51,"Date":"11/30/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":758,"Cost":430,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":110,"Date":"3/1/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":359,"Cost":256,"Date":"4/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":721,"Cost":389,"Date":"5/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":592,"Cost":334,"Date":"8/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":216,"Cost":180,"Date":"9/15/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":574,"Cost":490,"Date":"10/14/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":828,"Cost":456,"Date":"10/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":272,"Cost":147,"Date":"11/11/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":255,"Cost":175,"Date":"12/7/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":918,"Cost":522,"Date":"12/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":402,"Cost":204,"Date":"1/6/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":924,"Cost":687,"Date":"1/23/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":982,"Cost":637,"Date":"2/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":30,"Cost":17,"Date":"3/10/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":112,"Cost":85,"Date":"3/12/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":248,"Cost":193,"Date":"3/31/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":533,"Date":"6/16/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":561,"Cost":297,"Date":"6/17/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":970,"Cost":502,"Date":"8/27/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":467,"Cost":378,"Date":"10/1/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":842,"Cost":624,"Date":"11/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":226,"Cost":208,"Date":"11/9/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":718,"Date":"3/27/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":335,"Date":"4/17/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":566,"Cost":351,"Date":"8/11/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":437,"Cost":335,"Date":"8/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":823,"Cost":609,"Date":"9/2/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":136,"Cost":96,"Date":"9/5/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":30,"Cost":20,"Date":"9/14/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":733,"Cost":375,"Date":"9/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":395,"Cost":302,"Date":"11/20/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":749,"Cost":602,"Date":"12/21/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":965,"Cost":533,"Date":"1/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":624,"Cost":408,"Date":"1/21/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":267,"Cost":224,"Date":"2/9/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":320,"Cost":184,"Date":"3/19/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":250,"Cost":165,"Date":"4/3/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":282,"Cost":262,"Date":"4/5/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":362,"Cost":220,"Date":"4/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":245,"Cost":168,"Date":"7/10/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":223,"Cost":198,"Date":"3/25/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":628,"Cost":564,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":497,"Cost":451,"Date":"10/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":205,"Cost":109,"Date":"3/2/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":266,"Cost":215,"Date":"6/28/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":672,"Cost":618,"Date":"7/17/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":64,"Cost":32,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":685,"Date":"8/23/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":548,"Cost":398,"Date":"11/20/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":981,"Cost":564,"Date":"12/16/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":555,"Cost":348,"Date":"12/30/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":708,"Cost":402,"Date":"2/15/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":403,"Cost":323,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":479,"Cost":339,"Date":"3/7/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":962,"Cost":493,"Date":"4/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":620,"Cost":497,"Date":"7/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":732,"Cost":519,"Date":"8/18/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":666,"Cost":457,"Date":"10/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":772,"Cost":500,"Date":"11/11/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":502,"Cost":277,"Date":"11/30/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":514,"Cost":347,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":538,"Cost":472,"Date":"3/1/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":615,"Cost":577,"Date":"4/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":454,"Cost":368,"Date":"5/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":446,"Cost":235,"Date":"8/13/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":667,"Cost":367,"Date":"9/15/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":417,"Cost":283,"Date":"10/14/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":252,"Cost":164,"Date":"10/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":974,"Cost":608,"Date":"11/11/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":417,"Cost":310,"Date":"12/7/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":667,"Cost":370,"Date":"12/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":658,"Cost":553,"Date":"1/6/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":776,"Cost":400,"Date":"1/23/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":401,"Cost":365,"Date":"2/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":786,"Cost":729,"Date":"3/10/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":577,"Cost":541,"Date":"3/12/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":891,"Cost":652,"Date":"3/31/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":408,"Date":"6/16/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":587,"Cost":438,"Date":"6/17/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":15,"Cost":11,"Date":"8/27/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":288,"Cost":222,"Date":"10/1/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":53,"Cost":42,"Date":"11/4/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":499,"Date":"11/9/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":477,"Cost":257,"Date":"3/27/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":453,"Cost":413,"Date":"4/17/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":781,"Cost":500,"Date":"8/11/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":228,"Cost":189,"Date":"8/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":40,"Cost":35,"Date":"9/2/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":910,"Cost":746,"Date":"9/5/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":540,"Cost":386,"Date":"9/14/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":106,"Cost":56,"Date":"9/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":457,"Cost":276,"Date":"11/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":237,"Cost":157,"Date":"12/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":219,"Cost":157,"Date":"1/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":575,"Cost":316,"Date":"1/21/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":761,"Cost":612,"Date":"2/9/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":234,"Cost":167,"Date":"3/19/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":841,"Cost":663,"Date":"4/3/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":666,"Cost":500,"Date":"4/5/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":481,"Cost":447,"Date":"4/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":643,"Cost":542,"Date":"7/10/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":118,"Cost":89,"Date":"3/25/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":148,"Cost":99,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":890,"Date":"10/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":729,"Cost":477,"Date":"3/2/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":432,"Cost":337,"Date":"6/28/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":636,"Cost":371,"Date":"7/17/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":727,"Cost":406,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":647,"Cost":613,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":454,"Cost":382,"Date":"11/20/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":949,"Cost":664,"Date":"12/16/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":670,"Cost":594,"Date":"12/30/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":947,"Cost":602,"Date":"2/15/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":606,"Cost":537,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":362,"Cost":188,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":504,"Cost":405,"Date":"4/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":52,"Cost":48,"Date":"7/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":530,"Cost":333,"Date":"8/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":175,"Cost":127,"Date":"10/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":538,"Cost":469,"Date":"11/11/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":863,"Cost":720,"Date":"11/30/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":421,"Cost":354,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":81,"Cost":49,"Date":"3/1/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":795,"Cost":401,"Date":"4/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":930,"Cost":562,"Date":"5/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":470,"Cost":431,"Date":"8/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":438,"Cost":356,"Date":"9/15/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":30,"Cost":19,"Date":"10/14/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":763,"Cost":597,"Date":"10/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":332,"Cost":237,"Date":"11/11/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":602,"Cost":304,"Date":"12/7/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":328,"Cost":283,"Date":"12/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":964,"Cost":487,"Date":"1/6/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":212,"Cost":124,"Date":"1/23/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":465,"Date":"2/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":736,"Cost":602,"Date":"3/10/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":650,"Cost":361,"Date":"3/12/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":711,"Cost":579,"Date":"3/31/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":409,"Cost":372,"Date":"6/16/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":488,"Cost":266,"Date":"6/17/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":531,"Cost":270,"Date":"8/27/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":870,"Cost":751,"Date":"10/1/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":568,"Date":"11/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":657,"Cost":477,"Date":"11/9/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":284,"Cost":184,"Date":"3/27/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":74,"Cost":70,"Date":"4/17/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":844,"Cost":472,"Date":"8/11/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":163,"Cost":145,"Date":"8/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":630,"Cost":533,"Date":"9/2/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":750,"Cost":399,"Date":"9/5/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":159,"Cost":132,"Date":"9/14/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":578,"Cost":403,"Date":"9/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":883,"Cost":700,"Date":"11/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":690,"Cost":645,"Date":"12/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":791,"Cost":746,"Date":"1/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":727,"Cost":448,"Date":"1/21/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":447,"Cost":233,"Date":"2/9/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":60,"Cost":46,"Date":"3/19/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":890,"Cost":572,"Date":"4/3/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":195,"Cost":142,"Date":"4/5/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":547,"Cost":504,"Date":"4/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":168,"Cost":113,"Date":"7/10/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":474,"Cost":397,"Date":"3/25/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":47,"Cost":39,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":931,"Cost":651,"Date":"10/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":886,"Cost":775,"Date":"3/2/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":705,"Cost":508,"Date":"6/28/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":67,"Cost":52,"Date":"7/17/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":729,"Cost":428,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":17,"Cost":10,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":184,"Cost":108,"Date":"11/20/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":141,"Cost":117,"Date":"12/16/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":928,"Cost":689,"Date":"12/30/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":902,"Cost":613,"Date":"2/15/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":780,"Cost":607,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":286,"Cost":210,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":190,"Cost":136,"Date":"4/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":929,"Cost":570,"Date":"7/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":849,"Cost":734,"Date":"8/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":845,"Cost":618,"Date":"10/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":748,"Cost":535,"Date":"11/11/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":38,"Cost":33,"Date":"11/30/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":192,"Cost":98,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":845,"Cost":483,"Date":"3/1/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":968,"Cost":715,"Date":"4/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":948,"Cost":590,"Date":"5/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":971,"Cost":492,"Date":"8/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":702,"Cost":463,"Date":"9/15/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":404,"Cost":342,"Date":"10/14/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":913,"Cost":531,"Date":"10/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":729,"Cost":390,"Date":"11/11/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":136,"Cost":120,"Date":"12/7/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":953,"Cost":493,"Date":"12/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":589,"Cost":421,"Date":"1/6/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":86,"Cost":74,"Date":"1/23/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":641,"Cost":500,"Date":"2/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":217,"Cost":151,"Date":"3/10/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":510,"Cost":327,"Date":"3/12/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":558,"Cost":520,"Date":"3/31/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":710,"Cost":586,"Date":"6/16/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":158,"Cost":146,"Date":"6/17/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":197,"Cost":148,"Date":"8/27/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":365,"Cost":248,"Date":"10/1/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":228,"Cost":178,"Date":"11/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":925,"Cost":572,"Date":"11/9/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":924,"Cost":601,"Date":"3/27/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":240,"Cost":125,"Date":"4/17/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":884,"Cost":787,"Date":"8/11/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":765,"Cost":647,"Date":"8/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":508,"Cost":387,"Date":"9/2/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":857,"Cost":769,"Date":"9/5/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":930,"Cost":651,"Date":"9/14/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":284,"Cost":232,"Date":"9/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":913,"Date":"11/20/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":865,"Cost":748,"Date":"12/21/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":197,"Cost":107,"Date":"1/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":127,"Date":"1/21/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":86,"Cost":70,"Date":"2/9/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":107,"Cost":98,"Date":"3/19/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":525,"Cost":369,"Date":"4/3/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":741,"Cost":543,"Date":"4/5/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":382,"Date":"4/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":766,"Cost":500,"Date":"7/10/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":85,"Cost":54,"Date":"3/25/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":530,"Cost":430,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":827,"Cost":765,"Date":"10/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":564,"Cost":439,"Date":"3/2/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":292,"Cost":264,"Date":"6/28/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":708,"Cost":625,"Date":"7/17/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":319,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":443,"Cost":301,"Date":"8/23/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":993,"Cost":928,"Date":"11/20/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":123,"Cost":90,"Date":"12/16/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":62,"Cost":38,"Date":"12/30/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":345,"Cost":274,"Date":"2/15/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":493,"Cost":326,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":533,"Cost":441,"Date":"3/7/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":411,"Cost":348,"Date":"4/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":1,"Cost":0,"Date":"7/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":170,"Cost":120,"Date":"8/18/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":163,"Cost":130,"Date":"10/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":72,"Cost":48,"Date":"11/11/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":132,"Date":"11/30/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":260,"Cost":168,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":315,"Cost":177,"Date":"3/1/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":179,"Cost":122,"Date":"4/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":691,"Cost":365,"Date":"5/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":386,"Cost":252,"Date":"8/13/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":31,"Cost":23,"Date":"9/15/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":825,"Cost":783,"Date":"10/14/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":126,"Date":"10/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":804,"Cost":563,"Date":"11/11/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":455,"Cost":302,"Date":"12/7/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":679,"Cost":429,"Date":"12/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":411,"Cost":374,"Date":"1/6/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":115,"Cost":94,"Date":"1/23/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":230,"Cost":125,"Date":"2/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":164,"Cost":149,"Date":"3/10/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":778,"Cost":527,"Date":"3/12/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":424,"Cost":219,"Date":"3/31/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":608,"Date":"6/16/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":1,"Cost":0,"Date":"6/17/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":267,"Cost":146,"Date":"8/27/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":390,"Date":"10/1/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":717,"Cost":656,"Date":"11/4/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":419,"Cost":329,"Date":"11/9/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":507,"Cost":392,"Date":"3/27/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":630,"Cost":573,"Date":"4/17/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":723,"Cost":464,"Date":"8/11/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":187,"Cost":115,"Date":"8/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":900,"Cost":703,"Date":"9/2/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":795,"Cost":730,"Date":"9/5/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":251,"Cost":132,"Date":"9/14/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":252,"Cost":177,"Date":"9/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":728,"Cost":374,"Date":"11/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":433,"Cost":344,"Date":"12/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":359,"Cost":321,"Date":"1/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":180,"Cost":167,"Date":"1/21/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":850,"Cost":806,"Date":"2/9/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":458,"Date":"3/19/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":62,"Cost":56,"Date":"4/3/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":361,"Cost":181,"Date":"4/5/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":419,"Cost":365,"Date":"4/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":503,"Date":"7/10/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":527,"Cost":386,"Date":"3/25/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":215,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":324,"Cost":199,"Date":"10/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":631,"Cost":552,"Date":"3/2/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":739,"Cost":436,"Date":"6/28/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":353,"Cost":207,"Date":"7/17/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":741,"Cost":395,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":168,"Cost":134,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":121,"Cost":98,"Date":"11/20/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":526,"Cost":440,"Date":"12/16/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":218,"Cost":206,"Date":"12/30/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":655,"Cost":482,"Date":"2/15/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":400,"Cost":331,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":199,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":743,"Cost":680,"Date":"4/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":503,"Cost":399,"Date":"7/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":347,"Cost":240,"Date":"8/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":682,"Cost":440,"Date":"10/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":775,"Cost":565,"Date":"11/11/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":309,"Cost":272,"Date":"11/30/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":800,"Cost":471,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":411,"Cost":313,"Date":"3/1/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":12,"Cost":6,"Date":"4/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":727,"Cost":472,"Date":"5/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":53,"Cost":27,"Date":"8/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":32,"Cost":20,"Date":"9/15/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":753,"Cost":431,"Date":"10/14/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":437,"Cost":329,"Date":"10/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":275,"Cost":182,"Date":"11/11/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":48,"Cost":25,"Date":"12/7/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":550,"Cost":497,"Date":"12/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":767,"Cost":719,"Date":"1/6/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":296,"Cost":187,"Date":"1/23/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":987,"Cost":740,"Date":"2/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":496,"Cost":282,"Date":"3/10/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":768,"Cost":716,"Date":"3/12/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":295,"Cost":166,"Date":"3/31/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":653,"Cost":409,"Date":"6/16/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":957,"Cost":620,"Date":"6/17/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":571,"Cost":488,"Date":"8/27/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":171,"Cost":95,"Date":"10/1/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":65,"Cost":58,"Date":"11/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":604,"Cost":461,"Date":"11/9/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":331,"Cost":183,"Date":"3/27/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":208,"Cost":138,"Date":"4/17/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":163,"Cost":149,"Date":"8/11/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":938,"Cost":663,"Date":"8/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":976,"Cost":605,"Date":"9/2/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":5,"Cost":4,"Date":"9/5/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":847,"Cost":465,"Date":"9/14/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":926,"Cost":718,"Date":"9/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":536,"Cost":388,"Date":"11/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":477,"Cost":389,"Date":"12/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":77,"Cost":62,"Date":"1/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":597,"Cost":529,"Date":"1/21/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":128,"Cost":111,"Date":"2/9/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":533,"Cost":284,"Date":"3/19/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":413,"Cost":296,"Date":"4/3/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":27,"Cost":13,"Date":"4/5/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":560,"Cost":357,"Date":"4/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":21,"Cost":19,"Date":"7/10/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":400,"Date":"3/25/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":428,"Cost":373,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":941,"Cost":646,"Date":"10/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":151,"Cost":87,"Date":"3/2/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":421,"Date":"6/28/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":197,"Cost":132,"Date":"7/17/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":586,"Cost":497,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":726,"Cost":487,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":30,"Cost":17,"Date":"11/20/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":802,"Cost":643,"Date":"12/16/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":367,"Cost":337,"Date":"12/30/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":441,"Cost":280,"Date":"2/15/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":147,"Cost":90,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":78,"Cost":52,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":214,"Cost":174,"Date":"4/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":372,"Cost":223,"Date":"7/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":728,"Cost":627,"Date":"8/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":735,"Date":"10/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":848,"Cost":479,"Date":"11/11/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":213,"Cost":164,"Date":"11/30/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":464,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":688,"Cost":437,"Date":"3/1/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":804,"Date":"4/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":708,"Cost":440,"Date":"5/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":602,"Cost":315,"Date":"8/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":488,"Cost":398,"Date":"9/15/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":646,"Cost":415,"Date":"10/14/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":190,"Cost":148,"Date":"10/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":726,"Cost":545,"Date":"11/11/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":324,"Date":"12/7/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":655,"Cost":500,"Date":"12/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":902,"Cost":577,"Date":"1/6/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":640,"Date":"1/23/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":99,"Cost":70,"Date":"2/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":193,"Date":"3/10/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":303,"Cost":265,"Date":"3/12/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":876,"Cost":632,"Date":"3/31/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":66,"Cost":37,"Date":"6/16/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":790,"Cost":722,"Date":"6/17/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":163,"Cost":136,"Date":"8/27/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":344,"Date":"10/1/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":617,"Cost":384,"Date":"11/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":851,"Cost":674,"Date":"11/9/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":464,"Cost":357,"Date":"3/27/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":623,"Cost":330,"Date":"4/17/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":349,"Cost":198,"Date":"8/11/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":581,"Cost":384,"Date":"8/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":437,"Cost":383,"Date":"9/2/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":897,"Cost":688,"Date":"9/5/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":694,"Cost":457,"Date":"9/14/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":234,"Cost":179,"Date":"9/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":765,"Cost":624,"Date":"11/20/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":984,"Cost":757,"Date":"12/21/2018"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":96,"Cost":87,"Date":"1/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":136,"Cost":124,"Date":"1/21/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":610,"Date":"2/9/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":675,"Cost":395,"Date":"3/19/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":855,"Cost":452,"Date":"4/3/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":222,"Cost":183,"Date":"4/5/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":739,"Cost":687,"Date":"4/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":153,"Cost":133,"Date":"7/10/2019"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":746,"Cost":536,"Date":"3/25/2020"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":40,"Cost":21,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":384,"Cost":358,"Date":"10/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":720,"Cost":379,"Date":"3/2/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":599,"Cost":480,"Date":"6/28/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":189,"Cost":123,"Date":"7/17/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":129,"Cost":69,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":80,"Date":"8/23/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":224,"Cost":191,"Date":"11/20/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":772,"Cost":527,"Date":"12/16/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":153,"Cost":129,"Date":"12/30/2021"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":321,"Cost":266,"Date":"2/15/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":671,"Cost":518,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":963,"Cost":791,"Date":"3/7/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":719,"Cost":363,"Date":"4/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":270,"Cost":182,"Date":"7/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":591,"Cost":500,"Date":"8/18/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":433,"Date":"10/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":588,"Cost":466,"Date":"11/11/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":835,"Cost":565,"Date":"11/30/2022"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":868,"Cost":655,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":427,"Cost":353,"Date":"3/1/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":407,"Cost":288,"Date":"4/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":88,"Cost":57,"Date":"5/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":70,"Cost":46,"Date":"8/13/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":87,"Cost":52,"Date":"9/15/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":170,"Cost":142,"Date":"10/14/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":1000,"Cost":921,"Date":"10/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":223,"Cost":144,"Date":"11/11/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":386,"Date":"12/7/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":232,"Cost":180,"Date":"12/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":725,"Cost":680,"Date":"1/6/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":596,"Cost":447,"Date":"1/23/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":838,"Cost":592,"Date":"2/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":345,"Cost":215,"Date":"3/10/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":916,"Cost":685,"Date":"3/12/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":719,"Cost":524,"Date":"3/31/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":178,"Cost":108,"Date":"6/16/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":610,"Cost":342,"Date":"6/17/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":638,"Cost":562,"Date":"8/27/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":310,"Cost":292,"Date":"10/1/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":245,"Cost":166,"Date":"11/4/2024"},{"Store":"Grand Arena, Bucharest","Brand":"ARKET","Country":"Romania","Sale":969,"Cost":803,"Date":"11/9/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":12,"Cost":8,"Date":"3/27/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":334,"Cost":181,"Date":"4/17/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":870,"Cost":756,"Date":"8/11/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":581,"Cost":312,"Date":"8/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":113,"Cost":79,"Date":"9/2/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":684,"Cost":610,"Date":"9/5/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":80,"Cost":68,"Date":"9/14/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":520,"Cost":377,"Date":"9/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":612,"Cost":491,"Date":"11/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":28,"Cost":16,"Date":"12/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":23,"Cost":20,"Date":"1/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":986,"Cost":709,"Date":"1/21/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":529,"Cost":356,"Date":"2/9/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":754,"Cost":408,"Date":"3/19/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":391,"Cost":365,"Date":"4/3/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":743,"Cost":595,"Date":"4/5/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":172,"Cost":106,"Date":"4/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":328,"Cost":166,"Date":"7/10/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":725,"Cost":596,"Date":"3/25/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":409,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":894,"Cost":770,"Date":"10/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":608,"Cost":552,"Date":"3/2/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":238,"Date":"6/28/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":295,"Cost":183,"Date":"7/17/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":214,"Cost":135,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":542,"Cost":373,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":648,"Cost":609,"Date":"11/20/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":390,"Date":"12/16/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":162,"Cost":83,"Date":"12/30/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":591,"Date":"2/15/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":645,"Cost":493,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":747,"Cost":560,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":301,"Cost":247,"Date":"4/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":470,"Cost":356,"Date":"7/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":177,"Cost":144,"Date":"8/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":450,"Date":"10/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":543,"Cost":501,"Date":"11/11/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":462,"Cost":385,"Date":"11/30/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":64,"Cost":36,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":527,"Cost":299,"Date":"3/1/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":647,"Cost":610,"Date":"4/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":669,"Cost":374,"Date":"5/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":577,"Cost":472,"Date":"8/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":316,"Cost":234,"Date":"9/15/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":839,"Cost":629,"Date":"10/14/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":333,"Cost":177,"Date":"10/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":261,"Cost":138,"Date":"11/11/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":587,"Date":"12/7/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":972,"Cost":777,"Date":"12/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":252,"Cost":175,"Date":"1/6/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":722,"Cost":677,"Date":"1/23/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":898,"Cost":548,"Date":"2/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":273,"Cost":209,"Date":"3/10/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":520,"Date":"3/12/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":628,"Cost":474,"Date":"3/31/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":86,"Cost":68,"Date":"6/16/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":707,"Cost":434,"Date":"6/17/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":832,"Cost":439,"Date":"8/27/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":173,"Cost":90,"Date":"10/1/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":358,"Cost":198,"Date":"11/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":145,"Date":"11/9/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":396,"Cost":371,"Date":"3/27/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":94,"Cost":63,"Date":"4/17/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":401,"Cost":275,"Date":"8/11/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":464,"Cost":347,"Date":"8/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":155,"Cost":117,"Date":"9/2/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":729,"Cost":606,"Date":"9/5/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":861,"Cost":718,"Date":"9/14/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":697,"Cost":550,"Date":"9/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":160,"Cost":83,"Date":"11/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":104,"Cost":56,"Date":"12/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":691,"Cost":653,"Date":"1/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":833,"Cost":696,"Date":"1/21/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":442,"Cost":303,"Date":"2/9/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":373,"Cost":350,"Date":"3/19/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":646,"Cost":489,"Date":"4/3/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":865,"Cost":763,"Date":"4/5/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":289,"Cost":226,"Date":"4/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":596,"Cost":522,"Date":"7/10/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":129,"Cost":80,"Date":"3/25/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":450,"Cost":288,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":942,"Cost":785,"Date":"10/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":117,"Cost":66,"Date":"3/2/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":19,"Cost":16,"Date":"6/28/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":639,"Cost":472,"Date":"7/17/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":395,"Cost":223,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":922,"Cost":534,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":333,"Cost":238,"Date":"11/20/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":434,"Cost":400,"Date":"12/16/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":636,"Cost":427,"Date":"12/30/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":927,"Cost":820,"Date":"2/15/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":69,"Cost":64,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":475,"Cost":382,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":416,"Cost":216,"Date":"4/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":661,"Cost":335,"Date":"7/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":283,"Cost":226,"Date":"8/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":864,"Cost":664,"Date":"10/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":155,"Cost":103,"Date":"11/11/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":100,"Cost":65,"Date":"11/30/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":487,"Cost":423,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":100,"Cost":63,"Date":"3/1/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":463,"Cost":328,"Date":"4/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":572,"Cost":329,"Date":"5/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":161,"Cost":96,"Date":"8/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":173,"Cost":122,"Date":"9/15/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":769,"Cost":441,"Date":"10/14/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":11,"Cost":8,"Date":"10/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":794,"Cost":493,"Date":"11/11/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":104,"Cost":97,"Date":"12/7/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":298,"Cost":190,"Date":"12/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":797,"Cost":460,"Date":"1/6/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":867,"Cost":461,"Date":"1/23/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":857,"Cost":518,"Date":"2/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":111,"Cost":57,"Date":"3/10/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":295,"Cost":270,"Date":"3/12/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":62,"Cost":42,"Date":"3/31/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":96,"Cost":81,"Date":"6/16/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":916,"Cost":803,"Date":"6/17/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":728,"Cost":414,"Date":"8/27/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":970,"Cost":680,"Date":"10/1/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":946,"Cost":536,"Date":"11/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":749,"Cost":666,"Date":"11/9/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":462,"Cost":384,"Date":"3/27/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":3,"Cost":1,"Date":"4/17/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":380,"Cost":360,"Date":"8/11/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":818,"Cost":741,"Date":"8/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":728,"Cost":390,"Date":"9/2/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":258,"Cost":162,"Date":"9/5/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":57,"Cost":36,"Date":"9/14/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":879,"Cost":605,"Date":"9/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":390,"Cost":202,"Date":"11/20/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":133,"Cost":105,"Date":"12/21/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":455,"Cost":423,"Date":"1/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":160,"Cost":81,"Date":"1/21/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":899,"Cost":606,"Date":"2/9/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":685,"Cost":578,"Date":"3/19/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":903,"Cost":632,"Date":"4/3/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":217,"Cost":188,"Date":"4/5/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":55,"Cost":28,"Date":"4/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":705,"Cost":550,"Date":"7/10/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":976,"Cost":627,"Date":"3/25/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":303,"Cost":253,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":382,"Cost":339,"Date":"10/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":59,"Cost":49,"Date":"3/2/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":74,"Cost":47,"Date":"6/28/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":203,"Cost":130,"Date":"7/17/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":481,"Cost":396,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":608,"Cost":571,"Date":"8/23/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":90,"Cost":48,"Date":"11/20/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":811,"Cost":614,"Date":"12/16/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":368,"Cost":270,"Date":"12/30/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":137,"Cost":86,"Date":"2/15/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":800,"Cost":404,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":94,"Cost":56,"Date":"3/7/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":138,"Cost":102,"Date":"4/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":697,"Cost":589,"Date":"7/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":48,"Cost":26,"Date":"8/18/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":604,"Cost":403,"Date":"10/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":517,"Cost":373,"Date":"11/11/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":841,"Cost":758,"Date":"11/30/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":756,"Cost":590,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":921,"Cost":722,"Date":"3/1/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":659,"Cost":496,"Date":"4/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":433,"Cost":286,"Date":"5/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":648,"Cost":543,"Date":"8/13/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":554,"Cost":524,"Date":"9/15/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":96,"Cost":62,"Date":"10/14/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":310,"Cost":237,"Date":"10/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":750,"Cost":700,"Date":"11/11/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":568,"Cost":450,"Date":"12/7/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":966,"Cost":495,"Date":"12/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":525,"Cost":492,"Date":"1/6/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":190,"Cost":170,"Date":"1/23/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":314,"Cost":216,"Date":"2/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":522,"Cost":316,"Date":"3/10/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":703,"Cost":573,"Date":"3/12/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":864,"Cost":784,"Date":"3/31/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":490,"Cost":310,"Date":"6/16/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":6,"Cost":4,"Date":"6/17/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":418,"Cost":276,"Date":"8/27/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":654,"Cost":423,"Date":"10/1/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":158,"Cost":117,"Date":"11/4/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":17,"Cost":16,"Date":"11/9/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":521,"Cost":414,"Date":"3/27/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":945,"Cost":714,"Date":"4/17/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":82,"Cost":59,"Date":"8/11/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":944,"Cost":727,"Date":"8/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":678,"Cost":550,"Date":"9/2/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":527,"Cost":444,"Date":"9/5/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":421,"Cost":367,"Date":"9/14/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":55,"Date":"9/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":206,"Cost":124,"Date":"11/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":828,"Cost":546,"Date":"12/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":941,"Cost":590,"Date":"1/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":942,"Cost":691,"Date":"1/21/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":263,"Cost":173,"Date":"2/9/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":873,"Cost":771,"Date":"3/19/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":442,"Cost":350,"Date":"4/3/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":905,"Cost":846,"Date":"4/5/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":588,"Cost":440,"Date":"4/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":704,"Cost":431,"Date":"7/10/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":969,"Cost":719,"Date":"3/25/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":941,"Cost":631,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":387,"Cost":267,"Date":"10/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":607,"Cost":505,"Date":"3/2/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":986,"Cost":642,"Date":"6/28/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":690,"Cost":542,"Date":"7/17/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":488,"Cost":440,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":212,"Cost":127,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":837,"Cost":477,"Date":"11/20/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":935,"Cost":853,"Date":"12/16/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":70,"Cost":60,"Date":"12/30/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":480,"Cost":254,"Date":"2/15/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":714,"Cost":361,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":616,"Cost":412,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":42,"Date":"4/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":850,"Cost":724,"Date":"7/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":140,"Cost":127,"Date":"8/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":598,"Cost":457,"Date":"10/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":292,"Cost":206,"Date":"11/11/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":886,"Cost":501,"Date":"11/30/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":901,"Cost":815,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":798,"Cost":641,"Date":"3/1/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":216,"Cost":143,"Date":"4/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":703,"Cost":482,"Date":"5/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":878,"Cost":519,"Date":"8/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":867,"Cost":788,"Date":"9/15/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":687,"Date":"10/14/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":111,"Cost":70,"Date":"10/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":780,"Cost":429,"Date":"11/11/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":880,"Cost":783,"Date":"12/7/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":455,"Cost":236,"Date":"12/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":86,"Date":"1/6/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":592,"Date":"1/23/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":637,"Cost":569,"Date":"2/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":69,"Cost":62,"Date":"3/10/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":333,"Cost":287,"Date":"3/12/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":377,"Cost":277,"Date":"3/31/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":878,"Cost":632,"Date":"6/16/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":576,"Cost":430,"Date":"6/17/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":410,"Cost":258,"Date":"8/27/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":31,"Cost":28,"Date":"10/1/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":619,"Cost":466,"Date":"11/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":959,"Cost":858,"Date":"11/9/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":305,"Cost":251,"Date":"3/27/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":175,"Cost":163,"Date":"4/17/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":497,"Date":"8/11/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":101,"Cost":66,"Date":"8/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":522,"Cost":426,"Date":"9/2/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":112,"Cost":102,"Date":"9/5/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":61,"Cost":32,"Date":"9/14/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":974,"Cost":839,"Date":"9/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":749,"Cost":510,"Date":"11/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":828,"Cost":491,"Date":"12/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":565,"Cost":357,"Date":"1/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":524,"Cost":281,"Date":"1/21/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":46,"Cost":37,"Date":"2/9/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":707,"Cost":555,"Date":"3/19/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":398,"Cost":295,"Date":"4/3/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":626,"Cost":417,"Date":"4/5/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":474,"Cost":245,"Date":"4/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":410,"Cost":327,"Date":"7/10/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":635,"Cost":453,"Date":"3/25/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":514,"Cost":344,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":263,"Cost":212,"Date":"10/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":10,"Cost":6,"Date":"3/2/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":261,"Cost":206,"Date":"6/28/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":186,"Cost":142,"Date":"7/17/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":192,"Cost":151,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":944,"Cost":877,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":472,"Cost":275,"Date":"11/20/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":574,"Cost":380,"Date":"12/16/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":328,"Cost":186,"Date":"12/30/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":331,"Cost":263,"Date":"2/15/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":448,"Cost":249,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":214,"Cost":202,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":915,"Cost":821,"Date":"4/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":144,"Cost":102,"Date":"7/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":125,"Cost":84,"Date":"8/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":947,"Cost":685,"Date":"10/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":298,"Cost":154,"Date":"11/11/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":195,"Cost":158,"Date":"11/30/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":622,"Cost":478,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":829,"Cost":648,"Date":"3/1/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":251,"Cost":162,"Date":"4/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":237,"Cost":184,"Date":"5/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":33,"Date":"8/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":27,"Cost":23,"Date":"9/15/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":99,"Cost":85,"Date":"10/14/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":875,"Cost":657,"Date":"10/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":211,"Cost":158,"Date":"11/11/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":869,"Cost":803,"Date":"12/7/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":985,"Cost":612,"Date":"12/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":271,"Cost":149,"Date":"1/6/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":297,"Cost":161,"Date":"1/23/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":616,"Date":"2/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":850,"Cost":805,"Date":"3/10/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":941,"Cost":553,"Date":"3/12/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":821,"Cost":749,"Date":"3/31/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":916,"Cost":742,"Date":"6/16/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":309,"Date":"6/17/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":490,"Cost":436,"Date":"8/27/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":842,"Cost":560,"Date":"10/1/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":679,"Date":"11/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":188,"Cost":138,"Date":"11/9/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":881,"Cost":523,"Date":"3/27/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":726,"Cost":669,"Date":"4/17/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":232,"Cost":180,"Date":"8/11/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":392,"Cost":305,"Date":"8/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":843,"Cost":580,"Date":"9/2/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":796,"Cost":414,"Date":"9/5/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":332,"Cost":305,"Date":"9/14/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":483,"Cost":346,"Date":"9/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":210,"Cost":162,"Date":"11/20/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":711,"Cost":450,"Date":"12/21/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":298,"Cost":175,"Date":"1/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":528,"Cost":292,"Date":"1/21/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":123,"Cost":88,"Date":"2/9/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":399,"Cost":289,"Date":"3/19/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":469,"Cost":305,"Date":"4/3/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":152,"Cost":140,"Date":"4/5/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":955,"Cost":814,"Date":"4/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":274,"Cost":198,"Date":"7/10/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":274,"Cost":188,"Date":"3/25/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":888,"Cost":681,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":86,"Cost":71,"Date":"10/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":759,"Cost":654,"Date":"3/2/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":144,"Cost":107,"Date":"6/28/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":340,"Cost":248,"Date":"7/17/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":255,"Cost":156,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":202,"Cost":111,"Date":"8/23/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":281,"Cost":265,"Date":"11/20/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":173,"Cost":117,"Date":"12/16/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":600,"Cost":552,"Date":"12/30/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":782,"Cost":618,"Date":"2/15/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":340,"Cost":316,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":79,"Cost":49,"Date":"3/7/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":437,"Cost":249,"Date":"4/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":717,"Cost":405,"Date":"7/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":234,"Cost":162,"Date":"8/18/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":290,"Cost":228,"Date":"10/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":861,"Cost":544,"Date":"11/11/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":29,"Cost":21,"Date":"11/30/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":45,"Cost":37,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":698,"Cost":632,"Date":"3/1/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":509,"Cost":381,"Date":"4/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":990,"Cost":792,"Date":"5/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":512,"Cost":448,"Date":"8/13/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":270,"Cost":188,"Date":"9/15/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":63,"Cost":56,"Date":"10/14/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":620,"Cost":371,"Date":"10/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":994,"Cost":884,"Date":"11/11/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":49,"Cost":29,"Date":"12/7/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":719,"Cost":461,"Date":"12/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":626,"Cost":489,"Date":"1/6/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":358,"Cost":249,"Date":"1/23/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":893,"Cost":449,"Date":"2/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":240,"Cost":142,"Date":"3/10/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":562,"Cost":374,"Date":"3/12/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":664,"Cost":625,"Date":"3/31/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":684,"Cost":521,"Date":"6/16/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":187,"Cost":155,"Date":"6/17/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":406,"Cost":379,"Date":"8/27/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":348,"Cost":312,"Date":"10/1/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":231,"Cost":204,"Date":"11/4/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":943,"Cost":822,"Date":"11/9/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":563,"Cost":289,"Date":"3/27/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":989,"Cost":874,"Date":"4/17/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":302,"Cost":233,"Date":"8/11/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":184,"Cost":139,"Date":"8/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":620,"Cost":477,"Date":"9/2/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":132,"Cost":117,"Date":"9/5/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":38,"Cost":23,"Date":"9/14/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":504,"Cost":297,"Date":"9/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":641,"Cost":583,"Date":"11/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":904,"Cost":578,"Date":"12/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":510,"Cost":333,"Date":"1/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":29,"Cost":15,"Date":"1/21/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":54,"Cost":34,"Date":"2/9/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":601,"Cost":542,"Date":"3/19/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":13,"Cost":6,"Date":"4/3/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":638,"Cost":378,"Date":"4/5/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":50,"Cost":47,"Date":"4/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":152,"Cost":82,"Date":"7/10/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":838,"Cost":741,"Date":"3/25/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":223,"Cost":204,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":209,"Cost":143,"Date":"10/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":883,"Cost":750,"Date":"3/2/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":225,"Cost":196,"Date":"6/28/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":685,"Cost":547,"Date":"7/17/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":357,"Cost":206,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":814,"Cost":609,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":406,"Cost":319,"Date":"11/20/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":179,"Cost":133,"Date":"12/16/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":209,"Cost":178,"Date":"12/30/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":451,"Cost":396,"Date":"2/15/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":726,"Cost":632,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":335,"Cost":291,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":350,"Cost":210,"Date":"4/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":281,"Cost":216,"Date":"7/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":724,"Cost":362,"Date":"8/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":351,"Cost":239,"Date":"10/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":488,"Cost":270,"Date":"11/11/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":701,"Cost":539,"Date":"11/30/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":815,"Cost":721,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":252,"Cost":209,"Date":"3/1/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":32,"Cost":25,"Date":"4/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":333,"Cost":260,"Date":"5/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":701,"Cost":549,"Date":"8/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":755,"Cost":647,"Date":"9/15/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":29,"Cost":20,"Date":"10/14/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":60,"Cost":48,"Date":"10/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":563,"Cost":535,"Date":"11/11/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":312,"Cost":159,"Date":"12/7/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":204,"Cost":162,"Date":"12/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":883,"Cost":653,"Date":"1/6/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":757,"Cost":686,"Date":"1/23/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":23,"Cost":16,"Date":"2/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":386,"Cost":344,"Date":"3/10/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":640,"Cost":331,"Date":"3/12/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":388,"Cost":313,"Date":"3/31/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":362,"Cost":321,"Date":"6/16/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":678,"Cost":594,"Date":"6/17/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":120,"Cost":103,"Date":"8/27/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":505,"Cost":369,"Date":"10/1/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":967,"Cost":666,"Date":"11/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":500,"Cost":412,"Date":"11/9/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":3,"Cost":3,"Date":"3/27/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":410,"Cost":264,"Date":"4/17/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":616,"Cost":461,"Date":"8/11/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":148,"Cost":78,"Date":"8/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":998,"Cost":794,"Date":"9/2/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":717,"Date":"9/5/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":443,"Cost":382,"Date":"9/14/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":718,"Cost":474,"Date":"9/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":810,"Cost":458,"Date":"11/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":823,"Cost":639,"Date":"12/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":920,"Date":"1/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":280,"Cost":205,"Date":"1/21/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":960,"Cost":506,"Date":"2/9/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":245,"Cost":150,"Date":"3/19/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":578,"Cost":514,"Date":"4/3/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":102,"Cost":53,"Date":"4/5/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":453,"Cost":431,"Date":"4/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":322,"Cost":294,"Date":"7/10/2019"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":234,"Cost":184,"Date":"3/25/2020"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":642,"Cost":357,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":86,"Cost":82,"Date":"10/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":916,"Cost":715,"Date":"3/2/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":48,"Cost":29,"Date":"6/28/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":152,"Cost":90,"Date":"7/17/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":986,"Cost":706,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":220,"Cost":194,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":596,"Cost":544,"Date":"11/20/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":820,"Date":"12/16/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":974,"Cost":587,"Date":"12/30/2021"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":500,"Cost":299,"Date":"2/15/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":422,"Cost":309,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":667,"Cost":343,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":25,"Cost":19,"Date":"4/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":561,"Cost":399,"Date":"7/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":382,"Cost":303,"Date":"8/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":696,"Cost":350,"Date":"10/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":569,"Cost":528,"Date":"11/11/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":264,"Cost":147,"Date":"11/30/2022"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":527,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":92,"Cost":80,"Date":"3/1/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":980,"Cost":831,"Date":"4/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":191,"Cost":105,"Date":"5/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":219,"Cost":172,"Date":"8/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":718,"Cost":465,"Date":"9/15/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":995,"Cost":545,"Date":"10/14/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":495,"Cost":272,"Date":"10/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":706,"Date":"11/11/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":699,"Cost":468,"Date":"12/7/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":89,"Cost":52,"Date":"12/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":711,"Date":"1/6/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":287,"Cost":149,"Date":"1/23/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":27,"Cost":18,"Date":"2/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":249,"Cost":160,"Date":"3/10/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":446,"Cost":382,"Date":"3/12/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":559,"Cost":507,"Date":"3/31/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":821,"Cost":565,"Date":"6/16/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":146,"Cost":74,"Date":"6/17/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":94,"Cost":49,"Date":"8/27/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":20,"Cost":17,"Date":"10/1/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":990,"Cost":861,"Date":"11/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":361,"Cost":299,"Date":"11/9/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":834,"Cost":482,"Date":"3/27/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":891,"Cost":698,"Date":"4/17/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":43,"Cost":31,"Date":"8/11/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":194,"Cost":164,"Date":"8/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":371,"Cost":289,"Date":"9/2/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":476,"Cost":258,"Date":"9/5/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":269,"Cost":143,"Date":"9/14/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":205,"Cost":162,"Date":"9/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":747,"Cost":526,"Date":"11/20/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":44,"Cost":41,"Date":"12/21/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":230,"Cost":151,"Date":"1/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":907,"Cost":556,"Date":"1/21/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":246,"Cost":218,"Date":"2/9/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":91,"Date":"3/19/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":117,"Cost":66,"Date":"4/3/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":118,"Cost":71,"Date":"4/5/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":346,"Cost":308,"Date":"4/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":591,"Cost":404,"Date":"7/10/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":411,"Cost":388,"Date":"3/25/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":627,"Cost":329,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":802,"Cost":546,"Date":"10/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":579,"Cost":455,"Date":"3/2/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":188,"Cost":131,"Date":"6/28/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":397,"Cost":335,"Date":"7/17/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":525,"Cost":316,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":221,"Cost":116,"Date":"8/23/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":61,"Date":"11/20/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":257,"Date":"12/16/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":734,"Cost":595,"Date":"12/30/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":916,"Cost":543,"Date":"2/15/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":827,"Cost":555,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":263,"Date":"3/7/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":799,"Cost":754,"Date":"4/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":624,"Cost":465,"Date":"7/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":929,"Cost":629,"Date":"8/18/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":409,"Cost":356,"Date":"10/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":604,"Cost":410,"Date":"11/11/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":304,"Cost":193,"Date":"11/30/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":887,"Cost":593,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":259,"Cost":216,"Date":"3/1/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":134,"Cost":125,"Date":"4/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":93,"Cost":58,"Date":"5/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":353,"Cost":312,"Date":"8/13/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":44,"Date":"9/15/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":908,"Cost":580,"Date":"10/14/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":138,"Cost":105,"Date":"10/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":844,"Cost":459,"Date":"11/11/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":619,"Cost":453,"Date":"12/7/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":600,"Date":"12/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":317,"Cost":184,"Date":"1/6/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":401,"Cost":206,"Date":"1/23/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":162,"Cost":127,"Date":"2/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":690,"Cost":548,"Date":"3/10/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":970,"Cost":511,"Date":"3/12/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":448,"Date":"3/31/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":331,"Cost":239,"Date":"6/16/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":656,"Cost":455,"Date":"6/17/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":969,"Cost":612,"Date":"8/27/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":755,"Cost":523,"Date":"10/1/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":817,"Cost":747,"Date":"11/4/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":239,"Cost":164,"Date":"11/9/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":101,"Cost":70,"Date":"3/27/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":323,"Cost":209,"Date":"4/17/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":347,"Cost":194,"Date":"8/11/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":437,"Cost":223,"Date":"8/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":106,"Date":"9/2/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":24,"Cost":16,"Date":"9/5/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":363,"Cost":256,"Date":"9/14/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":885,"Cost":718,"Date":"9/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":158,"Date":"11/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":286,"Cost":226,"Date":"12/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":354,"Date":"1/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":255,"Cost":212,"Date":"1/21/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":214,"Cost":121,"Date":"2/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":195,"Date":"3/19/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":977,"Cost":698,"Date":"4/3/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":693,"Cost":458,"Date":"4/5/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":453,"Date":"4/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":348,"Cost":273,"Date":"7/10/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":867,"Cost":695,"Date":"3/25/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":127,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":353,"Cost":292,"Date":"10/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":72,"Cost":52,"Date":"3/2/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":250,"Cost":191,"Date":"6/28/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":598,"Cost":515,"Date":"7/17/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":67,"Cost":53,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":374,"Cost":286,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":812,"Cost":579,"Date":"11/20/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":242,"Cost":129,"Date":"12/16/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":385,"Cost":364,"Date":"12/30/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":125,"Cost":119,"Date":"2/15/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":914,"Cost":858,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":676,"Cost":445,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":841,"Date":"4/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":861,"Cost":649,"Date":"7/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":504,"Date":"8/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":247,"Cost":164,"Date":"10/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":599,"Cost":341,"Date":"11/11/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":177,"Cost":115,"Date":"11/30/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":866,"Cost":752,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":678,"Cost":547,"Date":"3/1/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":637,"Cost":362,"Date":"4/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":955,"Cost":487,"Date":"5/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":121,"Cost":88,"Date":"8/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":341,"Cost":275,"Date":"9/15/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":16,"Cost":8,"Date":"10/14/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":863,"Cost":455,"Date":"10/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":549,"Cost":300,"Date":"11/11/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":711,"Cost":614,"Date":"12/7/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":815,"Cost":502,"Date":"12/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":905,"Cost":633,"Date":"1/6/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":854,"Cost":662,"Date":"1/23/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":537,"Cost":285,"Date":"2/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":925,"Cost":844,"Date":"3/10/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":299,"Cost":271,"Date":"3/12/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":285,"Cost":263,"Date":"3/31/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":627,"Cost":486,"Date":"6/16/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":417,"Cost":308,"Date":"6/17/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":720,"Cost":506,"Date":"8/27/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":432,"Cost":367,"Date":"10/1/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":709,"Cost":568,"Date":"11/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":576,"Cost":492,"Date":"11/9/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":122,"Cost":90,"Date":"3/27/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":594,"Cost":555,"Date":"4/17/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":668,"Cost":481,"Date":"8/11/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":576,"Cost":482,"Date":"8/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":946,"Cost":513,"Date":"9/2/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":844,"Cost":486,"Date":"9/5/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":903,"Cost":747,"Date":"9/14/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":149,"Cost":141,"Date":"9/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":529,"Cost":429,"Date":"11/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":46,"Cost":39,"Date":"12/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":370,"Cost":246,"Date":"1/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":547,"Date":"1/21/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":251,"Cost":213,"Date":"2/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":745,"Cost":587,"Date":"3/19/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":745,"Cost":463,"Date":"4/3/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":639,"Cost":510,"Date":"4/5/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":769,"Cost":720,"Date":"4/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":812,"Cost":578,"Date":"7/10/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":164,"Cost":86,"Date":"3/25/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":432,"Cost":275,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":691,"Cost":555,"Date":"10/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":326,"Cost":205,"Date":"3/2/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":5,"Cost":4,"Date":"6/28/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":30,"Cost":21,"Date":"7/17/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":971,"Cost":682,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":103,"Cost":89,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":938,"Cost":659,"Date":"11/20/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":328,"Cost":267,"Date":"12/16/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":476,"Cost":245,"Date":"12/30/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":771,"Cost":654,"Date":"2/15/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":589,"Cost":310,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":254,"Cost":198,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":345,"Cost":234,"Date":"4/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":845,"Cost":593,"Date":"7/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":50,"Cost":39,"Date":"8/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":624,"Cost":467,"Date":"10/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":466,"Cost":406,"Date":"11/11/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":344,"Cost":243,"Date":"11/30/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":100,"Cost":80,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":867,"Cost":578,"Date":"3/1/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":764,"Cost":712,"Date":"4/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":487,"Cost":264,"Date":"5/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":248,"Cost":135,"Date":"8/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":432,"Cost":342,"Date":"9/15/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":234,"Cost":138,"Date":"10/14/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":489,"Cost":279,"Date":"10/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":602,"Cost":398,"Date":"11/11/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":435,"Cost":289,"Date":"12/7/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":501,"Cost":317,"Date":"12/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":423,"Cost":397,"Date":"1/6/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":914,"Cost":564,"Date":"1/23/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":591,"Cost":447,"Date":"2/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":983,"Cost":565,"Date":"3/10/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":780,"Cost":528,"Date":"3/12/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":933,"Cost":845,"Date":"3/31/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":675,"Date":"6/16/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":381,"Cost":250,"Date":"6/17/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":985,"Cost":648,"Date":"8/27/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":447,"Cost":373,"Date":"10/1/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":537,"Cost":302,"Date":"11/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":424,"Cost":316,"Date":"11/9/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":901,"Cost":541,"Date":"3/27/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":811,"Cost":633,"Date":"4/17/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":856,"Cost":583,"Date":"8/11/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":27,"Cost":19,"Date":"8/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":583,"Cost":383,"Date":"9/2/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":489,"Cost":338,"Date":"9/5/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":203,"Cost":167,"Date":"9/14/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":187,"Date":"9/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":69,"Cost":56,"Date":"11/20/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":163,"Cost":132,"Date":"12/21/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":205,"Cost":167,"Date":"1/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":911,"Cost":487,"Date":"1/21/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":503,"Cost":428,"Date":"2/9/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":339,"Date":"3/19/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":692,"Cost":576,"Date":"4/3/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":801,"Cost":545,"Date":"4/5/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":289,"Cost":217,"Date":"4/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":968,"Cost":647,"Date":"7/10/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":105,"Date":"3/25/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":596,"Cost":411,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":285,"Cost":225,"Date":"10/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":524,"Cost":466,"Date":"3/2/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":922,"Cost":485,"Date":"6/28/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":855,"Cost":709,"Date":"7/17/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":625,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":846,"Cost":519,"Date":"8/23/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":468,"Date":"11/20/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":591,"Cost":404,"Date":"12/16/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":73,"Cost":61,"Date":"12/30/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":124,"Cost":86,"Date":"2/15/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":35,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":1,"Cost":1,"Date":"3/7/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":707,"Cost":389,"Date":"4/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":113,"Cost":73,"Date":"7/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":342,"Cost":235,"Date":"8/18/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":412,"Cost":331,"Date":"10/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":76,"Date":"11/11/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":59,"Cost":44,"Date":"11/30/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":343,"Cost":220,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":688,"Cost":544,"Date":"3/1/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":669,"Cost":419,"Date":"4/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":763,"Cost":712,"Date":"5/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":575,"Cost":385,"Date":"8/13/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":847,"Cost":590,"Date":"9/15/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":492,"Cost":365,"Date":"10/14/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":442,"Cost":280,"Date":"10/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":872,"Cost":496,"Date":"11/11/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":368,"Date":"12/7/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":140,"Cost":128,"Date":"12/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":983,"Cost":744,"Date":"1/6/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":141,"Cost":133,"Date":"1/23/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":89,"Cost":63,"Date":"2/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":412,"Cost":241,"Date":"3/10/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":595,"Cost":459,"Date":"3/12/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":904,"Cost":454,"Date":"3/31/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":895,"Cost":605,"Date":"6/16/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":972,"Cost":557,"Date":"6/17/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":72,"Cost":56,"Date":"8/27/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":728,"Cost":555,"Date":"10/1/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":602,"Cost":355,"Date":"11/4/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":630,"Cost":589,"Date":"11/9/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":677,"Cost":433,"Date":"3/27/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":175,"Cost":101,"Date":"4/17/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":296,"Cost":152,"Date":"8/11/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":839,"Cost":510,"Date":"8/21/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":852,"Cost":580,"Date":"9/2/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":549,"Cost":454,"Date":"9/5/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":750,"Cost":595,"Date":"9/14/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":629,"Cost":524,"Date":"9/20/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":389,"Cost":327,"Date":"11/20/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":345,"Cost":211,"Date":"12/21/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":593,"Cost":296,"Date":"1/7/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":283,"Cost":255,"Date":"1/21/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":985,"Cost":674,"Date":"2/9/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":20,"Cost":14,"Date":"3/19/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":3,"Cost":2,"Date":"4/3/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":375,"Cost":280,"Date":"4/5/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":454,"Cost":250,"Date":"4/28/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":963,"Cost":729,"Date":"7/10/2019"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":725,"Cost":368,"Date":"3/25/2020"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":593,"Cost":313,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":671,"Cost":405,"Date":"10/28/2020"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":917,"Cost":508,"Date":"3/2/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":104,"Cost":79,"Date":"6/28/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":856,"Cost":574,"Date":"7/17/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":462,"Cost":401,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":330,"Cost":272,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":515,"Cost":434,"Date":"11/20/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":312,"Cost":218,"Date":"12/16/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":393,"Cost":260,"Date":"12/30/2021"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":882,"Cost":674,"Date":"2/15/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":985,"Cost":904,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":656,"Cost":500,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":734,"Cost":520,"Date":"4/18/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":517,"Cost":414,"Date":"7/27/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":73,"Cost":64,"Date":"8/18/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":477,"Cost":349,"Date":"10/31/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":575,"Cost":527,"Date":"11/11/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":296,"Cost":222,"Date":"11/30/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":135,"Cost":104,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":206,"Cost":153,"Date":"3/1/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":119,"Cost":102,"Date":"4/13/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":247,"Cost":182,"Date":"5/20/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":536,"Cost":445,"Date":"8/13/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":59,"Cost":29,"Date":"9/15/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":253,"Cost":147,"Date":"10/14/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":770,"Cost":547,"Date":"10/28/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":562,"Cost":501,"Date":"11/11/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":242,"Cost":181,"Date":"12/7/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":463,"Cost":374,"Date":"12/21/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":850,"Cost":536,"Date":"1/6/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":537,"Cost":387,"Date":"1/23/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":956,"Cost":500,"Date":"2/4/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":711,"Cost":644,"Date":"3/10/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":541,"Cost":409,"Date":"3/12/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":735,"Cost":661,"Date":"3/31/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":251,"Cost":138,"Date":"6/16/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":672,"Cost":609,"Date":"6/17/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":359,"Cost":187,"Date":"8/27/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":438,"Cost":403,"Date":"10/1/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":35,"Cost":28,"Date":"11/4/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":211,"Cost":154,"Date":"11/9/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":830,"Cost":637,"Date":"3/27/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":319,"Cost":284,"Date":"4/17/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":505,"Cost":383,"Date":"8/11/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":432,"Cost":291,"Date":"8/21/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":71,"Cost":40,"Date":"9/2/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":43,"Cost":34,"Date":"9/5/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":26,"Cost":19,"Date":"9/14/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":358,"Cost":191,"Date":"9/20/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":842,"Cost":537,"Date":"11/20/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":230,"Cost":140,"Date":"12/21/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":341,"Cost":235,"Date":"1/7/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":572,"Cost":506,"Date":"1/21/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":277,"Cost":262,"Date":"2/9/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":95,"Cost":77,"Date":"3/19/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":971,"Cost":751,"Date":"4/3/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":798,"Cost":531,"Date":"4/5/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":276,"Cost":154,"Date":"4/28/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":224,"Cost":142,"Date":"7/10/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":673,"Cost":617,"Date":"3/25/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":452,"Cost":273,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":542,"Cost":320,"Date":"10/28/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":460,"Cost":409,"Date":"3/2/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":3,"Cost":2,"Date":"6/28/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":468,"Date":"7/17/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":899,"Cost":642,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":925,"Cost":758,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":163,"Cost":92,"Date":"11/20/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":555,"Cost":337,"Date":"12/16/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":692,"Cost":425,"Date":"12/30/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":779,"Cost":691,"Date":"2/15/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":577,"Cost":437,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":316,"Cost":293,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":237,"Cost":187,"Date":"4/18/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":587,"Cost":541,"Date":"7/27/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":667,"Cost":414,"Date":"8/18/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":139,"Cost":69,"Date":"10/31/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":473,"Cost":264,"Date":"11/11/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":586,"Cost":412,"Date":"11/30/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":569,"Cost":481,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":448,"Cost":227,"Date":"3/1/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":886,"Cost":723,"Date":"4/13/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":947,"Cost":564,"Date":"5/20/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":491,"Cost":296,"Date":"8/13/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":80,"Cost":55,"Date":"9/15/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":497,"Cost":292,"Date":"10/14/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":921,"Cost":635,"Date":"10/28/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":22,"Cost":11,"Date":"11/11/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":588,"Date":"12/7/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":461,"Cost":260,"Date":"12/21/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":827,"Cost":669,"Date":"1/6/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":306,"Cost":241,"Date":"1/23/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":949,"Cost":651,"Date":"2/4/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":833,"Cost":736,"Date":"3/10/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":795,"Cost":576,"Date":"3/12/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":612,"Cost":424,"Date":"3/31/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":733,"Cost":516,"Date":"6/16/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":941,"Cost":554,"Date":"6/17/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":21,"Cost":20,"Date":"8/27/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":387,"Cost":207,"Date":"10/1/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":785,"Cost":681,"Date":"11/4/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":973,"Cost":910,"Date":"11/9/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":471,"Cost":370,"Date":"3/27/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":988,"Cost":590,"Date":"4/17/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":991,"Cost":907,"Date":"8/11/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":893,"Cost":617,"Date":"8/21/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":469,"Cost":399,"Date":"9/2/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":24,"Cost":19,"Date":"9/5/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":519,"Cost":337,"Date":"9/14/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":142,"Cost":73,"Date":"9/20/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":295,"Cost":188,"Date":"11/20/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":483,"Date":"12/21/2018"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":289,"Cost":237,"Date":"1/7/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":391,"Date":"1/21/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":397,"Cost":332,"Date":"2/9/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":754,"Cost":688,"Date":"3/19/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":483,"Cost":373,"Date":"4/3/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":986,"Cost":896,"Date":"4/5/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":962,"Cost":679,"Date":"4/28/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":146,"Cost":79,"Date":"7/10/2019"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":767,"Cost":520,"Date":"3/25/2020"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":545,"Cost":337,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":438,"Date":"10/28/2020"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":453,"Cost":416,"Date":"3/2/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":407,"Cost":290,"Date":"6/28/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":803,"Cost":618,"Date":"7/17/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":275,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":538,"Cost":465,"Date":"8/23/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":759,"Cost":638,"Date":"11/20/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":143,"Cost":116,"Date":"12/16/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":288,"Date":"12/30/2021"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":130,"Date":"2/15/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":614,"Cost":422,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":121,"Cost":73,"Date":"3/7/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":663,"Cost":606,"Date":"4/18/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":130,"Cost":106,"Date":"7/27/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":977,"Cost":806,"Date":"8/18/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":390,"Date":"10/31/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":818,"Cost":526,"Date":"11/11/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":741,"Cost":447,"Date":"11/30/2022"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":258,"Cost":177,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":562,"Date":"3/1/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":100,"Cost":64,"Date":"4/13/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":547,"Cost":322,"Date":"5/20/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":801,"Cost":525,"Date":"8/13/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":166,"Date":"9/15/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":946,"Cost":486,"Date":"10/14/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":876,"Cost":648,"Date":"10/28/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":831,"Cost":672,"Date":"11/11/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":595,"Cost":462,"Date":"12/7/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":919,"Cost":640,"Date":"12/21/2023"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":381,"Cost":286,"Date":"1/6/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":924,"Cost":593,"Date":"1/23/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":726,"Cost":637,"Date":"2/4/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":307,"Date":"3/10/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":717,"Cost":482,"Date":"3/12/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":639,"Cost":427,"Date":"3/31/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":65,"Cost":60,"Date":"6/16/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":651,"Cost":456,"Date":"6/17/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":53,"Cost":31,"Date":"8/27/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":695,"Cost":552,"Date":"10/1/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":905,"Cost":468,"Date":"11/4/2024"},{"Store":"Vivo Constanța","Brand":"Jeans","Country":"Romania","Sale":401,"Cost":336,"Date":"11/9/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":693,"Cost":468,"Date":"3/27/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":336,"Cost":307,"Date":"4/17/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":687,"Cost":588,"Date":"8/11/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":251,"Cost":235,"Date":"8/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":913,"Cost":647,"Date":"9/2/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":643,"Cost":393,"Date":"9/5/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":340,"Cost":311,"Date":"9/14/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":822,"Cost":429,"Date":"9/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":789,"Cost":620,"Date":"11/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":286,"Cost":153,"Date":"12/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":733,"Cost":575,"Date":"1/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":731,"Cost":420,"Date":"1/21/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":113,"Cost":79,"Date":"2/9/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":845,"Cost":728,"Date":"3/19/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":174,"Cost":116,"Date":"4/3/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":740,"Cost":463,"Date":"4/5/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":160,"Cost":115,"Date":"4/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":413,"Cost":316,"Date":"7/10/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":88,"Cost":59,"Date":"3/25/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":208,"Cost":188,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":347,"Cost":245,"Date":"10/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":501,"Cost":464,"Date":"3/2/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":590,"Cost":537,"Date":"6/28/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":656,"Cost":401,"Date":"7/17/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":961,"Cost":563,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":34,"Cost":29,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":140,"Cost":106,"Date":"11/20/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":339,"Cost":196,"Date":"12/16/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":948,"Cost":810,"Date":"12/30/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":303,"Cost":270,"Date":"2/15/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":850,"Cost":551,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":162,"Cost":85,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":900,"Cost":765,"Date":"4/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":744,"Cost":706,"Date":"7/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":378,"Cost":203,"Date":"8/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":905,"Cost":722,"Date":"10/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":799,"Cost":477,"Date":"11/11/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":298,"Cost":210,"Date":"11/30/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":618,"Cost":467,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":678,"Cost":439,"Date":"3/1/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":334,"Cost":184,"Date":"4/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":459,"Cost":253,"Date":"5/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":196,"Cost":155,"Date":"8/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":139,"Cost":88,"Date":"9/15/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":519,"Cost":387,"Date":"10/14/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":4,"Cost":2,"Date":"10/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":360,"Cost":306,"Date":"11/11/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":56,"Cost":49,"Date":"12/7/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":853,"Cost":598,"Date":"12/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":513,"Cost":309,"Date":"1/6/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":860,"Cost":693,"Date":"1/23/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":982,"Cost":561,"Date":"2/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":148,"Cost":86,"Date":"3/10/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":150,"Cost":112,"Date":"3/12/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":780,"Cost":477,"Date":"3/31/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":607,"Cost":364,"Date":"6/16/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":139,"Cost":94,"Date":"6/17/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":342,"Cost":313,"Date":"8/27/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":484,"Cost":293,"Date":"10/1/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":672,"Cost":475,"Date":"11/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":730,"Cost":639,"Date":"11/9/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":837,"Cost":479,"Date":"3/27/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":305,"Cost":230,"Date":"4/17/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":162,"Cost":132,"Date":"8/11/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":483,"Cost":301,"Date":"8/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":957,"Cost":500,"Date":"9/2/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":296,"Cost":206,"Date":"9/5/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":335,"Cost":213,"Date":"9/14/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":748,"Cost":664,"Date":"9/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":648,"Cost":451,"Date":"11/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":305,"Cost":154,"Date":"12/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":826,"Cost":450,"Date":"1/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":99,"Cost":50,"Date":"1/21/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":466,"Cost":411,"Date":"2/9/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":71,"Cost":53,"Date":"3/19/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":64,"Cost":59,"Date":"4/3/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":618,"Cost":370,"Date":"4/5/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":441,"Cost":390,"Date":"4/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":107,"Cost":69,"Date":"7/10/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":225,"Cost":209,"Date":"3/25/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":221,"Cost":133,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":831,"Cost":787,"Date":"10/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":685,"Cost":434,"Date":"3/2/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":81,"Cost":61,"Date":"6/28/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":751,"Cost":423,"Date":"7/17/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":994,"Cost":828,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":121,"Cost":108,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":585,"Cost":513,"Date":"11/20/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":162,"Cost":97,"Date":"12/16/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":872,"Cost":741,"Date":"12/30/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":36,"Cost":21,"Date":"2/15/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":397,"Cost":300,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":3,"Cost":1,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":696,"Cost":485,"Date":"4/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":700,"Cost":482,"Date":"7/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":553,"Cost":327,"Date":"8/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":155,"Cost":102,"Date":"10/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":240,"Cost":214,"Date":"11/11/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":261,"Cost":199,"Date":"11/30/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":191,"Cost":142,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":123,"Cost":85,"Date":"3/1/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":563,"Cost":428,"Date":"4/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":686,"Cost":539,"Date":"5/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":535,"Cost":432,"Date":"8/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":533,"Cost":317,"Date":"9/15/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":762,"Cost":705,"Date":"10/14/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":567,"Cost":441,"Date":"10/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":338,"Cost":292,"Date":"11/11/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":731,"Cost":559,"Date":"12/7/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":228,"Cost":147,"Date":"12/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":756,"Cost":558,"Date":"1/6/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":490,"Cost":454,"Date":"1/23/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":1,"Cost":1,"Date":"2/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":19,"Cost":11,"Date":"3/10/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":25,"Cost":19,"Date":"3/12/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":170,"Cost":105,"Date":"3/31/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":359,"Cost":261,"Date":"6/16/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":990,"Cost":799,"Date":"6/17/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":531,"Cost":265,"Date":"8/27/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":594,"Cost":303,"Date":"10/1/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":830,"Cost":779,"Date":"11/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":366,"Cost":346,"Date":"11/9/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":892,"Cost":644,"Date":"3/27/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":962,"Cost":787,"Date":"4/17/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":919,"Cost":834,"Date":"8/11/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":835,"Cost":526,"Date":"8/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":404,"Date":"9/2/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":866,"Cost":761,"Date":"9/5/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":629,"Date":"9/14/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":95,"Cost":80,"Date":"9/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":243,"Cost":148,"Date":"11/20/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":563,"Cost":297,"Date":"12/21/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":842,"Cost":674,"Date":"1/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":472,"Date":"1/21/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":652,"Cost":407,"Date":"2/9/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":732,"Cost":416,"Date":"3/19/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":808,"Cost":519,"Date":"4/3/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":912,"Cost":630,"Date":"4/5/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":706,"Cost":483,"Date":"4/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":108,"Cost":56,"Date":"7/10/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":637,"Date":"3/25/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":409,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":66,"Cost":38,"Date":"10/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":917,"Cost":675,"Date":"3/2/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":885,"Cost":506,"Date":"6/28/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":99,"Cost":68,"Date":"7/17/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":167,"Cost":124,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":777,"Cost":456,"Date":"8/23/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":581,"Cost":341,"Date":"11/20/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":249,"Cost":169,"Date":"12/16/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":467,"Cost":347,"Date":"12/30/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":783,"Cost":406,"Date":"2/15/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":313,"Cost":165,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":949,"Cost":870,"Date":"3/7/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":489,"Cost":348,"Date":"4/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":146,"Cost":78,"Date":"7/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":402,"Cost":264,"Date":"8/18/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":566,"Cost":536,"Date":"10/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":791,"Cost":634,"Date":"11/11/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":842,"Cost":542,"Date":"11/30/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":692,"Cost":494,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":935,"Cost":886,"Date":"3/1/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":138,"Cost":87,"Date":"4/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":49,"Cost":26,"Date":"5/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":340,"Cost":314,"Date":"8/13/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":465,"Cost":300,"Date":"9/15/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":358,"Cost":309,"Date":"10/14/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":728,"Cost":425,"Date":"10/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":444,"Cost":273,"Date":"11/11/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":172,"Cost":157,"Date":"12/7/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":146,"Cost":128,"Date":"12/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":651,"Cost":342,"Date":"1/6/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":32,"Cost":19,"Date":"1/23/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":637,"Cost":600,"Date":"2/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":892,"Cost":755,"Date":"3/10/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":742,"Cost":514,"Date":"3/12/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":740,"Cost":595,"Date":"3/31/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":497,"Cost":300,"Date":"6/16/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":391,"Cost":362,"Date":"6/17/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":14,"Cost":13,"Date":"8/27/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":598,"Cost":495,"Date":"10/1/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":663,"Cost":572,"Date":"11/4/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM Home","Country":"Romania","Sale":40,"Cost":31,"Date":"11/9/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":85,"Cost":56,"Date":"3/27/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":775,"Cost":481,"Date":"4/17/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":919,"Cost":648,"Date":"8/11/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":254,"Cost":142,"Date":"8/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":153,"Cost":132,"Date":"9/2/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":30,"Cost":29,"Date":"9/5/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":723,"Cost":583,"Date":"9/14/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":470,"Cost":343,"Date":"9/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":344,"Cost":205,"Date":"11/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":378,"Cost":319,"Date":"12/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":130,"Cost":95,"Date":"1/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":144,"Cost":88,"Date":"1/21/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":413,"Cost":360,"Date":"2/9/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":638,"Cost":452,"Date":"3/19/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":960,"Cost":558,"Date":"4/3/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":21,"Cost":19,"Date":"4/5/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":212,"Cost":108,"Date":"4/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":494,"Cost":350,"Date":"7/10/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":332,"Cost":256,"Date":"3/25/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":598,"Cost":345,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":507,"Cost":477,"Date":"10/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":118,"Cost":86,"Date":"3/2/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":415,"Cost":337,"Date":"6/28/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":699,"Cost":661,"Date":"7/17/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":554,"Cost":465,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":803,"Cost":743,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":358,"Cost":256,"Date":"11/20/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":817,"Cost":706,"Date":"12/16/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":650,"Cost":506,"Date":"12/30/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":982,"Cost":872,"Date":"2/15/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":530,"Cost":300,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":129,"Cost":104,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":178,"Cost":119,"Date":"4/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":19,"Cost":17,"Date":"7/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":645,"Cost":585,"Date":"8/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":754,"Cost":614,"Date":"10/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":292,"Cost":261,"Date":"11/11/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":35,"Cost":24,"Date":"11/30/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":694,"Cost":354,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":847,"Cost":626,"Date":"3/1/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":253,"Cost":132,"Date":"4/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":496,"Cost":301,"Date":"5/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":894,"Cost":522,"Date":"8/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":791,"Cost":424,"Date":"9/15/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":456,"Cost":433,"Date":"10/14/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":271,"Cost":137,"Date":"10/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":281,"Cost":162,"Date":"11/11/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":149,"Cost":91,"Date":"12/7/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":597,"Cost":409,"Date":"12/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":469,"Cost":399,"Date":"1/6/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":891,"Cost":834,"Date":"1/23/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":597,"Cost":359,"Date":"2/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":773,"Cost":677,"Date":"3/10/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":454,"Cost":228,"Date":"3/12/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":112,"Cost":82,"Date":"3/31/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":434,"Cost":269,"Date":"6/16/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":626,"Cost":315,"Date":"6/17/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":155,"Cost":132,"Date":"8/27/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":645,"Cost":446,"Date":"10/1/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":644,"Cost":478,"Date":"11/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":804,"Cost":633,"Date":"11/9/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":935,"Cost":763,"Date":"3/27/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":614,"Cost":475,"Date":"4/17/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":293,"Cost":242,"Date":"8/11/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":597,"Cost":418,"Date":"8/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":353,"Cost":311,"Date":"9/2/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":265,"Cost":150,"Date":"9/5/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":405,"Cost":366,"Date":"9/14/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":348,"Cost":268,"Date":"9/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":521,"Cost":294,"Date":"11/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":942,"Cost":664,"Date":"12/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":764,"Cost":537,"Date":"1/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":722,"Cost":527,"Date":"1/21/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":362,"Cost":323,"Date":"2/9/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":669,"Cost":511,"Date":"3/19/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":98,"Cost":69,"Date":"4/3/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":778,"Cost":412,"Date":"4/5/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":311,"Cost":266,"Date":"4/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":697,"Cost":476,"Date":"7/10/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":655,"Cost":534,"Date":"3/25/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":939,"Cost":641,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":760,"Cost":580,"Date":"10/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":346,"Cost":289,"Date":"3/2/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":699,"Cost":536,"Date":"6/28/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":775,"Cost":638,"Date":"7/17/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":686,"Cost":647,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":790,"Cost":710,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":130,"Cost":82,"Date":"11/20/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":124,"Cost":73,"Date":"12/16/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":353,"Cost":287,"Date":"12/30/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":161,"Cost":149,"Date":"2/15/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":367,"Cost":318,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":730,"Cost":560,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":705,"Cost":629,"Date":"4/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":287,"Cost":250,"Date":"7/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":929,"Cost":871,"Date":"8/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":508,"Cost":391,"Date":"10/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":463,"Cost":281,"Date":"11/11/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":495,"Cost":407,"Date":"11/30/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":967,"Cost":819,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":736,"Cost":525,"Date":"3/1/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":361,"Cost":325,"Date":"4/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":41,"Cost":36,"Date":"5/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":492,"Cost":382,"Date":"8/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":304,"Cost":203,"Date":"9/15/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":353,"Cost":249,"Date":"10/14/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":638,"Cost":584,"Date":"10/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":688,"Cost":364,"Date":"11/11/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":626,"Cost":518,"Date":"12/7/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":139,"Cost":121,"Date":"12/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":103,"Cost":97,"Date":"1/6/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":750,"Cost":556,"Date":"1/23/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":246,"Cost":222,"Date":"2/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":716,"Cost":666,"Date":"3/10/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":581,"Cost":456,"Date":"3/12/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":169,"Cost":134,"Date":"3/31/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":959,"Cost":694,"Date":"6/16/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":486,"Cost":251,"Date":"6/17/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":48,"Cost":34,"Date":"8/27/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":625,"Cost":356,"Date":"10/1/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":748,"Cost":662,"Date":"11/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":528,"Cost":394,"Date":"11/9/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":335,"Cost":271,"Date":"3/27/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":325,"Cost":227,"Date":"4/17/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":726,"Cost":558,"Date":"8/11/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":548,"Cost":325,"Date":"8/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":973,"Cost":633,"Date":"9/2/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":127,"Cost":71,"Date":"9/5/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":745,"Cost":676,"Date":"9/14/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":722,"Cost":374,"Date":"9/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":182,"Cost":101,"Date":"11/20/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":715,"Cost":652,"Date":"12/21/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":607,"Cost":307,"Date":"1/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":950,"Cost":609,"Date":"1/21/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":29,"Date":"2/9/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":703,"Cost":352,"Date":"3/19/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":852,"Cost":687,"Date":"4/3/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":165,"Cost":116,"Date":"4/5/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":649,"Cost":514,"Date":"4/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":628,"Cost":501,"Date":"7/10/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":306,"Cost":246,"Date":"3/25/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":665,"Cost":335,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":347,"Cost":198,"Date":"10/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":627,"Cost":467,"Date":"3/2/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":933,"Cost":515,"Date":"6/28/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":734,"Cost":663,"Date":"7/17/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":593,"Cost":411,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":127,"Cost":89,"Date":"8/23/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":255,"Cost":170,"Date":"11/20/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":988,"Cost":865,"Date":"12/16/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":393,"Date":"12/30/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":28,"Cost":14,"Date":"2/15/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":993,"Cost":817,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":115,"Cost":83,"Date":"3/7/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":148,"Cost":127,"Date":"4/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":450,"Cost":256,"Date":"7/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":417,"Cost":223,"Date":"8/18/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":311,"Cost":182,"Date":"10/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":811,"Cost":516,"Date":"11/11/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":516,"Cost":294,"Date":"11/30/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":505,"Cost":474,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":796,"Cost":410,"Date":"3/1/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":437,"Cost":238,"Date":"4/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":96,"Date":"5/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":23,"Date":"8/13/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":893,"Cost":499,"Date":"9/15/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":428,"Cost":237,"Date":"10/14/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":139,"Cost":95,"Date":"10/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":29,"Cost":22,"Date":"11/11/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":198,"Cost":126,"Date":"12/7/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":354,"Cost":293,"Date":"12/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":380,"Cost":280,"Date":"1/6/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":623,"Cost":457,"Date":"1/23/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":153,"Cost":97,"Date":"2/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":936,"Cost":549,"Date":"3/10/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":351,"Date":"3/12/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":763,"Cost":510,"Date":"3/31/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":919,"Cost":724,"Date":"6/16/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":542,"Cost":280,"Date":"6/17/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":167,"Cost":95,"Date":"8/27/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":715,"Cost":502,"Date":"10/1/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":91,"Cost":75,"Date":"11/4/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":320,"Cost":296,"Date":"11/9/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":529,"Cost":280,"Date":"3/27/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":863,"Cost":498,"Date":"4/17/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":838,"Cost":623,"Date":"8/11/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":320,"Cost":167,"Date":"8/21/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":731,"Cost":493,"Date":"9/2/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":399,"Date":"9/5/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":838,"Cost":439,"Date":"9/14/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":874,"Cost":603,"Date":"9/20/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":730,"Cost":385,"Date":"11/20/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":651,"Cost":554,"Date":"12/21/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":896,"Cost":490,"Date":"1/7/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":751,"Cost":489,"Date":"1/21/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":152,"Cost":141,"Date":"2/9/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":941,"Cost":719,"Date":"3/19/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":962,"Cost":772,"Date":"4/3/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":75,"Cost":69,"Date":"4/5/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":271,"Cost":224,"Date":"4/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":701,"Cost":598,"Date":"7/10/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":675,"Cost":396,"Date":"3/25/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":791,"Cost":420,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":236,"Cost":156,"Date":"10/28/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":7,"Cost":5,"Date":"3/2/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":992,"Cost":832,"Date":"6/28/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":993,"Cost":941,"Date":"7/17/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":87,"Cost":57,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":650,"Cost":579,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":475,"Cost":335,"Date":"11/20/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":918,"Cost":631,"Date":"12/16/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":323,"Cost":204,"Date":"12/30/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":320,"Cost":213,"Date":"2/15/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":250,"Cost":171,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":329,"Cost":182,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":900,"Cost":779,"Date":"4/18/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":643,"Cost":570,"Date":"7/27/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":648,"Cost":477,"Date":"8/18/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":458,"Date":"10/31/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":424,"Date":"11/11/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":735,"Cost":599,"Date":"11/30/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":539,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":761,"Cost":454,"Date":"3/1/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":885,"Cost":837,"Date":"4/13/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":686,"Cost":455,"Date":"5/20/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":1000,"Cost":525,"Date":"8/13/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":289,"Cost":263,"Date":"9/15/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":572,"Cost":468,"Date":"10/14/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":195,"Cost":167,"Date":"10/28/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":29,"Cost":18,"Date":"11/11/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":647,"Date":"12/7/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":829,"Cost":598,"Date":"12/21/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":959,"Cost":724,"Date":"1/6/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":708,"Cost":632,"Date":"1/23/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":584,"Cost":451,"Date":"2/4/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":780,"Cost":650,"Date":"3/10/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":292,"Cost":269,"Date":"3/12/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":850,"Cost":772,"Date":"3/31/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":39,"Cost":27,"Date":"6/16/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":529,"Cost":493,"Date":"6/17/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":769,"Cost":545,"Date":"8/27/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":156,"Cost":108,"Date":"10/1/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":283,"Cost":254,"Date":"11/4/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":805,"Date":"11/9/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":721,"Cost":665,"Date":"3/27/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":690,"Cost":366,"Date":"4/17/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":691,"Cost":497,"Date":"8/11/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":103,"Date":"8/21/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":883,"Cost":446,"Date":"9/2/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":805,"Cost":524,"Date":"9/5/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":817,"Cost":767,"Date":"9/14/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":770,"Cost":655,"Date":"9/20/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":77,"Cost":64,"Date":"11/20/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":450,"Cost":393,"Date":"12/21/2018"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":859,"Cost":762,"Date":"1/7/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":610,"Cost":404,"Date":"1/21/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":460,"Cost":365,"Date":"2/9/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":792,"Cost":746,"Date":"3/19/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":498,"Cost":451,"Date":"4/3/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":987,"Cost":784,"Date":"4/5/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":406,"Cost":306,"Date":"4/28/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":601,"Cost":336,"Date":"7/10/2019"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":558,"Cost":391,"Date":"3/25/2020"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":603,"Cost":464,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":391,"Cost":372,"Date":"10/28/2020"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":350,"Cost":257,"Date":"3/2/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":349,"Cost":290,"Date":"6/28/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":74,"Cost":66,"Date":"7/17/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":416,"Cost":250,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":770,"Cost":671,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":515,"Cost":319,"Date":"11/20/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":163,"Cost":103,"Date":"12/16/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":639,"Cost":557,"Date":"12/30/2021"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":213,"Cost":189,"Date":"2/15/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":541,"Cost":407,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":743,"Cost":425,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":142,"Cost":101,"Date":"4/18/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":176,"Cost":96,"Date":"7/27/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":390,"Cost":305,"Date":"8/18/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":594,"Cost":317,"Date":"10/31/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":375,"Cost":284,"Date":"11/11/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":493,"Cost":304,"Date":"11/30/2022"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":729,"Cost":500,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":857,"Cost":709,"Date":"3/1/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":38,"Cost":35,"Date":"4/13/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":403,"Cost":365,"Date":"5/20/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":959,"Cost":582,"Date":"8/13/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":887,"Cost":767,"Date":"9/15/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":943,"Cost":659,"Date":"10/14/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":219,"Date":"10/28/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":937,"Cost":541,"Date":"11/11/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":825,"Cost":505,"Date":"12/7/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":961,"Cost":621,"Date":"12/21/2023"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":57,"Cost":40,"Date":"1/6/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":887,"Cost":475,"Date":"1/23/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":20,"Date":"2/4/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":174,"Cost":110,"Date":"3/10/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":418,"Cost":283,"Date":"3/12/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":102,"Date":"3/31/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":806,"Cost":561,"Date":"6/16/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":459,"Cost":264,"Date":"6/17/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":368,"Cost":220,"Date":"8/27/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":308,"Cost":256,"Date":"10/1/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":358,"Cost":238,"Date":"11/4/2024"},{"Store":"Iulius Mall Iași","Brand":"ARKET","Country":"Romania","Sale":501,"Cost":264,"Date":"11/9/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":809,"Cost":611,"Date":"3/27/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":29,"Cost":16,"Date":"4/17/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":224,"Cost":185,"Date":"8/11/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":758,"Cost":475,"Date":"8/21/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":748,"Cost":444,"Date":"9/2/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":196,"Cost":144,"Date":"9/5/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":872,"Cost":663,"Date":"9/14/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":129,"Cost":70,"Date":"9/20/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":575,"Cost":482,"Date":"11/20/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":116,"Cost":106,"Date":"12/21/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":356,"Cost":246,"Date":"1/7/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":145,"Cost":88,"Date":"1/21/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":901,"Cost":809,"Date":"2/9/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":392,"Cost":198,"Date":"3/19/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":231,"Cost":201,"Date":"4/3/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":591,"Cost":482,"Date":"4/5/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":456,"Cost":334,"Date":"4/28/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":993,"Cost":499,"Date":"7/10/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":91,"Cost":73,"Date":"3/25/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":478,"Cost":304,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":6,"Cost":3,"Date":"10/28/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":161,"Cost":144,"Date":"3/2/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":62,"Cost":42,"Date":"6/28/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":996,"Cost":638,"Date":"7/17/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":104,"Cost":70,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":977,"Cost":588,"Date":"8/23/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":289,"Cost":192,"Date":"11/20/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":874,"Cost":762,"Date":"12/16/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":982,"Cost":684,"Date":"12/30/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":557,"Cost":404,"Date":"2/15/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":808,"Cost":718,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":351,"Cost":263,"Date":"3/7/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":989,"Cost":620,"Date":"4/18/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":187,"Cost":131,"Date":"7/27/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":310,"Cost":218,"Date":"8/18/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":351,"Cost":298,"Date":"10/31/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":781,"Cost":559,"Date":"11/11/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":965,"Cost":485,"Date":"11/30/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":85,"Cost":51,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":195,"Cost":162,"Date":"3/1/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":881,"Cost":489,"Date":"4/13/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":523,"Cost":351,"Date":"5/20/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":68,"Cost":50,"Date":"8/13/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":546,"Cost":497,"Date":"9/15/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":81,"Cost":75,"Date":"10/14/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":564,"Cost":310,"Date":"10/28/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":346,"Cost":217,"Date":"11/11/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":57,"Cost":48,"Date":"12/7/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":413,"Cost":218,"Date":"12/21/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":832,"Cost":572,"Date":"1/6/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":683,"Cost":361,"Date":"1/23/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":523,"Cost":303,"Date":"2/4/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":362,"Cost":208,"Date":"3/10/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":438,"Cost":344,"Date":"3/12/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":944,"Cost":621,"Date":"3/31/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":471,"Cost":320,"Date":"6/16/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":783,"Cost":585,"Date":"6/17/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":677,"Cost":383,"Date":"8/27/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":277,"Cost":247,"Date":"10/1/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":515,"Cost":305,"Date":"11/4/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":67,"Cost":62,"Date":"11/9/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":402,"Cost":294,"Date":"3/27/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":343,"Cost":242,"Date":"4/17/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":485,"Date":"8/11/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":348,"Cost":306,"Date":"8/21/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":733,"Cost":428,"Date":"9/2/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":541,"Cost":342,"Date":"9/5/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":44,"Cost":29,"Date":"9/14/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":524,"Date":"9/20/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":839,"Cost":730,"Date":"11/20/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":879,"Cost":562,"Date":"12/21/2018"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":169,"Cost":143,"Date":"1/7/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":127,"Date":"1/21/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":4,"Cost":4,"Date":"2/9/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":904,"Cost":734,"Date":"3/19/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":155,"Date":"4/3/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":127,"Date":"4/5/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":195,"Cost":159,"Date":"4/28/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":846,"Cost":754,"Date":"7/10/2019"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":266,"Cost":146,"Date":"3/25/2020"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":460,"Cost":278,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":41,"Cost":34,"Date":"10/28/2020"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":156,"Cost":113,"Date":"3/2/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":461,"Cost":270,"Date":"6/28/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":958,"Cost":745,"Date":"7/17/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":436,"Cost":409,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":986,"Cost":598,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":815,"Cost":496,"Date":"11/20/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":428,"Cost":218,"Date":"12/16/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":802,"Cost":600,"Date":"12/30/2021"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":878,"Cost":589,"Date":"2/15/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":629,"Cost":316,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":525,"Cost":375,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":495,"Cost":354,"Date":"4/18/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":732,"Cost":441,"Date":"7/27/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":902,"Cost":829,"Date":"8/18/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":38,"Cost":31,"Date":"10/31/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":761,"Cost":527,"Date":"11/11/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":289,"Cost":166,"Date":"11/30/2022"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":790,"Cost":401,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":988,"Cost":887,"Date":"3/1/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":61,"Cost":37,"Date":"4/13/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":198,"Cost":104,"Date":"5/20/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":186,"Cost":167,"Date":"8/13/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":191,"Cost":173,"Date":"9/15/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":563,"Cost":352,"Date":"10/14/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":952,"Cost":791,"Date":"10/28/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":457,"Cost":415,"Date":"11/11/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":903,"Cost":672,"Date":"12/7/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":359,"Cost":208,"Date":"12/21/2023"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":660,"Cost":505,"Date":"1/6/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":317,"Cost":200,"Date":"1/23/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":167,"Cost":113,"Date":"2/4/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":41,"Date":"3/10/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":101,"Cost":53,"Date":"3/12/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":689,"Cost":606,"Date":"3/31/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":804,"Cost":531,"Date":"6/16/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":652,"Date":"6/17/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":2,"Cost":2,"Date":"8/27/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":216,"Date":"10/1/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":518,"Cost":367,"Date":"11/4/2024"},{"Store":"Palas Mall, Iași","Brand":"HM Home","Country":"Romania","Sale":967,"Cost":901,"Date":"11/9/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":289,"Cost":144,"Date":"3/27/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":364,"Cost":204,"Date":"4/17/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":707,"Cost":625,"Date":"8/11/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":48,"Cost":40,"Date":"8/21/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":373,"Cost":191,"Date":"9/2/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":418,"Cost":261,"Date":"9/5/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":861,"Cost":527,"Date":"9/14/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":925,"Cost":560,"Date":"9/20/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":111,"Cost":61,"Date":"11/20/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":711,"Cost":379,"Date":"12/21/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":700,"Cost":540,"Date":"1/7/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":787,"Cost":727,"Date":"1/21/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":995,"Cost":748,"Date":"2/9/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":172,"Cost":125,"Date":"3/19/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":248,"Cost":206,"Date":"4/3/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":323,"Cost":227,"Date":"4/5/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":906,"Cost":811,"Date":"4/28/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":662,"Cost":599,"Date":"7/10/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":642,"Cost":489,"Date":"3/25/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":61,"Cost":57,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":485,"Cost":407,"Date":"10/28/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":795,"Cost":404,"Date":"3/2/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":284,"Cost":167,"Date":"6/28/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":28,"Cost":20,"Date":"7/17/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":217,"Cost":109,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":889,"Cost":812,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":570,"Cost":492,"Date":"11/20/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":131,"Cost":105,"Date":"12/16/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":769,"Cost":569,"Date":"12/30/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":962,"Cost":544,"Date":"2/15/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":448,"Cost":418,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":728,"Cost":541,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":714,"Cost":385,"Date":"4/18/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":731,"Cost":526,"Date":"7/27/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":915,"Cost":834,"Date":"8/18/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":429,"Cost":246,"Date":"10/31/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":452,"Cost":252,"Date":"11/11/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":880,"Cost":745,"Date":"11/30/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":842,"Cost":431,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":830,"Cost":673,"Date":"3/1/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":927,"Cost":556,"Date":"4/13/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":492,"Cost":285,"Date":"5/20/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":524,"Cost":403,"Date":"8/13/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":58,"Cost":34,"Date":"9/15/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":179,"Cost":141,"Date":"10/14/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":649,"Cost":366,"Date":"10/28/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":823,"Cost":702,"Date":"11/11/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":638,"Cost":372,"Date":"12/7/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":265,"Cost":156,"Date":"12/21/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":540,"Cost":427,"Date":"1/6/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":575,"Cost":324,"Date":"1/23/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":22,"Cost":12,"Date":"2/4/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":244,"Cost":124,"Date":"3/10/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":761,"Cost":546,"Date":"3/12/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":134,"Cost":99,"Date":"3/31/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":829,"Cost":566,"Date":"6/16/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":27,"Cost":21,"Date":"6/17/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":509,"Cost":463,"Date":"8/27/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":408,"Cost":368,"Date":"10/1/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":558,"Cost":424,"Date":"11/4/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":17,"Cost":9,"Date":"11/9/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":393,"Cost":358,"Date":"3/27/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":698,"Cost":615,"Date":"4/17/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":860,"Cost":447,"Date":"8/11/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":379,"Cost":318,"Date":"8/21/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":408,"Cost":336,"Date":"9/2/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":192,"Cost":135,"Date":"9/5/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":246,"Cost":170,"Date":"9/14/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":402,"Cost":263,"Date":"9/20/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":992,"Cost":669,"Date":"11/20/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":791,"Cost":651,"Date":"12/21/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":235,"Cost":214,"Date":"1/7/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":696,"Cost":409,"Date":"1/21/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":715,"Cost":459,"Date":"2/9/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":852,"Cost":733,"Date":"3/19/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":2,"Cost":2,"Date":"4/3/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":163,"Cost":87,"Date":"4/5/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":103,"Cost":74,"Date":"4/28/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":485,"Cost":321,"Date":"7/10/2019"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":151,"Cost":94,"Date":"3/25/2020"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":502,"Cost":280,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":109,"Cost":84,"Date":"10/28/2020"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":472,"Cost":255,"Date":"3/2/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":791,"Cost":480,"Date":"6/28/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":263,"Cost":208,"Date":"7/17/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":280,"Cost":256,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":558,"Cost":313,"Date":"8/23/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":134,"Cost":90,"Date":"11/20/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":336,"Cost":294,"Date":"12/16/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":345,"Cost":246,"Date":"12/30/2021"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":464,"Cost":292,"Date":"2/15/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":835,"Cost":775,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":85,"Cost":57,"Date":"3/7/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":657,"Cost":612,"Date":"4/18/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":61,"Cost":47,"Date":"7/27/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":328,"Cost":237,"Date":"8/18/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":563,"Cost":390,"Date":"10/31/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":454,"Cost":347,"Date":"11/11/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":886,"Cost":512,"Date":"11/30/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":42,"Cost":31,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":565,"Cost":530,"Date":"3/1/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":689,"Cost":534,"Date":"4/13/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":864,"Cost":701,"Date":"5/20/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":342,"Cost":218,"Date":"8/13/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":788,"Cost":433,"Date":"9/15/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":580,"Cost":356,"Date":"10/14/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":725,"Cost":585,"Date":"10/28/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":623,"Cost":416,"Date":"11/11/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":190,"Cost":151,"Date":"12/7/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":919,"Cost":526,"Date":"12/21/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":999,"Cost":634,"Date":"1/6/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":765,"Cost":575,"Date":"1/23/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":882,"Cost":795,"Date":"2/4/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":691,"Cost":462,"Date":"3/10/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":361,"Cost":235,"Date":"3/12/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":114,"Cost":81,"Date":"3/31/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":549,"Cost":322,"Date":"6/16/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":908,"Cost":546,"Date":"6/17/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":170,"Cost":121,"Date":"8/27/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":388,"Cost":323,"Date":"10/1/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":329,"Cost":300,"Date":"11/4/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":847,"Cost":512,"Date":"11/9/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":330,"Cost":201,"Date":"3/27/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":859,"Cost":457,"Date":"4/17/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":850,"Cost":730,"Date":"8/11/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":213,"Cost":184,"Date":"8/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":607,"Cost":410,"Date":"9/2/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":122,"Cost":75,"Date":"9/5/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":543,"Cost":285,"Date":"9/14/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":584,"Cost":499,"Date":"9/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":59,"Cost":30,"Date":"11/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":758,"Cost":436,"Date":"12/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":652,"Cost":418,"Date":"1/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":635,"Cost":516,"Date":"1/21/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":225,"Cost":170,"Date":"2/9/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":276,"Cost":172,"Date":"3/19/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":615,"Cost":534,"Date":"4/3/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":745,"Cost":664,"Date":"4/5/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":554,"Cost":420,"Date":"4/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":517,"Cost":454,"Date":"7/10/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":503,"Cost":367,"Date":"3/25/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":247,"Cost":151,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":80,"Cost":75,"Date":"10/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":466,"Date":"3/2/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":888,"Cost":586,"Date":"6/28/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":614,"Cost":528,"Date":"7/17/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":261,"Cost":141,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":435,"Cost":287,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":545,"Cost":515,"Date":"11/20/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":700,"Cost":498,"Date":"12/16/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":886,"Cost":725,"Date":"12/30/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":938,"Cost":590,"Date":"2/15/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":956,"Cost":793,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":513,"Cost":277,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":634,"Cost":396,"Date":"4/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":451,"Cost":294,"Date":"7/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":397,"Cost":329,"Date":"8/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":266,"Cost":140,"Date":"10/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":620,"Cost":443,"Date":"11/11/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":512,"Cost":421,"Date":"11/30/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":178,"Cost":128,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":997,"Cost":743,"Date":"3/1/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":535,"Cost":279,"Date":"4/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":264,"Cost":232,"Date":"5/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":960,"Cost":532,"Date":"8/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":272,"Cost":176,"Date":"9/15/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":181,"Cost":124,"Date":"10/14/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":280,"Cost":186,"Date":"10/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":859,"Cost":539,"Date":"11/11/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":218,"Cost":110,"Date":"12/7/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":214,"Cost":202,"Date":"12/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":13,"Cost":7,"Date":"1/6/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":714,"Cost":556,"Date":"1/23/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":904,"Cost":455,"Date":"2/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":976,"Cost":740,"Date":"3/10/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":355,"Cost":266,"Date":"3/12/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":240,"Cost":175,"Date":"3/31/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":434,"Cost":369,"Date":"6/16/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":20,"Cost":11,"Date":"6/17/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":426,"Cost":341,"Date":"8/27/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":806,"Cost":590,"Date":"10/1/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":49,"Cost":45,"Date":"11/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":380,"Cost":305,"Date":"11/9/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":930,"Cost":493,"Date":"3/27/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":109,"Cost":97,"Date":"4/17/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":752,"Cost":714,"Date":"8/11/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":853,"Cost":609,"Date":"8/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":903,"Cost":710,"Date":"9/2/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":208,"Cost":129,"Date":"9/5/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":919,"Cost":649,"Date":"9/14/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":269,"Cost":216,"Date":"9/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":407,"Cost":236,"Date":"11/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":157,"Cost":79,"Date":"12/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":758,"Cost":547,"Date":"1/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":783,"Cost":480,"Date":"1/21/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":117,"Cost":106,"Date":"2/9/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":524,"Cost":287,"Date":"3/19/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":468,"Cost":444,"Date":"4/3/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":866,"Cost":813,"Date":"4/5/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":588,"Cost":362,"Date":"4/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":285,"Cost":270,"Date":"7/10/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":130,"Cost":111,"Date":"3/25/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":790,"Cost":396,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":129,"Cost":80,"Date":"10/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":891,"Cost":789,"Date":"3/2/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":957,"Cost":648,"Date":"6/28/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":434,"Cost":352,"Date":"7/17/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":270,"Cost":179,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":205,"Cost":140,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":607,"Cost":495,"Date":"11/20/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":975,"Cost":871,"Date":"12/16/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":705,"Cost":376,"Date":"12/30/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":450,"Cost":402,"Date":"2/15/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":95,"Cost":74,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":173,"Cost":121,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":883,"Cost":583,"Date":"4/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":916,"Cost":560,"Date":"7/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":319,"Cost":282,"Date":"8/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":817,"Cost":418,"Date":"10/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":875,"Cost":549,"Date":"11/11/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":751,"Cost":376,"Date":"11/30/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":578,"Cost":497,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":491,"Cost":348,"Date":"3/1/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":890,"Cost":701,"Date":"4/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":84,"Cost":42,"Date":"5/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":830,"Cost":641,"Date":"8/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":746,"Cost":586,"Date":"9/15/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":269,"Cost":248,"Date":"10/14/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":164,"Cost":138,"Date":"10/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":662,"Cost":452,"Date":"11/11/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":345,"Cost":298,"Date":"12/7/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":433,"Cost":355,"Date":"12/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":712,"Cost":664,"Date":"1/6/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":659,"Cost":389,"Date":"1/23/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":631,"Cost":585,"Date":"2/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":598,"Cost":399,"Date":"3/10/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":487,"Cost":437,"Date":"3/12/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":229,"Cost":179,"Date":"3/31/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":275,"Cost":230,"Date":"6/16/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":29,"Cost":15,"Date":"6/17/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":42,"Cost":36,"Date":"8/27/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":615,"Cost":331,"Date":"10/1/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":424,"Cost":299,"Date":"11/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM","Country":"Romania","Sale":339,"Cost":316,"Date":"11/9/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":300,"Cost":180,"Date":"3/27/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":799,"Cost":648,"Date":"4/17/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":902,"Cost":572,"Date":"8/11/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":842,"Cost":583,"Date":"8/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":852,"Cost":700,"Date":"9/2/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":902,"Cost":850,"Date":"9/5/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":851,"Cost":756,"Date":"9/14/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":497,"Cost":316,"Date":"9/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":597,"Cost":316,"Date":"11/20/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":902,"Cost":642,"Date":"12/21/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":717,"Cost":485,"Date":"1/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":282,"Cost":263,"Date":"1/21/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":508,"Cost":311,"Date":"2/9/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":603,"Cost":566,"Date":"3/19/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":784,"Cost":700,"Date":"4/3/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":827,"Cost":511,"Date":"4/5/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":83,"Date":"4/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":408,"Date":"7/10/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":246,"Cost":162,"Date":"3/25/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":24,"Cost":19,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":255,"Date":"10/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":462,"Date":"3/2/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":191,"Cost":163,"Date":"6/28/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":655,"Cost":502,"Date":"7/17/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":355,"Cost":207,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":920,"Cost":463,"Date":"8/23/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":480,"Cost":361,"Date":"11/20/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":473,"Cost":390,"Date":"12/16/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":256,"Cost":198,"Date":"12/30/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":911,"Cost":699,"Date":"2/15/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":397,"Cost":343,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":989,"Cost":688,"Date":"3/7/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":441,"Cost":304,"Date":"4/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":218,"Cost":117,"Date":"7/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":620,"Cost":576,"Date":"8/18/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":733,"Cost":516,"Date":"10/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":797,"Cost":531,"Date":"11/11/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":513,"Cost":344,"Date":"11/30/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":899,"Cost":732,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":85,"Cost":46,"Date":"3/1/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":805,"Cost":575,"Date":"4/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":883,"Cost":837,"Date":"5/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":611,"Cost":535,"Date":"8/13/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":716,"Cost":674,"Date":"9/15/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":667,"Cost":487,"Date":"10/14/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":901,"Cost":597,"Date":"10/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":879,"Cost":581,"Date":"11/11/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":100,"Cost":91,"Date":"12/7/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":93,"Cost":46,"Date":"12/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":847,"Cost":699,"Date":"1/6/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":798,"Cost":723,"Date":"1/23/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":628,"Cost":372,"Date":"2/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":832,"Cost":790,"Date":"3/10/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":583,"Cost":439,"Date":"3/12/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":454,"Date":"3/31/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":632,"Cost":543,"Date":"6/16/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":836,"Cost":720,"Date":"6/17/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":762,"Cost":490,"Date":"8/27/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":182,"Cost":169,"Date":"10/1/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":293,"Cost":240,"Date":"11/4/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":585,"Cost":532,"Date":"11/9/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":602,"Cost":356,"Date":"3/27/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":71,"Cost":68,"Date":"4/17/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":83,"Cost":62,"Date":"8/11/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":608,"Cost":467,"Date":"8/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":405,"Date":"9/2/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":513,"Cost":355,"Date":"9/5/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":141,"Cost":133,"Date":"9/14/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":238,"Date":"9/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":554,"Cost":319,"Date":"11/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":615,"Date":"12/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":267,"Cost":161,"Date":"1/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":143,"Cost":80,"Date":"1/21/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":197,"Cost":149,"Date":"2/9/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":23,"Cost":16,"Date":"3/19/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":591,"Date":"4/3/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":340,"Cost":217,"Date":"4/5/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":363,"Cost":254,"Date":"4/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":270,"Cost":183,"Date":"7/10/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":299,"Cost":204,"Date":"3/25/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":743,"Cost":602,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":795,"Cost":449,"Date":"10/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":306,"Cost":175,"Date":"3/2/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":746,"Cost":382,"Date":"6/28/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":557,"Cost":379,"Date":"7/17/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":246,"Cost":157,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":172,"Cost":110,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":700,"Cost":651,"Date":"11/20/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":628,"Cost":375,"Date":"12/16/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":248,"Cost":213,"Date":"12/30/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":290,"Date":"2/15/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":43,"Cost":24,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":386,"Cost":324,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":909,"Cost":729,"Date":"4/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":485,"Cost":377,"Date":"7/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":703,"Cost":482,"Date":"8/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":81,"Cost":59,"Date":"10/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":320,"Cost":200,"Date":"11/11/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":113,"Cost":61,"Date":"11/30/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":83,"Cost":42,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":72,"Cost":39,"Date":"3/1/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":557,"Cost":491,"Date":"4/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":293,"Cost":152,"Date":"5/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":152,"Cost":96,"Date":"8/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":24,"Cost":16,"Date":"9/15/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":430,"Cost":218,"Date":"10/14/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":400,"Cost":336,"Date":"10/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":564,"Cost":500,"Date":"11/11/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":711,"Cost":421,"Date":"12/7/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":750,"Cost":642,"Date":"12/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":139,"Cost":125,"Date":"1/6/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":501,"Cost":473,"Date":"1/23/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":425,"Cost":366,"Date":"2/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":616,"Cost":366,"Date":"3/10/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":210,"Cost":139,"Date":"3/12/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":592,"Cost":488,"Date":"3/31/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":648,"Date":"6/16/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":562,"Cost":281,"Date":"6/17/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":334,"Cost":257,"Date":"8/27/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":855,"Cost":657,"Date":"10/1/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":902,"Cost":746,"Date":"11/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM Home","Country":"Romania","Sale":170,"Cost":100,"Date":"11/9/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":871,"Cost":695,"Date":"3/27/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":504,"Cost":289,"Date":"4/17/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":161,"Cost":137,"Date":"8/11/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":533,"Cost":351,"Date":"8/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":597,"Cost":313,"Date":"9/2/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":325,"Cost":195,"Date":"9/5/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":345,"Cost":202,"Date":"9/14/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":991,"Cost":843,"Date":"9/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":848,"Cost":716,"Date":"11/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":627,"Cost":479,"Date":"12/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":423,"Cost":265,"Date":"1/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":183,"Cost":95,"Date":"1/21/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":111,"Cost":97,"Date":"2/9/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":390,"Cost":256,"Date":"3/19/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":179,"Cost":170,"Date":"4/3/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":815,"Cost":685,"Date":"4/5/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":155,"Cost":82,"Date":"4/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":379,"Cost":354,"Date":"7/10/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":852,"Cost":554,"Date":"3/25/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":426,"Cost":256,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":801,"Cost":448,"Date":"10/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":2,"Cost":2,"Date":"3/2/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":632,"Cost":423,"Date":"6/28/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":730,"Cost":519,"Date":"7/17/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":993,"Cost":703,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":14,"Cost":8,"Date":"11/20/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":480,"Cost":282,"Date":"12/16/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":739,"Cost":609,"Date":"12/30/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":138,"Cost":121,"Date":"2/15/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":448,"Cost":267,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":870,"Cost":561,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":195,"Cost":158,"Date":"4/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":4,"Cost":3,"Date":"7/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":321,"Cost":167,"Date":"8/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":546,"Cost":477,"Date":"10/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":369,"Cost":205,"Date":"11/11/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":155,"Cost":128,"Date":"11/30/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":52,"Cost":45,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":554,"Cost":352,"Date":"3/1/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":445,"Cost":316,"Date":"4/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":439,"Cost":222,"Date":"5/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":91,"Cost":78,"Date":"8/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":819,"Cost":644,"Date":"9/15/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":343,"Cost":213,"Date":"10/14/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":568,"Cost":370,"Date":"10/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":517,"Cost":360,"Date":"11/11/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":178,"Cost":95,"Date":"12/7/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":556,"Cost":508,"Date":"12/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":36,"Cost":28,"Date":"1/6/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":946,"Cost":688,"Date":"1/23/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":968,"Cost":498,"Date":"2/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":265,"Cost":223,"Date":"3/10/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":279,"Cost":236,"Date":"3/12/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":888,"Cost":701,"Date":"3/31/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":442,"Cost":395,"Date":"6/16/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":319,"Cost":303,"Date":"6/17/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":262,"Cost":207,"Date":"8/27/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":927,"Cost":787,"Date":"10/1/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":942,"Cost":838,"Date":"11/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"HM","Country":"Romania","Sale":742,"Cost":424,"Date":"11/9/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":301,"Cost":206,"Date":"3/27/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":996,"Cost":909,"Date":"4/17/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":421,"Cost":371,"Date":"8/11/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":94,"Cost":52,"Date":"8/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":413,"Cost":250,"Date":"9/2/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":76,"Cost":59,"Date":"9/5/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":300,"Cost":156,"Date":"9/14/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":649,"Cost":454,"Date":"9/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":218,"Cost":192,"Date":"11/20/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":777,"Cost":470,"Date":"12/21/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":182,"Cost":148,"Date":"1/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":605,"Cost":328,"Date":"1/21/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":686,"Cost":574,"Date":"2/9/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":15,"Cost":14,"Date":"3/19/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":331,"Cost":293,"Date":"4/3/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":287,"Cost":225,"Date":"4/5/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":54,"Date":"4/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":344,"Cost":275,"Date":"7/10/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":382,"Cost":192,"Date":"3/25/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":921,"Cost":834,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":302,"Cost":182,"Date":"10/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":896,"Cost":835,"Date":"3/2/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":261,"Cost":143,"Date":"6/28/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":282,"Date":"7/17/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":586,"Cost":434,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":885,"Cost":578,"Date":"8/23/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":47,"Cost":26,"Date":"11/20/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":197,"Cost":172,"Date":"12/16/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":744,"Cost":527,"Date":"12/30/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":660,"Cost":495,"Date":"2/15/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":162,"Cost":118,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":475,"Cost":306,"Date":"3/7/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":94,"Cost":62,"Date":"4/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":424,"Cost":302,"Date":"7/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":491,"Cost":386,"Date":"8/18/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":896,"Cost":638,"Date":"10/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":444,"Cost":255,"Date":"11/11/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":973,"Cost":790,"Date":"11/30/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":971,"Cost":670,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":536,"Cost":411,"Date":"3/1/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":648,"Cost":423,"Date":"4/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":375,"Cost":294,"Date":"5/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":103,"Cost":66,"Date":"8/13/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":273,"Cost":219,"Date":"9/15/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":848,"Cost":483,"Date":"10/14/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":984,"Cost":519,"Date":"10/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":56,"Cost":28,"Date":"11/11/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":682,"Date":"12/7/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":366,"Cost":298,"Date":"12/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":297,"Cost":170,"Date":"1/6/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":416,"Cost":335,"Date":"1/23/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":771,"Cost":583,"Date":"2/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":215,"Cost":200,"Date":"3/10/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":633,"Cost":474,"Date":"3/12/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":509,"Cost":331,"Date":"3/31/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":490,"Cost":429,"Date":"6/16/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":364,"Cost":329,"Date":"6/17/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":840,"Cost":514,"Date":"8/27/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":837,"Cost":430,"Date":"10/1/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":407,"Cost":332,"Date":"11/4/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":63,"Cost":60,"Date":"11/9/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":661,"Cost":475,"Date":"3/27/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":342,"Cost":298,"Date":"4/17/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":741,"Cost":486,"Date":"8/11/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":430,"Cost":309,"Date":"8/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":589,"Cost":432,"Date":"9/2/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":338,"Cost":264,"Date":"9/5/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":500,"Cost":336,"Date":"9/14/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":729,"Cost":378,"Date":"9/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":837,"Cost":494,"Date":"11/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":343,"Cost":219,"Date":"12/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":48,"Cost":44,"Date":"1/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":596,"Cost":555,"Date":"1/21/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":750,"Cost":516,"Date":"2/9/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":681,"Cost":462,"Date":"3/19/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":557,"Cost":442,"Date":"4/3/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":323,"Cost":249,"Date":"4/5/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":572,"Cost":529,"Date":"4/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":408,"Cost":272,"Date":"7/10/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":806,"Cost":552,"Date":"3/25/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":653,"Cost":458,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":442,"Cost":224,"Date":"10/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":733,"Cost":657,"Date":"3/2/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":20,"Cost":15,"Date":"6/28/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":63,"Cost":58,"Date":"7/17/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":355,"Cost":204,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":803,"Cost":466,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":155,"Cost":93,"Date":"11/20/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":981,"Cost":753,"Date":"12/16/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":828,"Cost":705,"Date":"12/30/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":703,"Cost":457,"Date":"2/15/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":970,"Cost":905,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":554,"Cost":378,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":596,"Cost":356,"Date":"4/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":464,"Cost":431,"Date":"7/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":78,"Cost":59,"Date":"8/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":537,"Cost":314,"Date":"10/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":592,"Cost":301,"Date":"11/11/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":577,"Cost":370,"Date":"11/30/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":583,"Cost":440,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":650,"Cost":434,"Date":"3/1/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":161,"Cost":136,"Date":"4/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":146,"Cost":103,"Date":"5/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":383,"Cost":277,"Date":"8/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":963,"Cost":613,"Date":"9/15/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":250,"Cost":158,"Date":"10/14/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":986,"Cost":758,"Date":"10/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":989,"Cost":775,"Date":"11/11/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":959,"Cost":880,"Date":"12/7/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":112,"Cost":76,"Date":"12/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":683,"Cost":349,"Date":"1/6/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":81,"Cost":51,"Date":"1/23/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":323,"Cost":279,"Date":"2/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":873,"Cost":633,"Date":"3/10/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":358,"Cost":230,"Date":"3/12/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":77,"Cost":65,"Date":"3/31/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":16,"Cost":9,"Date":"6/16/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":581,"Cost":508,"Date":"6/17/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":314,"Cost":284,"Date":"8/27/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":110,"Cost":74,"Date":"10/1/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":355,"Cost":307,"Date":"11/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM","Country":"Romania","Sale":414,"Cost":347,"Date":"11/9/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":359,"Cost":286,"Date":"3/27/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":659,"Cost":626,"Date":"4/17/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":116,"Cost":106,"Date":"8/11/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":354,"Cost":234,"Date":"8/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":259,"Cost":145,"Date":"9/2/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":491,"Cost":408,"Date":"9/5/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":888,"Cost":711,"Date":"9/14/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":400,"Cost":368,"Date":"9/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":799,"Cost":473,"Date":"11/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":156,"Cost":146,"Date":"12/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":935,"Cost":714,"Date":"1/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":402,"Cost":302,"Date":"1/21/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":929,"Cost":557,"Date":"2/9/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":61,"Cost":31,"Date":"3/19/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":519,"Cost":297,"Date":"4/3/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":687,"Cost":604,"Date":"4/5/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":29,"Cost":27,"Date":"4/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":540,"Cost":386,"Date":"7/10/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":183,"Cost":156,"Date":"3/25/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":471,"Cost":352,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":523,"Cost":484,"Date":"10/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":854,"Cost":733,"Date":"3/2/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":998,"Cost":722,"Date":"6/28/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":733,"Cost":526,"Date":"7/17/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":136,"Cost":105,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":673,"Cost":371,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":119,"Cost":72,"Date":"11/20/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":315,"Cost":248,"Date":"12/16/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":26,"Cost":19,"Date":"12/30/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":221,"Cost":144,"Date":"2/15/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":851,"Cost":785,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":531,"Cost":311,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":660,"Cost":367,"Date":"4/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":451,"Cost":354,"Date":"7/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":180,"Cost":157,"Date":"8/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":440,"Cost":325,"Date":"10/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":505,"Cost":286,"Date":"11/11/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":598,"Cost":525,"Date":"11/30/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":823,"Cost":610,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":178,"Cost":96,"Date":"3/1/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":92,"Cost":57,"Date":"4/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":135,"Cost":84,"Date":"5/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":523,"Cost":479,"Date":"8/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":126,"Cost":103,"Date":"9/15/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":220,"Cost":136,"Date":"10/14/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":288,"Cost":145,"Date":"10/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":867,"Cost":776,"Date":"11/11/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":233,"Cost":119,"Date":"12/7/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":749,"Cost":466,"Date":"12/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":248,"Cost":223,"Date":"1/6/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":914,"Cost":661,"Date":"1/23/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":181,"Cost":101,"Date":"2/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":832,"Cost":512,"Date":"3/10/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":126,"Cost":105,"Date":"3/12/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":124,"Cost":62,"Date":"3/31/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":691,"Cost":408,"Date":"6/16/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":79,"Cost":42,"Date":"6/17/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":536,"Cost":310,"Date":"8/27/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":375,"Cost":200,"Date":"10/1/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":553,"Cost":526,"Date":"11/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":181,"Cost":129,"Date":"11/9/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":867,"Cost":579,"Date":"3/27/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":96,"Date":"4/17/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":620,"Cost":345,"Date":"8/11/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":902,"Cost":812,"Date":"8/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":790,"Cost":557,"Date":"9/2/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":140,"Cost":86,"Date":"9/5/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":873,"Cost":513,"Date":"9/14/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":197,"Cost":168,"Date":"9/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":447,"Cost":260,"Date":"11/20/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":167,"Cost":149,"Date":"12/21/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":692,"Cost":500,"Date":"1/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":25,"Date":"1/21/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":667,"Cost":363,"Date":"2/9/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":474,"Cost":262,"Date":"3/19/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":116,"Cost":86,"Date":"4/3/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":373,"Cost":271,"Date":"4/5/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":862,"Cost":432,"Date":"4/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":852,"Cost":488,"Date":"7/10/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":378,"Cost":337,"Date":"3/25/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":904,"Cost":476,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":563,"Cost":313,"Date":"10/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":16,"Cost":8,"Date":"3/2/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":999,"Cost":661,"Date":"6/28/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":141,"Cost":74,"Date":"7/17/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":518,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":974,"Cost":724,"Date":"8/23/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":994,"Cost":894,"Date":"11/20/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":279,"Cost":142,"Date":"12/16/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":246,"Cost":144,"Date":"12/30/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":36,"Cost":32,"Date":"2/15/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":736,"Cost":692,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":745,"Cost":664,"Date":"3/7/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":590,"Cost":392,"Date":"4/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":382,"Cost":351,"Date":"7/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":629,"Cost":357,"Date":"8/18/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":498,"Cost":321,"Date":"10/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":323,"Date":"11/11/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":693,"Cost":609,"Date":"11/30/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":304,"Cost":178,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":331,"Cost":313,"Date":"3/1/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":814,"Cost":721,"Date":"4/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":389,"Date":"5/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":770,"Cost":664,"Date":"8/13/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":117,"Cost":71,"Date":"9/15/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":690,"Cost":575,"Date":"10/14/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":545,"Date":"10/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":820,"Cost":607,"Date":"11/11/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":902,"Cost":851,"Date":"12/7/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":21,"Cost":19,"Date":"12/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":755,"Cost":516,"Date":"1/6/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":866,"Cost":659,"Date":"1/23/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":503,"Date":"2/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":803,"Cost":490,"Date":"3/10/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":400,"Date":"3/12/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":945,"Cost":887,"Date":"3/31/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":355,"Cost":307,"Date":"6/16/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":368,"Cost":194,"Date":"6/17/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":396,"Date":"8/27/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":568,"Cost":504,"Date":"10/1/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":955,"Cost":903,"Date":"11/4/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Jeans","Country":"Romania","Sale":647,"Cost":455,"Date":"11/9/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":620,"Date":"3/27/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":1000,"Cost":940,"Date":"4/17/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":725,"Cost":549,"Date":"8/11/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":635,"Cost":368,"Date":"8/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":964,"Cost":506,"Date":"9/2/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":904,"Cost":544,"Date":"9/5/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":20,"Date":"9/14/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":782,"Cost":735,"Date":"9/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":450,"Cost":259,"Date":"11/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":283,"Date":"12/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":422,"Cost":249,"Date":"1/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":612,"Date":"1/21/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":367,"Date":"2/9/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":481,"Cost":282,"Date":"3/19/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":72,"Cost":64,"Date":"4/3/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":70,"Cost":63,"Date":"4/5/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":976,"Cost":716,"Date":"4/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":466,"Cost":397,"Date":"7/10/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":240,"Cost":195,"Date":"3/25/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":341,"Cost":243,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":641,"Cost":581,"Date":"10/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":332,"Cost":267,"Date":"3/2/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":589,"Cost":317,"Date":"6/28/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":456,"Cost":321,"Date":"7/17/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":452,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":428,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":178,"Date":"11/20/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":15,"Cost":8,"Date":"12/16/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":205,"Cost":109,"Date":"12/30/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":666,"Cost":360,"Date":"2/15/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":528,"Cost":279,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":329,"Cost":239,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":641,"Cost":541,"Date":"4/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":167,"Date":"7/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":620,"Cost":561,"Date":"8/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":504,"Cost":428,"Date":"10/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":356,"Cost":179,"Date":"11/11/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":937,"Cost":817,"Date":"11/30/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":119,"Cost":99,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":975,"Cost":718,"Date":"3/1/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":200,"Cost":139,"Date":"4/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":849,"Cost":485,"Date":"5/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":4,"Cost":4,"Date":"8/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":738,"Cost":516,"Date":"9/15/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":60,"Cost":40,"Date":"10/14/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":864,"Cost":707,"Date":"10/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":156,"Cost":118,"Date":"11/11/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":770,"Cost":663,"Date":"12/7/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":1,"Cost":1,"Date":"12/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":328,"Date":"1/6/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":746,"Cost":386,"Date":"1/23/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":324,"Cost":198,"Date":"2/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":801,"Cost":699,"Date":"3/10/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":171,"Cost":109,"Date":"3/12/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":47,"Cost":41,"Date":"3/31/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":458,"Cost":322,"Date":"6/16/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":926,"Cost":747,"Date":"6/17/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":884,"Cost":835,"Date":"8/27/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":471,"Cost":260,"Date":"10/1/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":66,"Cost":57,"Date":"11/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":173,"Cost":111,"Date":"11/9/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":279,"Cost":141,"Date":"3/27/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":642,"Cost":498,"Date":"4/17/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":668,"Cost":535,"Date":"8/11/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":33,"Cost":28,"Date":"8/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":543,"Cost":330,"Date":"9/2/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":662,"Cost":596,"Date":"9/5/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":771,"Cost":666,"Date":"9/14/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":549,"Cost":274,"Date":"9/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":69,"Cost":61,"Date":"11/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":598,"Cost":469,"Date":"12/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":790,"Cost":505,"Date":"1/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":640,"Cost":443,"Date":"1/21/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":838,"Cost":782,"Date":"2/9/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":895,"Cost":528,"Date":"3/19/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":408,"Cost":373,"Date":"4/3/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":457,"Cost":408,"Date":"4/5/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":447,"Cost":230,"Date":"4/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":656,"Cost":573,"Date":"7/10/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":402,"Cost":209,"Date":"3/25/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":64,"Cost":52,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":36,"Cost":35,"Date":"10/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":233,"Cost":120,"Date":"3/2/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":159,"Cost":103,"Date":"6/28/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":445,"Cost":223,"Date":"7/17/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":720,"Cost":512,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":452,"Cost":231,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":34,"Cost":31,"Date":"11/20/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":894,"Cost":819,"Date":"12/16/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":8,"Cost":7,"Date":"12/30/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":574,"Cost":292,"Date":"2/15/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":125,"Cost":73,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":276,"Cost":217,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":893,"Cost":615,"Date":"4/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":267,"Cost":228,"Date":"7/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":531,"Cost":404,"Date":"8/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":443,"Cost":234,"Date":"10/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":430,"Cost":366,"Date":"11/11/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":700,"Cost":653,"Date":"11/30/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":142,"Cost":111,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":60,"Cost":31,"Date":"3/1/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":971,"Cost":732,"Date":"4/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":682,"Cost":602,"Date":"5/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":988,"Cost":546,"Date":"8/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":187,"Cost":177,"Date":"9/15/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":785,"Cost":634,"Date":"10/14/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":483,"Cost":254,"Date":"10/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":28,"Cost":23,"Date":"11/11/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":494,"Cost":411,"Date":"12/7/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":347,"Cost":211,"Date":"12/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":213,"Cost":165,"Date":"1/6/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":833,"Cost":697,"Date":"1/23/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":467,"Cost":326,"Date":"2/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":75,"Cost":69,"Date":"3/10/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":271,"Cost":182,"Date":"3/12/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":878,"Cost":801,"Date":"3/31/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":491,"Cost":345,"Date":"6/16/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":181,"Cost":168,"Date":"6/17/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":815,"Cost":570,"Date":"8/27/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":685,"Cost":531,"Date":"10/1/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":792,"Cost":679,"Date":"11/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":16,"Cost":15,"Date":"11/9/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":23,"Cost":20,"Date":"3/27/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":848,"Cost":557,"Date":"4/17/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":417,"Cost":242,"Date":"8/11/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":901,"Cost":632,"Date":"8/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":956,"Cost":853,"Date":"9/2/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":506,"Cost":433,"Date":"9/5/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":471,"Cost":267,"Date":"9/14/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":227,"Cost":179,"Date":"9/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":574,"Cost":378,"Date":"11/20/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":277,"Cost":139,"Date":"12/21/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":387,"Cost":248,"Date":"1/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":99,"Cost":82,"Date":"1/21/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":10,"Cost":5,"Date":"2/9/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":423,"Cost":213,"Date":"3/19/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":871,"Cost":447,"Date":"4/3/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":329,"Cost":249,"Date":"4/5/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":15,"Cost":14,"Date":"4/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":609,"Cost":350,"Date":"7/10/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":436,"Cost":316,"Date":"3/25/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":817,"Cost":557,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":871,"Cost":587,"Date":"10/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":785,"Cost":479,"Date":"3/2/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":207,"Cost":114,"Date":"6/28/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":922,"Cost":474,"Date":"7/17/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":591,"Cost":389,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":207,"Cost":117,"Date":"8/23/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":126,"Cost":68,"Date":"11/20/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":890,"Cost":486,"Date":"12/16/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":93,"Cost":56,"Date":"12/30/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":609,"Cost":575,"Date":"2/15/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":408,"Cost":381,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":805,"Cost":424,"Date":"3/7/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":118,"Cost":109,"Date":"4/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":522,"Cost":325,"Date":"7/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":969,"Cost":720,"Date":"8/18/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":619,"Cost":585,"Date":"10/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":302,"Cost":151,"Date":"11/11/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":919,"Cost":516,"Date":"11/30/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":638,"Cost":342,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":726,"Cost":520,"Date":"3/1/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":792,"Cost":708,"Date":"4/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":525,"Cost":423,"Date":"5/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":270,"Cost":208,"Date":"8/13/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":852,"Cost":643,"Date":"9/15/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":720,"Cost":645,"Date":"10/14/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":536,"Cost":478,"Date":"10/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":288,"Cost":202,"Date":"11/11/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":402,"Cost":245,"Date":"12/7/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":647,"Cost":441,"Date":"12/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":106,"Cost":74,"Date":"1/6/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":497,"Cost":441,"Date":"1/23/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":240,"Cost":123,"Date":"2/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":508,"Cost":437,"Date":"3/10/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":534,"Cost":453,"Date":"3/12/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":903,"Cost":845,"Date":"3/31/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":810,"Cost":705,"Date":"6/16/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":13,"Cost":7,"Date":"6/17/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":531,"Cost":309,"Date":"8/27/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":15,"Cost":9,"Date":"10/1/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":215,"Cost":122,"Date":"11/4/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Nova","Country":"Romania","Sale":413,"Cost":256,"Date":"11/9/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":581,"Cost":499,"Date":"3/27/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":36,"Cost":19,"Date":"4/17/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":684,"Cost":577,"Date":"8/11/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":277,"Cost":178,"Date":"8/21/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":206,"Cost":131,"Date":"9/2/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":108,"Cost":58,"Date":"9/5/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":966,"Cost":765,"Date":"9/14/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":767,"Cost":522,"Date":"9/20/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":751,"Cost":621,"Date":"11/20/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":947,"Cost":559,"Date":"12/21/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":48,"Cost":37,"Date":"1/7/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":602,"Cost":370,"Date":"1/21/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":640,"Cost":463,"Date":"2/9/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":849,"Cost":626,"Date":"3/19/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":361,"Cost":332,"Date":"4/3/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":493,"Cost":328,"Date":"4/5/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":243,"Cost":153,"Date":"4/28/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":423,"Cost":392,"Date":"7/10/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":385,"Cost":254,"Date":"3/25/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":379,"Cost":191,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":152,"Cost":133,"Date":"10/28/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":996,"Cost":905,"Date":"3/2/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":721,"Cost":581,"Date":"6/28/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":500,"Cost":386,"Date":"7/17/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":799,"Cost":431,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":923,"Cost":709,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":653,"Cost":586,"Date":"11/20/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":109,"Cost":55,"Date":"12/16/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":52,"Cost":39,"Date":"12/30/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":43,"Cost":23,"Date":"2/15/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":665,"Cost":553,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":841,"Cost":772,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":948,"Cost":572,"Date":"4/18/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":137,"Cost":76,"Date":"7/27/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":751,"Cost":657,"Date":"8/18/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":787,"Cost":734,"Date":"10/31/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":449,"Cost":418,"Date":"11/11/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":227,"Cost":206,"Date":"11/30/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":779,"Cost":597,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":299,"Cost":193,"Date":"3/1/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":805,"Cost":721,"Date":"4/13/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":300,"Cost":234,"Date":"5/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":11,"Cost":7,"Date":"8/13/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":520,"Cost":436,"Date":"9/15/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":623,"Cost":559,"Date":"10/14/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":683,"Cost":530,"Date":"10/28/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":299,"Cost":214,"Date":"11/11/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":955,"Cost":482,"Date":"12/7/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":981,"Cost":667,"Date":"12/21/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":119,"Cost":88,"Date":"1/6/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":871,"Cost":462,"Date":"1/23/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":456,"Cost":275,"Date":"2/4/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":913,"Cost":667,"Date":"3/10/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":627,"Cost":489,"Date":"3/12/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":406,"Cost":246,"Date":"3/31/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":715,"Cost":519,"Date":"6/16/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":895,"Cost":791,"Date":"6/17/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":735,"Cost":685,"Date":"8/27/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":782,"Cost":515,"Date":"10/1/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":178,"Cost":114,"Date":"11/4/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":52,"Cost":29,"Date":"11/9/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":651,"Cost":439,"Date":"3/27/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":968,"Cost":678,"Date":"4/17/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":653,"Cost":530,"Date":"8/11/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":511,"Cost":480,"Date":"8/21/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":264,"Cost":226,"Date":"9/2/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":104,"Cost":88,"Date":"9/5/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":922,"Cost":867,"Date":"9/14/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":25,"Cost":23,"Date":"9/20/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":467,"Cost":379,"Date":"11/20/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":288,"Cost":210,"Date":"12/21/2018"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":307,"Cost":245,"Date":"1/7/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":538,"Cost":492,"Date":"1/21/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":195,"Cost":118,"Date":"2/9/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":635,"Cost":350,"Date":"3/19/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":357,"Cost":199,"Date":"4/3/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":969,"Cost":758,"Date":"4/5/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":983,"Cost":856,"Date":"4/28/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":373,"Cost":293,"Date":"7/10/2019"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":452,"Cost":308,"Date":"3/25/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":991,"Cost":771,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":363,"Cost":251,"Date":"10/28/2020"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":173,"Cost":151,"Date":"3/2/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":970,"Cost":856,"Date":"6/28/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":121,"Cost":109,"Date":"7/17/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":526,"Cost":319,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":807,"Cost":590,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":556,"Cost":503,"Date":"11/20/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":377,"Cost":220,"Date":"12/16/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":49,"Cost":45,"Date":"12/30/2021"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":710,"Cost":413,"Date":"2/15/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":84,"Cost":47,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":692,"Cost":647,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":487,"Cost":376,"Date":"4/18/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":586,"Cost":526,"Date":"7/27/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":1000,"Cost":608,"Date":"8/18/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":756,"Cost":441,"Date":"10/31/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":543,"Cost":511,"Date":"11/11/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":160,"Cost":114,"Date":"11/30/2022"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":263,"Cost":196,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":94,"Cost":65,"Date":"3/1/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":697,"Cost":614,"Date":"4/13/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":113,"Cost":77,"Date":"5/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":689,"Cost":412,"Date":"8/13/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":807,"Cost":695,"Date":"9/15/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":44,"Cost":39,"Date":"10/14/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":568,"Cost":367,"Date":"10/28/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":473,"Cost":329,"Date":"11/11/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":706,"Cost":438,"Date":"12/7/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":413,"Cost":317,"Date":"12/21/2023"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":188,"Cost":131,"Date":"1/6/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":97,"Cost":67,"Date":"1/23/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":409,"Cost":319,"Date":"2/4/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":169,"Cost":152,"Date":"3/10/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":57,"Cost":42,"Date":"3/12/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":647,"Cost":482,"Date":"3/31/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":242,"Cost":213,"Date":"6/16/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":879,"Cost":466,"Date":"6/17/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":357,"Cost":313,"Date":"8/27/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":228,"Cost":118,"Date":"10/1/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":192,"Cost":182,"Date":"11/4/2024"},{"Store":"Shopping City Timișoara","Brand":"HM","Country":"Romania","Sale":440,"Cost":393,"Date":"11/9/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":21,"Cost":20,"Date":"3/27/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":793,"Cost":702,"Date":"4/17/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":676,"Cost":533,"Date":"8/11/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":547,"Cost":404,"Date":"8/21/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":145,"Cost":135,"Date":"9/2/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":813,"Cost":437,"Date":"9/5/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":629,"Cost":515,"Date":"9/14/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":249,"Cost":142,"Date":"9/20/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":380,"Cost":285,"Date":"11/20/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":84,"Cost":48,"Date":"12/21/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":35,"Cost":21,"Date":"1/7/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":603,"Cost":368,"Date":"1/21/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":273,"Cost":152,"Date":"2/9/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":590,"Cost":472,"Date":"3/19/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":515,"Cost":426,"Date":"4/3/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":950,"Cost":733,"Date":"4/5/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":761,"Cost":469,"Date":"4/28/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":337,"Cost":198,"Date":"7/10/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":590,"Cost":309,"Date":"3/25/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":817,"Cost":462,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":389,"Cost":294,"Date":"10/28/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":203,"Cost":165,"Date":"3/2/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":81,"Cost":69,"Date":"6/28/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":298,"Cost":267,"Date":"7/17/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":522,"Cost":265,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":41,"Cost":37,"Date":"8/23/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":51,"Cost":40,"Date":"11/20/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":106,"Cost":78,"Date":"12/16/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":375,"Cost":346,"Date":"12/30/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":420,"Cost":249,"Date":"2/15/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":606,"Cost":455,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":767,"Cost":720,"Date":"3/7/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":116,"Cost":66,"Date":"4/18/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":767,"Cost":590,"Date":"7/27/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":958,"Cost":654,"Date":"8/18/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":179,"Cost":143,"Date":"10/31/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":743,"Cost":385,"Date":"11/11/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":106,"Cost":73,"Date":"11/30/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":28,"Cost":23,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":773,"Cost":666,"Date":"3/1/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":105,"Cost":85,"Date":"4/13/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":930,"Cost":669,"Date":"5/20/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":868,"Cost":448,"Date":"8/13/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":427,"Cost":279,"Date":"9/15/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":823,"Cost":617,"Date":"10/14/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":542,"Cost":425,"Date":"10/28/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":601,"Cost":497,"Date":"11/11/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":435,"Cost":293,"Date":"12/7/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":365,"Cost":241,"Date":"12/21/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":220,"Cost":182,"Date":"1/6/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":661,"Cost":368,"Date":"1/23/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":641,"Cost":494,"Date":"2/4/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":255,"Cost":235,"Date":"3/10/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":563,"Cost":481,"Date":"3/12/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":855,"Cost":784,"Date":"3/31/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":602,"Cost":418,"Date":"6/16/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":179,"Cost":101,"Date":"6/17/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":593,"Cost":537,"Date":"8/27/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":209,"Cost":141,"Date":"10/1/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":473,"Cost":262,"Date":"11/4/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":535,"Cost":300,"Date":"11/9/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":417,"Cost":311,"Date":"3/27/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":669,"Cost":345,"Date":"4/17/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":687,"Cost":511,"Date":"8/11/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":290,"Cost":269,"Date":"8/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":512,"Cost":403,"Date":"9/2/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":570,"Date":"9/5/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":142,"Cost":99,"Date":"9/14/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":271,"Date":"9/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":80,"Cost":67,"Date":"11/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":442,"Cost":239,"Date":"12/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":468,"Cost":265,"Date":"1/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":751,"Cost":642,"Date":"1/21/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":348,"Cost":178,"Date":"2/9/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":423,"Cost":218,"Date":"3/19/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":213,"Cost":193,"Date":"4/3/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":975,"Cost":662,"Date":"4/5/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":263,"Cost":154,"Date":"4/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":34,"Date":"7/10/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":122,"Cost":97,"Date":"3/25/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":957,"Cost":648,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":443,"Cost":399,"Date":"10/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":494,"Cost":250,"Date":"3/2/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":233,"Cost":139,"Date":"6/28/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":235,"Cost":184,"Date":"7/17/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":136,"Cost":122,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":768,"Cost":496,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":932,"Cost":594,"Date":"11/20/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":494,"Cost":327,"Date":"12/16/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":273,"Cost":252,"Date":"12/30/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":308,"Date":"2/15/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":106,"Cost":67,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":604,"Cost":558,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":306,"Cost":175,"Date":"4/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":536,"Cost":494,"Date":"7/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":448,"Cost":304,"Date":"8/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":99,"Cost":81,"Date":"10/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":176,"Cost":105,"Date":"11/11/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":783,"Cost":647,"Date":"11/30/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":953,"Cost":529,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":28,"Cost":17,"Date":"3/1/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":112,"Cost":100,"Date":"4/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":845,"Cost":614,"Date":"5/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":854,"Cost":565,"Date":"8/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":236,"Cost":209,"Date":"9/15/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":608,"Cost":460,"Date":"10/14/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":776,"Cost":585,"Date":"10/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":939,"Cost":839,"Date":"11/11/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":826,"Cost":461,"Date":"12/7/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":233,"Date":"12/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":452,"Date":"1/6/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":644,"Date":"1/23/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":346,"Cost":286,"Date":"2/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":108,"Cost":54,"Date":"3/10/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":50,"Cost":32,"Date":"3/12/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":155,"Cost":86,"Date":"3/31/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":752,"Cost":636,"Date":"6/16/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":354,"Cost":306,"Date":"6/17/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":100,"Cost":56,"Date":"8/27/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":592,"Date":"10/1/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":161,"Cost":112,"Date":"11/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":980,"Cost":516,"Date":"11/9/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":452,"Cost":421,"Date":"3/27/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":319,"Cost":263,"Date":"4/17/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":238,"Cost":166,"Date":"8/11/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":46,"Cost":35,"Date":"8/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":364,"Cost":287,"Date":"9/2/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":396,"Cost":364,"Date":"9/5/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":97,"Cost":54,"Date":"9/14/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":656,"Cost":623,"Date":"9/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":279,"Cost":154,"Date":"11/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":246,"Cost":202,"Date":"12/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":451,"Cost":344,"Date":"1/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":393,"Cost":273,"Date":"1/21/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":268,"Cost":240,"Date":"2/9/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":429,"Cost":377,"Date":"3/19/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":162,"Cost":121,"Date":"4/3/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":590,"Cost":330,"Date":"4/5/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":12,"Cost":10,"Date":"4/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":600,"Cost":463,"Date":"7/10/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":965,"Cost":592,"Date":"3/25/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":982,"Cost":844,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":430,"Cost":322,"Date":"10/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":937,"Cost":838,"Date":"3/2/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":433,"Cost":316,"Date":"6/28/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":790,"Cost":654,"Date":"7/17/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":28,"Cost":17,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":957,"Cost":860,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":389,"Cost":311,"Date":"11/20/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":980,"Cost":588,"Date":"12/16/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":66,"Cost":62,"Date":"12/30/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":242,"Cost":221,"Date":"2/15/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":373,"Cost":243,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":856,"Cost":675,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":263,"Cost":200,"Date":"4/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":621,"Cost":541,"Date":"7/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":912,"Cost":503,"Date":"8/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":986,"Cost":592,"Date":"10/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":368,"Cost":332,"Date":"11/11/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":22,"Cost":12,"Date":"11/30/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":940,"Cost":651,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":32,"Cost":28,"Date":"3/1/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":959,"Cost":548,"Date":"4/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":391,"Cost":283,"Date":"5/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":67,"Cost":56,"Date":"8/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":215,"Cost":157,"Date":"9/15/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":463,"Cost":300,"Date":"10/14/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":822,"Cost":414,"Date":"10/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":234,"Cost":199,"Date":"11/11/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":516,"Cost":422,"Date":"12/7/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":889,"Cost":662,"Date":"12/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":395,"Cost":200,"Date":"1/6/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":40,"Cost":26,"Date":"1/23/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":946,"Cost":535,"Date":"2/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":245,"Cost":151,"Date":"3/10/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":733,"Cost":415,"Date":"3/12/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":431,"Cost":274,"Date":"3/31/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":943,"Cost":606,"Date":"6/16/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":111,"Cost":62,"Date":"6/17/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":859,"Cost":731,"Date":"8/27/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":721,"Cost":438,"Date":"10/1/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":507,"Cost":281,"Date":"11/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":20,"Cost":14,"Date":"11/9/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":531,"Cost":265,"Date":"3/27/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":22,"Cost":18,"Date":"4/17/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":228,"Cost":121,"Date":"8/11/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":405,"Cost":295,"Date":"8/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":119,"Cost":103,"Date":"9/2/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":195,"Cost":178,"Date":"9/5/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":701,"Cost":452,"Date":"9/14/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":948,"Cost":891,"Date":"9/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":438,"Cost":325,"Date":"11/20/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":930,"Cost":571,"Date":"12/21/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":3,"Cost":3,"Date":"1/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":284,"Cost":193,"Date":"1/21/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":671,"Cost":512,"Date":"2/9/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":858,"Cost":791,"Date":"3/19/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":885,"Cost":479,"Date":"4/3/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":755,"Cost":673,"Date":"4/5/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":23,"Cost":12,"Date":"4/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":217,"Cost":147,"Date":"7/10/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":2,"Cost":1,"Date":"3/25/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":772,"Cost":439,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":688,"Cost":399,"Date":"10/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":76,"Date":"3/2/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":557,"Cost":517,"Date":"6/28/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":406,"Cost":346,"Date":"7/17/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":387,"Cost":294,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":875,"Cost":557,"Date":"8/23/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":93,"Cost":83,"Date":"11/20/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":342,"Cost":324,"Date":"12/16/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":799,"Cost":665,"Date":"12/30/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":476,"Cost":308,"Date":"2/15/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":175,"Cost":120,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":338,"Cost":322,"Date":"3/7/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":257,"Cost":188,"Date":"4/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":357,"Cost":194,"Date":"7/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":884,"Cost":583,"Date":"8/18/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":205,"Cost":179,"Date":"10/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":451,"Cost":263,"Date":"11/11/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":350,"Date":"11/30/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":62,"Cost":47,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":718,"Cost":531,"Date":"3/1/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":409,"Cost":352,"Date":"4/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":761,"Cost":439,"Date":"5/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":552,"Cost":406,"Date":"8/13/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":155,"Cost":100,"Date":"9/15/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":436,"Cost":385,"Date":"10/14/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":774,"Cost":668,"Date":"10/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":236,"Cost":205,"Date":"11/11/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":686,"Cost":524,"Date":"12/7/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":751,"Cost":547,"Date":"12/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":180,"Cost":141,"Date":"1/6/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":240,"Cost":194,"Date":"1/23/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":688,"Cost":646,"Date":"2/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":663,"Cost":598,"Date":"3/10/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":493,"Date":"3/12/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":140,"Cost":131,"Date":"3/31/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":829,"Cost":685,"Date":"6/16/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":906,"Cost":525,"Date":"6/17/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":9,"Cost":5,"Date":"8/27/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":600,"Cost":356,"Date":"10/1/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":759,"Cost":399,"Date":"11/4/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":987,"Cost":844,"Date":"11/9/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":334,"Cost":225,"Date":"3/27/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":809,"Cost":599,"Date":"4/17/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":950,"Cost":559,"Date":"8/11/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":625,"Cost":516,"Date":"8/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":321,"Cost":255,"Date":"9/2/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":795,"Cost":609,"Date":"9/5/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":449,"Cost":381,"Date":"9/14/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":223,"Cost":201,"Date":"9/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":35,"Cost":29,"Date":"11/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":749,"Cost":423,"Date":"12/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":141,"Cost":102,"Date":"1/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":887,"Cost":674,"Date":"1/21/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":958,"Cost":739,"Date":"2/9/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":609,"Cost":443,"Date":"3/19/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":435,"Cost":315,"Date":"4/3/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":301,"Cost":160,"Date":"4/5/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":372,"Cost":195,"Date":"4/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":296,"Cost":200,"Date":"7/10/2019"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":167,"Cost":124,"Date":"3/25/2020"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":352,"Cost":249,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":958,"Cost":689,"Date":"10/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":513,"Cost":474,"Date":"3/2/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":569,"Cost":310,"Date":"6/28/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":906,"Cost":482,"Date":"7/17/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":269,"Cost":230,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":887,"Cost":747,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":335,"Cost":260,"Date":"11/20/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":565,"Cost":486,"Date":"12/16/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":341,"Cost":305,"Date":"12/30/2021"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":773,"Cost":436,"Date":"2/15/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":909,"Cost":746,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":571,"Cost":543,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":718,"Cost":391,"Date":"4/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":957,"Cost":707,"Date":"7/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":882,"Cost":753,"Date":"8/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":477,"Cost":448,"Date":"10/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":593,"Cost":310,"Date":"11/11/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":905,"Cost":503,"Date":"11/30/2022"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":279,"Cost":157,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":553,"Cost":317,"Date":"3/1/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":373,"Cost":300,"Date":"4/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":564,"Cost":492,"Date":"5/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":296,"Cost":230,"Date":"8/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":827,"Cost":477,"Date":"9/15/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":229,"Cost":148,"Date":"10/14/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":34,"Cost":17,"Date":"10/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":951,"Cost":762,"Date":"11/11/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":218,"Cost":137,"Date":"12/7/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":433,"Cost":339,"Date":"12/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":691,"Cost":399,"Date":"1/6/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":531,"Cost":347,"Date":"1/23/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":844,"Cost":464,"Date":"2/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":921,"Cost":473,"Date":"3/10/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":412,"Cost":288,"Date":"3/12/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":750,"Cost":508,"Date":"3/31/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":323,"Cost":198,"Date":"6/16/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":203,"Cost":173,"Date":"6/17/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":962,"Cost":554,"Date":"8/27/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":453,"Cost":248,"Date":"10/1/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":900,"Cost":826,"Date":"11/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"COS","Country":"Romania","Sale":870,"Cost":797,"Date":"11/9/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":348,"Cost":269,"Date":"3/27/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":663,"Cost":533,"Date":"4/17/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":548,"Cost":355,"Date":"8/11/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":240,"Cost":195,"Date":"8/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":65,"Cost":44,"Date":"9/2/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":820,"Cost":418,"Date":"9/5/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":353,"Cost":220,"Date":"9/14/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":330,"Cost":292,"Date":"9/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":806,"Cost":706,"Date":"11/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":859,"Cost":700,"Date":"12/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":448,"Cost":417,"Date":"1/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":656,"Cost":577,"Date":"1/21/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":715,"Cost":475,"Date":"2/9/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":189,"Cost":161,"Date":"3/19/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":585,"Cost":443,"Date":"4/3/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":910,"Cost":675,"Date":"4/5/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":533,"Cost":432,"Date":"4/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":507,"Cost":462,"Date":"7/10/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":918,"Cost":825,"Date":"3/25/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":895,"Cost":497,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":964,"Cost":488,"Date":"10/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":657,"Cost":386,"Date":"3/2/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":849,"Cost":611,"Date":"6/28/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":318,"Cost":231,"Date":"7/17/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":899,"Cost":774,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":95,"Cost":78,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":603,"Cost":552,"Date":"11/20/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":310,"Cost":242,"Date":"12/16/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":273,"Cost":259,"Date":"12/30/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":899,"Cost":742,"Date":"2/15/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":183,"Cost":117,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":496,"Cost":314,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":576,"Cost":399,"Date":"4/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":745,"Cost":699,"Date":"7/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":536,"Cost":501,"Date":"8/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":944,"Cost":572,"Date":"10/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":148,"Cost":133,"Date":"11/11/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":599,"Cost":460,"Date":"11/30/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":542,"Cost":456,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":9,"Cost":6,"Date":"3/1/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":372,"Cost":255,"Date":"4/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":39,"Cost":37,"Date":"5/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":211,"Cost":187,"Date":"8/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":543,"Cost":354,"Date":"9/15/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":227,"Cost":118,"Date":"10/14/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":961,"Cost":874,"Date":"10/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":397,"Cost":307,"Date":"11/11/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":575,"Cost":318,"Date":"12/7/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":122,"Cost":92,"Date":"12/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":719,"Cost":666,"Date":"1/6/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":824,"Cost":689,"Date":"1/23/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":630,"Cost":542,"Date":"2/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":324,"Cost":162,"Date":"3/10/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":560,"Cost":336,"Date":"3/12/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":529,"Cost":359,"Date":"3/31/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":687,"Cost":651,"Date":"6/16/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":634,"Cost":491,"Date":"6/17/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":831,"Cost":548,"Date":"8/27/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":125,"Cost":75,"Date":"10/1/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":95,"Cost":87,"Date":"11/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":15,"Cost":14,"Date":"11/9/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":822,"Cost":439,"Date":"3/27/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":700,"Cost":665,"Date":"4/17/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":810,"Cost":693,"Date":"8/11/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":835,"Cost":778,"Date":"8/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":602,"Cost":572,"Date":"9/2/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":54,"Cost":44,"Date":"9/5/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":257,"Cost":130,"Date":"9/14/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":609,"Date":"9/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":940,"Cost":853,"Date":"11/20/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":79,"Cost":41,"Date":"12/21/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":988,"Cost":635,"Date":"1/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":344,"Date":"1/21/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":266,"Date":"2/9/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":229,"Cost":156,"Date":"3/19/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":585,"Cost":490,"Date":"4/3/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":356,"Cost":271,"Date":"4/5/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":85,"Cost":46,"Date":"4/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":634,"Cost":523,"Date":"7/10/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":672,"Date":"3/25/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":573,"Cost":410,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":479,"Cost":239,"Date":"10/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":305,"Date":"3/2/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":42,"Cost":21,"Date":"6/28/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":861,"Cost":576,"Date":"7/17/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":691,"Cost":518,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":195,"Date":"8/23/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":651,"Date":"11/20/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":640,"Cost":373,"Date":"12/16/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":554,"Cost":516,"Date":"12/30/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":535,"Date":"2/15/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":267,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":987,"Cost":592,"Date":"3/7/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":444,"Date":"4/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":142,"Date":"7/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":572,"Cost":494,"Date":"8/18/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":347,"Cost":247,"Date":"10/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":429,"Cost":357,"Date":"11/11/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":928,"Cost":738,"Date":"11/30/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":388,"Cost":232,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":222,"Cost":155,"Date":"3/1/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":382,"Cost":290,"Date":"4/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":372,"Cost":255,"Date":"5/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":17,"Cost":8,"Date":"8/13/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":33,"Cost":26,"Date":"9/15/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":159,"Cost":95,"Date":"10/14/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":57,"Date":"10/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":855,"Cost":593,"Date":"11/11/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":447,"Cost":367,"Date":"12/7/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":626,"Cost":392,"Date":"12/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":530,"Cost":400,"Date":"1/6/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":126,"Cost":65,"Date":"1/23/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":336,"Cost":304,"Date":"2/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":11,"Cost":10,"Date":"3/10/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":708,"Cost":435,"Date":"3/12/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":427,"Cost":284,"Date":"3/31/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":315,"Cost":194,"Date":"6/16/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":81,"Cost":47,"Date":"6/17/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":301,"Date":"8/27/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":598,"Date":"10/1/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":554,"Cost":411,"Date":"11/4/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":102,"Cost":62,"Date":"11/9/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":518,"Cost":353,"Date":"3/27/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":604,"Cost":500,"Date":"4/17/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":549,"Cost":512,"Date":"8/11/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":748,"Cost":627,"Date":"8/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":580,"Cost":429,"Date":"9/2/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":569,"Date":"9/5/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":454,"Cost":414,"Date":"9/14/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":324,"Cost":282,"Date":"9/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":465,"Cost":257,"Date":"11/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":381,"Date":"12/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":527,"Cost":378,"Date":"1/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":242,"Cost":134,"Date":"1/21/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":582,"Cost":455,"Date":"2/9/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":321,"Cost":165,"Date":"3/19/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":885,"Cost":463,"Date":"4/3/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":302,"Cost":203,"Date":"4/5/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":659,"Cost":347,"Date":"4/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":658,"Cost":484,"Date":"7/10/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":534,"Cost":381,"Date":"3/25/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":397,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":960,"Cost":888,"Date":"10/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":582,"Cost":404,"Date":"3/2/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":63,"Cost":46,"Date":"6/28/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":488,"Cost":340,"Date":"7/17/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":934,"Cost":699,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":649,"Cost":518,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":916,"Cost":858,"Date":"11/20/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":229,"Cost":135,"Date":"12/16/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":372,"Cost":226,"Date":"12/30/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":545,"Cost":455,"Date":"2/15/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":458,"Cost":324,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":553,"Cost":308,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":69,"Cost":47,"Date":"4/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":483,"Cost":242,"Date":"7/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":739,"Cost":522,"Date":"8/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":677,"Cost":525,"Date":"10/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":396,"Cost":307,"Date":"11/11/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":793,"Cost":732,"Date":"11/30/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":618,"Cost":549,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":646,"Cost":341,"Date":"3/1/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":504,"Date":"4/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":302,"Date":"5/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":344,"Cost":199,"Date":"8/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":238,"Date":"9/15/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":633,"Cost":600,"Date":"10/14/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":500,"Cost":405,"Date":"10/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":237,"Cost":152,"Date":"11/11/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":462,"Cost":397,"Date":"12/7/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":203,"Date":"12/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":123,"Cost":109,"Date":"1/6/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":207,"Cost":106,"Date":"1/23/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":972,"Cost":861,"Date":"2/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":159,"Cost":112,"Date":"3/10/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":671,"Cost":606,"Date":"3/12/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":202,"Cost":144,"Date":"3/31/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":196,"Cost":169,"Date":"6/16/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":359,"Cost":210,"Date":"6/17/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":309,"Cost":250,"Date":"8/27/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":233,"Cost":166,"Date":"10/1/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":584,"Cost":520,"Date":"11/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":250,"Cost":225,"Date":"11/9/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":661,"Cost":464,"Date":"3/27/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":317,"Cost":187,"Date":"4/17/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":205,"Cost":189,"Date":"8/11/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":151,"Date":"8/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":791,"Cost":524,"Date":"9/2/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":189,"Cost":178,"Date":"9/5/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":352,"Cost":225,"Date":"9/14/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":950,"Cost":646,"Date":"9/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":959,"Cost":725,"Date":"11/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":289,"Cost":270,"Date":"12/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":689,"Cost":391,"Date":"1/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":582,"Cost":467,"Date":"1/21/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":550,"Cost":489,"Date":"2/9/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":957,"Cost":588,"Date":"3/19/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":475,"Cost":310,"Date":"4/3/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":634,"Date":"4/5/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":457,"Cost":352,"Date":"4/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":126,"Cost":101,"Date":"7/10/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":569,"Cost":336,"Date":"3/25/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":233,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":670,"Cost":487,"Date":"10/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":244,"Date":"3/2/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":795,"Cost":438,"Date":"6/28/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":531,"Cost":460,"Date":"7/17/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":475,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":957,"Cost":905,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":207,"Cost":152,"Date":"11/20/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":408,"Cost":246,"Date":"12/16/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":758,"Cost":493,"Date":"12/30/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":475,"Cost":310,"Date":"2/15/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":565,"Cost":310,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":5,"Cost":4,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":348,"Date":"4/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":59,"Cost":47,"Date":"7/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":199,"Cost":182,"Date":"8/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":777,"Cost":617,"Date":"10/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":501,"Cost":333,"Date":"11/11/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":558,"Date":"11/30/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":476,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":419,"Date":"3/1/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":940,"Cost":749,"Date":"4/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":681,"Date":"5/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":879,"Cost":599,"Date":"8/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":44,"Cost":23,"Date":"9/15/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":179,"Cost":98,"Date":"10/14/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":581,"Cost":372,"Date":"10/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":178,"Cost":145,"Date":"11/11/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":911,"Cost":612,"Date":"12/7/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":974,"Cost":536,"Date":"12/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":509,"Cost":347,"Date":"1/6/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":350,"Cost":219,"Date":"1/23/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":278,"Cost":260,"Date":"2/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":847,"Cost":547,"Date":"3/10/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":609,"Cost":439,"Date":"3/12/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":961,"Cost":590,"Date":"3/31/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":521,"Cost":408,"Date":"6/16/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":592,"Cost":560,"Date":"6/17/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":969,"Cost":751,"Date":"8/27/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":64,"Cost":32,"Date":"10/1/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":429,"Cost":279,"Date":"11/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":836,"Cost":703,"Date":"11/9/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":962,"Cost":689,"Date":"3/27/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":705,"Cost":491,"Date":"4/17/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":860,"Cost":563,"Date":"8/11/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":712,"Cost":672,"Date":"8/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":922,"Cost":687,"Date":"9/2/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":9,"Cost":6,"Date":"9/5/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":69,"Cost":58,"Date":"9/14/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":801,"Cost":652,"Date":"9/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":542,"Date":"11/20/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":348,"Cost":323,"Date":"12/21/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":206,"Cost":181,"Date":"1/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":819,"Cost":764,"Date":"1/21/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":207,"Cost":144,"Date":"2/9/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":114,"Cost":103,"Date":"3/19/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":467,"Cost":430,"Date":"4/3/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":267,"Date":"4/5/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":531,"Cost":433,"Date":"4/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":38,"Cost":21,"Date":"7/10/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":824,"Cost":719,"Date":"3/25/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":609,"Cost":397,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":748,"Cost":685,"Date":"10/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":726,"Cost":484,"Date":"3/2/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":63,"Cost":38,"Date":"6/28/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":92,"Cost":68,"Date":"7/17/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":464,"Cost":332,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":645,"Cost":485,"Date":"8/23/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":766,"Cost":442,"Date":"11/20/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":446,"Cost":260,"Date":"12/16/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":150,"Cost":90,"Date":"12/30/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":345,"Cost":263,"Date":"2/15/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":113,"Cost":99,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":450,"Cost":363,"Date":"3/7/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":916,"Cost":634,"Date":"4/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":153,"Cost":103,"Date":"7/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":116,"Cost":59,"Date":"8/18/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":406,"Cost":266,"Date":"10/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":176,"Cost":131,"Date":"11/11/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":983,"Cost":818,"Date":"11/30/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":542,"Cost":453,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":264,"Cost":219,"Date":"3/1/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":865,"Cost":753,"Date":"4/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":677,"Cost":473,"Date":"5/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":452,"Cost":398,"Date":"8/13/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":331,"Cost":169,"Date":"9/15/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":506,"Cost":362,"Date":"10/14/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":982,"Cost":931,"Date":"10/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":510,"Cost":415,"Date":"11/11/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":665,"Cost":616,"Date":"12/7/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":642,"Cost":360,"Date":"12/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":802,"Cost":654,"Date":"1/6/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":459,"Cost":386,"Date":"1/23/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":268,"Cost":244,"Date":"2/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":815,"Cost":567,"Date":"3/10/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":388,"Cost":312,"Date":"3/12/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":22,"Date":"3/31/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":430,"Cost":255,"Date":"6/16/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":172,"Cost":100,"Date":"6/17/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":152,"Cost":110,"Date":"8/27/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":436,"Date":"10/1/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":519,"Cost":289,"Date":"11/4/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":537,"Cost":338,"Date":"11/9/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":463,"Cost":320,"Date":"3/27/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":735,"Cost":426,"Date":"4/17/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":655,"Cost":580,"Date":"8/11/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":289,"Cost":229,"Date":"8/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":391,"Cost":339,"Date":"9/2/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":346,"Cost":264,"Date":"9/5/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":127,"Date":"9/14/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":911,"Cost":670,"Date":"9/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":854,"Cost":735,"Date":"11/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":945,"Cost":894,"Date":"12/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":796,"Cost":540,"Date":"1/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":172,"Cost":162,"Date":"1/21/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":165,"Cost":105,"Date":"2/9/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":633,"Cost":583,"Date":"3/19/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":903,"Cost":709,"Date":"4/3/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":698,"Cost":570,"Date":"4/5/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":617,"Date":"4/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":748,"Cost":445,"Date":"7/10/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":527,"Date":"3/25/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":694,"Cost":636,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":783,"Cost":647,"Date":"10/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":250,"Cost":225,"Date":"3/2/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":315,"Cost":195,"Date":"6/28/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":848,"Cost":581,"Date":"7/17/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":382,"Cost":202,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":542,"Cost":360,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":848,"Cost":441,"Date":"11/20/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":399,"Date":"12/16/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":794,"Cost":505,"Date":"12/30/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":658,"Cost":603,"Date":"2/15/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":750,"Cost":560,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":476,"Cost":369,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":616,"Cost":551,"Date":"4/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":714,"Cost":670,"Date":"7/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":895,"Cost":537,"Date":"8/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":696,"Cost":500,"Date":"10/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":140,"Cost":115,"Date":"11/11/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":748,"Cost":565,"Date":"11/30/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":14,"Cost":12,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":418,"Cost":322,"Date":"3/1/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":395,"Cost":270,"Date":"4/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":915,"Cost":628,"Date":"5/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":183,"Cost":165,"Date":"8/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":794,"Cost":506,"Date":"9/15/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":711,"Cost":522,"Date":"10/14/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":369,"Date":"10/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":7,"Cost":6,"Date":"11/11/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":999,"Cost":875,"Date":"12/7/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":993,"Cost":741,"Date":"12/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":456,"Cost":393,"Date":"1/6/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":377,"Cost":323,"Date":"1/23/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":667,"Date":"2/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":729,"Cost":527,"Date":"3/10/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":537,"Cost":274,"Date":"3/12/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":19,"Cost":12,"Date":"3/31/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":332,"Cost":273,"Date":"6/16/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":33,"Cost":18,"Date":"6/17/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":238,"Cost":187,"Date":"8/27/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":193,"Cost":160,"Date":"10/1/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":769,"Cost":676,"Date":"11/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":405,"Cost":254,"Date":"11/9/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":292,"Cost":243,"Date":"3/27/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":703,"Cost":387,"Date":"4/17/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":81,"Cost":43,"Date":"8/11/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":208,"Cost":136,"Date":"8/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":476,"Cost":271,"Date":"9/2/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":766,"Cost":635,"Date":"9/5/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":759,"Cost":584,"Date":"9/14/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":928,"Cost":860,"Date":"9/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":441,"Cost":387,"Date":"11/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":716,"Cost":422,"Date":"12/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":314,"Cost":227,"Date":"1/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":61,"Cost":39,"Date":"1/21/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":256,"Cost":232,"Date":"2/9/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":561,"Cost":476,"Date":"3/19/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":813,"Cost":641,"Date":"4/3/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":401,"Cost":219,"Date":"4/5/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":407,"Cost":279,"Date":"4/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":757,"Cost":438,"Date":"7/10/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":224,"Cost":209,"Date":"3/25/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":177,"Cost":138,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":621,"Cost":422,"Date":"10/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":401,"Cost":355,"Date":"3/2/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":742,"Cost":496,"Date":"6/28/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":134,"Cost":72,"Date":"7/17/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":613,"Cost":368,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":582,"Cost":368,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":730,"Cost":491,"Date":"11/20/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":62,"Cost":45,"Date":"12/16/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":275,"Cost":182,"Date":"12/30/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":204,"Cost":179,"Date":"2/15/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":612,"Cost":432,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":538,"Cost":370,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":317,"Cost":163,"Date":"4/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":931,"Cost":650,"Date":"7/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":571,"Cost":533,"Date":"8/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":801,"Cost":496,"Date":"10/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":937,"Cost":749,"Date":"11/11/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":366,"Cost":291,"Date":"11/30/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":652,"Cost":515,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":935,"Cost":592,"Date":"3/1/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":638,"Cost":519,"Date":"4/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":445,"Cost":407,"Date":"5/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":839,"Cost":453,"Date":"8/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":587,"Cost":398,"Date":"9/15/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":615,"Cost":451,"Date":"10/14/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":931,"Cost":610,"Date":"10/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":177,"Cost":155,"Date":"11/11/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":683,"Cost":589,"Date":"12/7/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":542,"Cost":479,"Date":"12/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":652,"Cost":367,"Date":"1/6/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":547,"Cost":436,"Date":"1/23/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":122,"Cost":75,"Date":"2/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":586,"Cost":493,"Date":"3/10/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":395,"Cost":263,"Date":"3/12/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":138,"Cost":95,"Date":"3/31/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":600,"Cost":445,"Date":"6/16/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":356,"Cost":302,"Date":"6/17/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":268,"Cost":236,"Date":"8/27/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":948,"Cost":484,"Date":"10/1/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":929,"Cost":583,"Date":"11/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":477,"Cost":377,"Date":"11/9/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":575,"Cost":289,"Date":"3/27/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":215,"Cost":183,"Date":"4/17/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":712,"Cost":444,"Date":"8/11/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":591,"Cost":401,"Date":"8/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":708,"Cost":388,"Date":"9/2/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":917,"Cost":743,"Date":"9/5/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":914,"Cost":488,"Date":"9/14/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":789,"Cost":483,"Date":"9/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":548,"Cost":418,"Date":"11/20/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":737,"Cost":421,"Date":"12/21/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":350,"Cost":319,"Date":"1/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":284,"Cost":188,"Date":"1/21/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":354,"Cost":243,"Date":"2/9/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":594,"Cost":547,"Date":"3/19/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":227,"Cost":146,"Date":"4/3/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":743,"Cost":389,"Date":"4/5/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":85,"Cost":69,"Date":"4/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":743,"Cost":521,"Date":"7/10/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":542,"Cost":337,"Date":"3/25/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":479,"Cost":397,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":363,"Cost":207,"Date":"10/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":621,"Cost":507,"Date":"3/2/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":1,"Cost":1,"Date":"6/28/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":954,"Cost":902,"Date":"7/17/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":675,"Cost":436,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":562,"Cost":493,"Date":"8/23/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":265,"Cost":244,"Date":"11/20/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":137,"Cost":127,"Date":"12/16/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":267,"Cost":148,"Date":"12/30/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":426,"Cost":323,"Date":"2/15/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":3,"Cost":2,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":658,"Cost":450,"Date":"3/7/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":555,"Cost":443,"Date":"4/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":62,"Cost":59,"Date":"7/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":950,"Cost":659,"Date":"8/18/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":69,"Cost":45,"Date":"10/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":315,"Cost":160,"Date":"11/11/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":101,"Cost":68,"Date":"11/30/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":443,"Cost":292,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":871,"Cost":450,"Date":"3/1/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":97,"Cost":88,"Date":"4/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":180,"Cost":118,"Date":"5/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":132,"Cost":124,"Date":"8/13/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":556,"Cost":414,"Date":"9/15/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":239,"Cost":163,"Date":"10/14/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":841,"Cost":604,"Date":"10/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":433,"Cost":304,"Date":"11/11/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":843,"Cost":497,"Date":"12/7/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":86,"Cost":80,"Date":"12/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":257,"Cost":161,"Date":"1/6/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":747,"Cost":492,"Date":"1/23/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":54,"Cost":40,"Date":"2/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":672,"Cost":474,"Date":"3/10/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":103,"Cost":96,"Date":"3/12/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":936,"Cost":545,"Date":"3/31/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":369,"Cost":275,"Date":"6/16/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":506,"Cost":403,"Date":"6/17/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":700,"Cost":624,"Date":"8/27/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":835,"Cost":774,"Date":"10/1/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":508,"Cost":392,"Date":"11/4/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":393,"Cost":311,"Date":"11/9/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":608,"Cost":361,"Date":"3/27/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":278,"Cost":247,"Date":"4/17/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":269,"Cost":190,"Date":"8/11/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":406,"Cost":340,"Date":"8/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":576,"Cost":337,"Date":"9/2/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":438,"Cost":270,"Date":"9/5/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":58,"Date":"9/14/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":239,"Cost":160,"Date":"9/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":856,"Cost":614,"Date":"11/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":884,"Cost":603,"Date":"12/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":544,"Cost":274,"Date":"1/7/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":589,"Date":"1/21/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":224,"Cost":171,"Date":"2/9/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":299,"Cost":222,"Date":"3/19/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":482,"Cost":246,"Date":"4/3/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":949,"Cost":651,"Date":"4/5/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":494,"Cost":456,"Date":"4/28/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":250,"Cost":176,"Date":"7/10/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":958,"Cost":745,"Date":"3/25/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":844,"Cost":425,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":385,"Cost":202,"Date":"10/28/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":167,"Cost":118,"Date":"3/2/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":760,"Cost":467,"Date":"6/28/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":233,"Cost":119,"Date":"7/17/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":80,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":285,"Cost":167,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":963,"Cost":785,"Date":"11/20/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":654,"Cost":572,"Date":"12/16/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":654,"Cost":600,"Date":"12/30/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":905,"Cost":508,"Date":"2/15/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":704,"Cost":368,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":821,"Cost":594,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":12,"Cost":8,"Date":"4/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":977,"Cost":776,"Date":"7/27/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":4,"Cost":3,"Date":"8/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":168,"Cost":119,"Date":"10/31/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":722,"Cost":524,"Date":"11/11/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":834,"Cost":524,"Date":"11/30/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":740,"Cost":387,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":990,"Cost":925,"Date":"3/1/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":260,"Cost":197,"Date":"4/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":764,"Cost":448,"Date":"5/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":948,"Cost":746,"Date":"8/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":747,"Cost":586,"Date":"9/15/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":375,"Cost":278,"Date":"10/14/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":141,"Cost":74,"Date":"10/28/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":485,"Cost":398,"Date":"11/11/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":490,"Cost":287,"Date":"12/7/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":725,"Cost":653,"Date":"12/21/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":129,"Date":"1/6/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":801,"Cost":508,"Date":"1/23/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":173,"Cost":90,"Date":"2/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":987,"Cost":624,"Date":"3/10/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":550,"Cost":483,"Date":"3/12/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":377,"Cost":263,"Date":"3/31/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":424,"Cost":326,"Date":"6/16/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":228,"Cost":156,"Date":"6/17/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":709,"Cost":533,"Date":"8/27/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":501,"Cost":350,"Date":"10/1/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":434,"Cost":269,"Date":"11/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":393,"Cost":340,"Date":"11/9/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":261,"Cost":151,"Date":"3/27/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":643,"Cost":578,"Date":"4/17/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":573,"Cost":317,"Date":"8/11/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":593,"Cost":557,"Date":"8/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":824,"Cost":554,"Date":"9/2/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":284,"Cost":228,"Date":"9/5/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":499,"Date":"9/14/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":634,"Cost":495,"Date":"9/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":360,"Date":"11/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":714,"Cost":378,"Date":"12/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":352,"Date":"1/7/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":212,"Cost":166,"Date":"1/21/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":514,"Cost":367,"Date":"2/9/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":26,"Cost":15,"Date":"3/19/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":196,"Cost":152,"Date":"4/3/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":746,"Cost":645,"Date":"4/5/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":450,"Cost":315,"Date":"4/28/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":899,"Cost":612,"Date":"7/10/2019"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":561,"Date":"3/25/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":287,"Cost":144,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":546,"Cost":282,"Date":"10/28/2020"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":823,"Cost":477,"Date":"3/2/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":186,"Cost":147,"Date":"6/28/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":213,"Cost":197,"Date":"7/17/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":38,"Cost":24,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":904,"Cost":550,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":105,"Cost":100,"Date":"11/20/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":482,"Cost":429,"Date":"12/16/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":675,"Date":"12/30/2021"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":33,"Cost":28,"Date":"2/15/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":478,"Cost":315,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":404,"Cost":315,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":743,"Cost":510,"Date":"4/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":227,"Cost":165,"Date":"7/27/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":56,"Cost":43,"Date":"8/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":416,"Date":"10/31/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":828,"Cost":554,"Date":"11/11/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":291,"Cost":195,"Date":"11/30/2022"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":495,"Cost":333,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":375,"Cost":292,"Date":"3/1/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":409,"Date":"4/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":728,"Cost":624,"Date":"5/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":290,"Cost":195,"Date":"8/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":522,"Cost":433,"Date":"9/15/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":355,"Cost":196,"Date":"10/14/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":238,"Cost":170,"Date":"10/28/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":424,"Date":"11/11/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":485,"Cost":274,"Date":"12/7/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":383,"Cost":290,"Date":"12/21/2023"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":92,"Cost":60,"Date":"1/6/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":545,"Date":"1/23/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":75,"Cost":66,"Date":"2/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":80,"Cost":63,"Date":"3/10/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":643,"Cost":353,"Date":"3/12/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":222,"Cost":177,"Date":"3/31/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":865,"Cost":717,"Date":"6/16/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":761,"Cost":484,"Date":"6/17/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":713,"Cost":637,"Date":"8/27/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":194,"Cost":157,"Date":"10/1/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":551,"Cost":339,"Date":"11/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM Home","Country":"Romania","Sale":252,"Cost":209,"Date":"11/9/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":789,"Cost":715,"Date":"3/27/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":530,"Cost":484,"Date":"4/17/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":471,"Cost":411,"Date":"8/11/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":209,"Cost":138,"Date":"8/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":150,"Cost":80,"Date":"9/2/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":113,"Cost":71,"Date":"9/5/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":399,"Cost":217,"Date":"9/14/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":422,"Cost":261,"Date":"9/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":940,"Cost":539,"Date":"11/20/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":651,"Cost":413,"Date":"12/21/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":13,"Cost":11,"Date":"1/7/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":455,"Cost":400,"Date":"1/21/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":82,"Cost":56,"Date":"2/9/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":36,"Cost":23,"Date":"3/19/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":944,"Cost":565,"Date":"4/3/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":371,"Cost":301,"Date":"4/5/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":73,"Cost":37,"Date":"4/28/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":946,"Cost":548,"Date":"7/10/2019"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":46,"Cost":27,"Date":"3/25/2020"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":902,"Cost":707,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":537,"Cost":488,"Date":"10/28/2020"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":100,"Cost":78,"Date":"3/2/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":338,"Cost":237,"Date":"6/28/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":316,"Cost":204,"Date":"7/17/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":56,"Cost":30,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":926,"Cost":877,"Date":"8/23/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":643,"Cost":510,"Date":"11/20/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":626,"Cost":510,"Date":"12/16/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":534,"Cost":476,"Date":"12/30/2021"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":951,"Cost":721,"Date":"2/15/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":76,"Cost":57,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":111,"Cost":64,"Date":"3/7/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":735,"Cost":434,"Date":"4/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":77,"Cost":55,"Date":"7/27/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":13,"Cost":6,"Date":"8/18/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":196,"Cost":117,"Date":"10/31/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":245,"Cost":201,"Date":"11/11/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":862,"Cost":751,"Date":"11/30/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":783,"Cost":626,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":643,"Cost":490,"Date":"3/1/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":394,"Cost":302,"Date":"4/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":150,"Cost":129,"Date":"5/20/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":42,"Cost":27,"Date":"8/13/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":838,"Cost":796,"Date":"9/15/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":514,"Cost":354,"Date":"10/14/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":966,"Cost":814,"Date":"10/28/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":450,"Cost":256,"Date":"11/11/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":125,"Cost":88,"Date":"12/7/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":805,"Cost":413,"Date":"12/21/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":132,"Cost":116,"Date":"1/6/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":104,"Cost":52,"Date":"1/23/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":885,"Cost":514,"Date":"2/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":430,"Cost":348,"Date":"3/10/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":188,"Cost":100,"Date":"3/12/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":133,"Cost":98,"Date":"3/31/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":233,"Cost":218,"Date":"6/16/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":297,"Cost":279,"Date":"6/17/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":403,"Cost":343,"Date":"8/27/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":575,"Cost":390,"Date":"10/1/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":592,"Cost":396,"Date":"11/4/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":638,"Cost":410,"Date":"11/9/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":891,"Cost":537,"Date":"3/27/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":654,"Cost":537,"Date":"4/17/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":892,"Cost":465,"Date":"8/11/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":746,"Cost":410,"Date":"8/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":299,"Cost":179,"Date":"9/2/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":704,"Cost":419,"Date":"9/5/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":962,"Cost":670,"Date":"9/14/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":823,"Cost":736,"Date":"9/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":664,"Cost":612,"Date":"11/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":339,"Cost":194,"Date":"12/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":886,"Cost":629,"Date":"1/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":367,"Cost":315,"Date":"1/21/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":330,"Date":"2/9/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":405,"Cost":219,"Date":"3/19/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":143,"Cost":133,"Date":"4/3/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":524,"Cost":474,"Date":"4/5/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":534,"Cost":322,"Date":"4/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":284,"Date":"7/10/2019"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":547,"Cost":335,"Date":"3/25/2020"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":739,"Cost":670,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":48,"Cost":41,"Date":"10/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":703,"Cost":663,"Date":"3/2/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":624,"Cost":589,"Date":"6/28/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":985,"Cost":523,"Date":"7/17/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":471,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":148,"Cost":106,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":273,"Cost":208,"Date":"11/20/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":677,"Cost":480,"Date":"12/16/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":254,"Cost":164,"Date":"12/30/2021"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":654,"Cost":481,"Date":"2/15/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":807,"Cost":624,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":438,"Cost":372,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":108,"Cost":78,"Date":"4/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":856,"Cost":596,"Date":"7/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":460,"Cost":237,"Date":"8/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":739,"Cost":527,"Date":"10/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":707,"Cost":613,"Date":"11/11/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":606,"Cost":305,"Date":"11/30/2022"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":555,"Cost":333,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":370,"Cost":287,"Date":"3/1/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":396,"Date":"4/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":404,"Cost":295,"Date":"5/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":785,"Cost":713,"Date":"8/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":927,"Cost":595,"Date":"9/15/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":807,"Cost":706,"Date":"10/14/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":72,"Cost":48,"Date":"10/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":140,"Cost":131,"Date":"11/11/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":286,"Cost":229,"Date":"12/7/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":239,"Cost":182,"Date":"12/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":167,"Cost":105,"Date":"1/6/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":622,"Cost":433,"Date":"1/23/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":374,"Cost":203,"Date":"2/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":921,"Cost":541,"Date":"3/10/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":862,"Cost":731,"Date":"3/12/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":938,"Cost":472,"Date":"3/31/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":193,"Date":"6/16/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":950,"Cost":891,"Date":"6/17/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":36,"Cost":33,"Date":"8/27/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":408,"Cost":247,"Date":"10/1/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":535,"Cost":374,"Date":"11/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"Sellpy","Country":"Romania","Sale":766,"Cost":638,"Date":"11/9/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":185,"Cost":160,"Date":"3/27/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":211,"Cost":121,"Date":"4/17/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":817,"Cost":597,"Date":"8/11/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":419,"Cost":361,"Date":"8/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":660,"Cost":395,"Date":"9/2/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":219,"Cost":125,"Date":"9/5/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":652,"Cost":364,"Date":"9/14/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":34,"Cost":18,"Date":"9/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":882,"Cost":576,"Date":"11/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":558,"Cost":497,"Date":"12/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":674,"Cost":382,"Date":"1/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":251,"Cost":196,"Date":"1/21/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":49,"Date":"2/9/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":605,"Cost":526,"Date":"3/19/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":846,"Cost":513,"Date":"4/3/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":643,"Cost":527,"Date":"4/5/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":346,"Cost":198,"Date":"4/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":751,"Cost":435,"Date":"7/10/2019"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":596,"Cost":470,"Date":"3/25/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":339,"Cost":212,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":992,"Cost":867,"Date":"10/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":319,"Cost":189,"Date":"3/2/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":370,"Cost":239,"Date":"6/28/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":361,"Cost":233,"Date":"7/17/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":9,"Cost":9,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":60,"Cost":49,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":466,"Date":"11/20/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":634,"Cost":500,"Date":"12/16/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":362,"Date":"12/30/2021"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":322,"Cost":268,"Date":"2/15/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":999,"Cost":703,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":606,"Cost":487,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":469,"Cost":291,"Date":"4/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":196,"Cost":112,"Date":"7/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":416,"Date":"8/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":113,"Cost":83,"Date":"10/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":53,"Cost":47,"Date":"11/11/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":545,"Cost":363,"Date":"11/30/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":612,"Cost":381,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":296,"Cost":187,"Date":"3/1/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":11,"Cost":6,"Date":"4/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":279,"Cost":255,"Date":"5/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":665,"Cost":567,"Date":"8/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":857,"Cost":655,"Date":"9/15/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":876,"Cost":518,"Date":"10/14/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":757,"Cost":420,"Date":"10/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":107,"Date":"11/11/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":753,"Cost":607,"Date":"12/7/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":252,"Cost":206,"Date":"12/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":275,"Cost":208,"Date":"1/6/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":446,"Date":"1/23/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":499,"Cost":330,"Date":"2/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":617,"Cost":548,"Date":"3/10/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":45,"Cost":38,"Date":"3/12/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":686,"Cost":372,"Date":"3/31/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":963,"Cost":544,"Date":"6/16/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":957,"Cost":673,"Date":"6/17/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":278,"Cost":176,"Date":"8/27/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":932,"Cost":870,"Date":"10/1/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":548,"Cost":367,"Date":"11/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM Home","Country":"Romania","Sale":706,"Cost":435,"Date":"11/9/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":838,"Cost":591,"Date":"3/27/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":48,"Cost":45,"Date":"4/17/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":306,"Cost":167,"Date":"8/11/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":357,"Cost":186,"Date":"8/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":97,"Cost":69,"Date":"9/2/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":903,"Cost":761,"Date":"9/5/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":42,"Cost":32,"Date":"9/14/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":79,"Cost":53,"Date":"9/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":393,"Cost":269,"Date":"11/20/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":412,"Cost":353,"Date":"12/21/2018"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":198,"Cost":179,"Date":"1/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":281,"Cost":143,"Date":"1/21/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":911,"Cost":686,"Date":"2/9/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":463,"Cost":415,"Date":"3/19/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":397,"Cost":310,"Date":"4/3/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":729,"Cost":430,"Date":"4/5/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":224,"Cost":165,"Date":"4/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":951,"Cost":638,"Date":"7/10/2019"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":286,"Date":"3/25/2020"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":587,"Cost":298,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":267,"Cost":191,"Date":"10/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":42,"Cost":36,"Date":"3/2/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":586,"Cost":366,"Date":"6/28/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":661,"Cost":418,"Date":"7/17/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":966,"Cost":767,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":257,"Cost":214,"Date":"8/23/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":454,"Cost":264,"Date":"11/20/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":65,"Cost":47,"Date":"12/16/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":618,"Date":"12/30/2021"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":25,"Cost":14,"Date":"2/15/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":256,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":738,"Cost":674,"Date":"3/7/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":129,"Cost":104,"Date":"4/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":327,"Date":"7/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":538,"Cost":413,"Date":"8/18/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":133,"Cost":93,"Date":"10/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":138,"Cost":85,"Date":"11/11/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":806,"Date":"11/30/2022"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":635,"Cost":603,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":725,"Cost":639,"Date":"3/1/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":693,"Cost":578,"Date":"4/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":85,"Cost":57,"Date":"5/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":729,"Cost":462,"Date":"8/13/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":169,"Cost":102,"Date":"9/15/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":177,"Cost":93,"Date":"10/14/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":182,"Cost":164,"Date":"10/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":332,"Cost":276,"Date":"11/11/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":399,"Cost":378,"Date":"12/7/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":937,"Cost":640,"Date":"12/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":628,"Cost":426,"Date":"1/6/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":625,"Cost":391,"Date":"1/23/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":97,"Cost":54,"Date":"2/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":836,"Cost":773,"Date":"3/10/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":755,"Cost":386,"Date":"3/12/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":386,"Cost":278,"Date":"3/31/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":290,"Cost":220,"Date":"6/16/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":33,"Date":"6/17/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":751,"Cost":559,"Date":"8/27/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":99,"Date":"10/1/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":69,"Cost":37,"Date":"11/4/2024"},{"Store":"Elis Center, Lugoj","Brand":"Jeans","Country":"Romania","Sale":46,"Cost":31,"Date":"11/9/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":270,"Cost":148,"Date":"3/27/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":790,"Cost":640,"Date":"4/17/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":754,"Cost":571,"Date":"8/11/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":238,"Cost":148,"Date":"8/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":157,"Cost":79,"Date":"9/2/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":659,"Cost":607,"Date":"9/5/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":636,"Cost":336,"Date":"9/14/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":672,"Cost":381,"Date":"9/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":990,"Cost":594,"Date":"11/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":294,"Cost":257,"Date":"12/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":327,"Cost":219,"Date":"1/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":439,"Cost":314,"Date":"1/21/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":292,"Cost":264,"Date":"2/9/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":82,"Cost":41,"Date":"3/19/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":1,"Cost":0,"Date":"4/3/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":930,"Cost":593,"Date":"4/5/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":392,"Cost":349,"Date":"4/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":823,"Cost":779,"Date":"7/10/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":713,"Cost":536,"Date":"3/25/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":198,"Cost":152,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":270,"Cost":188,"Date":"10/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":56,"Cost":45,"Date":"3/2/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":916,"Cost":500,"Date":"6/28/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":343,"Cost":238,"Date":"7/17/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":330,"Cost":234,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":152,"Cost":109,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":356,"Cost":280,"Date":"11/20/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":786,"Cost":606,"Date":"12/16/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":63,"Cost":59,"Date":"12/30/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":409,"Cost":267,"Date":"2/15/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":491,"Cost":377,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":656,"Cost":421,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":884,"Cost":787,"Date":"4/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":600,"Cost":570,"Date":"7/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":419,"Cost":396,"Date":"8/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":253,"Cost":132,"Date":"10/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":616,"Cost":434,"Date":"11/11/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":753,"Cost":700,"Date":"11/30/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":115,"Cost":89,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":994,"Cost":730,"Date":"3/1/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":223,"Cost":157,"Date":"4/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":168,"Cost":132,"Date":"5/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":330,"Cost":313,"Date":"8/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":827,"Cost":695,"Date":"9/15/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":737,"Cost":510,"Date":"10/14/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":386,"Cost":223,"Date":"10/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":4,"Cost":2,"Date":"11/11/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":799,"Cost":677,"Date":"12/7/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":568,"Cost":307,"Date":"12/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":710,"Cost":661,"Date":"1/6/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":546,"Cost":495,"Date":"1/23/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":110,"Cost":64,"Date":"2/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":821,"Cost":591,"Date":"3/10/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":837,"Cost":759,"Date":"3/12/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":68,"Cost":65,"Date":"3/31/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":257,"Cost":128,"Date":"6/16/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":854,"Cost":464,"Date":"6/17/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":954,"Cost":544,"Date":"8/27/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":662,"Cost":532,"Date":"10/1/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":562,"Cost":322,"Date":"11/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":383,"Cost":344,"Date":"11/9/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":305,"Cost":211,"Date":"3/27/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":7,"Cost":6,"Date":"4/17/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":980,"Cost":525,"Date":"8/11/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":882,"Cost":764,"Date":"8/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":174,"Cost":156,"Date":"9/2/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":444,"Cost":319,"Date":"9/5/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":464,"Cost":234,"Date":"9/14/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":666,"Cost":503,"Date":"9/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":75,"Cost":51,"Date":"11/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":993,"Cost":893,"Date":"12/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":990,"Cost":702,"Date":"1/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":592,"Cost":427,"Date":"1/21/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":321,"Cost":214,"Date":"2/9/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":992,"Cost":735,"Date":"3/19/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":656,"Cost":450,"Date":"4/3/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":677,"Cost":350,"Date":"4/5/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":316,"Cost":214,"Date":"4/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":22,"Cost":14,"Date":"7/10/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":922,"Cost":754,"Date":"3/25/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":700,"Cost":409,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":82,"Cost":61,"Date":"10/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":213,"Cost":145,"Date":"3/2/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":87,"Cost":76,"Date":"6/28/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":679,"Cost":517,"Date":"7/17/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":364,"Cost":223,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":380,"Cost":216,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":863,"Cost":607,"Date":"11/20/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":615,"Cost":339,"Date":"12/16/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":870,"Cost":648,"Date":"12/30/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":817,"Cost":737,"Date":"2/15/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":321,"Cost":270,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":873,"Cost":700,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":284,"Cost":227,"Date":"4/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":936,"Cost":707,"Date":"7/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":488,"Date":"8/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":947,"Cost":779,"Date":"10/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":43,"Cost":28,"Date":"11/11/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":779,"Cost":415,"Date":"11/30/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":173,"Cost":154,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":194,"Cost":136,"Date":"3/1/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":787,"Cost":473,"Date":"4/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":863,"Cost":490,"Date":"5/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":116,"Cost":69,"Date":"8/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":756,"Cost":655,"Date":"9/15/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":652,"Cost":471,"Date":"10/14/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":353,"Cost":253,"Date":"10/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":70,"Cost":43,"Date":"11/11/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":580,"Cost":334,"Date":"12/7/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":844,"Cost":584,"Date":"12/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":281,"Cost":206,"Date":"1/6/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":287,"Cost":218,"Date":"1/23/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":536,"Cost":497,"Date":"2/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":475,"Cost":444,"Date":"3/10/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":429,"Cost":227,"Date":"3/12/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":660,"Cost":405,"Date":"3/31/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":179,"Cost":158,"Date":"6/16/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":355,"Cost":295,"Date":"6/17/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":854,"Cost":743,"Date":"8/27/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":738,"Cost":532,"Date":"10/1/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":893,"Cost":750,"Date":"11/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":382,"Cost":225,"Date":"11/9/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":306,"Cost":267,"Date":"3/27/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":332,"Cost":277,"Date":"4/17/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":10,"Cost":10,"Date":"8/11/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":585,"Cost":384,"Date":"8/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":196,"Cost":117,"Date":"9/2/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":173,"Cost":137,"Date":"9/5/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":566,"Cost":424,"Date":"9/14/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":762,"Date":"9/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":652,"Cost":330,"Date":"11/20/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":159,"Cost":88,"Date":"12/21/2018"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":358,"Cost":323,"Date":"1/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":286,"Cost":271,"Date":"1/21/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":88,"Cost":50,"Date":"2/9/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":980,"Cost":832,"Date":"3/19/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":45,"Cost":42,"Date":"4/3/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":15,"Cost":14,"Date":"4/5/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":633,"Cost":426,"Date":"4/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":641,"Date":"7/10/2019"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":880,"Cost":801,"Date":"3/25/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":203,"Cost":167,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":588,"Cost":487,"Date":"10/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":773,"Cost":670,"Date":"3/2/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":75,"Date":"6/28/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":623,"Cost":515,"Date":"7/17/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":910,"Cost":495,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":250,"Cost":157,"Date":"8/23/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":371,"Cost":244,"Date":"11/20/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":978,"Cost":509,"Date":"12/16/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":831,"Cost":547,"Date":"12/30/2021"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":974,"Cost":738,"Date":"2/15/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":503,"Cost":312,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":82,"Cost":55,"Date":"3/7/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":635,"Cost":487,"Date":"4/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":781,"Cost":539,"Date":"7/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":349,"Cost":235,"Date":"8/18/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":60,"Cost":47,"Date":"10/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":113,"Cost":77,"Date":"11/11/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":534,"Cost":401,"Date":"11/30/2022"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":419,"Cost":279,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":448,"Cost":350,"Date":"3/1/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":593,"Cost":497,"Date":"4/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":283,"Cost":193,"Date":"5/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":155,"Cost":87,"Date":"8/13/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":307,"Cost":228,"Date":"9/15/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":120,"Cost":87,"Date":"10/14/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":181,"Cost":126,"Date":"10/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":197,"Cost":174,"Date":"11/11/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":773,"Cost":429,"Date":"12/7/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":467,"Date":"12/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":728,"Cost":458,"Date":"1/6/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":644,"Cost":391,"Date":"1/23/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":31,"Cost":18,"Date":"2/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":103,"Cost":88,"Date":"3/10/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":55,"Date":"3/12/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":694,"Cost":466,"Date":"3/31/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":392,"Cost":364,"Date":"6/16/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":850,"Cost":735,"Date":"6/17/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":63,"Cost":34,"Date":"8/27/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":358,"Date":"10/1/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":424,"Cost":346,"Date":"11/4/2024"},{"Store":"Funshop Park, Timișoara","Brand":"ARKET","Country":"Romania","Sale":501,"Cost":319,"Date":"11/9/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":868,"Cost":543,"Date":"3/27/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":830,"Cost":416,"Date":"4/17/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":766,"Cost":491,"Date":"8/11/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":274,"Cost":246,"Date":"8/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":161,"Cost":152,"Date":"9/2/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":962,"Cost":584,"Date":"9/5/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":708,"Cost":597,"Date":"9/14/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":790,"Cost":658,"Date":"9/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":678,"Cost":627,"Date":"11/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":620,"Cost":400,"Date":"12/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":905,"Cost":677,"Date":"1/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":203,"Cost":110,"Date":"1/21/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":128,"Cost":74,"Date":"2/9/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":838,"Cost":751,"Date":"3/19/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":768,"Cost":629,"Date":"4/3/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":69,"Cost":43,"Date":"4/5/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":353,"Cost":289,"Date":"4/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":276,"Cost":224,"Date":"7/10/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":642,"Cost":427,"Date":"3/25/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":440,"Cost":384,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":768,"Cost":611,"Date":"10/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":710,"Cost":532,"Date":"3/2/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":211,"Cost":154,"Date":"6/28/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":304,"Cost":189,"Date":"7/17/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":538,"Cost":370,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":500,"Cost":390,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":716,"Cost":560,"Date":"11/20/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":774,"Cost":587,"Date":"12/16/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":612,"Cost":439,"Date":"12/30/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":773,"Cost":673,"Date":"2/15/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":162,"Cost":145,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":887,"Cost":462,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":83,"Cost":55,"Date":"4/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":550,"Cost":359,"Date":"7/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":742,"Cost":698,"Date":"8/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":723,"Cost":384,"Date":"10/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":420,"Cost":268,"Date":"11/11/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":983,"Cost":912,"Date":"11/30/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":641,"Cost":500,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":732,"Cost":432,"Date":"3/1/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":655,"Cost":343,"Date":"4/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":981,"Cost":638,"Date":"5/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":500,"Cost":469,"Date":"8/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":166,"Cost":88,"Date":"9/15/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":635,"Cost":436,"Date":"10/14/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":587,"Cost":543,"Date":"10/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":449,"Cost":333,"Date":"11/11/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":566,"Cost":504,"Date":"12/7/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":130,"Cost":91,"Date":"12/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":409,"Cost":230,"Date":"1/6/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":491,"Cost":417,"Date":"1/23/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":263,"Cost":163,"Date":"2/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":42,"Cost":40,"Date":"3/10/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":857,"Cost":612,"Date":"3/12/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":778,"Cost":474,"Date":"3/31/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":210,"Cost":200,"Date":"6/16/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":373,"Cost":245,"Date":"6/17/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":866,"Cost":602,"Date":"8/27/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":270,"Cost":227,"Date":"10/1/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":786,"Cost":746,"Date":"11/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":359,"Cost":202,"Date":"11/9/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":58,"Cost":51,"Date":"3/27/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":286,"Cost":159,"Date":"4/17/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":941,"Cost":756,"Date":"8/11/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":1000,"Cost":784,"Date":"8/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":629,"Cost":387,"Date":"9/2/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":150,"Cost":107,"Date":"9/5/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":276,"Cost":206,"Date":"9/14/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":951,"Cost":782,"Date":"9/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":230,"Cost":192,"Date":"11/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":776,"Cost":547,"Date":"12/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":950,"Cost":778,"Date":"1/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":980,"Cost":848,"Date":"1/21/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":83,"Cost":65,"Date":"2/9/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":731,"Cost":490,"Date":"3/19/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":924,"Cost":826,"Date":"4/3/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":826,"Cost":444,"Date":"4/5/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":681,"Cost":373,"Date":"4/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":381,"Cost":307,"Date":"7/10/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":454,"Cost":329,"Date":"3/25/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":421,"Cost":255,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":737,"Cost":523,"Date":"10/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":887,"Cost":789,"Date":"3/2/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":50,"Cost":25,"Date":"6/28/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":974,"Cost":614,"Date":"7/17/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":204,"Cost":116,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":625,"Cost":388,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":865,"Cost":822,"Date":"11/20/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":804,"Cost":578,"Date":"12/16/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":590,"Cost":425,"Date":"12/30/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":3,"Cost":2,"Date":"2/15/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":950,"Cost":553,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":676,"Cost":467,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":832,"Cost":668,"Date":"4/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":551,"Cost":419,"Date":"7/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":251,"Cost":135,"Date":"8/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":151,"Cost":115,"Date":"10/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":503,"Cost":360,"Date":"11/11/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":704,"Cost":653,"Date":"11/30/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":961,"Cost":880,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":221,"Cost":161,"Date":"3/1/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":739,"Cost":459,"Date":"4/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":891,"Cost":486,"Date":"5/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":52,"Cost":47,"Date":"8/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":826,"Cost":741,"Date":"9/15/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":716,"Cost":417,"Date":"10/14/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":521,"Cost":456,"Date":"10/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":269,"Cost":221,"Date":"11/11/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":417,"Cost":212,"Date":"12/7/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":260,"Date":"12/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":129,"Date":"1/6/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":899,"Cost":640,"Date":"1/23/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":816,"Cost":545,"Date":"2/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":559,"Cost":509,"Date":"3/10/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":38,"Cost":29,"Date":"3/12/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":703,"Cost":558,"Date":"3/31/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":613,"Cost":322,"Date":"6/16/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":326,"Cost":200,"Date":"6/17/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":457,"Cost":403,"Date":"8/27/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":857,"Cost":738,"Date":"10/1/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":372,"Cost":245,"Date":"11/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":773,"Cost":419,"Date":"11/9/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":136,"Cost":71,"Date":"3/27/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":343,"Date":"4/17/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":269,"Cost":224,"Date":"8/11/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":618,"Cost":481,"Date":"8/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":744,"Cost":536,"Date":"9/2/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":100,"Cost":53,"Date":"9/5/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":757,"Date":"9/14/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":510,"Cost":278,"Date":"9/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":524,"Cost":465,"Date":"11/20/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":525,"Date":"12/21/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":622,"Cost":571,"Date":"1/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":62,"Cost":37,"Date":"1/21/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":217,"Cost":156,"Date":"2/9/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":670,"Cost":629,"Date":"3/19/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":718,"Date":"4/3/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":499,"Cost":315,"Date":"4/5/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":573,"Cost":452,"Date":"4/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":773,"Cost":671,"Date":"7/10/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":530,"Cost":343,"Date":"3/25/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":907,"Cost":558,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":297,"Date":"10/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":346,"Cost":253,"Date":"3/2/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":438,"Cost":307,"Date":"6/28/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":643,"Date":"7/17/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":501,"Cost":263,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":932,"Cost":801,"Date":"8/23/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":347,"Cost":244,"Date":"11/20/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":128,"Cost":82,"Date":"12/16/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":16,"Cost":11,"Date":"12/30/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":772,"Date":"2/15/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":763,"Cost":577,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":591,"Cost":419,"Date":"3/7/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":571,"Cost":326,"Date":"4/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":793,"Cost":458,"Date":"7/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":200,"Cost":140,"Date":"8/18/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":191,"Cost":178,"Date":"10/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":372,"Cost":299,"Date":"11/11/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":198,"Cost":181,"Date":"11/30/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":850,"Cost":440,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":857,"Cost":560,"Date":"3/1/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":282,"Cost":163,"Date":"4/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":24,"Date":"5/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":400,"Cost":291,"Date":"8/13/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":759,"Cost":525,"Date":"9/15/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":676,"Cost":633,"Date":"10/14/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":379,"Date":"10/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":699,"Cost":496,"Date":"11/11/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":988,"Cost":932,"Date":"12/7/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":618,"Cost":526,"Date":"12/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":37,"Cost":28,"Date":"1/6/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":546,"Cost":374,"Date":"1/23/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":534,"Cost":491,"Date":"2/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":183,"Cost":101,"Date":"3/10/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":61,"Cost":49,"Date":"3/12/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":973,"Cost":623,"Date":"3/31/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":320,"Cost":166,"Date":"6/16/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":175,"Cost":105,"Date":"6/17/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":341,"Date":"8/27/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":838,"Cost":707,"Date":"10/1/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":149,"Cost":117,"Date":"11/4/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":733,"Cost":666,"Date":"11/9/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":944,"Cost":792,"Date":"3/27/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":537,"Date":"4/17/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":225,"Cost":183,"Date":"8/11/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":677,"Cost":578,"Date":"8/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":523,"Cost":372,"Date":"9/2/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":495,"Cost":318,"Date":"9/5/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":742,"Cost":515,"Date":"9/14/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":278,"Cost":167,"Date":"9/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":183,"Cost":120,"Date":"11/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":687,"Cost":586,"Date":"12/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":353,"Date":"1/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":664,"Date":"1/21/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":634,"Cost":319,"Date":"2/9/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":600,"Cost":430,"Date":"3/19/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":132,"Cost":95,"Date":"4/3/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":358,"Cost":254,"Date":"4/5/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":534,"Cost":455,"Date":"4/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":343,"Cost":186,"Date":"7/10/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":771,"Cost":478,"Date":"3/25/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":4,"Cost":2,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":565,"Cost":339,"Date":"10/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":626,"Cost":539,"Date":"3/2/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":483,"Cost":336,"Date":"6/28/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":418,"Cost":319,"Date":"7/17/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":301,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":678,"Cost":530,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":528,"Cost":297,"Date":"11/20/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":330,"Cost":166,"Date":"12/16/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":323,"Date":"12/30/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":921,"Cost":676,"Date":"2/15/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":989,"Cost":616,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":156,"Cost":79,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":832,"Date":"4/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":413,"Cost":254,"Date":"7/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":214,"Cost":133,"Date":"8/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":846,"Cost":722,"Date":"10/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":609,"Date":"11/11/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":164,"Cost":93,"Date":"11/30/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":157,"Cost":90,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":907,"Cost":821,"Date":"3/1/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":238,"Cost":121,"Date":"4/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":510,"Cost":268,"Date":"5/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":656,"Cost":382,"Date":"8/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":829,"Cost":770,"Date":"9/15/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":476,"Cost":379,"Date":"10/14/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":934,"Cost":646,"Date":"10/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":946,"Cost":643,"Date":"11/11/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":201,"Cost":183,"Date":"12/7/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":234,"Cost":173,"Date":"12/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":300,"Cost":229,"Date":"1/6/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":931,"Cost":477,"Date":"1/23/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":902,"Cost":699,"Date":"2/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":419,"Cost":322,"Date":"3/10/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":494,"Cost":401,"Date":"3/12/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":902,"Cost":574,"Date":"3/31/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":618,"Cost":451,"Date":"6/16/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":837,"Cost":521,"Date":"6/17/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":80,"Cost":67,"Date":"8/27/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":307,"Cost":266,"Date":"10/1/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":149,"Cost":120,"Date":"11/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":1,"Cost":0,"Date":"11/9/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":1000,"Cost":685,"Date":"3/27/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":467,"Cost":241,"Date":"4/17/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":447,"Cost":376,"Date":"8/11/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":902,"Cost":656,"Date":"8/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":72,"Cost":65,"Date":"9/2/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":711,"Cost":474,"Date":"9/5/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":25,"Cost":13,"Date":"9/14/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":570,"Cost":394,"Date":"9/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":994,"Cost":582,"Date":"11/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":846,"Cost":691,"Date":"12/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":511,"Date":"1/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":683,"Date":"1/21/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":609,"Date":"2/9/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":409,"Cost":317,"Date":"3/19/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":81,"Cost":62,"Date":"4/3/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":281,"Cost":187,"Date":"4/5/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":627,"Cost":567,"Date":"4/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":403,"Cost":350,"Date":"7/10/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":278,"Cost":152,"Date":"3/25/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":370,"Cost":341,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":560,"Cost":441,"Date":"10/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":335,"Cost":296,"Date":"3/2/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":385,"Cost":355,"Date":"6/28/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":465,"Cost":417,"Date":"7/17/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":297,"Cost":215,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":245,"Cost":143,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":322,"Cost":214,"Date":"11/20/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":994,"Cost":643,"Date":"12/16/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":664,"Date":"12/30/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":309,"Cost":274,"Date":"2/15/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":48,"Cost":31,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":70,"Cost":66,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":550,"Cost":360,"Date":"4/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":886,"Cost":495,"Date":"7/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":270,"Cost":239,"Date":"8/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":311,"Cost":176,"Date":"10/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":609,"Date":"11/11/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":745,"Cost":662,"Date":"11/30/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":364,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":943,"Cost":556,"Date":"3/1/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":621,"Cost":491,"Date":"4/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":578,"Cost":345,"Date":"5/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":867,"Cost":440,"Date":"8/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":651,"Cost":362,"Date":"9/15/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":6,"Cost":4,"Date":"10/14/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":864,"Cost":465,"Date":"10/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":559,"Cost":453,"Date":"11/11/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":508,"Cost":461,"Date":"12/7/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":798,"Date":"12/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":430,"Cost":339,"Date":"1/6/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":355,"Cost":275,"Date":"1/23/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":263,"Cost":138,"Date":"2/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":906,"Cost":707,"Date":"3/10/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":348,"Cost":295,"Date":"3/12/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":745,"Cost":599,"Date":"3/31/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":956,"Cost":488,"Date":"6/16/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":615,"Cost":571,"Date":"6/17/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":37,"Cost":28,"Date":"8/27/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":354,"Cost":197,"Date":"10/1/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":888,"Cost":600,"Date":"11/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":416,"Cost":311,"Date":"11/9/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":789,"Cost":629,"Date":"3/27/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":235,"Cost":205,"Date":"4/17/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":262,"Cost":237,"Date":"8/11/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":29,"Cost":21,"Date":"8/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":487,"Cost":308,"Date":"9/2/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":79,"Cost":66,"Date":"9/5/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":888,"Cost":597,"Date":"9/14/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":676,"Cost":591,"Date":"9/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":296,"Cost":261,"Date":"11/20/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":418,"Cost":252,"Date":"12/21/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":16,"Cost":9,"Date":"1/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":192,"Cost":100,"Date":"1/21/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":71,"Cost":58,"Date":"2/9/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":875,"Cost":452,"Date":"3/19/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":211,"Cost":158,"Date":"4/3/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":227,"Cost":117,"Date":"4/5/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":570,"Cost":438,"Date":"4/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":230,"Cost":156,"Date":"7/10/2019"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":245,"Cost":205,"Date":"3/25/2020"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":640,"Cost":545,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":358,"Cost":184,"Date":"10/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":965,"Cost":761,"Date":"3/2/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":765,"Cost":585,"Date":"6/28/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":356,"Cost":316,"Date":"7/17/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":27,"Cost":14,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":404,"Cost":245,"Date":"8/23/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":834,"Cost":513,"Date":"11/20/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":51,"Cost":36,"Date":"12/16/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":676,"Cost":400,"Date":"12/30/2021"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":824,"Cost":456,"Date":"2/15/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":78,"Cost":67,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":814,"Cost":440,"Date":"3/7/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":519,"Cost":348,"Date":"4/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":950,"Cost":588,"Date":"7/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":104,"Cost":66,"Date":"8/18/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":497,"Cost":359,"Date":"10/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":257,"Cost":220,"Date":"11/11/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":506,"Cost":470,"Date":"11/30/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":197,"Cost":117,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":736,"Cost":425,"Date":"3/1/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":640,"Cost":406,"Date":"4/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":527,"Cost":337,"Date":"5/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":511,"Cost":260,"Date":"8/13/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":176,"Cost":155,"Date":"9/15/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":523,"Cost":444,"Date":"10/14/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":170,"Cost":87,"Date":"10/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":477,"Cost":350,"Date":"11/11/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":902,"Cost":726,"Date":"12/7/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":883,"Cost":479,"Date":"12/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":608,"Cost":359,"Date":"1/6/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":537,"Cost":290,"Date":"1/23/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":692,"Cost":580,"Date":"2/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":260,"Cost":210,"Date":"3/10/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":245,"Cost":134,"Date":"3/12/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":532,"Cost":396,"Date":"3/31/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":641,"Cost":570,"Date":"6/16/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":562,"Cost":411,"Date":"6/17/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":613,"Cost":503,"Date":"8/27/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":603,"Cost":412,"Date":"10/1/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":293,"Cost":160,"Date":"11/4/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":501,"Cost":398,"Date":"11/9/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":9,"Cost":7,"Date":"3/27/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":429,"Cost":390,"Date":"4/17/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":92,"Date":"8/11/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":572,"Date":"8/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":869,"Cost":460,"Date":"9/2/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":185,"Cost":116,"Date":"9/5/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":631,"Cost":416,"Date":"9/14/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":763,"Cost":552,"Date":"9/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":383,"Cost":261,"Date":"11/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":233,"Cost":171,"Date":"12/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":864,"Cost":652,"Date":"1/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":232,"Cost":162,"Date":"1/21/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":805,"Cost":461,"Date":"2/9/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":499,"Cost":419,"Date":"3/19/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":529,"Cost":451,"Date":"4/3/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":569,"Cost":376,"Date":"4/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":772,"Cost":569,"Date":"4/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":142,"Cost":82,"Date":"7/10/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":636,"Date":"3/25/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":670,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":658,"Cost":555,"Date":"10/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":713,"Cost":609,"Date":"3/2/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":860,"Cost":565,"Date":"6/28/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":37,"Cost":33,"Date":"7/17/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":658,"Cost":416,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":703,"Cost":577,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":72,"Cost":53,"Date":"11/20/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":345,"Date":"12/16/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":378,"Cost":343,"Date":"12/30/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":144,"Cost":90,"Date":"2/15/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":196,"Cost":151,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":120,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":377,"Cost":276,"Date":"4/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":867,"Cost":725,"Date":"7/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":352,"Cost":220,"Date":"8/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":190,"Cost":129,"Date":"10/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":912,"Cost":693,"Date":"11/11/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":399,"Cost":246,"Date":"11/30/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":967,"Cost":789,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":910,"Cost":801,"Date":"3/1/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":865,"Cost":735,"Date":"4/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":105,"Cost":88,"Date":"5/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":171,"Cost":102,"Date":"8/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":18,"Cost":16,"Date":"9/15/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":178,"Cost":164,"Date":"10/14/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":818,"Cost":687,"Date":"10/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":205,"Cost":138,"Date":"11/11/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":703,"Cost":631,"Date":"12/7/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":219,"Cost":120,"Date":"12/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":957,"Cost":654,"Date":"1/6/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":406,"Cost":271,"Date":"1/23/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":64,"Cost":40,"Date":"2/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":269,"Cost":234,"Date":"3/10/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":133,"Date":"3/12/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":937,"Cost":671,"Date":"3/31/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":27,"Cost":17,"Date":"6/16/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":500,"Cost":361,"Date":"6/17/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":954,"Cost":884,"Date":"8/27/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":540,"Cost":365,"Date":"10/1/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":258,"Cost":196,"Date":"11/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":718,"Cost":638,"Date":"11/9/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":712,"Cost":587,"Date":"3/27/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":78,"Cost":61,"Date":"4/17/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":531,"Cost":344,"Date":"8/11/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":961,"Cost":584,"Date":"8/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":466,"Cost":437,"Date":"9/2/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":515,"Cost":439,"Date":"9/5/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":299,"Cost":280,"Date":"9/14/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":759,"Cost":592,"Date":"9/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":276,"Cost":168,"Date":"11/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":639,"Cost":589,"Date":"12/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":203,"Cost":174,"Date":"1/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":453,"Cost":424,"Date":"1/21/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":331,"Cost":229,"Date":"2/9/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":502,"Cost":329,"Date":"3/19/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":236,"Cost":154,"Date":"4/3/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":636,"Cost":420,"Date":"4/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":397,"Cost":246,"Date":"4/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":111,"Cost":92,"Date":"7/10/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":706,"Cost":551,"Date":"3/25/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":554,"Cost":385,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":698,"Cost":529,"Date":"10/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":419,"Cost":384,"Date":"3/2/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":805,"Cost":462,"Date":"6/28/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":584,"Cost":490,"Date":"7/17/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":421,"Cost":370,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":111,"Cost":97,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":753,"Cost":508,"Date":"11/20/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":365,"Cost":277,"Date":"12/16/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":70,"Cost":44,"Date":"12/30/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":24,"Cost":15,"Date":"2/15/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":381,"Cost":203,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":827,"Cost":716,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":430,"Cost":338,"Date":"4/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":781,"Cost":410,"Date":"7/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":145,"Cost":103,"Date":"8/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":852,"Cost":658,"Date":"10/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":365,"Cost":298,"Date":"11/11/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":984,"Cost":534,"Date":"11/30/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":240,"Cost":143,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":383,"Cost":223,"Date":"3/1/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":353,"Cost":280,"Date":"4/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":458,"Cost":359,"Date":"5/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":870,"Cost":632,"Date":"8/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":324,"Cost":270,"Date":"9/15/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":881,"Cost":586,"Date":"10/14/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":508,"Cost":311,"Date":"10/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":341,"Cost":177,"Date":"11/11/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":646,"Cost":579,"Date":"12/7/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":888,"Cost":592,"Date":"12/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":676,"Cost":578,"Date":"1/6/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":508,"Cost":461,"Date":"1/23/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":291,"Cost":266,"Date":"2/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":591,"Cost":451,"Date":"3/10/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":12,"Cost":11,"Date":"3/12/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":223,"Cost":170,"Date":"3/31/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":309,"Cost":224,"Date":"6/16/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":642,"Cost":363,"Date":"6/17/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":61,"Cost":38,"Date":"8/27/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":711,"Cost":410,"Date":"10/1/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":694,"Cost":425,"Date":"11/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":132,"Cost":72,"Date":"11/9/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":845,"Cost":773,"Date":"3/27/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":200,"Cost":175,"Date":"4/17/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":846,"Cost":636,"Date":"8/11/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":781,"Cost":640,"Date":"8/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":755,"Cost":670,"Date":"9/2/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":584,"Cost":308,"Date":"9/5/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":360,"Cost":340,"Date":"9/14/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":691,"Cost":397,"Date":"9/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":882,"Cost":735,"Date":"11/20/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":461,"Cost":411,"Date":"12/21/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":818,"Cost":574,"Date":"1/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":843,"Cost":611,"Date":"1/21/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":301,"Cost":187,"Date":"2/9/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":506,"Cost":387,"Date":"3/19/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":780,"Cost":494,"Date":"4/3/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":856,"Cost":630,"Date":"4/5/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":621,"Cost":540,"Date":"4/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":918,"Cost":599,"Date":"7/10/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":316,"Cost":226,"Date":"3/25/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":691,"Cost":401,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":920,"Cost":720,"Date":"10/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":190,"Cost":109,"Date":"3/2/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":687,"Cost":425,"Date":"6/28/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":333,"Cost":195,"Date":"7/17/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":571,"Cost":504,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":905,"Cost":829,"Date":"8/23/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":59,"Cost":46,"Date":"11/20/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":818,"Cost":658,"Date":"12/16/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":607,"Cost":542,"Date":"12/30/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":35,"Cost":21,"Date":"2/15/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":548,"Cost":417,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":260,"Cost":203,"Date":"3/7/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":715,"Cost":413,"Date":"4/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":92,"Cost":72,"Date":"7/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":737,"Cost":427,"Date":"8/18/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":82,"Cost":45,"Date":"10/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":738,"Cost":424,"Date":"11/11/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":292,"Cost":263,"Date":"11/30/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":331,"Cost":233,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":31,"Cost":23,"Date":"3/1/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":139,"Cost":121,"Date":"4/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":755,"Cost":468,"Date":"5/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":23,"Cost":18,"Date":"8/13/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":946,"Cost":845,"Date":"9/15/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":805,"Cost":533,"Date":"10/14/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":33,"Cost":19,"Date":"10/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":371,"Cost":272,"Date":"11/11/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":981,"Cost":859,"Date":"12/7/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":454,"Cost":354,"Date":"12/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":6,"Cost":4,"Date":"1/6/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":859,"Cost":635,"Date":"1/23/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":754,"Cost":702,"Date":"2/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":801,"Cost":730,"Date":"3/10/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":951,"Cost":689,"Date":"3/12/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":846,"Cost":441,"Date":"3/31/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":205,"Cost":193,"Date":"6/16/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":998,"Cost":545,"Date":"6/17/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":721,"Cost":558,"Date":"8/27/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":855,"Cost":449,"Date":"10/1/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":604,"Cost":481,"Date":"11/4/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":614,"Cost":384,"Date":"11/9/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":344,"Cost":258,"Date":"3/27/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":667,"Cost":575,"Date":"4/17/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":815,"Cost":542,"Date":"8/11/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":330,"Cost":282,"Date":"8/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":673,"Cost":556,"Date":"9/2/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":497,"Date":"9/5/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":725,"Cost":572,"Date":"9/14/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":600,"Cost":565,"Date":"9/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":936,"Cost":482,"Date":"11/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":646,"Cost":608,"Date":"12/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":177,"Cost":115,"Date":"1/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":180,"Cost":103,"Date":"1/21/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":763,"Cost":384,"Date":"2/9/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":302,"Cost":270,"Date":"3/19/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":229,"Cost":156,"Date":"4/3/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":318,"Date":"4/5/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":760,"Cost":718,"Date":"4/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":43,"Cost":25,"Date":"7/10/2019"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":366,"Cost":224,"Date":"3/25/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":545,"Cost":409,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":808,"Cost":424,"Date":"10/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":393,"Cost":355,"Date":"3/2/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":654,"Cost":390,"Date":"6/28/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":560,"Cost":349,"Date":"7/17/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":130,"Cost":111,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":324,"Cost":169,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":364,"Cost":285,"Date":"11/20/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":801,"Cost":624,"Date":"12/16/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":670,"Cost":389,"Date":"12/30/2021"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":759,"Cost":668,"Date":"2/15/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":404,"Cost":319,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":348,"Cost":237,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":523,"Cost":391,"Date":"4/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":184,"Cost":160,"Date":"7/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":259,"Date":"8/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":396,"Cost":265,"Date":"10/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":363,"Cost":323,"Date":"11/11/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":54,"Cost":34,"Date":"11/30/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":71,"Cost":39,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":390,"Cost":326,"Date":"3/1/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":533,"Cost":402,"Date":"4/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":634,"Cost":322,"Date":"5/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":819,"Cost":481,"Date":"8/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":906,"Cost":640,"Date":"9/15/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":84,"Date":"10/14/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":987,"Cost":576,"Date":"10/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":677,"Cost":400,"Date":"11/11/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":640,"Cost":354,"Date":"12/7/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":366,"Cost":186,"Date":"12/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":629,"Date":"1/6/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":37,"Cost":31,"Date":"1/23/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":659,"Cost":497,"Date":"2/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":729,"Cost":447,"Date":"3/10/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":475,"Cost":403,"Date":"3/12/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":619,"Date":"3/31/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":209,"Cost":108,"Date":"6/16/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":420,"Cost":273,"Date":"6/17/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":353,"Cost":272,"Date":"8/27/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":338,"Cost":311,"Date":"10/1/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":805,"Cost":673,"Date":"11/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":356,"Cost":229,"Date":"11/9/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":773,"Cost":664,"Date":"3/27/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":15,"Cost":8,"Date":"4/17/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":941,"Cost":780,"Date":"8/11/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":704,"Cost":430,"Date":"8/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":762,"Cost":391,"Date":"9/2/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":690,"Cost":480,"Date":"9/5/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":853,"Cost":758,"Date":"9/14/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":190,"Cost":110,"Date":"9/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":823,"Cost":661,"Date":"11/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":758,"Cost":705,"Date":"12/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":947,"Cost":480,"Date":"1/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":919,"Cost":645,"Date":"1/21/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":466,"Cost":398,"Date":"2/9/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":236,"Cost":156,"Date":"3/19/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":792,"Cost":623,"Date":"4/3/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":123,"Cost":71,"Date":"4/5/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":166,"Cost":141,"Date":"4/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":285,"Cost":175,"Date":"7/10/2019"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":548,"Cost":300,"Date":"3/25/2020"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":34,"Cost":21,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":742,"Cost":493,"Date":"10/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":305,"Cost":287,"Date":"3/2/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":151,"Cost":96,"Date":"6/28/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":403,"Cost":275,"Date":"7/17/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":98,"Cost":56,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":331,"Cost":207,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":549,"Cost":292,"Date":"11/20/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":696,"Cost":508,"Date":"12/16/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":652,"Cost":516,"Date":"12/30/2021"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":201,"Cost":135,"Date":"2/15/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":513,"Cost":449,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":588,"Cost":351,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":467,"Cost":375,"Date":"4/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":198,"Cost":162,"Date":"7/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":295,"Cost":244,"Date":"8/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":692,"Cost":470,"Date":"10/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":811,"Cost":658,"Date":"11/11/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":415,"Cost":207,"Date":"11/30/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":65,"Cost":57,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":996,"Cost":534,"Date":"3/1/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":664,"Cost":563,"Date":"4/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":877,"Cost":786,"Date":"5/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":243,"Cost":155,"Date":"8/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":500,"Cost":431,"Date":"9/15/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":665,"Cost":508,"Date":"10/14/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":297,"Cost":177,"Date":"10/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":560,"Cost":313,"Date":"11/11/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":119,"Cost":67,"Date":"12/7/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":286,"Cost":258,"Date":"12/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":671,"Cost":363,"Date":"1/6/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":810,"Cost":410,"Date":"1/23/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":628,"Cost":490,"Date":"2/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":741,"Cost":581,"Date":"3/10/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":4,"Cost":2,"Date":"3/12/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":345,"Cost":318,"Date":"3/31/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":188,"Cost":108,"Date":"6/16/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":255,"Cost":212,"Date":"6/17/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":708,"Cost":458,"Date":"8/27/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":535,"Cost":467,"Date":"10/1/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":942,"Cost":607,"Date":"11/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":260,"Cost":196,"Date":"11/9/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":490,"Cost":385,"Date":"3/27/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":171,"Cost":119,"Date":"4/17/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":943,"Cost":678,"Date":"8/11/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":615,"Cost":320,"Date":"8/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":303,"Cost":248,"Date":"9/2/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":754,"Cost":627,"Date":"9/5/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":320,"Cost":245,"Date":"9/14/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":182,"Cost":105,"Date":"9/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":773,"Cost":727,"Date":"11/20/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":367,"Cost":188,"Date":"12/21/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":545,"Cost":479,"Date":"1/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":717,"Cost":555,"Date":"1/21/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":786,"Cost":608,"Date":"2/9/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":452,"Cost":310,"Date":"3/19/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":757,"Cost":625,"Date":"4/3/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":459,"Cost":346,"Date":"4/5/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":880,"Cost":692,"Date":"4/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":328,"Cost":209,"Date":"7/10/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":695,"Cost":366,"Date":"3/25/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":993,"Cost":712,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":754,"Cost":409,"Date":"10/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":133,"Cost":102,"Date":"3/2/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":822,"Cost":444,"Date":"6/28/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":285,"Cost":249,"Date":"7/17/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":812,"Cost":661,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":89,"Cost":48,"Date":"8/23/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":64,"Cost":49,"Date":"11/20/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":191,"Cost":126,"Date":"12/16/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":284,"Cost":246,"Date":"12/30/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":139,"Cost":70,"Date":"2/15/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":136,"Cost":91,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":5,"Cost":5,"Date":"3/7/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":797,"Cost":460,"Date":"4/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":342,"Cost":300,"Date":"7/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":491,"Cost":389,"Date":"8/18/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":732,"Cost":664,"Date":"10/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":729,"Cost":468,"Date":"11/11/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":491,"Cost":449,"Date":"11/30/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":827,"Cost":701,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":670,"Cost":602,"Date":"3/1/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":319,"Cost":184,"Date":"4/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":593,"Cost":535,"Date":"5/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":373,"Cost":276,"Date":"8/13/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":953,"Cost":738,"Date":"9/15/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":280,"Cost":174,"Date":"10/14/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":680,"Cost":550,"Date":"10/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":908,"Cost":489,"Date":"11/11/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":103,"Cost":77,"Date":"12/7/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":528,"Cost":318,"Date":"12/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":594,"Cost":385,"Date":"1/6/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":25,"Cost":12,"Date":"1/23/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":327,"Cost":297,"Date":"2/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":196,"Cost":143,"Date":"3/10/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":980,"Cost":778,"Date":"3/12/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":773,"Cost":712,"Date":"3/31/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":782,"Cost":708,"Date":"6/16/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":382,"Cost":323,"Date":"6/17/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":728,"Cost":532,"Date":"8/27/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":414,"Cost":274,"Date":"10/1/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":389,"Cost":359,"Date":"11/4/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":483,"Cost":442,"Date":"11/9/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":630,"Cost":342,"Date":"3/27/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":852,"Cost":618,"Date":"4/17/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":545,"Cost":382,"Date":"8/11/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":131,"Cost":117,"Date":"8/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":185,"Cost":106,"Date":"9/2/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":193,"Cost":144,"Date":"9/5/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":14,"Cost":7,"Date":"9/14/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":171,"Cost":152,"Date":"9/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":882,"Cost":459,"Date":"11/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":374,"Cost":285,"Date":"12/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":483,"Cost":248,"Date":"1/7/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":365,"Cost":239,"Date":"1/21/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":906,"Cost":851,"Date":"2/9/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":812,"Cost":543,"Date":"3/19/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":477,"Cost":306,"Date":"4/3/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":532,"Cost":342,"Date":"4/5/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":762,"Cost":631,"Date":"4/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":712,"Cost":366,"Date":"7/10/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":881,"Cost":499,"Date":"3/25/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":350,"Cost":314,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":383,"Cost":292,"Date":"10/28/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":982,"Cost":821,"Date":"3/2/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":941,"Cost":762,"Date":"6/28/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":765,"Cost":629,"Date":"7/17/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":717,"Cost":455,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":405,"Cost":311,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":979,"Cost":817,"Date":"11/20/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":995,"Cost":783,"Date":"12/16/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":791,"Cost":677,"Date":"12/30/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":737,"Cost":539,"Date":"2/15/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":291,"Cost":195,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":299,"Cost":195,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":226,"Cost":142,"Date":"4/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":663,"Cost":524,"Date":"7/27/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":593,"Cost":532,"Date":"8/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":110,"Cost":63,"Date":"10/31/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":829,"Cost":709,"Date":"11/11/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":553,"Cost":468,"Date":"11/30/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":138,"Cost":130,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":420,"Cost":217,"Date":"3/1/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":25,"Cost":18,"Date":"4/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":442,"Cost":420,"Date":"5/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":953,"Cost":645,"Date":"8/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":691,"Cost":367,"Date":"9/15/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":428,"Cost":286,"Date":"10/14/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":781,"Cost":681,"Date":"10/28/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":766,"Cost":677,"Date":"11/11/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":371,"Cost":237,"Date":"12/7/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":874,"Cost":589,"Date":"12/21/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":56,"Cost":31,"Date":"1/6/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":230,"Cost":198,"Date":"1/23/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":402,"Cost":368,"Date":"2/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":808,"Cost":442,"Date":"3/10/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":136,"Cost":97,"Date":"3/12/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":15,"Cost":12,"Date":"3/31/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":963,"Cost":667,"Date":"6/16/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":434,"Cost":380,"Date":"6/17/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":269,"Cost":218,"Date":"8/27/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":624,"Cost":441,"Date":"10/1/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":330,"Cost":309,"Date":"11/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":520,"Cost":272,"Date":"11/9/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":327,"Cost":251,"Date":"3/27/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":376,"Cost":317,"Date":"4/17/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":521,"Cost":395,"Date":"8/11/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":176,"Cost":109,"Date":"8/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":404,"Cost":353,"Date":"9/2/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":512,"Cost":453,"Date":"9/5/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":579,"Cost":484,"Date":"9/14/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":698,"Cost":394,"Date":"9/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":604,"Cost":535,"Date":"11/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":264,"Cost":235,"Date":"12/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":967,"Cost":860,"Date":"1/7/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":959,"Cost":589,"Date":"1/21/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":612,"Cost":517,"Date":"2/9/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":554,"Cost":296,"Date":"3/19/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":364,"Cost":226,"Date":"4/3/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":75,"Cost":50,"Date":"4/5/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":632,"Cost":403,"Date":"4/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":659,"Cost":378,"Date":"7/10/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":781,"Cost":521,"Date":"3/25/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":895,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":521,"Date":"10/28/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":176,"Cost":95,"Date":"3/2/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":174,"Cost":158,"Date":"6/28/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":862,"Cost":698,"Date":"7/17/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":460,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":170,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":29,"Cost":25,"Date":"11/20/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":364,"Cost":188,"Date":"12/16/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":215,"Date":"12/30/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":634,"Cost":460,"Date":"2/15/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":987,"Cost":564,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":483,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":204,"Cost":175,"Date":"4/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":532,"Cost":454,"Date":"7/27/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":813,"Cost":558,"Date":"8/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":730,"Cost":567,"Date":"10/31/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":193,"Cost":147,"Date":"11/11/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":551,"Cost":352,"Date":"11/30/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":221,"Cost":159,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":243,"Cost":199,"Date":"3/1/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":151,"Cost":124,"Date":"4/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":55,"Cost":42,"Date":"5/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":284,"Cost":232,"Date":"8/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":28,"Cost":15,"Date":"9/15/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":839,"Cost":619,"Date":"10/14/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":473,"Cost":319,"Date":"10/28/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":79,"Cost":51,"Date":"11/11/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":252,"Cost":196,"Date":"12/7/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":718,"Cost":439,"Date":"12/21/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":287,"Cost":159,"Date":"1/6/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":441,"Cost":386,"Date":"1/23/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":840,"Cost":548,"Date":"2/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":410,"Cost":253,"Date":"3/10/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":758,"Cost":526,"Date":"3/12/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":939,"Cost":542,"Date":"3/31/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":11,"Cost":5,"Date":"6/16/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":823,"Cost":528,"Date":"6/17/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":264,"Cost":230,"Date":"8/27/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":537,"Cost":429,"Date":"10/1/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":448,"Date":"11/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":266,"Date":"11/9/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":718,"Cost":383,"Date":"3/27/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":304,"Cost":206,"Date":"4/17/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":924,"Date":"8/11/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":792,"Cost":655,"Date":"8/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":34,"Cost":27,"Date":"9/2/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":269,"Cost":232,"Date":"9/5/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":246,"Cost":229,"Date":"9/14/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":985,"Cost":893,"Date":"9/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":774,"Cost":575,"Date":"11/20/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":678,"Cost":367,"Date":"12/21/2018"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":456,"Cost":347,"Date":"1/7/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":235,"Cost":160,"Date":"1/21/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":232,"Cost":205,"Date":"2/9/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":713,"Cost":640,"Date":"3/19/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":507,"Cost":385,"Date":"4/3/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":163,"Cost":112,"Date":"4/5/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":241,"Cost":201,"Date":"4/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":886,"Cost":587,"Date":"7/10/2019"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":79,"Cost":67,"Date":"3/25/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":45,"Cost":35,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":128,"Cost":84,"Date":"10/28/2020"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":769,"Cost":685,"Date":"3/2/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":262,"Cost":180,"Date":"6/28/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":765,"Cost":560,"Date":"7/17/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":100,"Cost":88,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":960,"Cost":863,"Date":"8/23/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":477,"Cost":305,"Date":"11/20/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":400,"Cost":359,"Date":"12/16/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":92,"Cost":71,"Date":"12/30/2021"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":218,"Cost":168,"Date":"2/15/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":955,"Cost":577,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":785,"Cost":457,"Date":"3/7/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":649,"Cost":597,"Date":"4/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":179,"Cost":157,"Date":"7/27/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":525,"Cost":297,"Date":"8/18/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":701,"Cost":629,"Date":"10/31/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":411,"Cost":298,"Date":"11/11/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":668,"Cost":554,"Date":"11/30/2022"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":577,"Cost":312,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":609,"Cost":456,"Date":"3/1/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":93,"Cost":69,"Date":"4/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":667,"Cost":545,"Date":"5/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":92,"Cost":87,"Date":"8/13/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":465,"Cost":319,"Date":"9/15/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":872,"Cost":446,"Date":"10/14/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":870,"Cost":551,"Date":"10/28/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":135,"Cost":90,"Date":"11/11/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":321,"Cost":163,"Date":"12/7/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":151,"Cost":101,"Date":"12/21/2023"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":61,"Cost":36,"Date":"1/6/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":844,"Date":"1/23/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":130,"Cost":110,"Date":"2/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":891,"Cost":550,"Date":"3/10/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":442,"Cost":320,"Date":"3/12/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":198,"Cost":182,"Date":"3/31/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":496,"Cost":282,"Date":"6/16/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":698,"Cost":637,"Date":"6/17/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":275,"Cost":243,"Date":"8/27/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":729,"Cost":639,"Date":"10/1/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":49,"Cost":35,"Date":"11/4/2024"},{"Store":"European Retail Park Brăila","Brand":"Nova","Country":"Romania","Sale":9,"Cost":8,"Date":"11/9/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":749,"Cost":642,"Date":"3/27/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":423,"Cost":322,"Date":"4/17/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":941,"Cost":860,"Date":"8/11/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":723,"Cost":420,"Date":"8/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":742,"Cost":453,"Date":"9/2/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":635,"Cost":343,"Date":"9/5/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":331,"Cost":246,"Date":"9/14/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":370,"Cost":295,"Date":"9/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":526,"Cost":473,"Date":"11/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":178,"Cost":115,"Date":"12/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":259,"Cost":244,"Date":"1/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":258,"Cost":226,"Date":"1/21/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":431,"Cost":319,"Date":"2/9/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":53,"Cost":38,"Date":"3/19/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":90,"Cost":85,"Date":"4/3/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":490,"Date":"4/5/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":291,"Cost":145,"Date":"4/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":914,"Cost":522,"Date":"7/10/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":754,"Cost":716,"Date":"3/25/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":487,"Cost":305,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":90,"Cost":65,"Date":"10/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":99,"Cost":86,"Date":"3/2/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":545,"Cost":409,"Date":"6/28/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":455,"Date":"7/17/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":427,"Cost":330,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":31,"Cost":28,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":273,"Cost":165,"Date":"11/20/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":457,"Cost":280,"Date":"12/16/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":706,"Cost":606,"Date":"12/30/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":262,"Cost":136,"Date":"2/15/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":740,"Cost":658,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":949,"Cost":775,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":174,"Cost":151,"Date":"4/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":660,"Cost":619,"Date":"7/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":121,"Cost":90,"Date":"8/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":459,"Cost":360,"Date":"10/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":233,"Cost":153,"Date":"11/11/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":313,"Cost":223,"Date":"11/30/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":567,"Cost":345,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":537,"Cost":375,"Date":"3/1/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":68,"Cost":36,"Date":"4/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":53,"Cost":47,"Date":"5/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":736,"Cost":649,"Date":"8/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":829,"Cost":678,"Date":"9/15/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":574,"Cost":542,"Date":"10/14/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":977,"Cost":581,"Date":"10/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":684,"Cost":456,"Date":"11/11/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":945,"Cost":521,"Date":"12/7/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":253,"Cost":207,"Date":"12/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":371,"Cost":253,"Date":"1/6/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":911,"Cost":789,"Date":"1/23/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":197,"Cost":185,"Date":"2/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":250,"Cost":190,"Date":"3/10/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":592,"Cost":297,"Date":"3/12/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":564,"Cost":454,"Date":"3/31/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":30,"Cost":27,"Date":"6/16/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":723,"Cost":495,"Date":"6/17/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":597,"Cost":300,"Date":"8/27/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":367,"Cost":260,"Date":"10/1/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":361,"Cost":276,"Date":"11/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":387,"Cost":324,"Date":"11/9/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":569,"Date":"3/27/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":752,"Cost":693,"Date":"4/17/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":555,"Cost":521,"Date":"8/11/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":435,"Cost":362,"Date":"8/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":900,"Cost":638,"Date":"9/2/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":506,"Cost":258,"Date":"9/5/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":658,"Cost":513,"Date":"9/14/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":404,"Cost":225,"Date":"9/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":425,"Date":"11/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":795,"Cost":627,"Date":"12/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":986,"Cost":622,"Date":"1/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":969,"Cost":536,"Date":"1/21/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":668,"Cost":530,"Date":"2/9/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":308,"Cost":168,"Date":"3/19/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":266,"Cost":243,"Date":"4/3/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":935,"Cost":520,"Date":"4/5/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":421,"Cost":241,"Date":"4/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":238,"Cost":194,"Date":"7/10/2019"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":489,"Cost":361,"Date":"3/25/2020"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":459,"Cost":241,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":80,"Cost":40,"Date":"10/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":146,"Cost":104,"Date":"3/2/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":440,"Cost":340,"Date":"6/28/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":265,"Cost":218,"Date":"7/17/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":348,"Cost":175,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":370,"Cost":292,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":667,"Cost":541,"Date":"11/20/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":407,"Cost":358,"Date":"12/16/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":432,"Cost":293,"Date":"12/30/2021"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":810,"Cost":740,"Date":"2/15/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":52,"Cost":39,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":872,"Cost":696,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":18,"Cost":13,"Date":"4/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":696,"Cost":443,"Date":"7/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":941,"Cost":589,"Date":"8/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":429,"Cost":381,"Date":"10/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":615,"Date":"11/11/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":789,"Cost":485,"Date":"11/30/2022"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":333,"Cost":313,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":637,"Cost":480,"Date":"3/1/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":203,"Date":"4/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":353,"Cost":187,"Date":"5/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":819,"Date":"8/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":324,"Cost":228,"Date":"9/15/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":316,"Cost":286,"Date":"10/14/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":910,"Cost":568,"Date":"10/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":732,"Cost":534,"Date":"11/11/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":705,"Cost":612,"Date":"12/7/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":962,"Cost":592,"Date":"12/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":367,"Date":"1/6/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":32,"Cost":16,"Date":"1/23/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":120,"Cost":72,"Date":"2/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":364,"Cost":196,"Date":"3/10/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":170,"Cost":94,"Date":"3/12/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":517,"Cost":407,"Date":"3/31/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":545,"Cost":461,"Date":"6/16/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":491,"Cost":365,"Date":"6/17/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":466,"Cost":247,"Date":"8/27/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":159,"Date":"10/1/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":489,"Cost":461,"Date":"11/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"Jeans","Country":"Romania","Sale":508,"Cost":258,"Date":"11/9/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":52,"Cost":34,"Date":"3/27/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":525,"Cost":459,"Date":"4/17/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":189,"Cost":153,"Date":"8/11/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":163,"Cost":86,"Date":"8/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":256,"Cost":193,"Date":"9/2/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":725,"Cost":496,"Date":"9/5/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":287,"Cost":189,"Date":"9/14/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":664,"Cost":510,"Date":"9/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":691,"Cost":459,"Date":"11/20/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":303,"Cost":180,"Date":"12/21/2018"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":799,"Cost":656,"Date":"1/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":935,"Cost":680,"Date":"1/21/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":51,"Cost":27,"Date":"2/9/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":473,"Cost":383,"Date":"3/19/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":519,"Cost":345,"Date":"4/3/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":910,"Cost":766,"Date":"4/5/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":936,"Cost":677,"Date":"4/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":3,"Cost":2,"Date":"7/10/2019"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":427,"Cost":405,"Date":"3/25/2020"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":260,"Cost":226,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":579,"Cost":411,"Date":"10/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":790,"Cost":506,"Date":"3/2/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":400,"Cost":334,"Date":"6/28/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":880,"Cost":575,"Date":"7/17/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":444,"Cost":240,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":212,"Cost":192,"Date":"8/23/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":330,"Cost":198,"Date":"11/20/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":377,"Cost":341,"Date":"12/16/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":554,"Cost":288,"Date":"12/30/2021"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":248,"Cost":234,"Date":"2/15/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":599,"Cost":569,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":241,"Cost":196,"Date":"3/7/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":311,"Cost":192,"Date":"4/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":941,"Cost":875,"Date":"7/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":105,"Cost":95,"Date":"8/18/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":968,"Cost":524,"Date":"10/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":778,"Cost":630,"Date":"11/11/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":991,"Cost":668,"Date":"11/30/2022"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":678,"Cost":621,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":293,"Cost":212,"Date":"3/1/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":760,"Cost":709,"Date":"4/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":11,"Cost":7,"Date":"5/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":307,"Cost":276,"Date":"8/13/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":52,"Cost":42,"Date":"9/15/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":433,"Cost":280,"Date":"10/14/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":19,"Cost":14,"Date":"10/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":741,"Cost":547,"Date":"11/11/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":929,"Cost":864,"Date":"12/7/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":134,"Cost":128,"Date":"12/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":746,"Cost":568,"Date":"1/6/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":577,"Cost":448,"Date":"1/23/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":127,"Cost":105,"Date":"2/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":400,"Cost":255,"Date":"3/10/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":274,"Cost":210,"Date":"3/12/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":196,"Cost":179,"Date":"3/31/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":856,"Cost":768,"Date":"6/16/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":356,"Cost":191,"Date":"6/17/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":323,"Cost":222,"Date":"8/27/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":989,"Cost":820,"Date":"10/1/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":466,"Cost":436,"Date":"11/4/2024"},{"Store":"Iulius Mall Suceava","Brand":"COS","Country":"Romania","Sale":571,"Cost":368,"Date":"11/9/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":631,"Cost":527,"Date":"3/27/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":870,"Cost":623,"Date":"4/17/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":841,"Cost":742,"Date":"8/11/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":475,"Cost":284,"Date":"8/21/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":294,"Cost":271,"Date":"9/2/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":811,"Cost":556,"Date":"9/5/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":870,"Cost":688,"Date":"9/14/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":619,"Cost":408,"Date":"9/20/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":424,"Date":"11/20/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":678,"Cost":404,"Date":"12/21/2018"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":48,"Cost":41,"Date":"1/7/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":180,"Cost":171,"Date":"1/21/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":818,"Cost":494,"Date":"2/9/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":267,"Cost":176,"Date":"3/19/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":426,"Cost":402,"Date":"4/3/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":784,"Cost":531,"Date":"4/5/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":237,"Cost":148,"Date":"4/28/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":767,"Cost":416,"Date":"7/10/2019"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":537,"Cost":344,"Date":"3/25/2020"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":821,"Cost":707,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":93,"Cost":85,"Date":"10/28/2020"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":529,"Cost":290,"Date":"3/2/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":853,"Cost":457,"Date":"6/28/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":267,"Cost":148,"Date":"7/17/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":277,"Cost":185,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":668,"Cost":420,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":757,"Cost":573,"Date":"11/20/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":989,"Cost":624,"Date":"12/16/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":359,"Cost":285,"Date":"12/30/2021"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":611,"Cost":369,"Date":"2/15/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":382,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":228,"Cost":175,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":569,"Cost":509,"Date":"4/18/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":613,"Cost":342,"Date":"7/27/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":285,"Cost":185,"Date":"8/18/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":87,"Cost":81,"Date":"10/31/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":65,"Cost":55,"Date":"11/11/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":595,"Cost":446,"Date":"11/30/2022"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":948,"Cost":568,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":666,"Cost":502,"Date":"3/1/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":12,"Cost":8,"Date":"4/13/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":96,"Cost":53,"Date":"5/20/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":438,"Cost":298,"Date":"8/13/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":755,"Cost":706,"Date":"9/15/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":825,"Cost":524,"Date":"10/14/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":873,"Cost":455,"Date":"10/28/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":176,"Cost":155,"Date":"11/11/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":506,"Cost":272,"Date":"12/7/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":587,"Cost":512,"Date":"12/21/2023"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":629,"Cost":588,"Date":"1/6/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":559,"Cost":373,"Date":"1/23/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":462,"Cost":407,"Date":"2/4/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":769,"Cost":712,"Date":"3/10/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":736,"Cost":375,"Date":"3/12/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":799,"Cost":485,"Date":"3/31/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":611,"Cost":562,"Date":"6/16/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":280,"Cost":247,"Date":"6/17/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":108,"Cost":98,"Date":"8/27/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":375,"Cost":282,"Date":"10/1/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":624,"Cost":533,"Date":"11/4/2024"},{"Store":"Westfield London","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":596,"Date":"11/9/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":128,"Cost":97,"Date":"3/27/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":69,"Cost":65,"Date":"4/17/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":511,"Cost":271,"Date":"8/11/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":457,"Cost":323,"Date":"8/21/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":832,"Cost":542,"Date":"9/2/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":931,"Cost":548,"Date":"9/5/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":510,"Cost":257,"Date":"9/14/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":919,"Cost":639,"Date":"9/20/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":526,"Cost":437,"Date":"11/20/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":635,"Cost":338,"Date":"12/21/2018"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":564,"Cost":500,"Date":"1/7/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":876,"Cost":686,"Date":"1/21/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":943,"Cost":581,"Date":"2/9/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":117,"Cost":77,"Date":"3/19/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":309,"Cost":293,"Date":"4/3/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":336,"Cost":210,"Date":"4/5/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":736,"Cost":527,"Date":"4/28/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":514,"Cost":321,"Date":"7/10/2019"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":66,"Cost":37,"Date":"3/25/2020"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":389,"Cost":318,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":722,"Cost":394,"Date":"10/28/2020"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":912,"Cost":719,"Date":"3/2/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":545,"Cost":438,"Date":"6/28/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":37,"Cost":27,"Date":"7/17/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":172,"Cost":98,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":483,"Cost":449,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":861,"Cost":699,"Date":"11/20/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":774,"Cost":732,"Date":"12/16/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":373,"Cost":301,"Date":"12/30/2021"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":648,"Cost":344,"Date":"2/15/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":272,"Cost":225,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":508,"Cost":404,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":618,"Cost":340,"Date":"4/18/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":382,"Cost":306,"Date":"7/27/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":628,"Cost":341,"Date":"8/18/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":35,"Cost":27,"Date":"10/31/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":475,"Cost":434,"Date":"11/11/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":769,"Cost":401,"Date":"11/30/2022"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":368,"Cost":312,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":99,"Cost":53,"Date":"3/1/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":841,"Cost":642,"Date":"4/13/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":152,"Cost":94,"Date":"5/20/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":494,"Cost":395,"Date":"8/13/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":751,"Cost":422,"Date":"9/15/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":117,"Cost":100,"Date":"10/14/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":963,"Cost":758,"Date":"10/28/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":879,"Cost":488,"Date":"11/11/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":202,"Cost":151,"Date":"12/7/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":21,"Cost":17,"Date":"12/21/2023"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":455,"Cost":236,"Date":"1/6/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":962,"Cost":706,"Date":"1/23/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":336,"Cost":313,"Date":"2/4/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":113,"Cost":56,"Date":"3/10/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":27,"Cost":14,"Date":"3/12/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":618,"Cost":379,"Date":"3/31/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":725,"Cost":381,"Date":"6/16/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":565,"Cost":464,"Date":"6/17/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":862,"Cost":761,"Date":"8/27/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":795,"Cost":553,"Date":"10/1/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":43,"Cost":33,"Date":"11/4/2024"},{"Store":"Westfield London","Brand":"HM","Country":"UK","Sale":534,"Cost":367,"Date":"11/9/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":113,"Cost":89,"Date":"3/27/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":726,"Cost":628,"Date":"4/17/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":213,"Cost":116,"Date":"8/11/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":247,"Cost":130,"Date":"8/21/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":912,"Cost":708,"Date":"9/2/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":480,"Cost":422,"Date":"9/5/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":792,"Cost":563,"Date":"9/14/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":319,"Cost":266,"Date":"9/20/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":577,"Cost":496,"Date":"11/20/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":562,"Cost":453,"Date":"12/21/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":208,"Cost":109,"Date":"1/7/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":601,"Cost":347,"Date":"1/21/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":12,"Cost":6,"Date":"2/9/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":759,"Cost":428,"Date":"3/19/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":571,"Cost":487,"Date":"4/3/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":219,"Cost":199,"Date":"4/5/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":676,"Cost":480,"Date":"4/28/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":137,"Cost":73,"Date":"7/10/2019"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":85,"Cost":64,"Date":"3/25/2020"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":869,"Cost":612,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":518,"Cost":387,"Date":"10/28/2020"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":718,"Cost":376,"Date":"3/2/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":100,"Cost":93,"Date":"6/28/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":971,"Cost":627,"Date":"7/17/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":162,"Cost":132,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":758,"Cost":569,"Date":"8/23/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":452,"Cost":353,"Date":"11/20/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":783,"Cost":423,"Date":"12/16/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":765,"Cost":579,"Date":"12/30/2021"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":208,"Cost":153,"Date":"2/15/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":454,"Cost":285,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":985,"Cost":923,"Date":"3/7/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":815,"Cost":503,"Date":"4/18/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":542,"Cost":470,"Date":"7/27/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":37,"Cost":28,"Date":"8/18/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":989,"Cost":728,"Date":"10/31/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":270,"Cost":233,"Date":"11/11/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":201,"Cost":112,"Date":"11/30/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":997,"Cost":924,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":442,"Cost":367,"Date":"3/1/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":10,"Cost":8,"Date":"4/13/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":687,"Cost":629,"Date":"5/20/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":173,"Cost":94,"Date":"8/13/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":663,"Cost":512,"Date":"9/15/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":519,"Cost":326,"Date":"10/14/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":525,"Cost":376,"Date":"10/28/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":947,"Cost":715,"Date":"11/11/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":925,"Cost":630,"Date":"12/7/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":171,"Cost":104,"Date":"12/21/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":337,"Cost":224,"Date":"1/6/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":440,"Cost":277,"Date":"1/23/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":886,"Cost":641,"Date":"2/4/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":462,"Cost":418,"Date":"3/10/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":493,"Cost":400,"Date":"3/12/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":455,"Cost":314,"Date":"3/31/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":551,"Cost":441,"Date":"6/16/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":521,"Cost":281,"Date":"6/17/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":990,"Cost":668,"Date":"8/27/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":125,"Cost":106,"Date":"10/1/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":709,"Cost":418,"Date":"11/4/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":557,"Cost":357,"Date":"11/9/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":635,"Cost":372,"Date":"3/27/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":904,"Cost":620,"Date":"4/17/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":212,"Cost":119,"Date":"8/11/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":607,"Cost":363,"Date":"8/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":446,"Cost":234,"Date":"9/2/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":199,"Cost":156,"Date":"9/5/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":665,"Cost":507,"Date":"9/14/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":908,"Cost":824,"Date":"9/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":711,"Cost":577,"Date":"11/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":592,"Cost":406,"Date":"12/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":197,"Date":"1/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":160,"Date":"1/21/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":269,"Cost":210,"Date":"2/9/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":114,"Cost":93,"Date":"3/19/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":532,"Cost":314,"Date":"4/3/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":811,"Cost":768,"Date":"4/5/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":578,"Cost":414,"Date":"4/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":219,"Cost":132,"Date":"7/10/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":70,"Cost":46,"Date":"3/25/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":235,"Cost":211,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":735,"Cost":632,"Date":"10/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":580,"Cost":411,"Date":"3/2/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":443,"Cost":370,"Date":"6/28/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":38,"Cost":26,"Date":"7/17/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":339,"Cost":305,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":418,"Cost":305,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":524,"Cost":274,"Date":"11/20/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":748,"Cost":439,"Date":"12/16/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":54,"Cost":34,"Date":"12/30/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":400,"Date":"2/15/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":407,"Cost":205,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":501,"Cost":276,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":987,"Cost":609,"Date":"4/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":415,"Cost":387,"Date":"7/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":385,"Cost":310,"Date":"8/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":450,"Cost":236,"Date":"10/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":359,"Cost":306,"Date":"11/11/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":669,"Cost":500,"Date":"11/30/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":898,"Cost":591,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":32,"Cost":28,"Date":"3/1/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":472,"Cost":336,"Date":"4/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":708,"Cost":438,"Date":"5/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":901,"Cost":627,"Date":"8/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":900,"Cost":757,"Date":"9/15/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":211,"Cost":138,"Date":"10/14/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":794,"Cost":524,"Date":"10/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":188,"Cost":98,"Date":"11/11/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":286,"Cost":239,"Date":"12/7/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":944,"Cost":654,"Date":"12/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":634,"Cost":437,"Date":"1/6/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":877,"Cost":450,"Date":"1/23/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":45,"Cost":34,"Date":"2/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":97,"Cost":59,"Date":"3/10/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":283,"Cost":148,"Date":"3/12/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":456,"Cost":303,"Date":"3/31/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":939,"Cost":770,"Date":"6/16/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":713,"Cost":537,"Date":"6/17/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":518,"Cost":433,"Date":"8/27/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":837,"Cost":467,"Date":"10/1/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":755,"Cost":690,"Date":"11/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":48,"Cost":25,"Date":"11/9/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":493,"Cost":396,"Date":"3/27/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":219,"Cost":110,"Date":"4/17/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":313,"Cost":282,"Date":"8/11/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":563,"Cost":429,"Date":"8/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":781,"Cost":444,"Date":"9/2/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":864,"Cost":798,"Date":"9/5/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":425,"Cost":354,"Date":"9/14/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":552,"Cost":383,"Date":"9/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":369,"Cost":219,"Date":"11/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":819,"Cost":672,"Date":"12/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":976,"Cost":748,"Date":"1/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":887,"Cost":671,"Date":"1/21/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":437,"Cost":344,"Date":"2/9/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":525,"Cost":427,"Date":"3/19/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":49,"Cost":24,"Date":"4/3/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":302,"Cost":270,"Date":"4/5/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":98,"Cost":49,"Date":"4/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":810,"Cost":529,"Date":"7/10/2019"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":59,"Cost":47,"Date":"3/25/2020"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":598,"Cost":443,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":482,"Cost":322,"Date":"10/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":585,"Cost":357,"Date":"3/2/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":1,"Cost":1,"Date":"6/28/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":65,"Cost":32,"Date":"7/17/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":593,"Cost":313,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":727,"Cost":368,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":939,"Cost":540,"Date":"11/20/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":410,"Cost":272,"Date":"12/16/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":818,"Cost":643,"Date":"12/30/2021"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":935,"Cost":747,"Date":"2/15/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":405,"Cost":361,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":117,"Cost":89,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":352,"Cost":302,"Date":"4/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":796,"Cost":646,"Date":"7/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":483,"Cost":295,"Date":"8/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":47,"Cost":30,"Date":"10/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":932,"Cost":516,"Date":"11/11/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":490,"Cost":415,"Date":"11/30/2022"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":883,"Cost":647,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":121,"Cost":98,"Date":"3/1/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":276,"Cost":186,"Date":"4/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":94,"Cost":58,"Date":"5/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":749,"Cost":584,"Date":"8/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":295,"Cost":152,"Date":"9/15/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":144,"Cost":134,"Date":"10/14/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":689,"Cost":403,"Date":"10/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":816,"Cost":676,"Date":"11/11/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":233,"Cost":138,"Date":"12/7/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":486,"Cost":396,"Date":"12/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":833,"Cost":509,"Date":"1/6/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":275,"Cost":205,"Date":"1/23/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":727,"Cost":422,"Date":"2/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":226,"Cost":115,"Date":"3/10/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":201,"Cost":113,"Date":"3/12/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":908,"Cost":624,"Date":"3/31/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":75,"Cost":69,"Date":"6/16/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":37,"Cost":32,"Date":"6/17/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":173,"Cost":110,"Date":"8/27/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":246,"Cost":212,"Date":"10/1/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":849,"Cost":656,"Date":"11/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Nova","Country":"UK","Sale":522,"Cost":400,"Date":"11/9/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":639,"Cost":485,"Date":"3/27/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":346,"Cost":186,"Date":"4/17/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":20,"Cost":15,"Date":"8/11/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":638,"Cost":462,"Date":"8/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":358,"Cost":239,"Date":"9/2/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":189,"Cost":152,"Date":"9/5/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":196,"Date":"9/14/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":682,"Cost":585,"Date":"9/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":620,"Cost":557,"Date":"11/20/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":846,"Cost":731,"Date":"12/21/2018"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":93,"Cost":71,"Date":"1/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":218,"Cost":155,"Date":"1/21/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":908,"Cost":732,"Date":"2/9/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":540,"Cost":321,"Date":"3/19/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":104,"Date":"4/3/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":964,"Cost":579,"Date":"4/5/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":595,"Cost":431,"Date":"4/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":396,"Cost":232,"Date":"7/10/2019"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":26,"Cost":13,"Date":"3/25/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":330,"Cost":233,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":323,"Cost":251,"Date":"10/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":473,"Cost":239,"Date":"3/2/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":415,"Cost":377,"Date":"6/28/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":881,"Cost":824,"Date":"7/17/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":346,"Cost":327,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":554,"Cost":299,"Date":"8/23/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":164,"Cost":86,"Date":"11/20/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":447,"Cost":411,"Date":"12/16/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":131,"Cost":85,"Date":"12/30/2021"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":208,"Cost":149,"Date":"2/15/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":41,"Cost":23,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":545,"Cost":310,"Date":"3/7/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":970,"Cost":832,"Date":"4/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":363,"Cost":292,"Date":"7/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":438,"Cost":361,"Date":"8/18/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":510,"Cost":370,"Date":"10/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":873,"Cost":499,"Date":"11/11/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":119,"Cost":62,"Date":"11/30/2022"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":633,"Cost":521,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":212,"Cost":161,"Date":"3/1/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":260,"Cost":195,"Date":"4/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":670,"Cost":547,"Date":"5/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":130,"Cost":112,"Date":"8/13/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":805,"Cost":592,"Date":"9/15/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":718,"Cost":371,"Date":"10/14/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":414,"Cost":321,"Date":"10/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":118,"Cost":104,"Date":"11/11/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":634,"Cost":321,"Date":"12/7/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":454,"Cost":284,"Date":"12/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":261,"Cost":222,"Date":"1/6/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":263,"Cost":230,"Date":"1/23/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":743,"Cost":422,"Date":"2/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":246,"Cost":154,"Date":"3/10/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":815,"Cost":658,"Date":"3/12/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":686,"Cost":400,"Date":"3/31/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":291,"Cost":158,"Date":"6/16/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":385,"Cost":322,"Date":"6/17/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":677,"Cost":460,"Date":"8/27/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":271,"Cost":226,"Date":"10/1/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":28,"Cost":15,"Date":"11/4/2024"},{"Store":"Westfield Stratford City, London","Brand":"Sellpy","Country":"UK","Sale":44,"Cost":25,"Date":"11/9/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":844,"Cost":648,"Date":"3/27/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":376,"Cost":302,"Date":"4/17/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":912,"Cost":707,"Date":"8/11/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":736,"Cost":436,"Date":"8/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":117,"Cost":85,"Date":"9/2/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":154,"Cost":120,"Date":"9/5/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":910,"Cost":860,"Date":"9/14/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":834,"Cost":710,"Date":"9/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":963,"Cost":524,"Date":"11/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":642,"Cost":450,"Date":"12/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":455,"Cost":331,"Date":"1/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":997,"Cost":926,"Date":"1/21/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":778,"Cost":588,"Date":"2/9/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":830,"Cost":438,"Date":"3/19/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":126,"Cost":81,"Date":"4/3/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":932,"Cost":517,"Date":"4/5/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":15,"Cost":9,"Date":"4/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":90,"Cost":80,"Date":"7/10/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":716,"Cost":607,"Date":"3/25/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":985,"Cost":887,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":386,"Cost":293,"Date":"10/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":612,"Cost":581,"Date":"3/2/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":230,"Cost":217,"Date":"6/28/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":479,"Cost":420,"Date":"7/17/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":930,"Cost":655,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":274,"Cost":184,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":38,"Cost":31,"Date":"11/20/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":422,"Cost":317,"Date":"12/16/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":892,"Cost":646,"Date":"12/30/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":75,"Cost":62,"Date":"2/15/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":535,"Cost":317,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":266,"Cost":234,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":89,"Cost":46,"Date":"4/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":499,"Cost":287,"Date":"7/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":144,"Cost":99,"Date":"8/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":798,"Cost":705,"Date":"10/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":60,"Cost":51,"Date":"11/11/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":983,"Cost":723,"Date":"11/30/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":167,"Cost":89,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":325,"Cost":236,"Date":"3/1/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":351,"Cost":267,"Date":"4/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":476,"Cost":383,"Date":"5/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":785,"Cost":564,"Date":"8/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":367,"Cost":258,"Date":"9/15/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":104,"Cost":92,"Date":"10/14/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":499,"Cost":344,"Date":"10/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":754,"Cost":608,"Date":"11/11/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":818,"Cost":734,"Date":"12/7/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":286,"Cost":151,"Date":"12/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":454,"Cost":260,"Date":"1/6/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":614,"Cost":444,"Date":"1/23/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":33,"Cost":25,"Date":"2/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":505,"Cost":417,"Date":"3/10/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":807,"Cost":466,"Date":"3/12/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":242,"Cost":131,"Date":"3/31/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":485,"Cost":301,"Date":"6/16/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":572,"Cost":286,"Date":"6/17/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":767,"Cost":616,"Date":"8/27/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":203,"Cost":180,"Date":"10/1/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":8,"Cost":7,"Date":"11/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":94,"Cost":65,"Date":"11/9/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":417,"Cost":275,"Date":"3/27/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":922,"Cost":709,"Date":"4/17/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":11,"Cost":10,"Date":"8/11/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":982,"Cost":629,"Date":"8/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":878,"Cost":639,"Date":"9/2/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":576,"Cost":410,"Date":"9/5/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":340,"Cost":215,"Date":"9/14/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":864,"Cost":701,"Date":"9/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":98,"Cost":80,"Date":"11/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":109,"Cost":69,"Date":"12/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":165,"Cost":130,"Date":"1/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":586,"Cost":383,"Date":"1/21/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":513,"Cost":274,"Date":"2/9/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":791,"Cost":736,"Date":"3/19/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":679,"Cost":559,"Date":"4/3/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":663,"Cost":397,"Date":"4/5/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":328,"Cost":251,"Date":"4/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":155,"Cost":110,"Date":"7/10/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":691,"Cost":546,"Date":"3/25/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":974,"Cost":796,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":869,"Cost":590,"Date":"10/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":802,"Cost":679,"Date":"3/2/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":394,"Cost":292,"Date":"6/28/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":806,"Cost":430,"Date":"7/17/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":588,"Cost":302,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":452,"Cost":415,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":300,"Cost":208,"Date":"11/20/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":654,"Cost":339,"Date":"12/16/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":402,"Cost":212,"Date":"12/30/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":254,"Cost":224,"Date":"2/15/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":148,"Cost":94,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":647,"Cost":552,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":871,"Cost":481,"Date":"4/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":924,"Cost":702,"Date":"7/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":820,"Cost":498,"Date":"8/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":334,"Cost":269,"Date":"10/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":776,"Cost":540,"Date":"11/11/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":925,"Cost":573,"Date":"11/30/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":259,"Cost":130,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":481,"Cost":280,"Date":"3/1/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":961,"Cost":788,"Date":"4/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":635,"Cost":541,"Date":"5/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":440,"Cost":285,"Date":"8/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":337,"Cost":233,"Date":"9/15/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":686,"Cost":627,"Date":"10/14/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":666,"Cost":456,"Date":"10/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":987,"Cost":643,"Date":"11/11/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":360,"Cost":293,"Date":"12/7/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":162,"Cost":126,"Date":"12/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":179,"Cost":131,"Date":"1/6/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":115,"Cost":80,"Date":"1/23/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":484,"Cost":262,"Date":"2/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":633,"Cost":539,"Date":"3/10/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":365,"Cost":340,"Date":"3/12/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":436,"Cost":392,"Date":"3/31/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":629,"Cost":329,"Date":"6/16/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":834,"Cost":666,"Date":"6/17/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":836,"Cost":638,"Date":"8/27/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":992,"Cost":730,"Date":"10/1/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":221,"Cost":182,"Date":"11/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":151,"Cost":127,"Date":"11/9/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":573,"Cost":400,"Date":"3/27/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":514,"Cost":440,"Date":"4/17/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":481,"Cost":333,"Date":"8/11/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":714,"Cost":624,"Date":"8/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":810,"Cost":715,"Date":"9/2/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":347,"Cost":205,"Date":"9/5/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":146,"Cost":133,"Date":"9/14/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":303,"Cost":232,"Date":"9/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":728,"Cost":539,"Date":"11/20/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":80,"Cost":49,"Date":"12/21/2018"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":972,"Cost":732,"Date":"1/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":56,"Cost":34,"Date":"1/21/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":247,"Cost":204,"Date":"2/9/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":93,"Cost":82,"Date":"3/19/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":435,"Cost":364,"Date":"4/3/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":735,"Cost":648,"Date":"4/5/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":260,"Cost":221,"Date":"4/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":782,"Cost":687,"Date":"7/10/2019"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":386,"Cost":214,"Date":"3/25/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":980,"Cost":889,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":538,"Cost":399,"Date":"10/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":580,"Cost":429,"Date":"3/2/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":740,"Cost":380,"Date":"6/28/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":620,"Cost":406,"Date":"7/17/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":188,"Cost":155,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":571,"Cost":521,"Date":"8/23/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":331,"Cost":237,"Date":"11/20/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":941,"Cost":660,"Date":"12/16/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":871,"Cost":634,"Date":"12/30/2021"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":306,"Cost":186,"Date":"2/15/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":258,"Cost":132,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":920,"Cost":618,"Date":"3/7/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":462,"Cost":267,"Date":"4/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":680,"Cost":382,"Date":"7/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":561,"Cost":331,"Date":"8/18/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":154,"Cost":90,"Date":"10/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":941,"Cost":851,"Date":"11/11/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":295,"Cost":175,"Date":"11/30/2022"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":722,"Cost":633,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":877,"Cost":530,"Date":"3/1/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":904,"Cost":844,"Date":"4/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":253,"Cost":173,"Date":"5/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":205,"Cost":107,"Date":"8/13/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":829,"Cost":737,"Date":"9/15/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":507,"Cost":392,"Date":"10/14/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":507,"Cost":450,"Date":"10/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":20,"Cost":16,"Date":"11/11/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":370,"Cost":326,"Date":"12/7/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":735,"Cost":422,"Date":"12/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":644,"Cost":367,"Date":"1/6/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":535,"Cost":426,"Date":"1/23/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":129,"Cost":82,"Date":"2/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":402,"Cost":313,"Date":"3/10/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":132,"Cost":110,"Date":"3/12/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":625,"Cost":513,"Date":"3/31/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":928,"Cost":742,"Date":"6/16/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":423,"Cost":275,"Date":"6/17/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":213,"Cost":198,"Date":"8/27/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":507,"Cost":304,"Date":"10/1/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":752,"Cost":572,"Date":"11/4/2024"},{"Store":"Oxford Street Malls, London","Brand":"HM","Country":"UK","Sale":809,"Cost":563,"Date":"11/9/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":267,"Cost":147,"Date":"3/27/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":854,"Cost":809,"Date":"4/17/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":493,"Cost":316,"Date":"8/11/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":888,"Cost":579,"Date":"8/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":30,"Cost":18,"Date":"9/2/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":729,"Cost":639,"Date":"9/5/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":602,"Cost":401,"Date":"9/14/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":339,"Cost":315,"Date":"9/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":399,"Cost":317,"Date":"11/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":454,"Cost":382,"Date":"12/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":781,"Cost":463,"Date":"1/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":772,"Cost":413,"Date":"1/21/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":879,"Cost":498,"Date":"2/9/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":888,"Cost":517,"Date":"3/19/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":572,"Cost":479,"Date":"4/3/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":566,"Cost":338,"Date":"4/5/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":541,"Cost":288,"Date":"4/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":449,"Cost":280,"Date":"7/10/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":416,"Cost":290,"Date":"3/25/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":32,"Cost":29,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":729,"Cost":593,"Date":"10/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":360,"Cost":240,"Date":"3/2/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":675,"Cost":465,"Date":"6/28/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":909,"Cost":618,"Date":"7/17/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":195,"Cost":114,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":184,"Cost":143,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":674,"Cost":604,"Date":"11/20/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":773,"Cost":561,"Date":"12/16/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":403,"Cost":297,"Date":"12/30/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":700,"Cost":511,"Date":"2/15/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":801,"Cost":700,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":176,"Cost":159,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":128,"Cost":84,"Date":"4/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":38,"Cost":33,"Date":"7/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":727,"Cost":368,"Date":"8/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":443,"Cost":361,"Date":"10/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":772,"Cost":553,"Date":"11/11/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":50,"Cost":46,"Date":"11/30/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":56,"Cost":53,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":555,"Cost":313,"Date":"3/1/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":849,"Cost":435,"Date":"4/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":132,"Cost":117,"Date":"5/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":734,"Cost":379,"Date":"8/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":853,"Cost":590,"Date":"9/15/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":422,"Cost":383,"Date":"10/14/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":13,"Cost":9,"Date":"10/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":205,"Cost":110,"Date":"11/11/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":35,"Cost":20,"Date":"12/7/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":934,"Cost":500,"Date":"12/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":820,"Cost":710,"Date":"1/6/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":510,"Cost":388,"Date":"1/23/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":980,"Cost":744,"Date":"2/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":110,"Cost":103,"Date":"3/10/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":728,"Cost":676,"Date":"3/12/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":309,"Cost":239,"Date":"3/31/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":136,"Cost":119,"Date":"6/16/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":156,"Cost":120,"Date":"6/17/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":478,"Cost":341,"Date":"8/27/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":791,"Cost":690,"Date":"10/1/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":69,"Cost":42,"Date":"11/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":742,"Cost":582,"Date":"11/9/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":398,"Cost":309,"Date":"3/27/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":5,"Cost":5,"Date":"4/17/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":582,"Cost":343,"Date":"8/11/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":101,"Cost":67,"Date":"8/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":341,"Cost":172,"Date":"9/2/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":663,"Cost":536,"Date":"9/5/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":132,"Cost":82,"Date":"9/14/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":785,"Cost":721,"Date":"9/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":639,"Cost":476,"Date":"11/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":40,"Cost":20,"Date":"12/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":860,"Cost":650,"Date":"1/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":731,"Cost":430,"Date":"1/21/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":62,"Cost":43,"Date":"2/9/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":830,"Cost":510,"Date":"3/19/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":256,"Cost":233,"Date":"4/3/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":342,"Cost":277,"Date":"4/5/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":971,"Cost":638,"Date":"4/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":491,"Cost":310,"Date":"7/10/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":182,"Cost":164,"Date":"3/25/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":464,"Cost":336,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":770,"Cost":470,"Date":"10/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":103,"Cost":54,"Date":"3/2/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":614,"Cost":572,"Date":"6/28/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":232,"Cost":176,"Date":"7/17/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":924,"Cost":468,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":461,"Cost":308,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":92,"Cost":88,"Date":"11/20/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":884,"Cost":732,"Date":"12/16/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":519,"Cost":428,"Date":"12/30/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":934,"Cost":684,"Date":"2/15/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":222,"Cost":122,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":839,"Cost":555,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":125,"Cost":105,"Date":"4/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":271,"Cost":224,"Date":"7/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":726,"Cost":542,"Date":"8/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":821,"Cost":461,"Date":"10/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":570,"Cost":508,"Date":"11/11/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":774,"Cost":461,"Date":"11/30/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":57,"Cost":42,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":881,"Cost":821,"Date":"3/1/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":746,"Cost":627,"Date":"4/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":775,"Cost":669,"Date":"5/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":223,"Cost":158,"Date":"8/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":461,"Cost":378,"Date":"9/15/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":933,"Cost":788,"Date":"10/14/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":171,"Cost":133,"Date":"10/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":56,"Cost":44,"Date":"11/11/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":536,"Cost":287,"Date":"12/7/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":280,"Cost":206,"Date":"12/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":919,"Cost":822,"Date":"1/6/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":393,"Cost":318,"Date":"1/23/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":519,"Cost":434,"Date":"2/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":367,"Cost":335,"Date":"3/10/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":287,"Cost":202,"Date":"3/12/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":4,"Cost":3,"Date":"3/31/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":655,"Cost":599,"Date":"6/16/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":966,"Cost":522,"Date":"6/17/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":66,"Cost":35,"Date":"8/27/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":282,"Cost":258,"Date":"10/1/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":842,"Cost":455,"Date":"11/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":7,"Cost":5,"Date":"11/9/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":721,"Cost":453,"Date":"3/27/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":706,"Cost":392,"Date":"4/17/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":70,"Cost":66,"Date":"8/11/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":132,"Cost":70,"Date":"8/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":205,"Cost":187,"Date":"9/2/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":45,"Cost":37,"Date":"9/5/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":9,"Cost":8,"Date":"9/14/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":71,"Cost":61,"Date":"9/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":350,"Cost":240,"Date":"11/20/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":96,"Cost":75,"Date":"12/21/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":252,"Cost":178,"Date":"1/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":578,"Cost":461,"Date":"1/21/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":48,"Cost":36,"Date":"2/9/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":674,"Cost":548,"Date":"3/19/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":402,"Cost":205,"Date":"4/3/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":612,"Cost":538,"Date":"4/5/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":689,"Cost":369,"Date":"4/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":880,"Cost":476,"Date":"7/10/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":797,"Cost":583,"Date":"3/25/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":218,"Cost":141,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":190,"Cost":128,"Date":"10/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":416,"Cost":249,"Date":"3/2/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":407,"Cost":339,"Date":"6/28/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":271,"Cost":148,"Date":"7/17/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":536,"Cost":363,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":743,"Cost":644,"Date":"8/23/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":841,"Cost":673,"Date":"11/20/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":622,"Cost":448,"Date":"12/16/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":138,"Cost":105,"Date":"12/30/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":454,"Cost":400,"Date":"2/15/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":420,"Cost":249,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":388,"Cost":318,"Date":"3/7/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":398,"Cost":228,"Date":"4/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":246,"Cost":162,"Date":"7/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":773,"Cost":412,"Date":"8/18/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":753,"Cost":666,"Date":"10/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":220,"Cost":145,"Date":"11/11/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":219,"Cost":200,"Date":"11/30/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":907,"Cost":497,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":431,"Cost":277,"Date":"3/1/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":123,"Cost":109,"Date":"4/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":994,"Cost":563,"Date":"5/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":863,"Cost":796,"Date":"8/13/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":293,"Cost":231,"Date":"9/15/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":629,"Cost":445,"Date":"10/14/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":86,"Cost":64,"Date":"10/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":471,"Cost":367,"Date":"11/11/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":875,"Cost":748,"Date":"12/7/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":334,"Cost":306,"Date":"12/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":736,"Cost":426,"Date":"1/6/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":800,"Cost":643,"Date":"1/23/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":138,"Cost":80,"Date":"2/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":782,"Cost":537,"Date":"3/10/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":211,"Cost":150,"Date":"3/12/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":838,"Cost":781,"Date":"3/31/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":990,"Cost":678,"Date":"6/16/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":521,"Cost":440,"Date":"6/17/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":335,"Cost":175,"Date":"8/27/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":560,"Cost":440,"Date":"10/1/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":34,"Cost":28,"Date":"11/4/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":970,"Cost":643,"Date":"11/9/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":587,"Cost":373,"Date":"3/27/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":509,"Cost":377,"Date":"4/17/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":10,"Cost":7,"Date":"8/11/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":882,"Cost":673,"Date":"8/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":552,"Cost":512,"Date":"9/2/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":801,"Cost":621,"Date":"9/5/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":554,"Cost":523,"Date":"9/14/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":243,"Cost":203,"Date":"9/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":70,"Cost":44,"Date":"11/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":33,"Cost":16,"Date":"12/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":401,"Cost":323,"Date":"1/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":247,"Cost":184,"Date":"1/21/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":500,"Cost":308,"Date":"2/9/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":124,"Cost":66,"Date":"3/19/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":941,"Cost":688,"Date":"4/3/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":564,"Cost":360,"Date":"4/5/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":196,"Cost":168,"Date":"4/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":471,"Cost":297,"Date":"7/10/2019"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":418,"Cost":367,"Date":"3/25/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":366,"Cost":325,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":683,"Cost":640,"Date":"10/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":915,"Cost":675,"Date":"3/2/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":551,"Cost":476,"Date":"6/28/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":200,"Cost":134,"Date":"7/17/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":613,"Cost":517,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":454,"Cost":247,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":154,"Cost":80,"Date":"11/20/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":898,"Cost":747,"Date":"12/16/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":855,"Cost":664,"Date":"12/30/2021"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":253,"Cost":205,"Date":"2/15/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":149,"Cost":92,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":783,"Cost":470,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":152,"Cost":128,"Date":"4/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":96,"Cost":81,"Date":"7/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":567,"Cost":313,"Date":"8/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":74,"Cost":37,"Date":"10/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":771,"Cost":459,"Date":"11/11/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":741,"Cost":523,"Date":"11/30/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":213,"Cost":179,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":254,"Cost":135,"Date":"3/1/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":923,"Cost":599,"Date":"4/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":947,"Cost":634,"Date":"5/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":14,"Cost":11,"Date":"8/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":702,"Cost":522,"Date":"9/15/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":619,"Cost":395,"Date":"10/14/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":917,"Cost":736,"Date":"10/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":429,"Cost":318,"Date":"11/11/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":13,"Cost":11,"Date":"12/7/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":810,"Cost":506,"Date":"12/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":471,"Cost":377,"Date":"1/6/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":131,"Cost":77,"Date":"1/23/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":156,"Cost":135,"Date":"2/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":721,"Cost":645,"Date":"3/10/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":846,"Cost":632,"Date":"3/12/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":245,"Cost":139,"Date":"3/31/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":683,"Cost":624,"Date":"6/16/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":823,"Cost":695,"Date":"6/17/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":398,"Cost":254,"Date":"8/27/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":24,"Cost":18,"Date":"10/1/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":478,"Cost":335,"Date":"11/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":19,"Cost":10,"Date":"11/9/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":388,"Cost":217,"Date":"3/27/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":949,"Cost":883,"Date":"4/17/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":720,"Cost":419,"Date":"8/11/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":446,"Cost":381,"Date":"8/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":88,"Cost":83,"Date":"9/2/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":84,"Cost":65,"Date":"9/5/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":65,"Cost":58,"Date":"9/14/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":433,"Cost":243,"Date":"9/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":117,"Cost":76,"Date":"11/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":6,"Cost":5,"Date":"12/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":292,"Cost":260,"Date":"1/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":123,"Cost":97,"Date":"1/21/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":34,"Cost":25,"Date":"2/9/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":88,"Cost":58,"Date":"3/19/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":830,"Cost":550,"Date":"4/3/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":37,"Cost":28,"Date":"4/5/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":665,"Cost":340,"Date":"4/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":593,"Cost":550,"Date":"7/10/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":578,"Cost":390,"Date":"3/25/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":109,"Cost":67,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":79,"Cost":62,"Date":"10/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":617,"Cost":424,"Date":"3/2/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":66,"Cost":41,"Date":"6/28/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":417,"Cost":368,"Date":"7/17/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":699,"Cost":525,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":737,"Cost":484,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":68,"Cost":34,"Date":"11/20/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":699,"Cost":573,"Date":"12/16/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":465,"Cost":263,"Date":"12/30/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":987,"Cost":897,"Date":"2/15/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":43,"Cost":26,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":22,"Cost":20,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":126,"Cost":108,"Date":"4/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":782,"Cost":620,"Date":"7/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":831,"Cost":482,"Date":"8/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":722,"Cost":656,"Date":"10/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":436,"Cost":331,"Date":"11/11/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":439,"Cost":401,"Date":"11/30/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":430,"Cost":290,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":257,"Cost":238,"Date":"3/1/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":474,"Cost":280,"Date":"4/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":379,"Cost":314,"Date":"5/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":589,"Cost":452,"Date":"8/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":564,"Cost":341,"Date":"9/15/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":8,"Cost":6,"Date":"10/14/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":720,"Cost":650,"Date":"10/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":141,"Cost":73,"Date":"11/11/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":766,"Cost":489,"Date":"12/7/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":258,"Cost":141,"Date":"12/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":463,"Cost":326,"Date":"1/6/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":264,"Cost":204,"Date":"1/23/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":195,"Cost":175,"Date":"2/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":331,"Cost":311,"Date":"3/10/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":899,"Cost":460,"Date":"3/12/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":939,"Cost":670,"Date":"3/31/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":187,"Cost":133,"Date":"6/16/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":757,"Cost":440,"Date":"6/17/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":838,"Cost":722,"Date":"8/27/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":860,"Cost":553,"Date":"10/1/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":77,"Cost":64,"Date":"11/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Nova","Country":"UK","Sale":461,"Cost":390,"Date":"11/9/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":109,"Cost":68,"Date":"3/27/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":632,"Cost":328,"Date":"4/17/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":924,"Cost":848,"Date":"8/11/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":567,"Cost":425,"Date":"8/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":419,"Cost":234,"Date":"9/2/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":293,"Cost":150,"Date":"9/5/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":432,"Cost":261,"Date":"9/14/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":780,"Cost":468,"Date":"9/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":93,"Cost":71,"Date":"11/20/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":129,"Cost":119,"Date":"12/21/2018"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":940,"Cost":509,"Date":"1/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":666,"Cost":577,"Date":"1/21/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":988,"Cost":842,"Date":"2/9/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":234,"Cost":153,"Date":"3/19/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":830,"Cost":432,"Date":"4/3/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":600,"Cost":554,"Date":"4/5/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":185,"Cost":161,"Date":"4/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":91,"Cost":63,"Date":"7/10/2019"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":243,"Cost":122,"Date":"3/25/2020"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":658,"Cost":588,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":468,"Cost":413,"Date":"10/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":15,"Cost":14,"Date":"3/2/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":819,"Cost":494,"Date":"6/28/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":636,"Cost":582,"Date":"7/17/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":889,"Cost":453,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":991,"Cost":528,"Date":"8/23/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":600,"Cost":370,"Date":"11/20/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":789,"Cost":684,"Date":"12/16/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":904,"Cost":724,"Date":"12/30/2021"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":961,"Cost":609,"Date":"2/15/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":610,"Cost":425,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":436,"Cost":245,"Date":"3/7/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":59,"Cost":42,"Date":"4/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":947,"Cost":863,"Date":"7/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":657,"Cost":606,"Date":"8/18/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":34,"Cost":25,"Date":"10/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":575,"Cost":424,"Date":"11/11/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":865,"Cost":818,"Date":"11/30/2022"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":650,"Cost":558,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":195,"Cost":128,"Date":"3/1/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":843,"Cost":739,"Date":"4/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":132,"Cost":72,"Date":"5/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":96,"Cost":86,"Date":"8/13/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":953,"Cost":899,"Date":"9/15/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":268,"Cost":175,"Date":"10/14/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":210,"Cost":130,"Date":"10/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":868,"Cost":629,"Date":"11/11/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":209,"Cost":174,"Date":"12/7/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":850,"Cost":648,"Date":"12/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":318,"Cost":258,"Date":"1/6/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":161,"Cost":145,"Date":"1/23/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":220,"Cost":195,"Date":"2/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":949,"Cost":701,"Date":"3/10/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":986,"Cost":934,"Date":"3/12/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":584,"Cost":400,"Date":"3/31/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":707,"Cost":396,"Date":"6/16/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":609,"Cost":381,"Date":"6/17/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":784,"Cost":647,"Date":"8/27/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":56,"Cost":38,"Date":"10/1/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":347,"Cost":244,"Date":"11/4/2024"},{"Store":"Trafford Centre, Manchester","Brand":"ARKET","Country":"UK","Sale":352,"Cost":204,"Date":"11/9/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":40,"Cost":28,"Date":"3/27/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":833,"Cost":728,"Date":"4/17/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":399,"Cost":302,"Date":"8/11/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":117,"Cost":70,"Date":"8/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":464,"Cost":417,"Date":"9/2/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":701,"Cost":400,"Date":"9/5/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":961,"Cost":798,"Date":"9/14/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":904,"Cost":614,"Date":"9/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":987,"Cost":670,"Date":"11/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":847,"Cost":787,"Date":"12/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":686,"Cost":634,"Date":"1/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":291,"Cost":220,"Date":"1/21/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":698,"Cost":386,"Date":"2/9/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":121,"Cost":113,"Date":"3/19/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":409,"Cost":265,"Date":"4/3/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":536,"Cost":303,"Date":"4/5/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":653,"Cost":497,"Date":"4/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":784,"Cost":465,"Date":"7/10/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":850,"Cost":701,"Date":"3/25/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":277,"Cost":155,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":442,"Cost":345,"Date":"10/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":757,"Cost":388,"Date":"3/2/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":217,"Cost":121,"Date":"6/28/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":892,"Cost":624,"Date":"7/17/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":933,"Cost":756,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":886,"Cost":502,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":106,"Cost":81,"Date":"11/20/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":168,"Cost":103,"Date":"12/16/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":46,"Cost":32,"Date":"12/30/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":319,"Cost":175,"Date":"2/15/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":347,"Cost":199,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":511,"Cost":257,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":168,"Cost":90,"Date":"4/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":278,"Cost":190,"Date":"7/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":144,"Cost":107,"Date":"8/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":770,"Cost":673,"Date":"10/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":884,"Cost":568,"Date":"11/11/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":102,"Cost":96,"Date":"11/30/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":440,"Cost":289,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":829,"Cost":609,"Date":"3/1/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":932,"Cost":827,"Date":"4/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":380,"Cost":225,"Date":"5/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":171,"Cost":119,"Date":"8/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":689,"Cost":469,"Date":"9/15/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":687,"Cost":569,"Date":"10/14/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":985,"Cost":729,"Date":"10/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":405,"Cost":266,"Date":"11/11/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":702,"Cost":631,"Date":"12/7/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":864,"Cost":744,"Date":"12/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":466,"Cost":389,"Date":"1/6/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":598,"Cost":560,"Date":"1/23/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":286,"Cost":263,"Date":"2/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":140,"Cost":107,"Date":"3/10/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":6,"Cost":5,"Date":"3/12/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":623,"Cost":581,"Date":"3/31/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":664,"Cost":452,"Date":"6/16/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":773,"Cost":684,"Date":"6/17/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":156,"Cost":106,"Date":"8/27/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":84,"Cost":76,"Date":"10/1/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":20,"Cost":14,"Date":"11/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":934,"Cost":575,"Date":"11/9/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":772,"Cost":390,"Date":"3/27/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":982,"Cost":745,"Date":"4/17/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":391,"Cost":208,"Date":"8/11/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":727,"Cost":420,"Date":"8/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":68,"Cost":42,"Date":"9/2/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":61,"Cost":43,"Date":"9/5/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":571,"Cost":444,"Date":"9/14/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":513,"Cost":417,"Date":"9/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":415,"Cost":240,"Date":"11/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":500,"Cost":262,"Date":"12/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":474,"Cost":388,"Date":"1/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":519,"Cost":296,"Date":"1/21/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":700,"Cost":664,"Date":"2/9/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":704,"Cost":427,"Date":"3/19/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":596,"Cost":391,"Date":"4/3/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":101,"Cost":96,"Date":"4/5/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":368,"Cost":275,"Date":"4/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":96,"Cost":69,"Date":"7/10/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":921,"Cost":638,"Date":"3/25/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":200,"Cost":116,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":154,"Cost":135,"Date":"10/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":493,"Cost":341,"Date":"3/2/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":624,"Cost":459,"Date":"6/28/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":219,"Cost":200,"Date":"7/17/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":678,"Cost":580,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":790,"Cost":410,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":135,"Cost":94,"Date":"11/20/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":179,"Cost":167,"Date":"12/16/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":663,"Cost":591,"Date":"12/30/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":512,"Cost":360,"Date":"2/15/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":920,"Cost":759,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":796,"Cost":485,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":177,"Cost":113,"Date":"4/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":778,"Cost":662,"Date":"7/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":155,"Cost":109,"Date":"8/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":188,"Cost":125,"Date":"10/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":67,"Cost":62,"Date":"11/11/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":521,"Cost":342,"Date":"11/30/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":451,"Cost":326,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":290,"Cost":163,"Date":"3/1/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":207,"Cost":129,"Date":"4/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":178,"Cost":121,"Date":"5/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":781,"Cost":483,"Date":"8/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":121,"Cost":73,"Date":"9/15/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":902,"Cost":772,"Date":"10/14/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":572,"Cost":300,"Date":"10/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":169,"Cost":156,"Date":"11/11/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":586,"Cost":338,"Date":"12/7/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":432,"Cost":324,"Date":"12/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":193,"Cost":163,"Date":"1/6/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":969,"Cost":659,"Date":"1/23/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":623,"Cost":321,"Date":"2/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":169,"Cost":95,"Date":"3/10/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":828,"Cost":419,"Date":"3/12/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":158,"Cost":131,"Date":"3/31/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":22,"Cost":11,"Date":"6/16/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":312,"Cost":245,"Date":"6/17/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":532,"Cost":473,"Date":"8/27/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":697,"Cost":410,"Date":"10/1/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":507,"Cost":310,"Date":"11/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":872,"Cost":820,"Date":"11/9/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":277,"Cost":210,"Date":"3/27/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":566,"Cost":315,"Date":"4/17/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":516,"Cost":437,"Date":"8/11/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":614,"Cost":483,"Date":"8/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":886,"Cost":676,"Date":"9/2/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":721,"Cost":561,"Date":"9/5/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":576,"Cost":340,"Date":"9/14/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":460,"Cost":304,"Date":"9/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":375,"Cost":260,"Date":"11/20/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":921,"Cost":804,"Date":"12/21/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":107,"Cost":90,"Date":"1/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":6,"Cost":3,"Date":"1/21/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":516,"Cost":311,"Date":"2/9/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":677,"Cost":414,"Date":"3/19/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":15,"Cost":7,"Date":"4/3/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":587,"Cost":548,"Date":"4/5/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":122,"Cost":64,"Date":"4/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":155,"Cost":122,"Date":"7/10/2019"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":139,"Cost":70,"Date":"3/25/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":438,"Cost":401,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":700,"Cost":603,"Date":"10/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":923,"Cost":681,"Date":"3/2/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":710,"Cost":633,"Date":"6/28/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":72,"Cost":45,"Date":"7/17/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":271,"Cost":162,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":760,"Cost":722,"Date":"8/23/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":267,"Cost":254,"Date":"11/20/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":599,"Cost":438,"Date":"12/16/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":605,"Cost":532,"Date":"12/30/2021"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":467,"Cost":436,"Date":"2/15/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":405,"Cost":271,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":559,"Cost":389,"Date":"3/7/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":420,"Cost":359,"Date":"4/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":461,"Cost":332,"Date":"7/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":552,"Cost":425,"Date":"8/18/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":235,"Cost":222,"Date":"10/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":280,"Cost":207,"Date":"11/11/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":199,"Cost":157,"Date":"11/30/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":874,"Cost":460,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":824,"Cost":772,"Date":"3/1/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":642,"Cost":562,"Date":"4/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":485,"Cost":259,"Date":"5/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":831,"Cost":557,"Date":"8/13/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":466,"Cost":382,"Date":"9/15/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":458,"Cost":392,"Date":"10/14/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":212,"Cost":140,"Date":"10/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":888,"Cost":804,"Date":"11/11/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":458,"Cost":238,"Date":"12/7/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":780,"Cost":731,"Date":"12/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":703,"Cost":604,"Date":"1/6/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":988,"Cost":613,"Date":"1/23/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":564,"Cost":297,"Date":"2/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":728,"Cost":664,"Date":"3/10/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":834,"Cost":471,"Date":"3/12/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":563,"Cost":339,"Date":"3/31/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":429,"Cost":318,"Date":"6/16/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":631,"Cost":336,"Date":"6/17/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":980,"Cost":661,"Date":"8/27/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":3,"Cost":2,"Date":"10/1/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":566,"Cost":307,"Date":"11/4/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Nova","Country":"UK","Sale":558,"Cost":322,"Date":"11/9/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":466,"Cost":413,"Date":"3/27/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":258,"Cost":144,"Date":"4/17/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":525,"Cost":485,"Date":"8/11/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":996,"Cost":816,"Date":"8/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":859,"Cost":731,"Date":"9/2/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":669,"Cost":431,"Date":"9/5/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":65,"Cost":50,"Date":"9/14/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":740,"Cost":417,"Date":"9/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":246,"Cost":148,"Date":"11/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":457,"Cost":236,"Date":"12/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":978,"Cost":835,"Date":"1/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":307,"Cost":259,"Date":"1/21/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":363,"Cost":189,"Date":"2/9/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":325,"Cost":275,"Date":"3/19/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":202,"Cost":140,"Date":"4/3/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":864,"Cost":711,"Date":"4/5/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":612,"Cost":363,"Date":"4/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":755,"Cost":629,"Date":"7/10/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":754,"Cost":540,"Date":"3/25/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":761,"Cost":449,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":653,"Cost":328,"Date":"10/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":753,"Cost":497,"Date":"3/2/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":16,"Cost":12,"Date":"6/28/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":310,"Cost":252,"Date":"7/17/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":478,"Cost":351,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":64,"Cost":61,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":785,"Cost":543,"Date":"11/20/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":923,"Cost":664,"Date":"12/16/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":857,"Cost":679,"Date":"12/30/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":445,"Cost":414,"Date":"2/15/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":473,"Cost":374,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":500,"Cost":439,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":977,"Cost":780,"Date":"4/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":259,"Cost":228,"Date":"7/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":666,"Cost":480,"Date":"8/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":801,"Cost":617,"Date":"10/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":259,"Cost":237,"Date":"11/11/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":29,"Cost":21,"Date":"11/30/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":541,"Cost":513,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":757,"Cost":566,"Date":"3/1/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":531,"Cost":472,"Date":"4/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":994,"Cost":705,"Date":"5/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":891,"Cost":810,"Date":"8/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":760,"Cost":543,"Date":"9/15/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":923,"Cost":715,"Date":"10/14/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":513,"Cost":413,"Date":"10/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":573,"Cost":311,"Date":"11/11/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":420,"Cost":214,"Date":"12/7/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":703,"Cost":634,"Date":"12/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":24,"Cost":12,"Date":"1/6/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":158,"Cost":132,"Date":"1/23/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":414,"Cost":216,"Date":"2/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":522,"Cost":300,"Date":"3/10/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":582,"Cost":453,"Date":"3/12/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":135,"Cost":81,"Date":"3/31/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":8,"Cost":4,"Date":"6/16/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":825,"Cost":451,"Date":"6/17/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":340,"Cost":298,"Date":"8/27/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":266,"Cost":215,"Date":"10/1/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":688,"Cost":515,"Date":"11/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":318,"Cost":280,"Date":"11/9/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":111,"Cost":103,"Date":"3/27/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":855,"Cost":778,"Date":"4/17/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":572,"Cost":368,"Date":"8/11/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":673,"Cost":422,"Date":"8/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":375,"Cost":312,"Date":"9/2/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":176,"Cost":142,"Date":"9/5/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":264,"Cost":250,"Date":"9/14/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":701,"Cost":599,"Date":"9/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":801,"Cost":691,"Date":"11/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":774,"Cost":654,"Date":"12/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":318,"Cost":202,"Date":"1/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":879,"Cost":649,"Date":"1/21/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":839,"Cost":601,"Date":"2/9/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":129,"Cost":67,"Date":"3/19/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":812,"Cost":508,"Date":"4/3/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":259,"Cost":206,"Date":"4/5/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":344,"Cost":305,"Date":"4/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":474,"Cost":240,"Date":"7/10/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":966,"Cost":845,"Date":"3/25/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":933,"Cost":677,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":647,"Cost":420,"Date":"10/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":574,"Cost":509,"Date":"3/2/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":669,"Cost":421,"Date":"6/28/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":103,"Cost":89,"Date":"7/17/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":670,"Cost":568,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":297,"Cost":245,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":605,"Cost":538,"Date":"11/20/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":616,"Cost":328,"Date":"12/16/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":572,"Cost":470,"Date":"12/30/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":463,"Cost":364,"Date":"2/15/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":762,"Cost":529,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":96,"Cost":48,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":369,"Cost":318,"Date":"4/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":964,"Cost":734,"Date":"7/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":319,"Cost":207,"Date":"8/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":960,"Cost":667,"Date":"10/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":693,"Cost":652,"Date":"11/11/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":990,"Cost":580,"Date":"11/30/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":347,"Cost":197,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":822,"Cost":635,"Date":"3/1/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":251,"Cost":144,"Date":"4/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":504,"Cost":471,"Date":"5/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":52,"Cost":37,"Date":"8/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":160,"Cost":111,"Date":"9/15/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":538,"Cost":474,"Date":"10/14/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":405,"Cost":330,"Date":"10/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":648,"Cost":548,"Date":"11/11/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":23,"Cost":19,"Date":"12/7/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":444,"Cost":399,"Date":"12/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":345,"Cost":260,"Date":"1/6/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":374,"Cost":193,"Date":"1/23/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":164,"Cost":130,"Date":"2/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":991,"Cost":822,"Date":"3/10/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":744,"Cost":415,"Date":"3/12/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":661,"Cost":568,"Date":"3/31/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":256,"Cost":185,"Date":"6/16/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":692,"Cost":377,"Date":"6/17/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":70,"Cost":51,"Date":"8/27/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":254,"Cost":238,"Date":"10/1/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":988,"Cost":630,"Date":"11/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Jeans","Country":"UK","Sale":571,"Cost":537,"Date":"11/9/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":920,"Cost":487,"Date":"3/27/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":301,"Cost":166,"Date":"4/17/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":340,"Cost":291,"Date":"8/11/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":878,"Cost":688,"Date":"8/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":758,"Cost":557,"Date":"9/2/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":144,"Cost":130,"Date":"9/5/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":675,"Cost":522,"Date":"9/14/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":606,"Cost":530,"Date":"9/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":505,"Cost":449,"Date":"11/20/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":721,"Cost":662,"Date":"12/21/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":368,"Cost":213,"Date":"1/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":821,"Cost":779,"Date":"1/21/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":249,"Cost":191,"Date":"2/9/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":20,"Cost":12,"Date":"3/19/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":798,"Cost":711,"Date":"4/3/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":25,"Cost":14,"Date":"4/5/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":257,"Cost":231,"Date":"4/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":280,"Cost":163,"Date":"7/10/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":650,"Cost":554,"Date":"3/25/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":570,"Cost":465,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":652,"Cost":475,"Date":"10/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":994,"Cost":583,"Date":"3/2/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":146,"Cost":95,"Date":"6/28/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":914,"Cost":526,"Date":"7/17/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":723,"Cost":559,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":425,"Cost":212,"Date":"8/23/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":670,"Cost":431,"Date":"11/20/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":209,"Cost":154,"Date":"12/16/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":884,"Cost":793,"Date":"12/30/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":327,"Cost":167,"Date":"2/15/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":372,"Cost":215,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":902,"Cost":813,"Date":"3/7/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":566,"Cost":451,"Date":"4/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":8,"Cost":7,"Date":"7/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":315,"Cost":273,"Date":"8/18/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":295,"Cost":168,"Date":"10/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":65,"Cost":60,"Date":"11/11/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":828,"Cost":729,"Date":"11/30/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":498,"Cost":391,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":813,"Cost":696,"Date":"3/1/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":365,"Cost":302,"Date":"4/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":583,"Cost":503,"Date":"5/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":411,"Cost":336,"Date":"8/13/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":455,"Cost":319,"Date":"9/15/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":39,"Cost":30,"Date":"10/14/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":51,"Cost":39,"Date":"10/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":926,"Cost":749,"Date":"11/11/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":845,"Cost":533,"Date":"12/7/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":176,"Cost":141,"Date":"12/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":979,"Cost":752,"Date":"1/6/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":336,"Cost":311,"Date":"1/23/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":704,"Cost":427,"Date":"2/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":945,"Cost":863,"Date":"3/10/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":452,"Cost":334,"Date":"3/12/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":407,"Cost":373,"Date":"3/31/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":883,"Cost":500,"Date":"6/16/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":460,"Cost":257,"Date":"6/17/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":295,"Cost":215,"Date":"8/27/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":111,"Cost":98,"Date":"10/1/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":857,"Cost":554,"Date":"11/4/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":619,"Cost":362,"Date":"11/9/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":118,"Cost":99,"Date":"3/27/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":26,"Cost":18,"Date":"4/17/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":876,"Cost":687,"Date":"8/11/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":515,"Cost":263,"Date":"8/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":727,"Cost":418,"Date":"9/2/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":256,"Cost":133,"Date":"9/5/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":982,"Cost":914,"Date":"9/14/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":815,"Cost":552,"Date":"9/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":993,"Cost":831,"Date":"11/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":49,"Cost":34,"Date":"12/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":935,"Cost":782,"Date":"1/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":720,"Cost":639,"Date":"1/21/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":817,"Cost":711,"Date":"2/9/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":660,"Cost":390,"Date":"3/19/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":619,"Cost":396,"Date":"4/3/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":360,"Cost":183,"Date":"4/5/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":874,"Cost":511,"Date":"4/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":683,"Cost":630,"Date":"7/10/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":286,"Cost":165,"Date":"3/25/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":798,"Cost":683,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":76,"Cost":45,"Date":"10/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":653,"Cost":459,"Date":"3/2/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":411,"Cost":374,"Date":"6/28/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":979,"Cost":818,"Date":"7/17/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":529,"Cost":277,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":826,"Cost":653,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":115,"Cost":66,"Date":"11/20/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":467,"Cost":412,"Date":"12/16/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":283,"Cost":250,"Date":"12/30/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":203,"Cost":178,"Date":"2/15/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":699,"Cost":588,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":214,"Cost":193,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":304,"Cost":282,"Date":"4/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":65,"Cost":54,"Date":"7/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":399,"Cost":227,"Date":"8/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":773,"Cost":592,"Date":"10/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":696,"Cost":646,"Date":"11/11/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":492,"Cost":272,"Date":"11/30/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":325,"Cost":215,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":964,"Cost":657,"Date":"3/1/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":999,"Cost":722,"Date":"4/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":415,"Cost":231,"Date":"5/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":770,"Cost":573,"Date":"8/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":900,"Cost":737,"Date":"9/15/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":142,"Cost":99,"Date":"10/14/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":856,"Cost":807,"Date":"10/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":888,"Cost":652,"Date":"11/11/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":584,"Cost":382,"Date":"12/7/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":906,"Cost":701,"Date":"12/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":954,"Cost":496,"Date":"1/6/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":677,"Cost":343,"Date":"1/23/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":291,"Cost":219,"Date":"2/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":663,"Cost":370,"Date":"3/10/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":150,"Cost":108,"Date":"3/12/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":501,"Cost":413,"Date":"3/31/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":972,"Cost":769,"Date":"6/16/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":282,"Cost":141,"Date":"6/17/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":919,"Cost":549,"Date":"8/27/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":839,"Cost":435,"Date":"10/1/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":84,"Cost":61,"Date":"11/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":724,"Cost":541,"Date":"11/9/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":606,"Cost":524,"Date":"3/27/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":206,"Cost":105,"Date":"4/17/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":852,"Cost":809,"Date":"8/11/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":209,"Cost":111,"Date":"8/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":134,"Cost":124,"Date":"9/2/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":529,"Cost":316,"Date":"9/5/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":232,"Cost":138,"Date":"9/14/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":162,"Cost":118,"Date":"9/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":424,"Cost":314,"Date":"11/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":318,"Cost":245,"Date":"12/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":568,"Cost":311,"Date":"1/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":809,"Cost":534,"Date":"1/21/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":584,"Cost":486,"Date":"2/9/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":181,"Cost":156,"Date":"3/19/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":935,"Cost":544,"Date":"4/3/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":226,"Cost":213,"Date":"4/5/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":16,"Cost":12,"Date":"4/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":705,"Cost":553,"Date":"7/10/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":194,"Cost":128,"Date":"3/25/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":443,"Cost":309,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":684,"Cost":469,"Date":"10/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":729,"Cost":485,"Date":"3/2/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":284,"Cost":192,"Date":"6/28/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":408,"Cost":358,"Date":"7/17/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":233,"Cost":129,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":302,"Cost":228,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":463,"Cost":334,"Date":"11/20/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":491,"Cost":393,"Date":"12/16/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":132,"Cost":92,"Date":"12/30/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":495,"Cost":375,"Date":"2/15/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":652,"Cost":531,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":52,"Cost":40,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":241,"Cost":199,"Date":"4/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":453,"Cost":359,"Date":"7/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":202,"Cost":105,"Date":"8/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":497,"Cost":408,"Date":"10/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":794,"Cost":714,"Date":"11/11/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":851,"Cost":444,"Date":"11/30/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":32,"Cost":20,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":220,"Cost":171,"Date":"3/1/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":913,"Cost":477,"Date":"4/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":73,"Cost":45,"Date":"5/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":255,"Cost":127,"Date":"8/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":210,"Cost":121,"Date":"9/15/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":651,"Cost":500,"Date":"10/14/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":304,"Cost":262,"Date":"10/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":267,"Cost":162,"Date":"11/11/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":433,"Cost":254,"Date":"12/7/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":427,"Cost":318,"Date":"12/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":671,"Cost":408,"Date":"1/6/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":996,"Cost":853,"Date":"1/23/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":609,"Cost":475,"Date":"2/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":593,"Cost":389,"Date":"3/10/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":792,"Cost":483,"Date":"3/12/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":559,"Cost":458,"Date":"3/31/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":201,"Cost":125,"Date":"6/16/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":42,"Cost":30,"Date":"6/17/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":567,"Cost":512,"Date":"8/27/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":602,"Cost":317,"Date":"10/1/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":981,"Cost":706,"Date":"11/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":699,"Cost":407,"Date":"11/9/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":423,"Cost":336,"Date":"3/27/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":789,"Cost":405,"Date":"4/17/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":207,"Cost":166,"Date":"8/11/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":96,"Cost":87,"Date":"8/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":173,"Cost":111,"Date":"9/2/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":840,"Cost":497,"Date":"9/5/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":776,"Cost":468,"Date":"9/14/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":853,"Cost":618,"Date":"9/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":383,"Cost":357,"Date":"11/20/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":404,"Cost":245,"Date":"12/21/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":856,"Cost":700,"Date":"1/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":664,"Cost":612,"Date":"1/21/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":231,"Cost":202,"Date":"2/9/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":400,"Cost":262,"Date":"3/19/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":699,"Cost":590,"Date":"4/3/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":86,"Cost":62,"Date":"4/5/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":124,"Cost":67,"Date":"4/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":801,"Cost":589,"Date":"7/10/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":755,"Cost":645,"Date":"3/25/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":509,"Cost":422,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":203,"Cost":163,"Date":"10/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":974,"Cost":731,"Date":"3/2/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":8,"Cost":6,"Date":"6/28/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":468,"Cost":381,"Date":"7/17/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":433,"Cost":390,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":329,"Cost":213,"Date":"8/23/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":295,"Cost":269,"Date":"11/20/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":265,"Cost":229,"Date":"12/16/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":687,"Cost":645,"Date":"12/30/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":418,"Cost":289,"Date":"2/15/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":236,"Cost":167,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":690,"Cost":598,"Date":"3/7/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":129,"Cost":116,"Date":"4/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":357,"Cost":287,"Date":"7/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":162,"Cost":146,"Date":"8/18/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":320,"Cost":221,"Date":"10/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":978,"Cost":757,"Date":"11/11/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":401,"Cost":275,"Date":"11/30/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":35,"Cost":26,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":128,"Cost":120,"Date":"3/1/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":344,"Cost":302,"Date":"4/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":696,"Cost":577,"Date":"5/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":580,"Cost":524,"Date":"8/13/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":972,"Cost":833,"Date":"9/15/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":676,"Cost":502,"Date":"10/14/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":988,"Cost":749,"Date":"10/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":156,"Cost":131,"Date":"11/11/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":686,"Cost":518,"Date":"12/7/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":220,"Cost":166,"Date":"12/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":684,"Cost":548,"Date":"1/6/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":417,"Cost":245,"Date":"1/23/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":848,"Cost":542,"Date":"2/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":168,"Cost":125,"Date":"3/10/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":764,"Cost":670,"Date":"3/12/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":543,"Cost":350,"Date":"3/31/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":543,"Cost":422,"Date":"6/16/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":417,"Cost":283,"Date":"6/17/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":371,"Cost":188,"Date":"8/27/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":101,"Cost":53,"Date":"10/1/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":546,"Cost":512,"Date":"11/4/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Jeans","Country":"UK","Sale":520,"Cost":436,"Date":"11/9/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":282,"Cost":175,"Date":"3/27/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":714,"Cost":585,"Date":"4/17/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":565,"Cost":432,"Date":"8/11/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":332,"Cost":201,"Date":"8/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":507,"Cost":290,"Date":"9/2/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":218,"Cost":200,"Date":"9/5/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":217,"Cost":149,"Date":"9/14/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":770,"Cost":543,"Date":"9/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":958,"Cost":481,"Date":"11/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":309,"Cost":210,"Date":"12/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":110,"Cost":95,"Date":"1/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":205,"Cost":129,"Date":"1/21/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":736,"Cost":653,"Date":"2/9/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":651,"Cost":465,"Date":"3/19/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":178,"Cost":142,"Date":"4/3/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":504,"Cost":356,"Date":"4/5/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":118,"Cost":65,"Date":"4/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":922,"Cost":521,"Date":"7/10/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":242,"Cost":129,"Date":"3/25/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":59,"Cost":50,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":519,"Cost":480,"Date":"10/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":327,"Cost":268,"Date":"3/2/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":236,"Cost":124,"Date":"6/28/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":761,"Cost":392,"Date":"7/17/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":605,"Cost":520,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":943,"Cost":825,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":416,"Cost":272,"Date":"11/20/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":912,"Cost":600,"Date":"12/16/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":565,"Cost":417,"Date":"12/30/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":710,"Cost":516,"Date":"2/15/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":527,"Cost":442,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":993,"Cost":583,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":768,"Cost":548,"Date":"4/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":243,"Cost":165,"Date":"7/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":940,"Cost":597,"Date":"8/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":781,"Cost":741,"Date":"10/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":895,"Cost":502,"Date":"11/11/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":461,"Cost":242,"Date":"11/30/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":213,"Cost":159,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":660,"Cost":411,"Date":"3/1/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":585,"Cost":299,"Date":"4/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":666,"Cost":530,"Date":"5/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":968,"Cost":783,"Date":"8/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":120,"Cost":82,"Date":"9/15/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":70,"Cost":37,"Date":"10/14/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":758,"Cost":594,"Date":"10/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":461,"Cost":421,"Date":"11/11/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":376,"Cost":276,"Date":"12/7/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":771,"Cost":725,"Date":"12/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":634,"Cost":401,"Date":"1/6/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":978,"Cost":704,"Date":"1/23/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":950,"Cost":843,"Date":"2/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":365,"Cost":187,"Date":"3/10/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":169,"Cost":147,"Date":"3/12/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":874,"Cost":474,"Date":"3/31/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":574,"Cost":505,"Date":"6/16/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":606,"Cost":528,"Date":"6/17/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":566,"Cost":346,"Date":"8/27/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":180,"Cost":145,"Date":"10/1/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":59,"Cost":31,"Date":"11/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":403,"Cost":329,"Date":"11/9/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":100,"Cost":74,"Date":"3/27/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":894,"Cost":744,"Date":"4/17/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":305,"Cost":154,"Date":"8/11/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":598,"Cost":548,"Date":"8/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":41,"Cost":35,"Date":"9/2/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":313,"Cost":282,"Date":"9/5/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":769,"Cost":597,"Date":"9/14/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":831,"Cost":569,"Date":"9/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":13,"Cost":6,"Date":"11/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":710,"Cost":471,"Date":"12/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":841,"Cost":560,"Date":"1/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":265,"Cost":203,"Date":"1/21/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":959,"Cost":854,"Date":"2/9/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":699,"Cost":382,"Date":"3/19/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":799,"Cost":557,"Date":"4/3/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":761,"Cost":713,"Date":"4/5/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":53,"Cost":29,"Date":"4/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":983,"Cost":516,"Date":"7/10/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":89,"Cost":48,"Date":"3/25/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":787,"Cost":574,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":646,"Cost":607,"Date":"10/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":151,"Cost":141,"Date":"3/2/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":876,"Cost":706,"Date":"6/28/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":164,"Cost":128,"Date":"7/17/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":402,"Cost":224,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":472,"Cost":240,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":639,"Cost":491,"Date":"11/20/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":946,"Cost":636,"Date":"12/16/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":698,"Cost":660,"Date":"12/30/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":774,"Cost":484,"Date":"2/15/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":253,"Cost":158,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":141,"Cost":92,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":3,"Cost":2,"Date":"4/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":948,"Cost":561,"Date":"7/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":817,"Cost":431,"Date":"8/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":341,"Cost":265,"Date":"10/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":535,"Cost":450,"Date":"11/11/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":695,"Cost":580,"Date":"11/30/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":451,"Cost":287,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":52,"Cost":37,"Date":"3/1/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":316,"Cost":292,"Date":"4/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":606,"Cost":488,"Date":"5/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":764,"Cost":699,"Date":"8/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":802,"Cost":669,"Date":"9/15/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":747,"Cost":625,"Date":"10/14/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":421,"Cost":293,"Date":"10/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":489,"Cost":311,"Date":"11/11/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":326,"Cost":281,"Date":"12/7/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":15,"Cost":7,"Date":"12/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":653,"Cost":481,"Date":"1/6/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":122,"Cost":71,"Date":"1/23/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":106,"Cost":70,"Date":"2/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":981,"Cost":533,"Date":"3/10/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":934,"Cost":800,"Date":"3/12/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":865,"Cost":660,"Date":"3/31/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":302,"Cost":228,"Date":"6/16/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":62,"Cost":45,"Date":"6/17/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":484,"Cost":359,"Date":"8/27/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":196,"Cost":125,"Date":"10/1/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":953,"Cost":528,"Date":"11/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":384,"Cost":216,"Date":"11/9/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":115,"Cost":63,"Date":"3/27/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":760,"Cost":582,"Date":"4/17/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":586,"Cost":351,"Date":"8/11/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":704,"Cost":642,"Date":"8/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":269,"Cost":246,"Date":"9/2/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":216,"Cost":127,"Date":"9/5/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":50,"Cost":47,"Date":"9/14/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":717,"Cost":601,"Date":"9/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":723,"Cost":610,"Date":"11/20/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":464,"Cost":353,"Date":"12/21/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":918,"Cost":732,"Date":"1/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":428,"Cost":265,"Date":"1/21/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":204,"Cost":126,"Date":"2/9/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":359,"Cost":251,"Date":"3/19/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":621,"Cost":434,"Date":"4/3/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":208,"Cost":158,"Date":"4/5/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":200,"Cost":144,"Date":"4/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":430,"Cost":289,"Date":"7/10/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":121,"Cost":69,"Date":"3/25/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":63,"Cost":44,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":107,"Cost":94,"Date":"10/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":418,"Cost":279,"Date":"3/2/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":118,"Cost":104,"Date":"6/28/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":652,"Cost":410,"Date":"7/17/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":854,"Cost":441,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":919,"Cost":778,"Date":"8/23/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":737,"Cost":390,"Date":"11/20/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":269,"Cost":247,"Date":"12/16/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":211,"Cost":173,"Date":"12/30/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":336,"Cost":199,"Date":"2/15/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":865,"Cost":782,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":733,"Cost":661,"Date":"3/7/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":621,"Cost":543,"Date":"4/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":962,"Cost":703,"Date":"7/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":678,"Cost":417,"Date":"8/18/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":785,"Cost":712,"Date":"10/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":858,"Cost":435,"Date":"11/11/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":901,"Cost":601,"Date":"11/30/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":38,"Cost":34,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":447,"Cost":310,"Date":"3/1/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":686,"Cost":484,"Date":"4/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":34,"Cost":30,"Date":"5/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":295,"Cost":189,"Date":"8/13/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":71,"Cost":46,"Date":"9/15/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":987,"Cost":733,"Date":"10/14/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":856,"Cost":617,"Date":"10/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":643,"Cost":391,"Date":"11/11/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":345,"Cost":240,"Date":"12/7/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":688,"Cost":476,"Date":"12/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":104,"Cost":75,"Date":"1/6/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":577,"Cost":329,"Date":"1/23/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":707,"Cost":483,"Date":"2/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":852,"Cost":438,"Date":"3/10/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":648,"Cost":341,"Date":"3/12/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":990,"Cost":928,"Date":"3/31/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":678,"Cost":362,"Date":"6/16/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":778,"Cost":613,"Date":"6/17/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":738,"Cost":528,"Date":"8/27/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":13,"Cost":9,"Date":"10/1/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":304,"Cost":241,"Date":"11/4/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM","Country":"UK","Sale":959,"Cost":801,"Date":"11/9/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":246,"Cost":139,"Date":"3/27/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":985,"Cost":752,"Date":"4/17/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":638,"Cost":548,"Date":"8/11/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":378,"Cost":295,"Date":"8/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":516,"Cost":295,"Date":"9/2/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":671,"Cost":564,"Date":"9/5/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":305,"Cost":247,"Date":"9/14/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":405,"Cost":203,"Date":"9/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":331,"Cost":223,"Date":"11/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":619,"Cost":461,"Date":"12/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":67,"Cost":53,"Date":"1/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":170,"Cost":115,"Date":"1/21/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":851,"Cost":699,"Date":"2/9/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":897,"Cost":682,"Date":"3/19/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":315,"Cost":273,"Date":"4/3/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":753,"Cost":532,"Date":"4/5/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":12,"Cost":10,"Date":"4/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":679,"Cost":470,"Date":"7/10/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":66,"Cost":44,"Date":"3/25/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":22,"Cost":11,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":362,"Cost":292,"Date":"10/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":875,"Cost":704,"Date":"3/2/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":48,"Cost":25,"Date":"6/28/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":186,"Cost":107,"Date":"7/17/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":563,"Cost":463,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":895,"Cost":615,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":240,"Cost":209,"Date":"11/20/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":754,"Cost":643,"Date":"12/16/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":796,"Cost":496,"Date":"12/30/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":790,"Cost":450,"Date":"2/15/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":609,"Cost":344,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":690,"Cost":499,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":797,"Cost":452,"Date":"4/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":786,"Cost":453,"Date":"7/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":368,"Cost":302,"Date":"8/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":488,"Cost":385,"Date":"10/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":829,"Cost":663,"Date":"11/11/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":954,"Cost":607,"Date":"11/30/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":153,"Cost":119,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":63,"Cost":59,"Date":"3/1/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":840,"Cost":556,"Date":"4/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":845,"Cost":693,"Date":"5/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":409,"Cost":347,"Date":"8/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":443,"Cost":394,"Date":"9/15/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":281,"Cost":252,"Date":"10/14/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":730,"Cost":483,"Date":"10/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":666,"Cost":554,"Date":"11/11/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":533,"Cost":410,"Date":"12/7/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":569,"Cost":439,"Date":"12/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":21,"Cost":17,"Date":"1/6/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":359,"Cost":218,"Date":"1/23/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":310,"Cost":202,"Date":"2/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":417,"Cost":240,"Date":"3/10/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":247,"Cost":130,"Date":"3/12/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":119,"Cost":80,"Date":"3/31/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":14,"Cost":8,"Date":"6/16/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":710,"Cost":365,"Date":"6/17/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":900,"Cost":807,"Date":"8/27/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":928,"Cost":745,"Date":"10/1/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":838,"Cost":527,"Date":"11/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM","Country":"UK","Sale":217,"Cost":144,"Date":"11/9/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":248,"Cost":194,"Date":"3/27/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":477,"Cost":292,"Date":"4/17/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":434,"Cost":270,"Date":"8/11/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":210,"Cost":160,"Date":"8/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":992,"Cost":859,"Date":"9/2/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":644,"Cost":564,"Date":"9/5/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":333,"Cost":282,"Date":"9/14/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":91,"Cost":65,"Date":"9/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":960,"Cost":606,"Date":"11/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":377,"Cost":298,"Date":"12/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":528,"Cost":335,"Date":"1/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":846,"Cost":782,"Date":"1/21/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":136,"Cost":116,"Date":"2/9/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":587,"Cost":468,"Date":"3/19/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":802,"Cost":570,"Date":"4/3/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":668,"Cost":410,"Date":"4/5/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":115,"Cost":89,"Date":"4/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":84,"Cost":56,"Date":"7/10/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":208,"Cost":187,"Date":"3/25/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":508,"Cost":398,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":506,"Cost":284,"Date":"10/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":737,"Cost":417,"Date":"3/2/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":810,"Cost":547,"Date":"6/28/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":83,"Cost":66,"Date":"7/17/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":728,"Cost":459,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":205,"Cost":117,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":212,"Cost":187,"Date":"11/20/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":625,"Cost":473,"Date":"12/16/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":862,"Cost":695,"Date":"12/30/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":17,"Cost":14,"Date":"2/15/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":486,"Cost":249,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":388,"Cost":357,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":794,"Cost":699,"Date":"4/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":288,"Cost":241,"Date":"7/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":585,"Cost":321,"Date":"8/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":848,"Cost":586,"Date":"10/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":556,"Cost":295,"Date":"11/11/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":76,"Cost":65,"Date":"11/30/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":31,"Cost":21,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":152,"Cost":141,"Date":"3/1/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":632,"Cost":412,"Date":"4/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":267,"Cost":220,"Date":"5/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":469,"Cost":407,"Date":"8/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":920,"Cost":625,"Date":"9/15/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":673,"Cost":430,"Date":"10/14/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":569,"Cost":451,"Date":"10/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":770,"Cost":499,"Date":"11/11/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":809,"Cost":544,"Date":"12/7/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":615,"Cost":412,"Date":"12/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":510,"Cost":320,"Date":"1/6/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":356,"Cost":282,"Date":"1/23/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":586,"Cost":458,"Date":"2/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":475,"Cost":408,"Date":"3/10/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":923,"Cost":667,"Date":"3/12/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":269,"Cost":251,"Date":"3/31/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":827,"Cost":561,"Date":"6/16/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":397,"Cost":366,"Date":"6/17/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":841,"Cost":438,"Date":"8/27/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":162,"Cost":142,"Date":"10/1/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":674,"Cost":588,"Date":"11/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"COS","Country":"UK","Sale":129,"Cost":92,"Date":"11/9/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":912,"Cost":461,"Date":"3/27/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":452,"Cost":335,"Date":"4/17/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":80,"Cost":56,"Date":"8/11/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":214,"Cost":178,"Date":"8/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":615,"Cost":582,"Date":"9/2/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":804,"Cost":672,"Date":"9/5/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":951,"Cost":782,"Date":"9/14/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":403,"Cost":327,"Date":"9/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":416,"Cost":208,"Date":"11/20/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":354,"Cost":304,"Date":"12/21/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":440,"Cost":244,"Date":"1/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":906,"Cost":529,"Date":"1/21/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":736,"Cost":634,"Date":"2/9/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":786,"Cost":432,"Date":"3/19/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":870,"Cost":583,"Date":"4/3/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":386,"Cost":247,"Date":"4/5/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":963,"Cost":583,"Date":"4/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":84,"Cost":67,"Date":"7/10/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":409,"Cost":367,"Date":"3/25/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":984,"Cost":663,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":263,"Cost":182,"Date":"10/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":261,"Cost":161,"Date":"3/2/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":908,"Cost":756,"Date":"6/28/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":231,"Cost":171,"Date":"7/17/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":118,"Cost":111,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":172,"Cost":128,"Date":"8/23/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":796,"Cost":682,"Date":"11/20/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":688,"Cost":626,"Date":"12/16/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":78,"Cost":74,"Date":"12/30/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":162,"Cost":98,"Date":"2/15/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":994,"Cost":564,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":106,"Cost":82,"Date":"3/7/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":932,"Cost":492,"Date":"4/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":52,"Cost":34,"Date":"7/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":554,"Cost":413,"Date":"8/18/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":891,"Cost":786,"Date":"10/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":44,"Cost":26,"Date":"11/11/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":524,"Cost":332,"Date":"11/30/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":271,"Cost":191,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":240,"Cost":137,"Date":"3/1/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":263,"Cost":201,"Date":"4/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":593,"Cost":445,"Date":"5/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":965,"Cost":540,"Date":"8/13/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":585,"Cost":351,"Date":"9/15/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":228,"Cost":117,"Date":"10/14/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":872,"Cost":442,"Date":"10/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":13,"Cost":12,"Date":"11/11/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":794,"Cost":471,"Date":"12/7/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":325,"Cost":175,"Date":"12/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":613,"Cost":478,"Date":"1/6/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":66,"Cost":42,"Date":"1/23/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":8,"Cost":8,"Date":"2/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":967,"Cost":770,"Date":"3/10/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":259,"Cost":168,"Date":"3/12/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":771,"Cost":625,"Date":"3/31/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":781,"Cost":712,"Date":"6/16/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":13,"Cost":12,"Date":"6/17/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":364,"Cost":273,"Date":"8/27/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":398,"Cost":345,"Date":"10/1/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":478,"Cost":286,"Date":"11/4/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"HM Home","Country":"UK","Sale":972,"Cost":919,"Date":"11/9/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":141,"Cost":95,"Date":"3/27/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":333,"Cost":205,"Date":"4/17/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":259,"Cost":196,"Date":"8/11/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":829,"Cost":523,"Date":"8/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":590,"Cost":441,"Date":"9/2/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":707,"Cost":538,"Date":"9/5/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":29,"Cost":21,"Date":"9/14/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":376,"Cost":189,"Date":"9/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":955,"Cost":891,"Date":"11/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":237,"Cost":179,"Date":"12/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":517,"Cost":453,"Date":"1/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":910,"Cost":830,"Date":"1/21/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":382,"Cost":295,"Date":"2/9/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":279,"Cost":234,"Date":"3/19/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":187,"Cost":131,"Date":"4/3/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":949,"Cost":756,"Date":"4/5/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":876,"Cost":608,"Date":"4/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":101,"Cost":82,"Date":"7/10/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":272,"Cost":239,"Date":"3/25/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":53,"Cost":48,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":997,"Cost":577,"Date":"10/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":278,"Cost":144,"Date":"3/2/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":761,"Cost":451,"Date":"6/28/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":64,"Cost":43,"Date":"7/17/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":124,"Cost":117,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":596,"Cost":540,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":772,"Cost":730,"Date":"11/20/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":550,"Cost":495,"Date":"12/16/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":839,"Cost":754,"Date":"12/30/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":385,"Cost":346,"Date":"2/15/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":142,"Cost":116,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":673,"Cost":628,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":741,"Cost":511,"Date":"4/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":977,"Cost":851,"Date":"7/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":749,"Cost":647,"Date":"8/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":269,"Cost":234,"Date":"10/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":31,"Cost":17,"Date":"11/11/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":354,"Cost":220,"Date":"11/30/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":710,"Cost":609,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":901,"Cost":520,"Date":"3/1/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":782,"Cost":670,"Date":"4/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":908,"Cost":456,"Date":"5/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":821,"Cost":482,"Date":"8/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":78,"Cost":66,"Date":"9/15/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":363,"Cost":256,"Date":"10/14/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":251,"Cost":150,"Date":"10/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":284,"Cost":218,"Date":"11/11/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":522,"Cost":419,"Date":"12/7/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":984,"Cost":844,"Date":"12/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":485,"Cost":345,"Date":"1/6/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":888,"Cost":686,"Date":"1/23/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":551,"Cost":338,"Date":"2/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":996,"Cost":667,"Date":"3/10/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":788,"Cost":442,"Date":"3/12/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":133,"Cost":78,"Date":"3/31/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":739,"Cost":497,"Date":"6/16/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":613,"Cost":488,"Date":"6/17/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":357,"Cost":243,"Date":"8/27/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":26,"Cost":23,"Date":"10/1/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":357,"Cost":213,"Date":"11/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":119,"Cost":72,"Date":"11/9/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":203,"Cost":106,"Date":"3/27/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":193,"Cost":96,"Date":"4/17/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":447,"Cost":317,"Date":"8/11/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":464,"Cost":296,"Date":"8/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":818,"Cost":586,"Date":"9/2/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":244,"Cost":153,"Date":"9/5/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":639,"Cost":461,"Date":"9/14/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":618,"Cost":569,"Date":"9/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":232,"Cost":175,"Date":"11/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":796,"Cost":507,"Date":"12/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":732,"Cost":405,"Date":"1/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":256,"Cost":184,"Date":"1/21/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":757,"Cost":675,"Date":"2/9/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":556,"Cost":463,"Date":"3/19/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":168,"Cost":154,"Date":"4/3/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":949,"Cost":523,"Date":"4/5/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":654,"Cost":382,"Date":"4/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":26,"Cost":15,"Date":"7/10/2019"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":531,"Cost":296,"Date":"3/25/2020"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":974,"Cost":578,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":648,"Cost":564,"Date":"10/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":675,"Cost":591,"Date":"3/2/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":918,"Cost":706,"Date":"6/28/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":734,"Cost":408,"Date":"7/17/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":11,"Cost":7,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":96,"Cost":84,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":137,"Cost":90,"Date":"11/20/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":697,"Cost":464,"Date":"12/16/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":724,"Cost":412,"Date":"12/30/2021"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":818,"Cost":578,"Date":"2/15/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":334,"Cost":193,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":601,"Cost":545,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":123,"Cost":67,"Date":"4/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":183,"Cost":95,"Date":"7/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":817,"Cost":425,"Date":"8/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":894,"Cost":541,"Date":"10/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":247,"Cost":130,"Date":"11/11/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":759,"Cost":522,"Date":"11/30/2022"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":20,"Cost":14,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":352,"Cost":293,"Date":"3/1/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":251,"Cost":215,"Date":"4/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":458,"Cost":258,"Date":"5/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":867,"Cost":613,"Date":"8/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":197,"Cost":116,"Date":"9/15/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":738,"Cost":633,"Date":"10/14/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":384,"Cost":283,"Date":"10/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":50,"Cost":27,"Date":"11/11/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":497,"Cost":383,"Date":"12/7/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":25,"Cost":14,"Date":"12/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":402,"Cost":344,"Date":"1/6/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":185,"Cost":172,"Date":"1/23/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":993,"Cost":890,"Date":"2/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":587,"Cost":371,"Date":"3/10/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":971,"Cost":783,"Date":"3/12/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":381,"Cost":256,"Date":"3/31/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":268,"Cost":187,"Date":"6/16/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":51,"Cost":38,"Date":"6/17/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":673,"Cost":455,"Date":"8/27/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":216,"Cost":190,"Date":"10/1/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":971,"Cost":656,"Date":"11/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"ARKET","Country":"UK","Sale":635,"Cost":506,"Date":"11/9/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":309,"Cost":179,"Date":"3/27/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":594,"Cost":332,"Date":"4/17/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":609,"Cost":419,"Date":"8/11/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":346,"Cost":235,"Date":"8/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":526,"Cost":325,"Date":"9/2/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":439,"Cost":398,"Date":"9/5/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":744,"Cost":678,"Date":"9/14/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":78,"Cost":42,"Date":"9/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":771,"Cost":401,"Date":"11/20/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":344,"Cost":292,"Date":"12/21/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":153,"Cost":96,"Date":"1/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":242,"Cost":152,"Date":"1/21/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":235,"Cost":162,"Date":"2/9/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":885,"Cost":755,"Date":"3/19/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":583,"Cost":489,"Date":"4/3/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":918,"Cost":663,"Date":"4/5/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":165,"Cost":95,"Date":"4/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":354,"Cost":262,"Date":"7/10/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":972,"Cost":829,"Date":"3/25/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":606,"Cost":409,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":145,"Cost":114,"Date":"10/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":605,"Cost":337,"Date":"3/2/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":797,"Cost":528,"Date":"6/28/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":898,"Cost":819,"Date":"7/17/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":61,"Cost":46,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":174,"Cost":148,"Date":"8/23/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":500,"Cost":304,"Date":"11/20/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":97,"Cost":82,"Date":"12/16/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":2,"Cost":1,"Date":"12/30/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":240,"Cost":132,"Date":"2/15/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":975,"Cost":544,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":688,"Cost":521,"Date":"3/7/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":149,"Cost":85,"Date":"4/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":594,"Cost":481,"Date":"7/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":883,"Cost":522,"Date":"8/18/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":952,"Cost":681,"Date":"10/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":611,"Cost":436,"Date":"11/11/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":517,"Cost":473,"Date":"11/30/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":553,"Cost":420,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":731,"Cost":560,"Date":"3/1/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":256,"Cost":194,"Date":"4/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":704,"Cost":451,"Date":"5/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":556,"Cost":512,"Date":"8/13/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":802,"Cost":638,"Date":"9/15/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":481,"Cost":388,"Date":"10/14/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":603,"Cost":362,"Date":"10/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":63,"Cost":48,"Date":"11/11/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":535,"Cost":368,"Date":"12/7/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":537,"Cost":402,"Date":"12/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":644,"Cost":400,"Date":"1/6/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":639,"Cost":446,"Date":"1/23/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":882,"Cost":523,"Date":"2/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":824,"Cost":714,"Date":"3/10/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":235,"Cost":164,"Date":"3/12/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":622,"Cost":479,"Date":"3/31/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":877,"Cost":457,"Date":"6/16/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":727,"Cost":485,"Date":"6/17/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":323,"Cost":235,"Date":"8/27/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":253,"Cost":128,"Date":"10/1/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":272,"Cost":235,"Date":"11/4/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":218,"Cost":137,"Date":"11/9/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":664,"Cost":349,"Date":"3/27/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":784,"Cost":568,"Date":"4/17/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":184,"Cost":112,"Date":"8/11/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":181,"Cost":104,"Date":"8/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":228,"Cost":145,"Date":"9/2/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":798,"Cost":497,"Date":"9/5/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":373,"Cost":334,"Date":"9/14/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":218,"Cost":195,"Date":"9/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":344,"Cost":223,"Date":"11/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":409,"Cost":386,"Date":"12/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":958,"Cost":861,"Date":"1/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":929,"Cost":544,"Date":"1/21/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":622,"Cost":584,"Date":"2/9/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":165,"Cost":121,"Date":"3/19/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":477,"Cost":418,"Date":"4/3/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":575,"Cost":488,"Date":"4/5/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":512,"Cost":286,"Date":"4/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":139,"Cost":70,"Date":"7/10/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":105,"Cost":58,"Date":"3/25/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":107,"Cost":77,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":633,"Cost":598,"Date":"10/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":486,"Cost":342,"Date":"3/2/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":551,"Cost":291,"Date":"6/28/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":485,"Cost":255,"Date":"7/17/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":422,"Cost":213,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":137,"Cost":86,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":560,"Cost":288,"Date":"11/20/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":845,"Cost":574,"Date":"12/16/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":99,"Cost":81,"Date":"12/30/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":316,"Cost":239,"Date":"2/15/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":159,"Cost":127,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":953,"Cost":881,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":292,"Cost":192,"Date":"4/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":168,"Cost":139,"Date":"7/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":519,"Cost":404,"Date":"8/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":334,"Cost":241,"Date":"10/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":81,"Cost":53,"Date":"11/11/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":271,"Cost":231,"Date":"11/30/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":611,"Cost":551,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":422,"Cost":230,"Date":"3/1/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":385,"Cost":273,"Date":"4/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":2,"Cost":1,"Date":"5/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":943,"Cost":499,"Date":"8/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":372,"Cost":350,"Date":"9/15/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":973,"Cost":766,"Date":"10/14/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":428,"Cost":277,"Date":"10/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":531,"Cost":400,"Date":"11/11/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":125,"Cost":75,"Date":"12/7/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":373,"Cost":241,"Date":"12/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":566,"Cost":523,"Date":"1/6/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":971,"Cost":520,"Date":"1/23/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":344,"Cost":179,"Date":"2/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":747,"Cost":457,"Date":"3/10/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":479,"Cost":412,"Date":"3/12/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":669,"Cost":462,"Date":"3/31/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":970,"Cost":493,"Date":"6/16/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":179,"Cost":118,"Date":"6/17/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":585,"Cost":471,"Date":"8/27/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":808,"Cost":715,"Date":"10/1/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":274,"Cost":249,"Date":"11/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Nova","Country":"UK","Sale":255,"Cost":180,"Date":"11/9/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":533,"Cost":401,"Date":"3/27/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":177,"Cost":114,"Date":"4/17/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":611,"Cost":521,"Date":"8/11/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":665,"Cost":409,"Date":"8/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":252,"Cost":193,"Date":"9/2/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":717,"Cost":564,"Date":"9/5/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":742,"Cost":449,"Date":"9/14/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":685,"Cost":569,"Date":"9/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":110,"Cost":75,"Date":"11/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":984,"Cost":876,"Date":"12/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":823,"Cost":737,"Date":"1/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":561,"Cost":427,"Date":"1/21/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":89,"Cost":57,"Date":"2/9/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":920,"Cost":511,"Date":"3/19/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":157,"Cost":103,"Date":"4/3/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":126,"Cost":77,"Date":"4/5/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":573,"Cost":462,"Date":"4/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":625,"Cost":352,"Date":"7/10/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":968,"Cost":579,"Date":"3/25/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":41,"Cost":38,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":987,"Cost":909,"Date":"10/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":272,"Cost":153,"Date":"3/2/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":487,"Cost":433,"Date":"6/28/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":913,"Cost":782,"Date":"7/17/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":860,"Cost":694,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":624,"Cost":585,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":224,"Cost":113,"Date":"11/20/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":747,"Cost":503,"Date":"12/16/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":534,"Cost":370,"Date":"12/30/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":491,"Cost":289,"Date":"2/15/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":935,"Cost":555,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":679,"Cost":368,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":925,"Cost":875,"Date":"4/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":96,"Cost":76,"Date":"7/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":670,"Cost":545,"Date":"8/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":167,"Cost":111,"Date":"10/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":873,"Cost":602,"Date":"11/11/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":928,"Cost":747,"Date":"11/30/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":25,"Cost":18,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":62,"Cost":37,"Date":"3/1/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":838,"Cost":508,"Date":"4/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":658,"Cost":528,"Date":"5/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":280,"Cost":206,"Date":"8/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":985,"Cost":907,"Date":"9/15/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":962,"Cost":704,"Date":"10/14/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":90,"Cost":56,"Date":"10/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":457,"Cost":286,"Date":"11/11/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":742,"Cost":458,"Date":"12/7/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":879,"Cost":708,"Date":"12/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":470,"Cost":334,"Date":"1/6/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":539,"Cost":412,"Date":"1/23/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":129,"Cost":82,"Date":"2/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":102,"Cost":61,"Date":"3/10/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":193,"Cost":130,"Date":"3/12/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":530,"Cost":439,"Date":"3/31/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":358,"Cost":274,"Date":"6/16/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":266,"Cost":249,"Date":"6/17/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":380,"Cost":230,"Date":"8/27/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":794,"Cost":636,"Date":"10/1/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":837,"Cost":538,"Date":"11/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":619,"Cost":496,"Date":"11/9/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":247,"Cost":153,"Date":"3/27/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":321,"Cost":241,"Date":"4/17/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":800,"Cost":551,"Date":"8/11/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":80,"Cost":57,"Date":"8/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":745,"Cost":403,"Date":"9/2/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":761,"Cost":513,"Date":"9/5/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":540,"Cost":358,"Date":"9/14/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":650,"Cost":393,"Date":"9/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":475,"Cost":255,"Date":"11/20/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":551,"Cost":340,"Date":"12/21/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":120,"Cost":107,"Date":"1/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":25,"Cost":18,"Date":"1/21/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":881,"Cost":811,"Date":"2/9/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":774,"Cost":470,"Date":"3/19/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":339,"Cost":297,"Date":"4/3/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":453,"Cost":341,"Date":"4/5/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":280,"Cost":212,"Date":"4/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":245,"Cost":191,"Date":"7/10/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":166,"Cost":112,"Date":"3/25/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":655,"Cost":500,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":919,"Cost":471,"Date":"10/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":385,"Cost":221,"Date":"3/2/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":115,"Cost":89,"Date":"6/28/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":916,"Cost":690,"Date":"7/17/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":897,"Cost":843,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":987,"Cost":638,"Date":"8/23/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":559,"Cost":352,"Date":"11/20/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":314,"Cost":278,"Date":"12/16/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":190,"Cost":178,"Date":"12/30/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":732,"Cost":678,"Date":"2/15/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":969,"Cost":802,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":649,"Cost":335,"Date":"3/7/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":108,"Cost":91,"Date":"4/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":202,"Cost":111,"Date":"7/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":390,"Cost":369,"Date":"8/18/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":59,"Cost":46,"Date":"10/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":812,"Cost":551,"Date":"11/11/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":913,"Cost":607,"Date":"11/30/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":576,"Cost":489,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":984,"Cost":599,"Date":"3/1/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":784,"Cost":705,"Date":"4/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":711,"Cost":470,"Date":"5/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":424,"Cost":358,"Date":"8/13/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":292,"Cost":161,"Date":"9/15/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":16,"Cost":9,"Date":"10/14/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":402,"Cost":258,"Date":"10/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":676,"Cost":480,"Date":"11/11/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":175,"Cost":92,"Date":"12/7/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":609,"Cost":383,"Date":"12/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":305,"Cost":257,"Date":"1/6/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":253,"Cost":221,"Date":"1/23/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":984,"Cost":632,"Date":"2/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":420,"Cost":313,"Date":"3/10/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":305,"Cost":172,"Date":"3/12/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":602,"Cost":504,"Date":"3/31/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":115,"Cost":63,"Date":"6/16/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":881,"Cost":754,"Date":"6/17/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":265,"Cost":155,"Date":"8/27/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":972,"Cost":789,"Date":"10/1/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":79,"Cost":44,"Date":"11/4/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":952,"Cost":672,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":518,"Cost":272,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":663,"Cost":514,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":924,"Cost":701,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":543,"Cost":448,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":471,"Cost":331,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":782,"Cost":557,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":793,"Cost":734,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":129,"Cost":75,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":795,"Cost":497,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":227,"Cost":137,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":221,"Cost":152,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":274,"Cost":177,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":385,"Cost":292,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":400,"Cost":354,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":763,"Cost":717,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":978,"Cost":854,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":153,"Cost":95,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":512,"Cost":301,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":995,"Cost":767,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":913,"Cost":542,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":696,"Cost":514,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":5,"Cost":2,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":793,"Cost":637,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":849,"Cost":665,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":700,"Cost":477,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":581,"Cost":315,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":586,"Cost":418,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":934,"Cost":654,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":627,"Cost":351,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":594,"Cost":372,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":336,"Cost":240,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":644,"Cost":478,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":553,"Cost":516,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":849,"Cost":483,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":686,"Cost":638,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":520,"Cost":434,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":524,"Cost":265,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":609,"Cost":331,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":883,"Cost":699,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":6,"Cost":5,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":307,"Cost":234,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":762,"Cost":424,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":877,"Cost":782,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":782,"Cost":610,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":221,"Cost":194,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":83,"Cost":73,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":206,"Cost":195,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":705,"Cost":413,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":667,"Cost":521,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":467,"Cost":270,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":784,"Cost":439,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":169,"Cost":134,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":10,"Cost":8,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":912,"Cost":759,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":579,"Cost":406,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":256,"Cost":243,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":427,"Cost":295,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":580,"Cost":372,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":611,"Cost":388,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":880,"Cost":494,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"COS","Country":"UK","Sale":231,"Cost":142,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":419,"Cost":221,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":505,"Cost":318,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":762,"Cost":448,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":524,"Cost":496,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":147,"Cost":120,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":619,"Cost":576,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":407,"Cost":371,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":474,"Cost":313,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":850,"Cost":615,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":709,"Cost":497,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":170,"Cost":95,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":951,"Cost":762,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":158,"Cost":106,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":122,"Cost":106,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":114,"Cost":76,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":985,"Cost":707,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":485,"Cost":389,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":54,"Cost":42,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":350,"Cost":314,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":204,"Cost":111,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":270,"Cost":174,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":690,"Cost":433,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":926,"Cost":558,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":730,"Cost":509,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":296,"Cost":186,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":687,"Cost":421,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":644,"Cost":573,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":624,"Cost":496,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":337,"Cost":243,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":195,"Cost":152,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":238,"Cost":217,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":358,"Cost":230,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":618,"Cost":425,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":215,"Cost":156,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":243,"Cost":176,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":377,"Cost":201,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":881,"Cost":705,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":818,"Cost":483,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":357,"Cost":241,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":330,"Cost":244,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":340,"Cost":277,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":552,"Cost":485,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":165,"Cost":85,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":836,"Cost":661,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":171,"Cost":144,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":354,"Cost":322,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":207,"Cost":185,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":712,"Cost":438,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":288,"Cost":162,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":649,"Cost":367,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":790,"Cost":636,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":699,"Cost":540,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":476,"Cost":343,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":715,"Cost":661,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":534,"Cost":281,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":464,"Cost":378,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":145,"Cost":120,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":963,"Cost":770,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":267,"Cost":174,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":552,"Cost":489,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":541,"Cost":462,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":212,"Cost":162,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":129,"Cost":116,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":668,"Cost":595,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":584,"Cost":411,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":195,"Cost":185,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":681,"Cost":476,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":955,"Cost":663,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":534,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":196,"Cost":116,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":865,"Cost":649,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":98,"Cost":74,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":872,"Cost":566,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":738,"Cost":570,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":538,"Cost":455,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":952,"Cost":560,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":760,"Cost":385,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":753,"Cost":664,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":500,"Cost":428,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":818,"Cost":770,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":286,"Cost":226,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":353,"Cost":208,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":265,"Cost":198,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":959,"Cost":647,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":57,"Cost":34,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":82,"Cost":62,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":406,"Cost":291,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":983,"Cost":650,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":96,"Cost":83,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":424,"Cost":217,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":501,"Cost":469,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":699,"Cost":360,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":330,"Cost":309,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":678,"Cost":374,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":503,"Cost":398,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":428,"Cost":322,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":373,"Cost":193,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":740,"Cost":396,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":180,"Cost":142,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":808,"Cost":538,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":622,"Cost":539,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":361,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":280,"Cost":223,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":55,"Cost":45,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":767,"Cost":413,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":830,"Cost":531,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":822,"Cost":655,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":194,"Cost":166,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":617,"Cost":332,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":468,"Cost":341,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":664,"Cost":445,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":184,"Cost":134,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":465,"Cost":354,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":302,"Cost":218,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":773,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":939,"Cost":859,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":366,"Cost":253,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":904,"Cost":453,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":794,"Cost":556,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":870,"Cost":499,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":25,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":233,"Cost":206,"Date":"11/9/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":973,"Cost":903,"Date":"3/27/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":952,"Cost":480,"Date":"4/17/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":564,"Cost":342,"Date":"8/11/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":224,"Cost":114,"Date":"8/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":962,"Cost":728,"Date":"9/2/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":80,"Cost":73,"Date":"9/5/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":626,"Cost":434,"Date":"9/14/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":356,"Cost":272,"Date":"9/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":812,"Cost":570,"Date":"11/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":857,"Cost":630,"Date":"12/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":64,"Cost":55,"Date":"1/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":60,"Cost":48,"Date":"1/21/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":840,"Cost":614,"Date":"2/9/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":811,"Cost":486,"Date":"3/19/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":836,"Cost":571,"Date":"4/3/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":895,"Cost":639,"Date":"4/5/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":805,"Cost":476,"Date":"4/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":820,"Cost":677,"Date":"7/10/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":969,"Cost":832,"Date":"3/25/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":414,"Cost":304,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":132,"Cost":67,"Date":"10/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":177,"Cost":145,"Date":"3/2/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":310,"Cost":251,"Date":"6/28/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":956,"Cost":526,"Date":"7/17/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":958,"Cost":904,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":976,"Cost":622,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":915,"Cost":811,"Date":"11/20/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":144,"Cost":127,"Date":"12/16/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":711,"Cost":410,"Date":"12/30/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":763,"Cost":391,"Date":"2/15/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":698,"Cost":490,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":716,"Cost":679,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":890,"Cost":673,"Date":"4/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":17,"Cost":13,"Date":"7/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":779,"Cost":671,"Date":"8/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":766,"Cost":673,"Date":"10/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":545,"Cost":391,"Date":"11/11/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":727,"Cost":395,"Date":"11/30/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":911,"Cost":461,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":198,"Cost":149,"Date":"3/1/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":707,"Cost":601,"Date":"4/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":279,"Cost":263,"Date":"5/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":588,"Cost":485,"Date":"8/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":918,"Cost":703,"Date":"9/15/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":996,"Cost":828,"Date":"10/14/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":951,"Cost":702,"Date":"10/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":124,"Cost":83,"Date":"11/11/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":900,"Cost":676,"Date":"12/7/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":230,"Cost":200,"Date":"12/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":432,"Cost":230,"Date":"1/6/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":352,"Cost":307,"Date":"1/23/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":548,"Cost":468,"Date":"2/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":270,"Cost":232,"Date":"3/10/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":997,"Cost":512,"Date":"3/12/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":160,"Cost":113,"Date":"3/31/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":374,"Cost":254,"Date":"6/16/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":398,"Cost":210,"Date":"6/17/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":782,"Cost":658,"Date":"8/27/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":112,"Cost":100,"Date":"10/1/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":614,"Cost":572,"Date":"11/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":380,"Cost":244,"Date":"11/9/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":431,"Cost":399,"Date":"3/27/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":961,"Cost":531,"Date":"4/17/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":667,"Cost":519,"Date":"8/11/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":683,"Cost":429,"Date":"8/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":723,"Cost":516,"Date":"9/2/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":124,"Cost":76,"Date":"9/5/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":786,"Cost":639,"Date":"9/14/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":632,"Cost":443,"Date":"9/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":219,"Cost":129,"Date":"11/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":881,"Cost":578,"Date":"12/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":951,"Cost":624,"Date":"1/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":601,"Cost":415,"Date":"1/21/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":705,"Cost":591,"Date":"2/9/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":21,"Cost":16,"Date":"3/19/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":804,"Cost":501,"Date":"4/3/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":174,"Cost":87,"Date":"4/5/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":241,"Cost":126,"Date":"4/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":165,"Cost":106,"Date":"7/10/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":986,"Cost":743,"Date":"3/25/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":217,"Cost":138,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":346,"Cost":177,"Date":"10/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":262,"Cost":160,"Date":"3/2/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":500,"Cost":259,"Date":"6/28/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":686,"Cost":496,"Date":"7/17/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":563,"Cost":488,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":823,"Cost":546,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":482,"Cost":340,"Date":"11/20/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":979,"Cost":548,"Date":"12/16/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":676,"Cost":594,"Date":"12/30/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":957,"Cost":667,"Date":"2/15/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":418,"Cost":379,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":428,"Cost":224,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":711,"Cost":488,"Date":"4/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":361,"Cost":202,"Date":"7/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":515,"Cost":434,"Date":"8/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":44,"Cost":36,"Date":"10/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":578,"Cost":473,"Date":"11/11/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":891,"Cost":712,"Date":"11/30/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":116,"Cost":80,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":814,"Cost":436,"Date":"3/1/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":109,"Cost":79,"Date":"4/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":278,"Cost":264,"Date":"5/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":437,"Cost":221,"Date":"8/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":281,"Cost":164,"Date":"9/15/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":31,"Cost":25,"Date":"10/14/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":81,"Cost":51,"Date":"10/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":627,"Cost":346,"Date":"11/11/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":160,"Cost":99,"Date":"12/7/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":914,"Cost":770,"Date":"12/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":235,"Cost":143,"Date":"1/6/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":622,"Cost":373,"Date":"1/23/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":181,"Cost":156,"Date":"2/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":977,"Cost":775,"Date":"3/10/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":120,"Cost":107,"Date":"3/12/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":780,"Cost":480,"Date":"3/31/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":176,"Cost":127,"Date":"6/16/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":36,"Cost":18,"Date":"6/17/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":895,"Cost":664,"Date":"8/27/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":224,"Cost":155,"Date":"10/1/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":985,"Cost":927,"Date":"11/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":109,"Cost":60,"Date":"11/9/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":63,"Cost":52,"Date":"3/27/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":516,"Cost":350,"Date":"4/17/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":228,"Cost":169,"Date":"8/11/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":556,"Cost":309,"Date":"8/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":698,"Cost":506,"Date":"9/2/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":35,"Cost":19,"Date":"9/5/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":847,"Cost":450,"Date":"9/14/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":93,"Cost":49,"Date":"9/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":108,"Cost":55,"Date":"11/20/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":537,"Cost":282,"Date":"12/21/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":522,"Cost":331,"Date":"1/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":872,"Cost":738,"Date":"1/21/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":714,"Cost":361,"Date":"2/9/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":489,"Cost":277,"Date":"3/19/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":517,"Cost":261,"Date":"4/3/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":545,"Cost":381,"Date":"4/5/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":369,"Cost":185,"Date":"4/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":315,"Cost":175,"Date":"7/10/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":402,"Cost":348,"Date":"3/25/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":487,"Cost":446,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":740,"Cost":373,"Date":"10/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":110,"Cost":88,"Date":"3/2/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":156,"Cost":85,"Date":"6/28/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":907,"Cost":752,"Date":"7/17/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":525,"Cost":334,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":656,"Cost":545,"Date":"8/23/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":185,"Cost":122,"Date":"11/20/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":639,"Cost":392,"Date":"12/16/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":705,"Cost":577,"Date":"12/30/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":421,"Cost":298,"Date":"2/15/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":195,"Cost":150,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":186,"Cost":138,"Date":"3/7/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":823,"Cost":488,"Date":"4/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":582,"Cost":436,"Date":"7/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":641,"Cost":347,"Date":"8/18/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":18,"Cost":17,"Date":"10/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":865,"Cost":448,"Date":"11/11/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":652,"Cost":560,"Date":"11/30/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":434,"Cost":295,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":773,"Cost":610,"Date":"3/1/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":475,"Cost":307,"Date":"4/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":530,"Cost":372,"Date":"5/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":326,"Cost":280,"Date":"8/13/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":85,"Cost":81,"Date":"9/15/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":876,"Cost":574,"Date":"10/14/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":819,"Cost":517,"Date":"10/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":792,"Cost":519,"Date":"11/11/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":855,"Cost":529,"Date":"12/7/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":667,"Cost":383,"Date":"12/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":973,"Cost":711,"Date":"1/6/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":175,"Cost":134,"Date":"1/23/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":669,"Cost":431,"Date":"2/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":611,"Cost":535,"Date":"3/10/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":223,"Cost":157,"Date":"3/12/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":893,"Cost":556,"Date":"3/31/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":510,"Cost":398,"Date":"6/16/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":435,"Cost":242,"Date":"6/17/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":655,"Cost":382,"Date":"8/27/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":850,"Cost":606,"Date":"10/1/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":781,"Cost":464,"Date":"11/4/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"HM","Country":"UK","Sale":238,"Cost":149,"Date":"11/9/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":30,"Cost":18,"Date":"3/27/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":656,"Cost":481,"Date":"4/17/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":593,"Cost":402,"Date":"8/11/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":469,"Cost":322,"Date":"8/21/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":60,"Cost":49,"Date":"9/2/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":322,"Cost":168,"Date":"9/5/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":576,"Cost":447,"Date":"9/14/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":267,"Cost":187,"Date":"9/20/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":160,"Cost":113,"Date":"11/20/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":924,"Cost":622,"Date":"12/21/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":932,"Cost":805,"Date":"1/7/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":471,"Cost":431,"Date":"1/21/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":61,"Cost":56,"Date":"2/9/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":733,"Cost":437,"Date":"3/19/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":717,"Cost":400,"Date":"4/3/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":839,"Cost":726,"Date":"4/5/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":43,"Cost":37,"Date":"4/28/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":920,"Cost":479,"Date":"7/10/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":826,"Cost":631,"Date":"3/25/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":646,"Cost":362,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":983,"Cost":785,"Date":"10/28/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":47,"Cost":34,"Date":"3/2/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":108,"Cost":91,"Date":"6/28/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":700,"Cost":644,"Date":"7/17/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":175,"Cost":126,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":208,"Cost":157,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":556,"Cost":488,"Date":"11/20/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":74,"Cost":38,"Date":"12/16/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":336,"Cost":291,"Date":"12/30/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":773,"Cost":397,"Date":"2/15/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":149,"Cost":89,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":321,"Cost":236,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":848,"Cost":603,"Date":"4/18/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":624,"Cost":378,"Date":"7/27/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":100,"Cost":80,"Date":"8/18/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":938,"Cost":876,"Date":"10/31/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":67,"Cost":52,"Date":"11/11/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":921,"Cost":541,"Date":"11/30/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":107,"Cost":58,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":213,"Cost":191,"Date":"3/1/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":746,"Cost":463,"Date":"4/13/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":197,"Cost":156,"Date":"5/20/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":573,"Cost":409,"Date":"8/13/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":986,"Cost":886,"Date":"9/15/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":542,"Cost":292,"Date":"10/14/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":729,"Cost":578,"Date":"10/28/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":170,"Cost":95,"Date":"11/11/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":562,"Cost":445,"Date":"12/7/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":869,"Cost":568,"Date":"12/21/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":637,"Cost":542,"Date":"1/6/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":550,"Cost":292,"Date":"1/23/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":424,"Cost":310,"Date":"2/4/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":421,"Cost":328,"Date":"3/10/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":464,"Cost":251,"Date":"3/12/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":716,"Cost":594,"Date":"3/31/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":408,"Cost":339,"Date":"6/16/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":914,"Cost":507,"Date":"6/17/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":427,"Cost":246,"Date":"8/27/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":951,"Cost":636,"Date":"10/1/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":553,"Cost":512,"Date":"11/4/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":368,"Cost":235,"Date":"11/9/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":64,"Cost":34,"Date":"3/27/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":38,"Cost":20,"Date":"4/17/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":644,"Cost":491,"Date":"8/11/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":384,"Cost":254,"Date":"8/21/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":269,"Cost":134,"Date":"9/2/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":864,"Cost":629,"Date":"9/5/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":938,"Cost":624,"Date":"9/14/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":905,"Cost":557,"Date":"9/20/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":99,"Cost":55,"Date":"11/20/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":375,"Date":"12/21/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":285,"Cost":170,"Date":"1/7/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":733,"Cost":411,"Date":"1/21/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":98,"Cost":65,"Date":"2/9/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":211,"Cost":169,"Date":"3/19/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":101,"Cost":94,"Date":"4/3/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":170,"Date":"4/5/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":642,"Date":"4/28/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":251,"Cost":153,"Date":"7/10/2019"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":257,"Cost":217,"Date":"3/25/2020"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":644,"Cost":535,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":80,"Cost":43,"Date":"10/28/2020"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":18,"Cost":12,"Date":"3/2/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":557,"Cost":294,"Date":"6/28/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":78,"Cost":58,"Date":"7/17/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":127,"Cost":86,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":344,"Cost":242,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":82,"Cost":43,"Date":"11/20/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":451,"Cost":291,"Date":"12/16/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":301,"Cost":218,"Date":"12/30/2021"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":318,"Cost":269,"Date":"2/15/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":796,"Cost":653,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":961,"Cost":855,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":823,"Cost":780,"Date":"4/18/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":396,"Cost":247,"Date":"7/27/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":209,"Cost":146,"Date":"8/18/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":755,"Cost":551,"Date":"10/31/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":329,"Cost":183,"Date":"11/11/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":494,"Cost":422,"Date":"11/30/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":356,"Cost":331,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":976,"Cost":604,"Date":"3/1/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":255,"Cost":214,"Date":"4/13/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":999,"Cost":789,"Date":"5/20/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":832,"Cost":439,"Date":"8/13/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":16,"Cost":12,"Date":"9/15/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":802,"Cost":579,"Date":"10/14/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":661,"Cost":467,"Date":"10/28/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":837,"Cost":764,"Date":"11/11/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":203,"Cost":106,"Date":"12/7/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":982,"Cost":759,"Date":"12/21/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":412,"Cost":218,"Date":"1/6/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":109,"Cost":75,"Date":"1/23/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":245,"Cost":149,"Date":"2/4/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":475,"Cost":390,"Date":"3/10/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":957,"Cost":521,"Date":"3/12/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":5,"Cost":3,"Date":"3/31/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":44,"Cost":31,"Date":"6/16/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":463,"Cost":372,"Date":"6/17/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":973,"Cost":806,"Date":"8/27/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":585,"Cost":312,"Date":"10/1/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":215,"Cost":185,"Date":"11/4/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":990,"Cost":803,"Date":"11/9/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":569,"Cost":427,"Date":"3/27/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":164,"Cost":91,"Date":"4/17/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":270,"Cost":219,"Date":"8/11/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":814,"Cost":541,"Date":"8/21/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":583,"Cost":468,"Date":"9/2/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":387,"Cost":311,"Date":"9/5/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":665,"Cost":564,"Date":"9/14/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":129,"Cost":66,"Date":"9/20/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":927,"Cost":780,"Date":"11/20/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":635,"Cost":417,"Date":"12/21/2018"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":887,"Cost":843,"Date":"1/7/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":342,"Cost":205,"Date":"1/21/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":580,"Cost":431,"Date":"2/9/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":618,"Cost":333,"Date":"3/19/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":42,"Cost":29,"Date":"4/3/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":412,"Cost":318,"Date":"4/5/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":116,"Cost":67,"Date":"4/28/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":499,"Cost":417,"Date":"7/10/2019"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":363,"Cost":323,"Date":"3/25/2020"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":745,"Cost":441,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":94,"Cost":62,"Date":"10/28/2020"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":5,"Cost":5,"Date":"3/2/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":464,"Cost":405,"Date":"6/28/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":427,"Cost":225,"Date":"7/17/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":601,"Cost":399,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":542,"Cost":315,"Date":"8/23/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":268,"Cost":166,"Date":"11/20/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":318,"Cost":221,"Date":"12/16/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":107,"Cost":75,"Date":"12/30/2021"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":603,"Cost":311,"Date":"2/15/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":653,"Cost":603,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":694,"Cost":620,"Date":"3/7/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":404,"Cost":256,"Date":"4/18/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":576,"Cost":520,"Date":"7/27/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":959,"Cost":652,"Date":"8/18/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":24,"Cost":21,"Date":"10/31/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":2,"Cost":1,"Date":"11/11/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":668,"Cost":615,"Date":"11/30/2022"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":877,"Cost":737,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":423,"Cost":353,"Date":"3/1/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":804,"Cost":589,"Date":"4/13/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":180,"Cost":157,"Date":"5/20/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":270,"Cost":230,"Date":"8/13/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":626,"Cost":471,"Date":"9/15/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":162,"Cost":107,"Date":"10/14/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":602,"Cost":343,"Date":"10/28/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":940,"Cost":569,"Date":"11/11/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":246,"Cost":155,"Date":"12/7/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":50,"Cost":40,"Date":"12/21/2023"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":86,"Cost":47,"Date":"1/6/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":186,"Cost":94,"Date":"1/23/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":597,"Cost":382,"Date":"2/4/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":559,"Cost":455,"Date":"3/10/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":16,"Cost":10,"Date":"3/12/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":967,"Cost":505,"Date":"3/31/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":278,"Cost":217,"Date":"6/16/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":44,"Cost":25,"Date":"6/17/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":201,"Cost":124,"Date":"8/27/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":53,"Cost":43,"Date":"10/1/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":564,"Cost":437,"Date":"11/4/2024"},{"Store":"Trinity Leeds","Brand":"COS","Country":"UK","Sale":562,"Cost":383,"Date":"11/9/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":104,"Cost":82,"Date":"3/27/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":986,"Cost":624,"Date":"4/17/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":149,"Cost":96,"Date":"8/11/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":335,"Cost":214,"Date":"8/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":153,"Cost":132,"Date":"9/2/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":363,"Cost":297,"Date":"9/5/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":149,"Cost":78,"Date":"9/14/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":343,"Cost":237,"Date":"9/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":946,"Cost":509,"Date":"11/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":490,"Cost":392,"Date":"12/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":132,"Cost":113,"Date":"1/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":714,"Cost":547,"Date":"1/21/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":366,"Cost":191,"Date":"2/9/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":518,"Cost":359,"Date":"3/19/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":19,"Cost":14,"Date":"4/3/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":124,"Cost":98,"Date":"4/5/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":43,"Cost":33,"Date":"4/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":344,"Cost":218,"Date":"7/10/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":613,"Cost":582,"Date":"3/25/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":341,"Cost":304,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":563,"Cost":390,"Date":"10/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":28,"Cost":16,"Date":"3/2/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":784,"Cost":586,"Date":"6/28/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":641,"Cost":453,"Date":"7/17/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":920,"Cost":674,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":685,"Cost":407,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":426,"Cost":336,"Date":"11/20/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":794,"Cost":711,"Date":"12/16/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":102,"Cost":73,"Date":"12/30/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":143,"Cost":90,"Date":"2/15/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":369,"Cost":226,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":908,"Cost":645,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":479,"Cost":344,"Date":"4/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":6,"Cost":4,"Date":"7/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":36,"Cost":26,"Date":"8/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":727,"Cost":471,"Date":"10/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":174,"Cost":129,"Date":"11/11/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":978,"Cost":530,"Date":"11/30/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":367,"Cost":206,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":381,"Cost":235,"Date":"3/1/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":834,"Cost":772,"Date":"4/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":405,"Cost":248,"Date":"5/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":853,"Cost":611,"Date":"8/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":978,"Cost":799,"Date":"9/15/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":312,"Cost":192,"Date":"10/14/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":340,"Cost":307,"Date":"10/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":525,"Cost":329,"Date":"11/11/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":683,"Cost":607,"Date":"12/7/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":938,"Cost":839,"Date":"12/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":410,"Cost":317,"Date":"1/6/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":910,"Cost":723,"Date":"1/23/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":338,"Cost":286,"Date":"2/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":692,"Cost":565,"Date":"3/10/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":100,"Cost":65,"Date":"3/12/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":714,"Cost":629,"Date":"3/31/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":915,"Cost":660,"Date":"6/16/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":115,"Cost":101,"Date":"6/17/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":644,"Cost":410,"Date":"8/27/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":279,"Cost":245,"Date":"10/1/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":450,"Cost":255,"Date":"11/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Nova","Country":"UK","Sale":690,"Cost":525,"Date":"11/9/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":280,"Cost":261,"Date":"3/27/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":931,"Cost":711,"Date":"4/17/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":19,"Cost":10,"Date":"8/11/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":928,"Cost":745,"Date":"8/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":246,"Cost":137,"Date":"9/2/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":318,"Cost":264,"Date":"9/5/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":877,"Cost":530,"Date":"9/14/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":60,"Cost":45,"Date":"9/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":388,"Cost":258,"Date":"11/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":419,"Cost":387,"Date":"12/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":8,"Cost":6,"Date":"1/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":915,"Cost":538,"Date":"1/21/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":936,"Cost":475,"Date":"2/9/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":847,"Cost":629,"Date":"3/19/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":424,"Cost":356,"Date":"4/3/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":446,"Cost":246,"Date":"4/5/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":1000,"Cost":672,"Date":"4/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":987,"Cost":728,"Date":"7/10/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":569,"Cost":540,"Date":"3/25/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":695,"Cost":585,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":606,"Cost":453,"Date":"10/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":728,"Cost":527,"Date":"3/2/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":204,"Cost":166,"Date":"6/28/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":329,"Cost":260,"Date":"7/17/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":891,"Cost":805,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":122,"Cost":111,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":910,"Cost":812,"Date":"11/20/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":209,"Cost":186,"Date":"12/16/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":631,"Cost":559,"Date":"12/30/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":393,"Cost":347,"Date":"2/15/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":552,"Cost":294,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":938,"Cost":827,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":817,"Cost":572,"Date":"4/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":899,"Cost":813,"Date":"7/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":957,"Cost":753,"Date":"8/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":756,"Cost":668,"Date":"10/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":274,"Cost":254,"Date":"11/11/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":793,"Cost":727,"Date":"11/30/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":93,"Cost":69,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":81,"Cost":64,"Date":"3/1/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":125,"Cost":116,"Date":"4/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":132,"Cost":119,"Date":"5/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":990,"Cost":634,"Date":"8/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":505,"Cost":275,"Date":"9/15/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":892,"Cost":458,"Date":"10/14/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":142,"Cost":79,"Date":"10/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":955,"Cost":717,"Date":"11/11/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":494,"Cost":419,"Date":"12/7/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":130,"Cost":116,"Date":"12/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":836,"Cost":611,"Date":"1/6/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":211,"Cost":147,"Date":"1/23/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":480,"Cost":436,"Date":"2/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":658,"Cost":529,"Date":"3/10/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":532,"Cost":445,"Date":"3/12/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":427,"Cost":240,"Date":"3/31/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":734,"Cost":501,"Date":"6/16/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":669,"Cost":481,"Date":"6/17/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":9,"Cost":8,"Date":"8/27/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":474,"Cost":433,"Date":"10/1/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":912,"Cost":813,"Date":"11/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Jeans","Country":"UK","Sale":865,"Cost":789,"Date":"11/9/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":288,"Cost":166,"Date":"3/27/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":171,"Cost":115,"Date":"4/17/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":365,"Cost":277,"Date":"8/11/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":261,"Cost":170,"Date":"8/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":122,"Cost":68,"Date":"9/2/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":813,"Cost":556,"Date":"9/5/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":179,"Cost":152,"Date":"9/14/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":643,"Cost":542,"Date":"9/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":104,"Cost":94,"Date":"11/20/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":423,"Cost":279,"Date":"12/21/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":236,"Cost":120,"Date":"1/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":776,"Cost":648,"Date":"1/21/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":866,"Cost":762,"Date":"2/9/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":622,"Cost":381,"Date":"3/19/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":795,"Cost":739,"Date":"4/3/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":733,"Cost":642,"Date":"4/5/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":599,"Cost":379,"Date":"4/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":668,"Cost":406,"Date":"7/10/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":906,"Cost":502,"Date":"3/25/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":787,"Cost":558,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":589,"Cost":550,"Date":"10/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":432,"Cost":274,"Date":"3/2/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":228,"Cost":173,"Date":"6/28/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":423,"Cost":263,"Date":"7/17/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":780,"Cost":701,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":198,"Cost":139,"Date":"8/23/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":744,"Cost":450,"Date":"11/20/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":180,"Cost":118,"Date":"12/16/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":36,"Cost":31,"Date":"12/30/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":845,"Cost":468,"Date":"2/15/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":636,"Cost":396,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":81,"Cost":62,"Date":"3/7/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":417,"Cost":214,"Date":"4/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":932,"Cost":710,"Date":"7/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":239,"Cost":224,"Date":"8/18/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":245,"Cost":142,"Date":"10/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":790,"Cost":496,"Date":"11/11/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":505,"Cost":416,"Date":"11/30/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":896,"Cost":687,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":580,"Cost":319,"Date":"3/1/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":703,"Cost":668,"Date":"4/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":292,"Cost":169,"Date":"5/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":237,"Cost":168,"Date":"8/13/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":567,"Cost":538,"Date":"9/15/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":24,"Cost":19,"Date":"10/14/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":891,"Cost":638,"Date":"10/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":55,"Cost":43,"Date":"11/11/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":725,"Cost":679,"Date":"12/7/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":746,"Cost":647,"Date":"12/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":62,"Cost":58,"Date":"1/6/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":992,"Cost":847,"Date":"1/23/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":337,"Cost":169,"Date":"2/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":85,"Cost":59,"Date":"3/10/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":991,"Cost":810,"Date":"3/12/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":986,"Cost":636,"Date":"3/31/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":387,"Cost":222,"Date":"6/16/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":463,"Cost":397,"Date":"6/17/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":646,"Cost":352,"Date":"8/27/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":842,"Cost":706,"Date":"10/1/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":340,"Cost":175,"Date":"11/4/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":773,"Cost":477,"Date":"11/9/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":351,"Cost":201,"Date":"3/27/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":20,"Cost":10,"Date":"4/17/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":171,"Cost":161,"Date":"8/11/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":872,"Cost":696,"Date":"8/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":646,"Cost":603,"Date":"9/2/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":18,"Cost":12,"Date":"9/5/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":683,"Cost":571,"Date":"9/14/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":476,"Cost":258,"Date":"9/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":444,"Cost":330,"Date":"11/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":872,"Cost":627,"Date":"12/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":360,"Cost":233,"Date":"1/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":308,"Cost":228,"Date":"1/21/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":110,"Cost":86,"Date":"2/9/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":168,"Cost":93,"Date":"3/19/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":521,"Cost":361,"Date":"4/3/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":932,"Cost":559,"Date":"4/5/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":342,"Cost":224,"Date":"4/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":211,"Cost":162,"Date":"7/10/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":728,"Cost":396,"Date":"3/25/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":578,"Cost":502,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":702,"Cost":515,"Date":"10/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":328,"Cost":216,"Date":"3/2/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":61,"Cost":40,"Date":"6/28/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":195,"Cost":98,"Date":"7/17/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":821,"Cost":513,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":810,"Cost":529,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":969,"Cost":858,"Date":"11/20/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":746,"Cost":680,"Date":"12/16/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":385,"Cost":319,"Date":"12/30/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":535,"Cost":354,"Date":"2/15/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":164,"Cost":109,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":136,"Cost":94,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":439,"Cost":239,"Date":"4/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":793,"Cost":588,"Date":"7/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":390,"Cost":245,"Date":"8/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":829,"Cost":497,"Date":"10/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":557,"Date":"11/11/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":898,"Cost":733,"Date":"11/30/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":26,"Cost":15,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":185,"Cost":172,"Date":"3/1/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":198,"Cost":154,"Date":"4/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":783,"Cost":533,"Date":"5/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":750,"Cost":483,"Date":"8/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":521,"Cost":304,"Date":"9/15/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":700,"Cost":351,"Date":"10/14/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":831,"Cost":690,"Date":"10/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":973,"Cost":621,"Date":"11/11/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":157,"Cost":124,"Date":"12/7/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":652,"Cost":367,"Date":"12/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":420,"Cost":370,"Date":"1/6/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":398,"Cost":254,"Date":"1/23/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":354,"Cost":204,"Date":"2/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":71,"Cost":57,"Date":"3/10/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":938,"Cost":744,"Date":"3/12/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":249,"Cost":235,"Date":"3/31/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":697,"Cost":457,"Date":"6/16/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":688,"Cost":516,"Date":"6/17/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":789,"Cost":436,"Date":"8/27/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":640,"Cost":407,"Date":"10/1/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":97,"Cost":83,"Date":"11/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Sellpy","Country":"UK","Sale":723,"Cost":397,"Date":"11/9/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":375,"Cost":204,"Date":"3/27/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":777,"Cost":661,"Date":"4/17/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":390,"Cost":318,"Date":"8/11/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":373,"Cost":211,"Date":"8/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":374,"Cost":244,"Date":"9/2/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":287,"Cost":187,"Date":"9/5/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":223,"Cost":190,"Date":"9/14/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":377,"Cost":242,"Date":"9/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":617,"Cost":415,"Date":"11/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":731,"Cost":617,"Date":"12/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":243,"Cost":154,"Date":"1/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":773,"Cost":649,"Date":"1/21/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":936,"Cost":475,"Date":"2/9/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":437,"Cost":406,"Date":"3/19/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":975,"Cost":804,"Date":"4/3/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":429,"Cost":295,"Date":"4/5/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":854,"Cost":489,"Date":"4/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":470,"Cost":247,"Date":"7/10/2019"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":558,"Cost":464,"Date":"3/25/2020"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":883,"Cost":627,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":66,"Cost":45,"Date":"10/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":415,"Cost":387,"Date":"3/2/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":631,"Cost":358,"Date":"6/28/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":160,"Cost":94,"Date":"7/17/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":399,"Cost":301,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":517,"Cost":353,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":186,"Cost":153,"Date":"11/20/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":956,"Cost":863,"Date":"12/16/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":77,"Cost":55,"Date":"12/30/2021"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":84,"Cost":54,"Date":"2/15/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":817,"Cost":624,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":466,"Cost":241,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":331,"Cost":215,"Date":"4/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":529,"Cost":330,"Date":"7/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":953,"Cost":611,"Date":"8/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":818,"Cost":657,"Date":"10/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":799,"Cost":751,"Date":"11/11/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":501,"Cost":344,"Date":"11/30/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":179,"Cost":133,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":485,"Cost":279,"Date":"3/1/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":108,"Cost":69,"Date":"4/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":152,"Cost":144,"Date":"5/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":770,"Cost":491,"Date":"8/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":500,"Cost":257,"Date":"9/15/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":402,"Cost":374,"Date":"10/14/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":419,"Cost":321,"Date":"10/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":793,"Cost":692,"Date":"11/11/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":591,"Cost":343,"Date":"12/7/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":129,"Cost":111,"Date":"12/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":627,"Cost":391,"Date":"1/6/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":635,"Cost":590,"Date":"1/23/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":220,"Cost":154,"Date":"2/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":634,"Cost":447,"Date":"3/10/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":671,"Cost":401,"Date":"3/12/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":176,"Cost":148,"Date":"3/31/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":333,"Cost":216,"Date":"6/16/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":892,"Cost":631,"Date":"6/17/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":504,"Cost":276,"Date":"8/27/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":835,"Cost":509,"Date":"10/1/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":126,"Cost":81,"Date":"11/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":368,"Cost":345,"Date":"11/9/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":306,"Cost":153,"Date":"3/27/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":786,"Cost":709,"Date":"4/17/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":301,"Cost":155,"Date":"8/11/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":629,"Cost":574,"Date":"8/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":237,"Cost":139,"Date":"9/2/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":28,"Cost":17,"Date":"9/5/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":163,"Cost":126,"Date":"9/14/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":832,"Cost":438,"Date":"9/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":73,"Cost":56,"Date":"11/20/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":148,"Cost":77,"Date":"12/21/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":572,"Cost":444,"Date":"1/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":492,"Cost":431,"Date":"1/21/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":312,"Cost":286,"Date":"2/9/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":490,"Cost":341,"Date":"3/19/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":251,"Cost":177,"Date":"4/3/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":288,"Cost":174,"Date":"4/5/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":616,"Cost":501,"Date":"4/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":974,"Cost":620,"Date":"7/10/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":993,"Cost":571,"Date":"3/25/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":262,"Cost":148,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":688,"Cost":558,"Date":"10/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":510,"Cost":405,"Date":"3/2/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":166,"Cost":150,"Date":"6/28/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":158,"Cost":102,"Date":"7/17/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":308,"Cost":250,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":81,"Cost":74,"Date":"8/23/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":611,"Cost":519,"Date":"11/20/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":592,"Cost":319,"Date":"12/16/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":916,"Cost":758,"Date":"12/30/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":758,"Cost":424,"Date":"2/15/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":978,"Cost":898,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":27,"Cost":13,"Date":"3/7/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":242,"Cost":177,"Date":"4/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":564,"Cost":326,"Date":"7/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":87,"Cost":51,"Date":"8/18/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":918,"Cost":725,"Date":"10/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":88,"Cost":65,"Date":"11/11/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":905,"Cost":623,"Date":"11/30/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":632,"Cost":419,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":660,"Cost":351,"Date":"3/1/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":266,"Cost":192,"Date":"4/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":465,"Cost":387,"Date":"5/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":901,"Cost":509,"Date":"8/13/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":326,"Cost":183,"Date":"9/15/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":157,"Cost":147,"Date":"10/14/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":307,"Cost":169,"Date":"10/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":911,"Cost":513,"Date":"11/11/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":423,"Cost":243,"Date":"12/7/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":772,"Cost":590,"Date":"12/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":867,"Cost":520,"Date":"1/6/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":717,"Cost":625,"Date":"1/23/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":886,"Cost":818,"Date":"2/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":879,"Cost":669,"Date":"3/10/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":246,"Cost":214,"Date":"3/12/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":74,"Cost":50,"Date":"3/31/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":60,"Cost":35,"Date":"6/16/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":5,"Cost":4,"Date":"6/17/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":472,"Cost":297,"Date":"8/27/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":580,"Cost":329,"Date":"10/1/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":812,"Cost":523,"Date":"11/4/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM","Country":"UK","Sale":186,"Cost":138,"Date":"11/9/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":796,"Cost":513,"Date":"3/27/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":440,"Cost":394,"Date":"4/17/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":278,"Cost":187,"Date":"8/11/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":238,"Cost":155,"Date":"8/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":725,"Cost":593,"Date":"9/2/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":982,"Cost":551,"Date":"9/5/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":264,"Cost":216,"Date":"9/14/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":820,"Cost":618,"Date":"9/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":358,"Cost":315,"Date":"11/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":768,"Cost":413,"Date":"12/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":953,"Cost":764,"Date":"1/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":572,"Cost":318,"Date":"1/21/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":440,"Cost":255,"Date":"2/9/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":104,"Cost":81,"Date":"3/19/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":81,"Cost":72,"Date":"4/3/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":245,"Cost":133,"Date":"4/5/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":354,"Cost":238,"Date":"4/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":152,"Cost":82,"Date":"7/10/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":84,"Cost":55,"Date":"3/25/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":247,"Cost":226,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":443,"Cost":294,"Date":"10/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":729,"Cost":381,"Date":"3/2/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":78,"Cost":42,"Date":"6/28/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":460,"Cost":353,"Date":"7/17/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":467,"Cost":386,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":879,"Cost":774,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":748,"Cost":649,"Date":"11/20/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":663,"Cost":566,"Date":"12/16/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":136,"Cost":104,"Date":"12/30/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":309,"Cost":226,"Date":"2/15/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":55,"Cost":40,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":609,"Cost":328,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":614,"Cost":403,"Date":"4/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":950,"Cost":680,"Date":"7/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":224,"Cost":160,"Date":"8/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":586,"Cost":428,"Date":"10/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":655,"Cost":424,"Date":"11/11/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":197,"Cost":156,"Date":"11/30/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":159,"Cost":92,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":721,"Cost":439,"Date":"3/1/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":88,"Cost":74,"Date":"4/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":791,"Cost":691,"Date":"5/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":175,"Cost":109,"Date":"8/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":421,"Cost":316,"Date":"9/15/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":832,"Cost":424,"Date":"10/14/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":273,"Cost":200,"Date":"10/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":575,"Cost":424,"Date":"11/11/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":251,"Cost":154,"Date":"12/7/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":386,"Cost":201,"Date":"12/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":802,"Cost":539,"Date":"1/6/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":829,"Cost":781,"Date":"1/23/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":886,"Cost":813,"Date":"2/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":871,"Cost":482,"Date":"3/10/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":178,"Cost":149,"Date":"3/12/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":136,"Cost":74,"Date":"3/31/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":618,"Cost":368,"Date":"6/16/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":964,"Cost":728,"Date":"6/17/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":65,"Cost":33,"Date":"8/27/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":677,"Cost":495,"Date":"10/1/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":351,"Cost":203,"Date":"11/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Nova","Country":"UK","Sale":103,"Cost":97,"Date":"11/9/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":435,"Cost":376,"Date":"3/27/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":106,"Cost":96,"Date":"4/17/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":17,"Cost":15,"Date":"8/11/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":292,"Cost":177,"Date":"8/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":237,"Cost":135,"Date":"9/2/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":765,"Cost":507,"Date":"9/5/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":1000,"Cost":694,"Date":"9/14/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":344,"Cost":259,"Date":"9/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":518,"Cost":491,"Date":"11/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":534,"Cost":304,"Date":"12/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":94,"Cost":54,"Date":"1/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":538,"Cost":391,"Date":"1/21/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":57,"Cost":48,"Date":"2/9/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":557,"Cost":403,"Date":"3/19/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":840,"Cost":499,"Date":"4/3/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":626,"Cost":382,"Date":"4/5/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":29,"Cost":20,"Date":"4/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":49,"Cost":35,"Date":"7/10/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":672,"Cost":429,"Date":"3/25/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":571,"Cost":442,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":764,"Cost":663,"Date":"10/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":823,"Cost":583,"Date":"3/2/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":556,"Cost":481,"Date":"6/28/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":208,"Cost":197,"Date":"7/17/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":788,"Cost":395,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":668,"Cost":572,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":319,"Cost":245,"Date":"11/20/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":875,"Cost":706,"Date":"12/16/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":543,"Cost":438,"Date":"12/30/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":966,"Cost":498,"Date":"2/15/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":199,"Cost":106,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":851,"Cost":633,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":717,"Cost":464,"Date":"4/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":443,"Cost":290,"Date":"7/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":161,"Cost":126,"Date":"8/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":11,"Cost":11,"Date":"10/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":201,"Cost":121,"Date":"11/11/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":347,"Cost":251,"Date":"11/30/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":197,"Cost":149,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":15,"Cost":8,"Date":"3/1/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":119,"Cost":75,"Date":"4/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":382,"Cost":263,"Date":"5/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":261,"Cost":135,"Date":"8/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":756,"Cost":549,"Date":"9/15/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":15,"Cost":10,"Date":"10/14/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":344,"Cost":227,"Date":"10/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":112,"Cost":59,"Date":"11/11/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":10,"Cost":5,"Date":"12/7/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":641,"Cost":555,"Date":"12/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":996,"Cost":723,"Date":"1/6/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":518,"Cost":373,"Date":"1/23/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":480,"Cost":323,"Date":"2/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":560,"Cost":494,"Date":"3/10/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":671,"Cost":360,"Date":"3/12/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":510,"Cost":376,"Date":"3/31/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":445,"Cost":357,"Date":"6/16/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":856,"Cost":757,"Date":"6/17/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":747,"Cost":657,"Date":"8/27/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":983,"Cost":684,"Date":"10/1/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":62,"Cost":34,"Date":"11/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"ARKET","Country":"UK","Sale":429,"Cost":379,"Date":"11/9/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":924,"Cost":513,"Date":"3/27/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":916,"Cost":475,"Date":"4/17/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":314,"Cost":195,"Date":"8/11/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":445,"Cost":391,"Date":"8/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":791,"Cost":509,"Date":"9/2/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":694,"Cost":520,"Date":"9/5/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":36,"Cost":25,"Date":"9/14/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":359,"Cost":255,"Date":"9/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":570,"Cost":408,"Date":"11/20/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":121,"Cost":78,"Date":"12/21/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":787,"Cost":512,"Date":"1/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":453,"Cost":296,"Date":"1/21/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":567,"Cost":477,"Date":"2/9/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":418,"Cost":225,"Date":"3/19/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":513,"Cost":438,"Date":"4/3/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":273,"Cost":218,"Date":"4/5/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":351,"Cost":322,"Date":"4/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":839,"Cost":648,"Date":"7/10/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":608,"Cost":357,"Date":"3/25/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":156,"Cost":148,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":316,"Cost":269,"Date":"10/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":771,"Cost":427,"Date":"3/2/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":335,"Cost":221,"Date":"6/28/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":950,"Cost":621,"Date":"7/17/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":363,"Cost":259,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":52,"Cost":48,"Date":"8/23/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":164,"Cost":120,"Date":"11/20/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":465,"Cost":392,"Date":"12/16/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":843,"Cost":555,"Date":"12/30/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":238,"Cost":224,"Date":"2/15/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":877,"Cost":787,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":915,"Cost":609,"Date":"3/7/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":373,"Cost":323,"Date":"4/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":922,"Cost":873,"Date":"7/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":967,"Cost":595,"Date":"8/18/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":381,"Cost":297,"Date":"10/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":454,"Cost":323,"Date":"11/11/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":117,"Cost":74,"Date":"11/30/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":893,"Cost":588,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":798,"Cost":722,"Date":"3/1/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":508,"Cost":339,"Date":"4/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":617,"Cost":457,"Date":"5/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":801,"Cost":517,"Date":"8/13/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":497,"Cost":314,"Date":"9/15/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":935,"Cost":471,"Date":"10/14/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":95,"Cost":90,"Date":"10/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":350,"Cost":202,"Date":"11/11/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":790,"Cost":532,"Date":"12/7/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":768,"Cost":398,"Date":"12/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":188,"Cost":135,"Date":"1/6/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":336,"Cost":174,"Date":"1/23/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":279,"Cost":158,"Date":"2/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":67,"Cost":52,"Date":"3/10/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":167,"Cost":91,"Date":"3/12/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":67,"Cost":52,"Date":"3/31/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":796,"Cost":703,"Date":"6/16/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":283,"Cost":159,"Date":"6/17/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":830,"Cost":737,"Date":"8/27/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":76,"Cost":45,"Date":"10/1/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":269,"Cost":196,"Date":"11/4/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":905,"Cost":666,"Date":"11/9/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":963,"Cost":893,"Date":"3/27/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":885,"Cost":771,"Date":"4/17/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":690,"Cost":349,"Date":"8/11/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":735,"Cost":596,"Date":"8/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":824,"Cost":607,"Date":"9/2/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":76,"Cost":41,"Date":"9/5/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":680,"Cost":402,"Date":"9/14/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":405,"Cost":356,"Date":"9/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":660,"Cost":401,"Date":"11/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":535,"Cost":286,"Date":"12/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":672,"Cost":508,"Date":"1/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":815,"Cost":556,"Date":"1/21/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":305,"Cost":164,"Date":"2/9/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":643,"Cost":506,"Date":"3/19/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":519,"Cost":289,"Date":"4/3/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":885,"Cost":599,"Date":"4/5/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":481,"Cost":348,"Date":"4/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":661,"Cost":385,"Date":"7/10/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":66,"Cost":57,"Date":"3/25/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":724,"Cost":392,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":338,"Cost":280,"Date":"10/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":115,"Cost":59,"Date":"3/2/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":442,"Cost":283,"Date":"6/28/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":282,"Cost":234,"Date":"7/17/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":409,"Cost":228,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":64,"Cost":41,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":621,"Cost":456,"Date":"11/20/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":193,"Cost":149,"Date":"12/16/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":106,"Cost":69,"Date":"12/30/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":165,"Cost":148,"Date":"2/15/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":934,"Cost":755,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":437,"Cost":331,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":97,"Cost":51,"Date":"4/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":693,"Cost":508,"Date":"7/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":436,"Cost":263,"Date":"8/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":432,"Cost":230,"Date":"10/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":612,"Cost":458,"Date":"11/11/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":784,"Cost":640,"Date":"11/30/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":152,"Cost":132,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":816,"Cost":408,"Date":"3/1/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":436,"Cost":280,"Date":"4/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":939,"Cost":780,"Date":"5/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":543,"Cost":393,"Date":"8/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":134,"Cost":67,"Date":"9/15/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":347,"Cost":229,"Date":"10/14/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":543,"Cost":406,"Date":"10/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":714,"Cost":534,"Date":"11/11/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":307,"Cost":245,"Date":"12/7/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":129,"Cost":102,"Date":"12/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":448,"Cost":368,"Date":"1/6/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":306,"Cost":161,"Date":"1/23/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":29,"Cost":22,"Date":"2/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":536,"Cost":406,"Date":"3/10/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":95,"Cost":72,"Date":"3/12/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":826,"Cost":551,"Date":"3/31/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":909,"Cost":628,"Date":"6/16/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":941,"Cost":873,"Date":"6/17/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":983,"Cost":659,"Date":"8/27/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":556,"Cost":508,"Date":"10/1/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":798,"Cost":713,"Date":"11/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":718,"Cost":387,"Date":"11/9/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":203,"Cost":152,"Date":"3/27/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":516,"Cost":431,"Date":"4/17/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":764,"Cost":654,"Date":"8/11/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":257,"Cost":144,"Date":"8/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":576,"Cost":376,"Date":"9/2/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":362,"Cost":300,"Date":"9/5/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":314,"Cost":284,"Date":"9/14/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":779,"Cost":615,"Date":"9/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":632,"Cost":555,"Date":"11/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":685,"Cost":586,"Date":"12/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":681,"Cost":610,"Date":"1/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":169,"Cost":126,"Date":"1/21/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":552,"Cost":441,"Date":"2/9/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":627,"Cost":373,"Date":"3/19/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":879,"Cost":484,"Date":"4/3/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":742,"Cost":393,"Date":"4/5/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":764,"Cost":560,"Date":"4/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":612,"Cost":375,"Date":"7/10/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":138,"Cost":102,"Date":"3/25/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":821,"Cost":569,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":973,"Cost":843,"Date":"10/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":963,"Cost":652,"Date":"3/2/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":914,"Cost":820,"Date":"6/28/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":329,"Cost":284,"Date":"7/17/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":402,"Cost":381,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":136,"Cost":101,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":173,"Cost":87,"Date":"11/20/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":314,"Cost":201,"Date":"12/16/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":227,"Cost":192,"Date":"12/30/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":532,"Cost":466,"Date":"2/15/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":743,"Cost":417,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":654,"Cost":600,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":306,"Cost":184,"Date":"4/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":93,"Cost":70,"Date":"7/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":836,"Cost":786,"Date":"8/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":781,"Cost":521,"Date":"10/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":420,"Cost":287,"Date":"11/11/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":164,"Cost":155,"Date":"11/30/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":258,"Cost":176,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":850,"Cost":476,"Date":"3/1/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":880,"Cost":445,"Date":"4/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":443,"Cost":315,"Date":"5/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":403,"Cost":377,"Date":"8/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":651,"Cost":457,"Date":"9/15/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":532,"Cost":343,"Date":"10/14/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":982,"Cost":734,"Date":"10/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":902,"Cost":481,"Date":"11/11/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":361,"Cost":221,"Date":"12/7/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":59,"Cost":34,"Date":"12/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":558,"Cost":491,"Date":"1/6/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":553,"Cost":290,"Date":"1/23/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":96,"Cost":62,"Date":"2/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":859,"Cost":524,"Date":"3/10/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":713,"Cost":653,"Date":"3/12/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":593,"Cost":342,"Date":"3/31/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":357,"Cost":219,"Date":"6/16/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":335,"Cost":317,"Date":"6/17/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":157,"Cost":114,"Date":"8/27/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":909,"Cost":667,"Date":"10/1/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":895,"Cost":702,"Date":"11/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Jeans","Country":"UK","Sale":26,"Cost":15,"Date":"11/9/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":786,"Cost":541,"Date":"3/27/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":561,"Cost":489,"Date":"4/17/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":13,"Cost":13,"Date":"8/11/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":472,"Cost":248,"Date":"8/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":796,"Cost":626,"Date":"9/2/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":992,"Cost":610,"Date":"9/5/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":803,"Cost":543,"Date":"9/14/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":246,"Cost":138,"Date":"9/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":392,"Cost":277,"Date":"11/20/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":762,"Cost":501,"Date":"12/21/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":847,"Cost":614,"Date":"1/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":199,"Cost":100,"Date":"1/21/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":617,"Cost":448,"Date":"2/9/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":411,"Cost":249,"Date":"3/19/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":833,"Cost":628,"Date":"4/3/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":210,"Cost":181,"Date":"4/5/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":729,"Cost":370,"Date":"4/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":837,"Cost":723,"Date":"7/10/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":705,"Cost":572,"Date":"3/25/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":825,"Cost":634,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":143,"Cost":82,"Date":"10/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":964,"Cost":579,"Date":"3/2/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":663,"Cost":510,"Date":"6/28/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":433,"Cost":271,"Date":"7/17/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":865,"Cost":475,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":697,"Cost":440,"Date":"8/23/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":576,"Cost":531,"Date":"11/20/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":402,"Cost":257,"Date":"12/16/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":955,"Cost":799,"Date":"12/30/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":812,"Cost":657,"Date":"2/15/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":611,"Cost":482,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":439,"Cost":234,"Date":"3/7/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":761,"Cost":714,"Date":"4/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":144,"Cost":106,"Date":"7/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":382,"Cost":362,"Date":"8/18/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":372,"Cost":334,"Date":"10/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":624,"Cost":490,"Date":"11/11/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":80,"Cost":47,"Date":"11/30/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":5,"Cost":4,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":803,"Cost":467,"Date":"3/1/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":196,"Cost":176,"Date":"4/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":266,"Cost":141,"Date":"5/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":715,"Cost":570,"Date":"8/13/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":518,"Cost":300,"Date":"9/15/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":291,"Cost":164,"Date":"10/14/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":399,"Cost":222,"Date":"10/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":516,"Cost":421,"Date":"11/11/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":583,"Cost":369,"Date":"12/7/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":990,"Cost":866,"Date":"12/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":502,"Cost":309,"Date":"1/6/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":260,"Cost":139,"Date":"1/23/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":892,"Cost":646,"Date":"2/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":284,"Cost":178,"Date":"3/10/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":681,"Cost":524,"Date":"3/12/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":752,"Cost":415,"Date":"3/31/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":499,"Cost":278,"Date":"6/16/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":326,"Cost":244,"Date":"6/17/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":647,"Cost":420,"Date":"8/27/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":392,"Cost":318,"Date":"10/1/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":953,"Cost":581,"Date":"11/4/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":206,"Cost":165,"Date":"11/9/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":590,"Cost":346,"Date":"3/27/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":277,"Date":"4/17/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":346,"Cost":320,"Date":"8/11/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":878,"Cost":675,"Date":"8/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":839,"Cost":539,"Date":"9/2/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":538,"Cost":330,"Date":"9/5/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":341,"Cost":288,"Date":"9/14/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":670,"Cost":489,"Date":"9/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":914,"Cost":729,"Date":"11/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":455,"Cost":254,"Date":"12/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":776,"Cost":594,"Date":"1/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":534,"Cost":278,"Date":"1/21/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":366,"Cost":258,"Date":"2/9/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":248,"Cost":162,"Date":"3/19/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":184,"Date":"4/3/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":539,"Cost":316,"Date":"4/5/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":671,"Cost":357,"Date":"4/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":691,"Cost":436,"Date":"7/10/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":985,"Cost":822,"Date":"3/25/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":895,"Cost":699,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":804,"Cost":712,"Date":"10/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":90,"Cost":83,"Date":"3/2/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":626,"Cost":582,"Date":"6/28/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":250,"Cost":194,"Date":"7/17/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":518,"Cost":446,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":103,"Cost":58,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":310,"Cost":172,"Date":"11/20/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":214,"Date":"12/16/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":905,"Cost":521,"Date":"12/30/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":192,"Cost":119,"Date":"2/15/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":191,"Cost":110,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":94,"Cost":72,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":574,"Cost":462,"Date":"4/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":225,"Date":"7/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":546,"Cost":372,"Date":"8/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":239,"Cost":177,"Date":"10/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":598,"Cost":551,"Date":"11/11/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":36,"Cost":34,"Date":"11/30/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":634,"Cost":521,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":914,"Cost":835,"Date":"3/1/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":620,"Cost":313,"Date":"4/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":242,"Cost":159,"Date":"5/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":815,"Cost":447,"Date":"8/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":364,"Cost":209,"Date":"9/15/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":158,"Cost":106,"Date":"10/14/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":319,"Date":"10/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":89,"Cost":51,"Date":"11/11/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":912,"Cost":699,"Date":"12/7/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":733,"Cost":572,"Date":"12/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":693,"Cost":611,"Date":"1/6/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":406,"Cost":218,"Date":"1/23/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":970,"Cost":654,"Date":"2/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":56,"Cost":52,"Date":"3/10/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":742,"Cost":557,"Date":"3/12/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":458,"Cost":391,"Date":"3/31/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":834,"Cost":554,"Date":"6/16/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":968,"Cost":752,"Date":"6/17/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":533,"Cost":301,"Date":"8/27/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":118,"Cost":106,"Date":"10/1/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":715,"Cost":570,"Date":"11/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Sellpy","Country":"UK","Sale":497,"Cost":415,"Date":"11/9/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":727,"Cost":644,"Date":"3/27/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":544,"Cost":464,"Date":"4/17/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":973,"Cost":872,"Date":"8/11/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":735,"Cost":617,"Date":"8/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":235,"Cost":188,"Date":"9/2/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":379,"Cost":315,"Date":"9/5/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":193,"Cost":125,"Date":"9/14/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":163,"Cost":121,"Date":"9/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":866,"Cost":632,"Date":"11/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":754,"Cost":595,"Date":"12/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":53,"Cost":31,"Date":"1/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":662,"Cost":447,"Date":"1/21/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":770,"Cost":573,"Date":"2/9/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":178,"Cost":136,"Date":"3/19/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":78,"Cost":49,"Date":"4/3/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":119,"Cost":84,"Date":"4/5/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":646,"Cost":479,"Date":"4/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":656,"Cost":385,"Date":"7/10/2019"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":476,"Cost":253,"Date":"3/25/2020"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":592,"Cost":390,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":862,"Cost":505,"Date":"10/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":730,"Cost":650,"Date":"3/2/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":455,"Cost":425,"Date":"6/28/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":987,"Cost":655,"Date":"7/17/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":779,"Cost":395,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":417,"Cost":219,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":873,"Cost":771,"Date":"11/20/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":576,"Cost":334,"Date":"12/16/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":572,"Cost":530,"Date":"12/30/2021"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":724,"Cost":450,"Date":"2/15/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":308,"Cost":248,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":555,"Cost":380,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":306,"Cost":261,"Date":"4/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":872,"Cost":456,"Date":"7/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":732,"Cost":568,"Date":"8/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":904,"Cost":711,"Date":"10/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":397,"Cost":346,"Date":"11/11/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":16,"Cost":14,"Date":"11/30/2022"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":991,"Cost":576,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":224,"Cost":131,"Date":"3/1/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":406,"Cost":268,"Date":"4/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":12,"Cost":10,"Date":"5/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":659,"Cost":389,"Date":"8/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":147,"Cost":102,"Date":"9/15/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":65,"Cost":57,"Date":"10/14/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":221,"Cost":126,"Date":"10/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":968,"Cost":523,"Date":"11/11/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":980,"Cost":574,"Date":"12/7/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":746,"Cost":562,"Date":"12/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":194,"Cost":130,"Date":"1/6/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":202,"Cost":177,"Date":"1/23/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":207,"Cost":186,"Date":"2/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":935,"Cost":668,"Date":"3/10/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":221,"Cost":128,"Date":"3/12/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":901,"Cost":573,"Date":"3/31/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":246,"Cost":167,"Date":"6/16/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":507,"Cost":284,"Date":"6/17/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":559,"Cost":338,"Date":"8/27/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":197,"Cost":178,"Date":"10/1/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":958,"Cost":645,"Date":"11/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"ARKET","Country":"UK","Sale":944,"Cost":615,"Date":"11/9/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":614,"Cost":519,"Date":"3/27/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":662,"Cost":510,"Date":"4/17/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":871,"Cost":437,"Date":"8/11/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":39,"Cost":25,"Date":"8/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":670,"Cost":534,"Date":"9/2/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":447,"Cost":256,"Date":"9/5/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":990,"Cost":939,"Date":"9/14/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":705,"Cost":403,"Date":"9/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":723,"Cost":447,"Date":"11/20/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":89,"Cost":53,"Date":"12/21/2018"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":183,"Cost":105,"Date":"1/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":424,"Cost":300,"Date":"1/21/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":829,"Cost":427,"Date":"2/9/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":84,"Cost":77,"Date":"3/19/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":145,"Cost":86,"Date":"4/3/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":314,"Cost":182,"Date":"4/5/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":635,"Cost":598,"Date":"4/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":597,"Cost":491,"Date":"7/10/2019"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":983,"Cost":503,"Date":"3/25/2020"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":986,"Cost":651,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":620,"Cost":326,"Date":"10/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":819,"Cost":446,"Date":"3/2/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":744,"Cost":607,"Date":"6/28/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":557,"Cost":285,"Date":"7/17/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":821,"Cost":540,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":44,"Cost":30,"Date":"8/23/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":436,"Cost":223,"Date":"11/20/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":205,"Cost":165,"Date":"12/16/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":277,"Cost":207,"Date":"12/30/2021"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":128,"Cost":69,"Date":"2/15/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":132,"Cost":125,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":474,"Cost":308,"Date":"3/7/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":399,"Cost":330,"Date":"4/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":764,"Cost":526,"Date":"7/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":553,"Cost":440,"Date":"8/18/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":508,"Cost":262,"Date":"10/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":519,"Cost":459,"Date":"11/11/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":314,"Cost":277,"Date":"11/30/2022"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":374,"Cost":354,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":351,"Cost":203,"Date":"3/1/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":31,"Cost":16,"Date":"4/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":952,"Cost":556,"Date":"5/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":270,"Cost":178,"Date":"8/13/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":993,"Cost":724,"Date":"9/15/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":265,"Cost":245,"Date":"10/14/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":333,"Cost":254,"Date":"10/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":195,"Cost":107,"Date":"11/11/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":51,"Cost":47,"Date":"12/7/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":244,"Cost":152,"Date":"12/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":182,"Cost":117,"Date":"1/6/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":650,"Cost":424,"Date":"1/23/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":366,"Cost":338,"Date":"2/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":201,"Cost":184,"Date":"3/10/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":680,"Cost":360,"Date":"3/12/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":547,"Cost":506,"Date":"3/31/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":954,"Cost":634,"Date":"6/16/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":134,"Cost":84,"Date":"6/17/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":551,"Cost":357,"Date":"8/27/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":507,"Cost":335,"Date":"10/1/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":758,"Cost":440,"Date":"11/4/2024"},{"Store":"Metrocentre, Gateshead","Brand":"HM Home","Country":"UK","Sale":493,"Cost":270,"Date":"11/9/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":83,"Cost":58,"Date":"3/27/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":540,"Cost":278,"Date":"4/17/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":595,"Cost":511,"Date":"8/11/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":734,"Cost":369,"Date":"8/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":886,"Cost":825,"Date":"9/2/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":190,"Cost":134,"Date":"9/5/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":876,"Cost":472,"Date":"9/14/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":165,"Cost":88,"Date":"9/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":616,"Cost":483,"Date":"11/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":995,"Cost":697,"Date":"12/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":73,"Cost":54,"Date":"1/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":375,"Cost":273,"Date":"1/21/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":975,"Cost":773,"Date":"2/9/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":410,"Cost":276,"Date":"3/19/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":138,"Cost":105,"Date":"4/3/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":486,"Cost":340,"Date":"4/5/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":668,"Cost":629,"Date":"4/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":299,"Cost":261,"Date":"7/10/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":586,"Cost":439,"Date":"3/25/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":744,"Cost":603,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":56,"Cost":45,"Date":"10/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":23,"Cost":13,"Date":"3/2/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":667,"Cost":558,"Date":"6/28/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":179,"Cost":118,"Date":"7/17/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":681,"Cost":548,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":886,"Cost":658,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":115,"Cost":90,"Date":"11/20/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":557,"Cost":284,"Date":"12/16/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":152,"Cost":144,"Date":"12/30/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":599,"Cost":418,"Date":"2/15/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":59,"Cost":51,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":458,"Cost":351,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":686,"Cost":620,"Date":"4/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":906,"Cost":479,"Date":"7/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":169,"Cost":136,"Date":"8/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":734,"Cost":688,"Date":"10/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":168,"Cost":122,"Date":"11/11/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":315,"Cost":281,"Date":"11/30/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":978,"Cost":731,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":597,"Cost":434,"Date":"3/1/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":572,"Cost":468,"Date":"4/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":108,"Cost":65,"Date":"5/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":474,"Cost":380,"Date":"8/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":232,"Cost":147,"Date":"9/15/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":126,"Cost":92,"Date":"10/14/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":633,"Cost":536,"Date":"10/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":685,"Cost":545,"Date":"11/11/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":773,"Cost":462,"Date":"12/7/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":124,"Cost":84,"Date":"12/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":792,"Cost":752,"Date":"1/6/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":900,"Cost":812,"Date":"1/23/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":796,"Cost":579,"Date":"2/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":115,"Cost":63,"Date":"3/10/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":412,"Cost":267,"Date":"3/12/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":217,"Cost":185,"Date":"3/31/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":405,"Cost":275,"Date":"6/16/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":371,"Cost":259,"Date":"6/17/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":521,"Cost":428,"Date":"8/27/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":738,"Cost":624,"Date":"10/1/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":599,"Cost":431,"Date":"11/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"ARKET","Country":"UK","Sale":140,"Cost":103,"Date":"11/9/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":871,"Cost":661,"Date":"3/27/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":730,"Cost":402,"Date":"4/17/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":542,"Cost":316,"Date":"8/11/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":23,"Cost":20,"Date":"8/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":32,"Cost":30,"Date":"9/2/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":250,"Cost":157,"Date":"9/5/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":844,"Cost":545,"Date":"9/14/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":294,"Cost":208,"Date":"9/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":253,"Cost":180,"Date":"11/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":766,"Cost":694,"Date":"12/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":682,"Cost":461,"Date":"1/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":666,"Cost":469,"Date":"1/21/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":316,"Cost":218,"Date":"2/9/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":600,"Cost":569,"Date":"3/19/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":801,"Cost":494,"Date":"4/3/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":81,"Cost":67,"Date":"4/5/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":794,"Cost":548,"Date":"4/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":953,"Cost":505,"Date":"7/10/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":774,"Cost":688,"Date":"3/25/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":782,"Cost":585,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":419,"Cost":377,"Date":"10/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":203,"Cost":180,"Date":"3/2/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":913,"Cost":467,"Date":"6/28/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":200,"Cost":141,"Date":"7/17/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":258,"Cost":204,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":556,"Cost":322,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":494,"Cost":416,"Date":"11/20/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":96,"Cost":85,"Date":"12/16/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":907,"Cost":810,"Date":"12/30/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":628,"Cost":318,"Date":"2/15/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":471,"Cost":397,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":412,"Cost":308,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":800,"Cost":718,"Date":"4/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":494,"Cost":450,"Date":"7/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":541,"Cost":281,"Date":"8/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":434,"Cost":403,"Date":"10/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":536,"Cost":467,"Date":"11/11/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":516,"Cost":292,"Date":"11/30/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":669,"Cost":538,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":117,"Cost":102,"Date":"3/1/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":662,"Cost":556,"Date":"4/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":568,"Cost":390,"Date":"5/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":43,"Cost":25,"Date":"8/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":601,"Cost":398,"Date":"9/15/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":394,"Cost":221,"Date":"10/14/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":905,"Cost":698,"Date":"10/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":219,"Cost":139,"Date":"11/11/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":561,"Cost":381,"Date":"12/7/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":785,"Cost":393,"Date":"12/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":560,"Cost":437,"Date":"1/6/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":935,"Cost":630,"Date":"1/23/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":626,"Cost":423,"Date":"2/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":551,"Cost":292,"Date":"3/10/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":156,"Cost":78,"Date":"3/12/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":30,"Cost":18,"Date":"3/31/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":581,"Cost":328,"Date":"6/16/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":409,"Cost":380,"Date":"6/17/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":739,"Cost":558,"Date":"8/27/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":984,"Cost":726,"Date":"10/1/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":238,"Cost":195,"Date":"11/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":246,"Cost":181,"Date":"11/9/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":175,"Cost":141,"Date":"3/27/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":443,"Cost":223,"Date":"4/17/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":540,"Cost":341,"Date":"8/11/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":960,"Cost":852,"Date":"8/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":752,"Cost":687,"Date":"9/2/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":34,"Cost":21,"Date":"9/5/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":680,"Cost":558,"Date":"9/14/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":566,"Cost":415,"Date":"9/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":250,"Cost":181,"Date":"11/20/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":954,"Cost":841,"Date":"12/21/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":613,"Cost":373,"Date":"1/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":150,"Cost":139,"Date":"1/21/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":167,"Cost":113,"Date":"2/9/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":198,"Cost":114,"Date":"3/19/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":881,"Cost":592,"Date":"4/3/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":605,"Cost":447,"Date":"4/5/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":250,"Cost":138,"Date":"4/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":58,"Cost":46,"Date":"7/10/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":783,"Cost":680,"Date":"3/25/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":868,"Cost":533,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":746,"Cost":675,"Date":"10/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":662,"Cost":617,"Date":"3/2/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":134,"Cost":109,"Date":"6/28/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":31,"Cost":22,"Date":"7/17/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":512,"Cost":438,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":340,"Cost":175,"Date":"8/23/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":2,"Cost":2,"Date":"11/20/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":459,"Cost":396,"Date":"12/16/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":650,"Cost":422,"Date":"12/30/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":138,"Cost":90,"Date":"2/15/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":487,"Cost":431,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":682,"Cost":540,"Date":"3/7/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":153,"Cost":102,"Date":"4/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":516,"Cost":274,"Date":"7/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":71,"Cost":56,"Date":"8/18/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":858,"Cost":727,"Date":"10/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":495,"Cost":379,"Date":"11/11/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":342,"Cost":178,"Date":"11/30/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":905,"Cost":674,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":484,"Cost":301,"Date":"3/1/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":935,"Cost":518,"Date":"4/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":305,"Cost":274,"Date":"5/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":387,"Cost":243,"Date":"8/13/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":436,"Cost":392,"Date":"9/15/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":817,"Cost":469,"Date":"10/14/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":694,"Cost":628,"Date":"10/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":372,"Cost":274,"Date":"11/11/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":670,"Cost":494,"Date":"12/7/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":776,"Cost":632,"Date":"12/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":764,"Cost":637,"Date":"1/6/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":575,"Cost":495,"Date":"1/23/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":110,"Cost":59,"Date":"2/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":306,"Cost":241,"Date":"3/10/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":414,"Cost":311,"Date":"3/12/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":953,"Cost":726,"Date":"3/31/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":793,"Cost":746,"Date":"6/16/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":5,"Cost":5,"Date":"6/17/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":372,"Cost":306,"Date":"8/27/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":647,"Cost":575,"Date":"10/1/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":727,"Cost":603,"Date":"11/4/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":285,"Cost":175,"Date":"11/9/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":557,"Cost":419,"Date":"3/27/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":560,"Cost":524,"Date":"4/17/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":652,"Cost":441,"Date":"8/11/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":50,"Cost":39,"Date":"8/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":864,"Cost":561,"Date":"9/2/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":240,"Cost":198,"Date":"9/5/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":517,"Cost":298,"Date":"9/14/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":374,"Cost":275,"Date":"9/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":427,"Cost":304,"Date":"11/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":809,"Cost":571,"Date":"12/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":615,"Cost":385,"Date":"1/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":37,"Cost":24,"Date":"1/21/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":522,"Cost":397,"Date":"2/9/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":910,"Cost":605,"Date":"3/19/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":200,"Cost":163,"Date":"4/3/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":416,"Cost":325,"Date":"4/5/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":546,"Cost":293,"Date":"4/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":349,"Cost":317,"Date":"7/10/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":342,"Cost":289,"Date":"3/25/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":534,"Cost":301,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":489,"Cost":293,"Date":"10/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":688,"Cost":633,"Date":"3/2/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":409,"Cost":248,"Date":"6/28/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":710,"Cost":515,"Date":"7/17/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":652,"Cost":385,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":725,"Cost":490,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":315,"Cost":214,"Date":"11/20/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":979,"Cost":697,"Date":"12/16/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":690,"Cost":580,"Date":"12/30/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":884,"Cost":471,"Date":"2/15/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":953,"Cost":707,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":274,"Cost":237,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":638,"Cost":561,"Date":"4/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":788,"Cost":425,"Date":"7/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":443,"Cost":236,"Date":"8/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":311,"Cost":180,"Date":"10/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":439,"Cost":247,"Date":"11/11/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":788,"Cost":749,"Date":"11/30/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":242,"Cost":121,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":347,"Cost":195,"Date":"3/1/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":312,"Cost":235,"Date":"4/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":152,"Cost":76,"Date":"5/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":312,"Cost":212,"Date":"8/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":924,"Cost":572,"Date":"9/15/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":512,"Cost":354,"Date":"10/14/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":62,"Cost":41,"Date":"10/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":170,"Cost":98,"Date":"11/11/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":446,"Cost":242,"Date":"12/7/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":551,"Cost":503,"Date":"12/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":456,"Cost":384,"Date":"1/6/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":571,"Cost":444,"Date":"1/23/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":84,"Cost":78,"Date":"2/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":505,"Cost":464,"Date":"3/10/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":961,"Cost":714,"Date":"3/12/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":364,"Cost":224,"Date":"3/31/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":79,"Cost":44,"Date":"6/16/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":577,"Cost":402,"Date":"6/17/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":41,"Cost":39,"Date":"8/27/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":605,"Cost":336,"Date":"10/1/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":461,"Cost":330,"Date":"11/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":387,"Cost":309,"Date":"11/9/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":622,"Cost":544,"Date":"3/27/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":332,"Cost":192,"Date":"4/17/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":785,"Cost":570,"Date":"8/11/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":212,"Cost":141,"Date":"8/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":370,"Cost":337,"Date":"9/2/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":229,"Cost":176,"Date":"9/5/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":402,"Cost":229,"Date":"9/14/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":332,"Cost":307,"Date":"9/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":382,"Cost":355,"Date":"11/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":894,"Cost":462,"Date":"12/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":219,"Cost":152,"Date":"1/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":389,"Cost":209,"Date":"1/21/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":112,"Cost":64,"Date":"2/9/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":873,"Cost":644,"Date":"3/19/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":22,"Cost":12,"Date":"4/3/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":480,"Cost":273,"Date":"4/5/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":868,"Cost":442,"Date":"4/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":750,"Cost":486,"Date":"7/10/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":101,"Cost":96,"Date":"3/25/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":712,"Cost":472,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":297,"Cost":212,"Date":"10/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":586,"Cost":301,"Date":"3/2/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":467,"Cost":268,"Date":"6/28/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":724,"Cost":378,"Date":"7/17/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":337,"Cost":248,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":928,"Cost":770,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":340,"Cost":188,"Date":"11/20/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":785,"Cost":706,"Date":"12/16/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":192,"Cost":131,"Date":"12/30/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":927,"Cost":683,"Date":"2/15/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":649,"Cost":564,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":732,"Cost":687,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":300,"Cost":219,"Date":"4/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":181,"Cost":92,"Date":"7/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":501,"Cost":332,"Date":"8/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":387,"Cost":227,"Date":"10/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":688,"Cost":534,"Date":"11/11/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":987,"Cost":760,"Date":"11/30/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":272,"Cost":253,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":62,"Cost":53,"Date":"3/1/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":849,"Cost":556,"Date":"4/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":7,"Cost":6,"Date":"5/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":704,"Cost":387,"Date":"8/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":358,"Cost":296,"Date":"9/15/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":290,"Cost":205,"Date":"10/14/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":345,"Cost":174,"Date":"10/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":649,"Cost":526,"Date":"11/11/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":112,"Cost":57,"Date":"12/7/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":519,"Cost":276,"Date":"12/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":458,"Cost":351,"Date":"1/6/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":807,"Cost":457,"Date":"1/23/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":240,"Cost":123,"Date":"2/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":300,"Cost":261,"Date":"3/10/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":801,"Cost":624,"Date":"3/12/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":684,"Cost":633,"Date":"3/31/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":48,"Cost":25,"Date":"6/16/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":25,"Cost":14,"Date":"6/17/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":915,"Cost":638,"Date":"8/27/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":335,"Cost":283,"Date":"10/1/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":25,"Cost":23,"Date":"11/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":856,"Cost":706,"Date":"11/9/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":489,"Cost":401,"Date":"3/27/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":793,"Cost":599,"Date":"4/17/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":995,"Cost":634,"Date":"8/11/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":289,"Cost":155,"Date":"8/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":883,"Cost":544,"Date":"9/2/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":933,"Cost":784,"Date":"9/5/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":585,"Cost":480,"Date":"9/14/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":779,"Cost":529,"Date":"9/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":901,"Cost":775,"Date":"11/20/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":688,"Cost":564,"Date":"12/21/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":260,"Cost":235,"Date":"1/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":310,"Cost":282,"Date":"1/21/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":608,"Cost":314,"Date":"2/9/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":73,"Cost":46,"Date":"3/19/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":518,"Cost":338,"Date":"4/3/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":160,"Cost":105,"Date":"4/5/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":484,"Cost":422,"Date":"4/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":717,"Cost":515,"Date":"7/10/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":951,"Cost":530,"Date":"3/25/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":330,"Cost":192,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":822,"Cost":548,"Date":"10/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":94,"Cost":72,"Date":"3/2/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":378,"Cost":233,"Date":"6/28/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":712,"Cost":457,"Date":"7/17/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":427,"Cost":255,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":602,"Cost":529,"Date":"8/23/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":202,"Cost":137,"Date":"11/20/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":548,"Cost":395,"Date":"12/16/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":449,"Cost":334,"Date":"12/30/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":223,"Cost":133,"Date":"2/15/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":693,"Cost":362,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":219,"Cost":164,"Date":"3/7/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":804,"Cost":630,"Date":"4/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":701,"Cost":393,"Date":"7/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":730,"Cost":449,"Date":"8/18/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":422,"Cost":318,"Date":"10/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":795,"Cost":754,"Date":"11/11/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":531,"Cost":278,"Date":"11/30/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":455,"Cost":340,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":559,"Cost":301,"Date":"3/1/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":425,"Cost":278,"Date":"4/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":454,"Cost":348,"Date":"5/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":461,"Cost":384,"Date":"8/13/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":144,"Cost":76,"Date":"9/15/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":370,"Cost":195,"Date":"10/14/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":33,"Cost":32,"Date":"10/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":559,"Cost":473,"Date":"11/11/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":539,"Cost":381,"Date":"12/7/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":483,"Cost":438,"Date":"12/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":247,"Cost":188,"Date":"1/6/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":733,"Cost":584,"Date":"1/23/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":976,"Cost":786,"Date":"2/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":531,"Cost":291,"Date":"3/10/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":134,"Cost":71,"Date":"3/12/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":787,"Cost":492,"Date":"3/31/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":918,"Cost":671,"Date":"6/16/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":344,"Cost":221,"Date":"6/17/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":949,"Cost":477,"Date":"8/27/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":538,"Cost":273,"Date":"10/1/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":267,"Cost":137,"Date":"11/4/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM Home","Country":"UK","Sale":310,"Cost":192,"Date":"11/9/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":979,"Cost":886,"Date":"3/27/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":760,"Cost":583,"Date":"4/17/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":635,"Cost":538,"Date":"8/11/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":141,"Cost":134,"Date":"8/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":775,"Cost":502,"Date":"9/2/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":631,"Cost":344,"Date":"9/5/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":272,"Cost":231,"Date":"9/14/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":709,"Cost":507,"Date":"9/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":182,"Cost":106,"Date":"11/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":532,"Cost":324,"Date":"12/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":713,"Cost":358,"Date":"1/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":290,"Cost":259,"Date":"1/21/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":679,"Cost":549,"Date":"2/9/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":164,"Cost":141,"Date":"3/19/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":771,"Cost":408,"Date":"4/3/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":475,"Cost":300,"Date":"4/5/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":545,"Cost":488,"Date":"4/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":810,"Cost":406,"Date":"7/10/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":162,"Cost":114,"Date":"3/25/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":351,"Cost":265,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":56,"Cost":37,"Date":"10/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":168,"Cost":106,"Date":"3/2/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":476,"Cost":316,"Date":"6/28/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":625,"Cost":527,"Date":"7/17/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":759,"Cost":512,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":902,"Cost":464,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":818,"Cost":680,"Date":"11/20/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":905,"Cost":652,"Date":"12/16/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":450,"Cost":285,"Date":"12/30/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":51,"Cost":43,"Date":"2/15/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":198,"Cost":187,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":399,"Cost":250,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":940,"Cost":756,"Date":"4/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":808,"Cost":518,"Date":"7/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":158,"Cost":101,"Date":"8/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":773,"Cost":409,"Date":"10/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":923,"Cost":666,"Date":"11/11/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":130,"Cost":68,"Date":"11/30/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":389,"Cost":308,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":450,"Cost":321,"Date":"3/1/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":571,"Cost":466,"Date":"4/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":417,"Cost":237,"Date":"5/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":564,"Cost":470,"Date":"8/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":50,"Cost":33,"Date":"9/15/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":931,"Cost":688,"Date":"10/14/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":932,"Cost":638,"Date":"10/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":997,"Cost":861,"Date":"11/11/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":409,"Cost":367,"Date":"12/7/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":960,"Cost":727,"Date":"12/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":321,"Cost":277,"Date":"1/6/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":915,"Cost":502,"Date":"1/23/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":973,"Cost":672,"Date":"2/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":768,"Cost":550,"Date":"3/10/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":437,"Cost":219,"Date":"3/12/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":131,"Cost":84,"Date":"3/31/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":382,"Cost":233,"Date":"6/16/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":895,"Cost":825,"Date":"6/17/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":416,"Cost":280,"Date":"8/27/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":424,"Cost":344,"Date":"10/1/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":631,"Cost":529,"Date":"11/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM Home","Country":"UK","Sale":862,"Cost":740,"Date":"11/9/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":609,"Cost":523,"Date":"3/27/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":176,"Cost":142,"Date":"4/17/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":667,"Cost":596,"Date":"8/11/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":236,"Cost":164,"Date":"8/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":108,"Cost":79,"Date":"9/2/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":51,"Cost":26,"Date":"9/5/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":319,"Cost":237,"Date":"9/14/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":552,"Cost":416,"Date":"9/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":474,"Cost":422,"Date":"11/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":917,"Cost":829,"Date":"12/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":497,"Cost":337,"Date":"1/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":171,"Cost":152,"Date":"1/21/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":144,"Cost":80,"Date":"2/9/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":652,"Cost":497,"Date":"3/19/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":206,"Cost":119,"Date":"4/3/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":823,"Cost":767,"Date":"4/5/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":550,"Cost":327,"Date":"4/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":62,"Cost":31,"Date":"7/10/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":236,"Cost":172,"Date":"3/25/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":609,"Cost":464,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":518,"Cost":362,"Date":"10/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":85,"Cost":81,"Date":"3/2/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":839,"Cost":675,"Date":"6/28/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":26,"Cost":14,"Date":"7/17/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":120,"Cost":109,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":534,"Cost":369,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":22,"Cost":12,"Date":"11/20/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":586,"Cost":453,"Date":"12/16/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":204,"Cost":104,"Date":"12/30/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":638,"Cost":548,"Date":"2/15/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":860,"Cost":666,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":710,"Cost":473,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":893,"Cost":556,"Date":"4/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":557,"Cost":515,"Date":"7/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":629,"Cost":395,"Date":"8/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":479,"Cost":375,"Date":"10/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":967,"Cost":682,"Date":"11/11/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":94,"Cost":53,"Date":"11/30/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":973,"Cost":714,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":897,"Cost":542,"Date":"3/1/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":277,"Cost":208,"Date":"4/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":148,"Cost":77,"Date":"5/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":912,"Cost":638,"Date":"8/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":214,"Cost":188,"Date":"9/15/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":237,"Cost":213,"Date":"10/14/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":840,"Cost":502,"Date":"10/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":733,"Cost":679,"Date":"11/11/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":93,"Cost":57,"Date":"12/7/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":199,"Cost":137,"Date":"12/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":819,"Cost":749,"Date":"1/6/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":25,"Cost":16,"Date":"1/23/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":24,"Cost":22,"Date":"2/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":28,"Cost":14,"Date":"3/10/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":387,"Cost":291,"Date":"3/12/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":674,"Cost":494,"Date":"3/31/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":755,"Cost":516,"Date":"6/16/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":300,"Cost":222,"Date":"6/17/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":703,"Cost":551,"Date":"8/27/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":541,"Cost":504,"Date":"10/1/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":594,"Cost":552,"Date":"11/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":727,"Cost":369,"Date":"11/9/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":977,"Cost":756,"Date":"3/27/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":267,"Cost":225,"Date":"4/17/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":756,"Cost":473,"Date":"8/11/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":325,"Cost":295,"Date":"8/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":589,"Cost":373,"Date":"9/2/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":957,"Cost":696,"Date":"9/5/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":563,"Cost":515,"Date":"9/14/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":479,"Cost":257,"Date":"9/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":683,"Cost":536,"Date":"11/20/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":805,"Cost":457,"Date":"12/21/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":350,"Cost":322,"Date":"1/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":661,"Cost":450,"Date":"1/21/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":442,"Cost":394,"Date":"2/9/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":721,"Cost":649,"Date":"3/19/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":887,"Cost":568,"Date":"4/3/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":575,"Cost":460,"Date":"4/5/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":62,"Cost":37,"Date":"4/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":651,"Cost":567,"Date":"7/10/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":707,"Cost":364,"Date":"3/25/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":603,"Cost":569,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":698,"Cost":448,"Date":"10/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":510,"Cost":304,"Date":"3/2/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":215,"Cost":168,"Date":"6/28/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":374,"Cost":299,"Date":"7/17/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":919,"Cost":725,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":659,"Cost":381,"Date":"8/23/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":275,"Cost":238,"Date":"11/20/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":225,"Cost":148,"Date":"12/16/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":320,"Cost":203,"Date":"12/30/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":768,"Cost":634,"Date":"2/15/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":255,"Cost":220,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":781,"Cost":612,"Date":"3/7/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":43,"Cost":28,"Date":"4/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":214,"Cost":143,"Date":"7/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":628,"Cost":424,"Date":"8/18/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":342,"Cost":239,"Date":"10/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":165,"Cost":114,"Date":"11/11/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":361,"Cost":257,"Date":"11/30/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":255,"Cost":169,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":716,"Cost":634,"Date":"3/1/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":525,"Cost":419,"Date":"4/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":653,"Cost":455,"Date":"5/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":956,"Cost":720,"Date":"8/13/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":722,"Cost":565,"Date":"9/15/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":852,"Cost":480,"Date":"10/14/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":148,"Cost":129,"Date":"10/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":270,"Cost":224,"Date":"11/11/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":159,"Cost":87,"Date":"12/7/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":892,"Cost":733,"Date":"12/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":293,"Cost":178,"Date":"1/6/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":58,"Cost":53,"Date":"1/23/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":10,"Cost":5,"Date":"2/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":49,"Cost":39,"Date":"3/10/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":799,"Cost":469,"Date":"3/12/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":239,"Cost":174,"Date":"3/31/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":480,"Cost":435,"Date":"6/16/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":516,"Cost":295,"Date":"6/17/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":991,"Cost":588,"Date":"8/27/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":405,"Cost":249,"Date":"10/1/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":981,"Cost":844,"Date":"11/4/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"ARKET","Country":"UK","Sale":327,"Cost":290,"Date":"11/9/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":268,"Cost":251,"Date":"3/27/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":311,"Cost":166,"Date":"4/17/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":799,"Cost":696,"Date":"8/11/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":332,"Cost":176,"Date":"8/21/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":741,"Cost":562,"Date":"9/2/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":538,"Cost":410,"Date":"9/5/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":366,"Cost":196,"Date":"9/14/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":942,"Cost":637,"Date":"9/20/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":203,"Cost":114,"Date":"11/20/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":335,"Cost":313,"Date":"12/21/2018"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":537,"Cost":386,"Date":"1/7/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":745,"Cost":466,"Date":"1/21/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":429,"Cost":324,"Date":"2/9/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":705,"Cost":406,"Date":"3/19/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":904,"Cost":453,"Date":"4/3/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":98,"Cost":52,"Date":"4/5/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":182,"Cost":145,"Date":"4/28/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":365,"Cost":257,"Date":"7/10/2019"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":696,"Cost":629,"Date":"3/25/2020"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":134,"Cost":118,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":457,"Cost":265,"Date":"10/28/2020"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":850,"Cost":499,"Date":"3/2/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":723,"Cost":667,"Date":"6/28/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":871,"Cost":827,"Date":"7/17/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":892,"Cost":815,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":484,"Cost":413,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":159,"Cost":113,"Date":"11/20/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":604,"Cost":562,"Date":"12/16/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":64,"Cost":57,"Date":"12/30/2021"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":52,"Cost":46,"Date":"2/15/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":173,"Cost":133,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":956,"Cost":487,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":208,"Cost":130,"Date":"4/18/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":758,"Cost":667,"Date":"7/27/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":357,"Cost":229,"Date":"8/18/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":252,"Cost":182,"Date":"10/31/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":128,"Cost":65,"Date":"11/11/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":772,"Cost":600,"Date":"11/30/2022"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":613,"Cost":483,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":715,"Cost":618,"Date":"3/1/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":35,"Cost":32,"Date":"4/13/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":373,"Cost":246,"Date":"5/20/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":431,"Cost":304,"Date":"8/13/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":387,"Cost":334,"Date":"9/15/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":764,"Cost":676,"Date":"10/14/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":445,"Cost":387,"Date":"10/28/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":583,"Cost":310,"Date":"11/11/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":967,"Cost":679,"Date":"12/7/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":412,"Cost":292,"Date":"12/21/2023"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":169,"Cost":149,"Date":"1/6/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":218,"Cost":167,"Date":"1/23/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":24,"Cost":17,"Date":"2/4/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":951,"Cost":798,"Date":"3/10/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":704,"Cost":412,"Date":"3/12/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":259,"Cost":183,"Date":"3/31/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":168,"Cost":94,"Date":"6/16/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":859,"Cost":470,"Date":"6/17/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":411,"Cost":263,"Date":"8/27/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":20,"Cost":19,"Date":"10/1/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":838,"Cost":795,"Date":"11/4/2024"},{"Store":"The Centre, Livingston","Brand":"ARKET","Country":"UK","Sale":380,"Cost":289,"Date":"11/9/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":743,"Cost":445,"Date":"3/27/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":602,"Cost":523,"Date":"4/17/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":670,"Cost":502,"Date":"8/11/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":353,"Cost":231,"Date":"8/21/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":514,"Cost":344,"Date":"9/2/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":828,"Cost":495,"Date":"9/5/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":541,"Cost":380,"Date":"9/14/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":604,"Cost":316,"Date":"9/20/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":775,"Cost":444,"Date":"11/20/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":252,"Cost":232,"Date":"12/21/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":713,"Cost":663,"Date":"1/7/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":752,"Cost":438,"Date":"1/21/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":546,"Cost":347,"Date":"2/9/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":838,"Cost":662,"Date":"3/19/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":428,"Cost":298,"Date":"4/3/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":679,"Cost":539,"Date":"4/5/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":386,"Cost":196,"Date":"4/28/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":137,"Cost":108,"Date":"7/10/2019"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":557,"Cost":427,"Date":"3/25/2020"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":140,"Cost":123,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":702,"Cost":540,"Date":"10/28/2020"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":624,"Cost":350,"Date":"3/2/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":153,"Cost":117,"Date":"6/28/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":714,"Cost":630,"Date":"7/17/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":659,"Cost":578,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":60,"Cost":31,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":806,"Cost":420,"Date":"11/20/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":540,"Cost":447,"Date":"12/16/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":960,"Cost":828,"Date":"12/30/2021"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":321,"Cost":257,"Date":"2/15/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":5,"Cost":3,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":203,"Cost":122,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":375,"Cost":346,"Date":"4/18/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":780,"Cost":466,"Date":"7/27/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":158,"Cost":125,"Date":"8/18/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":93,"Cost":87,"Date":"10/31/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":367,"Cost":290,"Date":"11/11/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":626,"Cost":542,"Date":"11/30/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":555,"Cost":345,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":114,"Cost":82,"Date":"3/1/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":230,"Cost":190,"Date":"4/13/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":461,"Cost":353,"Date":"5/20/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":77,"Cost":43,"Date":"8/13/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":243,"Cost":148,"Date":"9/15/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":1000,"Cost":824,"Date":"10/14/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":662,"Cost":535,"Date":"10/28/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":867,"Cost":434,"Date":"11/11/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":164,"Cost":105,"Date":"12/7/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":584,"Cost":310,"Date":"12/21/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":850,"Cost":577,"Date":"1/6/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":168,"Cost":144,"Date":"1/23/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":892,"Cost":676,"Date":"2/4/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":935,"Cost":631,"Date":"3/10/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":314,"Cost":254,"Date":"3/12/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":517,"Cost":380,"Date":"3/31/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":278,"Cost":228,"Date":"6/16/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":709,"Cost":670,"Date":"6/17/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":745,"Cost":394,"Date":"8/27/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":153,"Cost":92,"Date":"10/1/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":958,"Cost":667,"Date":"11/4/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":764,"Cost":471,"Date":"11/9/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":96,"Cost":81,"Date":"3/27/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":181,"Cost":149,"Date":"4/17/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":154,"Cost":110,"Date":"8/11/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":471,"Cost":245,"Date":"8/21/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":571,"Cost":531,"Date":"9/2/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":357,"Cost":295,"Date":"9/5/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":144,"Cost":120,"Date":"9/14/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":45,"Cost":28,"Date":"9/20/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":215,"Cost":177,"Date":"11/20/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":626,"Date":"12/21/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":568,"Cost":354,"Date":"1/7/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":763,"Cost":633,"Date":"1/21/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":797,"Cost":619,"Date":"2/9/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":394,"Cost":256,"Date":"3/19/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":841,"Cost":687,"Date":"4/3/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":342,"Cost":186,"Date":"4/5/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":677,"Cost":370,"Date":"4/28/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":377,"Cost":215,"Date":"7/10/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":378,"Cost":212,"Date":"3/25/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":979,"Cost":678,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":378,"Cost":358,"Date":"10/28/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":676,"Cost":437,"Date":"3/2/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":626,"Cost":506,"Date":"6/28/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":780,"Cost":396,"Date":"7/17/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":764,"Cost":446,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":323,"Cost":274,"Date":"8/23/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":129,"Cost":90,"Date":"11/20/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":810,"Cost":443,"Date":"12/16/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":516,"Cost":333,"Date":"12/30/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":113,"Date":"2/15/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":718,"Cost":480,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":282,"Date":"3/7/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":537,"Cost":487,"Date":"4/18/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":690,"Cost":503,"Date":"7/27/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":605,"Cost":522,"Date":"8/18/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":382,"Cost":323,"Date":"10/31/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":976,"Cost":667,"Date":"11/11/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":92,"Cost":83,"Date":"11/30/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":485,"Cost":320,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":466,"Cost":341,"Date":"3/1/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":958,"Cost":799,"Date":"4/13/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":208,"Cost":156,"Date":"5/20/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":238,"Cost":126,"Date":"8/13/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":656,"Cost":428,"Date":"9/15/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":674,"Cost":607,"Date":"10/14/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":53,"Cost":36,"Date":"10/28/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":287,"Cost":179,"Date":"11/11/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":169,"Cost":96,"Date":"12/7/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":219,"Cost":171,"Date":"12/21/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":439,"Date":"1/6/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":969,"Cost":867,"Date":"1/23/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":565,"Cost":461,"Date":"2/4/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":240,"Cost":186,"Date":"3/10/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":473,"Cost":311,"Date":"3/12/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":263,"Cost":212,"Date":"3/31/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":35,"Cost":28,"Date":"6/16/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":14,"Date":"6/17/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":785,"Cost":620,"Date":"8/27/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":51,"Cost":34,"Date":"10/1/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":649,"Cost":610,"Date":"11/4/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":828,"Cost":486,"Date":"11/9/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":705,"Cost":651,"Date":"3/27/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":689,"Cost":554,"Date":"4/17/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":717,"Cost":486,"Date":"8/11/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":266,"Cost":143,"Date":"8/21/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":685,"Cost":566,"Date":"9/2/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":24,"Cost":14,"Date":"9/5/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":978,"Cost":899,"Date":"9/14/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":138,"Cost":111,"Date":"9/20/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":600,"Cost":532,"Date":"11/20/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":207,"Cost":190,"Date":"12/21/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":791,"Cost":583,"Date":"1/7/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":753,"Cost":567,"Date":"1/21/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":859,"Cost":478,"Date":"2/9/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":331,"Cost":240,"Date":"3/19/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":158,"Cost":130,"Date":"4/3/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":664,"Cost":566,"Date":"4/5/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":789,"Cost":677,"Date":"4/28/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":873,"Cost":518,"Date":"7/10/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":107,"Cost":67,"Date":"3/25/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":522,"Cost":423,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":631,"Cost":434,"Date":"10/28/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":664,"Cost":373,"Date":"3/2/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":593,"Cost":416,"Date":"6/28/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":74,"Cost":38,"Date":"7/17/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":718,"Cost":587,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":540,"Cost":505,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":699,"Cost":589,"Date":"11/20/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":926,"Cost":752,"Date":"12/16/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":74,"Cost":63,"Date":"12/30/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":469,"Cost":392,"Date":"2/15/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":429,"Cost":390,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":735,"Cost":661,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":472,"Cost":301,"Date":"4/18/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":856,"Cost":642,"Date":"7/27/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":994,"Cost":901,"Date":"8/18/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":915,"Cost":598,"Date":"10/31/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":865,"Cost":469,"Date":"11/11/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":477,"Cost":443,"Date":"11/30/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":53,"Cost":50,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":866,"Cost":459,"Date":"3/1/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":965,"Cost":775,"Date":"4/13/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":76,"Cost":38,"Date":"5/20/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":314,"Cost":226,"Date":"8/13/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":581,"Cost":527,"Date":"9/15/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":210,"Cost":198,"Date":"10/14/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":925,"Cost":806,"Date":"10/28/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":569,"Cost":291,"Date":"11/11/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":860,"Cost":516,"Date":"12/7/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":653,"Cost":448,"Date":"12/21/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":101,"Cost":65,"Date":"1/6/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":79,"Cost":50,"Date":"1/23/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":461,"Cost":370,"Date":"2/4/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":185,"Cost":176,"Date":"3/10/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":645,"Cost":493,"Date":"3/12/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":622,"Cost":486,"Date":"3/31/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":838,"Cost":704,"Date":"6/16/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":531,"Cost":480,"Date":"6/17/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":881,"Cost":677,"Date":"8/27/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":941,"Cost":739,"Date":"10/1/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":555,"Cost":361,"Date":"11/4/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":956,"Cost":867,"Date":"11/9/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":771,"Cost":627,"Date":"3/27/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":427,"Cost":263,"Date":"4/17/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":814,"Cost":684,"Date":"8/11/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":261,"Cost":209,"Date":"8/21/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":866,"Cost":557,"Date":"9/2/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":148,"Cost":114,"Date":"9/5/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":11,"Cost":6,"Date":"9/14/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":273,"Cost":169,"Date":"9/20/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":319,"Cost":169,"Date":"11/20/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":575,"Cost":352,"Date":"12/21/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":529,"Cost":458,"Date":"1/7/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":802,"Cost":687,"Date":"1/21/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":847,"Cost":693,"Date":"2/9/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":734,"Cost":470,"Date":"3/19/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":628,"Cost":561,"Date":"4/3/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":783,"Cost":468,"Date":"4/5/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":996,"Cost":686,"Date":"4/28/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":19,"Cost":11,"Date":"7/10/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":766,"Cost":490,"Date":"3/25/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":548,"Cost":468,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":306,"Cost":195,"Date":"10/28/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":336,"Cost":267,"Date":"3/2/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":90,"Cost":62,"Date":"6/28/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":9,"Cost":7,"Date":"7/17/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":169,"Cost":153,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":788,"Cost":468,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":435,"Cost":247,"Date":"11/20/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":808,"Cost":699,"Date":"12/16/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":320,"Cost":255,"Date":"12/30/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":698,"Cost":457,"Date":"2/15/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":886,"Cost":601,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":208,"Cost":154,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":149,"Cost":122,"Date":"4/18/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":148,"Cost":129,"Date":"7/27/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":278,"Cost":238,"Date":"8/18/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":4,"Cost":2,"Date":"10/31/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":335,"Cost":277,"Date":"11/11/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":528,"Cost":268,"Date":"11/30/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":537,"Cost":335,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":584,"Cost":425,"Date":"3/1/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":626,"Cost":441,"Date":"4/13/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":600,"Cost":428,"Date":"5/20/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":788,"Cost":421,"Date":"8/13/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":314,"Cost":263,"Date":"9/15/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":138,"Cost":83,"Date":"10/14/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":141,"Cost":83,"Date":"10/28/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":778,"Cost":470,"Date":"11/11/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":280,"Cost":187,"Date":"12/7/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":785,"Cost":406,"Date":"12/21/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":885,"Cost":541,"Date":"1/6/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":716,"Cost":433,"Date":"1/23/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":286,"Cost":202,"Date":"2/4/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":765,"Cost":472,"Date":"3/10/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":309,"Cost":164,"Date":"3/12/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":394,"Cost":260,"Date":"3/31/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":540,"Cost":380,"Date":"6/16/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":811,"Cost":719,"Date":"6/17/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":137,"Cost":86,"Date":"8/27/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":186,"Cost":163,"Date":"10/1/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":795,"Cost":695,"Date":"11/4/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":723,"Cost":573,"Date":"11/9/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":715,"Cost":360,"Date":"3/27/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":498,"Cost":414,"Date":"4/17/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":359,"Cost":272,"Date":"8/11/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":70,"Cost":49,"Date":"8/21/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":963,"Cost":827,"Date":"9/2/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":864,"Cost":537,"Date":"9/5/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":704,"Cost":470,"Date":"9/14/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":71,"Cost":53,"Date":"9/20/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":288,"Cost":186,"Date":"11/20/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":777,"Cost":585,"Date":"12/21/2018"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":730,"Cost":479,"Date":"1/7/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":212,"Cost":159,"Date":"1/21/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":448,"Cost":383,"Date":"2/9/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":135,"Cost":91,"Date":"3/19/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":773,"Cost":645,"Date":"4/3/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":972,"Cost":800,"Date":"4/5/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":367,"Cost":271,"Date":"4/28/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":819,"Cost":654,"Date":"7/10/2019"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":413,"Cost":335,"Date":"3/25/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":887,"Cost":518,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":749,"Cost":668,"Date":"10/28/2020"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":284,"Cost":164,"Date":"3/2/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":395,"Cost":299,"Date":"6/28/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":63,"Cost":35,"Date":"7/17/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":18,"Cost":10,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":548,"Cost":437,"Date":"8/23/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":847,"Cost":459,"Date":"11/20/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":635,"Cost":500,"Date":"12/16/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":763,"Cost":477,"Date":"12/30/2021"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":742,"Cost":627,"Date":"2/15/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":472,"Cost":399,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":767,"Cost":658,"Date":"3/7/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":441,"Cost":409,"Date":"4/18/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":854,"Cost":619,"Date":"7/27/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":674,"Cost":513,"Date":"8/18/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":906,"Cost":593,"Date":"10/31/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":115,"Cost":73,"Date":"11/11/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":569,"Cost":485,"Date":"11/30/2022"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":864,"Cost":762,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":594,"Cost":311,"Date":"3/1/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":446,"Cost":398,"Date":"4/13/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":698,"Cost":480,"Date":"5/20/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":572,"Cost":436,"Date":"8/13/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":232,"Cost":184,"Date":"9/15/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":837,"Cost":684,"Date":"10/14/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":979,"Cost":789,"Date":"10/28/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":911,"Cost":478,"Date":"11/11/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":774,"Cost":716,"Date":"12/7/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":610,"Cost":508,"Date":"12/21/2023"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":752,"Cost":611,"Date":"1/6/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":798,"Cost":572,"Date":"1/23/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":65,"Cost":40,"Date":"2/4/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":181,"Cost":136,"Date":"3/10/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":714,"Cost":493,"Date":"3/12/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":274,"Cost":212,"Date":"3/31/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":213,"Cost":155,"Date":"6/16/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":251,"Cost":129,"Date":"6/17/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":880,"Cost":751,"Date":"8/27/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":589,"Cost":520,"Date":"10/1/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":971,"Cost":789,"Date":"11/4/2024"},{"Store":"The Quays, Salford","Brand":"Nova","Country":"UK","Sale":220,"Cost":177,"Date":"11/9/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":265,"Cost":148,"Date":"3/27/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":233,"Cost":134,"Date":"4/17/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":958,"Cost":781,"Date":"8/11/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":51,"Cost":43,"Date":"8/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":212,"Cost":114,"Date":"9/2/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":574,"Cost":444,"Date":"9/5/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":491,"Cost":322,"Date":"9/14/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":717,"Cost":404,"Date":"9/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":285,"Cost":195,"Date":"11/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":178,"Cost":140,"Date":"12/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":947,"Cost":683,"Date":"1/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":641,"Cost":401,"Date":"1/21/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":32,"Cost":20,"Date":"2/9/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":461,"Cost":241,"Date":"3/19/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":249,"Cost":232,"Date":"4/3/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":779,"Cost":580,"Date":"4/5/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":960,"Cost":773,"Date":"4/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":422,"Cost":251,"Date":"7/10/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":806,"Cost":593,"Date":"3/25/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":797,"Cost":587,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":352,"Cost":179,"Date":"10/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":334,"Cost":241,"Date":"3/2/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":430,"Cost":239,"Date":"6/28/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":431,"Cost":288,"Date":"7/17/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":396,"Cost":254,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":231,"Cost":137,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":516,"Cost":362,"Date":"11/20/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":297,"Cost":202,"Date":"12/16/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":560,"Cost":439,"Date":"12/30/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":752,"Cost":465,"Date":"2/15/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":942,"Cost":578,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":608,"Cost":432,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":839,"Cost":449,"Date":"4/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":479,"Cost":320,"Date":"7/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":769,"Cost":490,"Date":"8/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":34,"Cost":27,"Date":"10/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":531,"Cost":393,"Date":"11/11/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":583,"Cost":502,"Date":"11/30/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":964,"Cost":885,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":121,"Cost":93,"Date":"3/1/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":477,"Cost":419,"Date":"4/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":461,"Cost":437,"Date":"5/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":290,"Cost":274,"Date":"8/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":128,"Cost":77,"Date":"9/15/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":881,"Cost":501,"Date":"10/14/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":130,"Cost":106,"Date":"10/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":105,"Cost":74,"Date":"11/11/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":495,"Cost":445,"Date":"12/7/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":611,"Cost":447,"Date":"12/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":7,"Cost":7,"Date":"1/6/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":927,"Cost":663,"Date":"1/23/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":862,"Cost":753,"Date":"2/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":299,"Cost":167,"Date":"3/10/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":229,"Cost":169,"Date":"3/12/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":176,"Cost":95,"Date":"3/31/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":255,"Cost":219,"Date":"6/16/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":932,"Cost":544,"Date":"6/17/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":644,"Cost":453,"Date":"8/27/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":301,"Cost":282,"Date":"10/1/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":327,"Cost":225,"Date":"11/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"HM","Country":"UK","Sale":547,"Cost":399,"Date":"11/9/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":443,"Cost":342,"Date":"3/27/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":106,"Cost":67,"Date":"4/17/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":451,"Cost":259,"Date":"8/11/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":619,"Cost":343,"Date":"8/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":134,"Cost":89,"Date":"9/2/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":967,"Cost":641,"Date":"9/5/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":277,"Cost":233,"Date":"9/14/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":865,"Cost":791,"Date":"9/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":835,"Cost":629,"Date":"11/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":916,"Cost":620,"Date":"12/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":907,"Cost":500,"Date":"1/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":96,"Cost":66,"Date":"1/21/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":139,"Cost":104,"Date":"2/9/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":315,"Cost":290,"Date":"3/19/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":875,"Cost":695,"Date":"4/3/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":238,"Cost":126,"Date":"4/5/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":849,"Cost":710,"Date":"4/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":513,"Cost":329,"Date":"7/10/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":958,"Cost":576,"Date":"3/25/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":903,"Cost":728,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":128,"Cost":118,"Date":"10/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":699,"Cost":658,"Date":"3/2/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":649,"Cost":342,"Date":"6/28/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":938,"Cost":576,"Date":"7/17/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":144,"Cost":99,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":116,"Cost":93,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":761,"Cost":612,"Date":"11/20/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":673,"Cost":497,"Date":"12/16/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":758,"Cost":711,"Date":"12/30/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":808,"Cost":742,"Date":"2/15/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":323,"Cost":294,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":147,"Cost":114,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":911,"Cost":779,"Date":"4/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":932,"Cost":791,"Date":"7/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":498,"Cost":360,"Date":"8/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":879,"Cost":717,"Date":"10/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":498,"Cost":304,"Date":"11/11/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":938,"Cost":743,"Date":"11/30/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":34,"Cost":20,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":883,"Cost":635,"Date":"3/1/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":486,"Cost":247,"Date":"4/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":501,"Cost":355,"Date":"5/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":203,"Cost":175,"Date":"8/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":15,"Cost":14,"Date":"9/15/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":494,"Cost":394,"Date":"10/14/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":163,"Cost":112,"Date":"10/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":723,"Cost":486,"Date":"11/11/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":439,"Cost":417,"Date":"12/7/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":267,"Cost":168,"Date":"12/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":148,"Cost":134,"Date":"1/6/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":196,"Cost":115,"Date":"1/23/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":560,"Cost":497,"Date":"2/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":242,"Cost":135,"Date":"3/10/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":607,"Cost":552,"Date":"3/12/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":656,"Cost":550,"Date":"3/31/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":760,"Cost":485,"Date":"6/16/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":992,"Cost":596,"Date":"6/17/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":546,"Cost":306,"Date":"8/27/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":170,"Cost":121,"Date":"10/1/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":533,"Cost":348,"Date":"11/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Sellpy","Country":"UK","Sale":556,"Cost":513,"Date":"11/9/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":936,"Cost":474,"Date":"3/27/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":791,"Cost":666,"Date":"4/17/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":433,"Cost":354,"Date":"8/11/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":925,"Cost":805,"Date":"8/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":597,"Cost":396,"Date":"9/2/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":408,"Cost":358,"Date":"9/5/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":1000,"Cost":580,"Date":"9/14/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":68,"Cost":55,"Date":"9/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":834,"Cost":530,"Date":"11/20/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":655,"Cost":533,"Date":"12/21/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":145,"Cost":95,"Date":"1/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":139,"Cost":118,"Date":"1/21/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":708,"Cost":613,"Date":"2/9/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":737,"Cost":532,"Date":"3/19/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":828,"Cost":497,"Date":"4/3/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":196,"Cost":150,"Date":"4/5/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":342,"Cost":305,"Date":"4/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":438,"Cost":412,"Date":"7/10/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":228,"Cost":171,"Date":"3/25/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":396,"Cost":287,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":75,"Cost":54,"Date":"10/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":128,"Cost":72,"Date":"3/2/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":90,"Cost":83,"Date":"6/28/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":559,"Cost":519,"Date":"7/17/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":103,"Cost":95,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":544,"Cost":409,"Date":"8/23/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":160,"Cost":97,"Date":"11/20/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":402,"Cost":305,"Date":"12/16/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":125,"Cost":113,"Date":"12/30/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":135,"Cost":68,"Date":"2/15/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":294,"Cost":190,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":624,"Cost":342,"Date":"3/7/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":474,"Cost":401,"Date":"4/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":586,"Cost":374,"Date":"7/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":318,"Cost":206,"Date":"8/18/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":198,"Cost":168,"Date":"10/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":378,"Cost":307,"Date":"11/11/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":781,"Cost":588,"Date":"11/30/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":525,"Cost":278,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":837,"Cost":575,"Date":"3/1/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":808,"Cost":554,"Date":"4/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":828,"Cost":501,"Date":"5/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":506,"Cost":266,"Date":"8/13/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":967,"Cost":757,"Date":"9/15/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":628,"Cost":331,"Date":"10/14/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":307,"Cost":215,"Date":"10/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":288,"Cost":177,"Date":"11/11/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":748,"Cost":585,"Date":"12/7/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":5,"Cost":4,"Date":"12/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":68,"Cost":59,"Date":"1/6/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":54,"Cost":31,"Date":"1/23/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":93,"Cost":63,"Date":"2/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":674,"Cost":524,"Date":"3/10/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":272,"Cost":145,"Date":"3/12/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":228,"Cost":119,"Date":"3/31/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":467,"Cost":404,"Date":"6/16/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":82,"Cost":67,"Date":"6/17/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":400,"Cost":329,"Date":"8/27/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":356,"Cost":308,"Date":"10/1/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":72,"Cost":67,"Date":"11/4/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":937,"Cost":844,"Date":"11/9/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":752,"Cost":617,"Date":"3/27/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":948,"Cost":514,"Date":"4/17/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":924,"Cost":845,"Date":"8/11/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":432,"Cost":287,"Date":"8/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":655,"Cost":440,"Date":"9/2/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":633,"Cost":593,"Date":"9/5/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":178,"Cost":167,"Date":"9/14/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":958,"Cost":630,"Date":"9/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":517,"Cost":268,"Date":"11/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":944,"Cost":765,"Date":"12/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":259,"Cost":205,"Date":"1/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":982,"Cost":565,"Date":"1/21/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":805,"Cost":512,"Date":"2/9/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":898,"Cost":712,"Date":"3/19/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":274,"Cost":230,"Date":"4/3/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":528,"Cost":385,"Date":"4/5/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":558,"Cost":515,"Date":"4/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":869,"Cost":722,"Date":"7/10/2019"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":961,"Cost":838,"Date":"3/25/2020"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":971,"Cost":769,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":76,"Cost":48,"Date":"10/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":32,"Cost":26,"Date":"3/2/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":26,"Cost":23,"Date":"6/28/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":902,"Cost":806,"Date":"7/17/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":137,"Cost":120,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":559,"Cost":521,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":470,"Cost":272,"Date":"11/20/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":272,"Cost":162,"Date":"12/16/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":38,"Cost":24,"Date":"12/30/2021"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":222,"Cost":170,"Date":"2/15/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":596,"Cost":312,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":294,"Cost":182,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":433,"Cost":274,"Date":"4/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":880,"Cost":566,"Date":"7/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":209,"Cost":162,"Date":"8/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":433,"Cost":284,"Date":"10/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":68,"Cost":35,"Date":"11/11/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":540,"Cost":368,"Date":"11/30/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":840,"Cost":592,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":374,"Cost":223,"Date":"3/1/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":870,"Cost":505,"Date":"4/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":179,"Cost":130,"Date":"5/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":513,"Cost":330,"Date":"8/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":811,"Cost":491,"Date":"9/15/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":691,"Cost":615,"Date":"10/14/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":839,"Cost":702,"Date":"10/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":402,"Cost":250,"Date":"11/11/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":805,"Cost":691,"Date":"12/7/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":424,"Cost":228,"Date":"12/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":71,"Cost":60,"Date":"1/6/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":79,"Cost":48,"Date":"1/23/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":18,"Cost":16,"Date":"2/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":214,"Cost":125,"Date":"3/10/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":191,"Cost":140,"Date":"3/12/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":273,"Cost":224,"Date":"3/31/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":939,"Cost":723,"Date":"6/16/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":117,"Cost":78,"Date":"6/17/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":813,"Cost":663,"Date":"8/27/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":753,"Cost":386,"Date":"10/1/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":918,"Cost":653,"Date":"11/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":710,"Cost":472,"Date":"11/9/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":242,"Cost":127,"Date":"3/27/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":968,"Cost":814,"Date":"4/17/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":608,"Cost":326,"Date":"8/11/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":698,"Cost":445,"Date":"8/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":951,"Cost":766,"Date":"9/2/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":339,"Cost":275,"Date":"9/5/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":275,"Cost":164,"Date":"9/14/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":162,"Cost":143,"Date":"9/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":691,"Cost":403,"Date":"11/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":501,"Cost":273,"Date":"12/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":46,"Cost":37,"Date":"1/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":610,"Cost":453,"Date":"1/21/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":408,"Cost":251,"Date":"2/9/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":482,"Cost":436,"Date":"3/19/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":128,"Date":"4/3/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":419,"Date":"4/5/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":630,"Cost":448,"Date":"4/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":843,"Cost":552,"Date":"7/10/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":22,"Cost":18,"Date":"3/25/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":536,"Cost":379,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":287,"Cost":177,"Date":"10/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":653,"Cost":412,"Date":"3/2/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":690,"Cost":627,"Date":"6/28/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":994,"Cost":552,"Date":"7/17/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":859,"Cost":513,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":100,"Cost":56,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":954,"Cost":851,"Date":"11/20/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":476,"Cost":434,"Date":"12/16/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":642,"Cost":341,"Date":"12/30/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":442,"Cost":285,"Date":"2/15/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":959,"Cost":713,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":518,"Cost":338,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":291,"Cost":235,"Date":"4/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":199,"Date":"7/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":396,"Cost":266,"Date":"8/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":1,"Cost":1,"Date":"10/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":646,"Cost":455,"Date":"11/11/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":103,"Cost":51,"Date":"11/30/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":609,"Cost":484,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":469,"Cost":378,"Date":"3/1/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":741,"Cost":530,"Date":"4/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":258,"Cost":222,"Date":"5/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":795,"Cost":651,"Date":"8/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":421,"Cost":211,"Date":"9/15/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":127,"Cost":71,"Date":"10/14/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":775,"Cost":530,"Date":"10/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":411,"Cost":222,"Date":"11/11/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":199,"Cost":103,"Date":"12/7/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":194,"Cost":134,"Date":"12/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":689,"Cost":650,"Date":"1/6/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":212,"Cost":169,"Date":"1/23/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":36,"Cost":28,"Date":"2/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":339,"Cost":270,"Date":"3/10/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":778,"Cost":547,"Date":"3/12/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":980,"Cost":881,"Date":"3/31/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":47,"Cost":37,"Date":"6/16/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":603,"Cost":337,"Date":"6/17/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":614,"Cost":341,"Date":"8/27/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":24,"Date":"10/1/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":469,"Cost":347,"Date":"11/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Sellpy","Country":"UK","Sale":376,"Cost":331,"Date":"11/9/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":302,"Cost":207,"Date":"3/27/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":809,"Cost":514,"Date":"4/17/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":230,"Cost":169,"Date":"8/11/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":183,"Cost":166,"Date":"8/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":10,"Cost":6,"Date":"9/2/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":218,"Cost":139,"Date":"9/5/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":718,"Cost":472,"Date":"9/14/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":38,"Cost":24,"Date":"9/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":127,"Cost":116,"Date":"11/20/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":736,"Cost":613,"Date":"12/21/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":822,"Cost":702,"Date":"1/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":615,"Cost":528,"Date":"1/21/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":746,"Cost":430,"Date":"2/9/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":183,"Cost":139,"Date":"3/19/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":732,"Cost":649,"Date":"4/3/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":90,"Cost":58,"Date":"4/5/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":621,"Cost":580,"Date":"4/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":532,"Cost":461,"Date":"7/10/2019"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":922,"Cost":476,"Date":"3/25/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":581,"Cost":534,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":388,"Cost":243,"Date":"10/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":618,"Cost":398,"Date":"3/2/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":794,"Cost":397,"Date":"6/28/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":974,"Cost":548,"Date":"7/17/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":311,"Cost":204,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":99,"Cost":87,"Date":"8/23/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":186,"Cost":119,"Date":"11/20/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":266,"Cost":188,"Date":"12/16/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":440,"Cost":360,"Date":"12/30/2021"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":73,"Cost":58,"Date":"2/15/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":767,"Cost":474,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":510,"Cost":461,"Date":"3/7/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":383,"Cost":313,"Date":"4/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":795,"Cost":702,"Date":"7/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":265,"Cost":181,"Date":"8/18/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":238,"Cost":201,"Date":"10/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":734,"Cost":693,"Date":"11/11/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":872,"Cost":560,"Date":"11/30/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":441,"Cost":387,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":162,"Cost":92,"Date":"3/1/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":112,"Cost":67,"Date":"4/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":184,"Cost":169,"Date":"5/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":849,"Cost":558,"Date":"8/13/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":906,"Cost":493,"Date":"9/15/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":423,"Cost":288,"Date":"10/14/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":333,"Cost":259,"Date":"10/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":81,"Cost":63,"Date":"11/11/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":664,"Cost":394,"Date":"12/7/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":406,"Cost":225,"Date":"12/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":278,"Cost":182,"Date":"1/6/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":901,"Cost":686,"Date":"1/23/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":633,"Cost":337,"Date":"2/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":575,"Cost":306,"Date":"3/10/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":284,"Cost":200,"Date":"3/12/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":149,"Cost":107,"Date":"3/31/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":855,"Cost":809,"Date":"6/16/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":446,"Cost":366,"Date":"6/17/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":861,"Cost":635,"Date":"8/27/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":504,"Cost":267,"Date":"10/1/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":232,"Cost":191,"Date":"11/4/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM Home","Country":"UK","Sale":533,"Cost":350,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":87,"Cost":72,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":176,"Cost":131,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":975,"Cost":904,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":843,"Cost":552,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":263,"Cost":233,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":93,"Cost":80,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":778,"Cost":447,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":666,"Cost":411,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":361,"Cost":212,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":786,"Cost":428,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":568,"Cost":498,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":929,"Cost":820,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":172,"Cost":136,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":825,"Cost":578,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":587,"Cost":411,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":143,"Cost":79,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":566,"Cost":389,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":320,"Cost":214,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":911,"Cost":788,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":901,"Cost":785,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":192,"Cost":167,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":747,"Cost":595,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":24,"Cost":15,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":487,"Cost":308,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":201,"Cost":127,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":989,"Cost":778,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":604,"Cost":450,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":322,"Cost":165,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":361,"Cost":259,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":684,"Cost":466,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":561,"Cost":466,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":698,"Cost":641,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":118,"Cost":96,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":889,"Cost":701,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":791,"Cost":698,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":577,"Cost":487,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":980,"Cost":590,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":575,"Cost":357,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":656,"Cost":345,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":290,"Cost":217,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":538,"Cost":416,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":570,"Cost":308,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":898,"Cost":521,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":569,"Cost":430,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":473,"Cost":380,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":828,"Cost":754,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":866,"Cost":483,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":450,"Cost":411,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":24,"Cost":13,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":911,"Cost":764,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":895,"Cost":646,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":818,"Cost":692,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":579,"Cost":310,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":822,"Cost":465,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":762,"Cost":583,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":909,"Cost":546,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":542,"Cost":509,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":836,"Cost":450,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":342,"Cost":221,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":29,"Cost":18,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":733,"Cost":562,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":512,"Cost":308,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":812,"Cost":618,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":148,"Cost":129,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":170,"Cost":161,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":801,"Cost":710,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":935,"Cost":837,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":721,"Cost":507,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":619,"Cost":547,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":508,"Cost":297,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":84,"Cost":67,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":294,"Cost":234,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":111,"Cost":105,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":691,"Cost":558,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":529,"Cost":496,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":66,"Cost":50,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":517,"Cost":444,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":126,"Cost":118,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":640,"Cost":506,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":441,"Cost":259,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":342,"Cost":314,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":936,"Cost":578,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":158,"Cost":143,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":85,"Cost":47,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":126,"Cost":115,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":37,"Cost":30,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":302,"Cost":181,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":134,"Cost":94,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":815,"Cost":578,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":687,"Cost":364,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":568,"Cost":490,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":810,"Cost":729,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":66,"Cost":36,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":728,"Cost":534,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":419,"Cost":234,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":106,"Cost":86,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":511,"Cost":318,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":550,"Cost":356,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":64,"Cost":47,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":821,"Cost":743,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":787,"Cost":433,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":447,"Cost":321,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":212,"Cost":132,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":883,"Cost":594,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":349,"Cost":268,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":789,"Cost":710,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":132,"Cost":83,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":399,"Cost":331,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":641,"Cost":447,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":2,"Cost":2,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":532,"Cost":394,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":335,"Cost":308,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":319,"Cost":292,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":80,"Cost":72,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":48,"Cost":41,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":746,"Cost":643,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":733,"Cost":526,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":730,"Cost":681,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":222,"Cost":152,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":485,"Cost":359,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":728,"Cost":519,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"ARKET","Country":"UK","Sale":56,"Cost":38,"Date":"11/9/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":450,"Cost":334,"Date":"3/27/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":715,"Cost":531,"Date":"4/17/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":996,"Cost":765,"Date":"8/11/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":389,"Cost":211,"Date":"8/21/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":98,"Cost":80,"Date":"9/2/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":970,"Cost":705,"Date":"9/5/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":653,"Cost":601,"Date":"9/14/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":704,"Cost":516,"Date":"9/20/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":750,"Cost":633,"Date":"11/20/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":604,"Cost":494,"Date":"12/21/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":20,"Cost":17,"Date":"1/7/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":280,"Cost":171,"Date":"1/21/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":641,"Cost":425,"Date":"2/9/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":49,"Cost":41,"Date":"3/19/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":534,"Cost":283,"Date":"4/3/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":156,"Cost":97,"Date":"4/5/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":452,"Cost":349,"Date":"4/28/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":975,"Cost":813,"Date":"7/10/2019"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":738,"Cost":377,"Date":"3/25/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":149,"Cost":116,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":569,"Cost":343,"Date":"10/28/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":383,"Cost":193,"Date":"3/2/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":424,"Cost":396,"Date":"6/28/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":883,"Cost":689,"Date":"7/17/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":467,"Cost":396,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":637,"Cost":373,"Date":"8/23/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":639,"Cost":407,"Date":"11/20/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":237,"Cost":196,"Date":"12/16/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":27,"Cost":15,"Date":"12/30/2021"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":77,"Cost":45,"Date":"2/15/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":810,"Cost":484,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":245,"Cost":216,"Date":"3/7/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":201,"Cost":114,"Date":"4/18/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":945,"Cost":550,"Date":"7/27/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":524,"Cost":411,"Date":"8/18/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":485,"Cost":349,"Date":"10/31/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":506,"Cost":353,"Date":"11/11/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":538,"Cost":511,"Date":"11/30/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":809,"Cost":637,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":867,"Cost":641,"Date":"3/1/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":470,"Cost":261,"Date":"4/13/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":527,"Cost":350,"Date":"5/20/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":903,"Cost":560,"Date":"8/13/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":600,"Cost":486,"Date":"9/15/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":652,"Cost":525,"Date":"10/14/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":626,"Cost":450,"Date":"10/28/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":608,"Cost":444,"Date":"11/11/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":930,"Cost":761,"Date":"12/7/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":416,"Cost":223,"Date":"12/21/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":682,"Cost":359,"Date":"1/6/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":662,"Cost":611,"Date":"1/23/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":720,"Cost":363,"Date":"2/4/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":42,"Cost":39,"Date":"3/10/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":284,"Cost":152,"Date":"3/12/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":540,"Cost":288,"Date":"3/31/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":597,"Cost":500,"Date":"6/16/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":270,"Cost":162,"Date":"6/17/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":501,"Cost":302,"Date":"8/27/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":501,"Cost":465,"Date":"10/1/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":579,"Cost":526,"Date":"11/4/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":499,"Cost":439,"Date":"11/9/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":684,"Cost":604,"Date":"3/27/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":704,"Cost":552,"Date":"4/17/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":957,"Cost":887,"Date":"8/11/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":138,"Cost":123,"Date":"8/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":9,"Cost":6,"Date":"9/2/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":872,"Cost":465,"Date":"9/5/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":699,"Cost":554,"Date":"9/14/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":439,"Cost":365,"Date":"9/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":475,"Cost":394,"Date":"11/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":522,"Cost":331,"Date":"12/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":234,"Cost":152,"Date":"1/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":978,"Cost":651,"Date":"1/21/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":881,"Cost":453,"Date":"2/9/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":154,"Cost":113,"Date":"3/19/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":9,"Cost":7,"Date":"4/3/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":126,"Cost":90,"Date":"4/5/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":314,"Cost":204,"Date":"4/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":177,"Cost":153,"Date":"7/10/2019"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":409,"Cost":286,"Date":"3/25/2020"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":619,"Cost":364,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":27,"Cost":20,"Date":"10/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":414,"Cost":283,"Date":"3/2/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":1000,"Cost":549,"Date":"6/28/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":586,"Cost":526,"Date":"7/17/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":438,"Cost":323,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":931,"Cost":641,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":382,"Cost":350,"Date":"11/20/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":393,"Cost":352,"Date":"12/16/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":38,"Cost":19,"Date":"12/30/2021"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":981,"Cost":702,"Date":"2/15/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":864,"Cost":596,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":449,"Cost":318,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":453,"Cost":252,"Date":"4/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":397,"Cost":306,"Date":"7/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":311,"Cost":171,"Date":"8/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":798,"Cost":515,"Date":"10/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":752,"Cost":710,"Date":"11/11/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":202,"Cost":120,"Date":"11/30/2022"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":230,"Cost":216,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":37,"Cost":30,"Date":"3/1/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":291,"Cost":201,"Date":"4/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":229,"Cost":190,"Date":"5/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":252,"Cost":226,"Date":"8/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":840,"Cost":684,"Date":"9/15/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":656,"Cost":425,"Date":"10/14/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":630,"Cost":480,"Date":"10/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":583,"Cost":418,"Date":"11/11/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":103,"Cost":94,"Date":"12/7/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":722,"Cost":543,"Date":"12/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":843,"Cost":433,"Date":"1/6/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":949,"Cost":834,"Date":"1/23/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":494,"Cost":325,"Date":"2/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":228,"Cost":138,"Date":"3/10/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":889,"Cost":529,"Date":"3/12/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":781,"Cost":457,"Date":"3/31/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":179,"Cost":154,"Date":"6/16/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":57,"Cost":39,"Date":"6/17/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":563,"Cost":529,"Date":"8/27/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":689,"Cost":372,"Date":"10/1/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":354,"Cost":217,"Date":"11/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"ARKET","Country":"UK","Sale":11,"Cost":8,"Date":"11/9/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":55,"Cost":31,"Date":"3/27/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":877,"Cost":620,"Date":"4/17/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":386,"Cost":222,"Date":"8/11/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":995,"Cost":628,"Date":"8/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":71,"Cost":67,"Date":"9/2/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":741,"Cost":436,"Date":"9/5/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":958,"Cost":492,"Date":"9/14/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":712,"Cost":497,"Date":"9/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":435,"Cost":318,"Date":"11/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":468,"Cost":371,"Date":"12/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":114,"Cost":70,"Date":"1/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":961,"Cost":503,"Date":"1/21/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":215,"Cost":158,"Date":"2/9/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":549,"Cost":426,"Date":"3/19/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":815,"Cost":661,"Date":"4/3/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":1,"Cost":0,"Date":"4/5/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":721,"Cost":448,"Date":"4/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":444,"Cost":282,"Date":"7/10/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":778,"Cost":425,"Date":"3/25/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":635,"Cost":415,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":460,"Cost":437,"Date":"10/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":373,"Cost":331,"Date":"3/2/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":250,"Cost":191,"Date":"6/28/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":858,"Cost":549,"Date":"7/17/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":118,"Cost":81,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":512,"Cost":478,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":313,"Cost":227,"Date":"11/20/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":192,"Cost":178,"Date":"12/16/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":759,"Cost":404,"Date":"12/30/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":577,"Cost":323,"Date":"2/15/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":227,"Cost":115,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":617,"Cost":336,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":124,"Cost":62,"Date":"4/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":576,"Cost":336,"Date":"7/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":374,"Cost":314,"Date":"8/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":77,"Cost":61,"Date":"10/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":848,"Cost":495,"Date":"11/11/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":840,"Cost":753,"Date":"11/30/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":576,"Cost":493,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":876,"Cost":806,"Date":"3/1/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":391,"Cost":365,"Date":"4/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":246,"Cost":135,"Date":"5/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":438,"Cost":400,"Date":"8/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":314,"Cost":218,"Date":"9/15/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":499,"Cost":269,"Date":"10/14/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":380,"Cost":336,"Date":"10/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":667,"Cost":627,"Date":"11/11/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":606,"Cost":319,"Date":"12/7/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":230,"Cost":206,"Date":"12/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":817,"Cost":746,"Date":"1/6/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":572,"Cost":365,"Date":"1/23/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":365,"Cost":326,"Date":"2/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":749,"Cost":545,"Date":"3/10/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":584,"Cost":353,"Date":"3/12/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":60,"Cost":42,"Date":"3/31/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":959,"Cost":822,"Date":"6/16/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":873,"Cost":630,"Date":"6/17/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":657,"Cost":580,"Date":"8/27/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":193,"Cost":171,"Date":"10/1/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":920,"Cost":504,"Date":"11/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Jeans","Country":"UK","Sale":157,"Cost":118,"Date":"11/9/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":134,"Cost":123,"Date":"3/27/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":222,"Cost":149,"Date":"4/17/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":239,"Cost":141,"Date":"8/11/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":178,"Cost":104,"Date":"8/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":412,"Cost":219,"Date":"9/2/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":694,"Cost":494,"Date":"9/5/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":173,"Cost":131,"Date":"9/14/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":564,"Cost":528,"Date":"9/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":216,"Cost":188,"Date":"11/20/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":852,"Cost":643,"Date":"12/21/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":332,"Cost":194,"Date":"1/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":225,"Cost":149,"Date":"1/21/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":479,"Cost":413,"Date":"2/9/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":34,"Cost":23,"Date":"3/19/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":691,"Cost":537,"Date":"4/3/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":371,"Cost":187,"Date":"4/5/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":908,"Cost":680,"Date":"4/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":708,"Cost":637,"Date":"7/10/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":534,"Cost":424,"Date":"3/25/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":16,"Cost":15,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":634,"Cost":506,"Date":"10/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":333,"Cost":191,"Date":"3/2/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":216,"Cost":141,"Date":"6/28/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":94,"Cost":59,"Date":"7/17/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":930,"Cost":630,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":789,"Cost":412,"Date":"8/23/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":893,"Cost":599,"Date":"11/20/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":570,"Cost":320,"Date":"12/16/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":501,"Cost":351,"Date":"12/30/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":279,"Cost":150,"Date":"2/15/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":803,"Cost":688,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":5,"Cost":3,"Date":"3/7/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":165,"Cost":103,"Date":"4/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":76,"Cost":56,"Date":"7/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":471,"Cost":258,"Date":"8/18/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":498,"Cost":458,"Date":"10/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":203,"Cost":130,"Date":"11/11/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":639,"Cost":370,"Date":"11/30/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":330,"Cost":165,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":256,"Cost":209,"Date":"3/1/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":267,"Cost":159,"Date":"4/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":615,"Cost":582,"Date":"5/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":333,"Cost":253,"Date":"8/13/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":678,"Cost":621,"Date":"9/15/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":296,"Cost":247,"Date":"10/14/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":748,"Cost":705,"Date":"10/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":101,"Cost":54,"Date":"11/11/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":480,"Cost":418,"Date":"12/7/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":804,"Cost":679,"Date":"12/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":437,"Cost":375,"Date":"1/6/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":247,"Cost":224,"Date":"1/23/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":385,"Cost":224,"Date":"2/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":235,"Cost":118,"Date":"3/10/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":33,"Cost":17,"Date":"3/12/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":106,"Cost":64,"Date":"3/31/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":366,"Cost":188,"Date":"6/16/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":754,"Cost":475,"Date":"6/17/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":291,"Cost":164,"Date":"8/27/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":440,"Cost":224,"Date":"10/1/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":544,"Cost":441,"Date":"11/4/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":788,"Cost":645,"Date":"11/9/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":837,"Cost":522,"Date":"3/27/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":309,"Cost":204,"Date":"4/17/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":829,"Cost":552,"Date":"8/11/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":112,"Cost":59,"Date":"8/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":239,"Cost":127,"Date":"9/2/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":748,"Cost":668,"Date":"9/5/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":510,"Cost":414,"Date":"9/14/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":329,"Cost":196,"Date":"9/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":31,"Cost":28,"Date":"11/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":557,"Cost":482,"Date":"12/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":821,"Cost":594,"Date":"1/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":486,"Cost":291,"Date":"1/21/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":262,"Cost":226,"Date":"2/9/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":545,"Cost":412,"Date":"3/19/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":802,"Cost":691,"Date":"4/3/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":304,"Cost":178,"Date":"4/5/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":861,"Cost":478,"Date":"4/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":838,"Cost":494,"Date":"7/10/2019"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":24,"Cost":17,"Date":"3/25/2020"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":136,"Cost":81,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":45,"Cost":34,"Date":"10/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":263,"Cost":191,"Date":"3/2/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":729,"Cost":540,"Date":"6/28/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":611,"Cost":350,"Date":"7/17/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":542,"Cost":411,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":557,"Cost":481,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":570,"Cost":384,"Date":"11/20/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":198,"Cost":123,"Date":"12/16/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":150,"Cost":78,"Date":"12/30/2021"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":300,"Cost":255,"Date":"2/15/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":869,"Cost":582,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":333,"Cost":213,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":903,"Cost":842,"Date":"4/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":402,"Cost":349,"Date":"7/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":167,"Cost":93,"Date":"8/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":283,"Cost":257,"Date":"10/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":758,"Cost":467,"Date":"11/11/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":389,"Cost":220,"Date":"11/30/2022"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":422,"Cost":225,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":342,"Cost":281,"Date":"3/1/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":22,"Cost":18,"Date":"4/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":614,"Cost":340,"Date":"5/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":66,"Cost":57,"Date":"8/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":830,"Cost":454,"Date":"9/15/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":956,"Cost":691,"Date":"10/14/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":845,"Cost":685,"Date":"10/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":639,"Cost":491,"Date":"11/11/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":420,"Cost":362,"Date":"12/7/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":687,"Cost":346,"Date":"12/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":806,"Cost":682,"Date":"1/6/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":250,"Cost":169,"Date":"1/23/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":441,"Cost":291,"Date":"2/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":301,"Cost":173,"Date":"3/10/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":239,"Cost":154,"Date":"3/12/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":828,"Cost":772,"Date":"3/31/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":344,"Cost":239,"Date":"6/16/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":731,"Cost":666,"Date":"6/17/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":315,"Cost":161,"Date":"8/27/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":978,"Cost":840,"Date":"10/1/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":13,"Cost":9,"Date":"11/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"HM Home","Country":"UK","Sale":806,"Cost":732,"Date":"11/9/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":969,"Cost":891,"Date":"3/27/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":504,"Cost":309,"Date":"4/17/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":31,"Cost":19,"Date":"8/11/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":101,"Cost":92,"Date":"8/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":812,"Cost":631,"Date":"9/2/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":69,"Cost":53,"Date":"9/5/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":750,"Cost":483,"Date":"9/14/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":697,"Cost":551,"Date":"9/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":81,"Cost":45,"Date":"11/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":238,"Cost":120,"Date":"12/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":318,"Cost":162,"Date":"1/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":453,"Date":"1/21/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":646,"Cost":482,"Date":"2/9/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":468,"Cost":401,"Date":"3/19/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":481,"Cost":298,"Date":"4/3/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":408,"Cost":251,"Date":"4/5/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":84,"Cost":45,"Date":"4/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":207,"Cost":162,"Date":"7/10/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":231,"Cost":216,"Date":"3/25/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":471,"Cost":374,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":626,"Cost":544,"Date":"10/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":58,"Cost":35,"Date":"3/2/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":317,"Cost":278,"Date":"6/28/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":696,"Cost":585,"Date":"7/17/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":781,"Cost":581,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":475,"Cost":238,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":190,"Cost":138,"Date":"11/20/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":840,"Cost":704,"Date":"12/16/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":399,"Date":"12/30/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":634,"Cost":546,"Date":"2/15/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":548,"Cost":427,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":297,"Cost":203,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":525,"Cost":397,"Date":"4/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":793,"Cost":432,"Date":"7/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":402,"Date":"8/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":74,"Cost":57,"Date":"10/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":780,"Cost":528,"Date":"11/11/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":839,"Cost":602,"Date":"11/30/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":16,"Cost":14,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":530,"Cost":355,"Date":"3/1/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":475,"Cost":272,"Date":"4/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":968,"Cost":733,"Date":"5/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":421,"Cost":379,"Date":"8/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":693,"Cost":385,"Date":"9/15/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":21,"Date":"10/14/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":169,"Date":"10/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":265,"Cost":193,"Date":"11/11/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":834,"Cost":508,"Date":"12/7/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":143,"Cost":121,"Date":"12/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":210,"Cost":127,"Date":"1/6/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":41,"Cost":26,"Date":"1/23/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":760,"Cost":413,"Date":"2/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":684,"Cost":369,"Date":"3/10/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":427,"Cost":334,"Date":"3/12/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":211,"Cost":156,"Date":"3/31/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":86,"Cost":78,"Date":"6/16/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":55,"Cost":41,"Date":"6/17/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":957,"Cost":772,"Date":"8/27/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":934,"Cost":749,"Date":"10/1/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":882,"Cost":609,"Date":"11/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":540,"Cost":425,"Date":"11/9/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":892,"Cost":626,"Date":"3/27/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":611,"Cost":321,"Date":"4/17/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":759,"Cost":611,"Date":"8/11/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":741,"Cost":541,"Date":"8/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":131,"Cost":93,"Date":"9/2/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":802,"Cost":746,"Date":"9/5/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":565,"Cost":385,"Date":"9/14/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":270,"Cost":178,"Date":"9/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":220,"Cost":144,"Date":"11/20/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":859,"Cost":679,"Date":"12/21/2018"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":208,"Cost":164,"Date":"1/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":35,"Cost":30,"Date":"1/21/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":758,"Cost":540,"Date":"2/9/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":314,"Cost":228,"Date":"3/19/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":302,"Cost":256,"Date":"4/3/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":718,"Cost":516,"Date":"4/5/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":387,"Cost":294,"Date":"4/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":312,"Cost":266,"Date":"7/10/2019"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":943,"Cost":676,"Date":"3/25/2020"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":983,"Cost":805,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":670,"Cost":358,"Date":"10/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":396,"Cost":326,"Date":"3/2/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":27,"Cost":17,"Date":"6/28/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":724,"Cost":466,"Date":"7/17/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":619,"Cost":454,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":714,"Cost":470,"Date":"8/23/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":531,"Cost":390,"Date":"11/20/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":437,"Cost":221,"Date":"12/16/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":689,"Cost":396,"Date":"12/30/2021"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":954,"Cost":774,"Date":"2/15/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":384,"Cost":315,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":785,"Cost":481,"Date":"3/7/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":210,"Cost":196,"Date":"4/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":964,"Cost":834,"Date":"7/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":354,"Cost":251,"Date":"8/18/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":762,"Cost":721,"Date":"10/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":800,"Cost":515,"Date":"11/11/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":589,"Cost":335,"Date":"11/30/2022"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":735,"Cost":530,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":388,"Cost":306,"Date":"3/1/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":43,"Cost":38,"Date":"4/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":135,"Cost":99,"Date":"5/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":75,"Cost":63,"Date":"8/13/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":661,"Cost":538,"Date":"9/15/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":529,"Cost":368,"Date":"10/14/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":50,"Cost":46,"Date":"10/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":668,"Cost":348,"Date":"11/11/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":495,"Cost":338,"Date":"12/7/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":34,"Cost":18,"Date":"12/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":410,"Cost":247,"Date":"1/6/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":780,"Cost":622,"Date":"1/23/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":698,"Cost":652,"Date":"2/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":726,"Cost":527,"Date":"3/10/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":576,"Cost":458,"Date":"3/12/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":221,"Cost":118,"Date":"3/31/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":342,"Cost":211,"Date":"6/16/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":884,"Cost":702,"Date":"6/17/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":688,"Cost":382,"Date":"8/27/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":708,"Cost":471,"Date":"10/1/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":85,"Cost":68,"Date":"11/4/2024"},{"Store":"Lakeside, Thurrock","Brand":"Jeans","Country":"UK","Sale":914,"Cost":665,"Date":"11/9/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":324,"Cost":269,"Date":"3/27/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":635,"Cost":329,"Date":"4/17/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":958,"Cost":881,"Date":"8/11/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":922,"Cost":468,"Date":"8/21/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":581,"Cost":343,"Date":"9/2/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":842,"Cost":668,"Date":"9/5/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":576,"Cost":500,"Date":"9/14/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":393,"Cost":203,"Date":"9/20/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":44,"Cost":40,"Date":"11/20/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":888,"Cost":566,"Date":"12/21/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":102,"Cost":93,"Date":"1/7/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":747,"Cost":489,"Date":"1/21/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":3,"Cost":2,"Date":"2/9/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":112,"Cost":67,"Date":"3/19/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":248,"Cost":166,"Date":"4/3/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":32,"Cost":21,"Date":"4/5/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":488,"Cost":401,"Date":"4/28/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":210,"Cost":125,"Date":"7/10/2019"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":637,"Cost":404,"Date":"3/25/2020"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":702,"Cost":482,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":537,"Cost":453,"Date":"10/28/2020"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":726,"Cost":683,"Date":"3/2/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":63,"Cost":60,"Date":"6/28/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":696,"Cost":471,"Date":"7/17/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":311,"Cost":232,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":489,"Cost":429,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":158,"Cost":123,"Date":"11/20/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":813,"Cost":568,"Date":"12/16/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":708,"Cost":360,"Date":"12/30/2021"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":73,"Cost":42,"Date":"2/15/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":755,"Cost":381,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":549,"Cost":335,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":631,"Cost":495,"Date":"4/18/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":919,"Cost":866,"Date":"7/27/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":75,"Cost":40,"Date":"8/18/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":40,"Cost":35,"Date":"10/31/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":714,"Cost":652,"Date":"11/11/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":25,"Cost":20,"Date":"11/30/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":205,"Cost":117,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":159,"Cost":140,"Date":"3/1/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":449,"Cost":400,"Date":"4/13/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":720,"Cost":427,"Date":"5/20/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":302,"Cost":236,"Date":"8/13/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":335,"Cost":232,"Date":"9/15/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":889,"Cost":615,"Date":"10/14/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":573,"Cost":336,"Date":"10/28/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":477,"Cost":316,"Date":"11/11/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":874,"Cost":642,"Date":"12/7/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":280,"Cost":192,"Date":"12/21/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":898,"Cost":697,"Date":"1/6/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":161,"Cost":136,"Date":"1/23/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":694,"Cost":422,"Date":"2/4/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":857,"Cost":453,"Date":"3/10/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":898,"Cost":679,"Date":"3/12/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":313,"Cost":161,"Date":"3/31/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":18,"Cost":10,"Date":"6/16/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":791,"Cost":661,"Date":"6/17/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":92,"Cost":67,"Date":"8/27/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":373,"Cost":229,"Date":"10/1/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":353,"Cost":318,"Date":"11/4/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":5,"Cost":2,"Date":"11/9/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":804,"Cost":691,"Date":"3/27/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":55,"Cost":52,"Date":"4/17/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":984,"Cost":508,"Date":"8/11/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":811,"Cost":588,"Date":"8/21/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":306,"Cost":167,"Date":"9/2/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":122,"Cost":85,"Date":"9/5/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":720,"Cost":654,"Date":"9/14/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":567,"Cost":363,"Date":"9/20/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":170,"Cost":154,"Date":"11/20/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":490,"Cost":303,"Date":"12/21/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":614,"Cost":469,"Date":"1/7/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":509,"Cost":445,"Date":"1/21/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":545,"Cost":405,"Date":"2/9/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":548,"Cost":373,"Date":"3/19/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":546,"Cost":362,"Date":"4/3/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":689,"Cost":430,"Date":"4/5/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":210,"Cost":153,"Date":"4/28/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":631,"Cost":322,"Date":"7/10/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":118,"Cost":73,"Date":"3/25/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":202,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":279,"Cost":249,"Date":"10/28/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":816,"Cost":503,"Date":"3/2/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":535,"Cost":429,"Date":"6/28/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":576,"Cost":492,"Date":"7/17/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":652,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":452,"Cost":429,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":46,"Cost":24,"Date":"11/20/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":391,"Date":"12/16/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":531,"Date":"12/30/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":382,"Cost":294,"Date":"2/15/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":32,"Cost":18,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":505,"Cost":476,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":765,"Cost":594,"Date":"4/18/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":784,"Cost":593,"Date":"7/27/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":12,"Date":"8/18/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":512,"Cost":393,"Date":"10/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":282,"Cost":232,"Date":"11/11/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":123,"Cost":93,"Date":"11/30/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":208,"Cost":155,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":392,"Cost":322,"Date":"3/1/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":504,"Cost":374,"Date":"4/13/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":384,"Cost":204,"Date":"5/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":32,"Cost":18,"Date":"8/13/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":42,"Cost":27,"Date":"9/15/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":161,"Date":"10/14/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":995,"Cost":676,"Date":"10/28/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":69,"Cost":52,"Date":"11/11/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":877,"Cost":644,"Date":"12/7/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":916,"Cost":503,"Date":"12/21/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":103,"Cost":91,"Date":"1/6/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":859,"Cost":609,"Date":"1/23/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":122,"Cost":111,"Date":"2/4/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":673,"Cost":588,"Date":"3/10/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":72,"Cost":52,"Date":"3/12/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":655,"Cost":445,"Date":"3/31/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":523,"Cost":315,"Date":"6/16/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":5,"Cost":2,"Date":"6/17/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":98,"Cost":76,"Date":"8/27/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":998,"Cost":579,"Date":"10/1/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":448,"Cost":351,"Date":"11/4/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":81,"Cost":44,"Date":"11/9/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":735,"Cost":692,"Date":"3/27/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":589,"Cost":320,"Date":"4/17/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":601,"Cost":335,"Date":"8/11/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":115,"Cost":87,"Date":"8/21/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":392,"Date":"9/2/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":130,"Date":"9/5/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":566,"Cost":451,"Date":"9/14/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":524,"Cost":409,"Date":"9/20/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":348,"Date":"11/20/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":459,"Cost":410,"Date":"12/21/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":794,"Cost":697,"Date":"1/7/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":991,"Cost":566,"Date":"1/21/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":490,"Cost":311,"Date":"2/9/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":300,"Cost":228,"Date":"3/19/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":867,"Cost":720,"Date":"4/3/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":431,"Cost":273,"Date":"4/5/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":998,"Cost":671,"Date":"4/28/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":768,"Cost":506,"Date":"7/10/2019"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":43,"Cost":41,"Date":"3/25/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":991,"Cost":524,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":545,"Cost":514,"Date":"10/28/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":84,"Cost":57,"Date":"3/2/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":101,"Cost":56,"Date":"6/28/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":163,"Cost":152,"Date":"7/17/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":788,"Cost":630,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":762,"Cost":482,"Date":"8/23/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":508,"Cost":344,"Date":"11/20/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":724,"Cost":650,"Date":"12/16/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":367,"Cost":306,"Date":"12/30/2021"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":530,"Cost":469,"Date":"2/15/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":196,"Cost":157,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":848,"Cost":656,"Date":"3/7/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":406,"Date":"4/18/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":117,"Cost":97,"Date":"7/27/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":5,"Cost":3,"Date":"8/18/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":991,"Cost":540,"Date":"10/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":351,"Cost":331,"Date":"11/11/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":148,"Cost":97,"Date":"11/30/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":978,"Cost":874,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":75,"Cost":59,"Date":"3/1/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":397,"Cost":312,"Date":"4/13/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":361,"Cost":260,"Date":"5/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":838,"Cost":780,"Date":"8/13/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":992,"Cost":784,"Date":"9/15/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":438,"Date":"10/14/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":675,"Cost":356,"Date":"10/28/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":661,"Cost":625,"Date":"11/11/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":24,"Cost":20,"Date":"12/7/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":79,"Cost":73,"Date":"12/21/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":914,"Cost":605,"Date":"1/6/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":831,"Cost":418,"Date":"1/23/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":316,"Cost":280,"Date":"2/4/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":14,"Cost":8,"Date":"3/10/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":148,"Cost":88,"Date":"3/12/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":160,"Cost":107,"Date":"3/31/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":177,"Cost":99,"Date":"6/16/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":322,"Cost":303,"Date":"6/17/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":222,"Cost":204,"Date":"8/27/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":756,"Cost":400,"Date":"10/1/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":17,"Date":"11/4/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":177,"Cost":92,"Date":"11/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":633,"Cost":539,"Date":"3/27/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":622,"Cost":429,"Date":"4/17/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":388,"Cost":211,"Date":"8/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":633,"Cost":340,"Date":"8/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":606,"Cost":537,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":794,"Cost":570,"Date":"9/5/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":834,"Cost":571,"Date":"9/14/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":718,"Cost":579,"Date":"9/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":726,"Cost":432,"Date":"11/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":857,"Cost":545,"Date":"12/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":325,"Cost":271,"Date":"1/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":793,"Cost":549,"Date":"1/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":321,"Cost":235,"Date":"2/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":927,"Cost":862,"Date":"3/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":340,"Cost":221,"Date":"4/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":440,"Cost":300,"Date":"4/5/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":828,"Cost":635,"Date":"4/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":24,"Cost":17,"Date":"7/10/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":726,"Cost":451,"Date":"3/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":887,"Cost":663,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":208,"Cost":191,"Date":"10/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":156,"Cost":102,"Date":"3/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":822,"Cost":491,"Date":"6/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":16,"Cost":10,"Date":"7/17/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":919,"Cost":788,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":147,"Cost":91,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":810,"Cost":732,"Date":"11/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":171,"Cost":140,"Date":"12/16/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":346,"Cost":259,"Date":"12/30/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":530,"Cost":322,"Date":"2/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":79,"Cost":56,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":475,"Cost":284,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":190,"Cost":177,"Date":"4/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":140,"Cost":127,"Date":"7/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":87,"Cost":54,"Date":"8/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":679,"Cost":363,"Date":"10/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":589,"Cost":412,"Date":"11/11/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":597,"Cost":546,"Date":"11/30/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":754,"Cost":597,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":228,"Cost":186,"Date":"3/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":126,"Cost":105,"Date":"4/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":437,"Cost":287,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":855,"Cost":447,"Date":"8/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":914,"Cost":497,"Date":"9/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":170,"Cost":95,"Date":"10/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":259,"Cost":194,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":244,"Cost":126,"Date":"11/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":404,"Cost":268,"Date":"12/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":58,"Cost":42,"Date":"12/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":832,"Cost":746,"Date":"1/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":505,"Cost":465,"Date":"1/23/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":946,"Cost":843,"Date":"2/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":310,"Cost":282,"Date":"3/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":413,"Cost":353,"Date":"3/12/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":762,"Cost":565,"Date":"3/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":684,"Cost":494,"Date":"6/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":566,"Cost":467,"Date":"6/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":546,"Cost":424,"Date":"8/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":915,"Cost":855,"Date":"10/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":373,"Cost":301,"Date":"11/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":462,"Cost":404,"Date":"11/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":25,"Cost":21,"Date":"3/27/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":684,"Cost":429,"Date":"4/17/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":259,"Cost":241,"Date":"8/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":353,"Cost":333,"Date":"8/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":912,"Cost":829,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":975,"Cost":633,"Date":"9/5/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":485,"Cost":328,"Date":"9/14/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":869,"Cost":540,"Date":"9/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":302,"Cost":210,"Date":"11/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":819,"Cost":478,"Date":"12/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":320,"Cost":285,"Date":"1/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":239,"Cost":162,"Date":"1/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":606,"Cost":469,"Date":"2/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":985,"Cost":786,"Date":"3/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":338,"Cost":307,"Date":"4/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":14,"Cost":10,"Date":"4/5/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":240,"Cost":144,"Date":"4/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":367,"Cost":282,"Date":"7/10/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":978,"Cost":865,"Date":"3/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":563,"Cost":285,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":45,"Cost":24,"Date":"10/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":324,"Cost":165,"Date":"3/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":866,"Cost":531,"Date":"6/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":62,"Cost":31,"Date":"7/17/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":222,"Cost":133,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":370,"Cost":248,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":665,"Cost":529,"Date":"11/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":538,"Cost":485,"Date":"12/16/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":165,"Cost":128,"Date":"12/30/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":699,"Cost":543,"Date":"2/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":308,"Cost":187,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":968,"Cost":774,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":664,"Cost":439,"Date":"4/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":499,"Cost":396,"Date":"7/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":683,"Cost":426,"Date":"8/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":892,"Cost":700,"Date":"10/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":645,"Cost":352,"Date":"11/11/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":239,"Cost":135,"Date":"11/30/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":614,"Cost":522,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":494,"Cost":428,"Date":"3/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":930,"Cost":750,"Date":"4/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":992,"Cost":797,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":272,"Cost":228,"Date":"8/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":714,"Cost":645,"Date":"9/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":185,"Cost":104,"Date":"10/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":907,"Cost":816,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":601,"Cost":365,"Date":"11/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":805,"Cost":429,"Date":"12/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":112,"Cost":67,"Date":"12/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":148,"Cost":111,"Date":"1/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":540,"Cost":305,"Date":"1/23/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":816,"Cost":643,"Date":"2/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":533,"Cost":456,"Date":"3/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":935,"Cost":522,"Date":"3/12/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":944,"Cost":661,"Date":"3/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":224,"Cost":121,"Date":"6/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":638,"Cost":562,"Date":"6/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":117,"Cost":80,"Date":"8/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":473,"Cost":331,"Date":"10/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":882,"Cost":614,"Date":"11/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":500,"Cost":290,"Date":"11/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":435,"Cost":290,"Date":"3/27/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":100,"Cost":65,"Date":"4/17/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":41,"Cost":35,"Date":"8/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":522,"Cost":358,"Date":"8/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":601,"Cost":405,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":459,"Cost":315,"Date":"9/5/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":450,"Cost":363,"Date":"9/14/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":515,"Cost":318,"Date":"9/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":668,"Cost":632,"Date":"11/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":352,"Date":"12/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":791,"Cost":721,"Date":"1/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":782,"Cost":593,"Date":"1/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":359,"Cost":313,"Date":"2/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":614,"Date":"3/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":287,"Cost":242,"Date":"4/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":846,"Cost":715,"Date":"4/5/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":468,"Cost":354,"Date":"4/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":302,"Cost":205,"Date":"7/10/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":792,"Cost":408,"Date":"3/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":877,"Cost":768,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":661,"Cost":483,"Date":"10/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":100,"Cost":53,"Date":"3/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":911,"Cost":502,"Date":"6/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":319,"Cost":227,"Date":"7/17/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":222,"Cost":198,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":984,"Cost":497,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":713,"Cost":378,"Date":"11/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":107,"Cost":91,"Date":"12/16/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":240,"Cost":158,"Date":"12/30/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":66,"Cost":49,"Date":"2/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":12,"Cost":11,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":731,"Cost":368,"Date":"3/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":108,"Cost":82,"Date":"4/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":385,"Cost":277,"Date":"7/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":129,"Date":"8/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":246,"Cost":181,"Date":"10/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":436,"Cost":282,"Date":"11/11/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":237,"Cost":131,"Date":"11/30/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":392,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":716,"Cost":679,"Date":"3/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":813,"Cost":506,"Date":"4/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":889,"Cost":543,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":81,"Cost":60,"Date":"8/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":538,"Cost":278,"Date":"9/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":360,"Cost":213,"Date":"10/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":408,"Cost":368,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":9,"Cost":5,"Date":"11/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":433,"Date":"12/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":964,"Cost":595,"Date":"12/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":421,"Cost":315,"Date":"1/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":190,"Date":"1/23/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":630,"Cost":406,"Date":"2/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":403,"Cost":303,"Date":"3/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":849,"Cost":516,"Date":"3/12/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":663,"Cost":549,"Date":"3/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":535,"Cost":475,"Date":"6/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":855,"Cost":562,"Date":"6/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":34,"Date":"8/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":95,"Cost":67,"Date":"10/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":510,"Cost":428,"Date":"11/4/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Sellpy","Country":"USA","Sale":142,"Cost":93,"Date":"11/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":870,"Cost":495,"Date":"3/27/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":850,"Cost":747,"Date":"4/17/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":833,"Cost":743,"Date":"8/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":604,"Cost":423,"Date":"8/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":687,"Cost":590,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":477,"Cost":369,"Date":"9/5/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":588,"Cost":463,"Date":"9/14/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":906,"Cost":548,"Date":"9/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":450,"Cost":231,"Date":"11/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":61,"Cost":57,"Date":"12/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":95,"Cost":65,"Date":"1/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":82,"Cost":69,"Date":"1/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":30,"Cost":20,"Date":"2/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":402,"Cost":374,"Date":"3/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":651,"Cost":330,"Date":"4/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":338,"Cost":173,"Date":"4/5/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":516,"Cost":468,"Date":"4/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":449,"Cost":251,"Date":"7/10/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":818,"Cost":764,"Date":"3/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":481,"Cost":362,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":383,"Cost":198,"Date":"10/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":667,"Cost":525,"Date":"3/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":842,"Cost":712,"Date":"6/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":382,"Cost":345,"Date":"7/17/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":712,"Cost":580,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":86,"Cost":62,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":975,"Cost":675,"Date":"11/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":308,"Cost":190,"Date":"12/16/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":482,"Cost":438,"Date":"12/30/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":320,"Cost":216,"Date":"2/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":802,"Cost":569,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":494,"Cost":250,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":687,"Cost":529,"Date":"4/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":67,"Cost":36,"Date":"7/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":164,"Cost":137,"Date":"8/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":403,"Cost":323,"Date":"10/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":104,"Cost":87,"Date":"11/11/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":688,"Cost":450,"Date":"11/30/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":32,"Cost":18,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":722,"Cost":595,"Date":"3/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":664,"Cost":369,"Date":"4/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":392,"Cost":212,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":369,"Cost":238,"Date":"8/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":255,"Cost":153,"Date":"9/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":390,"Cost":291,"Date":"10/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":263,"Cost":158,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":925,"Cost":641,"Date":"11/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":184,"Cost":118,"Date":"12/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":213,"Cost":185,"Date":"12/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":678,"Cost":599,"Date":"1/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":127,"Cost":120,"Date":"1/23/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":408,"Cost":239,"Date":"2/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":524,"Cost":470,"Date":"3/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":491,"Cost":332,"Date":"3/12/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":105,"Cost":76,"Date":"3/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":566,"Cost":356,"Date":"6/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":602,"Cost":568,"Date":"6/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":837,"Cost":525,"Date":"8/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":468,"Cost":378,"Date":"10/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":131,"Cost":97,"Date":"11/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":648,"Cost":413,"Date":"11/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":769,"Cost":465,"Date":"3/27/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":288,"Cost":226,"Date":"4/17/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":261,"Cost":228,"Date":"8/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":982,"Cost":635,"Date":"8/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":309,"Cost":263,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":232,"Cost":188,"Date":"9/5/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":682,"Cost":512,"Date":"9/14/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":802,"Cost":516,"Date":"9/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":881,"Cost":618,"Date":"11/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":241,"Cost":131,"Date":"12/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":208,"Cost":192,"Date":"1/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":113,"Cost":63,"Date":"1/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":542,"Cost":360,"Date":"2/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":495,"Cost":415,"Date":"3/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":918,"Cost":633,"Date":"4/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":669,"Cost":601,"Date":"4/5/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":405,"Cost":307,"Date":"4/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":546,"Cost":281,"Date":"7/10/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":311,"Cost":262,"Date":"3/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":249,"Cost":223,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":742,"Cost":380,"Date":"10/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":247,"Cost":174,"Date":"3/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":405,"Cost":339,"Date":"6/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":395,"Cost":281,"Date":"7/17/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":81,"Cost":56,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":406,"Cost":243,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":321,"Cost":302,"Date":"11/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":404,"Cost":323,"Date":"12/16/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":968,"Cost":675,"Date":"12/30/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":322,"Cost":172,"Date":"2/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":688,"Cost":558,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":545,"Cost":407,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":190,"Cost":173,"Date":"4/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":360,"Cost":271,"Date":"7/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":280,"Cost":266,"Date":"8/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":349,"Cost":291,"Date":"10/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":695,"Cost":489,"Date":"11/11/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":153,"Cost":113,"Date":"11/30/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":739,"Cost":488,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":248,"Cost":232,"Date":"3/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":538,"Cost":362,"Date":"4/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":800,"Cost":658,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":43,"Cost":31,"Date":"8/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":618,"Cost":431,"Date":"9/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":79,"Cost":70,"Date":"10/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":759,"Cost":543,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":93,"Cost":84,"Date":"11/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":194,"Cost":110,"Date":"12/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":367,"Cost":239,"Date":"12/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":251,"Cost":189,"Date":"1/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":502,"Cost":356,"Date":"1/23/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":145,"Cost":74,"Date":"2/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":693,"Cost":446,"Date":"3/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":964,"Cost":896,"Date":"3/12/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":990,"Cost":910,"Date":"3/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":842,"Cost":755,"Date":"6/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":199,"Cost":135,"Date":"6/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":560,"Cost":365,"Date":"8/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":629,"Cost":487,"Date":"10/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":623,"Cost":496,"Date":"11/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":458,"Cost":302,"Date":"11/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":360,"Cost":199,"Date":"3/27/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":909,"Cost":861,"Date":"4/17/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":11,"Cost":10,"Date":"8/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":893,"Cost":600,"Date":"8/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":761,"Cost":634,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":583,"Cost":391,"Date":"9/5/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":1000,"Cost":883,"Date":"9/14/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":6,"Cost":4,"Date":"9/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":193,"Date":"11/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":155,"Cost":120,"Date":"12/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":314,"Cost":180,"Date":"1/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":373,"Cost":282,"Date":"1/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":875,"Cost":449,"Date":"2/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":225,"Cost":201,"Date":"3/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":66,"Cost":37,"Date":"4/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":708,"Cost":514,"Date":"4/5/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":916,"Cost":523,"Date":"4/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":175,"Cost":116,"Date":"7/10/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":696,"Cost":647,"Date":"3/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":7,"Cost":6,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":68,"Cost":47,"Date":"10/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":936,"Cost":879,"Date":"3/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":813,"Cost":615,"Date":"6/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":965,"Cost":717,"Date":"7/17/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":381,"Cost":306,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":495,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":526,"Cost":330,"Date":"11/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":185,"Cost":173,"Date":"12/16/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":968,"Cost":588,"Date":"12/30/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":442,"Cost":246,"Date":"2/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":301,"Cost":165,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":61,"Cost":55,"Date":"3/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":255,"Cost":208,"Date":"4/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":776,"Cost":495,"Date":"7/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":805,"Cost":613,"Date":"8/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":544,"Cost":513,"Date":"10/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":141,"Cost":103,"Date":"11/11/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":887,"Cost":489,"Date":"11/30/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":527,"Cost":351,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":900,"Cost":701,"Date":"3/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":465,"Cost":361,"Date":"4/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":474,"Cost":408,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":587,"Cost":313,"Date":"8/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":298,"Cost":208,"Date":"9/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":521,"Cost":380,"Date":"10/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":558,"Cost":345,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":384,"Cost":332,"Date":"11/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":583,"Cost":551,"Date":"12/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":122,"Cost":88,"Date":"12/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":871,"Cost":574,"Date":"1/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":823,"Cost":675,"Date":"1/23/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":808,"Cost":740,"Date":"2/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":39,"Cost":29,"Date":"3/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":907,"Cost":507,"Date":"3/12/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":9,"Cost":8,"Date":"3/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":956,"Cost":486,"Date":"6/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":768,"Cost":703,"Date":"6/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":751,"Cost":559,"Date":"8/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":683,"Cost":597,"Date":"10/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":365,"Cost":306,"Date":"11/4/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Sellpy","Country":"USA","Sale":472,"Cost":277,"Date":"11/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":287,"Cost":167,"Date":"3/27/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":62,"Cost":48,"Date":"4/17/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":277,"Cost":211,"Date":"8/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":232,"Cost":172,"Date":"8/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":351,"Cost":285,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":794,"Cost":547,"Date":"9/5/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":523,"Cost":315,"Date":"9/14/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":109,"Cost":63,"Date":"9/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":900,"Cost":618,"Date":"11/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":889,"Cost":826,"Date":"12/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":633,"Cost":515,"Date":"1/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":889,"Cost":597,"Date":"1/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":741,"Cost":462,"Date":"2/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":526,"Cost":498,"Date":"3/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":1,"Cost":1,"Date":"4/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":172,"Cost":100,"Date":"4/5/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":437,"Cost":279,"Date":"4/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":378,"Cost":233,"Date":"7/10/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":346,"Cost":215,"Date":"3/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":904,"Cost":641,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":30,"Cost":21,"Date":"10/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":406,"Cost":284,"Date":"3/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":286,"Cost":148,"Date":"6/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":185,"Cost":96,"Date":"7/17/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":76,"Cost":47,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":907,"Cost":523,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":198,"Cost":150,"Date":"11/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":294,"Cost":205,"Date":"12/16/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":605,"Cost":489,"Date":"12/30/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":341,"Cost":314,"Date":"2/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":172,"Cost":156,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":57,"Cost":55,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":677,"Cost":491,"Date":"4/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":594,"Cost":456,"Date":"7/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":661,"Cost":395,"Date":"8/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":917,"Cost":856,"Date":"10/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":345,"Cost":221,"Date":"11/11/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":732,"Cost":426,"Date":"11/30/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":61,"Cost":52,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":699,"Cost":638,"Date":"3/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":722,"Cost":460,"Date":"4/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":941,"Cost":688,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":637,"Cost":367,"Date":"8/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":832,"Cost":688,"Date":"9/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":834,"Cost":523,"Date":"10/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":743,"Cost":492,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":282,"Cost":147,"Date":"11/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":210,"Cost":170,"Date":"12/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":847,"Cost":467,"Date":"12/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":929,"Cost":584,"Date":"1/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":251,"Cost":188,"Date":"1/23/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":711,"Cost":445,"Date":"2/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":649,"Cost":613,"Date":"3/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":710,"Cost":360,"Date":"3/12/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":583,"Cost":530,"Date":"3/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":749,"Cost":477,"Date":"6/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":243,"Cost":127,"Date":"6/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":363,"Cost":250,"Date":"8/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":979,"Cost":522,"Date":"10/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":316,"Cost":234,"Date":"11/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":211,"Cost":108,"Date":"11/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":191,"Cost":135,"Date":"3/27/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":74,"Cost":48,"Date":"4/17/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":768,"Cost":459,"Date":"8/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":882,"Cost":592,"Date":"8/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":350,"Cost":215,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":706,"Cost":579,"Date":"9/5/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":752,"Cost":415,"Date":"9/14/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":887,"Cost":543,"Date":"9/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":652,"Cost":478,"Date":"11/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":873,"Cost":631,"Date":"12/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":710,"Cost":429,"Date":"1/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":750,"Cost":435,"Date":"1/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":506,"Cost":304,"Date":"2/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":829,"Date":"3/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":191,"Cost":151,"Date":"4/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":496,"Cost":378,"Date":"4/5/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":902,"Cost":799,"Date":"4/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":610,"Cost":327,"Date":"7/10/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":704,"Cost":666,"Date":"3/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":714,"Cost":469,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":459,"Cost":415,"Date":"10/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":40,"Cost":26,"Date":"3/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":131,"Cost":72,"Date":"6/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":56,"Cost":37,"Date":"7/17/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":546,"Cost":278,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":421,"Cost":339,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":980,"Cost":669,"Date":"11/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":745,"Cost":494,"Date":"12/16/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":197,"Date":"12/30/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":768,"Cost":689,"Date":"2/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":443,"Cost":240,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":378,"Cost":222,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":746,"Cost":693,"Date":"4/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":29,"Cost":17,"Date":"7/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":640,"Cost":379,"Date":"8/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":897,"Cost":647,"Date":"10/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":481,"Cost":244,"Date":"11/11/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":388,"Cost":342,"Date":"11/30/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":434,"Cost":392,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":575,"Cost":327,"Date":"3/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":283,"Cost":192,"Date":"4/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":13,"Cost":12,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":805,"Cost":596,"Date":"8/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":36,"Cost":31,"Date":"9/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":206,"Cost":141,"Date":"10/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":56,"Cost":46,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":996,"Cost":617,"Date":"11/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":931,"Cost":584,"Date":"12/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":71,"Cost":52,"Date":"12/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":399,"Cost":345,"Date":"1/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":42,"Cost":32,"Date":"1/23/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":295,"Cost":250,"Date":"2/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":692,"Cost":486,"Date":"3/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":286,"Cost":269,"Date":"3/12/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":678,"Cost":410,"Date":"3/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":327,"Cost":201,"Date":"6/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":413,"Cost":358,"Date":"6/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":948,"Cost":602,"Date":"8/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":682,"Cost":469,"Date":"10/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":519,"Cost":370,"Date":"11/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":274,"Date":"11/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":399,"Cost":240,"Date":"3/27/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":641,"Cost":477,"Date":"4/17/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":736,"Cost":651,"Date":"8/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":997,"Cost":859,"Date":"8/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":823,"Cost":676,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":444,"Cost":406,"Date":"9/5/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":116,"Cost":96,"Date":"9/14/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":757,"Cost":519,"Date":"9/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":351,"Cost":290,"Date":"11/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":379,"Cost":310,"Date":"12/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":493,"Cost":266,"Date":"1/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":497,"Cost":302,"Date":"1/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":75,"Cost":41,"Date":"2/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":297,"Cost":218,"Date":"3/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":792,"Cost":520,"Date":"4/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":81,"Cost":54,"Date":"4/5/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":861,"Cost":561,"Date":"4/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":636,"Cost":348,"Date":"7/10/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":379,"Cost":347,"Date":"3/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":451,"Cost":257,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":33,"Cost":31,"Date":"10/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":476,"Cost":363,"Date":"3/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":152,"Cost":136,"Date":"6/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":255,"Cost":169,"Date":"7/17/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":275,"Cost":187,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":337,"Cost":250,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":201,"Cost":131,"Date":"11/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":354,"Cost":239,"Date":"12/16/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":839,"Cost":689,"Date":"12/30/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":465,"Cost":240,"Date":"2/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":102,"Cost":70,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":938,"Cost":719,"Date":"3/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":867,"Cost":533,"Date":"4/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":992,"Cost":678,"Date":"7/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":394,"Cost":252,"Date":"8/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":462,"Cost":293,"Date":"10/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":36,"Cost":27,"Date":"11/11/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":149,"Cost":77,"Date":"11/30/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":943,"Cost":777,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":803,"Cost":696,"Date":"3/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":362,"Cost":308,"Date":"4/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":529,"Cost":342,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":350,"Cost":287,"Date":"8/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":604,"Cost":427,"Date":"9/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":40,"Cost":22,"Date":"10/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":56,"Cost":31,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":978,"Cost":858,"Date":"11/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":589,"Cost":555,"Date":"12/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":259,"Cost":234,"Date":"12/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":944,"Cost":536,"Date":"1/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":759,"Cost":700,"Date":"1/23/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":368,"Cost":305,"Date":"2/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":411,"Cost":366,"Date":"3/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":247,"Cost":195,"Date":"3/12/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":783,"Cost":699,"Date":"3/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":441,"Cost":263,"Date":"6/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":296,"Cost":251,"Date":"6/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":857,"Cost":695,"Date":"8/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":915,"Cost":728,"Date":"10/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":168,"Cost":85,"Date":"11/4/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":951,"Cost":488,"Date":"11/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":747,"Cost":618,"Date":"3/27/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":304,"Cost":258,"Date":"4/17/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":127,"Cost":119,"Date":"8/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":488,"Cost":464,"Date":"8/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":152,"Cost":143,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":189,"Cost":165,"Date":"9/5/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":874,"Cost":574,"Date":"9/14/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":66,"Cost":58,"Date":"9/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":126,"Cost":101,"Date":"11/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":5,"Cost":3,"Date":"12/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":266,"Cost":150,"Date":"1/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":600,"Cost":551,"Date":"1/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":757,"Cost":395,"Date":"2/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":873,"Cost":814,"Date":"3/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":200,"Cost":152,"Date":"4/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":337,"Cost":260,"Date":"4/5/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":508,"Cost":341,"Date":"4/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":935,"Cost":814,"Date":"7/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":173,"Cost":102,"Date":"3/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":911,"Cost":474,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":414,"Cost":255,"Date":"10/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":810,"Cost":460,"Date":"3/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":198,"Cost":126,"Date":"6/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":54,"Cost":51,"Date":"7/17/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":952,"Cost":901,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":267,"Cost":147,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":425,"Cost":362,"Date":"11/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":707,"Cost":500,"Date":"12/16/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":35,"Cost":29,"Date":"12/30/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":835,"Cost":516,"Date":"2/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":480,"Cost":394,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":396,"Cost":350,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":912,"Cost":712,"Date":"4/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":852,"Cost":599,"Date":"7/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":762,"Cost":591,"Date":"8/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":299,"Cost":268,"Date":"10/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":560,"Cost":296,"Date":"11/11/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":78,"Cost":73,"Date":"11/30/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":702,"Cost":366,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":858,"Cost":812,"Date":"3/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":337,"Cost":209,"Date":"4/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":22,"Cost":11,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":444,"Cost":301,"Date":"8/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":37,"Cost":33,"Date":"9/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":352,"Cost":306,"Date":"10/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":20,"Cost":14,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":958,"Cost":901,"Date":"11/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":66,"Cost":47,"Date":"12/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":500,"Cost":386,"Date":"12/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":262,"Cost":216,"Date":"1/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":286,"Cost":255,"Date":"1/23/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":1,"Cost":1,"Date":"2/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":548,"Cost":427,"Date":"3/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":642,"Cost":498,"Date":"3/12/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":600,"Cost":486,"Date":"3/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":844,"Cost":791,"Date":"6/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":551,"Cost":367,"Date":"6/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":603,"Cost":390,"Date":"8/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":654,"Cost":457,"Date":"10/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":803,"Cost":653,"Date":"11/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":156,"Cost":98,"Date":"11/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":393,"Cost":221,"Date":"3/27/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":477,"Cost":365,"Date":"4/17/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":120,"Cost":99,"Date":"8/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":647,"Cost":612,"Date":"8/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":298,"Cost":166,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":557,"Cost":323,"Date":"9/5/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":312,"Cost":294,"Date":"9/14/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":377,"Cost":322,"Date":"9/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":459,"Cost":422,"Date":"11/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":613,"Cost":425,"Date":"12/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":133,"Cost":112,"Date":"1/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":467,"Cost":350,"Date":"1/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":308,"Cost":171,"Date":"2/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":884,"Cost":453,"Date":"3/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":249,"Cost":213,"Date":"4/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":315,"Cost":256,"Date":"4/5/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":448,"Cost":311,"Date":"4/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":958,"Cost":510,"Date":"7/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":178,"Cost":156,"Date":"3/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":623,"Cost":543,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":949,"Cost":849,"Date":"10/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":560,"Cost":310,"Date":"3/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":356,"Cost":214,"Date":"6/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":294,"Cost":179,"Date":"7/17/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":196,"Cost":117,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":603,"Cost":565,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":446,"Cost":234,"Date":"11/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":174,"Cost":152,"Date":"12/16/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":103,"Cost":71,"Date":"12/30/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":933,"Cost":877,"Date":"2/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":961,"Cost":749,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":494,"Cost":248,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":878,"Cost":668,"Date":"4/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":360,"Cost":291,"Date":"7/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":813,"Cost":735,"Date":"8/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":380,"Cost":237,"Date":"10/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":144,"Cost":106,"Date":"11/11/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":884,"Cost":688,"Date":"11/30/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":577,"Cost":482,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":949,"Cost":694,"Date":"3/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":415,"Cost":223,"Date":"4/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":444,"Cost":270,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":17,"Cost":12,"Date":"8/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":82,"Cost":52,"Date":"9/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":353,"Cost":307,"Date":"10/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":63,"Cost":44,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":655,"Cost":410,"Date":"11/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":99,"Cost":79,"Date":"12/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":828,"Cost":550,"Date":"12/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":498,"Cost":342,"Date":"1/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":581,"Cost":411,"Date":"1/23/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":312,"Cost":161,"Date":"2/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":399,"Cost":299,"Date":"3/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":542,"Cost":315,"Date":"3/12/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":984,"Cost":579,"Date":"3/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":19,"Cost":10,"Date":"6/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":883,"Cost":687,"Date":"6/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":787,"Cost":421,"Date":"8/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":994,"Cost":880,"Date":"10/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":639,"Cost":381,"Date":"11/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":17,"Cost":9,"Date":"11/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":152,"Cost":88,"Date":"3/27/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":451,"Cost":418,"Date":"4/17/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":805,"Cost":499,"Date":"8/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":700,"Cost":539,"Date":"8/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":547,"Cost":435,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":921,"Cost":839,"Date":"9/5/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":769,"Cost":514,"Date":"9/14/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":631,"Cost":577,"Date":"9/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":797,"Cost":577,"Date":"11/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":168,"Cost":146,"Date":"12/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":791,"Cost":707,"Date":"1/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":173,"Cost":132,"Date":"1/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":758,"Cost":588,"Date":"2/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":495,"Cost":382,"Date":"3/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":754,"Cost":443,"Date":"4/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":349,"Cost":328,"Date":"4/5/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":791,"Cost":750,"Date":"4/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":147,"Cost":84,"Date":"7/10/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":347,"Cost":177,"Date":"3/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":439,"Cost":251,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":119,"Cost":66,"Date":"10/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":790,"Cost":714,"Date":"3/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":560,"Cost":376,"Date":"6/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":9,"Cost":5,"Date":"7/17/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":458,"Cost":302,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":416,"Cost":230,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":935,"Cost":567,"Date":"11/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":52,"Cost":26,"Date":"12/16/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":977,"Cost":508,"Date":"12/30/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":685,"Cost":408,"Date":"2/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":488,"Cost":409,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":281,"Cost":143,"Date":"3/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":693,"Cost":643,"Date":"4/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":960,"Cost":871,"Date":"7/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":49,"Cost":42,"Date":"8/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":206,"Cost":141,"Date":"10/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":574,"Cost":393,"Date":"11/11/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":115,"Cost":97,"Date":"11/30/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":490,"Cost":417,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":169,"Cost":125,"Date":"3/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":781,"Cost":696,"Date":"4/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":544,"Cost":497,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":365,"Cost":214,"Date":"8/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":65,"Cost":35,"Date":"9/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":181,"Cost":154,"Date":"10/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":19,"Cost":14,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":790,"Cost":669,"Date":"11/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":533,"Cost":338,"Date":"12/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":701,"Cost":586,"Date":"12/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":836,"Cost":464,"Date":"1/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":850,"Cost":648,"Date":"1/23/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":930,"Cost":685,"Date":"2/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":701,"Cost":643,"Date":"3/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":788,"Cost":745,"Date":"3/12/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":575,"Cost":411,"Date":"3/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":717,"Cost":509,"Date":"6/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":463,"Cost":402,"Date":"6/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":466,"Cost":278,"Date":"8/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":687,"Cost":478,"Date":"10/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":231,"Cost":154,"Date":"11/4/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":502,"Cost":417,"Date":"11/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":10,"Cost":7,"Date":"3/27/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":312,"Cost":227,"Date":"4/17/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":759,"Cost":654,"Date":"8/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":550,"Cost":482,"Date":"8/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":156,"Cost":119,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":173,"Cost":132,"Date":"9/5/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":874,"Cost":744,"Date":"9/14/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":350,"Cost":257,"Date":"9/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":351,"Cost":282,"Date":"11/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":124,"Cost":105,"Date":"12/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":200,"Cost":139,"Date":"1/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":586,"Cost":430,"Date":"1/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":883,"Cost":719,"Date":"2/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":804,"Cost":686,"Date":"3/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":700,"Cost":435,"Date":"4/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":217,"Cost":194,"Date":"4/5/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":291,"Cost":165,"Date":"4/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":564,"Cost":460,"Date":"7/10/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":515,"Cost":313,"Date":"3/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":540,"Cost":344,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":643,"Cost":400,"Date":"10/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":333,"Cost":204,"Date":"3/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":828,"Cost":702,"Date":"6/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":140,"Cost":84,"Date":"7/17/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":181,"Cost":136,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":35,"Cost":24,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":576,"Cost":483,"Date":"11/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":596,"Cost":499,"Date":"12/16/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":651,"Cost":390,"Date":"12/30/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":944,"Cost":873,"Date":"2/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":88,"Cost":82,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":566,"Cost":401,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":35,"Cost":23,"Date":"4/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":746,"Cost":575,"Date":"7/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":798,"Cost":678,"Date":"8/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":66,"Cost":40,"Date":"10/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":362,"Cost":248,"Date":"11/11/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":362,"Cost":296,"Date":"11/30/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":694,"Cost":538,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":972,"Cost":895,"Date":"3/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":808,"Cost":505,"Date":"4/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":370,"Cost":290,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":625,"Cost":367,"Date":"8/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":795,"Cost":486,"Date":"9/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":35,"Cost":26,"Date":"10/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":203,"Cost":159,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":513,"Cost":281,"Date":"11/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":525,"Cost":415,"Date":"12/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":498,"Cost":402,"Date":"12/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":180,"Cost":97,"Date":"1/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":811,"Cost":668,"Date":"1/23/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":347,"Cost":228,"Date":"2/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":163,"Cost":118,"Date":"3/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":829,"Cost":428,"Date":"3/12/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":716,"Cost":600,"Date":"3/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":481,"Cost":290,"Date":"6/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":38,"Cost":27,"Date":"6/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":640,"Cost":482,"Date":"8/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":992,"Cost":825,"Date":"10/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":43,"Cost":33,"Date":"11/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":375,"Cost":230,"Date":"11/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":60,"Cost":50,"Date":"3/27/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":617,"Cost":533,"Date":"4/17/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":713,"Cost":618,"Date":"8/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":471,"Cost":375,"Date":"8/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":431,"Cost":387,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":715,"Cost":667,"Date":"9/5/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":400,"Cost":380,"Date":"9/14/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":330,"Cost":263,"Date":"9/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":993,"Cost":624,"Date":"11/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":492,"Cost":456,"Date":"12/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":180,"Cost":131,"Date":"1/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":457,"Cost":333,"Date":"1/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":515,"Cost":312,"Date":"2/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":344,"Cost":320,"Date":"3/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":105,"Cost":98,"Date":"4/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":479,"Cost":272,"Date":"4/5/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":651,"Cost":409,"Date":"4/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":562,"Cost":371,"Date":"7/10/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":292,"Cost":269,"Date":"3/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":533,"Cost":481,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":933,"Cost":647,"Date":"10/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":538,"Cost":301,"Date":"3/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":166,"Cost":133,"Date":"6/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":392,"Cost":274,"Date":"7/17/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":316,"Cost":244,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":906,"Cost":853,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":990,"Cost":722,"Date":"11/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":42,"Cost":29,"Date":"12/16/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":796,"Cost":605,"Date":"12/30/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":760,"Cost":623,"Date":"2/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":976,"Cost":849,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":998,"Cost":742,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":277,"Cost":235,"Date":"4/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":158,"Cost":110,"Date":"7/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":777,"Cost":514,"Date":"8/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":900,"Cost":701,"Date":"10/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":714,"Cost":490,"Date":"11/11/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":38,"Cost":21,"Date":"11/30/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":567,"Cost":486,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":114,"Cost":89,"Date":"3/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":797,"Cost":729,"Date":"4/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":568,"Cost":483,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":849,"Cost":568,"Date":"8/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":995,"Cost":895,"Date":"9/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":359,"Cost":330,"Date":"10/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":645,"Cost":329,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":77,"Cost":67,"Date":"11/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":842,"Cost":730,"Date":"12/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":706,"Cost":404,"Date":"12/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":119,"Cost":109,"Date":"1/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":749,"Cost":398,"Date":"1/23/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":996,"Cost":629,"Date":"2/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":282,"Cost":174,"Date":"3/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":833,"Cost":720,"Date":"3/12/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":675,"Cost":548,"Date":"3/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":989,"Cost":841,"Date":"6/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":516,"Cost":338,"Date":"6/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":454,"Cost":368,"Date":"8/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":452,"Cost":326,"Date":"10/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":10,"Cost":8,"Date":"11/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":887,"Cost":528,"Date":"11/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":284,"Cost":195,"Date":"3/27/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":954,"Cost":697,"Date":"4/17/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":76,"Cost":66,"Date":"8/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":780,"Cost":519,"Date":"8/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":285,"Cost":234,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":579,"Cost":461,"Date":"9/5/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":814,"Cost":408,"Date":"9/14/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":7,"Cost":5,"Date":"9/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":804,"Cost":723,"Date":"11/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":541,"Cost":444,"Date":"12/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":164,"Cost":87,"Date":"1/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":264,"Cost":162,"Date":"1/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":792,"Cost":514,"Date":"2/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":409,"Cost":330,"Date":"3/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":760,"Cost":704,"Date":"4/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":776,"Cost":540,"Date":"4/5/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":199,"Cost":144,"Date":"4/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":4,"Cost":4,"Date":"7/10/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":178,"Cost":120,"Date":"3/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":274,"Cost":220,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":238,"Cost":150,"Date":"10/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":192,"Cost":149,"Date":"3/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":908,"Cost":769,"Date":"6/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":253,"Cost":152,"Date":"7/17/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":167,"Cost":108,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":480,"Cost":456,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":446,"Cost":231,"Date":"11/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":517,"Cost":391,"Date":"12/16/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":674,"Cost":635,"Date":"12/30/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":997,"Cost":687,"Date":"2/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":874,"Cost":684,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":611,"Cost":520,"Date":"3/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":983,"Cost":906,"Date":"4/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":411,"Cost":246,"Date":"7/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":771,"Cost":663,"Date":"8/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":780,"Cost":411,"Date":"10/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":365,"Cost":268,"Date":"11/11/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":918,"Cost":490,"Date":"11/30/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":689,"Cost":437,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":106,"Cost":97,"Date":"3/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":507,"Cost":391,"Date":"4/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":642,"Cost":398,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":276,"Cost":185,"Date":"8/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":529,"Cost":292,"Date":"9/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":305,"Cost":271,"Date":"10/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":937,"Cost":759,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":413,"Cost":280,"Date":"11/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":511,"Cost":393,"Date":"12/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":685,"Cost":343,"Date":"12/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":125,"Cost":112,"Date":"1/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":374,"Cost":206,"Date":"1/23/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":84,"Cost":70,"Date":"2/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":696,"Cost":409,"Date":"3/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":42,"Cost":34,"Date":"3/12/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":763,"Cost":620,"Date":"3/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":9,"Cost":9,"Date":"6/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":814,"Cost":725,"Date":"6/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":4,"Cost":3,"Date":"8/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":392,"Cost":215,"Date":"10/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":823,"Cost":536,"Date":"11/4/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":451,"Cost":384,"Date":"11/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":190,"Cost":153,"Date":"3/27/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":204,"Cost":104,"Date":"4/17/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":152,"Cost":86,"Date":"8/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":665,"Cost":581,"Date":"8/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":11,"Cost":11,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":556,"Cost":343,"Date":"9/5/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":229,"Cost":119,"Date":"9/14/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":720,"Cost":455,"Date":"9/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":897,"Cost":762,"Date":"11/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":374,"Cost":297,"Date":"12/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":879,"Cost":738,"Date":"1/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":838,"Cost":689,"Date":"1/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":113,"Cost":107,"Date":"2/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":634,"Cost":537,"Date":"3/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":870,"Cost":595,"Date":"4/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":87,"Cost":63,"Date":"4/5/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":188,"Cost":158,"Date":"4/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":640,"Cost":544,"Date":"7/10/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":575,"Cost":475,"Date":"3/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":256,"Cost":162,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":883,"Cost":649,"Date":"10/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":746,"Cost":692,"Date":"3/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":1000,"Cost":767,"Date":"6/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":876,"Cost":673,"Date":"7/17/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":661,"Cost":431,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":260,"Cost":154,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":736,"Cost":662,"Date":"11/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":605,"Cost":317,"Date":"12/16/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":491,"Cost":451,"Date":"12/30/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":367,"Cost":201,"Date":"2/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":590,"Cost":324,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":271,"Cost":232,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":403,"Cost":268,"Date":"4/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":374,"Cost":207,"Date":"7/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":906,"Cost":488,"Date":"8/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":968,"Cost":854,"Date":"10/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":199,"Cost":151,"Date":"11/11/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":180,"Cost":94,"Date":"11/30/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":169,"Cost":142,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":590,"Cost":342,"Date":"3/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":359,"Cost":309,"Date":"4/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":924,"Cost":858,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":815,"Cost":604,"Date":"8/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":810,"Cost":523,"Date":"9/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":5,"Cost":2,"Date":"10/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":581,"Cost":338,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":256,"Cost":179,"Date":"11/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":822,"Cost":417,"Date":"12/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":489,"Cost":369,"Date":"12/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":357,"Cost":211,"Date":"1/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":601,"Cost":390,"Date":"1/23/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":460,"Cost":248,"Date":"2/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":168,"Cost":91,"Date":"3/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":849,"Cost":745,"Date":"3/12/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":926,"Cost":597,"Date":"3/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":890,"Cost":640,"Date":"6/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":450,"Cost":278,"Date":"6/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":467,"Cost":385,"Date":"8/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":640,"Cost":404,"Date":"10/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":117,"Cost":91,"Date":"11/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":106,"Cost":70,"Date":"11/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":23,"Cost":15,"Date":"3/27/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":703,"Cost":413,"Date":"4/17/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":451,"Cost":290,"Date":"8/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":958,"Cost":495,"Date":"8/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":96,"Cost":65,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":626,"Cost":402,"Date":"9/5/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":735,"Cost":642,"Date":"9/14/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":350,"Cost":184,"Date":"9/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":27,"Cost":14,"Date":"11/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":387,"Cost":286,"Date":"12/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":156,"Cost":93,"Date":"1/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":16,"Cost":15,"Date":"1/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":826,"Cost":501,"Date":"2/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":61,"Cost":34,"Date":"3/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":737,"Cost":405,"Date":"4/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":519,"Cost":378,"Date":"4/5/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":279,"Cost":236,"Date":"4/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":236,"Cost":177,"Date":"7/10/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":206,"Cost":136,"Date":"3/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":461,"Cost":310,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":392,"Cost":207,"Date":"10/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":982,"Cost":822,"Date":"3/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":80,"Cost":51,"Date":"6/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":297,"Cost":221,"Date":"7/17/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":84,"Cost":65,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":611,"Cost":413,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":308,"Cost":283,"Date":"11/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":308,"Cost":165,"Date":"12/16/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":24,"Cost":18,"Date":"12/30/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":421,"Cost":345,"Date":"2/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":719,"Cost":425,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":496,"Cost":471,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":209,"Cost":181,"Date":"4/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":39,"Cost":34,"Date":"7/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":573,"Cost":483,"Date":"8/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":274,"Cost":235,"Date":"10/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":786,"Cost":535,"Date":"11/11/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":616,"Cost":490,"Date":"11/30/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":211,"Cost":184,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":664,"Cost":624,"Date":"3/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":237,"Cost":127,"Date":"4/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":212,"Cost":178,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":289,"Cost":207,"Date":"8/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":695,"Cost":629,"Date":"9/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":522,"Cost":376,"Date":"10/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":119,"Cost":92,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":169,"Cost":114,"Date":"11/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":484,"Cost":343,"Date":"12/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":469,"Cost":429,"Date":"12/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":132,"Cost":84,"Date":"1/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":540,"Cost":303,"Date":"1/23/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":875,"Cost":681,"Date":"2/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":459,"Cost":408,"Date":"3/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":582,"Cost":447,"Date":"3/12/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":803,"Cost":532,"Date":"3/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":984,"Cost":549,"Date":"6/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":530,"Cost":455,"Date":"6/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":994,"Cost":513,"Date":"8/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":78,"Cost":46,"Date":"10/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":849,"Cost":762,"Date":"11/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":111,"Cost":69,"Date":"11/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":735,"Cost":532,"Date":"3/27/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":583,"Cost":401,"Date":"4/17/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":52,"Cost":28,"Date":"8/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":441,"Cost":352,"Date":"8/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":571,"Cost":337,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":177,"Cost":117,"Date":"9/5/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":818,"Cost":556,"Date":"9/14/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":619,"Cost":326,"Date":"9/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":909,"Cost":717,"Date":"11/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":370,"Cost":192,"Date":"12/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":427,"Cost":310,"Date":"1/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":530,"Cost":430,"Date":"1/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":688,"Cost":536,"Date":"2/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":247,"Cost":199,"Date":"3/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":347,"Cost":233,"Date":"4/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":356,"Cost":228,"Date":"4/5/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":274,"Cost":161,"Date":"4/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":207,"Cost":141,"Date":"7/10/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":881,"Cost":699,"Date":"3/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":587,"Cost":494,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":824,"Cost":543,"Date":"10/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":230,"Cost":143,"Date":"3/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":939,"Cost":555,"Date":"6/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":1,"Cost":1,"Date":"7/17/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":194,"Cost":160,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":361,"Cost":295,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":950,"Cost":659,"Date":"11/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":422,"Cost":212,"Date":"12/16/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":29,"Cost":23,"Date":"12/30/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":565,"Cost":292,"Date":"2/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":762,"Cost":577,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":153,"Cost":102,"Date":"3/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":393,"Cost":282,"Date":"4/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":912,"Cost":852,"Date":"7/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":143,"Cost":103,"Date":"8/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":359,"Cost":334,"Date":"10/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":743,"Cost":661,"Date":"11/11/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":645,"Cost":512,"Date":"11/30/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":311,"Cost":156,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":696,"Cost":469,"Date":"3/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":92,"Cost":69,"Date":"4/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":439,"Cost":233,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":63,"Cost":59,"Date":"8/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":979,"Cost":622,"Date":"9/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":317,"Cost":292,"Date":"10/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":712,"Cost":669,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":880,"Cost":668,"Date":"11/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":341,"Cost":285,"Date":"12/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":336,"Cost":212,"Date":"12/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":660,"Cost":360,"Date":"1/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":330,"Cost":288,"Date":"1/23/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":387,"Cost":348,"Date":"2/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":175,"Cost":156,"Date":"3/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":793,"Cost":480,"Date":"3/12/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":669,"Cost":617,"Date":"3/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":891,"Cost":459,"Date":"6/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":450,"Cost":326,"Date":"6/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":270,"Cost":203,"Date":"8/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":640,"Cost":519,"Date":"10/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":719,"Cost":534,"Date":"11/4/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":780,"Cost":706,"Date":"11/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":833,"Cost":761,"Date":"3/27/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":751,"Cost":541,"Date":"4/17/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":146,"Cost":79,"Date":"8/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":75,"Cost":54,"Date":"8/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":173,"Cost":158,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":802,"Cost":480,"Date":"9/5/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":971,"Cost":920,"Date":"9/14/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":160,"Cost":151,"Date":"9/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":851,"Cost":618,"Date":"11/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":293,"Cost":168,"Date":"12/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":683,"Cost":453,"Date":"1/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":684,"Cost":584,"Date":"1/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":146,"Cost":110,"Date":"2/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":654,"Cost":477,"Date":"3/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":405,"Cost":289,"Date":"4/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":333,"Cost":243,"Date":"4/5/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":739,"Cost":590,"Date":"4/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":816,"Cost":473,"Date":"7/10/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":666,"Cost":425,"Date":"3/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":643,"Cost":592,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":265,"Cost":157,"Date":"10/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":882,"Cost":722,"Date":"3/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":8,"Cost":6,"Date":"6/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":376,"Cost":220,"Date":"7/17/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":431,"Cost":305,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":520,"Cost":412,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":488,"Cost":377,"Date":"11/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":858,"Cost":608,"Date":"12/16/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":347,"Cost":251,"Date":"12/30/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":849,"Cost":560,"Date":"2/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":432,"Cost":367,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":144,"Cost":108,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":557,"Cost":311,"Date":"4/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":508,"Cost":302,"Date":"7/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":509,"Cost":433,"Date":"8/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":32,"Cost":23,"Date":"10/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":115,"Cost":96,"Date":"11/11/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":633,"Cost":564,"Date":"11/30/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":36,"Cost":34,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":1,"Cost":0,"Date":"3/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":928,"Cost":544,"Date":"4/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":314,"Cost":214,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":544,"Cost":444,"Date":"8/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":637,"Cost":510,"Date":"9/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":87,"Cost":66,"Date":"10/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":725,"Cost":614,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":623,"Cost":389,"Date":"11/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":234,"Cost":163,"Date":"12/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":722,"Cost":651,"Date":"12/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":39,"Cost":32,"Date":"1/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":188,"Cost":150,"Date":"1/23/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":354,"Cost":276,"Date":"2/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":656,"Cost":469,"Date":"3/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":326,"Cost":248,"Date":"3/12/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":646,"Cost":610,"Date":"3/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":629,"Cost":539,"Date":"6/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":469,"Cost":392,"Date":"6/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":476,"Cost":385,"Date":"8/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":176,"Cost":162,"Date":"10/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":1,"Cost":0,"Date":"11/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Jeans","Country":"USA","Sale":105,"Cost":92,"Date":"11/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":183,"Cost":133,"Date":"3/27/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":523,"Cost":380,"Date":"4/17/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":891,"Cost":651,"Date":"8/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":245,"Cost":131,"Date":"8/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":327,"Cost":271,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":266,"Cost":166,"Date":"9/5/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":957,"Cost":703,"Date":"9/14/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":871,"Cost":561,"Date":"9/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":373,"Date":"11/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":128,"Cost":121,"Date":"12/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":544,"Cost":421,"Date":"1/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":786,"Cost":558,"Date":"1/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":597,"Cost":492,"Date":"2/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":706,"Cost":518,"Date":"3/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":434,"Cost":394,"Date":"4/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":435,"Cost":292,"Date":"4/5/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":445,"Cost":317,"Date":"4/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":771,"Date":"7/10/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":839,"Cost":441,"Date":"3/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":758,"Cost":425,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":60,"Cost":44,"Date":"10/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":67,"Cost":56,"Date":"3/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":993,"Cost":823,"Date":"6/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":575,"Cost":444,"Date":"7/17/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":119,"Cost":81,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":878,"Cost":672,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":919,"Cost":675,"Date":"11/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":799,"Cost":523,"Date":"12/16/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":951,"Cost":835,"Date":"12/30/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":200,"Cost":148,"Date":"2/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":497,"Cost":274,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":215,"Cost":167,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":33,"Cost":29,"Date":"4/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":311,"Date":"7/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":114,"Cost":83,"Date":"8/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":183,"Cost":97,"Date":"10/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":525,"Cost":359,"Date":"11/11/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":284,"Cost":213,"Date":"11/30/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":405,"Cost":286,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":82,"Cost":67,"Date":"3/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":629,"Cost":467,"Date":"4/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":492,"Cost":258,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":322,"Date":"8/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":591,"Cost":531,"Date":"9/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":340,"Cost":284,"Date":"10/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":521,"Cost":356,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":436,"Date":"11/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":250,"Cost":196,"Date":"12/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":534,"Cost":422,"Date":"12/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":711,"Cost":665,"Date":"1/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":356,"Cost":256,"Date":"1/23/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":461,"Cost":230,"Date":"2/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":390,"Cost":237,"Date":"3/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":157,"Date":"3/12/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":255,"Cost":151,"Date":"3/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":219,"Cost":191,"Date":"6/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":301,"Cost":211,"Date":"6/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":525,"Cost":478,"Date":"8/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":632,"Cost":533,"Date":"10/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":478,"Cost":253,"Date":"11/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":339,"Cost":177,"Date":"11/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":599,"Cost":436,"Date":"3/27/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":385,"Cost":243,"Date":"4/17/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":535,"Cost":327,"Date":"8/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":391,"Cost":327,"Date":"8/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":972,"Cost":692,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":622,"Cost":591,"Date":"9/5/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":2,"Cost":1,"Date":"9/14/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":641,"Cost":481,"Date":"9/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":490,"Cost":352,"Date":"11/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":619,"Cost":380,"Date":"12/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":937,"Cost":742,"Date":"1/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":229,"Cost":212,"Date":"1/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":115,"Cost":109,"Date":"2/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":538,"Cost":422,"Date":"3/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":508,"Cost":289,"Date":"4/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":49,"Cost":32,"Date":"4/5/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":284,"Cost":193,"Date":"4/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":292,"Cost":227,"Date":"7/10/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":590,"Cost":557,"Date":"3/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":205,"Cost":113,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":79,"Cost":60,"Date":"10/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":108,"Cost":60,"Date":"3/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":595,"Cost":422,"Date":"6/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":959,"Cost":581,"Date":"7/17/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":455,"Cost":312,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":634,"Cost":402,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":136,"Cost":97,"Date":"11/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":763,"Cost":701,"Date":"12/16/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":748,"Cost":647,"Date":"12/30/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":310,"Cost":210,"Date":"2/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":798,"Cost":421,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":22,"Cost":16,"Date":"3/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":387,"Cost":207,"Date":"4/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":285,"Cost":178,"Date":"7/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":728,"Cost":691,"Date":"8/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":354,"Cost":268,"Date":"10/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":210,"Cost":136,"Date":"11/11/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":840,"Cost":528,"Date":"11/30/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":628,"Cost":397,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":577,"Cost":469,"Date":"3/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":379,"Cost":212,"Date":"4/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":162,"Cost":124,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":734,"Cost":502,"Date":"8/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":802,"Cost":498,"Date":"9/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":982,"Cost":632,"Date":"10/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":610,"Cost":486,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":439,"Cost":383,"Date":"11/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":895,"Cost":531,"Date":"12/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":4,"Cost":4,"Date":"12/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":624,"Cost":360,"Date":"1/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":393,"Cost":351,"Date":"1/23/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":728,"Cost":634,"Date":"2/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":823,"Cost":432,"Date":"3/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":402,"Cost":331,"Date":"3/12/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":164,"Cost":114,"Date":"3/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":437,"Cost":325,"Date":"6/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":496,"Cost":386,"Date":"6/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":222,"Cost":185,"Date":"8/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":291,"Cost":259,"Date":"10/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":603,"Cost":475,"Date":"11/4/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":262,"Cost":195,"Date":"11/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":259,"Cost":206,"Date":"3/27/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":857,"Cost":600,"Date":"4/17/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":233,"Cost":170,"Date":"8/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":702,"Cost":650,"Date":"8/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":28,"Cost":15,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":941,"Cost":785,"Date":"9/5/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":416,"Cost":277,"Date":"9/14/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":953,"Cost":579,"Date":"9/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":629,"Cost":501,"Date":"11/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":385,"Cost":314,"Date":"12/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":690,"Cost":385,"Date":"1/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":853,"Cost":810,"Date":"1/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":520,"Cost":270,"Date":"2/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":171,"Cost":160,"Date":"3/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":608,"Cost":551,"Date":"4/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":274,"Cost":194,"Date":"4/5/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":3,"Cost":2,"Date":"4/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":38,"Cost":31,"Date":"7/10/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":636,"Cost":556,"Date":"3/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":565,"Cost":394,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":273,"Cost":214,"Date":"10/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":490,"Cost":262,"Date":"3/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":464,"Cost":280,"Date":"6/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":352,"Cost":197,"Date":"7/17/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":663,"Cost":533,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":526,"Cost":268,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":593,"Cost":365,"Date":"11/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":518,"Cost":461,"Date":"12/16/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":91,"Cost":80,"Date":"12/30/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":35,"Cost":25,"Date":"2/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":486,"Cost":277,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":224,"Cost":119,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":634,"Cost":399,"Date":"4/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":704,"Cost":390,"Date":"7/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":513,"Cost":477,"Date":"8/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":380,"Cost":245,"Date":"10/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":205,"Cost":142,"Date":"11/11/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":143,"Cost":122,"Date":"11/30/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":954,"Cost":719,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":653,"Cost":605,"Date":"3/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":973,"Cost":538,"Date":"4/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":590,"Cost":320,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":911,"Cost":569,"Date":"8/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":894,"Cost":603,"Date":"9/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":750,"Cost":496,"Date":"10/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":156,"Cost":85,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":748,"Cost":701,"Date":"11/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":645,"Cost":494,"Date":"12/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":83,"Cost":62,"Date":"12/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":157,"Cost":125,"Date":"1/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":434,"Cost":258,"Date":"1/23/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":411,"Cost":308,"Date":"2/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":105,"Cost":96,"Date":"3/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":265,"Cost":185,"Date":"3/12/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":428,"Cost":314,"Date":"3/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":793,"Cost":657,"Date":"6/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":431,"Cost":328,"Date":"6/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":199,"Cost":182,"Date":"8/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":255,"Cost":194,"Date":"10/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":380,"Cost":278,"Date":"11/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":701,"Cost":596,"Date":"11/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":299,"Cost":254,"Date":"3/27/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":710,"Cost":576,"Date":"4/17/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":421,"Cost":247,"Date":"8/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":497,"Cost":349,"Date":"8/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":338,"Cost":281,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":365,"Cost":268,"Date":"9/5/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":94,"Cost":73,"Date":"9/14/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":251,"Cost":208,"Date":"9/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":375,"Cost":335,"Date":"11/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":197,"Cost":185,"Date":"12/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":554,"Date":"1/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":821,"Cost":436,"Date":"1/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":562,"Cost":478,"Date":"2/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":69,"Cost":63,"Date":"3/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":696,"Cost":450,"Date":"4/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":443,"Cost":310,"Date":"4/5/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":953,"Cost":654,"Date":"4/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":382,"Cost":250,"Date":"7/10/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":976,"Cost":760,"Date":"3/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":511,"Cost":331,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":669,"Cost":566,"Date":"10/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":716,"Cost":413,"Date":"3/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":253,"Cost":152,"Date":"6/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":404,"Date":"7/17/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":716,"Cost":423,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":889,"Cost":737,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":191,"Cost":155,"Date":"11/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":241,"Cost":216,"Date":"12/16/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":798,"Cost":584,"Date":"12/30/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":371,"Cost":295,"Date":"2/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":246,"Cost":148,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":951,"Cost":486,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":293,"Cost":260,"Date":"4/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":238,"Cost":208,"Date":"7/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":619,"Cost":483,"Date":"8/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":140,"Cost":72,"Date":"10/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":548,"Cost":341,"Date":"11/11/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":364,"Cost":336,"Date":"11/30/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":340,"Cost":230,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":883,"Cost":610,"Date":"3/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":17,"Cost":15,"Date":"4/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":525,"Cost":421,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":357,"Cost":297,"Date":"8/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":2,"Cost":2,"Date":"9/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":995,"Cost":536,"Date":"10/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":332,"Cost":311,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":44,"Cost":29,"Date":"11/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":404,"Cost":267,"Date":"12/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":99,"Cost":85,"Date":"12/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":216,"Cost":205,"Date":"1/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":346,"Cost":221,"Date":"1/23/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":931,"Cost":875,"Date":"2/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":848,"Cost":441,"Date":"3/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":294,"Cost":224,"Date":"3/12/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":411,"Cost":205,"Date":"3/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":780,"Cost":559,"Date":"6/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":464,"Cost":364,"Date":"6/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":715,"Cost":417,"Date":"8/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":131,"Cost":90,"Date":"10/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":797,"Cost":615,"Date":"11/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"Jeans","Country":"USA","Sale":692,"Cost":366,"Date":"11/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":384,"Cost":259,"Date":"3/27/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":220,"Cost":161,"Date":"4/17/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":724,"Cost":513,"Date":"8/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":969,"Cost":908,"Date":"8/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":405,"Cost":326,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":974,"Cost":585,"Date":"9/5/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":334,"Cost":291,"Date":"9/14/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":193,"Cost":178,"Date":"9/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":436,"Cost":279,"Date":"11/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":397,"Cost":368,"Date":"12/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":138,"Cost":129,"Date":"1/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":849,"Cost":463,"Date":"1/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":549,"Cost":487,"Date":"2/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":640,"Cost":546,"Date":"3/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":602,"Cost":537,"Date":"4/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":196,"Cost":100,"Date":"4/5/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":711,"Cost":556,"Date":"4/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":828,"Cost":507,"Date":"7/10/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":228,"Cost":165,"Date":"3/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":66,"Cost":56,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":986,"Cost":581,"Date":"10/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":51,"Cost":32,"Date":"3/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":402,"Cost":331,"Date":"6/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":650,"Cost":458,"Date":"7/17/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":503,"Cost":370,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":340,"Cost":242,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":428,"Cost":310,"Date":"11/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":315,"Cost":288,"Date":"12/16/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":673,"Cost":512,"Date":"12/30/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":260,"Cost":158,"Date":"2/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":523,"Cost":462,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":111,"Cost":74,"Date":"3/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":957,"Cost":909,"Date":"4/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":192,"Cost":111,"Date":"7/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":72,"Cost":46,"Date":"8/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":177,"Cost":126,"Date":"10/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":262,"Cost":226,"Date":"11/11/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":406,"Cost":252,"Date":"11/30/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":457,"Cost":292,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":499,"Cost":337,"Date":"3/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":73,"Cost":44,"Date":"4/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":582,"Cost":306,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":857,"Cost":636,"Date":"8/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":324,"Cost":203,"Date":"9/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":830,"Cost":574,"Date":"10/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":210,"Cost":192,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":889,"Cost":649,"Date":"11/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":852,"Cost":487,"Date":"12/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":432,"Cost":304,"Date":"12/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":775,"Cost":452,"Date":"1/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":124,"Cost":113,"Date":"1/23/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":265,"Cost":251,"Date":"2/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":521,"Cost":407,"Date":"3/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":446,"Cost":351,"Date":"3/12/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":106,"Cost":83,"Date":"3/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":62,"Cost":56,"Date":"6/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":512,"Cost":484,"Date":"6/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":258,"Cost":149,"Date":"8/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":883,"Cost":701,"Date":"10/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":719,"Cost":676,"Date":"11/4/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":425,"Cost":362,"Date":"11/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":385,"Cost":288,"Date":"3/27/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":57,"Cost":33,"Date":"4/17/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":74,"Cost":56,"Date":"8/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":675,"Cost":363,"Date":"8/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":708,"Cost":518,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":631,"Cost":487,"Date":"9/5/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":979,"Cost":530,"Date":"9/14/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":588,"Cost":421,"Date":"9/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":5,"Cost":5,"Date":"11/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":453,"Cost":409,"Date":"12/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":206,"Cost":103,"Date":"1/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":794,"Cost":553,"Date":"1/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":166,"Cost":118,"Date":"2/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":528,"Cost":357,"Date":"3/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":127,"Cost":110,"Date":"4/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":568,"Cost":490,"Date":"4/5/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":350,"Cost":196,"Date":"4/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":841,"Cost":675,"Date":"7/10/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":284,"Cost":204,"Date":"3/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":179,"Cost":129,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":334,"Cost":294,"Date":"10/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":715,"Cost":417,"Date":"3/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":440,"Cost":385,"Date":"6/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":698,"Cost":613,"Date":"7/17/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":123,"Cost":111,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":364,"Cost":303,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":448,"Cost":422,"Date":"11/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":300,"Cost":265,"Date":"12/16/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":451,"Cost":245,"Date":"12/30/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":65,"Cost":39,"Date":"2/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":653,"Cost":390,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":947,"Cost":731,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":838,"Cost":754,"Date":"4/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":626,"Cost":593,"Date":"7/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":286,"Cost":241,"Date":"8/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":932,"Cost":739,"Date":"10/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":873,"Cost":460,"Date":"11/11/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":604,"Cost":532,"Date":"11/30/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":206,"Cost":112,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":795,"Cost":690,"Date":"3/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":789,"Cost":488,"Date":"4/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":514,"Cost":380,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":33,"Cost":29,"Date":"8/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":725,"Cost":380,"Date":"9/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":262,"Cost":213,"Date":"10/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":784,"Cost":446,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":772,"Cost":498,"Date":"11/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":63,"Cost":58,"Date":"12/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":362,"Cost":289,"Date":"12/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":777,"Cost":494,"Date":"1/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":392,"Cost":274,"Date":"1/23/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":299,"Cost":259,"Date":"2/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":533,"Cost":304,"Date":"3/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":204,"Cost":153,"Date":"3/12/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":884,"Cost":454,"Date":"3/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":986,"Cost":641,"Date":"6/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":976,"Cost":535,"Date":"6/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":576,"Cost":307,"Date":"8/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":294,"Cost":279,"Date":"10/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":922,"Cost":550,"Date":"11/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM Home","Country":"USA","Sale":662,"Cost":528,"Date":"11/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":416,"Cost":292,"Date":"3/27/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":793,"Cost":563,"Date":"4/17/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":816,"Cost":424,"Date":"8/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":726,"Cost":546,"Date":"8/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":193,"Cost":107,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":417,"Cost":317,"Date":"9/5/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":712,"Date":"9/14/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":592,"Cost":360,"Date":"9/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":559,"Cost":375,"Date":"11/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":341,"Cost":248,"Date":"12/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":130,"Cost":86,"Date":"1/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":867,"Cost":592,"Date":"1/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":321,"Cost":201,"Date":"2/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":991,"Cost":496,"Date":"3/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":114,"Cost":98,"Date":"4/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":941,"Cost":732,"Date":"4/5/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":686,"Cost":609,"Date":"4/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":136,"Cost":102,"Date":"7/10/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":892,"Cost":638,"Date":"3/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":316,"Cost":281,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":430,"Cost":395,"Date":"10/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":290,"Cost":257,"Date":"3/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":169,"Cost":119,"Date":"6/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":652,"Cost":504,"Date":"7/17/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":166,"Cost":118,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":224,"Cost":150,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":326,"Cost":257,"Date":"11/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":582,"Date":"12/16/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":294,"Cost":172,"Date":"12/30/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":704,"Cost":629,"Date":"2/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":221,"Cost":112,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":509,"Cost":293,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":54,"Cost":43,"Date":"4/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":18,"Cost":15,"Date":"7/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":387,"Cost":304,"Date":"8/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":519,"Cost":453,"Date":"10/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":421,"Cost":293,"Date":"11/11/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":199,"Cost":157,"Date":"11/30/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":497,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":639,"Cost":529,"Date":"3/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":810,"Cost":451,"Date":"4/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":139,"Cost":92,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":822,"Cost":683,"Date":"8/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":950,"Cost":624,"Date":"9/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":816,"Cost":567,"Date":"10/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":405,"Cost":354,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":104,"Cost":87,"Date":"11/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":325,"Cost":263,"Date":"12/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":486,"Cost":429,"Date":"12/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":654,"Cost":393,"Date":"1/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":966,"Cost":781,"Date":"1/23/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":330,"Cost":193,"Date":"2/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":195,"Cost":181,"Date":"3/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":632,"Cost":427,"Date":"3/12/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":889,"Cost":689,"Date":"3/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":466,"Cost":440,"Date":"6/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":580,"Cost":475,"Date":"6/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":822,"Cost":697,"Date":"8/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":224,"Date":"10/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":729,"Cost":462,"Date":"11/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":820,"Cost":774,"Date":"11/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":21,"Cost":17,"Date":"3/27/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":144,"Cost":119,"Date":"4/17/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":391,"Cost":291,"Date":"8/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":658,"Cost":606,"Date":"8/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":713,"Cost":655,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":60,"Cost":54,"Date":"9/5/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":908,"Cost":811,"Date":"9/14/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":901,"Cost":801,"Date":"9/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":480,"Cost":419,"Date":"11/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":991,"Cost":726,"Date":"12/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":729,"Cost":366,"Date":"1/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":597,"Cost":474,"Date":"1/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":96,"Cost":76,"Date":"2/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":762,"Cost":578,"Date":"3/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":844,"Cost":697,"Date":"4/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":492,"Cost":367,"Date":"4/5/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":656,"Cost":528,"Date":"4/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":681,"Cost":458,"Date":"7/10/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":861,"Cost":716,"Date":"3/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":965,"Cost":898,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":287,"Cost":241,"Date":"10/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":532,"Cost":460,"Date":"3/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":433,"Cost":293,"Date":"6/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":823,"Cost":738,"Date":"7/17/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":873,"Cost":699,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":387,"Cost":324,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":877,"Cost":806,"Date":"11/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":364,"Cost":321,"Date":"12/16/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":70,"Cost":35,"Date":"12/30/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":60,"Cost":34,"Date":"2/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":618,"Cost":574,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":727,"Cost":579,"Date":"3/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":976,"Cost":871,"Date":"4/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":287,"Cost":170,"Date":"7/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":42,"Cost":40,"Date":"8/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":40,"Cost":25,"Date":"10/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":617,"Cost":540,"Date":"11/11/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":478,"Cost":422,"Date":"11/30/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":288,"Cost":259,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":731,"Cost":457,"Date":"3/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":57,"Cost":33,"Date":"4/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":294,"Cost":270,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":96,"Cost":90,"Date":"8/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":76,"Cost":44,"Date":"9/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":480,"Cost":296,"Date":"10/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":903,"Cost":642,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":400,"Cost":364,"Date":"11/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":275,"Cost":238,"Date":"12/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":414,"Cost":245,"Date":"12/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":818,"Cost":488,"Date":"1/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":307,"Cost":255,"Date":"1/23/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":24,"Cost":22,"Date":"2/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":613,"Cost":437,"Date":"3/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":349,"Cost":175,"Date":"3/12/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":638,"Cost":522,"Date":"3/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":205,"Cost":193,"Date":"6/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":835,"Cost":680,"Date":"6/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":57,"Cost":33,"Date":"8/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":921,"Cost":557,"Date":"10/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":309,"Cost":188,"Date":"11/4/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":197,"Cost":158,"Date":"11/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":535,"Cost":426,"Date":"3/27/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":218,"Cost":166,"Date":"4/17/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":117,"Cost":112,"Date":"8/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":38,"Cost":24,"Date":"8/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":519,"Cost":369,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":280,"Cost":150,"Date":"9/5/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":496,"Cost":353,"Date":"9/14/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":748,"Cost":393,"Date":"9/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":805,"Cost":702,"Date":"11/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":920,"Cost":492,"Date":"12/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":813,"Cost":561,"Date":"1/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":876,"Cost":654,"Date":"1/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":851,"Cost":558,"Date":"2/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":951,"Cost":596,"Date":"3/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":488,"Cost":400,"Date":"4/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":918,"Cost":484,"Date":"4/5/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":716,"Cost":405,"Date":"4/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":59,"Cost":44,"Date":"7/10/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":190,"Cost":124,"Date":"3/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":155,"Cost":97,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":244,"Cost":192,"Date":"10/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":217,"Cost":176,"Date":"3/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":481,"Cost":288,"Date":"6/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":231,"Cost":118,"Date":"7/17/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":134,"Cost":104,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":146,"Cost":100,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":47,"Cost":35,"Date":"11/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":781,"Cost":466,"Date":"12/16/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":868,"Cost":488,"Date":"12/30/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":384,"Cost":229,"Date":"2/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":663,"Cost":534,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":909,"Cost":455,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":439,"Cost":388,"Date":"4/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":916,"Cost":465,"Date":"7/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":512,"Cost":378,"Date":"8/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":277,"Cost":183,"Date":"10/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":753,"Cost":382,"Date":"11/11/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":626,"Cost":350,"Date":"11/30/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":665,"Cost":444,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":425,"Cost":279,"Date":"3/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":377,"Cost":326,"Date":"4/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":392,"Cost":344,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":379,"Cost":311,"Date":"8/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":345,"Cost":178,"Date":"9/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":53,"Cost":28,"Date":"10/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":281,"Cost":199,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":408,"Cost":342,"Date":"11/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":202,"Cost":157,"Date":"12/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":420,"Cost":324,"Date":"12/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":106,"Cost":100,"Date":"1/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":870,"Cost":591,"Date":"1/23/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":454,"Cost":338,"Date":"2/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":447,"Cost":311,"Date":"3/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":923,"Cost":666,"Date":"3/12/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":273,"Cost":188,"Date":"3/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":99,"Cost":94,"Date":"6/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":835,"Cost":678,"Date":"6/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":927,"Cost":685,"Date":"8/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":883,"Cost":698,"Date":"10/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":929,"Cost":706,"Date":"11/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"ARKET","Country":"USA","Sale":276,"Cost":141,"Date":"11/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":602,"Cost":408,"Date":"3/27/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":320,"Cost":258,"Date":"4/17/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":390,"Cost":258,"Date":"8/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":361,"Cost":186,"Date":"8/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":614,"Cost":452,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":424,"Cost":362,"Date":"9/5/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":660,"Cost":614,"Date":"9/14/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":534,"Cost":400,"Date":"9/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":750,"Cost":483,"Date":"11/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":426,"Cost":384,"Date":"12/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":754,"Cost":436,"Date":"1/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":964,"Cost":589,"Date":"1/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":720,"Cost":481,"Date":"2/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":140,"Cost":97,"Date":"3/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":928,"Cost":671,"Date":"4/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":675,"Cost":342,"Date":"4/5/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":919,"Cost":631,"Date":"4/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":776,"Cost":472,"Date":"7/10/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":373,"Cost":354,"Date":"3/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":682,"Cost":585,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":610,"Cost":316,"Date":"10/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":28,"Cost":25,"Date":"3/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":373,"Cost":272,"Date":"6/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":420,"Cost":333,"Date":"7/17/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":7,"Cost":6,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":971,"Cost":822,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":360,"Cost":247,"Date":"11/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":542,"Cost":345,"Date":"12/16/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":961,"Cost":832,"Date":"12/30/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":253,"Cost":161,"Date":"2/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":709,"Cost":393,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":512,"Cost":447,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":789,"Cost":696,"Date":"4/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":388,"Cost":210,"Date":"7/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":39,"Cost":35,"Date":"8/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":786,"Cost":744,"Date":"10/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":42,"Cost":39,"Date":"11/11/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":693,"Cost":362,"Date":"11/30/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":147,"Cost":137,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":713,"Cost":518,"Date":"3/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":559,"Cost":525,"Date":"4/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":142,"Cost":90,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":812,"Cost":492,"Date":"8/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":599,"Cost":565,"Date":"9/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":143,"Cost":94,"Date":"10/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":28,"Cost":23,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":15,"Cost":8,"Date":"11/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":910,"Cost":645,"Date":"12/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":553,"Cost":501,"Date":"12/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":627,"Cost":366,"Date":"1/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":651,"Cost":340,"Date":"1/23/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":410,"Cost":366,"Date":"2/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":783,"Cost":706,"Date":"3/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":262,"Cost":216,"Date":"3/12/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":575,"Cost":304,"Date":"3/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":823,"Cost":464,"Date":"6/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":42,"Cost":40,"Date":"6/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":41,"Cost":20,"Date":"8/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":527,"Cost":413,"Date":"10/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":632,"Cost":510,"Date":"11/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":704,"Cost":623,"Date":"11/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":88,"Cost":59,"Date":"3/27/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":650,"Cost":485,"Date":"4/17/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":730,"Cost":372,"Date":"8/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":214,"Cost":121,"Date":"8/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":545,"Cost":432,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":921,"Cost":493,"Date":"9/5/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":872,"Cost":450,"Date":"9/14/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":784,"Cost":510,"Date":"9/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":278,"Cost":230,"Date":"11/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":147,"Cost":124,"Date":"12/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":939,"Cost":508,"Date":"1/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":597,"Cost":321,"Date":"1/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":184,"Cost":114,"Date":"2/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":164,"Cost":105,"Date":"3/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":563,"Cost":418,"Date":"4/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":966,"Cost":915,"Date":"4/5/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":367,"Cost":338,"Date":"4/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":808,"Cost":624,"Date":"7/10/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":840,"Cost":542,"Date":"3/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":517,"Cost":268,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":221,"Cost":183,"Date":"10/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":876,"Cost":720,"Date":"3/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":87,"Cost":53,"Date":"6/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":887,"Cost":774,"Date":"7/17/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":657,"Cost":618,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":376,"Cost":229,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":460,"Cost":234,"Date":"11/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":846,"Cost":702,"Date":"12/16/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":638,"Cost":545,"Date":"12/30/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":782,"Cost":710,"Date":"2/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":782,"Cost":569,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":208,"Cost":127,"Date":"3/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":10,"Cost":6,"Date":"4/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":433,"Cost":242,"Date":"7/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":949,"Cost":681,"Date":"8/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":386,"Cost":290,"Date":"10/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":394,"Cost":248,"Date":"11/11/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":136,"Cost":113,"Date":"11/30/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":703,"Cost":378,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":829,"Cost":463,"Date":"3/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":665,"Cost":549,"Date":"4/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":854,"Cost":544,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":167,"Cost":149,"Date":"8/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":339,"Cost":193,"Date":"9/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":17,"Cost":11,"Date":"10/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":705,"Cost":608,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":598,"Cost":512,"Date":"11/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":401,"Cost":257,"Date":"12/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":74,"Cost":52,"Date":"12/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":308,"Cost":174,"Date":"1/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":6,"Cost":3,"Date":"1/23/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":959,"Cost":580,"Date":"2/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":377,"Cost":229,"Date":"3/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":687,"Cost":612,"Date":"3/12/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":357,"Cost":230,"Date":"3/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":280,"Cost":189,"Date":"6/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":116,"Cost":83,"Date":"6/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":399,"Cost":224,"Date":"8/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":347,"Cost":220,"Date":"10/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":496,"Cost":397,"Date":"11/4/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":114,"Cost":89,"Date":"11/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":620,"Cost":549,"Date":"3/27/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":289,"Cost":231,"Date":"4/17/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":702,"Cost":562,"Date":"8/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":326,"Cost":303,"Date":"8/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":316,"Cost":162,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":741,"Cost":429,"Date":"9/5/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":547,"Cost":379,"Date":"9/14/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":313,"Cost":161,"Date":"9/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":619,"Cost":492,"Date":"11/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":772,"Cost":682,"Date":"12/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":271,"Cost":163,"Date":"1/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":936,"Cost":530,"Date":"1/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":23,"Cost":12,"Date":"2/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":251,"Cost":237,"Date":"3/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":734,"Cost":508,"Date":"4/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":216,"Cost":165,"Date":"4/5/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":490,"Cost":459,"Date":"4/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":484,"Cost":265,"Date":"7/10/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":118,"Cost":104,"Date":"3/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":802,"Cost":743,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":761,"Cost":718,"Date":"10/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":130,"Cost":106,"Date":"3/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":841,"Cost":535,"Date":"6/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":862,"Cost":522,"Date":"7/17/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":798,"Cost":625,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":157,"Cost":107,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":629,"Cost":437,"Date":"11/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":924,"Cost":639,"Date":"12/16/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":46,"Cost":39,"Date":"12/30/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":756,"Cost":388,"Date":"2/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":154,"Cost":84,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":277,"Cost":200,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":610,"Cost":436,"Date":"4/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":163,"Cost":100,"Date":"7/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":310,"Cost":253,"Date":"8/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":587,"Cost":539,"Date":"10/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":965,"Cost":682,"Date":"11/11/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":588,"Cost":421,"Date":"11/30/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":934,"Cost":468,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":670,"Cost":406,"Date":"3/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":54,"Cost":51,"Date":"4/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":617,"Cost":437,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":601,"Cost":396,"Date":"8/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":461,"Cost":315,"Date":"9/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":720,"Cost":393,"Date":"10/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":710,"Cost":444,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":460,"Cost":334,"Date":"11/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":956,"Cost":566,"Date":"12/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":789,"Cost":454,"Date":"12/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":51,"Cost":47,"Date":"1/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":636,"Cost":482,"Date":"1/23/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":650,"Cost":492,"Date":"2/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":402,"Cost":297,"Date":"3/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":847,"Cost":786,"Date":"3/12/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":464,"Cost":311,"Date":"3/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":207,"Cost":146,"Date":"6/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":490,"Cost":308,"Date":"6/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":133,"Cost":67,"Date":"8/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":605,"Cost":459,"Date":"10/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":405,"Cost":252,"Date":"11/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":795,"Cost":667,"Date":"11/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":776,"Cost":510,"Date":"3/27/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":118,"Cost":100,"Date":"4/17/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":597,"Cost":312,"Date":"8/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":262,"Cost":140,"Date":"8/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":374,"Cost":199,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":245,"Cost":201,"Date":"9/5/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":146,"Cost":112,"Date":"9/14/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":810,"Cost":567,"Date":"9/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":404,"Cost":327,"Date":"11/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":899,"Cost":625,"Date":"12/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":479,"Cost":340,"Date":"1/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":486,"Cost":251,"Date":"1/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":518,"Cost":342,"Date":"2/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":804,"Cost":708,"Date":"3/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":879,"Cost":459,"Date":"4/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":134,"Cost":67,"Date":"4/5/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":843,"Cost":687,"Date":"4/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":522,"Cost":280,"Date":"7/10/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":181,"Cost":145,"Date":"3/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":707,"Cost":365,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":712,"Cost":455,"Date":"10/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":950,"Cost":623,"Date":"3/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":47,"Cost":27,"Date":"6/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":247,"Cost":165,"Date":"7/17/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":263,"Cost":191,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":181,"Cost":158,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":528,"Cost":335,"Date":"11/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":458,"Cost":310,"Date":"12/16/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":493,"Cost":374,"Date":"12/30/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":562,"Cost":471,"Date":"2/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":559,"Cost":361,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":607,"Cost":330,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":753,"Cost":522,"Date":"4/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":474,"Cost":270,"Date":"7/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":22,"Cost":16,"Date":"8/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":733,"Cost":605,"Date":"10/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":26,"Cost":20,"Date":"11/11/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":466,"Cost":257,"Date":"11/30/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":177,"Cost":165,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":502,"Cost":444,"Date":"3/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":111,"Cost":97,"Date":"4/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":769,"Cost":544,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":634,"Cost":411,"Date":"8/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":561,"Cost":344,"Date":"9/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":929,"Cost":704,"Date":"10/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":528,"Cost":427,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":143,"Cost":129,"Date":"11/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":409,"Cost":205,"Date":"12/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":341,"Cost":262,"Date":"12/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":114,"Cost":91,"Date":"1/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":160,"Cost":108,"Date":"1/23/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":777,"Cost":668,"Date":"2/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":298,"Cost":240,"Date":"3/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":716,"Cost":381,"Date":"3/12/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":921,"Cost":846,"Date":"3/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":890,"Cost":731,"Date":"6/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":860,"Cost":549,"Date":"6/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":792,"Cost":584,"Date":"8/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":154,"Cost":79,"Date":"10/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":809,"Cost":765,"Date":"11/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":798,"Cost":696,"Date":"11/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":873,"Cost":568,"Date":"3/27/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":226,"Cost":137,"Date":"4/17/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":200,"Cost":160,"Date":"8/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":681,"Cost":625,"Date":"8/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":839,"Cost":704,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":171,"Cost":117,"Date":"9/5/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":641,"Cost":548,"Date":"9/14/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":829,"Cost":466,"Date":"9/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":885,"Cost":471,"Date":"11/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":606,"Cost":331,"Date":"12/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":496,"Cost":320,"Date":"1/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":73,"Cost":66,"Date":"1/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":298,"Cost":186,"Date":"2/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":814,"Cost":411,"Date":"3/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":755,"Cost":554,"Date":"4/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":362,"Cost":295,"Date":"4/5/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":804,"Cost":536,"Date":"4/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":237,"Cost":198,"Date":"7/10/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":400,"Cost":377,"Date":"3/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":248,"Cost":227,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":423,"Cost":235,"Date":"10/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":727,"Cost":594,"Date":"3/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":475,"Cost":332,"Date":"6/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":791,"Cost":456,"Date":"7/17/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":119,"Cost":67,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":235,"Cost":196,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":888,"Cost":739,"Date":"11/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":127,"Cost":69,"Date":"12/16/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":242,"Cost":197,"Date":"12/30/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":325,"Cost":196,"Date":"2/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":878,"Cost":612,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":864,"Cost":771,"Date":"3/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":546,"Cost":465,"Date":"4/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":867,"Cost":516,"Date":"7/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":656,"Cost":394,"Date":"8/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":153,"Cost":98,"Date":"10/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":11,"Cost":8,"Date":"11/11/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":839,"Cost":584,"Date":"11/30/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":430,"Cost":240,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":58,"Cost":33,"Date":"3/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":91,"Cost":55,"Date":"4/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":593,"Cost":367,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":187,"Cost":131,"Date":"8/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":805,"Cost":624,"Date":"9/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":985,"Cost":831,"Date":"10/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":996,"Cost":634,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":38,"Cost":33,"Date":"11/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":702,"Cost":380,"Date":"12/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":818,"Cost":412,"Date":"12/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":498,"Cost":448,"Date":"1/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":247,"Cost":188,"Date":"1/23/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":761,"Cost":615,"Date":"2/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":933,"Cost":606,"Date":"3/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":905,"Cost":598,"Date":"3/12/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":123,"Cost":100,"Date":"3/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":49,"Cost":34,"Date":"6/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":477,"Cost":321,"Date":"6/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":406,"Cost":314,"Date":"8/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":478,"Cost":362,"Date":"10/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":262,"Cost":161,"Date":"11/4/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":50,"Cost":35,"Date":"11/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":458,"Cost":338,"Date":"3/27/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":499,"Cost":454,"Date":"4/17/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":122,"Cost":105,"Date":"8/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":440,"Cost":383,"Date":"8/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":551,"Cost":393,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":602,"Cost":460,"Date":"9/5/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":371,"Cost":204,"Date":"9/14/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":877,"Cost":567,"Date":"9/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":779,"Cost":441,"Date":"11/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":100,"Cost":87,"Date":"12/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":229,"Cost":189,"Date":"1/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":959,"Cost":790,"Date":"1/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":327,"Cost":285,"Date":"2/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":634,"Cost":338,"Date":"3/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":454,"Cost":284,"Date":"4/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":986,"Cost":756,"Date":"4/5/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":231,"Cost":175,"Date":"4/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":39,"Cost":37,"Date":"7/10/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":159,"Cost":88,"Date":"3/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":298,"Cost":152,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":394,"Cost":317,"Date":"10/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":990,"Cost":765,"Date":"3/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":802,"Cost":641,"Date":"6/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":496,"Cost":406,"Date":"7/17/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":906,"Cost":790,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":518,"Cost":396,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":103,"Cost":79,"Date":"11/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":482,"Cost":348,"Date":"12/16/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":24,"Cost":21,"Date":"12/30/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":707,"Cost":497,"Date":"2/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":892,"Cost":732,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":871,"Cost":598,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":873,"Cost":592,"Date":"4/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":813,"Cost":651,"Date":"7/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":566,"Cost":291,"Date":"8/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":783,"Cost":599,"Date":"10/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":473,"Cost":352,"Date":"11/11/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":16,"Cost":10,"Date":"11/30/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":205,"Cost":122,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":657,"Cost":551,"Date":"3/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":478,"Cost":284,"Date":"4/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":233,"Cost":204,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":544,"Cost":358,"Date":"8/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":506,"Cost":448,"Date":"9/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":994,"Cost":890,"Date":"10/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":153,"Cost":111,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":496,"Cost":309,"Date":"11/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":655,"Cost":606,"Date":"12/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":726,"Cost":606,"Date":"12/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":452,"Cost":373,"Date":"1/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":312,"Cost":214,"Date":"1/23/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":42,"Cost":36,"Date":"2/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":666,"Cost":450,"Date":"3/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":317,"Cost":220,"Date":"3/12/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":461,"Cost":298,"Date":"3/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":236,"Cost":142,"Date":"6/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":709,"Cost":405,"Date":"6/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":963,"Cost":819,"Date":"8/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":937,"Cost":512,"Date":"10/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":797,"Cost":510,"Date":"11/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":299,"Cost":269,"Date":"11/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":166,"Cost":115,"Date":"3/27/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":117,"Cost":93,"Date":"4/17/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":148,"Cost":120,"Date":"8/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":157,"Cost":134,"Date":"8/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":370,"Cost":231,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":189,"Cost":139,"Date":"9/5/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":650,"Cost":439,"Date":"9/14/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":276,"Cost":138,"Date":"9/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":9,"Cost":9,"Date":"11/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":760,"Cost":562,"Date":"12/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":700,"Cost":371,"Date":"1/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":123,"Cost":77,"Date":"1/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":507,"Cost":384,"Date":"2/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":128,"Cost":121,"Date":"3/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":860,"Cost":432,"Date":"4/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":144,"Cost":135,"Date":"4/5/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":324,"Cost":178,"Date":"4/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":472,"Cost":387,"Date":"7/10/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":238,"Cost":170,"Date":"3/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":363,"Cost":197,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":446,"Cost":332,"Date":"10/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":92,"Cost":47,"Date":"3/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":486,"Cost":262,"Date":"6/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":147,"Cost":124,"Date":"7/17/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":923,"Cost":587,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":732,"Cost":409,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":477,"Cost":355,"Date":"11/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":449,"Cost":320,"Date":"12/16/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":175,"Cost":96,"Date":"12/30/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":452,"Cost":269,"Date":"2/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":221,"Cost":196,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":803,"Cost":522,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":619,"Cost":525,"Date":"4/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":754,"Cost":564,"Date":"7/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":583,"Cost":368,"Date":"8/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":921,"Cost":733,"Date":"10/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":154,"Cost":125,"Date":"11/11/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":557,"Cost":415,"Date":"11/30/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":524,"Cost":391,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":915,"Cost":676,"Date":"3/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":688,"Cost":457,"Date":"4/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":408,"Cost":233,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":753,"Cost":467,"Date":"8/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":413,"Cost":216,"Date":"9/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":993,"Cost":827,"Date":"10/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":925,"Cost":830,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":648,"Cost":517,"Date":"11/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":725,"Cost":490,"Date":"12/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":460,"Cost":304,"Date":"12/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":77,"Cost":42,"Date":"1/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":875,"Cost":766,"Date":"1/23/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":243,"Cost":138,"Date":"2/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":913,"Cost":482,"Date":"3/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":366,"Cost":248,"Date":"3/12/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":513,"Cost":392,"Date":"3/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":646,"Cost":523,"Date":"6/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":626,"Cost":559,"Date":"6/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":308,"Cost":210,"Date":"8/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":121,"Cost":79,"Date":"10/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":137,"Cost":107,"Date":"11/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":630,"Cost":324,"Date":"11/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":541,"Cost":434,"Date":"3/27/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":558,"Cost":448,"Date":"4/17/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":443,"Cost":375,"Date":"8/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":139,"Cost":99,"Date":"8/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":523,"Cost":387,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":105,"Cost":63,"Date":"9/5/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":467,"Cost":306,"Date":"9/14/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":832,"Cost":780,"Date":"9/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":114,"Cost":62,"Date":"11/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":298,"Cost":157,"Date":"12/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":848,"Cost":529,"Date":"1/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":613,"Cost":317,"Date":"1/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":329,"Cost":198,"Date":"2/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":959,"Cost":560,"Date":"3/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":620,"Cost":566,"Date":"4/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":822,"Cost":681,"Date":"4/5/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":519,"Cost":403,"Date":"4/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":795,"Cost":522,"Date":"7/10/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":443,"Cost":300,"Date":"3/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":345,"Cost":198,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":856,"Cost":611,"Date":"10/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":47,"Cost":40,"Date":"3/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":978,"Cost":654,"Date":"6/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":748,"Cost":560,"Date":"7/17/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":562,"Cost":353,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":805,"Cost":718,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":503,"Cost":394,"Date":"11/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":265,"Cost":148,"Date":"12/16/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":348,"Cost":239,"Date":"12/30/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":258,"Cost":183,"Date":"2/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":337,"Cost":223,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":886,"Cost":771,"Date":"3/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":507,"Cost":334,"Date":"4/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":899,"Cost":562,"Date":"7/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":454,"Cost":344,"Date":"8/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":818,"Cost":581,"Date":"10/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":786,"Cost":472,"Date":"11/11/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":925,"Cost":729,"Date":"11/30/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":688,"Cost":455,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":655,"Cost":387,"Date":"3/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":14,"Cost":12,"Date":"4/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":403,"Cost":257,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":399,"Cost":354,"Date":"8/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":855,"Cost":517,"Date":"9/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":208,"Cost":135,"Date":"10/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":604,"Cost":368,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":792,"Cost":447,"Date":"11/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":686,"Cost":476,"Date":"12/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":535,"Cost":483,"Date":"12/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":422,"Cost":237,"Date":"1/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":952,"Cost":729,"Date":"1/23/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":763,"Cost":551,"Date":"2/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":554,"Cost":437,"Date":"3/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":436,"Cost":344,"Date":"3/12/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":474,"Cost":347,"Date":"3/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":490,"Cost":312,"Date":"6/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":406,"Cost":248,"Date":"6/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":572,"Cost":448,"Date":"8/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":516,"Cost":343,"Date":"10/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":963,"Cost":840,"Date":"11/4/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":639,"Cost":335,"Date":"11/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":204,"Cost":193,"Date":"3/27/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":65,"Cost":40,"Date":"4/17/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":471,"Cost":272,"Date":"8/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":742,"Cost":505,"Date":"8/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":892,"Cost":608,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":719,"Cost":674,"Date":"9/5/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":819,"Cost":581,"Date":"9/14/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":918,"Cost":639,"Date":"9/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":715,"Cost":544,"Date":"11/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":991,"Cost":859,"Date":"12/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":133,"Cost":122,"Date":"1/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":611,"Cost":498,"Date":"1/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":522,"Cost":307,"Date":"2/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":568,"Cost":298,"Date":"3/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":8,"Cost":5,"Date":"4/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":380,"Cost":305,"Date":"4/5/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":978,"Cost":573,"Date":"4/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":724,"Cost":468,"Date":"7/10/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":231,"Cost":193,"Date":"3/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":186,"Cost":158,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":438,"Cost":391,"Date":"10/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":352,"Cost":310,"Date":"3/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":524,"Cost":480,"Date":"6/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":638,"Cost":541,"Date":"7/17/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":968,"Cost":801,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":267,"Cost":231,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":427,"Cost":290,"Date":"11/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":135,"Cost":120,"Date":"12/16/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":504,"Cost":385,"Date":"12/30/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":621,"Cost":352,"Date":"2/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":702,"Cost":508,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":85,"Cost":65,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":892,"Cost":602,"Date":"4/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":66,"Cost":43,"Date":"7/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":618,"Cost":564,"Date":"8/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":322,"Cost":273,"Date":"10/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":535,"Cost":402,"Date":"11/11/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":124,"Cost":89,"Date":"11/30/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":522,"Cost":346,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":995,"Cost":926,"Date":"3/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":872,"Cost":678,"Date":"4/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":746,"Cost":476,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":134,"Cost":114,"Date":"8/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":208,"Cost":167,"Date":"9/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":413,"Cost":229,"Date":"10/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":769,"Cost":572,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":164,"Cost":156,"Date":"11/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":405,"Cost":235,"Date":"12/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":863,"Cost":770,"Date":"12/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":400,"Cost":279,"Date":"1/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":709,"Cost":372,"Date":"1/23/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":774,"Cost":726,"Date":"2/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":747,"Cost":533,"Date":"3/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":906,"Cost":593,"Date":"3/12/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":907,"Cost":852,"Date":"3/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":828,"Cost":782,"Date":"6/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":552,"Cost":465,"Date":"6/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":283,"Cost":170,"Date":"8/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":958,"Cost":762,"Date":"10/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":574,"Cost":303,"Date":"11/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":131,"Cost":91,"Date":"11/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":446,"Cost":359,"Date":"3/27/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":201,"Cost":166,"Date":"4/17/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":800,"Cost":650,"Date":"8/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":258,"Cost":148,"Date":"8/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":103,"Cost":93,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":89,"Cost":58,"Date":"9/5/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":387,"Cost":283,"Date":"9/14/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":714,"Cost":497,"Date":"9/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":99,"Cost":92,"Date":"11/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":916,"Cost":656,"Date":"12/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":792,"Cost":613,"Date":"1/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":419,"Cost":244,"Date":"1/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":119,"Cost":64,"Date":"2/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":841,"Cost":768,"Date":"3/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":610,"Cost":382,"Date":"4/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":854,"Cost":711,"Date":"4/5/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":498,"Cost":291,"Date":"4/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":292,"Cost":187,"Date":"7/10/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":891,"Cost":737,"Date":"3/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":591,"Cost":302,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":348,"Cost":214,"Date":"10/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":561,"Cost":469,"Date":"3/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":742,"Cost":662,"Date":"6/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":371,"Cost":194,"Date":"7/17/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":335,"Cost":247,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":74,"Cost":41,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":325,"Cost":222,"Date":"11/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":408,"Cost":332,"Date":"12/16/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":60,"Cost":51,"Date":"12/30/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":325,"Cost":234,"Date":"2/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":194,"Cost":118,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":646,"Cost":417,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":574,"Cost":308,"Date":"4/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":178,"Cost":103,"Date":"7/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":938,"Cost":761,"Date":"8/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":18,"Cost":11,"Date":"10/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":338,"Cost":257,"Date":"11/11/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":127,"Cost":78,"Date":"11/30/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":833,"Cost":729,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":235,"Cost":210,"Date":"3/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":438,"Cost":383,"Date":"4/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":491,"Cost":376,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":173,"Cost":87,"Date":"8/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":823,"Cost":494,"Date":"9/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":557,"Cost":522,"Date":"10/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":604,"Cost":478,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":665,"Cost":558,"Date":"11/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":147,"Cost":75,"Date":"12/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":289,"Cost":212,"Date":"12/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":142,"Cost":126,"Date":"1/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":510,"Cost":376,"Date":"1/23/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":37,"Cost":32,"Date":"2/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":377,"Cost":275,"Date":"3/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":372,"Cost":189,"Date":"3/12/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":75,"Cost":48,"Date":"3/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":449,"Cost":277,"Date":"6/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":75,"Cost":42,"Date":"6/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":766,"Cost":534,"Date":"8/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":662,"Cost":352,"Date":"10/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":436,"Cost":342,"Date":"11/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":192,"Cost":105,"Date":"11/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":142,"Cost":74,"Date":"3/27/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":747,"Cost":646,"Date":"4/17/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":207,"Cost":135,"Date":"8/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":711,"Cost":421,"Date":"8/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":648,"Cost":539,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":757,"Cost":590,"Date":"9/5/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":736,"Cost":633,"Date":"9/14/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":803,"Cost":571,"Date":"9/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":69,"Cost":35,"Date":"11/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":543,"Cost":505,"Date":"12/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":742,"Cost":544,"Date":"1/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":577,"Cost":377,"Date":"1/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":546,"Cost":285,"Date":"2/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":506,"Cost":352,"Date":"3/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":822,"Cost":507,"Date":"4/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":90,"Cost":82,"Date":"4/5/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":423,"Cost":235,"Date":"4/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":510,"Cost":280,"Date":"7/10/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":840,"Cost":699,"Date":"3/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":232,"Cost":199,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":190,"Cost":108,"Date":"10/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":796,"Cost":685,"Date":"3/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":728,"Cost":468,"Date":"6/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":959,"Cost":729,"Date":"7/17/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":180,"Cost":132,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":355,"Cost":198,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":622,"Cost":454,"Date":"11/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":260,"Cost":130,"Date":"12/16/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":381,"Cost":358,"Date":"12/30/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":389,"Cost":354,"Date":"2/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":415,"Cost":270,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":565,"Cost":435,"Date":"3/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":425,"Cost":219,"Date":"4/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":622,"Cost":470,"Date":"7/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":672,"Cost":375,"Date":"8/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":594,"Cost":546,"Date":"10/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":492,"Cost":365,"Date":"11/11/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":186,"Cost":122,"Date":"11/30/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":412,"Cost":379,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":502,"Cost":287,"Date":"3/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":981,"Cost":922,"Date":"4/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":21,"Cost":11,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":420,"Cost":332,"Date":"8/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":12,"Cost":9,"Date":"9/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":3,"Cost":3,"Date":"10/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":349,"Cost":182,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":640,"Cost":560,"Date":"11/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":728,"Cost":556,"Date":"12/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":268,"Cost":193,"Date":"12/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":63,"Cost":57,"Date":"1/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":560,"Cost":464,"Date":"1/23/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":834,"Cost":547,"Date":"2/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":922,"Cost":843,"Date":"3/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":116,"Cost":84,"Date":"3/12/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":379,"Cost":193,"Date":"3/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":411,"Cost":386,"Date":"6/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":521,"Cost":341,"Date":"6/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":732,"Cost":463,"Date":"8/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":576,"Cost":523,"Date":"10/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":590,"Cost":466,"Date":"11/4/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":31,"Cost":19,"Date":"11/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":301,"Cost":229,"Date":"3/27/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":628,"Cost":395,"Date":"4/17/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":444,"Cost":361,"Date":"8/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":288,"Cost":201,"Date":"8/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":365,"Cost":217,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":505,"Cost":420,"Date":"9/5/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":916,"Cost":564,"Date":"9/14/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":317,"Cost":220,"Date":"9/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":813,"Cost":457,"Date":"11/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":525,"Cost":440,"Date":"12/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":906,"Cost":804,"Date":"1/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":639,"Cost":593,"Date":"1/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":872,"Cost":501,"Date":"2/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":740,"Cost":514,"Date":"3/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":371,"Cost":217,"Date":"4/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":528,"Cost":290,"Date":"4/5/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":146,"Cost":128,"Date":"4/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":420,"Cost":224,"Date":"7/10/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":650,"Cost":555,"Date":"3/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":27,"Cost":19,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":735,"Cost":377,"Date":"10/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":729,"Cost":671,"Date":"3/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":253,"Cost":228,"Date":"6/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":996,"Cost":846,"Date":"7/17/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":763,"Cost":664,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":274,"Cost":246,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":788,"Cost":574,"Date":"11/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":140,"Cost":79,"Date":"12/16/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":949,"Cost":716,"Date":"12/30/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":989,"Cost":603,"Date":"2/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":77,"Cost":71,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":313,"Cost":235,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":934,"Cost":505,"Date":"4/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":954,"Cost":810,"Date":"7/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":156,"Cost":127,"Date":"8/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":424,"Cost":219,"Date":"10/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":808,"Cost":472,"Date":"11/11/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":649,"Cost":417,"Date":"11/30/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":664,"Cost":432,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":291,"Cost":154,"Date":"3/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":439,"Cost":384,"Date":"4/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":686,"Cost":417,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":267,"Cost":236,"Date":"8/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":763,"Cost":384,"Date":"9/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":205,"Cost":167,"Date":"10/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":14,"Cost":10,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":893,"Cost":816,"Date":"11/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":562,"Cost":410,"Date":"12/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":366,"Cost":277,"Date":"12/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":848,"Cost":620,"Date":"1/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":810,"Cost":652,"Date":"1/23/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":192,"Cost":174,"Date":"2/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":443,"Cost":272,"Date":"3/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":346,"Cost":194,"Date":"3/12/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":489,"Cost":259,"Date":"3/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":586,"Cost":327,"Date":"6/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":218,"Cost":151,"Date":"6/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":416,"Cost":391,"Date":"8/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":457,"Cost":412,"Date":"10/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":846,"Cost":771,"Date":"11/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":303,"Cost":169,"Date":"11/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":260,"Cost":192,"Date":"3/27/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":116,"Cost":62,"Date":"4/17/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":198,"Cost":182,"Date":"8/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":577,"Cost":342,"Date":"8/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":543,"Cost":432,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":413,"Date":"9/5/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":815,"Cost":473,"Date":"9/14/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":358,"Date":"9/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":442,"Cost":356,"Date":"11/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":690,"Cost":449,"Date":"12/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":12,"Cost":7,"Date":"1/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":90,"Cost":83,"Date":"1/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":559,"Cost":434,"Date":"2/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":873,"Cost":627,"Date":"3/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":548,"Cost":403,"Date":"4/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":892,"Cost":688,"Date":"4/5/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":733,"Cost":685,"Date":"4/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":743,"Cost":622,"Date":"7/10/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":292,"Cost":272,"Date":"3/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":39,"Cost":23,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":261,"Date":"10/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":415,"Cost":293,"Date":"3/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":835,"Cost":766,"Date":"6/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":430,"Cost":341,"Date":"7/17/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":29,"Cost":25,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":779,"Cost":389,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":211,"Date":"11/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":969,"Cost":778,"Date":"12/16/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":830,"Cost":518,"Date":"12/30/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":164,"Cost":139,"Date":"2/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":96,"Cost":61,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":757,"Cost":590,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":930,"Cost":590,"Date":"4/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":149,"Cost":92,"Date":"7/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":849,"Cost":666,"Date":"8/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":517,"Cost":328,"Date":"10/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":365,"Cost":198,"Date":"11/11/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":839,"Cost":778,"Date":"11/30/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":986,"Cost":655,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":210,"Cost":178,"Date":"3/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":690,"Cost":609,"Date":"4/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":57,"Cost":41,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":621,"Cost":535,"Date":"8/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":673,"Cost":435,"Date":"9/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":459,"Cost":376,"Date":"10/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":796,"Cost":412,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":138,"Cost":96,"Date":"11/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":298,"Cost":154,"Date":"12/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":410,"Cost":239,"Date":"12/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":120,"Cost":82,"Date":"1/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":183,"Cost":113,"Date":"1/23/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":31,"Cost":21,"Date":"2/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":84,"Cost":65,"Date":"3/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":400,"Date":"3/12/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":628,"Cost":523,"Date":"3/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":592,"Date":"6/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":745,"Cost":486,"Date":"6/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":779,"Cost":402,"Date":"8/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":173,"Cost":161,"Date":"10/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":598,"Cost":491,"Date":"11/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":645,"Cost":542,"Date":"11/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":361,"Cost":190,"Date":"3/27/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":426,"Cost":384,"Date":"4/17/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":364,"Cost":250,"Date":"8/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":199,"Cost":133,"Date":"8/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":561,"Cost":432,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":307,"Cost":193,"Date":"9/5/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":450,"Cost":392,"Date":"9/14/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":733,"Cost":485,"Date":"9/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":905,"Cost":743,"Date":"11/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":681,"Cost":600,"Date":"12/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":505,"Cost":274,"Date":"1/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":859,"Cost":637,"Date":"1/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":149,"Cost":136,"Date":"2/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":42,"Cost":39,"Date":"3/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":434,"Cost":238,"Date":"4/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":875,"Cost":781,"Date":"4/5/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":209,"Cost":126,"Date":"4/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":790,"Cost":420,"Date":"7/10/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":673,"Cost":457,"Date":"3/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":129,"Cost":86,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":382,"Cost":203,"Date":"10/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":395,"Cost":255,"Date":"3/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":817,"Cost":761,"Date":"6/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":298,"Cost":180,"Date":"7/17/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":92,"Cost":76,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":272,"Cost":249,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":614,"Cost":416,"Date":"11/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":615,"Cost":343,"Date":"12/16/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":748,"Cost":593,"Date":"12/30/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":538,"Cost":409,"Date":"2/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":239,"Cost":137,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":307,"Cost":228,"Date":"3/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":691,"Cost":400,"Date":"4/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":716,"Cost":553,"Date":"7/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":702,"Cost":415,"Date":"8/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":8,"Cost":7,"Date":"10/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":649,"Cost":594,"Date":"11/11/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":605,"Cost":419,"Date":"11/30/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":265,"Cost":248,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":266,"Cost":203,"Date":"3/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":851,"Cost":796,"Date":"4/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":496,"Cost":303,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":302,"Cost":203,"Date":"8/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":755,"Cost":522,"Date":"9/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":535,"Cost":289,"Date":"10/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":599,"Cost":504,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":711,"Cost":497,"Date":"11/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":872,"Cost":552,"Date":"12/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":522,"Cost":376,"Date":"12/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":60,"Cost":54,"Date":"1/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":310,"Cost":282,"Date":"1/23/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":73,"Cost":63,"Date":"2/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":426,"Cost":286,"Date":"3/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":709,"Cost":557,"Date":"3/12/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":46,"Cost":36,"Date":"3/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":91,"Cost":86,"Date":"6/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":492,"Cost":331,"Date":"6/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":516,"Cost":304,"Date":"8/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":792,"Cost":559,"Date":"10/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":723,"Cost":547,"Date":"11/4/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":305,"Cost":163,"Date":"11/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":500,"Cost":395,"Date":"3/27/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":552,"Cost":371,"Date":"4/17/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":160,"Cost":94,"Date":"8/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":371,"Cost":350,"Date":"8/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":440,"Cost":257,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":512,"Cost":465,"Date":"9/5/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":309,"Cost":283,"Date":"9/14/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":564,"Cost":508,"Date":"9/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":297,"Cost":240,"Date":"11/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":78,"Cost":44,"Date":"12/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":37,"Cost":31,"Date":"1/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":550,"Cost":395,"Date":"1/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":636,"Cost":525,"Date":"2/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":612,"Cost":464,"Date":"3/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":894,"Cost":737,"Date":"4/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":955,"Cost":779,"Date":"4/5/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":758,"Cost":381,"Date":"4/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":213,"Cost":157,"Date":"7/10/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":185,"Cost":173,"Date":"3/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":995,"Cost":516,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":79,"Cost":49,"Date":"10/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":206,"Cost":117,"Date":"3/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":960,"Cost":785,"Date":"6/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":705,"Cost":570,"Date":"7/17/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":106,"Cost":57,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":639,"Cost":555,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":26,"Cost":16,"Date":"11/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":166,"Cost":144,"Date":"12/16/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":141,"Cost":112,"Date":"12/30/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":475,"Cost":311,"Date":"2/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":70,"Cost":40,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":692,"Cost":514,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":863,"Cost":477,"Date":"4/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":37,"Cost":27,"Date":"7/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":941,"Cost":674,"Date":"8/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":984,"Cost":518,"Date":"10/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":239,"Cost":193,"Date":"11/11/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":17,"Cost":10,"Date":"11/30/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":888,"Cost":691,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":976,"Cost":592,"Date":"3/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":455,"Cost":396,"Date":"4/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":935,"Cost":743,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":799,"Cost":488,"Date":"8/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":609,"Cost":366,"Date":"9/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":31,"Cost":16,"Date":"10/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":870,"Cost":533,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":502,"Cost":411,"Date":"11/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":21,"Cost":10,"Date":"12/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":668,"Cost":479,"Date":"12/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":119,"Cost":70,"Date":"1/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":796,"Cost":756,"Date":"1/23/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":653,"Cost":424,"Date":"2/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":81,"Cost":47,"Date":"3/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":597,"Cost":396,"Date":"3/12/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":544,"Cost":273,"Date":"3/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":216,"Cost":171,"Date":"6/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":233,"Cost":177,"Date":"6/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":239,"Cost":193,"Date":"8/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":383,"Cost":252,"Date":"10/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":532,"Cost":486,"Date":"11/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":204,"Cost":156,"Date":"11/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":713,"Cost":607,"Date":"3/27/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":118,"Cost":62,"Date":"4/17/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":353,"Cost":320,"Date":"8/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":462,"Cost":340,"Date":"8/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":658,"Cost":477,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":910,"Cost":487,"Date":"9/5/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":96,"Cost":76,"Date":"9/14/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":459,"Cost":299,"Date":"9/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":50,"Cost":36,"Date":"11/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":203,"Cost":178,"Date":"12/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":307,"Cost":232,"Date":"1/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":712,"Cost":428,"Date":"1/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":184,"Cost":149,"Date":"2/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":439,"Cost":239,"Date":"3/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":421,"Cost":399,"Date":"4/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":751,"Cost":658,"Date":"4/5/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":265,"Cost":197,"Date":"4/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":848,"Cost":788,"Date":"7/10/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":735,"Cost":564,"Date":"3/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":518,"Cost":367,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":615,"Cost":492,"Date":"10/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":970,"Cost":515,"Date":"3/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":561,"Cost":459,"Date":"6/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":265,"Cost":171,"Date":"7/17/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":548,"Cost":277,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":127,"Cost":109,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":290,"Cost":150,"Date":"11/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":674,"Cost":427,"Date":"12/16/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":164,"Cost":140,"Date":"12/30/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":813,"Cost":686,"Date":"2/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":417,"Cost":248,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":700,"Cost":657,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":782,"Cost":669,"Date":"4/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":658,"Cost":442,"Date":"7/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":902,"Cost":473,"Date":"8/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":404,"Cost":318,"Date":"10/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":265,"Cost":204,"Date":"11/11/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":983,"Cost":807,"Date":"11/30/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":664,"Cost":497,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":766,"Cost":419,"Date":"3/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":945,"Cost":794,"Date":"4/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":680,"Cost":561,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":813,"Cost":566,"Date":"8/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":924,"Cost":777,"Date":"9/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":601,"Cost":561,"Date":"10/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":842,"Cost":711,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":313,"Cost":168,"Date":"11/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":822,"Cost":693,"Date":"12/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":814,"Cost":551,"Date":"12/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":985,"Cost":546,"Date":"1/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":74,"Cost":70,"Date":"1/23/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":912,"Cost":597,"Date":"2/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":453,"Cost":427,"Date":"3/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":825,"Cost":693,"Date":"3/12/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":743,"Cost":419,"Date":"3/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":820,"Cost":418,"Date":"6/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":329,"Cost":220,"Date":"6/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":922,"Cost":579,"Date":"8/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":963,"Cost":528,"Date":"10/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":455,"Cost":379,"Date":"11/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":916,"Cost":722,"Date":"11/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":48,"Cost":40,"Date":"3/27/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":3,"Date":"4/17/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":92,"Cost":73,"Date":"8/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":248,"Cost":173,"Date":"8/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":625,"Cost":385,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":746,"Cost":446,"Date":"9/5/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":849,"Cost":646,"Date":"9/14/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":733,"Cost":545,"Date":"9/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":812,"Cost":633,"Date":"11/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":611,"Date":"12/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":732,"Cost":463,"Date":"1/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":522,"Cost":334,"Date":"1/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":974,"Cost":750,"Date":"2/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":871,"Cost":688,"Date":"3/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":955,"Cost":741,"Date":"4/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":260,"Cost":190,"Date":"4/5/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":479,"Cost":351,"Date":"4/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":270,"Date":"7/10/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":478,"Date":"3/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":487,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":502,"Cost":466,"Date":"10/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":678,"Cost":581,"Date":"3/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":671,"Cost":365,"Date":"6/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":530,"Date":"7/17/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":561,"Cost":434,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":60,"Cost":39,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":278,"Cost":217,"Date":"11/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":770,"Date":"12/16/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":651,"Cost":383,"Date":"12/30/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":773,"Cost":625,"Date":"2/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":45,"Cost":35,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":484,"Cost":335,"Date":"3/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":485,"Date":"4/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":591,"Cost":420,"Date":"7/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":602,"Cost":562,"Date":"8/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":264,"Cost":242,"Date":"10/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":213,"Cost":149,"Date":"11/11/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":132,"Cost":79,"Date":"11/30/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":139,"Cost":87,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":933,"Cost":601,"Date":"3/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":995,"Cost":810,"Date":"4/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":157,"Cost":111,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":347,"Cost":294,"Date":"8/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":845,"Cost":757,"Date":"9/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":983,"Cost":928,"Date":"10/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":516,"Cost":278,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":317,"Cost":174,"Date":"11/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":820,"Cost":465,"Date":"12/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":821,"Cost":454,"Date":"12/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":940,"Cost":677,"Date":"1/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":304,"Date":"1/23/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":696,"Date":"2/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":791,"Cost":611,"Date":"3/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":974,"Cost":585,"Date":"3/12/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":882,"Cost":730,"Date":"3/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":30,"Cost":17,"Date":"6/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":990,"Cost":564,"Date":"6/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":586,"Cost":395,"Date":"8/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":103,"Date":"10/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":220,"Date":"11/4/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":322,"Cost":173,"Date":"11/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":738,"Cost":676,"Date":"3/27/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":917,"Cost":760,"Date":"4/17/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":43,"Cost":38,"Date":"8/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":925,"Cost":822,"Date":"8/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":352,"Cost":330,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":359,"Cost":182,"Date":"9/5/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":818,"Cost":605,"Date":"9/14/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":386,"Cost":237,"Date":"9/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":329,"Cost":185,"Date":"11/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":363,"Cost":253,"Date":"12/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":31,"Cost":17,"Date":"1/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":695,"Cost":464,"Date":"1/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":541,"Cost":345,"Date":"2/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":242,"Cost":183,"Date":"3/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":36,"Cost":33,"Date":"4/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":799,"Cost":592,"Date":"4/5/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":970,"Cost":771,"Date":"4/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":115,"Cost":94,"Date":"7/10/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":576,"Cost":466,"Date":"3/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":265,"Cost":227,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":463,"Cost":358,"Date":"10/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":676,"Cost":537,"Date":"3/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":69,"Cost":64,"Date":"6/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":392,"Cost":276,"Date":"7/17/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":721,"Cost":366,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":729,"Cost":671,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":971,"Cost":653,"Date":"11/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":87,"Cost":66,"Date":"12/16/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":808,"Cost":492,"Date":"12/30/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":441,"Cost":345,"Date":"2/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":430,"Cost":230,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":362,"Cost":283,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":209,"Cost":148,"Date":"4/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":826,"Cost":496,"Date":"7/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":777,"Cost":456,"Date":"8/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":493,"Cost":288,"Date":"10/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":941,"Cost":635,"Date":"11/11/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":389,"Cost":349,"Date":"11/30/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":209,"Cost":177,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":169,"Cost":118,"Date":"3/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":596,"Cost":346,"Date":"4/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":167,"Cost":100,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":195,"Cost":131,"Date":"8/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":679,"Cost":541,"Date":"9/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":808,"Cost":549,"Date":"10/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":721,"Cost":647,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":973,"Cost":610,"Date":"11/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":736,"Cost":624,"Date":"12/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":226,"Cost":139,"Date":"12/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":110,"Cost":77,"Date":"1/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":764,"Cost":594,"Date":"1/23/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":270,"Cost":184,"Date":"2/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":649,"Cost":472,"Date":"3/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":782,"Cost":515,"Date":"3/12/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":437,"Cost":291,"Date":"3/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":551,"Cost":483,"Date":"6/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":521,"Cost":293,"Date":"6/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":944,"Cost":508,"Date":"8/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":411,"Cost":354,"Date":"10/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":557,"Cost":370,"Date":"11/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":745,"Cost":592,"Date":"11/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":463,"Cost":411,"Date":"3/27/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":660,"Cost":351,"Date":"4/17/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":78,"Cost":62,"Date":"8/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":104,"Cost":81,"Date":"8/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":28,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":328,"Date":"9/5/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":42,"Cost":31,"Date":"9/14/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":405,"Cost":221,"Date":"9/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":363,"Cost":212,"Date":"11/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":815,"Cost":634,"Date":"12/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":707,"Cost":655,"Date":"1/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":334,"Cost":216,"Date":"1/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":217,"Cost":203,"Date":"2/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":313,"Cost":296,"Date":"3/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":623,"Date":"4/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":170,"Cost":133,"Date":"4/5/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":941,"Cost":728,"Date":"4/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":700,"Cost":512,"Date":"7/10/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":936,"Cost":478,"Date":"3/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":370,"Cost":310,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":387,"Cost":301,"Date":"10/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":860,"Cost":589,"Date":"3/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":27,"Cost":19,"Date":"6/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":824,"Cost":460,"Date":"7/17/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":527,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":638,"Cost":549,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":194,"Cost":140,"Date":"11/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":16,"Cost":16,"Date":"12/16/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":555,"Cost":375,"Date":"12/30/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":253,"Cost":180,"Date":"2/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":20,"Cost":19,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":298,"Cost":251,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":895,"Cost":549,"Date":"4/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":527,"Cost":311,"Date":"7/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":891,"Cost":633,"Date":"8/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":934,"Cost":526,"Date":"10/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":821,"Cost":644,"Date":"11/11/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":729,"Cost":661,"Date":"11/30/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":498,"Cost":251,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":308,"Cost":158,"Date":"3/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":31,"Cost":28,"Date":"4/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":467,"Cost":284,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":565,"Cost":315,"Date":"8/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":845,"Cost":545,"Date":"9/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":612,"Cost":388,"Date":"10/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":790,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":164,"Cost":144,"Date":"11/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":973,"Cost":730,"Date":"12/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":642,"Cost":477,"Date":"12/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":746,"Cost":629,"Date":"1/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":293,"Cost":171,"Date":"1/23/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":181,"Cost":111,"Date":"2/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":847,"Cost":617,"Date":"3/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":620,"Cost":380,"Date":"3/12/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":2,"Cost":1,"Date":"3/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":204,"Cost":127,"Date":"6/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":347,"Cost":236,"Date":"6/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":226,"Cost":140,"Date":"8/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":691,"Cost":632,"Date":"10/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":656,"Cost":504,"Date":"11/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":697,"Cost":519,"Date":"11/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":842,"Cost":622,"Date":"3/27/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":858,"Cost":793,"Date":"4/17/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":895,"Cost":827,"Date":"8/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":875,"Cost":767,"Date":"8/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":543,"Cost":400,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":727,"Cost":608,"Date":"9/5/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":780,"Cost":601,"Date":"9/14/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":399,"Cost":352,"Date":"9/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":506,"Cost":424,"Date":"11/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":749,"Cost":456,"Date":"12/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":768,"Cost":459,"Date":"1/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":682,"Cost":440,"Date":"1/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":832,"Cost":507,"Date":"2/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":105,"Cost":54,"Date":"3/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":156,"Cost":107,"Date":"4/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":916,"Cost":852,"Date":"4/5/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":117,"Cost":67,"Date":"4/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":478,"Cost":421,"Date":"7/10/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":697,"Cost":610,"Date":"3/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":848,"Cost":456,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":499,"Cost":326,"Date":"10/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":200,"Cost":143,"Date":"3/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":61,"Cost":43,"Date":"6/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":754,"Cost":416,"Date":"7/17/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":342,"Cost":219,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":307,"Cost":226,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":497,"Cost":420,"Date":"11/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":327,"Cost":207,"Date":"12/16/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":51,"Cost":35,"Date":"12/30/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":648,"Cost":445,"Date":"2/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":47,"Cost":26,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":398,"Cost":208,"Date":"3/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":186,"Cost":172,"Date":"4/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":5,"Cost":5,"Date":"7/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":812,"Cost":466,"Date":"8/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":78,"Cost":53,"Date":"10/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":868,"Cost":555,"Date":"11/11/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":458,"Cost":368,"Date":"11/30/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":598,"Cost":532,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":157,"Cost":114,"Date":"3/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":447,"Cost":227,"Date":"4/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":651,"Cost":536,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":470,"Date":"8/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":149,"Cost":135,"Date":"9/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":885,"Cost":691,"Date":"10/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":62,"Cost":54,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":268,"Cost":203,"Date":"11/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":906,"Cost":806,"Date":"12/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":343,"Cost":185,"Date":"12/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":448,"Cost":227,"Date":"1/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":549,"Cost":336,"Date":"1/23/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":825,"Cost":733,"Date":"2/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":209,"Cost":188,"Date":"3/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":698,"Cost":403,"Date":"3/12/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":285,"Cost":210,"Date":"3/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":880,"Cost":665,"Date":"6/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":228,"Cost":198,"Date":"6/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":880,"Cost":601,"Date":"8/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":939,"Cost":751,"Date":"10/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":396,"Cost":219,"Date":"11/4/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":328,"Cost":172,"Date":"11/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":712,"Cost":439,"Date":"3/27/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":854,"Cost":439,"Date":"4/17/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":464,"Cost":403,"Date":"8/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":598,"Cost":485,"Date":"8/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":56,"Cost":51,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":435,"Cost":267,"Date":"9/5/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":904,"Cost":754,"Date":"9/14/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":77,"Cost":45,"Date":"9/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":29,"Cost":15,"Date":"11/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":748,"Cost":705,"Date":"12/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":84,"Cost":58,"Date":"1/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":136,"Cost":96,"Date":"1/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":786,"Cost":554,"Date":"2/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":425,"Cost":282,"Date":"3/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":45,"Cost":39,"Date":"4/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":538,"Cost":463,"Date":"4/5/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":1,"Cost":1,"Date":"4/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":819,"Cost":565,"Date":"7/10/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":942,"Cost":844,"Date":"3/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":72,"Cost":53,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":561,"Cost":372,"Date":"10/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":215,"Cost":197,"Date":"3/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":28,"Cost":24,"Date":"6/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":227,"Cost":127,"Date":"7/17/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":515,"Cost":421,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":972,"Cost":519,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":403,"Cost":331,"Date":"11/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":154,"Cost":107,"Date":"12/16/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":980,"Cost":799,"Date":"12/30/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":125,"Cost":78,"Date":"2/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":896,"Cost":686,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":164,"Cost":119,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":253,"Cost":149,"Date":"4/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":350,"Cost":204,"Date":"7/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":627,"Cost":462,"Date":"8/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":535,"Cost":302,"Date":"10/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":703,"Cost":404,"Date":"11/11/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":573,"Cost":540,"Date":"11/30/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":932,"Cost":794,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":736,"Cost":640,"Date":"3/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":629,"Cost":589,"Date":"4/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":846,"Cost":779,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":337,"Cost":208,"Date":"8/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":621,"Cost":532,"Date":"9/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":816,"Cost":473,"Date":"10/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":249,"Cost":218,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":162,"Cost":108,"Date":"11/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":829,"Cost":638,"Date":"12/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":568,"Cost":525,"Date":"12/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":480,"Cost":379,"Date":"1/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":104,"Cost":64,"Date":"1/23/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":103,"Cost":93,"Date":"2/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":695,"Cost":555,"Date":"3/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":852,"Cost":484,"Date":"3/12/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":592,"Cost":307,"Date":"3/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":407,"Cost":214,"Date":"6/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":241,"Cost":125,"Date":"6/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":60,"Cost":46,"Date":"8/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":58,"Cost":34,"Date":"10/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":926,"Cost":662,"Date":"11/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":712,"Cost":586,"Date":"11/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":96,"Cost":74,"Date":"3/27/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":60,"Cost":37,"Date":"4/17/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":490,"Cost":385,"Date":"8/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":360,"Cost":217,"Date":"8/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":925,"Cost":605,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":158,"Cost":148,"Date":"9/5/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":792,"Cost":606,"Date":"9/14/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":706,"Cost":601,"Date":"9/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":267,"Cost":250,"Date":"11/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":897,"Cost":612,"Date":"12/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":662,"Cost":470,"Date":"1/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":469,"Cost":250,"Date":"1/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":619,"Cost":479,"Date":"2/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":358,"Cost":228,"Date":"3/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":753,"Cost":466,"Date":"4/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":231,"Cost":177,"Date":"4/5/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":145,"Cost":100,"Date":"4/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":157,"Cost":90,"Date":"7/10/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":888,"Cost":753,"Date":"3/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":333,"Cost":232,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":216,"Cost":131,"Date":"10/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":102,"Cost":86,"Date":"3/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":189,"Cost":98,"Date":"6/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":80,"Cost":58,"Date":"7/17/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":429,"Cost":358,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":739,"Cost":618,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":799,"Cost":494,"Date":"11/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":366,"Cost":289,"Date":"12/16/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":321,"Cost":285,"Date":"12/30/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":423,"Cost":352,"Date":"2/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":202,"Cost":109,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":757,"Cost":582,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":180,"Cost":112,"Date":"4/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":869,"Cost":599,"Date":"7/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":441,"Cost":232,"Date":"8/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":149,"Cost":82,"Date":"10/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":281,"Cost":157,"Date":"11/11/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":945,"Cost":688,"Date":"11/30/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":48,"Cost":27,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":861,"Cost":650,"Date":"3/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":863,"Cost":583,"Date":"4/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":448,"Cost":289,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":5,"Cost":5,"Date":"8/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":485,"Cost":411,"Date":"9/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":380,"Cost":307,"Date":"10/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":40,"Cost":32,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":1,"Cost":0,"Date":"11/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":173,"Cost":100,"Date":"12/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":295,"Cost":149,"Date":"12/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":920,"Cost":460,"Date":"1/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":19,"Cost":17,"Date":"1/23/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":567,"Cost":461,"Date":"2/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":884,"Cost":547,"Date":"3/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":234,"Cost":197,"Date":"3/12/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":99,"Cost":49,"Date":"3/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":227,"Cost":175,"Date":"6/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":349,"Cost":222,"Date":"6/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":887,"Cost":624,"Date":"8/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":698,"Cost":399,"Date":"10/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":98,"Cost":84,"Date":"11/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":130,"Cost":73,"Date":"11/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":45,"Cost":36,"Date":"3/27/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":439,"Cost":408,"Date":"4/17/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":271,"Cost":240,"Date":"8/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":848,"Cost":500,"Date":"8/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":840,"Cost":505,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":466,"Cost":312,"Date":"9/5/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":56,"Cost":40,"Date":"9/14/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":580,"Cost":503,"Date":"9/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":802,"Cost":564,"Date":"11/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":889,"Cost":592,"Date":"12/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":428,"Cost":243,"Date":"1/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":498,"Cost":338,"Date":"1/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":242,"Cost":155,"Date":"2/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":667,"Cost":499,"Date":"3/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":127,"Cost":79,"Date":"4/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":377,"Cost":291,"Date":"4/5/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":46,"Cost":30,"Date":"4/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":753,"Cost":601,"Date":"7/10/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":783,"Cost":530,"Date":"3/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":695,"Cost":550,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":24,"Cost":15,"Date":"10/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":501,"Cost":264,"Date":"3/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":952,"Cost":806,"Date":"6/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":504,"Cost":443,"Date":"7/17/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":434,"Cost":365,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":637,"Cost":547,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":848,"Cost":531,"Date":"11/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":848,"Cost":577,"Date":"12/16/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":457,"Cost":279,"Date":"12/30/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":83,"Cost":68,"Date":"2/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":862,"Cost":631,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":636,"Cost":457,"Date":"3/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":339,"Cost":191,"Date":"4/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":619,"Cost":423,"Date":"7/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":823,"Cost":414,"Date":"8/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":737,"Cost":454,"Date":"10/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":360,"Cost":303,"Date":"11/11/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":787,"Cost":560,"Date":"11/30/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":934,"Cost":746,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":4,"Cost":3,"Date":"3/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":20,"Cost":15,"Date":"4/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":247,"Cost":144,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":170,"Cost":120,"Date":"8/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":545,"Cost":349,"Date":"9/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":163,"Cost":154,"Date":"10/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":329,"Cost":281,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":180,"Cost":131,"Date":"11/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":81,"Cost":48,"Date":"12/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":46,"Cost":34,"Date":"12/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":666,"Cost":360,"Date":"1/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":743,"Cost":691,"Date":"1/23/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":119,"Cost":91,"Date":"2/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":329,"Cost":203,"Date":"3/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":89,"Cost":59,"Date":"3/12/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":105,"Cost":87,"Date":"3/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":131,"Cost":123,"Date":"6/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":887,"Cost":774,"Date":"6/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":788,"Cost":502,"Date":"8/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":802,"Cost":722,"Date":"10/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":502,"Cost":258,"Date":"11/4/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":889,"Cost":680,"Date":"11/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":556,"Cost":440,"Date":"3/27/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":920,"Cost":490,"Date":"4/17/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":690,"Cost":429,"Date":"8/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":922,"Cost":469,"Date":"8/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":519,"Cost":432,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":174,"Cost":123,"Date":"9/5/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":584,"Cost":424,"Date":"9/14/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":252,"Cost":157,"Date":"9/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":717,"Cost":634,"Date":"11/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":12,"Cost":8,"Date":"12/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":572,"Cost":299,"Date":"1/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":186,"Cost":107,"Date":"1/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":722,"Cost":566,"Date":"2/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":884,"Cost":517,"Date":"3/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":610,"Cost":558,"Date":"4/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":79,"Cost":42,"Date":"4/5/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":428,"Cost":304,"Date":"4/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":68,"Cost":51,"Date":"7/10/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":912,"Cost":811,"Date":"3/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":54,"Cost":45,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":228,"Cost":114,"Date":"10/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":133,"Cost":121,"Date":"3/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":383,"Cost":298,"Date":"6/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":97,"Cost":84,"Date":"7/17/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":729,"Cost":578,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":381,"Cost":302,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":382,"Cost":348,"Date":"11/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":103,"Cost":90,"Date":"12/16/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":750,"Cost":387,"Date":"12/30/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":810,"Cost":530,"Date":"2/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":205,"Cost":144,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":778,"Cost":529,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":612,"Cost":346,"Date":"4/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":579,"Cost":540,"Date":"7/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":455,"Cost":374,"Date":"8/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":745,"Cost":464,"Date":"10/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":878,"Cost":673,"Date":"11/11/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":456,"Cost":392,"Date":"11/30/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":265,"Cost":242,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":695,"Cost":559,"Date":"3/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":19,"Cost":16,"Date":"4/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":958,"Cost":663,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":984,"Cost":905,"Date":"8/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":80,"Cost":62,"Date":"9/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":296,"Cost":216,"Date":"10/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":234,"Cost":154,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":44,"Cost":28,"Date":"11/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":440,"Cost":295,"Date":"12/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":146,"Cost":92,"Date":"12/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":534,"Cost":366,"Date":"1/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":213,"Cost":177,"Date":"1/23/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":396,"Cost":341,"Date":"2/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":663,"Cost":613,"Date":"3/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":947,"Cost":718,"Date":"3/12/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":290,"Cost":192,"Date":"3/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":292,"Cost":183,"Date":"6/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":783,"Cost":471,"Date":"6/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":302,"Cost":241,"Date":"8/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":743,"Cost":492,"Date":"10/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":846,"Cost":516,"Date":"11/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"COS","Country":"USA","Sale":668,"Cost":346,"Date":"11/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":818,"Cost":570,"Date":"3/27/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":247,"Date":"4/17/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":270,"Date":"8/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":978,"Cost":629,"Date":"8/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":894,"Cost":460,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":719,"Cost":619,"Date":"9/5/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":193,"Cost":137,"Date":"9/14/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":502,"Date":"9/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":907,"Cost":489,"Date":"11/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":373,"Cost":244,"Date":"12/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":995,"Cost":613,"Date":"1/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":377,"Cost":262,"Date":"1/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":662,"Cost":449,"Date":"2/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":670,"Cost":367,"Date":"3/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":831,"Cost":478,"Date":"4/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":75,"Cost":38,"Date":"4/5/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":873,"Cost":506,"Date":"4/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":663,"Cost":441,"Date":"7/10/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":733,"Cost":454,"Date":"3/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":716,"Cost":470,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":97,"Cost":52,"Date":"10/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":692,"Cost":625,"Date":"3/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":18,"Cost":17,"Date":"6/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":124,"Cost":74,"Date":"7/17/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":883,"Cost":513,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":696,"Cost":498,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":211,"Cost":121,"Date":"11/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":316,"Cost":282,"Date":"12/16/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":402,"Cost":344,"Date":"12/30/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":917,"Cost":757,"Date":"2/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":167,"Cost":120,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":635,"Cost":579,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":453,"Date":"4/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":578,"Cost":373,"Date":"7/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":250,"Cost":172,"Date":"8/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":819,"Cost":541,"Date":"10/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":535,"Date":"11/11/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":644,"Cost":606,"Date":"11/30/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":789,"Cost":736,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":501,"Cost":260,"Date":"3/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":565,"Date":"4/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":65,"Cost":61,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":83,"Cost":70,"Date":"8/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":512,"Date":"9/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":144,"Cost":116,"Date":"10/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":554,"Cost":423,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":661,"Cost":458,"Date":"11/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":228,"Cost":196,"Date":"12/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":302,"Date":"12/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":969,"Cost":559,"Date":"1/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":5,"Date":"1/23/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":959,"Cost":773,"Date":"2/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":612,"Cost":413,"Date":"3/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":143,"Cost":99,"Date":"3/12/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":502,"Cost":295,"Date":"3/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":566,"Cost":369,"Date":"6/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":665,"Cost":359,"Date":"6/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":73,"Cost":51,"Date":"8/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":538,"Cost":413,"Date":"10/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":318,"Cost":190,"Date":"11/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Sellpy","Country":"USA","Sale":431,"Cost":275,"Date":"11/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":490,"Cost":274,"Date":"3/27/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":235,"Cost":137,"Date":"4/17/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":290,"Cost":192,"Date":"8/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":279,"Cost":217,"Date":"8/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":32,"Cost":17,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":821,"Cost":513,"Date":"9/5/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":512,"Cost":302,"Date":"9/14/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":901,"Cost":776,"Date":"9/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":257,"Cost":218,"Date":"11/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":402,"Cost":220,"Date":"12/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":403,"Cost":214,"Date":"1/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":885,"Cost":692,"Date":"1/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":538,"Cost":298,"Date":"2/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":574,"Cost":523,"Date":"3/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":17,"Cost":11,"Date":"4/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":67,"Cost":59,"Date":"4/5/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":201,"Cost":109,"Date":"4/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":275,"Cost":145,"Date":"7/10/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":898,"Cost":577,"Date":"3/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":454,"Cost":418,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":515,"Cost":390,"Date":"10/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":15,"Cost":12,"Date":"3/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":185,"Cost":146,"Date":"6/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":663,"Cost":513,"Date":"7/17/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":903,"Cost":819,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":135,"Cost":85,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":576,"Cost":373,"Date":"11/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":605,"Cost":322,"Date":"12/16/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":226,"Cost":204,"Date":"12/30/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":795,"Cost":459,"Date":"2/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":105,"Cost":57,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":781,"Cost":442,"Date":"3/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":156,"Cost":86,"Date":"4/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":658,"Cost":374,"Date":"7/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":282,"Cost":222,"Date":"8/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":758,"Cost":540,"Date":"10/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":735,"Cost":663,"Date":"11/11/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":176,"Cost":129,"Date":"11/30/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":721,"Cost":540,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":989,"Cost":723,"Date":"3/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":832,"Cost":477,"Date":"4/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":615,"Cost":373,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":581,"Cost":444,"Date":"8/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":197,"Cost":165,"Date":"9/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":718,"Cost":406,"Date":"10/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":262,"Cost":177,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":781,"Cost":524,"Date":"11/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":688,"Cost":609,"Date":"12/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":267,"Cost":214,"Date":"12/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":8,"Cost":6,"Date":"1/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":459,"Cost":300,"Date":"1/23/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":908,"Cost":828,"Date":"2/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":682,"Cost":459,"Date":"3/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":98,"Cost":72,"Date":"3/12/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":334,"Cost":216,"Date":"3/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":468,"Cost":312,"Date":"6/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":890,"Cost":475,"Date":"6/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":774,"Cost":530,"Date":"8/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":246,"Cost":147,"Date":"10/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":466,"Cost":365,"Date":"11/4/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":406,"Cost":337,"Date":"11/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":350,"Cost":246,"Date":"3/27/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":983,"Cost":903,"Date":"4/17/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":177,"Cost":126,"Date":"8/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":194,"Cost":101,"Date":"8/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":942,"Cost":845,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":509,"Cost":483,"Date":"9/5/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":585,"Cost":415,"Date":"9/14/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":40,"Cost":25,"Date":"9/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":663,"Cost":508,"Date":"11/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":406,"Cost":270,"Date":"12/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":708,"Cost":509,"Date":"1/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":43,"Cost":32,"Date":"1/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":688,"Cost":427,"Date":"2/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":491,"Cost":400,"Date":"3/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":462,"Cost":420,"Date":"4/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":677,"Cost":575,"Date":"4/5/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":878,"Cost":686,"Date":"4/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":372,"Cost":192,"Date":"7/10/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":497,"Cost":438,"Date":"3/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":624,"Cost":430,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":417,"Cost":218,"Date":"10/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":981,"Cost":925,"Date":"3/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":679,"Cost":569,"Date":"6/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":195,"Cost":158,"Date":"7/17/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":483,"Cost":344,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":726,"Cost":375,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":160,"Cost":147,"Date":"11/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":598,"Cost":406,"Date":"12/16/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":106,"Cost":77,"Date":"12/30/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":966,"Cost":770,"Date":"2/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":284,"Cost":270,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":882,"Cost":634,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":524,"Cost":352,"Date":"4/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":602,"Cost":317,"Date":"7/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":33,"Cost":30,"Date":"8/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":896,"Cost":658,"Date":"10/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":92,"Cost":63,"Date":"11/11/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":131,"Cost":110,"Date":"11/30/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":913,"Cost":779,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":622,"Cost":350,"Date":"3/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":680,"Cost":542,"Date":"4/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":170,"Cost":121,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":457,"Cost":277,"Date":"8/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":491,"Cost":298,"Date":"9/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":294,"Cost":150,"Date":"10/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":832,"Cost":435,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":144,"Cost":129,"Date":"11/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":821,"Cost":478,"Date":"12/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":49,"Cost":39,"Date":"12/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":849,"Cost":460,"Date":"1/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":576,"Cost":460,"Date":"1/23/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":223,"Cost":187,"Date":"2/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":897,"Cost":773,"Date":"3/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":25,"Cost":18,"Date":"3/12/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":140,"Cost":105,"Date":"3/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":80,"Cost":67,"Date":"6/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":404,"Cost":347,"Date":"6/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":476,"Cost":254,"Date":"8/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":411,"Cost":274,"Date":"10/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":779,"Cost":443,"Date":"11/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Nova","Country":"USA","Sale":21,"Cost":16,"Date":"11/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":231,"Cost":197,"Date":"3/27/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":297,"Cost":253,"Date":"4/17/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":358,"Cost":206,"Date":"8/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":992,"Cost":515,"Date":"8/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":857,"Cost":528,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":471,"Cost":358,"Date":"9/5/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":46,"Cost":35,"Date":"9/14/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":146,"Cost":137,"Date":"9/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":980,"Cost":506,"Date":"11/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":900,"Cost":622,"Date":"12/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":647,"Cost":487,"Date":"1/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":524,"Cost":352,"Date":"1/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":102,"Cost":86,"Date":"2/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":884,"Cost":495,"Date":"3/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":353,"Cost":221,"Date":"4/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":813,"Cost":703,"Date":"4/5/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":320,"Cost":191,"Date":"4/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":507,"Cost":254,"Date":"7/10/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":874,"Cost":717,"Date":"3/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":11,"Cost":8,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":398,"Cost":359,"Date":"10/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":882,"Cost":677,"Date":"3/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":228,"Cost":192,"Date":"6/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":875,"Cost":515,"Date":"7/17/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":6,"Cost":3,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":807,"Cost":437,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":772,"Cost":600,"Date":"11/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":857,"Cost":505,"Date":"12/16/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":505,"Cost":450,"Date":"12/30/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":681,"Cost":447,"Date":"2/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":244,"Cost":214,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":137,"Cost":119,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":67,"Cost":34,"Date":"4/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":711,"Cost":443,"Date":"7/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":780,"Cost":438,"Date":"8/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":208,"Cost":132,"Date":"10/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":233,"Cost":183,"Date":"11/11/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":567,"Cost":437,"Date":"11/30/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":33,"Cost":19,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":379,"Cost":293,"Date":"3/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":809,"Cost":686,"Date":"4/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":886,"Cost":729,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":64,"Cost":38,"Date":"8/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":227,"Cost":172,"Date":"9/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":211,"Cost":179,"Date":"10/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":488,"Cost":253,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":151,"Cost":115,"Date":"11/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":584,"Cost":455,"Date":"12/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":461,"Cost":415,"Date":"12/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":560,"Cost":342,"Date":"1/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":4,"Cost":4,"Date":"1/23/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":693,"Cost":568,"Date":"2/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":400,"Cost":338,"Date":"3/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":934,"Cost":524,"Date":"3/12/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":665,"Cost":366,"Date":"3/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":799,"Cost":603,"Date":"6/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":821,"Cost":636,"Date":"6/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":737,"Cost":453,"Date":"8/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":916,"Cost":539,"Date":"10/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":897,"Cost":559,"Date":"11/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":569,"Cost":390,"Date":"11/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":287,"Cost":250,"Date":"3/27/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":801,"Cost":650,"Date":"4/17/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":180,"Cost":105,"Date":"8/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":384,"Cost":312,"Date":"8/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":282,"Cost":247,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":263,"Cost":237,"Date":"9/5/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":142,"Cost":74,"Date":"9/14/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":731,"Cost":658,"Date":"9/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":525,"Cost":373,"Date":"11/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":510,"Cost":408,"Date":"12/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":598,"Cost":543,"Date":"1/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":383,"Cost":315,"Date":"1/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":805,"Cost":518,"Date":"2/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":898,"Cost":759,"Date":"3/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":803,"Cost":708,"Date":"4/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":10,"Cost":9,"Date":"4/5/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":798,"Cost":743,"Date":"4/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":906,"Cost":599,"Date":"7/10/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":953,"Cost":638,"Date":"3/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":712,"Cost":492,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":710,"Date":"10/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":986,"Cost":525,"Date":"3/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":714,"Cost":629,"Date":"6/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":725,"Cost":390,"Date":"7/17/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":385,"Cost":306,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":656,"Cost":347,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":47,"Cost":29,"Date":"11/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":962,"Cost":644,"Date":"12/16/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":509,"Date":"12/30/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":130,"Cost":79,"Date":"2/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":671,"Cost":351,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":859,"Cost":645,"Date":"3/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":261,"Cost":209,"Date":"4/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":987,"Cost":565,"Date":"7/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":221,"Cost":203,"Date":"8/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":673,"Cost":534,"Date":"10/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":390,"Cost":277,"Date":"11/11/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":844,"Cost":759,"Date":"11/30/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":12,"Cost":10,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":666,"Cost":440,"Date":"3/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":480,"Cost":248,"Date":"4/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":353,"Cost":332,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":775,"Cost":395,"Date":"8/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":170,"Cost":131,"Date":"9/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":858,"Cost":778,"Date":"10/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":925,"Cost":537,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":844,"Cost":673,"Date":"11/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":205,"Cost":123,"Date":"12/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":18,"Cost":17,"Date":"12/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":771,"Cost":585,"Date":"1/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":580,"Date":"1/23/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":839,"Date":"2/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":299,"Date":"3/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":200,"Cost":105,"Date":"3/12/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":573,"Cost":445,"Date":"3/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":765,"Cost":679,"Date":"6/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":442,"Cost":300,"Date":"6/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":772,"Cost":604,"Date":"8/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":290,"Cost":177,"Date":"10/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":675,"Cost":390,"Date":"11/4/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":265,"Date":"11/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":363,"Cost":243,"Date":"3/27/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":590,"Cost":550,"Date":"4/17/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":339,"Cost":276,"Date":"8/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":381,"Cost":306,"Date":"8/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":696,"Cost":407,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":879,"Cost":598,"Date":"9/5/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":628,"Cost":536,"Date":"9/14/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":381,"Cost":223,"Date":"9/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":593,"Cost":356,"Date":"11/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":947,"Cost":589,"Date":"12/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":607,"Cost":567,"Date":"1/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":932,"Cost":730,"Date":"1/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":230,"Cost":185,"Date":"2/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":89,"Cost":63,"Date":"3/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":762,"Cost":648,"Date":"4/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":209,"Cost":137,"Date":"4/5/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":386,"Cost":292,"Date":"4/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":699,"Cost":575,"Date":"7/10/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":350,"Cost":259,"Date":"3/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":108,"Cost":84,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":773,"Cost":410,"Date":"10/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":489,"Cost":423,"Date":"3/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":783,"Cost":628,"Date":"6/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":153,"Cost":117,"Date":"7/17/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":800,"Cost":652,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":341,"Cost":207,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":473,"Cost":329,"Date":"11/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":30,"Cost":21,"Date":"12/16/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":369,"Cost":321,"Date":"12/30/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":543,"Cost":449,"Date":"2/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":241,"Cost":172,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":819,"Cost":703,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":614,"Cost":312,"Date":"4/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":968,"Cost":588,"Date":"7/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":807,"Cost":688,"Date":"8/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":602,"Cost":463,"Date":"10/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":949,"Cost":734,"Date":"11/11/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":31,"Cost":21,"Date":"11/30/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":795,"Cost":619,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":919,"Cost":546,"Date":"3/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":146,"Cost":113,"Date":"4/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":126,"Cost":71,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":509,"Cost":462,"Date":"8/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":546,"Cost":283,"Date":"9/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":921,"Cost":552,"Date":"10/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":241,"Cost":133,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":410,"Cost":322,"Date":"11/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":105,"Cost":63,"Date":"12/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":450,"Cost":382,"Date":"12/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":611,"Cost":407,"Date":"1/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":934,"Cost":503,"Date":"1/23/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":407,"Cost":290,"Date":"2/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":228,"Cost":138,"Date":"3/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":585,"Cost":438,"Date":"3/12/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":50,"Cost":36,"Date":"3/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":315,"Cost":196,"Date":"6/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":629,"Cost":596,"Date":"6/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":27,"Cost":23,"Date":"8/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":970,"Cost":611,"Date":"10/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":455,"Cost":415,"Date":"11/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":210,"Cost":162,"Date":"11/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":39,"Cost":37,"Date":"3/27/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":656,"Cost":500,"Date":"4/17/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":915,"Cost":660,"Date":"8/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":636,"Cost":493,"Date":"8/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":274,"Cost":205,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":949,"Cost":675,"Date":"9/5/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":434,"Cost":230,"Date":"9/14/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":824,"Cost":522,"Date":"9/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":458,"Cost":359,"Date":"11/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":259,"Cost":164,"Date":"12/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":827,"Cost":528,"Date":"1/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":463,"Cost":438,"Date":"1/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":381,"Cost":296,"Date":"2/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":568,"Cost":446,"Date":"3/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":727,"Cost":653,"Date":"4/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":600,"Cost":350,"Date":"4/5/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":163,"Cost":122,"Date":"4/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":437,"Date":"7/10/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":159,"Cost":145,"Date":"3/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":116,"Cost":65,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":2,"Date":"10/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":425,"Cost":260,"Date":"3/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":334,"Cost":248,"Date":"6/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":136,"Cost":93,"Date":"7/17/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":287,"Cost":164,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":85,"Cost":69,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":825,"Cost":532,"Date":"11/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":983,"Cost":693,"Date":"12/16/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":431,"Cost":330,"Date":"12/30/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":948,"Cost":514,"Date":"2/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":689,"Cost":550,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":27,"Cost":17,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":324,"Date":"4/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":364,"Cost":304,"Date":"7/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":538,"Cost":370,"Date":"8/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":867,"Cost":603,"Date":"10/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":319,"Cost":195,"Date":"11/11/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":950,"Cost":549,"Date":"11/30/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":763,"Cost":535,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":90,"Cost":63,"Date":"3/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":239,"Cost":206,"Date":"4/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":756,"Cost":708,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":100,"Cost":61,"Date":"8/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":453,"Cost":256,"Date":"9/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":648,"Cost":389,"Date":"10/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":84,"Cost":73,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":314,"Cost":262,"Date":"11/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":353,"Cost":321,"Date":"12/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":61,"Cost":52,"Date":"12/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":531,"Cost":431,"Date":"1/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":282,"Cost":191,"Date":"1/23/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":568,"Cost":325,"Date":"2/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":322,"Cost":293,"Date":"3/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":317,"Cost":239,"Date":"3/12/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":877,"Cost":755,"Date":"3/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":318,"Cost":211,"Date":"6/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":619,"Cost":540,"Date":"6/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":187,"Cost":119,"Date":"8/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":752,"Cost":645,"Date":"10/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":696,"Cost":397,"Date":"11/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":190,"Cost":107,"Date":"11/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":361,"Cost":298,"Date":"3/27/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":231,"Cost":199,"Date":"4/17/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":877,"Cost":639,"Date":"8/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":205,"Cost":154,"Date":"8/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":334,"Cost":241,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":205,"Cost":179,"Date":"9/5/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":57,"Cost":54,"Date":"9/14/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":121,"Cost":103,"Date":"9/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":2,"Date":"11/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":568,"Date":"12/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":294,"Cost":190,"Date":"1/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":660,"Cost":365,"Date":"1/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":820,"Cost":498,"Date":"2/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":33,"Cost":29,"Date":"3/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":595,"Cost":299,"Date":"4/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":674,"Cost":610,"Date":"4/5/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":75,"Cost":64,"Date":"4/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":888,"Cost":714,"Date":"7/10/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":241,"Cost":125,"Date":"3/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":989,"Cost":899,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":258,"Cost":202,"Date":"10/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":3,"Date":"3/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":617,"Cost":404,"Date":"6/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":454,"Cost":357,"Date":"7/17/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":676,"Cost":600,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":338,"Cost":278,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":936,"Cost":502,"Date":"11/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":414,"Cost":257,"Date":"12/16/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":987,"Cost":808,"Date":"12/30/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":386,"Cost":281,"Date":"2/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":695,"Cost":546,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":278,"Cost":142,"Date":"3/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":785,"Cost":723,"Date":"4/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":687,"Cost":615,"Date":"7/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":651,"Cost":332,"Date":"8/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":230,"Cost":141,"Date":"10/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":46,"Cost":31,"Date":"11/11/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":216,"Cost":151,"Date":"11/30/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":411,"Cost":354,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":308,"Cost":189,"Date":"3/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":766,"Cost":647,"Date":"4/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":799,"Cost":460,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":700,"Cost":516,"Date":"8/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":408,"Cost":296,"Date":"9/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":231,"Cost":120,"Date":"10/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":688,"Cost":519,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":912,"Cost":736,"Date":"11/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":665,"Cost":381,"Date":"12/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":608,"Cost":340,"Date":"12/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":340,"Cost":250,"Date":"1/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":522,"Cost":351,"Date":"1/23/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":408,"Cost":228,"Date":"2/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":314,"Cost":196,"Date":"3/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":609,"Cost":379,"Date":"3/12/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":283,"Cost":166,"Date":"3/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":653,"Cost":427,"Date":"6/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":474,"Cost":318,"Date":"6/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":795,"Cost":550,"Date":"8/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":841,"Cost":763,"Date":"10/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":945,"Cost":661,"Date":"11/4/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":286,"Cost":164,"Date":"11/9/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":397,"Cost":301,"Date":"3/27/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":332,"Cost":285,"Date":"4/17/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":983,"Cost":822,"Date":"8/11/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":64,"Cost":42,"Date":"8/21/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":976,"Cost":559,"Date":"9/2/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":659,"Cost":337,"Date":"9/5/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":918,"Cost":819,"Date":"9/14/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":187,"Cost":173,"Date":"9/20/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":764,"Cost":479,"Date":"11/20/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":955,"Cost":649,"Date":"12/21/2018"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":374,"Cost":253,"Date":"1/7/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":765,"Cost":407,"Date":"1/21/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":695,"Cost":593,"Date":"2/9/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":987,"Cost":614,"Date":"3/19/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":539,"Cost":485,"Date":"4/3/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":127,"Cost":77,"Date":"4/5/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":659,"Cost":469,"Date":"4/28/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":826,"Cost":710,"Date":"7/10/2019"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":655,"Cost":426,"Date":"3/25/2020"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":81,"Cost":46,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":541,"Cost":280,"Date":"10/28/2020"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":689,"Cost":441,"Date":"3/2/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":624,"Cost":418,"Date":"6/28/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":477,"Cost":263,"Date":"7/17/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":275,"Cost":212,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":93,"Cost":57,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":98,"Cost":62,"Date":"11/20/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":992,"Cost":763,"Date":"12/16/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":550,"Cost":314,"Date":"12/30/2021"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":366,"Cost":184,"Date":"2/15/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":678,"Cost":524,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":851,"Cost":760,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":23,"Cost":15,"Date":"4/18/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":567,"Cost":458,"Date":"7/27/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":490,"Cost":371,"Date":"8/18/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":492,"Cost":297,"Date":"10/31/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":951,"Cost":870,"Date":"11/11/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":728,"Cost":558,"Date":"11/30/2022"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":108,"Cost":79,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":671,"Cost":622,"Date":"3/1/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":472,"Cost":273,"Date":"4/13/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":274,"Cost":150,"Date":"5/20/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":211,"Cost":152,"Date":"8/13/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":842,"Cost":513,"Date":"9/15/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":27,"Cost":25,"Date":"10/14/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":688,"Cost":412,"Date":"10/28/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":360,"Cost":207,"Date":"11/11/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":133,"Cost":80,"Date":"12/7/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":985,"Cost":799,"Date":"12/21/2023"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":678,"Cost":592,"Date":"1/6/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":500,"Cost":277,"Date":"1/23/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":411,"Cost":281,"Date":"2/4/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":898,"Cost":827,"Date":"3/10/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":541,"Cost":344,"Date":"3/12/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":313,"Cost":270,"Date":"3/31/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":381,"Cost":201,"Date":"6/16/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":852,"Cost":539,"Date":"6/17/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":81,"Cost":50,"Date":"8/27/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":870,"Cost":744,"Date":"10/1/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":702,"Cost":591,"Date":"11/4/2024"},{"Store":"Montevideo Shopping","Brand":"Jeans","Country":"Uruguay","Sale":315,"Cost":269,"Date":"11/9/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":260,"Cost":156,"Date":"3/27/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":870,"Cost":626,"Date":"4/17/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":371,"Cost":293,"Date":"8/11/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":140,"Cost":131,"Date":"8/21/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":561,"Cost":330,"Date":"9/2/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":172,"Cost":114,"Date":"9/5/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":628,"Cost":382,"Date":"9/14/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":83,"Cost":42,"Date":"9/20/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":628,"Cost":492,"Date":"11/20/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":245,"Cost":193,"Date":"12/21/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":626,"Cost":408,"Date":"1/7/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":708,"Cost":451,"Date":"1/21/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":923,"Cost":795,"Date":"2/9/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":484,"Date":"3/19/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":503,"Cost":388,"Date":"4/3/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":869,"Cost":598,"Date":"4/5/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":242,"Cost":156,"Date":"4/28/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":396,"Cost":317,"Date":"7/10/2019"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":324,"Cost":281,"Date":"3/25/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":883,"Cost":583,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":224,"Cost":153,"Date":"10/28/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":560,"Cost":455,"Date":"3/2/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":52,"Cost":45,"Date":"6/28/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":448,"Cost":305,"Date":"7/17/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":8,"Cost":6,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":194,"Cost":123,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":763,"Cost":577,"Date":"11/20/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":459,"Cost":338,"Date":"12/16/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":999,"Cost":639,"Date":"12/30/2021"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":94,"Cost":84,"Date":"2/15/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":715,"Cost":656,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":843,"Cost":626,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":265,"Cost":155,"Date":"4/18/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":625,"Cost":345,"Date":"7/27/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":925,"Cost":765,"Date":"8/18/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":365,"Cost":328,"Date":"10/31/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":801,"Cost":578,"Date":"11/11/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":139,"Cost":126,"Date":"11/30/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":587,"Cost":435,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":3,"Date":"3/1/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":832,"Cost":696,"Date":"4/13/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":231,"Cost":212,"Date":"5/20/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":340,"Cost":256,"Date":"8/13/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":497,"Cost":455,"Date":"9/15/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":739,"Cost":566,"Date":"10/14/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":529,"Cost":488,"Date":"10/28/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":778,"Cost":551,"Date":"11/11/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":930,"Cost":474,"Date":"12/7/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":821,"Cost":468,"Date":"12/21/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":898,"Cost":495,"Date":"1/6/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":931,"Cost":827,"Date":"1/23/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":533,"Cost":270,"Date":"2/4/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":914,"Cost":772,"Date":"3/10/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":853,"Cost":457,"Date":"3/12/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":294,"Cost":225,"Date":"3/31/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":156,"Cost":113,"Date":"6/16/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":361,"Date":"6/17/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":757,"Cost":425,"Date":"8/27/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":348,"Cost":219,"Date":"10/1/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":151,"Cost":123,"Date":"11/4/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":539,"Cost":281,"Date":"11/9/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":772,"Cost":666,"Date":"3/27/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":896,"Cost":491,"Date":"4/17/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":850,"Cost":802,"Date":"8/11/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":805,"Cost":714,"Date":"8/21/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":973,"Cost":772,"Date":"9/2/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":364,"Cost":296,"Date":"9/5/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":27,"Cost":16,"Date":"9/14/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":960,"Cost":649,"Date":"9/20/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":187,"Cost":124,"Date":"11/20/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":279,"Cost":155,"Date":"12/21/2018"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":395,"Cost":286,"Date":"1/7/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":735,"Cost":545,"Date":"1/21/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":942,"Cost":694,"Date":"2/9/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":866,"Cost":667,"Date":"3/19/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":90,"Cost":67,"Date":"4/3/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":325,"Cost":287,"Date":"4/5/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":100,"Cost":84,"Date":"4/28/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":831,"Cost":455,"Date":"7/10/2019"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":373,"Cost":337,"Date":"3/25/2020"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":564,"Cost":480,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":275,"Cost":204,"Date":"10/28/2020"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":471,"Cost":306,"Date":"3/2/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":80,"Cost":44,"Date":"6/28/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":238,"Cost":157,"Date":"7/17/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":277,"Cost":227,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":815,"Cost":708,"Date":"8/23/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":405,"Cost":309,"Date":"11/20/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":224,"Cost":150,"Date":"12/16/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":269,"Cost":151,"Date":"12/30/2021"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":51,"Cost":45,"Date":"2/15/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":183,"Cost":112,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":17,"Cost":15,"Date":"3/7/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":713,"Cost":458,"Date":"4/18/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":272,"Cost":180,"Date":"7/27/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":667,"Cost":560,"Date":"8/18/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":372,"Cost":302,"Date":"10/31/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":708,"Cost":586,"Date":"11/11/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":145,"Cost":99,"Date":"11/30/2022"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":348,"Cost":193,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":560,"Cost":409,"Date":"3/1/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":218,"Cost":137,"Date":"4/13/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":844,"Cost":504,"Date":"5/20/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":751,"Cost":459,"Date":"8/13/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":114,"Cost":107,"Date":"9/15/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":862,"Cost":431,"Date":"10/14/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":685,"Cost":390,"Date":"10/28/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":130,"Cost":96,"Date":"11/11/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":188,"Cost":162,"Date":"12/7/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":713,"Cost":532,"Date":"12/21/2023"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":941,"Cost":676,"Date":"1/6/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":962,"Cost":788,"Date":"1/23/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":265,"Cost":209,"Date":"2/4/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":745,"Cost":470,"Date":"3/10/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":33,"Cost":16,"Date":"3/12/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":818,"Cost":676,"Date":"3/31/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":708,"Cost":628,"Date":"6/16/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":879,"Cost":799,"Date":"6/17/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":36,"Cost":29,"Date":"8/27/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":702,"Cost":636,"Date":"10/1/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":316,"Cost":205,"Date":"11/4/2024"},{"Store":"Montevideo Shopping","Brand":"HM","Country":"Uruguay","Sale":363,"Cost":303,"Date":"11/9/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":436,"Cost":385,"Date":"3/27/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":188,"Cost":169,"Date":"4/17/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":185,"Cost":93,"Date":"8/11/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":613,"Cost":329,"Date":"8/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":300,"Date":"9/2/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":743,"Cost":466,"Date":"9/5/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":20,"Cost":18,"Date":"9/14/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":908,"Cost":769,"Date":"9/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":745,"Cost":685,"Date":"11/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":949,"Cost":694,"Date":"12/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":22,"Cost":19,"Date":"1/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":782,"Cost":721,"Date":"1/21/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":977,"Cost":624,"Date":"2/9/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":760,"Cost":607,"Date":"3/19/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":587,"Cost":403,"Date":"4/3/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":556,"Cost":527,"Date":"4/5/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":280,"Cost":195,"Date":"4/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":713,"Cost":529,"Date":"7/10/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":582,"Cost":316,"Date":"3/25/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":801,"Cost":443,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":812,"Cost":655,"Date":"10/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":247,"Date":"3/2/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":461,"Cost":375,"Date":"6/28/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":641,"Cost":549,"Date":"7/17/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":498,"Cost":361,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":731,"Cost":555,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":737,"Date":"11/20/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":717,"Cost":514,"Date":"12/16/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":442,"Cost":324,"Date":"12/30/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":9,"Cost":8,"Date":"2/15/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":525,"Cost":434,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":322,"Cost":184,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":769,"Cost":485,"Date":"4/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":403,"Cost":361,"Date":"7/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":246,"Date":"8/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":948,"Cost":804,"Date":"10/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":560,"Cost":401,"Date":"11/11/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":344,"Cost":257,"Date":"11/30/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":830,"Cost":641,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":489,"Date":"3/1/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":224,"Cost":191,"Date":"4/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":944,"Cost":490,"Date":"5/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":995,"Cost":818,"Date":"8/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":202,"Cost":160,"Date":"9/15/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":100,"Cost":55,"Date":"10/14/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":293,"Cost":250,"Date":"10/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":603,"Date":"11/11/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":883,"Cost":481,"Date":"12/7/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":147,"Cost":110,"Date":"12/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":633,"Cost":330,"Date":"1/6/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":924,"Cost":630,"Date":"1/23/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":349,"Cost":233,"Date":"2/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":874,"Cost":583,"Date":"3/10/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":696,"Cost":406,"Date":"3/12/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":481,"Cost":402,"Date":"3/31/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":295,"Cost":208,"Date":"6/16/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":609,"Cost":559,"Date":"6/17/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":42,"Cost":21,"Date":"8/27/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":888,"Cost":749,"Date":"10/1/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":405,"Cost":367,"Date":"11/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":815,"Cost":551,"Date":"11/9/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":210,"Cost":133,"Date":"3/27/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":409,"Cost":374,"Date":"4/17/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":24,"Cost":18,"Date":"8/11/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":864,"Cost":469,"Date":"8/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":138,"Cost":75,"Date":"9/2/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":753,"Cost":390,"Date":"9/5/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":815,"Cost":689,"Date":"9/14/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":840,"Cost":649,"Date":"9/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":836,"Cost":550,"Date":"11/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":135,"Cost":126,"Date":"12/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":224,"Cost":187,"Date":"1/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":353,"Cost":262,"Date":"1/21/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":279,"Cost":243,"Date":"2/9/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":601,"Cost":555,"Date":"3/19/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":436,"Cost":318,"Date":"4/3/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":737,"Cost":564,"Date":"4/5/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":729,"Cost":526,"Date":"4/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":157,"Cost":124,"Date":"7/10/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":872,"Cost":789,"Date":"3/25/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":246,"Cost":171,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":309,"Cost":252,"Date":"10/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":689,"Cost":503,"Date":"3/2/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":565,"Cost":441,"Date":"6/28/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":186,"Cost":138,"Date":"7/17/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":704,"Cost":406,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":319,"Cost":191,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":489,"Cost":299,"Date":"11/20/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":899,"Cost":766,"Date":"12/16/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":551,"Cost":291,"Date":"12/30/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":644,"Cost":506,"Date":"2/15/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":627,"Cost":387,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":478,"Cost":396,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":94,"Cost":57,"Date":"4/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":796,"Cost":607,"Date":"7/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":799,"Cost":507,"Date":"8/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":218,"Cost":142,"Date":"10/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":817,"Cost":507,"Date":"11/11/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":28,"Cost":20,"Date":"11/30/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":520,"Cost":393,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":76,"Cost":38,"Date":"3/1/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":319,"Cost":303,"Date":"4/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":595,"Cost":354,"Date":"5/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":817,"Cost":438,"Date":"8/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":542,"Cost":472,"Date":"9/15/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":415,"Cost":319,"Date":"10/14/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":196,"Cost":119,"Date":"10/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":372,"Cost":212,"Date":"11/11/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":489,"Cost":412,"Date":"12/7/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":372,"Cost":342,"Date":"12/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":817,"Cost":544,"Date":"1/6/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":462,"Cost":367,"Date":"1/23/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":806,"Cost":551,"Date":"2/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":307,"Cost":272,"Date":"3/10/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":767,"Cost":450,"Date":"3/12/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":767,"Cost":393,"Date":"3/31/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":597,"Cost":408,"Date":"6/16/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":520,"Cost":481,"Date":"6/17/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":726,"Cost":594,"Date":"8/27/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":771,"Cost":691,"Date":"10/1/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":789,"Cost":569,"Date":"11/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":599,"Cost":521,"Date":"11/9/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":898,"Cost":826,"Date":"3/27/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":430,"Cost":289,"Date":"4/17/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":265,"Cost":177,"Date":"8/11/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":901,"Cost":465,"Date":"8/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":31,"Cost":25,"Date":"9/2/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":766,"Cost":671,"Date":"9/5/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":742,"Cost":485,"Date":"9/14/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":742,"Cost":436,"Date":"9/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":155,"Cost":83,"Date":"11/20/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":957,"Cost":649,"Date":"12/21/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":4,"Cost":2,"Date":"1/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":666,"Cost":535,"Date":"1/21/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":682,"Cost":586,"Date":"2/9/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":281,"Cost":255,"Date":"3/19/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":738,"Cost":438,"Date":"4/3/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":650,"Cost":549,"Date":"4/5/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":808,"Cost":622,"Date":"4/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":600,"Cost":569,"Date":"7/10/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":960,"Cost":652,"Date":"3/25/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":621,"Cost":583,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":489,"Cost":276,"Date":"10/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":850,"Cost":499,"Date":"3/2/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":966,"Cost":687,"Date":"6/28/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":452,"Cost":251,"Date":"7/17/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":708,"Cost":459,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":70,"Cost":49,"Date":"8/23/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":363,"Cost":313,"Date":"11/20/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":68,"Cost":58,"Date":"12/16/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":947,"Cost":895,"Date":"12/30/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":456,"Cost":229,"Date":"2/15/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":790,"Cost":664,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":499,"Cost":273,"Date":"3/7/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":160,"Cost":82,"Date":"4/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":221,"Cost":118,"Date":"7/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":199,"Cost":134,"Date":"8/18/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":256,"Cost":228,"Date":"10/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":819,"Cost":452,"Date":"11/11/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":861,"Cost":755,"Date":"11/30/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":248,"Cost":205,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":26,"Cost":19,"Date":"3/1/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":692,"Cost":427,"Date":"4/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":9,"Cost":4,"Date":"5/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":338,"Cost":257,"Date":"8/13/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":973,"Cost":834,"Date":"9/15/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":93,"Cost":69,"Date":"10/14/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":71,"Cost":54,"Date":"10/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":37,"Cost":20,"Date":"11/11/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":231,"Cost":162,"Date":"12/7/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":98,"Cost":91,"Date":"12/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":391,"Cost":259,"Date":"1/6/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":386,"Cost":219,"Date":"1/23/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":483,"Cost":248,"Date":"2/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":532,"Cost":350,"Date":"3/10/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":181,"Cost":106,"Date":"3/12/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":978,"Cost":622,"Date":"3/31/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":80,"Cost":51,"Date":"6/16/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":369,"Cost":277,"Date":"6/17/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":908,"Cost":796,"Date":"8/27/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":417,"Cost":225,"Date":"10/1/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":695,"Cost":582,"Date":"11/4/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":604,"Cost":489,"Date":"11/9/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":181,"Cost":144,"Date":"3/27/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":538,"Cost":367,"Date":"4/17/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":982,"Cost":837,"Date":"8/11/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":864,"Cost":523,"Date":"8/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":418,"Cost":306,"Date":"9/2/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":326,"Cost":215,"Date":"9/5/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":31,"Cost":24,"Date":"9/14/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":563,"Cost":311,"Date":"9/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":365,"Cost":317,"Date":"11/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":67,"Cost":59,"Date":"12/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":917,"Cost":582,"Date":"1/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":713,"Cost":565,"Date":"1/21/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":423,"Cost":220,"Date":"2/9/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":797,"Cost":700,"Date":"3/19/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":192,"Cost":126,"Date":"4/3/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":942,"Cost":858,"Date":"4/5/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":622,"Cost":396,"Date":"4/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":998,"Cost":934,"Date":"7/10/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":667,"Cost":410,"Date":"3/25/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":377,"Cost":214,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":128,"Cost":95,"Date":"10/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":45,"Cost":35,"Date":"3/2/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":795,"Cost":712,"Date":"6/28/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":524,"Cost":430,"Date":"7/17/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":41,"Cost":37,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":693,"Cost":613,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":653,"Cost":580,"Date":"11/20/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":234,"Cost":141,"Date":"12/16/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":495,"Cost":292,"Date":"12/30/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":2,"Cost":2,"Date":"2/15/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":540,"Cost":386,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":756,"Cost":412,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":776,"Cost":593,"Date":"4/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":145,"Cost":104,"Date":"7/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":709,"Cost":504,"Date":"8/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":848,"Cost":645,"Date":"10/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":549,"Cost":510,"Date":"11/11/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":890,"Cost":541,"Date":"11/30/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":11,"Cost":6,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":356,"Cost":322,"Date":"3/1/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":965,"Cost":810,"Date":"4/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":983,"Cost":646,"Date":"5/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":501,"Cost":441,"Date":"8/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":489,"Cost":294,"Date":"9/15/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":952,"Cost":808,"Date":"10/14/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":212,"Cost":170,"Date":"10/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":335,"Cost":236,"Date":"11/11/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":697,"Cost":407,"Date":"12/7/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":430,"Cost":372,"Date":"12/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":697,"Cost":376,"Date":"1/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":328,"Cost":307,"Date":"1/23/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":506,"Cost":278,"Date":"2/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":264,"Cost":183,"Date":"3/10/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":100,"Cost":63,"Date":"3/12/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":376,"Cost":230,"Date":"3/31/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":173,"Cost":156,"Date":"6/16/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":814,"Cost":719,"Date":"6/17/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":712,"Cost":381,"Date":"8/27/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":635,"Cost":417,"Date":"10/1/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":59,"Cost":36,"Date":"11/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":690,"Cost":606,"Date":"11/9/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":259,"Cost":236,"Date":"3/27/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":810,"Cost":601,"Date":"4/17/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":439,"Cost":378,"Date":"8/11/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":163,"Cost":121,"Date":"8/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":961,"Cost":635,"Date":"9/2/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":286,"Cost":246,"Date":"9/5/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":761,"Cost":677,"Date":"9/14/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":918,"Cost":629,"Date":"9/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":83,"Cost":52,"Date":"11/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":693,"Cost":503,"Date":"12/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":135,"Cost":96,"Date":"1/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":625,"Cost":495,"Date":"1/21/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":305,"Cost":198,"Date":"2/9/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":983,"Cost":779,"Date":"3/19/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":716,"Cost":484,"Date":"4/3/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":663,"Cost":509,"Date":"4/5/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":480,"Cost":289,"Date":"4/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":401,"Cost":237,"Date":"7/10/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":180,"Cost":96,"Date":"3/25/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":167,"Cost":155,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":34,"Cost":30,"Date":"10/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":755,"Cost":408,"Date":"3/2/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":365,"Cost":319,"Date":"6/28/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":778,"Cost":700,"Date":"7/17/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":429,"Cost":302,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":175,"Cost":141,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":713,"Cost":370,"Date":"11/20/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":483,"Cost":413,"Date":"12/16/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":330,"Cost":245,"Date":"12/30/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":826,"Cost":632,"Date":"2/15/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":156,"Cost":148,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":791,"Cost":751,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":637,"Cost":387,"Date":"4/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":944,"Cost":812,"Date":"7/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":100,"Cost":89,"Date":"8/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":660,"Cost":564,"Date":"10/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":423,"Cost":242,"Date":"11/11/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":339,"Cost":222,"Date":"11/30/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":121,"Cost":107,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":395,"Cost":244,"Date":"3/1/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":133,"Cost":122,"Date":"4/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":476,"Cost":362,"Date":"5/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":559,"Cost":348,"Date":"8/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":174,"Cost":142,"Date":"9/15/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":238,"Cost":173,"Date":"10/14/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":460,"Cost":367,"Date":"10/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":539,"Cost":274,"Date":"11/11/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":40,"Cost":38,"Date":"12/7/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":237,"Cost":155,"Date":"12/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":226,"Cost":142,"Date":"1/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":157,"Cost":142,"Date":"1/23/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":119,"Cost":100,"Date":"2/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":350,"Cost":300,"Date":"3/10/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":145,"Cost":79,"Date":"3/12/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":457,"Cost":361,"Date":"3/31/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":721,"Cost":651,"Date":"6/16/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":102,"Cost":91,"Date":"6/17/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":751,"Cost":570,"Date":"8/27/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":886,"Cost":790,"Date":"10/1/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":693,"Cost":354,"Date":"11/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":275,"Cost":163,"Date":"11/9/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":661,"Cost":441,"Date":"3/27/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":486,"Cost":256,"Date":"4/17/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":42,"Cost":36,"Date":"8/11/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":966,"Cost":562,"Date":"8/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":735,"Cost":684,"Date":"9/2/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":989,"Cost":589,"Date":"9/5/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":49,"Cost":33,"Date":"9/14/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":153,"Cost":113,"Date":"9/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":9,"Cost":6,"Date":"11/20/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":745,"Cost":594,"Date":"12/21/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":812,"Cost":473,"Date":"1/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":162,"Cost":147,"Date":"1/21/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":74,"Cost":67,"Date":"2/9/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":177,"Cost":92,"Date":"3/19/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":381,"Cost":322,"Date":"4/3/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":954,"Cost":690,"Date":"4/5/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":972,"Cost":631,"Date":"4/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":274,"Cost":187,"Date":"7/10/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":226,"Cost":125,"Date":"3/25/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":443,"Cost":378,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":602,"Cost":371,"Date":"10/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":44,"Date":"3/2/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":251,"Cost":151,"Date":"6/28/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":35,"Date":"7/17/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":414,"Cost":300,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":830,"Cost":474,"Date":"8/23/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":110,"Cost":62,"Date":"11/20/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":982,"Cost":666,"Date":"12/16/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":765,"Cost":627,"Date":"12/30/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":111,"Cost":62,"Date":"2/15/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":379,"Cost":196,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":10,"Cost":9,"Date":"3/7/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":673,"Cost":634,"Date":"4/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":418,"Cost":273,"Date":"7/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":678,"Cost":572,"Date":"8/18/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":104,"Cost":69,"Date":"10/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":265,"Cost":177,"Date":"11/11/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":181,"Cost":166,"Date":"11/30/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":398,"Cost":234,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":142,"Cost":129,"Date":"3/1/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":44,"Cost":27,"Date":"4/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":66,"Cost":51,"Date":"5/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":696,"Cost":448,"Date":"8/13/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":593,"Cost":353,"Date":"9/15/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":899,"Cost":667,"Date":"10/14/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":766,"Cost":630,"Date":"10/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":361,"Cost":195,"Date":"11/11/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":886,"Cost":473,"Date":"12/7/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":832,"Cost":647,"Date":"12/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":257,"Cost":220,"Date":"1/6/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":866,"Cost":811,"Date":"1/23/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":770,"Cost":667,"Date":"2/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":410,"Cost":318,"Date":"3/10/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":898,"Cost":580,"Date":"3/12/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":428,"Cost":285,"Date":"3/31/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":637,"Cost":474,"Date":"6/16/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":420,"Cost":265,"Date":"6/17/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":234,"Cost":216,"Date":"8/27/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":548,"Cost":484,"Date":"10/1/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":410,"Cost":361,"Date":"11/4/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":977,"Cost":840,"Date":"11/9/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":269,"Cost":175,"Date":"3/27/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":751,"Cost":607,"Date":"4/17/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":540,"Cost":440,"Date":"8/11/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":469,"Cost":254,"Date":"8/21/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":51,"Cost":40,"Date":"9/2/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":670,"Cost":521,"Date":"9/5/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":131,"Cost":117,"Date":"9/14/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":663,"Cost":372,"Date":"9/20/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":618,"Cost":312,"Date":"11/20/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":974,"Cost":498,"Date":"12/21/2018"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":598,"Date":"1/7/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":457,"Cost":284,"Date":"1/21/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":972,"Cost":803,"Date":"2/9/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":725,"Cost":395,"Date":"3/19/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":156,"Cost":128,"Date":"4/3/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":735,"Cost":565,"Date":"4/5/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":269,"Cost":231,"Date":"4/28/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":253,"Cost":206,"Date":"7/10/2019"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":158,"Cost":79,"Date":"3/25/2020"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":211,"Cost":155,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":217,"Cost":205,"Date":"10/28/2020"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":741,"Cost":573,"Date":"3/2/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":888,"Cost":548,"Date":"6/28/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":585,"Cost":338,"Date":"7/17/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":102,"Cost":56,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":950,"Cost":812,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":960,"Cost":701,"Date":"11/20/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":3,"Date":"12/16/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":591,"Cost":360,"Date":"12/30/2021"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":497,"Date":"2/15/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":737,"Cost":560,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":671,"Cost":469,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":402,"Cost":326,"Date":"4/18/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":37,"Cost":22,"Date":"7/27/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":71,"Cost":51,"Date":"8/18/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":167,"Cost":83,"Date":"10/31/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":960,"Cost":569,"Date":"11/11/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":198,"Cost":142,"Date":"11/30/2022"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":125,"Cost":110,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":867,"Cost":538,"Date":"3/1/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":926,"Cost":687,"Date":"4/13/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":816,"Cost":429,"Date":"5/20/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":549,"Cost":476,"Date":"8/13/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":513,"Cost":269,"Date":"9/15/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":676,"Cost":477,"Date":"10/14/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":563,"Cost":286,"Date":"10/28/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":68,"Cost":42,"Date":"11/11/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":753,"Cost":588,"Date":"12/7/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":211,"Cost":138,"Date":"12/21/2023"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":697,"Cost":446,"Date":"1/6/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":255,"Cost":182,"Date":"1/23/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":26,"Date":"2/4/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":438,"Cost":245,"Date":"3/10/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":272,"Cost":149,"Date":"3/12/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":923,"Cost":544,"Date":"3/31/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":60,"Cost":52,"Date":"6/16/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":652,"Cost":435,"Date":"6/17/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":504,"Cost":362,"Date":"8/27/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":540,"Cost":490,"Date":"10/1/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":825,"Cost":430,"Date":"11/4/2024"},{"Store":"Colonia Shopping","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":730,"Date":"11/9/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":555,"Cost":511,"Date":"3/27/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":599,"Cost":536,"Date":"4/17/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":324,"Cost":247,"Date":"8/11/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":368,"Cost":292,"Date":"8/21/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":552,"Cost":376,"Date":"9/2/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":960,"Cost":592,"Date":"9/5/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":872,"Cost":762,"Date":"9/14/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":259,"Cost":246,"Date":"9/20/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":151,"Cost":92,"Date":"11/20/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":634,"Cost":502,"Date":"12/21/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":158,"Cost":138,"Date":"1/7/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":898,"Cost":779,"Date":"1/21/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":22,"Cost":18,"Date":"2/9/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":808,"Cost":417,"Date":"3/19/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":880,"Cost":764,"Date":"4/3/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":306,"Cost":289,"Date":"4/5/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":967,"Cost":913,"Date":"4/28/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":579,"Cost":352,"Date":"7/10/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":883,"Cost":482,"Date":"3/25/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":640,"Cost":407,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":483,"Cost":405,"Date":"10/28/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":803,"Cost":643,"Date":"3/2/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":461,"Cost":329,"Date":"6/28/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":867,"Date":"7/17/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":687,"Cost":458,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":539,"Cost":326,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":938,"Cost":646,"Date":"11/20/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":130,"Cost":97,"Date":"12/16/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":38,"Cost":30,"Date":"12/30/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":968,"Cost":498,"Date":"2/15/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":566,"Cost":422,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":847,"Cost":621,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":454,"Cost":333,"Date":"4/18/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":422,"Cost":237,"Date":"7/27/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":122,"Cost":88,"Date":"8/18/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":602,"Cost":535,"Date":"10/31/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":552,"Cost":358,"Date":"11/11/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":348,"Cost":222,"Date":"11/30/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":267,"Cost":216,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":97,"Cost":92,"Date":"3/1/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":907,"Cost":614,"Date":"4/13/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":608,"Cost":502,"Date":"5/20/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":547,"Cost":319,"Date":"8/13/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":654,"Cost":411,"Date":"9/15/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":557,"Cost":407,"Date":"10/14/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":276,"Cost":254,"Date":"10/28/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":857,"Cost":566,"Date":"11/11/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":699,"Cost":498,"Date":"12/7/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":981,"Cost":754,"Date":"12/21/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":910,"Cost":832,"Date":"1/6/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":874,"Cost":777,"Date":"1/23/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":837,"Cost":434,"Date":"2/4/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":499,"Cost":329,"Date":"3/10/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":944,"Cost":618,"Date":"3/12/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":961,"Cost":836,"Date":"3/31/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":979,"Cost":573,"Date":"6/16/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":667,"Cost":340,"Date":"6/17/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":581,"Cost":328,"Date":"8/27/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":934,"Cost":527,"Date":"10/1/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":105,"Cost":65,"Date":"11/4/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":420,"Cost":313,"Date":"11/9/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":920,"Cost":701,"Date":"3/27/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":301,"Cost":179,"Date":"4/17/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":449,"Cost":394,"Date":"8/11/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":335,"Cost":276,"Date":"8/21/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":430,"Cost":322,"Date":"9/2/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":154,"Cost":125,"Date":"9/5/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":650,"Cost":448,"Date":"9/14/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":108,"Cost":93,"Date":"9/20/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":568,"Cost":509,"Date":"11/20/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":112,"Cost":75,"Date":"12/21/2018"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":979,"Cost":723,"Date":"1/7/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":491,"Cost":394,"Date":"1/21/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":246,"Cost":180,"Date":"2/9/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":679,"Cost":602,"Date":"3/19/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":942,"Cost":770,"Date":"4/3/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":404,"Cost":286,"Date":"4/5/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":673,"Cost":617,"Date":"4/28/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":9,"Cost":6,"Date":"7/10/2019"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":242,"Cost":171,"Date":"3/25/2020"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":170,"Cost":129,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":874,"Cost":801,"Date":"10/28/2020"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":625,"Cost":441,"Date":"3/2/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":638,"Cost":364,"Date":"6/28/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":359,"Date":"7/17/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":272,"Cost":181,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":385,"Cost":281,"Date":"8/23/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":669,"Cost":339,"Date":"11/20/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":770,"Cost":670,"Date":"12/16/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":158,"Cost":144,"Date":"12/30/2021"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":794,"Cost":730,"Date":"2/15/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":289,"Cost":167,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":349,"Cost":307,"Date":"3/7/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":754,"Cost":500,"Date":"4/18/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":810,"Cost":419,"Date":"7/27/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":343,"Cost":272,"Date":"8/18/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":126,"Cost":96,"Date":"10/31/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":874,"Cost":521,"Date":"11/11/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":326,"Cost":220,"Date":"11/30/2022"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":334,"Cost":276,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":910,"Cost":827,"Date":"3/1/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":785,"Cost":713,"Date":"4/13/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":816,"Cost":534,"Date":"5/20/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":964,"Cost":647,"Date":"8/13/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":641,"Cost":527,"Date":"9/15/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":903,"Cost":769,"Date":"10/14/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":588,"Cost":392,"Date":"10/28/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":75,"Cost":58,"Date":"11/11/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":765,"Cost":411,"Date":"12/7/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":742,"Cost":419,"Date":"12/21/2023"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":985,"Cost":514,"Date":"1/6/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":466,"Cost":406,"Date":"1/23/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":300,"Cost":249,"Date":"2/4/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":301,"Cost":229,"Date":"3/10/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":18,"Cost":9,"Date":"3/12/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":624,"Cost":492,"Date":"3/31/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":533,"Cost":345,"Date":"6/16/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":775,"Cost":642,"Date":"6/17/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":265,"Cost":141,"Date":"8/27/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":493,"Cost":356,"Date":"10/1/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":999,"Cost":524,"Date":"11/4/2024"},{"Store":"Colonia Shopping","Brand":"ARKET","Country":"Uruguay","Sale":980,"Cost":742,"Date":"11/9/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":790,"Cost":659,"Date":"3/27/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":615,"Cost":525,"Date":"4/17/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":990,"Cost":618,"Date":"8/11/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":44,"Cost":42,"Date":"8/21/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":403,"Cost":324,"Date":"9/2/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":472,"Cost":407,"Date":"9/5/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":478,"Cost":367,"Date":"9/14/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":899,"Cost":639,"Date":"9/20/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":434,"Cost":393,"Date":"11/20/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":498,"Cost":333,"Date":"12/21/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":793,"Cost":688,"Date":"1/7/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":284,"Cost":234,"Date":"1/21/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":829,"Cost":706,"Date":"2/9/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":406,"Cost":362,"Date":"3/19/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":36,"Cost":24,"Date":"4/3/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":648,"Cost":538,"Date":"4/5/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":974,"Cost":764,"Date":"4/28/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":991,"Cost":521,"Date":"7/10/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":625,"Cost":338,"Date":"3/25/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":679,"Cost":347,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":594,"Cost":463,"Date":"10/28/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":164,"Cost":85,"Date":"3/2/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":247,"Cost":183,"Date":"6/28/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":371,"Cost":290,"Date":"7/17/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":956,"Cost":783,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":595,"Cost":482,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":875,"Cost":596,"Date":"11/20/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":712,"Cost":598,"Date":"12/16/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":328,"Cost":306,"Date":"12/30/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":557,"Cost":359,"Date":"2/15/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":193,"Cost":149,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":202,"Cost":107,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":126,"Cost":77,"Date":"4/18/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":227,"Cost":204,"Date":"7/27/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":480,"Cost":358,"Date":"8/18/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":451,"Cost":369,"Date":"10/31/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":591,"Cost":448,"Date":"11/11/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":625,"Cost":580,"Date":"11/30/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":832,"Cost":577,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":29,"Cost":23,"Date":"3/1/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":483,"Cost":264,"Date":"4/13/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":551,"Cost":388,"Date":"5/20/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":519,"Cost":493,"Date":"8/13/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":635,"Cost":404,"Date":"9/15/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":988,"Cost":922,"Date":"10/14/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":379,"Cost":307,"Date":"10/28/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":240,"Cost":212,"Date":"11/11/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":361,"Cost":202,"Date":"12/7/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":289,"Cost":220,"Date":"12/21/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":271,"Cost":242,"Date":"1/6/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":957,"Cost":498,"Date":"1/23/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":513,"Cost":427,"Date":"2/4/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":713,"Cost":618,"Date":"3/10/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":239,"Cost":140,"Date":"3/12/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":526,"Cost":412,"Date":"3/31/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":580,"Cost":322,"Date":"6/16/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":254,"Cost":206,"Date":"6/17/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":552,"Cost":322,"Date":"8/27/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":574,"Cost":412,"Date":"10/1/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":221,"Cost":134,"Date":"11/4/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":364,"Cost":241,"Date":"11/9/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":200,"Cost":151,"Date":"3/27/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":344,"Cost":238,"Date":"4/17/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":155,"Cost":129,"Date":"8/11/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":640,"Date":"8/21/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":861,"Cost":817,"Date":"9/2/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":212,"Cost":154,"Date":"9/5/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":817,"Cost":700,"Date":"9/14/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":41,"Cost":23,"Date":"9/20/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":222,"Cost":154,"Date":"11/20/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":792,"Cost":712,"Date":"12/21/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":535,"Cost":490,"Date":"1/7/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":724,"Cost":545,"Date":"1/21/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":951,"Cost":821,"Date":"2/9/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":622,"Cost":358,"Date":"3/19/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":149,"Cost":128,"Date":"4/3/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":206,"Cost":133,"Date":"4/5/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":925,"Cost":654,"Date":"4/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":214,"Cost":122,"Date":"7/10/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":635,"Cost":377,"Date":"3/25/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":576,"Cost":324,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":158,"Cost":83,"Date":"10/28/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":81,"Cost":45,"Date":"3/2/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":324,"Cost":294,"Date":"6/28/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":452,"Cost":327,"Date":"7/17/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":517,"Cost":487,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":3,"Cost":2,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":387,"Cost":241,"Date":"11/20/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":149,"Cost":82,"Date":"12/16/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":908,"Cost":853,"Date":"12/30/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":601,"Cost":532,"Date":"2/15/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":23,"Cost":17,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":569,"Cost":530,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":473,"Cost":375,"Date":"4/18/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":437,"Cost":301,"Date":"7/27/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":501,"Cost":257,"Date":"8/18/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":169,"Cost":117,"Date":"10/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":981,"Cost":734,"Date":"11/11/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":732,"Cost":417,"Date":"11/30/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":312,"Cost":233,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":811,"Cost":629,"Date":"3/1/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":820,"Cost":434,"Date":"4/13/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":63,"Cost":48,"Date":"5/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":507,"Cost":456,"Date":"8/13/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":630,"Cost":448,"Date":"9/15/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":55,"Cost":53,"Date":"10/14/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":348,"Cost":241,"Date":"10/28/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":598,"Cost":317,"Date":"11/11/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":936,"Cost":823,"Date":"12/7/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":166,"Cost":132,"Date":"12/21/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":11,"Cost":8,"Date":"1/6/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":228,"Date":"1/23/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":918,"Cost":789,"Date":"2/4/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":237,"Cost":199,"Date":"3/10/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":913,"Cost":857,"Date":"3/12/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":585,"Cost":403,"Date":"3/31/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":790,"Cost":504,"Date":"6/16/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":64,"Cost":41,"Date":"6/17/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":882,"Cost":554,"Date":"8/27/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":444,"Cost":265,"Date":"10/1/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":749,"Cost":677,"Date":"11/4/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":521,"Cost":375,"Date":"11/9/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":247,"Cost":205,"Date":"3/27/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":501,"Cost":317,"Date":"4/17/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":938,"Cost":820,"Date":"8/11/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":608,"Cost":443,"Date":"8/21/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":723,"Cost":454,"Date":"9/2/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":25,"Cost":16,"Date":"9/5/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":27,"Cost":13,"Date":"9/14/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":742,"Cost":421,"Date":"9/20/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":758,"Cost":652,"Date":"11/20/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":131,"Cost":81,"Date":"12/21/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":345,"Cost":212,"Date":"1/7/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":331,"Cost":250,"Date":"1/21/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":337,"Cost":199,"Date":"2/9/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":351,"Cost":304,"Date":"3/19/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":392,"Cost":294,"Date":"4/3/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":577,"Cost":335,"Date":"4/5/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":619,"Cost":455,"Date":"4/28/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":20,"Cost":13,"Date":"7/10/2019"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":55,"Cost":31,"Date":"3/25/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":861,"Cost":696,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":928,"Cost":707,"Date":"10/28/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":35,"Cost":32,"Date":"3/2/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":634,"Cost":584,"Date":"6/28/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":350,"Cost":315,"Date":"7/17/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":383,"Cost":224,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":367,"Date":"8/23/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":196,"Cost":145,"Date":"11/20/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":10,"Cost":8,"Date":"12/16/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":443,"Cost":409,"Date":"12/30/2021"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":611,"Cost":342,"Date":"2/15/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":486,"Cost":379,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":329,"Cost":248,"Date":"3/7/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":620,"Cost":581,"Date":"4/18/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":54,"Cost":29,"Date":"7/27/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":381,"Cost":263,"Date":"8/18/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":125,"Cost":77,"Date":"10/31/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":197,"Cost":101,"Date":"11/11/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":336,"Cost":273,"Date":"11/30/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":694,"Cost":648,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":921,"Cost":519,"Date":"3/1/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":886,"Cost":817,"Date":"4/13/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":647,"Cost":435,"Date":"5/20/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":148,"Cost":126,"Date":"8/13/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":759,"Cost":625,"Date":"9/15/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":629,"Cost":507,"Date":"10/14/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":355,"Cost":221,"Date":"10/28/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":650,"Cost":541,"Date":"11/11/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":892,"Cost":801,"Date":"12/7/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":720,"Cost":519,"Date":"12/21/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":853,"Cost":633,"Date":"1/6/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":263,"Cost":233,"Date":"1/23/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":428,"Cost":350,"Date":"2/4/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":193,"Cost":129,"Date":"3/10/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":351,"Cost":201,"Date":"3/12/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":1,"Cost":0,"Date":"3/31/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":665,"Cost":338,"Date":"6/16/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":404,"Cost":228,"Date":"6/17/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":148,"Cost":87,"Date":"8/27/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":54,"Cost":44,"Date":"10/1/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":349,"Cost":249,"Date":"11/4/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":513,"Cost":359,"Date":"11/9/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":950,"Cost":495,"Date":"3/27/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":563,"Cost":408,"Date":"4/17/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":917,"Cost":846,"Date":"8/11/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":510,"Cost":258,"Date":"8/21/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":56,"Cost":50,"Date":"9/2/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":780,"Cost":456,"Date":"9/5/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":327,"Cost":256,"Date":"9/14/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":132,"Cost":87,"Date":"9/20/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":630,"Cost":479,"Date":"11/20/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":99,"Cost":70,"Date":"12/21/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":461,"Cost":416,"Date":"1/7/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":318,"Cost":192,"Date":"1/21/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":646,"Cost":473,"Date":"2/9/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":146,"Cost":91,"Date":"3/19/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":772,"Cost":730,"Date":"4/3/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":496,"Cost":310,"Date":"4/5/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":744,"Cost":594,"Date":"4/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":108,"Cost":75,"Date":"7/10/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":869,"Cost":634,"Date":"3/25/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":577,"Cost":435,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":111,"Cost":66,"Date":"10/28/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":376,"Cost":216,"Date":"3/2/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":568,"Cost":354,"Date":"6/28/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":636,"Cost":429,"Date":"7/17/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":404,"Cost":234,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":644,"Cost":375,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":272,"Cost":235,"Date":"11/20/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":632,"Cost":335,"Date":"12/16/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":579,"Cost":295,"Date":"12/30/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":338,"Cost":244,"Date":"2/15/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":154,"Cost":123,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":37,"Cost":23,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":480,"Cost":445,"Date":"4/18/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":232,"Cost":206,"Date":"7/27/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":386,"Cost":249,"Date":"8/18/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":955,"Cost":795,"Date":"10/31/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":252,"Cost":195,"Date":"11/11/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":449,"Cost":232,"Date":"11/30/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":132,"Cost":77,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":256,"Cost":162,"Date":"3/1/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":281,"Cost":144,"Date":"4/13/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":253,"Cost":152,"Date":"5/20/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":543,"Cost":446,"Date":"8/13/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":880,"Cost":535,"Date":"9/15/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":496,"Cost":377,"Date":"10/14/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":685,"Cost":397,"Date":"10/28/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":585,"Cost":437,"Date":"11/11/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":339,"Cost":315,"Date":"12/7/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":873,"Cost":555,"Date":"12/21/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":843,"Cost":763,"Date":"1/6/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":248,"Cost":187,"Date":"1/23/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":455,"Cost":393,"Date":"2/4/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":30,"Cost":29,"Date":"3/10/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":141,"Cost":115,"Date":"3/12/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":819,"Cost":656,"Date":"3/31/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":523,"Cost":414,"Date":"6/16/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":23,"Cost":15,"Date":"6/17/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":10,"Cost":5,"Date":"8/27/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":971,"Cost":825,"Date":"10/1/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":521,"Cost":400,"Date":"11/4/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":122,"Cost":83,"Date":"11/9/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":438,"Cost":416,"Date":"3/27/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":710,"Cost":605,"Date":"4/17/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":538,"Cost":293,"Date":"8/11/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":727,"Cost":413,"Date":"8/21/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":674,"Cost":359,"Date":"9/2/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":63,"Cost":46,"Date":"9/5/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":713,"Cost":429,"Date":"9/14/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":634,"Cost":410,"Date":"9/20/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":403,"Cost":338,"Date":"11/20/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":87,"Cost":64,"Date":"12/21/2018"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":8,"Cost":6,"Date":"1/7/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":640,"Cost":556,"Date":"1/21/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":291,"Cost":193,"Date":"2/9/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":889,"Cost":654,"Date":"3/19/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":395,"Cost":272,"Date":"4/3/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":438,"Cost":336,"Date":"4/5/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":768,"Cost":391,"Date":"4/28/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":319,"Cost":288,"Date":"7/10/2019"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":744,"Cost":387,"Date":"3/25/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":583,"Cost":345,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":32,"Cost":20,"Date":"10/28/2020"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":422,"Cost":283,"Date":"3/2/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":971,"Cost":887,"Date":"6/28/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":464,"Cost":424,"Date":"7/17/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":242,"Cost":221,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":507,"Cost":471,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":364,"Cost":342,"Date":"11/20/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":626,"Cost":339,"Date":"12/16/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":185,"Cost":137,"Date":"12/30/2021"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":171,"Cost":149,"Date":"2/15/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":880,"Cost":669,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":861,"Cost":468,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":946,"Cost":794,"Date":"4/18/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":293,"Cost":155,"Date":"7/27/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":528,"Cost":402,"Date":"8/18/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":521,"Cost":354,"Date":"10/31/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":71,"Cost":38,"Date":"11/11/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":568,"Cost":302,"Date":"11/30/2022"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":382,"Cost":223,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":367,"Cost":297,"Date":"3/1/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":719,"Cost":432,"Date":"4/13/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":933,"Cost":724,"Date":"5/20/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":956,"Cost":542,"Date":"8/13/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":109,"Cost":103,"Date":"9/15/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":25,"Cost":13,"Date":"10/14/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":739,"Cost":541,"Date":"10/28/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":846,"Cost":677,"Date":"11/11/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":108,"Cost":99,"Date":"12/7/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":169,"Cost":145,"Date":"12/21/2023"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":521,"Cost":488,"Date":"1/6/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":148,"Cost":103,"Date":"1/23/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":22,"Cost":19,"Date":"2/4/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":467,"Cost":432,"Date":"3/10/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":269,"Cost":231,"Date":"3/12/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":10,"Cost":5,"Date":"3/31/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":992,"Cost":582,"Date":"6/16/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":81,"Cost":77,"Date":"6/17/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":732,"Cost":511,"Date":"8/27/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":814,"Cost":574,"Date":"10/1/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":371,"Cost":254,"Date":"11/4/2024"},{"Store":"Salto Shopping","Brand":"HM Home","Country":"Uruguay","Sale":669,"Cost":489,"Date":"11/9/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":582,"Cost":386,"Date":"3/27/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":545,"Cost":435,"Date":"4/17/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":451,"Cost":316,"Date":"8/11/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":379,"Cost":248,"Date":"8/21/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":601,"Cost":445,"Date":"9/2/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":993,"Cost":618,"Date":"9/5/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":784,"Cost":495,"Date":"9/14/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":460,"Cost":312,"Date":"9/20/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":779,"Cost":596,"Date":"11/20/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":712,"Cost":516,"Date":"12/21/2018"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":677,"Cost":588,"Date":"1/7/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":383,"Cost":340,"Date":"1/21/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":637,"Cost":549,"Date":"2/9/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":255,"Cost":230,"Date":"3/19/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":838,"Cost":662,"Date":"4/3/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":403,"Cost":323,"Date":"4/5/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":519,"Cost":440,"Date":"4/28/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":293,"Cost":151,"Date":"7/10/2019"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":463,"Cost":378,"Date":"3/25/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":415,"Cost":382,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":734,"Cost":393,"Date":"10/28/2020"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":657,"Cost":365,"Date":"3/2/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":363,"Cost":330,"Date":"6/28/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":510,"Cost":480,"Date":"7/17/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":567,"Cost":342,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":374,"Cost":262,"Date":"8/23/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":161,"Cost":128,"Date":"11/20/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":612,"Cost":377,"Date":"12/16/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":679,"Cost":572,"Date":"12/30/2021"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":202,"Cost":146,"Date":"2/15/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":929,"Cost":485,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":492,"Cost":260,"Date":"3/7/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":375,"Cost":313,"Date":"4/18/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":911,"Cost":582,"Date":"7/27/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":418,"Cost":358,"Date":"8/18/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":105,"Cost":87,"Date":"10/31/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":748,"Cost":382,"Date":"11/11/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":35,"Cost":28,"Date":"11/30/2022"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":106,"Cost":77,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":382,"Cost":262,"Date":"3/1/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":695,"Cost":539,"Date":"4/13/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":480,"Cost":379,"Date":"5/20/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":618,"Cost":579,"Date":"8/13/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":297,"Cost":256,"Date":"9/15/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":511,"Cost":308,"Date":"10/14/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":394,"Cost":274,"Date":"10/28/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":329,"Cost":258,"Date":"11/11/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":795,"Cost":461,"Date":"12/7/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":546,"Cost":289,"Date":"12/21/2023"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":859,"Cost":589,"Date":"1/6/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":764,"Cost":696,"Date":"1/23/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":523,"Cost":278,"Date":"2/4/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":990,"Cost":648,"Date":"3/10/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":555,"Cost":289,"Date":"3/12/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":534,"Cost":295,"Date":"3/31/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":243,"Cost":171,"Date":"6/16/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":69,"Cost":61,"Date":"6/17/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":506,"Cost":274,"Date":"8/27/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":591,"Cost":401,"Date":"10/1/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":508,"Cost":478,"Date":"11/4/2024"},{"Store":"Salto Shopping","Brand":"Jeans","Country":"Uruguay","Sale":651,"Cost":477,"Date":"11/9/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":248,"Cost":125,"Date":"3/27/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":740,"Cost":468,"Date":"4/17/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":591,"Cost":488,"Date":"8/11/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":855,"Cost":458,"Date":"8/21/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":101,"Cost":50,"Date":"9/2/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":326,"Cost":281,"Date":"9/5/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":672,"Cost":456,"Date":"9/14/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":733,"Cost":535,"Date":"9/20/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":70,"Cost":62,"Date":"11/20/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":181,"Cost":122,"Date":"12/21/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":999,"Cost":509,"Date":"1/7/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":942,"Cost":846,"Date":"1/21/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":680,"Cost":535,"Date":"2/9/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":834,"Cost":739,"Date":"3/19/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":493,"Cost":395,"Date":"4/3/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":833,"Cost":766,"Date":"4/5/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":252,"Cost":177,"Date":"4/28/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":618,"Cost":531,"Date":"7/10/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":858,"Cost":433,"Date":"3/25/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":39,"Cost":20,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":517,"Cost":489,"Date":"10/28/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":765,"Cost":699,"Date":"3/2/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":638,"Cost":346,"Date":"6/28/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":791,"Cost":456,"Date":"7/17/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":719,"Cost":667,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":839,"Cost":706,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":202,"Cost":191,"Date":"11/20/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":909,"Cost":628,"Date":"12/16/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":717,"Cost":511,"Date":"12/30/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":901,"Cost":698,"Date":"2/15/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":847,"Cost":572,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":877,"Cost":698,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":921,"Cost":697,"Date":"4/18/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":689,"Cost":558,"Date":"7/27/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":496,"Cost":448,"Date":"8/18/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":163,"Cost":144,"Date":"10/31/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":305,"Cost":280,"Date":"11/11/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":822,"Cost":756,"Date":"11/30/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":977,"Cost":864,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":849,"Cost":486,"Date":"3/1/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":211,"Cost":180,"Date":"4/13/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":788,"Cost":539,"Date":"5/20/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":786,"Cost":404,"Date":"8/13/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":42,"Cost":35,"Date":"9/15/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":647,"Cost":526,"Date":"10/14/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":479,"Cost":342,"Date":"10/28/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":228,"Cost":198,"Date":"11/11/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":368,"Cost":194,"Date":"12/7/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":436,"Cost":392,"Date":"12/21/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":710,"Cost":435,"Date":"1/6/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":355,"Cost":209,"Date":"1/23/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":959,"Cost":645,"Date":"2/4/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":115,"Cost":79,"Date":"3/10/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":632,"Cost":417,"Date":"3/12/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":258,"Cost":198,"Date":"3/31/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":938,"Cost":543,"Date":"6/16/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":52,"Cost":31,"Date":"6/17/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":329,"Cost":295,"Date":"8/27/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":562,"Cost":310,"Date":"10/1/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":502,"Cost":451,"Date":"11/4/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":54,"Cost":47,"Date":"11/9/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":341,"Cost":295,"Date":"3/27/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":964,"Cost":789,"Date":"4/17/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":520,"Cost":312,"Date":"8/11/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":168,"Cost":147,"Date":"8/21/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":85,"Cost":77,"Date":"9/2/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":199,"Cost":185,"Date":"9/5/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":1000,"Cost":518,"Date":"9/14/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":870,"Cost":751,"Date":"9/20/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":550,"Cost":425,"Date":"11/20/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":964,"Cost":482,"Date":"12/21/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":260,"Cost":186,"Date":"1/7/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":73,"Cost":58,"Date":"1/21/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":443,"Cost":338,"Date":"2/9/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":633,"Cost":353,"Date":"3/19/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":517,"Cost":347,"Date":"4/3/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":468,"Cost":319,"Date":"4/5/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":30,"Cost":18,"Date":"4/28/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":881,"Cost":724,"Date":"7/10/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":84,"Cost":47,"Date":"3/25/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":922,"Cost":498,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":358,"Cost":241,"Date":"10/28/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":596,"Cost":345,"Date":"3/2/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":776,"Cost":532,"Date":"6/28/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":140,"Cost":76,"Date":"7/17/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":799,"Cost":537,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":93,"Cost":71,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":356,"Cost":262,"Date":"11/20/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":8,"Cost":8,"Date":"12/16/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":402,"Cost":381,"Date":"12/30/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":703,"Cost":385,"Date":"2/15/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":885,"Cost":773,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":632,"Cost":452,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":311,"Cost":266,"Date":"4/18/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":195,"Cost":135,"Date":"7/27/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":511,"Cost":302,"Date":"8/18/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":796,"Cost":630,"Date":"10/31/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":276,"Cost":215,"Date":"11/11/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":649,"Cost":487,"Date":"11/30/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":434,"Cost":393,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":938,"Cost":682,"Date":"3/1/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":520,"Cost":262,"Date":"4/13/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":324,"Cost":297,"Date":"5/20/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":884,"Cost":472,"Date":"8/13/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":351,"Cost":190,"Date":"9/15/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":936,"Cost":746,"Date":"10/14/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":734,"Cost":646,"Date":"10/28/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":854,"Cost":448,"Date":"11/11/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":701,"Cost":636,"Date":"12/7/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":510,"Cost":452,"Date":"12/21/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":970,"Cost":892,"Date":"1/6/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":726,"Cost":437,"Date":"1/23/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":196,"Cost":161,"Date":"2/4/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":304,"Cost":196,"Date":"3/10/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":52,"Cost":36,"Date":"3/12/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":367,"Cost":272,"Date":"3/31/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":349,"Cost":214,"Date":"6/16/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":237,"Cost":212,"Date":"6/17/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":175,"Cost":92,"Date":"8/27/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":54,"Cost":28,"Date":"10/1/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":171,"Cost":107,"Date":"11/4/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":168,"Cost":92,"Date":"11/9/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":722,"Cost":522,"Date":"3/27/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":848,"Cost":659,"Date":"4/17/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":961,"Cost":615,"Date":"8/11/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":718,"Cost":492,"Date":"8/21/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":840,"Cost":574,"Date":"9/2/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":685,"Cost":575,"Date":"9/5/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":811,"Cost":613,"Date":"9/14/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":138,"Cost":105,"Date":"9/20/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":155,"Cost":125,"Date":"11/20/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":546,"Cost":329,"Date":"12/21/2018"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":703,"Cost":515,"Date":"1/7/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":582,"Cost":364,"Date":"1/21/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":741,"Cost":648,"Date":"2/9/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":96,"Cost":56,"Date":"3/19/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":50,"Cost":36,"Date":"4/3/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":871,"Cost":773,"Date":"4/5/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":521,"Cost":320,"Date":"4/28/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":769,"Date":"7/10/2019"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":219,"Cost":189,"Date":"3/25/2020"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":363,"Cost":205,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":618,"Cost":550,"Date":"10/28/2020"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":981,"Cost":496,"Date":"3/2/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":154,"Cost":82,"Date":"6/28/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":77,"Cost":63,"Date":"7/17/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":471,"Cost":329,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":626,"Cost":582,"Date":"8/23/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":402,"Cost":370,"Date":"11/20/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":627,"Cost":351,"Date":"12/16/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":80,"Cost":57,"Date":"12/30/2021"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":466,"Cost":414,"Date":"2/15/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":982,"Cost":674,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":419,"Cost":331,"Date":"3/7/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":797,"Cost":539,"Date":"4/18/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":810,"Cost":661,"Date":"7/27/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":450,"Cost":337,"Date":"8/18/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":4,"Date":"10/31/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":403,"Cost":243,"Date":"11/11/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":826,"Cost":759,"Date":"11/30/2022"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":753,"Cost":575,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":720,"Cost":543,"Date":"3/1/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":736,"Cost":697,"Date":"4/13/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":891,"Cost":736,"Date":"5/20/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":343,"Cost":181,"Date":"8/13/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":359,"Cost":337,"Date":"9/15/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":50,"Cost":39,"Date":"10/14/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":62,"Cost":35,"Date":"10/28/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":113,"Cost":56,"Date":"11/11/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":643,"Cost":340,"Date":"12/7/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":480,"Cost":249,"Date":"12/21/2023"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":988,"Cost":519,"Date":"1/6/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":784,"Cost":441,"Date":"1/23/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":849,"Date":"2/4/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":122,"Cost":99,"Date":"3/10/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":586,"Cost":527,"Date":"3/12/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":621,"Cost":534,"Date":"3/31/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":532,"Cost":436,"Date":"6/16/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":257,"Cost":165,"Date":"6/17/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":543,"Cost":494,"Date":"8/27/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":118,"Cost":64,"Date":"10/1/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":713,"Cost":488,"Date":"11/4/2024"},{"Store":"Portones, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":897,"Cost":811,"Date":"11/9/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":355,"Cost":203,"Date":"3/27/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":845,"Cost":518,"Date":"4/17/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":34,"Cost":20,"Date":"8/11/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":827,"Cost":578,"Date":"8/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":752,"Cost":701,"Date":"9/2/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":735,"Cost":664,"Date":"9/5/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":989,"Cost":539,"Date":"9/14/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":792,"Cost":664,"Date":"9/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":215,"Cost":161,"Date":"11/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":981,"Cost":492,"Date":"12/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":546,"Cost":380,"Date":"1/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":656,"Cost":345,"Date":"1/21/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":201,"Cost":132,"Date":"2/9/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":646,"Cost":540,"Date":"3/19/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":801,"Cost":597,"Date":"4/3/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":94,"Cost":56,"Date":"4/5/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":892,"Cost":509,"Date":"4/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":522,"Cost":369,"Date":"7/10/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":983,"Cost":801,"Date":"3/25/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":913,"Cost":857,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":793,"Cost":517,"Date":"10/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":524,"Cost":272,"Date":"3/2/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":146,"Cost":77,"Date":"6/28/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":174,"Cost":91,"Date":"7/17/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":994,"Cost":844,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":473,"Cost":299,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":352,"Cost":328,"Date":"11/20/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":356,"Cost":228,"Date":"12/16/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":191,"Cost":122,"Date":"12/30/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":44,"Cost":22,"Date":"2/15/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":405,"Cost":366,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":973,"Cost":684,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":179,"Cost":167,"Date":"4/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":439,"Cost":361,"Date":"7/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":355,"Cost":290,"Date":"8/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":1000,"Cost":503,"Date":"10/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":452,"Cost":314,"Date":"11/11/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":832,"Cost":466,"Date":"11/30/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":229,"Cost":209,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":883,"Cost":519,"Date":"3/1/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":932,"Cost":590,"Date":"4/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":60,"Cost":33,"Date":"5/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":281,"Cost":260,"Date":"8/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":764,"Cost":581,"Date":"9/15/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":539,"Cost":375,"Date":"10/14/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":346,"Cost":271,"Date":"10/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":81,"Cost":77,"Date":"11/11/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":819,"Cost":659,"Date":"12/7/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":573,"Cost":512,"Date":"12/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":226,"Cost":129,"Date":"1/6/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":402,"Cost":226,"Date":"1/23/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":973,"Cost":708,"Date":"2/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":51,"Cost":44,"Date":"3/10/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":384,"Cost":359,"Date":"3/12/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":427,"Cost":233,"Date":"3/31/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":317,"Cost":292,"Date":"6/16/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":346,"Cost":325,"Date":"6/17/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":418,"Cost":341,"Date":"8/27/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":128,"Cost":81,"Date":"10/1/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":991,"Cost":693,"Date":"11/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":172,"Cost":87,"Date":"11/9/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":371,"Cost":247,"Date":"3/27/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":843,"Cost":607,"Date":"4/17/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":538,"Cost":427,"Date":"8/11/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":274,"Cost":248,"Date":"8/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":86,"Cost":45,"Date":"9/2/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":255,"Cost":177,"Date":"9/5/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":22,"Cost":12,"Date":"9/14/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":627,"Cost":501,"Date":"9/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":162,"Cost":141,"Date":"11/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":457,"Cost":413,"Date":"12/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":611,"Cost":563,"Date":"1/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":619,"Cost":453,"Date":"1/21/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":596,"Cost":475,"Date":"2/9/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":983,"Cost":591,"Date":"3/19/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":712,"Cost":543,"Date":"4/3/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":244,"Cost":129,"Date":"4/5/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":656,"Cost":454,"Date":"4/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":586,"Cost":507,"Date":"7/10/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":408,"Cost":241,"Date":"3/25/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":201,"Cost":105,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":728,"Cost":460,"Date":"10/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":450,"Cost":241,"Date":"3/2/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":263,"Cost":190,"Date":"6/28/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":447,"Date":"7/17/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":520,"Cost":386,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":817,"Cost":462,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":879,"Cost":694,"Date":"11/20/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":376,"Cost":214,"Date":"12/16/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":640,"Cost":531,"Date":"12/30/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":487,"Cost":398,"Date":"2/15/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":671,"Cost":374,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":752,"Cost":702,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":517,"Cost":365,"Date":"4/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":515,"Cost":374,"Date":"7/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":976,"Cost":797,"Date":"8/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":605,"Cost":521,"Date":"10/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":627,"Cost":593,"Date":"11/11/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":584,"Cost":353,"Date":"11/30/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":438,"Cost":395,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":714,"Cost":658,"Date":"3/1/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":105,"Cost":53,"Date":"4/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":824,"Cost":701,"Date":"5/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":642,"Cost":369,"Date":"8/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":584,"Cost":524,"Date":"9/15/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":455,"Cost":407,"Date":"10/14/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":837,"Cost":707,"Date":"10/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":546,"Cost":423,"Date":"11/11/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":122,"Cost":103,"Date":"12/7/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":320,"Cost":220,"Date":"12/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":245,"Cost":138,"Date":"1/6/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":846,"Cost":703,"Date":"1/23/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":942,"Cost":534,"Date":"2/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":834,"Cost":674,"Date":"3/10/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":623,"Cost":557,"Date":"3/12/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":117,"Cost":81,"Date":"3/31/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":939,"Cost":784,"Date":"6/16/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":916,"Cost":496,"Date":"6/17/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":476,"Cost":246,"Date":"8/27/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":554,"Cost":484,"Date":"10/1/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":538,"Cost":380,"Date":"11/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":631,"Cost":564,"Date":"11/9/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":985,"Cost":748,"Date":"3/27/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":534,"Cost":290,"Date":"4/17/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":81,"Cost":67,"Date":"8/11/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":274,"Cost":223,"Date":"8/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":53,"Cost":46,"Date":"9/2/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":409,"Cost":253,"Date":"9/5/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":352,"Cost":313,"Date":"9/14/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":698,"Cost":612,"Date":"9/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":991,"Cost":525,"Date":"11/20/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":167,"Cost":108,"Date":"12/21/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":905,"Cost":673,"Date":"1/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":867,"Cost":637,"Date":"1/21/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":328,"Cost":264,"Date":"2/9/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":190,"Cost":161,"Date":"3/19/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":121,"Cost":102,"Date":"4/3/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":155,"Cost":95,"Date":"4/5/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":416,"Cost":257,"Date":"4/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":44,"Cost":39,"Date":"7/10/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":270,"Cost":233,"Date":"3/25/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":554,"Cost":421,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":381,"Cost":344,"Date":"10/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":447,"Cost":231,"Date":"3/2/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":585,"Cost":330,"Date":"6/28/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":231,"Cost":178,"Date":"7/17/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":375,"Cost":317,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":656,"Cost":470,"Date":"8/23/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":888,"Cost":818,"Date":"11/20/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":378,"Cost":195,"Date":"12/16/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":364,"Date":"12/30/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":184,"Cost":172,"Date":"2/15/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":707,"Cost":537,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":987,"Cost":539,"Date":"3/7/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":284,"Cost":251,"Date":"4/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":411,"Cost":377,"Date":"7/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":180,"Cost":92,"Date":"8/18/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":586,"Cost":322,"Date":"10/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":60,"Cost":47,"Date":"11/11/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":101,"Cost":56,"Date":"11/30/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":607,"Cost":551,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":212,"Cost":169,"Date":"3/1/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":93,"Cost":53,"Date":"4/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":340,"Cost":311,"Date":"5/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":934,"Cost":716,"Date":"8/13/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":741,"Cost":592,"Date":"9/15/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":922,"Cost":808,"Date":"10/14/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":498,"Cost":411,"Date":"10/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":232,"Cost":219,"Date":"11/11/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":863,"Cost":648,"Date":"12/7/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":316,"Cost":296,"Date":"12/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":43,"Date":"1/6/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":955,"Cost":487,"Date":"1/23/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":694,"Cost":516,"Date":"2/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":599,"Cost":370,"Date":"3/10/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":242,"Cost":216,"Date":"3/12/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":718,"Cost":379,"Date":"3/31/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":89,"Cost":84,"Date":"6/16/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":299,"Cost":255,"Date":"6/17/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":254,"Cost":221,"Date":"8/27/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":394,"Cost":255,"Date":"10/1/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":384,"Cost":292,"Date":"11/4/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":114,"Cost":93,"Date":"11/9/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":942,"Cost":498,"Date":"3/27/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":408,"Cost":317,"Date":"4/17/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":867,"Cost":746,"Date":"8/11/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":216,"Cost":200,"Date":"8/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":106,"Cost":84,"Date":"9/2/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":732,"Cost":431,"Date":"9/5/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":254,"Cost":169,"Date":"9/14/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":326,"Cost":230,"Date":"9/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":144,"Cost":87,"Date":"11/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":185,"Cost":150,"Date":"12/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":481,"Cost":283,"Date":"1/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":298,"Cost":253,"Date":"1/21/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":609,"Cost":331,"Date":"2/9/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":955,"Cost":813,"Date":"3/19/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":783,"Cost":680,"Date":"4/3/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":777,"Cost":404,"Date":"4/5/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":279,"Cost":147,"Date":"4/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":889,"Cost":662,"Date":"7/10/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":632,"Cost":425,"Date":"3/25/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":278,"Cost":250,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":401,"Cost":359,"Date":"10/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":332,"Cost":204,"Date":"3/2/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":268,"Cost":147,"Date":"6/28/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":607,"Cost":474,"Date":"7/17/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":237,"Cost":185,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":497,"Cost":281,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":6,"Cost":4,"Date":"11/20/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":291,"Cost":228,"Date":"12/16/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":180,"Cost":117,"Date":"12/30/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":643,"Cost":491,"Date":"2/15/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":970,"Cost":599,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":993,"Cost":685,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":852,"Cost":524,"Date":"4/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":849,"Cost":509,"Date":"7/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":450,"Cost":391,"Date":"8/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":240,"Cost":187,"Date":"10/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":445,"Cost":290,"Date":"11/11/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":329,"Cost":242,"Date":"11/30/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":828,"Cost":696,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":266,"Cost":166,"Date":"3/1/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":246,"Cost":123,"Date":"4/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":646,"Cost":490,"Date":"5/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":496,"Cost":289,"Date":"8/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":573,"Cost":294,"Date":"9/15/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":838,"Cost":442,"Date":"10/14/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":710,"Cost":573,"Date":"10/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":505,"Cost":438,"Date":"11/11/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":387,"Cost":226,"Date":"12/7/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":237,"Cost":142,"Date":"12/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":824,"Cost":553,"Date":"1/6/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":656,"Cost":545,"Date":"1/23/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":359,"Cost":191,"Date":"2/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":569,"Cost":349,"Date":"3/10/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":706,"Cost":630,"Date":"3/12/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":429,"Cost":256,"Date":"3/31/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":490,"Cost":302,"Date":"6/16/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":470,"Cost":282,"Date":"6/17/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":152,"Cost":114,"Date":"8/27/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":810,"Cost":657,"Date":"10/1/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":646,"Cost":492,"Date":"11/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Sellpy","Country":"Uruguay","Sale":827,"Cost":715,"Date":"11/9/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":908,"Cost":602,"Date":"3/27/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":942,"Cost":705,"Date":"4/17/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":740,"Cost":474,"Date":"8/11/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":25,"Cost":23,"Date":"8/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":301,"Cost":205,"Date":"9/2/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":793,"Cost":710,"Date":"9/5/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":874,"Cost":615,"Date":"9/14/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":625,"Cost":527,"Date":"9/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":376,"Cost":354,"Date":"11/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":275,"Cost":250,"Date":"12/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":43,"Cost":25,"Date":"1/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":730,"Cost":574,"Date":"1/21/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":232,"Cost":183,"Date":"2/9/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":940,"Cost":615,"Date":"3/19/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":829,"Cost":653,"Date":"4/3/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":707,"Cost":619,"Date":"4/5/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":281,"Cost":197,"Date":"4/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":329,"Cost":186,"Date":"7/10/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":342,"Cost":237,"Date":"3/25/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":995,"Cost":883,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":284,"Cost":197,"Date":"10/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":809,"Cost":718,"Date":"3/2/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":159,"Cost":90,"Date":"6/28/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":524,"Cost":451,"Date":"7/17/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":535,"Cost":360,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":814,"Cost":623,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":191,"Cost":159,"Date":"11/20/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":481,"Cost":302,"Date":"12/16/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":4,"Cost":2,"Date":"12/30/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":317,"Cost":218,"Date":"2/15/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":265,"Cost":237,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":488,"Cost":424,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":14,"Cost":9,"Date":"4/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":6,"Cost":5,"Date":"7/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":258,"Cost":240,"Date":"8/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":660,"Cost":351,"Date":"10/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":913,"Cost":764,"Date":"11/11/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":826,"Cost":745,"Date":"11/30/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":740,"Cost":402,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":725,"Cost":654,"Date":"3/1/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":281,"Cost":197,"Date":"4/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":740,"Cost":644,"Date":"5/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":414,"Cost":314,"Date":"8/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":860,"Cost":780,"Date":"9/15/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":375,"Cost":275,"Date":"10/14/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":574,"Cost":528,"Date":"10/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":650,"Cost":457,"Date":"11/11/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":821,"Cost":558,"Date":"12/7/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":378,"Cost":213,"Date":"12/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":548,"Cost":459,"Date":"1/6/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":658,"Cost":446,"Date":"1/23/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":416,"Cost":270,"Date":"2/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":927,"Cost":641,"Date":"3/10/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":430,"Cost":333,"Date":"3/12/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":248,"Cost":133,"Date":"3/31/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":438,"Cost":334,"Date":"6/16/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":609,"Cost":344,"Date":"6/17/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":438,"Cost":411,"Date":"8/27/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":152,"Cost":86,"Date":"10/1/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":103,"Cost":61,"Date":"11/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":773,"Cost":457,"Date":"11/9/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":640,"Cost":448,"Date":"3/27/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":742,"Cost":436,"Date":"4/17/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":31,"Cost":19,"Date":"8/11/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":732,"Cost":610,"Date":"8/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":344,"Cost":317,"Date":"9/2/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":780,"Cost":625,"Date":"9/5/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":909,"Cost":685,"Date":"9/14/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":764,"Cost":534,"Date":"9/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":666,"Cost":596,"Date":"11/20/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":652,"Cost":530,"Date":"12/21/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":238,"Cost":173,"Date":"1/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":28,"Cost":19,"Date":"1/21/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":42,"Cost":23,"Date":"2/9/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":391,"Date":"3/19/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":434,"Cost":389,"Date":"4/3/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":885,"Cost":726,"Date":"4/5/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":488,"Cost":374,"Date":"4/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":329,"Cost":311,"Date":"7/10/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":46,"Date":"3/25/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":544,"Cost":461,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":174,"Cost":136,"Date":"10/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":295,"Cost":246,"Date":"3/2/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":420,"Cost":384,"Date":"6/28/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":173,"Cost":138,"Date":"7/17/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":278,"Cost":260,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":467,"Cost":405,"Date":"8/23/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":55,"Cost":38,"Date":"11/20/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":756,"Cost":647,"Date":"12/16/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":598,"Cost":548,"Date":"12/30/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":437,"Cost":289,"Date":"2/15/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":189,"Cost":108,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":654,"Cost":483,"Date":"3/7/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":671,"Cost":629,"Date":"4/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":860,"Cost":768,"Date":"7/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":159,"Cost":128,"Date":"8/18/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":182,"Cost":130,"Date":"10/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":423,"Cost":293,"Date":"11/11/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":168,"Cost":142,"Date":"11/30/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":341,"Cost":190,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":821,"Cost":706,"Date":"3/1/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":873,"Cost":733,"Date":"4/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":678,"Cost":544,"Date":"5/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":535,"Cost":410,"Date":"8/13/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":571,"Cost":392,"Date":"9/15/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":929,"Cost":596,"Date":"10/14/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":508,"Cost":482,"Date":"10/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":802,"Cost":404,"Date":"11/11/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":519,"Cost":484,"Date":"12/7/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":772,"Cost":654,"Date":"12/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":544,"Cost":385,"Date":"1/6/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":853,"Cost":765,"Date":"1/23/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":674,"Cost":481,"Date":"2/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":221,"Cost":201,"Date":"3/10/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":292,"Cost":207,"Date":"3/12/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":214,"Cost":156,"Date":"3/31/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":333,"Cost":236,"Date":"6/16/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":215,"Cost":115,"Date":"6/17/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":750,"Cost":463,"Date":"8/27/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":554,"Cost":435,"Date":"10/1/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":77,"Cost":71,"Date":"11/4/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":816,"Cost":669,"Date":"11/9/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":963,"Cost":690,"Date":"3/27/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":376,"Cost":254,"Date":"4/17/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":766,"Cost":725,"Date":"8/11/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":519,"Cost":452,"Date":"8/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":258,"Cost":216,"Date":"9/2/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":345,"Cost":189,"Date":"9/5/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":395,"Cost":279,"Date":"9/14/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":8,"Cost":5,"Date":"9/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":716,"Cost":449,"Date":"11/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1000,"Cost":641,"Date":"12/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":339,"Cost":199,"Date":"1/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":381,"Cost":252,"Date":"1/21/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":225,"Cost":147,"Date":"2/9/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":229,"Cost":130,"Date":"3/19/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":260,"Cost":142,"Date":"4/3/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":741,"Cost":548,"Date":"4/5/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":707,"Cost":371,"Date":"4/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":323,"Cost":266,"Date":"7/10/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":354,"Cost":334,"Date":"3/25/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":254,"Cost":214,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":424,"Cost":326,"Date":"10/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":760,"Cost":429,"Date":"3/2/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":73,"Cost":36,"Date":"6/28/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":320,"Cost":279,"Date":"7/17/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":800,"Cost":601,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":889,"Cost":760,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":994,"Cost":732,"Date":"11/20/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":308,"Cost":168,"Date":"12/16/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":599,"Cost":327,"Date":"12/30/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":859,"Cost":588,"Date":"2/15/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":470,"Cost":362,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":926,"Cost":814,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":569,"Cost":313,"Date":"4/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":193,"Date":"7/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":495,"Cost":316,"Date":"8/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":899,"Cost":455,"Date":"10/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":202,"Cost":159,"Date":"11/11/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":637,"Cost":603,"Date":"11/30/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":186,"Cost":103,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":27,"Cost":14,"Date":"3/1/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":148,"Cost":101,"Date":"4/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":420,"Cost":314,"Date":"5/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":762,"Cost":599,"Date":"8/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":355,"Cost":293,"Date":"9/15/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1,"Cost":1,"Date":"10/14/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":439,"Cost":396,"Date":"10/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":363,"Cost":337,"Date":"11/11/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":189,"Cost":130,"Date":"12/7/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":218,"Cost":109,"Date":"12/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":56,"Cost":34,"Date":"1/6/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":360,"Cost":313,"Date":"1/23/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":785,"Cost":653,"Date":"2/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":273,"Date":"3/10/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":560,"Cost":323,"Date":"3/12/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":714,"Cost":368,"Date":"3/31/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":452,"Cost":338,"Date":"6/16/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":433,"Cost":299,"Date":"6/17/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":913,"Cost":536,"Date":"8/27/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":953,"Cost":803,"Date":"10/1/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":400,"Cost":365,"Date":"11/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":912,"Cost":671,"Date":"11/9/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":126,"Cost":77,"Date":"3/27/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":870,"Cost":610,"Date":"4/17/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":979,"Cost":619,"Date":"8/11/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":412,"Cost":338,"Date":"8/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":444,"Cost":329,"Date":"9/2/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":196,"Cost":163,"Date":"9/5/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":473,"Cost":437,"Date":"9/14/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":535,"Cost":380,"Date":"9/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":591,"Cost":553,"Date":"11/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":844,"Cost":456,"Date":"12/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":931,"Cost":732,"Date":"1/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":195,"Cost":151,"Date":"1/21/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":906,"Cost":715,"Date":"2/9/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":61,"Cost":50,"Date":"3/19/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":900,"Cost":683,"Date":"4/3/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":291,"Cost":161,"Date":"4/5/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":905,"Cost":831,"Date":"4/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":685,"Cost":544,"Date":"7/10/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":493,"Cost":396,"Date":"3/25/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":257,"Cost":168,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":17,"Cost":9,"Date":"10/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":120,"Cost":64,"Date":"3/2/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":805,"Cost":714,"Date":"6/28/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":178,"Cost":91,"Date":"7/17/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":155,"Cost":138,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":142,"Cost":104,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":868,"Cost":539,"Date":"11/20/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":281,"Cost":156,"Date":"12/16/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":76,"Cost":68,"Date":"12/30/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":750,"Cost":490,"Date":"2/15/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":206,"Cost":113,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":197,"Cost":168,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":201,"Cost":168,"Date":"4/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":942,"Cost":788,"Date":"7/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":219,"Cost":117,"Date":"8/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":71,"Cost":43,"Date":"10/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":774,"Cost":606,"Date":"11/11/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":389,"Cost":284,"Date":"11/30/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":277,"Cost":175,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":257,"Cost":204,"Date":"3/1/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":700,"Cost":655,"Date":"4/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":518,"Cost":459,"Date":"5/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":872,"Cost":640,"Date":"8/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":22,"Cost":20,"Date":"9/15/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":412,"Cost":255,"Date":"10/14/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":458,"Cost":232,"Date":"10/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":68,"Cost":55,"Date":"11/11/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":287,"Cost":192,"Date":"12/7/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":548,"Cost":370,"Date":"12/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":655,"Cost":372,"Date":"1/6/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":476,"Cost":366,"Date":"1/23/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":955,"Cost":711,"Date":"2/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":839,"Cost":443,"Date":"3/10/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":787,"Cost":585,"Date":"3/12/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":522,"Cost":421,"Date":"3/31/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":919,"Cost":688,"Date":"6/16/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":948,"Cost":898,"Date":"6/17/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":589,"Cost":447,"Date":"8/27/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":258,"Cost":200,"Date":"10/1/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":887,"Cost":469,"Date":"11/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":368,"Cost":232,"Date":"11/9/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":414,"Cost":221,"Date":"3/27/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":198,"Cost":99,"Date":"4/17/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":289,"Cost":149,"Date":"8/11/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":797,"Cost":564,"Date":"8/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":87,"Cost":82,"Date":"9/2/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":379,"Cost":193,"Date":"9/5/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":237,"Cost":131,"Date":"9/14/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":510,"Cost":266,"Date":"9/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":7,"Cost":5,"Date":"11/20/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":205,"Cost":102,"Date":"12/21/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":838,"Cost":740,"Date":"1/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":494,"Cost":272,"Date":"1/21/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":16,"Cost":9,"Date":"2/9/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":511,"Cost":375,"Date":"3/19/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":123,"Cost":93,"Date":"4/3/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":972,"Cost":553,"Date":"4/5/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":614,"Cost":513,"Date":"4/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":43,"Cost":27,"Date":"7/10/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":69,"Cost":50,"Date":"3/25/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":975,"Cost":498,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":262,"Cost":214,"Date":"10/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":622,"Cost":591,"Date":"3/2/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":916,"Cost":696,"Date":"6/28/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":287,"Cost":169,"Date":"7/17/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":637,"Cost":455,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":537,"Cost":319,"Date":"8/23/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":321,"Cost":230,"Date":"11/20/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":552,"Cost":462,"Date":"12/16/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":53,"Cost":44,"Date":"12/30/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":991,"Cost":732,"Date":"2/15/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":403,"Cost":248,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":28,"Cost":23,"Date":"3/7/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":390,"Cost":257,"Date":"4/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":565,"Cost":434,"Date":"7/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":194,"Cost":111,"Date":"8/18/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":401,"Cost":268,"Date":"10/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":734,"Cost":668,"Date":"11/11/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":284,"Cost":265,"Date":"11/30/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":127,"Cost":107,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":347,"Cost":256,"Date":"3/1/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":931,"Cost":556,"Date":"4/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":770,"Cost":537,"Date":"5/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":875,"Cost":648,"Date":"8/13/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":764,"Cost":461,"Date":"9/15/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":54,"Cost":40,"Date":"10/14/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":923,"Cost":467,"Date":"10/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":268,"Cost":147,"Date":"11/11/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":637,"Cost":580,"Date":"12/7/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":499,"Cost":460,"Date":"12/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":807,"Cost":610,"Date":"1/6/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":229,"Cost":123,"Date":"1/23/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":227,"Cost":151,"Date":"2/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":149,"Cost":92,"Date":"3/10/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":383,"Cost":335,"Date":"3/12/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":246,"Cost":135,"Date":"3/31/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":2,"Cost":1,"Date":"6/16/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":412,"Cost":374,"Date":"6/17/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":346,"Cost":305,"Date":"8/27/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":575,"Cost":536,"Date":"10/1/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":72,"Cost":62,"Date":"11/4/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":709,"Cost":658,"Date":"11/9/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":728,"Cost":576,"Date":"3/27/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":782,"Cost":547,"Date":"4/17/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":26,"Cost":24,"Date":"8/11/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":587,"Cost":516,"Date":"8/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":221,"Cost":156,"Date":"9/2/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":670,"Cost":356,"Date":"9/5/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":429,"Cost":341,"Date":"9/14/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":439,"Cost":362,"Date":"9/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":642,"Cost":607,"Date":"11/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":202,"Cost":169,"Date":"12/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":727,"Cost":404,"Date":"1/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":537,"Cost":455,"Date":"1/21/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":519,"Cost":272,"Date":"2/9/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":680,"Cost":343,"Date":"3/19/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":878,"Cost":768,"Date":"4/3/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":946,"Cost":811,"Date":"4/5/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":544,"Cost":509,"Date":"4/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":551,"Cost":445,"Date":"7/10/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":498,"Cost":330,"Date":"3/25/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":952,"Cost":509,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":655,"Cost":421,"Date":"10/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":192,"Cost":178,"Date":"3/2/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":684,"Cost":597,"Date":"6/28/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":41,"Cost":32,"Date":"7/17/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":259,"Cost":193,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":135,"Cost":86,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":508,"Cost":479,"Date":"11/20/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":614,"Cost":455,"Date":"12/16/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":619,"Cost":398,"Date":"12/30/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":368,"Cost":186,"Date":"2/15/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":216,"Cost":132,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":369,"Cost":292,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":75,"Cost":70,"Date":"4/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":783,"Cost":663,"Date":"7/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":106,"Cost":80,"Date":"8/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":77,"Cost":56,"Date":"10/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":647,"Cost":519,"Date":"11/11/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":186,"Cost":155,"Date":"11/30/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":495,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":815,"Cost":548,"Date":"3/1/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":270,"Cost":233,"Date":"4/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":558,"Cost":508,"Date":"5/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":184,"Cost":96,"Date":"8/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":740,"Cost":399,"Date":"9/15/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":159,"Cost":95,"Date":"10/14/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":830,"Cost":576,"Date":"10/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":114,"Cost":95,"Date":"11/11/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":681,"Cost":493,"Date":"12/7/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":366,"Cost":234,"Date":"12/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":574,"Cost":308,"Date":"1/6/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":299,"Cost":187,"Date":"1/23/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":390,"Cost":308,"Date":"2/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":522,"Cost":271,"Date":"3/10/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":865,"Cost":776,"Date":"3/12/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":623,"Cost":585,"Date":"3/31/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":108,"Cost":57,"Date":"6/16/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":614,"Cost":484,"Date":"6/17/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":52,"Cost":36,"Date":"8/27/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":459,"Cost":257,"Date":"10/1/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":781,"Cost":419,"Date":"11/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":808,"Cost":493,"Date":"11/9/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":953,"Cost":599,"Date":"3/27/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":35,"Date":"4/17/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":220,"Cost":143,"Date":"8/11/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":846,"Cost":679,"Date":"8/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":206,"Cost":183,"Date":"9/2/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":551,"Cost":492,"Date":"9/5/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":186,"Cost":129,"Date":"9/14/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":638,"Cost":425,"Date":"9/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":911,"Cost":580,"Date":"11/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":744,"Cost":562,"Date":"12/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":211,"Cost":125,"Date":"1/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":762,"Cost":597,"Date":"1/21/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":705,"Cost":644,"Date":"2/9/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":751,"Cost":625,"Date":"3/19/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":949,"Cost":622,"Date":"4/3/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":815,"Cost":442,"Date":"4/5/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":134,"Cost":102,"Date":"4/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":137,"Cost":116,"Date":"7/10/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":851,"Cost":806,"Date":"3/25/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":240,"Cost":211,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":791,"Cost":437,"Date":"10/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":381,"Cost":332,"Date":"3/2/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":970,"Cost":883,"Date":"6/28/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":430,"Cost":343,"Date":"7/17/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":881,"Cost":812,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":215,"Cost":195,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":835,"Cost":646,"Date":"11/20/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":55,"Cost":41,"Date":"12/16/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":699,"Cost":657,"Date":"12/30/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":941,"Cost":576,"Date":"2/15/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":43,"Cost":31,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":747,"Cost":705,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":891,"Cost":489,"Date":"4/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":935,"Cost":569,"Date":"7/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":205,"Cost":126,"Date":"8/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":143,"Cost":72,"Date":"10/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":625,"Cost":573,"Date":"11/11/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":972,"Cost":561,"Date":"11/30/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":332,"Cost":241,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":734,"Cost":671,"Date":"3/1/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":57,"Cost":50,"Date":"4/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":669,"Cost":439,"Date":"5/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":716,"Cost":407,"Date":"8/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":875,"Cost":739,"Date":"9/15/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":807,"Cost":428,"Date":"10/14/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":280,"Cost":246,"Date":"10/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":82,"Cost":46,"Date":"11/11/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":581,"Cost":550,"Date":"12/7/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":980,"Cost":791,"Date":"12/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":767,"Cost":669,"Date":"1/6/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":601,"Cost":553,"Date":"1/23/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":927,"Cost":873,"Date":"2/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":74,"Cost":50,"Date":"3/10/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":766,"Cost":397,"Date":"3/12/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":801,"Cost":498,"Date":"3/31/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":845,"Cost":752,"Date":"6/16/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":456,"Cost":346,"Date":"6/17/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":716,"Cost":517,"Date":"8/27/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":107,"Cost":59,"Date":"10/1/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":216,"Date":"11/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":19,"Cost":15,"Date":"11/9/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":448,"Cost":282,"Date":"3/27/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":778,"Cost":514,"Date":"4/17/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":497,"Cost":366,"Date":"8/11/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":2,"Cost":1,"Date":"8/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":60,"Cost":53,"Date":"9/2/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":105,"Cost":96,"Date":"9/5/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":612,"Cost":328,"Date":"9/14/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":314,"Cost":207,"Date":"9/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":326,"Cost":174,"Date":"11/20/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":601,"Cost":351,"Date":"12/21/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":5,"Cost":5,"Date":"1/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":692,"Cost":573,"Date":"1/21/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":243,"Cost":193,"Date":"2/9/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":146,"Cost":104,"Date":"3/19/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":236,"Cost":155,"Date":"4/3/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":357,"Cost":295,"Date":"4/5/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":46,"Cost":37,"Date":"4/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":921,"Cost":829,"Date":"7/10/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":468,"Cost":399,"Date":"3/25/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":773,"Cost":416,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":579,"Cost":421,"Date":"10/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":897,"Cost":753,"Date":"3/2/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":555,"Cost":303,"Date":"6/28/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":71,"Cost":37,"Date":"7/17/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":781,"Cost":602,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":52,"Cost":35,"Date":"8/23/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":242,"Cost":220,"Date":"11/20/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":882,"Cost":777,"Date":"12/16/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":447,"Cost":313,"Date":"12/30/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":865,"Cost":559,"Date":"2/15/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":197,"Cost":186,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":730,"Cost":570,"Date":"3/7/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":542,"Cost":387,"Date":"4/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":926,"Cost":745,"Date":"7/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":705,"Cost":483,"Date":"8/18/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":141,"Cost":108,"Date":"10/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":209,"Cost":117,"Date":"11/11/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":906,"Cost":613,"Date":"11/30/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":243,"Cost":227,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":520,"Cost":376,"Date":"3/1/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":633,"Cost":562,"Date":"4/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":828,"Cost":774,"Date":"5/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":26,"Cost":13,"Date":"8/13/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":384,"Cost":298,"Date":"9/15/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":420,"Cost":233,"Date":"10/14/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":38,"Cost":31,"Date":"10/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":766,"Cost":528,"Date":"11/11/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":870,"Cost":533,"Date":"12/7/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":78,"Cost":73,"Date":"12/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":788,"Cost":529,"Date":"1/6/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":870,"Cost":804,"Date":"1/23/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":925,"Cost":574,"Date":"2/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":828,"Cost":565,"Date":"3/10/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":176,"Cost":128,"Date":"3/12/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":139,"Cost":75,"Date":"3/31/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":256,"Cost":218,"Date":"6/16/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":370,"Cost":258,"Date":"6/17/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":236,"Cost":152,"Date":"8/27/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":484,"Cost":369,"Date":"10/1/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":354,"Cost":254,"Date":"11/4/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":755,"Cost":678,"Date":"11/9/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":125,"Cost":115,"Date":"3/27/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":503,"Cost":399,"Date":"4/17/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":364,"Cost":346,"Date":"8/11/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":12,"Cost":7,"Date":"8/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":658,"Cost":567,"Date":"9/2/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":369,"Cost":264,"Date":"9/5/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":58,"Cost":45,"Date":"9/14/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":729,"Cost":397,"Date":"9/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":112,"Cost":70,"Date":"11/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":969,"Cost":629,"Date":"12/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":787,"Cost":605,"Date":"1/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":105,"Cost":95,"Date":"1/21/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":933,"Cost":803,"Date":"2/9/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":179,"Cost":125,"Date":"3/19/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":357,"Cost":229,"Date":"4/3/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":311,"Cost":240,"Date":"4/5/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":537,"Cost":383,"Date":"4/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":958,"Cost":859,"Date":"7/10/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":324,"Cost":258,"Date":"3/25/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":942,"Cost":800,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":86,"Cost":60,"Date":"10/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":77,"Cost":72,"Date":"3/2/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":618,"Cost":367,"Date":"6/28/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":135,"Cost":121,"Date":"7/17/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":418,"Cost":287,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":309,"Cost":224,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":984,"Cost":694,"Date":"11/20/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":77,"Cost":57,"Date":"12/16/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":422,"Cost":216,"Date":"12/30/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":138,"Cost":131,"Date":"2/15/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":470,"Cost":305,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":735,"Cost":473,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":916,"Cost":486,"Date":"4/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":788,"Cost":409,"Date":"7/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":695,"Cost":452,"Date":"8/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":366,"Cost":317,"Date":"10/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":601,"Cost":546,"Date":"11/11/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":885,"Cost":463,"Date":"11/30/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":946,"Cost":767,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":725,"Cost":400,"Date":"3/1/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":967,"Cost":530,"Date":"4/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":6,"Cost":4,"Date":"5/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":244,"Cost":170,"Date":"8/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":515,"Cost":299,"Date":"9/15/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":546,"Cost":303,"Date":"10/14/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":240,"Cost":219,"Date":"10/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":733,"Cost":480,"Date":"11/11/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":308,"Cost":282,"Date":"12/7/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":499,"Cost":422,"Date":"12/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":685,"Cost":425,"Date":"1/6/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":259,"Cost":212,"Date":"1/23/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":410,"Cost":338,"Date":"2/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":796,"Cost":572,"Date":"3/10/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":415,"Cost":208,"Date":"3/12/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":916,"Cost":780,"Date":"3/31/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":337,"Cost":266,"Date":"6/16/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":732,"Cost":449,"Date":"6/17/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":410,"Cost":242,"Date":"8/27/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":107,"Cost":66,"Date":"10/1/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":960,"Cost":564,"Date":"11/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":451,"Cost":312,"Date":"11/9/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":978,"Cost":837,"Date":"3/27/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":688,"Cost":647,"Date":"4/17/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":604,"Cost":441,"Date":"8/11/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":339,"Cost":234,"Date":"8/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":931,"Cost":542,"Date":"9/2/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":567,"Cost":484,"Date":"9/5/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":377,"Cost":292,"Date":"9/14/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":603,"Cost":538,"Date":"9/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":992,"Cost":819,"Date":"11/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":18,"Cost":10,"Date":"12/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":375,"Date":"1/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":650,"Cost":360,"Date":"1/21/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":625,"Cost":406,"Date":"2/9/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":193,"Cost":116,"Date":"3/19/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":660,"Cost":370,"Date":"4/3/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":183,"Cost":104,"Date":"4/5/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":21,"Cost":17,"Date":"4/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":717,"Cost":502,"Date":"7/10/2019"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":51,"Cost":35,"Date":"3/25/2020"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":729,"Cost":375,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":909,"Cost":569,"Date":"10/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":242,"Cost":221,"Date":"3/2/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":82,"Cost":51,"Date":"6/28/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":746,"Cost":480,"Date":"7/17/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":616,"Cost":558,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":612,"Cost":321,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":441,"Cost":227,"Date":"11/20/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":840,"Cost":676,"Date":"12/16/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":678,"Cost":564,"Date":"12/30/2021"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":331,"Cost":195,"Date":"2/15/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":197,"Cost":185,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":686,"Cost":619,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":601,"Cost":332,"Date":"4/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":370,"Cost":277,"Date":"7/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":52,"Cost":30,"Date":"8/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":322,"Cost":286,"Date":"10/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":852,"Cost":801,"Date":"11/11/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":724,"Cost":378,"Date":"11/30/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":331,"Cost":282,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":563,"Cost":504,"Date":"3/1/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":622,"Cost":584,"Date":"4/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":668,"Cost":481,"Date":"5/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":374,"Cost":230,"Date":"8/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":106,"Cost":98,"Date":"9/15/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":1000,"Cost":616,"Date":"10/14/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":419,"Cost":390,"Date":"10/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":920,"Cost":491,"Date":"11/11/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":747,"Cost":530,"Date":"12/7/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":926,"Cost":586,"Date":"12/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":342,"Cost":219,"Date":"1/6/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":601,"Cost":502,"Date":"1/23/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":227,"Cost":190,"Date":"2/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":109,"Cost":75,"Date":"3/10/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":555,"Cost":288,"Date":"3/12/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":993,"Cost":925,"Date":"3/31/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":173,"Cost":125,"Date":"6/16/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":844,"Cost":791,"Date":"6/17/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":97,"Cost":68,"Date":"8/27/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":99,"Cost":54,"Date":"10/1/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":819,"Cost":765,"Date":"11/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":905,"Cost":488,"Date":"11/9/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":240,"Cost":185,"Date":"3/27/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":404,"Cost":304,"Date":"4/17/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":578,"Cost":294,"Date":"8/11/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":336,"Cost":315,"Date":"8/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":939,"Cost":675,"Date":"9/2/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":50,"Cost":27,"Date":"9/5/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":973,"Cost":854,"Date":"9/14/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":693,"Cost":606,"Date":"9/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":341,"Cost":251,"Date":"11/20/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":355,"Cost":292,"Date":"12/21/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":258,"Cost":134,"Date":"1/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":208,"Cost":170,"Date":"1/21/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":603,"Cost":327,"Date":"2/9/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":98,"Cost":49,"Date":"3/19/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":585,"Cost":456,"Date":"4/3/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":991,"Cost":903,"Date":"4/5/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":793,"Cost":530,"Date":"4/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":11,"Cost":7,"Date":"7/10/2019"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":884,"Cost":568,"Date":"3/25/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":676,"Cost":496,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":975,"Cost":706,"Date":"10/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":121,"Cost":88,"Date":"3/2/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":859,"Cost":609,"Date":"6/28/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":453,"Cost":282,"Date":"7/17/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":205,"Cost":181,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":460,"Cost":332,"Date":"8/23/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":695,"Cost":440,"Date":"11/20/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":810,"Cost":462,"Date":"12/16/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":713,"Cost":599,"Date":"12/30/2021"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":69,"Cost":58,"Date":"2/15/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":954,"Cost":480,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":666,"Cost":342,"Date":"3/7/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":874,"Cost":768,"Date":"4/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":397,"Cost":207,"Date":"7/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":213,"Cost":155,"Date":"8/18/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":175,"Cost":138,"Date":"10/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":636,"Cost":587,"Date":"11/11/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":802,"Cost":414,"Date":"11/30/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":504,"Cost":266,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":937,"Cost":716,"Date":"3/1/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":437,"Cost":354,"Date":"4/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":138,"Cost":127,"Date":"5/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":864,"Cost":764,"Date":"8/13/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":912,"Cost":843,"Date":"9/15/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":685,"Cost":413,"Date":"10/14/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":979,"Cost":904,"Date":"10/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":719,"Cost":621,"Date":"11/11/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":830,"Cost":705,"Date":"12/7/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":225,"Cost":137,"Date":"12/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":47,"Cost":37,"Date":"1/6/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":803,"Cost":636,"Date":"1/23/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":596,"Cost":509,"Date":"2/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":1,"Cost":1,"Date":"3/10/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":405,"Cost":335,"Date":"3/12/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":318,"Cost":263,"Date":"3/31/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":932,"Cost":708,"Date":"6/16/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":757,"Cost":380,"Date":"6/17/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":234,"Cost":198,"Date":"8/27/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":942,"Cost":799,"Date":"10/1/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":454,"Cost":280,"Date":"11/4/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":106,"Cost":63,"Date":"11/9/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":545,"Cost":329,"Date":"3/27/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":625,"Cost":412,"Date":"4/17/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":88,"Cost":62,"Date":"8/11/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":709,"Cost":610,"Date":"8/21/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":260,"Cost":165,"Date":"9/2/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":935,"Cost":773,"Date":"9/5/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":302,"Cost":271,"Date":"9/14/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":465,"Date":"9/20/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":907,"Cost":493,"Date":"11/20/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":765,"Cost":681,"Date":"12/21/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":192,"Cost":125,"Date":"1/7/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":822,"Cost":683,"Date":"1/21/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":671,"Cost":483,"Date":"2/9/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":118,"Cost":102,"Date":"3/19/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":58,"Cost":54,"Date":"4/3/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":411,"Cost":222,"Date":"4/5/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":907,"Cost":702,"Date":"4/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":802,"Date":"7/10/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":608,"Cost":567,"Date":"3/25/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":83,"Cost":70,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":99,"Cost":79,"Date":"10/28/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":576,"Cost":547,"Date":"3/2/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":177,"Cost":164,"Date":"6/28/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":624,"Cost":493,"Date":"7/17/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":273,"Cost":244,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":54,"Cost":46,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":728,"Cost":642,"Date":"11/20/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":640,"Cost":443,"Date":"12/16/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":654,"Cost":547,"Date":"12/30/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":642,"Cost":406,"Date":"2/15/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":33,"Cost":31,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":442,"Cost":410,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":930,"Cost":826,"Date":"4/18/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":7,"Cost":5,"Date":"7/27/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":484,"Cost":328,"Date":"8/18/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":786,"Cost":647,"Date":"10/31/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":295,"Cost":229,"Date":"11/11/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":762,"Cost":514,"Date":"11/30/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":84,"Cost":63,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":91,"Cost":81,"Date":"3/1/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":827,"Cost":675,"Date":"4/13/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":802,"Cost":419,"Date":"5/20/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":12,"Cost":6,"Date":"8/13/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":944,"Cost":547,"Date":"9/15/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":84,"Cost":62,"Date":"10/14/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":13,"Cost":8,"Date":"10/28/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":40,"Cost":35,"Date":"11/11/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":652,"Cost":441,"Date":"12/7/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":833,"Cost":613,"Date":"12/21/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":273,"Cost":150,"Date":"1/6/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":159,"Cost":102,"Date":"1/23/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":771,"Cost":555,"Date":"2/4/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":298,"Cost":210,"Date":"3/10/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":931,"Cost":842,"Date":"3/12/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":563,"Cost":482,"Date":"3/31/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":943,"Cost":539,"Date":"6/16/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":410,"Cost":214,"Date":"6/17/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":405,"Cost":373,"Date":"8/27/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":282,"Cost":174,"Date":"10/1/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":97,"Cost":76,"Date":"11/4/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":235,"Cost":183,"Date":"11/9/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":563,"Cost":501,"Date":"3/27/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":830,"Cost":738,"Date":"4/17/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":537,"Cost":427,"Date":"8/11/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":836,"Cost":657,"Date":"8/21/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":263,"Cost":233,"Date":"9/2/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":671,"Cost":435,"Date":"9/5/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":360,"Cost":219,"Date":"9/14/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":471,"Cost":370,"Date":"9/20/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":227,"Cost":121,"Date":"11/20/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":11,"Cost":7,"Date":"12/21/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":975,"Cost":718,"Date":"1/7/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":204,"Cost":167,"Date":"1/21/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":425,"Cost":246,"Date":"2/9/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":236,"Cost":125,"Date":"3/19/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":434,"Cost":290,"Date":"4/3/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":488,"Cost":290,"Date":"4/5/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":183,"Cost":114,"Date":"4/28/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":214,"Cost":166,"Date":"7/10/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":680,"Cost":628,"Date":"3/25/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":803,"Cost":756,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":890,"Cost":588,"Date":"10/28/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":659,"Cost":604,"Date":"3/2/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":699,"Cost":349,"Date":"6/28/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":623,"Cost":327,"Date":"7/17/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":152,"Cost":129,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":786,"Cost":591,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":167,"Cost":119,"Date":"11/20/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":165,"Cost":146,"Date":"12/16/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":481,"Cost":291,"Date":"12/30/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":188,"Cost":113,"Date":"2/15/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":927,"Cost":855,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":827,"Cost":535,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":467,"Cost":434,"Date":"4/18/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":808,"Cost":540,"Date":"7/27/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":673,"Cost":563,"Date":"8/18/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":248,"Cost":188,"Date":"10/31/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":91,"Cost":75,"Date":"11/11/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":77,"Cost":60,"Date":"11/30/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":138,"Cost":88,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":384,"Cost":345,"Date":"3/1/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":834,"Cost":443,"Date":"4/13/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":153,"Cost":119,"Date":"5/20/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":403,"Cost":370,"Date":"8/13/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":671,"Cost":589,"Date":"9/15/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":935,"Cost":548,"Date":"10/14/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":914,"Cost":514,"Date":"10/28/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":593,"Cost":333,"Date":"11/11/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":439,"Cost":242,"Date":"12/7/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":39,"Cost":19,"Date":"12/21/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":825,"Cost":708,"Date":"1/6/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":472,"Cost":297,"Date":"1/23/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":92,"Cost":72,"Date":"2/4/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":315,"Cost":223,"Date":"3/10/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":250,"Cost":183,"Date":"3/12/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":160,"Cost":111,"Date":"3/31/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":244,"Cost":220,"Date":"6/16/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":784,"Cost":709,"Date":"6/17/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":887,"Cost":561,"Date":"8/27/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":787,"Cost":712,"Date":"10/1/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":544,"Cost":379,"Date":"11/4/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":774,"Cost":623,"Date":"11/9/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":712,"Cost":439,"Date":"3/27/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":972,"Cost":811,"Date":"4/17/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":632,"Cost":425,"Date":"8/11/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":113,"Cost":96,"Date":"8/21/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":923,"Cost":467,"Date":"9/2/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":645,"Cost":351,"Date":"9/5/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":317,"Cost":211,"Date":"9/14/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":926,"Cost":683,"Date":"9/20/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":729,"Cost":545,"Date":"11/20/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":648,"Cost":589,"Date":"12/21/2018"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":20,"Cost":19,"Date":"1/7/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":289,"Cost":263,"Date":"1/21/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":573,"Cost":449,"Date":"2/9/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":646,"Cost":478,"Date":"3/19/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":403,"Cost":332,"Date":"4/3/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":145,"Cost":116,"Date":"4/5/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":348,"Cost":231,"Date":"4/28/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":139,"Cost":128,"Date":"7/10/2019"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":770,"Cost":621,"Date":"3/25/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":94,"Cost":84,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":312,"Cost":255,"Date":"10/28/2020"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":373,"Cost":218,"Date":"3/2/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":533,"Cost":452,"Date":"6/28/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":268,"Cost":206,"Date":"7/17/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":368,"Cost":240,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":741,"Cost":526,"Date":"8/23/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":503,"Cost":346,"Date":"11/20/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":344,"Cost":176,"Date":"12/16/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":977,"Cost":853,"Date":"12/30/2021"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":501,"Cost":411,"Date":"2/15/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":351,"Cost":284,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":372,"Cost":270,"Date":"3/7/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":335,"Cost":189,"Date":"4/18/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":770,"Cost":586,"Date":"7/27/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":354,"Cost":329,"Date":"8/18/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":670,"Cost":588,"Date":"10/31/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":909,"Date":"11/11/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":893,"Cost":719,"Date":"11/30/2022"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":760,"Cost":479,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":188,"Cost":163,"Date":"3/1/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":767,"Cost":649,"Date":"4/13/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":867,"Cost":514,"Date":"5/20/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":595,"Cost":349,"Date":"8/13/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":935,"Cost":785,"Date":"9/15/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":956,"Cost":487,"Date":"10/14/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":146,"Cost":95,"Date":"10/28/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":948,"Cost":657,"Date":"11/11/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":141,"Cost":105,"Date":"12/7/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":457,"Cost":306,"Date":"12/21/2023"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":256,"Cost":147,"Date":"1/6/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":523,"Cost":312,"Date":"1/23/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":244,"Cost":214,"Date":"2/4/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":444,"Cost":264,"Date":"3/10/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":132,"Cost":106,"Date":"3/12/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":798,"Cost":572,"Date":"3/31/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":852,"Cost":697,"Date":"6/16/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":265,"Cost":175,"Date":"6/17/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":386,"Cost":316,"Date":"8/27/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":802,"Cost":520,"Date":"10/1/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":509,"Cost":430,"Date":"11/4/2024"},{"Store":"Planeta, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":708,"Cost":622,"Date":"11/9/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":406,"Cost":339,"Date":"3/27/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":4,"Date":"4/17/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":427,"Cost":300,"Date":"8/11/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":379,"Cost":274,"Date":"8/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":294,"Cost":271,"Date":"9/2/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":712,"Cost":529,"Date":"9/5/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":395,"Cost":326,"Date":"9/14/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":496,"Cost":470,"Date":"9/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":549,"Cost":357,"Date":"11/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":673,"Cost":507,"Date":"12/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":327,"Cost":193,"Date":"1/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":785,"Cost":392,"Date":"1/21/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":827,"Cost":718,"Date":"2/9/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":407,"Cost":342,"Date":"3/19/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":199,"Date":"4/3/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":498,"Cost":311,"Date":"4/5/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":161,"Cost":103,"Date":"4/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":354,"Cost":197,"Date":"7/10/2019"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":899,"Cost":613,"Date":"3/25/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":823,"Cost":701,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":932,"Cost":845,"Date":"10/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":629,"Cost":387,"Date":"3/2/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":665,"Cost":546,"Date":"6/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":25,"Cost":16,"Date":"7/17/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":243,"Cost":126,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":383,"Cost":308,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":447,"Cost":264,"Date":"11/20/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":693,"Cost":377,"Date":"12/16/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":4,"Cost":4,"Date":"12/30/2021"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":184,"Cost":96,"Date":"2/15/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":126,"Cost":97,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":440,"Cost":253,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":283,"Cost":242,"Date":"4/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":67,"Cost":41,"Date":"7/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":358,"Cost":226,"Date":"8/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":614,"Cost":430,"Date":"10/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":343,"Cost":196,"Date":"11/11/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":873,"Cost":580,"Date":"11/30/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":79,"Cost":42,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":839,"Cost":607,"Date":"3/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":946,"Cost":491,"Date":"4/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":446,"Cost":351,"Date":"5/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":740,"Cost":642,"Date":"8/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":208,"Cost":149,"Date":"9/15/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":602,"Cost":518,"Date":"10/14/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":132,"Cost":68,"Date":"10/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":370,"Cost":319,"Date":"11/11/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":686,"Cost":423,"Date":"12/7/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":976,"Cost":667,"Date":"12/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":975,"Cost":773,"Date":"1/6/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":586,"Cost":470,"Date":"1/23/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":329,"Cost":280,"Date":"2/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":924,"Cost":627,"Date":"3/10/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":573,"Cost":401,"Date":"3/12/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":740,"Cost":575,"Date":"3/31/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":711,"Cost":648,"Date":"6/16/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":791,"Cost":557,"Date":"6/17/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":988,"Cost":711,"Date":"8/27/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":46,"Cost":31,"Date":"10/1/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":312,"Cost":177,"Date":"11/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":498,"Cost":348,"Date":"11/9/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":440,"Cost":352,"Date":"3/27/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":832,"Cost":678,"Date":"4/17/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":729,"Cost":640,"Date":"8/11/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":836,"Cost":735,"Date":"8/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":392,"Cost":371,"Date":"9/2/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":66,"Cost":49,"Date":"9/5/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":395,"Cost":261,"Date":"9/14/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":454,"Cost":237,"Date":"9/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":569,"Cost":524,"Date":"11/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":612,"Cost":363,"Date":"12/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":540,"Cost":274,"Date":"1/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":112,"Cost":91,"Date":"1/21/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":382,"Cost":250,"Date":"2/9/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":665,"Cost":618,"Date":"3/19/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":188,"Cost":113,"Date":"4/3/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":659,"Cost":470,"Date":"4/5/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":738,"Cost":523,"Date":"4/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":85,"Cost":54,"Date":"7/10/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":935,"Cost":815,"Date":"3/25/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":825,"Cost":695,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":343,"Cost":183,"Date":"10/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":2,"Cost":1,"Date":"3/2/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":600,"Cost":337,"Date":"6/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":651,"Cost":552,"Date":"7/17/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":245,"Cost":192,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":896,"Cost":766,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":154,"Cost":119,"Date":"11/20/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":146,"Cost":115,"Date":"12/16/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":875,"Cost":686,"Date":"12/30/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":371,"Cost":268,"Date":"2/15/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":423,"Cost":363,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":737,"Cost":670,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":423,"Cost":393,"Date":"4/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":544,"Cost":336,"Date":"7/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":763,"Cost":434,"Date":"8/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":281,"Cost":230,"Date":"10/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":675,"Cost":377,"Date":"11/11/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":396,"Cost":237,"Date":"11/30/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":496,"Cost":425,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":16,"Cost":10,"Date":"3/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":891,"Cost":656,"Date":"4/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":306,"Cost":284,"Date":"5/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":922,"Cost":598,"Date":"8/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":711,"Cost":391,"Date":"9/15/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":101,"Cost":90,"Date":"10/14/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":234,"Cost":199,"Date":"10/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":253,"Cost":195,"Date":"11/11/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":36,"Cost":21,"Date":"12/7/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":36,"Cost":19,"Date":"12/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":633,"Cost":465,"Date":"1/6/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":109,"Cost":80,"Date":"1/23/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":897,"Cost":740,"Date":"2/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":451,"Cost":302,"Date":"3/10/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":558,"Cost":391,"Date":"3/12/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":832,"Cost":677,"Date":"3/31/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":162,"Cost":109,"Date":"6/16/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":714,"Cost":442,"Date":"6/17/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":302,"Cost":186,"Date":"8/27/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":681,"Cost":544,"Date":"10/1/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":10,"Cost":5,"Date":"11/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":763,"Cost":463,"Date":"11/9/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":297,"Cost":221,"Date":"3/27/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":48,"Cost":24,"Date":"4/17/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":929,"Cost":687,"Date":"8/11/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":84,"Cost":59,"Date":"8/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":478,"Cost":365,"Date":"9/2/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":817,"Cost":663,"Date":"9/5/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":933,"Cost":761,"Date":"9/14/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":280,"Cost":249,"Date":"9/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":949,"Cost":644,"Date":"11/20/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":863,"Cost":581,"Date":"12/21/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":971,"Cost":916,"Date":"1/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":782,"Cost":392,"Date":"1/21/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":263,"Cost":175,"Date":"2/9/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":248,"Cost":145,"Date":"3/19/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":665,"Cost":459,"Date":"4/3/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":208,"Cost":175,"Date":"4/5/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":673,"Cost":496,"Date":"4/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":281,"Cost":184,"Date":"7/10/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":336,"Cost":237,"Date":"3/25/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":151,"Cost":96,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":104,"Cost":61,"Date":"10/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":605,"Cost":505,"Date":"3/2/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":899,"Cost":814,"Date":"6/28/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":907,"Cost":487,"Date":"7/17/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":559,"Cost":456,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":269,"Cost":165,"Date":"8/23/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":796,"Cost":614,"Date":"11/20/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":817,"Cost":409,"Date":"12/16/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":360,"Cost":324,"Date":"12/30/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":907,"Cost":515,"Date":"2/15/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":42,"Cost":33,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":933,"Cost":691,"Date":"3/7/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":300,"Cost":151,"Date":"4/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":921,"Cost":577,"Date":"7/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":803,"Cost":662,"Date":"8/18/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":155,"Cost":131,"Date":"10/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":952,"Cost":642,"Date":"11/11/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":420,"Cost":359,"Date":"11/30/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":430,"Cost":331,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":885,"Cost":484,"Date":"3/1/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":620,"Cost":326,"Date":"4/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":647,"Cost":479,"Date":"5/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":438,"Cost":295,"Date":"8/13/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":238,"Cost":180,"Date":"9/15/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":48,"Cost":31,"Date":"10/14/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":983,"Cost":548,"Date":"10/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":519,"Cost":412,"Date":"11/11/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":205,"Cost":128,"Date":"12/7/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":68,"Cost":65,"Date":"12/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":157,"Cost":109,"Date":"1/6/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":110,"Cost":60,"Date":"1/23/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":841,"Cost":637,"Date":"2/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":279,"Cost":210,"Date":"3/10/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":276,"Cost":249,"Date":"3/12/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":349,"Cost":293,"Date":"3/31/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":744,"Cost":537,"Date":"6/16/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":102,"Cost":55,"Date":"6/17/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":505,"Cost":373,"Date":"8/27/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":717,"Cost":456,"Date":"10/1/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":10,"Cost":8,"Date":"11/4/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":64,"Cost":56,"Date":"11/9/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":53,"Cost":47,"Date":"3/27/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":22,"Cost":19,"Date":"4/17/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":979,"Cost":767,"Date":"8/11/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":572,"Cost":300,"Date":"8/21/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":396,"Cost":302,"Date":"9/2/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":245,"Cost":171,"Date":"9/5/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":123,"Cost":92,"Date":"9/14/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":775,"Cost":464,"Date":"9/20/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":35,"Cost":17,"Date":"11/20/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":614,"Cost":393,"Date":"12/21/2018"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":573,"Cost":374,"Date":"1/7/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":790,"Cost":609,"Date":"1/21/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":62,"Cost":48,"Date":"2/9/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":180,"Cost":141,"Date":"3/19/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":535,"Cost":275,"Date":"4/3/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":359,"Cost":275,"Date":"4/5/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":680,"Cost":385,"Date":"4/28/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":746,"Cost":588,"Date":"7/10/2019"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":212,"Cost":118,"Date":"3/25/2020"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":179,"Cost":127,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":683,"Cost":350,"Date":"10/28/2020"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":909,"Cost":763,"Date":"3/2/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":385,"Cost":288,"Date":"6/28/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":228,"Cost":175,"Date":"7/17/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":3,"Cost":2,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":133,"Cost":93,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":621,"Cost":590,"Date":"11/20/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":441,"Cost":400,"Date":"12/16/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":693,"Cost":605,"Date":"12/30/2021"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":623,"Cost":356,"Date":"2/15/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":389,"Cost":348,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":950,"Cost":881,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":733,"Cost":660,"Date":"4/18/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":178,"Cost":125,"Date":"7/27/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":118,"Cost":95,"Date":"8/18/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":632,"Cost":399,"Date":"10/31/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":818,"Cost":562,"Date":"11/11/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":18,"Cost":17,"Date":"11/30/2022"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":99,"Cost":50,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":227,"Cost":182,"Date":"3/1/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":215,"Cost":118,"Date":"4/13/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":554,"Cost":297,"Date":"5/20/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":771,"Cost":604,"Date":"8/13/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":118,"Cost":94,"Date":"9/15/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":658,"Cost":371,"Date":"10/14/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":687,"Cost":398,"Date":"10/28/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":672,"Cost":574,"Date":"11/11/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":452,"Cost":273,"Date":"12/7/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":704,"Cost":574,"Date":"12/21/2023"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":475,"Cost":303,"Date":"1/6/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":279,"Cost":249,"Date":"1/23/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":432,"Cost":350,"Date":"2/4/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":798,"Cost":589,"Date":"3/10/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":736,"Cost":696,"Date":"3/12/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":175,"Cost":122,"Date":"3/31/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":173,"Cost":154,"Date":"6/16/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":983,"Cost":690,"Date":"6/17/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":386,"Cost":212,"Date":"8/27/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":243,"Cost":208,"Date":"10/1/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":622,"Cost":483,"Date":"11/4/2024"},{"Store":"Shopping China Rivera","Brand":"Jeans","Country":"Uruguay","Sale":96,"Cost":59,"Date":"11/9/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":768,"Cost":687,"Date":"3/27/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":373,"Cost":189,"Date":"4/17/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":598,"Cost":503,"Date":"8/11/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":658,"Cost":499,"Date":"8/21/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":233,"Cost":152,"Date":"9/2/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":168,"Cost":147,"Date":"9/5/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":1,"Cost":0,"Date":"9/14/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":999,"Cost":722,"Date":"9/20/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":719,"Cost":483,"Date":"11/20/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":232,"Cost":174,"Date":"12/21/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":691,"Cost":389,"Date":"1/7/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":36,"Cost":24,"Date":"1/21/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":725,"Cost":421,"Date":"2/9/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":386,"Cost":309,"Date":"3/19/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":833,"Cost":635,"Date":"4/3/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":377,"Cost":224,"Date":"4/5/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":280,"Cost":196,"Date":"4/28/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":146,"Cost":83,"Date":"7/10/2019"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":156,"Cost":130,"Date":"3/25/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":794,"Cost":733,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":832,"Cost":466,"Date":"10/28/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":840,"Cost":685,"Date":"3/2/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":516,"Cost":474,"Date":"6/28/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":876,"Cost":708,"Date":"7/17/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":289,"Cost":232,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":258,"Cost":220,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":859,"Cost":549,"Date":"11/20/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":500,"Cost":260,"Date":"12/16/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":979,"Cost":636,"Date":"12/30/2021"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":708,"Cost":609,"Date":"2/15/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":625,"Cost":430,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":581,"Cost":315,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":21,"Cost":17,"Date":"4/18/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":793,"Cost":746,"Date":"7/27/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":731,"Cost":395,"Date":"8/18/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":115,"Cost":68,"Date":"10/31/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":407,"Cost":288,"Date":"11/11/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":61,"Cost":43,"Date":"11/30/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":290,"Cost":196,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":585,"Cost":379,"Date":"3/1/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":825,"Cost":743,"Date":"4/13/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":121,"Cost":68,"Date":"5/20/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":650,"Cost":501,"Date":"8/13/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":160,"Cost":107,"Date":"9/15/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":548,"Cost":374,"Date":"10/14/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":914,"Cost":684,"Date":"10/28/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":680,"Cost":400,"Date":"11/11/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":687,"Cost":434,"Date":"12/7/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":592,"Cost":296,"Date":"12/21/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":319,"Cost":205,"Date":"1/6/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":294,"Cost":186,"Date":"1/23/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":153,"Cost":84,"Date":"2/4/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":187,"Cost":134,"Date":"3/10/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":585,"Cost":418,"Date":"3/12/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":570,"Cost":341,"Date":"3/31/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":677,"Cost":446,"Date":"6/16/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":441,"Cost":359,"Date":"6/17/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":377,"Cost":229,"Date":"8/27/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":322,"Cost":265,"Date":"10/1/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":626,"Cost":588,"Date":"11/4/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":541,"Cost":488,"Date":"11/9/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":500,"Date":"3/27/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":492,"Cost":428,"Date":"4/17/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":247,"Date":"8/11/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":197,"Date":"8/21/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":179,"Cost":147,"Date":"9/2/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":168,"Cost":94,"Date":"9/5/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":506,"Cost":463,"Date":"9/14/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":640,"Cost":331,"Date":"9/20/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":139,"Cost":115,"Date":"11/20/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":187,"Cost":128,"Date":"12/21/2018"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":248,"Cost":160,"Date":"1/7/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":255,"Cost":234,"Date":"1/21/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":66,"Cost":37,"Date":"2/9/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":662,"Cost":436,"Date":"3/19/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":64,"Cost":59,"Date":"4/3/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":335,"Cost":198,"Date":"4/5/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":188,"Cost":125,"Date":"4/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":760,"Cost":617,"Date":"7/10/2019"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":861,"Cost":467,"Date":"3/25/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":428,"Cost":285,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":138,"Cost":85,"Date":"10/28/2020"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":357,"Cost":307,"Date":"3/2/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":556,"Cost":284,"Date":"6/28/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":935,"Cost":678,"Date":"7/17/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":56,"Cost":49,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":650,"Cost":407,"Date":"8/23/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":675,"Cost":340,"Date":"11/20/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":139,"Cost":88,"Date":"12/16/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":55,"Cost":35,"Date":"12/30/2021"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":51,"Cost":26,"Date":"2/15/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":950,"Cost":521,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":960,"Cost":891,"Date":"3/7/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":305,"Cost":245,"Date":"4/18/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":363,"Cost":294,"Date":"7/27/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":61,"Cost":31,"Date":"8/18/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":278,"Cost":148,"Date":"10/31/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":875,"Cost":812,"Date":"11/11/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":485,"Cost":274,"Date":"11/30/2022"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":229,"Cost":148,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":536,"Cost":420,"Date":"3/1/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":751,"Cost":547,"Date":"4/13/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":636,"Cost":566,"Date":"5/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":453,"Cost":259,"Date":"8/13/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":562,"Cost":481,"Date":"9/15/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":223,"Cost":115,"Date":"10/14/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":400,"Cost":346,"Date":"10/28/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":393,"Cost":309,"Date":"11/11/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":588,"Cost":483,"Date":"12/7/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":447,"Cost":298,"Date":"12/21/2023"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":767,"Cost":588,"Date":"1/6/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":584,"Cost":366,"Date":"1/23/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":926,"Cost":718,"Date":"2/4/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":560,"Cost":471,"Date":"3/10/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":7,"Cost":5,"Date":"3/12/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":364,"Cost":311,"Date":"3/31/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":165,"Cost":120,"Date":"6/16/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":493,"Cost":466,"Date":"6/17/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":737,"Cost":424,"Date":"8/27/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":839,"Cost":781,"Date":"10/1/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":373,"Cost":260,"Date":"11/4/2024"},{"Store":"Shopping China Rivera","Brand":"HM Home","Country":"Uruguay","Sale":823,"Cost":414,"Date":"11/9/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":394,"Cost":338,"Date":"3/27/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":667,"Cost":359,"Date":"4/17/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":633,"Cost":482,"Date":"8/11/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":532,"Cost":281,"Date":"8/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":980,"Cost":559,"Date":"9/2/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":308,"Cost":240,"Date":"9/5/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":93,"Cost":53,"Date":"9/14/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":815,"Cost":674,"Date":"9/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":64,"Cost":45,"Date":"11/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":434,"Cost":254,"Date":"12/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":373,"Cost":349,"Date":"1/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":597,"Cost":382,"Date":"1/21/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":37,"Cost":33,"Date":"2/9/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":310,"Cost":281,"Date":"3/19/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":550,"Cost":402,"Date":"4/3/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":64,"Cost":48,"Date":"4/5/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":442,"Cost":414,"Date":"4/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":557,"Cost":430,"Date":"7/10/2019"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":925,"Cost":798,"Date":"3/25/2020"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":90,"Cost":86,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":882,"Cost":721,"Date":"10/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":415,"Cost":274,"Date":"3/2/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":681,"Cost":604,"Date":"6/28/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":43,"Cost":21,"Date":"7/17/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":661,"Cost":409,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":535,"Cost":426,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":258,"Cost":174,"Date":"11/20/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":152,"Cost":112,"Date":"12/16/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":709,"Cost":599,"Date":"12/30/2021"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":259,"Cost":146,"Date":"2/15/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":287,"Cost":263,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":655,"Cost":485,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":889,"Cost":794,"Date":"4/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":298,"Cost":151,"Date":"7/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":388,"Cost":344,"Date":"8/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":778,"Cost":465,"Date":"10/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":1000,"Cost":726,"Date":"11/11/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":244,"Cost":207,"Date":"11/30/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":659,"Cost":481,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":915,"Cost":475,"Date":"3/1/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":101,"Cost":75,"Date":"4/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":255,"Cost":139,"Date":"5/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":42,"Cost":38,"Date":"8/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":662,"Cost":540,"Date":"9/15/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":594,"Cost":303,"Date":"10/14/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":296,"Cost":276,"Date":"10/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":945,"Cost":809,"Date":"11/11/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":38,"Cost":26,"Date":"12/7/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":994,"Cost":602,"Date":"12/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":651,"Cost":413,"Date":"1/6/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":451,"Cost":300,"Date":"1/23/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":597,"Cost":389,"Date":"2/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":585,"Cost":338,"Date":"3/10/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":953,"Cost":867,"Date":"3/12/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":460,"Cost":425,"Date":"3/31/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":856,"Cost":689,"Date":"6/16/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":101,"Cost":60,"Date":"6/17/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":339,"Cost":295,"Date":"8/27/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":702,"Cost":550,"Date":"10/1/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":413,"Cost":352,"Date":"11/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":706,"Cost":469,"Date":"11/9/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":55,"Cost":38,"Date":"3/27/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":351,"Cost":296,"Date":"4/17/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":795,"Cost":414,"Date":"8/11/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":307,"Cost":216,"Date":"8/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":963,"Cost":689,"Date":"9/2/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":11,"Cost":10,"Date":"9/5/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":332,"Date":"9/14/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":27,"Cost":20,"Date":"9/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":102,"Cost":79,"Date":"11/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":559,"Cost":320,"Date":"12/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":105,"Cost":80,"Date":"1/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":125,"Cost":100,"Date":"1/21/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":702,"Cost":375,"Date":"2/9/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":745,"Cost":419,"Date":"3/19/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":843,"Cost":655,"Date":"4/3/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":194,"Cost":118,"Date":"4/5/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":409,"Cost":351,"Date":"4/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":955,"Cost":786,"Date":"7/10/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":850,"Cost":799,"Date":"3/25/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":485,"Cost":316,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":3,"Cost":2,"Date":"10/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":935,"Cost":840,"Date":"3/2/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":886,"Cost":509,"Date":"6/28/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":738,"Cost":504,"Date":"7/17/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":424,"Cost":272,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":820,"Cost":745,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":381,"Cost":211,"Date":"11/20/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":590,"Cost":418,"Date":"12/16/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":550,"Cost":452,"Date":"12/30/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":57,"Cost":51,"Date":"2/15/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":582,"Cost":296,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":150,"Cost":117,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":500,"Cost":272,"Date":"4/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":669,"Cost":634,"Date":"7/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":956,"Cost":656,"Date":"8/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":612,"Cost":438,"Date":"10/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":124,"Cost":90,"Date":"11/11/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":439,"Cost":269,"Date":"11/30/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":66,"Cost":55,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":853,"Cost":618,"Date":"3/1/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":520,"Cost":313,"Date":"4/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":152,"Cost":118,"Date":"5/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":368,"Cost":285,"Date":"8/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":658,"Cost":591,"Date":"9/15/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":23,"Cost":14,"Date":"10/14/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":631,"Cost":415,"Date":"10/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":200,"Cost":111,"Date":"11/11/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":543,"Cost":429,"Date":"12/7/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":77,"Cost":42,"Date":"12/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":533,"Cost":389,"Date":"1/6/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":784,"Cost":552,"Date":"1/23/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":321,"Cost":250,"Date":"2/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":688,"Cost":486,"Date":"3/10/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":750,"Cost":498,"Date":"3/12/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":241,"Cost":185,"Date":"3/31/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":200,"Cost":167,"Date":"6/16/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":176,"Cost":140,"Date":"6/17/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":380,"Cost":348,"Date":"8/27/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":500,"Cost":320,"Date":"10/1/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":209,"Cost":147,"Date":"11/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":63,"Cost":45,"Date":"11/9/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":210,"Cost":125,"Date":"3/27/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":97,"Cost":67,"Date":"4/17/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":16,"Cost":10,"Date":"8/11/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":541,"Cost":296,"Date":"8/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":833,"Cost":481,"Date":"9/2/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":713,"Cost":467,"Date":"9/5/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":234,"Cost":172,"Date":"9/14/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":313,"Cost":292,"Date":"9/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":164,"Cost":106,"Date":"11/20/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":875,"Cost":462,"Date":"12/21/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":372,"Cost":271,"Date":"1/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":621,"Cost":504,"Date":"1/21/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":119,"Cost":61,"Date":"2/9/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":878,"Cost":816,"Date":"3/19/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":165,"Cost":89,"Date":"4/3/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":832,"Cost":731,"Date":"4/5/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":776,"Cost":665,"Date":"4/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":33,"Cost":26,"Date":"7/10/2019"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":676,"Cost":486,"Date":"3/25/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":958,"Cost":706,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":966,"Cost":814,"Date":"10/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":418,"Cost":378,"Date":"3/2/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":89,"Cost":57,"Date":"6/28/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":404,"Cost":315,"Date":"7/17/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":313,"Cost":251,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":816,"Cost":554,"Date":"8/23/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":3,"Cost":2,"Date":"11/20/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":461,"Cost":285,"Date":"12/16/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":81,"Cost":54,"Date":"12/30/2021"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":53,"Cost":39,"Date":"2/15/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":208,"Cost":126,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":859,"Cost":724,"Date":"3/7/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":626,"Cost":423,"Date":"4/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":800,"Cost":701,"Date":"7/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":520,"Cost":347,"Date":"8/18/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":351,"Cost":189,"Date":"10/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":124,"Cost":87,"Date":"11/11/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":732,"Cost":402,"Date":"11/30/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":278,"Cost":179,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":823,"Cost":426,"Date":"3/1/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":203,"Cost":121,"Date":"4/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":908,"Cost":680,"Date":"5/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":480,"Cost":346,"Date":"8/13/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":997,"Cost":723,"Date":"9/15/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":690,"Cost":426,"Date":"10/14/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":611,"Cost":571,"Date":"10/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":62,"Cost":43,"Date":"11/11/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":49,"Cost":46,"Date":"12/7/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":584,"Cost":338,"Date":"12/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":230,"Cost":132,"Date":"1/6/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":551,"Cost":304,"Date":"1/23/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":179,"Cost":150,"Date":"2/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":466,"Cost":347,"Date":"3/10/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":460,"Cost":334,"Date":"3/12/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":285,"Cost":167,"Date":"3/31/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":408,"Cost":231,"Date":"6/16/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":251,"Cost":154,"Date":"6/17/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":197,"Cost":158,"Date":"8/27/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":994,"Cost":859,"Date":"10/1/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":128,"Cost":95,"Date":"11/4/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":211,"Cost":141,"Date":"11/9/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":966,"Cost":799,"Date":"3/27/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":871,"Cost":619,"Date":"4/17/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":496,"Cost":290,"Date":"8/11/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":702,"Cost":403,"Date":"8/21/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":647,"Cost":572,"Date":"9/2/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":960,"Cost":789,"Date":"9/5/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":669,"Cost":368,"Date":"9/14/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":296,"Cost":247,"Date":"9/20/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":341,"Cost":277,"Date":"11/20/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":288,"Cost":164,"Date":"12/21/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":704,"Cost":490,"Date":"1/7/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":784,"Cost":500,"Date":"1/21/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":981,"Cost":826,"Date":"2/9/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":278,"Cost":207,"Date":"3/19/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":844,"Cost":622,"Date":"4/3/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":253,"Cost":215,"Date":"4/5/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":686,"Cost":479,"Date":"4/28/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":361,"Cost":245,"Date":"7/10/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":366,"Cost":210,"Date":"3/25/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":813,"Cost":619,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":698,"Cost":539,"Date":"10/28/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":258,"Cost":197,"Date":"3/2/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":26,"Cost":22,"Date":"6/28/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":383,"Cost":198,"Date":"7/17/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":233,"Cost":212,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":87,"Cost":56,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":810,"Cost":716,"Date":"11/20/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":119,"Cost":66,"Date":"12/16/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":781,"Cost":641,"Date":"12/30/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":399,"Cost":267,"Date":"2/15/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":888,"Cost":480,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":431,"Cost":351,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":928,"Cost":826,"Date":"4/18/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":321,"Cost":196,"Date":"7/27/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":126,"Cost":80,"Date":"8/18/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":149,"Cost":81,"Date":"10/31/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":675,"Cost":590,"Date":"11/11/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":589,"Cost":312,"Date":"11/30/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":391,"Cost":307,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":716,"Cost":596,"Date":"3/1/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":793,"Cost":603,"Date":"4/13/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":511,"Cost":389,"Date":"5/20/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":454,"Cost":407,"Date":"8/13/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":522,"Cost":329,"Date":"9/15/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":510,"Cost":380,"Date":"10/14/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":132,"Cost":104,"Date":"10/28/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":1,"Cost":1,"Date":"11/11/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":762,"Cost":410,"Date":"12/7/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":814,"Cost":533,"Date":"12/21/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":873,"Cost":479,"Date":"1/6/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":19,"Cost":10,"Date":"1/23/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":446,"Cost":420,"Date":"2/4/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":625,"Cost":539,"Date":"3/10/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":66,"Cost":53,"Date":"3/12/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":378,"Cost":345,"Date":"3/31/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":981,"Cost":630,"Date":"6/16/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":383,"Cost":229,"Date":"6/17/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":130,"Cost":94,"Date":"8/27/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":445,"Cost":385,"Date":"10/1/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":156,"Cost":146,"Date":"11/4/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":544,"Cost":326,"Date":"11/9/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":276,"Cost":200,"Date":"3/27/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":494,"Cost":355,"Date":"4/17/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":982,"Cost":805,"Date":"8/11/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":943,"Cost":838,"Date":"8/21/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":616,"Cost":536,"Date":"9/2/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":271,"Cost":203,"Date":"9/5/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":400,"Cost":346,"Date":"9/14/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":720,"Cost":567,"Date":"9/20/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":553,"Cost":328,"Date":"11/20/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":451,"Cost":287,"Date":"12/21/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":731,"Cost":373,"Date":"1/7/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":958,"Cost":856,"Date":"1/21/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":633,"Cost":375,"Date":"2/9/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":778,"Cost":461,"Date":"3/19/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":111,"Cost":89,"Date":"4/3/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":845,"Cost":497,"Date":"4/5/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":574,"Cost":323,"Date":"4/28/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":739,"Cost":420,"Date":"7/10/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":980,"Cost":585,"Date":"3/25/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":60,"Cost":48,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":33,"Cost":21,"Date":"10/28/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":937,"Cost":876,"Date":"3/2/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":430,"Cost":265,"Date":"6/28/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":150,"Cost":107,"Date":"7/17/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":194,"Cost":117,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":20,"Cost":18,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":677,"Cost":445,"Date":"11/20/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":820,"Cost":625,"Date":"12/16/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":943,"Cost":626,"Date":"12/30/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":22,"Cost":11,"Date":"2/15/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":673,"Cost":576,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":822,"Cost":687,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":294,"Cost":246,"Date":"4/18/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":522,"Cost":329,"Date":"7/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":369,"Cost":263,"Date":"8/18/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":657,"Cost":332,"Date":"10/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":48,"Cost":31,"Date":"11/11/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":529,"Cost":470,"Date":"11/30/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":720,"Cost":642,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":760,"Cost":388,"Date":"3/1/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":502,"Cost":461,"Date":"4/13/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":282,"Cost":182,"Date":"5/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":576,"Cost":480,"Date":"8/13/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":698,"Cost":568,"Date":"9/15/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":178,"Cost":169,"Date":"10/14/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":627,"Cost":504,"Date":"10/28/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":785,"Cost":605,"Date":"11/11/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":314,"Cost":188,"Date":"12/7/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":658,"Cost":522,"Date":"12/21/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":774,"Cost":463,"Date":"1/6/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":876,"Cost":766,"Date":"1/23/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":100,"Cost":53,"Date":"2/4/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":202,"Cost":140,"Date":"3/10/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":645,"Cost":366,"Date":"3/12/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":830,"Cost":670,"Date":"3/31/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":853,"Cost":592,"Date":"6/16/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":275,"Cost":261,"Date":"6/17/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":782,"Cost":626,"Date":"8/27/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":897,"Cost":536,"Date":"10/1/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":517,"Cost":467,"Date":"11/4/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":931,"Cost":677,"Date":"11/9/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":869,"Cost":690,"Date":"3/27/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":84,"Cost":43,"Date":"4/17/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":509,"Cost":474,"Date":"8/11/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":365,"Cost":298,"Date":"8/21/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":696,"Cost":574,"Date":"9/2/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":435,"Cost":312,"Date":"9/5/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":504,"Cost":339,"Date":"9/14/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1000,"Cost":926,"Date":"9/20/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":963,"Cost":575,"Date":"11/20/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":388,"Cost":324,"Date":"12/21/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":739,"Date":"1/7/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":552,"Cost":497,"Date":"1/21/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":390,"Cost":197,"Date":"2/9/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":841,"Cost":734,"Date":"3/19/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":203,"Cost":169,"Date":"4/3/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":412,"Cost":280,"Date":"4/5/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":696,"Cost":485,"Date":"4/28/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":215,"Cost":139,"Date":"7/10/2019"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":158,"Cost":90,"Date":"3/25/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":135,"Cost":110,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":914,"Cost":568,"Date":"10/28/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":88,"Cost":47,"Date":"3/2/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":951,"Cost":804,"Date":"6/28/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":714,"Cost":591,"Date":"7/17/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":424,"Cost":273,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":491,"Cost":386,"Date":"8/23/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":785,"Cost":442,"Date":"11/20/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":405,"Cost":232,"Date":"12/16/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":318,"Cost":245,"Date":"12/30/2021"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":530,"Cost":424,"Date":"2/15/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":278,"Cost":166,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":9,"Date":"3/7/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":721,"Cost":522,"Date":"4/18/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":571,"Cost":358,"Date":"7/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":430,"Cost":344,"Date":"8/18/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":639,"Cost":544,"Date":"10/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":243,"Cost":212,"Date":"11/11/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":828,"Cost":654,"Date":"11/30/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":70,"Cost":39,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":119,"Cost":87,"Date":"3/1/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":582,"Cost":361,"Date":"4/13/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":78,"Cost":65,"Date":"5/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":284,"Cost":262,"Date":"8/13/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":237,"Cost":224,"Date":"9/15/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":136,"Cost":69,"Date":"10/14/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":19,"Date":"10/28/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":281,"Cost":259,"Date":"11/11/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":944,"Cost":728,"Date":"12/7/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":133,"Cost":107,"Date":"12/21/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":169,"Cost":95,"Date":"1/6/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":650,"Cost":532,"Date":"1/23/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":882,"Cost":465,"Date":"2/4/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":111,"Cost":98,"Date":"3/10/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":201,"Cost":181,"Date":"3/12/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":534,"Cost":430,"Date":"3/31/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":878,"Cost":546,"Date":"6/16/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":421,"Cost":212,"Date":"6/17/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":7,"Cost":7,"Date":"8/27/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":720,"Cost":599,"Date":"10/1/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":169,"Cost":152,"Date":"11/4/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":755,"Cost":604,"Date":"11/9/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":951,"Cost":726,"Date":"3/27/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":254,"Cost":148,"Date":"4/17/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":228,"Cost":122,"Date":"8/11/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":819,"Cost":483,"Date":"8/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":243,"Cost":213,"Date":"9/2/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":610,"Cost":358,"Date":"9/5/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":978,"Cost":498,"Date":"9/14/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":323,"Cost":227,"Date":"9/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":831,"Cost":615,"Date":"11/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":881,"Cost":579,"Date":"12/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":471,"Cost":333,"Date":"1/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":981,"Cost":841,"Date":"1/21/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":481,"Cost":260,"Date":"2/9/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":485,"Cost":255,"Date":"3/19/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":419,"Cost":243,"Date":"4/3/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":93,"Cost":53,"Date":"4/5/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":799,"Cost":417,"Date":"4/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":472,"Cost":419,"Date":"7/10/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":212,"Cost":128,"Date":"3/25/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":252,"Cost":178,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":933,"Cost":703,"Date":"10/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":634,"Cost":363,"Date":"3/2/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":31,"Cost":26,"Date":"6/28/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":112,"Cost":105,"Date":"7/17/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":174,"Cost":142,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":662,"Cost":444,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":65,"Cost":44,"Date":"11/20/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":646,"Cost":374,"Date":"12/16/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":937,"Cost":562,"Date":"12/30/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":611,"Cost":315,"Date":"2/15/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":92,"Cost":74,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":349,"Cost":219,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":778,"Cost":664,"Date":"4/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":133,"Cost":68,"Date":"7/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":827,"Cost":467,"Date":"8/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":759,"Cost":508,"Date":"10/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":894,"Cost":562,"Date":"11/11/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":803,"Cost":536,"Date":"11/30/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":272,"Cost":154,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":216,"Cost":120,"Date":"3/1/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":357,"Cost":222,"Date":"4/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":884,"Cost":456,"Date":"5/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":757,"Cost":454,"Date":"8/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":882,"Cost":811,"Date":"9/15/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":616,"Cost":455,"Date":"10/14/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":460,"Cost":379,"Date":"10/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":829,"Cost":432,"Date":"11/11/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":786,"Cost":519,"Date":"12/7/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":981,"Cost":727,"Date":"12/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":407,"Cost":383,"Date":"1/6/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":627,"Cost":345,"Date":"1/23/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":688,"Cost":509,"Date":"2/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":320,"Cost":270,"Date":"3/10/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":619,"Cost":505,"Date":"3/12/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":196,"Cost":113,"Date":"3/31/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":916,"Cost":527,"Date":"6/16/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":543,"Cost":314,"Date":"6/17/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":442,"Cost":348,"Date":"8/27/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":601,"Cost":571,"Date":"10/1/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":486,"Cost":298,"Date":"11/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":861,"Cost":730,"Date":"11/9/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":619,"Cost":506,"Date":"3/27/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":300,"Cost":262,"Date":"4/17/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":162,"Cost":102,"Date":"8/11/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":310,"Cost":186,"Date":"8/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":749,"Cost":628,"Date":"9/2/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":790,"Cost":531,"Date":"9/5/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":425,"Cost":341,"Date":"9/14/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":590,"Cost":493,"Date":"9/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":179,"Cost":130,"Date":"11/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":248,"Cost":209,"Date":"12/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":545,"Cost":375,"Date":"1/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":441,"Cost":300,"Date":"1/21/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":188,"Cost":143,"Date":"2/9/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":915,"Cost":588,"Date":"3/19/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":531,"Cost":447,"Date":"4/3/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":787,"Cost":414,"Date":"4/5/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":906,"Cost":803,"Date":"4/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":897,"Cost":475,"Date":"7/10/2019"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":616,"Cost":376,"Date":"3/25/2020"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":640,"Cost":360,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":530,"Cost":401,"Date":"10/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":523,"Cost":380,"Date":"3/2/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":796,"Cost":578,"Date":"6/28/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":961,"Cost":512,"Date":"7/17/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":816,"Cost":475,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":240,"Cost":207,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":768,"Cost":588,"Date":"11/20/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":106,"Cost":95,"Date":"12/16/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":163,"Cost":155,"Date":"12/30/2021"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":219,"Cost":159,"Date":"2/15/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":653,"Cost":463,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":361,"Cost":272,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":285,"Cost":234,"Date":"4/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":684,"Cost":443,"Date":"7/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":883,"Cost":667,"Date":"8/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":86,"Cost":57,"Date":"10/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":224,"Cost":159,"Date":"11/11/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":308,"Cost":222,"Date":"11/30/2022"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":568,"Cost":470,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":744,"Cost":526,"Date":"3/1/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":834,"Cost":744,"Date":"4/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":645,"Cost":467,"Date":"5/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":819,"Cost":540,"Date":"8/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":78,"Cost":52,"Date":"9/15/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":301,"Cost":194,"Date":"10/14/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":21,"Cost":16,"Date":"10/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":24,"Cost":18,"Date":"11/11/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":252,"Cost":218,"Date":"12/7/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":501,"Cost":297,"Date":"12/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":947,"Cost":783,"Date":"1/6/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":305,"Cost":282,"Date":"1/23/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":447,"Cost":396,"Date":"2/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":846,"Cost":511,"Date":"3/10/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":276,"Cost":262,"Date":"3/12/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":981,"Cost":785,"Date":"3/31/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":448,"Cost":244,"Date":"6/16/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":475,"Cost":410,"Date":"6/17/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":650,"Cost":513,"Date":"8/27/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":780,"Cost":587,"Date":"10/1/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":140,"Cost":76,"Date":"11/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":481,"Cost":443,"Date":"11/9/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":846,"Cost":690,"Date":"3/27/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":638,"Cost":396,"Date":"4/17/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":13,"Cost":12,"Date":"8/11/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":331,"Cost":277,"Date":"8/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":231,"Cost":207,"Date":"9/2/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":639,"Cost":321,"Date":"9/5/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":611,"Cost":518,"Date":"9/14/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":496,"Cost":257,"Date":"9/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":810,"Cost":733,"Date":"11/20/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":213,"Cost":123,"Date":"12/21/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":700,"Cost":592,"Date":"1/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":214,"Cost":163,"Date":"1/21/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":21,"Cost":18,"Date":"2/9/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":669,"Cost":342,"Date":"3/19/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":9,"Date":"4/3/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":321,"Cost":170,"Date":"4/5/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":723,"Cost":628,"Date":"4/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":847,"Cost":755,"Date":"7/10/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":978,"Cost":499,"Date":"3/25/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":989,"Cost":865,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":963,"Cost":739,"Date":"10/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":393,"Cost":318,"Date":"3/2/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":99,"Cost":72,"Date":"6/28/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":756,"Cost":651,"Date":"7/17/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":532,"Cost":362,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":676,"Cost":367,"Date":"8/23/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":474,"Cost":239,"Date":"11/20/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":130,"Cost":96,"Date":"12/16/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":286,"Cost":212,"Date":"12/30/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":244,"Cost":149,"Date":"2/15/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":652,"Cost":355,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":477,"Cost":278,"Date":"3/7/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":159,"Cost":108,"Date":"4/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":702,"Cost":578,"Date":"7/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":530,"Cost":503,"Date":"8/18/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":280,"Cost":230,"Date":"10/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":41,"Cost":20,"Date":"11/11/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":243,"Date":"11/30/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":161,"Cost":140,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":54,"Cost":38,"Date":"3/1/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":333,"Cost":166,"Date":"4/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":992,"Cost":846,"Date":"5/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":261,"Cost":222,"Date":"8/13/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":514,"Cost":390,"Date":"9/15/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":856,"Cost":605,"Date":"10/14/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":172,"Cost":125,"Date":"10/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":873,"Cost":812,"Date":"11/11/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":955,"Cost":546,"Date":"12/7/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":572,"Cost":371,"Date":"12/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":736,"Cost":408,"Date":"1/6/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":635,"Cost":540,"Date":"1/23/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":352,"Cost":200,"Date":"2/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":170,"Cost":91,"Date":"3/10/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":464,"Cost":329,"Date":"3/12/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":522,"Cost":383,"Date":"3/31/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":465,"Cost":309,"Date":"6/16/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":458,"Cost":275,"Date":"6/17/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":743,"Date":"8/27/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":603,"Cost":358,"Date":"10/1/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":975,"Cost":925,"Date":"11/4/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":834,"Cost":498,"Date":"11/9/2024"}] \ No newline at end of file diff --git a/projects/SalesGrid/src/app/sales-grid/data/SalesData50k.json b/projects/SalesGrid/src/app/sales-grid/data/SalesData50k.json deleted file mode 100644 index 450b7f1..0000000 --- a/projects/SalesGrid/src/app/sales-grid/data/SalesData50k.json +++ /dev/null @@ -1 +0,0 @@ -[{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":51,"Date":"2/16/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":133,"Date":"6/7/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":64,"Cost":39,"Date":"1/28/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":365,"Date":"3/27/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":219,"Date":"5/12/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":101,"Date":"7/28/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":752,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":153,"Cost":110,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":143,"Cost":84,"Date":"1/17/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":412,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":325,"Cost":237,"Date":"6/6/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":419,"Date":"6/16/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":152,"Cost":109,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":486,"Cost":350,"Date":"11/19/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":72,"Date":"12/28/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":828,"Cost":586,"Date":"2/4/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":54,"Cost":36,"Date":"3/8/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":355,"Date":"12/18/2021"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":793,"Cost":556,"Date":"3/31/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":360,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":224,"Cost":136,"Date":"6/26/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":652,"Cost":389,"Date":"7/23/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":409,"Date":"11/21/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":625,"Date":"11/26/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":434,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":613,"Cost":549,"Date":"5/21/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":107,"Date":"9/28/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":15,"Cost":8,"Date":"1/3/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":117,"Date":"2/2/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":596,"Cost":401,"Date":"3/18/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":404,"Date":"10/14/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":500,"Cost":384,"Date":"2/16/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":701,"Date":"6/7/2018"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":823,"Date":"1/28/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":636,"Date":"3/27/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":211,"Date":"5/12/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":361,"Date":"7/28/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":952,"Cost":814,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":511,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":439,"Cost":251,"Date":"1/17/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":978,"Cost":552,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":825,"Cost":540,"Date":"6/6/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":120,"Cost":113,"Date":"6/16/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":187,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":376,"Date":"11/19/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":742,"Cost":703,"Date":"12/28/2020"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":334,"Cost":307,"Date":"2/4/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":87,"Cost":57,"Date":"3/8/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":358,"Date":"12/18/2021"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":573,"Cost":348,"Date":"3/31/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":345,"Cost":272,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":143,"Cost":125,"Date":"6/26/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":599,"Date":"7/23/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":278,"Date":"11/21/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":629,"Date":"11/26/2022"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":122,"Cost":89,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":999,"Cost":783,"Date":"5/21/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":912,"Cost":721,"Date":"9/28/2023"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":326,"Cost":301,"Date":"1/3/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":134,"Date":"2/2/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":215,"Date":"3/18/2024"},{"Store":"Westfield Sydney","Brand":"ARKET","Country":"Australia","Sale":983,"Cost":756,"Date":"10/14/2024"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":922,"Cost":810,"Date":"2/16/2018"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":80,"Cost":55,"Date":"6/7/2018"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":738,"Cost":447,"Date":"1/28/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":394,"Cost":278,"Date":"3/27/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":701,"Cost":560,"Date":"5/12/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":345,"Cost":248,"Date":"7/28/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":889,"Cost":811,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":73,"Cost":68,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":484,"Cost":327,"Date":"1/17/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":871,"Cost":607,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":874,"Cost":467,"Date":"6/6/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":625,"Cost":470,"Date":"6/16/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":163,"Cost":124,"Date":"8/13/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":92,"Cost":52,"Date":"11/19/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":737,"Cost":538,"Date":"12/28/2020"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":569,"Cost":504,"Date":"2/4/2021"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":163,"Cost":123,"Date":"3/8/2021"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":286,"Cost":246,"Date":"12/18/2021"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":249,"Cost":226,"Date":"3/31/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":567,"Cost":498,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":372,"Cost":251,"Date":"6/26/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":551,"Cost":308,"Date":"7/23/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":82,"Cost":42,"Date":"11/21/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":530,"Cost":503,"Date":"11/26/2022"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":14,"Cost":7,"Date":"2/20/2023"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":934,"Cost":823,"Date":"5/21/2023"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":6,"Cost":4,"Date":"9/28/2023"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":385,"Cost":279,"Date":"1/3/2024"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":488,"Cost":426,"Date":"2/2/2024"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":970,"Cost":521,"Date":"3/18/2024"},{"Store":"Westfield Sydney","Brand":"Nova","Country":"Australia","Sale":156,"Cost":97,"Date":"10/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":243,"Date":"2/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":129,"Cost":79,"Date":"6/7/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":569,"Cost":301,"Date":"1/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":385,"Date":"3/27/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":78,"Cost":50,"Date":"5/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":321,"Date":"7/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":311,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":675,"Cost":495,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":784,"Date":"1/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":916,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":703,"Date":"6/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":610,"Date":"6/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":506,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":210,"Date":"11/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":141,"Date":"12/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":254,"Cost":216,"Date":"2/4/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":791,"Cost":432,"Date":"3/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":287,"Date":"12/18/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":8,"Date":"3/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":21,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":232,"Date":"6/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":710,"Date":"7/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":20,"Date":"11/21/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":668,"Date":"11/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":14,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":336,"Date":"5/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":699,"Date":"9/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":155,"Cost":114,"Date":"1/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":169,"Cost":154,"Date":"2/2/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":452,"Date":"3/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":690,"Date":"10/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":468,"Date":"2/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":271,"Date":"6/7/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":499,"Date":"1/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":747,"Cost":626,"Date":"3/27/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":499,"Date":"5/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":615,"Cost":369,"Date":"7/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":711,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":380,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":475,"Date":"1/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":771,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":21,"Date":"6/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":49,"Cost":31,"Date":"6/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":561,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":888,"Cost":621,"Date":"11/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":883,"Date":"12/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":165,"Date":"2/4/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":377,"Cost":299,"Date":"3/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":307,"Date":"12/18/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":413,"Date":"3/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":72,"Cost":63,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":596,"Date":"6/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":748,"Cost":642,"Date":"7/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":564,"Date":"11/21/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":392,"Date":"11/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":993,"Cost":901,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":930,"Cost":694,"Date":"5/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":827,"Cost":414,"Date":"9/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":846,"Cost":603,"Date":"1/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":64,"Cost":60,"Date":"2/2/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":347,"Date":"3/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":106,"Cost":60,"Date":"10/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":662,"Cost":588,"Date":"2/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":521,"Date":"6/7/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":551,"Cost":349,"Date":"1/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":530,"Date":"3/27/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":292,"Date":"5/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":581,"Date":"7/28/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":571,"Cost":508,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":274,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":461,"Date":"1/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":209,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":569,"Cost":315,"Date":"6/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":859,"Cost":756,"Date":"6/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":962,"Cost":747,"Date":"8/13/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":371,"Date":"11/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":752,"Cost":655,"Date":"12/28/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":291,"Date":"2/4/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":232,"Date":"3/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":624,"Date":"12/18/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":654,"Date":"3/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":190,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":171,"Cost":109,"Date":"6/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":142,"Date":"7/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":481,"Date":"11/21/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":409,"Cost":367,"Date":"11/26/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":451,"Cost":248,"Date":"2/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":96,"Cost":52,"Date":"5/21/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":232,"Cost":193,"Date":"9/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":400,"Date":"1/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":689,"Cost":392,"Date":"2/2/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":466,"Date":"3/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":919,"Cost":624,"Date":"10/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":580,"Cost":528,"Date":"2/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":107,"Cost":80,"Date":"6/7/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":824,"Cost":527,"Date":"1/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":39,"Cost":37,"Date":"3/27/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":862,"Cost":720,"Date":"5/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":455,"Cost":294,"Date":"7/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":835,"Cost":601,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":244,"Cost":207,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":592,"Cost":428,"Date":"1/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":886,"Cost":484,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":341,"Cost":268,"Date":"6/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":148,"Cost":106,"Date":"6/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":159,"Cost":132,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":47,"Cost":31,"Date":"11/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":957,"Cost":775,"Date":"12/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":349,"Cost":304,"Date":"2/4/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":865,"Cost":456,"Date":"3/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":409,"Cost":256,"Date":"12/18/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":229,"Cost":195,"Date":"3/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":551,"Cost":396,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":636,"Cost":598,"Date":"6/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":767,"Cost":606,"Date":"7/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":358,"Cost":205,"Date":"11/21/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":64,"Cost":32,"Date":"11/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":647,"Cost":329,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":90,"Cost":84,"Date":"5/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":536,"Cost":421,"Date":"9/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":431,"Cost":248,"Date":"1/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":448,"Cost":306,"Date":"2/2/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":494,"Cost":468,"Date":"3/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"HM","Country":"Australia","Sale":651,"Cost":560,"Date":"10/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":491,"Cost":351,"Date":"2/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":595,"Cost":562,"Date":"6/7/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":426,"Date":"1/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":194,"Cost":179,"Date":"3/27/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":66,"Cost":35,"Date":"5/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":231,"Date":"7/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":526,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":314,"Cost":205,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":686,"Cost":445,"Date":"1/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":340,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":108,"Date":"6/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":620,"Date":"6/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":350,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":380,"Date":"11/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":455,"Cost":345,"Date":"12/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":167,"Date":"2/4/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":899,"Cost":460,"Date":"3/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":821,"Cost":473,"Date":"12/18/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":299,"Cost":263,"Date":"3/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":926,"Cost":590,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":328,"Date":"6/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":26,"Date":"7/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":555,"Cost":358,"Date":"11/21/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":462,"Cost":330,"Date":"11/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":60,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":679,"Cost":573,"Date":"5/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":841,"Cost":625,"Date":"9/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":545,"Cost":409,"Date":"1/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":237,"Cost":200,"Date":"2/2/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":527,"Cost":388,"Date":"3/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":203,"Date":"10/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":481,"Date":"2/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":634,"Date":"6/7/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":256,"Cost":170,"Date":"1/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":472,"Cost":369,"Date":"3/27/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":67,"Date":"5/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":476,"Cost":257,"Date":"7/28/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":352,"Cost":193,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":893,"Cost":529,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":536,"Date":"1/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":267,"Cost":194,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":54,"Date":"6/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":469,"Date":"6/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":465,"Cost":402,"Date":"8/13/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":192,"Cost":126,"Date":"11/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":520,"Cost":396,"Date":"12/28/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":480,"Date":"2/4/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":431,"Cost":354,"Date":"3/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":537,"Date":"12/18/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":18,"Date":"3/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":757,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":783,"Cost":578,"Date":"6/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":851,"Cost":509,"Date":"7/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":265,"Date":"11/21/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":658,"Date":"11/26/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":840,"Date":"2/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":6,"Date":"5/21/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":420,"Date":"9/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":402,"Cost":377,"Date":"1/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":967,"Cost":606,"Date":"2/2/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":920,"Cost":762,"Date":"3/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Jeans","Country":"Australia","Sale":934,"Cost":517,"Date":"10/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":253,"Cost":230,"Date":"2/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":195,"Cost":151,"Date":"6/7/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":358,"Date":"1/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":78,"Date":"3/27/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":251,"Cost":180,"Date":"5/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":410,"Date":"7/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":126,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":432,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":870,"Cost":482,"Date":"1/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":994,"Cost":619,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":330,"Date":"6/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":171,"Date":"6/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":139,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":4,"Date":"11/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":166,"Date":"12/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":269,"Date":"2/4/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":731,"Cost":606,"Date":"3/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":290,"Date":"12/18/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":513,"Cost":479,"Date":"3/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":232,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":829,"Date":"6/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":445,"Date":"7/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":158,"Cost":124,"Date":"11/21/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":99,"Date":"11/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":917,"Cost":628,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":952,"Cost":511,"Date":"5/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":800,"Cost":760,"Date":"9/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":491,"Cost":299,"Date":"1/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":275,"Cost":207,"Date":"2/2/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":259,"Cost":242,"Date":"3/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":407,"Date":"10/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":458,"Cost":261,"Date":"2/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":882,"Cost":535,"Date":"6/7/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":284,"Cost":257,"Date":"1/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":453,"Cost":297,"Date":"3/27/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":862,"Cost":645,"Date":"5/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":870,"Cost":783,"Date":"7/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":35,"Cost":24,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":539,"Cost":403,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":952,"Cost":491,"Date":"1/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":668,"Cost":561,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":826,"Cost":714,"Date":"6/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":279,"Cost":188,"Date":"6/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":598,"Cost":553,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":153,"Cost":144,"Date":"11/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":775,"Cost":591,"Date":"12/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":994,"Cost":681,"Date":"2/4/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":64,"Cost":52,"Date":"3/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":361,"Cost":322,"Date":"12/18/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":267,"Cost":148,"Date":"3/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":555,"Cost":282,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":679,"Cost":429,"Date":"6/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":461,"Cost":295,"Date":"7/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":124,"Cost":111,"Date":"11/21/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":823,"Cost":568,"Date":"11/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":852,"Cost":489,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":657,"Cost":452,"Date":"5/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":110,"Cost":58,"Date":"9/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":608,"Cost":525,"Date":"1/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":468,"Cost":329,"Date":"2/2/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":926,"Cost":821,"Date":"3/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":392,"Cost":346,"Date":"10/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":239,"Cost":133,"Date":"2/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":783,"Cost":551,"Date":"6/7/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":566,"Cost":500,"Date":"1/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":2,"Cost":2,"Date":"3/27/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":896,"Cost":599,"Date":"5/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":999,"Cost":564,"Date":"7/28/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":214,"Cost":148,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":934,"Cost":746,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":131,"Cost":104,"Date":"1/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":746,"Cost":427,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":103,"Cost":70,"Date":"6/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":354,"Cost":182,"Date":"6/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":753,"Cost":650,"Date":"8/13/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":752,"Cost":599,"Date":"11/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":171,"Cost":105,"Date":"12/28/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":139,"Cost":105,"Date":"2/4/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":583,"Cost":464,"Date":"3/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":814,"Cost":482,"Date":"12/18/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":329,"Cost":297,"Date":"3/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":406,"Cost":339,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":269,"Cost":249,"Date":"6/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":146,"Cost":101,"Date":"7/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":59,"Cost":42,"Date":"11/21/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":350,"Cost":301,"Date":"11/26/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":352,"Cost":176,"Date":"2/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":948,"Cost":548,"Date":"5/21/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":225,"Cost":120,"Date":"9/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":904,"Cost":617,"Date":"1/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":846,"Cost":435,"Date":"2/2/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":423,"Cost":308,"Date":"3/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM","Country":"Australia","Sale":874,"Cost":437,"Date":"10/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":566,"Cost":509,"Date":"2/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":799,"Cost":737,"Date":"6/7/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":246,"Cost":162,"Date":"1/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":668,"Cost":347,"Date":"3/27/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":686,"Cost":608,"Date":"5/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":966,"Cost":627,"Date":"7/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":455,"Cost":403,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":184,"Cost":148,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":52,"Cost":31,"Date":"1/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":242,"Cost":226,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":700,"Cost":492,"Date":"6/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":206,"Cost":114,"Date":"6/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":251,"Cost":229,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":678,"Cost":633,"Date":"11/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":730,"Cost":499,"Date":"12/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":834,"Cost":627,"Date":"2/4/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":215,"Cost":153,"Date":"3/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":54,"Cost":34,"Date":"12/18/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":61,"Cost":41,"Date":"3/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":881,"Cost":440,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":520,"Cost":471,"Date":"6/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":637,"Cost":488,"Date":"7/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":128,"Cost":95,"Date":"11/21/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":240,"Cost":220,"Date":"11/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":475,"Cost":260,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":805,"Cost":571,"Date":"5/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":267,"Cost":156,"Date":"9/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":254,"Cost":157,"Date":"1/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":59,"Cost":34,"Date":"2/2/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":482,"Cost":337,"Date":"3/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":204,"Cost":116,"Date":"10/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":456,"Cost":372,"Date":"2/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":17,"Date":"6/7/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":483,"Cost":296,"Date":"1/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":834,"Date":"3/27/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":861,"Cost":510,"Date":"5/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":137,"Cost":77,"Date":"7/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":156,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":140,"Cost":78,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":430,"Cost":370,"Date":"1/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":898,"Cost":482,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":93,"Cost":76,"Date":"6/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":383,"Cost":337,"Date":"6/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":553,"Cost":278,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":657,"Cost":338,"Date":"11/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":428,"Cost":232,"Date":"12/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":492,"Cost":347,"Date":"2/4/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":74,"Date":"3/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":352,"Cost":254,"Date":"12/18/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":604,"Cost":474,"Date":"3/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":809,"Cost":458,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":482,"Date":"6/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":568,"Date":"7/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":336,"Date":"11/21/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":689,"Cost":605,"Date":"11/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":96,"Cost":58,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":127,"Cost":112,"Date":"5/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":371,"Date":"9/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":309,"Date":"1/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":507,"Date":"2/2/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":926,"Cost":729,"Date":"3/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":538,"Cost":495,"Date":"10/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":66,"Date":"2/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":495,"Date":"6/7/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":628,"Date":"1/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":37,"Date":"3/27/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":894,"Cost":615,"Date":"5/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":12,"Date":"7/28/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":575,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":485,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":18,"Date":"1/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":195,"Cost":99,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":112,"Date":"6/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":250,"Date":"6/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":256,"Date":"8/13/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":156,"Date":"11/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":76,"Cost":67,"Date":"12/28/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":728,"Cost":591,"Date":"2/4/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":688,"Date":"3/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":175,"Date":"12/18/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":354,"Date":"3/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":98,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":22,"Date":"6/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":187,"Cost":156,"Date":"7/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":202,"Cost":126,"Date":"11/21/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":508,"Date":"11/26/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":649,"Cost":567,"Date":"2/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":636,"Date":"5/21/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":71,"Date":"9/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":549,"Date":"1/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":215,"Cost":188,"Date":"2/2/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":678,"Cost":564,"Date":"3/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":269,"Date":"10/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":523,"Cost":278,"Date":"2/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":150,"Date":"6/7/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":144,"Date":"1/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":280,"Date":"3/27/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":917,"Cost":716,"Date":"5/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":281,"Date":"7/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":599,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":917,"Cost":553,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":340,"Cost":221,"Date":"1/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":783,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":70,"Date":"6/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":229,"Cost":205,"Date":"6/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":40,"Cost":33,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":456,"Cost":401,"Date":"11/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":536,"Cost":361,"Date":"12/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":644,"Cost":421,"Date":"2/4/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":271,"Date":"3/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":121,"Cost":61,"Date":"12/18/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":750,"Date":"3/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":671,"Cost":488,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":878,"Cost":571,"Date":"6/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":165,"Date":"7/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":9,"Date":"11/21/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":93,"Cost":68,"Date":"11/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":525,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":798,"Cost":716,"Date":"5/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":812,"Cost":428,"Date":"9/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":717,"Cost":538,"Date":"1/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":89,"Date":"2/2/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":56,"Date":"3/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":206,"Cost":179,"Date":"10/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":722,"Cost":469,"Date":"2/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":21,"Cost":12,"Date":"6/7/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":212,"Cost":184,"Date":"1/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":344,"Cost":307,"Date":"3/27/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":452,"Cost":407,"Date":"5/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":87,"Cost":77,"Date":"7/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":300,"Cost":211,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":868,"Cost":742,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":89,"Cost":78,"Date":"1/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":204,"Cost":182,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":528,"Cost":344,"Date":"6/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":223,"Cost":159,"Date":"6/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":527,"Cost":289,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":687,"Cost":588,"Date":"11/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":679,"Cost":541,"Date":"12/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":690,"Cost":514,"Date":"2/4/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":522,"Cost":432,"Date":"3/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":756,"Cost":583,"Date":"12/18/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":16,"Cost":14,"Date":"3/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":259,"Cost":215,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":602,"Cost":312,"Date":"6/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":466,"Cost":339,"Date":"7/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":974,"Cost":812,"Date":"11/21/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":590,"Cost":495,"Date":"11/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":879,"Cost":535,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":664,"Cost":385,"Date":"5/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":356,"Cost":319,"Date":"9/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":348,"Cost":222,"Date":"1/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":440,"Cost":295,"Date":"2/2/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":652,"Cost":440,"Date":"3/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":953,"Cost":853,"Date":"10/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":976,"Cost":611,"Date":"2/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":309,"Date":"6/7/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":768,"Cost":541,"Date":"1/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":327,"Cost":296,"Date":"3/27/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":998,"Cost":709,"Date":"5/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":406,"Date":"7/28/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":154,"Cost":109,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":845,"Cost":732,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":105,"Date":"1/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":126,"Cost":78,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":308,"Date":"6/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":365,"Date":"6/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":391,"Date":"8/13/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":952,"Cost":677,"Date":"11/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":817,"Cost":669,"Date":"12/28/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":879,"Date":"2/4/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":723,"Date":"3/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":216,"Date":"12/18/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":951,"Cost":531,"Date":"3/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":934,"Cost":603,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":437,"Cost":310,"Date":"6/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":174,"Date":"7/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":178,"Cost":158,"Date":"11/21/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":324,"Cost":185,"Date":"11/26/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":48,"Cost":42,"Date":"2/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":57,"Date":"5/21/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":59,"Cost":32,"Date":"9/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":568,"Date":"1/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":46,"Cost":40,"Date":"2/2/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":417,"Date":"3/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"ARKET","Country":"Australia","Sale":879,"Cost":651,"Date":"10/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":470,"Date":"2/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":121,"Date":"6/7/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":534,"Date":"1/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":548,"Date":"3/27/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":123,"Date":"5/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":460,"Cost":340,"Date":"7/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":588,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":829,"Cost":700,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":497,"Cost":271,"Date":"1/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":244,"Cost":194,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":565,"Date":"6/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":718,"Cost":601,"Date":"6/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":196,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":779,"Cost":680,"Date":"11/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":657,"Date":"12/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":734,"Date":"2/4/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":287,"Cost":223,"Date":"3/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":485,"Date":"12/18/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":482,"Date":"3/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":576,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":797,"Cost":533,"Date":"6/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":378,"Date":"7/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":954,"Cost":648,"Date":"11/21/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":360,"Date":"11/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":300,"Cost":178,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":85,"Date":"5/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":85,"Date":"9/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":462,"Date":"1/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":784,"Cost":719,"Date":"2/2/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":571,"Date":"3/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":341,"Date":"10/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":176,"Cost":129,"Date":"2/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":891,"Cost":834,"Date":"6/7/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":919,"Cost":789,"Date":"1/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":858,"Cost":495,"Date":"3/27/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":208,"Cost":177,"Date":"5/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":712,"Cost":516,"Date":"7/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":531,"Cost":486,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":736,"Cost":582,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":175,"Cost":106,"Date":"1/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":681,"Cost":495,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":944,"Cost":572,"Date":"6/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":539,"Cost":484,"Date":"6/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":167,"Cost":152,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":65,"Cost":38,"Date":"11/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":464,"Cost":235,"Date":"12/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":621,"Cost":446,"Date":"2/4/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":16,"Cost":11,"Date":"3/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":805,"Cost":459,"Date":"12/18/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":970,"Cost":778,"Date":"3/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":87,"Cost":49,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":993,"Cost":623,"Date":"6/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":916,"Cost":819,"Date":"7/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":805,"Cost":581,"Date":"11/21/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":587,"Cost":293,"Date":"11/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":892,"Cost":782,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":503,"Cost":444,"Date":"5/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":131,"Cost":73,"Date":"9/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":541,"Cost":501,"Date":"1/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":767,"Cost":400,"Date":"2/2/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":714,"Cost":602,"Date":"3/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":840,"Cost":611,"Date":"10/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":327,"Cost":256,"Date":"2/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":658,"Cost":527,"Date":"6/7/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":4,"Cost":3,"Date":"1/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":847,"Cost":456,"Date":"3/27/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":434,"Cost":273,"Date":"5/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":522,"Cost":301,"Date":"7/28/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":713,"Cost":575,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":14,"Cost":9,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":778,"Cost":428,"Date":"1/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":708,"Cost":584,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":112,"Cost":95,"Date":"6/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":501,"Cost":470,"Date":"6/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":446,"Cost":339,"Date":"8/13/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":177,"Cost":158,"Date":"11/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":945,"Cost":877,"Date":"12/28/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":496,"Cost":272,"Date":"2/4/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":13,"Cost":8,"Date":"3/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":175,"Cost":91,"Date":"12/18/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":790,"Cost":553,"Date":"3/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":672,"Cost":598,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":561,"Cost":514,"Date":"6/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":423,"Cost":233,"Date":"7/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":67,"Cost":41,"Date":"11/21/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":23,"Cost":12,"Date":"11/26/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":366,"Cost":318,"Date":"2/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":229,"Cost":187,"Date":"5/21/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":236,"Cost":211,"Date":"9/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":103,"Cost":66,"Date":"1/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":672,"Cost":437,"Date":"2/2/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":910,"Cost":779,"Date":"3/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":368,"Cost":314,"Date":"10/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":983,"Cost":573,"Date":"2/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":579,"Date":"6/7/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":549,"Date":"1/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":589,"Cost":510,"Date":"3/27/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":710,"Cost":489,"Date":"5/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":841,"Cost":588,"Date":"7/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":812,"Cost":468,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":92,"Cost":55,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":841,"Date":"1/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":716,"Cost":630,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":933,"Cost":649,"Date":"6/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":659,"Cost":466,"Date":"6/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":161,"Cost":117,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":236,"Date":"11/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":315,"Date":"12/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":823,"Cost":645,"Date":"2/4/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":467,"Date":"3/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":512,"Cost":384,"Date":"12/18/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":809,"Cost":504,"Date":"3/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":20,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":152,"Cost":119,"Date":"6/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":21,"Date":"7/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":557,"Date":"11/21/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":882,"Cost":605,"Date":"11/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":795,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":368,"Date":"5/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":524,"Cost":382,"Date":"9/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":594,"Cost":359,"Date":"1/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":781,"Date":"2/2/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":21,"Cost":18,"Date":"3/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"ARKET","Country":"Australia","Sale":934,"Cost":513,"Date":"10/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":342,"Cost":232,"Date":"2/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":602,"Cost":336,"Date":"6/7/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":342,"Cost":200,"Date":"1/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":414,"Cost":384,"Date":"3/27/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":533,"Cost":321,"Date":"5/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":277,"Cost":184,"Date":"7/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":806,"Cost":609,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":842,"Cost":647,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":652,"Cost":602,"Date":"1/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":636,"Cost":590,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":547,"Cost":399,"Date":"6/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":98,"Cost":52,"Date":"6/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":965,"Cost":915,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":602,"Cost":415,"Date":"11/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":333,"Cost":201,"Date":"12/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":537,"Cost":287,"Date":"2/4/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":777,"Cost":448,"Date":"3/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":989,"Cost":701,"Date":"12/18/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":99,"Cost":88,"Date":"3/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":661,"Cost":407,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":512,"Cost":440,"Date":"6/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":20,"Cost":17,"Date":"7/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":180,"Cost":118,"Date":"11/21/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":951,"Cost":712,"Date":"11/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":962,"Cost":614,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":523,"Cost":320,"Date":"5/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":980,"Cost":805,"Date":"9/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":378,"Cost":255,"Date":"1/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":448,"Cost":368,"Date":"2/2/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":588,"Cost":388,"Date":"3/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":677,"Cost":499,"Date":"10/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":151,"Date":"2/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":62,"Cost":52,"Date":"6/7/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":802,"Cost":748,"Date":"1/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":362,"Date":"3/27/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":794,"Date":"5/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":145,"Cost":83,"Date":"7/28/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":39,"Cost":30,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":7,"Cost":5,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":430,"Date":"1/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":41,"Cost":34,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":556,"Cost":397,"Date":"6/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":494,"Date":"6/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":575,"Date":"8/13/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":93,"Cost":78,"Date":"11/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":154,"Cost":111,"Date":"12/28/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":266,"Cost":156,"Date":"2/4/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":594,"Date":"3/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":438,"Date":"12/18/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":13,"Date":"3/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":526,"Cost":374,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":301,"Cost":157,"Date":"6/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":834,"Cost":563,"Date":"7/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":274,"Date":"11/21/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":188,"Cost":107,"Date":"11/26/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":89,"Date":"2/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":778,"Date":"5/21/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":618,"Cost":481,"Date":"9/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":255,"Date":"1/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":794,"Cost":745,"Date":"2/2/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":399,"Cost":376,"Date":"3/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":16,"Date":"10/14/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":510,"Cost":473,"Date":"2/16/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":793,"Cost":448,"Date":"6/7/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":280,"Cost":155,"Date":"1/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":630,"Cost":553,"Date":"3/27/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":463,"Cost":389,"Date":"5/12/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":580,"Cost":397,"Date":"7/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":917,"Cost":595,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":98,"Cost":56,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":978,"Cost":868,"Date":"1/17/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":358,"Cost":288,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":105,"Cost":78,"Date":"6/6/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":334,"Cost":232,"Date":"6/16/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":955,"Cost":580,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":215,"Cost":205,"Date":"11/19/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":180,"Cost":109,"Date":"12/28/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":221,"Cost":201,"Date":"2/4/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":974,"Cost":579,"Date":"3/8/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":902,"Cost":805,"Date":"12/18/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":538,"Cost":437,"Date":"3/31/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":427,"Cost":369,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":160,"Cost":105,"Date":"6/26/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":486,"Cost":259,"Date":"7/23/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":496,"Cost":452,"Date":"11/21/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":426,"Cost":361,"Date":"11/26/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":786,"Cost":474,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":593,"Cost":336,"Date":"5/21/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":958,"Cost":482,"Date":"9/28/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":488,"Cost":333,"Date":"1/3/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":27,"Cost":18,"Date":"2/2/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":688,"Cost":641,"Date":"3/18/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":38,"Cost":36,"Date":"10/14/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":752,"Cost":465,"Date":"2/16/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":549,"Cost":302,"Date":"6/7/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":616,"Cost":418,"Date":"1/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":623,"Cost":407,"Date":"3/27/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":508,"Cost":355,"Date":"5/12/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":123,"Cost":92,"Date":"7/28/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":555,"Cost":423,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":244,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":262,"Cost":185,"Date":"1/17/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":18,"Cost":12,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":121,"Cost":71,"Date":"6/6/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":522,"Cost":426,"Date":"6/16/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":533,"Cost":362,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":153,"Cost":142,"Date":"11/19/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":975,"Cost":626,"Date":"12/28/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":914,"Cost":616,"Date":"2/4/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":272,"Cost":210,"Date":"3/8/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":490,"Cost":251,"Date":"12/18/2021"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":387,"Cost":352,"Date":"3/31/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":467,"Cost":372,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":170,"Cost":85,"Date":"6/26/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":943,"Cost":839,"Date":"7/23/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":765,"Cost":454,"Date":"11/21/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":377,"Cost":245,"Date":"11/26/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":356,"Cost":179,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":360,"Cost":333,"Date":"5/21/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":966,"Cost":718,"Date":"9/28/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":387,"Cost":358,"Date":"1/3/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":382,"Cost":261,"Date":"2/2/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":500,"Cost":470,"Date":"3/18/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":197,"Cost":102,"Date":"10/14/2024"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":745,"Date":"2/16/2018"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":694,"Date":"6/7/2018"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":205,"Date":"1/28/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":505,"Date":"3/27/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":392,"Cost":275,"Date":"5/12/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":245,"Cost":155,"Date":"7/28/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":185,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":179,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":454,"Date":"1/17/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":415,"Cost":295,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":447,"Date":"6/6/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":113,"Date":"6/16/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":708,"Cost":534,"Date":"8/13/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":623,"Cost":440,"Date":"11/19/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":201,"Date":"12/28/2020"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":610,"Cost":493,"Date":"2/4/2021"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":54,"Cost":33,"Date":"3/8/2021"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":572,"Cost":473,"Date":"12/18/2021"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":329,"Date":"3/31/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":190,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":420,"Date":"6/26/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":910,"Date":"7/23/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":490,"Cost":344,"Date":"11/21/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":504,"Date":"11/26/2022"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":178,"Cost":101,"Date":"2/20/2023"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":649,"Date":"5/21/2023"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":455,"Date":"9/28/2023"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":495,"Cost":299,"Date":"1/3/2024"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":992,"Cost":565,"Date":"2/2/2024"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":125,"Cost":104,"Date":"3/18/2024"},{"Store":"Emporium Melbourne","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":226,"Date":"10/14/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":398,"Cost":290,"Date":"2/16/2018"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":53,"Date":"6/7/2018"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":563,"Date":"1/28/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":349,"Date":"3/27/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":304,"Cost":195,"Date":"5/12/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":842,"Cost":534,"Date":"7/28/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":305,"Cost":166,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":70,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":242,"Cost":153,"Date":"1/17/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":536,"Cost":350,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":573,"Cost":534,"Date":"6/6/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":159,"Cost":143,"Date":"6/16/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":661,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":593,"Date":"11/19/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":14,"Date":"12/28/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":737,"Date":"2/4/2021"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":449,"Date":"3/8/2021"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":654,"Cost":561,"Date":"12/18/2021"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":667,"Date":"3/31/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":812,"Cost":478,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":233,"Date":"6/26/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":214,"Date":"7/23/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":68,"Date":"11/21/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":69,"Date":"11/26/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":101,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":243,"Date":"5/21/2023"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":959,"Cost":692,"Date":"9/28/2023"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":659,"Date":"1/3/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":281,"Date":"2/2/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":560,"Date":"3/18/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":725,"Date":"10/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":34,"Date":"2/16/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":252,"Cost":127,"Date":"6/7/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":903,"Cost":848,"Date":"1/28/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":883,"Date":"3/27/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":993,"Cost":867,"Date":"5/12/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":267,"Date":"7/28/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":473,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":74,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":626,"Date":"1/17/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":544,"Cost":273,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":808,"Date":"6/6/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":363,"Date":"6/16/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":775,"Cost":689,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":277,"Cost":239,"Date":"11/19/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":562,"Date":"12/28/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":166,"Date":"2/4/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":611,"Date":"3/8/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":677,"Date":"12/18/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":74,"Cost":65,"Date":"3/31/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":206,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":386,"Date":"6/26/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":117,"Date":"7/23/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":458,"Date":"11/21/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":548,"Date":"11/26/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":208,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":314,"Cost":176,"Date":"5/21/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":118,"Date":"9/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":313,"Date":"1/3/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":459,"Date":"2/2/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":53,"Cost":26,"Date":"3/18/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":69,"Cost":50,"Date":"10/14/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":689,"Cost":456,"Date":"2/16/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":913,"Cost":748,"Date":"6/7/2018"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":934,"Cost":729,"Date":"1/28/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":728,"Cost":372,"Date":"3/27/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":649,"Cost":572,"Date":"5/12/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":19,"Cost":10,"Date":"7/28/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":87,"Cost":61,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":998,"Cost":505,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":828,"Cost":521,"Date":"1/17/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":688,"Cost":374,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":591,"Cost":382,"Date":"6/6/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":163,"Cost":139,"Date":"6/16/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":747,"Cost":381,"Date":"8/13/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":32,"Cost":21,"Date":"11/19/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":237,"Cost":126,"Date":"12/28/2020"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":223,"Cost":189,"Date":"2/4/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":319,"Cost":295,"Date":"3/8/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":934,"Cost":713,"Date":"12/18/2021"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":694,"Cost":532,"Date":"3/31/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":971,"Cost":844,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":603,"Cost":511,"Date":"6/26/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":609,"Cost":494,"Date":"7/23/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":763,"Cost":518,"Date":"11/21/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":523,"Cost":291,"Date":"11/26/2022"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":314,"Cost":267,"Date":"2/20/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":285,"Cost":217,"Date":"5/21/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":83,"Cost":56,"Date":"9/28/2023"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":631,"Cost":356,"Date":"1/3/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":750,"Cost":581,"Date":"2/2/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":410,"Cost":278,"Date":"3/18/2024"},{"Store":"Melbourne Central","Brand":"Nova","Country":"Australia","Sale":946,"Cost":855,"Date":"10/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":319,"Date":"2/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":596,"Date":"6/7/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":717,"Cost":433,"Date":"1/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":672,"Date":"3/27/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":321,"Cost":165,"Date":"5/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":361,"Date":"7/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":191,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":84,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":353,"Cost":237,"Date":"1/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":673,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":605,"Date":"6/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":384,"Date":"6/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":203,"Cost":163,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":435,"Cost":220,"Date":"11/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":813,"Cost":618,"Date":"12/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":76,"Date":"2/4/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":999,"Cost":682,"Date":"3/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":133,"Date":"12/18/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":714,"Cost":566,"Date":"3/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":792,"Cost":682,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":696,"Cost":536,"Date":"6/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":460,"Date":"7/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":247,"Cost":168,"Date":"11/21/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":576,"Cost":526,"Date":"11/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":43,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":406,"Date":"5/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":577,"Cost":482,"Date":"9/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":234,"Date":"1/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":371,"Cost":315,"Date":"2/2/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":896,"Cost":546,"Date":"3/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":430,"Date":"10/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":260,"Date":"2/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":544,"Cost":304,"Date":"6/7/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":231,"Cost":198,"Date":"1/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":909,"Cost":474,"Date":"3/27/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":866,"Cost":770,"Date":"5/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":368,"Date":"7/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":225,"Cost":138,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":179,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":432,"Date":"1/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":386,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":658,"Cost":333,"Date":"6/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":125,"Date":"6/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":57,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":394,"Date":"11/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":108,"Cost":98,"Date":"12/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":753,"Date":"2/4/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":969,"Cost":605,"Date":"3/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":69,"Cost":39,"Date":"12/18/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":417,"Cost":218,"Date":"3/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":569,"Cost":361,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":436,"Date":"6/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":8,"Date":"7/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":759,"Date":"11/21/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":154,"Date":"11/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":290,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":499,"Date":"5/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":738,"Cost":373,"Date":"9/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":488,"Cost":282,"Date":"1/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":709,"Date":"2/2/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":318,"Cost":186,"Date":"3/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"ARKET","Country":"Australia","Sale":97,"Cost":49,"Date":"10/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":405,"Date":"2/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":947,"Cost":738,"Date":"6/7/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":813,"Cost":546,"Date":"1/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":64,"Date":"3/27/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":85,"Date":"5/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":291,"Cost":252,"Date":"7/28/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":866,"Cost":526,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":264,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":851,"Cost":631,"Date":"1/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":366,"Cost":340,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":348,"Date":"6/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":953,"Cost":503,"Date":"6/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":155,"Date":"8/13/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":431,"Date":"11/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":141,"Date":"12/28/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":487,"Date":"2/4/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":17,"Date":"3/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":477,"Cost":315,"Date":"12/18/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":152,"Date":"3/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":679,"Cost":530,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":622,"Cost":419,"Date":"6/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":58,"Date":"7/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":24,"Date":"11/21/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":603,"Cost":453,"Date":"11/26/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":943,"Cost":529,"Date":"2/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":451,"Date":"5/21/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":417,"Cost":357,"Date":"9/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":880,"Date":"1/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":271,"Date":"2/2/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":52,"Date":"3/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":393,"Date":"10/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":991,"Cost":540,"Date":"2/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":29,"Cost":21,"Date":"6/7/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":235,"Cost":187,"Date":"1/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":892,"Cost":818,"Date":"3/27/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":950,"Cost":600,"Date":"5/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":285,"Cost":144,"Date":"7/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":646,"Cost":428,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":334,"Cost":300,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":960,"Cost":809,"Date":"1/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":416,"Cost":284,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":118,"Cost":92,"Date":"6/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":504,"Cost":431,"Date":"6/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":992,"Cost":509,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":89,"Cost":64,"Date":"11/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":569,"Cost":381,"Date":"12/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":861,"Cost":656,"Date":"2/4/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":131,"Cost":85,"Date":"3/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":242,"Cost":167,"Date":"12/18/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":383,"Cost":354,"Date":"3/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":384,"Cost":226,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":683,"Cost":615,"Date":"6/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":49,"Cost":34,"Date":"7/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":513,"Cost":310,"Date":"11/21/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":524,"Cost":314,"Date":"11/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":485,"Cost":428,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":303,"Cost":223,"Date":"5/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":607,"Cost":398,"Date":"9/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":736,"Cost":495,"Date":"1/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":380,"Cost":350,"Date":"2/2/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":219,"Cost":208,"Date":"3/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":599,"Cost":384,"Date":"10/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":433,"Cost":225,"Date":"2/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":742,"Cost":413,"Date":"6/7/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":288,"Cost":174,"Date":"1/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":569,"Cost":330,"Date":"3/27/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":923,"Cost":793,"Date":"5/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":749,"Cost":673,"Date":"7/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":559,"Cost":397,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":36,"Cost":28,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":91,"Cost":49,"Date":"1/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":459,"Cost":423,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":364,"Cost":228,"Date":"6/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":281,"Cost":182,"Date":"6/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":78,"Cost":52,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":993,"Cost":674,"Date":"11/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":957,"Cost":730,"Date":"12/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":959,"Cost":785,"Date":"2/4/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":756,"Cost":574,"Date":"3/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":607,"Cost":507,"Date":"12/18/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":276,"Date":"3/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":916,"Cost":799,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":944,"Cost":781,"Date":"6/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":994,"Cost":846,"Date":"7/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":228,"Cost":148,"Date":"11/21/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":261,"Cost":177,"Date":"11/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":75,"Cost":59,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":356,"Cost":254,"Date":"5/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":411,"Cost":330,"Date":"9/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":109,"Cost":91,"Date":"1/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":539,"Cost":283,"Date":"2/2/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":880,"Cost":777,"Date":"3/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"COS","Country":"Australia","Sale":878,"Cost":517,"Date":"10/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":291,"Cost":187,"Date":"2/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":50,"Cost":43,"Date":"6/7/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":250,"Cost":221,"Date":"1/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":929,"Cost":751,"Date":"3/27/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":775,"Cost":622,"Date":"5/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":5,"Cost":4,"Date":"7/28/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":600,"Cost":549,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":649,"Cost":521,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":547,"Cost":382,"Date":"1/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":124,"Cost":108,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":698,"Cost":646,"Date":"6/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":359,"Cost":297,"Date":"6/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":502,"Cost":386,"Date":"8/13/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":476,"Cost":280,"Date":"11/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":867,"Cost":720,"Date":"12/28/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":602,"Cost":525,"Date":"2/4/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":499,"Cost":298,"Date":"3/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":536,"Cost":289,"Date":"12/18/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":865,"Cost":749,"Date":"3/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":106,"Cost":76,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":320,"Cost":266,"Date":"6/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":275,"Cost":145,"Date":"7/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":400,"Cost":368,"Date":"11/21/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":624,"Cost":539,"Date":"11/26/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":604,"Cost":479,"Date":"2/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":585,"Cost":466,"Date":"5/21/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":645,"Cost":486,"Date":"9/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":708,"Cost":660,"Date":"1/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":791,"Cost":567,"Date":"2/2/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":790,"Cost":440,"Date":"3/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":978,"Cost":509,"Date":"10/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":874,"Date":"2/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":375,"Date":"6/7/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":475,"Date":"1/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":709,"Date":"3/27/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":916,"Cost":812,"Date":"5/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":554,"Date":"7/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":146,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":589,"Cost":463,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":40,"Cost":20,"Date":"1/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":385,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":825,"Cost":605,"Date":"6/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":122,"Cost":68,"Date":"6/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":22,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":441,"Date":"11/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":483,"Cost":327,"Date":"12/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":230,"Cost":124,"Date":"2/4/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":83,"Date":"3/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":817,"Date":"12/18/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":468,"Date":"3/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":580,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":289,"Date":"6/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":54,"Date":"7/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":167,"Date":"11/21/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":663,"Date":"11/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":270,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":444,"Date":"5/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":240,"Date":"9/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":329,"Date":"1/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":217,"Date":"2/2/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":735,"Cost":678,"Date":"3/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":394,"Cost":264,"Date":"10/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":337,"Date":"2/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":243,"Date":"6/7/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":467,"Date":"1/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":883,"Cost":821,"Date":"3/27/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":615,"Cost":539,"Date":"5/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":763,"Cost":590,"Date":"7/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":480,"Cost":261,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":424,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":381,"Cost":264,"Date":"1/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":933,"Cost":770,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":27,"Date":"6/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":151,"Date":"6/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":658,"Cost":375,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":340,"Date":"11/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":415,"Cost":237,"Date":"12/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":111,"Date":"2/4/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":472,"Cost":308,"Date":"3/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":200,"Cost":132,"Date":"12/18/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":498,"Date":"3/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":297,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":236,"Date":"6/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":329,"Date":"7/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":559,"Date":"11/21/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":125,"Date":"11/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":982,"Cost":504,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":769,"Date":"5/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":284,"Cost":196,"Date":"9/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":454,"Date":"1/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":355,"Cost":204,"Date":"2/2/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":16,"Cost":10,"Date":"3/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":85,"Date":"10/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":344,"Date":"2/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":21,"Date":"6/7/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":201,"Cost":147,"Date":"1/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":180,"Cost":110,"Date":"3/27/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":177,"Cost":115,"Date":"5/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":323,"Date":"7/28/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":183,"Cost":144,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":654,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":167,"Cost":124,"Date":"1/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":85,"Cost":62,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":362,"Date":"6/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":515,"Date":"6/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":196,"Date":"8/13/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":425,"Date":"11/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":379,"Date":"12/28/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":671,"Date":"2/4/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":507,"Date":"3/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":829,"Date":"12/18/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":225,"Date":"3/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":204,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":679,"Cost":605,"Date":"6/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":848,"Date":"7/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":212,"Date":"11/21/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":71,"Date":"11/26/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":480,"Date":"2/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":581,"Cost":391,"Date":"5/21/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":388,"Date":"9/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":909,"Cost":494,"Date":"1/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":277,"Cost":146,"Date":"2/2/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":17,"Date":"3/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Jeans","Country":"Australia","Sale":967,"Cost":581,"Date":"10/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":187,"Cost":156,"Date":"2/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":319,"Cost":186,"Date":"6/7/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":391,"Cost":216,"Date":"1/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":961,"Cost":517,"Date":"3/27/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":528,"Cost":439,"Date":"5/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":452,"Cost":244,"Date":"7/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":785,"Cost":476,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":201,"Cost":165,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":661,"Cost":525,"Date":"1/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":360,"Cost":290,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":896,"Cost":640,"Date":"6/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":393,"Cost":240,"Date":"6/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":263,"Cost":181,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":242,"Cost":210,"Date":"11/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":658,"Cost":465,"Date":"12/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":100,"Cost":61,"Date":"2/4/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":123,"Cost":91,"Date":"3/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":374,"Cost":321,"Date":"12/18/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":213,"Cost":150,"Date":"3/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":378,"Cost":345,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":606,"Cost":518,"Date":"6/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":9,"Cost":5,"Date":"7/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":333,"Cost":316,"Date":"11/21/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":944,"Cost":850,"Date":"11/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":418,"Cost":288,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":693,"Cost":616,"Date":"5/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":484,"Cost":403,"Date":"9/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":637,"Cost":468,"Date":"1/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":981,"Cost":854,"Date":"2/2/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":704,"Cost":479,"Date":"3/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":148,"Cost":94,"Date":"10/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":57,"Date":"2/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":493,"Date":"6/7/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":170,"Cost":108,"Date":"1/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":361,"Date":"3/27/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":141,"Date":"5/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":64,"Cost":42,"Date":"7/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":224,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":460,"Cost":423,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":493,"Cost":392,"Date":"1/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":394,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":977,"Cost":514,"Date":"6/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":559,"Cost":436,"Date":"6/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":4,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":943,"Cost":833,"Date":"11/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":114,"Cost":89,"Date":"12/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":886,"Cost":616,"Date":"2/4/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":1,"Cost":1,"Date":"3/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":210,"Date":"12/18/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":149,"Date":"3/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":199,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":200,"Date":"6/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":130,"Date":"7/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":583,"Date":"11/21/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":59,"Date":"11/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":132,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":216,"Cost":113,"Date":"5/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":627,"Date":"9/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":263,"Date":"1/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":562,"Date":"2/2/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":267,"Cost":247,"Date":"3/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":182,"Date":"10/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":744,"Cost":459,"Date":"2/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":384,"Cost":357,"Date":"6/7/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":39,"Cost":37,"Date":"1/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":361,"Cost":214,"Date":"3/27/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":58,"Cost":44,"Date":"5/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":584,"Cost":399,"Date":"7/28/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":490,"Cost":427,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":261,"Cost":243,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":571,"Cost":337,"Date":"1/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":322,"Cost":293,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":543,"Cost":371,"Date":"6/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":586,"Cost":497,"Date":"6/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":927,"Cost":661,"Date":"8/13/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":579,"Cost":403,"Date":"11/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":963,"Cost":559,"Date":"12/28/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":594,"Cost":402,"Date":"2/4/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":409,"Cost":269,"Date":"3/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":6,"Cost":5,"Date":"12/18/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":66,"Cost":57,"Date":"3/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":750,"Cost":679,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":861,"Cost":725,"Date":"6/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":990,"Cost":695,"Date":"7/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":334,"Cost":179,"Date":"11/21/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":791,"Cost":639,"Date":"11/26/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":109,"Cost":84,"Date":"2/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":621,"Cost":373,"Date":"5/21/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":771,"Cost":558,"Date":"9/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":235,"Cost":189,"Date":"1/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":989,"Cost":675,"Date":"2/2/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":544,"Cost":376,"Date":"3/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":706,"Cost":553,"Date":"10/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":699,"Cost":478,"Date":"2/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":809,"Cost":445,"Date":"6/7/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":71,"Date":"1/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":55,"Date":"3/27/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":470,"Date":"5/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":581,"Cost":549,"Date":"7/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":102,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":138,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":516,"Date":"1/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":598,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":187,"Date":"6/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":289,"Date":"6/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":428,"Cost":372,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":550,"Date":"11/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":136,"Cost":119,"Date":"12/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":656,"Date":"2/4/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":188,"Date":"3/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":843,"Date":"12/18/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":669,"Cost":633,"Date":"3/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":265,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":409,"Date":"6/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":151,"Cost":100,"Date":"7/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":738,"Cost":636,"Date":"11/21/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":481,"Date":"11/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":435,"Cost":233,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":172,"Date":"5/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":394,"Date":"9/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":341,"Date":"1/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":620,"Cost":388,"Date":"2/2/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":594,"Cost":520,"Date":"3/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":509,"Date":"10/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":543,"Cost":417,"Date":"2/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":207,"Cost":188,"Date":"6/7/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":256,"Date":"1/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":362,"Date":"3/27/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":737,"Date":"5/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":501,"Date":"7/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":11,"Cost":5,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":804,"Cost":695,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":349,"Date":"1/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":65,"Cost":41,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":148,"Cost":106,"Date":"6/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":84,"Cost":49,"Date":"6/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":64,"Cost":38,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":91,"Date":"11/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":179,"Date":"12/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":939,"Cost":598,"Date":"2/4/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":129,"Date":"3/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":577,"Date":"12/18/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":73,"Date":"3/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":261,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":821,"Date":"6/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":110,"Cost":80,"Date":"7/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":22,"Date":"11/21/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":382,"Cost":263,"Date":"11/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":925,"Cost":752,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":299,"Cost":151,"Date":"5/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":287,"Cost":262,"Date":"9/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":21,"Date":"1/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":612,"Date":"2/2/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":953,"Cost":657,"Date":"3/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":112,"Date":"10/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":272,"Date":"2/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":683,"Date":"6/7/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":853,"Cost":708,"Date":"1/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":489,"Cost":347,"Date":"3/27/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":397,"Date":"5/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":275,"Cost":161,"Date":"7/28/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":116,"Cost":76,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":388,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":841,"Cost":741,"Date":"1/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":184,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":693,"Cost":505,"Date":"6/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":172,"Date":"6/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":927,"Cost":545,"Date":"8/13/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":851,"Date":"11/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":886,"Date":"12/28/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":953,"Cost":575,"Date":"2/4/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":600,"Date":"3/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":758,"Cost":678,"Date":"12/18/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":224,"Cost":199,"Date":"3/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":120,"Cost":106,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":392,"Date":"6/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":257,"Date":"7/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":68,"Date":"11/21/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":946,"Cost":888,"Date":"11/26/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":536,"Date":"2/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":761,"Cost":641,"Date":"5/21/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":375,"Date":"9/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":396,"Date":"1/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":968,"Cost":760,"Date":"2/2/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":129,"Date":"3/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":491,"Cost":258,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":593,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":739,"Cost":544,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":662,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":126,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":380,"Cost":336,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":236,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":681,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":637,"Cost":516,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":380,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":211,"Cost":176,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":627,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":68,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":789,"Cost":501,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":191,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":491,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":328,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":765,"Cost":447,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":254,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":986,"Cost":719,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":482,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":257,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":807,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":193,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":522,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":288,"Cost":177,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":501,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":479,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":722,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":190,"Cost":111,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":476,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":373,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":562,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":391,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":422,"Cost":398,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":859,"Cost":802,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":286,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":536,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":335,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":280,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":419,"Cost":392,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":15,"Cost":9,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":137,"Cost":128,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":237,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":441,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":51,"Cost":26,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":75,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":572,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":154,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":35,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":272,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":193,"Cost":177,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":73,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":440,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":673,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":801,"Cost":613,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":26,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":143,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":101,"Cost":50,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":337,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":56,"Cost":30,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":282,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":657,"Cost":418,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":979,"Cost":712,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":402,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":183,"Cost":172,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":344,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":270,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":611,"Cost":479,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":514,"Cost":390,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":380,"Cost":344,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":750,"Cost":611,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":809,"Cost":448,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":844,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":437,"Cost":227,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":891,"Cost":510,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":523,"Cost":301,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":745,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":302,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":951,"Cost":645,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":528,"Cost":274,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":373,"Cost":309,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":700,"Cost":567,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":652,"Cost":348,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":188,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":821,"Cost":717,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":871,"Cost":471,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":233,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":13,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":512,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":523,"Cost":480,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":586,"Cost":470,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":747,"Cost":595,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":171,"Cost":94,"Date":"10/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":460,"Cost":410,"Date":"2/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":43,"Cost":24,"Date":"6/7/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":190,"Cost":121,"Date":"1/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":206,"Cost":150,"Date":"3/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":639,"Cost":453,"Date":"5/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":391,"Cost":282,"Date":"7/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":172,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":294,"Cost":177,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":4,"Date":"1/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":689,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":343,"Date":"6/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":216,"Date":"6/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":863,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":751,"Cost":549,"Date":"11/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":557,"Cost":302,"Date":"12/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":841,"Date":"2/4/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":320,"Date":"3/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":538,"Date":"12/18/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":518,"Date":"3/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":178,"Cost":140,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":322,"Date":"6/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":481,"Date":"7/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":706,"Cost":584,"Date":"11/21/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":143,"Cost":116,"Date":"11/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":787,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":191,"Date":"5/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":100,"Cost":56,"Date":"9/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":77,"Date":"1/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":758,"Cost":563,"Date":"2/2/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":215,"Date":"3/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":287,"Date":"10/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":415,"Date":"2/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":226,"Date":"6/7/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":274,"Date":"1/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":882,"Date":"3/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":28,"Date":"5/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":214,"Date":"7/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":615,"Cost":514,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":574,"Cost":443,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":683,"Date":"1/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":101,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":357,"Date":"6/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":73,"Date":"6/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":236,"Cost":189,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":239,"Cost":144,"Date":"11/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":416,"Cost":274,"Date":"12/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":22,"Date":"2/4/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":229,"Cost":170,"Date":"3/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":593,"Cost":390,"Date":"12/18/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":596,"Date":"3/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":710,"Cost":367,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":287,"Date":"6/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":209,"Cost":127,"Date":"7/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":372,"Cost":314,"Date":"11/21/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":401,"Cost":266,"Date":"11/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":223,"Cost":152,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":107,"Date":"5/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":837,"Date":"9/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":236,"Date":"1/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":478,"Cost":335,"Date":"2/2/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":892,"Cost":572,"Date":"3/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":351,"Date":"10/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":737,"Cost":696,"Date":"2/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":544,"Date":"6/7/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":479,"Date":"1/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":732,"Date":"3/27/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":137,"Date":"5/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":130,"Date":"7/28/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":635,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":992,"Cost":619,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":899,"Cost":823,"Date":"1/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":232,"Cost":127,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":863,"Cost":722,"Date":"6/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":14,"Date":"6/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":704,"Date":"8/13/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":305,"Date":"11/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":627,"Cost":463,"Date":"12/28/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":12,"Date":"2/4/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":29,"Cost":26,"Date":"3/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":296,"Date":"12/18/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":284,"Date":"3/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":730,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":447,"Date":"6/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":74,"Date":"7/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":361,"Date":"11/21/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":394,"Date":"11/26/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":913,"Cost":699,"Date":"2/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":259,"Date":"5/21/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":124,"Date":"9/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":357,"Date":"1/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":665,"Cost":432,"Date":"2/2/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":110,"Date":"3/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":292,"Cost":208,"Date":"10/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":132,"Date":"2/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":128,"Cost":88,"Date":"6/7/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":36,"Cost":25,"Date":"1/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":487,"Date":"3/27/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":556,"Cost":364,"Date":"5/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":853,"Date":"7/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":72,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":158,"Cost":133,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":739,"Cost":444,"Date":"1/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":226,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":225,"Cost":124,"Date":"6/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":325,"Cost":261,"Date":"6/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":376,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":107,"Cost":79,"Date":"11/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":405,"Cost":318,"Date":"12/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":162,"Date":"2/4/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":359,"Date":"3/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":555,"Date":"12/18/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":269,"Date":"3/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":398,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":238,"Date":"6/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":583,"Cost":513,"Date":"7/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":673,"Date":"11/21/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":326,"Date":"11/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":1000,"Cost":708,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":96,"Date":"5/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":86,"Cost":63,"Date":"9/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":862,"Date":"1/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":434,"Date":"2/2/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":862,"Date":"3/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":615,"Cost":499,"Date":"10/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":30,"Cost":17,"Date":"2/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":824,"Cost":695,"Date":"6/7/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":891,"Cost":800,"Date":"1/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":754,"Cost":393,"Date":"3/27/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":10,"Cost":9,"Date":"5/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":532,"Cost":441,"Date":"7/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":520,"Cost":386,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":472,"Cost":363,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":29,"Cost":27,"Date":"1/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":707,"Cost":475,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":582,"Cost":494,"Date":"6/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":335,"Cost":196,"Date":"6/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":712,"Cost":660,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":789,"Cost":580,"Date":"11/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":208,"Cost":120,"Date":"12/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":319,"Cost":290,"Date":"2/4/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":806,"Cost":524,"Date":"3/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":230,"Cost":147,"Date":"12/18/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":333,"Cost":219,"Date":"3/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":561,"Cost":515,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":277,"Cost":186,"Date":"6/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":824,"Cost":431,"Date":"7/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":21,"Cost":19,"Date":"11/21/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":357,"Cost":335,"Date":"11/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":47,"Cost":30,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":210,"Cost":195,"Date":"5/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":885,"Cost":715,"Date":"9/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":995,"Cost":509,"Date":"1/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":113,"Cost":59,"Date":"2/2/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":614,"Cost":390,"Date":"3/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":609,"Cost":564,"Date":"10/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":95,"Cost":60,"Date":"2/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":662,"Cost":406,"Date":"6/7/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":242,"Date":"1/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":671,"Date":"3/27/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":412,"Date":"5/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":77,"Date":"7/28/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":993,"Cost":832,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":290,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":311,"Date":"1/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":886,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":405,"Cost":305,"Date":"6/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":94,"Date":"6/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":448,"Date":"8/13/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":455,"Date":"11/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":477,"Date":"12/28/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":361,"Date":"2/4/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":413,"Date":"3/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":439,"Cost":337,"Date":"12/18/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":4,"Date":"3/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":336,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":601,"Cost":316,"Date":"6/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":755,"Cost":667,"Date":"7/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":358,"Date":"11/21/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":856,"Date":"11/26/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":336,"Date":"2/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":516,"Cost":424,"Date":"5/21/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":501,"Cost":316,"Date":"9/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":165,"Cost":130,"Date":"1/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":776,"Date":"2/2/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":473,"Date":"3/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":294,"Date":"10/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":159,"Date":"2/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":600,"Cost":377,"Date":"6/7/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":374,"Cost":234,"Date":"1/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":681,"Cost":469,"Date":"3/27/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":295,"Cost":159,"Date":"5/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":181,"Date":"7/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":456,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":149,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":432,"Date":"1/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":115,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":937,"Cost":636,"Date":"6/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":116,"Cost":67,"Date":"6/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":617,"Cost":345,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":385,"Date":"11/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":31,"Cost":19,"Date":"12/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":290,"Cost":153,"Date":"2/4/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":42,"Cost":27,"Date":"3/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":485,"Date":"12/18/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":442,"Date":"3/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":172,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":304,"Date":"6/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":227,"Date":"7/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":642,"Cost":391,"Date":"11/21/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":406,"Date":"11/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":414,"Cost":330,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":817,"Cost":435,"Date":"5/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":241,"Cost":180,"Date":"9/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":536,"Date":"1/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":93,"Date":"2/2/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":454,"Date":"3/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":296,"Date":"10/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":44,"Date":"2/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":597,"Date":"6/7/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":566,"Date":"1/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":531,"Date":"3/27/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":641,"Date":"5/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":392,"Cost":338,"Date":"7/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":623,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":328,"Cost":277,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":700,"Date":"1/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":81,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":455,"Cost":354,"Date":"6/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":73,"Date":"6/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":585,"Cost":393,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":228,"Date":"11/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":789,"Cost":707,"Date":"12/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":383,"Cost":267,"Date":"2/4/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":158,"Date":"3/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":358,"Cost":229,"Date":"12/18/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":942,"Cost":684,"Date":"3/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":723,"Cost":459,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":532,"Date":"6/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":728,"Date":"7/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":244,"Date":"11/21/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":798,"Cost":570,"Date":"11/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":117,"Cost":94,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":51,"Cost":30,"Date":"5/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":600,"Cost":317,"Date":"9/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":131,"Cost":119,"Date":"1/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":96,"Cost":69,"Date":"2/2/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":154,"Date":"3/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":154,"Date":"10/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":372,"Date":"2/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":218,"Cost":122,"Date":"6/7/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":432,"Date":"1/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":851,"Cost":597,"Date":"3/27/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":304,"Cost":281,"Date":"5/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":117,"Date":"7/28/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":657,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":296,"Cost":231,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":632,"Cost":374,"Date":"1/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":684,"Cost":557,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":574,"Date":"6/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":545,"Date":"6/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":891,"Cost":636,"Date":"8/13/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":685,"Cost":466,"Date":"11/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":598,"Cost":481,"Date":"12/28/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":764,"Cost":696,"Date":"2/4/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":770,"Cost":520,"Date":"3/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":418,"Cost":325,"Date":"12/18/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":132,"Date":"3/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":790,"Cost":534,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":336,"Date":"6/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":413,"Date":"7/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":180,"Cost":139,"Date":"11/21/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":440,"Date":"11/26/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":368,"Date":"2/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":369,"Date":"5/21/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":169,"Date":"9/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":103,"Date":"1/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":109,"Cost":69,"Date":"2/2/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":995,"Cost":582,"Date":"3/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":193,"Cost":183,"Date":"10/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":730,"Cost":641,"Date":"2/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":942,"Cost":479,"Date":"6/7/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":736,"Cost":664,"Date":"1/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":36,"Cost":34,"Date":"3/27/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":69,"Date":"5/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":619,"Cost":310,"Date":"7/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":889,"Cost":521,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":38,"Cost":27,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":479,"Date":"1/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":748,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":477,"Cost":446,"Date":"6/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":97,"Date":"6/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":319,"Cost":258,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":787,"Cost":527,"Date":"11/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":298,"Date":"12/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":31,"Date":"2/4/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":306,"Cost":256,"Date":"3/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":374,"Cost":318,"Date":"12/18/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":787,"Cost":657,"Date":"3/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":69,"Cost":57,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":731,"Cost":641,"Date":"6/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":859,"Date":"7/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":536,"Date":"11/21/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":16,"Date":"11/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":79,"Cost":70,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":146,"Date":"5/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":196,"Date":"9/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":308,"Date":"1/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":398,"Cost":331,"Date":"2/2/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":83,"Date":"3/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":481,"Date":"10/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":338,"Date":"2/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":32,"Date":"6/7/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":941,"Date":"1/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":358,"Cost":266,"Date":"3/27/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":41,"Date":"5/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":25,"Date":"7/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":399,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":589,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":803,"Cost":592,"Date":"1/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":534,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":291,"Date":"6/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":144,"Date":"6/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":181,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":535,"Date":"11/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":271,"Cost":141,"Date":"12/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":612,"Date":"2/4/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":78,"Cost":45,"Date":"3/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":641,"Date":"12/18/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":334,"Date":"3/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":328,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":252,"Cost":183,"Date":"6/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":324,"Date":"7/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":704,"Cost":631,"Date":"11/21/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":993,"Cost":708,"Date":"11/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":573,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":337,"Date":"5/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":270,"Date":"9/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":510,"Date":"1/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":600,"Date":"2/2/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":868,"Cost":553,"Date":"3/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":112,"Cost":107,"Date":"10/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":197,"Date":"2/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":515,"Cost":358,"Date":"6/7/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":195,"Cost":163,"Date":"1/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":231,"Date":"3/27/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":318,"Date":"5/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":258,"Date":"7/28/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":894,"Cost":616,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":113,"Cost":68,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":427,"Cost":367,"Date":"1/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":552,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":672,"Date":"6/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":619,"Date":"6/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":347,"Cost":221,"Date":"8/13/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":529,"Date":"11/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":251,"Date":"12/28/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":362,"Cost":208,"Date":"2/4/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":27,"Date":"3/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":457,"Date":"12/18/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":12,"Date":"3/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":22,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":278,"Date":"6/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":111,"Cost":102,"Date":"7/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":170,"Date":"11/21/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":38,"Cost":27,"Date":"11/26/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":512,"Date":"2/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":648,"Date":"5/21/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":187,"Date":"9/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":171,"Cost":118,"Date":"1/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":556,"Date":"2/2/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":749,"Cost":683,"Date":"3/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":356,"Date":"10/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":570,"Date":"2/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":185,"Cost":100,"Date":"6/7/2018"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":298,"Cost":274,"Date":"1/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":486,"Cost":277,"Date":"3/27/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":123,"Cost":83,"Date":"5/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":193,"Cost":147,"Date":"7/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":236,"Cost":174,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":600,"Cost":435,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":185,"Cost":130,"Date":"1/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":488,"Cost":300,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":619,"Date":"6/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":48,"Date":"6/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":229,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":100,"Cost":86,"Date":"11/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":286,"Cost":265,"Date":"12/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":255,"Cost":207,"Date":"2/4/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":160,"Date":"3/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":877,"Date":"12/18/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":869,"Cost":788,"Date":"3/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":239,"Cost":155,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":311,"Date":"6/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":309,"Cost":264,"Date":"7/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":553,"Date":"11/21/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":452,"Cost":231,"Date":"11/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":608,"Cost":439,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":449,"Cost":370,"Date":"5/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":740,"Date":"9/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":513,"Cost":322,"Date":"1/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":829,"Date":"2/2/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":357,"Date":"3/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":732,"Cost":546,"Date":"10/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":8,"Cost":6,"Date":"2/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":555,"Cost":488,"Date":"6/7/2018"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":114,"Cost":100,"Date":"1/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":973,"Cost":899,"Date":"3/27/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":224,"Cost":194,"Date":"5/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":393,"Date":"7/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":219,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":671,"Cost":531,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":365,"Cost":191,"Date":"1/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":461,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":218,"Date":"6/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":562,"Cost":504,"Date":"6/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":279,"Cost":170,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":11,"Date":"11/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":762,"Cost":697,"Date":"12/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":194,"Cost":115,"Date":"2/4/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":558,"Date":"3/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":459,"Cost":290,"Date":"12/18/2021"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":906,"Cost":785,"Date":"3/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":995,"Cost":755,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":257,"Date":"6/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":64,"Cost":40,"Date":"7/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":106,"Date":"11/21/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":209,"Date":"11/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":847,"Cost":805,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":609,"Cost":514,"Date":"5/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":14,"Date":"9/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":544,"Cost":330,"Date":"1/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":924,"Cost":513,"Date":"2/2/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":988,"Cost":729,"Date":"3/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":237,"Date":"10/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":141,"Date":"2/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":27,"Date":"6/7/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":943,"Cost":474,"Date":"1/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":637,"Cost":411,"Date":"3/27/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":163,"Date":"5/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":456,"Date":"7/28/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":914,"Cost":705,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":852,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":787,"Date":"1/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":722,"Cost":436,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":98,"Date":"6/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":99,"Cost":78,"Date":"6/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":140,"Cost":76,"Date":"8/13/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":347,"Cost":317,"Date":"11/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":315,"Date":"12/28/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":643,"Cost":346,"Date":"2/4/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":589,"Cost":522,"Date":"3/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":392,"Date":"12/18/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":325,"Date":"3/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":178,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":902,"Cost":747,"Date":"6/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":571,"Cost":391,"Date":"7/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":332,"Date":"11/21/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":206,"Date":"11/26/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":503,"Cost":387,"Date":"2/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":425,"Date":"5/21/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":653,"Date":"9/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":261,"Date":"1/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":793,"Date":"2/2/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":731,"Cost":687,"Date":"3/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":312,"Date":"10/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":562,"Date":"2/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":785,"Cost":440,"Date":"6/7/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":328,"Date":"1/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":774,"Cost":510,"Date":"3/27/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":361,"Cost":276,"Date":"5/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":29,"Date":"7/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":957,"Cost":876,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":972,"Cost":576,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":818,"Cost":481,"Date":"1/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":660,"Cost":371,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":228,"Date":"6/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":541,"Date":"6/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":203,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":374,"Date":"11/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":377,"Date":"12/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":327,"Date":"2/4/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":138,"Date":"3/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":557,"Date":"12/18/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":35,"Date":"3/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":237,"Cost":192,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":687,"Cost":431,"Date":"6/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":77,"Cost":60,"Date":"7/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":687,"Date":"11/21/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":18,"Date":"11/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":84,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":247,"Date":"5/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":309,"Date":"9/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":721,"Cost":375,"Date":"1/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":123,"Date":"2/2/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":548,"Date":"3/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":135,"Date":"10/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":530,"Cost":303,"Date":"2/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":924,"Date":"6/7/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":376,"Cost":298,"Date":"1/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":524,"Cost":462,"Date":"3/27/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":424,"Date":"5/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":737,"Cost":516,"Date":"7/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":494,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":799,"Cost":710,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":358,"Date":"1/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":584,"Cost":497,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":68,"Date":"6/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":570,"Date":"6/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":194,"Cost":157,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":621,"Date":"11/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":79,"Cost":39,"Date":"12/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":602,"Cost":475,"Date":"2/4/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":13,"Date":"3/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":559,"Date":"12/18/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":469,"Cost":281,"Date":"3/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":517,"Cost":394,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":495,"Date":"6/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":739,"Date":"7/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":560,"Date":"11/21/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":218,"Cost":147,"Date":"11/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":399,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":248,"Date":"5/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":196,"Date":"9/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":916,"Cost":481,"Date":"1/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":386,"Date":"2/2/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":491,"Cost":453,"Date":"3/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":313,"Cost":254,"Date":"10/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":796,"Cost":736,"Date":"2/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":46,"Date":"6/7/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":31,"Cost":25,"Date":"1/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":139,"Cost":87,"Date":"3/27/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":542,"Date":"5/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":57,"Date":"7/28/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":58,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":62,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":479,"Date":"1/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":503,"Cost":302,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":521,"Date":"6/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":462,"Date":"6/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":885,"Cost":504,"Date":"8/13/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":734,"Cost":654,"Date":"11/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":372,"Date":"12/28/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":132,"Cost":73,"Date":"2/4/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":737,"Cost":452,"Date":"3/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":407,"Date":"12/18/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":24,"Cost":21,"Date":"3/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":481,"Cost":335,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":90,"Date":"6/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":965,"Cost":740,"Date":"7/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":343,"Date":"11/21/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":157,"Date":"11/26/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":37,"Cost":26,"Date":"2/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":901,"Cost":601,"Date":"5/21/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":246,"Date":"9/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":857,"Date":"1/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":374,"Date":"2/2/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":71,"Cost":42,"Date":"3/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":973,"Cost":660,"Date":"10/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":14,"Cost":12,"Date":"2/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":338,"Cost":264,"Date":"6/7/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":950,"Cost":749,"Date":"1/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":867,"Cost":507,"Date":"3/27/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":101,"Cost":53,"Date":"5/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":276,"Cost":240,"Date":"7/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":640,"Cost":553,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":42,"Cost":26,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":782,"Cost":516,"Date":"1/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":767,"Cost":416,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":619,"Cost":536,"Date":"6/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":721,"Cost":399,"Date":"6/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":621,"Cost":483,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":32,"Cost":26,"Date":"11/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":259,"Cost":143,"Date":"12/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":510,"Cost":399,"Date":"2/4/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":549,"Cost":313,"Date":"3/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":744,"Cost":607,"Date":"12/18/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":190,"Cost":115,"Date":"3/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":223,"Cost":193,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":64,"Cost":45,"Date":"6/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":990,"Cost":818,"Date":"7/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":839,"Cost":716,"Date":"11/21/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":863,"Cost":734,"Date":"11/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":369,"Cost":195,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"5/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":786,"Cost":722,"Date":"9/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":406,"Cost":213,"Date":"1/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":916,"Cost":566,"Date":"2/2/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":999,"Cost":772,"Date":"3/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":834,"Cost":491,"Date":"10/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":445,"Date":"2/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":188,"Date":"6/7/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":395,"Date":"1/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":209,"Date":"3/27/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":38,"Date":"5/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":69,"Date":"7/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":109,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":28,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":552,"Date":"1/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":513,"Cost":387,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":336,"Date":"6/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":967,"Cost":510,"Date":"6/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":231,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":925,"Cost":875,"Date":"11/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":636,"Date":"12/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":768,"Date":"2/4/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":246,"Date":"3/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":110,"Date":"12/18/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":202,"Date":"3/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":288,"Cost":260,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":316,"Cost":284,"Date":"6/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":460,"Cost":377,"Date":"7/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":398,"Date":"11/21/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":314,"Date":"11/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":540,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":85,"Cost":69,"Date":"5/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":478,"Date":"9/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":662,"Cost":334,"Date":"1/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":95,"Date":"2/2/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":380,"Cost":325,"Date":"3/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM Home","Country":"Australia","Sale":404,"Cost":365,"Date":"10/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":135,"Cost":91,"Date":"2/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":909,"Cost":668,"Date":"6/7/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":442,"Date":"1/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":713,"Cost":451,"Date":"3/27/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":906,"Date":"5/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":783,"Cost":559,"Date":"7/28/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":949,"Cost":790,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":320,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":449,"Cost":337,"Date":"1/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":834,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":811,"Cost":552,"Date":"6/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":95,"Cost":91,"Date":"6/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":154,"Cost":83,"Date":"8/13/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":59,"Cost":45,"Date":"11/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":671,"Cost":364,"Date":"12/28/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":660,"Date":"2/4/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":68,"Date":"3/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":636,"Cost":376,"Date":"12/18/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":793,"Cost":452,"Date":"3/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":174,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":618,"Cost":371,"Date":"6/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":348,"Date":"7/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":23,"Date":"11/21/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":239,"Date":"11/26/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":441,"Date":"2/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":668,"Cost":568,"Date":"5/21/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":655,"Date":"9/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":477,"Cost":343,"Date":"1/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":544,"Date":"2/2/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":284,"Date":"3/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":462,"Date":"10/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":222,"Cost":155,"Date":"2/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":347,"Cost":285,"Date":"6/7/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":695,"Cost":506,"Date":"1/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":938,"Cost":617,"Date":"3/27/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":847,"Cost":636,"Date":"5/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":962,"Cost":491,"Date":"7/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":775,"Cost":609,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":52,"Cost":29,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":903,"Cost":501,"Date":"1/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":738,"Cost":398,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":660,"Cost":493,"Date":"6/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":768,"Cost":709,"Date":"6/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":133,"Cost":75,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":261,"Cost":134,"Date":"11/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":934,"Cost":882,"Date":"12/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":69,"Cost":42,"Date":"2/4/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":178,"Cost":116,"Date":"3/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":72,"Cost":43,"Date":"12/18/2021"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":70,"Cost":49,"Date":"3/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":121,"Cost":97,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":569,"Cost":495,"Date":"6/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":899,"Cost":776,"Date":"7/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":405,"Cost":314,"Date":"11/21/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":718,"Cost":365,"Date":"11/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":620,"Cost":367,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":272,"Cost":155,"Date":"5/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":883,"Cost":758,"Date":"9/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":199,"Cost":133,"Date":"1/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":294,"Cost":149,"Date":"2/2/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":96,"Cost":76,"Date":"3/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":617,"Cost":360,"Date":"10/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":639,"Date":"2/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":226,"Cost":147,"Date":"6/7/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":559,"Date":"1/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":833,"Cost":744,"Date":"3/27/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":936,"Date":"5/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":402,"Date":"7/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":931,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":872,"Cost":601,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":995,"Cost":508,"Date":"1/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":117,"Cost":97,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":358,"Date":"6/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":448,"Date":"6/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":74,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":278,"Date":"11/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":132,"Cost":107,"Date":"12/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":294,"Date":"2/4/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":185,"Date":"3/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":5,"Date":"12/18/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":474,"Date":"3/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":436,"Cost":286,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":660,"Cost":441,"Date":"6/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":139,"Date":"7/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":340,"Date":"11/21/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":152,"Date":"11/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":375,"Cost":256,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":278,"Date":"5/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":30,"Date":"9/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":43,"Date":"1/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":41,"Date":"2/2/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":467,"Date":"3/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":446,"Cost":357,"Date":"10/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":810,"Cost":768,"Date":"2/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":261,"Date":"6/7/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":296,"Date":"1/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":475,"Date":"3/27/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":213,"Cost":152,"Date":"5/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":921,"Cost":852,"Date":"7/28/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":217,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":575,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":678,"Cost":352,"Date":"1/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":111,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":628,"Date":"6/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":368,"Cost":244,"Date":"6/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":257,"Cost":237,"Date":"8/13/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":415,"Cost":222,"Date":"11/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":375,"Cost":315,"Date":"12/28/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":85,"Cost":73,"Date":"2/4/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":171,"Cost":127,"Date":"3/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":931,"Cost":784,"Date":"12/18/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":400,"Date":"3/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":169,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":416,"Date":"6/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":521,"Date":"7/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":844,"Cost":527,"Date":"11/21/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":242,"Cost":154,"Date":"11/26/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":26,"Date":"2/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":329,"Date":"5/21/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":725,"Cost":395,"Date":"9/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":713,"Cost":529,"Date":"1/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":3,"Date":"2/2/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":800,"Cost":736,"Date":"3/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":811,"Cost":588,"Date":"10/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":266,"Date":"2/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":398,"Date":"6/7/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":694,"Date":"1/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":678,"Cost":643,"Date":"3/27/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":996,"Cost":809,"Date":"5/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":243,"Date":"7/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":746,"Cost":651,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":609,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":78,"Date":"1/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":315,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":754,"Cost":522,"Date":"6/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":906,"Cost":486,"Date":"6/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":891,"Cost":811,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":792,"Cost":623,"Date":"11/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":182,"Date":"12/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":668,"Cost":444,"Date":"2/4/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":758,"Cost":597,"Date":"3/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":43,"Cost":28,"Date":"12/18/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":975,"Cost":909,"Date":"3/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":927,"Cost":795,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":610,"Cost":331,"Date":"6/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":929,"Cost":660,"Date":"7/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":41,"Cost":28,"Date":"11/21/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":125,"Cost":65,"Date":"11/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":295,"Cost":236,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":408,"Date":"5/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":443,"Date":"9/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":576,"Date":"1/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":423,"Cost":239,"Date":"2/2/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":131,"Cost":90,"Date":"3/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":304,"Cost":269,"Date":"10/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":283,"Date":"2/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":537,"Cost":286,"Date":"6/7/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":316,"Date":"1/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":656,"Cost":364,"Date":"3/27/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":853,"Cost":434,"Date":"5/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":117,"Cost":92,"Date":"7/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":805,"Cost":690,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":651,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":175,"Date":"1/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":53,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":678,"Cost":623,"Date":"6/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":73,"Date":"6/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":858,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":94,"Date":"11/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":172,"Date":"12/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":216,"Date":"2/4/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":253,"Date":"3/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":922,"Date":"12/18/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":173,"Cost":158,"Date":"3/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":440,"Cost":292,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":69,"Cost":60,"Date":"6/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":982,"Cost":609,"Date":"7/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":751,"Date":"11/21/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":530,"Cost":267,"Date":"11/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":704,"Cost":427,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":327,"Date":"5/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":366,"Cost":297,"Date":"9/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":982,"Cost":911,"Date":"1/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":537,"Date":"2/2/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":76,"Date":"3/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":202,"Date":"10/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":630,"Cost":529,"Date":"2/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":244,"Cost":204,"Date":"6/7/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":69,"Cost":61,"Date":"1/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":637,"Cost":570,"Date":"3/27/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":686,"Cost":499,"Date":"5/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":471,"Cost":394,"Date":"7/28/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":821,"Cost":418,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":718,"Cost":376,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":457,"Cost":367,"Date":"1/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":94,"Cost":87,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":610,"Cost":323,"Date":"6/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":835,"Cost":739,"Date":"6/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":340,"Cost":182,"Date":"8/13/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":481,"Cost":350,"Date":"11/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":38,"Cost":29,"Date":"12/28/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":211,"Cost":194,"Date":"2/4/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":131,"Cost":86,"Date":"3/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":642,"Cost":557,"Date":"12/18/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":576,"Cost":523,"Date":"3/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":734,"Cost":398,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":896,"Cost":846,"Date":"6/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":754,"Cost":519,"Date":"7/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":166,"Cost":151,"Date":"11/21/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":696,"Cost":540,"Date":"11/26/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":17,"Cost":14,"Date":"2/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"5/21/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":696,"Cost":401,"Date":"9/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":942,"Cost":772,"Date":"1/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":505,"Cost":328,"Date":"2/2/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":363,"Cost":280,"Date":"3/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":578,"Cost":422,"Date":"10/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":445,"Date":"2/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":505,"Cost":421,"Date":"6/7/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":111,"Date":"1/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":63,"Date":"3/27/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":308,"Cost":193,"Date":"5/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":545,"Date":"7/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":551,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":713,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":975,"Cost":675,"Date":"1/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":426,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":303,"Date":"6/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":306,"Date":"6/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":502,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":724,"Cost":563,"Date":"11/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":898,"Cost":612,"Date":"12/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":178,"Date":"2/4/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":274,"Cost":168,"Date":"3/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":55,"Date":"12/18/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":917,"Cost":608,"Date":"3/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":263,"Cost":176,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":88,"Cost":53,"Date":"6/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":208,"Date":"7/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":321,"Date":"11/21/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":109,"Cost":98,"Date":"11/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":430,"Cost":268,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":106,"Cost":78,"Date":"5/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":663,"Cost":408,"Date":"9/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":313,"Cost":252,"Date":"1/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":763,"Date":"2/2/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":663,"Date":"3/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":780,"Cost":688,"Date":"10/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":167,"Cost":105,"Date":"2/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":787,"Cost":469,"Date":"6/7/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":428,"Date":"1/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":778,"Cost":709,"Date":"3/27/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":913,"Cost":695,"Date":"5/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":285,"Cost":268,"Date":"7/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":924,"Cost":721,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":882,"Cost":601,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":586,"Date":"1/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":925,"Cost":601,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":676,"Cost":397,"Date":"6/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":297,"Date":"6/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":336,"Cost":296,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":203,"Date":"11/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":358,"Date":"12/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":477,"Date":"2/4/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":687,"Date":"3/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":219,"Date":"12/18/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":154,"Cost":107,"Date":"3/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":88,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":267,"Date":"6/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":261,"Cost":138,"Date":"7/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":697,"Cost":435,"Date":"11/21/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":737,"Cost":473,"Date":"11/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":834,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":696,"Cost":476,"Date":"5/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":288,"Date":"9/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":528,"Cost":502,"Date":"1/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":218,"Cost":200,"Date":"2/2/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":272,"Date":"3/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":969,"Cost":699,"Date":"10/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":12,"Cost":11,"Date":"2/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":484,"Cost":445,"Date":"6/7/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":210,"Date":"1/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":345,"Date":"3/27/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":150,"Date":"5/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":439,"Date":"7/28/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":398,"Cost":255,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":523,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":673,"Date":"1/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":450,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":491,"Date":"6/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":661,"Cost":553,"Date":"6/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":596,"Cost":403,"Date":"8/13/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":764,"Cost":526,"Date":"11/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":649,"Cost":604,"Date":"12/28/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":135,"Date":"2/4/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":40,"Date":"3/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":370,"Cost":335,"Date":"12/18/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":18,"Cost":9,"Date":"3/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":509,"Cost":312,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":501,"Cost":443,"Date":"6/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":408,"Cost":368,"Date":"7/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":55,"Cost":44,"Date":"11/21/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":454,"Cost":246,"Date":"11/26/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":246,"Cost":197,"Date":"2/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":72,"Date":"5/21/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":676,"Date":"9/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":777,"Cost":563,"Date":"1/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":650,"Date":"2/2/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":86,"Date":"3/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":324,"Date":"10/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":195,"Cost":177,"Date":"2/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":98,"Cost":55,"Date":"6/7/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":268,"Cost":162,"Date":"1/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":927,"Cost":563,"Date":"3/27/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":102,"Cost":65,"Date":"5/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":723,"Cost":665,"Date":"7/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":632,"Cost":545,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":108,"Cost":83,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":437,"Cost":364,"Date":"1/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":575,"Cost":289,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":480,"Cost":286,"Date":"6/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":587,"Cost":365,"Date":"6/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":103,"Cost":95,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":489,"Cost":451,"Date":"11/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":630,"Cost":434,"Date":"12/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":917,"Cost":477,"Date":"2/4/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":854,"Cost":596,"Date":"3/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":6,"Cost":5,"Date":"12/18/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":540,"Cost":282,"Date":"3/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":12,"Cost":10,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":234,"Cost":186,"Date":"6/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":380,"Cost":207,"Date":"7/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":757,"Cost":668,"Date":"11/21/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":239,"Cost":223,"Date":"11/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":513,"Cost":441,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":636,"Cost":467,"Date":"5/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":872,"Cost":627,"Date":"9/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":91,"Cost":85,"Date":"1/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":605,"Cost":410,"Date":"2/2/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":681,"Cost":613,"Date":"3/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":888,"Cost":446,"Date":"10/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":408,"Date":"2/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":762,"Date":"6/7/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":492,"Cost":446,"Date":"1/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":695,"Date":"3/27/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":618,"Cost":513,"Date":"5/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":179,"Date":"7/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":299,"Cost":160,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":522,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":339,"Date":"1/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":534,"Cost":456,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":187,"Date":"6/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":515,"Date":"6/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":416,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":372,"Date":"11/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":176,"Date":"12/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":827,"Date":"2/4/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":131,"Date":"3/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":128,"Date":"12/18/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":577,"Date":"3/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":257,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":60,"Date":"6/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":117,"Date":"7/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":183,"Date":"11/21/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":356,"Date":"11/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":106,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":111,"Cost":67,"Date":"5/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":778,"Date":"9/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":487,"Date":"1/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":987,"Cost":724,"Date":"2/2/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":33,"Date":"3/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":221,"Date":"10/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":57,"Date":"2/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":379,"Cost":328,"Date":"6/7/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":20,"Cost":12,"Date":"1/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":852,"Cost":460,"Date":"3/27/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":130,"Date":"5/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":479,"Date":"7/28/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":86,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":283,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":27,"Date":"1/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":376,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":802,"Cost":629,"Date":"6/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":506,"Date":"6/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":75,"Date":"8/13/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":480,"Date":"11/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":225,"Cost":130,"Date":"12/28/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":380,"Date":"2/4/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":523,"Date":"3/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":350,"Date":"12/18/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":156,"Date":"3/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":132,"Cost":101,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":481,"Date":"6/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":97,"Cost":90,"Date":"7/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":203,"Date":"11/21/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":365,"Cost":245,"Date":"11/26/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":1000,"Cost":741,"Date":"2/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":353,"Date":"5/21/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":142,"Date":"9/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":193,"Cost":125,"Date":"1/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":730,"Cost":431,"Date":"2/2/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":123,"Date":"3/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":763,"Date":"10/14/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":61,"Cost":39,"Date":"2/16/2018"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":576,"Cost":381,"Date":"6/7/2018"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":742,"Cost":444,"Date":"1/28/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":733,"Cost":410,"Date":"3/27/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":783,"Cost":457,"Date":"5/12/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":944,"Cost":480,"Date":"7/28/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":651,"Cost":583,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":833,"Cost":536,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":204,"Cost":117,"Date":"1/17/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":139,"Cost":101,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":752,"Cost":696,"Date":"6/6/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":67,"Cost":62,"Date":"6/16/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":413,"Cost":348,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":944,"Cost":788,"Date":"11/19/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":82,"Cost":43,"Date":"12/28/2020"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":760,"Cost":595,"Date":"2/4/2021"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":292,"Cost":173,"Date":"3/8/2021"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":195,"Cost":154,"Date":"12/18/2021"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":367,"Cost":277,"Date":"3/31/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":928,"Cost":519,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":612,"Cost":560,"Date":"6/26/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":56,"Cost":40,"Date":"7/23/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":11,"Cost":9,"Date":"11/21/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":142,"Cost":73,"Date":"11/26/2022"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":179,"Cost":170,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":491,"Cost":356,"Date":"5/21/2023"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":981,"Cost":539,"Date":"9/28/2023"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":761,"Cost":469,"Date":"1/3/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":606,"Cost":363,"Date":"2/2/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":142,"Cost":87,"Date":"3/18/2024"},{"Store":"Canberra Centre","Brand":"HM","Country":"Australia","Sale":27,"Cost":19,"Date":"10/14/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":832,"Cost":664,"Date":"2/16/2018"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":349,"Cost":322,"Date":"6/7/2018"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":17,"Cost":14,"Date":"1/28/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":831,"Cost":790,"Date":"3/27/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":437,"Cost":288,"Date":"5/12/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":788,"Cost":640,"Date":"7/28/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":152,"Cost":101,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":300,"Cost":183,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":856,"Cost":490,"Date":"1/17/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":391,"Cost":200,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":98,"Cost":79,"Date":"6/6/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":775,"Cost":522,"Date":"6/16/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":196,"Cost":125,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":64,"Cost":58,"Date":"11/19/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":642,"Cost":495,"Date":"12/28/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":37,"Cost":33,"Date":"2/4/2021"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":80,"Cost":55,"Date":"3/8/2021"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":90,"Cost":64,"Date":"12/18/2021"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":677,"Cost":443,"Date":"3/31/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":852,"Cost":498,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":343,"Cost":314,"Date":"6/26/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":330,"Cost":210,"Date":"7/23/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":476,"Cost":278,"Date":"11/21/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":899,"Cost":655,"Date":"11/26/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":301,"Cost":172,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":295,"Cost":253,"Date":"5/21/2023"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":646,"Cost":343,"Date":"9/28/2023"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":789,"Cost":508,"Date":"1/3/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":107,"Cost":87,"Date":"2/2/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":823,"Cost":476,"Date":"3/18/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":178,"Cost":104,"Date":"10/14/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":717,"Cost":632,"Date":"2/16/2018"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":232,"Cost":175,"Date":"6/7/2018"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":483,"Date":"1/28/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":161,"Date":"3/27/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":395,"Cost":207,"Date":"5/12/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":152,"Date":"7/28/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":72,"Cost":37,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":571,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":506,"Date":"1/17/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":744,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":232,"Date":"6/6/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":147,"Date":"6/16/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":478,"Cost":449,"Date":"8/13/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":257,"Cost":195,"Date":"11/19/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":7,"Cost":6,"Date":"12/28/2020"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":469,"Cost":401,"Date":"2/4/2021"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":537,"Cost":411,"Date":"3/8/2021"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":361,"Date":"12/18/2021"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":531,"Date":"3/31/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":425,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":32,"Cost":20,"Date":"6/26/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":755,"Cost":482,"Date":"7/23/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":282,"Date":"11/21/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":333,"Date":"11/26/2022"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":204,"Date":"2/20/2023"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":631,"Cost":515,"Date":"5/21/2023"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":626,"Date":"9/28/2023"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":244,"Cost":209,"Date":"1/3/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":714,"Date":"2/2/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":347,"Date":"3/18/2024"},{"Store":"Canberra Centre","Brand":"Sellpy","Country":"Australia","Sale":355,"Cost":326,"Date":"10/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":866,"Cost":770,"Date":"2/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":233,"Date":"6/7/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":284,"Cost":206,"Date":"1/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":209,"Date":"3/27/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":776,"Cost":714,"Date":"5/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":232,"Date":"7/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":422,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":525,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":660,"Cost":456,"Date":"1/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":432,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":776,"Date":"6/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":279,"Date":"6/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":480,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":418,"Cost":310,"Date":"11/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":351,"Cost":217,"Date":"12/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":558,"Cost":476,"Date":"2/4/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":587,"Date":"3/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":370,"Cost":234,"Date":"12/18/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":95,"Date":"3/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":378,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":539,"Cost":290,"Date":"6/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":780,"Cost":445,"Date":"7/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":458,"Cost":229,"Date":"11/21/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":705,"Cost":666,"Date":"11/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":546,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":675,"Date":"5/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":771,"Cost":429,"Date":"9/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":831,"Cost":437,"Date":"1/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":15,"Date":"2/2/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":673,"Date":"3/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":604,"Date":"10/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":566,"Cost":408,"Date":"2/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":572,"Date":"6/7/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":275,"Date":"1/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":743,"Cost":487,"Date":"3/27/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":156,"Cost":110,"Date":"5/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":482,"Cost":417,"Date":"7/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":685,"Cost":471,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":411,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":774,"Cost":502,"Date":"1/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":410,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":354,"Date":"6/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":844,"Cost":513,"Date":"6/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":82,"Cost":74,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":154,"Date":"11/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":289,"Cost":145,"Date":"12/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":933,"Cost":800,"Date":"2/4/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":480,"Cost":383,"Date":"3/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":405,"Cost":209,"Date":"12/18/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":698,"Date":"3/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":332,"Cost":262,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":132,"Date":"6/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":2,"Cost":1,"Date":"7/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":433,"Cost":277,"Date":"11/21/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":496,"Date":"11/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":318,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":310,"Cost":290,"Date":"5/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":399,"Cost":350,"Date":"9/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":852,"Date":"1/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":450,"Date":"2/2/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":509,"Cost":319,"Date":"3/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":354,"Date":"10/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":401,"Date":"2/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":367,"Date":"6/7/2018"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":259,"Cost":234,"Date":"1/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":55,"Cost":31,"Date":"3/27/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":860,"Date":"5/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":824,"Cost":760,"Date":"7/28/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":413,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":577,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":644,"Date":"1/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":195,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":253,"Date":"6/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":537,"Date":"6/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":232,"Date":"8/13/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":752,"Cost":638,"Date":"11/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":158,"Date":"12/28/2020"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":425,"Date":"2/4/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":772,"Cost":472,"Date":"3/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":647,"Cost":499,"Date":"12/18/2021"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":767,"Cost":533,"Date":"3/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":744,"Cost":703,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":943,"Cost":660,"Date":"6/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":134,"Cost":93,"Date":"7/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":832,"Cost":656,"Date":"11/21/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":215,"Cost":154,"Date":"11/26/2022"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":629,"Cost":541,"Date":"2/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":227,"Cost":183,"Date":"5/21/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":139,"Cost":83,"Date":"9/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":14,"Cost":7,"Date":"1/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":393,"Cost":297,"Date":"2/2/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":257,"Date":"3/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":425,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":170,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":663,"Cost":442,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":314,"Cost":266,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":398,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":487,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":46,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":157,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":209,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":556,"Cost":472,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":25,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":482,"Cost":253,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":702,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":861,"Cost":488,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":608,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":117,"Cost":88,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":72,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":793,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":925,"Cost":471,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":463,"Cost":439,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":783,"Cost":415,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":899,"Cost":523,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":708,"Cost":390,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":442,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":62,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":210,"Cost":143,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":211,"Cost":154,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":195,"Cost":97,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":88,"Cost":54,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":89,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":493,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":519,"Cost":396,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":690,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":881,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":222,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":755,"Cost":481,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":255,"Cost":226,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":632,"Cost":586,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":222,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":526,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":606,"Cost":340,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":3,"Cost":3,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":583,"Cost":383,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":673,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":129,"Cost":111,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":371,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":163,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":76,"Cost":54,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":414,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":770,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":609,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":258,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":469,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":552,"Cost":346,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":352,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":896,"Cost":478,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":594,"Cost":465,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":242,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":246,"Cost":169,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":208,"Cost":130,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":427,"Cost":276,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":206,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":433,"Date":"10/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":308,"Cost":225,"Date":"2/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":470,"Cost":324,"Date":"6/7/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":842,"Date":"1/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":60,"Cost":36,"Date":"3/27/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":29,"Date":"5/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":339,"Date":"7/28/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":424,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":813,"Cost":594,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":992,"Cost":891,"Date":"1/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":414,"Cost":253,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":450,"Date":"6/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":118,"Date":"6/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":624,"Cost":338,"Date":"8/13/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":361,"Cost":326,"Date":"11/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":479,"Cost":312,"Date":"12/28/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":410,"Date":"2/4/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":727,"Cost":598,"Date":"3/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":736,"Cost":562,"Date":"12/18/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":114,"Date":"3/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":149,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":185,"Cost":158,"Date":"6/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":68,"Date":"7/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":412,"Date":"11/21/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":542,"Cost":424,"Date":"11/26/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":243,"Date":"2/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":897,"Cost":576,"Date":"5/21/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":756,"Cost":469,"Date":"9/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":220,"Cost":112,"Date":"1/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":368,"Date":"2/2/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":91,"Cost":61,"Date":"3/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":682,"Cost":345,"Date":"10/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":956,"Cost":635,"Date":"2/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":173,"Cost":159,"Date":"6/7/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":38,"Cost":29,"Date":"1/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":354,"Cost":211,"Date":"3/27/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":35,"Cost":31,"Date":"5/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":745,"Cost":521,"Date":"7/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":467,"Cost":411,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":543,"Cost":277,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":157,"Cost":99,"Date":"1/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":333,"Cost":180,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":912,"Cost":705,"Date":"6/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":589,"Cost":464,"Date":"6/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":33,"Cost":27,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":99,"Cost":57,"Date":"11/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":727,"Cost":687,"Date":"12/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":355,"Cost":320,"Date":"2/4/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":182,"Cost":92,"Date":"3/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":904,"Cost":562,"Date":"12/18/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":893,"Cost":571,"Date":"3/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":240,"Cost":138,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":308,"Cost":188,"Date":"6/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":350,"Cost":310,"Date":"7/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":33,"Cost":17,"Date":"11/21/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":648,"Cost":533,"Date":"11/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":868,"Cost":565,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":85,"Cost":58,"Date":"5/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":361,"Cost":317,"Date":"9/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":694,"Cost":633,"Date":"1/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":74,"Cost":57,"Date":"2/2/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":327,"Cost":192,"Date":"3/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":630,"Cost":453,"Date":"10/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":105,"Date":"2/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":893,"Cost":578,"Date":"6/7/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":633,"Date":"1/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":233,"Cost":135,"Date":"3/27/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":55,"Cost":52,"Date":"5/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":131,"Date":"7/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":260,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":552,"Cost":286,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":157,"Cost":137,"Date":"1/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":95,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":574,"Date":"6/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":517,"Date":"6/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":60,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":21,"Date":"11/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":402,"Date":"12/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":537,"Date":"2/4/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":175,"Date":"3/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":272,"Cost":230,"Date":"12/18/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":131,"Cost":104,"Date":"3/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":876,"Cost":786,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":238,"Date":"6/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":681,"Cost":350,"Date":"7/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":198,"Date":"11/21/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":612,"Date":"11/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":46,"Cost":44,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":235,"Date":"5/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":198,"Date":"9/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":187,"Cost":155,"Date":"1/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":540,"Date":"2/2/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":351,"Cost":309,"Date":"3/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":705,"Cost":600,"Date":"10/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":67,"Date":"2/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":31,"Cost":21,"Date":"6/7/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":658,"Cost":400,"Date":"1/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":599,"Date":"3/27/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":16,"Date":"5/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":879,"Cost":573,"Date":"7/28/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":839,"Cost":733,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":413,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":524,"Date":"1/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":517,"Cost":334,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":697,"Cost":627,"Date":"6/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":29,"Cost":19,"Date":"6/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":221,"Cost":162,"Date":"8/13/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":228,"Date":"11/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":386,"Date":"12/28/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":915,"Cost":652,"Date":"2/4/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":349,"Date":"3/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":346,"Date":"12/18/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":493,"Date":"3/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":465,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":939,"Cost":720,"Date":"6/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":58,"Date":"7/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":146,"Date":"11/21/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":271,"Cost":213,"Date":"11/26/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":28,"Date":"2/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":326,"Cost":257,"Date":"5/21/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":177,"Date":"9/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":619,"Date":"1/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":254,"Date":"2/2/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":261,"Date":"3/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":227,"Cost":162,"Date":"10/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":349,"Cost":197,"Date":"2/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":274,"Cost":191,"Date":"6/7/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":564,"Date":"1/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":684,"Date":"3/27/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":232,"Date":"5/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":723,"Cost":622,"Date":"7/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":465,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":263,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":169,"Cost":153,"Date":"1/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":157,"Cost":80,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":70,"Date":"6/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":235,"Cost":194,"Date":"6/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":384,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":70,"Date":"11/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":7,"Cost":4,"Date":"12/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":473,"Cost":272,"Date":"2/4/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":730,"Cost":551,"Date":"3/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":34,"Cost":32,"Date":"12/18/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":916,"Cost":539,"Date":"3/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":488,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":271,"Cost":248,"Date":"6/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":233,"Cost":189,"Date":"7/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":63,"Date":"11/21/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":106,"Cost":74,"Date":"11/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":109,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":278,"Date":"5/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":69,"Date":"9/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":248,"Date":"1/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":929,"Cost":614,"Date":"2/2/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":535,"Date":"3/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":34,"Cost":31,"Date":"10/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":422,"Date":"2/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":304,"Date":"6/7/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":345,"Cost":188,"Date":"1/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":689,"Cost":571,"Date":"3/27/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":820,"Cost":705,"Date":"5/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":462,"Date":"7/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":430,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":535,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":978,"Cost":613,"Date":"1/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":198,"Cost":164,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":865,"Date":"6/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":399,"Date":"6/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":599,"Cost":569,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":154,"Date":"11/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":203,"Date":"12/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":164,"Date":"2/4/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":96,"Date":"3/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":872,"Date":"12/18/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":635,"Date":"3/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":165,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":205,"Date":"6/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":771,"Cost":542,"Date":"7/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":912,"Date":"11/21/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":126,"Date":"11/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":208,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":673,"Cost":388,"Date":"5/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":840,"Cost":582,"Date":"9/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":465,"Date":"1/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":496,"Cost":396,"Date":"2/2/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":54,"Date":"3/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":126,"Cost":73,"Date":"10/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":362,"Date":"2/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":189,"Cost":137,"Date":"6/7/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":122,"Cost":74,"Date":"1/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":338,"Cost":197,"Date":"3/27/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":53,"Cost":49,"Date":"5/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":184,"Date":"7/28/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":595,"Cost":559,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":324,"Cost":183,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":514,"Date":"1/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":487,"Cost":429,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":117,"Cost":59,"Date":"6/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":591,"Cost":308,"Date":"6/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":448,"Date":"8/13/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":29,"Cost":26,"Date":"11/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":738,"Cost":571,"Date":"12/28/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":479,"Cost":288,"Date":"2/4/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":387,"Cost":251,"Date":"3/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":405,"Cost":378,"Date":"12/18/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":951,"Cost":691,"Date":"3/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":106,"Cost":71,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":221,"Date":"6/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":46,"Cost":31,"Date":"7/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":210,"Date":"11/21/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":716,"Cost":476,"Date":"11/26/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":900,"Cost":466,"Date":"2/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":63,"Date":"5/21/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":390,"Date":"9/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":684,"Date":"1/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":19,"Cost":10,"Date":"2/2/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":372,"Date":"3/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":381,"Date":"10/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":667,"Cost":571,"Date":"2/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":557,"Cost":405,"Date":"6/7/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":179,"Cost":169,"Date":"1/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":388,"Date":"3/27/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":71,"Date":"5/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":124,"Date":"7/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":405,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":262,"Cost":227,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":364,"Date":"1/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":38,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":586,"Date":"6/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":153,"Date":"6/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":587,"Cost":399,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":486,"Cost":298,"Date":"11/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":110,"Cost":96,"Date":"12/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":908,"Cost":468,"Date":"2/4/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":202,"Cost":132,"Date":"3/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":711,"Cost":554,"Date":"12/18/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":883,"Cost":512,"Date":"3/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":515,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":319,"Cost":192,"Date":"6/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":567,"Date":"7/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":815,"Cost":484,"Date":"11/21/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":861,"Cost":461,"Date":"11/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":164,"Cost":100,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":216,"Date":"5/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":287,"Cost":250,"Date":"9/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":385,"Date":"1/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":888,"Cost":753,"Date":"2/2/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":434,"Date":"3/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":468,"Date":"10/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":421,"Cost":378,"Date":"2/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":962,"Cost":529,"Date":"6/7/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":275,"Cost":248,"Date":"1/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":960,"Cost":733,"Date":"3/27/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":225,"Cost":199,"Date":"5/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":27,"Cost":19,"Date":"7/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":93,"Cost":86,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":646,"Cost":336,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":141,"Cost":84,"Date":"1/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":494,"Cost":403,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":387,"Cost":277,"Date":"6/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":529,"Cost":402,"Date":"6/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":980,"Cost":773,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":438,"Cost":360,"Date":"11/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":3,"Cost":2,"Date":"12/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":274,"Cost":234,"Date":"2/4/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":119,"Cost":95,"Date":"3/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":825,"Cost":564,"Date":"12/18/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":173,"Cost":112,"Date":"3/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":321,"Cost":169,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":392,"Cost":254,"Date":"6/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":629,"Cost":321,"Date":"7/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":572,"Cost":473,"Date":"11/21/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":359,"Cost":220,"Date":"11/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":616,"Cost":507,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":606,"Cost":549,"Date":"5/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":382,"Cost":318,"Date":"9/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":323,"Cost":192,"Date":"1/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":605,"Cost":391,"Date":"2/2/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":845,"Cost":565,"Date":"3/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":294,"Cost":182,"Date":"10/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":808,"Cost":487,"Date":"2/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":401,"Date":"6/7/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":608,"Cost":505,"Date":"1/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":557,"Date":"3/27/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":636,"Date":"5/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":227,"Date":"7/28/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":847,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":3,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":326,"Cost":270,"Date":"1/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":546,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":415,"Date":"6/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":320,"Cost":207,"Date":"6/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":392,"Date":"8/13/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":884,"Cost":724,"Date":"11/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":271,"Cost":222,"Date":"12/28/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":135,"Date":"2/4/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":186,"Date":"3/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":5,"Date":"12/18/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":683,"Date":"3/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":464,"Cost":321,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":767,"Cost":712,"Date":"6/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":830,"Cost":762,"Date":"7/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":264,"Cost":226,"Date":"11/21/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":163,"Date":"11/26/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":256,"Date":"2/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":420,"Cost":281,"Date":"5/21/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":765,"Cost":520,"Date":"9/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":247,"Date":"1/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":749,"Cost":576,"Date":"2/2/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":475,"Date":"3/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":390,"Date":"10/14/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":113,"Date":"2/16/2018"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":198,"Cost":110,"Date":"6/7/2018"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":324,"Cost":260,"Date":"1/28/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":353,"Date":"3/27/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":114,"Cost":76,"Date":"5/12/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":651,"Date":"7/28/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":316,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":320,"Cost":226,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":73,"Date":"1/17/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":964,"Cost":555,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":712,"Cost":356,"Date":"6/6/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":646,"Date":"6/16/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":114,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":24,"Date":"11/19/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":969,"Cost":754,"Date":"12/28/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":898,"Cost":762,"Date":"2/4/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":555,"Cost":300,"Date":"3/8/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":256,"Date":"12/18/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":52,"Date":"3/31/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":515,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":490,"Cost":417,"Date":"6/26/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":261,"Cost":210,"Date":"7/23/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":806,"Cost":704,"Date":"11/21/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":308,"Date":"11/26/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":29,"Cost":24,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":379,"Cost":334,"Date":"5/21/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":61,"Date":"9/28/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":219,"Cost":113,"Date":"1/3/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":355,"Date":"2/2/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":809,"Cost":462,"Date":"3/18/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":920,"Cost":521,"Date":"10/14/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":934,"Cost":823,"Date":"2/16/2018"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":523,"Cost":350,"Date":"6/7/2018"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":138,"Date":"1/28/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":758,"Cost":576,"Date":"3/27/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":717,"Cost":364,"Date":"5/12/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":16,"Cost":9,"Date":"7/28/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":193,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":229,"Cost":217,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":690,"Cost":559,"Date":"1/17/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":16,"Cost":9,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":630,"Cost":317,"Date":"6/6/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":343,"Date":"6/16/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":921,"Cost":744,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":302,"Cost":275,"Date":"11/19/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":327,"Date":"12/28/2020"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":50,"Cost":43,"Date":"2/4/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":37,"Cost":20,"Date":"3/8/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":404,"Cost":333,"Date":"12/18/2021"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":258,"Date":"3/31/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":144,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":515,"Date":"6/26/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":365,"Date":"7/23/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":773,"Date":"11/21/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":335,"Cost":169,"Date":"11/26/2022"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":586,"Cost":501,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":925,"Cost":646,"Date":"5/21/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":514,"Date":"9/28/2023"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":315,"Date":"1/3/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":420,"Cost":387,"Date":"2/2/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":835,"Cost":674,"Date":"3/18/2024"},{"Store":"Cairns Central","Brand":"Jeans","Country":"Australia","Sale":580,"Cost":422,"Date":"10/14/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":245,"Date":"2/16/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":902,"Cost":786,"Date":"6/7/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":81,"Cost":73,"Date":"1/28/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":609,"Date":"3/27/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":270,"Date":"5/12/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":545,"Cost":337,"Date":"7/28/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":25,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":597,"Cost":323,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":263,"Cost":193,"Date":"1/17/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":412,"Cost":381,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":441,"Date":"6/6/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":652,"Cost":438,"Date":"6/16/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":422,"Cost":311,"Date":"8/13/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":669,"Date":"11/19/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":149,"Cost":126,"Date":"12/28/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":536,"Date":"2/4/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":280,"Date":"3/8/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":582,"Cost":480,"Date":"12/18/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":265,"Cost":180,"Date":"3/31/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":159,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":940,"Cost":564,"Date":"6/26/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":995,"Cost":658,"Date":"7/23/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":338,"Date":"11/21/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":111,"Cost":98,"Date":"11/26/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":629,"Cost":413,"Date":"2/20/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":232,"Date":"5/21/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":17,"Date":"9/28/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":315,"Cost":184,"Date":"1/3/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":114,"Cost":75,"Date":"2/2/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":380,"Date":"3/18/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":486,"Date":"10/14/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":39,"Date":"2/16/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":295,"Date":"6/7/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":649,"Cost":347,"Date":"1/28/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":99,"Cost":73,"Date":"3/27/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":351,"Date":"5/12/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":513,"Cost":338,"Date":"7/28/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":62,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":264,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":363,"Date":"1/17/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":623,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":86,"Cost":80,"Date":"6/6/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":562,"Cost":438,"Date":"6/16/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":338,"Cost":262,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":339,"Date":"11/19/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":370,"Cost":266,"Date":"12/28/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":811,"Cost":649,"Date":"2/4/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":967,"Cost":876,"Date":"3/8/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":401,"Date":"12/18/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":616,"Date":"3/31/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":46,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":573,"Date":"6/26/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":212,"Cost":150,"Date":"7/23/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":67,"Cost":42,"Date":"11/21/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":569,"Cost":312,"Date":"11/26/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":264,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":610,"Cost":349,"Date":"5/21/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":718,"Date":"9/28/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":90,"Date":"1/3/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":310,"Cost":171,"Date":"2/2/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":311,"Date":"3/18/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":54,"Date":"10/14/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":756,"Cost":566,"Date":"2/16/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":173,"Cost":163,"Date":"6/7/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":303,"Date":"1/28/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":712,"Date":"3/27/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":490,"Date":"5/12/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":462,"Date":"7/28/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":190,"Cost":114,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":114,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":566,"Date":"1/17/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":160,"Cost":86,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":196,"Date":"6/6/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":692,"Cost":616,"Date":"6/16/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":723,"Cost":659,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":469,"Cost":234,"Date":"11/19/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":499,"Date":"12/28/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":474,"Date":"2/4/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":195,"Date":"3/8/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":135,"Date":"12/18/2021"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":162,"Cost":91,"Date":"3/31/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":269,"Cost":212,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":402,"Date":"6/26/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":334,"Cost":243,"Date":"7/23/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":431,"Cost":220,"Date":"11/21/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":340,"Cost":183,"Date":"11/26/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":74,"Cost":67,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":320,"Date":"5/21/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":444,"Cost":271,"Date":"9/28/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":931,"Cost":677,"Date":"1/3/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":158,"Date":"2/2/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":243,"Date":"3/18/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":428,"Date":"10/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":598,"Cost":312,"Date":"2/16/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":545,"Cost":413,"Date":"6/7/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":295,"Cost":198,"Date":"1/28/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":83,"Cost":64,"Date":"3/27/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":87,"Cost":79,"Date":"5/12/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":427,"Cost":375,"Date":"7/28/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":345,"Cost":175,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":714,"Cost":637,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":491,"Cost":379,"Date":"1/17/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":269,"Cost":168,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":743,"Cost":477,"Date":"6/6/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":110,"Cost":61,"Date":"6/16/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":645,"Cost":431,"Date":"8/13/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":706,"Cost":650,"Date":"11/19/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":939,"Cost":875,"Date":"12/28/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":974,"Cost":912,"Date":"2/4/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":607,"Cost":362,"Date":"3/8/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":507,"Cost":381,"Date":"12/18/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":101,"Cost":96,"Date":"3/31/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":119,"Cost":61,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":393,"Cost":198,"Date":"6/26/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":442,"Cost":413,"Date":"7/23/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":290,"Cost":229,"Date":"11/21/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":71,"Cost":40,"Date":"11/26/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":886,"Cost":517,"Date":"2/20/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":9,"Cost":8,"Date":"5/21/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":337,"Cost":183,"Date":"9/28/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":719,"Cost":458,"Date":"1/3/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":93,"Cost":76,"Date":"2/2/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":731,"Cost":462,"Date":"3/18/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":706,"Cost":666,"Date":"10/14/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":485,"Cost":457,"Date":"2/16/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":335,"Cost":179,"Date":"6/7/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":380,"Date":"1/28/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":257,"Cost":218,"Date":"3/27/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":883,"Cost":663,"Date":"5/12/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":260,"Date":"7/28/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":355,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":311,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":776,"Date":"1/17/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":49,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":796,"Cost":473,"Date":"6/6/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":553,"Date":"6/16/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":506,"Cost":421,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":211,"Date":"11/19/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":396,"Cost":292,"Date":"12/28/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":387,"Date":"2/4/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":412,"Date":"3/8/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":234,"Cost":121,"Date":"12/18/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":453,"Date":"3/31/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":437,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":338,"Date":"6/26/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":214,"Date":"7/23/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":491,"Date":"11/21/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":123,"Date":"11/26/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":359,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":94,"Cost":72,"Date":"5/21/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":193,"Date":"9/28/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":416,"Cost":378,"Date":"1/3/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":428,"Date":"2/2/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":86,"Cost":69,"Date":"3/18/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":803,"Cost":559,"Date":"10/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":360,"Cost":307,"Date":"2/16/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":460,"Date":"6/7/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":78,"Date":"1/28/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":342,"Date":"3/27/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":476,"Date":"5/12/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":475,"Cost":425,"Date":"7/28/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":512,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":494,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":244,"Cost":148,"Date":"1/17/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":696,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":693,"Cost":553,"Date":"6/6/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":390,"Date":"6/16/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":95,"Cost":87,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":8,"Cost":4,"Date":"11/19/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":146,"Cost":123,"Date":"12/28/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":707,"Cost":436,"Date":"2/4/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":705,"Cost":541,"Date":"3/8/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":720,"Cost":472,"Date":"12/18/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":302,"Date":"3/31/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":262,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":132,"Date":"6/26/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":839,"Cost":765,"Date":"7/23/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":564,"Date":"11/21/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":525,"Cost":274,"Date":"11/26/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":433,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":656,"Date":"5/21/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":296,"Date":"9/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":91,"Date":"1/3/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":563,"Date":"2/2/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":712,"Cost":587,"Date":"3/18/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":493,"Date":"10/14/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":387,"Date":"2/16/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":517,"Cost":432,"Date":"6/7/2018"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":615,"Cost":448,"Date":"1/28/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":508,"Date":"3/27/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":625,"Cost":432,"Date":"5/12/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":386,"Date":"7/28/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":195,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":280,"Cost":153,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":660,"Cost":343,"Date":"1/17/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":317,"Cost":248,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":784,"Cost":639,"Date":"6/6/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":789,"Cost":725,"Date":"6/16/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":241,"Date":"8/13/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":339,"Cost":314,"Date":"11/19/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":542,"Cost":452,"Date":"12/28/2020"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":868,"Cost":490,"Date":"2/4/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":125,"Date":"3/8/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":362,"Date":"12/18/2021"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":594,"Cost":453,"Date":"3/31/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":490,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":936,"Cost":847,"Date":"6/26/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":888,"Cost":592,"Date":"7/23/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":348,"Date":"11/21/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":757,"Date":"11/26/2022"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":158,"Date":"2/20/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":655,"Date":"5/21/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":235,"Date":"9/28/2023"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":187,"Date":"1/3/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":902,"Cost":818,"Date":"2/2/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":473,"Date":"3/18/2024"},{"Store":"Westfield Wollongong","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":275,"Date":"10/14/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":54,"Cost":42,"Date":"2/16/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":229,"Date":"6/7/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":975,"Cost":673,"Date":"1/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":636,"Date":"3/27/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":778,"Cost":713,"Date":"5/12/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":28,"Date":"7/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":151,"Cost":137,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":371,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":349,"Date":"1/17/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":374,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":914,"Cost":760,"Date":"6/6/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":724,"Cost":591,"Date":"6/16/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":6,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":468,"Cost":391,"Date":"11/19/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":408,"Cost":377,"Date":"12/28/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":453,"Cost":358,"Date":"2/4/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":988,"Cost":856,"Date":"3/8/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":337,"Cost":245,"Date":"12/18/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":172,"Cost":160,"Date":"3/31/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":716,"Cost":534,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":637,"Cost":581,"Date":"6/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":625,"Cost":326,"Date":"7/23/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":518,"Cost":313,"Date":"11/21/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":67,"Cost":38,"Date":"11/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":941,"Cost":798,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":98,"Cost":75,"Date":"5/21/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":187,"Date":"9/28/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":139,"Cost":132,"Date":"1/3/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":698,"Date":"2/2/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":880,"Cost":616,"Date":"3/18/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":495,"Cost":453,"Date":"10/14/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":5,"Cost":4,"Date":"2/16/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":225,"Date":"6/7/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":584,"Date":"1/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":591,"Date":"3/27/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":438,"Cost":241,"Date":"5/12/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":151,"Date":"7/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":420,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":544,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":574,"Date":"1/17/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":330,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":131,"Cost":95,"Date":"6/6/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":783,"Cost":640,"Date":"6/16/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":150,"Cost":85,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":293,"Date":"11/19/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":853,"Cost":476,"Date":"12/28/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":420,"Cost":382,"Date":"2/4/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":190,"Date":"3/8/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":876,"Cost":654,"Date":"12/18/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":380,"Cost":200,"Date":"3/31/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":939,"Cost":658,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":509,"Date":"6/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":278,"Cost":232,"Date":"7/23/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":108,"Date":"11/21/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":163,"Cost":147,"Date":"11/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":641,"Cost":599,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":615,"Date":"5/21/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":320,"Cost":211,"Date":"9/28/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":959,"Cost":601,"Date":"1/3/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":183,"Date":"2/2/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":12,"Date":"3/18/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":142,"Cost":124,"Date":"10/14/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":182,"Date":"2/16/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":407,"Cost":344,"Date":"6/7/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":597,"Cost":388,"Date":"1/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":148,"Date":"3/27/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":546,"Date":"5/12/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":518,"Cost":371,"Date":"7/28/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":498,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":443,"Cost":369,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":920,"Cost":776,"Date":"1/17/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":577,"Cost":499,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":335,"Date":"6/6/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":262,"Date":"6/16/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":24,"Cost":20,"Date":"8/13/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":200,"Date":"11/19/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":172,"Cost":96,"Date":"12/28/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":501,"Date":"2/4/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":127,"Cost":113,"Date":"3/8/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":693,"Date":"12/18/2021"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":619,"Cost":541,"Date":"3/31/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":86,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":458,"Date":"6/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":376,"Cost":234,"Date":"7/23/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":348,"Date":"11/21/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":282,"Cost":163,"Date":"11/26/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":571,"Date":"2/20/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":613,"Date":"5/21/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":284,"Date":"9/28/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":221,"Date":"1/3/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":838,"Cost":609,"Date":"2/2/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":22,"Date":"3/18/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":301,"Date":"10/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":207,"Cost":166,"Date":"2/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":321,"Cost":221,"Date":"6/7/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":659,"Cost":569,"Date":"1/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":687,"Cost":446,"Date":"3/27/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":443,"Cost":227,"Date":"5/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":812,"Cost":552,"Date":"7/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":878,"Cost":832,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":980,"Cost":607,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":247,"Cost":227,"Date":"1/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":670,"Cost":386,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":795,"Cost":575,"Date":"6/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":617,"Cost":531,"Date":"6/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":177,"Cost":94,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":669,"Cost":375,"Date":"11/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":493,"Cost":432,"Date":"12/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":262,"Cost":210,"Date":"2/4/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":235,"Cost":222,"Date":"3/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":491,"Cost":390,"Date":"12/18/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":43,"Cost":25,"Date":"3/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":321,"Cost":259,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":734,"Cost":482,"Date":"6/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":892,"Cost":481,"Date":"7/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":69,"Cost":54,"Date":"11/21/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":749,"Cost":694,"Date":"11/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":554,"Cost":307,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":217,"Cost":165,"Date":"5/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":67,"Cost":61,"Date":"9/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":523,"Cost":272,"Date":"1/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":57,"Cost":50,"Date":"2/2/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":882,"Cost":612,"Date":"3/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":499,"Cost":333,"Date":"10/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":324,"Cost":200,"Date":"2/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":886,"Cost":671,"Date":"6/7/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":267,"Cost":244,"Date":"1/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":60,"Cost":54,"Date":"3/27/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":681,"Cost":418,"Date":"5/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":3,"Cost":3,"Date":"7/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":682,"Cost":391,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":670,"Cost":437,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":184,"Cost":126,"Date":"1/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":419,"Cost":228,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":620,"Cost":587,"Date":"6/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":480,"Cost":372,"Date":"6/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":953,"Cost":787,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":714,"Cost":535,"Date":"11/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":558,"Cost":297,"Date":"12/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":326,"Cost":294,"Date":"2/4/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":39,"Cost":25,"Date":"3/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":257,"Cost":217,"Date":"12/18/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":738,"Cost":369,"Date":"3/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":588,"Cost":518,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":428,"Cost":308,"Date":"6/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":3,"Cost":2,"Date":"7/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":162,"Cost":154,"Date":"11/21/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":97,"Cost":77,"Date":"11/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":572,"Cost":357,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":47,"Cost":38,"Date":"5/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":735,"Cost":377,"Date":"9/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":242,"Cost":198,"Date":"1/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":922,"Cost":734,"Date":"2/2/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":498,"Cost":353,"Date":"3/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Nova","Country":"Australia","Sale":320,"Cost":206,"Date":"10/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":387,"Cost":270,"Date":"2/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":745,"Cost":568,"Date":"6/7/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":369,"Cost":245,"Date":"1/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":299,"Date":"3/27/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":572,"Date":"5/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":145,"Cost":126,"Date":"7/28/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":150,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":335,"Cost":314,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":777,"Date":"1/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":581,"Cost":337,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":369,"Date":"6/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":159,"Cost":99,"Date":"6/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":658,"Cost":389,"Date":"8/13/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":805,"Cost":690,"Date":"11/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":74,"Cost":53,"Date":"12/28/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":341,"Cost":260,"Date":"2/4/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":173,"Date":"3/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":442,"Cost":346,"Date":"12/18/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":785,"Cost":636,"Date":"3/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":533,"Cost":274,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":589,"Date":"6/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":17,"Date":"7/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":228,"Cost":201,"Date":"11/21/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":748,"Cost":476,"Date":"11/26/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":649,"Cost":370,"Date":"2/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":747,"Date":"5/21/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":722,"Date":"9/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":437,"Date":"1/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":226,"Date":"2/2/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":708,"Cost":663,"Date":"3/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":616,"Cost":386,"Date":"10/14/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":325,"Cost":233,"Date":"2/16/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":286,"Cost":144,"Date":"6/7/2018"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":153,"Cost":115,"Date":"1/28/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":525,"Cost":312,"Date":"3/27/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":631,"Cost":326,"Date":"5/12/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":158,"Date":"7/28/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":219,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":7,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":756,"Cost":495,"Date":"1/17/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":618,"Cost":512,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":726,"Cost":404,"Date":"6/6/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":929,"Cost":572,"Date":"6/16/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":829,"Cost":617,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":770,"Cost":638,"Date":"11/19/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":899,"Cost":526,"Date":"12/28/2020"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":256,"Cost":189,"Date":"2/4/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":16,"Date":"3/8/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":453,"Cost":286,"Date":"12/18/2021"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":123,"Date":"3/31/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":172,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":79,"Cost":49,"Date":"6/26/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":255,"Date":"7/23/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":551,"Date":"11/21/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":195,"Cost":110,"Date":"11/26/2022"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":396,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":847,"Cost":510,"Date":"5/21/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":262,"Date":"9/28/2023"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":547,"Date":"1/3/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":725,"Cost":420,"Date":"2/2/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":18,"Date":"3/18/2024"},{"Store":"City2, Brussels","Brand":"Jeans","Country":"Belgium","Sale":665,"Cost":536,"Date":"10/14/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":475,"Cost":439,"Date":"2/16/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":361,"Cost":183,"Date":"6/7/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":213,"Cost":115,"Date":"1/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":64,"Cost":50,"Date":"3/27/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":300,"Cost":239,"Date":"5/12/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":339,"Cost":233,"Date":"7/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":546,"Cost":514,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":945,"Cost":896,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":551,"Cost":414,"Date":"1/17/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":67,"Cost":38,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":939,"Cost":632,"Date":"6/6/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":855,"Cost":569,"Date":"6/16/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":814,"Cost":437,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":536,"Cost":328,"Date":"11/19/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":7,"Cost":4,"Date":"12/28/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":733,"Cost":453,"Date":"2/4/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":755,"Cost":704,"Date":"3/8/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":430,"Cost":306,"Date":"12/18/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":370,"Cost":329,"Date":"3/31/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":280,"Cost":155,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":48,"Cost":33,"Date":"6/26/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":654,"Cost":543,"Date":"7/23/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":297,"Cost":242,"Date":"11/21/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":226,"Cost":135,"Date":"11/26/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":539,"Cost":334,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":205,"Cost":136,"Date":"5/21/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":704,"Cost":639,"Date":"9/28/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":379,"Cost":214,"Date":"1/3/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":412,"Cost":228,"Date":"2/2/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":524,"Cost":323,"Date":"3/18/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":345,"Cost":252,"Date":"10/14/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":316,"Cost":196,"Date":"2/16/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":707,"Cost":576,"Date":"6/7/2018"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":166,"Cost":155,"Date":"1/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":980,"Cost":795,"Date":"3/27/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":716,"Cost":633,"Date":"5/12/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":922,"Cost":756,"Date":"7/28/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":994,"Cost":734,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":464,"Cost":337,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":936,"Cost":549,"Date":"1/17/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":74,"Cost":38,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":727,"Cost":686,"Date":"6/6/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":583,"Cost":459,"Date":"6/16/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":971,"Cost":884,"Date":"8/13/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":206,"Cost":129,"Date":"11/19/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":233,"Cost":154,"Date":"12/28/2020"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":211,"Cost":132,"Date":"2/4/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":594,"Cost":391,"Date":"3/8/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":258,"Cost":222,"Date":"12/18/2021"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":971,"Cost":766,"Date":"3/31/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":963,"Cost":829,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":276,"Cost":257,"Date":"6/26/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":366,"Cost":213,"Date":"7/23/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":687,"Cost":480,"Date":"11/21/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":68,"Cost":36,"Date":"11/26/2022"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":38,"Cost":27,"Date":"2/20/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":836,"Cost":735,"Date":"5/21/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":472,"Cost":325,"Date":"9/28/2023"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":528,"Cost":411,"Date":"1/3/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":929,"Cost":633,"Date":"2/2/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":572,"Cost":455,"Date":"3/18/2024"},{"Store":"City2, Brussels","Brand":"COS","Country":"Belgium","Sale":16,"Cost":14,"Date":"10/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":334,"Date":"2/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":915,"Cost":542,"Date":"6/7/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":472,"Cost":414,"Date":"1/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":98,"Cost":73,"Date":"3/27/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":775,"Cost":732,"Date":"5/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":218,"Cost":165,"Date":"7/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":468,"Cost":401,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":562,"Cost":281,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":490,"Date":"1/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":912,"Cost":462,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":33,"Date":"6/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":105,"Date":"6/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":159,"Cost":93,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":525,"Date":"11/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":257,"Cost":139,"Date":"12/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":635,"Cost":533,"Date":"2/4/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":744,"Date":"3/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":334,"Date":"12/18/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":302,"Cost":151,"Date":"3/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":94,"Cost":51,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":898,"Cost":791,"Date":"6/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":169,"Cost":115,"Date":"7/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":471,"Cost":335,"Date":"11/21/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":127,"Cost":65,"Date":"11/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":596,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":22,"Date":"5/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":770,"Cost":416,"Date":"9/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":780,"Cost":716,"Date":"1/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":26,"Date":"2/2/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":26,"Cost":22,"Date":"3/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":729,"Cost":566,"Date":"10/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":637,"Cost":448,"Date":"2/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":647,"Cost":611,"Date":"6/7/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":452,"Cost":367,"Date":"1/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":144,"Cost":135,"Date":"3/27/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":779,"Cost":487,"Date":"5/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":313,"Cost":254,"Date":"7/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":743,"Cost":595,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":246,"Cost":181,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":302,"Cost":221,"Date":"1/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":431,"Cost":310,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":365,"Cost":189,"Date":"6/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":288,"Cost":262,"Date":"6/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":58,"Cost":42,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":364,"Cost":318,"Date":"11/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":554,"Cost":408,"Date":"12/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":640,"Cost":473,"Date":"2/4/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":965,"Cost":607,"Date":"3/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":806,"Cost":473,"Date":"12/18/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":871,"Cost":522,"Date":"3/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":125,"Cost":114,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":923,"Cost":613,"Date":"6/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":553,"Cost":472,"Date":"7/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":694,"Cost":445,"Date":"11/21/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":991,"Cost":623,"Date":"11/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":248,"Cost":234,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":693,"Cost":590,"Date":"5/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":369,"Cost":293,"Date":"9/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":572,"Cost":436,"Date":"1/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":993,"Cost":754,"Date":"2/2/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":723,"Cost":430,"Date":"3/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":475,"Cost":383,"Date":"10/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":376,"Cost":279,"Date":"2/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":622,"Cost":328,"Date":"6/7/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":660,"Cost":578,"Date":"1/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":660,"Cost":417,"Date":"3/27/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":741,"Cost":698,"Date":"5/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":741,"Cost":615,"Date":"7/28/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":330,"Cost":243,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":912,"Cost":796,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":476,"Date":"1/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":232,"Cost":204,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":67,"Date":"6/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":867,"Cost":692,"Date":"6/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":398,"Cost":308,"Date":"8/13/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":748,"Cost":375,"Date":"11/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":302,"Date":"12/28/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":216,"Cost":193,"Date":"2/4/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":410,"Cost":258,"Date":"3/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":245,"Cost":158,"Date":"12/18/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":416,"Cost":277,"Date":"3/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":18,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":147,"Date":"6/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":72,"Cost":40,"Date":"7/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":380,"Cost":325,"Date":"11/21/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":479,"Cost":345,"Date":"11/26/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":510,"Cost":393,"Date":"2/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":762,"Cost":382,"Date":"5/21/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":193,"Cost":145,"Date":"9/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":442,"Date":"1/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":113,"Cost":107,"Date":"2/2/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":379,"Date":"3/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":550,"Cost":422,"Date":"10/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":203,"Cost":121,"Date":"2/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":294,"Date":"6/7/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":920,"Cost":785,"Date":"1/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":382,"Cost":207,"Date":"3/27/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":711,"Cost":497,"Date":"5/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":349,"Cost":254,"Date":"7/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":405,"Cost":246,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":470,"Cost":393,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":933,"Cost":479,"Date":"1/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":419,"Cost":231,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":288,"Cost":149,"Date":"6/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":921,"Cost":719,"Date":"6/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":984,"Cost":922,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":81,"Date":"11/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":835,"Cost":605,"Date":"12/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":431,"Cost":261,"Date":"2/4/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":176,"Cost":114,"Date":"3/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":990,"Cost":912,"Date":"12/18/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":210,"Cost":146,"Date":"3/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":463,"Cost":335,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":834,"Cost":604,"Date":"6/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":342,"Date":"7/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":59,"Cost":49,"Date":"11/21/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":17,"Cost":14,"Date":"11/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":597,"Cost":563,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":242,"Cost":221,"Date":"5/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":640,"Cost":395,"Date":"9/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":156,"Cost":101,"Date":"1/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":954,"Cost":745,"Date":"2/2/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":384,"Cost":205,"Date":"3/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":495,"Date":"10/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":948,"Cost":751,"Date":"2/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":870,"Cost":730,"Date":"6/7/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":903,"Cost":855,"Date":"1/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":623,"Cost":321,"Date":"3/27/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":14,"Date":"5/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":958,"Cost":517,"Date":"7/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":890,"Cost":547,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":141,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":722,"Cost":595,"Date":"1/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":381,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":964,"Cost":874,"Date":"6/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":893,"Cost":729,"Date":"6/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":388,"Cost":361,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":608,"Cost":491,"Date":"11/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":127,"Cost":72,"Date":"12/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":716,"Cost":394,"Date":"2/4/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":57,"Date":"3/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":680,"Date":"12/18/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":425,"Cost":400,"Date":"3/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":98,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":788,"Date":"6/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":384,"Date":"7/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":279,"Cost":232,"Date":"11/21/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":126,"Cost":91,"Date":"11/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":588,"Cost":471,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":420,"Cost":212,"Date":"5/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":761,"Cost":621,"Date":"9/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":145,"Cost":126,"Date":"1/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":727,"Cost":416,"Date":"2/2/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":223,"Cost":163,"Date":"3/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":228,"Date":"10/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":959,"Cost":876,"Date":"2/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":589,"Cost":556,"Date":"6/7/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":100,"Cost":90,"Date":"1/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":653,"Cost":574,"Date":"3/27/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":726,"Cost":542,"Date":"5/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":801,"Cost":558,"Date":"7/28/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":64,"Cost":49,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":517,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":392,"Cost":297,"Date":"1/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":572,"Cost":454,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":18,"Date":"6/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":995,"Cost":687,"Date":"6/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":795,"Cost":549,"Date":"8/13/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":511,"Cost":358,"Date":"11/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":65,"Cost":45,"Date":"12/28/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":239,"Date":"2/4/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":296,"Cost":150,"Date":"3/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":598,"Cost":428,"Date":"12/18/2021"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":109,"Cost":75,"Date":"3/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":315,"Cost":242,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":626,"Cost":560,"Date":"6/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":455,"Date":"7/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":103,"Cost":86,"Date":"11/21/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":507,"Cost":277,"Date":"11/26/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":503,"Cost":424,"Date":"2/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":373,"Cost":335,"Date":"5/21/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":854,"Cost":771,"Date":"9/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":24,"Date":"1/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":266,"Date":"2/2/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":847,"Cost":614,"Date":"3/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":902,"Cost":853,"Date":"10/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":31,"Cost":16,"Date":"2/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":102,"Date":"6/7/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":985,"Cost":664,"Date":"1/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":5,"Date":"3/27/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":198,"Cost":165,"Date":"5/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":58,"Cost":34,"Date":"7/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":597,"Cost":550,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":200,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":637,"Date":"1/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":962,"Cost":621,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":344,"Date":"6/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":137,"Date":"6/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":613,"Cost":324,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":974,"Cost":616,"Date":"11/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":534,"Cost":489,"Date":"12/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":318,"Cost":229,"Date":"2/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":508,"Cost":348,"Date":"3/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":408,"Date":"12/18/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":30,"Cost":17,"Date":"3/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":402,"Cost":212,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":882,"Cost":617,"Date":"6/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":554,"Date":"7/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":118,"Date":"11/21/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":242,"Cost":142,"Date":"11/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":160,"Cost":116,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":229,"Date":"5/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":355,"Date":"9/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":360,"Cost":214,"Date":"1/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":776,"Cost":628,"Date":"2/2/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":756,"Cost":457,"Date":"3/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":556,"Cost":332,"Date":"10/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":460,"Cost":269,"Date":"2/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":686,"Cost":428,"Date":"6/7/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":306,"Cost":283,"Date":"1/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":642,"Cost":469,"Date":"3/27/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":473,"Cost":318,"Date":"5/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":911,"Cost":607,"Date":"7/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":704,"Cost":602,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":88,"Cost":56,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":652,"Cost":423,"Date":"1/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":224,"Cost":176,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":13,"Date":"6/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":128,"Date":"6/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":388,"Cost":315,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":512,"Cost":324,"Date":"11/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":753,"Date":"12/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":64,"Date":"2/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":794,"Cost":663,"Date":"3/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":1000,"Cost":663,"Date":"12/18/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":524,"Cost":398,"Date":"3/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":939,"Cost":474,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":111,"Date":"6/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":231,"Cost":213,"Date":"7/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":468,"Cost":353,"Date":"11/21/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":665,"Cost":354,"Date":"11/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":55,"Cost":50,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":470,"Cost":329,"Date":"5/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":495,"Cost":429,"Date":"9/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":324,"Cost":188,"Date":"1/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":668,"Cost":611,"Date":"2/2/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":399,"Cost":227,"Date":"3/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"ARKET","Country":"Belgium","Sale":899,"Cost":626,"Date":"10/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":322,"Cost":172,"Date":"2/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":820,"Cost":636,"Date":"6/7/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":697,"Cost":637,"Date":"1/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":52,"Cost":43,"Date":"3/27/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":616,"Cost":434,"Date":"5/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":914,"Cost":613,"Date":"7/28/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":354,"Cost":278,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":621,"Cost":484,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":138,"Cost":90,"Date":"1/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":313,"Cost":290,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":535,"Cost":413,"Date":"6/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":448,"Cost":329,"Date":"6/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":737,"Cost":400,"Date":"8/13/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":203,"Cost":144,"Date":"11/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":447,"Cost":269,"Date":"12/28/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":744,"Cost":498,"Date":"2/4/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":683,"Cost":445,"Date":"3/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":528,"Cost":454,"Date":"12/18/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":942,"Cost":582,"Date":"3/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":515,"Cost":421,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":56,"Cost":39,"Date":"6/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":857,"Cost":600,"Date":"7/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":531,"Cost":339,"Date":"11/21/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":791,"Cost":608,"Date":"11/26/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":588,"Cost":364,"Date":"2/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":64,"Cost":55,"Date":"5/21/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":674,"Cost":374,"Date":"9/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":143,"Cost":78,"Date":"1/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":401,"Cost":276,"Date":"2/2/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":859,"Cost":583,"Date":"3/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":511,"Cost":347,"Date":"10/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":784,"Cost":647,"Date":"2/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":171,"Cost":99,"Date":"6/7/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":503,"Cost":308,"Date":"1/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":821,"Cost":655,"Date":"3/27/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":177,"Cost":147,"Date":"5/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":67,"Date":"7/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":402,"Cost":338,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":433,"Cost":402,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":190,"Cost":98,"Date":"1/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":169,"Cost":94,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":749,"Date":"6/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":673,"Cost":543,"Date":"6/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":961,"Cost":539,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":172,"Cost":113,"Date":"11/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":834,"Cost":552,"Date":"12/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":995,"Cost":623,"Date":"2/4/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":313,"Cost":246,"Date":"3/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":592,"Cost":332,"Date":"12/18/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":23,"Cost":20,"Date":"3/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":585,"Cost":409,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":832,"Cost":432,"Date":"6/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":514,"Cost":469,"Date":"7/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":965,"Cost":537,"Date":"11/21/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":359,"Cost":274,"Date":"11/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":349,"Cost":263,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":384,"Cost":213,"Date":"5/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":246,"Cost":136,"Date":"9/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":214,"Cost":123,"Date":"1/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":704,"Cost":660,"Date":"2/2/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":934,"Cost":810,"Date":"3/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":550,"Cost":487,"Date":"10/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":936,"Cost":731,"Date":"2/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":131,"Date":"6/7/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":109,"Cost":85,"Date":"1/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":869,"Cost":738,"Date":"3/27/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":253,"Cost":236,"Date":"5/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":843,"Cost":696,"Date":"7/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":696,"Cost":552,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":375,"Cost":301,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":573,"Cost":290,"Date":"1/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":168,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":259,"Date":"6/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":577,"Date":"6/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":361,"Cost":198,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":344,"Date":"11/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":487,"Date":"12/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":560,"Date":"2/4/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":157,"Cost":103,"Date":"3/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":198,"Date":"12/18/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":132,"Cost":79,"Date":"3/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":287,"Cost":197,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":678,"Cost":422,"Date":"6/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":539,"Date":"7/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":908,"Cost":494,"Date":"11/21/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":260,"Date":"11/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":440,"Cost":374,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":959,"Cost":489,"Date":"5/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":69,"Date":"9/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":398,"Date":"1/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":286,"Cost":148,"Date":"2/2/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":263,"Cost":247,"Date":"3/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":830,"Cost":749,"Date":"10/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":547,"Cost":378,"Date":"2/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":503,"Date":"6/7/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":667,"Cost":348,"Date":"1/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":166,"Cost":158,"Date":"3/27/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":570,"Date":"5/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":707,"Date":"7/28/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":416,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":526,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":92,"Cost":47,"Date":"1/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":68,"Cost":48,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":529,"Cost":287,"Date":"6/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":509,"Cost":426,"Date":"6/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":79,"Date":"8/13/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":625,"Date":"11/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":870,"Cost":774,"Date":"12/28/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":934,"Cost":785,"Date":"2/4/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":245,"Cost":181,"Date":"3/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":210,"Date":"12/18/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":296,"Cost":205,"Date":"3/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":334,"Cost":215,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":611,"Cost":369,"Date":"6/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":284,"Date":"7/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":490,"Cost":367,"Date":"11/21/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":890,"Cost":784,"Date":"11/26/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":511,"Date":"2/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":609,"Cost":520,"Date":"5/21/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":414,"Date":"9/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":287,"Date":"1/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":100,"Cost":83,"Date":"2/2/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":729,"Cost":498,"Date":"3/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":320,"Cost":161,"Date":"10/14/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":715,"Cost":362,"Date":"2/16/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":80,"Cost":59,"Date":"6/7/2018"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":18,"Cost":12,"Date":"1/28/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":117,"Cost":110,"Date":"3/27/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":791,"Cost":650,"Date":"5/12/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":949,"Cost":657,"Date":"7/28/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":108,"Cost":64,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":725,"Cost":601,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":24,"Cost":18,"Date":"1/17/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":181,"Cost":165,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":371,"Cost":275,"Date":"6/6/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":556,"Cost":442,"Date":"6/16/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":284,"Cost":180,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":536,"Cost":417,"Date":"11/19/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":505,"Cost":297,"Date":"12/28/2020"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":515,"Cost":372,"Date":"2/4/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":997,"Cost":623,"Date":"3/8/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":158,"Cost":83,"Date":"12/18/2021"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":272,"Cost":159,"Date":"3/31/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":494,"Cost":401,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":921,"Cost":514,"Date":"6/26/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":810,"Cost":600,"Date":"7/23/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":299,"Cost":173,"Date":"11/21/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":933,"Cost":761,"Date":"11/26/2022"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":266,"Cost":183,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":106,"Cost":58,"Date":"5/21/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":849,"Cost":436,"Date":"9/28/2023"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":623,"Cost":527,"Date":"1/3/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":464,"Cost":389,"Date":"2/2/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":663,"Cost":531,"Date":"3/18/2024"},{"Store":"Century Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":271,"Cost":192,"Date":"10/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":55,"Cost":46,"Date":"2/16/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":335,"Cost":293,"Date":"6/7/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":582,"Cost":439,"Date":"1/28/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":112,"Cost":100,"Date":"3/27/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":426,"Cost":362,"Date":"5/12/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":60,"Cost":32,"Date":"7/28/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":366,"Cost":291,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":403,"Cost":304,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":615,"Cost":345,"Date":"1/17/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":854,"Cost":784,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":677,"Cost":352,"Date":"6/6/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":620,"Cost":523,"Date":"6/16/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":672,"Cost":370,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":131,"Cost":80,"Date":"11/19/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":853,"Cost":480,"Date":"12/28/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":671,"Cost":449,"Date":"2/4/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":583,"Cost":523,"Date":"3/8/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":583,"Cost":452,"Date":"12/18/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":667,"Cost":576,"Date":"3/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":388,"Cost":240,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":279,"Cost":176,"Date":"6/26/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":794,"Cost":615,"Date":"7/23/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":853,"Cost":731,"Date":"11/21/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":467,"Cost":334,"Date":"11/26/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":137,"Cost":126,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":25,"Cost":13,"Date":"5/21/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":960,"Cost":635,"Date":"9/28/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":621,"Cost":470,"Date":"1/3/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":129,"Cost":109,"Date":"2/2/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":37,"Cost":27,"Date":"3/18/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":201,"Cost":171,"Date":"10/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":854,"Cost":702,"Date":"2/16/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":443,"Cost":326,"Date":"6/7/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":233,"Date":"1/28/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":259,"Cost":216,"Date":"3/27/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":990,"Cost":730,"Date":"5/12/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":521,"Date":"7/28/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":231,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":494,"Cost":442,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":821,"Cost":537,"Date":"1/17/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":706,"Cost":368,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":353,"Cost":212,"Date":"6/6/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":933,"Cost":856,"Date":"6/16/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":954,"Cost":630,"Date":"8/13/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":262,"Cost":176,"Date":"11/19/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":740,"Date":"12/28/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":133,"Date":"2/4/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":445,"Cost":368,"Date":"3/8/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":66,"Date":"12/18/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":797,"Cost":690,"Date":"3/31/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":627,"Cost":455,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":980,"Cost":881,"Date":"6/26/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":269,"Cost":181,"Date":"7/23/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":754,"Cost":436,"Date":"11/21/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":539,"Cost":404,"Date":"11/26/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":337,"Cost":186,"Date":"2/20/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":158,"Cost":88,"Date":"5/21/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":741,"Cost":421,"Date":"9/28/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":876,"Cost":801,"Date":"1/3/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":563,"Cost":328,"Date":"2/2/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":439,"Cost":264,"Date":"3/18/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":456,"Cost":366,"Date":"10/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":900,"Cost":732,"Date":"2/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":432,"Date":"6/7/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":3,"Date":"1/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":455,"Cost":368,"Date":"3/27/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":972,"Cost":580,"Date":"5/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":417,"Cost":335,"Date":"7/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":592,"Cost":404,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":860,"Cost":643,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":676,"Cost":369,"Date":"1/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":609,"Cost":570,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":306,"Cost":255,"Date":"6/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":701,"Date":"6/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":46,"Cost":23,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":979,"Cost":641,"Date":"11/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":609,"Cost":325,"Date":"12/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":786,"Cost":626,"Date":"2/4/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":973,"Cost":504,"Date":"3/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":546,"Date":"12/18/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":189,"Date":"3/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":565,"Cost":364,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":489,"Cost":425,"Date":"6/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":155,"Cost":129,"Date":"7/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":728,"Cost":636,"Date":"11/21/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":494,"Cost":446,"Date":"11/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":346,"Cost":225,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":472,"Cost":258,"Date":"5/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":206,"Cost":148,"Date":"9/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":212,"Date":"1/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":248,"Cost":235,"Date":"2/2/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":531,"Date":"3/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":382,"Cost":221,"Date":"10/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":49,"Date":"2/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":56,"Date":"6/7/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":36,"Cost":29,"Date":"1/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":559,"Date":"3/27/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":826,"Cost":449,"Date":"5/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":419,"Cost":392,"Date":"7/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":443,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":768,"Cost":660,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":652,"Date":"1/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":487,"Cost":356,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":3,"Cost":2,"Date":"6/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":128,"Cost":102,"Date":"6/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":833,"Cost":663,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":426,"Cost":352,"Date":"11/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":145,"Cost":122,"Date":"12/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":684,"Cost":605,"Date":"2/4/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":410,"Cost":328,"Date":"3/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":132,"Cost":87,"Date":"12/18/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":592,"Date":"3/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":58,"Cost":46,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":409,"Cost":294,"Date":"6/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":190,"Cost":180,"Date":"7/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":527,"Cost":297,"Date":"11/21/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":812,"Cost":469,"Date":"11/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":458,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":191,"Cost":137,"Date":"5/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":647,"Cost":485,"Date":"9/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":870,"Cost":740,"Date":"1/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":179,"Cost":150,"Date":"2/2/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":101,"Cost":78,"Date":"3/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":938,"Cost":594,"Date":"10/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":421,"Cost":319,"Date":"2/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":994,"Cost":820,"Date":"6/7/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":545,"Date":"1/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":76,"Date":"3/27/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":13,"Cost":8,"Date":"5/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":526,"Date":"7/28/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":569,"Cost":529,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":335,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":815,"Cost":762,"Date":"1/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":302,"Cost":172,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":767,"Date":"6/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":969,"Cost":500,"Date":"6/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":15,"Cost":10,"Date":"8/13/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":854,"Cost":729,"Date":"11/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":125,"Cost":117,"Date":"12/28/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":714,"Cost":667,"Date":"2/4/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":521,"Date":"3/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":850,"Date":"12/18/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":847,"Cost":648,"Date":"3/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":587,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":97,"Date":"6/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":792,"Date":"7/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":730,"Date":"11/21/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":769,"Date":"11/26/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":189,"Date":"2/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":354,"Cost":266,"Date":"5/21/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":913,"Cost":491,"Date":"9/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":90,"Cost":46,"Date":"1/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":59,"Cost":43,"Date":"2/2/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":162,"Cost":117,"Date":"3/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":289,"Date":"10/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":809,"Cost":598,"Date":"2/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":881,"Date":"6/7/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":887,"Cost":519,"Date":"1/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":290,"Cost":189,"Date":"3/27/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":629,"Cost":566,"Date":"5/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":390,"Cost":241,"Date":"7/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":240,"Cost":224,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":288,"Cost":232,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":120,"Cost":61,"Date":"1/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":283,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":391,"Cost":332,"Date":"6/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":256,"Date":"6/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":450,"Cost":307,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":306,"Cost":262,"Date":"11/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":348,"Cost":179,"Date":"12/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":481,"Date":"2/4/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":950,"Cost":628,"Date":"3/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":393,"Date":"12/18/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":780,"Cost":655,"Date":"3/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":437,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":910,"Cost":642,"Date":"6/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":527,"Cost":349,"Date":"7/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":116,"Cost":75,"Date":"11/21/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":222,"Date":"11/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":775,"Cost":636,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":434,"Date":"5/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":390,"Cost":338,"Date":"9/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":83,"Cost":60,"Date":"1/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":493,"Date":"2/2/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":5,"Cost":3,"Date":"3/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":255,"Date":"10/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":518,"Cost":325,"Date":"2/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":109,"Cost":58,"Date":"6/7/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":524,"Cost":481,"Date":"1/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":186,"Cost":149,"Date":"3/27/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":324,"Cost":217,"Date":"5/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":791,"Cost":652,"Date":"7/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":410,"Cost":235,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":775,"Cost":548,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":789,"Cost":562,"Date":"1/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":810,"Cost":572,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":284,"Cost":190,"Date":"6/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":874,"Cost":759,"Date":"6/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":741,"Cost":535,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":848,"Cost":727,"Date":"11/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":556,"Cost":389,"Date":"12/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":643,"Cost":379,"Date":"2/4/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":762,"Cost":682,"Date":"3/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":67,"Cost":50,"Date":"12/18/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":630,"Cost":582,"Date":"3/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":646,"Cost":357,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":913,"Cost":460,"Date":"6/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":624,"Cost":319,"Date":"7/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":567,"Cost":529,"Date":"11/21/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":254,"Cost":232,"Date":"11/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":552,"Cost":443,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":892,"Cost":748,"Date":"5/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":622,"Cost":316,"Date":"9/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":902,"Cost":474,"Date":"1/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":171,"Cost":112,"Date":"2/2/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":420,"Cost":355,"Date":"3/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"COS","Country":"Belgium","Sale":34,"Cost":23,"Date":"10/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":751,"Cost":422,"Date":"2/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":321,"Cost":305,"Date":"6/7/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":364,"Cost":259,"Date":"1/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":483,"Date":"3/27/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":654,"Date":"5/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":162,"Cost":92,"Date":"7/28/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":456,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":891,"Cost":621,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":781,"Cost":736,"Date":"1/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":589,"Cost":421,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":372,"Cost":321,"Date":"6/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":540,"Cost":352,"Date":"6/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":241,"Cost":129,"Date":"8/13/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":449,"Cost":341,"Date":"11/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":601,"Cost":550,"Date":"12/28/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":871,"Cost":632,"Date":"2/4/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":119,"Cost":78,"Date":"3/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":140,"Date":"12/18/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":235,"Cost":143,"Date":"3/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":763,"Cost":411,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":172,"Cost":98,"Date":"6/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":597,"Cost":428,"Date":"7/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":156,"Cost":96,"Date":"11/21/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":2,"Date":"11/26/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":240,"Date":"2/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":295,"Cost":153,"Date":"5/21/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":844,"Cost":773,"Date":"9/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":634,"Date":"1/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":389,"Cost":234,"Date":"2/2/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":400,"Cost":367,"Date":"3/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":973,"Cost":796,"Date":"10/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":254,"Cost":138,"Date":"2/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":467,"Cost":402,"Date":"6/7/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":192,"Cost":137,"Date":"1/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":639,"Cost":346,"Date":"3/27/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":31,"Cost":29,"Date":"5/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":185,"Cost":107,"Date":"7/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":830,"Cost":463,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":402,"Cost":238,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":16,"Cost":12,"Date":"1/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":859,"Cost":584,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":289,"Cost":156,"Date":"6/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":559,"Cost":399,"Date":"6/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":10,"Cost":7,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":926,"Cost":748,"Date":"11/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":133,"Cost":80,"Date":"12/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":35,"Cost":28,"Date":"2/4/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":712,"Cost":467,"Date":"3/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":247,"Cost":182,"Date":"12/18/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":660,"Cost":414,"Date":"3/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":980,"Cost":624,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":442,"Cost":300,"Date":"6/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":374,"Cost":215,"Date":"7/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":808,"Cost":750,"Date":"11/21/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":352,"Cost":241,"Date":"11/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":32,"Cost":19,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":416,"Cost":220,"Date":"5/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":234,"Cost":126,"Date":"9/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":826,"Cost":571,"Date":"1/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":772,"Cost":453,"Date":"2/2/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":462,"Cost":264,"Date":"3/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"COS","Country":"Belgium","Sale":436,"Cost":387,"Date":"10/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":222,"Date":"2/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":421,"Date":"6/7/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":306,"Cost":184,"Date":"1/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":570,"Cost":293,"Date":"3/27/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":859,"Cost":462,"Date":"5/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":549,"Cost":401,"Date":"7/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":563,"Cost":349,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":620,"Cost":349,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":316,"Date":"1/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":900,"Cost":776,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":222,"Date":"6/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":187,"Cost":171,"Date":"6/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":525,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":678,"Cost":501,"Date":"11/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":705,"Cost":609,"Date":"12/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":548,"Date":"2/4/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":347,"Date":"3/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":508,"Date":"12/18/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":264,"Date":"3/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":141,"Cost":89,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":871,"Cost":783,"Date":"6/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":270,"Cost":148,"Date":"7/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":427,"Cost":235,"Date":"11/21/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":817,"Cost":669,"Date":"11/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":422,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":64,"Cost":40,"Date":"5/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":410,"Cost":345,"Date":"9/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":979,"Cost":759,"Date":"1/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":157,"Cost":94,"Date":"2/2/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":651,"Cost":599,"Date":"3/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":97,"Cost":69,"Date":"10/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":609,"Cost":549,"Date":"2/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":652,"Cost":529,"Date":"6/7/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":555,"Cost":306,"Date":"1/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":677,"Cost":557,"Date":"3/27/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":133,"Cost":104,"Date":"5/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":852,"Cost":437,"Date":"7/28/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":526,"Cost":457,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":693,"Cost":448,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":257,"Cost":215,"Date":"1/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":48,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":606,"Cost":445,"Date":"6/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":478,"Date":"6/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":907,"Cost":622,"Date":"8/13/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":772,"Cost":723,"Date":"11/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":936,"Cost":600,"Date":"12/28/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":348,"Date":"2/4/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":183,"Date":"3/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":206,"Cost":105,"Date":"12/18/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":646,"Cost":577,"Date":"3/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":781,"Cost":564,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":718,"Cost":494,"Date":"6/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":158,"Cost":118,"Date":"7/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":309,"Date":"11/21/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":893,"Cost":611,"Date":"11/26/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":812,"Cost":421,"Date":"2/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":937,"Cost":832,"Date":"5/21/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":207,"Cost":117,"Date":"9/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":616,"Cost":514,"Date":"1/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":525,"Date":"2/2/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":694,"Cost":417,"Date":"3/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":991,"Cost":529,"Date":"10/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":971,"Cost":560,"Date":"2/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":553,"Cost":458,"Date":"6/7/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":549,"Cost":423,"Date":"1/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":58,"Cost":40,"Date":"3/27/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":245,"Cost":231,"Date":"5/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":172,"Cost":91,"Date":"7/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":522,"Cost":487,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":525,"Cost":285,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":683,"Cost":639,"Date":"1/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":767,"Cost":541,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":802,"Cost":487,"Date":"6/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":788,"Cost":463,"Date":"6/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":980,"Cost":725,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":688,"Cost":618,"Date":"11/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":844,"Cost":714,"Date":"12/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":521,"Cost":424,"Date":"2/4/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":488,"Cost":407,"Date":"3/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":118,"Cost":91,"Date":"12/18/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":239,"Cost":221,"Date":"3/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":638,"Cost":439,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":418,"Cost":352,"Date":"6/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":98,"Cost":65,"Date":"7/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":126,"Cost":71,"Date":"11/21/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":483,"Cost":398,"Date":"11/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":925,"Cost":853,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":831,"Cost":477,"Date":"5/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":470,"Cost":389,"Date":"9/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":676,"Cost":393,"Date":"1/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":805,"Cost":447,"Date":"2/2/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":634,"Cost":596,"Date":"3/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"HM","Country":"Belgium","Sale":148,"Cost":136,"Date":"10/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":869,"Cost":764,"Date":"2/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":960,"Cost":620,"Date":"6/7/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":319,"Cost":233,"Date":"1/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":353,"Cost":258,"Date":"3/27/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":484,"Cost":411,"Date":"5/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":957,"Cost":508,"Date":"7/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":721,"Cost":671,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":774,"Cost":711,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":121,"Cost":73,"Date":"1/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":953,"Cost":740,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":986,"Cost":921,"Date":"6/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":353,"Cost":240,"Date":"6/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":457,"Cost":260,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":982,"Cost":623,"Date":"11/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":479,"Date":"12/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":88,"Date":"2/4/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":779,"Cost":414,"Date":"3/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":827,"Cost":724,"Date":"12/18/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":705,"Cost":427,"Date":"3/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":137,"Cost":102,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":445,"Date":"6/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":412,"Cost":209,"Date":"7/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":41,"Cost":32,"Date":"11/21/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":121,"Cost":82,"Date":"11/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":736,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":305,"Cost":279,"Date":"5/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":589,"Cost":360,"Date":"9/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":58,"Cost":50,"Date":"1/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":596,"Cost":553,"Date":"2/2/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":183,"Cost":159,"Date":"3/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":699,"Cost":586,"Date":"10/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":44,"Date":"2/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":368,"Cost":184,"Date":"6/7/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":183,"Cost":154,"Date":"1/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":574,"Cost":434,"Date":"3/27/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":712,"Date":"5/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":149,"Date":"7/28/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":522,"Cost":480,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":268,"Cost":159,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":572,"Cost":540,"Date":"1/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":222,"Cost":200,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":223,"Cost":134,"Date":"6/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":723,"Cost":374,"Date":"6/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":840,"Cost":544,"Date":"8/13/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":604,"Cost":341,"Date":"11/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":680,"Date":"12/28/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":98,"Cost":91,"Date":"2/4/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":413,"Cost":286,"Date":"3/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":329,"Cost":310,"Date":"12/18/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":149,"Cost":81,"Date":"3/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":945,"Cost":728,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":852,"Cost":491,"Date":"6/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":275,"Cost":198,"Date":"7/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":355,"Date":"11/21/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":846,"Cost":672,"Date":"11/26/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":933,"Cost":522,"Date":"2/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":695,"Cost":484,"Date":"5/21/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":357,"Date":"9/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":891,"Cost":686,"Date":"1/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":280,"Date":"2/2/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":211,"Cost":112,"Date":"3/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":840,"Cost":465,"Date":"10/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":555,"Cost":508,"Date":"2/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":509,"Date":"6/7/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":992,"Cost":934,"Date":"1/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":172,"Date":"3/27/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":574,"Cost":338,"Date":"5/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":510,"Date":"7/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":658,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":734,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":975,"Cost":752,"Date":"1/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":972,"Cost":717,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":496,"Cost":332,"Date":"6/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":953,"Cost":523,"Date":"6/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":361,"Cost":262,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":281,"Cost":262,"Date":"11/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":820,"Cost":568,"Date":"12/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":257,"Cost":130,"Date":"2/4/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":950,"Cost":704,"Date":"3/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":759,"Cost":703,"Date":"12/18/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":681,"Cost":352,"Date":"3/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":455,"Cost":410,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":47,"Date":"6/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":722,"Cost":565,"Date":"7/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":171,"Date":"11/21/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":575,"Cost":345,"Date":"11/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":814,"Cost":693,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":191,"Date":"5/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":907,"Cost":814,"Date":"9/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":594,"Cost":302,"Date":"1/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":678,"Cost":374,"Date":"2/2/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":346,"Cost":296,"Date":"3/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Jeans","Country":"Belgium","Sale":227,"Cost":154,"Date":"10/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":37,"Cost":29,"Date":"2/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":476,"Cost":379,"Date":"6/7/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":495,"Cost":316,"Date":"1/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":44,"Cost":24,"Date":"3/27/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":670,"Cost":377,"Date":"5/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":623,"Cost":480,"Date":"7/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":911,"Cost":759,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":101,"Cost":77,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":615,"Cost":315,"Date":"1/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":500,"Cost":314,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":562,"Cost":418,"Date":"6/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":755,"Cost":684,"Date":"6/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":702,"Cost":427,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":92,"Cost":64,"Date":"11/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":872,"Cost":477,"Date":"12/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":84,"Cost":72,"Date":"2/4/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":469,"Cost":255,"Date":"3/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":725,"Cost":546,"Date":"12/18/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":594,"Cost":331,"Date":"3/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":6,"Cost":6,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":27,"Cost":19,"Date":"6/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":35,"Cost":31,"Date":"7/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":678,"Cost":560,"Date":"11/21/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":480,"Cost":330,"Date":"11/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":424,"Cost":309,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":497,"Cost":285,"Date":"5/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":536,"Cost":491,"Date":"9/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":734,"Cost":589,"Date":"1/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":944,"Cost":883,"Date":"2/2/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":910,"Cost":491,"Date":"3/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":614,"Cost":403,"Date":"10/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":82,"Cost":66,"Date":"2/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":430,"Cost":370,"Date":"6/7/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":736,"Cost":634,"Date":"1/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":581,"Cost":353,"Date":"3/27/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":21,"Cost":18,"Date":"5/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":755,"Cost":557,"Date":"7/28/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":208,"Cost":138,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":418,"Cost":235,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":226,"Cost":171,"Date":"1/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":765,"Cost":572,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":893,"Cost":651,"Date":"6/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":154,"Cost":104,"Date":"6/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":959,"Cost":838,"Date":"8/13/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":269,"Cost":221,"Date":"11/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":777,"Cost":458,"Date":"12/28/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":325,"Cost":249,"Date":"2/4/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":948,"Cost":854,"Date":"3/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":721,"Cost":565,"Date":"12/18/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":109,"Cost":98,"Date":"3/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":621,"Cost":328,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":291,"Cost":267,"Date":"6/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":382,"Cost":196,"Date":"7/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":851,"Cost":552,"Date":"11/21/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":49,"Cost":47,"Date":"11/26/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":139,"Cost":130,"Date":"2/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":889,"Cost":822,"Date":"5/21/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":77,"Cost":51,"Date":"9/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":752,"Cost":562,"Date":"1/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":702,"Cost":654,"Date":"2/2/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":88,"Cost":75,"Date":"3/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"COS","Country":"Belgium","Sale":672,"Cost":428,"Date":"10/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":197,"Cost":115,"Date":"2/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":87,"Cost":71,"Date":"6/7/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":349,"Cost":248,"Date":"1/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":813,"Cost":408,"Date":"3/27/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":59,"Cost":36,"Date":"5/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":12,"Cost":8,"Date":"7/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":771,"Cost":457,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":126,"Cost":83,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":179,"Cost":147,"Date":"1/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":31,"Cost":18,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":648,"Cost":353,"Date":"6/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":745,"Cost":483,"Date":"6/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":767,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":110,"Cost":100,"Date":"11/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":614,"Cost":441,"Date":"12/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":456,"Cost":393,"Date":"2/4/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":157,"Cost":132,"Date":"3/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":818,"Cost":697,"Date":"12/18/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":381,"Cost":316,"Date":"3/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":779,"Cost":712,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":901,"Cost":752,"Date":"6/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":631,"Date":"7/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":12,"Cost":9,"Date":"11/21/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":15,"Cost":8,"Date":"11/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":143,"Cost":136,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":247,"Cost":179,"Date":"5/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":71,"Date":"9/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":100,"Cost":95,"Date":"1/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":403,"Cost":345,"Date":"2/2/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":531,"Cost":277,"Date":"3/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":365,"Cost":294,"Date":"10/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":601,"Cost":397,"Date":"2/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":512,"Cost":467,"Date":"6/7/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":99,"Cost":92,"Date":"1/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":488,"Cost":382,"Date":"3/27/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":180,"Date":"5/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":739,"Cost":414,"Date":"7/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":904,"Cost":551,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":721,"Cost":485,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":348,"Cost":292,"Date":"1/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":691,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":110,"Date":"6/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":904,"Date":"6/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":24,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":902,"Cost":469,"Date":"11/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":499,"Date":"12/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":731,"Cost":629,"Date":"2/4/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":66,"Cost":58,"Date":"3/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":887,"Cost":673,"Date":"12/18/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":415,"Cost":266,"Date":"3/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":942,"Cost":870,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":910,"Cost":579,"Date":"6/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":406,"Cost":291,"Date":"7/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":213,"Cost":202,"Date":"11/21/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":934,"Cost":823,"Date":"11/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":502,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":666,"Cost":564,"Date":"5/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":622,"Cost":399,"Date":"9/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":115,"Cost":84,"Date":"1/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":392,"Cost":343,"Date":"2/2/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":559,"Cost":324,"Date":"3/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Sellpy","Country":"Belgium","Sale":92,"Cost":68,"Date":"10/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":755,"Cost":551,"Date":"2/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":807,"Cost":666,"Date":"6/7/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":418,"Cost":372,"Date":"1/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":605,"Cost":498,"Date":"3/27/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":499,"Cost":335,"Date":"5/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":193,"Cost":125,"Date":"7/28/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":40,"Cost":20,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":277,"Cost":185,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":216,"Cost":183,"Date":"1/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":801,"Cost":694,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":317,"Cost":204,"Date":"6/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":431,"Cost":242,"Date":"6/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":453,"Cost":382,"Date":"8/13/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":126,"Cost":95,"Date":"11/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":463,"Cost":417,"Date":"12/28/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":869,"Cost":613,"Date":"2/4/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":525,"Cost":388,"Date":"3/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":880,"Cost":548,"Date":"12/18/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":199,"Cost":160,"Date":"3/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":678,"Cost":537,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":704,"Cost":663,"Date":"6/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":795,"Cost":471,"Date":"7/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":278,"Cost":145,"Date":"11/21/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":872,"Cost":606,"Date":"11/26/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":680,"Cost":645,"Date":"2/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":464,"Cost":258,"Date":"5/21/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":648,"Cost":470,"Date":"9/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":955,"Cost":701,"Date":"1/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":873,"Cost":768,"Date":"2/2/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":755,"Cost":467,"Date":"3/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":421,"Cost":241,"Date":"10/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":798,"Cost":524,"Date":"2/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":203,"Cost":124,"Date":"6/7/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":648,"Cost":509,"Date":"1/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":61,"Cost":40,"Date":"3/27/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":172,"Cost":90,"Date":"5/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":599,"Cost":304,"Date":"7/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":922,"Cost":504,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":896,"Cost":652,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":855,"Cost":492,"Date":"1/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":658,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":947,"Cost":643,"Date":"6/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":520,"Cost":408,"Date":"6/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":57,"Cost":49,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":254,"Cost":181,"Date":"11/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":501,"Cost":404,"Date":"12/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":570,"Cost":335,"Date":"2/4/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":580,"Cost":425,"Date":"3/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":822,"Cost":447,"Date":"12/18/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":301,"Cost":248,"Date":"3/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":554,"Cost":356,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":813,"Cost":444,"Date":"6/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":496,"Cost":312,"Date":"7/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":446,"Cost":407,"Date":"11/21/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":860,"Cost":605,"Date":"11/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":70,"Cost":58,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":819,"Cost":529,"Date":"5/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":768,"Cost":581,"Date":"9/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":47,"Cost":43,"Date":"1/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":502,"Cost":353,"Date":"2/2/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":838,"Cost":461,"Date":"3/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":716,"Cost":666,"Date":"10/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":236,"Cost":151,"Date":"2/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":195,"Cost":156,"Date":"6/7/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":450,"Cost":375,"Date":"1/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":344,"Cost":219,"Date":"3/27/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":977,"Cost":685,"Date":"5/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":965,"Cost":680,"Date":"7/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":998,"Cost":571,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":975,"Cost":873,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":820,"Cost":555,"Date":"1/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":157,"Cost":108,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":400,"Cost":301,"Date":"6/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":486,"Cost":360,"Date":"6/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":997,"Cost":660,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":122,"Date":"11/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":476,"Cost":273,"Date":"12/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":711,"Cost":613,"Date":"2/4/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":670,"Cost":462,"Date":"3/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":455,"Cost":330,"Date":"12/18/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":803,"Cost":487,"Date":"3/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":657,"Cost":516,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":623,"Cost":566,"Date":"6/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":383,"Cost":286,"Date":"7/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":146,"Cost":104,"Date":"11/21/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":612,"Cost":309,"Date":"11/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":232,"Cost":154,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":996,"Cost":760,"Date":"5/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":534,"Cost":466,"Date":"9/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":36,"Cost":25,"Date":"1/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":220,"Cost":142,"Date":"2/2/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":714,"Cost":593,"Date":"3/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Nova","Country":"Belgium","Sale":817,"Cost":552,"Date":"10/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":747,"Cost":499,"Date":"2/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":719,"Cost":496,"Date":"6/7/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":16,"Cost":11,"Date":"1/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":43,"Cost":36,"Date":"3/27/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":429,"Cost":335,"Date":"5/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":498,"Cost":379,"Date":"7/28/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":326,"Cost":183,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":487,"Cost":389,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":102,"Date":"1/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":70,"Cost":38,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":813,"Date":"6/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":77,"Date":"6/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":719,"Cost":390,"Date":"8/13/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":16,"Cost":8,"Date":"11/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":858,"Date":"12/28/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":848,"Cost":631,"Date":"2/4/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":520,"Date":"3/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":195,"Cost":171,"Date":"12/18/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":295,"Date":"3/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":356,"Cost":235,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":520,"Cost":369,"Date":"6/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":450,"Cost":360,"Date":"7/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":269,"Date":"11/21/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":762,"Cost":679,"Date":"11/26/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":427,"Cost":329,"Date":"2/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":84,"Date":"5/21/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":602,"Cost":425,"Date":"9/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":605,"Cost":337,"Date":"1/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":677,"Date":"2/2/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":910,"Cost":580,"Date":"3/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":627,"Cost":445,"Date":"10/14/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":556,"Cost":477,"Date":"2/16/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":411,"Cost":255,"Date":"6/7/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":546,"Cost":502,"Date":"1/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":661,"Cost":602,"Date":"3/27/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":603,"Cost":352,"Date":"5/12/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":528,"Cost":297,"Date":"7/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":34,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":324,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":739,"Cost":436,"Date":"1/17/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":75,"Cost":53,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":994,"Cost":730,"Date":"6/6/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":528,"Cost":361,"Date":"6/16/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":947,"Cost":557,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":172,"Date":"11/19/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":145,"Cost":78,"Date":"12/28/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":93,"Cost":65,"Date":"2/4/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":228,"Cost":181,"Date":"3/8/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":196,"Cost":168,"Date":"12/18/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":424,"Cost":315,"Date":"3/31/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":787,"Cost":709,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":516,"Date":"6/26/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":531,"Cost":430,"Date":"7/23/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":313,"Cost":207,"Date":"11/21/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":361,"Date":"11/26/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":985,"Cost":891,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":285,"Cost":195,"Date":"5/21/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":164,"Cost":114,"Date":"9/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":78,"Date":"1/3/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":14,"Cost":10,"Date":"2/2/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":493,"Cost":466,"Date":"3/18/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":937,"Cost":596,"Date":"10/14/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":420,"Date":"2/16/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":84,"Cost":59,"Date":"6/7/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":517,"Cost":341,"Date":"1/28/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":199,"Cost":145,"Date":"3/27/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":552,"Cost":301,"Date":"5/12/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":630,"Cost":335,"Date":"7/28/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":497,"Cost":293,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":746,"Cost":587,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":246,"Cost":153,"Date":"1/17/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":441,"Cost":362,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":360,"Cost":265,"Date":"6/6/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":333,"Cost":184,"Date":"6/16/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":76,"Cost":54,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":933,"Cost":709,"Date":"11/19/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":942,"Cost":670,"Date":"12/28/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":564,"Cost":428,"Date":"2/4/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":428,"Cost":251,"Date":"3/8/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":124,"Date":"12/18/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":260,"Date":"3/31/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":77,"Cost":45,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":488,"Cost":250,"Date":"6/26/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":196,"Cost":156,"Date":"7/23/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":692,"Cost":404,"Date":"11/21/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":38,"Cost":28,"Date":"11/26/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":363,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":22,"Cost":17,"Date":"5/21/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":661,"Cost":439,"Date":"9/28/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":646,"Cost":495,"Date":"1/3/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":479,"Cost":434,"Date":"2/2/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":173,"Cost":127,"Date":"3/18/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":510,"Cost":320,"Date":"10/14/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":185,"Cost":93,"Date":"2/16/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":266,"Cost":249,"Date":"6/7/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":321,"Cost":199,"Date":"1/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":438,"Cost":225,"Date":"3/27/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":295,"Date":"5/12/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":684,"Cost":532,"Date":"7/28/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":406,"Cost":332,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":315,"Cost":289,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":174,"Cost":138,"Date":"1/17/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":601,"Cost":426,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":664,"Cost":557,"Date":"6/6/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":443,"Cost":347,"Date":"6/16/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":546,"Date":"8/13/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":898,"Cost":710,"Date":"11/19/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":345,"Cost":318,"Date":"12/28/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":310,"Cost":197,"Date":"2/4/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":15,"Date":"3/8/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":252,"Cost":238,"Date":"12/18/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":480,"Cost":316,"Date":"3/31/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":984,"Cost":714,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":119,"Date":"6/26/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":497,"Cost":454,"Date":"7/23/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":300,"Cost":238,"Date":"11/21/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":125,"Cost":113,"Date":"11/26/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":282,"Cost":162,"Date":"2/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":689,"Cost":534,"Date":"5/21/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":602,"Date":"9/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":449,"Cost":334,"Date":"1/3/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":937,"Cost":711,"Date":"2/2/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":633,"Cost":524,"Date":"3/18/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":364,"Cost":238,"Date":"10/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":718,"Cost":547,"Date":"2/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":227,"Cost":197,"Date":"6/7/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":610,"Cost":353,"Date":"1/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":495,"Cost":401,"Date":"3/27/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":739,"Cost":457,"Date":"5/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":744,"Cost":552,"Date":"7/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":483,"Cost":261,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":40,"Cost":27,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":838,"Cost":464,"Date":"1/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":823,"Cost":772,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":749,"Cost":537,"Date":"6/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":773,"Cost":478,"Date":"6/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":246,"Cost":157,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":808,"Cost":570,"Date":"11/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":73,"Cost":59,"Date":"12/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":912,"Cost":710,"Date":"2/4/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":765,"Cost":410,"Date":"3/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":454,"Cost":251,"Date":"12/18/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":947,"Cost":498,"Date":"3/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":449,"Cost":358,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":117,"Cost":83,"Date":"6/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":871,"Cost":467,"Date":"7/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":230,"Cost":200,"Date":"11/21/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":30,"Cost":25,"Date":"11/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":887,"Cost":618,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":312,"Cost":282,"Date":"5/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":216,"Cost":158,"Date":"9/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":805,"Cost":703,"Date":"1/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":979,"Cost":676,"Date":"2/2/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":964,"Cost":524,"Date":"3/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":621,"Cost":486,"Date":"10/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":809,"Cost":571,"Date":"2/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":173,"Date":"6/7/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":858,"Cost":518,"Date":"1/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":532,"Cost":282,"Date":"3/27/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":613,"Cost":394,"Date":"5/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":247,"Cost":143,"Date":"7/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":863,"Cost":802,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":15,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":152,"Date":"1/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":237,"Cost":194,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":20,"Cost":14,"Date":"6/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":638,"Cost":503,"Date":"6/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":608,"Cost":491,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":937,"Cost":716,"Date":"11/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":238,"Date":"12/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":116,"Cost":104,"Date":"2/4/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":751,"Cost":421,"Date":"3/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":68,"Cost":39,"Date":"12/18/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":562,"Cost":402,"Date":"3/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":78,"Cost":39,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":821,"Cost":465,"Date":"6/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":221,"Cost":174,"Date":"7/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":982,"Cost":684,"Date":"11/21/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":345,"Cost":206,"Date":"11/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":211,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":120,"Cost":78,"Date":"5/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":226,"Cost":170,"Date":"9/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":862,"Cost":683,"Date":"1/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":580,"Cost":541,"Date":"2/2/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":291,"Date":"3/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":543,"Cost":505,"Date":"10/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":217,"Cost":184,"Date":"2/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":898,"Cost":566,"Date":"6/7/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":345,"Cost":222,"Date":"1/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":184,"Cost":157,"Date":"3/27/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":94,"Cost":85,"Date":"5/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":560,"Cost":447,"Date":"7/28/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":217,"Cost":193,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":138,"Cost":81,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":149,"Cost":130,"Date":"1/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":479,"Cost":243,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":952,"Cost":801,"Date":"6/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":802,"Cost":528,"Date":"6/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":454,"Cost":282,"Date":"8/13/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":668,"Cost":612,"Date":"11/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":130,"Cost":92,"Date":"12/28/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":287,"Cost":218,"Date":"2/4/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":732,"Cost":576,"Date":"3/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":596,"Cost":411,"Date":"12/18/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":882,"Cost":829,"Date":"3/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":853,"Cost":503,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":902,"Cost":668,"Date":"6/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":231,"Cost":167,"Date":"7/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":990,"Cost":734,"Date":"11/21/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":359,"Cost":221,"Date":"11/26/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":267,"Cost":140,"Date":"2/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":619,"Cost":465,"Date":"5/21/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":828,"Cost":516,"Date":"9/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":375,"Cost":305,"Date":"1/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":134,"Cost":110,"Date":"2/2/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":910,"Cost":649,"Date":"3/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"HM","Country":"Belgium","Sale":726,"Cost":675,"Date":"10/14/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":566,"Cost":533,"Date":"2/16/2018"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":677,"Cost":443,"Date":"6/7/2018"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":885,"Cost":737,"Date":"1/28/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":551,"Date":"3/27/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":166,"Cost":123,"Date":"5/12/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":153,"Cost":84,"Date":"7/28/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":249,"Cost":210,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":917,"Cost":463,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":525,"Date":"1/17/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":74,"Cost":68,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":651,"Cost":411,"Date":"6/6/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":977,"Cost":681,"Date":"6/16/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":947,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":39,"Cost":19,"Date":"11/19/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":401,"Cost":371,"Date":"12/28/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":446,"Cost":377,"Date":"2/4/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":550,"Cost":431,"Date":"3/8/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":820,"Cost":483,"Date":"12/18/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":416,"Cost":321,"Date":"3/31/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":564,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":285,"Cost":231,"Date":"6/26/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":20,"Cost":11,"Date":"7/23/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":464,"Cost":275,"Date":"11/21/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":259,"Cost":189,"Date":"11/26/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":730,"Cost":594,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":986,"Cost":705,"Date":"5/21/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":842,"Cost":600,"Date":"9/28/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":537,"Cost":410,"Date":"1/3/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":165,"Cost":109,"Date":"2/2/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":342,"Date":"3/18/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":431,"Cost":318,"Date":"10/14/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":655,"Cost":460,"Date":"2/16/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":904,"Cost":623,"Date":"6/7/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":445,"Cost":317,"Date":"1/28/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":1,"Cost":1,"Date":"3/27/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":501,"Cost":271,"Date":"5/12/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":116,"Cost":93,"Date":"7/28/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":449,"Cost":396,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":775,"Cost":395,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":604,"Cost":435,"Date":"1/17/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":906,"Cost":797,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":400,"Cost":251,"Date":"6/6/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":476,"Cost":412,"Date":"6/16/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":394,"Cost":364,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":622,"Cost":340,"Date":"11/19/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":536,"Cost":324,"Date":"12/28/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":206,"Cost":167,"Date":"2/4/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":639,"Cost":393,"Date":"3/8/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":503,"Cost":389,"Date":"12/18/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":956,"Cost":767,"Date":"3/31/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":717,"Cost":414,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":895,"Cost":772,"Date":"6/26/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":48,"Cost":28,"Date":"7/23/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":717,"Cost":488,"Date":"11/21/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":153,"Cost":102,"Date":"11/26/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":37,"Cost":28,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":829,"Cost":621,"Date":"5/21/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":290,"Cost":173,"Date":"9/28/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":41,"Cost":36,"Date":"1/3/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":259,"Cost":187,"Date":"2/2/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":584,"Cost":454,"Date":"3/18/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":383,"Cost":221,"Date":"10/14/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":817,"Date":"2/16/2018"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":840,"Cost":524,"Date":"6/7/2018"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":575,"Cost":380,"Date":"1/28/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":501,"Date":"3/27/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":161,"Date":"5/12/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":941,"Cost":874,"Date":"7/28/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":70,"Cost":52,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":763,"Cost":491,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":980,"Cost":746,"Date":"1/17/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":333,"Cost":221,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":757,"Cost":494,"Date":"6/6/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":249,"Cost":221,"Date":"6/16/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":395,"Cost":352,"Date":"8/13/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":563,"Cost":397,"Date":"11/19/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":749,"Cost":663,"Date":"12/28/2020"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":128,"Cost":81,"Date":"2/4/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":139,"Cost":114,"Date":"3/8/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":873,"Cost":666,"Date":"12/18/2021"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":187,"Cost":128,"Date":"3/31/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":517,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":117,"Cost":106,"Date":"6/26/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":149,"Cost":95,"Date":"7/23/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":145,"Date":"11/21/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":544,"Cost":472,"Date":"11/26/2022"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":431,"Date":"2/20/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":20,"Date":"5/21/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":427,"Cost":280,"Date":"9/28/2023"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":87,"Cost":63,"Date":"1/3/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":215,"Cost":140,"Date":"2/2/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":518,"Cost":308,"Date":"3/18/2024"},{"Store":"City Mall, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":340,"Cost":228,"Date":"10/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":413,"Date":"2/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":289,"Cost":169,"Date":"6/7/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":646,"Cost":608,"Date":"1/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":972,"Cost":570,"Date":"3/27/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":105,"Cost":82,"Date":"5/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":6,"Date":"7/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":336,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":816,"Cost":755,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":262,"Cost":220,"Date":"1/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":0,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":542,"Cost":392,"Date":"6/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":87,"Cost":56,"Date":"6/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":378,"Cost":260,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":535,"Date":"11/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":413,"Date":"12/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":938,"Cost":823,"Date":"2/4/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":955,"Cost":596,"Date":"3/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":649,"Cost":550,"Date":"12/18/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":298,"Cost":234,"Date":"3/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":74,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":243,"Date":"6/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":515,"Cost":436,"Date":"7/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":612,"Date":"11/21/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":147,"Cost":96,"Date":"11/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":678,"Cost":522,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":795,"Cost":683,"Date":"5/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":338,"Cost":291,"Date":"9/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":872,"Cost":476,"Date":"1/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":482,"Cost":414,"Date":"2/2/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":488,"Cost":259,"Date":"3/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":210,"Cost":131,"Date":"10/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":138,"Cost":70,"Date":"2/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":134,"Cost":102,"Date":"6/7/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":250,"Cost":148,"Date":"1/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":114,"Cost":99,"Date":"3/27/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":694,"Cost":461,"Date":"5/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":195,"Cost":106,"Date":"7/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":271,"Cost":194,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":88,"Cost":54,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":957,"Cost":887,"Date":"1/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":76,"Cost":66,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":753,"Cost":671,"Date":"6/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":623,"Date":"6/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":209,"Cost":198,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":758,"Cost":713,"Date":"11/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":16,"Cost":15,"Date":"12/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":155,"Date":"2/4/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":264,"Date":"3/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":494,"Date":"12/18/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":587,"Cost":489,"Date":"3/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":699,"Cost":358,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":369,"Cost":293,"Date":"6/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":43,"Cost":34,"Date":"7/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":330,"Cost":229,"Date":"11/21/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":594,"Date":"11/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":617,"Cost":483,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":153,"Cost":127,"Date":"5/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":888,"Cost":599,"Date":"9/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":803,"Cost":564,"Date":"1/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":827,"Cost":666,"Date":"2/2/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":135,"Cost":68,"Date":"3/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":240,"Cost":218,"Date":"10/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":183,"Cost":142,"Date":"2/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":552,"Date":"6/7/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":85,"Cost":59,"Date":"1/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":946,"Cost":819,"Date":"3/27/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":32,"Date":"5/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":555,"Cost":398,"Date":"7/28/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":118,"Cost":87,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":156,"Cost":135,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":528,"Cost":360,"Date":"1/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":331,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":9,"Cost":7,"Date":"6/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":428,"Cost":284,"Date":"6/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":321,"Date":"8/13/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":383,"Cost":202,"Date":"11/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":56,"Cost":37,"Date":"12/28/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":478,"Cost":348,"Date":"2/4/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":879,"Cost":558,"Date":"3/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":928,"Cost":713,"Date":"12/18/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":274,"Date":"3/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":944,"Cost":577,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":684,"Cost":552,"Date":"6/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":354,"Cost":315,"Date":"7/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":614,"Date":"11/21/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":547,"Date":"11/26/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":31,"Date":"2/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":652,"Cost":535,"Date":"5/21/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":150,"Cost":126,"Date":"9/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":632,"Cost":332,"Date":"1/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":995,"Cost":681,"Date":"2/2/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":63,"Date":"3/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":379,"Date":"10/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":944,"Cost":822,"Date":"2/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":581,"Cost":454,"Date":"6/7/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":741,"Cost":473,"Date":"1/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":23,"Cost":12,"Date":"3/27/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":299,"Cost":205,"Date":"5/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":154,"Cost":137,"Date":"7/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":353,"Cost":314,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":295,"Cost":179,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":499,"Cost":317,"Date":"1/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":256,"Cost":137,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":739,"Date":"6/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":221,"Cost":111,"Date":"6/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":331,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":161,"Cost":145,"Date":"11/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":539,"Cost":377,"Date":"12/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":513,"Cost":448,"Date":"2/4/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":508,"Cost":267,"Date":"3/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":82,"Cost":62,"Date":"12/18/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":614,"Cost":376,"Date":"3/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":56,"Cost":40,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":431,"Cost":338,"Date":"6/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":878,"Cost":524,"Date":"7/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":165,"Cost":134,"Date":"11/21/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":775,"Cost":468,"Date":"11/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":654,"Cost":618,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":826,"Cost":654,"Date":"5/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":296,"Date":"9/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":651,"Cost":326,"Date":"1/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":895,"Cost":623,"Date":"2/2/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":282,"Cost":182,"Date":"3/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":551,"Date":"10/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":960,"Cost":836,"Date":"2/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":131,"Cost":102,"Date":"6/7/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":609,"Cost":357,"Date":"1/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":499,"Cost":264,"Date":"3/27/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":166,"Cost":154,"Date":"5/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":952,"Cost":738,"Date":"7/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":479,"Cost":328,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":804,"Cost":736,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":77,"Cost":71,"Date":"1/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":188,"Cost":122,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":506,"Cost":394,"Date":"6/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":51,"Cost":41,"Date":"6/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":845,"Cost":438,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":830,"Cost":784,"Date":"11/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":635,"Cost":550,"Date":"12/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":174,"Cost":119,"Date":"2/4/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":478,"Cost":407,"Date":"3/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":879,"Cost":645,"Date":"12/18/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":131,"Cost":72,"Date":"3/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":734,"Cost":417,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":593,"Cost":531,"Date":"6/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":322,"Cost":270,"Date":"7/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":888,"Cost":719,"Date":"11/21/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":501,"Cost":408,"Date":"11/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":707,"Cost":405,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":227,"Cost":208,"Date":"5/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":900,"Cost":568,"Date":"9/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":957,"Cost":544,"Date":"1/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":208,"Cost":168,"Date":"2/2/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":89,"Cost":76,"Date":"3/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":12,"Cost":8,"Date":"10/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":733,"Cost":624,"Date":"2/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":155,"Cost":126,"Date":"6/7/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":155,"Cost":103,"Date":"1/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":5,"Cost":5,"Date":"3/27/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":911,"Cost":670,"Date":"5/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":792,"Cost":695,"Date":"7/28/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":701,"Cost":350,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":507,"Cost":256,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":885,"Cost":734,"Date":"1/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":874,"Cost":611,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":99,"Cost":88,"Date":"6/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":471,"Cost":428,"Date":"6/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":663,"Cost":363,"Date":"8/13/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":927,"Cost":554,"Date":"11/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":497,"Cost":304,"Date":"12/28/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":660,"Cost":539,"Date":"2/4/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":485,"Cost":361,"Date":"3/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":322,"Cost":281,"Date":"12/18/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":983,"Cost":810,"Date":"3/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":924,"Cost":562,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":329,"Cost":181,"Date":"6/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":652,"Cost":579,"Date":"7/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":796,"Cost":481,"Date":"11/21/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":656,"Cost":604,"Date":"11/26/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":538,"Cost":378,"Date":"2/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":965,"Cost":762,"Date":"5/21/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":834,"Cost":650,"Date":"9/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":447,"Cost":315,"Date":"1/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":915,"Cost":772,"Date":"2/2/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":399,"Cost":223,"Date":"3/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"COS","Country":"Belgium","Sale":415,"Cost":257,"Date":"10/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":425,"Date":"2/16/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":872,"Cost":681,"Date":"6/7/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":245,"Cost":189,"Date":"1/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":242,"Cost":207,"Date":"3/27/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":180,"Date":"5/12/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":62,"Date":"7/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":941,"Cost":611,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":165,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":669,"Cost":600,"Date":"1/17/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":859,"Cost":619,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":822,"Cost":745,"Date":"6/6/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":395,"Date":"6/16/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":104,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":573,"Date":"11/19/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":648,"Cost":522,"Date":"12/28/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":936,"Cost":804,"Date":"2/4/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":595,"Cost":450,"Date":"3/8/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":574,"Cost":421,"Date":"12/18/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":115,"Cost":68,"Date":"3/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":258,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":451,"Cost":425,"Date":"6/26/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":336,"Date":"7/23/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":50,"Date":"11/21/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":843,"Cost":469,"Date":"11/26/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":570,"Cost":438,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":581,"Cost":331,"Date":"5/21/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":658,"Cost":476,"Date":"9/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":610,"Date":"1/3/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":193,"Cost":150,"Date":"2/2/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":346,"Date":"3/18/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":4,"Cost":3,"Date":"10/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":571,"Cost":313,"Date":"2/16/2018"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":682,"Cost":409,"Date":"6/7/2018"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":303,"Cost":274,"Date":"1/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":457,"Cost":326,"Date":"3/27/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":936,"Cost":752,"Date":"5/12/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":620,"Cost":324,"Date":"7/28/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":640,"Cost":340,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":327,"Cost":276,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":414,"Cost":323,"Date":"1/17/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":234,"Cost":188,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":631,"Cost":565,"Date":"6/6/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":540,"Cost":438,"Date":"6/16/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":681,"Cost":466,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":24,"Cost":22,"Date":"11/19/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":662,"Cost":545,"Date":"12/28/2020"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":99,"Cost":94,"Date":"2/4/2021"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":199,"Cost":115,"Date":"3/8/2021"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":607,"Cost":504,"Date":"12/18/2021"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":118,"Cost":96,"Date":"3/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":722,"Cost":654,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":857,"Cost":601,"Date":"6/26/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":737,"Cost":649,"Date":"7/23/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":703,"Cost":512,"Date":"11/21/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":23,"Cost":20,"Date":"11/26/2022"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":314,"Cost":282,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":509,"Cost":367,"Date":"5/21/2023"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":485,"Cost":393,"Date":"9/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":472,"Cost":299,"Date":"1/3/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":515,"Cost":439,"Date":"2/2/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":521,"Cost":372,"Date":"3/18/2024"},{"Store":"Leuven Shopping Center","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":191,"Date":"10/14/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":283,"Cost":254,"Date":"2/16/2018"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":993,"Cost":549,"Date":"6/7/2018"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":663,"Cost":520,"Date":"1/28/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":254,"Cost":231,"Date":"3/27/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":308,"Cost":195,"Date":"5/12/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":819,"Cost":687,"Date":"7/28/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":975,"Cost":550,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":34,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":129,"Cost":90,"Date":"1/17/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":522,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":29,"Cost":20,"Date":"6/6/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":57,"Cost":46,"Date":"6/16/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":428,"Cost":334,"Date":"8/13/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":890,"Cost":525,"Date":"11/19/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":631,"Cost":527,"Date":"12/28/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":715,"Cost":399,"Date":"2/4/2021"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":921,"Date":"3/8/2021"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":162,"Cost":134,"Date":"12/18/2021"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":780,"Cost":421,"Date":"3/31/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":2,"Cost":1,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":311,"Cost":172,"Date":"6/26/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":657,"Cost":538,"Date":"7/23/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":609,"Date":"11/21/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":449,"Cost":262,"Date":"11/26/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":509,"Cost":326,"Date":"2/20/2023"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":806,"Cost":436,"Date":"5/21/2023"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":508,"Cost":282,"Date":"9/28/2023"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":764,"Cost":517,"Date":"1/3/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":517,"Date":"2/2/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":586,"Cost":546,"Date":"3/18/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":887,"Cost":747,"Date":"10/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":281,"Cost":202,"Date":"2/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":732,"Cost":462,"Date":"6/7/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":541,"Cost":408,"Date":"1/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":877,"Cost":602,"Date":"3/27/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":964,"Cost":569,"Date":"5/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":645,"Cost":571,"Date":"7/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":105,"Cost":53,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":437,"Cost":390,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":897,"Cost":636,"Date":"1/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":500,"Cost":334,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":893,"Cost":602,"Date":"6/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":888,"Cost":765,"Date":"6/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":203,"Cost":178,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":942,"Cost":541,"Date":"11/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":15,"Cost":9,"Date":"12/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":825,"Cost":520,"Date":"2/4/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":380,"Cost":312,"Date":"3/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":880,"Cost":683,"Date":"12/18/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":695,"Cost":431,"Date":"3/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":948,"Cost":812,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":745,"Cost":688,"Date":"6/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":436,"Cost":403,"Date":"7/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":702,"Cost":358,"Date":"11/21/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":813,"Cost":557,"Date":"11/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":779,"Cost":697,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":77,"Cost":69,"Date":"5/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":239,"Cost":166,"Date":"9/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":569,"Cost":328,"Date":"1/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":604,"Cost":386,"Date":"2/2/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":208,"Cost":149,"Date":"3/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":523,"Cost":292,"Date":"10/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":658,"Cost":506,"Date":"2/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":51,"Cost":42,"Date":"6/7/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":734,"Date":"1/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":688,"Cost":462,"Date":"3/27/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":104,"Cost":60,"Date":"5/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":222,"Date":"7/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":131,"Cost":119,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":754,"Cost":710,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":940,"Cost":555,"Date":"1/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":452,"Cost":357,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":803,"Cost":524,"Date":"6/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":201,"Cost":137,"Date":"6/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":88,"Cost":77,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":257,"Cost":216,"Date":"11/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":937,"Cost":769,"Date":"12/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":83,"Cost":55,"Date":"2/4/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":135,"Cost":73,"Date":"3/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":660,"Cost":465,"Date":"12/18/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":185,"Cost":109,"Date":"3/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":9,"Cost":6,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":640,"Cost":474,"Date":"6/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":23,"Cost":19,"Date":"7/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":416,"Cost":328,"Date":"11/21/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":185,"Date":"11/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":511,"Cost":284,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":562,"Cost":443,"Date":"5/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":273,"Cost":182,"Date":"9/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":622,"Cost":457,"Date":"1/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":808,"Cost":747,"Date":"2/2/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":73,"Date":"3/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":397,"Cost":334,"Date":"10/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":573,"Cost":495,"Date":"2/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":884,"Cost":500,"Date":"6/7/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":884,"Cost":564,"Date":"1/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":514,"Cost":415,"Date":"3/27/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":249,"Cost":166,"Date":"5/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":272,"Cost":238,"Date":"7/28/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":748,"Cost":511,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":726,"Cost":619,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":149,"Cost":82,"Date":"1/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":692,"Cost":446,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":960,"Cost":603,"Date":"6/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":486,"Cost":413,"Date":"6/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":532,"Cost":322,"Date":"8/13/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":77,"Cost":51,"Date":"11/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":663,"Cost":587,"Date":"12/28/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":947,"Cost":715,"Date":"2/4/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":885,"Cost":459,"Date":"3/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":889,"Cost":643,"Date":"12/18/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":654,"Cost":617,"Date":"3/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":636,"Cost":358,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":983,"Cost":665,"Date":"6/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":810,"Cost":684,"Date":"7/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":362,"Cost":197,"Date":"11/21/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":83,"Cost":61,"Date":"11/26/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":86,"Cost":43,"Date":"2/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":582,"Cost":499,"Date":"5/21/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":551,"Cost":433,"Date":"9/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":170,"Cost":138,"Date":"1/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":157,"Cost":127,"Date":"2/2/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":298,"Cost":208,"Date":"3/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":345,"Cost":176,"Date":"10/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":590,"Cost":325,"Date":"2/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":17,"Date":"6/7/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":280,"Cost":143,"Date":"1/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":615,"Cost":577,"Date":"3/27/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":408,"Cost":317,"Date":"5/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":575,"Cost":370,"Date":"7/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":375,"Cost":349,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":75,"Cost":43,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":816,"Date":"1/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":859,"Cost":636,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":734,"Cost":697,"Date":"6/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":235,"Cost":203,"Date":"6/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":944,"Cost":594,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":494,"Cost":247,"Date":"11/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":21,"Date":"12/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":381,"Cost":237,"Date":"2/4/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":727,"Date":"3/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":527,"Cost":283,"Date":"12/18/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":121,"Cost":85,"Date":"3/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":605,"Cost":378,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":138,"Cost":87,"Date":"6/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":88,"Cost":71,"Date":"7/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":919,"Cost":613,"Date":"11/21/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":7,"Cost":4,"Date":"11/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":175,"Cost":153,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":376,"Cost":318,"Date":"5/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":845,"Cost":767,"Date":"9/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":476,"Cost":378,"Date":"1/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":207,"Cost":104,"Date":"2/2/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":579,"Cost":405,"Date":"3/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":665,"Cost":363,"Date":"10/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":285,"Date":"2/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":257,"Cost":213,"Date":"6/7/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":231,"Cost":145,"Date":"1/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":114,"Cost":66,"Date":"3/27/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":515,"Date":"5/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":266,"Cost":195,"Date":"7/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":390,"Cost":349,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":980,"Cost":800,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":437,"Cost":242,"Date":"1/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":237,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":145,"Date":"6/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":24,"Cost":14,"Date":"6/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":661,"Cost":343,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":747,"Cost":618,"Date":"11/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":787,"Cost":727,"Date":"12/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":723,"Cost":616,"Date":"2/4/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":611,"Cost":535,"Date":"3/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":683,"Cost":407,"Date":"12/18/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":428,"Cost":321,"Date":"3/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":374,"Cost":237,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":304,"Date":"6/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":377,"Cost":192,"Date":"7/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":850,"Cost":606,"Date":"11/21/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":386,"Cost":291,"Date":"11/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":825,"Cost":716,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":51,"Date":"5/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":641,"Cost":478,"Date":"9/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":191,"Date":"1/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":78,"Date":"2/2/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":361,"Date":"3/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":649,"Cost":579,"Date":"10/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":385,"Cost":337,"Date":"2/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":682,"Date":"6/7/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":129,"Date":"1/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":29,"Cost":26,"Date":"3/27/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":130,"Date":"5/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":375,"Date":"7/28/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":367,"Cost":262,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":764,"Cost":694,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":23,"Cost":15,"Date":"1/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":969,"Cost":490,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":259,"Cost":207,"Date":"6/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":755,"Cost":443,"Date":"6/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":99,"Date":"8/13/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":610,"Date":"11/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":116,"Date":"12/28/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":413,"Cost":288,"Date":"2/4/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":805,"Cost":668,"Date":"3/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":667,"Cost":604,"Date":"12/18/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":864,"Cost":793,"Date":"3/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":521,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":988,"Cost":793,"Date":"6/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":898,"Cost":622,"Date":"7/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":8,"Cost":4,"Date":"11/21/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":826,"Cost":732,"Date":"11/26/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":428,"Date":"2/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":752,"Cost":467,"Date":"5/21/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":109,"Cost":95,"Date":"9/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":760,"Cost":619,"Date":"1/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":440,"Cost":398,"Date":"2/2/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":702,"Date":"3/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":17,"Date":"10/14/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":358,"Cost":227,"Date":"2/16/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":50,"Cost":26,"Date":"6/7/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":435,"Cost":358,"Date":"1/28/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":666,"Cost":449,"Date":"3/27/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":120,"Cost":65,"Date":"5/12/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":100,"Cost":74,"Date":"7/28/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":285,"Cost":226,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":631,"Cost":481,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":193,"Date":"1/17/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":556,"Cost":405,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":93,"Cost":48,"Date":"6/6/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":26,"Cost":17,"Date":"6/16/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":476,"Cost":343,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":433,"Cost":248,"Date":"11/19/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":998,"Cost":507,"Date":"12/28/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":688,"Cost":401,"Date":"2/4/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":463,"Cost":397,"Date":"3/8/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":941,"Cost":691,"Date":"12/18/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":964,"Cost":736,"Date":"3/31/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":139,"Cost":74,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":680,"Cost":592,"Date":"6/26/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":26,"Cost":18,"Date":"7/23/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":565,"Cost":442,"Date":"11/21/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":875,"Cost":681,"Date":"11/26/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":260,"Cost":151,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":661,"Cost":498,"Date":"5/21/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":92,"Cost":81,"Date":"9/28/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":728,"Cost":656,"Date":"1/3/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":405,"Date":"2/2/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":54,"Date":"3/18/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":221,"Cost":168,"Date":"10/14/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":769,"Cost":637,"Date":"2/16/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":511,"Cost":273,"Date":"6/7/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":477,"Cost":241,"Date":"1/28/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":562,"Date":"3/27/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":545,"Date":"5/12/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":202,"Cost":134,"Date":"7/28/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":699,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":892,"Cost":782,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":2,"Date":"1/17/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":657,"Cost":575,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":496,"Cost":277,"Date":"6/6/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":909,"Cost":786,"Date":"6/16/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":112,"Cost":93,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":906,"Cost":733,"Date":"11/19/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":610,"Cost":488,"Date":"12/28/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":399,"Cost":207,"Date":"2/4/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":510,"Cost":389,"Date":"3/8/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":285,"Cost":241,"Date":"12/18/2021"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":222,"Date":"3/31/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":969,"Cost":742,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":684,"Cost":582,"Date":"6/26/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":468,"Cost":326,"Date":"7/23/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":877,"Cost":677,"Date":"11/21/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":548,"Cost":481,"Date":"11/26/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":652,"Cost":332,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":907,"Cost":493,"Date":"5/21/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":742,"Cost":482,"Date":"9/28/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":414,"Cost":226,"Date":"1/3/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":754,"Cost":404,"Date":"2/2/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":671,"Cost":344,"Date":"3/18/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":516,"Cost":481,"Date":"10/14/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":896,"Cost":761,"Date":"2/16/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":578,"Cost":472,"Date":"6/7/2018"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":570,"Cost":350,"Date":"1/28/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":483,"Date":"3/27/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":126,"Date":"5/12/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":129,"Cost":71,"Date":"7/28/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":111,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":734,"Cost":417,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":912,"Cost":478,"Date":"1/17/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":585,"Cost":556,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":280,"Cost":261,"Date":"6/6/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":388,"Cost":352,"Date":"6/16/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":420,"Cost":228,"Date":"8/13/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":896,"Cost":674,"Date":"11/19/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":69,"Cost":56,"Date":"12/28/2020"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":668,"Cost":544,"Date":"2/4/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":90,"Cost":68,"Date":"3/8/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":933,"Cost":640,"Date":"12/18/2021"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":191,"Cost":170,"Date":"3/31/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":274,"Cost":234,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":584,"Cost":527,"Date":"6/26/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":53,"Cost":46,"Date":"7/23/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":456,"Date":"11/21/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":463,"Cost":231,"Date":"11/26/2022"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":864,"Cost":671,"Date":"2/20/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":533,"Cost":494,"Date":"5/21/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":16,"Date":"9/28/2023"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":33,"Cost":27,"Date":"1/3/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":425,"Date":"2/2/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":71,"Cost":66,"Date":"3/18/2024"},{"Store":"Shopping Namur","Brand":"HM Home","Country":"Belgium","Sale":965,"Cost":701,"Date":"10/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":272,"Cost":203,"Date":"2/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":175,"Cost":131,"Date":"6/7/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":583,"Date":"1/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":576,"Cost":423,"Date":"3/27/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":778,"Cost":703,"Date":"5/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":400,"Date":"7/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":486,"Cost":428,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":427,"Cost":338,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":420,"Date":"1/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":675,"Cost":387,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":477,"Date":"6/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":90,"Date":"6/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":544,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":23,"Cost":21,"Date":"11/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":825,"Cost":546,"Date":"12/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":88,"Cost":63,"Date":"2/4/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":665,"Cost":417,"Date":"3/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":371,"Cost":190,"Date":"12/18/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":326,"Date":"3/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":148,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":28,"Date":"6/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":43,"Date":"7/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":251,"Cost":163,"Date":"11/21/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":561,"Cost":298,"Date":"11/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":915,"Cost":643,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":804,"Cost":594,"Date":"5/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":260,"Date":"9/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":533,"Cost":456,"Date":"1/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":866,"Cost":747,"Date":"2/2/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":319,"Cost":293,"Date":"3/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":225,"Cost":192,"Date":"10/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":301,"Cost":157,"Date":"2/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":566,"Cost":299,"Date":"6/7/2018"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":891,"Cost":532,"Date":"1/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":265,"Cost":204,"Date":"3/27/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":466,"Cost":424,"Date":"5/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":679,"Cost":546,"Date":"7/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":419,"Cost":234,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":851,"Cost":524,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":509,"Cost":411,"Date":"1/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":323,"Cost":232,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":224,"Cost":171,"Date":"6/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":996,"Cost":648,"Date":"6/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":828,"Cost":692,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":811,"Cost":446,"Date":"11/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":426,"Cost":323,"Date":"12/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":876,"Cost":490,"Date":"2/4/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":99,"Cost":94,"Date":"3/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":467,"Cost":387,"Date":"12/18/2021"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":949,"Cost":846,"Date":"3/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":271,"Cost":225,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":127,"Cost":79,"Date":"6/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":322,"Cost":197,"Date":"7/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":498,"Cost":319,"Date":"11/21/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":409,"Cost":372,"Date":"11/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":827,"Cost":454,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":286,"Cost":248,"Date":"5/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":713,"Cost":451,"Date":"9/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":227,"Cost":194,"Date":"1/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":43,"Cost":24,"Date":"2/2/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":134,"Cost":121,"Date":"3/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":945,"Cost":775,"Date":"10/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":251,"Date":"2/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":211,"Date":"6/7/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":543,"Date":"1/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":537,"Cost":360,"Date":"3/27/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":846,"Date":"5/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":207,"Date":"7/28/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":502,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":790,"Cost":647,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":822,"Cost":442,"Date":"1/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":555,"Cost":487,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":201,"Date":"6/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":328,"Cost":248,"Date":"6/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":318,"Date":"8/13/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":518,"Cost":401,"Date":"11/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":53,"Cost":35,"Date":"12/28/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":503,"Cost":423,"Date":"2/4/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":662,"Cost":487,"Date":"3/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":178,"Date":"12/18/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":632,"Date":"3/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":25,"Cost":23,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":87,"Date":"6/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":452,"Date":"7/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":528,"Cost":426,"Date":"11/21/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":795,"Cost":710,"Date":"11/26/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":516,"Date":"2/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":133,"Cost":112,"Date":"5/21/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":805,"Cost":537,"Date":"9/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":110,"Cost":60,"Date":"1/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":112,"Date":"2/2/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":152,"Cost":125,"Date":"3/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":916,"Date":"10/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":887,"Cost":596,"Date":"2/16/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":848,"Cost":617,"Date":"6/7/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":884,"Cost":576,"Date":"1/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":188,"Cost":115,"Date":"3/27/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":242,"Cost":190,"Date":"5/12/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":847,"Cost":520,"Date":"7/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":465,"Cost":237,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":19,"Cost":10,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":759,"Cost":520,"Date":"1/17/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":43,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":220,"Cost":117,"Date":"6/6/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":684,"Cost":586,"Date":"6/16/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":837,"Cost":728,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":488,"Cost":453,"Date":"11/19/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":650,"Date":"12/28/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":492,"Cost":420,"Date":"2/4/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":600,"Cost":523,"Date":"3/8/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":604,"Cost":355,"Date":"12/18/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":119,"Cost":67,"Date":"3/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":933,"Cost":721,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":329,"Date":"6/26/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":612,"Cost":519,"Date":"7/23/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":505,"Cost":464,"Date":"11/21/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":273,"Cost":169,"Date":"11/26/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":609,"Cost":386,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":271,"Cost":189,"Date":"5/21/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":254,"Cost":231,"Date":"9/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":82,"Cost":43,"Date":"1/3/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":130,"Cost":102,"Date":"2/2/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":125,"Cost":73,"Date":"3/18/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":165,"Cost":136,"Date":"10/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":266,"Cost":162,"Date":"2/16/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":192,"Cost":133,"Date":"6/7/2018"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":686,"Cost":500,"Date":"1/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":451,"Cost":369,"Date":"3/27/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":94,"Cost":62,"Date":"5/12/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":215,"Cost":190,"Date":"7/28/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":258,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":409,"Cost":299,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":517,"Date":"1/17/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":740,"Cost":580,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":342,"Cost":245,"Date":"6/6/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":60,"Cost":53,"Date":"6/16/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":39,"Cost":28,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":353,"Cost":228,"Date":"11/19/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":666,"Cost":472,"Date":"12/28/2020"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":638,"Cost":487,"Date":"2/4/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":120,"Cost":79,"Date":"3/8/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":872,"Cost":673,"Date":"12/18/2021"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":782,"Date":"3/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":669,"Cost":436,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":420,"Date":"6/26/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":530,"Cost":277,"Date":"7/23/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":487,"Cost":420,"Date":"11/21/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":69,"Cost":35,"Date":"11/26/2022"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":325,"Cost":242,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":655,"Cost":560,"Date":"5/21/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":435,"Cost":295,"Date":"9/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":61,"Cost":52,"Date":"1/3/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":359,"Cost":246,"Date":"2/2/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":270,"Cost":151,"Date":"3/18/2024"},{"Store":"Eupen Shopping Center","Brand":"Nova","Country":"Belgium","Sale":47,"Cost":42,"Date":"10/14/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":5,"Cost":3,"Date":"2/16/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":745,"Cost":401,"Date":"6/7/2018"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":109,"Date":"1/28/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":703,"Cost":353,"Date":"3/27/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":854,"Cost":483,"Date":"5/12/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":381,"Cost":360,"Date":"7/28/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":573,"Cost":356,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":685,"Cost":636,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":884,"Cost":703,"Date":"1/17/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":364,"Cost":305,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":184,"Cost":124,"Date":"6/6/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":747,"Cost":485,"Date":"6/16/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":593,"Cost":418,"Date":"8/13/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":163,"Cost":143,"Date":"11/19/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":891,"Cost":505,"Date":"12/28/2020"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":324,"Date":"2/4/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":822,"Cost":424,"Date":"3/8/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":443,"Cost":353,"Date":"12/18/2021"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":731,"Cost":447,"Date":"3/31/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":58,"Cost":35,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":406,"Cost":262,"Date":"6/26/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":2,"Cost":1,"Date":"7/23/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":923,"Cost":523,"Date":"11/21/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":13,"Date":"11/26/2022"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":242,"Cost":190,"Date":"2/20/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":134,"Cost":89,"Date":"5/21/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":151,"Cost":140,"Date":"9/28/2023"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":546,"Cost":414,"Date":"1/3/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":481,"Cost":386,"Date":"2/2/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":947,"Cost":764,"Date":"3/18/2024"},{"Store":"Eupen Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":809,"Cost":645,"Date":"10/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":332,"Cost":246,"Date":"2/16/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":223,"Cost":126,"Date":"6/7/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":265,"Cost":150,"Date":"1/28/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":859,"Cost":432,"Date":"3/27/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":950,"Cost":751,"Date":"5/12/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":795,"Cost":581,"Date":"7/28/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":868,"Cost":536,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":788,"Cost":585,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":649,"Cost":404,"Date":"1/17/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":954,"Cost":628,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":49,"Cost":26,"Date":"6/6/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":874,"Cost":711,"Date":"6/16/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":121,"Cost":106,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":255,"Cost":214,"Date":"11/19/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":78,"Cost":52,"Date":"12/28/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":638,"Cost":340,"Date":"2/4/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":722,"Cost":494,"Date":"3/8/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":142,"Cost":119,"Date":"12/18/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":115,"Cost":69,"Date":"3/31/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":345,"Cost":190,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":821,"Cost":667,"Date":"6/26/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":440,"Cost":354,"Date":"7/23/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":123,"Cost":113,"Date":"11/21/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":312,"Cost":246,"Date":"11/26/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":243,"Cost":160,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":982,"Cost":714,"Date":"5/21/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":777,"Cost":483,"Date":"9/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":657,"Cost":598,"Date":"1/3/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":922,"Cost":499,"Date":"2/2/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":783,"Cost":530,"Date":"3/18/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":36,"Cost":28,"Date":"10/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":420,"Cost":337,"Date":"2/16/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":672,"Cost":480,"Date":"6/7/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":108,"Cost":62,"Date":"1/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":514,"Cost":413,"Date":"3/27/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":780,"Cost":670,"Date":"5/12/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":38,"Cost":33,"Date":"7/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":387,"Cost":340,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":612,"Cost":473,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":64,"Cost":51,"Date":"1/17/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":626,"Cost":440,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":748,"Cost":634,"Date":"6/6/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":105,"Cost":72,"Date":"6/16/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":118,"Cost":89,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":735,"Cost":445,"Date":"11/19/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":488,"Cost":433,"Date":"12/28/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":350,"Cost":188,"Date":"2/4/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":334,"Cost":298,"Date":"3/8/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":975,"Cost":743,"Date":"12/18/2021"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":697,"Cost":442,"Date":"3/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":181,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":27,"Cost":17,"Date":"6/26/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":115,"Cost":65,"Date":"7/23/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":719,"Cost":360,"Date":"11/21/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":605,"Cost":423,"Date":"11/26/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":875,"Cost":809,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":615,"Cost":507,"Date":"5/21/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":313,"Cost":278,"Date":"9/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":354,"Date":"1/3/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":630,"Cost":403,"Date":"2/2/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":728,"Cost":496,"Date":"3/18/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":21,"Cost":17,"Date":"10/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":488,"Date":"2/16/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":735,"Date":"6/7/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":925,"Cost":839,"Date":"1/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":152,"Date":"3/27/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":615,"Date":"5/12/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":361,"Cost":181,"Date":"7/28/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":135,"Cost":90,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":31,"Cost":16,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":143,"Cost":131,"Date":"1/17/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":339,"Cost":281,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":449,"Cost":357,"Date":"6/6/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":943,"Cost":522,"Date":"6/16/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":741,"Cost":427,"Date":"8/13/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":690,"Date":"11/19/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":363,"Cost":278,"Date":"12/28/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":974,"Cost":624,"Date":"2/4/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":938,"Cost":582,"Date":"3/8/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":562,"Cost":397,"Date":"12/18/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":419,"Date":"3/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":281,"Cost":251,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":311,"Cost":178,"Date":"6/26/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":660,"Cost":402,"Date":"7/23/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":218,"Cost":120,"Date":"11/21/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":334,"Date":"11/26/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":1,"Cost":1,"Date":"2/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":560,"Cost":491,"Date":"5/21/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":285,"Date":"9/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":547,"Date":"1/3/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":980,"Cost":660,"Date":"2/2/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":897,"Cost":599,"Date":"3/18/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":147,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":876,"Cost":656,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":687,"Cost":627,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":77,"Cost":57,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":532,"Cost":343,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":832,"Cost":506,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":961,"Cost":842,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":98,"Cost":50,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":533,"Cost":281,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":866,"Cost":775,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":542,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":200,"Cost":181,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":250,"Cost":131,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":428,"Cost":257,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":486,"Cost":285,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":383,"Cost":256,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":7,"Cost":3,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":514,"Cost":266,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":512,"Cost":279,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":97,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":843,"Cost":641,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":127,"Cost":112,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":163,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":258,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":973,"Cost":607,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":362,"Cost":306,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":95,"Cost":59,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":143,"Cost":134,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":552,"Cost":295,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":821,"Cost":482,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":50,"Cost":37,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM Home","Country":"Brazil","Sale":58,"Cost":38,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":160,"Cost":107,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":227,"Cost":118,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":202,"Cost":108,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":848,"Cost":769,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":839,"Cost":741,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":725,"Cost":644,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":954,"Cost":840,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":416,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":348,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":291,"Cost":201,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":985,"Cost":555,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":90,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":914,"Cost":867,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":316,"Cost":199,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":713,"Cost":361,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":917,"Cost":840,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":477,"Cost":362,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":300,"Cost":246,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":453,"Cost":428,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":219,"Cost":197,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":169,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":193,"Cost":168,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":683,"Cost":564,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":454,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":336,"Cost":179,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":108,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":22,"Cost":11,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":936,"Cost":611,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":838,"Cost":513,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":696,"Cost":436,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"Nova","Country":"Brazil","Sale":396,"Cost":319,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":261,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":339,"Cost":218,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":551,"Cost":279,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":90,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":452,"Cost":357,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":676,"Cost":405,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":893,"Cost":690,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":656,"Cost":519,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":714,"Cost":372,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":665,"Cost":537,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":727,"Cost":624,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":320,"Cost":278,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":687,"Cost":595,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":557,"Cost":504,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":490,"Cost":340,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":881,"Cost":765,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":231,"Cost":195,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":429,"Cost":273,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":725,"Cost":602,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":575,"Cost":490,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":173,"Cost":113,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":607,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":369,"Cost":250,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":629,"Cost":319,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":51,"Cost":49,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":705,"Cost":646,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":802,"Cost":633,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":108,"Cost":72,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":118,"Cost":62,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":652,"Cost":593,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"ARKET","Country":"Brazil","Sale":744,"Cost":598,"Date":"10/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":674,"Date":"2/16/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":102,"Cost":91,"Date":"6/7/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":535,"Cost":417,"Date":"1/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":384,"Date":"3/27/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":818,"Cost":577,"Date":"5/12/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":307,"Date":"7/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":896,"Cost":463,"Date":"8/8/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":55,"Date":"12/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":896,"Cost":762,"Date":"1/17/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":811,"Cost":598,"Date":"3/8/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":772,"Cost":386,"Date":"6/6/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":645,"Cost":471,"Date":"6/16/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":633,"Cost":510,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":41,"Cost":31,"Date":"11/19/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":129,"Cost":116,"Date":"12/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":308,"Date":"2/4/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":236,"Cost":208,"Date":"3/8/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":687,"Cost":367,"Date":"12/18/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":992,"Cost":808,"Date":"3/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":254,"Cost":200,"Date":"4/20/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":117,"Date":"6/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":495,"Cost":268,"Date":"7/23/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":588,"Date":"11/21/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":985,"Cost":519,"Date":"11/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":78,"Cost":39,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":444,"Cost":395,"Date":"5/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":673,"Cost":552,"Date":"9/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":120,"Date":"1/3/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":975,"Cost":629,"Date":"2/2/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":368,"Cost":207,"Date":"3/18/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":114,"Date":"10/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":514,"Cost":327,"Date":"2/16/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":708,"Cost":515,"Date":"6/7/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":882,"Cost":535,"Date":"1/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":691,"Cost":657,"Date":"3/27/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":866,"Cost":446,"Date":"5/12/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":263,"Cost":144,"Date":"7/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":682,"Cost":624,"Date":"8/8/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":388,"Cost":202,"Date":"12/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":100,"Cost":70,"Date":"1/17/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":622,"Cost":322,"Date":"3/8/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":652,"Cost":356,"Date":"6/6/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":982,"Cost":669,"Date":"6/16/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":398,"Cost":280,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":407,"Cost":320,"Date":"11/19/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":55,"Cost":47,"Date":"12/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":655,"Cost":373,"Date":"2/4/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":487,"Cost":347,"Date":"3/8/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":88,"Cost":53,"Date":"12/18/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":315,"Cost":250,"Date":"3/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":69,"Cost":37,"Date":"4/20/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":754,"Cost":418,"Date":"6/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":306,"Cost":213,"Date":"7/23/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":691,"Cost":621,"Date":"11/21/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":399,"Cost":279,"Date":"11/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":94,"Cost":85,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":182,"Cost":157,"Date":"5/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":606,"Cost":338,"Date":"9/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":569,"Cost":522,"Date":"1/3/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":191,"Cost":178,"Date":"2/2/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":795,"Cost":533,"Date":"3/18/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM","Country":"Brazil","Sale":261,"Cost":209,"Date":"10/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":896,"Cost":675,"Date":"2/16/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":676,"Cost":560,"Date":"6/7/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":778,"Cost":493,"Date":"1/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":533,"Cost":275,"Date":"3/27/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":442,"Cost":244,"Date":"5/12/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":801,"Cost":536,"Date":"7/28/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":661,"Cost":587,"Date":"8/8/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":670,"Cost":394,"Date":"12/7/2019"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":971,"Cost":552,"Date":"1/17/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":122,"Cost":103,"Date":"3/8/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":305,"Cost":153,"Date":"6/6/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":497,"Cost":324,"Date":"6/16/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":927,"Cost":867,"Date":"8/13/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":160,"Cost":114,"Date":"11/19/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":417,"Cost":334,"Date":"12/28/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":597,"Cost":480,"Date":"2/4/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":901,"Cost":616,"Date":"3/8/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":223,"Cost":138,"Date":"12/18/2021"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":805,"Cost":635,"Date":"3/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":808,"Cost":410,"Date":"4/20/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":105,"Cost":95,"Date":"6/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":759,"Cost":633,"Date":"7/23/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":805,"Cost":530,"Date":"11/21/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":535,"Cost":329,"Date":"11/26/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":746,"Cost":659,"Date":"2/20/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":801,"Cost":437,"Date":"5/21/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":280,"Cost":182,"Date":"9/28/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":97,"Cost":59,"Date":"1/3/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":611,"Cost":498,"Date":"2/2/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":91,"Cost":68,"Date":"3/18/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":320,"Cost":286,"Date":"10/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":955,"Cost":897,"Date":"2/16/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":896,"Cost":598,"Date":"6/7/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":690,"Cost":530,"Date":"1/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":408,"Cost":313,"Date":"3/27/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":320,"Cost":272,"Date":"5/12/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":482,"Cost":367,"Date":"7/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":706,"Cost":605,"Date":"8/8/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":963,"Cost":524,"Date":"12/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":272,"Cost":188,"Date":"1/17/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":541,"Cost":361,"Date":"3/8/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":353,"Cost":185,"Date":"6/6/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":284,"Cost":157,"Date":"6/16/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":53,"Cost":36,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":45,"Cost":23,"Date":"11/19/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":771,"Cost":642,"Date":"12/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":726,"Cost":540,"Date":"2/4/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":229,"Cost":151,"Date":"3/8/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":98,"Cost":79,"Date":"12/18/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":583,"Cost":440,"Date":"3/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":58,"Cost":30,"Date":"4/20/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":627,"Cost":330,"Date":"6/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":633,"Cost":455,"Date":"7/23/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":59,"Cost":36,"Date":"11/21/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":813,"Cost":547,"Date":"11/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":633,"Cost":570,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":409,"Cost":220,"Date":"5/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":309,"Cost":236,"Date":"9/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":815,"Cost":689,"Date":"1/3/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":354,"Cost":323,"Date":"2/2/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":832,"Cost":779,"Date":"3/18/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"COS","Country":"Brazil","Sale":573,"Cost":345,"Date":"10/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":616,"Cost":546,"Date":"2/16/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":948,"Cost":745,"Date":"6/7/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":105,"Cost":61,"Date":"1/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":98,"Cost":80,"Date":"3/27/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":75,"Cost":55,"Date":"5/12/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":711,"Cost":447,"Date":"7/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":959,"Cost":643,"Date":"8/8/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":132,"Date":"12/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":20,"Cost":10,"Date":"1/17/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":630,"Cost":411,"Date":"3/8/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":115,"Cost":91,"Date":"6/6/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":840,"Cost":633,"Date":"6/16/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":842,"Cost":684,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":987,"Cost":656,"Date":"11/19/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":283,"Cost":267,"Date":"12/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":141,"Cost":86,"Date":"2/4/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":921,"Cost":617,"Date":"3/8/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":256,"Cost":159,"Date":"12/18/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":460,"Cost":423,"Date":"3/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":110,"Cost":89,"Date":"4/20/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":592,"Cost":406,"Date":"6/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":708,"Cost":399,"Date":"7/23/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":707,"Cost":559,"Date":"11/21/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":21,"Date":"11/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":512,"Cost":387,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":983,"Cost":571,"Date":"5/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":187,"Cost":141,"Date":"9/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":224,"Cost":149,"Date":"1/3/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":100,"Cost":55,"Date":"2/2/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":248,"Cost":148,"Date":"3/18/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":242,"Cost":214,"Date":"10/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":734,"Cost":467,"Date":"2/16/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":425,"Date":"6/7/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":366,"Cost":218,"Date":"1/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":162,"Cost":81,"Date":"3/27/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":813,"Cost":654,"Date":"5/12/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":408,"Date":"7/28/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":514,"Cost":397,"Date":"8/8/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":621,"Cost":387,"Date":"12/7/2019"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":110,"Cost":87,"Date":"1/17/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":395,"Cost":256,"Date":"3/8/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":450,"Date":"6/6/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":482,"Cost":416,"Date":"6/16/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":302,"Cost":156,"Date":"8/13/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":662,"Cost":521,"Date":"11/19/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":576,"Cost":524,"Date":"12/28/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":643,"Cost":568,"Date":"2/4/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":481,"Cost":362,"Date":"3/8/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":364,"Cost":231,"Date":"12/18/2021"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":486,"Cost":387,"Date":"3/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":847,"Date":"4/20/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":581,"Cost":439,"Date":"6/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":180,"Cost":162,"Date":"7/23/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":275,"Cost":201,"Date":"11/21/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":8,"Cost":4,"Date":"11/26/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":804,"Cost":455,"Date":"2/20/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":634,"Cost":386,"Date":"5/21/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":688,"Cost":452,"Date":"9/28/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":637,"Cost":484,"Date":"1/3/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":575,"Date":"2/2/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":547,"Cost":377,"Date":"3/18/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":160,"Cost":119,"Date":"10/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":155,"Cost":124,"Date":"2/16/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":307,"Date":"6/7/2018"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":74,"Cost":48,"Date":"1/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":214,"Cost":119,"Date":"3/27/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":913,"Cost":612,"Date":"5/12/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":513,"Cost":419,"Date":"7/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":609,"Cost":477,"Date":"8/8/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":930,"Cost":681,"Date":"12/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":451,"Cost":415,"Date":"1/17/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":546,"Cost":421,"Date":"3/8/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":546,"Cost":317,"Date":"6/6/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":981,"Cost":827,"Date":"6/16/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":158,"Cost":124,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":755,"Cost":496,"Date":"11/19/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":758,"Date":"12/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":267,"Cost":200,"Date":"2/4/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":223,"Cost":202,"Date":"3/8/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":59,"Cost":50,"Date":"12/18/2021"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":297,"Cost":161,"Date":"3/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":23,"Date":"4/20/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":316,"Cost":242,"Date":"6/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":360,"Cost":335,"Date":"7/23/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":898,"Cost":791,"Date":"11/21/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":0,"Date":"11/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":440,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":333,"Cost":303,"Date":"5/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":840,"Cost":588,"Date":"9/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":108,"Cost":58,"Date":"1/3/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":299,"Date":"2/2/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":822,"Cost":718,"Date":"3/18/2024"},{"Store":"West Shopping, São Paulo","Brand":"Nova","Country":"Brazil","Sale":526,"Cost":465,"Date":"10/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":973,"Cost":766,"Date":"2/16/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":902,"Cost":813,"Date":"6/7/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":494,"Cost":320,"Date":"1/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":379,"Cost":325,"Date":"3/27/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":612,"Date":"5/12/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":432,"Date":"7/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":114,"Date":"8/8/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":946,"Cost":548,"Date":"12/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":336,"Cost":255,"Date":"1/17/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":740,"Cost":677,"Date":"3/8/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":236,"Cost":191,"Date":"6/6/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":972,"Cost":650,"Date":"6/16/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":409,"Cost":225,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":766,"Cost":400,"Date":"11/19/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":208,"Cost":195,"Date":"12/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":574,"Cost":325,"Date":"2/4/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":125,"Cost":95,"Date":"3/8/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":980,"Cost":606,"Date":"12/18/2021"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":793,"Cost":479,"Date":"3/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":835,"Cost":777,"Date":"4/20/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":729,"Cost":499,"Date":"6/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":947,"Cost":567,"Date":"7/23/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":927,"Cost":805,"Date":"11/21/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":291,"Cost":206,"Date":"11/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":471,"Cost":385,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":332,"Cost":265,"Date":"5/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":356,"Cost":220,"Date":"9/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":61,"Cost":43,"Date":"1/3/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":804,"Cost":606,"Date":"2/2/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":678,"Cost":347,"Date":"3/18/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":38,"Cost":23,"Date":"10/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":305,"Cost":272,"Date":"2/16/2018"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":546,"Cost":482,"Date":"6/7/2018"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":329,"Cost":211,"Date":"1/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":999,"Cost":934,"Date":"3/27/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":677,"Cost":362,"Date":"5/12/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":409,"Cost":365,"Date":"7/28/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":407,"Cost":238,"Date":"8/8/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":47,"Cost":42,"Date":"12/7/2019"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":452,"Cost":419,"Date":"1/17/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":704,"Cost":451,"Date":"3/8/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":24,"Cost":22,"Date":"6/6/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":873,"Cost":692,"Date":"6/16/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":284,"Cost":161,"Date":"8/13/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":632,"Cost":578,"Date":"11/19/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":220,"Cost":176,"Date":"12/28/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":188,"Cost":161,"Date":"2/4/2021"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":618,"Cost":402,"Date":"3/8/2021"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":269,"Cost":191,"Date":"12/18/2021"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":143,"Cost":135,"Date":"3/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":445,"Cost":344,"Date":"4/20/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":165,"Cost":100,"Date":"6/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":142,"Cost":80,"Date":"7/23/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":441,"Cost":287,"Date":"11/21/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":758,"Cost":471,"Date":"11/26/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":339,"Cost":312,"Date":"2/20/2023"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":269,"Cost":233,"Date":"5/21/2023"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":215,"Cost":130,"Date":"9/28/2023"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":401,"Cost":285,"Date":"1/3/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":404,"Cost":315,"Date":"2/2/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":306,"Cost":275,"Date":"3/18/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":73,"Cost":63,"Date":"10/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":104,"Cost":85,"Date":"2/16/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":627,"Cost":428,"Date":"6/7/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":954,"Cost":903,"Date":"1/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":94,"Date":"3/27/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":407,"Date":"5/12/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":202,"Cost":153,"Date":"7/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":112,"Cost":78,"Date":"8/8/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":616,"Cost":312,"Date":"12/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":645,"Cost":422,"Date":"1/17/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":118,"Date":"3/8/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":593,"Cost":563,"Date":"6/6/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":251,"Cost":233,"Date":"6/16/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":83,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":37,"Cost":27,"Date":"11/19/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":657,"Cost":331,"Date":"12/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":806,"Cost":649,"Date":"2/4/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":127,"Date":"3/8/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":874,"Cost":585,"Date":"12/18/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":849,"Cost":787,"Date":"3/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":447,"Cost":389,"Date":"4/20/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":609,"Cost":359,"Date":"6/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":591,"Cost":558,"Date":"7/23/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":187,"Date":"11/21/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":949,"Cost":676,"Date":"11/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":952,"Cost":780,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":880,"Cost":652,"Date":"5/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":211,"Cost":157,"Date":"9/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":159,"Date":"1/3/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":405,"Cost":206,"Date":"2/2/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":264,"Date":"3/18/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":450,"Cost":372,"Date":"10/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":767,"Cost":720,"Date":"2/16/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":694,"Cost":550,"Date":"6/7/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":621,"Cost":436,"Date":"1/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":311,"Cost":272,"Date":"3/27/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":164,"Cost":150,"Date":"5/12/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":193,"Cost":134,"Date":"7/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":639,"Cost":555,"Date":"8/8/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":679,"Cost":637,"Date":"12/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":715,"Cost":471,"Date":"1/17/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":252,"Cost":192,"Date":"3/8/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":930,"Cost":717,"Date":"6/6/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":218,"Cost":195,"Date":"6/16/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":242,"Cost":128,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":925,"Cost":573,"Date":"11/19/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":39,"Cost":28,"Date":"12/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":117,"Cost":84,"Date":"2/4/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":947,"Cost":598,"Date":"3/8/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":577,"Cost":295,"Date":"12/18/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":765,"Cost":537,"Date":"3/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":808,"Cost":506,"Date":"4/20/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":378,"Cost":329,"Date":"6/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":300,"Cost":169,"Date":"7/23/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":813,"Cost":505,"Date":"11/21/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":808,"Cost":756,"Date":"11/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":497,"Cost":315,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":846,"Cost":558,"Date":"5/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":332,"Cost":196,"Date":"9/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":999,"Cost":877,"Date":"1/3/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":233,"Cost":172,"Date":"2/2/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":577,"Cost":496,"Date":"3/18/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM","Country":"Brazil","Sale":349,"Cost":311,"Date":"10/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":764,"Cost":488,"Date":"2/16/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":48,"Cost":45,"Date":"6/7/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":701,"Cost":392,"Date":"1/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":187,"Date":"3/27/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":709,"Cost":587,"Date":"5/12/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":776,"Cost":663,"Date":"7/28/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":889,"Cost":769,"Date":"8/8/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":529,"Cost":456,"Date":"12/7/2019"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":717,"Date":"1/17/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":14,"Cost":7,"Date":"3/8/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":535,"Cost":376,"Date":"6/6/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":985,"Cost":757,"Date":"6/16/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":727,"Date":"8/13/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":914,"Cost":808,"Date":"11/19/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":514,"Cost":313,"Date":"12/28/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":180,"Cost":159,"Date":"2/4/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":157,"Cost":121,"Date":"3/8/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":393,"Date":"12/18/2021"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":513,"Cost":311,"Date":"3/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":84,"Date":"4/20/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":949,"Cost":556,"Date":"6/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":772,"Cost":603,"Date":"7/23/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":521,"Cost":345,"Date":"11/21/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":674,"Cost":365,"Date":"11/26/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":724,"Cost":473,"Date":"2/20/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":206,"Cost":182,"Date":"5/21/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":179,"Cost":94,"Date":"9/28/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":844,"Cost":775,"Date":"1/3/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":693,"Cost":631,"Date":"2/2/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":814,"Cost":662,"Date":"3/18/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":855,"Cost":782,"Date":"10/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":676,"Cost":493,"Date":"2/16/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":623,"Cost":469,"Date":"6/7/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":517,"Cost":451,"Date":"1/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":404,"Cost":320,"Date":"3/27/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":534,"Cost":289,"Date":"5/12/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":189,"Cost":110,"Date":"7/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":316,"Cost":245,"Date":"8/8/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":5,"Cost":4,"Date":"12/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":387,"Cost":311,"Date":"1/17/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":159,"Cost":106,"Date":"3/8/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":386,"Cost":350,"Date":"6/6/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":915,"Cost":692,"Date":"6/16/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":425,"Cost":270,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":942,"Cost":800,"Date":"11/19/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":807,"Cost":492,"Date":"12/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":389,"Cost":198,"Date":"2/4/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":706,"Cost":622,"Date":"3/8/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":772,"Cost":388,"Date":"12/18/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":48,"Cost":26,"Date":"3/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":702,"Cost":503,"Date":"4/20/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":791,"Cost":685,"Date":"6/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":97,"Cost":65,"Date":"7/23/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":183,"Cost":126,"Date":"11/21/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":574,"Cost":454,"Date":"11/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":490,"Cost":292,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":484,"Cost":357,"Date":"5/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":485,"Cost":270,"Date":"9/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":902,"Cost":487,"Date":"1/3/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":824,"Cost":506,"Date":"2/2/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":758,"Cost":406,"Date":"3/18/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"COS","Country":"Brazil","Sale":803,"Cost":559,"Date":"10/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":134,"Cost":109,"Date":"2/16/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":833,"Cost":686,"Date":"6/7/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":523,"Cost":448,"Date":"1/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":306,"Cost":183,"Date":"3/27/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":975,"Cost":744,"Date":"5/12/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":794,"Cost":623,"Date":"7/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":786,"Cost":653,"Date":"8/8/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":879,"Cost":795,"Date":"12/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":485,"Cost":289,"Date":"1/17/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":633,"Cost":534,"Date":"3/8/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":958,"Cost":764,"Date":"6/6/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":468,"Cost":440,"Date":"6/16/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":382,"Cost":292,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":154,"Cost":132,"Date":"11/19/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":848,"Cost":606,"Date":"12/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":488,"Cost":426,"Date":"2/4/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":804,"Cost":556,"Date":"3/8/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":954,"Cost":605,"Date":"12/18/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":674,"Cost":514,"Date":"3/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":783,"Cost":687,"Date":"4/20/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":104,"Cost":77,"Date":"6/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":180,"Cost":133,"Date":"7/23/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":977,"Cost":764,"Date":"11/21/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":870,"Cost":651,"Date":"11/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":916,"Cost":618,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":797,"Cost":619,"Date":"5/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":442,"Cost":322,"Date":"9/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":960,"Cost":661,"Date":"1/3/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":577,"Cost":505,"Date":"2/2/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":997,"Cost":847,"Date":"3/18/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":544,"Cost":315,"Date":"10/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":843,"Cost":508,"Date":"2/16/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":463,"Cost":400,"Date":"6/7/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":297,"Date":"1/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":271,"Date":"3/27/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":329,"Cost":194,"Date":"5/12/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":413,"Cost":269,"Date":"7/28/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":328,"Cost":184,"Date":"8/8/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":155,"Cost":128,"Date":"12/7/2019"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":129,"Date":"1/17/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":703,"Cost":606,"Date":"3/8/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":846,"Cost":799,"Date":"6/6/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":101,"Cost":95,"Date":"6/16/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":824,"Cost":536,"Date":"8/13/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":365,"Cost":258,"Date":"11/19/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":958,"Cost":737,"Date":"12/28/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":461,"Date":"2/4/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":72,"Date":"3/8/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":691,"Date":"12/18/2021"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":442,"Cost":362,"Date":"3/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":746,"Cost":467,"Date":"4/20/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":352,"Cost":243,"Date":"6/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":758,"Cost":690,"Date":"7/23/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":218,"Cost":188,"Date":"11/21/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":754,"Cost":389,"Date":"11/26/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":449,"Cost":366,"Date":"2/20/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":520,"Date":"5/21/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":136,"Cost":104,"Date":"9/28/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":125,"Cost":63,"Date":"1/3/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":956,"Cost":638,"Date":"2/2/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":545,"Cost":308,"Date":"3/18/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"ARKET","Country":"Brazil","Sale":203,"Cost":121,"Date":"10/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":804,"Cost":700,"Date":"2/16/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":162,"Cost":100,"Date":"6/7/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":83,"Cost":54,"Date":"1/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":233,"Cost":194,"Date":"3/27/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":407,"Cost":276,"Date":"5/12/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":915,"Cost":591,"Date":"7/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":922,"Cost":739,"Date":"8/8/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":400,"Cost":262,"Date":"12/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":710,"Cost":671,"Date":"1/17/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":12,"Date":"3/8/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":389,"Cost":305,"Date":"6/6/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":985,"Cost":734,"Date":"6/16/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":608,"Cost":491,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":999,"Cost":907,"Date":"11/19/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":419,"Cost":388,"Date":"12/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":566,"Cost":322,"Date":"2/4/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":962,"Cost":854,"Date":"3/8/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":280,"Cost":195,"Date":"12/18/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":847,"Cost":713,"Date":"3/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":30,"Cost":20,"Date":"4/20/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":660,"Date":"6/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":298,"Cost":169,"Date":"7/23/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":884,"Cost":620,"Date":"11/21/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":544,"Cost":459,"Date":"11/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":468,"Cost":412,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":29,"Cost":26,"Date":"5/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":728,"Cost":551,"Date":"9/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":727,"Cost":635,"Date":"1/3/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":133,"Cost":89,"Date":"2/2/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":913,"Cost":795,"Date":"3/18/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":378,"Cost":353,"Date":"10/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":439,"Cost":328,"Date":"2/16/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":685,"Cost":453,"Date":"6/7/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":508,"Cost":393,"Date":"1/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":600,"Cost":339,"Date":"3/27/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":231,"Date":"5/12/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":310,"Cost":179,"Date":"7/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":995,"Cost":562,"Date":"8/8/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":504,"Cost":423,"Date":"12/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":329,"Date":"1/17/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":931,"Cost":761,"Date":"3/8/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":761,"Cost":607,"Date":"6/6/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":808,"Cost":583,"Date":"6/16/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":569,"Cost":507,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":707,"Cost":515,"Date":"11/19/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":983,"Cost":539,"Date":"12/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":701,"Date":"2/4/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":894,"Cost":520,"Date":"3/8/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":22,"Cost":16,"Date":"12/18/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":867,"Cost":435,"Date":"3/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":952,"Cost":680,"Date":"4/20/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":908,"Cost":825,"Date":"6/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":136,"Date":"7/23/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":316,"Cost":174,"Date":"11/21/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":504,"Cost":294,"Date":"11/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":614,"Cost":443,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":26,"Cost":19,"Date":"5/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":638,"Cost":432,"Date":"9/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":482,"Cost":285,"Date":"1/3/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":386,"Cost":236,"Date":"2/2/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":407,"Cost":234,"Date":"3/18/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":657,"Cost":483,"Date":"10/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":123,"Cost":101,"Date":"2/16/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":706,"Cost":553,"Date":"6/7/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":50,"Cost":26,"Date":"1/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":776,"Cost":653,"Date":"3/27/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":736,"Cost":460,"Date":"5/12/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":678,"Cost":528,"Date":"7/28/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":144,"Cost":72,"Date":"8/8/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":811,"Cost":592,"Date":"12/7/2019"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":290,"Cost":234,"Date":"1/17/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":650,"Cost":427,"Date":"3/8/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":32,"Cost":17,"Date":"6/6/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":139,"Cost":83,"Date":"6/16/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":676,"Cost":612,"Date":"8/13/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":992,"Cost":807,"Date":"11/19/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":540,"Cost":470,"Date":"12/28/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":642,"Cost":466,"Date":"2/4/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":516,"Cost":357,"Date":"3/8/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":131,"Cost":80,"Date":"12/18/2021"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":356,"Cost":248,"Date":"3/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":440,"Cost":243,"Date":"4/20/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":322,"Cost":254,"Date":"6/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":22,"Cost":18,"Date":"7/23/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":43,"Cost":35,"Date":"11/21/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":97,"Cost":49,"Date":"11/26/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":71,"Cost":60,"Date":"2/20/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":627,"Cost":567,"Date":"5/21/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":100,"Cost":63,"Date":"9/28/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":126,"Cost":79,"Date":"1/3/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":551,"Cost":323,"Date":"2/2/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":142,"Cost":86,"Date":"3/18/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":429,"Cost":264,"Date":"10/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":966,"Cost":790,"Date":"2/16/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":346,"Cost":266,"Date":"6/7/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":503,"Cost":453,"Date":"1/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":702,"Cost":658,"Date":"3/27/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":345,"Cost":253,"Date":"5/12/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":65,"Cost":52,"Date":"7/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":125,"Cost":110,"Date":"8/8/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":998,"Cost":924,"Date":"12/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":536,"Cost":340,"Date":"1/17/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":692,"Cost":501,"Date":"3/8/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":284,"Cost":181,"Date":"6/6/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":534,"Cost":396,"Date":"6/16/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":424,"Cost":239,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":292,"Cost":236,"Date":"11/19/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":794,"Cost":502,"Date":"12/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":12,"Cost":7,"Date":"2/4/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":54,"Cost":42,"Date":"3/8/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":48,"Cost":27,"Date":"12/18/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":941,"Cost":819,"Date":"3/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":326,"Cost":217,"Date":"4/20/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":433,"Cost":394,"Date":"6/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":512,"Cost":455,"Date":"7/23/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":387,"Cost":248,"Date":"11/21/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":710,"Cost":423,"Date":"11/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":944,"Cost":614,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":31,"Cost":17,"Date":"5/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":594,"Cost":430,"Date":"9/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":33,"Cost":16,"Date":"1/3/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":469,"Cost":333,"Date":"2/2/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":262,"Cost":144,"Date":"3/18/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":796,"Cost":433,"Date":"10/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":134,"Cost":125,"Date":"2/16/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":117,"Cost":98,"Date":"6/7/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":720,"Cost":367,"Date":"1/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":304,"Cost":183,"Date":"3/27/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":497,"Cost":287,"Date":"5/12/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":819,"Cost":653,"Date":"7/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":895,"Cost":547,"Date":"8/8/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":166,"Cost":119,"Date":"12/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":508,"Cost":415,"Date":"1/17/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":370,"Cost":187,"Date":"3/8/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":175,"Cost":155,"Date":"6/6/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":45,"Cost":38,"Date":"6/16/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":29,"Cost":24,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":376,"Cost":210,"Date":"11/19/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":215,"Cost":113,"Date":"12/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":846,"Cost":641,"Date":"2/4/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":789,"Cost":498,"Date":"3/8/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":857,"Cost":724,"Date":"12/18/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":823,"Cost":501,"Date":"3/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":980,"Cost":828,"Date":"4/20/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":211,"Cost":166,"Date":"6/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":290,"Cost":213,"Date":"7/23/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":664,"Cost":516,"Date":"11/21/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":725,"Cost":483,"Date":"11/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":503,"Cost":335,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":50,"Cost":42,"Date":"5/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":407,"Cost":322,"Date":"9/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":895,"Cost":550,"Date":"1/3/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":569,"Cost":467,"Date":"2/2/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":144,"Cost":132,"Date":"3/18/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":261,"Cost":237,"Date":"10/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":95,"Cost":58,"Date":"2/16/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":582,"Cost":472,"Date":"6/7/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":764,"Cost":676,"Date":"1/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":123,"Cost":102,"Date":"3/27/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":299,"Cost":247,"Date":"5/12/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":860,"Cost":507,"Date":"7/28/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":693,"Cost":570,"Date":"8/8/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":269,"Cost":239,"Date":"12/7/2019"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":839,"Cost":459,"Date":"1/17/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":841,"Cost":591,"Date":"3/8/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":286,"Cost":159,"Date":"6/6/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":107,"Cost":96,"Date":"6/16/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":322,"Cost":161,"Date":"8/13/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":85,"Cost":78,"Date":"11/19/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":403,"Cost":381,"Date":"12/28/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":889,"Cost":574,"Date":"2/4/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":285,"Cost":264,"Date":"3/8/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":930,"Cost":691,"Date":"12/18/2021"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":361,"Cost":201,"Date":"3/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":424,"Cost":253,"Date":"4/20/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":172,"Cost":132,"Date":"6/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":368,"Cost":329,"Date":"7/23/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":841,"Cost":592,"Date":"11/21/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":57,"Cost":47,"Date":"11/26/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":66,"Cost":58,"Date":"2/20/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":802,"Cost":480,"Date":"5/21/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":361,"Cost":271,"Date":"9/28/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":807,"Cost":716,"Date":"1/3/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":952,"Cost":611,"Date":"2/2/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":363,"Cost":321,"Date":"3/18/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":365,"Cost":191,"Date":"10/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":332,"Cost":270,"Date":"2/16/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":109,"Cost":61,"Date":"6/7/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":804,"Cost":698,"Date":"1/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":788,"Cost":677,"Date":"3/27/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":550,"Cost":347,"Date":"5/12/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":195,"Cost":171,"Date":"7/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":993,"Cost":580,"Date":"8/8/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":540,"Cost":364,"Date":"12/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":696,"Cost":375,"Date":"1/17/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":127,"Date":"3/8/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":878,"Cost":622,"Date":"6/6/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":44,"Cost":27,"Date":"6/16/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":482,"Cost":384,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":1,"Cost":1,"Date":"11/19/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":181,"Cost":162,"Date":"12/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":499,"Cost":354,"Date":"2/4/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":423,"Cost":343,"Date":"3/8/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":763,"Cost":645,"Date":"12/18/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":428,"Cost":239,"Date":"3/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":624,"Date":"4/20/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":894,"Cost":827,"Date":"6/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":849,"Cost":636,"Date":"7/23/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":737,"Cost":530,"Date":"11/21/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":338,"Cost":251,"Date":"11/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":176,"Cost":101,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":944,"Cost":717,"Date":"5/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":164,"Cost":99,"Date":"9/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":26,"Cost":19,"Date":"1/3/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":595,"Cost":396,"Date":"2/2/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":623,"Cost":321,"Date":"3/18/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":187,"Cost":122,"Date":"10/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":928,"Cost":622,"Date":"2/16/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":832,"Cost":706,"Date":"6/7/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":573,"Cost":306,"Date":"1/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":461,"Cost":317,"Date":"3/27/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":897,"Cost":784,"Date":"5/12/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":823,"Cost":427,"Date":"7/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":644,"Cost":335,"Date":"8/8/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":652,"Cost":479,"Date":"12/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":969,"Cost":761,"Date":"1/17/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":919,"Cost":531,"Date":"3/8/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":392,"Cost":251,"Date":"6/6/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":416,"Cost":229,"Date":"6/16/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":619,"Cost":526,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":430,"Cost":382,"Date":"11/19/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":556,"Cost":316,"Date":"12/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":733,"Cost":586,"Date":"2/4/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":84,"Cost":67,"Date":"3/8/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":807,"Cost":537,"Date":"12/18/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":168,"Cost":133,"Date":"3/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":199,"Cost":183,"Date":"4/20/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":83,"Cost":71,"Date":"6/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":992,"Cost":756,"Date":"7/23/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":682,"Cost":399,"Date":"11/21/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":662,"Cost":623,"Date":"11/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":476,"Cost":420,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":371,"Cost":246,"Date":"5/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":266,"Cost":155,"Date":"9/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":711,"Cost":641,"Date":"1/3/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":675,"Cost":554,"Date":"2/2/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":605,"Cost":419,"Date":"3/18/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":21,"Cost":19,"Date":"10/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":10,"Cost":8,"Date":"2/16/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":213,"Cost":190,"Date":"6/7/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":909,"Cost":463,"Date":"1/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":111,"Cost":96,"Date":"3/27/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":888,"Date":"5/12/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":760,"Cost":440,"Date":"7/28/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":726,"Date":"8/8/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":184,"Cost":175,"Date":"12/7/2019"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":956,"Cost":732,"Date":"1/17/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":889,"Cost":703,"Date":"3/8/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":326,"Cost":217,"Date":"6/6/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":760,"Cost":438,"Date":"6/16/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":383,"Cost":336,"Date":"8/13/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":429,"Cost":246,"Date":"11/19/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":211,"Cost":185,"Date":"12/28/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":840,"Cost":740,"Date":"2/4/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":345,"Date":"3/8/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":275,"Cost":206,"Date":"12/18/2021"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":331,"Date":"3/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":328,"Cost":294,"Date":"4/20/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":66,"Date":"6/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":716,"Date":"7/23/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":761,"Cost":573,"Date":"11/21/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":805,"Cost":512,"Date":"11/26/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":340,"Cost":220,"Date":"2/20/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":172,"Cost":138,"Date":"5/21/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":831,"Date":"9/28/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":81,"Date":"1/3/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":764,"Cost":526,"Date":"2/2/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":94,"Cost":89,"Date":"3/18/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":411,"Cost":299,"Date":"10/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":449,"Cost":265,"Date":"2/16/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":821,"Cost":604,"Date":"6/7/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":777,"Cost":674,"Date":"1/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":593,"Cost":390,"Date":"3/27/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":682,"Cost":481,"Date":"5/12/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":56,"Cost":34,"Date":"7/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":445,"Cost":265,"Date":"8/8/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":840,"Cost":765,"Date":"12/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":162,"Cost":136,"Date":"1/17/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":29,"Cost":25,"Date":"3/8/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":971,"Cost":901,"Date":"6/6/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":150,"Cost":109,"Date":"6/16/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":658,"Cost":504,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":681,"Cost":393,"Date":"11/19/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":340,"Cost":174,"Date":"12/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":339,"Cost":171,"Date":"2/4/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":251,"Cost":198,"Date":"3/8/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":384,"Cost":205,"Date":"12/18/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":500,"Cost":473,"Date":"3/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":481,"Cost":392,"Date":"4/20/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":458,"Cost":337,"Date":"6/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":832,"Cost":790,"Date":"7/23/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":518,"Cost":350,"Date":"11/21/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":277,"Cost":262,"Date":"11/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":957,"Cost":827,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":104,"Cost":58,"Date":"5/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":464,"Cost":359,"Date":"9/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":801,"Cost":660,"Date":"1/3/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":559,"Cost":455,"Date":"2/2/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":446,"Cost":403,"Date":"3/18/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":804,"Cost":533,"Date":"10/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":225,"Cost":116,"Date":"2/16/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":547,"Cost":341,"Date":"6/7/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":120,"Cost":67,"Date":"1/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":660,"Cost":414,"Date":"3/27/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":780,"Cost":718,"Date":"5/12/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":138,"Cost":84,"Date":"7/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":693,"Cost":367,"Date":"8/8/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":537,"Cost":453,"Date":"12/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":661,"Cost":596,"Date":"1/17/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":552,"Cost":413,"Date":"3/8/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":210,"Cost":188,"Date":"6/6/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":732,"Cost":652,"Date":"6/16/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":161,"Cost":107,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":20,"Cost":18,"Date":"11/19/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":898,"Cost":509,"Date":"12/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":389,"Cost":321,"Date":"2/4/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":566,"Cost":315,"Date":"3/8/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":762,"Cost":445,"Date":"12/18/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":865,"Cost":579,"Date":"3/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":575,"Cost":329,"Date":"4/20/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":538,"Cost":401,"Date":"6/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":707,"Cost":658,"Date":"7/23/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":204,"Cost":194,"Date":"11/21/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":703,"Cost":449,"Date":"11/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":62,"Cost":57,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":440,"Cost":376,"Date":"5/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":959,"Cost":534,"Date":"9/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":14,"Cost":13,"Date":"1/3/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":734,"Cost":608,"Date":"2/2/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":491,"Cost":427,"Date":"3/18/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":742,"Cost":418,"Date":"10/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":491,"Cost":307,"Date":"2/16/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":76,"Cost":52,"Date":"6/7/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":970,"Cost":853,"Date":"1/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":876,"Cost":719,"Date":"3/27/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":499,"Cost":381,"Date":"5/12/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":226,"Cost":197,"Date":"7/28/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":901,"Cost":703,"Date":"8/8/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":198,"Cost":128,"Date":"12/7/2019"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":64,"Cost":58,"Date":"1/17/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":684,"Cost":393,"Date":"3/8/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":86,"Cost":45,"Date":"6/6/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":587,"Cost":522,"Date":"6/16/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":36,"Cost":32,"Date":"8/13/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":851,"Cost":571,"Date":"11/19/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":160,"Cost":141,"Date":"12/28/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":958,"Cost":650,"Date":"2/4/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":497,"Cost":298,"Date":"3/8/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":541,"Cost":299,"Date":"12/18/2021"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":975,"Cost":606,"Date":"3/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":796,"Cost":727,"Date":"4/20/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":266,"Cost":147,"Date":"6/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":786,"Cost":517,"Date":"7/23/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":862,"Cost":815,"Date":"11/21/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":463,"Cost":300,"Date":"11/26/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":745,"Cost":593,"Date":"2/20/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":591,"Cost":307,"Date":"5/21/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":236,"Cost":147,"Date":"9/28/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":184,"Cost":147,"Date":"1/3/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":795,"Cost":450,"Date":"2/2/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":250,"Cost":160,"Date":"3/18/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":105,"Cost":79,"Date":"10/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":57,"Cost":43,"Date":"2/16/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":921,"Cost":487,"Date":"6/7/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":436,"Date":"1/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":106,"Cost":60,"Date":"3/27/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":192,"Cost":101,"Date":"5/12/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":971,"Cost":717,"Date":"7/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":459,"Cost":329,"Date":"8/8/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":870,"Cost":646,"Date":"12/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":946,"Cost":866,"Date":"1/17/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":136,"Cost":87,"Date":"3/8/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":994,"Cost":665,"Date":"6/6/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":313,"Cost":180,"Date":"6/16/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":818,"Cost":615,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":351,"Cost":243,"Date":"11/19/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":249,"Cost":178,"Date":"12/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":869,"Cost":450,"Date":"2/4/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":875,"Cost":518,"Date":"3/8/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":660,"Cost":379,"Date":"12/18/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":792,"Cost":723,"Date":"3/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":181,"Cost":110,"Date":"4/20/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":9,"Cost":4,"Date":"6/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":496,"Cost":311,"Date":"7/23/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":142,"Cost":119,"Date":"11/21/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":55,"Date":"11/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":83,"Cost":60,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":616,"Cost":429,"Date":"5/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":882,"Cost":713,"Date":"9/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":512,"Date":"1/3/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":419,"Cost":336,"Date":"2/2/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":232,"Cost":181,"Date":"3/18/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":696,"Cost":480,"Date":"10/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":362,"Cost":289,"Date":"2/16/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":208,"Cost":177,"Date":"6/7/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":191,"Cost":140,"Date":"1/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":873,"Cost":588,"Date":"3/27/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":975,"Cost":633,"Date":"5/12/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":644,"Cost":546,"Date":"7/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":355,"Date":"8/8/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":624,"Cost":512,"Date":"12/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":270,"Cost":184,"Date":"1/17/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":414,"Cost":224,"Date":"3/8/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":229,"Cost":199,"Date":"6/6/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":936,"Cost":847,"Date":"6/16/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":432,"Cost":370,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":901,"Cost":700,"Date":"11/19/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":776,"Date":"12/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":522,"Cost":323,"Date":"2/4/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":134,"Cost":102,"Date":"3/8/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":955,"Cost":880,"Date":"12/18/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":462,"Cost":313,"Date":"3/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":988,"Cost":549,"Date":"4/20/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":69,"Date":"6/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":394,"Cost":197,"Date":"7/23/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":17,"Cost":11,"Date":"11/21/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":835,"Cost":420,"Date":"11/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":274,"Cost":237,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":889,"Cost":696,"Date":"5/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":820,"Cost":585,"Date":"9/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":851,"Cost":444,"Date":"1/3/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":795,"Cost":478,"Date":"2/2/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":640,"Cost":389,"Date":"3/18/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":57,"Date":"10/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":867,"Cost":461,"Date":"2/16/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":387,"Cost":354,"Date":"6/7/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":998,"Cost":779,"Date":"1/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":642,"Cost":513,"Date":"3/27/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":474,"Cost":383,"Date":"5/12/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":484,"Date":"7/28/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":520,"Cost":415,"Date":"8/8/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":934,"Cost":757,"Date":"12/7/2019"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":572,"Cost":334,"Date":"1/17/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":69,"Cost":45,"Date":"3/8/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":358,"Date":"6/6/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":402,"Date":"6/16/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":723,"Cost":465,"Date":"8/13/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":287,"Cost":264,"Date":"11/19/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":189,"Cost":120,"Date":"12/28/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":800,"Cost":607,"Date":"2/4/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":357,"Cost":273,"Date":"3/8/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":474,"Cost":262,"Date":"12/18/2021"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":304,"Date":"3/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":426,"Cost":268,"Date":"4/20/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":228,"Cost":213,"Date":"6/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":69,"Cost":38,"Date":"7/23/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":940,"Cost":493,"Date":"11/21/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":758,"Cost":679,"Date":"11/26/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":145,"Cost":131,"Date":"2/20/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":863,"Cost":772,"Date":"5/21/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":491,"Cost":407,"Date":"9/28/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":138,"Cost":90,"Date":"1/3/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":178,"Cost":98,"Date":"2/2/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":870,"Cost":667,"Date":"3/18/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":681,"Cost":523,"Date":"10/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":691,"Cost":581,"Date":"2/16/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":681,"Cost":378,"Date":"6/7/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":260,"Date":"1/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":780,"Cost":624,"Date":"3/27/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":375,"Cost":272,"Date":"5/12/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":226,"Cost":192,"Date":"7/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":89,"Date":"8/8/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":220,"Cost":174,"Date":"12/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":667,"Cost":451,"Date":"1/17/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":346,"Cost":184,"Date":"3/8/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":96,"Date":"6/6/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":241,"Cost":210,"Date":"6/16/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":255,"Cost":165,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":885,"Cost":732,"Date":"11/19/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":79,"Date":"12/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":801,"Cost":686,"Date":"2/4/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":498,"Cost":363,"Date":"3/8/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":83,"Cost":47,"Date":"12/18/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":455,"Cost":350,"Date":"3/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":75,"Date":"4/20/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":637,"Cost":355,"Date":"6/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":365,"Cost":262,"Date":"7/23/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":207,"Cost":167,"Date":"11/21/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":375,"Cost":287,"Date":"11/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":480,"Cost":256,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":201,"Cost":185,"Date":"5/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":889,"Cost":505,"Date":"9/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":242,"Cost":155,"Date":"1/3/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":151,"Date":"2/2/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":798,"Cost":570,"Date":"3/18/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":172,"Cost":120,"Date":"10/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":600,"Cost":373,"Date":"2/16/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":349,"Cost":302,"Date":"6/7/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":895,"Cost":654,"Date":"1/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":952,"Cost":731,"Date":"3/27/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":497,"Cost":405,"Date":"5/12/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":485,"Cost":277,"Date":"7/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":417,"Date":"8/8/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":600,"Date":"12/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":368,"Cost":240,"Date":"1/17/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":51,"Cost":27,"Date":"3/8/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":70,"Cost":59,"Date":"6/6/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":203,"Cost":152,"Date":"6/16/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":571,"Cost":350,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":551,"Cost":422,"Date":"11/19/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":800,"Cost":589,"Date":"12/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":911,"Cost":826,"Date":"2/4/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":752,"Cost":667,"Date":"3/8/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":96,"Date":"12/18/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":295,"Cost":254,"Date":"3/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":62,"Cost":45,"Date":"4/20/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":886,"Cost":813,"Date":"6/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":969,"Cost":849,"Date":"7/23/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":427,"Cost":218,"Date":"11/21/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":323,"Cost":176,"Date":"11/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":367,"Cost":293,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":196,"Cost":175,"Date":"5/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":143,"Cost":109,"Date":"9/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":597,"Date":"1/3/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":81,"Cost":66,"Date":"2/2/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":721,"Cost":441,"Date":"3/18/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":88,"Date":"10/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":631,"Cost":387,"Date":"2/16/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":582,"Cost":395,"Date":"6/7/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":570,"Cost":455,"Date":"1/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":273,"Cost":194,"Date":"3/27/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":657,"Cost":621,"Date":"5/12/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":496,"Cost":330,"Date":"7/28/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":563,"Cost":394,"Date":"8/8/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":667,"Cost":422,"Date":"12/7/2019"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":254,"Cost":208,"Date":"1/17/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":349,"Cost":235,"Date":"3/8/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":633,"Cost":380,"Date":"6/6/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":426,"Date":"6/16/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":740,"Cost":564,"Date":"8/13/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":705,"Cost":402,"Date":"11/19/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":115,"Date":"12/28/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":518,"Cost":467,"Date":"2/4/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":665,"Cost":413,"Date":"3/8/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":67,"Cost":38,"Date":"12/18/2021"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":32,"Cost":30,"Date":"3/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":451,"Cost":324,"Date":"4/20/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":470,"Cost":287,"Date":"6/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":246,"Cost":128,"Date":"7/23/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":984,"Cost":573,"Date":"11/21/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":347,"Date":"11/26/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":898,"Cost":801,"Date":"2/20/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":255,"Cost":185,"Date":"5/21/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":611,"Cost":382,"Date":"9/28/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":359,"Date":"1/3/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":420,"Cost":323,"Date":"2/2/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":228,"Cost":140,"Date":"3/18/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":630,"Cost":472,"Date":"10/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":152,"Cost":116,"Date":"2/16/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":706,"Cost":400,"Date":"6/7/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":260,"Cost":134,"Date":"1/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":152,"Cost":98,"Date":"3/27/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":659,"Cost":521,"Date":"5/12/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":710,"Cost":552,"Date":"7/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":72,"Cost":62,"Date":"8/8/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":157,"Cost":122,"Date":"12/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":825,"Cost":671,"Date":"1/17/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":989,"Cost":495,"Date":"3/8/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":383,"Cost":266,"Date":"6/6/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":963,"Cost":892,"Date":"6/16/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":950,"Cost":805,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":822,"Cost":446,"Date":"11/19/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":318,"Cost":169,"Date":"12/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":232,"Cost":190,"Date":"2/4/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":538,"Cost":346,"Date":"3/8/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":632,"Cost":396,"Date":"12/18/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":990,"Cost":938,"Date":"3/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":567,"Cost":418,"Date":"4/20/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":72,"Cost":60,"Date":"6/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":566,"Cost":409,"Date":"7/23/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":396,"Cost":215,"Date":"11/21/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":90,"Cost":86,"Date":"11/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":852,"Cost":594,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":402,"Cost":376,"Date":"5/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":838,"Cost":739,"Date":"9/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":730,"Cost":584,"Date":"1/3/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":475,"Cost":437,"Date":"2/2/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":177,"Cost":153,"Date":"3/18/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":931,"Cost":624,"Date":"10/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":108,"Cost":64,"Date":"2/16/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":815,"Cost":664,"Date":"6/7/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":323,"Cost":245,"Date":"1/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":86,"Date":"3/27/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":720,"Cost":566,"Date":"5/12/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":593,"Cost":313,"Date":"7/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":202,"Cost":108,"Date":"8/8/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":323,"Date":"12/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":503,"Date":"1/17/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":229,"Date":"3/8/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":799,"Cost":405,"Date":"6/6/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":928,"Cost":557,"Date":"6/16/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":342,"Cost":240,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":678,"Cost":552,"Date":"11/19/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":867,"Cost":587,"Date":"12/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":852,"Cost":651,"Date":"2/4/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":821,"Cost":564,"Date":"3/8/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":176,"Cost":148,"Date":"12/18/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":487,"Cost":382,"Date":"3/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":186,"Cost":162,"Date":"4/20/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":303,"Cost":210,"Date":"6/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":554,"Cost":308,"Date":"7/23/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":828,"Cost":723,"Date":"11/21/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":694,"Cost":463,"Date":"11/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":490,"Cost":282,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":670,"Cost":342,"Date":"5/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":484,"Cost":268,"Date":"9/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":765,"Cost":648,"Date":"1/3/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":470,"Date":"2/2/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":433,"Cost":242,"Date":"3/18/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":174,"Cost":118,"Date":"10/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":888,"Cost":472,"Date":"2/16/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":698,"Cost":636,"Date":"6/7/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":489,"Cost":431,"Date":"1/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":478,"Cost":429,"Date":"3/27/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":89,"Cost":64,"Date":"5/12/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":302,"Cost":216,"Date":"7/28/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":904,"Cost":498,"Date":"8/8/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":762,"Cost":521,"Date":"12/7/2019"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":9,"Date":"1/17/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":299,"Cost":201,"Date":"3/8/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":799,"Cost":711,"Date":"6/6/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":363,"Cost":251,"Date":"6/16/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":608,"Cost":332,"Date":"8/13/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":701,"Cost":420,"Date":"11/19/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":941,"Cost":519,"Date":"12/28/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":423,"Cost":371,"Date":"2/4/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":117,"Cost":65,"Date":"3/8/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":171,"Cost":124,"Date":"12/18/2021"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":450,"Cost":247,"Date":"3/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":498,"Cost":397,"Date":"4/20/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":807,"Cost":686,"Date":"6/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":368,"Cost":319,"Date":"7/23/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":757,"Cost":681,"Date":"11/21/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":543,"Cost":390,"Date":"11/26/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":103,"Cost":67,"Date":"2/20/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":118,"Date":"5/21/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":650,"Date":"9/28/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":252,"Date":"1/3/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":556,"Cost":322,"Date":"2/2/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":801,"Cost":740,"Date":"3/18/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":409,"Cost":256,"Date":"10/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":333,"Cost":251,"Date":"2/16/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":444,"Cost":278,"Date":"6/7/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":703,"Cost":509,"Date":"1/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":941,"Cost":496,"Date":"3/27/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":776,"Cost":401,"Date":"5/12/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":774,"Cost":561,"Date":"7/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":597,"Cost":458,"Date":"8/8/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":415,"Cost":331,"Date":"12/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":396,"Cost":229,"Date":"1/17/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":635,"Cost":490,"Date":"3/8/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":134,"Cost":105,"Date":"6/6/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":353,"Cost":263,"Date":"6/16/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":44,"Cost":22,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":581,"Cost":395,"Date":"11/19/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":541,"Cost":469,"Date":"12/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":916,"Cost":518,"Date":"2/4/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":274,"Cost":159,"Date":"3/8/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":678,"Cost":602,"Date":"12/18/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":391,"Cost":320,"Date":"3/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":446,"Cost":407,"Date":"4/20/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":336,"Cost":284,"Date":"6/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":996,"Cost":705,"Date":"7/23/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":238,"Cost":174,"Date":"11/21/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":92,"Cost":64,"Date":"11/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":499,"Cost":251,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":61,"Cost":44,"Date":"5/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":701,"Cost":542,"Date":"9/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":239,"Cost":174,"Date":"1/3/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":176,"Cost":137,"Date":"2/2/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":337,"Cost":228,"Date":"3/18/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":842,"Cost":590,"Date":"10/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":260,"Cost":139,"Date":"2/16/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":415,"Cost":361,"Date":"6/7/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":1000,"Cost":539,"Date":"1/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":470,"Cost":427,"Date":"3/27/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":387,"Date":"5/12/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":638,"Cost":582,"Date":"7/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":305,"Cost":287,"Date":"8/8/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":907,"Cost":653,"Date":"12/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":607,"Cost":451,"Date":"1/17/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":346,"Cost":280,"Date":"3/8/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":210,"Cost":176,"Date":"6/6/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":770,"Cost":670,"Date":"6/16/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":47,"Cost":33,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":77,"Cost":40,"Date":"11/19/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":857,"Cost":669,"Date":"12/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":84,"Date":"2/4/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":8,"Date":"3/8/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":128,"Cost":121,"Date":"12/18/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":441,"Cost":297,"Date":"3/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":414,"Cost":338,"Date":"4/20/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":953,"Cost":792,"Date":"6/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":369,"Cost":311,"Date":"7/23/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":188,"Cost":156,"Date":"11/21/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":329,"Cost":206,"Date":"11/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":712,"Cost":669,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":553,"Cost":380,"Date":"5/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":210,"Date":"9/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":44,"Cost":30,"Date":"1/3/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":755,"Cost":427,"Date":"2/2/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":985,"Cost":632,"Date":"3/18/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":101,"Date":"10/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":388,"Cost":290,"Date":"2/16/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":425,"Cost":299,"Date":"6/7/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":459,"Cost":235,"Date":"1/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":216,"Cost":159,"Date":"3/27/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":890,"Cost":648,"Date":"5/12/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":862,"Cost":446,"Date":"7/28/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":110,"Cost":100,"Date":"8/8/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":624,"Cost":579,"Date":"12/7/2019"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":123,"Cost":95,"Date":"1/17/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":864,"Cost":595,"Date":"3/8/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":58,"Cost":52,"Date":"6/6/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":14,"Cost":7,"Date":"6/16/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":683,"Cost":638,"Date":"8/13/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":644,"Cost":474,"Date":"11/19/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":540,"Cost":338,"Date":"12/28/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":214,"Cost":145,"Date":"2/4/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":477,"Cost":257,"Date":"3/8/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":653,"Cost":577,"Date":"12/18/2021"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":630,"Cost":386,"Date":"3/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":418,"Cost":345,"Date":"4/20/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":783,"Cost":589,"Date":"6/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":564,"Cost":416,"Date":"7/23/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":551,"Cost":480,"Date":"11/21/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":368,"Cost":336,"Date":"11/26/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":45,"Cost":26,"Date":"2/20/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":520,"Cost":304,"Date":"5/21/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":230,"Cost":210,"Date":"9/28/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":257,"Cost":233,"Date":"1/3/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":910,"Cost":863,"Date":"2/2/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":15,"Cost":12,"Date":"3/18/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":194,"Cost":151,"Date":"10/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":421,"Cost":214,"Date":"2/16/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":853,"Cost":787,"Date":"6/7/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":160,"Cost":150,"Date":"1/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":329,"Cost":304,"Date":"3/27/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":831,"Cost":779,"Date":"5/12/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":849,"Cost":615,"Date":"7/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":298,"Cost":165,"Date":"8/8/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":306,"Cost":215,"Date":"12/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":265,"Cost":223,"Date":"1/17/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":545,"Cost":300,"Date":"3/8/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":570,"Cost":362,"Date":"6/6/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":370,"Cost":291,"Date":"6/16/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":750,"Cost":625,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":698,"Cost":552,"Date":"11/19/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":40,"Cost":27,"Date":"12/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":837,"Cost":665,"Date":"2/4/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":63,"Date":"3/8/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":289,"Cost":224,"Date":"12/18/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":957,"Cost":894,"Date":"3/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":691,"Cost":583,"Date":"4/20/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":97,"Cost":82,"Date":"6/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":921,"Cost":570,"Date":"7/23/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":762,"Cost":608,"Date":"11/21/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":15,"Date":"11/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":674,"Cost":407,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":571,"Cost":540,"Date":"5/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":111,"Cost":70,"Date":"9/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":333,"Cost":247,"Date":"1/3/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":599,"Cost":509,"Date":"2/2/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":294,"Cost":240,"Date":"3/18/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":280,"Date":"10/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":889,"Cost":702,"Date":"2/16/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":707,"Cost":586,"Date":"6/7/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":683,"Date":"1/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":673,"Cost":638,"Date":"3/27/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":872,"Cost":556,"Date":"5/12/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":182,"Cost":151,"Date":"7/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":258,"Cost":232,"Date":"8/8/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":705,"Cost":557,"Date":"12/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":850,"Cost":538,"Date":"1/17/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":474,"Cost":271,"Date":"3/8/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":198,"Cost":166,"Date":"6/6/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":715,"Cost":463,"Date":"6/16/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":939,"Cost":662,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":539,"Cost":461,"Date":"11/19/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":403,"Cost":257,"Date":"12/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":663,"Cost":559,"Date":"2/4/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":383,"Cost":352,"Date":"3/8/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":913,"Cost":796,"Date":"12/18/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":858,"Cost":462,"Date":"3/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":45,"Cost":29,"Date":"4/20/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":141,"Cost":78,"Date":"6/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":808,"Cost":547,"Date":"7/23/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":672,"Date":"11/21/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":10,"Cost":7,"Date":"11/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":468,"Cost":313,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":382,"Cost":347,"Date":"5/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":293,"Cost":149,"Date":"9/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":130,"Cost":97,"Date":"1/3/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":646,"Date":"2/2/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":900,"Cost":549,"Date":"3/18/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":298,"Cost":165,"Date":"10/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":485,"Cost":366,"Date":"2/16/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":28,"Cost":27,"Date":"6/7/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":820,"Cost":581,"Date":"1/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":757,"Cost":392,"Date":"3/27/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":243,"Cost":137,"Date":"5/12/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":169,"Cost":156,"Date":"7/28/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":502,"Cost":457,"Date":"8/8/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":508,"Cost":409,"Date":"12/7/2019"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":799,"Cost":638,"Date":"1/17/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":570,"Cost":438,"Date":"3/8/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":161,"Cost":151,"Date":"6/6/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":261,"Cost":140,"Date":"6/16/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":848,"Cost":635,"Date":"8/13/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":657,"Cost":591,"Date":"11/19/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":67,"Cost":40,"Date":"12/28/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":463,"Cost":343,"Date":"2/4/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":482,"Date":"3/8/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":852,"Date":"12/18/2021"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":279,"Cost":241,"Date":"3/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":341,"Cost":224,"Date":"4/20/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":758,"Cost":388,"Date":"6/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":188,"Cost":159,"Date":"7/23/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":8,"Date":"11/21/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":559,"Cost":446,"Date":"11/26/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":503,"Cost":430,"Date":"2/20/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":838,"Cost":569,"Date":"5/21/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":352,"Cost":296,"Date":"9/28/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":163,"Cost":141,"Date":"1/3/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":458,"Date":"2/2/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":415,"Cost":299,"Date":"3/18/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":749,"Cost":600,"Date":"10/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":571,"Cost":521,"Date":"2/16/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":219,"Cost":196,"Date":"6/7/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":764,"Cost":680,"Date":"1/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":272,"Cost":210,"Date":"3/27/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":514,"Cost":414,"Date":"5/12/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":737,"Cost":371,"Date":"7/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":6,"Cost":3,"Date":"8/8/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":364,"Cost":209,"Date":"12/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":764,"Cost":411,"Date":"1/17/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":411,"Cost":313,"Date":"3/8/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":133,"Cost":95,"Date":"6/6/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":869,"Cost":764,"Date":"6/16/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":287,"Cost":267,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":241,"Cost":188,"Date":"11/19/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":820,"Cost":722,"Date":"12/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":889,"Cost":449,"Date":"2/4/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":342,"Cost":259,"Date":"3/8/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":631,"Cost":421,"Date":"12/18/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":562,"Cost":303,"Date":"3/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":150,"Cost":95,"Date":"4/20/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":915,"Cost":557,"Date":"6/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":937,"Cost":485,"Date":"7/23/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":644,"Cost":515,"Date":"11/21/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":924,"Cost":818,"Date":"11/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":601,"Cost":502,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":403,"Cost":331,"Date":"5/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":988,"Cost":611,"Date":"9/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":328,"Cost":275,"Date":"1/3/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":306,"Cost":217,"Date":"2/2/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":794,"Cost":681,"Date":"3/18/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":205,"Cost":190,"Date":"10/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":301,"Cost":210,"Date":"2/16/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":454,"Cost":257,"Date":"6/7/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":329,"Cost":232,"Date":"1/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":482,"Cost":344,"Date":"3/27/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":378,"Cost":289,"Date":"5/12/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":710,"Cost":387,"Date":"7/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":858,"Cost":557,"Date":"8/8/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":177,"Cost":160,"Date":"12/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":714,"Cost":504,"Date":"1/17/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":710,"Cost":368,"Date":"3/8/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":982,"Cost":928,"Date":"6/6/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":84,"Cost":64,"Date":"6/16/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":459,"Cost":356,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":621,"Cost":396,"Date":"11/19/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":12,"Cost":12,"Date":"12/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":875,"Cost":600,"Date":"2/4/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":333,"Cost":243,"Date":"3/8/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":276,"Cost":165,"Date":"12/18/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":968,"Cost":893,"Date":"3/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":805,"Cost":740,"Date":"4/20/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":207,"Cost":159,"Date":"6/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":188,"Cost":176,"Date":"7/23/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":347,"Cost":185,"Date":"11/21/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":781,"Cost":421,"Date":"11/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":371,"Cost":266,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":585,"Cost":418,"Date":"5/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":8,"Cost":5,"Date":"9/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":122,"Cost":108,"Date":"1/3/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":36,"Cost":26,"Date":"2/2/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":737,"Cost":475,"Date":"3/18/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"COS","Country":"Brazil","Sale":934,"Cost":516,"Date":"10/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":973,"Cost":923,"Date":"2/16/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":22,"Cost":13,"Date":"6/7/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":10,"Cost":9,"Date":"1/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":669,"Cost":494,"Date":"3/27/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":266,"Cost":200,"Date":"5/12/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":782,"Cost":486,"Date":"7/28/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":201,"Cost":109,"Date":"8/8/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":870,"Cost":638,"Date":"12/7/2019"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":379,"Date":"1/17/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":189,"Date":"3/8/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":523,"Cost":313,"Date":"6/6/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":268,"Cost":255,"Date":"6/16/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":558,"Date":"8/13/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":285,"Cost":193,"Date":"11/19/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":399,"Cost":358,"Date":"12/28/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":514,"Cost":449,"Date":"2/4/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":497,"Cost":336,"Date":"3/8/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":650,"Cost":342,"Date":"12/18/2021"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":618,"Cost":507,"Date":"3/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":586,"Cost":438,"Date":"4/20/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":993,"Cost":522,"Date":"6/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":414,"Date":"7/23/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":357,"Date":"11/21/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":152,"Cost":91,"Date":"11/26/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":995,"Cost":559,"Date":"2/20/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":753,"Cost":552,"Date":"5/21/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":846,"Cost":521,"Date":"9/28/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":789,"Cost":470,"Date":"1/3/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":137,"Cost":89,"Date":"2/2/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":169,"Date":"3/18/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Sellpy","Country":"Brazil","Sale":212,"Cost":171,"Date":"10/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":298,"Cost":243,"Date":"2/16/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":946,"Cost":626,"Date":"6/7/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":638,"Cost":502,"Date":"1/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":812,"Cost":430,"Date":"3/27/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":157,"Cost":129,"Date":"5/12/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":988,"Cost":709,"Date":"7/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":809,"Cost":618,"Date":"8/8/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":605,"Cost":502,"Date":"12/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":388,"Cost":287,"Date":"1/17/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":996,"Cost":797,"Date":"3/8/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":258,"Cost":239,"Date":"6/6/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":865,"Cost":762,"Date":"6/16/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":914,"Cost":479,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":204,"Cost":112,"Date":"11/19/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":631,"Cost":497,"Date":"12/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":241,"Cost":217,"Date":"2/4/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":597,"Cost":547,"Date":"3/8/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":217,"Cost":169,"Date":"12/18/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":805,"Cost":492,"Date":"3/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":207,"Cost":120,"Date":"4/20/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":19,"Cost":11,"Date":"6/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":634,"Cost":537,"Date":"7/23/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":74,"Cost":61,"Date":"11/21/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":540,"Cost":489,"Date":"11/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":404,"Cost":335,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":439,"Cost":257,"Date":"5/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":751,"Cost":633,"Date":"9/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":178,"Cost":148,"Date":"1/3/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":111,"Cost":83,"Date":"2/2/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":171,"Cost":87,"Date":"3/18/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"COS","Country":"Brazil","Sale":966,"Cost":612,"Date":"10/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":410,"Cost":261,"Date":"2/16/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":343,"Cost":316,"Date":"6/7/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":719,"Cost":423,"Date":"1/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":859,"Cost":597,"Date":"3/27/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":686,"Cost":375,"Date":"5/12/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":703,"Cost":518,"Date":"7/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":393,"Cost":214,"Date":"8/8/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":323,"Cost":192,"Date":"12/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":609,"Cost":508,"Date":"1/17/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":761,"Cost":712,"Date":"3/8/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":480,"Cost":286,"Date":"6/6/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":449,"Cost":348,"Date":"6/16/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":905,"Cost":852,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":618,"Cost":562,"Date":"11/19/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":343,"Cost":292,"Date":"12/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":762,"Cost":394,"Date":"2/4/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":868,"Cost":512,"Date":"3/8/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":201,"Cost":152,"Date":"12/18/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":698,"Cost":623,"Date":"3/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":970,"Cost":693,"Date":"4/20/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":165,"Cost":110,"Date":"6/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":857,"Cost":810,"Date":"7/23/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":693,"Cost":498,"Date":"11/21/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":539,"Cost":468,"Date":"11/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":850,"Cost":560,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":928,"Cost":750,"Date":"5/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":172,"Cost":106,"Date":"9/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":131,"Date":"1/3/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":127,"Cost":87,"Date":"2/2/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":456,"Cost":259,"Date":"3/18/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM Home","Country":"Brazil","Sale":93,"Cost":59,"Date":"10/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":549,"Cost":465,"Date":"2/16/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":841,"Cost":470,"Date":"6/7/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":900,"Cost":464,"Date":"1/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":18,"Cost":9,"Date":"3/27/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":831,"Cost":464,"Date":"5/12/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":530,"Cost":423,"Date":"7/28/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":677,"Cost":417,"Date":"8/8/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":276,"Cost":185,"Date":"12/7/2019"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":836,"Cost":427,"Date":"1/17/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":59,"Date":"3/8/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":959,"Cost":868,"Date":"6/6/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":336,"Cost":273,"Date":"6/16/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":522,"Cost":398,"Date":"8/13/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":967,"Cost":776,"Date":"11/19/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":8,"Date":"12/28/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":141,"Cost":128,"Date":"2/4/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":587,"Cost":497,"Date":"3/8/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":651,"Cost":419,"Date":"12/18/2021"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":139,"Cost":106,"Date":"3/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":518,"Cost":286,"Date":"4/20/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":168,"Cost":104,"Date":"6/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":33,"Cost":24,"Date":"7/23/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":70,"Cost":63,"Date":"11/21/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":940,"Cost":698,"Date":"11/26/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":463,"Cost":347,"Date":"2/20/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":547,"Cost":454,"Date":"5/21/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":591,"Cost":436,"Date":"9/28/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":461,"Cost":230,"Date":"1/3/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":701,"Cost":380,"Date":"2/2/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":704,"Cost":517,"Date":"3/18/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Sellpy","Country":"Brazil","Sale":276,"Cost":152,"Date":"10/14/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":110,"Date":"2/16/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":661,"Cost":399,"Date":"6/7/2018"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":249,"Cost":169,"Date":"1/28/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":465,"Cost":414,"Date":"3/27/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":583,"Cost":480,"Date":"5/12/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":135,"Date":"7/28/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":739,"Cost":578,"Date":"8/8/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":172,"Cost":99,"Date":"12/7/2019"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":882,"Cost":561,"Date":"1/17/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":221,"Cost":164,"Date":"3/8/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":49,"Cost":39,"Date":"6/6/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":302,"Cost":224,"Date":"6/16/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":137,"Cost":75,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":914,"Cost":500,"Date":"11/19/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":657,"Cost":442,"Date":"12/28/2020"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":117,"Cost":69,"Date":"2/4/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":109,"Cost":68,"Date":"3/8/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":509,"Cost":287,"Date":"12/18/2021"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":886,"Cost":739,"Date":"3/31/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":224,"Cost":150,"Date":"4/20/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":608,"Cost":478,"Date":"6/26/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":270,"Cost":148,"Date":"7/23/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":346,"Cost":229,"Date":"11/21/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":395,"Cost":252,"Date":"11/26/2022"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":322,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":223,"Cost":112,"Date":"5/21/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":453,"Date":"9/28/2023"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":480,"Cost":398,"Date":"1/3/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":362,"Cost":223,"Date":"2/2/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":962,"Cost":724,"Date":"3/18/2024"},{"Store":"ParkShopping Brasília","Brand":"HM Home","Country":"Brazil","Sale":626,"Cost":365,"Date":"10/14/2024"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":800,"Cost":683,"Date":"2/16/2018"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":505,"Cost":443,"Date":"6/7/2018"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":217,"Cost":169,"Date":"1/28/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":259,"Cost":239,"Date":"3/27/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":401,"Cost":262,"Date":"5/12/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":401,"Cost":243,"Date":"7/28/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":982,"Cost":721,"Date":"8/8/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":41,"Cost":25,"Date":"12/7/2019"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":58,"Cost":31,"Date":"1/17/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":705,"Cost":527,"Date":"3/8/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":246,"Cost":229,"Date":"6/6/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":508,"Cost":283,"Date":"6/16/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":979,"Cost":607,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":320,"Cost":268,"Date":"11/19/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":603,"Cost":329,"Date":"12/28/2020"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":797,"Cost":634,"Date":"2/4/2021"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":974,"Cost":665,"Date":"3/8/2021"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":604,"Cost":315,"Date":"12/18/2021"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":259,"Cost":232,"Date":"3/31/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":430,"Cost":239,"Date":"4/20/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":867,"Cost":598,"Date":"6/26/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":302,"Cost":281,"Date":"7/23/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":933,"Cost":609,"Date":"11/21/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":683,"Cost":480,"Date":"11/26/2022"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":882,"Cost":617,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":843,"Cost":677,"Date":"5/21/2023"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":693,"Cost":486,"Date":"9/28/2023"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":165,"Cost":139,"Date":"1/3/2024"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":909,"Cost":641,"Date":"2/2/2024"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":315,"Cost":220,"Date":"3/18/2024"},{"Store":"ParkShopping Brasília","Brand":"COS","Country":"Brazil","Sale":995,"Cost":768,"Date":"10/14/2024"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":900,"Cost":684,"Date":"2/16/2018"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":17,"Cost":9,"Date":"6/7/2018"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":856,"Cost":586,"Date":"1/28/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":249,"Date":"3/27/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":671,"Cost":459,"Date":"5/12/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":137,"Cost":111,"Date":"7/28/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":475,"Cost":269,"Date":"8/8/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":235,"Cost":122,"Date":"12/7/2019"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":450,"Cost":331,"Date":"1/17/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":363,"Cost":291,"Date":"3/8/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":602,"Cost":461,"Date":"6/6/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":394,"Date":"6/16/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":146,"Cost":128,"Date":"8/13/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":437,"Cost":334,"Date":"11/19/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":193,"Date":"12/28/2020"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":179,"Cost":96,"Date":"2/4/2021"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":545,"Cost":371,"Date":"3/8/2021"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":180,"Cost":117,"Date":"12/18/2021"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":146,"Cost":89,"Date":"3/31/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":664,"Cost":619,"Date":"4/20/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":371,"Date":"6/26/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":766,"Cost":617,"Date":"7/23/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":534,"Cost":342,"Date":"11/21/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":659,"Cost":512,"Date":"11/26/2022"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":662,"Cost":409,"Date":"2/20/2023"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":240,"Cost":215,"Date":"5/21/2023"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":960,"Cost":482,"Date":"9/28/2023"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":13,"Date":"1/3/2024"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":998,"Cost":828,"Date":"2/2/2024"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":216,"Cost":198,"Date":"3/18/2024"},{"Store":"ParkShopping Brasília","Brand":"ARKET","Country":"Brazil","Sale":396,"Cost":231,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":498,"Cost":281,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":154,"Cost":83,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":573,"Cost":324,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":103,"Cost":61,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":430,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":183,"Cost":169,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":134,"Cost":78,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":431,"Cost":393,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":680,"Cost":564,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":363,"Cost":259,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":632,"Cost":382,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":731,"Cost":626,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":904,"Cost":791,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":476,"Cost":347,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":894,"Cost":703,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":541,"Cost":499,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":521,"Cost":411,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":462,"Cost":285,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":301,"Cost":198,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":500,"Cost":284,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":698,"Cost":360,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":988,"Cost":658,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":124,"Cost":62,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":433,"Cost":291,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":974,"Cost":625,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":951,"Cost":546,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":506,"Cost":359,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":157,"Cost":114,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":680,"Cost":599,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":410,"Cost":248,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":320,"Cost":200,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":33,"Cost":23,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":119,"Cost":79,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":634,"Cost":484,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":481,"Cost":358,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":212,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":574,"Cost":332,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":85,"Cost":50,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":865,"Cost":560,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":218,"Cost":167,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":374,"Cost":194,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":599,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":46,"Cost":26,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":844,"Cost":456,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":504,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":469,"Cost":235,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":627,"Cost":595,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":166,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":421,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":158,"Cost":137,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":155,"Cost":93,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":532,"Cost":402,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":249,"Cost":135,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":823,"Cost":764,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":592,"Cost":456,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":167,"Cost":117,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":2,"Cost":1,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":180,"Cost":98,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":3,"Cost":2,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":561,"Cost":317,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":332,"Cost":261,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Nova","Country":"Brazil","Sale":234,"Cost":177,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":510,"Cost":448,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":708,"Cost":610,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":658,"Cost":424,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":623,"Cost":452,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":884,"Cost":813,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":74,"Cost":70,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":569,"Cost":284,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":156,"Cost":116,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":764,"Cost":531,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":104,"Cost":84,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":841,"Cost":521,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":174,"Cost":100,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":250,"Cost":230,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":692,"Cost":361,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":275,"Cost":254,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":200,"Cost":132,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":846,"Cost":659,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":687,"Cost":496,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":220,"Cost":132,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":668,"Cost":537,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":352,"Cost":187,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":826,"Cost":781,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":943,"Cost":867,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":221,"Cost":145,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":662,"Cost":602,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":50,"Cost":39,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":301,"Cost":249,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":852,"Cost":559,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":189,"Cost":101,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":226,"Cost":180,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"HM","Country":"Brazil","Sale":137,"Cost":101,"Date":"10/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":904,"Cost":520,"Date":"2/16/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":690,"Cost":485,"Date":"6/7/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":511,"Cost":452,"Date":"1/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":730,"Cost":522,"Date":"3/27/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":404,"Cost":294,"Date":"5/12/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":346,"Cost":190,"Date":"7/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":380,"Cost":220,"Date":"8/8/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":102,"Cost":82,"Date":"12/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":643,"Cost":456,"Date":"1/17/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":162,"Cost":118,"Date":"3/8/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":470,"Cost":334,"Date":"6/6/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":580,"Cost":464,"Date":"6/16/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":621,"Cost":328,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":204,"Cost":163,"Date":"11/19/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":161,"Cost":88,"Date":"12/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":415,"Cost":375,"Date":"2/4/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":512,"Cost":481,"Date":"3/8/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":347,"Cost":224,"Date":"12/18/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":95,"Cost":62,"Date":"3/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":386,"Cost":283,"Date":"4/20/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":252,"Cost":191,"Date":"6/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":162,"Cost":141,"Date":"7/23/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":772,"Cost":408,"Date":"11/21/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":868,"Cost":572,"Date":"11/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":578,"Cost":518,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":560,"Cost":473,"Date":"5/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":388,"Cost":270,"Date":"9/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":82,"Cost":58,"Date":"1/3/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":874,"Cost":735,"Date":"2/2/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":29,"Cost":22,"Date":"3/18/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"COS","Country":"Brazil","Sale":929,"Cost":779,"Date":"10/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":239,"Cost":210,"Date":"2/16/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":96,"Cost":71,"Date":"6/7/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":514,"Cost":389,"Date":"1/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":351,"Cost":200,"Date":"3/27/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":371,"Cost":212,"Date":"5/12/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":879,"Cost":796,"Date":"7/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":273,"Cost":196,"Date":"8/8/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":981,"Cost":580,"Date":"12/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":43,"Date":"1/17/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":843,"Cost":654,"Date":"3/8/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":91,"Cost":63,"Date":"6/6/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":339,"Cost":286,"Date":"6/16/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":604,"Cost":430,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":833,"Cost":547,"Date":"11/19/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":586,"Date":"12/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":772,"Cost":647,"Date":"2/4/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":607,"Cost":452,"Date":"3/8/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":289,"Cost":186,"Date":"12/18/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":36,"Cost":18,"Date":"3/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":466,"Cost":283,"Date":"4/20/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":402,"Cost":266,"Date":"6/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":39,"Cost":30,"Date":"7/23/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":102,"Cost":64,"Date":"11/21/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":992,"Cost":619,"Date":"11/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":918,"Cost":651,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":162,"Cost":126,"Date":"5/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":705,"Cost":496,"Date":"9/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":586,"Cost":346,"Date":"1/3/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":558,"Cost":488,"Date":"2/2/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":344,"Cost":209,"Date":"3/18/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":979,"Cost":604,"Date":"10/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":415,"Cost":275,"Date":"2/16/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":349,"Cost":242,"Date":"6/7/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":707,"Cost":498,"Date":"1/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":325,"Cost":177,"Date":"3/27/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":927,"Cost":703,"Date":"5/12/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":748,"Cost":555,"Date":"7/28/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":394,"Date":"8/8/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":585,"Cost":450,"Date":"12/7/2019"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":53,"Cost":45,"Date":"1/17/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":492,"Cost":412,"Date":"3/8/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":203,"Cost":128,"Date":"6/6/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":327,"Cost":257,"Date":"6/16/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":820,"Cost":630,"Date":"8/13/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":915,"Cost":665,"Date":"11/19/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":616,"Cost":315,"Date":"12/28/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":413,"Cost":206,"Date":"2/4/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":255,"Cost":138,"Date":"3/8/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":812,"Date":"12/18/2021"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":205,"Cost":176,"Date":"3/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":667,"Cost":631,"Date":"4/20/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":244,"Cost":207,"Date":"6/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":513,"Cost":461,"Date":"7/23/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":596,"Cost":496,"Date":"11/21/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":475,"Cost":256,"Date":"11/26/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":523,"Cost":411,"Date":"2/20/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":375,"Cost":307,"Date":"5/21/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":76,"Cost":63,"Date":"9/28/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":496,"Cost":248,"Date":"1/3/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":36,"Cost":24,"Date":"2/2/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":834,"Cost":563,"Date":"3/18/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":246,"Cost":174,"Date":"10/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":675,"Cost":462,"Date":"2/16/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":629,"Date":"6/7/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":975,"Cost":604,"Date":"1/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":370,"Cost":333,"Date":"3/27/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":186,"Cost":129,"Date":"5/12/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":501,"Cost":365,"Date":"7/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":637,"Cost":472,"Date":"8/8/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":893,"Cost":762,"Date":"12/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":863,"Cost":811,"Date":"1/17/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":918,"Cost":835,"Date":"3/8/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":46,"Cost":37,"Date":"6/6/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":75,"Cost":57,"Date":"6/16/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":385,"Cost":364,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":131,"Cost":105,"Date":"11/19/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":249,"Cost":217,"Date":"12/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":328,"Date":"2/4/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":175,"Cost":126,"Date":"3/8/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":782,"Date":"12/18/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":486,"Cost":287,"Date":"3/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":843,"Cost":782,"Date":"4/20/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":671,"Cost":573,"Date":"6/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":155,"Cost":120,"Date":"7/23/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":457,"Cost":424,"Date":"11/21/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":547,"Cost":397,"Date":"11/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":753,"Cost":610,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":583,"Cost":502,"Date":"5/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":284,"Date":"9/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":893,"Cost":779,"Date":"1/3/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":752,"Cost":391,"Date":"2/2/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":100,"Cost":84,"Date":"3/18/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Jeans","Country":"Brazil","Sale":84,"Cost":66,"Date":"10/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":695,"Cost":385,"Date":"2/16/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":544,"Cost":370,"Date":"6/7/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":935,"Cost":558,"Date":"1/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":760,"Cost":445,"Date":"3/27/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":756,"Cost":548,"Date":"5/12/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":13,"Cost":6,"Date":"7/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":677,"Cost":553,"Date":"8/8/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":490,"Cost":347,"Date":"12/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":698,"Cost":443,"Date":"1/17/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":704,"Cost":599,"Date":"3/8/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":448,"Cost":259,"Date":"6/6/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":155,"Cost":108,"Date":"6/16/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":579,"Cost":503,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":616,"Cost":310,"Date":"11/19/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":232,"Cost":129,"Date":"12/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":134,"Cost":128,"Date":"2/4/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":50,"Cost":35,"Date":"3/8/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":264,"Date":"12/18/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":191,"Cost":129,"Date":"3/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":653,"Cost":509,"Date":"4/20/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":324,"Cost":230,"Date":"6/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":277,"Cost":247,"Date":"7/23/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":118,"Cost":89,"Date":"11/21/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":912,"Cost":632,"Date":"11/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":548,"Cost":407,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":97,"Date":"5/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":205,"Cost":172,"Date":"9/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":751,"Cost":448,"Date":"1/3/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":407,"Cost":349,"Date":"2/2/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":344,"Cost":203,"Date":"3/18/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":625,"Cost":458,"Date":"10/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":579,"Cost":426,"Date":"2/16/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":454,"Cost":355,"Date":"6/7/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":259,"Cost":141,"Date":"1/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":419,"Cost":330,"Date":"3/27/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":200,"Cost":166,"Date":"5/12/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":64,"Cost":48,"Date":"7/28/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":674,"Cost":385,"Date":"8/8/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":842,"Cost":785,"Date":"12/7/2019"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":716,"Cost":410,"Date":"1/17/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":712,"Cost":485,"Date":"3/8/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":922,"Cost":509,"Date":"6/6/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":762,"Cost":521,"Date":"6/16/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":166,"Cost":87,"Date":"8/13/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":312,"Cost":219,"Date":"11/19/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":740,"Cost":517,"Date":"12/28/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":632,"Cost":510,"Date":"2/4/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":331,"Cost":197,"Date":"3/8/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":863,"Cost":691,"Date":"12/18/2021"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":499,"Cost":457,"Date":"3/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":44,"Cost":38,"Date":"4/20/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":396,"Cost":298,"Date":"6/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":998,"Cost":628,"Date":"7/23/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":870,"Cost":442,"Date":"11/21/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":152,"Cost":143,"Date":"11/26/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":259,"Cost":150,"Date":"2/20/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":489,"Cost":385,"Date":"5/21/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":270,"Cost":190,"Date":"9/28/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":2,"Cost":2,"Date":"1/3/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":370,"Cost":221,"Date":"2/2/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":846,"Cost":737,"Date":"3/18/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":513,"Cost":391,"Date":"10/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":757,"Cost":530,"Date":"2/16/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":567,"Cost":303,"Date":"6/7/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":89,"Cost":76,"Date":"1/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":369,"Cost":225,"Date":"3/27/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":768,"Cost":468,"Date":"5/12/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":153,"Cost":84,"Date":"7/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":939,"Cost":792,"Date":"8/8/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":646,"Cost":538,"Date":"12/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":140,"Cost":86,"Date":"1/17/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":1,"Cost":0,"Date":"3/8/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":833,"Cost":678,"Date":"6/6/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":58,"Cost":32,"Date":"6/16/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":637,"Cost":354,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":440,"Cost":243,"Date":"11/19/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":110,"Cost":97,"Date":"12/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":250,"Cost":213,"Date":"2/4/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":940,"Cost":787,"Date":"3/8/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":278,"Cost":173,"Date":"12/18/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":702,"Cost":580,"Date":"3/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":690,"Cost":456,"Date":"4/20/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":157,"Cost":101,"Date":"6/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":531,"Cost":424,"Date":"7/23/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":25,"Cost":17,"Date":"11/21/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":388,"Cost":250,"Date":"11/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":979,"Cost":792,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":288,"Cost":170,"Date":"5/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":756,"Cost":675,"Date":"9/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":818,"Cost":469,"Date":"1/3/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":908,"Cost":760,"Date":"2/2/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":882,"Cost":513,"Date":"3/18/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":280,"Cost":211,"Date":"10/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":901,"Cost":764,"Date":"2/16/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":792,"Cost":398,"Date":"6/7/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":852,"Cost":759,"Date":"1/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":153,"Cost":107,"Date":"3/27/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":515,"Cost":423,"Date":"5/12/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":995,"Cost":914,"Date":"7/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":72,"Cost":38,"Date":"8/8/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":679,"Cost":431,"Date":"12/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":875,"Cost":727,"Date":"1/17/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":782,"Cost":623,"Date":"3/8/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":491,"Cost":369,"Date":"6/6/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":765,"Cost":711,"Date":"6/16/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":323,"Cost":191,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":37,"Cost":19,"Date":"11/19/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":61,"Cost":46,"Date":"12/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":876,"Cost":735,"Date":"2/4/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":768,"Cost":553,"Date":"3/8/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":705,"Cost":593,"Date":"12/18/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":602,"Cost":316,"Date":"3/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":207,"Cost":108,"Date":"4/20/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":41,"Cost":30,"Date":"6/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":926,"Cost":511,"Date":"7/23/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":434,"Cost":246,"Date":"11/21/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":54,"Cost":43,"Date":"11/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":648,"Cost":430,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":377,"Cost":319,"Date":"5/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":499,"Cost":346,"Date":"9/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":622,"Cost":467,"Date":"1/3/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":745,"Cost":645,"Date":"2/2/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":618,"Cost":540,"Date":"3/18/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":847,"Cost":781,"Date":"10/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":669,"Cost":351,"Date":"2/16/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":955,"Cost":878,"Date":"6/7/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":658,"Cost":365,"Date":"1/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":469,"Cost":366,"Date":"3/27/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":502,"Cost":329,"Date":"5/12/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":697,"Cost":648,"Date":"7/28/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":514,"Cost":440,"Date":"8/8/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":672,"Cost":540,"Date":"12/7/2019"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":223,"Cost":123,"Date":"1/17/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":390,"Cost":284,"Date":"3/8/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":632,"Cost":461,"Date":"6/6/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":908,"Cost":805,"Date":"6/16/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":998,"Cost":573,"Date":"8/13/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":340,"Cost":231,"Date":"11/19/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":631,"Cost":470,"Date":"12/28/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":474,"Cost":447,"Date":"2/4/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":240,"Cost":129,"Date":"3/8/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":873,"Cost":553,"Date":"12/18/2021"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":310,"Cost":250,"Date":"3/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":278,"Cost":253,"Date":"4/20/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":619,"Cost":395,"Date":"6/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":677,"Cost":460,"Date":"7/23/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":611,"Cost":499,"Date":"11/21/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":106,"Cost":56,"Date":"11/26/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":340,"Cost":188,"Date":"2/20/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":172,"Cost":132,"Date":"5/21/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":962,"Cost":494,"Date":"9/28/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":355,"Cost":283,"Date":"1/3/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":614,"Cost":530,"Date":"2/2/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":782,"Cost":393,"Date":"3/18/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"COS","Country":"Brazil","Sale":438,"Cost":315,"Date":"10/14/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":588,"Cost":358,"Date":"2/16/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":488,"Date":"6/7/2018"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":174,"Cost":103,"Date":"1/28/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":494,"Cost":328,"Date":"3/27/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":751,"Cost":695,"Date":"5/12/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":214,"Cost":191,"Date":"7/28/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":328,"Cost":261,"Date":"8/8/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":876,"Cost":705,"Date":"12/7/2019"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":397,"Cost":221,"Date":"1/17/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":74,"Cost":58,"Date":"3/8/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":933,"Cost":472,"Date":"6/6/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":636,"Cost":474,"Date":"6/16/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":59,"Cost":43,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":653,"Cost":535,"Date":"11/19/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":30,"Cost":24,"Date":"12/28/2020"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":562,"Date":"2/4/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":330,"Cost":231,"Date":"3/8/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":53,"Cost":31,"Date":"12/18/2021"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":110,"Cost":92,"Date":"3/31/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":183,"Cost":137,"Date":"4/20/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":403,"Cost":234,"Date":"6/26/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":730,"Cost":680,"Date":"7/23/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":61,"Cost":46,"Date":"11/21/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":253,"Cost":126,"Date":"11/26/2022"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":878,"Cost":581,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":610,"Cost":390,"Date":"5/21/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":894,"Cost":459,"Date":"9/28/2023"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":396,"Cost":260,"Date":"1/3/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":132,"Cost":68,"Date":"2/2/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":734,"Cost":485,"Date":"3/18/2024"},{"Store":"Shopping Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":423,"Cost":331,"Date":"10/14/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":149,"Cost":95,"Date":"2/16/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":56,"Date":"6/7/2018"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":371,"Cost":200,"Date":"1/28/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":406,"Cost":289,"Date":"3/27/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":237,"Cost":163,"Date":"5/12/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":806,"Cost":558,"Date":"7/28/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":998,"Cost":760,"Date":"8/8/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":922,"Cost":796,"Date":"12/7/2019"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":65,"Cost":52,"Date":"1/17/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":741,"Cost":610,"Date":"3/8/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":58,"Cost":51,"Date":"6/6/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":403,"Cost":238,"Date":"6/16/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":69,"Cost":43,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":125,"Cost":77,"Date":"11/19/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":959,"Cost":603,"Date":"12/28/2020"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":725,"Cost":524,"Date":"2/4/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":981,"Cost":871,"Date":"3/8/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":772,"Date":"12/18/2021"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":628,"Cost":327,"Date":"3/31/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":736,"Cost":691,"Date":"4/20/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":678,"Cost":377,"Date":"6/26/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":580,"Cost":387,"Date":"7/23/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":20,"Cost":11,"Date":"11/21/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":554,"Cost":375,"Date":"11/26/2022"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":79,"Cost":41,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":396,"Cost":248,"Date":"5/21/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":667,"Cost":544,"Date":"9/28/2023"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":72,"Date":"1/3/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":128,"Cost":79,"Date":"2/2/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":183,"Cost":136,"Date":"3/18/2024"},{"Store":"Shopping Curitiba","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":213,"Date":"10/14/2024"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":958,"Cost":808,"Date":"2/16/2018"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":902,"Cost":654,"Date":"6/7/2018"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":699,"Cost":560,"Date":"1/28/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":553,"Date":"3/27/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":282,"Cost":231,"Date":"5/12/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":748,"Cost":392,"Date":"7/28/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":288,"Date":"8/8/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":91,"Cost":83,"Date":"12/7/2019"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":926,"Cost":675,"Date":"1/17/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":542,"Cost":361,"Date":"3/8/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":126,"Date":"6/6/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":72,"Cost":39,"Date":"6/16/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":474,"Cost":340,"Date":"8/13/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":945,"Cost":755,"Date":"11/19/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":750,"Cost":450,"Date":"12/28/2020"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":100,"Date":"2/4/2021"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":283,"Cost":185,"Date":"3/8/2021"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":590,"Cost":483,"Date":"12/18/2021"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":210,"Cost":145,"Date":"3/31/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":404,"Cost":243,"Date":"4/20/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":544,"Date":"6/26/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":470,"Date":"7/23/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":360,"Cost":210,"Date":"11/21/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":455,"Cost":328,"Date":"11/26/2022"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":225,"Cost":203,"Date":"2/20/2023"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":489,"Cost":336,"Date":"5/21/2023"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":794,"Cost":527,"Date":"9/28/2023"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":341,"Cost":317,"Date":"1/3/2024"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":976,"Cost":676,"Date":"2/2/2024"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":71,"Date":"3/18/2024"},{"Store":"Shopping Curitiba","Brand":"ARKET","Country":"Brazil","Sale":109,"Cost":67,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":358,"Cost":331,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":534,"Cost":497,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":854,"Cost":666,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":570,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":577,"Cost":441,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":914,"Cost":633,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":643,"Cost":417,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":2,"Cost":2,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":314,"Cost":222,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":590,"Cost":472,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":792,"Cost":431,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":808,"Cost":750,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":520,"Cost":483,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":806,"Cost":515,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":21,"Cost":17,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":747,"Cost":648,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":979,"Cost":891,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":71,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":259,"Cost":168,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":774,"Cost":567,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":12,"Cost":9,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":288,"Cost":229,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":342,"Cost":224,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":837,"Cost":539,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":511,"Cost":469,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":579,"Cost":363,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":169,"Cost":156,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":785,"Cost":606,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":206,"Cost":154,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":385,"Cost":244,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":64,"Cost":42,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":864,"Cost":779,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":771,"Cost":439,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":496,"Cost":455,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":263,"Cost":202,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":799,"Cost":663,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":78,"Cost":71,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":392,"Cost":263,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":767,"Cost":724,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":574,"Cost":506,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":490,"Cost":364,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":39,"Cost":36,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":464,"Cost":333,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":577,"Cost":410,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":757,"Cost":694,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":680,"Cost":390,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":188,"Cost":146,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":90,"Cost":81,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":703,"Cost":358,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":670,"Cost":527,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":908,"Cost":803,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":280,"Cost":152,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":185,"Cost":165,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":225,"Cost":172,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":936,"Cost":873,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":54,"Cost":44,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":704,"Cost":545,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":723,"Cost":671,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":711,"Cost":425,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":768,"Cost":524,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":72,"Cost":51,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":61,"Cost":31,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":819,"Cost":425,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":256,"Cost":231,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":382,"Cost":343,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":886,"Cost":829,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":260,"Cost":148,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":604,"Cost":371,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":856,"Cost":474,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":51,"Cost":29,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":744,"Cost":654,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":9,"Cost":7,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":882,"Cost":611,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":208,"Cost":105,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":696,"Cost":419,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":156,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":261,"Cost":186,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":837,"Cost":506,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":350,"Cost":249,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":777,"Cost":627,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":400,"Cost":300,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":864,"Cost":492,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":505,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":235,"Cost":185,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":401,"Cost":366,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":356,"Cost":270,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":665,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":609,"Cost":473,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":106,"Cost":73,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":810,"Cost":415,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":66,"Cost":41,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":41,"Cost":36,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":957,"Cost":718,"Date":"10/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":535,"Cost":386,"Date":"2/16/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":302,"Cost":183,"Date":"6/7/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":446,"Cost":353,"Date":"1/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":590,"Cost":392,"Date":"3/27/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":254,"Cost":179,"Date":"5/12/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":965,"Cost":541,"Date":"7/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":277,"Cost":261,"Date":"8/8/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":802,"Cost":561,"Date":"12/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":404,"Cost":280,"Date":"1/17/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":613,"Cost":424,"Date":"3/8/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":180,"Date":"6/6/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":168,"Cost":128,"Date":"6/16/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":865,"Cost":810,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":215,"Cost":133,"Date":"11/19/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":912,"Cost":864,"Date":"12/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":63,"Cost":33,"Date":"2/4/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":1000,"Cost":643,"Date":"3/8/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":158,"Cost":128,"Date":"12/18/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":553,"Cost":489,"Date":"3/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":614,"Cost":343,"Date":"4/20/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":358,"Cost":224,"Date":"6/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":41,"Cost":25,"Date":"7/23/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":709,"Cost":558,"Date":"11/21/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":510,"Cost":457,"Date":"11/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":204,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":789,"Cost":452,"Date":"5/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":129,"Cost":67,"Date":"9/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":833,"Cost":685,"Date":"1/3/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":740,"Cost":473,"Date":"2/2/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":814,"Cost":626,"Date":"3/18/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":926,"Cost":514,"Date":"10/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":887,"Cost":626,"Date":"2/16/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":637,"Cost":577,"Date":"6/7/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":87,"Date":"1/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":189,"Cost":126,"Date":"3/27/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":217,"Date":"5/12/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":56,"Cost":50,"Date":"7/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":558,"Cost":338,"Date":"8/8/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":969,"Cost":724,"Date":"12/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":726,"Cost":662,"Date":"1/17/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":102,"Cost":58,"Date":"3/8/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":180,"Date":"6/6/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":701,"Cost":531,"Date":"6/16/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":811,"Cost":763,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":736,"Cost":651,"Date":"11/19/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":429,"Cost":308,"Date":"12/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":225,"Cost":126,"Date":"2/4/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":204,"Cost":155,"Date":"3/8/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":941,"Cost":861,"Date":"12/18/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":392,"Cost":236,"Date":"3/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":285,"Cost":230,"Date":"4/20/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":793,"Cost":617,"Date":"6/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":270,"Cost":234,"Date":"7/23/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":734,"Cost":651,"Date":"11/21/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":571,"Cost":366,"Date":"11/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":572,"Cost":414,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":588,"Cost":457,"Date":"5/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":448,"Cost":241,"Date":"9/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":564,"Cost":338,"Date":"1/3/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":494,"Cost":327,"Date":"2/2/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":343,"Cost":287,"Date":"3/18/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":347,"Cost":225,"Date":"10/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":914,"Cost":492,"Date":"2/16/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":497,"Cost":430,"Date":"6/7/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":766,"Cost":515,"Date":"1/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":311,"Cost":292,"Date":"3/27/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":897,"Cost":456,"Date":"5/12/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":106,"Cost":84,"Date":"7/28/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":704,"Cost":623,"Date":"8/8/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":572,"Cost":512,"Date":"12/7/2019"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":238,"Cost":126,"Date":"1/17/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":800,"Cost":593,"Date":"3/8/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":549,"Cost":373,"Date":"6/6/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":116,"Cost":59,"Date":"6/16/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":452,"Cost":291,"Date":"8/13/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":462,"Cost":304,"Date":"11/19/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":975,"Cost":908,"Date":"12/28/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":68,"Cost":64,"Date":"2/4/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":258,"Cost":176,"Date":"3/8/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":487,"Cost":258,"Date":"12/18/2021"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":990,"Cost":630,"Date":"3/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":926,"Cost":616,"Date":"4/20/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":290,"Cost":170,"Date":"6/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":371,"Cost":326,"Date":"7/23/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":7,"Cost":6,"Date":"11/21/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":673,"Cost":600,"Date":"11/26/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":562,"Cost":289,"Date":"2/20/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":413,"Cost":246,"Date":"5/21/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":814,"Cost":466,"Date":"9/28/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":69,"Cost":38,"Date":"1/3/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":950,"Cost":543,"Date":"2/2/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":866,"Cost":563,"Date":"3/18/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":945,"Cost":890,"Date":"10/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":98,"Date":"2/16/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":921,"Cost":667,"Date":"6/7/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":691,"Cost":371,"Date":"1/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":724,"Cost":573,"Date":"3/27/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":597,"Cost":548,"Date":"5/12/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":611,"Cost":457,"Date":"7/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":37,"Date":"8/8/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":247,"Cost":217,"Date":"12/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":573,"Cost":471,"Date":"1/17/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":35,"Cost":31,"Date":"3/8/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":4,"Cost":3,"Date":"6/6/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":396,"Cost":256,"Date":"6/16/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":512,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":178,"Cost":89,"Date":"11/19/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":579,"Cost":409,"Date":"12/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":5,"Cost":2,"Date":"2/4/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":915,"Cost":462,"Date":"3/8/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":121,"Date":"12/18/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":509,"Cost":443,"Date":"3/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":25,"Date":"4/20/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":880,"Cost":608,"Date":"6/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":426,"Cost":361,"Date":"7/23/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":124,"Date":"11/21/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":55,"Cost":45,"Date":"11/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":101,"Cost":74,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":296,"Cost":254,"Date":"5/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":473,"Date":"9/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":386,"Cost":199,"Date":"1/3/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":532,"Cost":308,"Date":"2/2/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":48,"Cost":35,"Date":"3/18/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":159,"Date":"10/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":510,"Cost":293,"Date":"2/16/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":726,"Cost":423,"Date":"6/7/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":24,"Cost":18,"Date":"1/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":410,"Cost":320,"Date":"3/27/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":224,"Cost":117,"Date":"5/12/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":490,"Date":"7/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":998,"Cost":638,"Date":"8/8/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":457,"Cost":363,"Date":"12/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":790,"Cost":495,"Date":"1/17/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":822,"Cost":650,"Date":"3/8/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":193,"Cost":128,"Date":"6/6/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":238,"Cost":172,"Date":"6/16/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":59,"Cost":56,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":613,"Cost":373,"Date":"11/19/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":696,"Cost":527,"Date":"12/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":562,"Cost":464,"Date":"2/4/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":275,"Cost":216,"Date":"3/8/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":843,"Cost":433,"Date":"12/18/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":472,"Date":"3/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":699,"Date":"4/20/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":516,"Date":"6/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":367,"Cost":256,"Date":"7/23/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":664,"Cost":357,"Date":"11/21/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":322,"Cost":201,"Date":"11/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":557,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":383,"Cost":215,"Date":"5/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":43,"Cost":36,"Date":"9/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":687,"Cost":569,"Date":"1/3/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":613,"Cost":511,"Date":"2/2/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":61,"Date":"3/18/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":100,"Cost":94,"Date":"10/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":998,"Cost":820,"Date":"2/16/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":868,"Cost":731,"Date":"6/7/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":363,"Cost":246,"Date":"1/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":64,"Date":"3/27/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":383,"Cost":285,"Date":"5/12/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":564,"Cost":412,"Date":"7/28/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":734,"Cost":621,"Date":"8/8/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":912,"Cost":782,"Date":"12/7/2019"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":906,"Cost":580,"Date":"1/17/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":11,"Cost":10,"Date":"3/8/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":977,"Cost":579,"Date":"6/6/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":707,"Cost":654,"Date":"6/16/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":961,"Cost":854,"Date":"8/13/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":405,"Cost":332,"Date":"11/19/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":785,"Cost":657,"Date":"12/28/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":749,"Cost":421,"Date":"2/4/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":613,"Cost":462,"Date":"3/8/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":596,"Cost":323,"Date":"12/18/2021"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":457,"Date":"3/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":283,"Cost":199,"Date":"4/20/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":145,"Cost":108,"Date":"6/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":396,"Cost":229,"Date":"7/23/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":171,"Cost":113,"Date":"11/21/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":921,"Cost":707,"Date":"11/26/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":493,"Cost":390,"Date":"2/20/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":655,"Cost":421,"Date":"5/21/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":496,"Cost":450,"Date":"9/28/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":313,"Cost":227,"Date":"1/3/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":222,"Cost":176,"Date":"2/2/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":949,"Cost":782,"Date":"3/18/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":47,"Cost":41,"Date":"10/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":717,"Cost":361,"Date":"2/16/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":525,"Cost":320,"Date":"6/7/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":436,"Cost":337,"Date":"1/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":380,"Date":"3/27/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":470,"Cost":333,"Date":"5/12/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":260,"Cost":227,"Date":"7/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":524,"Date":"8/8/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":27,"Cost":26,"Date":"12/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":159,"Cost":105,"Date":"1/17/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":208,"Cost":110,"Date":"3/8/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":411,"Cost":295,"Date":"6/6/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":11,"Cost":8,"Date":"6/16/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":217,"Cost":139,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":170,"Cost":132,"Date":"11/19/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":336,"Cost":180,"Date":"12/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":984,"Cost":534,"Date":"2/4/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":763,"Cost":619,"Date":"3/8/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":703,"Cost":588,"Date":"12/18/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":699,"Cost":416,"Date":"3/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":138,"Cost":109,"Date":"4/20/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":21,"Date":"6/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":640,"Cost":394,"Date":"7/23/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":35,"Date":"11/21/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":592,"Cost":507,"Date":"11/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":566,"Cost":299,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":617,"Cost":509,"Date":"5/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":320,"Cost":226,"Date":"9/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":114,"Cost":91,"Date":"1/3/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":366,"Cost":248,"Date":"2/2/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":222,"Cost":158,"Date":"3/18/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":164,"Cost":97,"Date":"10/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":340,"Cost":307,"Date":"2/16/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":340,"Cost":223,"Date":"6/7/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":135,"Cost":93,"Date":"1/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":589,"Cost":548,"Date":"3/27/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":527,"Date":"5/12/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":113,"Cost":92,"Date":"7/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":941,"Cost":787,"Date":"8/8/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":588,"Cost":553,"Date":"12/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":870,"Cost":701,"Date":"1/17/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":105,"Date":"3/8/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":926,"Cost":786,"Date":"6/6/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":203,"Cost":181,"Date":"6/16/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":69,"Cost":45,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":740,"Cost":413,"Date":"11/19/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":691,"Cost":377,"Date":"12/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":321,"Cost":225,"Date":"2/4/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":100,"Cost":95,"Date":"3/8/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":56,"Date":"12/18/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":904,"Cost":739,"Date":"3/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":905,"Cost":663,"Date":"4/20/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":867,"Cost":455,"Date":"6/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":583,"Cost":425,"Date":"7/23/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":692,"Date":"11/21/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":746,"Cost":413,"Date":"11/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":207,"Cost":126,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":765,"Cost":414,"Date":"5/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":262,"Cost":244,"Date":"9/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":838,"Cost":555,"Date":"1/3/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":359,"Date":"2/2/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":500,"Cost":303,"Date":"3/18/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":862,"Cost":469,"Date":"10/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":441,"Date":"2/16/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":651,"Cost":425,"Date":"6/7/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":387,"Cost":280,"Date":"1/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":122,"Cost":85,"Date":"3/27/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":337,"Cost":215,"Date":"5/12/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":331,"Cost":250,"Date":"7/28/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":208,"Date":"8/8/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":151,"Cost":87,"Date":"12/7/2019"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":196,"Cost":150,"Date":"1/17/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":942,"Cost":675,"Date":"3/8/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":5,"Date":"6/6/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":894,"Cost":621,"Date":"6/16/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":900,"Cost":497,"Date":"8/13/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":694,"Cost":636,"Date":"11/19/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":426,"Cost":382,"Date":"12/28/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":89,"Cost":57,"Date":"2/4/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":604,"Cost":339,"Date":"3/8/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":570,"Cost":479,"Date":"12/18/2021"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":194,"Cost":165,"Date":"3/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":472,"Cost":337,"Date":"4/20/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":555,"Date":"6/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":342,"Cost":204,"Date":"7/23/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":870,"Cost":592,"Date":"11/21/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":207,"Cost":168,"Date":"11/26/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":857,"Cost":714,"Date":"2/20/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":44,"Date":"5/21/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":252,"Cost":153,"Date":"9/28/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":26,"Cost":25,"Date":"1/3/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":280,"Cost":265,"Date":"2/2/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":928,"Cost":630,"Date":"3/18/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":59,"Date":"10/14/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":814,"Cost":483,"Date":"2/16/2018"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":407,"Cost":226,"Date":"6/7/2018"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":139,"Cost":84,"Date":"1/28/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":263,"Cost":207,"Date":"3/27/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":319,"Cost":299,"Date":"5/12/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":975,"Cost":815,"Date":"7/28/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":217,"Cost":110,"Date":"8/8/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":865,"Cost":587,"Date":"12/7/2019"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":616,"Cost":422,"Date":"1/17/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":383,"Cost":347,"Date":"3/8/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":512,"Cost":334,"Date":"6/6/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":941,"Cost":711,"Date":"6/16/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":417,"Cost":211,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":230,"Cost":124,"Date":"11/19/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":900,"Cost":515,"Date":"12/28/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":573,"Cost":372,"Date":"2/4/2021"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":97,"Date":"3/8/2021"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":776,"Cost":699,"Date":"12/18/2021"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":722,"Cost":574,"Date":"3/31/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":50,"Cost":30,"Date":"4/20/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":19,"Cost":15,"Date":"6/26/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":141,"Cost":91,"Date":"7/23/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":881,"Cost":700,"Date":"11/21/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":14,"Cost":11,"Date":"11/26/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":582,"Cost":499,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":132,"Cost":122,"Date":"5/21/2023"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":25,"Cost":17,"Date":"9/28/2023"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":416,"Cost":273,"Date":"1/3/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":137,"Cost":105,"Date":"2/2/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":175,"Cost":148,"Date":"3/18/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":30,"Cost":26,"Date":"10/14/2024"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":158,"Cost":102,"Date":"2/16/2018"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":651,"Cost":347,"Date":"6/7/2018"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":767,"Cost":627,"Date":"1/28/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":754,"Cost":392,"Date":"3/27/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":257,"Cost":226,"Date":"5/12/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":51,"Cost":45,"Date":"7/28/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":86,"Cost":51,"Date":"8/8/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":146,"Cost":136,"Date":"12/7/2019"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":422,"Cost":328,"Date":"1/17/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":139,"Cost":89,"Date":"3/8/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":678,"Cost":497,"Date":"6/6/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":986,"Cost":566,"Date":"6/16/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":109,"Cost":67,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":798,"Cost":502,"Date":"11/19/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":376,"Cost":231,"Date":"12/28/2020"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":788,"Cost":661,"Date":"2/4/2021"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":853,"Cost":633,"Date":"3/8/2021"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":731,"Cost":618,"Date":"12/18/2021"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":994,"Cost":917,"Date":"3/31/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":329,"Cost":246,"Date":"4/20/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":999,"Cost":689,"Date":"6/26/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":158,"Cost":82,"Date":"7/23/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":454,"Cost":341,"Date":"11/21/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":72,"Cost":45,"Date":"11/26/2022"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":833,"Cost":598,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":42,"Cost":26,"Date":"5/21/2023"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":278,"Cost":205,"Date":"9/28/2023"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":76,"Cost":50,"Date":"1/3/2024"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":197,"Cost":103,"Date":"2/2/2024"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":91,"Cost":68,"Date":"3/18/2024"},{"Store":"Shopping Recife","Brand":"COS","Country":"Brazil","Sale":583,"Cost":412,"Date":"10/14/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":327,"Cost":177,"Date":"2/16/2018"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":378,"Cost":330,"Date":"6/7/2018"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":14,"Cost":7,"Date":"1/28/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":947,"Cost":789,"Date":"3/27/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":943,"Cost":799,"Date":"5/12/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":511,"Cost":396,"Date":"7/28/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":372,"Cost":238,"Date":"8/8/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":982,"Cost":889,"Date":"12/7/2019"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":513,"Cost":364,"Date":"1/17/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":979,"Cost":575,"Date":"3/8/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":751,"Cost":490,"Date":"6/6/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":319,"Cost":253,"Date":"6/16/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":187,"Cost":117,"Date":"8/13/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":527,"Cost":344,"Date":"11/19/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":344,"Cost":186,"Date":"12/28/2020"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":562,"Cost":481,"Date":"2/4/2021"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":521,"Cost":303,"Date":"3/8/2021"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":394,"Cost":227,"Date":"12/18/2021"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":167,"Date":"3/31/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":973,"Cost":871,"Date":"4/20/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":487,"Cost":258,"Date":"6/26/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":118,"Cost":86,"Date":"7/23/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":874,"Cost":621,"Date":"11/21/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":103,"Cost":63,"Date":"11/26/2022"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":932,"Cost":805,"Date":"2/20/2023"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":473,"Cost":320,"Date":"5/21/2023"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":407,"Cost":263,"Date":"9/28/2023"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":49,"Cost":35,"Date":"1/3/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":217,"Cost":128,"Date":"2/2/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":570,"Cost":498,"Date":"3/18/2024"},{"Store":"Shopping Recife","Brand":"HM Home","Country":"Brazil","Sale":700,"Cost":567,"Date":"10/14/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":916,"Cost":860,"Date":"2/16/2018"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":804,"Cost":630,"Date":"6/7/2018"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":300,"Cost":236,"Date":"1/28/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":50,"Cost":39,"Date":"3/27/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":505,"Cost":297,"Date":"5/12/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":972,"Cost":817,"Date":"7/28/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":776,"Cost":422,"Date":"8/8/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":846,"Cost":593,"Date":"12/7/2019"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":477,"Cost":439,"Date":"1/17/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":831,"Cost":513,"Date":"3/8/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":329,"Cost":283,"Date":"6/6/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":475,"Cost":291,"Date":"6/16/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":948,"Cost":532,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":806,"Cost":730,"Date":"11/19/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":894,"Cost":756,"Date":"12/28/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":225,"Cost":118,"Date":"2/4/2021"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":23,"Cost":14,"Date":"3/8/2021"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":709,"Cost":375,"Date":"12/18/2021"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":58,"Cost":33,"Date":"3/31/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":899,"Cost":545,"Date":"4/20/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":848,"Cost":497,"Date":"6/26/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":227,"Cost":131,"Date":"7/23/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":392,"Cost":356,"Date":"11/21/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":833,"Cost":475,"Date":"11/26/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":770,"Cost":574,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":115,"Cost":88,"Date":"5/21/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":376,"Cost":225,"Date":"9/28/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":830,"Cost":706,"Date":"1/3/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":989,"Cost":879,"Date":"2/2/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":667,"Cost":533,"Date":"3/18/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":794,"Cost":538,"Date":"10/14/2024"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":724,"Cost":658,"Date":"2/16/2018"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":277,"Cost":171,"Date":"6/7/2018"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":661,"Cost":523,"Date":"1/28/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":647,"Cost":381,"Date":"3/27/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":338,"Cost":226,"Date":"5/12/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":113,"Cost":91,"Date":"7/28/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":182,"Cost":135,"Date":"8/8/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":923,"Cost":492,"Date":"12/7/2019"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":125,"Cost":67,"Date":"1/17/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":239,"Cost":159,"Date":"3/8/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":933,"Cost":830,"Date":"6/6/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":721,"Cost":436,"Date":"6/16/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":61,"Cost":48,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":443,"Cost":293,"Date":"11/19/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":366,"Cost":238,"Date":"12/28/2020"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":531,"Cost":278,"Date":"2/4/2021"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":684,"Cost":343,"Date":"3/8/2021"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":973,"Cost":836,"Date":"12/18/2021"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":793,"Cost":399,"Date":"3/31/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":803,"Cost":521,"Date":"4/20/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":881,"Cost":474,"Date":"6/26/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":437,"Cost":262,"Date":"7/23/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":157,"Cost":116,"Date":"11/21/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":868,"Date":"11/26/2022"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":184,"Cost":146,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":444,"Cost":422,"Date":"5/21/2023"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":974,"Cost":915,"Date":"9/28/2023"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":289,"Cost":167,"Date":"1/3/2024"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":739,"Cost":611,"Date":"2/2/2024"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":107,"Cost":86,"Date":"3/18/2024"},{"Store":"RioMar Recife","Brand":"Sellpy","Country":"Brazil","Sale":920,"Cost":599,"Date":"10/14/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":8,"Cost":5,"Date":"2/16/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":268,"Cost":244,"Date":"6/7/2018"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":762,"Cost":453,"Date":"1/28/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":851,"Cost":718,"Date":"3/27/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":706,"Cost":595,"Date":"5/12/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":391,"Cost":241,"Date":"7/28/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":186,"Cost":116,"Date":"8/8/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":97,"Cost":63,"Date":"12/7/2019"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":587,"Cost":461,"Date":"1/17/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":326,"Cost":176,"Date":"3/8/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":141,"Cost":102,"Date":"6/6/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":312,"Cost":206,"Date":"6/16/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":245,"Cost":126,"Date":"8/13/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":224,"Cost":175,"Date":"11/19/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":737,"Cost":485,"Date":"12/28/2020"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":248,"Cost":130,"Date":"2/4/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":438,"Cost":338,"Date":"3/8/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":475,"Date":"12/18/2021"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":36,"Cost":25,"Date":"3/31/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":629,"Cost":509,"Date":"4/20/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":904,"Cost":582,"Date":"6/26/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":919,"Cost":775,"Date":"7/23/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":12,"Date":"11/21/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":780,"Cost":704,"Date":"11/26/2022"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":446,"Cost":280,"Date":"2/20/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":104,"Date":"5/21/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":573,"Cost":472,"Date":"9/28/2023"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":530,"Date":"1/3/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":471,"Cost":439,"Date":"2/2/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":265,"Cost":219,"Date":"3/18/2024"},{"Store":"RioMar Recife","Brand":"ARKET","Country":"Brazil","Sale":742,"Cost":548,"Date":"10/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":792,"Cost":519,"Date":"2/16/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":268,"Cost":136,"Date":"6/7/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":61,"Cost":54,"Date":"1/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":767,"Cost":386,"Date":"3/27/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":324,"Cost":257,"Date":"5/12/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":260,"Cost":200,"Date":"7/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":767,"Date":"8/8/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":139,"Cost":111,"Date":"12/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":540,"Date":"1/17/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":206,"Cost":134,"Date":"3/8/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":781,"Cost":479,"Date":"6/6/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":133,"Cost":125,"Date":"6/16/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":91,"Cost":81,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":519,"Cost":417,"Date":"11/19/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":967,"Cost":676,"Date":"12/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":71,"Cost":64,"Date":"2/4/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":768,"Cost":480,"Date":"3/8/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":885,"Cost":697,"Date":"12/18/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":560,"Cost":427,"Date":"3/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":990,"Cost":567,"Date":"4/20/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":109,"Cost":101,"Date":"6/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":472,"Cost":332,"Date":"7/23/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":950,"Cost":815,"Date":"11/21/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":673,"Cost":383,"Date":"11/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":287,"Cost":246,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":156,"Cost":135,"Date":"5/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":411,"Date":"9/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":281,"Cost":246,"Date":"1/3/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":510,"Cost":293,"Date":"2/2/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":883,"Cost":479,"Date":"3/18/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":497,"Cost":341,"Date":"10/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":464,"Cost":247,"Date":"2/16/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":260,"Cost":140,"Date":"6/7/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":862,"Cost":785,"Date":"1/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":241,"Cost":187,"Date":"3/27/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":309,"Cost":282,"Date":"5/12/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":946,"Cost":497,"Date":"7/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":65,"Cost":47,"Date":"8/8/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":712,"Cost":675,"Date":"12/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":443,"Cost":320,"Date":"1/17/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":775,"Cost":480,"Date":"3/8/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":448,"Cost":256,"Date":"6/6/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":324,"Cost":187,"Date":"6/16/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":840,"Cost":758,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":798,"Cost":701,"Date":"11/19/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":728,"Cost":490,"Date":"12/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":328,"Cost":212,"Date":"2/4/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":191,"Cost":155,"Date":"3/8/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":299,"Cost":216,"Date":"12/18/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":373,"Cost":218,"Date":"3/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":445,"Cost":306,"Date":"4/20/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":249,"Cost":229,"Date":"6/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":272,"Cost":249,"Date":"7/23/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":227,"Cost":188,"Date":"11/21/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":290,"Cost":155,"Date":"11/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":756,"Cost":386,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":925,"Cost":779,"Date":"5/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":644,"Cost":420,"Date":"9/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":336,"Cost":288,"Date":"1/3/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":605,"Cost":448,"Date":"2/2/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":304,"Cost":248,"Date":"3/18/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Nova","Country":"Brazil","Sale":121,"Cost":103,"Date":"10/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":280,"Cost":252,"Date":"2/16/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":944,"Cost":626,"Date":"6/7/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":425,"Cost":339,"Date":"1/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":799,"Cost":406,"Date":"3/27/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":852,"Cost":514,"Date":"5/12/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":140,"Cost":76,"Date":"7/28/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":446,"Cost":355,"Date":"8/8/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":578,"Cost":486,"Date":"12/7/2019"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":132,"Cost":117,"Date":"1/17/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":627,"Cost":342,"Date":"3/8/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":7,"Cost":3,"Date":"6/6/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":844,"Cost":611,"Date":"6/16/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":439,"Cost":326,"Date":"8/13/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":290,"Cost":272,"Date":"11/19/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":120,"Cost":71,"Date":"12/28/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":878,"Cost":728,"Date":"2/4/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":562,"Cost":415,"Date":"3/8/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":796,"Cost":662,"Date":"12/18/2021"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":526,"Cost":318,"Date":"3/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":764,"Cost":554,"Date":"4/20/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":498,"Cost":377,"Date":"6/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":796,"Cost":418,"Date":"7/23/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":499,"Cost":465,"Date":"11/21/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":397,"Cost":250,"Date":"11/26/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":741,"Cost":416,"Date":"2/20/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":800,"Cost":688,"Date":"5/21/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":855,"Cost":526,"Date":"9/28/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":897,"Cost":517,"Date":"1/3/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":425,"Cost":224,"Date":"2/2/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":360,"Cost":303,"Date":"3/18/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":271,"Cost":159,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":141,"Cost":72,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":84,"Cost":49,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":974,"Cost":651,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":384,"Cost":193,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":814,"Cost":766,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":630,"Cost":421,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":425,"Cost":235,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":575,"Cost":300,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":203,"Cost":119,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":170,"Cost":106,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":166,"Cost":128,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":858,"Cost":540,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":218,"Cost":182,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":787,"Cost":682,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":630,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":228,"Cost":139,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":258,"Cost":129,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":245,"Cost":184,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":627,"Cost":586,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":694,"Cost":582,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":532,"Cost":434,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":842,"Cost":503,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":963,"Cost":878,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":638,"Cost":520,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":978,"Cost":670,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":145,"Cost":75,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":506,"Cost":366,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":480,"Cost":282,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":236,"Cost":120,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":90,"Cost":74,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":758,"Cost":621,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":611,"Cost":496,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":299,"Cost":168,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":415,"Cost":290,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":469,"Cost":363,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":828,"Cost":584,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":841,"Cost":615,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":565,"Cost":308,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":278,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":875,"Cost":624,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":450,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":67,"Cost":57,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":597,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":787,"Cost":711,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":184,"Cost":108,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":853,"Cost":811,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":541,"Cost":360,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":137,"Cost":124,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":115,"Cost":77,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":172,"Cost":105,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":506,"Cost":294,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":432,"Cost":228,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":128,"Cost":95,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":540,"Cost":426,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":52,"Cost":31,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":251,"Cost":178,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":85,"Cost":79,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":315,"Cost":270,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":578,"Cost":473,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":844,"Cost":604,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":943,"Cost":602,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":772,"Cost":454,"Date":"10/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":488,"Cost":374,"Date":"2/16/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":827,"Cost":433,"Date":"6/7/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":403,"Cost":254,"Date":"1/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":779,"Cost":623,"Date":"3/27/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":972,"Cost":883,"Date":"5/12/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":146,"Cost":131,"Date":"7/28/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":396,"Cost":277,"Date":"8/8/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":836,"Cost":454,"Date":"12/7/2019"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":859,"Cost":557,"Date":"1/17/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":979,"Cost":491,"Date":"3/8/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":980,"Cost":905,"Date":"6/6/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":438,"Cost":306,"Date":"6/16/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":581,"Cost":382,"Date":"8/13/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":212,"Cost":166,"Date":"11/19/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":591,"Cost":525,"Date":"12/28/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":851,"Cost":578,"Date":"2/4/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":995,"Cost":881,"Date":"3/8/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":142,"Cost":127,"Date":"12/18/2021"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":269,"Cost":243,"Date":"3/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":580,"Cost":423,"Date":"4/20/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":31,"Cost":16,"Date":"6/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":917,"Cost":760,"Date":"7/23/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":106,"Cost":75,"Date":"11/21/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":245,"Cost":224,"Date":"11/26/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":325,"Cost":162,"Date":"2/20/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":50,"Cost":28,"Date":"5/21/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":593,"Cost":323,"Date":"9/28/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":39,"Cost":27,"Date":"1/3/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":620,"Cost":561,"Date":"2/2/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":359,"Cost":242,"Date":"3/18/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"COS","Country":"Brazil","Sale":560,"Cost":459,"Date":"10/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":672,"Cost":544,"Date":"2/16/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":196,"Cost":110,"Date":"6/7/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":433,"Cost":291,"Date":"1/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":783,"Cost":688,"Date":"3/27/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":804,"Cost":734,"Date":"5/12/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":840,"Cost":650,"Date":"7/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":629,"Cost":432,"Date":"8/8/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":256,"Cost":229,"Date":"12/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":445,"Cost":351,"Date":"1/17/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":381,"Cost":246,"Date":"3/8/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":385,"Cost":359,"Date":"6/6/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":314,"Cost":276,"Date":"6/16/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":188,"Cost":113,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":260,"Cost":143,"Date":"11/19/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":749,"Cost":575,"Date":"12/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":333,"Cost":168,"Date":"2/4/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":114,"Cost":85,"Date":"3/8/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":921,"Cost":541,"Date":"12/18/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":872,"Cost":479,"Date":"3/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":40,"Cost":32,"Date":"4/20/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":47,"Cost":40,"Date":"6/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":150,"Cost":103,"Date":"7/23/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":581,"Cost":500,"Date":"11/21/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":213,"Cost":109,"Date":"11/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":437,"Cost":223,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":920,"Cost":637,"Date":"5/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":707,"Cost":597,"Date":"9/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":170,"Cost":112,"Date":"1/3/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":984,"Cost":921,"Date":"2/2/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":10,"Date":"3/18/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":225,"Cost":159,"Date":"10/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":989,"Cost":888,"Date":"2/16/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":699,"Cost":441,"Date":"6/7/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":498,"Cost":279,"Date":"1/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":979,"Cost":588,"Date":"3/27/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":653,"Cost":412,"Date":"5/12/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":907,"Cost":472,"Date":"7/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":207,"Cost":124,"Date":"8/8/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":856,"Cost":520,"Date":"12/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":778,"Cost":413,"Date":"1/17/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":204,"Cost":143,"Date":"3/8/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":192,"Cost":104,"Date":"6/6/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":845,"Cost":699,"Date":"6/16/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":890,"Cost":521,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":54,"Cost":27,"Date":"11/19/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":815,"Cost":761,"Date":"12/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":980,"Cost":695,"Date":"2/4/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":955,"Cost":637,"Date":"3/8/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":721,"Cost":479,"Date":"12/18/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":911,"Cost":682,"Date":"3/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":691,"Cost":424,"Date":"4/20/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":3,"Cost":2,"Date":"6/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":876,"Cost":583,"Date":"7/23/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":666,"Cost":576,"Date":"11/21/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":704,"Cost":401,"Date":"11/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":551,"Cost":518,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":390,"Cost":224,"Date":"5/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":71,"Cost":45,"Date":"9/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":724,"Cost":496,"Date":"1/3/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":931,"Cost":777,"Date":"2/2/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":556,"Cost":519,"Date":"3/18/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":982,"Cost":793,"Date":"10/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":760,"Cost":616,"Date":"2/16/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":295,"Cost":210,"Date":"6/7/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":639,"Cost":387,"Date":"1/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":845,"Cost":514,"Date":"3/27/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":177,"Cost":125,"Date":"5/12/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":214,"Cost":190,"Date":"7/28/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":834,"Cost":472,"Date":"8/8/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":43,"Cost":40,"Date":"12/7/2019"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":310,"Cost":228,"Date":"1/17/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":191,"Cost":133,"Date":"3/8/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":163,"Cost":149,"Date":"6/6/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":688,"Cost":348,"Date":"6/16/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":860,"Cost":634,"Date":"8/13/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":235,"Cost":208,"Date":"11/19/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":777,"Cost":680,"Date":"12/28/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":931,"Cost":580,"Date":"2/4/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":516,"Cost":463,"Date":"3/8/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":602,"Cost":561,"Date":"12/18/2021"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":700,"Cost":428,"Date":"3/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":432,"Cost":272,"Date":"4/20/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":538,"Cost":461,"Date":"6/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":52,"Cost":47,"Date":"7/23/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":173,"Cost":133,"Date":"11/21/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":161,"Cost":150,"Date":"11/26/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":960,"Cost":660,"Date":"2/20/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":93,"Cost":85,"Date":"5/21/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":97,"Cost":62,"Date":"9/28/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":88,"Cost":55,"Date":"1/3/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":455,"Cost":417,"Date":"2/2/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":390,"Cost":250,"Date":"3/18/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM","Country":"Brazil","Sale":834,"Cost":734,"Date":"10/14/2024"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":464,"Cost":296,"Date":"2/16/2018"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":349,"Cost":240,"Date":"6/7/2018"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":199,"Cost":100,"Date":"1/28/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":998,"Cost":833,"Date":"3/27/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":572,"Cost":504,"Date":"5/12/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":225,"Cost":172,"Date":"7/28/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":648,"Cost":534,"Date":"8/8/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":451,"Cost":382,"Date":"12/7/2019"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":164,"Cost":131,"Date":"1/17/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":419,"Cost":397,"Date":"3/8/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":863,"Cost":550,"Date":"6/6/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":571,"Cost":290,"Date":"6/16/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":307,"Cost":176,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":578,"Cost":471,"Date":"11/19/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":427,"Cost":353,"Date":"12/28/2020"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":574,"Cost":296,"Date":"2/4/2021"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":853,"Cost":715,"Date":"3/8/2021"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":735,"Cost":698,"Date":"12/18/2021"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":980,"Cost":516,"Date":"3/31/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":929,"Cost":784,"Date":"4/20/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":614,"Cost":319,"Date":"6/26/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":694,"Cost":514,"Date":"7/23/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":79,"Cost":74,"Date":"11/21/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":410,"Cost":331,"Date":"11/26/2022"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":518,"Cost":285,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":945,"Cost":697,"Date":"5/21/2023"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":739,"Cost":572,"Date":"9/28/2023"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":644,"Cost":395,"Date":"1/3/2024"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":876,"Cost":696,"Date":"2/2/2024"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":153,"Cost":109,"Date":"3/18/2024"},{"Store":"RioMar Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":374,"Cost":272,"Date":"10/14/2024"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":197,"Cost":154,"Date":"2/16/2018"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":595,"Date":"6/7/2018"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":537,"Cost":403,"Date":"1/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":135,"Cost":102,"Date":"3/27/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":603,"Cost":496,"Date":"5/12/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":441,"Cost":314,"Date":"7/28/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":120,"Cost":60,"Date":"8/8/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":464,"Cost":237,"Date":"12/7/2019"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":923,"Cost":485,"Date":"1/17/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":279,"Cost":199,"Date":"3/8/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":48,"Cost":32,"Date":"6/6/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":694,"Cost":404,"Date":"6/16/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":77,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":75,"Cost":53,"Date":"11/19/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":361,"Date":"12/28/2020"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":515,"Cost":337,"Date":"2/4/2021"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":598,"Date":"3/8/2021"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":449,"Date":"12/18/2021"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":453,"Date":"3/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":60,"Cost":54,"Date":"4/20/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":117,"Cost":72,"Date":"6/26/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":459,"Cost":435,"Date":"7/23/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":198,"Cost":133,"Date":"11/21/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":848,"Cost":457,"Date":"11/26/2022"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":190,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":368,"Cost":194,"Date":"5/21/2023"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":344,"Cost":228,"Date":"9/28/2023"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":80,"Cost":66,"Date":"1/3/2024"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":766,"Cost":472,"Date":"2/2/2024"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":796,"Cost":682,"Date":"3/18/2024"},{"Store":"RioMar Fortaleza","Brand":"Jeans","Country":"Brazil","Sale":342,"Cost":199,"Date":"10/14/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":529,"Cost":340,"Date":"2/16/2018"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":7,"Cost":6,"Date":"6/7/2018"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":737,"Cost":645,"Date":"1/28/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":950,"Cost":511,"Date":"3/27/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":965,"Cost":536,"Date":"5/12/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":6,"Cost":3,"Date":"7/28/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":850,"Cost":464,"Date":"8/8/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":663,"Cost":503,"Date":"12/7/2019"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":417,"Cost":352,"Date":"1/17/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":942,"Cost":752,"Date":"3/8/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":491,"Cost":266,"Date":"6/6/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":995,"Cost":754,"Date":"6/16/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":116,"Cost":84,"Date":"8/13/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":124,"Cost":94,"Date":"11/19/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":902,"Cost":818,"Date":"12/28/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":569,"Cost":352,"Date":"2/4/2021"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":140,"Cost":124,"Date":"3/8/2021"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":764,"Cost":433,"Date":"12/18/2021"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":653,"Cost":600,"Date":"3/31/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":600,"Cost":463,"Date":"4/20/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":428,"Cost":367,"Date":"6/26/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":136,"Cost":129,"Date":"7/23/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":783,"Cost":607,"Date":"11/21/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":68,"Cost":36,"Date":"11/26/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":311,"Cost":265,"Date":"2/20/2023"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":421,"Cost":263,"Date":"5/21/2023"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":312,"Cost":273,"Date":"9/28/2023"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":308,"Cost":254,"Date":"1/3/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":353,"Cost":201,"Date":"2/2/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":345,"Cost":284,"Date":"3/18/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":767,"Cost":654,"Date":"10/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":475,"Cost":268,"Date":"2/16/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":980,"Cost":831,"Date":"6/7/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":317,"Cost":214,"Date":"1/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":500,"Cost":347,"Date":"3/27/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":463,"Cost":372,"Date":"5/12/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":259,"Cost":218,"Date":"7/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":363,"Cost":293,"Date":"8/8/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":452,"Cost":421,"Date":"12/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":147,"Cost":105,"Date":"1/17/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":828,"Cost":610,"Date":"3/8/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":968,"Cost":713,"Date":"6/6/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":106,"Cost":87,"Date":"6/16/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":194,"Cost":111,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":69,"Cost":46,"Date":"11/19/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":756,"Cost":469,"Date":"12/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":491,"Cost":301,"Date":"2/4/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":410,"Cost":207,"Date":"3/8/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":187,"Cost":135,"Date":"12/18/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":888,"Cost":614,"Date":"3/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":415,"Cost":319,"Date":"4/20/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":634,"Cost":517,"Date":"6/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":718,"Cost":463,"Date":"7/23/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":330,"Cost":249,"Date":"11/21/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":416,"Cost":349,"Date":"11/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":878,"Cost":810,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":167,"Cost":125,"Date":"5/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":647,"Cost":412,"Date":"9/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":524,"Cost":333,"Date":"1/3/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":897,"Cost":681,"Date":"2/2/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":253,"Cost":235,"Date":"3/18/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM","Country":"Brazil","Sale":229,"Cost":179,"Date":"10/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":391,"Cost":220,"Date":"2/16/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":393,"Cost":241,"Date":"6/7/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":685,"Date":"1/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":617,"Cost":508,"Date":"3/27/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":263,"Cost":235,"Date":"5/12/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":132,"Cost":117,"Date":"7/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":4,"Cost":3,"Date":"8/8/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":808,"Cost":633,"Date":"12/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":167,"Cost":149,"Date":"1/17/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":813,"Cost":715,"Date":"3/8/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":79,"Cost":72,"Date":"6/6/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":100,"Cost":92,"Date":"6/16/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":750,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":113,"Cost":96,"Date":"11/19/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":976,"Cost":621,"Date":"12/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":422,"Cost":222,"Date":"2/4/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":1,"Cost":1,"Date":"3/8/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":533,"Cost":456,"Date":"12/18/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":947,"Cost":712,"Date":"3/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":405,"Cost":343,"Date":"4/20/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":136,"Cost":92,"Date":"6/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":367,"Cost":238,"Date":"7/23/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":519,"Cost":444,"Date":"11/21/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":769,"Cost":685,"Date":"11/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":238,"Cost":165,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":139,"Cost":92,"Date":"5/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":365,"Cost":215,"Date":"9/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":293,"Date":"1/3/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":946,"Cost":870,"Date":"2/2/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":617,"Cost":559,"Date":"3/18/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"Sellpy","Country":"Brazil","Sale":369,"Cost":209,"Date":"10/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":22,"Cost":13,"Date":"2/16/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":276,"Cost":149,"Date":"6/7/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":963,"Cost":571,"Date":"1/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":990,"Cost":678,"Date":"3/27/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":334,"Cost":218,"Date":"5/12/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":710,"Cost":646,"Date":"7/28/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":629,"Cost":352,"Date":"8/8/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":589,"Cost":353,"Date":"12/7/2019"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":137,"Cost":99,"Date":"1/17/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":296,"Cost":168,"Date":"3/8/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":632,"Cost":385,"Date":"6/6/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":56,"Cost":35,"Date":"6/16/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":599,"Cost":338,"Date":"8/13/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":193,"Cost":156,"Date":"11/19/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":239,"Cost":225,"Date":"12/28/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":727,"Cost":483,"Date":"2/4/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":170,"Cost":99,"Date":"3/8/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":751,"Cost":452,"Date":"12/18/2021"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":836,"Cost":494,"Date":"3/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":796,"Date":"4/20/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":907,"Cost":767,"Date":"6/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":851,"Cost":496,"Date":"7/23/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":556,"Cost":455,"Date":"11/21/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":937,"Cost":883,"Date":"11/26/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":203,"Cost":132,"Date":"2/20/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":79,"Date":"5/21/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":101,"Cost":88,"Date":"9/28/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":150,"Cost":133,"Date":"1/3/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":312,"Cost":289,"Date":"2/2/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":73,"Cost":63,"Date":"3/18/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":535,"Cost":386,"Date":"10/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":913,"Cost":699,"Date":"2/16/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":854,"Cost":498,"Date":"6/7/2018"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":601,"Date":"1/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":751,"Cost":428,"Date":"3/27/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":996,"Cost":830,"Date":"5/12/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":585,"Cost":511,"Date":"7/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":3,"Date":"8/8/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":568,"Cost":358,"Date":"12/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":212,"Cost":153,"Date":"1/17/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":407,"Cost":242,"Date":"3/8/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":247,"Cost":204,"Date":"6/6/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":330,"Cost":165,"Date":"6/16/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":116,"Cost":109,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":32,"Cost":22,"Date":"11/19/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":94,"Cost":79,"Date":"12/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":107,"Cost":59,"Date":"2/4/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":357,"Cost":294,"Date":"3/8/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":575,"Cost":545,"Date":"12/18/2021"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":614,"Cost":550,"Date":"3/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":679,"Date":"4/20/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":539,"Cost":280,"Date":"6/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":753,"Cost":397,"Date":"7/23/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":466,"Cost":236,"Date":"11/21/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":324,"Cost":302,"Date":"11/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":387,"Cost":278,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":403,"Cost":359,"Date":"5/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":910,"Cost":661,"Date":"9/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":642,"Cost":357,"Date":"1/3/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":808,"Cost":528,"Date":"2/2/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":699,"Cost":511,"Date":"3/18/2024"},{"Store":"Shopping Barra, Salvador","Brand":"ARKET","Country":"Brazil","Sale":720,"Cost":464,"Date":"10/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":863,"Cost":610,"Date":"2/16/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":502,"Date":"6/7/2018"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":425,"Cost":260,"Date":"1/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":785,"Cost":518,"Date":"3/27/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":164,"Cost":108,"Date":"5/12/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":267,"Cost":230,"Date":"7/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":557,"Cost":434,"Date":"8/8/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":839,"Cost":760,"Date":"12/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":391,"Cost":363,"Date":"1/17/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":494,"Cost":292,"Date":"3/8/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":808,"Cost":446,"Date":"6/6/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":640,"Cost":387,"Date":"6/16/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":687,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":25,"Cost":13,"Date":"11/19/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":356,"Cost":219,"Date":"12/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":387,"Cost":308,"Date":"2/4/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":113,"Date":"3/8/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":622,"Cost":513,"Date":"12/18/2021"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":258,"Cost":173,"Date":"3/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":169,"Cost":99,"Date":"4/20/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":45,"Cost":38,"Date":"6/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":665,"Cost":621,"Date":"7/23/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":647,"Cost":415,"Date":"11/21/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":23,"Date":"11/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":34,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":663,"Cost":617,"Date":"5/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":690,"Cost":534,"Date":"9/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":73,"Cost":68,"Date":"1/3/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":781,"Cost":687,"Date":"2/2/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":543,"Cost":401,"Date":"3/18/2024"},{"Store":"Shopping Barra, Salvador","Brand":"HM Home","Country":"Brazil","Sale":819,"Cost":599,"Date":"10/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":534,"Cost":376,"Date":"2/16/2018"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":149,"Cost":124,"Date":"6/7/2018"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":136,"Cost":122,"Date":"1/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":977,"Cost":818,"Date":"3/27/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":394,"Cost":318,"Date":"5/12/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":471,"Cost":310,"Date":"7/28/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":43,"Cost":28,"Date":"8/8/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":424,"Cost":336,"Date":"12/7/2019"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":20,"Cost":11,"Date":"1/17/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":106,"Cost":96,"Date":"3/8/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":465,"Cost":265,"Date":"6/6/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":702,"Cost":667,"Date":"6/16/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":740,"Cost":399,"Date":"8/13/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":351,"Cost":302,"Date":"11/19/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":516,"Cost":440,"Date":"12/28/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":126,"Cost":87,"Date":"2/4/2021"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":435,"Cost":231,"Date":"3/8/2021"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":852,"Cost":594,"Date":"12/18/2021"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":136,"Cost":71,"Date":"3/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":857,"Cost":672,"Date":"4/20/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":33,"Cost":21,"Date":"6/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":538,"Cost":348,"Date":"7/23/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":903,"Cost":777,"Date":"11/21/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":379,"Cost":261,"Date":"11/26/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":278,"Cost":156,"Date":"2/20/2023"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":764,"Cost":523,"Date":"5/21/2023"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":267,"Cost":159,"Date":"9/28/2023"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":672,"Cost":373,"Date":"1/3/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":429,"Cost":314,"Date":"2/2/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":517,"Cost":406,"Date":"3/18/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":989,"Cost":540,"Date":"10/14/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":705,"Cost":619,"Date":"2/16/2018"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":625,"Cost":551,"Date":"6/7/2018"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":624,"Cost":551,"Date":"1/28/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":45,"Cost":32,"Date":"3/27/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":11,"Cost":9,"Date":"5/12/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":2,"Cost":1,"Date":"7/28/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":616,"Cost":520,"Date":"8/8/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":201,"Cost":149,"Date":"12/7/2019"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":503,"Cost":415,"Date":"1/17/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":988,"Cost":658,"Date":"3/8/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":301,"Cost":233,"Date":"6/6/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":172,"Cost":142,"Date":"6/16/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":59,"Cost":34,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":627,"Cost":537,"Date":"11/19/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":500,"Cost":460,"Date":"12/28/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":965,"Cost":868,"Date":"2/4/2021"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":816,"Cost":412,"Date":"3/8/2021"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":296,"Cost":178,"Date":"12/18/2021"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":722,"Cost":685,"Date":"3/31/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":760,"Cost":694,"Date":"4/20/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":30,"Cost":23,"Date":"6/26/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":711,"Cost":452,"Date":"7/23/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":956,"Cost":903,"Date":"11/21/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":677,"Cost":533,"Date":"11/26/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":835,"Cost":595,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":367,"Cost":283,"Date":"5/21/2023"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":365,"Cost":276,"Date":"9/28/2023"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":970,"Cost":565,"Date":"1/3/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":222,"Cost":138,"Date":"2/2/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":48,"Cost":28,"Date":"3/18/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":921,"Cost":606,"Date":"10/14/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":577,"Cost":315,"Date":"2/16/2018"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":487,"Cost":258,"Date":"6/7/2018"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":975,"Cost":563,"Date":"1/28/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":344,"Cost":221,"Date":"3/27/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":991,"Cost":757,"Date":"5/12/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":786,"Cost":725,"Date":"7/28/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":730,"Cost":499,"Date":"8/8/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":130,"Date":"12/7/2019"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":764,"Cost":519,"Date":"1/17/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":503,"Date":"3/8/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":665,"Cost":586,"Date":"6/6/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":580,"Cost":325,"Date":"6/16/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":47,"Cost":42,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":502,"Cost":369,"Date":"11/19/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":955,"Cost":495,"Date":"12/28/2020"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":147,"Cost":133,"Date":"2/4/2021"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":994,"Cost":862,"Date":"3/8/2021"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":788,"Cost":495,"Date":"12/18/2021"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":261,"Date":"3/31/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":40,"Cost":20,"Date":"4/20/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":29,"Cost":19,"Date":"6/26/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":903,"Cost":548,"Date":"7/23/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":937,"Cost":604,"Date":"11/21/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":979,"Cost":810,"Date":"11/26/2022"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":6,"Cost":3,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":326,"Cost":205,"Date":"5/21/2023"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":997,"Cost":818,"Date":"9/28/2023"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":103,"Cost":98,"Date":"1/3/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":953,"Cost":496,"Date":"2/2/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":334,"Cost":309,"Date":"3/18/2024"},{"Store":"Salvador Shopping","Brand":"HM Home","Country":"Brazil","Sale":503,"Cost":395,"Date":"10/14/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":332,"Cost":281,"Date":"2/16/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":607,"Cost":456,"Date":"6/7/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":75,"Cost":47,"Date":"1/28/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":708,"Cost":428,"Date":"3/27/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":103,"Cost":52,"Date":"5/12/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":135,"Cost":102,"Date":"7/28/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":556,"Cost":307,"Date":"8/8/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":388,"Cost":195,"Date":"12/7/2019"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":356,"Cost":274,"Date":"1/17/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":161,"Cost":150,"Date":"3/8/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":367,"Cost":234,"Date":"6/6/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":441,"Cost":404,"Date":"6/16/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":871,"Cost":688,"Date":"8/13/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":829,"Cost":443,"Date":"11/19/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":339,"Cost":182,"Date":"12/28/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":202,"Cost":144,"Date":"2/4/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":325,"Cost":247,"Date":"3/8/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":299,"Cost":239,"Date":"12/18/2021"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":205,"Cost":162,"Date":"3/31/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":558,"Date":"4/20/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":567,"Cost":380,"Date":"6/26/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":46,"Cost":23,"Date":"7/23/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":56,"Cost":44,"Date":"11/21/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":137,"Cost":86,"Date":"11/26/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":354,"Cost":243,"Date":"2/20/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":612,"Cost":353,"Date":"5/21/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":442,"Cost":382,"Date":"9/28/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":722,"Cost":581,"Date":"1/3/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":160,"Date":"2/2/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":468,"Cost":365,"Date":"3/18/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":208,"Cost":112,"Date":"10/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":595,"Cost":422,"Date":"2/16/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":338,"Cost":185,"Date":"6/7/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":38,"Cost":37,"Date":"1/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":158,"Cost":134,"Date":"3/27/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":266,"Cost":166,"Date":"5/12/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":80,"Cost":59,"Date":"7/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":103,"Cost":79,"Date":"8/8/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":264,"Cost":238,"Date":"12/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":471,"Cost":349,"Date":"1/17/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":88,"Cost":70,"Date":"3/8/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":39,"Cost":22,"Date":"6/6/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":288,"Cost":260,"Date":"6/16/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":464,"Cost":330,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":696,"Cost":457,"Date":"11/19/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":648,"Cost":373,"Date":"12/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":593,"Cost":526,"Date":"2/4/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":323,"Date":"3/8/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":958,"Cost":539,"Date":"12/18/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":801,"Date":"3/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":622,"Cost":321,"Date":"4/20/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":625,"Cost":482,"Date":"6/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":63,"Cost":48,"Date":"7/23/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":822,"Cost":730,"Date":"11/21/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":16,"Cost":9,"Date":"11/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":66,"Cost":37,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":583,"Cost":544,"Date":"5/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":522,"Cost":338,"Date":"9/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":703,"Cost":525,"Date":"1/3/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":395,"Cost":358,"Date":"2/2/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":54,"Cost":37,"Date":"3/18/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":416,"Cost":295,"Date":"10/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":633,"Cost":541,"Date":"2/16/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":43,"Cost":29,"Date":"6/7/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":730,"Cost":556,"Date":"1/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":729,"Cost":445,"Date":"3/27/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":631,"Cost":520,"Date":"5/12/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":337,"Cost":312,"Date":"7/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":108,"Cost":77,"Date":"8/8/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":544,"Cost":278,"Date":"12/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":504,"Cost":347,"Date":"1/17/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":184,"Cost":168,"Date":"3/8/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":312,"Cost":183,"Date":"6/6/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":916,"Cost":544,"Date":"6/16/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":595,"Cost":544,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":526,"Cost":410,"Date":"11/19/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":197,"Cost":117,"Date":"12/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":537,"Date":"2/4/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":671,"Cost":453,"Date":"3/8/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":208,"Cost":132,"Date":"12/18/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":587,"Cost":380,"Date":"3/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":10,"Cost":6,"Date":"4/20/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":603,"Cost":538,"Date":"6/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":523,"Cost":449,"Date":"7/23/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":178,"Cost":95,"Date":"11/21/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":798,"Cost":577,"Date":"11/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":909,"Cost":537,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":600,"Date":"5/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":621,"Cost":382,"Date":"9/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":901,"Cost":816,"Date":"1/3/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":820,"Cost":702,"Date":"2/2/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":623,"Cost":325,"Date":"3/18/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"ARKET","Country":"Brazil","Sale":629,"Cost":327,"Date":"10/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":968,"Cost":814,"Date":"2/16/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":339,"Cost":252,"Date":"6/7/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":132,"Cost":93,"Date":"1/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":149,"Cost":76,"Date":"3/27/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":282,"Cost":224,"Date":"5/12/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":534,"Cost":304,"Date":"7/28/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":952,"Cost":645,"Date":"8/8/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":358,"Cost":254,"Date":"12/7/2019"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":295,"Cost":166,"Date":"1/17/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":708,"Cost":620,"Date":"3/8/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":131,"Cost":94,"Date":"6/6/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":718,"Cost":552,"Date":"6/16/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":868,"Cost":749,"Date":"8/13/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":436,"Cost":391,"Date":"11/19/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":887,"Cost":516,"Date":"12/28/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":925,"Cost":860,"Date":"2/4/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":437,"Date":"3/8/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":472,"Cost":280,"Date":"12/18/2021"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":794,"Cost":416,"Date":"3/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":390,"Date":"4/20/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":404,"Cost":265,"Date":"6/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":256,"Cost":140,"Date":"7/23/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":808,"Cost":688,"Date":"11/21/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":658,"Cost":533,"Date":"11/26/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":680,"Cost":632,"Date":"2/20/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":467,"Cost":373,"Date":"5/21/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":290,"Cost":185,"Date":"9/28/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":14,"Cost":7,"Date":"1/3/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":519,"Cost":458,"Date":"2/2/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":623,"Cost":362,"Date":"3/18/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Jeans","Country":"Brazil","Sale":395,"Cost":355,"Date":"10/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":420,"Cost":315,"Date":"2/16/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":224,"Cost":171,"Date":"6/7/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":672,"Cost":617,"Date":"1/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":449,"Cost":281,"Date":"3/27/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":559,"Cost":295,"Date":"5/12/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":710,"Cost":438,"Date":"7/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":963,"Cost":572,"Date":"8/8/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":712,"Cost":398,"Date":"12/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":610,"Date":"1/17/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":172,"Cost":145,"Date":"3/8/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":784,"Cost":621,"Date":"6/6/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":931,"Cost":778,"Date":"6/16/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":442,"Cost":331,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":715,"Cost":611,"Date":"11/19/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":551,"Cost":477,"Date":"12/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":806,"Cost":438,"Date":"2/4/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":971,"Cost":652,"Date":"3/8/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":792,"Cost":538,"Date":"12/18/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":464,"Date":"3/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":316,"Cost":219,"Date":"4/20/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":605,"Date":"6/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":532,"Cost":392,"Date":"7/23/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":391,"Cost":202,"Date":"11/21/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":184,"Cost":138,"Date":"11/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":727,"Cost":493,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":799,"Cost":724,"Date":"5/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":423,"Date":"9/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":918,"Cost":813,"Date":"1/3/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":190,"Cost":154,"Date":"2/2/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":809,"Cost":469,"Date":"3/18/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":37,"Cost":33,"Date":"10/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":168,"Cost":138,"Date":"2/16/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":729,"Cost":559,"Date":"6/7/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":303,"Cost":232,"Date":"1/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":834,"Cost":550,"Date":"3/27/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":291,"Cost":191,"Date":"5/12/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":728,"Cost":575,"Date":"7/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":975,"Cost":533,"Date":"8/8/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":823,"Cost":768,"Date":"12/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":71,"Cost":64,"Date":"1/17/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":206,"Cost":151,"Date":"3/8/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":936,"Cost":811,"Date":"6/6/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":693,"Cost":646,"Date":"6/16/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":512,"Cost":314,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":594,"Cost":444,"Date":"11/19/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":85,"Cost":79,"Date":"12/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":663,"Cost":552,"Date":"2/4/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":723,"Cost":597,"Date":"3/8/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":290,"Cost":240,"Date":"12/18/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":429,"Cost":403,"Date":"3/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":779,"Cost":486,"Date":"4/20/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":401,"Cost":285,"Date":"6/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":843,"Cost":481,"Date":"7/23/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":539,"Cost":493,"Date":"11/21/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":322,"Cost":216,"Date":"11/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":493,"Cost":462,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":543,"Cost":338,"Date":"5/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":894,"Cost":475,"Date":"9/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":714,"Cost":665,"Date":"1/3/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":119,"Cost":112,"Date":"2/2/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":962,"Cost":703,"Date":"3/18/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":339,"Cost":260,"Date":"10/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":417,"Cost":241,"Date":"2/16/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":174,"Date":"6/7/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":706,"Cost":510,"Date":"1/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":554,"Cost":470,"Date":"3/27/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":72,"Cost":54,"Date":"5/12/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":715,"Cost":590,"Date":"7/28/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":773,"Cost":613,"Date":"8/8/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":371,"Cost":287,"Date":"12/7/2019"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":220,"Cost":153,"Date":"1/17/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":343,"Cost":203,"Date":"3/8/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":858,"Cost":672,"Date":"6/6/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":256,"Cost":205,"Date":"6/16/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":678,"Date":"8/13/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":906,"Cost":466,"Date":"11/19/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":281,"Cost":253,"Date":"12/28/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":167,"Cost":131,"Date":"2/4/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":123,"Cost":90,"Date":"3/8/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":569,"Cost":367,"Date":"12/18/2021"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":186,"Cost":161,"Date":"3/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":909,"Cost":647,"Date":"4/20/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":156,"Cost":131,"Date":"6/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":339,"Cost":206,"Date":"7/23/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":162,"Cost":119,"Date":"11/21/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":98,"Cost":89,"Date":"11/26/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":747,"Cost":401,"Date":"2/20/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":376,"Date":"5/21/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":635,"Cost":595,"Date":"9/28/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":817,"Cost":415,"Date":"1/3/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":579,"Date":"2/2/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":458,"Cost":344,"Date":"3/18/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM Home","Country":"Brazil","Sale":680,"Cost":513,"Date":"10/14/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":870,"Cost":473,"Date":"2/16/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":375,"Cost":241,"Date":"6/7/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":402,"Cost":282,"Date":"1/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":931,"Cost":670,"Date":"3/27/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":73,"Cost":66,"Date":"5/12/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":627,"Cost":486,"Date":"7/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":70,"Cost":63,"Date":"8/8/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":172,"Cost":93,"Date":"12/7/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":259,"Cost":155,"Date":"1/17/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":415,"Cost":365,"Date":"3/8/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":556,"Cost":427,"Date":"6/6/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":259,"Cost":230,"Date":"6/16/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":216,"Cost":173,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":471,"Cost":329,"Date":"11/19/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":22,"Cost":20,"Date":"12/28/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":883,"Cost":598,"Date":"2/4/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":60,"Cost":36,"Date":"3/8/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":509,"Cost":344,"Date":"12/18/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":354,"Cost":211,"Date":"3/31/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":602,"Cost":502,"Date":"4/20/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":525,"Cost":278,"Date":"6/26/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":121,"Cost":95,"Date":"7/23/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":881,"Cost":719,"Date":"11/21/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":549,"Cost":521,"Date":"11/26/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":502,"Cost":347,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":745,"Cost":418,"Date":"5/21/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":485,"Cost":252,"Date":"9/28/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":807,"Cost":754,"Date":"1/3/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":643,"Cost":352,"Date":"2/2/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":90,"Cost":47,"Date":"3/18/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":378,"Cost":305,"Date":"10/14/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":291,"Cost":212,"Date":"2/16/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":423,"Cost":394,"Date":"6/7/2018"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":672,"Cost":568,"Date":"1/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":189,"Cost":117,"Date":"3/27/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":23,"Cost":17,"Date":"5/12/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":463,"Cost":244,"Date":"7/28/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":308,"Cost":193,"Date":"8/8/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":396,"Cost":235,"Date":"12/7/2019"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":944,"Cost":882,"Date":"1/17/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":790,"Cost":436,"Date":"3/8/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":432,"Cost":253,"Date":"6/6/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":220,"Cost":126,"Date":"6/16/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":839,"Cost":632,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":806,"Cost":614,"Date":"11/19/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":29,"Cost":14,"Date":"12/28/2020"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":341,"Cost":227,"Date":"2/4/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":440,"Cost":382,"Date":"3/8/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":726,"Cost":677,"Date":"12/18/2021"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":258,"Cost":233,"Date":"3/31/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":466,"Cost":273,"Date":"4/20/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":126,"Cost":88,"Date":"6/26/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":863,"Cost":600,"Date":"7/23/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":779,"Cost":391,"Date":"11/21/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":535,"Cost":509,"Date":"11/26/2022"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":763,"Cost":473,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":930,"Cost":865,"Date":"5/21/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":470,"Cost":418,"Date":"9/28/2023"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":17,"Cost":12,"Date":"1/3/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":379,"Cost":357,"Date":"2/2/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":888,"Cost":553,"Date":"3/18/2024"},{"Store":"Shopping Natal","Brand":"COS","Country":"Brazil","Sale":754,"Cost":614,"Date":"10/14/2024"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":53,"Cost":46,"Date":"2/16/2018"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":26,"Cost":19,"Date":"6/7/2018"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":931,"Cost":484,"Date":"1/28/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":486,"Cost":413,"Date":"3/27/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":857,"Cost":766,"Date":"5/12/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":82,"Cost":52,"Date":"7/28/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/8/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":359,"Cost":184,"Date":"12/7/2019"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":247,"Cost":139,"Date":"1/17/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":314,"Cost":210,"Date":"3/8/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":739,"Cost":580,"Date":"6/6/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":484,"Cost":329,"Date":"6/16/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":640,"Cost":430,"Date":"8/13/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":704,"Cost":660,"Date":"11/19/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":563,"Cost":327,"Date":"12/28/2020"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":381,"Cost":228,"Date":"2/4/2021"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":494,"Cost":343,"Date":"3/8/2021"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":145,"Cost":79,"Date":"12/18/2021"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":648,"Cost":441,"Date":"3/31/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":6,"Cost":4,"Date":"4/20/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":90,"Cost":48,"Date":"6/26/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":281,"Cost":244,"Date":"7/23/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":716,"Cost":491,"Date":"11/21/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":582,"Cost":553,"Date":"11/26/2022"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":416,"Cost":315,"Date":"2/20/2023"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":785,"Cost":649,"Date":"5/21/2023"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":301,"Date":"9/28/2023"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":747,"Cost":646,"Date":"1/3/2024"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":12,"Cost":9,"Date":"2/2/2024"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":99,"Cost":57,"Date":"3/18/2024"},{"Store":"Shopping Natal","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":346,"Date":"10/14/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":357,"Cost":310,"Date":"2/16/2018"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":696,"Cost":420,"Date":"6/7/2018"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":225,"Cost":162,"Date":"1/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":16,"Date":"3/27/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":738,"Cost":575,"Date":"5/12/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":145,"Cost":100,"Date":"7/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":378,"Cost":293,"Date":"8/8/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":640,"Cost":504,"Date":"12/7/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":352,"Cost":228,"Date":"1/17/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":304,"Cost":199,"Date":"3/8/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":122,"Cost":82,"Date":"6/6/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":696,"Cost":452,"Date":"6/16/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":26,"Cost":23,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":354,"Cost":203,"Date":"11/19/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":338,"Cost":222,"Date":"12/28/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":943,"Cost":527,"Date":"2/4/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":758,"Cost":438,"Date":"3/8/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":198,"Cost":123,"Date":"12/18/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":258,"Cost":154,"Date":"3/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":648,"Cost":448,"Date":"4/20/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":862,"Cost":490,"Date":"6/26/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":821,"Cost":411,"Date":"7/23/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":669,"Cost":625,"Date":"11/21/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":95,"Cost":75,"Date":"11/26/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":873,"Cost":733,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":488,"Cost":259,"Date":"5/21/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":464,"Cost":329,"Date":"9/28/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":442,"Cost":224,"Date":"1/3/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":846,"Cost":713,"Date":"2/2/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":204,"Cost":150,"Date":"3/18/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":395,"Cost":198,"Date":"10/14/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":578,"Cost":545,"Date":"2/16/2018"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":820,"Cost":481,"Date":"6/7/2018"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":327,"Cost":285,"Date":"1/28/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":212,"Cost":113,"Date":"3/27/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":823,"Cost":635,"Date":"5/12/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":798,"Cost":467,"Date":"7/28/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":477,"Cost":392,"Date":"8/8/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":102,"Cost":67,"Date":"12/7/2019"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":275,"Cost":256,"Date":"1/17/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":963,"Cost":633,"Date":"3/8/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":401,"Cost":355,"Date":"6/6/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":235,"Cost":210,"Date":"6/16/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":648,"Cost":478,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":373,"Cost":194,"Date":"11/19/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":989,"Cost":795,"Date":"12/28/2020"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":468,"Cost":238,"Date":"2/4/2021"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":94,"Cost":59,"Date":"3/8/2021"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":42,"Cost":32,"Date":"12/18/2021"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":994,"Cost":598,"Date":"3/31/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":227,"Cost":200,"Date":"4/20/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":6,"Cost":4,"Date":"6/26/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":836,"Cost":462,"Date":"7/23/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":950,"Cost":553,"Date":"11/21/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":197,"Cost":147,"Date":"11/26/2022"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":677,"Cost":426,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":678,"Cost":388,"Date":"5/21/2023"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":280,"Cost":146,"Date":"9/28/2023"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":502,"Cost":256,"Date":"1/3/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":314,"Cost":269,"Date":"2/2/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":752,"Cost":683,"Date":"3/18/2024"},{"Store":"Midway Mall, Natal","Brand":"HM","Country":"Brazil","Sale":544,"Cost":449,"Date":"10/14/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":56,"Cost":41,"Date":"2/16/2018"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":88,"Cost":65,"Date":"6/7/2018"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":146,"Cost":97,"Date":"1/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":703,"Cost":417,"Date":"3/27/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":177,"Date":"5/12/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":721,"Cost":658,"Date":"7/28/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":197,"Cost":119,"Date":"8/8/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":954,"Cost":639,"Date":"12/7/2019"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":608,"Cost":400,"Date":"1/17/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":802,"Cost":561,"Date":"3/8/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":816,"Cost":567,"Date":"6/6/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":797,"Cost":659,"Date":"6/16/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":480,"Cost":249,"Date":"8/13/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":215,"Cost":115,"Date":"11/19/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":438,"Cost":391,"Date":"12/28/2020"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":6,"Cost":6,"Date":"2/4/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":950,"Cost":695,"Date":"3/8/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":700,"Cost":632,"Date":"12/18/2021"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":762,"Cost":491,"Date":"3/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":668,"Cost":505,"Date":"4/20/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":437,"Cost":276,"Date":"6/26/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":979,"Cost":805,"Date":"7/23/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":780,"Cost":679,"Date":"11/21/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":529,"Cost":383,"Date":"11/26/2022"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":526,"Cost":305,"Date":"2/20/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":494,"Cost":354,"Date":"5/21/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":73,"Cost":40,"Date":"9/28/2023"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":855,"Cost":516,"Date":"1/3/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":536,"Cost":489,"Date":"2/2/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":629,"Date":"3/18/2024"},{"Store":"Midway Mall, Natal","Brand":"Sellpy","Country":"Brazil","Sale":559,"Cost":485,"Date":"10/14/2024"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":724,"Cost":539,"Date":"2/16/2018"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":148,"Cost":135,"Date":"6/7/2018"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":455,"Cost":366,"Date":"1/28/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":830,"Cost":763,"Date":"3/27/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":938,"Cost":485,"Date":"5/12/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":616,"Cost":503,"Date":"7/28/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":389,"Date":"8/8/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":467,"Cost":428,"Date":"12/7/2019"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":501,"Cost":431,"Date":"1/17/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":532,"Cost":299,"Date":"3/8/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":504,"Cost":474,"Date":"6/6/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":610,"Cost":345,"Date":"6/16/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":912,"Cost":511,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":288,"Cost":190,"Date":"11/19/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":647,"Cost":563,"Date":"12/28/2020"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":486,"Cost":429,"Date":"2/4/2021"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":53,"Cost":31,"Date":"3/8/2021"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":156,"Date":"12/18/2021"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":21,"Cost":17,"Date":"3/31/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":190,"Cost":180,"Date":"4/20/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":293,"Date":"6/26/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":741,"Cost":416,"Date":"7/23/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":883,"Cost":790,"Date":"11/21/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":463,"Cost":291,"Date":"11/26/2022"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":12,"Cost":10,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":138,"Cost":103,"Date":"5/21/2023"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":39,"Cost":31,"Date":"9/28/2023"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":246,"Cost":229,"Date":"1/3/2024"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":465,"Cost":397,"Date":"2/2/2024"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":919,"Cost":626,"Date":"3/18/2024"},{"Store":"Maceió Shopping","Brand":"ARKET","Country":"Brazil","Sale":950,"Cost":753,"Date":"10/14/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":812,"Cost":583,"Date":"2/16/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":206,"Cost":189,"Date":"6/7/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":95,"Cost":59,"Date":"1/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":884,"Cost":606,"Date":"3/27/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":619,"Cost":376,"Date":"5/12/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":814,"Cost":543,"Date":"7/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":196,"Cost":144,"Date":"8/8/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":386,"Cost":351,"Date":"12/7/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":541,"Cost":373,"Date":"1/17/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":717,"Cost":519,"Date":"3/8/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":153,"Cost":85,"Date":"6/6/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":374,"Cost":286,"Date":"6/16/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":553,"Cost":418,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":375,"Cost":270,"Date":"11/19/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":816,"Cost":625,"Date":"12/28/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":633,"Cost":540,"Date":"2/4/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":869,"Cost":437,"Date":"3/8/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":434,"Cost":410,"Date":"12/18/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":139,"Cost":100,"Date":"3/31/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":773,"Cost":603,"Date":"4/20/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":889,"Cost":600,"Date":"6/26/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":215,"Cost":169,"Date":"7/23/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":595,"Cost":389,"Date":"11/21/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":544,"Cost":363,"Date":"11/26/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":781,"Cost":570,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":457,"Cost":318,"Date":"5/21/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":118,"Cost":60,"Date":"9/28/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":927,"Cost":600,"Date":"1/3/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":953,"Cost":488,"Date":"2/2/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":224,"Cost":142,"Date":"3/18/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":427,"Cost":294,"Date":"10/14/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":553,"Cost":437,"Date":"2/16/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":79,"Cost":69,"Date":"6/7/2018"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":431,"Cost":381,"Date":"1/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":50,"Date":"3/27/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":733,"Cost":654,"Date":"5/12/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":594,"Cost":404,"Date":"7/28/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":177,"Cost":121,"Date":"8/8/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":670,"Cost":426,"Date":"12/7/2019"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":133,"Date":"1/17/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":30,"Cost":26,"Date":"3/8/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":684,"Cost":534,"Date":"6/6/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":220,"Cost":194,"Date":"6/16/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":954,"Cost":698,"Date":"8/13/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":438,"Cost":317,"Date":"11/19/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":570,"Date":"12/28/2020"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":1000,"Cost":885,"Date":"2/4/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":359,"Cost":225,"Date":"3/8/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":972,"Cost":754,"Date":"12/18/2021"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":744,"Cost":568,"Date":"3/31/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":897,"Cost":673,"Date":"4/20/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":949,"Cost":534,"Date":"6/26/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":435,"Cost":243,"Date":"7/23/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":913,"Cost":463,"Date":"11/21/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":223,"Cost":142,"Date":"11/26/2022"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":950,"Cost":652,"Date":"2/20/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":221,"Cost":125,"Date":"5/21/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":830,"Cost":660,"Date":"9/28/2023"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":658,"Cost":369,"Date":"1/3/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":649,"Cost":390,"Date":"2/2/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":72,"Cost":50,"Date":"3/18/2024"},{"Store":"Maceió Shopping","Brand":"Nova","Country":"Brazil","Sale":231,"Cost":173,"Date":"10/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":974,"Cost":765,"Date":"2/16/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":692,"Cost":563,"Date":"6/7/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":129,"Cost":68,"Date":"1/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":448,"Cost":274,"Date":"3/27/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":913,"Cost":566,"Date":"5/12/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":811,"Cost":456,"Date":"7/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":661,"Cost":397,"Date":"8/8/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":365,"Cost":205,"Date":"12/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":823,"Cost":569,"Date":"1/17/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":466,"Cost":411,"Date":"3/8/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":879,"Cost":593,"Date":"6/6/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":84,"Cost":58,"Date":"6/16/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":361,"Cost":292,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":395,"Cost":309,"Date":"11/19/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":721,"Cost":445,"Date":"12/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":934,"Cost":597,"Date":"2/4/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":445,"Cost":297,"Date":"3/8/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":260,"Cost":230,"Date":"12/18/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":175,"Cost":146,"Date":"3/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":453,"Cost":407,"Date":"4/20/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":526,"Cost":336,"Date":"6/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":157,"Cost":93,"Date":"7/23/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":286,"Cost":205,"Date":"11/21/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":247,"Cost":202,"Date":"11/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":10,"Cost":10,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":597,"Cost":508,"Date":"5/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":352,"Cost":259,"Date":"9/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":44,"Cost":25,"Date":"1/3/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":756,"Cost":575,"Date":"2/2/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":141,"Cost":114,"Date":"3/18/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":573,"Cost":332,"Date":"10/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":330,"Cost":295,"Date":"2/16/2018"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":943,"Cost":484,"Date":"6/7/2018"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":910,"Cost":776,"Date":"1/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":738,"Cost":507,"Date":"3/27/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":306,"Cost":257,"Date":"5/12/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":428,"Cost":338,"Date":"7/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":486,"Cost":444,"Date":"8/8/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":666,"Cost":449,"Date":"12/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":276,"Cost":184,"Date":"1/17/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":961,"Cost":554,"Date":"3/8/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":230,"Cost":148,"Date":"6/6/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":45,"Cost":24,"Date":"6/16/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":871,"Cost":694,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":576,"Cost":340,"Date":"11/19/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":674,"Cost":445,"Date":"12/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":339,"Date":"2/4/2021"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":542,"Cost":364,"Date":"3/8/2021"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":51,"Cost":44,"Date":"12/18/2021"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":239,"Cost":155,"Date":"3/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":721,"Cost":668,"Date":"4/20/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":561,"Cost":521,"Date":"6/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":979,"Cost":494,"Date":"7/23/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":220,"Cost":133,"Date":"11/21/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":599,"Cost":544,"Date":"11/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":993,"Cost":876,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":555,"Cost":336,"Date":"5/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":680,"Cost":542,"Date":"9/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":846,"Cost":628,"Date":"1/3/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":234,"Cost":218,"Date":"2/2/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":679,"Cost":563,"Date":"3/18/2024"},{"Store":"Parque Shopping Maceió","Brand":"Jeans","Country":"Brazil","Sale":330,"Cost":293,"Date":"10/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":463,"Cost":422,"Date":"2/16/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":902,"Cost":759,"Date":"6/7/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":808,"Cost":463,"Date":"1/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":55,"Cost":51,"Date":"3/27/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":634,"Cost":347,"Date":"5/12/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":396,"Cost":338,"Date":"7/28/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":15,"Cost":11,"Date":"8/8/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":790,"Cost":466,"Date":"12/7/2019"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":248,"Cost":155,"Date":"1/17/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":542,"Cost":339,"Date":"3/8/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":8,"Cost":4,"Date":"6/6/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":435,"Cost":372,"Date":"6/16/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":761,"Cost":519,"Date":"8/13/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":746,"Cost":546,"Date":"11/19/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":126,"Cost":99,"Date":"12/28/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":457,"Cost":337,"Date":"2/4/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":73,"Cost":48,"Date":"3/8/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":551,"Cost":339,"Date":"12/18/2021"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":404,"Date":"3/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":862,"Cost":437,"Date":"4/20/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":788,"Cost":529,"Date":"6/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":758,"Cost":596,"Date":"7/23/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":608,"Cost":533,"Date":"11/21/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":956,"Cost":607,"Date":"11/26/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":494,"Cost":347,"Date":"2/20/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":269,"Cost":167,"Date":"5/21/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":310,"Cost":186,"Date":"9/28/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":833,"Cost":747,"Date":"1/3/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":681,"Cost":493,"Date":"2/2/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":80,"Cost":45,"Date":"3/18/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM Home","Country":"Brazil","Sale":349,"Cost":274,"Date":"10/14/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":189,"Cost":165,"Date":"2/16/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":958,"Cost":617,"Date":"6/7/2018"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":517,"Cost":365,"Date":"1/28/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":348,"Cost":262,"Date":"3/27/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":802,"Cost":420,"Date":"5/12/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":464,"Cost":260,"Date":"7/28/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":221,"Cost":121,"Date":"8/8/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":824,"Cost":453,"Date":"12/7/2019"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":353,"Cost":225,"Date":"1/17/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":494,"Cost":453,"Date":"3/8/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":855,"Cost":751,"Date":"6/6/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":445,"Cost":322,"Date":"6/16/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":811,"Cost":672,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":65,"Cost":34,"Date":"11/19/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":222,"Cost":193,"Date":"12/28/2020"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":372,"Cost":276,"Date":"2/4/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":150,"Cost":118,"Date":"3/8/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":515,"Cost":305,"Date":"12/18/2021"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":24,"Cost":21,"Date":"3/31/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":310,"Cost":291,"Date":"4/20/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":74,"Cost":68,"Date":"6/26/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":960,"Cost":693,"Date":"7/23/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":531,"Cost":505,"Date":"11/21/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":329,"Cost":175,"Date":"11/26/2022"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":195,"Cost":160,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":968,"Cost":540,"Date":"5/21/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":733,"Cost":690,"Date":"9/28/2023"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":964,"Cost":646,"Date":"1/3/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":272,"Cost":195,"Date":"2/2/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":592,"Cost":542,"Date":"3/18/2024"},{"Store":"Shopping Campinas","Brand":"HM","Country":"Brazil","Sale":276,"Cost":201,"Date":"10/14/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":501,"Cost":468,"Date":"2/16/2018"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":971,"Cost":753,"Date":"6/7/2018"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":223,"Cost":164,"Date":"1/28/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":280,"Cost":221,"Date":"3/27/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":628,"Cost":577,"Date":"5/12/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":961,"Cost":749,"Date":"7/28/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":520,"Cost":418,"Date":"8/8/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":679,"Cost":415,"Date":"12/7/2019"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":173,"Cost":145,"Date":"1/17/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":161,"Cost":121,"Date":"3/8/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":669,"Cost":537,"Date":"6/6/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":852,"Cost":714,"Date":"6/16/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":910,"Cost":755,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":4,"Cost":2,"Date":"11/19/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":914,"Cost":652,"Date":"12/28/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":404,"Cost":278,"Date":"2/4/2021"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":285,"Cost":228,"Date":"3/8/2021"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":942,"Cost":569,"Date":"12/18/2021"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":973,"Cost":500,"Date":"3/31/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":15,"Cost":11,"Date":"4/20/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":656,"Cost":384,"Date":"6/26/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":261,"Cost":148,"Date":"7/23/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":313,"Cost":250,"Date":"11/21/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":265,"Cost":225,"Date":"11/26/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":310,"Cost":281,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":221,"Cost":128,"Date":"5/21/2023"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":952,"Cost":637,"Date":"9/28/2023"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":513,"Cost":430,"Date":"1/3/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":859,"Cost":671,"Date":"2/2/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":719,"Cost":658,"Date":"3/18/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":225,"Cost":128,"Date":"10/14/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":308,"Cost":204,"Date":"2/16/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":606,"Cost":339,"Date":"6/7/2018"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":362,"Cost":318,"Date":"1/28/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":862,"Cost":736,"Date":"3/27/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":335,"Cost":283,"Date":"5/12/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":545,"Cost":287,"Date":"7/28/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":153,"Cost":137,"Date":"8/8/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":927,"Cost":864,"Date":"12/7/2019"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":143,"Cost":134,"Date":"1/17/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":714,"Cost":572,"Date":"3/8/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":964,"Cost":783,"Date":"6/6/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":237,"Cost":205,"Date":"6/16/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":913,"Cost":608,"Date":"8/13/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":200,"Cost":107,"Date":"11/19/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":217,"Cost":122,"Date":"12/28/2020"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":396,"Cost":222,"Date":"2/4/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":199,"Cost":133,"Date":"3/8/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":630,"Cost":427,"Date":"12/18/2021"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":527,"Cost":403,"Date":"3/31/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":125,"Cost":89,"Date":"4/20/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":987,"Cost":929,"Date":"6/26/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":333,"Cost":206,"Date":"7/23/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":94,"Cost":48,"Date":"11/21/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":98,"Cost":91,"Date":"11/26/2022"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":574,"Cost":303,"Date":"2/20/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":573,"Cost":500,"Date":"5/21/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":245,"Cost":192,"Date":"9/28/2023"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":883,"Cost":647,"Date":"1/3/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":474,"Cost":355,"Date":"2/2/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":635,"Date":"3/18/2024"},{"Store":"Shopping Campinas","Brand":"Jeans","Country":"Brazil","Sale":16,"Cost":16,"Date":"10/14/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":513,"Cost":295,"Date":"2/16/2018"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":400,"Cost":258,"Date":"6/7/2018"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":252,"Cost":151,"Date":"1/28/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":594,"Cost":546,"Date":"3/27/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":866,"Cost":622,"Date":"5/12/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":802,"Cost":527,"Date":"7/28/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":892,"Cost":777,"Date":"8/8/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":138,"Cost":95,"Date":"12/7/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":169,"Cost":101,"Date":"1/17/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":139,"Cost":92,"Date":"3/8/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":538,"Cost":322,"Date":"6/6/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":764,"Cost":520,"Date":"6/16/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":46,"Cost":36,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":165,"Cost":134,"Date":"11/19/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":849,"Cost":529,"Date":"12/28/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":82,"Cost":60,"Date":"2/4/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":212,"Cost":107,"Date":"3/8/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":353,"Cost":238,"Date":"12/18/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":374,"Cost":234,"Date":"3/31/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":952,"Cost":726,"Date":"4/20/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":553,"Cost":318,"Date":"6/26/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":762,"Cost":505,"Date":"7/23/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":30,"Cost":17,"Date":"11/21/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":329,"Cost":258,"Date":"11/26/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":753,"Cost":619,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":920,"Cost":639,"Date":"5/21/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":305,"Cost":289,"Date":"9/28/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":791,"Cost":597,"Date":"1/3/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":416,"Cost":269,"Date":"2/2/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":1,"Cost":1,"Date":"3/18/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":620,"Cost":335,"Date":"10/14/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":848,"Cost":771,"Date":"2/16/2018"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":810,"Cost":568,"Date":"6/7/2018"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":455,"Cost":386,"Date":"1/28/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":286,"Cost":264,"Date":"3/27/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":789,"Cost":583,"Date":"5/12/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":234,"Cost":166,"Date":"7/28/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":113,"Cost":72,"Date":"8/8/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":118,"Cost":101,"Date":"12/7/2019"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":598,"Cost":461,"Date":"1/17/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":824,"Cost":476,"Date":"3/8/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":165,"Cost":124,"Date":"6/6/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":306,"Cost":288,"Date":"6/16/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":187,"Cost":175,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":799,"Cost":705,"Date":"11/19/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":354,"Cost":202,"Date":"12/28/2020"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":438,"Cost":301,"Date":"2/4/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":55,"Cost":42,"Date":"3/8/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":506,"Cost":464,"Date":"12/18/2021"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":141,"Cost":99,"Date":"3/31/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":611,"Cost":359,"Date":"4/20/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":156,"Cost":129,"Date":"6/26/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":951,"Cost":576,"Date":"7/23/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":740,"Cost":572,"Date":"11/21/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":951,"Cost":741,"Date":"11/26/2022"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":103,"Cost":76,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":700,"Date":"5/21/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":273,"Cost":191,"Date":"9/28/2023"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":799,"Cost":573,"Date":"1/3/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":290,"Cost":187,"Date":"2/2/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":510,"Cost":293,"Date":"3/18/2024"},{"Store":"Iguatemi Campinas","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":384,"Date":"10/14/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":416,"Cost":317,"Date":"2/16/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":299,"Cost":187,"Date":"6/7/2018"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":16,"Cost":8,"Date":"1/28/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":196,"Cost":150,"Date":"3/27/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":574,"Cost":456,"Date":"5/12/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":596,"Cost":424,"Date":"7/28/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":324,"Cost":307,"Date":"8/8/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":458,"Cost":427,"Date":"12/7/2019"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":87,"Cost":74,"Date":"1/17/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":196,"Cost":126,"Date":"3/8/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":570,"Date":"6/6/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":474,"Cost":350,"Date":"6/16/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/13/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":363,"Date":"11/19/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":735,"Cost":392,"Date":"12/28/2020"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":372,"Cost":350,"Date":"2/4/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":125,"Cost":75,"Date":"3/8/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":340,"Cost":308,"Date":"12/18/2021"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":823,"Cost":655,"Date":"3/31/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":499,"Cost":407,"Date":"4/20/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":803,"Cost":695,"Date":"6/26/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":809,"Cost":409,"Date":"7/23/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":880,"Cost":468,"Date":"11/21/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":990,"Cost":792,"Date":"11/26/2022"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":839,"Cost":681,"Date":"2/20/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":778,"Cost":520,"Date":"5/21/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":432,"Cost":256,"Date":"9/28/2023"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":123,"Cost":67,"Date":"1/3/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":466,"Cost":415,"Date":"2/2/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":435,"Cost":379,"Date":"3/18/2024"},{"Store":"Iguatemi Campinas","Brand":"Jeans","Country":"Brazil","Sale":812,"Cost":567,"Date":"10/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":926,"Cost":641,"Date":"2/16/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":19,"Cost":15,"Date":"6/7/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":697,"Cost":613,"Date":"1/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":213,"Cost":200,"Date":"3/27/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":171,"Cost":152,"Date":"5/12/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":137,"Cost":72,"Date":"7/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":345,"Cost":314,"Date":"8/8/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":143,"Cost":118,"Date":"12/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":723,"Cost":623,"Date":"1/17/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":598,"Cost":440,"Date":"3/8/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":838,"Cost":789,"Date":"6/6/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":914,"Cost":848,"Date":"6/16/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":986,"Cost":713,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":906,"Cost":544,"Date":"11/19/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":67,"Cost":55,"Date":"12/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":981,"Cost":826,"Date":"2/4/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":635,"Cost":404,"Date":"3/8/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":131,"Cost":92,"Date":"12/18/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":823,"Cost":567,"Date":"3/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":821,"Cost":755,"Date":"4/20/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":32,"Cost":18,"Date":"6/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":364,"Cost":227,"Date":"7/23/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":193,"Cost":125,"Date":"11/21/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":373,"Cost":242,"Date":"11/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":880,"Cost":688,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":6,"Cost":4,"Date":"5/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":326,"Cost":205,"Date":"9/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":388,"Cost":277,"Date":"1/3/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":296,"Cost":221,"Date":"2/2/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":392,"Cost":242,"Date":"3/18/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM","Country":"Brazil","Sale":201,"Cost":172,"Date":"10/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":445,"Cost":388,"Date":"2/16/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":972,"Cost":773,"Date":"6/7/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":422,"Cost":212,"Date":"1/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":970,"Cost":625,"Date":"3/27/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":945,"Cost":537,"Date":"5/12/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":78,"Cost":72,"Date":"7/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":203,"Cost":136,"Date":"8/8/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":842,"Cost":760,"Date":"12/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":454,"Cost":315,"Date":"1/17/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":920,"Cost":689,"Date":"3/8/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":68,"Cost":34,"Date":"6/6/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":701,"Cost":467,"Date":"6/16/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":290,"Cost":212,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":5,"Cost":5,"Date":"11/19/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":320,"Cost":237,"Date":"12/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":18,"Date":"2/4/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":398,"Date":"3/8/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":869,"Cost":764,"Date":"12/18/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":438,"Cost":304,"Date":"3/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":554,"Cost":362,"Date":"4/20/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":225,"Cost":186,"Date":"6/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":48,"Cost":46,"Date":"7/23/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":449,"Cost":233,"Date":"11/21/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":702,"Cost":401,"Date":"11/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":329,"Cost":211,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":772,"Cost":665,"Date":"5/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":9,"Cost":7,"Date":"9/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":165,"Cost":105,"Date":"1/3/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":961,"Cost":694,"Date":"2/2/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":649,"Cost":368,"Date":"3/18/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Sellpy","Country":"Brazil","Sale":137,"Cost":88,"Date":"10/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":880,"Cost":520,"Date":"2/16/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":500,"Cost":255,"Date":"6/7/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":185,"Cost":172,"Date":"1/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":743,"Cost":494,"Date":"3/27/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":220,"Cost":192,"Date":"5/12/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":68,"Cost":58,"Date":"7/28/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":188,"Cost":107,"Date":"8/8/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":248,"Cost":209,"Date":"12/7/2019"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":435,"Cost":245,"Date":"1/17/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":165,"Cost":89,"Date":"3/8/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":268,"Cost":246,"Date":"6/6/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":301,"Cost":282,"Date":"6/16/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":362,"Cost":189,"Date":"8/13/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":73,"Cost":44,"Date":"11/19/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":345,"Cost":189,"Date":"12/28/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":314,"Cost":297,"Date":"2/4/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":261,"Cost":187,"Date":"3/8/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":867,"Cost":464,"Date":"12/18/2021"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":181,"Date":"3/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":737,"Cost":684,"Date":"4/20/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":307,"Cost":269,"Date":"6/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":28,"Cost":23,"Date":"7/23/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":608,"Cost":485,"Date":"11/21/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":954,"Cost":769,"Date":"11/26/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":707,"Cost":481,"Date":"2/20/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":320,"Cost":210,"Date":"5/21/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":168,"Cost":137,"Date":"9/28/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":815,"Cost":697,"Date":"1/3/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":159,"Cost":114,"Date":"2/2/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":289,"Cost":174,"Date":"3/18/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"ARKET","Country":"Brazil","Sale":856,"Cost":558,"Date":"10/14/2024"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":665,"Cost":444,"Date":"2/16/2018"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":640,"Cost":580,"Date":"6/7/2018"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":816,"Cost":723,"Date":"1/28/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":227,"Cost":148,"Date":"3/27/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":604,"Cost":550,"Date":"5/12/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":675,"Cost":417,"Date":"7/28/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":150,"Cost":80,"Date":"8/8/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":912,"Cost":815,"Date":"12/7/2019"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":601,"Cost":421,"Date":"1/17/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":386,"Cost":315,"Date":"3/8/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":980,"Cost":911,"Date":"6/6/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":282,"Cost":243,"Date":"6/16/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":418,"Cost":209,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":460,"Cost":419,"Date":"11/19/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":386,"Date":"12/28/2020"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":712,"Cost":655,"Date":"2/4/2021"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":109,"Cost":75,"Date":"3/8/2021"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":523,"Cost":402,"Date":"12/18/2021"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":832,"Cost":539,"Date":"3/31/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":232,"Cost":220,"Date":"4/20/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":312,"Cost":163,"Date":"6/26/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":161,"Cost":133,"Date":"7/23/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":201,"Cost":130,"Date":"11/21/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":450,"Cost":259,"Date":"11/26/2022"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":180,"Cost":102,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":957,"Cost":892,"Date":"5/21/2023"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":964,"Cost":644,"Date":"9/28/2023"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":733,"Cost":692,"Date":"1/3/2024"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":953,"Cost":648,"Date":"2/2/2024"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":277,"Cost":154,"Date":"3/18/2024"},{"Store":"Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":123,"Cost":78,"Date":"10/14/2024"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":376,"Cost":188,"Date":"2/16/2018"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":535,"Cost":301,"Date":"6/7/2018"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":303,"Cost":254,"Date":"1/28/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":969,"Cost":512,"Date":"3/27/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":877,"Cost":827,"Date":"5/12/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":375,"Cost":325,"Date":"7/28/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":823,"Cost":576,"Date":"8/8/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":635,"Cost":553,"Date":"12/7/2019"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":457,"Cost":243,"Date":"1/17/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":751,"Cost":707,"Date":"3/8/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":468,"Cost":422,"Date":"6/6/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":364,"Cost":334,"Date":"6/16/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":866,"Cost":796,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":12,"Cost":11,"Date":"11/19/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":728,"Cost":559,"Date":"12/28/2020"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":91,"Cost":70,"Date":"2/4/2021"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":102,"Date":"3/8/2021"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":332,"Cost":276,"Date":"12/18/2021"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":213,"Cost":178,"Date":"3/31/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":704,"Cost":576,"Date":"4/20/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":38,"Cost":23,"Date":"6/26/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":783,"Cost":492,"Date":"7/23/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":493,"Cost":420,"Date":"11/21/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":699,"Cost":375,"Date":"11/26/2022"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":792,"Cost":534,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":95,"Cost":49,"Date":"5/21/2023"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":59,"Cost":52,"Date":"9/28/2023"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":894,"Cost":754,"Date":"1/3/2024"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":915,"Cost":701,"Date":"2/2/2024"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":151,"Cost":75,"Date":"3/18/2024"},{"Store":"Shopping Vitória","Brand":"HM Home","Country":"Brazil","Sale":215,"Cost":199,"Date":"10/14/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":692,"Cost":561,"Date":"2/16/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":19,"Cost":17,"Date":"6/7/2018"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":641,"Cost":558,"Date":"1/28/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":183,"Cost":170,"Date":"3/27/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":465,"Cost":327,"Date":"5/12/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":845,"Cost":743,"Date":"7/28/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":600,"Cost":307,"Date":"8/8/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":81,"Cost":58,"Date":"12/7/2019"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":707,"Cost":461,"Date":"1/17/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":843,"Cost":778,"Date":"3/8/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":841,"Cost":540,"Date":"6/6/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":283,"Cost":164,"Date":"6/16/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":937,"Cost":812,"Date":"8/13/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":410,"Cost":339,"Date":"11/19/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":737,"Cost":654,"Date":"12/28/2020"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":437,"Cost":358,"Date":"2/4/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":11,"Cost":5,"Date":"3/8/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":964,"Cost":701,"Date":"12/18/2021"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":520,"Cost":287,"Date":"3/31/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":176,"Cost":108,"Date":"4/20/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":768,"Cost":620,"Date":"6/26/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":86,"Cost":45,"Date":"7/23/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":67,"Cost":55,"Date":"11/21/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":759,"Cost":546,"Date":"11/26/2022"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":110,"Cost":95,"Date":"2/20/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":353,"Cost":229,"Date":"5/21/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":319,"Cost":290,"Date":"9/28/2023"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":405,"Cost":206,"Date":"1/3/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":295,"Cost":222,"Date":"2/2/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":315,"Cost":209,"Date":"3/18/2024"},{"Store":"Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":994,"Cost":665,"Date":"10/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":261,"Cost":159,"Date":"2/16/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":902,"Cost":543,"Date":"6/7/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":4,"Cost":2,"Date":"1/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":568,"Cost":449,"Date":"3/27/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":672,"Cost":536,"Date":"5/12/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":443,"Cost":321,"Date":"7/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":456,"Cost":251,"Date":"8/8/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":503,"Cost":398,"Date":"12/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":5,"Cost":3,"Date":"1/17/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":941,"Cost":631,"Date":"3/8/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":444,"Cost":335,"Date":"6/6/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":585,"Cost":380,"Date":"6/16/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":957,"Cost":598,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":813,"Cost":638,"Date":"11/19/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":835,"Cost":650,"Date":"12/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":39,"Cost":34,"Date":"2/4/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":760,"Cost":505,"Date":"3/8/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":708,"Cost":597,"Date":"12/18/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":801,"Cost":498,"Date":"3/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":973,"Cost":567,"Date":"4/20/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":576,"Cost":332,"Date":"6/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":747,"Cost":525,"Date":"7/23/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":935,"Cost":651,"Date":"11/21/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":229,"Cost":142,"Date":"11/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":400,"Cost":274,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":975,"Cost":744,"Date":"5/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":12,"Cost":7,"Date":"9/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":369,"Cost":220,"Date":"1/3/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":628,"Cost":347,"Date":"2/2/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":186,"Cost":98,"Date":"3/18/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":293,"Cost":186,"Date":"10/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":148,"Cost":123,"Date":"2/16/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":451,"Cost":408,"Date":"6/7/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":466,"Cost":250,"Date":"1/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":730,"Cost":434,"Date":"3/27/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":755,"Cost":681,"Date":"5/12/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":518,"Cost":270,"Date":"7/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":27,"Cost":22,"Date":"8/8/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":114,"Cost":67,"Date":"12/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":184,"Cost":157,"Date":"1/17/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":79,"Cost":60,"Date":"3/8/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":674,"Cost":478,"Date":"6/6/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":21,"Cost":11,"Date":"6/16/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":417,"Cost":295,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":58,"Cost":45,"Date":"11/19/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":546,"Cost":339,"Date":"12/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":155,"Cost":78,"Date":"2/4/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":141,"Cost":132,"Date":"3/8/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":700,"Cost":624,"Date":"12/18/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":601,"Cost":300,"Date":"3/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":536,"Cost":348,"Date":"4/20/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":658,"Cost":582,"Date":"6/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":994,"Cost":857,"Date":"7/23/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":163,"Cost":139,"Date":"11/21/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":475,"Cost":347,"Date":"11/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":780,"Cost":711,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":690,"Cost":517,"Date":"5/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":124,"Cost":90,"Date":"9/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":217,"Cost":146,"Date":"1/3/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":566,"Cost":399,"Date":"2/2/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":545,"Cost":362,"Date":"3/18/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":357,"Cost":318,"Date":"10/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":457,"Cost":293,"Date":"2/16/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":586,"Cost":540,"Date":"6/7/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":288,"Cost":185,"Date":"1/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":662,"Cost":497,"Date":"3/27/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":7,"Cost":6,"Date":"5/12/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":205,"Cost":143,"Date":"7/28/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":22,"Cost":12,"Date":"8/8/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":494,"Date":"12/7/2019"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":64,"Cost":48,"Date":"1/17/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":853,"Cost":702,"Date":"3/8/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":829,"Cost":646,"Date":"6/6/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":730,"Cost":636,"Date":"6/16/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":299,"Cost":170,"Date":"8/13/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":410,"Cost":316,"Date":"11/19/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":691,"Cost":526,"Date":"12/28/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":379,"Cost":239,"Date":"2/4/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":331,"Date":"3/8/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":504,"Cost":372,"Date":"12/18/2021"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":82,"Date":"3/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":651,"Date":"4/20/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":743,"Cost":627,"Date":"6/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":235,"Cost":183,"Date":"7/23/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":911,"Cost":810,"Date":"11/21/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":833,"Cost":727,"Date":"11/26/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":358,"Date":"2/20/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":283,"Cost":158,"Date":"5/21/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":814,"Cost":769,"Date":"9/28/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":947,"Cost":656,"Date":"1/3/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":40,"Date":"2/2/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":49,"Date":"3/18/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Jeans","Country":"Brazil","Sale":573,"Cost":316,"Date":"10/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":920,"Cost":699,"Date":"2/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":495,"Date":"6/7/2018"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":596,"Date":"1/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":370,"Date":"3/27/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":867,"Cost":505,"Date":"5/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":445,"Cost":305,"Date":"7/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":695,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":768,"Cost":590,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":48,"Date":"1/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":552,"Cost":523,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":167,"Cost":113,"Date":"6/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":656,"Cost":474,"Date":"6/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":802,"Cost":561,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":809,"Cost":580,"Date":"11/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":826,"Cost":621,"Date":"12/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":448,"Cost":303,"Date":"2/4/2021"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":651,"Date":"3/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":697,"Cost":623,"Date":"12/18/2021"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":314,"Date":"3/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":433,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":149,"Cost":99,"Date":"6/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":187,"Date":"7/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":75,"Date":"11/21/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":235,"Cost":186,"Date":"11/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":363,"Cost":247,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":275,"Date":"5/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":280,"Cost":232,"Date":"9/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":977,"Cost":646,"Date":"1/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"2/2/2024"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":986,"Cost":650,"Date":"3/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":739,"Cost":370,"Date":"10/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":145,"Cost":137,"Date":"2/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":297,"Cost":183,"Date":"6/7/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":133,"Cost":97,"Date":"1/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":224,"Date":"3/27/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":349,"Date":"5/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":21,"Cost":10,"Date":"7/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":431,"Cost":293,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":906,"Cost":705,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":246,"Date":"1/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":495,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"6/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":266,"Date":"6/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":48,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":801,"Cost":516,"Date":"11/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":314,"Cost":206,"Date":"12/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":564,"Date":"2/4/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":244,"Date":"3/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":83,"Cost":61,"Date":"12/18/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":217,"Date":"3/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":487,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":803,"Cost":448,"Date":"6/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":449,"Date":"7/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":378,"Date":"11/21/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":159,"Date":"11/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":724,"Cost":594,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":129,"Cost":121,"Date":"5/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":202,"Date":"9/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":77,"Cost":61,"Date":"1/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":157,"Cost":79,"Date":"2/2/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":323,"Cost":254,"Date":"3/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":120,"Date":"10/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":614,"Cost":480,"Date":"2/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":390,"Date":"6/7/2018"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":262,"Date":"1/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":542,"Cost":357,"Date":"3/27/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":562,"Date":"5/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":698,"Date":"7/28/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":488,"Cost":433,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":569,"Cost":528,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":758,"Cost":460,"Date":"1/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":223,"Cost":142,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":169,"Cost":127,"Date":"6/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":473,"Cost":318,"Date":"6/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":338,"Date":"8/13/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":425,"Date":"11/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":123,"Cost":101,"Date":"12/28/2020"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":627,"Cost":380,"Date":"2/4/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":262,"Cost":145,"Date":"3/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":332,"Cost":281,"Date":"12/18/2021"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":557,"Date":"3/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":446,"Cost":328,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":72,"Date":"6/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":398,"Date":"7/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":705,"Cost":545,"Date":"11/21/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":68,"Date":"11/26/2022"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":401,"Date":"2/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":470,"Date":"5/21/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":10,"Date":"9/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":326,"Cost":223,"Date":"1/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":196,"Cost":179,"Date":"2/2/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":37,"Date":"3/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":757,"Date":"10/14/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":47,"Cost":43,"Date":"2/16/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":103,"Date":"6/7/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":314,"Date":"1/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":933,"Cost":694,"Date":"3/27/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":237,"Date":"5/12/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":323,"Cost":225,"Date":"7/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":574,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":74,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":498,"Date":"1/17/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":877,"Cost":590,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":271,"Cost":248,"Date":"6/6/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":864,"Cost":663,"Date":"6/16/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":874,"Cost":616,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":531,"Cost":447,"Date":"11/19/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":95,"Cost":81,"Date":"12/28/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":954,"Cost":683,"Date":"2/4/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":835,"Cost":662,"Date":"3/8/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":897,"Cost":646,"Date":"12/18/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":249,"Cost":187,"Date":"3/31/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":560,"Cost":285,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":539,"Cost":379,"Date":"6/26/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":924,"Cost":654,"Date":"7/23/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":481,"Cost":312,"Date":"11/21/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":500,"Cost":315,"Date":"11/26/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":484,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":300,"Date":"5/21/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":241,"Date":"9/28/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":386,"Date":"1/3/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":522,"Cost":382,"Date":"2/2/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":831,"Cost":499,"Date":"3/18/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":307,"Cost":231,"Date":"10/14/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":858,"Cost":497,"Date":"2/16/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":704,"Cost":660,"Date":"6/7/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":498,"Date":"1/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":470,"Cost":362,"Date":"3/27/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":894,"Cost":822,"Date":"5/12/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":37,"Cost":18,"Date":"7/28/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":991,"Cost":937,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":473,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":381,"Cost":224,"Date":"1/17/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":765,"Cost":518,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":87,"Cost":68,"Date":"6/6/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":86,"Cost":64,"Date":"6/16/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":869,"Cost":439,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":331,"Cost":190,"Date":"11/19/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":784,"Cost":423,"Date":"12/28/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":647,"Cost":527,"Date":"2/4/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":823,"Cost":528,"Date":"3/8/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":473,"Date":"12/18/2021"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":30,"Cost":19,"Date":"3/31/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":183,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":648,"Cost":340,"Date":"6/26/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":553,"Date":"7/23/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":154,"Cost":89,"Date":"11/21/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":534,"Cost":483,"Date":"11/26/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":298,"Cost":199,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":813,"Cost":556,"Date":"5/21/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":29,"Cost":24,"Date":"9/28/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":831,"Cost":653,"Date":"1/3/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":125,"Cost":101,"Date":"2/2/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":380,"Cost":228,"Date":"3/18/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":514,"Cost":347,"Date":"10/14/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":82,"Cost":76,"Date":"2/16/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":870,"Cost":652,"Date":"6/7/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":413,"Date":"1/28/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":578,"Date":"3/27/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":377,"Date":"5/12/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":748,"Date":"7/28/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":650,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":178,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":390,"Cost":231,"Date":"1/17/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":610,"Cost":562,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":366,"Date":"6/6/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":109,"Date":"6/16/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":370,"Cost":330,"Date":"8/13/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":876,"Cost":797,"Date":"11/19/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":432,"Date":"12/28/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":146,"Date":"2/4/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":709,"Date":"3/8/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":279,"Date":"12/18/2021"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":833,"Cost":511,"Date":"3/31/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":502,"Cost":464,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":296,"Date":"6/26/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":516,"Cost":480,"Date":"7/23/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":5,"Cost":3,"Date":"11/21/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":449,"Date":"11/26/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":519,"Cost":481,"Date":"2/20/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":69,"Date":"5/21/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":42,"Date":"9/28/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":840,"Date":"1/3/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":501,"Date":"2/2/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":969,"Cost":574,"Date":"3/18/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":136,"Date":"10/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":248,"Cost":143,"Date":"2/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":802,"Cost":746,"Date":"6/7/2018"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":32,"Cost":20,"Date":"1/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":257,"Date":"3/27/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":668,"Date":"5/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":182,"Date":"7/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":31,"Cost":18,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":163,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":364,"Date":"1/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":729,"Cost":447,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":780,"Cost":396,"Date":"6/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":64,"Date":"6/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":738,"Cost":385,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":987,"Cost":756,"Date":"11/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":193,"Cost":182,"Date":"12/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":687,"Cost":515,"Date":"2/4/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":886,"Cost":807,"Date":"3/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":112,"Date":"12/18/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":936,"Cost":881,"Date":"3/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":558,"Cost":347,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":515,"Cost":479,"Date":"6/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":959,"Cost":572,"Date":"7/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":12,"Cost":10,"Date":"11/21/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":554,"Date":"11/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":984,"Cost":719,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":906,"Cost":803,"Date":"5/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":721,"Cost":592,"Date":"9/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":15,"Cost":13,"Date":"1/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":281,"Date":"2/2/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":96,"Date":"3/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":433,"Cost":255,"Date":"10/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":334,"Date":"2/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":215,"Date":"6/7/2018"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":895,"Cost":814,"Date":"1/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":793,"Cost":553,"Date":"3/27/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":223,"Cost":160,"Date":"5/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":579,"Date":"7/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":518,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":931,"Cost":715,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":442,"Cost":413,"Date":"1/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":281,"Cost":186,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":445,"Date":"6/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":501,"Date":"6/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":733,"Cost":500,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":314,"Cost":289,"Date":"11/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":622,"Cost":463,"Date":"12/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":251,"Cost":156,"Date":"2/4/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":471,"Cost":334,"Date":"3/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"12/18/2021"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":631,"Cost":570,"Date":"3/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":466,"Cost":396,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":605,"Cost":353,"Date":"6/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":688,"Cost":576,"Date":"7/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":126,"Cost":88,"Date":"11/21/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":3,"Date":"11/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":938,"Cost":478,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":613,"Cost":466,"Date":"5/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":404,"Cost":355,"Date":"9/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":764,"Cost":392,"Date":"1/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":185,"Date":"2/2/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":21,"Cost":13,"Date":"3/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":522,"Cost":449,"Date":"10/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":568,"Cost":478,"Date":"2/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":236,"Date":"6/7/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":577,"Cost":339,"Date":"1/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":545,"Cost":317,"Date":"3/27/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":265,"Cost":200,"Date":"5/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":201,"Cost":101,"Date":"7/28/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":604,"Cost":521,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":753,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":239,"Cost":217,"Date":"1/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":685,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":643,"Cost":472,"Date":"6/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":214,"Cost":200,"Date":"6/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":661,"Cost":348,"Date":"8/13/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":450,"Cost":301,"Date":"11/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":640,"Cost":563,"Date":"12/28/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":274,"Cost":205,"Date":"2/4/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":25,"Cost":17,"Date":"3/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":561,"Cost":452,"Date":"12/18/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":969,"Cost":576,"Date":"3/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":66,"Cost":57,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":626,"Cost":473,"Date":"6/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":70,"Cost":57,"Date":"7/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"11/21/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":267,"Date":"11/26/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":290,"Cost":244,"Date":"2/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":482,"Cost":269,"Date":"5/21/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":147,"Cost":109,"Date":"9/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":854,"Cost":589,"Date":"1/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":457,"Cost":255,"Date":"2/2/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":795,"Cost":710,"Date":"3/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":828,"Cost":624,"Date":"10/14/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":934,"Cost":619,"Date":"2/16/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":855,"Cost":511,"Date":"6/7/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":682,"Cost":583,"Date":"1/28/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":179,"Cost":108,"Date":"3/27/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":193,"Cost":172,"Date":"5/12/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":262,"Cost":224,"Date":"7/28/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":74,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":100,"Cost":60,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":557,"Date":"1/17/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":715,"Cost":617,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":862,"Cost":807,"Date":"6/6/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":960,"Cost":480,"Date":"6/16/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":842,"Cost":522,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":269,"Cost":204,"Date":"11/19/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":109,"Cost":84,"Date":"12/28/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":399,"Date":"2/4/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":356,"Date":"3/8/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":169,"Cost":146,"Date":"12/18/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":792,"Cost":646,"Date":"3/31/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":680,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":609,"Cost":531,"Date":"6/26/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":87,"Cost":72,"Date":"7/23/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":386,"Cost":273,"Date":"11/21/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":60,"Cost":43,"Date":"11/26/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":608,"Cost":449,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":407,"Cost":259,"Date":"5/21/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":91,"Date":"9/28/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":146,"Date":"1/3/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":317,"Date":"2/2/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":35,"Date":"3/18/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":141,"Cost":86,"Date":"10/14/2024"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":548,"Cost":347,"Date":"2/16/2018"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":307,"Date":"6/7/2018"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":142,"Cost":80,"Date":"1/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":749,"Date":"3/27/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":527,"Cost":342,"Date":"5/12/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":126,"Cost":112,"Date":"7/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":267,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":762,"Cost":406,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":296,"Cost":234,"Date":"1/17/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":99,"Cost":79,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":544,"Cost":424,"Date":"6/6/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":924,"Cost":676,"Date":"6/16/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":253,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":222,"Date":"11/19/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":912,"Cost":507,"Date":"12/28/2020"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":421,"Date":"2/4/2021"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":764,"Cost":471,"Date":"3/8/2021"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":368,"Date":"12/18/2021"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":264,"Cost":237,"Date":"3/31/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":941,"Cost":663,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":119,"Cost":105,"Date":"6/26/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":987,"Cost":604,"Date":"7/23/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":486,"Date":"11/21/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":331,"Cost":207,"Date":"11/26/2022"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":662,"Cost":548,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":549,"Cost":494,"Date":"5/21/2023"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":783,"Cost":425,"Date":"9/28/2023"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":809,"Cost":599,"Date":"1/3/2024"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":273,"Date":"2/2/2024"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":793,"Cost":504,"Date":"3/18/2024"},{"Store":"The Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":755,"Cost":518,"Date":"10/14/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":138,"Cost":95,"Date":"2/16/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":366,"Cost":308,"Date":"6/7/2018"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":524,"Cost":314,"Date":"1/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":183,"Cost":173,"Date":"3/27/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":100,"Cost":50,"Date":"5/12/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":97,"Date":"7/28/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":466,"Cost":434,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":629,"Cost":358,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":905,"Cost":852,"Date":"1/17/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":511,"Cost":379,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":411,"Cost":312,"Date":"6/6/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":189,"Cost":104,"Date":"6/16/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":543,"Cost":511,"Date":"8/13/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":895,"Cost":793,"Date":"11/19/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":326,"Cost":188,"Date":"12/28/2020"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":592,"Cost":494,"Date":"2/4/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":775,"Cost":733,"Date":"3/8/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":85,"Date":"12/18/2021"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":49,"Cost":42,"Date":"3/31/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":8,"Cost":5,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":768,"Cost":400,"Date":"6/26/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":394,"Cost":366,"Date":"7/23/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":964,"Cost":622,"Date":"11/21/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":433,"Cost":363,"Date":"11/26/2022"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":561,"Cost":362,"Date":"2/20/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":159,"Cost":115,"Date":"5/21/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":572,"Cost":365,"Date":"9/28/2023"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":946,"Cost":559,"Date":"1/3/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":608,"Cost":550,"Date":"2/2/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":76,"Date":"3/18/2024"},{"Store":"The Mall, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":202,"Date":"10/14/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":361,"Date":"2/16/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":693,"Cost":509,"Date":"6/7/2018"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":771,"Cost":566,"Date":"1/28/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":612,"Cost":391,"Date":"3/27/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":552,"Cost":395,"Date":"5/12/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":240,"Date":"7/28/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":386,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":248,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":582,"Cost":452,"Date":"1/17/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":239,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":926,"Cost":761,"Date":"6/6/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":412,"Cost":231,"Date":"6/16/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":167,"Cost":95,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":917,"Cost":848,"Date":"11/19/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":982,"Cost":757,"Date":"12/28/2020"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":133,"Cost":83,"Date":"2/4/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":158,"Cost":114,"Date":"3/8/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":846,"Cost":781,"Date":"12/18/2021"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":698,"Cost":445,"Date":"3/31/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":399,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":785,"Cost":626,"Date":"6/26/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":246,"Date":"7/23/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":621,"Cost":345,"Date":"11/21/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":12,"Cost":11,"Date":"11/26/2022"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":820,"Cost":673,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":82,"Cost":65,"Date":"5/21/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":100,"Cost":76,"Date":"9/28/2023"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":137,"Cost":95,"Date":"1/3/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":747,"Cost":597,"Date":"2/2/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":372,"Cost":213,"Date":"3/18/2024"},{"Store":"Sofia Ring Mall","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":388,"Date":"10/14/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":648,"Cost":520,"Date":"2/16/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":93,"Date":"6/7/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":137,"Cost":83,"Date":"1/28/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":897,"Cost":632,"Date":"3/27/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":686,"Cost":631,"Date":"5/12/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":135,"Date":"7/28/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":309,"Cost":215,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":226,"Cost":133,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":228,"Cost":205,"Date":"1/17/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":489,"Cost":340,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":495,"Cost":310,"Date":"6/6/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":71,"Date":"6/16/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":463,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":114,"Cost":84,"Date":"11/19/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":796,"Cost":478,"Date":"12/28/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":285,"Date":"2/4/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":541,"Cost":430,"Date":"3/8/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":653,"Cost":619,"Date":"12/18/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":61,"Date":"3/31/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":390,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":970,"Cost":740,"Date":"6/26/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":427,"Date":"7/23/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":939,"Cost":683,"Date":"11/21/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":382,"Date":"11/26/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":562,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":175,"Cost":148,"Date":"5/21/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":450,"Date":"9/28/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":410,"Cost":272,"Date":"1/3/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":145,"Cost":85,"Date":"2/2/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":671,"Cost":338,"Date":"3/18/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":548,"Date":"10/14/2024"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":806,"Cost":538,"Date":"2/16/2018"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":186,"Cost":167,"Date":"6/7/2018"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":473,"Cost":308,"Date":"1/28/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":27,"Date":"3/27/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":638,"Date":"5/12/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":172,"Cost":125,"Date":"7/28/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":401,"Cost":302,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":286,"Cost":174,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":220,"Cost":145,"Date":"1/17/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":972,"Cost":712,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":221,"Cost":171,"Date":"6/6/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":628,"Cost":361,"Date":"6/16/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":650,"Cost":580,"Date":"8/13/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":807,"Cost":467,"Date":"11/19/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":165,"Cost":149,"Date":"12/28/2020"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":636,"Cost":575,"Date":"2/4/2021"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":686,"Cost":584,"Date":"3/8/2021"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":107,"Date":"12/18/2021"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":497,"Cost":288,"Date":"3/31/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":512,"Cost":397,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":565,"Cost":465,"Date":"6/26/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":712,"Cost":394,"Date":"7/23/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":203,"Cost":149,"Date":"11/21/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":140,"Date":"11/26/2022"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":898,"Cost":736,"Date":"2/20/2023"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":319,"Date":"5/21/2023"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":747,"Cost":700,"Date":"9/28/2023"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":559,"Date":"1/3/2024"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":148,"Cost":90,"Date":"2/2/2024"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":641,"Cost":511,"Date":"3/18/2024"},{"Store":"Sofia Ring Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":501,"Date":"10/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":802,"Cost":540,"Date":"2/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":720,"Cost":435,"Date":"6/7/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":578,"Date":"1/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":749,"Cost":648,"Date":"3/27/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":851,"Cost":596,"Date":"5/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":318,"Cost":244,"Date":"7/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":828,"Cost":569,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":461,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":996,"Cost":851,"Date":"1/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":632,"Cost":471,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":558,"Date":"6/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":583,"Date":"6/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":21,"Cost":16,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":47,"Cost":24,"Date":"11/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":421,"Date":"12/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":740,"Cost":529,"Date":"2/4/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":918,"Cost":784,"Date":"3/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":53,"Cost":46,"Date":"12/18/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":231,"Cost":181,"Date":"3/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":485,"Cost":449,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":171,"Cost":132,"Date":"6/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":635,"Date":"7/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":772,"Cost":454,"Date":"11/21/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":609,"Cost":493,"Date":"11/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":519,"Cost":330,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":940,"Cost":626,"Date":"5/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":555,"Cost":329,"Date":"9/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":189,"Cost":106,"Date":"1/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":638,"Date":"2/2/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":842,"Cost":622,"Date":"3/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM","Country":"Bulgaria","Sale":684,"Cost":346,"Date":"10/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":767,"Cost":476,"Date":"2/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":421,"Date":"6/7/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":395,"Cost":339,"Date":"1/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":673,"Cost":394,"Date":"3/27/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":329,"Cost":296,"Date":"5/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":840,"Cost":654,"Date":"7/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":99,"Cost":51,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":574,"Cost":389,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":141,"Cost":91,"Date":"1/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":296,"Cost":278,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":981,"Cost":897,"Date":"6/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":997,"Cost":870,"Date":"6/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":604,"Cost":557,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":376,"Date":"11/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":96,"Cost":55,"Date":"12/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":543,"Cost":458,"Date":"2/4/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":975,"Cost":728,"Date":"3/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":996,"Cost":549,"Date":"12/18/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":298,"Cost":214,"Date":"3/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":575,"Cost":308,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":671,"Cost":411,"Date":"6/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":616,"Cost":396,"Date":"7/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":119,"Cost":110,"Date":"11/21/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":999,"Cost":595,"Date":"11/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":367,"Cost":216,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":504,"Cost":332,"Date":"5/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":332,"Cost":261,"Date":"9/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":841,"Cost":455,"Date":"1/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":181,"Date":"2/2/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":449,"Cost":399,"Date":"3/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":91,"Date":"10/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":897,"Cost":815,"Date":"2/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":29,"Cost":22,"Date":"6/7/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":989,"Cost":711,"Date":"1/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":204,"Cost":192,"Date":"3/27/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":111,"Cost":78,"Date":"5/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":259,"Cost":143,"Date":"7/28/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":826,"Cost":626,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":953,"Cost":815,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":934,"Cost":633,"Date":"1/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":375,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":612,"Cost":375,"Date":"6/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":327,"Cost":174,"Date":"6/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":876,"Cost":658,"Date":"8/13/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":884,"Cost":788,"Date":"11/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":741,"Cost":404,"Date":"12/28/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":819,"Cost":770,"Date":"2/4/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":884,"Cost":507,"Date":"3/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":35,"Cost":21,"Date":"12/18/2021"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":405,"Date":"3/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":788,"Cost":512,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":984,"Cost":890,"Date":"6/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":16,"Cost":12,"Date":"7/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":263,"Cost":142,"Date":"11/21/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":748,"Cost":624,"Date":"11/26/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":248,"Cost":146,"Date":"2/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":659,"Cost":588,"Date":"5/21/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":523,"Cost":358,"Date":"9/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":465,"Cost":370,"Date":"1/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":660,"Cost":473,"Date":"2/2/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":11,"Cost":5,"Date":"3/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":347,"Cost":223,"Date":"10/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":507,"Date":"2/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":634,"Cost":529,"Date":"6/7/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":416,"Cost":303,"Date":"1/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":334,"Date":"3/27/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":542,"Cost":358,"Date":"5/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":839,"Cost":708,"Date":"7/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":531,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":164,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":323,"Cost":274,"Date":"1/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":75,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":744,"Cost":612,"Date":"6/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":663,"Cost":500,"Date":"6/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":971,"Cost":863,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":203,"Date":"11/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":499,"Cost":268,"Date":"12/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":553,"Date":"2/4/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":718,"Date":"3/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":494,"Cost":313,"Date":"12/18/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":531,"Cost":426,"Date":"3/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":629,"Cost":594,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":101,"Date":"6/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":825,"Cost":741,"Date":"7/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":123,"Cost":83,"Date":"11/21/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":26,"Cost":21,"Date":"11/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":402,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":337,"Cost":211,"Date":"5/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":392,"Date":"9/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":253,"Cost":157,"Date":"1/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":833,"Cost":419,"Date":"2/2/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":404,"Date":"3/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":284,"Date":"10/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":669,"Cost":440,"Date":"2/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":954,"Cost":589,"Date":"6/7/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":227,"Date":"1/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":953,"Cost":576,"Date":"3/27/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":464,"Date":"5/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":371,"Cost":313,"Date":"7/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":695,"Cost":475,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":667,"Cost":429,"Date":"1/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":215,"Cost":194,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":995,"Cost":653,"Date":"6/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":592,"Cost":321,"Date":"6/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":261,"Cost":186,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":937,"Cost":727,"Date":"11/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":16,"Date":"12/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":165,"Cost":128,"Date":"2/4/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":565,"Cost":438,"Date":"3/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":125,"Cost":101,"Date":"12/18/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":40,"Date":"3/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":279,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":363,"Cost":273,"Date":"6/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":830,"Cost":664,"Date":"7/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":176,"Cost":150,"Date":"11/21/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":371,"Date":"11/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":839,"Cost":608,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":259,"Cost":138,"Date":"5/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":187,"Cost":130,"Date":"9/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":7,"Cost":3,"Date":"1/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":160,"Cost":100,"Date":"2/2/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":489,"Cost":283,"Date":"3/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":976,"Cost":708,"Date":"10/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":985,"Cost":661,"Date":"2/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":373,"Date":"6/7/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":785,"Cost":716,"Date":"1/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":578,"Cost":536,"Date":"3/27/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":350,"Cost":218,"Date":"5/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":236,"Cost":209,"Date":"7/28/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":484,"Cost":365,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":358,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":13,"Date":"1/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":519,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":84,"Cost":80,"Date":"6/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":906,"Cost":500,"Date":"6/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":379,"Date":"8/13/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":573,"Cost":329,"Date":"11/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":978,"Cost":544,"Date":"12/28/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":95,"Cost":70,"Date":"2/4/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":227,"Cost":177,"Date":"3/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":554,"Date":"12/18/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":605,"Date":"3/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":292,"Cost":187,"Date":"6/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":264,"Cost":211,"Date":"7/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":673,"Cost":453,"Date":"11/21/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":180,"Date":"11/26/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":219,"Date":"2/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":705,"Cost":637,"Date":"5/21/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":157,"Date":"9/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":344,"Date":"1/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":556,"Cost":405,"Date":"2/2/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"3/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":929,"Cost":507,"Date":"10/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":673,"Date":"2/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":64,"Date":"6/7/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":19,"Cost":15,"Date":"1/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":552,"Date":"3/27/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":950,"Cost":596,"Date":"5/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":458,"Cost":410,"Date":"7/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":864,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":790,"Cost":675,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":388,"Cost":260,"Date":"1/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":232,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":629,"Cost":410,"Date":"6/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":731,"Date":"6/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":348,"Cost":309,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":449,"Date":"11/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":407,"Cost":379,"Date":"12/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":712,"Cost":452,"Date":"2/4/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":495,"Date":"3/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":774,"Cost":396,"Date":"12/18/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":32,"Date":"3/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":461,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":249,"Cost":218,"Date":"6/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":305,"Date":"7/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":524,"Date":"11/21/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":962,"Cost":760,"Date":"11/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":404,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":923,"Cost":552,"Date":"5/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":506,"Cost":473,"Date":"9/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":251,"Date":"1/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":791,"Cost":609,"Date":"2/2/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":741,"Cost":653,"Date":"3/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":823,"Cost":540,"Date":"10/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":754,"Cost":455,"Date":"2/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":314,"Cost":169,"Date":"6/7/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":291,"Cost":165,"Date":"1/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":71,"Cost":55,"Date":"3/27/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":694,"Cost":563,"Date":"5/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":928,"Cost":523,"Date":"7/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":596,"Cost":554,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":206,"Cost":111,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":547,"Cost":433,"Date":"1/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":284,"Cost":181,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":36,"Cost":28,"Date":"6/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"6/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":206,"Cost":134,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":413,"Cost":361,"Date":"11/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":741,"Cost":634,"Date":"12/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":753,"Cost":574,"Date":"2/4/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":227,"Cost":203,"Date":"3/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":36,"Cost":35,"Date":"12/18/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":409,"Cost":344,"Date":"3/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":594,"Cost":441,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":203,"Cost":173,"Date":"6/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":493,"Cost":422,"Date":"7/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":926,"Cost":768,"Date":"11/21/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":830,"Cost":474,"Date":"11/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":347,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":691,"Cost":359,"Date":"5/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":230,"Cost":147,"Date":"9/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":503,"Date":"1/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":835,"Cost":689,"Date":"2/2/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":918,"Cost":772,"Date":"3/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":913,"Cost":474,"Date":"10/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":402,"Date":"2/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":830,"Date":"6/7/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":153,"Date":"1/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":471,"Date":"3/27/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":360,"Date":"5/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":106,"Date":"7/28/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":422,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":315,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":755,"Date":"1/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":186,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":178,"Cost":159,"Date":"6/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":491,"Cost":391,"Date":"6/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":735,"Cost":467,"Date":"8/13/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":75,"Cost":47,"Date":"11/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":738,"Cost":381,"Date":"12/28/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":393,"Cost":245,"Date":"2/4/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":484,"Cost":296,"Date":"3/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":626,"Cost":392,"Date":"12/18/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":362,"Date":"3/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":481,"Cost":375,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":124,"Date":"6/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":310,"Cost":284,"Date":"7/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":109,"Date":"11/21/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":500,"Date":"11/26/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":136,"Date":"2/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":846,"Cost":623,"Date":"5/21/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":864,"Date":"9/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":983,"Cost":771,"Date":"1/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":620,"Cost":354,"Date":"2/2/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":303,"Cost":222,"Date":"3/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":397,"Date":"10/14/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":215,"Date":"2/16/2018"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":730,"Cost":625,"Date":"6/7/2018"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":258,"Date":"1/28/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":340,"Cost":172,"Date":"3/27/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":532,"Date":"5/12/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":697,"Date":"7/28/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":131,"Cost":94,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":221,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":315,"Cost":201,"Date":"1/17/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":283,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":946,"Cost":478,"Date":"6/6/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":284,"Date":"6/16/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":180,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":826,"Cost":522,"Date":"11/19/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":482,"Date":"12/28/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":116,"Cost":90,"Date":"2/4/2021"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":444,"Date":"3/8/2021"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":189,"Date":"12/18/2021"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":968,"Cost":524,"Date":"3/31/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":524,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":187,"Cost":164,"Date":"6/26/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":553,"Date":"7/23/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":231,"Date":"11/21/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":166,"Cost":122,"Date":"11/26/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":97,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":607,"Cost":432,"Date":"5/21/2023"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":104,"Cost":83,"Date":"9/28/2023"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":853,"Cost":525,"Date":"1/3/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":876,"Cost":670,"Date":"2/2/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":156,"Cost":142,"Date":"3/18/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":536,"Cost":366,"Date":"10/14/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":805,"Cost":561,"Date":"2/16/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":251,"Date":"6/7/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":645,"Date":"1/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":250,"Cost":220,"Date":"3/27/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":212,"Date":"5/12/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":919,"Cost":581,"Date":"7/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":327,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":576,"Cost":433,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":741,"Date":"1/17/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":265,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":362,"Cost":240,"Date":"6/6/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":652,"Cost":481,"Date":"6/16/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":875,"Cost":716,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":471,"Date":"11/19/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":498,"Date":"12/28/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":740,"Cost":413,"Date":"2/4/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":194,"Date":"3/8/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":27,"Cost":25,"Date":"12/18/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":486,"Date":"3/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":222,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":427,"Date":"6/26/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":483,"Date":"7/23/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":88,"Date":"11/21/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":116,"Date":"11/26/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":652,"Cost":415,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":232,"Cost":191,"Date":"5/21/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":983,"Cost":677,"Date":"9/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":133,"Date":"1/3/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":365,"Date":"2/2/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":598,"Date":"3/18/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":440,"Date":"10/14/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":246,"Date":"2/16/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":853,"Cost":757,"Date":"6/7/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":391,"Cost":338,"Date":"1/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":512,"Cost":474,"Date":"3/27/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":218,"Date":"5/12/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":747,"Cost":586,"Date":"7/28/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":33,"Cost":18,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":114,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":466,"Date":"1/17/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":246,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":274,"Date":"6/6/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":503,"Cost":363,"Date":"6/16/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":576,"Date":"8/13/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":773,"Cost":395,"Date":"11/19/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":189,"Date":"12/28/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":340,"Date":"2/4/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":952,"Cost":604,"Date":"3/8/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":507,"Date":"12/18/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":604,"Cost":453,"Date":"3/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":130,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":434,"Cost":335,"Date":"6/26/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":824,"Cost":489,"Date":"7/23/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":348,"Date":"11/21/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":909,"Cost":737,"Date":"11/26/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":169,"Date":"2/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":475,"Date":"5/21/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":846,"Cost":550,"Date":"9/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":320,"Cost":183,"Date":"1/3/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":61,"Date":"2/2/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":790,"Date":"3/18/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":703,"Cost":645,"Date":"10/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":904,"Cost":635,"Date":"2/16/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":774,"Cost":603,"Date":"6/7/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":630,"Cost":528,"Date":"1/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":237,"Cost":197,"Date":"3/27/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":495,"Cost":293,"Date":"5/12/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":280,"Date":"7/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":49,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":502,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":149,"Date":"1/17/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":565,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":595,"Date":"6/6/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":625,"Cost":345,"Date":"6/16/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":248,"Cost":204,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":192,"Cost":101,"Date":"11/19/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":938,"Cost":729,"Date":"12/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":482,"Cost":331,"Date":"2/4/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":705,"Cost":571,"Date":"3/8/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":397,"Cost":303,"Date":"12/18/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":978,"Cost":892,"Date":"3/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":101,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":422,"Cost":302,"Date":"6/26/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":349,"Date":"7/23/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":122,"Cost":96,"Date":"11/21/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":710,"Cost":411,"Date":"11/26/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":662,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":178,"Cost":165,"Date":"5/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":355,"Cost":287,"Date":"9/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":44,"Date":"1/3/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":669,"Date":"2/2/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":319,"Cost":249,"Date":"3/18/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":468,"Cost":380,"Date":"10/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":424,"Cost":352,"Date":"2/16/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":258,"Date":"6/7/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":535,"Date":"1/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":95,"Cost":64,"Date":"3/27/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":479,"Cost":337,"Date":"5/12/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":969,"Cost":904,"Date":"7/28/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":65,"Cost":43,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":21,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":836,"Cost":561,"Date":"1/17/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":478,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":790,"Date":"6/6/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":926,"Cost":810,"Date":"6/16/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":186,"Cost":150,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":541,"Cost":420,"Date":"11/19/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":494,"Cost":426,"Date":"12/28/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":289,"Date":"2/4/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":20,"Cost":15,"Date":"3/8/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":13,"Date":"12/18/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":936,"Cost":825,"Date":"3/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":243,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":56,"Date":"6/26/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":646,"Cost":474,"Date":"7/23/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":195,"Date":"11/21/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":437,"Date":"11/26/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":185,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":52,"Cost":42,"Date":"5/21/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":863,"Cost":592,"Date":"9/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":381,"Cost":356,"Date":"1/3/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":737,"Date":"2/2/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":877,"Cost":515,"Date":"3/18/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":218,"Date":"10/14/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":842,"Date":"2/16/2018"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":488,"Cost":373,"Date":"6/7/2018"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":623,"Date":"1/28/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":424,"Cost":372,"Date":"3/27/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":46,"Cost":29,"Date":"5/12/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":86,"Date":"7/28/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":72,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":317,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":686,"Cost":400,"Date":"1/17/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":289,"Cost":183,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":574,"Cost":305,"Date":"6/6/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":444,"Cost":392,"Date":"6/16/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":787,"Cost":556,"Date":"8/13/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":806,"Cost":637,"Date":"11/19/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":560,"Cost":396,"Date":"12/28/2020"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":972,"Cost":852,"Date":"2/4/2021"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":828,"Cost":614,"Date":"3/8/2021"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":311,"Cost":205,"Date":"12/18/2021"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":288,"Cost":160,"Date":"3/31/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":355,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":418,"Cost":236,"Date":"6/26/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":572,"Date":"7/23/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":437,"Date":"11/21/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":669,"Cost":572,"Date":"11/26/2022"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":171,"Cost":106,"Date":"2/20/2023"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":409,"Date":"5/21/2023"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":357,"Cost":271,"Date":"9/28/2023"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":267,"Date":"1/3/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":89,"Cost":59,"Date":"2/2/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":396,"Cost":309,"Date":"3/18/2024"},{"Store":"Mall of Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":657,"Cost":391,"Date":"10/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":273,"Cost":161,"Date":"2/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":79,"Cost":72,"Date":"6/7/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":726,"Cost":673,"Date":"1/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":423,"Cost":266,"Date":"3/27/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":610,"Cost":461,"Date":"5/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":26,"Cost":22,"Date":"7/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":933,"Cost":687,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":335,"Cost":224,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":603,"Cost":396,"Date":"1/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":336,"Cost":265,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":368,"Cost":288,"Date":"6/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":504,"Cost":367,"Date":"6/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":516,"Cost":434,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":863,"Cost":543,"Date":"11/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":469,"Cost":412,"Date":"12/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":769,"Cost":451,"Date":"2/4/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":356,"Cost":186,"Date":"3/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":649,"Cost":405,"Date":"12/18/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":514,"Date":"3/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":587,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":20,"Cost":13,"Date":"6/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":898,"Cost":590,"Date":"7/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":32,"Date":"11/21/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":823,"Cost":571,"Date":"11/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":112,"Cost":73,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":746,"Cost":495,"Date":"5/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":910,"Cost":536,"Date":"9/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":852,"Cost":661,"Date":"1/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":511,"Cost":263,"Date":"2/2/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":12,"Cost":12,"Date":"3/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM","Country":"Bulgaria","Sale":303,"Cost":256,"Date":"10/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":895,"Cost":698,"Date":"2/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":265,"Date":"6/7/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":920,"Cost":511,"Date":"1/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":142,"Cost":107,"Date":"3/27/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":551,"Cost":416,"Date":"5/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":550,"Date":"7/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":340,"Cost":190,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":390,"Cost":313,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":346,"Cost":185,"Date":"1/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":242,"Cost":189,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":790,"Cost":649,"Date":"6/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":351,"Date":"6/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":313,"Cost":205,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":32,"Cost":27,"Date":"11/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":784,"Cost":656,"Date":"12/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":419,"Cost":224,"Date":"2/4/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":883,"Cost":786,"Date":"3/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":773,"Cost":604,"Date":"12/18/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":305,"Date":"3/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":325,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":962,"Cost":484,"Date":"6/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":97,"Cost":63,"Date":"7/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":434,"Date":"11/21/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":813,"Cost":694,"Date":"11/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":988,"Cost":777,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":283,"Cost":254,"Date":"5/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":623,"Cost":451,"Date":"9/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":257,"Cost":242,"Date":"1/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":266,"Cost":161,"Date":"2/2/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":770,"Cost":433,"Date":"3/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":872,"Cost":751,"Date":"10/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":667,"Date":"2/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":919,"Cost":524,"Date":"6/7/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":984,"Cost":497,"Date":"1/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":374,"Date":"3/27/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":611,"Cost":566,"Date":"5/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":593,"Cost":326,"Date":"7/28/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":958,"Cost":831,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":108,"Cost":76,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":697,"Date":"1/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":426,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":119,"Date":"6/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":877,"Date":"6/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":150,"Date":"8/13/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":38,"Date":"11/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":648,"Cost":484,"Date":"12/28/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":64,"Date":"2/4/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":794,"Date":"3/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":563,"Date":"12/18/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":843,"Cost":660,"Date":"3/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":419,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":215,"Date":"6/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":26,"Date":"7/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":795,"Cost":630,"Date":"11/21/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":338,"Date":"11/26/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":669,"Date":"2/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":469,"Date":"5/21/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":180,"Cost":127,"Date":"9/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":261,"Cost":208,"Date":"1/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":915,"Cost":703,"Date":"2/2/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":410,"Cost":240,"Date":"3/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":631,"Date":"10/14/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":939,"Cost":780,"Date":"2/16/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":301,"Cost":282,"Date":"6/7/2018"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":513,"Cost":472,"Date":"1/28/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":131,"Date":"3/27/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":153,"Cost":111,"Date":"5/12/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":175,"Cost":105,"Date":"7/28/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":408,"Cost":335,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":83,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":200,"Cost":114,"Date":"1/17/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":426,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":632,"Cost":518,"Date":"6/6/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":542,"Cost":428,"Date":"6/16/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":606,"Cost":454,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":558,"Cost":330,"Date":"11/19/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":74,"Cost":52,"Date":"12/28/2020"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":225,"Date":"2/4/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":126,"Cost":87,"Date":"3/8/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":229,"Cost":155,"Date":"12/18/2021"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":156,"Date":"3/31/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":991,"Cost":819,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":571,"Date":"6/26/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":245,"Cost":146,"Date":"7/23/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":597,"Cost":486,"Date":"11/21/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":160,"Cost":95,"Date":"11/26/2022"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":774,"Cost":392,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":293,"Date":"5/21/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":115,"Cost":65,"Date":"9/28/2023"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"1/3/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":641,"Date":"2/2/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":473,"Date":"3/18/2024"},{"Store":"Grand Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":344,"Cost":299,"Date":"10/14/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":558,"Cost":335,"Date":"2/16/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":281,"Cost":161,"Date":"6/7/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":155,"Date":"1/28/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":495,"Date":"3/27/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":306,"Date":"5/12/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":448,"Cost":319,"Date":"7/28/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":683,"Cost":643,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":577,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":147,"Date":"1/17/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":888,"Cost":725,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":18,"Date":"6/6/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":179,"Cost":112,"Date":"6/16/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":423,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":169,"Cost":131,"Date":"11/19/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":385,"Date":"12/28/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":406,"Cost":310,"Date":"2/4/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":56,"Date":"3/8/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":608,"Cost":553,"Date":"12/18/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":379,"Date":"3/31/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":19,"Cost":18,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":223,"Date":"6/26/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":536,"Date":"7/23/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":35,"Date":"11/21/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":178,"Date":"11/26/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":15,"Cost":12,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":509,"Date":"5/21/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":473,"Date":"9/28/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":774,"Cost":659,"Date":"1/3/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":535,"Cost":404,"Date":"2/2/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":810,"Cost":745,"Date":"3/18/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":48,"Cost":36,"Date":"10/14/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":235,"Cost":142,"Date":"2/16/2018"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":300,"Cost":153,"Date":"6/7/2018"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":268,"Cost":239,"Date":"1/28/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":573,"Cost":343,"Date":"3/27/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":724,"Cost":506,"Date":"5/12/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":344,"Cost":174,"Date":"7/28/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":664,"Cost":572,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":655,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":178,"Cost":123,"Date":"1/17/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":825,"Cost":580,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":24,"Cost":15,"Date":"6/6/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":509,"Cost":463,"Date":"6/16/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":94,"Cost":79,"Date":"8/13/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":870,"Cost":598,"Date":"11/19/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":333,"Cost":181,"Date":"12/28/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":181,"Cost":130,"Date":"2/4/2021"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":344,"Date":"3/8/2021"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":424,"Cost":388,"Date":"12/18/2021"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":951,"Cost":871,"Date":"3/31/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":229,"Cost":209,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":579,"Cost":317,"Date":"6/26/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":555,"Cost":318,"Date":"7/23/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":393,"Date":"11/21/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":21,"Cost":14,"Date":"11/26/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":384,"Cost":194,"Date":"2/20/2023"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":976,"Cost":870,"Date":"5/21/2023"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":57,"Cost":52,"Date":"9/28/2023"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":955,"Cost":694,"Date":"1/3/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":768,"Cost":464,"Date":"2/2/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":740,"Cost":472,"Date":"3/18/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":922,"Cost":842,"Date":"10/14/2024"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":300,"Date":"2/16/2018"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":933,"Cost":679,"Date":"6/7/2018"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":696,"Cost":434,"Date":"1/28/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":453,"Date":"3/27/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":657,"Cost":333,"Date":"5/12/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":395,"Cost":244,"Date":"7/28/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":513,"Cost":431,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":124,"Cost":69,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":233,"Date":"1/17/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":957,"Cost":637,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":110,"Cost":66,"Date":"6/6/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":595,"Date":"6/16/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":721,"Cost":569,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":185,"Date":"11/19/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":183,"Date":"12/28/2020"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":586,"Date":"2/4/2021"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":807,"Cost":738,"Date":"3/8/2021"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":9,"Date":"12/18/2021"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":659,"Date":"3/31/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":552,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":279,"Cost":158,"Date":"6/26/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":243,"Cost":182,"Date":"7/23/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":537,"Cost":381,"Date":"11/21/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":794,"Cost":570,"Date":"11/26/2022"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":17,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":257,"Date":"5/21/2023"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":319,"Date":"9/28/2023"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":914,"Cost":603,"Date":"1/3/2024"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":222,"Cost":188,"Date":"2/2/2024"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":433,"Cost":276,"Date":"3/18/2024"},{"Store":"Mall Varna","Brand":"HM","Country":"Bulgaria","Sale":908,"Cost":820,"Date":"10/14/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":285,"Cost":199,"Date":"2/16/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":671,"Cost":627,"Date":"6/7/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":923,"Cost":674,"Date":"1/28/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":547,"Cost":364,"Date":"3/27/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":837,"Cost":691,"Date":"5/12/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":165,"Cost":136,"Date":"7/28/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":567,"Cost":350,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":764,"Cost":468,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"1/17/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":799,"Cost":438,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":375,"Date":"6/6/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":551,"Cost":501,"Date":"6/16/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":897,"Cost":766,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":649,"Date":"11/19/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":616,"Cost":314,"Date":"12/28/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":842,"Cost":523,"Date":"2/4/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":936,"Cost":535,"Date":"3/8/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":835,"Cost":720,"Date":"12/18/2021"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":197,"Cost":126,"Date":"3/31/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":153,"Cost":94,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":580,"Cost":355,"Date":"6/26/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":922,"Cost":481,"Date":"7/23/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":726,"Cost":500,"Date":"11/21/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":386,"Date":"11/26/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":972,"Cost":729,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":346,"Date":"5/21/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":391,"Cost":217,"Date":"9/28/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":832,"Cost":454,"Date":"1/3/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":17,"Cost":15,"Date":"2/2/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":640,"Cost":599,"Date":"3/18/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":143,"Cost":83,"Date":"10/14/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":409,"Cost":256,"Date":"2/16/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":159,"Date":"6/7/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":479,"Cost":300,"Date":"1/28/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":129,"Date":"3/27/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":35,"Date":"5/12/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":912,"Cost":744,"Date":"7/28/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":627,"Cost":480,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":972,"Cost":920,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":358,"Date":"1/17/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":236,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":983,"Cost":875,"Date":"6/6/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":443,"Date":"6/16/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":933,"Cost":819,"Date":"8/13/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":586,"Cost":517,"Date":"11/19/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":742,"Cost":441,"Date":"12/28/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":827,"Cost":695,"Date":"2/4/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":127,"Date":"3/8/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":872,"Cost":675,"Date":"12/18/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":274,"Date":"3/31/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":31,"Cost":20,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":219,"Cost":128,"Date":"6/26/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":156,"Cost":133,"Date":"7/23/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":232,"Date":"11/21/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":70,"Date":"11/26/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":81,"Cost":63,"Date":"2/20/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":935,"Cost":797,"Date":"5/21/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":694,"Cost":389,"Date":"9/28/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":698,"Cost":488,"Date":"1/3/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":568,"Cost":329,"Date":"2/2/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":9,"Cost":7,"Date":"3/18/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":407,"Cost":348,"Date":"10/14/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":88,"Date":"2/16/2018"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":804,"Cost":596,"Date":"6/7/2018"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":562,"Cost":465,"Date":"1/28/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":932,"Cost":837,"Date":"3/27/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":570,"Cost":454,"Date":"5/12/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":803,"Cost":637,"Date":"7/28/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":847,"Cost":618,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":468,"Cost":439,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":732,"Cost":475,"Date":"1/17/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":193,"Cost":103,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":116,"Cost":83,"Date":"6/6/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":604,"Cost":534,"Date":"6/16/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":223,"Cost":149,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":705,"Date":"11/19/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":656,"Cost":536,"Date":"12/28/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":325,"Cost":303,"Date":"2/4/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":327,"Cost":233,"Date":"3/8/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":240,"Cost":211,"Date":"12/18/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":616,"Date":"3/31/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":101,"Cost":61,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":874,"Date":"6/26/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":154,"Cost":110,"Date":"7/23/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":483,"Cost":254,"Date":"11/21/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":906,"Cost":685,"Date":"11/26/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":665,"Cost":360,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":653,"Cost":543,"Date":"5/21/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":302,"Date":"9/28/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":838,"Cost":493,"Date":"1/3/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":530,"Cost":358,"Date":"2/2/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":258,"Date":"3/18/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":678,"Cost":584,"Date":"10/14/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":176,"Cost":100,"Date":"2/16/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":56,"Date":"6/7/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":86,"Date":"1/28/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":415,"Date":"3/27/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":442,"Cost":370,"Date":"5/12/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":319,"Date":"7/28/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":338,"Cost":293,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":107,"Cost":88,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":336,"Cost":316,"Date":"1/17/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":974,"Cost":855,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":130,"Cost":115,"Date":"6/6/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":427,"Cost":293,"Date":"6/16/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":150,"Cost":91,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":637,"Cost":484,"Date":"11/19/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":591,"Cost":322,"Date":"12/28/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":527,"Cost":429,"Date":"2/4/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":841,"Cost":638,"Date":"3/8/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":808,"Cost":473,"Date":"12/18/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":464,"Cost":265,"Date":"3/31/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":758,"Cost":614,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":446,"Cost":248,"Date":"6/26/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":33,"Cost":16,"Date":"7/23/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":675,"Cost":455,"Date":"11/21/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":397,"Cost":274,"Date":"11/26/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":232,"Cost":201,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":585,"Cost":322,"Date":"5/21/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":906,"Cost":807,"Date":"9/28/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":210,"Cost":194,"Date":"1/3/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":696,"Cost":479,"Date":"2/2/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":223,"Date":"3/18/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":613,"Cost":558,"Date":"10/14/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":33,"Date":"2/16/2018"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":145,"Cost":129,"Date":"6/7/2018"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":989,"Cost":697,"Date":"1/28/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":911,"Cost":664,"Date":"3/27/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":58,"Cost":52,"Date":"5/12/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":28,"Cost":17,"Date":"7/28/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":353,"Cost":260,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":957,"Cost":659,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":169,"Cost":115,"Date":"1/17/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":859,"Cost":530,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":26,"Cost":24,"Date":"6/6/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":195,"Cost":104,"Date":"6/16/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":879,"Cost":661,"Date":"8/13/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":307,"Cost":166,"Date":"11/19/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":288,"Cost":238,"Date":"12/28/2020"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":247,"Date":"2/4/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":106,"Date":"3/8/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":837,"Cost":697,"Date":"12/18/2021"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":152,"Cost":96,"Date":"3/31/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":584,"Cost":540,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":924,"Cost":464,"Date":"6/26/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":979,"Cost":695,"Date":"7/23/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":135,"Cost":106,"Date":"11/21/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":818,"Cost":676,"Date":"11/26/2022"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":400,"Cost":272,"Date":"2/20/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":658,"Cost":590,"Date":"5/21/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":724,"Cost":593,"Date":"9/28/2023"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":971,"Cost":527,"Date":"1/3/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":564,"Cost":359,"Date":"2/2/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":917,"Cost":540,"Date":"3/18/2024"},{"Store":"Galleria Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":460,"Cost":289,"Date":"10/14/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":360,"Cost":333,"Date":"2/16/2018"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":490,"Date":"6/7/2018"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":952,"Cost":869,"Date":"1/28/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":316,"Cost":230,"Date":"3/27/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":782,"Cost":619,"Date":"5/12/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":416,"Date":"7/28/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":84,"Cost":74,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":286,"Cost":265,"Date":"1/17/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":548,"Cost":469,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":435,"Cost":235,"Date":"6/6/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":309,"Date":"6/16/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":388,"Cost":221,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":451,"Date":"11/19/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":805,"Date":"12/28/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":448,"Cost":388,"Date":"2/4/2021"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":268,"Cost":150,"Date":"3/8/2021"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":857,"Cost":522,"Date":"12/18/2021"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":529,"Date":"3/31/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":842,"Cost":456,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":854,"Cost":502,"Date":"6/26/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":333,"Cost":278,"Date":"7/23/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":630,"Cost":401,"Date":"11/21/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":708,"Cost":562,"Date":"11/26/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":265,"Cost":234,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":405,"Cost":366,"Date":"5/21/2023"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":65,"Cost":61,"Date":"9/28/2023"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":185,"Cost":121,"Date":"1/3/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":900,"Cost":451,"Date":"2/2/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":335,"Cost":291,"Date":"3/18/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":819,"Cost":726,"Date":"10/14/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":61,"Date":"2/16/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":482,"Cost":450,"Date":"6/7/2018"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":840,"Cost":477,"Date":"1/28/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":62,"Cost":57,"Date":"3/27/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":664,"Cost":415,"Date":"5/12/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":845,"Cost":701,"Date":"7/28/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":48,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":126,"Cost":69,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":517,"Cost":352,"Date":"1/17/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":47,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":76,"Date":"6/6/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":386,"Cost":279,"Date":"6/16/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":45,"Cost":34,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":546,"Date":"11/19/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":526,"Cost":265,"Date":"12/28/2020"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":543,"Date":"2/4/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":612,"Cost":308,"Date":"3/8/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":911,"Cost":542,"Date":"12/18/2021"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":104,"Cost":93,"Date":"3/31/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":575,"Cost":441,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":948,"Cost":785,"Date":"6/26/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":384,"Date":"7/23/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":676,"Cost":340,"Date":"11/21/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":879,"Cost":766,"Date":"11/26/2022"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":799,"Cost":502,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":395,"Date":"5/21/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":553,"Cost":486,"Date":"9/28/2023"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":426,"Cost":249,"Date":"1/3/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":817,"Cost":563,"Date":"2/2/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":392,"Date":"3/18/2024"},{"Store":"Burgas Plaza","Brand":"Nova","Country":"Bulgaria","Sale":934,"Cost":653,"Date":"10/14/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":243,"Cost":134,"Date":"2/16/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":158,"Date":"6/7/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":285,"Cost":257,"Date":"1/28/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":844,"Cost":490,"Date":"3/27/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":206,"Date":"5/12/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":19,"Cost":18,"Date":"7/28/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":262,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":693,"Cost":558,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":601,"Cost":469,"Date":"1/17/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":103,"Cost":94,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":838,"Cost":765,"Date":"6/6/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":593,"Cost":484,"Date":"6/16/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":657,"Date":"8/13/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":829,"Cost":770,"Date":"11/19/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":427,"Date":"12/28/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":734,"Date":"2/4/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":508,"Cost":255,"Date":"3/8/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":84,"Date":"12/18/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":277,"Date":"3/31/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":470,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":488,"Cost":457,"Date":"6/26/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":933,"Cost":700,"Date":"7/23/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":634,"Cost":533,"Date":"11/21/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":672,"Cost":402,"Date":"11/26/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":213,"Cost":202,"Date":"2/20/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":128,"Date":"5/21/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":168,"Cost":145,"Date":"9/28/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":496,"Cost":345,"Date":"1/3/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":109,"Cost":65,"Date":"2/2/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":568,"Cost":438,"Date":"3/18/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":150,"Date":"10/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":496,"Cost":462,"Date":"2/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":428,"Cost":323,"Date":"6/7/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":127,"Cost":107,"Date":"1/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":378,"Cost":342,"Date":"3/27/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":397,"Cost":319,"Date":"5/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":580,"Date":"7/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":573,"Cost":393,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":498,"Cost":412,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":733,"Cost":622,"Date":"1/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":202,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":91,"Cost":50,"Date":"6/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":425,"Cost":394,"Date":"6/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":674,"Cost":534,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":193,"Cost":172,"Date":"11/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":813,"Cost":770,"Date":"12/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":989,"Cost":578,"Date":"2/4/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":708,"Cost":609,"Date":"3/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":838,"Cost":654,"Date":"12/18/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":104,"Cost":94,"Date":"3/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":719,"Cost":461,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":904,"Cost":817,"Date":"6/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":768,"Cost":679,"Date":"7/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":125,"Date":"11/21/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":355,"Cost":300,"Date":"11/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":224,"Cost":168,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":239,"Cost":166,"Date":"5/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":484,"Cost":374,"Date":"9/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":904,"Cost":460,"Date":"1/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":827,"Cost":512,"Date":"2/2/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":941,"Cost":542,"Date":"3/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":744,"Cost":487,"Date":"10/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":950,"Cost":689,"Date":"2/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":171,"Date":"6/7/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":116,"Date":"1/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":340,"Date":"3/27/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":16,"Date":"5/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":13,"Date":"7/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":981,"Cost":812,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":523,"Cost":381,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":264,"Date":"1/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":122,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":262,"Date":"6/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":777,"Cost":628,"Date":"6/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":952,"Cost":537,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":242,"Date":"11/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":640,"Date":"12/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":194,"Cost":164,"Date":"2/4/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":156,"Date":"3/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":870,"Cost":568,"Date":"12/18/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":261,"Date":"3/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":278,"Cost":180,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":934,"Cost":667,"Date":"6/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":351,"Date":"7/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":497,"Date":"11/21/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":664,"Cost":549,"Date":"11/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":658,"Cost":412,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":317,"Date":"5/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":567,"Cost":474,"Date":"9/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":166,"Date":"1/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":320,"Cost":205,"Date":"2/2/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":610,"Date":"3/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":14,"Date":"10/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":387,"Cost":242,"Date":"2/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":335,"Cost":183,"Date":"6/7/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":485,"Date":"1/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":879,"Cost":563,"Date":"3/27/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":946,"Cost":874,"Date":"5/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":901,"Cost":470,"Date":"7/28/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":140,"Cost":104,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":549,"Cost":294,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":451,"Cost":307,"Date":"1/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":198,"Cost":158,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":579,"Date":"6/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":108,"Date":"6/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":434,"Cost":346,"Date":"8/13/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":163,"Cost":141,"Date":"11/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":424,"Cost":342,"Date":"12/28/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":922,"Cost":776,"Date":"2/4/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":949,"Cost":628,"Date":"3/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":506,"Cost":416,"Date":"12/18/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":321,"Cost":179,"Date":"3/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":878,"Cost":578,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":476,"Date":"6/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":744,"Cost":501,"Date":"7/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":910,"Cost":790,"Date":"11/21/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":453,"Date":"11/26/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":841,"Cost":483,"Date":"2/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":774,"Cost":483,"Date":"5/21/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":750,"Date":"9/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":535,"Date":"1/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":550,"Cost":301,"Date":"2/2/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":394,"Date":"3/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":482,"Date":"10/14/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":563,"Cost":413,"Date":"2/16/2018"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":795,"Cost":558,"Date":"6/7/2018"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":323,"Date":"1/28/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":169,"Cost":104,"Date":"3/27/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":354,"Cost":243,"Date":"5/12/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":584,"Cost":549,"Date":"7/28/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":936,"Cost":707,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":200,"Cost":153,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":144,"Cost":81,"Date":"1/17/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":225,"Cost":196,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":149,"Cost":120,"Date":"6/6/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":275,"Date":"6/16/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":801,"Cost":425,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":335,"Cost":260,"Date":"11/19/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":565,"Cost":312,"Date":"12/28/2020"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":295,"Date":"2/4/2021"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":42,"Cost":29,"Date":"3/8/2021"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":528,"Cost":302,"Date":"12/18/2021"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":468,"Cost":398,"Date":"3/31/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":99,"Cost":76,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":804,"Cost":446,"Date":"6/26/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":641,"Cost":364,"Date":"7/23/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":31,"Cost":17,"Date":"11/21/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":624,"Cost":387,"Date":"11/26/2022"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":125,"Cost":117,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":146,"Cost":75,"Date":"5/21/2023"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":698,"Cost":494,"Date":"9/28/2023"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":454,"Cost":296,"Date":"1/3/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":848,"Cost":570,"Date":"2/2/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":711,"Cost":659,"Date":"3/18/2024"},{"Store":"The Mall Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":95,"Cost":52,"Date":"10/14/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":357,"Date":"2/16/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":451,"Cost":243,"Date":"6/7/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":805,"Cost":509,"Date":"1/28/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":983,"Cost":669,"Date":"3/27/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":419,"Cost":362,"Date":"5/12/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":309,"Cost":258,"Date":"7/28/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":665,"Cost":610,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":518,"Cost":367,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":362,"Date":"1/17/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":563,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":154,"Cost":107,"Date":"6/6/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":44,"Cost":37,"Date":"6/16/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":960,"Cost":663,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":96,"Date":"11/19/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":252,"Cost":150,"Date":"12/28/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":78,"Cost":56,"Date":"2/4/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":680,"Cost":570,"Date":"3/8/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":615,"Cost":349,"Date":"12/18/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":972,"Cost":686,"Date":"3/31/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":903,"Cost":657,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":452,"Date":"6/26/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":686,"Date":"7/23/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":447,"Cost":277,"Date":"11/21/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":268,"Date":"11/26/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":264,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":341,"Date":"5/21/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":712,"Date":"9/28/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":869,"Cost":556,"Date":"1/3/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":139,"Cost":116,"Date":"2/2/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":160,"Date":"3/18/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":329,"Cost":246,"Date":"10/14/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":189,"Cost":121,"Date":"2/16/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":367,"Cost":242,"Date":"6/7/2018"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":519,"Date":"1/28/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":245,"Cost":130,"Date":"3/27/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":117,"Date":"5/12/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":304,"Cost":231,"Date":"7/28/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":156,"Cost":79,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":335,"Cost":240,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":185,"Cost":126,"Date":"1/17/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":103,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":635,"Cost":506,"Date":"6/6/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":434,"Date":"6/16/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":598,"Date":"8/13/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":87,"Cost":78,"Date":"11/19/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":315,"Date":"12/28/2020"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":223,"Cost":186,"Date":"2/4/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":457,"Date":"3/8/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":476,"Date":"12/18/2021"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":459,"Cost":318,"Date":"3/31/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":82,"Cost":75,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":97,"Date":"6/26/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":274,"Cost":241,"Date":"7/23/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":523,"Date":"11/21/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":267,"Cost":170,"Date":"11/26/2022"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":371,"Cost":351,"Date":"2/20/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":670,"Date":"5/21/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":616,"Cost":574,"Date":"9/28/2023"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":152,"Date":"1/3/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":953,"Cost":644,"Date":"2/2/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":595,"Cost":521,"Date":"3/18/2024"},{"Store":"The Mall Burgas","Brand":"COS","Country":"Bulgaria","Sale":610,"Cost":549,"Date":"10/14/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":940,"Cost":568,"Date":"2/16/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":517,"Cost":377,"Date":"6/7/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":133,"Date":"1/28/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":856,"Date":"3/27/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":587,"Cost":530,"Date":"5/12/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":344,"Cost":300,"Date":"7/28/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":54,"Cost":49,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":143,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":274,"Date":"1/17/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":598,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":667,"Cost":604,"Date":"6/6/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":669,"Cost":478,"Date":"6/16/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":101,"Cost":85,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":684,"Cost":375,"Date":"11/19/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":30,"Cost":15,"Date":"12/28/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":723,"Cost":625,"Date":"2/4/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":495,"Date":"3/8/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":510,"Date":"12/18/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":597,"Cost":326,"Date":"3/31/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":286,"Cost":200,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":675,"Cost":409,"Date":"6/26/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":866,"Cost":602,"Date":"7/23/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":620,"Cost":336,"Date":"11/21/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":620,"Date":"11/26/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":451,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":737,"Date":"5/21/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":87,"Cost":50,"Date":"9/28/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":461,"Cost":267,"Date":"1/3/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":339,"Cost":210,"Date":"2/2/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":400,"Date":"3/18/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":695,"Cost":509,"Date":"10/14/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":110,"Cost":56,"Date":"2/16/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":570,"Date":"6/7/2018"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":529,"Cost":291,"Date":"1/28/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":386,"Date":"3/27/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":78,"Cost":40,"Date":"5/12/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":65,"Cost":52,"Date":"7/28/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":226,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":262,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":185,"Cost":151,"Date":"1/17/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":284,"Cost":268,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":899,"Cost":618,"Date":"6/6/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":93,"Cost":87,"Date":"6/16/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":73,"Cost":51,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":805,"Cost":568,"Date":"11/19/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":248,"Date":"12/28/2020"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":207,"Date":"2/4/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":283,"Date":"3/8/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":594,"Cost":451,"Date":"12/18/2021"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":377,"Cost":321,"Date":"3/31/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":432,"Cost":361,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":996,"Cost":534,"Date":"6/26/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":373,"Date":"7/23/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":960,"Cost":585,"Date":"11/21/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":745,"Date":"11/26/2022"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":141,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":49,"Cost":28,"Date":"5/21/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":957,"Cost":840,"Date":"9/28/2023"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":822,"Cost":483,"Date":"1/3/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":69,"Cost":38,"Date":"2/2/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":363,"Date":"3/18/2024"},{"Store":"Ruse Mall","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":423,"Date":"10/14/2024"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":321,"Cost":196,"Date":"2/16/2018"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":218,"Cost":155,"Date":"6/7/2018"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":427,"Cost":387,"Date":"1/28/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":528,"Cost":376,"Date":"3/27/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":397,"Cost":265,"Date":"5/12/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":54,"Cost":38,"Date":"7/28/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":525,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":455,"Cost":240,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":56,"Date":"1/17/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":637,"Cost":493,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":288,"Cost":201,"Date":"6/6/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":17,"Date":"6/16/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":437,"Date":"8/13/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":910,"Cost":776,"Date":"11/19/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":343,"Cost":206,"Date":"12/28/2020"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":163,"Cost":128,"Date":"2/4/2021"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":551,"Date":"3/8/2021"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":329,"Cost":221,"Date":"12/18/2021"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":188,"Cost":149,"Date":"3/31/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":868,"Cost":601,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":949,"Cost":578,"Date":"6/26/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":274,"Cost":158,"Date":"7/23/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":22,"Date":"11/21/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":154,"Date":"11/26/2022"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":384,"Cost":301,"Date":"2/20/2023"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":276,"Date":"5/21/2023"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":593,"Date":"9/28/2023"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":674,"Cost":588,"Date":"1/3/2024"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":364,"Date":"2/2/2024"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":270,"Date":"3/18/2024"},{"Store":"Ruse Mall","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":216,"Date":"10/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":288,"Cost":160,"Date":"2/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":13,"Cost":11,"Date":"6/7/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":941,"Cost":563,"Date":"1/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":153,"Cost":140,"Date":"3/27/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":111,"Date":"5/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":682,"Cost":452,"Date":"7/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":161,"Cost":107,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":410,"Cost":239,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":59,"Cost":45,"Date":"1/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":873,"Cost":543,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":651,"Date":"6/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":599,"Cost":434,"Date":"6/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":41,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":486,"Cost":247,"Date":"11/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":858,"Cost":478,"Date":"12/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":215,"Cost":122,"Date":"2/4/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":471,"Cost":297,"Date":"3/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":264,"Cost":231,"Date":"12/18/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":10,"Date":"3/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":758,"Cost":562,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":281,"Cost":242,"Date":"6/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":962,"Cost":537,"Date":"7/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":210,"Date":"11/21/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":310,"Cost":183,"Date":"11/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":721,"Cost":491,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":182,"Cost":168,"Date":"5/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":360,"Cost":214,"Date":"9/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":660,"Cost":401,"Date":"1/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":625,"Cost":428,"Date":"2/2/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":720,"Cost":456,"Date":"3/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM Home","Country":"Bulgaria","Sale":227,"Cost":194,"Date":"10/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":588,"Cost":379,"Date":"2/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":353,"Date":"6/7/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":197,"Cost":121,"Date":"1/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":978,"Cost":910,"Date":"3/27/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":852,"Cost":659,"Date":"5/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":364,"Cost":225,"Date":"7/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":347,"Cost":291,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":316,"Cost":282,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":669,"Cost":376,"Date":"1/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":477,"Cost":345,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":326,"Date":"6/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":18,"Date":"6/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":43,"Cost":41,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":373,"Date":"11/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":925,"Cost":810,"Date":"12/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":17,"Date":"2/4/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":340,"Cost":316,"Date":"3/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":190,"Date":"12/18/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":772,"Date":"3/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":893,"Cost":812,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":548,"Cost":302,"Date":"6/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":825,"Cost":558,"Date":"7/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":215,"Date":"11/21/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":453,"Cost":410,"Date":"11/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":899,"Cost":639,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":248,"Date":"5/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":118,"Cost":103,"Date":"9/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":144,"Cost":109,"Date":"1/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":207,"Date":"2/2/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":682,"Cost":417,"Date":"3/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"10/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":501,"Date":"2/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":405,"Date":"6/7/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":519,"Date":"1/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":311,"Cost":162,"Date":"3/27/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":854,"Cost":626,"Date":"5/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":784,"Date":"7/28/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":191,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":638,"Cost":474,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":870,"Cost":818,"Date":"1/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":386,"Cost":293,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":1000,"Cost":941,"Date":"6/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":655,"Cost":590,"Date":"6/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":652,"Cost":396,"Date":"8/13/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":96,"Cost":63,"Date":"11/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":37,"Cost":33,"Date":"12/28/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":300,"Date":"2/4/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":407,"Cost":332,"Date":"3/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":234,"Cost":154,"Date":"12/18/2021"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":105,"Cost":85,"Date":"3/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":635,"Cost":559,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":860,"Cost":654,"Date":"6/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":992,"Cost":586,"Date":"7/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":388,"Date":"11/21/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":953,"Cost":525,"Date":"11/26/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":798,"Cost":745,"Date":"2/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":444,"Date":"5/21/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":483,"Date":"9/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":483,"Cost":258,"Date":"1/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":674,"Date":"2/2/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":109,"Cost":72,"Date":"3/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Jeans","Country":"Bulgaria","Sale":935,"Cost":641,"Date":"10/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":275,"Cost":243,"Date":"2/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":559,"Cost":381,"Date":"6/7/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":765,"Cost":708,"Date":"1/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":389,"Cost":207,"Date":"3/27/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":201,"Cost":116,"Date":"5/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":640,"Date":"7/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":277,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":731,"Cost":592,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":256,"Date":"1/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":487,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":885,"Cost":509,"Date":"6/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":802,"Cost":487,"Date":"6/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":420,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":868,"Date":"11/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":398,"Cost":300,"Date":"12/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":264,"Date":"2/4/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":168,"Date":"3/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":798,"Cost":590,"Date":"12/18/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":657,"Date":"3/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":364,"Cost":247,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":82,"Date":"6/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":701,"Cost":482,"Date":"7/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":137,"Cost":105,"Date":"11/21/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":394,"Date":"11/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":427,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":881,"Cost":829,"Date":"5/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":23,"Cost":20,"Date":"9/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":618,"Date":"1/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":798,"Cost":683,"Date":"2/2/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":183,"Cost":107,"Date":"3/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":26,"Date":"10/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":930,"Cost":849,"Date":"2/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":161,"Cost":92,"Date":"6/7/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":418,"Date":"1/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":783,"Cost":471,"Date":"3/27/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":197,"Date":"5/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":361,"Date":"7/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":770,"Cost":635,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":922,"Cost":562,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":263,"Date":"1/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":649,"Cost":446,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":881,"Cost":503,"Date":"6/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":628,"Cost":419,"Date":"6/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":911,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":376,"Date":"11/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":807,"Cost":751,"Date":"12/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":490,"Date":"2/4/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":469,"Date":"3/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":152,"Date":"12/18/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":29,"Date":"3/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":922,"Cost":729,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":344,"Cost":184,"Date":"6/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":183,"Cost":106,"Date":"7/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":429,"Date":"11/21/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":45,"Date":"11/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":437,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":384,"Date":"5/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":481,"Cost":420,"Date":"9/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":797,"Cost":494,"Date":"1/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":713,"Date":"2/2/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":218,"Cost":166,"Date":"3/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":382,"Date":"10/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":163,"Cost":102,"Date":"2/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":504,"Date":"6/7/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":540,"Cost":373,"Date":"1/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":638,"Cost":329,"Date":"3/27/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":505,"Cost":343,"Date":"5/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":170,"Cost":118,"Date":"7/28/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":278,"Cost":226,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":931,"Cost":473,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":542,"Date":"1/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":311,"Cost":175,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":779,"Cost":728,"Date":"6/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":881,"Cost":460,"Date":"6/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":594,"Date":"8/13/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":867,"Cost":546,"Date":"11/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":924,"Cost":491,"Date":"12/28/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":160,"Cost":144,"Date":"2/4/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":316,"Cost":193,"Date":"3/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":162,"Cost":131,"Date":"12/18/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":381,"Cost":337,"Date":"3/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":646,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":664,"Date":"6/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":518,"Date":"7/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":575,"Cost":531,"Date":"11/21/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":69,"Date":"11/26/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":380,"Cost":206,"Date":"2/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":179,"Cost":156,"Date":"5/21/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":891,"Date":"9/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":986,"Cost":722,"Date":"1/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":894,"Date":"2/2/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":175,"Cost":139,"Date":"3/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":152,"Cost":95,"Date":"10/14/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":650,"Cost":460,"Date":"2/16/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":769,"Cost":725,"Date":"6/7/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":36,"Cost":30,"Date":"1/28/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":571,"Cost":462,"Date":"3/27/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":386,"Date":"5/12/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":431,"Cost":323,"Date":"7/28/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":114,"Cost":62,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":551,"Cost":278,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":595,"Cost":319,"Date":"1/17/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":143,"Cost":85,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":249,"Date":"6/6/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":637,"Cost":581,"Date":"6/16/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":693,"Cost":373,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":896,"Cost":564,"Date":"11/19/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":234,"Date":"12/28/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":367,"Date":"2/4/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":628,"Cost":464,"Date":"3/8/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":787,"Cost":598,"Date":"12/18/2021"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":465,"Cost":361,"Date":"3/31/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":916,"Cost":762,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":998,"Cost":513,"Date":"6/26/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":297,"Date":"7/23/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":844,"Cost":684,"Date":"11/21/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":759,"Date":"11/26/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":136,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":711,"Date":"5/21/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":156,"Date":"9/28/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":70,"Cost":50,"Date":"1/3/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":432,"Cost":351,"Date":"2/2/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":909,"Cost":740,"Date":"3/18/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":302,"Cost":265,"Date":"10/14/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":265,"Cost":142,"Date":"2/16/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":510,"Date":"6/7/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":743,"Date":"1/28/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":7,"Cost":4,"Date":"3/27/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":512,"Cost":294,"Date":"5/12/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":677,"Cost":441,"Date":"7/28/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":770,"Cost":567,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":440,"Cost":324,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":333,"Cost":180,"Date":"1/17/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":700,"Cost":615,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":58,"Date":"6/6/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":252,"Cost":154,"Date":"6/16/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":90,"Cost":55,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":79,"Date":"11/19/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":700,"Cost":547,"Date":"12/28/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":69,"Date":"2/4/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":177,"Cost":110,"Date":"3/8/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":754,"Cost":607,"Date":"12/18/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":446,"Cost":324,"Date":"3/31/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":43,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":583,"Date":"6/26/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":263,"Cost":199,"Date":"7/23/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"11/21/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":471,"Date":"11/26/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":552,"Cost":511,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":221,"Date":"5/21/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":380,"Date":"9/28/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":609,"Cost":530,"Date":"1/3/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":532,"Date":"2/2/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":639,"Date":"3/18/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":332,"Cost":189,"Date":"10/14/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":334,"Date":"2/16/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":416,"Date":"6/7/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":291,"Cost":171,"Date":"1/28/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":15,"Cost":9,"Date":"3/27/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":814,"Date":"5/12/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":39,"Date":"7/28/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":314,"Cost":158,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":507,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":244,"Date":"1/17/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":271,"Cost":138,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":632,"Cost":554,"Date":"6/6/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":135,"Cost":95,"Date":"6/16/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":338,"Date":"8/13/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":838,"Cost":453,"Date":"11/19/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":349,"Date":"12/28/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":187,"Cost":155,"Date":"2/4/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":10,"Date":"3/8/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":40,"Cost":27,"Date":"12/18/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":186,"Cost":137,"Date":"3/31/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":366,"Cost":250,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":540,"Cost":278,"Date":"6/26/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":815,"Cost":596,"Date":"7/23/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":704,"Cost":378,"Date":"11/21/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":281,"Cost":201,"Date":"11/26/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":784,"Cost":502,"Date":"2/20/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":449,"Cost":392,"Date":"5/21/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":149,"Cost":97,"Date":"9/28/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":148,"Date":"1/3/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":333,"Cost":190,"Date":"2/2/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":33,"Date":"3/18/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":597,"Cost":307,"Date":"10/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":555,"Cost":507,"Date":"2/16/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"6/7/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":572,"Cost":360,"Date":"1/28/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":799,"Date":"3/27/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":88,"Date":"5/12/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":503,"Date":"7/28/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":755,"Cost":576,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":428,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":382,"Date":"1/17/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":246,"Cost":150,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":142,"Date":"6/6/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":350,"Date":"6/16/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":319,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":190,"Date":"11/19/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":225,"Date":"12/28/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":121,"Cost":92,"Date":"2/4/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":247,"Cost":131,"Date":"3/8/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":655,"Cost":494,"Date":"12/18/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":513,"Date":"3/31/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":867,"Cost":461,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":398,"Date":"6/26/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":304,"Date":"7/23/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":640,"Cost":346,"Date":"11/21/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":216,"Date":"11/26/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":194,"Cost":152,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":224,"Date":"5/21/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":34,"Date":"9/28/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":187,"Date":"1/3/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":914,"Cost":535,"Date":"2/2/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":611,"Date":"3/18/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":441,"Cost":356,"Date":"10/14/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":703,"Cost":438,"Date":"2/16/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":638,"Cost":479,"Date":"6/7/2018"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":302,"Date":"1/28/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":658,"Cost":395,"Date":"3/27/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":584,"Date":"5/12/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":60,"Cost":56,"Date":"7/28/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":438,"Cost":291,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":469,"Cost":273,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":384,"Cost":266,"Date":"1/17/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":36,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":36,"Date":"6/6/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":105,"Cost":92,"Date":"6/16/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":415,"Cost":289,"Date":"11/19/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":440,"Date":"12/28/2020"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":393,"Cost":230,"Date":"2/4/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":36,"Cost":34,"Date":"3/8/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":853,"Cost":575,"Date":"12/18/2021"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":347,"Cost":271,"Date":"3/31/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":742,"Cost":650,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":522,"Date":"6/26/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":703,"Cost":553,"Date":"7/23/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":367,"Cost":327,"Date":"11/21/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":935,"Cost":768,"Date":"11/26/2022"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":107,"Cost":91,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":992,"Cost":686,"Date":"5/21/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":580,"Cost":380,"Date":"9/28/2023"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":616,"Cost":554,"Date":"1/3/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":481,"Cost":327,"Date":"2/2/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":701,"Cost":470,"Date":"3/18/2024"},{"Store":"Pleven Plaza","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":206,"Date":"10/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":50,"Date":"2/16/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":527,"Date":"6/7/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":442,"Date":"1/28/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":207,"Cost":171,"Date":"3/27/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":57,"Cost":38,"Date":"5/12/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":237,"Date":"7/28/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":462,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":262,"Cost":187,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":896,"Cost":492,"Date":"1/17/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":519,"Cost":378,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":873,"Cost":670,"Date":"6/6/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":519,"Date":"6/16/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":515,"Date":"8/13/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":335,"Date":"11/19/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":339,"Date":"12/28/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":462,"Cost":383,"Date":"2/4/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":701,"Date":"3/8/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":83,"Cost":77,"Date":"12/18/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":117,"Date":"3/31/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":862,"Cost":592,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":638,"Date":"6/26/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":344,"Cost":251,"Date":"7/23/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":937,"Cost":838,"Date":"11/21/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":784,"Cost":472,"Date":"11/26/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":565,"Date":"2/20/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":577,"Date":"5/21/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":46,"Cost":27,"Date":"9/28/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":385,"Date":"1/3/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":393,"Date":"2/2/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":516,"Cost":365,"Date":"3/18/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":447,"Date":"10/14/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":836,"Date":"2/16/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":598,"Date":"6/7/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":501,"Date":"1/28/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":160,"Cost":94,"Date":"3/27/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":165,"Date":"5/12/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":676,"Date":"7/28/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":416,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":352,"Cost":178,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":453,"Cost":275,"Date":"1/17/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":556,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":801,"Cost":510,"Date":"6/6/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":558,"Date":"6/16/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":23,"Cost":12,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":371,"Date":"11/19/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":970,"Cost":573,"Date":"12/28/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":772,"Date":"2/4/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":806,"Cost":707,"Date":"3/8/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":49,"Date":"12/18/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":93,"Date":"3/31/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":71,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":984,"Cost":710,"Date":"6/26/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":518,"Cost":331,"Date":"7/23/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":424,"Date":"11/21/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":477,"Date":"11/26/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":554,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":462,"Date":"5/21/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":260,"Cost":198,"Date":"9/28/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":954,"Cost":667,"Date":"1/3/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":65,"Date":"2/2/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":237,"Date":"3/18/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":682,"Cost":404,"Date":"10/14/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":396,"Cost":225,"Date":"2/16/2018"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":971,"Cost":553,"Date":"6/7/2018"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":559,"Date":"1/28/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":807,"Cost":572,"Date":"3/27/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"5/12/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":798,"Cost":707,"Date":"7/28/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":101,"Cost":66,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":616,"Cost":378,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":928,"Cost":840,"Date":"1/17/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":562,"Cost":304,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":327,"Date":"6/6/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":150,"Cost":133,"Date":"6/16/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":875,"Cost":563,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":297,"Cost":242,"Date":"11/19/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":480,"Date":"12/28/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":656,"Cost":518,"Date":"2/4/2021"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":767,"Cost":451,"Date":"3/8/2021"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":262,"Cost":220,"Date":"12/18/2021"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":883,"Cost":490,"Date":"3/31/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":984,"Cost":552,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":499,"Date":"6/26/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":805,"Cost":717,"Date":"7/23/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":206,"Cost":118,"Date":"11/21/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":109,"Cost":62,"Date":"11/26/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":134,"Cost":121,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":434,"Cost":339,"Date":"5/21/2023"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":706,"Cost":484,"Date":"9/28/2023"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":517,"Cost":346,"Date":"1/3/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":974,"Cost":786,"Date":"2/2/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":694,"Cost":572,"Date":"3/18/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":501,"Cost":445,"Date":"10/14/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":862,"Cost":687,"Date":"2/16/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":238,"Date":"6/7/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":93,"Date":"1/28/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":197,"Cost":116,"Date":"3/27/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":331,"Cost":288,"Date":"5/12/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":696,"Cost":522,"Date":"7/28/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":731,"Cost":649,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":937,"Cost":482,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":690,"Cost":373,"Date":"1/17/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":589,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":710,"Cost":530,"Date":"6/6/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":742,"Cost":662,"Date":"6/16/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":827,"Cost":502,"Date":"8/13/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":809,"Date":"11/19/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":955,"Cost":754,"Date":"12/28/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":927,"Cost":822,"Date":"2/4/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":167,"Cost":99,"Date":"3/8/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":827,"Cost":523,"Date":"12/18/2021"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":918,"Cost":654,"Date":"3/31/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":553,"Cost":338,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":365,"Cost":303,"Date":"6/26/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":581,"Date":"7/23/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":815,"Cost":486,"Date":"11/21/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":137,"Cost":112,"Date":"11/26/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":753,"Cost":699,"Date":"2/20/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":115,"Date":"5/21/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":892,"Cost":811,"Date":"9/28/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":593,"Date":"1/3/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":726,"Cost":453,"Date":"2/2/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":308,"Cost":192,"Date":"3/18/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":213,"Date":"10/14/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":424,"Date":"2/16/2018"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":204,"Cost":188,"Date":"6/7/2018"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":115,"Cost":59,"Date":"1/28/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":161,"Cost":148,"Date":"3/27/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":439,"Date":"5/12/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":283,"Cost":177,"Date":"7/28/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":743,"Cost":453,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":533,"Cost":396,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":231,"Date":"1/17/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":118,"Cost":79,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":442,"Date":"6/6/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":207,"Cost":109,"Date":"6/16/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":559,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":636,"Cost":591,"Date":"11/19/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":160,"Date":"12/28/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":378,"Date":"2/4/2021"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":316,"Date":"3/8/2021"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":825,"Cost":617,"Date":"12/18/2021"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":301,"Date":"3/31/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":687,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":260,"Date":"6/26/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":349,"Cost":325,"Date":"7/23/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":915,"Date":"11/21/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"11/26/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":362,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":878,"Cost":583,"Date":"5/21/2023"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":61,"Date":"9/28/2023"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":481,"Date":"1/3/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":378,"Date":"2/2/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":437,"Cost":266,"Date":"3/18/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":115,"Date":"10/14/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":98,"Cost":56,"Date":"2/16/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":843,"Cost":788,"Date":"6/7/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":651,"Cost":374,"Date":"1/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":119,"Date":"3/27/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":885,"Cost":493,"Date":"5/12/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":667,"Cost":437,"Date":"7/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":563,"Cost":336,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":793,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":695,"Cost":538,"Date":"1/17/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":19,"Cost":9,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":824,"Cost":775,"Date":"6/6/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":484,"Cost":292,"Date":"6/16/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":800,"Cost":536,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":241,"Cost":212,"Date":"11/19/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"12/28/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":804,"Cost":488,"Date":"2/4/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":155,"Cost":144,"Date":"3/8/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":606,"Cost":489,"Date":"12/18/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":498,"Date":"3/31/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":490,"Cost":421,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":169,"Date":"6/26/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":992,"Cost":795,"Date":"7/23/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":79,"Cost":67,"Date":"11/21/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":89,"Cost":61,"Date":"11/26/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":437,"Cost":390,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":716,"Date":"5/21/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":37,"Cost":24,"Date":"9/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":411,"Cost":311,"Date":"1/3/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":601,"Cost":337,"Date":"2/2/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":558,"Cost":286,"Date":"3/18/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":410,"Date":"10/14/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":780,"Cost":504,"Date":"2/16/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":559,"Date":"6/7/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":938,"Cost":557,"Date":"1/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":386,"Cost":211,"Date":"3/27/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":764,"Cost":664,"Date":"5/12/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":28,"Date":"7/28/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":108,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":705,"Cost":453,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"1/17/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":581,"Cost":433,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":651,"Cost":388,"Date":"6/6/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":957,"Cost":589,"Date":"6/16/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":573,"Cost":503,"Date":"8/13/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":527,"Cost":329,"Date":"11/19/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":422,"Cost":249,"Date":"12/28/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":766,"Cost":515,"Date":"2/4/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":361,"Cost":194,"Date":"3/8/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":503,"Cost":425,"Date":"12/18/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":286,"Cost":227,"Date":"3/31/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":372,"Cost":227,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":822,"Cost":507,"Date":"6/26/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":160,"Cost":105,"Date":"7/23/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":868,"Cost":820,"Date":"11/21/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":577,"Cost":383,"Date":"11/26/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":468,"Date":"2/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":452,"Date":"5/21/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":264,"Cost":143,"Date":"9/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":153,"Cost":100,"Date":"1/3/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":212,"Date":"2/2/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":753,"Date":"3/18/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":494,"Cost":290,"Date":"10/14/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":868,"Cost":733,"Date":"2/16/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":773,"Cost":615,"Date":"6/7/2018"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":211,"Cost":112,"Date":"1/28/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":836,"Cost":479,"Date":"3/27/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":779,"Cost":405,"Date":"5/12/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":317,"Date":"7/28/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":921,"Cost":706,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":337,"Cost":278,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":162,"Cost":124,"Date":"1/17/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":374,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":511,"Date":"6/6/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":277,"Date":"6/16/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":189,"Cost":136,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":387,"Cost":308,"Date":"11/19/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":151,"Date":"12/28/2020"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":195,"Date":"2/4/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":525,"Date":"3/8/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":655,"Cost":411,"Date":"12/18/2021"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":314,"Cost":236,"Date":"3/31/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":107,"Cost":87,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":482,"Cost":385,"Date":"6/26/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":834,"Date":"7/23/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"11/21/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":865,"Cost":563,"Date":"11/26/2022"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":11,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":776,"Cost":505,"Date":"5/21/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":75,"Date":"9/28/2023"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":86,"Cost":69,"Date":"1/3/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":587,"Cost":415,"Date":"2/2/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":254,"Cost":158,"Date":"3/18/2024"},{"Store":"Montana Mall","Brand":"ARKET","Country":"Bulgaria","Sale":786,"Cost":631,"Date":"10/14/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":891,"Cost":616,"Date":"2/16/2018"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":336,"Cost":196,"Date":"6/7/2018"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":540,"Date":"1/28/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":516,"Date":"3/27/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":974,"Cost":902,"Date":"5/12/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":669,"Cost":424,"Date":"7/28/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":524,"Cost":437,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":778,"Cost":452,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":670,"Date":"1/17/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":668,"Cost":349,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":206,"Cost":186,"Date":"6/6/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":890,"Cost":512,"Date":"6/16/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":952,"Cost":884,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":912,"Cost":839,"Date":"11/19/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":438,"Cost":267,"Date":"12/28/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":266,"Cost":220,"Date":"2/4/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":649,"Cost":401,"Date":"3/8/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":999,"Cost":576,"Date":"12/18/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":967,"Cost":575,"Date":"3/31/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":819,"Cost":722,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":618,"Cost":586,"Date":"6/26/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":83,"Cost":70,"Date":"7/23/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":675,"Cost":414,"Date":"11/21/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":38,"Cost":30,"Date":"11/26/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":743,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":294,"Cost":154,"Date":"5/21/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":473,"Cost":309,"Date":"9/28/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":599,"Date":"1/3/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":392,"Cost":369,"Date":"2/2/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":566,"Cost":403,"Date":"3/18/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":34,"Cost":18,"Date":"10/14/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":56,"Cost":38,"Date":"2/16/2018"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":443,"Date":"6/7/2018"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":637,"Cost":600,"Date":"1/28/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":204,"Cost":156,"Date":"3/27/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":594,"Cost":454,"Date":"5/12/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":476,"Cost":268,"Date":"7/28/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":673,"Cost":343,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":542,"Date":"1/17/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":195,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":571,"Cost":498,"Date":"6/6/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":231,"Cost":116,"Date":"6/16/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":135,"Date":"8/13/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":788,"Cost":706,"Date":"11/19/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":359,"Cost":243,"Date":"12/28/2020"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":950,"Cost":646,"Date":"2/4/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":670,"Cost":376,"Date":"3/8/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":763,"Cost":527,"Date":"12/18/2021"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":737,"Date":"3/31/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":745,"Cost":691,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":277,"Cost":250,"Date":"6/26/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":795,"Cost":484,"Date":"7/23/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":273,"Cost":179,"Date":"11/21/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":826,"Cost":441,"Date":"11/26/2022"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":17,"Date":"2/20/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":673,"Cost":424,"Date":"5/21/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":303,"Cost":219,"Date":"9/28/2023"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":319,"Cost":263,"Date":"1/3/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":25,"Cost":22,"Date":"2/2/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":156,"Cost":112,"Date":"3/18/2024"},{"Store":"Montana Mall","Brand":"HM","Country":"Bulgaria","Sale":63,"Cost":39,"Date":"10/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":110,"Cost":103,"Date":"2/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":672,"Cost":551,"Date":"6/7/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":984,"Cost":620,"Date":"1/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":975,"Cost":871,"Date":"3/27/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":999,"Cost":679,"Date":"5/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":961,"Cost":655,"Date":"7/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":308,"Cost":161,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":997,"Cost":849,"Date":"1/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":823,"Cost":737,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":955,"Cost":594,"Date":"6/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":603,"Cost":554,"Date":"6/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":641,"Cost":558,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":132,"Cost":78,"Date":"11/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":428,"Date":"12/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":554,"Cost":278,"Date":"2/4/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":572,"Cost":329,"Date":"3/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":661,"Cost":592,"Date":"12/18/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":359,"Cost":334,"Date":"3/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":37,"Cost":22,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":93,"Cost":65,"Date":"6/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":571,"Cost":336,"Date":"7/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":752,"Cost":673,"Date":"11/21/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":214,"Cost":108,"Date":"11/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":798,"Cost":690,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":101,"Cost":52,"Date":"5/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":486,"Cost":329,"Date":"9/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":134,"Cost":113,"Date":"1/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":56,"Cost":32,"Date":"2/2/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":210,"Cost":154,"Date":"3/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":964,"Cost":810,"Date":"10/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":888,"Cost":470,"Date":"2/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":466,"Cost":255,"Date":"6/7/2018"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":47,"Cost":43,"Date":"1/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":166,"Cost":129,"Date":"3/27/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":293,"Cost":272,"Date":"5/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":337,"Cost":208,"Date":"7/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":404,"Cost":232,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":405,"Cost":300,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":254,"Date":"1/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":173,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":150,"Date":"6/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":119,"Date":"6/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":634,"Cost":360,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":952,"Cost":873,"Date":"11/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":425,"Date":"12/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":573,"Cost":296,"Date":"2/4/2021"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":271,"Cost":235,"Date":"3/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":320,"Date":"12/18/2021"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":91,"Date":"3/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":404,"Cost":319,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":637,"Cost":387,"Date":"6/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":726,"Cost":631,"Date":"7/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":276,"Date":"11/21/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":231,"Cost":183,"Date":"11/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":679,"Cost":611,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":496,"Cost":298,"Date":"5/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":104,"Date":"9/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":683,"Cost":584,"Date":"1/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":10,"Cost":9,"Date":"2/2/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":91,"Cost":45,"Date":"3/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"COS","Country":"Bulgaria","Sale":87,"Cost":60,"Date":"10/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":560,"Cost":472,"Date":"2/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":815,"Cost":478,"Date":"6/7/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":61,"Cost":53,"Date":"1/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":264,"Date":"3/27/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":493,"Date":"5/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":101,"Date":"7/28/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":549,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":830,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":502,"Cost":385,"Date":"1/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":510,"Cost":405,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":534,"Date":"6/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":789,"Cost":516,"Date":"6/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":222,"Cost":161,"Date":"8/13/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":30,"Cost":22,"Date":"11/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":510,"Cost":425,"Date":"12/28/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":304,"Cost":217,"Date":"2/4/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"3/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":55,"Date":"12/18/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":331,"Date":"3/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":125,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":209,"Date":"6/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":392,"Cost":314,"Date":"7/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":160,"Date":"11/21/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":38,"Date":"11/26/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":311,"Date":"2/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":752,"Date":"5/21/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":418,"Cost":338,"Date":"9/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":849,"Cost":785,"Date":"1/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":731,"Cost":657,"Date":"2/2/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":431,"Cost":373,"Date":"3/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":492,"Date":"10/14/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":270,"Cost":212,"Date":"2/16/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":656,"Cost":409,"Date":"6/7/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":681,"Cost":464,"Date":"1/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":315,"Cost":284,"Date":"3/27/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":369,"Cost":248,"Date":"5/12/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":158,"Cost":129,"Date":"7/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":613,"Cost":402,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":603,"Cost":381,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":206,"Date":"1/17/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":915,"Cost":539,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":143,"Cost":77,"Date":"6/6/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":683,"Cost":430,"Date":"6/16/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":56,"Cost":53,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":308,"Cost":289,"Date":"11/19/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":649,"Date":"12/28/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":790,"Cost":466,"Date":"2/4/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":282,"Cost":264,"Date":"3/8/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":527,"Date":"12/18/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":544,"Cost":361,"Date":"3/31/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":241,"Cost":120,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":189,"Date":"6/26/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":365,"Date":"7/23/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":324,"Cost":235,"Date":"11/21/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"11/26/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":810,"Cost":589,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":228,"Cost":125,"Date":"5/21/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":841,"Cost":632,"Date":"9/28/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":115,"Cost":60,"Date":"1/3/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":171,"Date":"2/2/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":209,"Date":"3/18/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":746,"Cost":590,"Date":"10/14/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":335,"Cost":168,"Date":"2/16/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":270,"Date":"6/7/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":193,"Cost":112,"Date":"1/28/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":309,"Date":"3/27/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":231,"Date":"5/12/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":389,"Date":"7/28/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":409,"Cost":318,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":220,"Cost":185,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":783,"Cost":409,"Date":"1/17/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":837,"Cost":717,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":643,"Date":"6/6/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":486,"Date":"6/16/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":278,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":572,"Date":"11/19/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":782,"Date":"12/28/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":546,"Date":"2/4/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":151,"Cost":91,"Date":"3/8/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":505,"Date":"12/18/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":328,"Date":"3/31/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":935,"Cost":879,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":873,"Date":"6/26/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":704,"Date":"7/23/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":658,"Date":"11/21/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":225,"Cost":193,"Date":"11/26/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":445,"Cost":415,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":412,"Cost":382,"Date":"5/21/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":980,"Cost":782,"Date":"9/28/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":142,"Date":"1/3/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":189,"Cost":138,"Date":"2/2/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":809,"Cost":630,"Date":"3/18/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":329,"Cost":294,"Date":"10/14/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":717,"Date":"2/16/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":438,"Cost":239,"Date":"6/7/2018"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":230,"Cost":126,"Date":"1/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":72,"Date":"3/27/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":716,"Cost":405,"Date":"5/12/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":713,"Cost":597,"Date":"7/28/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":668,"Cost":381,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":45,"Cost":43,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":591,"Cost":411,"Date":"1/17/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":241,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":150,"Cost":86,"Date":"6/6/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":221,"Date":"6/16/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":719,"Date":"8/13/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":324,"Cost":266,"Date":"11/19/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":407,"Cost":348,"Date":"12/28/2020"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":602,"Cost":512,"Date":"2/4/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":98,"Date":"3/8/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":611,"Cost":384,"Date":"12/18/2021"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":30,"Cost":20,"Date":"3/31/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":67,"Cost":56,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":494,"Cost":434,"Date":"6/26/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":68,"Cost":59,"Date":"7/23/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":201,"Date":"11/21/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":395,"Date":"11/26/2022"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":776,"Cost":458,"Date":"2/20/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":254,"Cost":164,"Date":"5/21/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":712,"Cost":507,"Date":"9/28/2023"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":182,"Cost":133,"Date":"1/3/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":464,"Cost":306,"Date":"2/2/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":677,"Date":"3/18/2024"},{"Store":"Mall Dobrich","Brand":"Jeans","Country":"Bulgaria","Sale":837,"Cost":523,"Date":"10/14/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":370,"Cost":284,"Date":"2/16/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":423,"Date":"6/7/2018"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":927,"Cost":600,"Date":"1/28/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":530,"Date":"3/27/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":915,"Cost":546,"Date":"5/12/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":296,"Date":"7/28/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":924,"Cost":790,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":574,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":785,"Cost":550,"Date":"1/17/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":274,"Cost":149,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":933,"Cost":837,"Date":"6/6/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":535,"Cost":462,"Date":"6/16/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":402,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":620,"Cost":405,"Date":"11/19/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":954,"Cost":479,"Date":"12/28/2020"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":367,"Cost":243,"Date":"2/4/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":167,"Date":"3/8/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":829,"Cost":496,"Date":"12/18/2021"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":795,"Cost":651,"Date":"3/31/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":619,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":749,"Date":"6/26/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":997,"Cost":940,"Date":"7/23/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":826,"Cost":472,"Date":"11/21/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":680,"Cost":640,"Date":"11/26/2022"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":221,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":153,"Cost":123,"Date":"5/21/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":488,"Date":"9/28/2023"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":300,"Cost":277,"Date":"1/3/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":286,"Date":"2/2/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":39,"Date":"3/18/2024"},{"Store":"Sliven Mall","Brand":"COS","Country":"Bulgaria","Sale":802,"Cost":574,"Date":"10/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":473,"Cost":369,"Date":"2/16/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":521,"Cost":317,"Date":"6/7/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":451,"Date":"1/28/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":205,"Date":"3/27/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":791,"Cost":719,"Date":"5/12/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":17,"Cost":15,"Date":"7/28/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":817,"Cost":498,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":251,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":961,"Cost":758,"Date":"1/17/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":281,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":561,"Cost":294,"Date":"6/6/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":192,"Date":"6/16/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":64,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":512,"Date":"11/19/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":550,"Cost":294,"Date":"12/28/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":840,"Cost":523,"Date":"2/4/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":616,"Date":"3/8/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":421,"Date":"12/18/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":120,"Cost":94,"Date":"3/31/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":191,"Cost":100,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":96,"Cost":79,"Date":"6/26/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":195,"Date":"7/23/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":101,"Date":"11/21/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":580,"Cost":509,"Date":"11/26/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":779,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":707,"Date":"5/21/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":464,"Cost":348,"Date":"9/28/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":459,"Date":"1/3/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":218,"Date":"2/2/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":150,"Date":"3/18/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":985,"Cost":544,"Date":"10/14/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":259,"Cost":134,"Date":"2/16/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":89,"Cost":53,"Date":"6/7/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":202,"Date":"1/28/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":718,"Date":"3/27/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":106,"Date":"5/12/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":221,"Cost":190,"Date":"7/28/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":722,"Cost":439,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":761,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":126,"Cost":118,"Date":"1/17/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":562,"Cost":301,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":361,"Cost":340,"Date":"6/6/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":528,"Date":"6/16/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":924,"Cost":497,"Date":"8/13/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":659,"Cost":344,"Date":"11/19/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":146,"Cost":78,"Date":"12/28/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":77,"Date":"2/4/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":425,"Date":"3/8/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":558,"Cost":286,"Date":"12/18/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":613,"Cost":393,"Date":"3/31/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":443,"Cost":250,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":709,"Cost":636,"Date":"6/26/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":688,"Cost":365,"Date":"7/23/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":269,"Cost":183,"Date":"11/21/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":960,"Cost":858,"Date":"11/26/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":142,"Cost":109,"Date":"2/20/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":562,"Date":"5/21/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":295,"Cost":152,"Date":"9/28/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":552,"Cost":482,"Date":"1/3/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":594,"Cost":436,"Date":"2/2/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":846,"Cost":804,"Date":"3/18/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":224,"Cost":135,"Date":"10/14/2024"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":173,"Cost":97,"Date":"2/16/2018"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":545,"Cost":470,"Date":"6/7/2018"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":551,"Date":"1/28/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":743,"Cost":616,"Date":"3/27/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":153,"Cost":85,"Date":"5/12/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":611,"Date":"7/28/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":337,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":159,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":516,"Date":"1/17/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":393,"Cost":234,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":592,"Cost":376,"Date":"6/6/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":41,"Date":"6/16/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":805,"Cost":761,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":139,"Cost":131,"Date":"11/19/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":604,"Date":"12/28/2020"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":271,"Date":"2/4/2021"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":348,"Cost":220,"Date":"3/8/2021"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":651,"Cost":584,"Date":"12/18/2021"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":646,"Date":"3/31/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":108,"Cost":98,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":602,"Date":"6/26/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":792,"Date":"7/23/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":378,"Cost":251,"Date":"11/21/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"11/26/2022"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":46,"Cost":28,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":205,"Date":"5/21/2023"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":397,"Date":"9/28/2023"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":454,"Cost":366,"Date":"1/3/2024"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":586,"Date":"2/2/2024"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":135,"Date":"3/18/2024"},{"Store":"Botevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":399,"Cost":204,"Date":"10/14/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":11,"Cost":6,"Date":"2/16/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":734,"Cost":578,"Date":"6/7/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":971,"Cost":738,"Date":"1/28/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":205,"Date":"3/27/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":807,"Cost":662,"Date":"5/12/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":733,"Cost":403,"Date":"7/28/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":614,"Cost":477,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":990,"Cost":788,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":417,"Cost":366,"Date":"1/17/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":419,"Cost":234,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":40,"Cost":33,"Date":"6/6/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":743,"Cost":700,"Date":"6/16/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":584,"Cost":498,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":243,"Date":"11/19/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":946,"Cost":782,"Date":"12/28/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":432,"Date":"2/4/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":298,"Date":"3/8/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":445,"Cost":276,"Date":"12/18/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":453,"Cost":420,"Date":"3/31/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":924,"Cost":540,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":133,"Cost":82,"Date":"6/26/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":521,"Cost":276,"Date":"7/23/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":678,"Cost":469,"Date":"11/21/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":737,"Cost":668,"Date":"11/26/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":187,"Cost":133,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":733,"Cost":436,"Date":"5/21/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":358,"Date":"9/28/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":789,"Cost":746,"Date":"1/3/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":771,"Date":"2/2/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":926,"Cost":520,"Date":"3/18/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":759,"Cost":567,"Date":"10/14/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":796,"Cost":629,"Date":"2/16/2018"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":409,"Date":"6/7/2018"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":249,"Cost":192,"Date":"1/28/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":296,"Cost":272,"Date":"3/27/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":188,"Cost":151,"Date":"5/12/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":449,"Cost":309,"Date":"7/28/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":438,"Cost":368,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":594,"Cost":456,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":44,"Cost":27,"Date":"1/17/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":797,"Cost":506,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":626,"Cost":536,"Date":"6/6/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":516,"Cost":295,"Date":"6/16/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":783,"Cost":630,"Date":"8/13/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":140,"Cost":96,"Date":"11/19/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":407,"Date":"12/28/2020"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":312,"Cost":259,"Date":"2/4/2021"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":807,"Cost":704,"Date":"3/8/2021"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":366,"Cost":253,"Date":"12/18/2021"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":383,"Date":"3/31/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":58,"Cost":43,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":995,"Cost":821,"Date":"6/26/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":32,"Cost":31,"Date":"7/23/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":379,"Date":"11/21/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":820,"Cost":774,"Date":"11/26/2022"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":815,"Cost":682,"Date":"2/20/2023"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":733,"Cost":643,"Date":"5/21/2023"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":266,"Cost":138,"Date":"9/28/2023"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":648,"Cost":481,"Date":"1/3/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":805,"Cost":704,"Date":"2/2/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":41,"Date":"3/18/2024"},{"Store":"Botevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":849,"Cost":487,"Date":"10/14/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":361,"Cost":329,"Date":"2/16/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":277,"Cost":252,"Date":"6/7/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":754,"Date":"1/28/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":298,"Cost":192,"Date":"3/27/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":435,"Date":"5/12/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":838,"Cost":584,"Date":"7/28/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":538,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":569,"Cost":516,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":247,"Date":"1/17/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":843,"Date":"6/6/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":541,"Cost":512,"Date":"6/16/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":218,"Cost":192,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":265,"Date":"11/19/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":242,"Date":"12/28/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":509,"Cost":368,"Date":"2/4/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":320,"Cost":266,"Date":"3/8/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":239,"Date":"12/18/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":401,"Cost":295,"Date":"3/31/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":525,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":175,"Date":"6/26/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":40,"Date":"7/23/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":308,"Date":"11/21/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":232,"Cost":181,"Date":"11/26/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":237,"Cost":187,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":816,"Cost":452,"Date":"5/21/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":166,"Cost":157,"Date":"9/28/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":94,"Date":"1/3/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":188,"Date":"2/2/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":613,"Cost":580,"Date":"3/18/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":621,"Cost":536,"Date":"10/14/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":424,"Cost":304,"Date":"2/16/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":546,"Date":"6/7/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":736,"Cost":493,"Date":"1/28/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":80,"Date":"3/27/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":833,"Cost":440,"Date":"5/12/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":255,"Cost":201,"Date":"7/28/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":486,"Cost":406,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":372,"Cost":233,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":862,"Date":"1/17/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":64,"Cost":49,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":677,"Cost":463,"Date":"6/6/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":947,"Cost":538,"Date":"6/16/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":839,"Cost":585,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":291,"Cost":156,"Date":"11/19/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":404,"Date":"12/28/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":623,"Date":"2/4/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":544,"Cost":463,"Date":"3/8/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":823,"Cost":462,"Date":"12/18/2021"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":59,"Date":"3/31/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":392,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":488,"Cost":278,"Date":"6/26/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":625,"Cost":391,"Date":"7/23/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":466,"Date":"11/21/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":66,"Cost":63,"Date":"11/26/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":454,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":472,"Date":"5/21/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":715,"Cost":385,"Date":"9/28/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":916,"Cost":788,"Date":"1/3/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":415,"Date":"2/2/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":829,"Cost":685,"Date":"3/18/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":660,"Date":"10/14/2024"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"2/16/2018"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":671,"Date":"6/7/2018"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":539,"Cost":473,"Date":"1/28/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":364,"Cost":298,"Date":"3/27/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":345,"Cost":274,"Date":"5/12/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":812,"Cost":754,"Date":"7/28/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":319,"Cost":303,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":780,"Cost":550,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":507,"Cost":262,"Date":"1/17/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":429,"Cost":324,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":275,"Cost":201,"Date":"6/6/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":217,"Date":"6/16/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":697,"Cost":529,"Date":"8/13/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":148,"Date":"11/19/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":484,"Cost":336,"Date":"12/28/2020"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":685,"Cost":630,"Date":"2/4/2021"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":184,"Date":"3/8/2021"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":550,"Date":"12/18/2021"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":446,"Cost":240,"Date":"3/31/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":37,"Cost":34,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":73,"Date":"6/26/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":199,"Date":"7/23/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":822,"Cost":717,"Date":"11/21/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":788,"Cost":554,"Date":"11/26/2022"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":220,"Cost":172,"Date":"2/20/2023"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":35,"Cost":25,"Date":"5/21/2023"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":85,"Cost":42,"Date":"9/28/2023"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":35,"Date":"1/3/2024"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":952,"Cost":499,"Date":"2/2/2024"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":394,"Cost":280,"Date":"3/18/2024"},{"Store":"Vratsa Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":590,"Date":"10/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":833,"Cost":778,"Date":"2/16/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":505,"Cost":278,"Date":"6/7/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":121,"Cost":89,"Date":"1/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":818,"Cost":689,"Date":"3/27/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":801,"Date":"5/12/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":791,"Cost":668,"Date":"7/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":759,"Cost":554,"Date":"8/8/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":549,"Date":"12/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":55,"Cost":49,"Date":"1/17/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":823,"Cost":535,"Date":"3/8/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":568,"Cost":309,"Date":"6/6/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":902,"Cost":795,"Date":"6/16/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":168,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":610,"Cost":553,"Date":"11/19/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":591,"Cost":331,"Date":"12/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":712,"Cost":384,"Date":"2/4/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":718,"Cost":489,"Date":"3/8/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":88,"Cost":46,"Date":"12/18/2021"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":912,"Cost":698,"Date":"3/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":581,"Cost":291,"Date":"4/20/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":564,"Cost":393,"Date":"6/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":908,"Cost":801,"Date":"7/23/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":695,"Cost":573,"Date":"11/21/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":80,"Cost":51,"Date":"11/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":135,"Cost":112,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":778,"Cost":444,"Date":"5/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":744,"Cost":392,"Date":"9/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":590,"Cost":335,"Date":"1/3/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":342,"Cost":273,"Date":"2/2/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":84,"Cost":49,"Date":"3/18/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Jeans","Country":"Canada","Sale":767,"Cost":582,"Date":"10/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":988,"Cost":645,"Date":"2/16/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":64,"Cost":57,"Date":"6/7/2018"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":712,"Cost":461,"Date":"1/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":503,"Cost":327,"Date":"3/27/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":87,"Cost":55,"Date":"5/12/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":790,"Cost":747,"Date":"7/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":96,"Cost":80,"Date":"8/8/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":959,"Cost":786,"Date":"12/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":106,"Cost":97,"Date":"1/17/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":907,"Cost":484,"Date":"3/8/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":117,"Cost":110,"Date":"6/6/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":567,"Cost":475,"Date":"6/16/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":700,"Cost":619,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":873,"Cost":594,"Date":"11/19/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":903,"Cost":558,"Date":"12/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":907,"Cost":659,"Date":"2/4/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":91,"Cost":81,"Date":"3/8/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":915,"Cost":821,"Date":"12/18/2021"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":915,"Cost":658,"Date":"3/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":146,"Cost":124,"Date":"4/20/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":773,"Cost":635,"Date":"6/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":749,"Cost":485,"Date":"7/23/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":986,"Cost":850,"Date":"11/21/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":77,"Cost":44,"Date":"11/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":583,"Cost":507,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":646,"Cost":369,"Date":"5/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":514,"Cost":262,"Date":"9/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":964,"Cost":841,"Date":"1/3/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":144,"Cost":114,"Date":"2/2/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":912,"Cost":848,"Date":"3/18/2024"},{"Store":"Eaton Centre, Toronto","Brand":"COS","Country":"Canada","Sale":218,"Cost":109,"Date":"10/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":500,"Cost":422,"Date":"2/16/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":709,"Cost":384,"Date":"6/7/2018"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":848,"Cost":758,"Date":"1/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":328,"Cost":214,"Date":"3/27/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":2,"Cost":1,"Date":"5/12/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":252,"Cost":160,"Date":"7/28/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":169,"Cost":90,"Date":"8/8/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":231,"Cost":137,"Date":"12/7/2019"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":814,"Cost":623,"Date":"1/17/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":670,"Cost":569,"Date":"3/8/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":574,"Cost":349,"Date":"6/6/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":533,"Cost":423,"Date":"6/16/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":690,"Cost":478,"Date":"8/13/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":499,"Cost":251,"Date":"11/19/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":566,"Cost":340,"Date":"12/28/2020"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":393,"Cost":317,"Date":"2/4/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":136,"Cost":122,"Date":"3/8/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":160,"Cost":151,"Date":"12/18/2021"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":996,"Cost":792,"Date":"3/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":417,"Cost":245,"Date":"4/20/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":360,"Cost":195,"Date":"6/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":745,"Cost":517,"Date":"7/23/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":509,"Cost":426,"Date":"11/21/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":180,"Cost":141,"Date":"11/26/2022"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":217,"Cost":114,"Date":"2/20/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":976,"Cost":891,"Date":"5/21/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":4,"Cost":3,"Date":"9/28/2023"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":570,"Cost":462,"Date":"1/3/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":162,"Cost":142,"Date":"2/2/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":119,"Cost":76,"Date":"3/18/2024"},{"Store":"Eaton Centre, Toronto","Brand":"HM","Country":"Canada","Sale":984,"Cost":585,"Date":"10/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":826,"Cost":430,"Date":"2/16/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":357,"Cost":197,"Date":"6/7/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":881,"Cost":494,"Date":"1/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":443,"Cost":374,"Date":"3/27/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":39,"Cost":32,"Date":"5/12/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":378,"Cost":228,"Date":"7/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":796,"Cost":665,"Date":"8/8/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":57,"Cost":43,"Date":"12/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":124,"Cost":99,"Date":"1/17/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":364,"Cost":249,"Date":"3/8/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":802,"Cost":437,"Date":"6/6/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":374,"Cost":331,"Date":"6/16/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":604,"Cost":464,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":601,"Cost":509,"Date":"11/19/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":98,"Cost":72,"Date":"12/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":383,"Cost":254,"Date":"2/4/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":631,"Cost":572,"Date":"3/8/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":492,"Cost":439,"Date":"12/18/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":804,"Cost":756,"Date":"3/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":464,"Cost":277,"Date":"4/20/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":598,"Cost":388,"Date":"6/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":850,"Cost":425,"Date":"7/23/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":129,"Cost":74,"Date":"11/21/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":747,"Cost":631,"Date":"11/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":468,"Cost":324,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":789,"Cost":505,"Date":"5/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":890,"Cost":804,"Date":"9/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":495,"Cost":428,"Date":"1/3/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":646,"Cost":593,"Date":"2/2/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":493,"Cost":458,"Date":"3/18/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":458,"Cost":367,"Date":"10/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":950,"Cost":484,"Date":"2/16/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":818,"Cost":539,"Date":"6/7/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":954,"Cost":891,"Date":"1/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":668,"Date":"3/27/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":758,"Cost":569,"Date":"5/12/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":690,"Date":"7/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":191,"Cost":100,"Date":"8/8/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":221,"Date":"12/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":929,"Cost":739,"Date":"1/17/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":241,"Cost":187,"Date":"3/8/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":851,"Cost":499,"Date":"6/6/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":281,"Cost":148,"Date":"6/16/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":236,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":780,"Cost":551,"Date":"11/19/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":619,"Cost":522,"Date":"12/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":446,"Cost":332,"Date":"2/4/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":219,"Cost":123,"Date":"3/8/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":104,"Cost":78,"Date":"12/18/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":932,"Cost":782,"Date":"3/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":663,"Cost":376,"Date":"4/20/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":379,"Date":"6/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":694,"Cost":465,"Date":"7/23/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":862,"Cost":542,"Date":"11/21/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":472,"Date":"11/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":736,"Cost":401,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":153,"Cost":122,"Date":"5/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":495,"Date":"9/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":490,"Date":"1/3/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":130,"Cost":113,"Date":"2/2/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":13,"Cost":9,"Date":"3/18/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":637,"Cost":537,"Date":"10/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":283,"Cost":243,"Date":"2/16/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":398,"Cost":306,"Date":"6/7/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":914,"Cost":698,"Date":"1/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":416,"Cost":295,"Date":"3/27/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":86,"Cost":44,"Date":"5/12/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":937,"Cost":798,"Date":"7/28/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":543,"Cost":373,"Date":"8/8/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":598,"Cost":440,"Date":"12/7/2019"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":51,"Date":"1/17/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":133,"Cost":100,"Date":"3/8/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":888,"Cost":448,"Date":"6/6/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":866,"Cost":594,"Date":"6/16/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":446,"Cost":417,"Date":"8/13/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":779,"Cost":673,"Date":"11/19/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":471,"Cost":367,"Date":"12/28/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":580,"Date":"2/4/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":877,"Cost":561,"Date":"3/8/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":127,"Cost":114,"Date":"12/18/2021"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":117,"Date":"3/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":172,"Cost":112,"Date":"4/20/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":519,"Cost":414,"Date":"6/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":443,"Cost":391,"Date":"7/23/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":891,"Cost":691,"Date":"11/21/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":227,"Cost":162,"Date":"11/26/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":820,"Cost":492,"Date":"2/20/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":509,"Cost":453,"Date":"5/21/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":124,"Cost":63,"Date":"9/28/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":75,"Cost":42,"Date":"1/3/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":302,"Date":"2/2/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":594,"Cost":404,"Date":"3/18/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":532,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":501,"Cost":476,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":523,"Cost":430,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":551,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":889,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":120,"Cost":75,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":262,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":268,"Cost":147,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":970,"Cost":584,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":773,"Cost":454,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":393,"Cost":341,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":379,"Cost":227,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":949,"Cost":818,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":42,"Cost":34,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":647,"Cost":448,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":905,"Cost":732,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":708,"Cost":458,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":287,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":670,"Cost":516,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":484,"Cost":387,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":873,"Cost":630,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":908,"Cost":854,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":905,"Cost":848,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":466,"Cost":363,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":645,"Cost":444,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":694,"Cost":533,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":426,"Cost":395,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":529,"Cost":284,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":996,"Cost":777,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":197,"Cost":179,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":160,"Cost":125,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":109,"Cost":92,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":93,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":418,"Cost":369,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":904,"Cost":662,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":876,"Cost":563,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":682,"Cost":369,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":671,"Cost":369,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":571,"Cost":473,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":950,"Cost":489,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":245,"Cost":145,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":531,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":898,"Cost":592,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":249,"Cost":192,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":622,"Cost":561,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":879,"Cost":502,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":61,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":430,"Cost":327,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":170,"Cost":123,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":870,"Cost":545,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":407,"Cost":286,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":430,"Cost":392,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":147,"Cost":114,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":881,"Cost":441,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":642,"Cost":547,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":880,"Cost":745,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":397,"Cost":274,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":366,"Cost":301,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":584,"Cost":319,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":346,"Cost":202,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":210,"Cost":184,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":135,"Cost":67,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":105,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":586,"Cost":505,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":886,"Cost":779,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":364,"Cost":296,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":687,"Cost":597,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":76,"Cost":66,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":618,"Cost":325,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":520,"Cost":491,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":128,"Cost":113,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":950,"Cost":679,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":13,"Cost":9,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":146,"Cost":106,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":538,"Cost":298,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":231,"Cost":134,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":514,"Cost":466,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":924,"Cost":604,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":841,"Cost":578,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":593,"Cost":371,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":315,"Cost":283,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":383,"Cost":200,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":631,"Cost":335,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":163,"Cost":113,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":495,"Cost":402,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":24,"Cost":13,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":85,"Cost":77,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":271,"Cost":156,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":803,"Cost":646,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":529,"Cost":302,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":648,"Cost":501,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":519,"Cost":467,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":57,"Cost":50,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"COS","Country":"Canada","Sale":259,"Cost":148,"Date":"10/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":113,"Cost":105,"Date":"2/16/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":466,"Cost":249,"Date":"6/7/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":989,"Cost":765,"Date":"1/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":154,"Cost":138,"Date":"3/27/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":112,"Cost":63,"Date":"5/12/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":699,"Cost":364,"Date":"7/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":110,"Date":"8/8/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":636,"Cost":548,"Date":"12/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":482,"Cost":245,"Date":"1/17/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":427,"Cost":362,"Date":"3/8/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":759,"Cost":626,"Date":"6/6/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":350,"Cost":216,"Date":"6/16/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":207,"Cost":196,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":679,"Cost":383,"Date":"11/19/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":258,"Cost":231,"Date":"12/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":866,"Cost":640,"Date":"2/4/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":400,"Cost":273,"Date":"3/8/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":468,"Cost":327,"Date":"12/18/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":9,"Cost":7,"Date":"3/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":208,"Cost":179,"Date":"4/20/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":548,"Cost":467,"Date":"6/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":369,"Cost":302,"Date":"7/23/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":47,"Date":"11/21/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":323,"Cost":261,"Date":"11/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":904,"Cost":501,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":3,"Cost":3,"Date":"5/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":447,"Cost":287,"Date":"9/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":905,"Cost":733,"Date":"1/3/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":319,"Cost":283,"Date":"2/2/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":755,"Cost":383,"Date":"3/18/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM Home","Country":"Canada","Sale":384,"Cost":248,"Date":"10/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":669,"Cost":594,"Date":"2/16/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":978,"Cost":699,"Date":"6/7/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":180,"Cost":120,"Date":"1/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":895,"Cost":763,"Date":"3/27/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":546,"Cost":336,"Date":"5/12/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":420,"Cost":389,"Date":"7/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":209,"Cost":159,"Date":"8/8/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":23,"Cost":15,"Date":"12/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":296,"Cost":171,"Date":"1/17/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":24,"Cost":16,"Date":"3/8/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":702,"Cost":354,"Date":"6/6/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":55,"Cost":28,"Date":"6/16/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":860,"Cost":557,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":346,"Cost":195,"Date":"11/19/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":812,"Cost":641,"Date":"12/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":764,"Cost":687,"Date":"2/4/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":751,"Cost":494,"Date":"3/8/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":923,"Cost":761,"Date":"12/18/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":328,"Cost":228,"Date":"3/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":866,"Cost":497,"Date":"4/20/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":685,"Cost":510,"Date":"6/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":820,"Cost":705,"Date":"7/23/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":264,"Cost":143,"Date":"11/21/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":520,"Cost":301,"Date":"11/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":367,"Cost":302,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":377,"Cost":237,"Date":"5/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":901,"Cost":757,"Date":"9/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":174,"Cost":108,"Date":"1/3/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":67,"Cost":52,"Date":"2/2/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":251,"Cost":135,"Date":"3/18/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"HM","Country":"Canada","Sale":347,"Cost":272,"Date":"10/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":731,"Cost":535,"Date":"2/16/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":99,"Cost":86,"Date":"6/7/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":402,"Cost":352,"Date":"1/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":613,"Cost":481,"Date":"3/27/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":546,"Cost":447,"Date":"5/12/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":149,"Cost":77,"Date":"7/28/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":486,"Cost":381,"Date":"8/8/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":754,"Date":"12/7/2019"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":20,"Date":"1/17/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":812,"Cost":658,"Date":"3/8/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":260,"Cost":226,"Date":"6/6/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":434,"Cost":381,"Date":"6/16/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":435,"Cost":225,"Date":"8/13/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":684,"Cost":343,"Date":"11/19/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":451,"Cost":292,"Date":"12/28/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":973,"Cost":686,"Date":"2/4/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":354,"Cost":224,"Date":"3/8/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":318,"Cost":220,"Date":"12/18/2021"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":648,"Date":"3/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":470,"Cost":385,"Date":"4/20/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":59,"Cost":45,"Date":"6/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":551,"Date":"7/23/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":191,"Cost":116,"Date":"11/21/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":209,"Cost":107,"Date":"11/26/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":832,"Cost":657,"Date":"2/20/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":783,"Cost":693,"Date":"5/21/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":543,"Cost":340,"Date":"9/28/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":190,"Cost":171,"Date":"1/3/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":526,"Cost":359,"Date":"2/2/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":341,"Date":"3/18/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"ARKET","Country":"Canada","Sale":619,"Cost":336,"Date":"10/14/2024"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":878,"Cost":799,"Date":"2/16/2018"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":782,"Cost":659,"Date":"6/7/2018"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":392,"Date":"1/28/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":269,"Cost":235,"Date":"3/27/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":278,"Cost":255,"Date":"5/12/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":404,"Cost":270,"Date":"7/28/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":525,"Cost":459,"Date":"8/8/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":552,"Cost":515,"Date":"12/7/2019"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":288,"Cost":199,"Date":"1/17/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":243,"Date":"3/8/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":23,"Date":"6/6/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":878,"Cost":797,"Date":"6/16/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":178,"Cost":128,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":91,"Cost":71,"Date":"11/19/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":436,"Date":"12/28/2020"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":957,"Cost":543,"Date":"2/4/2021"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":586,"Cost":511,"Date":"3/8/2021"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":723,"Cost":674,"Date":"12/18/2021"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":795,"Date":"3/31/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":611,"Cost":502,"Date":"4/20/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":338,"Date":"6/26/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":925,"Cost":837,"Date":"7/23/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":591,"Cost":327,"Date":"11/21/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":796,"Cost":468,"Date":"11/26/2022"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":659,"Cost":588,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":746,"Cost":536,"Date":"5/21/2023"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":150,"Cost":89,"Date":"9/28/2023"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":600,"Cost":440,"Date":"1/3/2024"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":970,"Cost":753,"Date":"2/2/2024"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":334,"Date":"3/18/2024"},{"Store":"The PATH, Toronto","Brand":"ARKET","Country":"Canada","Sale":218,"Cost":199,"Date":"10/14/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":469,"Date":"2/16/2018"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":587,"Cost":306,"Date":"6/7/2018"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":417,"Cost":273,"Date":"1/28/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":192,"Cost":136,"Date":"3/27/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":700,"Cost":357,"Date":"5/12/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":529,"Cost":430,"Date":"7/28/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":288,"Cost":181,"Date":"8/8/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":912,"Cost":685,"Date":"12/7/2019"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":885,"Cost":804,"Date":"1/17/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":656,"Cost":464,"Date":"3/8/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":796,"Cost":431,"Date":"6/6/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":309,"Cost":273,"Date":"6/16/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":485,"Cost":306,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":274,"Date":"11/19/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":966,"Cost":700,"Date":"12/28/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":863,"Cost":443,"Date":"2/4/2021"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":897,"Cost":794,"Date":"3/8/2021"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":212,"Cost":108,"Date":"12/18/2021"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":526,"Cost":367,"Date":"3/31/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":957,"Cost":630,"Date":"4/20/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":170,"Cost":125,"Date":"6/26/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":979,"Cost":569,"Date":"7/23/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":51,"Cost":39,"Date":"11/21/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":106,"Cost":72,"Date":"11/26/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":160,"Cost":140,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":81,"Cost":46,"Date":"5/21/2023"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":12,"Cost":9,"Date":"9/28/2023"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":118,"Cost":67,"Date":"1/3/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":719,"Cost":627,"Date":"2/2/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":768,"Cost":435,"Date":"3/18/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":747,"Cost":420,"Date":"10/14/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":784,"Cost":679,"Date":"2/16/2018"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":250,"Cost":126,"Date":"6/7/2018"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":354,"Cost":253,"Date":"1/28/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":805,"Cost":629,"Date":"3/27/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":14,"Cost":12,"Date":"5/12/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":980,"Cost":806,"Date":"7/28/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":990,"Cost":657,"Date":"8/8/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":905,"Cost":549,"Date":"12/7/2019"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":76,"Cost":68,"Date":"1/17/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":257,"Cost":160,"Date":"3/8/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":39,"Cost":35,"Date":"6/6/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":506,"Cost":404,"Date":"6/16/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":608,"Cost":407,"Date":"8/13/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":566,"Cost":497,"Date":"11/19/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":809,"Cost":433,"Date":"12/28/2020"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":929,"Cost":551,"Date":"2/4/2021"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":944,"Cost":675,"Date":"3/8/2021"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":356,"Cost":189,"Date":"12/18/2021"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":683,"Cost":618,"Date":"3/31/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":337,"Cost":312,"Date":"4/20/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":863,"Cost":653,"Date":"6/26/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":342,"Cost":214,"Date":"7/23/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":84,"Cost":44,"Date":"11/21/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":312,"Cost":204,"Date":"11/26/2022"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":493,"Cost":454,"Date":"2/20/2023"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":794,"Cost":588,"Date":"5/21/2023"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":380,"Cost":292,"Date":"9/28/2023"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":296,"Cost":260,"Date":"1/3/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":681,"Cost":622,"Date":"2/2/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":158,"Cost":85,"Date":"3/18/2024"},{"Store":"The PATH, Toronto","Brand":"Nova","Country":"Canada","Sale":581,"Cost":410,"Date":"10/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":678,"Cost":572,"Date":"2/16/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":121,"Cost":96,"Date":"6/7/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":261,"Cost":195,"Date":"1/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":414,"Cost":213,"Date":"3/27/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":877,"Cost":714,"Date":"5/12/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":209,"Cost":190,"Date":"7/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":289,"Cost":249,"Date":"8/8/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":221,"Cost":125,"Date":"12/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":639,"Cost":353,"Date":"1/17/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":667,"Cost":486,"Date":"3/8/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":346,"Cost":268,"Date":"6/6/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":387,"Cost":359,"Date":"6/16/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":269,"Cost":157,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":589,"Cost":361,"Date":"11/19/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":798,"Cost":418,"Date":"12/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":346,"Cost":195,"Date":"2/4/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":104,"Cost":59,"Date":"3/8/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":710,"Cost":371,"Date":"12/18/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":9,"Cost":5,"Date":"3/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":677,"Cost":475,"Date":"4/20/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":30,"Cost":26,"Date":"6/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":827,"Cost":502,"Date":"7/23/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":55,"Cost":47,"Date":"11/21/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":410,"Cost":247,"Date":"11/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":971,"Cost":685,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":463,"Cost":289,"Date":"5/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":576,"Cost":332,"Date":"9/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":602,"Cost":442,"Date":"1/3/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":445,"Cost":271,"Date":"2/2/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":329,"Cost":292,"Date":"3/18/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Nova","Country":"Canada","Sale":568,"Cost":305,"Date":"10/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":958,"Cost":546,"Date":"2/16/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":549,"Cost":384,"Date":"6/7/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":859,"Cost":809,"Date":"1/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":184,"Date":"3/27/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":569,"Cost":326,"Date":"5/12/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":725,"Cost":558,"Date":"7/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":864,"Cost":797,"Date":"8/8/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":411,"Cost":329,"Date":"12/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":304,"Cost":200,"Date":"1/17/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":990,"Cost":516,"Date":"3/8/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":879,"Cost":780,"Date":"6/6/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":948,"Cost":855,"Date":"6/16/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":292,"Cost":175,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":752,"Date":"11/19/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":401,"Cost":279,"Date":"12/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":217,"Cost":148,"Date":"2/4/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":466,"Date":"3/8/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":530,"Cost":434,"Date":"12/18/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":659,"Cost":595,"Date":"3/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":69,"Date":"4/20/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":730,"Cost":445,"Date":"6/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":671,"Date":"7/23/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":922,"Cost":482,"Date":"11/21/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":791,"Cost":567,"Date":"11/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":268,"Cost":226,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":900,"Cost":635,"Date":"5/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":466,"Cost":407,"Date":"9/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":122,"Cost":114,"Date":"1/3/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":386,"Date":"2/2/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":997,"Cost":875,"Date":"3/18/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":712,"Cost":569,"Date":"10/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":757,"Cost":495,"Date":"2/16/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":771,"Cost":529,"Date":"6/7/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":230,"Cost":212,"Date":"1/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":321,"Cost":270,"Date":"3/27/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":951,"Cost":877,"Date":"5/12/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":197,"Cost":105,"Date":"7/28/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":578,"Cost":416,"Date":"8/8/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":86,"Cost":56,"Date":"12/7/2019"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":437,"Cost":327,"Date":"1/17/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":406,"Cost":279,"Date":"3/8/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":692,"Cost":571,"Date":"6/6/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":20,"Cost":10,"Date":"6/16/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":102,"Cost":75,"Date":"8/13/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":997,"Cost":926,"Date":"11/19/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":25,"Cost":16,"Date":"12/28/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":741,"Cost":411,"Date":"2/4/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":4,"Cost":4,"Date":"3/8/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":776,"Cost":601,"Date":"12/18/2021"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":824,"Cost":763,"Date":"3/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":783,"Cost":645,"Date":"4/20/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":342,"Cost":182,"Date":"6/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":226,"Cost":119,"Date":"7/23/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":158,"Cost":146,"Date":"11/21/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":674,"Cost":426,"Date":"11/26/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":372,"Date":"2/20/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":753,"Cost":478,"Date":"5/21/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":547,"Date":"9/28/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":784,"Cost":528,"Date":"1/3/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":304,"Cost":176,"Date":"2/2/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":526,"Cost":302,"Date":"3/18/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":499,"Cost":432,"Date":"10/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":303,"Cost":277,"Date":"2/16/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":70,"Date":"6/7/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":383,"Cost":291,"Date":"1/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":419,"Date":"3/27/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":343,"Cost":211,"Date":"5/12/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":854,"Cost":595,"Date":"7/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":270,"Cost":196,"Date":"8/8/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":447,"Cost":244,"Date":"12/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":566,"Cost":536,"Date":"1/17/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":171,"Cost":113,"Date":"3/8/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":998,"Cost":945,"Date":"6/6/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":26,"Cost":24,"Date":"6/16/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":729,"Cost":378,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":949,"Cost":711,"Date":"11/19/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":673,"Cost":397,"Date":"12/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":213,"Cost":159,"Date":"2/4/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":474,"Date":"3/8/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":618,"Cost":559,"Date":"12/18/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":366,"Cost":259,"Date":"3/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":128,"Cost":65,"Date":"4/20/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":161,"Cost":114,"Date":"6/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":289,"Cost":191,"Date":"7/23/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":622,"Cost":383,"Date":"11/21/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":797,"Cost":645,"Date":"11/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":588,"Cost":556,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":364,"Cost":219,"Date":"5/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":814,"Cost":431,"Date":"9/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":903,"Cost":561,"Date":"1/3/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":524,"Date":"2/2/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":688,"Cost":451,"Date":"3/18/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Jeans","Country":"Canada","Sale":275,"Cost":174,"Date":"10/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":762,"Cost":559,"Date":"2/16/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":955,"Cost":516,"Date":"6/7/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":895,"Cost":447,"Date":"1/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":344,"Cost":232,"Date":"3/27/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":149,"Cost":141,"Date":"5/12/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":944,"Cost":573,"Date":"7/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":136,"Cost":82,"Date":"8/8/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":906,"Cost":572,"Date":"12/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":152,"Cost":127,"Date":"1/17/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":189,"Cost":121,"Date":"3/8/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":993,"Cost":782,"Date":"6/6/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":320,"Cost":164,"Date":"6/16/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":286,"Cost":227,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":261,"Cost":157,"Date":"11/19/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":243,"Cost":145,"Date":"12/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":327,"Cost":274,"Date":"2/4/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":5,"Cost":3,"Date":"3/8/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":308,"Cost":168,"Date":"12/18/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":704,"Cost":572,"Date":"3/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":584,"Cost":423,"Date":"4/20/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":356,"Cost":224,"Date":"6/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":11,"Cost":6,"Date":"7/23/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":8,"Cost":4,"Date":"11/21/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":966,"Cost":586,"Date":"11/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":190,"Cost":126,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":949,"Cost":578,"Date":"5/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":276,"Cost":260,"Date":"9/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":782,"Cost":513,"Date":"1/3/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":84,"Cost":48,"Date":"2/2/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":667,"Cost":620,"Date":"3/18/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":824,"Cost":471,"Date":"10/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":440,"Cost":407,"Date":"2/16/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":839,"Cost":704,"Date":"6/7/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":496,"Cost":324,"Date":"1/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":187,"Cost":166,"Date":"3/27/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":346,"Cost":186,"Date":"5/12/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":481,"Cost":277,"Date":"7/28/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":221,"Date":"8/8/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":299,"Cost":197,"Date":"12/7/2019"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":687,"Date":"1/17/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":219,"Cost":130,"Date":"3/8/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":597,"Cost":413,"Date":"6/6/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":928,"Cost":579,"Date":"6/16/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":541,"Cost":328,"Date":"8/13/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":179,"Cost":138,"Date":"11/19/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":19,"Cost":18,"Date":"12/28/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":476,"Date":"2/4/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":340,"Cost":267,"Date":"3/8/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":575,"Cost":368,"Date":"12/18/2021"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":397,"Date":"3/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":59,"Date":"4/20/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":537,"Cost":401,"Date":"6/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":625,"Date":"7/23/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":401,"Cost":302,"Date":"11/21/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":532,"Date":"11/26/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":245,"Cost":149,"Date":"2/20/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":874,"Cost":700,"Date":"5/21/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":637,"Date":"9/28/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":214,"Cost":118,"Date":"1/3/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":181,"Cost":151,"Date":"2/2/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":828,"Cost":750,"Date":"3/18/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":862,"Cost":520,"Date":"10/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":218,"Date":"2/16/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":350,"Date":"6/7/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":960,"Cost":689,"Date":"1/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":508,"Cost":330,"Date":"3/27/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":448,"Cost":226,"Date":"5/12/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":836,"Cost":624,"Date":"7/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":982,"Cost":801,"Date":"8/8/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":647,"Cost":398,"Date":"12/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":364,"Cost":185,"Date":"1/17/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":355,"Cost":247,"Date":"3/8/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":269,"Date":"6/6/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":79,"Cost":66,"Date":"6/16/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":548,"Cost":413,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":396,"Cost":314,"Date":"11/19/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":314,"Cost":275,"Date":"12/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":623,"Cost":404,"Date":"2/4/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":948,"Cost":531,"Date":"3/8/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":511,"Date":"12/18/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":256,"Date":"3/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":433,"Cost":284,"Date":"4/20/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":740,"Cost":667,"Date":"6/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":384,"Date":"7/23/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":913,"Cost":497,"Date":"11/21/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":235,"Cost":131,"Date":"11/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":234,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":310,"Cost":291,"Date":"5/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":255,"Date":"9/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":740,"Cost":689,"Date":"1/3/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":525,"Cost":381,"Date":"2/2/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":159,"Cost":147,"Date":"3/18/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":226,"Cost":175,"Date":"10/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":897,"Cost":845,"Date":"2/16/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":77,"Date":"6/7/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":858,"Cost":485,"Date":"1/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":556,"Date":"3/27/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":770,"Cost":684,"Date":"5/12/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":500,"Cost":454,"Date":"7/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":873,"Cost":578,"Date":"8/8/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":849,"Cost":711,"Date":"12/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":937,"Cost":541,"Date":"1/17/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":508,"Cost":477,"Date":"3/8/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":277,"Cost":189,"Date":"6/6/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":365,"Date":"6/16/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":494,"Cost":430,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":998,"Cost":706,"Date":"11/19/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":648,"Cost":581,"Date":"12/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":525,"Date":"2/4/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":898,"Cost":671,"Date":"3/8/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":725,"Cost":386,"Date":"12/18/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":560,"Date":"3/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":26,"Cost":22,"Date":"4/20/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":386,"Cost":278,"Date":"6/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":509,"Date":"7/23/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":715,"Cost":559,"Date":"11/21/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":362,"Cost":291,"Date":"11/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":747,"Cost":577,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":481,"Cost":305,"Date":"5/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":461,"Cost":433,"Date":"9/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":488,"Cost":361,"Date":"1/3/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":852,"Cost":545,"Date":"2/2/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":250,"Date":"3/18/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":607,"Date":"10/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":24,"Date":"2/16/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":991,"Cost":676,"Date":"6/7/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":217,"Cost":165,"Date":"1/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":217,"Cost":148,"Date":"3/27/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":511,"Cost":298,"Date":"5/12/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":56,"Cost":50,"Date":"7/28/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":422,"Cost":217,"Date":"8/8/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":603,"Cost":487,"Date":"12/7/2019"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":959,"Cost":509,"Date":"1/17/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":473,"Cost":278,"Date":"3/8/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":849,"Date":"6/6/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":568,"Cost":308,"Date":"6/16/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":365,"Cost":272,"Date":"8/13/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":540,"Cost":440,"Date":"11/19/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":449,"Cost":327,"Date":"12/28/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":274,"Cost":181,"Date":"2/4/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":77,"Cost":57,"Date":"3/8/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":887,"Cost":590,"Date":"12/18/2021"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":991,"Cost":683,"Date":"3/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":812,"Cost":627,"Date":"4/20/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":202,"Date":"6/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":50,"Date":"7/23/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":32,"Cost":29,"Date":"11/21/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":191,"Date":"11/26/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":347,"Cost":252,"Date":"2/20/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":189,"Cost":179,"Date":"5/21/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":150,"Cost":109,"Date":"9/28/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":793,"Cost":417,"Date":"1/3/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":858,"Cost":508,"Date":"2/2/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":835,"Cost":705,"Date":"3/18/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":158,"Cost":144,"Date":"10/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":578,"Cost":438,"Date":"2/16/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":406,"Cost":283,"Date":"6/7/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":51,"Cost":28,"Date":"1/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":946,"Cost":622,"Date":"3/27/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":588,"Cost":342,"Date":"5/12/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":93,"Cost":77,"Date":"7/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":104,"Cost":57,"Date":"8/8/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":6,"Cost":4,"Date":"12/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":313,"Cost":208,"Date":"1/17/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":702,"Cost":651,"Date":"3/8/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":495,"Cost":384,"Date":"6/6/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":876,"Cost":452,"Date":"6/16/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":578,"Cost":485,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":464,"Cost":425,"Date":"11/19/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":247,"Cost":138,"Date":"12/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":932,"Cost":775,"Date":"2/4/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":669,"Cost":502,"Date":"3/8/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":771,"Cost":491,"Date":"12/18/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":626,"Cost":537,"Date":"3/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":633,"Cost":333,"Date":"4/20/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":708,"Cost":638,"Date":"6/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":991,"Cost":551,"Date":"7/23/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":177,"Cost":94,"Date":"11/21/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":151,"Cost":141,"Date":"11/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":747,"Cost":430,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":467,"Cost":316,"Date":"5/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":172,"Cost":109,"Date":"9/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":730,"Cost":441,"Date":"1/3/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":974,"Cost":666,"Date":"2/2/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":211,"Cost":122,"Date":"3/18/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":423,"Cost":228,"Date":"10/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":346,"Date":"2/16/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":590,"Cost":463,"Date":"6/7/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":620,"Cost":454,"Date":"1/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":619,"Cost":505,"Date":"3/27/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":688,"Cost":568,"Date":"5/12/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":20,"Cost":12,"Date":"7/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":152,"Cost":121,"Date":"8/8/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":135,"Cost":127,"Date":"12/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":280,"Date":"1/17/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":779,"Cost":736,"Date":"3/8/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":932,"Cost":504,"Date":"6/6/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":119,"Cost":61,"Date":"6/16/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":383,"Cost":285,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":369,"Cost":222,"Date":"11/19/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":325,"Cost":208,"Date":"12/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":841,"Cost":520,"Date":"2/4/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":130,"Cost":68,"Date":"3/8/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":55,"Cost":49,"Date":"12/18/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":27,"Cost":24,"Date":"3/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":879,"Cost":760,"Date":"4/20/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":920,"Cost":607,"Date":"6/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":805,"Cost":685,"Date":"7/23/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":385,"Cost":317,"Date":"11/21/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":822,"Cost":760,"Date":"11/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":283,"Cost":195,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":313,"Cost":231,"Date":"5/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":297,"Date":"9/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":191,"Cost":120,"Date":"1/3/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":121,"Cost":80,"Date":"2/2/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":469,"Date":"3/18/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":925,"Cost":559,"Date":"10/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":347,"Cost":261,"Date":"2/16/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":256,"Cost":158,"Date":"6/7/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":1,"Cost":1,"Date":"1/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":980,"Cost":623,"Date":"3/27/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":315,"Date":"5/12/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":117,"Cost":61,"Date":"7/28/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":194,"Cost":169,"Date":"8/8/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":424,"Cost":397,"Date":"12/7/2019"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":424,"Cost":244,"Date":"1/17/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":883,"Cost":702,"Date":"3/8/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":972,"Cost":860,"Date":"6/6/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":128,"Date":"6/16/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":834,"Cost":780,"Date":"8/13/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":110,"Date":"11/19/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":789,"Cost":602,"Date":"12/28/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":921,"Cost":541,"Date":"2/4/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":202,"Cost":147,"Date":"3/8/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":753,"Cost":500,"Date":"12/18/2021"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":4,"Date":"3/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":187,"Cost":138,"Date":"4/20/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":519,"Cost":382,"Date":"6/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":797,"Cost":622,"Date":"7/23/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":419,"Date":"11/21/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":380,"Date":"11/26/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":363,"Date":"2/20/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":250,"Cost":168,"Date":"5/21/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":477,"Cost":312,"Date":"9/28/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":768,"Cost":451,"Date":"1/3/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":61,"Cost":41,"Date":"2/2/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":380,"Cost":249,"Date":"3/18/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":37,"Cost":22,"Date":"10/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":145,"Cost":90,"Date":"2/16/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":440,"Cost":348,"Date":"6/7/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":651,"Cost":363,"Date":"1/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":896,"Cost":460,"Date":"3/27/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":721,"Date":"5/12/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":842,"Cost":739,"Date":"7/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":204,"Cost":180,"Date":"8/8/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":93,"Cost":54,"Date":"12/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":943,"Cost":783,"Date":"1/17/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":744,"Cost":454,"Date":"3/8/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":87,"Cost":52,"Date":"6/6/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":339,"Cost":195,"Date":"6/16/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":421,"Cost":237,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":712,"Cost":469,"Date":"11/19/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":334,"Cost":199,"Date":"12/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":428,"Cost":316,"Date":"2/4/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":640,"Cost":597,"Date":"3/8/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":104,"Cost":63,"Date":"12/18/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":837,"Cost":609,"Date":"3/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":663,"Date":"4/20/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":663,"Cost":331,"Date":"6/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":361,"Cost":285,"Date":"7/23/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":338,"Date":"11/21/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":923,"Cost":846,"Date":"11/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":904,"Cost":664,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":296,"Cost":163,"Date":"5/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":492,"Cost":347,"Date":"9/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":194,"Cost":155,"Date":"1/3/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":524,"Cost":397,"Date":"2/2/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":857,"Cost":699,"Date":"3/18/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":871,"Cost":565,"Date":"10/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":535,"Cost":391,"Date":"2/16/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":535,"Cost":293,"Date":"6/7/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":417,"Cost":269,"Date":"1/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":494,"Cost":288,"Date":"3/27/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":152,"Cost":99,"Date":"5/12/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":298,"Cost":223,"Date":"7/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":450,"Cost":298,"Date":"8/8/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":699,"Cost":492,"Date":"12/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":562,"Cost":466,"Date":"1/17/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":90,"Cost":45,"Date":"3/8/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":627,"Cost":432,"Date":"6/6/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":106,"Cost":89,"Date":"6/16/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":167,"Cost":112,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":315,"Cost":263,"Date":"11/19/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":372,"Cost":217,"Date":"12/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":780,"Cost":647,"Date":"2/4/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":292,"Cost":161,"Date":"3/8/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":855,"Cost":516,"Date":"12/18/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":435,"Cost":231,"Date":"3/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":234,"Cost":214,"Date":"4/20/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":57,"Cost":39,"Date":"6/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":523,"Cost":460,"Date":"7/23/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":133,"Cost":120,"Date":"11/21/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":827,"Cost":674,"Date":"11/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":702,"Cost":533,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":629,"Cost":458,"Date":"5/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":725,"Cost":597,"Date":"9/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":868,"Cost":534,"Date":"1/3/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":743,"Cost":690,"Date":"2/2/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":35,"Cost":32,"Date":"3/18/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":949,"Cost":743,"Date":"10/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":100,"Date":"2/16/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":335,"Cost":206,"Date":"6/7/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":40,"Cost":33,"Date":"1/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":304,"Cost":209,"Date":"3/27/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":723,"Cost":625,"Date":"5/12/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":119,"Cost":83,"Date":"7/28/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":45,"Cost":25,"Date":"8/8/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":901,"Cost":658,"Date":"12/7/2019"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":160,"Cost":113,"Date":"1/17/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":379,"Cost":271,"Date":"3/8/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":717,"Cost":507,"Date":"6/6/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":826,"Cost":422,"Date":"6/16/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":1000,"Cost":739,"Date":"8/13/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":721,"Cost":379,"Date":"11/19/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":647,"Cost":591,"Date":"12/28/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":226,"Date":"2/4/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":484,"Date":"3/8/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":827,"Cost":723,"Date":"12/18/2021"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":218,"Cost":118,"Date":"3/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":569,"Cost":315,"Date":"4/20/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":243,"Cost":145,"Date":"6/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":647,"Cost":608,"Date":"7/23/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":432,"Cost":255,"Date":"11/21/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":670,"Cost":392,"Date":"11/26/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":359,"Cost":208,"Date":"2/20/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":840,"Cost":620,"Date":"5/21/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":942,"Cost":712,"Date":"9/28/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":985,"Cost":584,"Date":"1/3/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":633,"Cost":597,"Date":"2/2/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":391,"Cost":327,"Date":"3/18/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":928,"Cost":700,"Date":"10/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":476,"Cost":403,"Date":"2/16/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":745,"Cost":482,"Date":"6/7/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":988,"Cost":892,"Date":"1/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":102,"Date":"3/27/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":342,"Cost":196,"Date":"5/12/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":567,"Cost":380,"Date":"7/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":864,"Cost":603,"Date":"8/8/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":967,"Cost":635,"Date":"12/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":96,"Cost":77,"Date":"1/17/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":608,"Cost":311,"Date":"3/8/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":541,"Cost":467,"Date":"6/6/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":800,"Cost":417,"Date":"6/16/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":339,"Cost":264,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":637,"Date":"11/19/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":126,"Cost":86,"Date":"12/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":665,"Cost":383,"Date":"2/4/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":121,"Date":"3/8/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":969,"Cost":712,"Date":"12/18/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":459,"Date":"3/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":717,"Cost":485,"Date":"4/20/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":344,"Cost":225,"Date":"6/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":993,"Cost":789,"Date":"7/23/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":714,"Cost":358,"Date":"11/21/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":10,"Date":"11/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":229,"Cost":138,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":62,"Date":"5/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":7,"Cost":7,"Date":"9/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":602,"Cost":548,"Date":"1/3/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":148,"Cost":80,"Date":"2/2/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":393,"Cost":227,"Date":"3/18/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":461,"Cost":429,"Date":"10/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":991,"Cost":633,"Date":"2/16/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":428,"Cost":312,"Date":"6/7/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":105,"Cost":66,"Date":"1/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":369,"Cost":252,"Date":"3/27/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":996,"Cost":675,"Date":"5/12/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":272,"Cost":194,"Date":"7/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":840,"Cost":761,"Date":"8/8/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":994,"Cost":765,"Date":"12/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":293,"Cost":148,"Date":"1/17/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":347,"Cost":319,"Date":"3/8/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":89,"Cost":45,"Date":"6/6/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":846,"Cost":720,"Date":"6/16/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":291,"Cost":196,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":778,"Cost":431,"Date":"11/19/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":204,"Cost":104,"Date":"12/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":589,"Cost":552,"Date":"2/4/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":469,"Cost":267,"Date":"3/8/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":504,"Cost":347,"Date":"12/18/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":476,"Cost":330,"Date":"3/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":660,"Cost":613,"Date":"4/20/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":552,"Cost":485,"Date":"6/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":307,"Cost":171,"Date":"7/23/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":950,"Cost":480,"Date":"11/21/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":911,"Cost":708,"Date":"11/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":897,"Cost":844,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":971,"Cost":658,"Date":"5/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":772,"Cost":449,"Date":"9/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":590,"Cost":480,"Date":"1/3/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":713,"Cost":617,"Date":"2/2/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":859,"Cost":440,"Date":"3/18/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"COS","Country":"Canada","Sale":674,"Cost":412,"Date":"10/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":308,"Cost":236,"Date":"2/16/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":46,"Cost":32,"Date":"6/7/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":18,"Cost":10,"Date":"1/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":289,"Cost":221,"Date":"3/27/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":223,"Cost":198,"Date":"5/12/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":492,"Cost":327,"Date":"7/28/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":115,"Cost":104,"Date":"8/8/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":174,"Cost":128,"Date":"12/7/2019"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":250,"Cost":237,"Date":"1/17/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":503,"Cost":342,"Date":"3/8/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":524,"Cost":481,"Date":"6/6/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":998,"Cost":583,"Date":"6/16/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":996,"Cost":672,"Date":"8/13/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":692,"Cost":556,"Date":"11/19/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":248,"Cost":232,"Date":"12/28/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":384,"Cost":346,"Date":"2/4/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":846,"Cost":540,"Date":"3/8/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":89,"Cost":49,"Date":"12/18/2021"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":10,"Cost":8,"Date":"3/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":945,"Cost":532,"Date":"4/20/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":331,"Cost":268,"Date":"6/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":946,"Cost":659,"Date":"7/23/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":641,"Cost":403,"Date":"11/21/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":932,"Cost":504,"Date":"11/26/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":376,"Cost":333,"Date":"2/20/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":247,"Cost":219,"Date":"5/21/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":587,"Cost":406,"Date":"9/28/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":390,"Cost":226,"Date":"1/3/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":609,"Cost":406,"Date":"2/2/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":643,"Cost":578,"Date":"3/18/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":629,"Cost":319,"Date":"10/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":685,"Cost":375,"Date":"2/16/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":708,"Cost":478,"Date":"6/7/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":774,"Cost":477,"Date":"1/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":802,"Date":"3/27/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":739,"Cost":603,"Date":"5/12/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":300,"Date":"7/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":806,"Cost":488,"Date":"8/8/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":473,"Cost":307,"Date":"12/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":283,"Date":"1/17/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":961,"Cost":567,"Date":"3/8/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":766,"Cost":650,"Date":"6/6/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":787,"Cost":434,"Date":"6/16/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":396,"Cost":231,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":229,"Cost":188,"Date":"11/19/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":652,"Date":"12/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":478,"Cost":292,"Date":"2/4/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":425,"Cost":284,"Date":"3/8/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":327,"Date":"12/18/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":440,"Cost":409,"Date":"3/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":478,"Cost":447,"Date":"4/20/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":50,"Date":"6/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":609,"Cost":364,"Date":"7/23/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":598,"Cost":310,"Date":"11/21/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":896,"Cost":728,"Date":"11/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":177,"Cost":137,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":520,"Cost":426,"Date":"5/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":293,"Cost":153,"Date":"9/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":536,"Date":"1/3/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":300,"Cost":164,"Date":"2/2/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":573,"Cost":429,"Date":"3/18/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":484,"Cost":372,"Date":"10/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":966,"Cost":795,"Date":"2/16/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":971,"Cost":737,"Date":"6/7/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":153,"Cost":143,"Date":"1/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":783,"Cost":733,"Date":"3/27/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":504,"Cost":451,"Date":"5/12/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":250,"Cost":153,"Date":"7/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":753,"Cost":674,"Date":"8/8/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":306,"Cost":204,"Date":"12/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":675,"Cost":475,"Date":"1/17/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":529,"Cost":287,"Date":"3/8/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":180,"Cost":159,"Date":"6/6/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":698,"Cost":357,"Date":"6/16/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":894,"Cost":828,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":578,"Cost":294,"Date":"11/19/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":505,"Cost":274,"Date":"12/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":115,"Cost":60,"Date":"2/4/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":226,"Cost":203,"Date":"3/8/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":158,"Cost":122,"Date":"12/18/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":831,"Cost":597,"Date":"3/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":642,"Cost":465,"Date":"4/20/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":925,"Cost":464,"Date":"6/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":999,"Cost":720,"Date":"7/23/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":45,"Cost":41,"Date":"11/21/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":736,"Cost":471,"Date":"11/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":541,"Cost":411,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":543,"Cost":503,"Date":"5/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":482,"Cost":258,"Date":"9/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":862,"Cost":767,"Date":"1/3/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":362,"Cost":261,"Date":"2/2/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":591,"Cost":520,"Date":"3/18/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":796,"Cost":743,"Date":"10/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":60,"Cost":50,"Date":"2/16/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":625,"Date":"6/7/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":326,"Date":"1/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":980,"Cost":670,"Date":"3/27/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":143,"Cost":111,"Date":"5/12/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":119,"Cost":94,"Date":"7/28/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":854,"Cost":711,"Date":"8/8/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":22,"Cost":12,"Date":"12/7/2019"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":700,"Cost":584,"Date":"1/17/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":234,"Cost":135,"Date":"3/8/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":367,"Cost":252,"Date":"6/6/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":71,"Cost":61,"Date":"6/16/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":68,"Cost":38,"Date":"8/13/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":803,"Cost":526,"Date":"11/19/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":16,"Cost":15,"Date":"12/28/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":545,"Cost":442,"Date":"2/4/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":117,"Date":"3/8/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":308,"Cost":221,"Date":"12/18/2021"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":806,"Cost":571,"Date":"3/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":560,"Cost":519,"Date":"4/20/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":497,"Cost":343,"Date":"6/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":448,"Date":"7/23/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":15,"Cost":10,"Date":"11/21/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":39,"Cost":34,"Date":"11/26/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":759,"Date":"2/20/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":983,"Cost":811,"Date":"5/21/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":26,"Cost":21,"Date":"9/28/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":744,"Cost":570,"Date":"1/3/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":241,"Cost":227,"Date":"2/2/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":661,"Cost":568,"Date":"3/18/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"Sellpy","Country":"Canada","Sale":833,"Cost":443,"Date":"10/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":411,"Cost":271,"Date":"2/16/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":712,"Cost":375,"Date":"6/7/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":885,"Cost":578,"Date":"1/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":282,"Cost":195,"Date":"3/27/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":224,"Cost":150,"Date":"5/12/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":852,"Cost":697,"Date":"7/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":802,"Cost":538,"Date":"8/8/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":669,"Cost":450,"Date":"12/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":805,"Cost":672,"Date":"1/17/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":509,"Cost":391,"Date":"3/8/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":972,"Cost":546,"Date":"6/6/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":701,"Cost":357,"Date":"6/16/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":861,"Cost":509,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":333,"Cost":264,"Date":"11/19/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":39,"Cost":31,"Date":"12/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":628,"Cost":434,"Date":"2/4/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":773,"Cost":459,"Date":"3/8/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":3,"Cost":3,"Date":"12/18/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":731,"Cost":673,"Date":"3/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":282,"Cost":255,"Date":"4/20/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":342,"Cost":179,"Date":"6/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":475,"Cost":311,"Date":"7/23/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":117,"Cost":67,"Date":"11/21/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":951,"Cost":672,"Date":"11/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":782,"Cost":560,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":461,"Cost":323,"Date":"5/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":550,"Cost":372,"Date":"9/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":190,"Cost":115,"Date":"1/3/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":771,"Cost":572,"Date":"2/2/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":84,"Cost":47,"Date":"3/18/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":635,"Cost":365,"Date":"10/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":616,"Cost":548,"Date":"2/16/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":308,"Cost":157,"Date":"6/7/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":173,"Cost":150,"Date":"1/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":884,"Cost":547,"Date":"3/27/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":142,"Cost":95,"Date":"5/12/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":750,"Cost":641,"Date":"7/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":68,"Cost":60,"Date":"8/8/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":401,"Cost":284,"Date":"12/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":411,"Cost":316,"Date":"1/17/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":97,"Cost":91,"Date":"3/8/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":181,"Cost":91,"Date":"6/6/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":132,"Cost":104,"Date":"6/16/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":515,"Cost":408,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":790,"Cost":457,"Date":"11/19/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":524,"Cost":299,"Date":"12/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":424,"Cost":337,"Date":"2/4/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":526,"Cost":437,"Date":"3/8/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":988,"Cost":766,"Date":"12/18/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":527,"Cost":312,"Date":"3/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":787,"Cost":568,"Date":"4/20/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":846,"Cost":652,"Date":"6/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":450,"Cost":355,"Date":"7/23/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":458,"Cost":244,"Date":"11/21/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":247,"Cost":124,"Date":"11/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":866,"Cost":765,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":377,"Cost":275,"Date":"5/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":452,"Cost":418,"Date":"9/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":434,"Cost":316,"Date":"1/3/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":408,"Cost":262,"Date":"2/2/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":979,"Cost":491,"Date":"3/18/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":645,"Cost":605,"Date":"10/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":616,"Cost":370,"Date":"2/16/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":614,"Cost":503,"Date":"6/7/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":961,"Cost":697,"Date":"1/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":880,"Date":"3/27/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":150,"Cost":110,"Date":"5/12/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":108,"Date":"7/28/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":377,"Cost":220,"Date":"8/8/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":814,"Cost":418,"Date":"12/7/2019"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":493,"Date":"1/17/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":914,"Date":"3/8/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":410,"Date":"6/6/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":18,"Cost":15,"Date":"6/16/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":97,"Date":"8/13/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":355,"Cost":199,"Date":"11/19/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":646,"Cost":345,"Date":"12/28/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":965,"Cost":902,"Date":"2/4/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":289,"Cost":146,"Date":"3/8/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":6,"Cost":4,"Date":"12/18/2021"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":359,"Date":"3/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":105,"Cost":73,"Date":"4/20/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":857,"Cost":512,"Date":"6/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":698,"Date":"7/23/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":483,"Cost":388,"Date":"11/21/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":54,"Cost":29,"Date":"11/26/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":187,"Cost":95,"Date":"2/20/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":821,"Cost":541,"Date":"5/21/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":799,"Date":"9/28/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":64,"Date":"1/3/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":610,"Cost":532,"Date":"2/2/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":469,"Cost":411,"Date":"3/18/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Sellpy","Country":"Canada","Sale":118,"Cost":104,"Date":"10/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":759,"Cost":534,"Date":"2/16/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":537,"Cost":459,"Date":"6/7/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":803,"Cost":500,"Date":"1/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":116,"Cost":69,"Date":"3/27/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":450,"Cost":343,"Date":"5/12/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":119,"Cost":60,"Date":"7/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":250,"Cost":134,"Date":"8/8/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":96,"Cost":87,"Date":"12/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":256,"Cost":157,"Date":"1/17/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":230,"Cost":196,"Date":"3/8/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":129,"Cost":105,"Date":"6/6/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":640,"Cost":541,"Date":"6/16/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":598,"Cost":307,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":248,"Cost":138,"Date":"11/19/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":114,"Cost":71,"Date":"12/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":780,"Cost":568,"Date":"2/4/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":846,"Cost":436,"Date":"3/8/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":571,"Cost":421,"Date":"12/18/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":296,"Cost":192,"Date":"3/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":813,"Cost":491,"Date":"4/20/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":590,"Cost":382,"Date":"6/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":747,"Cost":487,"Date":"7/23/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":713,"Cost":514,"Date":"11/21/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":784,"Cost":727,"Date":"11/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":967,"Cost":839,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":887,"Cost":527,"Date":"5/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":256,"Cost":136,"Date":"9/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":95,"Cost":82,"Date":"1/3/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":520,"Cost":360,"Date":"2/2/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":352,"Cost":255,"Date":"3/18/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM","Country":"Canada","Sale":837,"Cost":446,"Date":"10/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":48,"Cost":35,"Date":"2/16/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":561,"Cost":396,"Date":"6/7/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":939,"Cost":506,"Date":"1/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":76,"Cost":70,"Date":"3/27/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":985,"Cost":930,"Date":"5/12/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":15,"Cost":8,"Date":"7/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":345,"Cost":274,"Date":"8/8/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":4,"Cost":2,"Date":"12/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":958,"Cost":830,"Date":"1/17/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":182,"Cost":93,"Date":"3/8/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":672,"Date":"6/6/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":816,"Cost":603,"Date":"6/16/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":874,"Cost":706,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":720,"Cost":559,"Date":"11/19/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":478,"Date":"12/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":96,"Cost":85,"Date":"2/4/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":149,"Cost":125,"Date":"3/8/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":348,"Cost":267,"Date":"12/18/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":970,"Cost":641,"Date":"3/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":463,"Date":"4/20/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":571,"Cost":312,"Date":"6/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":78,"Cost":68,"Date":"7/23/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":761,"Cost":437,"Date":"11/21/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":86,"Date":"11/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":738,"Cost":529,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":325,"Date":"5/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":448,"Cost":362,"Date":"9/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":321,"Cost":182,"Date":"1/3/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":742,"Date":"2/2/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":398,"Cost":337,"Date":"3/18/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":591,"Cost":439,"Date":"10/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":960,"Cost":580,"Date":"2/16/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":658,"Cost":583,"Date":"6/7/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":261,"Cost":223,"Date":"1/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":235,"Cost":136,"Date":"3/27/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":389,"Cost":229,"Date":"5/12/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":304,"Cost":182,"Date":"7/28/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":802,"Cost":705,"Date":"8/8/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":38,"Date":"12/7/2019"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":527,"Cost":397,"Date":"1/17/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":659,"Cost":499,"Date":"3/8/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":905,"Cost":485,"Date":"6/6/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":253,"Cost":173,"Date":"6/16/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":780,"Cost":412,"Date":"8/13/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":783,"Cost":675,"Date":"11/19/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":501,"Cost":394,"Date":"12/28/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":558,"Cost":378,"Date":"2/4/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":71,"Cost":38,"Date":"3/8/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":105,"Date":"12/18/2021"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":663,"Cost":481,"Date":"3/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":609,"Cost":530,"Date":"4/20/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":32,"Cost":17,"Date":"6/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":136,"Cost":120,"Date":"7/23/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":338,"Cost":295,"Date":"11/21/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":505,"Cost":366,"Date":"11/26/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":460,"Cost":255,"Date":"2/20/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":913,"Cost":641,"Date":"5/21/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":188,"Cost":146,"Date":"9/28/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":175,"Date":"1/3/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":983,"Cost":608,"Date":"2/2/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":225,"Cost":199,"Date":"3/18/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"Jeans","Country":"Canada","Sale":237,"Cost":173,"Date":"10/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":262,"Cost":242,"Date":"2/16/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":415,"Cost":313,"Date":"6/7/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":224,"Cost":159,"Date":"1/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":445,"Cost":225,"Date":"3/27/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":844,"Cost":761,"Date":"5/12/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":415,"Date":"7/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":702,"Cost":455,"Date":"8/8/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":123,"Cost":84,"Date":"12/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":60,"Date":"1/17/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":54,"Cost":27,"Date":"3/8/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":743,"Cost":705,"Date":"6/6/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":508,"Cost":348,"Date":"6/16/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":360,"Cost":213,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":800,"Date":"11/19/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":681,"Date":"12/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":499,"Cost":399,"Date":"2/4/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":878,"Cost":747,"Date":"3/8/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":348,"Cost":269,"Date":"12/18/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":547,"Cost":328,"Date":"3/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":11,"Cost":7,"Date":"4/20/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":822,"Cost":471,"Date":"6/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":139,"Cost":90,"Date":"7/23/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":140,"Cost":132,"Date":"11/21/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":640,"Date":"11/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":155,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":349,"Cost":201,"Date":"5/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":440,"Date":"9/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":778,"Cost":570,"Date":"1/3/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":791,"Cost":577,"Date":"2/2/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":228,"Cost":181,"Date":"3/18/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Jeans","Country":"Canada","Sale":493,"Cost":361,"Date":"10/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":621,"Cost":344,"Date":"2/16/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":172,"Cost":154,"Date":"6/7/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":742,"Cost":587,"Date":"1/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":683,"Cost":473,"Date":"3/27/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":487,"Cost":311,"Date":"5/12/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":943,"Cost":618,"Date":"7/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":501,"Cost":312,"Date":"8/8/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":935,"Cost":722,"Date":"12/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":173,"Cost":110,"Date":"1/17/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":588,"Cost":358,"Date":"3/8/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":525,"Cost":443,"Date":"6/6/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":65,"Cost":40,"Date":"6/16/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":803,"Cost":478,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":464,"Cost":438,"Date":"11/19/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":653,"Cost":388,"Date":"12/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":930,"Cost":516,"Date":"2/4/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"3/8/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":317,"Cost":216,"Date":"12/18/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":833,"Cost":670,"Date":"3/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":664,"Cost":513,"Date":"4/20/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":899,"Cost":561,"Date":"6/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":208,"Cost":164,"Date":"7/23/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":243,"Cost":127,"Date":"11/21/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":27,"Cost":14,"Date":"11/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":74,"Cost":64,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":452,"Cost":320,"Date":"5/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":705,"Cost":439,"Date":"9/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":465,"Cost":405,"Date":"1/3/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":286,"Cost":150,"Date":"2/2/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":650,"Cost":610,"Date":"3/18/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":211,"Cost":131,"Date":"10/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":385,"Cost":342,"Date":"2/16/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":976,"Cost":643,"Date":"6/7/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":982,"Cost":502,"Date":"1/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":775,"Cost":600,"Date":"3/27/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":570,"Cost":441,"Date":"5/12/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":976,"Cost":836,"Date":"7/28/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":699,"Cost":388,"Date":"8/8/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":769,"Cost":707,"Date":"12/7/2019"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":128,"Cost":113,"Date":"1/17/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":718,"Cost":561,"Date":"3/8/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":207,"Cost":145,"Date":"6/6/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":188,"Cost":147,"Date":"6/16/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":534,"Cost":300,"Date":"8/13/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":89,"Cost":54,"Date":"11/19/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":472,"Cost":333,"Date":"12/28/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":582,"Cost":551,"Date":"2/4/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":930,"Cost":703,"Date":"3/8/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":877,"Cost":561,"Date":"12/18/2021"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":407,"Cost":288,"Date":"3/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":329,"Cost":273,"Date":"4/20/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":34,"Cost":24,"Date":"6/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":433,"Cost":352,"Date":"7/23/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":599,"Cost":481,"Date":"11/21/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":336,"Cost":307,"Date":"11/26/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":550,"Cost":404,"Date":"2/20/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":846,"Cost":620,"Date":"5/21/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":512,"Cost":332,"Date":"9/28/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":133,"Cost":80,"Date":"1/3/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":131,"Cost":82,"Date":"2/2/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":480,"Cost":354,"Date":"3/18/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"Nova","Country":"Canada","Sale":479,"Cost":302,"Date":"10/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":653,"Cost":570,"Date":"2/16/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":116,"Cost":85,"Date":"6/7/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":940,"Cost":761,"Date":"1/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":906,"Cost":767,"Date":"3/27/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":267,"Cost":217,"Date":"5/12/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":265,"Cost":184,"Date":"7/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":392,"Cost":358,"Date":"8/8/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":421,"Date":"12/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":365,"Date":"1/17/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":287,"Date":"3/8/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":968,"Cost":914,"Date":"6/6/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":75,"Cost":55,"Date":"6/16/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":943,"Cost":633,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":627,"Cost":338,"Date":"11/19/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":680,"Cost":425,"Date":"12/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":839,"Cost":484,"Date":"2/4/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":933,"Cost":800,"Date":"3/8/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":560,"Date":"12/18/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":438,"Cost":381,"Date":"3/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":742,"Date":"4/20/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":13,"Cost":7,"Date":"6/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":184,"Cost":142,"Date":"7/23/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":64,"Cost":53,"Date":"11/21/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":821,"Cost":743,"Date":"11/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":958,"Cost":576,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":164,"Cost":124,"Date":"5/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":638,"Cost":416,"Date":"9/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":868,"Cost":569,"Date":"1/3/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":843,"Cost":657,"Date":"2/2/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":286,"Cost":236,"Date":"3/18/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":828,"Cost":682,"Date":"10/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":594,"Date":"2/16/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":443,"Cost":248,"Date":"6/7/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":630,"Cost":397,"Date":"1/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":262,"Date":"3/27/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":920,"Cost":809,"Date":"5/12/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":377,"Cost":230,"Date":"7/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":401,"Date":"8/8/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":277,"Cost":228,"Date":"12/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":517,"Date":"1/17/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":146,"Date":"3/8/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":215,"Cost":117,"Date":"6/6/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":721,"Cost":442,"Date":"6/16/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":27,"Cost":16,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":43,"Date":"11/19/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":535,"Cost":389,"Date":"12/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":791,"Cost":513,"Date":"2/4/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":108,"Date":"3/8/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":737,"Cost":530,"Date":"12/18/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":101,"Date":"3/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":473,"Date":"4/20/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":537,"Cost":294,"Date":"6/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":457,"Cost":412,"Date":"7/23/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":138,"Date":"11/21/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":355,"Cost":230,"Date":"11/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":341,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":608,"Date":"5/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":669,"Cost":445,"Date":"9/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":885,"Cost":726,"Date":"1/3/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":921,"Cost":503,"Date":"2/2/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":191,"Cost":164,"Date":"3/18/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":114,"Cost":58,"Date":"10/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":635,"Cost":487,"Date":"2/16/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":303,"Cost":192,"Date":"6/7/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":521,"Cost":414,"Date":"1/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":546,"Cost":277,"Date":"3/27/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":994,"Cost":518,"Date":"5/12/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":196,"Cost":130,"Date":"7/28/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":718,"Cost":431,"Date":"8/8/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":502,"Cost":390,"Date":"12/7/2019"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":518,"Cost":361,"Date":"1/17/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":944,"Cost":839,"Date":"3/8/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":51,"Cost":43,"Date":"6/6/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":715,"Cost":571,"Date":"6/16/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":646,"Cost":372,"Date":"8/13/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":292,"Cost":260,"Date":"11/19/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":416,"Date":"12/28/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":719,"Cost":479,"Date":"2/4/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":570,"Cost":403,"Date":"3/8/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":698,"Cost":653,"Date":"12/18/2021"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":296,"Cost":231,"Date":"3/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":183,"Date":"4/20/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":134,"Cost":108,"Date":"6/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":36,"Cost":22,"Date":"7/23/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":739,"Cost":512,"Date":"11/21/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":235,"Cost":208,"Date":"11/26/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":475,"Cost":427,"Date":"2/20/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":56,"Cost":52,"Date":"5/21/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":413,"Cost":377,"Date":"9/28/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":253,"Date":"1/3/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":558,"Cost":527,"Date":"2/2/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":998,"Cost":724,"Date":"3/18/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":121,"Cost":105,"Date":"10/14/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":303,"Cost":172,"Date":"2/16/2018"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":155,"Cost":133,"Date":"6/7/2018"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":264,"Cost":158,"Date":"1/28/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":592,"Cost":436,"Date":"3/27/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":106,"Cost":53,"Date":"5/12/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":956,"Cost":566,"Date":"7/28/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":476,"Cost":292,"Date":"8/8/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":610,"Cost":479,"Date":"12/7/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":344,"Cost":302,"Date":"1/17/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":973,"Cost":604,"Date":"3/8/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":165,"Cost":91,"Date":"6/6/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":470,"Cost":258,"Date":"6/16/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":621,"Cost":314,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":399,"Cost":199,"Date":"11/19/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":457,"Cost":356,"Date":"12/28/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":443,"Cost":285,"Date":"2/4/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":100,"Cost":62,"Date":"3/8/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":124,"Cost":93,"Date":"12/18/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":146,"Cost":115,"Date":"3/31/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":539,"Cost":364,"Date":"4/20/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":313,"Cost":297,"Date":"6/26/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":911,"Cost":849,"Date":"7/23/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":50,"Cost":26,"Date":"11/21/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":999,"Cost":738,"Date":"11/26/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":596,"Cost":357,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":319,"Cost":194,"Date":"5/21/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":195,"Cost":120,"Date":"9/28/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":843,"Cost":621,"Date":"1/3/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":448,"Cost":370,"Date":"2/2/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":755,"Cost":467,"Date":"3/18/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":810,"Cost":764,"Date":"10/14/2024"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":553,"Cost":284,"Date":"2/16/2018"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":758,"Cost":655,"Date":"6/7/2018"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":983,"Cost":816,"Date":"1/28/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":12,"Cost":9,"Date":"3/27/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":739,"Cost":447,"Date":"5/12/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":85,"Cost":65,"Date":"7/28/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":433,"Cost":325,"Date":"8/8/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":912,"Cost":812,"Date":"12/7/2019"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":788,"Cost":740,"Date":"1/17/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":885,"Cost":585,"Date":"3/8/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":499,"Cost":376,"Date":"6/6/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":550,"Cost":401,"Date":"6/16/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":346,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":902,"Cost":796,"Date":"11/19/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":416,"Cost":212,"Date":"12/28/2020"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":223,"Cost":148,"Date":"2/4/2021"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":802,"Cost":417,"Date":"3/8/2021"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":822,"Cost":550,"Date":"12/18/2021"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":360,"Cost":222,"Date":"3/31/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":105,"Date":"4/20/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":199,"Cost":118,"Date":"6/26/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":481,"Cost":370,"Date":"7/23/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":434,"Cost":359,"Date":"11/21/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":510,"Cost":369,"Date":"11/26/2022"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":276,"Cost":262,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":259,"Date":"5/21/2023"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":223,"Cost":163,"Date":"9/28/2023"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":290,"Cost":182,"Date":"1/3/2024"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":841,"Cost":764,"Date":"2/2/2024"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":492,"Date":"3/18/2024"},{"Store":"Market Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":256,"Cost":184,"Date":"10/14/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":601,"Cost":496,"Date":"2/16/2018"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":952,"Cost":810,"Date":"6/7/2018"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":511,"Cost":343,"Date":"1/28/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":595,"Cost":348,"Date":"3/27/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":542,"Cost":357,"Date":"5/12/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":631,"Cost":569,"Date":"7/28/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":40,"Cost":21,"Date":"8/8/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":9,"Cost":4,"Date":"12/7/2019"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":366,"Cost":345,"Date":"1/17/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":998,"Cost":640,"Date":"3/8/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":928,"Cost":632,"Date":"6/6/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":567,"Cost":530,"Date":"6/16/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":284,"Cost":249,"Date":"8/13/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":570,"Cost":368,"Date":"11/19/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":886,"Cost":656,"Date":"12/28/2020"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":94,"Cost":53,"Date":"2/4/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":892,"Cost":794,"Date":"3/8/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":305,"Cost":182,"Date":"12/18/2021"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":844,"Cost":568,"Date":"3/31/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":767,"Cost":687,"Date":"4/20/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":175,"Cost":99,"Date":"6/26/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":593,"Cost":387,"Date":"7/23/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":819,"Cost":509,"Date":"11/21/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":929,"Cost":506,"Date":"11/26/2022"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":736,"Cost":387,"Date":"2/20/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":75,"Cost":54,"Date":"5/21/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":338,"Cost":314,"Date":"9/28/2023"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":544,"Cost":402,"Date":"1/3/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":394,"Cost":264,"Date":"2/2/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":246,"Cost":172,"Date":"3/18/2024"},{"Store":"Market Mall, Calgary","Brand":"HM","Country":"Canada","Sale":296,"Cost":262,"Date":"10/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":497,"Cost":415,"Date":"2/16/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":367,"Cost":346,"Date":"6/7/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":712,"Cost":645,"Date":"1/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":408,"Cost":225,"Date":"3/27/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":77,"Cost":62,"Date":"5/12/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":435,"Cost":260,"Date":"7/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":122,"Cost":99,"Date":"8/8/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":794,"Cost":547,"Date":"12/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":442,"Cost":306,"Date":"1/17/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":673,"Cost":556,"Date":"3/8/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":556,"Cost":301,"Date":"6/6/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":334,"Cost":169,"Date":"6/16/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":556,"Cost":313,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":230,"Date":"11/19/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":460,"Date":"12/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":660,"Cost":373,"Date":"2/4/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":262,"Cost":157,"Date":"3/8/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":83,"Cost":72,"Date":"12/18/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":680,"Cost":453,"Date":"3/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":441,"Date":"4/20/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":842,"Cost":579,"Date":"6/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":193,"Cost":170,"Date":"7/23/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":805,"Cost":723,"Date":"11/21/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":941,"Cost":637,"Date":"11/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":463,"Cost":337,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":605,"Cost":431,"Date":"5/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":532,"Cost":440,"Date":"9/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":708,"Cost":634,"Date":"1/3/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":175,"Cost":125,"Date":"2/2/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":266,"Cost":177,"Date":"3/18/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM Home","Country":"Canada","Sale":765,"Cost":392,"Date":"10/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":281,"Date":"2/16/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":116,"Cost":90,"Date":"6/7/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":614,"Date":"1/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":407,"Cost":325,"Date":"3/27/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":668,"Date":"5/12/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":531,"Cost":502,"Date":"7/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":486,"Date":"8/8/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":536,"Date":"12/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":788,"Cost":455,"Date":"1/17/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":108,"Cost":83,"Date":"3/8/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":935,"Cost":777,"Date":"6/6/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":728,"Cost":610,"Date":"6/16/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":29,"Cost":17,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":700,"Cost":433,"Date":"11/19/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":266,"Cost":229,"Date":"12/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":205,"Cost":167,"Date":"2/4/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":484,"Cost":361,"Date":"3/8/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":248,"Cost":151,"Date":"12/18/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":664,"Cost":501,"Date":"3/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":674,"Date":"4/20/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":188,"Date":"6/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":819,"Cost":429,"Date":"7/23/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":976,"Cost":890,"Date":"11/21/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":539,"Date":"11/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":210,"Cost":111,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":201,"Cost":171,"Date":"5/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":429,"Date":"9/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":36,"Cost":31,"Date":"1/3/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":219,"Cost":157,"Date":"2/2/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":69,"Cost":58,"Date":"3/18/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":130,"Cost":121,"Date":"10/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":31,"Cost":20,"Date":"2/16/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":276,"Date":"6/7/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":132,"Cost":119,"Date":"1/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":839,"Cost":554,"Date":"3/27/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":571,"Date":"5/12/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":144,"Cost":131,"Date":"7/28/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":111,"Date":"8/8/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":329,"Date":"12/7/2019"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":564,"Cost":364,"Date":"1/17/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":495,"Cost":436,"Date":"3/8/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":572,"Cost":298,"Date":"6/6/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":690,"Cost":383,"Date":"6/16/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":183,"Cost":124,"Date":"8/13/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":110,"Cost":96,"Date":"11/19/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":49,"Date":"12/28/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":827,"Cost":620,"Date":"2/4/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":162,"Date":"3/8/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":334,"Date":"12/18/2021"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":859,"Cost":792,"Date":"3/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":389,"Cost":218,"Date":"4/20/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":679,"Cost":530,"Date":"6/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":207,"Date":"7/23/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":628,"Date":"11/21/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":253,"Cost":176,"Date":"11/26/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":892,"Cost":801,"Date":"2/20/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":398,"Cost":226,"Date":"5/21/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":614,"Cost":557,"Date":"9/28/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":238,"Cost":151,"Date":"1/3/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":401,"Cost":306,"Date":"2/2/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":828,"Cost":596,"Date":"3/18/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":409,"Date":"10/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":15,"Cost":12,"Date":"2/16/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":531,"Cost":490,"Date":"6/7/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":37,"Cost":20,"Date":"1/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":177,"Cost":91,"Date":"3/27/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":449,"Cost":246,"Date":"5/12/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":573,"Cost":388,"Date":"7/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":386,"Cost":209,"Date":"8/8/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":679,"Cost":494,"Date":"12/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":400,"Cost":267,"Date":"1/17/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":506,"Cost":270,"Date":"3/8/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":656,"Cost":471,"Date":"6/6/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":540,"Cost":408,"Date":"6/16/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":628,"Cost":318,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":971,"Cost":738,"Date":"11/19/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":446,"Date":"12/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":713,"Cost":491,"Date":"2/4/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":566,"Cost":318,"Date":"3/8/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":113,"Cost":98,"Date":"12/18/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":896,"Cost":578,"Date":"3/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":416,"Cost":381,"Date":"4/20/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":749,"Cost":377,"Date":"6/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":940,"Cost":776,"Date":"7/23/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":476,"Cost":379,"Date":"11/21/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":682,"Cost":410,"Date":"11/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":966,"Cost":748,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":296,"Date":"5/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":763,"Cost":703,"Date":"9/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":527,"Cost":412,"Date":"1/3/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":202,"Cost":127,"Date":"2/2/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":119,"Cost":81,"Date":"3/18/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":675,"Cost":544,"Date":"10/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":864,"Cost":688,"Date":"2/16/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":362,"Cost":210,"Date":"6/7/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":228,"Cost":130,"Date":"1/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":13,"Cost":9,"Date":"3/27/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":643,"Cost":610,"Date":"5/12/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":353,"Cost":296,"Date":"7/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":842,"Cost":798,"Date":"8/8/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":83,"Cost":58,"Date":"12/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":710,"Cost":439,"Date":"1/17/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":359,"Cost":291,"Date":"3/8/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":109,"Cost":75,"Date":"6/6/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":394,"Cost":310,"Date":"6/16/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":821,"Cost":651,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":63,"Cost":32,"Date":"11/19/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":822,"Cost":521,"Date":"12/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":355,"Cost":182,"Date":"2/4/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":710,"Cost":366,"Date":"3/8/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":900,"Cost":547,"Date":"12/18/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":676,"Cost":366,"Date":"3/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":242,"Cost":176,"Date":"4/20/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":338,"Cost":299,"Date":"6/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":641,"Cost":326,"Date":"7/23/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":222,"Cost":147,"Date":"11/21/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":824,"Cost":745,"Date":"11/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":620,"Cost":384,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":830,"Cost":654,"Date":"5/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":749,"Cost":472,"Date":"9/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":633,"Cost":447,"Date":"1/3/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":599,"Cost":382,"Date":"2/2/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":11,"Cost":10,"Date":"3/18/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":353,"Cost":199,"Date":"10/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":326,"Cost":305,"Date":"2/16/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":134,"Cost":97,"Date":"6/7/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":207,"Cost":108,"Date":"1/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":274,"Cost":189,"Date":"3/27/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":496,"Cost":452,"Date":"5/12/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":237,"Cost":172,"Date":"7/28/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":530,"Cost":374,"Date":"8/8/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":395,"Cost":231,"Date":"12/7/2019"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":894,"Cost":655,"Date":"1/17/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":24,"Cost":17,"Date":"3/8/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":611,"Cost":580,"Date":"6/6/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":98,"Cost":58,"Date":"6/16/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":299,"Cost":284,"Date":"8/13/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":649,"Cost":498,"Date":"11/19/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":360,"Cost":327,"Date":"12/28/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":760,"Cost":647,"Date":"2/4/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":215,"Cost":145,"Date":"3/8/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":886,"Cost":579,"Date":"12/18/2021"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":304,"Cost":228,"Date":"3/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":353,"Cost":306,"Date":"4/20/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":786,"Cost":470,"Date":"6/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":185,"Cost":121,"Date":"7/23/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":941,"Cost":548,"Date":"11/21/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":482,"Cost":449,"Date":"11/26/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":842,"Cost":560,"Date":"2/20/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":283,"Cost":201,"Date":"5/21/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":510,"Cost":473,"Date":"9/28/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":288,"Cost":208,"Date":"1/3/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":378,"Cost":272,"Date":"2/2/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":69,"Cost":51,"Date":"3/18/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Nova","Country":"Canada","Sale":394,"Cost":210,"Date":"10/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":151,"Cost":88,"Date":"2/16/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":99,"Cost":69,"Date":"6/7/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":121,"Cost":111,"Date":"1/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":523,"Cost":338,"Date":"3/27/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":724,"Cost":634,"Date":"5/12/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":997,"Cost":729,"Date":"7/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":862,"Cost":774,"Date":"8/8/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":654,"Cost":360,"Date":"12/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":896,"Cost":637,"Date":"1/17/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":17,"Cost":12,"Date":"3/8/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":856,"Cost":679,"Date":"6/6/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":398,"Cost":211,"Date":"6/16/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":775,"Cost":412,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":995,"Cost":637,"Date":"11/19/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":313,"Cost":267,"Date":"12/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":848,"Cost":647,"Date":"2/4/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":823,"Cost":544,"Date":"3/8/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":184,"Cost":164,"Date":"12/18/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":661,"Cost":585,"Date":"3/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":284,"Cost":225,"Date":"4/20/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":365,"Cost":210,"Date":"6/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":279,"Cost":209,"Date":"7/23/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":24,"Cost":16,"Date":"11/21/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":170,"Cost":114,"Date":"11/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":327,"Cost":232,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":261,"Cost":164,"Date":"5/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":645,"Cost":566,"Date":"9/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":345,"Cost":192,"Date":"1/3/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":700,"Cost":571,"Date":"2/2/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":890,"Cost":464,"Date":"3/18/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":833,"Cost":784,"Date":"10/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":343,"Cost":216,"Date":"2/16/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":551,"Cost":511,"Date":"6/7/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":956,"Cost":578,"Date":"1/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":219,"Cost":116,"Date":"3/27/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":923,"Cost":871,"Date":"5/12/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":645,"Cost":496,"Date":"7/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":581,"Cost":528,"Date":"8/8/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":449,"Cost":423,"Date":"12/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":36,"Cost":19,"Date":"1/17/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":282,"Cost":259,"Date":"3/8/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":681,"Cost":554,"Date":"6/6/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":388,"Cost":356,"Date":"6/16/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":760,"Cost":672,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":898,"Cost":622,"Date":"11/19/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":711,"Cost":564,"Date":"12/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":274,"Cost":138,"Date":"2/4/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":537,"Cost":312,"Date":"3/8/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":46,"Cost":23,"Date":"12/18/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":266,"Cost":241,"Date":"3/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":650,"Cost":375,"Date":"4/20/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":822,"Cost":655,"Date":"6/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":341,"Cost":223,"Date":"7/23/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":290,"Cost":164,"Date":"11/21/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":864,"Cost":691,"Date":"11/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":393,"Cost":242,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":817,"Cost":489,"Date":"5/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":770,"Cost":670,"Date":"9/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":350,"Cost":275,"Date":"1/3/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":700,"Cost":457,"Date":"2/2/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":710,"Cost":622,"Date":"3/18/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":47,"Cost":35,"Date":"10/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":695,"Cost":412,"Date":"2/16/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":67,"Cost":63,"Date":"6/7/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":91,"Date":"1/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":683,"Cost":587,"Date":"3/27/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":805,"Cost":506,"Date":"5/12/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":594,"Cost":498,"Date":"7/28/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":135,"Cost":127,"Date":"8/8/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":989,"Cost":550,"Date":"12/7/2019"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":19,"Cost":11,"Date":"1/17/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":602,"Date":"3/8/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":980,"Cost":604,"Date":"6/6/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":570,"Date":"6/16/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":580,"Cost":421,"Date":"8/13/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":540,"Cost":289,"Date":"11/19/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":266,"Date":"12/28/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":308,"Cost":217,"Date":"2/4/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":812,"Cost":544,"Date":"3/8/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":610,"Cost":426,"Date":"12/18/2021"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":499,"Date":"3/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":138,"Cost":79,"Date":"4/20/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":529,"Cost":275,"Date":"6/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":855,"Cost":559,"Date":"7/23/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":606,"Cost":505,"Date":"11/21/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":258,"Date":"11/26/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":730,"Cost":439,"Date":"2/20/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":913,"Cost":677,"Date":"5/21/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":705,"Cost":474,"Date":"9/28/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":199,"Cost":187,"Date":"1/3/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":964,"Cost":640,"Date":"2/2/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":258,"Cost":235,"Date":"3/18/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":477,"Cost":357,"Date":"10/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":923,"Cost":567,"Date":"2/16/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":872,"Cost":779,"Date":"6/7/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":854,"Cost":803,"Date":"1/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":313,"Cost":179,"Date":"3/27/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":407,"Cost":332,"Date":"5/12/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":758,"Cost":681,"Date":"7/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":284,"Date":"8/8/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":626,"Date":"12/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":557,"Cost":480,"Date":"1/17/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":392,"Cost":305,"Date":"3/8/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":164,"Cost":112,"Date":"6/6/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":410,"Cost":212,"Date":"6/16/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":623,"Cost":517,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":735,"Cost":450,"Date":"11/19/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":39,"Cost":20,"Date":"12/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":395,"Cost":313,"Date":"2/4/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":284,"Date":"3/8/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":798,"Cost":514,"Date":"12/18/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":227,"Cost":168,"Date":"3/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":607,"Cost":461,"Date":"4/20/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":778,"Cost":678,"Date":"6/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":956,"Cost":617,"Date":"7/23/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":801,"Cost":730,"Date":"11/21/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":690,"Date":"11/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":438,"Cost":338,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":342,"Cost":259,"Date":"5/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":479,"Cost":240,"Date":"9/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":182,"Date":"1/3/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":719,"Cost":659,"Date":"2/2/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":870,"Cost":525,"Date":"3/18/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":612,"Cost":351,"Date":"10/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":486,"Cost":295,"Date":"2/16/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":175,"Cost":107,"Date":"6/7/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":818,"Cost":459,"Date":"1/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":327,"Cost":245,"Date":"3/27/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":920,"Cost":789,"Date":"5/12/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":952,"Cost":526,"Date":"7/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":49,"Cost":40,"Date":"8/8/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":872,"Cost":817,"Date":"12/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":547,"Cost":302,"Date":"1/17/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":90,"Cost":65,"Date":"3/8/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":505,"Cost":326,"Date":"6/6/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":377,"Cost":347,"Date":"6/16/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":898,"Cost":795,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":676,"Cost":454,"Date":"11/19/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":959,"Cost":810,"Date":"12/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":340,"Cost":171,"Date":"2/4/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":730,"Cost":365,"Date":"3/8/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":150,"Cost":108,"Date":"12/18/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":477,"Cost":417,"Date":"3/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":556,"Cost":290,"Date":"4/20/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":797,"Cost":532,"Date":"6/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":935,"Cost":547,"Date":"7/23/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":883,"Cost":447,"Date":"11/21/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":504,"Cost":381,"Date":"11/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":617,"Cost":585,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":632,"Cost":341,"Date":"5/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":702,"Cost":356,"Date":"9/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":330,"Cost":204,"Date":"1/3/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":888,"Cost":673,"Date":"2/2/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":830,"Cost":560,"Date":"3/18/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"HM","Country":"Canada","Sale":129,"Cost":78,"Date":"10/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":652,"Cost":426,"Date":"2/16/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":733,"Cost":586,"Date":"6/7/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":887,"Cost":621,"Date":"1/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":876,"Cost":501,"Date":"3/27/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":367,"Cost":317,"Date":"5/12/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":30,"Cost":23,"Date":"7/28/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":464,"Cost":243,"Date":"8/8/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":967,"Cost":846,"Date":"12/7/2019"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":318,"Date":"1/17/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":340,"Cost":215,"Date":"3/8/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":327,"Cost":308,"Date":"6/6/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":434,"Cost":297,"Date":"6/16/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":308,"Date":"8/13/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":994,"Cost":537,"Date":"11/19/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":606,"Date":"12/28/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":11,"Cost":7,"Date":"2/4/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":848,"Cost":566,"Date":"3/8/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":346,"Cost":276,"Date":"12/18/2021"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":178,"Cost":168,"Date":"3/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":880,"Cost":457,"Date":"4/20/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":529,"Cost":481,"Date":"6/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":671,"Cost":479,"Date":"7/23/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":21,"Date":"11/21/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":874,"Cost":792,"Date":"11/26/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":625,"Cost":407,"Date":"2/20/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":464,"Cost":367,"Date":"5/21/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":202,"Cost":109,"Date":"9/28/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":846,"Cost":569,"Date":"1/3/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":562,"Cost":476,"Date":"2/2/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":363,"Cost":312,"Date":"3/18/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":329,"Date":"10/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":698,"Date":"2/16/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":559,"Cost":374,"Date":"6/7/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":166,"Cost":130,"Date":"1/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":389,"Date":"3/27/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":661,"Cost":439,"Date":"5/12/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":524,"Cost":478,"Date":"7/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":435,"Date":"8/8/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":883,"Cost":584,"Date":"12/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":447,"Cost":269,"Date":"1/17/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":953,"Cost":586,"Date":"3/8/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":211,"Cost":188,"Date":"6/6/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":603,"Cost":378,"Date":"6/16/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":844,"Cost":634,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":590,"Cost":539,"Date":"11/19/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":445,"Date":"12/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":417,"Date":"2/4/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":666,"Cost":487,"Date":"3/8/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":504,"Date":"12/18/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":284,"Cost":161,"Date":"3/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":342,"Cost":194,"Date":"4/20/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":61,"Cost":41,"Date":"6/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":696,"Cost":435,"Date":"7/23/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":933,"Cost":626,"Date":"11/21/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":161,"Cost":133,"Date":"11/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":357,"Cost":253,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":756,"Cost":402,"Date":"5/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":838,"Cost":540,"Date":"9/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":28,"Date":"1/3/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":875,"Cost":664,"Date":"2/2/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":827,"Cost":522,"Date":"3/18/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":460,"Cost":314,"Date":"10/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":560,"Cost":445,"Date":"2/16/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":635,"Cost":430,"Date":"6/7/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":67,"Cost":55,"Date":"1/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":288,"Cost":203,"Date":"3/27/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":572,"Cost":316,"Date":"5/12/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":606,"Cost":368,"Date":"7/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":339,"Cost":289,"Date":"8/8/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":2,"Cost":2,"Date":"12/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":193,"Cost":117,"Date":"1/17/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":703,"Cost":393,"Date":"3/8/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":259,"Cost":221,"Date":"6/6/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":434,"Cost":258,"Date":"6/16/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":520,"Cost":459,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":981,"Cost":873,"Date":"11/19/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":923,"Cost":725,"Date":"12/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":606,"Cost":533,"Date":"2/4/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":670,"Cost":471,"Date":"3/8/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":331,"Cost":276,"Date":"12/18/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":719,"Cost":625,"Date":"3/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":995,"Cost":898,"Date":"4/20/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":445,"Date":"6/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":209,"Cost":121,"Date":"7/23/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":368,"Cost":310,"Date":"11/21/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":325,"Cost":265,"Date":"11/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":680,"Cost":444,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":2,"Cost":2,"Date":"5/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":324,"Cost":165,"Date":"9/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":775,"Cost":511,"Date":"1/3/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":322,"Cost":193,"Date":"2/2/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":561,"Date":"3/18/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":276,"Cost":189,"Date":"10/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":328,"Cost":270,"Date":"2/16/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":711,"Cost":586,"Date":"6/7/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":79,"Cost":46,"Date":"1/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":857,"Cost":608,"Date":"3/27/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":240,"Cost":192,"Date":"5/12/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":663,"Cost":386,"Date":"7/28/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":709,"Cost":647,"Date":"8/8/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":302,"Cost":247,"Date":"12/7/2019"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":253,"Cost":145,"Date":"1/17/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":943,"Cost":822,"Date":"3/8/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":971,"Cost":545,"Date":"6/6/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":404,"Cost":252,"Date":"6/16/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":233,"Date":"8/13/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":509,"Date":"11/19/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":656,"Cost":495,"Date":"12/28/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":985,"Cost":875,"Date":"2/4/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":151,"Cost":118,"Date":"3/8/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":427,"Cost":216,"Date":"12/18/2021"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":41,"Cost":33,"Date":"3/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":31,"Cost":20,"Date":"4/20/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":540,"Cost":459,"Date":"6/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":590,"Date":"7/23/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":230,"Cost":176,"Date":"11/21/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":392,"Cost":212,"Date":"11/26/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":195,"Cost":184,"Date":"2/20/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":927,"Cost":545,"Date":"5/21/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":396,"Cost":327,"Date":"9/28/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":965,"Cost":904,"Date":"1/3/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":666,"Cost":493,"Date":"2/2/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":148,"Cost":110,"Date":"3/18/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":725,"Date":"10/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":923,"Cost":522,"Date":"2/16/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":59,"Date":"6/7/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":844,"Cost":687,"Date":"1/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":821,"Cost":420,"Date":"3/27/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":595,"Cost":368,"Date":"5/12/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":436,"Cost":272,"Date":"7/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":307,"Cost":230,"Date":"8/8/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":404,"Cost":375,"Date":"12/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":638,"Cost":534,"Date":"1/17/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":175,"Cost":122,"Date":"3/8/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":439,"Date":"6/6/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":107,"Cost":68,"Date":"6/16/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":276,"Cost":213,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":215,"Cost":109,"Date":"11/19/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":630,"Cost":523,"Date":"12/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":731,"Cost":471,"Date":"2/4/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":473,"Cost":439,"Date":"3/8/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":898,"Cost":704,"Date":"12/18/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":603,"Cost":335,"Date":"3/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":342,"Cost":192,"Date":"4/20/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":201,"Cost":133,"Date":"6/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":715,"Cost":400,"Date":"7/23/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":608,"Cost":537,"Date":"11/21/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":966,"Cost":618,"Date":"11/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":965,"Cost":623,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":301,"Cost":160,"Date":"5/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":549,"Cost":494,"Date":"9/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":559,"Cost":473,"Date":"1/3/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":448,"Cost":279,"Date":"2/2/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":102,"Cost":73,"Date":"3/18/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":432,"Cost":296,"Date":"10/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":746,"Cost":510,"Date":"2/16/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":64,"Cost":47,"Date":"6/7/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":369,"Cost":207,"Date":"1/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":508,"Cost":295,"Date":"3/27/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":825,"Cost":479,"Date":"5/12/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":733,"Cost":594,"Date":"7/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":961,"Cost":787,"Date":"8/8/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":716,"Date":"12/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":605,"Cost":410,"Date":"1/17/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":457,"Cost":416,"Date":"3/8/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":825,"Cost":511,"Date":"6/6/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":491,"Cost":451,"Date":"6/16/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":850,"Cost":807,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":714,"Cost":504,"Date":"11/19/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":666,"Cost":383,"Date":"12/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":817,"Cost":684,"Date":"2/4/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":334,"Date":"3/8/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":25,"Date":"12/18/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":842,"Cost":474,"Date":"3/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":659,"Cost":511,"Date":"4/20/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":333,"Date":"6/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":77,"Cost":70,"Date":"7/23/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":417,"Cost":249,"Date":"11/21/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":104,"Cost":88,"Date":"11/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":143,"Cost":124,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":893,"Cost":807,"Date":"5/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":231,"Cost":138,"Date":"9/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":213,"Cost":180,"Date":"1/3/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":25,"Cost":23,"Date":"2/2/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":232,"Date":"3/18/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":33,"Date":"10/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":580,"Cost":338,"Date":"2/16/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":21,"Date":"6/7/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":684,"Cost":497,"Date":"1/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":244,"Date":"3/27/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":845,"Cost":745,"Date":"5/12/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":915,"Cost":714,"Date":"7/28/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":187,"Cost":117,"Date":"8/8/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":572,"Cost":465,"Date":"12/7/2019"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":33,"Cost":26,"Date":"1/17/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":665,"Cost":362,"Date":"3/8/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":697,"Cost":497,"Date":"6/6/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":558,"Cost":490,"Date":"6/16/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":1,"Cost":0,"Date":"8/13/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":94,"Cost":83,"Date":"11/19/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":665,"Cost":625,"Date":"12/28/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":430,"Cost":383,"Date":"2/4/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":143,"Cost":95,"Date":"3/8/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":461,"Cost":257,"Date":"12/18/2021"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":503,"Cost":274,"Date":"3/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":668,"Cost":433,"Date":"4/20/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":138,"Cost":97,"Date":"6/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":30,"Cost":20,"Date":"7/23/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":967,"Cost":809,"Date":"11/21/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":473,"Cost":302,"Date":"11/26/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":999,"Cost":832,"Date":"2/20/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":115,"Cost":86,"Date":"5/21/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":10,"Cost":10,"Date":"9/28/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":408,"Cost":220,"Date":"1/3/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":508,"Cost":418,"Date":"2/2/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":204,"Date":"3/18/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":19,"Date":"10/14/2024"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":634,"Cost":429,"Date":"2/16/2018"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":742,"Cost":579,"Date":"6/7/2018"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":327,"Cost":196,"Date":"1/28/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":257,"Cost":159,"Date":"3/27/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":84,"Cost":67,"Date":"5/12/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":745,"Date":"7/28/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":984,"Cost":705,"Date":"8/8/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":522,"Cost":434,"Date":"12/7/2019"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":11,"Date":"1/17/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":65,"Date":"3/8/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":390,"Date":"6/6/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":338,"Cost":186,"Date":"6/16/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":33,"Cost":22,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":370,"Cost":248,"Date":"11/19/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":184,"Cost":158,"Date":"12/28/2020"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":166,"Cost":146,"Date":"2/4/2021"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":224,"Cost":136,"Date":"3/8/2021"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":986,"Cost":823,"Date":"12/18/2021"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":754,"Cost":405,"Date":"3/31/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":744,"Cost":668,"Date":"4/20/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":962,"Cost":783,"Date":"6/26/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":251,"Date":"7/23/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":585,"Cost":488,"Date":"11/21/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":113,"Date":"11/26/2022"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":139,"Cost":120,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":373,"Cost":201,"Date":"5/21/2023"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":864,"Cost":670,"Date":"9/28/2023"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":440,"Cost":241,"Date":"1/3/2024"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":532,"Cost":452,"Date":"2/2/2024"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":191,"Cost":169,"Date":"3/18/2024"},{"Store":"West Edmonton Mall","Brand":"Sellpy","Country":"Canada","Sale":548,"Cost":382,"Date":"10/14/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":66,"Cost":38,"Date":"2/16/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":934,"Cost":770,"Date":"6/7/2018"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":921,"Cost":520,"Date":"1/28/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":722,"Cost":545,"Date":"3/27/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":864,"Cost":556,"Date":"5/12/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":23,"Cost":17,"Date":"7/28/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":414,"Cost":251,"Date":"8/8/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":306,"Cost":220,"Date":"12/7/2019"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":854,"Cost":637,"Date":"1/17/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":848,"Cost":631,"Date":"3/8/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":951,"Cost":779,"Date":"6/6/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":700,"Cost":624,"Date":"6/16/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":904,"Cost":455,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":284,"Cost":185,"Date":"11/19/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":277,"Cost":224,"Date":"12/28/2020"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":992,"Cost":534,"Date":"2/4/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":575,"Cost":299,"Date":"3/8/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":828,"Cost":606,"Date":"12/18/2021"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":820,"Cost":438,"Date":"3/31/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":886,"Cost":587,"Date":"4/20/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":288,"Cost":158,"Date":"6/26/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":899,"Cost":594,"Date":"7/23/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":538,"Cost":286,"Date":"11/21/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":613,"Cost":316,"Date":"11/26/2022"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":808,"Cost":704,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":736,"Cost":485,"Date":"5/21/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":474,"Cost":442,"Date":"9/28/2023"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":993,"Cost":789,"Date":"1/3/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":633,"Cost":408,"Date":"2/2/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":9,"Cost":9,"Date":"3/18/2024"},{"Store":"West Edmonton Mall","Brand":"HM","Country":"Canada","Sale":135,"Cost":96,"Date":"10/14/2024"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":404,"Cost":340,"Date":"2/16/2018"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":853,"Cost":628,"Date":"6/7/2018"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":124,"Cost":77,"Date":"1/28/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":938,"Cost":617,"Date":"3/27/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":112,"Cost":86,"Date":"5/12/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":40,"Cost":35,"Date":"7/28/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":145,"Date":"8/8/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":510,"Cost":416,"Date":"12/7/2019"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":59,"Date":"1/17/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":896,"Cost":792,"Date":"3/8/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":769,"Cost":584,"Date":"6/6/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":779,"Cost":606,"Date":"6/16/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":196,"Cost":115,"Date":"8/13/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":31,"Date":"11/19/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":649,"Cost":568,"Date":"12/28/2020"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":403,"Date":"2/4/2021"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":247,"Cost":190,"Date":"3/8/2021"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":470,"Cost":407,"Date":"12/18/2021"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":215,"Cost":120,"Date":"3/31/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":86,"Cost":74,"Date":"4/20/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":840,"Cost":766,"Date":"6/26/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":809,"Cost":767,"Date":"7/23/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":371,"Date":"11/21/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":490,"Cost":261,"Date":"11/26/2022"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":209,"Cost":135,"Date":"2/20/2023"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":654,"Cost":615,"Date":"5/21/2023"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":409,"Cost":230,"Date":"9/28/2023"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":499,"Cost":449,"Date":"1/3/2024"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":707,"Cost":631,"Date":"2/2/2024"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":969,"Cost":751,"Date":"3/18/2024"},{"Store":"West Edmonton Mall","Brand":"Jeans","Country":"Canada","Sale":871,"Cost":734,"Date":"10/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":469,"Cost":323,"Date":"2/16/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":287,"Cost":229,"Date":"6/7/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":598,"Cost":525,"Date":"1/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":935,"Cost":518,"Date":"3/27/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":939,"Cost":732,"Date":"5/12/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":635,"Cost":333,"Date":"7/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":611,"Cost":337,"Date":"8/8/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":468,"Cost":404,"Date":"12/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":888,"Cost":604,"Date":"1/17/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":981,"Cost":930,"Date":"3/8/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":554,"Cost":415,"Date":"6/6/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":916,"Cost":851,"Date":"6/16/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":7,"Cost":3,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":580,"Cost":509,"Date":"11/19/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":577,"Cost":393,"Date":"12/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":215,"Cost":123,"Date":"2/4/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":107,"Cost":75,"Date":"3/8/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":826,"Cost":756,"Date":"12/18/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":694,"Cost":465,"Date":"3/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":782,"Cost":735,"Date":"4/20/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":56,"Date":"6/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":383,"Cost":217,"Date":"7/23/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":472,"Cost":302,"Date":"11/21/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":289,"Cost":272,"Date":"11/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":63,"Cost":34,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":462,"Cost":323,"Date":"5/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":36,"Cost":29,"Date":"9/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":373,"Cost":210,"Date":"1/3/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":709,"Cost":570,"Date":"2/2/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":759,"Cost":467,"Date":"3/18/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":988,"Cost":629,"Date":"10/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":730,"Cost":368,"Date":"2/16/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":980,"Cost":681,"Date":"6/7/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":304,"Cost":188,"Date":"1/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":313,"Cost":235,"Date":"3/27/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":137,"Cost":78,"Date":"5/12/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":856,"Cost":517,"Date":"7/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":381,"Cost":246,"Date":"8/8/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":915,"Cost":494,"Date":"12/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":997,"Cost":647,"Date":"1/17/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":613,"Cost":551,"Date":"3/8/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":431,"Cost":218,"Date":"6/6/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":648,"Cost":449,"Date":"6/16/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":319,"Cost":273,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":562,"Cost":452,"Date":"11/19/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":162,"Cost":139,"Date":"12/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":575,"Cost":521,"Date":"2/4/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":843,"Cost":501,"Date":"3/8/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":677,"Cost":633,"Date":"12/18/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":748,"Cost":664,"Date":"3/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":51,"Cost":40,"Date":"4/20/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":651,"Cost":477,"Date":"6/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":351,"Cost":315,"Date":"7/23/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":334,"Cost":174,"Date":"11/21/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":665,"Cost":354,"Date":"11/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":230,"Cost":143,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":758,"Cost":583,"Date":"5/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":777,"Cost":619,"Date":"9/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":516,"Cost":452,"Date":"1/3/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":264,"Cost":153,"Date":"2/2/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":485,"Cost":278,"Date":"3/18/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":774,"Cost":605,"Date":"10/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":149,"Date":"2/16/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":649,"Cost":458,"Date":"6/7/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":345,"Cost":249,"Date":"1/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":226,"Cost":129,"Date":"3/27/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":448,"Cost":324,"Date":"5/12/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":672,"Cost":627,"Date":"7/28/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":679,"Cost":456,"Date":"8/8/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":952,"Cost":648,"Date":"12/7/2019"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":777,"Cost":646,"Date":"1/17/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":514,"Cost":421,"Date":"3/8/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":181,"Cost":106,"Date":"6/6/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":606,"Cost":568,"Date":"6/16/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":466,"Date":"8/13/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":340,"Cost":176,"Date":"11/19/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":687,"Cost":543,"Date":"12/28/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":47,"Cost":29,"Date":"2/4/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":161,"Date":"3/8/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":818,"Cost":498,"Date":"12/18/2021"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":619,"Cost":540,"Date":"3/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":86,"Cost":61,"Date":"4/20/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":828,"Cost":554,"Date":"6/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":350,"Cost":286,"Date":"7/23/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":749,"Cost":557,"Date":"11/21/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":953,"Cost":718,"Date":"11/26/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":242,"Cost":228,"Date":"2/20/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":520,"Cost":335,"Date":"5/21/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":119,"Date":"9/28/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":692,"Cost":410,"Date":"1/3/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":274,"Cost":141,"Date":"2/2/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":946,"Cost":897,"Date":"3/18/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":229,"Date":"10/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":952,"Cost":877,"Date":"2/16/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":313,"Date":"6/7/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":855,"Cost":747,"Date":"1/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":961,"Cost":793,"Date":"3/27/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":105,"Cost":69,"Date":"5/12/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":946,"Cost":541,"Date":"7/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":179,"Cost":92,"Date":"8/8/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":734,"Cost":683,"Date":"12/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":507,"Cost":283,"Date":"1/17/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":206,"Cost":117,"Date":"3/8/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":34,"Cost":32,"Date":"6/6/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":201,"Cost":130,"Date":"6/16/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":475,"Cost":410,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":83,"Cost":54,"Date":"11/19/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":256,"Date":"12/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":118,"Cost":72,"Date":"2/4/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":417,"Cost":316,"Date":"3/8/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":277,"Cost":256,"Date":"12/18/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":430,"Cost":333,"Date":"3/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":283,"Cost":212,"Date":"4/20/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":833,"Cost":508,"Date":"6/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":716,"Cost":362,"Date":"7/23/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":161,"Cost":117,"Date":"11/21/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":633,"Cost":543,"Date":"11/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":798,"Cost":694,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":67,"Cost":40,"Date":"5/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":297,"Cost":205,"Date":"9/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":583,"Date":"1/3/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":213,"Date":"2/2/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":286,"Cost":211,"Date":"3/18/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":291,"Date":"10/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":676,"Cost":586,"Date":"2/16/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":798,"Cost":455,"Date":"6/7/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":237,"Date":"1/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":207,"Date":"3/27/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":866,"Cost":767,"Date":"5/12/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":382,"Cost":249,"Date":"7/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":763,"Cost":593,"Date":"8/8/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":555,"Cost":296,"Date":"12/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":317,"Cost":161,"Date":"1/17/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":591,"Cost":358,"Date":"3/8/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":422,"Cost":252,"Date":"6/6/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":870,"Cost":705,"Date":"6/16/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":920,"Cost":697,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":683,"Cost":456,"Date":"11/19/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":957,"Cost":614,"Date":"12/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":465,"Cost":283,"Date":"2/4/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":171,"Cost":147,"Date":"3/8/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":627,"Cost":512,"Date":"12/18/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":724,"Cost":601,"Date":"3/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":630,"Cost":445,"Date":"4/20/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":403,"Cost":291,"Date":"6/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":500,"Cost":437,"Date":"7/23/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":519,"Date":"11/21/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":391,"Date":"11/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":554,"Cost":293,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":693,"Cost":545,"Date":"5/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":570,"Cost":502,"Date":"9/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":742,"Cost":587,"Date":"1/3/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":756,"Cost":497,"Date":"2/2/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":147,"Cost":133,"Date":"3/18/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":170,"Cost":89,"Date":"10/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":753,"Cost":507,"Date":"2/16/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":559,"Cost":287,"Date":"6/7/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":38,"Cost":21,"Date":"1/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":757,"Cost":663,"Date":"3/27/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":52,"Cost":35,"Date":"5/12/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":638,"Cost":477,"Date":"7/28/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":487,"Cost":332,"Date":"8/8/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":91,"Cost":74,"Date":"12/7/2019"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":47,"Cost":41,"Date":"1/17/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":31,"Cost":18,"Date":"3/8/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":730,"Cost":395,"Date":"6/6/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":758,"Cost":566,"Date":"6/16/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":724,"Cost":556,"Date":"8/13/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":621,"Cost":488,"Date":"11/19/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":120,"Cost":84,"Date":"12/28/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":366,"Cost":195,"Date":"2/4/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":943,"Cost":505,"Date":"3/8/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":44,"Cost":31,"Date":"12/18/2021"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":411,"Cost":305,"Date":"3/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":360,"Cost":238,"Date":"4/20/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":44,"Cost":33,"Date":"6/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":599,"Cost":405,"Date":"7/23/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":882,"Cost":490,"Date":"11/21/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":682,"Cost":351,"Date":"11/26/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":294,"Cost":150,"Date":"2/20/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":897,"Cost":572,"Date":"5/21/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":405,"Cost":376,"Date":"9/28/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":568,"Cost":313,"Date":"1/3/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":527,"Cost":371,"Date":"2/2/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":813,"Cost":600,"Date":"3/18/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Nova","Country":"Canada","Sale":723,"Cost":448,"Date":"10/14/2024"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":818,"Cost":615,"Date":"2/16/2018"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":906,"Cost":471,"Date":"6/7/2018"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":540,"Cost":486,"Date":"1/28/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":824,"Cost":700,"Date":"3/27/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":944,"Cost":536,"Date":"5/12/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":294,"Cost":269,"Date":"7/28/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":520,"Cost":413,"Date":"8/8/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":782,"Cost":604,"Date":"12/7/2019"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":651,"Cost":346,"Date":"1/17/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":335,"Cost":291,"Date":"3/8/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":325,"Cost":190,"Date":"6/6/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":724,"Cost":527,"Date":"6/16/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":146,"Cost":115,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":364,"Cost":270,"Date":"11/19/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":692,"Cost":424,"Date":"12/28/2020"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":430,"Cost":383,"Date":"2/4/2021"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":131,"Cost":79,"Date":"3/8/2021"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":161,"Cost":93,"Date":"12/18/2021"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":271,"Cost":244,"Date":"3/31/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":278,"Cost":220,"Date":"4/20/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":775,"Cost":491,"Date":"6/26/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":673,"Cost":400,"Date":"7/23/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":711,"Cost":501,"Date":"11/21/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":54,"Cost":51,"Date":"11/26/2022"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":699,"Cost":579,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":505,"Cost":329,"Date":"5/21/2023"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":138,"Cost":118,"Date":"9/28/2023"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":822,"Cost":593,"Date":"1/3/2024"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":490,"Cost":383,"Date":"2/2/2024"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":177,"Cost":150,"Date":"3/18/2024"},{"Store":"London Drugs Edmonton","Brand":"Nova","Country":"Canada","Sale":958,"Cost":597,"Date":"10/14/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":633,"Cost":545,"Date":"2/16/2018"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":702,"Cost":591,"Date":"6/7/2018"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":744,"Cost":646,"Date":"1/28/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":797,"Cost":630,"Date":"3/27/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":140,"Cost":122,"Date":"5/12/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":225,"Date":"7/28/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":701,"Cost":494,"Date":"8/8/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":853,"Cost":656,"Date":"12/7/2019"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":624,"Cost":409,"Date":"1/17/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":110,"Cost":58,"Date":"3/8/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":295,"Date":"6/6/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":639,"Cost":442,"Date":"6/16/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":579,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":620,"Cost":419,"Date":"11/19/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":598,"Cost":307,"Date":"12/28/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":352,"Cost":280,"Date":"2/4/2021"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":207,"Cost":163,"Date":"3/8/2021"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":685,"Cost":650,"Date":"12/18/2021"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":374,"Cost":213,"Date":"3/31/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":665,"Cost":474,"Date":"4/20/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":123,"Cost":113,"Date":"6/26/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":363,"Cost":232,"Date":"7/23/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":762,"Cost":689,"Date":"11/21/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":459,"Cost":245,"Date":"11/26/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":773,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":445,"Cost":389,"Date":"5/21/2023"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":240,"Date":"9/28/2023"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":520,"Cost":292,"Date":"1/3/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":52,"Cost":47,"Date":"2/2/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":171,"Cost":154,"Date":"3/18/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":131,"Date":"10/14/2024"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":884,"Cost":563,"Date":"2/16/2018"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":903,"Cost":816,"Date":"6/7/2018"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":295,"Cost":225,"Date":"1/28/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":666,"Cost":335,"Date":"3/27/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":637,"Cost":476,"Date":"5/12/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":35,"Cost":18,"Date":"7/28/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":982,"Cost":708,"Date":"8/8/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":882,"Cost":774,"Date":"12/7/2019"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":396,"Cost":333,"Date":"1/17/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":960,"Cost":484,"Date":"3/8/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":924,"Cost":630,"Date":"6/6/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":574,"Cost":378,"Date":"6/16/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":708,"Cost":643,"Date":"8/13/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":417,"Cost":324,"Date":"11/19/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":223,"Cost":207,"Date":"12/28/2020"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":292,"Cost":177,"Date":"2/4/2021"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":603,"Cost":563,"Date":"3/8/2021"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":911,"Cost":738,"Date":"12/18/2021"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":506,"Cost":418,"Date":"3/31/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":839,"Cost":588,"Date":"4/20/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":621,"Cost":360,"Date":"6/26/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":156,"Cost":128,"Date":"7/23/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":273,"Cost":180,"Date":"11/21/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":538,"Cost":333,"Date":"11/26/2022"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":500,"Cost":260,"Date":"2/20/2023"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":565,"Cost":483,"Date":"5/21/2023"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":204,"Cost":155,"Date":"9/28/2023"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":231,"Cost":178,"Date":"1/3/2024"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":7,"Cost":6,"Date":"2/2/2024"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":900,"Cost":493,"Date":"3/18/2024"},{"Store":"London Drugs Edmonton","Brand":"COS","Country":"Canada","Sale":896,"Cost":544,"Date":"10/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":590,"Cost":380,"Date":"2/16/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":532,"Date":"6/7/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":368,"Cost":338,"Date":"1/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":485,"Cost":419,"Date":"3/27/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":866,"Cost":721,"Date":"5/12/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":10,"Cost":5,"Date":"7/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":583,"Date":"8/8/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":217,"Cost":156,"Date":"12/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":630,"Cost":401,"Date":"1/17/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":435,"Cost":294,"Date":"3/8/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":155,"Cost":111,"Date":"6/6/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":466,"Cost":267,"Date":"6/16/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":408,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":830,"Cost":674,"Date":"11/19/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":896,"Cost":528,"Date":"12/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":311,"Cost":203,"Date":"2/4/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":534,"Cost":412,"Date":"3/8/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":152,"Cost":90,"Date":"12/18/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":384,"Date":"3/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":398,"Cost":286,"Date":"4/20/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":352,"Cost":266,"Date":"6/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":628,"Cost":449,"Date":"7/23/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":696,"Cost":608,"Date":"11/21/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":688,"Cost":527,"Date":"11/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":184,"Cost":147,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":156,"Cost":129,"Date":"5/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":216,"Date":"9/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":477,"Cost":431,"Date":"1/3/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":525,"Date":"2/2/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":252,"Cost":146,"Date":"3/18/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":543,"Cost":294,"Date":"10/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":601,"Cost":352,"Date":"2/16/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":604,"Cost":449,"Date":"6/7/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":144,"Cost":91,"Date":"1/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":980,"Cost":598,"Date":"3/27/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":53,"Cost":50,"Date":"5/12/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":441,"Cost":286,"Date":"7/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":136,"Cost":100,"Date":"8/8/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":485,"Cost":324,"Date":"12/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":643,"Cost":599,"Date":"1/17/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":157,"Cost":135,"Date":"3/8/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":265,"Cost":132,"Date":"6/6/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":986,"Cost":922,"Date":"6/16/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":337,"Cost":293,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":440,"Cost":339,"Date":"11/19/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":947,"Cost":704,"Date":"12/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":269,"Cost":174,"Date":"2/4/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":67,"Date":"3/8/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":449,"Date":"12/18/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":495,"Cost":400,"Date":"3/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":36,"Date":"4/20/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":461,"Cost":275,"Date":"6/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":690,"Cost":655,"Date":"7/23/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":921,"Cost":710,"Date":"11/21/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":607,"Cost":443,"Date":"11/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":180,"Cost":90,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":996,"Cost":719,"Date":"5/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":477,"Cost":405,"Date":"9/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":264,"Date":"1/3/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":697,"Cost":565,"Date":"2/2/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":639,"Cost":479,"Date":"3/18/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Jeans","Country":"Canada","Sale":776,"Cost":686,"Date":"10/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":126,"Cost":112,"Date":"2/16/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":737,"Cost":512,"Date":"6/7/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":394,"Cost":326,"Date":"1/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":156,"Cost":106,"Date":"3/27/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":896,"Cost":779,"Date":"5/12/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":848,"Cost":666,"Date":"7/28/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":357,"Cost":293,"Date":"8/8/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":119,"Cost":74,"Date":"12/7/2019"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":980,"Cost":558,"Date":"1/17/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":760,"Cost":561,"Date":"3/8/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":657,"Cost":524,"Date":"6/6/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":928,"Cost":738,"Date":"6/16/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":201,"Cost":152,"Date":"8/13/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":311,"Cost":230,"Date":"11/19/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":303,"Cost":219,"Date":"12/28/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":119,"Cost":80,"Date":"2/4/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":390,"Cost":281,"Date":"3/8/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":393,"Cost":333,"Date":"12/18/2021"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":794,"Cost":598,"Date":"3/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":674,"Cost":570,"Date":"4/20/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":62,"Cost":32,"Date":"6/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":789,"Cost":538,"Date":"7/23/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":124,"Cost":96,"Date":"11/21/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":8,"Cost":4,"Date":"11/26/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":157,"Cost":124,"Date":"2/20/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":854,"Cost":773,"Date":"5/21/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":160,"Cost":116,"Date":"9/28/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":869,"Cost":569,"Date":"1/3/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":809,"Cost":760,"Date":"2/2/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":913,"Cost":616,"Date":"3/18/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Nova","Country":"Canada","Sale":723,"Cost":543,"Date":"10/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":399,"Cost":367,"Date":"2/16/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":322,"Cost":212,"Date":"6/7/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":105,"Cost":83,"Date":"1/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":19,"Cost":17,"Date":"3/27/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":437,"Cost":279,"Date":"5/12/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":194,"Cost":161,"Date":"7/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":740,"Cost":469,"Date":"8/8/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":269,"Cost":158,"Date":"12/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":657,"Cost":602,"Date":"1/17/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":585,"Cost":536,"Date":"3/8/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":97,"Cost":62,"Date":"6/6/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":715,"Cost":472,"Date":"6/16/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":963,"Cost":686,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":222,"Cost":118,"Date":"11/19/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":278,"Cost":256,"Date":"12/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":12,"Cost":11,"Date":"2/4/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":692,"Cost":383,"Date":"3/8/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":928,"Cost":479,"Date":"12/18/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":452,"Cost":278,"Date":"3/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":949,"Cost":830,"Date":"4/20/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":570,"Cost":516,"Date":"6/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":532,"Cost":449,"Date":"7/23/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":719,"Cost":459,"Date":"11/21/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":346,"Cost":234,"Date":"11/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":205,"Cost":178,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":815,"Cost":603,"Date":"5/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":450,"Cost":288,"Date":"9/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":880,"Cost":792,"Date":"1/3/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":800,"Cost":417,"Date":"2/2/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":154,"Cost":135,"Date":"3/18/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"COS","Country":"Canada","Sale":311,"Cost":214,"Date":"10/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":659,"Cost":588,"Date":"2/16/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":173,"Cost":117,"Date":"6/7/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":92,"Cost":79,"Date":"1/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":319,"Cost":288,"Date":"3/27/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":942,"Cost":546,"Date":"5/12/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":126,"Cost":71,"Date":"7/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":532,"Cost":331,"Date":"8/8/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":102,"Cost":59,"Date":"12/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":386,"Cost":310,"Date":"1/17/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":469,"Date":"3/8/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":353,"Cost":328,"Date":"6/6/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":735,"Cost":604,"Date":"6/16/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":174,"Cost":98,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":841,"Cost":632,"Date":"11/19/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":733,"Cost":467,"Date":"12/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":920,"Cost":507,"Date":"2/4/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":504,"Cost":352,"Date":"3/8/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":197,"Cost":149,"Date":"12/18/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":311,"Cost":169,"Date":"3/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":695,"Cost":363,"Date":"4/20/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":40,"Cost":32,"Date":"6/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":940,"Cost":869,"Date":"7/23/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":551,"Cost":411,"Date":"11/21/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":609,"Cost":468,"Date":"11/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":709,"Cost":636,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":228,"Cost":198,"Date":"5/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":942,"Cost":524,"Date":"9/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":621,"Cost":391,"Date":"1/3/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":790,"Cost":687,"Date":"2/2/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":845,"Cost":685,"Date":"3/18/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"ARKET","Country":"Canada","Sale":492,"Cost":354,"Date":"10/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":284,"Cost":251,"Date":"2/16/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":193,"Cost":140,"Date":"6/7/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":648,"Cost":480,"Date":"1/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":361,"Cost":254,"Date":"3/27/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":30,"Date":"5/12/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":819,"Cost":437,"Date":"7/28/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":918,"Cost":798,"Date":"8/8/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":247,"Cost":196,"Date":"12/7/2019"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":328,"Date":"1/17/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":411,"Cost":252,"Date":"3/8/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":223,"Cost":113,"Date":"6/6/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":4,"Date":"6/16/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":456,"Cost":417,"Date":"8/13/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":558,"Date":"11/19/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":472,"Cost":351,"Date":"12/28/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":518,"Cost":272,"Date":"2/4/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":566,"Cost":526,"Date":"3/8/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":682,"Cost":362,"Date":"12/18/2021"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":131,"Date":"3/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":12,"Cost":9,"Date":"4/20/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":858,"Date":"6/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":406,"Cost":205,"Date":"7/23/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":928,"Cost":759,"Date":"11/21/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":983,"Cost":909,"Date":"11/26/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":74,"Cost":44,"Date":"2/20/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":722,"Cost":413,"Date":"5/21/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":472,"Cost":263,"Date":"9/28/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":727,"Cost":415,"Date":"1/3/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":998,"Cost":746,"Date":"2/2/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":92,"Cost":69,"Date":"3/18/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":845,"Cost":775,"Date":"10/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":109,"Date":"2/16/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":699,"Cost":355,"Date":"6/7/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":108,"Cost":97,"Date":"1/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":192,"Cost":128,"Date":"3/27/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":547,"Cost":410,"Date":"5/12/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":276,"Cost":236,"Date":"7/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":816,"Cost":618,"Date":"8/8/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":384,"Cost":346,"Date":"12/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":668,"Cost":555,"Date":"1/17/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":375,"Date":"3/8/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":154,"Date":"6/6/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":459,"Cost":229,"Date":"6/16/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":505,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":681,"Cost":477,"Date":"11/19/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":364,"Cost":322,"Date":"12/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":704,"Cost":472,"Date":"2/4/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":300,"Date":"3/8/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":801,"Date":"12/18/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":544,"Cost":297,"Date":"3/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":160,"Cost":81,"Date":"4/20/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":468,"Cost":296,"Date":"6/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":905,"Cost":745,"Date":"7/23/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":177,"Date":"11/21/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":994,"Cost":629,"Date":"11/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":245,"Cost":129,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":199,"Cost":187,"Date":"5/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":985,"Cost":521,"Date":"9/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":133,"Cost":91,"Date":"1/3/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":81,"Cost":46,"Date":"2/2/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":32,"Cost":28,"Date":"3/18/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":619,"Cost":423,"Date":"10/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":865,"Cost":509,"Date":"2/16/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":795,"Cost":454,"Date":"6/7/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":404,"Cost":342,"Date":"1/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":158,"Cost":112,"Date":"3/27/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":744,"Cost":642,"Date":"5/12/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":212,"Cost":146,"Date":"7/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":907,"Cost":831,"Date":"8/8/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":803,"Cost":458,"Date":"12/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":405,"Cost":248,"Date":"1/17/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":447,"Cost":328,"Date":"3/8/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":249,"Cost":224,"Date":"6/6/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":380,"Cost":354,"Date":"6/16/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":4,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":574,"Cost":290,"Date":"11/19/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":108,"Cost":61,"Date":"12/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":536,"Cost":379,"Date":"2/4/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":298,"Cost":162,"Date":"3/8/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":572,"Cost":466,"Date":"12/18/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":26,"Cost":18,"Date":"3/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":162,"Cost":152,"Date":"4/20/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":226,"Cost":175,"Date":"6/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":908,"Cost":662,"Date":"7/23/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":350,"Date":"11/21/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":472,"Cost":276,"Date":"11/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":632,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":363,"Cost":254,"Date":"5/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":799,"Cost":419,"Date":"9/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":388,"Cost":333,"Date":"1/3/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":27,"Cost":26,"Date":"2/2/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":272,"Cost":247,"Date":"3/18/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":504,"Cost":398,"Date":"10/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":575,"Cost":504,"Date":"2/16/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":250,"Date":"6/7/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":256,"Cost":214,"Date":"1/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":501,"Cost":433,"Date":"3/27/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":634,"Cost":395,"Date":"5/12/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":912,"Cost":512,"Date":"7/28/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":634,"Cost":350,"Date":"8/8/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":249,"Date":"12/7/2019"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":31,"Date":"1/17/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":334,"Cost":253,"Date":"3/8/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":336,"Cost":285,"Date":"6/6/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":218,"Cost":120,"Date":"6/16/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":102,"Cost":58,"Date":"8/13/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":163,"Cost":90,"Date":"11/19/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":210,"Cost":191,"Date":"12/28/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":885,"Cost":450,"Date":"2/4/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":999,"Cost":526,"Date":"3/8/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":870,"Cost":652,"Date":"12/18/2021"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":667,"Cost":567,"Date":"3/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":99,"Cost":93,"Date":"4/20/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":298,"Cost":261,"Date":"6/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":940,"Cost":523,"Date":"7/23/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":323,"Cost":215,"Date":"11/21/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":983,"Cost":824,"Date":"11/26/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":986,"Cost":585,"Date":"2/20/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":936,"Cost":539,"Date":"5/21/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":705,"Cost":657,"Date":"9/28/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":666,"Date":"1/3/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":373,"Date":"2/2/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":272,"Date":"3/18/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM Home","Country":"Canada","Sale":356,"Cost":218,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":274,"Cost":203,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":246,"Cost":220,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":286,"Cost":226,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":207,"Cost":147,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":815,"Cost":731,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":220,"Cost":157,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":888,"Cost":622,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":269,"Cost":211,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":431,"Cost":353,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":785,"Cost":630,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":271,"Cost":193,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":858,"Cost":677,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":821,"Cost":595,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":529,"Cost":389,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":41,"Cost":34,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":944,"Cost":846,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":718,"Cost":487,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":580,"Cost":498,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":367,"Cost":258,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":32,"Cost":22,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":781,"Cost":526,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":746,"Cost":606,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":159,"Cost":141,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":709,"Cost":632,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":928,"Cost":579,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":300,"Cost":203,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":560,"Cost":318,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":974,"Cost":618,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":311,"Cost":180,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":844,"Cost":507,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":206,"Cost":129,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":468,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":990,"Cost":838,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":213,"Cost":171,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":549,"Cost":444,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":32,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":175,"Cost":91,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":602,"Cost":449,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":914,"Cost":786,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":822,"Cost":694,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":817,"Cost":465,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":898,"Cost":617,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":563,"Cost":383,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":328,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":370,"Cost":200,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":801,"Cost":708,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":98,"Cost":87,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":265,"Cost":205,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":86,"Cost":43,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":869,"Cost":444,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":980,"Cost":710,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":445,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":870,"Cost":488,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":456,"Cost":321,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":819,"Cost":455,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":414,"Cost":358,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":936,"Cost":770,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":398,"Cost":203,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":577,"Cost":306,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":821,"Cost":552,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":336,"Cost":291,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":886,"Cost":634,"Date":"10/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":237,"Cost":154,"Date":"2/16/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":45,"Cost":34,"Date":"6/7/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":977,"Cost":742,"Date":"1/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":534,"Cost":392,"Date":"3/27/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":984,"Cost":639,"Date":"5/12/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":423,"Cost":352,"Date":"7/28/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":957,"Cost":852,"Date":"8/8/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":208,"Cost":158,"Date":"12/7/2019"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":728,"Cost":374,"Date":"1/17/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":550,"Cost":365,"Date":"3/8/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":629,"Cost":450,"Date":"6/6/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":606,"Cost":502,"Date":"6/16/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":865,"Cost":816,"Date":"8/13/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":948,"Cost":725,"Date":"11/19/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":524,"Cost":274,"Date":"12/28/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":906,"Cost":815,"Date":"2/4/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":35,"Cost":28,"Date":"3/8/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":549,"Cost":407,"Date":"12/18/2021"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":205,"Cost":148,"Date":"3/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":599,"Cost":358,"Date":"4/20/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":828,"Cost":509,"Date":"6/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":666,"Cost":618,"Date":"7/23/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":328,"Cost":295,"Date":"11/21/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":74,"Cost":58,"Date":"11/26/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":476,"Cost":345,"Date":"2/20/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":34,"Cost":29,"Date":"5/21/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":666,"Cost":579,"Date":"9/28/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":130,"Cost":79,"Date":"1/3/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":464,"Cost":252,"Date":"2/2/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":915,"Cost":825,"Date":"3/18/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":313,"Cost":163,"Date":"10/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":70,"Cost":54,"Date":"2/16/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":19,"Cost":18,"Date":"6/7/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":206,"Cost":194,"Date":"1/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":416,"Cost":326,"Date":"3/27/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":697,"Cost":419,"Date":"5/12/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":48,"Cost":25,"Date":"7/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":735,"Cost":672,"Date":"8/8/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":217,"Cost":189,"Date":"12/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":178,"Cost":146,"Date":"1/17/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":507,"Cost":367,"Date":"3/8/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":144,"Cost":90,"Date":"6/6/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":491,"Cost":329,"Date":"6/16/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":384,"Cost":235,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":564,"Cost":441,"Date":"11/19/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":322,"Cost":242,"Date":"12/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":26,"Cost":22,"Date":"2/4/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":183,"Cost":148,"Date":"3/8/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":448,"Cost":374,"Date":"12/18/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":63,"Cost":37,"Date":"3/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":862,"Cost":644,"Date":"4/20/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":514,"Cost":257,"Date":"6/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":212,"Cost":118,"Date":"7/23/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":911,"Cost":800,"Date":"11/21/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":752,"Cost":623,"Date":"11/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":18,"Cost":17,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":400,"Cost":284,"Date":"5/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":448,"Cost":290,"Date":"9/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":785,"Cost":452,"Date":"1/3/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":574,"Cost":464,"Date":"2/2/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":146,"Cost":108,"Date":"3/18/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":199,"Cost":158,"Date":"10/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":20,"Cost":17,"Date":"2/16/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":578,"Cost":511,"Date":"6/7/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":22,"Cost":16,"Date":"1/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":945,"Cost":613,"Date":"3/27/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":771,"Cost":390,"Date":"5/12/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":70,"Cost":58,"Date":"7/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":705,"Cost":404,"Date":"8/8/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":693,"Cost":445,"Date":"12/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":224,"Cost":128,"Date":"1/17/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":110,"Cost":58,"Date":"3/8/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":197,"Date":"6/6/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":849,"Cost":664,"Date":"6/16/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":345,"Cost":288,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":180,"Date":"11/19/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":889,"Cost":615,"Date":"12/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":542,"Cost":408,"Date":"2/4/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":623,"Cost":504,"Date":"3/8/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":210,"Cost":140,"Date":"12/18/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":547,"Cost":395,"Date":"3/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":651,"Cost":385,"Date":"4/20/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":200,"Cost":180,"Date":"6/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":789,"Cost":703,"Date":"7/23/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":921,"Cost":529,"Date":"11/21/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":995,"Cost":504,"Date":"11/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":725,"Cost":578,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":929,"Cost":550,"Date":"5/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":538,"Cost":302,"Date":"9/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":510,"Cost":453,"Date":"1/3/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":438,"Date":"2/2/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":801,"Cost":448,"Date":"3/18/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":43,"Cost":37,"Date":"10/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":134,"Cost":76,"Date":"2/16/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":63,"Cost":46,"Date":"6/7/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":11,"Cost":10,"Date":"1/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":411,"Date":"3/27/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":430,"Cost":385,"Date":"5/12/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":838,"Cost":660,"Date":"7/28/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":513,"Cost":278,"Date":"8/8/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":533,"Cost":310,"Date":"12/7/2019"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":821,"Cost":556,"Date":"1/17/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":240,"Cost":153,"Date":"3/8/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":740,"Cost":445,"Date":"6/6/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":76,"Cost":54,"Date":"6/16/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":910,"Cost":773,"Date":"8/13/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":337,"Cost":314,"Date":"11/19/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":161,"Cost":139,"Date":"12/28/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":676,"Cost":460,"Date":"2/4/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":74,"Cost":66,"Date":"3/8/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":571,"Cost":497,"Date":"12/18/2021"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":590,"Cost":532,"Date":"3/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":670,"Cost":493,"Date":"4/20/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":934,"Cost":808,"Date":"6/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":306,"Cost":160,"Date":"7/23/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":715,"Cost":516,"Date":"11/21/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":984,"Cost":798,"Date":"11/26/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":590,"Date":"2/20/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":434,"Cost":352,"Date":"5/21/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":75,"Cost":45,"Date":"9/28/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":24,"Cost":19,"Date":"1/3/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":862,"Cost":682,"Date":"2/2/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":891,"Cost":535,"Date":"3/18/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":732,"Cost":652,"Date":"10/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":493,"Cost":291,"Date":"2/16/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":921,"Cost":570,"Date":"6/7/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":346,"Date":"1/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":277,"Cost":180,"Date":"3/27/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":652,"Cost":469,"Date":"5/12/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":538,"Cost":315,"Date":"7/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":896,"Cost":536,"Date":"8/8/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":291,"Cost":273,"Date":"12/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":94,"Cost":59,"Date":"1/17/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":95,"Cost":49,"Date":"3/8/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":229,"Cost":194,"Date":"6/6/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":664,"Cost":464,"Date":"6/16/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":41,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":146,"Cost":86,"Date":"11/19/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":494,"Date":"12/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":576,"Date":"2/4/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":51,"Cost":40,"Date":"3/8/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":801,"Cost":507,"Date":"12/18/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":78,"Cost":43,"Date":"3/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":514,"Cost":326,"Date":"4/20/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":12,"Cost":9,"Date":"6/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":229,"Cost":200,"Date":"7/23/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":638,"Cost":484,"Date":"11/21/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":514,"Cost":426,"Date":"11/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":814,"Cost":587,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":692,"Cost":570,"Date":"5/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":922,"Cost":812,"Date":"9/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":821,"Cost":509,"Date":"1/3/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":482,"Cost":375,"Date":"2/2/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":660,"Cost":518,"Date":"3/18/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":313,"Cost":174,"Date":"10/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":719,"Cost":560,"Date":"2/16/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":71,"Cost":50,"Date":"6/7/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":379,"Cost":343,"Date":"1/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":211,"Cost":161,"Date":"3/27/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":614,"Cost":324,"Date":"5/12/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":292,"Date":"7/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":173,"Cost":109,"Date":"8/8/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":92,"Cost":70,"Date":"12/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":120,"Cost":112,"Date":"1/17/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":964,"Cost":800,"Date":"3/8/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":822,"Date":"6/6/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":309,"Cost":286,"Date":"6/16/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":271,"Cost":173,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":850,"Cost":591,"Date":"11/19/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":776,"Cost":402,"Date":"12/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":507,"Cost":291,"Date":"2/4/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":654,"Cost":503,"Date":"3/8/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":643,"Cost":577,"Date":"12/18/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":4,"Cost":4,"Date":"3/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":453,"Date":"4/20/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":379,"Cost":230,"Date":"6/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":224,"Cost":131,"Date":"7/23/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":979,"Cost":831,"Date":"11/21/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":354,"Date":"11/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":570,"Cost":537,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":644,"Date":"5/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":635,"Cost":463,"Date":"9/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":526,"Cost":398,"Date":"1/3/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":454,"Cost":228,"Date":"2/2/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":950,"Cost":706,"Date":"3/18/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":645,"Cost":358,"Date":"10/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":515,"Cost":390,"Date":"2/16/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":31,"Cost":18,"Date":"6/7/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":522,"Cost":429,"Date":"1/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":466,"Cost":413,"Date":"3/27/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":135,"Cost":72,"Date":"5/12/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":160,"Cost":92,"Date":"7/28/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":263,"Cost":196,"Date":"8/8/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":845,"Cost":466,"Date":"12/7/2019"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":522,"Cost":446,"Date":"1/17/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":280,"Cost":243,"Date":"3/8/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":776,"Cost":647,"Date":"6/6/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":311,"Cost":201,"Date":"6/16/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":487,"Cost":445,"Date":"8/13/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":54,"Cost":31,"Date":"11/19/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":961,"Cost":604,"Date":"12/28/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":304,"Cost":162,"Date":"2/4/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":187,"Cost":159,"Date":"3/8/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":641,"Cost":358,"Date":"12/18/2021"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":846,"Cost":803,"Date":"3/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":180,"Cost":112,"Date":"4/20/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":852,"Cost":514,"Date":"6/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":127,"Cost":88,"Date":"7/23/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":257,"Cost":180,"Date":"11/21/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":261,"Cost":182,"Date":"11/26/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":173,"Cost":98,"Date":"2/20/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":712,"Cost":577,"Date":"5/21/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":628,"Cost":406,"Date":"9/28/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":542,"Cost":512,"Date":"1/3/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":525,"Cost":338,"Date":"2/2/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":762,"Cost":599,"Date":"3/18/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":66,"Cost":49,"Date":"10/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":979,"Cost":863,"Date":"2/16/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":486,"Cost":252,"Date":"6/7/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":299,"Cost":230,"Date":"1/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":935,"Cost":747,"Date":"3/27/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":229,"Cost":172,"Date":"5/12/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":985,"Cost":642,"Date":"7/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":13,"Cost":13,"Date":"8/8/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":313,"Cost":211,"Date":"12/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":807,"Cost":547,"Date":"1/17/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":740,"Cost":559,"Date":"3/8/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":150,"Cost":91,"Date":"6/6/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":375,"Cost":248,"Date":"6/16/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":547,"Cost":327,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":621,"Cost":551,"Date":"11/19/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":368,"Cost":203,"Date":"12/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":611,"Cost":348,"Date":"2/4/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":978,"Cost":625,"Date":"3/8/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":481,"Cost":289,"Date":"12/18/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":606,"Cost":363,"Date":"3/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":960,"Cost":685,"Date":"4/20/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":384,"Cost":301,"Date":"6/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":408,"Cost":254,"Date":"7/23/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":469,"Cost":407,"Date":"11/21/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":241,"Cost":189,"Date":"11/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":720,"Cost":536,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":291,"Cost":260,"Date":"5/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":514,"Cost":271,"Date":"9/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":300,"Cost":266,"Date":"1/3/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":181,"Cost":167,"Date":"2/2/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":806,"Cost":668,"Date":"3/18/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":507,"Cost":362,"Date":"10/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":427,"Cost":369,"Date":"2/16/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":903,"Cost":599,"Date":"6/7/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":406,"Cost":243,"Date":"1/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":530,"Cost":465,"Date":"3/27/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":609,"Cost":431,"Date":"5/12/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":73,"Cost":38,"Date":"7/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":749,"Cost":474,"Date":"8/8/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":911,"Cost":476,"Date":"12/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":837,"Cost":779,"Date":"1/17/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":666,"Cost":522,"Date":"3/8/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":546,"Cost":278,"Date":"6/6/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":202,"Cost":186,"Date":"6/16/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":199,"Cost":134,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":595,"Cost":548,"Date":"11/19/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":683,"Cost":482,"Date":"12/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":881,"Cost":783,"Date":"2/4/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":993,"Cost":781,"Date":"3/8/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":158,"Cost":150,"Date":"12/18/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":359,"Cost":179,"Date":"3/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":205,"Cost":118,"Date":"4/20/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":640,"Cost":577,"Date":"6/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":325,"Cost":287,"Date":"7/23/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":309,"Cost":249,"Date":"11/21/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":741,"Cost":653,"Date":"11/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":61,"Cost":32,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":110,"Cost":75,"Date":"5/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":722,"Cost":502,"Date":"9/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":384,"Cost":200,"Date":"1/3/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":935,"Cost":848,"Date":"2/2/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":561,"Cost":505,"Date":"3/18/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Nova","Country":"Canada","Sale":718,"Cost":531,"Date":"10/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":421,"Cost":371,"Date":"2/16/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":91,"Cost":80,"Date":"6/7/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":97,"Cost":87,"Date":"1/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":304,"Cost":172,"Date":"3/27/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":389,"Cost":339,"Date":"5/12/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":190,"Cost":171,"Date":"7/28/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":17,"Cost":8,"Date":"8/8/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":868,"Cost":697,"Date":"12/7/2019"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":783,"Cost":721,"Date":"1/17/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":563,"Cost":452,"Date":"3/8/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":690,"Cost":620,"Date":"6/6/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":248,"Cost":181,"Date":"6/16/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":579,"Cost":460,"Date":"8/13/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":37,"Cost":24,"Date":"11/19/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":26,"Cost":23,"Date":"12/28/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":821,"Cost":721,"Date":"2/4/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":923,"Cost":605,"Date":"3/8/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":316,"Cost":174,"Date":"12/18/2021"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":566,"Cost":359,"Date":"3/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":619,"Cost":365,"Date":"4/20/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":389,"Cost":219,"Date":"6/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":343,"Cost":227,"Date":"7/23/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":541,"Cost":459,"Date":"11/21/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":526,"Cost":355,"Date":"11/26/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":761,"Cost":481,"Date":"2/20/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":760,"Cost":628,"Date":"5/21/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":708,"Cost":380,"Date":"9/28/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":882,"Cost":611,"Date":"1/3/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":50,"Cost":44,"Date":"2/2/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":802,"Cost":628,"Date":"3/18/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":295,"Cost":167,"Date":"10/14/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":841,"Cost":486,"Date":"2/16/2018"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":436,"Cost":294,"Date":"6/7/2018"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":877,"Cost":716,"Date":"1/28/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":646,"Cost":328,"Date":"3/27/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":695,"Cost":415,"Date":"5/12/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":867,"Cost":588,"Date":"7/28/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":700,"Cost":494,"Date":"8/8/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":795,"Cost":752,"Date":"12/7/2019"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":640,"Cost":440,"Date":"1/17/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":713,"Cost":418,"Date":"3/8/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":160,"Cost":114,"Date":"6/6/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":290,"Date":"6/16/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":681,"Cost":639,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":215,"Cost":124,"Date":"11/19/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":697,"Cost":578,"Date":"12/28/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":570,"Cost":522,"Date":"2/4/2021"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":329,"Cost":188,"Date":"3/8/2021"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":217,"Cost":183,"Date":"12/18/2021"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":164,"Cost":133,"Date":"3/31/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":743,"Cost":642,"Date":"4/20/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":743,"Cost":388,"Date":"6/26/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":632,"Cost":567,"Date":"7/23/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":685,"Cost":621,"Date":"11/21/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":739,"Cost":429,"Date":"11/26/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":731,"Cost":597,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":190,"Cost":145,"Date":"5/21/2023"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":689,"Cost":620,"Date":"9/28/2023"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":305,"Cost":274,"Date":"1/3/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":901,"Cost":636,"Date":"2/2/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":30,"Cost":29,"Date":"3/18/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":484,"Cost":388,"Date":"10/14/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":181,"Cost":171,"Date":"2/16/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":958,"Cost":577,"Date":"6/7/2018"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":555,"Date":"1/28/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":933,"Cost":521,"Date":"3/27/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":400,"Cost":318,"Date":"5/12/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":169,"Cost":86,"Date":"7/28/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":718,"Cost":663,"Date":"8/8/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":291,"Cost":160,"Date":"12/7/2019"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":668,"Cost":377,"Date":"1/17/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":32,"Cost":26,"Date":"3/8/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":703,"Cost":584,"Date":"6/6/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":410,"Cost":349,"Date":"6/16/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":184,"Cost":160,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":405,"Cost":301,"Date":"11/19/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":381,"Cost":322,"Date":"12/28/2020"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":616,"Cost":363,"Date":"2/4/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":364,"Cost":185,"Date":"3/8/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":31,"Cost":18,"Date":"12/18/2021"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":605,"Cost":498,"Date":"3/31/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":108,"Cost":87,"Date":"4/20/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":21,"Cost":11,"Date":"6/26/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":865,"Cost":467,"Date":"7/23/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":212,"Cost":174,"Date":"11/21/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":947,"Cost":830,"Date":"11/26/2022"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":454,"Cost":298,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":28,"Cost":18,"Date":"5/21/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":307,"Cost":240,"Date":"9/28/2023"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":104,"Cost":76,"Date":"1/3/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":766,"Cost":430,"Date":"2/2/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":674,"Cost":475,"Date":"3/18/2024"},{"Store":"Burlington Mall","Brand":"HM Home","Country":"Canada","Sale":500,"Cost":410,"Date":"10/14/2024"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":908,"Cost":659,"Date":"2/16/2018"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":80,"Cost":76,"Date":"6/7/2018"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":2,"Cost":1,"Date":"1/28/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":852,"Cost":448,"Date":"3/27/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":358,"Cost":317,"Date":"5/12/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":340,"Cost":245,"Date":"7/28/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":974,"Cost":756,"Date":"8/8/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":418,"Cost":278,"Date":"12/7/2019"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":961,"Cost":497,"Date":"1/17/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":750,"Cost":603,"Date":"3/8/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":239,"Cost":154,"Date":"6/6/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":221,"Cost":126,"Date":"6/16/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":187,"Cost":116,"Date":"8/13/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":144,"Cost":108,"Date":"11/19/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":460,"Cost":297,"Date":"12/28/2020"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":757,"Cost":415,"Date":"2/4/2021"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":286,"Cost":168,"Date":"3/8/2021"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":482,"Cost":350,"Date":"12/18/2021"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":266,"Cost":232,"Date":"3/31/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":763,"Cost":398,"Date":"4/20/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":537,"Cost":447,"Date":"6/26/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":380,"Cost":348,"Date":"7/23/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":377,"Cost":334,"Date":"11/21/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":316,"Cost":179,"Date":"11/26/2022"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":159,"Cost":83,"Date":"2/20/2023"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":681,"Cost":342,"Date":"5/21/2023"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":269,"Cost":222,"Date":"9/28/2023"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":43,"Cost":39,"Date":"1/3/2024"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":618,"Cost":397,"Date":"2/2/2024"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":945,"Cost":681,"Date":"3/18/2024"},{"Store":"Burlington Mall","Brand":"HM","Country":"Canada","Sale":764,"Cost":425,"Date":"10/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":492,"Cost":426,"Date":"2/16/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":868,"Cost":731,"Date":"6/7/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":86,"Cost":73,"Date":"1/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":6,"Cost":6,"Date":"3/27/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":487,"Cost":451,"Date":"5/12/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":458,"Cost":296,"Date":"7/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":375,"Cost":289,"Date":"8/8/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":182,"Cost":93,"Date":"12/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":96,"Cost":76,"Date":"1/17/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":862,"Cost":727,"Date":"3/8/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":124,"Cost":93,"Date":"6/6/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":56,"Cost":49,"Date":"6/16/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":718,"Cost":602,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":318,"Cost":200,"Date":"11/19/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":203,"Cost":119,"Date":"12/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":623,"Cost":514,"Date":"2/4/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":689,"Cost":654,"Date":"3/8/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":76,"Cost":70,"Date":"12/18/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":381,"Cost":288,"Date":"3/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":89,"Cost":44,"Date":"4/20/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":164,"Cost":126,"Date":"6/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":622,"Cost":536,"Date":"7/23/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":27,"Cost":21,"Date":"11/21/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":573,"Cost":321,"Date":"11/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":37,"Cost":25,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":921,"Cost":503,"Date":"5/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":877,"Cost":526,"Date":"9/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":645,"Cost":577,"Date":"1/3/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":558,"Cost":337,"Date":"2/2/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":571,"Cost":490,"Date":"3/18/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":275,"Cost":251,"Date":"10/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":381,"Cost":360,"Date":"2/16/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":339,"Cost":282,"Date":"6/7/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":600,"Cost":401,"Date":"1/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":379,"Cost":311,"Date":"3/27/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":991,"Cost":761,"Date":"5/12/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":405,"Cost":291,"Date":"7/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":66,"Cost":55,"Date":"8/8/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":21,"Cost":19,"Date":"12/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":88,"Cost":49,"Date":"1/17/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":484,"Cost":273,"Date":"3/8/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":423,"Cost":336,"Date":"6/6/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":346,"Cost":283,"Date":"6/16/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":727,"Cost":574,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":457,"Cost":387,"Date":"11/19/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":361,"Cost":319,"Date":"12/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":20,"Cost":11,"Date":"2/4/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":343,"Cost":247,"Date":"3/8/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":342,"Cost":303,"Date":"12/18/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":365,"Cost":194,"Date":"3/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":922,"Cost":713,"Date":"4/20/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":509,"Cost":470,"Date":"6/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":609,"Cost":367,"Date":"7/23/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":918,"Cost":766,"Date":"11/21/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":755,"Cost":475,"Date":"11/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":611,"Cost":538,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":99,"Cost":51,"Date":"5/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":532,"Cost":344,"Date":"9/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":408,"Cost":347,"Date":"1/3/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":721,"Cost":472,"Date":"2/2/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":374,"Cost":345,"Date":"3/18/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"HM","Country":"Canada","Sale":343,"Cost":226,"Date":"10/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":536,"Cost":415,"Date":"2/16/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":3,"Cost":3,"Date":"6/7/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":333,"Cost":274,"Date":"1/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":104,"Cost":83,"Date":"3/27/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":738,"Cost":457,"Date":"5/12/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":197,"Cost":154,"Date":"7/28/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":245,"Cost":164,"Date":"8/8/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":259,"Cost":174,"Date":"12/7/2019"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":327,"Date":"1/17/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":618,"Cost":382,"Date":"3/8/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":719,"Cost":563,"Date":"6/6/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":509,"Cost":419,"Date":"6/16/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":130,"Cost":118,"Date":"8/13/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":327,"Cost":243,"Date":"11/19/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":898,"Cost":676,"Date":"12/28/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":733,"Cost":627,"Date":"2/4/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":165,"Cost":132,"Date":"3/8/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":171,"Cost":119,"Date":"12/18/2021"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":767,"Cost":572,"Date":"3/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":115,"Cost":97,"Date":"4/20/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":256,"Cost":213,"Date":"6/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":897,"Cost":836,"Date":"7/23/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":112,"Cost":106,"Date":"11/21/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":990,"Cost":864,"Date":"11/26/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":835,"Cost":557,"Date":"2/20/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":614,"Cost":477,"Date":"5/21/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":191,"Cost":147,"Date":"9/28/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":678,"Cost":564,"Date":"1/3/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":450,"Date":"2/2/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":682,"Cost":571,"Date":"3/18/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"ARKET","Country":"Canada","Sale":990,"Cost":588,"Date":"10/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":882,"Cost":752,"Date":"2/16/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":207,"Cost":166,"Date":"6/7/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":177,"Cost":121,"Date":"1/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":20,"Cost":16,"Date":"3/27/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":164,"Cost":96,"Date":"5/12/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":348,"Cost":298,"Date":"7/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":338,"Cost":308,"Date":"8/8/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":427,"Cost":286,"Date":"12/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":833,"Cost":653,"Date":"1/17/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":931,"Cost":785,"Date":"3/8/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":251,"Cost":213,"Date":"6/6/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":135,"Cost":79,"Date":"6/16/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":914,"Cost":807,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":312,"Cost":221,"Date":"11/19/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":911,"Cost":533,"Date":"12/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":565,"Cost":293,"Date":"2/4/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":485,"Cost":440,"Date":"3/8/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":714,"Cost":464,"Date":"12/18/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":512,"Cost":258,"Date":"3/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":857,"Cost":788,"Date":"4/20/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":473,"Cost":376,"Date":"6/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":443,"Cost":354,"Date":"7/23/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":277,"Cost":149,"Date":"11/21/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":255,"Cost":157,"Date":"11/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":679,"Cost":428,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":580,"Cost":395,"Date":"5/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":139,"Cost":80,"Date":"9/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":471,"Cost":238,"Date":"1/3/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":425,"Cost":387,"Date":"2/2/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":951,"Cost":617,"Date":"3/18/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM","Country":"Canada","Sale":235,"Cost":151,"Date":"10/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":755,"Cost":588,"Date":"2/16/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":264,"Date":"6/7/2018"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":474,"Cost":349,"Date":"1/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":27,"Cost":18,"Date":"3/27/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":159,"Cost":84,"Date":"5/12/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":653,"Cost":493,"Date":"7/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":316,"Cost":158,"Date":"8/8/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":346,"Cost":212,"Date":"12/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":442,"Cost":327,"Date":"1/17/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":908,"Cost":625,"Date":"3/8/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":692,"Cost":376,"Date":"6/6/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":649,"Cost":464,"Date":"6/16/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":248,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":811,"Cost":736,"Date":"11/19/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":806,"Cost":707,"Date":"12/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":426,"Cost":405,"Date":"2/4/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":239,"Cost":160,"Date":"3/8/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":804,"Cost":733,"Date":"12/18/2021"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":976,"Cost":871,"Date":"3/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":962,"Cost":877,"Date":"4/20/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":2,"Cost":2,"Date":"6/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":830,"Cost":582,"Date":"7/23/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":748,"Cost":709,"Date":"11/21/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":486,"Cost":305,"Date":"11/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":379,"Cost":191,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":139,"Cost":84,"Date":"5/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":504,"Cost":457,"Date":"9/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":653,"Cost":543,"Date":"1/3/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":502,"Date":"2/2/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":927,"Cost":776,"Date":"3/18/2024"},{"Store":"Macon Centre, Hamilton","Brand":"HM Home","Country":"Canada","Sale":278,"Cost":143,"Date":"10/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":111,"Cost":78,"Date":"2/16/2018"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":321,"Cost":251,"Date":"6/7/2018"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":99,"Cost":50,"Date":"1/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":975,"Cost":631,"Date":"3/27/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":822,"Cost":542,"Date":"5/12/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":397,"Cost":312,"Date":"7/28/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":745,"Cost":433,"Date":"8/8/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":440,"Cost":402,"Date":"12/7/2019"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":685,"Cost":349,"Date":"1/17/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":946,"Cost":734,"Date":"3/8/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":764,"Cost":698,"Date":"6/6/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":723,"Cost":604,"Date":"6/16/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":238,"Cost":147,"Date":"8/13/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":492,"Cost":355,"Date":"11/19/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":657,"Cost":513,"Date":"12/28/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":157,"Cost":133,"Date":"2/4/2021"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":31,"Cost":28,"Date":"3/8/2021"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":732,"Cost":475,"Date":"12/18/2021"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":837,"Cost":556,"Date":"3/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":670,"Cost":536,"Date":"4/20/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":837,"Cost":777,"Date":"6/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":176,"Date":"7/23/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":429,"Cost":231,"Date":"11/21/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":983,"Cost":553,"Date":"11/26/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":368,"Cost":200,"Date":"2/20/2023"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":957,"Cost":829,"Date":"5/21/2023"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":250,"Cost":205,"Date":"9/28/2023"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":406,"Cost":261,"Date":"1/3/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":48,"Cost":26,"Date":"2/2/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":689,"Cost":638,"Date":"3/18/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":934,"Cost":560,"Date":"10/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":517,"Cost":402,"Date":"2/16/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":818,"Cost":450,"Date":"6/7/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":584,"Cost":467,"Date":"1/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":19,"Cost":9,"Date":"3/27/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":522,"Cost":286,"Date":"5/12/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":125,"Cost":65,"Date":"7/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":182,"Cost":100,"Date":"8/8/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":355,"Cost":239,"Date":"12/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":612,"Cost":553,"Date":"1/17/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":835,"Cost":734,"Date":"3/8/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":977,"Cost":814,"Date":"6/6/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":545,"Cost":484,"Date":"6/16/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":38,"Cost":35,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":154,"Cost":143,"Date":"11/19/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":430,"Cost":358,"Date":"12/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":369,"Cost":195,"Date":"2/4/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":522,"Cost":266,"Date":"3/8/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":441,"Cost":338,"Date":"12/18/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":164,"Cost":140,"Date":"3/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":654,"Cost":348,"Date":"4/20/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":111,"Cost":58,"Date":"6/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":845,"Cost":689,"Date":"7/23/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":600,"Cost":564,"Date":"11/21/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":587,"Cost":406,"Date":"11/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":16,"Cost":8,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":297,"Cost":276,"Date":"5/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":714,"Cost":618,"Date":"9/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":844,"Cost":425,"Date":"1/3/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":842,"Cost":549,"Date":"2/2/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":420,"Cost":353,"Date":"3/18/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":246,"Cost":137,"Date":"10/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":47,"Cost":26,"Date":"2/16/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":128,"Cost":111,"Date":"6/7/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":274,"Cost":209,"Date":"1/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":606,"Cost":404,"Date":"3/27/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":611,"Cost":502,"Date":"5/12/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":363,"Cost":294,"Date":"7/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":832,"Cost":454,"Date":"8/8/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":493,"Cost":367,"Date":"12/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":911,"Cost":511,"Date":"1/17/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":433,"Date":"3/8/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":284,"Cost":194,"Date":"6/6/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":399,"Cost":378,"Date":"6/16/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":15,"Cost":8,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":942,"Cost":563,"Date":"11/19/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":392,"Cost":337,"Date":"12/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":933,"Cost":499,"Date":"2/4/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":720,"Cost":633,"Date":"3/8/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":562,"Cost":521,"Date":"12/18/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":702,"Cost":511,"Date":"3/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":53,"Cost":37,"Date":"4/20/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":428,"Cost":280,"Date":"6/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":737,"Cost":658,"Date":"7/23/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":14,"Cost":12,"Date":"11/21/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":375,"Cost":210,"Date":"11/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":78,"Cost":46,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":802,"Cost":657,"Date":"5/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":709,"Cost":441,"Date":"9/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":487,"Cost":376,"Date":"1/3/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":262,"Cost":198,"Date":"2/2/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":966,"Cost":757,"Date":"3/18/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":840,"Cost":439,"Date":"10/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":127,"Cost":95,"Date":"2/16/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":611,"Date":"6/7/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":473,"Cost":442,"Date":"1/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":482,"Date":"3/27/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":277,"Cost":212,"Date":"5/12/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":346,"Cost":322,"Date":"7/28/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":771,"Cost":428,"Date":"8/8/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":480,"Cost":379,"Date":"12/7/2019"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":329,"Date":"1/17/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":149,"Cost":130,"Date":"3/8/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":713,"Cost":657,"Date":"6/6/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":587,"Cost":453,"Date":"6/16/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":206,"Cost":106,"Date":"8/13/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":426,"Date":"11/19/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":570,"Cost":339,"Date":"12/28/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":112,"Cost":88,"Date":"2/4/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":61,"Cost":40,"Date":"3/8/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":706,"Cost":363,"Date":"12/18/2021"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":236,"Cost":182,"Date":"3/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":972,"Cost":636,"Date":"4/20/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":467,"Cost":403,"Date":"6/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":54,"Cost":46,"Date":"7/23/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":650,"Cost":562,"Date":"11/21/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":276,"Date":"11/26/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":222,"Date":"2/20/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":840,"Cost":659,"Date":"5/21/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":174,"Cost":101,"Date":"9/28/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":890,"Cost":486,"Date":"1/3/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":551,"Cost":494,"Date":"2/2/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":15,"Cost":11,"Date":"3/18/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":448,"Cost":358,"Date":"10/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":458,"Cost":372,"Date":"2/16/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":735,"Cost":662,"Date":"6/7/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":83,"Cost":76,"Date":"1/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":526,"Cost":465,"Date":"3/27/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":361,"Cost":294,"Date":"5/12/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":593,"Cost":473,"Date":"7/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":467,"Cost":293,"Date":"8/8/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":918,"Cost":492,"Date":"12/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":209,"Cost":140,"Date":"1/17/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":465,"Cost":287,"Date":"3/8/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":599,"Cost":320,"Date":"6/6/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":421,"Cost":270,"Date":"6/16/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":853,"Cost":566,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":845,"Cost":521,"Date":"11/19/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":279,"Date":"12/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":169,"Cost":158,"Date":"2/4/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":303,"Cost":251,"Date":"3/8/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":371,"Cost":319,"Date":"12/18/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":20,"Cost":13,"Date":"3/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":131,"Cost":97,"Date":"4/20/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":292,"Cost":154,"Date":"6/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":537,"Cost":380,"Date":"7/23/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":200,"Cost":152,"Date":"11/21/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":815,"Cost":768,"Date":"11/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":11,"Cost":10,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":578,"Cost":374,"Date":"5/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":69,"Date":"9/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":548,"Cost":304,"Date":"1/3/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":138,"Cost":90,"Date":"2/2/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":144,"Cost":85,"Date":"3/18/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":922,"Cost":747,"Date":"10/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":4,"Date":"2/16/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":482,"Cost":399,"Date":"6/7/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":597,"Cost":452,"Date":"1/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":415,"Date":"3/27/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":29,"Cost":25,"Date":"5/12/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":184,"Cost":114,"Date":"7/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":168,"Cost":146,"Date":"8/8/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":824,"Cost":670,"Date":"12/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":704,"Cost":358,"Date":"1/17/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":777,"Cost":539,"Date":"3/8/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":354,"Cost":295,"Date":"6/6/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":435,"Cost":242,"Date":"6/16/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":461,"Cost":301,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":546,"Date":"11/19/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":66,"Cost":55,"Date":"12/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":991,"Cost":671,"Date":"2/4/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":701,"Cost":473,"Date":"3/8/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":235,"Date":"12/18/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":547,"Date":"3/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":684,"Cost":435,"Date":"4/20/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":413,"Cost":322,"Date":"6/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":599,"Cost":515,"Date":"7/23/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":638,"Cost":595,"Date":"11/21/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":329,"Cost":274,"Date":"11/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":395,"Cost":259,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":699,"Cost":628,"Date":"5/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":333,"Cost":238,"Date":"9/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":853,"Cost":636,"Date":"1/3/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":941,"Cost":576,"Date":"2/2/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":810,"Cost":451,"Date":"3/18/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":42,"Date":"10/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":17,"Cost":10,"Date":"2/16/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":776,"Cost":579,"Date":"6/7/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":749,"Cost":494,"Date":"1/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":977,"Cost":543,"Date":"3/27/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":901,"Cost":786,"Date":"5/12/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":703,"Cost":358,"Date":"7/28/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":552,"Cost":384,"Date":"8/8/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":558,"Cost":454,"Date":"12/7/2019"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":34,"Cost":30,"Date":"1/17/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":471,"Date":"3/8/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":59,"Cost":42,"Date":"6/6/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":136,"Cost":84,"Date":"6/16/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":852,"Cost":689,"Date":"8/13/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":728,"Cost":573,"Date":"11/19/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":558,"Date":"12/28/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":679,"Cost":566,"Date":"2/4/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":502,"Cost":398,"Date":"3/8/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":328,"Cost":305,"Date":"12/18/2021"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":80,"Cost":40,"Date":"3/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":257,"Cost":238,"Date":"4/20/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":321,"Cost":290,"Date":"6/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":799,"Cost":730,"Date":"7/23/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":102,"Cost":90,"Date":"11/21/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":74,"Date":"11/26/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":168,"Cost":128,"Date":"2/20/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":282,"Date":"5/21/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":631,"Cost":510,"Date":"9/28/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":201,"Date":"1/3/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":208,"Date":"2/2/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":826,"Cost":543,"Date":"3/18/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"HM Home","Country":"Canada","Sale":902,"Cost":482,"Date":"10/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":838,"Cost":458,"Date":"2/16/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":276,"Cost":218,"Date":"6/7/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":365,"Cost":276,"Date":"1/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":292,"Cost":177,"Date":"3/27/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":323,"Cost":166,"Date":"5/12/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":122,"Cost":68,"Date":"7/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":450,"Cost":369,"Date":"8/8/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":349,"Cost":225,"Date":"12/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":973,"Cost":834,"Date":"1/17/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":507,"Cost":441,"Date":"3/8/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":88,"Cost":70,"Date":"6/6/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":630,"Cost":371,"Date":"6/16/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":633,"Cost":388,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":240,"Cost":183,"Date":"11/19/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":7,"Cost":5,"Date":"12/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":992,"Cost":733,"Date":"2/4/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":995,"Cost":909,"Date":"3/8/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":357,"Cost":198,"Date":"12/18/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":450,"Cost":396,"Date":"3/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":239,"Cost":218,"Date":"4/20/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":829,"Cost":596,"Date":"6/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":122,"Cost":76,"Date":"7/23/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":751,"Cost":603,"Date":"11/21/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":546,"Cost":341,"Date":"11/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":29,"Cost":24,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":323,"Cost":169,"Date":"5/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":499,"Cost":427,"Date":"9/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":741,"Cost":594,"Date":"1/3/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":796,"Cost":634,"Date":"2/2/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":975,"Cost":835,"Date":"3/18/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM","Country":"Canada","Sale":573,"Cost":412,"Date":"10/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":44,"Cost":39,"Date":"2/16/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":448,"Cost":289,"Date":"6/7/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":702,"Cost":389,"Date":"1/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":647,"Cost":614,"Date":"3/27/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":270,"Cost":187,"Date":"5/12/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":839,"Cost":681,"Date":"7/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":562,"Cost":311,"Date":"8/8/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":565,"Cost":490,"Date":"12/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":616,"Cost":367,"Date":"1/17/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":346,"Cost":237,"Date":"3/8/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":6,"Cost":3,"Date":"6/6/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":466,"Cost":251,"Date":"6/16/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":834,"Cost":706,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":313,"Cost":255,"Date":"11/19/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":281,"Cost":179,"Date":"12/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":575,"Cost":345,"Date":"2/4/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":676,"Cost":562,"Date":"3/8/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":838,"Cost":653,"Date":"12/18/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":237,"Cost":151,"Date":"3/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":363,"Cost":290,"Date":"4/20/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":157,"Cost":82,"Date":"6/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":193,"Cost":100,"Date":"7/23/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":837,"Cost":516,"Date":"11/21/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":142,"Cost":79,"Date":"11/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":55,"Cost":39,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":775,"Cost":648,"Date":"5/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":129,"Cost":70,"Date":"9/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":219,"Cost":201,"Date":"1/3/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":401,"Cost":290,"Date":"2/2/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":879,"Cost":450,"Date":"3/18/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":831,"Cost":620,"Date":"10/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":233,"Cost":202,"Date":"2/16/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":107,"Cost":101,"Date":"6/7/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":349,"Cost":257,"Date":"1/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":368,"Cost":201,"Date":"3/27/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":379,"Cost":335,"Date":"5/12/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":626,"Cost":335,"Date":"7/28/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":366,"Cost":346,"Date":"8/8/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":504,"Cost":444,"Date":"12/7/2019"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":919,"Cost":518,"Date":"1/17/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":968,"Cost":835,"Date":"3/8/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":320,"Cost":304,"Date":"6/6/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":346,"Cost":230,"Date":"6/16/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":419,"Cost":236,"Date":"8/13/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":869,"Cost":465,"Date":"11/19/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":614,"Cost":548,"Date":"12/28/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":757,"Cost":658,"Date":"2/4/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":653,"Cost":561,"Date":"3/8/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":7,"Cost":7,"Date":"12/18/2021"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":441,"Cost":401,"Date":"3/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":636,"Cost":331,"Date":"4/20/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":32,"Cost":25,"Date":"6/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":141,"Cost":133,"Date":"7/23/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":158,"Cost":142,"Date":"11/21/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":516,"Cost":401,"Date":"11/26/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":637,"Cost":420,"Date":"2/20/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":841,"Cost":724,"Date":"5/21/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":30,"Cost":19,"Date":"9/28/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":163,"Cost":136,"Date":"1/3/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":738,"Cost":652,"Date":"2/2/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":448,"Cost":359,"Date":"3/18/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":191,"Cost":141,"Date":"10/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":549,"Cost":498,"Date":"2/16/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":775,"Cost":701,"Date":"6/7/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":522,"Cost":482,"Date":"1/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":821,"Cost":755,"Date":"3/27/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":623,"Cost":549,"Date":"5/12/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":964,"Cost":755,"Date":"7/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":204,"Cost":123,"Date":"8/8/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":492,"Cost":411,"Date":"12/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":232,"Cost":164,"Date":"1/17/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":555,"Cost":400,"Date":"3/8/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":791,"Cost":513,"Date":"6/6/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":407,"Cost":242,"Date":"6/16/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":637,"Cost":571,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":413,"Cost":280,"Date":"11/19/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":647,"Cost":408,"Date":"12/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":504,"Date":"2/4/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":782,"Cost":737,"Date":"3/8/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":826,"Cost":547,"Date":"12/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":625,"Cost":394,"Date":"3/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":669,"Cost":555,"Date":"4/20/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":409,"Cost":318,"Date":"6/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":75,"Date":"7/23/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":497,"Cost":279,"Date":"11/21/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":752,"Cost":691,"Date":"11/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":782,"Cost":543,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":4,"Cost":3,"Date":"5/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":888,"Cost":804,"Date":"9/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":314,"Cost":203,"Date":"1/3/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":101,"Cost":84,"Date":"2/2/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":68,"Cost":39,"Date":"3/18/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":246,"Cost":172,"Date":"10/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":284,"Cost":257,"Date":"2/16/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":334,"Cost":192,"Date":"6/7/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":37,"Cost":34,"Date":"1/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":800,"Cost":656,"Date":"3/27/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":560,"Cost":511,"Date":"5/12/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":413,"Cost":261,"Date":"7/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":665,"Cost":382,"Date":"8/8/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":90,"Cost":72,"Date":"12/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":595,"Cost":344,"Date":"1/17/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":997,"Cost":865,"Date":"3/8/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":927,"Cost":745,"Date":"6/6/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":402,"Cost":373,"Date":"6/16/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":860,"Cost":795,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":828,"Cost":479,"Date":"11/19/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":648,"Cost":597,"Date":"12/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":831,"Cost":428,"Date":"2/4/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":674,"Cost":403,"Date":"3/8/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":919,"Cost":774,"Date":"12/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":91,"Cost":85,"Date":"3/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":509,"Cost":330,"Date":"4/20/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":427,"Cost":233,"Date":"6/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":732,"Cost":452,"Date":"7/23/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":930,"Cost":741,"Date":"11/21/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":709,"Cost":631,"Date":"11/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":92,"Cost":74,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":847,"Cost":425,"Date":"5/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":167,"Cost":84,"Date":"9/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":819,"Cost":514,"Date":"1/3/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":488,"Cost":340,"Date":"2/2/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":433,"Cost":352,"Date":"3/18/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":53,"Cost":31,"Date":"10/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":372,"Cost":279,"Date":"2/16/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":793,"Cost":637,"Date":"6/7/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":212,"Cost":175,"Date":"1/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":521,"Cost":350,"Date":"3/27/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":98,"Cost":69,"Date":"5/12/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":328,"Cost":309,"Date":"7/28/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":564,"Cost":325,"Date":"8/8/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":801,"Cost":629,"Date":"12/7/2019"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":997,"Cost":686,"Date":"1/17/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":228,"Cost":186,"Date":"3/8/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":202,"Cost":133,"Date":"6/6/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":505,"Cost":342,"Date":"6/16/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":251,"Cost":159,"Date":"8/13/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":151,"Cost":92,"Date":"11/19/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":674,"Cost":463,"Date":"12/28/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":842,"Cost":579,"Date":"2/4/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":177,"Cost":132,"Date":"3/8/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":94,"Cost":88,"Date":"12/18/2021"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":801,"Cost":742,"Date":"3/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":47,"Cost":36,"Date":"4/20/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":298,"Cost":211,"Date":"6/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":754,"Cost":385,"Date":"7/23/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":583,"Cost":402,"Date":"11/21/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":87,"Cost":64,"Date":"11/26/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":211,"Cost":162,"Date":"2/20/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":70,"Cost":64,"Date":"5/21/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":606,"Cost":444,"Date":"9/28/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":809,"Cost":651,"Date":"1/3/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":882,"Cost":572,"Date":"2/2/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":344,"Cost":286,"Date":"3/18/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":474,"Cost":336,"Date":"10/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":522,"Cost":428,"Date":"2/16/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":309,"Cost":275,"Date":"6/7/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":499,"Cost":261,"Date":"1/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":338,"Cost":171,"Date":"3/27/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":137,"Cost":91,"Date":"5/12/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":476,"Cost":239,"Date":"7/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":560,"Cost":342,"Date":"8/8/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":576,"Cost":364,"Date":"12/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":761,"Cost":611,"Date":"1/17/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":255,"Cost":148,"Date":"3/8/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":423,"Cost":248,"Date":"6/6/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":406,"Cost":250,"Date":"6/16/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":397,"Cost":266,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":33,"Cost":27,"Date":"11/19/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":938,"Cost":737,"Date":"12/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":93,"Cost":79,"Date":"2/4/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":21,"Cost":18,"Date":"3/8/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":32,"Date":"12/18/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":139,"Cost":109,"Date":"3/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":641,"Cost":466,"Date":"4/20/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":275,"Cost":173,"Date":"6/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":863,"Cost":796,"Date":"7/23/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":298,"Cost":213,"Date":"11/21/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":867,"Cost":448,"Date":"11/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":290,"Cost":145,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":717,"Cost":369,"Date":"5/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":524,"Cost":298,"Date":"9/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":167,"Cost":125,"Date":"1/3/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":379,"Cost":257,"Date":"2/2/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":164,"Cost":96,"Date":"3/18/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":648,"Cost":606,"Date":"10/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":344,"Cost":254,"Date":"2/16/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":928,"Cost":553,"Date":"6/7/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":372,"Cost":295,"Date":"1/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":530,"Cost":278,"Date":"3/27/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":494,"Cost":415,"Date":"5/12/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":312,"Date":"7/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":237,"Cost":118,"Date":"8/8/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":386,"Cost":221,"Date":"12/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":555,"Cost":466,"Date":"1/17/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":833,"Cost":664,"Date":"3/8/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":185,"Cost":107,"Date":"6/6/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":216,"Cost":187,"Date":"6/16/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":75,"Cost":39,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":515,"Cost":320,"Date":"11/19/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":425,"Cost":307,"Date":"12/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":868,"Cost":688,"Date":"2/4/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":576,"Cost":382,"Date":"3/8/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":845,"Cost":735,"Date":"12/18/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":730,"Cost":539,"Date":"3/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":322,"Cost":225,"Date":"4/20/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":490,"Cost":359,"Date":"6/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":360,"Cost":316,"Date":"7/23/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":318,"Date":"11/21/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":766,"Cost":580,"Date":"11/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":320,"Cost":182,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":18,"Cost":14,"Date":"5/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":985,"Cost":696,"Date":"9/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":497,"Cost":323,"Date":"1/3/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":243,"Date":"2/2/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":621,"Date":"3/18/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"ARKET","Country":"Canada","Sale":50,"Cost":45,"Date":"10/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":707,"Cost":626,"Date":"2/16/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":693,"Cost":623,"Date":"6/7/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":635,"Cost":551,"Date":"1/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":311,"Cost":223,"Date":"3/27/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":778,"Cost":615,"Date":"5/12/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":835,"Cost":422,"Date":"7/28/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":994,"Cost":691,"Date":"8/8/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":816,"Cost":609,"Date":"12/7/2019"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":963,"Cost":746,"Date":"1/17/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":410,"Cost":254,"Date":"3/8/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":750,"Cost":660,"Date":"6/6/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":711,"Cost":629,"Date":"6/16/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":599,"Cost":366,"Date":"8/13/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":153,"Cost":81,"Date":"11/19/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":952,"Cost":792,"Date":"12/28/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":651,"Cost":354,"Date":"2/4/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":613,"Cost":526,"Date":"3/8/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":281,"Cost":176,"Date":"12/18/2021"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":940,"Cost":835,"Date":"3/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":657,"Cost":364,"Date":"4/20/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":438,"Cost":399,"Date":"6/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":522,"Cost":464,"Date":"7/23/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":610,"Cost":412,"Date":"11/21/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":929,"Cost":879,"Date":"11/26/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":51,"Cost":27,"Date":"2/20/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":421,"Cost":346,"Date":"5/21/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":146,"Cost":104,"Date":"9/28/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":328,"Cost":225,"Date":"1/3/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":601,"Cost":493,"Date":"2/2/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":633,"Cost":540,"Date":"3/18/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"COS","Country":"Canada","Sale":148,"Cost":85,"Date":"10/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":559,"Cost":441,"Date":"2/16/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":86,"Cost":73,"Date":"6/7/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":356,"Cost":199,"Date":"1/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":863,"Cost":695,"Date":"3/27/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":444,"Cost":406,"Date":"5/12/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":619,"Cost":519,"Date":"7/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":870,"Cost":590,"Date":"8/8/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":139,"Cost":128,"Date":"12/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":380,"Cost":231,"Date":"1/17/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":948,"Cost":679,"Date":"3/8/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":104,"Cost":54,"Date":"6/6/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":414,"Cost":218,"Date":"6/16/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":875,"Cost":811,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":636,"Cost":554,"Date":"11/19/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":793,"Cost":566,"Date":"12/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":389,"Cost":310,"Date":"2/4/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":634,"Cost":404,"Date":"3/8/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":804,"Cost":614,"Date":"12/18/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":836,"Cost":684,"Date":"3/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":251,"Cost":149,"Date":"4/20/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":392,"Cost":310,"Date":"6/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":307,"Cost":280,"Date":"7/23/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":264,"Cost":218,"Date":"11/21/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":790,"Cost":488,"Date":"11/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":969,"Cost":893,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":557,"Cost":433,"Date":"5/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":731,"Cost":570,"Date":"9/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":908,"Cost":611,"Date":"1/3/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":440,"Cost":304,"Date":"2/2/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":358,"Cost":216,"Date":"3/18/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":387,"Cost":315,"Date":"10/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":292,"Cost":197,"Date":"2/16/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":624,"Cost":507,"Date":"6/7/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":216,"Cost":164,"Date":"1/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":561,"Cost":366,"Date":"3/27/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":141,"Cost":126,"Date":"5/12/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":552,"Cost":509,"Date":"7/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":868,"Cost":566,"Date":"8/8/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":195,"Cost":161,"Date":"12/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":255,"Cost":162,"Date":"1/17/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":337,"Cost":213,"Date":"3/8/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":324,"Cost":307,"Date":"6/6/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":241,"Cost":178,"Date":"6/16/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":64,"Cost":61,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":229,"Cost":151,"Date":"11/19/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":323,"Cost":207,"Date":"12/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":142,"Cost":128,"Date":"2/4/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":940,"Cost":824,"Date":"3/8/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":567,"Cost":328,"Date":"12/18/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":83,"Cost":62,"Date":"3/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":864,"Cost":702,"Date":"4/20/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":891,"Cost":588,"Date":"6/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":416,"Cost":389,"Date":"7/23/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":877,"Cost":564,"Date":"11/21/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":512,"Cost":336,"Date":"11/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":711,"Cost":555,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":357,"Cost":306,"Date":"5/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":523,"Cost":366,"Date":"9/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":260,"Cost":247,"Date":"1/3/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":320,"Cost":280,"Date":"2/2/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":719,"Cost":533,"Date":"3/18/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"Nova","Country":"Canada","Sale":252,"Cost":236,"Date":"10/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":575,"Cost":337,"Date":"2/16/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":218,"Cost":165,"Date":"6/7/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":514,"Cost":462,"Date":"1/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":74,"Cost":49,"Date":"3/27/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":831,"Cost":455,"Date":"5/12/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":341,"Cost":181,"Date":"7/28/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":332,"Cost":257,"Date":"8/8/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":541,"Cost":456,"Date":"12/7/2019"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":617,"Cost":546,"Date":"1/17/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":669,"Cost":586,"Date":"3/8/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":884,"Cost":684,"Date":"6/6/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":646,"Cost":445,"Date":"6/16/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":648,"Cost":439,"Date":"8/13/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":866,"Cost":602,"Date":"11/19/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":346,"Cost":256,"Date":"12/28/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":12,"Cost":9,"Date":"2/4/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":272,"Cost":188,"Date":"3/8/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":329,"Cost":262,"Date":"12/18/2021"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":326,"Cost":283,"Date":"3/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":841,"Cost":766,"Date":"4/20/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":61,"Cost":56,"Date":"6/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":857,"Cost":519,"Date":"7/23/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":843,"Cost":758,"Date":"11/21/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":990,"Cost":532,"Date":"11/26/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":88,"Cost":79,"Date":"2/20/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":106,"Cost":96,"Date":"5/21/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":996,"Cost":582,"Date":"9/28/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":139,"Cost":129,"Date":"1/3/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":828,"Cost":725,"Date":"2/2/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":840,"Cost":471,"Date":"3/18/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM","Country":"Canada","Sale":483,"Cost":306,"Date":"10/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":484,"Cost":402,"Date":"2/16/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":597,"Cost":567,"Date":"6/7/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":361,"Cost":343,"Date":"1/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":639,"Cost":574,"Date":"3/27/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":321,"Cost":302,"Date":"5/12/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":621,"Cost":398,"Date":"7/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":398,"Cost":246,"Date":"8/8/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":960,"Cost":524,"Date":"12/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":745,"Cost":535,"Date":"1/17/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":608,"Cost":499,"Date":"3/8/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":597,"Cost":313,"Date":"6/6/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":704,"Cost":636,"Date":"6/16/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":930,"Cost":483,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":740,"Cost":413,"Date":"11/19/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":110,"Cost":59,"Date":"12/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":663,"Cost":518,"Date":"2/4/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":734,"Cost":616,"Date":"3/8/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":144,"Cost":84,"Date":"12/18/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":274,"Cost":191,"Date":"3/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":277,"Cost":182,"Date":"4/20/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":778,"Cost":704,"Date":"6/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":997,"Cost":604,"Date":"7/23/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":716,"Cost":502,"Date":"11/21/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":442,"Cost":324,"Date":"11/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":524,"Cost":345,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":119,"Cost":64,"Date":"5/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":205,"Cost":122,"Date":"9/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":654,"Cost":574,"Date":"1/3/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":340,"Cost":294,"Date":"2/2/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":778,"Cost":507,"Date":"3/18/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":11,"Cost":10,"Date":"10/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":275,"Cost":215,"Date":"2/16/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":420,"Date":"6/7/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":340,"Cost":321,"Date":"1/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":614,"Cost":523,"Date":"3/27/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":661,"Cost":597,"Date":"5/12/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":530,"Cost":460,"Date":"7/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":902,"Cost":461,"Date":"8/8/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":458,"Cost":325,"Date":"12/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":9,"Cost":5,"Date":"1/17/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":476,"Cost":347,"Date":"3/8/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":158,"Cost":146,"Date":"6/6/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":252,"Cost":178,"Date":"6/16/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":963,"Cost":813,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":515,"Cost":369,"Date":"11/19/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":334,"Cost":276,"Date":"12/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":851,"Cost":670,"Date":"2/4/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":338,"Date":"3/8/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":205,"Cost":134,"Date":"12/18/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":628,"Cost":423,"Date":"3/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":38,"Cost":30,"Date":"4/20/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":270,"Date":"6/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":315,"Cost":220,"Date":"7/23/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":950,"Cost":884,"Date":"11/21/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":752,"Cost":586,"Date":"11/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":318,"Cost":280,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":779,"Cost":496,"Date":"5/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":592,"Cost":349,"Date":"9/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":980,"Cost":685,"Date":"1/3/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":344,"Cost":311,"Date":"2/2/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":1000,"Cost":740,"Date":"3/18/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":65,"Cost":45,"Date":"10/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":35,"Cost":31,"Date":"2/16/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":891,"Cost":804,"Date":"6/7/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":462,"Cost":332,"Date":"1/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":986,"Cost":719,"Date":"3/27/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":43,"Cost":36,"Date":"5/12/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":605,"Cost":370,"Date":"7/28/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":493,"Cost":308,"Date":"8/8/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":322,"Cost":203,"Date":"12/7/2019"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":655,"Cost":338,"Date":"1/17/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":936,"Cost":531,"Date":"3/8/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":554,"Cost":392,"Date":"6/6/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":383,"Cost":265,"Date":"6/16/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":512,"Cost":292,"Date":"8/13/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":741,"Cost":400,"Date":"11/19/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":378,"Cost":354,"Date":"12/28/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":97,"Cost":53,"Date":"2/4/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":617,"Cost":507,"Date":"3/8/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":666,"Cost":427,"Date":"12/18/2021"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":426,"Cost":385,"Date":"3/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":369,"Cost":326,"Date":"4/20/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":16,"Cost":11,"Date":"6/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":534,"Cost":491,"Date":"7/23/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":394,"Cost":333,"Date":"11/21/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":664,"Cost":573,"Date":"11/26/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":103,"Cost":66,"Date":"2/20/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":420,"Cost":231,"Date":"5/21/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":619,"Cost":423,"Date":"9/28/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":282,"Cost":165,"Date":"1/3/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":676,"Cost":422,"Date":"2/2/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":78,"Cost":62,"Date":"3/18/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"COS","Country":"Canada","Sale":866,"Cost":714,"Date":"10/14/2024"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":883,"Cost":585,"Date":"2/16/2018"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":940,"Cost":615,"Date":"6/7/2018"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":336,"Cost":319,"Date":"1/28/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":735,"Cost":558,"Date":"3/27/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":67,"Cost":49,"Date":"5/12/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":160,"Cost":110,"Date":"7/28/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":140,"Cost":99,"Date":"8/8/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":588,"Cost":404,"Date":"12/7/2019"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":550,"Cost":359,"Date":"1/17/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":102,"Cost":65,"Date":"3/8/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":698,"Cost":407,"Date":"6/6/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":592,"Cost":463,"Date":"6/16/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":914,"Cost":661,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":364,"Cost":345,"Date":"11/19/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":848,"Cost":543,"Date":"12/28/2020"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":509,"Cost":288,"Date":"2/4/2021"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":436,"Cost":410,"Date":"3/8/2021"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":486,"Cost":461,"Date":"12/18/2021"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":354,"Cost":184,"Date":"3/31/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":907,"Cost":605,"Date":"4/20/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":883,"Cost":466,"Date":"6/26/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":508,"Cost":336,"Date":"7/23/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":113,"Cost":95,"Date":"11/21/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":832,"Cost":540,"Date":"11/26/2022"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":767,"Cost":427,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":365,"Cost":341,"Date":"5/21/2023"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":221,"Cost":120,"Date":"9/28/2023"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":64,"Cost":59,"Date":"1/3/2024"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":497,"Cost":395,"Date":"2/2/2024"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":804,"Cost":584,"Date":"3/18/2024"},{"Store":"CF Masonville Place, London","Brand":"COS","Country":"Canada","Sale":549,"Cost":445,"Date":"10/14/2024"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":263,"Cost":159,"Date":"2/16/2018"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":75,"Cost":43,"Date":"6/7/2018"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":849,"Cost":770,"Date":"1/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":229,"Cost":205,"Date":"3/27/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":926,"Cost":824,"Date":"5/12/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":401,"Cost":264,"Date":"7/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":47,"Cost":39,"Date":"8/8/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":711,"Cost":532,"Date":"12/7/2019"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":424,"Cost":285,"Date":"1/17/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":932,"Cost":800,"Date":"3/8/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":86,"Cost":52,"Date":"6/6/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":326,"Cost":208,"Date":"6/16/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":268,"Cost":137,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":226,"Cost":137,"Date":"11/19/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":351,"Cost":286,"Date":"12/28/2020"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":260,"Cost":169,"Date":"2/4/2021"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":607,"Cost":415,"Date":"3/8/2021"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":336,"Date":"12/18/2021"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":306,"Cost":227,"Date":"3/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":134,"Cost":96,"Date":"4/20/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":490,"Cost":423,"Date":"6/26/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":944,"Cost":477,"Date":"7/23/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":793,"Cost":492,"Date":"11/21/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":507,"Cost":272,"Date":"11/26/2022"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":250,"Cost":151,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":117,"Cost":69,"Date":"5/21/2023"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":573,"Cost":373,"Date":"9/28/2023"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":125,"Cost":108,"Date":"1/3/2024"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":123,"Cost":85,"Date":"2/2/2024"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":900,"Cost":617,"Date":"3/18/2024"},{"Store":"CF Masonville Place, London","Brand":"HM Home","Country":"Canada","Sale":947,"Cost":574,"Date":"10/14/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":535,"Cost":492,"Date":"2/16/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":335,"Cost":292,"Date":"6/7/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":330,"Cost":218,"Date":"1/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":516,"Cost":446,"Date":"3/27/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":677,"Cost":631,"Date":"5/12/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":623,"Cost":324,"Date":"7/28/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":91,"Cost":58,"Date":"8/8/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":397,"Cost":375,"Date":"12/7/2019"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":713,"Cost":463,"Date":"1/17/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":528,"Cost":383,"Date":"3/8/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":487,"Cost":268,"Date":"6/6/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":625,"Cost":382,"Date":"6/16/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":889,"Cost":756,"Date":"8/13/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":822,"Cost":524,"Date":"11/19/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":833,"Cost":469,"Date":"12/28/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":604,"Cost":527,"Date":"2/4/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":548,"Cost":520,"Date":"3/8/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":989,"Cost":659,"Date":"12/18/2021"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":853,"Cost":569,"Date":"3/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":784,"Cost":463,"Date":"4/20/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":828,"Cost":477,"Date":"6/26/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":996,"Cost":898,"Date":"7/23/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":530,"Cost":398,"Date":"11/21/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":56,"Cost":37,"Date":"11/26/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":80,"Cost":71,"Date":"2/20/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":233,"Cost":135,"Date":"5/21/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":946,"Cost":518,"Date":"9/28/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":199,"Cost":174,"Date":"1/3/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":897,"Cost":666,"Date":"2/2/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":496,"Cost":318,"Date":"3/18/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":832,"Cost":735,"Date":"10/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":257,"Cost":158,"Date":"2/16/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":806,"Cost":409,"Date":"6/7/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":913,"Cost":798,"Date":"1/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":945,"Cost":626,"Date":"3/27/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":567,"Cost":307,"Date":"5/12/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":308,"Cost":212,"Date":"7/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":355,"Cost":237,"Date":"8/8/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":617,"Cost":310,"Date":"12/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":96,"Cost":74,"Date":"1/17/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":872,"Cost":750,"Date":"3/8/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":618,"Cost":563,"Date":"6/6/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":210,"Cost":156,"Date":"6/16/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":621,"Cost":546,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":610,"Cost":561,"Date":"11/19/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":480,"Cost":442,"Date":"12/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":44,"Cost":42,"Date":"2/4/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":603,"Cost":413,"Date":"3/8/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":846,"Cost":766,"Date":"12/18/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":123,"Cost":98,"Date":"3/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":138,"Cost":101,"Date":"4/20/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":456,"Cost":294,"Date":"6/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":607,"Cost":319,"Date":"7/23/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":775,"Cost":721,"Date":"11/21/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":723,"Cost":489,"Date":"11/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":384,"Cost":271,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":424,"Cost":293,"Date":"5/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":941,"Cost":685,"Date":"9/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":689,"Cost":546,"Date":"1/3/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":861,"Cost":573,"Date":"2/2/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":168,"Cost":138,"Date":"3/18/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":537,"Cost":273,"Date":"10/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":60,"Cost":56,"Date":"2/16/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":292,"Cost":236,"Date":"6/7/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":273,"Cost":224,"Date":"1/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":852,"Cost":771,"Date":"3/27/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":743,"Cost":674,"Date":"5/12/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":849,"Cost":683,"Date":"7/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":760,"Cost":544,"Date":"8/8/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":212,"Cost":159,"Date":"12/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":285,"Cost":185,"Date":"1/17/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":43,"Cost":31,"Date":"3/8/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":139,"Cost":106,"Date":"6/6/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":585,"Cost":298,"Date":"6/16/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":689,"Cost":459,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":175,"Cost":160,"Date":"11/19/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":652,"Cost":534,"Date":"12/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":472,"Cost":418,"Date":"2/4/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":963,"Cost":711,"Date":"3/8/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":974,"Cost":658,"Date":"12/18/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":612,"Cost":440,"Date":"3/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":909,"Cost":696,"Date":"4/20/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":679,"Cost":351,"Date":"6/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":670,"Cost":444,"Date":"7/23/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":784,"Cost":495,"Date":"11/21/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":262,"Cost":227,"Date":"11/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":513,"Cost":429,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":430,"Cost":257,"Date":"5/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":656,"Date":"9/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":269,"Cost":170,"Date":"1/3/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":637,"Cost":350,"Date":"2/2/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":8,"Cost":8,"Date":"3/18/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM Home","Country":"Canada","Sale":976,"Cost":620,"Date":"10/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":940,"Cost":648,"Date":"2/16/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":148,"Cost":79,"Date":"6/7/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":239,"Cost":156,"Date":"1/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":339,"Cost":182,"Date":"3/27/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":28,"Cost":24,"Date":"5/12/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":892,"Cost":770,"Date":"7/28/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":961,"Cost":561,"Date":"8/8/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":718,"Cost":641,"Date":"12/7/2019"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":563,"Cost":392,"Date":"1/17/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":983,"Cost":516,"Date":"3/8/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":384,"Cost":298,"Date":"6/6/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":858,"Cost":739,"Date":"6/16/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":984,"Cost":609,"Date":"8/13/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":448,"Cost":263,"Date":"11/19/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":855,"Cost":744,"Date":"12/28/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":503,"Cost":276,"Date":"2/4/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":254,"Cost":241,"Date":"3/8/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":862,"Cost":495,"Date":"12/18/2021"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":709,"Cost":408,"Date":"3/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":178,"Cost":89,"Date":"4/20/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":687,"Cost":367,"Date":"6/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":695,"Cost":649,"Date":"7/23/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":220,"Cost":197,"Date":"11/21/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":766,"Cost":451,"Date":"11/26/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":21,"Cost":19,"Date":"2/20/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":36,"Cost":18,"Date":"5/21/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":87,"Cost":63,"Date":"9/28/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":71,"Cost":35,"Date":"1/3/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":808,"Cost":459,"Date":"2/2/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":429,"Cost":232,"Date":"3/18/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"COS","Country":"Canada","Sale":761,"Cost":386,"Date":"10/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":242,"Cost":198,"Date":"2/16/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":475,"Cost":287,"Date":"6/7/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":496,"Cost":313,"Date":"1/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":756,"Cost":561,"Date":"3/27/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":854,"Cost":501,"Date":"5/12/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":233,"Cost":192,"Date":"7/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":378,"Cost":194,"Date":"8/8/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":827,"Cost":452,"Date":"12/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":489,"Cost":361,"Date":"1/17/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":534,"Cost":268,"Date":"3/8/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":659,"Cost":494,"Date":"6/6/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":845,"Cost":760,"Date":"6/16/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":758,"Cost":598,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":838,"Cost":451,"Date":"11/19/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":711,"Cost":536,"Date":"12/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":897,"Cost":837,"Date":"2/4/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":975,"Cost":771,"Date":"3/8/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":761,"Cost":457,"Date":"12/18/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":994,"Cost":654,"Date":"3/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":717,"Cost":521,"Date":"4/20/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":997,"Cost":681,"Date":"6/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":244,"Cost":123,"Date":"7/23/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":710,"Cost":587,"Date":"11/21/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":47,"Cost":27,"Date":"11/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":151,"Cost":77,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":160,"Cost":123,"Date":"5/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":265,"Cost":203,"Date":"9/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":861,"Cost":610,"Date":"1/3/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":72,"Cost":56,"Date":"2/2/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":882,"Cost":688,"Date":"3/18/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Nova","Country":"Canada","Sale":42,"Cost":35,"Date":"10/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":696,"Cost":400,"Date":"2/16/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":995,"Cost":878,"Date":"6/7/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":673,"Date":"1/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":323,"Date":"3/27/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":149,"Cost":84,"Date":"5/12/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":160,"Cost":150,"Date":"7/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":67,"Cost":62,"Date":"8/8/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":450,"Cost":366,"Date":"12/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":525,"Cost":348,"Date":"1/17/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":340,"Cost":247,"Date":"3/8/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":360,"Date":"6/6/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":286,"Cost":236,"Date":"6/16/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":776,"Cost":725,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":281,"Cost":247,"Date":"11/19/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":250,"Cost":216,"Date":"12/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":155,"Date":"2/4/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":133,"Cost":114,"Date":"3/8/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":329,"Cost":224,"Date":"12/18/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":372,"Cost":221,"Date":"3/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":637,"Cost":504,"Date":"4/20/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":168,"Date":"6/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":82,"Cost":75,"Date":"7/23/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":452,"Cost":333,"Date":"11/21/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":653,"Cost":516,"Date":"11/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":107,"Cost":76,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":62,"Date":"5/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":479,"Cost":267,"Date":"9/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":656,"Cost":369,"Date":"1/3/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":249,"Cost":227,"Date":"2/2/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":762,"Cost":628,"Date":"3/18/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":991,"Cost":938,"Date":"10/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":310,"Cost":284,"Date":"2/16/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":706,"Cost":372,"Date":"6/7/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":140,"Cost":77,"Date":"1/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":503,"Date":"3/27/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":112,"Cost":88,"Date":"5/12/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":994,"Cost":667,"Date":"7/28/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":815,"Cost":753,"Date":"8/8/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":956,"Cost":714,"Date":"12/7/2019"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":357,"Cost":251,"Date":"1/17/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":721,"Date":"3/8/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":267,"Date":"6/6/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":514,"Cost":282,"Date":"6/16/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":596,"Cost":451,"Date":"8/13/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":691,"Cost":346,"Date":"11/19/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":58,"Cost":52,"Date":"12/28/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":354,"Cost":283,"Date":"2/4/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":482,"Cost":387,"Date":"3/8/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":220,"Cost":204,"Date":"12/18/2021"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":734,"Cost":389,"Date":"3/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":811,"Cost":491,"Date":"4/20/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":532,"Date":"6/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":1000,"Cost":619,"Date":"7/23/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":554,"Cost":421,"Date":"11/21/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":188,"Cost":121,"Date":"11/26/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":228,"Cost":207,"Date":"2/20/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":146,"Cost":81,"Date":"5/21/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":350,"Cost":268,"Date":"9/28/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":309,"Date":"1/3/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":62,"Cost":53,"Date":"2/2/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":314,"Cost":233,"Date":"3/18/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":514,"Cost":261,"Date":"10/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":999,"Cost":500,"Date":"2/16/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":272,"Cost":191,"Date":"6/7/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":644,"Cost":360,"Date":"1/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":713,"Cost":616,"Date":"3/27/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":394,"Cost":348,"Date":"5/12/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":542,"Cost":404,"Date":"7/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":931,"Cost":641,"Date":"8/8/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":212,"Cost":145,"Date":"12/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":699,"Cost":359,"Date":"1/17/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":194,"Cost":132,"Date":"3/8/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":981,"Cost":493,"Date":"6/6/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":832,"Cost":528,"Date":"6/16/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":434,"Cost":363,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":76,"Cost":55,"Date":"11/19/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":985,"Cost":688,"Date":"12/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":452,"Cost":274,"Date":"2/4/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":266,"Cost":137,"Date":"3/8/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":894,"Cost":605,"Date":"12/18/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":130,"Cost":113,"Date":"3/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":240,"Cost":226,"Date":"4/20/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":176,"Cost":129,"Date":"6/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":770,"Cost":525,"Date":"7/23/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":420,"Cost":265,"Date":"11/21/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":977,"Cost":812,"Date":"11/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":949,"Cost":484,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":21,"Cost":18,"Date":"5/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":206,"Cost":156,"Date":"9/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":826,"Cost":693,"Date":"1/3/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":902,"Cost":590,"Date":"2/2/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":665,"Cost":430,"Date":"3/18/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM","Country":"Canada","Sale":858,"Cost":663,"Date":"10/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":508,"Cost":477,"Date":"2/16/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":318,"Cost":214,"Date":"6/7/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":319,"Cost":179,"Date":"1/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":520,"Cost":383,"Date":"3/27/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":757,"Cost":476,"Date":"5/12/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":441,"Cost":222,"Date":"7/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":560,"Cost":326,"Date":"8/8/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":508,"Cost":393,"Date":"12/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":277,"Date":"1/17/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":721,"Cost":394,"Date":"3/8/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":55,"Cost":32,"Date":"6/6/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":546,"Cost":496,"Date":"6/16/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":8,"Cost":7,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":788,"Cost":402,"Date":"11/19/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":711,"Cost":486,"Date":"12/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":58,"Cost":30,"Date":"2/4/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":434,"Cost":367,"Date":"3/8/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":196,"Cost":183,"Date":"12/18/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":336,"Cost":235,"Date":"3/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":800,"Cost":413,"Date":"4/20/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":371,"Cost":342,"Date":"6/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":521,"Cost":295,"Date":"7/23/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":408,"Cost":264,"Date":"11/21/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":108,"Cost":88,"Date":"11/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":727,"Cost":632,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":50,"Cost":44,"Date":"5/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":408,"Cost":219,"Date":"9/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":406,"Date":"1/3/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":184,"Cost":123,"Date":"2/2/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":835,"Cost":501,"Date":"3/18/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":227,"Cost":141,"Date":"10/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":273,"Cost":147,"Date":"2/16/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":715,"Cost":362,"Date":"6/7/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":342,"Date":"1/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":541,"Cost":317,"Date":"3/27/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":143,"Cost":85,"Date":"5/12/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":626,"Cost":375,"Date":"7/28/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":715,"Cost":370,"Date":"8/8/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":272,"Cost":136,"Date":"12/7/2019"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":550,"Cost":417,"Date":"1/17/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":172,"Cost":118,"Date":"3/8/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":410,"Cost":376,"Date":"6/6/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":278,"Cost":263,"Date":"6/16/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":713,"Cost":597,"Date":"8/13/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":495,"Cost":307,"Date":"11/19/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":634,"Cost":498,"Date":"12/28/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":43,"Cost":27,"Date":"2/4/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":886,"Cost":690,"Date":"3/8/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":359,"Cost":271,"Date":"12/18/2021"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":546,"Date":"3/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":387,"Cost":320,"Date":"4/20/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":643,"Cost":398,"Date":"6/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":226,"Cost":152,"Date":"7/23/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":822,"Cost":744,"Date":"11/21/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":326,"Cost":303,"Date":"11/26/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":176,"Cost":163,"Date":"2/20/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":628,"Cost":329,"Date":"5/21/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":476,"Cost":341,"Date":"9/28/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":831,"Cost":563,"Date":"1/3/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":804,"Cost":703,"Date":"2/2/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":871,"Cost":684,"Date":"3/18/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Jeans","Country":"Canada","Sale":44,"Cost":24,"Date":"10/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":379,"Cost":190,"Date":"2/16/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":928,"Cost":523,"Date":"6/7/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":746,"Cost":624,"Date":"1/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":514,"Cost":343,"Date":"3/27/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":65,"Cost":35,"Date":"5/12/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":887,"Cost":544,"Date":"7/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":738,"Cost":515,"Date":"8/8/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":896,"Cost":648,"Date":"12/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":951,"Cost":551,"Date":"1/17/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":780,"Cost":570,"Date":"3/8/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":228,"Cost":203,"Date":"6/6/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":359,"Cost":302,"Date":"6/16/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":191,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":426,"Cost":281,"Date":"11/19/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":484,"Cost":400,"Date":"12/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":296,"Cost":187,"Date":"2/4/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":260,"Cost":232,"Date":"3/8/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":466,"Cost":269,"Date":"12/18/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":200,"Cost":164,"Date":"3/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":293,"Cost":275,"Date":"4/20/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":489,"Date":"6/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":241,"Cost":127,"Date":"7/23/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":209,"Cost":159,"Date":"11/21/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":363,"Cost":234,"Date":"11/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":112,"Cost":98,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":765,"Cost":429,"Date":"5/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":349,"Cost":188,"Date":"9/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":5,"Cost":3,"Date":"1/3/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":273,"Cost":142,"Date":"2/2/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":909,"Cost":607,"Date":"3/18/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":584,"Cost":507,"Date":"10/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":340,"Cost":195,"Date":"2/16/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":435,"Cost":335,"Date":"6/7/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":845,"Cost":519,"Date":"1/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":747,"Cost":441,"Date":"3/27/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":874,"Cost":615,"Date":"5/12/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":517,"Cost":360,"Date":"7/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":90,"Cost":46,"Date":"8/8/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":303,"Cost":208,"Date":"12/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":806,"Cost":443,"Date":"1/17/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":46,"Cost":37,"Date":"3/8/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":760,"Date":"6/6/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":514,"Cost":333,"Date":"6/16/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":460,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":107,"Cost":72,"Date":"11/19/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":671,"Cost":436,"Date":"12/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":601,"Cost":472,"Date":"2/4/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":328,"Date":"3/8/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":458,"Cost":359,"Date":"12/18/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":209,"Cost":179,"Date":"3/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":316,"Cost":172,"Date":"4/20/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":965,"Cost":546,"Date":"6/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":91,"Cost":57,"Date":"7/23/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":936,"Cost":495,"Date":"11/21/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":289,"Cost":188,"Date":"11/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":447,"Cost":295,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":946,"Cost":761,"Date":"5/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":957,"Cost":619,"Date":"9/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":72,"Cost":63,"Date":"1/3/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":859,"Cost":443,"Date":"2/2/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":126,"Cost":120,"Date":"3/18/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":947,"Cost":625,"Date":"10/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":996,"Cost":520,"Date":"2/16/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":704,"Cost":456,"Date":"6/7/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":571,"Cost":515,"Date":"1/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":472,"Cost":292,"Date":"3/27/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":396,"Cost":298,"Date":"5/12/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":483,"Cost":405,"Date":"7/28/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":575,"Cost":371,"Date":"8/8/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":955,"Cost":514,"Date":"12/7/2019"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":380,"Cost":225,"Date":"1/17/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":350,"Cost":318,"Date":"3/8/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":318,"Cost":187,"Date":"6/6/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":787,"Cost":563,"Date":"6/16/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":172,"Cost":111,"Date":"8/13/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":48,"Cost":24,"Date":"11/19/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":638,"Cost":376,"Date":"12/28/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":491,"Cost":303,"Date":"2/4/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":118,"Cost":74,"Date":"3/8/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":437,"Cost":367,"Date":"12/18/2021"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":511,"Cost":393,"Date":"3/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":186,"Date":"4/20/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":333,"Cost":288,"Date":"6/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":903,"Cost":519,"Date":"7/23/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":28,"Cost":19,"Date":"11/21/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":172,"Cost":130,"Date":"11/26/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":379,"Cost":260,"Date":"2/20/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":79,"Cost":69,"Date":"5/21/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":31,"Cost":17,"Date":"9/28/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":239,"Cost":146,"Date":"1/3/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":415,"Cost":230,"Date":"2/2/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":673,"Cost":567,"Date":"3/18/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":185,"Cost":144,"Date":"10/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":699,"Cost":538,"Date":"2/16/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":54,"Cost":42,"Date":"6/7/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":686,"Cost":488,"Date":"1/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":46,"Cost":32,"Date":"3/27/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":516,"Cost":481,"Date":"5/12/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":365,"Date":"7/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":800,"Cost":627,"Date":"8/8/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":484,"Cost":247,"Date":"12/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":196,"Date":"1/17/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":719,"Cost":420,"Date":"3/8/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":65,"Cost":35,"Date":"6/6/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":146,"Cost":105,"Date":"6/16/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":365,"Cost":249,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":500,"Cost":391,"Date":"11/19/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":664,"Cost":402,"Date":"12/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":918,"Cost":852,"Date":"2/4/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":197,"Cost":144,"Date":"3/8/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":987,"Cost":814,"Date":"12/18/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":517,"Cost":385,"Date":"3/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":503,"Cost":298,"Date":"4/20/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":235,"Cost":185,"Date":"6/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":230,"Cost":149,"Date":"7/23/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":631,"Cost":327,"Date":"11/21/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":642,"Cost":333,"Date":"11/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":2,"Cost":1,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":305,"Cost":162,"Date":"5/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":382,"Cost":244,"Date":"9/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":110,"Cost":68,"Date":"1/3/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":478,"Cost":331,"Date":"2/2/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":113,"Cost":92,"Date":"3/18/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Jeans","Country":"Canada","Sale":999,"Cost":596,"Date":"10/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":699,"Cost":487,"Date":"2/16/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":480,"Cost":349,"Date":"6/7/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":926,"Cost":807,"Date":"1/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":833,"Cost":745,"Date":"3/27/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":983,"Cost":576,"Date":"5/12/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":835,"Cost":784,"Date":"7/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":838,"Cost":501,"Date":"8/8/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":307,"Cost":159,"Date":"12/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":141,"Cost":115,"Date":"1/17/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":695,"Cost":568,"Date":"3/8/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":42,"Cost":30,"Date":"6/6/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":421,"Cost":356,"Date":"6/16/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":295,"Cost":189,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":851,"Date":"11/19/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":892,"Cost":797,"Date":"12/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":97,"Cost":86,"Date":"2/4/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":17,"Cost":12,"Date":"3/8/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":448,"Cost":365,"Date":"12/18/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":916,"Cost":782,"Date":"3/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":681,"Cost":460,"Date":"4/20/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":188,"Cost":173,"Date":"6/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":187,"Cost":137,"Date":"7/23/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":759,"Cost":654,"Date":"11/21/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":715,"Cost":673,"Date":"11/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":39,"Cost":20,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":332,"Cost":199,"Date":"5/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":540,"Cost":402,"Date":"9/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":386,"Date":"1/3/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":985,"Cost":590,"Date":"2/2/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":43,"Cost":28,"Date":"3/18/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":987,"Cost":664,"Date":"10/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":673,"Cost":366,"Date":"2/16/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":766,"Cost":553,"Date":"6/7/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":57,"Cost":53,"Date":"1/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":388,"Cost":286,"Date":"3/27/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":523,"Cost":317,"Date":"5/12/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":702,"Cost":456,"Date":"7/28/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":97,"Cost":52,"Date":"8/8/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":672,"Cost":574,"Date":"12/7/2019"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":429,"Cost":333,"Date":"1/17/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":689,"Cost":519,"Date":"3/8/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":524,"Cost":387,"Date":"6/6/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":996,"Cost":565,"Date":"6/16/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":437,"Cost":350,"Date":"8/13/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":108,"Date":"11/19/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":896,"Cost":710,"Date":"12/28/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":949,"Cost":709,"Date":"2/4/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":909,"Cost":575,"Date":"3/8/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":328,"Cost":188,"Date":"12/18/2021"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":147,"Cost":130,"Date":"3/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":378,"Cost":354,"Date":"4/20/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":579,"Date":"6/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":987,"Cost":570,"Date":"7/23/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":195,"Cost":162,"Date":"11/21/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":955,"Cost":746,"Date":"11/26/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":429,"Cost":317,"Date":"2/20/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":350,"Cost":308,"Date":"5/21/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":889,"Cost":586,"Date":"9/28/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":605,"Cost":533,"Date":"1/3/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":806,"Cost":709,"Date":"2/2/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":435,"Date":"3/18/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":706,"Cost":475,"Date":"10/14/2024"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":454,"Cost":362,"Date":"2/16/2018"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":808,"Cost":633,"Date":"6/7/2018"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":107,"Cost":60,"Date":"1/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":483,"Cost":344,"Date":"3/27/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":382,"Cost":257,"Date":"5/12/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":440,"Date":"7/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":767,"Cost":715,"Date":"8/8/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":826,"Cost":597,"Date":"12/7/2019"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":462,"Cost":266,"Date":"1/17/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":460,"Cost":413,"Date":"3/8/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":316,"Cost":279,"Date":"6/6/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":977,"Cost":677,"Date":"6/16/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":855,"Cost":477,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":103,"Cost":74,"Date":"11/19/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":212,"Cost":113,"Date":"12/28/2020"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":291,"Cost":247,"Date":"2/4/2021"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":242,"Cost":136,"Date":"3/8/2021"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":345,"Cost":318,"Date":"12/18/2021"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":644,"Cost":526,"Date":"3/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":878,"Cost":820,"Date":"4/20/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":657,"Date":"6/26/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":9,"Cost":8,"Date":"7/23/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":866,"Cost":472,"Date":"11/21/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":17,"Cost":16,"Date":"11/26/2022"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":148,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":552,"Cost":347,"Date":"5/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":338,"Cost":196,"Date":"9/28/2023"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":202,"Cost":165,"Date":"1/3/2024"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":40,"Cost":34,"Date":"2/2/2024"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":318,"Cost":276,"Date":"3/18/2024"},{"Store":"Southland Mall, Regina","Brand":"Sellpy","Country":"Canada","Sale":760,"Cost":463,"Date":"10/14/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":241,"Cost":180,"Date":"2/16/2018"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":60,"Cost":57,"Date":"6/7/2018"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":834,"Cost":558,"Date":"1/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":365,"Cost":194,"Date":"3/27/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":430,"Cost":314,"Date":"5/12/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":701,"Cost":371,"Date":"7/28/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":100,"Cost":85,"Date":"8/8/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":393,"Cost":348,"Date":"12/7/2019"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":347,"Date":"1/17/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":186,"Cost":100,"Date":"3/8/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":400,"Cost":245,"Date":"6/6/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":148,"Cost":89,"Date":"6/16/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":600,"Cost":372,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":545,"Cost":439,"Date":"11/19/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":151,"Cost":105,"Date":"12/28/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":210,"Cost":185,"Date":"2/4/2021"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":472,"Cost":278,"Date":"3/8/2021"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":756,"Cost":390,"Date":"12/18/2021"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":265,"Date":"3/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":399,"Cost":210,"Date":"4/20/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":86,"Cost":62,"Date":"6/26/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":662,"Cost":487,"Date":"7/23/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":180,"Cost":132,"Date":"11/21/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":68,"Cost":50,"Date":"11/26/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":316,"Cost":266,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":263,"Cost":235,"Date":"5/21/2023"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":58,"Cost":52,"Date":"9/28/2023"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":26,"Cost":24,"Date":"1/3/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":34,"Cost":27,"Date":"2/2/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":240,"Cost":169,"Date":"3/18/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":470,"Cost":241,"Date":"10/14/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":108,"Cost":90,"Date":"2/16/2018"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":860,"Cost":698,"Date":"6/7/2018"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":145,"Cost":123,"Date":"1/28/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":685,"Cost":577,"Date":"3/27/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":974,"Cost":885,"Date":"5/12/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":270,"Cost":177,"Date":"7/28/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":719,"Date":"8/8/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":660,"Cost":542,"Date":"12/7/2019"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":656,"Date":"1/17/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":569,"Cost":417,"Date":"3/8/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":110,"Cost":73,"Date":"6/6/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":874,"Cost":690,"Date":"6/16/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":926,"Cost":553,"Date":"8/13/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":539,"Cost":332,"Date":"11/19/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":81,"Cost":51,"Date":"12/28/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":312,"Cost":258,"Date":"2/4/2021"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":906,"Cost":767,"Date":"3/8/2021"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":179,"Cost":134,"Date":"12/18/2021"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":172,"Cost":99,"Date":"3/31/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":157,"Cost":90,"Date":"4/20/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":549,"Cost":332,"Date":"6/26/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":449,"Cost":229,"Date":"7/23/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":809,"Cost":503,"Date":"11/21/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":346,"Date":"11/26/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":70,"Cost":46,"Date":"2/20/2023"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":487,"Cost":304,"Date":"5/21/2023"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":154,"Cost":96,"Date":"9/28/2023"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":163,"Cost":91,"Date":"1/3/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":746,"Cost":430,"Date":"2/2/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":350,"Cost":330,"Date":"3/18/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":364,"Cost":208,"Date":"10/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":568,"Cost":519,"Date":"2/16/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":920,"Cost":569,"Date":"6/7/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":964,"Cost":745,"Date":"1/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":30,"Cost":16,"Date":"3/27/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":410,"Cost":340,"Date":"5/12/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":978,"Cost":581,"Date":"7/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":754,"Cost":555,"Date":"8/8/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":72,"Cost":53,"Date":"12/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":134,"Cost":83,"Date":"1/17/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":194,"Cost":179,"Date":"3/8/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":250,"Cost":127,"Date":"6/6/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":344,"Cost":240,"Date":"6/16/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":998,"Cost":896,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":402,"Cost":271,"Date":"11/19/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":917,"Cost":508,"Date":"12/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":439,"Cost":330,"Date":"2/4/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":284,"Cost":175,"Date":"3/8/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":592,"Cost":516,"Date":"12/18/2021"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":758,"Cost":609,"Date":"3/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":310,"Cost":242,"Date":"4/20/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":877,"Cost":637,"Date":"6/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":988,"Cost":832,"Date":"7/23/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":759,"Cost":591,"Date":"11/21/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":135,"Cost":107,"Date":"11/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":184,"Cost":102,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":985,"Cost":714,"Date":"5/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":922,"Cost":665,"Date":"9/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":777,"Cost":452,"Date":"1/3/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":656,"Cost":538,"Date":"2/2/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":904,"Cost":693,"Date":"3/18/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM","Country":"Canada","Sale":308,"Cost":221,"Date":"10/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":453,"Cost":362,"Date":"2/16/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":712,"Cost":440,"Date":"6/7/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":515,"Cost":381,"Date":"1/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":319,"Cost":301,"Date":"3/27/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":357,"Cost":281,"Date":"5/12/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":580,"Cost":320,"Date":"7/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":992,"Cost":523,"Date":"8/8/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":524,"Cost":452,"Date":"12/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":310,"Cost":217,"Date":"1/17/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":290,"Cost":209,"Date":"3/8/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":753,"Cost":409,"Date":"6/6/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":619,"Cost":566,"Date":"6/16/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":799,"Cost":706,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":153,"Cost":138,"Date":"11/19/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":825,"Cost":416,"Date":"12/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":326,"Cost":225,"Date":"2/4/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":189,"Cost":174,"Date":"3/8/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":652,"Cost":399,"Date":"12/18/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":453,"Cost":291,"Date":"3/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":126,"Cost":80,"Date":"4/20/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":162,"Cost":96,"Date":"6/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":8,"Cost":7,"Date":"7/23/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":141,"Cost":103,"Date":"11/21/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":766,"Cost":655,"Date":"11/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":677,"Cost":549,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":756,"Cost":459,"Date":"5/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":463,"Cost":421,"Date":"9/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":181,"Cost":106,"Date":"1/3/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":25,"Cost":20,"Date":"2/2/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":792,"Cost":632,"Date":"3/18/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":148,"Cost":107,"Date":"10/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":662,"Cost":537,"Date":"2/16/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":626,"Cost":324,"Date":"6/7/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":602,"Cost":470,"Date":"1/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":858,"Cost":667,"Date":"3/27/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":456,"Cost":321,"Date":"5/12/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":342,"Cost":192,"Date":"7/28/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":440,"Cost":227,"Date":"8/8/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":46,"Cost":40,"Date":"12/7/2019"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":566,"Cost":306,"Date":"1/17/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":461,"Cost":291,"Date":"3/8/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":486,"Cost":346,"Date":"6/6/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":112,"Cost":78,"Date":"6/16/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":16,"Cost":15,"Date":"8/13/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":503,"Cost":320,"Date":"11/19/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":332,"Cost":315,"Date":"12/28/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":838,"Cost":754,"Date":"2/4/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":403,"Cost":245,"Date":"3/8/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":717,"Cost":542,"Date":"12/18/2021"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":718,"Cost":670,"Date":"3/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":679,"Cost":428,"Date":"4/20/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":674,"Cost":347,"Date":"6/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":965,"Cost":669,"Date":"7/23/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":73,"Cost":50,"Date":"11/21/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":995,"Cost":594,"Date":"11/26/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":758,"Cost":462,"Date":"2/20/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":417,"Cost":276,"Date":"5/21/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":608,"Cost":574,"Date":"9/28/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":22,"Cost":19,"Date":"1/3/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":983,"Cost":636,"Date":"2/2/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":797,"Cost":525,"Date":"3/18/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":932,"Cost":812,"Date":"10/14/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":261,"Cost":222,"Date":"2/16/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":325,"Cost":242,"Date":"6/7/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":823,"Cost":589,"Date":"1/28/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":620,"Cost":543,"Date":"3/27/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":173,"Cost":132,"Date":"5/12/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":441,"Cost":363,"Date":"7/28/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":794,"Cost":594,"Date":"8/8/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":946,"Cost":512,"Date":"12/7/2019"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":423,"Cost":390,"Date":"1/17/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":959,"Cost":751,"Date":"3/8/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":246,"Cost":187,"Date":"6/6/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":89,"Cost":64,"Date":"6/16/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":635,"Cost":406,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":888,"Cost":699,"Date":"11/19/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":900,"Cost":844,"Date":"12/28/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":744,"Cost":500,"Date":"2/4/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":687,"Cost":565,"Date":"3/8/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":791,"Cost":633,"Date":"12/18/2021"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":573,"Cost":424,"Date":"3/31/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":256,"Cost":159,"Date":"4/20/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":705,"Cost":466,"Date":"6/26/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":173,"Cost":150,"Date":"7/23/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":387,"Cost":330,"Date":"11/21/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":52,"Cost":43,"Date":"11/26/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":335,"Cost":187,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":136,"Cost":104,"Date":"5/21/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":894,"Cost":693,"Date":"9/28/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":574,"Cost":451,"Date":"1/3/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":627,"Cost":566,"Date":"2/2/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":179,"Cost":169,"Date":"3/18/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":700,"Cost":475,"Date":"10/14/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":389,"Cost":345,"Date":"2/16/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":943,"Cost":491,"Date":"6/7/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":339,"Cost":286,"Date":"1/28/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":180,"Cost":148,"Date":"3/27/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":109,"Cost":89,"Date":"5/12/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":39,"Cost":33,"Date":"7/28/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":195,"Cost":98,"Date":"8/8/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":774,"Cost":531,"Date":"12/7/2019"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":522,"Cost":443,"Date":"1/17/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":149,"Cost":97,"Date":"3/8/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":918,"Cost":670,"Date":"6/6/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":569,"Cost":334,"Date":"6/16/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":271,"Cost":163,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":688,"Cost":392,"Date":"11/19/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":19,"Cost":15,"Date":"12/28/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":831,"Cost":712,"Date":"2/4/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":302,"Cost":270,"Date":"3/8/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":91,"Cost":47,"Date":"12/18/2021"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":903,"Cost":834,"Date":"3/31/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":425,"Cost":261,"Date":"4/20/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":767,"Cost":657,"Date":"6/26/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":394,"Cost":334,"Date":"7/23/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":338,"Cost":246,"Date":"11/21/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":467,"Cost":423,"Date":"11/26/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":190,"Cost":104,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":964,"Cost":651,"Date":"5/21/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":488,"Cost":290,"Date":"9/28/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":629,"Cost":436,"Date":"1/3/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":706,"Cost":604,"Date":"2/2/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":122,"Cost":79,"Date":"3/18/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":384,"Cost":218,"Date":"10/14/2024"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":846,"Cost":750,"Date":"2/16/2018"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":581,"Cost":294,"Date":"6/7/2018"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":843,"Cost":665,"Date":"1/28/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":663,"Cost":514,"Date":"3/27/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":378,"Cost":262,"Date":"5/12/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":116,"Cost":95,"Date":"7/28/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":484,"Cost":263,"Date":"8/8/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":425,"Cost":258,"Date":"12/7/2019"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":747,"Cost":562,"Date":"1/17/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":68,"Cost":41,"Date":"3/8/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":888,"Cost":539,"Date":"6/6/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":392,"Cost":241,"Date":"6/16/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":548,"Cost":372,"Date":"8/13/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":937,"Cost":738,"Date":"11/19/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":415,"Cost":266,"Date":"12/28/2020"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":443,"Cost":237,"Date":"2/4/2021"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":398,"Cost":222,"Date":"3/8/2021"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":804,"Cost":484,"Date":"12/18/2021"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":496,"Cost":314,"Date":"3/31/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":250,"Cost":232,"Date":"4/20/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":947,"Cost":525,"Date":"6/26/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":675,"Cost":351,"Date":"7/23/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":609,"Cost":487,"Date":"11/21/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":586,"Cost":476,"Date":"11/26/2022"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":14,"Cost":12,"Date":"2/20/2023"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":939,"Cost":598,"Date":"5/21/2023"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":657,"Cost":463,"Date":"9/28/2023"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":45,"Cost":30,"Date":"1/3/2024"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":246,"Cost":161,"Date":"2/2/2024"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":276,"Cost":173,"Date":"3/18/2024"},{"Store":"The Place, Beijing","Brand":"HM","Country":"China","Sale":846,"Cost":437,"Date":"10/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":28,"Cost":14,"Date":"2/16/2018"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":632,"Cost":368,"Date":"6/7/2018"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":112,"Cost":90,"Date":"1/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":795,"Cost":419,"Date":"3/27/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":321,"Cost":191,"Date":"5/12/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":606,"Cost":409,"Date":"7/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":302,"Cost":281,"Date":"8/8/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":336,"Cost":280,"Date":"12/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":597,"Cost":553,"Date":"1/17/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":49,"Cost":29,"Date":"3/8/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":351,"Cost":306,"Date":"6/6/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":869,"Cost":795,"Date":"6/16/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":195,"Cost":103,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":241,"Cost":187,"Date":"11/19/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":485,"Cost":460,"Date":"12/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":70,"Cost":43,"Date":"2/4/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":927,"Cost":697,"Date":"3/8/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":354,"Cost":196,"Date":"12/18/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":951,"Cost":751,"Date":"3/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":90,"Cost":51,"Date":"4/20/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":991,"Cost":727,"Date":"6/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":757,"Cost":606,"Date":"7/23/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":304,"Cost":190,"Date":"11/21/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":368,"Cost":251,"Date":"11/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":554,"Cost":302,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":357,"Cost":236,"Date":"5/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":963,"Cost":617,"Date":"9/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":722,"Cost":471,"Date":"1/3/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":193,"Cost":166,"Date":"2/2/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":720,"Cost":614,"Date":"3/18/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":8,"Cost":8,"Date":"10/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":449,"Cost":317,"Date":"2/16/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":321,"Cost":165,"Date":"6/7/2018"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":499,"Cost":459,"Date":"1/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":764,"Cost":544,"Date":"3/27/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":190,"Cost":130,"Date":"5/12/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":405,"Cost":370,"Date":"7/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":276,"Cost":233,"Date":"8/8/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":652,"Cost":458,"Date":"12/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":56,"Cost":39,"Date":"1/17/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":530,"Cost":349,"Date":"3/8/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":825,"Cost":743,"Date":"6/6/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":404,"Cost":231,"Date":"6/16/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":710,"Cost":388,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":585,"Cost":517,"Date":"11/19/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":614,"Cost":322,"Date":"12/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":824,"Cost":432,"Date":"2/4/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":395,"Cost":333,"Date":"3/8/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":243,"Cost":133,"Date":"12/18/2021"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":797,"Cost":514,"Date":"3/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":588,"Cost":395,"Date":"4/20/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":649,"Cost":610,"Date":"6/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":674,"Cost":373,"Date":"7/23/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":51,"Cost":31,"Date":"11/21/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":908,"Cost":622,"Date":"11/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":90,"Cost":70,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":489,"Cost":422,"Date":"5/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":664,"Cost":401,"Date":"9/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":675,"Cost":380,"Date":"1/3/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":420,"Cost":218,"Date":"2/2/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":936,"Cost":617,"Date":"3/18/2024"},{"Store":"Wangfujing, Beijing","Brand":"Jeans","Country":"China","Sale":686,"Cost":452,"Date":"10/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":573,"Cost":434,"Date":"2/16/2018"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":139,"Cost":128,"Date":"6/7/2018"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":176,"Cost":162,"Date":"1/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":777,"Cost":713,"Date":"3/27/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":724,"Cost":495,"Date":"5/12/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":979,"Cost":799,"Date":"7/28/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":974,"Cost":917,"Date":"8/8/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":653,"Cost":346,"Date":"12/7/2019"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":425,"Cost":396,"Date":"1/17/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":46,"Cost":35,"Date":"3/8/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":410,"Cost":386,"Date":"6/6/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":843,"Cost":515,"Date":"6/16/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":961,"Cost":720,"Date":"8/13/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":971,"Cost":488,"Date":"11/19/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":804,"Cost":643,"Date":"12/28/2020"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":667,"Cost":529,"Date":"2/4/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":482,"Cost":300,"Date":"3/8/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":743,"Cost":488,"Date":"12/18/2021"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":217,"Cost":156,"Date":"3/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":507,"Cost":413,"Date":"4/20/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":983,"Cost":786,"Date":"6/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":656,"Cost":606,"Date":"7/23/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":761,"Cost":563,"Date":"11/21/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":709,"Cost":564,"Date":"11/26/2022"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":649,"Cost":587,"Date":"2/20/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":209,"Cost":148,"Date":"5/21/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":926,"Cost":534,"Date":"9/28/2023"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":967,"Cost":646,"Date":"1/3/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":313,"Cost":175,"Date":"2/2/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":594,"Cost":401,"Date":"3/18/2024"},{"Store":"Wangfujing, Beijing","Brand":"Nova","Country":"China","Sale":190,"Cost":131,"Date":"10/14/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":694,"Cost":501,"Date":"2/16/2018"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":759,"Cost":556,"Date":"6/7/2018"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":632,"Cost":537,"Date":"1/28/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":527,"Cost":483,"Date":"3/27/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":532,"Cost":316,"Date":"5/12/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":317,"Cost":277,"Date":"7/28/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":389,"Cost":231,"Date":"8/8/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":420,"Cost":241,"Date":"12/7/2019"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":293,"Cost":231,"Date":"1/17/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":737,"Cost":412,"Date":"3/8/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":570,"Cost":350,"Date":"6/6/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":548,"Cost":457,"Date":"6/16/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":787,"Cost":704,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":79,"Cost":51,"Date":"11/19/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":194,"Cost":172,"Date":"12/28/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":418,"Cost":237,"Date":"2/4/2021"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":223,"Cost":113,"Date":"3/8/2021"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":218,"Cost":156,"Date":"12/18/2021"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":809,"Cost":669,"Date":"3/31/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":75,"Cost":59,"Date":"4/20/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":54,"Cost":37,"Date":"6/26/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":511,"Cost":310,"Date":"7/23/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":574,"Cost":456,"Date":"11/21/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":458,"Cost":433,"Date":"11/26/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":269,"Cost":254,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":382,"Cost":274,"Date":"5/21/2023"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":434,"Cost":270,"Date":"9/28/2023"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":153,"Cost":130,"Date":"1/3/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":177,"Cost":138,"Date":"2/2/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":100,"Cost":53,"Date":"3/18/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":507,"Cost":285,"Date":"10/14/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":201,"Cost":166,"Date":"2/16/2018"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":794,"Cost":397,"Date":"6/7/2018"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":53,"Cost":27,"Date":"1/28/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":450,"Cost":270,"Date":"3/27/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":139,"Cost":95,"Date":"5/12/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":620,"Cost":413,"Date":"7/28/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":166,"Cost":156,"Date":"8/8/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":60,"Cost":52,"Date":"12/7/2019"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":951,"Cost":888,"Date":"1/17/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":234,"Cost":150,"Date":"3/8/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":877,"Cost":813,"Date":"6/6/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":735,"Cost":669,"Date":"6/16/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":408,"Cost":246,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":37,"Cost":33,"Date":"11/19/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":992,"Cost":635,"Date":"12/28/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":480,"Cost":446,"Date":"2/4/2021"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":339,"Cost":303,"Date":"3/8/2021"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":153,"Cost":143,"Date":"12/18/2021"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":615,"Cost":541,"Date":"3/31/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":597,"Cost":371,"Date":"4/20/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":235,"Cost":144,"Date":"6/26/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":135,"Cost":70,"Date":"7/23/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":742,"Cost":669,"Date":"11/21/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":436,"Cost":403,"Date":"11/26/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":428,"Cost":219,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":140,"Cost":101,"Date":"5/21/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":114,"Cost":96,"Date":"9/28/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":488,"Cost":252,"Date":"1/3/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":327,"Cost":180,"Date":"2/2/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":929,"Cost":662,"Date":"3/18/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":919,"Cost":499,"Date":"10/14/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":567,"Cost":387,"Date":"2/16/2018"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":201,"Cost":102,"Date":"6/7/2018"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":426,"Cost":364,"Date":"1/28/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":544,"Cost":411,"Date":"3/27/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":321,"Cost":197,"Date":"5/12/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":327,"Cost":237,"Date":"7/28/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":66,"Cost":38,"Date":"8/8/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":196,"Cost":98,"Date":"12/7/2019"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":413,"Cost":289,"Date":"1/17/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":932,"Cost":619,"Date":"3/8/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":272,"Cost":172,"Date":"6/6/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":410,"Cost":239,"Date":"6/16/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":887,"Cost":819,"Date":"8/13/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":267,"Cost":192,"Date":"11/19/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":871,"Cost":553,"Date":"12/28/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":361,"Cost":234,"Date":"2/4/2021"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":955,"Cost":641,"Date":"3/8/2021"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":230,"Cost":194,"Date":"12/18/2021"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":891,"Cost":572,"Date":"3/31/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":701,"Cost":363,"Date":"4/20/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":485,"Cost":283,"Date":"6/26/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":840,"Cost":642,"Date":"7/23/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":314,"Cost":195,"Date":"11/21/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":904,"Cost":855,"Date":"11/26/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":323,"Cost":278,"Date":"2/20/2023"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":514,"Cost":422,"Date":"5/21/2023"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":571,"Cost":398,"Date":"9/28/2023"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":640,"Cost":566,"Date":"1/3/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":297,"Cost":264,"Date":"2/2/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":905,"Cost":841,"Date":"3/18/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":998,"Cost":631,"Date":"10/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":545,"Cost":419,"Date":"2/16/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":176,"Cost":160,"Date":"6/7/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":332,"Cost":195,"Date":"1/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":158,"Cost":120,"Date":"3/27/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":548,"Cost":512,"Date":"5/12/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":374,"Cost":305,"Date":"7/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":751,"Cost":512,"Date":"8/8/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":608,"Cost":530,"Date":"12/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":616,"Cost":573,"Date":"1/17/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":266,"Cost":237,"Date":"3/8/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":660,"Cost":486,"Date":"6/6/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":369,"Cost":311,"Date":"6/16/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":94,"Cost":58,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":999,"Cost":635,"Date":"11/19/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":591,"Cost":513,"Date":"12/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":376,"Cost":240,"Date":"2/4/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":509,"Cost":450,"Date":"3/8/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":808,"Cost":505,"Date":"12/18/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":66,"Cost":56,"Date":"3/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":320,"Cost":277,"Date":"4/20/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":778,"Cost":642,"Date":"6/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":464,"Cost":408,"Date":"7/23/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":692,"Cost":603,"Date":"11/21/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":974,"Cost":925,"Date":"11/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":19,"Cost":10,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":54,"Cost":31,"Date":"5/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":762,"Cost":457,"Date":"9/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":742,"Cost":439,"Date":"1/3/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":69,"Cost":34,"Date":"2/2/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":534,"Cost":409,"Date":"3/18/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":381,"Cost":264,"Date":"10/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":437,"Cost":389,"Date":"2/16/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":527,"Cost":280,"Date":"6/7/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":351,"Cost":306,"Date":"1/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":258,"Cost":197,"Date":"3/27/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":814,"Cost":519,"Date":"5/12/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":275,"Cost":244,"Date":"7/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":880,"Cost":558,"Date":"8/8/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":811,"Cost":528,"Date":"12/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":696,"Cost":357,"Date":"1/17/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":464,"Cost":276,"Date":"3/8/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":281,"Cost":159,"Date":"6/6/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":529,"Cost":337,"Date":"6/16/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":655,"Cost":365,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":304,"Cost":182,"Date":"11/19/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":595,"Cost":350,"Date":"12/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":576,"Cost":469,"Date":"2/4/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":714,"Cost":579,"Date":"3/8/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":561,"Cost":484,"Date":"12/18/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":878,"Cost":750,"Date":"3/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":691,"Cost":601,"Date":"4/20/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":217,"Cost":190,"Date":"6/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":139,"Cost":124,"Date":"7/23/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":945,"Cost":608,"Date":"11/21/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":517,"Cost":276,"Date":"11/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":68,"Cost":62,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":963,"Cost":564,"Date":"5/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":765,"Cost":575,"Date":"9/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":192,"Cost":158,"Date":"1/3/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":271,"Cost":180,"Date":"2/2/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":471,"Cost":349,"Date":"3/18/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Sellpy","Country":"China","Sale":58,"Cost":37,"Date":"10/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":836,"Cost":640,"Date":"2/16/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":685,"Cost":493,"Date":"6/7/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":552,"Cost":327,"Date":"1/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":807,"Cost":611,"Date":"3/27/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":725,"Cost":497,"Date":"5/12/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":588,"Cost":471,"Date":"7/28/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":25,"Cost":22,"Date":"8/8/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":958,"Cost":520,"Date":"12/7/2019"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":674,"Cost":609,"Date":"1/17/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":542,"Cost":482,"Date":"3/8/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":528,"Cost":267,"Date":"6/6/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":329,"Cost":187,"Date":"6/16/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":677,"Cost":587,"Date":"8/13/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":651,"Cost":387,"Date":"11/19/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":606,"Cost":391,"Date":"12/28/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":239,"Cost":225,"Date":"2/4/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":7,"Cost":7,"Date":"3/8/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":152,"Cost":123,"Date":"12/18/2021"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":460,"Cost":250,"Date":"3/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":240,"Cost":162,"Date":"4/20/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":382,"Cost":351,"Date":"6/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":946,"Cost":833,"Date":"7/23/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":592,"Cost":435,"Date":"11/21/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":75,"Cost":53,"Date":"11/26/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":816,"Cost":566,"Date":"2/20/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":841,"Cost":707,"Date":"5/21/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":597,"Cost":308,"Date":"9/28/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":516,"Cost":299,"Date":"1/3/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":776,"Cost":454,"Date":"2/2/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":322,"Cost":235,"Date":"3/18/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"HM","Country":"China","Sale":916,"Cost":728,"Date":"10/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":398,"Cost":249,"Date":"2/16/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":168,"Cost":131,"Date":"6/7/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":108,"Cost":73,"Date":"1/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":529,"Cost":499,"Date":"3/27/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":646,"Cost":478,"Date":"5/12/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":415,"Cost":392,"Date":"7/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":323,"Cost":225,"Date":"8/8/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":853,"Cost":439,"Date":"12/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":203,"Cost":142,"Date":"1/17/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":455,"Cost":426,"Date":"3/8/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":402,"Cost":261,"Date":"6/6/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":157,"Cost":79,"Date":"6/16/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":540,"Cost":509,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":147,"Cost":136,"Date":"11/19/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":529,"Cost":270,"Date":"12/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":145,"Cost":98,"Date":"2/4/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":723,"Cost":494,"Date":"3/8/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":795,"Cost":696,"Date":"12/18/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":794,"Cost":404,"Date":"3/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":231,"Cost":149,"Date":"4/20/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":204,"Cost":159,"Date":"6/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":812,"Cost":503,"Date":"7/23/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":720,"Cost":438,"Date":"11/21/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":336,"Cost":299,"Date":"11/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":506,"Cost":424,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":652,"Cost":597,"Date":"5/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":715,"Cost":579,"Date":"9/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":370,"Cost":225,"Date":"1/3/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":530,"Cost":424,"Date":"2/2/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":231,"Cost":159,"Date":"3/18/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"COS","Country":"China","Sale":726,"Cost":446,"Date":"10/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":344,"Cost":320,"Date":"2/16/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":942,"Cost":660,"Date":"6/7/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":868,"Cost":628,"Date":"1/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":830,"Cost":734,"Date":"3/27/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":210,"Cost":109,"Date":"5/12/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":556,"Cost":362,"Date":"7/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":230,"Cost":133,"Date":"8/8/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":626,"Cost":350,"Date":"12/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":196,"Cost":149,"Date":"1/17/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":138,"Cost":122,"Date":"3/8/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":143,"Cost":103,"Date":"6/6/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":387,"Cost":360,"Date":"6/16/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":445,"Cost":259,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":249,"Cost":233,"Date":"11/19/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":525,"Cost":330,"Date":"12/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":561,"Cost":407,"Date":"2/4/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":234,"Cost":216,"Date":"3/8/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":516,"Cost":271,"Date":"12/18/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":499,"Cost":363,"Date":"3/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":992,"Cost":845,"Date":"4/20/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":352,"Cost":307,"Date":"6/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":371,"Cost":329,"Date":"7/23/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":823,"Cost":776,"Date":"11/21/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":609,"Cost":577,"Date":"11/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":771,"Cost":668,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":913,"Cost":459,"Date":"5/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":167,"Cost":99,"Date":"9/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":398,"Cost":218,"Date":"1/3/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":974,"Cost":786,"Date":"2/2/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":372,"Cost":262,"Date":"3/18/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":430,"Cost":298,"Date":"10/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":272,"Cost":247,"Date":"2/16/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":406,"Cost":362,"Date":"6/7/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":864,"Cost":443,"Date":"1/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":773,"Cost":621,"Date":"3/27/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":311,"Cost":207,"Date":"5/12/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":433,"Cost":333,"Date":"7/28/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":913,"Cost":857,"Date":"8/8/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":301,"Cost":239,"Date":"12/7/2019"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":502,"Cost":386,"Date":"1/17/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":474,"Cost":303,"Date":"3/8/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":635,"Cost":391,"Date":"6/6/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":47,"Cost":35,"Date":"6/16/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":734,"Cost":398,"Date":"8/13/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":143,"Cost":134,"Date":"11/19/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":382,"Cost":305,"Date":"12/28/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":195,"Cost":119,"Date":"2/4/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":292,"Cost":197,"Date":"3/8/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":969,"Cost":700,"Date":"12/18/2021"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":126,"Cost":97,"Date":"3/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":43,"Cost":36,"Date":"4/20/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":368,"Cost":243,"Date":"6/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":998,"Cost":799,"Date":"7/23/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":477,"Cost":406,"Date":"11/21/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":254,"Cost":162,"Date":"11/26/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":150,"Cost":95,"Date":"2/20/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":478,"Cost":252,"Date":"5/21/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":687,"Cost":588,"Date":"9/28/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":867,"Cost":614,"Date":"1/3/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":600,"Cost":448,"Date":"2/2/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":650,"Cost":549,"Date":"3/18/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"ARKET","Country":"China","Sale":106,"Cost":90,"Date":"10/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":287,"Cost":215,"Date":"2/16/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":391,"Cost":329,"Date":"6/7/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":681,"Cost":532,"Date":"1/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":603,"Cost":411,"Date":"3/27/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":472,"Cost":316,"Date":"5/12/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":476,"Cost":350,"Date":"7/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":312,"Cost":189,"Date":"8/8/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":974,"Cost":747,"Date":"12/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":895,"Cost":771,"Date":"1/17/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":963,"Cost":570,"Date":"3/8/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":932,"Cost":601,"Date":"6/6/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":873,"Cost":577,"Date":"6/16/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":145,"Cost":124,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":202,"Cost":109,"Date":"11/19/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":984,"Cost":933,"Date":"12/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":616,"Cost":409,"Date":"2/4/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":226,"Cost":114,"Date":"3/8/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":686,"Cost":531,"Date":"12/18/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":243,"Cost":194,"Date":"3/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":321,"Cost":253,"Date":"4/20/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":620,"Cost":443,"Date":"6/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":783,"Cost":570,"Date":"7/23/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":596,"Cost":402,"Date":"11/21/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":164,"Cost":156,"Date":"11/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":871,"Cost":568,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":398,"Cost":236,"Date":"5/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":407,"Cost":369,"Date":"9/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":893,"Cost":523,"Date":"1/3/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":994,"Cost":939,"Date":"2/2/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":661,"Cost":481,"Date":"3/18/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":586,"Cost":445,"Date":"10/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":293,"Cost":220,"Date":"2/16/2018"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":433,"Cost":379,"Date":"6/7/2018"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":848,"Cost":654,"Date":"1/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":643,"Cost":518,"Date":"3/27/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":253,"Cost":204,"Date":"5/12/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":96,"Cost":83,"Date":"7/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":540,"Cost":417,"Date":"8/8/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":240,"Cost":124,"Date":"12/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":641,"Cost":334,"Date":"1/17/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":441,"Cost":286,"Date":"3/8/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":929,"Cost":609,"Date":"6/6/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":402,"Cost":334,"Date":"6/16/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":129,"Cost":75,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":429,"Cost":291,"Date":"11/19/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":790,"Cost":419,"Date":"12/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":238,"Cost":138,"Date":"2/4/2021"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":788,"Cost":716,"Date":"3/8/2021"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":863,"Cost":820,"Date":"12/18/2021"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":71,"Cost":58,"Date":"3/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":931,"Cost":665,"Date":"4/20/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":387,"Cost":344,"Date":"6/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":4,"Cost":4,"Date":"7/23/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":354,"Cost":241,"Date":"11/21/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":984,"Cost":691,"Date":"11/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":984,"Cost":804,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":534,"Cost":499,"Date":"5/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":39,"Cost":23,"Date":"9/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":670,"Cost":562,"Date":"1/3/2024"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":153,"Cost":109,"Date":"2/2/2024"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":513,"Cost":365,"Date":"3/18/2024"},{"Store":"IFC Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":476,"Cost":342,"Date":"10/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":104,"Cost":69,"Date":"2/16/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":353,"Cost":308,"Date":"6/7/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":312,"Cost":164,"Date":"1/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":673,"Cost":599,"Date":"3/27/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":227,"Cost":181,"Date":"5/12/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":848,"Cost":636,"Date":"7/28/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":886,"Cost":516,"Date":"8/8/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":380,"Cost":226,"Date":"12/7/2019"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":486,"Cost":282,"Date":"1/17/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":840,"Cost":458,"Date":"3/8/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":863,"Cost":782,"Date":"6/6/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":921,"Cost":490,"Date":"6/16/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":778,"Cost":487,"Date":"8/13/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":261,"Cost":156,"Date":"11/19/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":735,"Cost":682,"Date":"12/28/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":831,"Cost":705,"Date":"2/4/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":312,"Cost":189,"Date":"3/8/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":129,"Cost":74,"Date":"12/18/2021"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":895,"Cost":599,"Date":"3/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":222,"Cost":172,"Date":"4/20/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":374,"Cost":227,"Date":"6/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":974,"Cost":530,"Date":"7/23/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":536,"Cost":281,"Date":"11/21/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":95,"Cost":68,"Date":"11/26/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":528,"Cost":285,"Date":"2/20/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":524,"Cost":360,"Date":"5/21/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":771,"Cost":683,"Date":"9/28/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":438,"Cost":244,"Date":"1/3/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":556,"Cost":293,"Date":"2/2/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":769,"Cost":487,"Date":"3/18/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":430,"Cost":350,"Date":"10/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":315,"Cost":208,"Date":"2/16/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":186,"Cost":119,"Date":"6/7/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":73,"Cost":58,"Date":"1/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":505,"Cost":334,"Date":"3/27/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":460,"Cost":408,"Date":"5/12/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":43,"Cost":22,"Date":"7/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":635,"Cost":515,"Date":"8/8/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":385,"Cost":274,"Date":"12/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":776,"Cost":406,"Date":"1/17/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":405,"Cost":316,"Date":"3/8/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":761,"Cost":622,"Date":"6/6/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":465,"Cost":232,"Date":"6/16/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":97,"Cost":72,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":898,"Cost":693,"Date":"11/19/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":432,"Cost":341,"Date":"12/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":846,"Cost":734,"Date":"2/4/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":70,"Cost":44,"Date":"3/8/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":605,"Cost":523,"Date":"12/18/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":32,"Cost":23,"Date":"3/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":213,"Cost":181,"Date":"4/20/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":653,"Cost":402,"Date":"6/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":148,"Cost":83,"Date":"7/23/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":624,"Cost":568,"Date":"11/21/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":983,"Cost":811,"Date":"11/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":424,"Cost":353,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":92,"Cost":59,"Date":"5/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":657,"Cost":550,"Date":"9/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":20,"Cost":11,"Date":"1/3/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":699,"Cost":523,"Date":"2/2/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":238,"Cost":160,"Date":"3/18/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":486,"Cost":399,"Date":"10/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":526,"Cost":344,"Date":"2/16/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":772,"Cost":638,"Date":"6/7/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":160,"Cost":82,"Date":"1/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":867,"Cost":706,"Date":"3/27/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":55,"Cost":50,"Date":"5/12/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":284,"Cost":258,"Date":"7/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":489,"Cost":334,"Date":"8/8/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":28,"Cost":27,"Date":"12/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":338,"Cost":203,"Date":"1/17/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":726,"Cost":656,"Date":"3/8/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":451,"Cost":236,"Date":"6/6/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":211,"Cost":160,"Date":"6/16/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":319,"Cost":237,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":959,"Cost":782,"Date":"11/19/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":508,"Cost":369,"Date":"12/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":289,"Cost":260,"Date":"2/4/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":898,"Cost":664,"Date":"3/8/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":303,"Cost":153,"Date":"12/18/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":93,"Cost":79,"Date":"3/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":252,"Cost":186,"Date":"4/20/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":786,"Cost":747,"Date":"6/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":471,"Cost":315,"Date":"7/23/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":455,"Cost":265,"Date":"11/21/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":98,"Cost":84,"Date":"11/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":339,"Cost":227,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":623,"Cost":576,"Date":"5/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":919,"Cost":614,"Date":"9/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":296,"Cost":246,"Date":"1/3/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":956,"Cost":577,"Date":"2/2/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":339,"Cost":190,"Date":"3/18/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":406,"Cost":382,"Date":"10/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":149,"Cost":116,"Date":"2/16/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":325,"Cost":183,"Date":"6/7/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":567,"Cost":320,"Date":"1/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":191,"Cost":118,"Date":"3/27/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":541,"Cost":502,"Date":"5/12/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":459,"Cost":285,"Date":"7/28/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":314,"Cost":157,"Date":"8/8/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":939,"Cost":819,"Date":"12/7/2019"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":53,"Cost":49,"Date":"1/17/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":583,"Cost":520,"Date":"3/8/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":447,"Cost":327,"Date":"6/6/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":32,"Cost":27,"Date":"6/16/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":669,"Cost":559,"Date":"8/13/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":927,"Cost":665,"Date":"11/19/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":486,"Cost":344,"Date":"12/28/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":40,"Cost":33,"Date":"2/4/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":295,"Cost":242,"Date":"3/8/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":89,"Cost":52,"Date":"12/18/2021"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":657,"Cost":367,"Date":"3/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":842,"Cost":725,"Date":"4/20/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":654,"Cost":563,"Date":"6/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":576,"Cost":495,"Date":"7/23/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":469,"Cost":300,"Date":"11/21/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":512,"Cost":286,"Date":"11/26/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":353,"Cost":204,"Date":"2/20/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":988,"Cost":558,"Date":"5/21/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":154,"Cost":87,"Date":"9/28/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":732,"Cost":620,"Date":"1/3/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":213,"Cost":199,"Date":"2/2/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":357,"Cost":250,"Date":"3/18/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":583,"Cost":375,"Date":"10/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":528,"Cost":278,"Date":"2/16/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":601,"Cost":519,"Date":"6/7/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":583,"Cost":425,"Date":"1/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":921,"Cost":728,"Date":"3/27/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":985,"Cost":665,"Date":"5/12/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":987,"Cost":603,"Date":"7/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":534,"Cost":322,"Date":"8/8/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":19,"Cost":12,"Date":"12/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":941,"Cost":856,"Date":"1/17/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":397,"Cost":281,"Date":"3/8/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":703,"Cost":411,"Date":"6/6/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":924,"Cost":725,"Date":"6/16/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":564,"Cost":492,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":176,"Cost":127,"Date":"11/19/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":295,"Cost":224,"Date":"12/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":567,"Cost":451,"Date":"2/4/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":11,"Cost":5,"Date":"3/8/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":815,"Cost":452,"Date":"12/18/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":804,"Cost":492,"Date":"3/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":881,"Cost":692,"Date":"4/20/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":461,"Cost":422,"Date":"6/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":610,"Cost":345,"Date":"7/23/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":16,"Cost":16,"Date":"11/21/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":777,"Cost":699,"Date":"11/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":763,"Cost":513,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":413,"Cost":357,"Date":"5/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":516,"Cost":470,"Date":"9/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":827,"Cost":577,"Date":"1/3/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":169,"Cost":142,"Date":"2/2/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":549,"Cost":476,"Date":"3/18/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":741,"Cost":472,"Date":"10/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":674,"Cost":352,"Date":"2/16/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":836,"Cost":599,"Date":"6/7/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":231,"Cost":201,"Date":"1/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":551,"Cost":419,"Date":"3/27/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":329,"Cost":258,"Date":"5/12/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":113,"Cost":101,"Date":"7/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":865,"Cost":815,"Date":"8/8/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":226,"Cost":183,"Date":"12/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":119,"Cost":65,"Date":"1/17/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":236,"Cost":216,"Date":"3/8/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":885,"Cost":821,"Date":"6/6/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":908,"Cost":558,"Date":"6/16/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":894,"Cost":461,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":553,"Cost":436,"Date":"11/19/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":364,"Cost":262,"Date":"12/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":374,"Cost":207,"Date":"2/4/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":329,"Cost":248,"Date":"3/8/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":375,"Cost":207,"Date":"12/18/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":155,"Cost":133,"Date":"3/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":527,"Cost":468,"Date":"4/20/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":512,"Cost":407,"Date":"6/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":683,"Cost":540,"Date":"7/23/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":764,"Cost":638,"Date":"11/21/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":551,"Cost":286,"Date":"11/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":855,"Cost":597,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":150,"Cost":108,"Date":"5/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":781,"Cost":673,"Date":"9/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":256,"Cost":207,"Date":"1/3/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":97,"Cost":75,"Date":"2/2/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":451,"Cost":311,"Date":"3/18/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"Sellpy","Country":"China","Sale":271,"Cost":180,"Date":"10/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":262,"Cost":131,"Date":"2/16/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":612,"Cost":374,"Date":"6/7/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":936,"Cost":650,"Date":"1/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":333,"Cost":246,"Date":"3/27/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":135,"Cost":114,"Date":"5/12/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":985,"Cost":505,"Date":"7/28/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":134,"Cost":86,"Date":"8/8/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":793,"Cost":440,"Date":"12/7/2019"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":402,"Cost":247,"Date":"1/17/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":608,"Cost":521,"Date":"3/8/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":502,"Cost":428,"Date":"6/6/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":352,"Cost":201,"Date":"6/16/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":440,"Cost":226,"Date":"8/13/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":70,"Cost":45,"Date":"11/19/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":372,"Cost":325,"Date":"12/28/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":509,"Cost":284,"Date":"2/4/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":1,"Cost":1,"Date":"3/8/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":651,"Cost":415,"Date":"12/18/2021"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":863,"Cost":668,"Date":"3/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":643,"Cost":472,"Date":"4/20/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":536,"Cost":378,"Date":"6/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":383,"Cost":232,"Date":"7/23/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":441,"Cost":411,"Date":"11/21/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":849,"Cost":657,"Date":"11/26/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":170,"Cost":115,"Date":"2/20/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":942,"Cost":884,"Date":"5/21/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":255,"Cost":134,"Date":"9/28/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":483,"Cost":403,"Date":"1/3/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":126,"Cost":64,"Date":"2/2/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":436,"Cost":336,"Date":"3/18/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":886,"Cost":805,"Date":"10/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":461,"Cost":414,"Date":"2/16/2018"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":90,"Cost":83,"Date":"6/7/2018"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":416,"Cost":357,"Date":"1/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":794,"Cost":719,"Date":"3/27/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":920,"Cost":819,"Date":"5/12/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":60,"Cost":37,"Date":"7/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":238,"Cost":199,"Date":"8/8/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":290,"Cost":259,"Date":"12/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":74,"Cost":68,"Date":"1/17/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":706,"Cost":369,"Date":"3/8/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":406,"Cost":264,"Date":"6/6/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":726,"Cost":606,"Date":"6/16/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":504,"Cost":453,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":402,"Cost":329,"Date":"11/19/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":647,"Cost":479,"Date":"12/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":779,"Cost":405,"Date":"2/4/2021"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":204,"Cost":177,"Date":"3/8/2021"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":709,"Cost":499,"Date":"12/18/2021"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":837,"Cost":453,"Date":"3/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":85,"Cost":64,"Date":"4/20/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":199,"Cost":143,"Date":"6/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":295,"Cost":274,"Date":"7/23/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":313,"Cost":267,"Date":"11/21/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":432,"Cost":326,"Date":"11/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":55,"Cost":40,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":497,"Cost":427,"Date":"5/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":521,"Cost":356,"Date":"9/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":576,"Cost":546,"Date":"1/3/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":265,"Cost":195,"Date":"2/2/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":253,"Cost":188,"Date":"3/18/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":544,"Cost":274,"Date":"10/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":138,"Cost":72,"Date":"2/16/2018"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":588,"Cost":525,"Date":"6/7/2018"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":380,"Cost":324,"Date":"1/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":977,"Cost":832,"Date":"3/27/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":818,"Cost":455,"Date":"5/12/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":380,"Cost":229,"Date":"7/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":74,"Cost":69,"Date":"8/8/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":7,"Cost":4,"Date":"12/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":815,"Cost":578,"Date":"1/17/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":27,"Cost":14,"Date":"3/8/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":914,"Cost":545,"Date":"6/6/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":821,"Cost":534,"Date":"6/16/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":226,"Cost":174,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":835,"Cost":571,"Date":"11/19/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":235,"Cost":210,"Date":"12/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":787,"Cost":650,"Date":"2/4/2021"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":950,"Cost":650,"Date":"3/8/2021"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":68,"Cost":42,"Date":"12/18/2021"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":268,"Cost":214,"Date":"3/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":922,"Cost":486,"Date":"4/20/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":711,"Cost":429,"Date":"6/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":732,"Cost":400,"Date":"7/23/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":102,"Cost":72,"Date":"11/21/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":93,"Cost":50,"Date":"11/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":79,"Cost":65,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":42,"Cost":34,"Date":"5/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":492,"Cost":254,"Date":"9/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":724,"Cost":430,"Date":"1/3/2024"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":123,"Cost":65,"Date":"2/2/2024"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":589,"Cost":389,"Date":"3/18/2024"},{"Store":"Raffles City, Shanghai","Brand":"Jeans","Country":"China","Sale":797,"Cost":749,"Date":"10/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":337,"Cost":309,"Date":"2/16/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":451,"Cost":358,"Date":"6/7/2018"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":188,"Cost":100,"Date":"1/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":781,"Cost":628,"Date":"3/27/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":623,"Cost":487,"Date":"5/12/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":40,"Cost":21,"Date":"7/28/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":815,"Cost":437,"Date":"8/8/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":107,"Cost":92,"Date":"12/7/2019"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":201,"Cost":126,"Date":"1/17/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":711,"Cost":369,"Date":"3/8/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":916,"Cost":858,"Date":"6/6/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":133,"Cost":97,"Date":"6/16/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":867,"Cost":710,"Date":"8/13/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":868,"Cost":578,"Date":"11/19/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":610,"Cost":344,"Date":"12/28/2020"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":500,"Cost":290,"Date":"2/4/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":692,"Cost":636,"Date":"3/8/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":122,"Cost":102,"Date":"12/18/2021"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":435,"Cost":345,"Date":"3/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":653,"Cost":355,"Date":"4/20/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":267,"Cost":193,"Date":"6/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":57,"Cost":41,"Date":"7/23/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":393,"Cost":263,"Date":"11/21/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":768,"Cost":652,"Date":"11/26/2022"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":107,"Cost":75,"Date":"2/20/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":106,"Cost":70,"Date":"5/21/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":759,"Cost":539,"Date":"9/28/2023"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":659,"Cost":497,"Date":"1/3/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":95,"Cost":71,"Date":"2/2/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":314,"Cost":218,"Date":"3/18/2024"},{"Store":"Raffles City, Shanghai","Brand":"HM","Country":"China","Sale":567,"Cost":499,"Date":"10/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":879,"Cost":651,"Date":"2/16/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":387,"Cost":306,"Date":"6/7/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":184,"Cost":140,"Date":"1/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":976,"Cost":652,"Date":"3/27/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":662,"Cost":511,"Date":"5/12/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":821,"Cost":440,"Date":"7/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":939,"Cost":872,"Date":"8/8/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":414,"Cost":334,"Date":"12/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":41,"Cost":22,"Date":"1/17/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":739,"Cost":575,"Date":"3/8/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":425,"Cost":334,"Date":"6/6/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":339,"Cost":269,"Date":"6/16/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":779,"Cost":450,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":305,"Cost":205,"Date":"11/19/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":300,"Cost":172,"Date":"12/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":824,"Cost":434,"Date":"2/4/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":167,"Cost":142,"Date":"3/8/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":476,"Cost":365,"Date":"12/18/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":780,"Cost":565,"Date":"3/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":139,"Cost":97,"Date":"4/20/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":23,"Cost":16,"Date":"6/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":650,"Cost":371,"Date":"7/23/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":766,"Cost":671,"Date":"11/21/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":896,"Cost":660,"Date":"11/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":922,"Cost":809,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":215,"Cost":189,"Date":"5/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":850,"Cost":623,"Date":"9/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":193,"Cost":149,"Date":"1/3/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":4,"Cost":2,"Date":"2/2/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":991,"Cost":559,"Date":"3/18/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM Home","Country":"China","Sale":954,"Cost":769,"Date":"10/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":281,"Cost":188,"Date":"2/16/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":633,"Cost":409,"Date":"6/7/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":411,"Cost":266,"Date":"1/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":801,"Cost":424,"Date":"3/27/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":251,"Cost":176,"Date":"5/12/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":349,"Cost":200,"Date":"7/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":705,"Cost":628,"Date":"8/8/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":831,"Cost":623,"Date":"12/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":963,"Cost":899,"Date":"1/17/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":680,"Cost":477,"Date":"3/8/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":30,"Cost":17,"Date":"6/6/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":607,"Cost":369,"Date":"6/16/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":836,"Cost":741,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":567,"Cost":404,"Date":"11/19/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":550,"Cost":343,"Date":"12/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":46,"Cost":32,"Date":"2/4/2021"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":906,"Cost":593,"Date":"3/8/2021"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":792,"Cost":445,"Date":"12/18/2021"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":523,"Cost":280,"Date":"3/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":787,"Cost":561,"Date":"4/20/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":790,"Cost":514,"Date":"6/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":145,"Cost":77,"Date":"7/23/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":902,"Cost":663,"Date":"11/21/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":257,"Cost":172,"Date":"11/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":636,"Cost":439,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":544,"Cost":306,"Date":"5/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":334,"Cost":296,"Date":"9/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":176,"Cost":120,"Date":"1/3/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":380,"Cost":283,"Date":"2/2/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":795,"Cost":643,"Date":"3/18/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Nova","Country":"China","Sale":637,"Cost":343,"Date":"10/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":334,"Cost":309,"Date":"2/16/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":172,"Cost":114,"Date":"6/7/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":692,"Cost":501,"Date":"1/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":283,"Cost":235,"Date":"3/27/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":753,"Cost":409,"Date":"5/12/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":925,"Cost":477,"Date":"7/28/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":223,"Cost":190,"Date":"8/8/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":953,"Cost":705,"Date":"12/7/2019"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":555,"Cost":524,"Date":"1/17/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":541,"Cost":499,"Date":"3/8/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":379,"Cost":307,"Date":"6/6/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":8,"Cost":5,"Date":"6/16/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":157,"Cost":127,"Date":"8/13/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":584,"Cost":369,"Date":"11/19/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":161,"Cost":123,"Date":"12/28/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":418,"Cost":328,"Date":"2/4/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":923,"Cost":704,"Date":"3/8/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":567,"Cost":371,"Date":"12/18/2021"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":908,"Cost":501,"Date":"3/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":144,"Cost":135,"Date":"4/20/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":349,"Cost":197,"Date":"6/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":575,"Cost":357,"Date":"7/23/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":786,"Cost":506,"Date":"11/21/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":115,"Cost":63,"Date":"11/26/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":415,"Cost":387,"Date":"2/20/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":726,"Cost":435,"Date":"5/21/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":163,"Cost":109,"Date":"9/28/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":648,"Cost":611,"Date":"1/3/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":753,"Cost":450,"Date":"2/2/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":533,"Cost":492,"Date":"3/18/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":587,"Cost":407,"Date":"10/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":608,"Cost":408,"Date":"2/16/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":752,"Cost":379,"Date":"6/7/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":831,"Cost":594,"Date":"1/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":521,"Cost":492,"Date":"3/27/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":232,"Cost":187,"Date":"5/12/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":101,"Cost":66,"Date":"7/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":884,"Cost":641,"Date":"8/8/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":506,"Cost":267,"Date":"12/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":992,"Cost":554,"Date":"1/17/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":277,"Cost":216,"Date":"3/8/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":944,"Cost":805,"Date":"6/6/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":241,"Cost":186,"Date":"6/16/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":729,"Cost":635,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":101,"Cost":52,"Date":"11/19/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":705,"Cost":649,"Date":"12/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":356,"Cost":300,"Date":"2/4/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":941,"Cost":701,"Date":"3/8/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":257,"Cost":133,"Date":"12/18/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":681,"Cost":600,"Date":"3/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":265,"Cost":149,"Date":"4/20/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":178,"Cost":100,"Date":"6/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":6,"Cost":4,"Date":"7/23/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":517,"Cost":299,"Date":"11/21/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":502,"Cost":441,"Date":"11/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":212,"Cost":189,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":800,"Cost":521,"Date":"5/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":713,"Cost":544,"Date":"9/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":403,"Cost":202,"Date":"1/3/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":258,"Cost":244,"Date":"2/2/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":494,"Cost":429,"Date":"3/18/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":624,"Cost":411,"Date":"10/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":322,"Cost":299,"Date":"2/16/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":717,"Cost":601,"Date":"6/7/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":630,"Cost":461,"Date":"1/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":717,"Cost":502,"Date":"3/27/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":415,"Cost":277,"Date":"5/12/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":378,"Cost":260,"Date":"7/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":858,"Cost":758,"Date":"8/8/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":885,"Cost":807,"Date":"12/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":78,"Cost":74,"Date":"1/17/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":921,"Cost":848,"Date":"3/8/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":17,"Cost":15,"Date":"6/6/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":39,"Cost":33,"Date":"6/16/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":902,"Cost":796,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":560,"Cost":312,"Date":"11/19/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":461,"Cost":283,"Date":"12/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":959,"Cost":861,"Date":"2/4/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":307,"Cost":227,"Date":"3/8/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":25,"Cost":13,"Date":"12/18/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":153,"Cost":111,"Date":"3/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":501,"Cost":438,"Date":"4/20/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":215,"Cost":107,"Date":"6/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":344,"Cost":191,"Date":"7/23/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":549,"Cost":302,"Date":"11/21/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":137,"Cost":85,"Date":"11/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":928,"Cost":864,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":98,"Cost":55,"Date":"5/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":494,"Cost":295,"Date":"9/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":896,"Cost":467,"Date":"1/3/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":98,"Cost":63,"Date":"2/2/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":896,"Cost":529,"Date":"3/18/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":143,"Cost":80,"Date":"10/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":154,"Cost":133,"Date":"2/16/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":324,"Cost":199,"Date":"6/7/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":147,"Cost":124,"Date":"1/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":340,"Cost":227,"Date":"3/27/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":316,"Cost":168,"Date":"5/12/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":992,"Cost":739,"Date":"7/28/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":650,"Cost":417,"Date":"8/8/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":485,"Cost":409,"Date":"12/7/2019"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":396,"Cost":348,"Date":"1/17/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":509,"Cost":477,"Date":"3/8/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":569,"Cost":415,"Date":"6/6/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":50,"Cost":27,"Date":"6/16/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":902,"Cost":602,"Date":"8/13/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":717,"Cost":552,"Date":"11/19/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":844,"Cost":531,"Date":"12/28/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":4,"Cost":4,"Date":"2/4/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":406,"Cost":205,"Date":"3/8/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":482,"Cost":389,"Date":"12/18/2021"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":338,"Cost":244,"Date":"3/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":18,"Cost":15,"Date":"4/20/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":966,"Cost":905,"Date":"6/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":559,"Cost":401,"Date":"7/23/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":460,"Cost":413,"Date":"11/21/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":546,"Cost":289,"Date":"11/26/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":822,"Cost":661,"Date":"2/20/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":840,"Cost":696,"Date":"5/21/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":152,"Cost":130,"Date":"9/28/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":339,"Cost":266,"Date":"1/3/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":982,"Cost":593,"Date":"2/2/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":859,"Cost":475,"Date":"3/18/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"HM Home","Country":"China","Sale":960,"Cost":860,"Date":"10/14/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":529,"Cost":299,"Date":"2/16/2018"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":836,"Cost":493,"Date":"6/7/2018"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":562,"Cost":445,"Date":"1/28/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":348,"Cost":208,"Date":"3/27/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":593,"Cost":492,"Date":"5/12/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":100,"Cost":74,"Date":"7/28/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":609,"Cost":464,"Date":"8/8/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":232,"Cost":203,"Date":"12/7/2019"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":323,"Cost":208,"Date":"1/17/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":183,"Cost":93,"Date":"3/8/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":915,"Cost":487,"Date":"6/6/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":917,"Cost":475,"Date":"6/16/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":464,"Cost":406,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":376,"Cost":220,"Date":"11/19/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":998,"Cost":845,"Date":"12/28/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":709,"Cost":372,"Date":"2/4/2021"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":670,"Cost":475,"Date":"3/8/2021"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":51,"Cost":34,"Date":"12/18/2021"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":208,"Cost":166,"Date":"3/31/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":912,"Cost":641,"Date":"4/20/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":35,"Cost":30,"Date":"6/26/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":726,"Cost":575,"Date":"7/23/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":374,"Cost":354,"Date":"11/21/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":606,"Cost":310,"Date":"11/26/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":937,"Cost":660,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":163,"Cost":100,"Date":"5/21/2023"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":625,"Cost":351,"Date":"9/28/2023"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":813,"Cost":511,"Date":"1/3/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":696,"Cost":472,"Date":"2/2/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":161,"Cost":114,"Date":"3/18/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":570,"Cost":534,"Date":"10/14/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":234,"Cost":200,"Date":"2/16/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":80,"Cost":48,"Date":"6/7/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":291,"Cost":158,"Date":"1/28/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":416,"Cost":290,"Date":"3/27/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":274,"Cost":238,"Date":"5/12/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":31,"Cost":23,"Date":"7/28/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":617,"Cost":422,"Date":"8/8/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":198,"Cost":105,"Date":"12/7/2019"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":868,"Cost":533,"Date":"1/17/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":756,"Cost":568,"Date":"3/8/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":979,"Cost":921,"Date":"6/6/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":264,"Cost":217,"Date":"6/16/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":735,"Cost":503,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":633,"Cost":399,"Date":"11/19/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":430,"Cost":389,"Date":"12/28/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":259,"Cost":152,"Date":"2/4/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":288,"Cost":158,"Date":"3/8/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":989,"Cost":610,"Date":"12/18/2021"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":736,"Cost":490,"Date":"3/31/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":776,"Cost":563,"Date":"4/20/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":563,"Cost":356,"Date":"6/26/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":414,"Cost":245,"Date":"7/23/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":841,"Cost":541,"Date":"11/21/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":219,"Cost":128,"Date":"11/26/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":10,"Cost":7,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":857,"Cost":558,"Date":"5/21/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":412,"Cost":335,"Date":"9/28/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":637,"Cost":356,"Date":"1/3/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":557,"Cost":524,"Date":"2/2/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":494,"Cost":438,"Date":"3/18/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":109,"Cost":91,"Date":"10/14/2024"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":830,"Cost":648,"Date":"2/16/2018"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":36,"Cost":23,"Date":"6/7/2018"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":525,"Cost":389,"Date":"1/28/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":912,"Cost":657,"Date":"3/27/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":478,"Cost":250,"Date":"5/12/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":876,"Cost":795,"Date":"7/28/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":167,"Cost":146,"Date":"8/8/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":675,"Cost":399,"Date":"12/7/2019"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":68,"Cost":50,"Date":"1/17/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":983,"Cost":494,"Date":"3/8/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":48,"Cost":35,"Date":"6/6/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":414,"Cost":230,"Date":"6/16/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":307,"Cost":185,"Date":"8/13/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":111,"Cost":82,"Date":"11/19/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":530,"Cost":438,"Date":"12/28/2020"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":375,"Cost":301,"Date":"2/4/2021"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":907,"Cost":760,"Date":"3/8/2021"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":722,"Cost":686,"Date":"12/18/2021"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":793,"Cost":550,"Date":"3/31/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":919,"Cost":846,"Date":"4/20/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":244,"Cost":173,"Date":"6/26/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":631,"Cost":447,"Date":"7/23/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":949,"Cost":747,"Date":"11/21/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":155,"Cost":118,"Date":"11/26/2022"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":287,"Cost":211,"Date":"2/20/2023"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":950,"Cost":827,"Date":"5/21/2023"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":75,"Cost":60,"Date":"9/28/2023"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":877,"Cost":560,"Date":"1/3/2024"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":339,"Cost":284,"Date":"2/2/2024"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":957,"Cost":858,"Date":"3/18/2024"},{"Store":"Shenzhen MixC","Brand":"HM Home","Country":"China","Sale":762,"Cost":517,"Date":"10/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":882,"Cost":596,"Date":"2/16/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":925,"Cost":571,"Date":"6/7/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":734,"Cost":372,"Date":"1/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":657,"Cost":370,"Date":"3/27/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":376,"Cost":307,"Date":"5/12/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":256,"Cost":172,"Date":"7/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":111,"Cost":92,"Date":"8/8/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":880,"Cost":550,"Date":"12/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":867,"Cost":479,"Date":"1/17/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":769,"Cost":483,"Date":"3/8/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":412,"Cost":211,"Date":"6/6/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":543,"Cost":457,"Date":"6/16/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":993,"Cost":551,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":531,"Cost":485,"Date":"11/19/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":26,"Cost":18,"Date":"12/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":725,"Cost":640,"Date":"2/4/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":949,"Cost":769,"Date":"3/8/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":794,"Cost":615,"Date":"12/18/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":288,"Cost":166,"Date":"3/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":7,"Cost":5,"Date":"4/20/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":242,"Cost":211,"Date":"6/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":875,"Cost":628,"Date":"7/23/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":716,"Cost":569,"Date":"11/21/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":978,"Cost":777,"Date":"11/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":998,"Cost":921,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":779,"Cost":661,"Date":"5/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":692,"Cost":395,"Date":"9/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":487,"Cost":439,"Date":"1/3/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":750,"Cost":626,"Date":"2/2/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":73,"Cost":39,"Date":"3/18/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":322,"Cost":208,"Date":"10/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":57,"Cost":53,"Date":"2/16/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":12,"Cost":8,"Date":"6/7/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":934,"Cost":506,"Date":"1/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":785,"Cost":533,"Date":"3/27/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":22,"Cost":15,"Date":"5/12/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":456,"Cost":409,"Date":"7/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":875,"Cost":530,"Date":"8/8/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":831,"Cost":635,"Date":"12/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":52,"Cost":50,"Date":"1/17/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":443,"Cost":372,"Date":"3/8/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":254,"Cost":235,"Date":"6/6/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":264,"Cost":229,"Date":"6/16/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":9,"Cost":5,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":298,"Cost":168,"Date":"11/19/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":390,"Cost":270,"Date":"12/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":508,"Cost":465,"Date":"2/4/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":616,"Cost":342,"Date":"3/8/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":168,"Cost":118,"Date":"12/18/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":537,"Cost":382,"Date":"3/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":297,"Cost":234,"Date":"4/20/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":892,"Cost":838,"Date":"6/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":33,"Cost":19,"Date":"7/23/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":488,"Cost":322,"Date":"11/21/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":382,"Cost":349,"Date":"11/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":60,"Cost":31,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":126,"Cost":72,"Date":"5/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":452,"Cost":267,"Date":"9/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":315,"Cost":295,"Date":"1/3/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":569,"Cost":370,"Date":"2/2/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":88,"Cost":74,"Date":"3/18/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"ARKET","Country":"China","Sale":992,"Cost":611,"Date":"10/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":748,"Cost":543,"Date":"2/16/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":556,"Cost":485,"Date":"6/7/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":713,"Cost":514,"Date":"1/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":587,"Cost":514,"Date":"3/27/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":269,"Cost":227,"Date":"5/12/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":142,"Cost":122,"Date":"7/28/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":355,"Cost":278,"Date":"8/8/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":529,"Cost":405,"Date":"12/7/2019"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":401,"Cost":204,"Date":"1/17/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":846,"Cost":653,"Date":"3/8/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":284,"Cost":184,"Date":"6/6/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":571,"Cost":316,"Date":"6/16/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":427,"Cost":342,"Date":"8/13/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":377,"Cost":252,"Date":"11/19/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":293,"Cost":171,"Date":"12/28/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":11,"Cost":8,"Date":"2/4/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":548,"Cost":298,"Date":"3/8/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":860,"Cost":665,"Date":"12/18/2021"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":594,"Cost":388,"Date":"3/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":8,"Cost":8,"Date":"4/20/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":675,"Cost":427,"Date":"6/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":903,"Cost":698,"Date":"7/23/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":106,"Cost":91,"Date":"11/21/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":24,"Cost":12,"Date":"11/26/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":381,"Cost":202,"Date":"2/20/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":700,"Cost":411,"Date":"5/21/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":370,"Cost":277,"Date":"9/28/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":173,"Cost":101,"Date":"1/3/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":327,"Cost":189,"Date":"2/2/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":769,"Cost":630,"Date":"3/18/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":327,"Cost":275,"Date":"10/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":489,"Cost":362,"Date":"2/16/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":981,"Cost":540,"Date":"6/7/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":94,"Cost":53,"Date":"1/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":949,"Cost":477,"Date":"3/27/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":506,"Cost":253,"Date":"5/12/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":937,"Cost":628,"Date":"7/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":224,"Cost":174,"Date":"8/8/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":373,"Cost":260,"Date":"12/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":689,"Cost":462,"Date":"1/17/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":890,"Cost":683,"Date":"3/8/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":497,"Cost":453,"Date":"6/6/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":506,"Cost":374,"Date":"6/16/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":682,"Cost":503,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":732,"Cost":417,"Date":"11/19/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":981,"Cost":695,"Date":"12/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":337,"Cost":174,"Date":"2/4/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":942,"Cost":498,"Date":"3/8/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":414,"Cost":227,"Date":"12/18/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":403,"Cost":357,"Date":"3/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":559,"Cost":317,"Date":"4/20/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":598,"Cost":385,"Date":"6/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":179,"Cost":141,"Date":"7/23/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":335,"Cost":298,"Date":"11/21/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":349,"Cost":222,"Date":"11/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":742,"Cost":599,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":19,"Cost":18,"Date":"5/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":283,"Cost":207,"Date":"9/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":569,"Cost":331,"Date":"1/3/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":233,"Cost":180,"Date":"2/2/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":696,"Cost":490,"Date":"3/18/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":669,"Cost":432,"Date":"10/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":39,"Cost":23,"Date":"2/16/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":722,"Cost":395,"Date":"6/7/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":828,"Cost":514,"Date":"1/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":888,"Cost":572,"Date":"3/27/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":388,"Cost":218,"Date":"5/12/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":406,"Cost":219,"Date":"7/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":791,"Cost":637,"Date":"8/8/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":691,"Cost":638,"Date":"12/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":591,"Cost":449,"Date":"1/17/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":201,"Cost":188,"Date":"3/8/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":40,"Cost":34,"Date":"6/6/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":21,"Cost":10,"Date":"6/16/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":472,"Cost":321,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":87,"Cost":53,"Date":"11/19/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":206,"Cost":116,"Date":"12/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":955,"Cost":827,"Date":"2/4/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":877,"Cost":770,"Date":"3/8/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":141,"Cost":81,"Date":"12/18/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":300,"Cost":169,"Date":"3/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":89,"Cost":48,"Date":"4/20/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":796,"Cost":503,"Date":"6/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":451,"Cost":403,"Date":"7/23/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":817,"Cost":750,"Date":"11/21/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":673,"Cost":339,"Date":"11/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":544,"Cost":370,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":48,"Cost":41,"Date":"5/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":467,"Cost":267,"Date":"9/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":494,"Cost":296,"Date":"1/3/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":611,"Cost":487,"Date":"2/2/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":337,"Cost":292,"Date":"3/18/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Sellpy","Country":"China","Sale":319,"Cost":161,"Date":"10/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":586,"Cost":477,"Date":"2/16/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":427,"Cost":262,"Date":"6/7/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":913,"Cost":695,"Date":"1/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":472,"Cost":411,"Date":"3/27/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":359,"Cost":284,"Date":"5/12/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":608,"Cost":532,"Date":"7/28/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":106,"Cost":66,"Date":"8/8/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":733,"Cost":388,"Date":"12/7/2019"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":322,"Cost":274,"Date":"1/17/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":491,"Cost":322,"Date":"3/8/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":703,"Cost":410,"Date":"6/6/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":511,"Cost":315,"Date":"6/16/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":193,"Cost":170,"Date":"8/13/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":806,"Cost":575,"Date":"11/19/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":138,"Cost":109,"Date":"12/28/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":824,"Cost":458,"Date":"2/4/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":81,"Cost":45,"Date":"3/8/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":766,"Cost":625,"Date":"12/18/2021"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":33,"Cost":17,"Date":"3/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":898,"Cost":616,"Date":"4/20/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":397,"Cost":207,"Date":"6/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":189,"Cost":175,"Date":"7/23/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":893,"Cost":600,"Date":"11/21/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":118,"Cost":81,"Date":"11/26/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":784,"Cost":449,"Date":"2/20/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":67,"Cost":36,"Date":"5/21/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":593,"Cost":470,"Date":"9/28/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":574,"Cost":528,"Date":"1/3/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":582,"Cost":429,"Date":"2/2/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":313,"Cost":288,"Date":"3/18/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM","Country":"China","Sale":816,"Cost":667,"Date":"10/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":569,"Cost":311,"Date":"2/16/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":849,"Cost":444,"Date":"6/7/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":978,"Cost":860,"Date":"1/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":383,"Cost":331,"Date":"3/27/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":446,"Cost":223,"Date":"5/12/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":639,"Cost":418,"Date":"7/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":843,"Cost":698,"Date":"8/8/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":15,"Cost":12,"Date":"12/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":968,"Cost":804,"Date":"1/17/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":950,"Cost":546,"Date":"3/8/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":135,"Cost":90,"Date":"6/6/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":61,"Cost":40,"Date":"6/16/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":259,"Cost":207,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":269,"Cost":229,"Date":"11/19/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":14,"Cost":12,"Date":"12/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":437,"Cost":237,"Date":"2/4/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":786,"Cost":536,"Date":"3/8/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":64,"Cost":61,"Date":"12/18/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":121,"Cost":84,"Date":"3/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":400,"Cost":312,"Date":"4/20/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":872,"Cost":546,"Date":"6/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":348,"Cost":238,"Date":"7/23/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":95,"Cost":73,"Date":"11/21/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":341,"Cost":269,"Date":"11/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":666,"Cost":599,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":191,"Cost":165,"Date":"5/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":142,"Cost":109,"Date":"9/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":744,"Cost":451,"Date":"1/3/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":268,"Cost":139,"Date":"2/2/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":100,"Cost":77,"Date":"3/18/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":58,"Cost":39,"Date":"10/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":817,"Cost":462,"Date":"2/16/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":475,"Cost":268,"Date":"6/7/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":396,"Cost":213,"Date":"1/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":175,"Cost":104,"Date":"3/27/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":168,"Cost":96,"Date":"5/12/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":181,"Cost":142,"Date":"7/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":741,"Cost":636,"Date":"8/8/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":146,"Cost":125,"Date":"12/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":845,"Cost":526,"Date":"1/17/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":965,"Cost":743,"Date":"3/8/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":637,"Cost":486,"Date":"6/6/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":779,"Cost":693,"Date":"6/16/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":379,"Cost":291,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":156,"Cost":103,"Date":"11/19/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":462,"Cost":353,"Date":"12/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":617,"Cost":430,"Date":"2/4/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":249,"Cost":174,"Date":"3/8/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":39,"Cost":22,"Date":"12/18/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":7,"Cost":6,"Date":"3/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":841,"Cost":706,"Date":"4/20/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":112,"Cost":93,"Date":"6/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":965,"Cost":801,"Date":"7/23/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":988,"Cost":628,"Date":"11/21/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":951,"Cost":589,"Date":"11/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":406,"Cost":249,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":772,"Cost":394,"Date":"5/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":539,"Cost":364,"Date":"9/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":734,"Cost":581,"Date":"1/3/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":300,"Cost":239,"Date":"2/2/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":590,"Cost":489,"Date":"3/18/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":726,"Cost":386,"Date":"10/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":591,"Cost":296,"Date":"2/16/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":756,"Cost":621,"Date":"6/7/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":517,"Cost":401,"Date":"1/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":277,"Cost":164,"Date":"3/27/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":945,"Cost":694,"Date":"5/12/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":915,"Cost":819,"Date":"7/28/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":992,"Cost":781,"Date":"8/8/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":70,"Cost":50,"Date":"12/7/2019"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":439,"Cost":265,"Date":"1/17/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":461,"Cost":251,"Date":"3/8/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":814,"Cost":657,"Date":"6/6/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":351,"Cost":180,"Date":"6/16/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":851,"Cost":651,"Date":"8/13/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":957,"Cost":806,"Date":"11/19/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":820,"Cost":617,"Date":"12/28/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":41,"Cost":34,"Date":"2/4/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":675,"Cost":560,"Date":"3/8/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":567,"Cost":429,"Date":"12/18/2021"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":248,"Cost":164,"Date":"3/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":37,"Cost":21,"Date":"4/20/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":784,"Cost":715,"Date":"6/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":718,"Cost":503,"Date":"7/23/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":909,"Cost":526,"Date":"11/21/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":665,"Cost":511,"Date":"11/26/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":567,"Cost":371,"Date":"2/20/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":771,"Cost":516,"Date":"5/21/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":525,"Cost":291,"Date":"9/28/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":758,"Cost":707,"Date":"1/3/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":769,"Cost":404,"Date":"2/2/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":765,"Cost":710,"Date":"3/18/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"COS","Country":"China","Sale":839,"Cost":510,"Date":"10/14/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":692,"Cost":570,"Date":"2/16/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":781,"Cost":400,"Date":"6/7/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":614,"Cost":398,"Date":"1/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":893,"Cost":764,"Date":"3/27/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":71,"Cost":53,"Date":"5/12/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":553,"Cost":479,"Date":"7/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":982,"Cost":570,"Date":"8/8/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":603,"Cost":463,"Date":"12/7/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":20,"Cost":14,"Date":"1/17/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":594,"Cost":365,"Date":"3/8/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":563,"Cost":518,"Date":"6/6/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":939,"Cost":511,"Date":"6/16/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":931,"Cost":767,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":389,"Cost":269,"Date":"11/19/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":620,"Cost":502,"Date":"12/28/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":732,"Cost":606,"Date":"2/4/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":300,"Cost":160,"Date":"3/8/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":439,"Cost":252,"Date":"12/18/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":576,"Cost":470,"Date":"3/31/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":699,"Cost":652,"Date":"4/20/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":455,"Cost":262,"Date":"6/26/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":432,"Cost":267,"Date":"7/23/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":901,"Cost":778,"Date":"11/21/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":989,"Cost":568,"Date":"11/26/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":925,"Cost":850,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":360,"Cost":316,"Date":"5/21/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":224,"Cost":155,"Date":"9/28/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":665,"Cost":413,"Date":"1/3/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":866,"Cost":496,"Date":"2/2/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":739,"Cost":593,"Date":"3/18/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":388,"Cost":320,"Date":"10/14/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":60,"Cost":42,"Date":"2/16/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":585,"Cost":410,"Date":"6/7/2018"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":737,"Cost":475,"Date":"1/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":741,"Cost":585,"Date":"3/27/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":476,"Cost":348,"Date":"5/12/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":687,"Cost":613,"Date":"7/28/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":386,"Cost":353,"Date":"8/8/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":3,"Cost":2,"Date":"12/7/2019"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":643,"Cost":607,"Date":"1/17/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":585,"Cost":297,"Date":"3/8/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":272,"Cost":207,"Date":"6/6/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":311,"Cost":230,"Date":"6/16/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":911,"Cost":779,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":407,"Cost":340,"Date":"11/19/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":919,"Cost":689,"Date":"12/28/2020"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":281,"Cost":252,"Date":"2/4/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":374,"Cost":220,"Date":"3/8/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":567,"Cost":296,"Date":"12/18/2021"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":457,"Cost":417,"Date":"3/31/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":310,"Cost":243,"Date":"4/20/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":467,"Cost":367,"Date":"6/26/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":421,"Cost":248,"Date":"7/23/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":731,"Cost":664,"Date":"11/21/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":920,"Cost":563,"Date":"11/26/2022"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":432,"Cost":309,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":476,"Cost":450,"Date":"5/21/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":765,"Cost":636,"Date":"9/28/2023"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":633,"Cost":358,"Date":"1/3/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":487,"Cost":310,"Date":"2/2/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":357,"Cost":274,"Date":"3/18/2024"},{"Store":"K11 Guangzhou","Brand":"HM","Country":"China","Sale":346,"Cost":306,"Date":"10/14/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":338,"Cost":203,"Date":"2/16/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":956,"Cost":509,"Date":"6/7/2018"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":193,"Cost":178,"Date":"1/28/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":903,"Cost":726,"Date":"3/27/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":38,"Cost":31,"Date":"5/12/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":229,"Cost":158,"Date":"7/28/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":218,"Cost":163,"Date":"8/8/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":608,"Cost":317,"Date":"12/7/2019"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":274,"Cost":232,"Date":"1/17/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":912,"Cost":766,"Date":"3/8/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":883,"Cost":665,"Date":"6/6/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":438,"Cost":406,"Date":"6/16/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":734,"Cost":589,"Date":"8/13/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":596,"Cost":380,"Date":"11/19/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":450,"Cost":308,"Date":"12/28/2020"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":894,"Cost":484,"Date":"2/4/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":815,"Cost":613,"Date":"3/8/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":618,"Cost":586,"Date":"12/18/2021"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":972,"Cost":757,"Date":"3/31/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":420,"Cost":268,"Date":"4/20/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":277,"Cost":144,"Date":"6/26/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":136,"Cost":107,"Date":"7/23/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":931,"Cost":602,"Date":"11/21/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":293,"Cost":216,"Date":"11/26/2022"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":638,"Cost":421,"Date":"2/20/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":319,"Cost":202,"Date":"5/21/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":411,"Cost":230,"Date":"9/28/2023"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":509,"Cost":432,"Date":"1/3/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":955,"Cost":536,"Date":"2/2/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":157,"Cost":126,"Date":"3/18/2024"},{"Store":"K11 Guangzhou","Brand":"Jeans","Country":"China","Sale":452,"Cost":319,"Date":"10/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":544,"Cost":484,"Date":"2/16/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":140,"Cost":126,"Date":"6/7/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":139,"Cost":87,"Date":"1/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":945,"Cost":484,"Date":"3/27/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":123,"Cost":61,"Date":"5/12/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":542,"Cost":366,"Date":"7/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":532,"Cost":266,"Date":"8/8/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":71,"Cost":45,"Date":"12/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":900,"Cost":713,"Date":"1/17/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":475,"Cost":391,"Date":"3/8/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":632,"Cost":406,"Date":"6/6/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":921,"Cost":863,"Date":"6/16/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":628,"Cost":458,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":549,"Cost":437,"Date":"11/19/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":403,"Cost":309,"Date":"12/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":663,"Cost":403,"Date":"2/4/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":861,"Cost":545,"Date":"3/8/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":220,"Cost":196,"Date":"12/18/2021"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":795,"Cost":705,"Date":"3/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":970,"Cost":862,"Date":"4/20/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":721,"Cost":386,"Date":"6/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":727,"Cost":679,"Date":"7/23/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":495,"Cost":273,"Date":"11/21/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":560,"Cost":412,"Date":"11/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":224,"Cost":187,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":551,"Cost":404,"Date":"5/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":286,"Cost":194,"Date":"9/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":176,"Cost":149,"Date":"1/3/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":853,"Cost":774,"Date":"2/2/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":427,"Cost":252,"Date":"3/18/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":970,"Cost":777,"Date":"10/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":282,"Cost":202,"Date":"2/16/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":516,"Cost":431,"Date":"6/7/2018"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":778,"Cost":467,"Date":"1/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":7,"Cost":4,"Date":"3/27/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":278,"Cost":248,"Date":"5/12/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":159,"Cost":97,"Date":"7/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":727,"Cost":571,"Date":"8/8/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":325,"Cost":260,"Date":"12/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":166,"Cost":130,"Date":"1/17/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":196,"Cost":183,"Date":"3/8/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":704,"Cost":533,"Date":"6/6/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":460,"Cost":400,"Date":"6/16/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":385,"Cost":338,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":556,"Cost":464,"Date":"11/19/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":15,"Cost":13,"Date":"12/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":431,"Cost":254,"Date":"2/4/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":861,"Cost":510,"Date":"3/8/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":756,"Cost":640,"Date":"12/18/2021"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":704,"Cost":487,"Date":"3/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":712,"Cost":655,"Date":"4/20/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":473,"Cost":319,"Date":"6/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":147,"Cost":85,"Date":"7/23/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":925,"Cost":592,"Date":"11/21/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":428,"Cost":260,"Date":"11/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":925,"Cost":742,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":396,"Cost":244,"Date":"5/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":665,"Cost":449,"Date":"9/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":706,"Cost":590,"Date":"1/3/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":155,"Cost":115,"Date":"2/2/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":470,"Cost":410,"Date":"3/18/2024"},{"Store":"Parc Central, Guangzhou","Brand":"ARKET","Country":"China","Sale":22,"Cost":17,"Date":"10/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":848,"Cost":463,"Date":"2/16/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":969,"Cost":720,"Date":"6/7/2018"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":771,"Cost":683,"Date":"1/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":826,"Cost":564,"Date":"3/27/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":458,"Cost":269,"Date":"5/12/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":386,"Cost":313,"Date":"7/28/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":435,"Cost":254,"Date":"8/8/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":299,"Cost":175,"Date":"12/7/2019"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":895,"Cost":490,"Date":"1/17/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":64,"Cost":36,"Date":"3/8/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":147,"Cost":125,"Date":"6/6/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":583,"Cost":292,"Date":"6/16/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":221,"Cost":156,"Date":"8/13/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":683,"Cost":506,"Date":"11/19/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":171,"Cost":95,"Date":"12/28/2020"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":70,"Cost":52,"Date":"2/4/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":454,"Cost":326,"Date":"3/8/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":778,"Cost":485,"Date":"12/18/2021"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":797,"Cost":505,"Date":"3/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":338,"Cost":214,"Date":"4/20/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":534,"Cost":452,"Date":"6/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":763,"Cost":630,"Date":"7/23/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":85,"Cost":81,"Date":"11/21/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":348,"Cost":239,"Date":"11/26/2022"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":420,"Cost":267,"Date":"2/20/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":666,"Cost":426,"Date":"5/21/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":320,"Cost":230,"Date":"9/28/2023"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":806,"Cost":595,"Date":"1/3/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":631,"Cost":573,"Date":"2/2/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":597,"Cost":458,"Date":"3/18/2024"},{"Store":"Parc Central, Guangzhou","Brand":"HM Home","Country":"China","Sale":219,"Cost":195,"Date":"10/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":213,"Cost":143,"Date":"2/16/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":8,"Cost":6,"Date":"6/7/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":873,"Cost":759,"Date":"1/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":699,"Cost":548,"Date":"3/27/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":21,"Cost":12,"Date":"5/12/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":623,"Cost":462,"Date":"7/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":754,"Cost":486,"Date":"8/8/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":285,"Cost":167,"Date":"12/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":433,"Cost":265,"Date":"1/17/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":76,"Cost":66,"Date":"3/8/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":166,"Cost":104,"Date":"6/6/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":49,"Cost":25,"Date":"6/16/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":854,"Cost":707,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":976,"Cost":825,"Date":"11/19/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":910,"Cost":712,"Date":"12/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":592,"Cost":537,"Date":"2/4/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":581,"Cost":354,"Date":"3/8/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":507,"Cost":340,"Date":"12/18/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":223,"Cost":146,"Date":"3/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":883,"Cost":707,"Date":"4/20/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":333,"Cost":209,"Date":"6/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":682,"Cost":467,"Date":"7/23/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":262,"Cost":193,"Date":"11/21/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":617,"Cost":385,"Date":"11/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":93,"Cost":65,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":732,"Cost":459,"Date":"5/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":880,"Cost":566,"Date":"9/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":249,"Cost":170,"Date":"1/3/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":797,"Cost":413,"Date":"2/2/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":940,"Cost":788,"Date":"3/18/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":638,"Cost":448,"Date":"10/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":376,"Cost":243,"Date":"2/16/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":69,"Cost":60,"Date":"6/7/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":266,"Cost":231,"Date":"1/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":452,"Cost":320,"Date":"3/27/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":899,"Cost":788,"Date":"5/12/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":376,"Cost":325,"Date":"7/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":915,"Cost":765,"Date":"8/8/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":173,"Cost":122,"Date":"12/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":728,"Cost":559,"Date":"1/17/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":978,"Cost":528,"Date":"3/8/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":160,"Cost":132,"Date":"6/6/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":718,"Cost":627,"Date":"6/16/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":209,"Cost":107,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":709,"Cost":509,"Date":"11/19/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":723,"Cost":633,"Date":"12/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":941,"Cost":775,"Date":"2/4/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":452,"Cost":313,"Date":"3/8/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":69,"Cost":55,"Date":"12/18/2021"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":317,"Cost":237,"Date":"3/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":54,"Cost":28,"Date":"4/20/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":178,"Cost":150,"Date":"6/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":666,"Cost":529,"Date":"7/23/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":706,"Cost":530,"Date":"11/21/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":660,"Cost":422,"Date":"11/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":507,"Cost":479,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":519,"Cost":329,"Date":"5/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":814,"Cost":771,"Date":"9/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":560,"Cost":395,"Date":"1/3/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":111,"Cost":63,"Date":"2/2/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":984,"Cost":840,"Date":"3/18/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Nova","Country":"China","Sale":29,"Cost":16,"Date":"10/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":160,"Cost":88,"Date":"2/16/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":943,"Cost":553,"Date":"6/7/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":674,"Cost":504,"Date":"1/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":60,"Cost":47,"Date":"3/27/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":603,"Cost":571,"Date":"5/12/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":405,"Cost":360,"Date":"7/28/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":857,"Cost":593,"Date":"8/8/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":612,"Cost":557,"Date":"12/7/2019"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":181,"Cost":107,"Date":"1/17/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":492,"Cost":414,"Date":"3/8/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":908,"Cost":684,"Date":"6/6/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":925,"Cost":494,"Date":"6/16/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":169,"Cost":153,"Date":"8/13/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":779,"Cost":450,"Date":"11/19/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":599,"Cost":319,"Date":"12/28/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":118,"Cost":103,"Date":"2/4/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":228,"Cost":187,"Date":"3/8/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":378,"Cost":210,"Date":"12/18/2021"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":817,"Cost":583,"Date":"3/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":118,"Cost":103,"Date":"4/20/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":924,"Cost":745,"Date":"6/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":230,"Cost":145,"Date":"7/23/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":858,"Cost":499,"Date":"11/21/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":987,"Cost":754,"Date":"11/26/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":914,"Cost":684,"Date":"2/20/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":707,"Cost":641,"Date":"5/21/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":729,"Cost":400,"Date":"9/28/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":832,"Cost":448,"Date":"1/3/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":932,"Cost":764,"Date":"2/2/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":424,"Cost":364,"Date":"3/18/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM","Country":"China","Sale":99,"Cost":53,"Date":"10/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":962,"Cost":637,"Date":"2/16/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":496,"Cost":391,"Date":"6/7/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":37,"Cost":30,"Date":"1/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":839,"Cost":731,"Date":"3/27/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":38,"Cost":31,"Date":"5/12/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":731,"Cost":678,"Date":"7/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":57,"Cost":35,"Date":"8/8/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":419,"Cost":221,"Date":"12/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":278,"Cost":232,"Date":"1/17/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":14,"Cost":12,"Date":"3/8/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":900,"Cost":751,"Date":"6/6/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":603,"Cost":353,"Date":"6/16/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":229,"Cost":115,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":896,"Cost":704,"Date":"11/19/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":919,"Cost":596,"Date":"12/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":453,"Cost":247,"Date":"2/4/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":807,"Cost":734,"Date":"3/8/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":832,"Cost":563,"Date":"12/18/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":56,"Cost":40,"Date":"3/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":326,"Cost":283,"Date":"4/20/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":223,"Cost":135,"Date":"6/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":855,"Cost":503,"Date":"7/23/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":360,"Cost":277,"Date":"11/21/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":262,"Cost":218,"Date":"11/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":40,"Cost":25,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":819,"Cost":524,"Date":"5/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":627,"Cost":589,"Date":"9/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":899,"Cost":556,"Date":"1/3/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":10,"Cost":7,"Date":"2/2/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":839,"Cost":586,"Date":"3/18/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":490,"Cost":353,"Date":"10/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":700,"Cost":467,"Date":"2/16/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":725,"Cost":526,"Date":"6/7/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":21,"Cost":18,"Date":"1/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":171,"Cost":159,"Date":"3/27/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":582,"Cost":306,"Date":"5/12/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":894,"Cost":451,"Date":"7/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":686,"Cost":642,"Date":"8/8/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":531,"Cost":301,"Date":"12/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":737,"Cost":467,"Date":"1/17/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":240,"Cost":204,"Date":"3/8/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":737,"Cost":422,"Date":"6/6/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":280,"Cost":251,"Date":"6/16/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":576,"Cost":288,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":853,"Cost":597,"Date":"11/19/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":470,"Cost":421,"Date":"12/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":685,"Cost":590,"Date":"2/4/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":928,"Cost":523,"Date":"3/8/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":23,"Cost":13,"Date":"12/18/2021"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":500,"Cost":255,"Date":"3/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":791,"Cost":432,"Date":"4/20/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":18,"Cost":13,"Date":"6/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":273,"Cost":227,"Date":"7/23/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":291,"Cost":152,"Date":"11/21/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":432,"Cost":398,"Date":"11/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":109,"Cost":63,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":506,"Cost":346,"Date":"5/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":81,"Cost":77,"Date":"9/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":416,"Cost":265,"Date":"1/3/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":321,"Cost":183,"Date":"2/2/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":978,"Cost":594,"Date":"3/18/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":733,"Cost":566,"Date":"10/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":36,"Cost":21,"Date":"2/16/2018"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":275,"Cost":164,"Date":"6/7/2018"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":300,"Cost":173,"Date":"1/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":653,"Cost":356,"Date":"3/27/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":768,"Cost":721,"Date":"5/12/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":924,"Cost":531,"Date":"7/28/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":412,"Cost":327,"Date":"8/8/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":426,"Cost":347,"Date":"12/7/2019"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":558,"Cost":519,"Date":"1/17/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":838,"Cost":539,"Date":"3/8/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":732,"Cost":601,"Date":"6/6/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":268,"Cost":174,"Date":"6/16/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":412,"Cost":247,"Date":"8/13/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":998,"Cost":917,"Date":"11/19/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":739,"Cost":537,"Date":"12/28/2020"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":244,"Cost":198,"Date":"2/4/2021"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":864,"Cost":483,"Date":"3/8/2021"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":195,"Cost":111,"Date":"12/18/2021"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":360,"Cost":200,"Date":"3/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":725,"Cost":629,"Date":"4/20/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":940,"Cost":702,"Date":"6/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":83,"Cost":41,"Date":"7/23/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":650,"Cost":376,"Date":"11/21/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":298,"Cost":259,"Date":"11/26/2022"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":378,"Cost":311,"Date":"2/20/2023"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":479,"Cost":407,"Date":"5/21/2023"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":300,"Cost":166,"Date":"9/28/2023"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":127,"Cost":82,"Date":"1/3/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":196,"Cost":175,"Date":"2/2/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":143,"Cost":97,"Date":"3/18/2024"},{"Store":"Times Square, Hong Kong","Brand":"HM","Country":"China","Sale":396,"Cost":369,"Date":"10/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":935,"Cost":640,"Date":"2/16/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":729,"Cost":563,"Date":"6/7/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":729,"Cost":375,"Date":"1/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":692,"Cost":478,"Date":"3/27/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":667,"Cost":522,"Date":"5/12/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":233,"Cost":121,"Date":"7/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":40,"Cost":20,"Date":"8/8/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":353,"Cost":203,"Date":"12/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":463,"Cost":321,"Date":"1/17/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":193,"Cost":177,"Date":"3/8/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":963,"Cost":680,"Date":"6/6/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":489,"Cost":370,"Date":"6/16/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":361,"Cost":263,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":135,"Cost":111,"Date":"11/19/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":395,"Cost":267,"Date":"12/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":652,"Cost":519,"Date":"2/4/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":73,"Cost":52,"Date":"3/8/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":998,"Cost":586,"Date":"12/18/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":764,"Cost":645,"Date":"3/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":561,"Cost":402,"Date":"4/20/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":520,"Cost":262,"Date":"6/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":139,"Cost":85,"Date":"7/23/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":502,"Cost":279,"Date":"11/21/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":79,"Cost":65,"Date":"11/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":752,"Cost":631,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":755,"Cost":544,"Date":"5/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":240,"Cost":223,"Date":"9/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":253,"Cost":211,"Date":"1/3/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":613,"Cost":502,"Date":"2/2/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":51,"Cost":32,"Date":"3/18/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":947,"Cost":515,"Date":"10/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":921,"Cost":560,"Date":"2/16/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":425,"Cost":392,"Date":"6/7/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":724,"Cost":604,"Date":"1/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":134,"Cost":89,"Date":"3/27/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":520,"Cost":346,"Date":"5/12/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":527,"Cost":288,"Date":"7/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":152,"Cost":101,"Date":"8/8/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":792,"Cost":704,"Date":"12/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":644,"Cost":500,"Date":"1/17/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":535,"Cost":470,"Date":"3/8/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":681,"Cost":499,"Date":"6/6/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":32,"Cost":29,"Date":"6/16/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":279,"Cost":200,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":917,"Cost":476,"Date":"11/19/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":900,"Cost":837,"Date":"12/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":755,"Cost":557,"Date":"2/4/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":660,"Cost":336,"Date":"3/8/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":581,"Cost":534,"Date":"12/18/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":114,"Cost":65,"Date":"3/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":363,"Cost":233,"Date":"4/20/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":869,"Cost":674,"Date":"6/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":522,"Cost":353,"Date":"7/23/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":688,"Cost":446,"Date":"11/21/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":868,"Cost":478,"Date":"11/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":261,"Cost":177,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":226,"Cost":176,"Date":"5/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":106,"Cost":80,"Date":"9/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":221,"Cost":200,"Date":"1/3/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":224,"Cost":190,"Date":"2/2/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":677,"Cost":383,"Date":"3/18/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Jeans","Country":"China","Sale":740,"Cost":533,"Date":"10/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":858,"Cost":504,"Date":"2/16/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":134,"Cost":69,"Date":"6/7/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":620,"Cost":427,"Date":"1/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":448,"Cost":349,"Date":"3/27/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":88,"Cost":80,"Date":"5/12/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":36,"Cost":21,"Date":"7/28/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":836,"Cost":660,"Date":"8/8/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":290,"Cost":224,"Date":"12/7/2019"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":416,"Cost":287,"Date":"1/17/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":565,"Cost":493,"Date":"3/8/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":906,"Cost":761,"Date":"6/6/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":884,"Cost":524,"Date":"6/16/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":944,"Cost":568,"Date":"8/13/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":83,"Cost":42,"Date":"11/19/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":96,"Cost":59,"Date":"12/28/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":759,"Cost":446,"Date":"2/4/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":589,"Cost":456,"Date":"3/8/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":123,"Cost":111,"Date":"12/18/2021"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":82,"Cost":71,"Date":"3/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":596,"Cost":551,"Date":"4/20/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":179,"Cost":130,"Date":"6/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":847,"Cost":450,"Date":"7/23/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":511,"Cost":264,"Date":"11/21/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":124,"Cost":115,"Date":"11/26/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":299,"Cost":175,"Date":"2/20/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":250,"Cost":145,"Date":"5/21/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":162,"Cost":110,"Date":"9/28/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":527,"Cost":286,"Date":"1/3/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":260,"Cost":161,"Date":"2/2/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":483,"Cost":324,"Date":"3/18/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"COS","Country":"China","Sale":514,"Cost":262,"Date":"10/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":371,"Cost":325,"Date":"2/16/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":258,"Cost":205,"Date":"6/7/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":513,"Cost":280,"Date":"1/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":313,"Cost":195,"Date":"3/27/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":363,"Cost":320,"Date":"5/12/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":199,"Cost":128,"Date":"7/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":232,"Cost":187,"Date":"8/8/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":16,"Cost":11,"Date":"12/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":508,"Cost":344,"Date":"1/17/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":691,"Cost":571,"Date":"3/8/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":882,"Cost":603,"Date":"6/6/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":691,"Cost":430,"Date":"6/16/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":931,"Cost":809,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":882,"Cost":826,"Date":"11/19/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":812,"Cost":735,"Date":"12/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":311,"Cost":215,"Date":"2/4/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":849,"Cost":770,"Date":"3/8/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":941,"Cost":601,"Date":"12/18/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":144,"Cost":137,"Date":"3/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":728,"Cost":648,"Date":"4/20/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":952,"Cost":652,"Date":"6/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":509,"Cost":277,"Date":"7/23/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":793,"Cost":645,"Date":"11/21/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":784,"Cost":404,"Date":"11/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":110,"Cost":95,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":791,"Cost":627,"Date":"5/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":80,"Cost":65,"Date":"9/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":258,"Cost":129,"Date":"1/3/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":101,"Cost":55,"Date":"2/2/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":514,"Cost":340,"Date":"3/18/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Jeans","Country":"China","Sale":501,"Cost":270,"Date":"10/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":716,"Cost":680,"Date":"2/16/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":378,"Cost":266,"Date":"6/7/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":194,"Cost":138,"Date":"1/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":504,"Cost":352,"Date":"3/27/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":305,"Cost":220,"Date":"5/12/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":36,"Cost":29,"Date":"7/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":7,"Cost":7,"Date":"8/8/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":970,"Cost":879,"Date":"12/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":917,"Cost":659,"Date":"1/17/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":192,"Cost":176,"Date":"3/8/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":680,"Cost":391,"Date":"6/6/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":374,"Cost":252,"Date":"6/16/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":132,"Cost":84,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":39,"Cost":31,"Date":"11/19/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":996,"Cost":516,"Date":"12/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":936,"Cost":786,"Date":"2/4/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":725,"Cost":601,"Date":"3/8/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":349,"Cost":312,"Date":"12/18/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":402,"Cost":336,"Date":"3/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":461,"Cost":341,"Date":"4/20/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":56,"Cost":31,"Date":"6/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":803,"Cost":410,"Date":"7/23/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":292,"Cost":274,"Date":"11/21/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":11,"Cost":10,"Date":"11/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":405,"Cost":219,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":322,"Cost":282,"Date":"5/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":563,"Cost":524,"Date":"9/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":222,"Cost":131,"Date":"1/3/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":754,"Cost":662,"Date":"2/2/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":693,"Cost":564,"Date":"3/18/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":845,"Cost":648,"Date":"10/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":527,"Cost":493,"Date":"2/16/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":141,"Cost":89,"Date":"6/7/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":843,"Cost":489,"Date":"1/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":63,"Cost":56,"Date":"3/27/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":156,"Cost":90,"Date":"5/12/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":94,"Cost":52,"Date":"7/28/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":309,"Cost":228,"Date":"8/8/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":488,"Cost":349,"Date":"12/7/2019"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":126,"Cost":105,"Date":"1/17/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":861,"Cost":610,"Date":"3/8/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":721,"Cost":390,"Date":"6/6/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":593,"Cost":435,"Date":"6/16/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":11,"Cost":6,"Date":"8/13/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":518,"Cost":293,"Date":"11/19/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":846,"Cost":538,"Date":"12/28/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":762,"Cost":618,"Date":"2/4/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":699,"Cost":414,"Date":"3/8/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":138,"Cost":123,"Date":"12/18/2021"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":111,"Cost":67,"Date":"3/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":123,"Cost":83,"Date":"4/20/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":350,"Cost":322,"Date":"6/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":137,"Cost":120,"Date":"7/23/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":939,"Cost":615,"Date":"11/21/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":578,"Cost":412,"Date":"11/26/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":293,"Cost":232,"Date":"2/20/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":707,"Cost":551,"Date":"5/21/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":710,"Cost":469,"Date":"9/28/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":601,"Cost":488,"Date":"1/3/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":708,"Cost":515,"Date":"2/2/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":123,"Cost":92,"Date":"3/18/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM Home","Country":"China","Sale":676,"Cost":428,"Date":"10/14/2024"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":93,"Cost":65,"Date":"2/16/2018"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":177,"Cost":96,"Date":"6/7/2018"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":935,"Cost":496,"Date":"1/28/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":687,"Cost":535,"Date":"3/27/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":625,"Cost":580,"Date":"5/12/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":560,"Cost":316,"Date":"7/28/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":339,"Cost":180,"Date":"8/8/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":706,"Cost":472,"Date":"12/7/2019"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":993,"Cost":855,"Date":"1/17/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":59,"Cost":53,"Date":"3/8/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":957,"Cost":801,"Date":"6/6/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":712,"Cost":549,"Date":"6/16/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":493,"Cost":460,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":539,"Cost":374,"Date":"11/19/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":153,"Cost":93,"Date":"12/28/2020"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":969,"Cost":779,"Date":"2/4/2021"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":833,"Cost":499,"Date":"3/8/2021"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":288,"Cost":243,"Date":"12/18/2021"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":551,"Cost":297,"Date":"3/31/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":349,"Cost":222,"Date":"4/20/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":287,"Cost":163,"Date":"6/26/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":310,"Cost":194,"Date":"7/23/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":236,"Cost":154,"Date":"11/21/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":358,"Cost":277,"Date":"11/26/2022"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":822,"Cost":760,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":340,"Cost":247,"Date":"5/21/2023"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":188,"Cost":106,"Date":"9/28/2023"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":556,"Cost":278,"Date":"1/3/2024"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":49,"Cost":39,"Date":"2/2/2024"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":835,"Cost":775,"Date":"3/18/2024"},{"Store":"Chengdu IFS","Brand":"Jeans","Country":"China","Sale":192,"Cost":122,"Date":"10/14/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":738,"Cost":478,"Date":"2/16/2018"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":409,"Cost":206,"Date":"6/7/2018"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":16,"Cost":10,"Date":"1/28/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":16,"Cost":9,"Date":"3/27/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":512,"Cost":460,"Date":"5/12/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":657,"Cost":549,"Date":"7/28/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":506,"Cost":350,"Date":"8/8/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":29,"Cost":24,"Date":"12/7/2019"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":337,"Cost":229,"Date":"1/17/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":934,"Cost":498,"Date":"3/8/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":529,"Cost":421,"Date":"6/6/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":97,"Cost":81,"Date":"6/16/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":226,"Cost":164,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":122,"Cost":102,"Date":"11/19/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":48,"Cost":39,"Date":"12/28/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":150,"Cost":136,"Date":"2/4/2021"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":466,"Cost":334,"Date":"3/8/2021"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":675,"Cost":533,"Date":"12/18/2021"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":989,"Cost":496,"Date":"3/31/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":814,"Cost":542,"Date":"4/20/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":419,"Cost":288,"Date":"6/26/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":373,"Cost":292,"Date":"7/23/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":730,"Cost":442,"Date":"11/21/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":758,"Cost":417,"Date":"11/26/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":663,"Cost":530,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":499,"Cost":436,"Date":"5/21/2023"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":114,"Cost":84,"Date":"9/28/2023"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":948,"Cost":710,"Date":"1/3/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":963,"Cost":608,"Date":"2/2/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":454,"Cost":380,"Date":"3/18/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":621,"Cost":449,"Date":"10/14/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":487,"Cost":281,"Date":"2/16/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":232,"Cost":201,"Date":"6/7/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":87,"Cost":57,"Date":"1/28/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":792,"Cost":479,"Date":"3/27/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":614,"Cost":403,"Date":"5/12/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":758,"Cost":612,"Date":"7/28/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":908,"Cost":518,"Date":"8/8/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":824,"Cost":762,"Date":"12/7/2019"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":796,"Cost":714,"Date":"1/17/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":525,"Cost":404,"Date":"3/8/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":641,"Cost":324,"Date":"6/6/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":303,"Cost":254,"Date":"6/16/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":192,"Cost":117,"Date":"8/13/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":901,"Cost":760,"Date":"11/19/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":911,"Cost":624,"Date":"12/28/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":362,"Cost":326,"Date":"2/4/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":613,"Cost":479,"Date":"3/8/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":650,"Cost":471,"Date":"12/18/2021"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":352,"Cost":310,"Date":"3/31/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":30,"Cost":21,"Date":"4/20/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":300,"Cost":236,"Date":"6/26/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":144,"Cost":132,"Date":"7/23/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":441,"Cost":362,"Date":"11/21/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":155,"Cost":122,"Date":"11/26/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":106,"Cost":86,"Date":"2/20/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":683,"Cost":443,"Date":"5/21/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":874,"Cost":505,"Date":"9/28/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":444,"Cost":285,"Date":"1/3/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":605,"Cost":540,"Date":"2/2/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":943,"Cost":576,"Date":"3/18/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":108,"Cost":69,"Date":"10/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":76,"Cost":38,"Date":"2/16/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":764,"Cost":433,"Date":"6/7/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":349,"Cost":194,"Date":"1/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":163,"Cost":110,"Date":"3/27/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":765,"Cost":466,"Date":"5/12/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":677,"Cost":561,"Date":"7/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":311,"Cost":182,"Date":"8/8/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":756,"Cost":604,"Date":"12/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":397,"Cost":371,"Date":"1/17/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":988,"Cost":625,"Date":"3/8/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":91,"Cost":56,"Date":"6/6/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":113,"Cost":89,"Date":"6/16/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":261,"Cost":185,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":503,"Cost":332,"Date":"11/19/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":533,"Cost":324,"Date":"12/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":814,"Cost":544,"Date":"2/4/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":456,"Cost":406,"Date":"3/8/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":69,"Cost":37,"Date":"12/18/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":223,"Cost":142,"Date":"3/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":751,"Cost":493,"Date":"4/20/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":995,"Cost":796,"Date":"6/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":625,"Cost":324,"Date":"7/23/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":164,"Cost":135,"Date":"11/21/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":600,"Cost":538,"Date":"11/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":951,"Cost":586,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":489,"Cost":368,"Date":"5/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":746,"Cost":665,"Date":"9/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":151,"Cost":100,"Date":"1/3/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":928,"Cost":596,"Date":"2/2/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":323,"Cost":225,"Date":"3/18/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":977,"Cost":890,"Date":"10/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":948,"Cost":503,"Date":"2/16/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":326,"Cost":271,"Date":"6/7/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":914,"Cost":571,"Date":"1/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":437,"Cost":295,"Date":"3/27/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":863,"Cost":760,"Date":"5/12/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":966,"Cost":536,"Date":"7/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":948,"Cost":721,"Date":"8/8/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":771,"Cost":683,"Date":"12/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":511,"Cost":303,"Date":"1/17/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":566,"Cost":310,"Date":"3/8/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":605,"Cost":374,"Date":"6/6/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":889,"Cost":654,"Date":"6/16/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":78,"Cost":42,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":372,"Cost":258,"Date":"11/19/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":242,"Cost":209,"Date":"12/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":288,"Cost":177,"Date":"2/4/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":198,"Cost":100,"Date":"3/8/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":960,"Cost":533,"Date":"12/18/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":457,"Cost":232,"Date":"3/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":967,"Cost":676,"Date":"4/20/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":620,"Cost":475,"Date":"6/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":912,"Cost":859,"Date":"7/23/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":316,"Cost":208,"Date":"11/21/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":921,"Cost":668,"Date":"11/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":465,"Cost":400,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":67,"Cost":63,"Date":"5/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":846,"Cost":580,"Date":"9/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":1,"Cost":1,"Date":"1/3/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":202,"Cost":166,"Date":"2/2/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":597,"Cost":558,"Date":"3/18/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":231,"Cost":218,"Date":"10/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":659,"Cost":397,"Date":"2/16/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":575,"Cost":373,"Date":"6/7/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":51,"Cost":26,"Date":"1/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":508,"Cost":350,"Date":"3/27/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":447,"Cost":275,"Date":"5/12/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":257,"Cost":196,"Date":"7/28/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":381,"Cost":230,"Date":"8/8/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":682,"Cost":537,"Date":"12/7/2019"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":556,"Cost":395,"Date":"1/17/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":642,"Cost":539,"Date":"3/8/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":328,"Cost":260,"Date":"6/6/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":760,"Cost":659,"Date":"6/16/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":458,"Cost":271,"Date":"8/13/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":666,"Cost":337,"Date":"11/19/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":743,"Cost":400,"Date":"12/28/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":352,"Cost":220,"Date":"2/4/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":911,"Cost":698,"Date":"3/8/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":672,"Cost":426,"Date":"12/18/2021"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":823,"Cost":737,"Date":"3/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":797,"Cost":585,"Date":"4/20/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":61,"Cost":30,"Date":"6/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":451,"Cost":368,"Date":"7/23/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":124,"Cost":111,"Date":"11/21/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":972,"Cost":743,"Date":"11/26/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":880,"Cost":648,"Date":"2/20/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":66,"Cost":57,"Date":"5/21/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":499,"Cost":291,"Date":"9/28/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":469,"Cost":341,"Date":"1/3/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":819,"Cost":488,"Date":"2/2/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":59,"Cost":36,"Date":"3/18/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Jeans","Country":"China","Sale":123,"Cost":96,"Date":"10/14/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":323,"Cost":185,"Date":"2/16/2018"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":686,"Cost":467,"Date":"6/7/2018"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":393,"Cost":237,"Date":"1/28/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":814,"Cost":445,"Date":"3/27/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":766,"Cost":435,"Date":"5/12/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":921,"Cost":651,"Date":"7/28/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":294,"Cost":248,"Date":"8/8/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":758,"Cost":622,"Date":"12/7/2019"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":694,"Cost":600,"Date":"1/17/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":962,"Cost":851,"Date":"3/8/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":945,"Cost":677,"Date":"6/6/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":593,"Cost":357,"Date":"6/16/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":109,"Cost":63,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":331,"Cost":309,"Date":"11/19/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":892,"Cost":805,"Date":"12/28/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":316,"Cost":213,"Date":"2/4/2021"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":502,"Cost":461,"Date":"3/8/2021"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":166,"Cost":152,"Date":"12/18/2021"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":525,"Cost":474,"Date":"3/31/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":786,"Cost":571,"Date":"4/20/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":141,"Cost":94,"Date":"6/26/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":919,"Cost":503,"Date":"7/23/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":131,"Cost":68,"Date":"11/21/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":713,"Cost":433,"Date":"11/26/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":46,"Cost":36,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":233,"Cost":138,"Date":"5/21/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":973,"Cost":570,"Date":"9/28/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":312,"Cost":291,"Date":"1/3/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":711,"Cost":528,"Date":"2/2/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":166,"Cost":103,"Date":"3/18/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":66,"Cost":36,"Date":"10/14/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":363,"Cost":249,"Date":"2/16/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":590,"Cost":514,"Date":"6/7/2018"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":436,"Cost":317,"Date":"1/28/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":502,"Cost":465,"Date":"3/27/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":690,"Cost":471,"Date":"5/12/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":762,"Cost":579,"Date":"7/28/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":590,"Cost":349,"Date":"8/8/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":240,"Cost":196,"Date":"12/7/2019"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":719,"Cost":489,"Date":"1/17/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":501,"Cost":271,"Date":"3/8/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":101,"Cost":59,"Date":"6/6/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":624,"Cost":452,"Date":"6/16/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":547,"Cost":336,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":871,"Cost":529,"Date":"11/19/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":118,"Cost":93,"Date":"12/28/2020"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":546,"Cost":369,"Date":"2/4/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":282,"Cost":213,"Date":"3/8/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":490,"Cost":413,"Date":"12/18/2021"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":941,"Cost":503,"Date":"3/31/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":255,"Cost":170,"Date":"4/20/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":77,"Cost":69,"Date":"6/26/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":118,"Cost":81,"Date":"7/23/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":205,"Cost":191,"Date":"11/21/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":183,"Cost":108,"Date":"11/26/2022"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":432,"Cost":251,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":983,"Cost":632,"Date":"5/21/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":403,"Cost":258,"Date":"9/28/2023"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":230,"Cost":128,"Date":"1/3/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":827,"Cost":445,"Date":"2/2/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":202,"Cost":134,"Date":"3/18/2024"},{"Store":"Chengdu Global Center","Brand":"ARKET","Country":"China","Sale":929,"Cost":594,"Date":"10/14/2024"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":606,"Cost":316,"Date":"2/16/2018"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":217,"Cost":197,"Date":"6/7/2018"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":382,"Cost":247,"Date":"1/28/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":440,"Cost":263,"Date":"3/27/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":589,"Cost":480,"Date":"5/12/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":619,"Cost":474,"Date":"7/28/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":371,"Cost":263,"Date":"8/8/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":822,"Cost":622,"Date":"12/7/2019"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":695,"Cost":602,"Date":"1/17/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":801,"Cost":422,"Date":"3/8/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":518,"Cost":430,"Date":"6/6/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":582,"Cost":548,"Date":"6/16/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":627,"Cost":485,"Date":"8/13/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":283,"Cost":235,"Date":"11/19/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":532,"Cost":341,"Date":"12/28/2020"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":758,"Cost":468,"Date":"2/4/2021"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":40,"Cost":29,"Date":"3/8/2021"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":150,"Cost":87,"Date":"12/18/2021"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":335,"Cost":229,"Date":"3/31/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":763,"Cost":613,"Date":"4/20/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":179,"Cost":137,"Date":"6/26/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":285,"Cost":144,"Date":"7/23/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":586,"Cost":297,"Date":"11/21/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":907,"Cost":573,"Date":"11/26/2022"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":172,"Cost":115,"Date":"2/20/2023"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":215,"Cost":203,"Date":"5/21/2023"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":965,"Cost":565,"Date":"9/28/2023"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":208,"Cost":184,"Date":"1/3/2024"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":449,"Cost":397,"Date":"2/2/2024"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":34,"Cost":20,"Date":"3/18/2024"},{"Store":"Chengdu Global Center","Brand":"HM","Country":"China","Sale":952,"Cost":694,"Date":"10/14/2024"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":642,"Cost":565,"Date":"2/16/2018"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":268,"Cost":143,"Date":"6/7/2018"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":950,"Cost":651,"Date":"1/28/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":163,"Cost":141,"Date":"3/27/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":212,"Cost":200,"Date":"5/12/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":194,"Cost":181,"Date":"7/28/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":146,"Cost":126,"Date":"8/8/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":560,"Cost":505,"Date":"12/7/2019"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":661,"Cost":449,"Date":"1/17/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":146,"Cost":73,"Date":"3/8/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":477,"Cost":316,"Date":"6/6/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":476,"Cost":414,"Date":"6/16/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":329,"Cost":246,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":621,"Cost":350,"Date":"11/19/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":345,"Cost":267,"Date":"12/28/2020"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":926,"Cost":823,"Date":"2/4/2021"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":344,"Cost":178,"Date":"3/8/2021"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":633,"Cost":409,"Date":"12/18/2021"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":987,"Cost":767,"Date":"3/31/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":408,"Cost":357,"Date":"4/20/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":940,"Cost":673,"Date":"6/26/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":71,"Cost":39,"Date":"7/23/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":177,"Cost":142,"Date":"11/21/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":159,"Cost":89,"Date":"11/26/2022"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":451,"Cost":358,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":865,"Cost":819,"Date":"5/21/2023"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":23,"Cost":21,"Date":"9/28/2023"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":832,"Cost":663,"Date":"1/3/2024"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":990,"Cost":647,"Date":"2/2/2024"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":297,"Cost":204,"Date":"3/18/2024"},{"Store":"SKP Chengdu","Brand":"HM","Country":"China","Sale":122,"Cost":113,"Date":"10/14/2024"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":740,"Cost":384,"Date":"2/16/2018"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":815,"Cost":497,"Date":"6/7/2018"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":920,"Cost":716,"Date":"1/28/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":177,"Cost":98,"Date":"3/27/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":438,"Cost":295,"Date":"5/12/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":78,"Cost":50,"Date":"7/28/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":17,"Cost":15,"Date":"8/8/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":687,"Cost":469,"Date":"12/7/2019"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":381,"Cost":313,"Date":"1/17/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":828,"Cost":667,"Date":"3/8/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":489,"Cost":459,"Date":"6/6/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":385,"Cost":223,"Date":"6/16/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":719,"Cost":420,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":626,"Cost":459,"Date":"11/19/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":668,"Cost":388,"Date":"12/28/2020"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":81,"Cost":53,"Date":"2/4/2021"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":215,"Cost":111,"Date":"3/8/2021"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":807,"Cost":639,"Date":"12/18/2021"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":326,"Cost":239,"Date":"3/31/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":289,"Cost":266,"Date":"4/20/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":334,"Cost":244,"Date":"6/26/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":417,"Cost":210,"Date":"7/23/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":114,"Cost":88,"Date":"11/21/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":893,"Cost":690,"Date":"11/26/2022"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":775,"Cost":396,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":253,"Cost":193,"Date":"5/21/2023"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":960,"Cost":513,"Date":"9/28/2023"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":695,"Cost":423,"Date":"1/3/2024"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":67,"Cost":44,"Date":"2/2/2024"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":326,"Cost":218,"Date":"3/18/2024"},{"Store":"SKP Chengdu","Brand":"Sellpy","Country":"China","Sale":659,"Cost":526,"Date":"10/14/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":59,"Cost":30,"Date":"2/16/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":242,"Cost":209,"Date":"6/7/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":391,"Cost":301,"Date":"1/28/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":162,"Cost":125,"Date":"3/27/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":352,"Cost":308,"Date":"5/12/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":500,"Cost":382,"Date":"7/28/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":813,"Cost":616,"Date":"8/8/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":237,"Cost":196,"Date":"12/7/2019"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":843,"Cost":764,"Date":"1/17/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":878,"Cost":512,"Date":"3/8/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":936,"Cost":509,"Date":"6/6/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":244,"Cost":220,"Date":"6/16/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":851,"Cost":657,"Date":"8/13/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":196,"Cost":182,"Date":"11/19/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":187,"Cost":161,"Date":"12/28/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":381,"Cost":208,"Date":"2/4/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":959,"Cost":596,"Date":"3/8/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":166,"Cost":95,"Date":"12/18/2021"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":97,"Cost":54,"Date":"3/31/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":691,"Cost":421,"Date":"4/20/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":948,"Cost":568,"Date":"6/26/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":680,"Cost":641,"Date":"7/23/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":402,"Cost":314,"Date":"11/21/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":182,"Cost":143,"Date":"11/26/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":692,"Cost":371,"Date":"2/20/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":545,"Cost":288,"Date":"5/21/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":534,"Cost":380,"Date":"9/28/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":986,"Cost":551,"Date":"1/3/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":845,"Cost":460,"Date":"2/2/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":739,"Cost":600,"Date":"3/18/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":819,"Cost":704,"Date":"10/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":553,"Cost":304,"Date":"2/16/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":430,"Cost":245,"Date":"6/7/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":393,"Cost":321,"Date":"1/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":698,"Cost":582,"Date":"3/27/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":109,"Cost":81,"Date":"5/12/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":677,"Cost":441,"Date":"7/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":737,"Cost":457,"Date":"8/8/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":924,"Cost":644,"Date":"12/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":356,"Cost":291,"Date":"1/17/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":172,"Cost":124,"Date":"3/8/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":934,"Cost":705,"Date":"6/6/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":813,"Cost":669,"Date":"6/16/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":619,"Cost":513,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":314,"Cost":287,"Date":"11/19/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":368,"Cost":342,"Date":"12/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":545,"Cost":431,"Date":"2/4/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":217,"Cost":147,"Date":"3/8/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":146,"Cost":116,"Date":"12/18/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":416,"Cost":215,"Date":"3/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":386,"Cost":274,"Date":"4/20/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":706,"Cost":443,"Date":"6/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":478,"Cost":422,"Date":"7/23/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":296,"Cost":192,"Date":"11/21/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":451,"Cost":426,"Date":"11/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":203,"Cost":174,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":167,"Cost":113,"Date":"5/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":378,"Cost":343,"Date":"9/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":287,"Cost":199,"Date":"1/3/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":264,"Cost":141,"Date":"2/2/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":883,"Cost":589,"Date":"3/18/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Sellpy","Country":"China","Sale":457,"Cost":288,"Date":"10/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":915,"Cost":469,"Date":"2/16/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":751,"Cost":516,"Date":"6/7/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":518,"Cost":392,"Date":"1/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":638,"Cost":494,"Date":"3/27/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":224,"Cost":151,"Date":"5/12/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":572,"Cost":405,"Date":"7/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":539,"Cost":272,"Date":"8/8/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":180,"Cost":117,"Date":"12/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":933,"Cost":797,"Date":"1/17/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":276,"Cost":150,"Date":"3/8/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":145,"Cost":126,"Date":"6/6/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":53,"Cost":29,"Date":"6/16/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":970,"Cost":921,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":854,"Cost":783,"Date":"11/19/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":628,"Cost":373,"Date":"12/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":871,"Cost":563,"Date":"2/4/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":157,"Cost":131,"Date":"3/8/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":20,"Cost":12,"Date":"12/18/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":171,"Cost":122,"Date":"3/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":95,"Cost":66,"Date":"4/20/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":327,"Cost":244,"Date":"6/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":120,"Cost":97,"Date":"7/23/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":688,"Cost":615,"Date":"11/21/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":183,"Cost":158,"Date":"11/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":512,"Cost":264,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":497,"Cost":408,"Date":"5/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":492,"Cost":257,"Date":"9/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":708,"Cost":396,"Date":"1/3/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":386,"Cost":246,"Date":"2/2/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":958,"Cost":869,"Date":"3/18/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Jeans","Country":"China","Sale":68,"Cost":37,"Date":"10/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":149,"Cost":125,"Date":"2/16/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":874,"Cost":504,"Date":"6/7/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":823,"Cost":762,"Date":"1/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":479,"Cost":359,"Date":"3/27/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":505,"Cost":363,"Date":"5/12/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":524,"Cost":466,"Date":"7/28/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":35,"Cost":29,"Date":"8/8/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":536,"Cost":366,"Date":"12/7/2019"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":781,"Cost":464,"Date":"1/17/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":904,"Cost":814,"Date":"3/8/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":307,"Cost":266,"Date":"6/6/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":996,"Cost":915,"Date":"6/16/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":931,"Cost":515,"Date":"8/13/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":344,"Cost":176,"Date":"11/19/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":685,"Cost":509,"Date":"12/28/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":494,"Cost":361,"Date":"2/4/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":66,"Cost":61,"Date":"3/8/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":2,"Cost":1,"Date":"12/18/2021"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":499,"Cost":320,"Date":"3/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":86,"Cost":74,"Date":"4/20/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":900,"Cost":665,"Date":"6/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":826,"Cost":739,"Date":"7/23/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":688,"Cost":438,"Date":"11/21/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":793,"Cost":744,"Date":"11/26/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":526,"Cost":461,"Date":"2/20/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":691,"Cost":600,"Date":"5/21/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":364,"Cost":287,"Date":"9/28/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":820,"Cost":541,"Date":"1/3/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":409,"Cost":222,"Date":"2/2/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":57,"Cost":36,"Date":"3/18/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"Nova","Country":"China","Sale":714,"Cost":629,"Date":"10/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":319,"Cost":275,"Date":"2/16/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":273,"Cost":208,"Date":"6/7/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":210,"Cost":149,"Date":"1/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":246,"Cost":181,"Date":"3/27/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":669,"Cost":490,"Date":"5/12/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":606,"Cost":393,"Date":"7/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":294,"Cost":268,"Date":"8/8/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":446,"Cost":280,"Date":"12/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":402,"Cost":354,"Date":"1/17/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":532,"Cost":371,"Date":"3/8/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":165,"Cost":83,"Date":"6/6/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":209,"Cost":198,"Date":"6/16/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":242,"Cost":175,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":228,"Cost":139,"Date":"11/19/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":752,"Cost":673,"Date":"12/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":617,"Cost":496,"Date":"2/4/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":771,"Cost":565,"Date":"3/8/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":356,"Cost":186,"Date":"12/18/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":269,"Cost":173,"Date":"3/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":171,"Cost":115,"Date":"4/20/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":218,"Cost":163,"Date":"6/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":685,"Cost":425,"Date":"7/23/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":739,"Cost":673,"Date":"11/21/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":758,"Cost":564,"Date":"11/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":200,"Cost":176,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":399,"Cost":241,"Date":"5/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":93,"Cost":69,"Date":"9/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":958,"Cost":631,"Date":"1/3/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":791,"Cost":521,"Date":"2/2/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":609,"Cost":321,"Date":"3/18/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":971,"Cost":716,"Date":"10/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":712,"Cost":367,"Date":"2/16/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":829,"Cost":563,"Date":"6/7/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":783,"Cost":697,"Date":"1/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":679,"Cost":464,"Date":"3/27/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":138,"Cost":72,"Date":"5/12/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":186,"Cost":150,"Date":"7/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":850,"Cost":767,"Date":"8/8/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":862,"Cost":533,"Date":"12/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":978,"Cost":630,"Date":"1/17/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":913,"Cost":790,"Date":"3/8/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":345,"Cost":304,"Date":"6/6/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":115,"Cost":94,"Date":"6/16/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":38,"Cost":33,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":371,"Cost":251,"Date":"11/19/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":891,"Cost":549,"Date":"12/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":589,"Cost":500,"Date":"2/4/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":655,"Cost":448,"Date":"3/8/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":787,"Cost":612,"Date":"12/18/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":768,"Cost":547,"Date":"3/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":170,"Cost":129,"Date":"4/20/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":946,"Cost":694,"Date":"6/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":768,"Cost":435,"Date":"7/23/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":941,"Cost":687,"Date":"11/21/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":173,"Cost":153,"Date":"11/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":943,"Cost":742,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":509,"Cost":452,"Date":"5/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":626,"Cost":482,"Date":"9/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":23,"Cost":14,"Date":"1/3/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":912,"Cost":773,"Date":"2/2/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":491,"Cost":371,"Date":"3/18/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":261,"Cost":201,"Date":"10/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":337,"Cost":182,"Date":"2/16/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":879,"Cost":597,"Date":"6/7/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":968,"Cost":913,"Date":"1/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":28,"Cost":21,"Date":"3/27/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":109,"Cost":83,"Date":"5/12/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":741,"Cost":536,"Date":"7/28/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":291,"Cost":176,"Date":"8/8/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":224,"Cost":114,"Date":"12/7/2019"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":390,"Cost":313,"Date":"1/17/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":737,"Cost":595,"Date":"3/8/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":460,"Cost":366,"Date":"6/6/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":448,"Cost":307,"Date":"6/16/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":769,"Cost":599,"Date":"8/13/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":374,"Cost":188,"Date":"11/19/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":937,"Cost":581,"Date":"12/28/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":635,"Cost":326,"Date":"2/4/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":777,"Cost":466,"Date":"3/8/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":717,"Cost":391,"Date":"12/18/2021"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":767,"Cost":562,"Date":"3/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":860,"Cost":440,"Date":"4/20/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":957,"Cost":646,"Date":"6/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":894,"Cost":691,"Date":"7/23/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":383,"Cost":241,"Date":"11/21/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":139,"Cost":124,"Date":"11/26/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":630,"Cost":532,"Date":"2/20/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":115,"Cost":67,"Date":"5/21/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":685,"Cost":591,"Date":"9/28/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":597,"Cost":382,"Date":"1/3/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":523,"Cost":433,"Date":"2/2/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":880,"Cost":664,"Date":"3/18/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":636,"Cost":414,"Date":"10/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":625,"Cost":565,"Date":"2/16/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":7,"Cost":4,"Date":"6/7/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":915,"Cost":462,"Date":"1/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":894,"Cost":481,"Date":"3/27/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":798,"Cost":532,"Date":"5/12/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":395,"Cost":359,"Date":"7/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":100,"Cost":55,"Date":"8/8/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":632,"Cost":395,"Date":"12/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":383,"Cost":216,"Date":"1/17/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":604,"Cost":481,"Date":"3/8/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":943,"Cost":539,"Date":"6/6/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":901,"Cost":558,"Date":"6/16/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":799,"Cost":621,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":951,"Cost":716,"Date":"11/19/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":455,"Cost":431,"Date":"12/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":213,"Cost":175,"Date":"2/4/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":27,"Cost":22,"Date":"3/8/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":171,"Cost":123,"Date":"12/18/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":157,"Cost":117,"Date":"3/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":149,"Cost":136,"Date":"4/20/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":617,"Cost":466,"Date":"6/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":380,"Cost":212,"Date":"7/23/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":662,"Cost":612,"Date":"11/21/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":49,"Cost":46,"Date":"11/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":976,"Cost":922,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":702,"Cost":529,"Date":"5/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":530,"Cost":409,"Date":"9/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":639,"Cost":545,"Date":"1/3/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":549,"Cost":372,"Date":"2/2/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":179,"Cost":90,"Date":"3/18/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Jeans","Country":"China","Sale":792,"Cost":526,"Date":"10/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":534,"Cost":314,"Date":"2/16/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":139,"Cost":127,"Date":"6/7/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":885,"Cost":449,"Date":"1/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":500,"Cost":371,"Date":"3/27/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":556,"Cost":473,"Date":"5/12/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":479,"Cost":264,"Date":"7/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":147,"Cost":87,"Date":"8/8/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":427,"Cost":280,"Date":"12/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":687,"Cost":423,"Date":"1/17/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":418,"Cost":297,"Date":"3/8/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":669,"Cost":592,"Date":"6/6/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":66,"Cost":61,"Date":"6/16/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":6,"Cost":4,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":202,"Cost":139,"Date":"11/19/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":12,"Cost":7,"Date":"12/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":308,"Cost":218,"Date":"2/4/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":383,"Cost":290,"Date":"3/8/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":289,"Cost":214,"Date":"12/18/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":836,"Cost":422,"Date":"3/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":859,"Cost":759,"Date":"4/20/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":780,"Cost":695,"Date":"6/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":737,"Cost":589,"Date":"7/23/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":175,"Cost":156,"Date":"11/21/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":173,"Cost":97,"Date":"11/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":279,"Cost":242,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":343,"Cost":252,"Date":"5/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":788,"Cost":562,"Date":"9/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":869,"Cost":655,"Date":"1/3/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":240,"Cost":199,"Date":"2/2/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":871,"Cost":821,"Date":"3/18/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Nova","Country":"China","Sale":255,"Cost":221,"Date":"10/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":696,"Cost":658,"Date":"2/16/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":166,"Cost":83,"Date":"6/7/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":24,"Cost":17,"Date":"1/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":930,"Cost":545,"Date":"3/27/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":725,"Cost":492,"Date":"5/12/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":994,"Cost":747,"Date":"7/28/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":983,"Cost":647,"Date":"8/8/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":84,"Cost":53,"Date":"12/7/2019"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":190,"Cost":126,"Date":"1/17/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":920,"Cost":658,"Date":"3/8/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":723,"Cost":493,"Date":"6/6/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":979,"Cost":560,"Date":"6/16/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":18,"Cost":17,"Date":"8/13/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":507,"Cost":315,"Date":"11/19/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":572,"Cost":443,"Date":"12/28/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":731,"Cost":444,"Date":"2/4/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":328,"Cost":277,"Date":"3/8/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":999,"Cost":517,"Date":"12/18/2021"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":615,"Cost":314,"Date":"3/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":734,"Cost":375,"Date":"4/20/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":679,"Cost":506,"Date":"6/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":997,"Cost":610,"Date":"7/23/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":22,"Cost":14,"Date":"11/21/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":280,"Cost":197,"Date":"11/26/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":295,"Cost":171,"Date":"2/20/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":622,"Cost":312,"Date":"5/21/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":979,"Cost":748,"Date":"9/28/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":54,"Cost":37,"Date":"1/3/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":841,"Cost":790,"Date":"2/2/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":818,"Cost":584,"Date":"3/18/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":835,"Cost":459,"Date":"10/14/2024"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":359,"Cost":273,"Date":"2/16/2018"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":589,"Cost":411,"Date":"6/7/2018"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":62,"Cost":42,"Date":"1/28/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":905,"Cost":733,"Date":"3/27/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":148,"Cost":118,"Date":"5/12/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":312,"Cost":276,"Date":"7/28/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":472,"Cost":404,"Date":"8/8/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":220,"Cost":114,"Date":"12/7/2019"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":228,"Cost":197,"Date":"1/17/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":793,"Cost":568,"Date":"3/8/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":557,"Cost":339,"Date":"6/6/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":195,"Cost":177,"Date":"6/16/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":800,"Cost":437,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":36,"Cost":26,"Date":"11/19/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":26,"Cost":25,"Date":"12/28/2020"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":661,"Cost":547,"Date":"2/4/2021"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":714,"Cost":365,"Date":"3/8/2021"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":513,"Cost":272,"Date":"12/18/2021"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":552,"Cost":463,"Date":"3/31/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":836,"Cost":596,"Date":"4/20/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":24,"Cost":17,"Date":"6/26/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":508,"Cost":348,"Date":"7/23/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":678,"Cost":410,"Date":"11/21/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":265,"Cost":167,"Date":"11/26/2022"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":9,"Cost":8,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":769,"Cost":486,"Date":"5/21/2023"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":303,"Cost":271,"Date":"9/28/2023"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":478,"Cost":407,"Date":"1/3/2024"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":994,"Cost":862,"Date":"2/2/2024"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":467,"Cost":341,"Date":"3/18/2024"},{"Store":"Suzhou Center Mall","Brand":"HM","Country":"China","Sale":186,"Cost":114,"Date":"10/14/2024"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":698,"Cost":569,"Date":"2/16/2018"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":626,"Cost":440,"Date":"6/7/2018"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":976,"Cost":558,"Date":"1/28/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":484,"Cost":451,"Date":"3/27/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":199,"Cost":149,"Date":"5/12/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":16,"Cost":10,"Date":"7/28/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":445,"Cost":360,"Date":"8/8/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":211,"Cost":132,"Date":"12/7/2019"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":82,"Cost":77,"Date":"1/17/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":370,"Cost":238,"Date":"3/8/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":240,"Cost":179,"Date":"6/6/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":421,"Cost":342,"Date":"6/16/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":450,"Cost":377,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":390,"Cost":290,"Date":"11/19/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":256,"Cost":221,"Date":"12/28/2020"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":456,"Cost":375,"Date":"2/4/2021"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":479,"Cost":445,"Date":"3/8/2021"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":3,"Cost":3,"Date":"12/18/2021"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":843,"Cost":724,"Date":"3/31/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":576,"Cost":335,"Date":"4/20/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":218,"Cost":206,"Date":"6/26/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":694,"Cost":537,"Date":"7/23/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":920,"Cost":667,"Date":"11/21/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":471,"Cost":417,"Date":"11/26/2022"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":19,"Cost":9,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":754,"Cost":493,"Date":"5/21/2023"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":616,"Cost":455,"Date":"9/28/2023"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":66,"Cost":43,"Date":"1/3/2024"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":459,"Cost":259,"Date":"2/2/2024"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":300,"Cost":207,"Date":"3/18/2024"},{"Store":"Suzhou Center Mall","Brand":"HM Home","Country":"China","Sale":970,"Cost":860,"Date":"10/14/2024"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":709,"Cost":502,"Date":"2/16/2018"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":394,"Cost":359,"Date":"6/7/2018"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":517,"Cost":457,"Date":"1/28/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":569,"Cost":532,"Date":"3/27/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":323,"Cost":196,"Date":"5/12/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":748,"Cost":444,"Date":"7/28/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":298,"Cost":258,"Date":"8/8/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":821,"Cost":462,"Date":"12/7/2019"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":237,"Cost":196,"Date":"1/17/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":315,"Cost":300,"Date":"3/8/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":904,"Cost":565,"Date":"6/6/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":580,"Cost":516,"Date":"6/16/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":401,"Cost":233,"Date":"8/13/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":41,"Cost":30,"Date":"11/19/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":159,"Cost":82,"Date":"12/28/2020"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":350,"Cost":299,"Date":"2/4/2021"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":794,"Cost":667,"Date":"3/8/2021"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":742,"Cost":493,"Date":"12/18/2021"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":203,"Cost":150,"Date":"3/31/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":965,"Cost":488,"Date":"4/20/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":910,"Cost":464,"Date":"6/26/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":661,"Cost":571,"Date":"7/23/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":256,"Cost":178,"Date":"11/21/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":252,"Cost":171,"Date":"11/26/2022"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":602,"Cost":307,"Date":"2/20/2023"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":737,"Cost":613,"Date":"5/21/2023"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":824,"Cost":717,"Date":"9/28/2023"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":863,"Cost":816,"Date":"1/3/2024"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":318,"Cost":165,"Date":"2/2/2024"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":457,"Cost":375,"Date":"3/18/2024"},{"Store":"Suzhou Center Mall","Brand":"Nova","Country":"China","Sale":371,"Cost":331,"Date":"10/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":606,"Cost":452,"Date":"2/16/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":734,"Cost":451,"Date":"6/7/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":666,"Cost":561,"Date":"1/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":64,"Cost":45,"Date":"3/27/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":743,"Cost":566,"Date":"5/12/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":928,"Cost":493,"Date":"7/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":606,"Cost":420,"Date":"8/8/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":303,"Cost":259,"Date":"12/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":256,"Cost":152,"Date":"1/17/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":29,"Cost":19,"Date":"3/8/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":388,"Cost":202,"Date":"6/6/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":436,"Cost":224,"Date":"6/16/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":248,"Cost":187,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":746,"Cost":550,"Date":"11/19/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":714,"Cost":478,"Date":"12/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":188,"Cost":138,"Date":"2/4/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":216,"Cost":109,"Date":"3/8/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":205,"Cost":146,"Date":"12/18/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":469,"Cost":371,"Date":"3/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":928,"Cost":582,"Date":"4/20/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":803,"Cost":664,"Date":"6/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":396,"Cost":236,"Date":"7/23/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":229,"Cost":163,"Date":"11/21/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":917,"Cost":667,"Date":"11/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":754,"Cost":384,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":81,"Cost":41,"Date":"5/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":797,"Cost":470,"Date":"9/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":211,"Cost":144,"Date":"1/3/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":617,"Cost":509,"Date":"2/2/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":780,"Cost":561,"Date":"3/18/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"ARKET","Country":"China","Sale":570,"Cost":427,"Date":"10/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":780,"Cost":704,"Date":"2/16/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":716,"Cost":490,"Date":"6/7/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":138,"Cost":112,"Date":"1/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":291,"Cost":171,"Date":"3/27/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":148,"Cost":120,"Date":"5/12/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":316,"Cost":214,"Date":"7/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":597,"Cost":493,"Date":"8/8/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":144,"Cost":76,"Date":"12/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":854,"Cost":651,"Date":"1/17/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":988,"Cost":516,"Date":"3/8/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":24,"Cost":20,"Date":"6/6/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":54,"Cost":50,"Date":"6/16/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":976,"Cost":850,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":549,"Cost":464,"Date":"11/19/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":772,"Cost":407,"Date":"12/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":968,"Cost":900,"Date":"2/4/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":154,"Cost":133,"Date":"3/8/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":63,"Cost":55,"Date":"12/18/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":748,"Cost":622,"Date":"3/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":555,"Cost":421,"Date":"4/20/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":849,"Cost":649,"Date":"6/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":584,"Cost":531,"Date":"7/23/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":258,"Cost":243,"Date":"11/21/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":966,"Cost":811,"Date":"11/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":51,"Cost":41,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":465,"Cost":370,"Date":"5/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":175,"Cost":122,"Date":"9/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":976,"Cost":778,"Date":"1/3/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":612,"Cost":441,"Date":"2/2/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":722,"Cost":539,"Date":"3/18/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":904,"Cost":619,"Date":"10/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":457,"Cost":350,"Date":"2/16/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":16,"Cost":12,"Date":"6/7/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":55,"Cost":40,"Date":"1/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":974,"Cost":502,"Date":"3/27/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":678,"Cost":370,"Date":"5/12/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":88,"Cost":54,"Date":"7/28/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":297,"Cost":197,"Date":"8/8/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":266,"Cost":179,"Date":"12/7/2019"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":213,"Cost":140,"Date":"1/17/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":957,"Cost":576,"Date":"3/8/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":55,"Cost":35,"Date":"6/6/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":850,"Cost":458,"Date":"6/16/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":924,"Cost":758,"Date":"8/13/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":763,"Cost":687,"Date":"11/19/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":27,"Cost":22,"Date":"12/28/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":883,"Cost":578,"Date":"2/4/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":510,"Cost":426,"Date":"3/8/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":15,"Cost":7,"Date":"12/18/2021"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":553,"Cost":455,"Date":"3/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":212,"Cost":113,"Date":"4/20/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":361,"Cost":280,"Date":"6/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":960,"Cost":565,"Date":"7/23/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":689,"Cost":550,"Date":"11/21/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":427,"Cost":344,"Date":"11/26/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":123,"Cost":87,"Date":"2/20/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":368,"Cost":193,"Date":"5/21/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":562,"Cost":529,"Date":"9/28/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":808,"Cost":713,"Date":"1/3/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":998,"Cost":520,"Date":"2/2/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":462,"Cost":255,"Date":"3/18/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"HM Home","Country":"China","Sale":839,"Cost":644,"Date":"10/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":726,"Cost":689,"Date":"2/16/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":684,"Cost":408,"Date":"6/7/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":140,"Cost":87,"Date":"1/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":129,"Cost":118,"Date":"3/27/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":68,"Cost":62,"Date":"5/12/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":755,"Cost":684,"Date":"7/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":554,"Cost":386,"Date":"8/8/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":685,"Cost":402,"Date":"12/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":203,"Cost":117,"Date":"1/17/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":104,"Cost":67,"Date":"3/8/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":395,"Cost":328,"Date":"6/6/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":306,"Cost":208,"Date":"6/16/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":675,"Cost":501,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":62,"Cost":52,"Date":"11/19/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":840,"Cost":656,"Date":"12/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":213,"Cost":159,"Date":"2/4/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":275,"Cost":190,"Date":"3/8/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":856,"Cost":454,"Date":"12/18/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":514,"Cost":305,"Date":"3/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":331,"Cost":256,"Date":"4/20/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":58,"Cost":54,"Date":"6/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":923,"Cost":758,"Date":"7/23/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":888,"Cost":455,"Date":"11/21/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":822,"Cost":445,"Date":"11/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":136,"Cost":126,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":828,"Cost":693,"Date":"5/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":802,"Cost":597,"Date":"9/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":450,"Cost":353,"Date":"1/3/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":95,"Cost":79,"Date":"2/2/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":187,"Cost":123,"Date":"3/18/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":802,"Cost":644,"Date":"10/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":386,"Cost":316,"Date":"2/16/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":190,"Cost":162,"Date":"6/7/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":341,"Cost":245,"Date":"1/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":475,"Cost":345,"Date":"3/27/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":530,"Cost":353,"Date":"5/12/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":644,"Cost":554,"Date":"7/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":925,"Cost":756,"Date":"8/8/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":157,"Cost":117,"Date":"12/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":355,"Cost":297,"Date":"1/17/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":415,"Cost":252,"Date":"3/8/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":487,"Cost":355,"Date":"6/6/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":953,"Cost":853,"Date":"6/16/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":891,"Cost":520,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":30,"Cost":23,"Date":"11/19/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":192,"Cost":138,"Date":"12/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":789,"Cost":488,"Date":"2/4/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":114,"Cost":73,"Date":"3/8/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":222,"Cost":191,"Date":"12/18/2021"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":682,"Cost":408,"Date":"3/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":863,"Cost":567,"Date":"4/20/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":580,"Cost":318,"Date":"6/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":888,"Cost":676,"Date":"7/23/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":569,"Cost":475,"Date":"11/21/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":682,"Cost":479,"Date":"11/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":842,"Cost":700,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":503,"Cost":333,"Date":"5/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":102,"Cost":72,"Date":"9/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":308,"Cost":244,"Date":"1/3/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":413,"Cost":314,"Date":"2/2/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":500,"Cost":317,"Date":"3/18/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Sellpy","Country":"China","Sale":217,"Cost":154,"Date":"10/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":906,"Cost":562,"Date":"2/16/2018"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":908,"Cost":567,"Date":"6/7/2018"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":779,"Cost":443,"Date":"1/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":846,"Cost":513,"Date":"3/27/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":851,"Cost":770,"Date":"5/12/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":595,"Cost":341,"Date":"7/28/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":286,"Cost":149,"Date":"8/8/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":685,"Cost":487,"Date":"12/7/2019"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":496,"Cost":428,"Date":"1/17/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":585,"Cost":472,"Date":"3/8/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":778,"Cost":398,"Date":"6/6/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":880,"Cost":680,"Date":"6/16/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":397,"Cost":200,"Date":"8/13/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":406,"Cost":374,"Date":"11/19/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":291,"Cost":184,"Date":"12/28/2020"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":805,"Cost":658,"Date":"2/4/2021"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":794,"Cost":639,"Date":"3/8/2021"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":578,"Cost":358,"Date":"12/18/2021"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":313,"Cost":231,"Date":"3/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":364,"Cost":330,"Date":"4/20/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":492,"Cost":452,"Date":"6/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":302,"Cost":269,"Date":"7/23/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":565,"Cost":362,"Date":"11/21/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":300,"Cost":261,"Date":"11/26/2022"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":19,"Cost":16,"Date":"2/20/2023"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":180,"Cost":138,"Date":"5/21/2023"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":68,"Cost":52,"Date":"9/28/2023"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":725,"Cost":596,"Date":"1/3/2024"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":541,"Cost":404,"Date":"2/2/2024"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":584,"Cost":553,"Date":"3/18/2024"},{"Store":"Xi'an Century Ginwa","Brand":"ARKET","Country":"China","Sale":500,"Cost":361,"Date":"10/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":455,"Cost":349,"Date":"2/16/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":458,"Cost":297,"Date":"6/7/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":159,"Cost":87,"Date":"1/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":343,"Cost":305,"Date":"3/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":310,"Cost":177,"Date":"5/12/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":649,"Cost":600,"Date":"7/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":570,"Cost":506,"Date":"8/8/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":693,"Cost":570,"Date":"12/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":830,"Cost":487,"Date":"1/17/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":43,"Cost":22,"Date":"3/8/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":641,"Cost":578,"Date":"6/6/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":752,"Cost":713,"Date":"6/16/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":509,"Cost":268,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":598,"Cost":542,"Date":"11/19/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":791,"Cost":513,"Date":"12/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":816,"Cost":672,"Date":"2/4/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":426,"Cost":243,"Date":"3/8/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":630,"Cost":590,"Date":"12/18/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":131,"Cost":123,"Date":"3/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":610,"Cost":453,"Date":"4/20/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":909,"Cost":568,"Date":"6/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":228,"Cost":144,"Date":"7/23/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":328,"Cost":221,"Date":"11/21/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":796,"Cost":601,"Date":"11/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":40,"Cost":32,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":24,"Cost":14,"Date":"5/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":635,"Cost":405,"Date":"9/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":756,"Cost":532,"Date":"1/3/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":520,"Cost":384,"Date":"2/2/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":563,"Cost":455,"Date":"3/18/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":40,"Cost":35,"Date":"10/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":171,"Cost":159,"Date":"2/16/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":735,"Cost":470,"Date":"6/7/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":396,"Cost":304,"Date":"1/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":666,"Cost":501,"Date":"3/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":729,"Cost":547,"Date":"5/12/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":572,"Cost":305,"Date":"7/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":628,"Cost":427,"Date":"8/8/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":345,"Cost":176,"Date":"12/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":430,"Cost":276,"Date":"1/17/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":220,"Cost":183,"Date":"3/8/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":479,"Cost":361,"Date":"6/6/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":125,"Cost":72,"Date":"6/16/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":93,"Cost":63,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":960,"Cost":693,"Date":"11/19/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":46,"Cost":31,"Date":"12/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":700,"Cost":660,"Date":"2/4/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":293,"Cost":174,"Date":"3/8/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":346,"Cost":257,"Date":"12/18/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":722,"Cost":685,"Date":"3/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":389,"Cost":319,"Date":"4/20/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":92,"Cost":88,"Date":"6/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":829,"Cost":645,"Date":"7/23/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":641,"Cost":320,"Date":"11/21/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":544,"Cost":508,"Date":"11/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":442,"Cost":296,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":232,"Cost":134,"Date":"5/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":675,"Cost":551,"Date":"9/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":879,"Cost":509,"Date":"1/3/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":793,"Cost":620,"Date":"2/2/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":125,"Cost":93,"Date":"3/18/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":267,"Cost":141,"Date":"10/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":892,"Cost":719,"Date":"2/16/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":890,"Cost":486,"Date":"6/7/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":734,"Cost":512,"Date":"1/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":400,"Cost":204,"Date":"3/27/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":13,"Cost":9,"Date":"5/12/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":996,"Cost":868,"Date":"7/28/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":180,"Cost":129,"Date":"8/8/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":707,"Cost":389,"Date":"12/7/2019"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":6,"Cost":6,"Date":"1/17/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":347,"Cost":312,"Date":"3/8/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":688,"Cost":469,"Date":"6/6/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":743,"Cost":613,"Date":"6/16/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":899,"Cost":597,"Date":"8/13/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":609,"Cost":475,"Date":"11/19/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":535,"Cost":347,"Date":"12/28/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":307,"Cost":246,"Date":"2/4/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":127,"Cost":77,"Date":"3/8/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":295,"Cost":209,"Date":"12/18/2021"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":724,"Cost":546,"Date":"3/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":752,"Cost":671,"Date":"4/20/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":29,"Cost":18,"Date":"6/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":717,"Cost":399,"Date":"7/23/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":447,"Cost":409,"Date":"11/21/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":180,"Cost":92,"Date":"11/26/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":772,"Cost":628,"Date":"2/20/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":3,"Cost":2,"Date":"5/21/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":152,"Cost":135,"Date":"9/28/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":924,"Cost":666,"Date":"1/3/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":991,"Cost":760,"Date":"2/2/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":138,"Cost":131,"Date":"3/18/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Jeans","Country":"China","Sale":753,"Cost":555,"Date":"10/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":601,"Cost":443,"Date":"2/16/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":712,"Cost":658,"Date":"6/7/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":278,"Cost":231,"Date":"1/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":239,"Cost":208,"Date":"3/27/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":665,"Cost":385,"Date":"5/12/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":239,"Cost":132,"Date":"7/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":925,"Cost":691,"Date":"8/8/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":183,"Cost":167,"Date":"12/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":800,"Cost":634,"Date":"1/17/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":342,"Cost":194,"Date":"3/8/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":254,"Cost":234,"Date":"6/6/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":860,"Cost":602,"Date":"6/16/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":204,"Cost":192,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":962,"Cost":623,"Date":"11/19/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":96,"Cost":90,"Date":"12/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":111,"Cost":69,"Date":"2/4/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":432,"Cost":400,"Date":"3/8/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":662,"Cost":440,"Date":"12/18/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":381,"Cost":287,"Date":"3/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":331,"Cost":195,"Date":"4/20/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":829,"Cost":457,"Date":"6/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":713,"Cost":392,"Date":"7/23/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":514,"Cost":270,"Date":"11/21/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":146,"Cost":86,"Date":"11/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":336,"Cost":285,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":945,"Cost":645,"Date":"5/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":844,"Cost":697,"Date":"9/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":204,"Cost":184,"Date":"1/3/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":373,"Cost":337,"Date":"2/2/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":56,"Cost":30,"Date":"3/18/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"COS","Country":"China","Sale":80,"Cost":60,"Date":"10/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":529,"Cost":325,"Date":"2/16/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":975,"Cost":623,"Date":"6/7/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":920,"Cost":501,"Date":"1/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":18,"Cost":10,"Date":"3/27/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":901,"Cost":646,"Date":"5/12/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":347,"Cost":274,"Date":"7/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":513,"Cost":459,"Date":"8/8/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":61,"Cost":33,"Date":"12/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":266,"Cost":153,"Date":"1/17/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":963,"Cost":753,"Date":"3/8/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":916,"Cost":493,"Date":"6/6/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":916,"Cost":635,"Date":"6/16/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":568,"Cost":375,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":528,"Cost":485,"Date":"11/19/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":982,"Cost":815,"Date":"12/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":839,"Cost":702,"Date":"2/4/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":473,"Cost":398,"Date":"3/8/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":967,"Cost":752,"Date":"12/18/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":484,"Cost":259,"Date":"3/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":313,"Cost":250,"Date":"4/20/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":125,"Cost":66,"Date":"6/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":175,"Cost":120,"Date":"7/23/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":966,"Cost":484,"Date":"11/21/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":714,"Cost":609,"Date":"11/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":496,"Cost":444,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":919,"Cost":612,"Date":"5/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":652,"Cost":618,"Date":"9/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":77,"Cost":62,"Date":"1/3/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":216,"Cost":108,"Date":"2/2/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":989,"Cost":938,"Date":"3/18/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"ARKET","Country":"China","Sale":80,"Cost":53,"Date":"10/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":648,"Cost":532,"Date":"2/16/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":439,"Cost":416,"Date":"6/7/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":774,"Cost":463,"Date":"1/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":321,"Cost":250,"Date":"3/27/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":907,"Cost":700,"Date":"5/12/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":831,"Cost":587,"Date":"7/28/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":620,"Cost":313,"Date":"8/8/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":949,"Cost":812,"Date":"12/7/2019"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":860,"Cost":742,"Date":"1/17/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":267,"Cost":151,"Date":"3/8/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":429,"Cost":329,"Date":"6/6/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":443,"Cost":411,"Date":"6/16/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":777,"Cost":518,"Date":"8/13/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":515,"Cost":342,"Date":"11/19/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":626,"Cost":390,"Date":"12/28/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":640,"Cost":323,"Date":"2/4/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":33,"Cost":19,"Date":"3/8/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":142,"Cost":82,"Date":"12/18/2021"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":688,"Cost":362,"Date":"3/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":272,"Cost":166,"Date":"4/20/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":47,"Cost":29,"Date":"6/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":385,"Cost":345,"Date":"7/23/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":234,"Cost":176,"Date":"11/21/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":899,"Cost":708,"Date":"11/26/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":651,"Cost":409,"Date":"2/20/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":524,"Cost":290,"Date":"5/21/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":26,"Cost":14,"Date":"9/28/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":622,"Cost":365,"Date":"1/3/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":658,"Cost":485,"Date":"2/2/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":214,"Cost":192,"Date":"3/18/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"Sellpy","Country":"China","Sale":582,"Cost":328,"Date":"10/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":268,"Cost":216,"Date":"2/16/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":898,"Cost":488,"Date":"6/7/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":508,"Cost":346,"Date":"1/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":516,"Cost":448,"Date":"3/27/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":345,"Cost":238,"Date":"5/12/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":924,"Cost":875,"Date":"7/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":891,"Cost":755,"Date":"8/8/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":280,"Cost":198,"Date":"12/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":238,"Cost":145,"Date":"1/17/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":722,"Cost":590,"Date":"3/8/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":662,"Cost":487,"Date":"6/6/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":187,"Cost":103,"Date":"6/16/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":646,"Cost":335,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":631,"Cost":419,"Date":"11/19/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":466,"Cost":414,"Date":"12/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":197,"Cost":118,"Date":"2/4/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":397,"Cost":293,"Date":"3/8/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":322,"Cost":182,"Date":"12/18/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":981,"Cost":712,"Date":"3/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":133,"Cost":125,"Date":"4/20/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":821,"Cost":624,"Date":"6/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":719,"Cost":550,"Date":"7/23/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":108,"Cost":55,"Date":"11/21/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":340,"Cost":276,"Date":"11/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":937,"Cost":852,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":728,"Cost":668,"Date":"5/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":650,"Cost":329,"Date":"9/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":882,"Cost":703,"Date":"1/3/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":847,"Cost":562,"Date":"2/2/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":532,"Cost":386,"Date":"3/18/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":413,"Cost":307,"Date":"10/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":873,"Cost":593,"Date":"2/16/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":222,"Cost":163,"Date":"6/7/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":826,"Cost":705,"Date":"1/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":578,"Cost":500,"Date":"3/27/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":559,"Cost":477,"Date":"5/12/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":840,"Cost":791,"Date":"7/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":33,"Cost":22,"Date":"8/8/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":445,"Cost":393,"Date":"12/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":111,"Cost":67,"Date":"1/17/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":464,"Cost":419,"Date":"3/8/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":336,"Cost":230,"Date":"6/6/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":513,"Cost":449,"Date":"6/16/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":774,"Cost":563,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":354,"Cost":309,"Date":"11/19/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":258,"Cost":212,"Date":"12/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":323,"Cost":302,"Date":"2/4/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":572,"Cost":444,"Date":"3/8/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":261,"Cost":205,"Date":"12/18/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":446,"Cost":339,"Date":"3/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":311,"Cost":215,"Date":"4/20/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":184,"Cost":125,"Date":"6/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":473,"Cost":325,"Date":"7/23/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":326,"Cost":196,"Date":"11/21/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":294,"Cost":179,"Date":"11/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":777,"Cost":391,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":873,"Cost":502,"Date":"5/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":233,"Cost":177,"Date":"9/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":871,"Cost":783,"Date":"1/3/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":786,"Cost":421,"Date":"2/2/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":368,"Cost":273,"Date":"3/18/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"COS","Country":"China","Sale":173,"Cost":117,"Date":"10/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":88,"Cost":77,"Date":"2/16/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":851,"Cost":574,"Date":"6/7/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":740,"Cost":619,"Date":"1/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":91,"Cost":57,"Date":"3/27/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":326,"Cost":193,"Date":"5/12/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":382,"Cost":337,"Date":"7/28/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":931,"Cost":571,"Date":"8/8/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":371,"Cost":348,"Date":"12/7/2019"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":733,"Cost":427,"Date":"1/17/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":638,"Cost":379,"Date":"3/8/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":914,"Cost":835,"Date":"6/6/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":222,"Cost":144,"Date":"6/16/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":652,"Cost":496,"Date":"8/13/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":341,"Cost":200,"Date":"11/19/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":843,"Cost":710,"Date":"12/28/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":954,"Cost":762,"Date":"2/4/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":271,"Cost":155,"Date":"3/8/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":956,"Cost":877,"Date":"12/18/2021"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":211,"Cost":156,"Date":"3/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":520,"Cost":441,"Date":"4/20/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":758,"Cost":602,"Date":"6/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":357,"Cost":291,"Date":"7/23/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":259,"Cost":172,"Date":"11/21/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":244,"Cost":171,"Date":"11/26/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":64,"Cost":36,"Date":"2/20/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":72,"Cost":50,"Date":"5/21/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":790,"Cost":434,"Date":"9/28/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":944,"Cost":614,"Date":"1/3/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":371,"Cost":288,"Date":"2/2/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":430,"Cost":314,"Date":"3/18/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"HM Home","Country":"China","Sale":743,"Cost":391,"Date":"10/14/2024"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":331,"Cost":234,"Date":"2/16/2018"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":717,"Cost":602,"Date":"6/7/2018"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":426,"Cost":240,"Date":"1/28/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":223,"Cost":182,"Date":"3/27/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":456,"Cost":290,"Date":"5/12/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":767,"Cost":623,"Date":"7/28/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":864,"Cost":514,"Date":"8/8/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":224,"Cost":202,"Date":"12/7/2019"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":178,"Cost":143,"Date":"1/17/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":898,"Cost":611,"Date":"3/8/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":380,"Cost":353,"Date":"6/6/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":939,"Cost":825,"Date":"6/16/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":919,"Cost":803,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":803,"Cost":422,"Date":"11/19/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":648,"Cost":445,"Date":"12/28/2020"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":895,"Cost":510,"Date":"2/4/2021"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":839,"Cost":564,"Date":"3/8/2021"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":794,"Cost":662,"Date":"12/18/2021"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":362,"Cost":193,"Date":"3/31/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":173,"Cost":163,"Date":"4/20/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":460,"Cost":435,"Date":"6/26/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":600,"Cost":339,"Date":"7/23/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":150,"Cost":136,"Date":"11/21/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":825,"Cost":460,"Date":"11/26/2022"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":67,"Cost":40,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":794,"Cost":512,"Date":"5/21/2023"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":329,"Cost":178,"Date":"9/28/2023"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":743,"Cost":503,"Date":"1/3/2024"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":215,"Cost":123,"Date":"2/2/2024"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":637,"Cost":563,"Date":"3/18/2024"},{"Store":"Nanjing Aqua City","Brand":"COS","Country":"China","Sale":39,"Cost":29,"Date":"10/14/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":283,"Cost":235,"Date":"2/16/2018"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":154,"Cost":115,"Date":"6/7/2018"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":557,"Cost":312,"Date":"1/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":145,"Cost":118,"Date":"3/27/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":662,"Cost":352,"Date":"5/12/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":465,"Cost":246,"Date":"7/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":851,"Cost":662,"Date":"8/8/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":827,"Cost":605,"Date":"12/7/2019"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":737,"Cost":693,"Date":"1/17/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":137,"Cost":109,"Date":"3/8/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":537,"Cost":501,"Date":"6/6/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":754,"Cost":479,"Date":"6/16/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":219,"Cost":175,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":585,"Cost":537,"Date":"11/19/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":51,"Cost":45,"Date":"12/28/2020"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":210,"Cost":163,"Date":"2/4/2021"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":238,"Cost":132,"Date":"3/8/2021"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":268,"Cost":157,"Date":"12/18/2021"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":414,"Cost":385,"Date":"3/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":795,"Cost":664,"Date":"4/20/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":139,"Cost":115,"Date":"6/26/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":883,"Cost":565,"Date":"7/23/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":94,"Cost":50,"Date":"11/21/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":857,"Cost":598,"Date":"11/26/2022"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":428,"Cost":353,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":821,"Cost":521,"Date":"5/21/2023"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":554,"Cost":423,"Date":"9/28/2023"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":734,"Cost":380,"Date":"1/3/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":990,"Cost":939,"Date":"2/2/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":404,"Cost":242,"Date":"3/18/2024"},{"Store":"Nanjing Aqua City","Brand":"Nova","Country":"China","Sale":105,"Cost":91,"Date":"10/14/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":761,"Cost":473,"Date":"2/16/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":407,"Cost":294,"Date":"6/7/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":66,"Cost":33,"Date":"1/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":1,"Cost":0,"Date":"3/27/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":791,"Cost":397,"Date":"5/12/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":484,"Cost":434,"Date":"7/28/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":88,"Cost":46,"Date":"8/8/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":129,"Cost":77,"Date":"12/7/2019"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":763,"Cost":668,"Date":"1/17/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":18,"Cost":13,"Date":"3/8/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":915,"Cost":727,"Date":"6/6/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":200,"Cost":167,"Date":"6/16/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":92,"Cost":50,"Date":"8/13/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":252,"Cost":169,"Date":"11/19/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":907,"Cost":801,"Date":"12/28/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":363,"Cost":298,"Date":"2/4/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":748,"Cost":545,"Date":"3/8/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":992,"Cost":720,"Date":"12/18/2021"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":339,"Cost":207,"Date":"3/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":245,"Cost":214,"Date":"4/20/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":249,"Cost":227,"Date":"6/26/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":58,"Cost":44,"Date":"7/23/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":715,"Cost":487,"Date":"11/21/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":829,"Cost":588,"Date":"11/26/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":613,"Cost":514,"Date":"2/20/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":327,"Cost":305,"Date":"5/21/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":639,"Cost":532,"Date":"9/28/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":836,"Cost":547,"Date":"1/3/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":644,"Cost":594,"Date":"2/2/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":48,"Cost":30,"Date":"3/18/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":484,"Cost":273,"Date":"10/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":669,"Cost":410,"Date":"2/16/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":913,"Cost":462,"Date":"6/7/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":884,"Cost":684,"Date":"1/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":931,"Cost":694,"Date":"3/27/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":701,"Cost":488,"Date":"5/12/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":758,"Cost":610,"Date":"7/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":540,"Cost":481,"Date":"8/8/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":211,"Cost":165,"Date":"12/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":145,"Cost":136,"Date":"1/17/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":303,"Cost":177,"Date":"3/8/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":595,"Cost":510,"Date":"6/6/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":308,"Cost":273,"Date":"6/16/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":972,"Cost":848,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":584,"Cost":392,"Date":"11/19/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":174,"Cost":88,"Date":"12/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":821,"Cost":625,"Date":"2/4/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":52,"Cost":37,"Date":"3/8/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":343,"Cost":323,"Date":"12/18/2021"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":898,"Cost":513,"Date":"3/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":204,"Cost":189,"Date":"4/20/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":532,"Cost":417,"Date":"6/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":92,"Cost":68,"Date":"7/23/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":686,"Cost":385,"Date":"11/21/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":192,"Cost":127,"Date":"11/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":858,"Cost":588,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":902,"Cost":721,"Date":"5/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":647,"Cost":519,"Date":"9/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":825,"Cost":425,"Date":"1/3/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":229,"Cost":217,"Date":"2/2/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":770,"Cost":697,"Date":"3/18/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Sellpy","Country":"China","Sale":566,"Cost":342,"Date":"10/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":326,"Cost":302,"Date":"2/16/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":436,"Cost":323,"Date":"6/7/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":934,"Cost":809,"Date":"1/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":841,"Cost":475,"Date":"3/27/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":724,"Cost":514,"Date":"5/12/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":676,"Cost":445,"Date":"7/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":929,"Cost":629,"Date":"8/8/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":586,"Cost":297,"Date":"12/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":895,"Cost":734,"Date":"1/17/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":561,"Cost":509,"Date":"3/8/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":4,"Cost":2,"Date":"6/6/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":120,"Cost":102,"Date":"6/16/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":458,"Cost":277,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":140,"Cost":93,"Date":"11/19/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":465,"Cost":281,"Date":"12/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":97,"Cost":48,"Date":"2/4/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":723,"Cost":495,"Date":"3/8/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":270,"Cost":242,"Date":"12/18/2021"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":773,"Cost":388,"Date":"3/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":127,"Cost":105,"Date":"4/20/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":394,"Cost":340,"Date":"6/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":127,"Cost":87,"Date":"7/23/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":210,"Cost":168,"Date":"11/21/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":942,"Cost":730,"Date":"11/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":259,"Cost":135,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":671,"Cost":493,"Date":"5/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":280,"Cost":167,"Date":"9/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":253,"Cost":209,"Date":"1/3/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":667,"Cost":346,"Date":"2/2/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":819,"Cost":590,"Date":"3/18/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":220,"Cost":143,"Date":"10/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":764,"Cost":425,"Date":"2/16/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":823,"Cost":599,"Date":"6/7/2018"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":882,"Cost":744,"Date":"1/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":246,"Cost":171,"Date":"3/27/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":853,"Cost":726,"Date":"5/12/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":18,"Cost":13,"Date":"7/28/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":796,"Cost":455,"Date":"8/8/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":318,"Cost":192,"Date":"12/7/2019"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":696,"Cost":560,"Date":"1/17/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":288,"Cost":159,"Date":"3/8/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":283,"Cost":206,"Date":"6/6/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":871,"Cost":785,"Date":"6/16/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":992,"Cost":534,"Date":"8/13/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":422,"Cost":321,"Date":"11/19/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":818,"Cost":440,"Date":"12/28/2020"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":218,"Cost":179,"Date":"2/4/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":378,"Cost":318,"Date":"3/8/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":504,"Cost":414,"Date":"12/18/2021"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":170,"Cost":127,"Date":"3/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":959,"Cost":579,"Date":"4/20/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":7,"Cost":6,"Date":"6/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":979,"Cost":515,"Date":"7/23/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":908,"Cost":834,"Date":"11/21/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":506,"Cost":279,"Date":"11/26/2022"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":533,"Cost":427,"Date":"2/20/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":992,"Cost":566,"Date":"5/21/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":514,"Cost":273,"Date":"9/28/2023"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":8,"Cost":8,"Date":"1/3/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":78,"Cost":48,"Date":"2/2/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":140,"Cost":114,"Date":"3/18/2024"},{"Store":"Nanjing Xinjiekou","Brand":"HM","Country":"China","Sale":575,"Cost":457,"Date":"10/14/2024"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":477,"Cost":304,"Date":"2/16/2018"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":413,"Cost":212,"Date":"6/7/2018"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":168,"Cost":153,"Date":"1/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":250,"Cost":227,"Date":"3/27/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":335,"Cost":299,"Date":"5/12/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":743,"Cost":463,"Date":"7/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":470,"Cost":429,"Date":"8/8/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":572,"Cost":480,"Date":"12/7/2019"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":854,"Cost":716,"Date":"1/17/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":918,"Cost":665,"Date":"3/8/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":838,"Cost":619,"Date":"6/6/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":900,"Cost":764,"Date":"6/16/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":764,"Cost":682,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":593,"Cost":349,"Date":"11/19/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":388,"Cost":354,"Date":"12/28/2020"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":960,"Cost":717,"Date":"2/4/2021"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":275,"Cost":198,"Date":"3/8/2021"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":266,"Cost":167,"Date":"12/18/2021"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":39,"Cost":24,"Date":"3/31/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":103,"Cost":96,"Date":"4/20/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":816,"Cost":539,"Date":"6/26/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":39,"Cost":34,"Date":"7/23/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":249,"Cost":168,"Date":"11/21/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":813,"Cost":541,"Date":"11/26/2022"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":403,"Cost":348,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":581,"Cost":420,"Date":"5/21/2023"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":236,"Cost":195,"Date":"9/28/2023"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":786,"Cost":730,"Date":"1/3/2024"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":858,"Cost":595,"Date":"2/2/2024"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":59,"Cost":46,"Date":"3/18/2024"},{"Store":"Wuhan International Plaza","Brand":"Nova","Country":"China","Sale":508,"Cost":262,"Date":"10/14/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":441,"Cost":227,"Date":"2/16/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":345,"Cost":212,"Date":"6/7/2018"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":213,"Cost":108,"Date":"1/28/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":631,"Cost":332,"Date":"3/27/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":89,"Cost":68,"Date":"5/12/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":103,"Cost":59,"Date":"7/28/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":345,"Cost":203,"Date":"8/8/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":101,"Cost":62,"Date":"12/7/2019"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":890,"Cost":498,"Date":"1/17/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":505,"Cost":392,"Date":"3/8/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":927,"Cost":498,"Date":"6/6/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":66,"Cost":42,"Date":"6/16/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":372,"Cost":217,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":384,"Cost":278,"Date":"11/19/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":303,"Cost":236,"Date":"12/28/2020"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":458,"Cost":375,"Date":"2/4/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":343,"Cost":255,"Date":"3/8/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":924,"Cost":796,"Date":"12/18/2021"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":490,"Cost":389,"Date":"3/31/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":964,"Cost":841,"Date":"4/20/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":836,"Cost":693,"Date":"6/26/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":278,"Cost":140,"Date":"7/23/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":664,"Cost":571,"Date":"11/21/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":445,"Cost":264,"Date":"11/26/2022"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":299,"Cost":251,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":774,"Cost":644,"Date":"5/21/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":709,"Cost":498,"Date":"9/28/2023"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":508,"Cost":277,"Date":"1/3/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":335,"Cost":237,"Date":"2/2/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":828,"Cost":441,"Date":"3/18/2024"},{"Store":"Wuhan International Plaza","Brand":"ARKET","Country":"China","Sale":665,"Cost":343,"Date":"10/14/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":836,"Cost":627,"Date":"2/16/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":379,"Cost":260,"Date":"6/7/2018"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":655,"Cost":411,"Date":"1/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":780,"Cost":715,"Date":"3/27/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":577,"Cost":500,"Date":"5/12/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":754,"Cost":640,"Date":"7/28/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":905,"Cost":576,"Date":"8/8/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":824,"Cost":562,"Date":"12/7/2019"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":574,"Cost":307,"Date":"1/17/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":272,"Cost":159,"Date":"3/8/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":21,"Cost":17,"Date":"6/6/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":283,"Cost":161,"Date":"6/16/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":298,"Cost":226,"Date":"8/13/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":301,"Cost":186,"Date":"11/19/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":350,"Cost":276,"Date":"12/28/2020"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":507,"Cost":412,"Date":"2/4/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":374,"Cost":283,"Date":"3/8/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":576,"Cost":455,"Date":"12/18/2021"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":626,"Cost":428,"Date":"3/31/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":713,"Cost":435,"Date":"4/20/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":441,"Cost":346,"Date":"6/26/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":386,"Cost":212,"Date":"7/23/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":257,"Cost":197,"Date":"11/21/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":467,"Cost":319,"Date":"11/26/2022"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":968,"Cost":824,"Date":"2/20/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":29,"Cost":27,"Date":"5/21/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":684,"Cost":561,"Date":"9/28/2023"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":868,"Cost":708,"Date":"1/3/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":45,"Cost":43,"Date":"2/2/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":53,"Cost":45,"Date":"3/18/2024"},{"Store":"Wuhan International Plaza","Brand":"Sellpy","Country":"China","Sale":854,"Cost":483,"Date":"10/14/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":520,"Cost":406,"Date":"2/16/2018"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":956,"Cost":560,"Date":"6/7/2018"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":203,"Cost":162,"Date":"1/28/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":51,"Cost":49,"Date":"3/27/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":598,"Cost":439,"Date":"5/12/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":365,"Cost":266,"Date":"7/28/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":452,"Cost":390,"Date":"8/8/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":258,"Cost":141,"Date":"12/7/2019"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":294,"Cost":166,"Date":"1/17/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":531,"Cost":433,"Date":"3/8/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":932,"Cost":885,"Date":"6/6/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":742,"Cost":677,"Date":"6/16/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":542,"Cost":348,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":643,"Cost":578,"Date":"11/19/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":894,"Cost":622,"Date":"12/28/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":456,"Cost":398,"Date":"2/4/2021"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":609,"Cost":445,"Date":"3/8/2021"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":20,"Cost":12,"Date":"12/18/2021"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":715,"Cost":644,"Date":"3/31/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":315,"Cost":218,"Date":"4/20/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":481,"Cost":310,"Date":"6/26/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":647,"Cost":460,"Date":"7/23/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":503,"Cost":472,"Date":"11/21/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":423,"Cost":214,"Date":"11/26/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":302,"Cost":263,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":842,"Cost":531,"Date":"5/21/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":951,"Cost":519,"Date":"9/28/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":803,"Cost":444,"Date":"1/3/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":135,"Cost":97,"Date":"2/2/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":116,"Cost":58,"Date":"3/18/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":756,"Cost":659,"Date":"10/14/2024"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":676,"Cost":460,"Date":"2/16/2018"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":571,"Cost":539,"Date":"6/7/2018"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":916,"Cost":852,"Date":"1/28/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":473,"Cost":291,"Date":"3/27/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":36,"Cost":34,"Date":"5/12/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":246,"Cost":176,"Date":"7/28/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":661,"Cost":411,"Date":"8/8/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":336,"Cost":194,"Date":"12/7/2019"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":962,"Cost":608,"Date":"1/17/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":188,"Cost":164,"Date":"3/8/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":268,"Cost":179,"Date":"6/6/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":973,"Cost":547,"Date":"6/16/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":376,"Cost":279,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":86,"Cost":44,"Date":"11/19/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":434,"Cost":274,"Date":"12/28/2020"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":862,"Cost":727,"Date":"2/4/2021"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":460,"Cost":249,"Date":"3/8/2021"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":98,"Cost":69,"Date":"12/18/2021"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":370,"Cost":306,"Date":"3/31/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":990,"Cost":733,"Date":"4/20/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":305,"Cost":237,"Date":"6/26/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":834,"Cost":577,"Date":"7/23/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":864,"Cost":773,"Date":"11/21/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":36,"Cost":31,"Date":"11/26/2022"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":842,"Cost":794,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":127,"Cost":65,"Date":"5/21/2023"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":652,"Cost":599,"Date":"9/28/2023"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":896,"Cost":555,"Date":"1/3/2024"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":998,"Cost":586,"Date":"2/2/2024"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":78,"Cost":73,"Date":"3/18/2024"},{"Store":"K11 Wuhan","Brand":"HM Home","Country":"China","Sale":707,"Cost":425,"Date":"10/14/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":354,"Cost":314,"Date":"2/16/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":723,"Cost":557,"Date":"6/7/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":360,"Cost":305,"Date":"1/28/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":573,"Cost":517,"Date":"3/27/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":33,"Cost":20,"Date":"5/12/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":5,"Cost":5,"Date":"7/28/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":177,"Cost":155,"Date":"8/8/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":458,"Cost":313,"Date":"12/7/2019"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":929,"Cost":804,"Date":"1/17/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":194,"Cost":104,"Date":"3/8/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":156,"Cost":104,"Date":"6/6/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":224,"Cost":206,"Date":"6/16/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":969,"Cost":690,"Date":"8/13/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":631,"Cost":382,"Date":"11/19/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":33,"Cost":24,"Date":"12/28/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":470,"Cost":308,"Date":"2/4/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":174,"Cost":131,"Date":"3/8/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":757,"Cost":582,"Date":"12/18/2021"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":244,"Cost":169,"Date":"3/31/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":680,"Cost":540,"Date":"4/20/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":884,"Cost":663,"Date":"6/26/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":422,"Cost":259,"Date":"7/23/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":309,"Cost":178,"Date":"11/21/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":960,"Cost":490,"Date":"11/26/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":131,"Cost":92,"Date":"2/20/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":680,"Cost":437,"Date":"5/21/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":714,"Cost":594,"Date":"9/28/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":333,"Cost":245,"Date":"1/3/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":530,"Cost":373,"Date":"2/2/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":810,"Cost":723,"Date":"3/18/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":488,"Cost":393,"Date":"10/14/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":144,"Cost":81,"Date":"2/16/2018"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":95,"Cost":90,"Date":"6/7/2018"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":562,"Cost":498,"Date":"1/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":632,"Cost":367,"Date":"3/27/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":223,"Cost":124,"Date":"5/12/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":398,"Cost":350,"Date":"7/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":474,"Cost":280,"Date":"8/8/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":821,"Cost":611,"Date":"12/7/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":247,"Cost":148,"Date":"1/17/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":56,"Cost":50,"Date":"3/8/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":461,"Cost":355,"Date":"6/6/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":91,"Cost":63,"Date":"6/16/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":156,"Cost":118,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":953,"Cost":738,"Date":"11/19/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":499,"Cost":263,"Date":"12/28/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":367,"Cost":288,"Date":"2/4/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":297,"Cost":179,"Date":"3/8/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":694,"Cost":634,"Date":"12/18/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":568,"Cost":303,"Date":"3/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":511,"Cost":405,"Date":"4/20/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":334,"Cost":194,"Date":"6/26/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":212,"Cost":164,"Date":"7/23/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":299,"Cost":240,"Date":"11/21/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":381,"Cost":223,"Date":"11/26/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":604,"Cost":312,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":801,"Cost":709,"Date":"5/21/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":920,"Cost":855,"Date":"9/28/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":776,"Cost":562,"Date":"1/3/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":951,"Cost":654,"Date":"2/2/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":648,"Cost":331,"Date":"3/18/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":665,"Cost":393,"Date":"10/14/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":936,"Cost":541,"Date":"2/16/2018"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":495,"Cost":289,"Date":"6/7/2018"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":988,"Cost":843,"Date":"1/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":274,"Cost":178,"Date":"3/27/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":714,"Cost":623,"Date":"5/12/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":762,"Cost":419,"Date":"7/28/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":951,"Cost":886,"Date":"8/8/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":770,"Cost":597,"Date":"12/7/2019"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":774,"Cost":564,"Date":"1/17/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":726,"Cost":581,"Date":"3/8/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":338,"Cost":264,"Date":"6/6/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":768,"Cost":602,"Date":"6/16/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":934,"Cost":706,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":796,"Cost":735,"Date":"11/19/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":148,"Cost":78,"Date":"12/28/2020"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":499,"Cost":278,"Date":"2/4/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":640,"Cost":487,"Date":"3/8/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":730,"Cost":475,"Date":"12/18/2021"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":778,"Cost":638,"Date":"3/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":630,"Cost":512,"Date":"4/20/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":363,"Cost":225,"Date":"6/26/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":848,"Cost":521,"Date":"7/23/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":174,"Cost":100,"Date":"11/21/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":793,"Cost":483,"Date":"11/26/2022"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":193,"Cost":166,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":709,"Cost":481,"Date":"5/21/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":492,"Cost":252,"Date":"9/28/2023"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":746,"Cost":704,"Date":"1/3/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":842,"Cost":656,"Date":"2/2/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":112,"Cost":101,"Date":"3/18/2024"},{"Store":"Wuhan Han Street","Brand":"HM Home","Country":"China","Sale":321,"Cost":278,"Date":"10/14/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":62,"Cost":48,"Date":"2/16/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":682,"Cost":636,"Date":"6/7/2018"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":981,"Cost":640,"Date":"1/28/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":747,"Cost":549,"Date":"3/27/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":894,"Cost":630,"Date":"5/12/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":216,"Cost":173,"Date":"7/28/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":508,"Cost":477,"Date":"8/8/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":429,"Cost":403,"Date":"12/7/2019"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":636,"Cost":554,"Date":"1/17/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":907,"Cost":758,"Date":"3/8/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":580,"Cost":547,"Date":"6/6/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":245,"Cost":163,"Date":"6/16/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":407,"Cost":291,"Date":"8/13/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":242,"Cost":167,"Date":"11/19/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":849,"Cost":727,"Date":"12/28/2020"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":163,"Cost":151,"Date":"2/4/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":370,"Cost":202,"Date":"3/8/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":698,"Cost":591,"Date":"12/18/2021"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":933,"Cost":810,"Date":"3/31/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":716,"Cost":595,"Date":"4/20/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":894,"Cost":701,"Date":"6/26/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":352,"Cost":322,"Date":"7/23/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":632,"Cost":585,"Date":"11/21/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":784,"Cost":698,"Date":"11/26/2022"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":658,"Cost":380,"Date":"2/20/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":325,"Cost":175,"Date":"5/21/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":735,"Cost":640,"Date":"9/28/2023"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":272,"Cost":149,"Date":"1/3/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":153,"Cost":139,"Date":"2/2/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":411,"Cost":364,"Date":"3/18/2024"},{"Store":"Wuhan Han Street","Brand":"Sellpy","Country":"China","Sale":426,"Cost":318,"Date":"10/14/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":981,"Cost":579,"Date":"2/16/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":33,"Cost":23,"Date":"6/7/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":619,"Cost":417,"Date":"1/28/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":73,"Cost":37,"Date":"3/27/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":229,"Cost":201,"Date":"5/12/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":901,"Cost":622,"Date":"7/28/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":212,"Cost":143,"Date":"8/8/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":463,"Cost":440,"Date":"12/7/2019"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":297,"Cost":156,"Date":"1/17/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":128,"Cost":85,"Date":"3/8/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":208,"Cost":108,"Date":"6/6/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":184,"Cost":159,"Date":"6/16/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":829,"Cost":492,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":139,"Cost":127,"Date":"11/19/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":858,"Cost":454,"Date":"12/28/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":776,"Cost":507,"Date":"2/4/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":225,"Cost":113,"Date":"3/8/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":790,"Cost":528,"Date":"12/18/2021"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":828,"Cost":755,"Date":"3/31/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":553,"Cost":520,"Date":"4/20/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":751,"Cost":648,"Date":"6/26/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":704,"Cost":486,"Date":"7/23/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":660,"Cost":514,"Date":"11/21/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":367,"Cost":244,"Date":"11/26/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":491,"Cost":424,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":179,"Cost":119,"Date":"5/21/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":847,"Cost":779,"Date":"9/28/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":193,"Cost":139,"Date":"1/3/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":744,"Cost":391,"Date":"2/2/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":105,"Cost":92,"Date":"3/18/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":637,"Cost":520,"Date":"10/14/2024"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":916,"Cost":716,"Date":"2/16/2018"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":727,"Cost":677,"Date":"6/7/2018"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":954,"Cost":831,"Date":"1/28/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":161,"Cost":106,"Date":"3/27/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":50,"Cost":44,"Date":"5/12/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":267,"Cost":208,"Date":"7/28/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":727,"Cost":686,"Date":"8/8/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":781,"Cost":602,"Date":"12/7/2019"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":617,"Cost":517,"Date":"1/17/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":375,"Cost":323,"Date":"3/8/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":460,"Cost":411,"Date":"6/6/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":394,"Cost":282,"Date":"6/16/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":610,"Cost":352,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":195,"Cost":177,"Date":"11/19/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":398,"Cost":372,"Date":"12/28/2020"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":195,"Cost":185,"Date":"2/4/2021"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":501,"Cost":355,"Date":"3/8/2021"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":732,"Cost":520,"Date":"12/18/2021"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":458,"Cost":354,"Date":"3/31/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":144,"Cost":124,"Date":"4/20/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":819,"Cost":748,"Date":"6/26/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":879,"Cost":739,"Date":"7/23/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":125,"Cost":107,"Date":"11/21/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":88,"Cost":55,"Date":"11/26/2022"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":111,"Cost":62,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":258,"Cost":133,"Date":"5/21/2023"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":739,"Cost":445,"Date":"9/28/2023"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":332,"Cost":173,"Date":"1/3/2024"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":514,"Cost":257,"Date":"2/2/2024"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":495,"Cost":402,"Date":"3/18/2024"},{"Store":"Tianjin Joy City","Brand":"Sellpy","Country":"China","Sale":140,"Cost":74,"Date":"10/14/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":609,"Cost":321,"Date":"2/16/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":51,"Cost":49,"Date":"6/7/2018"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":729,"Cost":373,"Date":"1/28/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":111,"Cost":70,"Date":"3/27/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":38,"Cost":27,"Date":"5/12/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":72,"Cost":51,"Date":"7/28/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":777,"Cost":736,"Date":"8/8/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":524,"Cost":276,"Date":"12/7/2019"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":869,"Cost":616,"Date":"1/17/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":30,"Cost":25,"Date":"3/8/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":162,"Cost":132,"Date":"6/6/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":657,"Cost":575,"Date":"6/16/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":380,"Cost":350,"Date":"8/13/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":787,"Cost":640,"Date":"11/19/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":248,"Cost":222,"Date":"12/28/2020"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":811,"Cost":451,"Date":"2/4/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":571,"Cost":304,"Date":"3/8/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":106,"Cost":80,"Date":"12/18/2021"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":71,"Cost":59,"Date":"3/31/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":528,"Cost":323,"Date":"4/20/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":946,"Cost":795,"Date":"6/26/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":263,"Cost":132,"Date":"7/23/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":299,"Cost":216,"Date":"11/21/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":317,"Cost":267,"Date":"11/26/2022"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":869,"Cost":627,"Date":"2/20/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":608,"Cost":330,"Date":"5/21/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":955,"Cost":626,"Date":"9/28/2023"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":157,"Cost":137,"Date":"1/3/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":822,"Cost":618,"Date":"2/2/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":506,"Cost":454,"Date":"3/18/2024"},{"Store":"Tianjin Joy City","Brand":"ARKET","Country":"China","Sale":727,"Cost":670,"Date":"10/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":649,"Cost":439,"Date":"2/16/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":402,"Cost":268,"Date":"6/7/2018"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":614,"Cost":413,"Date":"1/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":254,"Cost":240,"Date":"3/27/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":769,"Cost":701,"Date":"5/12/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":407,"Cost":262,"Date":"7/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":465,"Cost":416,"Date":"8/8/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":653,"Cost":382,"Date":"12/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":570,"Cost":454,"Date":"1/17/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":859,"Cost":495,"Date":"3/8/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":505,"Cost":263,"Date":"6/6/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":403,"Cost":210,"Date":"6/16/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":435,"Cost":270,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":79,"Cost":42,"Date":"11/19/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":431,"Cost":242,"Date":"12/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":1000,"Cost":579,"Date":"2/4/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":49,"Cost":27,"Date":"3/8/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":643,"Cost":330,"Date":"12/18/2021"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":872,"Cost":708,"Date":"3/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":675,"Cost":570,"Date":"4/20/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":894,"Cost":457,"Date":"6/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":486,"Cost":287,"Date":"7/23/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":337,"Cost":182,"Date":"11/21/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":296,"Cost":149,"Date":"11/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":895,"Cost":549,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":73,"Cost":54,"Date":"5/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":61,"Cost":37,"Date":"9/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":84,"Cost":45,"Date":"1/3/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":354,"Cost":198,"Date":"2/2/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":992,"Cost":764,"Date":"3/18/2024"},{"Store":"Riverside 66, Tianjin","Brand":"COS","Country":"China","Sale":797,"Cost":533,"Date":"10/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":5,"Cost":3,"Date":"2/16/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":179,"Cost":144,"Date":"6/7/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":779,"Cost":727,"Date":"1/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":581,"Cost":385,"Date":"3/27/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":36,"Cost":21,"Date":"5/12/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":379,"Cost":291,"Date":"7/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":639,"Cost":333,"Date":"8/8/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":391,"Cost":359,"Date":"12/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":880,"Cost":518,"Date":"1/17/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":574,"Cost":451,"Date":"3/8/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":496,"Cost":342,"Date":"6/6/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":415,"Cost":303,"Date":"6/16/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":495,"Cost":272,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":585,"Cost":332,"Date":"11/19/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":415,"Cost":271,"Date":"12/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":325,"Cost":256,"Date":"2/4/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":815,"Cost":603,"Date":"3/8/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":220,"Cost":193,"Date":"12/18/2021"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":108,"Cost":71,"Date":"3/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":653,"Cost":481,"Date":"4/20/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":721,"Cost":430,"Date":"6/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":947,"Cost":789,"Date":"7/23/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":515,"Cost":434,"Date":"11/21/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":807,"Cost":441,"Date":"11/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":10,"Cost":7,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":496,"Cost":282,"Date":"5/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":848,"Cost":457,"Date":"9/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":161,"Cost":110,"Date":"1/3/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":605,"Cost":395,"Date":"2/2/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":263,"Cost":239,"Date":"3/18/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Sellpy","Country":"China","Sale":721,"Cost":379,"Date":"10/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":664,"Cost":437,"Date":"2/16/2018"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":346,"Cost":179,"Date":"6/7/2018"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":682,"Cost":624,"Date":"1/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":866,"Cost":670,"Date":"3/27/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":345,"Cost":198,"Date":"5/12/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":371,"Cost":240,"Date":"7/28/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":651,"Cost":386,"Date":"8/8/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":930,"Cost":861,"Date":"12/7/2019"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":655,"Cost":458,"Date":"1/17/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":250,"Cost":229,"Date":"3/8/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":657,"Cost":573,"Date":"6/6/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":936,"Cost":854,"Date":"6/16/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":379,"Cost":235,"Date":"8/13/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":632,"Cost":381,"Date":"11/19/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":633,"Cost":353,"Date":"12/28/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":291,"Cost":245,"Date":"2/4/2021"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":297,"Cost":191,"Date":"3/8/2021"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":932,"Cost":654,"Date":"12/18/2021"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":976,"Cost":587,"Date":"3/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":90,"Cost":46,"Date":"4/20/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":594,"Cost":552,"Date":"6/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":155,"Cost":93,"Date":"7/23/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":954,"Cost":610,"Date":"11/21/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":528,"Cost":340,"Date":"11/26/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":245,"Cost":202,"Date":"2/20/2023"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":763,"Cost":455,"Date":"5/21/2023"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":792,"Cost":535,"Date":"9/28/2023"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":75,"Cost":69,"Date":"1/3/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":925,"Cost":713,"Date":"2/2/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":523,"Cost":435,"Date":"3/18/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":914,"Cost":527,"Date":"10/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":478,"Cost":256,"Date":"2/16/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":969,"Cost":866,"Date":"6/7/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":663,"Cost":553,"Date":"1/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":538,"Cost":380,"Date":"3/27/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":883,"Cost":768,"Date":"5/12/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":435,"Cost":399,"Date":"7/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":609,"Cost":474,"Date":"8/8/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":615,"Cost":418,"Date":"12/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":134,"Cost":82,"Date":"1/17/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":154,"Cost":130,"Date":"3/8/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":550,"Cost":397,"Date":"6/6/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":620,"Cost":490,"Date":"6/16/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":806,"Cost":425,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":777,"Cost":419,"Date":"11/19/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":568,"Cost":350,"Date":"12/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":86,"Cost":70,"Date":"2/4/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":750,"Cost":621,"Date":"3/8/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":424,"Cost":283,"Date":"12/18/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":501,"Cost":262,"Date":"3/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":455,"Cost":414,"Date":"4/20/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":64,"Cost":44,"Date":"6/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":702,"Cost":366,"Date":"7/23/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":102,"Cost":76,"Date":"11/21/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":52,"Cost":43,"Date":"11/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":744,"Cost":577,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":237,"Cost":125,"Date":"5/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":910,"Cost":690,"Date":"9/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":990,"Cost":712,"Date":"1/3/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":893,"Cost":542,"Date":"2/2/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":682,"Cost":444,"Date":"3/18/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM","Country":"China","Sale":382,"Cost":317,"Date":"10/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":907,"Cost":500,"Date":"2/16/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":365,"Cost":198,"Date":"6/7/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":239,"Cost":211,"Date":"1/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":651,"Cost":352,"Date":"3/27/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":399,"Cost":210,"Date":"5/12/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":258,"Cost":135,"Date":"7/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":874,"Cost":797,"Date":"8/8/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":651,"Cost":533,"Date":"12/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":179,"Cost":94,"Date":"1/17/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":305,"Cost":198,"Date":"3/8/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":519,"Cost":490,"Date":"6/6/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":474,"Cost":318,"Date":"6/16/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":449,"Cost":247,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":587,"Cost":519,"Date":"11/19/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":567,"Cost":306,"Date":"12/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":293,"Cost":189,"Date":"2/4/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":24,"Cost":17,"Date":"3/8/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":425,"Cost":278,"Date":"12/18/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":666,"Cost":408,"Date":"3/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":975,"Cost":853,"Date":"4/20/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":521,"Cost":278,"Date":"6/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":104,"Cost":91,"Date":"7/23/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":957,"Cost":789,"Date":"11/21/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":481,"Cost":325,"Date":"11/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":955,"Cost":567,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":816,"Cost":647,"Date":"5/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":931,"Cost":609,"Date":"9/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":129,"Cost":122,"Date":"1/3/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":968,"Cost":653,"Date":"2/2/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":646,"Cost":399,"Date":"3/18/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"COS","Country":"China","Sale":899,"Cost":752,"Date":"10/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":132,"Cost":120,"Date":"2/16/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":104,"Cost":58,"Date":"6/7/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":794,"Cost":420,"Date":"1/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":674,"Cost":402,"Date":"3/27/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":437,"Cost":344,"Date":"5/12/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":50,"Cost":42,"Date":"7/28/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":259,"Cost":245,"Date":"8/8/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":116,"Cost":91,"Date":"12/7/2019"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":674,"Cost":593,"Date":"1/17/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":535,"Cost":308,"Date":"3/8/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":234,"Cost":211,"Date":"6/6/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":672,"Cost":592,"Date":"6/16/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":124,"Cost":69,"Date":"8/13/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":817,"Cost":453,"Date":"11/19/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":598,"Cost":360,"Date":"12/28/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":719,"Cost":421,"Date":"2/4/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":671,"Cost":373,"Date":"3/8/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":610,"Cost":438,"Date":"12/18/2021"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":938,"Cost":617,"Date":"3/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":199,"Cost":149,"Date":"4/20/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":185,"Cost":170,"Date":"6/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":461,"Cost":235,"Date":"7/23/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":996,"Cost":525,"Date":"11/21/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":388,"Cost":309,"Date":"11/26/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":508,"Cost":456,"Date":"2/20/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":601,"Cost":424,"Date":"5/21/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":427,"Cost":276,"Date":"9/28/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":26,"Cost":22,"Date":"1/3/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":264,"Cost":140,"Date":"2/2/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":512,"Cost":465,"Date":"3/18/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Jeans","Country":"China","Sale":180,"Cost":112,"Date":"10/14/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":192,"Cost":96,"Date":"2/16/2018"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":830,"Cost":645,"Date":"6/7/2018"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":578,"Cost":542,"Date":"1/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":615,"Cost":495,"Date":"3/27/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":95,"Cost":66,"Date":"5/12/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":405,"Cost":256,"Date":"7/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":717,"Cost":478,"Date":"8/8/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":359,"Cost":194,"Date":"12/7/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":160,"Cost":119,"Date":"1/17/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":85,"Cost":65,"Date":"3/8/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":980,"Cost":740,"Date":"6/6/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":549,"Cost":441,"Date":"6/16/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":482,"Cost":399,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":403,"Cost":313,"Date":"11/19/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":471,"Cost":339,"Date":"12/28/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":758,"Cost":600,"Date":"2/4/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":747,"Cost":691,"Date":"3/8/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":596,"Cost":373,"Date":"12/18/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":835,"Cost":534,"Date":"3/31/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":45,"Cost":27,"Date":"4/20/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":770,"Cost":434,"Date":"6/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":506,"Cost":418,"Date":"7/23/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":179,"Cost":138,"Date":"11/21/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":221,"Cost":190,"Date":"11/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":883,"Cost":663,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":716,"Cost":515,"Date":"5/21/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":173,"Cost":90,"Date":"9/28/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":975,"Cost":607,"Date":"1/3/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":956,"Cost":747,"Date":"2/2/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":743,"Cost":616,"Date":"3/18/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":736,"Cost":570,"Date":"10/14/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":552,"Cost":509,"Date":"2/16/2018"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":38,"Cost":35,"Date":"6/7/2018"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":275,"Cost":253,"Date":"1/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":210,"Cost":124,"Date":"3/27/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":461,"Cost":350,"Date":"5/12/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":139,"Cost":92,"Date":"7/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":807,"Cost":486,"Date":"8/8/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":597,"Cost":322,"Date":"12/7/2019"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":161,"Cost":149,"Date":"1/17/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":623,"Cost":479,"Date":"3/8/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":537,"Cost":398,"Date":"6/6/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":452,"Cost":343,"Date":"6/16/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":776,"Cost":420,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":970,"Cost":871,"Date":"11/19/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":415,"Cost":367,"Date":"12/28/2020"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":530,"Cost":498,"Date":"2/4/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":750,"Cost":407,"Date":"3/8/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":712,"Cost":518,"Date":"12/18/2021"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":869,"Cost":511,"Date":"3/31/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":208,"Cost":164,"Date":"4/20/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":389,"Cost":318,"Date":"6/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":665,"Cost":377,"Date":"7/23/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":270,"Cost":142,"Date":"11/21/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":899,"Cost":851,"Date":"11/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":143,"Cost":125,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":471,"Cost":397,"Date":"5/21/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":265,"Cost":201,"Date":"9/28/2023"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":709,"Cost":625,"Date":"1/3/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":174,"Cost":163,"Date":"2/2/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":379,"Cost":286,"Date":"3/18/2024"},{"Store":"Shenyang Middle Street","Brand":"Jeans","Country":"China","Sale":185,"Cost":134,"Date":"10/14/2024"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":433,"Cost":252,"Date":"2/16/2018"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":972,"Cost":821,"Date":"6/7/2018"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":747,"Cost":442,"Date":"1/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":238,"Cost":198,"Date":"3/27/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":719,"Cost":365,"Date":"5/12/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":509,"Cost":358,"Date":"7/28/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":797,"Cost":719,"Date":"8/8/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":630,"Cost":353,"Date":"12/7/2019"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":998,"Cost":777,"Date":"1/17/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":750,"Cost":710,"Date":"3/8/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":463,"Cost":310,"Date":"6/6/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":743,"Cost":703,"Date":"6/16/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":996,"Cost":791,"Date":"8/13/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":818,"Cost":491,"Date":"11/19/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":11,"Cost":6,"Date":"12/28/2020"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":214,"Cost":202,"Date":"2/4/2021"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":510,"Cost":355,"Date":"3/8/2021"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":14,"Cost":8,"Date":"12/18/2021"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":936,"Cost":723,"Date":"3/31/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":429,"Cost":228,"Date":"4/20/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":588,"Cost":544,"Date":"6/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":321,"Cost":165,"Date":"7/23/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":950,"Cost":689,"Date":"11/21/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":26,"Cost":14,"Date":"11/26/2022"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":277,"Cost":147,"Date":"2/20/2023"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":575,"Cost":525,"Date":"5/21/2023"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":323,"Cost":230,"Date":"9/28/2023"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":580,"Cost":406,"Date":"1/3/2024"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":624,"Cost":479,"Date":"2/2/2024"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":214,"Cost":152,"Date":"3/18/2024"},{"Store":"Shenyang Middle Street","Brand":"Nova","Country":"China","Sale":998,"Cost":538,"Date":"10/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":645,"Cost":464,"Date":"2/16/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":813,"Cost":673,"Date":"6/7/2018"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":149,"Cost":129,"Date":"1/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":173,"Cost":127,"Date":"3/27/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":30,"Cost":18,"Date":"5/12/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":429,"Cost":346,"Date":"7/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":292,"Cost":156,"Date":"8/8/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":441,"Cost":250,"Date":"12/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":882,"Cost":787,"Date":"1/17/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":896,"Cost":524,"Date":"3/8/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":318,"Cost":263,"Date":"6/6/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":665,"Cost":332,"Date":"6/16/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":104,"Cost":98,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":902,"Cost":470,"Date":"11/19/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":964,"Cost":497,"Date":"12/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":246,"Cost":172,"Date":"2/4/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":355,"Cost":260,"Date":"3/8/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":336,"Cost":246,"Date":"12/18/2021"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":224,"Cost":184,"Date":"3/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":326,"Cost":209,"Date":"4/20/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":824,"Cost":662,"Date":"6/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":265,"Cost":177,"Date":"7/23/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":355,"Cost":337,"Date":"11/21/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":81,"Cost":65,"Date":"11/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":154,"Cost":126,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":149,"Cost":88,"Date":"5/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":267,"Cost":149,"Date":"9/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":757,"Cost":540,"Date":"1/3/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":934,"Cost":529,"Date":"2/2/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":470,"Cost":311,"Date":"3/18/2024"},{"Store":"Shenyang Fashion Square","Brand":"Jeans","Country":"China","Sale":685,"Cost":367,"Date":"10/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":512,"Cost":375,"Date":"2/16/2018"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":127,"Cost":74,"Date":"6/7/2018"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":25,"Cost":19,"Date":"1/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":977,"Cost":514,"Date":"3/27/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":820,"Cost":430,"Date":"5/12/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":499,"Cost":458,"Date":"7/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":264,"Cost":224,"Date":"8/8/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":821,"Cost":532,"Date":"12/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":963,"Cost":770,"Date":"1/17/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":712,"Cost":539,"Date":"3/8/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":692,"Cost":473,"Date":"6/6/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":453,"Cost":337,"Date":"6/16/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":830,"Cost":758,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":57,"Cost":29,"Date":"11/19/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":36,"Cost":33,"Date":"12/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":533,"Cost":305,"Date":"2/4/2021"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":130,"Cost":113,"Date":"3/8/2021"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":515,"Cost":326,"Date":"12/18/2021"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":707,"Cost":474,"Date":"3/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":635,"Cost":373,"Date":"4/20/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":789,"Cost":604,"Date":"6/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":903,"Cost":691,"Date":"7/23/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":366,"Cost":232,"Date":"11/21/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":892,"Cost":706,"Date":"11/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":512,"Cost":349,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":415,"Cost":220,"Date":"5/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":398,"Cost":372,"Date":"9/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":801,"Cost":672,"Date":"1/3/2024"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":295,"Cost":221,"Date":"2/2/2024"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":421,"Cost":364,"Date":"3/18/2024"},{"Store":"Shenyang Fashion Square","Brand":"Nova","Country":"China","Sale":749,"Cost":456,"Date":"10/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":139,"Cost":123,"Date":"2/16/2018"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":223,"Cost":151,"Date":"6/7/2018"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":567,"Cost":305,"Date":"1/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":551,"Cost":286,"Date":"3/27/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":136,"Cost":88,"Date":"5/12/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":675,"Cost":470,"Date":"7/28/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":344,"Cost":193,"Date":"8/8/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":925,"Cost":495,"Date":"12/7/2019"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":833,"Cost":598,"Date":"1/17/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":241,"Cost":163,"Date":"3/8/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":832,"Cost":777,"Date":"6/6/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":532,"Cost":466,"Date":"6/16/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":549,"Cost":353,"Date":"8/13/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":11,"Cost":8,"Date":"11/19/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":369,"Cost":239,"Date":"12/28/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":218,"Cost":162,"Date":"2/4/2021"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":870,"Cost":739,"Date":"3/8/2021"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":141,"Cost":124,"Date":"12/18/2021"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":969,"Cost":804,"Date":"3/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":933,"Cost":831,"Date":"4/20/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":855,"Cost":757,"Date":"6/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":561,"Cost":499,"Date":"7/23/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":171,"Cost":106,"Date":"11/21/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":446,"Cost":283,"Date":"11/26/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":342,"Cost":301,"Date":"2/20/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":808,"Cost":455,"Date":"5/21/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":669,"Cost":533,"Date":"9/28/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":728,"Cost":431,"Date":"1/3/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":768,"Cost":562,"Date":"2/2/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":282,"Cost":188,"Date":"3/18/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM Home","Country":"China","Sale":540,"Cost":336,"Date":"10/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":226,"Cost":208,"Date":"2/16/2018"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":204,"Cost":181,"Date":"6/7/2018"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":581,"Cost":378,"Date":"1/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":576,"Cost":423,"Date":"3/27/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":372,"Cost":233,"Date":"5/12/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":716,"Cost":477,"Date":"7/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":774,"Cost":569,"Date":"8/8/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":577,"Cost":517,"Date":"12/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":720,"Cost":523,"Date":"1/17/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":328,"Cost":235,"Date":"3/8/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":317,"Cost":213,"Date":"6/6/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":955,"Cost":754,"Date":"6/16/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":350,"Cost":226,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":20,"Cost":16,"Date":"11/19/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":381,"Cost":324,"Date":"12/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":668,"Cost":490,"Date":"2/4/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":448,"Cost":375,"Date":"3/8/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":942,"Cost":514,"Date":"12/18/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":342,"Cost":310,"Date":"3/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":329,"Cost":181,"Date":"4/20/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":268,"Cost":232,"Date":"6/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":856,"Cost":624,"Date":"7/23/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":587,"Cost":433,"Date":"11/21/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":681,"Cost":512,"Date":"11/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":440,"Cost":273,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":458,"Cost":310,"Date":"5/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":102,"Cost":73,"Date":"9/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":452,"Cost":351,"Date":"1/3/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":5,"Cost":2,"Date":"2/2/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":51,"Cost":38,"Date":"3/18/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":293,"Cost":226,"Date":"10/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":221,"Cost":123,"Date":"2/16/2018"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":822,"Cost":525,"Date":"6/7/2018"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":935,"Cost":517,"Date":"1/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":146,"Cost":109,"Date":"3/27/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":747,"Cost":496,"Date":"5/12/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":864,"Cost":733,"Date":"7/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":904,"Cost":834,"Date":"8/8/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":150,"Cost":127,"Date":"12/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":984,"Cost":703,"Date":"1/17/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":252,"Cost":126,"Date":"3/8/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":508,"Cost":454,"Date":"6/6/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":344,"Cost":213,"Date":"6/16/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":760,"Cost":721,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":222,"Cost":191,"Date":"11/19/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":65,"Cost":33,"Date":"12/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":433,"Cost":370,"Date":"2/4/2021"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":827,"Cost":706,"Date":"3/8/2021"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":877,"Cost":529,"Date":"12/18/2021"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":948,"Cost":590,"Date":"3/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":223,"Cost":151,"Date":"4/20/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":70,"Cost":45,"Date":"6/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":956,"Cost":762,"Date":"7/23/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":945,"Cost":822,"Date":"11/21/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":291,"Cost":211,"Date":"11/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":892,"Cost":732,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":748,"Cost":565,"Date":"5/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":217,"Cost":155,"Date":"9/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":679,"Cost":605,"Date":"1/3/2024"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":73,"Cost":59,"Date":"2/2/2024"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":458,"Cost":400,"Date":"3/18/2024"},{"Store":"Harbin International Trade Centre","Brand":"Jeans","Country":"China","Sale":611,"Cost":554,"Date":"10/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":257,"Cost":226,"Date":"2/16/2018"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":283,"Cost":191,"Date":"6/7/2018"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":74,"Cost":69,"Date":"1/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":652,"Cost":328,"Date":"3/27/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":322,"Cost":267,"Date":"5/12/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":859,"Cost":495,"Date":"7/28/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":499,"Cost":419,"Date":"8/8/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":22,"Cost":15,"Date":"12/7/2019"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":992,"Cost":783,"Date":"1/17/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":278,"Cost":207,"Date":"3/8/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":240,"Cost":146,"Date":"6/6/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":378,"Cost":274,"Date":"6/16/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":315,"Cost":274,"Date":"8/13/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":958,"Cost":503,"Date":"11/19/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":532,"Cost":451,"Date":"12/28/2020"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":645,"Cost":444,"Date":"2/4/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":726,"Cost":429,"Date":"3/8/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":564,"Cost":335,"Date":"12/18/2021"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":620,"Cost":486,"Date":"3/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":23,"Cost":21,"Date":"4/20/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":494,"Cost":253,"Date":"6/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":513,"Cost":471,"Date":"7/23/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":916,"Cost":570,"Date":"11/21/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":878,"Cost":536,"Date":"11/26/2022"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":948,"Cost":752,"Date":"2/20/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":492,"Cost":269,"Date":"5/21/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":673,"Cost":371,"Date":"9/28/2023"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":856,"Cost":467,"Date":"1/3/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":873,"Cost":456,"Date":"2/2/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":852,"Cost":638,"Date":"3/18/2024"},{"Store":"Harbin International Trade Centre","Brand":"Sellpy","Country":"China","Sale":453,"Cost":411,"Date":"10/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":722,"Cost":424,"Date":"2/16/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":485,"Cost":421,"Date":"6/7/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":359,"Cost":267,"Date":"1/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":97,"Cost":79,"Date":"3/27/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":751,"Cost":524,"Date":"5/12/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":472,"Cost":321,"Date":"7/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":155,"Cost":95,"Date":"8/8/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":208,"Cost":157,"Date":"12/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":217,"Cost":128,"Date":"1/17/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":803,"Cost":584,"Date":"3/8/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":314,"Cost":206,"Date":"6/6/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":336,"Cost":277,"Date":"6/16/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":483,"Cost":445,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":760,"Cost":688,"Date":"11/19/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":767,"Cost":454,"Date":"12/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":343,"Cost":313,"Date":"2/4/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":156,"Cost":114,"Date":"3/8/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":460,"Cost":421,"Date":"12/18/2021"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":117,"Cost":98,"Date":"3/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":561,"Cost":286,"Date":"4/20/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":383,"Cost":230,"Date":"6/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":873,"Cost":588,"Date":"7/23/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":713,"Cost":504,"Date":"11/21/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":641,"Cost":576,"Date":"11/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":223,"Cost":142,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":756,"Cost":431,"Date":"5/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":602,"Cost":469,"Date":"9/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":722,"Cost":424,"Date":"1/3/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":671,"Cost":634,"Date":"2/2/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":233,"Cost":215,"Date":"3/18/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM","Country":"China","Sale":56,"Cost":46,"Date":"10/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":283,"Cost":237,"Date":"2/16/2018"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":754,"Cost":525,"Date":"6/7/2018"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":168,"Cost":157,"Date":"1/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":382,"Cost":352,"Date":"3/27/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":245,"Cost":151,"Date":"5/12/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":475,"Cost":287,"Date":"7/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":391,"Cost":204,"Date":"8/8/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":571,"Cost":471,"Date":"12/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":586,"Cost":527,"Date":"1/17/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":162,"Cost":100,"Date":"3/8/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":807,"Cost":687,"Date":"6/6/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":364,"Cost":218,"Date":"6/16/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":162,"Cost":141,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":429,"Cost":243,"Date":"11/19/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":985,"Cost":496,"Date":"12/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":63,"Cost":32,"Date":"2/4/2021"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":843,"Cost":535,"Date":"3/8/2021"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":198,"Cost":99,"Date":"12/18/2021"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":221,"Cost":141,"Date":"3/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":398,"Cost":233,"Date":"4/20/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":384,"Cost":257,"Date":"6/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":626,"Cost":350,"Date":"7/23/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":929,"Cost":595,"Date":"11/21/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":953,"Cost":778,"Date":"11/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":943,"Cost":828,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":313,"Cost":197,"Date":"5/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":694,"Cost":452,"Date":"9/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":194,"Cost":144,"Date":"1/3/2024"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":240,"Cost":145,"Date":"2/2/2024"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":739,"Cost":622,"Date":"3/18/2024"},{"Store":"Harbin Yintai Centre","Brand":"Jeans","Country":"China","Sale":758,"Cost":515,"Date":"10/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":436,"Cost":312,"Date":"2/16/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":202,"Cost":146,"Date":"6/7/2018"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":343,"Cost":261,"Date":"1/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":839,"Cost":459,"Date":"3/27/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":811,"Cost":604,"Date":"5/12/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":165,"Cost":104,"Date":"7/28/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":436,"Cost":403,"Date":"8/8/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":561,"Cost":301,"Date":"12/7/2019"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":279,"Cost":210,"Date":"1/17/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":22,"Cost":21,"Date":"3/8/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":19,"Cost":13,"Date":"6/6/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":491,"Cost":432,"Date":"6/16/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":42,"Cost":25,"Date":"8/13/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":552,"Cost":463,"Date":"11/19/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":686,"Cost":567,"Date":"12/28/2020"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":386,"Cost":243,"Date":"2/4/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":516,"Cost":278,"Date":"3/8/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":182,"Cost":112,"Date":"12/18/2021"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":1000,"Cost":641,"Date":"3/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":257,"Cost":180,"Date":"4/20/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":490,"Cost":252,"Date":"6/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":338,"Cost":225,"Date":"7/23/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":98,"Cost":55,"Date":"11/21/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":965,"Cost":715,"Date":"11/26/2022"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":781,"Cost":738,"Date":"2/20/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":139,"Cost":114,"Date":"5/21/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":459,"Cost":394,"Date":"9/28/2023"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":159,"Cost":98,"Date":"1/3/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":838,"Cost":512,"Date":"2/2/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":711,"Cost":663,"Date":"3/18/2024"},{"Store":"Harbin Yintai Centre","Brand":"ARKET","Country":"China","Sale":90,"Cost":61,"Date":"10/14/2024"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":640,"Cost":328,"Date":"2/16/2018"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":787,"Cost":674,"Date":"6/7/2018"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":718,"Cost":398,"Date":"1/28/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":101,"Cost":83,"Date":"3/27/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":175,"Cost":131,"Date":"5/12/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":168,"Cost":111,"Date":"7/28/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":812,"Cost":659,"Date":"8/8/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":217,"Cost":118,"Date":"12/7/2019"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":740,"Cost":413,"Date":"1/17/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":376,"Cost":299,"Date":"3/8/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":809,"Cost":661,"Date":"6/6/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":278,"Cost":213,"Date":"6/16/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":149,"Cost":101,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":475,"Cost":451,"Date":"11/19/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":958,"Cost":837,"Date":"12/28/2020"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":246,"Cost":233,"Date":"2/4/2021"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":412,"Cost":285,"Date":"3/8/2021"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":654,"Cost":548,"Date":"12/18/2021"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":919,"Cost":633,"Date":"3/31/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":270,"Cost":180,"Date":"4/20/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":323,"Cost":302,"Date":"6/26/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":571,"Cost":443,"Date":"7/23/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":291,"Cost":169,"Date":"11/21/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":21,"Cost":14,"Date":"11/26/2022"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":670,"Cost":345,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":401,"Cost":310,"Date":"5/21/2023"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":55,"Cost":41,"Date":"9/28/2023"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":102,"Cost":90,"Date":"1/3/2024"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":87,"Cost":80,"Date":"2/2/2024"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":490,"Cost":262,"Date":"3/18/2024"},{"Store":"MixC Qingdao","Brand":"ARKET","Country":"China","Sale":502,"Cost":385,"Date":"10/14/2024"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":639,"Cost":535,"Date":"2/16/2018"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":36,"Cost":32,"Date":"6/7/2018"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":207,"Cost":158,"Date":"1/28/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":121,"Cost":96,"Date":"3/27/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":421,"Cost":346,"Date":"5/12/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":37,"Cost":29,"Date":"7/28/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":28,"Cost":18,"Date":"8/8/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":834,"Cost":744,"Date":"12/7/2019"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":452,"Cost":282,"Date":"1/17/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":815,"Cost":773,"Date":"3/8/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":245,"Cost":198,"Date":"6/6/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":408,"Cost":236,"Date":"6/16/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":236,"Cost":125,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":181,"Cost":142,"Date":"11/19/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":811,"Cost":438,"Date":"12/28/2020"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":211,"Cost":129,"Date":"2/4/2021"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":586,"Cost":465,"Date":"3/8/2021"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":340,"Cost":319,"Date":"12/18/2021"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":851,"Cost":611,"Date":"3/31/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":404,"Cost":304,"Date":"4/20/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":330,"Cost":310,"Date":"6/26/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":490,"Cost":318,"Date":"7/23/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":185,"Cost":94,"Date":"11/21/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":602,"Cost":360,"Date":"11/26/2022"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":211,"Cost":143,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":850,"Cost":545,"Date":"5/21/2023"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":879,"Cost":808,"Date":"9/28/2023"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":978,"Cost":744,"Date":"1/3/2024"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":671,"Cost":421,"Date":"2/2/2024"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":73,"Cost":61,"Date":"3/18/2024"},{"Store":"MixC Qingdao","Brand":"HM","Country":"China","Sale":562,"Cost":476,"Date":"10/14/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":635,"Cost":529,"Date":"2/16/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":216,"Cost":182,"Date":"6/7/2018"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":456,"Cost":251,"Date":"1/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":535,"Cost":477,"Date":"3/27/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":491,"Cost":300,"Date":"5/12/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":139,"Cost":106,"Date":"7/28/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":126,"Cost":65,"Date":"8/8/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":915,"Cost":502,"Date":"12/7/2019"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":508,"Cost":355,"Date":"1/17/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":160,"Cost":111,"Date":"3/8/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":362,"Cost":238,"Date":"6/6/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":415,"Cost":292,"Date":"6/16/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":468,"Cost":268,"Date":"8/13/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":700,"Cost":592,"Date":"11/19/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":445,"Cost":329,"Date":"12/28/2020"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":326,"Cost":294,"Date":"2/4/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":188,"Cost":164,"Date":"3/8/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":759,"Cost":468,"Date":"12/18/2021"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":128,"Cost":91,"Date":"3/31/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":813,"Cost":681,"Date":"4/20/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":326,"Cost":232,"Date":"6/26/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":729,"Cost":654,"Date":"7/23/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":418,"Cost":292,"Date":"11/21/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":810,"Cost":427,"Date":"11/26/2022"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":84,"Cost":69,"Date":"2/20/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":294,"Cost":178,"Date":"5/21/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":403,"Cost":240,"Date":"9/28/2023"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":462,"Cost":406,"Date":"1/3/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":122,"Cost":84,"Date":"2/2/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":864,"Cost":817,"Date":"3/18/2024"},{"Store":"MixC Qingdao","Brand":"Sellpy","Country":"China","Sale":698,"Cost":562,"Date":"10/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":920,"Cost":756,"Date":"2/16/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":974,"Cost":914,"Date":"6/7/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":132,"Cost":111,"Date":"1/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":801,"Cost":559,"Date":"3/27/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":664,"Cost":334,"Date":"5/12/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":768,"Cost":527,"Date":"7/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":407,"Cost":321,"Date":"8/8/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":356,"Cost":284,"Date":"12/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":204,"Cost":172,"Date":"1/17/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":817,"Cost":632,"Date":"3/8/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":78,"Cost":47,"Date":"6/6/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":625,"Cost":483,"Date":"6/16/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":515,"Cost":288,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":187,"Cost":130,"Date":"11/19/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":499,"Cost":297,"Date":"12/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":713,"Cost":639,"Date":"2/4/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":671,"Cost":521,"Date":"3/8/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":522,"Cost":300,"Date":"12/18/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":13,"Cost":11,"Date":"3/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":746,"Cost":410,"Date":"4/20/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":608,"Cost":321,"Date":"6/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":647,"Cost":451,"Date":"7/23/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":403,"Cost":275,"Date":"11/21/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":32,"Cost":28,"Date":"11/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":674,"Cost":389,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":887,"Cost":709,"Date":"5/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":2,"Cost":1,"Date":"9/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":742,"Cost":549,"Date":"1/3/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":264,"Cost":209,"Date":"2/2/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":808,"Cost":667,"Date":"3/18/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":64,"Cost":34,"Date":"10/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":300,"Cost":203,"Date":"2/16/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":988,"Cost":803,"Date":"6/7/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":87,"Cost":70,"Date":"1/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":167,"Cost":152,"Date":"3/27/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":657,"Cost":331,"Date":"5/12/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":815,"Cost":754,"Date":"7/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":130,"Cost":71,"Date":"8/8/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":37,"Cost":20,"Date":"12/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":659,"Cost":500,"Date":"1/17/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":989,"Cost":781,"Date":"3/8/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":163,"Cost":99,"Date":"6/6/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":237,"Cost":225,"Date":"6/16/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":758,"Cost":688,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":774,"Cost":704,"Date":"11/19/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":674,"Cost":518,"Date":"12/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":341,"Cost":221,"Date":"2/4/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":680,"Cost":503,"Date":"3/8/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":263,"Cost":164,"Date":"12/18/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":44,"Cost":40,"Date":"3/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":16,"Cost":9,"Date":"4/20/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":156,"Cost":78,"Date":"6/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":346,"Cost":227,"Date":"7/23/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":960,"Cost":628,"Date":"11/21/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":86,"Cost":49,"Date":"11/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":447,"Cost":419,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":993,"Cost":859,"Date":"5/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":658,"Cost":375,"Date":"9/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":6,"Cost":3,"Date":"1/3/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":926,"Cost":554,"Date":"2/2/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":224,"Cost":190,"Date":"3/18/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":859,"Cost":656,"Date":"10/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":857,"Cost":524,"Date":"2/16/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":622,"Cost":442,"Date":"6/7/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":861,"Cost":468,"Date":"1/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":351,"Cost":285,"Date":"3/27/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":939,"Cost":718,"Date":"5/12/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":882,"Cost":610,"Date":"7/28/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":80,"Cost":70,"Date":"8/8/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":71,"Cost":60,"Date":"12/7/2019"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":419,"Cost":321,"Date":"1/17/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":1000,"Cost":695,"Date":"3/8/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":578,"Cost":531,"Date":"6/6/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":482,"Cost":244,"Date":"6/16/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":472,"Cost":369,"Date":"8/13/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":181,"Cost":133,"Date":"11/19/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":355,"Cost":336,"Date":"12/28/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":886,"Cost":587,"Date":"2/4/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":202,"Cost":130,"Date":"3/8/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":676,"Cost":639,"Date":"12/18/2021"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":821,"Cost":516,"Date":"3/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":299,"Cost":232,"Date":"4/20/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":696,"Cost":585,"Date":"6/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":904,"Cost":759,"Date":"7/23/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":167,"Cost":123,"Date":"11/21/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":572,"Cost":316,"Date":"11/26/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":561,"Cost":298,"Date":"2/20/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":761,"Cost":522,"Date":"5/21/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":214,"Cost":116,"Date":"9/28/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":912,"Cost":685,"Date":"1/3/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":280,"Cost":265,"Date":"2/2/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":997,"Cost":558,"Date":"3/18/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"HM Home","Country":"China","Sale":578,"Cost":303,"Date":"10/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":992,"Cost":908,"Date":"2/16/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":555,"Cost":420,"Date":"6/7/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":131,"Cost":68,"Date":"1/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":555,"Cost":393,"Date":"3/27/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":14,"Cost":10,"Date":"5/12/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":644,"Cost":556,"Date":"7/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":947,"Cost":544,"Date":"8/8/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":3,"Cost":2,"Date":"12/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":729,"Cost":561,"Date":"1/17/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":368,"Cost":266,"Date":"3/8/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":364,"Cost":259,"Date":"6/6/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":975,"Cost":744,"Date":"6/16/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":989,"Cost":684,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":765,"Cost":679,"Date":"11/19/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":51,"Cost":31,"Date":"12/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":765,"Cost":657,"Date":"2/4/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":822,"Cost":697,"Date":"3/8/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":425,"Cost":229,"Date":"12/18/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":768,"Cost":695,"Date":"3/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":167,"Cost":105,"Date":"4/20/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":304,"Cost":289,"Date":"6/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":227,"Cost":175,"Date":"7/23/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":8,"Cost":6,"Date":"11/21/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":6,"Cost":4,"Date":"11/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":200,"Cost":158,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":898,"Cost":477,"Date":"5/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":908,"Cost":495,"Date":"9/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":982,"Cost":537,"Date":"1/3/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":367,"Cost":254,"Date":"2/2/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":610,"Cost":549,"Date":"3/18/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":635,"Cost":466,"Date":"10/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":424,"Cost":383,"Date":"2/16/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":233,"Cost":210,"Date":"6/7/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":238,"Cost":123,"Date":"1/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":375,"Cost":208,"Date":"3/27/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":860,"Cost":648,"Date":"5/12/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":329,"Cost":264,"Date":"7/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":953,"Cost":681,"Date":"8/8/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":435,"Cost":313,"Date":"12/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":803,"Cost":589,"Date":"1/17/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":570,"Cost":431,"Date":"3/8/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":325,"Cost":197,"Date":"6/6/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":319,"Cost":239,"Date":"6/16/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":245,"Cost":168,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":675,"Cost":593,"Date":"11/19/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":607,"Cost":408,"Date":"12/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":678,"Cost":417,"Date":"2/4/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":778,"Cost":574,"Date":"3/8/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":282,"Cost":238,"Date":"12/18/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":166,"Cost":131,"Date":"3/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":864,"Cost":674,"Date":"4/20/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":602,"Cost":373,"Date":"6/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":342,"Cost":267,"Date":"7/23/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":313,"Cost":273,"Date":"11/21/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":793,"Cost":590,"Date":"11/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":968,"Cost":736,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":588,"Cost":394,"Date":"5/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":952,"Cost":852,"Date":"9/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":50,"Cost":36,"Date":"1/3/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":249,"Cost":127,"Date":"2/2/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":21,"Cost":14,"Date":"3/18/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":352,"Cost":329,"Date":"10/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":139,"Cost":122,"Date":"2/16/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":958,"Cost":895,"Date":"6/7/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":220,"Cost":202,"Date":"1/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":117,"Cost":62,"Date":"3/27/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":117,"Cost":100,"Date":"5/12/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":828,"Cost":602,"Date":"7/28/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":668,"Cost":488,"Date":"8/8/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":455,"Cost":293,"Date":"12/7/2019"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":243,"Cost":224,"Date":"1/17/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":112,"Cost":91,"Date":"3/8/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":305,"Cost":209,"Date":"6/6/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":26,"Cost":21,"Date":"6/16/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":545,"Cost":366,"Date":"8/13/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":759,"Cost":684,"Date":"11/19/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":445,"Cost":361,"Date":"12/28/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":310,"Cost":253,"Date":"2/4/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":602,"Cost":446,"Date":"3/8/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":502,"Cost":262,"Date":"12/18/2021"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":945,"Cost":893,"Date":"3/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":756,"Cost":540,"Date":"4/20/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":480,"Cost":348,"Date":"6/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":239,"Cost":122,"Date":"7/23/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":767,"Cost":537,"Date":"11/21/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":725,"Cost":652,"Date":"11/26/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":564,"Cost":442,"Date":"2/20/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":181,"Cost":102,"Date":"5/21/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":987,"Cost":682,"Date":"9/28/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":171,"Cost":95,"Date":"1/3/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":79,"Cost":63,"Date":"2/2/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":774,"Cost":422,"Date":"3/18/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Jeans","Country":"China","Sale":992,"Cost":888,"Date":"10/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":96,"Cost":62,"Date":"2/16/2018"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":836,"Cost":582,"Date":"6/7/2018"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":668,"Cost":471,"Date":"1/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":800,"Cost":745,"Date":"3/27/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":865,"Cost":584,"Date":"5/12/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":33,"Cost":19,"Date":"7/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":977,"Cost":893,"Date":"8/8/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":411,"Cost":383,"Date":"12/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":947,"Cost":531,"Date":"1/17/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":391,"Cost":212,"Date":"3/8/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":138,"Cost":70,"Date":"6/6/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":744,"Cost":449,"Date":"6/16/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":997,"Cost":694,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":212,"Cost":172,"Date":"11/19/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":300,"Cost":270,"Date":"12/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":16,"Cost":15,"Date":"2/4/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":990,"Cost":667,"Date":"3/8/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":378,"Cost":190,"Date":"12/18/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":722,"Cost":652,"Date":"3/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":797,"Cost":579,"Date":"4/20/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":76,"Cost":55,"Date":"6/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":565,"Cost":495,"Date":"7/23/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":181,"Cost":140,"Date":"11/21/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":704,"Cost":432,"Date":"11/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":502,"Cost":370,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":983,"Cost":492,"Date":"5/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":517,"Cost":462,"Date":"9/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":349,"Cost":323,"Date":"1/3/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":137,"Cost":83,"Date":"2/2/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":84,"Cost":77,"Date":"3/18/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":181,"Cost":167,"Date":"10/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":136,"Cost":89,"Date":"2/16/2018"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":894,"Cost":546,"Date":"6/7/2018"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":929,"Cost":789,"Date":"1/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":502,"Cost":454,"Date":"3/27/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":394,"Cost":286,"Date":"5/12/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":406,"Cost":334,"Date":"7/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":252,"Cost":145,"Date":"8/8/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":872,"Cost":596,"Date":"12/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":983,"Cost":687,"Date":"1/17/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":706,"Cost":419,"Date":"3/8/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":389,"Cost":245,"Date":"6/6/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":511,"Cost":424,"Date":"6/16/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":489,"Cost":404,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":175,"Cost":123,"Date":"11/19/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":303,"Cost":250,"Date":"12/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":690,"Cost":492,"Date":"2/4/2021"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":684,"Cost":491,"Date":"3/8/2021"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":542,"Cost":402,"Date":"12/18/2021"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":709,"Cost":606,"Date":"3/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":488,"Cost":340,"Date":"4/20/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":503,"Cost":425,"Date":"6/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":847,"Cost":619,"Date":"7/23/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":865,"Cost":663,"Date":"11/21/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":99,"Cost":76,"Date":"11/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":799,"Cost":444,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":764,"Cost":563,"Date":"5/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":79,"Cost":67,"Date":"9/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":960,"Cost":804,"Date":"1/3/2024"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":493,"Cost":321,"Date":"2/2/2024"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":281,"Cost":231,"Date":"3/18/2024"},{"Store":"Xiamen SM City Mall","Brand":"Sellpy","Country":"China","Sale":975,"Cost":708,"Date":"10/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":849,"Cost":787,"Date":"2/16/2018"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":663,"Cost":418,"Date":"6/7/2018"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":225,"Cost":210,"Date":"1/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":8,"Cost":6,"Date":"3/27/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":372,"Cost":282,"Date":"5/12/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":311,"Cost":259,"Date":"7/28/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":632,"Cost":432,"Date":"8/8/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":891,"Cost":487,"Date":"12/7/2019"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":778,"Cost":586,"Date":"1/17/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":208,"Cost":109,"Date":"3/8/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":144,"Cost":131,"Date":"6/6/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":871,"Cost":632,"Date":"6/16/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":985,"Cost":851,"Date":"8/13/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":837,"Cost":702,"Date":"11/19/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":640,"Cost":579,"Date":"12/28/2020"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":936,"Cost":554,"Date":"2/4/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":347,"Cost":230,"Date":"3/8/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":558,"Cost":519,"Date":"12/18/2021"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":658,"Cost":605,"Date":"3/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":489,"Cost":288,"Date":"4/20/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":434,"Cost":359,"Date":"6/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":161,"Cost":149,"Date":"7/23/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":739,"Cost":499,"Date":"11/21/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":753,"Cost":579,"Date":"11/26/2022"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":125,"Cost":81,"Date":"2/20/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":270,"Cost":246,"Date":"5/21/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":682,"Cost":426,"Date":"9/28/2023"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":829,"Cost":684,"Date":"1/3/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":554,"Cost":422,"Date":"2/2/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":334,"Cost":184,"Date":"3/18/2024"},{"Store":"Xiamen SM City Mall","Brand":"Nova","Country":"China","Sale":307,"Cost":271,"Date":"10/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":511,"Cost":417,"Date":"2/16/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":845,"Cost":530,"Date":"6/7/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":759,"Cost":381,"Date":"1/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":930,"Cost":856,"Date":"3/27/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":500,"Cost":454,"Date":"5/12/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":420,"Cost":352,"Date":"7/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":515,"Cost":397,"Date":"8/8/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":182,"Cost":120,"Date":"12/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":441,"Cost":293,"Date":"1/17/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":788,"Cost":667,"Date":"3/8/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":504,"Cost":266,"Date":"6/6/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":755,"Cost":705,"Date":"6/16/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":125,"Cost":81,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":311,"Cost":246,"Date":"11/19/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":555,"Cost":473,"Date":"12/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":626,"Cost":379,"Date":"2/4/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":661,"Cost":372,"Date":"3/8/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":527,"Cost":457,"Date":"12/18/2021"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":349,"Cost":218,"Date":"3/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":567,"Cost":496,"Date":"4/20/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":826,"Cost":658,"Date":"6/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":169,"Cost":111,"Date":"7/23/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":85,"Cost":76,"Date":"11/21/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":316,"Cost":258,"Date":"11/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":67,"Cost":35,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":421,"Cost":285,"Date":"5/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":245,"Cost":171,"Date":"9/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":362,"Cost":229,"Date":"1/3/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":364,"Cost":230,"Date":"2/2/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":803,"Cost":432,"Date":"3/18/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM Home","Country":"China","Sale":247,"Cost":214,"Date":"10/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":647,"Cost":413,"Date":"2/16/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":320,"Cost":221,"Date":"6/7/2018"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":347,"Cost":307,"Date":"1/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":367,"Cost":262,"Date":"3/27/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":385,"Cost":333,"Date":"5/12/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":972,"Cost":536,"Date":"7/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":492,"Cost":338,"Date":"8/8/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":881,"Cost":511,"Date":"12/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":859,"Cost":707,"Date":"1/17/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":553,"Cost":384,"Date":"3/8/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":313,"Cost":211,"Date":"6/6/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":739,"Cost":587,"Date":"6/16/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":307,"Cost":261,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":401,"Cost":335,"Date":"11/19/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":889,"Cost":745,"Date":"12/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":822,"Cost":761,"Date":"2/4/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":211,"Cost":148,"Date":"3/8/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":594,"Cost":396,"Date":"12/18/2021"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":174,"Cost":146,"Date":"3/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":415,"Cost":296,"Date":"4/20/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":46,"Cost":30,"Date":"6/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":627,"Cost":568,"Date":"7/23/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":856,"Cost":804,"Date":"11/21/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":690,"Cost":499,"Date":"11/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":322,"Cost":245,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":429,"Cost":304,"Date":"5/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":487,"Cost":453,"Date":"9/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":889,"Cost":462,"Date":"1/3/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":241,"Cost":158,"Date":"2/2/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":58,"Cost":52,"Date":"3/18/2024"},{"Store":"Xiamen Haicang MixC","Brand":"Jeans","Country":"China","Sale":876,"Cost":519,"Date":"10/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":477,"Cost":359,"Date":"2/16/2018"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":33,"Cost":30,"Date":"6/7/2018"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":900,"Cost":665,"Date":"1/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":725,"Cost":469,"Date":"3/27/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":675,"Cost":545,"Date":"5/12/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":577,"Cost":382,"Date":"7/28/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":975,"Cost":822,"Date":"8/8/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":311,"Cost":252,"Date":"12/7/2019"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":20,"Cost":18,"Date":"1/17/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":642,"Cost":551,"Date":"3/8/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":219,"Cost":155,"Date":"6/6/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":944,"Cost":702,"Date":"6/16/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":197,"Cost":182,"Date":"8/13/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":411,"Cost":214,"Date":"11/19/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":582,"Cost":397,"Date":"12/28/2020"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":720,"Cost":423,"Date":"2/4/2021"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":950,"Cost":880,"Date":"3/8/2021"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":679,"Cost":412,"Date":"12/18/2021"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":127,"Cost":67,"Date":"3/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":353,"Cost":198,"Date":"4/20/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":782,"Cost":569,"Date":"6/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":196,"Cost":135,"Date":"7/23/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":853,"Cost":519,"Date":"11/21/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":421,"Cost":379,"Date":"11/26/2022"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":652,"Cost":326,"Date":"2/20/2023"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":765,"Cost":502,"Date":"5/21/2023"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":814,"Cost":579,"Date":"9/28/2023"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":424,"Cost":221,"Date":"1/3/2024"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":17,"Cost":15,"Date":"2/2/2024"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":847,"Cost":750,"Date":"3/18/2024"},{"Store":"Xiamen Haicang MixC","Brand":"ARKET","Country":"China","Sale":502,"Cost":276,"Date":"10/14/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":264,"Cost":143,"Date":"2/16/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":526,"Cost":454,"Date":"6/7/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":7,"Cost":7,"Date":"1/28/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":216,"Cost":114,"Date":"3/27/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":684,"Cost":466,"Date":"5/12/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":859,"Cost":541,"Date":"7/28/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":592,"Cost":424,"Date":"8/8/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":82,"Cost":54,"Date":"12/7/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":841,"Cost":589,"Date":"1/17/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":821,"Cost":491,"Date":"3/8/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":541,"Cost":485,"Date":"6/6/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":353,"Cost":177,"Date":"6/16/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":780,"Cost":467,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":407,"Cost":337,"Date":"11/19/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":687,"Cost":472,"Date":"12/28/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":530,"Cost":305,"Date":"2/4/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":488,"Cost":427,"Date":"3/8/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":976,"Cost":519,"Date":"12/18/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":793,"Cost":688,"Date":"3/31/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":862,"Cost":812,"Date":"4/20/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":664,"Cost":376,"Date":"6/26/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":315,"Cost":241,"Date":"7/23/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":705,"Cost":663,"Date":"11/21/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":743,"Cost":679,"Date":"11/26/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":351,"Cost":305,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":487,"Cost":273,"Date":"5/21/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":107,"Cost":82,"Date":"9/28/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":527,"Cost":316,"Date":"1/3/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":348,"Cost":179,"Date":"2/2/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":483,"Cost":445,"Date":"3/18/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":527,"Cost":296,"Date":"10/14/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":371,"Cost":327,"Date":"2/16/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":161,"Cost":90,"Date":"6/7/2018"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":659,"Cost":527,"Date":"1/28/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":721,"Cost":637,"Date":"3/27/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":369,"Cost":334,"Date":"5/12/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":161,"Cost":138,"Date":"7/28/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":91,"Cost":59,"Date":"8/8/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":146,"Cost":137,"Date":"12/7/2019"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":900,"Cost":850,"Date":"1/17/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":180,"Cost":92,"Date":"3/8/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":612,"Cost":539,"Date":"6/6/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":924,"Cost":718,"Date":"6/16/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":473,"Cost":313,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":705,"Cost":568,"Date":"11/19/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":243,"Cost":190,"Date":"12/28/2020"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":2,"Cost":2,"Date":"2/4/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":352,"Cost":327,"Date":"3/8/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":160,"Cost":134,"Date":"12/18/2021"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":242,"Cost":125,"Date":"3/31/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":740,"Cost":655,"Date":"4/20/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":91,"Cost":64,"Date":"6/26/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":716,"Cost":386,"Date":"7/23/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":67,"Cost":38,"Date":"11/21/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":489,"Cost":275,"Date":"11/26/2022"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":987,"Cost":533,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":345,"Cost":205,"Date":"5/21/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":73,"Cost":67,"Date":"9/28/2023"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":700,"Cost":400,"Date":"1/3/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":446,"Cost":285,"Date":"2/2/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":97,"Cost":88,"Date":"3/18/2024"},{"Store":"Fuzhou MixC","Brand":"Jeans","Country":"China","Sale":208,"Cost":107,"Date":"10/14/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":545,"Cost":422,"Date":"2/16/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":977,"Cost":663,"Date":"6/7/2018"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":588,"Cost":392,"Date":"1/28/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":691,"Cost":468,"Date":"3/27/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":705,"Cost":502,"Date":"5/12/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":849,"Cost":764,"Date":"7/28/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":547,"Cost":423,"Date":"8/8/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":503,"Cost":436,"Date":"12/7/2019"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":198,"Cost":142,"Date":"1/17/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":885,"Cost":635,"Date":"3/8/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":31,"Cost":25,"Date":"6/6/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":553,"Cost":515,"Date":"6/16/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":556,"Cost":317,"Date":"8/13/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":77,"Cost":42,"Date":"11/19/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":638,"Cost":606,"Date":"12/28/2020"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":247,"Cost":226,"Date":"2/4/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":288,"Cost":238,"Date":"3/8/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":471,"Cost":249,"Date":"12/18/2021"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":588,"Cost":328,"Date":"3/31/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":663,"Cost":364,"Date":"4/20/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":85,"Cost":57,"Date":"6/26/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":497,"Cost":415,"Date":"7/23/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":413,"Cost":305,"Date":"11/21/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":328,"Cost":180,"Date":"11/26/2022"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":500,"Cost":395,"Date":"2/20/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":870,"Cost":726,"Date":"5/21/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":600,"Cost":561,"Date":"9/28/2023"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":533,"Cost":280,"Date":"1/3/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":384,"Cost":299,"Date":"2/2/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":585,"Cost":468,"Date":"3/18/2024"},{"Store":"Fuzhou MixC","Brand":"HM","Country":"China","Sale":605,"Cost":332,"Date":"10/14/2024"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":859,"Cost":497,"Date":"2/16/2018"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":838,"Cost":775,"Date":"6/7/2018"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":435,"Cost":378,"Date":"1/28/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":265,"Cost":172,"Date":"3/27/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":412,"Cost":285,"Date":"5/12/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":510,"Cost":403,"Date":"7/28/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":534,"Cost":324,"Date":"8/8/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":897,"Cost":630,"Date":"12/7/2019"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":904,"Cost":841,"Date":"1/17/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":817,"Cost":718,"Date":"3/8/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":130,"Cost":84,"Date":"6/6/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":839,"Cost":566,"Date":"6/16/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":775,"Cost":390,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":218,"Cost":158,"Date":"11/19/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":426,"Cost":373,"Date":"12/28/2020"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":708,"Cost":424,"Date":"2/4/2021"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":470,"Cost":398,"Date":"3/8/2021"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":233,"Cost":125,"Date":"12/18/2021"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":771,"Cost":467,"Date":"3/31/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":953,"Cost":580,"Date":"4/20/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":816,"Cost":412,"Date":"6/26/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":24,"Cost":20,"Date":"7/23/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":549,"Cost":495,"Date":"11/21/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":348,"Cost":204,"Date":"11/26/2022"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":925,"Cost":851,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":486,"Cost":276,"Date":"5/21/2023"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":171,"Cost":163,"Date":"9/28/2023"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":233,"Cost":185,"Date":"1/3/2024"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":471,"Cost":381,"Date":"2/2/2024"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":15,"Cost":13,"Date":"3/18/2024"},{"Store":"Fuzhou K11","Brand":"ARKET","Country":"China","Sale":108,"Cost":66,"Date":"10/14/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":804,"Cost":535,"Date":"2/16/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":137,"Cost":106,"Date":"6/7/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":834,"Cost":648,"Date":"1/28/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":767,"Cost":681,"Date":"3/27/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":974,"Cost":884,"Date":"5/12/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":194,"Cost":136,"Date":"7/28/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":310,"Cost":164,"Date":"8/8/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":766,"Cost":519,"Date":"12/7/2019"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":663,"Cost":493,"Date":"1/17/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":421,"Cost":313,"Date":"3/8/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":816,"Cost":590,"Date":"6/6/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":223,"Cost":151,"Date":"6/16/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":140,"Cost":127,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":889,"Cost":805,"Date":"11/19/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":548,"Cost":441,"Date":"12/28/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":964,"Cost":841,"Date":"2/4/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":746,"Cost":449,"Date":"3/8/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":612,"Cost":365,"Date":"12/18/2021"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":887,"Cost":692,"Date":"3/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":709,"Cost":449,"Date":"4/20/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":74,"Cost":66,"Date":"6/26/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":55,"Cost":34,"Date":"7/23/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":727,"Cost":621,"Date":"11/21/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":301,"Cost":227,"Date":"11/26/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":358,"Cost":308,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":42,"Cost":24,"Date":"5/21/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":395,"Cost":262,"Date":"9/28/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":459,"Cost":350,"Date":"1/3/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":511,"Cost":439,"Date":"2/2/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":662,"Cost":565,"Date":"3/18/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":344,"Cost":324,"Date":"10/14/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":466,"Cost":252,"Date":"2/16/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":372,"Cost":325,"Date":"6/7/2018"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":236,"Cost":177,"Date":"1/28/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":231,"Cost":150,"Date":"3/27/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":531,"Cost":340,"Date":"5/12/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":734,"Cost":469,"Date":"7/28/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":720,"Cost":583,"Date":"8/8/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":527,"Cost":376,"Date":"12/7/2019"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":847,"Cost":491,"Date":"1/17/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":633,"Cost":380,"Date":"3/8/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":329,"Cost":248,"Date":"6/6/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":120,"Cost":101,"Date":"6/16/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":547,"Cost":377,"Date":"8/13/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":890,"Cost":672,"Date":"11/19/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":564,"Cost":385,"Date":"12/28/2020"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":130,"Cost":91,"Date":"2/4/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":346,"Cost":201,"Date":"3/8/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":913,"Cost":509,"Date":"12/18/2021"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":711,"Cost":396,"Date":"3/31/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":704,"Cost":499,"Date":"4/20/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":141,"Cost":103,"Date":"6/26/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":433,"Cost":279,"Date":"7/23/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":32,"Cost":29,"Date":"11/21/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":407,"Cost":312,"Date":"11/26/2022"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":127,"Cost":105,"Date":"2/20/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":176,"Cost":134,"Date":"5/21/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":438,"Cost":285,"Date":"9/28/2023"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":734,"Cost":553,"Date":"1/3/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":747,"Cost":420,"Date":"2/2/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":232,"Cost":203,"Date":"3/18/2024"},{"Store":"Fuzhou K11","Brand":"Sellpy","Country":"China","Sale":423,"Cost":280,"Date":"10/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":991,"Cost":816,"Date":"2/16/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":606,"Cost":537,"Date":"6/7/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":331,"Cost":298,"Date":"1/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":285,"Cost":236,"Date":"3/27/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":913,"Cost":713,"Date":"5/12/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":702,"Cost":568,"Date":"7/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":562,"Cost":410,"Date":"8/8/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":25,"Cost":14,"Date":"12/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":574,"Cost":316,"Date":"1/17/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":998,"Cost":657,"Date":"3/8/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":903,"Cost":758,"Date":"6/6/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":628,"Cost":436,"Date":"6/16/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":25,"Cost":22,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":107,"Cost":60,"Date":"11/19/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":4,"Cost":3,"Date":"12/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":319,"Cost":297,"Date":"2/4/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":879,"Cost":707,"Date":"3/8/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":626,"Cost":488,"Date":"12/18/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":123,"Cost":91,"Date":"3/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":920,"Cost":844,"Date":"4/20/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":927,"Cost":720,"Date":"6/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":827,"Cost":736,"Date":"7/23/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":456,"Cost":325,"Date":"11/21/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":790,"Cost":463,"Date":"11/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":409,"Cost":361,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":684,"Cost":524,"Date":"5/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":718,"Cost":546,"Date":"9/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":447,"Cost":231,"Date":"1/3/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":781,"Cost":448,"Date":"2/2/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":399,"Cost":366,"Date":"3/18/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":411,"Cost":276,"Date":"10/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":163,"Cost":90,"Date":"2/16/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":626,"Cost":444,"Date":"6/7/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":683,"Cost":456,"Date":"1/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":100,"Cost":50,"Date":"3/27/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":381,"Cost":264,"Date":"5/12/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":95,"Cost":71,"Date":"7/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":502,"Cost":275,"Date":"8/8/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":51,"Cost":42,"Date":"12/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":732,"Cost":581,"Date":"1/17/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":539,"Cost":306,"Date":"3/8/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":142,"Cost":77,"Date":"6/6/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":93,"Cost":87,"Date":"6/16/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":19,"Cost":12,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":563,"Cost":502,"Date":"11/19/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":173,"Cost":143,"Date":"12/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":18,"Cost":10,"Date":"2/4/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":32,"Cost":18,"Date":"3/8/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":980,"Cost":612,"Date":"12/18/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":868,"Cost":745,"Date":"3/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":295,"Cost":149,"Date":"4/20/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":501,"Cost":315,"Date":"6/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":785,"Cost":649,"Date":"7/23/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":765,"Cost":515,"Date":"11/21/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":113,"Cost":75,"Date":"11/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":596,"Cost":307,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":346,"Cost":211,"Date":"5/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":833,"Cost":450,"Date":"9/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":903,"Cost":578,"Date":"1/3/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":862,"Cost":726,"Date":"2/2/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":678,"Cost":594,"Date":"3/18/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Jeans","Country":"China","Sale":557,"Cost":409,"Date":"10/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":793,"Cost":750,"Date":"2/16/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":402,"Cost":309,"Date":"6/7/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":785,"Cost":429,"Date":"1/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":133,"Cost":109,"Date":"3/27/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":205,"Cost":189,"Date":"5/12/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":40,"Cost":28,"Date":"7/28/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":514,"Cost":382,"Date":"8/8/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":495,"Cost":413,"Date":"12/7/2019"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":983,"Cost":618,"Date":"1/17/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":960,"Cost":688,"Date":"3/8/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":909,"Cost":468,"Date":"6/6/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":496,"Cost":463,"Date":"6/16/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":819,"Cost":703,"Date":"8/13/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":608,"Cost":388,"Date":"11/19/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":340,"Cost":234,"Date":"12/28/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":316,"Cost":230,"Date":"2/4/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":247,"Cost":156,"Date":"3/8/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":507,"Cost":396,"Date":"12/18/2021"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":328,"Cost":203,"Date":"3/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":602,"Cost":508,"Date":"4/20/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":639,"Cost":325,"Date":"6/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":928,"Cost":775,"Date":"7/23/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":446,"Cost":361,"Date":"11/21/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":136,"Cost":95,"Date":"11/26/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":87,"Cost":74,"Date":"2/20/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":969,"Cost":892,"Date":"5/21/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":492,"Cost":344,"Date":"9/28/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":218,"Cost":166,"Date":"1/3/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":252,"Cost":182,"Date":"2/2/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":577,"Cost":387,"Date":"3/18/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":43,"Cost":31,"Date":"10/14/2024"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":715,"Cost":607,"Date":"2/16/2018"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":646,"Cost":323,"Date":"6/7/2018"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":69,"Cost":37,"Date":"1/28/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":81,"Cost":65,"Date":"3/27/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":335,"Cost":303,"Date":"5/12/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":258,"Cost":243,"Date":"7/28/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":66,"Cost":49,"Date":"8/8/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":766,"Cost":455,"Date":"12/7/2019"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":479,"Cost":402,"Date":"1/17/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":509,"Cost":473,"Date":"3/8/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":459,"Cost":298,"Date":"6/6/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":677,"Cost":347,"Date":"6/16/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":468,"Cost":269,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":446,"Cost":225,"Date":"11/19/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":31,"Cost":15,"Date":"12/28/2020"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":83,"Cost":53,"Date":"2/4/2021"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":653,"Cost":594,"Date":"3/8/2021"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":640,"Cost":395,"Date":"12/18/2021"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":75,"Cost":69,"Date":"3/31/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":563,"Cost":366,"Date":"4/20/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":843,"Cost":507,"Date":"6/26/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":348,"Cost":315,"Date":"7/23/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":984,"Cost":919,"Date":"11/21/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":517,"Cost":440,"Date":"11/26/2022"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":748,"Cost":404,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":16,"Cost":10,"Date":"5/21/2023"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":371,"Cost":320,"Date":"9/28/2023"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":150,"Cost":106,"Date":"1/3/2024"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":259,"Cost":202,"Date":"2/2/2024"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":12,"Cost":8,"Date":"3/18/2024"},{"Store":"Dalian Plaza","Brand":"Nova","Country":"China","Sale":601,"Cost":562,"Date":"10/14/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":941,"Cost":485,"Date":"2/16/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":919,"Cost":596,"Date":"6/7/2018"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":22,"Cost":21,"Date":"1/28/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":877,"Cost":576,"Date":"3/27/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":727,"Cost":506,"Date":"5/12/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":656,"Cost":345,"Date":"7/28/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":596,"Cost":331,"Date":"8/8/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":913,"Cost":733,"Date":"12/7/2019"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":831,"Cost":703,"Date":"1/17/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":130,"Cost":110,"Date":"3/8/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":272,"Cost":175,"Date":"6/6/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":386,"Cost":324,"Date":"6/16/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":837,"Cost":664,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":849,"Cost":696,"Date":"11/19/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":32,"Cost":29,"Date":"12/28/2020"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":13,"Cost":10,"Date":"2/4/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":554,"Cost":368,"Date":"3/8/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":716,"Cost":489,"Date":"12/18/2021"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":213,"Cost":193,"Date":"3/31/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":263,"Cost":145,"Date":"4/20/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":580,"Cost":405,"Date":"6/26/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":283,"Cost":144,"Date":"7/23/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":139,"Cost":127,"Date":"11/21/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":102,"Cost":68,"Date":"11/26/2022"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":78,"Cost":57,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":192,"Cost":119,"Date":"5/21/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":172,"Cost":135,"Date":"9/28/2023"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":842,"Cost":620,"Date":"1/3/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":584,"Cost":359,"Date":"2/2/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":384,"Cost":228,"Date":"3/18/2024"},{"Store":"Dalian Plaza","Brand":"Jeans","Country":"China","Sale":184,"Cost":139,"Date":"10/14/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":443,"Cost":329,"Date":"2/16/2018"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":29,"Cost":26,"Date":"6/7/2018"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":774,"Cost":522,"Date":"1/28/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":307,"Cost":224,"Date":"3/27/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":975,"Cost":524,"Date":"5/12/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":777,"Cost":474,"Date":"7/28/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":736,"Cost":393,"Date":"8/8/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":205,"Cost":180,"Date":"12/7/2019"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":146,"Cost":110,"Date":"1/17/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":984,"Cost":860,"Date":"3/8/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":416,"Cost":287,"Date":"6/6/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":16,"Cost":10,"Date":"6/16/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":943,"Cost":817,"Date":"8/13/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":668,"Cost":480,"Date":"11/19/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":934,"Cost":708,"Date":"12/28/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":526,"Cost":409,"Date":"2/4/2021"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":79,"Cost":74,"Date":"3/8/2021"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":10,"Cost":6,"Date":"12/18/2021"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":986,"Cost":535,"Date":"3/31/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":607,"Cost":451,"Date":"4/20/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":275,"Cost":250,"Date":"6/26/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":78,"Cost":45,"Date":"7/23/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":125,"Cost":62,"Date":"11/21/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":492,"Cost":454,"Date":"11/26/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":737,"Cost":576,"Date":"2/20/2023"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":121,"Cost":81,"Date":"5/21/2023"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":791,"Cost":605,"Date":"9/28/2023"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":173,"Cost":98,"Date":"1/3/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":642,"Cost":479,"Date":"2/2/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":992,"Cost":842,"Date":"3/18/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":914,"Cost":483,"Date":"10/14/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":883,"Cost":661,"Date":"2/16/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":38,"Cost":28,"Date":"6/7/2018"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":873,"Cost":559,"Date":"1/28/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":453,"Cost":300,"Date":"3/27/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":304,"Cost":168,"Date":"5/12/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":647,"Cost":609,"Date":"7/28/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":811,"Cost":722,"Date":"8/8/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":356,"Cost":274,"Date":"12/7/2019"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":1,"Cost":0,"Date":"1/17/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":906,"Cost":553,"Date":"3/8/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":250,"Cost":236,"Date":"6/6/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":73,"Cost":39,"Date":"6/16/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":980,"Cost":836,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":477,"Cost":328,"Date":"11/19/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":398,"Cost":239,"Date":"12/28/2020"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":723,"Cost":480,"Date":"2/4/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":578,"Cost":336,"Date":"3/8/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":331,"Cost":240,"Date":"12/18/2021"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":969,"Cost":661,"Date":"3/31/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":144,"Cost":121,"Date":"4/20/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":3,"Cost":3,"Date":"6/26/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":544,"Cost":314,"Date":"7/23/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":894,"Cost":571,"Date":"11/21/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":434,"Cost":305,"Date":"11/26/2022"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":165,"Cost":99,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":225,"Cost":132,"Date":"5/21/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":140,"Cost":113,"Date":"9/28/2023"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":826,"Cost":491,"Date":"1/3/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":812,"Cost":594,"Date":"2/2/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":325,"Cost":287,"Date":"3/18/2024"},{"Store":"Field's, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":616,"Cost":447,"Date":"10/14/2024"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":672,"Cost":373,"Date":"2/16/2018"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":817,"Cost":677,"Date":"6/7/2018"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":807,"Cost":521,"Date":"1/28/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":636,"Cost":497,"Date":"3/27/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":663,"Cost":567,"Date":"5/12/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":371,"Cost":245,"Date":"7/28/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":615,"Cost":516,"Date":"8/8/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":923,"Cost":789,"Date":"12/7/2019"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":103,"Cost":78,"Date":"1/17/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":915,"Cost":829,"Date":"3/8/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":298,"Cost":194,"Date":"6/6/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":19,"Cost":14,"Date":"6/16/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":667,"Cost":446,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":639,"Cost":491,"Date":"11/19/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":765,"Cost":587,"Date":"12/28/2020"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":282,"Cost":219,"Date":"2/4/2021"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":82,"Cost":56,"Date":"3/8/2021"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":628,"Cost":451,"Date":"12/18/2021"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":480,"Cost":351,"Date":"3/31/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":272,"Cost":163,"Date":"4/20/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":825,"Cost":467,"Date":"6/26/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":753,"Cost":390,"Date":"7/23/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":381,"Cost":297,"Date":"11/21/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":571,"Cost":332,"Date":"11/26/2022"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":370,"Cost":274,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":834,"Cost":733,"Date":"5/21/2023"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":809,"Cost":497,"Date":"9/28/2023"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":228,"Cost":207,"Date":"1/3/2024"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":5,"Cost":4,"Date":"2/2/2024"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":780,"Cost":723,"Date":"3/18/2024"},{"Store":"Field's, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":674,"Cost":554,"Date":"10/14/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":114,"Cost":87,"Date":"2/16/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":214,"Cost":188,"Date":"6/7/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":642,"Cost":325,"Date":"1/28/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":637,"Cost":510,"Date":"3/27/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":421,"Cost":356,"Date":"5/12/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":260,"Cost":158,"Date":"7/28/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":972,"Cost":622,"Date":"8/8/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":287,"Cost":199,"Date":"12/7/2019"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":355,"Cost":269,"Date":"1/17/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":798,"Cost":507,"Date":"3/8/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":583,"Cost":522,"Date":"6/6/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":51,"Cost":39,"Date":"6/16/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":386,"Cost":366,"Date":"8/13/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":149,"Cost":107,"Date":"11/19/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":187,"Cost":106,"Date":"12/28/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":103,"Cost":67,"Date":"2/4/2021"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":77,"Cost":62,"Date":"3/8/2021"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":813,"Cost":769,"Date":"12/18/2021"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":780,"Cost":483,"Date":"3/31/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":838,"Cost":605,"Date":"4/20/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":682,"Cost":408,"Date":"6/26/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":591,"Cost":407,"Date":"7/23/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":155,"Cost":142,"Date":"11/21/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":834,"Cost":786,"Date":"11/26/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":389,"Cost":224,"Date":"2/20/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":401,"Cost":237,"Date":"5/21/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":200,"Cost":171,"Date":"9/28/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":485,"Cost":252,"Date":"1/3/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":621,"Cost":370,"Date":"2/2/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":651,"Cost":544,"Date":"3/18/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":364,"Cost":310,"Date":"10/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":635,"Cost":535,"Date":"2/16/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":596,"Cost":387,"Date":"6/7/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":168,"Cost":122,"Date":"1/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":42,"Cost":23,"Date":"3/27/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":941,"Cost":786,"Date":"5/12/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":407,"Cost":225,"Date":"7/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":963,"Cost":683,"Date":"8/8/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":127,"Cost":87,"Date":"12/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":100,"Cost":60,"Date":"1/17/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":121,"Cost":79,"Date":"3/8/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":537,"Cost":465,"Date":"6/6/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":278,"Cost":197,"Date":"6/16/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":957,"Cost":510,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":974,"Cost":599,"Date":"11/19/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":714,"Cost":416,"Date":"12/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":86,"Cost":58,"Date":"2/4/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":659,"Cost":552,"Date":"3/8/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":884,"Cost":543,"Date":"12/18/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":516,"Cost":337,"Date":"3/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":563,"Cost":412,"Date":"4/20/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":911,"Cost":615,"Date":"6/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":157,"Cost":103,"Date":"7/23/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":692,"Cost":555,"Date":"11/21/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":302,"Cost":268,"Date":"11/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":523,"Cost":417,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":534,"Cost":321,"Date":"5/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":515,"Cost":327,"Date":"9/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":498,"Cost":428,"Date":"1/3/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":792,"Cost":625,"Date":"2/2/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":788,"Cost":420,"Date":"3/18/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":172,"Cost":97,"Date":"10/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":432,"Cost":264,"Date":"2/16/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":373,"Cost":341,"Date":"6/7/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":500,"Cost":426,"Date":"1/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":506,"Cost":400,"Date":"3/27/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":614,"Cost":557,"Date":"5/12/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":202,"Cost":158,"Date":"7/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":142,"Cost":133,"Date":"8/8/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":873,"Cost":644,"Date":"12/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":791,"Cost":603,"Date":"1/17/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":829,"Cost":757,"Date":"3/8/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":288,"Cost":170,"Date":"6/6/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":926,"Cost":518,"Date":"6/16/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":467,"Cost":265,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":472,"Cost":363,"Date":"11/19/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":686,"Cost":593,"Date":"12/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":251,"Cost":166,"Date":"2/4/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":524,"Cost":400,"Date":"3/8/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":299,"Cost":169,"Date":"12/18/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":537,"Cost":403,"Date":"3/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":637,"Cost":602,"Date":"4/20/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":428,"Cost":374,"Date":"6/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":937,"Cost":850,"Date":"7/23/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":504,"Cost":476,"Date":"11/21/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":953,"Cost":662,"Date":"11/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":455,"Cost":360,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":146,"Cost":106,"Date":"5/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":536,"Cost":499,"Date":"9/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":205,"Cost":162,"Date":"1/3/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":66,"Cost":57,"Date":"2/2/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":258,"Cost":172,"Date":"3/18/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":44,"Cost":27,"Date":"10/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":768,"Cost":603,"Date":"2/16/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":484,"Cost":453,"Date":"6/7/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":933,"Cost":747,"Date":"1/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":131,"Cost":98,"Date":"3/27/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":612,"Cost":439,"Date":"5/12/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":883,"Cost":514,"Date":"7/28/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":28,"Cost":19,"Date":"8/8/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":497,"Cost":374,"Date":"12/7/2019"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":4,"Cost":2,"Date":"1/17/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":940,"Cost":709,"Date":"3/8/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":526,"Cost":423,"Date":"6/6/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":530,"Cost":338,"Date":"6/16/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":219,"Cost":144,"Date":"8/13/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":741,"Cost":638,"Date":"11/19/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":104,"Cost":58,"Date":"12/28/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":751,"Cost":523,"Date":"2/4/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":127,"Cost":105,"Date":"3/8/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":941,"Cost":536,"Date":"12/18/2021"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":435,"Cost":236,"Date":"3/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":698,"Cost":643,"Date":"4/20/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":23,"Cost":19,"Date":"6/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":902,"Cost":580,"Date":"7/23/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":485,"Cost":424,"Date":"11/21/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":30,"Cost":26,"Date":"11/26/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":831,"Cost":595,"Date":"2/20/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":835,"Cost":790,"Date":"5/21/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":876,"Cost":751,"Date":"9/28/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":427,"Cost":297,"Date":"1/3/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":835,"Cost":615,"Date":"2/2/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":480,"Cost":306,"Date":"3/18/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":858,"Cost":523,"Date":"10/14/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":631,"Cost":327,"Date":"2/16/2018"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":178,"Cost":120,"Date":"6/7/2018"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":984,"Cost":832,"Date":"1/28/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":925,"Cost":765,"Date":"3/27/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":379,"Cost":318,"Date":"5/12/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":413,"Cost":292,"Date":"7/28/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":943,"Cost":484,"Date":"8/8/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":451,"Cost":311,"Date":"12/7/2019"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":864,"Cost":721,"Date":"1/17/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":967,"Cost":519,"Date":"3/8/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":428,"Cost":325,"Date":"6/6/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":68,"Cost":55,"Date":"6/16/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":39,"Cost":34,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":153,"Cost":86,"Date":"11/19/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":477,"Cost":395,"Date":"12/28/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":218,"Cost":192,"Date":"2/4/2021"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":449,"Cost":330,"Date":"3/8/2021"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":987,"Cost":667,"Date":"12/18/2021"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":949,"Cost":717,"Date":"3/31/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":736,"Cost":621,"Date":"4/20/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":608,"Cost":427,"Date":"6/26/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":648,"Cost":434,"Date":"7/23/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":886,"Cost":531,"Date":"11/21/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":730,"Cost":535,"Date":"11/26/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":88,"Cost":48,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":771,"Cost":647,"Date":"5/21/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":659,"Cost":459,"Date":"9/28/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":223,"Cost":209,"Date":"1/3/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":5,"Cost":2,"Date":"2/2/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":316,"Cost":258,"Date":"3/18/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":408,"Cost":349,"Date":"10/14/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":511,"Cost":340,"Date":"2/16/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":832,"Cost":528,"Date":"6/7/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":822,"Cost":740,"Date":"1/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":466,"Cost":419,"Date":"3/27/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":997,"Cost":947,"Date":"5/12/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":932,"Cost":744,"Date":"7/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":782,"Cost":522,"Date":"8/8/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":925,"Cost":604,"Date":"12/7/2019"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":397,"Cost":375,"Date":"1/17/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":658,"Cost":485,"Date":"3/8/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":22,"Cost":15,"Date":"6/6/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":706,"Cost":474,"Date":"6/16/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":548,"Cost":280,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":506,"Cost":465,"Date":"11/19/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":792,"Cost":469,"Date":"12/28/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":297,"Cost":230,"Date":"2/4/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":643,"Cost":599,"Date":"3/8/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":400,"Cost":335,"Date":"12/18/2021"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":551,"Cost":439,"Date":"3/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":337,"Cost":301,"Date":"4/20/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":262,"Cost":150,"Date":"6/26/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":789,"Cost":623,"Date":"7/23/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":906,"Cost":692,"Date":"11/21/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":47,"Cost":41,"Date":"11/26/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":160,"Cost":126,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":568,"Cost":309,"Date":"5/21/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":100,"Cost":81,"Date":"9/28/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":546,"Cost":516,"Date":"1/3/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":545,"Cost":296,"Date":"2/2/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":915,"Cost":596,"Date":"3/18/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":695,"Cost":465,"Date":"10/14/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":494,"Cost":268,"Date":"2/16/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":565,"Cost":381,"Date":"6/7/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":124,"Cost":84,"Date":"1/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":399,"Cost":368,"Date":"3/27/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":712,"Cost":368,"Date":"5/12/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":417,"Cost":264,"Date":"7/28/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":555,"Cost":489,"Date":"8/8/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":276,"Cost":181,"Date":"12/7/2019"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":546,"Cost":494,"Date":"1/17/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":795,"Cost":576,"Date":"3/8/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":615,"Cost":529,"Date":"6/6/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":875,"Cost":706,"Date":"6/16/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":517,"Cost":350,"Date":"8/13/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":122,"Cost":78,"Date":"11/19/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":547,"Cost":450,"Date":"12/28/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":416,"Cost":333,"Date":"2/4/2021"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":385,"Cost":287,"Date":"3/8/2021"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":360,"Cost":213,"Date":"12/18/2021"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":221,"Cost":160,"Date":"3/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":826,"Cost":587,"Date":"4/20/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":722,"Cost":543,"Date":"6/26/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":399,"Cost":281,"Date":"7/23/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":100,"Cost":69,"Date":"11/21/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":896,"Cost":621,"Date":"11/26/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":919,"Cost":753,"Date":"2/20/2023"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":405,"Cost":259,"Date":"5/21/2023"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":981,"Cost":928,"Date":"9/28/2023"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":440,"Cost":384,"Date":"1/3/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":363,"Cost":242,"Date":"2/2/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":140,"Cost":81,"Date":"3/18/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":573,"Cost":487,"Date":"10/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":20,"Cost":14,"Date":"2/16/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":553,"Cost":372,"Date":"6/7/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":943,"Cost":685,"Date":"1/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":898,"Cost":496,"Date":"3/27/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":887,"Cost":664,"Date":"5/12/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":8,"Cost":6,"Date":"7/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":505,"Cost":461,"Date":"8/8/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":936,"Cost":837,"Date":"12/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":277,"Cost":213,"Date":"1/17/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":881,"Cost":810,"Date":"3/8/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":158,"Cost":90,"Date":"6/6/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":166,"Cost":151,"Date":"6/16/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":658,"Cost":599,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":259,"Cost":230,"Date":"11/19/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":676,"Cost":497,"Date":"12/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":704,"Cost":659,"Date":"2/4/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":338,"Cost":229,"Date":"3/8/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":675,"Cost":531,"Date":"12/18/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":735,"Cost":501,"Date":"3/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":779,"Cost":579,"Date":"4/20/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":227,"Cost":139,"Date":"6/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":494,"Cost":267,"Date":"7/23/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":323,"Cost":189,"Date":"11/21/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":317,"Cost":281,"Date":"11/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":649,"Cost":521,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":742,"Cost":671,"Date":"5/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":751,"Cost":443,"Date":"9/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":772,"Cost":562,"Date":"1/3/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":286,"Cost":214,"Date":"2/2/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":836,"Cost":627,"Date":"3/18/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":670,"Cost":366,"Date":"10/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":870,"Cost":579,"Date":"2/16/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":519,"Cost":438,"Date":"6/7/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":359,"Cost":301,"Date":"1/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":451,"Cost":273,"Date":"3/27/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":637,"Cost":517,"Date":"5/12/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":890,"Cost":730,"Date":"7/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":397,"Cost":300,"Date":"8/8/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":790,"Cost":628,"Date":"12/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":398,"Cost":369,"Date":"1/17/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":695,"Cost":597,"Date":"3/8/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":780,"Cost":396,"Date":"6/6/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":818,"Cost":698,"Date":"6/16/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":364,"Cost":291,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":289,"Cost":236,"Date":"11/19/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":872,"Cost":487,"Date":"12/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":729,"Cost":608,"Date":"2/4/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":140,"Cost":105,"Date":"3/8/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":148,"Cost":80,"Date":"12/18/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":86,"Cost":61,"Date":"3/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":913,"Cost":475,"Date":"4/20/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":480,"Cost":449,"Date":"6/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":947,"Cost":672,"Date":"7/23/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":552,"Cost":313,"Date":"11/21/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":21,"Cost":11,"Date":"11/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":941,"Cost":541,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":108,"Cost":102,"Date":"5/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":557,"Cost":373,"Date":"9/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":77,"Cost":70,"Date":"1/3/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":226,"Cost":124,"Date":"2/2/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":680,"Cost":356,"Date":"3/18/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":412,"Cost":306,"Date":"10/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":454,"Cost":271,"Date":"2/16/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":814,"Cost":551,"Date":"6/7/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":273,"Cost":196,"Date":"1/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":906,"Cost":707,"Date":"3/27/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":481,"Cost":385,"Date":"5/12/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":291,"Cost":193,"Date":"7/28/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":481,"Cost":448,"Date":"8/8/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":402,"Cost":361,"Date":"12/7/2019"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":59,"Cost":39,"Date":"1/17/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":602,"Cost":412,"Date":"3/8/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":671,"Cost":546,"Date":"6/6/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":331,"Cost":258,"Date":"6/16/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":512,"Cost":457,"Date":"8/13/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":593,"Cost":560,"Date":"11/19/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":428,"Cost":216,"Date":"12/28/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":782,"Cost":498,"Date":"2/4/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":352,"Cost":325,"Date":"3/8/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":727,"Cost":542,"Date":"12/18/2021"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":74,"Cost":52,"Date":"3/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":831,"Cost":660,"Date":"4/20/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":873,"Cost":530,"Date":"6/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":443,"Cost":299,"Date":"7/23/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":689,"Cost":630,"Date":"11/21/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":970,"Cost":764,"Date":"11/26/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":168,"Cost":98,"Date":"2/20/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":446,"Cost":422,"Date":"5/21/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":158,"Cost":101,"Date":"9/28/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":700,"Cost":473,"Date":"1/3/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":451,"Cost":373,"Date":"2/2/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":92,"Cost":65,"Date":"3/18/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Nova","Country":"Denmark","Sale":566,"Cost":340,"Date":"10/14/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":244,"Cost":216,"Date":"2/16/2018"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":441,"Cost":344,"Date":"6/7/2018"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":784,"Cost":497,"Date":"1/28/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":875,"Cost":483,"Date":"3/27/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":927,"Cost":636,"Date":"5/12/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":935,"Cost":714,"Date":"7/28/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":959,"Cost":585,"Date":"8/8/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":731,"Cost":615,"Date":"12/7/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":712,"Cost":522,"Date":"1/17/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":883,"Cost":490,"Date":"3/8/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":229,"Cost":218,"Date":"6/6/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":747,"Cost":548,"Date":"6/16/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":557,"Cost":405,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":470,"Cost":294,"Date":"11/19/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":694,"Cost":618,"Date":"12/28/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":223,"Cost":128,"Date":"2/4/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":969,"Cost":599,"Date":"3/8/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":331,"Cost":254,"Date":"12/18/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":957,"Cost":662,"Date":"3/31/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":150,"Cost":141,"Date":"4/20/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":395,"Cost":200,"Date":"6/26/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":763,"Cost":538,"Date":"7/23/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":557,"Cost":486,"Date":"11/21/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":853,"Cost":775,"Date":"11/26/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":573,"Cost":427,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":704,"Cost":375,"Date":"5/21/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":528,"Cost":268,"Date":"9/28/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":930,"Cost":759,"Date":"1/3/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":10,"Cost":10,"Date":"2/2/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":667,"Cost":596,"Date":"3/18/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":3,"Cost":3,"Date":"10/14/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":567,"Cost":526,"Date":"2/16/2018"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":344,"Cost":321,"Date":"6/7/2018"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":216,"Cost":162,"Date":"1/28/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":575,"Cost":306,"Date":"3/27/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":590,"Cost":340,"Date":"5/12/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":823,"Cost":706,"Date":"7/28/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":701,"Cost":410,"Date":"8/8/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":786,"Cost":616,"Date":"12/7/2019"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":276,"Cost":231,"Date":"1/17/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":846,"Cost":628,"Date":"3/8/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":321,"Cost":196,"Date":"6/6/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":658,"Cost":597,"Date":"6/16/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":562,"Cost":445,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":478,"Cost":440,"Date":"11/19/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":201,"Cost":140,"Date":"12/28/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":862,"Cost":655,"Date":"2/4/2021"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":650,"Cost":479,"Date":"3/8/2021"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":175,"Cost":99,"Date":"12/18/2021"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":330,"Cost":267,"Date":"3/31/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":726,"Cost":552,"Date":"4/20/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":76,"Cost":56,"Date":"6/26/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":135,"Cost":123,"Date":"7/23/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":3,"Cost":2,"Date":"11/21/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":845,"Cost":777,"Date":"11/26/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":932,"Cost":557,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":303,"Cost":209,"Date":"5/21/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":842,"Cost":604,"Date":"9/28/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":978,"Cost":869,"Date":"1/3/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":342,"Cost":304,"Date":"2/2/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":471,"Cost":339,"Date":"3/18/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":384,"Cost":302,"Date":"10/14/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":912,"Cost":669,"Date":"2/16/2018"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":173,"Cost":162,"Date":"6/7/2018"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":907,"Cost":527,"Date":"1/28/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":567,"Cost":480,"Date":"3/27/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":209,"Cost":132,"Date":"5/12/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":983,"Cost":802,"Date":"7/28/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":546,"Cost":378,"Date":"8/8/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":439,"Cost":237,"Date":"12/7/2019"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":127,"Cost":83,"Date":"1/17/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":967,"Cost":542,"Date":"3/8/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":423,"Cost":335,"Date":"6/6/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":438,"Cost":252,"Date":"6/16/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":556,"Cost":447,"Date":"8/13/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":232,"Cost":201,"Date":"11/19/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":396,"Cost":340,"Date":"12/28/2020"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":475,"Cost":366,"Date":"2/4/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":572,"Cost":505,"Date":"3/8/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":870,"Cost":536,"Date":"12/18/2021"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":281,"Cost":171,"Date":"3/31/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":43,"Cost":29,"Date":"4/20/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":709,"Cost":632,"Date":"6/26/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":579,"Cost":302,"Date":"7/23/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":957,"Cost":717,"Date":"11/21/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":63,"Cost":40,"Date":"11/26/2022"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":84,"Cost":72,"Date":"2/20/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":803,"Cost":550,"Date":"5/21/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":726,"Cost":591,"Date":"9/28/2023"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":279,"Cost":173,"Date":"1/3/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":203,"Cost":171,"Date":"2/2/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":962,"Cost":665,"Date":"3/18/2024"},{"Store":"Frederiksberg Center","Brand":"Sellpy","Country":"Denmark","Sale":114,"Cost":89,"Date":"10/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":578,"Cost":437,"Date":"2/16/2018"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":421,"Cost":383,"Date":"6/7/2018"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":181,"Cost":169,"Date":"1/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":101,"Cost":74,"Date":"3/27/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":202,"Cost":152,"Date":"5/12/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":801,"Cost":543,"Date":"7/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":41,"Cost":26,"Date":"8/8/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":75,"Cost":71,"Date":"12/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":191,"Cost":142,"Date":"1/17/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":778,"Cost":425,"Date":"3/8/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":877,"Cost":563,"Date":"6/6/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":770,"Cost":720,"Date":"6/16/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":42,"Cost":31,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":306,"Cost":238,"Date":"11/19/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":106,"Cost":61,"Date":"12/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":296,"Cost":247,"Date":"2/4/2021"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":644,"Cost":491,"Date":"3/8/2021"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":720,"Cost":582,"Date":"12/18/2021"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":980,"Cost":494,"Date":"3/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":536,"Cost":377,"Date":"4/20/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":961,"Cost":727,"Date":"6/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":757,"Cost":607,"Date":"7/23/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":836,"Cost":442,"Date":"11/21/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":898,"Cost":573,"Date":"11/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":795,"Cost":500,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":12,"Cost":7,"Date":"5/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":878,"Cost":484,"Date":"9/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":878,"Cost":746,"Date":"1/3/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":916,"Cost":648,"Date":"2/2/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":269,"Cost":170,"Date":"3/18/2024"},{"Store":"City2, Høje Taastrup","Brand":"ARKET","Country":"Denmark","Sale":101,"Cost":82,"Date":"10/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":669,"Cost":431,"Date":"2/16/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":252,"Cost":149,"Date":"6/7/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":554,"Cost":431,"Date":"1/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":445,"Cost":381,"Date":"3/27/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":762,"Cost":567,"Date":"5/12/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":627,"Cost":576,"Date":"7/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":369,"Cost":238,"Date":"8/8/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":399,"Cost":267,"Date":"12/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":973,"Cost":556,"Date":"1/17/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":711,"Cost":576,"Date":"3/8/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":790,"Cost":677,"Date":"6/6/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":869,"Cost":700,"Date":"6/16/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":987,"Cost":713,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":118,"Cost":77,"Date":"11/19/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":169,"Cost":88,"Date":"12/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":298,"Cost":150,"Date":"2/4/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":694,"Cost":615,"Date":"3/8/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":918,"Cost":717,"Date":"12/18/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":483,"Cost":340,"Date":"3/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":116,"Cost":95,"Date":"4/20/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":354,"Cost":193,"Date":"6/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":523,"Cost":279,"Date":"7/23/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":18,"Cost":17,"Date":"11/21/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":494,"Cost":456,"Date":"11/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":151,"Cost":80,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":435,"Cost":307,"Date":"5/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":74,"Cost":46,"Date":"9/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":925,"Cost":616,"Date":"1/3/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":973,"Cost":521,"Date":"2/2/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":110,"Cost":64,"Date":"3/18/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":585,"Cost":387,"Date":"10/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":439,"Cost":253,"Date":"2/16/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":996,"Cost":675,"Date":"6/7/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":450,"Cost":320,"Date":"1/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":720,"Cost":613,"Date":"3/27/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":269,"Cost":188,"Date":"5/12/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":582,"Cost":504,"Date":"7/28/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":616,"Cost":366,"Date":"8/8/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":75,"Cost":43,"Date":"12/7/2019"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":38,"Cost":29,"Date":"1/17/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":790,"Cost":659,"Date":"3/8/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":731,"Cost":589,"Date":"6/6/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":723,"Cost":593,"Date":"6/16/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":541,"Cost":342,"Date":"8/13/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":465,"Cost":304,"Date":"11/19/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":32,"Cost":19,"Date":"12/28/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":812,"Cost":712,"Date":"2/4/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":414,"Cost":381,"Date":"3/8/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":670,"Cost":558,"Date":"12/18/2021"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":470,"Cost":401,"Date":"3/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":214,"Cost":131,"Date":"4/20/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":923,"Cost":468,"Date":"6/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":67,"Cost":34,"Date":"7/23/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":132,"Cost":71,"Date":"11/21/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":179,"Cost":142,"Date":"11/26/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":730,"Cost":411,"Date":"2/20/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":245,"Cost":176,"Date":"5/21/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":62,"Cost":51,"Date":"9/28/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":638,"Cost":456,"Date":"1/3/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":33,"Cost":17,"Date":"2/2/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":541,"Cost":441,"Date":"3/18/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM Home","Country":"Denmark","Sale":300,"Cost":270,"Date":"10/14/2024"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":648,"Cost":397,"Date":"2/16/2018"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":12,"Cost":11,"Date":"6/7/2018"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":256,"Cost":134,"Date":"1/28/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":135,"Cost":105,"Date":"3/27/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":573,"Cost":354,"Date":"5/12/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":295,"Cost":252,"Date":"7/28/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":784,"Cost":573,"Date":"8/8/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":970,"Cost":545,"Date":"12/7/2019"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":985,"Cost":793,"Date":"1/17/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":438,"Cost":304,"Date":"3/8/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":45,"Cost":24,"Date":"6/6/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":531,"Cost":473,"Date":"6/16/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":34,"Cost":21,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":644,"Cost":481,"Date":"11/19/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":67,"Cost":35,"Date":"12/28/2020"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":221,"Cost":188,"Date":"2/4/2021"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":810,"Cost":473,"Date":"3/8/2021"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":316,"Cost":240,"Date":"12/18/2021"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":763,"Cost":501,"Date":"3/31/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":399,"Cost":282,"Date":"4/20/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":399,"Cost":379,"Date":"6/26/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":734,"Cost":450,"Date":"7/23/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":54,"Cost":38,"Date":"11/21/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":823,"Cost":620,"Date":"11/26/2022"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":127,"Cost":95,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":868,"Cost":473,"Date":"5/21/2023"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":243,"Cost":149,"Date":"9/28/2023"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":509,"Cost":387,"Date":"1/3/2024"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":102,"Cost":70,"Date":"2/2/2024"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":76,"Cost":38,"Date":"3/18/2024"},{"Store":"Rødovre Centrum","Brand":"ARKET","Country":"Denmark","Sale":637,"Cost":470,"Date":"10/14/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":940,"Cost":832,"Date":"2/16/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":743,"Cost":523,"Date":"6/7/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":912,"Cost":459,"Date":"1/28/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":817,"Cost":479,"Date":"3/27/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":275,"Cost":260,"Date":"5/12/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":200,"Cost":118,"Date":"7/28/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":170,"Cost":126,"Date":"8/8/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":643,"Cost":547,"Date":"12/7/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":864,"Cost":649,"Date":"1/17/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":673,"Cost":542,"Date":"3/8/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":222,"Cost":178,"Date":"6/6/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":330,"Cost":263,"Date":"6/16/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":937,"Cost":784,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":834,"Cost":465,"Date":"11/19/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":115,"Cost":97,"Date":"12/28/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":529,"Cost":450,"Date":"2/4/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":250,"Cost":164,"Date":"3/8/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":848,"Cost":447,"Date":"12/18/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":951,"Cost":524,"Date":"3/31/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":747,"Cost":564,"Date":"4/20/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":782,"Cost":598,"Date":"6/26/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":55,"Cost":46,"Date":"7/23/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":579,"Cost":369,"Date":"11/21/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":384,"Cost":326,"Date":"11/26/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":134,"Cost":97,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":81,"Cost":75,"Date":"5/21/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":387,"Cost":285,"Date":"9/28/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":823,"Cost":759,"Date":"1/3/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":638,"Cost":391,"Date":"2/2/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":726,"Cost":619,"Date":"3/18/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":45,"Cost":34,"Date":"10/14/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":824,"Cost":710,"Date":"2/16/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":258,"Cost":193,"Date":"6/7/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":14,"Cost":8,"Date":"1/28/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":834,"Cost":434,"Date":"3/27/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":208,"Cost":159,"Date":"5/12/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":636,"Cost":593,"Date":"7/28/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":868,"Cost":468,"Date":"8/8/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":72,"Cost":51,"Date":"12/7/2019"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":535,"Cost":323,"Date":"1/17/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":382,"Cost":296,"Date":"3/8/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":190,"Cost":99,"Date":"6/6/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":596,"Cost":561,"Date":"6/16/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":906,"Cost":478,"Date":"8/13/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":818,"Cost":544,"Date":"11/19/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":281,"Cost":248,"Date":"12/28/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":877,"Cost":544,"Date":"2/4/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":897,"Cost":646,"Date":"3/8/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":266,"Cost":217,"Date":"12/18/2021"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":886,"Cost":694,"Date":"3/31/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":637,"Cost":591,"Date":"4/20/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":860,"Cost":453,"Date":"6/26/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":701,"Cost":488,"Date":"7/23/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":360,"Cost":288,"Date":"11/21/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":724,"Cost":397,"Date":"11/26/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":501,"Cost":433,"Date":"2/20/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":458,"Cost":323,"Date":"5/21/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":983,"Cost":529,"Date":"9/28/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":499,"Cost":464,"Date":"1/3/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":601,"Cost":553,"Date":"2/2/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":523,"Cost":396,"Date":"3/18/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":760,"Cost":416,"Date":"10/14/2024"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":844,"Cost":482,"Date":"2/16/2018"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":626,"Cost":427,"Date":"6/7/2018"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":599,"Cost":314,"Date":"1/28/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":239,"Cost":188,"Date":"3/27/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":697,"Cost":610,"Date":"5/12/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":162,"Cost":104,"Date":"7/28/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":760,"Cost":680,"Date":"8/8/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":810,"Cost":732,"Date":"12/7/2019"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":711,"Cost":529,"Date":"1/17/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":104,"Cost":84,"Date":"3/8/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":655,"Cost":467,"Date":"6/6/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":135,"Cost":80,"Date":"6/16/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":617,"Cost":423,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":492,"Cost":270,"Date":"11/19/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":558,"Cost":522,"Date":"12/28/2020"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":116,"Cost":94,"Date":"2/4/2021"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":30,"Cost":21,"Date":"3/8/2021"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":641,"Cost":436,"Date":"12/18/2021"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":958,"Cost":649,"Date":"3/31/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":186,"Cost":165,"Date":"4/20/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":537,"Cost":482,"Date":"6/26/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":344,"Cost":327,"Date":"7/23/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":156,"Cost":104,"Date":"11/21/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":271,"Cost":195,"Date":"11/26/2022"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":540,"Cost":301,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":57,"Cost":40,"Date":"5/21/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":726,"Cost":387,"Date":"9/28/2023"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":975,"Cost":696,"Date":"1/3/2024"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":144,"Cost":123,"Date":"2/2/2024"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":974,"Cost":520,"Date":"3/18/2024"},{"Store":"Lyngby Storcenter","Brand":"ARKET","Country":"Denmark","Sale":571,"Cost":317,"Date":"10/14/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":96,"Cost":71,"Date":"2/16/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":651,"Cost":543,"Date":"6/7/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":762,"Cost":397,"Date":"1/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":212,"Cost":125,"Date":"3/27/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":893,"Cost":529,"Date":"5/12/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":930,"Cost":587,"Date":"7/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":445,"Cost":330,"Date":"8/8/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":709,"Cost":508,"Date":"12/7/2019"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":142,"Cost":94,"Date":"1/17/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":808,"Cost":452,"Date":"3/8/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":484,"Cost":377,"Date":"6/6/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":173,"Cost":94,"Date":"6/16/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":924,"Cost":785,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":966,"Cost":534,"Date":"11/19/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":364,"Cost":197,"Date":"12/28/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":185,"Cost":151,"Date":"2/4/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":11,"Cost":6,"Date":"3/8/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":359,"Cost":203,"Date":"12/18/2021"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":786,"Cost":639,"Date":"3/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":511,"Cost":366,"Date":"4/20/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":615,"Cost":387,"Date":"6/26/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":53,"Cost":49,"Date":"7/23/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":766,"Cost":537,"Date":"11/21/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":392,"Cost":320,"Date":"11/26/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":770,"Cost":624,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":544,"Cost":296,"Date":"5/21/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":354,"Cost":213,"Date":"9/28/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":509,"Cost":305,"Date":"1/3/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":962,"Cost":790,"Date":"2/2/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":465,"Cost":389,"Date":"3/18/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":904,"Cost":818,"Date":"10/14/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":255,"Cost":187,"Date":"2/16/2018"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":59,"Cost":39,"Date":"6/7/2018"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":827,"Cost":592,"Date":"1/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":118,"Cost":88,"Date":"3/27/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":334,"Cost":234,"Date":"5/12/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":738,"Cost":608,"Date":"7/28/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":450,"Cost":311,"Date":"8/8/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":318,"Cost":204,"Date":"12/7/2019"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":942,"Cost":591,"Date":"1/17/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":363,"Cost":227,"Date":"3/8/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":345,"Cost":289,"Date":"6/6/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":31,"Cost":23,"Date":"6/16/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":592,"Cost":422,"Date":"8/13/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":118,"Cost":93,"Date":"11/19/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":137,"Cost":109,"Date":"12/28/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":459,"Cost":331,"Date":"2/4/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":630,"Cost":545,"Date":"3/8/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":794,"Cost":567,"Date":"12/18/2021"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":129,"Cost":65,"Date":"3/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":604,"Cost":316,"Date":"4/20/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":503,"Cost":478,"Date":"6/26/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":254,"Cost":207,"Date":"7/23/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":254,"Cost":184,"Date":"11/21/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":587,"Cost":475,"Date":"11/26/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":825,"Cost":573,"Date":"2/20/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":646,"Cost":549,"Date":"5/21/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":525,"Cost":488,"Date":"9/28/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":131,"Cost":82,"Date":"1/3/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":216,"Cost":121,"Date":"2/2/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":647,"Cost":523,"Date":"3/18/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":952,"Cost":523,"Date":"10/14/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":142,"Cost":101,"Date":"2/16/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":51,"Cost":38,"Date":"6/7/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":599,"Cost":428,"Date":"1/28/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":423,"Cost":349,"Date":"3/27/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":418,"Cost":221,"Date":"5/12/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":635,"Cost":515,"Date":"7/28/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":45,"Cost":30,"Date":"8/8/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":487,"Cost":331,"Date":"12/7/2019"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":174,"Cost":154,"Date":"1/17/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":50,"Cost":39,"Date":"3/8/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":263,"Cost":210,"Date":"6/6/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":997,"Cost":846,"Date":"6/16/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":273,"Cost":181,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":807,"Cost":422,"Date":"11/19/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":616,"Cost":410,"Date":"12/28/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":869,"Cost":596,"Date":"2/4/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":462,"Cost":395,"Date":"3/8/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":371,"Cost":225,"Date":"12/18/2021"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":24,"Cost":23,"Date":"3/31/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":241,"Cost":173,"Date":"4/20/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":712,"Cost":558,"Date":"6/26/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":1,"Cost":0,"Date":"7/23/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":915,"Cost":525,"Date":"11/21/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":69,"Cost":62,"Date":"11/26/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":378,"Cost":229,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":814,"Cost":592,"Date":"5/21/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":377,"Cost":294,"Date":"9/28/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":514,"Cost":366,"Date":"1/3/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":244,"Cost":223,"Date":"2/2/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":384,"Cost":236,"Date":"3/18/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":568,"Cost":470,"Date":"10/14/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":829,"Cost":740,"Date":"2/16/2018"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":923,"Cost":847,"Date":"6/7/2018"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":177,"Cost":153,"Date":"1/28/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":455,"Cost":341,"Date":"3/27/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":895,"Cost":791,"Date":"5/12/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":752,"Cost":617,"Date":"7/28/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":142,"Cost":91,"Date":"8/8/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":706,"Cost":458,"Date":"12/7/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":77,"Cost":56,"Date":"1/17/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":580,"Cost":472,"Date":"3/8/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":654,"Cost":370,"Date":"6/6/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":581,"Cost":521,"Date":"6/16/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":499,"Cost":377,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":117,"Cost":91,"Date":"11/19/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":692,"Cost":569,"Date":"12/28/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":946,"Cost":878,"Date":"2/4/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":31,"Cost":29,"Date":"3/8/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":215,"Cost":165,"Date":"12/18/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":28,"Cost":25,"Date":"3/31/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":82,"Cost":78,"Date":"4/20/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":708,"Cost":673,"Date":"6/26/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":201,"Cost":166,"Date":"7/23/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":57,"Cost":42,"Date":"11/21/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":728,"Cost":638,"Date":"11/26/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":15,"Cost":10,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":802,"Cost":675,"Date":"5/21/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":482,"Cost":256,"Date":"9/28/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":81,"Cost":65,"Date":"1/3/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":957,"Cost":597,"Date":"2/2/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":574,"Cost":334,"Date":"3/18/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":42,"Cost":35,"Date":"10/14/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":593,"Cost":383,"Date":"2/16/2018"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":135,"Cost":82,"Date":"6/7/2018"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":472,"Cost":328,"Date":"1/28/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":250,"Cost":142,"Date":"3/27/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":233,"Cost":206,"Date":"5/12/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":641,"Cost":449,"Date":"7/28/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":736,"Cost":632,"Date":"8/8/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":328,"Cost":304,"Date":"12/7/2019"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":107,"Cost":53,"Date":"1/17/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":275,"Cost":190,"Date":"3/8/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":891,"Cost":672,"Date":"6/6/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":134,"Cost":126,"Date":"6/16/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":208,"Cost":181,"Date":"8/13/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":374,"Cost":205,"Date":"11/19/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":624,"Cost":588,"Date":"12/28/2020"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":847,"Cost":565,"Date":"2/4/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":113,"Cost":98,"Date":"3/8/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":545,"Cost":456,"Date":"12/18/2021"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":103,"Cost":64,"Date":"3/31/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":70,"Cost":54,"Date":"4/20/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":751,"Cost":709,"Date":"6/26/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":184,"Cost":132,"Date":"7/23/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":290,"Cost":224,"Date":"11/21/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":32,"Cost":16,"Date":"11/26/2022"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":86,"Cost":69,"Date":"2/20/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":528,"Cost":445,"Date":"5/21/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":798,"Cost":713,"Date":"9/28/2023"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":180,"Cost":111,"Date":"1/3/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":851,"Cost":594,"Date":"2/2/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":70,"Cost":66,"Date":"3/18/2024"},{"Store":"Kolding Storcenter","Brand":"HM Home","Country":"Denmark","Sale":566,"Cost":394,"Date":"10/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":322,"Cost":257,"Date":"2/16/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":110,"Cost":85,"Date":"6/7/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":691,"Cost":627,"Date":"1/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":955,"Cost":714,"Date":"3/27/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":917,"Cost":575,"Date":"5/12/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":201,"Cost":155,"Date":"7/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":716,"Cost":477,"Date":"8/8/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":550,"Cost":325,"Date":"12/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":330,"Cost":203,"Date":"1/17/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":313,"Cost":222,"Date":"3/8/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":536,"Cost":369,"Date":"6/6/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":347,"Cost":276,"Date":"6/16/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":334,"Cost":271,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":314,"Cost":167,"Date":"11/19/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":44,"Cost":41,"Date":"12/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":852,"Cost":645,"Date":"2/4/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":338,"Cost":211,"Date":"3/8/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":710,"Cost":558,"Date":"12/18/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":217,"Cost":182,"Date":"3/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":440,"Cost":324,"Date":"4/20/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":441,"Cost":380,"Date":"6/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":685,"Cost":615,"Date":"7/23/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":342,"Cost":232,"Date":"11/21/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":875,"Cost":492,"Date":"11/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":932,"Cost":573,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":782,"Cost":425,"Date":"5/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":149,"Cost":141,"Date":"9/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":181,"Cost":151,"Date":"1/3/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":23,"Cost":20,"Date":"2/2/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":114,"Cost":78,"Date":"3/18/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Sellpy","Country":"Denmark","Sale":878,"Cost":546,"Date":"10/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":861,"Cost":488,"Date":"2/16/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":803,"Cost":410,"Date":"6/7/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":945,"Cost":488,"Date":"1/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":579,"Cost":480,"Date":"3/27/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":674,"Cost":580,"Date":"5/12/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":828,"Cost":652,"Date":"7/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":572,"Cost":363,"Date":"8/8/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":994,"Cost":757,"Date":"12/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":122,"Cost":103,"Date":"1/17/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":411,"Cost":361,"Date":"3/8/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":29,"Cost":17,"Date":"6/6/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":328,"Cost":287,"Date":"6/16/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":964,"Cost":561,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":780,"Cost":473,"Date":"11/19/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":404,"Cost":205,"Date":"12/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":381,"Cost":208,"Date":"2/4/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":64,"Cost":42,"Date":"3/8/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":483,"Cost":334,"Date":"12/18/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":975,"Cost":916,"Date":"3/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":221,"Cost":130,"Date":"4/20/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":18,"Cost":13,"Date":"6/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":876,"Cost":532,"Date":"7/23/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":954,"Cost":881,"Date":"11/21/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":820,"Cost":635,"Date":"11/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":124,"Cost":84,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":414,"Cost":210,"Date":"5/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":512,"Cost":391,"Date":"9/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":477,"Cost":364,"Date":"1/3/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":775,"Cost":475,"Date":"2/2/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":632,"Cost":536,"Date":"3/18/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"Jeans","Country":"Denmark","Sale":684,"Cost":644,"Date":"10/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":862,"Cost":442,"Date":"2/16/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":282,"Cost":141,"Date":"6/7/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":417,"Cost":389,"Date":"1/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":726,"Cost":505,"Date":"3/27/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":491,"Cost":309,"Date":"5/12/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":587,"Cost":306,"Date":"7/28/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":182,"Cost":93,"Date":"8/8/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":947,"Cost":783,"Date":"12/7/2019"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":204,"Cost":178,"Date":"1/17/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":827,"Cost":569,"Date":"3/8/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":396,"Cost":278,"Date":"6/6/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":589,"Cost":511,"Date":"6/16/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":946,"Cost":703,"Date":"8/13/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":62,"Cost":40,"Date":"11/19/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":464,"Cost":289,"Date":"12/28/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":284,"Cost":247,"Date":"2/4/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":941,"Cost":796,"Date":"3/8/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":597,"Cost":392,"Date":"12/18/2021"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":97,"Cost":51,"Date":"3/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":316,"Cost":283,"Date":"4/20/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":579,"Cost":423,"Date":"6/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":578,"Cost":457,"Date":"7/23/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":834,"Cost":422,"Date":"11/21/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":270,"Cost":163,"Date":"11/26/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":110,"Cost":81,"Date":"2/20/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":617,"Cost":387,"Date":"5/21/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":850,"Cost":535,"Date":"9/28/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":743,"Cost":648,"Date":"1/3/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":927,"Cost":524,"Date":"2/2/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":218,"Cost":194,"Date":"3/18/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":184,"Cost":136,"Date":"10/14/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":617,"Cost":339,"Date":"2/16/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":757,"Cost":557,"Date":"6/7/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":303,"Cost":228,"Date":"1/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":280,"Cost":166,"Date":"3/27/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":579,"Cost":340,"Date":"5/12/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":401,"Cost":213,"Date":"7/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":74,"Cost":63,"Date":"8/8/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":281,"Cost":200,"Date":"12/7/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":436,"Cost":345,"Date":"1/17/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":496,"Cost":248,"Date":"3/8/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":113,"Cost":89,"Date":"6/6/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":738,"Cost":399,"Date":"6/16/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":287,"Cost":182,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":116,"Cost":92,"Date":"11/19/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":419,"Cost":299,"Date":"12/28/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":497,"Cost":382,"Date":"2/4/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":52,"Cost":43,"Date":"3/8/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":53,"Cost":41,"Date":"12/18/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":707,"Cost":421,"Date":"3/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":42,"Cost":38,"Date":"4/20/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":215,"Cost":192,"Date":"6/26/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":379,"Cost":294,"Date":"7/23/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":22,"Cost":14,"Date":"11/21/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":292,"Cost":257,"Date":"11/26/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":152,"Cost":117,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":211,"Cost":139,"Date":"5/21/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":567,"Cost":516,"Date":"9/28/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":189,"Cost":145,"Date":"1/3/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":541,"Cost":457,"Date":"2/2/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":76,"Cost":41,"Date":"3/18/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":619,"Cost":333,"Date":"10/14/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":704,"Cost":536,"Date":"2/16/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":306,"Cost":165,"Date":"6/7/2018"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":79,"Cost":54,"Date":"1/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":24,"Cost":18,"Date":"3/27/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":939,"Cost":649,"Date":"5/12/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":826,"Cost":464,"Date":"7/28/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":20,"Cost":19,"Date":"8/8/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":25,"Cost":14,"Date":"12/7/2019"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":325,"Cost":270,"Date":"1/17/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":266,"Cost":252,"Date":"3/8/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":439,"Cost":322,"Date":"6/6/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":508,"Cost":289,"Date":"6/16/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":406,"Cost":244,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":636,"Cost":387,"Date":"11/19/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":487,"Cost":320,"Date":"12/28/2020"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":407,"Cost":373,"Date":"2/4/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":539,"Cost":424,"Date":"3/8/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":240,"Cost":122,"Date":"12/18/2021"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":289,"Cost":264,"Date":"3/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":676,"Cost":580,"Date":"4/20/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":912,"Cost":705,"Date":"6/26/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":633,"Cost":439,"Date":"7/23/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":927,"Cost":822,"Date":"11/21/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":490,"Cost":263,"Date":"11/26/2022"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":8,"Cost":6,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":650,"Cost":594,"Date":"5/21/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":816,"Cost":723,"Date":"9/28/2023"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":970,"Cost":748,"Date":"1/3/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":780,"Cost":596,"Date":"2/2/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":591,"Cost":418,"Date":"3/18/2024"},{"Store":"Aalborg Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":917,"Cost":548,"Date":"10/14/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":665,"Cost":574,"Date":"2/16/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":994,"Cost":605,"Date":"6/7/2018"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":202,"Cost":168,"Date":"1/28/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":998,"Cost":893,"Date":"3/27/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":164,"Cost":95,"Date":"5/12/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":497,"Cost":253,"Date":"7/28/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":939,"Cost":555,"Date":"8/8/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":758,"Cost":619,"Date":"12/7/2019"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":936,"Cost":589,"Date":"1/17/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":768,"Cost":404,"Date":"3/8/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":114,"Cost":80,"Date":"6/6/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":398,"Cost":364,"Date":"6/16/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":285,"Cost":179,"Date":"8/13/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":638,"Cost":322,"Date":"11/19/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":464,"Cost":269,"Date":"12/28/2020"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":257,"Cost":214,"Date":"2/4/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":518,"Cost":490,"Date":"3/8/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":203,"Cost":169,"Date":"12/18/2021"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":383,"Cost":302,"Date":"3/31/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":423,"Cost":266,"Date":"4/20/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":994,"Cost":500,"Date":"6/26/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":497,"Cost":409,"Date":"7/23/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":162,"Cost":146,"Date":"11/21/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":635,"Cost":567,"Date":"11/26/2022"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":67,"Cost":48,"Date":"2/20/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":509,"Cost":313,"Date":"5/21/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":916,"Cost":735,"Date":"9/28/2023"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":559,"Cost":458,"Date":"1/3/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":696,"Cost":360,"Date":"2/2/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":963,"Cost":688,"Date":"3/18/2024"},{"Store":"Aalborg Storcenter","Brand":"HM Home","Country":"Denmark","Sale":457,"Cost":417,"Date":"10/14/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":173,"Cost":108,"Date":"2/16/2018"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":686,"Cost":356,"Date":"6/7/2018"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":111,"Cost":67,"Date":"1/28/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":993,"Cost":797,"Date":"3/27/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":299,"Cost":280,"Date":"5/12/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":878,"Cost":832,"Date":"7/28/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":403,"Cost":281,"Date":"8/8/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":641,"Cost":450,"Date":"12/7/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":986,"Cost":686,"Date":"1/17/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":740,"Cost":567,"Date":"3/8/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":298,"Cost":244,"Date":"6/6/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":707,"Cost":634,"Date":"6/16/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":903,"Cost":613,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":434,"Cost":395,"Date":"11/19/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":124,"Cost":88,"Date":"12/28/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":991,"Cost":924,"Date":"2/4/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":308,"Cost":195,"Date":"3/8/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":301,"Cost":218,"Date":"12/18/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":810,"Cost":562,"Date":"3/31/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":642,"Cost":359,"Date":"4/20/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":22,"Cost":19,"Date":"6/26/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":804,"Cost":580,"Date":"7/23/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":387,"Cost":266,"Date":"11/21/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":523,"Cost":456,"Date":"11/26/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":505,"Cost":344,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":42,"Cost":27,"Date":"5/21/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":832,"Cost":526,"Date":"9/28/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":337,"Cost":231,"Date":"1/3/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":847,"Cost":636,"Date":"2/2/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":442,"Cost":324,"Date":"3/18/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":12,"Cost":8,"Date":"10/14/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":381,"Cost":238,"Date":"2/16/2018"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":747,"Cost":567,"Date":"6/7/2018"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":634,"Cost":380,"Date":"1/28/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":196,"Cost":187,"Date":"3/27/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":712,"Cost":373,"Date":"5/12/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":48,"Cost":30,"Date":"7/28/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":721,"Cost":548,"Date":"8/8/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":273,"Cost":200,"Date":"12/7/2019"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":979,"Cost":846,"Date":"1/17/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":987,"Cost":563,"Date":"3/8/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":380,"Cost":322,"Date":"6/6/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":312,"Cost":217,"Date":"6/16/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":65,"Cost":38,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":767,"Cost":433,"Date":"11/19/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":907,"Cost":743,"Date":"12/28/2020"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":761,"Cost":584,"Date":"2/4/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":133,"Cost":127,"Date":"3/8/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":447,"Cost":323,"Date":"12/18/2021"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":870,"Cost":531,"Date":"3/31/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":813,"Cost":505,"Date":"4/20/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":258,"Cost":135,"Date":"6/26/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":68,"Cost":49,"Date":"7/23/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":817,"Cost":607,"Date":"11/21/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":26,"Cost":24,"Date":"11/26/2022"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":109,"Cost":79,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":635,"Cost":473,"Date":"5/21/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":745,"Cost":415,"Date":"9/28/2023"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":734,"Cost":584,"Date":"1/3/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":844,"Cost":727,"Date":"2/2/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":95,"Cost":70,"Date":"3/18/2024"},{"Store":"HerningCentret","Brand":"HM","Country":"Denmark","Sale":34,"Cost":17,"Date":"10/14/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":930,"Cost":831,"Date":"2/16/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":238,"Cost":141,"Date":"6/7/2018"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":58,"Cost":36,"Date":"1/28/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":232,"Cost":169,"Date":"3/27/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":707,"Cost":628,"Date":"5/12/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":37,"Cost":27,"Date":"7/28/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":355,"Cost":313,"Date":"8/8/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":69,"Cost":50,"Date":"12/7/2019"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":11,"Cost":9,"Date":"1/17/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":867,"Cost":628,"Date":"3/8/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":407,"Cost":263,"Date":"6/6/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":171,"Cost":160,"Date":"6/16/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":989,"Cost":624,"Date":"8/13/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":172,"Cost":98,"Date":"11/19/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":92,"Cost":71,"Date":"12/28/2020"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":519,"Cost":485,"Date":"2/4/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":646,"Cost":587,"Date":"3/8/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":282,"Cost":250,"Date":"12/18/2021"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":406,"Cost":326,"Date":"3/31/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":898,"Cost":533,"Date":"4/20/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":267,"Cost":232,"Date":"6/26/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":19,"Cost":9,"Date":"7/23/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":80,"Cost":41,"Date":"11/21/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":651,"Cost":508,"Date":"11/26/2022"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":919,"Cost":459,"Date":"2/20/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":486,"Cost":393,"Date":"5/21/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":275,"Cost":205,"Date":"9/28/2023"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":561,"Cost":501,"Date":"1/3/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":166,"Cost":99,"Date":"2/2/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":524,"Cost":308,"Date":"3/18/2024"},{"Store":"HerningCentret","Brand":"Sellpy","Country":"Denmark","Sale":750,"Cost":686,"Date":"10/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":182,"Cost":115,"Date":"2/16/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":845,"Cost":477,"Date":"6/7/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":658,"Cost":440,"Date":"1/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":766,"Cost":704,"Date":"3/27/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":351,"Cost":287,"Date":"5/12/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":516,"Cost":432,"Date":"7/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":419,"Cost":264,"Date":"8/8/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":778,"Cost":446,"Date":"12/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":826,"Cost":584,"Date":"1/17/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":451,"Cost":299,"Date":"3/8/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":121,"Cost":71,"Date":"6/6/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":971,"Cost":678,"Date":"6/16/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":345,"Cost":224,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":941,"Cost":501,"Date":"11/19/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":610,"Cost":321,"Date":"12/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":184,"Cost":161,"Date":"2/4/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":100,"Cost":94,"Date":"3/8/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":937,"Cost":822,"Date":"12/18/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":38,"Cost":21,"Date":"3/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":854,"Cost":631,"Date":"4/20/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":979,"Cost":893,"Date":"6/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":717,"Cost":601,"Date":"7/23/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":73,"Cost":42,"Date":"11/21/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":115,"Cost":104,"Date":"11/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":704,"Cost":633,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":683,"Cost":412,"Date":"5/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":224,"Cost":179,"Date":"9/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":319,"Cost":288,"Date":"1/3/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":533,"Cost":308,"Date":"2/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":429,"Cost":304,"Date":"3/18/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM Home","Country":"Denmark","Sale":1,"Cost":1,"Date":"10/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":37,"Cost":27,"Date":"2/16/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":490,"Cost":273,"Date":"6/7/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":860,"Cost":688,"Date":"1/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":312,"Cost":194,"Date":"3/27/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":803,"Cost":709,"Date":"5/12/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":971,"Cost":776,"Date":"7/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":409,"Cost":314,"Date":"8/8/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":394,"Cost":255,"Date":"12/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":571,"Cost":442,"Date":"1/17/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":215,"Cost":165,"Date":"3/8/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":282,"Cost":179,"Date":"6/6/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":559,"Cost":299,"Date":"6/16/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":93,"Cost":52,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":489,"Cost":382,"Date":"11/19/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":637,"Cost":570,"Date":"12/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":154,"Cost":81,"Date":"2/4/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":60,"Cost":31,"Date":"3/8/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":545,"Cost":421,"Date":"12/18/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":149,"Cost":102,"Date":"3/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":762,"Cost":527,"Date":"4/20/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":878,"Cost":761,"Date":"6/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":778,"Cost":462,"Date":"7/23/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":76,"Cost":57,"Date":"11/21/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":337,"Cost":227,"Date":"11/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":263,"Cost":198,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":952,"Cost":717,"Date":"5/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":984,"Cost":767,"Date":"9/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":338,"Cost":205,"Date":"1/3/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":94,"Cost":79,"Date":"2/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":868,"Cost":740,"Date":"3/18/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"COS","Country":"Denmark","Sale":182,"Cost":118,"Date":"10/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":962,"Cost":772,"Date":"2/16/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":79,"Cost":50,"Date":"6/7/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":147,"Cost":129,"Date":"1/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":849,"Cost":794,"Date":"3/27/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":401,"Cost":299,"Date":"5/12/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":24,"Cost":13,"Date":"7/28/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":522,"Cost":284,"Date":"8/8/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":440,"Cost":233,"Date":"12/7/2019"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":472,"Cost":331,"Date":"1/17/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":111,"Cost":59,"Date":"3/8/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":368,"Cost":238,"Date":"6/6/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":104,"Cost":94,"Date":"6/16/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":47,"Cost":39,"Date":"8/13/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":981,"Cost":897,"Date":"11/19/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":872,"Cost":504,"Date":"12/28/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":733,"Cost":417,"Date":"2/4/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":747,"Cost":694,"Date":"3/8/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":756,"Cost":415,"Date":"12/18/2021"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":440,"Cost":366,"Date":"3/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":432,"Cost":238,"Date":"4/20/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":797,"Cost":507,"Date":"6/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":746,"Cost":419,"Date":"7/23/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":453,"Cost":260,"Date":"11/21/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":95,"Cost":54,"Date":"11/26/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":276,"Cost":257,"Date":"2/20/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":502,"Cost":305,"Date":"5/21/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":984,"Cost":558,"Date":"9/28/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":378,"Cost":224,"Date":"1/3/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":960,"Cost":833,"Date":"2/2/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":293,"Cost":166,"Date":"3/18/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"Jeans","Country":"Denmark","Sale":441,"Cost":325,"Date":"10/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":322,"Cost":300,"Date":"2/16/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":530,"Cost":497,"Date":"6/7/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":303,"Cost":216,"Date":"1/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":429,"Cost":392,"Date":"3/27/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":769,"Cost":662,"Date":"5/12/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":561,"Cost":516,"Date":"7/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":84,"Cost":76,"Date":"8/8/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":209,"Cost":127,"Date":"12/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":308,"Cost":180,"Date":"1/17/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":89,"Cost":70,"Date":"3/8/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":634,"Cost":531,"Date":"6/6/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":413,"Cost":299,"Date":"6/16/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":805,"Cost":684,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":438,"Cost":260,"Date":"11/19/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":566,"Cost":462,"Date":"12/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":767,"Cost":584,"Date":"2/4/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":766,"Cost":430,"Date":"3/8/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":565,"Cost":420,"Date":"12/18/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":294,"Cost":272,"Date":"3/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":243,"Cost":162,"Date":"4/20/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":278,"Cost":235,"Date":"6/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":102,"Cost":62,"Date":"7/23/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":431,"Cost":258,"Date":"11/21/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":705,"Cost":393,"Date":"11/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":806,"Cost":627,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":399,"Cost":229,"Date":"5/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":332,"Cost":279,"Date":"9/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":817,"Cost":752,"Date":"1/3/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":266,"Cost":248,"Date":"2/2/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":946,"Cost":546,"Date":"3/18/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Jeans","Country":"Denmark","Sale":240,"Cost":170,"Date":"10/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":768,"Cost":499,"Date":"2/16/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":684,"Cost":585,"Date":"6/7/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":182,"Cost":131,"Date":"1/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":620,"Cost":398,"Date":"3/27/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":640,"Cost":566,"Date":"5/12/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":163,"Cost":154,"Date":"7/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":562,"Cost":331,"Date":"8/8/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":889,"Cost":570,"Date":"12/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":679,"Cost":419,"Date":"1/17/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":912,"Cost":792,"Date":"3/8/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":549,"Cost":420,"Date":"6/6/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":127,"Cost":84,"Date":"6/16/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":589,"Cost":450,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":821,"Cost":648,"Date":"11/19/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":409,"Cost":320,"Date":"12/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":116,"Cost":97,"Date":"2/4/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":180,"Cost":106,"Date":"3/8/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":817,"Cost":648,"Date":"12/18/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":505,"Cost":273,"Date":"3/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":936,"Cost":575,"Date":"4/20/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":126,"Cost":94,"Date":"6/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":76,"Cost":49,"Date":"7/23/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":196,"Cost":112,"Date":"11/21/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":467,"Cost":290,"Date":"11/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":300,"Cost":208,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":286,"Cost":199,"Date":"5/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":813,"Cost":695,"Date":"9/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":272,"Cost":178,"Date":"1/3/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":993,"Cost":915,"Date":"2/2/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":353,"Cost":259,"Date":"3/18/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM Home","Country":"Denmark","Sale":216,"Cost":190,"Date":"10/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":7,"Cost":4,"Date":"2/16/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":552,"Cost":336,"Date":"6/7/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":673,"Cost":384,"Date":"1/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":431,"Cost":316,"Date":"3/27/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":254,"Cost":209,"Date":"5/12/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":843,"Cost":729,"Date":"7/28/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":388,"Cost":344,"Date":"8/8/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":50,"Cost":33,"Date":"12/7/2019"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":703,"Cost":354,"Date":"1/17/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":621,"Cost":382,"Date":"3/8/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":395,"Cost":251,"Date":"6/6/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":530,"Cost":372,"Date":"6/16/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":261,"Cost":240,"Date":"8/13/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":833,"Cost":735,"Date":"11/19/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":788,"Cost":707,"Date":"12/28/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":926,"Cost":595,"Date":"2/4/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":196,"Cost":154,"Date":"3/8/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":2,"Cost":1,"Date":"12/18/2021"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":949,"Cost":575,"Date":"3/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":877,"Cost":715,"Date":"4/20/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":174,"Cost":130,"Date":"6/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":605,"Cost":425,"Date":"7/23/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":14,"Cost":13,"Date":"11/21/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":804,"Cost":563,"Date":"11/26/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":275,"Cost":229,"Date":"2/20/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":101,"Cost":67,"Date":"5/21/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":262,"Cost":168,"Date":"9/28/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":395,"Cost":198,"Date":"1/3/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":76,"Cost":71,"Date":"2/2/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":825,"Cost":517,"Date":"3/18/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":53,"Cost":47,"Date":"10/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":230,"Cost":141,"Date":"2/16/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":631,"Cost":332,"Date":"6/7/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":470,"Cost":335,"Date":"1/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":337,"Cost":259,"Date":"3/27/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":508,"Cost":458,"Date":"5/12/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":48,"Cost":36,"Date":"7/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":543,"Cost":513,"Date":"8/8/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":539,"Cost":338,"Date":"12/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":991,"Cost":560,"Date":"1/17/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":43,"Cost":39,"Date":"3/8/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":781,"Cost":667,"Date":"6/6/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":80,"Cost":62,"Date":"6/16/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":741,"Cost":505,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":116,"Cost":72,"Date":"11/19/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":781,"Cost":443,"Date":"12/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":453,"Cost":227,"Date":"2/4/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":595,"Cost":508,"Date":"3/8/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":334,"Cost":203,"Date":"12/18/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":802,"Cost":519,"Date":"3/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":445,"Cost":340,"Date":"4/20/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":768,"Cost":469,"Date":"6/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":308,"Cost":253,"Date":"7/23/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":463,"Cost":325,"Date":"11/21/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":831,"Cost":600,"Date":"11/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":777,"Cost":408,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":976,"Cost":860,"Date":"5/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":977,"Cost":621,"Date":"9/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":494,"Cost":370,"Date":"1/3/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":76,"Cost":58,"Date":"2/2/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":193,"Cost":108,"Date":"3/18/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":251,"Cost":184,"Date":"10/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":34,"Cost":17,"Date":"2/16/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":433,"Cost":268,"Date":"6/7/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":458,"Cost":379,"Date":"1/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":325,"Cost":297,"Date":"3/27/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":701,"Cost":661,"Date":"5/12/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":73,"Cost":59,"Date":"7/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":588,"Cost":557,"Date":"8/8/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":193,"Cost":145,"Date":"12/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":570,"Cost":532,"Date":"1/17/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":657,"Cost":540,"Date":"3/8/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":245,"Cost":134,"Date":"6/6/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":888,"Cost":756,"Date":"6/16/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":428,"Cost":305,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":621,"Cost":325,"Date":"11/19/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":957,"Cost":859,"Date":"12/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":368,"Cost":315,"Date":"2/4/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":202,"Cost":125,"Date":"3/8/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":733,"Cost":391,"Date":"12/18/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":653,"Cost":351,"Date":"3/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":671,"Cost":612,"Date":"4/20/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":176,"Cost":119,"Date":"6/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":394,"Cost":371,"Date":"7/23/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":318,"Cost":225,"Date":"11/21/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":939,"Cost":782,"Date":"11/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":627,"Cost":502,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":158,"Cost":91,"Date":"5/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":920,"Cost":705,"Date":"9/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":251,"Cost":209,"Date":"1/3/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":565,"Cost":359,"Date":"2/2/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":225,"Cost":213,"Date":"3/18/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":973,"Cost":850,"Date":"10/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":394,"Cost":315,"Date":"2/16/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":488,"Cost":327,"Date":"6/7/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":22,"Cost":19,"Date":"1/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":932,"Cost":632,"Date":"3/27/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":639,"Cost":503,"Date":"5/12/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":796,"Cost":620,"Date":"7/28/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":126,"Cost":72,"Date":"8/8/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":644,"Cost":362,"Date":"12/7/2019"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":872,"Cost":573,"Date":"1/17/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":481,"Cost":291,"Date":"3/8/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":199,"Cost":143,"Date":"6/6/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":505,"Cost":419,"Date":"6/16/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":130,"Cost":120,"Date":"8/13/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":169,"Cost":88,"Date":"11/19/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":649,"Cost":529,"Date":"12/28/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":459,"Cost":392,"Date":"2/4/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":838,"Cost":556,"Date":"3/8/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":16,"Cost":15,"Date":"12/18/2021"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":69,"Cost":49,"Date":"3/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":865,"Cost":574,"Date":"4/20/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":52,"Cost":41,"Date":"6/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":293,"Cost":174,"Date":"7/23/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":46,"Cost":37,"Date":"11/21/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":206,"Cost":124,"Date":"11/26/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":221,"Cost":191,"Date":"2/20/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":180,"Cost":114,"Date":"5/21/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":396,"Cost":365,"Date":"9/28/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":720,"Cost":514,"Date":"1/3/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":957,"Cost":546,"Date":"2/2/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":378,"Cost":218,"Date":"3/18/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM Home","Country":"Finland","Sale":516,"Cost":453,"Date":"10/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":48,"Cost":27,"Date":"2/16/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":1000,"Cost":551,"Date":"6/7/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":388,"Cost":216,"Date":"1/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":562,"Cost":469,"Date":"3/27/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":789,"Cost":440,"Date":"5/12/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":712,"Cost":427,"Date":"7/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":97,"Cost":59,"Date":"8/8/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":665,"Cost":415,"Date":"12/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":827,"Cost":499,"Date":"1/17/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":943,"Cost":783,"Date":"3/8/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":161,"Cost":148,"Date":"6/6/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":438,"Cost":232,"Date":"6/16/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":555,"Cost":385,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":805,"Cost":751,"Date":"11/19/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":742,"Cost":572,"Date":"12/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":16,"Cost":11,"Date":"2/4/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":14,"Cost":12,"Date":"3/8/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":601,"Cost":449,"Date":"12/18/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":314,"Cost":175,"Date":"3/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":618,"Cost":553,"Date":"4/20/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":20,"Cost":14,"Date":"6/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":581,"Cost":336,"Date":"7/23/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":789,"Cost":498,"Date":"11/21/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":16,"Cost":10,"Date":"11/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":964,"Cost":891,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":328,"Cost":265,"Date":"5/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":774,"Cost":597,"Date":"9/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":856,"Cost":694,"Date":"1/3/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":896,"Cost":465,"Date":"2/2/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":98,"Cost":69,"Date":"3/18/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":763,"Cost":593,"Date":"10/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":495,"Cost":390,"Date":"2/16/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":966,"Cost":668,"Date":"6/7/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":798,"Cost":743,"Date":"1/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":977,"Cost":704,"Date":"3/27/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":672,"Cost":495,"Date":"5/12/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":918,"Cost":524,"Date":"7/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":384,"Cost":192,"Date":"8/8/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":222,"Cost":202,"Date":"12/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":259,"Cost":229,"Date":"1/17/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":915,"Cost":615,"Date":"3/8/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":657,"Cost":452,"Date":"6/6/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":465,"Cost":376,"Date":"6/16/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":701,"Cost":652,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":696,"Cost":568,"Date":"11/19/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":792,"Cost":637,"Date":"12/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":258,"Cost":145,"Date":"2/4/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":683,"Cost":392,"Date":"3/8/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":827,"Cost":488,"Date":"12/18/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":685,"Cost":595,"Date":"3/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":903,"Cost":725,"Date":"4/20/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":535,"Cost":318,"Date":"6/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":834,"Cost":477,"Date":"7/23/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":704,"Cost":415,"Date":"11/21/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":206,"Cost":175,"Date":"11/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":385,"Cost":217,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":229,"Cost":200,"Date":"5/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":386,"Cost":311,"Date":"9/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":611,"Cost":539,"Date":"1/3/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":182,"Date":"2/2/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":35,"Cost":33,"Date":"3/18/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Jeans","Country":"Finland","Sale":724,"Cost":546,"Date":"10/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":311,"Cost":182,"Date":"2/16/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":106,"Cost":87,"Date":"6/7/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":696,"Cost":585,"Date":"1/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":483,"Cost":345,"Date":"3/27/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":516,"Cost":354,"Date":"5/12/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":586,"Cost":369,"Date":"7/28/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":526,"Cost":312,"Date":"8/8/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":603,"Cost":516,"Date":"12/7/2019"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":460,"Cost":385,"Date":"1/17/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":28,"Cost":23,"Date":"3/8/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":485,"Cost":403,"Date":"6/6/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":420,"Cost":301,"Date":"6/16/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":390,"Cost":228,"Date":"8/13/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":186,"Cost":145,"Date":"11/19/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":890,"Cost":647,"Date":"12/28/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":504,"Cost":332,"Date":"2/4/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":322,"Cost":260,"Date":"3/8/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":73,"Cost":50,"Date":"12/18/2021"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":409,"Cost":360,"Date":"3/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":998,"Cost":798,"Date":"4/20/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":215,"Cost":137,"Date":"6/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":582,"Cost":465,"Date":"7/23/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":79,"Cost":61,"Date":"11/21/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":128,"Cost":120,"Date":"11/26/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":518,"Cost":337,"Date":"2/20/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":862,"Cost":772,"Date":"5/21/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":859,"Cost":488,"Date":"9/28/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":943,"Cost":873,"Date":"1/3/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":449,"Cost":278,"Date":"2/2/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":71,"Cost":50,"Date":"3/18/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"COS","Country":"Finland","Sale":420,"Cost":392,"Date":"10/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":999,"Cost":633,"Date":"2/16/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":126,"Cost":70,"Date":"6/7/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":670,"Cost":359,"Date":"1/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":230,"Cost":183,"Date":"3/27/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":532,"Cost":300,"Date":"5/12/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":841,"Cost":534,"Date":"7/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":821,"Cost":650,"Date":"8/8/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":432,"Cost":331,"Date":"12/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":900,"Cost":544,"Date":"1/17/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":591,"Cost":464,"Date":"3/8/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":163,"Cost":102,"Date":"6/6/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":183,"Cost":125,"Date":"6/16/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":348,"Cost":214,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":375,"Cost":260,"Date":"11/19/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":952,"Cost":517,"Date":"12/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":632,"Cost":574,"Date":"2/4/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":668,"Cost":397,"Date":"3/8/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":88,"Cost":52,"Date":"12/18/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":146,"Cost":139,"Date":"3/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":184,"Cost":139,"Date":"4/20/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":916,"Cost":796,"Date":"6/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":613,"Cost":550,"Date":"7/23/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":917,"Cost":656,"Date":"11/21/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":418,"Cost":262,"Date":"11/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":520,"Cost":367,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":788,"Cost":708,"Date":"5/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":488,"Cost":364,"Date":"9/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":220,"Cost":139,"Date":"1/3/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":777,"Cost":580,"Date":"2/2/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":758,"Cost":617,"Date":"3/18/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"COS","Country":"Finland","Sale":515,"Cost":273,"Date":"10/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":800,"Cost":685,"Date":"2/16/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":341,"Cost":238,"Date":"6/7/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":173,"Cost":98,"Date":"1/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":205,"Cost":104,"Date":"3/27/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":264,"Cost":149,"Date":"5/12/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":773,"Cost":484,"Date":"7/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":382,"Cost":358,"Date":"8/8/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":492,"Cost":425,"Date":"12/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":581,"Cost":430,"Date":"1/17/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":993,"Cost":732,"Date":"3/8/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":820,"Cost":717,"Date":"6/6/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":713,"Cost":627,"Date":"6/16/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":148,"Cost":128,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":113,"Cost":57,"Date":"11/19/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":686,"Cost":495,"Date":"12/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":878,"Cost":796,"Date":"2/4/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":885,"Cost":543,"Date":"3/8/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":568,"Cost":327,"Date":"12/18/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":128,"Cost":70,"Date":"3/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":255,"Cost":187,"Date":"4/20/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":926,"Cost":826,"Date":"6/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":268,"Cost":211,"Date":"7/23/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":15,"Cost":14,"Date":"11/21/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":347,"Cost":299,"Date":"11/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":339,"Cost":279,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":168,"Cost":119,"Date":"5/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":921,"Cost":806,"Date":"9/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":421,"Cost":306,"Date":"1/3/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":227,"Cost":210,"Date":"2/2/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":750,"Cost":706,"Date":"3/18/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":943,"Cost":827,"Date":"10/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":216,"Cost":168,"Date":"2/16/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":616,"Cost":333,"Date":"6/7/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":271,"Cost":254,"Date":"1/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":56,"Cost":30,"Date":"3/27/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":298,"Cost":233,"Date":"5/12/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":239,"Cost":160,"Date":"7/28/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":641,"Cost":424,"Date":"8/8/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":299,"Cost":164,"Date":"12/7/2019"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":437,"Cost":293,"Date":"1/17/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":10,"Cost":5,"Date":"3/8/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":623,"Cost":477,"Date":"6/6/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":89,"Cost":65,"Date":"6/16/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":223,"Cost":137,"Date":"8/13/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":830,"Cost":431,"Date":"11/19/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":379,"Cost":218,"Date":"12/28/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":399,"Cost":239,"Date":"2/4/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":715,"Cost":596,"Date":"3/8/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":950,"Cost":622,"Date":"12/18/2021"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":890,"Cost":831,"Date":"3/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":187,"Cost":158,"Date":"4/20/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":722,"Cost":499,"Date":"6/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":951,"Cost":791,"Date":"7/23/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":303,"Cost":246,"Date":"11/21/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":292,"Cost":182,"Date":"11/26/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":834,"Cost":449,"Date":"2/20/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":959,"Cost":600,"Date":"5/21/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":89,"Cost":58,"Date":"9/28/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":385,"Cost":316,"Date":"1/3/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":478,"Cost":308,"Date":"2/2/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":818,"Cost":758,"Date":"3/18/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":471,"Cost":402,"Date":"10/14/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":867,"Cost":744,"Date":"2/16/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":801,"Cost":506,"Date":"6/7/2018"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":649,"Cost":346,"Date":"1/28/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":906,"Cost":657,"Date":"3/27/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":642,"Cost":516,"Date":"5/12/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":228,"Cost":155,"Date":"7/28/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":15,"Cost":10,"Date":"8/8/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":18,"Cost":14,"Date":"12/7/2019"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":872,"Cost":771,"Date":"1/17/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":713,"Cost":644,"Date":"3/8/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":815,"Cost":537,"Date":"6/6/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":974,"Cost":614,"Date":"6/16/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":248,"Cost":191,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":964,"Cost":604,"Date":"11/19/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":358,"Cost":323,"Date":"12/28/2020"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":205,"Cost":188,"Date":"2/4/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":300,"Cost":245,"Date":"3/8/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":256,"Cost":145,"Date":"12/18/2021"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":844,"Cost":532,"Date":"3/31/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":859,"Cost":772,"Date":"4/20/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":684,"Cost":435,"Date":"6/26/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":116,"Cost":73,"Date":"7/23/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":986,"Cost":700,"Date":"11/21/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":288,"Cost":156,"Date":"11/26/2022"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":797,"Cost":500,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":777,"Cost":661,"Date":"5/21/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":563,"Cost":284,"Date":"9/28/2023"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":996,"Cost":661,"Date":"1/3/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":880,"Cost":461,"Date":"2/2/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":599,"Cost":546,"Date":"3/18/2024"},{"Store":"Forum, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":479,"Cost":420,"Date":"10/14/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":166,"Cost":137,"Date":"2/16/2018"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":356,"Cost":311,"Date":"6/7/2018"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":323,"Cost":267,"Date":"1/28/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":434,"Cost":304,"Date":"3/27/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":13,"Cost":9,"Date":"5/12/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":921,"Cost":627,"Date":"7/28/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":409,"Cost":249,"Date":"8/8/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":970,"Cost":798,"Date":"12/7/2019"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":259,"Cost":148,"Date":"1/17/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":923,"Cost":567,"Date":"3/8/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":514,"Cost":278,"Date":"6/6/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":893,"Cost":707,"Date":"6/16/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":324,"Cost":209,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":579,"Cost":422,"Date":"11/19/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":434,"Cost":227,"Date":"12/28/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":423,"Cost":271,"Date":"2/4/2021"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":428,"Cost":295,"Date":"3/8/2021"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":440,"Cost":233,"Date":"12/18/2021"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":626,"Cost":505,"Date":"3/31/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":853,"Cost":595,"Date":"4/20/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":485,"Cost":340,"Date":"6/26/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":17,"Cost":12,"Date":"7/23/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":518,"Cost":282,"Date":"11/21/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":909,"Cost":638,"Date":"11/26/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":901,"Cost":597,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":492,"Cost":389,"Date":"5/21/2023"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":646,"Cost":516,"Date":"9/28/2023"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":296,"Cost":173,"Date":"1/3/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":715,"Cost":373,"Date":"2/2/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":178,"Cost":140,"Date":"3/18/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":247,"Cost":223,"Date":"10/14/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":740,"Cost":548,"Date":"2/16/2018"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":490,"Cost":259,"Date":"6/7/2018"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":202,"Cost":155,"Date":"1/28/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":889,"Cost":550,"Date":"3/27/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":353,"Cost":214,"Date":"5/12/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":520,"Cost":390,"Date":"7/28/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":860,"Cost":624,"Date":"8/8/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":320,"Cost":196,"Date":"12/7/2019"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":284,"Cost":149,"Date":"1/17/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":11,"Cost":6,"Date":"3/8/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":39,"Cost":35,"Date":"6/6/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":510,"Cost":347,"Date":"6/16/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":759,"Cost":391,"Date":"8/13/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":826,"Cost":705,"Date":"11/19/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":15,"Cost":9,"Date":"12/28/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":59,"Cost":42,"Date":"2/4/2021"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":253,"Cost":159,"Date":"3/8/2021"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":814,"Cost":498,"Date":"12/18/2021"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":397,"Cost":249,"Date":"3/31/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":329,"Cost":279,"Date":"4/20/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":262,"Cost":220,"Date":"6/26/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":677,"Cost":403,"Date":"7/23/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":488,"Cost":387,"Date":"11/21/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":63,"Cost":42,"Date":"11/26/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":210,"Cost":200,"Date":"2/20/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":958,"Cost":747,"Date":"5/21/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":712,"Cost":636,"Date":"9/28/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":574,"Cost":464,"Date":"1/3/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":624,"Cost":522,"Date":"2/2/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":385,"Cost":321,"Date":"3/18/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":964,"Cost":619,"Date":"10/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":650,"Cost":458,"Date":"2/16/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":369,"Cost":211,"Date":"6/7/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":112,"Cost":60,"Date":"1/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":226,"Cost":135,"Date":"3/27/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":621,"Cost":426,"Date":"5/12/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":9,"Cost":7,"Date":"7/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":95,"Cost":63,"Date":"8/8/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":803,"Cost":619,"Date":"12/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":846,"Cost":795,"Date":"1/17/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":49,"Cost":44,"Date":"3/8/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":14,"Cost":11,"Date":"6/6/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":5,"Cost":3,"Date":"6/16/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":613,"Cost":325,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":936,"Cost":759,"Date":"11/19/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":39,"Cost":23,"Date":"12/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":626,"Cost":454,"Date":"2/4/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":443,"Cost":235,"Date":"3/8/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":559,"Cost":481,"Date":"12/18/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":179,"Cost":90,"Date":"3/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":787,"Cost":417,"Date":"4/20/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":99,"Cost":88,"Date":"6/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":792,"Cost":430,"Date":"7/23/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":972,"Cost":560,"Date":"11/21/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":890,"Cost":659,"Date":"11/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":958,"Cost":882,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":680,"Cost":357,"Date":"5/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":182,"Cost":153,"Date":"9/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":651,"Cost":510,"Date":"1/3/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":748,"Cost":679,"Date":"2/2/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":344,"Cost":239,"Date":"3/18/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":237,"Cost":209,"Date":"10/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":371,"Cost":236,"Date":"2/16/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":209,"Cost":117,"Date":"6/7/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":926,"Cost":486,"Date":"1/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":623,"Cost":428,"Date":"3/27/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":205,"Cost":172,"Date":"5/12/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":188,"Cost":114,"Date":"7/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":431,"Cost":406,"Date":"8/8/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":200,"Cost":105,"Date":"12/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":290,"Cost":227,"Date":"1/17/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":602,"Cost":481,"Date":"3/8/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":845,"Cost":432,"Date":"6/6/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":560,"Cost":402,"Date":"6/16/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":843,"Cost":689,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":926,"Cost":699,"Date":"11/19/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":758,"Cost":502,"Date":"12/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":800,"Cost":694,"Date":"2/4/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":435,"Cost":390,"Date":"3/8/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":432,"Cost":237,"Date":"12/18/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":202,"Cost":178,"Date":"3/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":64,"Cost":58,"Date":"4/20/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":367,"Cost":255,"Date":"6/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":800,"Cost":573,"Date":"7/23/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":415,"Cost":391,"Date":"11/21/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":204,"Cost":171,"Date":"11/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":969,"Cost":804,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":288,"Cost":231,"Date":"5/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":397,"Cost":296,"Date":"9/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":924,"Cost":662,"Date":"1/3/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":124,"Cost":78,"Date":"2/2/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":180,"Cost":145,"Date":"3/18/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":910,"Cost":568,"Date":"10/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":373,"Cost":250,"Date":"2/16/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":847,"Cost":718,"Date":"6/7/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":528,"Cost":315,"Date":"1/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":764,"Cost":449,"Date":"3/27/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":814,"Cost":489,"Date":"5/12/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":766,"Cost":509,"Date":"7/28/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":11,"Cost":7,"Date":"8/8/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":695,"Cost":490,"Date":"12/7/2019"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":102,"Cost":95,"Date":"1/17/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":814,"Cost":481,"Date":"3/8/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":873,"Cost":533,"Date":"6/6/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":150,"Cost":140,"Date":"6/16/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":729,"Cost":555,"Date":"8/13/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":797,"Cost":618,"Date":"11/19/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":629,"Cost":502,"Date":"12/28/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":885,"Cost":463,"Date":"2/4/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":558,"Cost":299,"Date":"3/8/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":155,"Cost":116,"Date":"12/18/2021"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":849,"Cost":691,"Date":"3/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":916,"Cost":781,"Date":"4/20/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":746,"Cost":515,"Date":"6/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":134,"Cost":113,"Date":"7/23/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":841,"Cost":457,"Date":"11/21/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":806,"Cost":662,"Date":"11/26/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":350,"Cost":308,"Date":"2/20/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":611,"Cost":491,"Date":"5/21/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":285,"Cost":233,"Date":"9/28/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":914,"Cost":768,"Date":"1/3/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":616,"Cost":550,"Date":"2/2/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":75,"Cost":46,"Date":"3/18/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"Jeans","Country":"Finland","Sale":238,"Cost":199,"Date":"10/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":11,"Cost":11,"Date":"2/16/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":983,"Cost":655,"Date":"6/7/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":597,"Cost":403,"Date":"1/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":548,"Cost":290,"Date":"3/27/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":132,"Cost":73,"Date":"5/12/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":384,"Cost":277,"Date":"7/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":981,"Cost":847,"Date":"8/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":708,"Cost":616,"Date":"12/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":365,"Cost":185,"Date":"1/17/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":610,"Cost":397,"Date":"3/8/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":504,"Cost":367,"Date":"6/6/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":944,"Cost":615,"Date":"6/16/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":152,"Cost":91,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":285,"Cost":213,"Date":"11/19/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":160,"Cost":107,"Date":"12/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":31,"Cost":29,"Date":"2/4/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":252,"Cost":167,"Date":"3/8/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":69,"Cost":58,"Date":"12/18/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":6,"Cost":4,"Date":"3/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":634,"Cost":603,"Date":"4/20/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":730,"Cost":478,"Date":"6/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":639,"Cost":562,"Date":"7/23/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":891,"Cost":808,"Date":"11/21/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":148,"Cost":81,"Date":"11/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":890,"Cost":727,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":728,"Cost":569,"Date":"5/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":953,"Cost":479,"Date":"9/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":633,"Cost":519,"Date":"1/3/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":501,"Cost":356,"Date":"2/2/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":284,"Cost":197,"Date":"3/18/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM Home","Country":"Finland","Sale":383,"Cost":278,"Date":"10/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":351,"Cost":233,"Date":"2/16/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":663,"Cost":517,"Date":"6/7/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":948,"Cost":854,"Date":"1/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":832,"Cost":786,"Date":"3/27/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":847,"Cost":757,"Date":"5/12/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":767,"Cost":494,"Date":"7/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":248,"Cost":165,"Date":"8/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":752,"Cost":592,"Date":"12/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":460,"Cost":243,"Date":"1/17/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":384,"Cost":239,"Date":"3/8/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":354,"Cost":256,"Date":"6/6/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":890,"Cost":771,"Date":"6/16/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":689,"Cost":357,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":108,"Cost":62,"Date":"11/19/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":180,"Cost":119,"Date":"12/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":98,"Cost":54,"Date":"2/4/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":579,"Cost":398,"Date":"3/8/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":522,"Cost":469,"Date":"12/18/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":73,"Cost":58,"Date":"3/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":602,"Cost":492,"Date":"4/20/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":766,"Cost":528,"Date":"6/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":572,"Cost":363,"Date":"7/23/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":492,"Cost":354,"Date":"11/21/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":44,"Cost":36,"Date":"11/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":86,"Cost":79,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":177,"Cost":161,"Date":"5/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":459,"Cost":317,"Date":"9/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":91,"Cost":55,"Date":"1/3/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":284,"Cost":238,"Date":"2/2/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":696,"Cost":609,"Date":"3/18/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"HM","Country":"Finland","Sale":574,"Cost":540,"Date":"10/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":398,"Cost":229,"Date":"2/16/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":112,"Cost":60,"Date":"6/7/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":610,"Cost":337,"Date":"1/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":604,"Cost":476,"Date":"3/27/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":352,"Cost":300,"Date":"5/12/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":965,"Cost":740,"Date":"7/28/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":110,"Cost":70,"Date":"8/8/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":983,"Cost":883,"Date":"12/7/2019"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":396,"Cost":242,"Date":"1/17/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":817,"Cost":741,"Date":"3/8/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":190,"Cost":175,"Date":"6/6/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":630,"Cost":467,"Date":"6/16/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":983,"Cost":679,"Date":"8/13/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":246,"Cost":210,"Date":"11/19/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":220,"Cost":206,"Date":"12/28/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":50,"Cost":41,"Date":"2/4/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":599,"Cost":402,"Date":"3/8/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":616,"Cost":364,"Date":"12/18/2021"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":529,"Cost":406,"Date":"3/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":849,"Cost":551,"Date":"4/20/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":890,"Cost":732,"Date":"6/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":623,"Cost":321,"Date":"7/23/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":558,"Cost":394,"Date":"11/21/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":200,"Cost":110,"Date":"11/26/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":862,"Cost":596,"Date":"2/20/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":76,"Cost":56,"Date":"5/21/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":658,"Cost":429,"Date":"9/28/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":95,"Cost":56,"Date":"1/3/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":341,"Cost":263,"Date":"2/2/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":99,"Cost":51,"Date":"3/18/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Nova","Country":"Finland","Sale":73,"Cost":56,"Date":"10/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":116,"Cost":98,"Date":"2/16/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":733,"Cost":516,"Date":"6/7/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":256,"Cost":211,"Date":"1/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":248,"Cost":152,"Date":"3/27/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":830,"Cost":663,"Date":"5/12/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":202,"Cost":132,"Date":"7/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":641,"Cost":435,"Date":"8/8/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":513,"Cost":416,"Date":"12/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":670,"Cost":363,"Date":"1/17/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":939,"Cost":760,"Date":"3/8/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":808,"Cost":467,"Date":"6/6/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":394,"Cost":373,"Date":"6/16/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":734,"Cost":662,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":986,"Cost":560,"Date":"11/19/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":445,"Cost":282,"Date":"12/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":47,"Cost":32,"Date":"2/4/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":319,"Cost":235,"Date":"3/8/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":716,"Cost":464,"Date":"12/18/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":740,"Cost":654,"Date":"3/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":504,"Cost":277,"Date":"4/20/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":472,"Cost":434,"Date":"6/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":196,"Cost":138,"Date":"7/23/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":698,"Cost":439,"Date":"11/21/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":597,"Cost":308,"Date":"11/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":974,"Cost":666,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":691,"Cost":559,"Date":"5/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":934,"Cost":846,"Date":"9/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":83,"Cost":42,"Date":"1/3/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":882,"Cost":689,"Date":"2/2/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":909,"Cost":457,"Date":"3/18/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":615,"Cost":415,"Date":"10/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":937,"Cost":584,"Date":"2/16/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":714,"Cost":612,"Date":"6/7/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":502,"Cost":426,"Date":"1/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":688,"Cost":612,"Date":"3/27/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":624,"Cost":388,"Date":"5/12/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":837,"Cost":696,"Date":"7/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":438,"Cost":394,"Date":"8/8/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":580,"Cost":350,"Date":"12/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":170,"Cost":131,"Date":"1/17/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":187,"Cost":104,"Date":"3/8/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":238,"Cost":172,"Date":"6/6/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":365,"Cost":344,"Date":"6/16/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":611,"Cost":414,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":565,"Cost":379,"Date":"11/19/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":867,"Cost":576,"Date":"12/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":73,"Cost":67,"Date":"2/4/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":406,"Cost":381,"Date":"3/8/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":884,"Cost":749,"Date":"12/18/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":15,"Cost":13,"Date":"3/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":283,"Cost":186,"Date":"4/20/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":344,"Cost":293,"Date":"6/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":80,"Cost":68,"Date":"7/23/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":985,"Cost":644,"Date":"11/21/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":560,"Cost":352,"Date":"11/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":499,"Cost":342,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":29,"Cost":27,"Date":"5/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":941,"Cost":501,"Date":"9/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":285,"Cost":257,"Date":"1/3/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":565,"Cost":347,"Date":"2/2/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":779,"Cost":543,"Date":"3/18/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":881,"Cost":650,"Date":"10/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":280,"Cost":149,"Date":"2/16/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":404,"Cost":235,"Date":"6/7/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":792,"Cost":579,"Date":"1/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":740,"Cost":598,"Date":"3/27/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":530,"Cost":458,"Date":"5/12/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":844,"Cost":475,"Date":"7/28/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":579,"Cost":300,"Date":"8/8/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":572,"Cost":449,"Date":"12/7/2019"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":97,"Cost":56,"Date":"1/17/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":398,"Cost":242,"Date":"3/8/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":118,"Cost":69,"Date":"6/6/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":383,"Cost":356,"Date":"6/16/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":488,"Cost":400,"Date":"8/13/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":356,"Cost":299,"Date":"11/19/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":921,"Cost":745,"Date":"12/28/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":41,"Cost":24,"Date":"2/4/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":976,"Cost":832,"Date":"3/8/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":738,"Cost":531,"Date":"12/18/2021"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":344,"Cost":267,"Date":"3/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":372,"Cost":336,"Date":"4/20/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":227,"Cost":184,"Date":"6/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":994,"Cost":871,"Date":"7/23/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":530,"Cost":369,"Date":"11/21/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":824,"Cost":540,"Date":"11/26/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":765,"Cost":603,"Date":"2/20/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":228,"Cost":194,"Date":"5/21/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":187,"Cost":115,"Date":"9/28/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":103,"Cost":53,"Date":"1/3/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":227,"Cost":186,"Date":"2/2/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":905,"Cost":666,"Date":"3/18/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":474,"Cost":384,"Date":"10/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":178,"Cost":163,"Date":"2/16/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":705,"Cost":463,"Date":"6/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":393,"Cost":322,"Date":"1/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":851,"Cost":448,"Date":"3/27/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":565,"Cost":348,"Date":"5/12/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":267,"Cost":253,"Date":"7/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":743,"Cost":433,"Date":"8/8/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":859,"Cost":533,"Date":"12/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":912,"Cost":703,"Date":"1/17/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":219,"Cost":160,"Date":"3/8/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":664,"Cost":394,"Date":"6/6/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":931,"Cost":738,"Date":"6/16/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":291,"Cost":155,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":609,"Cost":484,"Date":"11/19/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":642,"Cost":326,"Date":"12/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":173,"Cost":126,"Date":"2/4/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":654,"Cost":617,"Date":"3/8/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":573,"Cost":425,"Date":"12/18/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":620,"Cost":345,"Date":"3/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":437,"Cost":382,"Date":"4/20/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":846,"Cost":426,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":884,"Cost":461,"Date":"7/23/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":350,"Cost":296,"Date":"11/21/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":1,"Cost":0,"Date":"11/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":691,"Cost":471,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":555,"Cost":407,"Date":"5/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":629,"Cost":557,"Date":"9/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":59,"Cost":56,"Date":"1/3/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":45,"Cost":38,"Date":"2/2/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":643,"Cost":527,"Date":"3/18/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":90,"Cost":63,"Date":"10/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":430,"Cost":333,"Date":"2/16/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":574,"Cost":527,"Date":"6/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":3,"Cost":2,"Date":"1/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":367,"Cost":296,"Date":"3/27/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":865,"Cost":525,"Date":"5/12/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":729,"Cost":471,"Date":"7/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":690,"Cost":567,"Date":"8/8/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":480,"Cost":300,"Date":"12/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":269,"Cost":181,"Date":"1/17/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":384,"Cost":227,"Date":"3/8/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":140,"Cost":113,"Date":"6/6/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":454,"Cost":360,"Date":"6/16/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":377,"Cost":332,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":277,"Cost":252,"Date":"11/19/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":954,"Cost":814,"Date":"12/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":310,"Date":"2/4/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":399,"Cost":214,"Date":"3/8/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":803,"Cost":472,"Date":"12/18/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":578,"Cost":480,"Date":"3/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":556,"Cost":456,"Date":"4/20/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":373,"Cost":232,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":972,"Cost":650,"Date":"7/23/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":853,"Cost":480,"Date":"11/21/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":908,"Cost":751,"Date":"11/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":74,"Cost":37,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":210,"Cost":121,"Date":"5/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":363,"Cost":191,"Date":"9/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":83,"Cost":47,"Date":"1/3/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":642,"Cost":404,"Date":"2/2/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":89,"Cost":69,"Date":"3/18/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":297,"Cost":218,"Date":"10/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":290,"Cost":158,"Date":"2/16/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":542,"Cost":482,"Date":"6/7/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":15,"Cost":8,"Date":"1/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":167,"Cost":132,"Date":"3/27/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":752,"Cost":513,"Date":"5/12/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":365,"Cost":225,"Date":"7/28/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":568,"Cost":515,"Date":"8/8/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":814,"Cost":584,"Date":"12/7/2019"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":662,"Cost":433,"Date":"1/17/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":289,"Cost":176,"Date":"3/8/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":219,"Cost":113,"Date":"6/6/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":568,"Cost":285,"Date":"6/16/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":678,"Cost":609,"Date":"8/13/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":831,"Cost":765,"Date":"11/19/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":996,"Cost":930,"Date":"12/28/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":262,"Cost":193,"Date":"2/4/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":235,"Cost":154,"Date":"3/8/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":994,"Cost":695,"Date":"12/18/2021"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":27,"Cost":25,"Date":"3/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":83,"Cost":61,"Date":"4/20/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":513,"Cost":353,"Date":"6/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":232,"Cost":161,"Date":"7/23/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":482,"Cost":264,"Date":"11/21/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":686,"Cost":430,"Date":"11/26/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":165,"Cost":143,"Date":"2/20/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":833,"Cost":604,"Date":"5/21/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":503,"Cost":437,"Date":"9/28/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":197,"Cost":167,"Date":"1/3/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":133,"Cost":94,"Date":"2/2/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":206,"Cost":107,"Date":"3/18/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":812,"Cost":458,"Date":"10/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":990,"Cost":691,"Date":"2/16/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":730,"Cost":553,"Date":"6/7/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":712,"Cost":375,"Date":"1/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":346,"Cost":248,"Date":"3/27/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":382,"Cost":285,"Date":"5/12/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":678,"Cost":350,"Date":"7/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":509,"Cost":289,"Date":"8/8/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":595,"Cost":506,"Date":"12/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":202,"Cost":128,"Date":"1/17/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":983,"Cost":501,"Date":"3/8/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":380,"Cost":228,"Date":"6/6/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":302,"Cost":247,"Date":"6/16/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":253,"Cost":187,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":398,"Cost":226,"Date":"11/19/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":775,"Cost":390,"Date":"12/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":50,"Cost":35,"Date":"2/4/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":255,"Cost":238,"Date":"3/8/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":141,"Cost":76,"Date":"12/18/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":340,"Cost":227,"Date":"3/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":182,"Cost":112,"Date":"4/20/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":774,"Cost":537,"Date":"6/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":383,"Cost":282,"Date":"7/23/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":889,"Cost":735,"Date":"11/21/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":781,"Cost":562,"Date":"11/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":648,"Cost":460,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":168,"Cost":118,"Date":"5/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":782,"Cost":552,"Date":"9/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":831,"Cost":642,"Date":"1/3/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":589,"Cost":511,"Date":"2/2/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":700,"Cost":540,"Date":"3/18/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":401,"Cost":280,"Date":"10/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":137,"Cost":89,"Date":"2/16/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":895,"Cost":617,"Date":"6/7/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":62,"Cost":37,"Date":"1/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":539,"Cost":295,"Date":"3/27/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":488,"Cost":288,"Date":"5/12/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":222,"Cost":174,"Date":"7/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":687,"Cost":648,"Date":"8/8/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":93,"Cost":54,"Date":"12/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":680,"Cost":521,"Date":"1/17/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":79,"Cost":48,"Date":"3/8/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":715,"Cost":499,"Date":"6/6/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":246,"Cost":162,"Date":"6/16/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":601,"Cost":528,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":61,"Cost":45,"Date":"11/19/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":464,"Cost":238,"Date":"12/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":919,"Cost":733,"Date":"2/4/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":718,"Cost":479,"Date":"3/8/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":342,"Cost":324,"Date":"12/18/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":580,"Cost":486,"Date":"3/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":403,"Cost":230,"Date":"4/20/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":92,"Cost":54,"Date":"6/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":560,"Cost":442,"Date":"7/23/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":453,"Cost":406,"Date":"11/21/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":936,"Cost":673,"Date":"11/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":555,"Cost":315,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":252,"Cost":188,"Date":"5/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":638,"Cost":443,"Date":"9/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":677,"Cost":640,"Date":"1/3/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":352,"Cost":217,"Date":"2/2/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":106,"Cost":61,"Date":"3/18/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"ARKET","Country":"Finland","Sale":302,"Cost":220,"Date":"10/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":8,"Cost":7,"Date":"2/16/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":616,"Cost":416,"Date":"6/7/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":990,"Cost":812,"Date":"1/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":605,"Cost":346,"Date":"3/27/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":532,"Cost":500,"Date":"5/12/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":536,"Cost":362,"Date":"7/28/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":92,"Cost":53,"Date":"8/8/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":654,"Cost":531,"Date":"12/7/2019"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":729,"Cost":573,"Date":"1/17/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":367,"Cost":193,"Date":"3/8/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":524,"Cost":365,"Date":"6/6/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":561,"Cost":414,"Date":"6/16/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":712,"Cost":664,"Date":"8/13/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":433,"Cost":305,"Date":"11/19/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":962,"Cost":860,"Date":"12/28/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":945,"Cost":521,"Date":"2/4/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":567,"Cost":353,"Date":"3/8/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":824,"Cost":674,"Date":"12/18/2021"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":204,"Cost":134,"Date":"3/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":546,"Cost":292,"Date":"4/20/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":168,"Cost":92,"Date":"6/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":924,"Cost":603,"Date":"7/23/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":335,"Cost":178,"Date":"11/21/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":615,"Cost":423,"Date":"11/26/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":230,"Cost":172,"Date":"2/20/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":41,"Cost":23,"Date":"5/21/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":204,"Cost":144,"Date":"9/28/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":670,"Cost":412,"Date":"1/3/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":334,"Cost":240,"Date":"2/2/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":494,"Cost":349,"Date":"3/18/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Sellpy","Country":"Finland","Sale":914,"Cost":621,"Date":"10/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":591,"Cost":421,"Date":"2/16/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":734,"Cost":637,"Date":"6/7/2018"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":15,"Cost":8,"Date":"1/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":75,"Cost":66,"Date":"3/27/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":465,"Cost":274,"Date":"5/12/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":835,"Cost":710,"Date":"7/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":835,"Cost":685,"Date":"8/8/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":769,"Cost":492,"Date":"12/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":383,"Cost":211,"Date":"1/17/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":444,"Cost":333,"Date":"3/8/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":892,"Cost":494,"Date":"6/6/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":291,"Cost":263,"Date":"6/16/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":745,"Cost":525,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":463,"Cost":416,"Date":"11/19/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":620,"Cost":348,"Date":"12/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":640,"Cost":464,"Date":"2/4/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":804,"Cost":489,"Date":"3/8/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":426,"Cost":266,"Date":"12/18/2021"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":934,"Cost":791,"Date":"3/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":970,"Cost":712,"Date":"4/20/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":875,"Cost":626,"Date":"6/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":700,"Cost":474,"Date":"7/23/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":849,"Cost":778,"Date":"11/21/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":826,"Cost":664,"Date":"11/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":905,"Cost":498,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":475,"Cost":275,"Date":"5/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":995,"Cost":744,"Date":"9/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":59,"Cost":31,"Date":"1/3/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":153,"Cost":123,"Date":"2/2/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":83,"Cost":48,"Date":"3/18/2024"},{"Store":"Iso Omena, Espoo","Brand":"HM Home","Country":"Finland","Sale":957,"Cost":689,"Date":"10/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":836,"Cost":459,"Date":"2/16/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":53,"Cost":29,"Date":"6/7/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":413,"Cost":321,"Date":"1/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":69,"Cost":39,"Date":"3/27/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":882,"Cost":744,"Date":"5/12/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":809,"Cost":477,"Date":"7/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":930,"Cost":722,"Date":"8/8/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":787,"Cost":592,"Date":"12/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":460,"Cost":298,"Date":"1/17/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":422,"Cost":268,"Date":"3/8/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":876,"Cost":715,"Date":"6/6/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":1000,"Cost":734,"Date":"6/16/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":384,"Cost":201,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":551,"Cost":281,"Date":"11/19/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":151,"Cost":78,"Date":"12/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":628,"Cost":556,"Date":"2/4/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":965,"Cost":779,"Date":"3/8/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":580,"Cost":449,"Date":"12/18/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":935,"Cost":552,"Date":"3/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":357,"Cost":322,"Date":"4/20/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":698,"Cost":372,"Date":"6/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":959,"Cost":831,"Date":"7/23/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":50,"Cost":27,"Date":"11/21/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":265,"Cost":202,"Date":"11/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":837,"Cost":467,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":617,"Cost":585,"Date":"5/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":488,"Cost":268,"Date":"9/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":432,"Cost":312,"Date":"1/3/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":858,"Cost":496,"Date":"2/2/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":870,"Cost":607,"Date":"3/18/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":582,"Cost":530,"Date":"10/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":169,"Cost":135,"Date":"2/16/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":830,"Cost":471,"Date":"6/7/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":680,"Cost":568,"Date":"1/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":116,"Cost":69,"Date":"3/27/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":2,"Cost":2,"Date":"5/12/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":810,"Cost":717,"Date":"7/28/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":324,"Cost":195,"Date":"8/8/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":167,"Cost":104,"Date":"12/7/2019"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":667,"Cost":579,"Date":"1/17/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":361,"Cost":263,"Date":"3/8/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":754,"Cost":717,"Date":"6/6/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":888,"Cost":830,"Date":"6/16/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":685,"Cost":433,"Date":"8/13/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":525,"Cost":269,"Date":"11/19/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":316,"Cost":219,"Date":"12/28/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":269,"Cost":232,"Date":"2/4/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":695,"Cost":654,"Date":"3/8/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":54,"Cost":31,"Date":"12/18/2021"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":293,"Cost":227,"Date":"3/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":827,"Cost":775,"Date":"4/20/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":411,"Cost":301,"Date":"6/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":121,"Cost":75,"Date":"7/23/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":300,"Cost":280,"Date":"11/21/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":887,"Cost":524,"Date":"11/26/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":958,"Cost":505,"Date":"2/20/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":933,"Cost":868,"Date":"5/21/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":972,"Cost":909,"Date":"9/28/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":354,"Cost":280,"Date":"1/3/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":163,"Cost":111,"Date":"2/2/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":814,"Cost":602,"Date":"3/18/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":747,"Cost":407,"Date":"10/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":636,"Cost":387,"Date":"2/16/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":870,"Cost":752,"Date":"6/7/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":262,"Cost":221,"Date":"1/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":998,"Cost":714,"Date":"3/27/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":66,"Cost":45,"Date":"5/12/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":961,"Cost":669,"Date":"7/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":823,"Cost":671,"Date":"8/8/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":977,"Cost":890,"Date":"12/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":818,"Cost":630,"Date":"1/17/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":214,"Cost":196,"Date":"3/8/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":213,"Cost":153,"Date":"6/6/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":562,"Cost":341,"Date":"6/16/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":110,"Cost":88,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":698,"Cost":655,"Date":"11/19/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":318,"Cost":211,"Date":"12/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":409,"Cost":220,"Date":"2/4/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":785,"Cost":422,"Date":"3/8/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":55,"Cost":38,"Date":"12/18/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":877,"Cost":680,"Date":"3/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":769,"Cost":662,"Date":"4/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":734,"Cost":462,"Date":"6/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":148,"Cost":86,"Date":"7/23/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":326,"Cost":304,"Date":"11/21/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":503,"Cost":338,"Date":"11/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":101,"Cost":72,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":533,"Cost":498,"Date":"5/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":960,"Cost":767,"Date":"9/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":170,"Cost":134,"Date":"1/3/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":65,"Cost":41,"Date":"2/2/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":587,"Cost":296,"Date":"3/18/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Jeans","Country":"Finland","Sale":585,"Cost":419,"Date":"10/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":670,"Cost":593,"Date":"2/16/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":385,"Cost":221,"Date":"6/7/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":809,"Cost":721,"Date":"1/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":645,"Cost":531,"Date":"3/27/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":958,"Cost":845,"Date":"5/12/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":278,"Cost":187,"Date":"7/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":140,"Cost":117,"Date":"8/8/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":545,"Cost":451,"Date":"12/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":535,"Cost":352,"Date":"1/17/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":422,"Cost":284,"Date":"3/8/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":859,"Cost":480,"Date":"6/6/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":475,"Cost":365,"Date":"6/16/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":332,"Cost":174,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":54,"Cost":38,"Date":"11/19/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":872,"Cost":652,"Date":"12/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":610,"Cost":466,"Date":"2/4/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":942,"Cost":698,"Date":"3/8/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":666,"Cost":352,"Date":"12/18/2021"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":715,"Cost":662,"Date":"3/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":887,"Cost":559,"Date":"4/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":51,"Cost":28,"Date":"6/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":315,"Cost":273,"Date":"7/23/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":751,"Cost":564,"Date":"11/21/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":585,"Cost":430,"Date":"11/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":696,"Cost":454,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":436,"Cost":233,"Date":"5/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":600,"Cost":354,"Date":"9/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":9,"Cost":7,"Date":"1/3/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":828,"Cost":740,"Date":"2/2/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":72,"Cost":63,"Date":"3/18/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":795,"Cost":484,"Date":"10/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":529,"Cost":492,"Date":"2/16/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":721,"Cost":683,"Date":"6/7/2018"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":117,"Cost":74,"Date":"1/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":142,"Cost":133,"Date":"3/27/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":1,"Cost":1,"Date":"5/12/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":821,"Cost":693,"Date":"7/28/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":770,"Cost":578,"Date":"8/8/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":352,"Cost":270,"Date":"12/7/2019"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":205,"Cost":163,"Date":"1/17/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":269,"Cost":187,"Date":"3/8/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":6,"Cost":4,"Date":"6/6/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":775,"Cost":431,"Date":"6/16/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":528,"Cost":322,"Date":"8/13/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":874,"Cost":578,"Date":"11/19/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":918,"Cost":635,"Date":"12/28/2020"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":267,"Cost":241,"Date":"2/4/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":864,"Cost":464,"Date":"3/8/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":299,"Cost":162,"Date":"12/18/2021"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":885,"Cost":574,"Date":"3/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":624,"Cost":394,"Date":"4/20/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":292,"Cost":191,"Date":"6/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":809,"Cost":702,"Date":"7/23/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":407,"Cost":361,"Date":"11/21/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":346,"Cost":197,"Date":"11/26/2022"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":288,"Cost":250,"Date":"2/20/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":215,"Cost":138,"Date":"5/21/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":230,"Cost":155,"Date":"9/28/2023"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":921,"Cost":849,"Date":"1/3/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":596,"Cost":346,"Date":"2/2/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":990,"Cost":901,"Date":"3/18/2024"},{"Store":"Hansa Emporium, Turku","Brand":"Nova","Country":"Finland","Sale":164,"Cost":94,"Date":"10/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":234,"Cost":117,"Date":"2/16/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":66,"Cost":50,"Date":"6/7/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":572,"Cost":428,"Date":"1/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":487,"Cost":350,"Date":"3/27/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":486,"Cost":370,"Date":"5/12/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":774,"Cost":544,"Date":"7/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":848,"Cost":699,"Date":"8/8/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":457,"Cost":339,"Date":"12/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":477,"Cost":302,"Date":"1/17/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":182,"Cost":136,"Date":"3/8/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":885,"Cost":739,"Date":"6/6/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":748,"Cost":559,"Date":"6/16/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":472,"Cost":371,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":717,"Cost":626,"Date":"11/19/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":879,"Cost":808,"Date":"12/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":793,"Cost":528,"Date":"2/4/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":357,"Cost":292,"Date":"3/8/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":408,"Cost":238,"Date":"12/18/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":549,"Cost":441,"Date":"3/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":452,"Cost":338,"Date":"4/20/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":203,"Cost":166,"Date":"6/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":734,"Cost":423,"Date":"7/23/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":616,"Cost":461,"Date":"11/21/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":768,"Cost":443,"Date":"11/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":826,"Cost":616,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":619,"Cost":390,"Date":"5/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":973,"Cost":696,"Date":"9/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":267,"Cost":169,"Date":"1/3/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":794,"Cost":401,"Date":"2/2/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":6,"Cost":3,"Date":"3/18/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Nova","Country":"Finland","Sale":30,"Cost":19,"Date":"10/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":956,"Cost":665,"Date":"2/16/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":433,"Cost":269,"Date":"6/7/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":209,"Cost":131,"Date":"1/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":110,"Cost":105,"Date":"3/27/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":132,"Cost":71,"Date":"5/12/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":581,"Cost":489,"Date":"7/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":250,"Cost":144,"Date":"8/8/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":717,"Cost":608,"Date":"12/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":433,"Cost":343,"Date":"1/17/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":374,"Cost":291,"Date":"3/8/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":873,"Cost":788,"Date":"6/6/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":734,"Cost":545,"Date":"6/16/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":505,"Cost":351,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":564,"Cost":294,"Date":"11/19/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":679,"Cost":619,"Date":"12/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":308,"Cost":264,"Date":"2/4/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":819,"Cost":596,"Date":"3/8/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":251,"Cost":197,"Date":"12/18/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":227,"Cost":122,"Date":"3/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":387,"Cost":314,"Date":"4/20/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":643,"Cost":435,"Date":"6/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":638,"Cost":436,"Date":"7/23/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":703,"Cost":520,"Date":"11/21/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":215,"Cost":135,"Date":"11/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":930,"Cost":641,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":45,"Cost":26,"Date":"5/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":281,"Cost":223,"Date":"9/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":185,"Cost":156,"Date":"1/3/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":987,"Cost":924,"Date":"2/2/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":939,"Cost":637,"Date":"3/18/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Sellpy","Country":"Finland","Sale":444,"Cost":373,"Date":"10/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":938,"Cost":748,"Date":"2/16/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":723,"Cost":524,"Date":"6/7/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":980,"Cost":806,"Date":"1/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":710,"Cost":559,"Date":"3/27/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":189,"Cost":156,"Date":"5/12/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":817,"Cost":439,"Date":"7/28/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":785,"Cost":526,"Date":"8/8/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":866,"Cost":749,"Date":"12/7/2019"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":412,"Cost":218,"Date":"1/17/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":117,"Cost":100,"Date":"3/8/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":114,"Cost":60,"Date":"6/6/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":322,"Cost":247,"Date":"6/16/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":948,"Cost":866,"Date":"8/13/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":908,"Cost":674,"Date":"11/19/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":662,"Cost":375,"Date":"12/28/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":406,"Cost":314,"Date":"2/4/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":296,"Cost":149,"Date":"3/8/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":96,"Cost":80,"Date":"12/18/2021"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":303,"Cost":201,"Date":"3/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":753,"Cost":435,"Date":"4/20/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":423,"Cost":380,"Date":"6/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":612,"Cost":413,"Date":"7/23/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":365,"Cost":302,"Date":"11/21/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":519,"Cost":298,"Date":"11/26/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":445,"Cost":316,"Date":"2/20/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":636,"Cost":492,"Date":"5/21/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":415,"Cost":308,"Date":"9/28/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":39,"Cost":37,"Date":"1/3/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":511,"Cost":387,"Date":"2/2/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":105,"Cost":93,"Date":"3/18/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":370,"Cost":301,"Date":"10/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":491,"Cost":318,"Date":"2/16/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":59,"Cost":35,"Date":"6/7/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":690,"Cost":520,"Date":"1/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":832,"Cost":746,"Date":"3/27/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":621,"Cost":433,"Date":"5/12/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":874,"Cost":470,"Date":"7/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":68,"Cost":42,"Date":"8/8/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":651,"Cost":509,"Date":"12/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":705,"Cost":585,"Date":"1/17/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":555,"Cost":319,"Date":"3/8/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":581,"Cost":323,"Date":"6/6/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":327,"Cost":204,"Date":"6/16/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":224,"Cost":190,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":344,"Cost":285,"Date":"11/19/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":135,"Cost":111,"Date":"12/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":116,"Cost":108,"Date":"2/4/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":225,"Cost":196,"Date":"3/8/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":990,"Cost":803,"Date":"12/18/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":399,"Cost":230,"Date":"3/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":22,"Cost":21,"Date":"4/20/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":527,"Cost":384,"Date":"6/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":31,"Cost":25,"Date":"7/23/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":188,"Cost":102,"Date":"11/21/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":255,"Cost":236,"Date":"11/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":912,"Cost":613,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":372,"Cost":298,"Date":"5/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":590,"Cost":453,"Date":"9/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":509,"Cost":376,"Date":"1/3/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":279,"Cost":225,"Date":"2/2/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":448,"Cost":314,"Date":"3/18/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":430,"Cost":287,"Date":"10/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":454,"Cost":247,"Date":"2/16/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":443,"Cost":386,"Date":"6/7/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":27,"Cost":24,"Date":"1/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":194,"Cost":118,"Date":"3/27/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":604,"Cost":308,"Date":"5/12/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":18,"Cost":9,"Date":"7/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":706,"Cost":557,"Date":"8/8/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":480,"Cost":329,"Date":"12/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":461,"Cost":321,"Date":"1/17/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":998,"Cost":861,"Date":"3/8/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":974,"Cost":873,"Date":"6/6/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":139,"Cost":99,"Date":"6/16/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":824,"Cost":501,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":765,"Cost":718,"Date":"11/19/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":171,"Cost":124,"Date":"12/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":386,"Cost":344,"Date":"2/4/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":267,"Cost":233,"Date":"3/8/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":59,"Cost":47,"Date":"12/18/2021"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":698,"Cost":397,"Date":"3/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":565,"Cost":354,"Date":"4/20/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":14,"Cost":7,"Date":"6/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":333,"Cost":215,"Date":"7/23/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":477,"Cost":283,"Date":"11/21/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":122,"Cost":66,"Date":"11/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":386,"Cost":201,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":370,"Cost":213,"Date":"5/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":657,"Cost":542,"Date":"9/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":176,"Cost":163,"Date":"1/3/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":399,"Cost":212,"Date":"2/2/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":661,"Cost":593,"Date":"3/18/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":107,"Cost":102,"Date":"10/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":257,"Cost":197,"Date":"2/16/2018"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":557,"Cost":283,"Date":"6/7/2018"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":298,"Cost":209,"Date":"1/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":391,"Cost":285,"Date":"3/27/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":356,"Cost":332,"Date":"5/12/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":396,"Cost":289,"Date":"7/28/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":975,"Cost":699,"Date":"8/8/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":705,"Cost":669,"Date":"12/7/2019"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":272,"Cost":140,"Date":"1/17/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":32,"Cost":20,"Date":"3/8/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":769,"Cost":418,"Date":"6/6/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":388,"Cost":345,"Date":"6/16/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":404,"Cost":264,"Date":"8/13/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":292,"Cost":234,"Date":"11/19/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":909,"Cost":647,"Date":"12/28/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":24,"Cost":12,"Date":"2/4/2021"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":636,"Cost":323,"Date":"3/8/2021"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":998,"Cost":753,"Date":"12/18/2021"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":349,"Cost":207,"Date":"3/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":596,"Cost":463,"Date":"4/20/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":473,"Cost":310,"Date":"6/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":537,"Cost":321,"Date":"7/23/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":847,"Cost":650,"Date":"11/21/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":856,"Cost":762,"Date":"11/26/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":263,"Cost":140,"Date":"2/20/2023"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":657,"Cost":359,"Date":"5/21/2023"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":766,"Cost":723,"Date":"9/28/2023"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":914,"Cost":688,"Date":"1/3/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":262,"Cost":139,"Date":"2/2/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":921,"Cost":705,"Date":"3/18/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":419,"Cost":325,"Date":"10/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":580,"Cost":407,"Date":"2/16/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":451,"Cost":293,"Date":"6/7/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":469,"Cost":276,"Date":"1/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":128,"Cost":73,"Date":"3/27/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":1,"Cost":1,"Date":"5/12/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":789,"Cost":441,"Date":"7/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":70,"Cost":56,"Date":"8/8/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":385,"Cost":364,"Date":"12/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":239,"Cost":169,"Date":"1/17/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":202,"Cost":173,"Date":"3/8/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":630,"Cost":329,"Date":"6/6/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":863,"Cost":470,"Date":"6/16/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":809,"Cost":740,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":173,"Cost":112,"Date":"11/19/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":576,"Cost":532,"Date":"12/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":730,"Cost":429,"Date":"2/4/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":479,"Cost":412,"Date":"3/8/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":559,"Cost":308,"Date":"12/18/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":943,"Cost":708,"Date":"3/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":373,"Cost":198,"Date":"4/20/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":423,"Cost":323,"Date":"6/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":712,"Cost":385,"Date":"7/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":127,"Cost":102,"Date":"11/21/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":778,"Cost":674,"Date":"11/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":493,"Cost":305,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":771,"Cost":465,"Date":"5/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":387,"Cost":347,"Date":"9/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":771,"Cost":700,"Date":"1/3/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":282,"Cost":199,"Date":"2/2/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":805,"Cost":599,"Date":"3/18/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":381,"Cost":212,"Date":"10/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":174,"Cost":88,"Date":"2/16/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":914,"Cost":710,"Date":"6/7/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":497,"Cost":427,"Date":"1/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":409,"Cost":233,"Date":"3/27/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":330,"Cost":304,"Date":"5/12/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":452,"Cost":410,"Date":"7/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":329,"Cost":244,"Date":"8/8/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":585,"Cost":418,"Date":"12/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":196,"Cost":138,"Date":"1/17/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":702,"Cost":607,"Date":"3/8/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":391,"Cost":306,"Date":"6/6/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":426,"Cost":231,"Date":"6/16/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":181,"Cost":105,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":796,"Cost":738,"Date":"11/19/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":330,"Cost":277,"Date":"12/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":842,"Cost":698,"Date":"2/4/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":395,"Cost":247,"Date":"3/8/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":388,"Cost":318,"Date":"12/18/2021"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":316,"Cost":180,"Date":"3/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":366,"Cost":230,"Date":"4/20/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":103,"Cost":61,"Date":"6/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":956,"Cost":659,"Date":"7/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":501,"Cost":453,"Date":"11/21/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":754,"Cost":489,"Date":"11/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":315,"Cost":293,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":553,"Cost":332,"Date":"5/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":13,"Cost":10,"Date":"9/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":2,"Cost":2,"Date":"1/3/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":236,"Cost":144,"Date":"2/2/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":531,"Cost":493,"Date":"3/18/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM","Country":"Finland","Sale":969,"Cost":641,"Date":"10/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":804,"Cost":636,"Date":"2/16/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":40,"Cost":26,"Date":"6/7/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":290,"Cost":197,"Date":"1/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":585,"Cost":536,"Date":"3/27/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":855,"Cost":488,"Date":"5/12/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":249,"Cost":227,"Date":"7/28/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":496,"Cost":303,"Date":"8/8/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":644,"Cost":598,"Date":"12/7/2019"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":984,"Cost":929,"Date":"1/17/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":292,"Cost":258,"Date":"3/8/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":258,"Cost":163,"Date":"6/6/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":814,"Cost":475,"Date":"6/16/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":483,"Cost":302,"Date":"8/13/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":637,"Cost":320,"Date":"11/19/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":892,"Cost":757,"Date":"12/28/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":793,"Cost":509,"Date":"2/4/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":114,"Cost":62,"Date":"3/8/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":645,"Cost":460,"Date":"12/18/2021"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":49,"Cost":42,"Date":"3/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":87,"Cost":51,"Date":"4/20/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":868,"Cost":526,"Date":"6/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":351,"Cost":284,"Date":"7/23/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":591,"Cost":330,"Date":"11/21/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":58,"Cost":42,"Date":"11/26/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":505,"Cost":403,"Date":"2/20/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":143,"Cost":91,"Date":"5/21/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":767,"Cost":631,"Date":"9/28/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":269,"Cost":178,"Date":"1/3/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":103,"Cost":94,"Date":"2/2/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":783,"Cost":447,"Date":"3/18/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Nova","Country":"Finland","Sale":177,"Cost":126,"Date":"10/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":753,"Cost":560,"Date":"2/16/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":870,"Cost":731,"Date":"6/7/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":445,"Cost":227,"Date":"1/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":595,"Cost":494,"Date":"3/27/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":468,"Cost":249,"Date":"5/12/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":434,"Cost":230,"Date":"7/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":658,"Cost":552,"Date":"8/8/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":781,"Cost":597,"Date":"12/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":213,"Cost":139,"Date":"1/17/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":523,"Cost":431,"Date":"3/8/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":80,"Cost":54,"Date":"6/6/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":117,"Cost":111,"Date":"6/16/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":435,"Cost":231,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":795,"Cost":649,"Date":"11/19/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":330,"Cost":290,"Date":"12/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":285,"Cost":197,"Date":"2/4/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":885,"Cost":639,"Date":"3/8/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":545,"Cost":341,"Date":"12/18/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":610,"Cost":471,"Date":"3/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":679,"Cost":371,"Date":"4/20/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":959,"Cost":680,"Date":"6/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":751,"Cost":641,"Date":"7/23/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":720,"Cost":667,"Date":"11/21/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":227,"Cost":144,"Date":"11/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":133,"Cost":125,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":661,"Cost":618,"Date":"5/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":908,"Cost":541,"Date":"9/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":135,"Cost":77,"Date":"1/3/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":420,"Cost":387,"Date":"2/2/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":827,"Cost":607,"Date":"3/18/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Nova","Country":"Finland","Sale":704,"Cost":390,"Date":"10/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":930,"Cost":780,"Date":"2/16/2018"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":215,"Cost":129,"Date":"6/7/2018"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":321,"Cost":276,"Date":"1/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":751,"Cost":686,"Date":"3/27/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":431,"Cost":267,"Date":"5/12/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":634,"Cost":574,"Date":"7/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":714,"Cost":524,"Date":"8/8/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":559,"Cost":518,"Date":"12/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":53,"Cost":50,"Date":"1/17/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":597,"Cost":484,"Date":"3/8/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":889,"Cost":631,"Date":"6/6/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":236,"Cost":147,"Date":"6/16/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":651,"Cost":617,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":254,"Cost":238,"Date":"11/19/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":523,"Cost":451,"Date":"12/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":750,"Cost":486,"Date":"2/4/2021"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":303,"Cost":276,"Date":"3/8/2021"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":507,"Cost":274,"Date":"12/18/2021"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":104,"Cost":94,"Date":"3/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":147,"Cost":97,"Date":"4/20/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":708,"Cost":402,"Date":"6/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":388,"Cost":298,"Date":"7/23/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":279,"Cost":164,"Date":"11/21/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":207,"Cost":164,"Date":"11/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":323,"Cost":228,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":812,"Cost":634,"Date":"5/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":134,"Cost":116,"Date":"9/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":452,"Cost":261,"Date":"1/3/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":406,"Cost":377,"Date":"2/2/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":448,"Cost":333,"Date":"3/18/2024"},{"Store":"Rewell Center, Vaasa","Brand":"COS","Country":"Finland","Sale":26,"Cost":13,"Date":"10/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":256,"Cost":189,"Date":"2/16/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":55,"Cost":36,"Date":"6/7/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":539,"Cost":351,"Date":"1/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":813,"Cost":675,"Date":"3/27/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":880,"Cost":701,"Date":"5/12/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":413,"Cost":231,"Date":"7/28/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":314,"Cost":281,"Date":"8/8/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":21,"Cost":15,"Date":"12/7/2019"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":892,"Cost":774,"Date":"1/17/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":382,"Cost":240,"Date":"3/8/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":538,"Cost":486,"Date":"6/6/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":116,"Cost":68,"Date":"6/16/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":82,"Cost":60,"Date":"8/13/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":164,"Cost":134,"Date":"11/19/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":86,"Cost":53,"Date":"12/28/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":448,"Cost":377,"Date":"2/4/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":437,"Cost":406,"Date":"3/8/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":978,"Cost":896,"Date":"12/18/2021"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":198,"Cost":173,"Date":"3/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":956,"Cost":892,"Date":"4/20/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":368,"Cost":293,"Date":"6/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":128,"Cost":120,"Date":"7/23/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":812,"Cost":548,"Date":"11/21/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":132,"Cost":77,"Date":"11/26/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":415,"Cost":216,"Date":"2/20/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":590,"Cost":308,"Date":"5/21/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":386,"Cost":205,"Date":"9/28/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":949,"Cost":822,"Date":"1/3/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":767,"Cost":393,"Date":"2/2/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":294,"Cost":161,"Date":"3/18/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":809,"Cost":531,"Date":"10/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":184,"Cost":115,"Date":"2/16/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":226,"Cost":129,"Date":"6/7/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":999,"Cost":948,"Date":"1/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":572,"Cost":416,"Date":"3/27/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":821,"Cost":461,"Date":"5/12/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":845,"Cost":659,"Date":"7/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":703,"Cost":354,"Date":"8/8/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":726,"Cost":680,"Date":"12/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":175,"Cost":125,"Date":"1/17/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":343,"Cost":294,"Date":"3/8/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":154,"Cost":138,"Date":"6/6/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":42,"Cost":34,"Date":"6/16/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":53,"Cost":27,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":93,"Cost":64,"Date":"11/19/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":171,"Cost":134,"Date":"12/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":951,"Cost":716,"Date":"2/4/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":989,"Cost":860,"Date":"3/8/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":929,"Cost":497,"Date":"12/18/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":684,"Cost":471,"Date":"3/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":899,"Cost":722,"Date":"4/20/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":226,"Cost":146,"Date":"6/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":147,"Cost":106,"Date":"7/23/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":238,"Cost":133,"Date":"11/21/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":13,"Cost":10,"Date":"11/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":991,"Cost":607,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":305,"Cost":170,"Date":"5/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":811,"Cost":614,"Date":"9/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":246,"Cost":196,"Date":"1/3/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":625,"Cost":554,"Date":"2/2/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":973,"Cost":685,"Date":"3/18/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":853,"Cost":493,"Date":"10/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":257,"Cost":166,"Date":"2/16/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":313,"Cost":210,"Date":"6/7/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":12,"Cost":10,"Date":"1/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":10,"Cost":8,"Date":"3/27/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":943,"Cost":649,"Date":"5/12/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":87,"Cost":72,"Date":"7/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":466,"Cost":354,"Date":"8/8/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":840,"Cost":699,"Date":"12/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":984,"Cost":758,"Date":"1/17/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":911,"Cost":515,"Date":"3/8/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":428,"Cost":233,"Date":"6/6/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":110,"Cost":88,"Date":"6/16/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":451,"Cost":390,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":841,"Cost":633,"Date":"11/19/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":694,"Cost":563,"Date":"12/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":826,"Cost":622,"Date":"2/4/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":714,"Cost":671,"Date":"3/8/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":358,"Cost":190,"Date":"12/18/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":207,"Cost":186,"Date":"3/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":991,"Cost":677,"Date":"4/20/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":188,"Cost":119,"Date":"6/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":467,"Cost":434,"Date":"7/23/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":151,"Cost":87,"Date":"11/21/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":529,"Cost":269,"Date":"11/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":128,"Cost":100,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":7,"Cost":5,"Date":"5/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":294,"Cost":148,"Date":"9/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":523,"Cost":340,"Date":"1/3/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":267,"Cost":198,"Date":"2/2/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":112,"Cost":96,"Date":"3/18/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM Home","Country":"Finland","Sale":162,"Cost":98,"Date":"10/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":809,"Cost":605,"Date":"2/16/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":298,"Cost":230,"Date":"6/7/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":175,"Cost":110,"Date":"1/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":748,"Cost":707,"Date":"3/27/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":596,"Cost":376,"Date":"5/12/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":978,"Cost":782,"Date":"7/28/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":400,"Cost":243,"Date":"8/8/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":171,"Cost":103,"Date":"12/7/2019"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":611,"Cost":546,"Date":"1/17/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":942,"Cost":668,"Date":"3/8/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":577,"Cost":506,"Date":"6/6/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":650,"Cost":524,"Date":"6/16/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":28,"Cost":18,"Date":"8/13/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":56,"Cost":43,"Date":"11/19/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":394,"Cost":201,"Date":"12/28/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":616,"Cost":361,"Date":"2/4/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":147,"Cost":75,"Date":"3/8/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":386,"Cost":318,"Date":"12/18/2021"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":365,"Cost":318,"Date":"3/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":268,"Cost":171,"Date":"4/20/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":10,"Cost":9,"Date":"6/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":221,"Cost":198,"Date":"7/23/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":407,"Cost":377,"Date":"11/21/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":456,"Cost":300,"Date":"11/26/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":346,"Cost":299,"Date":"2/20/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":637,"Cost":372,"Date":"5/21/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":590,"Cost":356,"Date":"9/28/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":417,"Cost":288,"Date":"1/3/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":622,"Cost":591,"Date":"2/2/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":422,"Cost":343,"Date":"3/18/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"ARKET","Country":"Finland","Sale":520,"Cost":348,"Date":"10/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":319,"Cost":198,"Date":"2/16/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":774,"Cost":683,"Date":"6/7/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":456,"Cost":377,"Date":"1/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":960,"Cost":597,"Date":"3/27/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":443,"Cost":420,"Date":"5/12/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":669,"Cost":369,"Date":"7/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":404,"Cost":271,"Date":"8/8/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":398,"Cost":212,"Date":"12/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":788,"Cost":568,"Date":"1/17/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":912,"Cost":693,"Date":"3/8/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":409,"Cost":277,"Date":"6/6/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":182,"Cost":100,"Date":"6/16/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":378,"Cost":243,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":843,"Cost":588,"Date":"11/19/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":197,"Cost":164,"Date":"12/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":457,"Cost":368,"Date":"2/4/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":789,"Cost":731,"Date":"3/8/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":665,"Cost":442,"Date":"12/18/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":862,"Cost":628,"Date":"3/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":938,"Cost":829,"Date":"4/20/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":10,"Cost":5,"Date":"6/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":229,"Cost":125,"Date":"7/23/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":200,"Cost":163,"Date":"11/21/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":458,"Cost":430,"Date":"11/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":90,"Cost":54,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":595,"Cost":349,"Date":"5/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":951,"Cost":886,"Date":"9/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":350,"Cost":300,"Date":"1/3/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":387,"Cost":229,"Date":"2/2/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":363,"Cost":283,"Date":"3/18/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Jeans","Country":"France","Sale":343,"Cost":310,"Date":"10/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":109,"Cost":99,"Date":"2/16/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":510,"Cost":466,"Date":"6/7/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":671,"Cost":469,"Date":"1/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":356,"Cost":207,"Date":"3/27/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":771,"Cost":618,"Date":"5/12/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":290,"Cost":148,"Date":"7/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":982,"Cost":689,"Date":"8/8/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":789,"Cost":719,"Date":"12/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":927,"Cost":519,"Date":"1/17/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":723,"Cost":383,"Date":"3/8/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":250,"Cost":147,"Date":"6/6/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":769,"Cost":530,"Date":"6/16/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":356,"Cost":227,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":996,"Cost":935,"Date":"11/19/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":276,"Cost":182,"Date":"12/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":946,"Cost":570,"Date":"2/4/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":199,"Cost":181,"Date":"3/8/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":552,"Cost":498,"Date":"12/18/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":197,"Cost":100,"Date":"3/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":307,"Cost":270,"Date":"4/20/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":598,"Cost":336,"Date":"6/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":906,"Cost":768,"Date":"7/23/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":682,"Cost":449,"Date":"11/21/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":406,"Cost":349,"Date":"11/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":758,"Cost":704,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":962,"Cost":644,"Date":"5/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":83,"Cost":65,"Date":"9/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":747,"Cost":682,"Date":"1/3/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":223,"Cost":144,"Date":"2/2/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":207,"Cost":104,"Date":"3/18/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Nova","Country":"France","Sale":377,"Cost":216,"Date":"10/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":814,"Cost":478,"Date":"2/16/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":756,"Cost":653,"Date":"6/7/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":178,"Cost":91,"Date":"1/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":15,"Cost":10,"Date":"3/27/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":981,"Cost":809,"Date":"5/12/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":130,"Cost":121,"Date":"7/28/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":705,"Cost":532,"Date":"8/8/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":596,"Cost":565,"Date":"12/7/2019"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":142,"Cost":82,"Date":"1/17/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":838,"Cost":662,"Date":"3/8/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":421,"Cost":263,"Date":"6/6/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":590,"Cost":536,"Date":"6/16/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":3,"Cost":1,"Date":"8/13/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":981,"Cost":758,"Date":"11/19/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":359,"Cost":338,"Date":"12/28/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":467,"Cost":291,"Date":"2/4/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":447,"Cost":255,"Date":"3/8/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":68,"Cost":58,"Date":"12/18/2021"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":507,"Cost":276,"Date":"3/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":806,"Cost":535,"Date":"4/20/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":757,"Cost":479,"Date":"6/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":659,"Cost":443,"Date":"7/23/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":471,"Cost":329,"Date":"11/21/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":926,"Cost":821,"Date":"11/26/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":390,"Cost":211,"Date":"2/20/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":173,"Cost":131,"Date":"5/21/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":691,"Cost":590,"Date":"9/28/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":924,"Cost":672,"Date":"1/3/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":16,"Cost":11,"Date":"2/2/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":148,"Cost":141,"Date":"3/18/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"COS","Country":"France","Sale":449,"Cost":238,"Date":"10/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":558,"Cost":489,"Date":"2/16/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":975,"Cost":637,"Date":"6/7/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":430,"Cost":265,"Date":"1/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":285,"Cost":162,"Date":"3/27/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":831,"Cost":776,"Date":"5/12/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":286,"Cost":237,"Date":"7/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":756,"Cost":527,"Date":"8/8/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":510,"Cost":466,"Date":"12/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":701,"Cost":598,"Date":"1/17/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":876,"Cost":552,"Date":"3/8/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":960,"Cost":740,"Date":"6/6/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":993,"Cost":861,"Date":"6/16/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":117,"Cost":69,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":914,"Cost":629,"Date":"11/19/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":329,"Cost":166,"Date":"12/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":376,"Cost":225,"Date":"2/4/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":52,"Cost":48,"Date":"3/8/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":908,"Cost":778,"Date":"12/18/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":718,"Cost":673,"Date":"3/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":474,"Cost":282,"Date":"4/20/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":714,"Cost":466,"Date":"6/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":181,"Cost":93,"Date":"7/23/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":190,"Cost":178,"Date":"11/21/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":157,"Cost":115,"Date":"11/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":428,"Cost":316,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":861,"Cost":653,"Date":"5/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":4,"Cost":3,"Date":"9/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":547,"Cost":449,"Date":"1/3/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":238,"Cost":202,"Date":"2/2/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":977,"Cost":582,"Date":"3/18/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":951,"Cost":532,"Date":"10/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":762,"Cost":593,"Date":"2/16/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":185,"Cost":162,"Date":"6/7/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":455,"Cost":352,"Date":"1/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":409,"Cost":244,"Date":"3/27/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":690,"Cost":449,"Date":"5/12/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":574,"Cost":413,"Date":"7/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":969,"Cost":689,"Date":"8/8/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":769,"Cost":504,"Date":"12/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":481,"Cost":326,"Date":"1/17/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":890,"Cost":618,"Date":"3/8/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":182,"Cost":144,"Date":"6/6/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":357,"Cost":196,"Date":"6/16/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":716,"Cost":543,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":876,"Cost":684,"Date":"11/19/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":676,"Cost":489,"Date":"12/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":527,"Cost":354,"Date":"2/4/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":652,"Cost":510,"Date":"3/8/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":265,"Cost":249,"Date":"12/18/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":696,"Cost":655,"Date":"3/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":231,"Cost":181,"Date":"4/20/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":381,"Cost":301,"Date":"6/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":518,"Cost":366,"Date":"7/23/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":959,"Cost":604,"Date":"11/21/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":944,"Cost":847,"Date":"11/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":608,"Cost":440,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":291,"Cost":240,"Date":"5/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":76,"Cost":46,"Date":"9/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":697,"Cost":440,"Date":"1/3/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":391,"Cost":365,"Date":"2/2/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":753,"Cost":490,"Date":"3/18/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":917,"Cost":586,"Date":"10/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":308,"Cost":183,"Date":"2/16/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":642,"Cost":415,"Date":"6/7/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":229,"Cost":140,"Date":"1/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":573,"Cost":426,"Date":"3/27/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":621,"Cost":567,"Date":"5/12/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":822,"Cost":416,"Date":"7/28/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":76,"Cost":50,"Date":"8/8/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":628,"Cost":353,"Date":"12/7/2019"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":839,"Cost":547,"Date":"1/17/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":111,"Cost":61,"Date":"3/8/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":704,"Cost":531,"Date":"6/6/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":736,"Cost":432,"Date":"6/16/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":172,"Cost":162,"Date":"8/13/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":875,"Cost":760,"Date":"11/19/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":736,"Cost":562,"Date":"12/28/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":366,"Cost":320,"Date":"2/4/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":747,"Cost":413,"Date":"3/8/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":379,"Cost":254,"Date":"12/18/2021"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":133,"Cost":97,"Date":"3/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":742,"Cost":538,"Date":"4/20/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":831,"Cost":656,"Date":"6/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":566,"Cost":526,"Date":"7/23/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":589,"Cost":491,"Date":"11/21/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":153,"Cost":121,"Date":"11/26/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":516,"Cost":439,"Date":"2/20/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":125,"Cost":114,"Date":"5/21/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":937,"Cost":675,"Date":"9/28/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":193,"Cost":99,"Date":"1/3/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":232,"Cost":162,"Date":"2/2/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":296,"Cost":173,"Date":"3/18/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":852,"Cost":550,"Date":"10/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":791,"Cost":529,"Date":"2/16/2018"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":789,"Cost":469,"Date":"6/7/2018"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":229,"Cost":151,"Date":"1/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":699,"Cost":657,"Date":"3/27/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":58,"Cost":32,"Date":"5/12/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":253,"Cost":156,"Date":"7/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":302,"Cost":184,"Date":"8/8/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":165,"Cost":94,"Date":"12/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":682,"Cost":538,"Date":"1/17/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":940,"Cost":566,"Date":"3/8/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":680,"Cost":581,"Date":"6/6/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":532,"Cost":446,"Date":"6/16/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":25,"Cost":22,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":354,"Cost":267,"Date":"11/19/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":10,"Cost":9,"Date":"12/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":39,"Cost":32,"Date":"2/4/2021"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":1000,"Cost":607,"Date":"3/8/2021"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":442,"Cost":397,"Date":"12/18/2021"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":141,"Cost":111,"Date":"3/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":471,"Cost":336,"Date":"4/20/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":415,"Cost":391,"Date":"6/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":6,"Cost":6,"Date":"7/23/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":783,"Cost":729,"Date":"11/21/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":812,"Cost":436,"Date":"11/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":384,"Cost":195,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":306,"Cost":218,"Date":"5/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":750,"Cost":531,"Date":"9/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":436,"Cost":355,"Date":"1/3/2024"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":515,"Cost":345,"Date":"2/2/2024"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":892,"Cost":815,"Date":"3/18/2024"},{"Store":"Forum des Halles, Paris","Brand":"Sellpy","Country":"France","Sale":995,"Cost":518,"Date":"10/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":191,"Cost":136,"Date":"2/16/2018"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":701,"Cost":503,"Date":"6/7/2018"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":667,"Cost":341,"Date":"1/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":474,"Cost":245,"Date":"3/27/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":554,"Cost":474,"Date":"5/12/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":796,"Cost":734,"Date":"7/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":939,"Cost":860,"Date":"8/8/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":625,"Cost":480,"Date":"12/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":391,"Cost":270,"Date":"1/17/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":867,"Cost":525,"Date":"3/8/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":456,"Cost":274,"Date":"6/6/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":913,"Cost":602,"Date":"6/16/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":195,"Cost":172,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":621,"Cost":371,"Date":"11/19/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":144,"Cost":134,"Date":"12/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":248,"Cost":222,"Date":"2/4/2021"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":635,"Cost":555,"Date":"3/8/2021"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":424,"Cost":387,"Date":"12/18/2021"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":771,"Cost":491,"Date":"3/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":461,"Cost":242,"Date":"4/20/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":821,"Cost":576,"Date":"6/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":603,"Cost":329,"Date":"7/23/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":191,"Cost":163,"Date":"11/21/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":739,"Cost":605,"Date":"11/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":965,"Cost":531,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":331,"Cost":314,"Date":"5/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":897,"Cost":778,"Date":"9/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":344,"Cost":227,"Date":"1/3/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":850,"Cost":460,"Date":"2/2/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":740,"Cost":453,"Date":"3/18/2024"},{"Store":"Forum des Halles, Paris","Brand":"HM","Country":"France","Sale":556,"Cost":400,"Date":"10/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":455,"Cost":284,"Date":"2/16/2018"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":909,"Cost":686,"Date":"6/7/2018"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":969,"Cost":627,"Date":"1/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":593,"Cost":422,"Date":"3/27/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":962,"Cost":684,"Date":"5/12/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":345,"Cost":277,"Date":"7/28/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":787,"Cost":635,"Date":"8/8/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":6,"Cost":5,"Date":"12/7/2019"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":174,"Cost":93,"Date":"1/17/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":498,"Cost":407,"Date":"3/8/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":379,"Cost":354,"Date":"6/6/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":249,"Cost":205,"Date":"6/16/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":688,"Cost":399,"Date":"8/13/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":231,"Cost":144,"Date":"11/19/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":522,"Cost":306,"Date":"12/28/2020"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":725,"Cost":674,"Date":"2/4/2021"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":887,"Cost":476,"Date":"3/8/2021"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":861,"Cost":701,"Date":"12/18/2021"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":953,"Cost":842,"Date":"3/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":313,"Cost":237,"Date":"4/20/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":709,"Cost":365,"Date":"6/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":130,"Cost":83,"Date":"7/23/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":481,"Cost":318,"Date":"11/21/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":646,"Cost":461,"Date":"11/26/2022"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":178,"Cost":118,"Date":"2/20/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":794,"Cost":656,"Date":"5/21/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":963,"Cost":632,"Date":"9/28/2023"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":738,"Cost":527,"Date":"1/3/2024"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":906,"Cost":610,"Date":"2/2/2024"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":195,"Cost":100,"Date":"3/18/2024"},{"Store":"Forum des Halles, Paris","Brand":"Jeans","Country":"France","Sale":899,"Cost":739,"Date":"10/14/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":113,"Cost":69,"Date":"2/16/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":828,"Cost":718,"Date":"6/7/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":609,"Cost":378,"Date":"1/28/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":646,"Cost":340,"Date":"3/27/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":537,"Cost":480,"Date":"5/12/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":869,"Cost":627,"Date":"7/28/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":381,"Cost":247,"Date":"8/8/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":878,"Cost":793,"Date":"12/7/2019"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":513,"Cost":368,"Date":"1/17/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":958,"Cost":537,"Date":"3/8/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":397,"Cost":363,"Date":"6/6/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":413,"Cost":348,"Date":"6/16/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":430,"Cost":407,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":457,"Cost":351,"Date":"11/19/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":822,"Cost":648,"Date":"12/28/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":506,"Cost":309,"Date":"2/4/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":818,"Cost":777,"Date":"3/8/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":933,"Cost":776,"Date":"12/18/2021"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":847,"Cost":550,"Date":"3/31/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":30,"Cost":15,"Date":"4/20/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":657,"Cost":458,"Date":"6/26/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":784,"Cost":671,"Date":"7/23/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":807,"Cost":494,"Date":"11/21/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":310,"Cost":269,"Date":"11/26/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":669,"Cost":560,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":671,"Cost":495,"Date":"5/21/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":122,"Cost":113,"Date":"9/28/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":991,"Cost":726,"Date":"1/3/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":403,"Cost":327,"Date":"2/2/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":282,"Cost":232,"Date":"3/18/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":923,"Cost":760,"Date":"10/14/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":697,"Cost":556,"Date":"2/16/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":918,"Cost":688,"Date":"6/7/2018"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":441,"Cost":294,"Date":"1/28/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":221,"Cost":156,"Date":"3/27/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":112,"Cost":64,"Date":"5/12/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":956,"Cost":556,"Date":"7/28/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":530,"Cost":320,"Date":"8/8/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":905,"Cost":533,"Date":"12/7/2019"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":770,"Cost":458,"Date":"1/17/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":643,"Cost":424,"Date":"3/8/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":139,"Cost":110,"Date":"6/6/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":591,"Cost":385,"Date":"6/16/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":674,"Cost":631,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":933,"Cost":800,"Date":"11/19/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":573,"Cost":334,"Date":"12/28/2020"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":901,"Cost":836,"Date":"2/4/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":84,"Cost":62,"Date":"3/8/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":904,"Cost":720,"Date":"12/18/2021"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":854,"Cost":737,"Date":"3/31/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":661,"Cost":402,"Date":"4/20/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":331,"Cost":188,"Date":"6/26/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":130,"Cost":77,"Date":"7/23/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":19,"Cost":10,"Date":"11/21/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":407,"Cost":320,"Date":"11/26/2022"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":567,"Cost":415,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":872,"Cost":720,"Date":"5/21/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":340,"Cost":262,"Date":"9/28/2023"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":303,"Cost":237,"Date":"1/3/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":24,"Cost":12,"Date":"2/2/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":412,"Cost":213,"Date":"3/18/2024"},{"Store":"Créteil Soleil","Brand":"COS","Country":"France","Sale":238,"Cost":179,"Date":"10/14/2024"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":823,"Cost":590,"Date":"2/16/2018"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":568,"Cost":298,"Date":"6/7/2018"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":519,"Cost":387,"Date":"1/28/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":348,"Cost":308,"Date":"3/27/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":905,"Cost":624,"Date":"5/12/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":323,"Cost":173,"Date":"7/28/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":442,"Cost":267,"Date":"8/8/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":358,"Cost":330,"Date":"12/7/2019"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":428,"Cost":328,"Date":"1/17/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":439,"Cost":332,"Date":"3/8/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":15,"Cost":10,"Date":"6/6/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":700,"Cost":578,"Date":"6/16/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":616,"Cost":523,"Date":"8/13/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":506,"Cost":463,"Date":"11/19/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":312,"Cost":220,"Date":"12/28/2020"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":951,"Cost":510,"Date":"2/4/2021"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":796,"Cost":516,"Date":"3/8/2021"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":597,"Cost":370,"Date":"12/18/2021"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":297,"Cost":246,"Date":"3/31/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":793,"Cost":533,"Date":"4/20/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":145,"Cost":120,"Date":"6/26/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":898,"Cost":714,"Date":"7/23/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":277,"Cost":258,"Date":"11/21/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":256,"Cost":194,"Date":"11/26/2022"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":904,"Cost":820,"Date":"2/20/2023"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":798,"Cost":499,"Date":"5/21/2023"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":869,"Cost":586,"Date":"9/28/2023"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":754,"Cost":531,"Date":"1/3/2024"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":433,"Cost":308,"Date":"2/2/2024"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":53,"Cost":32,"Date":"3/18/2024"},{"Store":"Créteil Soleil","Brand":"ARKET","Country":"France","Sale":832,"Cost":729,"Date":"10/14/2024"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":715,"Cost":486,"Date":"2/16/2018"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":969,"Cost":593,"Date":"6/7/2018"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":979,"Cost":705,"Date":"1/28/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":827,"Cost":634,"Date":"3/27/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":20,"Cost":19,"Date":"5/12/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":377,"Cost":245,"Date":"7/28/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":439,"Cost":375,"Date":"8/8/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":695,"Cost":428,"Date":"12/7/2019"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":219,"Cost":179,"Date":"1/17/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":985,"Cost":496,"Date":"3/8/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":121,"Cost":95,"Date":"6/6/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":287,"Cost":236,"Date":"6/16/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":384,"Cost":325,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":732,"Cost":373,"Date":"11/19/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":520,"Cost":416,"Date":"12/28/2020"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":759,"Cost":522,"Date":"2/4/2021"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":701,"Cost":478,"Date":"3/8/2021"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":610,"Cost":547,"Date":"12/18/2021"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":49,"Cost":46,"Date":"3/31/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":620,"Cost":425,"Date":"4/20/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":965,"Cost":697,"Date":"6/26/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":684,"Cost":369,"Date":"7/23/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":795,"Cost":471,"Date":"11/21/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":68,"Cost":63,"Date":"11/26/2022"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":580,"Cost":390,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":487,"Cost":333,"Date":"5/21/2023"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":239,"Cost":186,"Date":"9/28/2023"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":511,"Cost":371,"Date":"1/3/2024"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":321,"Cost":184,"Date":"2/2/2024"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":7,"Cost":3,"Date":"3/18/2024"},{"Store":"Evry2, Évry","Brand":"HM","Country":"France","Sale":38,"Cost":28,"Date":"10/14/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":750,"Cost":624,"Date":"2/16/2018"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":334,"Cost":190,"Date":"6/7/2018"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":718,"Cost":567,"Date":"1/28/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":601,"Cost":487,"Date":"3/27/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":698,"Cost":564,"Date":"5/12/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":175,"Cost":115,"Date":"7/28/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":981,"Cost":757,"Date":"8/8/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":592,"Cost":558,"Date":"12/7/2019"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":892,"Cost":733,"Date":"1/17/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":438,"Cost":361,"Date":"3/8/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":71,"Cost":46,"Date":"6/6/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":195,"Cost":166,"Date":"6/16/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":995,"Cost":598,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":733,"Cost":665,"Date":"11/19/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":584,"Cost":379,"Date":"12/28/2020"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":750,"Cost":449,"Date":"2/4/2021"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":66,"Cost":39,"Date":"3/8/2021"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":727,"Cost":522,"Date":"12/18/2021"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":26,"Cost":15,"Date":"3/31/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":638,"Cost":521,"Date":"4/20/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":752,"Cost":393,"Date":"6/26/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":502,"Cost":425,"Date":"7/23/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":101,"Cost":88,"Date":"11/21/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":637,"Cost":443,"Date":"11/26/2022"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":390,"Cost":204,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":54,"Cost":30,"Date":"5/21/2023"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":720,"Cost":460,"Date":"9/28/2023"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":640,"Cost":383,"Date":"1/3/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":781,"Cost":666,"Date":"2/2/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":355,"Cost":294,"Date":"3/18/2024"},{"Store":"Evry2, Évry","Brand":"COS","Country":"France","Sale":137,"Cost":116,"Date":"10/14/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":403,"Cost":369,"Date":"2/16/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":917,"Cost":822,"Date":"6/7/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":260,"Cost":166,"Date":"1/28/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":614,"Cost":558,"Date":"3/27/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":140,"Cost":103,"Date":"5/12/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":8,"Cost":5,"Date":"7/28/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":605,"Cost":390,"Date":"8/8/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":268,"Cost":159,"Date":"12/7/2019"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":612,"Cost":506,"Date":"1/17/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":435,"Cost":227,"Date":"3/8/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":944,"Cost":736,"Date":"6/6/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":323,"Cost":278,"Date":"6/16/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":684,"Cost":598,"Date":"8/13/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":221,"Cost":189,"Date":"11/19/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":785,"Cost":462,"Date":"12/28/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":63,"Cost":37,"Date":"2/4/2021"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":656,"Cost":615,"Date":"3/8/2021"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":720,"Cost":474,"Date":"12/18/2021"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":21,"Cost":11,"Date":"3/31/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":19,"Cost":15,"Date":"4/20/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":339,"Cost":284,"Date":"6/26/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":223,"Cost":134,"Date":"7/23/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":106,"Cost":89,"Date":"11/21/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":605,"Cost":510,"Date":"11/26/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":230,"Cost":184,"Date":"2/20/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":944,"Cost":820,"Date":"5/21/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":734,"Cost":588,"Date":"9/28/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":425,"Cost":270,"Date":"1/3/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":564,"Cost":436,"Date":"2/2/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":268,"Cost":180,"Date":"3/18/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":719,"Cost":538,"Date":"10/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":171,"Cost":86,"Date":"2/16/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":912,"Cost":808,"Date":"6/7/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":212,"Cost":168,"Date":"1/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":804,"Cost":644,"Date":"3/27/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":482,"Cost":458,"Date":"5/12/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":148,"Cost":104,"Date":"7/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":275,"Cost":177,"Date":"8/8/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":682,"Cost":542,"Date":"12/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":339,"Cost":287,"Date":"1/17/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":78,"Cost":41,"Date":"3/8/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":97,"Cost":57,"Date":"6/6/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":670,"Cost":619,"Date":"6/16/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":215,"Cost":174,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":430,"Cost":265,"Date":"11/19/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":308,"Cost":197,"Date":"12/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":843,"Cost":606,"Date":"2/4/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":357,"Cost":196,"Date":"3/8/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":244,"Cost":199,"Date":"12/18/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":739,"Cost":406,"Date":"3/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":132,"Cost":69,"Date":"4/20/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":774,"Cost":462,"Date":"6/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":305,"Cost":199,"Date":"7/23/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":746,"Cost":488,"Date":"11/21/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":988,"Cost":573,"Date":"11/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":531,"Cost":454,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":228,"Cost":150,"Date":"5/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":372,"Cost":228,"Date":"9/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":32,"Cost":28,"Date":"1/3/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":536,"Cost":298,"Date":"2/2/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":718,"Cost":410,"Date":"3/18/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":953,"Cost":558,"Date":"10/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":847,"Cost":547,"Date":"2/16/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":393,"Cost":222,"Date":"6/7/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":937,"Cost":697,"Date":"1/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":984,"Cost":547,"Date":"3/27/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":553,"Cost":458,"Date":"5/12/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":249,"Cost":133,"Date":"7/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":451,"Cost":298,"Date":"8/8/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":380,"Cost":264,"Date":"12/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":641,"Cost":419,"Date":"1/17/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":594,"Cost":473,"Date":"3/8/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":666,"Cost":399,"Date":"6/6/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":186,"Cost":116,"Date":"6/16/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":650,"Cost":406,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":31,"Cost":28,"Date":"11/19/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":138,"Cost":83,"Date":"12/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":763,"Cost":616,"Date":"2/4/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":456,"Cost":324,"Date":"3/8/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":79,"Cost":71,"Date":"12/18/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":502,"Cost":275,"Date":"3/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":858,"Cost":510,"Date":"4/20/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":822,"Cost":498,"Date":"6/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":282,"Cost":258,"Date":"7/23/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":782,"Cost":724,"Date":"11/21/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"11/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":457,"Cost":354,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":944,"Cost":618,"Date":"5/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":582,"Cost":469,"Date":"9/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":500,"Cost":471,"Date":"1/3/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":345,"Cost":187,"Date":"2/2/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":682,"Cost":419,"Date":"3/18/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":325,"Cost":236,"Date":"10/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":119,"Cost":85,"Date":"2/16/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":790,"Cost":704,"Date":"6/7/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":572,"Cost":528,"Date":"1/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":68,"Cost":49,"Date":"3/27/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":185,"Cost":159,"Date":"5/12/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":498,"Cost":469,"Date":"7/28/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":969,"Cost":613,"Date":"8/8/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":861,"Cost":729,"Date":"12/7/2019"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":935,"Cost":706,"Date":"1/17/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":175,"Cost":138,"Date":"3/8/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":735,"Cost":593,"Date":"6/6/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":824,"Cost":641,"Date":"6/16/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":11,"Cost":7,"Date":"8/13/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":360,"Cost":220,"Date":"11/19/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":781,"Cost":683,"Date":"12/28/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":635,"Cost":598,"Date":"2/4/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":284,"Cost":171,"Date":"3/8/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":961,"Cost":517,"Date":"12/18/2021"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":593,"Cost":332,"Date":"3/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":722,"Cost":508,"Date":"4/20/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":639,"Cost":461,"Date":"6/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":243,"Cost":192,"Date":"7/23/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":654,"Cost":342,"Date":"11/21/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":861,"Cost":695,"Date":"11/26/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":959,"Cost":706,"Date":"2/20/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":430,"Cost":313,"Date":"5/21/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":300,"Cost":150,"Date":"9/28/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":681,"Cost":448,"Date":"1/3/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":85,"Cost":57,"Date":"2/2/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":426,"Cost":317,"Date":"3/18/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":550,"Cost":476,"Date":"10/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":498,"Cost":295,"Date":"2/16/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":67,"Cost":45,"Date":"6/7/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":748,"Cost":458,"Date":"1/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":879,"Cost":470,"Date":"3/27/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":601,"Cost":333,"Date":"5/12/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":823,"Cost":466,"Date":"7/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":114,"Cost":95,"Date":"8/8/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":132,"Cost":108,"Date":"12/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":324,"Cost":228,"Date":"1/17/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":991,"Cost":876,"Date":"3/8/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":73,"Cost":58,"Date":"6/6/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":226,"Cost":145,"Date":"6/16/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":304,"Cost":196,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":240,"Cost":135,"Date":"11/19/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":850,"Cost":528,"Date":"12/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":884,"Cost":769,"Date":"2/4/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":130,"Cost":74,"Date":"3/8/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":665,"Cost":392,"Date":"12/18/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":519,"Cost":391,"Date":"3/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":986,"Cost":928,"Date":"4/20/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":774,"Cost":473,"Date":"6/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":899,"Cost":568,"Date":"7/23/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":325,"Cost":169,"Date":"11/21/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":664,"Cost":432,"Date":"11/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":385,"Cost":272,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":294,"Cost":268,"Date":"5/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":616,"Cost":365,"Date":"9/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":475,"Cost":303,"Date":"1/3/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":139,"Cost":73,"Date":"2/2/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":459,"Cost":262,"Date":"3/18/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Sellpy","Country":"France","Sale":217,"Cost":144,"Date":"10/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":914,"Cost":734,"Date":"2/16/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":597,"Cost":460,"Date":"6/7/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":180,"Cost":93,"Date":"1/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":675,"Cost":519,"Date":"3/27/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":475,"Cost":422,"Date":"5/12/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":155,"Cost":102,"Date":"7/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":894,"Cost":480,"Date":"8/8/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":198,"Cost":180,"Date":"12/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":770,"Cost":391,"Date":"1/17/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":903,"Cost":741,"Date":"3/8/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":191,"Cost":111,"Date":"6/6/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":720,"Cost":487,"Date":"6/16/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":238,"Cost":169,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":540,"Cost":394,"Date":"11/19/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":428,"Cost":342,"Date":"12/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":365,"Cost":211,"Date":"2/4/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":17,"Cost":8,"Date":"3/8/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":670,"Cost":373,"Date":"12/18/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":342,"Cost":223,"Date":"3/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":955,"Cost":835,"Date":"4/20/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":63,"Cost":53,"Date":"6/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":801,"Cost":413,"Date":"7/23/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":186,"Cost":139,"Date":"11/21/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":234,"Cost":125,"Date":"11/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":936,"Cost":550,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":282,"Cost":151,"Date":"5/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":426,"Cost":366,"Date":"9/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":855,"Cost":690,"Date":"1/3/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":477,"Cost":369,"Date":"2/2/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":815,"Cost":621,"Date":"3/18/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"ARKET","Country":"France","Sale":560,"Cost":332,"Date":"10/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":437,"Cost":349,"Date":"2/16/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":245,"Cost":209,"Date":"6/7/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":117,"Cost":97,"Date":"1/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":382,"Cost":241,"Date":"3/27/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":348,"Cost":318,"Date":"5/12/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":868,"Cost":565,"Date":"7/28/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":570,"Cost":440,"Date":"8/8/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":467,"Cost":351,"Date":"12/7/2019"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":216,"Cost":111,"Date":"1/17/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":219,"Cost":200,"Date":"3/8/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":477,"Cost":341,"Date":"6/6/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":345,"Cost":273,"Date":"6/16/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":569,"Cost":425,"Date":"8/13/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":923,"Cost":599,"Date":"11/19/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":653,"Cost":609,"Date":"12/28/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":10,"Cost":8,"Date":"2/4/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":180,"Cost":95,"Date":"3/8/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":36,"Cost":30,"Date":"12/18/2021"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":460,"Cost":246,"Date":"3/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":503,"Cost":429,"Date":"4/20/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":943,"Cost":814,"Date":"6/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":215,"Cost":190,"Date":"7/23/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":955,"Cost":544,"Date":"11/21/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":584,"Cost":448,"Date":"11/26/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":157,"Cost":144,"Date":"2/20/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":439,"Cost":364,"Date":"5/21/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":452,"Cost":387,"Date":"9/28/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":649,"Cost":607,"Date":"1/3/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":632,"Cost":429,"Date":"2/2/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":597,"Cost":423,"Date":"3/18/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":684,"Cost":501,"Date":"10/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":922,"Cost":572,"Date":"2/16/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":228,"Cost":172,"Date":"6/7/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":479,"Cost":345,"Date":"1/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":942,"Cost":847,"Date":"3/27/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":403,"Cost":303,"Date":"5/12/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":764,"Cost":635,"Date":"7/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":71,"Cost":38,"Date":"8/8/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":727,"Cost":640,"Date":"12/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":433,"Cost":220,"Date":"1/17/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":727,"Cost":382,"Date":"3/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":970,"Cost":759,"Date":"6/6/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":507,"Cost":357,"Date":"6/16/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":571,"Cost":296,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":321,"Cost":202,"Date":"11/19/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":706,"Cost":393,"Date":"12/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":886,"Cost":832,"Date":"2/4/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":441,"Cost":315,"Date":"3/8/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":353,"Cost":332,"Date":"12/18/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":695,"Cost":491,"Date":"3/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":48,"Cost":45,"Date":"4/20/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":172,"Cost":120,"Date":"6/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":233,"Cost":202,"Date":"7/23/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":133,"Cost":77,"Date":"11/21/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":711,"Cost":625,"Date":"11/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":378,"Cost":334,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":981,"Cost":596,"Date":"5/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":266,"Cost":209,"Date":"9/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":104,"Cost":81,"Date":"1/3/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":202,"Cost":140,"Date":"2/2/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":32,"Cost":26,"Date":"3/18/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":780,"Cost":418,"Date":"10/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":505,"Cost":361,"Date":"2/16/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":439,"Cost":237,"Date":"6/7/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":206,"Cost":177,"Date":"1/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":639,"Cost":339,"Date":"3/27/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":272,"Cost":212,"Date":"5/12/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":951,"Cost":773,"Date":"7/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":963,"Cost":894,"Date":"8/8/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":696,"Cost":531,"Date":"12/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":27,"Cost":21,"Date":"1/17/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":40,"Cost":28,"Date":"3/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":82,"Cost":62,"Date":"6/6/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":275,"Cost":184,"Date":"6/16/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":761,"Cost":624,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":61,"Cost":47,"Date":"11/19/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":962,"Cost":639,"Date":"12/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":461,"Cost":410,"Date":"2/4/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":601,"Cost":356,"Date":"3/8/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":148,"Cost":114,"Date":"12/18/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":170,"Cost":87,"Date":"3/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":749,"Cost":549,"Date":"4/20/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":116,"Cost":107,"Date":"6/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":940,"Cost":723,"Date":"7/23/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":783,"Cost":611,"Date":"11/21/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":503,"Cost":343,"Date":"11/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":385,"Cost":240,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":231,"Cost":161,"Date":"5/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":894,"Cost":633,"Date":"9/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":481,"Cost":268,"Date":"1/3/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":845,"Cost":423,"Date":"2/2/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":517,"Cost":491,"Date":"3/18/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"Jeans","Country":"France","Sale":350,"Cost":202,"Date":"10/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":280,"Cost":181,"Date":"2/16/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":792,"Cost":635,"Date":"6/7/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":149,"Cost":89,"Date":"1/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":145,"Cost":108,"Date":"3/27/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":742,"Cost":702,"Date":"5/12/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":123,"Cost":83,"Date":"7/28/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":97,"Cost":84,"Date":"8/8/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":845,"Cost":449,"Date":"12/7/2019"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":783,"Cost":435,"Date":"1/17/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":583,"Cost":322,"Date":"3/8/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":564,"Cost":446,"Date":"6/6/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":463,"Cost":265,"Date":"6/16/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"8/13/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":881,"Cost":455,"Date":"11/19/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":6,"Cost":6,"Date":"12/28/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":96,"Cost":52,"Date":"2/4/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":94,"Cost":78,"Date":"3/8/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":688,"Cost":445,"Date":"12/18/2021"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":454,"Cost":241,"Date":"3/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":170,"Cost":131,"Date":"4/20/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":448,"Cost":277,"Date":"6/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":986,"Cost":858,"Date":"7/23/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":99,"Cost":75,"Date":"11/21/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":117,"Cost":69,"Date":"11/26/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":831,"Cost":767,"Date":"2/20/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":521,"Cost":280,"Date":"5/21/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":216,"Cost":154,"Date":"9/28/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":771,"Cost":404,"Date":"1/3/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":711,"Cost":440,"Date":"2/2/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":550,"Cost":298,"Date":"3/18/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"ARKET","Country":"France","Sale":597,"Cost":505,"Date":"10/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":42,"Cost":29,"Date":"2/16/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":21,"Cost":11,"Date":"6/7/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":745,"Cost":662,"Date":"1/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":992,"Cost":866,"Date":"3/27/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":308,"Cost":286,"Date":"5/12/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":363,"Cost":305,"Date":"7/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":77,"Cost":38,"Date":"8/8/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":612,"Cost":372,"Date":"12/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":302,"Cost":273,"Date":"1/17/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":837,"Cost":610,"Date":"3/8/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":253,"Cost":206,"Date":"6/6/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":824,"Cost":648,"Date":"6/16/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":895,"Cost":715,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":869,"Cost":792,"Date":"11/19/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":89,"Cost":65,"Date":"12/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":366,"Cost":203,"Date":"2/4/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":109,"Cost":90,"Date":"3/8/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":590,"Cost":326,"Date":"12/18/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":74,"Cost":43,"Date":"3/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":695,"Cost":374,"Date":"4/20/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":402,"Cost":316,"Date":"6/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":322,"Cost":261,"Date":"7/23/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":166,"Cost":138,"Date":"11/21/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":90,"Cost":71,"Date":"11/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":649,"Cost":612,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":999,"Cost":865,"Date":"5/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":9,"Cost":5,"Date":"9/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":760,"Cost":395,"Date":"1/3/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":628,"Cost":318,"Date":"2/2/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":280,"Cost":245,"Date":"3/18/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":904,"Cost":657,"Date":"10/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":527,"Cost":380,"Date":"2/16/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":169,"Cost":116,"Date":"6/7/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":385,"Cost":236,"Date":"1/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":349,"Cost":259,"Date":"3/27/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":214,"Cost":160,"Date":"5/12/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":391,"Cost":223,"Date":"7/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":973,"Cost":753,"Date":"8/8/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":410,"Cost":389,"Date":"12/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":837,"Cost":503,"Date":"1/17/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":361,"Cost":224,"Date":"3/8/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":350,"Cost":231,"Date":"6/6/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":190,"Cost":115,"Date":"6/16/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":923,"Cost":706,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":509,"Cost":432,"Date":"11/19/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":880,"Cost":479,"Date":"12/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":36,"Cost":21,"Date":"2/4/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":231,"Cost":195,"Date":"3/8/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":410,"Cost":208,"Date":"12/18/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":750,"Cost":421,"Date":"3/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":650,"Cost":602,"Date":"4/20/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":497,"Cost":404,"Date":"6/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":616,"Cost":314,"Date":"7/23/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":810,"Cost":750,"Date":"11/21/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":306,"Cost":215,"Date":"11/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":828,"Cost":725,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":612,"Cost":425,"Date":"5/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":840,"Cost":647,"Date":"9/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":8,"Cost":4,"Date":"1/3/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":800,"Cost":604,"Date":"2/2/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":517,"Cost":323,"Date":"3/18/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":609,"Cost":319,"Date":"10/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":827,"Cost":594,"Date":"2/16/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":938,"Cost":729,"Date":"6/7/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":366,"Cost":336,"Date":"1/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":410,"Cost":381,"Date":"3/27/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":366,"Cost":242,"Date":"5/12/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":730,"Cost":531,"Date":"7/28/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":702,"Cost":462,"Date":"8/8/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":365,"Cost":246,"Date":"12/7/2019"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":170,"Cost":140,"Date":"1/17/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":99,"Cost":58,"Date":"3/8/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":473,"Cost":350,"Date":"6/6/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":315,"Cost":214,"Date":"6/16/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":758,"Cost":660,"Date":"8/13/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":998,"Cost":603,"Date":"11/19/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":51,"Cost":47,"Date":"12/28/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":701,"Cost":392,"Date":"2/4/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":457,"Cost":259,"Date":"3/8/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":67,"Cost":55,"Date":"12/18/2021"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":273,"Cost":154,"Date":"3/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":55,"Cost":52,"Date":"4/20/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":971,"Cost":600,"Date":"6/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":941,"Cost":873,"Date":"7/23/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":466,"Cost":300,"Date":"11/21/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":895,"Cost":824,"Date":"11/26/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":28,"Cost":18,"Date":"2/20/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":281,"Cost":193,"Date":"5/21/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":6,"Cost":5,"Date":"9/28/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":79,"Cost":54,"Date":"1/3/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":385,"Cost":303,"Date":"2/2/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":560,"Cost":512,"Date":"3/18/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"ARKET","Country":"France","Sale":334,"Cost":174,"Date":"10/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":776,"Cost":431,"Date":"2/16/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":694,"Cost":366,"Date":"6/7/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":662,"Cost":516,"Date":"1/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":246,"Cost":203,"Date":"3/27/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":505,"Cost":322,"Date":"5/12/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":858,"Cost":756,"Date":"7/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":206,"Cost":183,"Date":"8/8/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":834,"Cost":733,"Date":"12/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":118,"Cost":111,"Date":"1/17/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":295,"Cost":241,"Date":"3/8/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":195,"Cost":105,"Date":"6/6/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":216,"Cost":109,"Date":"6/16/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":392,"Cost":367,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":476,"Cost":440,"Date":"11/19/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":376,"Cost":277,"Date":"12/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":529,"Cost":489,"Date":"2/4/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":877,"Cost":484,"Date":"3/8/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":900,"Cost":798,"Date":"12/18/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":869,"Cost":676,"Date":"3/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":644,"Cost":469,"Date":"4/20/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":512,"Cost":320,"Date":"6/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":187,"Cost":114,"Date":"7/23/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":522,"Cost":316,"Date":"11/21/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":357,"Cost":314,"Date":"11/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":293,"Cost":146,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":189,"Cost":162,"Date":"5/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":686,"Cost":404,"Date":"9/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":905,"Cost":718,"Date":"1/3/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":838,"Cost":659,"Date":"2/2/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":215,"Cost":196,"Date":"3/18/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Nova","Country":"France","Sale":135,"Cost":86,"Date":"10/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":261,"Cost":193,"Date":"2/16/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":580,"Cost":431,"Date":"6/7/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":565,"Cost":490,"Date":"1/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":295,"Cost":259,"Date":"3/27/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":178,"Cost":167,"Date":"5/12/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":395,"Cost":239,"Date":"7/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":758,"Cost":603,"Date":"8/8/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":199,"Cost":116,"Date":"12/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":644,"Cost":580,"Date":"1/17/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":729,"Cost":636,"Date":"3/8/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":491,"Cost":435,"Date":"6/6/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":143,"Cost":122,"Date":"6/16/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":334,"Cost":295,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":880,"Cost":488,"Date":"11/19/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":875,"Cost":752,"Date":"12/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":149,"Cost":110,"Date":"2/4/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":125,"Cost":89,"Date":"3/8/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":266,"Cost":159,"Date":"12/18/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":874,"Cost":508,"Date":"3/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":479,"Cost":430,"Date":"4/20/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":643,"Cost":605,"Date":"6/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":705,"Cost":645,"Date":"7/23/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":701,"Cost":607,"Date":"11/21/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":7,"Cost":3,"Date":"11/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":118,"Cost":77,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":698,"Cost":462,"Date":"5/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":772,"Cost":537,"Date":"9/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":393,"Cost":270,"Date":"1/3/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":581,"Cost":548,"Date":"2/2/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":695,"Cost":460,"Date":"3/18/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":647,"Cost":475,"Date":"10/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":380,"Cost":277,"Date":"2/16/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":238,"Cost":226,"Date":"6/7/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":975,"Cost":574,"Date":"1/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":526,"Cost":435,"Date":"3/27/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":88,"Cost":60,"Date":"5/12/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":273,"Cost":237,"Date":"7/28/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":539,"Cost":306,"Date":"8/8/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":961,"Cost":736,"Date":"12/7/2019"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":352,"Cost":298,"Date":"1/17/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":97,"Cost":62,"Date":"3/8/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":996,"Cost":759,"Date":"6/6/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":495,"Cost":348,"Date":"6/16/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":146,"Cost":119,"Date":"8/13/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":573,"Cost":454,"Date":"11/19/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":506,"Cost":276,"Date":"12/28/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":297,"Cost":271,"Date":"2/4/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":779,"Cost":526,"Date":"3/8/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":192,"Cost":106,"Date":"12/18/2021"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":99,"Cost":59,"Date":"3/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":381,"Cost":338,"Date":"4/20/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":502,"Cost":310,"Date":"6/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":127,"Cost":68,"Date":"7/23/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":738,"Cost":566,"Date":"11/21/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":876,"Cost":774,"Date":"11/26/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":788,"Cost":506,"Date":"2/20/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":415,"Cost":373,"Date":"5/21/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":454,"Cost":371,"Date":"9/28/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":224,"Cost":178,"Date":"1/3/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":214,"Cost":168,"Date":"2/2/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":305,"Cost":233,"Date":"3/18/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"Sellpy","Country":"France","Sale":993,"Cost":820,"Date":"10/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":639,"Cost":456,"Date":"2/16/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":388,"Cost":332,"Date":"6/7/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":652,"Cost":397,"Date":"1/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":125,"Cost":81,"Date":"3/27/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":7,"Cost":6,"Date":"5/12/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":342,"Cost":181,"Date":"7/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":419,"Cost":292,"Date":"8/8/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":124,"Cost":92,"Date":"12/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":754,"Cost":463,"Date":"1/17/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":165,"Cost":113,"Date":"3/8/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":764,"Cost":504,"Date":"6/6/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":432,"Cost":348,"Date":"6/16/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":515,"Cost":359,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":244,"Cost":195,"Date":"11/19/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":759,"Cost":622,"Date":"12/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":851,"Cost":761,"Date":"2/4/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":897,"Cost":456,"Date":"3/8/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":669,"Cost":499,"Date":"12/18/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":320,"Cost":198,"Date":"3/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":582,"Cost":417,"Date":"4/20/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":471,"Cost":241,"Date":"6/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":591,"Cost":393,"Date":"7/23/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":716,"Cost":526,"Date":"11/21/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":929,"Cost":569,"Date":"11/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":881,"Cost":835,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":98,"Cost":56,"Date":"5/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":147,"Cost":127,"Date":"9/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":234,"Cost":149,"Date":"1/3/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":576,"Cost":293,"Date":"2/2/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":753,"Cost":392,"Date":"3/18/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"COS","Country":"France","Sale":331,"Cost":277,"Date":"10/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":418,"Cost":393,"Date":"2/16/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":484,"Cost":441,"Date":"6/7/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":172,"Cost":99,"Date":"1/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":303,"Cost":226,"Date":"3/27/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":781,"Cost":606,"Date":"5/12/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":766,"Cost":439,"Date":"7/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":841,"Cost":440,"Date":"8/8/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":45,"Cost":23,"Date":"12/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":600,"Cost":564,"Date":"1/17/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":800,"Cost":550,"Date":"3/8/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":335,"Cost":172,"Date":"6/6/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":412,"Cost":243,"Date":"6/16/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":555,"Cost":372,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":344,"Cost":207,"Date":"11/19/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":759,"Cost":490,"Date":"12/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":302,"Cost":151,"Date":"2/4/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":684,"Cost":430,"Date":"3/8/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":211,"Cost":154,"Date":"12/18/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":942,"Cost":514,"Date":"3/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":593,"Cost":478,"Date":"4/20/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":136,"Cost":123,"Date":"6/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":836,"Cost":445,"Date":"7/23/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":733,"Cost":495,"Date":"11/21/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":160,"Cost":119,"Date":"11/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":773,"Cost":490,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":646,"Cost":609,"Date":"5/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":128,"Cost":87,"Date":"9/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":359,"Cost":236,"Date":"1/3/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":878,"Cost":564,"Date":"2/2/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":441,"Cost":311,"Date":"3/18/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":899,"Cost":595,"Date":"10/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":594,"Cost":514,"Date":"2/16/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":309,"Cost":238,"Date":"6/7/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":492,"Cost":418,"Date":"1/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":669,"Cost":383,"Date":"3/27/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":615,"Cost":485,"Date":"5/12/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":972,"Cost":562,"Date":"7/28/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":412,"Cost":267,"Date":"8/8/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":967,"Cost":687,"Date":"12/7/2019"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":511,"Cost":437,"Date":"1/17/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":947,"Cost":639,"Date":"3/8/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":520,"Cost":348,"Date":"6/6/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":81,"Cost":67,"Date":"6/16/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":216,"Cost":191,"Date":"8/13/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":515,"Cost":429,"Date":"11/19/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":98,"Cost":82,"Date":"12/28/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":590,"Cost":426,"Date":"2/4/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":698,"Cost":644,"Date":"3/8/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":519,"Cost":441,"Date":"12/18/2021"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":332,"Cost":253,"Date":"3/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":768,"Cost":627,"Date":"4/20/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":284,"Cost":156,"Date":"6/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":373,"Cost":342,"Date":"7/23/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":448,"Cost":286,"Date":"11/21/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":508,"Cost":312,"Date":"11/26/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":87,"Cost":74,"Date":"2/20/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":544,"Cost":371,"Date":"5/21/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":841,"Cost":586,"Date":"9/28/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":70,"Cost":35,"Date":"1/3/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":782,"Cost":391,"Date":"2/2/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":750,"Cost":584,"Date":"3/18/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":11,"Cost":6,"Date":"10/14/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":844,"Cost":767,"Date":"2/16/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":165,"Cost":110,"Date":"6/7/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":459,"Cost":424,"Date":"1/28/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":665,"Cost":523,"Date":"3/27/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":795,"Cost":659,"Date":"5/12/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":654,"Cost":561,"Date":"7/28/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":576,"Cost":334,"Date":"8/8/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":297,"Cost":250,"Date":"12/7/2019"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":632,"Cost":349,"Date":"1/17/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":648,"Cost":454,"Date":"3/8/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":414,"Cost":282,"Date":"6/6/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":811,"Cost":576,"Date":"6/16/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":652,"Cost":504,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":57,"Cost":44,"Date":"11/19/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":43,"Cost":33,"Date":"12/28/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":236,"Cost":147,"Date":"2/4/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":72,"Cost":66,"Date":"3/8/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":372,"Cost":331,"Date":"12/18/2021"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":712,"Cost":605,"Date":"3/31/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":346,"Cost":280,"Date":"4/20/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":549,"Cost":323,"Date":"6/26/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":433,"Cost":278,"Date":"7/23/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":460,"Cost":258,"Date":"11/21/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":105,"Cost":69,"Date":"11/26/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":578,"Cost":385,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":249,"Cost":185,"Date":"5/21/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":177,"Cost":96,"Date":"9/28/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":186,"Cost":137,"Date":"1/3/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":717,"Cost":618,"Date":"2/2/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":909,"Cost":518,"Date":"3/18/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":141,"Cost":128,"Date":"10/14/2024"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":955,"Cost":668,"Date":"2/16/2018"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":840,"Cost":665,"Date":"6/7/2018"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":641,"Cost":372,"Date":"1/28/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":945,"Cost":612,"Date":"3/27/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":333,"Cost":306,"Date":"5/12/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":996,"Cost":684,"Date":"7/28/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":422,"Cost":336,"Date":"8/8/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":57,"Cost":55,"Date":"12/7/2019"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":446,"Cost":360,"Date":"1/17/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":598,"Cost":357,"Date":"3/8/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":488,"Cost":424,"Date":"6/6/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":222,"Cost":150,"Date":"6/16/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":216,"Cost":199,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":980,"Cost":508,"Date":"11/19/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":648,"Cost":408,"Date":"12/28/2020"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":396,"Cost":317,"Date":"2/4/2021"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":312,"Cost":242,"Date":"3/8/2021"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":182,"Cost":170,"Date":"12/18/2021"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":61,"Cost":42,"Date":"3/31/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":439,"Cost":409,"Date":"4/20/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":513,"Cost":377,"Date":"6/26/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":264,"Cost":235,"Date":"7/23/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":57,"Cost":46,"Date":"11/21/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":548,"Cost":368,"Date":"11/26/2022"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":984,"Cost":865,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":93,"Cost":77,"Date":"5/21/2023"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":698,"Cost":575,"Date":"9/28/2023"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":86,"Cost":62,"Date":"1/3/2024"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":129,"Cost":99,"Date":"2/2/2024"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":557,"Cost":438,"Date":"3/18/2024"},{"Store":"Courier, Annecy","Brand":"Jeans","Country":"France","Sale":621,"Cost":579,"Date":"10/14/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":344,"Cost":278,"Date":"2/16/2018"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":24,"Cost":12,"Date":"6/7/2018"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":403,"Cost":203,"Date":"1/28/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":119,"Cost":64,"Date":"3/27/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":891,"Cost":721,"Date":"5/12/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":607,"Cost":577,"Date":"7/28/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":808,"Cost":587,"Date":"8/8/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":93,"Cost":58,"Date":"12/7/2019"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":382,"Cost":301,"Date":"1/17/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":892,"Cost":665,"Date":"3/8/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":193,"Cost":120,"Date":"6/6/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":329,"Cost":200,"Date":"6/16/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":887,"Cost":667,"Date":"8/13/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":372,"Cost":324,"Date":"11/19/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":833,"Cost":707,"Date":"12/28/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":960,"Cost":748,"Date":"2/4/2021"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":451,"Cost":356,"Date":"3/8/2021"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":491,"Cost":454,"Date":"12/18/2021"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":953,"Cost":549,"Date":"3/31/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":273,"Cost":243,"Date":"4/20/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":54,"Cost":34,"Date":"6/26/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":109,"Cost":67,"Date":"7/23/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":454,"Cost":286,"Date":"11/21/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":15,"Cost":11,"Date":"11/26/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":85,"Cost":58,"Date":"2/20/2023"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":192,"Cost":156,"Date":"5/21/2023"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":551,"Cost":449,"Date":"9/28/2023"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":176,"Cost":166,"Date":"1/3/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":365,"Cost":309,"Date":"2/2/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":910,"Cost":503,"Date":"3/18/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":765,"Cost":481,"Date":"10/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":588,"Cost":322,"Date":"2/16/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":213,"Cost":200,"Date":"6/7/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":32,"Cost":21,"Date":"1/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":592,"Cost":331,"Date":"3/27/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":774,"Cost":570,"Date":"5/12/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":410,"Cost":343,"Date":"7/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":41,"Cost":26,"Date":"8/8/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":22,"Cost":20,"Date":"12/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":310,"Cost":197,"Date":"1/17/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":221,"Cost":116,"Date":"3/8/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":536,"Cost":508,"Date":"6/6/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":951,"Cost":623,"Date":"6/16/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":543,"Cost":314,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":858,"Cost":617,"Date":"11/19/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":370,"Cost":297,"Date":"12/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":474,"Cost":365,"Date":"2/4/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":648,"Cost":609,"Date":"3/8/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":104,"Cost":67,"Date":"12/18/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":802,"Cost":750,"Date":"3/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":202,"Cost":123,"Date":"4/20/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":855,"Cost":808,"Date":"6/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":289,"Cost":145,"Date":"7/23/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":772,"Cost":522,"Date":"11/21/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":938,"Cost":744,"Date":"11/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":235,"Cost":188,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":210,"Cost":176,"Date":"5/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":268,"Cost":205,"Date":"9/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":367,"Cost":286,"Date":"1/3/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":853,"Cost":645,"Date":"2/2/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":54,"Cost":37,"Date":"3/18/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":976,"Cost":766,"Date":"10/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":937,"Cost":696,"Date":"2/16/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":75,"Cost":38,"Date":"6/7/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":593,"Cost":551,"Date":"1/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":96,"Cost":57,"Date":"3/27/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":36,"Cost":32,"Date":"5/12/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":38,"Cost":35,"Date":"7/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":473,"Cost":349,"Date":"8/8/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":781,"Cost":685,"Date":"12/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":625,"Cost":355,"Date":"1/17/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":286,"Cost":200,"Date":"3/8/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":125,"Cost":102,"Date":"6/6/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":802,"Cost":412,"Date":"6/16/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":898,"Cost":696,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":579,"Cost":425,"Date":"11/19/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":578,"Cost":428,"Date":"12/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":223,"Cost":163,"Date":"2/4/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":844,"Cost":520,"Date":"3/8/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":720,"Cost":361,"Date":"12/18/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":161,"Cost":98,"Date":"3/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":982,"Cost":903,"Date":"4/20/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":550,"Cost":407,"Date":"6/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":351,"Cost":279,"Date":"7/23/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":888,"Cost":585,"Date":"11/21/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":273,"Cost":209,"Date":"11/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":716,"Cost":650,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":654,"Cost":516,"Date":"5/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":944,"Cost":657,"Date":"9/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":273,"Cost":145,"Date":"1/3/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":27,"Cost":13,"Date":"2/2/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":712,"Cost":364,"Date":"3/18/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"ARKET","Country":"France","Sale":621,"Cost":538,"Date":"10/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":829,"Cost":711,"Date":"2/16/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":378,"Cost":323,"Date":"6/7/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":166,"Cost":132,"Date":"1/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":999,"Cost":811,"Date":"3/27/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":505,"Cost":279,"Date":"5/12/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":942,"Cost":837,"Date":"7/28/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":620,"Cost":490,"Date":"8/8/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":691,"Cost":463,"Date":"12/7/2019"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":5,"Cost":4,"Date":"1/17/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":544,"Cost":447,"Date":"3/8/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":815,"Cost":445,"Date":"6/6/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":913,"Cost":633,"Date":"6/16/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":322,"Cost":209,"Date":"8/13/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":563,"Cost":430,"Date":"11/19/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":425,"Cost":272,"Date":"12/28/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":228,"Cost":200,"Date":"2/4/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":640,"Cost":450,"Date":"3/8/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":678,"Cost":382,"Date":"12/18/2021"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":833,"Cost":557,"Date":"3/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":618,"Cost":502,"Date":"4/20/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":387,"Cost":198,"Date":"6/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":42,"Cost":34,"Date":"7/23/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":659,"Cost":568,"Date":"11/21/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":318,"Cost":198,"Date":"11/26/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":460,"Cost":281,"Date":"2/20/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":51,"Cost":26,"Date":"5/21/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":128,"Cost":75,"Date":"9/28/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":617,"Cost":333,"Date":"1/3/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":554,"Cost":395,"Date":"2/2/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":889,"Cost":509,"Date":"3/18/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"COS","Country":"France","Sale":800,"Cost":483,"Date":"10/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":191,"Cost":145,"Date":"2/16/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":972,"Cost":903,"Date":"6/7/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":626,"Cost":375,"Date":"1/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":687,"Cost":633,"Date":"3/27/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":284,"Cost":226,"Date":"5/12/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":93,"Cost":87,"Date":"7/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":893,"Cost":764,"Date":"8/8/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":382,"Cost":337,"Date":"12/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":880,"Cost":758,"Date":"1/17/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":337,"Cost":216,"Date":"3/8/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":119,"Cost":93,"Date":"6/6/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":981,"Cost":542,"Date":"6/16/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":900,"Cost":531,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":513,"Cost":282,"Date":"11/19/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":235,"Cost":168,"Date":"12/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":255,"Cost":173,"Date":"2/4/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":784,"Cost":494,"Date":"3/8/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":910,"Cost":591,"Date":"12/18/2021"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":136,"Cost":88,"Date":"3/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":41,"Cost":35,"Date":"4/20/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":941,"Cost":875,"Date":"6/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":140,"Cost":101,"Date":"7/23/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":89,"Cost":53,"Date":"11/21/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":427,"Cost":360,"Date":"11/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":959,"Cost":781,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":548,"Cost":515,"Date":"5/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":92,"Cost":66,"Date":"9/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":336,"Cost":168,"Date":"1/3/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":844,"Cost":460,"Date":"2/2/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":388,"Cost":215,"Date":"3/18/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM Home","Country":"France","Sale":995,"Cost":644,"Date":"10/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":487,"Cost":306,"Date":"2/16/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":685,"Cost":426,"Date":"6/7/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":946,"Cost":753,"Date":"1/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":953,"Cost":512,"Date":"3/27/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":425,"Cost":367,"Date":"5/12/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":151,"Cost":143,"Date":"7/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":431,"Cost":329,"Date":"8/8/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":195,"Cost":145,"Date":"12/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":551,"Cost":346,"Date":"1/17/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":176,"Cost":145,"Date":"3/8/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":231,"Cost":188,"Date":"6/6/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":503,"Cost":467,"Date":"6/16/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":537,"Cost":476,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":57,"Cost":42,"Date":"11/19/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":838,"Cost":761,"Date":"12/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":663,"Cost":572,"Date":"2/4/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":622,"Cost":353,"Date":"3/8/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":316,"Cost":207,"Date":"12/18/2021"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":69,"Cost":56,"Date":"3/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":33,"Cost":29,"Date":"4/20/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":826,"Cost":685,"Date":"6/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":705,"Cost":670,"Date":"7/23/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":721,"Cost":376,"Date":"11/21/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":658,"Cost":583,"Date":"11/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":894,"Cost":515,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":616,"Cost":405,"Date":"5/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":25,"Cost":12,"Date":"9/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":624,"Cost":438,"Date":"1/3/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":322,"Cost":252,"Date":"2/2/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":337,"Cost":199,"Date":"3/18/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Nova","Country":"France","Sale":57,"Cost":38,"Date":"10/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":176,"Cost":139,"Date":"2/16/2018"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":981,"Cost":917,"Date":"6/7/2018"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":569,"Cost":396,"Date":"1/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":646,"Cost":576,"Date":"3/27/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":92,"Cost":74,"Date":"5/12/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":633,"Cost":590,"Date":"7/28/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":328,"Cost":246,"Date":"8/8/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":834,"Cost":739,"Date":"12/7/2019"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":225,"Cost":148,"Date":"1/17/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":326,"Cost":276,"Date":"3/8/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":173,"Cost":151,"Date":"6/6/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":51,"Cost":27,"Date":"6/16/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":183,"Cost":93,"Date":"8/13/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":373,"Cost":351,"Date":"11/19/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":915,"Cost":615,"Date":"12/28/2020"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":28,"Cost":26,"Date":"2/4/2021"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":257,"Cost":198,"Date":"3/8/2021"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":90,"Cost":47,"Date":"12/18/2021"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":335,"Cost":310,"Date":"3/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":826,"Cost":606,"Date":"4/20/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":839,"Cost":600,"Date":"6/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":707,"Cost":571,"Date":"7/23/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":442,"Cost":371,"Date":"11/21/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":614,"Cost":328,"Date":"11/26/2022"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":247,"Cost":186,"Date":"2/20/2023"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":567,"Cost":317,"Date":"5/21/2023"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":637,"Cost":347,"Date":"9/28/2023"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":245,"Cost":142,"Date":"1/3/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":199,"Cost":186,"Date":"2/2/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":42,"Cost":35,"Date":"3/18/2024"},{"Store":"Grand'Place, Grenoble","Brand":"ARKET","Country":"France","Sale":653,"Cost":578,"Date":"10/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":86,"Cost":47,"Date":"2/16/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":566,"Cost":380,"Date":"6/7/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":550,"Cost":480,"Date":"1/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":665,"Cost":574,"Date":"3/27/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":716,"Cost":519,"Date":"5/12/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":895,"Cost":525,"Date":"7/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":171,"Cost":160,"Date":"8/8/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":248,"Cost":156,"Date":"12/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":548,"Cost":481,"Date":"1/17/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":399,"Cost":363,"Date":"3/8/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":498,"Cost":388,"Date":"6/6/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":228,"Cost":204,"Date":"6/16/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":559,"Cost":514,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":356,"Cost":243,"Date":"11/19/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":241,"Cost":180,"Date":"12/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":580,"Cost":497,"Date":"2/4/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":227,"Cost":143,"Date":"3/8/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":467,"Cost":330,"Date":"12/18/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":516,"Cost":383,"Date":"3/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":887,"Cost":787,"Date":"4/20/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":360,"Cost":200,"Date":"6/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":283,"Cost":199,"Date":"7/23/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":756,"Cost":713,"Date":"11/21/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":39,"Cost":30,"Date":"11/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":718,"Cost":373,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":86,"Cost":66,"Date":"5/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":157,"Cost":95,"Date":"9/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":41,"Cost":38,"Date":"1/3/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":760,"Cost":667,"Date":"2/2/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":430,"Cost":356,"Date":"3/18/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":884,"Cost":832,"Date":"10/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":950,"Cost":663,"Date":"2/16/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":657,"Cost":425,"Date":"6/7/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":947,"Cost":481,"Date":"1/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":747,"Cost":449,"Date":"3/27/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":408,"Cost":219,"Date":"5/12/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":870,"Cost":542,"Date":"7/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":230,"Cost":130,"Date":"8/8/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":896,"Cost":842,"Date":"12/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":252,"Cost":145,"Date":"1/17/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":483,"Cost":433,"Date":"3/8/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":325,"Cost":295,"Date":"6/6/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":58,"Cost":29,"Date":"6/16/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":1000,"Cost":580,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":642,"Cost":553,"Date":"11/19/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":589,"Cost":553,"Date":"12/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":163,"Cost":112,"Date":"2/4/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":58,"Cost":46,"Date":"3/8/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":294,"Cost":221,"Date":"12/18/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":364,"Cost":185,"Date":"3/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":822,"Cost":416,"Date":"4/20/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":6,"Cost":4,"Date":"6/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":723,"Cost":524,"Date":"7/23/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":615,"Cost":386,"Date":"11/21/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":650,"Cost":331,"Date":"11/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":421,"Cost":212,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":162,"Cost":125,"Date":"5/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":45,"Cost":23,"Date":"9/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":665,"Cost":336,"Date":"1/3/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":85,"Cost":74,"Date":"2/2/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":510,"Cost":414,"Date":"3/18/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":572,"Cost":353,"Date":"10/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":86,"Cost":54,"Date":"2/16/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":52,"Cost":32,"Date":"6/7/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":16,"Cost":11,"Date":"1/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":466,"Cost":365,"Date":"3/27/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":164,"Cost":139,"Date":"5/12/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":254,"Cost":221,"Date":"7/28/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":269,"Cost":242,"Date":"8/8/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":381,"Cost":220,"Date":"12/7/2019"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":940,"Cost":800,"Date":"1/17/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":812,"Cost":452,"Date":"3/8/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":792,"Cost":591,"Date":"6/6/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":357,"Cost":264,"Date":"6/16/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":474,"Cost":445,"Date":"8/13/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":929,"Cost":525,"Date":"11/19/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":487,"Cost":386,"Date":"12/28/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":875,"Cost":545,"Date":"2/4/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":439,"Cost":241,"Date":"3/8/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":659,"Cost":531,"Date":"12/18/2021"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":144,"Cost":100,"Date":"3/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":499,"Cost":423,"Date":"4/20/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":14,"Cost":9,"Date":"6/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":715,"Cost":596,"Date":"7/23/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":117,"Cost":65,"Date":"11/21/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":92,"Cost":47,"Date":"11/26/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":20,"Cost":15,"Date":"2/20/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":546,"Cost":285,"Date":"5/21/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":49,"Cost":45,"Date":"9/28/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":981,"Cost":528,"Date":"1/3/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":535,"Cost":428,"Date":"2/2/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":990,"Cost":919,"Date":"3/18/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"COS","Country":"France","Sale":97,"Cost":62,"Date":"10/14/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":901,"Cost":566,"Date":"2/16/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":126,"Cost":92,"Date":"6/7/2018"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":693,"Cost":497,"Date":"1/28/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":826,"Cost":759,"Date":"3/27/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":11,"Cost":7,"Date":"5/12/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":716,"Cost":474,"Date":"7/28/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":805,"Cost":663,"Date":"8/8/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":101,"Cost":95,"Date":"12/7/2019"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":836,"Cost":792,"Date":"1/17/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":524,"Cost":386,"Date":"3/8/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":477,"Cost":361,"Date":"6/6/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":354,"Cost":225,"Date":"6/16/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":852,"Cost":607,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":977,"Cost":623,"Date":"11/19/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":947,"Cost":506,"Date":"12/28/2020"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":767,"Cost":722,"Date":"2/4/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":112,"Cost":58,"Date":"3/8/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":767,"Cost":504,"Date":"12/18/2021"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":87,"Cost":54,"Date":"3/31/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":589,"Cost":517,"Date":"4/20/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":507,"Cost":298,"Date":"6/26/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":216,"Cost":183,"Date":"7/23/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":371,"Cost":302,"Date":"11/21/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":628,"Cost":518,"Date":"11/26/2022"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":884,"Cost":769,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":131,"Cost":108,"Date":"5/21/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":561,"Cost":326,"Date":"9/28/2023"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":899,"Cost":756,"Date":"1/3/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":900,"Cost":756,"Date":"2/2/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":92,"Cost":61,"Date":"3/18/2024"},{"Store":"Le Grand Épagny","Brand":"ARKET","Country":"France","Sale":902,"Cost":554,"Date":"10/14/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":803,"Cost":561,"Date":"2/16/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":638,"Cost":440,"Date":"6/7/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":573,"Cost":438,"Date":"1/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":790,"Cost":436,"Date":"3/27/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":518,"Cost":475,"Date":"5/12/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":877,"Cost":581,"Date":"7/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":651,"Cost":356,"Date":"8/8/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":454,"Cost":338,"Date":"12/7/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":85,"Cost":51,"Date":"1/17/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":690,"Cost":411,"Date":"3/8/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":354,"Cost":237,"Date":"6/6/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":370,"Cost":225,"Date":"6/16/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":541,"Cost":393,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":222,"Cost":128,"Date":"11/19/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":596,"Cost":460,"Date":"12/28/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":850,"Cost":765,"Date":"2/4/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":766,"Cost":487,"Date":"3/8/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":400,"Cost":200,"Date":"12/18/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":139,"Cost":110,"Date":"3/31/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":548,"Cost":503,"Date":"4/20/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":931,"Cost":876,"Date":"6/26/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":970,"Cost":693,"Date":"7/23/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":674,"Cost":391,"Date":"11/21/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":288,"Cost":147,"Date":"11/26/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":990,"Cost":611,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":108,"Cost":98,"Date":"5/21/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":412,"Cost":230,"Date":"9/28/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":888,"Cost":677,"Date":"1/3/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":352,"Cost":186,"Date":"2/2/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":106,"Cost":92,"Date":"3/18/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":933,"Cost":509,"Date":"10/14/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":223,"Cost":117,"Date":"2/16/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":128,"Cost":67,"Date":"6/7/2018"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":119,"Cost":91,"Date":"1/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":925,"Cost":773,"Date":"3/27/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":512,"Cost":305,"Date":"5/12/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":695,"Cost":620,"Date":"7/28/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":592,"Cost":367,"Date":"8/8/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":539,"Cost":375,"Date":"12/7/2019"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":866,"Cost":455,"Date":"1/17/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":171,"Cost":159,"Date":"3/8/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":767,"Cost":609,"Date":"6/6/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":328,"Cost":183,"Date":"6/16/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":403,"Cost":282,"Date":"8/13/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":726,"Cost":623,"Date":"11/19/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":758,"Cost":720,"Date":"12/28/2020"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":219,"Cost":200,"Date":"2/4/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":264,"Cost":186,"Date":"3/8/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":311,"Cost":246,"Date":"12/18/2021"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":265,"Cost":148,"Date":"3/31/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":163,"Cost":132,"Date":"4/20/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":6,"Cost":3,"Date":"6/26/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":195,"Cost":136,"Date":"7/23/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":916,"Cost":779,"Date":"11/21/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":648,"Cost":501,"Date":"11/26/2022"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":459,"Cost":286,"Date":"2/20/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":282,"Cost":193,"Date":"5/21/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":638,"Cost":481,"Date":"9/28/2023"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":896,"Cost":759,"Date":"1/3/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":513,"Cost":357,"Date":"2/2/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":710,"Cost":656,"Date":"3/18/2024"},{"Store":"Le Grand Épagny","Brand":"HM Home","Country":"France","Sale":561,"Cost":505,"Date":"10/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":377,"Cost":273,"Date":"2/16/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":801,"Cost":662,"Date":"6/7/2018"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":821,"Cost":734,"Date":"1/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":805,"Cost":570,"Date":"3/27/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":881,"Cost":724,"Date":"5/12/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":771,"Cost":580,"Date":"7/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":584,"Cost":523,"Date":"8/8/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":385,"Cost":353,"Date":"12/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":952,"Cost":834,"Date":"1/17/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":8,"Cost":5,"Date":"3/8/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":396,"Cost":332,"Date":"6/6/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":779,"Cost":734,"Date":"6/16/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":568,"Cost":391,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":418,"Cost":237,"Date":"11/19/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":120,"Cost":88,"Date":"12/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":363,"Cost":261,"Date":"2/4/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":324,"Cost":253,"Date":"3/8/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":250,"Cost":228,"Date":"12/18/2021"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":305,"Cost":203,"Date":"3/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":633,"Cost":553,"Date":"4/20/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":486,"Cost":351,"Date":"6/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":514,"Cost":258,"Date":"7/23/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":488,"Cost":458,"Date":"11/21/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":284,"Cost":181,"Date":"11/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":908,"Cost":490,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":476,"Cost":313,"Date":"5/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":120,"Cost":68,"Date":"9/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":682,"Cost":634,"Date":"1/3/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":141,"Cost":91,"Date":"2/2/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":300,"Cost":207,"Date":"3/18/2024"},{"Store":"Val d'Europe, Serris","Brand":"Sellpy","Country":"France","Sale":68,"Cost":40,"Date":"10/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":41,"Cost":34,"Date":"2/16/2018"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":221,"Cost":110,"Date":"6/7/2018"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":638,"Cost":595,"Date":"1/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":189,"Cost":173,"Date":"3/27/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":311,"Cost":264,"Date":"5/12/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":353,"Cost":301,"Date":"7/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":204,"Cost":181,"Date":"8/8/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":27,"Cost":15,"Date":"12/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":528,"Cost":343,"Date":"1/17/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":678,"Cost":625,"Date":"3/8/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":585,"Cost":551,"Date":"6/6/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":325,"Cost":295,"Date":"6/16/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":294,"Cost":235,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":299,"Cost":267,"Date":"11/19/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":77,"Cost":45,"Date":"12/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":735,"Cost":427,"Date":"2/4/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":547,"Cost":281,"Date":"3/8/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":667,"Cost":452,"Date":"12/18/2021"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":601,"Cost":309,"Date":"3/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":947,"Cost":744,"Date":"4/20/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":810,"Cost":462,"Date":"6/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":404,"Cost":209,"Date":"7/23/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":4,"Cost":2,"Date":"11/21/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":937,"Cost":478,"Date":"11/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":506,"Cost":280,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":196,"Cost":123,"Date":"5/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":543,"Cost":468,"Date":"9/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":445,"Cost":330,"Date":"1/3/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":714,"Cost":389,"Date":"2/2/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":525,"Cost":482,"Date":"3/18/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM","Country":"France","Sale":112,"Cost":89,"Date":"10/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":162,"Cost":94,"Date":"2/16/2018"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":142,"Cost":95,"Date":"6/7/2018"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":101,"Cost":53,"Date":"1/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":523,"Cost":323,"Date":"3/27/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":418,"Cost":330,"Date":"5/12/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":682,"Cost":442,"Date":"7/28/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":225,"Cost":137,"Date":"8/8/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":209,"Cost":164,"Date":"12/7/2019"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":178,"Cost":168,"Date":"1/17/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":470,"Cost":404,"Date":"3/8/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":71,"Cost":54,"Date":"6/6/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":874,"Cost":743,"Date":"6/16/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":623,"Cost":502,"Date":"8/13/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":700,"Cost":387,"Date":"11/19/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":335,"Cost":178,"Date":"12/28/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":98,"Cost":60,"Date":"2/4/2021"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":939,"Cost":764,"Date":"3/8/2021"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":725,"Cost":382,"Date":"12/18/2021"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":49,"Cost":24,"Date":"3/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":862,"Cost":558,"Date":"4/20/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":902,"Cost":510,"Date":"6/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":932,"Cost":764,"Date":"7/23/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":371,"Cost":345,"Date":"11/21/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":844,"Cost":517,"Date":"11/26/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":158,"Cost":138,"Date":"2/20/2023"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":968,"Cost":860,"Date":"5/21/2023"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":607,"Cost":310,"Date":"9/28/2023"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":977,"Cost":595,"Date":"1/3/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":987,"Cost":756,"Date":"2/2/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":431,"Cost":226,"Date":"3/18/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":844,"Cost":519,"Date":"10/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":71,"Cost":56,"Date":"2/16/2018"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":573,"Cost":322,"Date":"6/7/2018"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":733,"Cost":468,"Date":"1/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":787,"Cost":537,"Date":"3/27/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":187,"Cost":152,"Date":"5/12/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":952,"Cost":547,"Date":"7/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":961,"Cost":597,"Date":"8/8/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":350,"Cost":248,"Date":"12/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":408,"Cost":255,"Date":"1/17/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":8,"Cost":7,"Date":"3/8/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":750,"Cost":475,"Date":"6/6/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":454,"Cost":310,"Date":"6/16/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":147,"Cost":85,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":696,"Cost":521,"Date":"11/19/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":607,"Cost":438,"Date":"12/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":384,"Cost":351,"Date":"2/4/2021"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":690,"Cost":539,"Date":"3/8/2021"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":327,"Cost":241,"Date":"12/18/2021"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":524,"Cost":481,"Date":"3/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":56,"Cost":48,"Date":"4/20/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":524,"Cost":406,"Date":"6/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":205,"Cost":174,"Date":"7/23/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":473,"Cost":254,"Date":"11/21/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":361,"Cost":303,"Date":"11/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":722,"Cost":431,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":530,"Cost":502,"Date":"5/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":358,"Cost":212,"Date":"9/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":914,"Cost":554,"Date":"1/3/2024"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":386,"Cost":311,"Date":"2/2/2024"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":784,"Cost":636,"Date":"3/18/2024"},{"Store":"Labège 2, Toulouse","Brand":"COS","Country":"France","Sale":86,"Cost":57,"Date":"10/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":410,"Cost":213,"Date":"2/16/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":511,"Cost":279,"Date":"6/7/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":156,"Cost":141,"Date":"1/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":751,"Cost":684,"Date":"3/27/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":62,"Cost":32,"Date":"5/12/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":639,"Cost":416,"Date":"7/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":783,"Cost":403,"Date":"8/8/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":433,"Cost":337,"Date":"12/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":707,"Cost":588,"Date":"1/17/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":939,"Cost":497,"Date":"3/8/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":302,"Cost":164,"Date":"6/6/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":931,"Cost":639,"Date":"6/16/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":217,"Cost":141,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":57,"Cost":31,"Date":"11/19/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":860,"Cost":770,"Date":"12/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":510,"Cost":392,"Date":"2/4/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":316,"Cost":178,"Date":"3/8/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":888,"Cost":788,"Date":"12/18/2021"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":912,"Cost":730,"Date":"3/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":746,"Cost":574,"Date":"4/20/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":489,"Cost":445,"Date":"6/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":571,"Cost":520,"Date":"7/23/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":883,"Cost":443,"Date":"11/21/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":592,"Cost":503,"Date":"11/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":216,"Cost":198,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":567,"Cost":353,"Date":"5/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":550,"Cost":472,"Date":"9/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":457,"Cost":257,"Date":"1/3/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":770,"Cost":549,"Date":"2/2/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":930,"Cost":631,"Date":"3/18/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":661,"Cost":407,"Date":"10/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":201,"Cost":190,"Date":"2/16/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":478,"Cost":307,"Date":"6/7/2018"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":848,"Cost":804,"Date":"1/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":470,"Cost":294,"Date":"3/27/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":797,"Cost":447,"Date":"5/12/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":728,"Cost":498,"Date":"7/28/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":951,"Cost":827,"Date":"8/8/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":978,"Cost":869,"Date":"12/7/2019"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":435,"Cost":269,"Date":"1/17/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":696,"Cost":353,"Date":"3/8/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":952,"Cost":555,"Date":"6/6/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":856,"Cost":569,"Date":"6/16/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":244,"Cost":182,"Date":"8/13/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":637,"Cost":481,"Date":"11/19/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":403,"Cost":262,"Date":"12/28/2020"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":28,"Cost":18,"Date":"2/4/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":468,"Cost":407,"Date":"3/8/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":637,"Cost":445,"Date":"12/18/2021"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":462,"Cost":386,"Date":"3/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":50,"Cost":26,"Date":"4/20/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":2,"Cost":1,"Date":"6/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":149,"Cost":105,"Date":"7/23/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":255,"Cost":203,"Date":"11/21/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":92,"Cost":76,"Date":"11/26/2022"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":646,"Cost":394,"Date":"2/20/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":802,"Cost":571,"Date":"5/21/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":442,"Cost":256,"Date":"9/28/2023"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":234,"Cost":117,"Date":"1/3/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":147,"Cost":134,"Date":"2/2/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":203,"Cost":165,"Date":"3/18/2024"},{"Store":"Labège 2, Toulouse","Brand":"ARKET","Country":"France","Sale":203,"Cost":192,"Date":"10/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":497,"Cost":305,"Date":"2/16/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":534,"Cost":423,"Date":"6/7/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":698,"Cost":541,"Date":"1/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":227,"Cost":127,"Date":"3/27/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":244,"Cost":165,"Date":"5/12/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":566,"Cost":412,"Date":"7/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":949,"Cost":692,"Date":"8/8/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":70,"Cost":49,"Date":"12/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":566,"Cost":293,"Date":"1/17/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":750,"Cost":636,"Date":"3/8/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":649,"Cost":583,"Date":"6/6/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":525,"Cost":381,"Date":"6/16/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":190,"Cost":177,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":339,"Cost":298,"Date":"11/19/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":366,"Cost":317,"Date":"12/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":624,"Cost":320,"Date":"2/4/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":587,"Cost":401,"Date":"3/8/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":203,"Cost":168,"Date":"12/18/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":780,"Cost":531,"Date":"3/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":543,"Cost":321,"Date":"4/20/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":221,"Cost":181,"Date":"6/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":695,"Cost":511,"Date":"7/23/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":935,"Cost":732,"Date":"11/21/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":183,"Cost":135,"Date":"11/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":175,"Cost":144,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":331,"Cost":215,"Date":"5/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":145,"Cost":125,"Date":"9/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":920,"Cost":870,"Date":"1/3/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":920,"Cost":825,"Date":"2/2/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":957,"Cost":627,"Date":"3/18/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"COS","Country":"France","Sale":947,"Cost":575,"Date":"10/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":553,"Cost":348,"Date":"2/16/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":181,"Cost":132,"Date":"6/7/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":673,"Cost":629,"Date":"1/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":509,"Cost":299,"Date":"3/27/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":856,"Cost":745,"Date":"5/12/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":33,"Cost":27,"Date":"7/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":280,"Cost":260,"Date":"8/8/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":714,"Cost":625,"Date":"12/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":314,"Cost":263,"Date":"1/17/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":977,"Cost":501,"Date":"3/8/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":984,"Cost":859,"Date":"6/6/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":72,"Cost":46,"Date":"6/16/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":972,"Cost":860,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":604,"Cost":544,"Date":"11/19/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":966,"Cost":890,"Date":"12/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":535,"Cost":403,"Date":"2/4/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":170,"Cost":110,"Date":"3/8/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":426,"Cost":374,"Date":"12/18/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":161,"Cost":95,"Date":"3/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":461,"Cost":373,"Date":"4/20/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":417,"Cost":215,"Date":"6/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":361,"Cost":321,"Date":"7/23/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":222,"Cost":184,"Date":"11/21/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":482,"Cost":440,"Date":"11/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":973,"Cost":915,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":981,"Cost":623,"Date":"5/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":520,"Cost":400,"Date":"9/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":984,"Cost":675,"Date":"1/3/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":750,"Cost":686,"Date":"2/2/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":691,"Cost":420,"Date":"3/18/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Nova","Country":"France","Sale":359,"Cost":263,"Date":"10/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":570,"Cost":531,"Date":"2/16/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":63,"Cost":57,"Date":"6/7/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":821,"Cost":564,"Date":"1/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":802,"Cost":716,"Date":"3/27/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":716,"Cost":492,"Date":"5/12/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":530,"Cost":398,"Date":"7/28/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":992,"Cost":724,"Date":"8/8/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":743,"Cost":541,"Date":"12/7/2019"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":787,"Cost":588,"Date":"1/17/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":216,"Cost":192,"Date":"3/8/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":809,"Cost":682,"Date":"6/6/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":915,"Cost":576,"Date":"6/16/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":199,"Cost":128,"Date":"8/13/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":106,"Cost":58,"Date":"11/19/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":32,"Cost":30,"Date":"12/28/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":919,"Cost":684,"Date":"2/4/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":322,"Cost":197,"Date":"3/8/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":873,"Cost":659,"Date":"12/18/2021"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":137,"Cost":130,"Date":"3/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":70,"Cost":42,"Date":"4/20/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":455,"Cost":384,"Date":"6/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":50,"Cost":43,"Date":"7/23/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":671,"Cost":638,"Date":"11/21/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":825,"Cost":477,"Date":"11/26/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":892,"Cost":459,"Date":"2/20/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":329,"Cost":203,"Date":"5/21/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":27,"Cost":18,"Date":"9/28/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":986,"Cost":911,"Date":"1/3/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":589,"Cost":329,"Date":"2/2/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":619,"Cost":551,"Date":"3/18/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM","Country":"France","Sale":968,"Cost":737,"Date":"10/14/2024"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":86,"Cost":44,"Date":"2/16/2018"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":172,"Cost":140,"Date":"6/7/2018"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":510,"Cost":304,"Date":"1/28/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":456,"Cost":345,"Date":"3/27/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":369,"Cost":248,"Date":"5/12/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":93,"Cost":81,"Date":"7/28/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":154,"Cost":86,"Date":"8/8/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":872,"Cost":461,"Date":"12/7/2019"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":800,"Cost":558,"Date":"1/17/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":824,"Cost":480,"Date":"3/8/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":643,"Cost":570,"Date":"6/6/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":905,"Cost":766,"Date":"6/16/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":223,"Cost":137,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":982,"Cost":701,"Date":"11/19/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":399,"Cost":376,"Date":"12/28/2020"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":787,"Cost":589,"Date":"2/4/2021"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":102,"Cost":82,"Date":"3/8/2021"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":809,"Cost":560,"Date":"12/18/2021"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":952,"Cost":798,"Date":"3/31/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":287,"Cost":209,"Date":"4/20/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":520,"Cost":460,"Date":"6/26/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":391,"Cost":356,"Date":"7/23/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":721,"Cost":361,"Date":"11/21/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":451,"Cost":282,"Date":"11/26/2022"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":57,"Cost":52,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":869,"Cost":518,"Date":"5/21/2023"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":136,"Cost":105,"Date":"9/28/2023"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":731,"Cost":655,"Date":"1/3/2024"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":852,"Cost":667,"Date":"2/2/2024"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":190,"Cost":147,"Date":"3/18/2024"},{"Store":"Atlantis, Nantes","Brand":"ARKET","Country":"France","Sale":742,"Cost":595,"Date":"10/14/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":1000,"Cost":504,"Date":"2/16/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":850,"Cost":563,"Date":"6/7/2018"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":586,"Cost":409,"Date":"1/28/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":498,"Cost":320,"Date":"3/27/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":369,"Cost":253,"Date":"5/12/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":907,"Cost":501,"Date":"7/28/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":532,"Cost":338,"Date":"8/8/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":75,"Cost":65,"Date":"12/7/2019"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":288,"Cost":248,"Date":"1/17/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":452,"Cost":261,"Date":"3/8/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":91,"Cost":73,"Date":"6/6/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":966,"Cost":655,"Date":"6/16/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":656,"Cost":615,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":134,"Cost":105,"Date":"11/19/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":610,"Cost":429,"Date":"12/28/2020"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":820,"Cost":759,"Date":"2/4/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":531,"Cost":333,"Date":"3/8/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":789,"Cost":698,"Date":"12/18/2021"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":829,"Cost":482,"Date":"3/31/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":941,"Cost":863,"Date":"4/20/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":419,"Cost":247,"Date":"6/26/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":977,"Cost":656,"Date":"7/23/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":850,"Cost":561,"Date":"11/21/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":282,"Cost":263,"Date":"11/26/2022"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":919,"Cost":731,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":926,"Cost":522,"Date":"5/21/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":497,"Cost":392,"Date":"9/28/2023"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":588,"Cost":314,"Date":"1/3/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":155,"Cost":125,"Date":"2/2/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":783,"Cost":724,"Date":"3/18/2024"},{"Store":"Atlantis, Nantes","Brand":"COS","Country":"France","Sale":818,"Cost":472,"Date":"10/14/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":704,"Cost":374,"Date":"2/16/2018"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":200,"Cost":120,"Date":"6/7/2018"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":530,"Cost":392,"Date":"1/28/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":641,"Cost":478,"Date":"3/27/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":255,"Cost":209,"Date":"5/12/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":790,"Cost":511,"Date":"7/28/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":364,"Cost":251,"Date":"8/8/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":91,"Cost":64,"Date":"12/7/2019"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":276,"Cost":216,"Date":"1/17/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":192,"Cost":153,"Date":"3/8/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":323,"Cost":282,"Date":"6/6/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":975,"Cost":825,"Date":"6/16/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":828,"Cost":613,"Date":"8/13/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":555,"Cost":515,"Date":"11/19/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":997,"Cost":900,"Date":"12/28/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":697,"Cost":619,"Date":"2/4/2021"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":614,"Cost":353,"Date":"3/8/2021"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":144,"Cost":77,"Date":"12/18/2021"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":357,"Cost":331,"Date":"3/31/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":81,"Cost":76,"Date":"4/20/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":175,"Cost":114,"Date":"6/26/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":8,"Cost":6,"Date":"7/23/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":586,"Cost":475,"Date":"11/21/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":223,"Cost":155,"Date":"11/26/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":137,"Cost":86,"Date":"2/20/2023"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":360,"Cost":292,"Date":"5/21/2023"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":473,"Cost":246,"Date":"9/28/2023"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":700,"Cost":576,"Date":"1/3/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":610,"Cost":467,"Date":"2/2/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":914,"Cost":552,"Date":"3/18/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":358,"Cost":238,"Date":"10/14/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":531,"Cost":397,"Date":"2/16/2018"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":211,"Cost":162,"Date":"6/7/2018"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":978,"Cost":724,"Date":"1/28/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":451,"Cost":368,"Date":"3/27/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":160,"Cost":144,"Date":"5/12/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":76,"Cost":61,"Date":"7/28/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":176,"Cost":120,"Date":"8/8/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":281,"Cost":219,"Date":"12/7/2019"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":198,"Cost":137,"Date":"1/17/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":618,"Cost":515,"Date":"3/8/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":326,"Cost":262,"Date":"6/6/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":370,"Cost":293,"Date":"6/16/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":844,"Cost":719,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":381,"Cost":207,"Date":"11/19/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":758,"Cost":643,"Date":"12/28/2020"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":799,"Cost":752,"Date":"2/4/2021"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":772,"Cost":608,"Date":"3/8/2021"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":820,"Cost":524,"Date":"12/18/2021"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":163,"Cost":108,"Date":"3/31/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":727,"Cost":507,"Date":"4/20/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":89,"Cost":67,"Date":"6/26/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":454,"Cost":332,"Date":"7/23/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":580,"Cost":321,"Date":"11/21/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":66,"Cost":44,"Date":"11/26/2022"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":344,"Cost":208,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":254,"Cost":159,"Date":"5/21/2023"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":844,"Cost":662,"Date":"9/28/2023"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":600,"Cost":418,"Date":"1/3/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":661,"Cost":344,"Date":"2/2/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":15,"Cost":10,"Date":"3/18/2024"},{"Store":"Cap 3000, Nice","Brand":"HM Home","Country":"France","Sale":323,"Cost":256,"Date":"10/14/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":730,"Cost":634,"Date":"2/16/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":981,"Cost":530,"Date":"6/7/2018"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":740,"Cost":668,"Date":"1/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":733,"Cost":485,"Date":"3/27/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":392,"Cost":288,"Date":"5/12/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":788,"Cost":430,"Date":"7/28/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":736,"Cost":525,"Date":"8/8/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":77,"Cost":55,"Date":"12/7/2019"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":829,"Cost":707,"Date":"1/17/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":972,"Cost":604,"Date":"3/8/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":162,"Cost":134,"Date":"6/6/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":999,"Cost":899,"Date":"6/16/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":163,"Cost":139,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":156,"Cost":131,"Date":"11/19/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":457,"Cost":251,"Date":"12/28/2020"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":425,"Cost":306,"Date":"2/4/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":235,"Cost":131,"Date":"3/8/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":837,"Cost":676,"Date":"12/18/2021"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":786,"Cost":523,"Date":"3/31/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":315,"Cost":234,"Date":"4/20/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":870,"Cost":756,"Date":"6/26/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":387,"Cost":268,"Date":"7/23/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":223,"Cost":156,"Date":"11/21/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":806,"Cost":446,"Date":"11/26/2022"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":851,"Cost":505,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":913,"Cost":591,"Date":"5/21/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":917,"Cost":653,"Date":"9/28/2023"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":45,"Cost":37,"Date":"1/3/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":963,"Cost":645,"Date":"2/2/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":127,"Cost":96,"Date":"3/18/2024"},{"Store":"Cap 3000, Nice","Brand":"ARKET","Country":"France","Sale":153,"Cost":138,"Date":"10/14/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":47,"Cost":35,"Date":"2/16/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":856,"Cost":448,"Date":"6/7/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":536,"Cost":414,"Date":"1/28/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":904,"Cost":577,"Date":"3/27/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":488,"Cost":271,"Date":"5/12/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":379,"Cost":312,"Date":"7/28/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":473,"Cost":431,"Date":"8/8/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":736,"Cost":687,"Date":"12/7/2019"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":505,"Cost":301,"Date":"1/17/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":274,"Cost":197,"Date":"3/8/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":756,"Cost":536,"Date":"6/6/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":223,"Cost":211,"Date":"6/16/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":732,"Cost":600,"Date":"8/13/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":140,"Cost":106,"Date":"11/19/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":376,"Cost":211,"Date":"12/28/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":999,"Cost":825,"Date":"2/4/2021"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":422,"Cost":245,"Date":"3/8/2021"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":148,"Cost":134,"Date":"12/18/2021"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":261,"Cost":244,"Date":"3/31/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":775,"Cost":604,"Date":"4/20/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":426,"Cost":246,"Date":"6/26/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":223,"Cost":194,"Date":"7/23/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":356,"Cost":243,"Date":"11/21/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":443,"Cost":389,"Date":"11/26/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":781,"Cost":732,"Date":"2/20/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":883,"Cost":687,"Date":"5/21/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":625,"Cost":384,"Date":"9/28/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":412,"Cost":215,"Date":"1/3/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":389,"Cost":250,"Date":"2/2/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":65,"Cost":38,"Date":"3/18/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":749,"Cost":443,"Date":"10/14/2024"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":274,"Cost":227,"Date":"2/16/2018"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":752,"Cost":662,"Date":"6/7/2018"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":218,"Cost":191,"Date":"1/28/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":916,"Cost":678,"Date":"3/27/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":189,"Cost":147,"Date":"5/12/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":192,"Cost":98,"Date":"7/28/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":434,"Cost":395,"Date":"8/8/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":247,"Cost":158,"Date":"12/7/2019"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":518,"Cost":386,"Date":"1/17/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":747,"Cost":691,"Date":"3/8/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":181,"Cost":105,"Date":"6/6/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":711,"Cost":612,"Date":"6/16/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":318,"Cost":214,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":318,"Cost":280,"Date":"11/19/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":542,"Cost":404,"Date":"12/28/2020"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":627,"Cost":505,"Date":"2/4/2021"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":965,"Cost":632,"Date":"3/8/2021"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":385,"Cost":353,"Date":"12/18/2021"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":649,"Cost":408,"Date":"3/31/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":787,"Cost":671,"Date":"4/20/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":764,"Cost":583,"Date":"6/26/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":989,"Cost":781,"Date":"7/23/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":94,"Cost":57,"Date":"11/21/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":760,"Cost":484,"Date":"11/26/2022"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":67,"Cost":50,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":932,"Cost":681,"Date":"5/21/2023"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":47,"Cost":33,"Date":"9/28/2023"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":236,"Cost":202,"Date":"1/3/2024"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":130,"Cost":89,"Date":"2/2/2024"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":283,"Cost":238,"Date":"3/18/2024"},{"Store":"Euralille, Lille","Brand":"Jeans","Country":"France","Sale":646,"Cost":562,"Date":"10/14/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":117,"Cost":109,"Date":"2/16/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":306,"Cost":282,"Date":"6/7/2018"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":322,"Cost":203,"Date":"1/28/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":804,"Cost":705,"Date":"3/27/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":259,"Cost":181,"Date":"5/12/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":212,"Cost":154,"Date":"7/28/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":205,"Cost":192,"Date":"8/8/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":802,"Cost":486,"Date":"12/7/2019"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":836,"Cost":684,"Date":"1/17/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":804,"Cost":695,"Date":"3/8/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":852,"Cost":701,"Date":"6/6/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":704,"Cost":513,"Date":"6/16/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":596,"Cost":451,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":647,"Cost":477,"Date":"11/19/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":824,"Cost":664,"Date":"12/28/2020"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":264,"Cost":144,"Date":"2/4/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":839,"Cost":646,"Date":"3/8/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":388,"Cost":242,"Date":"12/18/2021"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":452,"Cost":347,"Date":"3/31/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":350,"Cost":322,"Date":"4/20/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":967,"Cost":902,"Date":"6/26/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":516,"Cost":319,"Date":"7/23/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":825,"Cost":783,"Date":"11/21/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":383,"Cost":193,"Date":"11/26/2022"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":421,"Cost":269,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":667,"Cost":427,"Date":"5/21/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":72,"Cost":44,"Date":"9/28/2023"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":931,"Cost":677,"Date":"1/3/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":754,"Cost":565,"Date":"2/2/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":584,"Cost":342,"Date":"3/18/2024"},{"Store":"Euralille, Lille","Brand":"Sellpy","Country":"France","Sale":216,"Cost":143,"Date":"10/14/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":712,"Cost":430,"Date":"2/16/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":321,"Cost":163,"Date":"6/7/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":423,"Cost":398,"Date":"1/28/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":68,"Cost":61,"Date":"3/27/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":58,"Cost":50,"Date":"5/12/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":597,"Cost":364,"Date":"7/28/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":660,"Cost":559,"Date":"8/8/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":428,"Cost":279,"Date":"12/7/2019"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":684,"Cost":473,"Date":"1/17/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":576,"Cost":356,"Date":"3/8/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":868,"Cost":798,"Date":"6/6/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":279,"Cost":253,"Date":"6/16/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":675,"Cost":382,"Date":"8/13/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":538,"Cost":353,"Date":"11/19/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":175,"Cost":147,"Date":"12/28/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":91,"Cost":67,"Date":"2/4/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":933,"Cost":621,"Date":"3/8/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":258,"Cost":229,"Date":"12/18/2021"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":429,"Cost":365,"Date":"3/31/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":680,"Cost":348,"Date":"4/20/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":731,"Cost":523,"Date":"6/26/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":499,"Cost":445,"Date":"7/23/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":169,"Cost":123,"Date":"11/21/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":969,"Cost":904,"Date":"11/26/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":158,"Cost":90,"Date":"2/20/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":536,"Cost":457,"Date":"5/21/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":103,"Cost":73,"Date":"9/28/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":754,"Cost":653,"Date":"1/3/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":632,"Cost":584,"Date":"2/2/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":575,"Cost":393,"Date":"3/18/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":808,"Cost":411,"Date":"10/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":152,"Cost":95,"Date":"2/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":554,"Cost":404,"Date":"6/7/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":985,"Cost":774,"Date":"1/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":728,"Cost":508,"Date":"3/27/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":553,"Cost":391,"Date":"5/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":136,"Cost":109,"Date":"7/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":68,"Cost":51,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":172,"Cost":117,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":541,"Cost":376,"Date":"1/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":330,"Cost":262,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":459,"Cost":432,"Date":"6/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":329,"Cost":197,"Date":"6/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":614,"Cost":350,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":854,"Cost":711,"Date":"11/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":573,"Cost":395,"Date":"12/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":827,"Cost":462,"Date":"2/4/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":754,"Cost":493,"Date":"3/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":147,"Cost":138,"Date":"12/18/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":578,"Cost":531,"Date":"3/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":336,"Cost":248,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":295,"Cost":248,"Date":"6/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":630,"Cost":478,"Date":"7/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":139,"Cost":115,"Date":"11/21/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":18,"Cost":14,"Date":"11/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":651,"Cost":589,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":634,"Cost":452,"Date":"5/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":154,"Cost":132,"Date":"9/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":936,"Cost":849,"Date":"1/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":293,"Cost":189,"Date":"2/2/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":849,"Cost":680,"Date":"3/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":561,"Cost":360,"Date":"10/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":238,"Cost":158,"Date":"2/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":712,"Cost":641,"Date":"6/7/2018"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":11,"Cost":5,"Date":"1/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":434,"Cost":335,"Date":"3/27/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":355,"Cost":187,"Date":"5/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":263,"Cost":156,"Date":"7/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":547,"Cost":475,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":368,"Cost":276,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":398,"Cost":291,"Date":"1/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":855,"Cost":724,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":765,"Cost":612,"Date":"6/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":145,"Cost":85,"Date":"6/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":332,"Cost":181,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":489,"Cost":392,"Date":"11/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":554,"Cost":297,"Date":"12/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":348,"Cost":288,"Date":"2/4/2021"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":90,"Cost":63,"Date":"3/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":168,"Cost":94,"Date":"12/18/2021"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":612,"Cost":488,"Date":"3/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":702,"Cost":571,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":808,"Cost":535,"Date":"6/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":210,"Cost":170,"Date":"7/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":25,"Cost":22,"Date":"11/21/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":390,"Cost":335,"Date":"11/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":580,"Cost":399,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":505,"Cost":407,"Date":"5/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":220,"Cost":130,"Date":"9/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":363,"Cost":241,"Date":"1/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":698,"Cost":443,"Date":"2/2/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":581,"Cost":411,"Date":"3/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":932,"Cost":684,"Date":"10/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":183,"Cost":161,"Date":"2/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":90,"Cost":52,"Date":"6/7/2018"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":797,"Cost":587,"Date":"1/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":962,"Cost":865,"Date":"3/27/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":972,"Cost":684,"Date":"5/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":173,"Cost":133,"Date":"7/28/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":136,"Cost":120,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":743,"Cost":491,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":278,"Cost":209,"Date":"1/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":30,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":655,"Cost":378,"Date":"6/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":273,"Cost":221,"Date":"6/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":216,"Date":"8/13/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":978,"Cost":655,"Date":"11/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":370,"Cost":345,"Date":"12/28/2020"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":327,"Date":"2/4/2021"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":195,"Cost":169,"Date":"3/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":778,"Cost":434,"Date":"12/18/2021"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":812,"Cost":600,"Date":"3/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":471,"Cost":382,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":88,"Cost":83,"Date":"6/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":897,"Cost":680,"Date":"7/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":969,"Cost":652,"Date":"11/21/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":476,"Cost":328,"Date":"11/26/2022"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":862,"Cost":534,"Date":"2/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":503,"Cost":393,"Date":"5/21/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":969,"Cost":527,"Date":"9/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":580,"Cost":426,"Date":"1/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":823,"Cost":689,"Date":"2/2/2024"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":96,"Cost":80,"Date":"3/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"Jeans","Country":"Germany","Sale":683,"Cost":525,"Date":"10/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":632,"Cost":450,"Date":"2/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":263,"Cost":199,"Date":"6/7/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":207,"Cost":112,"Date":"1/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":865,"Cost":678,"Date":"3/27/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":76,"Cost":39,"Date":"5/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":243,"Cost":185,"Date":"7/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":702,"Cost":439,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":978,"Cost":602,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":962,"Cost":741,"Date":"1/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":515,"Cost":331,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":51,"Cost":42,"Date":"6/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":800,"Cost":655,"Date":"6/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":967,"Cost":858,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":354,"Cost":218,"Date":"11/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":357,"Cost":336,"Date":"12/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":477,"Cost":264,"Date":"2/4/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":179,"Cost":144,"Date":"3/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":834,"Cost":651,"Date":"12/18/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":907,"Cost":818,"Date":"3/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":120,"Cost":104,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":413,"Cost":353,"Date":"6/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":683,"Cost":640,"Date":"7/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":312,"Cost":231,"Date":"11/21/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":387,"Cost":200,"Date":"11/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":843,"Cost":531,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":203,"Cost":173,"Date":"5/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":507,"Cost":406,"Date":"9/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":982,"Cost":616,"Date":"1/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":356,"Cost":315,"Date":"2/2/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":873,"Cost":650,"Date":"3/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":666,"Cost":387,"Date":"10/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":58,"Cost":43,"Date":"2/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":846,"Cost":695,"Date":"6/7/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":112,"Cost":75,"Date":"1/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":133,"Date":"3/27/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":34,"Cost":22,"Date":"5/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":61,"Cost":44,"Date":"7/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":57,"Cost":44,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":58,"Cost":50,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":625,"Date":"1/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":96,"Cost":81,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":943,"Cost":603,"Date":"6/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":521,"Cost":461,"Date":"6/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":978,"Cost":614,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":504,"Cost":369,"Date":"11/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":846,"Cost":504,"Date":"12/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":455,"Cost":345,"Date":"2/4/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":509,"Cost":282,"Date":"3/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":609,"Cost":392,"Date":"12/18/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":582,"Date":"3/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":516,"Cost":363,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":744,"Cost":600,"Date":"6/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":99,"Cost":62,"Date":"7/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":775,"Cost":709,"Date":"11/21/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":886,"Cost":765,"Date":"11/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":242,"Cost":176,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":214,"Cost":114,"Date":"5/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":575,"Cost":539,"Date":"9/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":343,"Cost":207,"Date":"1/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":515,"Cost":398,"Date":"2/2/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":321,"Cost":251,"Date":"3/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM Home","Country":"Germany","Sale":595,"Cost":333,"Date":"10/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":439,"Cost":416,"Date":"2/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":447,"Cost":306,"Date":"6/7/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":56,"Cost":50,"Date":"1/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":109,"Cost":79,"Date":"3/27/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":953,"Cost":823,"Date":"5/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":572,"Cost":429,"Date":"7/28/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":335,"Cost":299,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":290,"Cost":183,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":770,"Cost":723,"Date":"1/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":145,"Cost":123,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":688,"Cost":493,"Date":"6/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":958,"Cost":746,"Date":"6/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":201,"Cost":110,"Date":"8/13/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":750,"Cost":658,"Date":"11/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":962,"Cost":737,"Date":"12/28/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":716,"Cost":386,"Date":"2/4/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":737,"Cost":555,"Date":"3/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":87,"Cost":49,"Date":"12/18/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":477,"Cost":439,"Date":"3/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":110,"Cost":77,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":742,"Cost":488,"Date":"6/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":154,"Cost":97,"Date":"7/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":926,"Cost":875,"Date":"11/21/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":275,"Cost":137,"Date":"11/26/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":771,"Cost":664,"Date":"2/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":313,"Cost":209,"Date":"5/21/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":460,"Cost":375,"Date":"9/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":119,"Cost":71,"Date":"1/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":880,"Cost":782,"Date":"2/2/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":148,"Cost":97,"Date":"3/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":616,"Cost":507,"Date":"10/14/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":503,"Cost":285,"Date":"2/16/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":228,"Cost":162,"Date":"6/7/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":347,"Cost":214,"Date":"1/28/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":618,"Cost":444,"Date":"3/27/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":602,"Cost":348,"Date":"5/12/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":593,"Cost":558,"Date":"7/28/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":892,"Cost":497,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":63,"Cost":44,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":296,"Cost":153,"Date":"1/17/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":749,"Cost":381,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":273,"Cost":173,"Date":"6/6/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":738,"Date":"6/16/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":812,"Cost":686,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":824,"Cost":448,"Date":"11/19/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":663,"Cost":587,"Date":"12/28/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":558,"Cost":475,"Date":"2/4/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":366,"Cost":204,"Date":"3/8/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":37,"Cost":32,"Date":"12/18/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":327,"Cost":172,"Date":"3/31/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":332,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":594,"Cost":318,"Date":"6/26/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":688,"Cost":497,"Date":"7/23/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":930,"Cost":836,"Date":"11/21/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":280,"Cost":262,"Date":"11/26/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":745,"Cost":617,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":777,"Cost":517,"Date":"5/21/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":82,"Cost":42,"Date":"9/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":258,"Cost":221,"Date":"1/3/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":154,"Date":"2/2/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":900,"Cost":452,"Date":"3/18/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":100,"Cost":52,"Date":"10/14/2024"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":254,"Cost":212,"Date":"2/16/2018"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":716,"Cost":466,"Date":"6/7/2018"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":449,"Cost":384,"Date":"1/28/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":346,"Cost":180,"Date":"3/27/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":120,"Cost":95,"Date":"5/12/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":585,"Cost":474,"Date":"7/28/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":556,"Cost":412,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":687,"Cost":415,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":969,"Cost":775,"Date":"1/17/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":288,"Cost":185,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":192,"Cost":145,"Date":"6/6/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":440,"Cost":327,"Date":"6/16/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":883,"Cost":531,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":285,"Cost":193,"Date":"11/19/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":401,"Cost":239,"Date":"12/28/2020"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":5,"Cost":2,"Date":"2/4/2021"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":927,"Cost":612,"Date":"3/8/2021"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":893,"Cost":566,"Date":"12/18/2021"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":882,"Cost":746,"Date":"3/31/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":725,"Cost":538,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":394,"Cost":269,"Date":"6/26/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":742,"Cost":582,"Date":"7/23/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":84,"Cost":68,"Date":"11/21/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":268,"Cost":145,"Date":"11/26/2022"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":658,"Cost":624,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":156,"Cost":113,"Date":"5/21/2023"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":938,"Cost":639,"Date":"9/28/2023"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":747,"Cost":669,"Date":"1/3/2024"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":413,"Cost":303,"Date":"2/2/2024"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":311,"Cost":252,"Date":"3/18/2024"},{"Store":"Alexa, Berlin","Brand":"Nova","Country":"Germany","Sale":644,"Cost":431,"Date":"10/14/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":511,"Cost":301,"Date":"2/16/2018"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":215,"Cost":191,"Date":"6/7/2018"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":869,"Cost":813,"Date":"1/28/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":764,"Cost":537,"Date":"3/27/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":776,"Cost":675,"Date":"5/12/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":154,"Cost":124,"Date":"7/28/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":190,"Cost":136,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":36,"Cost":31,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":970,"Cost":906,"Date":"1/17/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":346,"Cost":181,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":815,"Cost":580,"Date":"6/6/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":958,"Cost":704,"Date":"6/16/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":108,"Cost":91,"Date":"8/13/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":688,"Cost":449,"Date":"11/19/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":552,"Cost":473,"Date":"12/28/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":885,"Cost":645,"Date":"2/4/2021"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":979,"Cost":586,"Date":"3/8/2021"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":365,"Cost":275,"Date":"12/18/2021"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":174,"Cost":106,"Date":"3/31/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":439,"Cost":296,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":813,"Cost":770,"Date":"6/26/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":992,"Cost":863,"Date":"7/23/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":107,"Cost":96,"Date":"11/21/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":934,"Cost":823,"Date":"11/26/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":997,"Cost":726,"Date":"2/20/2023"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":909,"Cost":532,"Date":"5/21/2023"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":825,"Cost":551,"Date":"9/28/2023"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":130,"Cost":90,"Date":"1/3/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":966,"Cost":821,"Date":"2/2/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":319,"Date":"3/18/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":987,"Cost":869,"Date":"10/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":243,"Cost":150,"Date":"2/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":872,"Cost":824,"Date":"6/7/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":69,"Cost":55,"Date":"1/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":823,"Cost":494,"Date":"3/27/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":41,"Cost":28,"Date":"5/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":39,"Cost":20,"Date":"7/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":364,"Cost":197,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":479,"Cost":404,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":918,"Cost":578,"Date":"1/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":489,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":735,"Cost":499,"Date":"6/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":820,"Cost":448,"Date":"6/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":567,"Cost":532,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":43,"Cost":35,"Date":"11/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":489,"Cost":447,"Date":"12/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":727,"Cost":440,"Date":"2/4/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":819,"Cost":689,"Date":"3/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":853,"Cost":782,"Date":"12/18/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":54,"Cost":44,"Date":"3/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":995,"Cost":672,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":206,"Date":"6/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":722,"Cost":678,"Date":"7/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":112,"Cost":102,"Date":"11/21/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":275,"Cost":225,"Date":"11/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":92,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":28,"Cost":17,"Date":"5/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":961,"Cost":597,"Date":"9/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":660,"Cost":469,"Date":"1/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":725,"Cost":372,"Date":"2/2/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":114,"Cost":61,"Date":"3/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":885,"Cost":654,"Date":"10/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":153,"Cost":90,"Date":"2/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":514,"Cost":262,"Date":"6/7/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":457,"Cost":420,"Date":"1/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":604,"Date":"3/27/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":479,"Cost":290,"Date":"5/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":316,"Cost":158,"Date":"7/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":500,"Cost":258,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":490,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":97,"Date":"1/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":118,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":465,"Date":"6/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":781,"Cost":732,"Date":"6/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":923,"Cost":818,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":203,"Cost":155,"Date":"11/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":274,"Cost":238,"Date":"12/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":91,"Cost":64,"Date":"2/4/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":523,"Cost":466,"Date":"3/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":443,"Cost":246,"Date":"12/18/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":966,"Cost":793,"Date":"3/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":8,"Cost":7,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":639,"Cost":329,"Date":"6/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":194,"Cost":136,"Date":"7/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":113,"Date":"11/21/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":266,"Cost":252,"Date":"11/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":118,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":144,"Date":"5/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":800,"Cost":570,"Date":"9/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":10,"Cost":9,"Date":"1/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":242,"Date":"2/2/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":194,"Date":"3/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":749,"Cost":687,"Date":"10/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":447,"Date":"2/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":713,"Cost":504,"Date":"6/7/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":118,"Date":"1/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":148,"Date":"3/27/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":350,"Cost":329,"Date":"5/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":488,"Date":"7/28/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":603,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":223,"Cost":190,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":532,"Cost":431,"Date":"1/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":414,"Cost":348,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":518,"Date":"6/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":371,"Cost":188,"Date":"6/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":905,"Cost":458,"Date":"8/13/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":55,"Cost":51,"Date":"11/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":55,"Date":"12/28/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":119,"Cost":70,"Date":"2/4/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":78,"Cost":55,"Date":"3/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":360,"Cost":334,"Date":"12/18/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":452,"Cost":304,"Date":"3/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":478,"Cost":411,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":222,"Cost":121,"Date":"6/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":495,"Cost":422,"Date":"7/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":464,"Cost":430,"Date":"11/21/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":871,"Cost":816,"Date":"11/26/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":551,"Date":"2/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":97,"Date":"5/21/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":885,"Cost":616,"Date":"9/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":680,"Cost":371,"Date":"1/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":652,"Cost":468,"Date":"2/2/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":865,"Cost":656,"Date":"3/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"ARKET","Country":"Germany","Sale":911,"Cost":479,"Date":"10/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":581,"Cost":317,"Date":"2/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":644,"Cost":439,"Date":"6/7/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":675,"Cost":595,"Date":"1/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":554,"Cost":310,"Date":"3/27/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":793,"Cost":447,"Date":"5/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":579,"Date":"7/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":112,"Cost":81,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":504,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":113,"Cost":105,"Date":"1/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":294,"Cost":163,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":178,"Date":"6/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":752,"Cost":417,"Date":"6/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":773,"Cost":508,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":539,"Cost":492,"Date":"11/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":520,"Cost":291,"Date":"12/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":621,"Cost":476,"Date":"2/4/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":880,"Cost":734,"Date":"3/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":58,"Date":"12/18/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":563,"Cost":290,"Date":"3/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":373,"Cost":187,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":854,"Cost":798,"Date":"6/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":197,"Cost":145,"Date":"7/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":572,"Date":"11/21/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":90,"Date":"11/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":302,"Cost":212,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":987,"Cost":515,"Date":"5/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":322,"Date":"9/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":406,"Cost":308,"Date":"1/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":511,"Cost":270,"Date":"2/2/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":716,"Cost":639,"Date":"3/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":401,"Cost":312,"Date":"10/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":677,"Cost":414,"Date":"2/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":646,"Cost":594,"Date":"6/7/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":268,"Cost":192,"Date":"1/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":679,"Cost":526,"Date":"3/27/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":836,"Cost":651,"Date":"5/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":492,"Date":"7/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":35,"Cost":19,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":213,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":128,"Cost":64,"Date":"1/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":873,"Cost":673,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":278,"Cost":199,"Date":"6/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":518,"Cost":375,"Date":"6/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":747,"Cost":708,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":127,"Date":"11/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":24,"Date":"12/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":408,"Cost":342,"Date":"2/4/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":19,"Cost":15,"Date":"3/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":797,"Cost":424,"Date":"12/18/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":635,"Cost":494,"Date":"3/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":614,"Cost":353,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":129,"Date":"6/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":556,"Date":"7/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":244,"Cost":204,"Date":"11/21/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":856,"Cost":767,"Date":"11/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":519,"Cost":293,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":1000,"Cost":924,"Date":"5/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":510,"Date":"9/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":358,"Date":"1/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":3,"Cost":3,"Date":"2/2/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":332,"Date":"3/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":187,"Cost":104,"Date":"10/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":913,"Cost":792,"Date":"2/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":588,"Cost":436,"Date":"6/7/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":513,"Cost":473,"Date":"1/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":200,"Cost":154,"Date":"3/27/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":230,"Cost":193,"Date":"5/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":670,"Cost":377,"Date":"7/28/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":815,"Cost":624,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":808,"Cost":716,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":226,"Cost":113,"Date":"1/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":120,"Cost":96,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":85,"Cost":80,"Date":"6/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":276,"Cost":180,"Date":"6/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":187,"Cost":94,"Date":"8/13/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":111,"Cost":85,"Date":"11/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":661,"Cost":605,"Date":"12/28/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":699,"Cost":379,"Date":"2/4/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":868,"Cost":678,"Date":"3/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":911,"Cost":546,"Date":"12/18/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":223,"Cost":122,"Date":"3/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":699,"Cost":611,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":158,"Cost":80,"Date":"6/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":889,"Cost":480,"Date":"7/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":28,"Cost":23,"Date":"11/21/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":328,"Cost":298,"Date":"11/26/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":861,"Cost":607,"Date":"2/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":577,"Cost":390,"Date":"5/21/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":49,"Cost":38,"Date":"9/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":880,"Cost":485,"Date":"1/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":376,"Cost":294,"Date":"2/2/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":751,"Cost":679,"Date":"3/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":700,"Cost":480,"Date":"10/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":698,"Cost":349,"Date":"2/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":100,"Cost":86,"Date":"6/7/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":141,"Cost":102,"Date":"1/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":529,"Cost":492,"Date":"3/27/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":366,"Cost":340,"Date":"5/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":796,"Cost":554,"Date":"7/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":969,"Cost":515,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":598,"Cost":497,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":313,"Cost":181,"Date":"1/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":592,"Cost":372,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":283,"Cost":259,"Date":"6/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":455,"Cost":238,"Date":"6/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":764,"Cost":652,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":355,"Cost":218,"Date":"11/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":651,"Cost":563,"Date":"12/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":374,"Cost":337,"Date":"2/4/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":17,"Cost":9,"Date":"3/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":591,"Cost":503,"Date":"12/18/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":48,"Cost":31,"Date":"3/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":448,"Cost":411,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":194,"Cost":171,"Date":"6/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":23,"Cost":19,"Date":"7/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":965,"Cost":713,"Date":"11/21/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":575,"Cost":546,"Date":"11/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":282,"Cost":196,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":170,"Cost":110,"Date":"5/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":789,"Cost":402,"Date":"9/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":458,"Cost":246,"Date":"1/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":762,"Cost":428,"Date":"2/2/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":4,"Cost":3,"Date":"3/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":371,"Cost":226,"Date":"10/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":496,"Cost":373,"Date":"2/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":887,"Cost":697,"Date":"6/7/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":685,"Cost":515,"Date":"1/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":921,"Cost":823,"Date":"3/27/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":941,"Cost":874,"Date":"5/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":530,"Cost":404,"Date":"7/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":764,"Cost":653,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":431,"Cost":296,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":757,"Cost":653,"Date":"1/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":283,"Cost":235,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":659,"Cost":361,"Date":"6/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":202,"Cost":135,"Date":"6/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":724,"Cost":565,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":675,"Cost":569,"Date":"11/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":694,"Cost":608,"Date":"12/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":190,"Cost":175,"Date":"2/4/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":98,"Cost":51,"Date":"3/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":748,"Cost":633,"Date":"12/18/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":176,"Cost":146,"Date":"3/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":881,"Cost":666,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":523,"Cost":464,"Date":"6/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":21,"Cost":10,"Date":"7/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":430,"Cost":365,"Date":"11/21/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":831,"Cost":575,"Date":"11/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":404,"Cost":384,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":445,"Cost":402,"Date":"5/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":23,"Cost":19,"Date":"9/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":53,"Cost":37,"Date":"1/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":240,"Cost":220,"Date":"2/2/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":354,"Cost":312,"Date":"3/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":15,"Cost":8,"Date":"10/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":465,"Cost":292,"Date":"2/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":483,"Cost":268,"Date":"6/7/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":832,"Cost":588,"Date":"1/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":486,"Cost":366,"Date":"3/27/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":284,"Date":"5/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":680,"Cost":440,"Date":"7/28/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":897,"Cost":845,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":227,"Cost":133,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":124,"Date":"1/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":41,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":518,"Cost":330,"Date":"6/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":177,"Date":"6/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":925,"Cost":838,"Date":"8/13/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":926,"Cost":480,"Date":"11/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":776,"Cost":469,"Date":"12/28/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":93,"Cost":64,"Date":"2/4/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":368,"Cost":339,"Date":"3/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":945,"Cost":877,"Date":"12/18/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":52,"Date":"3/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":462,"Cost":251,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":569,"Cost":351,"Date":"6/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":454,"Cost":327,"Date":"7/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":313,"Cost":264,"Date":"11/21/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":223,"Cost":167,"Date":"11/26/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":559,"Cost":418,"Date":"2/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":925,"Cost":674,"Date":"5/21/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":13,"Cost":6,"Date":"9/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":93,"Date":"1/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":549,"Cost":447,"Date":"2/2/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":338,"Cost":169,"Date":"3/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":348,"Cost":177,"Date":"10/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":22,"Cost":15,"Date":"2/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":199,"Cost":139,"Date":"6/7/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":609,"Cost":515,"Date":"1/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":964,"Cost":861,"Date":"3/27/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":551,"Cost":424,"Date":"5/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":287,"Cost":263,"Date":"7/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":499,"Cost":305,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":617,"Cost":310,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":748,"Cost":689,"Date":"1/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":844,"Cost":721,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":688,"Cost":637,"Date":"6/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":615,"Cost":484,"Date":"6/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":929,"Cost":673,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":274,"Cost":147,"Date":"11/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":327,"Cost":202,"Date":"12/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":83,"Cost":49,"Date":"2/4/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":703,"Cost":415,"Date":"3/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":10,"Cost":5,"Date":"12/18/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":528,"Cost":452,"Date":"3/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":435,"Cost":404,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":20,"Cost":13,"Date":"6/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":889,"Cost":756,"Date":"7/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":47,"Cost":39,"Date":"11/21/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":95,"Cost":87,"Date":"11/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":80,"Cost":65,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":795,"Cost":647,"Date":"5/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":593,"Cost":426,"Date":"9/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":835,"Cost":624,"Date":"1/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":669,"Cost":396,"Date":"2/2/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":318,"Cost":272,"Date":"3/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":864,"Cost":479,"Date":"10/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":791,"Cost":644,"Date":"2/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":347,"Cost":202,"Date":"6/7/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":581,"Cost":296,"Date":"1/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":175,"Cost":90,"Date":"3/27/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":361,"Cost":208,"Date":"5/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":987,"Cost":934,"Date":"7/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":153,"Cost":105,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":151,"Cost":100,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":829,"Cost":520,"Date":"1/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":191,"Cost":97,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":543,"Cost":392,"Date":"6/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":54,"Cost":45,"Date":"6/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":183,"Cost":132,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":168,"Cost":155,"Date":"11/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":95,"Cost":55,"Date":"12/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":260,"Cost":143,"Date":"2/4/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":233,"Cost":198,"Date":"3/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":29,"Cost":19,"Date":"12/18/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":792,"Cost":655,"Date":"3/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":650,"Cost":386,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":62,"Cost":32,"Date":"6/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":822,"Cost":651,"Date":"7/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":732,"Cost":412,"Date":"11/21/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":385,"Cost":275,"Date":"11/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":852,"Cost":658,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":807,"Cost":682,"Date":"5/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":31,"Cost":15,"Date":"9/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":578,"Cost":461,"Date":"1/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":578,"Cost":370,"Date":"2/2/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":406,"Cost":289,"Date":"3/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":345,"Cost":224,"Date":"10/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":339,"Cost":191,"Date":"2/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":437,"Cost":395,"Date":"6/7/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":415,"Cost":388,"Date":"1/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":631,"Cost":513,"Date":"3/27/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":541,"Cost":386,"Date":"5/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":731,"Cost":585,"Date":"7/28/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":574,"Cost":542,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":921,"Cost":531,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":150,"Cost":123,"Date":"1/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":99,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":113,"Cost":97,"Date":"6/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":240,"Cost":178,"Date":"6/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":43,"Cost":21,"Date":"8/13/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":443,"Date":"11/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":308,"Cost":233,"Date":"12/28/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":740,"Date":"2/4/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":79,"Cost":60,"Date":"3/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":487,"Cost":395,"Date":"12/18/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":651,"Cost":376,"Date":"3/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":117,"Cost":96,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":772,"Cost":445,"Date":"6/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":262,"Cost":216,"Date":"7/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":372,"Cost":268,"Date":"11/21/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":675,"Date":"11/26/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":808,"Cost":736,"Date":"2/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":770,"Cost":611,"Date":"5/21/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":252,"Cost":235,"Date":"9/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":648,"Cost":359,"Date":"1/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":202,"Cost":189,"Date":"2/2/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":34,"Date":"3/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"Sellpy","Country":"Germany","Sale":568,"Cost":328,"Date":"10/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":640,"Cost":391,"Date":"2/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":988,"Cost":584,"Date":"6/7/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":382,"Cost":318,"Date":"1/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":369,"Date":"3/27/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":407,"Date":"5/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":73,"Date":"7/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":176,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":461,"Cost":348,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":533,"Cost":405,"Date":"1/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":381,"Cost":329,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":66,"Date":"6/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":62,"Cost":55,"Date":"6/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":42,"Cost":34,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":690,"Cost":591,"Date":"11/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":666,"Cost":339,"Date":"12/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":833,"Cost":732,"Date":"2/4/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":391,"Date":"3/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":867,"Cost":648,"Date":"12/18/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":125,"Cost":80,"Date":"3/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":185,"Cost":149,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":618,"Cost":410,"Date":"6/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":278,"Cost":243,"Date":"7/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":995,"Cost":706,"Date":"11/21/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":81,"Cost":74,"Date":"11/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":677,"Cost":609,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":494,"Date":"5/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":535,"Cost":312,"Date":"9/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":909,"Cost":459,"Date":"1/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":319,"Date":"2/2/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":481,"Cost":277,"Date":"3/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":430,"Date":"10/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":513,"Date":"2/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":19,"Cost":14,"Date":"6/7/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":122,"Cost":111,"Date":"1/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":403,"Cost":283,"Date":"3/27/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":625,"Cost":497,"Date":"5/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":408,"Cost":357,"Date":"7/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":685,"Cost":564,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":374,"Cost":213,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":317,"Cost":188,"Date":"1/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":733,"Cost":688,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":611,"Cost":485,"Date":"6/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":813,"Cost":616,"Date":"6/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":928,"Cost":723,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":165,"Cost":154,"Date":"11/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":603,"Cost":307,"Date":"12/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":259,"Cost":184,"Date":"2/4/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":704,"Cost":572,"Date":"3/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":586,"Cost":378,"Date":"12/18/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":54,"Cost":28,"Date":"3/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":403,"Cost":201,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":6,"Cost":5,"Date":"6/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":462,"Cost":384,"Date":"7/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":779,"Cost":414,"Date":"11/21/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":59,"Cost":54,"Date":"11/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":276,"Cost":257,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":89,"Cost":82,"Date":"5/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":813,"Cost":723,"Date":"9/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":630,"Cost":342,"Date":"1/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":28,"Date":"2/2/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":69,"Date":"3/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":9,"Cost":6,"Date":"10/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":256,"Cost":205,"Date":"2/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":53,"Cost":39,"Date":"6/7/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":4,"Cost":4,"Date":"1/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":856,"Cost":806,"Date":"3/27/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":417,"Date":"5/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":231,"Cost":129,"Date":"7/28/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":654,"Cost":477,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":167,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":171,"Date":"1/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":879,"Cost":554,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":543,"Cost":323,"Date":"6/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":169,"Cost":111,"Date":"6/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":528,"Date":"8/13/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":505,"Cost":447,"Date":"11/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":199,"Cost":128,"Date":"12/28/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":774,"Cost":603,"Date":"2/4/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":278,"Cost":239,"Date":"3/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":131,"Cost":69,"Date":"12/18/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":282,"Cost":225,"Date":"3/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":536,"Cost":459,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":393,"Cost":302,"Date":"6/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":994,"Cost":705,"Date":"7/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":315,"Cost":187,"Date":"11/21/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":543,"Cost":434,"Date":"11/26/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":246,"Cost":203,"Date":"2/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":920,"Cost":732,"Date":"5/21/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":840,"Cost":750,"Date":"9/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":326,"Cost":265,"Date":"1/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":85,"Cost":52,"Date":"2/2/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":432,"Cost":236,"Date":"3/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Sellpy","Country":"Germany","Sale":906,"Cost":469,"Date":"10/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":11,"Cost":7,"Date":"2/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":29,"Cost":16,"Date":"6/7/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":977,"Cost":621,"Date":"1/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":95,"Cost":81,"Date":"3/27/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":939,"Cost":747,"Date":"5/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":97,"Cost":86,"Date":"7/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":701,"Cost":432,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":973,"Cost":509,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":18,"Cost":13,"Date":"1/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":65,"Cost":48,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":365,"Cost":250,"Date":"6/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":405,"Cost":326,"Date":"6/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":183,"Cost":145,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":798,"Cost":682,"Date":"11/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":449,"Cost":352,"Date":"12/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":966,"Cost":739,"Date":"2/4/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":971,"Cost":871,"Date":"3/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":816,"Cost":563,"Date":"12/18/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":172,"Cost":99,"Date":"3/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":662,"Cost":423,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":733,"Cost":451,"Date":"6/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":203,"Cost":133,"Date":"7/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":172,"Cost":94,"Date":"11/21/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":199,"Cost":164,"Date":"11/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":598,"Cost":557,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":242,"Cost":145,"Date":"5/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":436,"Cost":335,"Date":"9/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":201,"Cost":120,"Date":"1/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":3,"Cost":2,"Date":"2/2/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":908,"Cost":707,"Date":"3/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":51,"Cost":35,"Date":"10/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":372,"Cost":221,"Date":"2/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":156,"Cost":122,"Date":"6/7/2018"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":845,"Cost":502,"Date":"1/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":767,"Cost":397,"Date":"3/27/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":203,"Cost":179,"Date":"5/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":56,"Cost":32,"Date":"7/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":296,"Cost":240,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":666,"Cost":609,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":188,"Cost":129,"Date":"1/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":671,"Cost":595,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":938,"Cost":478,"Date":"6/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":301,"Cost":158,"Date":"6/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":656,"Cost":427,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":281,"Cost":216,"Date":"11/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":637,"Cost":546,"Date":"12/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":316,"Cost":238,"Date":"2/4/2021"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":798,"Cost":592,"Date":"3/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":400,"Cost":263,"Date":"12/18/2021"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":581,"Cost":406,"Date":"3/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":851,"Cost":681,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":272,"Cost":223,"Date":"6/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":141,"Cost":82,"Date":"7/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":901,"Cost":747,"Date":"11/21/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":504,"Cost":440,"Date":"11/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":523,"Cost":370,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":217,"Cost":185,"Date":"5/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":575,"Cost":344,"Date":"9/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":123,"Cost":67,"Date":"1/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":505,"Cost":439,"Date":"2/2/2024"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":779,"Cost":569,"Date":"3/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"HM","Country":"Germany","Sale":659,"Cost":348,"Date":"10/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":881,"Cost":776,"Date":"2/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":566,"Cost":525,"Date":"6/7/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":66,"Cost":40,"Date":"1/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":116,"Cost":89,"Date":"3/27/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":36,"Cost":33,"Date":"5/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":567,"Cost":347,"Date":"7/28/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":484,"Cost":325,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":406,"Cost":263,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":130,"Date":"1/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":583,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":16,"Cost":11,"Date":"6/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":663,"Cost":537,"Date":"6/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":970,"Cost":511,"Date":"8/13/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":369,"Cost":332,"Date":"11/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":132,"Date":"12/28/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":103,"Cost":55,"Date":"2/4/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":630,"Cost":485,"Date":"3/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":601,"Date":"12/18/2021"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":231,"Cost":118,"Date":"3/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":195,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":797,"Cost":538,"Date":"6/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":487,"Cost":322,"Date":"7/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":571,"Cost":449,"Date":"11/21/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":826,"Cost":745,"Date":"11/26/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":405,"Cost":330,"Date":"2/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":381,"Cost":310,"Date":"5/21/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":32,"Date":"9/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":66,"Cost":40,"Date":"1/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":74,"Cost":58,"Date":"2/2/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":75,"Date":"3/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":903,"Cost":653,"Date":"10/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":964,"Cost":884,"Date":"2/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":42,"Cost":36,"Date":"6/7/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":356,"Cost":207,"Date":"1/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":353,"Cost":310,"Date":"3/27/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":848,"Cost":597,"Date":"5/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":992,"Cost":836,"Date":"7/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":402,"Cost":238,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":822,"Cost":577,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":158,"Cost":137,"Date":"1/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":924,"Cost":494,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":206,"Cost":166,"Date":"6/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":11,"Cost":7,"Date":"6/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":41,"Cost":20,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":154,"Cost":115,"Date":"11/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":683,"Cost":440,"Date":"12/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":912,"Cost":684,"Date":"2/4/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":87,"Cost":78,"Date":"3/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":183,"Cost":135,"Date":"12/18/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":433,"Cost":397,"Date":"3/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":238,"Cost":220,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":501,"Cost":297,"Date":"6/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":521,"Cost":445,"Date":"7/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":860,"Cost":757,"Date":"11/21/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":890,"Cost":591,"Date":"11/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":886,"Cost":699,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":387,"Cost":248,"Date":"5/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":114,"Cost":70,"Date":"9/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":596,"Cost":484,"Date":"1/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":544,"Cost":466,"Date":"2/2/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":34,"Cost":29,"Date":"3/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Nova","Country":"Germany","Sale":171,"Cost":150,"Date":"10/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":793,"Cost":698,"Date":"2/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":20,"Cost":10,"Date":"6/7/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":142,"Cost":100,"Date":"1/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":59,"Cost":56,"Date":"3/27/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":89,"Cost":65,"Date":"5/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":181,"Cost":141,"Date":"7/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":576,"Cost":327,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":750,"Cost":436,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":216,"Cost":108,"Date":"1/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":314,"Cost":277,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":506,"Cost":341,"Date":"6/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":781,"Cost":555,"Date":"6/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":404,"Cost":303,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":336,"Cost":171,"Date":"11/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":506,"Cost":433,"Date":"12/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":200,"Cost":164,"Date":"2/4/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":586,"Cost":495,"Date":"3/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":273,"Cost":222,"Date":"12/18/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":786,"Cost":520,"Date":"3/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":637,"Cost":522,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":534,"Cost":481,"Date":"6/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":639,"Cost":512,"Date":"7/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":676,"Cost":477,"Date":"11/21/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":515,"Cost":297,"Date":"11/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":267,"Cost":171,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":270,"Cost":193,"Date":"5/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":256,"Cost":180,"Date":"9/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":21,"Cost":14,"Date":"1/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":170,"Cost":96,"Date":"2/2/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":700,"Cost":355,"Date":"3/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":596,"Cost":518,"Date":"10/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":233,"Cost":217,"Date":"2/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":46,"Cost":39,"Date":"6/7/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":238,"Cost":165,"Date":"1/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":748,"Cost":375,"Date":"3/27/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":779,"Cost":513,"Date":"5/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":409,"Cost":342,"Date":"7/28/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":859,"Cost":801,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":166,"Cost":117,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":571,"Cost":333,"Date":"1/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":691,"Cost":489,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":888,"Cost":503,"Date":"6/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":356,"Cost":251,"Date":"6/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":797,"Cost":684,"Date":"8/13/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":274,"Cost":200,"Date":"11/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":969,"Cost":721,"Date":"12/28/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":844,"Cost":758,"Date":"2/4/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":480,"Cost":391,"Date":"3/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":287,"Cost":257,"Date":"12/18/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":314,"Cost":181,"Date":"3/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":812,"Cost":531,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":409,"Cost":232,"Date":"6/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":8,"Cost":5,"Date":"7/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":693,"Cost":643,"Date":"11/21/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":525,"Cost":421,"Date":"11/26/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":716,"Cost":585,"Date":"2/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":431,"Cost":215,"Date":"5/21/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":513,"Cost":457,"Date":"9/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":946,"Cost":646,"Date":"1/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":495,"Cost":415,"Date":"2/2/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":738,"Cost":461,"Date":"3/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"COS","Country":"Germany","Sale":428,"Cost":316,"Date":"10/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":123,"Cost":74,"Date":"2/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":509,"Date":"6/7/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":462,"Cost":422,"Date":"1/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":767,"Cost":677,"Date":"3/27/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":919,"Cost":591,"Date":"5/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":254,"Cost":202,"Date":"7/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":818,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":975,"Cost":704,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":400,"Cost":249,"Date":"1/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":785,"Cost":696,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":160,"Date":"6/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":947,"Cost":715,"Date":"6/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":365,"Cost":214,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":555,"Cost":352,"Date":"11/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":285,"Cost":214,"Date":"12/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":295,"Cost":186,"Date":"2/4/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":802,"Cost":751,"Date":"3/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":327,"Cost":207,"Date":"12/18/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":852,"Date":"3/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":315,"Cost":172,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":148,"Date":"6/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":298,"Cost":224,"Date":"7/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":404,"Date":"11/21/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":469,"Cost":287,"Date":"11/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":997,"Cost":612,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":790,"Cost":537,"Date":"5/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":212,"Cost":109,"Date":"9/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":355,"Cost":263,"Date":"1/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":122,"Date":"2/2/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":203,"Date":"3/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":829,"Date":"10/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":81,"Cost":59,"Date":"2/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":779,"Cost":702,"Date":"6/7/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":261,"Date":"1/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":276,"Cost":187,"Date":"3/27/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":728,"Cost":491,"Date":"5/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":802,"Cost":527,"Date":"7/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":709,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":748,"Cost":663,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":670,"Cost":531,"Date":"1/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":585,"Cost":303,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":97,"Cost":61,"Date":"6/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":357,"Date":"6/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":799,"Cost":626,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":254,"Date":"11/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":719,"Cost":399,"Date":"12/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":657,"Cost":533,"Date":"2/4/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":12,"Date":"3/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":726,"Cost":676,"Date":"12/18/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":976,"Cost":727,"Date":"3/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":115,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":50,"Cost":31,"Date":"6/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":12,"Date":"7/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":292,"Date":"11/21/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":452,"Date":"11/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":757,"Cost":644,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":417,"Cost":330,"Date":"5/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":380,"Cost":230,"Date":"9/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":663,"Cost":386,"Date":"1/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":391,"Cost":360,"Date":"2/2/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":153,"Cost":137,"Date":"3/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":988,"Cost":774,"Date":"10/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":913,"Cost":676,"Date":"2/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":289,"Cost":234,"Date":"6/7/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":727,"Cost":622,"Date":"1/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":729,"Cost":553,"Date":"3/27/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":249,"Date":"5/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":318,"Date":"7/28/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":943,"Cost":731,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":339,"Cost":211,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":577,"Cost":388,"Date":"1/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":335,"Cost":270,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":655,"Cost":332,"Date":"6/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":350,"Cost":316,"Date":"6/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":26,"Cost":20,"Date":"8/13/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":447,"Cost":311,"Date":"11/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":883,"Cost":508,"Date":"12/28/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":397,"Cost":288,"Date":"2/4/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":942,"Cost":492,"Date":"3/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":98,"Cost":57,"Date":"12/18/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":17,"Cost":10,"Date":"3/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":124,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":743,"Cost":701,"Date":"6/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":238,"Cost":202,"Date":"7/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":131,"Cost":85,"Date":"11/21/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":947,"Cost":722,"Date":"11/26/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":369,"Cost":341,"Date":"2/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":176,"Cost":127,"Date":"5/21/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":572,"Cost":536,"Date":"9/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":233,"Cost":165,"Date":"1/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":460,"Cost":385,"Date":"2/2/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":311,"Cost":267,"Date":"3/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":420,"Date":"10/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":105,"Cost":55,"Date":"2/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":204,"Cost":155,"Date":"6/7/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":822,"Cost":495,"Date":"1/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":261,"Cost":231,"Date":"3/27/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":782,"Cost":503,"Date":"5/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":783,"Cost":686,"Date":"7/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":190,"Cost":157,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":781,"Cost":438,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":999,"Cost":536,"Date":"1/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":842,"Cost":595,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":123,"Cost":103,"Date":"6/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":89,"Cost":51,"Date":"6/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":770,"Cost":666,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":98,"Cost":71,"Date":"11/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":284,"Cost":262,"Date":"12/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":19,"Cost":18,"Date":"2/4/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":124,"Cost":62,"Date":"3/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":699,"Cost":602,"Date":"12/18/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":787,"Cost":555,"Date":"3/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":395,"Cost":295,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":170,"Cost":159,"Date":"6/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":227,"Cost":140,"Date":"7/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":958,"Cost":652,"Date":"11/21/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":357,"Cost":252,"Date":"11/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":775,"Cost":667,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":455,"Cost":286,"Date":"5/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":33,"Cost":19,"Date":"9/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":818,"Cost":678,"Date":"1/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":718,"Cost":598,"Date":"2/2/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":829,"Cost":490,"Date":"3/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM","Country":"Germany","Sale":437,"Cost":377,"Date":"10/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":397,"Cost":262,"Date":"2/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":171,"Cost":121,"Date":"6/7/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":735,"Cost":441,"Date":"1/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":419,"Cost":262,"Date":"3/27/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":110,"Cost":103,"Date":"5/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":156,"Cost":78,"Date":"7/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":887,"Cost":724,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":315,"Cost":228,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":11,"Cost":7,"Date":"1/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":918,"Cost":824,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":615,"Cost":401,"Date":"6/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":825,"Cost":500,"Date":"6/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":434,"Cost":369,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":502,"Cost":285,"Date":"11/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":279,"Cost":154,"Date":"12/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":447,"Cost":227,"Date":"2/4/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":943,"Cost":647,"Date":"3/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":423,"Cost":293,"Date":"12/18/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":899,"Cost":561,"Date":"3/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":926,"Cost":626,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":766,"Cost":478,"Date":"6/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":965,"Cost":723,"Date":"7/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":357,"Cost":273,"Date":"11/21/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":443,"Cost":228,"Date":"11/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":150,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":518,"Date":"5/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":588,"Cost":324,"Date":"9/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":868,"Cost":713,"Date":"1/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":144,"Cost":122,"Date":"2/2/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":859,"Cost":503,"Date":"3/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":360,"Date":"10/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":357,"Cost":290,"Date":"2/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":772,"Cost":467,"Date":"6/7/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":102,"Cost":78,"Date":"1/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":198,"Cost":172,"Date":"3/27/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":764,"Cost":402,"Date":"5/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":450,"Cost":414,"Date":"7/28/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":667,"Cost":561,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":481,"Cost":412,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":733,"Cost":379,"Date":"1/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":423,"Cost":394,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":151,"Cost":94,"Date":"6/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":43,"Cost":25,"Date":"6/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":232,"Cost":159,"Date":"8/13/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":454,"Cost":408,"Date":"11/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":816,"Cost":443,"Date":"12/28/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":41,"Cost":25,"Date":"2/4/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":486,"Cost":334,"Date":"3/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":681,"Cost":345,"Date":"12/18/2021"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":457,"Cost":353,"Date":"3/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":800,"Cost":755,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":279,"Cost":238,"Date":"6/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":4,"Cost":3,"Date":"7/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":364,"Cost":209,"Date":"11/21/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":136,"Cost":79,"Date":"11/26/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":940,"Cost":792,"Date":"2/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":893,"Cost":501,"Date":"5/21/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":700,"Cost":444,"Date":"9/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":892,"Cost":619,"Date":"1/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":906,"Cost":699,"Date":"2/2/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":887,"Cost":661,"Date":"3/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":875,"Cost":549,"Date":"10/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":98,"Cost":74,"Date":"2/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":323,"Cost":295,"Date":"6/7/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":122,"Cost":113,"Date":"1/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":263,"Cost":167,"Date":"3/27/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":715,"Cost":663,"Date":"5/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":757,"Cost":452,"Date":"7/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":830,"Cost":711,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":373,"Cost":289,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":379,"Cost":246,"Date":"1/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":576,"Cost":540,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":868,"Cost":476,"Date":"6/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":681,"Cost":531,"Date":"6/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":460,"Cost":279,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":521,"Cost":413,"Date":"11/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":705,"Cost":393,"Date":"12/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":248,"Cost":196,"Date":"2/4/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":228,"Cost":115,"Date":"3/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":334,"Cost":188,"Date":"12/18/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":646,"Cost":604,"Date":"3/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":194,"Cost":139,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":113,"Cost":90,"Date":"6/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":808,"Cost":765,"Date":"7/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":433,"Cost":302,"Date":"11/21/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":551,"Cost":330,"Date":"11/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":999,"Cost":794,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":72,"Cost":64,"Date":"5/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":420,"Cost":312,"Date":"9/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":70,"Cost":60,"Date":"1/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":486,"Cost":322,"Date":"2/2/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":391,"Cost":322,"Date":"3/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":98,"Cost":64,"Date":"10/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":755,"Cost":386,"Date":"2/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":695,"Cost":630,"Date":"6/7/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":356,"Cost":225,"Date":"1/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":448,"Cost":340,"Date":"3/27/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":747,"Cost":634,"Date":"5/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":487,"Cost":405,"Date":"7/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":917,"Cost":737,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":513,"Cost":408,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":386,"Cost":217,"Date":"1/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":728,"Cost":593,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":307,"Date":"6/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":386,"Cost":210,"Date":"6/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":67,"Cost":49,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":866,"Cost":715,"Date":"11/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":141,"Cost":97,"Date":"12/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":672,"Cost":477,"Date":"2/4/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":169,"Cost":131,"Date":"3/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":533,"Date":"12/18/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":641,"Cost":575,"Date":"3/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":721,"Cost":373,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":66,"Date":"6/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":370,"Cost":251,"Date":"7/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":389,"Date":"11/21/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":587,"Cost":407,"Date":"11/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":43,"Cost":24,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":19,"Cost":10,"Date":"5/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":660,"Cost":331,"Date":"9/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":733,"Cost":480,"Date":"1/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":686,"Cost":523,"Date":"2/2/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":565,"Cost":419,"Date":"3/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Sellpy","Country":"Germany","Sale":330,"Cost":231,"Date":"10/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":606,"Cost":357,"Date":"2/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":8,"Cost":7,"Date":"6/7/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":644,"Date":"1/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":668,"Cost":334,"Date":"3/27/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":204,"Cost":171,"Date":"5/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":54,"Cost":39,"Date":"7/28/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":61,"Cost":53,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":141,"Cost":107,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":115,"Cost":109,"Date":"1/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":239,"Cost":212,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":611,"Cost":371,"Date":"6/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":677,"Date":"6/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":283,"Cost":216,"Date":"8/13/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":861,"Cost":610,"Date":"11/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":589,"Cost":458,"Date":"12/28/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":176,"Cost":100,"Date":"2/4/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":896,"Cost":717,"Date":"3/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":134,"Date":"12/18/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":514,"Cost":260,"Date":"3/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":23,"Cost":15,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":426,"Cost":222,"Date":"6/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":814,"Cost":731,"Date":"7/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":96,"Date":"11/21/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":500,"Cost":452,"Date":"11/26/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":713,"Cost":578,"Date":"2/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":281,"Date":"5/21/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":852,"Cost":579,"Date":"9/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":994,"Cost":783,"Date":"1/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":379,"Cost":350,"Date":"2/2/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":801,"Cost":540,"Date":"3/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":590,"Cost":400,"Date":"10/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":663,"Cost":360,"Date":"2/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":849,"Cost":802,"Date":"6/7/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":222,"Cost":148,"Date":"1/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":261,"Cost":140,"Date":"3/27/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":812,"Cost":608,"Date":"5/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":174,"Cost":120,"Date":"7/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":830,"Cost":546,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":243,"Cost":151,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":385,"Cost":314,"Date":"1/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":392,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":45,"Cost":43,"Date":"6/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":155,"Date":"6/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":675,"Cost":505,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":510,"Cost":374,"Date":"11/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":403,"Cost":222,"Date":"12/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":926,"Cost":708,"Date":"2/4/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":630,"Cost":441,"Date":"3/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":569,"Cost":303,"Date":"12/18/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":936,"Cost":878,"Date":"3/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":21,"Cost":14,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":205,"Date":"6/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":981,"Cost":880,"Date":"7/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":344,"Cost":174,"Date":"11/21/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":80,"Cost":71,"Date":"11/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":530,"Cost":493,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":378,"Cost":326,"Date":"5/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":987,"Cost":626,"Date":"9/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":876,"Date":"1/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":174,"Cost":110,"Date":"2/2/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":532,"Cost":285,"Date":"3/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Jeans","Country":"Germany","Sale":55,"Cost":35,"Date":"10/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":603,"Cost":311,"Date":"2/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":657,"Cost":522,"Date":"6/7/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":753,"Cost":659,"Date":"1/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":347,"Cost":218,"Date":"3/27/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":287,"Date":"5/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":452,"Cost":430,"Date":"7/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":684,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":445,"Cost":409,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":989,"Cost":915,"Date":"1/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":935,"Cost":539,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":231,"Cost":123,"Date":"6/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":521,"Cost":354,"Date":"6/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":314,"Cost":181,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":414,"Date":"11/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":180,"Cost":141,"Date":"12/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":580,"Cost":479,"Date":"2/4/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":714,"Cost":436,"Date":"3/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":310,"Cost":181,"Date":"12/18/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":202,"Cost":164,"Date":"3/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":278,"Cost":186,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":508,"Cost":273,"Date":"6/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":437,"Cost":383,"Date":"7/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":150,"Cost":106,"Date":"11/21/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":449,"Cost":329,"Date":"11/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":708,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":316,"Cost":260,"Date":"5/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":410,"Date":"9/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":332,"Cost":279,"Date":"1/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":71,"Date":"2/2/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":617,"Cost":546,"Date":"3/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":126,"Date":"10/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":300,"Cost":175,"Date":"2/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":366,"Cost":229,"Date":"6/7/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":217,"Cost":132,"Date":"1/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":111,"Cost":63,"Date":"3/27/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":616,"Cost":542,"Date":"5/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":146,"Cost":139,"Date":"7/28/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":316,"Cost":180,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":857,"Cost":443,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":657,"Cost":446,"Date":"1/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":259,"Cost":132,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":267,"Cost":188,"Date":"6/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":444,"Cost":320,"Date":"6/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":166,"Cost":137,"Date":"8/13/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":200,"Cost":174,"Date":"11/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":263,"Cost":157,"Date":"12/28/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":928,"Cost":502,"Date":"2/4/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":459,"Cost":435,"Date":"3/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":663,"Cost":573,"Date":"12/18/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":657,"Cost":382,"Date":"3/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":311,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":61,"Date":"6/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":466,"Cost":358,"Date":"7/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":925,"Cost":559,"Date":"11/21/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":272,"Date":"11/26/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":591,"Cost":373,"Date":"2/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":112,"Cost":69,"Date":"5/21/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":373,"Cost":244,"Date":"9/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":577,"Cost":469,"Date":"1/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":774,"Cost":536,"Date":"2/2/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":498,"Cost":283,"Date":"3/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":348,"Cost":234,"Date":"10/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":563,"Cost":328,"Date":"2/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":396,"Cost":295,"Date":"6/7/2018"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":478,"Cost":296,"Date":"1/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":177,"Cost":149,"Date":"3/27/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":196,"Cost":125,"Date":"5/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":444,"Cost":334,"Date":"7/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":227,"Cost":202,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":302,"Cost":184,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":17,"Cost":11,"Date":"1/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":547,"Cost":397,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":884,"Cost":561,"Date":"6/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":748,"Cost":656,"Date":"6/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":447,"Cost":316,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":970,"Cost":691,"Date":"11/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":198,"Cost":113,"Date":"12/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":481,"Cost":442,"Date":"2/4/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":564,"Cost":416,"Date":"3/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":369,"Cost":201,"Date":"12/18/2021"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":838,"Cost":735,"Date":"3/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":872,"Cost":459,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":781,"Cost":637,"Date":"6/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":16,"Cost":9,"Date":"7/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":668,"Cost":422,"Date":"11/21/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":931,"Cost":809,"Date":"11/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":73,"Cost":61,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":963,"Cost":623,"Date":"5/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":836,"Cost":551,"Date":"9/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":808,"Cost":723,"Date":"1/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":352,"Cost":220,"Date":"2/2/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":101,"Cost":55,"Date":"3/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"Nova","Country":"Germany","Sale":781,"Cost":727,"Date":"10/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":159,"Cost":151,"Date":"2/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":389,"Cost":275,"Date":"6/7/2018"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":842,"Cost":549,"Date":"1/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":22,"Cost":21,"Date":"3/27/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":981,"Cost":550,"Date":"5/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":713,"Cost":598,"Date":"7/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":288,"Cost":185,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":22,"Cost":17,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":463,"Cost":359,"Date":"1/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":431,"Cost":337,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":291,"Cost":240,"Date":"6/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":631,"Cost":557,"Date":"6/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":656,"Cost":414,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":398,"Cost":311,"Date":"11/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":613,"Cost":363,"Date":"12/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":972,"Cost":630,"Date":"2/4/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":126,"Cost":85,"Date":"3/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":989,"Cost":648,"Date":"12/18/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":20,"Cost":16,"Date":"3/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":105,"Cost":84,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":50,"Cost":25,"Date":"6/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":427,"Cost":383,"Date":"7/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":561,"Cost":435,"Date":"11/21/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":433,"Cost":312,"Date":"11/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":584,"Cost":533,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":863,"Cost":715,"Date":"5/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":608,"Cost":384,"Date":"9/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":806,"Cost":431,"Date":"1/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":629,"Cost":416,"Date":"2/2/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":789,"Cost":550,"Date":"3/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":937,"Cost":608,"Date":"10/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":152,"Cost":117,"Date":"2/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":35,"Cost":21,"Date":"6/7/2018"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":506,"Cost":305,"Date":"1/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":497,"Cost":407,"Date":"3/27/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":700,"Cost":430,"Date":"5/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":463,"Cost":362,"Date":"7/28/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":13,"Cost":12,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":886,"Cost":635,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":409,"Cost":231,"Date":"1/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":172,"Cost":135,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":111,"Cost":78,"Date":"6/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":802,"Cost":409,"Date":"6/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":388,"Cost":240,"Date":"8/13/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":701,"Cost":641,"Date":"11/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":587,"Cost":295,"Date":"12/28/2020"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":714,"Cost":399,"Date":"2/4/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":694,"Cost":435,"Date":"3/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":694,"Cost":469,"Date":"12/18/2021"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":182,"Cost":125,"Date":"3/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":622,"Cost":408,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":189,"Cost":116,"Date":"6/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":337,"Cost":175,"Date":"7/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":583,"Cost":527,"Date":"11/21/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":311,"Cost":179,"Date":"11/26/2022"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":482,"Cost":259,"Date":"2/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":107,"Cost":65,"Date":"5/21/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":728,"Cost":642,"Date":"9/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":312,"Cost":284,"Date":"1/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":540,"Cost":365,"Date":"2/2/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":266,"Cost":233,"Date":"3/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"COS","Country":"Germany","Sale":727,"Cost":540,"Date":"10/14/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":913,"Cost":736,"Date":"2/16/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":651,"Cost":591,"Date":"6/7/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":822,"Cost":552,"Date":"1/28/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":601,"Cost":442,"Date":"3/27/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":465,"Date":"5/12/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":36,"Cost":29,"Date":"7/28/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":14,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":816,"Cost":455,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":36,"Date":"1/17/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":848,"Cost":645,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":637,"Cost":564,"Date":"6/6/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":704,"Cost":637,"Date":"6/16/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":158,"Cost":144,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":499,"Cost":436,"Date":"11/19/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":239,"Cost":201,"Date":"12/28/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":478,"Cost":353,"Date":"2/4/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":816,"Cost":433,"Date":"3/8/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":708,"Date":"12/18/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":409,"Cost":378,"Date":"3/31/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":464,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":245,"Cost":231,"Date":"6/26/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":425,"Cost":358,"Date":"7/23/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":719,"Cost":508,"Date":"11/21/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":593,"Date":"11/26/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":691,"Cost":634,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":278,"Date":"5/21/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":487,"Cost":371,"Date":"9/28/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":388,"Cost":288,"Date":"1/3/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":470,"Cost":241,"Date":"2/2/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":895,"Cost":517,"Date":"3/18/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":573,"Date":"10/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":304,"Cost":239,"Date":"2/16/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":230,"Date":"6/7/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":68,"Cost":35,"Date":"1/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":209,"Date":"3/27/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":385,"Date":"5/12/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":493,"Date":"7/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":948,"Cost":499,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":599,"Cost":343,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":67,"Date":"1/17/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":558,"Cost":469,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":314,"Date":"6/6/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":459,"Cost":423,"Date":"6/16/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":712,"Cost":651,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":218,"Cost":172,"Date":"11/19/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":654,"Cost":594,"Date":"12/28/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":161,"Cost":100,"Date":"2/4/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":719,"Cost":444,"Date":"3/8/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":360,"Cost":214,"Date":"12/18/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":77,"Cost":45,"Date":"3/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":106,"Cost":73,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":721,"Cost":598,"Date":"6/26/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":568,"Cost":318,"Date":"7/23/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":336,"Date":"11/21/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":39,"Cost":20,"Date":"11/26/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":142,"Cost":71,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":905,"Date":"5/21/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":526,"Cost":277,"Date":"9/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":246,"Cost":156,"Date":"1/3/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":842,"Cost":757,"Date":"2/2/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":739,"Cost":542,"Date":"3/18/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":848,"Cost":680,"Date":"10/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":641,"Cost":577,"Date":"2/16/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":310,"Cost":292,"Date":"6/7/2018"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":760,"Cost":637,"Date":"1/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":642,"Cost":402,"Date":"3/27/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":270,"Cost":146,"Date":"5/12/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":259,"Cost":205,"Date":"7/28/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":559,"Cost":418,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":414,"Cost":255,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":165,"Date":"1/17/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":421,"Cost":359,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":339,"Cost":259,"Date":"6/6/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":705,"Cost":444,"Date":"6/16/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":552,"Date":"8/13/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":309,"Cost":261,"Date":"11/19/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":674,"Cost":453,"Date":"12/28/2020"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":958,"Cost":784,"Date":"2/4/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":100,"Date":"3/8/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":208,"Date":"12/18/2021"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":284,"Cost":144,"Date":"3/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":725,"Cost":378,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":72,"Cost":46,"Date":"6/26/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":967,"Cost":594,"Date":"7/23/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":705,"Cost":489,"Date":"11/21/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":702,"Cost":641,"Date":"11/26/2022"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":469,"Cost":426,"Date":"2/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":791,"Cost":733,"Date":"5/21/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":655,"Cost":421,"Date":"9/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":932,"Cost":566,"Date":"1/3/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":402,"Cost":377,"Date":"2/2/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":231,"Cost":153,"Date":"3/18/2024"},{"Store":"Aachen Arkaden","Brand":"HM Home","Country":"Germany","Sale":239,"Cost":124,"Date":"10/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":381,"Cost":311,"Date":"2/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":531,"Cost":289,"Date":"6/7/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":755,"Cost":552,"Date":"1/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":861,"Cost":450,"Date":"3/27/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":279,"Cost":181,"Date":"5/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":999,"Cost":857,"Date":"7/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":686,"Cost":360,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":80,"Cost":47,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":48,"Cost":39,"Date":"1/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":485,"Cost":380,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":940,"Cost":771,"Date":"6/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":114,"Cost":63,"Date":"6/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":919,"Cost":675,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":609,"Cost":511,"Date":"11/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":797,"Cost":604,"Date":"12/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":72,"Cost":63,"Date":"2/4/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":931,"Cost":872,"Date":"3/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":919,"Cost":765,"Date":"12/18/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":427,"Cost":327,"Date":"3/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":684,"Cost":628,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":161,"Cost":84,"Date":"6/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":616,"Cost":334,"Date":"7/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":544,"Cost":413,"Date":"11/21/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":330,"Cost":297,"Date":"11/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":302,"Cost":167,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":17,"Cost":11,"Date":"5/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":821,"Cost":529,"Date":"9/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":193,"Cost":157,"Date":"1/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":87,"Cost":70,"Date":"2/2/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":255,"Cost":135,"Date":"3/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":221,"Cost":158,"Date":"10/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":417,"Cost":333,"Date":"2/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":138,"Cost":117,"Date":"6/7/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":159,"Cost":134,"Date":"1/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":897,"Cost":509,"Date":"3/27/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":448,"Cost":426,"Date":"5/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":396,"Cost":297,"Date":"7/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":264,"Cost":174,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":370,"Cost":318,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":650,"Cost":612,"Date":"1/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":388,"Cost":339,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":82,"Cost":57,"Date":"6/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":15,"Cost":8,"Date":"6/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":209,"Cost":158,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":662,"Cost":500,"Date":"11/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":562,"Cost":506,"Date":"12/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":166,"Cost":148,"Date":"2/4/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":921,"Cost":629,"Date":"3/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":839,"Cost":471,"Date":"12/18/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":677,"Cost":564,"Date":"3/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":363,"Cost":329,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":880,"Cost":731,"Date":"6/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":390,"Cost":286,"Date":"7/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":314,"Cost":171,"Date":"11/21/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":920,"Cost":493,"Date":"11/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":552,"Cost":492,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":828,"Cost":529,"Date":"5/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":963,"Cost":500,"Date":"9/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":604,"Cost":527,"Date":"1/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":393,"Cost":239,"Date":"2/2/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":209,"Cost":120,"Date":"3/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":335,"Cost":249,"Date":"10/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":258,"Cost":162,"Date":"2/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":346,"Date":"6/7/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":694,"Cost":555,"Date":"1/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":889,"Cost":837,"Date":"3/27/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":551,"Date":"5/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":541,"Cost":350,"Date":"7/28/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":92,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":813,"Cost":445,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":741,"Cost":528,"Date":"1/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":889,"Cost":724,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":974,"Cost":758,"Date":"6/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":516,"Cost":464,"Date":"6/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":897,"Cost":849,"Date":"8/13/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":36,"Cost":31,"Date":"11/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":249,"Cost":181,"Date":"12/28/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":662,"Cost":605,"Date":"2/4/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":24,"Date":"3/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":122,"Date":"12/18/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":109,"Cost":72,"Date":"3/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":241,"Cost":202,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":848,"Cost":642,"Date":"6/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":37,"Cost":21,"Date":"7/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":566,"Cost":520,"Date":"11/21/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":107,"Date":"11/26/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":529,"Date":"2/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":410,"Cost":278,"Date":"5/21/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":334,"Cost":181,"Date":"9/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":147,"Cost":139,"Date":"1/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":272,"Date":"2/2/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":714,"Cost":488,"Date":"3/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"ARKET","Country":"Germany","Sale":841,"Cost":462,"Date":"10/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":753,"Cost":707,"Date":"2/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":115,"Date":"6/7/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":808,"Cost":429,"Date":"1/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":296,"Cost":246,"Date":"3/27/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":955,"Cost":676,"Date":"5/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":665,"Cost":384,"Date":"7/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":665,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":832,"Cost":503,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":652,"Cost":531,"Date":"1/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":667,"Cost":605,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":393,"Cost":341,"Date":"6/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":603,"Cost":559,"Date":"6/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":594,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":371,"Cost":282,"Date":"11/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":347,"Cost":241,"Date":"12/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":108,"Cost":54,"Date":"2/4/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":139,"Cost":114,"Date":"3/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":296,"Cost":270,"Date":"12/18/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":558,"Cost":334,"Date":"3/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":567,"Cost":530,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":695,"Cost":397,"Date":"6/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":859,"Cost":439,"Date":"7/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":576,"Cost":355,"Date":"11/21/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":693,"Cost":482,"Date":"11/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":201,"Cost":139,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":859,"Cost":734,"Date":"5/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":873,"Cost":441,"Date":"9/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":386,"Cost":359,"Date":"1/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":863,"Cost":665,"Date":"2/2/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":979,"Cost":744,"Date":"3/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":381,"Date":"10/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":917,"Cost":595,"Date":"2/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":828,"Cost":683,"Date":"6/7/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":873,"Cost":748,"Date":"1/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":517,"Cost":411,"Date":"3/27/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":871,"Cost":508,"Date":"5/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":149,"Cost":125,"Date":"7/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":534,"Cost":273,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":290,"Cost":251,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":911,"Cost":724,"Date":"1/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":494,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":149,"Cost":109,"Date":"6/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":444,"Cost":316,"Date":"6/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":220,"Cost":175,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":54,"Cost":50,"Date":"11/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":723,"Cost":416,"Date":"12/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":203,"Date":"2/4/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":792,"Cost":576,"Date":"3/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":112,"Cost":71,"Date":"12/18/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":429,"Cost":232,"Date":"3/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":418,"Cost":219,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":52,"Date":"6/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":206,"Date":"7/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":696,"Cost":482,"Date":"11/21/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":149,"Date":"11/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":836,"Cost":532,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":713,"Cost":407,"Date":"5/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":508,"Cost":405,"Date":"9/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":132,"Cost":88,"Date":"1/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":646,"Cost":580,"Date":"2/2/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":534,"Date":"3/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":579,"Cost":517,"Date":"10/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":542,"Cost":467,"Date":"2/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":835,"Cost":672,"Date":"6/7/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":158,"Cost":127,"Date":"1/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":286,"Cost":225,"Date":"3/27/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":459,"Cost":283,"Date":"5/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":569,"Cost":354,"Date":"7/28/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":277,"Cost":259,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":815,"Cost":577,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":290,"Date":"1/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":842,"Cost":432,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":585,"Cost":485,"Date":"6/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":918,"Cost":557,"Date":"6/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":94,"Cost":61,"Date":"8/13/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":256,"Cost":229,"Date":"11/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":155,"Cost":88,"Date":"12/28/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":458,"Cost":419,"Date":"2/4/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":671,"Cost":397,"Date":"3/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":335,"Cost":260,"Date":"12/18/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":332,"Cost":184,"Date":"3/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":485,"Cost":270,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":947,"Cost":643,"Date":"6/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":43,"Cost":25,"Date":"7/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":473,"Cost":443,"Date":"11/21/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":297,"Cost":164,"Date":"11/26/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":343,"Date":"2/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":498,"Cost":358,"Date":"5/21/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":804,"Cost":559,"Date":"9/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":365,"Cost":338,"Date":"1/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":904,"Cost":811,"Date":"2/2/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":599,"Cost":418,"Date":"3/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":413,"Cost":328,"Date":"10/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":78,"Cost":68,"Date":"2/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":888,"Cost":731,"Date":"6/7/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":505,"Cost":377,"Date":"1/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":949,"Cost":566,"Date":"3/27/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":797,"Cost":540,"Date":"5/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":215,"Cost":200,"Date":"7/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":531,"Cost":438,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":161,"Cost":84,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":35,"Cost":28,"Date":"1/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":476,"Cost":363,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":3,"Cost":2,"Date":"6/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":551,"Cost":288,"Date":"6/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":662,"Cost":481,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":357,"Cost":252,"Date":"11/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":763,"Cost":465,"Date":"12/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":466,"Cost":257,"Date":"2/4/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":644,"Cost":540,"Date":"3/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":966,"Cost":627,"Date":"12/18/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":208,"Cost":141,"Date":"3/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":946,"Cost":863,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":316,"Cost":241,"Date":"6/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":218,"Cost":184,"Date":"7/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":161,"Cost":131,"Date":"11/21/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":70,"Cost":36,"Date":"11/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":743,"Cost":445,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":967,"Cost":642,"Date":"5/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":884,"Cost":587,"Date":"9/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":676,"Cost":367,"Date":"1/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":373,"Cost":304,"Date":"2/2/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":968,"Cost":548,"Date":"3/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":560,"Cost":310,"Date":"10/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":917,"Cost":576,"Date":"2/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":752,"Cost":672,"Date":"6/7/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":870,"Cost":569,"Date":"1/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":486,"Cost":244,"Date":"3/27/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":794,"Cost":665,"Date":"5/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":119,"Cost":88,"Date":"7/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":416,"Cost":336,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":47,"Cost":28,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":912,"Cost":754,"Date":"1/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":791,"Cost":667,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":509,"Cost":449,"Date":"6/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":745,"Cost":490,"Date":"6/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":107,"Cost":94,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":621,"Cost":311,"Date":"11/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":745,"Cost":433,"Date":"12/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":207,"Cost":134,"Date":"2/4/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":499,"Cost":314,"Date":"3/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":346,"Cost":227,"Date":"12/18/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":157,"Cost":95,"Date":"3/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":897,"Cost":711,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":506,"Date":"6/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":278,"Cost":172,"Date":"7/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":97,"Cost":54,"Date":"11/21/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":720,"Cost":611,"Date":"11/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":178,"Cost":136,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":645,"Cost":540,"Date":"5/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":496,"Cost":454,"Date":"9/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":248,"Cost":128,"Date":"1/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":851,"Cost":531,"Date":"2/2/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":281,"Cost":163,"Date":"3/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":786,"Cost":483,"Date":"10/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":553,"Cost":469,"Date":"2/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":90,"Cost":52,"Date":"6/7/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":261,"Cost":237,"Date":"1/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":389,"Cost":282,"Date":"3/27/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":379,"Cost":267,"Date":"5/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":892,"Cost":701,"Date":"7/28/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":258,"Cost":138,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":950,"Cost":869,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":125,"Cost":100,"Date":"1/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":440,"Cost":265,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":368,"Cost":326,"Date":"6/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":568,"Cost":458,"Date":"6/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":714,"Cost":614,"Date":"8/13/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":573,"Cost":325,"Date":"11/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":301,"Cost":274,"Date":"12/28/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":401,"Cost":269,"Date":"2/4/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":451,"Cost":297,"Date":"3/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":949,"Cost":496,"Date":"12/18/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":245,"Cost":143,"Date":"3/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":208,"Cost":161,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":92,"Cost":88,"Date":"6/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":76,"Cost":62,"Date":"7/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":749,"Cost":666,"Date":"11/21/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":393,"Cost":312,"Date":"11/26/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":170,"Cost":129,"Date":"2/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":50,"Cost":29,"Date":"5/21/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":39,"Cost":36,"Date":"9/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":885,"Cost":666,"Date":"1/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":186,"Cost":154,"Date":"2/2/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":111,"Cost":104,"Date":"3/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":636,"Cost":415,"Date":"10/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":377,"Date":"2/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":57,"Cost":42,"Date":"6/7/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":688,"Cost":637,"Date":"1/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":204,"Cost":146,"Date":"3/27/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":306,"Date":"5/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":716,"Date":"7/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":768,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":312,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":83,"Cost":60,"Date":"1/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":192,"Cost":107,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":439,"Cost":367,"Date":"6/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":217,"Cost":191,"Date":"6/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":322,"Cost":185,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":332,"Date":"11/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":613,"Cost":364,"Date":"12/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":67,"Cost":64,"Date":"2/4/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":788,"Cost":731,"Date":"3/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":335,"Date":"12/18/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":10,"Date":"3/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":22,"Cost":21,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":895,"Cost":814,"Date":"6/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":515,"Cost":391,"Date":"7/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":570,"Cost":453,"Date":"11/21/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":93,"Cost":54,"Date":"11/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":91,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":154,"Date":"5/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":240,"Cost":161,"Date":"9/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":713,"Cost":482,"Date":"1/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":307,"Cost":244,"Date":"2/2/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":374,"Cost":215,"Date":"3/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Jeans","Country":"Germany","Sale":815,"Cost":708,"Date":"10/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":914,"Cost":624,"Date":"2/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":42,"Cost":32,"Date":"6/7/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":935,"Cost":785,"Date":"1/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":239,"Cost":194,"Date":"3/27/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":917,"Cost":640,"Date":"5/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":188,"Cost":113,"Date":"7/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":423,"Cost":282,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":3,"Cost":2,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":550,"Cost":333,"Date":"1/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":89,"Cost":54,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":835,"Cost":720,"Date":"6/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":607,"Cost":403,"Date":"6/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":234,"Cost":164,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":642,"Cost":533,"Date":"11/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":18,"Cost":17,"Date":"12/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":879,"Cost":631,"Date":"2/4/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":898,"Cost":785,"Date":"3/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":413,"Cost":223,"Date":"12/18/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":369,"Cost":345,"Date":"3/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":115,"Cost":86,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":123,"Cost":107,"Date":"6/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":149,"Cost":137,"Date":"7/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":757,"Cost":549,"Date":"11/21/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":635,"Cost":420,"Date":"11/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":745,"Cost":563,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":602,"Cost":427,"Date":"5/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":622,"Cost":449,"Date":"9/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":860,"Cost":717,"Date":"1/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":279,"Cost":212,"Date":"2/2/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":896,"Cost":495,"Date":"3/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":706,"Cost":574,"Date":"10/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":523,"Cost":311,"Date":"2/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":718,"Cost":671,"Date":"6/7/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":64,"Cost":60,"Date":"1/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":550,"Cost":320,"Date":"3/27/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":239,"Cost":146,"Date":"5/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":949,"Cost":865,"Date":"7/28/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":387,"Cost":367,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":899,"Cost":760,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":752,"Cost":505,"Date":"1/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":347,"Cost":293,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":274,"Cost":187,"Date":"6/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":962,"Cost":775,"Date":"6/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":772,"Cost":493,"Date":"8/13/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":401,"Cost":337,"Date":"11/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":988,"Cost":552,"Date":"12/28/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":599,"Cost":432,"Date":"2/4/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":123,"Cost":96,"Date":"3/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":827,"Cost":574,"Date":"12/18/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":959,"Cost":850,"Date":"3/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":47,"Cost":26,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":192,"Cost":109,"Date":"6/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":475,"Cost":262,"Date":"7/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":338,"Cost":234,"Date":"11/21/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":556,"Cost":399,"Date":"11/26/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":183,"Cost":121,"Date":"2/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":530,"Cost":394,"Date":"5/21/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":161,"Cost":110,"Date":"9/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":937,"Cost":843,"Date":"1/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":386,"Cost":357,"Date":"2/2/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":796,"Cost":595,"Date":"3/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":781,"Cost":490,"Date":"10/14/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":910,"Cost":770,"Date":"2/16/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":175,"Cost":106,"Date":"6/7/2018"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":500,"Date":"1/28/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":687,"Cost":517,"Date":"3/27/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":931,"Cost":660,"Date":"5/12/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":546,"Date":"7/28/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":305,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":659,"Cost":352,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":513,"Cost":396,"Date":"1/17/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":868,"Cost":450,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":277,"Cost":199,"Date":"6/6/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":697,"Cost":349,"Date":"6/16/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":559,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":754,"Cost":697,"Date":"11/19/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":212,"Cost":174,"Date":"12/28/2020"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":636,"Cost":473,"Date":"2/4/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":37,"Cost":35,"Date":"3/8/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":621,"Date":"12/18/2021"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":165,"Cost":156,"Date":"3/31/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":310,"Cost":249,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":932,"Cost":657,"Date":"6/26/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":410,"Cost":280,"Date":"7/23/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":542,"Cost":341,"Date":"11/21/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":611,"Cost":449,"Date":"11/26/2022"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":291,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":173,"Cost":106,"Date":"5/21/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":981,"Cost":588,"Date":"9/28/2023"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":100,"Cost":66,"Date":"1/3/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":99,"Cost":66,"Date":"2/2/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":320,"Cost":220,"Date":"3/18/2024"},{"Store":"MercaturA, Aalen","Brand":"Jeans","Country":"Germany","Sale":687,"Cost":584,"Date":"10/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":13,"Cost":12,"Date":"2/16/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":340,"Cost":277,"Date":"6/7/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":30,"Cost":27,"Date":"1/28/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":684,"Cost":493,"Date":"3/27/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":16,"Cost":8,"Date":"5/12/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":204,"Cost":130,"Date":"7/28/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":892,"Cost":470,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":166,"Cost":105,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":380,"Cost":293,"Date":"1/17/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":253,"Cost":231,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":899,"Cost":676,"Date":"6/6/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":574,"Cost":326,"Date":"6/16/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":285,"Cost":255,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":783,"Cost":411,"Date":"11/19/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":216,"Cost":108,"Date":"12/28/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":156,"Cost":128,"Date":"2/4/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":160,"Cost":109,"Date":"3/8/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":270,"Cost":183,"Date":"12/18/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":336,"Cost":179,"Date":"3/31/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":384,"Cost":326,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":110,"Cost":66,"Date":"6/26/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":655,"Cost":565,"Date":"7/23/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":899,"Cost":750,"Date":"11/21/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":809,"Cost":615,"Date":"11/26/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":325,"Cost":171,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":298,"Cost":277,"Date":"5/21/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":681,"Cost":598,"Date":"9/28/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":521,"Cost":365,"Date":"1/3/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":62,"Cost":42,"Date":"2/2/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":612,"Cost":571,"Date":"3/18/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":700,"Cost":476,"Date":"10/14/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":243,"Date":"2/16/2018"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":535,"Date":"6/7/2018"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":948,"Cost":542,"Date":"1/28/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":779,"Cost":447,"Date":"3/27/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":553,"Cost":493,"Date":"5/12/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":817,"Cost":434,"Date":"7/28/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":851,"Cost":558,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":178,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":70,"Cost":44,"Date":"1/17/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":379,"Cost":210,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":499,"Date":"6/6/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":828,"Cost":608,"Date":"6/16/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":257,"Cost":227,"Date":"8/13/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":43,"Cost":34,"Date":"11/19/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":181,"Date":"12/28/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":540,"Cost":353,"Date":"2/4/2021"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":409,"Cost":230,"Date":"3/8/2021"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":695,"Cost":496,"Date":"12/18/2021"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":925,"Cost":724,"Date":"3/31/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":448,"Cost":270,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":328,"Date":"6/26/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":117,"Cost":96,"Date":"7/23/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":392,"Cost":262,"Date":"11/21/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":841,"Cost":575,"Date":"11/26/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":213,"Cost":158,"Date":"2/20/2023"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":516,"Cost":456,"Date":"5/21/2023"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":943,"Cost":633,"Date":"9/28/2023"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":417,"Cost":371,"Date":"1/3/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":35,"Cost":24,"Date":"2/2/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":50,"Cost":31,"Date":"3/18/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":123,"Date":"10/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":753,"Cost":486,"Date":"2/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":837,"Cost":538,"Date":"6/7/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":676,"Cost":572,"Date":"1/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":175,"Cost":138,"Date":"3/27/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":123,"Cost":108,"Date":"5/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":484,"Date":"7/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":255,"Cost":210,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":108,"Cost":101,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":341,"Cost":260,"Date":"1/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":659,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":535,"Date":"6/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":829,"Cost":617,"Date":"6/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":495,"Cost":417,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":545,"Cost":476,"Date":"11/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":940,"Cost":530,"Date":"12/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":179,"Cost":104,"Date":"2/4/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":444,"Cost":336,"Date":"3/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":736,"Cost":696,"Date":"12/18/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":86,"Cost":70,"Date":"3/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":681,"Cost":406,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":673,"Cost":398,"Date":"6/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":571,"Date":"7/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":494,"Cost":425,"Date":"11/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":355,"Cost":287,"Date":"11/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":107,"Cost":97,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":409,"Cost":281,"Date":"5/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":873,"Cost":522,"Date":"9/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":726,"Cost":425,"Date":"1/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":262,"Cost":140,"Date":"2/2/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":497,"Cost":384,"Date":"3/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":401,"Date":"10/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":140,"Cost":98,"Date":"2/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":317,"Date":"6/7/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":743,"Cost":482,"Date":"1/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":19,"Cost":13,"Date":"3/27/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":327,"Date":"5/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":811,"Cost":643,"Date":"7/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":226,"Cost":185,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":435,"Cost":399,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":480,"Cost":272,"Date":"1/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":415,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":418,"Date":"6/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":648,"Cost":507,"Date":"6/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":269,"Cost":157,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":959,"Cost":627,"Date":"11/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":989,"Cost":495,"Date":"12/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":44,"Cost":39,"Date":"2/4/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":68,"Cost":44,"Date":"3/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":151,"Cost":107,"Date":"12/18/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":821,"Cost":455,"Date":"3/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":195,"Cost":170,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":971,"Cost":771,"Date":"6/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":884,"Cost":797,"Date":"7/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":608,"Date":"11/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":450,"Cost":251,"Date":"11/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":450,"Cost":358,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":427,"Cost":217,"Date":"5/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":436,"Cost":285,"Date":"9/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":276,"Cost":216,"Date":"1/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":209,"Cost":117,"Date":"2/2/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":120,"Cost":82,"Date":"3/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":36,"Cost":19,"Date":"10/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":55,"Cost":36,"Date":"2/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":992,"Cost":588,"Date":"6/7/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":128,"Date":"1/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":693,"Cost":618,"Date":"3/27/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":871,"Cost":663,"Date":"5/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":987,"Cost":504,"Date":"7/28/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":482,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":116,"Cost":82,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":823,"Cost":721,"Date":"1/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":402,"Cost":326,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":439,"Cost":333,"Date":"6/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":734,"Cost":602,"Date":"6/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":500,"Cost":344,"Date":"8/13/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":424,"Cost":239,"Date":"11/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":304,"Date":"12/28/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":633,"Cost":329,"Date":"2/4/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":727,"Cost":462,"Date":"3/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":601,"Cost":498,"Date":"12/18/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":390,"Date":"3/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":708,"Cost":439,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":153,"Cost":111,"Date":"6/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":585,"Cost":327,"Date":"7/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":398,"Cost":311,"Date":"11/21/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":755,"Cost":708,"Date":"11/26/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":804,"Cost":681,"Date":"2/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":168,"Cost":135,"Date":"5/21/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":869,"Cost":760,"Date":"9/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":666,"Cost":599,"Date":"1/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":705,"Cost":373,"Date":"2/2/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":792,"Date":"3/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":945,"Cost":610,"Date":"10/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":459,"Cost":230,"Date":"2/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":77,"Cost":65,"Date":"6/7/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":894,"Cost":658,"Date":"1/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":63,"Cost":55,"Date":"3/27/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":246,"Cost":188,"Date":"5/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":633,"Cost":560,"Date":"7/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":845,"Cost":616,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":231,"Cost":164,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":952,"Cost":732,"Date":"1/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":711,"Cost":485,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":174,"Date":"6/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":615,"Cost":319,"Date":"6/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":579,"Cost":536,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":671,"Cost":606,"Date":"11/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":195,"Date":"12/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":285,"Cost":200,"Date":"2/4/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":199,"Cost":167,"Date":"3/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":589,"Cost":507,"Date":"12/18/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":961,"Cost":776,"Date":"3/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":300,"Cost":226,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":507,"Cost":293,"Date":"6/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":810,"Cost":741,"Date":"7/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":643,"Cost":536,"Date":"11/21/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":602,"Cost":474,"Date":"11/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":315,"Cost":190,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":45,"Date":"5/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":306,"Cost":195,"Date":"9/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":149,"Cost":116,"Date":"1/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":508,"Cost":376,"Date":"2/2/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":338,"Cost":179,"Date":"3/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":779,"Cost":389,"Date":"10/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":672,"Cost":420,"Date":"2/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":415,"Cost":310,"Date":"6/7/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":497,"Cost":428,"Date":"1/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":558,"Cost":333,"Date":"3/27/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":395,"Cost":267,"Date":"5/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":484,"Cost":402,"Date":"7/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":32,"Cost":23,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":938,"Cost":789,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":225,"Date":"1/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":221,"Cost":197,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":662,"Cost":609,"Date":"6/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":197,"Date":"6/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":284,"Cost":216,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":78,"Cost":43,"Date":"11/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":468,"Cost":399,"Date":"12/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":738,"Cost":603,"Date":"2/4/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":119,"Date":"3/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":354,"Cost":271,"Date":"12/18/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":334,"Cost":315,"Date":"3/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":217,"Cost":120,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":840,"Cost":641,"Date":"6/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":499,"Cost":278,"Date":"7/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":720,"Cost":588,"Date":"11/21/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":319,"Cost":269,"Date":"11/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":649,"Cost":574,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":212,"Cost":180,"Date":"5/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":229,"Cost":158,"Date":"9/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":714,"Cost":549,"Date":"1/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":682,"Cost":428,"Date":"2/2/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":318,"Cost":239,"Date":"3/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":682,"Date":"10/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":669,"Cost":467,"Date":"2/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":416,"Date":"6/7/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":622,"Cost":558,"Date":"1/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":535,"Cost":451,"Date":"3/27/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":643,"Cost":516,"Date":"5/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":841,"Cost":655,"Date":"7/28/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":450,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":294,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":576,"Date":"1/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":428,"Cost":271,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":676,"Cost":480,"Date":"6/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":168,"Cost":154,"Date":"6/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":425,"Date":"8/13/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":31,"Date":"11/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":9,"Cost":7,"Date":"12/28/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":359,"Cost":331,"Date":"2/4/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":93,"Date":"3/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":625,"Cost":459,"Date":"12/18/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":198,"Cost":188,"Date":"3/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":683,"Cost":401,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":323,"Cost":306,"Date":"6/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":387,"Date":"7/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":268,"Cost":163,"Date":"11/21/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":868,"Cost":630,"Date":"11/26/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":645,"Date":"2/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":671,"Date":"5/21/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":510,"Cost":331,"Date":"9/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":472,"Cost":447,"Date":"1/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":693,"Cost":447,"Date":"2/2/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":464,"Cost":439,"Date":"3/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":188,"Cost":129,"Date":"10/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":159,"Cost":79,"Date":"2/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":755,"Cost":440,"Date":"6/7/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":631,"Cost":445,"Date":"1/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":850,"Cost":696,"Date":"3/27/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":232,"Cost":179,"Date":"5/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":457,"Cost":328,"Date":"7/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":423,"Cost":269,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":504,"Cost":326,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":52,"Cost":26,"Date":"1/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":758,"Cost":578,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":982,"Cost":493,"Date":"6/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":118,"Cost":63,"Date":"6/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":471,"Cost":337,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":777,"Cost":704,"Date":"11/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":330,"Cost":237,"Date":"12/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":429,"Cost":289,"Date":"2/4/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":122,"Cost":82,"Date":"3/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":553,"Cost":442,"Date":"12/18/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":81,"Cost":40,"Date":"3/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":3,"Cost":3,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":976,"Cost":692,"Date":"6/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":567,"Cost":500,"Date":"7/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":202,"Cost":107,"Date":"11/21/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":310,"Cost":157,"Date":"11/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":563,"Cost":364,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":846,"Cost":473,"Date":"5/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":565,"Cost":302,"Date":"9/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":962,"Cost":522,"Date":"1/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":251,"Cost":181,"Date":"2/2/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":191,"Cost":96,"Date":"3/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":994,"Cost":500,"Date":"10/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":573,"Date":"2/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":567,"Cost":342,"Date":"6/7/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":44,"Cost":42,"Date":"1/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":493,"Cost":460,"Date":"3/27/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":59,"Date":"5/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":612,"Cost":437,"Date":"7/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":943,"Cost":586,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":638,"Cost":531,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":804,"Cost":424,"Date":"1/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":476,"Cost":259,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":342,"Date":"6/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":901,"Cost":678,"Date":"6/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":766,"Cost":459,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":788,"Cost":409,"Date":"11/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":567,"Cost":329,"Date":"12/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":721,"Cost":642,"Date":"2/4/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":272,"Cost":229,"Date":"3/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":198,"Cost":148,"Date":"12/18/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":191,"Date":"3/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":965,"Cost":890,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":336,"Cost":247,"Date":"6/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":773,"Cost":422,"Date":"7/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":158,"Cost":85,"Date":"11/21/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":531,"Cost":322,"Date":"11/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":979,"Cost":509,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":399,"Cost":352,"Date":"5/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":212,"Date":"9/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":424,"Cost":357,"Date":"1/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":672,"Cost":545,"Date":"2/2/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":979,"Cost":807,"Date":"3/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":564,"Cost":330,"Date":"10/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":491,"Cost":409,"Date":"2/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":746,"Cost":535,"Date":"6/7/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":654,"Cost":570,"Date":"1/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":663,"Cost":335,"Date":"3/27/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":337,"Cost":225,"Date":"5/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":586,"Cost":512,"Date":"7/28/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":698,"Cost":609,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":904,"Cost":716,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":477,"Cost":427,"Date":"1/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":65,"Cost":55,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":777,"Cost":709,"Date":"6/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":515,"Cost":353,"Date":"6/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":504,"Cost":321,"Date":"8/13/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":989,"Cost":663,"Date":"11/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":834,"Cost":606,"Date":"12/28/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":507,"Cost":263,"Date":"2/4/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":485,"Cost":391,"Date":"3/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":327,"Cost":259,"Date":"12/18/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":825,"Cost":527,"Date":"3/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":637,"Cost":466,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":475,"Cost":341,"Date":"6/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":576,"Cost":360,"Date":"7/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":816,"Cost":732,"Date":"11/21/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":998,"Cost":899,"Date":"11/26/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":973,"Cost":580,"Date":"2/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":416,"Cost":323,"Date":"5/21/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":846,"Cost":536,"Date":"9/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":272,"Cost":209,"Date":"1/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":423,"Cost":312,"Date":"2/2/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":574,"Cost":327,"Date":"3/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"COS","Country":"Germany","Sale":277,"Cost":165,"Date":"10/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":639,"Cost":579,"Date":"2/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":843,"Cost":658,"Date":"6/7/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":566,"Cost":293,"Date":"1/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":777,"Cost":504,"Date":"3/27/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":994,"Cost":719,"Date":"5/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":894,"Cost":690,"Date":"7/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":893,"Cost":768,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":230,"Cost":170,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":869,"Cost":684,"Date":"1/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":258,"Cost":244,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":197,"Cost":161,"Date":"6/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":292,"Cost":181,"Date":"6/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":938,"Cost":817,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":193,"Cost":107,"Date":"11/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":547,"Cost":383,"Date":"12/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":254,"Cost":175,"Date":"2/4/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":502,"Cost":348,"Date":"3/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":711,"Cost":547,"Date":"12/18/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":628,"Cost":425,"Date":"3/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":491,"Cost":340,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":959,"Cost":759,"Date":"6/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":967,"Cost":824,"Date":"7/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":952,"Cost":717,"Date":"11/21/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":984,"Cost":631,"Date":"11/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":764,"Cost":696,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":996,"Cost":856,"Date":"5/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":18,"Cost":9,"Date":"9/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":300,"Cost":206,"Date":"1/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":543,"Cost":440,"Date":"2/2/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":268,"Cost":219,"Date":"3/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":740,"Cost":499,"Date":"10/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":234,"Date":"2/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":252,"Cost":152,"Date":"6/7/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":21,"Cost":20,"Date":"1/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":87,"Cost":72,"Date":"3/27/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":364,"Cost":291,"Date":"5/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":350,"Cost":255,"Date":"7/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":118,"Cost":95,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":135,"Cost":69,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":767,"Cost":618,"Date":"1/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":992,"Cost":732,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":73,"Cost":64,"Date":"6/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":442,"Cost":384,"Date":"6/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":168,"Cost":108,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":489,"Date":"11/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":402,"Cost":235,"Date":"12/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":119,"Cost":70,"Date":"2/4/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":227,"Cost":121,"Date":"3/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":733,"Cost":632,"Date":"12/18/2021"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":809,"Cost":547,"Date":"3/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":124,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":349,"Cost":183,"Date":"6/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":95,"Cost":69,"Date":"7/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":861,"Cost":691,"Date":"11/21/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":904,"Cost":843,"Date":"11/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":372,"Cost":218,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":776,"Cost":586,"Date":"5/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":679,"Cost":428,"Date":"9/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":322,"Cost":225,"Date":"1/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":109,"Cost":92,"Date":"2/2/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":390,"Cost":281,"Date":"3/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":475,"Cost":382,"Date":"10/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":439,"Date":"2/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":112,"Date":"6/7/2018"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":579,"Date":"1/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":660,"Cost":387,"Date":"3/27/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":948,"Cost":807,"Date":"5/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":520,"Cost":352,"Date":"7/28/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":745,"Cost":544,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":594,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":658,"Date":"1/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":580,"Cost":430,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":161,"Date":"6/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":271,"Cost":205,"Date":"6/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":386,"Date":"8/13/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":458,"Date":"11/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":336,"Date":"12/28/2020"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":543,"Cost":416,"Date":"2/4/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":116,"Date":"3/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":495,"Cost":463,"Date":"12/18/2021"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":263,"Cost":242,"Date":"3/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":612,"Cost":449,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":37,"Date":"6/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":80,"Cost":57,"Date":"7/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":769,"Cost":583,"Date":"11/21/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":38,"Cost":35,"Date":"11/26/2022"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":844,"Cost":546,"Date":"2/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":461,"Date":"5/21/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":124,"Date":"9/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":532,"Cost":499,"Date":"1/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":715,"Cost":519,"Date":"2/2/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":595,"Cost":562,"Date":"3/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":510,"Date":"10/14/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":529,"Cost":338,"Date":"2/16/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":230,"Cost":179,"Date":"6/7/2018"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":860,"Cost":616,"Date":"1/28/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":808,"Cost":741,"Date":"3/27/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":903,"Cost":642,"Date":"5/12/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":173,"Cost":98,"Date":"7/28/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":266,"Cost":221,"Date":"8/8/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":905,"Cost":497,"Date":"12/7/2019"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":917,"Cost":637,"Date":"1/17/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":792,"Cost":619,"Date":"3/8/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":253,"Cost":209,"Date":"6/6/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":676,"Cost":416,"Date":"6/16/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":803,"Cost":702,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":715,"Cost":359,"Date":"11/19/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":772,"Cost":496,"Date":"12/28/2020"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":569,"Cost":310,"Date":"2/4/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":186,"Cost":117,"Date":"3/8/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":956,"Cost":816,"Date":"12/18/2021"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":924,"Cost":737,"Date":"3/31/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":914,"Cost":842,"Date":"4/20/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":825,"Cost":449,"Date":"6/26/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":237,"Cost":225,"Date":"7/23/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":1,"Cost":1,"Date":"11/21/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":248,"Cost":161,"Date":"11/26/2022"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":800,"Cost":569,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":332,"Cost":205,"Date":"5/21/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":268,"Cost":228,"Date":"9/28/2023"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":594,"Cost":429,"Date":"1/3/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":384,"Cost":230,"Date":"2/2/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":459,"Cost":379,"Date":"3/18/2024"},{"Store":"Golden Hall, Athens","Brand":"HM Home","Country":"Greece","Sale":236,"Cost":127,"Date":"10/14/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":483,"Cost":449,"Date":"2/16/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":655,"Cost":568,"Date":"6/7/2018"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":732,"Cost":462,"Date":"1/28/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":885,"Cost":458,"Date":"3/27/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":640,"Date":"5/12/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":525,"Cost":293,"Date":"7/28/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":105,"Cost":92,"Date":"8/8/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":575,"Cost":456,"Date":"12/7/2019"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":630,"Cost":456,"Date":"1/17/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":343,"Cost":315,"Date":"3/8/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":905,"Cost":642,"Date":"6/6/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":552,"Cost":392,"Date":"6/16/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":859,"Cost":655,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":283,"Cost":165,"Date":"11/19/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":143,"Cost":122,"Date":"12/28/2020"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":279,"Cost":240,"Date":"2/4/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":171,"Cost":119,"Date":"3/8/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":288,"Cost":263,"Date":"12/18/2021"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":128,"Cost":89,"Date":"3/31/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":675,"Cost":411,"Date":"4/20/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":139,"Cost":132,"Date":"6/26/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":326,"Cost":270,"Date":"7/23/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":144,"Cost":82,"Date":"11/21/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":385,"Cost":228,"Date":"11/26/2022"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":486,"Cost":310,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":182,"Cost":131,"Date":"5/21/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":790,"Cost":625,"Date":"9/28/2023"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":943,"Cost":511,"Date":"1/3/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":777,"Cost":667,"Date":"2/2/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":988,"Cost":800,"Date":"3/18/2024"},{"Store":"Golden Hall, Athens","Brand":"ARKET","Country":"Greece","Sale":893,"Cost":592,"Date":"10/14/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":291,"Cost":255,"Date":"2/16/2018"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":503,"Cost":282,"Date":"6/7/2018"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":965,"Cost":509,"Date":"1/28/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":885,"Cost":583,"Date":"3/27/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":696,"Cost":536,"Date":"5/12/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":261,"Cost":238,"Date":"7/28/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":929,"Cost":824,"Date":"8/8/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":354,"Cost":247,"Date":"12/7/2019"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":138,"Cost":96,"Date":"1/17/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":650,"Cost":377,"Date":"3/8/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":796,"Cost":461,"Date":"6/6/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":697,"Cost":631,"Date":"6/16/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":619,"Cost":361,"Date":"8/13/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":601,"Cost":509,"Date":"11/19/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":497,"Cost":402,"Date":"12/28/2020"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":243,"Cost":162,"Date":"2/4/2021"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":210,"Cost":113,"Date":"3/8/2021"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":920,"Cost":858,"Date":"12/18/2021"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":328,"Cost":202,"Date":"3/31/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":592,"Cost":378,"Date":"4/20/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":536,"Cost":343,"Date":"6/26/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":931,"Cost":873,"Date":"7/23/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":738,"Cost":616,"Date":"11/21/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":312,"Cost":213,"Date":"11/26/2022"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":510,"Cost":260,"Date":"2/20/2023"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":238,"Cost":189,"Date":"5/21/2023"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":163,"Cost":98,"Date":"9/28/2023"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":355,"Cost":202,"Date":"1/3/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":494,"Cost":318,"Date":"2/2/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":780,"Cost":502,"Date":"3/18/2024"},{"Store":"Golden Hall, Athens","Brand":"Sellpy","Country":"Greece","Sale":985,"Cost":796,"Date":"10/14/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":656,"Cost":369,"Date":"2/16/2018"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":553,"Cost":337,"Date":"6/7/2018"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":714,"Cost":562,"Date":"1/28/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":51,"Cost":40,"Date":"3/27/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":924,"Cost":877,"Date":"5/12/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":167,"Cost":84,"Date":"7/28/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":479,"Cost":347,"Date":"8/8/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":919,"Cost":539,"Date":"12/7/2019"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":334,"Cost":170,"Date":"1/17/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":838,"Cost":448,"Date":"3/8/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":352,"Cost":247,"Date":"6/6/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":212,"Cost":134,"Date":"6/16/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":504,"Cost":401,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":40,"Cost":21,"Date":"11/19/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":547,"Cost":363,"Date":"12/28/2020"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":758,"Cost":527,"Date":"2/4/2021"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":502,"Cost":364,"Date":"3/8/2021"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":349,"Cost":239,"Date":"12/18/2021"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":312,"Cost":185,"Date":"3/31/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":11,"Cost":9,"Date":"4/20/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":101,"Cost":96,"Date":"6/26/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":369,"Cost":314,"Date":"7/23/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":141,"Cost":124,"Date":"11/21/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":148,"Cost":123,"Date":"11/26/2022"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":211,"Cost":186,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":453,"Cost":277,"Date":"5/21/2023"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":808,"Cost":487,"Date":"9/28/2023"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":255,"Cost":131,"Date":"1/3/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":241,"Cost":195,"Date":"2/2/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":650,"Cost":488,"Date":"3/18/2024"},{"Store":"The Mall Athens","Brand":"Jeans","Country":"Greece","Sale":147,"Cost":98,"Date":"10/14/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":235,"Cost":201,"Date":"2/16/2018"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":456,"Cost":374,"Date":"6/7/2018"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":244,"Cost":226,"Date":"1/28/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":581,"Cost":423,"Date":"3/27/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":985,"Cost":750,"Date":"5/12/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":493,"Cost":311,"Date":"7/28/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":988,"Cost":531,"Date":"8/8/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":625,"Cost":540,"Date":"12/7/2019"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":744,"Cost":549,"Date":"1/17/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":570,"Cost":348,"Date":"3/8/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":390,"Cost":327,"Date":"6/6/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":493,"Cost":317,"Date":"6/16/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":989,"Cost":867,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":230,"Cost":164,"Date":"11/19/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":344,"Cost":282,"Date":"12/28/2020"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":312,"Cost":269,"Date":"2/4/2021"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":438,"Cost":334,"Date":"3/8/2021"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":888,"Cost":636,"Date":"12/18/2021"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":709,"Cost":641,"Date":"3/31/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":301,"Cost":195,"Date":"4/20/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":676,"Cost":344,"Date":"6/26/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":223,"Cost":175,"Date":"7/23/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":365,"Cost":280,"Date":"11/21/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":827,"Cost":429,"Date":"11/26/2022"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":533,"Cost":324,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":685,"Cost":365,"Date":"5/21/2023"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":16,"Cost":12,"Date":"9/28/2023"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":676,"Cost":594,"Date":"1/3/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":445,"Cost":345,"Date":"2/2/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":460,"Cost":247,"Date":"3/18/2024"},{"Store":"The Mall Athens","Brand":"Sellpy","Country":"Greece","Sale":820,"Cost":680,"Date":"10/14/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":598,"Cost":320,"Date":"2/16/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":997,"Cost":913,"Date":"6/7/2018"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":673,"Cost":565,"Date":"1/28/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":682,"Cost":590,"Date":"3/27/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":666,"Cost":449,"Date":"5/12/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":659,"Cost":389,"Date":"7/28/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":852,"Cost":623,"Date":"8/8/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":694,"Cost":367,"Date":"12/7/2019"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":156,"Cost":141,"Date":"1/17/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":917,"Cost":540,"Date":"3/8/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":115,"Cost":94,"Date":"6/6/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":551,"Cost":404,"Date":"6/16/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":334,"Cost":299,"Date":"8/13/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":714,"Cost":593,"Date":"11/19/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":133,"Cost":113,"Date":"12/28/2020"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":664,"Cost":359,"Date":"2/4/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":209,"Cost":111,"Date":"3/8/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":694,"Cost":385,"Date":"12/18/2021"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":770,"Cost":516,"Date":"3/31/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":44,"Cost":30,"Date":"4/20/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":788,"Cost":422,"Date":"6/26/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":446,"Cost":234,"Date":"7/23/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":525,"Cost":423,"Date":"11/21/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":313,"Cost":250,"Date":"11/26/2022"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":318,"Cost":217,"Date":"2/20/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":184,"Cost":121,"Date":"5/21/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":625,"Cost":420,"Date":"9/28/2023"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":419,"Cost":237,"Date":"1/3/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":909,"Cost":533,"Date":"2/2/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":637,"Cost":436,"Date":"3/18/2024"},{"Store":"The Mall Athens","Brand":"COS","Country":"Greece","Sale":788,"Cost":687,"Date":"10/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":995,"Cost":737,"Date":"2/16/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":217,"Cost":152,"Date":"6/7/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":693,"Cost":428,"Date":"1/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":649,"Cost":472,"Date":"3/27/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":602,"Cost":513,"Date":"5/12/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":682,"Cost":590,"Date":"7/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":42,"Cost":25,"Date":"8/8/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":63,"Cost":38,"Date":"12/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":478,"Cost":284,"Date":"1/17/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":245,"Cost":130,"Date":"3/8/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":862,"Cost":682,"Date":"6/6/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":533,"Cost":505,"Date":"6/16/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":530,"Cost":459,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":450,"Cost":306,"Date":"11/19/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":297,"Cost":191,"Date":"12/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":386,"Cost":341,"Date":"2/4/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":14,"Cost":13,"Date":"3/8/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":174,"Cost":126,"Date":"12/18/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":676,"Cost":468,"Date":"3/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":63,"Cost":50,"Date":"4/20/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":773,"Cost":520,"Date":"6/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":219,"Cost":115,"Date":"7/23/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":409,"Cost":323,"Date":"11/21/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":177,"Cost":161,"Date":"11/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":634,"Cost":475,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":655,"Cost":409,"Date":"5/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":199,"Cost":118,"Date":"9/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":185,"Cost":164,"Date":"1/3/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":189,"Cost":154,"Date":"2/2/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":567,"Cost":360,"Date":"3/18/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Nova","Country":"Greece","Sale":49,"Cost":34,"Date":"10/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":523,"Cost":436,"Date":"2/16/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":813,"Cost":647,"Date":"6/7/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":439,"Cost":236,"Date":"1/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":587,"Cost":393,"Date":"3/27/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":100,"Cost":84,"Date":"5/12/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":137,"Cost":119,"Date":"7/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":421,"Cost":220,"Date":"8/8/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":36,"Cost":25,"Date":"12/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":507,"Cost":306,"Date":"1/17/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":15,"Cost":11,"Date":"3/8/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":776,"Cost":598,"Date":"6/6/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":488,"Cost":330,"Date":"6/16/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":341,"Cost":204,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":511,"Cost":319,"Date":"11/19/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":45,"Cost":31,"Date":"12/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":86,"Cost":63,"Date":"2/4/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":967,"Cost":713,"Date":"3/8/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":586,"Cost":540,"Date":"12/18/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":387,"Cost":270,"Date":"3/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":832,"Cost":470,"Date":"4/20/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":704,"Cost":545,"Date":"6/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":88,"Cost":62,"Date":"7/23/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":339,"Cost":229,"Date":"11/21/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":443,"Cost":271,"Date":"11/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":641,"Cost":489,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":881,"Cost":792,"Date":"5/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":921,"Cost":686,"Date":"9/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":333,"Cost":171,"Date":"1/3/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":979,"Cost":924,"Date":"2/2/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":29,"Cost":19,"Date":"3/18/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":210,"Cost":133,"Date":"10/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":331,"Cost":267,"Date":"2/16/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":471,"Cost":273,"Date":"6/7/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":844,"Cost":489,"Date":"1/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":182,"Cost":96,"Date":"3/27/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":77,"Cost":39,"Date":"5/12/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":267,"Cost":151,"Date":"7/28/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":794,"Cost":628,"Date":"8/8/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":916,"Cost":564,"Date":"12/7/2019"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":888,"Cost":462,"Date":"1/17/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":30,"Cost":25,"Date":"3/8/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":640,"Cost":517,"Date":"6/6/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":820,"Cost":635,"Date":"6/16/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":194,"Cost":135,"Date":"8/13/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":753,"Cost":438,"Date":"11/19/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":495,"Cost":357,"Date":"12/28/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":890,"Cost":725,"Date":"2/4/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":175,"Cost":147,"Date":"3/8/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":85,"Cost":45,"Date":"12/18/2021"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":490,"Cost":252,"Date":"3/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":993,"Cost":563,"Date":"4/20/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":189,"Cost":96,"Date":"6/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":506,"Cost":308,"Date":"7/23/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":356,"Cost":190,"Date":"11/21/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":872,"Cost":443,"Date":"11/26/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":668,"Cost":428,"Date":"2/20/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":228,"Cost":216,"Date":"5/21/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":540,"Cost":457,"Date":"9/28/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":581,"Cost":305,"Date":"1/3/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":750,"Cost":501,"Date":"2/2/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":238,"Cost":220,"Date":"3/18/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"HM Home","Country":"Greece","Sale":918,"Cost":546,"Date":"10/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":200,"Cost":121,"Date":"2/16/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":563,"Cost":496,"Date":"6/7/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":955,"Cost":674,"Date":"1/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":428,"Cost":224,"Date":"3/27/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":782,"Cost":645,"Date":"5/12/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":52,"Cost":42,"Date":"7/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":71,"Cost":46,"Date":"8/8/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":394,"Cost":221,"Date":"12/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":709,"Cost":628,"Date":"1/17/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":125,"Cost":84,"Date":"3/8/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":640,"Cost":476,"Date":"6/6/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":102,"Cost":73,"Date":"6/16/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":920,"Cost":586,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":134,"Cost":104,"Date":"11/19/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":42,"Cost":30,"Date":"12/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":220,"Cost":118,"Date":"2/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":312,"Cost":289,"Date":"3/8/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":20,"Cost":16,"Date":"12/18/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":667,"Cost":528,"Date":"3/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":77,"Cost":67,"Date":"4/20/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":94,"Cost":48,"Date":"6/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":76,"Cost":57,"Date":"7/23/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":590,"Cost":381,"Date":"11/21/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":450,"Cost":407,"Date":"11/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":963,"Cost":673,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":522,"Cost":352,"Date":"5/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":467,"Cost":314,"Date":"9/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":481,"Cost":363,"Date":"1/3/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":571,"Cost":442,"Date":"2/2/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":925,"Cost":660,"Date":"3/18/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"COS","Country":"Greece","Sale":824,"Cost":690,"Date":"10/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":331,"Cost":289,"Date":"2/16/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":518,"Cost":463,"Date":"6/7/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":866,"Cost":644,"Date":"1/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":12,"Cost":8,"Date":"3/27/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":596,"Cost":463,"Date":"5/12/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":742,"Cost":582,"Date":"7/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":28,"Cost":15,"Date":"8/8/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":322,"Cost":184,"Date":"12/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":151,"Cost":114,"Date":"1/17/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":164,"Cost":156,"Date":"3/8/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":425,"Cost":371,"Date":"6/6/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":731,"Cost":486,"Date":"6/16/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":256,"Cost":212,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":892,"Cost":786,"Date":"11/19/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":756,"Cost":622,"Date":"12/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":380,"Cost":196,"Date":"2/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":423,"Cost":260,"Date":"3/8/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":900,"Cost":706,"Date":"12/18/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":80,"Cost":55,"Date":"3/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":422,"Cost":231,"Date":"4/20/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":791,"Cost":634,"Date":"6/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":218,"Cost":139,"Date":"7/23/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":251,"Cost":211,"Date":"11/21/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":702,"Cost":625,"Date":"11/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":207,"Cost":122,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":217,"Cost":130,"Date":"5/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":950,"Cost":859,"Date":"9/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":824,"Cost":630,"Date":"1/3/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":395,"Cost":252,"Date":"2/2/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":421,"Cost":352,"Date":"3/18/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"Nova","Country":"Greece","Sale":269,"Cost":180,"Date":"10/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":806,"Cost":599,"Date":"2/16/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":757,"Cost":466,"Date":"6/7/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":731,"Cost":524,"Date":"1/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":198,"Cost":154,"Date":"3/27/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":770,"Cost":615,"Date":"5/12/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":404,"Cost":279,"Date":"7/28/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":968,"Cost":649,"Date":"8/8/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":716,"Cost":420,"Date":"12/7/2019"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":75,"Cost":58,"Date":"1/17/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":435,"Cost":340,"Date":"3/8/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":361,"Cost":199,"Date":"6/6/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":76,"Cost":50,"Date":"6/16/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":995,"Cost":899,"Date":"8/13/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":142,"Cost":129,"Date":"11/19/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":372,"Cost":325,"Date":"12/28/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":456,"Cost":379,"Date":"2/4/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":34,"Cost":24,"Date":"3/8/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":212,"Cost":160,"Date":"12/18/2021"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":105,"Cost":60,"Date":"3/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":12,"Cost":8,"Date":"4/20/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":794,"Cost":724,"Date":"6/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":375,"Cost":201,"Date":"7/23/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":259,"Cost":237,"Date":"11/21/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":460,"Cost":360,"Date":"11/26/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":867,"Cost":716,"Date":"2/20/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":376,"Cost":213,"Date":"5/21/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":16,"Cost":14,"Date":"9/28/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":741,"Cost":455,"Date":"1/3/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":854,"Cost":701,"Date":"2/2/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":457,"Cost":407,"Date":"3/18/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM","Country":"Greece","Sale":849,"Cost":561,"Date":"10/14/2024"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":271,"Cost":211,"Date":"2/16/2018"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":322,"Cost":275,"Date":"6/7/2018"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":971,"Cost":514,"Date":"1/28/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":439,"Cost":416,"Date":"3/27/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":469,"Cost":296,"Date":"5/12/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":956,"Cost":866,"Date":"7/28/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":906,"Cost":828,"Date":"8/8/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":143,"Cost":95,"Date":"12/7/2019"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":314,"Cost":224,"Date":"1/17/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":517,"Cost":388,"Date":"3/8/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":596,"Cost":317,"Date":"6/6/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":710,"Cost":530,"Date":"6/16/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":474,"Cost":268,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":12,"Cost":7,"Date":"11/19/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":825,"Cost":755,"Date":"12/28/2020"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":696,"Cost":644,"Date":"2/4/2021"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":72,"Cost":47,"Date":"3/8/2021"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":752,"Cost":487,"Date":"12/18/2021"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":879,"Cost":599,"Date":"3/31/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":827,"Cost":427,"Date":"4/20/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":416,"Cost":267,"Date":"6/26/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":317,"Cost":196,"Date":"7/23/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":151,"Cost":113,"Date":"11/21/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":803,"Cost":701,"Date":"11/26/2022"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":534,"Cost":491,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":307,"Cost":201,"Date":"5/21/2023"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":913,"Cost":493,"Date":"9/28/2023"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":104,"Cost":70,"Date":"1/3/2024"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":366,"Cost":246,"Date":"2/2/2024"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":545,"Cost":407,"Date":"3/18/2024"},{"Store":"Smart Park, Spata","Brand":"ARKET","Country":"Greece","Sale":923,"Cost":868,"Date":"10/14/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":336,"Cost":300,"Date":"2/16/2018"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":702,"Cost":564,"Date":"6/7/2018"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":88,"Cost":69,"Date":"1/28/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":527,"Cost":351,"Date":"3/27/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":136,"Cost":94,"Date":"5/12/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":5,"Cost":4,"Date":"7/28/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":467,"Cost":441,"Date":"8/8/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":969,"Cost":811,"Date":"12/7/2019"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":712,"Cost":594,"Date":"1/17/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":709,"Cost":366,"Date":"3/8/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":726,"Cost":414,"Date":"6/6/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":940,"Cost":590,"Date":"6/16/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":990,"Cost":667,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":77,"Cost":70,"Date":"11/19/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":518,"Cost":344,"Date":"12/28/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":573,"Cost":309,"Date":"2/4/2021"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":398,"Cost":328,"Date":"3/8/2021"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":132,"Cost":97,"Date":"12/18/2021"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":575,"Cost":346,"Date":"3/31/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":342,"Cost":257,"Date":"4/20/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":280,"Cost":231,"Date":"6/26/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":336,"Cost":289,"Date":"7/23/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":642,"Cost":458,"Date":"11/21/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":36,"Cost":34,"Date":"11/26/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":225,"Cost":202,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":265,"Cost":220,"Date":"5/21/2023"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":183,"Cost":114,"Date":"9/28/2023"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":182,"Cost":163,"Date":"1/3/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":873,"Cost":519,"Date":"2/2/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":903,"Cost":548,"Date":"3/18/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":956,"Cost":572,"Date":"10/14/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":933,"Cost":725,"Date":"2/16/2018"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":184,"Cost":149,"Date":"6/7/2018"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":95,"Cost":61,"Date":"1/28/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":636,"Cost":407,"Date":"3/27/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":466,"Cost":433,"Date":"5/12/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":539,"Cost":367,"Date":"7/28/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":733,"Cost":587,"Date":"8/8/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":646,"Cost":539,"Date":"12/7/2019"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":657,"Cost":504,"Date":"1/17/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":292,"Cost":174,"Date":"3/8/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":321,"Cost":168,"Date":"6/6/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":512,"Cost":445,"Date":"6/16/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":704,"Cost":424,"Date":"8/13/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":503,"Cost":478,"Date":"11/19/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":107,"Cost":70,"Date":"12/28/2020"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":991,"Cost":530,"Date":"2/4/2021"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":315,"Cost":226,"Date":"3/8/2021"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":786,"Cost":465,"Date":"12/18/2021"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":947,"Cost":569,"Date":"3/31/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":660,"Cost":427,"Date":"4/20/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":553,"Cost":501,"Date":"6/26/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":49,"Cost":28,"Date":"7/23/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":40,"Cost":38,"Date":"11/21/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":580,"Cost":441,"Date":"11/26/2022"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":243,"Cost":181,"Date":"2/20/2023"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":386,"Cost":254,"Date":"5/21/2023"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":375,"Cost":243,"Date":"9/28/2023"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":490,"Cost":303,"Date":"1/3/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":196,"Cost":159,"Date":"2/2/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":305,"Cost":197,"Date":"3/18/2024"},{"Store":"Smart Park, Spata","Brand":"Nova","Country":"Greece","Sale":938,"Cost":654,"Date":"10/14/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":695,"Cost":600,"Date":"2/16/2018"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":434,"Cost":373,"Date":"6/7/2018"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":871,"Cost":623,"Date":"1/28/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":35,"Cost":17,"Date":"3/27/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":971,"Cost":529,"Date":"5/12/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":157,"Cost":98,"Date":"7/28/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":17,"Cost":15,"Date":"8/8/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":283,"Cost":241,"Date":"12/7/2019"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":704,"Cost":590,"Date":"1/17/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":648,"Cost":404,"Date":"3/8/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":920,"Cost":576,"Date":"6/6/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":871,"Cost":497,"Date":"6/16/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":688,"Cost":595,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":213,"Cost":171,"Date":"11/19/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":523,"Cost":418,"Date":"12/28/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":449,"Cost":346,"Date":"2/4/2021"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":997,"Cost":927,"Date":"3/8/2021"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":472,"Cost":385,"Date":"12/18/2021"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":916,"Cost":471,"Date":"3/31/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":979,"Cost":633,"Date":"4/20/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":596,"Cost":336,"Date":"6/26/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":579,"Cost":458,"Date":"7/23/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":740,"Cost":555,"Date":"11/21/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":239,"Cost":127,"Date":"11/26/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":361,"Cost":216,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":938,"Cost":814,"Date":"5/21/2023"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":543,"Cost":397,"Date":"9/28/2023"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":960,"Cost":733,"Date":"1/3/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":867,"Cost":818,"Date":"2/2/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":495,"Cost":433,"Date":"3/18/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":861,"Cost":739,"Date":"10/14/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":642,"Cost":459,"Date":"2/16/2018"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":93,"Cost":52,"Date":"6/7/2018"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":379,"Cost":195,"Date":"1/28/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":850,"Cost":756,"Date":"3/27/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":334,"Cost":178,"Date":"5/12/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":970,"Cost":709,"Date":"7/28/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":269,"Cost":135,"Date":"8/8/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":812,"Cost":624,"Date":"12/7/2019"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":197,"Cost":181,"Date":"1/17/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":555,"Cost":420,"Date":"3/8/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":567,"Cost":539,"Date":"6/6/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":574,"Cost":368,"Date":"6/16/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":59,"Cost":46,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":733,"Cost":550,"Date":"11/19/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":378,"Cost":310,"Date":"12/28/2020"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":118,"Cost":102,"Date":"2/4/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":101,"Cost":89,"Date":"3/8/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":455,"Cost":432,"Date":"12/18/2021"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":815,"Cost":752,"Date":"3/31/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":743,"Cost":453,"Date":"4/20/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":211,"Cost":120,"Date":"6/26/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":631,"Cost":446,"Date":"7/23/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":933,"Cost":569,"Date":"11/21/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":444,"Cost":386,"Date":"11/26/2022"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":801,"Cost":738,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":713,"Cost":443,"Date":"5/21/2023"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":142,"Cost":105,"Date":"9/28/2023"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":885,"Cost":788,"Date":"1/3/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":346,"Cost":198,"Date":"2/2/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":597,"Cost":325,"Date":"3/18/2024"},{"Store":"Glyfada Centre","Brand":"COS","Country":"Greece","Sale":35,"Cost":33,"Date":"10/14/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":629,"Cost":446,"Date":"2/16/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":781,"Cost":588,"Date":"6/7/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":84,"Cost":58,"Date":"1/28/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":182,"Cost":102,"Date":"3/27/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":926,"Cost":489,"Date":"5/12/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":998,"Cost":838,"Date":"7/28/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":737,"Cost":592,"Date":"8/8/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":83,"Cost":71,"Date":"12/7/2019"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":558,"Cost":409,"Date":"1/17/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":301,"Cost":258,"Date":"3/8/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":16,"Cost":11,"Date":"6/6/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":788,"Cost":552,"Date":"6/16/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":404,"Cost":262,"Date":"8/13/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":868,"Cost":695,"Date":"11/19/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":229,"Cost":130,"Date":"12/28/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":447,"Cost":384,"Date":"2/4/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":2,"Cost":1,"Date":"3/8/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":549,"Cost":488,"Date":"12/18/2021"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":660,"Cost":545,"Date":"3/31/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":774,"Cost":608,"Date":"4/20/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":861,"Cost":544,"Date":"6/26/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":427,"Cost":240,"Date":"7/23/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":895,"Cost":726,"Date":"11/21/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":573,"Cost":494,"Date":"11/26/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":139,"Cost":98,"Date":"2/20/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":340,"Cost":281,"Date":"5/21/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":591,"Cost":407,"Date":"9/28/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":795,"Cost":428,"Date":"1/3/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":929,"Cost":501,"Date":"2/2/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":859,"Cost":539,"Date":"3/18/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":908,"Cost":809,"Date":"10/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":177,"Cost":92,"Date":"2/16/2018"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":491,"Cost":300,"Date":"6/7/2018"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":221,"Cost":114,"Date":"1/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":515,"Cost":455,"Date":"3/27/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":821,"Cost":517,"Date":"5/12/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":109,"Cost":92,"Date":"7/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":350,"Cost":210,"Date":"8/8/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":300,"Cost":252,"Date":"12/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":584,"Cost":425,"Date":"1/17/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":877,"Cost":489,"Date":"3/8/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":771,"Cost":476,"Date":"6/6/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":28,"Cost":24,"Date":"6/16/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":169,"Cost":105,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":617,"Cost":506,"Date":"11/19/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":984,"Cost":853,"Date":"12/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":368,"Cost":333,"Date":"2/4/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":932,"Cost":542,"Date":"3/8/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":966,"Cost":773,"Date":"12/18/2021"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":983,"Cost":730,"Date":"3/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":747,"Cost":408,"Date":"4/20/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":844,"Cost":440,"Date":"6/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":824,"Cost":477,"Date":"7/23/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":153,"Cost":94,"Date":"11/21/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":936,"Cost":525,"Date":"11/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":90,"Cost":56,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":5,"Cost":4,"Date":"5/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":456,"Cost":390,"Date":"9/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":677,"Cost":627,"Date":"1/3/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":659,"Cost":371,"Date":"2/2/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":638,"Cost":414,"Date":"3/18/2024"},{"Store":"Hondos Center, Various locations","Brand":"HM Home","Country":"Greece","Sale":69,"Cost":58,"Date":"10/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":516,"Cost":434,"Date":"2/16/2018"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":34,"Cost":32,"Date":"6/7/2018"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":740,"Cost":558,"Date":"1/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":425,"Cost":326,"Date":"3/27/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":293,"Cost":195,"Date":"5/12/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":775,"Cost":469,"Date":"7/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":693,"Cost":411,"Date":"8/8/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":493,"Cost":334,"Date":"12/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":377,"Cost":277,"Date":"1/17/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":666,"Cost":477,"Date":"3/8/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":112,"Cost":75,"Date":"6/6/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":846,"Cost":667,"Date":"6/16/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":818,"Cost":429,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":202,"Cost":135,"Date":"11/19/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":529,"Cost":421,"Date":"12/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":364,"Cost":320,"Date":"2/4/2021"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":882,"Cost":505,"Date":"3/8/2021"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":687,"Cost":598,"Date":"12/18/2021"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":749,"Cost":661,"Date":"3/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":426,"Cost":340,"Date":"4/20/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":754,"Cost":387,"Date":"6/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":128,"Cost":98,"Date":"7/23/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":127,"Cost":91,"Date":"11/21/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":352,"Cost":331,"Date":"11/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":49,"Cost":25,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":463,"Cost":339,"Date":"5/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":307,"Cost":249,"Date":"9/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":87,"Cost":46,"Date":"1/3/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":813,"Cost":433,"Date":"2/2/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":446,"Cost":289,"Date":"3/18/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":509,"Cost":408,"Date":"10/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":648,"Cost":398,"Date":"2/16/2018"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":576,"Cost":427,"Date":"6/7/2018"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":996,"Cost":841,"Date":"1/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":303,"Cost":222,"Date":"3/27/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":694,"Cost":486,"Date":"5/12/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":937,"Cost":761,"Date":"7/28/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":520,"Cost":400,"Date":"8/8/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":879,"Cost":596,"Date":"12/7/2019"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":200,"Cost":160,"Date":"1/17/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":137,"Cost":82,"Date":"3/8/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":409,"Cost":376,"Date":"6/6/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":848,"Cost":788,"Date":"6/16/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":962,"Cost":637,"Date":"8/13/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":493,"Cost":285,"Date":"11/19/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":747,"Cost":660,"Date":"12/28/2020"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":976,"Cost":517,"Date":"2/4/2021"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":851,"Cost":662,"Date":"3/8/2021"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":567,"Cost":368,"Date":"12/18/2021"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":509,"Cost":359,"Date":"3/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":412,"Cost":229,"Date":"4/20/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":544,"Cost":516,"Date":"6/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":480,"Cost":368,"Date":"7/23/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":263,"Cost":150,"Date":"11/21/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":21,"Cost":10,"Date":"11/26/2022"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":636,"Cost":330,"Date":"2/20/2023"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":242,"Cost":191,"Date":"5/21/2023"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":224,"Cost":208,"Date":"9/28/2023"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":603,"Cost":324,"Date":"1/3/2024"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":328,"Cost":185,"Date":"2/2/2024"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":783,"Cost":737,"Date":"3/18/2024"},{"Store":"Hondos Center, Various locations","Brand":"Nova","Country":"Greece","Sale":623,"Cost":562,"Date":"10/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":213,"Cost":162,"Date":"2/16/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":919,"Cost":701,"Date":"6/7/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":554,"Cost":424,"Date":"1/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":179,"Cost":162,"Date":"3/27/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":930,"Cost":863,"Date":"5/12/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":774,"Cost":486,"Date":"7/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":809,"Cost":637,"Date":"8/8/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":296,"Cost":177,"Date":"12/7/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":825,"Cost":687,"Date":"1/17/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":760,"Cost":702,"Date":"3/8/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":157,"Cost":142,"Date":"6/6/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":474,"Cost":339,"Date":"6/16/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":993,"Cost":497,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":866,"Cost":763,"Date":"11/19/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":676,"Cost":550,"Date":"12/28/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":735,"Cost":515,"Date":"2/4/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":74,"Cost":69,"Date":"3/8/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":420,"Cost":360,"Date":"12/18/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":484,"Cost":398,"Date":"3/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":475,"Cost":330,"Date":"4/20/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":44,"Cost":42,"Date":"6/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":570,"Cost":312,"Date":"7/23/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":43,"Cost":33,"Date":"11/21/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":306,"Cost":277,"Date":"11/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":732,"Cost":498,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":559,"Cost":430,"Date":"5/21/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":980,"Cost":831,"Date":"9/28/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":569,"Cost":484,"Date":"1/3/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":550,"Cost":367,"Date":"2/2/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":951,"Cost":664,"Date":"3/18/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":447,"Cost":246,"Date":"10/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":804,"Cost":730,"Date":"2/16/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":537,"Cost":369,"Date":"6/7/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":401,"Cost":362,"Date":"1/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":935,"Cost":557,"Date":"3/27/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":500,"Cost":358,"Date":"5/12/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":530,"Cost":487,"Date":"7/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":218,"Cost":132,"Date":"8/8/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":884,"Cost":837,"Date":"12/7/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":614,"Cost":416,"Date":"1/17/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":184,"Cost":151,"Date":"3/8/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":635,"Cost":503,"Date":"6/6/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":773,"Cost":616,"Date":"6/16/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":420,"Cost":234,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":448,"Cost":387,"Date":"11/19/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":167,"Cost":146,"Date":"12/28/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":323,"Cost":209,"Date":"2/4/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":464,"Cost":357,"Date":"3/8/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":168,"Cost":100,"Date":"12/18/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":413,"Cost":223,"Date":"3/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":679,"Cost":455,"Date":"4/20/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":675,"Cost":543,"Date":"6/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":568,"Cost":453,"Date":"7/23/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":580,"Cost":531,"Date":"11/21/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":676,"Cost":537,"Date":"11/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":173,"Cost":118,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":260,"Cost":180,"Date":"5/21/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":506,"Cost":398,"Date":"9/28/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":387,"Cost":267,"Date":"1/3/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":370,"Cost":349,"Date":"2/2/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":227,"Cost":174,"Date":"3/18/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":514,"Cost":259,"Date":"10/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":976,"Cost":858,"Date":"2/16/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":894,"Cost":492,"Date":"6/7/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":116,"Cost":96,"Date":"1/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":249,"Cost":143,"Date":"3/27/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":744,"Cost":384,"Date":"5/12/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":861,"Cost":635,"Date":"7/28/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":853,"Cost":430,"Date":"8/8/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":515,"Cost":442,"Date":"12/7/2019"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":508,"Cost":441,"Date":"1/17/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":17,"Cost":11,"Date":"3/8/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":153,"Cost":77,"Date":"6/6/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":989,"Cost":838,"Date":"6/16/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":821,"Cost":631,"Date":"8/13/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":740,"Cost":447,"Date":"11/19/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":670,"Cost":534,"Date":"12/28/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":86,"Cost":51,"Date":"2/4/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":223,"Cost":147,"Date":"3/8/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":235,"Cost":118,"Date":"12/18/2021"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":474,"Cost":429,"Date":"3/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":632,"Cost":474,"Date":"4/20/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":794,"Cost":398,"Date":"6/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":855,"Cost":651,"Date":"7/23/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":597,"Cost":362,"Date":"11/21/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":637,"Cost":569,"Date":"11/26/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":515,"Cost":420,"Date":"2/20/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":964,"Cost":652,"Date":"5/21/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":518,"Cost":432,"Date":"9/28/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":335,"Cost":227,"Date":"1/3/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":677,"Cost":592,"Date":"2/2/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":373,"Cost":270,"Date":"3/18/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":168,"Cost":129,"Date":"10/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":654,"Cost":458,"Date":"2/16/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":876,"Cost":820,"Date":"6/7/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":330,"Cost":248,"Date":"1/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":841,"Cost":737,"Date":"3/27/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":629,"Cost":461,"Date":"5/12/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":157,"Cost":147,"Date":"7/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":278,"Cost":170,"Date":"8/8/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":758,"Cost":558,"Date":"12/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":802,"Cost":422,"Date":"1/17/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":167,"Cost":131,"Date":"3/8/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":716,"Cost":376,"Date":"6/6/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":875,"Cost":499,"Date":"6/16/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":545,"Cost":506,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":945,"Cost":517,"Date":"11/19/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":503,"Cost":319,"Date":"12/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":836,"Cost":607,"Date":"2/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":195,"Cost":139,"Date":"3/8/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":64,"Cost":35,"Date":"12/18/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":180,"Cost":147,"Date":"3/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":79,"Cost":72,"Date":"4/20/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":998,"Cost":901,"Date":"6/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":889,"Cost":689,"Date":"7/23/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":902,"Cost":767,"Date":"11/21/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":288,"Cost":234,"Date":"11/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":535,"Cost":379,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":484,"Cost":282,"Date":"5/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":894,"Cost":701,"Date":"9/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":272,"Cost":192,"Date":"1/3/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":873,"Cost":628,"Date":"2/2/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":37,"Cost":33,"Date":"3/18/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":914,"Cost":612,"Date":"10/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":937,"Cost":636,"Date":"2/16/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":531,"Cost":384,"Date":"6/7/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":604,"Cost":399,"Date":"1/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":277,"Cost":168,"Date":"3/27/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":903,"Cost":593,"Date":"5/12/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":871,"Cost":524,"Date":"7/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":535,"Cost":279,"Date":"8/8/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":463,"Cost":329,"Date":"12/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":892,"Cost":560,"Date":"1/17/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":526,"Cost":449,"Date":"3/8/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":743,"Cost":611,"Date":"6/6/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":297,"Cost":254,"Date":"6/16/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":645,"Cost":350,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":525,"Cost":409,"Date":"11/19/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":777,"Cost":572,"Date":"12/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":591,"Cost":492,"Date":"2/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":828,"Cost":608,"Date":"3/8/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":958,"Cost":687,"Date":"12/18/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":41,"Cost":37,"Date":"3/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":606,"Cost":304,"Date":"4/20/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":534,"Cost":310,"Date":"6/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":244,"Cost":216,"Date":"7/23/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":478,"Cost":339,"Date":"11/21/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":755,"Cost":686,"Date":"11/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":799,"Cost":634,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":936,"Cost":814,"Date":"5/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":248,"Cost":209,"Date":"9/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":788,"Cost":709,"Date":"1/3/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":703,"Cost":409,"Date":"2/2/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":560,"Cost":399,"Date":"3/18/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":767,"Cost":573,"Date":"10/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":409,"Cost":377,"Date":"2/16/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":598,"Cost":367,"Date":"6/7/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":409,"Cost":273,"Date":"1/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":912,"Cost":591,"Date":"3/27/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":958,"Cost":650,"Date":"5/12/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":250,"Cost":183,"Date":"7/28/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":158,"Cost":81,"Date":"8/8/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":879,"Cost":737,"Date":"12/7/2019"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":74,"Cost":37,"Date":"1/17/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":932,"Cost":579,"Date":"3/8/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":958,"Cost":593,"Date":"6/6/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":377,"Cost":336,"Date":"6/16/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":33,"Cost":21,"Date":"8/13/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":417,"Cost":319,"Date":"11/19/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":452,"Cost":307,"Date":"12/28/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":205,"Cost":191,"Date":"2/4/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":494,"Cost":362,"Date":"3/8/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":791,"Cost":474,"Date":"12/18/2021"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":723,"Cost":630,"Date":"3/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":661,"Cost":356,"Date":"4/20/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":380,"Cost":260,"Date":"6/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":574,"Cost":500,"Date":"7/23/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":807,"Cost":605,"Date":"11/21/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":180,"Cost":125,"Date":"11/26/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":963,"Cost":673,"Date":"2/20/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":531,"Cost":396,"Date":"5/21/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":523,"Cost":423,"Date":"9/28/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":399,"Cost":287,"Date":"1/3/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":582,"Cost":405,"Date":"2/2/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":898,"Cost":474,"Date":"3/18/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Jeans","Country":"Greece","Sale":642,"Cost":577,"Date":"10/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":82,"Cost":63,"Date":"2/16/2018"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":308,"Cost":270,"Date":"6/7/2018"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":470,"Cost":273,"Date":"1/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":380,"Cost":311,"Date":"3/27/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":298,"Cost":242,"Date":"5/12/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":227,"Cost":215,"Date":"7/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":370,"Cost":334,"Date":"8/8/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":165,"Cost":111,"Date":"12/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":673,"Cost":425,"Date":"1/17/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":266,"Cost":163,"Date":"3/8/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":607,"Cost":366,"Date":"6/6/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":380,"Cost":219,"Date":"6/16/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":653,"Cost":550,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":515,"Cost":483,"Date":"11/19/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":98,"Cost":77,"Date":"12/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":928,"Cost":660,"Date":"2/4/2021"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":478,"Cost":316,"Date":"3/8/2021"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":624,"Cost":429,"Date":"12/18/2021"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":628,"Cost":585,"Date":"3/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":729,"Cost":636,"Date":"4/20/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":259,"Cost":216,"Date":"6/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":78,"Cost":53,"Date":"7/23/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":65,"Cost":46,"Date":"11/21/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":298,"Cost":193,"Date":"11/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":363,"Cost":279,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":761,"Cost":451,"Date":"5/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":847,"Cost":768,"Date":"9/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":245,"Cost":143,"Date":"1/3/2024"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":460,"Cost":319,"Date":"2/2/2024"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":388,"Cost":301,"Date":"3/18/2024"},{"Store":"Attica Department Store, Athens","Brand":"ARKET","Country":"Greece","Sale":942,"Cost":570,"Date":"10/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":906,"Cost":681,"Date":"2/16/2018"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":806,"Cost":665,"Date":"6/7/2018"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":327,"Cost":206,"Date":"1/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":262,"Cost":176,"Date":"3/27/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":622,"Cost":556,"Date":"5/12/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":40,"Cost":21,"Date":"7/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":39,"Cost":33,"Date":"8/8/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":479,"Cost":275,"Date":"12/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":582,"Cost":336,"Date":"1/17/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":127,"Cost":101,"Date":"3/8/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":419,"Cost":211,"Date":"6/6/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":4,"Cost":2,"Date":"6/16/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":853,"Cost":584,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":820,"Cost":605,"Date":"11/19/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":324,"Cost":169,"Date":"12/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":752,"Cost":394,"Date":"2/4/2021"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":756,"Cost":654,"Date":"3/8/2021"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":101,"Cost":65,"Date":"12/18/2021"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":322,"Cost":229,"Date":"3/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":344,"Cost":198,"Date":"4/20/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":18,"Cost":14,"Date":"6/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":472,"Cost":366,"Date":"7/23/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":869,"Cost":689,"Date":"11/21/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":490,"Cost":378,"Date":"11/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":865,"Cost":526,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":739,"Cost":685,"Date":"5/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":156,"Cost":113,"Date":"9/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":115,"Cost":77,"Date":"1/3/2024"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":238,"Cost":143,"Date":"2/2/2024"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":616,"Cost":311,"Date":"3/18/2024"},{"Store":"Attica Department Store, Athens","Brand":"Nova","Country":"Greece","Sale":974,"Cost":729,"Date":"10/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":357,"Cost":221,"Date":"2/16/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":231,"Cost":150,"Date":"6/7/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":835,"Cost":695,"Date":"1/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":848,"Cost":754,"Date":"3/27/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":806,"Cost":581,"Date":"5/12/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":68,"Cost":48,"Date":"7/28/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":17,"Cost":9,"Date":"8/8/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":392,"Cost":249,"Date":"12/7/2019"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":463,"Cost":341,"Date":"1/17/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":700,"Cost":500,"Date":"3/8/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":678,"Cost":386,"Date":"6/6/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":657,"Cost":578,"Date":"6/16/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":516,"Cost":348,"Date":"8/13/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":568,"Cost":497,"Date":"11/19/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":828,"Cost":762,"Date":"12/28/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":560,"Cost":433,"Date":"2/4/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":477,"Cost":346,"Date":"3/8/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":733,"Cost":655,"Date":"12/18/2021"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":868,"Cost":581,"Date":"3/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":566,"Cost":512,"Date":"4/20/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":938,"Cost":600,"Date":"6/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":452,"Cost":291,"Date":"7/23/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":277,"Cost":258,"Date":"11/21/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":939,"Cost":496,"Date":"11/26/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":304,"Cost":266,"Date":"2/20/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":699,"Cost":604,"Date":"5/21/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":61,"Cost":56,"Date":"9/28/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":597,"Cost":467,"Date":"1/3/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":846,"Cost":682,"Date":"2/2/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":377,"Cost":350,"Date":"3/18/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":747,"Cost":375,"Date":"10/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":768,"Cost":666,"Date":"2/16/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":751,"Cost":394,"Date":"6/7/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":390,"Cost":291,"Date":"1/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":254,"Cost":215,"Date":"3/27/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":899,"Cost":613,"Date":"5/12/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":522,"Cost":372,"Date":"7/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":917,"Cost":848,"Date":"8/8/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":412,"Cost":332,"Date":"12/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":297,"Cost":223,"Date":"1/17/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":63,"Cost":56,"Date":"3/8/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":208,"Cost":135,"Date":"6/6/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":196,"Cost":142,"Date":"6/16/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":660,"Cost":427,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":240,"Cost":176,"Date":"11/19/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":702,"Cost":521,"Date":"12/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":730,"Cost":573,"Date":"2/4/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":756,"Cost":716,"Date":"3/8/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":208,"Cost":189,"Date":"12/18/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":523,"Cost":266,"Date":"3/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":439,"Cost":342,"Date":"4/20/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":244,"Cost":179,"Date":"6/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":785,"Cost":433,"Date":"7/23/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":155,"Cost":129,"Date":"11/21/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":236,"Cost":151,"Date":"11/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":778,"Cost":498,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":863,"Cost":756,"Date":"5/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":640,"Cost":366,"Date":"9/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":851,"Cost":493,"Date":"1/3/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":325,"Cost":242,"Date":"2/2/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":575,"Cost":428,"Date":"3/18/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Nova","Country":"Greece","Sale":705,"Cost":420,"Date":"10/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":847,"Cost":554,"Date":"2/16/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":755,"Cost":679,"Date":"6/7/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":470,"Cost":405,"Date":"1/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":705,"Cost":651,"Date":"3/27/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":848,"Cost":673,"Date":"5/12/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":72,"Cost":65,"Date":"7/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":899,"Cost":813,"Date":"8/8/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":314,"Cost":231,"Date":"12/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":638,"Cost":597,"Date":"1/17/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":28,"Cost":21,"Date":"3/8/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":323,"Cost":305,"Date":"6/6/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":973,"Cost":699,"Date":"6/16/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":300,"Cost":212,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":180,"Cost":147,"Date":"11/19/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":939,"Cost":832,"Date":"12/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":643,"Cost":331,"Date":"2/4/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":132,"Cost":113,"Date":"3/8/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":963,"Cost":796,"Date":"12/18/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":314,"Cost":192,"Date":"3/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":284,"Cost":173,"Date":"4/20/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":206,"Cost":172,"Date":"6/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":324,"Cost":167,"Date":"7/23/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":382,"Cost":271,"Date":"11/21/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":999,"Cost":662,"Date":"11/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":395,"Cost":270,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":953,"Cost":518,"Date":"5/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":888,"Cost":474,"Date":"9/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":928,"Cost":637,"Date":"1/3/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":832,"Cost":629,"Date":"2/2/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":510,"Cost":371,"Date":"3/18/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":294,"Cost":278,"Date":"10/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":662,"Cost":594,"Date":"2/16/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":234,"Cost":155,"Date":"6/7/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":615,"Cost":393,"Date":"1/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":90,"Cost":55,"Date":"3/27/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":515,"Cost":451,"Date":"5/12/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":721,"Cost":592,"Date":"7/28/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":805,"Cost":515,"Date":"8/8/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":242,"Cost":162,"Date":"12/7/2019"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":405,"Cost":260,"Date":"1/17/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":403,"Cost":308,"Date":"3/8/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":937,"Cost":632,"Date":"6/6/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":606,"Cost":443,"Date":"6/16/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":265,"Cost":145,"Date":"8/13/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":717,"Cost":615,"Date":"11/19/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":813,"Cost":707,"Date":"12/28/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":308,"Cost":174,"Date":"2/4/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":527,"Cost":421,"Date":"3/8/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":105,"Cost":85,"Date":"12/18/2021"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":782,"Cost":486,"Date":"3/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":319,"Cost":208,"Date":"4/20/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":341,"Cost":183,"Date":"6/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":809,"Cost":458,"Date":"7/23/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":404,"Cost":359,"Date":"11/21/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":777,"Cost":394,"Date":"11/26/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":605,"Cost":411,"Date":"2/20/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":954,"Cost":522,"Date":"5/21/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":612,"Cost":440,"Date":"9/28/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":840,"Cost":477,"Date":"1/3/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":72,"Cost":64,"Date":"2/2/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":26,"Cost":14,"Date":"3/18/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"Sellpy","Country":"Greece","Sale":641,"Cost":559,"Date":"10/14/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":119,"Cost":104,"Date":"2/16/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":843,"Cost":435,"Date":"6/7/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":483,"Cost":416,"Date":"1/28/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":214,"Cost":164,"Date":"3/27/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":144,"Cost":134,"Date":"5/12/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":535,"Cost":505,"Date":"7/28/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":817,"Cost":625,"Date":"8/8/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":782,"Cost":682,"Date":"12/7/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":992,"Cost":802,"Date":"1/17/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":117,"Cost":90,"Date":"3/8/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":3,"Cost":2,"Date":"6/6/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":204,"Cost":107,"Date":"6/16/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":937,"Cost":469,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":339,"Cost":213,"Date":"11/19/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":880,"Cost":512,"Date":"12/28/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":320,"Cost":192,"Date":"2/4/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":251,"Cost":206,"Date":"3/8/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":91,"Cost":48,"Date":"12/18/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":856,"Cost":589,"Date":"3/31/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":201,"Cost":143,"Date":"4/20/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":614,"Cost":490,"Date":"6/26/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":877,"Cost":791,"Date":"7/23/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":221,"Cost":177,"Date":"11/21/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":112,"Cost":93,"Date":"11/26/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":881,"Cost":717,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":60,"Cost":48,"Date":"5/21/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":52,"Cost":37,"Date":"9/28/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":216,"Cost":175,"Date":"1/3/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":662,"Cost":391,"Date":"2/2/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":646,"Cost":547,"Date":"3/18/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":118,"Cost":90,"Date":"10/14/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":210,"Cost":110,"Date":"2/16/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":696,"Cost":383,"Date":"6/7/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":418,"Cost":396,"Date":"1/28/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":595,"Cost":480,"Date":"3/27/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":435,"Cost":395,"Date":"5/12/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":59,"Cost":32,"Date":"7/28/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":490,"Cost":378,"Date":"8/8/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":192,"Cost":102,"Date":"12/7/2019"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":412,"Cost":365,"Date":"1/17/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":465,"Cost":342,"Date":"3/8/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":132,"Cost":121,"Date":"6/6/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":429,"Cost":395,"Date":"6/16/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":337,"Cost":222,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":501,"Cost":445,"Date":"11/19/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":575,"Cost":349,"Date":"12/28/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":373,"Cost":223,"Date":"2/4/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":51,"Cost":34,"Date":"3/8/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":177,"Cost":88,"Date":"12/18/2021"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":412,"Cost":321,"Date":"3/31/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":729,"Cost":692,"Date":"4/20/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":865,"Cost":655,"Date":"6/26/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":206,"Cost":108,"Date":"7/23/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":444,"Cost":247,"Date":"11/21/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":131,"Cost":125,"Date":"11/26/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":94,"Cost":72,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":556,"Cost":443,"Date":"5/21/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":592,"Cost":365,"Date":"9/28/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":593,"Cost":414,"Date":"1/3/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":175,"Cost":116,"Date":"2/2/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":868,"Cost":640,"Date":"3/18/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":598,"Cost":499,"Date":"10/14/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":802,"Cost":619,"Date":"2/16/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":48,"Cost":31,"Date":"6/7/2018"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":129,"Cost":103,"Date":"1/28/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":492,"Cost":385,"Date":"3/27/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":925,"Cost":818,"Date":"5/12/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":274,"Cost":145,"Date":"7/28/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":30,"Cost":28,"Date":"8/8/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":552,"Cost":360,"Date":"12/7/2019"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":866,"Cost":506,"Date":"1/17/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":506,"Cost":391,"Date":"3/8/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":112,"Cost":97,"Date":"6/6/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":11,"Cost":6,"Date":"6/16/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":468,"Cost":394,"Date":"8/13/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":182,"Cost":167,"Date":"11/19/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":472,"Cost":423,"Date":"12/28/2020"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":674,"Cost":464,"Date":"2/4/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":475,"Cost":245,"Date":"3/8/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":583,"Cost":471,"Date":"12/18/2021"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":708,"Cost":447,"Date":"3/31/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":576,"Cost":486,"Date":"4/20/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":782,"Cost":487,"Date":"6/26/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":629,"Cost":533,"Date":"7/23/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":964,"Cost":530,"Date":"11/21/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":289,"Cost":175,"Date":"11/26/2022"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":148,"Cost":77,"Date":"2/20/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":74,"Cost":66,"Date":"5/21/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":653,"Cost":529,"Date":"9/28/2023"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":819,"Cost":566,"Date":"1/3/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":797,"Cost":637,"Date":"2/2/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":865,"Cost":660,"Date":"3/18/2024"},{"Store":"River West Mall, Athens","Brand":"Nova","Country":"Greece","Sale":196,"Cost":102,"Date":"10/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":815,"Cost":598,"Date":"2/16/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":119,"Cost":107,"Date":"6/7/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":419,"Cost":371,"Date":"1/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":796,"Cost":665,"Date":"3/27/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":225,"Cost":213,"Date":"5/12/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":472,"Cost":430,"Date":"7/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":404,"Cost":329,"Date":"8/8/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":57,"Cost":53,"Date":"12/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":580,"Cost":316,"Date":"1/17/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":166,"Cost":150,"Date":"3/8/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":227,"Cost":193,"Date":"6/6/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":392,"Cost":312,"Date":"6/16/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":981,"Cost":535,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":238,"Cost":144,"Date":"11/19/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":154,"Cost":82,"Date":"12/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":675,"Cost":454,"Date":"2/4/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":595,"Cost":486,"Date":"3/8/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":879,"Cost":678,"Date":"12/18/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":394,"Cost":356,"Date":"3/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":62,"Cost":56,"Date":"4/20/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":170,"Cost":93,"Date":"6/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":701,"Cost":503,"Date":"7/23/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":660,"Cost":624,"Date":"11/21/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":88,"Cost":67,"Date":"11/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":506,"Cost":305,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":360,"Cost":312,"Date":"5/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":605,"Cost":573,"Date":"9/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":900,"Cost":471,"Date":"1/3/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":754,"Cost":589,"Date":"2/2/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":483,"Cost":326,"Date":"3/18/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"COS","Country":"Greece","Sale":167,"Cost":153,"Date":"10/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":490,"Cost":368,"Date":"2/16/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":77,"Cost":48,"Date":"6/7/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":798,"Cost":498,"Date":"1/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":802,"Cost":531,"Date":"3/27/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":837,"Cost":759,"Date":"5/12/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":159,"Cost":111,"Date":"7/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":151,"Cost":83,"Date":"8/8/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":979,"Cost":732,"Date":"12/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":86,"Cost":81,"Date":"1/17/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":645,"Cost":554,"Date":"3/8/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":776,"Cost":482,"Date":"6/6/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":194,"Cost":136,"Date":"6/16/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":966,"Cost":660,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":91,"Cost":61,"Date":"11/19/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":59,"Cost":56,"Date":"12/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":640,"Cost":338,"Date":"2/4/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":661,"Cost":417,"Date":"3/8/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":708,"Cost":459,"Date":"12/18/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":385,"Cost":267,"Date":"3/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":613,"Cost":525,"Date":"4/20/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":1000,"Cost":799,"Date":"6/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":223,"Cost":179,"Date":"7/23/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":966,"Cost":507,"Date":"11/21/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":531,"Cost":296,"Date":"11/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":615,"Cost":318,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":350,"Cost":280,"Date":"5/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":705,"Cost":499,"Date":"9/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":324,"Cost":196,"Date":"1/3/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":957,"Cost":798,"Date":"2/2/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":782,"Cost":604,"Date":"3/18/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":802,"Cost":717,"Date":"10/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":277,"Cost":140,"Date":"2/16/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":930,"Cost":539,"Date":"6/7/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":96,"Cost":70,"Date":"1/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":764,"Cost":410,"Date":"3/27/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":723,"Cost":571,"Date":"5/12/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":317,"Cost":244,"Date":"7/28/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":792,"Cost":434,"Date":"8/8/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":646,"Cost":324,"Date":"12/7/2019"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":234,"Cost":198,"Date":"1/17/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":29,"Cost":19,"Date":"3/8/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":716,"Cost":516,"Date":"6/6/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":874,"Cost":809,"Date":"6/16/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":917,"Cost":759,"Date":"8/13/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":521,"Cost":378,"Date":"11/19/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":24,"Cost":20,"Date":"12/28/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":91,"Cost":71,"Date":"2/4/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":935,"Cost":743,"Date":"3/8/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":620,"Cost":340,"Date":"12/18/2021"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":483,"Cost":371,"Date":"3/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":113,"Cost":88,"Date":"4/20/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":724,"Cost":431,"Date":"6/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":266,"Cost":165,"Date":"7/23/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":427,"Cost":338,"Date":"11/21/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":154,"Cost":86,"Date":"11/26/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":786,"Cost":589,"Date":"2/20/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":221,"Cost":179,"Date":"5/21/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":172,"Cost":106,"Date":"9/28/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":599,"Cost":451,"Date":"1/3/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":486,"Cost":286,"Date":"2/2/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":443,"Cost":375,"Date":"3/18/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Sellpy","Country":"Greece","Sale":904,"Cost":520,"Date":"10/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":73,"Cost":45,"Date":"2/16/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":828,"Cost":665,"Date":"6/7/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":582,"Cost":387,"Date":"1/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":624,"Cost":391,"Date":"3/27/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":967,"Cost":691,"Date":"5/12/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":641,"Cost":587,"Date":"7/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":596,"Cost":562,"Date":"8/8/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":652,"Cost":349,"Date":"12/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":582,"Cost":314,"Date":"1/17/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":971,"Cost":788,"Date":"3/8/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":704,"Cost":406,"Date":"6/6/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":48,"Cost":28,"Date":"6/16/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":521,"Cost":299,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":894,"Cost":511,"Date":"11/19/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":51,"Cost":40,"Date":"12/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":875,"Cost":702,"Date":"2/4/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":663,"Cost":409,"Date":"3/8/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":39,"Cost":35,"Date":"12/18/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":111,"Cost":91,"Date":"3/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":633,"Cost":412,"Date":"4/20/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":577,"Cost":420,"Date":"6/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":70,"Cost":49,"Date":"7/23/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":884,"Cost":660,"Date":"11/21/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":147,"Cost":106,"Date":"11/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":590,"Cost":360,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":713,"Cost":506,"Date":"5/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":576,"Cost":495,"Date":"9/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":561,"Cost":295,"Date":"1/3/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":51,"Cost":27,"Date":"2/2/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":415,"Cost":380,"Date":"3/18/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":679,"Cost":434,"Date":"10/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":856,"Cost":579,"Date":"2/16/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":702,"Cost":433,"Date":"6/7/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":796,"Cost":537,"Date":"1/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":876,"Cost":493,"Date":"3/27/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":143,"Cost":92,"Date":"5/12/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":318,"Cost":199,"Date":"7/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":364,"Cost":336,"Date":"8/8/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":578,"Cost":497,"Date":"12/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":119,"Cost":99,"Date":"1/17/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":905,"Cost":466,"Date":"3/8/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":123,"Cost":102,"Date":"6/6/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":373,"Cost":319,"Date":"6/16/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":53,"Cost":48,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":823,"Cost":564,"Date":"11/19/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":748,"Cost":426,"Date":"12/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":870,"Cost":812,"Date":"2/4/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":863,"Cost":575,"Date":"3/8/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":253,"Cost":136,"Date":"12/18/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":857,"Cost":431,"Date":"3/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":708,"Cost":588,"Date":"4/20/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":622,"Cost":449,"Date":"6/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":639,"Cost":435,"Date":"7/23/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":998,"Cost":814,"Date":"11/21/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":641,"Cost":522,"Date":"11/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":466,"Cost":300,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":127,"Cost":93,"Date":"5/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":474,"Cost":247,"Date":"9/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":786,"Cost":638,"Date":"1/3/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":364,"Cost":277,"Date":"2/2/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":826,"Cost":426,"Date":"3/18/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":923,"Cost":708,"Date":"10/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":950,"Cost":847,"Date":"2/16/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":926,"Cost":563,"Date":"6/7/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":725,"Cost":658,"Date":"1/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":8,"Cost":4,"Date":"3/27/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":663,"Cost":361,"Date":"5/12/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":725,"Cost":622,"Date":"7/28/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":518,"Cost":344,"Date":"8/8/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":15,"Cost":12,"Date":"12/7/2019"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":805,"Cost":664,"Date":"1/17/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":947,"Cost":605,"Date":"3/8/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":995,"Cost":672,"Date":"6/6/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":822,"Cost":657,"Date":"6/16/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":884,"Cost":536,"Date":"8/13/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":500,"Cost":360,"Date":"11/19/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":896,"Cost":676,"Date":"12/28/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":199,"Cost":118,"Date":"2/4/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":813,"Cost":611,"Date":"3/8/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":339,"Cost":268,"Date":"12/18/2021"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":219,"Cost":143,"Date":"3/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":569,"Cost":528,"Date":"4/20/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":70,"Cost":64,"Date":"6/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":699,"Cost":544,"Date":"7/23/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":51,"Cost":30,"Date":"11/21/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":694,"Cost":372,"Date":"11/26/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":493,"Cost":312,"Date":"2/20/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":697,"Cost":521,"Date":"5/21/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":453,"Cost":289,"Date":"9/28/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":109,"Cost":68,"Date":"1/3/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":415,"Cost":289,"Date":"2/2/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":249,"Cost":221,"Date":"3/18/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":68,"Cost":40,"Date":"10/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":935,"Cost":853,"Date":"2/16/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":836,"Cost":664,"Date":"6/7/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":926,"Cost":739,"Date":"1/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":537,"Cost":475,"Date":"3/27/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":205,"Cost":193,"Date":"5/12/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":191,"Cost":167,"Date":"7/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":542,"Cost":344,"Date":"8/8/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":601,"Cost":366,"Date":"12/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":293,"Cost":215,"Date":"1/17/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":123,"Cost":95,"Date":"3/8/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":648,"Cost":513,"Date":"6/6/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":307,"Cost":166,"Date":"6/16/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":473,"Cost":272,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":449,"Cost":351,"Date":"11/19/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":650,"Cost":371,"Date":"12/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":406,"Cost":367,"Date":"2/4/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":968,"Cost":830,"Date":"3/8/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":276,"Cost":195,"Date":"12/18/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":178,"Cost":166,"Date":"3/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":210,"Cost":191,"Date":"4/20/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":281,"Cost":243,"Date":"6/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":637,"Cost":534,"Date":"7/23/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":60,"Cost":54,"Date":"11/21/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":93,"Cost":67,"Date":"11/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":135,"Cost":109,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":626,"Cost":460,"Date":"5/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":247,"Cost":152,"Date":"9/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":587,"Cost":406,"Date":"1/3/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":285,"Cost":199,"Date":"2/2/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":102,"Cost":89,"Date":"3/18/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":525,"Cost":442,"Date":"10/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":271,"Cost":254,"Date":"2/16/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":549,"Cost":384,"Date":"6/7/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":943,"Cost":661,"Date":"1/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":489,"Cost":355,"Date":"3/27/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":389,"Cost":322,"Date":"5/12/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":284,"Cost":219,"Date":"7/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":307,"Cost":200,"Date":"8/8/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":551,"Cost":485,"Date":"12/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":270,"Cost":191,"Date":"1/17/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":153,"Cost":80,"Date":"3/8/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":445,"Cost":250,"Date":"6/6/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":379,"Cost":348,"Date":"6/16/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":802,"Cost":579,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":888,"Cost":565,"Date":"11/19/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":243,"Cost":170,"Date":"12/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":685,"Cost":488,"Date":"2/4/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":700,"Cost":383,"Date":"3/8/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":256,"Cost":223,"Date":"12/18/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":282,"Cost":212,"Date":"3/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":926,"Cost":517,"Date":"4/20/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":607,"Cost":345,"Date":"6/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":873,"Cost":456,"Date":"7/23/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":903,"Cost":750,"Date":"11/21/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":516,"Cost":415,"Date":"11/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":237,"Cost":210,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":99,"Cost":73,"Date":"5/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":192,"Cost":106,"Date":"9/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":36,"Cost":29,"Date":"1/3/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":580,"Cost":317,"Date":"2/2/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":638,"Cost":437,"Date":"3/18/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM","Country":"Greece","Sale":298,"Cost":192,"Date":"10/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":931,"Cost":511,"Date":"2/16/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":510,"Cost":338,"Date":"6/7/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":589,"Cost":363,"Date":"1/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":367,"Cost":199,"Date":"3/27/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":16,"Cost":13,"Date":"5/12/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":186,"Cost":171,"Date":"7/28/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":49,"Cost":38,"Date":"8/8/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":450,"Cost":321,"Date":"12/7/2019"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":866,"Cost":444,"Date":"1/17/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":542,"Cost":456,"Date":"3/8/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":452,"Cost":280,"Date":"6/6/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":791,"Cost":729,"Date":"6/16/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":546,"Cost":373,"Date":"8/13/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":988,"Cost":895,"Date":"11/19/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":926,"Cost":834,"Date":"12/28/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":144,"Cost":106,"Date":"2/4/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":519,"Cost":260,"Date":"3/8/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":75,"Cost":44,"Date":"12/18/2021"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":284,"Cost":148,"Date":"3/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":222,"Cost":124,"Date":"4/20/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":951,"Cost":661,"Date":"6/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":690,"Cost":438,"Date":"7/23/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":327,"Cost":248,"Date":"11/21/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":586,"Cost":344,"Date":"11/26/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":317,"Cost":277,"Date":"2/20/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":855,"Cost":674,"Date":"5/21/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":644,"Cost":537,"Date":"9/28/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":439,"Cost":416,"Date":"1/3/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":625,"Cost":370,"Date":"2/2/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":135,"Cost":119,"Date":"3/18/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"COS","Country":"Greece","Sale":569,"Cost":313,"Date":"10/14/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":118,"Cost":64,"Date":"2/16/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":589,"Cost":407,"Date":"6/7/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":953,"Cost":613,"Date":"1/28/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":395,"Cost":205,"Date":"3/27/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":821,"Cost":509,"Date":"5/12/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":421,"Cost":307,"Date":"7/28/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":641,"Cost":400,"Date":"8/8/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":27,"Cost":16,"Date":"12/7/2019"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":398,"Cost":363,"Date":"1/17/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":226,"Cost":173,"Date":"3/8/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":563,"Cost":297,"Date":"6/6/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":511,"Cost":472,"Date":"6/16/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":596,"Cost":354,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":966,"Cost":809,"Date":"11/19/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":545,"Cost":456,"Date":"12/28/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":887,"Cost":799,"Date":"2/4/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":673,"Cost":488,"Date":"3/8/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":464,"Cost":347,"Date":"12/18/2021"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":429,"Cost":221,"Date":"3/31/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":74,"Cost":59,"Date":"4/20/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":685,"Cost":518,"Date":"6/26/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":116,"Cost":109,"Date":"7/23/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":506,"Cost":269,"Date":"11/21/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":209,"Cost":141,"Date":"11/26/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":381,"Cost":279,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":893,"Cost":718,"Date":"5/21/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":971,"Cost":700,"Date":"9/28/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":154,"Cost":105,"Date":"1/3/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":437,"Cost":400,"Date":"2/2/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":960,"Cost":838,"Date":"3/18/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":948,"Cost":478,"Date":"10/14/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":904,"Cost":674,"Date":"2/16/2018"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":74,"Cost":61,"Date":"6/7/2018"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":781,"Cost":646,"Date":"1/28/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":336,"Cost":261,"Date":"3/27/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":751,"Cost":455,"Date":"5/12/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":308,"Cost":276,"Date":"7/28/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":96,"Cost":66,"Date":"8/8/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":321,"Cost":184,"Date":"12/7/2019"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":481,"Cost":363,"Date":"1/17/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":465,"Cost":404,"Date":"3/8/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":934,"Cost":506,"Date":"6/6/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":10,"Cost":8,"Date":"6/16/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":618,"Cost":414,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":491,"Cost":336,"Date":"11/19/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":422,"Cost":218,"Date":"12/28/2020"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":156,"Cost":132,"Date":"2/4/2021"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":829,"Cost":500,"Date":"3/8/2021"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":260,"Cost":138,"Date":"12/18/2021"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":830,"Cost":616,"Date":"3/31/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":372,"Cost":188,"Date":"4/20/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":939,"Cost":716,"Date":"6/26/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":50,"Cost":46,"Date":"7/23/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":900,"Cost":687,"Date":"11/21/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":821,"Cost":468,"Date":"11/26/2022"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":791,"Cost":492,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":501,"Cost":310,"Date":"5/21/2023"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":848,"Cost":797,"Date":"9/28/2023"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":561,"Cost":442,"Date":"1/3/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":333,"Cost":197,"Date":"2/2/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":765,"Cost":489,"Date":"3/18/2024"},{"Store":"Pallini Mall","Brand":"HM Home","Country":"Greece","Sale":398,"Cost":304,"Date":"10/14/2024"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":68,"Cost":37,"Date":"2/16/2018"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":940,"Cost":565,"Date":"6/7/2018"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":750,"Cost":646,"Date":"1/28/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":162,"Cost":154,"Date":"3/27/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":671,"Cost":474,"Date":"5/12/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":145,"Cost":84,"Date":"7/28/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":814,"Cost":677,"Date":"8/8/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":877,"Cost":712,"Date":"12/7/2019"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":597,"Cost":509,"Date":"1/17/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":520,"Cost":411,"Date":"3/8/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":404,"Cost":208,"Date":"6/6/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":425,"Cost":314,"Date":"6/16/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":987,"Cost":932,"Date":"8/13/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":690,"Cost":409,"Date":"11/19/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":959,"Cost":617,"Date":"12/28/2020"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":42,"Cost":37,"Date":"2/4/2021"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":841,"Cost":445,"Date":"3/8/2021"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":111,"Cost":102,"Date":"12/18/2021"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":899,"Cost":523,"Date":"3/31/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":895,"Cost":524,"Date":"4/20/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":471,"Cost":383,"Date":"6/26/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":460,"Cost":232,"Date":"7/23/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":486,"Cost":247,"Date":"11/21/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":986,"Cost":611,"Date":"11/26/2022"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":404,"Cost":274,"Date":"2/20/2023"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":20,"Cost":11,"Date":"5/21/2023"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":494,"Cost":436,"Date":"9/28/2023"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":329,"Cost":173,"Date":"1/3/2024"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":918,"Cost":780,"Date":"2/2/2024"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":634,"Cost":384,"Date":"3/18/2024"},{"Store":"Pallini Mall","Brand":"ARKET","Country":"Greece","Sale":183,"Cost":172,"Date":"10/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":872,"Cost":689,"Date":"2/16/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":396,"Cost":339,"Date":"6/7/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":985,"Cost":901,"Date":"1/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":77,"Cost":51,"Date":"3/27/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":383,"Cost":311,"Date":"5/12/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":420,"Cost":254,"Date":"7/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":115,"Cost":103,"Date":"8/8/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":380,"Cost":344,"Date":"12/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":547,"Cost":387,"Date":"1/17/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":396,"Cost":299,"Date":"3/8/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":486,"Cost":398,"Date":"6/6/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":591,"Cost":328,"Date":"6/16/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":374,"Cost":209,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":901,"Cost":577,"Date":"11/19/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":294,"Cost":274,"Date":"12/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":555,"Cost":340,"Date":"2/4/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":35,"Cost":29,"Date":"3/8/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":725,"Cost":536,"Date":"12/18/2021"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":614,"Cost":448,"Date":"3/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":8,"Cost":7,"Date":"4/20/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":600,"Cost":339,"Date":"6/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":2,"Cost":2,"Date":"7/23/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":876,"Cost":514,"Date":"11/21/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":800,"Cost":493,"Date":"11/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":296,"Cost":193,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":257,"Cost":161,"Date":"5/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":132,"Cost":83,"Date":"9/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":80,"Cost":70,"Date":"1/3/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":497,"Cost":279,"Date":"2/2/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":416,"Cost":259,"Date":"3/18/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Jeans","Country":"India","Sale":576,"Cost":337,"Date":"10/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":389,"Cost":216,"Date":"2/16/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":690,"Cost":628,"Date":"6/7/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":383,"Cost":352,"Date":"1/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":53,"Cost":48,"Date":"3/27/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":859,"Cost":653,"Date":"5/12/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":642,"Cost":588,"Date":"7/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":531,"Cost":420,"Date":"8/8/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":705,"Cost":411,"Date":"12/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":980,"Cost":659,"Date":"1/17/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":165,"Cost":110,"Date":"3/8/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":900,"Cost":561,"Date":"6/6/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":580,"Cost":340,"Date":"6/16/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":980,"Cost":573,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":678,"Cost":592,"Date":"11/19/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":638,"Cost":581,"Date":"12/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":139,"Cost":78,"Date":"2/4/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":655,"Cost":571,"Date":"3/8/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":685,"Cost":635,"Date":"12/18/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":852,"Cost":635,"Date":"3/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":751,"Cost":631,"Date":"4/20/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":62,"Cost":54,"Date":"6/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":262,"Cost":147,"Date":"7/23/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":266,"Cost":157,"Date":"11/21/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":72,"Cost":65,"Date":"11/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":242,"Cost":161,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":574,"Cost":413,"Date":"5/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":107,"Cost":92,"Date":"9/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":507,"Cost":402,"Date":"1/3/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":819,"Cost":580,"Date":"2/2/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":725,"Cost":458,"Date":"3/18/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":944,"Cost":734,"Date":"10/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":48,"Cost":28,"Date":"2/16/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":541,"Cost":339,"Date":"6/7/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":203,"Cost":147,"Date":"1/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":730,"Cost":493,"Date":"3/27/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":410,"Cost":366,"Date":"5/12/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":984,"Cost":548,"Date":"7/28/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":956,"Cost":898,"Date":"8/8/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":359,"Cost":191,"Date":"12/7/2019"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":268,"Cost":150,"Date":"1/17/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":95,"Cost":85,"Date":"3/8/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":439,"Cost":258,"Date":"6/6/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":803,"Cost":456,"Date":"6/16/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":712,"Cost":427,"Date":"8/13/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":792,"Cost":726,"Date":"11/19/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":106,"Cost":98,"Date":"12/28/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":438,"Cost":374,"Date":"2/4/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":994,"Cost":786,"Date":"3/8/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":269,"Cost":166,"Date":"12/18/2021"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":335,"Cost":282,"Date":"3/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":584,"Cost":438,"Date":"4/20/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":758,"Cost":418,"Date":"6/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":859,"Cost":581,"Date":"7/23/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":130,"Cost":69,"Date":"11/21/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":940,"Cost":517,"Date":"11/26/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":444,"Cost":327,"Date":"2/20/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":403,"Cost":217,"Date":"5/21/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":844,"Cost":683,"Date":"9/28/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":951,"Cost":673,"Date":"1/3/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":960,"Cost":827,"Date":"2/2/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":304,"Cost":180,"Date":"3/18/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM","Country":"India","Sale":920,"Cost":663,"Date":"10/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":39,"Cost":26,"Date":"2/16/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":543,"Cost":298,"Date":"6/7/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":310,"Cost":282,"Date":"1/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":686,"Cost":444,"Date":"3/27/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":770,"Cost":596,"Date":"5/12/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":861,"Cost":809,"Date":"7/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":627,"Cost":388,"Date":"8/8/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":770,"Cost":614,"Date":"12/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":603,"Cost":333,"Date":"1/17/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":573,"Cost":499,"Date":"3/8/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":521,"Cost":493,"Date":"6/6/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":862,"Cost":570,"Date":"6/16/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":879,"Cost":828,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":167,"Cost":141,"Date":"11/19/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":785,"Cost":408,"Date":"12/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":761,"Cost":518,"Date":"2/4/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":952,"Cost":798,"Date":"3/8/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":605,"Cost":404,"Date":"12/18/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":601,"Cost":332,"Date":"3/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":606,"Cost":502,"Date":"4/20/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":610,"Cost":355,"Date":"6/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":37,"Cost":33,"Date":"7/23/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":417,"Cost":278,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":817,"Cost":427,"Date":"11/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":425,"Cost":343,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":355,"Cost":315,"Date":"5/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":694,"Cost":350,"Date":"9/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":211,"Cost":192,"Date":"1/3/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":930,"Cost":708,"Date":"2/2/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":169,"Cost":150,"Date":"3/18/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":574,"Cost":538,"Date":"10/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":318,"Cost":189,"Date":"2/16/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":102,"Cost":92,"Date":"6/7/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":887,"Cost":481,"Date":"1/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":281,"Cost":224,"Date":"3/27/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":151,"Cost":89,"Date":"5/12/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":196,"Cost":105,"Date":"7/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":412,"Cost":280,"Date":"8/8/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":81,"Cost":76,"Date":"12/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":189,"Cost":179,"Date":"1/17/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":928,"Cost":609,"Date":"3/8/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":376,"Cost":285,"Date":"6/6/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":928,"Cost":809,"Date":"6/16/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":547,"Cost":412,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":704,"Cost":485,"Date":"11/19/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":981,"Cost":902,"Date":"12/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":387,"Cost":266,"Date":"2/4/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":463,"Cost":364,"Date":"3/8/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":925,"Cost":574,"Date":"12/18/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":45,"Cost":33,"Date":"3/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":233,"Cost":132,"Date":"4/20/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":280,"Cost":212,"Date":"6/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":128,"Cost":87,"Date":"7/23/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":129,"Cost":79,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":336,"Cost":313,"Date":"11/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":763,"Cost":514,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":377,"Cost":350,"Date":"5/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":164,"Cost":130,"Date":"9/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":969,"Cost":774,"Date":"1/3/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":501,"Cost":401,"Date":"2/2/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":621,"Cost":401,"Date":"3/18/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":804,"Cost":598,"Date":"10/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":805,"Cost":546,"Date":"2/16/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":312,"Cost":257,"Date":"6/7/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":870,"Cost":476,"Date":"1/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":807,"Cost":410,"Date":"3/27/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":775,"Cost":443,"Date":"5/12/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":627,"Cost":475,"Date":"7/28/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":700,"Cost":607,"Date":"8/8/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":399,"Cost":376,"Date":"12/7/2019"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":820,"Cost":510,"Date":"1/17/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":230,"Cost":176,"Date":"3/8/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":798,"Cost":672,"Date":"6/6/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":889,"Cost":824,"Date":"6/16/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":492,"Cost":339,"Date":"8/13/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":74,"Cost":68,"Date":"11/19/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":488,"Cost":400,"Date":"12/28/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":245,"Cost":189,"Date":"2/4/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":451,"Cost":359,"Date":"3/8/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":519,"Cost":431,"Date":"12/18/2021"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":630,"Cost":535,"Date":"3/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":349,"Cost":330,"Date":"4/20/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":196,"Cost":140,"Date":"6/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":877,"Cost":631,"Date":"7/23/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":515,"Cost":396,"Date":"11/21/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":943,"Cost":807,"Date":"11/26/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":788,"Cost":396,"Date":"2/20/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":379,"Cost":346,"Date":"5/21/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":285,"Cost":185,"Date":"9/28/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":230,"Cost":163,"Date":"1/3/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":775,"Cost":641,"Date":"2/2/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":825,"Cost":448,"Date":"3/18/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":867,"Cost":493,"Date":"10/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":686,"Cost":493,"Date":"2/16/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":640,"Cost":515,"Date":"6/7/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":969,"Cost":726,"Date":"1/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":392,"Cost":218,"Date":"3/27/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":2,"Cost":1,"Date":"5/12/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":340,"Cost":233,"Date":"7/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":776,"Cost":606,"Date":"8/8/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":300,"Cost":244,"Date":"12/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":974,"Cost":596,"Date":"1/17/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":877,"Cost":832,"Date":"3/8/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":974,"Cost":499,"Date":"6/6/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":285,"Cost":223,"Date":"6/16/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":963,"Cost":874,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":50,"Cost":36,"Date":"11/19/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":681,"Cost":387,"Date":"12/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":690,"Cost":512,"Date":"2/4/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":174,"Cost":111,"Date":"3/8/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":812,"Cost":744,"Date":"12/18/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":710,"Cost":620,"Date":"3/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":159,"Cost":118,"Date":"4/20/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":274,"Cost":219,"Date":"6/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":82,"Cost":75,"Date":"7/23/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":533,"Cost":375,"Date":"11/21/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":647,"Cost":472,"Date":"11/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":123,"Cost":87,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":338,"Cost":243,"Date":"5/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":512,"Cost":259,"Date":"9/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":171,"Cost":152,"Date":"1/3/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":560,"Cost":378,"Date":"2/2/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":451,"Cost":335,"Date":"3/18/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":624,"Cost":554,"Date":"10/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":505,"Cost":343,"Date":"2/16/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":873,"Cost":441,"Date":"6/7/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":331,"Cost":251,"Date":"1/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":946,"Cost":660,"Date":"3/27/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":163,"Cost":125,"Date":"5/12/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":351,"Cost":179,"Date":"7/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":750,"Cost":557,"Date":"8/8/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":376,"Cost":291,"Date":"12/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":887,"Cost":504,"Date":"1/17/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":530,"Cost":308,"Date":"3/8/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":641,"Cost":428,"Date":"6/6/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":113,"Cost":90,"Date":"6/16/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":371,"Cost":242,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":837,"Cost":498,"Date":"11/19/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":998,"Cost":859,"Date":"12/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":538,"Cost":453,"Date":"2/4/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":933,"Cost":573,"Date":"3/8/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":763,"Cost":499,"Date":"12/18/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":367,"Cost":221,"Date":"3/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":503,"Cost":292,"Date":"4/20/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":334,"Cost":195,"Date":"6/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":837,"Cost":749,"Date":"7/23/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":857,"Cost":695,"Date":"11/21/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":659,"Cost":394,"Date":"11/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":820,"Cost":610,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":281,"Cost":263,"Date":"5/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":238,"Cost":148,"Date":"9/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":429,"Cost":328,"Date":"1/3/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":179,"Cost":145,"Date":"2/2/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":727,"Cost":571,"Date":"3/18/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"HM Home","Country":"India","Sale":375,"Cost":208,"Date":"10/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":134,"Cost":114,"Date":"2/16/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":701,"Cost":474,"Date":"6/7/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":489,"Cost":399,"Date":"1/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":163,"Cost":154,"Date":"3/27/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":219,"Cost":173,"Date":"5/12/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":562,"Cost":481,"Date":"7/28/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":205,"Cost":182,"Date":"8/8/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":709,"Cost":482,"Date":"12/7/2019"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":608,"Cost":310,"Date":"1/17/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":560,"Cost":345,"Date":"3/8/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":439,"Cost":362,"Date":"6/6/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":394,"Cost":273,"Date":"6/16/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":813,"Cost":626,"Date":"8/13/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":864,"Cost":572,"Date":"11/19/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":653,"Cost":528,"Date":"12/28/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":443,"Cost":385,"Date":"2/4/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":578,"Cost":504,"Date":"3/8/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":380,"Cost":347,"Date":"12/18/2021"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":132,"Cost":110,"Date":"3/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":595,"Cost":402,"Date":"4/20/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":335,"Cost":269,"Date":"6/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":812,"Cost":603,"Date":"7/23/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":613,"Cost":471,"Date":"11/21/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":643,"Cost":611,"Date":"11/26/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":218,"Cost":118,"Date":"2/20/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":603,"Cost":566,"Date":"5/21/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":211,"Cost":179,"Date":"9/28/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":623,"Cost":453,"Date":"1/3/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":230,"Cost":123,"Date":"2/2/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":280,"Cost":260,"Date":"3/18/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"ARKET","Country":"India","Sale":209,"Cost":150,"Date":"10/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":612,"Cost":326,"Date":"2/16/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":892,"Cost":552,"Date":"6/7/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":614,"Cost":522,"Date":"1/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":377,"Cost":351,"Date":"3/27/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":400,"Cost":314,"Date":"5/12/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":862,"Cost":680,"Date":"7/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":693,"Cost":419,"Date":"8/8/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":436,"Cost":284,"Date":"12/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":971,"Cost":560,"Date":"1/17/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":875,"Cost":554,"Date":"3/8/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":415,"Cost":342,"Date":"6/6/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":790,"Cost":531,"Date":"6/16/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":490,"Cost":262,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":11,"Cost":9,"Date":"11/19/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":816,"Cost":524,"Date":"12/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":697,"Cost":546,"Date":"2/4/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":371,"Cost":234,"Date":"3/8/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":682,"Cost":590,"Date":"12/18/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":1,"Cost":0,"Date":"3/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":381,"Cost":214,"Date":"4/20/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":394,"Cost":200,"Date":"6/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":130,"Cost":95,"Date":"7/23/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":588,"Cost":538,"Date":"11/21/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":532,"Cost":486,"Date":"11/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":45,"Cost":33,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":277,"Cost":202,"Date":"5/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":928,"Cost":475,"Date":"9/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":624,"Cost":441,"Date":"1/3/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":677,"Cost":518,"Date":"2/2/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":284,"Cost":171,"Date":"3/18/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"HM Home","Country":"India","Sale":600,"Cost":396,"Date":"10/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":526,"Cost":265,"Date":"2/16/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":318,"Cost":291,"Date":"6/7/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":701,"Cost":494,"Date":"1/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":73,"Cost":47,"Date":"3/27/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":868,"Cost":542,"Date":"5/12/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":710,"Cost":417,"Date":"7/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":378,"Cost":202,"Date":"8/8/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":213,"Cost":167,"Date":"12/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":747,"Cost":534,"Date":"1/17/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":422,"Cost":362,"Date":"3/8/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":557,"Cost":505,"Date":"6/6/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":247,"Cost":132,"Date":"6/16/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":400,"Cost":230,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":520,"Cost":407,"Date":"11/19/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":796,"Cost":522,"Date":"12/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":345,"Cost":234,"Date":"2/4/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":154,"Cost":95,"Date":"3/8/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":647,"Cost":614,"Date":"12/18/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":705,"Cost":369,"Date":"3/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":510,"Cost":416,"Date":"4/20/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":857,"Cost":549,"Date":"6/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":504,"Cost":288,"Date":"7/23/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":322,"Cost":264,"Date":"11/21/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":957,"Cost":551,"Date":"11/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":229,"Cost":170,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":119,"Cost":79,"Date":"5/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":823,"Cost":724,"Date":"9/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":583,"Cost":368,"Date":"1/3/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":999,"Cost":869,"Date":"2/2/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":467,"Cost":271,"Date":"3/18/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":874,"Cost":571,"Date":"10/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":579,"Cost":427,"Date":"2/16/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":543,"Cost":372,"Date":"6/7/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":891,"Cost":508,"Date":"1/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":766,"Cost":639,"Date":"3/27/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":822,"Cost":766,"Date":"5/12/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":378,"Cost":282,"Date":"7/28/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":810,"Cost":485,"Date":"8/8/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":980,"Cost":545,"Date":"12/7/2019"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":39,"Cost":34,"Date":"1/17/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":779,"Cost":726,"Date":"3/8/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":321,"Cost":194,"Date":"6/6/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":196,"Cost":182,"Date":"6/16/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":807,"Cost":499,"Date":"8/13/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":777,"Cost":555,"Date":"11/19/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":391,"Cost":217,"Date":"12/28/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":442,"Cost":343,"Date":"2/4/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":384,"Cost":360,"Date":"3/8/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":868,"Cost":794,"Date":"12/18/2021"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":192,"Cost":116,"Date":"3/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":759,"Cost":546,"Date":"4/20/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":560,"Cost":371,"Date":"6/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":304,"Cost":275,"Date":"7/23/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":871,"Cost":786,"Date":"11/21/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":363,"Cost":237,"Date":"11/26/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":577,"Cost":321,"Date":"2/20/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":583,"Cost":353,"Date":"5/21/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":249,"Cost":188,"Date":"9/28/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":528,"Cost":277,"Date":"1/3/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":655,"Cost":450,"Date":"2/2/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":978,"Cost":918,"Date":"3/18/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"ARKET","Country":"India","Sale":410,"Cost":240,"Date":"10/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":762,"Cost":600,"Date":"2/16/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":544,"Cost":467,"Date":"6/7/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":710,"Cost":649,"Date":"1/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":331,"Cost":271,"Date":"3/27/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":497,"Cost":324,"Date":"5/12/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":393,"Cost":248,"Date":"7/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":86,"Cost":77,"Date":"8/8/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":581,"Cost":542,"Date":"12/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":16,"Cost":11,"Date":"1/17/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":561,"Cost":507,"Date":"3/8/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":99,"Cost":52,"Date":"6/6/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":166,"Cost":155,"Date":"6/16/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":415,"Cost":288,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":899,"Cost":699,"Date":"11/19/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":47,"Cost":35,"Date":"12/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":885,"Cost":600,"Date":"2/4/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":687,"Cost":360,"Date":"3/8/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":456,"Cost":234,"Date":"12/18/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":580,"Cost":368,"Date":"3/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":257,"Cost":188,"Date":"4/20/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":757,"Cost":494,"Date":"6/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":25,"Cost":18,"Date":"7/23/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":223,"Cost":118,"Date":"11/21/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":70,"Cost":54,"Date":"11/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":714,"Cost":656,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":598,"Cost":354,"Date":"5/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":872,"Cost":597,"Date":"9/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":396,"Cost":291,"Date":"1/3/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":595,"Cost":460,"Date":"2/2/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":395,"Cost":259,"Date":"3/18/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":35,"Cost":32,"Date":"10/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":743,"Cost":621,"Date":"2/16/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":306,"Cost":179,"Date":"6/7/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":196,"Cost":116,"Date":"1/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":604,"Cost":314,"Date":"3/27/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":219,"Cost":121,"Date":"5/12/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":939,"Cost":708,"Date":"7/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":287,"Cost":151,"Date":"8/8/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":137,"Cost":102,"Date":"12/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":981,"Cost":571,"Date":"1/17/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":762,"Cost":480,"Date":"3/8/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":682,"Cost":504,"Date":"6/6/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":614,"Cost":329,"Date":"6/16/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":273,"Cost":233,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":251,"Cost":175,"Date":"11/19/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":92,"Cost":77,"Date":"12/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":709,"Cost":627,"Date":"2/4/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":3,"Cost":3,"Date":"3/8/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":302,"Cost":222,"Date":"12/18/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":449,"Cost":425,"Date":"3/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":206,"Cost":194,"Date":"4/20/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":957,"Cost":890,"Date":"6/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":251,"Cost":202,"Date":"7/23/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":249,"Cost":167,"Date":"11/21/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":346,"Cost":192,"Date":"11/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":393,"Cost":285,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":732,"Cost":583,"Date":"5/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":781,"Cost":685,"Date":"9/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":649,"Cost":516,"Date":"1/3/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":360,"Cost":338,"Date":"2/2/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":237,"Cost":216,"Date":"3/18/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"HM Home","Country":"India","Sale":437,"Cost":281,"Date":"10/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":928,"Cost":734,"Date":"2/16/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":913,"Cost":598,"Date":"6/7/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":924,"Cost":694,"Date":"1/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":863,"Cost":525,"Date":"3/27/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":837,"Cost":731,"Date":"5/12/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":863,"Cost":660,"Date":"7/28/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":218,"Cost":207,"Date":"8/8/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":778,"Cost":556,"Date":"12/7/2019"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":837,"Cost":500,"Date":"1/17/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":750,"Cost":646,"Date":"3/8/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":666,"Cost":479,"Date":"6/6/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":870,"Cost":793,"Date":"6/16/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":430,"Cost":310,"Date":"8/13/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":459,"Cost":319,"Date":"11/19/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":239,"Cost":145,"Date":"12/28/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":592,"Cost":368,"Date":"2/4/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":96,"Cost":57,"Date":"3/8/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":385,"Cost":246,"Date":"12/18/2021"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":888,"Cost":542,"Date":"3/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":27,"Cost":25,"Date":"4/20/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":592,"Cost":526,"Date":"6/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":915,"Cost":633,"Date":"7/23/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":57,"Cost":39,"Date":"11/21/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":240,"Cost":185,"Date":"11/26/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":38,"Cost":25,"Date":"2/20/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":685,"Cost":593,"Date":"5/21/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":767,"Cost":472,"Date":"9/28/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":146,"Cost":139,"Date":"1/3/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":667,"Cost":464,"Date":"2/2/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":733,"Cost":566,"Date":"3/18/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Sellpy","Country":"India","Sale":81,"Cost":52,"Date":"10/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":664,"Cost":520,"Date":"2/16/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":617,"Cost":564,"Date":"6/7/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":803,"Cost":613,"Date":"1/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":631,"Cost":549,"Date":"3/27/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":834,"Cost":580,"Date":"5/12/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":727,"Cost":508,"Date":"7/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":88,"Cost":69,"Date":"8/8/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":24,"Cost":23,"Date":"12/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":178,"Cost":119,"Date":"1/17/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":172,"Cost":155,"Date":"3/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":29,"Cost":19,"Date":"6/6/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":438,"Cost":308,"Date":"6/16/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":19,"Cost":11,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":108,"Cost":91,"Date":"11/19/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":955,"Cost":876,"Date":"12/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":939,"Cost":871,"Date":"2/4/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":117,"Cost":108,"Date":"3/8/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":647,"Cost":387,"Date":"12/18/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":592,"Cost":546,"Date":"3/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":1000,"Cost":949,"Date":"4/20/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":165,"Cost":94,"Date":"6/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":401,"Cost":257,"Date":"7/23/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":747,"Cost":485,"Date":"11/21/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":756,"Cost":706,"Date":"11/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":522,"Cost":296,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":78,"Cost":71,"Date":"5/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":999,"Cost":702,"Date":"9/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":85,"Cost":75,"Date":"1/3/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":363,"Cost":317,"Date":"2/2/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":196,"Cost":179,"Date":"3/18/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Sellpy","Country":"India","Sale":730,"Cost":398,"Date":"10/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":880,"Cost":776,"Date":"2/16/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":56,"Cost":39,"Date":"6/7/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":192,"Cost":126,"Date":"1/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":974,"Cost":882,"Date":"3/27/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":648,"Cost":499,"Date":"5/12/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":744,"Cost":592,"Date":"7/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":173,"Cost":149,"Date":"8/8/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":395,"Cost":281,"Date":"12/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":322,"Cost":188,"Date":"1/17/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":233,"Cost":154,"Date":"3/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":506,"Cost":278,"Date":"6/6/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":863,"Cost":655,"Date":"6/16/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":894,"Cost":839,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":623,"Cost":437,"Date":"11/19/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":251,"Cost":211,"Date":"12/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":532,"Cost":493,"Date":"2/4/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":452,"Cost":314,"Date":"3/8/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":420,"Cost":258,"Date":"12/18/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":300,"Cost":206,"Date":"3/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":339,"Cost":255,"Date":"4/20/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":962,"Cost":782,"Date":"6/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":187,"Cost":141,"Date":"7/23/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":892,"Cost":487,"Date":"11/21/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":938,"Cost":878,"Date":"11/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":653,"Cost":362,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":690,"Cost":467,"Date":"5/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":236,"Cost":150,"Date":"9/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":685,"Cost":396,"Date":"1/3/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":133,"Cost":117,"Date":"2/2/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":362,"Cost":263,"Date":"3/18/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"COS","Country":"India","Sale":274,"Cost":260,"Date":"10/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":256,"Cost":182,"Date":"2/16/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":896,"Cost":771,"Date":"6/7/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":576,"Cost":288,"Date":"1/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":671,"Cost":343,"Date":"3/27/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":431,"Cost":325,"Date":"5/12/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":954,"Cost":605,"Date":"7/28/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":665,"Cost":593,"Date":"8/8/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":592,"Cost":418,"Date":"12/7/2019"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":816,"Cost":500,"Date":"1/17/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":571,"Cost":418,"Date":"3/8/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":467,"Cost":396,"Date":"6/6/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":59,"Cost":30,"Date":"6/16/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":822,"Cost":433,"Date":"8/13/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":709,"Cost":613,"Date":"11/19/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":806,"Cost":486,"Date":"12/28/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":78,"Cost":72,"Date":"2/4/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":18,"Cost":14,"Date":"3/8/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":247,"Cost":213,"Date":"12/18/2021"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":26,"Cost":25,"Date":"3/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":7,"Cost":7,"Date":"4/20/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":192,"Cost":165,"Date":"6/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":643,"Cost":414,"Date":"7/23/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":616,"Cost":493,"Date":"11/21/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":986,"Cost":840,"Date":"11/26/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":154,"Cost":111,"Date":"2/20/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":455,"Cost":412,"Date":"5/21/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":183,"Cost":129,"Date":"9/28/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":821,"Cost":743,"Date":"1/3/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":427,"Cost":290,"Date":"2/2/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":258,"Cost":160,"Date":"3/18/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":248,"Cost":167,"Date":"10/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":598,"Cost":328,"Date":"2/16/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":266,"Cost":240,"Date":"6/7/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":134,"Cost":74,"Date":"1/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":980,"Cost":691,"Date":"3/27/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":979,"Cost":800,"Date":"5/12/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":110,"Cost":98,"Date":"7/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":553,"Cost":289,"Date":"8/8/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":522,"Cost":379,"Date":"12/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":340,"Cost":212,"Date":"1/17/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":619,"Cost":370,"Date":"3/8/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":597,"Cost":546,"Date":"6/6/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":141,"Cost":88,"Date":"6/16/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":73,"Cost":39,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":606,"Cost":356,"Date":"11/19/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":889,"Cost":537,"Date":"12/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":511,"Cost":329,"Date":"2/4/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":888,"Cost":491,"Date":"3/8/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":382,"Cost":309,"Date":"12/18/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":324,"Cost":171,"Date":"3/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":310,"Cost":273,"Date":"4/20/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":117,"Cost":68,"Date":"6/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":492,"Cost":443,"Date":"7/23/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":535,"Cost":394,"Date":"11/21/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":294,"Cost":275,"Date":"11/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":732,"Cost":507,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":682,"Cost":441,"Date":"5/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":441,"Cost":278,"Date":"9/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":582,"Cost":355,"Date":"1/3/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":165,"Cost":147,"Date":"2/2/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":878,"Cost":799,"Date":"3/18/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Jeans","Country":"India","Sale":756,"Cost":621,"Date":"10/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":82,"Cost":46,"Date":"2/16/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":610,"Cost":351,"Date":"6/7/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":8,"Cost":7,"Date":"1/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":654,"Cost":482,"Date":"3/27/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":950,"Cost":856,"Date":"5/12/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":786,"Cost":645,"Date":"7/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":578,"Cost":289,"Date":"8/8/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":132,"Cost":95,"Date":"12/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":493,"Cost":465,"Date":"1/17/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":42,"Cost":21,"Date":"3/8/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":155,"Cost":115,"Date":"6/6/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":409,"Cost":258,"Date":"6/16/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":528,"Cost":420,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":95,"Cost":73,"Date":"11/19/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":562,"Cost":341,"Date":"12/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":262,"Cost":179,"Date":"2/4/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":889,"Cost":828,"Date":"3/8/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":449,"Cost":340,"Date":"12/18/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":259,"Cost":212,"Date":"3/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":135,"Cost":122,"Date":"4/20/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":828,"Cost":530,"Date":"6/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":198,"Cost":137,"Date":"7/23/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":687,"Cost":360,"Date":"11/21/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":938,"Cost":503,"Date":"11/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":4,"Cost":3,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":322,"Cost":181,"Date":"5/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":722,"Cost":473,"Date":"9/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":132,"Cost":79,"Date":"1/3/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":551,"Cost":472,"Date":"2/2/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":652,"Cost":461,"Date":"3/18/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM","Country":"India","Sale":819,"Cost":681,"Date":"10/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":932,"Cost":492,"Date":"2/16/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":971,"Cost":808,"Date":"6/7/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":922,"Cost":814,"Date":"1/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":893,"Cost":563,"Date":"3/27/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":568,"Cost":446,"Date":"5/12/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":314,"Cost":226,"Date":"7/28/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":289,"Cost":246,"Date":"8/8/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":731,"Cost":588,"Date":"12/7/2019"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":258,"Cost":242,"Date":"1/17/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":921,"Cost":645,"Date":"3/8/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":335,"Cost":172,"Date":"6/6/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":830,"Cost":449,"Date":"6/16/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":905,"Cost":815,"Date":"8/13/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":861,"Cost":741,"Date":"11/19/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":475,"Cost":320,"Date":"12/28/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":740,"Cost":672,"Date":"2/4/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":45,"Cost":39,"Date":"3/8/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":427,"Cost":306,"Date":"12/18/2021"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":58,"Cost":53,"Date":"3/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":614,"Cost":564,"Date":"4/20/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":790,"Cost":589,"Date":"6/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":965,"Cost":539,"Date":"7/23/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":839,"Cost":420,"Date":"11/21/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":275,"Cost":250,"Date":"11/26/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":943,"Cost":626,"Date":"2/20/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":670,"Cost":365,"Date":"5/21/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":810,"Cost":550,"Date":"9/28/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":115,"Cost":63,"Date":"1/3/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":108,"Cost":69,"Date":"2/2/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":513,"Cost":484,"Date":"3/18/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"COS","Country":"India","Sale":657,"Cost":339,"Date":"10/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":186,"Cost":150,"Date":"2/16/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":440,"Cost":226,"Date":"6/7/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":342,"Cost":231,"Date":"1/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":584,"Cost":337,"Date":"3/27/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":893,"Cost":757,"Date":"5/12/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":204,"Cost":142,"Date":"7/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":748,"Cost":583,"Date":"8/8/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":595,"Cost":297,"Date":"12/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":353,"Cost":248,"Date":"1/17/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":667,"Cost":584,"Date":"3/8/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":154,"Cost":129,"Date":"6/6/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":62,"Cost":53,"Date":"6/16/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":622,"Cost":415,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":54,"Cost":37,"Date":"11/19/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":403,"Cost":217,"Date":"12/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":487,"Cost":424,"Date":"2/4/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":368,"Cost":189,"Date":"3/8/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":424,"Cost":403,"Date":"12/18/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":680,"Cost":550,"Date":"3/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":944,"Cost":846,"Date":"4/20/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":430,"Cost":381,"Date":"6/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":900,"Cost":669,"Date":"7/23/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":751,"Cost":470,"Date":"11/21/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":989,"Cost":712,"Date":"11/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":349,"Cost":280,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":935,"Cost":820,"Date":"5/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":861,"Cost":653,"Date":"9/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":156,"Cost":103,"Date":"1/3/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":33,"Cost":29,"Date":"2/2/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":542,"Cost":458,"Date":"3/18/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"Sellpy","Country":"India","Sale":445,"Cost":283,"Date":"10/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":846,"Cost":473,"Date":"2/16/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":626,"Cost":418,"Date":"6/7/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":847,"Cost":510,"Date":"1/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":617,"Cost":439,"Date":"3/27/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":950,"Cost":542,"Date":"5/12/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":427,"Cost":215,"Date":"7/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":360,"Cost":322,"Date":"8/8/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":834,"Cost":567,"Date":"12/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":784,"Cost":728,"Date":"1/17/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":265,"Cost":137,"Date":"3/8/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":903,"Cost":632,"Date":"6/6/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":51,"Cost":40,"Date":"6/16/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":812,"Cost":761,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":861,"Cost":503,"Date":"11/19/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":470,"Cost":243,"Date":"12/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":92,"Cost":60,"Date":"2/4/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":183,"Cost":113,"Date":"3/8/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":465,"Cost":348,"Date":"12/18/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":851,"Cost":498,"Date":"3/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":842,"Cost":436,"Date":"4/20/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":747,"Cost":602,"Date":"6/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":166,"Cost":106,"Date":"7/23/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":112,"Cost":88,"Date":"11/21/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":233,"Cost":119,"Date":"11/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":795,"Cost":418,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":594,"Cost":297,"Date":"5/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":542,"Cost":471,"Date":"9/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":466,"Cost":327,"Date":"1/3/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":767,"Cost":541,"Date":"2/2/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":600,"Cost":310,"Date":"3/18/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":168,"Cost":136,"Date":"10/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":352,"Cost":335,"Date":"2/16/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":225,"Cost":123,"Date":"6/7/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":212,"Cost":155,"Date":"1/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":838,"Cost":708,"Date":"3/27/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":424,"Cost":358,"Date":"5/12/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":824,"Cost":729,"Date":"7/28/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":272,"Cost":174,"Date":"8/8/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":532,"Cost":495,"Date":"12/7/2019"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":810,"Cost":506,"Date":"1/17/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":503,"Cost":253,"Date":"3/8/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":42,"Cost":22,"Date":"6/6/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":608,"Cost":401,"Date":"6/16/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":807,"Cost":659,"Date":"8/13/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":516,"Cost":391,"Date":"11/19/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":641,"Cost":493,"Date":"12/28/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":943,"Cost":529,"Date":"2/4/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":51,"Cost":35,"Date":"3/8/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":758,"Cost":717,"Date":"12/18/2021"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":743,"Cost":498,"Date":"3/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":298,"Cost":247,"Date":"4/20/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":49,"Cost":37,"Date":"6/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":606,"Cost":331,"Date":"7/23/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":982,"Cost":498,"Date":"11/21/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":14,"Cost":9,"Date":"11/26/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":596,"Cost":512,"Date":"2/20/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":264,"Cost":239,"Date":"5/21/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":601,"Cost":341,"Date":"9/28/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":862,"Cost":452,"Date":"1/3/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":484,"Cost":412,"Date":"2/2/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":906,"Cost":535,"Date":"3/18/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":973,"Cost":833,"Date":"10/14/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":812,"Cost":505,"Date":"2/16/2018"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":649,"Cost":430,"Date":"6/7/2018"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":265,"Cost":233,"Date":"1/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":929,"Cost":870,"Date":"3/27/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":686,"Cost":610,"Date":"5/12/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":873,"Cost":762,"Date":"7/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":483,"Cost":351,"Date":"8/8/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":61,"Cost":31,"Date":"12/7/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":840,"Cost":710,"Date":"1/17/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":792,"Cost":632,"Date":"3/8/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":266,"Cost":182,"Date":"6/6/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":471,"Cost":342,"Date":"6/16/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":640,"Cost":383,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":899,"Cost":510,"Date":"11/19/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":494,"Cost":416,"Date":"12/28/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":257,"Cost":201,"Date":"2/4/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":5,"Cost":5,"Date":"3/8/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":478,"Cost":242,"Date":"12/18/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":787,"Cost":591,"Date":"3/31/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":995,"Cost":731,"Date":"4/20/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":480,"Cost":278,"Date":"6/26/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":798,"Cost":575,"Date":"7/23/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":566,"Cost":422,"Date":"11/21/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":725,"Cost":501,"Date":"11/26/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":514,"Cost":260,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":841,"Cost":699,"Date":"5/21/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":989,"Cost":906,"Date":"9/28/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":407,"Cost":274,"Date":"1/3/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":303,"Cost":195,"Date":"2/2/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":202,"Cost":182,"Date":"3/18/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":413,"Cost":267,"Date":"10/14/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":274,"Cost":172,"Date":"2/16/2018"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":602,"Cost":561,"Date":"6/7/2018"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":991,"Cost":590,"Date":"1/28/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":783,"Cost":546,"Date":"3/27/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":238,"Cost":198,"Date":"5/12/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":38,"Cost":30,"Date":"7/28/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":485,"Cost":364,"Date":"8/8/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":213,"Cost":117,"Date":"12/7/2019"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":464,"Cost":250,"Date":"1/17/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":513,"Cost":376,"Date":"3/8/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":394,"Cost":198,"Date":"6/6/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":945,"Cost":580,"Date":"6/16/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":113,"Cost":91,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":838,"Cost":578,"Date":"11/19/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":926,"Cost":699,"Date":"12/28/2020"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":775,"Cost":506,"Date":"2/4/2021"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":507,"Cost":263,"Date":"3/8/2021"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":658,"Cost":426,"Date":"12/18/2021"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":65,"Cost":39,"Date":"3/31/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":932,"Cost":702,"Date":"4/20/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":83,"Cost":53,"Date":"6/26/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":729,"Cost":484,"Date":"7/23/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":718,"Cost":515,"Date":"11/21/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":612,"Cost":540,"Date":"11/26/2022"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":211,"Cost":118,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":741,"Cost":645,"Date":"5/21/2023"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":933,"Cost":672,"Date":"9/28/2023"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":625,"Cost":412,"Date":"1/3/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":672,"Cost":355,"Date":"2/2/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":14,"Cost":8,"Date":"3/18/2024"},{"Store":"The Great India Place, Noida","Brand":"ARKET","Country":"India","Sale":131,"Cost":85,"Date":"10/14/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":134,"Cost":92,"Date":"2/16/2018"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":211,"Cost":109,"Date":"6/7/2018"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":655,"Cost":559,"Date":"1/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":217,"Cost":151,"Date":"3/27/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":161,"Cost":100,"Date":"5/12/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":452,"Cost":393,"Date":"7/28/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":820,"Cost":483,"Date":"8/8/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":496,"Cost":468,"Date":"12/7/2019"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":575,"Cost":322,"Date":"1/17/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":831,"Cost":632,"Date":"3/8/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":827,"Cost":561,"Date":"6/6/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":342,"Cost":287,"Date":"6/16/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":330,"Cost":260,"Date":"8/13/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":634,"Cost":574,"Date":"11/19/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":726,"Cost":523,"Date":"12/28/2020"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":145,"Cost":126,"Date":"2/4/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":355,"Cost":218,"Date":"3/8/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":545,"Cost":396,"Date":"12/18/2021"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":815,"Cost":496,"Date":"3/31/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":639,"Cost":388,"Date":"4/20/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":942,"Cost":719,"Date":"6/26/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":930,"Cost":684,"Date":"7/23/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":767,"Cost":556,"Date":"11/21/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":93,"Cost":65,"Date":"11/26/2022"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":149,"Cost":99,"Date":"2/20/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":567,"Cost":525,"Date":"5/21/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":618,"Cost":430,"Date":"9/28/2023"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":264,"Cost":134,"Date":"1/3/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":628,"Cost":597,"Date":"2/2/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":42,"Cost":30,"Date":"3/18/2024"},{"Store":"The Great India Place, Noida","Brand":"HM Home","Country":"India","Sale":471,"Cost":286,"Date":"10/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":583,"Cost":517,"Date":"2/16/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":150,"Cost":91,"Date":"6/7/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":482,"Cost":398,"Date":"1/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":429,"Cost":326,"Date":"3/27/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":641,"Cost":339,"Date":"5/12/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":586,"Cost":525,"Date":"7/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":40,"Cost":37,"Date":"8/8/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":277,"Cost":223,"Date":"12/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":184,"Cost":133,"Date":"1/17/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":665,"Cost":376,"Date":"3/8/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":589,"Cost":456,"Date":"6/6/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":533,"Cost":325,"Date":"6/16/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":47,"Cost":43,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":830,"Cost":758,"Date":"11/19/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":612,"Cost":577,"Date":"12/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":768,"Cost":449,"Date":"2/4/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":265,"Cost":152,"Date":"3/8/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":338,"Cost":250,"Date":"12/18/2021"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":777,"Cost":462,"Date":"3/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":274,"Cost":219,"Date":"4/20/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":927,"Cost":547,"Date":"6/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":14,"Cost":13,"Date":"7/23/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":548,"Cost":401,"Date":"11/21/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":33,"Cost":27,"Date":"11/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":857,"Cost":594,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":634,"Cost":329,"Date":"5/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":590,"Cost":484,"Date":"9/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":653,"Cost":573,"Date":"1/3/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":450,"Cost":385,"Date":"2/2/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":351,"Cost":266,"Date":"3/18/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM","Country":"India","Sale":698,"Cost":638,"Date":"10/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":34,"Cost":25,"Date":"2/16/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":522,"Cost":471,"Date":"6/7/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":285,"Cost":144,"Date":"1/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":48,"Cost":30,"Date":"3/27/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":653,"Cost":480,"Date":"5/12/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":277,"Cost":189,"Date":"7/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":325,"Cost":247,"Date":"8/8/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":22,"Cost":17,"Date":"12/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":83,"Cost":44,"Date":"1/17/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":299,"Cost":225,"Date":"3/8/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":831,"Cost":419,"Date":"6/6/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":178,"Cost":109,"Date":"6/16/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":77,"Cost":57,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":370,"Cost":312,"Date":"11/19/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":954,"Cost":835,"Date":"12/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":1,"Cost":1,"Date":"2/4/2021"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":74,"Cost":41,"Date":"3/8/2021"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":358,"Cost":304,"Date":"12/18/2021"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":288,"Cost":214,"Date":"3/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":245,"Cost":161,"Date":"4/20/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":92,"Cost":50,"Date":"6/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":631,"Cost":569,"Date":"7/23/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":429,"Cost":284,"Date":"11/21/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":198,"Cost":121,"Date":"11/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":902,"Cost":669,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":774,"Cost":509,"Date":"5/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":294,"Cost":198,"Date":"9/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":688,"Cost":613,"Date":"1/3/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":488,"Cost":360,"Date":"2/2/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":508,"Cost":304,"Date":"3/18/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":804,"Cost":455,"Date":"10/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":580,"Cost":534,"Date":"2/16/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":661,"Cost":350,"Date":"6/7/2018"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":591,"Cost":413,"Date":"1/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":602,"Cost":479,"Date":"3/27/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":341,"Cost":220,"Date":"5/12/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":849,"Cost":578,"Date":"7/28/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":628,"Cost":518,"Date":"8/8/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":834,"Cost":418,"Date":"12/7/2019"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":613,"Cost":553,"Date":"1/17/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":656,"Cost":573,"Date":"3/8/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":785,"Cost":495,"Date":"6/6/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":250,"Cost":184,"Date":"6/16/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":412,"Cost":359,"Date":"8/13/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":907,"Cost":760,"Date":"11/19/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":800,"Cost":565,"Date":"12/28/2020"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":132,"Cost":87,"Date":"2/4/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":337,"Cost":319,"Date":"3/8/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":837,"Cost":704,"Date":"12/18/2021"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":225,"Cost":181,"Date":"3/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":444,"Cost":294,"Date":"4/20/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":693,"Cost":442,"Date":"6/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":360,"Cost":318,"Date":"7/23/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":445,"Cost":232,"Date":"11/21/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":270,"Cost":155,"Date":"11/26/2022"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":586,"Cost":486,"Date":"2/20/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":948,"Cost":483,"Date":"5/21/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":116,"Cost":97,"Date":"9/28/2023"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":715,"Cost":501,"Date":"1/3/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":978,"Cost":880,"Date":"2/2/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":34,"Cost":30,"Date":"3/18/2024"},{"Store":"Quest Mall, Kolkata","Brand":"Jeans","Country":"India","Sale":37,"Cost":30,"Date":"10/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":144,"Cost":91,"Date":"2/16/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":613,"Cost":435,"Date":"6/7/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":384,"Cost":247,"Date":"1/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":989,"Cost":765,"Date":"3/27/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":604,"Cost":365,"Date":"5/12/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":787,"Cost":450,"Date":"7/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":160,"Cost":126,"Date":"8/8/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":584,"Cost":292,"Date":"12/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":939,"Cost":641,"Date":"1/17/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":573,"Cost":432,"Date":"3/8/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":946,"Cost":830,"Date":"6/6/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":49,"Cost":30,"Date":"6/16/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":208,"Cost":106,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":132,"Cost":106,"Date":"11/19/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":174,"Cost":101,"Date":"12/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":998,"Cost":829,"Date":"2/4/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":535,"Cost":302,"Date":"3/8/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":411,"Cost":317,"Date":"12/18/2021"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":78,"Cost":55,"Date":"3/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":737,"Cost":402,"Date":"4/20/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":74,"Cost":60,"Date":"6/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":757,"Cost":589,"Date":"7/23/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":892,"Cost":805,"Date":"11/21/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":648,"Cost":372,"Date":"11/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":705,"Cost":443,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":550,"Cost":365,"Date":"5/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":980,"Cost":860,"Date":"9/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":465,"Cost":295,"Date":"1/3/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":39,"Cost":35,"Date":"2/2/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":439,"Cost":376,"Date":"3/18/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":507,"Cost":410,"Date":"10/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":968,"Cost":754,"Date":"2/16/2018"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":94,"Cost":61,"Date":"6/7/2018"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":809,"Cost":732,"Date":"1/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":414,"Cost":319,"Date":"3/27/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":221,"Cost":178,"Date":"5/12/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":949,"Cost":648,"Date":"7/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":274,"Cost":218,"Date":"8/8/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":950,"Cost":635,"Date":"12/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":736,"Cost":521,"Date":"1/17/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":36,"Cost":29,"Date":"3/8/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":922,"Cost":874,"Date":"6/6/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":313,"Cost":265,"Date":"6/16/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":149,"Cost":74,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":758,"Cost":663,"Date":"11/19/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":799,"Cost":584,"Date":"12/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":571,"Cost":298,"Date":"2/4/2021"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":460,"Cost":347,"Date":"3/8/2021"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":103,"Cost":82,"Date":"12/18/2021"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":860,"Cost":475,"Date":"3/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":440,"Cost":251,"Date":"4/20/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":425,"Cost":394,"Date":"6/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":998,"Cost":704,"Date":"7/23/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":766,"Cost":601,"Date":"11/21/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":496,"Cost":381,"Date":"11/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":736,"Cost":576,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":436,"Cost":407,"Date":"5/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":15,"Cost":13,"Date":"9/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":590,"Cost":352,"Date":"1/3/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":513,"Cost":272,"Date":"2/2/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":271,"Cost":140,"Date":"3/18/2024"},{"Store":"Oberon Mall, Kochi","Brand":"COS","Country":"India","Sale":277,"Cost":247,"Date":"10/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":264,"Cost":247,"Date":"2/16/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":380,"Cost":305,"Date":"6/7/2018"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":937,"Cost":474,"Date":"1/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":398,"Cost":199,"Date":"3/27/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":185,"Cost":116,"Date":"5/12/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":553,"Cost":345,"Date":"7/28/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":363,"Cost":334,"Date":"8/8/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":11,"Cost":6,"Date":"12/7/2019"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":107,"Cost":70,"Date":"1/17/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":638,"Cost":565,"Date":"3/8/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":917,"Cost":560,"Date":"6/6/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":919,"Cost":617,"Date":"6/16/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":55,"Cost":40,"Date":"8/13/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":758,"Cost":469,"Date":"11/19/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":444,"Cost":334,"Date":"12/28/2020"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":333,"Cost":227,"Date":"2/4/2021"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":528,"Cost":412,"Date":"3/8/2021"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":732,"Cost":496,"Date":"12/18/2021"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":101,"Cost":96,"Date":"3/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":817,"Cost":547,"Date":"4/20/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":499,"Cost":425,"Date":"6/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":80,"Cost":43,"Date":"7/23/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":556,"Cost":315,"Date":"11/21/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":966,"Cost":500,"Date":"11/26/2022"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":609,"Cost":414,"Date":"2/20/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":692,"Cost":562,"Date":"5/21/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":740,"Cost":484,"Date":"9/28/2023"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":568,"Cost":539,"Date":"1/3/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":857,"Cost":523,"Date":"2/2/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":206,"Cost":168,"Date":"3/18/2024"},{"Store":"Oberon Mall, Kochi","Brand":"Sellpy","Country":"India","Sale":179,"Cost":95,"Date":"10/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":407,"Cost":259,"Date":"2/16/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":590,"Cost":411,"Date":"6/7/2018"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":146,"Cost":124,"Date":"1/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":715,"Cost":520,"Date":"3/27/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":469,"Cost":435,"Date":"5/12/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":641,"Cost":559,"Date":"7/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":665,"Cost":500,"Date":"8/8/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":410,"Cost":260,"Date":"12/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":190,"Cost":149,"Date":"1/17/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":474,"Cost":281,"Date":"3/8/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":823,"Cost":449,"Date":"6/6/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":228,"Cost":201,"Date":"6/16/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":624,"Cost":427,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":849,"Cost":715,"Date":"11/19/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":655,"Cost":554,"Date":"12/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":386,"Cost":298,"Date":"2/4/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":157,"Cost":141,"Date":"3/8/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":32,"Cost":20,"Date":"12/18/2021"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":780,"Cost":565,"Date":"3/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":328,"Cost":296,"Date":"4/20/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":624,"Cost":447,"Date":"6/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":594,"Cost":407,"Date":"7/23/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":481,"Cost":399,"Date":"11/21/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":311,"Cost":232,"Date":"11/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":306,"Cost":270,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":950,"Cost":495,"Date":"5/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":342,"Cost":293,"Date":"9/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":235,"Cost":135,"Date":"1/3/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":843,"Cost":475,"Date":"2/2/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":700,"Cost":656,"Date":"3/18/2024"},{"Store":"Viviana Mall, Thane","Brand":"ARKET","Country":"India","Sale":927,"Cost":592,"Date":"10/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":395,"Cost":211,"Date":"2/16/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":987,"Cost":640,"Date":"6/7/2018"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":430,"Cost":325,"Date":"1/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":906,"Cost":782,"Date":"3/27/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":170,"Cost":158,"Date":"5/12/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":824,"Cost":513,"Date":"7/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":964,"Cost":749,"Date":"8/8/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":553,"Cost":386,"Date":"12/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":521,"Cost":368,"Date":"1/17/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":95,"Cost":72,"Date":"3/8/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":550,"Cost":295,"Date":"6/6/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":408,"Cost":318,"Date":"6/16/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":454,"Cost":423,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":11,"Cost":8,"Date":"11/19/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":180,"Cost":97,"Date":"12/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":838,"Cost":792,"Date":"2/4/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":180,"Cost":149,"Date":"3/8/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":174,"Cost":110,"Date":"12/18/2021"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":654,"Cost":331,"Date":"3/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":602,"Cost":535,"Date":"4/20/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":563,"Cost":359,"Date":"6/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":622,"Cost":548,"Date":"7/23/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":970,"Cost":620,"Date":"11/21/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":879,"Cost":519,"Date":"11/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":284,"Cost":174,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":302,"Cost":214,"Date":"5/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":153,"Cost":110,"Date":"9/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":714,"Cost":596,"Date":"1/3/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":800,"Cost":566,"Date":"2/2/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":950,"Cost":691,"Date":"3/18/2024"},{"Store":"Viviana Mall, Thane","Brand":"HM","Country":"India","Sale":669,"Cost":400,"Date":"10/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":123,"Cost":94,"Date":"2/16/2018"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":273,"Cost":160,"Date":"6/7/2018"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":985,"Cost":936,"Date":"1/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":656,"Cost":406,"Date":"3/27/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":712,"Cost":521,"Date":"5/12/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":414,"Cost":300,"Date":"7/28/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":645,"Cost":587,"Date":"8/8/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":819,"Cost":422,"Date":"12/7/2019"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":497,"Cost":280,"Date":"1/17/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":856,"Cost":802,"Date":"3/8/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":316,"Cost":287,"Date":"6/6/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":503,"Cost":376,"Date":"6/16/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":992,"Cost":520,"Date":"8/13/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":191,"Cost":145,"Date":"11/19/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":946,"Cost":788,"Date":"12/28/2020"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":244,"Cost":204,"Date":"2/4/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":564,"Cost":467,"Date":"3/8/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":148,"Cost":132,"Date":"12/18/2021"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":15,"Cost":12,"Date":"3/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":10,"Cost":7,"Date":"4/20/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":44,"Cost":33,"Date":"6/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":97,"Cost":80,"Date":"7/23/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":505,"Cost":337,"Date":"11/21/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":481,"Cost":433,"Date":"11/26/2022"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":934,"Cost":867,"Date":"2/20/2023"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":938,"Cost":662,"Date":"5/21/2023"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":88,"Cost":50,"Date":"9/28/2023"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":830,"Cost":435,"Date":"1/3/2024"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":393,"Cost":277,"Date":"2/2/2024"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":787,"Cost":607,"Date":"3/18/2024"},{"Store":"Viviana Mall, Thane","Brand":"Nova","Country":"India","Sale":881,"Cost":684,"Date":"10/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":977,"Cost":614,"Date":"2/16/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":278,"Cost":148,"Date":"6/7/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":36,"Cost":27,"Date":"1/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":579,"Cost":431,"Date":"3/27/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":403,"Cost":211,"Date":"5/12/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":765,"Cost":719,"Date":"7/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":626,"Cost":451,"Date":"8/8/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":973,"Cost":582,"Date":"12/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":145,"Cost":118,"Date":"1/17/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":665,"Cost":518,"Date":"3/8/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":927,"Cost":482,"Date":"6/6/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":626,"Cost":487,"Date":"6/16/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":812,"Cost":592,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":873,"Cost":452,"Date":"11/19/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":455,"Cost":281,"Date":"12/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":236,"Cost":137,"Date":"2/4/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":465,"Cost":343,"Date":"3/8/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":717,"Cost":531,"Date":"12/18/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":540,"Cost":462,"Date":"3/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":87,"Cost":81,"Date":"4/20/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":775,"Cost":401,"Date":"6/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":127,"Cost":80,"Date":"7/23/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":982,"Cost":660,"Date":"11/21/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":48,"Cost":30,"Date":"11/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":572,"Cost":304,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":22,"Cost":18,"Date":"5/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":578,"Cost":539,"Date":"9/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":70,"Cost":36,"Date":"1/3/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":230,"Cost":196,"Date":"2/2/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":912,"Cost":614,"Date":"3/18/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Sellpy","Country":"India","Sale":215,"Cost":157,"Date":"10/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":59,"Cost":44,"Date":"2/16/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":396,"Cost":206,"Date":"6/7/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":667,"Cost":406,"Date":"1/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":780,"Cost":541,"Date":"3/27/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":558,"Cost":502,"Date":"5/12/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":528,"Cost":407,"Date":"7/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":752,"Cost":611,"Date":"8/8/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":324,"Cost":282,"Date":"12/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":572,"Cost":387,"Date":"1/17/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":628,"Cost":448,"Date":"3/8/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":931,"Cost":582,"Date":"6/6/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":204,"Cost":139,"Date":"6/16/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":409,"Cost":346,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":751,"Cost":461,"Date":"11/19/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":547,"Cost":501,"Date":"12/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":259,"Cost":220,"Date":"2/4/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":155,"Cost":131,"Date":"3/8/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":306,"Cost":184,"Date":"12/18/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":306,"Cost":227,"Date":"3/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":493,"Cost":366,"Date":"4/20/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":817,"Cost":720,"Date":"6/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":738,"Cost":521,"Date":"7/23/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":697,"Cost":400,"Date":"11/21/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":720,"Cost":528,"Date":"11/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":640,"Cost":522,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":328,"Cost":221,"Date":"5/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":399,"Cost":257,"Date":"9/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":79,"Cost":55,"Date":"1/3/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":29,"Cost":18,"Date":"2/2/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":440,"Cost":318,"Date":"3/18/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":458,"Cost":420,"Date":"10/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":288,"Cost":190,"Date":"2/16/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":736,"Cost":412,"Date":"6/7/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":69,"Cost":62,"Date":"1/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":907,"Cost":534,"Date":"3/27/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":289,"Cost":262,"Date":"5/12/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":43,"Cost":28,"Date":"7/28/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":983,"Cost":523,"Date":"8/8/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":711,"Cost":415,"Date":"12/7/2019"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":696,"Cost":419,"Date":"1/17/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":372,"Cost":217,"Date":"3/8/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":876,"Cost":442,"Date":"6/6/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":523,"Cost":390,"Date":"6/16/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":873,"Cost":582,"Date":"8/13/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":322,"Cost":296,"Date":"11/19/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":601,"Cost":544,"Date":"12/28/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":758,"Cost":583,"Date":"2/4/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":716,"Cost":620,"Date":"3/8/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":656,"Cost":386,"Date":"12/18/2021"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":416,"Cost":287,"Date":"3/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":272,"Cost":180,"Date":"4/20/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":427,"Cost":300,"Date":"6/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":442,"Cost":333,"Date":"7/23/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":784,"Cost":741,"Date":"11/21/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":597,"Cost":473,"Date":"11/26/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":707,"Cost":640,"Date":"2/20/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":214,"Cost":121,"Date":"5/21/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":299,"Cost":217,"Date":"9/28/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":974,"Cost":583,"Date":"1/3/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":998,"Cost":904,"Date":"2/2/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":284,"Cost":178,"Date":"3/18/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM","Country":"India","Sale":176,"Cost":166,"Date":"10/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":560,"Cost":317,"Date":"2/16/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":980,"Cost":925,"Date":"6/7/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":307,"Cost":247,"Date":"1/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":956,"Cost":666,"Date":"3/27/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":571,"Cost":491,"Date":"5/12/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":51,"Cost":38,"Date":"7/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":542,"Cost":494,"Date":"8/8/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":844,"Cost":457,"Date":"12/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":553,"Cost":444,"Date":"1/17/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":578,"Cost":501,"Date":"3/8/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":124,"Cost":68,"Date":"6/6/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":652,"Cost":420,"Date":"6/16/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":381,"Cost":301,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":130,"Cost":120,"Date":"11/19/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":299,"Cost":263,"Date":"12/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":617,"Cost":509,"Date":"2/4/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":739,"Cost":431,"Date":"3/8/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":727,"Cost":536,"Date":"12/18/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":121,"Cost":81,"Date":"3/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":4,"Cost":4,"Date":"4/20/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":211,"Cost":129,"Date":"6/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":747,"Cost":450,"Date":"7/23/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":421,"Cost":226,"Date":"11/21/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":987,"Cost":927,"Date":"11/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":677,"Cost":407,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":158,"Cost":144,"Date":"5/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":115,"Cost":72,"Date":"9/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":879,"Cost":725,"Date":"1/3/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":532,"Cost":485,"Date":"2/2/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":744,"Cost":438,"Date":"3/18/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":909,"Cost":569,"Date":"10/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":508,"Cost":400,"Date":"2/16/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":645,"Cost":468,"Date":"6/7/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":653,"Cost":383,"Date":"1/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":519,"Cost":343,"Date":"3/27/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":488,"Cost":383,"Date":"5/12/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":765,"Cost":564,"Date":"7/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":950,"Cost":850,"Date":"8/8/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":616,"Cost":362,"Date":"12/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":43,"Cost":30,"Date":"1/17/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":999,"Cost":542,"Date":"3/8/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":99,"Cost":67,"Date":"6/6/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":847,"Cost":594,"Date":"6/16/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":165,"Cost":85,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":434,"Cost":302,"Date":"11/19/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":102,"Cost":75,"Date":"12/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":593,"Cost":447,"Date":"2/4/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":500,"Cost":421,"Date":"3/8/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":476,"Cost":423,"Date":"12/18/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":321,"Cost":251,"Date":"3/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":356,"Cost":227,"Date":"4/20/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":634,"Cost":496,"Date":"6/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":291,"Cost":276,"Date":"7/23/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":247,"Cost":225,"Date":"11/21/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":405,"Cost":242,"Date":"11/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":648,"Cost":561,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":122,"Cost":115,"Date":"5/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":466,"Cost":316,"Date":"9/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":916,"Cost":555,"Date":"1/3/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":713,"Cost":393,"Date":"2/2/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":271,"Cost":177,"Date":"3/18/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Sellpy","Country":"India","Sale":616,"Cost":394,"Date":"10/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":156,"Cost":143,"Date":"2/16/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":798,"Cost":422,"Date":"6/7/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":275,"Cost":211,"Date":"1/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":119,"Cost":91,"Date":"3/27/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":69,"Cost":38,"Date":"5/12/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":292,"Cost":227,"Date":"7/28/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":399,"Cost":252,"Date":"8/8/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":756,"Cost":544,"Date":"12/7/2019"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":984,"Cost":837,"Date":"1/17/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":208,"Cost":125,"Date":"3/8/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":862,"Cost":645,"Date":"6/6/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":90,"Cost":80,"Date":"6/16/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":983,"Cost":698,"Date":"8/13/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":10,"Cost":6,"Date":"11/19/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":533,"Cost":482,"Date":"12/28/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":610,"Cost":518,"Date":"2/4/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":265,"Cost":185,"Date":"3/8/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":653,"Cost":533,"Date":"12/18/2021"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":627,"Cost":399,"Date":"3/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":514,"Cost":456,"Date":"4/20/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":880,"Cost":704,"Date":"6/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":779,"Cost":606,"Date":"7/23/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":542,"Cost":408,"Date":"11/21/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":340,"Cost":186,"Date":"11/26/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":366,"Cost":214,"Date":"2/20/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":218,"Cost":128,"Date":"5/21/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":147,"Cost":118,"Date":"9/28/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":947,"Cost":664,"Date":"1/3/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":246,"Cost":171,"Date":"2/2/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":715,"Cost":378,"Date":"3/18/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"ARKET","Country":"India","Sale":452,"Cost":317,"Date":"10/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":316,"Cost":223,"Date":"2/16/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":672,"Cost":468,"Date":"6/7/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":497,"Cost":353,"Date":"1/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":356,"Cost":188,"Date":"3/27/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":879,"Cost":622,"Date":"5/12/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":161,"Cost":132,"Date":"7/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":926,"Cost":740,"Date":"8/8/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":100,"Cost":73,"Date":"12/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":785,"Cost":511,"Date":"1/17/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":221,"Cost":156,"Date":"3/8/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":126,"Cost":104,"Date":"6/6/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":218,"Cost":143,"Date":"6/16/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":630,"Cost":402,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":307,"Cost":245,"Date":"11/19/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":564,"Cost":362,"Date":"12/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":658,"Cost":354,"Date":"2/4/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":545,"Cost":365,"Date":"3/8/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":3,"Cost":2,"Date":"12/18/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":213,"Cost":135,"Date":"3/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":303,"Cost":274,"Date":"4/20/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":737,"Cost":464,"Date":"6/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":957,"Cost":496,"Date":"7/23/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":702,"Cost":606,"Date":"11/21/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":351,"Cost":245,"Date":"11/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":119,"Cost":81,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":198,"Cost":123,"Date":"5/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":798,"Cost":436,"Date":"9/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":28,"Cost":21,"Date":"1/3/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":706,"Cost":409,"Date":"2/2/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":161,"Cost":85,"Date":"3/18/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"COS","Country":"India","Sale":155,"Cost":112,"Date":"10/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":797,"Cost":493,"Date":"2/16/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":27,"Cost":20,"Date":"6/7/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":508,"Cost":352,"Date":"1/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":612,"Cost":408,"Date":"3/27/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":831,"Cost":775,"Date":"5/12/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":190,"Cost":180,"Date":"7/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":931,"Cost":504,"Date":"8/8/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":993,"Cost":813,"Date":"12/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":819,"Cost":530,"Date":"1/17/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":703,"Cost":424,"Date":"3/8/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":269,"Cost":158,"Date":"6/6/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":113,"Cost":104,"Date":"6/16/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":275,"Cost":143,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":863,"Cost":524,"Date":"11/19/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":427,"Cost":224,"Date":"12/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":206,"Cost":137,"Date":"2/4/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":503,"Cost":466,"Date":"3/8/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":799,"Cost":674,"Date":"12/18/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":418,"Cost":238,"Date":"3/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":750,"Cost":540,"Date":"4/20/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":132,"Cost":66,"Date":"6/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":848,"Cost":567,"Date":"7/23/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":415,"Cost":362,"Date":"11/21/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":170,"Cost":103,"Date":"11/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":81,"Cost":45,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":346,"Cost":212,"Date":"5/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":626,"Cost":386,"Date":"9/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":882,"Cost":590,"Date":"1/3/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":788,"Cost":627,"Date":"2/2/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":174,"Cost":102,"Date":"3/18/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"HM","Country":"India","Sale":901,"Cost":795,"Date":"10/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":391,"Cost":269,"Date":"2/16/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":60,"Cost":53,"Date":"6/7/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":230,"Cost":215,"Date":"1/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":769,"Cost":723,"Date":"3/27/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":425,"Cost":387,"Date":"5/12/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":269,"Cost":153,"Date":"7/28/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":881,"Cost":830,"Date":"8/8/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":686,"Cost":600,"Date":"12/7/2019"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":295,"Cost":233,"Date":"1/17/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":660,"Cost":457,"Date":"3/8/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":195,"Cost":182,"Date":"6/6/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":31,"Cost":16,"Date":"6/16/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":667,"Cost":560,"Date":"8/13/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":439,"Cost":341,"Date":"11/19/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":464,"Cost":263,"Date":"12/28/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":121,"Cost":66,"Date":"2/4/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":791,"Cost":448,"Date":"3/8/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":763,"Cost":720,"Date":"12/18/2021"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":560,"Cost":442,"Date":"3/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":260,"Cost":201,"Date":"4/20/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":744,"Cost":381,"Date":"6/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":834,"Cost":620,"Date":"7/23/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":853,"Cost":682,"Date":"11/21/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":990,"Cost":666,"Date":"11/26/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":538,"Cost":324,"Date":"2/20/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":376,"Cost":305,"Date":"5/21/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":214,"Cost":199,"Date":"9/28/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":938,"Cost":646,"Date":"1/3/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":424,"Cost":227,"Date":"2/2/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":907,"Cost":515,"Date":"3/18/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Jeans","Country":"India","Sale":586,"Cost":467,"Date":"10/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":812,"Cost":608,"Date":"2/16/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":134,"Cost":95,"Date":"6/7/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":194,"Cost":170,"Date":"1/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":396,"Cost":238,"Date":"3/27/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":280,"Cost":265,"Date":"5/12/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":957,"Cost":488,"Date":"7/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":827,"Cost":636,"Date":"8/8/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":659,"Cost":570,"Date":"12/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":809,"Cost":531,"Date":"1/17/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":291,"Cost":257,"Date":"3/8/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":397,"Cost":354,"Date":"6/6/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":718,"Cost":608,"Date":"6/16/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":203,"Cost":185,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":306,"Cost":284,"Date":"11/19/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":304,"Cost":268,"Date":"12/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":311,"Cost":164,"Date":"2/4/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":748,"Cost":594,"Date":"3/8/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":666,"Cost":593,"Date":"12/18/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":893,"Cost":770,"Date":"3/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":30,"Cost":17,"Date":"4/20/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":644,"Cost":490,"Date":"6/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":113,"Cost":66,"Date":"7/23/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":471,"Cost":296,"Date":"11/21/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":352,"Cost":286,"Date":"11/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":893,"Cost":499,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":240,"Cost":132,"Date":"5/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":540,"Cost":307,"Date":"9/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":249,"Cost":136,"Date":"1/3/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":793,"Cost":640,"Date":"2/2/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":699,"Cost":577,"Date":"3/18/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":647,"Cost":529,"Date":"10/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":883,"Cost":578,"Date":"2/16/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":1000,"Cost":892,"Date":"6/7/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":38,"Cost":33,"Date":"1/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":210,"Cost":148,"Date":"3/27/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":243,"Cost":167,"Date":"5/12/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":74,"Cost":69,"Date":"7/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":160,"Cost":100,"Date":"8/8/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":174,"Cost":124,"Date":"12/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":153,"Cost":105,"Date":"1/17/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":327,"Cost":269,"Date":"3/8/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":349,"Cost":194,"Date":"6/6/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":586,"Cost":528,"Date":"6/16/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":228,"Cost":197,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":802,"Cost":756,"Date":"11/19/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":77,"Cost":47,"Date":"12/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":991,"Cost":774,"Date":"2/4/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":665,"Cost":461,"Date":"3/8/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":930,"Cost":465,"Date":"12/18/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":880,"Cost":524,"Date":"3/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":183,"Cost":150,"Date":"4/20/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":268,"Cost":173,"Date":"6/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":366,"Cost":296,"Date":"7/23/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":879,"Cost":466,"Date":"11/21/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":63,"Cost":52,"Date":"11/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":99,"Cost":76,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":718,"Cost":365,"Date":"5/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":217,"Cost":181,"Date":"9/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":413,"Cost":221,"Date":"1/3/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":972,"Cost":870,"Date":"2/2/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":240,"Cost":190,"Date":"3/18/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":546,"Cost":355,"Date":"10/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":852,"Cost":685,"Date":"2/16/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":277,"Cost":180,"Date":"6/7/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":946,"Cost":637,"Date":"1/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":623,"Cost":484,"Date":"3/27/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":341,"Cost":271,"Date":"5/12/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":578,"Cost":535,"Date":"7/28/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":827,"Cost":530,"Date":"8/8/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":254,"Cost":136,"Date":"12/7/2019"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":507,"Cost":372,"Date":"1/17/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":617,"Cost":549,"Date":"3/8/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":740,"Cost":500,"Date":"6/6/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":821,"Cost":514,"Date":"6/16/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":832,"Cost":493,"Date":"8/13/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":594,"Cost":478,"Date":"11/19/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":188,"Cost":169,"Date":"12/28/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":847,"Cost":548,"Date":"2/4/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":84,"Cost":58,"Date":"3/8/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":476,"Cost":402,"Date":"12/18/2021"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":149,"Cost":111,"Date":"3/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":394,"Cost":355,"Date":"4/20/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":141,"Cost":82,"Date":"6/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":63,"Cost":48,"Date":"7/23/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":324,"Cost":165,"Date":"11/21/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":247,"Cost":234,"Date":"11/26/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":420,"Cost":357,"Date":"2/20/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":865,"Cost":674,"Date":"5/21/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":809,"Cost":759,"Date":"9/28/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":514,"Cost":408,"Date":"1/3/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":975,"Cost":801,"Date":"2/2/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":948,"Cost":644,"Date":"3/18/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":39,"Cost":27,"Date":"10/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":548,"Cost":332,"Date":"2/16/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":327,"Cost":226,"Date":"6/7/2018"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":32,"Cost":17,"Date":"1/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":610,"Cost":507,"Date":"3/27/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":335,"Cost":288,"Date":"5/12/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":654,"Cost":457,"Date":"7/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":753,"Cost":512,"Date":"8/8/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":136,"Cost":125,"Date":"12/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":770,"Cost":471,"Date":"1/17/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":586,"Cost":400,"Date":"3/8/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":195,"Cost":105,"Date":"6/6/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":743,"Cost":514,"Date":"6/16/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":246,"Cost":159,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":592,"Cost":506,"Date":"11/19/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":863,"Cost":594,"Date":"12/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":228,"Cost":126,"Date":"2/4/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":92,"Cost":63,"Date":"3/8/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":832,"Cost":772,"Date":"12/18/2021"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":632,"Cost":449,"Date":"3/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":877,"Cost":656,"Date":"4/20/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":204,"Cost":139,"Date":"6/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":148,"Cost":88,"Date":"7/23/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":355,"Cost":326,"Date":"11/21/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":757,"Cost":651,"Date":"11/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":148,"Cost":109,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":405,"Cost":234,"Date":"5/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":506,"Cost":404,"Date":"9/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":645,"Cost":502,"Date":"1/3/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":741,"Cost":411,"Date":"2/2/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":241,"Cost":204,"Date":"3/18/2024"},{"Store":"Orion Mall, Bangalore","Brand":"COS","Country":"India","Sale":353,"Cost":326,"Date":"10/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":821,"Cost":621,"Date":"2/16/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":140,"Cost":106,"Date":"6/7/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":858,"Cost":515,"Date":"1/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":598,"Cost":434,"Date":"3/27/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":947,"Cost":525,"Date":"5/12/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":53,"Cost":50,"Date":"7/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":311,"Cost":213,"Date":"8/8/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":496,"Cost":293,"Date":"12/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":518,"Cost":264,"Date":"1/17/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":428,"Cost":255,"Date":"3/8/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":993,"Cost":688,"Date":"6/6/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":313,"Cost":233,"Date":"6/16/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":926,"Cost":754,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":879,"Cost":486,"Date":"11/19/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":326,"Cost":189,"Date":"12/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":433,"Cost":218,"Date":"2/4/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":687,"Cost":375,"Date":"3/8/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":420,"Cost":358,"Date":"12/18/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":18,"Cost":9,"Date":"3/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":204,"Cost":108,"Date":"4/20/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":274,"Cost":197,"Date":"6/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":270,"Cost":218,"Date":"7/23/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":857,"Cost":578,"Date":"11/21/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":717,"Cost":362,"Date":"11/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":393,"Cost":315,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":594,"Cost":350,"Date":"5/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":599,"Cost":508,"Date":"9/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":236,"Cost":140,"Date":"1/3/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":456,"Cost":310,"Date":"2/2/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":892,"Cost":743,"Date":"3/18/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":270,"Cost":180,"Date":"10/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":286,"Cost":231,"Date":"2/16/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":87,"Cost":44,"Date":"6/7/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":265,"Cost":142,"Date":"1/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":552,"Cost":471,"Date":"3/27/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":496,"Cost":380,"Date":"5/12/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":259,"Cost":240,"Date":"7/28/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":764,"Cost":685,"Date":"8/8/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":478,"Cost":390,"Date":"12/7/2019"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":890,"Cost":615,"Date":"1/17/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":876,"Cost":503,"Date":"3/8/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":149,"Cost":78,"Date":"6/6/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":480,"Cost":308,"Date":"6/16/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":583,"Cost":438,"Date":"8/13/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":197,"Cost":172,"Date":"11/19/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":388,"Cost":213,"Date":"12/28/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":539,"Cost":358,"Date":"2/4/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":589,"Cost":518,"Date":"3/8/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":376,"Cost":355,"Date":"12/18/2021"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":982,"Cost":892,"Date":"3/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":473,"Cost":448,"Date":"4/20/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":911,"Cost":682,"Date":"6/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":899,"Cost":811,"Date":"7/23/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":942,"Cost":575,"Date":"11/21/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":882,"Cost":611,"Date":"11/26/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":35,"Cost":28,"Date":"2/20/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":553,"Cost":471,"Date":"5/21/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":600,"Cost":532,"Date":"9/28/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":738,"Cost":386,"Date":"1/3/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":745,"Cost":691,"Date":"2/2/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":869,"Cost":560,"Date":"3/18/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Sellpy","Country":"India","Sale":911,"Cost":719,"Date":"10/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":444,"Cost":288,"Date":"2/16/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":950,"Cost":556,"Date":"6/7/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":873,"Cost":462,"Date":"1/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":319,"Cost":219,"Date":"3/27/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":779,"Cost":482,"Date":"5/12/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":963,"Cost":707,"Date":"7/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":327,"Cost":181,"Date":"8/8/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":453,"Date":"12/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":403,"Cost":305,"Date":"1/17/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":68,"Cost":54,"Date":"3/8/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":111,"Cost":90,"Date":"6/6/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":358,"Cost":276,"Date":"6/16/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":159,"Cost":126,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":124,"Cost":66,"Date":"11/19/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":178,"Cost":116,"Date":"12/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":742,"Cost":680,"Date":"2/4/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":928,"Cost":852,"Date":"3/8/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":488,"Cost":257,"Date":"12/18/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":872,"Cost":502,"Date":"3/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":644,"Cost":611,"Date":"4/20/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":490,"Cost":412,"Date":"6/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":159,"Cost":103,"Date":"7/23/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":929,"Cost":872,"Date":"11/21/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":258,"Cost":232,"Date":"11/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":814,"Cost":710,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":184,"Cost":149,"Date":"5/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":482,"Cost":457,"Date":"9/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":701,"Cost":589,"Date":"1/3/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":317,"Cost":292,"Date":"2/2/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":200,"Cost":163,"Date":"3/18/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"ARKET","Country":"Italy","Sale":702,"Cost":428,"Date":"10/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":493,"Cost":395,"Date":"2/16/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":482,"Cost":448,"Date":"6/7/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":375,"Cost":248,"Date":"1/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":526,"Cost":476,"Date":"3/27/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":395,"Cost":375,"Date":"5/12/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":745,"Cost":394,"Date":"7/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":636,"Cost":583,"Date":"8/8/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":369,"Cost":210,"Date":"12/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":765,"Date":"1/17/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":720,"Cost":435,"Date":"3/8/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":437,"Cost":255,"Date":"6/6/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":939,"Cost":615,"Date":"6/16/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":585,"Cost":528,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":271,"Cost":202,"Date":"11/19/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":960,"Cost":723,"Date":"12/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":92,"Cost":62,"Date":"2/4/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":984,"Cost":721,"Date":"3/8/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":950,"Cost":552,"Date":"12/18/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":150,"Cost":123,"Date":"3/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":275,"Cost":198,"Date":"4/20/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":996,"Cost":911,"Date":"6/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":153,"Cost":130,"Date":"7/23/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":695,"Cost":555,"Date":"11/21/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":914,"Cost":814,"Date":"11/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":851,"Cost":709,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":929,"Cost":553,"Date":"5/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":153,"Cost":122,"Date":"9/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":389,"Cost":245,"Date":"1/3/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":703,"Cost":494,"Date":"2/2/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":226,"Cost":142,"Date":"3/18/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Sellpy","Country":"Italy","Sale":709,"Cost":537,"Date":"10/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":348,"Cost":185,"Date":"2/16/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":5,"Cost":4,"Date":"6/7/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":748,"Cost":534,"Date":"1/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":590,"Cost":330,"Date":"3/27/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":229,"Cost":206,"Date":"5/12/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":164,"Cost":103,"Date":"7/28/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":11,"Cost":7,"Date":"8/8/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":3,"Cost":2,"Date":"12/7/2019"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":681,"Cost":564,"Date":"1/17/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":541,"Cost":402,"Date":"3/8/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":603,"Cost":399,"Date":"6/6/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":261,"Cost":141,"Date":"6/16/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":886,"Cost":580,"Date":"8/13/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":922,"Cost":758,"Date":"11/19/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":608,"Cost":539,"Date":"12/28/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":9,"Cost":7,"Date":"2/4/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":495,"Cost":453,"Date":"3/8/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":326,"Cost":287,"Date":"12/18/2021"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":312,"Cost":166,"Date":"3/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":290,"Cost":152,"Date":"4/20/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":550,"Cost":290,"Date":"6/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":146,"Cost":80,"Date":"7/23/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":295,"Cost":186,"Date":"11/21/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":744,"Cost":590,"Date":"11/26/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":404,"Cost":327,"Date":"2/20/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":133,"Cost":97,"Date":"5/21/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":791,"Cost":731,"Date":"9/28/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":249,"Cost":124,"Date":"1/3/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":851,"Cost":690,"Date":"2/2/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":707,"Cost":491,"Date":"3/18/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Nova","Country":"Italy","Sale":203,"Cost":149,"Date":"10/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":486,"Cost":253,"Date":"2/16/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":118,"Cost":105,"Date":"6/7/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":527,"Cost":404,"Date":"1/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":899,"Cost":822,"Date":"3/27/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":232,"Cost":116,"Date":"5/12/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":869,"Cost":507,"Date":"7/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":703,"Cost":355,"Date":"8/8/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":727,"Cost":677,"Date":"12/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":331,"Cost":228,"Date":"1/17/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":810,"Cost":597,"Date":"3/8/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":538,"Cost":355,"Date":"6/6/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":46,"Cost":39,"Date":"6/16/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":972,"Cost":792,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":229,"Cost":146,"Date":"11/19/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":631,"Cost":439,"Date":"12/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":469,"Cost":237,"Date":"2/4/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":894,"Cost":625,"Date":"3/8/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":43,"Cost":37,"Date":"12/18/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":48,"Cost":27,"Date":"3/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":987,"Cost":919,"Date":"4/20/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":495,"Cost":374,"Date":"6/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":63,"Cost":33,"Date":"7/23/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":347,"Cost":300,"Date":"11/21/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":153,"Cost":103,"Date":"11/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":820,"Cost":664,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":440,"Cost":293,"Date":"5/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":951,"Cost":895,"Date":"9/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":643,"Cost":405,"Date":"1/3/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":447,"Cost":400,"Date":"2/2/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":76,"Cost":47,"Date":"3/18/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":961,"Cost":717,"Date":"10/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":416,"Cost":332,"Date":"2/16/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":893,"Cost":561,"Date":"6/7/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":690,"Cost":383,"Date":"1/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":80,"Cost":66,"Date":"3/27/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":399,"Cost":264,"Date":"5/12/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":534,"Cost":362,"Date":"7/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":94,"Cost":59,"Date":"8/8/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":244,"Cost":145,"Date":"12/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":747,"Cost":685,"Date":"1/17/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":82,"Cost":59,"Date":"3/8/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":850,"Cost":509,"Date":"6/6/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":110,"Cost":90,"Date":"6/16/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":921,"Cost":529,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":301,"Cost":210,"Date":"11/19/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":973,"Cost":494,"Date":"12/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":783,"Cost":432,"Date":"2/4/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":983,"Cost":811,"Date":"3/8/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":650,"Cost":609,"Date":"12/18/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":390,"Cost":216,"Date":"3/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":323,"Cost":280,"Date":"4/20/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":404,"Cost":264,"Date":"6/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":340,"Cost":199,"Date":"7/23/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":258,"Cost":144,"Date":"11/21/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":810,"Cost":544,"Date":"11/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":486,"Cost":309,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":32,"Cost":27,"Date":"5/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":187,"Cost":108,"Date":"9/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":624,"Cost":421,"Date":"1/3/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":254,"Cost":177,"Date":"2/2/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":506,"Cost":473,"Date":"3/18/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM","Country":"Italy","Sale":542,"Cost":356,"Date":"10/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":737,"Cost":424,"Date":"2/16/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":760,"Cost":592,"Date":"6/7/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":3,"Cost":1,"Date":"1/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":589,"Cost":309,"Date":"3/27/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":117,"Cost":110,"Date":"5/12/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":258,"Cost":170,"Date":"7/28/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":554,"Cost":413,"Date":"8/8/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":127,"Cost":76,"Date":"12/7/2019"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":773,"Cost":684,"Date":"1/17/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":943,"Cost":507,"Date":"3/8/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":224,"Cost":113,"Date":"6/6/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":984,"Cost":683,"Date":"6/16/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":703,"Cost":626,"Date":"8/13/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":461,"Cost":286,"Date":"11/19/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":280,"Cost":207,"Date":"12/28/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":783,"Cost":436,"Date":"2/4/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":487,"Cost":300,"Date":"3/8/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":295,"Cost":264,"Date":"12/18/2021"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":78,"Cost":60,"Date":"3/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":183,"Cost":154,"Date":"4/20/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":918,"Cost":533,"Date":"6/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":705,"Cost":629,"Date":"7/23/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":519,"Cost":476,"Date":"11/21/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":156,"Cost":91,"Date":"11/26/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":267,"Cost":234,"Date":"2/20/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":465,"Cost":254,"Date":"5/21/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":21,"Cost":14,"Date":"9/28/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":416,"Cost":320,"Date":"1/3/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":57,"Cost":28,"Date":"2/2/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":644,"Cost":390,"Date":"3/18/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":131,"Cost":71,"Date":"10/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":88,"Cost":61,"Date":"2/16/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":436,"Cost":234,"Date":"6/7/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":892,"Cost":553,"Date":"1/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":648,"Cost":588,"Date":"3/27/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":150,"Cost":106,"Date":"5/12/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":952,"Cost":709,"Date":"7/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":253,"Cost":133,"Date":"8/8/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":680,"Cost":428,"Date":"12/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":259,"Cost":156,"Date":"1/17/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":196,"Cost":110,"Date":"3/8/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":6,"Cost":6,"Date":"6/6/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":678,"Cost":462,"Date":"6/16/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":438,"Cost":292,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":663,"Cost":444,"Date":"11/19/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":303,"Cost":191,"Date":"12/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":726,"Cost":488,"Date":"2/4/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":802,"Cost":638,"Date":"3/8/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":231,"Cost":200,"Date":"12/18/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":334,"Cost":215,"Date":"3/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":350,"Cost":197,"Date":"4/20/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":256,"Cost":151,"Date":"6/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":707,"Cost":461,"Date":"7/23/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":501,"Cost":426,"Date":"11/21/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":94,"Cost":89,"Date":"11/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":971,"Cost":796,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":673,"Cost":438,"Date":"5/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":108,"Cost":101,"Date":"9/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":949,"Cost":524,"Date":"1/3/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":795,"Cost":663,"Date":"2/2/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":289,"Cost":234,"Date":"3/18/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"HM Home","Country":"Italy","Sale":197,"Cost":159,"Date":"10/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":91,"Cost":62,"Date":"2/16/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":800,"Cost":415,"Date":"6/7/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":991,"Cost":674,"Date":"1/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":740,"Cost":378,"Date":"3/27/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":97,"Cost":68,"Date":"5/12/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":94,"Cost":50,"Date":"7/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":710,"Cost":616,"Date":"8/8/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":169,"Cost":103,"Date":"12/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":580,"Cost":453,"Date":"1/17/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":443,"Cost":388,"Date":"3/8/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":397,"Cost":318,"Date":"6/6/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":167,"Cost":108,"Date":"6/16/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":324,"Cost":172,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":118,"Cost":70,"Date":"11/19/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":854,"Cost":430,"Date":"12/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":41,"Cost":28,"Date":"2/4/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":272,"Cost":176,"Date":"3/8/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":56,"Cost":37,"Date":"12/18/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":524,"Cost":404,"Date":"3/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":118,"Cost":79,"Date":"4/20/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":572,"Cost":288,"Date":"6/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":396,"Cost":241,"Date":"7/23/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":853,"Cost":633,"Date":"11/21/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":166,"Cost":87,"Date":"11/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":866,"Cost":547,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":58,"Cost":36,"Date":"5/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":190,"Cost":142,"Date":"9/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":318,"Cost":277,"Date":"1/3/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":290,"Cost":266,"Date":"2/2/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":899,"Cost":700,"Date":"3/18/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":26,"Cost":24,"Date":"10/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":529,"Cost":304,"Date":"2/16/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":726,"Cost":516,"Date":"6/7/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":591,"Cost":465,"Date":"1/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":501,"Cost":336,"Date":"3/27/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":690,"Cost":388,"Date":"5/12/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":28,"Cost":24,"Date":"7/28/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":482,"Cost":386,"Date":"8/8/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":724,"Cost":604,"Date":"12/7/2019"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":809,"Cost":451,"Date":"1/17/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":858,"Cost":567,"Date":"3/8/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":598,"Cost":451,"Date":"6/6/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":598,"Cost":404,"Date":"6/16/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":171,"Cost":150,"Date":"8/13/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":30,"Cost":22,"Date":"11/19/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":63,"Cost":47,"Date":"12/28/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":835,"Cost":621,"Date":"2/4/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":422,"Cost":278,"Date":"3/8/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":365,"Cost":307,"Date":"12/18/2021"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":523,"Cost":316,"Date":"3/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":637,"Cost":374,"Date":"4/20/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":640,"Cost":371,"Date":"6/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":620,"Cost":526,"Date":"7/23/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":908,"Cost":654,"Date":"11/21/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":907,"Cost":521,"Date":"11/26/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":784,"Cost":588,"Date":"2/20/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":226,"Cost":203,"Date":"5/21/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":764,"Cost":448,"Date":"9/28/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":817,"Cost":465,"Date":"1/3/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":938,"Cost":508,"Date":"2/2/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":713,"Cost":482,"Date":"3/18/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Jeans","Country":"Italy","Sale":193,"Cost":177,"Date":"10/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":854,"Cost":670,"Date":"2/16/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":520,"Cost":363,"Date":"6/7/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":419,"Cost":288,"Date":"1/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":5,"Cost":4,"Date":"3/27/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":860,"Cost":499,"Date":"5/12/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":690,"Cost":492,"Date":"7/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":804,"Cost":470,"Date":"8/8/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":905,"Cost":836,"Date":"12/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":394,"Cost":251,"Date":"1/17/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":918,"Cost":617,"Date":"3/8/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":568,"Cost":349,"Date":"6/6/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":823,"Cost":476,"Date":"6/16/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":527,"Cost":310,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":560,"Cost":299,"Date":"11/19/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":288,"Cost":225,"Date":"12/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":187,"Cost":163,"Date":"2/4/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":430,"Cost":247,"Date":"3/8/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":781,"Cost":440,"Date":"12/18/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":661,"Cost":345,"Date":"3/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":293,"Cost":189,"Date":"4/20/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":368,"Cost":338,"Date":"6/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":935,"Cost":561,"Date":"7/23/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":271,"Cost":195,"Date":"11/21/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":124,"Cost":90,"Date":"11/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":770,"Cost":700,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":508,"Cost":436,"Date":"5/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":405,"Cost":237,"Date":"9/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":46,"Cost":25,"Date":"1/3/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":618,"Cost":500,"Date":"2/2/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":792,"Cost":574,"Date":"3/18/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":787,"Cost":489,"Date":"10/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":291,"Cost":204,"Date":"2/16/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":289,"Cost":229,"Date":"6/7/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":277,"Cost":163,"Date":"1/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":735,"Cost":640,"Date":"3/27/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":30,"Cost":16,"Date":"5/12/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":586,"Cost":521,"Date":"7/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":922,"Cost":712,"Date":"8/8/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":838,"Cost":466,"Date":"12/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":842,"Cost":609,"Date":"1/17/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":906,"Cost":771,"Date":"3/8/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":111,"Cost":105,"Date":"6/6/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":221,"Cost":150,"Date":"6/16/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":29,"Cost":19,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":911,"Cost":737,"Date":"11/19/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":321,"Cost":196,"Date":"12/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":361,"Cost":341,"Date":"2/4/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":876,"Cost":657,"Date":"3/8/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":701,"Cost":358,"Date":"12/18/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":966,"Cost":791,"Date":"3/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":504,"Cost":361,"Date":"4/20/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":305,"Cost":275,"Date":"6/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":390,"Cost":298,"Date":"7/23/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":338,"Cost":197,"Date":"11/21/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":437,"Cost":389,"Date":"11/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":212,"Cost":133,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":253,"Cost":159,"Date":"5/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":634,"Cost":580,"Date":"9/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":173,"Cost":164,"Date":"1/3/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":749,"Cost":618,"Date":"2/2/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":328,"Cost":268,"Date":"3/18/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":278,"Cost":239,"Date":"10/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":816,"Cost":473,"Date":"2/16/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":99,"Cost":87,"Date":"6/7/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":780,"Cost":670,"Date":"1/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":82,"Cost":52,"Date":"3/27/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":494,"Cost":344,"Date":"5/12/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":934,"Cost":671,"Date":"7/28/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":893,"Cost":677,"Date":"8/8/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":539,"Cost":410,"Date":"12/7/2019"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":697,"Cost":431,"Date":"1/17/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":379,"Cost":329,"Date":"3/8/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":77,"Cost":61,"Date":"6/6/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":364,"Cost":225,"Date":"6/16/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":84,"Cost":55,"Date":"8/13/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":143,"Cost":108,"Date":"11/19/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":145,"Cost":84,"Date":"12/28/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":602,"Cost":484,"Date":"2/4/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":955,"Cost":837,"Date":"3/8/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":992,"Cost":799,"Date":"12/18/2021"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":298,"Cost":195,"Date":"3/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":932,"Cost":750,"Date":"4/20/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":537,"Cost":444,"Date":"6/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":254,"Cost":184,"Date":"7/23/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":714,"Cost":560,"Date":"11/21/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":942,"Cost":491,"Date":"11/26/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":600,"Cost":553,"Date":"2/20/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":12,"Cost":10,"Date":"5/21/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":256,"Cost":233,"Date":"9/28/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":633,"Cost":562,"Date":"1/3/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":719,"Cost":432,"Date":"2/2/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":827,"Cost":477,"Date":"3/18/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"HM","Country":"Italy","Sale":214,"Cost":169,"Date":"10/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":394,"Cost":227,"Date":"2/16/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":549,"Cost":375,"Date":"6/7/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":268,"Cost":206,"Date":"1/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":16,"Cost":8,"Date":"3/27/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":714,"Cost":566,"Date":"5/12/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":553,"Cost":365,"Date":"7/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":236,"Cost":200,"Date":"8/8/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":660,"Cost":409,"Date":"12/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":618,"Cost":497,"Date":"1/17/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":665,"Cost":497,"Date":"3/8/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":689,"Cost":512,"Date":"6/6/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":335,"Cost":244,"Date":"6/16/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":320,"Cost":210,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":810,"Cost":661,"Date":"11/19/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":134,"Cost":81,"Date":"12/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":786,"Cost":615,"Date":"2/4/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":274,"Cost":197,"Date":"3/8/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":680,"Cost":565,"Date":"12/18/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":545,"Cost":444,"Date":"3/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":667,"Cost":461,"Date":"4/20/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":280,"Cost":144,"Date":"6/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":768,"Cost":530,"Date":"7/23/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":318,"Cost":232,"Date":"11/21/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":188,"Cost":171,"Date":"11/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":609,"Cost":343,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":990,"Cost":659,"Date":"5/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":79,"Cost":47,"Date":"9/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":382,"Cost":283,"Date":"1/3/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":544,"Cost":491,"Date":"2/2/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":619,"Cost":544,"Date":"3/18/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":79,"Cost":40,"Date":"10/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":326,"Cost":280,"Date":"2/16/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":367,"Cost":203,"Date":"6/7/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":572,"Cost":311,"Date":"1/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":243,"Cost":183,"Date":"3/27/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":990,"Cost":837,"Date":"5/12/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":306,"Cost":155,"Date":"7/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":574,"Cost":358,"Date":"8/8/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":918,"Cost":572,"Date":"12/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":998,"Cost":944,"Date":"1/17/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":392,"Cost":327,"Date":"3/8/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":147,"Cost":93,"Date":"6/6/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":444,"Cost":286,"Date":"6/16/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":120,"Cost":81,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":343,"Cost":172,"Date":"11/19/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":459,"Cost":302,"Date":"12/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":506,"Cost":315,"Date":"2/4/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":742,"Cost":654,"Date":"3/8/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":316,"Cost":257,"Date":"12/18/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":236,"Cost":119,"Date":"3/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":52,"Cost":32,"Date":"4/20/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":166,"Cost":116,"Date":"6/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":908,"Cost":842,"Date":"7/23/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":676,"Cost":420,"Date":"11/21/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":628,"Cost":496,"Date":"11/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":750,"Cost":670,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":34,"Cost":21,"Date":"5/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":751,"Cost":388,"Date":"9/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":852,"Cost":805,"Date":"1/3/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":49,"Cost":27,"Date":"2/2/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":659,"Cost":540,"Date":"3/18/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM Home","Country":"Italy","Sale":24,"Cost":13,"Date":"10/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":660,"Cost":412,"Date":"2/16/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":728,"Cost":524,"Date":"6/7/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":64,"Cost":40,"Date":"1/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":228,"Cost":178,"Date":"3/27/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":757,"Cost":629,"Date":"5/12/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":212,"Cost":138,"Date":"7/28/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":513,"Cost":330,"Date":"8/8/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":809,"Cost":543,"Date":"12/7/2019"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":708,"Cost":645,"Date":"1/17/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":884,"Cost":448,"Date":"3/8/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":632,"Cost":352,"Date":"6/6/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":673,"Cost":508,"Date":"6/16/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":669,"Cost":424,"Date":"8/13/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":966,"Cost":596,"Date":"11/19/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":647,"Cost":486,"Date":"12/28/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":821,"Cost":472,"Date":"2/4/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":903,"Cost":804,"Date":"3/8/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":233,"Cost":175,"Date":"12/18/2021"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":364,"Cost":336,"Date":"3/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":159,"Cost":89,"Date":"4/20/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":994,"Cost":666,"Date":"6/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":824,"Cost":428,"Date":"7/23/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":534,"Cost":346,"Date":"11/21/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":384,"Cost":207,"Date":"11/26/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":195,"Cost":137,"Date":"2/20/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":276,"Cost":183,"Date":"5/21/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":316,"Cost":283,"Date":"9/28/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":589,"Cost":532,"Date":"1/3/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":301,"Cost":218,"Date":"2/2/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":666,"Cost":632,"Date":"3/18/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":275,"Cost":257,"Date":"10/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":679,"Cost":594,"Date":"2/16/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":317,"Cost":301,"Date":"6/7/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":649,"Cost":483,"Date":"1/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":33,"Cost":24,"Date":"3/27/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":782,"Cost":647,"Date":"5/12/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":86,"Cost":74,"Date":"7/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":256,"Cost":134,"Date":"8/8/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":91,"Cost":68,"Date":"12/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":726,"Cost":581,"Date":"1/17/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":933,"Cost":468,"Date":"3/8/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":333,"Cost":206,"Date":"6/6/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":676,"Cost":575,"Date":"6/16/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":894,"Cost":464,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":373,"Cost":215,"Date":"11/19/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":503,"Cost":281,"Date":"12/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":144,"Cost":128,"Date":"2/4/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":753,"Cost":459,"Date":"3/8/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":30,"Cost":23,"Date":"12/18/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":207,"Cost":173,"Date":"3/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":45,"Cost":23,"Date":"4/20/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":897,"Cost":545,"Date":"6/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":348,"Cost":278,"Date":"7/23/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":185,"Cost":154,"Date":"11/21/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":198,"Cost":120,"Date":"11/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":664,"Cost":442,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":80,"Cost":52,"Date":"5/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":900,"Cost":751,"Date":"9/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":375,"Cost":190,"Date":"1/3/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":297,"Cost":180,"Date":"2/2/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":957,"Cost":862,"Date":"3/18/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Nova","Country":"Italy","Sale":534,"Cost":475,"Date":"10/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":517,"Cost":278,"Date":"2/16/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":663,"Cost":607,"Date":"6/7/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":817,"Cost":485,"Date":"1/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":243,"Cost":225,"Date":"3/27/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":642,"Cost":537,"Date":"5/12/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":554,"Cost":357,"Date":"7/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":181,"Cost":158,"Date":"8/8/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":331,"Cost":263,"Date":"12/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":856,"Cost":787,"Date":"1/17/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":821,"Cost":426,"Date":"3/8/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":188,"Cost":119,"Date":"6/6/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":164,"Cost":115,"Date":"6/16/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":82,"Cost":68,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":463,"Cost":297,"Date":"11/19/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":30,"Cost":26,"Date":"12/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":476,"Cost":253,"Date":"2/4/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":999,"Cost":691,"Date":"3/8/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":644,"Cost":549,"Date":"12/18/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":601,"Cost":544,"Date":"3/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":332,"Cost":193,"Date":"4/20/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":879,"Cost":828,"Date":"6/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":402,"Cost":303,"Date":"7/23/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":474,"Cost":256,"Date":"11/21/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":924,"Cost":828,"Date":"11/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":655,"Cost":427,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":423,"Cost":374,"Date":"5/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":109,"Cost":61,"Date":"9/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":843,"Cost":511,"Date":"1/3/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":129,"Cost":111,"Date":"2/2/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":818,"Cost":564,"Date":"3/18/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"HM","Country":"Italy","Sale":165,"Cost":145,"Date":"10/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":562,"Cost":307,"Date":"2/16/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":645,"Cost":355,"Date":"6/7/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":576,"Cost":290,"Date":"1/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":924,"Cost":798,"Date":"3/27/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":517,"Cost":389,"Date":"5/12/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":793,"Cost":586,"Date":"7/28/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":905,"Cost":583,"Date":"8/8/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":137,"Cost":107,"Date":"12/7/2019"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":476,"Cost":317,"Date":"1/17/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":652,"Cost":564,"Date":"3/8/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":861,"Cost":486,"Date":"6/6/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":710,"Cost":428,"Date":"6/16/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":188,"Cost":131,"Date":"8/13/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":775,"Cost":707,"Date":"11/19/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":155,"Cost":79,"Date":"12/28/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":840,"Cost":776,"Date":"2/4/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":441,"Cost":372,"Date":"3/8/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":983,"Cost":511,"Date":"12/18/2021"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":349,"Cost":196,"Date":"3/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":699,"Cost":565,"Date":"4/20/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":695,"Cost":407,"Date":"6/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":350,"Cost":287,"Date":"7/23/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":592,"Cost":331,"Date":"11/21/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":870,"Cost":660,"Date":"11/26/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":859,"Cost":499,"Date":"2/20/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":158,"Cost":89,"Date":"5/21/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":952,"Cost":605,"Date":"9/28/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":146,"Cost":133,"Date":"1/3/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":589,"Cost":389,"Date":"2/2/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":153,"Cost":133,"Date":"3/18/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":328,"Cost":302,"Date":"10/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":862,"Cost":609,"Date":"2/16/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":737,"Cost":508,"Date":"6/7/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":640,"Cost":459,"Date":"1/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":5,"Cost":5,"Date":"3/27/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":865,"Cost":539,"Date":"5/12/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":40,"Cost":22,"Date":"7/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":901,"Cost":492,"Date":"8/8/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":356,"Cost":318,"Date":"12/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":237,"Cost":119,"Date":"1/17/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":239,"Cost":182,"Date":"3/8/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":862,"Cost":772,"Date":"6/6/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":542,"Cost":497,"Date":"6/16/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":234,"Cost":159,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":815,"Cost":474,"Date":"11/19/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":136,"Cost":121,"Date":"12/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":446,"Cost":417,"Date":"2/4/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":127,"Cost":114,"Date":"3/8/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":601,"Cost":437,"Date":"12/18/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":521,"Cost":353,"Date":"3/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":867,"Cost":503,"Date":"4/20/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":602,"Cost":370,"Date":"6/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":907,"Cost":655,"Date":"7/23/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":509,"Cost":453,"Date":"11/21/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":311,"Cost":180,"Date":"11/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":25,"Cost":23,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":193,"Cost":135,"Date":"5/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":320,"Cost":256,"Date":"9/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":999,"Cost":789,"Date":"1/3/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":757,"Cost":684,"Date":"2/2/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":277,"Cost":171,"Date":"3/18/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":303,"Cost":242,"Date":"10/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":330,"Cost":168,"Date":"2/16/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":380,"Cost":258,"Date":"6/7/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":933,"Cost":850,"Date":"1/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":412,"Cost":246,"Date":"3/27/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":207,"Cost":170,"Date":"5/12/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":302,"Cost":155,"Date":"7/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":402,"Cost":337,"Date":"8/8/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":298,"Cost":218,"Date":"12/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":425,"Cost":307,"Date":"1/17/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":825,"Cost":480,"Date":"3/8/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":183,"Cost":143,"Date":"6/6/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":789,"Cost":722,"Date":"6/16/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":314,"Cost":215,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":993,"Cost":619,"Date":"11/19/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":545,"Cost":418,"Date":"12/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":94,"Cost":74,"Date":"2/4/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":36,"Cost":26,"Date":"3/8/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":820,"Cost":575,"Date":"12/18/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":775,"Cost":434,"Date":"3/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":651,"Cost":614,"Date":"4/20/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":155,"Cost":98,"Date":"6/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":438,"Cost":406,"Date":"7/23/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":123,"Cost":110,"Date":"11/21/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":425,"Cost":326,"Date":"11/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":353,"Cost":177,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":624,"Cost":463,"Date":"5/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":921,"Cost":788,"Date":"9/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":87,"Cost":45,"Date":"1/3/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":809,"Cost":462,"Date":"2/2/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":224,"Cost":141,"Date":"3/18/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":580,"Cost":383,"Date":"10/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":868,"Cost":549,"Date":"2/16/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":252,"Cost":200,"Date":"6/7/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":859,"Cost":436,"Date":"1/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":528,"Cost":328,"Date":"3/27/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":610,"Cost":522,"Date":"5/12/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":956,"Cost":615,"Date":"7/28/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":387,"Cost":262,"Date":"8/8/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":974,"Cost":691,"Date":"12/7/2019"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":55,"Cost":29,"Date":"1/17/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":966,"Cost":694,"Date":"3/8/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":292,"Cost":172,"Date":"6/6/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":16,"Cost":12,"Date":"6/16/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":387,"Cost":329,"Date":"8/13/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":780,"Cost":665,"Date":"11/19/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":274,"Cost":229,"Date":"12/28/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":352,"Cost":292,"Date":"2/4/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":1000,"Cost":691,"Date":"3/8/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":826,"Cost":620,"Date":"12/18/2021"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":562,"Cost":524,"Date":"3/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":232,"Cost":131,"Date":"4/20/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":98,"Cost":76,"Date":"6/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":834,"Cost":792,"Date":"7/23/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":110,"Cost":58,"Date":"11/21/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":244,"Cost":177,"Date":"11/26/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":629,"Cost":558,"Date":"2/20/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":702,"Cost":581,"Date":"5/21/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":442,"Cost":315,"Date":"9/28/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":1,"Cost":0,"Date":"1/3/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":399,"Cost":246,"Date":"2/2/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":912,"Cost":735,"Date":"3/18/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Nova","Country":"Italy","Sale":934,"Cost":845,"Date":"10/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":374,"Cost":329,"Date":"2/16/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":207,"Cost":124,"Date":"6/7/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":331,"Cost":177,"Date":"1/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":456,"Cost":308,"Date":"3/27/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":293,"Cost":161,"Date":"5/12/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":602,"Cost":464,"Date":"7/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":537,"Cost":274,"Date":"8/8/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":276,"Cost":196,"Date":"12/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":686,"Cost":611,"Date":"1/17/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":344,"Cost":264,"Date":"3/8/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":547,"Cost":356,"Date":"6/6/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":681,"Cost":585,"Date":"6/16/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":758,"Cost":504,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":281,"Cost":250,"Date":"11/19/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":394,"Cost":230,"Date":"12/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":416,"Cost":385,"Date":"2/4/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":573,"Cost":336,"Date":"3/8/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":107,"Cost":74,"Date":"12/18/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":501,"Cost":436,"Date":"3/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":187,"Cost":177,"Date":"4/20/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":869,"Cost":694,"Date":"6/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":817,"Cost":745,"Date":"7/23/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":963,"Cost":647,"Date":"11/21/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":875,"Cost":503,"Date":"11/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":413,"Cost":240,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":571,"Cost":377,"Date":"5/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":358,"Cost":193,"Date":"9/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":370,"Cost":328,"Date":"1/3/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":294,"Cost":279,"Date":"2/2/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":646,"Cost":596,"Date":"3/18/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"HM Home","Country":"Italy","Sale":368,"Cost":349,"Date":"10/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":295,"Cost":182,"Date":"2/16/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":993,"Cost":531,"Date":"6/7/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":688,"Cost":472,"Date":"1/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":590,"Cost":377,"Date":"3/27/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":569,"Cost":397,"Date":"5/12/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":567,"Cost":385,"Date":"7/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":745,"Cost":585,"Date":"8/8/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":102,"Cost":54,"Date":"12/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":652,"Cost":343,"Date":"1/17/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":69,"Cost":55,"Date":"3/8/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":877,"Cost":524,"Date":"6/6/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":758,"Cost":585,"Date":"6/16/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":185,"Cost":110,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":889,"Cost":543,"Date":"11/19/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":155,"Cost":148,"Date":"12/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":355,"Cost":217,"Date":"2/4/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":621,"Cost":574,"Date":"3/8/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":639,"Cost":564,"Date":"12/18/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":707,"Cost":604,"Date":"3/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":938,"Cost":517,"Date":"4/20/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":119,"Cost":75,"Date":"6/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":608,"Cost":471,"Date":"7/23/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":802,"Cost":617,"Date":"11/21/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":767,"Cost":426,"Date":"11/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":878,"Cost":453,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":591,"Cost":448,"Date":"5/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":311,"Cost":184,"Date":"9/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":483,"Cost":384,"Date":"1/3/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":306,"Cost":177,"Date":"2/2/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":415,"Cost":388,"Date":"3/18/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Nova","Country":"Italy","Sale":33,"Cost":16,"Date":"10/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":459,"Cost":332,"Date":"2/16/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":727,"Cost":525,"Date":"6/7/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":619,"Cost":311,"Date":"1/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":868,"Cost":818,"Date":"3/27/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":905,"Cost":675,"Date":"5/12/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":326,"Cost":298,"Date":"7/28/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":71,"Cost":39,"Date":"8/8/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":249,"Cost":149,"Date":"12/7/2019"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":470,"Cost":243,"Date":"1/17/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":174,"Cost":121,"Date":"3/8/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":472,"Cost":257,"Date":"6/6/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":135,"Cost":121,"Date":"6/16/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":240,"Cost":130,"Date":"8/13/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":164,"Cost":131,"Date":"11/19/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":817,"Cost":660,"Date":"12/28/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":76,"Cost":56,"Date":"2/4/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":767,"Cost":398,"Date":"3/8/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":111,"Cost":92,"Date":"12/18/2021"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":259,"Cost":145,"Date":"3/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":245,"Cost":167,"Date":"4/20/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":180,"Cost":129,"Date":"6/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":188,"Cost":150,"Date":"7/23/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":399,"Cost":364,"Date":"11/21/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":765,"Cost":700,"Date":"11/26/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":803,"Cost":546,"Date":"2/20/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":648,"Cost":553,"Date":"5/21/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":457,"Cost":256,"Date":"9/28/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":116,"Cost":100,"Date":"1/3/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":570,"Cost":526,"Date":"2/2/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":272,"Cost":224,"Date":"3/18/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":590,"Cost":476,"Date":"10/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":180,"Cost":164,"Date":"2/16/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":633,"Cost":332,"Date":"6/7/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":816,"Cost":428,"Date":"1/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":177,"Cost":94,"Date":"3/27/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":854,"Cost":778,"Date":"5/12/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":676,"Cost":569,"Date":"7/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":300,"Cost":269,"Date":"8/8/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":777,"Cost":711,"Date":"12/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":84,"Cost":71,"Date":"1/17/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":662,"Cost":545,"Date":"3/8/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":817,"Cost":530,"Date":"6/6/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":293,"Cost":233,"Date":"6/16/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":789,"Cost":600,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":277,"Cost":246,"Date":"11/19/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":862,"Cost":696,"Date":"12/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":591,"Cost":319,"Date":"2/4/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":201,"Cost":187,"Date":"3/8/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":918,"Cost":608,"Date":"12/18/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":261,"Cost":182,"Date":"3/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":326,"Cost":178,"Date":"4/20/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":437,"Cost":278,"Date":"6/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":379,"Cost":244,"Date":"7/23/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":779,"Cost":581,"Date":"11/21/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":21,"Cost":10,"Date":"11/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":799,"Cost":691,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":423,"Cost":380,"Date":"5/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":221,"Cost":151,"Date":"9/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":569,"Cost":471,"Date":"1/3/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":604,"Cost":358,"Date":"2/2/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":407,"Cost":304,"Date":"3/18/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":409,"Cost":323,"Date":"10/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":500,"Cost":386,"Date":"2/16/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":467,"Cost":258,"Date":"6/7/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":844,"Cost":463,"Date":"1/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":749,"Cost":545,"Date":"3/27/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":98,"Cost":87,"Date":"5/12/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":387,"Cost":328,"Date":"7/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":447,"Cost":285,"Date":"8/8/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":941,"Cost":660,"Date":"12/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":993,"Cost":878,"Date":"1/17/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":384,"Cost":234,"Date":"3/8/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":222,"Cost":177,"Date":"6/6/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":425,"Cost":336,"Date":"6/16/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":906,"Cost":714,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":224,"Cost":150,"Date":"11/19/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":163,"Cost":111,"Date":"12/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":102,"Cost":62,"Date":"2/4/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":410,"Cost":373,"Date":"3/8/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":917,"Cost":855,"Date":"12/18/2021"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":632,"Cost":498,"Date":"3/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":210,"Cost":110,"Date":"4/20/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":743,"Cost":542,"Date":"6/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":194,"Cost":182,"Date":"7/23/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":991,"Cost":900,"Date":"11/21/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":785,"Cost":625,"Date":"11/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":304,"Cost":181,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":177,"Cost":117,"Date":"5/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":84,"Cost":65,"Date":"9/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":279,"Cost":240,"Date":"1/3/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":879,"Cost":641,"Date":"2/2/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":334,"Cost":180,"Date":"3/18/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":570,"Cost":350,"Date":"10/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":627,"Cost":315,"Date":"2/16/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":776,"Cost":628,"Date":"6/7/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":114,"Cost":78,"Date":"1/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":57,"Cost":46,"Date":"3/27/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":241,"Cost":160,"Date":"5/12/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":314,"Cost":176,"Date":"7/28/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":314,"Cost":215,"Date":"8/8/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":183,"Cost":171,"Date":"12/7/2019"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":138,"Cost":115,"Date":"1/17/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":706,"Cost":377,"Date":"3/8/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":640,"Cost":561,"Date":"6/6/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":215,"Cost":137,"Date":"6/16/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":480,"Cost":248,"Date":"8/13/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":947,"Cost":638,"Date":"11/19/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":347,"Cost":324,"Date":"12/28/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":302,"Cost":234,"Date":"2/4/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":606,"Cost":325,"Date":"3/8/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":830,"Cost":438,"Date":"12/18/2021"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":14,"Cost":10,"Date":"3/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":93,"Cost":54,"Date":"4/20/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":231,"Cost":139,"Date":"6/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":273,"Cost":257,"Date":"7/23/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":305,"Cost":236,"Date":"11/21/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":635,"Cost":566,"Date":"11/26/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":90,"Cost":81,"Date":"2/20/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":564,"Cost":529,"Date":"5/21/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":406,"Cost":314,"Date":"9/28/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":524,"Cost":370,"Date":"1/3/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":599,"Cost":483,"Date":"2/2/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":140,"Cost":125,"Date":"3/18/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":312,"Cost":290,"Date":"10/14/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":27,"Cost":16,"Date":"2/16/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":427,"Cost":338,"Date":"6/7/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":44,"Cost":34,"Date":"1/28/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":393,"Date":"3/27/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":6,"Cost":3,"Date":"5/12/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":529,"Cost":473,"Date":"7/28/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":125,"Cost":65,"Date":"8/8/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":73,"Cost":69,"Date":"12/7/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":183,"Cost":151,"Date":"1/17/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":612,"Cost":354,"Date":"3/8/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":634,"Cost":399,"Date":"6/6/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":538,"Cost":483,"Date":"6/16/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":68,"Cost":51,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":91,"Cost":82,"Date":"11/19/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":446,"Cost":424,"Date":"12/28/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":161,"Cost":139,"Date":"2/4/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":777,"Cost":683,"Date":"3/8/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":157,"Cost":131,"Date":"12/18/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":597,"Cost":361,"Date":"3/31/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":614,"Cost":331,"Date":"4/20/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":563,"Cost":449,"Date":"6/26/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":673,"Cost":526,"Date":"7/23/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":147,"Cost":98,"Date":"11/21/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":397,"Cost":222,"Date":"11/26/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":180,"Cost":169,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":756,"Cost":626,"Date":"5/21/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":901,"Cost":643,"Date":"9/28/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":736,"Cost":461,"Date":"1/3/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":320,"Cost":197,"Date":"2/2/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":268,"Cost":217,"Date":"3/18/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":925,"Cost":787,"Date":"10/14/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":745,"Cost":599,"Date":"2/16/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":864,"Cost":797,"Date":"6/7/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":50,"Cost":31,"Date":"1/28/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":313,"Cost":295,"Date":"3/27/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":755,"Cost":501,"Date":"5/12/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":890,"Cost":629,"Date":"7/28/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":28,"Cost":20,"Date":"8/8/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":503,"Cost":453,"Date":"12/7/2019"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":147,"Cost":104,"Date":"1/17/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":227,"Cost":124,"Date":"3/8/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":174,"Cost":149,"Date":"6/6/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":179,"Cost":100,"Date":"6/16/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":678,"Cost":409,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":635,"Cost":421,"Date":"11/19/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":261,"Cost":151,"Date":"12/28/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":934,"Cost":639,"Date":"2/4/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":651,"Cost":428,"Date":"3/8/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":487,"Cost":308,"Date":"12/18/2021"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":981,"Cost":691,"Date":"3/31/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":830,"Cost":536,"Date":"4/20/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":654,"Cost":525,"Date":"6/26/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":309,"Cost":267,"Date":"7/23/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":862,"Cost":718,"Date":"11/21/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":269,"Cost":189,"Date":"11/26/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":376,"Cost":262,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":725,"Cost":546,"Date":"5/21/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":498,"Cost":325,"Date":"9/28/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":608,"Cost":368,"Date":"1/3/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":703,"Cost":662,"Date":"2/2/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":272,"Cost":164,"Date":"3/18/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":185,"Cost":167,"Date":"10/14/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":237,"Cost":165,"Date":"2/16/2018"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":604,"Cost":399,"Date":"6/7/2018"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":1,"Cost":1,"Date":"1/28/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":443,"Cost":294,"Date":"3/27/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":792,"Cost":719,"Date":"5/12/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":298,"Cost":234,"Date":"7/28/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":605,"Cost":454,"Date":"8/8/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":626,"Cost":572,"Date":"12/7/2019"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":395,"Cost":299,"Date":"1/17/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":664,"Cost":498,"Date":"3/8/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":103,"Cost":82,"Date":"6/6/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":241,"Cost":177,"Date":"6/16/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":952,"Cost":636,"Date":"8/13/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":139,"Cost":113,"Date":"11/19/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":352,"Cost":297,"Date":"12/28/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":534,"Cost":275,"Date":"2/4/2021"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":257,"Cost":202,"Date":"3/8/2021"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":125,"Cost":98,"Date":"12/18/2021"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":415,"Cost":386,"Date":"3/31/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":32,"Cost":17,"Date":"4/20/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":733,"Cost":442,"Date":"6/26/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":101,"Cost":52,"Date":"7/23/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":660,"Cost":344,"Date":"11/21/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":596,"Cost":556,"Date":"11/26/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":956,"Cost":534,"Date":"2/20/2023"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":500,"Cost":334,"Date":"5/21/2023"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":706,"Cost":540,"Date":"9/28/2023"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":123,"Cost":75,"Date":"1/3/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":952,"Cost":611,"Date":"2/2/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":944,"Cost":644,"Date":"3/18/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":643,"Cost":562,"Date":"10/14/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":394,"Cost":314,"Date":"2/16/2018"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":960,"Cost":583,"Date":"6/7/2018"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":345,"Cost":279,"Date":"1/28/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":226,"Cost":214,"Date":"3/27/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":146,"Cost":89,"Date":"5/12/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":891,"Cost":811,"Date":"7/28/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":486,"Cost":439,"Date":"8/8/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":571,"Cost":516,"Date":"12/7/2019"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":728,"Cost":529,"Date":"1/17/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":863,"Cost":717,"Date":"3/8/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":224,"Cost":121,"Date":"6/6/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":714,"Cost":538,"Date":"6/16/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":715,"Cost":512,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":389,"Cost":202,"Date":"11/19/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":457,"Cost":397,"Date":"12/28/2020"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":574,"Cost":364,"Date":"2/4/2021"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":747,"Cost":703,"Date":"3/8/2021"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":943,"Cost":479,"Date":"12/18/2021"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":989,"Cost":700,"Date":"3/31/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":283,"Cost":238,"Date":"4/20/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":94,"Cost":69,"Date":"6/26/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":803,"Cost":614,"Date":"7/23/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":743,"Cost":674,"Date":"11/21/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":354,"Cost":319,"Date":"11/26/2022"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":178,"Cost":101,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":796,"Cost":481,"Date":"5/21/2023"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":571,"Cost":352,"Date":"9/28/2023"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":305,"Cost":290,"Date":"1/3/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":228,"Cost":207,"Date":"2/2/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":181,"Cost":129,"Date":"3/18/2024"},{"Store":"Roma Est, Rome","Brand":"COS","Country":"Italy","Sale":466,"Cost":271,"Date":"10/14/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":805,"Cost":674,"Date":"2/16/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":615,"Cost":548,"Date":"6/7/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":839,"Cost":797,"Date":"1/28/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":530,"Cost":364,"Date":"3/27/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":192,"Cost":176,"Date":"5/12/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":574,"Cost":493,"Date":"7/28/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":249,"Cost":132,"Date":"8/8/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":533,"Cost":369,"Date":"12/7/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":217,"Cost":148,"Date":"1/17/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":431,"Cost":338,"Date":"3/8/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":791,"Cost":673,"Date":"6/6/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":291,"Cost":253,"Date":"6/16/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":948,"Cost":743,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":69,"Cost":64,"Date":"11/19/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":901,"Date":"12/28/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":525,"Cost":396,"Date":"2/4/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":776,"Cost":714,"Date":"3/8/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":500,"Cost":349,"Date":"12/18/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":542,"Cost":365,"Date":"3/31/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":697,"Cost":530,"Date":"4/20/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":869,"Cost":590,"Date":"6/26/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":715,"Cost":530,"Date":"7/23/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":41,"Cost":28,"Date":"11/21/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":603,"Cost":565,"Date":"11/26/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":954,"Cost":518,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":588,"Cost":503,"Date":"5/21/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":390,"Cost":276,"Date":"9/28/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":879,"Cost":575,"Date":"1/3/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":900,"Cost":664,"Date":"2/2/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":140,"Cost":93,"Date":"3/18/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":381,"Cost":281,"Date":"10/14/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":952,"Cost":657,"Date":"2/16/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":606,"Cost":381,"Date":"6/7/2018"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":317,"Cost":242,"Date":"1/28/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":112,"Cost":67,"Date":"3/27/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":256,"Cost":185,"Date":"5/12/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":538,"Cost":459,"Date":"7/28/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":111,"Cost":55,"Date":"8/8/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":737,"Cost":575,"Date":"12/7/2019"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":986,"Cost":878,"Date":"1/17/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":114,"Cost":92,"Date":"3/8/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":415,"Cost":314,"Date":"6/6/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":701,"Cost":533,"Date":"6/16/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":260,"Cost":202,"Date":"8/13/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":408,"Cost":368,"Date":"11/19/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":578,"Cost":427,"Date":"12/28/2020"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":779,"Cost":629,"Date":"2/4/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":331,"Cost":174,"Date":"3/8/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":659,"Cost":623,"Date":"12/18/2021"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":155,"Cost":142,"Date":"3/31/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":70,"Cost":38,"Date":"4/20/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":906,"Cost":551,"Date":"6/26/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":260,"Cost":240,"Date":"7/23/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":543,"Cost":508,"Date":"11/21/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":15,"Cost":7,"Date":"11/26/2022"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":736,"Cost":670,"Date":"2/20/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":947,"Cost":733,"Date":"5/21/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":882,"Cost":519,"Date":"9/28/2023"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":621,"Cost":540,"Date":"1/3/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":504,"Cost":363,"Date":"2/2/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":595,"Cost":523,"Date":"3/18/2024"},{"Store":"Roma Est, Rome","Brand":"Sellpy","Country":"Italy","Sale":138,"Cost":114,"Date":"10/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":940,"Cost":629,"Date":"2/16/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":96,"Cost":91,"Date":"6/7/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":354,"Cost":250,"Date":"1/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":307,"Cost":167,"Date":"3/27/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":170,"Cost":143,"Date":"5/12/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":566,"Cost":531,"Date":"7/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":819,"Cost":746,"Date":"8/8/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":789,"Cost":401,"Date":"12/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":231,"Cost":207,"Date":"1/17/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":100,"Cost":93,"Date":"3/8/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":22,"Cost":15,"Date":"6/6/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":702,"Cost":517,"Date":"6/16/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":420,"Cost":357,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":990,"Cost":561,"Date":"11/19/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":985,"Cost":801,"Date":"12/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":769,"Cost":440,"Date":"2/4/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":282,"Cost":182,"Date":"3/8/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":723,"Cost":544,"Date":"12/18/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":680,"Cost":347,"Date":"3/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":846,"Cost":798,"Date":"4/20/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":935,"Cost":816,"Date":"6/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":124,"Cost":88,"Date":"7/23/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":271,"Cost":163,"Date":"11/21/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":845,"Cost":711,"Date":"11/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":210,"Cost":169,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":130,"Cost":91,"Date":"5/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":375,"Cost":225,"Date":"9/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":674,"Cost":419,"Date":"1/3/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":968,"Cost":729,"Date":"2/2/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":180,"Cost":134,"Date":"3/18/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"Jeans","Country":"Italy","Sale":211,"Cost":139,"Date":"10/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":724,"Cost":576,"Date":"2/16/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":748,"Cost":656,"Date":"6/7/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":316,"Cost":264,"Date":"1/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":45,"Cost":31,"Date":"3/27/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":126,"Cost":84,"Date":"5/12/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":620,"Cost":535,"Date":"7/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":952,"Cost":878,"Date":"8/8/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":109,"Cost":86,"Date":"12/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":345,"Cost":245,"Date":"1/17/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":997,"Cost":689,"Date":"3/8/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":239,"Cost":127,"Date":"6/6/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":648,"Cost":366,"Date":"6/16/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":518,"Cost":342,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":453,"Cost":353,"Date":"11/19/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":224,"Cost":185,"Date":"12/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":333,"Cost":299,"Date":"2/4/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":218,"Cost":155,"Date":"3/8/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":47,"Cost":41,"Date":"12/18/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":260,"Cost":174,"Date":"3/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":606,"Cost":384,"Date":"4/20/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":936,"Cost":612,"Date":"6/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":627,"Cost":329,"Date":"7/23/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":425,"Cost":272,"Date":"11/21/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":951,"Cost":645,"Date":"11/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":271,"Cost":195,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":10,"Cost":9,"Date":"5/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":993,"Cost":840,"Date":"9/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":693,"Cost":381,"Date":"1/3/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":350,"Cost":274,"Date":"2/2/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":555,"Cost":486,"Date":"3/18/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":618,"Cost":506,"Date":"10/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":548,"Cost":307,"Date":"2/16/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":263,"Cost":157,"Date":"6/7/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":611,"Cost":563,"Date":"1/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":134,"Cost":74,"Date":"3/27/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":554,"Cost":368,"Date":"5/12/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":45,"Cost":26,"Date":"7/28/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":900,"Cost":494,"Date":"8/8/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":424,"Cost":301,"Date":"12/7/2019"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":124,"Cost":81,"Date":"1/17/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":602,"Cost":502,"Date":"3/8/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":370,"Cost":338,"Date":"6/6/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":350,"Cost":285,"Date":"6/16/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":872,"Cost":567,"Date":"8/13/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":766,"Cost":397,"Date":"11/19/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":928,"Cost":464,"Date":"12/28/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":313,"Cost":236,"Date":"2/4/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":924,"Cost":698,"Date":"3/8/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":447,"Cost":229,"Date":"12/18/2021"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":55,"Cost":27,"Date":"3/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":492,"Cost":306,"Date":"4/20/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":357,"Cost":242,"Date":"6/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":300,"Cost":259,"Date":"7/23/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":71,"Cost":40,"Date":"11/21/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":232,"Cost":190,"Date":"11/26/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":66,"Cost":54,"Date":"2/20/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":356,"Cost":330,"Date":"5/21/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":864,"Cost":446,"Date":"9/28/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":633,"Cost":442,"Date":"1/3/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":379,"Cost":353,"Date":"2/2/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":376,"Cost":215,"Date":"3/18/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"COS","Country":"Italy","Sale":429,"Cost":304,"Date":"10/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":346,"Cost":292,"Date":"2/16/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":536,"Cost":343,"Date":"6/7/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":46,"Cost":28,"Date":"1/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":286,"Cost":168,"Date":"3/27/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":301,"Cost":255,"Date":"5/12/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":796,"Cost":718,"Date":"7/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":794,"Cost":449,"Date":"8/8/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":88,"Cost":69,"Date":"12/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":928,"Cost":841,"Date":"1/17/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":130,"Cost":100,"Date":"3/8/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":282,"Cost":165,"Date":"6/6/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":887,"Cost":737,"Date":"6/16/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":79,"Cost":61,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":903,"Cost":557,"Date":"11/19/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":804,"Cost":427,"Date":"12/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":639,"Cost":333,"Date":"2/4/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":473,"Cost":298,"Date":"3/8/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":300,"Cost":228,"Date":"12/18/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":224,"Cost":190,"Date":"3/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":94,"Cost":69,"Date":"4/20/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":511,"Cost":440,"Date":"6/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":943,"Cost":591,"Date":"7/23/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":983,"Cost":694,"Date":"11/21/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":297,"Cost":210,"Date":"11/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":956,"Cost":725,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":99,"Cost":92,"Date":"5/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":356,"Cost":202,"Date":"9/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":716,"Cost":639,"Date":"1/3/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":160,"Cost":135,"Date":"2/2/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":716,"Cost":383,"Date":"3/18/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":154,"Cost":126,"Date":"10/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":709,"Cost":495,"Date":"2/16/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":900,"Cost":454,"Date":"6/7/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":398,"Cost":280,"Date":"1/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":883,"Cost":460,"Date":"3/27/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":636,"Cost":399,"Date":"5/12/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":245,"Cost":183,"Date":"7/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":797,"Cost":649,"Date":"8/8/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":478,"Cost":383,"Date":"12/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":21,"Cost":14,"Date":"1/17/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":600,"Cost":464,"Date":"3/8/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":471,"Cost":341,"Date":"6/6/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":378,"Cost":219,"Date":"6/16/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":645,"Cost":457,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":92,"Cost":85,"Date":"11/19/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":143,"Cost":72,"Date":"12/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":96,"Cost":84,"Date":"2/4/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":242,"Cost":132,"Date":"3/8/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":868,"Cost":558,"Date":"12/18/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":551,"Cost":382,"Date":"3/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":775,"Cost":654,"Date":"4/20/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":127,"Cost":80,"Date":"6/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":29,"Cost":24,"Date":"7/23/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":209,"Cost":135,"Date":"11/21/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":345,"Cost":297,"Date":"11/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":376,"Cost":326,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":998,"Cost":836,"Date":"5/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":705,"Cost":560,"Date":"9/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":103,"Cost":66,"Date":"1/3/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":178,"Cost":142,"Date":"2/2/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":117,"Cost":80,"Date":"3/18/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":115,"Cost":96,"Date":"10/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":395,"Cost":302,"Date":"2/16/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":57,"Cost":50,"Date":"6/7/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":658,"Cost":404,"Date":"1/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":397,"Cost":202,"Date":"3/27/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":209,"Cost":110,"Date":"5/12/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":887,"Cost":587,"Date":"7/28/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":276,"Cost":168,"Date":"8/8/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":150,"Cost":139,"Date":"12/7/2019"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":563,"Cost":401,"Date":"1/17/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":999,"Cost":594,"Date":"3/8/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":279,"Cost":202,"Date":"6/6/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":700,"Cost":558,"Date":"6/16/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":420,"Cost":231,"Date":"8/13/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":35,"Cost":19,"Date":"11/19/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":2,"Cost":1,"Date":"12/28/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":54,"Cost":35,"Date":"2/4/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":952,"Cost":553,"Date":"3/8/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":918,"Cost":553,"Date":"12/18/2021"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":263,"Cost":167,"Date":"3/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":311,"Cost":199,"Date":"4/20/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":771,"Cost":549,"Date":"6/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":754,"Cost":669,"Date":"7/23/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":628,"Cost":381,"Date":"11/21/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":262,"Cost":166,"Date":"11/26/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":166,"Cost":113,"Date":"2/20/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":356,"Cost":232,"Date":"5/21/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":771,"Cost":611,"Date":"9/28/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":767,"Cost":656,"Date":"1/3/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":629,"Cost":519,"Date":"2/2/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":355,"Cost":213,"Date":"3/18/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":834,"Cost":551,"Date":"10/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":922,"Cost":622,"Date":"2/16/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":692,"Cost":429,"Date":"6/7/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":352,"Cost":205,"Date":"1/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":138,"Cost":122,"Date":"3/27/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":827,"Cost":433,"Date":"5/12/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":489,"Cost":253,"Date":"7/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":380,"Cost":276,"Date":"8/8/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":133,"Cost":109,"Date":"12/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":307,"Cost":230,"Date":"1/17/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":963,"Cost":776,"Date":"3/8/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":882,"Cost":633,"Date":"6/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":73,"Cost":53,"Date":"6/16/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":660,"Cost":568,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":985,"Cost":843,"Date":"11/19/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":157,"Cost":122,"Date":"12/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":136,"Cost":126,"Date":"2/4/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":366,"Cost":192,"Date":"3/8/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":878,"Cost":636,"Date":"12/18/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":155,"Cost":132,"Date":"3/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":486,"Cost":369,"Date":"4/20/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":118,"Cost":93,"Date":"6/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":698,"Cost":451,"Date":"7/23/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":267,"Cost":250,"Date":"11/21/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":770,"Cost":670,"Date":"11/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":425,"Cost":374,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":408,"Cost":380,"Date":"5/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":622,"Cost":486,"Date":"9/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":482,"Cost":428,"Date":"1/3/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":691,"Cost":396,"Date":"2/2/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":592,"Cost":545,"Date":"3/18/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":111,"Cost":85,"Date":"10/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":654,"Cost":433,"Date":"2/16/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":347,"Cost":263,"Date":"6/7/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":603,"Cost":540,"Date":"1/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":84,"Cost":57,"Date":"3/27/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":281,"Cost":209,"Date":"5/12/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":516,"Cost":279,"Date":"7/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":227,"Cost":149,"Date":"8/8/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":6,"Cost":5,"Date":"12/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":631,"Cost":466,"Date":"1/17/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":827,"Cost":713,"Date":"3/8/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":270,"Cost":240,"Date":"6/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":768,"Cost":532,"Date":"6/16/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":102,"Cost":75,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":94,"Cost":68,"Date":"11/19/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":721,"Cost":668,"Date":"12/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":13,"Cost":8,"Date":"2/4/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":89,"Cost":68,"Date":"3/8/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":724,"Cost":621,"Date":"12/18/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":641,"Cost":331,"Date":"3/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":331,"Cost":182,"Date":"4/20/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":656,"Cost":346,"Date":"6/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":914,"Cost":701,"Date":"7/23/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":724,"Cost":390,"Date":"11/21/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":518,"Cost":279,"Date":"11/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":840,"Cost":596,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":415,"Cost":347,"Date":"5/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":113,"Cost":93,"Date":"9/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":188,"Cost":136,"Date":"1/3/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":36,"Cost":26,"Date":"2/2/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":798,"Cost":686,"Date":"3/18/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Nova","Country":"Italy","Sale":37,"Cost":32,"Date":"10/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":808,"Cost":666,"Date":"2/16/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":291,"Cost":195,"Date":"6/7/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":331,"Cost":289,"Date":"1/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":850,"Cost":748,"Date":"3/27/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":460,"Cost":301,"Date":"5/12/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":8,"Cost":6,"Date":"7/28/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":828,"Cost":538,"Date":"8/8/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":401,"Cost":215,"Date":"12/7/2019"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":589,"Cost":549,"Date":"1/17/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":497,"Cost":365,"Date":"3/8/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":926,"Cost":696,"Date":"6/6/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":795,"Cost":408,"Date":"6/16/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":87,"Cost":82,"Date":"8/13/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":801,"Cost":564,"Date":"11/19/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":795,"Cost":471,"Date":"12/28/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":503,"Cost":295,"Date":"2/4/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":806,"Cost":589,"Date":"3/8/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":411,"Cost":268,"Date":"12/18/2021"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":89,"Cost":58,"Date":"3/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":28,"Cost":23,"Date":"4/20/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":205,"Cost":152,"Date":"6/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":661,"Cost":515,"Date":"7/23/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":655,"Cost":421,"Date":"11/21/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":664,"Cost":586,"Date":"11/26/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":750,"Cost":420,"Date":"2/20/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":821,"Cost":570,"Date":"5/21/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":185,"Cost":101,"Date":"9/28/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":22,"Cost":13,"Date":"1/3/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":152,"Cost":109,"Date":"2/2/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":30,"Cost":21,"Date":"3/18/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Sellpy","Country":"Italy","Sale":355,"Cost":282,"Date":"10/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":926,"Cost":520,"Date":"2/16/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":571,"Cost":416,"Date":"6/7/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":309,"Cost":198,"Date":"1/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":133,"Cost":105,"Date":"3/27/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":660,"Cost":564,"Date":"5/12/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":36,"Cost":27,"Date":"7/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":637,"Cost":598,"Date":"8/8/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":586,"Cost":410,"Date":"12/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":679,"Cost":349,"Date":"1/17/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":978,"Cost":715,"Date":"3/8/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":199,"Cost":116,"Date":"6/6/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":344,"Cost":267,"Date":"6/16/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":52,"Cost":44,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":816,"Cost":661,"Date":"11/19/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":679,"Cost":517,"Date":"12/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":290,"Cost":201,"Date":"2/4/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":824,"Cost":443,"Date":"3/8/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":442,"Cost":367,"Date":"12/18/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":777,"Cost":406,"Date":"3/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":787,"Cost":730,"Date":"4/20/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":85,"Cost":50,"Date":"6/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":285,"Cost":152,"Date":"7/23/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":337,"Cost":176,"Date":"11/21/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":942,"Cost":503,"Date":"11/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":344,"Cost":243,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":686,"Cost":485,"Date":"5/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":97,"Cost":58,"Date":"9/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":235,"Cost":150,"Date":"1/3/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":287,"Cost":155,"Date":"2/2/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":605,"Cost":366,"Date":"3/18/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":313,"Cost":158,"Date":"10/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":889,"Cost":488,"Date":"2/16/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":38,"Cost":22,"Date":"6/7/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":554,"Cost":296,"Date":"1/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":569,"Cost":436,"Date":"3/27/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":169,"Cost":133,"Date":"5/12/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":419,"Cost":315,"Date":"7/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":64,"Cost":39,"Date":"8/8/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":727,"Cost":465,"Date":"12/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":581,"Cost":297,"Date":"1/17/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":935,"Cost":676,"Date":"3/8/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":582,"Cost":446,"Date":"6/6/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":40,"Cost":30,"Date":"6/16/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":587,"Cost":548,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":926,"Cost":794,"Date":"11/19/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":24,"Cost":13,"Date":"12/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":74,"Cost":44,"Date":"2/4/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":204,"Cost":142,"Date":"3/8/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":520,"Cost":348,"Date":"12/18/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":47,"Cost":32,"Date":"3/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":421,"Cost":308,"Date":"4/20/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":932,"Cost":637,"Date":"6/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":533,"Cost":334,"Date":"7/23/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":190,"Cost":164,"Date":"11/21/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":678,"Cost":451,"Date":"11/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":422,"Cost":273,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":802,"Cost":626,"Date":"5/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":304,"Cost":270,"Date":"9/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":303,"Cost":173,"Date":"1/3/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":78,"Cost":59,"Date":"2/2/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":126,"Cost":98,"Date":"3/18/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"Jeans","Country":"Italy","Sale":314,"Cost":199,"Date":"10/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":336,"Cost":208,"Date":"2/16/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":392,"Cost":329,"Date":"6/7/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":173,"Cost":94,"Date":"1/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":727,"Cost":585,"Date":"3/27/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":454,"Cost":252,"Date":"5/12/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":689,"Cost":351,"Date":"7/28/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":938,"Cost":874,"Date":"8/8/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":641,"Cost":491,"Date":"12/7/2019"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":41,"Cost":27,"Date":"1/17/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":772,"Cost":697,"Date":"3/8/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":14,"Cost":8,"Date":"6/6/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":724,"Cost":489,"Date":"6/16/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":303,"Cost":268,"Date":"8/13/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":72,"Cost":51,"Date":"11/19/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":25,"Cost":14,"Date":"12/28/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":984,"Cost":498,"Date":"2/4/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":789,"Cost":557,"Date":"3/8/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":113,"Cost":77,"Date":"12/18/2021"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":613,"Cost":525,"Date":"3/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":503,"Cost":427,"Date":"4/20/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":403,"Cost":348,"Date":"6/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":537,"Cost":411,"Date":"7/23/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":619,"Cost":368,"Date":"11/21/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":591,"Cost":502,"Date":"11/26/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":374,"Cost":301,"Date":"2/20/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":663,"Cost":349,"Date":"5/21/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":338,"Date":"9/28/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":297,"Cost":243,"Date":"1/3/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":431,"Cost":256,"Date":"2/2/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":662,"Cost":524,"Date":"3/18/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":543,"Cost":500,"Date":"10/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":848,"Cost":528,"Date":"2/16/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":663,"Cost":480,"Date":"6/7/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":102,"Cost":68,"Date":"1/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":71,"Cost":65,"Date":"3/27/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":825,"Cost":566,"Date":"5/12/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":773,"Cost":426,"Date":"7/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":949,"Cost":518,"Date":"8/8/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":669,"Cost":580,"Date":"12/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":523,"Cost":345,"Date":"1/17/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":844,"Cost":446,"Date":"3/8/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":681,"Cost":507,"Date":"6/6/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":365,"Cost":288,"Date":"6/16/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":716,"Cost":660,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":184,"Cost":129,"Date":"11/19/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":358,"Cost":266,"Date":"12/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":643,"Cost":434,"Date":"2/4/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":462,"Cost":274,"Date":"3/8/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":263,"Cost":241,"Date":"12/18/2021"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":515,"Cost":484,"Date":"3/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":620,"Cost":375,"Date":"4/20/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":63,"Cost":42,"Date":"6/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":910,"Cost":758,"Date":"7/23/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":889,"Cost":544,"Date":"11/21/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":635,"Cost":498,"Date":"11/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":228,"Cost":138,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":765,"Cost":437,"Date":"5/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":615,"Cost":313,"Date":"9/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":141,"Cost":78,"Date":"1/3/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":458,"Cost":243,"Date":"2/2/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":42,"Cost":34,"Date":"3/18/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Sellpy","Country":"Italy","Sale":345,"Cost":174,"Date":"10/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":164,"Cost":108,"Date":"2/16/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":983,"Cost":872,"Date":"6/7/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":61,"Cost":44,"Date":"1/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":88,"Cost":76,"Date":"3/27/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":686,"Cost":584,"Date":"5/12/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":579,"Cost":448,"Date":"7/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":457,"Cost":362,"Date":"8/8/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":824,"Cost":736,"Date":"12/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":769,"Cost":666,"Date":"1/17/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":299,"Cost":249,"Date":"3/8/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":557,"Cost":295,"Date":"6/6/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":601,"Cost":310,"Date":"6/16/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":203,"Cost":143,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":832,"Cost":630,"Date":"11/19/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":992,"Cost":922,"Date":"12/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":965,"Cost":675,"Date":"2/4/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":82,"Cost":69,"Date":"3/8/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":644,"Cost":423,"Date":"12/18/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":931,"Cost":618,"Date":"3/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":953,"Cost":901,"Date":"4/20/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":473,"Cost":307,"Date":"6/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":53,"Cost":34,"Date":"7/23/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":365,"Cost":264,"Date":"11/21/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":28,"Cost":23,"Date":"11/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":137,"Cost":101,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":850,"Cost":651,"Date":"5/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":383,"Cost":297,"Date":"9/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":525,"Cost":497,"Date":"1/3/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":682,"Cost":343,"Date":"2/2/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":481,"Cost":334,"Date":"3/18/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":98,"Cost":49,"Date":"10/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":126,"Cost":75,"Date":"2/16/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":888,"Cost":651,"Date":"6/7/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":526,"Cost":350,"Date":"1/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":340,"Cost":308,"Date":"3/27/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":972,"Cost":760,"Date":"5/12/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":716,"Cost":389,"Date":"7/28/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":454,"Cost":287,"Date":"8/8/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":374,"Cost":286,"Date":"12/7/2019"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":485,"Cost":350,"Date":"1/17/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":162,"Cost":98,"Date":"3/8/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":486,"Cost":414,"Date":"6/6/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":230,"Cost":188,"Date":"6/16/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":33,"Cost":16,"Date":"8/13/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":120,"Cost":98,"Date":"11/19/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":200,"Cost":188,"Date":"12/28/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":54,"Cost":31,"Date":"2/4/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":984,"Cost":830,"Date":"3/8/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":503,"Cost":416,"Date":"12/18/2021"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":605,"Cost":336,"Date":"3/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":612,"Cost":452,"Date":"4/20/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":897,"Cost":758,"Date":"6/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":452,"Cost":368,"Date":"7/23/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":969,"Cost":794,"Date":"11/21/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":737,"Cost":610,"Date":"11/26/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":208,"Cost":121,"Date":"2/20/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":660,"Cost":363,"Date":"5/21/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":623,"Cost":400,"Date":"9/28/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":641,"Cost":600,"Date":"1/3/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":604,"Cost":462,"Date":"2/2/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":360,"Cost":216,"Date":"3/18/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":357,"Cost":293,"Date":"10/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":124,"Cost":108,"Date":"2/16/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":332,"Cost":166,"Date":"6/7/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":364,"Cost":246,"Date":"1/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":858,"Cost":597,"Date":"3/27/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":692,"Cost":361,"Date":"5/12/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":719,"Cost":635,"Date":"7/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":970,"Cost":920,"Date":"8/8/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":342,"Cost":197,"Date":"12/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":81,"Cost":57,"Date":"1/17/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":268,"Cost":248,"Date":"3/8/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":116,"Cost":96,"Date":"6/6/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":894,"Cost":763,"Date":"6/16/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":549,"Cost":362,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":678,"Cost":383,"Date":"11/19/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":894,"Cost":637,"Date":"12/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":179,"Cost":161,"Date":"2/4/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":44,"Cost":23,"Date":"3/8/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":384,"Cost":268,"Date":"12/18/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":534,"Cost":504,"Date":"3/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":923,"Cost":824,"Date":"4/20/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":142,"Cost":120,"Date":"6/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":846,"Cost":438,"Date":"7/23/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":745,"Cost":604,"Date":"11/21/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":976,"Cost":674,"Date":"11/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":410,"Cost":348,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":326,"Cost":220,"Date":"5/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":591,"Cost":470,"Date":"9/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":909,"Cost":515,"Date":"1/3/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":601,"Cost":562,"Date":"2/2/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":238,"Cost":158,"Date":"3/18/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":512,"Cost":288,"Date":"10/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":664,"Cost":378,"Date":"2/16/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":381,"Cost":192,"Date":"6/7/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":691,"Cost":574,"Date":"1/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":40,"Cost":22,"Date":"3/27/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":143,"Cost":103,"Date":"5/12/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":650,"Cost":486,"Date":"7/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":964,"Cost":493,"Date":"8/8/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":610,"Cost":437,"Date":"12/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":563,"Cost":505,"Date":"1/17/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":295,"Cost":274,"Date":"3/8/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":455,"Cost":373,"Date":"6/6/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":966,"Cost":771,"Date":"6/16/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":225,"Cost":122,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":38,"Cost":37,"Date":"11/19/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":327,"Cost":300,"Date":"12/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":628,"Cost":436,"Date":"2/4/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":439,"Cost":309,"Date":"3/8/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":539,"Cost":414,"Date":"12/18/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":977,"Cost":675,"Date":"3/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":147,"Cost":75,"Date":"4/20/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":116,"Cost":78,"Date":"6/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":608,"Cost":310,"Date":"7/23/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":951,"Cost":529,"Date":"11/21/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":678,"Cost":372,"Date":"11/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":92,"Cost":49,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":685,"Cost":561,"Date":"5/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":417,"Cost":324,"Date":"9/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":180,"Cost":152,"Date":"1/3/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":701,"Cost":538,"Date":"2/2/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":641,"Cost":423,"Date":"3/18/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Sellpy","Country":"Italy","Sale":784,"Cost":627,"Date":"10/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":245,"Cost":150,"Date":"2/16/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":520,"Cost":372,"Date":"6/7/2018"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":670,"Cost":515,"Date":"1/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":965,"Cost":667,"Date":"3/27/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":306,"Cost":156,"Date":"5/12/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":351,"Cost":220,"Date":"7/28/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":12,"Cost":6,"Date":"8/8/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":189,"Cost":163,"Date":"12/7/2019"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":737,"Cost":421,"Date":"1/17/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":670,"Cost":520,"Date":"3/8/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":482,"Cost":291,"Date":"6/6/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":518,"Cost":302,"Date":"6/16/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":992,"Cost":941,"Date":"8/13/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":141,"Cost":123,"Date":"11/19/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":38,"Cost":25,"Date":"12/28/2020"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":165,"Cost":126,"Date":"2/4/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":406,"Cost":229,"Date":"3/8/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":921,"Cost":620,"Date":"12/18/2021"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":202,"Cost":102,"Date":"3/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":951,"Cost":894,"Date":"4/20/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":593,"Cost":522,"Date":"6/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":651,"Cost":334,"Date":"7/23/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":218,"Cost":175,"Date":"11/21/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":776,"Cost":525,"Date":"11/26/2022"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":849,"Cost":555,"Date":"2/20/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":940,"Cost":624,"Date":"5/21/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":893,"Cost":766,"Date":"9/28/2023"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":827,"Cost":774,"Date":"1/3/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":135,"Cost":105,"Date":"2/2/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":980,"Cost":928,"Date":"3/18/2024"},{"Store":"Mercato Centrale, Florence","Brand":"Nova","Country":"Italy","Sale":840,"Cost":690,"Date":"10/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":469,"Date":"2/16/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":518,"Cost":425,"Date":"6/7/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":399,"Cost":240,"Date":"1/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":253,"Cost":206,"Date":"3/27/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":627,"Cost":545,"Date":"5/12/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":438,"Cost":367,"Date":"7/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":312,"Cost":250,"Date":"8/8/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":506,"Cost":389,"Date":"12/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":881,"Cost":486,"Date":"1/17/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":816,"Cost":702,"Date":"3/8/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":743,"Cost":626,"Date":"6/6/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":625,"Cost":383,"Date":"6/16/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":25,"Cost":18,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":738,"Cost":586,"Date":"11/19/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":714,"Cost":625,"Date":"12/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":279,"Cost":241,"Date":"2/4/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":199,"Cost":160,"Date":"3/8/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":436,"Cost":283,"Date":"12/18/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":88,"Cost":49,"Date":"3/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":103,"Cost":61,"Date":"4/20/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":181,"Cost":171,"Date":"6/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":584,"Cost":390,"Date":"7/23/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":70,"Cost":38,"Date":"11/21/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":345,"Cost":266,"Date":"11/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":652,"Cost":535,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":652,"Cost":345,"Date":"5/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":187,"Cost":178,"Date":"9/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":543,"Cost":482,"Date":"1/3/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":800,"Cost":422,"Date":"2/2/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":289,"Cost":271,"Date":"3/18/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":300,"Cost":166,"Date":"10/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":751,"Cost":497,"Date":"2/16/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":49,"Cost":25,"Date":"6/7/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":638,"Cost":332,"Date":"1/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":400,"Cost":316,"Date":"3/27/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":666,"Cost":395,"Date":"5/12/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":969,"Cost":752,"Date":"7/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":116,"Cost":107,"Date":"8/8/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":775,"Cost":659,"Date":"12/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":677,"Cost":342,"Date":"1/17/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":448,"Cost":417,"Date":"3/8/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":466,"Cost":346,"Date":"6/6/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":614,"Cost":312,"Date":"6/16/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":505,"Cost":290,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":385,"Cost":238,"Date":"11/19/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":106,"Cost":74,"Date":"12/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":489,"Cost":407,"Date":"2/4/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":48,"Cost":24,"Date":"3/8/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":182,"Cost":91,"Date":"12/18/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":85,"Cost":45,"Date":"3/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":534,"Cost":473,"Date":"4/20/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":610,"Cost":409,"Date":"6/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":825,"Cost":467,"Date":"7/23/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":529,"Cost":437,"Date":"11/21/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":743,"Cost":439,"Date":"11/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":137,"Cost":74,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":788,"Cost":689,"Date":"5/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":4,"Cost":2,"Date":"9/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":83,"Cost":79,"Date":"1/3/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":160,"Cost":108,"Date":"2/2/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":748,"Cost":416,"Date":"3/18/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":595,"Cost":485,"Date":"10/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":930,"Cost":830,"Date":"2/16/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":903,"Cost":783,"Date":"6/7/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":935,"Cost":865,"Date":"1/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":739,"Cost":376,"Date":"3/27/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":835,"Cost":704,"Date":"5/12/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":782,"Cost":409,"Date":"7/28/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":847,"Cost":741,"Date":"8/8/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":171,"Cost":141,"Date":"12/7/2019"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":704,"Cost":646,"Date":"1/17/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":375,"Cost":217,"Date":"3/8/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":844,"Cost":650,"Date":"6/6/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":972,"Cost":837,"Date":"6/16/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":287,"Cost":234,"Date":"8/13/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":4,"Cost":4,"Date":"11/19/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":184,"Cost":150,"Date":"12/28/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":880,"Cost":642,"Date":"2/4/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":889,"Cost":584,"Date":"3/8/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":268,"Cost":185,"Date":"12/18/2021"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":744,"Cost":538,"Date":"3/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":632,"Cost":508,"Date":"4/20/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":27,"Cost":20,"Date":"6/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":584,"Cost":524,"Date":"7/23/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":360,"Cost":304,"Date":"11/21/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":976,"Cost":818,"Date":"11/26/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":593,"Cost":393,"Date":"2/20/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":298,"Cost":168,"Date":"5/21/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":764,"Cost":559,"Date":"9/28/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":370,"Cost":343,"Date":"1/3/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":805,"Cost":632,"Date":"2/2/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":133,"Cost":83,"Date":"3/18/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":980,"Cost":906,"Date":"10/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":983,"Cost":815,"Date":"2/16/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":580,"Cost":465,"Date":"6/7/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":344,"Cost":210,"Date":"1/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":831,"Cost":589,"Date":"3/27/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":306,"Cost":171,"Date":"5/12/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":408,"Cost":229,"Date":"7/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":976,"Cost":533,"Date":"8/8/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":198,"Cost":147,"Date":"12/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":738,"Cost":411,"Date":"1/17/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":38,"Cost":24,"Date":"3/8/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":299,"Cost":257,"Date":"6/6/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":453,"Cost":427,"Date":"6/16/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":498,"Cost":435,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":445,"Cost":340,"Date":"11/19/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":513,"Cost":348,"Date":"12/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":890,"Cost":835,"Date":"2/4/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":929,"Cost":473,"Date":"3/8/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":661,"Cost":569,"Date":"12/18/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":980,"Cost":715,"Date":"3/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":607,"Cost":542,"Date":"4/20/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":974,"Cost":803,"Date":"6/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":478,"Cost":443,"Date":"7/23/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":429,"Cost":221,"Date":"11/21/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":794,"Cost":596,"Date":"11/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":519,"Cost":457,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":496,"Cost":333,"Date":"5/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":627,"Cost":398,"Date":"9/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":140,"Cost":76,"Date":"1/3/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":820,"Cost":725,"Date":"2/2/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":101,"Cost":96,"Date":"3/18/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":910,"Cost":688,"Date":"10/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":609,"Cost":458,"Date":"2/16/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":356,"Cost":219,"Date":"6/7/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":175,"Cost":166,"Date":"1/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":134,"Cost":126,"Date":"3/27/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":636,"Cost":601,"Date":"5/12/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":593,"Cost":455,"Date":"7/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":177,"Cost":144,"Date":"8/8/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":326,"Cost":279,"Date":"12/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":851,"Cost":613,"Date":"1/17/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":529,"Cost":474,"Date":"3/8/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":96,"Cost":79,"Date":"6/6/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":365,"Cost":260,"Date":"6/16/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":950,"Cost":480,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":780,"Cost":395,"Date":"11/19/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":534,"Cost":411,"Date":"12/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":205,"Cost":153,"Date":"2/4/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":101,"Cost":86,"Date":"3/8/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":450,"Cost":414,"Date":"12/18/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":450,"Cost":389,"Date":"3/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":291,"Cost":179,"Date":"4/20/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":236,"Cost":153,"Date":"6/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":653,"Cost":444,"Date":"7/23/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":873,"Cost":628,"Date":"11/21/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":905,"Cost":628,"Date":"11/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":409,"Cost":351,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":670,"Cost":382,"Date":"5/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":171,"Cost":122,"Date":"9/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":333,"Cost":306,"Date":"1/3/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":974,"Cost":790,"Date":"2/2/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":128,"Cost":95,"Date":"3/18/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"HM Home","Country":"Italy","Sale":921,"Cost":491,"Date":"10/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":933,"Cost":509,"Date":"2/16/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":529,"Cost":342,"Date":"6/7/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":859,"Cost":673,"Date":"1/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":946,"Cost":646,"Date":"3/27/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":751,"Cost":676,"Date":"5/12/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":253,"Cost":146,"Date":"7/28/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":588,"Cost":458,"Date":"8/8/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":349,"Cost":323,"Date":"12/7/2019"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":977,"Cost":504,"Date":"1/17/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":878,"Cost":446,"Date":"3/8/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":256,"Cost":174,"Date":"6/6/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":98,"Cost":51,"Date":"6/16/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":132,"Cost":120,"Date":"8/13/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":531,"Cost":269,"Date":"11/19/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":558,"Cost":366,"Date":"12/28/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":984,"Cost":759,"Date":"2/4/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":828,"Cost":538,"Date":"3/8/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":97,"Cost":75,"Date":"12/18/2021"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":40,"Cost":26,"Date":"3/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":532,"Cost":412,"Date":"4/20/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":61,"Cost":57,"Date":"6/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":574,"Cost":425,"Date":"7/23/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":516,"Cost":351,"Date":"11/21/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":790,"Cost":547,"Date":"11/26/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":134,"Cost":105,"Date":"2/20/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":286,"Cost":176,"Date":"5/21/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":164,"Cost":138,"Date":"9/28/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":380,"Cost":196,"Date":"1/3/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":120,"Cost":72,"Date":"2/2/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":580,"Cost":549,"Date":"3/18/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Jeans","Country":"Italy","Sale":748,"Cost":710,"Date":"10/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":669,"Cost":417,"Date":"2/16/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":22,"Cost":18,"Date":"6/7/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":678,"Cost":492,"Date":"1/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":932,"Cost":594,"Date":"3/27/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":618,"Cost":448,"Date":"5/12/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":513,"Cost":469,"Date":"7/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":869,"Cost":655,"Date":"8/8/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":801,"Cost":494,"Date":"12/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":200,"Cost":157,"Date":"1/17/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":702,"Cost":456,"Date":"3/8/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":386,"Cost":204,"Date":"6/6/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":28,"Cost":18,"Date":"6/16/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":251,"Cost":217,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":958,"Cost":598,"Date":"11/19/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":927,"Cost":867,"Date":"12/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":639,"Cost":545,"Date":"2/4/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":434,"Cost":398,"Date":"3/8/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":972,"Cost":878,"Date":"12/18/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":498,"Cost":305,"Date":"3/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":984,"Cost":862,"Date":"4/20/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":329,"Cost":294,"Date":"6/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":989,"Cost":778,"Date":"7/23/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":255,"Cost":192,"Date":"11/21/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":284,"Cost":218,"Date":"11/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":635,"Cost":535,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":902,"Cost":705,"Date":"5/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":635,"Cost":388,"Date":"9/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":627,"Cost":583,"Date":"1/3/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":83,"Cost":45,"Date":"2/2/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":754,"Cost":485,"Date":"3/18/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":940,"Cost":536,"Date":"10/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":783,"Cost":584,"Date":"2/16/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":523,"Cost":335,"Date":"6/7/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":740,"Cost":421,"Date":"1/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":403,"Cost":211,"Date":"3/27/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":251,"Cost":130,"Date":"5/12/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":845,"Cost":439,"Date":"7/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":189,"Cost":120,"Date":"8/8/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":141,"Cost":75,"Date":"12/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":494,"Cost":411,"Date":"1/17/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":171,"Cost":155,"Date":"3/8/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":625,"Cost":460,"Date":"6/6/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":110,"Cost":89,"Date":"6/16/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":932,"Cost":624,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":111,"Cost":74,"Date":"11/19/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":248,"Cost":194,"Date":"12/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":203,"Cost":140,"Date":"2/4/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":336,"Cost":272,"Date":"3/8/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":410,"Cost":290,"Date":"12/18/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":411,"Cost":337,"Date":"3/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":127,"Cost":105,"Date":"4/20/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":224,"Cost":147,"Date":"6/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":103,"Cost":54,"Date":"7/23/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":183,"Cost":144,"Date":"11/21/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":242,"Cost":135,"Date":"11/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":656,"Cost":523,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":137,"Cost":91,"Date":"5/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":413,"Cost":279,"Date":"9/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":84,"Cost":62,"Date":"1/3/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":406,"Cost":265,"Date":"2/2/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":54,"Cost":51,"Date":"3/18/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"COS","Country":"Italy","Sale":370,"Cost":202,"Date":"10/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":583,"Cost":519,"Date":"2/16/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":469,"Cost":323,"Date":"6/7/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":18,"Cost":10,"Date":"1/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":548,"Cost":456,"Date":"3/27/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":272,"Cost":192,"Date":"5/12/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":144,"Cost":110,"Date":"7/28/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":185,"Cost":157,"Date":"8/8/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":464,"Cost":406,"Date":"12/7/2019"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":393,"Cost":206,"Date":"1/17/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":770,"Cost":720,"Date":"3/8/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":574,"Cost":295,"Date":"6/6/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":777,"Cost":665,"Date":"6/16/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":757,"Cost":588,"Date":"8/13/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":929,"Cost":533,"Date":"11/19/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":948,"Cost":821,"Date":"12/28/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":608,"Cost":572,"Date":"2/4/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":223,"Cost":142,"Date":"3/8/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":426,"Cost":216,"Date":"12/18/2021"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":490,"Cost":363,"Date":"3/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":639,"Cost":594,"Date":"4/20/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":182,"Cost":126,"Date":"6/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":219,"Cost":155,"Date":"7/23/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":446,"Cost":395,"Date":"11/21/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":109,"Cost":73,"Date":"11/26/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":740,"Cost":610,"Date":"2/20/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":684,"Cost":366,"Date":"5/21/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":570,"Cost":519,"Date":"9/28/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":243,"Cost":128,"Date":"1/3/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":381,"Cost":203,"Date":"2/2/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":997,"Cost":607,"Date":"3/18/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":144,"Cost":115,"Date":"10/14/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":131,"Cost":118,"Date":"2/16/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":229,"Cost":156,"Date":"6/7/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":992,"Cost":629,"Date":"1/28/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":10,"Cost":6,"Date":"3/27/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":886,"Cost":738,"Date":"5/12/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":843,"Cost":739,"Date":"7/28/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":201,"Cost":177,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":279,"Cost":178,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":408,"Cost":252,"Date":"1/17/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":878,"Cost":608,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":702,"Cost":427,"Date":"6/6/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":257,"Cost":165,"Date":"6/16/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":283,"Cost":158,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":112,"Cost":87,"Date":"11/19/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":476,"Cost":439,"Date":"12/28/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":665,"Cost":612,"Date":"2/4/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":843,"Cost":636,"Date":"3/8/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":69,"Cost":65,"Date":"12/18/2021"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":318,"Cost":238,"Date":"3/31/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":343,"Cost":302,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":396,"Cost":336,"Date":"6/26/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":19,"Cost":15,"Date":"7/23/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":840,"Cost":768,"Date":"11/21/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":255,"Cost":170,"Date":"11/26/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":385,"Cost":279,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":536,"Cost":405,"Date":"5/21/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":662,"Cost":536,"Date":"9/28/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":358,"Cost":327,"Date":"1/3/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":242,"Cost":212,"Date":"2/2/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":284,"Cost":165,"Date":"3/18/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":944,"Cost":583,"Date":"10/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":657,"Cost":562,"Date":"2/16/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":561,"Cost":463,"Date":"6/7/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":470,"Cost":349,"Date":"1/28/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":54,"Cost":41,"Date":"3/27/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":439,"Cost":239,"Date":"5/12/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":79,"Cost":56,"Date":"7/28/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":599,"Cost":566,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":264,"Cost":177,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":639,"Cost":439,"Date":"1/17/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":660,"Cost":363,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":366,"Cost":187,"Date":"6/6/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":873,"Cost":462,"Date":"6/16/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":227,"Cost":201,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":441,"Cost":244,"Date":"11/19/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":935,"Cost":493,"Date":"12/28/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":753,"Cost":606,"Date":"2/4/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":308,"Cost":201,"Date":"3/8/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":301,"Cost":195,"Date":"12/18/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":605,"Cost":498,"Date":"3/31/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":855,"Cost":520,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":127,"Cost":82,"Date":"6/26/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":274,"Cost":233,"Date":"7/23/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":198,"Cost":115,"Date":"11/21/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":339,"Cost":313,"Date":"11/26/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":574,"Cost":345,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":990,"Cost":900,"Date":"5/21/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":366,"Cost":230,"Date":"9/28/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":356,"Cost":227,"Date":"1/3/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":643,"Cost":475,"Date":"2/2/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":468,"Cost":344,"Date":"3/18/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":123,"Cost":96,"Date":"10/14/2024"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":117,"Cost":76,"Date":"2/16/2018"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":48,"Cost":43,"Date":"6/7/2018"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":210,"Cost":181,"Date":"1/28/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":311,"Cost":274,"Date":"3/27/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":667,"Cost":369,"Date":"5/12/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":461,"Cost":266,"Date":"7/28/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":472,"Cost":419,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":258,"Cost":207,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":249,"Cost":196,"Date":"1/17/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":387,"Cost":365,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":873,"Cost":738,"Date":"6/6/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":429,"Cost":274,"Date":"6/16/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":406,"Cost":239,"Date":"8/13/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":423,"Cost":232,"Date":"11/19/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":328,"Cost":235,"Date":"12/28/2020"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":970,"Cost":575,"Date":"2/4/2021"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":896,"Cost":648,"Date":"3/8/2021"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":467,"Cost":305,"Date":"12/18/2021"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":605,"Cost":551,"Date":"3/31/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":691,"Cost":523,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":528,"Cost":347,"Date":"6/26/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":462,"Cost":316,"Date":"7/23/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":240,"Cost":214,"Date":"11/21/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":627,"Cost":424,"Date":"11/26/2022"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":887,"Cost":510,"Date":"2/20/2023"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":190,"Cost":104,"Date":"5/21/2023"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":592,"Cost":420,"Date":"9/28/2023"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":125,"Cost":68,"Date":"1/3/2024"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":99,"Cost":67,"Date":"2/2/2024"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":761,"Cost":463,"Date":"3/18/2024"},{"Store":"Tokyo Midtown","Brand":"Sellpy","Country":"Japan","Sale":494,"Cost":335,"Date":"10/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":230,"Cost":197,"Date":"2/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":731,"Cost":631,"Date":"6/7/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":142,"Cost":127,"Date":"1/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":614,"Cost":583,"Date":"3/27/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":799,"Cost":432,"Date":"5/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":200,"Cost":122,"Date":"7/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":657,"Cost":501,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":468,"Cost":280,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":532,"Cost":292,"Date":"1/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":525,"Cost":421,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":106,"Cost":72,"Date":"6/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":741,"Cost":449,"Date":"6/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":661,"Cost":496,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":402,"Cost":257,"Date":"11/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":595,"Cost":390,"Date":"12/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":750,"Cost":531,"Date":"2/4/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":765,"Cost":477,"Date":"3/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":981,"Cost":634,"Date":"12/18/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":17,"Cost":16,"Date":"3/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":213,"Cost":194,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":538,"Cost":494,"Date":"6/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":841,"Cost":682,"Date":"7/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":689,"Date":"11/21/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":100,"Cost":94,"Date":"11/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":636,"Cost":391,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":692,"Cost":638,"Date":"5/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":414,"Cost":365,"Date":"9/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":782,"Cost":649,"Date":"1/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":93,"Cost":88,"Date":"2/2/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":372,"Cost":251,"Date":"3/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":463,"Cost":261,"Date":"10/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":437,"Cost":402,"Date":"2/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":316,"Cost":170,"Date":"6/7/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":801,"Cost":728,"Date":"1/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":236,"Cost":195,"Date":"3/27/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":791,"Cost":472,"Date":"5/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":544,"Cost":315,"Date":"7/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":633,"Cost":504,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":321,"Cost":281,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":974,"Cost":659,"Date":"1/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":818,"Cost":496,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":250,"Cost":132,"Date":"6/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":500,"Cost":342,"Date":"6/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":941,"Cost":878,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":407,"Cost":315,"Date":"11/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":133,"Cost":102,"Date":"12/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":677,"Cost":620,"Date":"2/4/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":229,"Cost":115,"Date":"3/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":243,"Cost":123,"Date":"12/18/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":597,"Cost":385,"Date":"3/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":128,"Cost":64,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":257,"Cost":186,"Date":"6/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":881,"Cost":481,"Date":"7/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":604,"Cost":568,"Date":"11/21/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":870,"Cost":591,"Date":"11/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":880,"Cost":560,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":893,"Cost":691,"Date":"5/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":501,"Cost":453,"Date":"9/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":777,"Cost":729,"Date":"1/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":317,"Cost":242,"Date":"2/2/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":28,"Cost":23,"Date":"3/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"COS","Country":"Japan","Sale":813,"Cost":483,"Date":"10/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":161,"Cost":137,"Date":"2/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":70,"Cost":66,"Date":"6/7/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":652,"Cost":351,"Date":"1/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":331,"Cost":167,"Date":"3/27/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":218,"Date":"5/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":205,"Cost":132,"Date":"7/28/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":309,"Cost":286,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":646,"Cost":581,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":849,"Cost":725,"Date":"1/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":147,"Cost":97,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":160,"Cost":152,"Date":"6/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":334,"Cost":228,"Date":"6/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":228,"Cost":210,"Date":"8/13/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":755,"Cost":397,"Date":"11/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":799,"Cost":593,"Date":"12/28/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":740,"Cost":538,"Date":"2/4/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":987,"Cost":509,"Date":"3/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":653,"Cost":560,"Date":"12/18/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":477,"Date":"3/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":846,"Cost":680,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":111,"Cost":62,"Date":"6/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":216,"Cost":123,"Date":"7/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":379,"Cost":216,"Date":"11/21/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":713,"Cost":530,"Date":"11/26/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":809,"Cost":598,"Date":"2/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":352,"Cost":201,"Date":"5/21/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":979,"Cost":793,"Date":"9/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":142,"Cost":118,"Date":"1/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":618,"Cost":520,"Date":"2/2/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":698,"Cost":606,"Date":"3/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":337,"Cost":224,"Date":"10/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":712,"Cost":357,"Date":"2/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":705,"Cost":493,"Date":"6/7/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":519,"Cost":281,"Date":"1/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":728,"Cost":499,"Date":"3/27/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":984,"Cost":548,"Date":"5/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":841,"Cost":766,"Date":"7/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":673,"Cost":504,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":308,"Cost":183,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":704,"Cost":501,"Date":"1/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":483,"Cost":399,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":730,"Cost":553,"Date":"6/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":747,"Cost":592,"Date":"6/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":881,"Cost":682,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":618,"Cost":551,"Date":"11/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":5,"Cost":4,"Date":"12/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":834,"Cost":495,"Date":"2/4/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":237,"Cost":155,"Date":"3/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":700,"Cost":435,"Date":"12/18/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":91,"Cost":70,"Date":"3/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":933,"Cost":496,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":533,"Cost":413,"Date":"6/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":971,"Cost":853,"Date":"7/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":764,"Cost":664,"Date":"11/21/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":450,"Cost":303,"Date":"11/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":406,"Cost":240,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":416,"Cost":304,"Date":"5/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":141,"Cost":124,"Date":"9/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":529,"Cost":350,"Date":"1/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":43,"Cost":36,"Date":"2/2/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":894,"Cost":740,"Date":"3/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":107,"Cost":99,"Date":"10/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":655,"Cost":601,"Date":"2/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":54,"Cost":37,"Date":"6/7/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":563,"Cost":314,"Date":"1/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":982,"Cost":839,"Date":"3/27/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":219,"Cost":118,"Date":"5/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":567,"Cost":324,"Date":"7/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":885,"Cost":584,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":421,"Cost":370,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":824,"Cost":479,"Date":"1/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":218,"Cost":142,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":488,"Cost":407,"Date":"6/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":280,"Cost":151,"Date":"6/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":185,"Cost":109,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":27,"Cost":15,"Date":"11/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":684,"Cost":545,"Date":"12/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":62,"Cost":51,"Date":"2/4/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":625,"Cost":376,"Date":"3/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":994,"Cost":558,"Date":"12/18/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":837,"Cost":598,"Date":"3/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":806,"Cost":600,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":229,"Cost":199,"Date":"6/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":123,"Cost":78,"Date":"7/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":382,"Cost":270,"Date":"11/21/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":996,"Cost":664,"Date":"11/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":890,"Cost":662,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":584,"Cost":538,"Date":"5/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":794,"Cost":551,"Date":"9/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":764,"Cost":665,"Date":"1/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":551,"Cost":444,"Date":"2/2/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":101,"Cost":59,"Date":"3/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":167,"Cost":127,"Date":"10/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":428,"Cost":344,"Date":"2/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":476,"Cost":363,"Date":"6/7/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":744,"Cost":519,"Date":"1/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":625,"Cost":475,"Date":"3/27/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":909,"Cost":576,"Date":"5/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":552,"Cost":278,"Date":"7/28/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":250,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":459,"Cost":329,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":559,"Cost":469,"Date":"1/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":386,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":141,"Cost":92,"Date":"6/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":443,"Cost":270,"Date":"6/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":604,"Cost":343,"Date":"8/13/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":498,"Cost":278,"Date":"11/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":524,"Cost":350,"Date":"12/28/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":539,"Cost":301,"Date":"2/4/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":589,"Cost":337,"Date":"3/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":426,"Cost":264,"Date":"12/18/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":749,"Cost":405,"Date":"3/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":486,"Cost":458,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":442,"Cost":406,"Date":"6/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":595,"Date":"7/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":942,"Cost":826,"Date":"11/21/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":793,"Cost":485,"Date":"11/26/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":440,"Cost":257,"Date":"2/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":387,"Cost":348,"Date":"5/21/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":428,"Cost":371,"Date":"9/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":98,"Cost":65,"Date":"1/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":320,"Cost":166,"Date":"2/2/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":152,"Date":"3/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":630,"Cost":580,"Date":"10/14/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":208,"Cost":152,"Date":"2/16/2018"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":90,"Cost":80,"Date":"6/7/2018"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":197,"Date":"1/28/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":89,"Date":"3/27/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":915,"Cost":466,"Date":"5/12/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":658,"Date":"7/28/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":345,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":240,"Cost":221,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":714,"Cost":544,"Date":"1/17/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":299,"Cost":183,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":996,"Cost":676,"Date":"6/6/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":914,"Cost":493,"Date":"6/16/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":164,"Cost":136,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":681,"Cost":613,"Date":"11/19/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":831,"Cost":705,"Date":"12/28/2020"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":636,"Cost":378,"Date":"2/4/2021"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":432,"Cost":338,"Date":"3/8/2021"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":66,"Date":"12/18/2021"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":128,"Cost":94,"Date":"3/31/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":198,"Cost":107,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":841,"Cost":677,"Date":"6/26/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":738,"Cost":644,"Date":"7/23/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":683,"Cost":403,"Date":"11/21/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":378,"Cost":250,"Date":"11/26/2022"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":215,"Cost":159,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":689,"Cost":603,"Date":"5/21/2023"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":898,"Cost":699,"Date":"9/28/2023"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":456,"Cost":375,"Date":"1/3/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":96,"Cost":56,"Date":"2/2/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":359,"Cost":182,"Date":"3/18/2024"},{"Store":"Tokyo Solamachi","Brand":"Jeans","Country":"Japan","Sale":614,"Cost":432,"Date":"10/14/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":804,"Cost":711,"Date":"2/16/2018"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":893,"Cost":647,"Date":"6/7/2018"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":718,"Cost":682,"Date":"1/28/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":556,"Cost":523,"Date":"3/27/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":103,"Cost":64,"Date":"5/12/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":788,"Cost":488,"Date":"7/28/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":886,"Cost":595,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":828,"Cost":739,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":711,"Cost":626,"Date":"1/17/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":708,"Cost":405,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":726,"Cost":481,"Date":"6/6/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":591,"Cost":350,"Date":"6/16/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":720,"Cost":392,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":695,"Cost":511,"Date":"11/19/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":148,"Cost":104,"Date":"12/28/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":680,"Cost":607,"Date":"2/4/2021"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":61,"Cost":33,"Date":"3/8/2021"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":532,"Cost":394,"Date":"12/18/2021"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":645,"Cost":416,"Date":"3/31/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":74,"Cost":62,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":680,"Cost":518,"Date":"6/26/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":765,"Cost":430,"Date":"7/23/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":189,"Cost":131,"Date":"11/21/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":941,"Cost":859,"Date":"11/26/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":825,"Cost":586,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":599,"Cost":332,"Date":"5/21/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":170,"Cost":122,"Date":"9/28/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":733,"Cost":465,"Date":"1/3/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":613,"Cost":488,"Date":"2/2/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":903,"Cost":708,"Date":"3/18/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":120,"Cost":69,"Date":"10/14/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":463,"Cost":380,"Date":"2/16/2018"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":491,"Cost":254,"Date":"6/7/2018"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":172,"Cost":128,"Date":"1/28/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":562,"Cost":474,"Date":"3/27/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":908,"Cost":572,"Date":"5/12/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":513,"Cost":449,"Date":"7/28/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":710,"Cost":562,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":925,"Cost":607,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":541,"Cost":362,"Date":"1/17/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":407,"Cost":363,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":251,"Cost":202,"Date":"6/6/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":686,"Cost":378,"Date":"6/16/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":502,"Cost":280,"Date":"8/13/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":110,"Cost":70,"Date":"11/19/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":694,"Cost":426,"Date":"12/28/2020"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":470,"Cost":246,"Date":"2/4/2021"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":674,"Cost":580,"Date":"3/8/2021"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":234,"Cost":207,"Date":"12/18/2021"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":137,"Cost":99,"Date":"3/31/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":366,"Cost":315,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":275,"Cost":252,"Date":"6/26/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":12,"Cost":10,"Date":"7/23/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":391,"Cost":293,"Date":"11/21/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":551,"Cost":341,"Date":"11/26/2022"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":664,"Cost":616,"Date":"2/20/2023"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":382,"Cost":287,"Date":"5/21/2023"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":865,"Cost":460,"Date":"9/28/2023"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":530,"Cost":462,"Date":"1/3/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":631,"Cost":593,"Date":"2/2/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":385,"Cost":291,"Date":"3/18/2024"},{"Store":"Tokyo Solamachi","Brand":"ARKET","Country":"Japan","Sale":732,"Cost":393,"Date":"10/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":676,"Cost":608,"Date":"2/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":223,"Cost":149,"Date":"6/7/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":656,"Cost":420,"Date":"1/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":864,"Cost":534,"Date":"3/27/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":73,"Cost":54,"Date":"5/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":470,"Cost":308,"Date":"7/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":978,"Cost":551,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":663,"Cost":403,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":908,"Cost":456,"Date":"1/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":630,"Cost":536,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":428,"Cost":237,"Date":"6/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":547,"Cost":403,"Date":"6/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":300,"Cost":159,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":520,"Cost":434,"Date":"11/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":211,"Date":"12/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":784,"Cost":643,"Date":"2/4/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":27,"Cost":24,"Date":"3/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":301,"Date":"12/18/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":55,"Cost":35,"Date":"3/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":195,"Cost":112,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":321,"Cost":197,"Date":"6/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":162,"Cost":147,"Date":"7/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":833,"Cost":487,"Date":"11/21/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":276,"Cost":213,"Date":"11/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":790,"Cost":495,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":659,"Cost":466,"Date":"5/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":868,"Cost":659,"Date":"9/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":136,"Cost":129,"Date":"1/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":18,"Cost":15,"Date":"2/2/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":919,"Cost":840,"Date":"3/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":88,"Cost":51,"Date":"10/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":750,"Cost":607,"Date":"2/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":46,"Cost":43,"Date":"6/7/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":7,"Cost":5,"Date":"1/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":450,"Cost":426,"Date":"3/27/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":219,"Cost":139,"Date":"5/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":388,"Cost":254,"Date":"7/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":918,"Cost":609,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":338,"Cost":204,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":70,"Cost":39,"Date":"1/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":665,"Cost":596,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":760,"Cost":562,"Date":"6/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":462,"Cost":392,"Date":"6/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":758,"Cost":480,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":483,"Cost":314,"Date":"11/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":107,"Cost":86,"Date":"12/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":466,"Cost":299,"Date":"2/4/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":781,"Cost":706,"Date":"3/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":28,"Cost":24,"Date":"12/18/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":296,"Cost":171,"Date":"3/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":236,"Cost":181,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":117,"Cost":75,"Date":"6/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":86,"Cost":79,"Date":"7/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":462,"Cost":264,"Date":"11/21/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":614,"Cost":340,"Date":"11/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":891,"Cost":553,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":962,"Cost":778,"Date":"5/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":726,"Cost":495,"Date":"9/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":666,"Cost":393,"Date":"1/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":241,"Cost":195,"Date":"2/2/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":184,"Cost":164,"Date":"3/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"COS","Country":"Japan","Sale":786,"Cost":556,"Date":"10/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":824,"Cost":735,"Date":"2/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":673,"Cost":524,"Date":"6/7/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":389,"Cost":333,"Date":"1/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":740,"Cost":571,"Date":"3/27/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":902,"Cost":621,"Date":"5/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":695,"Cost":606,"Date":"7/28/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":22,"Cost":15,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":495,"Cost":449,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":713,"Cost":593,"Date":"1/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":883,"Cost":800,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":749,"Cost":395,"Date":"6/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":1,"Cost":0,"Date":"6/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":508,"Cost":322,"Date":"8/13/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":352,"Cost":262,"Date":"11/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":710,"Cost":547,"Date":"12/28/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":697,"Cost":554,"Date":"2/4/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":114,"Cost":104,"Date":"3/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":789,"Cost":588,"Date":"12/18/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":239,"Cost":125,"Date":"3/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":664,"Cost":611,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":313,"Cost":296,"Date":"6/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":877,"Cost":619,"Date":"7/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":735,"Cost":509,"Date":"11/21/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":684,"Cost":591,"Date":"11/26/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":555,"Cost":436,"Date":"2/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":465,"Cost":428,"Date":"5/21/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":36,"Cost":18,"Date":"9/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":822,"Cost":509,"Date":"1/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":458,"Cost":333,"Date":"2/2/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":971,"Cost":643,"Date":"3/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":117,"Cost":70,"Date":"10/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":819,"Cost":447,"Date":"2/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":21,"Cost":13,"Date":"6/7/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":263,"Cost":156,"Date":"1/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":90,"Cost":74,"Date":"3/27/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":866,"Cost":644,"Date":"5/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":246,"Cost":181,"Date":"7/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":430,"Cost":341,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":784,"Cost":438,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":552,"Cost":468,"Date":"1/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":887,"Cost":506,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":804,"Cost":486,"Date":"6/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":859,"Cost":725,"Date":"6/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":342,"Cost":304,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":76,"Cost":51,"Date":"11/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":307,"Cost":200,"Date":"12/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":675,"Cost":563,"Date":"2/4/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":219,"Cost":197,"Date":"3/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":103,"Cost":88,"Date":"12/18/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":208,"Cost":110,"Date":"3/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":731,"Cost":520,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":327,"Cost":275,"Date":"6/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":901,"Cost":632,"Date":"7/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":662,"Cost":455,"Date":"11/21/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":512,"Cost":485,"Date":"11/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":987,"Cost":504,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":387,"Cost":194,"Date":"5/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":826,"Cost":659,"Date":"9/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":589,"Cost":301,"Date":"1/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":90,"Cost":51,"Date":"2/2/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":696,"Cost":414,"Date":"3/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM","Country":"Japan","Sale":944,"Cost":791,"Date":"10/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":9,"Cost":7,"Date":"2/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":795,"Cost":734,"Date":"6/7/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":298,"Cost":191,"Date":"1/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":712,"Cost":534,"Date":"3/27/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":663,"Cost":352,"Date":"5/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":676,"Cost":630,"Date":"7/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":876,"Cost":476,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":682,"Cost":482,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":471,"Cost":301,"Date":"1/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":159,"Cost":112,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":747,"Cost":483,"Date":"6/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":162,"Cost":110,"Date":"6/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":383,"Cost":348,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":725,"Cost":568,"Date":"11/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":220,"Cost":145,"Date":"12/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":527,"Cost":330,"Date":"2/4/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":118,"Cost":85,"Date":"3/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":215,"Cost":159,"Date":"12/18/2021"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":839,"Cost":490,"Date":"3/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":537,"Cost":316,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":255,"Cost":215,"Date":"6/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":345,"Cost":193,"Date":"7/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":320,"Cost":290,"Date":"11/21/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":727,"Cost":444,"Date":"11/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":659,"Cost":575,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":496,"Cost":272,"Date":"5/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":71,"Cost":40,"Date":"9/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":216,"Cost":129,"Date":"1/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":57,"Cost":54,"Date":"2/2/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":639,"Cost":583,"Date":"3/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":378,"Cost":288,"Date":"10/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":307,"Cost":153,"Date":"2/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":114,"Cost":62,"Date":"6/7/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":506,"Cost":284,"Date":"1/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":938,"Cost":695,"Date":"3/27/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":85,"Cost":77,"Date":"5/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":247,"Cost":175,"Date":"7/28/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":506,"Cost":430,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":536,"Cost":380,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":312,"Cost":207,"Date":"1/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":781,"Cost":538,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":973,"Cost":817,"Date":"6/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":965,"Cost":596,"Date":"6/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":452,"Cost":381,"Date":"8/13/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":645,"Cost":354,"Date":"11/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":346,"Cost":213,"Date":"12/28/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":973,"Cost":916,"Date":"2/4/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":310,"Cost":233,"Date":"3/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":46,"Cost":31,"Date":"12/18/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":420,"Cost":301,"Date":"3/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":82,"Cost":65,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":230,"Cost":146,"Date":"6/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":201,"Cost":156,"Date":"7/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":563,"Cost":288,"Date":"11/21/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":298,"Cost":245,"Date":"11/26/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":966,"Cost":498,"Date":"2/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":381,"Cost":205,"Date":"5/21/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":767,"Cost":399,"Date":"9/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":716,"Cost":389,"Date":"1/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":959,"Cost":856,"Date":"2/2/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":739,"Cost":671,"Date":"3/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":189,"Cost":172,"Date":"10/14/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":645,"Cost":550,"Date":"2/16/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":197,"Cost":158,"Date":"6/7/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":262,"Cost":167,"Date":"1/28/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":126,"Cost":109,"Date":"3/27/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":666,"Cost":580,"Date":"5/12/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":359,"Cost":240,"Date":"7/28/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":528,"Cost":430,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":667,"Cost":447,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":897,"Date":"1/17/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":453,"Cost":249,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":340,"Cost":319,"Date":"6/6/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":328,"Cost":198,"Date":"6/16/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":725,"Cost":388,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":475,"Cost":267,"Date":"11/19/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":456,"Cost":364,"Date":"12/28/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":315,"Cost":253,"Date":"2/4/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":977,"Cost":500,"Date":"3/8/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":394,"Cost":267,"Date":"12/18/2021"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":391,"Cost":240,"Date":"3/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":218,"Cost":141,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":125,"Cost":86,"Date":"6/26/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":731,"Cost":666,"Date":"7/23/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":956,"Cost":563,"Date":"11/21/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":289,"Cost":176,"Date":"11/26/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":232,"Cost":165,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":848,"Cost":692,"Date":"5/21/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":19,"Cost":9,"Date":"9/28/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":911,"Cost":711,"Date":"1/3/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":753,"Cost":593,"Date":"2/2/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":73,"Date":"3/18/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":249,"Date":"10/14/2024"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":816,"Cost":603,"Date":"2/16/2018"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":579,"Cost":445,"Date":"6/7/2018"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":480,"Cost":267,"Date":"1/28/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":275,"Cost":246,"Date":"3/27/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":781,"Cost":467,"Date":"5/12/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":668,"Cost":544,"Date":"7/28/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":251,"Cost":192,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":398,"Cost":286,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":198,"Cost":188,"Date":"1/17/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":765,"Cost":596,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":175,"Cost":124,"Date":"6/6/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":233,"Cost":197,"Date":"6/16/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":401,"Cost":335,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":682,"Cost":473,"Date":"11/19/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":352,"Cost":235,"Date":"12/28/2020"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":654,"Cost":440,"Date":"2/4/2021"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":146,"Cost":102,"Date":"3/8/2021"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":768,"Cost":384,"Date":"12/18/2021"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":197,"Cost":113,"Date":"3/31/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":598,"Cost":346,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":722,"Cost":434,"Date":"6/26/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":721,"Cost":448,"Date":"7/23/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":830,"Cost":727,"Date":"11/21/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":9,"Cost":8,"Date":"11/26/2022"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":876,"Cost":679,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":969,"Cost":673,"Date":"5/21/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":263,"Cost":212,"Date":"9/28/2023"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":382,"Cost":315,"Date":"1/3/2024"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":871,"Cost":457,"Date":"2/2/2024"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":882,"Cost":523,"Date":"3/18/2024"},{"Store":"Grand Front Osaka","Brand":"COS","Country":"Japan","Sale":688,"Cost":401,"Date":"10/14/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":254,"Cost":232,"Date":"2/16/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":964,"Cost":706,"Date":"6/7/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":727,"Cost":607,"Date":"1/28/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":322,"Cost":264,"Date":"3/27/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":786,"Cost":739,"Date":"5/12/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":307,"Cost":292,"Date":"7/28/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":351,"Cost":288,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":386,"Cost":241,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":57,"Cost":44,"Date":"1/17/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":789,"Cost":653,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":585,"Cost":528,"Date":"6/6/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":907,"Cost":781,"Date":"6/16/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":466,"Date":"8/13/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":548,"Cost":387,"Date":"11/19/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":356,"Cost":283,"Date":"12/28/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":627,"Cost":482,"Date":"2/4/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":101,"Cost":78,"Date":"3/8/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":104,"Cost":83,"Date":"12/18/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":915,"Cost":489,"Date":"3/31/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":318,"Cost":193,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":717,"Cost":368,"Date":"6/26/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":736,"Cost":699,"Date":"7/23/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":504,"Cost":299,"Date":"11/21/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":490,"Cost":376,"Date":"11/26/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":827,"Cost":743,"Date":"2/20/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":973,"Cost":752,"Date":"5/21/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":728,"Cost":645,"Date":"9/28/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":554,"Cost":417,"Date":"1/3/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":448,"Cost":375,"Date":"2/2/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":772,"Cost":402,"Date":"3/18/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":580,"Cost":524,"Date":"10/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":857,"Cost":447,"Date":"2/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":937,"Cost":828,"Date":"6/7/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":543,"Cost":417,"Date":"1/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":816,"Cost":548,"Date":"3/27/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":460,"Cost":235,"Date":"5/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":550,"Cost":349,"Date":"7/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":214,"Cost":203,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":642,"Cost":510,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":582,"Cost":450,"Date":"1/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":845,"Cost":692,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":922,"Cost":857,"Date":"6/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":874,"Cost":576,"Date":"6/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":423,"Cost":246,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":595,"Cost":558,"Date":"11/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":129,"Cost":79,"Date":"12/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":666,"Cost":628,"Date":"2/4/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":431,"Cost":364,"Date":"3/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":763,"Cost":675,"Date":"12/18/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":87,"Cost":67,"Date":"3/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":516,"Cost":455,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":434,"Cost":260,"Date":"6/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":627,"Cost":569,"Date":"7/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":190,"Cost":123,"Date":"11/21/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":828,"Cost":691,"Date":"11/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":845,"Cost":719,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":850,"Cost":657,"Date":"5/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":992,"Cost":546,"Date":"9/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":713,"Cost":612,"Date":"1/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":182,"Cost":108,"Date":"2/2/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":907,"Cost":544,"Date":"3/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":229,"Cost":205,"Date":"10/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":853,"Cost":565,"Date":"2/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":828,"Cost":437,"Date":"6/7/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":17,"Cost":13,"Date":"1/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":123,"Cost":88,"Date":"3/27/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":87,"Cost":75,"Date":"5/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":405,"Cost":336,"Date":"7/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":233,"Cost":188,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":198,"Cost":142,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":695,"Cost":637,"Date":"1/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":94,"Cost":76,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":255,"Cost":212,"Date":"6/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":155,"Cost":81,"Date":"6/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":157,"Cost":140,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":343,"Cost":201,"Date":"11/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":128,"Cost":107,"Date":"12/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":810,"Cost":719,"Date":"2/4/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":300,"Cost":279,"Date":"3/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":264,"Cost":134,"Date":"12/18/2021"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":688,"Date":"3/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":490,"Cost":423,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":969,"Cost":820,"Date":"6/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":535,"Cost":283,"Date":"7/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":644,"Date":"11/21/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":990,"Cost":923,"Date":"11/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":178,"Cost":95,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":991,"Cost":755,"Date":"5/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":532,"Cost":304,"Date":"9/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":758,"Cost":469,"Date":"1/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":306,"Cost":196,"Date":"2/2/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":975,"Cost":515,"Date":"3/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":804,"Cost":487,"Date":"10/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":805,"Cost":569,"Date":"2/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":193,"Cost":172,"Date":"6/7/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":858,"Cost":501,"Date":"1/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":532,"Cost":304,"Date":"3/27/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":855,"Cost":582,"Date":"5/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":853,"Cost":553,"Date":"7/28/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":182,"Cost":94,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":149,"Cost":114,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":482,"Cost":454,"Date":"1/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":342,"Cost":221,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":316,"Cost":243,"Date":"6/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":106,"Cost":91,"Date":"6/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":358,"Cost":329,"Date":"8/13/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":505,"Cost":313,"Date":"11/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":500,"Cost":419,"Date":"12/28/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":469,"Cost":297,"Date":"2/4/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":668,"Cost":536,"Date":"3/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":335,"Cost":205,"Date":"12/18/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":172,"Cost":102,"Date":"3/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":11,"Cost":6,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":439,"Cost":253,"Date":"6/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":230,"Cost":179,"Date":"7/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":565,"Cost":427,"Date":"11/21/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":17,"Cost":16,"Date":"11/26/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":184,"Cost":135,"Date":"2/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":153,"Cost":127,"Date":"5/21/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":92,"Cost":59,"Date":"9/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":533,"Cost":331,"Date":"1/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":328,"Cost":243,"Date":"2/2/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":770,"Cost":657,"Date":"3/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":670,"Cost":410,"Date":"10/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":855,"Cost":495,"Date":"2/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":538,"Cost":274,"Date":"6/7/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":237,"Cost":147,"Date":"1/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":470,"Cost":391,"Date":"3/27/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":64,"Cost":48,"Date":"5/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":781,"Cost":667,"Date":"7/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":352,"Cost":190,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":211,"Cost":106,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":801,"Cost":761,"Date":"1/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":939,"Cost":865,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":869,"Cost":509,"Date":"6/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":837,"Cost":543,"Date":"6/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":249,"Cost":172,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":443,"Cost":227,"Date":"11/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":938,"Cost":501,"Date":"12/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":595,"Cost":556,"Date":"2/4/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":817,"Cost":497,"Date":"3/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":96,"Cost":66,"Date":"12/18/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":131,"Cost":99,"Date":"3/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":310,"Cost":185,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":466,"Cost":437,"Date":"6/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":722,"Cost":633,"Date":"7/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":733,"Cost":398,"Date":"11/21/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":637,"Cost":506,"Date":"11/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":593,"Cost":393,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":639,"Cost":456,"Date":"5/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":872,"Cost":575,"Date":"9/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":827,"Cost":743,"Date":"1/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":543,"Cost":376,"Date":"2/2/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":802,"Cost":515,"Date":"3/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":237,"Cost":158,"Date":"10/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":623,"Cost":456,"Date":"2/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":116,"Cost":93,"Date":"6/7/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":718,"Cost":439,"Date":"1/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":224,"Cost":200,"Date":"3/27/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":271,"Cost":185,"Date":"5/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":815,"Cost":485,"Date":"7/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":577,"Cost":366,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":373,"Cost":344,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":225,"Cost":139,"Date":"1/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":570,"Cost":382,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":862,"Cost":668,"Date":"6/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":141,"Date":"6/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":972,"Cost":591,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":72,"Cost":58,"Date":"11/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":184,"Cost":169,"Date":"12/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":95,"Cost":64,"Date":"2/4/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":986,"Cost":528,"Date":"3/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":628,"Cost":414,"Date":"12/18/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":194,"Cost":131,"Date":"3/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":985,"Cost":887,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":539,"Cost":278,"Date":"6/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":13,"Cost":11,"Date":"7/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":517,"Cost":295,"Date":"11/21/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":718,"Cost":681,"Date":"11/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":325,"Cost":250,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":121,"Cost":88,"Date":"5/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":241,"Cost":146,"Date":"9/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":704,"Cost":636,"Date":"1/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":68,"Cost":45,"Date":"2/2/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":937,"Cost":481,"Date":"3/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":745,"Cost":530,"Date":"10/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":241,"Cost":127,"Date":"2/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":858,"Cost":451,"Date":"6/7/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":78,"Cost":68,"Date":"1/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":318,"Cost":189,"Date":"3/27/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":342,"Cost":235,"Date":"5/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":728,"Cost":595,"Date":"7/28/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":576,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":989,"Cost":540,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":616,"Cost":571,"Date":"1/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":773,"Cost":464,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":277,"Cost":204,"Date":"6/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":779,"Cost":716,"Date":"6/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":570,"Cost":310,"Date":"8/13/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":937,"Cost":516,"Date":"11/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":163,"Cost":120,"Date":"12/28/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":502,"Cost":455,"Date":"2/4/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":825,"Cost":689,"Date":"3/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":909,"Cost":633,"Date":"12/18/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":87,"Cost":53,"Date":"3/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":252,"Cost":198,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":381,"Cost":221,"Date":"6/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":765,"Cost":657,"Date":"7/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":109,"Cost":79,"Date":"11/21/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":488,"Cost":420,"Date":"11/26/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":491,"Cost":416,"Date":"2/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":4,"Cost":3,"Date":"5/21/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":167,"Cost":133,"Date":"9/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":11,"Cost":6,"Date":"1/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":964,"Cost":907,"Date":"2/2/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":564,"Cost":323,"Date":"3/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":268,"Cost":155,"Date":"10/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":988,"Cost":753,"Date":"2/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":890,"Cost":809,"Date":"6/7/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":976,"Cost":741,"Date":"1/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":161,"Cost":142,"Date":"3/27/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":838,"Cost":587,"Date":"5/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":585,"Cost":313,"Date":"7/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":724,"Cost":481,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":729,"Cost":531,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":601,"Cost":510,"Date":"1/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":323,"Cost":191,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":380,"Cost":271,"Date":"6/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":96,"Cost":53,"Date":"6/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":287,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":295,"Cost":151,"Date":"11/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":884,"Cost":636,"Date":"12/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":8,"Cost":5,"Date":"2/4/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":942,"Cost":766,"Date":"3/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":701,"Cost":475,"Date":"12/18/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":221,"Cost":119,"Date":"3/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":335,"Cost":308,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":243,"Cost":215,"Date":"6/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":820,"Cost":508,"Date":"7/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":102,"Cost":97,"Date":"11/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":208,"Cost":115,"Date":"11/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":24,"Cost":17,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":418,"Cost":249,"Date":"5/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":645,"Cost":571,"Date":"9/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":471,"Cost":350,"Date":"1/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":327,"Cost":283,"Date":"2/2/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":14,"Cost":10,"Date":"3/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"HM Home","Country":"Japan","Sale":734,"Cost":583,"Date":"10/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":556,"Cost":436,"Date":"2/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":636,"Cost":525,"Date":"6/7/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":28,"Cost":21,"Date":"1/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":960,"Cost":911,"Date":"3/27/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":157,"Cost":114,"Date":"5/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":65,"Cost":51,"Date":"7/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":915,"Cost":681,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":710,"Cost":543,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":265,"Cost":202,"Date":"1/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":940,"Cost":843,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":573,"Cost":522,"Date":"6/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":756,"Cost":625,"Date":"6/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":422,"Cost":258,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":915,"Cost":743,"Date":"11/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":450,"Cost":254,"Date":"12/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":648,"Cost":376,"Date":"2/4/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":766,"Cost":602,"Date":"3/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":117,"Cost":72,"Date":"12/18/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":370,"Cost":267,"Date":"3/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":929,"Cost":608,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":960,"Cost":871,"Date":"6/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":823,"Cost":705,"Date":"7/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":806,"Cost":711,"Date":"11/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":456,"Cost":241,"Date":"11/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":453,"Cost":394,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":251,"Cost":154,"Date":"5/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":865,"Cost":585,"Date":"9/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":820,"Cost":434,"Date":"1/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":954,"Cost":873,"Date":"2/2/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":638,"Cost":422,"Date":"3/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":583,"Cost":539,"Date":"10/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":954,"Cost":672,"Date":"2/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":297,"Cost":261,"Date":"6/7/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":930,"Cost":695,"Date":"1/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":263,"Cost":134,"Date":"3/27/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":937,"Cost":782,"Date":"5/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":80,"Cost":74,"Date":"7/28/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":785,"Cost":660,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":752,"Cost":441,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":176,"Cost":127,"Date":"1/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":206,"Cost":132,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":415,"Cost":236,"Date":"6/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":98,"Cost":76,"Date":"6/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":106,"Cost":65,"Date":"8/13/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":307,"Cost":170,"Date":"11/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":758,"Cost":419,"Date":"12/28/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":974,"Cost":532,"Date":"2/4/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":436,"Cost":373,"Date":"3/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":506,"Cost":361,"Date":"12/18/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":495,"Cost":429,"Date":"3/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":361,"Cost":331,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":785,"Cost":421,"Date":"6/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":554,"Cost":431,"Date":"7/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":81,"Cost":51,"Date":"11/21/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":569,"Cost":312,"Date":"11/26/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":689,"Cost":562,"Date":"2/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":106,"Cost":70,"Date":"5/21/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":649,"Cost":361,"Date":"9/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":835,"Cost":751,"Date":"1/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":319,"Cost":294,"Date":"2/2/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":102,"Cost":74,"Date":"3/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":42,"Cost":34,"Date":"10/14/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":305,"Cost":287,"Date":"2/16/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":433,"Cost":356,"Date":"6/7/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":193,"Cost":145,"Date":"1/28/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":47,"Cost":33,"Date":"3/27/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":611,"Cost":406,"Date":"5/12/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":788,"Cost":461,"Date":"7/28/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":379,"Cost":261,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":826,"Cost":670,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":12,"Cost":10,"Date":"1/17/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":465,"Cost":310,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":588,"Cost":301,"Date":"6/6/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":569,"Cost":450,"Date":"6/16/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":489,"Cost":392,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":240,"Cost":135,"Date":"11/19/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":96,"Cost":76,"Date":"12/28/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":489,"Cost":351,"Date":"2/4/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":176,"Cost":124,"Date":"3/8/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":992,"Cost":680,"Date":"12/18/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":569,"Cost":398,"Date":"3/31/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":548,"Cost":513,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":22,"Cost":15,"Date":"6/26/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":932,"Cost":584,"Date":"7/23/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":252,"Cost":220,"Date":"11/21/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":706,"Cost":354,"Date":"11/26/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":193,"Cost":132,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":873,"Cost":769,"Date":"5/21/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":722,"Cost":481,"Date":"9/28/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":44,"Cost":27,"Date":"1/3/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":843,"Cost":551,"Date":"2/2/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":649,"Cost":495,"Date":"3/18/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":752,"Cost":457,"Date":"10/14/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":96,"Cost":89,"Date":"2/16/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":611,"Cost":448,"Date":"6/7/2018"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":896,"Cost":836,"Date":"1/28/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":961,"Cost":776,"Date":"3/27/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":230,"Cost":145,"Date":"5/12/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":294,"Cost":174,"Date":"7/28/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":543,"Cost":387,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":481,"Cost":387,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":940,"Cost":617,"Date":"1/17/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":380,"Cost":322,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":815,"Cost":556,"Date":"6/6/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":863,"Cost":478,"Date":"6/16/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":438,"Cost":397,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":473,"Cost":297,"Date":"11/19/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":76,"Cost":39,"Date":"12/28/2020"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":235,"Cost":209,"Date":"2/4/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":450,"Cost":396,"Date":"3/8/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":464,"Cost":387,"Date":"12/18/2021"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":82,"Cost":69,"Date":"3/31/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":373,"Cost":346,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":12,"Cost":7,"Date":"6/26/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":135,"Cost":117,"Date":"7/23/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":199,"Cost":186,"Date":"11/21/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":942,"Cost":719,"Date":"11/26/2022"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":770,"Cost":549,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":572,"Cost":378,"Date":"5/21/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":271,"Cost":205,"Date":"9/28/2023"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":59,"Cost":56,"Date":"1/3/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":240,"Cost":175,"Date":"2/2/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":677,"Cost":629,"Date":"3/18/2024"},{"Store":"Kyoto Station Building","Brand":"ARKET","Country":"Japan","Sale":675,"Cost":630,"Date":"10/14/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":892,"Cost":786,"Date":"2/16/2018"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":314,"Cost":232,"Date":"6/7/2018"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":178,"Cost":153,"Date":"1/28/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":188,"Cost":94,"Date":"3/27/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":480,"Cost":350,"Date":"5/12/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":399,"Cost":362,"Date":"7/28/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":158,"Cost":147,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":267,"Cost":177,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":588,"Cost":509,"Date":"1/17/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":381,"Cost":304,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":312,"Cost":262,"Date":"6/6/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":351,"Cost":329,"Date":"6/16/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":76,"Cost":46,"Date":"8/13/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":853,"Cost":568,"Date":"11/19/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":658,"Cost":491,"Date":"12/28/2020"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":183,"Cost":148,"Date":"2/4/2021"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":514,"Cost":483,"Date":"3/8/2021"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":645,"Cost":555,"Date":"12/18/2021"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":810,"Cost":525,"Date":"3/31/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":28,"Cost":26,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":18,"Cost":12,"Date":"6/26/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":765,"Cost":565,"Date":"7/23/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":790,"Cost":729,"Date":"11/21/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":873,"Cost":798,"Date":"11/26/2022"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":839,"Cost":560,"Date":"2/20/2023"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":558,"Cost":315,"Date":"5/21/2023"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":736,"Cost":641,"Date":"9/28/2023"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":656,"Cost":515,"Date":"1/3/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":130,"Cost":100,"Date":"2/2/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":252,"Cost":211,"Date":"3/18/2024"},{"Store":"Kyoto Station Building","Brand":"COS","Country":"Japan","Sale":651,"Cost":467,"Date":"10/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":303,"Cost":245,"Date":"2/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":96,"Cost":55,"Date":"6/7/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":363,"Cost":285,"Date":"1/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":344,"Cost":244,"Date":"3/27/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":861,"Cost":645,"Date":"5/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":117,"Cost":107,"Date":"7/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":903,"Cost":665,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":233,"Cost":154,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":131,"Cost":91,"Date":"1/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":668,"Cost":585,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":40,"Cost":36,"Date":"6/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":365,"Cost":283,"Date":"6/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":528,"Cost":337,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":754,"Cost":675,"Date":"11/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":24,"Cost":15,"Date":"12/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":765,"Cost":423,"Date":"2/4/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":106,"Cost":85,"Date":"3/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":204,"Cost":182,"Date":"12/18/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":200,"Cost":107,"Date":"3/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":642,"Cost":429,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":663,"Cost":597,"Date":"6/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":894,"Cost":681,"Date":"7/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":767,"Cost":422,"Date":"11/21/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":116,"Cost":81,"Date":"11/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":331,"Cost":279,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":972,"Cost":731,"Date":"5/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":491,"Cost":371,"Date":"9/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":79,"Cost":42,"Date":"1/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":72,"Cost":49,"Date":"2/2/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":152,"Cost":104,"Date":"3/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Nova","Country":"Japan","Sale":907,"Cost":631,"Date":"10/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":571,"Cost":370,"Date":"2/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":773,"Cost":646,"Date":"6/7/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":387,"Cost":284,"Date":"1/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":272,"Cost":177,"Date":"3/27/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":121,"Cost":92,"Date":"5/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":553,"Cost":477,"Date":"7/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":83,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":823,"Cost":466,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":429,"Date":"1/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":887,"Cost":504,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":522,"Cost":472,"Date":"6/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":670,"Cost":389,"Date":"6/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":19,"Cost":13,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":9,"Cost":7,"Date":"11/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":755,"Cost":532,"Date":"12/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":420,"Cost":291,"Date":"2/4/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":51,"Cost":34,"Date":"3/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":582,"Cost":444,"Date":"12/18/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":601,"Cost":541,"Date":"3/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":433,"Cost":393,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":604,"Cost":379,"Date":"6/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":3,"Cost":1,"Date":"7/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":17,"Cost":11,"Date":"11/21/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":867,"Cost":789,"Date":"11/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":118,"Cost":106,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":892,"Cost":547,"Date":"5/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":443,"Cost":361,"Date":"9/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":502,"Cost":435,"Date":"1/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":957,"Cost":542,"Date":"2/2/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":788,"Cost":483,"Date":"3/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Jeans","Country":"Japan","Sale":592,"Cost":474,"Date":"10/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":911,"Cost":670,"Date":"2/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":281,"Cost":201,"Date":"6/7/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":2,"Cost":1,"Date":"1/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":204,"Cost":163,"Date":"3/27/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":974,"Cost":821,"Date":"5/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":87,"Cost":67,"Date":"7/28/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":71,"Cost":49,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":263,"Cost":193,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":967,"Cost":649,"Date":"1/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":502,"Cost":473,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":529,"Cost":449,"Date":"6/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":77,"Cost":47,"Date":"6/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":731,"Cost":547,"Date":"8/13/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":743,"Cost":435,"Date":"11/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":419,"Cost":394,"Date":"12/28/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":372,"Cost":352,"Date":"2/4/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":320,"Cost":255,"Date":"3/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":115,"Cost":77,"Date":"12/18/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":795,"Cost":505,"Date":"3/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":751,"Cost":421,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":57,"Cost":49,"Date":"6/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":358,"Cost":182,"Date":"7/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":905,"Cost":605,"Date":"11/21/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":468,"Cost":289,"Date":"11/26/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":519,"Cost":356,"Date":"2/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":231,"Cost":156,"Date":"5/21/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":12,"Cost":12,"Date":"9/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":630,"Cost":514,"Date":"1/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":431,"Date":"2/2/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":732,"Cost":459,"Date":"3/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":978,"Cost":842,"Date":"10/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":51,"Cost":35,"Date":"2/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":270,"Cost":157,"Date":"6/7/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":580,"Cost":290,"Date":"1/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":782,"Cost":705,"Date":"3/27/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":150,"Cost":91,"Date":"5/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":759,"Cost":677,"Date":"7/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":625,"Cost":400,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":443,"Cost":417,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":594,"Cost":355,"Date":"1/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":464,"Cost":407,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":826,"Cost":727,"Date":"6/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":290,"Cost":226,"Date":"6/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":190,"Cost":105,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":766,"Cost":635,"Date":"11/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":934,"Cost":849,"Date":"12/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":192,"Cost":144,"Date":"2/4/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":843,"Cost":442,"Date":"3/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":610,"Cost":425,"Date":"12/18/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":58,"Cost":55,"Date":"3/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":632,"Cost":533,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":59,"Cost":52,"Date":"6/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":903,"Cost":801,"Date":"7/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":156,"Cost":104,"Date":"11/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":26,"Cost":21,"Date":"11/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":264,"Cost":220,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":612,"Cost":404,"Date":"5/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":368,"Cost":246,"Date":"9/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":153,"Cost":107,"Date":"1/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":592,"Cost":534,"Date":"2/2/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":10,"Cost":7,"Date":"3/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":233,"Cost":185,"Date":"10/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":343,"Cost":258,"Date":"2/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":542,"Cost":397,"Date":"6/7/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":877,"Cost":548,"Date":"1/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":293,"Cost":169,"Date":"3/27/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":123,"Cost":93,"Date":"5/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":244,"Cost":230,"Date":"7/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":92,"Cost":54,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":245,"Cost":222,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":731,"Cost":487,"Date":"1/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":711,"Cost":404,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":153,"Cost":106,"Date":"6/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":412,"Cost":303,"Date":"6/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":912,"Cost":536,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":273,"Cost":149,"Date":"11/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":224,"Cost":135,"Date":"12/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":634,"Cost":591,"Date":"2/4/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":49,"Cost":32,"Date":"3/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":203,"Cost":162,"Date":"12/18/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":474,"Cost":335,"Date":"3/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":978,"Cost":754,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":331,"Cost":176,"Date":"6/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":547,"Cost":332,"Date":"7/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":819,"Cost":689,"Date":"11/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":567,"Cost":478,"Date":"11/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":825,"Cost":668,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":586,"Cost":455,"Date":"5/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":360,"Cost":210,"Date":"9/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":725,"Cost":594,"Date":"1/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":124,"Cost":88,"Date":"2/2/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":359,"Cost":244,"Date":"3/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":12,"Cost":10,"Date":"10/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":456,"Cost":379,"Date":"2/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":752,"Cost":488,"Date":"6/7/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":495,"Cost":298,"Date":"1/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":910,"Cost":592,"Date":"3/27/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":929,"Cost":654,"Date":"5/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":215,"Cost":176,"Date":"7/28/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":298,"Cost":156,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":549,"Cost":386,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":61,"Cost":34,"Date":"1/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":178,"Cost":130,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":8,"Cost":6,"Date":"6/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":351,"Cost":321,"Date":"6/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":555,"Cost":351,"Date":"8/13/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":756,"Cost":700,"Date":"11/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":768,"Cost":427,"Date":"12/28/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":739,"Cost":417,"Date":"2/4/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":867,"Cost":590,"Date":"3/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":451,"Cost":282,"Date":"12/18/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":839,"Cost":503,"Date":"3/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":235,"Cost":186,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":190,"Cost":158,"Date":"6/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":726,"Cost":513,"Date":"7/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":758,"Cost":697,"Date":"11/21/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":57,"Cost":51,"Date":"11/26/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":547,"Cost":444,"Date":"2/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":62,"Cost":54,"Date":"5/21/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":365,"Cost":188,"Date":"9/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":804,"Cost":498,"Date":"1/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":409,"Cost":235,"Date":"2/2/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":723,"Cost":654,"Date":"3/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":305,"Cost":204,"Date":"10/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":65,"Cost":58,"Date":"2/16/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":276,"Cost":140,"Date":"6/7/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":653,"Cost":490,"Date":"1/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":398,"Cost":253,"Date":"3/27/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":670,"Cost":508,"Date":"5/12/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":849,"Cost":581,"Date":"7/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":932,"Cost":855,"Date":"8/8/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":256,"Cost":218,"Date":"12/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":150,"Cost":125,"Date":"1/17/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":978,"Cost":610,"Date":"3/8/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":62,"Cost":53,"Date":"6/6/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":318,"Cost":261,"Date":"6/16/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":759,"Cost":718,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":943,"Cost":489,"Date":"11/19/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":467,"Cost":395,"Date":"12/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":994,"Cost":763,"Date":"2/4/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":599,"Cost":417,"Date":"3/8/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":677,"Cost":471,"Date":"12/18/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":191,"Cost":172,"Date":"3/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":405,"Cost":365,"Date":"4/20/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":112,"Cost":77,"Date":"6/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":182,"Cost":146,"Date":"7/23/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":984,"Cost":530,"Date":"11/21/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":873,"Cost":720,"Date":"11/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":313,"Cost":187,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":940,"Cost":567,"Date":"5/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":476,"Cost":247,"Date":"9/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":387,"Cost":341,"Date":"1/3/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":317,"Cost":205,"Date":"2/2/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":132,"Cost":76,"Date":"3/18/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":319,"Cost":225,"Date":"10/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":960,"Cost":609,"Date":"2/16/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":745,"Cost":424,"Date":"6/7/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":713,"Cost":623,"Date":"1/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":683,"Cost":481,"Date":"3/27/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":779,"Cost":509,"Date":"5/12/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":649,"Cost":610,"Date":"7/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":461,"Cost":347,"Date":"8/8/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":199,"Cost":178,"Date":"12/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":455,"Cost":281,"Date":"1/17/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":202,"Cost":150,"Date":"3/8/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":536,"Cost":268,"Date":"6/6/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":841,"Cost":705,"Date":"6/16/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":416,"Cost":255,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":885,"Cost":815,"Date":"11/19/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":610,"Cost":492,"Date":"12/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":905,"Cost":544,"Date":"2/4/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":517,"Cost":363,"Date":"3/8/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":701,"Cost":513,"Date":"12/18/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":485,"Cost":399,"Date":"3/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":158,"Cost":102,"Date":"4/20/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":846,"Cost":688,"Date":"6/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":294,"Cost":192,"Date":"7/23/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":655,"Cost":340,"Date":"11/21/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":561,"Cost":446,"Date":"11/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":611,"Cost":413,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":339,"Cost":196,"Date":"5/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":468,"Cost":257,"Date":"9/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":629,"Cost":357,"Date":"1/3/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":322,"Cost":254,"Date":"2/2/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":12,"Cost":11,"Date":"3/18/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":99,"Cost":83,"Date":"10/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":125,"Cost":108,"Date":"2/16/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":724,"Cost":551,"Date":"6/7/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":648,"Cost":419,"Date":"1/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":986,"Cost":641,"Date":"3/27/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":26,"Cost":21,"Date":"5/12/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":219,"Cost":162,"Date":"7/28/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":756,"Cost":597,"Date":"8/8/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":309,"Cost":243,"Date":"12/7/2019"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":591,"Cost":309,"Date":"1/17/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":781,"Cost":570,"Date":"3/8/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":39,"Cost":37,"Date":"6/6/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":380,"Cost":224,"Date":"6/16/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":898,"Cost":632,"Date":"8/13/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":853,"Cost":666,"Date":"11/19/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":109,"Cost":58,"Date":"12/28/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":538,"Cost":410,"Date":"2/4/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":574,"Cost":409,"Date":"3/8/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":144,"Cost":116,"Date":"12/18/2021"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":379,"Cost":349,"Date":"3/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":101,"Cost":64,"Date":"4/20/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":192,"Cost":114,"Date":"6/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":12,"Cost":12,"Date":"7/23/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":320,"Cost":233,"Date":"11/21/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":990,"Cost":835,"Date":"11/26/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":338,"Cost":241,"Date":"2/20/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":178,"Cost":108,"Date":"5/21/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":689,"Cost":574,"Date":"9/28/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":289,"Cost":226,"Date":"1/3/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":44,"Cost":32,"Date":"2/2/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":63,"Cost":36,"Date":"3/18/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":407,"Cost":320,"Date":"10/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":956,"Cost":510,"Date":"2/16/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":393,"Cost":291,"Date":"6/7/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":214,"Cost":112,"Date":"1/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":339,"Cost":238,"Date":"3/27/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":439,"Cost":384,"Date":"5/12/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":254,"Cost":137,"Date":"7/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":508,"Cost":297,"Date":"8/8/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":49,"Cost":35,"Date":"12/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":342,"Cost":185,"Date":"1/17/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":292,"Cost":152,"Date":"3/8/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":356,"Cost":322,"Date":"6/6/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":181,"Cost":114,"Date":"6/16/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":817,"Cost":422,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":630,"Cost":514,"Date":"11/19/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":665,"Cost":458,"Date":"12/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":951,"Cost":886,"Date":"2/4/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":951,"Cost":671,"Date":"3/8/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":958,"Cost":724,"Date":"12/18/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":154,"Cost":127,"Date":"3/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":269,"Cost":214,"Date":"4/20/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":922,"Cost":737,"Date":"6/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":325,"Cost":301,"Date":"7/23/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":647,"Cost":558,"Date":"11/21/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":771,"Cost":625,"Date":"11/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":975,"Cost":683,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":222,"Cost":112,"Date":"5/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":17,"Cost":10,"Date":"9/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":556,"Cost":418,"Date":"1/3/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":42,"Cost":38,"Date":"2/2/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":795,"Cost":563,"Date":"3/18/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":64,"Cost":51,"Date":"10/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":814,"Cost":730,"Date":"2/16/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":922,"Cost":721,"Date":"6/7/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":553,"Cost":506,"Date":"1/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":549,"Cost":437,"Date":"3/27/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":758,"Cost":538,"Date":"5/12/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":184,"Cost":120,"Date":"7/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":963,"Cost":537,"Date":"8/8/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":361,"Cost":223,"Date":"12/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":455,"Cost":304,"Date":"1/17/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":22,"Cost":16,"Date":"3/8/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":675,"Cost":581,"Date":"6/6/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":871,"Cost":620,"Date":"6/16/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":81,"Cost":62,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":629,"Cost":368,"Date":"11/19/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":357,"Cost":247,"Date":"12/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":580,"Cost":298,"Date":"2/4/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":845,"Cost":658,"Date":"3/8/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":414,"Cost":380,"Date":"12/18/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":545,"Cost":474,"Date":"3/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":566,"Cost":351,"Date":"4/20/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":478,"Cost":278,"Date":"6/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":600,"Cost":536,"Date":"7/23/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":987,"Cost":525,"Date":"11/21/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":209,"Cost":161,"Date":"11/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":818,"Cost":762,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":35,"Cost":27,"Date":"5/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":401,"Cost":372,"Date":"9/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":915,"Cost":741,"Date":"1/3/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":714,"Cost":570,"Date":"2/2/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":817,"Date":"3/18/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":224,"Cost":142,"Date":"10/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":384,"Cost":208,"Date":"2/16/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":126,"Cost":114,"Date":"6/7/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":634,"Cost":323,"Date":"1/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":818,"Cost":443,"Date":"3/27/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":116,"Cost":75,"Date":"5/12/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":801,"Cost":530,"Date":"7/28/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":417,"Cost":382,"Date":"8/8/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":985,"Cost":776,"Date":"12/7/2019"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":903,"Cost":520,"Date":"1/17/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":405,"Cost":327,"Date":"3/8/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":714,"Cost":599,"Date":"6/6/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":303,"Cost":238,"Date":"6/16/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":585,"Cost":428,"Date":"8/13/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":631,"Cost":334,"Date":"11/19/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":16,"Cost":13,"Date":"12/28/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":701,"Cost":475,"Date":"2/4/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":49,"Cost":25,"Date":"3/8/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":666,"Cost":430,"Date":"12/18/2021"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":285,"Cost":165,"Date":"3/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":99,"Cost":89,"Date":"4/20/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":786,"Cost":697,"Date":"6/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":450,"Cost":426,"Date":"7/23/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":612,"Cost":336,"Date":"11/21/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":419,"Cost":388,"Date":"11/26/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":248,"Cost":220,"Date":"2/20/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":153,"Cost":120,"Date":"5/21/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":834,"Cost":686,"Date":"9/28/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":584,"Cost":376,"Date":"1/3/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":406,"Cost":237,"Date":"2/2/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":34,"Cost":25,"Date":"3/18/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":757,"Cost":398,"Date":"10/14/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":870,"Cost":507,"Date":"2/16/2018"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":611,"Date":"6/7/2018"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":724,"Cost":594,"Date":"1/28/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":477,"Cost":294,"Date":"3/27/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":198,"Cost":164,"Date":"5/12/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":318,"Cost":297,"Date":"7/28/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":171,"Cost":86,"Date":"8/8/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":990,"Cost":586,"Date":"12/7/2019"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":319,"Date":"1/17/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":767,"Cost":663,"Date":"3/8/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":5,"Cost":5,"Date":"6/6/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":417,"Cost":316,"Date":"6/16/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":254,"Cost":128,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":105,"Cost":57,"Date":"11/19/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":525,"Cost":477,"Date":"12/28/2020"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":682,"Cost":643,"Date":"2/4/2021"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":407,"Cost":241,"Date":"3/8/2021"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":448,"Cost":400,"Date":"12/18/2021"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":219,"Cost":177,"Date":"3/31/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":132,"Cost":125,"Date":"4/20/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":577,"Cost":493,"Date":"6/26/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":936,"Cost":535,"Date":"7/23/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":343,"Cost":226,"Date":"11/21/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":164,"Cost":82,"Date":"11/26/2022"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":635,"Cost":480,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":790,"Cost":463,"Date":"5/21/2023"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":182,"Cost":171,"Date":"9/28/2023"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":339,"Cost":264,"Date":"1/3/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":430,"Cost":396,"Date":"2/2/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":363,"Cost":307,"Date":"3/18/2024"},{"Store":"Amsterdamse Poort","Brand":"HM Home","Country":"Netherlands","Sale":122,"Cost":103,"Date":"10/14/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":67,"Cost":52,"Date":"2/16/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":499,"Cost":353,"Date":"6/7/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":691,"Cost":419,"Date":"1/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":904,"Cost":556,"Date":"3/27/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":958,"Cost":572,"Date":"5/12/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":424,"Cost":356,"Date":"7/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":886,"Cost":682,"Date":"8/8/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":961,"Cost":668,"Date":"12/7/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":962,"Cost":582,"Date":"1/17/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":602,"Date":"3/8/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":183,"Cost":112,"Date":"6/6/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":806,"Cost":510,"Date":"6/16/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":239,"Cost":166,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":924,"Cost":564,"Date":"11/19/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":352,"Cost":238,"Date":"12/28/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":36,"Cost":28,"Date":"2/4/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":145,"Cost":111,"Date":"3/8/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":150,"Cost":88,"Date":"12/18/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":768,"Cost":386,"Date":"3/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":711,"Cost":537,"Date":"4/20/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":22,"Cost":11,"Date":"6/26/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":473,"Cost":275,"Date":"7/23/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":39,"Cost":32,"Date":"11/21/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":45,"Date":"11/26/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":799,"Cost":492,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":124,"Date":"5/21/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":858,"Cost":573,"Date":"9/28/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":60,"Cost":47,"Date":"1/3/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":179,"Cost":105,"Date":"2/2/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":347,"Cost":185,"Date":"3/18/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":210,"Cost":185,"Date":"10/14/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":547,"Cost":326,"Date":"2/16/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":178,"Cost":140,"Date":"6/7/2018"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":439,"Cost":261,"Date":"1/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":471,"Cost":359,"Date":"3/27/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":939,"Cost":850,"Date":"5/12/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":474,"Cost":270,"Date":"7/28/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":436,"Cost":332,"Date":"8/8/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":740,"Cost":600,"Date":"12/7/2019"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":168,"Cost":121,"Date":"1/17/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":538,"Cost":355,"Date":"3/8/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":165,"Cost":91,"Date":"6/6/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":29,"Cost":26,"Date":"6/16/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":854,"Cost":514,"Date":"8/13/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":475,"Cost":415,"Date":"11/19/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":504,"Cost":426,"Date":"12/28/2020"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":495,"Cost":428,"Date":"2/4/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":332,"Cost":294,"Date":"3/8/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":627,"Cost":505,"Date":"12/18/2021"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":698,"Cost":352,"Date":"3/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":454,"Cost":242,"Date":"4/20/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":514,"Cost":329,"Date":"6/26/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":13,"Cost":8,"Date":"7/23/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":997,"Cost":844,"Date":"11/21/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":305,"Cost":256,"Date":"11/26/2022"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":157,"Cost":116,"Date":"2/20/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":964,"Cost":640,"Date":"5/21/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":612,"Cost":526,"Date":"9/28/2023"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":332,"Cost":256,"Date":"1/3/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":270,"Cost":234,"Date":"2/2/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":34,"Date":"3/18/2024"},{"Store":"Amsterdamse Poort","Brand":"Sellpy","Country":"Netherlands","Sale":426,"Cost":389,"Date":"10/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":648,"Cost":487,"Date":"2/16/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":701,"Cost":518,"Date":"6/7/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":237,"Cost":158,"Date":"1/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":932,"Cost":728,"Date":"3/27/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":73,"Cost":68,"Date":"5/12/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":928,"Cost":619,"Date":"7/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":806,"Cost":748,"Date":"8/8/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":308,"Cost":183,"Date":"12/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":170,"Cost":106,"Date":"1/17/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":265,"Cost":145,"Date":"3/8/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":92,"Cost":52,"Date":"6/6/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":96,"Cost":50,"Date":"6/16/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":52,"Cost":44,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":688,"Cost":454,"Date":"11/19/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":116,"Cost":95,"Date":"12/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":670,"Cost":501,"Date":"2/4/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":375,"Cost":211,"Date":"3/8/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":884,"Cost":689,"Date":"12/18/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":682,"Cost":375,"Date":"3/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":42,"Cost":26,"Date":"4/20/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":492,"Cost":457,"Date":"6/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":933,"Cost":799,"Date":"7/23/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":370,"Cost":272,"Date":"11/21/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":76,"Cost":51,"Date":"11/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":215,"Cost":107,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":929,"Cost":690,"Date":"5/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":317,"Cost":222,"Date":"9/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":363,"Cost":276,"Date":"1/3/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":728,"Date":"2/2/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":456,"Cost":274,"Date":"3/18/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":980,"Cost":492,"Date":"10/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":745,"Cost":611,"Date":"2/16/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":542,"Cost":274,"Date":"6/7/2018"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":767,"Cost":455,"Date":"1/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":146,"Cost":117,"Date":"3/27/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":324,"Cost":252,"Date":"5/12/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":122,"Cost":75,"Date":"7/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":600,"Cost":402,"Date":"8/8/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":773,"Cost":399,"Date":"12/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":186,"Cost":154,"Date":"1/17/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":628,"Cost":356,"Date":"3/8/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":75,"Cost":65,"Date":"6/6/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":254,"Cost":221,"Date":"6/16/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":980,"Cost":610,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":270,"Cost":165,"Date":"11/19/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":406,"Cost":283,"Date":"12/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":629,"Cost":439,"Date":"2/4/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":775,"Cost":510,"Date":"3/8/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":494,"Cost":380,"Date":"12/18/2021"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":540,"Cost":388,"Date":"3/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":947,"Cost":604,"Date":"4/20/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":594,"Cost":404,"Date":"6/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":616,"Date":"7/23/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":450,"Cost":413,"Date":"11/21/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":597,"Cost":458,"Date":"11/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":932,"Cost":735,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":655,"Cost":442,"Date":"5/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":79,"Cost":47,"Date":"9/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":666,"Cost":411,"Date":"1/3/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":239,"Cost":132,"Date":"2/2/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":52,"Cost":47,"Date":"3/18/2024"},{"Store":"IJpassage, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":104,"Cost":79,"Date":"10/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":547,"Cost":309,"Date":"2/16/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":755,"Cost":529,"Date":"6/7/2018"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":980,"Cost":525,"Date":"1/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":634,"Cost":535,"Date":"3/27/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":933,"Cost":628,"Date":"5/12/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":394,"Cost":214,"Date":"7/28/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":136,"Cost":119,"Date":"8/8/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":327,"Cost":291,"Date":"12/7/2019"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":234,"Cost":206,"Date":"1/17/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":493,"Date":"3/8/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":326,"Cost":217,"Date":"6/6/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":530,"Cost":295,"Date":"6/16/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":861,"Cost":669,"Date":"8/13/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":109,"Cost":56,"Date":"11/19/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":840,"Cost":768,"Date":"12/28/2020"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":35,"Cost":28,"Date":"2/4/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":274,"Cost":187,"Date":"3/8/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":536,"Cost":277,"Date":"12/18/2021"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":586,"Cost":352,"Date":"3/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":314,"Cost":268,"Date":"4/20/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":161,"Cost":91,"Date":"6/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":754,"Cost":473,"Date":"7/23/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":775,"Cost":495,"Date":"11/21/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":3,"Cost":3,"Date":"11/26/2022"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":724,"Cost":362,"Date":"2/20/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":499,"Cost":469,"Date":"5/21/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":905,"Cost":592,"Date":"9/28/2023"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":313,"Cost":232,"Date":"1/3/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":608,"Cost":399,"Date":"2/2/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":18,"Cost":11,"Date":"3/18/2024"},{"Store":"IJpassage, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":794,"Cost":647,"Date":"10/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":898,"Cost":840,"Date":"2/16/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":458,"Cost":363,"Date":"6/7/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":362,"Cost":249,"Date":"1/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":885,"Cost":490,"Date":"3/27/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":209,"Cost":164,"Date":"5/12/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":433,"Cost":233,"Date":"7/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":699,"Cost":658,"Date":"8/8/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":976,"Cost":560,"Date":"12/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":198,"Cost":137,"Date":"1/17/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":149,"Cost":138,"Date":"3/8/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":452,"Cost":340,"Date":"6/6/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":575,"Cost":445,"Date":"6/16/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":933,"Cost":494,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":656,"Cost":438,"Date":"11/19/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":908,"Cost":690,"Date":"12/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":878,"Cost":652,"Date":"2/4/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":777,"Cost":487,"Date":"3/8/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":5,"Cost":3,"Date":"12/18/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":115,"Cost":91,"Date":"3/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":356,"Cost":189,"Date":"4/20/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":200,"Cost":175,"Date":"6/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":861,"Cost":763,"Date":"7/23/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":345,"Cost":207,"Date":"11/21/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":807,"Cost":519,"Date":"11/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":47,"Cost":36,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":117,"Cost":87,"Date":"5/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":539,"Cost":348,"Date":"9/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":958,"Cost":547,"Date":"1/3/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":706,"Cost":373,"Date":"2/2/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":865,"Cost":623,"Date":"3/18/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":261,"Cost":199,"Date":"10/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":500,"Cost":368,"Date":"2/16/2018"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":478,"Cost":290,"Date":"6/7/2018"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":936,"Cost":863,"Date":"1/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":765,"Cost":703,"Date":"3/27/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":685,"Cost":573,"Date":"5/12/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":215,"Cost":120,"Date":"7/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":47,"Cost":29,"Date":"8/8/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":4,"Cost":4,"Date":"12/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":483,"Cost":289,"Date":"1/17/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":220,"Cost":144,"Date":"3/8/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":256,"Cost":234,"Date":"6/6/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":661,"Cost":459,"Date":"6/16/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":463,"Cost":417,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":394,"Cost":224,"Date":"11/19/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":271,"Cost":241,"Date":"12/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":598,"Cost":479,"Date":"2/4/2021"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":270,"Cost":139,"Date":"3/8/2021"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":530,"Cost":357,"Date":"12/18/2021"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":584,"Cost":549,"Date":"3/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":380,"Cost":320,"Date":"4/20/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":8,"Cost":6,"Date":"6/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":659,"Cost":618,"Date":"7/23/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":210,"Cost":168,"Date":"11/21/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":800,"Cost":750,"Date":"11/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":616,"Cost":564,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":402,"Cost":346,"Date":"5/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":559,"Date":"9/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":665,"Cost":535,"Date":"1/3/2024"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":505,"Cost":428,"Date":"2/2/2024"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":644,"Cost":454,"Date":"3/18/2024"},{"Store":"Markthal, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":768,"Date":"10/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":759,"Cost":398,"Date":"2/16/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":356,"Cost":253,"Date":"6/7/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":516,"Cost":365,"Date":"1/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":670,"Cost":352,"Date":"3/27/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":513,"Cost":358,"Date":"5/12/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":293,"Cost":159,"Date":"7/28/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":409,"Cost":213,"Date":"8/8/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":184,"Date":"12/7/2019"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":696,"Cost":348,"Date":"1/17/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":953,"Cost":603,"Date":"3/8/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":44,"Cost":38,"Date":"6/6/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":725,"Cost":505,"Date":"6/16/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":750,"Cost":645,"Date":"8/13/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":565,"Cost":388,"Date":"11/19/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":870,"Cost":634,"Date":"12/28/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":659,"Cost":497,"Date":"2/4/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":38,"Cost":26,"Date":"3/8/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":302,"Cost":236,"Date":"12/18/2021"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":974,"Cost":837,"Date":"3/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":236,"Cost":118,"Date":"4/20/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":793,"Cost":493,"Date":"6/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":617,"Cost":396,"Date":"7/23/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":244,"Cost":155,"Date":"11/21/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":435,"Cost":218,"Date":"11/26/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":370,"Cost":245,"Date":"2/20/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":817,"Cost":640,"Date":"5/21/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":936,"Cost":690,"Date":"9/28/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":578,"Cost":311,"Date":"1/3/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":88,"Cost":44,"Date":"2/2/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":381,"Cost":263,"Date":"3/18/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":565,"Cost":483,"Date":"10/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":52,"Cost":31,"Date":"2/16/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":811,"Cost":508,"Date":"6/7/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":48,"Cost":34,"Date":"1/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":819,"Cost":769,"Date":"3/27/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":127,"Cost":114,"Date":"5/12/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":702,"Cost":378,"Date":"7/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":822,"Cost":449,"Date":"8/8/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":866,"Cost":582,"Date":"12/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":609,"Cost":506,"Date":"1/17/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":932,"Cost":653,"Date":"3/8/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":804,"Cost":588,"Date":"6/6/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":798,"Cost":538,"Date":"6/16/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":793,"Cost":527,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":709,"Cost":383,"Date":"11/19/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":493,"Cost":302,"Date":"12/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":741,"Cost":642,"Date":"2/4/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":626,"Cost":517,"Date":"3/8/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":55,"Cost":40,"Date":"12/18/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":469,"Cost":426,"Date":"3/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":520,"Cost":476,"Date":"4/20/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":829,"Cost":622,"Date":"6/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":313,"Cost":200,"Date":"7/23/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":164,"Cost":93,"Date":"11/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":812,"Cost":412,"Date":"11/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":184,"Cost":173,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":117,"Cost":76,"Date":"5/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":857,"Cost":526,"Date":"9/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":835,"Cost":630,"Date":"1/3/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":37,"Cost":27,"Date":"2/2/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":202,"Cost":102,"Date":"3/18/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":328,"Cost":273,"Date":"10/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":103,"Cost":93,"Date":"2/16/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":253,"Cost":145,"Date":"6/7/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":961,"Cost":828,"Date":"1/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":235,"Cost":205,"Date":"3/27/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":81,"Cost":63,"Date":"5/12/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":238,"Cost":207,"Date":"7/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":645,"Cost":417,"Date":"8/8/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":891,"Cost":843,"Date":"12/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":275,"Cost":170,"Date":"1/17/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":709,"Cost":389,"Date":"3/8/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":244,"Cost":196,"Date":"6/6/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":502,"Date":"6/16/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":833,"Cost":489,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":333,"Cost":314,"Date":"11/19/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":589,"Cost":360,"Date":"12/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":671,"Cost":637,"Date":"2/4/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":830,"Cost":544,"Date":"3/8/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":810,"Cost":700,"Date":"12/18/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":69,"Cost":61,"Date":"3/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":719,"Cost":415,"Date":"4/20/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":684,"Cost":416,"Date":"6/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":86,"Cost":82,"Date":"7/23/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":880,"Cost":512,"Date":"11/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":261,"Cost":225,"Date":"11/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":927,"Cost":714,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":892,"Cost":473,"Date":"5/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":627,"Cost":321,"Date":"9/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":183,"Cost":158,"Date":"1/3/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":309,"Cost":221,"Date":"2/2/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":955,"Cost":740,"Date":"3/18/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":582,"Cost":496,"Date":"10/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":644,"Cost":384,"Date":"2/16/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":972,"Cost":894,"Date":"6/7/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":899,"Cost":515,"Date":"1/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":934,"Cost":626,"Date":"3/27/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":667,"Cost":372,"Date":"5/12/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":361,"Cost":264,"Date":"7/28/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":613,"Date":"8/8/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":585,"Cost":344,"Date":"12/7/2019"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":430,"Cost":337,"Date":"1/17/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":69,"Cost":49,"Date":"3/8/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":659,"Cost":591,"Date":"6/6/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":575,"Cost":315,"Date":"6/16/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":319,"Cost":263,"Date":"8/13/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":816,"Cost":447,"Date":"11/19/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":53,"Cost":43,"Date":"12/28/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":49,"Cost":37,"Date":"2/4/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":807,"Cost":587,"Date":"3/8/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":944,"Cost":586,"Date":"12/18/2021"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":702,"Cost":537,"Date":"3/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":329,"Cost":187,"Date":"4/20/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":765,"Cost":635,"Date":"6/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":107,"Cost":71,"Date":"7/23/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":165,"Cost":95,"Date":"11/21/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":115,"Cost":97,"Date":"11/26/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":863,"Cost":780,"Date":"2/20/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":339,"Cost":183,"Date":"5/21/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":401,"Cost":235,"Date":"9/28/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":630,"Cost":515,"Date":"1/3/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":967,"Cost":881,"Date":"2/2/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":814,"Cost":603,"Date":"3/18/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":887,"Cost":646,"Date":"10/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":198,"Cost":148,"Date":"2/16/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":297,"Cost":198,"Date":"6/7/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":22,"Cost":21,"Date":"1/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":939,"Cost":470,"Date":"3/27/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":905,"Cost":463,"Date":"5/12/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":204,"Cost":106,"Date":"7/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":460,"Cost":358,"Date":"8/8/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":423,"Cost":374,"Date":"12/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":878,"Cost":714,"Date":"1/17/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":253,"Cost":236,"Date":"3/8/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":598,"Cost":330,"Date":"6/6/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":362,"Cost":288,"Date":"6/16/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":725,"Cost":660,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":504,"Date":"11/19/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":618,"Cost":576,"Date":"12/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":677,"Cost":606,"Date":"2/4/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":631,"Cost":488,"Date":"3/8/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":744,"Cost":475,"Date":"12/18/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":335,"Cost":279,"Date":"3/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":914,"Cost":856,"Date":"4/20/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":755,"Cost":584,"Date":"6/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":35,"Cost":31,"Date":"7/23/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":962,"Cost":676,"Date":"11/21/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":639,"Cost":382,"Date":"11/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":984,"Cost":675,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":448,"Cost":302,"Date":"5/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":364,"Cost":287,"Date":"9/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":732,"Cost":509,"Date":"1/3/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":847,"Cost":654,"Date":"2/2/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":610,"Cost":328,"Date":"3/18/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":896,"Cost":677,"Date":"10/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":789,"Cost":474,"Date":"2/16/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":374,"Cost":246,"Date":"6/7/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":836,"Cost":776,"Date":"1/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":107,"Cost":97,"Date":"3/27/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":973,"Cost":864,"Date":"5/12/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":156,"Cost":91,"Date":"7/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":534,"Cost":490,"Date":"8/8/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":178,"Cost":120,"Date":"12/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":218,"Cost":168,"Date":"1/17/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":34,"Cost":24,"Date":"3/8/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":839,"Cost":596,"Date":"6/6/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":670,"Cost":503,"Date":"6/16/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":582,"Cost":429,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":128,"Cost":89,"Date":"11/19/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":424,"Cost":304,"Date":"12/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":493,"Cost":277,"Date":"2/4/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":931,"Cost":779,"Date":"3/8/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":584,"Cost":405,"Date":"12/18/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":546,"Cost":332,"Date":"3/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":139,"Cost":81,"Date":"4/20/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":363,"Cost":291,"Date":"6/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":573,"Cost":444,"Date":"7/23/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":752,"Cost":632,"Date":"11/21/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":402,"Cost":234,"Date":"11/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":301,"Cost":153,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":917,"Cost":704,"Date":"5/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":659,"Cost":595,"Date":"9/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":177,"Cost":152,"Date":"1/3/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":148,"Cost":120,"Date":"2/2/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":971,"Cost":891,"Date":"3/18/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":133,"Cost":71,"Date":"10/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":150,"Cost":83,"Date":"2/16/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":861,"Cost":462,"Date":"6/7/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":301,"Cost":261,"Date":"1/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":221,"Cost":123,"Date":"3/27/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":628,"Cost":476,"Date":"5/12/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":816,"Cost":613,"Date":"7/28/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":691,"Cost":362,"Date":"8/8/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":640,"Cost":402,"Date":"12/7/2019"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":624,"Cost":570,"Date":"1/17/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":393,"Cost":257,"Date":"3/8/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":939,"Cost":611,"Date":"6/6/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":316,"Cost":206,"Date":"6/16/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":828,"Cost":442,"Date":"8/13/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":765,"Cost":714,"Date":"11/19/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":971,"Cost":862,"Date":"12/28/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":133,"Cost":92,"Date":"2/4/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":215,"Cost":146,"Date":"3/8/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":241,"Cost":215,"Date":"12/18/2021"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":29,"Cost":19,"Date":"3/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":484,"Cost":256,"Date":"4/20/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":982,"Cost":568,"Date":"6/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":83,"Cost":75,"Date":"7/23/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":220,"Cost":123,"Date":"11/21/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":114,"Cost":80,"Date":"11/26/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":855,"Cost":587,"Date":"2/20/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":262,"Cost":157,"Date":"5/21/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":555,"Cost":298,"Date":"9/28/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":197,"Cost":123,"Date":"1/3/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":558,"Cost":348,"Date":"2/2/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":372,"Cost":199,"Date":"3/18/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":558,"Cost":343,"Date":"10/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":315,"Cost":226,"Date":"2/16/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":124,"Cost":111,"Date":"6/7/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":856,"Cost":717,"Date":"1/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":145,"Cost":102,"Date":"3/27/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":48,"Cost":41,"Date":"5/12/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":838,"Cost":577,"Date":"7/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":215,"Cost":137,"Date":"8/8/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":297,"Cost":214,"Date":"12/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":637,"Cost":567,"Date":"1/17/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":306,"Cost":179,"Date":"3/8/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":208,"Cost":154,"Date":"6/6/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":537,"Cost":273,"Date":"6/16/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":830,"Cost":685,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":217,"Cost":176,"Date":"11/19/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":653,"Cost":353,"Date":"12/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":815,"Cost":473,"Date":"2/4/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":299,"Cost":166,"Date":"3/8/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":114,"Cost":105,"Date":"12/18/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":186,"Cost":151,"Date":"3/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":917,"Cost":822,"Date":"4/20/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":548,"Cost":499,"Date":"6/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":917,"Cost":579,"Date":"7/23/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":794,"Cost":520,"Date":"11/21/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":310,"Cost":216,"Date":"11/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":504,"Cost":415,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":203,"Cost":168,"Date":"5/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":791,"Cost":409,"Date":"9/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":887,"Cost":505,"Date":"1/3/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":46,"Cost":37,"Date":"2/2/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":929,"Cost":639,"Date":"3/18/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":909,"Cost":693,"Date":"10/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":524,"Date":"2/16/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":666,"Cost":617,"Date":"6/7/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":387,"Cost":293,"Date":"1/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":380,"Cost":233,"Date":"3/27/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":683,"Cost":366,"Date":"5/12/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":623,"Cost":451,"Date":"7/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":829,"Cost":559,"Date":"8/8/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":31,"Cost":26,"Date":"12/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":21,"Cost":17,"Date":"1/17/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":708,"Cost":370,"Date":"3/8/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":339,"Cost":258,"Date":"6/6/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":627,"Cost":335,"Date":"6/16/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":411,"Cost":241,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":292,"Cost":200,"Date":"11/19/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":778,"Cost":452,"Date":"12/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":288,"Cost":272,"Date":"2/4/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":908,"Cost":853,"Date":"3/8/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":596,"Cost":367,"Date":"12/18/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":604,"Cost":521,"Date":"3/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":59,"Cost":37,"Date":"4/20/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":338,"Cost":301,"Date":"6/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":363,"Cost":335,"Date":"7/23/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":813,"Cost":538,"Date":"11/21/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":141,"Cost":121,"Date":"11/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":679,"Cost":614,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":126,"Cost":77,"Date":"5/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":742,"Cost":641,"Date":"9/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":316,"Cost":176,"Date":"1/3/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":744,"Cost":411,"Date":"2/2/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":269,"Cost":241,"Date":"3/18/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":835,"Cost":492,"Date":"10/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":462,"Cost":308,"Date":"2/16/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":711,"Cost":385,"Date":"6/7/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":837,"Cost":550,"Date":"1/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":609,"Cost":496,"Date":"3/27/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":208,"Cost":172,"Date":"5/12/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":951,"Cost":844,"Date":"7/28/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":298,"Cost":179,"Date":"8/8/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":533,"Cost":434,"Date":"12/7/2019"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":422,"Cost":303,"Date":"1/17/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":162,"Cost":154,"Date":"3/8/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":256,"Cost":231,"Date":"6/6/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":185,"Cost":136,"Date":"6/16/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":858,"Cost":453,"Date":"8/13/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":731,"Cost":598,"Date":"11/19/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":796,"Cost":707,"Date":"12/28/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":131,"Cost":67,"Date":"2/4/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":516,"Cost":380,"Date":"3/8/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":425,"Cost":317,"Date":"12/18/2021"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":352,"Cost":333,"Date":"3/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":201,"Cost":137,"Date":"4/20/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":170,"Cost":93,"Date":"6/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":225,"Cost":117,"Date":"7/23/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":827,"Cost":652,"Date":"11/21/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":819,"Cost":480,"Date":"11/26/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":12,"Cost":9,"Date":"2/20/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":962,"Cost":523,"Date":"5/21/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":318,"Cost":275,"Date":"9/28/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":333,"Cost":237,"Date":"1/3/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":504,"Cost":390,"Date":"2/2/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":294,"Cost":189,"Date":"3/18/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":179,"Date":"10/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":310,"Date":"2/16/2018"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":504,"Cost":472,"Date":"6/7/2018"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":538,"Cost":324,"Date":"1/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":184,"Cost":159,"Date":"3/27/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":200,"Cost":121,"Date":"5/12/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":938,"Cost":828,"Date":"7/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":136,"Cost":86,"Date":"8/8/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":643,"Cost":395,"Date":"12/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":669,"Cost":362,"Date":"1/17/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":222,"Cost":147,"Date":"3/8/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":195,"Cost":147,"Date":"6/6/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":692,"Cost":431,"Date":"6/16/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":471,"Cost":369,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":748,"Cost":396,"Date":"11/19/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":107,"Cost":65,"Date":"12/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":695,"Cost":454,"Date":"2/4/2021"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":937,"Cost":570,"Date":"3/8/2021"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":372,"Cost":225,"Date":"12/18/2021"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":620,"Cost":414,"Date":"3/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":659,"Cost":363,"Date":"4/20/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":199,"Cost":145,"Date":"6/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":296,"Cost":174,"Date":"7/23/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":65,"Cost":45,"Date":"11/21/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":515,"Cost":462,"Date":"11/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":925,"Cost":807,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":128,"Cost":65,"Date":"5/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":792,"Cost":563,"Date":"9/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":858,"Cost":466,"Date":"1/3/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":223,"Cost":176,"Date":"2/2/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":391,"Cost":233,"Date":"3/18/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":44,"Cost":23,"Date":"10/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":18,"Cost":9,"Date":"2/16/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":976,"Cost":716,"Date":"6/7/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":540,"Cost":295,"Date":"1/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":288,"Cost":212,"Date":"3/27/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":406,"Cost":267,"Date":"5/12/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":685,"Cost":566,"Date":"7/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":426,"Cost":216,"Date":"8/8/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":771,"Cost":508,"Date":"12/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":319,"Cost":214,"Date":"1/17/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":296,"Cost":262,"Date":"3/8/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":720,"Cost":419,"Date":"6/6/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":817,"Cost":710,"Date":"6/16/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":288,"Cost":231,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":398,"Cost":364,"Date":"11/19/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":971,"Cost":840,"Date":"12/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":524,"Cost":489,"Date":"2/4/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":10,"Cost":9,"Date":"3/8/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":984,"Cost":609,"Date":"12/18/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":519,"Cost":410,"Date":"3/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":480,"Cost":270,"Date":"4/20/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":682,"Cost":376,"Date":"6/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":195,"Cost":106,"Date":"7/23/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":609,"Cost":485,"Date":"11/21/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":889,"Cost":500,"Date":"11/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":962,"Cost":784,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":736,"Cost":561,"Date":"5/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":370,"Cost":286,"Date":"9/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":482,"Cost":289,"Date":"1/3/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":358,"Cost":258,"Date":"2/2/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":927,"Cost":807,"Date":"3/18/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":947,"Cost":677,"Date":"10/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":81,"Cost":58,"Date":"2/16/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":871,"Cost":775,"Date":"6/7/2018"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":129,"Cost":85,"Date":"1/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":274,"Cost":227,"Date":"3/27/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":418,"Cost":286,"Date":"5/12/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":548,"Cost":456,"Date":"7/28/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":412,"Cost":388,"Date":"8/8/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":676,"Date":"12/7/2019"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":717,"Cost":384,"Date":"1/17/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":334,"Cost":168,"Date":"3/8/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":10,"Cost":6,"Date":"6/6/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":397,"Cost":213,"Date":"6/16/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":484,"Cost":343,"Date":"8/13/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":857,"Cost":621,"Date":"11/19/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":645,"Cost":392,"Date":"12/28/2020"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":264,"Date":"2/4/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":846,"Cost":473,"Date":"3/8/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":395,"Cost":241,"Date":"12/18/2021"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":214,"Cost":180,"Date":"3/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":943,"Cost":819,"Date":"4/20/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":678,"Cost":340,"Date":"6/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":551,"Cost":501,"Date":"7/23/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":109,"Cost":60,"Date":"11/21/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":381,"Cost":345,"Date":"11/26/2022"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":65,"Cost":51,"Date":"2/20/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":370,"Cost":340,"Date":"5/21/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":546,"Cost":374,"Date":"9/28/2023"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":80,"Cost":42,"Date":"1/3/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":455,"Cost":256,"Date":"2/2/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":45,"Cost":40,"Date":"3/18/2024"},{"Store":"Vredenburg, Utrecht","Brand":"Nova","Country":"Netherlands","Sale":632,"Cost":369,"Date":"10/14/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":418,"Cost":397,"Date":"2/16/2018"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":500,"Cost":441,"Date":"6/7/2018"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":361,"Cost":214,"Date":"1/28/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":961,"Cost":805,"Date":"3/27/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":426,"Cost":366,"Date":"5/12/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":333,"Cost":208,"Date":"7/28/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":735,"Cost":691,"Date":"8/8/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":867,"Cost":675,"Date":"12/7/2019"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":599,"Cost":480,"Date":"1/17/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":409,"Cost":278,"Date":"3/8/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":281,"Cost":224,"Date":"6/6/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":995,"Cost":919,"Date":"6/16/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":849,"Cost":563,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":951,"Cost":663,"Date":"11/19/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":630,"Cost":566,"Date":"12/28/2020"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":586,"Cost":554,"Date":"2/4/2021"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":335,"Cost":238,"Date":"3/8/2021"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":101,"Cost":60,"Date":"12/18/2021"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":403,"Cost":247,"Date":"3/31/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":479,"Cost":391,"Date":"4/20/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":323,"Cost":291,"Date":"6/26/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":12,"Cost":8,"Date":"7/23/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":501,"Cost":439,"Date":"11/21/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":584,"Cost":480,"Date":"11/26/2022"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":23,"Cost":21,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":774,"Cost":409,"Date":"5/21/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":195,"Cost":169,"Date":"9/28/2023"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":272,"Cost":205,"Date":"1/3/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":434,"Cost":395,"Date":"2/2/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":692,"Cost":450,"Date":"3/18/2024"},{"Store":"De Passage, The Hague","Brand":"HM Home","Country":"Netherlands","Sale":755,"Cost":450,"Date":"10/14/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":902,"Cost":785,"Date":"2/16/2018"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":861,"Cost":608,"Date":"6/7/2018"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":905,"Cost":804,"Date":"1/28/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":363,"Cost":217,"Date":"3/27/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":674,"Cost":341,"Date":"5/12/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":228,"Cost":138,"Date":"7/28/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":354,"Cost":266,"Date":"8/8/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":311,"Cost":199,"Date":"12/7/2019"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":131,"Cost":119,"Date":"1/17/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":76,"Cost":43,"Date":"3/8/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":821,"Cost":735,"Date":"6/6/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":699,"Cost":394,"Date":"6/16/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":33,"Cost":21,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":960,"Cost":563,"Date":"11/19/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":557,"Cost":483,"Date":"12/28/2020"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":459,"Cost":238,"Date":"2/4/2021"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":722,"Cost":440,"Date":"3/8/2021"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":182,"Cost":102,"Date":"12/18/2021"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":100,"Cost":62,"Date":"3/31/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":484,"Cost":334,"Date":"4/20/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":880,"Cost":483,"Date":"6/26/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":369,"Cost":232,"Date":"7/23/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":674,"Cost":487,"Date":"11/21/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":132,"Cost":68,"Date":"11/26/2022"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":801,"Cost":523,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":16,"Cost":8,"Date":"5/21/2023"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":428,"Cost":337,"Date":"9/28/2023"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":589,"Cost":419,"Date":"1/3/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":273,"Cost":184,"Date":"2/2/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":749,"Cost":495,"Date":"3/18/2024"},{"Store":"De Passage, The Hague","Brand":"COS","Country":"Netherlands","Sale":732,"Cost":466,"Date":"10/14/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":832,"Cost":464,"Date":"2/16/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":256,"Cost":146,"Date":"6/7/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":371,"Cost":201,"Date":"1/28/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":705,"Cost":557,"Date":"3/27/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":151,"Cost":113,"Date":"5/12/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":531,"Cost":278,"Date":"7/28/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":598,"Cost":417,"Date":"8/8/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":1000,"Cost":894,"Date":"12/7/2019"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":967,"Cost":865,"Date":"1/17/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":235,"Cost":175,"Date":"3/8/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":723,"Cost":524,"Date":"6/6/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":714,"Cost":623,"Date":"6/16/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":85,"Cost":54,"Date":"8/13/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":916,"Cost":719,"Date":"11/19/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":120,"Cost":75,"Date":"12/28/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":307,"Cost":274,"Date":"2/4/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":309,"Cost":179,"Date":"3/8/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":278,"Cost":184,"Date":"12/18/2021"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":887,"Cost":545,"Date":"3/31/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":418,"Date":"4/20/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":227,"Cost":140,"Date":"6/26/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":656,"Cost":556,"Date":"7/23/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":764,"Cost":569,"Date":"11/21/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":63,"Cost":45,"Date":"11/26/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":42,"Cost":31,"Date":"2/20/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":516,"Cost":308,"Date":"5/21/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":913,"Cost":540,"Date":"9/28/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":133,"Cost":103,"Date":"1/3/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":294,"Cost":157,"Date":"2/2/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":91,"Cost":66,"Date":"3/18/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":99,"Cost":60,"Date":"10/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":239,"Cost":189,"Date":"2/16/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":421,"Cost":323,"Date":"6/7/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":19,"Cost":16,"Date":"1/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":919,"Cost":581,"Date":"3/27/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":423,"Cost":369,"Date":"5/12/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":960,"Cost":780,"Date":"7/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":262,"Cost":133,"Date":"8/8/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":983,"Cost":735,"Date":"12/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":209,"Cost":162,"Date":"1/17/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":895,"Cost":586,"Date":"3/8/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":978,"Cost":625,"Date":"6/6/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":602,"Cost":424,"Date":"6/16/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":138,"Cost":114,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":837,"Cost":642,"Date":"11/19/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":398,"Cost":332,"Date":"12/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":987,"Cost":531,"Date":"2/4/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":938,"Cost":502,"Date":"3/8/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":766,"Cost":526,"Date":"12/18/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":874,"Cost":620,"Date":"3/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":758,"Cost":600,"Date":"4/20/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":1,"Cost":1,"Date":"6/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":542,"Cost":315,"Date":"7/23/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":11,"Cost":7,"Date":"11/21/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":99,"Cost":61,"Date":"11/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":809,"Cost":674,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":557,"Cost":419,"Date":"5/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":801,"Cost":707,"Date":"9/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":701,"Cost":598,"Date":"1/3/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":138,"Cost":97,"Date":"2/2/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":156,"Cost":95,"Date":"3/18/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM","Country":"Netherlands","Sale":368,"Cost":293,"Date":"10/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":845,"Cost":622,"Date":"2/16/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":561,"Cost":414,"Date":"6/7/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":559,"Cost":463,"Date":"1/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":660,"Cost":457,"Date":"3/27/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":664,"Cost":457,"Date":"5/12/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":623,"Cost":373,"Date":"7/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":677,"Cost":388,"Date":"8/8/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":283,"Cost":191,"Date":"12/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":463,"Cost":301,"Date":"1/17/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":894,"Cost":757,"Date":"3/8/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":54,"Cost":31,"Date":"6/6/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":981,"Cost":611,"Date":"6/16/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":64,"Cost":41,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":793,"Cost":705,"Date":"11/19/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":296,"Cost":244,"Date":"12/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":238,"Cost":191,"Date":"2/4/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":261,"Cost":189,"Date":"3/8/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":751,"Cost":672,"Date":"12/18/2021"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":746,"Cost":419,"Date":"3/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":226,"Cost":121,"Date":"4/20/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":161,"Cost":127,"Date":"6/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":464,"Cost":289,"Date":"7/23/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":112,"Cost":92,"Date":"11/21/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":960,"Cost":641,"Date":"11/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":238,"Cost":190,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":490,"Cost":258,"Date":"5/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":341,"Cost":224,"Date":"9/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":622,"Cost":312,"Date":"1/3/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":657,"Cost":492,"Date":"2/2/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":432,"Cost":280,"Date":"3/18/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":948,"Cost":532,"Date":"10/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":766,"Cost":598,"Date":"2/16/2018"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":82,"Cost":67,"Date":"6/7/2018"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":653,"Cost":535,"Date":"1/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":955,"Cost":504,"Date":"3/27/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":50,"Cost":47,"Date":"5/12/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":91,"Cost":67,"Date":"7/28/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":554,"Cost":443,"Date":"8/8/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":599,"Cost":340,"Date":"12/7/2019"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":337,"Cost":284,"Date":"1/17/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":917,"Cost":740,"Date":"3/8/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":751,"Cost":482,"Date":"6/6/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":922,"Cost":873,"Date":"6/16/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":132,"Cost":98,"Date":"8/13/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":50,"Cost":25,"Date":"11/19/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":950,"Cost":695,"Date":"12/28/2020"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":879,"Cost":643,"Date":"2/4/2021"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":927,"Cost":706,"Date":"3/8/2021"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":675,"Cost":385,"Date":"12/18/2021"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":276,"Cost":147,"Date":"3/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":190,"Cost":172,"Date":"4/20/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":57,"Cost":49,"Date":"6/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":686,"Cost":459,"Date":"7/23/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":239,"Cost":149,"Date":"11/21/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":850,"Cost":464,"Date":"11/26/2022"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":267,"Cost":223,"Date":"2/20/2023"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":351,"Cost":269,"Date":"5/21/2023"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":746,"Cost":392,"Date":"9/28/2023"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":845,"Cost":773,"Date":"1/3/2024"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":272,"Cost":161,"Date":"2/2/2024"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":342,"Cost":312,"Date":"3/18/2024"},{"Store":"Entre Deux, Maastricht","Brand":"COS","Country":"Netherlands","Sale":932,"Cost":548,"Date":"10/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":22,"Cost":14,"Date":"2/16/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":705,"Cost":420,"Date":"6/7/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":732,"Cost":591,"Date":"1/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":999,"Cost":624,"Date":"3/27/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":286,"Cost":231,"Date":"5/12/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":751,"Cost":684,"Date":"7/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":351,"Cost":227,"Date":"8/8/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":248,"Cost":198,"Date":"12/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":710,"Cost":449,"Date":"1/17/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":16,"Cost":8,"Date":"3/8/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":20,"Cost":10,"Date":"6/6/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":280,"Date":"6/16/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":66,"Cost":34,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":991,"Cost":878,"Date":"11/19/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":240,"Cost":214,"Date":"12/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":140,"Cost":110,"Date":"2/4/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":746,"Cost":608,"Date":"3/8/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":752,"Cost":449,"Date":"12/18/2021"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":803,"Cost":681,"Date":"3/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":223,"Cost":119,"Date":"4/20/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":292,"Cost":231,"Date":"6/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":970,"Cost":771,"Date":"7/23/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":941,"Cost":600,"Date":"11/21/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":940,"Cost":758,"Date":"11/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":288,"Cost":213,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":821,"Cost":416,"Date":"5/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":219,"Cost":176,"Date":"9/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":612,"Cost":485,"Date":"1/3/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":558,"Cost":354,"Date":"2/2/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":649,"Cost":553,"Date":"3/18/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Nova","Country":"Netherlands","Sale":506,"Cost":439,"Date":"10/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":434,"Cost":348,"Date":"2/16/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":571,"Cost":319,"Date":"6/7/2018"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":336,"Cost":264,"Date":"1/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":37,"Cost":20,"Date":"3/27/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":440,"Date":"5/12/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":748,"Cost":517,"Date":"7/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":363,"Cost":196,"Date":"8/8/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":817,"Cost":585,"Date":"12/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":614,"Cost":368,"Date":"1/17/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":184,"Cost":146,"Date":"3/8/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":783,"Cost":671,"Date":"6/6/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":278,"Cost":149,"Date":"6/16/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":855,"Cost":463,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":929,"Cost":560,"Date":"11/19/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":950,"Cost":780,"Date":"12/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":256,"Date":"2/4/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":319,"Cost":260,"Date":"3/8/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":937,"Cost":720,"Date":"12/18/2021"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":278,"Cost":153,"Date":"3/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":198,"Cost":149,"Date":"4/20/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":837,"Cost":478,"Date":"6/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":663,"Cost":340,"Date":"7/23/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":219,"Cost":171,"Date":"11/21/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":524,"Cost":337,"Date":"11/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":384,"Cost":201,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":922,"Cost":662,"Date":"5/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":719,"Cost":509,"Date":"9/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":626,"Cost":471,"Date":"1/3/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":355,"Cost":319,"Date":"2/2/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":275,"Cost":260,"Date":"3/18/2024"},{"Store":"Groninger Forum, Groningen","Brand":"HM Home","Country":"Netherlands","Sale":301,"Cost":211,"Date":"10/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":753,"Cost":530,"Date":"2/16/2018"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":23,"Cost":11,"Date":"6/7/2018"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":102,"Cost":56,"Date":"1/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":17,"Cost":14,"Date":"3/27/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":235,"Cost":160,"Date":"5/12/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":810,"Cost":680,"Date":"7/28/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":628,"Cost":587,"Date":"8/8/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":283,"Date":"12/7/2019"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":879,"Cost":536,"Date":"1/17/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":697,"Cost":650,"Date":"3/8/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":115,"Cost":94,"Date":"6/6/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":215,"Cost":173,"Date":"6/16/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":522,"Cost":487,"Date":"8/13/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":615,"Cost":499,"Date":"11/19/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":384,"Cost":268,"Date":"12/28/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":832,"Cost":665,"Date":"2/4/2021"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":2,"Cost":1,"Date":"3/8/2021"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":915,"Cost":799,"Date":"12/18/2021"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":231,"Cost":146,"Date":"3/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":502,"Cost":303,"Date":"4/20/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":700,"Cost":535,"Date":"6/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":693,"Cost":641,"Date":"7/23/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":608,"Cost":489,"Date":"11/21/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":551,"Cost":294,"Date":"11/26/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":162,"Cost":115,"Date":"2/20/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":538,"Cost":312,"Date":"5/21/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":103,"Cost":87,"Date":"9/28/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":409,"Cost":352,"Date":"1/3/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":444,"Cost":394,"Date":"2/2/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":364,"Cost":247,"Date":"3/18/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":131,"Cost":101,"Date":"10/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":131,"Cost":121,"Date":"2/16/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":823,"Cost":462,"Date":"6/7/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":42,"Cost":21,"Date":"1/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":853,"Cost":681,"Date":"3/27/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":802,"Cost":663,"Date":"5/12/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":868,"Cost":803,"Date":"7/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":776,"Cost":423,"Date":"8/8/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":658,"Cost":610,"Date":"12/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":281,"Cost":201,"Date":"1/17/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":202,"Cost":112,"Date":"3/8/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":35,"Cost":17,"Date":"6/6/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":652,"Cost":344,"Date":"6/16/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":49,"Cost":42,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":280,"Cost":141,"Date":"11/19/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":43,"Cost":25,"Date":"12/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":859,"Cost":815,"Date":"2/4/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":644,"Cost":509,"Date":"3/8/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":94,"Cost":52,"Date":"12/18/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":320,"Cost":264,"Date":"3/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":215,"Cost":133,"Date":"4/20/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":936,"Cost":521,"Date":"6/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":790,"Cost":462,"Date":"7/23/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":374,"Cost":220,"Date":"11/21/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":657,"Cost":538,"Date":"11/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":957,"Cost":835,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":259,"Cost":148,"Date":"5/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":636,"Cost":337,"Date":"9/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":714,"Date":"1/3/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":344,"Cost":194,"Date":"2/2/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":51,"Cost":31,"Date":"3/18/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Jeans","Country":"Netherlands","Sale":98,"Cost":75,"Date":"10/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":23,"Cost":22,"Date":"2/16/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":897,"Cost":599,"Date":"6/7/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":541,"Cost":459,"Date":"1/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":428,"Cost":259,"Date":"3/27/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":484,"Cost":398,"Date":"5/12/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":456,"Cost":423,"Date":"7/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":40,"Cost":26,"Date":"8/8/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":348,"Cost":201,"Date":"12/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":231,"Cost":122,"Date":"1/17/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":838,"Cost":651,"Date":"3/8/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":828,"Cost":602,"Date":"6/6/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":94,"Cost":88,"Date":"6/16/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":694,"Cost":606,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":240,"Cost":172,"Date":"11/19/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":126,"Cost":109,"Date":"12/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":307,"Cost":204,"Date":"2/4/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":86,"Cost":60,"Date":"3/8/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":680,"Cost":542,"Date":"12/18/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":540,"Cost":305,"Date":"3/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":821,"Cost":614,"Date":"4/20/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":485,"Cost":266,"Date":"6/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":586,"Cost":345,"Date":"7/23/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":97,"Cost":62,"Date":"11/21/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":565,"Cost":315,"Date":"11/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":963,"Cost":778,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":733,"Cost":587,"Date":"5/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":411,"Cost":360,"Date":"9/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":289,"Cost":173,"Date":"1/3/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":994,"Cost":767,"Date":"2/2/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":687,"Cost":491,"Date":"3/18/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":702,"Cost":354,"Date":"10/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":713,"Cost":574,"Date":"2/16/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":684,"Cost":603,"Date":"6/7/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":913,"Cost":648,"Date":"1/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":967,"Cost":564,"Date":"3/27/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":543,"Cost":406,"Date":"5/12/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":540,"Cost":379,"Date":"7/28/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":350,"Cost":225,"Date":"8/8/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":201,"Cost":118,"Date":"12/7/2019"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":116,"Cost":67,"Date":"1/17/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":188,"Cost":169,"Date":"3/8/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":823,"Cost":598,"Date":"6/6/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":886,"Cost":602,"Date":"6/16/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":207,"Cost":162,"Date":"8/13/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":339,"Cost":276,"Date":"11/19/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":154,"Cost":78,"Date":"12/28/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":242,"Cost":129,"Date":"2/4/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":510,"Cost":481,"Date":"3/8/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":235,"Cost":217,"Date":"12/18/2021"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":266,"Cost":244,"Date":"3/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":554,"Cost":319,"Date":"4/20/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":418,"Cost":380,"Date":"6/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":443,"Cost":269,"Date":"7/23/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":895,"Cost":757,"Date":"11/21/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":809,"Cost":485,"Date":"11/26/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":99,"Cost":54,"Date":"2/20/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":616,"Cost":452,"Date":"5/21/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":845,"Cost":489,"Date":"9/28/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":953,"Cost":888,"Date":"1/3/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":655,"Cost":567,"Date":"2/2/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":478,"Cost":283,"Date":"3/18/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":350,"Cost":321,"Date":"10/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":177,"Cost":147,"Date":"2/16/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":162,"Cost":142,"Date":"6/7/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":155,"Cost":95,"Date":"1/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":568,"Cost":395,"Date":"3/27/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":576,"Cost":508,"Date":"5/12/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":180,"Cost":123,"Date":"7/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":511,"Cost":315,"Date":"8/8/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":775,"Cost":396,"Date":"12/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":552,"Cost":292,"Date":"1/17/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":396,"Cost":300,"Date":"3/8/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":270,"Cost":178,"Date":"6/6/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":387,"Cost":286,"Date":"6/16/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":788,"Cost":629,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":27,"Cost":23,"Date":"11/19/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":951,"Cost":684,"Date":"12/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":641,"Cost":430,"Date":"2/4/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":865,"Cost":619,"Date":"3/8/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":234,"Cost":148,"Date":"12/18/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":23,"Cost":17,"Date":"3/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":226,"Cost":213,"Date":"4/20/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":655,"Cost":397,"Date":"6/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":428,"Cost":396,"Date":"7/23/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":610,"Cost":453,"Date":"11/21/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":231,"Cost":126,"Date":"11/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":877,"Cost":701,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":584,"Cost":407,"Date":"5/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":190,"Cost":162,"Date":"9/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":646,"Cost":580,"Date":"1/3/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":605,"Cost":416,"Date":"2/2/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":63,"Cost":54,"Date":"3/18/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":43,"Cost":21,"Date":"10/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":138,"Cost":72,"Date":"2/16/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":181,"Cost":134,"Date":"6/7/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":412,"Cost":389,"Date":"1/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":923,"Cost":815,"Date":"3/27/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":198,"Cost":105,"Date":"5/12/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":794,"Cost":492,"Date":"7/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":844,"Cost":457,"Date":"8/8/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":180,"Cost":160,"Date":"12/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":13,"Cost":7,"Date":"1/17/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":98,"Cost":85,"Date":"3/8/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":891,"Cost":731,"Date":"6/6/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":926,"Cost":804,"Date":"6/16/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":206,"Cost":155,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":462,"Cost":268,"Date":"11/19/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":965,"Cost":491,"Date":"12/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":601,"Cost":452,"Date":"2/4/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":69,"Cost":48,"Date":"3/8/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":732,"Cost":598,"Date":"12/18/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":608,"Cost":369,"Date":"3/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":731,"Cost":665,"Date":"4/20/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":536,"Cost":447,"Date":"6/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":568,"Cost":475,"Date":"7/23/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":662,"Cost":390,"Date":"11/21/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":9,"Cost":4,"Date":"11/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":733,"Cost":386,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":902,"Cost":822,"Date":"5/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":148,"Cost":85,"Date":"9/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":783,"Cost":473,"Date":"1/3/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":509,"Cost":438,"Date":"2/2/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":520,"Cost":434,"Date":"3/18/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":973,"Cost":651,"Date":"10/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":143,"Date":"2/16/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":888,"Cost":739,"Date":"6/7/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":950,"Cost":680,"Date":"1/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":600,"Cost":542,"Date":"3/27/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":84,"Cost":64,"Date":"5/12/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":965,"Cost":649,"Date":"7/28/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":104,"Cost":90,"Date":"8/8/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":908,"Cost":498,"Date":"12/7/2019"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":839,"Cost":649,"Date":"1/17/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":78,"Cost":63,"Date":"3/8/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":502,"Cost":466,"Date":"6/6/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":896,"Cost":657,"Date":"6/16/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":306,"Cost":212,"Date":"8/13/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":381,"Cost":249,"Date":"11/19/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":808,"Cost":748,"Date":"12/28/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":998,"Cost":902,"Date":"2/4/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":785,"Cost":570,"Date":"3/8/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":174,"Cost":151,"Date":"12/18/2021"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":997,"Cost":528,"Date":"3/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":482,"Cost":247,"Date":"4/20/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":282,"Date":"6/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":451,"Cost":306,"Date":"7/23/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":790,"Cost":606,"Date":"11/21/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":219,"Cost":195,"Date":"11/26/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":259,"Cost":246,"Date":"2/20/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":994,"Cost":638,"Date":"5/21/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":934,"Cost":494,"Date":"9/28/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":827,"Cost":763,"Date":"1/3/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":91,"Cost":52,"Date":"2/2/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":206,"Cost":189,"Date":"3/18/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":28,"Cost":24,"Date":"10/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":273,"Cost":229,"Date":"2/16/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":975,"Cost":697,"Date":"6/7/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":96,"Cost":85,"Date":"1/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":431,"Cost":361,"Date":"3/27/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":778,"Cost":588,"Date":"5/12/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":166,"Cost":89,"Date":"7/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":283,"Cost":189,"Date":"8/8/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":370,"Cost":294,"Date":"12/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":12,"Cost":9,"Date":"1/17/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":988,"Cost":494,"Date":"3/8/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":580,"Cost":310,"Date":"6/6/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":249,"Cost":129,"Date":"6/16/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":134,"Cost":106,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":843,"Cost":428,"Date":"11/19/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":945,"Cost":595,"Date":"12/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":88,"Cost":58,"Date":"2/4/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":973,"Cost":924,"Date":"3/8/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":659,"Cost":544,"Date":"12/18/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":621,"Cost":486,"Date":"3/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":519,"Cost":421,"Date":"4/20/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":724,"Cost":550,"Date":"6/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":245,"Cost":228,"Date":"7/23/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":753,"Cost":484,"Date":"11/21/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":44,"Cost":37,"Date":"11/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":612,"Cost":435,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":886,"Cost":673,"Date":"5/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":82,"Cost":57,"Date":"9/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":820,"Cost":753,"Date":"1/3/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":76,"Cost":64,"Date":"2/2/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":272,"Cost":239,"Date":"3/18/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":732,"Cost":660,"Date":"10/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":591,"Cost":312,"Date":"2/16/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":948,"Cost":797,"Date":"6/7/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":12,"Cost":10,"Date":"1/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":380,"Cost":346,"Date":"3/27/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":743,"Cost":500,"Date":"5/12/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":947,"Cost":496,"Date":"7/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":595,"Cost":369,"Date":"8/8/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":713,"Cost":574,"Date":"12/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":619,"Date":"1/17/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":805,"Cost":701,"Date":"3/8/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":995,"Cost":900,"Date":"6/6/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":469,"Cost":382,"Date":"6/16/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":461,"Cost":342,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":156,"Cost":146,"Date":"11/19/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":553,"Cost":277,"Date":"12/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":960,"Cost":839,"Date":"2/4/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":401,"Cost":369,"Date":"3/8/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":803,"Cost":727,"Date":"12/18/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":808,"Cost":485,"Date":"3/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":363,"Cost":256,"Date":"4/20/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":139,"Cost":120,"Date":"6/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":395,"Cost":349,"Date":"7/23/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":546,"Cost":516,"Date":"11/21/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":230,"Cost":130,"Date":"11/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":25,"Cost":13,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":504,"Cost":451,"Date":"5/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":278,"Cost":250,"Date":"9/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":924,"Cost":752,"Date":"1/3/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":317,"Cost":182,"Date":"2/2/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":300,"Cost":163,"Date":"3/18/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Nova","Country":"Netherlands","Sale":480,"Cost":431,"Date":"10/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":631,"Cost":356,"Date":"2/16/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":513,"Cost":301,"Date":"6/7/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":270,"Cost":156,"Date":"1/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":153,"Cost":145,"Date":"3/27/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":220,"Cost":168,"Date":"5/12/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":798,"Cost":631,"Date":"7/28/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":504,"Cost":399,"Date":"8/8/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":419,"Cost":325,"Date":"12/7/2019"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":193,"Cost":156,"Date":"1/17/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":836,"Cost":539,"Date":"3/8/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":978,"Cost":592,"Date":"6/6/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":312,"Cost":254,"Date":"6/16/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":145,"Cost":96,"Date":"8/13/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":732,"Cost":425,"Date":"11/19/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":126,"Cost":72,"Date":"12/28/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":939,"Cost":740,"Date":"2/4/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":623,"Cost":587,"Date":"3/8/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":630,"Cost":541,"Date":"12/18/2021"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":70,"Cost":66,"Date":"3/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":635,"Cost":558,"Date":"4/20/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":134,"Cost":122,"Date":"6/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":37,"Cost":24,"Date":"7/23/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":342,"Cost":301,"Date":"11/21/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":96,"Cost":48,"Date":"11/26/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":147,"Cost":87,"Date":"2/20/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":623,"Cost":567,"Date":"5/21/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":113,"Cost":100,"Date":"9/28/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":66,"Cost":46,"Date":"1/3/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":33,"Cost":24,"Date":"2/2/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":289,"Cost":224,"Date":"3/18/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":265,"Cost":136,"Date":"10/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":576,"Cost":374,"Date":"2/16/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":977,"Cost":716,"Date":"6/7/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":476,"Cost":390,"Date":"1/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":131,"Cost":113,"Date":"3/27/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":25,"Cost":23,"Date":"5/12/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":423,"Cost":380,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":67,"Cost":51,"Date":"8/8/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":4,"Cost":2,"Date":"12/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":755,"Cost":553,"Date":"1/17/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":586,"Cost":414,"Date":"3/8/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":481,"Cost":423,"Date":"6/6/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":27,"Cost":20,"Date":"6/16/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":471,"Cost":363,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":50,"Cost":27,"Date":"11/19/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":990,"Cost":611,"Date":"12/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":61,"Cost":51,"Date":"2/4/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":471,"Cost":353,"Date":"3/8/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":123,"Date":"12/18/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":900,"Cost":812,"Date":"3/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":995,"Cost":667,"Date":"4/20/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":207,"Cost":169,"Date":"6/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":297,"Cost":262,"Date":"7/23/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":995,"Cost":728,"Date":"11/21/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":222,"Cost":205,"Date":"11/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":193,"Cost":125,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":197,"Cost":137,"Date":"5/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":103,"Cost":86,"Date":"9/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":688,"Cost":594,"Date":"1/3/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":541,"Cost":430,"Date":"2/2/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":348,"Cost":192,"Date":"3/18/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":335,"Cost":274,"Date":"10/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":321,"Cost":304,"Date":"2/16/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":807,"Cost":654,"Date":"6/7/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":60,"Cost":35,"Date":"1/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":39,"Cost":33,"Date":"3/27/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":99,"Cost":91,"Date":"5/12/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":888,"Cost":783,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":203,"Date":"8/8/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":277,"Cost":163,"Date":"12/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":383,"Cost":298,"Date":"1/17/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":480,"Cost":406,"Date":"3/8/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":530,"Cost":347,"Date":"6/6/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":97,"Cost":49,"Date":"6/16/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":1000,"Cost":851,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":711,"Cost":646,"Date":"11/19/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":211,"Cost":187,"Date":"12/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":161,"Cost":133,"Date":"2/4/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":852,"Cost":582,"Date":"3/8/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":364,"Cost":263,"Date":"12/18/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":418,"Cost":361,"Date":"3/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":458,"Cost":308,"Date":"4/20/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":996,"Cost":799,"Date":"6/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":75,"Cost":40,"Date":"7/23/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":263,"Cost":201,"Date":"11/21/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":334,"Cost":207,"Date":"11/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":672,"Cost":413,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":910,"Cost":463,"Date":"5/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":833,"Cost":661,"Date":"9/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":581,"Cost":374,"Date":"1/3/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":789,"Cost":658,"Date":"2/2/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":79,"Cost":46,"Date":"3/18/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":27,"Cost":19,"Date":"10/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":96,"Cost":79,"Date":"2/16/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":359,"Cost":305,"Date":"6/7/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":86,"Cost":81,"Date":"1/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":959,"Cost":903,"Date":"3/27/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":433,"Cost":393,"Date":"5/12/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":871,"Cost":498,"Date":"7/28/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":438,"Cost":371,"Date":"8/8/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":115,"Cost":74,"Date":"12/7/2019"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":80,"Cost":45,"Date":"1/17/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":299,"Cost":280,"Date":"3/8/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":401,"Cost":275,"Date":"6/6/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":302,"Cost":162,"Date":"6/16/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":735,"Cost":562,"Date":"8/13/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":505,"Cost":425,"Date":"11/19/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":398,"Cost":225,"Date":"12/28/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":212,"Cost":138,"Date":"2/4/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":245,"Cost":153,"Date":"3/8/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":319,"Cost":214,"Date":"12/18/2021"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":285,"Cost":239,"Date":"3/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":984,"Cost":684,"Date":"4/20/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":196,"Cost":129,"Date":"6/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":23,"Cost":13,"Date":"7/23/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":695,"Cost":376,"Date":"11/21/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":974,"Cost":590,"Date":"11/26/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":781,"Cost":531,"Date":"2/20/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":405,"Cost":312,"Date":"5/21/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":348,"Cost":253,"Date":"9/28/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":444,"Cost":375,"Date":"1/3/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":79,"Cost":44,"Date":"2/2/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":374,"Cost":312,"Date":"3/18/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":742,"Cost":389,"Date":"10/14/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":442,"Cost":221,"Date":"2/16/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":945,"Cost":665,"Date":"6/7/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":279,"Cost":250,"Date":"1/28/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":629,"Cost":447,"Date":"3/27/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":558,"Cost":360,"Date":"5/12/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":949,"Cost":577,"Date":"7/28/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":89,"Cost":66,"Date":"8/8/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":639,"Cost":593,"Date":"12/7/2019"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":388,"Cost":320,"Date":"1/17/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":873,"Cost":528,"Date":"3/8/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":936,"Cost":788,"Date":"6/6/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":664,"Cost":574,"Date":"6/16/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":405,"Cost":280,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":686,"Cost":402,"Date":"11/19/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":856,"Cost":649,"Date":"12/28/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":24,"Cost":21,"Date":"2/4/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":44,"Cost":24,"Date":"3/8/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":571,"Cost":525,"Date":"12/18/2021"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":320,"Cost":288,"Date":"3/31/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":935,"Cost":843,"Date":"4/20/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":124,"Cost":84,"Date":"6/26/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":703,"Cost":501,"Date":"7/23/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":291,"Cost":218,"Date":"11/21/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":755,"Cost":508,"Date":"11/26/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":598,"Cost":312,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":250,"Cost":189,"Date":"5/21/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":737,"Cost":533,"Date":"9/28/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":618,"Cost":374,"Date":"1/3/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":635,"Cost":480,"Date":"2/2/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":78,"Cost":61,"Date":"3/18/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":866,"Cost":778,"Date":"10/14/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":63,"Cost":38,"Date":"2/16/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":789,"Cost":445,"Date":"6/7/2018"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":991,"Cost":651,"Date":"1/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":194,"Cost":176,"Date":"3/27/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":851,"Cost":767,"Date":"5/12/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":738,"Cost":643,"Date":"7/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":943,"Cost":844,"Date":"8/8/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":556,"Cost":519,"Date":"12/7/2019"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":541,"Cost":450,"Date":"1/17/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":467,"Cost":315,"Date":"3/8/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":387,"Cost":333,"Date":"6/6/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":281,"Cost":256,"Date":"6/16/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":414,"Cost":246,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":450,"Cost":327,"Date":"11/19/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":230,"Cost":118,"Date":"12/28/2020"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":278,"Cost":243,"Date":"2/4/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":47,"Cost":38,"Date":"3/8/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":721,"Cost":463,"Date":"12/18/2021"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":920,"Cost":653,"Date":"3/31/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":828,"Cost":542,"Date":"4/20/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":636,"Cost":542,"Date":"6/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":630,"Cost":331,"Date":"7/23/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":276,"Cost":250,"Date":"11/21/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":544,"Cost":468,"Date":"11/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":437,"Cost":302,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":161,"Cost":110,"Date":"5/21/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":57,"Cost":51,"Date":"9/28/2023"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":788,"Cost":482,"Date":"1/3/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":262,"Cost":165,"Date":"2/2/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":491,"Cost":364,"Date":"3/18/2024"},{"Store":"The Wall, Utrecht","Brand":"HM Home","Country":"Netherlands","Sale":328,"Cost":211,"Date":"10/14/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":522,"Cost":322,"Date":"2/16/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":419,"Cost":393,"Date":"6/7/2018"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":148,"Cost":104,"Date":"1/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":286,"Cost":256,"Date":"3/27/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":633,"Cost":402,"Date":"5/12/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":986,"Cost":684,"Date":"7/28/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":490,"Cost":384,"Date":"8/8/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":877,"Cost":590,"Date":"12/7/2019"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":712,"Cost":667,"Date":"1/17/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":932,"Cost":591,"Date":"3/8/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":661,"Cost":589,"Date":"6/6/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":929,"Cost":613,"Date":"6/16/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":104,"Cost":90,"Date":"8/13/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":683,"Cost":588,"Date":"11/19/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":420,"Cost":250,"Date":"12/28/2020"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":130,"Cost":117,"Date":"2/4/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":185,"Cost":143,"Date":"3/8/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":969,"Cost":546,"Date":"12/18/2021"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":591,"Cost":496,"Date":"3/31/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":615,"Cost":368,"Date":"4/20/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":458,"Cost":277,"Date":"6/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":80,"Cost":63,"Date":"7/23/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":863,"Cost":813,"Date":"11/21/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":946,"Cost":507,"Date":"11/26/2022"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":397,"Cost":352,"Date":"2/20/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":938,"Cost":709,"Date":"5/21/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":831,"Cost":593,"Date":"9/28/2023"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":643,"Cost":607,"Date":"1/3/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":933,"Cost":591,"Date":"2/2/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":389,"Cost":306,"Date":"3/18/2024"},{"Store":"The Wall, Utrecht","Brand":"HM","Country":"Netherlands","Sale":624,"Cost":412,"Date":"10/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":476,"Cost":241,"Date":"2/16/2018"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":87,"Cost":49,"Date":"6/7/2018"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":149,"Cost":80,"Date":"1/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":938,"Cost":795,"Date":"3/27/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":230,"Cost":206,"Date":"5/12/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":593,"Cost":447,"Date":"7/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":532,"Cost":270,"Date":"8/8/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":927,"Cost":566,"Date":"12/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":450,"Cost":413,"Date":"1/17/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":405,"Cost":309,"Date":"3/8/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":410,"Cost":245,"Date":"6/6/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":824,"Cost":738,"Date":"6/16/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":895,"Cost":748,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":108,"Cost":84,"Date":"11/19/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":478,"Cost":336,"Date":"12/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":613,"Cost":570,"Date":"2/4/2021"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":848,"Cost":480,"Date":"3/8/2021"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":783,"Cost":674,"Date":"12/18/2021"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":464,"Cost":275,"Date":"3/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":455,"Cost":404,"Date":"4/20/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":889,"Cost":777,"Date":"6/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":810,"Cost":765,"Date":"7/23/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":149,"Cost":126,"Date":"11/21/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":365,"Date":"11/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":823,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":796,"Cost":503,"Date":"5/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":762,"Cost":382,"Date":"9/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":780,"Cost":686,"Date":"1/3/2024"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":653,"Cost":560,"Date":"2/2/2024"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":217,"Cost":206,"Date":"3/18/2024"},{"Store":"Stadshart Amstelveen","Brand":"ARKET","Country":"Netherlands","Sale":246,"Cost":150,"Date":"10/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":850,"Cost":628,"Date":"2/16/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":141,"Cost":102,"Date":"6/7/2018"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":994,"Cost":798,"Date":"1/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":700,"Cost":584,"Date":"3/27/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":898,"Cost":636,"Date":"5/12/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":986,"Cost":907,"Date":"7/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":449,"Cost":273,"Date":"8/8/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":790,"Cost":396,"Date":"12/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":848,"Cost":555,"Date":"1/17/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":302,"Cost":244,"Date":"3/8/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":863,"Cost":633,"Date":"6/6/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":633,"Cost":412,"Date":"6/16/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":898,"Cost":449,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":397,"Cost":289,"Date":"11/19/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":215,"Cost":119,"Date":"12/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":93,"Cost":51,"Date":"2/4/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":245,"Cost":156,"Date":"3/8/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":194,"Cost":175,"Date":"12/18/2021"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":324,"Cost":281,"Date":"3/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":861,"Cost":541,"Date":"4/20/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":469,"Cost":435,"Date":"6/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":434,"Cost":285,"Date":"7/23/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":353,"Cost":334,"Date":"11/21/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":62,"Cost":56,"Date":"11/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":870,"Cost":625,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":924,"Cost":526,"Date":"5/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":545,"Cost":386,"Date":"9/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":60,"Cost":45,"Date":"1/3/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":245,"Cost":190,"Date":"2/2/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":435,"Cost":281,"Date":"3/18/2024"},{"Store":"Stadshart Amstelveen","Brand":"HM Home","Country":"Netherlands","Sale":390,"Cost":342,"Date":"10/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":589,"Cost":405,"Date":"2/16/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":189,"Cost":148,"Date":"6/7/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":465,"Cost":409,"Date":"1/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":721,"Cost":642,"Date":"3/27/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":251,"Cost":200,"Date":"5/12/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":165,"Cost":124,"Date":"7/28/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":516,"Cost":354,"Date":"8/8/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":897,"Cost":530,"Date":"12/7/2019"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":303,"Cost":198,"Date":"1/17/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":757,"Cost":502,"Date":"3/8/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":838,"Cost":743,"Date":"6/6/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":606,"Cost":354,"Date":"6/16/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":555,"Cost":464,"Date":"8/13/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":895,"Cost":703,"Date":"11/19/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":569,"Cost":523,"Date":"12/28/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":927,"Cost":679,"Date":"2/4/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":785,"Cost":561,"Date":"3/8/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":966,"Cost":668,"Date":"12/18/2021"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":393,"Cost":221,"Date":"3/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":176,"Cost":167,"Date":"4/20/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":756,"Cost":484,"Date":"6/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":843,"Cost":538,"Date":"7/23/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":710,"Cost":379,"Date":"11/21/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":723,"Cost":454,"Date":"11/26/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":597,"Cost":327,"Date":"2/20/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":472,"Cost":334,"Date":"5/21/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":757,"Cost":627,"Date":"9/28/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":996,"Cost":898,"Date":"1/3/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":403,"Cost":309,"Date":"2/2/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":499,"Cost":281,"Date":"3/18/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":666,"Cost":623,"Date":"10/14/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":187,"Cost":154,"Date":"2/16/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":786,"Cost":522,"Date":"6/7/2018"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":566,"Cost":364,"Date":"1/28/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":770,"Cost":392,"Date":"3/27/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":512,"Cost":320,"Date":"5/12/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":278,"Cost":169,"Date":"7/28/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":158,"Cost":128,"Date":"8/8/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":784,"Cost":509,"Date":"12/7/2019"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":330,"Cost":262,"Date":"1/17/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":145,"Cost":124,"Date":"3/8/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":913,"Cost":768,"Date":"6/6/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":650,"Cost":495,"Date":"6/16/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":111,"Cost":103,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":530,"Cost":481,"Date":"11/19/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":207,"Cost":118,"Date":"12/28/2020"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":111,"Cost":63,"Date":"2/4/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":269,"Cost":182,"Date":"3/8/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":899,"Cost":746,"Date":"12/18/2021"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":598,"Cost":412,"Date":"3/31/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":882,"Cost":826,"Date":"4/20/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":551,"Cost":450,"Date":"6/26/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":931,"Cost":637,"Date":"7/23/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":777,"Cost":504,"Date":"11/21/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":415,"Cost":297,"Date":"11/26/2022"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":661,"Cost":580,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":514,"Cost":298,"Date":"5/21/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":217,"Cost":158,"Date":"9/28/2023"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":17,"Cost":13,"Date":"1/3/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":908,"Cost":717,"Date":"2/2/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":212,"Cost":169,"Date":"3/18/2024"},{"Store":"Marktplein, Delft","Brand":"ARKET","Country":"Netherlands","Sale":249,"Cost":219,"Date":"10/14/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":802,"Cost":678,"Date":"2/16/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":584,"Cost":390,"Date":"6/7/2018"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":23,"Cost":21,"Date":"1/28/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":843,"Cost":549,"Date":"3/27/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":620,"Cost":534,"Date":"5/12/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":765,"Cost":564,"Date":"7/28/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":168,"Cost":90,"Date":"8/8/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":412,"Cost":224,"Date":"12/7/2019"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":494,"Cost":415,"Date":"1/17/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":888,"Cost":584,"Date":"3/8/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":938,"Cost":564,"Date":"6/6/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":220,"Cost":130,"Date":"6/16/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":774,"Cost":509,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":822,"Cost":531,"Date":"11/19/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":222,"Cost":158,"Date":"12/28/2020"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":675,"Cost":553,"Date":"2/4/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":838,"Cost":782,"Date":"3/8/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":361,"Cost":296,"Date":"12/18/2021"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":834,"Cost":598,"Date":"3/31/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":998,"Cost":558,"Date":"4/20/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":25,"Cost":24,"Date":"6/26/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":436,"Cost":229,"Date":"7/23/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":125,"Cost":82,"Date":"11/21/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":856,"Cost":760,"Date":"11/26/2022"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":898,"Cost":707,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":142,"Cost":71,"Date":"5/21/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":164,"Cost":103,"Date":"9/28/2023"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":929,"Cost":520,"Date":"1/3/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":986,"Cost":737,"Date":"2/2/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":898,"Cost":832,"Date":"3/18/2024"},{"Store":"Marktplein, Delft","Brand":"HM Home","Country":"Netherlands","Sale":483,"Cost":424,"Date":"10/14/2024"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":892,"Cost":796,"Date":"2/16/2018"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":829,"Cost":600,"Date":"6/7/2018"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":750,"Cost":460,"Date":"1/28/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":248,"Date":"3/27/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":135,"Cost":123,"Date":"5/12/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":376,"Cost":229,"Date":"7/28/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":362,"Cost":324,"Date":"8/8/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":243,"Cost":194,"Date":"12/7/2019"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":338,"Cost":230,"Date":"1/17/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":581,"Cost":370,"Date":"3/8/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":140,"Cost":102,"Date":"6/6/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":536,"Cost":476,"Date":"6/16/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":535,"Cost":301,"Date":"8/13/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":450,"Cost":326,"Date":"11/19/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":89,"Cost":48,"Date":"12/28/2020"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":256,"Cost":128,"Date":"2/4/2021"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":513,"Cost":433,"Date":"3/8/2021"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":505,"Cost":362,"Date":"12/18/2021"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":141,"Cost":79,"Date":"3/31/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":532,"Cost":431,"Date":"4/20/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":984,"Cost":586,"Date":"6/26/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":640,"Cost":494,"Date":"7/23/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":539,"Cost":322,"Date":"11/21/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":214,"Cost":163,"Date":"11/26/2022"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":949,"Cost":815,"Date":"2/20/2023"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":234,"Cost":146,"Date":"5/21/2023"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":554,"Cost":357,"Date":"9/28/2023"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":675,"Cost":470,"Date":"1/3/2024"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":178,"Cost":115,"Date":"2/2/2024"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":628,"Cost":588,"Date":"3/18/2024"},{"Store":"Marktplein, Delft","Brand":"Nova","Country":"Netherlands","Sale":48,"Cost":40,"Date":"10/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":848,"Cost":804,"Date":"2/16/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":567,"Cost":467,"Date":"6/7/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":886,"Cost":697,"Date":"1/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":670,"Cost":352,"Date":"3/27/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":311,"Cost":206,"Date":"5/12/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":704,"Cost":356,"Date":"7/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":229,"Cost":159,"Date":"8/8/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":355,"Cost":254,"Date":"12/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":43,"Cost":39,"Date":"1/17/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":440,"Cost":399,"Date":"3/8/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":426,"Cost":387,"Date":"6/6/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":987,"Cost":527,"Date":"6/16/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":496,"Cost":423,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":382,"Cost":256,"Date":"11/19/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":597,"Cost":453,"Date":"12/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":167,"Cost":151,"Date":"2/4/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":846,"Cost":739,"Date":"3/8/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":226,"Cost":208,"Date":"12/18/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":915,"Cost":637,"Date":"3/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":658,"Cost":606,"Date":"4/20/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":777,"Cost":560,"Date":"6/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":391,"Cost":348,"Date":"7/23/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":352,"Cost":191,"Date":"11/21/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":936,"Cost":659,"Date":"11/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":904,"Cost":540,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":691,"Cost":468,"Date":"5/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":751,"Cost":657,"Date":"9/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":239,"Cost":200,"Date":"1/3/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":81,"Cost":57,"Date":"2/2/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":738,"Cost":467,"Date":"3/18/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Sellpy","Country":"Netherlands","Sale":504,"Cost":445,"Date":"10/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":911,"Cost":821,"Date":"2/16/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":976,"Cost":580,"Date":"6/7/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":481,"Cost":267,"Date":"1/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":526,"Cost":265,"Date":"3/27/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":125,"Cost":69,"Date":"5/12/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":654,"Cost":618,"Date":"7/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":962,"Cost":560,"Date":"8/8/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":955,"Cost":773,"Date":"12/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":101,"Cost":71,"Date":"1/17/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":954,"Cost":878,"Date":"3/8/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":386,"Cost":200,"Date":"6/6/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":115,"Cost":92,"Date":"6/16/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":713,"Cost":364,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":383,"Cost":345,"Date":"11/19/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":505,"Cost":342,"Date":"12/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":963,"Cost":880,"Date":"2/4/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":857,"Cost":687,"Date":"3/8/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":982,"Cost":879,"Date":"12/18/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":712,"Cost":567,"Date":"3/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":549,"Cost":383,"Date":"4/20/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":470,"Cost":396,"Date":"6/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":289,"Cost":243,"Date":"7/23/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":516,"Cost":365,"Date":"11/21/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":656,"Cost":409,"Date":"11/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":252,"Cost":126,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":235,"Cost":214,"Date":"5/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":659,"Cost":612,"Date":"9/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":80,"Cost":72,"Date":"1/3/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":617,"Cost":325,"Date":"2/2/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":29,"Cost":22,"Date":"3/18/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":305,"Cost":265,"Date":"10/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":122,"Cost":71,"Date":"2/16/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":181,"Cost":132,"Date":"6/7/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":714,"Cost":636,"Date":"1/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":115,"Cost":79,"Date":"3/27/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":339,"Cost":321,"Date":"5/12/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":289,"Cost":233,"Date":"7/28/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":968,"Cost":559,"Date":"8/8/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":945,"Cost":692,"Date":"12/7/2019"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":971,"Cost":560,"Date":"1/17/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":339,"Cost":321,"Date":"3/8/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":902,"Cost":581,"Date":"6/6/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":138,"Cost":132,"Date":"6/16/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":265,"Cost":186,"Date":"8/13/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":11,"Cost":7,"Date":"11/19/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":390,"Cost":302,"Date":"12/28/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":522,"Cost":326,"Date":"2/4/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":636,"Cost":334,"Date":"3/8/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":222,"Cost":180,"Date":"12/18/2021"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":829,"Cost":459,"Date":"3/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":242,"Cost":189,"Date":"4/20/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":992,"Cost":611,"Date":"6/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":822,"Cost":498,"Date":"7/23/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":50,"Cost":48,"Date":"11/21/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":823,"Cost":529,"Date":"11/26/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":315,"Cost":263,"Date":"2/20/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":761,"Cost":664,"Date":"5/21/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":43,"Cost":21,"Date":"9/28/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":766,"Cost":671,"Date":"1/3/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":123,"Cost":109,"Date":"2/2/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":397,"Cost":260,"Date":"3/18/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":789,"Cost":476,"Date":"10/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":831,"Cost":749,"Date":"2/16/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":537,"Cost":453,"Date":"6/7/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":220,"Date":"1/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":149,"Cost":109,"Date":"3/27/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":558,"Cost":475,"Date":"5/12/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":474,"Cost":255,"Date":"7/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":373,"Cost":249,"Date":"8/8/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":729,"Cost":615,"Date":"12/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":823,"Cost":652,"Date":"1/17/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":739,"Cost":618,"Date":"3/8/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":324,"Cost":182,"Date":"6/6/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":425,"Cost":216,"Date":"6/16/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":926,"Cost":856,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":7,"Cost":5,"Date":"11/19/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":603,"Cost":315,"Date":"12/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":662,"Cost":623,"Date":"2/4/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":852,"Cost":806,"Date":"3/8/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":395,"Cost":330,"Date":"12/18/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":996,"Cost":734,"Date":"3/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":759,"Cost":604,"Date":"4/20/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":503,"Cost":323,"Date":"6/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":597,"Cost":404,"Date":"7/23/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":394,"Cost":234,"Date":"11/21/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":279,"Cost":204,"Date":"11/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":411,"Cost":314,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":328,"Cost":204,"Date":"5/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":198,"Cost":100,"Date":"9/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":710,"Cost":494,"Date":"1/3/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":145,"Cost":97,"Date":"2/2/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":899,"Cost":674,"Date":"3/18/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":506,"Cost":464,"Date":"10/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":531,"Cost":420,"Date":"2/16/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":606,"Cost":521,"Date":"6/7/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":514,"Cost":446,"Date":"1/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":972,"Cost":558,"Date":"3/27/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":93,"Cost":61,"Date":"5/12/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":265,"Cost":176,"Date":"7/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":160,"Cost":108,"Date":"8/8/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":689,"Cost":387,"Date":"12/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":247,"Cost":135,"Date":"1/17/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":939,"Cost":511,"Date":"3/8/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":182,"Cost":106,"Date":"6/6/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":213,"Cost":198,"Date":"6/16/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":582,"Cost":490,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":77,"Cost":47,"Date":"11/19/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":525,"Cost":447,"Date":"12/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":749,"Cost":525,"Date":"2/4/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":931,"Cost":885,"Date":"3/8/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":196,"Cost":101,"Date":"12/18/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":485,"Cost":309,"Date":"3/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":146,"Cost":77,"Date":"4/20/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":83,"Cost":47,"Date":"6/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":979,"Cost":833,"Date":"7/23/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":280,"Cost":215,"Date":"11/21/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":373,"Cost":330,"Date":"11/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":127,"Cost":75,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":387,"Cost":286,"Date":"5/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":848,"Cost":581,"Date":"9/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":206,"Cost":196,"Date":"1/3/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":883,"Cost":470,"Date":"2/2/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":439,"Cost":317,"Date":"3/18/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"HM Home","Country":"Netherlands","Sale":755,"Cost":544,"Date":"10/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":532,"Cost":416,"Date":"2/16/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":288,"Cost":167,"Date":"6/7/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":927,"Cost":858,"Date":"1/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":133,"Cost":125,"Date":"3/27/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":691,"Cost":561,"Date":"5/12/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":382,"Cost":208,"Date":"7/28/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":265,"Cost":145,"Date":"8/8/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":196,"Cost":159,"Date":"12/7/2019"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":322,"Cost":265,"Date":"1/17/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":429,"Cost":301,"Date":"3/8/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":683,"Cost":623,"Date":"6/6/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":958,"Cost":609,"Date":"6/16/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":973,"Cost":867,"Date":"8/13/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":201,"Cost":149,"Date":"11/19/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":826,"Cost":613,"Date":"12/28/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":762,"Cost":656,"Date":"2/4/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":45,"Cost":40,"Date":"3/8/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":315,"Cost":288,"Date":"12/18/2021"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":744,"Cost":546,"Date":"3/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":893,"Cost":795,"Date":"4/20/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":111,"Cost":56,"Date":"6/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":833,"Cost":601,"Date":"7/23/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":978,"Cost":917,"Date":"11/21/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":176,"Cost":154,"Date":"11/26/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":862,"Cost":521,"Date":"2/20/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":713,"Cost":600,"Date":"5/21/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":761,"Cost":546,"Date":"9/28/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":228,"Cost":150,"Date":"1/3/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":800,"Cost":440,"Date":"2/2/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":909,"Cost":636,"Date":"3/18/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":957,"Cost":834,"Date":"10/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":403,"Cost":253,"Date":"2/16/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":120,"Cost":112,"Date":"6/7/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":755,"Cost":630,"Date":"1/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":447,"Cost":231,"Date":"3/27/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":159,"Cost":82,"Date":"5/12/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":789,"Cost":481,"Date":"7/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":616,"Cost":584,"Date":"8/8/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":190,"Cost":102,"Date":"12/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":557,"Cost":409,"Date":"1/17/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":18,"Cost":9,"Date":"3/8/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":613,"Cost":567,"Date":"6/6/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":65,"Cost":36,"Date":"6/16/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":326,"Cost":179,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":30,"Cost":18,"Date":"11/19/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":178,"Cost":151,"Date":"12/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":40,"Cost":28,"Date":"2/4/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":523,"Cost":332,"Date":"3/8/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":506,"Cost":392,"Date":"12/18/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":47,"Cost":39,"Date":"3/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":827,"Cost":771,"Date":"4/20/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":1000,"Cost":911,"Date":"6/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":707,"Cost":362,"Date":"7/23/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":617,"Cost":443,"Date":"11/21/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":78,"Cost":58,"Date":"11/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":699,"Cost":393,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":79,"Cost":61,"Date":"5/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":783,"Cost":657,"Date":"9/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":45,"Cost":40,"Date":"1/3/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":884,"Cost":614,"Date":"2/2/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":804,"Date":"3/18/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Nova","Country":"Netherlands","Sale":787,"Cost":686,"Date":"10/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":698,"Cost":394,"Date":"2/16/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":103,"Cost":68,"Date":"6/7/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":372,"Cost":295,"Date":"1/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":997,"Cost":587,"Date":"3/27/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":306,"Cost":249,"Date":"5/12/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":218,"Cost":162,"Date":"7/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":125,"Date":"8/8/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":490,"Cost":437,"Date":"12/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":971,"Cost":737,"Date":"1/17/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":863,"Cost":512,"Date":"3/8/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":634,"Cost":441,"Date":"6/6/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":374,"Cost":326,"Date":"6/16/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":914,"Cost":737,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":173,"Cost":153,"Date":"11/19/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":306,"Cost":237,"Date":"12/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":227,"Cost":158,"Date":"2/4/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":318,"Cost":172,"Date":"3/8/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":79,"Cost":64,"Date":"12/18/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":704,"Cost":537,"Date":"3/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":666,"Cost":580,"Date":"4/20/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":3,"Cost":1,"Date":"6/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":870,"Cost":500,"Date":"7/23/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":349,"Cost":197,"Date":"11/21/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":24,"Cost":19,"Date":"11/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":383,"Cost":356,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":424,"Cost":400,"Date":"5/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":351,"Cost":176,"Date":"9/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":784,"Cost":580,"Date":"1/3/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":963,"Cost":628,"Date":"2/2/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":672,"Cost":429,"Date":"3/18/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"HM Home","Country":"Netherlands","Sale":140,"Cost":122,"Date":"10/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":768,"Cost":614,"Date":"2/16/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":791,"Cost":645,"Date":"6/7/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":678,"Cost":473,"Date":"1/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":423,"Cost":276,"Date":"3/27/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":117,"Cost":100,"Date":"5/12/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":800,"Cost":651,"Date":"7/28/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":814,"Cost":436,"Date":"8/8/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":518,"Cost":384,"Date":"12/7/2019"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":773,"Cost":482,"Date":"1/17/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":994,"Cost":935,"Date":"3/8/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":33,"Cost":29,"Date":"6/6/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":330,"Cost":228,"Date":"6/16/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":32,"Cost":28,"Date":"8/13/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":914,"Cost":765,"Date":"11/19/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":359,"Cost":221,"Date":"12/28/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":346,"Cost":188,"Date":"2/4/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":948,"Cost":586,"Date":"3/8/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":948,"Cost":721,"Date":"12/18/2021"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":589,"Cost":311,"Date":"3/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":898,"Cost":839,"Date":"4/20/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":289,"Cost":266,"Date":"6/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":701,"Cost":460,"Date":"7/23/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":887,"Cost":684,"Date":"11/21/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":692,"Cost":513,"Date":"11/26/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":790,"Cost":728,"Date":"2/20/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":48,"Cost":46,"Date":"5/21/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":69,"Cost":50,"Date":"9/28/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":317,"Cost":269,"Date":"1/3/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":694,"Cost":592,"Date":"2/2/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":207,"Cost":167,"Date":"3/18/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Sellpy","Country":"Netherlands","Sale":299,"Cost":243,"Date":"10/14/2024"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":180,"Cost":93,"Date":"2/16/2018"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":205,"Cost":163,"Date":"6/7/2018"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":816,"Cost":693,"Date":"1/28/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":407,"Cost":215,"Date":"3/27/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":337,"Cost":256,"Date":"5/12/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":83,"Cost":67,"Date":"7/28/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":629,"Cost":348,"Date":"8/8/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":415,"Date":"12/7/2019"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":279,"Cost":192,"Date":"1/17/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":86,"Cost":44,"Date":"3/8/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":816,"Cost":529,"Date":"6/6/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":999,"Cost":638,"Date":"6/16/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":974,"Cost":773,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":957,"Cost":538,"Date":"11/19/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":479,"Cost":254,"Date":"12/28/2020"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":652,"Cost":473,"Date":"2/4/2021"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":548,"Cost":337,"Date":"3/8/2021"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":838,"Cost":485,"Date":"12/18/2021"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":638,"Cost":584,"Date":"3/31/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":588,"Cost":502,"Date":"4/20/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":634,"Cost":585,"Date":"6/26/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":383,"Cost":230,"Date":"7/23/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":395,"Cost":261,"Date":"11/21/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":618,"Cost":517,"Date":"11/26/2022"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":863,"Cost":518,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":363,"Cost":228,"Date":"5/21/2023"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":785,"Cost":614,"Date":"9/28/2023"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":956,"Cost":596,"Date":"1/3/2024"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":515,"Cost":357,"Date":"2/2/2024"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":968,"Cost":588,"Date":"3/18/2024"},{"Store":"Blue City, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":463,"Cost":271,"Date":"10/14/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":381,"Cost":351,"Date":"2/16/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":699,"Cost":542,"Date":"6/7/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":697,"Cost":543,"Date":"1/28/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":482,"Cost":454,"Date":"3/27/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":571,"Cost":342,"Date":"5/12/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":954,"Cost":810,"Date":"7/28/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":161,"Cost":116,"Date":"8/8/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":518,"Cost":273,"Date":"12/7/2019"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":712,"Cost":400,"Date":"1/17/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":244,"Cost":199,"Date":"3/8/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":219,"Cost":153,"Date":"6/6/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":4,"Cost":4,"Date":"6/16/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":911,"Cost":667,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":175,"Cost":101,"Date":"11/19/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":188,"Cost":168,"Date":"12/28/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":547,"Cost":365,"Date":"2/4/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":178,"Cost":128,"Date":"3/8/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":89,"Cost":47,"Date":"12/18/2021"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":178,"Cost":109,"Date":"3/31/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":324,"Cost":262,"Date":"4/20/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":776,"Cost":437,"Date":"6/26/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":845,"Cost":559,"Date":"7/23/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":642,"Cost":574,"Date":"11/21/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":658,"Cost":421,"Date":"11/26/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":301,"Cost":252,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":320,"Cost":279,"Date":"5/21/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":290,"Cost":164,"Date":"9/28/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":160,"Cost":152,"Date":"1/3/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":892,"Cost":767,"Date":"2/2/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":5,"Cost":4,"Date":"3/18/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":368,"Cost":287,"Date":"10/14/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":528,"Cost":399,"Date":"2/16/2018"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":233,"Cost":130,"Date":"6/7/2018"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":540,"Cost":472,"Date":"1/28/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":422,"Cost":386,"Date":"3/27/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":757,"Cost":669,"Date":"5/12/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":237,"Cost":177,"Date":"7/28/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":837,"Cost":743,"Date":"8/8/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":102,"Cost":52,"Date":"12/7/2019"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":299,"Cost":193,"Date":"1/17/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":621,"Cost":525,"Date":"3/8/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":405,"Cost":217,"Date":"6/6/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":794,"Cost":598,"Date":"6/16/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":855,"Cost":804,"Date":"8/13/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":199,"Cost":154,"Date":"11/19/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":936,"Cost":769,"Date":"12/28/2020"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":230,"Cost":116,"Date":"2/4/2021"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":684,"Cost":358,"Date":"3/8/2021"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":989,"Cost":807,"Date":"12/18/2021"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":635,"Cost":510,"Date":"3/31/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":79,"Cost":57,"Date":"4/20/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":541,"Cost":481,"Date":"6/26/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":769,"Cost":649,"Date":"7/23/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":578,"Cost":455,"Date":"11/21/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":366,"Cost":251,"Date":"11/26/2022"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":800,"Cost":544,"Date":"2/20/2023"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":794,"Cost":418,"Date":"5/21/2023"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":59,"Cost":34,"Date":"9/28/2023"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":682,"Cost":499,"Date":"1/3/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":13,"Cost":8,"Date":"2/2/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":636,"Cost":356,"Date":"3/18/2024"},{"Store":"Blue City, Warsaw","Brand":"COS","Country":"Poland","Sale":595,"Cost":431,"Date":"10/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":821,"Cost":635,"Date":"2/16/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":571,"Cost":381,"Date":"6/7/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":229,"Cost":118,"Date":"1/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":490,"Cost":310,"Date":"3/27/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":920,"Cost":540,"Date":"5/12/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":845,"Cost":795,"Date":"7/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":160,"Cost":119,"Date":"8/8/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":9,"Cost":6,"Date":"12/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":61,"Cost":55,"Date":"1/17/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":282,"Cost":230,"Date":"3/8/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":295,"Cost":274,"Date":"6/6/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":578,"Cost":407,"Date":"6/16/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":660,"Cost":540,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":480,"Cost":392,"Date":"11/19/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":602,"Cost":509,"Date":"12/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":667,"Cost":412,"Date":"2/4/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":56,"Cost":32,"Date":"3/8/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":552,"Cost":405,"Date":"12/18/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":814,"Cost":434,"Date":"3/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":668,"Cost":527,"Date":"4/20/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":296,"Cost":265,"Date":"6/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":293,"Cost":178,"Date":"7/23/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":669,"Cost":496,"Date":"11/21/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":938,"Cost":560,"Date":"11/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":24,"Cost":22,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":311,"Cost":165,"Date":"5/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":449,"Cost":244,"Date":"9/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":390,"Cost":331,"Date":"1/3/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":181,"Cost":92,"Date":"2/2/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":776,"Cost":656,"Date":"3/18/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"COS","Country":"Poland","Sale":411,"Cost":236,"Date":"10/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":789,"Cost":571,"Date":"2/16/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":223,"Cost":167,"Date":"6/7/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":402,"Cost":321,"Date":"1/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":828,"Cost":637,"Date":"3/27/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":883,"Cost":524,"Date":"5/12/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":80,"Cost":59,"Date":"7/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":509,"Cost":320,"Date":"8/8/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":347,"Cost":233,"Date":"12/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":686,"Cost":559,"Date":"1/17/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":858,"Cost":699,"Date":"3/8/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":570,"Cost":535,"Date":"6/6/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":296,"Cost":252,"Date":"6/16/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":45,"Cost":31,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":504,"Cost":471,"Date":"11/19/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":828,"Date":"12/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":85,"Cost":52,"Date":"2/4/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":853,"Cost":489,"Date":"3/8/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":523,"Cost":355,"Date":"12/18/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":405,"Cost":214,"Date":"3/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":675,"Date":"4/20/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":776,"Cost":417,"Date":"6/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":227,"Cost":186,"Date":"7/23/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":616,"Cost":379,"Date":"11/21/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":24,"Cost":20,"Date":"11/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":195,"Cost":100,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":229,"Cost":137,"Date":"5/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":528,"Cost":456,"Date":"9/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":256,"Date":"1/3/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":16,"Cost":12,"Date":"2/2/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":567,"Cost":416,"Date":"3/18/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":586,"Cost":324,"Date":"10/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":899,"Cost":782,"Date":"2/16/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":741,"Cost":637,"Date":"6/7/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":171,"Cost":111,"Date":"1/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":807,"Cost":454,"Date":"3/27/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":58,"Cost":38,"Date":"5/12/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":930,"Cost":659,"Date":"7/28/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":735,"Cost":595,"Date":"8/8/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":364,"Cost":325,"Date":"12/7/2019"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":345,"Cost":212,"Date":"1/17/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":690,"Cost":488,"Date":"3/8/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":907,"Cost":728,"Date":"6/6/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":258,"Cost":145,"Date":"6/16/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":684,"Cost":589,"Date":"8/13/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":722,"Cost":588,"Date":"11/19/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":798,"Cost":424,"Date":"12/28/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":246,"Cost":196,"Date":"2/4/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":139,"Cost":91,"Date":"3/8/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":235,"Cost":201,"Date":"12/18/2021"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":11,"Cost":8,"Date":"3/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":90,"Cost":48,"Date":"4/20/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":868,"Cost":581,"Date":"6/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":572,"Cost":427,"Date":"7/23/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":765,"Cost":627,"Date":"11/21/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":433,"Cost":272,"Date":"11/26/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":901,"Cost":639,"Date":"2/20/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":39,"Cost":28,"Date":"5/21/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":305,"Cost":248,"Date":"9/28/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":489,"Cost":305,"Date":"1/3/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":52,"Cost":47,"Date":"2/2/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":438,"Cost":250,"Date":"3/18/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":680,"Cost":411,"Date":"10/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":693,"Cost":419,"Date":"2/16/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":280,"Cost":208,"Date":"6/7/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":502,"Cost":338,"Date":"1/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":540,"Cost":286,"Date":"3/27/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":940,"Cost":678,"Date":"5/12/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":196,"Cost":109,"Date":"7/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":395,"Cost":278,"Date":"8/8/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":218,"Cost":161,"Date":"12/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":453,"Cost":299,"Date":"1/17/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":57,"Cost":47,"Date":"3/8/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":301,"Cost":284,"Date":"6/6/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":243,"Cost":205,"Date":"6/16/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":731,"Cost":495,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":122,"Cost":72,"Date":"11/19/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":447,"Cost":391,"Date":"12/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":489,"Cost":257,"Date":"2/4/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":656,"Cost":459,"Date":"3/8/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":617,"Cost":417,"Date":"12/18/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":352,"Cost":323,"Date":"3/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":333,"Cost":297,"Date":"4/20/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":235,"Cost":171,"Date":"6/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":406,"Cost":346,"Date":"7/23/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":976,"Cost":832,"Date":"11/21/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":954,"Cost":717,"Date":"11/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":498,"Cost":417,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":251,"Cost":175,"Date":"5/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":8,"Cost":4,"Date":"9/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":614,"Cost":524,"Date":"1/3/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":623,"Cost":511,"Date":"2/2/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":506,"Cost":476,"Date":"3/18/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"HM","Country":"Poland","Sale":52,"Cost":34,"Date":"10/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":807,"Cost":672,"Date":"2/16/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":114,"Cost":94,"Date":"6/7/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":836,"Cost":702,"Date":"1/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":936,"Cost":725,"Date":"3/27/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":913,"Cost":823,"Date":"5/12/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":213,"Cost":191,"Date":"7/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":287,"Cost":190,"Date":"8/8/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":951,"Cost":521,"Date":"12/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":728,"Cost":452,"Date":"1/17/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":433,"Cost":407,"Date":"3/8/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":355,"Cost":234,"Date":"6/6/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":43,"Cost":37,"Date":"6/16/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":38,"Cost":32,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":558,"Cost":483,"Date":"11/19/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":675,"Cost":525,"Date":"12/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":409,"Cost":211,"Date":"2/4/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":837,"Cost":649,"Date":"3/8/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":914,"Cost":858,"Date":"12/18/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":759,"Cost":569,"Date":"3/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":42,"Cost":35,"Date":"4/20/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":750,"Cost":704,"Date":"6/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":713,"Cost":461,"Date":"7/23/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":163,"Cost":92,"Date":"11/21/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":249,"Cost":140,"Date":"11/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":218,"Cost":183,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":680,"Cost":559,"Date":"5/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":32,"Cost":23,"Date":"9/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":38,"Cost":19,"Date":"1/3/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":639,"Cost":581,"Date":"2/2/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":333,"Cost":311,"Date":"3/18/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":18,"Cost":14,"Date":"10/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":563,"Cost":425,"Date":"2/16/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":57,"Cost":45,"Date":"6/7/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":22,"Cost":21,"Date":"1/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":615,"Cost":411,"Date":"3/27/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":634,"Cost":357,"Date":"5/12/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":361,"Cost":333,"Date":"7/28/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":90,"Cost":65,"Date":"8/8/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":792,"Cost":508,"Date":"12/7/2019"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":700,"Cost":439,"Date":"1/17/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":28,"Cost":24,"Date":"3/8/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":421,"Cost":268,"Date":"6/6/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":809,"Cost":595,"Date":"6/16/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":192,"Cost":112,"Date":"8/13/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":23,"Cost":16,"Date":"11/19/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":407,"Cost":332,"Date":"12/28/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":454,"Cost":239,"Date":"2/4/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":935,"Cost":687,"Date":"3/8/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":996,"Cost":771,"Date":"12/18/2021"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":816,"Cost":611,"Date":"3/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":768,"Cost":438,"Date":"4/20/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":831,"Cost":490,"Date":"6/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":526,"Cost":367,"Date":"7/23/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":861,"Cost":552,"Date":"11/21/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":457,"Cost":431,"Date":"11/26/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":976,"Cost":710,"Date":"2/20/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":375,"Cost":200,"Date":"5/21/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":888,"Cost":576,"Date":"9/28/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":562,"Cost":454,"Date":"1/3/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":890,"Cost":756,"Date":"2/2/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":64,"Cost":58,"Date":"3/18/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Jeans","Country":"Poland","Sale":490,"Cost":311,"Date":"10/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":507,"Cost":448,"Date":"2/16/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":150,"Cost":113,"Date":"6/7/2018"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":726,"Cost":635,"Date":"1/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":510,"Cost":482,"Date":"3/27/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":806,"Cost":451,"Date":"5/12/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":521,"Cost":432,"Date":"7/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":466,"Cost":316,"Date":"8/8/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":302,"Cost":168,"Date":"12/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":825,"Cost":586,"Date":"1/17/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":913,"Cost":864,"Date":"3/8/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":492,"Cost":248,"Date":"6/6/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":493,"Cost":248,"Date":"6/16/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":949,"Cost":604,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":146,"Cost":76,"Date":"11/19/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":63,"Cost":32,"Date":"12/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":97,"Cost":77,"Date":"2/4/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":179,"Cost":166,"Date":"3/8/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":617,"Cost":492,"Date":"12/18/2021"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":814,"Cost":718,"Date":"3/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":555,"Cost":351,"Date":"4/20/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":748,"Cost":562,"Date":"6/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":309,"Cost":192,"Date":"7/23/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":201,"Cost":127,"Date":"11/21/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":145,"Cost":89,"Date":"11/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":507,"Cost":422,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":61,"Date":"5/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":607,"Cost":376,"Date":"9/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":686,"Cost":624,"Date":"1/3/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":87,"Cost":62,"Date":"2/2/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":465,"Cost":399,"Date":"3/18/2024"},{"Store":"Plac Unii, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":485,"Cost":371,"Date":"10/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":263,"Cost":173,"Date":"2/16/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":175,"Cost":126,"Date":"6/7/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":189,"Cost":133,"Date":"1/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":468,"Cost":382,"Date":"3/27/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":641,"Cost":447,"Date":"5/12/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":564,"Cost":400,"Date":"7/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":66,"Cost":44,"Date":"8/8/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":198,"Cost":145,"Date":"12/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":506,"Cost":437,"Date":"1/17/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":486,"Cost":348,"Date":"3/8/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":778,"Cost":706,"Date":"6/6/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":340,"Cost":173,"Date":"6/16/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":972,"Cost":498,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":274,"Cost":190,"Date":"11/19/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":200,"Cost":135,"Date":"12/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":974,"Cost":746,"Date":"2/4/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":978,"Cost":792,"Date":"3/8/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":974,"Cost":895,"Date":"12/18/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":661,"Cost":439,"Date":"3/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":640,"Cost":521,"Date":"4/20/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":507,"Date":"6/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":563,"Cost":329,"Date":"7/23/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":731,"Date":"11/21/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":286,"Cost":194,"Date":"11/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":315,"Cost":240,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":248,"Cost":161,"Date":"5/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":442,"Cost":226,"Date":"9/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":584,"Cost":398,"Date":"1/3/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":722,"Date":"2/2/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":82,"Cost":73,"Date":"3/18/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":575,"Cost":543,"Date":"10/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":709,"Cost":546,"Date":"2/16/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":595,"Cost":486,"Date":"6/7/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":674,"Cost":471,"Date":"1/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":697,"Cost":512,"Date":"3/27/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":993,"Cost":668,"Date":"5/12/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":993,"Cost":772,"Date":"7/28/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":679,"Cost":513,"Date":"8/8/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":627,"Cost":449,"Date":"12/7/2019"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":45,"Cost":34,"Date":"1/17/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":77,"Cost":45,"Date":"3/8/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":738,"Cost":688,"Date":"6/6/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":726,"Cost":640,"Date":"6/16/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":832,"Cost":735,"Date":"8/13/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":828,"Cost":648,"Date":"11/19/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":792,"Cost":733,"Date":"12/28/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":120,"Cost":72,"Date":"2/4/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":844,"Cost":639,"Date":"3/8/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":985,"Cost":828,"Date":"12/18/2021"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":940,"Cost":715,"Date":"3/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":556,"Cost":513,"Date":"4/20/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":853,"Cost":793,"Date":"6/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":749,"Cost":482,"Date":"7/23/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":482,"Cost":403,"Date":"11/21/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":257,"Cost":151,"Date":"11/26/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":794,"Cost":613,"Date":"2/20/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":418,"Cost":341,"Date":"5/21/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":636,"Cost":362,"Date":"9/28/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":132,"Cost":78,"Date":"1/3/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":990,"Cost":791,"Date":"2/2/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":976,"Cost":814,"Date":"3/18/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM","Country":"Poland","Sale":491,"Cost":459,"Date":"10/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":452,"Cost":420,"Date":"2/16/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":853,"Cost":571,"Date":"6/7/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":59,"Cost":54,"Date":"1/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":604,"Cost":474,"Date":"3/27/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":576,"Cost":540,"Date":"5/12/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":264,"Cost":228,"Date":"7/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":632,"Cost":561,"Date":"8/8/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":65,"Cost":39,"Date":"12/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":329,"Cost":294,"Date":"1/17/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":256,"Cost":153,"Date":"3/8/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":758,"Cost":482,"Date":"6/6/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":614,"Cost":325,"Date":"6/16/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":567,"Cost":498,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":963,"Cost":687,"Date":"11/19/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":918,"Cost":774,"Date":"12/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":197,"Cost":184,"Date":"2/4/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":383,"Cost":229,"Date":"3/8/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":248,"Cost":205,"Date":"12/18/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":495,"Cost":311,"Date":"3/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":302,"Cost":280,"Date":"4/20/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":896,"Cost":712,"Date":"6/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":456,"Cost":241,"Date":"7/23/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":248,"Cost":215,"Date":"11/21/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":50,"Cost":44,"Date":"11/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":5,"Cost":3,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":531,"Cost":388,"Date":"5/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":615,"Cost":574,"Date":"9/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":835,"Cost":552,"Date":"1/3/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":12,"Cost":7,"Date":"2/2/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":82,"Cost":76,"Date":"3/18/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":318,"Cost":225,"Date":"10/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":439,"Cost":293,"Date":"2/16/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":282,"Cost":190,"Date":"6/7/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":306,"Cost":250,"Date":"1/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":426,"Cost":338,"Date":"3/27/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":96,"Cost":64,"Date":"5/12/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":184,"Cost":139,"Date":"7/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":860,"Cost":792,"Date":"8/8/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":368,"Cost":271,"Date":"12/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":265,"Cost":195,"Date":"1/17/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":942,"Cost":477,"Date":"3/8/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":645,"Cost":490,"Date":"6/6/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":424,"Cost":329,"Date":"6/16/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":597,"Cost":423,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":847,"Cost":756,"Date":"11/19/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":54,"Cost":38,"Date":"12/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":74,"Cost":63,"Date":"2/4/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":734,"Cost":396,"Date":"3/8/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":487,"Cost":375,"Date":"12/18/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":735,"Cost":555,"Date":"3/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":819,"Cost":501,"Date":"4/20/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":738,"Cost":556,"Date":"6/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":898,"Cost":510,"Date":"7/23/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":158,"Cost":116,"Date":"11/21/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":688,"Cost":551,"Date":"11/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":864,"Cost":673,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":857,"Cost":813,"Date":"5/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":907,"Cost":707,"Date":"9/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":950,"Cost":708,"Date":"1/3/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":297,"Cost":160,"Date":"2/2/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":489,"Cost":447,"Date":"3/18/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"COS","Country":"Poland","Sale":711,"Cost":479,"Date":"10/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":486,"Date":"2/16/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":123,"Cost":99,"Date":"6/7/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":226,"Cost":153,"Date":"1/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":39,"Cost":22,"Date":"3/27/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":634,"Cost":510,"Date":"5/12/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":282,"Cost":226,"Date":"7/28/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":174,"Cost":164,"Date":"8/8/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":339,"Cost":221,"Date":"12/7/2019"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":283,"Cost":143,"Date":"1/17/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":930,"Cost":659,"Date":"3/8/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":115,"Cost":89,"Date":"6/6/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":338,"Cost":201,"Date":"6/16/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":612,"Cost":332,"Date":"8/13/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":755,"Cost":568,"Date":"11/19/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":352,"Cost":255,"Date":"12/28/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":890,"Cost":576,"Date":"2/4/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":784,"Cost":463,"Date":"3/8/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":890,"Cost":816,"Date":"12/18/2021"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":719,"Cost":593,"Date":"3/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":902,"Cost":548,"Date":"4/20/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":714,"Cost":536,"Date":"6/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":864,"Cost":588,"Date":"7/23/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":909,"Cost":845,"Date":"11/21/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":85,"Cost":50,"Date":"11/26/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":426,"Cost":402,"Date":"2/20/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":934,"Cost":864,"Date":"5/21/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":847,"Cost":523,"Date":"9/28/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":481,"Cost":376,"Date":"1/3/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":170,"Cost":119,"Date":"2/2/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":50,"Cost":40,"Date":"3/18/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"ARKET","Country":"Poland","Sale":428,"Cost":399,"Date":"10/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":78,"Cost":50,"Date":"2/16/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":678,"Cost":532,"Date":"6/7/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":763,"Cost":620,"Date":"1/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":920,"Cost":558,"Date":"3/27/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":91,"Cost":75,"Date":"5/12/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":524,"Cost":333,"Date":"7/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":295,"Cost":154,"Date":"8/8/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":19,"Cost":11,"Date":"12/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":158,"Cost":95,"Date":"1/17/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":222,"Cost":173,"Date":"3/8/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":833,"Cost":486,"Date":"6/6/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":758,"Cost":380,"Date":"6/16/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":71,"Cost":57,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":980,"Cost":684,"Date":"11/19/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":657,"Cost":340,"Date":"12/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":614,"Cost":392,"Date":"2/4/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":29,"Cost":15,"Date":"3/8/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":748,"Cost":550,"Date":"12/18/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":685,"Cost":630,"Date":"3/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":367,"Cost":257,"Date":"4/20/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":397,"Cost":219,"Date":"6/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":932,"Cost":476,"Date":"7/23/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":248,"Cost":164,"Date":"11/21/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":96,"Cost":71,"Date":"11/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":419,"Cost":308,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":311,"Cost":189,"Date":"5/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":682,"Cost":599,"Date":"9/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":738,"Cost":662,"Date":"1/3/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":242,"Cost":171,"Date":"2/2/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":302,"Cost":193,"Date":"3/18/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":471,"Cost":279,"Date":"10/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":263,"Cost":173,"Date":"2/16/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":261,"Cost":201,"Date":"6/7/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":144,"Cost":74,"Date":"1/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":439,"Cost":247,"Date":"3/27/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":344,"Cost":269,"Date":"5/12/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":569,"Cost":413,"Date":"7/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":629,"Cost":358,"Date":"8/8/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":311,"Cost":265,"Date":"12/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":776,"Cost":718,"Date":"1/17/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":202,"Cost":164,"Date":"3/8/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":498,"Cost":343,"Date":"6/6/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":403,"Cost":312,"Date":"6/16/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":172,"Cost":91,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":147,"Cost":76,"Date":"11/19/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":752,"Cost":617,"Date":"12/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":500,"Cost":362,"Date":"2/4/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":777,"Cost":548,"Date":"3/8/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":516,"Cost":467,"Date":"12/18/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":974,"Cost":865,"Date":"3/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":639,"Cost":581,"Date":"4/20/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":544,"Cost":465,"Date":"6/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":788,"Cost":476,"Date":"7/23/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":797,"Cost":645,"Date":"11/21/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":88,"Cost":72,"Date":"11/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":180,"Cost":95,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":666,"Cost":491,"Date":"5/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":702,"Cost":487,"Date":"9/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":27,"Cost":20,"Date":"1/3/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":892,"Cost":803,"Date":"2/2/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":302,"Cost":185,"Date":"3/18/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":101,"Cost":86,"Date":"10/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":847,"Cost":771,"Date":"2/16/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":247,"Cost":214,"Date":"6/7/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":481,"Cost":425,"Date":"1/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":112,"Cost":85,"Date":"3/27/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":103,"Cost":74,"Date":"5/12/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":576,"Cost":511,"Date":"7/28/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":281,"Cost":204,"Date":"8/8/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":583,"Cost":323,"Date":"12/7/2019"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":196,"Cost":176,"Date":"1/17/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":828,"Cost":480,"Date":"3/8/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":960,"Cost":600,"Date":"6/6/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":623,"Cost":572,"Date":"6/16/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":925,"Cost":553,"Date":"8/13/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":525,"Cost":351,"Date":"11/19/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":401,"Cost":343,"Date":"12/28/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":617,"Date":"2/4/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":639,"Date":"3/8/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":446,"Date":"12/18/2021"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":459,"Cost":314,"Date":"3/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":842,"Cost":530,"Date":"4/20/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":111,"Cost":104,"Date":"6/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":330,"Cost":167,"Date":"7/23/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":616,"Cost":400,"Date":"11/21/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":63,"Cost":53,"Date":"11/26/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":512,"Cost":377,"Date":"2/20/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":335,"Cost":224,"Date":"5/21/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":763,"Cost":556,"Date":"9/28/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":709,"Cost":381,"Date":"1/3/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":57,"Date":"2/2/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":338,"Cost":275,"Date":"3/18/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":357,"Cost":263,"Date":"10/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":588,"Cost":434,"Date":"2/16/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":487,"Cost":416,"Date":"6/7/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":126,"Cost":110,"Date":"1/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":405,"Cost":242,"Date":"3/27/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":362,"Cost":284,"Date":"5/12/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":357,"Cost":273,"Date":"7/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":744,"Cost":403,"Date":"8/8/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":526,"Cost":288,"Date":"12/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":310,"Cost":196,"Date":"1/17/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":619,"Cost":388,"Date":"3/8/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":666,"Cost":375,"Date":"6/6/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":734,"Cost":621,"Date":"6/16/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":965,"Cost":760,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":339,"Cost":258,"Date":"11/19/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":386,"Cost":348,"Date":"12/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":150,"Cost":100,"Date":"2/4/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":220,"Cost":136,"Date":"3/8/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":138,"Cost":119,"Date":"12/18/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":501,"Cost":253,"Date":"3/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":491,"Cost":374,"Date":"4/20/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":310,"Cost":191,"Date":"6/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":999,"Cost":655,"Date":"7/23/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":201,"Cost":168,"Date":"11/21/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":575,"Cost":376,"Date":"11/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":393,"Cost":271,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":852,"Cost":632,"Date":"5/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":584,"Cost":375,"Date":"9/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":923,"Cost":512,"Date":"1/3/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":324,"Cost":177,"Date":"2/2/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":319,"Cost":207,"Date":"3/18/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":384,"Cost":307,"Date":"10/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":162,"Cost":144,"Date":"2/16/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":380,"Cost":345,"Date":"6/7/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":435,"Cost":245,"Date":"1/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":845,"Cost":580,"Date":"3/27/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":179,"Cost":101,"Date":"5/12/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":633,"Cost":595,"Date":"7/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":420,"Cost":350,"Date":"8/8/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":170,"Cost":160,"Date":"12/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":84,"Cost":80,"Date":"1/17/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":398,"Cost":327,"Date":"3/8/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":466,"Cost":419,"Date":"6/6/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":10,"Cost":7,"Date":"6/16/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":755,"Cost":588,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":661,"Cost":349,"Date":"11/19/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":122,"Cost":73,"Date":"12/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":325,"Cost":201,"Date":"2/4/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":773,"Cost":672,"Date":"3/8/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":245,"Cost":192,"Date":"12/18/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":481,"Cost":399,"Date":"3/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":173,"Cost":156,"Date":"4/20/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":924,"Cost":606,"Date":"6/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":498,"Cost":290,"Date":"7/23/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":523,"Cost":437,"Date":"11/21/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":849,"Cost":485,"Date":"11/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":192,"Cost":125,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":782,"Cost":610,"Date":"5/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":271,"Cost":154,"Date":"9/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":944,"Cost":493,"Date":"1/3/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":280,"Cost":228,"Date":"2/2/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":149,"Cost":111,"Date":"3/18/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM","Country":"Poland","Sale":256,"Cost":194,"Date":"10/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":509,"Cost":372,"Date":"2/16/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":69,"Cost":46,"Date":"6/7/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":247,"Date":"1/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":274,"Cost":239,"Date":"3/27/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":955,"Cost":499,"Date":"5/12/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":364,"Cost":292,"Date":"7/28/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":807,"Cost":491,"Date":"8/8/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":781,"Cost":553,"Date":"12/7/2019"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":512,"Cost":480,"Date":"1/17/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":503,"Cost":329,"Date":"3/8/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":606,"Cost":352,"Date":"6/6/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":706,"Cost":450,"Date":"6/16/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":119,"Cost":79,"Date":"8/13/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":73,"Cost":61,"Date":"11/19/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":205,"Cost":138,"Date":"12/28/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":868,"Cost":666,"Date":"2/4/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":431,"Cost":381,"Date":"3/8/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":499,"Cost":474,"Date":"12/18/2021"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":882,"Cost":576,"Date":"3/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":402,"Date":"4/20/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":200,"Cost":184,"Date":"6/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":576,"Cost":355,"Date":"7/23/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":955,"Cost":831,"Date":"11/21/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":437,"Cost":312,"Date":"11/26/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":863,"Cost":510,"Date":"2/20/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":682,"Cost":551,"Date":"5/21/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":979,"Cost":787,"Date":"9/28/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":64,"Cost":37,"Date":"1/3/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":804,"Cost":603,"Date":"2/2/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":406,"Cost":284,"Date":"3/18/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":672,"Cost":352,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":611,"Cost":450,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":253,"Cost":185,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":149,"Cost":116,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":760,"Cost":486,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":871,"Cost":570,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":606,"Cost":381,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":930,"Cost":592,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":122,"Cost":111,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":773,"Cost":700,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":740,"Cost":696,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":861,"Cost":681,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":695,"Cost":364,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":81,"Cost":74,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":254,"Cost":152,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":285,"Cost":248,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":221,"Cost":189,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":717,"Cost":508,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":420,"Cost":291,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":950,"Cost":577,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":339,"Cost":223,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":802,"Cost":641,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":599,"Cost":396,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":224,"Cost":199,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":492,"Cost":381,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":919,"Cost":610,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":633,"Cost":326,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":405,"Cost":287,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":150,"Cost":131,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":896,"Cost":499,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":808,"Cost":712,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":692,"Cost":562,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":733,"Cost":376,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":676,"Cost":346,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":468,"Cost":433,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":210,"Cost":105,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":131,"Cost":82,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":463,"Cost":419,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":230,"Cost":148,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":732,"Cost":468,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":887,"Cost":820,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":393,"Cost":256,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":641,"Cost":609,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":469,"Cost":409,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":29,"Cost":17,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":282,"Cost":170,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":300,"Cost":275,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":615,"Cost":381,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":266,"Cost":143,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":188,"Cost":164,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":238,"Cost":200,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":306,"Cost":211,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":883,"Cost":544,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":430,"Cost":383,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":933,"Cost":850,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":500,"Cost":263,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":372,"Cost":280,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":602,"Cost":438,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":471,"Cost":244,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":570,"Cost":470,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":673,"Cost":366,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":134,"Cost":103,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":20,"Cost":10,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":317,"Cost":183,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":644,"Cost":459,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":742,"Cost":492,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":308,"Cost":194,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":37,"Cost":24,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":515,"Cost":296,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":888,"Cost":723,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":457,"Cost":319,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":563,"Cost":299,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":568,"Cost":482,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":613,"Cost":520,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":332,"Cost":226,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":214,"Cost":151,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":849,"Cost":592,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":118,"Cost":75,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":367,"Cost":308,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":710,"Cost":469,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":55,"Cost":33,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":494,"Cost":450,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":736,"Cost":578,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":608,"Cost":335,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":25,"Cost":19,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":721,"Cost":594,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":727,"Cost":436,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":439,"Cost":325,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":645,"Cost":591,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":178,"Cost":90,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":837,"Cost":753,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":310,"Cost":244,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":917,"Cost":751,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Nova","Country":"Poland","Sale":444,"Cost":334,"Date":"10/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":175,"Cost":162,"Date":"2/16/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":194,"Cost":108,"Date":"6/7/2018"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":229,"Cost":184,"Date":"1/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":710,"Cost":641,"Date":"3/27/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":638,"Cost":588,"Date":"5/12/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":624,"Cost":406,"Date":"7/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":298,"Cost":166,"Date":"8/8/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":99,"Cost":84,"Date":"12/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":681,"Cost":620,"Date":"1/17/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":959,"Cost":790,"Date":"3/8/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":562,"Cost":445,"Date":"6/6/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":39,"Cost":29,"Date":"6/16/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":234,"Cost":178,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":75,"Cost":37,"Date":"11/19/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":508,"Cost":336,"Date":"12/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":18,"Cost":11,"Date":"2/4/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":431,"Cost":372,"Date":"3/8/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":238,"Cost":137,"Date":"12/18/2021"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":702,"Cost":463,"Date":"3/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":484,"Cost":242,"Date":"4/20/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":701,"Cost":491,"Date":"6/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":282,"Cost":194,"Date":"7/23/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":517,"Cost":373,"Date":"11/21/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":719,"Cost":364,"Date":"11/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":746,"Cost":425,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":964,"Cost":683,"Date":"5/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":1000,"Cost":941,"Date":"9/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":968,"Cost":860,"Date":"1/3/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":136,"Cost":102,"Date":"2/2/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":819,"Cost":678,"Date":"3/18/2024"},{"Store":"Manufaktura, Łódź","Brand":"COS","Country":"Poland","Sale":373,"Cost":244,"Date":"10/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":746,"Cost":500,"Date":"2/16/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":477,"Cost":408,"Date":"6/7/2018"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":550,"Cost":383,"Date":"1/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":929,"Cost":788,"Date":"3/27/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":517,"Cost":276,"Date":"5/12/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":672,"Cost":402,"Date":"7/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":809,"Cost":754,"Date":"8/8/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":109,"Cost":98,"Date":"12/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":220,"Cost":184,"Date":"1/17/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":1000,"Cost":866,"Date":"3/8/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":353,"Cost":223,"Date":"6/6/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":762,"Date":"6/16/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":268,"Cost":162,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":914,"Cost":735,"Date":"11/19/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":970,"Cost":869,"Date":"12/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":810,"Cost":549,"Date":"2/4/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":254,"Cost":164,"Date":"3/8/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":264,"Cost":223,"Date":"12/18/2021"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":254,"Date":"3/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":76,"Cost":47,"Date":"4/20/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":238,"Cost":190,"Date":"6/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":604,"Cost":381,"Date":"7/23/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":36,"Cost":27,"Date":"11/21/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":713,"Cost":639,"Date":"11/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":340,"Cost":243,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":319,"Date":"5/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":585,"Cost":418,"Date":"9/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":100,"Cost":79,"Date":"1/3/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":640,"Cost":338,"Date":"2/2/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":910,"Cost":566,"Date":"3/18/2024"},{"Store":"Manufaktura, Łódź","Brand":"Sellpy","Country":"Poland","Sale":542,"Cost":439,"Date":"10/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":279,"Cost":151,"Date":"2/16/2018"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":310,"Cost":259,"Date":"6/7/2018"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":370,"Cost":245,"Date":"1/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":365,"Cost":236,"Date":"3/27/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":157,"Date":"5/12/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":62,"Cost":49,"Date":"7/28/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":965,"Cost":762,"Date":"8/8/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":482,"Cost":310,"Date":"12/7/2019"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":362,"Cost":195,"Date":"1/17/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":404,"Cost":299,"Date":"3/8/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":102,"Cost":78,"Date":"6/6/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":513,"Cost":404,"Date":"6/16/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":652,"Cost":539,"Date":"8/13/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":852,"Cost":668,"Date":"11/19/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":63,"Cost":32,"Date":"12/28/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":523,"Cost":484,"Date":"2/4/2021"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":942,"Cost":609,"Date":"3/8/2021"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":433,"Cost":326,"Date":"12/18/2021"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":151,"Date":"3/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":499,"Cost":327,"Date":"4/20/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":267,"Cost":221,"Date":"6/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":721,"Cost":369,"Date":"7/23/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":750,"Cost":693,"Date":"11/21/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":424,"Cost":335,"Date":"11/26/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":128,"Cost":77,"Date":"2/20/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":509,"Cost":479,"Date":"5/21/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":43,"Cost":35,"Date":"9/28/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":582,"Cost":423,"Date":"1/3/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":97,"Cost":92,"Date":"2/2/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":488,"Cost":400,"Date":"3/18/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":856,"Cost":655,"Date":"10/14/2024"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":207,"Cost":193,"Date":"2/16/2018"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":432,"Cost":272,"Date":"6/7/2018"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":750,"Cost":537,"Date":"1/28/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":473,"Cost":357,"Date":"3/27/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":684,"Cost":542,"Date":"5/12/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":732,"Cost":567,"Date":"7/28/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":843,"Cost":549,"Date":"8/8/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":684,"Cost":642,"Date":"12/7/2019"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":23,"Cost":20,"Date":"1/17/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":250,"Cost":200,"Date":"3/8/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":114,"Cost":99,"Date":"6/6/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":750,"Cost":588,"Date":"6/16/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":996,"Cost":816,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":329,"Cost":270,"Date":"11/19/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":706,"Cost":549,"Date":"12/28/2020"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":982,"Cost":550,"Date":"2/4/2021"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":527,"Cost":349,"Date":"3/8/2021"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":646,"Cost":414,"Date":"12/18/2021"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":899,"Cost":547,"Date":"3/31/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":651,"Cost":597,"Date":"4/20/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":551,"Cost":303,"Date":"6/26/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":845,"Cost":569,"Date":"7/23/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":612,"Cost":338,"Date":"11/21/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":774,"Cost":398,"Date":"11/26/2022"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":306,"Cost":204,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":636,"Cost":444,"Date":"5/21/2023"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":397,"Cost":260,"Date":"9/28/2023"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":237,"Cost":181,"Date":"1/3/2024"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":212,"Cost":127,"Date":"2/2/2024"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":989,"Cost":865,"Date":"3/18/2024"},{"Store":"Forum Gdańsk","Brand":"HM","Country":"Poland","Sale":747,"Cost":684,"Date":"10/14/2024"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":440,"Cost":241,"Date":"2/16/2018"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":359,"Cost":208,"Date":"6/7/2018"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":291,"Cost":166,"Date":"1/28/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":529,"Cost":407,"Date":"3/27/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":268,"Cost":219,"Date":"5/12/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":440,"Cost":385,"Date":"7/28/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":1000,"Cost":920,"Date":"8/8/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":683,"Cost":563,"Date":"12/7/2019"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":879,"Cost":751,"Date":"1/17/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":185,"Cost":122,"Date":"3/8/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":408,"Cost":224,"Date":"6/6/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":520,"Cost":293,"Date":"6/16/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":178,"Cost":123,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":228,"Cost":184,"Date":"11/19/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":679,"Cost":490,"Date":"12/28/2020"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":982,"Cost":566,"Date":"2/4/2021"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":140,"Date":"3/8/2021"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":341,"Cost":228,"Date":"12/18/2021"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":865,"Cost":692,"Date":"3/31/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":682,"Cost":542,"Date":"4/20/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":959,"Cost":911,"Date":"6/26/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":395,"Cost":219,"Date":"7/23/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":138,"Cost":86,"Date":"11/21/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":96,"Date":"11/26/2022"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":85,"Cost":63,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":338,"Date":"5/21/2023"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":548,"Cost":379,"Date":"9/28/2023"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":706,"Cost":626,"Date":"1/3/2024"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":930,"Cost":709,"Date":"2/2/2024"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":707,"Cost":357,"Date":"3/18/2024"},{"Store":"Forum Gdańsk","Brand":"ARKET","Country":"Poland","Sale":653,"Cost":527,"Date":"10/14/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":717,"Cost":631,"Date":"2/16/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":200,"Cost":185,"Date":"6/7/2018"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":904,"Cost":454,"Date":"1/28/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":367,"Cost":283,"Date":"3/27/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":23,"Cost":22,"Date":"5/12/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":689,"Cost":623,"Date":"7/28/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":481,"Cost":450,"Date":"8/8/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":975,"Cost":902,"Date":"12/7/2019"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":277,"Cost":252,"Date":"1/17/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":324,"Cost":166,"Date":"3/8/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":396,"Cost":288,"Date":"6/6/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":252,"Cost":149,"Date":"6/16/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":216,"Cost":116,"Date":"8/13/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":777,"Cost":709,"Date":"11/19/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":489,"Cost":428,"Date":"12/28/2020"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":4,"Cost":3,"Date":"2/4/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":476,"Cost":430,"Date":"3/8/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":150,"Cost":105,"Date":"12/18/2021"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":139,"Cost":86,"Date":"3/31/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":449,"Cost":242,"Date":"4/20/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":316,"Cost":292,"Date":"6/26/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":959,"Cost":907,"Date":"7/23/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":590,"Cost":542,"Date":"11/21/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":723,"Cost":588,"Date":"11/26/2022"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":514,"Cost":415,"Date":"2/20/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":185,"Cost":122,"Date":"5/21/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":867,"Cost":481,"Date":"9/28/2023"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":139,"Cost":82,"Date":"1/3/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":529,"Cost":330,"Date":"2/2/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":245,"Cost":233,"Date":"3/18/2024"},{"Store":"Forum Gdańsk","Brand":"Nova","Country":"Poland","Sale":842,"Cost":459,"Date":"10/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":388,"Cost":250,"Date":"2/16/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":911,"Cost":750,"Date":"6/7/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":536,"Cost":340,"Date":"1/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":370,"Cost":321,"Date":"3/27/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":475,"Cost":269,"Date":"5/12/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":26,"Cost":17,"Date":"7/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":807,"Cost":544,"Date":"8/8/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":495,"Cost":409,"Date":"12/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":444,"Cost":353,"Date":"1/17/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":100,"Cost":77,"Date":"3/8/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":353,"Cost":263,"Date":"6/6/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":946,"Cost":615,"Date":"6/16/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":797,"Cost":538,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":619,"Cost":489,"Date":"11/19/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":731,"Cost":369,"Date":"12/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":969,"Cost":531,"Date":"2/4/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":644,"Cost":480,"Date":"3/8/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":710,"Cost":501,"Date":"12/18/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":45,"Cost":39,"Date":"3/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":200,"Cost":160,"Date":"4/20/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":386,"Cost":291,"Date":"6/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":33,"Cost":30,"Date":"7/23/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":689,"Cost":534,"Date":"11/21/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":860,"Cost":584,"Date":"11/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":88,"Cost":82,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":841,"Cost":535,"Date":"5/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":123,"Cost":107,"Date":"9/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":300,"Cost":184,"Date":"1/3/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":959,"Cost":562,"Date":"2/2/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":468,"Cost":379,"Date":"3/18/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":521,"Cost":437,"Date":"10/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":650,"Cost":426,"Date":"2/16/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":99,"Cost":80,"Date":"6/7/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":356,"Cost":300,"Date":"1/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":912,"Cost":657,"Date":"3/27/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":585,"Cost":442,"Date":"5/12/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":798,"Cost":590,"Date":"7/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":978,"Cost":879,"Date":"8/8/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":175,"Cost":161,"Date":"12/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":756,"Cost":601,"Date":"1/17/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":312,"Cost":280,"Date":"3/8/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":616,"Cost":423,"Date":"6/6/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":96,"Cost":72,"Date":"6/16/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":225,"Cost":211,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":614,"Cost":400,"Date":"11/19/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":619,"Cost":386,"Date":"12/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":897,"Cost":567,"Date":"2/4/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":808,"Cost":487,"Date":"3/8/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":229,"Cost":187,"Date":"12/18/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":49,"Cost":41,"Date":"3/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":665,"Cost":480,"Date":"4/20/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":622,"Cost":564,"Date":"6/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":59,"Cost":38,"Date":"7/23/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":900,"Cost":832,"Date":"11/21/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":473,"Cost":371,"Date":"11/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":831,"Cost":653,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":546,"Cost":482,"Date":"5/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":907,"Cost":708,"Date":"9/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":120,"Cost":77,"Date":"1/3/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":183,"Cost":156,"Date":"2/2/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":540,"Cost":449,"Date":"3/18/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":373,"Cost":189,"Date":"10/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":909,"Cost":481,"Date":"2/16/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":543,"Cost":369,"Date":"6/7/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":734,"Cost":547,"Date":"1/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":958,"Cost":512,"Date":"3/27/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":631,"Cost":424,"Date":"5/12/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":775,"Cost":395,"Date":"7/28/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":214,"Cost":128,"Date":"8/8/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":669,"Cost":401,"Date":"12/7/2019"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":303,"Cost":166,"Date":"1/17/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":530,"Cost":490,"Date":"3/8/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":439,"Cost":269,"Date":"6/6/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":442,"Cost":349,"Date":"6/16/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":456,"Cost":231,"Date":"8/13/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":627,"Cost":593,"Date":"11/19/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":361,"Cost":221,"Date":"12/28/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":764,"Cost":453,"Date":"2/4/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":335,"Cost":296,"Date":"3/8/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":547,"Cost":425,"Date":"12/18/2021"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":961,"Cost":757,"Date":"3/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":922,"Cost":838,"Date":"4/20/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":167,"Cost":91,"Date":"6/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":986,"Cost":580,"Date":"7/23/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":349,"Cost":204,"Date":"11/21/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":808,"Cost":462,"Date":"11/26/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":976,"Cost":734,"Date":"2/20/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":806,"Cost":436,"Date":"5/21/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":219,"Date":"9/28/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":491,"Date":"1/3/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":374,"Cost":290,"Date":"2/2/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":491,"Cost":383,"Date":"3/18/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":113,"Date":"10/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":983,"Cost":701,"Date":"2/16/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":590,"Cost":367,"Date":"6/7/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":287,"Cost":237,"Date":"1/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":956,"Cost":820,"Date":"3/27/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":554,"Cost":511,"Date":"5/12/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":428,"Cost":248,"Date":"7/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":211,"Cost":136,"Date":"8/8/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":137,"Cost":111,"Date":"12/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":373,"Cost":295,"Date":"1/17/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":828,"Cost":542,"Date":"3/8/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":326,"Cost":279,"Date":"6/6/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":723,"Cost":622,"Date":"6/16/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":785,"Cost":592,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":8,"Cost":6,"Date":"11/19/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":270,"Cost":244,"Date":"12/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":921,"Cost":864,"Date":"2/4/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":840,"Cost":772,"Date":"3/8/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":187,"Cost":157,"Date":"12/18/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":589,"Cost":549,"Date":"3/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":166,"Cost":116,"Date":"4/20/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":345,"Cost":300,"Date":"6/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":398,"Cost":216,"Date":"7/23/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":454,"Cost":413,"Date":"11/21/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":48,"Date":"11/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":387,"Cost":321,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":421,"Cost":312,"Date":"5/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":870,"Cost":509,"Date":"9/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":573,"Cost":292,"Date":"1/3/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":227,"Cost":194,"Date":"2/2/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":352,"Cost":263,"Date":"3/18/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":274,"Cost":202,"Date":"10/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":973,"Cost":538,"Date":"2/16/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":446,"Cost":232,"Date":"6/7/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":509,"Cost":434,"Date":"1/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":769,"Cost":522,"Date":"3/27/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":705,"Cost":569,"Date":"5/12/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":413,"Cost":322,"Date":"7/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":797,"Cost":658,"Date":"8/8/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":620,"Cost":535,"Date":"12/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":996,"Cost":879,"Date":"1/17/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":47,"Cost":24,"Date":"3/8/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":887,"Cost":487,"Date":"6/6/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":817,"Cost":749,"Date":"6/16/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":925,"Cost":832,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":64,"Cost":57,"Date":"11/19/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":779,"Cost":423,"Date":"12/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":725,"Cost":465,"Date":"2/4/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":656,"Cost":486,"Date":"3/8/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":424,"Cost":350,"Date":"12/18/2021"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":975,"Cost":679,"Date":"3/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":872,"Cost":602,"Date":"4/20/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":771,"Cost":455,"Date":"6/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":136,"Cost":128,"Date":"7/23/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":114,"Cost":66,"Date":"11/21/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":709,"Cost":449,"Date":"11/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":171,"Cost":119,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":712,"Cost":622,"Date":"5/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":965,"Cost":624,"Date":"9/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":270,"Cost":241,"Date":"1/3/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":326,"Cost":275,"Date":"2/2/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":565,"Cost":493,"Date":"3/18/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":823,"Cost":668,"Date":"10/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":305,"Date":"2/16/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":378,"Cost":292,"Date":"6/7/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":969,"Cost":825,"Date":"1/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":911,"Cost":545,"Date":"3/27/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":657,"Cost":603,"Date":"5/12/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":247,"Date":"7/28/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":209,"Cost":169,"Date":"8/8/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":394,"Cost":294,"Date":"12/7/2019"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":710,"Cost":457,"Date":"1/17/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":798,"Cost":692,"Date":"3/8/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":419,"Cost":244,"Date":"6/6/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":768,"Cost":699,"Date":"6/16/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":565,"Date":"8/13/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":818,"Cost":649,"Date":"11/19/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":849,"Cost":669,"Date":"12/28/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":397,"Cost":311,"Date":"2/4/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":522,"Cost":375,"Date":"3/8/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":864,"Cost":436,"Date":"12/18/2021"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":88,"Cost":63,"Date":"3/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":274,"Cost":172,"Date":"4/20/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":959,"Cost":595,"Date":"6/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":108,"Cost":57,"Date":"7/23/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":402,"Cost":380,"Date":"11/21/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":784,"Cost":554,"Date":"11/26/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":911,"Cost":543,"Date":"2/20/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":608,"Cost":350,"Date":"5/21/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":742,"Cost":500,"Date":"9/28/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":951,"Cost":506,"Date":"1/3/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":954,"Cost":817,"Date":"2/2/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":642,"Cost":558,"Date":"3/18/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":474,"Cost":240,"Date":"10/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":19,"Cost":14,"Date":"2/16/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":473,"Cost":446,"Date":"6/7/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":176,"Cost":131,"Date":"1/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":431,"Cost":329,"Date":"3/27/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":914,"Cost":483,"Date":"5/12/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":94,"Cost":64,"Date":"7/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":963,"Cost":618,"Date":"8/8/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":818,"Cost":629,"Date":"12/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":405,"Cost":280,"Date":"1/17/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":905,"Cost":537,"Date":"3/8/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":638,"Cost":533,"Date":"6/6/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":892,"Cost":691,"Date":"6/16/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":633,"Cost":463,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":439,"Cost":393,"Date":"11/19/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":784,"Cost":510,"Date":"12/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":794,"Cost":731,"Date":"2/4/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":543,"Cost":399,"Date":"3/8/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":702,"Cost":572,"Date":"12/18/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":782,"Cost":561,"Date":"3/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":165,"Cost":144,"Date":"4/20/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":20,"Cost":18,"Date":"6/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":457,"Cost":247,"Date":"7/23/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":260,"Cost":238,"Date":"11/21/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":384,"Cost":207,"Date":"11/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":188,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":336,"Date":"5/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":427,"Cost":308,"Date":"9/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":549,"Cost":336,"Date":"1/3/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":756,"Cost":512,"Date":"2/2/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":238,"Cost":178,"Date":"3/18/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":529,"Cost":266,"Date":"10/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":253,"Cost":155,"Date":"2/16/2018"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":84,"Cost":69,"Date":"6/7/2018"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":71,"Cost":61,"Date":"1/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":703,"Cost":379,"Date":"3/27/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":377,"Cost":273,"Date":"5/12/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":351,"Cost":272,"Date":"7/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":7,"Cost":6,"Date":"8/8/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":533,"Cost":484,"Date":"12/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":390,"Cost":201,"Date":"1/17/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":546,"Cost":440,"Date":"3/8/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":26,"Cost":24,"Date":"6/6/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":172,"Cost":157,"Date":"6/16/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":248,"Cost":148,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":30,"Cost":28,"Date":"11/19/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":306,"Cost":203,"Date":"12/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":38,"Cost":24,"Date":"2/4/2021"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":569,"Cost":530,"Date":"3/8/2021"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":721,"Cost":376,"Date":"12/18/2021"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":933,"Cost":768,"Date":"3/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":460,"Cost":347,"Date":"4/20/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":195,"Cost":114,"Date":"6/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":936,"Cost":585,"Date":"7/23/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":552,"Cost":328,"Date":"11/21/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":254,"Cost":180,"Date":"11/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":691,"Cost":532,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":527,"Cost":285,"Date":"5/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":103,"Cost":74,"Date":"9/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":7,"Cost":5,"Date":"1/3/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":642,"Cost":589,"Date":"2/2/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":10,"Cost":10,"Date":"3/18/2024"},{"Store":"Stary Browar, Poznań","Brand":"COS","Country":"Poland","Sale":832,"Cost":674,"Date":"10/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":569,"Cost":356,"Date":"2/16/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":337,"Cost":250,"Date":"6/7/2018"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":746,"Cost":547,"Date":"1/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":377,"Cost":305,"Date":"3/27/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":702,"Cost":619,"Date":"5/12/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":759,"Cost":389,"Date":"7/28/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":189,"Cost":126,"Date":"8/8/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":835,"Cost":738,"Date":"12/7/2019"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":907,"Cost":725,"Date":"1/17/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":405,"Cost":374,"Date":"3/8/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":945,"Cost":591,"Date":"6/6/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":789,"Cost":612,"Date":"6/16/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":533,"Cost":376,"Date":"8/13/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":673,"Cost":449,"Date":"11/19/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":192,"Cost":156,"Date":"12/28/2020"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":640,"Cost":414,"Date":"2/4/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":113,"Cost":100,"Date":"3/8/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":555,"Cost":306,"Date":"12/18/2021"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":311,"Cost":236,"Date":"3/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":85,"Cost":75,"Date":"4/20/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":879,"Cost":567,"Date":"6/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":953,"Cost":873,"Date":"7/23/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":936,"Cost":476,"Date":"11/21/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":339,"Cost":246,"Date":"11/26/2022"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":99,"Cost":52,"Date":"2/20/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":252,"Cost":186,"Date":"5/21/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":675,"Cost":505,"Date":"9/28/2023"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":229,"Cost":160,"Date":"1/3/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":486,"Cost":311,"Date":"2/2/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":268,"Cost":243,"Date":"3/18/2024"},{"Store":"Stary Browar, Poznań","Brand":"ARKET","Country":"Poland","Sale":737,"Cost":491,"Date":"10/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":463,"Cost":254,"Date":"2/16/2018"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":617,"Cost":362,"Date":"6/7/2018"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":110,"Cost":101,"Date":"1/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":804,"Cost":647,"Date":"3/27/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":578,"Cost":334,"Date":"5/12/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":967,"Cost":577,"Date":"7/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":573,"Cost":540,"Date":"8/8/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":711,"Cost":360,"Date":"12/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":740,"Cost":373,"Date":"1/17/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":637,"Cost":328,"Date":"3/8/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":810,"Cost":453,"Date":"6/6/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":371,"Cost":263,"Date":"6/16/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":833,"Cost":722,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":43,"Cost":22,"Date":"11/19/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":806,"Cost":506,"Date":"12/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":942,"Cost":665,"Date":"2/4/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":181,"Date":"3/8/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":198,"Cost":104,"Date":"12/18/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":705,"Cost":569,"Date":"3/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":996,"Cost":786,"Date":"4/20/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":281,"Cost":218,"Date":"6/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":820,"Cost":421,"Date":"7/23/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":355,"Cost":184,"Date":"11/21/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":260,"Cost":173,"Date":"11/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":80,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":927,"Cost":583,"Date":"5/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":420,"Cost":242,"Date":"9/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":630,"Cost":383,"Date":"1/3/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":93,"Date":"2/2/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":253,"Cost":185,"Date":"3/18/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":149,"Cost":122,"Date":"10/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":33,"Cost":23,"Date":"2/16/2018"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":646,"Cost":601,"Date":"6/7/2018"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":865,"Cost":792,"Date":"1/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":16,"Date":"3/27/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":445,"Cost":422,"Date":"5/12/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":408,"Cost":358,"Date":"7/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":845,"Cost":730,"Date":"8/8/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":456,"Cost":242,"Date":"12/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":163,"Cost":106,"Date":"1/17/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":946,"Cost":734,"Date":"3/8/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":496,"Cost":442,"Date":"6/6/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":522,"Cost":274,"Date":"6/16/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":610,"Cost":394,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":583,"Cost":359,"Date":"11/19/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":789,"Cost":395,"Date":"12/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":26,"Cost":13,"Date":"2/4/2021"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":217,"Cost":169,"Date":"3/8/2021"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":560,"Cost":516,"Date":"12/18/2021"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":1,"Cost":1,"Date":"3/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":340,"Cost":182,"Date":"4/20/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":765,"Cost":685,"Date":"6/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":103,"Cost":60,"Date":"7/23/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":664,"Cost":596,"Date":"11/21/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":678,"Cost":359,"Date":"11/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":143,"Cost":113,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":760,"Cost":643,"Date":"5/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":265,"Cost":182,"Date":"9/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":439,"Cost":390,"Date":"1/3/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":48,"Cost":45,"Date":"2/2/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":601,"Cost":304,"Date":"3/18/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":725,"Cost":569,"Date":"10/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":797,"Cost":597,"Date":"2/16/2018"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":191,"Cost":121,"Date":"6/7/2018"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":14,"Cost":12,"Date":"1/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":475,"Cost":375,"Date":"3/27/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":28,"Cost":14,"Date":"5/12/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":340,"Date":"7/28/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":993,"Cost":567,"Date":"8/8/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":227,"Cost":128,"Date":"12/7/2019"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":790,"Cost":710,"Date":"1/17/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":247,"Cost":134,"Date":"3/8/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":206,"Cost":145,"Date":"6/6/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":714,"Cost":652,"Date":"6/16/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":400,"Date":"8/13/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":442,"Cost":323,"Date":"11/19/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":751,"Cost":689,"Date":"12/28/2020"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":526,"Cost":461,"Date":"2/4/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":224,"Cost":145,"Date":"3/8/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":614,"Cost":471,"Date":"12/18/2021"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":642,"Cost":539,"Date":"3/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":836,"Cost":755,"Date":"4/20/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":66,"Date":"6/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":433,"Cost":217,"Date":"7/23/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":999,"Cost":889,"Date":"11/21/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":77,"Date":"11/26/2022"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":608,"Cost":541,"Date":"2/20/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":469,"Cost":441,"Date":"5/21/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":235,"Cost":210,"Date":"9/28/2023"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":612,"Cost":438,"Date":"1/3/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":109,"Cost":88,"Date":"2/2/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":619,"Cost":366,"Date":"3/18/2024"},{"Store":"Galaxy, Szczecin","Brand":"ARKET","Country":"Poland","Sale":782,"Cost":638,"Date":"10/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":892,"Cost":798,"Date":"2/16/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":732,"Cost":676,"Date":"6/7/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":151,"Cost":80,"Date":"1/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":265,"Cost":234,"Date":"3/27/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":926,"Cost":670,"Date":"5/12/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":686,"Cost":366,"Date":"7/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":305,"Cost":283,"Date":"8/8/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":18,"Cost":13,"Date":"12/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":64,"Cost":39,"Date":"1/17/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":365,"Cost":329,"Date":"3/8/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":9,"Date":"6/6/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":438,"Cost":380,"Date":"6/16/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":369,"Cost":210,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":368,"Cost":282,"Date":"11/19/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":13,"Cost":7,"Date":"12/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":916,"Cost":473,"Date":"2/4/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":135,"Date":"3/8/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":349,"Date":"12/18/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":618,"Cost":363,"Date":"3/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":790,"Cost":424,"Date":"4/20/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":136,"Cost":94,"Date":"6/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":380,"Cost":250,"Date":"7/23/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":748,"Cost":705,"Date":"11/21/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":87,"Cost":62,"Date":"11/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":738,"Cost":633,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":661,"Cost":491,"Date":"5/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":160,"Cost":119,"Date":"9/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":140,"Cost":70,"Date":"1/3/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":814,"Cost":660,"Date":"2/2/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":484,"Cost":413,"Date":"3/18/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM Home","Country":"Poland","Sale":404,"Cost":243,"Date":"10/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":547,"Cost":280,"Date":"2/16/2018"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":643,"Cost":399,"Date":"6/7/2018"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":333,"Cost":284,"Date":"1/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":60,"Cost":45,"Date":"3/27/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":3,"Cost":2,"Date":"5/12/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":420,"Cost":296,"Date":"7/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":168,"Cost":117,"Date":"8/8/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":662,"Cost":498,"Date":"12/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":841,"Cost":678,"Date":"1/17/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":430,"Cost":366,"Date":"3/8/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":395,"Cost":358,"Date":"6/6/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":602,"Cost":566,"Date":"6/16/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":776,"Cost":394,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":467,"Cost":310,"Date":"11/19/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":286,"Cost":187,"Date":"12/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":399,"Cost":282,"Date":"2/4/2021"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":348,"Cost":261,"Date":"3/8/2021"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":695,"Cost":518,"Date":"12/18/2021"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":982,"Cost":875,"Date":"3/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":571,"Cost":466,"Date":"4/20/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":103,"Date":"6/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":506,"Cost":361,"Date":"7/23/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":823,"Cost":428,"Date":"11/21/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":955,"Cost":645,"Date":"11/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":880,"Cost":685,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":950,"Cost":562,"Date":"5/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":914,"Cost":589,"Date":"9/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":98,"Cost":51,"Date":"1/3/2024"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":682,"Cost":470,"Date":"2/2/2024"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":680,"Cost":397,"Date":"3/18/2024"},{"Store":"Kaskada, Szczecin","Brand":"ARKET","Country":"Poland","Sale":172,"Cost":109,"Date":"10/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":922,"Cost":554,"Date":"2/16/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":891,"Cost":613,"Date":"6/7/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":923,"Cost":780,"Date":"1/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":962,"Cost":549,"Date":"3/27/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":713,"Cost":621,"Date":"5/12/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":191,"Cost":139,"Date":"7/28/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":747,"Cost":493,"Date":"8/8/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":674,"Cost":638,"Date":"12/7/2019"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":530,"Cost":429,"Date":"1/17/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":277,"Cost":159,"Date":"3/8/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":130,"Cost":71,"Date":"6/6/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":495,"Cost":301,"Date":"6/16/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":162,"Cost":134,"Date":"8/13/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":845,"Cost":696,"Date":"11/19/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":847,"Cost":565,"Date":"12/28/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":239,"Cost":136,"Date":"2/4/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":480,"Cost":325,"Date":"3/8/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":129,"Cost":76,"Date":"12/18/2021"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":922,"Cost":764,"Date":"3/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":407,"Cost":305,"Date":"4/20/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":778,"Cost":527,"Date":"6/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":366,"Cost":190,"Date":"7/23/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":728,"Cost":519,"Date":"11/21/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":167,"Cost":149,"Date":"11/26/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":284,"Cost":268,"Date":"2/20/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":126,"Cost":98,"Date":"5/21/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":624,"Cost":520,"Date":"9/28/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":629,"Cost":544,"Date":"1/3/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":627,"Cost":470,"Date":"2/2/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":338,"Cost":298,"Date":"3/18/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":262,"Cost":218,"Date":"10/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":2,"Cost":2,"Date":"2/16/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":119,"Cost":93,"Date":"6/7/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":357,"Cost":187,"Date":"1/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":967,"Cost":813,"Date":"3/27/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":493,"Cost":266,"Date":"5/12/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":106,"Cost":89,"Date":"7/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":743,"Cost":483,"Date":"8/8/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":953,"Cost":796,"Date":"12/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":792,"Cost":675,"Date":"1/17/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":416,"Cost":334,"Date":"3/8/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":301,"Cost":195,"Date":"6/6/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":748,"Cost":543,"Date":"6/16/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":867,"Cost":457,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":329,"Cost":289,"Date":"11/19/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":713,"Cost":416,"Date":"12/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":578,"Cost":320,"Date":"2/4/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":995,"Cost":795,"Date":"3/8/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":13,"Cost":9,"Date":"12/18/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":81,"Cost":76,"Date":"3/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":885,"Cost":543,"Date":"4/20/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":683,"Cost":523,"Date":"6/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":530,"Cost":420,"Date":"7/23/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":464,"Cost":380,"Date":"11/21/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":149,"Cost":115,"Date":"11/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":695,"Cost":623,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":38,"Cost":20,"Date":"5/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":832,"Cost":481,"Date":"9/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":122,"Cost":95,"Date":"1/3/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":622,"Cost":488,"Date":"2/2/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":669,"Cost":516,"Date":"3/18/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":968,"Cost":736,"Date":"10/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":98,"Cost":89,"Date":"2/16/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":312,"Cost":240,"Date":"6/7/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":636,"Cost":382,"Date":"1/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":273,"Cost":197,"Date":"3/27/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":203,"Cost":167,"Date":"5/12/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":541,"Cost":473,"Date":"7/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":613,"Cost":477,"Date":"8/8/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":27,"Cost":26,"Date":"12/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":313,"Cost":203,"Date":"1/17/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":626,"Cost":405,"Date":"3/8/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":61,"Cost":50,"Date":"6/6/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":897,"Cost":678,"Date":"6/16/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":786,"Cost":557,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":282,"Cost":240,"Date":"11/19/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":574,"Cost":423,"Date":"12/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":532,"Cost":275,"Date":"2/4/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":498,"Cost":278,"Date":"3/8/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":247,"Cost":205,"Date":"12/18/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":681,"Cost":612,"Date":"3/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":671,"Cost":580,"Date":"4/20/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":794,"Cost":418,"Date":"6/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":316,"Cost":217,"Date":"7/23/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":268,"Cost":234,"Date":"11/21/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":46,"Cost":25,"Date":"11/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":817,"Cost":589,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":739,"Cost":525,"Date":"5/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":255,"Cost":154,"Date":"9/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":441,"Cost":296,"Date":"1/3/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":942,"Cost":819,"Date":"2/2/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":934,"Cost":690,"Date":"3/18/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM","Country":"Poland","Sale":962,"Cost":883,"Date":"10/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":31,"Cost":30,"Date":"2/16/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":387,"Cost":207,"Date":"6/7/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":636,"Cost":446,"Date":"1/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":793,"Cost":562,"Date":"3/27/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":346,"Cost":244,"Date":"5/12/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":321,"Cost":196,"Date":"7/28/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":548,"Cost":449,"Date":"8/8/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":635,"Cost":464,"Date":"12/7/2019"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":517,"Cost":294,"Date":"1/17/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":239,"Cost":222,"Date":"3/8/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":798,"Cost":545,"Date":"6/6/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":268,"Cost":253,"Date":"6/16/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":612,"Cost":514,"Date":"8/13/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":498,"Cost":418,"Date":"11/19/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":838,"Cost":646,"Date":"12/28/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":725,"Cost":560,"Date":"2/4/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":681,"Date":"3/8/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":157,"Cost":111,"Date":"12/18/2021"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":818,"Cost":422,"Date":"3/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":159,"Cost":108,"Date":"4/20/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":399,"Cost":235,"Date":"6/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":538,"Cost":327,"Date":"7/23/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":266,"Cost":195,"Date":"11/21/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":708,"Cost":664,"Date":"11/26/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":815,"Cost":491,"Date":"2/20/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":542,"Cost":378,"Date":"5/21/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":555,"Cost":310,"Date":"9/28/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":643,"Cost":588,"Date":"1/3/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":249,"Date":"2/2/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":386,"Cost":258,"Date":"3/18/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"HM Home","Country":"Poland","Sale":746,"Cost":592,"Date":"10/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":101,"Cost":63,"Date":"2/16/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":968,"Cost":621,"Date":"6/7/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":648,"Cost":367,"Date":"1/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":300,"Cost":276,"Date":"3/27/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":590,"Cost":464,"Date":"5/12/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":215,"Cost":137,"Date":"7/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":777,"Cost":524,"Date":"8/8/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":998,"Cost":828,"Date":"12/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":752,"Cost":676,"Date":"1/17/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":329,"Cost":191,"Date":"3/8/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":269,"Cost":206,"Date":"6/6/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":453,"Cost":419,"Date":"6/16/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":167,"Cost":88,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":374,"Cost":248,"Date":"11/19/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":307,"Cost":270,"Date":"12/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":133,"Date":"2/4/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":873,"Cost":665,"Date":"3/8/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":988,"Cost":677,"Date":"12/18/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":516,"Cost":361,"Date":"3/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":282,"Cost":202,"Date":"4/20/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":527,"Cost":392,"Date":"6/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":376,"Cost":356,"Date":"7/23/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":169,"Cost":123,"Date":"11/21/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":298,"Cost":196,"Date":"11/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":745,"Cost":373,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":915,"Cost":527,"Date":"5/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":615,"Cost":329,"Date":"9/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":345,"Cost":268,"Date":"1/3/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":908,"Cost":692,"Date":"2/2/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":149,"Cost":92,"Date":"3/18/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"HM Home","Country":"Poland","Sale":912,"Cost":836,"Date":"10/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":421,"Cost":351,"Date":"2/16/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":325,"Cost":276,"Date":"6/7/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":335,"Cost":178,"Date":"1/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":397,"Cost":217,"Date":"3/27/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":356,"Cost":277,"Date":"5/12/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":555,"Cost":518,"Date":"7/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":143,"Cost":116,"Date":"8/8/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":308,"Cost":260,"Date":"12/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":975,"Cost":669,"Date":"1/17/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":704,"Cost":449,"Date":"3/8/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":819,"Cost":530,"Date":"6/6/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":993,"Cost":605,"Date":"6/16/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":270,"Cost":201,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":261,"Cost":183,"Date":"11/19/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":676,"Cost":408,"Date":"12/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":378,"Cost":243,"Date":"2/4/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":659,"Cost":435,"Date":"3/8/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":932,"Cost":645,"Date":"12/18/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":586,"Cost":387,"Date":"3/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":593,"Cost":448,"Date":"4/20/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":707,"Cost":665,"Date":"6/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":814,"Cost":474,"Date":"7/23/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":287,"Cost":247,"Date":"11/21/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":708,"Cost":475,"Date":"11/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":194,"Cost":133,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":269,"Cost":139,"Date":"5/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":467,"Cost":367,"Date":"9/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":862,"Cost":617,"Date":"1/3/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":263,"Cost":223,"Date":"2/2/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":435,"Cost":367,"Date":"3/18/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Nova","Country":"Poland","Sale":555,"Cost":484,"Date":"10/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":467,"Cost":399,"Date":"2/16/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":139,"Cost":112,"Date":"6/7/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":601,"Cost":327,"Date":"1/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":758,"Cost":504,"Date":"3/27/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":773,"Cost":654,"Date":"5/12/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":354,"Cost":308,"Date":"7/28/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":249,"Cost":127,"Date":"8/8/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":217,"Cost":176,"Date":"12/7/2019"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":44,"Cost":37,"Date":"1/17/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":389,"Cost":243,"Date":"3/8/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":755,"Cost":451,"Date":"6/6/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":643,"Cost":591,"Date":"6/16/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":412,"Cost":217,"Date":"8/13/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":556,"Date":"11/19/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":9,"Cost":9,"Date":"12/28/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":2,"Cost":1,"Date":"2/4/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":75,"Cost":58,"Date":"3/8/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":452,"Cost":380,"Date":"12/18/2021"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":414,"Cost":267,"Date":"3/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":803,"Cost":430,"Date":"4/20/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":769,"Date":"6/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":983,"Cost":597,"Date":"7/23/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":235,"Cost":150,"Date":"11/21/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":643,"Cost":545,"Date":"11/26/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":395,"Cost":249,"Date":"2/20/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":609,"Cost":512,"Date":"5/21/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":551,"Cost":456,"Date":"9/28/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":830,"Cost":599,"Date":"1/3/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":16,"Cost":10,"Date":"2/2/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":357,"Cost":265,"Date":"3/18/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":126,"Cost":92,"Date":"10/14/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":933,"Cost":672,"Date":"2/16/2018"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":802,"Cost":472,"Date":"6/7/2018"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":303,"Cost":151,"Date":"1/28/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":607,"Cost":552,"Date":"3/27/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":754,"Cost":642,"Date":"5/12/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":563,"Cost":365,"Date":"7/28/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":685,"Cost":532,"Date":"8/8/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":533,"Cost":342,"Date":"12/7/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":204,"Cost":153,"Date":"1/17/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":473,"Cost":309,"Date":"3/8/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":431,"Cost":238,"Date":"6/6/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":476,"Cost":396,"Date":"6/16/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":989,"Cost":776,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":644,"Cost":611,"Date":"11/19/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":670,"Cost":629,"Date":"12/28/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":701,"Cost":554,"Date":"2/4/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":93,"Cost":89,"Date":"3/8/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":191,"Cost":121,"Date":"12/18/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":9,"Cost":4,"Date":"3/31/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":418,"Cost":342,"Date":"4/20/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":276,"Cost":202,"Date":"6/26/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":727,"Cost":422,"Date":"7/23/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":727,"Cost":442,"Date":"11/21/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":462,"Cost":243,"Date":"11/26/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":851,"Cost":606,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":933,"Cost":821,"Date":"5/21/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":962,"Cost":779,"Date":"9/28/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":828,"Cost":545,"Date":"1/3/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":233,"Cost":210,"Date":"2/2/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":51,"Cost":33,"Date":"3/18/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":367,"Cost":293,"Date":"10/14/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":477,"Cost":346,"Date":"2/16/2018"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":751,"Cost":379,"Date":"6/7/2018"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":199,"Cost":168,"Date":"1/28/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":373,"Cost":329,"Date":"3/27/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":417,"Cost":318,"Date":"5/12/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":442,"Cost":315,"Date":"7/28/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":211,"Cost":165,"Date":"8/8/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":239,"Cost":218,"Date":"12/7/2019"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":661,"Cost":336,"Date":"1/17/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":767,"Cost":577,"Date":"3/8/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":65,"Cost":60,"Date":"6/6/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":361,"Cost":314,"Date":"6/16/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":697,"Cost":380,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":737,"Cost":588,"Date":"11/19/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":979,"Cost":584,"Date":"12/28/2020"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":415,"Cost":370,"Date":"2/4/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":774,"Cost":437,"Date":"3/8/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":755,"Cost":638,"Date":"12/18/2021"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":505,"Cost":291,"Date":"3/31/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":342,"Cost":175,"Date":"4/20/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":423,"Date":"6/26/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":936,"Cost":658,"Date":"7/23/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":144,"Cost":100,"Date":"11/21/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":124,"Cost":96,"Date":"11/26/2022"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":850,"Cost":664,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":679,"Cost":393,"Date":"5/21/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":981,"Cost":758,"Date":"9/28/2023"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":956,"Cost":667,"Date":"1/3/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":85,"Cost":58,"Date":"2/2/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":920,"Cost":526,"Date":"3/18/2024"},{"Store":"Lublin Plaza","Brand":"Sellpy","Country":"Poland","Sale":801,"Cost":727,"Date":"10/14/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":773,"Cost":531,"Date":"2/16/2018"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":701,"Cost":478,"Date":"6/7/2018"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":49,"Cost":33,"Date":"1/28/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":659,"Cost":484,"Date":"3/27/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":308,"Cost":155,"Date":"5/12/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":374,"Cost":290,"Date":"7/28/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":655,"Cost":595,"Date":"8/8/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":763,"Cost":697,"Date":"12/7/2019"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":338,"Cost":286,"Date":"1/17/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":40,"Cost":24,"Date":"3/8/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":631,"Cost":336,"Date":"6/6/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":843,"Cost":800,"Date":"6/16/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":567,"Cost":438,"Date":"8/13/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":791,"Cost":518,"Date":"11/19/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":356,"Cost":338,"Date":"12/28/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":874,"Cost":772,"Date":"2/4/2021"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":714,"Cost":666,"Date":"3/8/2021"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":262,"Cost":175,"Date":"12/18/2021"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":917,"Cost":807,"Date":"3/31/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":167,"Cost":123,"Date":"4/20/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":76,"Date":"6/26/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":188,"Cost":111,"Date":"7/23/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":556,"Cost":393,"Date":"11/21/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":471,"Cost":351,"Date":"11/26/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":881,"Cost":768,"Date":"2/20/2023"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":867,"Cost":654,"Date":"5/21/2023"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":153,"Cost":90,"Date":"9/28/2023"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":551,"Cost":482,"Date":"1/3/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":200,"Date":"2/2/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":380,"Cost":218,"Date":"3/18/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":965,"Cost":845,"Date":"10/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":143,"Cost":103,"Date":"2/16/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":257,"Cost":231,"Date":"6/7/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":63,"Cost":59,"Date":"1/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":671,"Cost":444,"Date":"3/27/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":140,"Cost":91,"Date":"5/12/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":153,"Cost":122,"Date":"7/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":175,"Cost":127,"Date":"8/8/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":696,"Cost":458,"Date":"12/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":929,"Cost":686,"Date":"1/17/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":742,"Cost":386,"Date":"3/8/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":677,"Cost":459,"Date":"6/6/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":333,"Cost":305,"Date":"6/16/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":595,"Cost":486,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":321,"Cost":278,"Date":"11/19/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":868,"Cost":563,"Date":"12/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":65,"Cost":56,"Date":"2/4/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":434,"Cost":239,"Date":"3/8/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":569,"Cost":402,"Date":"12/18/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":831,"Cost":604,"Date":"3/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":76,"Cost":41,"Date":"4/20/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":758,"Cost":693,"Date":"6/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":669,"Cost":555,"Date":"7/23/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":902,"Cost":785,"Date":"11/21/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":537,"Cost":435,"Date":"11/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":9,"Cost":8,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":483,"Cost":332,"Date":"5/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":985,"Cost":838,"Date":"9/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":81,"Cost":73,"Date":"1/3/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":355,"Cost":307,"Date":"2/2/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":70,"Cost":66,"Date":"3/18/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":806,"Cost":725,"Date":"10/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":896,"Cost":480,"Date":"2/16/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":1000,"Cost":713,"Date":"6/7/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":65,"Cost":53,"Date":"1/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":415,"Cost":223,"Date":"3/27/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":922,"Cost":782,"Date":"5/12/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":131,"Cost":74,"Date":"7/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":867,"Cost":557,"Date":"8/8/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":858,"Cost":625,"Date":"12/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":606,"Cost":518,"Date":"1/17/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":85,"Cost":72,"Date":"3/8/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":13,"Cost":9,"Date":"6/6/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":229,"Cost":187,"Date":"6/16/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":112,"Cost":95,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":498,"Cost":360,"Date":"11/19/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":460,"Cost":284,"Date":"12/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":737,"Cost":681,"Date":"2/4/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":79,"Cost":73,"Date":"3/8/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":749,"Cost":605,"Date":"12/18/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":162,"Cost":150,"Date":"3/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":609,"Cost":523,"Date":"4/20/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":831,"Cost":761,"Date":"6/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":269,"Cost":159,"Date":"7/23/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":259,"Cost":224,"Date":"11/21/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":74,"Cost":42,"Date":"11/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":695,"Cost":523,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":949,"Cost":824,"Date":"5/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":600,"Cost":487,"Date":"9/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":438,"Cost":343,"Date":"1/3/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":400,"Cost":330,"Date":"2/2/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":357,"Cost":184,"Date":"3/18/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"HM","Country":"Poland","Sale":6,"Cost":4,"Date":"10/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":669,"Cost":420,"Date":"2/16/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":163,"Cost":119,"Date":"6/7/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":699,"Cost":441,"Date":"1/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":622,"Cost":346,"Date":"3/27/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":865,"Cost":462,"Date":"5/12/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":85,"Cost":50,"Date":"7/28/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":340,"Cost":195,"Date":"8/8/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":617,"Cost":429,"Date":"12/7/2019"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":625,"Cost":338,"Date":"1/17/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":83,"Cost":58,"Date":"3/8/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":671,"Cost":502,"Date":"6/6/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":837,"Cost":771,"Date":"6/16/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":744,"Cost":528,"Date":"8/13/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":570,"Cost":415,"Date":"11/19/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":88,"Cost":60,"Date":"12/28/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":206,"Cost":152,"Date":"2/4/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":181,"Cost":110,"Date":"3/8/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":676,"Cost":359,"Date":"12/18/2021"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":165,"Cost":104,"Date":"3/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":149,"Cost":98,"Date":"4/20/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":299,"Cost":277,"Date":"6/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":599,"Cost":502,"Date":"7/23/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":569,"Cost":517,"Date":"11/21/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":197,"Cost":151,"Date":"11/26/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":241,"Cost":170,"Date":"2/20/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":312,"Cost":286,"Date":"5/21/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":670,"Cost":385,"Date":"9/28/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":70,"Cost":51,"Date":"1/3/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":663,"Cost":377,"Date":"2/2/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":494,"Cost":432,"Date":"3/18/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Nova","Country":"Poland","Sale":279,"Cost":139,"Date":"10/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":476,"Cost":297,"Date":"2/16/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":69,"Cost":34,"Date":"6/7/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":659,"Cost":448,"Date":"1/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":905,"Cost":822,"Date":"3/27/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":875,"Date":"5/12/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":896,"Cost":780,"Date":"7/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":644,"Cost":572,"Date":"8/8/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":483,"Cost":255,"Date":"12/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":599,"Cost":340,"Date":"1/17/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":811,"Cost":533,"Date":"3/8/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":935,"Cost":859,"Date":"6/6/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":819,"Cost":500,"Date":"6/16/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":943,"Cost":641,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":728,"Cost":486,"Date":"11/19/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":988,"Cost":711,"Date":"12/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":942,"Cost":841,"Date":"2/4/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":59,"Cost":39,"Date":"3/8/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":527,"Cost":314,"Date":"12/18/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":398,"Cost":236,"Date":"3/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":358,"Cost":313,"Date":"4/20/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":264,"Cost":246,"Date":"6/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":245,"Cost":146,"Date":"7/23/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":408,"Date":"11/21/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":537,"Cost":492,"Date":"11/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":900,"Cost":475,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":888,"Cost":602,"Date":"5/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":24,"Date":"9/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":929,"Cost":763,"Date":"1/3/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":374,"Cost":263,"Date":"2/2/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":242,"Cost":131,"Date":"3/18/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":253,"Date":"10/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":618,"Cost":405,"Date":"2/16/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":535,"Cost":484,"Date":"6/7/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":211,"Cost":153,"Date":"1/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":108,"Cost":68,"Date":"3/27/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":136,"Cost":108,"Date":"5/12/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":417,"Cost":345,"Date":"7/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":668,"Cost":435,"Date":"8/8/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":445,"Cost":396,"Date":"12/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":682,"Cost":439,"Date":"1/17/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":442,"Cost":302,"Date":"3/8/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":459,"Cost":394,"Date":"6/6/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":946,"Cost":835,"Date":"6/16/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":666,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":784,"Cost":491,"Date":"11/19/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":793,"Cost":669,"Date":"12/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":756,"Date":"2/4/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":389,"Cost":340,"Date":"3/8/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":237,"Cost":154,"Date":"12/18/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":716,"Cost":659,"Date":"3/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":591,"Cost":458,"Date":"4/20/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":365,"Cost":207,"Date":"6/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":30,"Cost":19,"Date":"7/23/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":770,"Cost":694,"Date":"11/21/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":422,"Cost":285,"Date":"11/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":353,"Cost":192,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":897,"Cost":577,"Date":"5/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":692,"Cost":539,"Date":"9/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":538,"Date":"1/3/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":911,"Cost":678,"Date":"2/2/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":664,"Cost":395,"Date":"3/18/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":409,"Cost":225,"Date":"10/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":197,"Cost":177,"Date":"2/16/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":997,"Cost":644,"Date":"6/7/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":983,"Cost":894,"Date":"1/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":263,"Cost":210,"Date":"3/27/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":623,"Cost":414,"Date":"5/12/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":311,"Cost":236,"Date":"7/28/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":57,"Cost":37,"Date":"8/8/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":339,"Cost":249,"Date":"12/7/2019"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":730,"Cost":607,"Date":"1/17/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":528,"Cost":338,"Date":"3/8/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":38,"Cost":26,"Date":"6/6/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":288,"Cost":243,"Date":"6/16/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":647,"Cost":335,"Date":"8/13/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":628,"Cost":316,"Date":"11/19/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":378,"Cost":337,"Date":"12/28/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":716,"Cost":653,"Date":"2/4/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":63,"Cost":35,"Date":"3/8/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":959,"Cost":698,"Date":"12/18/2021"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":641,"Cost":498,"Date":"3/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":590,"Cost":529,"Date":"4/20/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":910,"Cost":837,"Date":"6/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":594,"Cost":344,"Date":"7/23/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":4,"Cost":3,"Date":"11/21/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":768,"Cost":575,"Date":"11/26/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":634,"Cost":447,"Date":"2/20/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":694,"Cost":380,"Date":"5/21/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":571,"Cost":513,"Date":"9/28/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":246,"Cost":223,"Date":"1/3/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":893,"Cost":829,"Date":"2/2/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":817,"Cost":446,"Date":"3/18/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":713,"Cost":445,"Date":"10/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":766,"Cost":498,"Date":"2/16/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":461,"Cost":230,"Date":"6/7/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":824,"Cost":441,"Date":"1/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":564,"Cost":375,"Date":"3/27/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":886,"Cost":826,"Date":"5/12/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":245,"Cost":140,"Date":"7/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":977,"Cost":493,"Date":"8/8/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":708,"Cost":579,"Date":"12/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":516,"Cost":372,"Date":"1/17/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":212,"Cost":154,"Date":"3/8/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":171,"Cost":89,"Date":"6/6/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":531,"Cost":421,"Date":"6/16/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":476,"Cost":343,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":371,"Cost":345,"Date":"11/19/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":462,"Cost":351,"Date":"12/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":354,"Cost":261,"Date":"2/4/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":27,"Cost":20,"Date":"3/8/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":241,"Cost":182,"Date":"12/18/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":54,"Cost":41,"Date":"3/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":313,"Cost":290,"Date":"4/20/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":667,"Cost":379,"Date":"6/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":940,"Cost":652,"Date":"7/23/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":314,"Cost":191,"Date":"11/21/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":86,"Cost":63,"Date":"11/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":674,"Cost":579,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":510,"Cost":366,"Date":"5/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":820,"Cost":455,"Date":"9/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":438,"Cost":360,"Date":"1/3/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":756,"Cost":580,"Date":"2/2/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":567,"Cost":316,"Date":"3/18/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Jeans","Country":"Poland","Sale":891,"Cost":475,"Date":"10/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":459,"Cost":240,"Date":"2/16/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":818,"Cost":484,"Date":"6/7/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":75,"Cost":42,"Date":"1/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":639,"Cost":420,"Date":"3/27/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":323,"Cost":256,"Date":"5/12/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":547,"Cost":326,"Date":"7/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":991,"Cost":843,"Date":"8/8/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":28,"Cost":18,"Date":"12/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":998,"Cost":847,"Date":"1/17/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":643,"Cost":465,"Date":"3/8/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":377,"Cost":296,"Date":"6/6/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":539,"Cost":495,"Date":"6/16/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":933,"Cost":488,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":640,"Cost":394,"Date":"11/19/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":301,"Cost":216,"Date":"12/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":521,"Cost":294,"Date":"2/4/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":77,"Date":"3/8/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":742,"Date":"12/18/2021"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":38,"Cost":23,"Date":"3/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":92,"Cost":67,"Date":"4/20/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":272,"Cost":191,"Date":"6/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":862,"Cost":685,"Date":"7/23/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":545,"Cost":409,"Date":"11/21/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":443,"Cost":338,"Date":"11/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":962,"Cost":799,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":806,"Cost":446,"Date":"5/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":627,"Cost":347,"Date":"9/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":442,"Cost":313,"Date":"1/3/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":756,"Cost":439,"Date":"2/2/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":189,"Cost":161,"Date":"3/18/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":20,"Cost":10,"Date":"10/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":905,"Cost":454,"Date":"2/16/2018"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":728,"Cost":409,"Date":"6/7/2018"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":809,"Cost":685,"Date":"1/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":281,"Cost":257,"Date":"3/27/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":645,"Cost":374,"Date":"5/12/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":771,"Cost":559,"Date":"7/28/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":404,"Cost":344,"Date":"8/8/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":97,"Cost":59,"Date":"12/7/2019"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":359,"Cost":316,"Date":"1/17/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":58,"Cost":37,"Date":"3/8/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":429,"Cost":264,"Date":"6/6/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":760,"Cost":555,"Date":"6/16/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":973,"Cost":694,"Date":"8/13/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":564,"Cost":509,"Date":"11/19/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":169,"Cost":97,"Date":"12/28/2020"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":723,"Cost":605,"Date":"2/4/2021"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":432,"Cost":322,"Date":"3/8/2021"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":47,"Cost":26,"Date":"12/18/2021"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":855,"Cost":441,"Date":"3/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":516,"Cost":476,"Date":"4/20/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":897,"Cost":680,"Date":"6/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":905,"Cost":670,"Date":"7/23/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":616,"Cost":368,"Date":"11/21/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":538,"Cost":501,"Date":"11/26/2022"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":210,"Cost":161,"Date":"2/20/2023"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":291,"Cost":270,"Date":"5/21/2023"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":48,"Cost":32,"Date":"9/28/2023"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":105,"Cost":96,"Date":"1/3/2024"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":868,"Cost":801,"Date":"2/2/2024"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":280,"Cost":176,"Date":"3/18/2024"},{"Store":"Rzeszów Shopping Center","Brand":"COS","Country":"Poland","Sale":616,"Cost":319,"Date":"10/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":145,"Cost":136,"Date":"2/16/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":449,"Cost":328,"Date":"6/7/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":917,"Cost":616,"Date":"1/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":359,"Cost":335,"Date":"3/27/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":140,"Cost":104,"Date":"5/12/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":247,"Cost":195,"Date":"7/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":326,"Cost":279,"Date":"8/8/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":653,"Cost":389,"Date":"12/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":754,"Cost":559,"Date":"1/17/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":666,"Cost":477,"Date":"3/8/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":242,"Date":"6/6/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":876,"Cost":705,"Date":"6/16/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":175,"Cost":142,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":887,"Cost":500,"Date":"11/19/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":598,"Date":"12/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":781,"Cost":722,"Date":"2/4/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":6,"Cost":5,"Date":"3/8/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":876,"Cost":797,"Date":"12/18/2021"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":619,"Cost":363,"Date":"3/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":407,"Cost":339,"Date":"4/20/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":511,"Cost":408,"Date":"6/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":594,"Cost":474,"Date":"7/23/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":735,"Date":"11/21/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":651,"Cost":411,"Date":"11/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":646,"Cost":344,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":612,"Cost":365,"Date":"5/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":786,"Cost":510,"Date":"9/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":408,"Cost":245,"Date":"1/3/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":42,"Cost":21,"Date":"2/2/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":938,"Cost":683,"Date":"3/18/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":45,"Cost":42,"Date":"10/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":293,"Cost":261,"Date":"2/16/2018"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":771,"Cost":640,"Date":"6/7/2018"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":905,"Cost":501,"Date":"1/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":171,"Cost":141,"Date":"3/27/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":790,"Cost":501,"Date":"5/12/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":433,"Cost":313,"Date":"7/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":950,"Cost":622,"Date":"8/8/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":47,"Cost":34,"Date":"12/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":428,"Cost":261,"Date":"1/17/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":444,"Cost":224,"Date":"3/8/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":334,"Cost":243,"Date":"6/6/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":269,"Cost":226,"Date":"6/16/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":189,"Cost":142,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":327,"Cost":246,"Date":"11/19/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":890,"Cost":515,"Date":"12/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":230,"Cost":203,"Date":"2/4/2021"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":842,"Cost":638,"Date":"3/8/2021"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":58,"Cost":38,"Date":"12/18/2021"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":478,"Cost":436,"Date":"3/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":286,"Cost":169,"Date":"4/20/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":917,"Cost":828,"Date":"6/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":416,"Cost":292,"Date":"7/23/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":781,"Cost":507,"Date":"11/21/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":852,"Cost":467,"Date":"11/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":426,"Cost":362,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":987,"Cost":628,"Date":"5/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":826,"Cost":498,"Date":"9/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":266,"Cost":196,"Date":"1/3/2024"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":570,"Cost":397,"Date":"2/2/2024"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":457,"Cost":363,"Date":"3/18/2024"},{"Store":"Gemini Park, Tychy","Brand":"COS","Country":"Poland","Sale":179,"Cost":168,"Date":"10/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":650,"Cost":388,"Date":"2/16/2018"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":382,"Cost":236,"Date":"6/7/2018"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":57,"Cost":40,"Date":"1/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":700,"Cost":503,"Date":"3/27/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":933,"Cost":662,"Date":"5/12/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":217,"Cost":135,"Date":"7/28/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":400,"Cost":309,"Date":"8/8/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":701,"Cost":447,"Date":"12/7/2019"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":791,"Cost":541,"Date":"1/17/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":506,"Cost":373,"Date":"3/8/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":491,"Cost":300,"Date":"6/6/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":888,"Cost":544,"Date":"6/16/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":121,"Cost":111,"Date":"8/13/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":920,"Cost":870,"Date":"11/19/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":158,"Cost":124,"Date":"12/28/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":676,"Cost":573,"Date":"2/4/2021"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":174,"Cost":120,"Date":"3/8/2021"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":886,"Cost":762,"Date":"12/18/2021"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":727,"Cost":584,"Date":"3/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":272,"Cost":234,"Date":"4/20/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":255,"Cost":224,"Date":"6/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":600,"Cost":460,"Date":"7/23/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":422,"Cost":249,"Date":"11/21/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":507,"Cost":480,"Date":"11/26/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":135,"Cost":89,"Date":"2/20/2023"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":319,"Cost":277,"Date":"5/21/2023"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":277,"Cost":166,"Date":"9/28/2023"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":104,"Cost":87,"Date":"1/3/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":222,"Cost":171,"Date":"2/2/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":629,"Cost":326,"Date":"3/18/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":616,"Cost":335,"Date":"10/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":801,"Cost":562,"Date":"2/16/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":433,"Cost":304,"Date":"6/7/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":591,"Cost":401,"Date":"1/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":139,"Cost":91,"Date":"3/27/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":602,"Cost":559,"Date":"5/12/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":382,"Cost":352,"Date":"7/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":653,"Cost":442,"Date":"8/8/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":362,"Cost":324,"Date":"12/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":911,"Cost":832,"Date":"1/17/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":752,"Cost":659,"Date":"3/8/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":91,"Cost":70,"Date":"6/6/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":118,"Cost":65,"Date":"6/16/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":94,"Cost":62,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":543,"Cost":499,"Date":"11/19/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":111,"Cost":100,"Date":"12/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":121,"Cost":91,"Date":"2/4/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":462,"Cost":322,"Date":"3/8/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":428,"Date":"12/18/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":987,"Cost":783,"Date":"3/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":217,"Cost":193,"Date":"4/20/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":832,"Cost":692,"Date":"6/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":869,"Cost":663,"Date":"7/23/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":208,"Cost":198,"Date":"11/21/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":879,"Cost":456,"Date":"11/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":121,"Cost":106,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":558,"Cost":444,"Date":"5/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":217,"Cost":147,"Date":"9/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":33,"Cost":31,"Date":"1/3/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":95,"Cost":54,"Date":"2/2/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":84,"Cost":77,"Date":"3/18/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Sellpy","Country":"Poland","Sale":684,"Cost":346,"Date":"10/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":85,"Cost":54,"Date":"2/16/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":144,"Cost":119,"Date":"6/7/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":203,"Cost":175,"Date":"1/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":390,"Cost":281,"Date":"3/27/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":348,"Cost":240,"Date":"5/12/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":217,"Cost":207,"Date":"7/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":18,"Cost":14,"Date":"8/8/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":26,"Cost":19,"Date":"12/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":257,"Cost":192,"Date":"1/17/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":979,"Cost":557,"Date":"3/8/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":837,"Cost":788,"Date":"6/6/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":289,"Date":"6/16/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":349,"Cost":266,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":939,"Cost":846,"Date":"11/19/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":139,"Cost":93,"Date":"12/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":936,"Cost":518,"Date":"2/4/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":605,"Cost":498,"Date":"3/8/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":96,"Cost":80,"Date":"12/18/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":313,"Date":"3/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":666,"Cost":352,"Date":"4/20/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":987,"Cost":638,"Date":"6/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":98,"Cost":51,"Date":"7/23/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":216,"Cost":180,"Date":"11/21/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":472,"Cost":380,"Date":"11/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":74,"Cost":70,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":475,"Cost":245,"Date":"5/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":205,"Cost":175,"Date":"9/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":565,"Cost":513,"Date":"1/3/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":258,"Cost":219,"Date":"2/2/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":471,"Cost":352,"Date":"3/18/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":412,"Date":"10/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":868,"Cost":559,"Date":"2/16/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":642,"Cost":350,"Date":"6/7/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":773,"Cost":420,"Date":"1/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":347,"Cost":292,"Date":"3/27/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":613,"Date":"5/12/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":875,"Cost":743,"Date":"7/28/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":400,"Cost":223,"Date":"8/8/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":17,"Cost":9,"Date":"12/7/2019"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":667,"Cost":585,"Date":"1/17/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":741,"Cost":652,"Date":"3/8/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":112,"Cost":104,"Date":"6/6/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":955,"Cost":704,"Date":"6/16/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":549,"Cost":477,"Date":"8/13/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":883,"Cost":455,"Date":"11/19/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":102,"Cost":54,"Date":"12/28/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":338,"Cost":187,"Date":"2/4/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":139,"Cost":108,"Date":"3/8/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":87,"Cost":47,"Date":"12/18/2021"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":919,"Cost":746,"Date":"3/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":178,"Cost":156,"Date":"4/20/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":58,"Cost":44,"Date":"6/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":505,"Cost":447,"Date":"7/23/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":971,"Cost":672,"Date":"11/21/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":318,"Cost":289,"Date":"11/26/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":248,"Cost":156,"Date":"2/20/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":680,"Cost":500,"Date":"5/21/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":93,"Cost":54,"Date":"9/28/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":997,"Cost":502,"Date":"1/3/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":81,"Cost":45,"Date":"2/2/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":431,"Cost":299,"Date":"3/18/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"ARKET","Country":"Poland","Sale":134,"Cost":98,"Date":"10/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":621,"Cost":311,"Date":"2/16/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":923,"Cost":808,"Date":"6/7/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":768,"Cost":411,"Date":"1/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":253,"Cost":133,"Date":"3/27/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":460,"Cost":236,"Date":"5/12/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":595,"Cost":419,"Date":"7/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":510,"Cost":383,"Date":"8/8/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":292,"Cost":154,"Date":"12/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":612,"Cost":409,"Date":"1/17/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":299,"Cost":267,"Date":"3/8/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":869,"Cost":521,"Date":"6/6/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":564,"Cost":493,"Date":"6/16/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":992,"Cost":501,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":51,"Cost":34,"Date":"11/19/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":162,"Cost":107,"Date":"12/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":929,"Cost":819,"Date":"2/4/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":575,"Cost":363,"Date":"3/8/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":943,"Cost":685,"Date":"12/18/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":364,"Cost":284,"Date":"3/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":898,"Cost":617,"Date":"4/20/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":111,"Cost":71,"Date":"6/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":63,"Cost":37,"Date":"7/23/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":862,"Cost":566,"Date":"11/21/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":685,"Cost":479,"Date":"11/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":873,"Cost":769,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":24,"Cost":12,"Date":"5/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":741,"Cost":508,"Date":"9/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":421,"Cost":357,"Date":"1/3/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":163,"Cost":88,"Date":"2/2/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":635,"Cost":377,"Date":"3/18/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Jeans","Country":"Poland","Sale":905,"Cost":773,"Date":"10/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":102,"Cost":57,"Date":"2/16/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":378,"Cost":351,"Date":"6/7/2018"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":623,"Cost":342,"Date":"1/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":914,"Cost":531,"Date":"3/27/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":692,"Cost":379,"Date":"5/12/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":884,"Cost":722,"Date":"7/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":856,"Cost":603,"Date":"8/8/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":669,"Cost":596,"Date":"12/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":206,"Cost":139,"Date":"1/17/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":221,"Cost":163,"Date":"3/8/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":850,"Cost":428,"Date":"6/6/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":934,"Cost":797,"Date":"6/16/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":377,"Cost":243,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":492,"Cost":275,"Date":"11/19/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":170,"Cost":91,"Date":"12/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":680,"Cost":525,"Date":"2/4/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":33,"Cost":18,"Date":"3/8/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":872,"Cost":749,"Date":"12/18/2021"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":578,"Cost":483,"Date":"3/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":816,"Cost":561,"Date":"4/20/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":393,"Cost":249,"Date":"6/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":99,"Cost":51,"Date":"7/23/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":892,"Cost":816,"Date":"11/21/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":900,"Cost":484,"Date":"11/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":330,"Cost":173,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":914,"Cost":603,"Date":"5/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":156,"Cost":88,"Date":"9/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":305,"Cost":172,"Date":"1/3/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":779,"Cost":470,"Date":"2/2/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":546,"Cost":382,"Date":"3/18/2024"},{"Store":"Gemini Park, Tarnów","Brand":"Sellpy","Country":"Poland","Sale":967,"Cost":836,"Date":"10/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":650,"Cost":372,"Date":"2/16/2018"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":405,"Cost":292,"Date":"6/7/2018"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":88,"Cost":77,"Date":"1/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":315,"Cost":179,"Date":"3/27/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":20,"Cost":10,"Date":"5/12/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":611,"Cost":440,"Date":"7/28/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":403,"Cost":226,"Date":"8/8/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":923,"Cost":515,"Date":"12/7/2019"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":463,"Cost":291,"Date":"1/17/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":383,"Cost":347,"Date":"3/8/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":37,"Cost":29,"Date":"6/6/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":61,"Cost":44,"Date":"6/16/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":948,"Cost":563,"Date":"8/13/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":119,"Cost":112,"Date":"11/19/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":58,"Cost":38,"Date":"12/28/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":588,"Cost":295,"Date":"2/4/2021"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":969,"Cost":531,"Date":"3/8/2021"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":136,"Cost":78,"Date":"12/18/2021"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":360,"Cost":266,"Date":"3/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":289,"Cost":149,"Date":"4/20/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":654,"Cost":557,"Date":"6/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":535,"Cost":322,"Date":"7/23/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":141,"Cost":123,"Date":"11/21/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":702,"Cost":502,"Date":"11/26/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":19,"Date":"2/20/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":485,"Cost":307,"Date":"5/21/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":767,"Cost":411,"Date":"9/28/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":201,"Cost":171,"Date":"1/3/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":822,"Cost":683,"Date":"2/2/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":134,"Cost":104,"Date":"3/18/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":271,"Cost":216,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":75,"Cost":39,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":298,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":1000,"Cost":731,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":970,"Cost":884,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":372,"Cost":236,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":280,"Cost":242,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":262,"Cost":185,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":880,"Cost":526,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":887,"Cost":703,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":299,"Cost":206,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":330,"Cost":303,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":94,"Cost":75,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":294,"Cost":275,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":872,"Cost":814,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":580,"Cost":330,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":342,"Cost":249,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":562,"Cost":402,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":777,"Cost":499,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":38,"Cost":30,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":120,"Cost":103,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":205,"Cost":104,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":699,"Cost":415,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":178,"Cost":132,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":684,"Cost":602,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":407,"Cost":241,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":615,"Cost":457,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":136,"Cost":75,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":965,"Cost":792,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":417,"Cost":208,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":891,"Cost":533,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":878,"Cost":687,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":4,"Cost":2,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":747,"Cost":444,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":126,"Cost":103,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":911,"Cost":638,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":396,"Cost":331,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":844,"Cost":586,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":310,"Cost":238,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":119,"Cost":72,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":814,"Cost":427,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":714,"Cost":459,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":797,"Cost":602,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":96,"Cost":83,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":834,"Cost":593,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":114,"Cost":76,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":394,"Cost":276,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":764,"Cost":710,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":290,"Cost":155,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":644,"Cost":340,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":466,"Cost":305,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":931,"Cost":756,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":254,"Cost":188,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":803,"Cost":521,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":441,"Cost":340,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":381,"Cost":330,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":687,"Cost":419,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":602,"Cost":475,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":214,"Cost":197,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":572,"Cost":357,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":574,"Cost":449,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":714,"Cost":477,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":105,"Cost":62,"Date":"10/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":318,"Cost":253,"Date":"2/16/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":133,"Cost":99,"Date":"6/7/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":748,"Cost":518,"Date":"1/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":48,"Cost":33,"Date":"3/27/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":700,"Cost":573,"Date":"5/12/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":139,"Cost":120,"Date":"7/28/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":117,"Cost":101,"Date":"8/8/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":699,"Cost":524,"Date":"12/7/2019"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":49,"Cost":28,"Date":"1/17/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":961,"Cost":910,"Date":"3/8/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":231,"Cost":166,"Date":"6/6/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":467,"Cost":442,"Date":"6/16/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":720,"Cost":370,"Date":"8/13/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":26,"Cost":16,"Date":"11/19/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":996,"Cost":629,"Date":"12/28/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":730,"Cost":437,"Date":"2/4/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":379,"Cost":227,"Date":"3/8/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":633,"Cost":330,"Date":"12/18/2021"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":716,"Cost":470,"Date":"3/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":53,"Cost":27,"Date":"4/20/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":387,"Cost":360,"Date":"6/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":674,"Cost":563,"Date":"7/23/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":166,"Cost":139,"Date":"11/21/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":518,"Cost":467,"Date":"11/26/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":70,"Cost":64,"Date":"2/20/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":110,"Cost":76,"Date":"5/21/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":143,"Cost":123,"Date":"9/28/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":283,"Cost":168,"Date":"1/3/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":138,"Cost":108,"Date":"2/2/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":160,"Date":"3/18/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":877,"Cost":542,"Date":"10/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":903,"Cost":542,"Date":"2/16/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":81,"Cost":55,"Date":"6/7/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":548,"Cost":384,"Date":"1/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":88,"Cost":49,"Date":"3/27/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":423,"Cost":372,"Date":"5/12/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":991,"Cost":821,"Date":"7/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":697,"Cost":442,"Date":"8/8/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":811,"Cost":472,"Date":"12/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":985,"Cost":554,"Date":"1/17/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":327,"Cost":255,"Date":"3/8/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":173,"Cost":149,"Date":"6/6/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":887,"Cost":738,"Date":"6/16/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":158,"Cost":87,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":72,"Cost":61,"Date":"11/19/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":568,"Cost":534,"Date":"12/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":883,"Cost":455,"Date":"2/4/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":244,"Cost":184,"Date":"3/8/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":832,"Cost":552,"Date":"12/18/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":948,"Cost":698,"Date":"3/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":734,"Cost":580,"Date":"4/20/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":113,"Cost":100,"Date":"6/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":439,"Cost":346,"Date":"7/23/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":472,"Cost":274,"Date":"11/21/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":203,"Cost":179,"Date":"11/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":710,"Cost":615,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":629,"Cost":569,"Date":"5/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":345,"Cost":269,"Date":"9/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":263,"Cost":162,"Date":"1/3/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":671,"Cost":400,"Date":"2/2/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":108,"Cost":69,"Date":"3/18/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":609,"Cost":428,"Date":"10/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":137,"Cost":82,"Date":"2/16/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":866,"Cost":786,"Date":"6/7/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":627,"Cost":478,"Date":"1/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":39,"Cost":35,"Date":"3/27/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":981,"Cost":831,"Date":"5/12/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":280,"Cost":240,"Date":"7/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":800,"Cost":555,"Date":"8/8/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":692,"Cost":544,"Date":"12/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":823,"Cost":570,"Date":"1/17/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":229,"Cost":187,"Date":"3/8/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":625,"Cost":533,"Date":"6/6/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":256,"Cost":150,"Date":"6/16/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":950,"Cost":777,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":348,"Cost":206,"Date":"11/19/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":95,"Cost":67,"Date":"12/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":530,"Cost":295,"Date":"2/4/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":727,"Cost":606,"Date":"3/8/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":808,"Cost":508,"Date":"12/18/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":615,"Cost":482,"Date":"3/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":430,"Cost":330,"Date":"4/20/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":598,"Cost":308,"Date":"6/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":75,"Cost":41,"Date":"7/23/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":176,"Cost":165,"Date":"11/21/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":882,"Cost":520,"Date":"11/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":4,"Cost":3,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":203,"Cost":152,"Date":"5/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":488,"Cost":272,"Date":"9/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":841,"Cost":661,"Date":"1/3/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":46,"Cost":24,"Date":"2/2/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":757,"Cost":578,"Date":"3/18/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":929,"Cost":837,"Date":"10/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":162,"Cost":152,"Date":"2/16/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":450,"Cost":310,"Date":"6/7/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":21,"Cost":19,"Date":"1/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":725,"Cost":383,"Date":"3/27/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":363,"Cost":241,"Date":"5/12/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":154,"Cost":133,"Date":"7/28/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":88,"Cost":45,"Date":"8/8/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":698,"Cost":378,"Date":"12/7/2019"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":269,"Cost":214,"Date":"1/17/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":928,"Cost":535,"Date":"3/8/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":384,"Cost":305,"Date":"6/6/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":451,"Cost":253,"Date":"6/16/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":606,"Cost":335,"Date":"8/13/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":83,"Cost":78,"Date":"11/19/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":129,"Cost":77,"Date":"12/28/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":702,"Cost":663,"Date":"2/4/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":580,"Cost":499,"Date":"3/8/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":614,"Cost":422,"Date":"12/18/2021"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":983,"Cost":522,"Date":"3/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":529,"Cost":497,"Date":"4/20/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":310,"Cost":255,"Date":"6/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":199,"Cost":129,"Date":"7/23/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":397,"Cost":235,"Date":"11/21/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":436,"Cost":293,"Date":"11/26/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":803,"Cost":612,"Date":"2/20/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":141,"Cost":87,"Date":"5/21/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":342,"Cost":218,"Date":"9/28/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":427,"Cost":258,"Date":"1/3/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":218,"Cost":115,"Date":"2/2/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":170,"Cost":95,"Date":"3/18/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM","Country":"Poland","Sale":58,"Cost":52,"Date":"10/14/2024"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":760,"Cost":391,"Date":"2/16/2018"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":965,"Cost":745,"Date":"6/7/2018"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":5,"Cost":2,"Date":"1/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":672,"Cost":405,"Date":"3/27/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":489,"Cost":427,"Date":"5/12/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":743,"Cost":464,"Date":"7/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":988,"Cost":729,"Date":"8/8/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":539,"Cost":477,"Date":"12/7/2019"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":965,"Cost":828,"Date":"1/17/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":981,"Cost":930,"Date":"3/8/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":190,"Cost":131,"Date":"6/6/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":102,"Cost":68,"Date":"6/16/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":512,"Cost":441,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":303,"Cost":203,"Date":"11/19/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":233,"Cost":210,"Date":"12/28/2020"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":375,"Cost":228,"Date":"2/4/2021"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":529,"Cost":279,"Date":"3/8/2021"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":954,"Cost":667,"Date":"12/18/2021"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":520,"Cost":408,"Date":"3/31/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":939,"Cost":614,"Date":"4/20/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":739,"Cost":564,"Date":"6/26/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":549,"Cost":290,"Date":"7/23/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":41,"Cost":28,"Date":"11/21/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":743,"Cost":536,"Date":"11/26/2022"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":303,"Cost":234,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":385,"Cost":239,"Date":"5/21/2023"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":331,"Cost":220,"Date":"9/28/2023"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":938,"Cost":552,"Date":"1/3/2024"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":34,"Cost":25,"Date":"2/2/2024"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":534,"Cost":454,"Date":"3/18/2024"},{"Store":"Gemini Park Tychy","Brand":"Nova","Country":"Poland","Sale":467,"Cost":297,"Date":"10/14/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":819,"Cost":496,"Date":"2/16/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":310,"Cost":208,"Date":"6/7/2018"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":844,"Cost":623,"Date":"1/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":719,"Cost":415,"Date":"3/27/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":529,"Cost":308,"Date":"5/12/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":472,"Cost":401,"Date":"7/28/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":572,"Cost":319,"Date":"8/8/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":788,"Cost":560,"Date":"12/7/2019"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":554,"Cost":347,"Date":"1/17/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":306,"Cost":200,"Date":"3/8/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":284,"Cost":250,"Date":"6/6/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":805,"Cost":436,"Date":"6/16/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":576,"Cost":471,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":135,"Cost":80,"Date":"11/19/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":168,"Cost":139,"Date":"12/28/2020"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":75,"Cost":45,"Date":"2/4/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":809,"Cost":730,"Date":"3/8/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":746,"Cost":465,"Date":"12/18/2021"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":121,"Cost":112,"Date":"3/31/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":81,"Cost":72,"Date":"4/20/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":433,"Date":"6/26/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":393,"Cost":364,"Date":"7/23/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":445,"Cost":402,"Date":"11/21/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":701,"Cost":645,"Date":"11/26/2022"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":795,"Cost":592,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":41,"Cost":28,"Date":"5/21/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":308,"Cost":179,"Date":"9/28/2023"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":93,"Cost":63,"Date":"1/3/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":416,"Cost":342,"Date":"2/2/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":481,"Cost":286,"Date":"3/18/2024"},{"Store":"Gemini Park Tychy","Brand":"Jeans","Country":"Poland","Sale":81,"Cost":45,"Date":"10/14/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":37,"Cost":26,"Date":"2/16/2018"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":752,"Cost":630,"Date":"6/7/2018"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":922,"Cost":562,"Date":"1/28/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":717,"Cost":632,"Date":"3/27/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":261,"Cost":215,"Date":"5/12/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":357,"Cost":184,"Date":"7/28/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":766,"Cost":512,"Date":"8/8/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":429,"Cost":216,"Date":"12/7/2019"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":758,"Cost":674,"Date":"1/17/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":688,"Cost":536,"Date":"3/8/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":622,"Cost":503,"Date":"6/6/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":326,"Cost":240,"Date":"6/16/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":97,"Cost":51,"Date":"8/13/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":390,"Cost":279,"Date":"11/19/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":208,"Cost":109,"Date":"12/28/2020"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":829,"Cost":461,"Date":"2/4/2021"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":934,"Cost":748,"Date":"3/8/2021"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":117,"Cost":89,"Date":"12/18/2021"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":867,"Cost":559,"Date":"3/31/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":454,"Cost":350,"Date":"4/20/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":765,"Cost":392,"Date":"6/26/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":871,"Cost":473,"Date":"7/23/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":719,"Cost":374,"Date":"11/21/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":668,"Cost":366,"Date":"11/26/2022"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":323,"Cost":203,"Date":"2/20/2023"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":23,"Cost":20,"Date":"5/21/2023"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":405,"Cost":313,"Date":"9/28/2023"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":388,"Cost":345,"Date":"1/3/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":426,"Cost":274,"Date":"2/2/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":34,"Cost":22,"Date":"3/18/2024"},{"Store":"Gemini Park Tychy","Brand":"COS","Country":"Poland","Sale":646,"Cost":584,"Date":"10/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":54,"Cost":39,"Date":"2/16/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":748,"Cost":547,"Date":"6/7/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":627,"Cost":568,"Date":"1/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":347,"Cost":199,"Date":"3/27/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":197,"Cost":164,"Date":"5/12/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":572,"Cost":368,"Date":"7/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":977,"Cost":683,"Date":"8/8/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":192,"Cost":123,"Date":"12/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":619,"Cost":575,"Date":"1/17/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":53,"Cost":46,"Date":"3/8/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":347,"Date":"6/6/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":440,"Cost":350,"Date":"6/16/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":459,"Cost":340,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":743,"Cost":551,"Date":"11/19/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":15,"Cost":8,"Date":"12/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":446,"Cost":293,"Date":"2/4/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":735,"Cost":527,"Date":"3/8/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":253,"Date":"12/18/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":849,"Cost":559,"Date":"3/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":433,"Cost":374,"Date":"4/20/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":573,"Cost":493,"Date":"6/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":180,"Cost":109,"Date":"7/23/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":914,"Cost":821,"Date":"11/21/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":395,"Cost":291,"Date":"11/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":417,"Cost":244,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":37,"Cost":22,"Date":"5/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":779,"Cost":396,"Date":"9/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":916,"Cost":717,"Date":"1/3/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":897,"Cost":785,"Date":"2/2/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":954,"Cost":735,"Date":"3/18/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"ARKET","Country":"Poland","Sale":637,"Cost":491,"Date":"10/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":552,"Cost":505,"Date":"2/16/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":952,"Cost":771,"Date":"6/7/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":146,"Cost":122,"Date":"1/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":876,"Cost":675,"Date":"3/27/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":214,"Cost":192,"Date":"5/12/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":959,"Cost":638,"Date":"7/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":633,"Cost":480,"Date":"8/8/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":329,"Cost":250,"Date":"12/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":402,"Cost":258,"Date":"1/17/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":165,"Cost":105,"Date":"3/8/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":316,"Cost":264,"Date":"6/6/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":743,"Cost":377,"Date":"6/16/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":425,"Cost":347,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":80,"Cost":64,"Date":"11/19/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":19,"Cost":10,"Date":"12/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":943,"Cost":598,"Date":"2/4/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":124,"Cost":65,"Date":"3/8/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":32,"Cost":23,"Date":"12/18/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":952,"Cost":820,"Date":"3/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":490,"Cost":431,"Date":"4/20/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":812,"Cost":594,"Date":"6/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":236,"Cost":224,"Date":"7/23/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":338,"Cost":313,"Date":"11/21/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":363,"Cost":309,"Date":"11/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":444,"Cost":401,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":639,"Cost":382,"Date":"5/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":997,"Cost":824,"Date":"9/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":247,"Cost":229,"Date":"1/3/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":106,"Date":"2/2/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":762,"Cost":584,"Date":"3/18/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Sellpy","Country":"Poland","Sale":400,"Cost":296,"Date":"10/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":730,"Cost":659,"Date":"2/16/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":205,"Cost":133,"Date":"6/7/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":244,"Cost":147,"Date":"1/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":387,"Cost":233,"Date":"3/27/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":591,"Cost":518,"Date":"5/12/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":400,"Cost":244,"Date":"7/28/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":314,"Cost":274,"Date":"8/8/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":208,"Cost":130,"Date":"12/7/2019"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":988,"Cost":689,"Date":"1/17/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":320,"Cost":220,"Date":"3/8/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":893,"Cost":581,"Date":"6/6/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":574,"Cost":460,"Date":"6/16/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":859,"Cost":601,"Date":"8/13/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":682,"Cost":638,"Date":"11/19/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":32,"Cost":20,"Date":"12/28/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":391,"Date":"2/4/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":722,"Cost":471,"Date":"3/8/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":189,"Cost":128,"Date":"12/18/2021"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":279,"Cost":196,"Date":"3/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":145,"Cost":112,"Date":"4/20/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":641,"Cost":476,"Date":"6/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":733,"Cost":643,"Date":"7/23/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":52,"Cost":41,"Date":"11/21/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":661,"Cost":525,"Date":"11/26/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":7,"Cost":7,"Date":"2/20/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":503,"Cost":331,"Date":"5/21/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":458,"Cost":412,"Date":"9/28/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":922,"Cost":687,"Date":"1/3/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":68,"Cost":36,"Date":"2/2/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":585,"Cost":294,"Date":"3/18/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":271,"Cost":244,"Date":"10/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":219,"Date":"2/16/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":325,"Cost":165,"Date":"6/7/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":403,"Cost":358,"Date":"1/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":941,"Cost":839,"Date":"3/27/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":845,"Cost":601,"Date":"5/12/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":982,"Cost":492,"Date":"7/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":146,"Cost":132,"Date":"8/8/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":266,"Cost":242,"Date":"12/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":95,"Cost":83,"Date":"1/17/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":388,"Cost":222,"Date":"3/8/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":907,"Cost":463,"Date":"6/6/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":282,"Date":"6/16/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":833,"Cost":775,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":585,"Cost":435,"Date":"11/19/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":486,"Cost":254,"Date":"12/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":721,"Cost":582,"Date":"2/4/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":341,"Cost":306,"Date":"3/8/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":791,"Cost":631,"Date":"12/18/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":416,"Cost":388,"Date":"3/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":416,"Cost":347,"Date":"4/20/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":825,"Cost":582,"Date":"6/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":296,"Cost":233,"Date":"7/23/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":989,"Cost":666,"Date":"11/21/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":850,"Cost":568,"Date":"11/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":788,"Cost":665,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":708,"Cost":445,"Date":"5/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":161,"Cost":118,"Date":"9/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":317,"Cost":285,"Date":"1/3/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":379,"Date":"2/2/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":945,"Cost":574,"Date":"3/18/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Jeans","Country":"Romania","Sale":98,"Cost":76,"Date":"10/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":830,"Cost":479,"Date":"2/16/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":702,"Cost":630,"Date":"6/7/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":930,"Cost":632,"Date":"1/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":375,"Cost":221,"Date":"3/27/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":472,"Cost":407,"Date":"5/12/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":697,"Cost":584,"Date":"7/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":91,"Cost":49,"Date":"8/8/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":302,"Cost":159,"Date":"12/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":780,"Cost":680,"Date":"1/17/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":584,"Cost":395,"Date":"3/8/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":854,"Cost":515,"Date":"6/6/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":205,"Cost":187,"Date":"6/16/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":821,"Cost":427,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":237,"Cost":137,"Date":"11/19/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":100,"Cost":63,"Date":"12/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":270,"Cost":176,"Date":"2/4/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":851,"Cost":558,"Date":"3/8/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":444,"Cost":271,"Date":"12/18/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":699,"Cost":594,"Date":"3/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":20,"Cost":15,"Date":"4/20/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":198,"Cost":151,"Date":"6/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":175,"Cost":139,"Date":"7/23/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":625,"Cost":461,"Date":"11/21/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":642,"Cost":518,"Date":"11/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":432,"Cost":319,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":482,"Cost":449,"Date":"5/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":331,"Cost":208,"Date":"9/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":799,"Cost":566,"Date":"1/3/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":314,"Cost":207,"Date":"2/2/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":560,"Cost":379,"Date":"3/18/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":1000,"Cost":899,"Date":"10/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":874,"Cost":809,"Date":"2/16/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":751,"Cost":503,"Date":"6/7/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":909,"Cost":822,"Date":"1/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":500,"Cost":254,"Date":"3/27/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":816,"Cost":611,"Date":"5/12/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":188,"Cost":177,"Date":"7/28/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":387,"Cost":202,"Date":"8/8/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":735,"Cost":624,"Date":"12/7/2019"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":303,"Cost":225,"Date":"1/17/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":930,"Cost":525,"Date":"3/8/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":408,"Cost":269,"Date":"6/6/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":71,"Cost":67,"Date":"6/16/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":914,"Cost":512,"Date":"8/13/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":105,"Cost":70,"Date":"11/19/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":595,"Cost":442,"Date":"12/28/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":523,"Cost":332,"Date":"2/4/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":34,"Cost":18,"Date":"3/8/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":541,"Cost":435,"Date":"12/18/2021"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":134,"Cost":124,"Date":"3/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":997,"Cost":610,"Date":"4/20/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":689,"Cost":653,"Date":"6/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":481,"Cost":266,"Date":"7/23/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":676,"Cost":569,"Date":"11/21/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":592,"Cost":517,"Date":"11/26/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":610,"Cost":486,"Date":"2/20/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":360,"Cost":259,"Date":"5/21/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":775,"Cost":530,"Date":"9/28/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":808,"Cost":574,"Date":"1/3/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":289,"Cost":152,"Date":"2/2/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":765,"Cost":487,"Date":"3/18/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":897,"Cost":603,"Date":"10/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":109,"Cost":82,"Date":"2/16/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":152,"Cost":85,"Date":"6/7/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":427,"Cost":220,"Date":"1/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":242,"Cost":153,"Date":"3/27/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":294,"Cost":279,"Date":"5/12/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":251,"Cost":161,"Date":"7/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":131,"Cost":89,"Date":"8/8/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":489,"Cost":295,"Date":"12/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":273,"Cost":237,"Date":"1/17/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":485,"Cost":267,"Date":"3/8/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":817,"Cost":641,"Date":"6/6/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":864,"Cost":820,"Date":"6/16/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":382,"Cost":332,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":575,"Date":"11/19/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":261,"Cost":150,"Date":"12/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":607,"Cost":477,"Date":"2/4/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":777,"Cost":677,"Date":"3/8/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":725,"Cost":468,"Date":"12/18/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":301,"Cost":247,"Date":"3/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":258,"Cost":216,"Date":"4/20/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":783,"Cost":545,"Date":"6/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":369,"Cost":337,"Date":"7/23/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":162,"Cost":103,"Date":"11/21/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":409,"Cost":355,"Date":"11/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":514,"Cost":448,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":941,"Cost":583,"Date":"5/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":385,"Date":"9/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":608,"Cost":370,"Date":"1/3/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":687,"Cost":652,"Date":"2/2/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":850,"Cost":608,"Date":"3/18/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":269,"Cost":153,"Date":"10/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":195,"Cost":125,"Date":"2/16/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":832,"Cost":715,"Date":"6/7/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":925,"Cost":625,"Date":"1/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":701,"Cost":549,"Date":"3/27/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":101,"Cost":90,"Date":"5/12/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":757,"Cost":524,"Date":"7/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":201,"Cost":161,"Date":"8/8/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":51,"Cost":27,"Date":"12/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":231,"Cost":185,"Date":"1/17/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":306,"Cost":287,"Date":"3/8/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":118,"Cost":111,"Date":"6/6/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":802,"Cost":658,"Date":"6/16/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":105,"Cost":53,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":180,"Cost":165,"Date":"11/19/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":773,"Cost":703,"Date":"12/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":660,"Cost":551,"Date":"2/4/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":694,"Cost":460,"Date":"3/8/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":928,"Cost":630,"Date":"12/18/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":967,"Cost":835,"Date":"3/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":231,"Cost":154,"Date":"4/20/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":656,"Cost":506,"Date":"6/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":635,"Cost":454,"Date":"7/23/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":895,"Cost":665,"Date":"11/21/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":112,"Cost":103,"Date":"11/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":43,"Cost":22,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":178,"Cost":153,"Date":"5/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":948,"Cost":615,"Date":"9/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":978,"Cost":644,"Date":"1/3/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":191,"Cost":106,"Date":"2/2/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":944,"Cost":732,"Date":"3/18/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":260,"Cost":137,"Date":"10/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":7,"Cost":3,"Date":"2/16/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":660,"Cost":603,"Date":"6/7/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":730,"Cost":555,"Date":"1/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":807,"Cost":608,"Date":"3/27/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":1,"Cost":1,"Date":"5/12/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":933,"Cost":724,"Date":"7/28/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":424,"Cost":239,"Date":"8/8/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":593,"Cost":336,"Date":"12/7/2019"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":616,"Cost":396,"Date":"1/17/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":804,"Cost":531,"Date":"3/8/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":775,"Cost":536,"Date":"6/6/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":476,"Cost":282,"Date":"6/16/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":136,"Cost":87,"Date":"8/13/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":511,"Cost":330,"Date":"11/19/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":879,"Cost":788,"Date":"12/28/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":358,"Cost":292,"Date":"2/4/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":356,"Cost":314,"Date":"3/8/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":941,"Cost":562,"Date":"12/18/2021"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":157,"Cost":103,"Date":"3/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":564,"Cost":518,"Date":"4/20/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":419,"Cost":300,"Date":"6/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":409,"Cost":380,"Date":"7/23/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":253,"Cost":126,"Date":"11/21/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":139,"Cost":127,"Date":"11/26/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":503,"Cost":350,"Date":"2/20/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":372,"Cost":275,"Date":"5/21/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":971,"Cost":783,"Date":"9/28/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":183,"Cost":122,"Date":"1/3/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":186,"Cost":161,"Date":"2/2/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":887,"Cost":680,"Date":"3/18/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":769,"Cost":431,"Date":"10/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":319,"Cost":185,"Date":"2/16/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":782,"Cost":575,"Date":"6/7/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":3,"Cost":1,"Date":"1/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":358,"Cost":196,"Date":"3/27/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":502,"Cost":456,"Date":"5/12/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":498,"Cost":261,"Date":"7/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":394,"Cost":197,"Date":"8/8/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":809,"Cost":601,"Date":"12/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":785,"Cost":669,"Date":"1/17/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":932,"Cost":661,"Date":"3/8/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":666,"Cost":632,"Date":"6/6/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":725,"Cost":425,"Date":"6/16/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":225,"Cost":146,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":978,"Cost":529,"Date":"11/19/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":313,"Cost":269,"Date":"12/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":439,"Cost":335,"Date":"2/4/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":553,"Cost":487,"Date":"3/8/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":549,"Cost":323,"Date":"12/18/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":899,"Cost":808,"Date":"3/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":256,"Cost":132,"Date":"4/20/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":311,"Cost":157,"Date":"6/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":457,"Cost":396,"Date":"7/23/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":232,"Cost":116,"Date":"11/21/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":764,"Cost":654,"Date":"11/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":884,"Cost":753,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":803,"Cost":645,"Date":"5/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":530,"Cost":318,"Date":"9/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":962,"Cost":486,"Date":"1/3/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":722,"Cost":481,"Date":"2/2/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":897,"Cost":681,"Date":"3/18/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":531,"Cost":406,"Date":"10/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":286,"Cost":170,"Date":"2/16/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":822,"Cost":417,"Date":"6/7/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":213,"Cost":117,"Date":"1/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":820,"Cost":526,"Date":"3/27/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":358,"Cost":219,"Date":"5/12/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":816,"Cost":462,"Date":"7/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":18,"Cost":14,"Date":"8/8/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":287,"Cost":184,"Date":"12/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":559,"Cost":412,"Date":"1/17/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":523,"Cost":278,"Date":"3/8/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":408,"Date":"6/6/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":891,"Cost":575,"Date":"6/16/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":253,"Cost":127,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":567,"Cost":294,"Date":"11/19/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":186,"Date":"12/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":8,"Cost":5,"Date":"2/4/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":172,"Cost":157,"Date":"3/8/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":241,"Cost":158,"Date":"12/18/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":442,"Cost":355,"Date":"3/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":187,"Cost":174,"Date":"4/20/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":462,"Cost":338,"Date":"6/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":783,"Cost":723,"Date":"7/23/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":397,"Date":"11/21/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":137,"Date":"11/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":267,"Cost":187,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":798,"Cost":758,"Date":"5/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":511,"Cost":343,"Date":"9/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":603,"Cost":340,"Date":"1/3/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":862,"Cost":699,"Date":"2/2/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":930,"Cost":466,"Date":"3/18/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"Jeans","Country":"Romania","Sale":245,"Cost":140,"Date":"10/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":824,"Cost":741,"Date":"2/16/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":474,"Cost":427,"Date":"6/7/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":710,"Cost":451,"Date":"1/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":310,"Cost":228,"Date":"3/27/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":932,"Cost":747,"Date":"5/12/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":462,"Cost":384,"Date":"7/28/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":487,"Cost":383,"Date":"8/8/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":144,"Cost":116,"Date":"12/7/2019"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":776,"Cost":589,"Date":"1/17/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":951,"Cost":732,"Date":"3/8/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":859,"Cost":685,"Date":"6/6/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":261,"Cost":144,"Date":"6/16/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":606,"Cost":492,"Date":"8/13/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":305,"Cost":232,"Date":"11/19/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":931,"Cost":486,"Date":"12/28/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":524,"Cost":364,"Date":"2/4/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":526,"Cost":305,"Date":"3/8/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":959,"Cost":548,"Date":"12/18/2021"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":444,"Cost":405,"Date":"3/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":377,"Cost":189,"Date":"4/20/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":564,"Cost":502,"Date":"6/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":316,"Cost":173,"Date":"7/23/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":805,"Cost":717,"Date":"11/21/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":704,"Cost":642,"Date":"11/26/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":856,"Cost":554,"Date":"2/20/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":643,"Cost":377,"Date":"5/21/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":231,"Cost":131,"Date":"9/28/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":357,"Cost":199,"Date":"1/3/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":907,"Cost":471,"Date":"2/2/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":900,"Cost":654,"Date":"3/18/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":94,"Cost":79,"Date":"10/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":573,"Cost":416,"Date":"2/16/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":461,"Cost":300,"Date":"6/7/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":326,"Cost":194,"Date":"1/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":492,"Cost":279,"Date":"3/27/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":56,"Cost":29,"Date":"5/12/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":151,"Cost":94,"Date":"7/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":908,"Cost":665,"Date":"8/8/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":158,"Cost":144,"Date":"12/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":482,"Cost":331,"Date":"1/17/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":82,"Cost":62,"Date":"3/8/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":500,"Cost":376,"Date":"6/6/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":849,"Cost":561,"Date":"6/16/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":793,"Cost":527,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":736,"Cost":678,"Date":"11/19/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":9,"Cost":8,"Date":"12/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":542,"Cost":486,"Date":"2/4/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":68,"Date":"3/8/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":915,"Cost":553,"Date":"12/18/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":923,"Cost":820,"Date":"3/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":43,"Cost":26,"Date":"4/20/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":872,"Cost":803,"Date":"6/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":601,"Cost":379,"Date":"7/23/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":596,"Cost":303,"Date":"11/21/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":716,"Cost":594,"Date":"11/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":531,"Cost":443,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":154,"Cost":144,"Date":"5/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":387,"Cost":335,"Date":"9/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":304,"Cost":156,"Date":"1/3/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":588,"Date":"2/2/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":272,"Cost":181,"Date":"3/18/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":586,"Cost":312,"Date":"10/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":849,"Cost":533,"Date":"2/16/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":230,"Cost":215,"Date":"6/7/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":308,"Cost":171,"Date":"1/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":607,"Cost":366,"Date":"3/27/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":850,"Cost":488,"Date":"5/12/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":790,"Cost":415,"Date":"7/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":995,"Cost":552,"Date":"8/8/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":593,"Cost":491,"Date":"12/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":583,"Cost":441,"Date":"1/17/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":852,"Cost":584,"Date":"3/8/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":654,"Cost":336,"Date":"6/6/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":99,"Cost":74,"Date":"6/16/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":837,"Cost":448,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":476,"Cost":441,"Date":"11/19/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":305,"Cost":229,"Date":"12/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":30,"Cost":15,"Date":"2/4/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":927,"Cost":734,"Date":"3/8/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":304,"Cost":175,"Date":"12/18/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":326,"Cost":234,"Date":"3/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":541,"Cost":369,"Date":"4/20/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":967,"Cost":833,"Date":"6/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":281,"Cost":256,"Date":"7/23/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":585,"Cost":420,"Date":"11/21/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":786,"Cost":480,"Date":"11/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":793,"Cost":520,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":205,"Cost":111,"Date":"5/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":737,"Cost":396,"Date":"9/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":814,"Cost":691,"Date":"1/3/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":99,"Cost":51,"Date":"2/2/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":837,"Cost":723,"Date":"3/18/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":92,"Cost":77,"Date":"10/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":809,"Cost":445,"Date":"2/16/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":716,"Cost":395,"Date":"6/7/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":727,"Cost":364,"Date":"1/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":438,"Cost":311,"Date":"3/27/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":586,"Cost":326,"Date":"5/12/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":764,"Cost":510,"Date":"7/28/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":65,"Cost":54,"Date":"8/8/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":806,"Cost":689,"Date":"12/7/2019"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":288,"Cost":157,"Date":"1/17/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":845,"Cost":525,"Date":"3/8/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":948,"Cost":667,"Date":"6/6/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":434,"Cost":222,"Date":"6/16/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":926,"Cost":506,"Date":"8/13/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":813,"Cost":509,"Date":"11/19/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":596,"Cost":310,"Date":"12/28/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":239,"Cost":136,"Date":"2/4/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":48,"Cost":40,"Date":"3/8/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":321,"Cost":240,"Date":"12/18/2021"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":934,"Cost":790,"Date":"3/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":385,"Date":"4/20/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":559,"Cost":322,"Date":"6/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":366,"Cost":227,"Date":"7/23/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":898,"Cost":802,"Date":"11/21/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":266,"Cost":168,"Date":"11/26/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":557,"Cost":422,"Date":"2/20/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":173,"Cost":103,"Date":"5/21/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":645,"Cost":393,"Date":"9/28/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":443,"Cost":401,"Date":"1/3/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":360,"Cost":328,"Date":"2/2/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":93,"Cost":81,"Date":"3/18/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":281,"Cost":193,"Date":"10/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":743,"Cost":705,"Date":"2/16/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":75,"Cost":43,"Date":"6/7/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":202,"Cost":130,"Date":"1/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":437,"Cost":336,"Date":"3/27/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":777,"Cost":493,"Date":"5/12/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":420,"Cost":300,"Date":"7/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":462,"Cost":269,"Date":"8/8/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":648,"Cost":463,"Date":"12/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":258,"Date":"1/17/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":78,"Cost":68,"Date":"3/8/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":575,"Cost":449,"Date":"6/6/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":165,"Cost":87,"Date":"6/16/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":467,"Cost":319,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":496,"Cost":353,"Date":"11/19/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":932,"Cost":615,"Date":"12/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":887,"Cost":729,"Date":"2/4/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":519,"Cost":295,"Date":"3/8/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":259,"Cost":216,"Date":"12/18/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":848,"Cost":655,"Date":"3/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":485,"Cost":318,"Date":"4/20/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":668,"Cost":534,"Date":"6/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":611,"Cost":335,"Date":"7/23/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":453,"Cost":281,"Date":"11/21/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":711,"Cost":511,"Date":"11/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":256,"Cost":188,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":420,"Cost":270,"Date":"5/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":130,"Cost":93,"Date":"9/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":91,"Date":"1/3/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":433,"Date":"2/2/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":160,"Cost":137,"Date":"3/18/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":904,"Cost":815,"Date":"10/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":864,"Cost":677,"Date":"2/16/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":596,"Cost":411,"Date":"6/7/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":434,"Cost":232,"Date":"1/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":707,"Cost":362,"Date":"3/27/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":530,"Cost":499,"Date":"5/12/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":18,"Date":"7/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":273,"Cost":193,"Date":"8/8/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":269,"Cost":249,"Date":"12/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":305,"Cost":223,"Date":"1/17/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":772,"Cost":439,"Date":"3/8/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":271,"Cost":165,"Date":"6/6/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":888,"Cost":840,"Date":"6/16/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":932,"Cost":680,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":502,"Cost":451,"Date":"11/19/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":52,"Cost":28,"Date":"12/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":273,"Cost":144,"Date":"2/4/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":749,"Cost":395,"Date":"3/8/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":751,"Cost":464,"Date":"12/18/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":19,"Cost":13,"Date":"3/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":637,"Cost":321,"Date":"4/20/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":87,"Cost":68,"Date":"6/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":179,"Cost":149,"Date":"7/23/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":704,"Cost":414,"Date":"11/21/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":555,"Cost":419,"Date":"11/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":379,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":866,"Cost":446,"Date":"5/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":956,"Cost":591,"Date":"9/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":192,"Cost":143,"Date":"1/3/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":159,"Cost":97,"Date":"2/2/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":261,"Cost":219,"Date":"3/18/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"ARKET","Country":"Romania","Sale":238,"Cost":208,"Date":"10/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":97,"Date":"2/16/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":883,"Cost":458,"Date":"6/7/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":417,"Cost":283,"Date":"1/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":171,"Cost":158,"Date":"3/27/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":353,"Cost":253,"Date":"5/12/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":149,"Cost":80,"Date":"7/28/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":157,"Cost":145,"Date":"8/8/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":739,"Cost":606,"Date":"12/7/2019"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":928,"Cost":695,"Date":"1/17/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":480,"Cost":347,"Date":"3/8/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":895,"Cost":600,"Date":"6/6/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":157,"Cost":113,"Date":"6/16/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":142,"Date":"8/13/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":121,"Cost":71,"Date":"11/19/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":88,"Cost":48,"Date":"12/28/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":53,"Cost":43,"Date":"2/4/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":460,"Cost":314,"Date":"3/8/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":951,"Cost":495,"Date":"12/18/2021"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":884,"Cost":681,"Date":"3/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":493,"Cost":330,"Date":"4/20/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":644,"Cost":595,"Date":"6/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":857,"Date":"7/23/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":834,"Cost":770,"Date":"11/21/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":758,"Cost":616,"Date":"11/26/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":197,"Cost":149,"Date":"2/20/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":294,"Cost":157,"Date":"5/21/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":676,"Cost":359,"Date":"9/28/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":708,"Date":"1/3/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":415,"Cost":255,"Date":"2/2/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":435,"Cost":356,"Date":"3/18/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":67,"Date":"10/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":555,"Cost":509,"Date":"2/16/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":328,"Date":"6/7/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":837,"Cost":686,"Date":"1/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":139,"Cost":123,"Date":"3/27/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":424,"Cost":233,"Date":"5/12/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":675,"Cost":601,"Date":"7/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":67,"Cost":59,"Date":"8/8/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":569,"Cost":407,"Date":"12/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":910,"Cost":596,"Date":"1/17/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":573,"Cost":491,"Date":"3/8/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":979,"Cost":552,"Date":"6/6/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":54,"Cost":32,"Date":"6/16/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":392,"Cost":240,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":112,"Cost":66,"Date":"11/19/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":680,"Cost":623,"Date":"12/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":135,"Cost":83,"Date":"2/4/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":594,"Cost":383,"Date":"3/8/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":1000,"Cost":553,"Date":"12/18/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":837,"Cost":617,"Date":"3/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":427,"Cost":282,"Date":"4/20/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":675,"Cost":459,"Date":"6/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":64,"Cost":55,"Date":"7/23/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":162,"Cost":141,"Date":"11/21/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":768,"Cost":699,"Date":"11/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":21,"Cost":16,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":858,"Cost":760,"Date":"5/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":599,"Cost":503,"Date":"9/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":762,"Cost":707,"Date":"1/3/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":287,"Cost":197,"Date":"2/2/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":871,"Cost":655,"Date":"3/18/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":377,"Cost":238,"Date":"10/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":756,"Cost":427,"Date":"2/16/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":330,"Cost":244,"Date":"6/7/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":312,"Cost":204,"Date":"1/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":909,"Cost":494,"Date":"3/27/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":173,"Cost":157,"Date":"5/12/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":393,"Date":"7/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":162,"Cost":82,"Date":"8/8/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":589,"Date":"12/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":943,"Cost":601,"Date":"1/17/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":110,"Cost":67,"Date":"3/8/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":363,"Cost":322,"Date":"6/6/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":844,"Cost":708,"Date":"6/16/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":221,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":863,"Cost":512,"Date":"11/19/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":374,"Cost":328,"Date":"12/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":525,"Cost":422,"Date":"2/4/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":499,"Cost":439,"Date":"3/8/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":551,"Cost":389,"Date":"12/18/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":275,"Cost":205,"Date":"3/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":943,"Cost":652,"Date":"4/20/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":804,"Cost":596,"Date":"6/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":779,"Cost":740,"Date":"7/23/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":569,"Cost":416,"Date":"11/21/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":875,"Cost":537,"Date":"11/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":142,"Cost":78,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":683,"Cost":534,"Date":"5/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":220,"Cost":130,"Date":"9/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":73,"Cost":67,"Date":"1/3/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":888,"Cost":626,"Date":"2/2/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":585,"Cost":516,"Date":"3/18/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":923,"Cost":712,"Date":"10/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":863,"Cost":589,"Date":"2/16/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":375,"Cost":308,"Date":"6/7/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":163,"Cost":92,"Date":"1/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":715,"Cost":483,"Date":"3/27/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":840,"Cost":719,"Date":"5/12/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":744,"Cost":473,"Date":"7/28/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":456,"Cost":286,"Date":"8/8/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":483,"Cost":405,"Date":"12/7/2019"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":64,"Cost":48,"Date":"1/17/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":573,"Cost":289,"Date":"3/8/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":164,"Cost":104,"Date":"6/6/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":563,"Cost":453,"Date":"6/16/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":57,"Cost":38,"Date":"8/13/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":364,"Cost":274,"Date":"11/19/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":365,"Cost":346,"Date":"12/28/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":86,"Cost":65,"Date":"2/4/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":124,"Cost":71,"Date":"3/8/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":806,"Cost":754,"Date":"12/18/2021"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":185,"Cost":161,"Date":"3/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":156,"Cost":104,"Date":"4/20/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":183,"Cost":108,"Date":"6/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":902,"Cost":471,"Date":"7/23/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":808,"Cost":729,"Date":"11/21/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":389,"Cost":343,"Date":"11/26/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":419,"Cost":364,"Date":"2/20/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":262,"Cost":178,"Date":"5/21/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":258,"Cost":228,"Date":"9/28/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":157,"Cost":123,"Date":"1/3/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":306,"Cost":287,"Date":"2/2/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":112,"Cost":71,"Date":"3/18/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":146,"Cost":81,"Date":"10/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":418,"Cost":227,"Date":"2/16/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":947,"Cost":783,"Date":"6/7/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":94,"Cost":68,"Date":"1/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":990,"Cost":528,"Date":"3/27/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":817,"Cost":425,"Date":"5/12/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":665,"Cost":578,"Date":"7/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":128,"Cost":66,"Date":"8/8/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":444,"Cost":369,"Date":"12/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":638,"Cost":428,"Date":"1/17/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":595,"Cost":406,"Date":"3/8/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":70,"Cost":58,"Date":"6/6/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":131,"Cost":69,"Date":"6/16/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":246,"Cost":140,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":636,"Cost":418,"Date":"11/19/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":699,"Cost":452,"Date":"12/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":762,"Cost":416,"Date":"2/4/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":735,"Cost":698,"Date":"3/8/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":131,"Cost":82,"Date":"12/18/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":556,"Cost":416,"Date":"3/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":658,"Cost":359,"Date":"4/20/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":303,"Cost":255,"Date":"6/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":739,"Cost":491,"Date":"7/23/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":430,"Cost":269,"Date":"11/21/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":741,"Cost":526,"Date":"11/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":903,"Cost":526,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":964,"Cost":520,"Date":"5/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":429,"Cost":387,"Date":"9/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":16,"Cost":9,"Date":"1/3/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":793,"Cost":570,"Date":"2/2/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":276,"Cost":190,"Date":"3/18/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Nova","Country":"Romania","Sale":401,"Cost":342,"Date":"10/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":620,"Cost":329,"Date":"2/16/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":28,"Cost":15,"Date":"6/7/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":740,"Cost":526,"Date":"1/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":595,"Cost":473,"Date":"3/27/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":639,"Date":"5/12/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":872,"Cost":768,"Date":"7/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":317,"Cost":209,"Date":"8/8/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":187,"Cost":96,"Date":"12/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":578,"Cost":317,"Date":"1/17/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":176,"Cost":157,"Date":"3/8/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":825,"Date":"6/6/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":332,"Cost":298,"Date":"6/16/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":152,"Cost":125,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":724,"Cost":646,"Date":"11/19/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":555,"Cost":493,"Date":"12/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":530,"Cost":314,"Date":"2/4/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":892,"Cost":624,"Date":"3/8/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":439,"Cost":381,"Date":"12/18/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":421,"Cost":398,"Date":"3/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":916,"Cost":861,"Date":"4/20/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":735,"Cost":686,"Date":"6/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":369,"Cost":215,"Date":"7/23/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":335,"Cost":219,"Date":"11/21/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":119,"Cost":62,"Date":"11/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":985,"Cost":786,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":676,"Cost":616,"Date":"5/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":922,"Cost":566,"Date":"9/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":934,"Cost":625,"Date":"1/3/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":172,"Cost":138,"Date":"2/2/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":841,"Cost":664,"Date":"3/18/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM Home","Country":"Romania","Sale":741,"Cost":658,"Date":"10/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":423,"Cost":235,"Date":"2/16/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":739,"Cost":671,"Date":"6/7/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":835,"Cost":735,"Date":"1/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":902,"Cost":699,"Date":"3/27/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":105,"Cost":85,"Date":"5/12/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":122,"Cost":114,"Date":"7/28/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":844,"Cost":678,"Date":"8/8/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":37,"Cost":26,"Date":"12/7/2019"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":378,"Cost":290,"Date":"1/17/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":542,"Cost":512,"Date":"3/8/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":67,"Cost":43,"Date":"6/6/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":865,"Cost":566,"Date":"6/16/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":846,"Cost":763,"Date":"8/13/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":978,"Cost":707,"Date":"11/19/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":295,"Cost":205,"Date":"12/28/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":52,"Cost":40,"Date":"2/4/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":914,"Cost":480,"Date":"3/8/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":245,"Cost":227,"Date":"12/18/2021"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":530,"Cost":471,"Date":"3/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":946,"Cost":567,"Date":"4/20/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":988,"Cost":882,"Date":"6/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":635,"Cost":578,"Date":"7/23/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":290,"Cost":170,"Date":"11/21/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":166,"Cost":154,"Date":"11/26/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":616,"Cost":393,"Date":"2/20/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":684,"Cost":462,"Date":"5/21/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":199,"Cost":131,"Date":"9/28/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":490,"Cost":466,"Date":"1/3/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":345,"Cost":195,"Date":"2/2/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":776,"Cost":396,"Date":"3/18/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":727,"Cost":506,"Date":"10/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":909,"Cost":772,"Date":"2/16/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":259,"Cost":230,"Date":"6/7/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":468,"Cost":326,"Date":"1/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":469,"Cost":247,"Date":"3/27/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":908,"Cost":725,"Date":"5/12/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":300,"Date":"7/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":554,"Cost":319,"Date":"8/8/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":847,"Cost":554,"Date":"12/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":235,"Cost":207,"Date":"1/17/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":590,"Date":"3/8/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":751,"Cost":496,"Date":"6/6/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":613,"Cost":344,"Date":"6/16/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":861,"Cost":758,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":876,"Cost":482,"Date":"11/19/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":71,"Cost":58,"Date":"12/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":641,"Cost":387,"Date":"2/4/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":981,"Cost":637,"Date":"3/8/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":433,"Cost":298,"Date":"12/18/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":132,"Cost":122,"Date":"3/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":200,"Cost":128,"Date":"4/20/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":253,"Cost":188,"Date":"6/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":306,"Cost":166,"Date":"7/23/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":144,"Cost":95,"Date":"11/21/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":148,"Cost":84,"Date":"11/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":874,"Cost":825,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":181,"Cost":168,"Date":"5/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":273,"Cost":146,"Date":"9/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":941,"Cost":823,"Date":"1/3/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":575,"Cost":394,"Date":"2/2/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":249,"Cost":211,"Date":"3/18/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":299,"Cost":210,"Date":"10/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":852,"Cost":735,"Date":"2/16/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":307,"Cost":194,"Date":"6/7/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":740,"Cost":370,"Date":"1/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":380,"Cost":360,"Date":"3/27/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":927,"Cost":875,"Date":"5/12/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":58,"Cost":38,"Date":"7/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":226,"Cost":191,"Date":"8/8/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":159,"Date":"12/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":903,"Cost":489,"Date":"1/17/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":331,"Cost":231,"Date":"3/8/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":808,"Cost":601,"Date":"6/6/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":539,"Cost":367,"Date":"6/16/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":528,"Cost":413,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":345,"Cost":218,"Date":"11/19/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":692,"Cost":421,"Date":"12/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":664,"Cost":521,"Date":"2/4/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":804,"Cost":509,"Date":"3/8/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":78,"Cost":51,"Date":"12/18/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":115,"Cost":86,"Date":"3/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":252,"Cost":227,"Date":"4/20/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":391,"Cost":302,"Date":"6/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":275,"Date":"7/23/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":401,"Cost":290,"Date":"11/21/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":792,"Cost":645,"Date":"11/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":10,"Cost":10,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":783,"Cost":596,"Date":"5/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":502,"Cost":435,"Date":"9/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":748,"Cost":404,"Date":"1/3/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":547,"Cost":326,"Date":"2/2/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":489,"Date":"3/18/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":874,"Cost":564,"Date":"10/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":694,"Cost":647,"Date":"2/16/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":382,"Cost":291,"Date":"6/7/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":97,"Cost":66,"Date":"1/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":642,"Cost":400,"Date":"3/27/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":283,"Cost":178,"Date":"5/12/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":829,"Cost":542,"Date":"7/28/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":43,"Cost":37,"Date":"8/8/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":648,"Cost":331,"Date":"12/7/2019"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":786,"Cost":423,"Date":"1/17/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":902,"Cost":766,"Date":"3/8/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":148,"Cost":140,"Date":"6/6/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":768,"Cost":698,"Date":"6/16/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":787,"Cost":728,"Date":"8/13/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":845,"Cost":576,"Date":"11/19/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":470,"Cost":354,"Date":"12/28/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":393,"Cost":273,"Date":"2/4/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":234,"Cost":201,"Date":"3/8/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":567,"Cost":297,"Date":"12/18/2021"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":837,"Cost":486,"Date":"3/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":316,"Cost":183,"Date":"4/20/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":356,"Cost":270,"Date":"6/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":359,"Cost":240,"Date":"7/23/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":561,"Cost":327,"Date":"11/21/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":969,"Cost":916,"Date":"11/26/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":476,"Cost":379,"Date":"2/20/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":907,"Cost":565,"Date":"5/21/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":974,"Cost":747,"Date":"9/28/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":640,"Cost":320,"Date":"1/3/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":624,"Cost":536,"Date":"2/2/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":260,"Cost":139,"Date":"3/18/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":135,"Cost":116,"Date":"10/14/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":368,"Cost":295,"Date":"2/16/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":252,"Cost":143,"Date":"6/7/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":192,"Cost":161,"Date":"1/28/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":529,"Cost":462,"Date":"3/27/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":165,"Cost":132,"Date":"5/12/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":548,"Cost":339,"Date":"7/28/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":445,"Cost":270,"Date":"8/8/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":193,"Cost":161,"Date":"12/7/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":152,"Cost":110,"Date":"1/17/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":915,"Cost":575,"Date":"3/8/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":751,"Cost":554,"Date":"6/6/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":967,"Cost":659,"Date":"6/16/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":426,"Cost":333,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":676,"Cost":485,"Date":"11/19/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":93,"Cost":70,"Date":"12/28/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":944,"Cost":483,"Date":"2/4/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":743,"Cost":557,"Date":"3/8/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":237,"Cost":196,"Date":"12/18/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":779,"Cost":704,"Date":"3/31/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":329,"Cost":261,"Date":"4/20/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":628,"Cost":411,"Date":"6/26/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":903,"Cost":561,"Date":"7/23/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":855,"Cost":635,"Date":"11/21/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":793,"Cost":437,"Date":"11/26/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":490,"Cost":271,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":686,"Cost":609,"Date":"5/21/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":785,"Cost":395,"Date":"9/28/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":711,"Cost":611,"Date":"1/3/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":638,"Cost":590,"Date":"2/2/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":393,"Cost":304,"Date":"3/18/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":788,"Cost":635,"Date":"10/14/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":734,"Cost":474,"Date":"2/16/2018"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":194,"Cost":115,"Date":"6/7/2018"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":975,"Cost":517,"Date":"1/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":32,"Date":"3/27/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":149,"Cost":93,"Date":"5/12/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":225,"Cost":123,"Date":"7/28/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":301,"Cost":235,"Date":"8/8/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":638,"Cost":594,"Date":"12/7/2019"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":432,"Cost":337,"Date":"1/17/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":328,"Cost":252,"Date":"3/8/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":128,"Cost":121,"Date":"6/6/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":18,"Cost":16,"Date":"6/16/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":589,"Cost":307,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":711,"Cost":424,"Date":"11/19/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":234,"Cost":208,"Date":"12/28/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":241,"Date":"2/4/2021"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":675,"Cost":359,"Date":"3/8/2021"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":271,"Cost":168,"Date":"12/18/2021"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":659,"Cost":558,"Date":"3/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":339,"Cost":266,"Date":"4/20/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":46,"Cost":37,"Date":"6/26/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":930,"Cost":570,"Date":"7/23/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":1000,"Cost":781,"Date":"11/21/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":570,"Cost":528,"Date":"11/26/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":126,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":222,"Cost":152,"Date":"5/21/2023"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":329,"Date":"9/28/2023"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":625,"Cost":418,"Date":"1/3/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":62,"Cost":33,"Date":"2/2/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":81,"Cost":66,"Date":"3/18/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":503,"Date":"10/14/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":139,"Cost":122,"Date":"2/16/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":479,"Date":"6/7/2018"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":435,"Cost":375,"Date":"1/28/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":40,"Cost":27,"Date":"3/27/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":518,"Cost":420,"Date":"5/12/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":825,"Cost":749,"Date":"7/28/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":540,"Cost":408,"Date":"8/8/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":1000,"Cost":610,"Date":"12/7/2019"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":55,"Cost":31,"Date":"1/17/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":8,"Cost":5,"Date":"3/8/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":191,"Cost":182,"Date":"6/6/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":380,"Cost":206,"Date":"6/16/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":811,"Cost":541,"Date":"8/13/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":12,"Cost":6,"Date":"11/19/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":573,"Cost":387,"Date":"12/28/2020"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":546,"Cost":502,"Date":"2/4/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":876,"Cost":461,"Date":"3/8/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":351,"Date":"12/18/2021"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":857,"Cost":733,"Date":"3/31/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":270,"Cost":159,"Date":"4/20/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":290,"Cost":219,"Date":"6/26/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":421,"Cost":297,"Date":"7/23/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":983,"Cost":769,"Date":"11/21/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":435,"Cost":286,"Date":"11/26/2022"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":391,"Cost":352,"Date":"2/20/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":963,"Cost":796,"Date":"5/21/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":210,"Cost":168,"Date":"9/28/2023"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":294,"Cost":197,"Date":"1/3/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":106,"Date":"2/2/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":260,"Cost":156,"Date":"3/18/2024"},{"Store":"Promenada, Bucharest","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":171,"Date":"10/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":114,"Cost":104,"Date":"2/16/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":41,"Cost":39,"Date":"6/7/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":516,"Cost":279,"Date":"1/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":459,"Cost":292,"Date":"3/27/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":556,"Cost":420,"Date":"5/12/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":535,"Cost":298,"Date":"7/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":712,"Cost":485,"Date":"8/8/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":396,"Cost":281,"Date":"12/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":614,"Cost":451,"Date":"1/17/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":731,"Cost":535,"Date":"3/8/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":775,"Cost":443,"Date":"6/6/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":793,"Cost":493,"Date":"6/16/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":897,"Cost":467,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":699,"Cost":619,"Date":"11/19/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":825,"Cost":503,"Date":"12/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":711,"Cost":445,"Date":"2/4/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":139,"Cost":121,"Date":"3/8/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":970,"Cost":844,"Date":"12/18/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":163,"Cost":90,"Date":"3/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":34,"Cost":27,"Date":"4/20/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":388,"Cost":338,"Date":"6/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":160,"Cost":113,"Date":"7/23/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":447,"Cost":334,"Date":"11/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":5,"Cost":4,"Date":"11/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":812,"Cost":731,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":174,"Cost":131,"Date":"5/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":488,"Cost":254,"Date":"9/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":536,"Cost":332,"Date":"1/3/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":192,"Cost":178,"Date":"2/2/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":267,"Cost":173,"Date":"3/18/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":854,"Cost":796,"Date":"10/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":961,"Cost":627,"Date":"2/16/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":605,"Cost":531,"Date":"6/7/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":109,"Cost":76,"Date":"1/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":879,"Cost":784,"Date":"3/27/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":16,"Cost":12,"Date":"5/12/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":804,"Cost":658,"Date":"7/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":897,"Cost":793,"Date":"8/8/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":485,"Cost":410,"Date":"12/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":383,"Cost":246,"Date":"1/17/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":960,"Cost":652,"Date":"3/8/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":480,"Cost":300,"Date":"6/6/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":653,"Cost":393,"Date":"6/16/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":667,"Cost":584,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":394,"Cost":327,"Date":"11/19/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":416,"Cost":351,"Date":"12/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":678,"Cost":495,"Date":"2/4/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":95,"Cost":58,"Date":"3/8/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":644,"Cost":387,"Date":"12/18/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":790,"Cost":749,"Date":"3/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":362,"Cost":198,"Date":"4/20/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":536,"Cost":324,"Date":"6/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":613,"Cost":500,"Date":"7/23/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":673,"Cost":458,"Date":"11/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":108,"Cost":101,"Date":"11/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":233,"Cost":151,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":94,"Cost":68,"Date":"5/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":964,"Cost":784,"Date":"9/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":314,"Cost":277,"Date":"1/3/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":6,"Cost":6,"Date":"2/2/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":1000,"Cost":716,"Date":"3/18/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":906,"Cost":762,"Date":"10/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":733,"Cost":392,"Date":"2/16/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":237,"Cost":141,"Date":"6/7/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":273,"Cost":220,"Date":"1/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":99,"Date":"3/27/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":503,"Cost":374,"Date":"5/12/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":942,"Cost":798,"Date":"7/28/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":346,"Date":"8/8/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":359,"Cost":272,"Date":"12/7/2019"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":519,"Cost":306,"Date":"1/17/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":553,"Cost":465,"Date":"3/8/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":246,"Cost":218,"Date":"6/6/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":221,"Cost":147,"Date":"6/16/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":551,"Date":"8/13/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":354,"Cost":272,"Date":"11/19/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":352,"Date":"12/28/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":411,"Date":"2/4/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":867,"Cost":734,"Date":"3/8/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":540,"Cost":442,"Date":"12/18/2021"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":981,"Cost":863,"Date":"3/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":574,"Cost":348,"Date":"4/20/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":541,"Cost":298,"Date":"6/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":427,"Cost":214,"Date":"7/23/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":633,"Cost":600,"Date":"11/21/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":148,"Cost":94,"Date":"11/26/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":125,"Cost":118,"Date":"2/20/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":257,"Cost":206,"Date":"5/21/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":208,"Date":"9/28/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":960,"Cost":589,"Date":"1/3/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":487,"Cost":441,"Date":"2/2/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":463,"Cost":395,"Date":"3/18/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":200,"Date":"10/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":461,"Cost":435,"Date":"2/16/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":424,"Cost":246,"Date":"6/7/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":456,"Cost":346,"Date":"1/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":349,"Cost":316,"Date":"3/27/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":91,"Cost":53,"Date":"5/12/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":495,"Date":"7/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":385,"Cost":227,"Date":"8/8/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":648,"Cost":569,"Date":"12/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":720,"Cost":679,"Date":"1/17/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":873,"Cost":496,"Date":"3/8/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":745,"Cost":527,"Date":"6/6/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":351,"Cost":240,"Date":"6/16/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":368,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":369,"Cost":347,"Date":"11/19/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":937,"Cost":816,"Date":"12/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":210,"Cost":142,"Date":"2/4/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":239,"Cost":177,"Date":"3/8/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":642,"Cost":392,"Date":"12/18/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":553,"Cost":399,"Date":"3/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":222,"Cost":115,"Date":"4/20/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":397,"Cost":204,"Date":"6/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":81,"Cost":43,"Date":"7/23/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":26,"Date":"11/21/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":812,"Cost":579,"Date":"11/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":961,"Cost":592,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":492,"Cost":407,"Date":"5/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":843,"Cost":635,"Date":"9/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":157,"Cost":90,"Date":"1/3/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":382,"Cost":253,"Date":"2/2/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":21,"Cost":15,"Date":"3/18/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":663,"Cost":525,"Date":"10/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":242,"Cost":200,"Date":"2/16/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":690,"Cost":590,"Date":"6/7/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":340,"Cost":200,"Date":"1/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":752,"Cost":543,"Date":"3/27/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":131,"Cost":117,"Date":"5/12/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":133,"Cost":111,"Date":"7/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":527,"Cost":292,"Date":"8/8/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":596,"Cost":457,"Date":"12/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":796,"Cost":643,"Date":"1/17/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":490,"Cost":350,"Date":"3/8/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":159,"Cost":80,"Date":"6/6/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":710,"Cost":609,"Date":"6/16/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":946,"Cost":691,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":975,"Cost":751,"Date":"11/19/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":881,"Cost":814,"Date":"12/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":911,"Cost":844,"Date":"2/4/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":681,"Cost":396,"Date":"3/8/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":555,"Date":"12/18/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":373,"Cost":195,"Date":"3/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":968,"Cost":767,"Date":"4/20/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":897,"Cost":643,"Date":"6/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":202,"Cost":175,"Date":"7/23/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":412,"Date":"11/21/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":907,"Cost":558,"Date":"11/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":996,"Cost":922,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":248,"Cost":159,"Date":"5/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":506,"Cost":272,"Date":"9/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":260,"Cost":237,"Date":"1/3/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":948,"Cost":534,"Date":"2/2/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":59,"Date":"3/18/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"HM Home","Country":"Romania","Sale":855,"Cost":682,"Date":"10/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":118,"Cost":97,"Date":"2/16/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":643,"Cost":457,"Date":"6/7/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":422,"Date":"1/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":908,"Cost":728,"Date":"3/27/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":215,"Cost":126,"Date":"5/12/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":456,"Cost":232,"Date":"7/28/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":340,"Cost":212,"Date":"8/8/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":192,"Cost":164,"Date":"12/7/2019"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":175,"Cost":102,"Date":"1/17/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":321,"Cost":280,"Date":"3/8/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":107,"Cost":61,"Date":"6/6/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":517,"Date":"6/16/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":88,"Cost":52,"Date":"8/13/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":178,"Cost":113,"Date":"11/19/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":594,"Cost":410,"Date":"12/28/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":440,"Cost":258,"Date":"2/4/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":61,"Cost":50,"Date":"3/8/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":761,"Cost":445,"Date":"12/18/2021"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":352,"Date":"3/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":552,"Cost":335,"Date":"4/20/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":517,"Cost":397,"Date":"6/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":300,"Cost":273,"Date":"7/23/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":742,"Cost":411,"Date":"11/21/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":883,"Cost":445,"Date":"11/26/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":268,"Date":"2/20/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":459,"Cost":405,"Date":"5/21/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":259,"Cost":191,"Date":"9/28/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":298,"Cost":180,"Date":"1/3/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":94,"Cost":88,"Date":"2/2/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":463,"Cost":294,"Date":"3/18/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":898,"Cost":661,"Date":"10/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":253,"Cost":240,"Date":"2/16/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":163,"Cost":87,"Date":"6/7/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":606,"Cost":483,"Date":"1/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":470,"Cost":441,"Date":"3/27/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":106,"Cost":93,"Date":"5/12/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":644,"Cost":352,"Date":"7/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":829,"Cost":758,"Date":"8/8/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":890,"Cost":580,"Date":"12/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":243,"Cost":151,"Date":"1/17/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":896,"Cost":826,"Date":"3/8/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":345,"Cost":263,"Date":"6/6/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":486,"Cost":368,"Date":"6/16/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":456,"Cost":243,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":471,"Cost":394,"Date":"11/19/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":633,"Cost":555,"Date":"12/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":653,"Cost":505,"Date":"2/4/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":660,"Cost":403,"Date":"3/8/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":960,"Cost":863,"Date":"12/18/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":687,"Cost":346,"Date":"3/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":325,"Cost":175,"Date":"4/20/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":31,"Cost":20,"Date":"6/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":604,"Cost":567,"Date":"7/23/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":677,"Cost":483,"Date":"11/21/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":273,"Cost":149,"Date":"11/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":55,"Cost":39,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":317,"Cost":281,"Date":"5/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":688,"Cost":503,"Date":"9/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":655,"Cost":372,"Date":"1/3/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":866,"Cost":681,"Date":"2/2/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":212,"Cost":184,"Date":"3/18/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"HM","Country":"Romania","Sale":847,"Cost":691,"Date":"10/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":538,"Date":"2/16/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":666,"Cost":591,"Date":"6/7/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":657,"Cost":563,"Date":"1/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":296,"Cost":208,"Date":"3/27/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":798,"Cost":614,"Date":"5/12/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":336,"Cost":232,"Date":"7/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":985,"Cost":558,"Date":"8/8/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":535,"Cost":449,"Date":"12/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":794,"Cost":563,"Date":"1/17/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":338,"Cost":282,"Date":"3/8/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":372,"Cost":268,"Date":"6/6/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":531,"Cost":477,"Date":"6/16/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":942,"Cost":593,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":717,"Cost":359,"Date":"11/19/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":339,"Cost":231,"Date":"12/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":639,"Cost":419,"Date":"2/4/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":509,"Cost":387,"Date":"3/8/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":603,"Date":"12/18/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":845,"Cost":449,"Date":"3/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":863,"Cost":805,"Date":"4/20/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":172,"Cost":138,"Date":"6/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":608,"Cost":530,"Date":"7/23/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":65,"Cost":59,"Date":"11/21/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":225,"Cost":210,"Date":"11/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":529,"Cost":455,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":247,"Date":"5/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":474,"Cost":296,"Date":"9/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":785,"Cost":474,"Date":"1/3/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":168,"Cost":97,"Date":"2/2/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":760,"Cost":507,"Date":"3/18/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Jeans","Country":"Romania","Sale":232,"Cost":120,"Date":"10/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":145,"Cost":104,"Date":"2/16/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":962,"Cost":712,"Date":"6/7/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":205,"Cost":160,"Date":"1/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":399,"Cost":207,"Date":"3/27/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":41,"Cost":21,"Date":"5/12/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":377,"Date":"7/28/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":175,"Cost":158,"Date":"8/8/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":350,"Cost":318,"Date":"12/7/2019"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":673,"Cost":520,"Date":"1/17/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":444,"Cost":262,"Date":"3/8/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":13,"Cost":8,"Date":"6/6/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":410,"Cost":363,"Date":"6/16/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":336,"Cost":240,"Date":"8/13/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":100,"Cost":83,"Date":"11/19/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":293,"Cost":223,"Date":"12/28/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":187,"Cost":159,"Date":"2/4/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":892,"Cost":529,"Date":"3/8/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":118,"Cost":93,"Date":"12/18/2021"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":87,"Cost":82,"Date":"3/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":473,"Date":"4/20/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":859,"Cost":748,"Date":"6/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":750,"Cost":484,"Date":"7/23/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":613,"Cost":307,"Date":"11/21/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":146,"Cost":97,"Date":"11/26/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":472,"Cost":310,"Date":"2/20/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":558,"Cost":282,"Date":"5/21/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":347,"Date":"9/28/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":105,"Cost":85,"Date":"1/3/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":551,"Cost":356,"Date":"2/2/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":535,"Date":"3/18/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":722,"Date":"10/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":400,"Cost":357,"Date":"2/16/2018"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":452,"Cost":235,"Date":"6/7/2018"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":910,"Cost":534,"Date":"1/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":282,"Cost":216,"Date":"3/27/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":254,"Cost":183,"Date":"5/12/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":931,"Cost":655,"Date":"7/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":766,"Cost":601,"Date":"8/8/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":707,"Cost":412,"Date":"12/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":592,"Cost":533,"Date":"1/17/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":520,"Cost":434,"Date":"3/8/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":908,"Cost":724,"Date":"6/6/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":114,"Cost":77,"Date":"6/16/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":334,"Cost":190,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":932,"Cost":667,"Date":"11/19/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":189,"Cost":115,"Date":"12/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":305,"Cost":230,"Date":"2/4/2021"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":373,"Cost":229,"Date":"3/8/2021"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":997,"Cost":737,"Date":"12/18/2021"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":347,"Cost":197,"Date":"3/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":495,"Cost":447,"Date":"4/20/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":466,"Cost":331,"Date":"6/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":124,"Cost":92,"Date":"7/23/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":512,"Cost":395,"Date":"11/21/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":120,"Cost":112,"Date":"11/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":604,"Cost":554,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":623,"Cost":430,"Date":"5/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":179,"Cost":92,"Date":"9/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":472,"Cost":325,"Date":"1/3/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":49,"Cost":28,"Date":"2/2/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":523,"Cost":272,"Date":"3/18/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":292,"Date":"10/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":950,"Cost":616,"Date":"2/16/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":483,"Cost":376,"Date":"6/7/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":66,"Cost":45,"Date":"1/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":271,"Cost":226,"Date":"3/27/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":519,"Cost":359,"Date":"5/12/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":111,"Cost":74,"Date":"7/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":439,"Cost":399,"Date":"8/8/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":227,"Cost":174,"Date":"12/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":415,"Cost":365,"Date":"1/17/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":40,"Cost":29,"Date":"3/8/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":163,"Cost":132,"Date":"6/6/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":375,"Cost":264,"Date":"6/16/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":329,"Cost":235,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":502,"Cost":302,"Date":"11/19/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":28,"Cost":20,"Date":"12/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":469,"Cost":338,"Date":"2/4/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":552,"Cost":415,"Date":"3/8/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":625,"Cost":380,"Date":"12/18/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":493,"Cost":384,"Date":"3/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":106,"Cost":80,"Date":"4/20/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":305,"Cost":237,"Date":"6/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":613,"Date":"7/23/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":935,"Cost":543,"Date":"11/21/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":503,"Cost":347,"Date":"11/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":570,"Cost":471,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":203,"Cost":149,"Date":"5/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":316,"Cost":294,"Date":"9/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":708,"Cost":552,"Date":"1/3/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":936,"Cost":502,"Date":"2/2/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":517,"Cost":333,"Date":"3/18/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":917,"Cost":739,"Date":"10/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":330,"Cost":295,"Date":"2/16/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":357,"Cost":198,"Date":"6/7/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":982,"Cost":553,"Date":"1/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":877,"Cost":792,"Date":"3/27/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":164,"Cost":96,"Date":"5/12/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":446,"Cost":234,"Date":"7/28/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":452,"Cost":306,"Date":"8/8/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":883,"Cost":660,"Date":"12/7/2019"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":345,"Cost":295,"Date":"1/17/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":326,"Cost":268,"Date":"3/8/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":474,"Cost":300,"Date":"6/6/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":395,"Date":"6/16/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":145,"Cost":93,"Date":"8/13/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":475,"Cost":275,"Date":"11/19/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":851,"Cost":572,"Date":"12/28/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":15,"Cost":9,"Date":"2/4/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":506,"Cost":449,"Date":"3/8/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":545,"Cost":379,"Date":"12/18/2021"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":536,"Cost":382,"Date":"3/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":561,"Cost":298,"Date":"4/20/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":422,"Cost":280,"Date":"6/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":176,"Cost":139,"Date":"7/23/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":453,"Cost":357,"Date":"11/21/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":246,"Cost":210,"Date":"11/26/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":121,"Cost":67,"Date":"2/20/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":617,"Cost":427,"Date":"5/21/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":687,"Cost":637,"Date":"9/28/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":529,"Cost":451,"Date":"1/3/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":911,"Cost":524,"Date":"2/2/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":560,"Cost":392,"Date":"3/18/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Nova","Country":"Romania","Sale":256,"Cost":178,"Date":"10/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":6,"Cost":5,"Date":"2/16/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":188,"Cost":173,"Date":"6/7/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":736,"Cost":669,"Date":"1/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":412,"Cost":357,"Date":"3/27/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":441,"Cost":324,"Date":"5/12/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":944,"Cost":609,"Date":"7/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":90,"Cost":61,"Date":"8/8/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":864,"Cost":793,"Date":"12/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":691,"Cost":523,"Date":"1/17/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":344,"Cost":295,"Date":"3/8/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":555,"Cost":415,"Date":"6/6/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":146,"Cost":87,"Date":"6/16/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":136,"Cost":87,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":126,"Cost":114,"Date":"11/19/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":345,"Cost":301,"Date":"12/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":681,"Cost":616,"Date":"2/4/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":247,"Cost":231,"Date":"3/8/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":877,"Cost":619,"Date":"12/18/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":249,"Cost":181,"Date":"3/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":667,"Cost":393,"Date":"4/20/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":668,"Cost":390,"Date":"6/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":882,"Cost":697,"Date":"7/23/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":666,"Cost":493,"Date":"11/21/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":723,"Cost":656,"Date":"11/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":335,"Cost":264,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":191,"Cost":160,"Date":"5/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":267,"Cost":167,"Date":"9/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":921,"Cost":736,"Date":"1/3/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":180,"Cost":127,"Date":"2/2/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":504,"Cost":354,"Date":"3/18/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"COS","Country":"Romania","Sale":912,"Cost":576,"Date":"10/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":458,"Cost":414,"Date":"2/16/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":585,"Cost":389,"Date":"6/7/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":294,"Cost":252,"Date":"1/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":699,"Cost":450,"Date":"3/27/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":116,"Cost":70,"Date":"5/12/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":32,"Cost":17,"Date":"7/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":469,"Date":"8/8/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":596,"Cost":491,"Date":"12/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":457,"Cost":333,"Date":"1/17/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":732,"Cost":466,"Date":"3/8/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":575,"Cost":376,"Date":"6/6/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":145,"Cost":94,"Date":"6/16/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":685,"Cost":346,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":926,"Cost":469,"Date":"11/19/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":411,"Cost":286,"Date":"12/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":655,"Cost":619,"Date":"2/4/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":994,"Cost":730,"Date":"3/8/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":832,"Cost":565,"Date":"12/18/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":770,"Cost":390,"Date":"3/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":284,"Date":"4/20/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":940,"Cost":810,"Date":"6/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":73,"Cost":54,"Date":"7/23/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":440,"Cost":337,"Date":"11/21/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":120,"Cost":87,"Date":"11/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":612,"Cost":316,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":281,"Cost":257,"Date":"5/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":996,"Cost":900,"Date":"9/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":39,"Date":"1/3/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":172,"Cost":86,"Date":"2/2/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":165,"Cost":101,"Date":"3/18/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":326,"Cost":214,"Date":"10/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":497,"Cost":252,"Date":"2/16/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":854,"Cost":697,"Date":"6/7/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":766,"Cost":525,"Date":"1/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":228,"Cost":142,"Date":"3/27/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":791,"Cost":661,"Date":"5/12/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":93,"Cost":88,"Date":"7/28/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":989,"Cost":886,"Date":"8/8/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":483,"Cost":289,"Date":"12/7/2019"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":221,"Cost":125,"Date":"1/17/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":985,"Cost":501,"Date":"3/8/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":214,"Cost":184,"Date":"6/6/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":631,"Cost":485,"Date":"6/16/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":440,"Cost":332,"Date":"8/13/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":449,"Cost":404,"Date":"11/19/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":374,"Cost":227,"Date":"12/28/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":764,"Cost":655,"Date":"2/4/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":292,"Cost":170,"Date":"3/8/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":29,"Cost":21,"Date":"12/18/2021"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":171,"Cost":98,"Date":"3/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":672,"Date":"4/20/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":13,"Date":"6/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":919,"Cost":471,"Date":"7/23/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":547,"Cost":374,"Date":"11/21/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":498,"Cost":410,"Date":"11/26/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":167,"Cost":126,"Date":"2/20/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":563,"Cost":415,"Date":"5/21/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":395,"Cost":254,"Date":"9/28/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":773,"Cost":480,"Date":"1/3/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":914,"Cost":855,"Date":"2/2/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":312,"Cost":246,"Date":"3/18/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":780,"Cost":409,"Date":"10/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":675,"Date":"2/16/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":937,"Cost":772,"Date":"6/7/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":899,"Cost":682,"Date":"1/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":863,"Cost":692,"Date":"3/27/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":695,"Cost":478,"Date":"5/12/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":371,"Cost":347,"Date":"7/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":325,"Cost":196,"Date":"8/8/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":686,"Cost":633,"Date":"12/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":200,"Cost":127,"Date":"1/17/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":683,"Cost":443,"Date":"3/8/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":857,"Cost":562,"Date":"6/6/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":310,"Cost":278,"Date":"6/16/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":387,"Cost":261,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":30,"Cost":17,"Date":"11/19/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":149,"Cost":128,"Date":"12/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":93,"Cost":63,"Date":"2/4/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":305,"Cost":284,"Date":"3/8/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":681,"Cost":607,"Date":"12/18/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":911,"Cost":495,"Date":"3/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":778,"Date":"4/20/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":182,"Cost":146,"Date":"6/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":25,"Cost":17,"Date":"7/23/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":723,"Cost":425,"Date":"11/21/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":161,"Cost":146,"Date":"11/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":848,"Cost":646,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":140,"Cost":91,"Date":"5/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":893,"Cost":763,"Date":"9/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":65,"Cost":51,"Date":"1/3/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":805,"Cost":552,"Date":"2/2/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":488,"Cost":309,"Date":"3/18/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":748,"Cost":606,"Date":"10/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":780,"Cost":635,"Date":"2/16/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":880,"Cost":479,"Date":"6/7/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":996,"Cost":923,"Date":"1/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":628,"Cost":500,"Date":"3/27/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":363,"Cost":197,"Date":"5/12/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":544,"Cost":458,"Date":"7/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":475,"Cost":377,"Date":"8/8/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":64,"Cost":59,"Date":"12/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":25,"Cost":18,"Date":"1/17/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":798,"Cost":429,"Date":"3/8/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":543,"Cost":294,"Date":"6/6/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":291,"Cost":193,"Date":"6/16/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":635,"Cost":412,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":744,"Cost":632,"Date":"11/19/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":677,"Cost":598,"Date":"12/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":102,"Cost":94,"Date":"2/4/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":553,"Cost":307,"Date":"3/8/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":289,"Cost":175,"Date":"12/18/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":625,"Cost":524,"Date":"3/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":145,"Cost":107,"Date":"4/20/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":86,"Cost":57,"Date":"6/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":930,"Cost":797,"Date":"7/23/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":927,"Cost":819,"Date":"11/21/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":477,"Cost":350,"Date":"11/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":25,"Cost":14,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":123,"Cost":72,"Date":"5/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":710,"Cost":574,"Date":"9/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":475,"Cost":380,"Date":"1/3/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":741,"Cost":461,"Date":"2/2/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":587,"Cost":456,"Date":"3/18/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":688,"Cost":614,"Date":"10/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":44,"Date":"2/16/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":695,"Cost":484,"Date":"6/7/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":687,"Cost":450,"Date":"1/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":956,"Cost":612,"Date":"3/27/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":333,"Cost":181,"Date":"5/12/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":292,"Cost":197,"Date":"7/28/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":77,"Cost":66,"Date":"8/8/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":13,"Cost":12,"Date":"12/7/2019"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":752,"Cost":496,"Date":"1/17/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":162,"Cost":90,"Date":"3/8/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":589,"Cost":321,"Date":"6/6/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":414,"Date":"6/16/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":126,"Cost":79,"Date":"8/13/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":18,"Cost":11,"Date":"11/19/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":536,"Cost":271,"Date":"12/28/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":99,"Cost":68,"Date":"2/4/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":778,"Cost":517,"Date":"3/8/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":219,"Cost":197,"Date":"12/18/2021"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":999,"Cost":524,"Date":"3/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":755,"Cost":702,"Date":"4/20/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":866,"Cost":472,"Date":"6/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":458,"Cost":402,"Date":"7/23/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":804,"Cost":624,"Date":"11/21/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":177,"Cost":161,"Date":"11/26/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":367,"Cost":309,"Date":"2/20/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":517,"Cost":418,"Date":"5/21/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":773,"Cost":580,"Date":"9/28/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":155,"Cost":94,"Date":"1/3/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":248,"Cost":235,"Date":"2/2/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":792,"Cost":652,"Date":"3/18/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":209,"Cost":190,"Date":"10/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":259,"Cost":149,"Date":"2/16/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":788,"Cost":642,"Date":"6/7/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":856,"Cost":556,"Date":"1/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":944,"Cost":819,"Date":"3/27/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":796,"Cost":657,"Date":"5/12/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":542,"Cost":311,"Date":"7/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":163,"Cost":117,"Date":"8/8/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":582,"Cost":407,"Date":"12/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":422,"Cost":257,"Date":"1/17/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":805,"Cost":485,"Date":"3/8/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":559,"Cost":378,"Date":"6/6/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":134,"Cost":111,"Date":"6/16/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":178,"Cost":137,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":679,"Cost":429,"Date":"11/19/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":77,"Cost":73,"Date":"12/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":16,"Cost":10,"Date":"2/4/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":542,"Cost":328,"Date":"3/8/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":579,"Cost":423,"Date":"12/18/2021"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":852,"Cost":779,"Date":"3/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":17,"Cost":12,"Date":"4/20/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":695,"Cost":479,"Date":"6/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":283,"Cost":163,"Date":"7/23/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":416,"Cost":218,"Date":"11/21/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":676,"Cost":381,"Date":"11/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":639,"Cost":491,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":459,"Cost":323,"Date":"5/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":652,"Cost":491,"Date":"9/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":325,"Cost":242,"Date":"1/3/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":32,"Cost":24,"Date":"2/2/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":558,"Cost":390,"Date":"3/18/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM","Country":"Romania","Sale":365,"Cost":243,"Date":"10/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":102,"Cost":84,"Date":"2/16/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":643,"Cost":498,"Date":"6/7/2018"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":740,"Cost":456,"Date":"1/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":782,"Cost":400,"Date":"3/27/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":105,"Cost":88,"Date":"5/12/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":230,"Cost":209,"Date":"7/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":634,"Cost":388,"Date":"8/8/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":765,"Cost":505,"Date":"12/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":636,"Cost":318,"Date":"1/17/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":615,"Cost":312,"Date":"3/8/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":425,"Cost":215,"Date":"6/6/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":171,"Cost":134,"Date":"6/16/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":327,"Cost":235,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":285,"Cost":154,"Date":"11/19/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":391,"Cost":200,"Date":"12/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":331,"Cost":220,"Date":"2/4/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":454,"Cost":241,"Date":"3/8/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":966,"Cost":531,"Date":"12/18/2021"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":514,"Cost":365,"Date":"3/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":842,"Cost":436,"Date":"4/20/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":979,"Cost":823,"Date":"6/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":353,"Cost":290,"Date":"7/23/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":866,"Cost":450,"Date":"11/21/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":708,"Cost":546,"Date":"11/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":276,"Cost":165,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":596,"Cost":381,"Date":"5/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":707,"Cost":486,"Date":"9/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":806,"Cost":417,"Date":"1/3/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":970,"Cost":547,"Date":"2/2/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":60,"Cost":53,"Date":"3/18/2024"},{"Store":"City Park Mall, Constanța","Brand":"COS","Country":"Romania","Sale":858,"Cost":777,"Date":"10/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":836,"Cost":594,"Date":"2/16/2018"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":104,"Cost":62,"Date":"6/7/2018"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":688,"Cost":624,"Date":"1/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":507,"Cost":313,"Date":"3/27/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":468,"Cost":298,"Date":"5/12/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":441,"Cost":263,"Date":"7/28/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":865,"Cost":770,"Date":"8/8/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":862,"Cost":449,"Date":"12/7/2019"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":699,"Cost":485,"Date":"1/17/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":376,"Cost":263,"Date":"3/8/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":238,"Cost":173,"Date":"6/6/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":188,"Cost":112,"Date":"6/16/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":122,"Cost":61,"Date":"8/13/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":418,"Cost":352,"Date":"11/19/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":995,"Cost":699,"Date":"12/28/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":278,"Cost":228,"Date":"2/4/2021"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":187,"Cost":160,"Date":"3/8/2021"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":29,"Cost":22,"Date":"12/18/2021"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":151,"Cost":138,"Date":"3/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":669,"Cost":402,"Date":"4/20/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":434,"Cost":353,"Date":"6/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":154,"Cost":91,"Date":"7/23/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":322,"Cost":261,"Date":"11/21/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":550,"Cost":340,"Date":"11/26/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":162,"Cost":136,"Date":"2/20/2023"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":923,"Cost":505,"Date":"5/21/2023"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":907,"Cost":651,"Date":"9/28/2023"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":176,"Cost":163,"Date":"1/3/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":404,"Date":"2/2/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":472,"Cost":322,"Date":"3/18/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":596,"Date":"10/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":107,"Cost":64,"Date":"2/16/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":45,"Cost":42,"Date":"6/7/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":396,"Cost":347,"Date":"1/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":364,"Cost":271,"Date":"3/27/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":73,"Cost":54,"Date":"5/12/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":213,"Cost":168,"Date":"7/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":301,"Cost":156,"Date":"8/8/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":60,"Cost":40,"Date":"12/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":599,"Cost":366,"Date":"1/17/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":996,"Cost":501,"Date":"3/8/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":168,"Cost":139,"Date":"6/6/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":408,"Cost":232,"Date":"6/16/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":125,"Cost":103,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":542,"Cost":336,"Date":"11/19/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":296,"Cost":219,"Date":"12/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":132,"Cost":97,"Date":"2/4/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":157,"Cost":124,"Date":"3/8/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":861,"Cost":685,"Date":"12/18/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":878,"Cost":703,"Date":"3/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":537,"Cost":320,"Date":"4/20/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":18,"Cost":18,"Date":"6/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":503,"Cost":376,"Date":"7/23/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":690,"Cost":390,"Date":"11/21/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":785,"Cost":715,"Date":"11/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":484,"Cost":445,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":527,"Cost":385,"Date":"5/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":550,"Cost":314,"Date":"9/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":598,"Cost":410,"Date":"1/3/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":767,"Cost":640,"Date":"2/2/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":80,"Cost":73,"Date":"3/18/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":553,"Cost":297,"Date":"10/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":712,"Cost":396,"Date":"2/16/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":91,"Cost":66,"Date":"6/7/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":152,"Cost":135,"Date":"1/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":246,"Cost":147,"Date":"3/27/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":876,"Cost":650,"Date":"5/12/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":254,"Cost":163,"Date":"7/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":271,"Cost":221,"Date":"8/8/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":43,"Cost":28,"Date":"12/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":41,"Cost":38,"Date":"1/17/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":268,"Cost":225,"Date":"3/8/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":317,"Cost":216,"Date":"6/6/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":576,"Cost":367,"Date":"6/16/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":604,"Cost":432,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":384,"Cost":364,"Date":"11/19/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":871,"Cost":761,"Date":"12/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":401,"Cost":336,"Date":"2/4/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":643,"Cost":492,"Date":"3/8/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":930,"Cost":675,"Date":"12/18/2021"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":757,"Cost":525,"Date":"3/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":695,"Cost":518,"Date":"4/20/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":269,"Cost":209,"Date":"6/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":818,"Cost":581,"Date":"7/23/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":603,"Cost":320,"Date":"11/21/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":984,"Cost":544,"Date":"11/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":948,"Cost":610,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":694,"Cost":557,"Date":"5/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":356,"Cost":196,"Date":"9/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":437,"Cost":259,"Date":"1/3/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":856,"Cost":808,"Date":"2/2/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":509,"Cost":318,"Date":"3/18/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Jeans","Country":"Romania","Sale":459,"Cost":279,"Date":"10/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":315,"Cost":276,"Date":"2/16/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":923,"Cost":751,"Date":"6/7/2018"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":817,"Cost":539,"Date":"1/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":508,"Cost":255,"Date":"3/27/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":431,"Cost":228,"Date":"5/12/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":278,"Cost":257,"Date":"7/28/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":784,"Cost":718,"Date":"8/8/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":353,"Cost":195,"Date":"12/7/2019"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":300,"Cost":196,"Date":"1/17/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":264,"Cost":150,"Date":"3/8/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":432,"Cost":311,"Date":"6/6/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":83,"Cost":55,"Date":"6/16/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":183,"Cost":164,"Date":"8/13/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":186,"Cost":100,"Date":"11/19/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":146,"Cost":74,"Date":"12/28/2020"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":254,"Cost":163,"Date":"2/4/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":957,"Cost":611,"Date":"3/8/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":691,"Cost":517,"Date":"12/18/2021"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":50,"Cost":40,"Date":"3/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":157,"Cost":141,"Date":"4/20/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":541,"Cost":368,"Date":"6/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":676,"Cost":560,"Date":"7/23/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":875,"Cost":825,"Date":"11/21/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":175,"Cost":93,"Date":"11/26/2022"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":652,"Cost":401,"Date":"2/20/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":187,"Cost":109,"Date":"5/21/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":408,"Cost":363,"Date":"9/28/2023"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":459,"Cost":288,"Date":"1/3/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":853,"Cost":478,"Date":"2/2/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":247,"Cost":194,"Date":"3/18/2024"},{"Store":"Tomis Mall, Constanța","Brand":"HM","Country":"Romania","Sale":52,"Cost":36,"Date":"10/14/2024"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":80,"Cost":65,"Date":"2/16/2018"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":37,"Cost":35,"Date":"6/7/2018"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":576,"Cost":453,"Date":"1/28/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":762,"Cost":451,"Date":"3/27/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":749,"Cost":688,"Date":"5/12/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":458,"Cost":417,"Date":"7/28/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":985,"Cost":837,"Date":"8/8/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":667,"Cost":523,"Date":"12/7/2019"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":289,"Cost":154,"Date":"1/17/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":426,"Cost":392,"Date":"3/8/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":213,"Cost":155,"Date":"6/6/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":369,"Cost":240,"Date":"6/16/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":334,"Cost":203,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":383,"Cost":205,"Date":"11/19/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":828,"Cost":510,"Date":"12/28/2020"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":799,"Cost":630,"Date":"2/4/2021"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":193,"Cost":138,"Date":"3/8/2021"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":317,"Cost":299,"Date":"12/18/2021"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":351,"Cost":273,"Date":"3/31/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":568,"Cost":304,"Date":"4/20/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":151,"Cost":93,"Date":"6/26/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":28,"Cost":22,"Date":"7/23/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":903,"Cost":738,"Date":"11/21/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":216,"Cost":136,"Date":"11/26/2022"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":911,"Cost":674,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":338,"Cost":273,"Date":"5/21/2023"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":466,"Cost":374,"Date":"9/28/2023"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":239,"Cost":199,"Date":"1/3/2024"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":681,"Cost":358,"Date":"2/2/2024"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":447,"Cost":287,"Date":"3/18/2024"},{"Store":"Vivo Constanța","Brand":"COS","Country":"Romania","Sale":279,"Cost":262,"Date":"10/14/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":776,"Cost":626,"Date":"2/16/2018"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":659,"Cost":476,"Date":"6/7/2018"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":654,"Cost":333,"Date":"1/28/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":374,"Cost":211,"Date":"3/27/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":730,"Cost":377,"Date":"5/12/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":172,"Cost":123,"Date":"7/28/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":735,"Cost":681,"Date":"8/8/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":291,"Cost":216,"Date":"12/7/2019"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":331,"Cost":201,"Date":"1/17/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":757,"Cost":607,"Date":"3/8/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":390,"Cost":204,"Date":"6/6/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":579,"Cost":313,"Date":"6/16/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":917,"Cost":837,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":394,"Cost":251,"Date":"11/19/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":414,"Cost":313,"Date":"12/28/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":214,"Cost":169,"Date":"2/4/2021"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":375,"Date":"3/8/2021"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":251,"Cost":191,"Date":"12/18/2021"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":858,"Cost":776,"Date":"3/31/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":759,"Cost":620,"Date":"4/20/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":893,"Cost":556,"Date":"6/26/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":273,"Cost":193,"Date":"7/23/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":117,"Cost":107,"Date":"11/21/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":7,"Cost":4,"Date":"11/26/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":145,"Cost":132,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":953,"Cost":666,"Date":"5/21/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":336,"Cost":290,"Date":"9/28/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":7,"Cost":5,"Date":"1/3/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":446,"Cost":324,"Date":"2/2/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":781,"Cost":607,"Date":"3/18/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":427,"Cost":315,"Date":"10/14/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":565,"Cost":350,"Date":"2/16/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":46,"Cost":23,"Date":"6/7/2018"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":706,"Cost":537,"Date":"1/28/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":491,"Cost":457,"Date":"3/27/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":271,"Cost":251,"Date":"5/12/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":169,"Cost":155,"Date":"7/28/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":307,"Cost":274,"Date":"8/8/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":801,"Cost":567,"Date":"12/7/2019"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":96,"Cost":59,"Date":"1/17/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":130,"Cost":122,"Date":"3/8/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":459,"Cost":288,"Date":"6/6/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":342,"Date":"6/16/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":760,"Cost":635,"Date":"8/13/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":13,"Cost":13,"Date":"11/19/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":695,"Cost":440,"Date":"12/28/2020"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":587,"Cost":542,"Date":"2/4/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":29,"Cost":22,"Date":"3/8/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":767,"Cost":628,"Date":"12/18/2021"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":401,"Cost":286,"Date":"3/31/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":573,"Cost":530,"Date":"4/20/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":979,"Cost":612,"Date":"6/26/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":742,"Cost":544,"Date":"7/23/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":764,"Cost":670,"Date":"11/21/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":184,"Cost":126,"Date":"11/26/2022"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":795,"Cost":407,"Date":"2/20/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":462,"Date":"5/21/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":285,"Cost":169,"Date":"9/28/2023"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":296,"Date":"1/3/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":872,"Cost":564,"Date":"2/2/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":219,"Cost":171,"Date":"3/18/2024"},{"Store":"Vivo Constanța","Brand":"ARKET","Country":"Romania","Sale":584,"Cost":303,"Date":"10/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":72,"Cost":43,"Date":"2/16/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":494,"Cost":447,"Date":"6/7/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":185,"Cost":109,"Date":"1/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":936,"Cost":854,"Date":"3/27/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":257,"Cost":164,"Date":"5/12/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":241,"Cost":171,"Date":"7/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":85,"Cost":61,"Date":"8/8/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":799,"Cost":587,"Date":"12/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":492,"Cost":283,"Date":"1/17/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":230,"Cost":155,"Date":"3/8/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":487,"Cost":309,"Date":"6/6/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":64,"Cost":41,"Date":"6/16/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":566,"Cost":407,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":15,"Cost":14,"Date":"11/19/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":428,"Cost":238,"Date":"12/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":874,"Cost":519,"Date":"2/4/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":722,"Cost":367,"Date":"3/8/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":558,"Cost":307,"Date":"12/18/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":617,"Cost":327,"Date":"3/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":172,"Cost":149,"Date":"4/20/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":160,"Cost":81,"Date":"6/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":389,"Cost":360,"Date":"7/23/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":571,"Cost":398,"Date":"11/21/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":965,"Cost":502,"Date":"11/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":798,"Cost":618,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":148,"Cost":122,"Date":"5/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":117,"Cost":112,"Date":"9/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":145,"Cost":109,"Date":"1/3/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":899,"Cost":513,"Date":"2/2/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":748,"Cost":482,"Date":"3/18/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":481,"Cost":380,"Date":"10/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":640,"Cost":494,"Date":"2/16/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":728,"Cost":647,"Date":"6/7/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":459,"Cost":253,"Date":"1/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":697,"Cost":598,"Date":"3/27/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":677,"Cost":604,"Date":"5/12/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":427,"Cost":293,"Date":"7/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":366,"Cost":266,"Date":"8/8/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":982,"Cost":923,"Date":"12/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":982,"Cost":674,"Date":"1/17/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":811,"Cost":486,"Date":"3/8/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":68,"Cost":50,"Date":"6/6/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":994,"Cost":591,"Date":"6/16/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":783,"Cost":485,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":986,"Cost":937,"Date":"11/19/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":826,"Cost":686,"Date":"12/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":341,"Cost":207,"Date":"2/4/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":97,"Cost":68,"Date":"3/8/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":826,"Cost":565,"Date":"12/18/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":81,"Cost":53,"Date":"3/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":505,"Cost":327,"Date":"4/20/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":196,"Cost":146,"Date":"6/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":368,"Cost":252,"Date":"7/23/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":230,"Cost":125,"Date":"11/21/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":599,"Date":"11/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":661,"Cost":497,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":993,"Cost":719,"Date":"5/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":660,"Cost":606,"Date":"9/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":879,"Cost":665,"Date":"1/3/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":102,"Date":"2/2/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":849,"Cost":526,"Date":"3/18/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":337,"Cost":257,"Date":"10/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":89,"Cost":48,"Date":"2/16/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":747,"Cost":446,"Date":"6/7/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":621,"Cost":418,"Date":"1/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":449,"Cost":317,"Date":"3/27/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":601,"Cost":336,"Date":"5/12/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":313,"Cost":212,"Date":"7/28/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":991,"Cost":923,"Date":"8/8/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":368,"Cost":338,"Date":"12/7/2019"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":197,"Cost":174,"Date":"1/17/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":807,"Cost":591,"Date":"3/8/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":111,"Cost":56,"Date":"6/6/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":286,"Cost":166,"Date":"6/16/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":279,"Cost":262,"Date":"8/13/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":478,"Cost":332,"Date":"11/19/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":103,"Cost":95,"Date":"12/28/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":194,"Cost":156,"Date":"2/4/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":166,"Cost":117,"Date":"3/8/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":223,"Cost":189,"Date":"12/18/2021"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":986,"Cost":549,"Date":"3/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":398,"Cost":244,"Date":"4/20/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":412,"Cost":347,"Date":"6/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":692,"Cost":596,"Date":"7/23/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":720,"Cost":475,"Date":"11/21/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":965,"Cost":892,"Date":"11/26/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":344,"Cost":222,"Date":"2/20/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":915,"Cost":815,"Date":"5/21/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":374,"Cost":261,"Date":"9/28/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":313,"Cost":234,"Date":"1/3/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":559,"Date":"2/2/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":759,"Cost":499,"Date":"3/18/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":753,"Cost":644,"Date":"10/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":888,"Cost":541,"Date":"2/16/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":232,"Cost":173,"Date":"6/7/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":67,"Cost":45,"Date":"1/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":57,"Cost":39,"Date":"3/27/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":713,"Cost":484,"Date":"5/12/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":297,"Cost":279,"Date":"7/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":1000,"Cost":515,"Date":"8/8/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":293,"Cost":224,"Date":"12/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":261,"Cost":167,"Date":"1/17/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":442,"Cost":327,"Date":"3/8/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":909,"Cost":596,"Date":"6/6/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":858,"Cost":624,"Date":"6/16/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":472,"Cost":281,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":276,"Cost":161,"Date":"11/19/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":435,"Cost":405,"Date":"12/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":119,"Date":"2/4/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":846,"Cost":570,"Date":"3/8/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":788,"Cost":414,"Date":"12/18/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":376,"Date":"3/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":314,"Date":"4/20/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":394,"Cost":299,"Date":"6/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":418,"Cost":395,"Date":"7/23/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":959,"Cost":863,"Date":"11/21/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":517,"Cost":264,"Date":"11/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":688,"Cost":466,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":570,"Cost":484,"Date":"5/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":387,"Cost":344,"Date":"9/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":169,"Cost":86,"Date":"1/3/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":733,"Cost":696,"Date":"2/2/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":290,"Cost":188,"Date":"3/18/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":330,"Cost":165,"Date":"10/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":736,"Cost":413,"Date":"2/16/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":347,"Cost":270,"Date":"6/7/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":16,"Cost":10,"Date":"1/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":48,"Cost":29,"Date":"3/27/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":810,"Cost":742,"Date":"5/12/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":909,"Cost":525,"Date":"7/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":3,"Cost":3,"Date":"8/8/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":198,"Cost":122,"Date":"12/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":839,"Cost":772,"Date":"1/17/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":402,"Cost":211,"Date":"3/8/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":906,"Cost":855,"Date":"6/6/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":484,"Cost":337,"Date":"6/16/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":435,"Cost":284,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":209,"Cost":116,"Date":"11/19/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":598,"Cost":392,"Date":"12/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":520,"Cost":433,"Date":"2/4/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":824,"Cost":554,"Date":"3/8/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":664,"Cost":374,"Date":"12/18/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":260,"Cost":142,"Date":"3/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":463,"Cost":365,"Date":"4/20/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":454,"Cost":376,"Date":"6/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":761,"Cost":448,"Date":"7/23/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":801,"Cost":400,"Date":"11/21/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":654,"Cost":363,"Date":"11/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":409,"Cost":363,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":668,"Cost":609,"Date":"5/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":435,"Cost":347,"Date":"9/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":18,"Cost":14,"Date":"1/3/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":797,"Cost":466,"Date":"2/2/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":759,"Cost":579,"Date":"3/18/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":420,"Cost":389,"Date":"10/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":615,"Cost":324,"Date":"2/16/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":598,"Cost":444,"Date":"6/7/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":63,"Cost":31,"Date":"1/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":332,"Cost":170,"Date":"3/27/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":696,"Cost":495,"Date":"5/12/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":543,"Cost":501,"Date":"7/28/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":511,"Cost":400,"Date":"8/8/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":448,"Cost":400,"Date":"12/7/2019"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":704,"Cost":570,"Date":"1/17/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":120,"Cost":100,"Date":"3/8/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":361,"Cost":213,"Date":"6/6/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":377,"Cost":308,"Date":"6/16/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":470,"Cost":312,"Date":"8/13/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":174,"Cost":150,"Date":"11/19/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":483,"Cost":459,"Date":"12/28/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":527,"Cost":425,"Date":"2/4/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":812,"Cost":726,"Date":"3/8/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":983,"Cost":721,"Date":"12/18/2021"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":225,"Cost":191,"Date":"3/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":457,"Cost":237,"Date":"4/20/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":710,"Cost":569,"Date":"6/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":262,"Cost":171,"Date":"7/23/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":478,"Cost":297,"Date":"11/21/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":523,"Cost":354,"Date":"11/26/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":661,"Cost":341,"Date":"2/20/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":564,"Cost":373,"Date":"5/21/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":150,"Cost":131,"Date":"9/28/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":640,"Cost":557,"Date":"1/3/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":346,"Cost":302,"Date":"2/2/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":26,"Cost":19,"Date":"3/18/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Nova","Country":"Romania","Sale":659,"Cost":552,"Date":"10/14/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":418,"Cost":266,"Date":"2/16/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":686,"Cost":639,"Date":"6/7/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":315,"Cost":223,"Date":"1/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":550,"Cost":305,"Date":"3/27/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":636,"Cost":470,"Date":"5/12/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":283,"Cost":212,"Date":"7/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":154,"Cost":139,"Date":"8/8/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":51,"Date":"12/7/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":841,"Cost":531,"Date":"1/17/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":664,"Cost":605,"Date":"3/8/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":438,"Cost":259,"Date":"6/6/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":688,"Cost":445,"Date":"6/16/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":946,"Cost":762,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":548,"Cost":293,"Date":"11/19/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":172,"Cost":142,"Date":"12/28/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":736,"Cost":412,"Date":"2/4/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":961,"Cost":703,"Date":"3/8/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":151,"Cost":90,"Date":"12/18/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":468,"Cost":275,"Date":"3/31/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":823,"Cost":733,"Date":"4/20/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":942,"Cost":811,"Date":"6/26/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":212,"Cost":146,"Date":"7/23/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":556,"Cost":487,"Date":"11/21/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":965,"Cost":673,"Date":"11/26/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":427,"Cost":259,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":260,"Cost":164,"Date":"5/21/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":320,"Cost":232,"Date":"9/28/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":482,"Date":"1/3/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":641,"Cost":410,"Date":"2/2/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":898,"Cost":779,"Date":"3/18/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":188,"Date":"10/14/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":98,"Cost":76,"Date":"2/16/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":566,"Cost":356,"Date":"6/7/2018"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":239,"Cost":139,"Date":"1/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":260,"Cost":199,"Date":"3/27/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":160,"Cost":152,"Date":"5/12/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":37,"Date":"7/28/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":821,"Cost":561,"Date":"8/8/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":338,"Cost":223,"Date":"12/7/2019"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":210,"Cost":146,"Date":"1/17/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":389,"Date":"3/8/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":199,"Cost":176,"Date":"6/6/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":252,"Cost":239,"Date":"6/16/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":113,"Cost":96,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":354,"Cost":295,"Date":"11/19/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":140,"Cost":76,"Date":"12/28/2020"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":990,"Cost":531,"Date":"2/4/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":317,"Cost":270,"Date":"3/8/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":368,"Cost":236,"Date":"12/18/2021"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":79,"Cost":51,"Date":"3/31/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":363,"Cost":293,"Date":"4/20/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":999,"Cost":761,"Date":"6/26/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":680,"Cost":639,"Date":"7/23/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":366,"Cost":192,"Date":"11/21/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":648,"Cost":494,"Date":"11/26/2022"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":237,"Cost":147,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":821,"Cost":736,"Date":"5/21/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":937,"Cost":513,"Date":"9/28/2023"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":724,"Cost":544,"Date":"1/3/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":323,"Cost":176,"Date":"2/2/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":213,"Cost":120,"Date":"3/18/2024"},{"Store":"Iulius Mall Iași","Brand":"Sellpy","Country":"Romania","Sale":213,"Cost":129,"Date":"10/14/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":697,"Cost":446,"Date":"2/16/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":494,"Cost":269,"Date":"6/7/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":939,"Cost":579,"Date":"1/28/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":575,"Cost":331,"Date":"3/27/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":580,"Cost":315,"Date":"5/12/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":364,"Cost":248,"Date":"7/28/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":325,"Cost":238,"Date":"8/8/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":963,"Cost":671,"Date":"12/7/2019"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":102,"Cost":61,"Date":"1/17/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":406,"Cost":225,"Date":"3/8/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":327,"Cost":212,"Date":"6/6/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":957,"Cost":634,"Date":"6/16/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":593,"Cost":348,"Date":"8/13/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":560,"Cost":337,"Date":"11/19/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":140,"Cost":90,"Date":"12/28/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":610,"Cost":491,"Date":"2/4/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":278,"Cost":227,"Date":"3/8/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":383,"Cost":342,"Date":"12/18/2021"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":705,"Cost":559,"Date":"3/31/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":730,"Cost":610,"Date":"4/20/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":711,"Cost":655,"Date":"6/26/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":431,"Cost":338,"Date":"7/23/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":192,"Cost":105,"Date":"11/21/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":71,"Cost":39,"Date":"11/26/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":765,"Cost":404,"Date":"2/20/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":377,"Cost":246,"Date":"5/21/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":924,"Cost":542,"Date":"9/28/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":457,"Cost":242,"Date":"1/3/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":535,"Cost":318,"Date":"2/2/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":21,"Cost":14,"Date":"3/18/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":167,"Cost":147,"Date":"10/14/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":609,"Cost":410,"Date":"2/16/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":555,"Cost":390,"Date":"6/7/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":167,"Cost":115,"Date":"1/28/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":961,"Cost":764,"Date":"3/27/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":183,"Cost":100,"Date":"5/12/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":382,"Cost":211,"Date":"7/28/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":705,"Cost":604,"Date":"8/8/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":776,"Cost":393,"Date":"12/7/2019"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":286,"Cost":250,"Date":"1/17/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":980,"Cost":549,"Date":"3/8/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":933,"Cost":733,"Date":"6/6/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":362,"Cost":289,"Date":"6/16/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":557,"Cost":279,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":505,"Cost":365,"Date":"11/19/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":644,"Cost":510,"Date":"12/28/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":913,"Cost":544,"Date":"2/4/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":998,"Cost":904,"Date":"3/8/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":715,"Cost":673,"Date":"12/18/2021"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":746,"Cost":388,"Date":"3/31/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":897,"Cost":646,"Date":"4/20/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":319,"Cost":167,"Date":"6/26/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":444,"Cost":418,"Date":"7/23/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":639,"Cost":521,"Date":"11/21/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":121,"Cost":111,"Date":"11/26/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":623,"Cost":426,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":437,"Cost":365,"Date":"5/21/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":567,"Cost":313,"Date":"9/28/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":574,"Cost":535,"Date":"1/3/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":45,"Cost":36,"Date":"2/2/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":414,"Cost":324,"Date":"3/18/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":555,"Cost":491,"Date":"10/14/2024"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":921,"Cost":521,"Date":"2/16/2018"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":325,"Cost":300,"Date":"6/7/2018"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":368,"Cost":290,"Date":"1/28/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":762,"Cost":576,"Date":"3/27/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":293,"Cost":186,"Date":"5/12/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":514,"Cost":481,"Date":"7/28/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":695,"Cost":400,"Date":"8/8/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":396,"Cost":210,"Date":"12/7/2019"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":982,"Cost":928,"Date":"1/17/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":214,"Cost":153,"Date":"3/8/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":605,"Cost":452,"Date":"6/6/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":252,"Cost":151,"Date":"6/16/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":406,"Cost":228,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":886,"Cost":631,"Date":"11/19/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":334,"Cost":296,"Date":"12/28/2020"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":24,"Cost":18,"Date":"2/4/2021"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":527,"Cost":311,"Date":"3/8/2021"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":717,"Cost":581,"Date":"12/18/2021"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":279,"Cost":160,"Date":"3/31/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":836,"Cost":793,"Date":"4/20/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":757,"Cost":471,"Date":"6/26/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":390,"Cost":197,"Date":"7/23/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":892,"Cost":633,"Date":"11/21/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":763,"Cost":546,"Date":"11/26/2022"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":844,"Cost":620,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":252,"Cost":208,"Date":"5/21/2023"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":217,"Cost":175,"Date":"9/28/2023"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":252,"Cost":195,"Date":"1/3/2024"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":964,"Cost":608,"Date":"2/2/2024"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":96,"Cost":59,"Date":"3/18/2024"},{"Store":"Palas Mall, Iași","Brand":"HM","Country":"Romania","Sale":486,"Cost":308,"Date":"10/14/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":121,"Cost":85,"Date":"2/16/2018"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":675,"Cost":608,"Date":"6/7/2018"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":124,"Cost":78,"Date":"1/28/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":478,"Cost":287,"Date":"3/27/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":157,"Date":"5/12/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":967,"Cost":775,"Date":"7/28/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":992,"Cost":728,"Date":"8/8/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":89,"Date":"12/7/2019"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":406,"Cost":274,"Date":"1/17/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":882,"Cost":687,"Date":"3/8/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":803,"Cost":645,"Date":"6/6/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":537,"Cost":487,"Date":"6/16/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":391,"Cost":318,"Date":"8/13/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":62,"Cost":40,"Date":"11/19/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":486,"Cost":335,"Date":"12/28/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":304,"Cost":278,"Date":"2/4/2021"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":151,"Cost":103,"Date":"3/8/2021"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":947,"Cost":654,"Date":"12/18/2021"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":717,"Cost":523,"Date":"3/31/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":148,"Cost":84,"Date":"4/20/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":892,"Cost":793,"Date":"6/26/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":823,"Cost":749,"Date":"7/23/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":138,"Cost":75,"Date":"11/21/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":289,"Cost":261,"Date":"11/26/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":572,"Date":"2/20/2023"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":82,"Cost":54,"Date":"5/21/2023"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":647,"Cost":448,"Date":"9/28/2023"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":784,"Cost":637,"Date":"1/3/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":649,"Cost":532,"Date":"2/2/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":705,"Cost":563,"Date":"3/18/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":313,"Cost":186,"Date":"10/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":438,"Cost":222,"Date":"2/16/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":554,"Cost":431,"Date":"6/7/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":832,"Cost":613,"Date":"1/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":303,"Cost":207,"Date":"3/27/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":154,"Date":"5/12/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":268,"Cost":146,"Date":"7/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":598,"Cost":482,"Date":"8/8/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":684,"Cost":525,"Date":"12/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":114,"Cost":87,"Date":"1/17/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":489,"Cost":273,"Date":"3/8/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":59,"Cost":46,"Date":"6/6/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":943,"Cost":525,"Date":"6/16/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":564,"Cost":501,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":207,"Cost":126,"Date":"11/19/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":630,"Date":"12/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":219,"Cost":142,"Date":"2/4/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":37,"Cost":31,"Date":"3/8/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":568,"Cost":347,"Date":"12/18/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":13,"Cost":9,"Date":"3/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":818,"Cost":410,"Date":"4/20/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":827,"Cost":712,"Date":"6/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":941,"Cost":669,"Date":"7/23/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":287,"Cost":146,"Date":"11/21/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":361,"Cost":265,"Date":"11/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":884,"Cost":652,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":254,"Cost":224,"Date":"5/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":391,"Cost":340,"Date":"9/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":832,"Cost":455,"Date":"1/3/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":231,"Cost":118,"Date":"2/2/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":563,"Cost":434,"Date":"3/18/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"ARKET","Country":"Romania","Sale":697,"Cost":639,"Date":"10/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":854,"Cost":485,"Date":"2/16/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":488,"Cost":354,"Date":"6/7/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":707,"Cost":354,"Date":"1/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":439,"Cost":319,"Date":"3/27/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":548,"Cost":438,"Date":"5/12/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":344,"Cost":300,"Date":"7/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":583,"Cost":353,"Date":"8/8/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":184,"Cost":93,"Date":"12/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":536,"Cost":382,"Date":"1/17/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":433,"Cost":351,"Date":"3/8/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":49,"Cost":26,"Date":"6/6/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":618,"Cost":556,"Date":"6/16/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":498,"Cost":313,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":978,"Cost":821,"Date":"11/19/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":432,"Cost":245,"Date":"12/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":302,"Cost":248,"Date":"2/4/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":495,"Cost":346,"Date":"3/8/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":945,"Cost":845,"Date":"12/18/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":574,"Cost":437,"Date":"3/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":364,"Date":"4/20/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":486,"Cost":260,"Date":"6/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":692,"Date":"7/23/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":75,"Cost":64,"Date":"11/21/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":49,"Cost":43,"Date":"11/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":158,"Cost":101,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":884,"Cost":631,"Date":"5/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":230,"Cost":218,"Date":"9/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":131,"Cost":94,"Date":"1/3/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":973,"Cost":866,"Date":"2/2/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":228,"Cost":186,"Date":"3/18/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":392,"Cost":212,"Date":"10/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":363,"Cost":334,"Date":"2/16/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":970,"Cost":661,"Date":"6/7/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":551,"Cost":416,"Date":"1/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":169,"Cost":106,"Date":"3/27/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":527,"Cost":270,"Date":"5/12/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":368,"Cost":210,"Date":"7/28/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":985,"Cost":515,"Date":"8/8/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":759,"Cost":511,"Date":"12/7/2019"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":733,"Cost":570,"Date":"1/17/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":170,"Cost":143,"Date":"3/8/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":28,"Cost":14,"Date":"6/6/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":656,"Cost":469,"Date":"6/16/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":339,"Cost":295,"Date":"8/13/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":209,"Cost":179,"Date":"11/19/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":940,"Cost":637,"Date":"12/28/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":105,"Cost":62,"Date":"2/4/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":464,"Cost":241,"Date":"3/8/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":65,"Cost":48,"Date":"12/18/2021"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":881,"Cost":690,"Date":"3/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":103,"Cost":71,"Date":"4/20/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":134,"Cost":126,"Date":"6/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":483,"Cost":347,"Date":"7/23/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":896,"Cost":662,"Date":"11/21/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":607,"Cost":503,"Date":"11/26/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":804,"Cost":479,"Date":"2/20/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":552,"Cost":467,"Date":"5/21/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":999,"Cost":729,"Date":"9/28/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":465,"Cost":406,"Date":"1/3/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":449,"Cost":225,"Date":"2/2/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":861,"Cost":723,"Date":"3/18/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":141,"Cost":75,"Date":"10/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":794,"Cost":610,"Date":"2/16/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":777,"Cost":595,"Date":"6/7/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":360,"Cost":193,"Date":"1/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":153,"Cost":113,"Date":"3/27/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":54,"Cost":40,"Date":"5/12/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":33,"Cost":19,"Date":"7/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":297,"Cost":281,"Date":"8/8/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":653,"Cost":369,"Date":"12/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":87,"Cost":59,"Date":"1/17/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":42,"Cost":32,"Date":"3/8/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":227,"Cost":116,"Date":"6/6/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":359,"Cost":271,"Date":"6/16/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":757,"Cost":635,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":565,"Cost":333,"Date":"11/19/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":789,"Cost":513,"Date":"12/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":948,"Cost":611,"Date":"2/4/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":327,"Date":"3/8/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":264,"Cost":152,"Date":"12/18/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":395,"Cost":372,"Date":"3/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":190,"Cost":151,"Date":"4/20/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":108,"Cost":84,"Date":"6/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":208,"Cost":125,"Date":"7/23/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":585,"Cost":362,"Date":"11/21/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":627,"Cost":562,"Date":"11/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":812,"Cost":573,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":631,"Cost":444,"Date":"5/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":734,"Cost":494,"Date":"9/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":845,"Cost":798,"Date":"1/3/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":893,"Cost":538,"Date":"2/2/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":890,"Cost":682,"Date":"3/18/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"ARKET","Country":"Romania","Sale":998,"Cost":856,"Date":"10/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":161,"Cost":120,"Date":"2/16/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":804,"Cost":708,"Date":"6/7/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":235,"Cost":217,"Date":"1/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":629,"Cost":403,"Date":"3/27/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":930,"Cost":822,"Date":"5/12/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":901,"Cost":546,"Date":"7/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":451,"Cost":239,"Date":"8/8/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":643,"Cost":361,"Date":"12/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":760,"Cost":665,"Date":"1/17/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":19,"Cost":16,"Date":"3/8/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":389,"Cost":368,"Date":"6/6/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":789,"Cost":474,"Date":"6/16/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":501,"Cost":325,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":151,"Cost":127,"Date":"11/19/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":662,"Cost":506,"Date":"12/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":508,"Cost":334,"Date":"2/4/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":618,"Cost":414,"Date":"3/8/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":22,"Cost":16,"Date":"12/18/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":702,"Cost":425,"Date":"3/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":263,"Cost":153,"Date":"4/20/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":306,"Cost":177,"Date":"6/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":744,"Cost":422,"Date":"7/23/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":441,"Cost":264,"Date":"11/21/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":13,"Cost":7,"Date":"11/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":616,"Cost":467,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":158,"Cost":137,"Date":"5/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":494,"Cost":308,"Date":"9/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":212,"Cost":175,"Date":"1/3/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":753,"Cost":694,"Date":"2/2/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":123,"Cost":78,"Date":"3/18/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":46,"Date":"10/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":605,"Cost":385,"Date":"2/16/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":411,"Cost":332,"Date":"6/7/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":821,"Cost":471,"Date":"1/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":122,"Cost":82,"Date":"3/27/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":210,"Cost":138,"Date":"5/12/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":670,"Cost":457,"Date":"7/28/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":173,"Cost":136,"Date":"8/8/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":995,"Cost":793,"Date":"12/7/2019"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":843,"Cost":534,"Date":"1/17/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":519,"Cost":276,"Date":"3/8/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":796,"Cost":550,"Date":"6/6/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":731,"Cost":685,"Date":"6/16/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":680,"Cost":342,"Date":"8/13/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":893,"Cost":738,"Date":"11/19/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":918,"Cost":603,"Date":"12/28/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":384,"Cost":362,"Date":"2/4/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":245,"Cost":149,"Date":"3/8/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":631,"Cost":435,"Date":"12/18/2021"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":953,"Cost":834,"Date":"3/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":81,"Cost":55,"Date":"4/20/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":813,"Cost":637,"Date":"6/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":828,"Cost":418,"Date":"7/23/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":792,"Cost":651,"Date":"11/21/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":90,"Cost":83,"Date":"11/26/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":981,"Cost":778,"Date":"2/20/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":624,"Cost":404,"Date":"5/21/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":539,"Cost":271,"Date":"9/28/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":410,"Cost":366,"Date":"1/3/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":600,"Cost":382,"Date":"2/2/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":74,"Cost":43,"Date":"3/18/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"COS","Country":"Romania","Sale":482,"Cost":436,"Date":"10/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":34,"Cost":22,"Date":"2/16/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":574,"Cost":292,"Date":"6/7/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":847,"Cost":534,"Date":"1/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":678,"Cost":621,"Date":"3/27/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":872,"Cost":567,"Date":"5/12/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":758,"Cost":495,"Date":"7/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":805,"Cost":616,"Date":"8/8/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":626,"Cost":420,"Date":"12/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":20,"Cost":13,"Date":"1/17/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":21,"Date":"3/8/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":712,"Cost":625,"Date":"6/6/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":867,"Cost":822,"Date":"6/16/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":454,"Cost":416,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":515,"Cost":295,"Date":"11/19/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":687,"Cost":479,"Date":"12/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":350,"Cost":269,"Date":"2/4/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":970,"Cost":570,"Date":"3/8/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":398,"Cost":374,"Date":"12/18/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":356,"Cost":303,"Date":"3/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":729,"Cost":513,"Date":"4/20/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":40,"Date":"6/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":493,"Date":"7/23/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":383,"Date":"11/21/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":556,"Cost":500,"Date":"11/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":549,"Cost":362,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":589,"Cost":434,"Date":"5/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":412,"Cost":362,"Date":"9/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":916,"Cost":568,"Date":"1/3/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":855,"Cost":714,"Date":"2/2/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":571,"Cost":307,"Date":"3/18/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":186,"Cost":135,"Date":"10/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":199,"Cost":121,"Date":"2/16/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":117,"Cost":74,"Date":"6/7/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":760,"Cost":572,"Date":"1/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":653,"Cost":417,"Date":"3/27/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":632,"Cost":326,"Date":"5/12/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":156,"Cost":124,"Date":"7/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":813,"Cost":663,"Date":"8/8/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":594,"Cost":317,"Date":"12/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":37,"Cost":28,"Date":"1/17/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":890,"Cost":628,"Date":"3/8/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":288,"Cost":193,"Date":"6/6/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":726,"Cost":495,"Date":"6/16/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":868,"Cost":580,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":458,"Cost":382,"Date":"11/19/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":342,"Cost":252,"Date":"12/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":201,"Cost":159,"Date":"2/4/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":131,"Cost":96,"Date":"3/8/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":231,"Cost":137,"Date":"12/18/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":337,"Cost":274,"Date":"3/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":137,"Cost":92,"Date":"4/20/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":78,"Cost":43,"Date":"6/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":951,"Cost":835,"Date":"7/23/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":114,"Cost":98,"Date":"11/21/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":409,"Date":"11/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":211,"Cost":148,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":871,"Cost":666,"Date":"5/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":626,"Cost":372,"Date":"9/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":499,"Cost":451,"Date":"1/3/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":349,"Cost":218,"Date":"2/2/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":474,"Cost":339,"Date":"3/18/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":909,"Cost":679,"Date":"10/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":377,"Cost":261,"Date":"2/16/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":137,"Cost":91,"Date":"6/7/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":892,"Cost":563,"Date":"1/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":421,"Cost":275,"Date":"3/27/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":9,"Cost":8,"Date":"5/12/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":924,"Cost":581,"Date":"7/28/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":738,"Cost":452,"Date":"8/8/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":243,"Cost":189,"Date":"12/7/2019"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":272,"Cost":142,"Date":"1/17/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":766,"Cost":446,"Date":"3/8/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":56,"Cost":50,"Date":"6/6/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":74,"Date":"6/16/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":996,"Cost":779,"Date":"8/13/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":968,"Cost":785,"Date":"11/19/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":803,"Cost":754,"Date":"12/28/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":469,"Cost":446,"Date":"2/4/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":468,"Date":"3/8/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":551,"Date":"12/18/2021"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":5,"Cost":4,"Date":"3/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":26,"Cost":22,"Date":"4/20/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":554,"Cost":509,"Date":"6/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":238,"Cost":160,"Date":"7/23/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":132,"Cost":87,"Date":"11/21/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":457,"Cost":428,"Date":"11/26/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":198,"Cost":136,"Date":"2/20/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":567,"Cost":420,"Date":"5/21/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":148,"Cost":79,"Date":"9/28/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":632,"Cost":526,"Date":"1/3/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":616,"Cost":399,"Date":"2/2/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":532,"Cost":469,"Date":"3/18/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"Sellpy","Country":"Romania","Sale":499,"Cost":427,"Date":"10/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":983,"Cost":819,"Date":"2/16/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":850,"Cost":715,"Date":"6/7/2018"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":296,"Cost":255,"Date":"1/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":12,"Cost":9,"Date":"3/27/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":301,"Cost":237,"Date":"5/12/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":819,"Cost":772,"Date":"7/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":891,"Cost":629,"Date":"8/8/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":785,"Cost":531,"Date":"12/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":179,"Cost":160,"Date":"1/17/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":406,"Cost":359,"Date":"3/8/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":226,"Cost":170,"Date":"6/6/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":9,"Cost":4,"Date":"6/16/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":256,"Cost":184,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":449,"Cost":360,"Date":"11/19/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":969,"Cost":754,"Date":"12/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":730,"Cost":470,"Date":"2/4/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":221,"Cost":112,"Date":"3/8/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":488,"Cost":373,"Date":"12/18/2021"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":744,"Cost":418,"Date":"3/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":874,"Cost":512,"Date":"4/20/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":103,"Cost":72,"Date":"6/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":90,"Cost":78,"Date":"7/23/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":738,"Cost":381,"Date":"11/21/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":829,"Cost":496,"Date":"11/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":314,"Cost":282,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":362,"Cost":187,"Date":"5/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":832,"Cost":505,"Date":"9/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":953,"Cost":688,"Date":"1/3/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":281,"Cost":200,"Date":"2/2/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":278,"Cost":183,"Date":"3/18/2024"},{"Store":"Iulius Mall Timișoara","Brand":"COS","Country":"Romania","Sale":513,"Cost":346,"Date":"10/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":855,"Cost":459,"Date":"2/16/2018"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":67,"Cost":56,"Date":"6/7/2018"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":60,"Cost":31,"Date":"1/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":490,"Date":"3/27/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":532,"Date":"5/12/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":86,"Cost":81,"Date":"7/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":619,"Cost":501,"Date":"8/8/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":71,"Date":"12/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":581,"Cost":373,"Date":"1/17/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":143,"Cost":94,"Date":"3/8/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":754,"Cost":510,"Date":"6/6/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":805,"Cost":747,"Date":"6/16/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":423,"Cost":371,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":689,"Cost":649,"Date":"11/19/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":826,"Cost":722,"Date":"12/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":900,"Cost":516,"Date":"2/4/2021"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":14,"Cost":13,"Date":"3/8/2021"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":817,"Cost":741,"Date":"12/18/2021"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":44,"Cost":37,"Date":"3/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":169,"Cost":103,"Date":"4/20/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":33,"Cost":24,"Date":"6/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":983,"Cost":546,"Date":"7/23/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":686,"Cost":451,"Date":"11/21/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":5,"Cost":2,"Date":"11/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":27,"Cost":23,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":204,"Date":"5/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":694,"Cost":525,"Date":"9/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":312,"Cost":203,"Date":"1/3/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":670,"Cost":406,"Date":"2/2/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":579,"Cost":522,"Date":"3/18/2024"},{"Store":"Iulius Mall Timișoara","Brand":"ARKET","Country":"Romania","Sale":185,"Cost":169,"Date":"10/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":523,"Cost":435,"Date":"2/16/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":262,"Cost":193,"Date":"6/7/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":838,"Cost":625,"Date":"1/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":757,"Cost":577,"Date":"3/27/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":946,"Cost":593,"Date":"5/12/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":396,"Cost":280,"Date":"7/28/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":99,"Cost":79,"Date":"8/8/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":295,"Cost":263,"Date":"12/7/2019"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":11,"Cost":10,"Date":"1/17/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":890,"Cost":523,"Date":"3/8/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":490,"Date":"6/6/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":48,"Date":"6/16/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":440,"Cost":323,"Date":"8/13/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":785,"Cost":452,"Date":"11/19/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":360,"Cost":257,"Date":"12/28/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":423,"Cost":352,"Date":"2/4/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":450,"Cost":327,"Date":"3/8/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":993,"Cost":877,"Date":"12/18/2021"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":427,"Cost":261,"Date":"3/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":547,"Cost":276,"Date":"4/20/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":302,"Cost":272,"Date":"6/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":301,"Cost":282,"Date":"7/23/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":770,"Cost":655,"Date":"11/21/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":244,"Cost":163,"Date":"11/26/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":32,"Cost":20,"Date":"2/20/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":357,"Cost":272,"Date":"5/21/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":962,"Cost":692,"Date":"9/28/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":954,"Cost":824,"Date":"1/3/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":814,"Cost":592,"Date":"2/2/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":692,"Cost":519,"Date":"3/18/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":766,"Cost":407,"Date":"10/14/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":703,"Cost":596,"Date":"2/16/2018"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":346,"Cost":301,"Date":"6/7/2018"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":964,"Cost":716,"Date":"1/28/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":345,"Cost":179,"Date":"3/27/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":849,"Cost":619,"Date":"5/12/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":710,"Cost":510,"Date":"7/28/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":598,"Cost":488,"Date":"8/8/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":79,"Cost":43,"Date":"12/7/2019"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":13,"Cost":9,"Date":"1/17/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":628,"Cost":551,"Date":"3/8/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":460,"Cost":296,"Date":"6/6/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":327,"Cost":280,"Date":"6/16/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":451,"Cost":236,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":450,"Cost":276,"Date":"11/19/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":316,"Cost":237,"Date":"12/28/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":659,"Cost":502,"Date":"2/4/2021"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":494,"Cost":398,"Date":"3/8/2021"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":307,"Cost":247,"Date":"12/18/2021"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":733,"Cost":472,"Date":"3/31/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":465,"Cost":332,"Date":"4/20/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":576,"Cost":470,"Date":"6/26/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":125,"Cost":75,"Date":"7/23/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":80,"Cost":61,"Date":"11/21/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":690,"Cost":590,"Date":"11/26/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":885,"Cost":571,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":304,"Cost":170,"Date":"5/21/2023"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":613,"Cost":558,"Date":"9/28/2023"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":263,"Cost":181,"Date":"1/3/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":524,"Cost":408,"Date":"2/2/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":532,"Cost":333,"Date":"3/18/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":85,"Cost":67,"Date":"10/14/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":266,"Cost":218,"Date":"2/16/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":612,"Cost":311,"Date":"6/7/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":386,"Cost":331,"Date":"1/28/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":25,"Cost":17,"Date":"3/27/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":234,"Cost":208,"Date":"5/12/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":18,"Cost":15,"Date":"7/28/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":587,"Cost":555,"Date":"8/8/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":774,"Cost":407,"Date":"12/7/2019"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":119,"Cost":99,"Date":"1/17/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":69,"Cost":66,"Date":"3/8/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":942,"Cost":582,"Date":"6/6/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":324,"Cost":253,"Date":"6/16/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":664,"Cost":465,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":568,"Cost":312,"Date":"11/19/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":502,"Cost":370,"Date":"12/28/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":611,"Cost":550,"Date":"2/4/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":1000,"Cost":943,"Date":"3/8/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":724,"Cost":494,"Date":"12/18/2021"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":446,"Cost":308,"Date":"3/31/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":982,"Cost":762,"Date":"4/20/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":561,"Cost":511,"Date":"6/26/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":631,"Cost":511,"Date":"7/23/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":952,"Cost":491,"Date":"11/21/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":26,"Cost":24,"Date":"11/26/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":579,"Cost":455,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":679,"Cost":416,"Date":"5/21/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":63,"Cost":43,"Date":"9/28/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":91,"Cost":81,"Date":"1/3/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":657,"Cost":392,"Date":"2/2/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":465,"Cost":369,"Date":"3/18/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":253,"Cost":169,"Date":"10/14/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":630,"Cost":421,"Date":"2/16/2018"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":764,"Cost":602,"Date":"6/7/2018"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":67,"Cost":35,"Date":"1/28/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":817,"Cost":448,"Date":"3/27/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":91,"Cost":77,"Date":"5/12/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":578,"Cost":347,"Date":"7/28/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":914,"Cost":854,"Date":"8/8/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":822,"Cost":691,"Date":"12/7/2019"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":735,"Cost":657,"Date":"1/17/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":248,"Cost":195,"Date":"3/8/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":200,"Cost":157,"Date":"6/6/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":976,"Cost":662,"Date":"6/16/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":392,"Cost":249,"Date":"8/13/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":846,"Cost":769,"Date":"11/19/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":702,"Cost":406,"Date":"12/28/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":450,"Cost":240,"Date":"2/4/2021"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":839,"Cost":735,"Date":"3/8/2021"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":649,"Cost":461,"Date":"12/18/2021"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":369,"Cost":189,"Date":"3/31/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":737,"Cost":369,"Date":"4/20/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":880,"Cost":441,"Date":"6/26/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":169,"Cost":88,"Date":"7/23/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":766,"Cost":720,"Date":"11/21/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":568,"Cost":530,"Date":"11/26/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":272,"Cost":217,"Date":"2/20/2023"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":96,"Cost":84,"Date":"5/21/2023"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":189,"Cost":113,"Date":"9/28/2023"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":1000,"Cost":844,"Date":"1/3/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":878,"Cost":533,"Date":"2/2/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":178,"Cost":126,"Date":"3/18/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":342,"Cost":227,"Date":"10/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":139,"Cost":86,"Date":"2/16/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":887,"Cost":790,"Date":"6/7/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":900,"Cost":750,"Date":"1/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":203,"Cost":175,"Date":"3/27/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":365,"Cost":197,"Date":"5/12/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":667,"Cost":435,"Date":"7/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":241,"Cost":186,"Date":"8/8/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":762,"Cost":662,"Date":"12/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":184,"Cost":129,"Date":"1/17/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":356,"Cost":260,"Date":"3/8/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":646,"Cost":416,"Date":"6/6/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":985,"Cost":600,"Date":"6/16/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":732,"Cost":588,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":607,"Cost":466,"Date":"11/19/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":679,"Cost":367,"Date":"12/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":908,"Cost":598,"Date":"2/4/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":667,"Cost":363,"Date":"3/8/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":919,"Cost":797,"Date":"12/18/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":992,"Cost":712,"Date":"3/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":264,"Cost":154,"Date":"4/20/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":91,"Cost":80,"Date":"6/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":673,"Cost":570,"Date":"7/23/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":752,"Cost":670,"Date":"11/21/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":484,"Cost":319,"Date":"11/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":970,"Cost":770,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":375,"Cost":304,"Date":"5/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":506,"Cost":424,"Date":"9/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":221,"Cost":172,"Date":"1/3/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":883,"Cost":634,"Date":"2/2/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":800,"Cost":756,"Date":"3/18/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":418,"Cost":267,"Date":"10/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":661,"Cost":448,"Date":"2/16/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":825,"Cost":700,"Date":"6/7/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":221,"Cost":199,"Date":"1/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":800,"Cost":604,"Date":"3/27/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":284,"Cost":191,"Date":"5/12/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":158,"Cost":135,"Date":"7/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":857,"Cost":568,"Date":"8/8/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":494,"Cost":417,"Date":"12/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":374,"Cost":336,"Date":"1/17/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":288,"Cost":260,"Date":"3/8/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":940,"Cost":538,"Date":"6/6/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":839,"Cost":571,"Date":"6/16/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":13,"Cost":13,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":184,"Cost":152,"Date":"11/19/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":266,"Cost":152,"Date":"12/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":305,"Cost":159,"Date":"2/4/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":16,"Cost":15,"Date":"3/8/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":53,"Cost":46,"Date":"12/18/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":667,"Cost":496,"Date":"3/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":698,"Cost":507,"Date":"4/20/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":632,"Cost":527,"Date":"6/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":331,"Cost":167,"Date":"7/23/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":116,"Cost":74,"Date":"11/21/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":262,"Cost":241,"Date":"11/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":26,"Cost":16,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":783,"Cost":460,"Date":"5/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":814,"Cost":683,"Date":"9/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":675,"Cost":383,"Date":"1/3/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":755,"Cost":492,"Date":"2/2/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":348,"Cost":244,"Date":"3/18/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":650,"Cost":587,"Date":"10/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":839,"Cost":498,"Date":"2/16/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":505,"Cost":426,"Date":"6/7/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":832,"Cost":656,"Date":"1/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":746,"Cost":584,"Date":"3/27/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":514,"Cost":411,"Date":"5/12/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":695,"Cost":471,"Date":"7/28/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":869,"Cost":622,"Date":"8/8/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":906,"Cost":495,"Date":"12/7/2019"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":570,"Cost":527,"Date":"1/17/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":922,"Cost":752,"Date":"3/8/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":486,"Cost":393,"Date":"6/6/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":191,"Cost":96,"Date":"6/16/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":147,"Cost":101,"Date":"8/13/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":513,"Cost":404,"Date":"11/19/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":142,"Cost":80,"Date":"12/28/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":135,"Cost":105,"Date":"2/4/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":455,"Cost":384,"Date":"3/8/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":60,"Cost":44,"Date":"12/18/2021"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":589,"Cost":479,"Date":"3/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":807,"Cost":630,"Date":"4/20/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":877,"Cost":494,"Date":"6/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":857,"Cost":758,"Date":"7/23/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":752,"Cost":657,"Date":"11/21/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":307,"Cost":212,"Date":"11/26/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":9,"Cost":5,"Date":"2/20/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":453,"Cost":260,"Date":"5/21/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":124,"Cost":115,"Date":"9/28/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":993,"Cost":636,"Date":"1/3/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":254,"Cost":214,"Date":"2/2/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":827,"Cost":717,"Date":"3/18/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"COS","Country":"Romania","Sale":511,"Cost":447,"Date":"10/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":586,"Cost":424,"Date":"2/16/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":471,"Cost":289,"Date":"6/7/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":384,"Cost":265,"Date":"1/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":264,"Cost":177,"Date":"3/27/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":914,"Cost":867,"Date":"5/12/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":573,"Cost":471,"Date":"7/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":997,"Cost":771,"Date":"8/8/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":544,"Cost":329,"Date":"12/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":762,"Cost":680,"Date":"1/17/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":849,"Cost":511,"Date":"3/8/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":138,"Cost":110,"Date":"6/6/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":524,"Cost":460,"Date":"6/16/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":763,"Cost":689,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":724,"Cost":645,"Date":"11/19/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":829,"Cost":526,"Date":"12/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":922,"Cost":512,"Date":"2/4/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":341,"Cost":256,"Date":"3/8/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":665,"Cost":457,"Date":"12/18/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":478,"Date":"3/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":477,"Cost":284,"Date":"4/20/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":738,"Cost":635,"Date":"6/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":12,"Cost":8,"Date":"7/23/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":403,"Cost":231,"Date":"11/21/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":470,"Cost":344,"Date":"11/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":534,"Cost":402,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":170,"Cost":110,"Date":"5/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":319,"Cost":234,"Date":"9/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":630,"Cost":556,"Date":"1/3/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":467,"Date":"2/2/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":898,"Cost":477,"Date":"3/18/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":645,"Cost":374,"Date":"10/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":321,"Cost":214,"Date":"2/16/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":641,"Cost":423,"Date":"6/7/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":423,"Cost":317,"Date":"1/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":731,"Cost":606,"Date":"3/27/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":897,"Cost":825,"Date":"5/12/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":26,"Cost":25,"Date":"7/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":323,"Date":"8/8/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":469,"Cost":298,"Date":"12/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":939,"Cost":817,"Date":"1/17/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":57,"Cost":47,"Date":"3/8/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":64,"Cost":37,"Date":"6/6/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":857,"Cost":616,"Date":"6/16/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":276,"Cost":218,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":185,"Cost":128,"Date":"11/19/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":746,"Cost":527,"Date":"12/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":30,"Cost":26,"Date":"2/4/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":750,"Cost":686,"Date":"3/8/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":36,"Date":"12/18/2021"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":13,"Cost":8,"Date":"3/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":329,"Cost":211,"Date":"4/20/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":423,"Cost":337,"Date":"6/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":322,"Cost":296,"Date":"7/23/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":776,"Cost":499,"Date":"11/21/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":237,"Date":"11/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":230,"Cost":181,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":467,"Cost":432,"Date":"5/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":113,"Cost":81,"Date":"9/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":187,"Cost":144,"Date":"1/3/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":311,"Cost":168,"Date":"2/2/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":669,"Cost":558,"Date":"3/18/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":769,"Cost":581,"Date":"10/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":511,"Cost":329,"Date":"2/16/2018"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":813,"Cost":512,"Date":"6/7/2018"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":586,"Cost":302,"Date":"1/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":888,"Cost":578,"Date":"3/27/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":242,"Cost":192,"Date":"5/12/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":744,"Date":"7/28/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":789,"Cost":442,"Date":"8/8/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":13,"Cost":7,"Date":"12/7/2019"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":693,"Cost":372,"Date":"1/17/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":795,"Cost":721,"Date":"3/8/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":168,"Cost":84,"Date":"6/6/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":430,"Cost":291,"Date":"6/16/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":813,"Cost":440,"Date":"8/13/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":778,"Cost":638,"Date":"11/19/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":590,"Cost":506,"Date":"12/28/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":809,"Cost":763,"Date":"2/4/2021"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":629,"Cost":557,"Date":"3/8/2021"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":376,"Cost":274,"Date":"12/18/2021"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":595,"Cost":558,"Date":"3/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":323,"Cost":178,"Date":"4/20/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":887,"Cost":681,"Date":"6/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":400,"Date":"7/23/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":674,"Cost":589,"Date":"11/21/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":398,"Cost":203,"Date":"11/26/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":916,"Cost":747,"Date":"2/20/2023"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":280,"Cost":145,"Date":"5/21/2023"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":134,"Cost":69,"Date":"9/28/2023"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":60,"Cost":45,"Date":"1/3/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":605,"Date":"2/2/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":44,"Cost":30,"Date":"3/18/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":890,"Cost":721,"Date":"10/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":596,"Cost":344,"Date":"2/16/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":730,"Cost":629,"Date":"6/7/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":480,"Cost":407,"Date":"1/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":616,"Cost":543,"Date":"3/27/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":316,"Cost":185,"Date":"5/12/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":389,"Cost":215,"Date":"7/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":499,"Date":"8/8/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":380,"Cost":223,"Date":"12/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":202,"Cost":141,"Date":"1/17/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":840,"Cost":759,"Date":"3/8/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":705,"Cost":491,"Date":"6/6/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":854,"Cost":488,"Date":"6/16/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":619,"Cost":396,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":654,"Cost":384,"Date":"11/19/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":10,"Cost":9,"Date":"12/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":995,"Cost":789,"Date":"2/4/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":130,"Cost":109,"Date":"3/8/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":904,"Cost":650,"Date":"12/18/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":960,"Cost":787,"Date":"3/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":21,"Cost":14,"Date":"4/20/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":520,"Date":"6/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":307,"Cost":261,"Date":"7/23/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":671,"Cost":567,"Date":"11/21/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":299,"Cost":214,"Date":"11/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":575,"Cost":486,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":651,"Cost":439,"Date":"5/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":613,"Cost":547,"Date":"9/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":397,"Cost":314,"Date":"1/3/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":787,"Cost":589,"Date":"2/2/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":160,"Cost":87,"Date":"3/18/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"ARKET","Country":"Romania","Sale":968,"Cost":718,"Date":"10/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":556,"Cost":313,"Date":"2/16/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":419,"Cost":213,"Date":"6/7/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":893,"Cost":801,"Date":"1/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":501,"Cost":361,"Date":"3/27/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":842,"Cost":582,"Date":"5/12/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":779,"Cost":687,"Date":"7/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":918,"Cost":834,"Date":"8/8/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":193,"Cost":137,"Date":"12/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":621,"Cost":554,"Date":"1/17/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":14,"Cost":10,"Date":"3/8/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":103,"Cost":94,"Date":"6/6/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":124,"Cost":102,"Date":"6/16/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":766,"Cost":639,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":753,"Cost":624,"Date":"11/19/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":561,"Cost":531,"Date":"12/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":628,"Cost":439,"Date":"2/4/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":281,"Cost":255,"Date":"3/8/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":187,"Cost":170,"Date":"12/18/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":691,"Cost":378,"Date":"3/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":434,"Cost":400,"Date":"4/20/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":219,"Cost":155,"Date":"6/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":636,"Cost":536,"Date":"7/23/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":33,"Cost":18,"Date":"11/21/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":930,"Cost":644,"Date":"11/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":781,"Cost":550,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":706,"Cost":605,"Date":"5/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":929,"Cost":787,"Date":"9/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":738,"Cost":673,"Date":"1/3/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":99,"Cost":54,"Date":"2/2/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":206,"Cost":115,"Date":"3/18/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":48,"Cost":44,"Date":"10/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":71,"Cost":64,"Date":"2/16/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":43,"Cost":36,"Date":"6/7/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":983,"Cost":543,"Date":"1/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":12,"Cost":8,"Date":"3/27/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":894,"Cost":668,"Date":"5/12/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":40,"Cost":24,"Date":"7/28/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":32,"Date":"8/8/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":503,"Cost":411,"Date":"12/7/2019"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":843,"Cost":511,"Date":"1/17/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":217,"Cost":113,"Date":"3/8/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":723,"Cost":559,"Date":"6/6/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":564,"Cost":381,"Date":"6/16/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":861,"Cost":727,"Date":"8/13/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":125,"Cost":86,"Date":"11/19/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":337,"Date":"12/28/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":806,"Cost":689,"Date":"2/4/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":730,"Cost":572,"Date":"3/8/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":147,"Cost":111,"Date":"12/18/2021"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":444,"Cost":287,"Date":"3/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":738,"Cost":495,"Date":"4/20/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":946,"Cost":586,"Date":"6/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":459,"Cost":265,"Date":"7/23/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":756,"Cost":498,"Date":"11/21/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":627,"Cost":503,"Date":"11/26/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":843,"Cost":780,"Date":"2/20/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":837,"Cost":746,"Date":"5/21/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":815,"Cost":463,"Date":"9/28/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":461,"Cost":234,"Date":"1/3/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":814,"Cost":435,"Date":"2/2/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":317,"Cost":182,"Date":"3/18/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":340,"Cost":236,"Date":"10/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":931,"Cost":718,"Date":"2/16/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":305,"Cost":212,"Date":"6/7/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":693,"Cost":495,"Date":"1/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":689,"Cost":616,"Date":"3/27/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":783,"Cost":436,"Date":"5/12/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":986,"Cost":703,"Date":"7/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":560,"Cost":406,"Date":"8/8/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":506,"Cost":404,"Date":"12/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":759,"Cost":662,"Date":"1/17/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":533,"Cost":460,"Date":"3/8/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":287,"Cost":162,"Date":"6/6/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":948,"Cost":529,"Date":"6/16/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":296,"Cost":209,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":459,"Cost":278,"Date":"11/19/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":769,"Cost":660,"Date":"12/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":995,"Cost":749,"Date":"2/4/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":582,"Cost":396,"Date":"3/8/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":663,"Cost":362,"Date":"12/18/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":232,"Cost":214,"Date":"3/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":802,"Cost":638,"Date":"4/20/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":893,"Cost":645,"Date":"6/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":750,"Cost":644,"Date":"7/23/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":545,"Cost":438,"Date":"11/21/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":156,"Cost":90,"Date":"11/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":81,"Cost":47,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":432,"Cost":347,"Date":"5/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":329,"Cost":232,"Date":"9/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":14,"Cost":9,"Date":"1/3/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":814,"Cost":639,"Date":"2/2/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":737,"Cost":459,"Date":"3/18/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"COS","Country":"Romania","Sale":6,"Cost":4,"Date":"10/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":452,"Cost":272,"Date":"2/16/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":781,"Cost":712,"Date":"6/7/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":314,"Cost":169,"Date":"1/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":553,"Cost":277,"Date":"3/27/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":636,"Date":"5/12/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":520,"Cost":402,"Date":"7/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":229,"Cost":171,"Date":"8/8/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":351,"Cost":242,"Date":"12/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":597,"Cost":507,"Date":"1/17/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":590,"Cost":456,"Date":"3/8/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":152,"Cost":92,"Date":"6/6/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":427,"Cost":289,"Date":"6/16/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":945,"Cost":814,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":335,"Cost":212,"Date":"11/19/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":139,"Cost":102,"Date":"12/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":340,"Cost":191,"Date":"2/4/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":562,"Cost":392,"Date":"3/8/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":307,"Cost":189,"Date":"12/18/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":946,"Cost":698,"Date":"3/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":331,"Cost":281,"Date":"4/20/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":262,"Cost":154,"Date":"6/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":842,"Cost":731,"Date":"7/23/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":507,"Cost":325,"Date":"11/21/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":768,"Cost":624,"Date":"11/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":959,"Cost":688,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":779,"Cost":525,"Date":"5/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":462,"Cost":407,"Date":"9/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":537,"Cost":439,"Date":"1/3/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":265,"Cost":203,"Date":"2/2/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":556,"Cost":515,"Date":"3/18/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"ARKET","Country":"Romania","Sale":145,"Cost":89,"Date":"10/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":83,"Cost":76,"Date":"2/16/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":42,"Cost":37,"Date":"6/7/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":882,"Cost":670,"Date":"1/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":8,"Cost":7,"Date":"3/27/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":381,"Cost":272,"Date":"5/12/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":859,"Cost":454,"Date":"7/28/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":748,"Cost":698,"Date":"8/8/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":615,"Cost":571,"Date":"12/7/2019"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":333,"Cost":235,"Date":"1/17/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":639,"Cost":391,"Date":"3/8/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":686,"Cost":462,"Date":"6/6/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":704,"Cost":543,"Date":"6/16/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":216,"Cost":200,"Date":"8/13/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":40,"Cost":33,"Date":"11/19/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":369,"Cost":202,"Date":"12/28/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":350,"Cost":221,"Date":"2/4/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":113,"Cost":76,"Date":"3/8/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":589,"Cost":498,"Date":"12/18/2021"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":742,"Cost":639,"Date":"3/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":898,"Cost":805,"Date":"4/20/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":705,"Cost":604,"Date":"6/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":882,"Cost":802,"Date":"7/23/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":741,"Cost":645,"Date":"11/21/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":69,"Cost":58,"Date":"11/26/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":599,"Cost":331,"Date":"2/20/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":971,"Cost":800,"Date":"5/21/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":539,"Cost":285,"Date":"9/28/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":82,"Cost":63,"Date":"1/3/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":106,"Cost":84,"Date":"2/2/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":646,"Cost":364,"Date":"3/18/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Jeans","Country":"Romania","Sale":292,"Cost":233,"Date":"10/14/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":806,"Cost":639,"Date":"2/16/2018"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":496,"Cost":438,"Date":"6/7/2018"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":723,"Cost":451,"Date":"1/28/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":850,"Cost":557,"Date":"3/27/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":810,"Cost":539,"Date":"5/12/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":486,"Cost":274,"Date":"7/28/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":393,"Cost":242,"Date":"8/8/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":278,"Cost":151,"Date":"12/7/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":677,"Cost":476,"Date":"1/17/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":791,"Cost":526,"Date":"3/8/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":937,"Cost":736,"Date":"6/6/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":462,"Cost":421,"Date":"6/16/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":903,"Cost":811,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":918,"Cost":462,"Date":"11/19/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":374,"Cost":227,"Date":"12/28/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":102,"Cost":94,"Date":"2/4/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":81,"Cost":71,"Date":"3/8/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":115,"Cost":102,"Date":"12/18/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":77,"Cost":47,"Date":"3/31/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":574,"Cost":350,"Date":"4/20/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":874,"Cost":550,"Date":"6/26/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":134,"Cost":88,"Date":"7/23/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":688,"Cost":533,"Date":"11/21/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":4,"Cost":3,"Date":"11/26/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":603,"Cost":451,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":143,"Cost":136,"Date":"5/21/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":823,"Cost":426,"Date":"9/28/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":678,"Cost":570,"Date":"1/3/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":978,"Cost":829,"Date":"2/2/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":365,"Cost":297,"Date":"3/18/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":252,"Cost":233,"Date":"10/14/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":133,"Cost":125,"Date":"2/16/2018"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":173,"Cost":163,"Date":"6/7/2018"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":639,"Cost":491,"Date":"1/28/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":898,"Cost":451,"Date":"3/27/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":552,"Cost":498,"Date":"5/12/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":152,"Cost":82,"Date":"7/28/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":828,"Cost":671,"Date":"8/8/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":715,"Cost":550,"Date":"12/7/2019"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":835,"Cost":668,"Date":"1/17/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":280,"Cost":243,"Date":"3/8/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":355,"Cost":246,"Date":"6/6/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":422,"Cost":397,"Date":"6/16/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":360,"Cost":207,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":928,"Cost":713,"Date":"11/19/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":904,"Cost":554,"Date":"12/28/2020"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":916,"Cost":827,"Date":"2/4/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":754,"Cost":569,"Date":"3/8/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":483,"Cost":440,"Date":"12/18/2021"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":983,"Cost":758,"Date":"3/31/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":106,"Cost":97,"Date":"4/20/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":269,"Cost":173,"Date":"6/26/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":837,"Cost":794,"Date":"7/23/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":164,"Cost":98,"Date":"11/21/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":233,"Cost":219,"Date":"11/26/2022"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":562,"Cost":481,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":389,"Cost":305,"Date":"5/21/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":609,"Cost":424,"Date":"9/28/2023"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":551,"Cost":427,"Date":"1/3/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":335,"Cost":292,"Date":"2/2/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":941,"Cost":596,"Date":"3/18/2024"},{"Store":"Palatul Lugoj","Brand":"COS","Country":"Romania","Sale":483,"Cost":299,"Date":"10/14/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":75,"Cost":47,"Date":"2/16/2018"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":527,"Cost":497,"Date":"6/7/2018"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":313,"Cost":238,"Date":"1/28/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":880,"Cost":748,"Date":"3/27/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":345,"Cost":182,"Date":"5/12/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":761,"Cost":421,"Date":"7/28/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":865,"Cost":583,"Date":"8/8/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":373,"Cost":305,"Date":"12/7/2019"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":232,"Cost":159,"Date":"1/17/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":424,"Cost":302,"Date":"3/8/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":153,"Cost":110,"Date":"6/6/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":416,"Cost":350,"Date":"6/16/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":577,"Cost":507,"Date":"8/13/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":764,"Cost":553,"Date":"11/19/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":489,"Cost":353,"Date":"12/28/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":914,"Cost":458,"Date":"2/4/2021"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":791,"Cost":605,"Date":"3/8/2021"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":785,"Cost":691,"Date":"12/18/2021"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":390,"Cost":355,"Date":"3/31/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":725,"Cost":622,"Date":"4/20/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":197,"Cost":108,"Date":"6/26/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":361,"Cost":291,"Date":"7/23/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":668,"Cost":466,"Date":"11/21/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":888,"Cost":770,"Date":"11/26/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":871,"Cost":707,"Date":"2/20/2023"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":284,"Cost":185,"Date":"5/21/2023"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":608,"Cost":316,"Date":"9/28/2023"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":37,"Cost":26,"Date":"1/3/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":566,"Cost":388,"Date":"2/2/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":749,"Cost":461,"Date":"3/18/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":766,"Cost":554,"Date":"10/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":270,"Cost":251,"Date":"2/16/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":921,"Cost":682,"Date":"6/7/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":645,"Cost":578,"Date":"1/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":10,"Cost":9,"Date":"3/27/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":230,"Cost":188,"Date":"5/12/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":990,"Cost":930,"Date":"7/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":346,"Cost":254,"Date":"8/8/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":512,"Cost":452,"Date":"12/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":290,"Cost":237,"Date":"1/17/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":464,"Cost":266,"Date":"3/8/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":324,"Cost":291,"Date":"6/6/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":981,"Cost":687,"Date":"6/16/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":313,"Cost":187,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":450,"Cost":316,"Date":"11/19/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":662,"Cost":459,"Date":"12/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":766,"Cost":669,"Date":"2/4/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":245,"Cost":164,"Date":"3/8/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":918,"Cost":832,"Date":"12/18/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":774,"Cost":463,"Date":"3/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":12,"Cost":11,"Date":"4/20/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":850,"Cost":549,"Date":"6/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":322,"Cost":179,"Date":"7/23/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":519,"Cost":303,"Date":"11/21/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":616,"Cost":488,"Date":"11/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":319,"Cost":263,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":888,"Cost":468,"Date":"5/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":141,"Cost":122,"Date":"9/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":904,"Cost":547,"Date":"1/3/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":586,"Cost":371,"Date":"2/2/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":38,"Cost":34,"Date":"3/18/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":613,"Cost":569,"Date":"10/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":351,"Cost":209,"Date":"2/16/2018"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":937,"Cost":648,"Date":"6/7/2018"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":444,"Cost":288,"Date":"1/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":258,"Cost":209,"Date":"3/27/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":617,"Cost":549,"Date":"5/12/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":155,"Cost":118,"Date":"7/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":324,"Cost":288,"Date":"8/8/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":963,"Cost":893,"Date":"12/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":31,"Cost":22,"Date":"1/17/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":688,"Cost":602,"Date":"3/8/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":71,"Cost":66,"Date":"6/6/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":446,"Cost":231,"Date":"6/16/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":214,"Cost":181,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":215,"Cost":145,"Date":"11/19/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":265,"Cost":211,"Date":"12/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":636,"Cost":417,"Date":"2/4/2021"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":785,"Cost":408,"Date":"3/8/2021"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":151,"Cost":92,"Date":"12/18/2021"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":791,"Cost":672,"Date":"3/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":153,"Cost":116,"Date":"4/20/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":964,"Cost":684,"Date":"6/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":254,"Cost":151,"Date":"7/23/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":131,"Cost":112,"Date":"11/21/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":914,"Cost":651,"Date":"11/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":144,"Cost":97,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":229,"Cost":125,"Date":"5/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":840,"Cost":527,"Date":"9/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":797,"Cost":490,"Date":"1/3/2024"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":1,"Cost":1,"Date":"2/2/2024"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":89,"Cost":67,"Date":"3/18/2024"},{"Store":"Elis Center, Lugoj","Brand":"Nova","Country":"Romania","Sale":338,"Cost":293,"Date":"10/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":387,"Cost":340,"Date":"2/16/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":456,"Cost":244,"Date":"6/7/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":645,"Cost":389,"Date":"1/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":999,"Cost":742,"Date":"3/27/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":58,"Cost":48,"Date":"5/12/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":648,"Cost":528,"Date":"7/28/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":670,"Cost":399,"Date":"8/8/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":523,"Cost":320,"Date":"12/7/2019"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":954,"Cost":732,"Date":"1/17/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":662,"Cost":508,"Date":"3/8/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":720,"Cost":635,"Date":"6/6/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":365,"Cost":205,"Date":"6/16/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":124,"Cost":70,"Date":"8/13/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":390,"Cost":257,"Date":"11/19/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":370,"Cost":265,"Date":"12/28/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":717,"Cost":505,"Date":"2/4/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":152,"Cost":107,"Date":"3/8/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":866,"Cost":493,"Date":"12/18/2021"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":653,"Cost":582,"Date":"3/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":501,"Cost":359,"Date":"4/20/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":214,"Cost":107,"Date":"6/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":268,"Cost":209,"Date":"7/23/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":664,"Cost":332,"Date":"11/21/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":721,"Cost":498,"Date":"11/26/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":463,"Cost":437,"Date":"2/20/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":220,"Cost":122,"Date":"5/21/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":129,"Cost":110,"Date":"9/28/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":306,"Cost":260,"Date":"1/3/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":1000,"Cost":849,"Date":"2/2/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":10,"Cost":5,"Date":"3/18/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":657,"Cost":494,"Date":"10/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":45,"Cost":34,"Date":"2/16/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":231,"Cost":169,"Date":"6/7/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":195,"Date":"1/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":757,"Cost":448,"Date":"3/27/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":391,"Cost":282,"Date":"5/12/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":673,"Cost":488,"Date":"7/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":894,"Cost":612,"Date":"8/8/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":145,"Date":"12/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":732,"Cost":520,"Date":"1/17/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":79,"Cost":71,"Date":"3/8/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":451,"Cost":381,"Date":"6/6/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":46,"Cost":39,"Date":"6/16/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":807,"Cost":614,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":776,"Cost":721,"Date":"11/19/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":211,"Cost":130,"Date":"12/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":336,"Cost":265,"Date":"2/4/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":529,"Cost":497,"Date":"3/8/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":563,"Cost":386,"Date":"12/18/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":749,"Cost":396,"Date":"3/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":511,"Cost":431,"Date":"4/20/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":282,"Cost":195,"Date":"6/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":136,"Cost":81,"Date":"7/23/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":40,"Cost":26,"Date":"11/21/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":408,"Cost":229,"Date":"11/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":136,"Cost":129,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":510,"Cost":390,"Date":"5/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":937,"Cost":698,"Date":"9/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":338,"Cost":205,"Date":"1/3/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":52,"Cost":36,"Date":"2/2/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":591,"Cost":445,"Date":"3/18/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":169,"Cost":85,"Date":"10/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":600,"Cost":386,"Date":"2/16/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":899,"Cost":835,"Date":"6/7/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":994,"Cost":668,"Date":"1/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":665,"Cost":442,"Date":"3/27/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":47,"Cost":38,"Date":"5/12/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":347,"Date":"7/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":249,"Cost":212,"Date":"8/8/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":340,"Cost":241,"Date":"12/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":54,"Cost":28,"Date":"1/17/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":366,"Cost":308,"Date":"3/8/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":981,"Cost":562,"Date":"6/6/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":355,"Cost":204,"Date":"6/16/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":798,"Cost":640,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":846,"Cost":567,"Date":"11/19/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":292,"Cost":152,"Date":"12/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":262,"Cost":244,"Date":"2/4/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":38,"Cost":25,"Date":"3/8/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":901,"Cost":677,"Date":"12/18/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":488,"Cost":320,"Date":"3/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":920,"Cost":763,"Date":"4/20/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":74,"Cost":60,"Date":"6/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":320,"Cost":260,"Date":"7/23/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":208,"Cost":135,"Date":"11/21/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":526,"Cost":449,"Date":"11/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":675,"Cost":498,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":363,"Cost":336,"Date":"5/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":947,"Cost":679,"Date":"9/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":58,"Cost":29,"Date":"1/3/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":351,"Cost":309,"Date":"2/2/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":281,"Cost":148,"Date":"3/18/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":134,"Cost":70,"Date":"10/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":821,"Cost":654,"Date":"2/16/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":601,"Cost":543,"Date":"6/7/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":406,"Cost":283,"Date":"1/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":219,"Cost":133,"Date":"3/27/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":782,"Cost":393,"Date":"5/12/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":983,"Cost":632,"Date":"7/28/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":53,"Cost":42,"Date":"8/8/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":978,"Cost":502,"Date":"12/7/2019"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":801,"Cost":682,"Date":"1/17/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":791,"Cost":492,"Date":"3/8/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":237,"Cost":185,"Date":"6/6/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":78,"Cost":40,"Date":"6/16/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":649,"Cost":420,"Date":"8/13/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":375,"Cost":235,"Date":"11/19/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":43,"Cost":29,"Date":"12/28/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":343,"Cost":205,"Date":"2/4/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":907,"Cost":589,"Date":"3/8/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":297,"Cost":261,"Date":"12/18/2021"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":628,"Cost":477,"Date":"3/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":578,"Cost":351,"Date":"4/20/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":469,"Cost":355,"Date":"6/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":963,"Cost":788,"Date":"7/23/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":306,"Cost":278,"Date":"11/21/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":130,"Cost":86,"Date":"11/26/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":471,"Cost":415,"Date":"2/20/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":108,"Cost":76,"Date":"5/21/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":482,"Cost":252,"Date":"9/28/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":142,"Cost":96,"Date":"1/3/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":375,"Cost":211,"Date":"2/2/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":658,"Cost":605,"Date":"3/18/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":782,"Cost":422,"Date":"10/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":571,"Cost":528,"Date":"2/16/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":457,"Cost":302,"Date":"6/7/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":771,"Cost":417,"Date":"1/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":808,"Cost":678,"Date":"3/27/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":19,"Cost":13,"Date":"5/12/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":546,"Cost":311,"Date":"7/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":710,"Cost":657,"Date":"8/8/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":576,"Date":"12/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":601,"Cost":369,"Date":"1/17/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":519,"Cost":474,"Date":"3/8/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":548,"Cost":387,"Date":"6/6/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":718,"Cost":547,"Date":"6/16/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":500,"Cost":379,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":728,"Cost":526,"Date":"11/19/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":955,"Cost":898,"Date":"12/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":494,"Cost":314,"Date":"2/4/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":26,"Cost":19,"Date":"3/8/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":271,"Cost":157,"Date":"12/18/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":181,"Cost":131,"Date":"3/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":986,"Cost":887,"Date":"4/20/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":515,"Cost":473,"Date":"6/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":891,"Cost":529,"Date":"7/23/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":475,"Cost":312,"Date":"11/21/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":191,"Cost":119,"Date":"11/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":732,"Cost":392,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":65,"Cost":33,"Date":"5/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":332,"Cost":260,"Date":"9/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":685,"Cost":453,"Date":"1/3/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":858,"Cost":784,"Date":"2/2/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":453,"Cost":417,"Date":"3/18/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":707,"Cost":572,"Date":"10/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":816,"Cost":638,"Date":"2/16/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":895,"Cost":605,"Date":"6/7/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":84,"Cost":50,"Date":"1/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":368,"Cost":184,"Date":"3/27/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":776,"Cost":483,"Date":"5/12/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":861,"Cost":786,"Date":"7/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":156,"Cost":122,"Date":"8/8/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":94,"Date":"12/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":340,"Cost":280,"Date":"1/17/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":498,"Date":"3/8/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":970,"Cost":728,"Date":"6/6/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":464,"Cost":422,"Date":"6/16/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":626,"Cost":395,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":742,"Cost":428,"Date":"11/19/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":173,"Cost":91,"Date":"12/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":141,"Cost":79,"Date":"2/4/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":532,"Cost":411,"Date":"3/8/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":893,"Cost":641,"Date":"12/18/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":196,"Cost":175,"Date":"3/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":260,"Cost":212,"Date":"4/20/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":244,"Cost":158,"Date":"6/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":7,"Cost":6,"Date":"7/23/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":983,"Cost":599,"Date":"11/21/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":849,"Cost":536,"Date":"11/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":600,"Cost":510,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":675,"Cost":534,"Date":"5/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":379,"Cost":252,"Date":"9/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":330,"Cost":297,"Date":"1/3/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":104,"Cost":75,"Date":"2/2/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":359,"Cost":301,"Date":"3/18/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":304,"Cost":216,"Date":"10/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":876,"Cost":564,"Date":"2/16/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":482,"Cost":406,"Date":"6/7/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":193,"Cost":129,"Date":"1/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":548,"Cost":437,"Date":"3/27/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":920,"Cost":475,"Date":"5/12/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":961,"Cost":693,"Date":"7/28/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":477,"Cost":296,"Date":"8/8/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":373,"Cost":236,"Date":"12/7/2019"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":628,"Cost":376,"Date":"1/17/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":773,"Cost":564,"Date":"3/8/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":986,"Cost":923,"Date":"6/6/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":335,"Cost":197,"Date":"6/16/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":326,"Cost":270,"Date":"8/13/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":849,"Cost":713,"Date":"11/19/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":273,"Cost":143,"Date":"12/28/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":996,"Cost":649,"Date":"2/4/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":603,"Cost":487,"Date":"3/8/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":241,"Cost":135,"Date":"12/18/2021"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":654,"Cost":416,"Date":"3/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":748,"Cost":513,"Date":"4/20/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":986,"Cost":877,"Date":"6/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":427,"Cost":331,"Date":"7/23/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":580,"Cost":339,"Date":"11/21/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":123,"Cost":109,"Date":"11/26/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":942,"Cost":755,"Date":"2/20/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":329,"Cost":258,"Date":"5/21/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":218,"Cost":194,"Date":"9/28/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":538,"Cost":278,"Date":"1/3/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":756,"Cost":429,"Date":"2/2/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":107,"Cost":70,"Date":"3/18/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":54,"Cost":44,"Date":"10/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":579,"Cost":442,"Date":"2/16/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":805,"Cost":549,"Date":"6/7/2018"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":32,"Cost":27,"Date":"1/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":542,"Cost":314,"Date":"3/27/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":127,"Cost":107,"Date":"5/12/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":52,"Cost":33,"Date":"7/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":729,"Cost":681,"Date":"8/8/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":536,"Date":"12/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":59,"Cost":43,"Date":"1/17/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":110,"Cost":96,"Date":"3/8/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":137,"Cost":97,"Date":"6/6/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":305,"Cost":212,"Date":"6/16/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":79,"Cost":59,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":894,"Cost":793,"Date":"11/19/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":187,"Cost":107,"Date":"12/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":789,"Cost":401,"Date":"2/4/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":727,"Cost":364,"Date":"3/8/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":517,"Cost":462,"Date":"12/18/2021"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":244,"Cost":215,"Date":"3/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":444,"Cost":277,"Date":"4/20/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":264,"Cost":169,"Date":"6/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":758,"Cost":630,"Date":"7/23/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":490,"Cost":334,"Date":"11/21/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":229,"Cost":178,"Date":"11/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":814,"Cost":521,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":317,"Cost":263,"Date":"5/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":773,"Cost":496,"Date":"9/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":142,"Cost":126,"Date":"1/3/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":418,"Cost":347,"Date":"2/2/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":221,"Cost":208,"Date":"3/18/2024"},{"Store":"Lotus Center, Oradea","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":297,"Date":"10/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":386,"Cost":242,"Date":"2/16/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":132,"Date":"6/7/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":275,"Cost":139,"Date":"1/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":67,"Cost":42,"Date":"3/27/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":184,"Date":"5/12/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":145,"Cost":87,"Date":"7/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":892,"Cost":792,"Date":"8/8/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":260,"Cost":132,"Date":"12/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":785,"Cost":736,"Date":"1/17/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":931,"Cost":803,"Date":"3/8/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":488,"Cost":298,"Date":"6/6/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":403,"Cost":370,"Date":"6/16/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":187,"Cost":99,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":492,"Cost":341,"Date":"11/19/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":708,"Cost":453,"Date":"12/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":566,"Cost":386,"Date":"2/4/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":261,"Cost":234,"Date":"3/8/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":94,"Cost":75,"Date":"12/18/2021"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":857,"Cost":788,"Date":"3/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":573,"Cost":478,"Date":"4/20/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":492,"Cost":324,"Date":"6/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":909,"Cost":720,"Date":"7/23/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":180,"Cost":169,"Date":"11/21/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":976,"Cost":668,"Date":"11/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":432,"Cost":392,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":485,"Cost":411,"Date":"5/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":622,"Cost":556,"Date":"9/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":685,"Cost":371,"Date":"1/3/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":67,"Cost":36,"Date":"2/2/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":899,"Cost":565,"Date":"3/18/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":731,"Cost":692,"Date":"10/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":150,"Cost":125,"Date":"2/16/2018"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":59,"Cost":29,"Date":"6/7/2018"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":793,"Cost":502,"Date":"1/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":339,"Cost":304,"Date":"3/27/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":980,"Cost":594,"Date":"5/12/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":770,"Cost":390,"Date":"7/28/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":507,"Cost":343,"Date":"8/8/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":30,"Cost":22,"Date":"12/7/2019"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":230,"Cost":144,"Date":"1/17/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":16,"Cost":8,"Date":"3/8/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":763,"Cost":469,"Date":"6/6/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":511,"Cost":414,"Date":"6/16/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":591,"Cost":478,"Date":"8/13/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":420,"Cost":361,"Date":"11/19/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":966,"Cost":595,"Date":"12/28/2020"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":819,"Cost":766,"Date":"2/4/2021"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":940,"Cost":853,"Date":"3/8/2021"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":1,"Cost":0,"Date":"12/18/2021"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":42,"Cost":23,"Date":"3/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":58,"Cost":41,"Date":"4/20/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":912,"Cost":658,"Date":"6/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":977,"Cost":539,"Date":"7/23/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":525,"Cost":449,"Date":"11/21/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":468,"Cost":236,"Date":"11/26/2022"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":618,"Cost":319,"Date":"2/20/2023"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":112,"Cost":101,"Date":"5/21/2023"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":614,"Cost":546,"Date":"9/28/2023"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":353,"Cost":208,"Date":"1/3/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":180,"Cost":125,"Date":"2/2/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":360,"Cost":305,"Date":"3/18/2024"},{"Store":"Lotus Center, Oradea","Brand":"HM Home","Country":"Romania","Sale":652,"Cost":333,"Date":"10/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":516,"Cost":486,"Date":"2/16/2018"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":867,"Cost":769,"Date":"6/7/2018"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":917,"Cost":774,"Date":"1/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":396,"Cost":376,"Date":"3/27/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":267,"Cost":208,"Date":"5/12/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":207,"Cost":187,"Date":"7/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":206,"Cost":183,"Date":"8/8/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":793,"Cost":424,"Date":"12/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":591,"Cost":561,"Date":"1/17/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":448,"Cost":259,"Date":"3/8/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":428,"Cost":351,"Date":"6/6/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":519,"Cost":359,"Date":"6/16/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":714,"Cost":434,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":208,"Cost":147,"Date":"11/19/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":713,"Cost":652,"Date":"12/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":877,"Cost":761,"Date":"2/4/2021"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":4,"Cost":3,"Date":"3/8/2021"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":80,"Cost":72,"Date":"12/18/2021"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":688,"Cost":368,"Date":"3/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":416,"Cost":238,"Date":"4/20/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":329,"Cost":180,"Date":"6/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":551,"Cost":492,"Date":"7/23/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":88,"Cost":63,"Date":"11/21/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":166,"Cost":135,"Date":"11/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":289,"Cost":194,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":634,"Cost":589,"Date":"5/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":834,"Cost":764,"Date":"9/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":473,"Date":"1/3/2024"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":881,"Cost":762,"Date":"2/2/2024"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":43,"Cost":29,"Date":"3/18/2024"},{"Store":"Era Shopping Park Oradea","Brand":"ARKET","Country":"Romania","Sale":219,"Cost":151,"Date":"10/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":548,"Cost":327,"Date":"2/16/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":45,"Cost":35,"Date":"6/7/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":925,"Cost":860,"Date":"1/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":559,"Cost":402,"Date":"3/27/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":205,"Cost":133,"Date":"5/12/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":348,"Cost":212,"Date":"7/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":4,"Cost":4,"Date":"8/8/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":302,"Cost":208,"Date":"12/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":69,"Cost":46,"Date":"1/17/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":119,"Cost":111,"Date":"3/8/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":697,"Cost":438,"Date":"6/6/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":724,"Cost":661,"Date":"6/16/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":299,"Cost":213,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":867,"Cost":538,"Date":"11/19/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":631,"Cost":489,"Date":"12/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":501,"Cost":317,"Date":"2/4/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":940,"Cost":622,"Date":"3/8/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":258,"Cost":200,"Date":"12/18/2021"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":438,"Cost":298,"Date":"3/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":833,"Cost":570,"Date":"4/20/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":858,"Cost":748,"Date":"6/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":708,"Cost":440,"Date":"7/23/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":586,"Cost":501,"Date":"11/21/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":897,"Cost":510,"Date":"11/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":823,"Cost":696,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":740,"Cost":456,"Date":"5/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":732,"Cost":391,"Date":"9/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":948,"Cost":474,"Date":"1/3/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":214,"Cost":121,"Date":"2/2/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":224,"Cost":119,"Date":"3/18/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":31,"Cost":25,"Date":"10/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":937,"Cost":523,"Date":"2/16/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":231,"Cost":127,"Date":"6/7/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":617,"Cost":313,"Date":"1/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":750,"Cost":663,"Date":"3/27/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":706,"Cost":458,"Date":"5/12/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":906,"Cost":786,"Date":"7/28/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":885,"Cost":700,"Date":"8/8/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":923,"Cost":836,"Date":"12/7/2019"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":39,"Cost":23,"Date":"1/17/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":500,"Cost":288,"Date":"3/8/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":558,"Cost":388,"Date":"6/6/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":601,"Cost":508,"Date":"6/16/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":371,"Cost":306,"Date":"8/13/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":716,"Cost":381,"Date":"11/19/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":821,"Cost":555,"Date":"12/28/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":900,"Cost":718,"Date":"2/4/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":143,"Cost":84,"Date":"3/8/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":929,"Cost":695,"Date":"12/18/2021"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":619,"Cost":581,"Date":"3/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":580,"Cost":298,"Date":"4/20/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":474,"Cost":384,"Date":"6/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":478,"Cost":347,"Date":"7/23/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":9,"Cost":7,"Date":"11/21/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":363,"Cost":201,"Date":"11/26/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":405,"Cost":202,"Date":"2/20/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":776,"Cost":688,"Date":"5/21/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":226,"Cost":180,"Date":"9/28/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":263,"Cost":153,"Date":"1/3/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":543,"Cost":276,"Date":"2/2/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":465,"Cost":266,"Date":"3/18/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Jeans","Country":"Romania","Sale":926,"Cost":674,"Date":"10/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":157,"Cost":94,"Date":"2/16/2018"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":859,"Cost":724,"Date":"6/7/2018"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":343,"Cost":254,"Date":"1/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":393,"Cost":322,"Date":"3/27/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":796,"Cost":443,"Date":"5/12/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":289,"Cost":229,"Date":"7/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":200,"Cost":167,"Date":"8/8/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":59,"Cost":42,"Date":"12/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":923,"Cost":833,"Date":"1/17/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":111,"Cost":76,"Date":"3/8/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":183,"Cost":108,"Date":"6/6/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":76,"Date":"6/16/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":538,"Cost":441,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":991,"Cost":663,"Date":"11/19/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":255,"Cost":171,"Date":"12/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":724,"Cost":427,"Date":"2/4/2021"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":622,"Cost":522,"Date":"3/8/2021"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":486,"Cost":386,"Date":"12/18/2021"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":324,"Cost":276,"Date":"3/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":498,"Cost":348,"Date":"4/20/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":712,"Cost":508,"Date":"6/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":745,"Cost":382,"Date":"7/23/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":533,"Cost":466,"Date":"11/21/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":495,"Cost":276,"Date":"11/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":781,"Cost":405,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":45,"Date":"5/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":592,"Cost":359,"Date":"9/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":379,"Cost":258,"Date":"1/3/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":55,"Cost":45,"Date":"2/2/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":312,"Cost":260,"Date":"3/18/2024"},{"Store":"Iulius Town Timișoara","Brand":"Sellpy","Country":"Romania","Sale":115,"Cost":86,"Date":"10/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":686,"Cost":568,"Date":"2/16/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":3,"Cost":2,"Date":"6/7/2018"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":292,"Cost":152,"Date":"1/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":667,"Cost":627,"Date":"3/27/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":125,"Cost":107,"Date":"5/12/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":261,"Cost":205,"Date":"7/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":200,"Cost":187,"Date":"8/8/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":865,"Cost":694,"Date":"12/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":510,"Cost":404,"Date":"1/17/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":76,"Cost":68,"Date":"3/8/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":809,"Cost":762,"Date":"6/6/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":548,"Cost":376,"Date":"6/16/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":677,"Cost":464,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":643,"Cost":522,"Date":"11/19/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":628,"Cost":444,"Date":"12/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":526,"Cost":293,"Date":"2/4/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":117,"Cost":68,"Date":"3/8/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":270,"Cost":172,"Date":"12/18/2021"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":529,"Cost":337,"Date":"3/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":938,"Cost":497,"Date":"4/20/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":536,"Cost":286,"Date":"6/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":273,"Cost":190,"Date":"7/23/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":669,"Cost":526,"Date":"11/21/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":749,"Cost":460,"Date":"11/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":586,"Cost":324,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":495,"Cost":333,"Date":"5/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":92,"Cost":58,"Date":"9/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":715,"Cost":611,"Date":"1/3/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":116,"Cost":95,"Date":"2/2/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":126,"Cost":110,"Date":"3/18/2024"},{"Store":"Iulius Town Timișoara","Brand":"Nova","Country":"Romania","Sale":957,"Cost":495,"Date":"10/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":950,"Cost":718,"Date":"2/16/2018"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":961,"Cost":853,"Date":"6/7/2018"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":177,"Cost":112,"Date":"1/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":963,"Cost":897,"Date":"3/27/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":220,"Cost":209,"Date":"5/12/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":769,"Cost":592,"Date":"7/28/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":682,"Cost":549,"Date":"8/8/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":677,"Cost":372,"Date":"12/7/2019"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":334,"Date":"1/17/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":456,"Cost":269,"Date":"3/8/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":925,"Cost":666,"Date":"6/6/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":694,"Cost":393,"Date":"6/16/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":527,"Cost":300,"Date":"8/13/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":526,"Cost":352,"Date":"11/19/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":902,"Cost":543,"Date":"12/28/2020"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":424,"Cost":272,"Date":"2/4/2021"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":811,"Cost":415,"Date":"3/8/2021"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":86,"Cost":72,"Date":"12/18/2021"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":202,"Cost":170,"Date":"3/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":981,"Cost":639,"Date":"4/20/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":449,"Cost":255,"Date":"6/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":585,"Cost":391,"Date":"7/23/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":232,"Cost":125,"Date":"11/21/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":728,"Cost":429,"Date":"11/26/2022"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":131,"Cost":92,"Date":"2/20/2023"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":85,"Cost":69,"Date":"5/21/2023"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":73,"Cost":49,"Date":"9/28/2023"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":779,"Cost":731,"Date":"1/3/2024"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":808,"Cost":660,"Date":"2/2/2024"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":517,"Cost":332,"Date":"3/18/2024"},{"Store":"Iulius Town Timișoara","Brand":"ARKET","Country":"Romania","Sale":278,"Cost":147,"Date":"10/14/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":630,"Cost":339,"Date":"2/16/2018"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":304,"Cost":192,"Date":"6/7/2018"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":534,"Cost":272,"Date":"1/28/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":211,"Cost":171,"Date":"3/27/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":610,"Cost":354,"Date":"5/12/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":18,"Cost":14,"Date":"7/28/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":978,"Cost":698,"Date":"8/8/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":480,"Cost":358,"Date":"12/7/2019"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":152,"Cost":118,"Date":"1/17/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":745,"Cost":587,"Date":"3/8/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":982,"Cost":688,"Date":"6/6/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":392,"Cost":371,"Date":"6/16/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":599,"Cost":360,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":126,"Cost":63,"Date":"11/19/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":746,"Cost":681,"Date":"12/28/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":703,"Cost":452,"Date":"2/4/2021"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":374,"Cost":195,"Date":"3/8/2021"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":497,"Cost":389,"Date":"12/18/2021"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":809,"Cost":452,"Date":"3/31/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":210,"Cost":107,"Date":"4/20/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":737,"Cost":638,"Date":"6/26/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":569,"Cost":488,"Date":"7/23/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":353,"Cost":210,"Date":"11/21/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":512,"Cost":261,"Date":"11/26/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":193,"Cost":147,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":10,"Cost":7,"Date":"5/21/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":826,"Cost":497,"Date":"9/28/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":443,"Cost":257,"Date":"1/3/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":449,"Cost":335,"Date":"2/2/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":924,"Cost":524,"Date":"3/18/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":374,"Cost":343,"Date":"10/14/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":323,"Cost":305,"Date":"2/16/2018"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":477,"Cost":335,"Date":"6/7/2018"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":926,"Cost":636,"Date":"1/28/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":828,"Cost":689,"Date":"3/27/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":494,"Cost":445,"Date":"5/12/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":334,"Cost":232,"Date":"7/28/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":144,"Cost":97,"Date":"8/8/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":903,"Cost":774,"Date":"12/7/2019"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":611,"Cost":435,"Date":"1/17/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":788,"Cost":457,"Date":"3/8/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":108,"Cost":75,"Date":"6/6/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":361,"Cost":335,"Date":"6/16/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":76,"Cost":65,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":724,"Cost":585,"Date":"11/19/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":631,"Cost":578,"Date":"12/28/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":836,"Cost":440,"Date":"2/4/2021"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":223,"Cost":161,"Date":"3/8/2021"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":116,"Cost":103,"Date":"12/18/2021"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":601,"Cost":543,"Date":"3/31/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":112,"Cost":88,"Date":"4/20/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":25,"Cost":16,"Date":"6/26/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":302,"Cost":211,"Date":"7/23/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":952,"Cost":762,"Date":"11/21/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":540,"Cost":427,"Date":"11/26/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":639,"Cost":338,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":217,"Cost":200,"Date":"5/21/2023"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":522,"Cost":395,"Date":"9/28/2023"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":411,"Cost":279,"Date":"1/3/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":117,"Cost":70,"Date":"2/2/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":915,"Cost":459,"Date":"3/18/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":319,"Cost":236,"Date":"10/14/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":491,"Cost":382,"Date":"2/16/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":692,"Cost":432,"Date":"6/7/2018"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":564,"Cost":429,"Date":"1/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":339,"Cost":259,"Date":"3/27/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":537,"Cost":347,"Date":"5/12/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":223,"Cost":141,"Date":"7/28/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":394,"Cost":201,"Date":"8/8/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":315,"Date":"12/7/2019"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":671,"Cost":612,"Date":"1/17/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":436,"Cost":336,"Date":"3/8/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":461,"Cost":271,"Date":"6/6/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":395,"Cost":199,"Date":"6/16/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":103,"Cost":57,"Date":"8/13/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":626,"Cost":382,"Date":"11/19/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":608,"Cost":398,"Date":"12/28/2020"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":119,"Cost":109,"Date":"2/4/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":640,"Cost":448,"Date":"3/8/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":109,"Cost":96,"Date":"12/18/2021"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":698,"Cost":533,"Date":"3/31/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":970,"Cost":722,"Date":"4/20/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":59,"Cost":37,"Date":"6/26/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":891,"Cost":816,"Date":"7/23/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":771,"Cost":624,"Date":"11/21/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":107,"Cost":58,"Date":"11/26/2022"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":185,"Cost":165,"Date":"2/20/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":54,"Cost":51,"Date":"5/21/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":470,"Date":"9/28/2023"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":970,"Cost":669,"Date":"1/3/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":136,"Cost":115,"Date":"2/2/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":840,"Cost":659,"Date":"3/18/2024"},{"Store":"European Retail Park Brăila","Brand":"Jeans","Country":"Romania","Sale":490,"Cost":370,"Date":"10/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":446,"Cost":229,"Date":"2/16/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":657,"Cost":404,"Date":"6/7/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":553,"Cost":456,"Date":"1/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":138,"Cost":102,"Date":"3/27/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":932,"Cost":674,"Date":"5/12/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":837,"Cost":638,"Date":"7/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":739,"Cost":641,"Date":"8/8/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":924,"Cost":631,"Date":"12/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":619,"Cost":329,"Date":"1/17/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":252,"Cost":226,"Date":"3/8/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":402,"Cost":304,"Date":"6/6/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":604,"Cost":374,"Date":"6/16/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":605,"Cost":305,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":194,"Cost":134,"Date":"11/19/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":541,"Cost":485,"Date":"12/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":484,"Cost":405,"Date":"2/4/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":805,"Cost":720,"Date":"3/8/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":291,"Cost":222,"Date":"12/18/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":606,"Cost":363,"Date":"3/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":93,"Cost":49,"Date":"4/20/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":903,"Cost":668,"Date":"6/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":870,"Cost":501,"Date":"7/23/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":640,"Cost":537,"Date":"11/21/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":256,"Cost":228,"Date":"11/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":286,"Cost":245,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":429,"Cost":298,"Date":"5/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":546,"Cost":446,"Date":"9/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":416,"Cost":224,"Date":"1/3/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":150,"Cost":82,"Date":"2/2/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":823,"Cost":660,"Date":"3/18/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":456,"Cost":271,"Date":"10/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":296,"Cost":204,"Date":"2/16/2018"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":259,"Cost":183,"Date":"6/7/2018"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":790,"Cost":650,"Date":"1/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":882,"Cost":471,"Date":"3/27/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":266,"Cost":237,"Date":"5/12/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":878,"Cost":742,"Date":"7/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":249,"Cost":156,"Date":"8/8/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":362,"Cost":309,"Date":"12/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":31,"Cost":24,"Date":"1/17/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":231,"Cost":172,"Date":"3/8/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":934,"Cost":722,"Date":"6/6/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":610,"Cost":472,"Date":"6/16/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":770,"Cost":630,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":286,"Cost":231,"Date":"11/19/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":723,"Cost":384,"Date":"12/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":575,"Cost":419,"Date":"2/4/2021"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":790,"Cost":632,"Date":"3/8/2021"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":641,"Cost":500,"Date":"12/18/2021"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":721,"Cost":429,"Date":"3/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":971,"Cost":668,"Date":"4/20/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":131,"Cost":106,"Date":"6/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":627,"Cost":498,"Date":"7/23/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":738,"Cost":493,"Date":"11/21/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":891,"Cost":737,"Date":"11/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":64,"Cost":55,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":549,"Cost":354,"Date":"5/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":39,"Cost":27,"Date":"9/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":12,"Cost":12,"Date":"1/3/2024"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":28,"Cost":15,"Date":"2/2/2024"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":822,"Cost":564,"Date":"3/18/2024"},{"Store":"Iulius Mall Suceava","Brand":"Nova","Country":"Romania","Sale":851,"Cost":477,"Date":"10/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":296,"Cost":174,"Date":"2/16/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":895,"Cost":463,"Date":"6/7/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":44,"Cost":24,"Date":"1/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":306,"Cost":191,"Date":"3/27/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":755,"Cost":687,"Date":"5/12/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":489,"Cost":365,"Date":"7/28/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":811,"Cost":478,"Date":"8/8/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":724,"Cost":570,"Date":"12/7/2019"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":726,"Cost":527,"Date":"1/17/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":944,"Cost":473,"Date":"3/8/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":647,"Cost":466,"Date":"6/6/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":79,"Cost":60,"Date":"6/16/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":392,"Cost":234,"Date":"8/13/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":617,"Cost":321,"Date":"11/19/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":115,"Cost":95,"Date":"12/28/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":79,"Cost":59,"Date":"2/4/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":643,"Cost":362,"Date":"3/8/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":655,"Cost":409,"Date":"12/18/2021"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":735,"Cost":686,"Date":"3/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":1,"Cost":1,"Date":"4/20/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":823,"Cost":766,"Date":"6/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":413,"Cost":237,"Date":"7/23/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":574,"Cost":402,"Date":"11/21/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":349,"Cost":291,"Date":"11/26/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":342,"Cost":208,"Date":"2/20/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":371,"Cost":321,"Date":"5/21/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":485,"Cost":455,"Date":"9/28/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":970,"Cost":787,"Date":"1/3/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":705,"Cost":501,"Date":"2/2/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":945,"Cost":497,"Date":"3/18/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM","Country":"Romania","Sale":860,"Cost":543,"Date":"10/14/2024"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":219,"Cost":200,"Date":"2/16/2018"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":382,"Cost":304,"Date":"6/7/2018"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":818,"Cost":519,"Date":"1/28/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":142,"Cost":134,"Date":"3/27/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":398,"Cost":310,"Date":"5/12/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":324,"Cost":201,"Date":"7/28/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":133,"Cost":91,"Date":"8/8/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":297,"Cost":194,"Date":"12/7/2019"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":541,"Cost":409,"Date":"1/17/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":199,"Cost":174,"Date":"3/8/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":921,"Cost":499,"Date":"6/6/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":44,"Cost":28,"Date":"6/16/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":688,"Cost":432,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":362,"Cost":275,"Date":"11/19/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":126,"Cost":68,"Date":"12/28/2020"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":874,"Cost":819,"Date":"2/4/2021"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":352,"Cost":199,"Date":"3/8/2021"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":986,"Cost":598,"Date":"12/18/2021"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":913,"Cost":558,"Date":"3/31/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":980,"Cost":905,"Date":"4/20/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":51,"Cost":34,"Date":"6/26/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":750,"Cost":421,"Date":"7/23/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":127,"Cost":111,"Date":"11/21/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":231,"Cost":175,"Date":"11/26/2022"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":293,"Cost":157,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":50,"Cost":42,"Date":"5/21/2023"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":529,"Cost":297,"Date":"9/28/2023"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":449,"Cost":258,"Date":"1/3/2024"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":177,"Cost":97,"Date":"2/2/2024"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":456,"Cost":257,"Date":"3/18/2024"},{"Store":"Westfield London","Brand":"COS","Country":"UK","Sale":586,"Cost":482,"Date":"10/14/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":778,"Cost":548,"Date":"2/16/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":905,"Cost":721,"Date":"6/7/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":364,"Cost":254,"Date":"1/28/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":250,"Cost":192,"Date":"3/27/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":422,"Cost":278,"Date":"5/12/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":510,"Cost":269,"Date":"7/28/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":767,"Cost":461,"Date":"8/8/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":627,"Cost":419,"Date":"12/7/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":541,"Cost":439,"Date":"1/17/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":324,"Cost":165,"Date":"3/8/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":885,"Cost":545,"Date":"6/6/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":457,"Cost":246,"Date":"6/16/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":408,"Cost":311,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":516,"Cost":347,"Date":"11/19/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":479,"Cost":309,"Date":"12/28/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":726,"Cost":644,"Date":"2/4/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":1000,"Cost":595,"Date":"3/8/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":842,"Cost":644,"Date":"12/18/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":553,"Cost":451,"Date":"3/31/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":92,"Cost":88,"Date":"4/20/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":231,"Cost":193,"Date":"6/26/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":1,"Cost":1,"Date":"7/23/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":303,"Cost":268,"Date":"11/21/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":848,"Cost":644,"Date":"11/26/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":939,"Cost":737,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":816,"Cost":430,"Date":"5/21/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":416,"Cost":287,"Date":"9/28/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":422,"Cost":283,"Date":"1/3/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":735,"Cost":368,"Date":"2/2/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":101,"Cost":60,"Date":"3/18/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":663,"Cost":478,"Date":"10/14/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":868,"Cost":726,"Date":"2/16/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":239,"Cost":203,"Date":"6/7/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":648,"Cost":450,"Date":"1/28/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":986,"Cost":723,"Date":"3/27/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":947,"Cost":821,"Date":"5/12/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":534,"Cost":344,"Date":"7/28/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":406,"Cost":320,"Date":"8/8/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":256,"Cost":163,"Date":"12/7/2019"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":331,"Cost":174,"Date":"1/17/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":515,"Cost":293,"Date":"3/8/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":969,"Cost":859,"Date":"6/6/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":886,"Cost":627,"Date":"6/16/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":848,"Cost":449,"Date":"8/13/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":552,"Cost":346,"Date":"11/19/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":456,"Cost":321,"Date":"12/28/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":209,"Cost":110,"Date":"2/4/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":685,"Cost":474,"Date":"3/8/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":704,"Cost":369,"Date":"12/18/2021"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":171,"Cost":160,"Date":"3/31/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":291,"Cost":170,"Date":"4/20/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":968,"Cost":487,"Date":"6/26/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":372,"Cost":253,"Date":"7/23/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":771,"Cost":560,"Date":"11/21/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":41,"Cost":21,"Date":"11/26/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":727,"Cost":685,"Date":"2/20/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":107,"Cost":91,"Date":"5/21/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":993,"Cost":604,"Date":"9/28/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":824,"Cost":715,"Date":"1/3/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":69,"Cost":53,"Date":"2/2/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":150,"Cost":112,"Date":"3/18/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":608,"Cost":525,"Date":"10/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":371,"Cost":323,"Date":"2/16/2018"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":589,"Cost":303,"Date":"6/7/2018"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":768,"Cost":519,"Date":"1/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":913,"Cost":765,"Date":"3/27/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":332,"Cost":297,"Date":"5/12/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":345,"Cost":178,"Date":"7/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":728,"Cost":477,"Date":"8/8/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":345,"Cost":227,"Date":"12/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":185,"Cost":125,"Date":"1/17/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":919,"Cost":492,"Date":"3/8/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":514,"Cost":294,"Date":"6/6/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":262,"Cost":149,"Date":"6/16/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":353,"Cost":232,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":132,"Cost":71,"Date":"11/19/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":319,"Cost":186,"Date":"12/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":709,"Cost":553,"Date":"2/4/2021"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":723,"Cost":473,"Date":"3/8/2021"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":717,"Cost":446,"Date":"12/18/2021"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":907,"Cost":666,"Date":"3/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":507,"Cost":458,"Date":"4/20/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":795,"Cost":454,"Date":"6/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":985,"Cost":933,"Date":"7/23/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":916,"Cost":660,"Date":"11/21/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":569,"Cost":466,"Date":"11/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":726,"Cost":540,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":634,"Cost":405,"Date":"5/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":63,"Cost":51,"Date":"9/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":696,"Cost":356,"Date":"1/3/2024"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":541,"Cost":500,"Date":"2/2/2024"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":432,"Cost":319,"Date":"3/18/2024"},{"Store":"Westfield Stratford City, London","Brand":"Jeans","Country":"UK","Sale":832,"Cost":782,"Date":"10/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":191,"Cost":104,"Date":"2/16/2018"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":250,"Cost":219,"Date":"6/7/2018"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":227,"Cost":121,"Date":"1/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":543,"Cost":399,"Date":"3/27/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":100,"Cost":84,"Date":"5/12/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":68,"Cost":60,"Date":"7/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":893,"Cost":757,"Date":"8/8/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":299,"Cost":195,"Date":"12/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":860,"Cost":507,"Date":"1/17/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":397,"Cost":332,"Date":"3/8/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":34,"Cost":17,"Date":"6/6/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":537,"Cost":503,"Date":"6/16/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":743,"Cost":385,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":795,"Cost":750,"Date":"11/19/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":909,"Cost":759,"Date":"12/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":782,"Cost":716,"Date":"2/4/2021"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":296,"Cost":195,"Date":"3/8/2021"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":920,"Cost":715,"Date":"12/18/2021"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":938,"Cost":550,"Date":"3/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":187,"Cost":99,"Date":"4/20/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":107,"Cost":98,"Date":"6/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":892,"Cost":663,"Date":"7/23/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":413,"Cost":225,"Date":"11/21/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":270,"Cost":201,"Date":"11/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":909,"Cost":557,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":31,"Cost":23,"Date":"5/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":277,"Cost":181,"Date":"9/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":322,"Cost":194,"Date":"1/3/2024"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":906,"Cost":651,"Date":"2/2/2024"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":542,"Cost":288,"Date":"3/18/2024"},{"Store":"Westfield Stratford City, London","Brand":"HM","Country":"UK","Sale":807,"Cost":589,"Date":"10/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":254,"Cost":224,"Date":"2/16/2018"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":245,"Cost":207,"Date":"6/7/2018"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":130,"Cost":93,"Date":"1/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":361,"Cost":276,"Date":"3/27/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":37,"Cost":31,"Date":"5/12/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":552,"Cost":522,"Date":"7/28/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":378,"Cost":239,"Date":"8/8/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":899,"Cost":540,"Date":"12/7/2019"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":428,"Cost":381,"Date":"1/17/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":66,"Cost":42,"Date":"3/8/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":493,"Cost":285,"Date":"6/6/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":329,"Cost":282,"Date":"6/16/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":861,"Cost":790,"Date":"8/13/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":5,"Cost":5,"Date":"11/19/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":144,"Cost":95,"Date":"12/28/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":841,"Cost":621,"Date":"2/4/2021"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":321,"Cost":251,"Date":"3/8/2021"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":554,"Cost":347,"Date":"12/18/2021"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":222,"Cost":130,"Date":"3/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":747,"Cost":537,"Date":"4/20/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":31,"Cost":18,"Date":"6/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":491,"Cost":434,"Date":"7/23/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":27,"Cost":21,"Date":"11/21/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":407,"Cost":362,"Date":"11/26/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":473,"Cost":440,"Date":"2/20/2023"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":809,"Cost":670,"Date":"5/21/2023"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":924,"Cost":842,"Date":"9/28/2023"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":833,"Cost":509,"Date":"1/3/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":670,"Cost":617,"Date":"2/2/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":552,"Cost":396,"Date":"3/18/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":311,"Cost":200,"Date":"10/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":956,"Cost":893,"Date":"2/16/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":532,"Cost":308,"Date":"6/7/2018"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":276,"Cost":182,"Date":"1/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":490,"Cost":353,"Date":"3/27/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":48,"Cost":26,"Date":"5/12/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":178,"Cost":128,"Date":"7/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":763,"Cost":659,"Date":"8/8/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":516,"Cost":441,"Date":"12/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":137,"Cost":112,"Date":"1/17/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":169,"Cost":114,"Date":"3/8/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":342,"Cost":207,"Date":"6/6/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":561,"Cost":340,"Date":"6/16/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":257,"Cost":172,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":237,"Cost":156,"Date":"11/19/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":529,"Cost":266,"Date":"12/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":897,"Cost":575,"Date":"2/4/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":355,"Cost":186,"Date":"3/8/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":664,"Cost":564,"Date":"12/18/2021"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":377,"Cost":294,"Date":"3/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":385,"Cost":318,"Date":"4/20/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":725,"Cost":554,"Date":"6/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":533,"Cost":298,"Date":"7/23/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":226,"Cost":163,"Date":"11/21/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":979,"Cost":704,"Date":"11/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":618,"Cost":512,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":18,"Cost":16,"Date":"5/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":842,"Cost":756,"Date":"9/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":883,"Cost":589,"Date":"1/3/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":934,"Cost":724,"Date":"2/2/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":661,"Cost":592,"Date":"3/18/2024"},{"Store":"Oxford Street Malls, London","Brand":"COS","Country":"UK","Sale":545,"Cost":478,"Date":"10/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":187,"Cost":172,"Date":"2/16/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":624,"Cost":485,"Date":"6/7/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":748,"Cost":417,"Date":"1/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":313,"Cost":185,"Date":"3/27/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":616,"Cost":496,"Date":"5/12/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":491,"Cost":319,"Date":"7/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":134,"Cost":78,"Date":"8/8/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":230,"Cost":193,"Date":"12/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":645,"Cost":529,"Date":"1/17/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":683,"Cost":459,"Date":"3/8/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":550,"Cost":514,"Date":"6/6/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":734,"Cost":632,"Date":"6/16/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":814,"Cost":764,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":952,"Cost":553,"Date":"11/19/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":934,"Cost":526,"Date":"12/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":582,"Cost":378,"Date":"2/4/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":434,"Cost":310,"Date":"3/8/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":929,"Cost":595,"Date":"12/18/2021"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":466,"Cost":240,"Date":"3/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":200,"Cost":150,"Date":"4/20/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":14,"Cost":14,"Date":"6/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":915,"Cost":625,"Date":"7/23/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":954,"Cost":804,"Date":"11/21/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":542,"Cost":304,"Date":"11/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":544,"Cost":302,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":422,"Cost":393,"Date":"5/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":936,"Cost":697,"Date":"9/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":839,"Cost":473,"Date":"1/3/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":890,"Cost":694,"Date":"2/2/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":937,"Cost":747,"Date":"3/18/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":638,"Cost":595,"Date":"10/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":955,"Cost":531,"Date":"2/16/2018"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":832,"Cost":741,"Date":"6/7/2018"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":666,"Cost":477,"Date":"1/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":25,"Cost":16,"Date":"3/27/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":601,"Cost":359,"Date":"5/12/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":320,"Cost":231,"Date":"7/28/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":613,"Cost":409,"Date":"8/8/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":815,"Cost":483,"Date":"12/7/2019"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":847,"Cost":770,"Date":"1/17/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":587,"Cost":445,"Date":"3/8/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":522,"Cost":317,"Date":"6/6/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":288,"Cost":144,"Date":"6/16/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":75,"Cost":45,"Date":"8/13/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":538,"Cost":416,"Date":"11/19/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":253,"Cost":235,"Date":"12/28/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":774,"Cost":646,"Date":"2/4/2021"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":906,"Cost":562,"Date":"3/8/2021"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":565,"Cost":486,"Date":"12/18/2021"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":803,"Cost":446,"Date":"3/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":83,"Cost":75,"Date":"4/20/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":438,"Cost":401,"Date":"6/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":772,"Cost":491,"Date":"7/23/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":386,"Cost":205,"Date":"11/21/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":617,"Cost":492,"Date":"11/26/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":404,"Date":"2/20/2023"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":85,"Cost":72,"Date":"5/21/2023"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":195,"Cost":160,"Date":"9/28/2023"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":384,"Cost":337,"Date":"1/3/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":143,"Cost":106,"Date":"2/2/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":604,"Cost":543,"Date":"3/18/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":362,"Cost":333,"Date":"10/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":45,"Cost":25,"Date":"2/16/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":422,"Cost":219,"Date":"6/7/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":225,"Cost":167,"Date":"1/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":324,"Cost":247,"Date":"3/27/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":58,"Cost":43,"Date":"5/12/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":511,"Cost":357,"Date":"7/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":851,"Cost":625,"Date":"8/8/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":695,"Cost":545,"Date":"12/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":169,"Date":"1/17/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":437,"Cost":252,"Date":"3/8/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":701,"Cost":638,"Date":"6/6/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":268,"Date":"6/16/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":957,"Cost":732,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":545,"Cost":380,"Date":"11/19/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":707,"Cost":355,"Date":"12/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":224,"Cost":157,"Date":"2/4/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":41,"Cost":24,"Date":"3/8/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":762,"Cost":646,"Date":"12/18/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":294,"Cost":247,"Date":"3/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":578,"Cost":441,"Date":"4/20/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":651,"Cost":342,"Date":"6/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":950,"Cost":672,"Date":"7/23/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":876,"Cost":602,"Date":"11/21/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":878,"Cost":824,"Date":"11/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":729,"Cost":557,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":825,"Cost":658,"Date":"5/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":643,"Cost":402,"Date":"9/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":500,"Cost":412,"Date":"1/3/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":684,"Cost":468,"Date":"2/2/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":453,"Cost":381,"Date":"3/18/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":781,"Cost":734,"Date":"10/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":936,"Cost":671,"Date":"2/16/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":724,"Cost":530,"Date":"6/7/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":140,"Cost":73,"Date":"1/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":123,"Cost":105,"Date":"3/27/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":622,"Cost":410,"Date":"5/12/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":632,"Cost":377,"Date":"7/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":944,"Cost":823,"Date":"8/8/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":198,"Cost":149,"Date":"12/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":94,"Cost":70,"Date":"1/17/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":707,"Cost":450,"Date":"3/8/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":699,"Cost":495,"Date":"6/6/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":244,"Cost":130,"Date":"6/16/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":703,"Cost":408,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":446,"Cost":255,"Date":"11/19/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":966,"Cost":723,"Date":"12/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":904,"Cost":629,"Date":"2/4/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":473,"Cost":251,"Date":"3/8/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":997,"Cost":730,"Date":"12/18/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":66,"Cost":45,"Date":"3/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":990,"Cost":617,"Date":"4/20/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":40,"Cost":32,"Date":"6/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":893,"Cost":773,"Date":"7/23/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":751,"Cost":476,"Date":"11/21/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":939,"Cost":564,"Date":"11/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":445,"Cost":225,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":158,"Cost":121,"Date":"5/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":86,"Cost":75,"Date":"9/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":27,"Date":"1/3/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":953,"Cost":500,"Date":"2/2/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":510,"Cost":291,"Date":"3/18/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Sellpy","Country":"UK","Sale":141,"Cost":134,"Date":"10/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":992,"Cost":766,"Date":"2/16/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":624,"Cost":563,"Date":"6/7/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":130,"Cost":113,"Date":"1/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":217,"Cost":125,"Date":"3/27/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":643,"Cost":352,"Date":"5/12/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":175,"Cost":98,"Date":"7/28/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":363,"Cost":262,"Date":"8/8/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":204,"Cost":126,"Date":"12/7/2019"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":501,"Cost":345,"Date":"1/17/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":995,"Cost":743,"Date":"3/8/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":508,"Cost":288,"Date":"6/6/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":198,"Cost":186,"Date":"6/16/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":271,"Cost":198,"Date":"8/13/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":9,"Cost":5,"Date":"11/19/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":301,"Cost":178,"Date":"12/28/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":961,"Cost":898,"Date":"2/4/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":549,"Cost":510,"Date":"3/8/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":906,"Cost":824,"Date":"12/18/2021"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":630,"Cost":435,"Date":"3/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":517,"Cost":307,"Date":"4/20/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":109,"Cost":77,"Date":"6/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":994,"Cost":579,"Date":"7/23/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":400,"Cost":284,"Date":"11/21/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":914,"Cost":819,"Date":"11/26/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":483,"Cost":399,"Date":"2/20/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":216,"Cost":145,"Date":"5/21/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":401,"Cost":334,"Date":"9/28/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":760,"Cost":582,"Date":"1/3/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":440,"Cost":242,"Date":"2/2/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":36,"Cost":33,"Date":"3/18/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":571,"Cost":299,"Date":"10/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":275,"Cost":176,"Date":"2/16/2018"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":51,"Cost":44,"Date":"6/7/2018"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":595,"Cost":392,"Date":"1/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":997,"Cost":901,"Date":"3/27/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":145,"Cost":126,"Date":"5/12/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":203,"Cost":163,"Date":"7/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":951,"Cost":489,"Date":"8/8/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":483,"Cost":327,"Date":"12/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":911,"Cost":474,"Date":"1/17/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":272,"Cost":214,"Date":"3/8/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":161,"Cost":110,"Date":"6/6/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":849,"Cost":780,"Date":"6/16/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":536,"Cost":293,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":117,"Cost":84,"Date":"11/19/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":919,"Cost":765,"Date":"12/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":180,"Cost":162,"Date":"2/4/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":773,"Cost":724,"Date":"3/8/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":654,"Cost":559,"Date":"12/18/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":837,"Cost":630,"Date":"3/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":914,"Cost":461,"Date":"4/20/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":447,"Cost":287,"Date":"6/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":191,"Cost":115,"Date":"7/23/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":229,"Cost":147,"Date":"11/21/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":557,"Cost":298,"Date":"11/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":432,"Cost":252,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":505,"Cost":263,"Date":"5/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":971,"Cost":850,"Date":"9/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":674,"Cost":607,"Date":"1/3/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":999,"Cost":616,"Date":"2/2/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":849,"Cost":760,"Date":"3/18/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":415,"Cost":355,"Date":"10/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":824,"Cost":624,"Date":"2/16/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":406,"Cost":247,"Date":"6/7/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":396,"Cost":352,"Date":"1/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":770,"Cost":412,"Date":"3/27/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":224,"Cost":129,"Date":"5/12/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":967,"Cost":705,"Date":"7/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":107,"Cost":86,"Date":"8/8/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":274,"Cost":154,"Date":"12/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":282,"Cost":261,"Date":"1/17/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":243,"Cost":215,"Date":"3/8/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":110,"Cost":84,"Date":"6/6/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":25,"Cost":14,"Date":"6/16/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":760,"Cost":609,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":375,"Cost":227,"Date":"11/19/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":74,"Cost":44,"Date":"12/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":58,"Cost":45,"Date":"2/4/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":756,"Cost":589,"Date":"3/8/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":135,"Cost":116,"Date":"12/18/2021"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":951,"Cost":622,"Date":"3/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":658,"Cost":334,"Date":"4/20/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":395,"Cost":304,"Date":"6/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":679,"Cost":517,"Date":"7/23/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":698,"Cost":468,"Date":"11/21/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":314,"Cost":234,"Date":"11/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":253,"Cost":237,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":525,"Cost":279,"Date":"5/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":850,"Cost":781,"Date":"9/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":254,"Cost":161,"Date":"1/3/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":191,"Cost":179,"Date":"2/2/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":655,"Cost":357,"Date":"3/18/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":14,"Cost":13,"Date":"10/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":759,"Cost":549,"Date":"2/16/2018"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":334,"Cost":198,"Date":"6/7/2018"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":653,"Cost":403,"Date":"1/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":871,"Cost":709,"Date":"3/27/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":234,"Cost":215,"Date":"5/12/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":970,"Cost":818,"Date":"7/28/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":231,"Cost":160,"Date":"8/8/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":184,"Cost":141,"Date":"12/7/2019"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":793,"Cost":610,"Date":"1/17/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":995,"Cost":741,"Date":"3/8/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":607,"Cost":385,"Date":"6/6/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":429,"Cost":266,"Date":"6/16/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":301,"Cost":191,"Date":"8/13/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":498,"Cost":470,"Date":"11/19/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":751,"Cost":675,"Date":"12/28/2020"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":296,"Cost":222,"Date":"2/4/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":783,"Cost":434,"Date":"3/8/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":856,"Cost":664,"Date":"12/18/2021"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":885,"Cost":473,"Date":"3/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":13,"Cost":7,"Date":"4/20/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":582,"Cost":380,"Date":"6/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":621,"Cost":565,"Date":"7/23/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":866,"Cost":563,"Date":"11/21/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":754,"Cost":534,"Date":"11/26/2022"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":605,"Cost":324,"Date":"2/20/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":409,"Cost":311,"Date":"5/21/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":521,"Cost":328,"Date":"9/28/2023"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":756,"Cost":389,"Date":"1/3/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":960,"Cost":682,"Date":"2/2/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":234,"Cost":160,"Date":"3/18/2024"},{"Store":"Trafford Centre, Manchester","Brand":"COS","Country":"UK","Sale":372,"Cost":331,"Date":"10/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":506,"Cost":343,"Date":"2/16/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":346,"Cost":285,"Date":"6/7/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":830,"Cost":658,"Date":"1/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":341,"Cost":228,"Date":"3/27/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":130,"Cost":117,"Date":"5/12/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":365,"Cost":301,"Date":"7/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":891,"Cost":627,"Date":"8/8/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":214,"Cost":167,"Date":"12/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":203,"Cost":173,"Date":"1/17/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":776,"Cost":516,"Date":"3/8/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":197,"Cost":119,"Date":"6/6/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":167,"Cost":145,"Date":"6/16/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":297,"Cost":223,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":706,"Cost":670,"Date":"11/19/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":700,"Cost":498,"Date":"12/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":289,"Cost":201,"Date":"2/4/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":41,"Cost":34,"Date":"3/8/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":127,"Cost":75,"Date":"12/18/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":50,"Cost":33,"Date":"3/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":859,"Cost":495,"Date":"4/20/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":843,"Cost":476,"Date":"6/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":954,"Cost":706,"Date":"7/23/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":381,"Cost":220,"Date":"11/21/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":422,"Cost":217,"Date":"11/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":838,"Cost":646,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":903,"Cost":542,"Date":"5/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":706,"Cost":651,"Date":"9/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":278,"Cost":262,"Date":"1/3/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":853,"Cost":572,"Date":"2/2/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":718,"Cost":636,"Date":"3/18/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":206,"Cost":151,"Date":"10/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":857,"Cost":467,"Date":"2/16/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":26,"Cost":13,"Date":"6/7/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":969,"Cost":812,"Date":"1/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":58,"Cost":34,"Date":"3/27/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":871,"Cost":642,"Date":"5/12/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":900,"Cost":648,"Date":"7/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":810,"Cost":485,"Date":"8/8/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":337,"Cost":192,"Date":"12/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":185,"Cost":173,"Date":"1/17/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":5,"Cost":3,"Date":"3/8/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":313,"Cost":177,"Date":"6/6/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":928,"Cost":703,"Date":"6/16/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":735,"Cost":514,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":528,"Cost":375,"Date":"11/19/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":506,"Cost":302,"Date":"12/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":139,"Cost":92,"Date":"2/4/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":165,"Cost":138,"Date":"3/8/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":907,"Cost":716,"Date":"12/18/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":437,"Cost":336,"Date":"3/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":557,"Cost":466,"Date":"4/20/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":819,"Cost":544,"Date":"6/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":366,"Cost":243,"Date":"7/23/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":871,"Cost":492,"Date":"11/21/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":649,"Cost":403,"Date":"11/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":838,"Cost":778,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":850,"Cost":687,"Date":"5/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":54,"Cost":40,"Date":"9/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":802,"Cost":727,"Date":"1/3/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":507,"Cost":300,"Date":"2/2/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":510,"Cost":381,"Date":"3/18/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":179,"Cost":108,"Date":"10/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":733,"Cost":536,"Date":"2/16/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":543,"Cost":308,"Date":"6/7/2018"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":692,"Cost":484,"Date":"1/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":680,"Cost":492,"Date":"3/27/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":850,"Cost":704,"Date":"5/12/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":226,"Cost":170,"Date":"7/28/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":387,"Cost":260,"Date":"8/8/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":734,"Cost":688,"Date":"12/7/2019"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":300,"Cost":227,"Date":"1/17/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":721,"Cost":514,"Date":"3/8/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":201,"Cost":123,"Date":"6/6/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":797,"Cost":408,"Date":"6/16/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":500,"Cost":350,"Date":"8/13/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":27,"Cost":20,"Date":"11/19/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":511,"Cost":460,"Date":"12/28/2020"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":981,"Cost":510,"Date":"2/4/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":102,"Cost":91,"Date":"3/8/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":807,"Cost":442,"Date":"12/18/2021"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":78,"Cost":53,"Date":"3/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":798,"Cost":478,"Date":"4/20/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":600,"Cost":523,"Date":"6/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":709,"Cost":520,"Date":"7/23/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":134,"Cost":118,"Date":"11/21/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":908,"Cost":741,"Date":"11/26/2022"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":239,"Cost":129,"Date":"2/20/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":361,"Cost":236,"Date":"5/21/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":251,"Cost":160,"Date":"9/28/2023"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":600,"Cost":515,"Date":"1/3/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":666,"Cost":532,"Date":"2/2/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":115,"Cost":66,"Date":"3/18/2024"},{"Store":"Arndale Centre, Manchester","Brand":"HM","Country":"UK","Sale":234,"Cost":174,"Date":"10/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":130,"Cost":103,"Date":"2/16/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":45,"Cost":23,"Date":"6/7/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":511,"Cost":400,"Date":"1/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":841,"Cost":647,"Date":"3/27/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":538,"Cost":457,"Date":"5/12/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":224,"Cost":210,"Date":"7/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":492,"Cost":304,"Date":"8/8/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":368,"Cost":303,"Date":"12/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":329,"Cost":198,"Date":"1/17/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":3,"Cost":1,"Date":"3/8/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":404,"Cost":333,"Date":"6/6/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":795,"Cost":675,"Date":"6/16/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":307,"Cost":197,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":157,"Cost":98,"Date":"11/19/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":146,"Cost":121,"Date":"12/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":855,"Cost":540,"Date":"2/4/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":478,"Cost":246,"Date":"3/8/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":68,"Cost":42,"Date":"12/18/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":669,"Cost":589,"Date":"3/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":298,"Cost":204,"Date":"4/20/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":880,"Cost":764,"Date":"6/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":10,"Cost":8,"Date":"7/23/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":631,"Cost":562,"Date":"11/21/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":914,"Cost":667,"Date":"11/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":627,"Cost":360,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":369,"Cost":269,"Date":"5/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":335,"Cost":254,"Date":"9/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":829,"Cost":570,"Date":"1/3/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":890,"Cost":529,"Date":"2/2/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":410,"Cost":234,"Date":"3/18/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":393,"Cost":259,"Date":"10/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":269,"Cost":204,"Date":"2/16/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":568,"Cost":513,"Date":"6/7/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":151,"Cost":129,"Date":"1/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":799,"Cost":575,"Date":"3/27/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":849,"Cost":743,"Date":"5/12/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":532,"Cost":500,"Date":"7/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":774,"Cost":660,"Date":"8/8/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":637,"Cost":320,"Date":"12/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":672,"Cost":555,"Date":"1/17/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":428,"Cost":307,"Date":"3/8/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":399,"Cost":331,"Date":"6/6/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":72,"Cost":53,"Date":"6/16/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":125,"Cost":107,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":456,"Cost":396,"Date":"11/19/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":745,"Cost":616,"Date":"12/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":854,"Cost":792,"Date":"2/4/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":696,"Cost":436,"Date":"3/8/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":328,"Cost":204,"Date":"12/18/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":906,"Cost":486,"Date":"3/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":677,"Cost":504,"Date":"4/20/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":516,"Cost":345,"Date":"6/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":272,"Cost":154,"Date":"7/23/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":404,"Cost":310,"Date":"11/21/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":122,"Cost":79,"Date":"11/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":617,"Cost":556,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":897,"Cost":486,"Date":"5/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":31,"Cost":20,"Date":"9/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":483,"Cost":306,"Date":"1/3/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":310,"Cost":250,"Date":"2/2/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":597,"Cost":370,"Date":"3/18/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":912,"Cost":537,"Date":"10/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":375,"Cost":276,"Date":"2/16/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":828,"Cost":493,"Date":"6/7/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":734,"Cost":460,"Date":"1/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":855,"Cost":783,"Date":"3/27/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":481,"Cost":324,"Date":"5/12/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":4,"Cost":3,"Date":"7/28/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":249,"Cost":173,"Date":"8/8/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":673,"Date":"12/7/2019"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":306,"Cost":251,"Date":"1/17/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":557,"Cost":380,"Date":"3/8/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":244,"Cost":200,"Date":"6/6/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":719,"Cost":528,"Date":"6/16/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":225,"Cost":164,"Date":"8/13/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":481,"Cost":314,"Date":"11/19/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":534,"Cost":285,"Date":"12/28/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":979,"Cost":649,"Date":"2/4/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":333,"Cost":173,"Date":"3/8/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":455,"Cost":398,"Date":"12/18/2021"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":982,"Cost":568,"Date":"3/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":483,"Cost":284,"Date":"4/20/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":702,"Cost":666,"Date":"6/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":781,"Cost":517,"Date":"7/23/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":713,"Cost":389,"Date":"11/21/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":149,"Date":"11/26/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":108,"Cost":76,"Date":"2/20/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":566,"Cost":310,"Date":"5/21/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":273,"Cost":251,"Date":"9/28/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":527,"Cost":472,"Date":"1/3/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":569,"Cost":376,"Date":"2/2/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":449,"Cost":426,"Date":"3/18/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":133,"Cost":86,"Date":"10/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":291,"Cost":275,"Date":"2/16/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":259,"Cost":139,"Date":"6/7/2018"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":278,"Cost":219,"Date":"1/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":455,"Cost":326,"Date":"3/27/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":195,"Cost":139,"Date":"5/12/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":442,"Cost":352,"Date":"7/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":939,"Cost":884,"Date":"8/8/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":42,"Cost":23,"Date":"12/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":75,"Cost":42,"Date":"1/17/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":642,"Cost":488,"Date":"3/8/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":930,"Cost":846,"Date":"6/6/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":92,"Cost":76,"Date":"6/16/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":556,"Cost":405,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":214,"Cost":111,"Date":"11/19/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":141,"Cost":120,"Date":"12/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":6,"Cost":3,"Date":"2/4/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":377,"Cost":290,"Date":"3/8/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":604,"Cost":471,"Date":"12/18/2021"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":852,"Cost":441,"Date":"3/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":969,"Cost":497,"Date":"4/20/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":362,"Cost":271,"Date":"6/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":257,"Cost":221,"Date":"7/23/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":177,"Cost":155,"Date":"11/21/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":60,"Cost":54,"Date":"11/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":167,"Cost":85,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":454,"Cost":370,"Date":"5/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":482,"Cost":352,"Date":"9/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":199,"Cost":176,"Date":"1/3/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":654,"Cost":576,"Date":"2/2/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":415,"Cost":224,"Date":"3/18/2024"},{"Store":"The Mailbox, Birmingham","Brand":"HM Home","Country":"UK","Sale":258,"Cost":133,"Date":"10/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":127,"Cost":95,"Date":"2/16/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":416,"Cost":366,"Date":"6/7/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":719,"Cost":416,"Date":"1/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":263,"Cost":234,"Date":"3/27/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":435,"Cost":328,"Date":"5/12/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":720,"Cost":398,"Date":"7/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":921,"Cost":534,"Date":"8/8/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":855,"Cost":677,"Date":"12/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":694,"Cost":576,"Date":"1/17/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":442,"Cost":340,"Date":"3/8/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":408,"Cost":313,"Date":"6/6/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":642,"Cost":382,"Date":"6/16/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":380,"Cost":218,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":841,"Cost":593,"Date":"11/19/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":351,"Cost":220,"Date":"12/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":297,"Cost":205,"Date":"2/4/2021"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":15,"Cost":14,"Date":"3/8/2021"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":567,"Cost":307,"Date":"12/18/2021"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":269,"Cost":137,"Date":"3/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":474,"Cost":286,"Date":"4/20/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":140,"Cost":99,"Date":"6/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":669,"Cost":634,"Date":"7/23/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":273,"Cost":191,"Date":"11/21/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":140,"Cost":84,"Date":"11/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":830,"Cost":660,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":80,"Cost":54,"Date":"5/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":755,"Cost":706,"Date":"9/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":646,"Cost":359,"Date":"1/3/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":826,"Cost":466,"Date":"2/2/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":701,"Cost":560,"Date":"3/18/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":282,"Cost":166,"Date":"10/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":973,"Cost":794,"Date":"2/16/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":742,"Cost":486,"Date":"6/7/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":533,"Cost":279,"Date":"1/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":54,"Cost":31,"Date":"3/27/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":632,"Cost":370,"Date":"5/12/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":682,"Cost":575,"Date":"7/28/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":266,"Cost":141,"Date":"8/8/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":653,"Cost":464,"Date":"12/7/2019"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":74,"Cost":69,"Date":"1/17/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":200,"Cost":144,"Date":"3/8/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":199,"Cost":173,"Date":"6/6/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":697,"Cost":364,"Date":"6/16/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":48,"Cost":45,"Date":"8/13/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":940,"Cost":743,"Date":"11/19/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":156,"Cost":106,"Date":"12/28/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":344,"Cost":235,"Date":"2/4/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":918,"Cost":862,"Date":"3/8/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":271,"Cost":249,"Date":"12/18/2021"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":905,"Cost":583,"Date":"3/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":29,"Cost":24,"Date":"4/20/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":190,"Cost":131,"Date":"6/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":95,"Cost":52,"Date":"7/23/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":645,"Cost":605,"Date":"11/21/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":810,"Cost":596,"Date":"11/26/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":156,"Cost":99,"Date":"2/20/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":505,"Cost":399,"Date":"5/21/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":659,"Cost":617,"Date":"9/28/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":50,"Cost":34,"Date":"1/3/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":997,"Cost":615,"Date":"2/2/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":321,"Cost":273,"Date":"3/18/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Nova","Country":"UK","Sale":361,"Cost":226,"Date":"10/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":578,"Cost":521,"Date":"2/16/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":394,"Cost":337,"Date":"6/7/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":765,"Cost":424,"Date":"1/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":367,"Cost":273,"Date":"3/27/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":138,"Cost":70,"Date":"5/12/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":918,"Cost":724,"Date":"7/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":512,"Cost":329,"Date":"8/8/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":47,"Cost":43,"Date":"12/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":362,"Cost":181,"Date":"1/17/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":127,"Cost":81,"Date":"3/8/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":966,"Cost":604,"Date":"6/6/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":331,"Cost":216,"Date":"6/16/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":933,"Cost":760,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":436,"Cost":340,"Date":"11/19/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":676,"Cost":536,"Date":"12/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":935,"Cost":776,"Date":"2/4/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":850,"Cost":589,"Date":"3/8/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":562,"Cost":388,"Date":"12/18/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":602,"Cost":465,"Date":"3/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":810,"Cost":519,"Date":"4/20/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":893,"Cost":614,"Date":"6/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":626,"Cost":570,"Date":"7/23/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":326,"Cost":237,"Date":"11/21/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":632,"Cost":319,"Date":"11/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":148,"Cost":104,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":336,"Cost":217,"Date":"5/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":204,"Cost":145,"Date":"9/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":95,"Cost":62,"Date":"1/3/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":364,"Cost":207,"Date":"2/2/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":907,"Cost":661,"Date":"3/18/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"COS","Country":"UK","Sale":661,"Cost":430,"Date":"10/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":113,"Cost":72,"Date":"2/16/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":146,"Cost":102,"Date":"6/7/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":11,"Cost":6,"Date":"1/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":422,"Cost":344,"Date":"3/27/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":758,"Cost":629,"Date":"5/12/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":589,"Cost":494,"Date":"7/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":986,"Cost":933,"Date":"8/8/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":815,"Cost":658,"Date":"12/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":41,"Cost":38,"Date":"1/17/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":16,"Cost":10,"Date":"3/8/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":665,"Cost":348,"Date":"6/6/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":163,"Cost":134,"Date":"6/16/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":63,"Cost":36,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":789,"Cost":617,"Date":"11/19/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":959,"Cost":703,"Date":"12/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":935,"Cost":747,"Date":"2/4/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":258,"Cost":237,"Date":"3/8/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":436,"Cost":411,"Date":"12/18/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":581,"Cost":334,"Date":"3/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":798,"Cost":693,"Date":"4/20/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":77,"Cost":50,"Date":"6/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":908,"Cost":803,"Date":"7/23/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":391,"Cost":342,"Date":"11/21/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":761,"Cost":713,"Date":"11/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":247,"Cost":159,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":728,"Cost":539,"Date":"5/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":454,"Cost":269,"Date":"9/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":977,"Cost":826,"Date":"1/3/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":803,"Cost":495,"Date":"2/2/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":213,"Cost":159,"Date":"3/18/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":312,"Cost":251,"Date":"10/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":813,"Cost":646,"Date":"2/16/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":717,"Cost":605,"Date":"6/7/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":570,"Cost":378,"Date":"1/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":557,"Cost":397,"Date":"3/27/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":811,"Cost":580,"Date":"5/12/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":574,"Cost":333,"Date":"7/28/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":91,"Cost":79,"Date":"8/8/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":583,"Cost":300,"Date":"12/7/2019"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":667,"Cost":494,"Date":"1/17/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":478,"Cost":381,"Date":"3/8/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":609,"Cost":348,"Date":"6/6/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":97,"Cost":82,"Date":"6/16/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":322,"Cost":236,"Date":"8/13/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":746,"Cost":526,"Date":"11/19/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":561,"Cost":297,"Date":"12/28/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":225,"Cost":209,"Date":"2/4/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":920,"Cost":592,"Date":"3/8/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":687,"Cost":607,"Date":"12/18/2021"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":85,"Cost":50,"Date":"3/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":284,"Cost":158,"Date":"4/20/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":963,"Cost":613,"Date":"6/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":155,"Cost":110,"Date":"7/23/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":393,"Cost":290,"Date":"11/21/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":620,"Cost":539,"Date":"11/26/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":577,"Cost":382,"Date":"2/20/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":189,"Cost":151,"Date":"5/21/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":110,"Cost":93,"Date":"9/28/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":120,"Cost":93,"Date":"1/3/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":756,"Cost":433,"Date":"2/2/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":85,"Cost":69,"Date":"3/18/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"ARKET","Country":"UK","Sale":34,"Cost":21,"Date":"10/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":563,"Cost":464,"Date":"2/16/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":410,"Cost":345,"Date":"6/7/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":267,"Cost":208,"Date":"1/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":45,"Cost":36,"Date":"3/27/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":811,"Cost":547,"Date":"5/12/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":242,"Cost":164,"Date":"7/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":856,"Cost":558,"Date":"8/8/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":654,"Cost":425,"Date":"12/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":888,"Cost":580,"Date":"1/17/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":93,"Cost":73,"Date":"3/8/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":223,"Cost":159,"Date":"6/6/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":875,"Cost":663,"Date":"6/16/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":810,"Cost":770,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":903,"Cost":635,"Date":"11/19/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":544,"Cost":459,"Date":"12/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":724,"Cost":403,"Date":"2/4/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":579,"Cost":364,"Date":"3/8/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":830,"Cost":607,"Date":"12/18/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":169,"Cost":151,"Date":"3/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":735,"Cost":687,"Date":"4/20/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":334,"Cost":289,"Date":"6/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":749,"Cost":630,"Date":"7/23/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":356,"Cost":234,"Date":"11/21/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":89,"Cost":76,"Date":"11/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":553,"Cost":457,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":454,"Cost":350,"Date":"5/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":113,"Cost":107,"Date":"9/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":522,"Cost":443,"Date":"1/3/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":320,"Cost":260,"Date":"2/2/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":878,"Cost":547,"Date":"3/18/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Jeans","Country":"UK","Sale":640,"Cost":549,"Date":"10/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":661,"Cost":340,"Date":"2/16/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":630,"Cost":500,"Date":"6/7/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":483,"Cost":366,"Date":"1/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":862,"Cost":699,"Date":"3/27/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":314,"Cost":226,"Date":"5/12/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":199,"Cost":180,"Date":"7/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":110,"Cost":65,"Date":"8/8/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":346,"Cost":207,"Date":"12/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":127,"Cost":104,"Date":"1/17/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":404,"Cost":351,"Date":"3/8/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":981,"Cost":915,"Date":"6/6/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":970,"Cost":745,"Date":"6/16/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":663,"Cost":475,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":906,"Cost":830,"Date":"11/19/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":825,"Cost":521,"Date":"12/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":605,"Cost":494,"Date":"2/4/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":603,"Cost":483,"Date":"3/8/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":285,"Cost":188,"Date":"12/18/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":726,"Cost":563,"Date":"3/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":133,"Cost":74,"Date":"4/20/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":936,"Cost":728,"Date":"6/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":650,"Cost":454,"Date":"7/23/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":165,"Cost":131,"Date":"11/21/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":444,"Cost":239,"Date":"11/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":369,"Cost":349,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":202,"Cost":117,"Date":"5/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":868,"Cost":778,"Date":"9/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":912,"Cost":622,"Date":"1/3/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":31,"Cost":23,"Date":"2/2/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":739,"Cost":598,"Date":"3/18/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"ARKET","Country":"UK","Sale":996,"Cost":522,"Date":"10/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":629,"Cost":511,"Date":"2/16/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":499,"Cost":296,"Date":"6/7/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":671,"Cost":624,"Date":"1/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":835,"Cost":532,"Date":"3/27/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":550,"Cost":329,"Date":"5/12/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":154,"Cost":99,"Date":"7/28/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":87,"Cost":52,"Date":"8/8/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":279,"Cost":236,"Date":"12/7/2019"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":393,"Cost":365,"Date":"1/17/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":115,"Cost":104,"Date":"3/8/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":818,"Cost":447,"Date":"6/6/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":268,"Cost":204,"Date":"6/16/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":85,"Cost":66,"Date":"8/13/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":538,"Date":"11/19/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":256,"Cost":129,"Date":"12/28/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":301,"Date":"2/4/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":110,"Date":"3/8/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":569,"Cost":414,"Date":"12/18/2021"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":835,"Cost":612,"Date":"3/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":965,"Cost":525,"Date":"4/20/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":397,"Cost":362,"Date":"6/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":734,"Cost":427,"Date":"7/23/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":856,"Cost":484,"Date":"11/21/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":881,"Cost":659,"Date":"11/26/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":630,"Cost":529,"Date":"2/20/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":882,"Cost":581,"Date":"5/21/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":630,"Cost":491,"Date":"9/28/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":956,"Cost":774,"Date":"1/3/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":349,"Cost":247,"Date":"2/2/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":140,"Cost":79,"Date":"3/18/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":832,"Cost":440,"Date":"10/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":265,"Cost":145,"Date":"2/16/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":385,"Cost":266,"Date":"6/7/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":477,"Cost":381,"Date":"1/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":547,"Cost":440,"Date":"3/27/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":215,"Cost":174,"Date":"5/12/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":574,"Cost":322,"Date":"7/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":948,"Cost":623,"Date":"8/8/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":757,"Cost":718,"Date":"12/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":204,"Cost":162,"Date":"1/17/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":616,"Cost":548,"Date":"3/8/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":205,"Cost":185,"Date":"6/6/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":270,"Cost":194,"Date":"6/16/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":980,"Cost":878,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":44,"Cost":36,"Date":"11/19/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":972,"Cost":846,"Date":"12/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":186,"Cost":113,"Date":"2/4/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":46,"Cost":44,"Date":"3/8/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":330,"Cost":186,"Date":"12/18/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":989,"Cost":829,"Date":"3/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":964,"Cost":807,"Date":"4/20/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":289,"Cost":245,"Date":"6/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":933,"Cost":840,"Date":"7/23/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":844,"Cost":773,"Date":"11/21/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":248,"Cost":148,"Date":"11/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":226,"Cost":176,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":859,"Cost":532,"Date":"5/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":120,"Cost":89,"Date":"9/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":478,"Cost":402,"Date":"1/3/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":188,"Cost":102,"Date":"2/2/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":254,"Cost":174,"Date":"3/18/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":453,"Cost":228,"Date":"10/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":292,"Cost":261,"Date":"2/16/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":411,"Cost":279,"Date":"6/7/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":803,"Cost":625,"Date":"1/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":411,"Cost":339,"Date":"3/27/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":730,"Cost":381,"Date":"5/12/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":361,"Cost":330,"Date":"7/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":805,"Cost":609,"Date":"8/8/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":526,"Cost":427,"Date":"12/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":997,"Cost":536,"Date":"1/17/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":127,"Cost":89,"Date":"3/8/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":791,"Cost":695,"Date":"6/6/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":733,"Cost":519,"Date":"6/16/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":542,"Cost":439,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":798,"Cost":718,"Date":"11/19/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":757,"Cost":555,"Date":"12/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":266,"Cost":228,"Date":"2/4/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":107,"Cost":100,"Date":"3/8/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":298,"Cost":200,"Date":"12/18/2021"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":422,"Cost":263,"Date":"3/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":494,"Cost":336,"Date":"4/20/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":862,"Cost":763,"Date":"6/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":16,"Cost":9,"Date":"7/23/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":512,"Cost":343,"Date":"11/21/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":445,"Cost":308,"Date":"11/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":584,"Cost":436,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":12,"Cost":6,"Date":"5/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":941,"Cost":745,"Date":"9/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":304,"Cost":230,"Date":"1/3/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":453,"Cost":280,"Date":"2/2/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":838,"Cost":605,"Date":"3/18/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":688,"Cost":588,"Date":"10/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":357,"Cost":266,"Date":"2/16/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":629,"Cost":391,"Date":"6/7/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":509,"Cost":421,"Date":"1/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":52,"Cost":31,"Date":"3/27/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":400,"Cost":318,"Date":"5/12/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":426,"Cost":357,"Date":"7/28/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":214,"Cost":122,"Date":"8/8/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":813,"Cost":423,"Date":"12/7/2019"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":284,"Cost":245,"Date":"1/17/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":258,"Cost":160,"Date":"3/8/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":623,"Cost":532,"Date":"6/6/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":915,"Cost":772,"Date":"6/16/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":877,"Cost":527,"Date":"8/13/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":358,"Cost":280,"Date":"11/19/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":852,"Cost":449,"Date":"12/28/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":886,"Cost":678,"Date":"2/4/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":660,"Cost":396,"Date":"3/8/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":433,"Cost":392,"Date":"12/18/2021"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":356,"Cost":337,"Date":"3/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":633,"Cost":572,"Date":"4/20/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":498,"Cost":420,"Date":"6/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":603,"Cost":448,"Date":"7/23/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":644,"Cost":533,"Date":"11/21/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":608,"Cost":399,"Date":"11/26/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":640,"Cost":440,"Date":"2/20/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":862,"Cost":729,"Date":"5/21/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":262,"Cost":141,"Date":"9/28/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":661,"Cost":591,"Date":"1/3/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":665,"Cost":466,"Date":"2/2/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":824,"Cost":679,"Date":"3/18/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM","Country":"UK","Sale":874,"Cost":773,"Date":"10/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":462,"Cost":390,"Date":"2/16/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":736,"Cost":521,"Date":"6/7/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":296,"Cost":223,"Date":"1/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":280,"Cost":147,"Date":"3/27/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":129,"Cost":92,"Date":"5/12/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":60,"Cost":43,"Date":"7/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":294,"Cost":233,"Date":"8/8/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":700,"Cost":422,"Date":"12/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":170,"Cost":93,"Date":"1/17/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":915,"Cost":812,"Date":"3/8/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":113,"Cost":67,"Date":"6/6/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":906,"Cost":774,"Date":"6/16/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":847,"Cost":470,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":963,"Cost":604,"Date":"11/19/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":203,"Cost":122,"Date":"12/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":746,"Cost":524,"Date":"2/4/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":849,"Cost":748,"Date":"3/8/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":230,"Cost":178,"Date":"12/18/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":183,"Cost":92,"Date":"3/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":517,"Cost":397,"Date":"4/20/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":510,"Cost":283,"Date":"6/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":963,"Cost":641,"Date":"7/23/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":770,"Cost":481,"Date":"11/21/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":425,"Cost":295,"Date":"11/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":29,"Cost":25,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":509,"Cost":475,"Date":"5/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":474,"Cost":390,"Date":"9/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":263,"Cost":219,"Date":"1/3/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":338,"Cost":263,"Date":"2/2/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":112,"Cost":61,"Date":"3/18/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":125,"Cost":80,"Date":"10/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":67,"Cost":45,"Date":"2/16/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":460,"Cost":433,"Date":"6/7/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":851,"Cost":693,"Date":"1/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":155,"Cost":111,"Date":"3/27/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":384,"Cost":354,"Date":"5/12/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":689,"Cost":510,"Date":"7/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":24,"Cost":16,"Date":"8/8/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":258,"Cost":193,"Date":"12/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":22,"Cost":19,"Date":"1/17/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":259,"Cost":138,"Date":"3/8/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":137,"Cost":94,"Date":"6/6/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":501,"Cost":400,"Date":"6/16/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":587,"Cost":485,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":609,"Cost":315,"Date":"11/19/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":50,"Cost":40,"Date":"12/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":7,"Cost":5,"Date":"2/4/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":867,"Cost":619,"Date":"3/8/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":882,"Cost":476,"Date":"12/18/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":579,"Cost":438,"Date":"3/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":241,"Cost":138,"Date":"4/20/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":794,"Cost":425,"Date":"6/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":790,"Cost":620,"Date":"7/23/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":693,"Cost":651,"Date":"11/21/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":279,"Cost":233,"Date":"11/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":935,"Cost":814,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":354,"Cost":251,"Date":"5/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":370,"Cost":271,"Date":"9/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":946,"Cost":682,"Date":"1/3/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":208,"Cost":132,"Date":"2/2/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":302,"Cost":180,"Date":"3/18/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Jeans","Country":"UK","Sale":324,"Cost":262,"Date":"10/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":157,"Cost":145,"Date":"2/16/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":784,"Cost":531,"Date":"6/7/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":176,"Cost":118,"Date":"1/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":689,"Cost":638,"Date":"3/27/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":782,"Cost":508,"Date":"5/12/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":232,"Cost":205,"Date":"7/28/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":861,"Cost":639,"Date":"8/8/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":155,"Cost":83,"Date":"12/7/2019"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":316,"Cost":237,"Date":"1/17/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":958,"Cost":757,"Date":"3/8/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":659,"Cost":613,"Date":"6/6/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":995,"Cost":766,"Date":"6/16/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":712,"Cost":463,"Date":"8/13/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":956,"Cost":844,"Date":"11/19/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":315,"Cost":292,"Date":"12/28/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":395,"Cost":249,"Date":"2/4/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":806,"Cost":578,"Date":"3/8/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":921,"Cost":515,"Date":"12/18/2021"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":554,"Cost":457,"Date":"3/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":297,"Cost":162,"Date":"4/20/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":702,"Cost":468,"Date":"6/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":548,"Cost":464,"Date":"7/23/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":766,"Cost":429,"Date":"11/21/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":730,"Cost":425,"Date":"11/26/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":675,"Cost":601,"Date":"2/20/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":754,"Cost":498,"Date":"5/21/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":418,"Cost":248,"Date":"9/28/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":455,"Cost":234,"Date":"1/3/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":589,"Cost":347,"Date":"2/2/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":529,"Cost":285,"Date":"3/18/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":963,"Cost":697,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":980,"Cost":903,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":242,"Cost":188,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":33,"Cost":26,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":227,"Cost":213,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":912,"Cost":764,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":34,"Cost":28,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":822,"Cost":696,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":79,"Cost":48,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":237,"Cost":184,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":655,"Cost":438,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":9,"Cost":8,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":885,"Cost":777,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":188,"Cost":158,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":261,"Cost":162,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":761,"Cost":441,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":802,"Cost":717,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":670,"Cost":471,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":683,"Cost":603,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":906,"Cost":574,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":707,"Cost":516,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":388,"Cost":320,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":183,"Cost":132,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":391,"Cost":267,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":289,"Cost":229,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":657,"Cost":551,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":438,"Cost":248,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":72,"Cost":48,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":154,"Cost":128,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":417,"Cost":265,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":511,"Cost":300,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":6,"Cost":4,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":343,"Cost":220,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":233,"Cost":212,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":333,"Cost":236,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":207,"Cost":138,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":619,"Cost":554,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":665,"Cost":495,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":564,"Cost":347,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":858,"Cost":526,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":464,"Cost":404,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":392,"Cost":330,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":607,"Cost":551,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":677,"Cost":391,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":38,"Cost":30,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":267,"Cost":190,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":216,"Cost":130,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":981,"Cost":495,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":445,"Cost":350,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":697,"Cost":514,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":692,"Cost":437,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":695,"Cost":379,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":687,"Cost":411,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":264,"Cost":141,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":282,"Cost":206,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":281,"Cost":168,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":159,"Cost":134,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":284,"Cost":242,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":957,"Cost":603,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":526,"Cost":265,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":983,"Cost":791,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":17,"Cost":10,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":106,"Cost":77,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":544,"Cost":404,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":93,"Cost":83,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":270,"Cost":204,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":38,"Cost":24,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":124,"Cost":89,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":715,"Cost":679,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":177,"Cost":89,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":793,"Cost":570,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":751,"Cost":425,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":227,"Cost":144,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":632,"Cost":468,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":660,"Cost":409,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":30,"Cost":15,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":833,"Cost":788,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":483,"Cost":432,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":944,"Cost":497,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":857,"Cost":525,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":415,"Cost":227,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":949,"Cost":572,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":437,"Cost":342,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":987,"Cost":877,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":592,"Cost":488,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":207,"Cost":118,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":792,"Cost":482,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":200,"Cost":140,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":249,"Cost":228,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":411,"Cost":312,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":31,"Cost":16,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":356,"Cost":215,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":124,"Cost":90,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"Sellpy","Country":"UK","Sale":669,"Cost":580,"Date":"10/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":218,"Cost":122,"Date":"2/16/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":512,"Cost":427,"Date":"6/7/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":843,"Cost":491,"Date":"1/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":319,"Cost":210,"Date":"3/27/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":351,"Cost":263,"Date":"5/12/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":752,"Cost":478,"Date":"7/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":313,"Cost":160,"Date":"8/8/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":135,"Cost":104,"Date":"12/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":73,"Cost":37,"Date":"1/17/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":945,"Cost":866,"Date":"3/8/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":111,"Cost":101,"Date":"6/6/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":18,"Cost":11,"Date":"6/16/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":920,"Cost":764,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":232,"Cost":175,"Date":"11/19/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":420,"Cost":327,"Date":"12/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":539,"Cost":421,"Date":"2/4/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":935,"Cost":800,"Date":"3/8/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":422,"Cost":297,"Date":"12/18/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":740,"Cost":630,"Date":"3/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":667,"Cost":413,"Date":"4/20/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":173,"Cost":132,"Date":"6/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":125,"Cost":75,"Date":"7/23/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":170,"Cost":138,"Date":"11/21/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":41,"Cost":26,"Date":"11/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":861,"Cost":787,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":7,"Cost":7,"Date":"5/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":321,"Cost":275,"Date":"9/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":419,"Cost":255,"Date":"1/3/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":271,"Cost":208,"Date":"2/2/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":28,"Cost":19,"Date":"3/18/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":585,"Cost":305,"Date":"10/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":469,"Cost":262,"Date":"2/16/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":635,"Cost":554,"Date":"6/7/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":908,"Cost":605,"Date":"1/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":514,"Cost":317,"Date":"3/27/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":122,"Cost":90,"Date":"5/12/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":616,"Cost":459,"Date":"7/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":975,"Cost":583,"Date":"8/8/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":29,"Cost":27,"Date":"12/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":110,"Cost":93,"Date":"1/17/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":953,"Cost":669,"Date":"3/8/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":806,"Cost":606,"Date":"6/6/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":586,"Cost":382,"Date":"6/16/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":244,"Cost":226,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":165,"Cost":147,"Date":"11/19/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":567,"Cost":464,"Date":"12/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":43,"Cost":26,"Date":"2/4/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":538,"Cost":453,"Date":"3/8/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":54,"Cost":48,"Date":"12/18/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":279,"Cost":215,"Date":"3/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":663,"Cost":437,"Date":"4/20/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":648,"Cost":391,"Date":"6/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":564,"Cost":283,"Date":"7/23/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":34,"Cost":17,"Date":"11/21/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":350,"Cost":295,"Date":"11/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":380,"Cost":286,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":338,"Cost":308,"Date":"5/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":806,"Cost":431,"Date":"9/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":427,"Cost":367,"Date":"1/3/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":278,"Cost":141,"Date":"2/2/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":692,"Cost":557,"Date":"3/18/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":962,"Cost":809,"Date":"10/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":974,"Cost":490,"Date":"2/16/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":784,"Cost":432,"Date":"6/7/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":808,"Cost":425,"Date":"1/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":446,"Cost":320,"Date":"3/27/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":329,"Cost":288,"Date":"5/12/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":320,"Cost":288,"Date":"7/28/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":441,"Cost":359,"Date":"8/8/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":493,"Cost":391,"Date":"12/7/2019"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":830,"Cost":448,"Date":"1/17/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":690,"Cost":420,"Date":"3/8/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":970,"Cost":887,"Date":"6/6/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":353,"Cost":245,"Date":"6/16/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":101,"Cost":54,"Date":"8/13/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":691,"Cost":616,"Date":"11/19/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":86,"Cost":56,"Date":"12/28/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":15,"Cost":13,"Date":"2/4/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":284,"Cost":256,"Date":"3/8/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":808,"Cost":426,"Date":"12/18/2021"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":576,"Cost":441,"Date":"3/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":430,"Cost":362,"Date":"4/20/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":40,"Cost":36,"Date":"6/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":356,"Cost":305,"Date":"7/23/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":307,"Cost":250,"Date":"11/21/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":376,"Cost":313,"Date":"11/26/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":323,"Cost":266,"Date":"2/20/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":377,"Cost":301,"Date":"5/21/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":552,"Cost":483,"Date":"9/28/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":274,"Cost":242,"Date":"1/3/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":588,"Cost":320,"Date":"2/2/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":40,"Cost":24,"Date":"3/18/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":487,"Cost":278,"Date":"10/14/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":494,"Cost":332,"Date":"2/16/2018"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":237,"Cost":177,"Date":"6/7/2018"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":34,"Cost":30,"Date":"1/28/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":379,"Cost":282,"Date":"3/27/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":471,"Cost":354,"Date":"5/12/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":888,"Cost":587,"Date":"7/28/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":131,"Cost":86,"Date":"8/8/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":318,"Cost":219,"Date":"12/7/2019"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":268,"Cost":247,"Date":"1/17/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":499,"Cost":285,"Date":"3/8/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":605,"Cost":492,"Date":"6/6/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":994,"Cost":528,"Date":"6/16/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":284,"Cost":172,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":482,"Cost":384,"Date":"11/19/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":172,"Cost":101,"Date":"12/28/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":715,"Cost":654,"Date":"2/4/2021"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":310,"Cost":187,"Date":"3/8/2021"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":961,"Cost":694,"Date":"12/18/2021"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":431,"Cost":329,"Date":"3/31/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":166,"Cost":97,"Date":"4/20/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":340,"Cost":305,"Date":"6/26/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":842,"Cost":589,"Date":"7/23/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":897,"Cost":743,"Date":"11/21/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":208,"Cost":127,"Date":"11/26/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":461,"Cost":240,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":938,"Cost":732,"Date":"5/21/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":144,"Cost":123,"Date":"9/28/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":734,"Cost":503,"Date":"1/3/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":673,"Cost":379,"Date":"2/2/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":555,"Cost":291,"Date":"3/18/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":210,"Cost":149,"Date":"10/14/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":878,"Cost":767,"Date":"2/16/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":103,"Cost":88,"Date":"6/7/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":87,"Cost":66,"Date":"1/28/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":119,"Cost":70,"Date":"3/27/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":596,"Cost":342,"Date":"5/12/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":505,"Cost":464,"Date":"7/28/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":116,"Cost":96,"Date":"8/8/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":355,"Cost":329,"Date":"12/7/2019"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":529,"Cost":472,"Date":"1/17/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":871,"Cost":526,"Date":"3/8/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":540,"Cost":399,"Date":"6/6/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":463,"Cost":350,"Date":"6/16/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":467,"Cost":424,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":511,"Cost":319,"Date":"11/19/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":511,"Cost":374,"Date":"12/28/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":450,"Cost":367,"Date":"2/4/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":662,"Cost":415,"Date":"3/8/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":721,"Cost":554,"Date":"12/18/2021"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":902,"Cost":562,"Date":"3/31/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":787,"Cost":713,"Date":"4/20/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":885,"Cost":637,"Date":"6/26/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":440,"Cost":335,"Date":"7/23/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":599,"Cost":395,"Date":"11/21/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":443,"Cost":335,"Date":"11/26/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":954,"Cost":602,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":61,"Cost":47,"Date":"5/21/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":532,"Cost":454,"Date":"9/28/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":86,"Cost":61,"Date":"1/3/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":998,"Cost":575,"Date":"2/2/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":480,"Cost":379,"Date":"3/18/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":688,"Cost":475,"Date":"10/14/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":425,"Cost":357,"Date":"2/16/2018"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":85,"Cost":76,"Date":"6/7/2018"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":416,"Cost":265,"Date":"1/28/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":634,"Cost":447,"Date":"3/27/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":314,"Cost":258,"Date":"5/12/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":512,"Cost":311,"Date":"7/28/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":767,"Cost":432,"Date":"8/8/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":665,"Cost":456,"Date":"12/7/2019"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":115,"Cost":84,"Date":"1/17/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":928,"Cost":868,"Date":"3/8/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":923,"Cost":706,"Date":"6/6/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":131,"Cost":124,"Date":"6/16/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":975,"Cost":677,"Date":"8/13/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":134,"Cost":96,"Date":"11/19/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":954,"Cost":521,"Date":"12/28/2020"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":970,"Cost":895,"Date":"2/4/2021"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":13,"Cost":13,"Date":"3/8/2021"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":712,"Cost":386,"Date":"12/18/2021"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":512,"Cost":318,"Date":"3/31/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":703,"Cost":473,"Date":"4/20/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":809,"Cost":767,"Date":"6/26/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":785,"Cost":496,"Date":"7/23/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":934,"Cost":575,"Date":"11/21/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":161,"Cost":124,"Date":"11/26/2022"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":3,"Cost":2,"Date":"2/20/2023"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":214,"Cost":195,"Date":"5/21/2023"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":427,"Cost":239,"Date":"9/28/2023"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":901,"Cost":518,"Date":"1/3/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":924,"Cost":774,"Date":"2/2/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":497,"Cost":301,"Date":"3/18/2024"},{"Store":"Trinity Leeds","Brand":"HM Home","Country":"UK","Sale":778,"Cost":661,"Date":"10/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":347,"Cost":228,"Date":"2/16/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":754,"Cost":412,"Date":"6/7/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":758,"Cost":441,"Date":"1/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":942,"Cost":659,"Date":"3/27/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":328,"Cost":237,"Date":"5/12/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":161,"Cost":87,"Date":"7/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":765,"Cost":540,"Date":"8/8/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":269,"Cost":219,"Date":"12/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":817,"Cost":484,"Date":"1/17/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":360,"Cost":200,"Date":"3/8/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":536,"Cost":409,"Date":"6/6/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":773,"Cost":400,"Date":"6/16/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":400,"Cost":310,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":100,"Cost":64,"Date":"11/19/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":428,"Cost":286,"Date":"12/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":904,"Cost":460,"Date":"2/4/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":954,"Cost":482,"Date":"3/8/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":174,"Cost":119,"Date":"12/18/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":376,"Cost":190,"Date":"3/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":885,"Cost":764,"Date":"4/20/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":971,"Cost":717,"Date":"6/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":831,"Cost":562,"Date":"7/23/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":77,"Cost":57,"Date":"11/21/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":594,"Cost":434,"Date":"11/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":226,"Cost":183,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":370,"Cost":216,"Date":"5/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":76,"Cost":41,"Date":"9/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":330,"Cost":189,"Date":"1/3/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":951,"Cost":857,"Date":"2/2/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":266,"Cost":245,"Date":"3/18/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"Sellpy","Country":"UK","Sale":213,"Cost":122,"Date":"10/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":117,"Cost":107,"Date":"2/16/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":30,"Cost":18,"Date":"6/7/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":959,"Cost":758,"Date":"1/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":614,"Cost":425,"Date":"3/27/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":94,"Cost":88,"Date":"5/12/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":335,"Cost":311,"Date":"7/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":299,"Cost":247,"Date":"8/8/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":581,"Cost":442,"Date":"12/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":399,"Cost":321,"Date":"1/17/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":979,"Cost":895,"Date":"3/8/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":295,"Cost":169,"Date":"6/6/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":282,"Cost":226,"Date":"6/16/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":400,"Cost":278,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":872,"Cost":817,"Date":"11/19/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":194,"Cost":178,"Date":"12/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":614,"Cost":465,"Date":"2/4/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":847,"Cost":489,"Date":"3/8/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":579,"Cost":463,"Date":"12/18/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":491,"Cost":396,"Date":"3/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":690,"Cost":617,"Date":"4/20/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":59,"Cost":55,"Date":"6/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":932,"Cost":837,"Date":"7/23/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":316,"Cost":159,"Date":"11/21/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":897,"Cost":718,"Date":"11/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":184,"Cost":108,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":305,"Cost":281,"Date":"5/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":237,"Cost":144,"Date":"9/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":97,"Cost":80,"Date":"1/3/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":420,"Cost":322,"Date":"2/2/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":730,"Cost":473,"Date":"3/18/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":308,"Cost":248,"Date":"10/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":231,"Cost":168,"Date":"2/16/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":185,"Cost":103,"Date":"6/7/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":397,"Cost":310,"Date":"1/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":225,"Cost":211,"Date":"3/27/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":277,"Cost":163,"Date":"5/12/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":317,"Cost":296,"Date":"7/28/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":536,"Cost":498,"Date":"8/8/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":942,"Cost":766,"Date":"12/7/2019"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":327,"Cost":283,"Date":"1/17/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":225,"Cost":186,"Date":"3/8/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":491,"Cost":270,"Date":"6/6/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":380,"Cost":213,"Date":"6/16/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":760,"Cost":522,"Date":"8/13/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":296,"Cost":177,"Date":"11/19/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":635,"Cost":532,"Date":"12/28/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":123,"Cost":107,"Date":"2/4/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":578,"Cost":290,"Date":"3/8/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":939,"Cost":658,"Date":"12/18/2021"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":679,"Cost":589,"Date":"3/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":539,"Cost":313,"Date":"4/20/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":756,"Cost":519,"Date":"6/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":534,"Cost":454,"Date":"7/23/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":924,"Cost":866,"Date":"11/21/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":446,"Cost":267,"Date":"11/26/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":35,"Cost":28,"Date":"2/20/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":233,"Cost":151,"Date":"5/21/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":482,"Cost":274,"Date":"9/28/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":29,"Cost":27,"Date":"1/3/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":555,"Cost":304,"Date":"2/2/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":537,"Cost":482,"Date":"3/18/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":198,"Cost":156,"Date":"10/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":421,"Cost":396,"Date":"2/16/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":914,"Cost":693,"Date":"6/7/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":955,"Cost":647,"Date":"1/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":314,"Cost":233,"Date":"3/27/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":929,"Cost":755,"Date":"5/12/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":931,"Cost":823,"Date":"7/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":649,"Cost":431,"Date":"8/8/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":321,"Cost":279,"Date":"12/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":931,"Cost":681,"Date":"1/17/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":842,"Cost":432,"Date":"3/8/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":184,"Cost":151,"Date":"6/6/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":143,"Cost":111,"Date":"6/16/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":397,"Cost":280,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":215,"Cost":151,"Date":"11/19/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":594,"Cost":466,"Date":"12/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":142,"Cost":97,"Date":"2/4/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":465,"Cost":349,"Date":"3/8/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":157,"Cost":117,"Date":"12/18/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":637,"Cost":566,"Date":"3/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":513,"Cost":259,"Date":"4/20/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":15,"Cost":15,"Date":"6/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":792,"Cost":751,"Date":"7/23/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":901,"Cost":714,"Date":"11/21/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":774,"Cost":518,"Date":"11/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":246,"Cost":138,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":926,"Cost":661,"Date":"5/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":996,"Cost":895,"Date":"9/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":750,"Cost":448,"Date":"1/3/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":985,"Cost":711,"Date":"2/2/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":839,"Cost":683,"Date":"3/18/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":299,"Cost":280,"Date":"10/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":797,"Cost":411,"Date":"2/16/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":585,"Cost":451,"Date":"6/7/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":225,"Cost":205,"Date":"1/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":693,"Cost":638,"Date":"3/27/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":397,"Cost":292,"Date":"5/12/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":290,"Cost":243,"Date":"7/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":783,"Cost":670,"Date":"8/8/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":993,"Cost":518,"Date":"12/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":261,"Cost":227,"Date":"1/17/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":231,"Cost":128,"Date":"3/8/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":311,"Cost":233,"Date":"6/6/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":755,"Cost":491,"Date":"6/16/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":226,"Cost":153,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":820,"Cost":739,"Date":"11/19/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":350,"Cost":242,"Date":"12/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":987,"Cost":535,"Date":"2/4/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":308,"Cost":162,"Date":"3/8/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":567,"Cost":412,"Date":"12/18/2021"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":733,"Cost":635,"Date":"3/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":621,"Cost":454,"Date":"4/20/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":845,"Cost":476,"Date":"6/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":113,"Cost":77,"Date":"7/23/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":955,"Cost":640,"Date":"11/21/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":842,"Cost":769,"Date":"11/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":206,"Cost":134,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":931,"Cost":613,"Date":"5/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":574,"Cost":371,"Date":"9/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":150,"Cost":126,"Date":"1/3/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":429,"Cost":332,"Date":"2/2/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":973,"Cost":810,"Date":"3/18/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":292,"Cost":203,"Date":"10/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":269,"Cost":174,"Date":"2/16/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":135,"Cost":121,"Date":"6/7/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":662,"Cost":468,"Date":"1/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":561,"Cost":488,"Date":"3/27/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":564,"Cost":347,"Date":"5/12/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":231,"Cost":148,"Date":"7/28/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":678,"Cost":358,"Date":"8/8/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":153,"Cost":141,"Date":"12/7/2019"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":633,"Cost":472,"Date":"1/17/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":636,"Cost":542,"Date":"3/8/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":832,"Cost":476,"Date":"6/6/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":496,"Cost":414,"Date":"6/16/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":174,"Cost":122,"Date":"8/13/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":882,"Cost":657,"Date":"11/19/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":267,"Cost":164,"Date":"12/28/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":552,"Cost":340,"Date":"2/4/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":628,"Cost":405,"Date":"3/8/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":677,"Cost":623,"Date":"12/18/2021"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":564,"Cost":447,"Date":"3/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":496,"Cost":391,"Date":"4/20/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":710,"Cost":662,"Date":"6/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":38,"Cost":29,"Date":"7/23/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":63,"Cost":60,"Date":"11/21/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":180,"Cost":116,"Date":"11/26/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":208,"Cost":116,"Date":"2/20/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":767,"Cost":709,"Date":"5/21/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":160,"Cost":101,"Date":"9/28/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":980,"Cost":838,"Date":"1/3/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":527,"Cost":429,"Date":"2/2/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":750,"Cost":464,"Date":"3/18/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":266,"Cost":209,"Date":"10/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":97,"Cost":85,"Date":"2/16/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":802,"Cost":684,"Date":"6/7/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":938,"Cost":736,"Date":"1/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":875,"Cost":820,"Date":"3/27/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":353,"Cost":273,"Date":"5/12/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":842,"Cost":743,"Date":"7/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":593,"Cost":420,"Date":"8/8/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":76,"Cost":52,"Date":"12/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":112,"Cost":95,"Date":"1/17/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":396,"Cost":367,"Date":"3/8/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":233,"Cost":123,"Date":"6/6/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":470,"Cost":238,"Date":"6/16/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":339,"Cost":240,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":492,"Cost":313,"Date":"11/19/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":68,"Cost":40,"Date":"12/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":65,"Cost":41,"Date":"2/4/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":92,"Cost":86,"Date":"3/8/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":557,"Cost":319,"Date":"12/18/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":620,"Cost":358,"Date":"3/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":314,"Cost":199,"Date":"4/20/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":604,"Cost":313,"Date":"6/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":137,"Cost":76,"Date":"7/23/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":290,"Cost":240,"Date":"11/21/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":66,"Cost":49,"Date":"11/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":76,"Cost":55,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":165,"Cost":141,"Date":"5/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":662,"Cost":371,"Date":"9/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":989,"Cost":812,"Date":"1/3/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":491,"Cost":298,"Date":"2/2/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":460,"Cost":266,"Date":"3/18/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":629,"Cost":441,"Date":"10/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":751,"Cost":600,"Date":"2/16/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":990,"Cost":930,"Date":"6/7/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":888,"Cost":510,"Date":"1/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":563,"Cost":349,"Date":"3/27/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":398,"Cost":227,"Date":"5/12/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":545,"Cost":286,"Date":"7/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":470,"Cost":324,"Date":"8/8/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":595,"Cost":467,"Date":"12/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":3,"Cost":3,"Date":"1/17/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":489,"Cost":373,"Date":"3/8/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":229,"Cost":188,"Date":"6/6/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":343,"Cost":298,"Date":"6/16/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":768,"Cost":656,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":203,"Cost":158,"Date":"11/19/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":448,"Cost":251,"Date":"12/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":632,"Cost":374,"Date":"2/4/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":102,"Cost":60,"Date":"3/8/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":624,"Cost":531,"Date":"12/18/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":39,"Cost":30,"Date":"3/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":505,"Cost":329,"Date":"4/20/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":349,"Cost":261,"Date":"6/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":83,"Cost":79,"Date":"7/23/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":284,"Cost":158,"Date":"11/21/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":28,"Cost":15,"Date":"11/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":755,"Cost":478,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":176,"Cost":115,"Date":"5/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":155,"Cost":134,"Date":"9/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":408,"Cost":318,"Date":"1/3/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":115,"Cost":95,"Date":"2/2/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":623,"Cost":589,"Date":"3/18/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":807,"Cost":533,"Date":"10/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":841,"Cost":485,"Date":"2/16/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":848,"Cost":706,"Date":"6/7/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":553,"Cost":404,"Date":"1/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":878,"Cost":591,"Date":"3/27/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":821,"Cost":504,"Date":"5/12/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":665,"Cost":622,"Date":"7/28/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":713,"Cost":592,"Date":"8/8/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":425,"Cost":239,"Date":"12/7/2019"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":693,"Cost":493,"Date":"1/17/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":966,"Cost":596,"Date":"3/8/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":767,"Cost":401,"Date":"6/6/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":671,"Cost":451,"Date":"6/16/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":640,"Cost":590,"Date":"8/13/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":692,"Cost":639,"Date":"11/19/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":684,"Cost":457,"Date":"12/28/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":670,"Cost":506,"Date":"2/4/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":616,"Cost":343,"Date":"3/8/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":864,"Cost":815,"Date":"12/18/2021"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":324,"Cost":198,"Date":"3/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":992,"Cost":589,"Date":"4/20/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":240,"Cost":129,"Date":"6/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":631,"Cost":425,"Date":"7/23/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":464,"Cost":414,"Date":"11/21/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":912,"Cost":790,"Date":"11/26/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":507,"Cost":260,"Date":"2/20/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":712,"Cost":481,"Date":"5/21/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":681,"Cost":417,"Date":"9/28/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":202,"Cost":161,"Date":"1/3/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":472,"Cost":433,"Date":"2/2/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":436,"Cost":265,"Date":"3/18/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"HM","Country":"UK","Sale":689,"Cost":492,"Date":"10/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":639,"Cost":445,"Date":"2/16/2018"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":734,"Cost":424,"Date":"6/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":701,"Cost":465,"Date":"1/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":942,"Cost":648,"Date":"3/27/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":575,"Cost":437,"Date":"5/12/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":161,"Cost":140,"Date":"7/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":411,"Cost":389,"Date":"8/8/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":442,"Cost":275,"Date":"12/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":549,"Cost":448,"Date":"1/17/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":60,"Cost":36,"Date":"3/8/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":29,"Cost":24,"Date":"6/6/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":493,"Cost":467,"Date":"6/16/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":227,"Cost":150,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":230,"Cost":175,"Date":"11/19/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":699,"Cost":575,"Date":"12/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":129,"Cost":108,"Date":"2/4/2021"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":564,"Cost":387,"Date":"3/8/2021"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":411,"Cost":294,"Date":"12/18/2021"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":60,"Cost":42,"Date":"3/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":110,"Cost":76,"Date":"4/20/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":447,"Cost":382,"Date":"6/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":781,"Cost":605,"Date":"7/23/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":875,"Cost":710,"Date":"11/21/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":395,"Cost":219,"Date":"11/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":435,"Cost":321,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":13,"Cost":8,"Date":"5/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":466,"Cost":396,"Date":"9/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":955,"Cost":642,"Date":"1/3/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":891,"Cost":833,"Date":"2/2/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":384,"Cost":218,"Date":"3/18/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":37,"Cost":23,"Date":"10/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":889,"Cost":777,"Date":"2/16/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":191,"Cost":99,"Date":"6/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":704,"Cost":363,"Date":"1/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":392,"Cost":367,"Date":"3/27/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":257,"Cost":145,"Date":"5/12/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":760,"Cost":683,"Date":"7/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":75,"Cost":59,"Date":"8/8/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":746,"Cost":470,"Date":"12/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":162,"Cost":93,"Date":"1/17/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":758,"Cost":382,"Date":"3/8/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":633,"Cost":383,"Date":"6/6/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":471,"Cost":373,"Date":"6/16/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":358,"Cost":196,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":347,"Cost":291,"Date":"11/19/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":442,"Cost":278,"Date":"12/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":632,"Cost":336,"Date":"2/4/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":717,"Cost":388,"Date":"3/8/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":795,"Cost":506,"Date":"12/18/2021"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":915,"Cost":567,"Date":"3/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":73,"Cost":43,"Date":"4/20/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":161,"Cost":142,"Date":"6/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":399,"Cost":207,"Date":"7/23/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":112,"Cost":100,"Date":"11/21/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":177,"Cost":151,"Date":"11/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":984,"Cost":916,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":43,"Cost":37,"Date":"5/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":719,"Cost":546,"Date":"9/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":929,"Cost":842,"Date":"1/3/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":454,"Cost":366,"Date":"2/2/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":115,"Cost":77,"Date":"3/18/2024"},{"Store":"Eldon Square, Newcastle","Brand":"Nova","Country":"UK","Sale":722,"Cost":366,"Date":"10/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":627,"Cost":380,"Date":"2/16/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":570,"Cost":302,"Date":"6/7/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":739,"Cost":378,"Date":"1/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":655,"Cost":510,"Date":"3/27/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":376,"Cost":196,"Date":"5/12/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":789,"Cost":722,"Date":"7/28/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":687,"Cost":522,"Date":"8/8/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":335,"Cost":219,"Date":"12/7/2019"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":862,"Cost":758,"Date":"1/17/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":849,"Cost":473,"Date":"3/8/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":25,"Cost":18,"Date":"6/6/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":892,"Cost":560,"Date":"6/16/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":792,"Cost":617,"Date":"8/13/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":831,"Cost":608,"Date":"11/19/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":598,"Cost":453,"Date":"12/28/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":799,"Cost":663,"Date":"2/4/2021"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":706,"Cost":545,"Date":"3/8/2021"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":601,"Cost":364,"Date":"12/18/2021"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":321,"Cost":164,"Date":"3/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":212,"Cost":139,"Date":"4/20/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":785,"Cost":683,"Date":"6/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":757,"Cost":528,"Date":"7/23/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":776,"Cost":494,"Date":"11/21/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":547,"Cost":333,"Date":"11/26/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":368,"Cost":226,"Date":"2/20/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":266,"Cost":154,"Date":"5/21/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":189,"Cost":133,"Date":"9/28/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":243,"Cost":135,"Date":"1/3/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":377,"Cost":236,"Date":"2/2/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":443,"Cost":420,"Date":"3/18/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":30,"Cost":16,"Date":"10/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":882,"Cost":638,"Date":"2/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":546,"Cost":419,"Date":"6/7/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":644,"Cost":406,"Date":"1/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":313,"Cost":186,"Date":"3/27/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":91,"Cost":67,"Date":"5/12/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":528,"Cost":434,"Date":"7/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":7,"Cost":5,"Date":"8/8/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":433,"Cost":260,"Date":"12/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":344,"Cost":208,"Date":"1/17/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":805,"Cost":427,"Date":"3/8/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":238,"Cost":125,"Date":"6/6/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":343,"Cost":295,"Date":"6/16/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":122,"Cost":87,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":567,"Cost":360,"Date":"11/19/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":850,"Cost":748,"Date":"12/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":134,"Cost":120,"Date":"2/4/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":635,"Cost":593,"Date":"3/8/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":737,"Cost":554,"Date":"12/18/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":285,"Cost":161,"Date":"3/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":973,"Cost":627,"Date":"4/20/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":672,"Cost":483,"Date":"6/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":423,"Cost":211,"Date":"7/23/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":312,"Cost":163,"Date":"11/21/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":470,"Cost":404,"Date":"11/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":242,"Cost":195,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":636,"Cost":510,"Date":"5/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":539,"Cost":375,"Date":"9/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":214,"Cost":128,"Date":"1/3/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":967,"Cost":800,"Date":"2/2/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":70,"Cost":60,"Date":"3/18/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":445,"Cost":359,"Date":"10/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":774,"Cost":700,"Date":"2/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":648,"Cost":346,"Date":"6/7/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":487,"Cost":355,"Date":"1/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":228,"Cost":210,"Date":"3/27/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":582,"Cost":523,"Date":"5/12/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":907,"Cost":715,"Date":"7/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":968,"Cost":564,"Date":"8/8/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":171,"Cost":123,"Date":"12/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":851,"Cost":727,"Date":"1/17/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":44,"Cost":32,"Date":"3/8/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":665,"Cost":344,"Date":"6/6/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":36,"Cost":32,"Date":"6/16/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":514,"Cost":317,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":261,"Cost":146,"Date":"11/19/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":825,"Cost":658,"Date":"12/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":478,"Cost":268,"Date":"2/4/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":516,"Cost":326,"Date":"3/8/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":139,"Cost":116,"Date":"12/18/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":567,"Cost":411,"Date":"3/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":722,"Cost":367,"Date":"4/20/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":794,"Cost":497,"Date":"6/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":259,"Cost":215,"Date":"7/23/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":383,"Cost":265,"Date":"11/21/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":935,"Cost":515,"Date":"11/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":338,"Cost":306,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":97,"Cost":72,"Date":"5/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":701,"Cost":664,"Date":"9/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":332,"Cost":236,"Date":"1/3/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":364,"Cost":317,"Date":"2/2/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":368,"Cost":305,"Date":"3/18/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Nova","Country":"UK","Sale":411,"Cost":219,"Date":"10/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":578,"Cost":391,"Date":"2/16/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":808,"Cost":440,"Date":"6/7/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":641,"Cost":398,"Date":"1/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":602,"Cost":517,"Date":"3/27/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":334,"Cost":272,"Date":"5/12/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":582,"Cost":483,"Date":"7/28/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":320,"Cost":247,"Date":"8/8/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":720,"Cost":426,"Date":"12/7/2019"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":870,"Cost":680,"Date":"1/17/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":694,"Cost":347,"Date":"3/8/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":783,"Cost":652,"Date":"6/6/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":246,"Cost":232,"Date":"6/16/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":67,"Cost":47,"Date":"8/13/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":367,"Cost":313,"Date":"11/19/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":528,"Cost":392,"Date":"12/28/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":496,"Cost":437,"Date":"2/4/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":517,"Cost":270,"Date":"3/8/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":471,"Cost":403,"Date":"12/18/2021"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":244,"Cost":201,"Date":"3/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":288,"Cost":225,"Date":"4/20/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":587,"Cost":465,"Date":"6/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":502,"Cost":413,"Date":"7/23/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":418,"Cost":271,"Date":"11/21/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":837,"Cost":612,"Date":"11/26/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":5,"Cost":4,"Date":"2/20/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":266,"Cost":143,"Date":"5/21/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":310,"Cost":290,"Date":"9/28/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":110,"Cost":96,"Date":"1/3/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":579,"Cost":494,"Date":"2/2/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":282,"Cost":219,"Date":"3/18/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":537,"Cost":494,"Date":"10/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":769,"Cost":599,"Date":"2/16/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":919,"Cost":535,"Date":"6/7/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":270,"Cost":137,"Date":"1/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":53,"Cost":32,"Date":"3/27/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":923,"Cost":661,"Date":"5/12/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":270,"Cost":151,"Date":"7/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":64,"Cost":40,"Date":"8/8/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":437,"Cost":225,"Date":"12/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":664,"Cost":398,"Date":"1/17/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":983,"Cost":661,"Date":"3/8/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":492,"Cost":461,"Date":"6/6/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":932,"Cost":630,"Date":"6/16/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":777,"Cost":479,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":499,"Cost":464,"Date":"11/19/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":452,"Cost":292,"Date":"12/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":122,"Cost":73,"Date":"2/4/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":616,"Cost":334,"Date":"3/8/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":977,"Cost":547,"Date":"12/18/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":922,"Cost":619,"Date":"3/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":507,"Cost":272,"Date":"4/20/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":719,"Cost":473,"Date":"6/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":636,"Cost":534,"Date":"7/23/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":310,"Cost":249,"Date":"11/21/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":188,"Cost":167,"Date":"11/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":172,"Cost":90,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":523,"Cost":307,"Date":"5/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":167,"Cost":154,"Date":"9/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":575,"Cost":331,"Date":"1/3/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":520,"Cost":455,"Date":"2/2/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":155,"Cost":133,"Date":"3/18/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":705,"Cost":607,"Date":"10/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":355,"Cost":335,"Date":"2/16/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":857,"Cost":634,"Date":"6/7/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":434,"Cost":274,"Date":"1/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":16,"Cost":9,"Date":"3/27/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":275,"Cost":259,"Date":"5/12/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":378,"Cost":284,"Date":"7/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":371,"Cost":311,"Date":"8/8/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":925,"Cost":671,"Date":"12/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":320,"Cost":206,"Date":"1/17/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":65,"Cost":49,"Date":"3/8/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":573,"Cost":453,"Date":"6/6/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":824,"Cost":443,"Date":"6/16/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":237,"Cost":153,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":267,"Cost":135,"Date":"11/19/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":211,"Cost":161,"Date":"12/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":862,"Cost":613,"Date":"2/4/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":41,"Cost":30,"Date":"3/8/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":90,"Cost":82,"Date":"12/18/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":656,"Cost":548,"Date":"3/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":757,"Cost":576,"Date":"4/20/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":252,"Cost":202,"Date":"6/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":849,"Cost":689,"Date":"7/23/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":426,"Cost":340,"Date":"11/21/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":308,"Cost":288,"Date":"11/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":269,"Cost":232,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":480,"Cost":344,"Date":"5/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":149,"Cost":78,"Date":"9/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":885,"Cost":729,"Date":"1/3/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":395,"Cost":347,"Date":"2/2/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":416,"Cost":339,"Date":"3/18/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM","Country":"UK","Sale":250,"Cost":214,"Date":"10/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":221,"Cost":141,"Date":"2/16/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":882,"Cost":774,"Date":"6/7/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":761,"Cost":543,"Date":"1/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":472,"Cost":239,"Date":"3/27/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":418,"Cost":281,"Date":"5/12/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":444,"Cost":350,"Date":"7/28/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":482,"Cost":338,"Date":"8/8/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":466,"Cost":349,"Date":"12/7/2019"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":675,"Cost":589,"Date":"1/17/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":412,"Cost":339,"Date":"3/8/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":246,"Cost":154,"Date":"6/6/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":960,"Cost":909,"Date":"6/16/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":48,"Cost":40,"Date":"8/13/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":338,"Cost":177,"Date":"11/19/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":873,"Cost":587,"Date":"12/28/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":952,"Cost":724,"Date":"2/4/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":128,"Cost":111,"Date":"3/8/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":711,"Cost":656,"Date":"12/18/2021"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":948,"Cost":719,"Date":"3/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":340,"Cost":199,"Date":"4/20/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":722,"Cost":615,"Date":"6/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":423,"Cost":370,"Date":"7/23/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":639,"Cost":606,"Date":"11/21/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":656,"Cost":397,"Date":"11/26/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":139,"Cost":109,"Date":"2/20/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":809,"Cost":678,"Date":"5/21/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":950,"Cost":751,"Date":"9/28/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":57,"Cost":47,"Date":"1/3/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":611,"Cost":480,"Date":"2/2/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":239,"Cost":161,"Date":"3/18/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"HM Home","Country":"UK","Sale":592,"Cost":557,"Date":"10/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":753,"Cost":435,"Date":"2/16/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":270,"Cost":152,"Date":"6/7/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":540,"Cost":465,"Date":"1/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":985,"Cost":661,"Date":"3/27/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":426,"Cost":273,"Date":"5/12/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":278,"Cost":142,"Date":"7/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":79,"Cost":56,"Date":"8/8/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":462,"Cost":381,"Date":"12/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":72,"Cost":69,"Date":"1/17/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":959,"Cost":808,"Date":"3/8/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":638,"Cost":343,"Date":"6/6/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":535,"Cost":322,"Date":"6/16/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":671,"Cost":494,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":66,"Cost":43,"Date":"11/19/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":95,"Cost":59,"Date":"12/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":823,"Cost":581,"Date":"2/4/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":641,"Cost":448,"Date":"3/8/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":753,"Cost":701,"Date":"12/18/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":276,"Cost":238,"Date":"3/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":312,"Cost":159,"Date":"4/20/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":691,"Cost":547,"Date":"6/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":212,"Cost":159,"Date":"7/23/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":394,"Cost":331,"Date":"11/21/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":378,"Cost":190,"Date":"11/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":431,"Cost":238,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":968,"Cost":917,"Date":"5/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":963,"Cost":584,"Date":"9/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":756,"Cost":585,"Date":"1/3/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":139,"Cost":125,"Date":"2/2/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":999,"Cost":568,"Date":"3/18/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"COS","Country":"UK","Sale":898,"Cost":482,"Date":"10/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":255,"Cost":135,"Date":"2/16/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":485,"Cost":368,"Date":"6/7/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":434,"Cost":335,"Date":"1/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":240,"Cost":222,"Date":"3/27/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":433,"Cost":230,"Date":"5/12/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":822,"Cost":439,"Date":"7/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":684,"Cost":577,"Date":"8/8/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":214,"Cost":163,"Date":"12/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":7,"Cost":6,"Date":"1/17/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":506,"Cost":323,"Date":"3/8/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":667,"Cost":610,"Date":"6/6/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":391,"Cost":329,"Date":"6/16/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":22,"Cost":15,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":373,"Cost":235,"Date":"11/19/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":163,"Cost":125,"Date":"12/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":613,"Cost":487,"Date":"2/4/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":244,"Cost":131,"Date":"3/8/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":953,"Cost":490,"Date":"12/18/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":19,"Cost":10,"Date":"3/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":595,"Cost":431,"Date":"4/20/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":218,"Cost":127,"Date":"6/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":20,"Date":"7/23/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":430,"Cost":296,"Date":"11/21/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":653,"Cost":530,"Date":"11/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":496,"Cost":325,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":578,"Cost":496,"Date":"5/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":749,"Cost":598,"Date":"9/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":720,"Cost":659,"Date":"1/3/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":588,"Cost":486,"Date":"2/2/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":177,"Cost":128,"Date":"3/18/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":59,"Cost":50,"Date":"10/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":514,"Cost":440,"Date":"2/16/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":400,"Cost":321,"Date":"6/7/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":139,"Cost":74,"Date":"1/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":899,"Cost":605,"Date":"3/27/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":846,"Cost":673,"Date":"5/12/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":219,"Cost":187,"Date":"7/28/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":848,"Cost":519,"Date":"8/8/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":937,"Cost":519,"Date":"12/7/2019"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":160,"Cost":102,"Date":"1/17/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":151,"Cost":93,"Date":"3/8/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":115,"Cost":78,"Date":"6/6/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":431,"Cost":230,"Date":"6/16/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":401,"Cost":376,"Date":"8/13/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":49,"Cost":32,"Date":"11/19/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":533,"Cost":286,"Date":"12/28/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":144,"Cost":79,"Date":"2/4/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":718,"Cost":451,"Date":"3/8/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":341,"Cost":271,"Date":"12/18/2021"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":84,"Cost":46,"Date":"3/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":879,"Cost":821,"Date":"4/20/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":452,"Cost":402,"Date":"6/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":138,"Cost":107,"Date":"7/23/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":148,"Cost":111,"Date":"11/21/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":737,"Cost":429,"Date":"11/26/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":16,"Cost":10,"Date":"2/20/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":505,"Cost":402,"Date":"5/21/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":945,"Cost":655,"Date":"9/28/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":228,"Cost":177,"Date":"1/3/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":499,"Cost":415,"Date":"2/2/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":655,"Cost":344,"Date":"3/18/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Jeans","Country":"UK","Sale":354,"Cost":198,"Date":"10/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":404,"Cost":316,"Date":"2/16/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":513,"Cost":400,"Date":"6/7/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":3,"Cost":2,"Date":"1/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":630,"Cost":593,"Date":"3/27/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":554,"Cost":351,"Date":"5/12/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":89,"Cost":75,"Date":"7/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":483,"Cost":271,"Date":"8/8/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":386,"Cost":294,"Date":"12/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":824,"Cost":593,"Date":"1/17/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":266,"Cost":241,"Date":"3/8/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":979,"Cost":677,"Date":"6/6/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":484,"Cost":377,"Date":"6/16/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":261,"Cost":177,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":864,"Cost":441,"Date":"11/19/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":853,"Cost":661,"Date":"12/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":736,"Cost":634,"Date":"2/4/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":412,"Cost":369,"Date":"3/8/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":715,"Cost":659,"Date":"12/18/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":98,"Cost":80,"Date":"3/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":186,"Cost":96,"Date":"4/20/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":790,"Cost":663,"Date":"6/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":945,"Cost":506,"Date":"7/23/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":415,"Cost":393,"Date":"11/21/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":693,"Cost":461,"Date":"11/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":176,"Cost":123,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":478,"Cost":249,"Date":"5/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":299,"Cost":161,"Date":"9/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":641,"Cost":434,"Date":"1/3/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":467,"Cost":301,"Date":"2/2/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":280,"Cost":263,"Date":"3/18/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":209,"Cost":147,"Date":"10/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":582,"Cost":322,"Date":"2/16/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":131,"Cost":93,"Date":"6/7/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":277,"Cost":240,"Date":"1/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":438,"Cost":241,"Date":"3/27/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":147,"Cost":137,"Date":"5/12/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":665,"Cost":493,"Date":"7/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":512,"Cost":354,"Date":"8/8/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":486,"Cost":254,"Date":"12/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":425,"Cost":393,"Date":"1/17/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":395,"Cost":312,"Date":"3/8/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":94,"Cost":61,"Date":"6/6/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":913,"Cost":768,"Date":"6/16/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":521,"Cost":419,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":965,"Cost":869,"Date":"11/19/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":266,"Cost":159,"Date":"12/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":481,"Cost":395,"Date":"2/4/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":555,"Cost":480,"Date":"3/8/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":776,"Cost":578,"Date":"12/18/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":30,"Cost":16,"Date":"3/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":273,"Cost":149,"Date":"4/20/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":438,"Cost":273,"Date":"6/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":827,"Cost":618,"Date":"7/23/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":80,"Cost":70,"Date":"11/21/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":966,"Cost":663,"Date":"11/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":931,"Cost":813,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":576,"Cost":465,"Date":"5/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":361,"Cost":205,"Date":"9/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":790,"Cost":738,"Date":"1/3/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":849,"Cost":753,"Date":"2/2/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":619,"Cost":380,"Date":"3/18/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":142,"Cost":103,"Date":"10/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":70,"Cost":50,"Date":"2/16/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":461,"Cost":408,"Date":"6/7/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":52,"Cost":43,"Date":"1/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":217,"Cost":167,"Date":"3/27/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":354,"Cost":214,"Date":"5/12/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":45,"Cost":41,"Date":"7/28/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":371,"Cost":309,"Date":"8/8/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":134,"Cost":121,"Date":"12/7/2019"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":38,"Cost":21,"Date":"1/17/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":570,"Cost":495,"Date":"3/8/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":849,"Cost":521,"Date":"6/6/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":564,"Cost":529,"Date":"6/16/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":806,"Cost":582,"Date":"8/13/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":846,"Cost":447,"Date":"11/19/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":253,"Cost":209,"Date":"12/28/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":433,"Cost":231,"Date":"2/4/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":245,"Cost":189,"Date":"3/8/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":870,"Cost":540,"Date":"12/18/2021"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":767,"Cost":698,"Date":"3/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":2,"Cost":2,"Date":"4/20/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":437,"Cost":257,"Date":"6/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":866,"Cost":544,"Date":"7/23/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":511,"Cost":344,"Date":"11/21/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":387,"Cost":277,"Date":"11/26/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":64,"Cost":40,"Date":"2/20/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":899,"Cost":772,"Date":"5/21/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":31,"Cost":22,"Date":"9/28/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":522,"Cost":422,"Date":"1/3/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":277,"Cost":239,"Date":"2/2/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":620,"Date":"3/18/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Sellpy","Country":"UK","Sale":74,"Cost":58,"Date":"10/14/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":22,"Date":"2/16/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":166,"Cost":139,"Date":"6/7/2018"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":544,"Cost":388,"Date":"1/28/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":681,"Cost":380,"Date":"3/27/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":173,"Cost":103,"Date":"5/12/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":607,"Cost":395,"Date":"7/28/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":832,"Cost":418,"Date":"8/8/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":728,"Cost":685,"Date":"12/7/2019"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":467,"Cost":411,"Date":"1/17/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":961,"Cost":673,"Date":"3/8/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":892,"Cost":803,"Date":"6/6/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":517,"Cost":306,"Date":"6/16/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":874,"Cost":582,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":372,"Cost":201,"Date":"11/19/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":504,"Cost":279,"Date":"12/28/2020"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":763,"Cost":616,"Date":"2/4/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":871,"Cost":578,"Date":"3/8/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":282,"Cost":258,"Date":"12/18/2021"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":713,"Cost":600,"Date":"3/31/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":139,"Cost":86,"Date":"4/20/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":887,"Cost":783,"Date":"6/26/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":566,"Cost":468,"Date":"7/23/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":976,"Cost":727,"Date":"11/21/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":655,"Cost":528,"Date":"11/26/2022"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":855,"Cost":528,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":596,"Cost":510,"Date":"5/21/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":452,"Cost":348,"Date":"9/28/2023"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":72,"Cost":39,"Date":"1/3/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":174,"Cost":124,"Date":"2/2/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":227,"Cost":156,"Date":"3/18/2024"},{"Store":"The Centre, Livingston","Brand":"Sellpy","Country":"UK","Sale":997,"Cost":642,"Date":"10/14/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":827,"Cost":646,"Date":"2/16/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":51,"Cost":34,"Date":"6/7/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":421,"Cost":257,"Date":"1/28/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":465,"Cost":243,"Date":"3/27/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":629,"Cost":381,"Date":"5/12/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":695,"Cost":355,"Date":"7/28/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":761,"Cost":555,"Date":"8/8/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":138,"Cost":115,"Date":"12/7/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":11,"Cost":10,"Date":"1/17/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":429,"Cost":347,"Date":"3/8/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":182,"Cost":98,"Date":"6/6/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":150,"Cost":90,"Date":"6/16/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":648,"Cost":421,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":530,"Cost":431,"Date":"11/19/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":477,"Cost":252,"Date":"12/28/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":985,"Cost":758,"Date":"2/4/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":24,"Cost":23,"Date":"3/8/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":307,"Cost":281,"Date":"12/18/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":353,"Cost":262,"Date":"3/31/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":996,"Cost":923,"Date":"4/20/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":492,"Cost":396,"Date":"6/26/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":49,"Cost":46,"Date":"7/23/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":39,"Cost":37,"Date":"11/21/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":60,"Cost":36,"Date":"11/26/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":240,"Cost":171,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":519,"Cost":380,"Date":"5/21/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":72,"Cost":56,"Date":"9/28/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":71,"Cost":66,"Date":"1/3/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":779,"Cost":520,"Date":"2/2/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":473,"Cost":418,"Date":"3/18/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":218,"Cost":136,"Date":"10/14/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":216,"Cost":200,"Date":"2/16/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":134,"Cost":112,"Date":"6/7/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":477,"Cost":406,"Date":"1/28/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":848,"Cost":535,"Date":"3/27/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":185,"Cost":160,"Date":"5/12/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":612,"Cost":328,"Date":"7/28/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":235,"Cost":175,"Date":"8/8/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":34,"Cost":29,"Date":"12/7/2019"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":21,"Cost":15,"Date":"1/17/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":856,"Cost":527,"Date":"3/8/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":543,"Cost":393,"Date":"6/6/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":378,"Cost":273,"Date":"6/16/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":715,"Cost":674,"Date":"8/13/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":429,"Cost":298,"Date":"11/19/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":180,"Cost":103,"Date":"12/28/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":405,"Cost":248,"Date":"2/4/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":595,"Cost":478,"Date":"3/8/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":166,"Cost":136,"Date":"12/18/2021"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":893,"Cost":717,"Date":"3/31/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":775,"Cost":519,"Date":"4/20/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":77,"Cost":40,"Date":"6/26/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":509,"Cost":381,"Date":"7/23/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":827,"Cost":532,"Date":"11/21/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":927,"Cost":549,"Date":"11/26/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":764,"Cost":710,"Date":"2/20/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":358,"Cost":228,"Date":"5/21/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":238,"Cost":185,"Date":"9/28/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":171,"Cost":134,"Date":"1/3/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":318,"Cost":248,"Date":"2/2/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":935,"Cost":693,"Date":"3/18/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":268,"Cost":164,"Date":"10/14/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":576,"Cost":365,"Date":"2/16/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":518,"Cost":463,"Date":"6/7/2018"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":191,"Cost":171,"Date":"1/28/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":243,"Cost":144,"Date":"3/27/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":352,"Cost":211,"Date":"5/12/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":456,"Cost":417,"Date":"7/28/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":585,"Cost":474,"Date":"8/8/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":821,"Cost":514,"Date":"12/7/2019"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":122,"Cost":78,"Date":"1/17/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":285,"Cost":159,"Date":"3/8/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":343,"Cost":221,"Date":"6/6/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":20,"Cost":11,"Date":"6/16/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":257,"Cost":136,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":805,"Cost":540,"Date":"11/19/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":268,"Cost":210,"Date":"12/28/2020"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":893,"Cost":576,"Date":"2/4/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":203,"Cost":107,"Date":"3/8/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":449,"Cost":333,"Date":"12/18/2021"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":242,"Cost":203,"Date":"3/31/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":10,"Cost":8,"Date":"4/20/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":348,"Cost":238,"Date":"6/26/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":2,"Cost":2,"Date":"7/23/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":825,"Cost":701,"Date":"11/21/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":403,"Cost":376,"Date":"11/26/2022"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":889,"Cost":486,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":785,"Cost":680,"Date":"5/21/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":474,"Cost":440,"Date":"9/28/2023"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":910,"Cost":819,"Date":"1/3/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":70,"Cost":62,"Date":"2/2/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":753,"Cost":464,"Date":"3/18/2024"},{"Store":"The Quays, Salford","Brand":"HM Home","Country":"UK","Sale":100,"Cost":89,"Date":"10/14/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":276,"Cost":189,"Date":"2/16/2018"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":433,"Cost":349,"Date":"6/7/2018"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":632,"Cost":457,"Date":"1/28/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":269,"Cost":191,"Date":"3/27/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":843,"Cost":624,"Date":"5/12/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":99,"Cost":88,"Date":"7/28/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":659,"Cost":358,"Date":"8/8/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":492,"Cost":424,"Date":"12/7/2019"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":695,"Cost":489,"Date":"1/17/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":42,"Cost":23,"Date":"3/8/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":260,"Cost":199,"Date":"6/6/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":253,"Cost":159,"Date":"6/16/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":65,"Cost":42,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":269,"Cost":248,"Date":"11/19/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":831,"Cost":649,"Date":"12/28/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":901,"Cost":849,"Date":"2/4/2021"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":355,"Cost":257,"Date":"3/8/2021"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":373,"Cost":220,"Date":"12/18/2021"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":550,"Cost":463,"Date":"3/31/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":637,"Cost":605,"Date":"4/20/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":472,"Cost":318,"Date":"6/26/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":996,"Cost":932,"Date":"7/23/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":16,"Cost":15,"Date":"11/21/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":739,"Cost":658,"Date":"11/26/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":299,"Cost":269,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":547,"Cost":458,"Date":"5/21/2023"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":956,"Cost":656,"Date":"9/28/2023"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":100,"Cost":55,"Date":"1/3/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":497,"Cost":282,"Date":"2/2/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":159,"Cost":93,"Date":"3/18/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":43,"Cost":37,"Date":"10/14/2024"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":646,"Cost":360,"Date":"2/16/2018"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":124,"Cost":85,"Date":"6/7/2018"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":976,"Cost":862,"Date":"1/28/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":118,"Cost":69,"Date":"3/27/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":364,"Cost":206,"Date":"5/12/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":869,"Cost":635,"Date":"7/28/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":112,"Cost":58,"Date":"8/8/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":472,"Cost":346,"Date":"12/7/2019"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":889,"Cost":476,"Date":"1/17/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":679,"Cost":374,"Date":"3/8/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":978,"Cost":882,"Date":"6/6/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":80,"Cost":54,"Date":"6/16/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":62,"Cost":55,"Date":"8/13/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":797,"Cost":751,"Date":"11/19/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":807,"Cost":719,"Date":"12/28/2020"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":455,"Cost":259,"Date":"2/4/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":602,"Cost":489,"Date":"3/8/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":569,"Cost":526,"Date":"12/18/2021"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":641,"Cost":575,"Date":"3/31/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":147,"Cost":92,"Date":"4/20/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":918,"Cost":732,"Date":"6/26/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":175,"Cost":166,"Date":"7/23/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":377,"Cost":216,"Date":"11/21/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":190,"Cost":179,"Date":"11/26/2022"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":932,"Cost":753,"Date":"2/20/2023"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":164,"Cost":95,"Date":"5/21/2023"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":42,"Cost":25,"Date":"9/28/2023"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":95,"Cost":85,"Date":"1/3/2024"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":707,"Cost":518,"Date":"2/2/2024"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":460,"Cost":423,"Date":"3/18/2024"},{"Store":"The Quays, Salford","Brand":"HM","Country":"UK","Sale":145,"Cost":107,"Date":"10/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":973,"Cost":799,"Date":"2/16/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":97,"Cost":90,"Date":"6/7/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":145,"Cost":127,"Date":"1/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":27,"Cost":17,"Date":"3/27/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":335,"Cost":305,"Date":"5/12/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":178,"Cost":92,"Date":"7/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":211,"Cost":166,"Date":"8/8/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":630,"Cost":330,"Date":"12/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":651,"Cost":424,"Date":"1/17/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":146,"Cost":88,"Date":"3/8/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":358,"Cost":327,"Date":"6/6/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":651,"Cost":487,"Date":"6/16/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":919,"Cost":659,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":364,"Cost":225,"Date":"11/19/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":42,"Cost":36,"Date":"12/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":563,"Cost":406,"Date":"2/4/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":480,"Cost":375,"Date":"3/8/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":893,"Cost":748,"Date":"12/18/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":372,"Cost":203,"Date":"3/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":580,"Cost":388,"Date":"4/20/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":668,"Cost":451,"Date":"6/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":71,"Cost":63,"Date":"7/23/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":195,"Cost":104,"Date":"11/21/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":445,"Cost":231,"Date":"11/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":391,"Cost":216,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":552,"Cost":299,"Date":"5/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":949,"Cost":765,"Date":"9/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":20,"Cost":14,"Date":"1/3/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":787,"Cost":617,"Date":"2/2/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":312,"Cost":259,"Date":"3/18/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":625,"Cost":438,"Date":"10/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":278,"Cost":155,"Date":"2/16/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":565,"Cost":340,"Date":"6/7/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":149,"Cost":139,"Date":"1/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":704,"Cost":393,"Date":"3/27/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":956,"Cost":674,"Date":"5/12/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":308,"Cost":199,"Date":"7/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":14,"Cost":7,"Date":"8/8/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":284,"Cost":260,"Date":"12/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":212,"Cost":200,"Date":"1/17/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":272,"Cost":219,"Date":"3/8/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":232,"Cost":218,"Date":"6/6/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":666,"Cost":378,"Date":"6/16/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":87,"Cost":66,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":819,"Cost":651,"Date":"11/19/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":847,"Cost":785,"Date":"12/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":542,"Cost":407,"Date":"2/4/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":863,"Cost":783,"Date":"3/8/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":252,"Cost":203,"Date":"12/18/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":583,"Cost":486,"Date":"3/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":92,"Cost":69,"Date":"4/20/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":497,"Cost":358,"Date":"6/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":664,"Cost":499,"Date":"7/23/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":782,"Cost":497,"Date":"11/21/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":818,"Cost":666,"Date":"11/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":409,"Cost":332,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":229,"Cost":124,"Date":"5/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":6,"Cost":5,"Date":"9/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":804,"Cost":649,"Date":"1/3/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":138,"Cost":99,"Date":"2/2/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":126,"Cost":104,"Date":"3/18/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"COS","Country":"UK","Sale":282,"Cost":243,"Date":"10/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":555,"Cost":442,"Date":"2/16/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":408,"Cost":259,"Date":"6/7/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":933,"Cost":871,"Date":"1/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":782,"Cost":696,"Date":"3/27/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":799,"Cost":552,"Date":"5/12/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":987,"Cost":607,"Date":"7/28/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":476,"Cost":295,"Date":"8/8/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":283,"Cost":144,"Date":"12/7/2019"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":529,"Cost":463,"Date":"1/17/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":952,"Cost":649,"Date":"3/8/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":240,"Cost":155,"Date":"6/6/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":231,"Cost":139,"Date":"6/16/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":759,"Cost":525,"Date":"8/13/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":755,"Cost":601,"Date":"11/19/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":338,"Cost":211,"Date":"12/28/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":379,"Cost":244,"Date":"2/4/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":423,"Cost":250,"Date":"3/8/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":419,"Cost":304,"Date":"12/18/2021"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":172,"Cost":135,"Date":"3/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":262,"Cost":223,"Date":"4/20/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":693,"Cost":498,"Date":"6/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":872,"Cost":716,"Date":"7/23/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":452,"Cost":418,"Date":"11/21/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":368,"Cost":204,"Date":"11/26/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":921,"Cost":763,"Date":"2/20/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":750,"Cost":706,"Date":"5/21/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":547,"Cost":367,"Date":"9/28/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":504,"Cost":269,"Date":"1/3/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":166,"Cost":109,"Date":"2/2/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":285,"Cost":262,"Date":"3/18/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":1000,"Cost":517,"Date":"10/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":212,"Cost":171,"Date":"2/16/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":773,"Cost":562,"Date":"6/7/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":896,"Cost":648,"Date":"1/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":76,"Cost":58,"Date":"3/27/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":178,"Cost":113,"Date":"5/12/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":905,"Cost":646,"Date":"7/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":300,"Cost":187,"Date":"8/8/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":298,"Cost":239,"Date":"12/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":25,"Cost":18,"Date":"1/17/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":217,"Cost":205,"Date":"3/8/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":956,"Cost":890,"Date":"6/6/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":557,"Cost":411,"Date":"6/16/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":24,"Cost":21,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":61,"Cost":58,"Date":"11/19/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":967,"Cost":686,"Date":"12/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":392,"Cost":263,"Date":"2/4/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":165,"Cost":116,"Date":"3/8/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":480,"Cost":260,"Date":"12/18/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":917,"Cost":808,"Date":"3/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":569,"Cost":341,"Date":"4/20/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":15,"Cost":9,"Date":"6/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":107,"Cost":72,"Date":"7/23/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":924,"Cost":795,"Date":"11/21/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":339,"Cost":202,"Date":"11/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":85,"Cost":75,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":307,"Cost":194,"Date":"5/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":121,"Cost":95,"Date":"9/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":255,"Cost":211,"Date":"1/3/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":448,"Cost":384,"Date":"2/2/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":624,"Cost":549,"Date":"3/18/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":519,"Cost":298,"Date":"10/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":76,"Cost":41,"Date":"2/16/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":983,"Cost":885,"Date":"6/7/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":31,"Cost":25,"Date":"1/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":435,"Cost":261,"Date":"3/27/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":152,"Cost":118,"Date":"5/12/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":119,"Cost":66,"Date":"7/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":248,"Cost":158,"Date":"8/8/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":998,"Cost":635,"Date":"12/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":527,"Cost":499,"Date":"1/17/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":241,"Cost":188,"Date":"3/8/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":344,"Cost":310,"Date":"6/6/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":996,"Cost":606,"Date":"6/16/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":248,"Cost":150,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":392,"Cost":206,"Date":"11/19/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":322,"Cost":276,"Date":"12/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":421,"Cost":264,"Date":"2/4/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":25,"Cost":13,"Date":"3/8/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":931,"Cost":736,"Date":"12/18/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":671,"Cost":415,"Date":"3/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":637,"Cost":485,"Date":"4/20/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":169,"Cost":125,"Date":"6/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":456,"Cost":373,"Date":"7/23/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":570,"Cost":504,"Date":"11/21/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":703,"Cost":497,"Date":"11/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":549,"Cost":308,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":861,"Cost":663,"Date":"5/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":980,"Cost":630,"Date":"9/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":694,"Cost":595,"Date":"1/3/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":819,"Cost":425,"Date":"2/2/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":475,"Cost":374,"Date":"3/18/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Jeans","Country":"UK","Sale":427,"Cost":355,"Date":"10/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":979,"Cost":899,"Date":"2/16/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":363,"Cost":283,"Date":"6/7/2018"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":124,"Cost":68,"Date":"1/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":86,"Cost":48,"Date":"3/27/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":980,"Cost":826,"Date":"5/12/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":828,"Cost":684,"Date":"7/28/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":684,"Cost":381,"Date":"8/8/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":140,"Cost":82,"Date":"12/7/2019"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":855,"Cost":707,"Date":"1/17/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":472,"Cost":392,"Date":"3/8/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":305,"Cost":263,"Date":"6/6/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":725,"Cost":386,"Date":"6/16/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":571,"Cost":536,"Date":"8/13/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":414,"Cost":217,"Date":"11/19/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":317,"Cost":227,"Date":"12/28/2020"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":665,"Cost":417,"Date":"2/4/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":416,"Cost":232,"Date":"3/8/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":907,"Cost":789,"Date":"12/18/2021"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":260,"Cost":201,"Date":"3/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":49,"Cost":35,"Date":"4/20/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":938,"Cost":544,"Date":"6/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":120,"Cost":91,"Date":"7/23/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":232,"Cost":171,"Date":"11/21/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":257,"Cost":132,"Date":"11/26/2022"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":487,"Cost":374,"Date":"2/20/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":632,"Cost":322,"Date":"5/21/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":791,"Cost":752,"Date":"9/28/2023"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":528,"Cost":466,"Date":"1/3/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":39,"Cost":20,"Date":"2/2/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":243,"Cost":178,"Date":"3/18/2024"},{"Store":"Bluewater, Greenhithe","Brand":"Nova","Country":"UK","Sale":14,"Cost":7,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":421,"Cost":266,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":671,"Cost":440,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":484,"Cost":350,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":422,"Cost":307,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":769,"Cost":613,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":797,"Cost":508,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":840,"Cost":458,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":204,"Cost":189,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":588,"Cost":354,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":512,"Cost":427,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":734,"Cost":530,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":852,"Cost":809,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":129,"Cost":76,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":624,"Cost":317,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":930,"Cost":794,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":798,"Cost":595,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":281,"Cost":237,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":298,"Cost":282,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":660,"Cost":442,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":369,"Cost":303,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":993,"Cost":897,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":977,"Cost":542,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":494,"Cost":257,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":352,"Cost":204,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":511,"Cost":427,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":450,"Cost":279,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":276,"Cost":185,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":947,"Cost":647,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":654,"Cost":595,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":830,"Cost":724,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":994,"Cost":746,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":91,"Cost":70,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":552,"Cost":290,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":216,"Cost":116,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":567,"Cost":527,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":317,"Cost":271,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":177,"Cost":167,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":66,"Cost":45,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":19,"Cost":13,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":658,"Cost":494,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":600,"Cost":507,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":934,"Cost":516,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":353,"Cost":198,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":406,"Cost":253,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":333,"Cost":302,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":178,"Cost":145,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":349,"Cost":222,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":438,"Cost":372,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":282,"Cost":231,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":540,"Cost":276,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":582,"Cost":326,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":68,"Cost":40,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":891,"Cost":621,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":464,"Cost":315,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":691,"Cost":526,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":519,"Cost":478,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":305,"Cost":195,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":65,"Cost":50,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":462,"Cost":427,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":850,"Cost":661,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":52,"Cost":41,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":896,"Cost":635,"Date":"10/14/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":973,"Cost":874,"Date":"2/16/2018"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":592,"Cost":524,"Date":"6/7/2018"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":408,"Cost":314,"Date":"1/28/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":291,"Cost":249,"Date":"3/27/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":552,"Cost":295,"Date":"5/12/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":717,"Cost":435,"Date":"7/28/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":858,"Cost":801,"Date":"8/8/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":719,"Cost":368,"Date":"12/7/2019"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":914,"Cost":766,"Date":"1/17/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":742,"Cost":642,"Date":"3/8/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":917,"Cost":745,"Date":"6/6/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":507,"Cost":300,"Date":"6/16/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":278,"Cost":229,"Date":"8/13/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":767,"Cost":564,"Date":"11/19/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":853,"Cost":782,"Date":"12/28/2020"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":503,"Cost":333,"Date":"2/4/2021"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":999,"Cost":612,"Date":"3/8/2021"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":266,"Cost":210,"Date":"12/18/2021"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":108,"Cost":70,"Date":"3/31/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":95,"Cost":74,"Date":"4/20/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":701,"Cost":373,"Date":"6/26/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":240,"Cost":125,"Date":"7/23/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":477,"Cost":360,"Date":"11/21/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":111,"Cost":85,"Date":"11/26/2022"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":97,"Cost":58,"Date":"2/20/2023"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":579,"Cost":438,"Date":"5/21/2023"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":587,"Cost":394,"Date":"9/28/2023"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":353,"Cost":267,"Date":"1/3/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":567,"Cost":419,"Date":"2/2/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":488,"Cost":326,"Date":"3/18/2024"},{"Store":"Liverpool ONE","Brand":"HM","Country":"UK","Sale":4,"Cost":3,"Date":"10/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":217,"Cost":186,"Date":"2/16/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":409,"Cost":290,"Date":"6/7/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":800,"Cost":437,"Date":"1/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":786,"Cost":608,"Date":"3/27/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":432,"Cost":344,"Date":"5/12/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":10,"Cost":5,"Date":"7/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":457,"Cost":272,"Date":"8/8/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":553,"Cost":502,"Date":"12/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":650,"Cost":418,"Date":"1/17/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":586,"Cost":358,"Date":"3/8/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":149,"Cost":97,"Date":"6/6/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":236,"Cost":128,"Date":"6/16/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":509,"Cost":348,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":577,"Cost":518,"Date":"11/19/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":471,"Cost":326,"Date":"12/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":804,"Cost":684,"Date":"2/4/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":810,"Cost":727,"Date":"3/8/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":563,"Cost":365,"Date":"12/18/2021"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":344,"Cost":188,"Date":"3/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":697,"Cost":440,"Date":"4/20/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":479,"Cost":333,"Date":"6/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":150,"Cost":118,"Date":"7/23/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":384,"Cost":324,"Date":"11/21/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":661,"Cost":468,"Date":"11/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":25,"Cost":18,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":711,"Cost":472,"Date":"5/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":481,"Cost":389,"Date":"9/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":955,"Cost":630,"Date":"1/3/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":268,"Cost":193,"Date":"2/2/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":232,"Cost":129,"Date":"3/18/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":121,"Cost":68,"Date":"10/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":688,"Cost":646,"Date":"2/16/2018"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":679,"Cost":493,"Date":"6/7/2018"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":127,"Cost":118,"Date":"1/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":44,"Cost":25,"Date":"3/27/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":845,"Cost":468,"Date":"5/12/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":25,"Cost":16,"Date":"7/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":229,"Cost":188,"Date":"8/8/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":772,"Cost":516,"Date":"12/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":329,"Cost":297,"Date":"1/17/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":801,"Cost":484,"Date":"3/8/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":938,"Cost":742,"Date":"6/6/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":989,"Cost":506,"Date":"6/16/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":790,"Cost":593,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":119,"Cost":101,"Date":"11/19/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":862,"Cost":721,"Date":"12/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":254,"Cost":172,"Date":"2/4/2021"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":621,"Cost":545,"Date":"3/8/2021"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":217,"Cost":114,"Date":"12/18/2021"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":458,"Cost":369,"Date":"3/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":261,"Cost":247,"Date":"4/20/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":722,"Cost":567,"Date":"6/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":246,"Cost":169,"Date":"7/23/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":484,"Cost":355,"Date":"11/21/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":931,"Cost":640,"Date":"11/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":799,"Cost":462,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":124,"Cost":92,"Date":"5/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":111,"Cost":92,"Date":"9/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":708,"Cost":429,"Date":"1/3/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":461,"Cost":426,"Date":"2/2/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":934,"Cost":553,"Date":"3/18/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":959,"Cost":868,"Date":"10/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":865,"Cost":771,"Date":"2/16/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":428,"Cost":346,"Date":"6/7/2018"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":255,"Cost":207,"Date":"1/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":736,"Cost":373,"Date":"3/27/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":254,"Cost":147,"Date":"5/12/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":759,"Cost":443,"Date":"7/28/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":542,"Cost":415,"Date":"8/8/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":781,"Cost":455,"Date":"12/7/2019"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":463,"Cost":242,"Date":"1/17/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":4,"Cost":2,"Date":"3/8/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":435,"Cost":219,"Date":"6/6/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":845,"Cost":508,"Date":"6/16/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":269,"Cost":220,"Date":"8/13/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":167,"Cost":110,"Date":"11/19/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":30,"Cost":17,"Date":"12/28/2020"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":841,"Cost":520,"Date":"2/4/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":592,"Cost":503,"Date":"3/8/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":186,"Cost":159,"Date":"12/18/2021"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":2,"Cost":1,"Date":"3/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":520,"Cost":316,"Date":"4/20/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":595,"Cost":468,"Date":"6/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":395,"Cost":253,"Date":"7/23/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":670,"Cost":481,"Date":"11/21/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":209,"Cost":148,"Date":"11/26/2022"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":619,"Cost":444,"Date":"2/20/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":569,"Cost":353,"Date":"5/21/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":755,"Cost":481,"Date":"9/28/2023"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":869,"Cost":815,"Date":"1/3/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":565,"Cost":504,"Date":"2/2/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":377,"Cost":301,"Date":"3/18/2024"},{"Store":"Festival Place, Basingstoke","Brand":"Nova","Country":"UK","Sale":91,"Cost":52,"Date":"10/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":69,"Cost":39,"Date":"2/16/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":514,"Cost":260,"Date":"6/7/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":430,"Cost":281,"Date":"1/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":697,"Cost":435,"Date":"3/27/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":788,"Cost":526,"Date":"5/12/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":382,"Cost":207,"Date":"7/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":5,"Cost":4,"Date":"8/8/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":876,"Cost":763,"Date":"12/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":655,"Cost":535,"Date":"1/17/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":290,"Cost":191,"Date":"3/8/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":582,"Cost":322,"Date":"6/6/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":459,"Cost":270,"Date":"6/16/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":51,"Cost":36,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":186,"Cost":99,"Date":"11/19/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":315,"Cost":176,"Date":"12/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":499,"Cost":347,"Date":"2/4/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":617,"Cost":411,"Date":"3/8/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":246,"Cost":167,"Date":"12/18/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":823,"Cost":757,"Date":"3/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":203,"Date":"4/20/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":639,"Cost":439,"Date":"6/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":130,"Cost":103,"Date":"7/23/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":992,"Cost":697,"Date":"11/21/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":836,"Cost":538,"Date":"11/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":104,"Cost":52,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":513,"Cost":320,"Date":"5/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":344,"Cost":315,"Date":"9/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":343,"Cost":264,"Date":"1/3/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":863,"Cost":502,"Date":"2/2/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":77,"Cost":40,"Date":"3/18/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":944,"Cost":809,"Date":"10/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":940,"Cost":844,"Date":"2/16/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":174,"Cost":105,"Date":"6/7/2018"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":102,"Cost":80,"Date":"1/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":970,"Cost":914,"Date":"3/27/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":406,"Cost":254,"Date":"5/12/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":431,"Cost":224,"Date":"7/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":474,"Date":"8/8/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":734,"Cost":566,"Date":"12/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":158,"Cost":133,"Date":"1/17/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":220,"Cost":171,"Date":"3/8/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":625,"Cost":367,"Date":"6/6/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":202,"Cost":144,"Date":"6/16/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":324,"Cost":208,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":679,"Cost":461,"Date":"11/19/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":833,"Cost":730,"Date":"12/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":439,"Cost":378,"Date":"2/4/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":317,"Cost":234,"Date":"3/8/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":20,"Cost":11,"Date":"12/18/2021"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":607,"Cost":315,"Date":"3/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":339,"Cost":243,"Date":"4/20/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":264,"Cost":185,"Date":"6/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":768,"Cost":473,"Date":"7/23/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":564,"Date":"11/21/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":457,"Cost":273,"Date":"11/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":575,"Cost":350,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":179,"Cost":112,"Date":"5/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":676,"Cost":399,"Date":"9/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":544,"Cost":492,"Date":"1/3/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":900,"Cost":544,"Date":"2/2/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":903,"Cost":642,"Date":"3/18/2024"},{"Store":"Lakeside, Thurrock","Brand":"Sellpy","Country":"UK","Sale":181,"Cost":124,"Date":"10/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":821,"Cost":673,"Date":"2/16/2018"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":363,"Cost":297,"Date":"6/7/2018"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":695,"Cost":503,"Date":"1/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":190,"Cost":117,"Date":"3/27/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":75,"Cost":72,"Date":"5/12/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":35,"Cost":30,"Date":"7/28/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":657,"Cost":601,"Date":"8/8/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":716,"Cost":423,"Date":"12/7/2019"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":965,"Cost":553,"Date":"1/17/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":11,"Cost":10,"Date":"3/8/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":349,"Cost":322,"Date":"6/6/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":591,"Cost":506,"Date":"6/16/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":727,"Cost":519,"Date":"8/13/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":169,"Cost":113,"Date":"11/19/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":946,"Cost":564,"Date":"12/28/2020"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":127,"Cost":88,"Date":"2/4/2021"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":761,"Cost":704,"Date":"3/8/2021"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":632,"Cost":429,"Date":"12/18/2021"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":714,"Cost":427,"Date":"3/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":318,"Cost":246,"Date":"4/20/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":121,"Cost":70,"Date":"6/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":788,"Cost":625,"Date":"7/23/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":894,"Cost":599,"Date":"11/21/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":719,"Cost":380,"Date":"11/26/2022"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":597,"Cost":513,"Date":"2/20/2023"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":359,"Cost":225,"Date":"5/21/2023"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":842,"Cost":742,"Date":"9/28/2023"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":700,"Cost":628,"Date":"1/3/2024"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":138,"Cost":108,"Date":"2/2/2024"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":713,"Cost":516,"Date":"3/18/2024"},{"Store":"Lakeside, Thurrock","Brand":"ARKET","Country":"UK","Sale":546,"Cost":441,"Date":"10/14/2024"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":75,"Cost":60,"Date":"2/16/2018"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":194,"Cost":105,"Date":"6/7/2018"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":873,"Cost":716,"Date":"1/28/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":541,"Cost":323,"Date":"3/27/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":241,"Cost":208,"Date":"5/12/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":179,"Cost":158,"Date":"7/28/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":827,"Cost":666,"Date":"8/8/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":252,"Cost":199,"Date":"12/7/2019"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":10,"Cost":9,"Date":"1/17/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":191,"Cost":178,"Date":"3/8/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":226,"Cost":152,"Date":"6/6/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":59,"Cost":48,"Date":"6/16/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":752,"Cost":407,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":131,"Cost":67,"Date":"11/19/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":542,"Cost":388,"Date":"12/28/2020"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":202,"Cost":124,"Date":"2/4/2021"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":137,"Cost":128,"Date":"3/8/2021"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":404,"Cost":316,"Date":"12/18/2021"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":840,"Cost":655,"Date":"3/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":116,"Cost":69,"Date":"4/20/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":946,"Cost":569,"Date":"6/26/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":883,"Cost":569,"Date":"7/23/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":444,"Cost":343,"Date":"11/21/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":269,"Cost":193,"Date":"11/26/2022"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":860,"Cost":605,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":671,"Cost":563,"Date":"5/21/2023"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":106,"Cost":99,"Date":"9/28/2023"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":593,"Cost":323,"Date":"1/3/2024"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":63,"Cost":49,"Date":"2/2/2024"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":382,"Cost":349,"Date":"3/18/2024"},{"Store":"Whitgift, Croydon","Brand":"Nova","Country":"UK","Sale":358,"Cost":336,"Date":"10/14/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":936,"Cost":555,"Date":"2/16/2018"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":504,"Cost":368,"Date":"6/7/2018"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":615,"Cost":387,"Date":"1/28/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":753,"Cost":551,"Date":"3/27/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":3,"Cost":1,"Date":"5/12/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":741,"Cost":442,"Date":"7/28/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":984,"Cost":821,"Date":"8/8/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":541,"Cost":290,"Date":"12/7/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":643,"Cost":574,"Date":"1/17/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":469,"Cost":432,"Date":"3/8/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":305,"Cost":166,"Date":"6/6/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":736,"Cost":624,"Date":"6/16/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":251,"Cost":129,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":709,"Cost":638,"Date":"11/19/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":483,"Cost":372,"Date":"12/28/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":565,"Cost":319,"Date":"2/4/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":485,"Cost":271,"Date":"3/8/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":784,"Cost":588,"Date":"12/18/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":7,"Cost":4,"Date":"3/31/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":350,"Cost":247,"Date":"4/20/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":21,"Cost":20,"Date":"6/26/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":520,"Cost":288,"Date":"7/23/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":502,"Cost":325,"Date":"11/21/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":416,"Cost":243,"Date":"11/26/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":425,"Cost":255,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":685,"Cost":395,"Date":"5/21/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":848,"Cost":478,"Date":"9/28/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":513,"Cost":307,"Date":"1/3/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":132,"Cost":89,"Date":"2/2/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":523,"Cost":395,"Date":"3/18/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":285,"Cost":210,"Date":"10/14/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":316,"Cost":239,"Date":"2/16/2018"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":436,"Cost":399,"Date":"6/7/2018"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":189,"Cost":124,"Date":"1/28/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":755,"Cost":453,"Date":"3/27/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":519,"Cost":434,"Date":"5/12/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":780,"Cost":687,"Date":"7/28/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":653,"Cost":404,"Date":"8/8/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":73,"Cost":36,"Date":"12/7/2019"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":945,"Cost":835,"Date":"1/17/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":904,"Cost":536,"Date":"3/8/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":766,"Cost":401,"Date":"6/6/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":967,"Cost":862,"Date":"6/16/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":718,"Cost":427,"Date":"8/13/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":899,"Cost":563,"Date":"11/19/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":259,"Cost":145,"Date":"12/28/2020"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":663,"Cost":571,"Date":"2/4/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":201,"Cost":113,"Date":"3/8/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":559,"Cost":502,"Date":"12/18/2021"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":638,"Cost":436,"Date":"3/31/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":995,"Cost":919,"Date":"4/20/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":106,"Cost":99,"Date":"6/26/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":90,"Cost":76,"Date":"7/23/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":215,"Cost":150,"Date":"11/21/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":547,"Cost":517,"Date":"11/26/2022"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":646,"Cost":465,"Date":"2/20/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":776,"Cost":509,"Date":"5/21/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":948,"Cost":621,"Date":"9/28/2023"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":889,"Cost":463,"Date":"1/3/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":67,"Cost":38,"Date":"2/2/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":481,"Cost":268,"Date":"3/18/2024"},{"Store":"Whitgift, Croydon","Brand":"ARKET","Country":"UK","Sale":436,"Cost":372,"Date":"10/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":70,"Cost":62,"Date":"2/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":223,"Cost":196,"Date":"6/7/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":285,"Cost":237,"Date":"1/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":448,"Cost":306,"Date":"3/27/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":95,"Cost":84,"Date":"5/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":377,"Cost":240,"Date":"7/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":383,"Cost":294,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":943,"Cost":770,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":142,"Cost":109,"Date":"1/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":437,"Cost":360,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":124,"Cost":68,"Date":"6/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":5,"Cost":4,"Date":"6/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":162,"Cost":117,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":741,"Cost":607,"Date":"11/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":417,"Cost":264,"Date":"12/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":812,"Cost":762,"Date":"2/4/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":481,"Cost":415,"Date":"3/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":165,"Cost":154,"Date":"12/18/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":354,"Cost":212,"Date":"3/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":26,"Cost":15,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":351,"Cost":312,"Date":"6/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":283,"Cost":142,"Date":"7/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":66,"Cost":54,"Date":"11/21/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":768,"Cost":538,"Date":"11/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":986,"Cost":868,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":739,"Cost":388,"Date":"5/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":816,"Cost":438,"Date":"9/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":73,"Cost":67,"Date":"1/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":895,"Cost":568,"Date":"2/2/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":227,"Cost":156,"Date":"3/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":920,"Cost":623,"Date":"10/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":597,"Cost":463,"Date":"2/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":776,"Cost":573,"Date":"6/7/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":140,"Cost":87,"Date":"1/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":127,"Cost":91,"Date":"3/27/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":887,"Cost":815,"Date":"5/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":429,"Cost":258,"Date":"7/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":870,"Cost":825,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":901,"Cost":635,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":657,"Cost":452,"Date":"1/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":6,"Cost":3,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":932,"Cost":535,"Date":"6/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":504,"Cost":392,"Date":"6/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":44,"Cost":24,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":538,"Cost":478,"Date":"11/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":78,"Cost":45,"Date":"12/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":87,"Cost":58,"Date":"2/4/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":261,"Cost":144,"Date":"3/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":914,"Cost":818,"Date":"12/18/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":653,"Cost":525,"Date":"3/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":928,"Cost":728,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":426,"Cost":367,"Date":"6/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":19,"Cost":14,"Date":"7/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":806,"Cost":570,"Date":"11/21/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":980,"Cost":628,"Date":"11/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":951,"Cost":883,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":468,"Cost":238,"Date":"5/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":730,"Cost":521,"Date":"9/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":871,"Cost":634,"Date":"1/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":652,"Cost":502,"Date":"2/2/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":801,"Cost":622,"Date":"3/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":143,"Cost":97,"Date":"10/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":502,"Cost":469,"Date":"2/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":228,"Cost":214,"Date":"6/7/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":44,"Cost":26,"Date":"1/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":943,"Cost":754,"Date":"3/27/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":962,"Cost":788,"Date":"5/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":537,"Cost":433,"Date":"7/28/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":715,"Cost":408,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":993,"Cost":749,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":458,"Cost":256,"Date":"1/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":760,"Cost":656,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":362,"Cost":328,"Date":"6/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":461,"Cost":386,"Date":"6/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":356,"Cost":224,"Date":"8/13/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":327,"Cost":257,"Date":"11/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":360,"Cost":281,"Date":"12/28/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":873,"Cost":443,"Date":"2/4/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":593,"Cost":350,"Date":"3/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":326,"Cost":197,"Date":"12/18/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":757,"Cost":405,"Date":"3/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":712,"Cost":634,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":212,"Cost":168,"Date":"6/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":787,"Cost":423,"Date":"7/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":447,"Cost":319,"Date":"11/21/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":210,"Cost":196,"Date":"11/26/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":879,"Cost":511,"Date":"2/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":968,"Cost":648,"Date":"5/21/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":842,"Cost":759,"Date":"9/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":846,"Cost":798,"Date":"1/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":851,"Cost":578,"Date":"2/2/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":30,"Cost":21,"Date":"3/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":490,"Cost":326,"Date":"10/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":760,"Cost":656,"Date":"2/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":963,"Cost":797,"Date":"6/7/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":529,"Cost":280,"Date":"1/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":978,"Cost":790,"Date":"3/27/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":634,"Cost":336,"Date":"5/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":104,"Cost":70,"Date":"7/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":733,"Cost":370,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":735,"Cost":395,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":659,"Cost":581,"Date":"1/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":364,"Cost":290,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":582,"Cost":473,"Date":"6/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":277,"Cost":178,"Date":"6/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":405,"Cost":319,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":338,"Cost":209,"Date":"11/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":814,"Cost":520,"Date":"12/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":609,"Cost":375,"Date":"2/4/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":451,"Cost":297,"Date":"3/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":144,"Cost":112,"Date":"12/18/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":530,"Cost":454,"Date":"3/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":353,"Cost":185,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":755,"Cost":636,"Date":"6/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":224,"Cost":209,"Date":"7/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":544,"Cost":414,"Date":"11/21/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":594,"Cost":471,"Date":"11/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":359,"Cost":209,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":950,"Cost":737,"Date":"5/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":174,"Cost":133,"Date":"9/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":191,"Cost":181,"Date":"1/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":551,"Cost":298,"Date":"2/2/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":931,"Cost":469,"Date":"3/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":132,"Cost":104,"Date":"10/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":453,"Cost":428,"Date":"2/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":863,"Cost":794,"Date":"6/7/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":708,"Cost":355,"Date":"1/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":284,"Cost":261,"Date":"3/27/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":127,"Cost":75,"Date":"5/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":236,"Cost":146,"Date":"7/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":399,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":44,"Cost":29,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":121,"Cost":73,"Date":"1/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":505,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":411,"Cost":274,"Date":"6/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":844,"Cost":601,"Date":"6/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":272,"Cost":255,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":977,"Cost":791,"Date":"11/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":989,"Cost":707,"Date":"12/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":38,"Cost":27,"Date":"2/4/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":718,"Cost":513,"Date":"3/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":304,"Cost":235,"Date":"12/18/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":152,"Cost":83,"Date":"3/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":400,"Cost":200,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":948,"Cost":482,"Date":"6/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":256,"Cost":137,"Date":"7/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":326,"Cost":218,"Date":"11/21/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":95,"Cost":50,"Date":"11/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":901,"Cost":856,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":488,"Cost":251,"Date":"5/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":534,"Cost":379,"Date":"9/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":755,"Cost":380,"Date":"1/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":975,"Cost":687,"Date":"2/2/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":520,"Cost":345,"Date":"3/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Jeans","Country":"USA","Sale":254,"Cost":225,"Date":"10/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":387,"Cost":199,"Date":"2/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":333,"Cost":202,"Date":"6/7/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":879,"Cost":581,"Date":"1/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":332,"Cost":225,"Date":"3/27/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":310,"Cost":233,"Date":"5/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":480,"Cost":415,"Date":"7/28/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":416,"Cost":251,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":94,"Cost":54,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":274,"Cost":180,"Date":"1/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":793,"Cost":472,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":651,"Cost":470,"Date":"6/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":419,"Cost":352,"Date":"6/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":289,"Cost":231,"Date":"8/13/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":823,"Cost":602,"Date":"11/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":441,"Cost":223,"Date":"12/28/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":834,"Cost":441,"Date":"2/4/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":121,"Cost":64,"Date":"3/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":359,"Cost":238,"Date":"12/18/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":678,"Cost":473,"Date":"3/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":729,"Cost":510,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":775,"Cost":674,"Date":"6/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":706,"Cost":475,"Date":"7/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":978,"Cost":632,"Date":"11/21/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":338,"Cost":207,"Date":"11/26/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":319,"Cost":162,"Date":"2/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":554,"Cost":510,"Date":"5/21/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":433,"Cost":304,"Date":"9/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":956,"Cost":754,"Date":"1/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":364,"Cost":213,"Date":"2/2/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":851,"Cost":462,"Date":"3/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":154,"Cost":127,"Date":"10/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":344,"Cost":306,"Date":"2/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":87,"Cost":63,"Date":"6/7/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":293,"Cost":278,"Date":"1/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":495,"Cost":335,"Date":"3/27/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":900,"Cost":494,"Date":"5/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":862,"Cost":469,"Date":"7/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":604,"Cost":304,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":92,"Cost":54,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":873,"Cost":489,"Date":"1/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":366,"Cost":287,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":302,"Cost":273,"Date":"6/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":457,"Cost":319,"Date":"6/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":264,"Cost":200,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":185,"Cost":118,"Date":"11/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":828,"Cost":667,"Date":"12/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":37,"Cost":34,"Date":"2/4/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":15,"Cost":12,"Date":"3/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":999,"Cost":612,"Date":"12/18/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":511,"Cost":430,"Date":"3/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":153,"Cost":129,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":315,"Cost":197,"Date":"6/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":296,"Cost":188,"Date":"7/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":278,"Cost":206,"Date":"11/21/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":172,"Cost":127,"Date":"11/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":747,"Cost":500,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":513,"Cost":315,"Date":"5/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":91,"Cost":47,"Date":"9/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":853,"Cost":504,"Date":"1/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":102,"Cost":78,"Date":"2/2/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":223,"Cost":112,"Date":"3/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":245,"Cost":148,"Date":"10/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":80,"Cost":53,"Date":"2/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":4,"Cost":3,"Date":"6/7/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":462,"Cost":345,"Date":"1/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":346,"Cost":263,"Date":"3/27/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":689,"Cost":627,"Date":"5/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":938,"Cost":591,"Date":"7/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":63,"Cost":36,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":991,"Cost":599,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":810,"Cost":629,"Date":"1/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":757,"Cost":504,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":920,"Cost":771,"Date":"6/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":740,"Cost":430,"Date":"6/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":7,"Cost":4,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":745,"Cost":434,"Date":"11/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":2,"Cost":1,"Date":"12/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":966,"Cost":650,"Date":"2/4/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":194,"Cost":139,"Date":"3/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":370,"Cost":282,"Date":"12/18/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":506,"Cost":301,"Date":"3/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":59,"Cost":55,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":518,"Cost":469,"Date":"6/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":648,"Cost":610,"Date":"7/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":675,"Cost":350,"Date":"11/21/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":236,"Cost":127,"Date":"11/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":78,"Cost":54,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":466,"Cost":319,"Date":"5/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":905,"Cost":593,"Date":"9/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":392,"Cost":344,"Date":"1/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":42,"Cost":21,"Date":"2/2/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":430,"Cost":369,"Date":"3/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":713,"Cost":508,"Date":"10/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":952,"Cost":542,"Date":"2/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":952,"Cost":499,"Date":"6/7/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":768,"Cost":485,"Date":"1/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":993,"Cost":686,"Date":"3/27/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":506,"Cost":464,"Date":"5/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":915,"Cost":803,"Date":"7/28/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":743,"Cost":696,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":307,"Cost":206,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":341,"Cost":234,"Date":"1/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":179,"Cost":169,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":741,"Cost":448,"Date":"6/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":659,"Cost":452,"Date":"6/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":435,"Cost":386,"Date":"8/13/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":660,"Cost":426,"Date":"11/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":144,"Cost":77,"Date":"12/28/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":58,"Cost":42,"Date":"2/4/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":800,"Cost":432,"Date":"3/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":256,"Cost":180,"Date":"12/18/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":568,"Cost":451,"Date":"3/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":276,"Cost":200,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":419,"Cost":393,"Date":"6/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":714,"Cost":663,"Date":"7/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":468,"Cost":240,"Date":"11/21/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":512,"Cost":397,"Date":"11/26/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":567,"Cost":371,"Date":"2/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":938,"Cost":519,"Date":"5/21/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":6,"Cost":6,"Date":"9/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":251,"Cost":221,"Date":"1/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":780,"Cost":469,"Date":"2/2/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":734,"Cost":550,"Date":"3/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":906,"Cost":673,"Date":"10/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":492,"Cost":301,"Date":"2/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":332,"Cost":230,"Date":"6/7/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":426,"Cost":400,"Date":"1/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":161,"Cost":115,"Date":"3/27/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":599,"Cost":503,"Date":"5/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":677,"Cost":418,"Date":"7/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":16,"Cost":13,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":555,"Cost":524,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":618,"Cost":388,"Date":"1/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":20,"Cost":11,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":417,"Cost":366,"Date":"6/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":213,"Cost":113,"Date":"6/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":717,"Cost":602,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":995,"Cost":519,"Date":"11/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":77,"Cost":70,"Date":"12/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":572,"Cost":498,"Date":"2/4/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":455,"Cost":314,"Date":"3/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":738,"Cost":680,"Date":"12/18/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":380,"Cost":204,"Date":"3/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":828,"Cost":508,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":273,"Cost":206,"Date":"6/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":439,"Cost":281,"Date":"7/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":777,"Cost":671,"Date":"11/21/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":273,"Cost":169,"Date":"11/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":308,"Cost":259,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":129,"Cost":94,"Date":"5/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":941,"Cost":881,"Date":"9/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":111,"Cost":83,"Date":"1/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":626,"Cost":526,"Date":"2/2/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":150,"Cost":113,"Date":"3/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":232,"Cost":123,"Date":"10/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":122,"Cost":100,"Date":"2/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":998,"Cost":791,"Date":"6/7/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":931,"Cost":869,"Date":"1/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":499,"Cost":361,"Date":"3/27/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":740,"Cost":654,"Date":"5/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":342,"Cost":282,"Date":"7/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":737,"Cost":488,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":315,"Cost":202,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":812,"Cost":501,"Date":"1/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":94,"Cost":83,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":541,"Cost":283,"Date":"6/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":664,"Cost":418,"Date":"6/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":263,"Cost":229,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":619,"Cost":436,"Date":"11/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":217,"Cost":204,"Date":"12/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":221,"Cost":174,"Date":"2/4/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":400,"Cost":248,"Date":"3/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":263,"Cost":147,"Date":"12/18/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":309,"Cost":178,"Date":"3/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":562,"Cost":284,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":541,"Cost":414,"Date":"6/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":207,"Cost":164,"Date":"7/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":433,"Cost":292,"Date":"11/21/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":998,"Cost":839,"Date":"11/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":280,"Cost":265,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":838,"Cost":529,"Date":"5/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":366,"Cost":223,"Date":"9/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":513,"Cost":332,"Date":"1/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":467,"Cost":266,"Date":"2/2/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":389,"Cost":200,"Date":"3/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM","Country":"USA","Sale":968,"Cost":594,"Date":"10/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":973,"Cost":727,"Date":"2/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":652,"Cost":389,"Date":"6/7/2018"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":711,"Cost":434,"Date":"1/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":472,"Cost":360,"Date":"3/27/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":165,"Cost":140,"Date":"5/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":723,"Cost":564,"Date":"7/28/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":394,"Cost":226,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":443,"Cost":250,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":79,"Cost":73,"Date":"1/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":627,"Cost":359,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":689,"Cost":358,"Date":"6/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":125,"Cost":87,"Date":"6/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":142,"Cost":74,"Date":"8/13/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":910,"Cost":465,"Date":"11/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":875,"Cost":583,"Date":"12/28/2020"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":148,"Cost":106,"Date":"2/4/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":513,"Cost":357,"Date":"3/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":488,"Cost":262,"Date":"12/18/2021"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":293,"Cost":188,"Date":"3/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":88,"Cost":60,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":822,"Cost":617,"Date":"6/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":226,"Cost":199,"Date":"7/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":107,"Cost":92,"Date":"11/21/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":711,"Cost":549,"Date":"11/26/2022"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":821,"Cost":547,"Date":"2/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":812,"Cost":545,"Date":"5/21/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":665,"Cost":432,"Date":"9/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":285,"Cost":165,"Date":"1/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":247,"Cost":128,"Date":"2/2/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":92,"Cost":81,"Date":"3/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"HM Home","Country":"USA","Sale":891,"Cost":767,"Date":"10/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":805,"Cost":528,"Date":"2/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":79,"Cost":53,"Date":"6/7/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":825,"Cost":632,"Date":"1/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":607,"Cost":323,"Date":"3/27/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":791,"Cost":492,"Date":"5/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":230,"Cost":137,"Date":"7/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":984,"Cost":813,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":697,"Cost":533,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":712,"Cost":584,"Date":"1/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":985,"Cost":644,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":550,"Cost":449,"Date":"6/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":224,"Cost":122,"Date":"6/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":899,"Cost":849,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":820,"Cost":582,"Date":"11/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":934,"Cost":845,"Date":"12/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":902,"Cost":726,"Date":"2/4/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":963,"Cost":624,"Date":"3/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":81,"Cost":46,"Date":"12/18/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":435,"Cost":369,"Date":"3/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":263,"Cost":194,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":567,"Cost":507,"Date":"6/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":448,"Cost":258,"Date":"7/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":777,"Cost":607,"Date":"11/21/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":781,"Cost":405,"Date":"11/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":356,"Cost":190,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":867,"Cost":489,"Date":"5/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":356,"Cost":305,"Date":"9/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":966,"Cost":654,"Date":"1/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":981,"Cost":745,"Date":"2/2/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":842,"Cost":758,"Date":"3/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":552,"Cost":449,"Date":"10/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":728,"Cost":563,"Date":"2/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":401,"Cost":305,"Date":"6/7/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":651,"Cost":376,"Date":"1/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":717,"Cost":628,"Date":"3/27/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":527,"Cost":324,"Date":"5/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":331,"Cost":279,"Date":"7/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":784,"Cost":427,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":452,"Cost":353,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":953,"Cost":537,"Date":"1/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":494,"Cost":454,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":242,"Cost":171,"Date":"6/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":332,"Cost":188,"Date":"6/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":536,"Cost":290,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":867,"Cost":479,"Date":"11/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":970,"Cost":723,"Date":"12/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":763,"Cost":679,"Date":"2/4/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":686,"Cost":523,"Date":"3/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":132,"Cost":77,"Date":"12/18/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":513,"Cost":466,"Date":"3/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":589,"Cost":489,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":57,"Cost":51,"Date":"6/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":487,"Cost":398,"Date":"7/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":391,"Cost":238,"Date":"11/21/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":7,"Cost":7,"Date":"11/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":757,"Cost":587,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":589,"Cost":300,"Date":"5/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":622,"Cost":438,"Date":"9/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":936,"Cost":756,"Date":"1/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":634,"Cost":537,"Date":"2/2/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":971,"Cost":537,"Date":"3/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Nova","Country":"USA","Sale":492,"Cost":465,"Date":"10/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":585,"Date":"2/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":556,"Cost":360,"Date":"6/7/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":164,"Cost":98,"Date":"1/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":344,"Date":"3/27/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":602,"Cost":504,"Date":"5/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":26,"Cost":21,"Date":"7/28/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":197,"Cost":124,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":467,"Cost":396,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":855,"Cost":573,"Date":"1/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":675,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":452,"Cost":310,"Date":"6/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":353,"Cost":178,"Date":"6/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":348,"Cost":323,"Date":"8/13/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":71,"Cost":67,"Date":"11/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":572,"Cost":522,"Date":"12/28/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":467,"Date":"2/4/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":982,"Cost":854,"Date":"3/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":682,"Date":"12/18/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":347,"Cost":194,"Date":"3/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":658,"Cost":347,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":787,"Cost":500,"Date":"6/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":550,"Cost":297,"Date":"7/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":141,"Cost":106,"Date":"11/21/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":869,"Cost":594,"Date":"11/26/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":749,"Cost":496,"Date":"2/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":873,"Cost":678,"Date":"5/21/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":312,"Cost":220,"Date":"9/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":470,"Cost":341,"Date":"1/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":297,"Cost":258,"Date":"2/2/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":568,"Cost":333,"Date":"3/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Sellpy","Country":"USA","Sale":4,"Cost":3,"Date":"10/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":825,"Cost":484,"Date":"2/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":143,"Cost":123,"Date":"6/7/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":387,"Date":"1/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":455,"Cost":370,"Date":"3/27/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":23,"Cost":14,"Date":"5/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":632,"Cost":365,"Date":"7/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":160,"Cost":133,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":83,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":922,"Cost":464,"Date":"1/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":715,"Cost":620,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":510,"Cost":408,"Date":"6/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":31,"Cost":19,"Date":"6/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":923,"Cost":469,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":422,"Cost":335,"Date":"11/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":364,"Cost":243,"Date":"12/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":518,"Date":"2/4/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":41,"Cost":26,"Date":"3/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":854,"Cost":577,"Date":"12/18/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":414,"Cost":322,"Date":"3/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":282,"Cost":253,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":408,"Cost":297,"Date":"6/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":609,"Date":"7/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":288,"Cost":263,"Date":"11/21/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":106,"Date":"11/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":894,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":694,"Cost":407,"Date":"5/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":912,"Cost":855,"Date":"9/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":833,"Cost":749,"Date":"1/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":41,"Date":"2/2/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":910,"Cost":696,"Date":"3/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":470,"Cost":436,"Date":"10/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":228,"Cost":154,"Date":"2/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":904,"Cost":572,"Date":"6/7/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":796,"Cost":460,"Date":"1/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":571,"Cost":299,"Date":"3/27/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":442,"Cost":402,"Date":"5/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":590,"Cost":499,"Date":"7/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":722,"Cost":651,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":936,"Cost":858,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":611,"Cost":407,"Date":"1/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":756,"Cost":681,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":383,"Cost":295,"Date":"6/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":787,"Cost":399,"Date":"6/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":481,"Cost":453,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":623,"Cost":492,"Date":"11/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":288,"Cost":177,"Date":"12/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":611,"Cost":433,"Date":"2/4/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":748,"Cost":649,"Date":"3/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":120,"Cost":82,"Date":"12/18/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":579,"Cost":510,"Date":"3/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":495,"Cost":444,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":750,"Cost":557,"Date":"6/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":631,"Cost":453,"Date":"7/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":312,"Cost":172,"Date":"11/21/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":908,"Cost":471,"Date":"11/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":703,"Cost":383,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":626,"Cost":517,"Date":"5/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":973,"Cost":740,"Date":"9/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":495,"Cost":413,"Date":"1/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":120,"Cost":102,"Date":"2/2/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":531,"Cost":487,"Date":"3/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Jeans","Country":"USA","Sale":659,"Cost":518,"Date":"10/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":242,"Cost":205,"Date":"2/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":471,"Cost":238,"Date":"6/7/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":475,"Cost":294,"Date":"1/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":554,"Cost":512,"Date":"3/27/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":918,"Cost":657,"Date":"5/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":227,"Cost":133,"Date":"7/28/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":329,"Cost":264,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":180,"Cost":146,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":915,"Cost":786,"Date":"1/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":625,"Cost":583,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":43,"Cost":37,"Date":"6/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":871,"Cost":503,"Date":"6/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":366,"Cost":319,"Date":"8/13/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":313,"Cost":253,"Date":"11/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":329,"Cost":220,"Date":"12/28/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":772,"Cost":631,"Date":"2/4/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":729,"Cost":546,"Date":"3/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":513,"Cost":304,"Date":"12/18/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":783,"Cost":599,"Date":"3/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":597,"Cost":558,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":506,"Cost":402,"Date":"6/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":557,"Cost":440,"Date":"7/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":513,"Cost":315,"Date":"11/21/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":67,"Cost":57,"Date":"11/26/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":920,"Cost":804,"Date":"2/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":799,"Cost":469,"Date":"5/21/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":466,"Cost":283,"Date":"9/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":543,"Cost":485,"Date":"1/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":967,"Cost":619,"Date":"2/2/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":270,"Cost":174,"Date":"3/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":879,"Cost":778,"Date":"10/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":275,"Cost":211,"Date":"2/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":358,"Cost":276,"Date":"6/7/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":854,"Cost":676,"Date":"1/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":731,"Cost":460,"Date":"3/27/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":557,"Cost":306,"Date":"5/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":30,"Cost":25,"Date":"7/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":282,"Cost":157,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":864,"Cost":666,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":338,"Cost":286,"Date":"1/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":420,"Cost":327,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":887,"Cost":545,"Date":"6/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":405,"Date":"6/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":80,"Cost":70,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":270,"Cost":244,"Date":"11/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":540,"Date":"12/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":236,"Cost":198,"Date":"2/4/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":715,"Cost":573,"Date":"3/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":518,"Cost":469,"Date":"12/18/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":703,"Cost":457,"Date":"3/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":239,"Cost":153,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":942,"Cost":878,"Date":"6/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":35,"Cost":32,"Date":"7/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":567,"Cost":398,"Date":"11/21/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":370,"Cost":268,"Date":"11/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":524,"Cost":417,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":442,"Cost":229,"Date":"5/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":894,"Cost":562,"Date":"9/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":694,"Cost":368,"Date":"1/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":204,"Cost":143,"Date":"2/2/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":730,"Cost":509,"Date":"3/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":309,"Cost":293,"Date":"10/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":964,"Cost":825,"Date":"2/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":777,"Cost":548,"Date":"6/7/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":229,"Cost":149,"Date":"1/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":719,"Cost":612,"Date":"3/27/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":830,"Cost":769,"Date":"5/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":206,"Cost":122,"Date":"7/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":510,"Cost":403,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":757,"Cost":430,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":91,"Cost":53,"Date":"1/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":350,"Cost":218,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":877,"Cost":539,"Date":"6/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":363,"Cost":270,"Date":"6/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":155,"Cost":127,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":378,"Cost":251,"Date":"11/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":988,"Cost":872,"Date":"12/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":766,"Cost":518,"Date":"2/4/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":279,"Cost":191,"Date":"3/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":337,"Cost":301,"Date":"12/18/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":127,"Cost":80,"Date":"3/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":206,"Cost":105,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":365,"Cost":200,"Date":"6/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":86,"Cost":76,"Date":"7/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":624,"Cost":447,"Date":"11/21/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":676,"Cost":387,"Date":"11/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":311,"Cost":274,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":546,"Cost":440,"Date":"5/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":601,"Cost":481,"Date":"9/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":158,"Cost":132,"Date":"1/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":573,"Cost":433,"Date":"2/2/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":168,"Cost":88,"Date":"3/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":429,"Cost":260,"Date":"10/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":340,"Cost":286,"Date":"2/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":737,"Date":"6/7/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":206,"Cost":187,"Date":"1/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":606,"Date":"3/27/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":904,"Cost":701,"Date":"5/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":428,"Cost":312,"Date":"7/28/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":197,"Cost":124,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":837,"Cost":517,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":558,"Cost":485,"Date":"1/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":13,"Cost":7,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":440,"Cost":266,"Date":"6/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":507,"Cost":330,"Date":"6/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":483,"Cost":413,"Date":"8/13/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":341,"Date":"11/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":218,"Cost":122,"Date":"12/28/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":208,"Cost":139,"Date":"2/4/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":599,"Cost":320,"Date":"3/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":232,"Cost":170,"Date":"12/18/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":55,"Cost":32,"Date":"3/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":735,"Cost":662,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":231,"Cost":169,"Date":"6/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":654,"Date":"7/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":203,"Cost":133,"Date":"11/21/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":413,"Cost":282,"Date":"11/26/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":412,"Cost":273,"Date":"2/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":193,"Cost":100,"Date":"5/21/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":720,"Cost":397,"Date":"9/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":204,"Cost":142,"Date":"1/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":874,"Cost":520,"Date":"2/2/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":212,"Cost":132,"Date":"3/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":846,"Cost":435,"Date":"10/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":573,"Cost":368,"Date":"2/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":994,"Cost":689,"Date":"6/7/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":409,"Cost":327,"Date":"1/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":777,"Cost":489,"Date":"3/27/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":39,"Cost":31,"Date":"5/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":503,"Cost":387,"Date":"7/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":217,"Cost":136,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":880,"Cost":587,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":944,"Cost":495,"Date":"1/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":20,"Cost":19,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":84,"Cost":67,"Date":"6/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":492,"Cost":449,"Date":"6/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":85,"Cost":71,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":790,"Cost":487,"Date":"11/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":897,"Cost":733,"Date":"12/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":6,"Cost":3,"Date":"2/4/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":562,"Cost":510,"Date":"3/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":160,"Cost":150,"Date":"12/18/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":999,"Cost":666,"Date":"3/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":19,"Cost":16,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":224,"Cost":163,"Date":"6/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":985,"Cost":628,"Date":"7/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":629,"Cost":565,"Date":"11/21/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":891,"Cost":802,"Date":"11/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":650,"Cost":448,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":976,"Cost":526,"Date":"5/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":964,"Cost":856,"Date":"9/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":380,"Cost":239,"Date":"1/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":364,"Cost":192,"Date":"2/2/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":900,"Cost":758,"Date":"3/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":979,"Cost":544,"Date":"10/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":676,"Cost":456,"Date":"2/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":396,"Cost":362,"Date":"6/7/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":159,"Cost":118,"Date":"1/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":516,"Cost":345,"Date":"3/27/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":957,"Cost":833,"Date":"5/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":91,"Cost":45,"Date":"7/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":692,"Cost":591,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":457,"Cost":361,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":847,"Cost":462,"Date":"1/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":57,"Cost":48,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":221,"Cost":180,"Date":"6/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":106,"Cost":77,"Date":"6/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":90,"Cost":47,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":213,"Cost":170,"Date":"11/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":796,"Cost":622,"Date":"12/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":718,"Cost":394,"Date":"2/4/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":23,"Cost":18,"Date":"3/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":503,"Cost":329,"Date":"12/18/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":406,"Cost":287,"Date":"3/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":310,"Cost":155,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":161,"Cost":125,"Date":"6/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":347,"Cost":245,"Date":"7/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":559,"Cost":531,"Date":"11/21/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":45,"Cost":34,"Date":"11/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":290,"Cost":190,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":934,"Cost":493,"Date":"5/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":433,"Cost":293,"Date":"9/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":350,"Cost":312,"Date":"1/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":266,"Cost":211,"Date":"2/2/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":579,"Cost":341,"Date":"3/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":193,"Cost":150,"Date":"10/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":35,"Cost":24,"Date":"2/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":803,"Cost":734,"Date":"6/7/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":482,"Cost":449,"Date":"1/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":228,"Cost":166,"Date":"3/27/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":931,"Cost":501,"Date":"5/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":654,"Cost":448,"Date":"7/28/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":967,"Cost":525,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":445,"Cost":273,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":728,"Cost":689,"Date":"1/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":80,"Cost":54,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":3,"Cost":2,"Date":"6/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":263,"Cost":249,"Date":"6/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":43,"Cost":33,"Date":"8/13/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":782,"Cost":614,"Date":"11/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":273,"Cost":186,"Date":"12/28/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":583,"Cost":366,"Date":"2/4/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":227,"Cost":163,"Date":"3/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":866,"Cost":677,"Date":"12/18/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":125,"Cost":82,"Date":"3/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":470,"Cost":408,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":281,"Cost":249,"Date":"6/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":316,"Cost":277,"Date":"7/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":510,"Cost":326,"Date":"11/21/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":91,"Cost":86,"Date":"11/26/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":129,"Cost":65,"Date":"2/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":677,"Cost":420,"Date":"5/21/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":953,"Cost":477,"Date":"9/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":606,"Cost":552,"Date":"1/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":348,"Cost":273,"Date":"2/2/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":450,"Cost":325,"Date":"3/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":728,"Cost":534,"Date":"10/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":407,"Cost":266,"Date":"2/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":595,"Cost":486,"Date":"6/7/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":1000,"Cost":701,"Date":"1/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":861,"Cost":716,"Date":"3/27/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":199,"Cost":187,"Date":"5/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":149,"Cost":89,"Date":"7/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":207,"Cost":146,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":280,"Cost":200,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":943,"Cost":570,"Date":"1/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":711,"Cost":449,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":46,"Cost":34,"Date":"6/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":590,"Cost":470,"Date":"6/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":253,"Cost":219,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":114,"Cost":75,"Date":"11/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":985,"Cost":621,"Date":"12/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":544,"Cost":449,"Date":"2/4/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":342,"Cost":216,"Date":"3/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":308,"Cost":190,"Date":"12/18/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":411,"Cost":363,"Date":"3/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":211,"Cost":118,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":845,"Cost":525,"Date":"6/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":829,"Cost":417,"Date":"7/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":22,"Cost":12,"Date":"11/21/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":398,"Cost":231,"Date":"11/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":641,"Cost":607,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":473,"Cost":241,"Date":"5/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":841,"Cost":443,"Date":"9/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":741,"Cost":669,"Date":"1/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":622,"Cost":497,"Date":"2/2/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":333,"Cost":170,"Date":"3/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":654,"Cost":456,"Date":"10/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":884,"Cost":833,"Date":"2/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":857,"Cost":707,"Date":"6/7/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":181,"Cost":118,"Date":"1/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":355,"Cost":216,"Date":"3/27/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":870,"Cost":572,"Date":"5/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":833,"Cost":675,"Date":"7/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":874,"Cost":454,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":588,"Cost":504,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":745,"Cost":590,"Date":"1/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":436,"Cost":235,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":961,"Cost":667,"Date":"6/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":64,"Cost":57,"Date":"6/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":590,"Cost":521,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":203,"Cost":164,"Date":"11/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":573,"Cost":422,"Date":"12/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":184,"Cost":131,"Date":"2/4/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":325,"Cost":183,"Date":"3/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":531,"Cost":504,"Date":"12/18/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":482,"Cost":346,"Date":"3/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":458,"Cost":370,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":831,"Cost":668,"Date":"6/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":787,"Cost":658,"Date":"7/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":515,"Cost":305,"Date":"11/21/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":582,"Cost":473,"Date":"11/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":342,"Cost":242,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":634,"Cost":383,"Date":"5/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":56,"Cost":41,"Date":"9/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":580,"Cost":369,"Date":"1/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":811,"Cost":743,"Date":"2/2/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":651,"Cost":345,"Date":"3/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Nova","Country":"USA","Sale":76,"Cost":44,"Date":"10/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":433,"Cost":395,"Date":"2/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":823,"Cost":774,"Date":"6/7/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":777,"Cost":494,"Date":"1/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":660,"Cost":445,"Date":"3/27/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":222,"Cost":183,"Date":"5/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":984,"Cost":536,"Date":"7/28/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":509,"Cost":377,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":941,"Cost":716,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":467,"Cost":366,"Date":"1/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":260,"Cost":234,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":282,"Cost":172,"Date":"6/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":202,"Cost":155,"Date":"6/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":633,"Cost":579,"Date":"8/13/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":78,"Cost":74,"Date":"11/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":164,"Cost":133,"Date":"12/28/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":347,"Cost":263,"Date":"2/4/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":564,"Cost":302,"Date":"3/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":354,"Cost":282,"Date":"12/18/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":907,"Cost":800,"Date":"3/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":181,"Cost":142,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":478,"Cost":404,"Date":"6/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":814,"Cost":420,"Date":"7/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":644,"Date":"11/21/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":695,"Cost":560,"Date":"11/26/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":257,"Cost":170,"Date":"2/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":785,"Cost":707,"Date":"5/21/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":153,"Cost":78,"Date":"9/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":168,"Cost":147,"Date":"1/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":747,"Cost":484,"Date":"2/2/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":343,"Cost":299,"Date":"3/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":539,"Cost":318,"Date":"10/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":865,"Cost":554,"Date":"2/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":999,"Cost":829,"Date":"6/7/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":59,"Cost":55,"Date":"1/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":198,"Cost":120,"Date":"3/27/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":619,"Cost":424,"Date":"5/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":973,"Cost":679,"Date":"7/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":277,"Cost":240,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":106,"Cost":78,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":188,"Cost":152,"Date":"1/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":451,"Cost":294,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":407,"Cost":212,"Date":"6/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":94,"Cost":68,"Date":"6/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":320,"Cost":279,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":31,"Cost":20,"Date":"11/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":595,"Cost":426,"Date":"12/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":160,"Cost":109,"Date":"2/4/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":344,"Cost":312,"Date":"3/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":345,"Cost":284,"Date":"12/18/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":771,"Cost":674,"Date":"3/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":709,"Cost":651,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":75,"Cost":68,"Date":"6/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":340,"Cost":268,"Date":"7/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":103,"Cost":63,"Date":"11/21/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":851,"Cost":632,"Date":"11/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":605,"Cost":520,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":350,"Cost":207,"Date":"5/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":319,"Cost":176,"Date":"9/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":205,"Cost":156,"Date":"1/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":720,"Cost":396,"Date":"2/2/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":51,"Cost":29,"Date":"3/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM Home","Country":"USA","Sale":800,"Cost":486,"Date":"10/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":769,"Cost":725,"Date":"2/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":93,"Cost":53,"Date":"6/7/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":912,"Cost":478,"Date":"1/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":908,"Cost":655,"Date":"3/27/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":499,"Cost":270,"Date":"5/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":111,"Cost":85,"Date":"7/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":912,"Cost":622,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":383,"Cost":306,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":699,"Cost":590,"Date":"1/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":366,"Cost":289,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":304,"Cost":177,"Date":"6/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":693,"Cost":635,"Date":"6/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":354,"Cost":256,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":823,"Cost":548,"Date":"11/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":237,"Cost":160,"Date":"12/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":8,"Cost":5,"Date":"2/4/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":324,"Cost":211,"Date":"3/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":677,"Cost":562,"Date":"12/18/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":56,"Cost":34,"Date":"3/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":831,"Cost":482,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":541,"Cost":415,"Date":"6/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":428,"Cost":381,"Date":"7/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":720,"Cost":681,"Date":"11/21/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":420,"Cost":227,"Date":"11/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":69,"Cost":49,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":571,"Cost":530,"Date":"5/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":165,"Cost":83,"Date":"9/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":64,"Cost":34,"Date":"1/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":514,"Cost":309,"Date":"2/2/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":870,"Cost":515,"Date":"3/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":602,"Cost":321,"Date":"10/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":135,"Cost":94,"Date":"2/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":876,"Cost":754,"Date":"6/7/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":290,"Cost":212,"Date":"1/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":196,"Cost":167,"Date":"3/27/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":457,"Cost":386,"Date":"5/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":792,"Cost":436,"Date":"7/28/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":403,"Cost":219,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":498,"Cost":404,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":430,"Cost":236,"Date":"1/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":92,"Cost":49,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":231,"Cost":164,"Date":"6/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":447,"Cost":338,"Date":"6/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":189,"Cost":129,"Date":"8/13/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":566,"Cost":377,"Date":"11/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":626,"Cost":377,"Date":"12/28/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":690,"Cost":636,"Date":"2/4/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":350,"Cost":312,"Date":"3/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":72,"Cost":53,"Date":"12/18/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":801,"Cost":650,"Date":"3/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":687,"Cost":449,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":816,"Cost":704,"Date":"6/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":673,"Cost":560,"Date":"7/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":449,"Cost":337,"Date":"11/21/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":578,"Cost":524,"Date":"11/26/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":853,"Cost":474,"Date":"2/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":985,"Cost":526,"Date":"5/21/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":414,"Cost":345,"Date":"9/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":352,"Cost":321,"Date":"1/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":450,"Cost":303,"Date":"2/2/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":642,"Cost":545,"Date":"3/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":316,"Cost":233,"Date":"10/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":24,"Cost":20,"Date":"2/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":590,"Cost":471,"Date":"6/7/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":154,"Cost":93,"Date":"1/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":2,"Cost":1,"Date":"3/27/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":49,"Cost":27,"Date":"5/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":467,"Cost":408,"Date":"7/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":56,"Cost":30,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":547,"Cost":423,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":169,"Cost":108,"Date":"1/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":903,"Cost":819,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":534,"Cost":278,"Date":"6/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":591,"Cost":345,"Date":"6/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":500,"Cost":262,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":783,"Cost":651,"Date":"11/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":223,"Cost":195,"Date":"12/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":934,"Cost":606,"Date":"2/4/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":625,"Cost":553,"Date":"3/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":851,"Cost":671,"Date":"12/18/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":103,"Cost":54,"Date":"3/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":481,"Cost":342,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":882,"Cost":777,"Date":"6/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":670,"Cost":344,"Date":"7/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":685,"Cost":402,"Date":"11/21/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":33,"Cost":24,"Date":"11/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":516,"Cost":444,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":431,"Cost":278,"Date":"5/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":137,"Cost":84,"Date":"9/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":370,"Cost":188,"Date":"1/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":831,"Cost":548,"Date":"2/2/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":521,"Cost":268,"Date":"3/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":903,"Cost":843,"Date":"10/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":324,"Cost":191,"Date":"2/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":147,"Cost":112,"Date":"6/7/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":999,"Cost":800,"Date":"1/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":877,"Cost":782,"Date":"3/27/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":552,"Cost":466,"Date":"5/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":214,"Cost":172,"Date":"7/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":607,"Cost":423,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":37,"Cost":30,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":157,"Cost":120,"Date":"1/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":284,"Cost":146,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":414,"Cost":232,"Date":"6/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":609,"Cost":321,"Date":"6/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":221,"Cost":193,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":95,"Cost":66,"Date":"11/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":523,"Cost":332,"Date":"12/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":222,"Cost":183,"Date":"2/4/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":933,"Cost":743,"Date":"3/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":208,"Cost":197,"Date":"12/18/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":168,"Cost":160,"Date":"3/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":983,"Cost":918,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":534,"Cost":452,"Date":"6/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":979,"Cost":493,"Date":"7/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":279,"Cost":214,"Date":"11/21/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":887,"Cost":471,"Date":"11/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":804,"Cost":493,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":416,"Cost":394,"Date":"5/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":844,"Cost":634,"Date":"9/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":290,"Cost":228,"Date":"1/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":989,"Cost":918,"Date":"2/2/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":811,"Cost":659,"Date":"3/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":26,"Cost":16,"Date":"10/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":790,"Cost":570,"Date":"2/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":147,"Cost":134,"Date":"6/7/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":426,"Cost":229,"Date":"1/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":122,"Cost":83,"Date":"3/27/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":444,"Cost":291,"Date":"5/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":533,"Cost":292,"Date":"7/28/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":379,"Cost":214,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":563,"Cost":331,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":91,"Cost":72,"Date":"1/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":420,"Cost":218,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":360,"Cost":313,"Date":"6/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":587,"Cost":299,"Date":"6/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":235,"Cost":161,"Date":"8/13/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":603,"Cost":430,"Date":"11/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":622,"Cost":439,"Date":"12/28/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":811,"Cost":666,"Date":"2/4/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":720,"Cost":543,"Date":"3/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":515,"Cost":367,"Date":"12/18/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":838,"Cost":656,"Date":"3/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":758,"Cost":641,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":362,"Cost":183,"Date":"6/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":343,"Cost":240,"Date":"7/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":763,"Cost":478,"Date":"11/21/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":376,"Cost":296,"Date":"11/26/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":59,"Cost":37,"Date":"2/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":128,"Cost":94,"Date":"5/21/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":457,"Cost":365,"Date":"9/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":581,"Cost":508,"Date":"1/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":595,"Cost":322,"Date":"2/2/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":580,"Cost":479,"Date":"3/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":494,"Cost":420,"Date":"10/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":544,"Cost":426,"Date":"2/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":416,"Cost":220,"Date":"6/7/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":166,"Cost":125,"Date":"1/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":36,"Cost":22,"Date":"3/27/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":344,"Cost":177,"Date":"5/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":777,"Cost":713,"Date":"7/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":912,"Cost":502,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":933,"Cost":771,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":288,"Cost":151,"Date":"1/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":16,"Cost":10,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":591,"Cost":458,"Date":"6/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":225,"Cost":154,"Date":"6/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":581,"Cost":442,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":719,"Cost":467,"Date":"11/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":720,"Cost":544,"Date":"12/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":419,"Cost":295,"Date":"2/4/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":274,"Cost":241,"Date":"3/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":915,"Cost":642,"Date":"12/18/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":20,"Cost":14,"Date":"3/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":81,"Cost":48,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":235,"Cost":155,"Date":"6/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":93,"Cost":85,"Date":"7/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":491,"Cost":267,"Date":"11/21/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":226,"Cost":208,"Date":"11/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":910,"Cost":794,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":925,"Cost":841,"Date":"5/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":443,"Cost":339,"Date":"9/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":604,"Cost":345,"Date":"1/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":310,"Cost":212,"Date":"2/2/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":165,"Cost":114,"Date":"3/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"COS","Country":"USA","Sale":845,"Cost":506,"Date":"10/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":235,"Cost":218,"Date":"2/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":278,"Cost":162,"Date":"6/7/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":232,"Cost":142,"Date":"1/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":102,"Cost":89,"Date":"3/27/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":392,"Cost":239,"Date":"5/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":308,"Cost":166,"Date":"7/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":572,"Cost":514,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":251,"Cost":131,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":792,"Cost":727,"Date":"1/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":68,"Cost":51,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":165,"Cost":120,"Date":"6/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":112,"Cost":80,"Date":"6/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":431,"Cost":363,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":90,"Cost":83,"Date":"11/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":764,"Cost":525,"Date":"12/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":181,"Cost":110,"Date":"2/4/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":513,"Cost":405,"Date":"3/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":842,"Cost":646,"Date":"12/18/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":646,"Cost":442,"Date":"3/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":799,"Cost":662,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":347,"Cost":300,"Date":"6/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":218,"Cost":119,"Date":"7/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":890,"Cost":599,"Date":"11/21/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":443,"Cost":354,"Date":"11/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":528,"Cost":484,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":440,"Cost":339,"Date":"5/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":675,"Cost":375,"Date":"9/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":5,"Cost":4,"Date":"1/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":848,"Cost":567,"Date":"2/2/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":378,"Cost":277,"Date":"3/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":771,"Cost":499,"Date":"10/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":808,"Cost":568,"Date":"2/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":166,"Cost":116,"Date":"6/7/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":383,"Cost":361,"Date":"1/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":737,"Cost":473,"Date":"3/27/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":406,"Cost":300,"Date":"5/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":402,"Cost":203,"Date":"7/28/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":696,"Cost":608,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":205,"Cost":136,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":899,"Cost":716,"Date":"1/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":446,"Cost":237,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":295,"Cost":204,"Date":"6/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":532,"Cost":426,"Date":"6/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":249,"Cost":236,"Date":"8/13/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":660,"Cost":537,"Date":"11/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":536,"Cost":297,"Date":"12/28/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":676,"Cost":537,"Date":"2/4/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":73,"Cost":54,"Date":"3/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":390,"Cost":352,"Date":"12/18/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":479,"Cost":341,"Date":"3/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":734,"Cost":499,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":723,"Cost":488,"Date":"6/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":329,"Cost":248,"Date":"7/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":395,"Cost":294,"Date":"11/21/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":915,"Cost":765,"Date":"11/26/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":808,"Cost":552,"Date":"2/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":212,"Cost":116,"Date":"5/21/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":308,"Cost":252,"Date":"9/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":821,"Cost":503,"Date":"1/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":277,"Cost":178,"Date":"2/2/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":380,"Cost":291,"Date":"3/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Nova","Country":"USA","Sale":772,"Cost":730,"Date":"10/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":974,"Cost":635,"Date":"2/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":263,"Cost":194,"Date":"6/7/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":931,"Cost":763,"Date":"1/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":350,"Cost":321,"Date":"3/27/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":38,"Cost":35,"Date":"5/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":619,"Cost":331,"Date":"7/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":335,"Cost":286,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":509,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":613,"Cost":447,"Date":"1/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":372,"Cost":300,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":438,"Cost":310,"Date":"6/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":826,"Cost":444,"Date":"6/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":194,"Cost":158,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":458,"Cost":251,"Date":"11/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":466,"Cost":424,"Date":"12/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":98,"Cost":67,"Date":"2/4/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":608,"Cost":399,"Date":"3/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":676,"Cost":454,"Date":"12/18/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":145,"Cost":96,"Date":"3/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":933,"Cost":770,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":649,"Cost":568,"Date":"6/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":803,"Cost":567,"Date":"7/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":811,"Cost":589,"Date":"11/21/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":69,"Cost":57,"Date":"11/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":222,"Cost":132,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":53,"Cost":44,"Date":"5/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":22,"Cost":12,"Date":"9/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":572,"Cost":455,"Date":"1/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":670,"Cost":476,"Date":"2/2/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":888,"Cost":656,"Date":"3/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":303,"Cost":271,"Date":"10/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":174,"Cost":157,"Date":"2/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":907,"Cost":812,"Date":"6/7/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":313,"Cost":294,"Date":"1/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":787,"Cost":473,"Date":"3/27/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":645,"Cost":519,"Date":"5/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":843,"Cost":677,"Date":"7/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":598,"Cost":407,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":280,"Cost":163,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":413,"Cost":368,"Date":"1/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":380,"Cost":242,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":40,"Cost":20,"Date":"6/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":901,"Cost":773,"Date":"6/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":354,"Cost":312,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":641,"Cost":519,"Date":"11/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":385,"Cost":326,"Date":"12/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":676,"Cost":551,"Date":"2/4/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":109,"Cost":89,"Date":"3/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":943,"Cost":579,"Date":"12/18/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":140,"Cost":72,"Date":"3/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":188,"Cost":140,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":450,"Cost":389,"Date":"6/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":645,"Cost":566,"Date":"7/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":358,"Cost":202,"Date":"11/21/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":331,"Cost":274,"Date":"11/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":24,"Cost":17,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":836,"Cost":628,"Date":"5/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":244,"Cost":187,"Date":"9/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":849,"Cost":703,"Date":"1/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":895,"Cost":493,"Date":"2/2/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":481,"Cost":368,"Date":"3/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":486,"Cost":349,"Date":"10/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":307,"Cost":223,"Date":"2/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":27,"Cost":18,"Date":"6/7/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":488,"Date":"1/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":785,"Cost":623,"Date":"3/27/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":896,"Cost":605,"Date":"5/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":974,"Cost":862,"Date":"7/28/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":231,"Cost":158,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":419,"Cost":251,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":500,"Cost":355,"Date":"1/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":518,"Cost":379,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":762,"Cost":618,"Date":"6/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":783,"Cost":738,"Date":"6/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":62,"Cost":41,"Date":"8/13/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":262,"Cost":209,"Date":"11/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":956,"Cost":489,"Date":"12/28/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":475,"Cost":418,"Date":"2/4/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":330,"Cost":186,"Date":"3/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":94,"Cost":68,"Date":"12/18/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":910,"Cost":537,"Date":"3/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":603,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":56,"Cost":54,"Date":"6/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":886,"Cost":633,"Date":"7/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":88,"Date":"11/21/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":194,"Cost":137,"Date":"11/26/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":913,"Cost":722,"Date":"2/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":129,"Cost":76,"Date":"5/21/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":879,"Cost":531,"Date":"9/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":257,"Cost":231,"Date":"1/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":950,"Cost":873,"Date":"2/2/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":704,"Cost":651,"Date":"3/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":943,"Cost":618,"Date":"10/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":349,"Cost":321,"Date":"2/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":33,"Cost":25,"Date":"6/7/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":837,"Cost":631,"Date":"1/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":21,"Cost":15,"Date":"3/27/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":824,"Cost":722,"Date":"5/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":766,"Cost":557,"Date":"7/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":417,"Cost":359,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":652,"Cost":430,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":349,"Cost":279,"Date":"1/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":798,"Cost":477,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":130,"Cost":110,"Date":"6/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":292,"Cost":242,"Date":"6/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":449,"Cost":362,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":369,"Date":"11/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":675,"Cost":424,"Date":"12/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":587,"Cost":346,"Date":"2/4/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":730,"Cost":445,"Date":"3/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":214,"Cost":126,"Date":"12/18/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":494,"Cost":247,"Date":"3/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":213,"Cost":138,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":360,"Cost":339,"Date":"6/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":681,"Cost":636,"Date":"7/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":319,"Date":"11/21/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":353,"Cost":240,"Date":"11/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":118,"Cost":73,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":103,"Cost":71,"Date":"5/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":321,"Date":"9/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":232,"Cost":201,"Date":"1/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":651,"Date":"2/2/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":370,"Date":"3/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Sellpy","Country":"USA","Sale":968,"Cost":837,"Date":"10/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":843,"Cost":566,"Date":"2/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":443,"Cost":258,"Date":"6/7/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":185,"Cost":175,"Date":"1/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":343,"Cost":324,"Date":"3/27/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":432,"Cost":339,"Date":"5/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":601,"Cost":536,"Date":"7/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":794,"Cost":508,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":904,"Cost":767,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":965,"Cost":906,"Date":"1/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":991,"Cost":889,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":384,"Cost":252,"Date":"6/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":423,"Cost":326,"Date":"6/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":256,"Cost":162,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":595,"Cost":340,"Date":"11/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":134,"Cost":96,"Date":"12/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":289,"Cost":159,"Date":"2/4/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":618,"Cost":386,"Date":"3/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":724,"Cost":515,"Date":"12/18/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":316,"Cost":218,"Date":"3/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":426,"Cost":372,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":263,"Cost":211,"Date":"6/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":238,"Cost":157,"Date":"7/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":180,"Cost":105,"Date":"11/21/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":840,"Cost":706,"Date":"11/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":283,"Cost":147,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":890,"Cost":846,"Date":"5/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":7,"Cost":6,"Date":"9/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":376,"Cost":309,"Date":"1/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":153,"Cost":125,"Date":"2/2/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":17,"Cost":12,"Date":"3/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":261,"Cost":153,"Date":"10/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":894,"Cost":467,"Date":"2/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":333,"Cost":295,"Date":"6/7/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":405,"Cost":226,"Date":"1/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":37,"Cost":22,"Date":"3/27/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":366,"Cost":191,"Date":"5/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":963,"Cost":512,"Date":"7/28/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":794,"Cost":667,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":137,"Cost":107,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":159,"Cost":137,"Date":"1/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":395,"Cost":346,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":554,"Cost":476,"Date":"6/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":201,"Cost":190,"Date":"6/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":696,"Cost":547,"Date":"8/13/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":328,"Cost":308,"Date":"11/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":817,"Cost":459,"Date":"12/28/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":543,"Cost":386,"Date":"2/4/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":922,"Cost":826,"Date":"3/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":816,"Cost":743,"Date":"12/18/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":638,"Cost":424,"Date":"3/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":447,"Cost":352,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":576,"Cost":375,"Date":"6/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":582,"Cost":385,"Date":"7/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":371,"Cost":240,"Date":"11/21/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":741,"Cost":683,"Date":"11/26/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":943,"Cost":839,"Date":"2/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":631,"Cost":397,"Date":"5/21/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":555,"Cost":475,"Date":"9/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":441,"Cost":263,"Date":"1/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":840,"Cost":609,"Date":"2/2/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":570,"Cost":494,"Date":"3/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":52,"Cost":48,"Date":"10/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":553,"Cost":374,"Date":"2/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":679,"Cost":470,"Date":"6/7/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":691,"Cost":572,"Date":"1/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":671,"Cost":518,"Date":"3/27/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":928,"Cost":735,"Date":"5/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":998,"Cost":779,"Date":"7/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":682,"Cost":455,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":392,"Cost":287,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":224,"Cost":152,"Date":"1/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":337,"Cost":289,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":36,"Cost":25,"Date":"6/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":986,"Cost":514,"Date":"6/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":873,"Cost":645,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":954,"Cost":654,"Date":"11/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":371,"Cost":246,"Date":"12/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":241,"Cost":203,"Date":"2/4/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":200,"Cost":124,"Date":"3/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":778,"Cost":578,"Date":"12/18/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":210,"Cost":191,"Date":"3/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":491,"Cost":309,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":207,"Cost":183,"Date":"6/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":226,"Cost":122,"Date":"7/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":919,"Cost":645,"Date":"11/21/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":419,"Cost":350,"Date":"11/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":388,"Cost":313,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":366,"Cost":335,"Date":"5/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":251,"Cost":238,"Date":"9/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":537,"Cost":461,"Date":"1/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":939,"Cost":669,"Date":"2/2/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":633,"Cost":476,"Date":"3/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM","Country":"USA","Sale":518,"Cost":304,"Date":"10/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":822,"Cost":691,"Date":"2/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":151,"Cost":78,"Date":"6/7/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":121,"Cost":78,"Date":"1/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":879,"Cost":805,"Date":"3/27/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":28,"Cost":14,"Date":"5/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":938,"Cost":783,"Date":"7/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":298,"Cost":269,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":221,"Cost":195,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":348,"Cost":176,"Date":"1/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":323,"Cost":197,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":601,"Cost":400,"Date":"6/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":259,"Cost":191,"Date":"6/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":32,"Cost":22,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":153,"Cost":144,"Date":"11/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":445,"Cost":267,"Date":"12/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":30,"Cost":26,"Date":"2/4/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":770,"Cost":655,"Date":"3/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":507,"Cost":325,"Date":"12/18/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":446,"Cost":314,"Date":"3/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":40,"Cost":28,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":95,"Cost":80,"Date":"6/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":386,"Cost":236,"Date":"7/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":117,"Cost":85,"Date":"11/21/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":58,"Cost":42,"Date":"11/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":399,"Cost":234,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":306,"Cost":252,"Date":"5/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":161,"Cost":121,"Date":"9/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":554,"Cost":516,"Date":"1/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":735,"Cost":553,"Date":"2/2/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":754,"Cost":684,"Date":"3/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Nova","Country":"USA","Sale":237,"Cost":223,"Date":"10/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":410,"Cost":277,"Date":"2/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":590,"Cost":538,"Date":"6/7/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":288,"Cost":268,"Date":"1/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":180,"Cost":163,"Date":"3/27/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":308,"Cost":196,"Date":"5/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":481,"Cost":266,"Date":"7/28/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":444,"Cost":348,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":822,"Cost":648,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":8,"Cost":7,"Date":"1/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":726,"Cost":474,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":412,"Cost":287,"Date":"6/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":676,"Cost":512,"Date":"6/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":14,"Cost":9,"Date":"8/13/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":799,"Cost":491,"Date":"11/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":773,"Cost":608,"Date":"12/28/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":426,"Cost":380,"Date":"2/4/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":913,"Cost":633,"Date":"3/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":545,"Cost":464,"Date":"12/18/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":405,"Cost":330,"Date":"3/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":67,"Cost":42,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":213,"Cost":201,"Date":"6/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":346,"Cost":315,"Date":"7/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":586,"Cost":376,"Date":"11/21/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":607,"Cost":515,"Date":"11/26/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":918,"Cost":548,"Date":"2/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":556,"Cost":396,"Date":"5/21/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":745,"Cost":651,"Date":"9/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":879,"Cost":576,"Date":"1/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":33,"Cost":24,"Date":"2/2/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":564,"Cost":380,"Date":"3/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Jeans","Country":"USA","Sale":890,"Cost":739,"Date":"10/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":930,"Cost":754,"Date":"2/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":460,"Cost":424,"Date":"6/7/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":317,"Cost":290,"Date":"1/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":385,"Cost":345,"Date":"3/27/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":164,"Date":"5/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":926,"Cost":876,"Date":"7/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":100,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":879,"Cost":593,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":350,"Cost":306,"Date":"1/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":10,"Cost":5,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":127,"Cost":85,"Date":"6/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":337,"Cost":198,"Date":"6/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":219,"Cost":157,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":564,"Date":"11/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":721,"Cost":684,"Date":"12/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":266,"Cost":155,"Date":"2/4/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":476,"Cost":259,"Date":"3/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":870,"Date":"12/18/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":902,"Cost":805,"Date":"3/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":814,"Cost":526,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":371,"Date":"6/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":909,"Cost":613,"Date":"7/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":820,"Cost":654,"Date":"11/21/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":296,"Cost":227,"Date":"11/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":342,"Cost":260,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":171,"Cost":149,"Date":"5/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":785,"Cost":705,"Date":"9/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":963,"Cost":562,"Date":"1/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":344,"Date":"2/2/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":331,"Cost":241,"Date":"3/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Sellpy","Country":"USA","Sale":13,"Cost":11,"Date":"10/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":94,"Cost":68,"Date":"2/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":995,"Cost":557,"Date":"6/7/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":241,"Cost":127,"Date":"1/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":88,"Cost":56,"Date":"3/27/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":394,"Cost":346,"Date":"5/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":964,"Cost":632,"Date":"7/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":846,"Cost":467,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":50,"Cost":44,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":393,"Cost":291,"Date":"1/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":165,"Cost":156,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":942,"Cost":630,"Date":"6/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":496,"Cost":330,"Date":"6/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":680,"Cost":462,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":35,"Cost":25,"Date":"11/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":893,"Cost":735,"Date":"12/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":860,"Cost":795,"Date":"2/4/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":989,"Cost":807,"Date":"3/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":371,"Cost":219,"Date":"12/18/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":739,"Cost":432,"Date":"3/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":240,"Cost":223,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":785,"Cost":668,"Date":"6/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":675,"Cost":375,"Date":"7/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":622,"Cost":367,"Date":"11/21/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":890,"Cost":542,"Date":"11/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":511,"Cost":465,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":458,"Cost":249,"Date":"5/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":847,"Cost":735,"Date":"9/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":557,"Cost":399,"Date":"1/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":272,"Cost":209,"Date":"2/2/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":618,"Cost":506,"Date":"3/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":816,"Cost":775,"Date":"10/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":142,"Cost":131,"Date":"2/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":886,"Cost":679,"Date":"6/7/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":683,"Cost":440,"Date":"1/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":926,"Cost":816,"Date":"3/27/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":248,"Cost":183,"Date":"5/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":548,"Cost":383,"Date":"7/28/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":171,"Cost":139,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":587,"Cost":312,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":171,"Cost":145,"Date":"1/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":665,"Cost":583,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":937,"Cost":536,"Date":"6/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":511,"Cost":398,"Date":"6/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":9,"Cost":6,"Date":"8/13/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":768,"Cost":714,"Date":"11/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":379,"Cost":241,"Date":"12/28/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":961,"Cost":614,"Date":"2/4/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":887,"Cost":625,"Date":"3/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":836,"Cost":766,"Date":"12/18/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":767,"Cost":598,"Date":"3/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":200,"Cost":155,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":241,"Cost":187,"Date":"6/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":30,"Cost":22,"Date":"7/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":180,"Cost":136,"Date":"11/21/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":897,"Cost":710,"Date":"11/26/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":687,"Cost":356,"Date":"2/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":824,"Cost":776,"Date":"5/21/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":146,"Cost":85,"Date":"9/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":942,"Cost":584,"Date":"1/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":88,"Cost":83,"Date":"2/2/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":453,"Cost":427,"Date":"3/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"ARKET","Country":"USA","Sale":462,"Cost":251,"Date":"10/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":630,"Cost":408,"Date":"2/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":556,"Cost":398,"Date":"6/7/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":501,"Cost":308,"Date":"1/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":325,"Cost":173,"Date":"3/27/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":10,"Cost":8,"Date":"5/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":349,"Cost":242,"Date":"7/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":98,"Cost":58,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":795,"Cost":411,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":490,"Date":"1/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":404,"Cost":283,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":180,"Cost":145,"Date":"6/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":371,"Date":"6/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":146,"Cost":119,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":446,"Cost":405,"Date":"11/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":394,"Cost":206,"Date":"12/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":407,"Cost":217,"Date":"2/4/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":740,"Cost":372,"Date":"3/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":50,"Cost":25,"Date":"12/18/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":727,"Cost":688,"Date":"3/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":726,"Cost":395,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":136,"Cost":69,"Date":"6/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":3,"Cost":2,"Date":"7/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":676,"Cost":446,"Date":"11/21/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":375,"Cost":252,"Date":"11/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":80,"Cost":55,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":362,"Cost":322,"Date":"5/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":64,"Cost":33,"Date":"9/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":88,"Cost":71,"Date":"1/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":992,"Cost":871,"Date":"2/2/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":568,"Cost":503,"Date":"3/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":858,"Cost":609,"Date":"10/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":801,"Cost":631,"Date":"2/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":227,"Cost":120,"Date":"6/7/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":414,"Cost":297,"Date":"1/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":689,"Cost":538,"Date":"3/27/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":562,"Cost":318,"Date":"5/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":259,"Cost":214,"Date":"7/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":423,"Cost":247,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":453,"Cost":338,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":302,"Cost":256,"Date":"1/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":250,"Cost":220,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":187,"Cost":171,"Date":"6/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":844,"Cost":784,"Date":"6/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":54,"Cost":28,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":253,"Cost":177,"Date":"11/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":34,"Cost":18,"Date":"12/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":511,"Cost":374,"Date":"2/4/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":972,"Cost":861,"Date":"3/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":769,"Cost":675,"Date":"12/18/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":614,"Cost":369,"Date":"3/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":497,"Cost":306,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":111,"Cost":63,"Date":"6/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":397,"Cost":264,"Date":"7/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":299,"Cost":169,"Date":"11/21/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":231,"Cost":145,"Date":"11/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":233,"Cost":178,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":745,"Cost":586,"Date":"5/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":536,"Cost":420,"Date":"9/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":205,"Cost":180,"Date":"1/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":813,"Cost":600,"Date":"2/2/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":372,"Cost":213,"Date":"3/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":735,"Cost":562,"Date":"10/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":933,"Cost":630,"Date":"2/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":203,"Cost":102,"Date":"6/7/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":49,"Cost":47,"Date":"1/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":354,"Cost":205,"Date":"3/27/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":774,"Cost":728,"Date":"5/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":102,"Cost":70,"Date":"7/28/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":262,"Cost":193,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":861,"Cost":493,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":7,"Cost":4,"Date":"1/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":340,"Cost":277,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":857,"Cost":530,"Date":"6/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":875,"Cost":782,"Date":"6/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":122,"Cost":115,"Date":"8/13/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":374,"Cost":289,"Date":"11/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":375,"Cost":329,"Date":"12/28/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":399,"Date":"2/4/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":611,"Cost":373,"Date":"3/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":51,"Cost":35,"Date":"12/18/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":409,"Cost":299,"Date":"3/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":146,"Cost":124,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":893,"Cost":748,"Date":"6/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":36,"Date":"7/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":149,"Cost":108,"Date":"11/21/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":532,"Cost":453,"Date":"11/26/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":270,"Cost":225,"Date":"2/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":827,"Cost":619,"Date":"5/21/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":550,"Cost":364,"Date":"9/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":1000,"Cost":746,"Date":"1/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":465,"Cost":399,"Date":"2/2/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":836,"Cost":528,"Date":"3/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Sellpy","Country":"USA","Sale":743,"Cost":494,"Date":"10/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":549,"Cost":362,"Date":"2/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":133,"Cost":113,"Date":"6/7/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":499,"Cost":279,"Date":"1/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":427,"Cost":338,"Date":"3/27/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":771,"Cost":551,"Date":"5/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":116,"Cost":102,"Date":"7/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":879,"Cost":763,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":727,"Cost":691,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":769,"Cost":686,"Date":"1/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":128,"Cost":105,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":602,"Cost":540,"Date":"6/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":321,"Cost":195,"Date":"6/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":681,"Cost":563,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":275,"Cost":249,"Date":"11/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":590,"Cost":338,"Date":"12/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":347,"Cost":316,"Date":"2/4/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":321,"Cost":256,"Date":"3/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":320,"Cost":165,"Date":"12/18/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":31,"Cost":19,"Date":"3/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":865,"Cost":726,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":92,"Cost":49,"Date":"6/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":769,"Cost":646,"Date":"7/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":874,"Cost":467,"Date":"11/21/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":256,"Cost":132,"Date":"11/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":426,"Cost":349,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":182,"Cost":106,"Date":"5/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":809,"Cost":576,"Date":"9/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":511,"Cost":307,"Date":"1/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":242,"Cost":172,"Date":"2/2/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":8,"Cost":6,"Date":"3/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":150,"Cost":96,"Date":"10/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":48,"Cost":41,"Date":"2/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":46,"Cost":40,"Date":"6/7/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":173,"Cost":151,"Date":"1/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":313,"Cost":173,"Date":"3/27/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":776,"Cost":427,"Date":"5/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":185,"Cost":149,"Date":"7/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":402,"Cost":227,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":945,"Cost":535,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":2,"Cost":2,"Date":"1/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":35,"Cost":29,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":904,"Cost":526,"Date":"6/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":103,"Cost":67,"Date":"6/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":90,"Cost":76,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":463,"Cost":344,"Date":"11/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":193,"Cost":112,"Date":"12/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":552,"Cost":500,"Date":"2/4/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":172,"Cost":154,"Date":"3/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":543,"Cost":432,"Date":"12/18/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":794,"Cost":555,"Date":"3/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":310,"Cost":268,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":927,"Cost":646,"Date":"6/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":187,"Cost":157,"Date":"7/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":556,"Cost":485,"Date":"11/21/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":352,"Cost":254,"Date":"11/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":789,"Cost":411,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":928,"Cost":563,"Date":"5/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":342,"Cost":213,"Date":"9/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":127,"Cost":66,"Date":"1/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":612,"Cost":311,"Date":"2/2/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":249,"Cost":152,"Date":"3/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":50,"Cost":37,"Date":"10/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":528,"Cost":415,"Date":"2/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":318,"Cost":199,"Date":"6/7/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":57,"Cost":30,"Date":"1/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":993,"Cost":728,"Date":"3/27/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":309,"Cost":240,"Date":"5/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":438,"Cost":346,"Date":"7/28/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":207,"Cost":122,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":2,"Cost":2,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":312,"Cost":223,"Date":"1/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":535,"Cost":453,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":782,"Cost":508,"Date":"6/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":784,"Cost":515,"Date":"6/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":621,"Cost":555,"Date":"8/13/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":967,"Cost":690,"Date":"11/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":404,"Cost":296,"Date":"12/28/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":720,"Cost":572,"Date":"2/4/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":809,"Cost":636,"Date":"3/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":330,"Cost":191,"Date":"12/18/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":475,"Cost":407,"Date":"3/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":208,"Cost":170,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":336,"Cost":265,"Date":"6/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":50,"Cost":41,"Date":"7/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":649,"Cost":437,"Date":"11/21/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":305,"Cost":250,"Date":"11/26/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":110,"Cost":78,"Date":"2/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":819,"Cost":581,"Date":"5/21/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":339,"Cost":214,"Date":"9/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":158,"Cost":110,"Date":"1/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":938,"Cost":752,"Date":"2/2/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":456,"Cost":366,"Date":"3/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM Home","Country":"USA","Sale":970,"Cost":840,"Date":"10/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":221,"Cost":142,"Date":"2/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":331,"Cost":220,"Date":"6/7/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":24,"Cost":18,"Date":"1/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":994,"Cost":699,"Date":"3/27/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":142,"Cost":120,"Date":"5/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":116,"Cost":101,"Date":"7/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":385,"Cost":365,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":460,"Cost":291,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":736,"Cost":453,"Date":"1/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":449,"Cost":316,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":654,"Cost":478,"Date":"6/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":806,"Cost":713,"Date":"6/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":728,"Cost":392,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":77,"Cost":68,"Date":"11/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":389,"Cost":213,"Date":"12/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":213,"Cost":178,"Date":"2/4/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":617,"Cost":330,"Date":"3/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":604,"Cost":547,"Date":"12/18/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":749,"Cost":579,"Date":"3/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":444,"Cost":383,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":281,"Cost":181,"Date":"6/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":34,"Cost":19,"Date":"7/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":223,"Cost":140,"Date":"11/21/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":471,"Cost":328,"Date":"11/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":706,"Cost":393,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":323,"Cost":293,"Date":"5/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":304,"Cost":235,"Date":"9/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":439,"Cost":264,"Date":"1/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":224,"Cost":193,"Date":"2/2/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":27,"Cost":25,"Date":"3/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":29,"Cost":26,"Date":"10/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":415,"Cost":306,"Date":"2/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":537,"Cost":485,"Date":"6/7/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":168,"Cost":97,"Date":"1/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":272,"Cost":213,"Date":"3/27/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":911,"Cost":665,"Date":"5/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":640,"Cost":453,"Date":"7/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":420,"Cost":238,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":253,"Cost":233,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":246,"Cost":137,"Date":"1/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":491,"Cost":283,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":739,"Cost":464,"Date":"6/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":418,"Cost":393,"Date":"6/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":232,"Cost":165,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":218,"Cost":202,"Date":"11/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":696,"Cost":593,"Date":"12/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":261,"Cost":248,"Date":"2/4/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":539,"Cost":389,"Date":"3/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":730,"Cost":594,"Date":"12/18/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":324,"Cost":164,"Date":"3/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":440,"Cost":269,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":941,"Cost":831,"Date":"6/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":122,"Cost":101,"Date":"7/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":70,"Cost":65,"Date":"11/21/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":584,"Cost":514,"Date":"11/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":965,"Cost":629,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":432,"Cost":298,"Date":"5/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":612,"Cost":544,"Date":"9/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":931,"Cost":721,"Date":"1/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":401,"Cost":302,"Date":"2/2/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":861,"Cost":628,"Date":"3/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":391,"Cost":350,"Date":"10/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":358,"Cost":339,"Date":"2/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":551,"Cost":412,"Date":"6/7/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":134,"Cost":93,"Date":"1/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":641,"Cost":354,"Date":"3/27/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":926,"Cost":623,"Date":"5/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":134,"Cost":81,"Date":"7/28/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":973,"Cost":669,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":892,"Cost":617,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":433,"Cost":409,"Date":"1/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":417,"Cost":348,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":599,"Cost":337,"Date":"6/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":606,"Cost":493,"Date":"6/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":332,"Cost":281,"Date":"8/13/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":999,"Cost":550,"Date":"11/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":950,"Cost":510,"Date":"12/28/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":604,"Cost":439,"Date":"2/4/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":320,"Cost":241,"Date":"3/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":895,"Cost":630,"Date":"12/18/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":29,"Cost":26,"Date":"3/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":496,"Cost":257,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":387,"Cost":353,"Date":"6/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":895,"Cost":828,"Date":"7/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":295,"Cost":196,"Date":"11/21/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":649,"Cost":399,"Date":"11/26/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":325,"Cost":285,"Date":"2/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":114,"Cost":86,"Date":"5/21/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":18,"Cost":13,"Date":"9/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":152,"Cost":103,"Date":"1/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":169,"Cost":87,"Date":"2/2/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":466,"Cost":246,"Date":"3/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":695,"Cost":556,"Date":"10/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":722,"Cost":481,"Date":"2/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":607,"Cost":415,"Date":"6/7/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":394,"Cost":320,"Date":"1/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":45,"Cost":35,"Date":"3/27/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":214,"Cost":169,"Date":"5/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":716,"Cost":369,"Date":"7/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":641,"Cost":496,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":928,"Cost":539,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":215,"Cost":170,"Date":"1/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":480,"Cost":333,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":522,"Cost":295,"Date":"6/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":978,"Cost":765,"Date":"6/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":366,"Cost":304,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":812,"Cost":682,"Date":"11/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":602,"Cost":311,"Date":"12/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":46,"Cost":24,"Date":"2/4/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":582,"Cost":509,"Date":"3/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":840,"Cost":578,"Date":"12/18/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":201,"Cost":101,"Date":"3/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":471,"Cost":288,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":356,"Cost":338,"Date":"6/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":928,"Cost":486,"Date":"7/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":127,"Cost":105,"Date":"11/21/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":364,"Cost":307,"Date":"11/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":591,"Cost":308,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":53,"Cost":35,"Date":"5/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":41,"Cost":21,"Date":"9/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":3,"Cost":2,"Date":"1/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":637,"Cost":501,"Date":"2/2/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":317,"Cost":158,"Date":"3/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":546,"Cost":403,"Date":"10/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":216,"Cost":181,"Date":"2/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":501,"Cost":340,"Date":"6/7/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":380,"Cost":324,"Date":"1/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":916,"Cost":460,"Date":"3/27/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":759,"Cost":415,"Date":"5/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":62,"Cost":58,"Date":"7/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":658,"Cost":543,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":239,"Cost":157,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":958,"Cost":609,"Date":"1/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":154,"Cost":101,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":970,"Cost":847,"Date":"6/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":660,"Cost":375,"Date":"6/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":756,"Cost":509,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":618,"Cost":548,"Date":"11/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":16,"Cost":13,"Date":"12/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":620,"Cost":497,"Date":"2/4/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":325,"Cost":200,"Date":"3/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":45,"Cost":25,"Date":"12/18/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":223,"Cost":149,"Date":"3/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":999,"Cost":531,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":725,"Cost":368,"Date":"6/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":85,"Cost":49,"Date":"7/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":672,"Cost":433,"Date":"11/21/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":563,"Cost":428,"Date":"11/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":742,"Cost":695,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":325,"Cost":282,"Date":"5/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":699,"Cost":616,"Date":"9/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":323,"Cost":272,"Date":"1/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":118,"Cost":106,"Date":"2/2/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":493,"Cost":435,"Date":"3/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":281,"Cost":264,"Date":"10/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":406,"Cost":307,"Date":"2/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":837,"Cost":607,"Date":"6/7/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":607,"Cost":478,"Date":"1/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":333,"Cost":313,"Date":"3/27/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":956,"Cost":673,"Date":"5/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":224,"Cost":210,"Date":"7/28/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":935,"Cost":675,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":60,"Cost":40,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":364,"Cost":344,"Date":"1/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":257,"Cost":179,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":102,"Cost":90,"Date":"6/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":634,"Cost":561,"Date":"6/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":636,"Cost":489,"Date":"8/13/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":25,"Cost":20,"Date":"11/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":385,"Cost":280,"Date":"12/28/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":970,"Cost":748,"Date":"2/4/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":859,"Cost":785,"Date":"3/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":869,"Cost":706,"Date":"12/18/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":951,"Cost":529,"Date":"3/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":239,"Cost":134,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":540,"Cost":420,"Date":"6/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":899,"Cost":496,"Date":"7/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":184,"Cost":93,"Date":"11/21/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":524,"Cost":282,"Date":"11/26/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":927,"Cost":478,"Date":"2/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":900,"Cost":474,"Date":"5/21/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":764,"Cost":399,"Date":"9/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":52,"Cost":46,"Date":"1/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":873,"Cost":474,"Date":"2/2/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":446,"Cost":261,"Date":"3/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":573,"Cost":388,"Date":"10/14/2024"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":85,"Cost":75,"Date":"2/16/2018"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":453,"Cost":308,"Date":"6/7/2018"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":951,"Cost":479,"Date":"1/28/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":186,"Cost":111,"Date":"3/27/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":40,"Cost":34,"Date":"5/12/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":236,"Cost":155,"Date":"7/28/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":164,"Cost":146,"Date":"8/8/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":47,"Cost":44,"Date":"12/7/2019"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":258,"Cost":244,"Date":"1/17/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":321,"Cost":262,"Date":"3/8/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":972,"Cost":915,"Date":"6/6/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":808,"Cost":551,"Date":"6/16/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":427,"Cost":284,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":882,"Cost":493,"Date":"11/19/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":731,"Cost":410,"Date":"12/28/2020"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":910,"Cost":813,"Date":"2/4/2021"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":898,"Cost":498,"Date":"3/8/2021"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":52,"Cost":40,"Date":"12/18/2021"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":787,"Cost":421,"Date":"3/31/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":843,"Cost":780,"Date":"4/20/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":976,"Cost":527,"Date":"6/26/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":759,"Cost":585,"Date":"7/23/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":525,"Cost":398,"Date":"11/21/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":689,"Cost":550,"Date":"11/26/2022"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":970,"Cost":636,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":313,"Cost":273,"Date":"5/21/2023"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":976,"Cost":712,"Date":"9/28/2023"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":107,"Cost":65,"Date":"1/3/2024"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":168,"Cost":128,"Date":"2/2/2024"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":332,"Cost":222,"Date":"3/18/2024"},{"Store":"Montevideo Shopping","Brand":"ARKET","Country":"Uruguay","Sale":174,"Cost":123,"Date":"10/14/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":305,"Cost":289,"Date":"2/16/2018"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":91,"Cost":79,"Date":"6/7/2018"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":990,"Cost":576,"Date":"1/28/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":850,"Cost":644,"Date":"3/27/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":106,"Cost":69,"Date":"5/12/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":295,"Cost":188,"Date":"7/28/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":678,"Cost":493,"Date":"8/8/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":530,"Cost":400,"Date":"12/7/2019"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":593,"Cost":323,"Date":"1/17/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":720,"Cost":543,"Date":"3/8/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":409,"Cost":221,"Date":"6/6/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":85,"Cost":57,"Date":"6/16/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":991,"Cost":689,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":722,"Cost":459,"Date":"11/19/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":321,"Cost":197,"Date":"12/28/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":24,"Cost":23,"Date":"2/4/2021"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":422,"Cost":215,"Date":"3/8/2021"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":308,"Cost":227,"Date":"12/18/2021"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":273,"Cost":210,"Date":"3/31/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":227,"Cost":116,"Date":"4/20/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":528,"Cost":329,"Date":"6/26/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":909,"Cost":722,"Date":"7/23/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":415,"Cost":353,"Date":"11/21/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":953,"Cost":632,"Date":"11/26/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":151,"Cost":111,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":794,"Cost":618,"Date":"5/21/2023"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":655,"Cost":457,"Date":"9/28/2023"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":823,"Cost":504,"Date":"1/3/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":916,"Cost":543,"Date":"2/2/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":367,"Cost":285,"Date":"3/18/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":303,"Cost":184,"Date":"10/14/2024"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":786,"Cost":709,"Date":"2/16/2018"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":590,"Cost":354,"Date":"6/7/2018"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":621,"Cost":438,"Date":"1/28/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":630,"Cost":589,"Date":"3/27/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":982,"Cost":849,"Date":"5/12/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":148,"Cost":123,"Date":"7/28/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":218,"Cost":171,"Date":"8/8/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":517,"Cost":296,"Date":"12/7/2019"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":651,"Cost":581,"Date":"1/17/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":776,"Cost":560,"Date":"3/8/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":519,"Cost":287,"Date":"6/6/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":443,"Cost":266,"Date":"6/16/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":580,"Cost":442,"Date":"8/13/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":728,"Cost":681,"Date":"11/19/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":749,"Cost":594,"Date":"12/28/2020"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":96,"Cost":65,"Date":"2/4/2021"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":881,"Cost":564,"Date":"3/8/2021"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":252,"Cost":205,"Date":"12/18/2021"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":772,"Cost":614,"Date":"3/31/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":303,"Cost":217,"Date":"4/20/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":614,"Cost":387,"Date":"6/26/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":729,"Cost":549,"Date":"7/23/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":902,"Cost":452,"Date":"11/21/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":757,"Cost":663,"Date":"11/26/2022"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":890,"Cost":682,"Date":"2/20/2023"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":204,"Cost":164,"Date":"5/21/2023"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":7,"Cost":4,"Date":"9/28/2023"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":504,"Cost":440,"Date":"1/3/2024"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":278,"Cost":244,"Date":"2/2/2024"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":630,"Cost":481,"Date":"3/18/2024"},{"Store":"Montevideo Shopping","Brand":"COS","Country":"Uruguay","Sale":490,"Cost":303,"Date":"10/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":1,"Cost":1,"Date":"2/16/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":895,"Cost":521,"Date":"6/7/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":238,"Cost":140,"Date":"1/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":527,"Cost":402,"Date":"3/27/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":916,"Cost":864,"Date":"5/12/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":160,"Cost":148,"Date":"7/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":475,"Cost":268,"Date":"8/8/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":797,"Cost":568,"Date":"12/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":127,"Cost":95,"Date":"1/17/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":453,"Cost":314,"Date":"3/8/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":707,"Cost":658,"Date":"6/6/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":217,"Cost":110,"Date":"6/16/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":623,"Cost":547,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":622,"Cost":454,"Date":"11/19/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":812,"Cost":427,"Date":"12/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":891,"Cost":779,"Date":"2/4/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":460,"Cost":270,"Date":"3/8/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":750,"Cost":632,"Date":"12/18/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":955,"Cost":718,"Date":"3/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":218,"Cost":151,"Date":"4/20/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":308,"Cost":154,"Date":"6/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":833,"Cost":576,"Date":"7/23/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":470,"Cost":285,"Date":"11/21/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":381,"Cost":360,"Date":"11/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":132,"Cost":67,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":432,"Cost":385,"Date":"5/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":933,"Cost":807,"Date":"9/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":426,"Cost":343,"Date":"1/3/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":671,"Cost":505,"Date":"2/2/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":589,"Cost":535,"Date":"3/18/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":504,"Cost":304,"Date":"10/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":932,"Cost":619,"Date":"2/16/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":115,"Cost":64,"Date":"6/7/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":912,"Cost":597,"Date":"1/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":222,"Cost":131,"Date":"3/27/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":941,"Cost":602,"Date":"5/12/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":318,"Cost":291,"Date":"7/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":957,"Cost":543,"Date":"8/8/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":955,"Cost":555,"Date":"12/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":196,"Cost":181,"Date":"1/17/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":373,"Cost":266,"Date":"3/8/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":397,"Cost":272,"Date":"6/6/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":131,"Cost":94,"Date":"6/16/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":727,"Cost":537,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":218,"Cost":158,"Date":"11/19/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":275,"Cost":239,"Date":"12/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":141,"Cost":74,"Date":"2/4/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":18,"Cost":12,"Date":"3/8/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":509,"Cost":359,"Date":"12/18/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":936,"Cost":854,"Date":"3/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":724,"Cost":582,"Date":"4/20/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":105,"Cost":62,"Date":"6/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":317,"Cost":190,"Date":"7/23/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":556,"Cost":485,"Date":"11/21/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":22,"Cost":18,"Date":"11/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":195,"Cost":157,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":632,"Cost":343,"Date":"5/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":338,"Cost":271,"Date":"9/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":871,"Cost":828,"Date":"1/3/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":789,"Cost":426,"Date":"2/2/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":644,"Cost":351,"Date":"3/18/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":385,"Cost":223,"Date":"10/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":294,"Cost":178,"Date":"2/16/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":767,"Cost":723,"Date":"6/7/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":69,"Cost":40,"Date":"1/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":957,"Cost":537,"Date":"3/27/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":519,"Cost":295,"Date":"5/12/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":316,"Cost":206,"Date":"7/28/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":587,"Cost":354,"Date":"8/8/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":913,"Cost":818,"Date":"12/7/2019"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":646,"Cost":438,"Date":"1/17/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":480,"Cost":265,"Date":"3/8/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":988,"Cost":663,"Date":"6/6/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":742,"Cost":416,"Date":"6/16/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":829,"Cost":486,"Date":"8/13/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":640,"Cost":517,"Date":"11/19/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":462,"Cost":399,"Date":"12/28/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":514,"Cost":314,"Date":"2/4/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":136,"Cost":74,"Date":"3/8/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":895,"Cost":817,"Date":"12/18/2021"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":378,"Cost":238,"Date":"3/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":31,"Cost":22,"Date":"4/20/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":654,"Cost":379,"Date":"6/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":495,"Cost":459,"Date":"7/23/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":162,"Cost":147,"Date":"11/21/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":253,"Cost":152,"Date":"11/26/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":938,"Cost":778,"Date":"2/20/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":106,"Cost":72,"Date":"5/21/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":175,"Cost":149,"Date":"9/28/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":677,"Cost":457,"Date":"1/3/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":629,"Cost":377,"Date":"2/2/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":747,"Cost":382,"Date":"3/18/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":517,"Cost":300,"Date":"10/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":309,"Cost":275,"Date":"2/16/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":700,"Cost":573,"Date":"6/7/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":942,"Cost":808,"Date":"1/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":490,"Cost":336,"Date":"3/27/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":643,"Cost":567,"Date":"5/12/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":995,"Cost":874,"Date":"7/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":332,"Cost":220,"Date":"8/8/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":104,"Cost":62,"Date":"12/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":26,"Cost":14,"Date":"1/17/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":902,"Cost":840,"Date":"3/8/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":320,"Cost":176,"Date":"6/6/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":373,"Cost":280,"Date":"6/16/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":477,"Cost":300,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":604,"Cost":338,"Date":"11/19/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":994,"Cost":582,"Date":"12/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":686,"Cost":552,"Date":"2/4/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":846,"Cost":636,"Date":"3/8/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":2,"Cost":2,"Date":"12/18/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":860,"Cost":464,"Date":"3/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":656,"Cost":542,"Date":"4/20/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":797,"Cost":754,"Date":"6/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":908,"Cost":703,"Date":"7/23/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":425,"Cost":266,"Date":"11/21/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":759,"Cost":507,"Date":"11/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":493,"Cost":255,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":179,"Cost":166,"Date":"5/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":203,"Cost":103,"Date":"9/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":653,"Cost":588,"Date":"1/3/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":785,"Cost":660,"Date":"2/2/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":294,"Cost":176,"Date":"3/18/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":642,"Cost":393,"Date":"10/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":454,"Cost":253,"Date":"2/16/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":61,"Cost":37,"Date":"6/7/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":36,"Cost":32,"Date":"1/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":800,"Cost":533,"Date":"3/27/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":133,"Cost":105,"Date":"5/12/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":598,"Cost":303,"Date":"7/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":143,"Cost":134,"Date":"8/8/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":766,"Cost":678,"Date":"12/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":172,"Cost":115,"Date":"1/17/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":532,"Cost":450,"Date":"3/8/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":394,"Cost":348,"Date":"6/6/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":357,"Cost":228,"Date":"6/16/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":979,"Cost":922,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":966,"Cost":743,"Date":"11/19/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":955,"Cost":786,"Date":"12/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":132,"Cost":123,"Date":"2/4/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":697,"Cost":395,"Date":"3/8/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":956,"Cost":800,"Date":"12/18/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":294,"Cost":156,"Date":"3/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":456,"Cost":274,"Date":"4/20/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":325,"Cost":197,"Date":"6/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":414,"Cost":357,"Date":"7/23/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":325,"Cost":168,"Date":"11/21/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":182,"Cost":168,"Date":"11/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":607,"Cost":399,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":403,"Cost":334,"Date":"5/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":520,"Cost":417,"Date":"9/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":697,"Cost":621,"Date":"1/3/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":120,"Cost":103,"Date":"2/2/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":357,"Cost":268,"Date":"3/18/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"COS","Country":"Uruguay","Sale":867,"Cost":550,"Date":"10/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":406,"Cost":284,"Date":"2/16/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":95,"Cost":88,"Date":"6/7/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":143,"Cost":115,"Date":"1/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":626,"Cost":427,"Date":"3/27/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":658,"Cost":589,"Date":"5/12/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":340,"Cost":232,"Date":"7/28/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":955,"Cost":663,"Date":"8/8/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":989,"Cost":651,"Date":"12/7/2019"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":510,"Cost":417,"Date":"1/17/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":190,"Cost":105,"Date":"3/8/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":317,"Cost":268,"Date":"6/6/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":228,"Cost":120,"Date":"6/16/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":326,"Cost":174,"Date":"8/13/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":16,"Cost":12,"Date":"11/19/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":153,"Cost":110,"Date":"12/28/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":426,"Cost":329,"Date":"2/4/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":67,"Cost":36,"Date":"3/8/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":67,"Cost":38,"Date":"12/18/2021"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":476,"Cost":256,"Date":"3/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":177,"Cost":117,"Date":"4/20/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":251,"Cost":222,"Date":"6/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":964,"Cost":702,"Date":"7/23/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":309,"Cost":218,"Date":"11/21/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":712,"Cost":638,"Date":"11/26/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":971,"Cost":708,"Date":"2/20/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":654,"Cost":444,"Date":"5/21/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":703,"Cost":437,"Date":"9/28/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":388,"Cost":337,"Date":"1/3/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":30,"Cost":17,"Date":"2/2/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":23,"Cost":19,"Date":"3/18/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":135,"Cost":91,"Date":"10/14/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":796,"Cost":531,"Date":"2/16/2018"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":191,"Cost":177,"Date":"6/7/2018"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":895,"Cost":785,"Date":"1/28/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":262,"Cost":151,"Date":"3/27/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":705,"Cost":453,"Date":"5/12/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":461,"Cost":297,"Date":"7/28/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":604,"Cost":462,"Date":"8/8/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":538,"Cost":427,"Date":"12/7/2019"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":741,"Cost":500,"Date":"1/17/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":96,"Cost":84,"Date":"3/8/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":715,"Cost":387,"Date":"6/6/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":20,"Cost":11,"Date":"6/16/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":434,"Cost":261,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":287,"Cost":216,"Date":"11/19/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":350,"Cost":309,"Date":"12/28/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":497,"Cost":327,"Date":"2/4/2021"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":656,"Cost":509,"Date":"3/8/2021"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":32,"Cost":17,"Date":"12/18/2021"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":400,"Cost":245,"Date":"3/31/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":512,"Cost":348,"Date":"4/20/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":466,"Cost":330,"Date":"6/26/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":271,"Cost":220,"Date":"7/23/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":197,"Cost":139,"Date":"11/21/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":552,"Cost":454,"Date":"11/26/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":186,"Cost":151,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":226,"Cost":209,"Date":"5/21/2023"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":211,"Cost":196,"Date":"9/28/2023"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":744,"Cost":557,"Date":"1/3/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":213,"Cost":185,"Date":"2/2/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":977,"Cost":870,"Date":"3/18/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":375,"Cost":299,"Date":"10/14/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":113,"Cost":88,"Date":"2/16/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":912,"Cost":638,"Date":"6/7/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":941,"Cost":581,"Date":"1/28/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":638,"Cost":517,"Date":"3/27/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":225,"Cost":164,"Date":"5/12/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":411,"Cost":232,"Date":"7/28/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":793,"Cost":425,"Date":"8/8/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":241,"Cost":168,"Date":"12/7/2019"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":980,"Cost":702,"Date":"1/17/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":579,"Cost":331,"Date":"3/8/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":192,"Cost":150,"Date":"6/6/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":121,"Cost":97,"Date":"6/16/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":449,"Cost":335,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":574,"Cost":481,"Date":"11/19/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":861,"Cost":737,"Date":"12/28/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":329,"Cost":251,"Date":"2/4/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":456,"Cost":257,"Date":"3/8/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":761,"Cost":512,"Date":"12/18/2021"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":145,"Cost":74,"Date":"3/31/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":848,"Cost":431,"Date":"4/20/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":755,"Cost":634,"Date":"6/26/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":320,"Cost":185,"Date":"7/23/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":98,"Cost":75,"Date":"11/21/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":604,"Cost":421,"Date":"11/26/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":479,"Cost":265,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":856,"Cost":673,"Date":"5/21/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":676,"Cost":359,"Date":"9/28/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":873,"Cost":717,"Date":"1/3/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":556,"Cost":353,"Date":"2/2/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":295,"Cost":175,"Date":"3/18/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":696,"Cost":617,"Date":"10/14/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":90,"Cost":80,"Date":"2/16/2018"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":8,"Cost":5,"Date":"6/7/2018"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":482,"Cost":444,"Date":"1/28/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":638,"Cost":574,"Date":"3/27/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":949,"Cost":588,"Date":"5/12/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":47,"Cost":25,"Date":"7/28/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":482,"Cost":275,"Date":"8/8/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":776,"Cost":502,"Date":"12/7/2019"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":107,"Cost":67,"Date":"1/17/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":465,"Cost":364,"Date":"3/8/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":630,"Cost":517,"Date":"6/6/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":995,"Cost":863,"Date":"6/16/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":595,"Cost":423,"Date":"8/13/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":983,"Cost":569,"Date":"11/19/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":690,"Cost":618,"Date":"12/28/2020"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":581,"Cost":422,"Date":"2/4/2021"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":721,"Cost":677,"Date":"3/8/2021"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":80,"Cost":40,"Date":"12/18/2021"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":16,"Cost":12,"Date":"3/31/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":952,"Cost":831,"Date":"4/20/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":380,"Cost":296,"Date":"6/26/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":670,"Cost":449,"Date":"7/23/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":193,"Cost":130,"Date":"11/21/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":768,"Cost":663,"Date":"11/26/2022"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":906,"Cost":785,"Date":"2/20/2023"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":377,"Cost":335,"Date":"5/21/2023"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":409,"Cost":217,"Date":"9/28/2023"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":733,"Cost":540,"Date":"1/3/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":960,"Cost":717,"Date":"2/2/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":234,"Cost":150,"Date":"3/18/2024"},{"Store":"Colonia Shopping","Brand":"Nova","Country":"Uruguay","Sale":156,"Cost":84,"Date":"10/14/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":158,"Cost":137,"Date":"2/16/2018"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":433,"Cost":294,"Date":"6/7/2018"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":83,"Cost":52,"Date":"1/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":698,"Cost":651,"Date":"3/27/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":919,"Cost":607,"Date":"5/12/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":73,"Cost":63,"Date":"7/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":7,"Cost":7,"Date":"8/8/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":897,"Cost":827,"Date":"12/7/2019"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":950,"Cost":745,"Date":"1/17/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":886,"Cost":777,"Date":"3/8/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":899,"Cost":498,"Date":"6/6/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":887,"Cost":505,"Date":"6/16/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":251,"Cost":157,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":960,"Cost":620,"Date":"11/19/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":380,"Cost":237,"Date":"12/28/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":688,"Cost":468,"Date":"2/4/2021"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":65,"Cost":58,"Date":"3/8/2021"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":483,"Cost":242,"Date":"12/18/2021"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":863,"Cost":687,"Date":"3/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":540,"Cost":323,"Date":"4/20/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":78,"Cost":64,"Date":"6/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":262,"Cost":227,"Date":"7/23/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":237,"Cost":161,"Date":"11/21/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":94,"Cost":76,"Date":"11/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":800,"Cost":700,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":263,"Cost":180,"Date":"5/21/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":317,"Cost":254,"Date":"9/28/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":155,"Cost":83,"Date":"1/3/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":748,"Cost":697,"Date":"2/2/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":637,"Cost":440,"Date":"3/18/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":230,"Cost":122,"Date":"10/14/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":121,"Cost":89,"Date":"2/16/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":596,"Cost":355,"Date":"6/7/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":106,"Cost":80,"Date":"1/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":731,"Cost":494,"Date":"3/27/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":41,"Cost":39,"Date":"5/12/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":362,"Cost":307,"Date":"7/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":646,"Cost":393,"Date":"8/8/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":247,"Cost":229,"Date":"12/7/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":286,"Cost":232,"Date":"1/17/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":149,"Cost":78,"Date":"3/8/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":501,"Cost":339,"Date":"6/6/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":336,"Cost":190,"Date":"6/16/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":722,"Cost":651,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":480,"Cost":382,"Date":"11/19/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":585,"Cost":309,"Date":"12/28/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":577,"Cost":304,"Date":"2/4/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":115,"Cost":59,"Date":"3/8/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":562,"Cost":413,"Date":"12/18/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":576,"Cost":459,"Date":"3/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":459,"Cost":419,"Date":"4/20/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":561,"Cost":521,"Date":"6/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":528,"Cost":491,"Date":"7/23/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":916,"Cost":866,"Date":"11/21/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":501,"Cost":458,"Date":"11/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":356,"Cost":224,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":175,"Cost":94,"Date":"5/21/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":492,"Cost":345,"Date":"9/28/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":507,"Cost":435,"Date":"1/3/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":743,"Cost":517,"Date":"2/2/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":579,"Cost":358,"Date":"3/18/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":710,"Cost":514,"Date":"10/14/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":490,"Cost":432,"Date":"2/16/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":318,"Date":"6/7/2018"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":28,"Cost":16,"Date":"1/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":420,"Cost":381,"Date":"3/27/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":87,"Cost":73,"Date":"5/12/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":378,"Cost":318,"Date":"7/28/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":106,"Cost":96,"Date":"8/8/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":314,"Cost":287,"Date":"12/7/2019"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":385,"Cost":251,"Date":"1/17/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":468,"Date":"3/8/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":873,"Cost":514,"Date":"6/6/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":321,"Cost":197,"Date":"6/16/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":882,"Cost":773,"Date":"8/13/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":200,"Cost":132,"Date":"11/19/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":974,"Cost":837,"Date":"12/28/2020"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":38,"Cost":30,"Date":"2/4/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":2,"Cost":1,"Date":"3/8/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":915,"Cost":618,"Date":"12/18/2021"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":584,"Cost":347,"Date":"3/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":592,"Cost":513,"Date":"4/20/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":655,"Cost":471,"Date":"6/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":369,"Cost":236,"Date":"7/23/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":129,"Cost":65,"Date":"11/21/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":904,"Cost":604,"Date":"11/26/2022"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":785,"Cost":577,"Date":"2/20/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":944,"Cost":825,"Date":"5/21/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":712,"Cost":461,"Date":"9/28/2023"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":210,"Cost":142,"Date":"1/3/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":9,"Date":"2/2/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":857,"Cost":483,"Date":"3/18/2024"},{"Store":"Las Piedras Shopping","Brand":"HM Home","Country":"Uruguay","Sale":672,"Cost":467,"Date":"10/14/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":404,"Cost":274,"Date":"2/16/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":454,"Cost":379,"Date":"6/7/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":80,"Cost":60,"Date":"1/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":173,"Cost":149,"Date":"3/27/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":757,"Cost":566,"Date":"5/12/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":18,"Cost":14,"Date":"7/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":670,"Cost":489,"Date":"8/8/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":288,"Cost":261,"Date":"12/7/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":703,"Cost":538,"Date":"1/17/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":551,"Cost":464,"Date":"3/8/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":498,"Cost":418,"Date":"6/6/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":725,"Cost":616,"Date":"6/16/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":10,"Cost":5,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":478,"Cost":240,"Date":"11/19/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":427,"Cost":244,"Date":"12/28/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":630,"Cost":415,"Date":"2/4/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":370,"Cost":207,"Date":"3/8/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":752,"Cost":380,"Date":"12/18/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":867,"Cost":785,"Date":"3/31/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":456,"Cost":295,"Date":"4/20/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":3,"Cost":2,"Date":"6/26/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":379,"Cost":246,"Date":"7/23/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":668,"Cost":368,"Date":"11/21/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":753,"Cost":609,"Date":"11/26/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":682,"Cost":635,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":258,"Cost":161,"Date":"5/21/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":317,"Cost":176,"Date":"9/28/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":683,"Cost":449,"Date":"1/3/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":328,"Cost":211,"Date":"2/2/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":998,"Cost":708,"Date":"3/18/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":144,"Cost":128,"Date":"10/14/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":684,"Cost":477,"Date":"2/16/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":685,"Cost":388,"Date":"6/7/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":499,"Cost":423,"Date":"1/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":639,"Cost":450,"Date":"3/27/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":627,"Cost":494,"Date":"5/12/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":724,"Cost":614,"Date":"7/28/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":337,"Cost":308,"Date":"8/8/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":442,"Cost":239,"Date":"12/7/2019"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":604,"Cost":374,"Date":"1/17/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":46,"Cost":26,"Date":"3/8/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":825,"Cost":500,"Date":"6/6/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":361,"Cost":341,"Date":"6/16/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":130,"Cost":114,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":660,"Cost":488,"Date":"11/19/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":369,"Cost":235,"Date":"12/28/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":291,"Cost":254,"Date":"2/4/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":77,"Cost":68,"Date":"3/8/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":307,"Cost":183,"Date":"12/18/2021"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":66,"Cost":45,"Date":"3/31/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":652,"Cost":532,"Date":"4/20/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":611,"Cost":342,"Date":"6/26/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":843,"Cost":736,"Date":"7/23/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":494,"Cost":409,"Date":"11/21/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":949,"Cost":760,"Date":"11/26/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":755,"Cost":670,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":145,"Cost":90,"Date":"5/21/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":490,"Cost":356,"Date":"9/28/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":973,"Cost":755,"Date":"1/3/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":165,"Cost":134,"Date":"2/2/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":216,"Cost":123,"Date":"3/18/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":869,"Cost":674,"Date":"10/14/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":389,"Cost":313,"Date":"2/16/2018"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":239,"Cost":120,"Date":"6/7/2018"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":683,"Cost":631,"Date":"1/28/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":861,"Cost":669,"Date":"3/27/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":13,"Cost":11,"Date":"5/12/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":551,"Cost":498,"Date":"7/28/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":105,"Cost":55,"Date":"8/8/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":948,"Cost":509,"Date":"12/7/2019"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":153,"Cost":77,"Date":"1/17/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":995,"Cost":598,"Date":"3/8/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":349,"Cost":192,"Date":"6/6/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":123,"Cost":78,"Date":"6/16/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":710,"Cost":520,"Date":"8/13/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":6,"Cost":5,"Date":"11/19/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":757,"Cost":589,"Date":"12/28/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":333,"Cost":194,"Date":"2/4/2021"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":990,"Cost":847,"Date":"3/8/2021"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":347,"Cost":226,"Date":"12/18/2021"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":898,"Cost":542,"Date":"3/31/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":70,"Cost":53,"Date":"4/20/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":640,"Cost":434,"Date":"6/26/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":112,"Cost":99,"Date":"7/23/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":58,"Cost":50,"Date":"11/21/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":30,"Cost":15,"Date":"11/26/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":754,"Cost":438,"Date":"2/20/2023"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":700,"Cost":607,"Date":"5/21/2023"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":372,"Cost":241,"Date":"9/28/2023"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":983,"Cost":911,"Date":"1/3/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":374,"Cost":263,"Date":"2/2/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":311,"Cost":184,"Date":"3/18/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":357,"Cost":289,"Date":"10/14/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":541,"Cost":380,"Date":"2/16/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":95,"Cost":75,"Date":"6/7/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":255,"Cost":183,"Date":"1/28/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":308,"Cost":197,"Date":"3/27/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":469,"Cost":434,"Date":"5/12/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":883,"Cost":563,"Date":"7/28/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":300,"Cost":177,"Date":"8/8/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":695,"Cost":492,"Date":"12/7/2019"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":917,"Cost":556,"Date":"1/17/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":335,"Cost":240,"Date":"3/8/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":384,"Cost":355,"Date":"6/6/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":44,"Cost":40,"Date":"6/16/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":947,"Cost":568,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":816,"Cost":588,"Date":"11/19/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":156,"Cost":124,"Date":"12/28/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":300,"Cost":258,"Date":"2/4/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":385,"Cost":222,"Date":"3/8/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":958,"Cost":871,"Date":"12/18/2021"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":272,"Cost":256,"Date":"3/31/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":798,"Cost":647,"Date":"4/20/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":653,"Cost":506,"Date":"6/26/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":365,"Cost":230,"Date":"7/23/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":341,"Cost":214,"Date":"11/21/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":528,"Cost":285,"Date":"11/26/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":277,"Cost":206,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":967,"Cost":546,"Date":"5/21/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":802,"Cost":548,"Date":"9/28/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":811,"Cost":558,"Date":"1/3/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":651,"Cost":584,"Date":"2/2/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":366,"Cost":247,"Date":"3/18/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":543,"Cost":346,"Date":"10/14/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":591,"Cost":478,"Date":"2/16/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":917,"Cost":868,"Date":"6/7/2018"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":39,"Cost":27,"Date":"1/28/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":225,"Cost":202,"Date":"3/27/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":690,"Cost":578,"Date":"5/12/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":405,"Cost":247,"Date":"7/28/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":201,"Cost":113,"Date":"8/8/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":863,"Cost":596,"Date":"12/7/2019"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":194,"Cost":144,"Date":"1/17/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":987,"Cost":565,"Date":"3/8/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":673,"Cost":489,"Date":"6/6/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":569,"Cost":479,"Date":"6/16/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":492,"Cost":375,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":241,"Cost":174,"Date":"11/19/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":679,"Cost":526,"Date":"12/28/2020"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":408,"Cost":215,"Date":"2/4/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":911,"Cost":668,"Date":"3/8/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":858,"Cost":456,"Date":"12/18/2021"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":92,"Cost":75,"Date":"3/31/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":975,"Cost":825,"Date":"4/20/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":991,"Cost":799,"Date":"6/26/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":549,"Cost":422,"Date":"7/23/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":465,"Cost":328,"Date":"11/21/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":470,"Cost":240,"Date":"11/26/2022"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":267,"Cost":149,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":289,"Cost":254,"Date":"5/21/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":329,"Cost":312,"Date":"9/28/2023"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":570,"Cost":480,"Date":"1/3/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":71,"Cost":68,"Date":"2/2/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":37,"Cost":34,"Date":"3/18/2024"},{"Store":"Portones, Montevideo","Brand":"COS","Country":"Uruguay","Sale":428,"Cost":250,"Date":"10/14/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":225,"Cost":120,"Date":"2/16/2018"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":695,"Cost":497,"Date":"6/7/2018"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":410,"Cost":331,"Date":"1/28/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":301,"Cost":199,"Date":"3/27/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":68,"Cost":46,"Date":"5/12/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":18,"Cost":16,"Date":"7/28/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":310,"Cost":168,"Date":"8/8/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":904,"Cost":806,"Date":"12/7/2019"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":307,"Cost":274,"Date":"1/17/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":920,"Cost":770,"Date":"3/8/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":308,"Cost":235,"Date":"6/6/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":581,"Cost":534,"Date":"6/16/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":429,"Cost":229,"Date":"8/13/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":352,"Cost":217,"Date":"11/19/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":266,"Cost":192,"Date":"12/28/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":23,"Cost":12,"Date":"2/4/2021"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":129,"Cost":74,"Date":"3/8/2021"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":708,"Cost":666,"Date":"12/18/2021"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":875,"Cost":483,"Date":"3/31/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":721,"Cost":613,"Date":"4/20/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":273,"Cost":153,"Date":"6/26/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":743,"Cost":684,"Date":"7/23/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":703,"Cost":494,"Date":"11/21/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":912,"Cost":673,"Date":"11/26/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":108,"Cost":102,"Date":"2/20/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":63,"Cost":40,"Date":"5/21/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":874,"Cost":667,"Date":"9/28/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":892,"Cost":494,"Date":"1/3/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":957,"Cost":636,"Date":"2/2/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":511,"Cost":266,"Date":"3/18/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":165,"Cost":147,"Date":"10/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":579,"Cost":400,"Date":"2/16/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":58,"Cost":32,"Date":"6/7/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":153,"Cost":130,"Date":"1/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":483,"Cost":409,"Date":"3/27/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":379,"Cost":250,"Date":"5/12/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":322,"Cost":184,"Date":"7/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":599,"Cost":315,"Date":"8/8/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":401,"Cost":248,"Date":"12/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":553,"Cost":279,"Date":"1/17/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":112,"Cost":75,"Date":"3/8/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":770,"Cost":506,"Date":"6/6/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":353,"Cost":245,"Date":"6/16/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":630,"Cost":416,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":352,"Cost":266,"Date":"11/19/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":442,"Cost":366,"Date":"12/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":40,"Cost":21,"Date":"2/4/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":910,"Cost":726,"Date":"3/8/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":556,"Cost":308,"Date":"12/18/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":797,"Cost":580,"Date":"3/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":473,"Cost":260,"Date":"4/20/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":939,"Cost":649,"Date":"6/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":95,"Cost":56,"Date":"7/23/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":741,"Cost":454,"Date":"11/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":952,"Cost":620,"Date":"11/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":153,"Cost":98,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":641,"Cost":571,"Date":"5/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":249,"Cost":138,"Date":"9/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":122,"Cost":66,"Date":"1/3/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":548,"Cost":428,"Date":"2/2/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":577,"Cost":429,"Date":"3/18/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":218,"Cost":120,"Date":"10/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":484,"Cost":307,"Date":"2/16/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":298,"Cost":199,"Date":"6/7/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":732,"Cost":408,"Date":"1/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":309,"Cost":246,"Date":"3/27/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":667,"Cost":597,"Date":"5/12/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":103,"Cost":91,"Date":"7/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":582,"Cost":521,"Date":"8/8/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":877,"Cost":477,"Date":"12/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":178,"Cost":158,"Date":"1/17/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":358,"Cost":263,"Date":"3/8/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":445,"Cost":259,"Date":"6/6/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":438,"Cost":348,"Date":"6/16/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":395,"Cost":374,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":755,"Cost":695,"Date":"11/19/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":722,"Cost":578,"Date":"12/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":910,"Cost":697,"Date":"2/4/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":876,"Cost":641,"Date":"3/8/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":298,"Cost":245,"Date":"12/18/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":70,"Cost":63,"Date":"3/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":315,"Cost":299,"Date":"4/20/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":75,"Cost":52,"Date":"6/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":122,"Cost":101,"Date":"7/23/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":999,"Cost":685,"Date":"11/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":333,"Cost":309,"Date":"11/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":822,"Cost":696,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":819,"Cost":630,"Date":"5/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":791,"Cost":492,"Date":"9/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":230,"Cost":184,"Date":"1/3/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":867,"Cost":473,"Date":"2/2/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":571,"Cost":358,"Date":"3/18/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":318,"Cost":182,"Date":"10/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":807,"Cost":723,"Date":"2/16/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":280,"Cost":218,"Date":"6/7/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":365,"Cost":339,"Date":"1/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":795,"Cost":581,"Date":"3/27/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":921,"Cost":806,"Date":"5/12/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":357,"Cost":304,"Date":"7/28/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":740,"Cost":593,"Date":"8/8/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":878,"Cost":641,"Date":"12/7/2019"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":325,"Cost":274,"Date":"1/17/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":311,"Cost":283,"Date":"3/8/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":405,"Cost":311,"Date":"6/6/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":383,"Cost":204,"Date":"6/16/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":815,"Cost":559,"Date":"8/13/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":439,"Cost":347,"Date":"11/19/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":718,"Cost":442,"Date":"12/28/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":186,"Cost":140,"Date":"2/4/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":743,"Cost":673,"Date":"3/8/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":226,"Cost":155,"Date":"12/18/2021"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":774,"Cost":639,"Date":"3/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":61,"Cost":37,"Date":"4/20/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":116,"Cost":96,"Date":"6/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":700,"Cost":561,"Date":"7/23/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":836,"Cost":477,"Date":"11/21/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":813,"Cost":459,"Date":"11/26/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":581,"Cost":311,"Date":"2/20/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":177,"Cost":90,"Date":"5/21/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":759,"Cost":458,"Date":"9/28/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":41,"Cost":35,"Date":"1/3/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":146,"Cost":115,"Date":"2/2/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":766,"Cost":628,"Date":"3/18/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":750,"Cost":452,"Date":"10/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":136,"Cost":103,"Date":"2/16/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":903,"Cost":460,"Date":"6/7/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":25,"Cost":13,"Date":"1/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":661,"Cost":340,"Date":"3/27/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":401,"Cost":329,"Date":"5/12/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":737,"Cost":421,"Date":"7/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":103,"Cost":95,"Date":"8/8/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":642,"Cost":394,"Date":"12/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":817,"Cost":636,"Date":"1/17/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":25,"Cost":14,"Date":"3/8/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":536,"Cost":381,"Date":"6/6/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":625,"Cost":427,"Date":"6/16/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":368,"Cost":215,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":717,"Cost":605,"Date":"11/19/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":280,"Cost":229,"Date":"12/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":25,"Cost":22,"Date":"2/4/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":594,"Cost":545,"Date":"3/8/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":232,"Cost":199,"Date":"12/18/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":269,"Cost":164,"Date":"3/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":479,"Cost":247,"Date":"4/20/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":439,"Cost":316,"Date":"6/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":385,"Cost":342,"Date":"7/23/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":727,"Cost":638,"Date":"11/21/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":444,"Cost":383,"Date":"11/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":155,"Cost":136,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":479,"Cost":352,"Date":"5/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":573,"Cost":363,"Date":"9/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":400,"Cost":297,"Date":"1/3/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":467,"Cost":437,"Date":"2/2/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":619,"Cost":411,"Date":"3/18/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":840,"Cost":474,"Date":"10/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":22,"Cost":15,"Date":"2/16/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":673,"Cost":487,"Date":"6/7/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":207,"Cost":110,"Date":"1/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":45,"Cost":29,"Date":"3/27/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":306,"Cost":174,"Date":"5/12/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":941,"Cost":758,"Date":"7/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":894,"Cost":671,"Date":"8/8/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":264,"Cost":206,"Date":"12/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":599,"Cost":418,"Date":"1/17/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":397,"Cost":212,"Date":"3/8/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":733,"Cost":605,"Date":"6/6/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":172,"Cost":145,"Date":"6/16/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":66,"Cost":51,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":573,"Cost":309,"Date":"11/19/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":241,"Cost":215,"Date":"12/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":110,"Cost":59,"Date":"2/4/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":10,"Cost":7,"Date":"3/8/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":937,"Cost":735,"Date":"12/18/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":376,"Cost":308,"Date":"3/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":332,"Cost":185,"Date":"4/20/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":74,"Cost":54,"Date":"6/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":576,"Cost":368,"Date":"7/23/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":627,"Cost":333,"Date":"11/21/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":331,"Cost":233,"Date":"11/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":565,"Cost":410,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":77,"Cost":71,"Date":"5/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":140,"Cost":123,"Date":"9/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":402,"Cost":234,"Date":"1/3/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":850,"Cost":542,"Date":"2/2/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":978,"Cost":793,"Date":"3/18/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":489,"Cost":296,"Date":"10/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":855,"Cost":511,"Date":"2/16/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":522,"Cost":272,"Date":"6/7/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":525,"Cost":438,"Date":"1/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":315,"Cost":214,"Date":"3/27/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":511,"Cost":360,"Date":"5/12/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":923,"Cost":519,"Date":"7/28/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":147,"Cost":126,"Date":"8/8/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":552,"Cost":402,"Date":"12/7/2019"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":656,"Cost":336,"Date":"1/17/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":816,"Cost":581,"Date":"3/8/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":578,"Cost":459,"Date":"6/6/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":713,"Cost":515,"Date":"6/16/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":482,"Cost":283,"Date":"8/13/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":318,"Cost":245,"Date":"11/19/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":486,"Cost":362,"Date":"12/28/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":94,"Cost":48,"Date":"2/4/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":986,"Cost":511,"Date":"3/8/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":80,"Cost":72,"Date":"12/18/2021"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":545,"Cost":457,"Date":"3/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":777,"Cost":726,"Date":"4/20/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":255,"Cost":144,"Date":"6/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":856,"Cost":526,"Date":"7/23/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":774,"Cost":693,"Date":"11/21/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":911,"Cost":637,"Date":"11/26/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":258,"Cost":214,"Date":"2/20/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":627,"Cost":360,"Date":"5/21/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":197,"Cost":130,"Date":"9/28/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":997,"Cost":787,"Date":"1/3/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":802,"Cost":723,"Date":"2/2/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":857,"Cost":464,"Date":"3/18/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"ARKET","Country":"Uruguay","Sale":935,"Cost":707,"Date":"10/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":115,"Cost":72,"Date":"2/16/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":813,"Cost":409,"Date":"6/7/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":205,"Cost":177,"Date":"1/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":536,"Cost":333,"Date":"3/27/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":370,"Cost":222,"Date":"5/12/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":199,"Cost":136,"Date":"7/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":833,"Cost":441,"Date":"8/8/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":290,"Cost":186,"Date":"12/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":583,"Cost":436,"Date":"1/17/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":930,"Cost":863,"Date":"3/8/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":736,"Cost":614,"Date":"6/6/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":936,"Cost":572,"Date":"6/16/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":464,"Cost":441,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":560,"Cost":327,"Date":"11/19/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":149,"Cost":99,"Date":"12/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":378,"Cost":248,"Date":"2/4/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":347,"Cost":281,"Date":"3/8/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":343,"Cost":278,"Date":"12/18/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":631,"Cost":448,"Date":"3/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":208,"Cost":140,"Date":"4/20/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":709,"Cost":654,"Date":"6/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":526,"Cost":474,"Date":"7/23/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":722,"Cost":616,"Date":"11/21/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":334,"Cost":242,"Date":"11/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":407,"Cost":366,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":328,"Cost":236,"Date":"5/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":765,"Cost":595,"Date":"9/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":629,"Cost":473,"Date":"1/3/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":821,"Cost":492,"Date":"2/2/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":404,"Cost":278,"Date":"3/18/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":53,"Cost":28,"Date":"10/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":600,"Cost":448,"Date":"2/16/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":671,"Cost":437,"Date":"6/7/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":740,"Cost":700,"Date":"1/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":787,"Cost":520,"Date":"3/27/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":343,"Cost":259,"Date":"5/12/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":558,"Cost":452,"Date":"7/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":460,"Cost":283,"Date":"8/8/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":821,"Cost":453,"Date":"12/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":207,"Cost":131,"Date":"1/17/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":83,"Cost":79,"Date":"3/8/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":783,"Cost":417,"Date":"6/6/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":999,"Cost":790,"Date":"6/16/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":834,"Cost":640,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":703,"Cost":394,"Date":"11/19/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":837,"Cost":597,"Date":"12/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":11,"Cost":8,"Date":"2/4/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":67,"Cost":57,"Date":"3/8/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":431,"Cost":276,"Date":"12/18/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":987,"Cost":903,"Date":"3/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":583,"Cost":302,"Date":"4/20/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":819,"Cost":735,"Date":"6/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":119,"Cost":105,"Date":"7/23/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":989,"Cost":829,"Date":"11/21/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":198,"Cost":180,"Date":"11/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":678,"Cost":561,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":871,"Cost":793,"Date":"5/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":867,"Cost":786,"Date":"9/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":440,"Cost":310,"Date":"1/3/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":223,"Cost":198,"Date":"2/2/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":193,"Cost":169,"Date":"3/18/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":895,"Cost":701,"Date":"10/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":276,"Cost":152,"Date":"2/16/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":341,"Cost":316,"Date":"6/7/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":208,"Cost":151,"Date":"1/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":980,"Cost":928,"Date":"3/27/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":304,"Cost":253,"Date":"5/12/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":147,"Cost":84,"Date":"7/28/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":502,"Cost":378,"Date":"8/8/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":742,"Cost":521,"Date":"12/7/2019"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":365,"Cost":301,"Date":"1/17/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":203,"Cost":180,"Date":"3/8/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":424,"Cost":376,"Date":"6/6/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":909,"Cost":567,"Date":"6/16/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1000,"Cost":749,"Date":"8/13/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":151,"Cost":117,"Date":"11/19/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":528,"Cost":466,"Date":"12/28/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":885,"Cost":509,"Date":"2/4/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":823,"Cost":510,"Date":"3/8/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":782,"Cost":482,"Date":"12/18/2021"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":257,"Cost":194,"Date":"3/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":855,"Cost":737,"Date":"4/20/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":945,"Cost":635,"Date":"6/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":726,"Cost":550,"Date":"7/23/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":678,"Cost":533,"Date":"11/21/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":271,"Cost":208,"Date":"11/26/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":847,"Cost":441,"Date":"2/20/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":245,"Cost":189,"Date":"5/21/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":256,"Cost":153,"Date":"9/28/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":468,"Cost":388,"Date":"1/3/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":243,"Cost":147,"Date":"2/2/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":27,"Cost":19,"Date":"3/18/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":697,"Cost":508,"Date":"10/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":56,"Cost":46,"Date":"2/16/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":106,"Cost":74,"Date":"6/7/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":418,"Cost":292,"Date":"1/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":564,"Cost":388,"Date":"3/27/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":124,"Cost":70,"Date":"5/12/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":784,"Cost":625,"Date":"7/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":885,"Cost":840,"Date":"8/8/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":149,"Cost":118,"Date":"12/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":505,"Cost":453,"Date":"1/17/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":828,"Cost":433,"Date":"3/8/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":748,"Cost":585,"Date":"6/6/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":76,"Cost":62,"Date":"6/16/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":17,"Cost":17,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":462,"Cost":288,"Date":"11/19/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":426,"Cost":339,"Date":"12/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":46,"Cost":37,"Date":"2/4/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":840,"Cost":710,"Date":"3/8/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":214,"Date":"12/18/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":493,"Cost":438,"Date":"3/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":962,"Cost":731,"Date":"4/20/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":983,"Cost":552,"Date":"6/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":449,"Cost":313,"Date":"7/23/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":552,"Cost":502,"Date":"11/21/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":699,"Cost":645,"Date":"11/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":705,"Cost":439,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":116,"Cost":110,"Date":"5/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":836,"Cost":658,"Date":"9/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":32,"Cost":26,"Date":"1/3/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":639,"Cost":439,"Date":"2/2/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":958,"Cost":774,"Date":"3/18/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":891,"Cost":506,"Date":"10/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":200,"Cost":138,"Date":"2/16/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":290,"Cost":182,"Date":"6/7/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":476,"Cost":436,"Date":"1/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":405,"Cost":319,"Date":"3/27/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":692,"Cost":402,"Date":"5/12/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":588,"Cost":532,"Date":"7/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":174,"Cost":114,"Date":"8/8/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":398,"Cost":248,"Date":"12/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":566,"Cost":468,"Date":"1/17/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":853,"Cost":451,"Date":"3/8/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":313,"Cost":221,"Date":"6/6/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":751,"Cost":708,"Date":"6/16/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":173,"Cost":138,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":551,"Cost":479,"Date":"11/19/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":242,"Cost":121,"Date":"12/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":942,"Cost":845,"Date":"2/4/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":359,"Cost":219,"Date":"3/8/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":873,"Cost":715,"Date":"12/18/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":189,"Cost":122,"Date":"3/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":514,"Cost":487,"Date":"4/20/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":484,"Cost":298,"Date":"6/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":253,"Cost":161,"Date":"7/23/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":414,"Cost":300,"Date":"11/21/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":57,"Cost":49,"Date":"11/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":561,"Cost":507,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":171,"Cost":143,"Date":"5/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":873,"Cost":673,"Date":"9/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":510,"Cost":269,"Date":"1/3/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":328,"Cost":197,"Date":"2/2/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":498,"Cost":400,"Date":"3/18/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":863,"Cost":524,"Date":"10/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":558,"Cost":328,"Date":"2/16/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":340,"Cost":312,"Date":"6/7/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":770,"Cost":537,"Date":"1/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":477,"Cost":424,"Date":"3/27/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":443,"Cost":223,"Date":"5/12/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":125,"Cost":64,"Date":"7/28/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":314,"Cost":245,"Date":"8/8/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":247,"Cost":213,"Date":"12/7/2019"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":203,"Cost":128,"Date":"1/17/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":781,"Cost":499,"Date":"3/8/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":71,"Cost":54,"Date":"6/6/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":226,"Cost":113,"Date":"6/16/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":184,"Cost":118,"Date":"8/13/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":634,"Cost":372,"Date":"11/19/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":999,"Cost":855,"Date":"12/28/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":775,"Cost":657,"Date":"2/4/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":781,"Cost":665,"Date":"3/8/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":723,"Cost":628,"Date":"12/18/2021"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":77,"Cost":64,"Date":"3/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":84,"Cost":62,"Date":"4/20/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":544,"Cost":311,"Date":"6/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":981,"Cost":598,"Date":"7/23/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":931,"Cost":793,"Date":"11/21/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":107,"Cost":68,"Date":"11/26/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":916,"Cost":862,"Date":"2/20/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":847,"Cost":693,"Date":"5/21/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":790,"Cost":727,"Date":"9/28/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":372,"Cost":236,"Date":"1/3/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":384,"Cost":358,"Date":"2/2/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":193,"Cost":122,"Date":"3/18/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":294,"Cost":184,"Date":"10/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":158,"Cost":112,"Date":"2/16/2018"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":826,"Cost":778,"Date":"6/7/2018"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":945,"Cost":824,"Date":"1/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":922,"Cost":608,"Date":"3/27/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":258,"Cost":242,"Date":"5/12/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":246,"Cost":154,"Date":"7/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":868,"Cost":545,"Date":"8/8/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":269,"Cost":150,"Date":"12/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":147,"Cost":115,"Date":"1/17/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":636,"Cost":510,"Date":"3/8/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":896,"Cost":795,"Date":"6/6/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":304,"Cost":285,"Date":"6/16/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":331,"Cost":240,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":177,"Cost":148,"Date":"11/19/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":283,"Cost":222,"Date":"12/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":434,"Cost":349,"Date":"2/4/2021"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":94,"Cost":88,"Date":"3/8/2021"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":612,"Cost":441,"Date":"12/18/2021"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":933,"Cost":488,"Date":"3/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":185,"Cost":97,"Date":"4/20/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":344,"Cost":252,"Date":"6/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":109,"Cost":102,"Date":"7/23/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":614,"Cost":326,"Date":"11/21/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":389,"Cost":341,"Date":"11/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":814,"Cost":652,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":825,"Cost":627,"Date":"5/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":269,"Cost":200,"Date":"9/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":586,"Cost":484,"Date":"1/3/2024"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":451,"Cost":423,"Date":"2/2/2024"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":290,"Cost":272,"Date":"3/18/2024"},{"Store":"Minas Shopping Terminal","Brand":"Sellpy","Country":"Uruguay","Sale":846,"Cost":468,"Date":"10/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":831,"Cost":668,"Date":"2/16/2018"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":443,"Cost":399,"Date":"6/7/2018"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":401,"Cost":274,"Date":"1/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":459,"Cost":413,"Date":"3/27/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":515,"Cost":428,"Date":"5/12/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":471,"Cost":382,"Date":"7/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":816,"Cost":460,"Date":"8/8/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":80,"Cost":65,"Date":"12/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":218,"Cost":207,"Date":"1/17/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":828,"Cost":749,"Date":"3/8/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":350,"Date":"6/6/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":452,"Date":"6/16/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":947,"Cost":526,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":581,"Cost":383,"Date":"11/19/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":54,"Cost":36,"Date":"12/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":863,"Cost":564,"Date":"2/4/2021"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":375,"Cost":280,"Date":"3/8/2021"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":380,"Cost":234,"Date":"12/18/2021"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":645,"Cost":444,"Date":"3/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":995,"Cost":534,"Date":"4/20/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":259,"Cost":206,"Date":"6/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":525,"Cost":412,"Date":"7/23/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":328,"Cost":186,"Date":"11/21/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":334,"Cost":277,"Date":"11/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":961,"Cost":834,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":562,"Cost":366,"Date":"5/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":24,"Cost":21,"Date":"9/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":674,"Cost":435,"Date":"1/3/2024"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":986,"Cost":525,"Date":"2/2/2024"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":878,"Cost":781,"Date":"3/18/2024"},{"Store":"Minas Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":81,"Cost":49,"Date":"10/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":49,"Cost":24,"Date":"2/16/2018"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":180,"Cost":167,"Date":"6/7/2018"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":43,"Cost":39,"Date":"1/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":125,"Cost":119,"Date":"3/27/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":1000,"Cost":526,"Date":"5/12/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":716,"Cost":426,"Date":"7/28/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":366,"Cost":329,"Date":"8/8/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":114,"Cost":83,"Date":"12/7/2019"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":285,"Cost":258,"Date":"1/17/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":641,"Cost":591,"Date":"3/8/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":523,"Cost":430,"Date":"6/6/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":783,"Cost":713,"Date":"6/16/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":108,"Cost":75,"Date":"8/13/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":396,"Cost":282,"Date":"11/19/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":581,"Cost":491,"Date":"12/28/2020"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":144,"Cost":122,"Date":"2/4/2021"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":109,"Cost":81,"Date":"3/8/2021"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":439,"Cost":380,"Date":"12/18/2021"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":865,"Cost":522,"Date":"3/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":99,"Cost":65,"Date":"4/20/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":456,"Cost":264,"Date":"6/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":183,"Cost":150,"Date":"7/23/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":784,"Cost":732,"Date":"11/21/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":581,"Cost":312,"Date":"11/26/2022"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":419,"Cost":330,"Date":"2/20/2023"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":683,"Cost":494,"Date":"5/21/2023"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":803,"Cost":745,"Date":"9/28/2023"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":723,"Cost":667,"Date":"1/3/2024"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":172,"Cost":153,"Date":"2/2/2024"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":609,"Cost":338,"Date":"3/18/2024"},{"Store":"Minas Shopping Terminal","Brand":"Nova","Country":"Uruguay","Sale":765,"Cost":660,"Date":"10/14/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":177,"Cost":120,"Date":"2/16/2018"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":32,"Cost":24,"Date":"6/7/2018"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":910,"Cost":659,"Date":"1/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":847,"Cost":717,"Date":"3/27/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":680,"Cost":598,"Date":"5/12/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":492,"Cost":419,"Date":"7/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":361,"Cost":240,"Date":"8/8/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":107,"Cost":65,"Date":"12/7/2019"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":631,"Cost":441,"Date":"1/17/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":369,"Cost":345,"Date":"3/8/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":248,"Cost":184,"Date":"6/6/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":486,"Cost":320,"Date":"6/16/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":368,"Cost":228,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":702,"Cost":601,"Date":"11/19/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":809,"Cost":575,"Date":"12/28/2020"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":161,"Cost":103,"Date":"2/4/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":546,"Cost":341,"Date":"3/8/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":590,"Cost":350,"Date":"12/18/2021"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":948,"Cost":607,"Date":"3/31/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":424,"Cost":275,"Date":"4/20/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":517,"Cost":416,"Date":"6/26/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":809,"Cost":651,"Date":"7/23/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":230,"Cost":115,"Date":"11/21/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":947,"Cost":626,"Date":"11/26/2022"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":685,"Cost":649,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":236,"Cost":132,"Date":"5/21/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":399,"Cost":287,"Date":"9/28/2023"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":249,"Cost":223,"Date":"1/3/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":449,"Cost":329,"Date":"2/2/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":273,"Cost":243,"Date":"3/18/2024"},{"Store":"Planeta, Montevideo","Brand":"HM","Country":"Uruguay","Sale":26,"Cost":13,"Date":"10/14/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":253,"Cost":225,"Date":"2/16/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":392,"Cost":233,"Date":"6/7/2018"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":701,"Cost":626,"Date":"1/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":231,"Cost":213,"Date":"3/27/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":841,"Cost":740,"Date":"5/12/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":332,"Cost":216,"Date":"7/28/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":833,"Cost":427,"Date":"8/8/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":495,"Cost":355,"Date":"12/7/2019"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":712,"Cost":576,"Date":"1/17/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":73,"Cost":38,"Date":"3/8/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":755,"Cost":629,"Date":"6/6/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":698,"Cost":360,"Date":"6/16/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":615,"Cost":518,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":781,"Cost":610,"Date":"11/19/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":821,"Cost":575,"Date":"12/28/2020"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":463,"Cost":279,"Date":"2/4/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":748,"Cost":481,"Date":"3/8/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":287,"Cost":224,"Date":"12/18/2021"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":663,"Cost":452,"Date":"3/31/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":274,"Cost":167,"Date":"4/20/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":172,"Cost":114,"Date":"6/26/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":644,"Cost":513,"Date":"7/23/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":9,"Cost":6,"Date":"11/21/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":325,"Date":"11/26/2022"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":248,"Cost":192,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":355,"Cost":285,"Date":"5/21/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":612,"Cost":494,"Date":"9/28/2023"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":773,"Cost":492,"Date":"1/3/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":333,"Cost":289,"Date":"2/2/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":439,"Cost":225,"Date":"3/18/2024"},{"Store":"Planeta, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":581,"Cost":469,"Date":"10/14/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":659,"Cost":487,"Date":"2/16/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":151,"Cost":108,"Date":"6/7/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":248,"Cost":201,"Date":"1/28/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":5,"Cost":4,"Date":"3/27/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":797,"Cost":468,"Date":"5/12/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":264,"Cost":177,"Date":"7/28/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":56,"Cost":35,"Date":"8/8/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":777,"Cost":494,"Date":"12/7/2019"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":936,"Cost":837,"Date":"1/17/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":855,"Cost":699,"Date":"3/8/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":766,"Cost":455,"Date":"6/6/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":888,"Cost":639,"Date":"6/16/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":547,"Cost":505,"Date":"8/13/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":745,"Cost":538,"Date":"11/19/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":220,"Cost":112,"Date":"12/28/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":557,"Cost":435,"Date":"2/4/2021"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":732,"Cost":372,"Date":"3/8/2021"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":837,"Cost":767,"Date":"12/18/2021"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":923,"Cost":770,"Date":"3/31/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":295,"Cost":214,"Date":"4/20/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":872,"Cost":778,"Date":"6/26/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":52,"Cost":41,"Date":"7/23/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":801,"Cost":570,"Date":"11/21/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":73,"Cost":66,"Date":"11/26/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":186,"Cost":115,"Date":"2/20/2023"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":693,"Cost":583,"Date":"5/21/2023"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":159,"Cost":121,"Date":"9/28/2023"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":873,"Cost":527,"Date":"1/3/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":335,"Cost":218,"Date":"2/2/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":986,"Cost":824,"Date":"3/18/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":760,"Cost":596,"Date":"10/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":604,"Cost":313,"Date":"2/16/2018"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":749,"Cost":506,"Date":"6/7/2018"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":327,"Cost":259,"Date":"1/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":970,"Cost":819,"Date":"3/27/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":950,"Cost":789,"Date":"5/12/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":892,"Cost":608,"Date":"7/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":645,"Cost":452,"Date":"8/8/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":121,"Cost":95,"Date":"12/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":275,"Cost":158,"Date":"1/17/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":57,"Cost":28,"Date":"3/8/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":984,"Cost":751,"Date":"6/6/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":104,"Cost":90,"Date":"6/16/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":906,"Cost":732,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":15,"Cost":14,"Date":"11/19/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":161,"Cost":108,"Date":"12/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":288,"Cost":263,"Date":"2/4/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":628,"Cost":581,"Date":"3/8/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":763,"Cost":531,"Date":"12/18/2021"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":966,"Cost":619,"Date":"3/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":218,"Cost":153,"Date":"4/20/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":349,"Cost":264,"Date":"6/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":410,"Cost":377,"Date":"7/23/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":248,"Cost":144,"Date":"11/21/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":905,"Cost":509,"Date":"11/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":925,"Cost":777,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":549,"Cost":351,"Date":"5/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":13,"Cost":7,"Date":"9/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":736,"Cost":444,"Date":"1/3/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":123,"Cost":69,"Date":"2/2/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":784,"Cost":668,"Date":"3/18/2024"},{"Store":"Paseo Jose Ignacio","Brand":"ARKET","Country":"Uruguay","Sale":931,"Cost":781,"Date":"10/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":230,"Cost":118,"Date":"2/16/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":167,"Cost":135,"Date":"6/7/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":502,"Date":"1/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":972,"Cost":523,"Date":"3/27/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":937,"Cost":696,"Date":"5/12/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":116,"Cost":77,"Date":"7/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":399,"Cost":260,"Date":"8/8/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":81,"Cost":51,"Date":"12/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":878,"Cost":600,"Date":"1/17/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":991,"Cost":585,"Date":"3/8/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":364,"Cost":337,"Date":"6/6/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":551,"Cost":309,"Date":"6/16/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":681,"Cost":632,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":533,"Cost":462,"Date":"11/19/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":799,"Cost":451,"Date":"12/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":905,"Cost":797,"Date":"2/4/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":145,"Cost":123,"Date":"3/8/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":746,"Cost":587,"Date":"12/18/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":767,"Cost":506,"Date":"3/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":664,"Cost":544,"Date":"4/20/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":169,"Cost":87,"Date":"6/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":308,"Cost":278,"Date":"7/23/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":785,"Cost":689,"Date":"11/21/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":293,"Cost":204,"Date":"11/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":702,"Cost":532,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":850,"Cost":621,"Date":"5/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":544,"Cost":515,"Date":"9/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":260,"Cost":165,"Date":"1/3/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":259,"Cost":203,"Date":"2/2/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":340,"Cost":305,"Date":"3/18/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":38,"Cost":22,"Date":"10/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":753,"Cost":694,"Date":"2/16/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":296,"Cost":163,"Date":"6/7/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":734,"Cost":505,"Date":"1/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":327,"Cost":257,"Date":"3/27/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":161,"Cost":114,"Date":"5/12/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":949,"Cost":664,"Date":"7/28/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":67,"Cost":49,"Date":"8/8/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":387,"Cost":304,"Date":"12/7/2019"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":911,"Cost":802,"Date":"1/17/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":538,"Cost":509,"Date":"3/8/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":659,"Cost":553,"Date":"6/6/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":212,"Cost":193,"Date":"6/16/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":181,"Cost":162,"Date":"8/13/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":55,"Cost":46,"Date":"11/19/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":941,"Cost":884,"Date":"12/28/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":889,"Cost":648,"Date":"2/4/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":107,"Cost":93,"Date":"3/8/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":21,"Cost":16,"Date":"12/18/2021"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":830,"Cost":490,"Date":"3/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":310,"Cost":199,"Date":"4/20/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":933,"Cost":632,"Date":"6/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":270,"Cost":158,"Date":"7/23/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":963,"Cost":552,"Date":"11/21/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":520,"Cost":351,"Date":"11/26/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":172,"Cost":110,"Date":"2/20/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":57,"Cost":54,"Date":"5/21/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":33,"Cost":18,"Date":"9/28/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":526,"Cost":327,"Date":"1/3/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":452,"Cost":428,"Date":"2/2/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":778,"Cost":643,"Date":"3/18/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Jeans","Country":"Uruguay","Sale":595,"Cost":461,"Date":"10/14/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":719,"Cost":371,"Date":"2/16/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":305,"Cost":164,"Date":"6/7/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":15,"Cost":12,"Date":"1/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":724,"Cost":532,"Date":"3/27/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":129,"Cost":93,"Date":"5/12/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":560,"Cost":335,"Date":"7/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":173,"Cost":126,"Date":"8/8/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":525,"Cost":348,"Date":"12/7/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":843,"Cost":519,"Date":"1/17/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":955,"Cost":782,"Date":"3/8/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":426,"Cost":354,"Date":"6/6/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":246,"Cost":138,"Date":"6/16/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":103,"Cost":64,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":398,"Cost":324,"Date":"11/19/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":696,"Cost":582,"Date":"12/28/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":691,"Cost":450,"Date":"2/4/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":686,"Cost":512,"Date":"3/8/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":445,"Cost":339,"Date":"12/18/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":914,"Cost":613,"Date":"3/31/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":581,"Cost":294,"Date":"4/20/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":952,"Cost":598,"Date":"6/26/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":739,"Cost":699,"Date":"7/23/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":701,"Cost":474,"Date":"11/21/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":355,"Cost":310,"Date":"11/26/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":741,"Cost":458,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":379,"Cost":240,"Date":"5/21/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":224,"Cost":181,"Date":"9/28/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":989,"Cost":702,"Date":"1/3/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":436,"Cost":320,"Date":"2/2/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":949,"Cost":769,"Date":"3/18/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":180,"Cost":132,"Date":"10/14/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":47,"Cost":34,"Date":"2/16/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":394,"Cost":325,"Date":"6/7/2018"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":622,"Cost":362,"Date":"1/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":594,"Cost":379,"Date":"3/27/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":529,"Cost":328,"Date":"5/12/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":75,"Cost":47,"Date":"7/28/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":811,"Cost":499,"Date":"8/8/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":431,"Cost":284,"Date":"12/7/2019"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":606,"Cost":410,"Date":"1/17/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":98,"Cost":63,"Date":"3/8/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":625,"Cost":456,"Date":"6/6/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":450,"Cost":255,"Date":"6/16/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":652,"Cost":454,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":877,"Cost":746,"Date":"11/19/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":416,"Cost":236,"Date":"12/28/2020"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":497,"Cost":268,"Date":"2/4/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":973,"Cost":703,"Date":"3/8/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":154,"Cost":111,"Date":"12/18/2021"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":183,"Cost":98,"Date":"3/31/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":407,"Cost":285,"Date":"4/20/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":215,"Cost":190,"Date":"6/26/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":751,"Cost":426,"Date":"7/23/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":473,"Cost":253,"Date":"11/21/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":193,"Cost":107,"Date":"11/26/2022"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":47,"Cost":41,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":948,"Cost":480,"Date":"5/21/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":388,"Cost":248,"Date":"9/28/2023"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":901,"Cost":778,"Date":"1/3/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":550,"Cost":506,"Date":"2/2/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":578,"Cost":417,"Date":"3/18/2024"},{"Store":"Shopping China Rivera","Brand":"HM","Country":"Uruguay","Sale":87,"Cost":45,"Date":"10/14/2024"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":421,"Cost":272,"Date":"2/16/2018"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":724,"Cost":591,"Date":"6/7/2018"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":211,"Cost":170,"Date":"1/28/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":42,"Cost":37,"Date":"3/27/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":575,"Cost":483,"Date":"5/12/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":469,"Cost":439,"Date":"7/28/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":286,"Cost":226,"Date":"8/8/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":136,"Cost":116,"Date":"12/7/2019"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":355,"Cost":295,"Date":"1/17/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":138,"Cost":74,"Date":"3/8/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":81,"Cost":72,"Date":"6/6/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":786,"Cost":604,"Date":"6/16/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":788,"Cost":405,"Date":"8/13/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":139,"Cost":72,"Date":"11/19/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":707,"Cost":545,"Date":"12/28/2020"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":465,"Cost":438,"Date":"2/4/2021"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":845,"Cost":774,"Date":"3/8/2021"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":331,"Cost":277,"Date":"12/18/2021"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":824,"Cost":584,"Date":"3/31/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":759,"Cost":682,"Date":"4/20/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":760,"Cost":565,"Date":"6/26/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":46,"Cost":23,"Date":"7/23/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":657,"Cost":523,"Date":"11/21/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":837,"Cost":653,"Date":"11/26/2022"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":667,"Cost":546,"Date":"2/20/2023"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":378,"Cost":284,"Date":"5/21/2023"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":301,"Cost":234,"Date":"9/28/2023"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":488,"Cost":325,"Date":"1/3/2024"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":471,"Cost":237,"Date":"2/2/2024"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":461,"Cost":328,"Date":"3/18/2024"},{"Store":"Shopping China Rivera","Brand":"ARKET","Country":"Uruguay","Sale":176,"Cost":167,"Date":"10/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":928,"Cost":524,"Date":"2/16/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":217,"Cost":169,"Date":"6/7/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":541,"Cost":306,"Date":"1/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":440,"Cost":252,"Date":"3/27/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":346,"Cost":199,"Date":"5/12/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":730,"Cost":430,"Date":"7/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":770,"Cost":526,"Date":"8/8/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":417,"Cost":251,"Date":"12/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":634,"Cost":441,"Date":"1/17/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":357,"Cost":243,"Date":"3/8/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":640,"Cost":342,"Date":"6/6/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":218,"Cost":124,"Date":"6/16/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":116,"Cost":99,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":616,"Cost":420,"Date":"11/19/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":293,"Cost":170,"Date":"12/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":327,"Cost":305,"Date":"2/4/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":964,"Cost":689,"Date":"3/8/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":854,"Cost":609,"Date":"12/18/2021"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":533,"Cost":492,"Date":"3/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":100,"Cost":61,"Date":"4/20/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":332,"Cost":249,"Date":"6/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":333,"Cost":235,"Date":"7/23/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":773,"Cost":698,"Date":"11/21/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":624,"Cost":384,"Date":"11/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":264,"Cost":159,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":357,"Cost":264,"Date":"5/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":83,"Cost":71,"Date":"9/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":855,"Cost":560,"Date":"1/3/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":474,"Cost":375,"Date":"2/2/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":825,"Cost":423,"Date":"3/18/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM","Country":"Uruguay","Sale":325,"Cost":290,"Date":"10/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":461,"Cost":378,"Date":"2/16/2018"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":109,"Cost":66,"Date":"6/7/2018"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":112,"Cost":102,"Date":"1/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":697,"Cost":398,"Date":"3/27/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":666,"Cost":476,"Date":"5/12/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":778,"Cost":735,"Date":"7/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":465,"Cost":437,"Date":"8/8/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":631,"Cost":539,"Date":"12/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":392,"Cost":367,"Date":"1/17/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":476,"Cost":438,"Date":"3/8/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":422,"Cost":286,"Date":"6/6/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":977,"Cost":644,"Date":"6/16/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":286,"Cost":223,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":272,"Cost":252,"Date":"11/19/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":872,"Cost":753,"Date":"12/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":808,"Cost":739,"Date":"2/4/2021"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":755,"Cost":583,"Date":"3/8/2021"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":580,"Cost":406,"Date":"12/18/2021"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":89,"Cost":47,"Date":"3/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":167,"Cost":123,"Date":"4/20/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":369,"Cost":297,"Date":"6/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":130,"Cost":104,"Date":"7/23/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":250,"Cost":133,"Date":"11/21/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":315,"Cost":280,"Date":"11/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":720,"Cost":603,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":157,"Cost":144,"Date":"5/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":826,"Cost":455,"Date":"9/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":503,"Cost":466,"Date":"1/3/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":332,"Cost":187,"Date":"2/2/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":360,"Cost":217,"Date":"3/18/2024"},{"Store":"BELLUS, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":414,"Cost":262,"Date":"10/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":167,"Cost":144,"Date":"2/16/2018"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":611,"Cost":527,"Date":"6/7/2018"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":657,"Cost":526,"Date":"1/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":630,"Cost":466,"Date":"3/27/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":399,"Cost":285,"Date":"5/12/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":314,"Cost":161,"Date":"7/28/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":641,"Cost":391,"Date":"8/8/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":801,"Cost":677,"Date":"12/7/2019"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":692,"Cost":355,"Date":"1/17/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":619,"Cost":338,"Date":"3/8/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":932,"Cost":484,"Date":"6/6/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":66,"Cost":63,"Date":"6/16/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":975,"Cost":647,"Date":"8/13/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":579,"Cost":421,"Date":"11/19/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":254,"Cost":178,"Date":"12/28/2020"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":566,"Cost":402,"Date":"2/4/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":307,"Cost":211,"Date":"3/8/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":970,"Cost":669,"Date":"12/18/2021"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":813,"Cost":446,"Date":"3/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":332,"Cost":184,"Date":"4/20/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":639,"Cost":412,"Date":"6/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":116,"Cost":83,"Date":"7/23/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":415,"Cost":229,"Date":"11/21/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":823,"Cost":464,"Date":"11/26/2022"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":123,"Cost":82,"Date":"2/20/2023"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":410,"Cost":265,"Date":"5/21/2023"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":986,"Cost":630,"Date":"9/28/2023"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":840,"Cost":732,"Date":"1/3/2024"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":942,"Cost":651,"Date":"2/2/2024"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":440,"Cost":275,"Date":"3/18/2024"},{"Store":"BELLUS, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":919,"Cost":768,"Date":"10/14/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":981,"Cost":887,"Date":"2/16/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":870,"Cost":442,"Date":"6/7/2018"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":530,"Cost":316,"Date":"1/28/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":257,"Cost":153,"Date":"3/27/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":762,"Cost":682,"Date":"5/12/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":117,"Cost":89,"Date":"7/28/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":312,"Cost":271,"Date":"8/8/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":524,"Cost":451,"Date":"12/7/2019"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":46,"Cost":35,"Date":"1/17/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":422,"Cost":259,"Date":"3/8/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":678,"Cost":428,"Date":"6/6/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":192,"Cost":108,"Date":"6/16/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":175,"Cost":117,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":660,"Cost":523,"Date":"11/19/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":381,"Cost":196,"Date":"12/28/2020"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":672,"Cost":578,"Date":"2/4/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":524,"Cost":481,"Date":"3/8/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":669,"Cost":632,"Date":"12/18/2021"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":38,"Cost":35,"Date":"3/31/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":798,"Cost":560,"Date":"4/20/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":601,"Cost":457,"Date":"6/26/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":366,"Cost":274,"Date":"7/23/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":77,"Cost":63,"Date":"11/21/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":904,"Cost":532,"Date":"11/26/2022"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":802,"Cost":597,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":665,"Cost":593,"Date":"5/21/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":98,"Cost":50,"Date":"9/28/2023"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":990,"Cost":686,"Date":"1/3/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":986,"Cost":773,"Date":"2/2/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":971,"Cost":661,"Date":"3/18/2024"},{"Store":"California Company, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":289,"Cost":220,"Date":"10/14/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":796,"Cost":505,"Date":"2/16/2018"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":824,"Cost":523,"Date":"6/7/2018"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":495,"Cost":423,"Date":"1/28/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":610,"Cost":428,"Date":"3/27/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":735,"Cost":664,"Date":"5/12/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":438,"Cost":379,"Date":"7/28/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":782,"Cost":525,"Date":"8/8/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":289,"Cost":170,"Date":"12/7/2019"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":964,"Cost":714,"Date":"1/17/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":406,"Cost":234,"Date":"3/8/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":522,"Cost":326,"Date":"6/6/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":633,"Cost":404,"Date":"6/16/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":26,"Cost":13,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":129,"Cost":120,"Date":"11/19/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":529,"Cost":413,"Date":"12/28/2020"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":635,"Cost":516,"Date":"2/4/2021"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":515,"Cost":318,"Date":"3/8/2021"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":9,"Cost":9,"Date":"12/18/2021"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":614,"Cost":317,"Date":"3/31/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":858,"Cost":704,"Date":"4/20/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":67,"Cost":48,"Date":"6/26/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":504,"Cost":260,"Date":"7/23/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":955,"Cost":802,"Date":"11/21/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":431,"Cost":329,"Date":"11/26/2022"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":619,"Cost":501,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":64,"Cost":49,"Date":"5/21/2023"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":901,"Cost":563,"Date":"9/28/2023"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":641,"Cost":513,"Date":"1/3/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":80,"Cost":70,"Date":"2/2/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":248,"Cost":177,"Date":"3/18/2024"},{"Store":"California Company, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":768,"Cost":433,"Date":"10/14/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":553,"Cost":351,"Date":"2/16/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":466,"Cost":279,"Date":"6/7/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":877,"Cost":538,"Date":"1/28/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":880,"Cost":530,"Date":"3/27/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":269,"Cost":169,"Date":"5/12/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":145,"Cost":130,"Date":"7/28/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":689,"Cost":599,"Date":"8/8/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":869,"Cost":463,"Date":"12/7/2019"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":274,"Cost":240,"Date":"1/17/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":670,"Cost":337,"Date":"3/8/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":46,"Cost":28,"Date":"6/6/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":397,"Cost":215,"Date":"6/16/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":229,"Cost":205,"Date":"8/13/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":636,"Cost":400,"Date":"11/19/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":356,"Cost":243,"Date":"12/28/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":103,"Cost":60,"Date":"2/4/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":350,"Cost":238,"Date":"3/8/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":155,"Cost":85,"Date":"12/18/2021"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":570,"Cost":286,"Date":"3/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":41,"Cost":38,"Date":"4/20/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":996,"Cost":523,"Date":"6/26/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":353,"Cost":180,"Date":"7/23/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":240,"Cost":215,"Date":"11/21/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":118,"Cost":109,"Date":"11/26/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":147,"Cost":83,"Date":"2/20/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":993,"Cost":686,"Date":"5/21/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":731,"Cost":498,"Date":"9/28/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":775,"Cost":484,"Date":"1/3/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":680,"Cost":589,"Date":"2/2/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":188,"Cost":123,"Date":"3/18/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":206,"Cost":134,"Date":"10/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":382,"Cost":335,"Date":"2/16/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":534,"Cost":504,"Date":"6/7/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":121,"Cost":70,"Date":"1/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":387,"Cost":306,"Date":"3/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":255,"Cost":195,"Date":"5/12/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":405,"Cost":292,"Date":"7/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":291,"Cost":184,"Date":"8/8/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":566,"Cost":449,"Date":"12/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":446,"Cost":251,"Date":"1/17/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":678,"Cost":382,"Date":"3/8/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":453,"Cost":312,"Date":"6/6/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":520,"Cost":349,"Date":"6/16/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":322,"Cost":188,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":792,"Cost":610,"Date":"11/19/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":100,"Cost":52,"Date":"12/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":273,"Cost":180,"Date":"2/4/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":586,"Cost":320,"Date":"3/8/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":453,"Cost":358,"Date":"12/18/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":260,"Cost":140,"Date":"3/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":12,"Cost":6,"Date":"4/20/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":40,"Cost":30,"Date":"6/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":282,"Cost":201,"Date":"7/23/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":954,"Cost":715,"Date":"11/21/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":791,"Cost":713,"Date":"11/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":636,"Cost":602,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":379,"Cost":314,"Date":"5/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":778,"Cost":407,"Date":"9/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":621,"Cost":404,"Date":"1/3/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":196,"Cost":127,"Date":"2/2/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":470,"Cost":236,"Date":"3/18/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM","Country":"Uruguay","Sale":511,"Cost":399,"Date":"10/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":941,"Cost":755,"Date":"2/16/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":575,"Cost":530,"Date":"6/7/2018"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":853,"Cost":435,"Date":"1/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":513,"Cost":285,"Date":"3/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":586,"Cost":408,"Date":"5/12/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":87,"Cost":65,"Date":"7/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":44,"Cost":39,"Date":"8/8/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":651,"Cost":400,"Date":"12/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":556,"Cost":500,"Date":"1/17/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":13,"Cost":10,"Date":"3/8/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":331,"Cost":259,"Date":"6/6/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":842,"Cost":528,"Date":"6/16/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":516,"Cost":270,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":621,"Cost":462,"Date":"11/19/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":984,"Cost":588,"Date":"12/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":828,"Cost":765,"Date":"2/4/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":89,"Cost":84,"Date":"3/8/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":1,"Cost":0,"Date":"12/18/2021"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":102,"Cost":84,"Date":"3/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":600,"Cost":489,"Date":"4/20/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":39,"Cost":31,"Date":"6/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":56,"Cost":35,"Date":"7/23/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":734,"Cost":414,"Date":"11/21/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":265,"Cost":208,"Date":"11/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":367,"Cost":322,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":67,"Cost":39,"Date":"5/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":831,"Cost":551,"Date":"9/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":82,"Cost":69,"Date":"1/3/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":523,"Cost":409,"Date":"2/2/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":718,"Cost":460,"Date":"3/18/2024"},{"Store":"DrCelular, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":451,"Cost":396,"Date":"10/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":495,"Cost":346,"Date":"2/16/2018"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":540,"Cost":416,"Date":"6/7/2018"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":71,"Cost":45,"Date":"1/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":266,"Cost":219,"Date":"3/27/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":148,"Cost":96,"Date":"5/12/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":50,"Cost":29,"Date":"7/28/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":271,"Cost":168,"Date":"8/8/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":95,"Cost":48,"Date":"12/7/2019"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":151,"Cost":90,"Date":"1/17/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":649,"Cost":418,"Date":"3/8/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":143,"Cost":72,"Date":"6/6/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":679,"Cost":610,"Date":"6/16/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":115,"Cost":105,"Date":"8/13/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":282,"Cost":250,"Date":"11/19/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":492,"Cost":250,"Date":"12/28/2020"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":528,"Cost":482,"Date":"2/4/2021"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":462,"Cost":262,"Date":"3/8/2021"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":648,"Cost":372,"Date":"12/18/2021"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":173,"Cost":109,"Date":"3/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":756,"Cost":497,"Date":"4/20/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":631,"Cost":582,"Date":"6/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":808,"Cost":585,"Date":"7/23/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":542,"Cost":513,"Date":"11/21/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":494,"Cost":392,"Date":"11/26/2022"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":614,"Cost":546,"Date":"2/20/2023"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":360,"Cost":233,"Date":"5/21/2023"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":627,"Cost":487,"Date":"9/28/2023"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":23,"Cost":17,"Date":"1/3/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":798,"Cost":455,"Date":"2/2/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":759,"Cost":404,"Date":"3/18/2024"},{"Store":"DrCelular, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":459,"Cost":240,"Date":"10/14/2024"}] \ No newline at end of file diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html index 3fec646..83a772d 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html @@ -25,7 +25,7 @@
+ data?.reduce((accumulator, value) => accumulator + (value.Sale - value.Cost), 0) || 0; + + public static minProfit = (_, data: any[] | undefined) => { + let min = 0; + if (data?.length === 1) { + min = data[0].Sale - data[0].Cost; + } else if (data && data.length > 1) { + const mappedData = data.map(x => x.Sale - x.Cost); + min = mappedData.reduce((a, b) => Math.min(a, b)); + } + return min; + }; + + public static maxProfit = (_, data: any[] | undefined) => { + let max = 0; + if (data?.length === 1) { + max = data[0].Sale - data[0].Cost; + } else if (data && data.length > 1) { + const mappedData = data.map(x => x.Sale - x.Cost); + max = mappedData.reduce((a, b) => Math.max(a, b)); + } + return max; + }; +} @Component({ + standalone: true, selector: 'app-sales-grid', imports: [CommonModule, IgxPivotGridComponent, IgxPivotDataSelectorComponent, IgxButtonDirective, IgxIconComponent, IgxToggleActionDirective, IgxDropDownComponent, IgxDropDownItemComponent, IgxCellHeaderTemplateDirective], templateUrl: './sales-grid.component.html', @@ -40,10 +69,59 @@ export class SalesGridComponent { @ViewChild('countryColumn') public countryColumnTemplate!: TemplateRef; + public currencyPipe = new CurrencyPipe('en-US'); public brandFilter = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); public bulgariaCountryFilter = new FilteringExpressionsTree(FilteringLogic.And); public fileName = 'SalesGridApp'; + public saleValue: IPivotValue = { + enabled: true, + member: 'Sale', + displayName: 'Sales', + aggregate: { + key: 'SUM', + aggregatorName: 'SUM', + label: 'Sum' + }, + formatter: (value, _, __) => { + return this.currencyFormatter(value, 'Sale'); + } + }; + public costValue: IPivotValue = { + enabled: true, + member: 'Cost', + displayName: 'Profit', + aggregate: { + key: 'SUM', + aggregator: IgxSaleProfitAggregate.totalProfit, + label: 'Sum' + }, + aggregateList: [ + { + key: 'SUM', + aggregator: IgxSaleProfitAggregate.totalProfit, + label: 'Sum' + }, + { + key: 'MAX', + aggregator: IgxSaleProfitAggregate.maxProfit, + label: 'Max' + }, + { + key: 'MIN', + aggregator: IgxSaleProfitAggregate.minProfit, + label: 'Min' + }, + { + key: 'COUNT', + aggregatorName: 'COUNT', + label: 'Count' + }, + ], + formatter: (value, _, __) => { + return this.currencyFormatter(value, 'Cost'); + } + }; public pivotConfigBrands: IPivotConfiguration = { columns: [ { @@ -76,30 +154,8 @@ export class SalesGridComponent { }) ], values: [ - { - enabled: true, - member: 'Sale', - displayName: 'Sales', - aggregate: { - key: 'SUM', - aggregatorName: 'SUM', - label: 'Sum' - }, - dataType: 'currency' - }, - { - enabled: true, - member: 'Cost', - displayName: 'Profit', - aggregate: { - key: 'SUM', - aggregator: function (members, data) { - return data?.reduce((accumulator, value) => accumulator + (value.Sale - value.Cost), 0) || 0; - }, - label: 'Sum' - }, - dataType: 'currency' - } + this.saleValue, + this.costValue ] }; public pivotConfigStores: IPivotConfiguration = { @@ -130,28 +186,8 @@ export class SalesGridComponent { } ], values: [ - { - member: 'Sale', - displayName: 'Sales', - aggregate: { - key: 'SUM', - aggregatorName: 'SUM', - label: 'Sum' - }, - enabled: true, - dataType: 'currency' - }, - { - member: 'Cost', - displayName: 'Profit', - aggregate: { - key: 'SUM', - aggregatorName: 'SUM', - label: 'Sum' - }, - enabled: true, - dataType: 'currency' - } + this.saleValue, + this.costValue ], filters: [ { @@ -164,7 +200,7 @@ export class SalesGridComponent { }; public flagsData = FLAGS; - public data100: any = SALES_DATA_100; + public data: any = SALES_DATA; constructor(public excelExporter: IgxExcelExporterService, public csvExporter: IgxCsvExporterService) { var multipleFilters = new FilteringExpressionsTree(FilteringLogic.Or, 'Brand'); @@ -221,4 +257,12 @@ export class SalesGridComponent { col.headerTemplate = this.countryColumnTemplate; } } + + public currencyFormatter(value: any, field: string) { + var valueConfig = this.pivotGrid.values.find(value => value.member === field); + if (!valueConfig || valueConfig.aggregate.key === "COUNT") { + return value; + } + return this.currencyPipe.transform(value, 'USD', 'symbol', '1.0-2'); + } } From e56bf7541607b56898507cb56172f3fae600c393 Mon Sep 17 00:00:00 2001 From: skrustev Date: Thu, 5 Dec 2024 17:02:34 +0200 Subject: [PATCH 09/15] Remove router, font family import and extra theme import. --- projects/SalesGrid/angular.json | 1 - projects/SalesGrid/src/app/app.config.ts | 4 +--- projects/SalesGrid/src/app/app.routes.ts | 3 --- projects/SalesGrid/src/index.html | 1 - 4 files changed, 1 insertion(+), 8 deletions(-) delete mode 100644 projects/SalesGrid/src/app/app.routes.ts diff --git a/projects/SalesGrid/angular.json b/projects/SalesGrid/angular.json index c770d9b..24055c4 100644 --- a/projects/SalesGrid/angular.json +++ b/projects/SalesGrid/angular.json @@ -32,7 +32,6 @@ } ], "styles": [ - "node_modules/igniteui-angular/styles/igniteui-indigo-light.css", "src/styles.scss" ], "scripts": [ diff --git a/projects/SalesGrid/src/app/app.config.ts b/projects/SalesGrid/src/app/app.config.ts index e282659..eb42dcb 100644 --- a/projects/SalesGrid/src/app/app.config.ts +++ b/projects/SalesGrid/src/app/app.config.ts @@ -1,10 +1,8 @@ import { ApplicationConfig, provideZoneChangeDetection } from '@angular/core'; -import { provideRouter } from '@angular/router'; -import { routes } from './app.routes'; import { provideClientHydration, withEventReplay } from '@angular/platform-browser'; import { provideAnimations } from "@angular/platform-browser/animations"; export const appConfig: ApplicationConfig = { - providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideRouter(routes), provideClientHydration(withEventReplay()), provideAnimations()] + providers: [provideZoneChangeDetection({ eventCoalescing: true }), provideClientHydration(withEventReplay()), provideAnimations()] }; diff --git a/projects/SalesGrid/src/app/app.routes.ts b/projects/SalesGrid/src/app/app.routes.ts deleted file mode 100644 index dc39edb..0000000 --- a/projects/SalesGrid/src/app/app.routes.ts +++ /dev/null @@ -1,3 +0,0 @@ -import { Routes } from '@angular/router'; - -export const routes: Routes = []; diff --git a/projects/SalesGrid/src/index.html b/projects/SalesGrid/src/index.html index 94f6ba6..b42d03c 100644 --- a/projects/SalesGrid/src/index.html +++ b/projects/SalesGrid/src/index.html @@ -6,7 +6,6 @@ - From 68774b1438f6854f039e83c727e54b4342615426 Mon Sep 17 00:00:00 2001 From: skrustev Date: Thu, 5 Dec 2024 17:11:29 +0200 Subject: [PATCH 10/15] Add average profit. --- .../app/sales-grid/sales-grid.component.ts | 38 +++++++++++++------ 1 file changed, 27 insertions(+), 11 deletions(-) diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts index bdaa2e5..e4679e7 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts @@ -32,6 +32,17 @@ export class IgxSaleProfitAggregate { public static totalProfit = (_, data: any[] | undefined) => data?.reduce((accumulator, value) => accumulator + (value.Sale - value.Cost), 0) || 0; + public static averageProfit = (_, data: any[] | undefined) => { + let average = 0; + if (data?.length === 1) { + average = data[0].Sale - data[0].Cost; + } else if (data && data.length > 1) { + const mappedData = data.map(x => x.Sale - x.Cost); + average = mappedData.reduce((a, b) => a + b) / mappedData.length; + } + return average; + } + public static minProfit = (_, data: any[] | undefined) => { let min = 0; if (data?.length === 1) { @@ -87,7 +98,7 @@ export class SalesGridComponent { return this.currencyFormatter(value, 'Sale'); } }; - public costValue: IPivotValue = { + public profitValue: IPivotValue = { enabled: true, member: 'Cost', displayName: 'Profit', @@ -98,24 +109,29 @@ export class SalesGridComponent { }, aggregateList: [ { - key: 'SUM', - aggregator: IgxSaleProfitAggregate.totalProfit, - label: 'Sum' + key: 'AVG', + aggregator: IgxSaleProfitAggregate.averageProfit, + label: 'Average' + }, + { + key: 'COUNT', + aggregatorName: 'COUNT', + label: 'Count' }, { key: 'MAX', aggregator: IgxSaleProfitAggregate.maxProfit, - label: 'Max' + label: 'Maximum' }, { key: 'MIN', aggregator: IgxSaleProfitAggregate.minProfit, - label: 'Min' + label: 'Minimum' }, { - key: 'COUNT', - aggregatorName: 'COUNT', - label: 'Count' + key: 'SUM', + aggregator: IgxSaleProfitAggregate.totalProfit, + label: 'Sum' }, ], formatter: (value, _, __) => { @@ -155,7 +171,7 @@ export class SalesGridComponent { ], values: [ this.saleValue, - this.costValue + this.profitValue ] }; public pivotConfigStores: IPivotConfiguration = { @@ -187,7 +203,7 @@ export class SalesGridComponent { ], values: [ this.saleValue, - this.costValue + this.profitValue ], filters: [ { From b622861504516382e758cbba6b913fb64d41e80e Mon Sep 17 00:00:00 2001 From: skrustev Date: Thu, 5 Dec 2024 17:46:53 +0200 Subject: [PATCH 11/15] Alter data a bit to not have so many countries and more dates. --- projects/SalesGrid/src/app/sales-grid/data/SalesData.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/SalesGrid/src/app/sales-grid/data/SalesData.json b/projects/SalesGrid/src/app/sales-grid/data/SalesData.json index 75affff..75d3470 100644 --- a/projects/SalesGrid/src/app/sales-grid/data/SalesData.json +++ b/projects/SalesGrid/src/app/sales-grid/data/SalesData.json @@ -1 +1 @@ -[{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":748,"Cost":687,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":577,"Cost":469,"Date":"1/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":612,"Cost":331,"Date":"12/27/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":219,"Cost":133,"Date":"12/31/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":487,"Cost":321,"Date":"8/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":529,"Cost":287,"Date":"7/14/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":482,"Cost":298,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":48,"Date":"1/1/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":530,"Cost":424,"Date":"12/27/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":16,"Date":"12/31/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":548,"Date":"8/10/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":593,"Date":"7/14/2024"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":715,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":79,"Date":"1/1/2020"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":473,"Cost":324,"Date":"12/27/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":743,"Date":"12/31/2022"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":355,"Cost":198,"Date":"8/10/2023"},{"Store":"Westfield Sydney","Brand":"Jeans","Country":"Australia","Sale":383,"Cost":352,"Date":"7/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":789,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":303,"Date":"1/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":369,"Date":"12/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":445,"Date":"12/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":755,"Cost":462,"Date":"8/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM Home","Country":"Australia","Sale":152,"Cost":140,"Date":"7/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":197,"Cost":181,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":929,"Cost":565,"Date":"1/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":534,"Cost":324,"Date":"12/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":384,"Cost":309,"Date":"12/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":215,"Cost":205,"Date":"8/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":218,"Cost":182,"Date":"7/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":223,"Cost":154,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":759,"Cost":650,"Date":"1/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":22,"Cost":21,"Date":"12/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":361,"Cost":325,"Date":"12/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":271,"Cost":217,"Date":"8/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Nova","Country":"Australia","Sale":94,"Cost":82,"Date":"7/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":624,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":211,"Date":"1/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":393,"Cost":370,"Date":"12/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":601,"Date":"12/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":473,"Date":"8/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":611,"Date":"7/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":299,"Cost":180,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":803,"Cost":513,"Date":"1/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":249,"Cost":218,"Date":"12/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":727,"Cost":457,"Date":"12/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":519,"Cost":346,"Date":"8/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":830,"Cost":498,"Date":"7/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":581,"Cost":311,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":730,"Cost":458,"Date":"1/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":819,"Cost":529,"Date":"12/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":912,"Cost":798,"Date":"12/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":936,"Cost":846,"Date":"8/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":561,"Cost":328,"Date":"7/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":737,"Cost":659,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":807,"Cost":659,"Date":"1/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":133,"Cost":72,"Date":"12/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":547,"Cost":379,"Date":"12/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":900,"Cost":460,"Date":"8/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":235,"Cost":131,"Date":"7/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":985,"Cost":736,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":528,"Cost":366,"Date":"1/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":491,"Date":"12/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":703,"Cost":512,"Date":"12/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":97,"Cost":74,"Date":"8/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Sellpy","Country":"Australia","Sale":79,"Cost":50,"Date":"7/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":278,"Cost":255,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":30,"Cost":18,"Date":"1/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":19,"Cost":11,"Date":"12/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":707,"Cost":443,"Date":"12/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":146,"Cost":138,"Date":"8/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":413,"Cost":266,"Date":"7/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":656,"Cost":427,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":718,"Cost":501,"Date":"1/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":47,"Cost":28,"Date":"12/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":501,"Cost":307,"Date":"12/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":856,"Cost":733,"Date":"8/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Nova","Country":"Australia","Sale":897,"Cost":741,"Date":"7/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":243,"Cost":183,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":28,"Cost":24,"Date":"1/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":533,"Cost":420,"Date":"12/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":675,"Cost":490,"Date":"12/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":747,"Cost":430,"Date":"8/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":350,"Cost":332,"Date":"7/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":79,"Cost":46,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":669,"Cost":344,"Date":"1/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":874,"Cost":462,"Date":"12/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":368,"Date":"12/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":30,"Date":"8/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"Jeans","Country":"Australia","Sale":901,"Cost":783,"Date":"7/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":347,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":798,"Cost":559,"Date":"1/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":816,"Cost":490,"Date":"12/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":847,"Cost":610,"Date":"12/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":8,"Date":"8/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":132,"Date":"7/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":246,"Cost":178,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":846,"Cost":574,"Date":"1/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":13,"Cost":10,"Date":"12/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":60,"Cost":35,"Date":"12/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":933,"Cost":783,"Date":"8/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"Nova","Country":"Australia","Sale":717,"Cost":403,"Date":"7/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":938,"Cost":479,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":333,"Date":"1/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":782,"Cost":508,"Date":"12/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":770,"Cost":508,"Date":"12/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":284,"Date":"8/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":632,"Date":"7/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":111,"Cost":76,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":333,"Cost":298,"Date":"1/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":909,"Cost":593,"Date":"12/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":943,"Cost":541,"Date":"12/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":724,"Cost":369,"Date":"8/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"HM","Country":"Australia","Sale":927,"Cost":844,"Date":"7/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":728,"Cost":451,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":336,"Cost":283,"Date":"1/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":518,"Date":"12/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":367,"Cost":237,"Date":"12/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":453,"Date":"8/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":55,"Cost":44,"Date":"7/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":457,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":339,"Date":"1/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":213,"Cost":172,"Date":"12/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":42,"Cost":30,"Date":"12/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":357,"Cost":314,"Date":"8/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":417,"Date":"7/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":59,"Cost":47,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":849,"Cost":487,"Date":"1/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":451,"Cost":315,"Date":"12/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":747,"Cost":519,"Date":"12/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":112,"Cost":92,"Date":"8/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"HM","Country":"Australia","Sale":39,"Cost":25,"Date":"7/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":582,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":800,"Cost":670,"Date":"1/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":432,"Date":"12/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":655,"Date":"12/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":608,"Date":"8/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":126,"Cost":68,"Date":"7/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":465,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":523,"Cost":448,"Date":"1/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":514,"Cost":485,"Date":"12/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":406,"Cost":316,"Date":"12/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":546,"Cost":331,"Date":"8/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Jeans","Country":"Australia","Sale":715,"Cost":585,"Date":"7/14/2024"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":645,"Cost":431,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":517,"Cost":294,"Date":"1/1/2020"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":216,"Cost":125,"Date":"12/27/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":54,"Cost":38,"Date":"12/31/2022"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":174,"Cost":111,"Date":"8/10/2023"},{"Store":"Emporium Melbourne","Brand":"COS","Country":"Australia","Sale":963,"Cost":676,"Date":"7/14/2024"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":797,"Cost":698,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":895,"Cost":834,"Date":"1/1/2020"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":593,"Cost":299,"Date":"12/27/2022"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":562,"Cost":382,"Date":"12/31/2022"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":860,"Cost":520,"Date":"8/10/2023"},{"Store":"Emporium Melbourne","Brand":"Nova","Country":"Australia","Sale":901,"Cost":765,"Date":"7/14/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":113,"Cost":88,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":864,"Date":"1/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":514,"Cost":319,"Date":"12/27/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":954,"Cost":702,"Date":"12/31/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":583,"Cost":406,"Date":"8/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":53,"Cost":46,"Date":"7/14/2024"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":89,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":733,"Cost":562,"Date":"1/1/2020"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":260,"Date":"12/27/2022"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":229,"Date":"12/31/2022"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":677,"Date":"8/10/2023"},{"Store":"Melbourne Central","Brand":"Jeans","Country":"Australia","Sale":533,"Cost":461,"Date":"7/14/2024"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":349,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":101,"Date":"1/1/2020"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":149,"Date":"12/27/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":401,"Date":"12/31/2022"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":605,"Date":"8/10/2023"},{"Store":"Melbourne Central","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":866,"Date":"7/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":148,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":21,"Date":"1/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":841,"Cost":689,"Date":"12/27/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":505,"Date":"12/31/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":135,"Cost":100,"Date":"8/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":168,"Cost":111,"Date":"7/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":164,"Cost":147,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":961,"Cost":517,"Date":"1/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":272,"Date":"12/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":839,"Cost":564,"Date":"12/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":55,"Cost":40,"Date":"8/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM Home","Country":"Australia","Sale":904,"Cost":571,"Date":"7/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":221,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":176,"Date":"1/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":562,"Date":"12/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":145,"Date":"12/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":582,"Date":"8/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":392,"Date":"7/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":319,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":52,"Date":"1/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":851,"Date":"12/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":342,"Date":"12/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":353,"Date":"8/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":43,"Date":"7/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":634,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":435,"Cost":312,"Date":"1/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":603,"Date":"12/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":79,"Date":"12/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":642,"Date":"8/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":609,"Cost":471,"Date":"7/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":378,"Cost":317,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":659,"Date":"1/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":560,"Date":"12/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":126,"Date":"12/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":625,"Date":"8/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":891,"Cost":478,"Date":"7/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":476,"Cost":259,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":272,"Date":"1/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":34,"Date":"12/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":243,"Date":"12/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":154,"Date":"8/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"HM Home","Country":"Australia","Sale":337,"Cost":223,"Date":"7/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":95,"Cost":85,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":41,"Cost":35,"Date":"1/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":512,"Cost":387,"Date":"12/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":535,"Cost":426,"Date":"12/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":655,"Cost":396,"Date":"8/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Nova","Country":"Australia","Sale":80,"Cost":42,"Date":"7/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":806,"Cost":687,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":962,"Cost":518,"Date":"1/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":733,"Cost":415,"Date":"12/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":22,"Date":"12/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":253,"Date":"8/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":608,"Cost":471,"Date":"7/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":158,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":230,"Date":"1/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":417,"Date":"12/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":738,"Cost":512,"Date":"12/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":165,"Cost":111,"Date":"8/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":635,"Date":"7/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":364,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":245,"Date":"1/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":184,"Date":"12/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":83,"Cost":53,"Date":"12/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":177,"Cost":129,"Date":"8/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":592,"Cost":483,"Date":"7/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":356,"Cost":308,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":611,"Cost":448,"Date":"1/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":364,"Cost":279,"Date":"12/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":590,"Cost":344,"Date":"12/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":676,"Cost":434,"Date":"8/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"Nova","Country":"Australia","Sale":524,"Cost":373,"Date":"7/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":187,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":153,"Date":"1/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":366,"Date":"12/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":398,"Date":"12/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":866,"Date":"8/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":236,"Date":"7/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":820,"Cost":482,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":712,"Cost":420,"Date":"1/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":336,"Cost":248,"Date":"12/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":785,"Cost":668,"Date":"12/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":894,"Cost":552,"Date":"8/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":128,"Cost":80,"Date":"7/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":666,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":267,"Date":"1/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":383,"Cost":230,"Date":"12/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":575,"Cost":413,"Date":"12/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":136,"Cost":110,"Date":"8/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":934,"Cost":826,"Date":"7/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":634,"Cost":331,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":709,"Cost":462,"Date":"1/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":28,"Cost":14,"Date":"12/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":236,"Cost":182,"Date":"12/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":988,"Cost":836,"Date":"8/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":880,"Cost":618,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":980,"Cost":664,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":273,"Cost":241,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":831,"Cost":740,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":696,"Cost":513,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":161,"Cost":99,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":475,"Cost":255,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":404,"Cost":225,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":852,"Cost":609,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":786,"Cost":420,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":303,"Cost":178,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":707,"Cost":515,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":386,"Cost":342,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":595,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":781,"Cost":420,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":164,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":883,"Cost":479,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":44,"Cost":42,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":630,"Cost":452,"Date":"7/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":267,"Cost":191,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":6,"Cost":4,"Date":"1/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":902,"Cost":682,"Date":"12/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":274,"Cost":254,"Date":"12/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":133,"Cost":69,"Date":"8/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":831,"Cost":543,"Date":"7/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":188,"Cost":109,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":663,"Cost":471,"Date":"1/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":265,"Cost":151,"Date":"12/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":294,"Cost":257,"Date":"12/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":735,"Cost":581,"Date":"8/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Nova","Country":"Australia","Sale":781,"Cost":397,"Date":"7/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":376,"Cost":288,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":976,"Cost":627,"Date":"1/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":956,"Cost":907,"Date":"12/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":895,"Cost":750,"Date":"12/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":497,"Cost":271,"Date":"8/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":932,"Cost":647,"Date":"7/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":665,"Cost":451,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":104,"Date":"1/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":153,"Cost":106,"Date":"12/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":246,"Date":"12/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":427,"Date":"8/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Jeans","Country":"Australia","Sale":995,"Cost":686,"Date":"7/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":235,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":145,"Date":"1/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":98,"Date":"12/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":797,"Date":"12/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":515,"Date":"8/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":783,"Date":"7/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":65,"Cost":40,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":929,"Cost":750,"Date":"1/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":683,"Cost":499,"Date":"12/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":822,"Cost":737,"Date":"12/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":847,"Cost":480,"Date":"8/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Nova","Country":"Australia","Sale":680,"Cost":468,"Date":"7/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":259,"Cost":192,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":307,"Date":"1/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":597,"Cost":559,"Date":"12/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":128,"Cost":104,"Date":"12/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":492,"Date":"8/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":405,"Cost":266,"Date":"7/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":181,"Cost":106,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":250,"Cost":232,"Date":"1/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":567,"Cost":500,"Date":"12/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":606,"Cost":318,"Date":"12/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":142,"Cost":111,"Date":"8/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Nova","Country":"Australia","Sale":393,"Cost":269,"Date":"7/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":142,"Cost":131,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":45,"Date":"1/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":949,"Cost":763,"Date":"12/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":584,"Cost":367,"Date":"12/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":58,"Cost":30,"Date":"8/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":947,"Cost":782,"Date":"7/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":353,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":299,"Date":"1/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":315,"Date":"12/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":362,"Cost":320,"Date":"12/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":707,"Date":"8/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":321,"Cost":173,"Date":"7/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":160,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":1,"Cost":1,"Date":"1/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":74,"Date":"12/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":364,"Date":"12/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":272,"Date":"8/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Jeans","Country":"Australia","Sale":241,"Cost":141,"Date":"7/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":417,"Cost":264,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":163,"Cost":125,"Date":"1/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":846,"Cost":692,"Date":"12/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":812,"Cost":438,"Date":"12/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":152,"Cost":115,"Date":"8/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":568,"Cost":330,"Date":"7/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":61,"Cost":43,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":136,"Cost":125,"Date":"1/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":875,"Cost":539,"Date":"12/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":651,"Cost":399,"Date":"12/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":147,"Cost":114,"Date":"8/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":963,"Cost":647,"Date":"7/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":593,"Cost":535,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":918,"Cost":767,"Date":"1/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":516,"Date":"12/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":929,"Cost":853,"Date":"12/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":252,"Date":"8/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":537,"Date":"7/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":609,"Cost":335,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":279,"Cost":243,"Date":"1/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":787,"Cost":507,"Date":"12/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":16,"Cost":8,"Date":"12/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":829,"Cost":614,"Date":"8/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":480,"Cost":273,"Date":"7/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":351,"Cost":322,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":379,"Date":"1/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":409,"Date":"12/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":504,"Cost":356,"Date":"12/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":655,"Date":"8/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":103,"Cost":64,"Date":"7/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":40,"Cost":36,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":244,"Cost":223,"Date":"1/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":678,"Date":"12/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":120,"Date":"12/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":525,"Date":"8/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":224,"Date":"7/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":396,"Cost":232,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":8,"Date":"1/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":540,"Date":"12/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":619,"Cost":416,"Date":"12/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":180,"Date":"8/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":26,"Date":"7/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":377,"Cost":308,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":680,"Cost":371,"Date":"1/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":912,"Cost":805,"Date":"12/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":556,"Cost":471,"Date":"12/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":98,"Cost":53,"Date":"8/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":822,"Cost":492,"Date":"7/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":397,"Cost":243,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":725,"Cost":579,"Date":"1/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":581,"Date":"12/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":168,"Date":"12/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":180,"Cost":171,"Date":"8/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":283,"Date":"7/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":712,"Cost":575,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":252,"Cost":184,"Date":"1/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":800,"Cost":539,"Date":"12/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":17,"Cost":10,"Date":"12/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":246,"Cost":137,"Date":"8/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"COS","Country":"Australia","Sale":316,"Cost":285,"Date":"7/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":84,"Cost":45,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":774,"Cost":653,"Date":"1/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":628,"Cost":413,"Date":"12/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":189,"Cost":158,"Date":"12/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":139,"Cost":89,"Date":"8/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"Nova","Country":"Australia","Sale":105,"Cost":77,"Date":"7/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":595,"Cost":337,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":502,"Cost":424,"Date":"1/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":91,"Cost":85,"Date":"12/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":296,"Cost":234,"Date":"12/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":555,"Cost":515,"Date":"8/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"COS","Country":"Australia","Sale":233,"Cost":210,"Date":"7/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":300,"Cost":232,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":828,"Cost":478,"Date":"1/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":7,"Date":"12/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":483,"Date":"12/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":461,"Date":"8/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":117,"Cost":90,"Date":"7/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":676,"Cost":410,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":246,"Cost":186,"Date":"1/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":162,"Cost":153,"Date":"12/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":233,"Date":"12/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":701,"Date":"8/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":109,"Cost":80,"Date":"7/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":658,"Cost":600,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":71,"Cost":53,"Date":"1/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":978,"Cost":848,"Date":"12/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":431,"Cost":389,"Date":"12/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":383,"Cost":215,"Date":"8/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM","Country":"Australia","Sale":372,"Cost":334,"Date":"7/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":800,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":298,"Cost":250,"Date":"1/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":223,"Cost":149,"Date":"12/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":564,"Cost":510,"Date":"12/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":638,"Cost":382,"Date":"8/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"HM Home","Country":"Australia","Sale":657,"Cost":511,"Date":"7/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":45,"Cost":36,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":202,"Cost":163,"Date":"1/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":886,"Cost":671,"Date":"12/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":180,"Date":"12/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":700,"Date":"8/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":466,"Date":"7/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":599,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":601,"Date":"1/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":700,"Cost":480,"Date":"12/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":574,"Cost":543,"Date":"12/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":872,"Cost":708,"Date":"8/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"ARKET","Country":"Australia","Sale":758,"Cost":561,"Date":"7/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":190,"Cost":98,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":974,"Cost":863,"Date":"1/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":847,"Cost":615,"Date":"12/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":469,"Cost":244,"Date":"12/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":55,"Cost":52,"Date":"8/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":303,"Cost":168,"Date":"7/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":77,"Cost":51,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":900,"Cost":774,"Date":"1/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":768,"Cost":406,"Date":"12/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":913,"Cost":537,"Date":"12/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":591,"Cost":336,"Date":"8/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":816,"Cost":643,"Date":"7/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":973,"Cost":825,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":284,"Cost":225,"Date":"1/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":773,"Cost":717,"Date":"12/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":838,"Cost":609,"Date":"12/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":245,"Cost":213,"Date":"8/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"HM","Country":"Australia","Sale":598,"Cost":347,"Date":"7/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":516,"Cost":375,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":917,"Cost":490,"Date":"1/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":767,"Cost":630,"Date":"12/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":496,"Cost":366,"Date":"12/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":98,"Cost":84,"Date":"8/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Nova","Country":"Australia","Sale":926,"Cost":516,"Date":"7/14/2024"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":780,"Cost":681,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":995,"Cost":796,"Date":"1/1/2020"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":443,"Cost":241,"Date":"12/27/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":973,"Cost":863,"Date":"12/31/2022"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":294,"Cost":244,"Date":"8/10/2023"},{"Store":"Canberra Centre","Brand":"COS","Country":"Australia","Sale":352,"Cost":237,"Date":"7/14/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":748,"Cost":534,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":272,"Date":"1/1/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":77,"Date":"12/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":573,"Cost":312,"Date":"12/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":433,"Cost":254,"Date":"8/10/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":326,"Date":"7/14/2024"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":465,"Cost":286,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":954,"Cost":527,"Date":"1/1/2020"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":669,"Cost":523,"Date":"12/27/2022"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":648,"Cost":392,"Date":"12/31/2022"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":150,"Date":"8/10/2023"},{"Store":"Canberra Centre","Brand":"ARKET","Country":"Australia","Sale":851,"Cost":518,"Date":"7/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":109,"Cost":98,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":672,"Cost":416,"Date":"1/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":369,"Cost":288,"Date":"12/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":229,"Cost":197,"Date":"12/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":263,"Cost":223,"Date":"8/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Nova","Country":"Australia","Sale":641,"Cost":346,"Date":"7/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":448,"Cost":410,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":450,"Date":"1/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":534,"Date":"12/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":473,"Cost":253,"Date":"12/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":774,"Cost":491,"Date":"8/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":557,"Date":"7/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":45,"Cost":37,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":929,"Cost":711,"Date":"1/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":33,"Cost":30,"Date":"12/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":36,"Cost":21,"Date":"12/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":330,"Cost":167,"Date":"8/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"COS","Country":"Australia","Sale":812,"Cost":588,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":984,"Cost":787,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":186,"Cost":133,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":37,"Cost":29,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":686,"Cost":359,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":818,"Cost":686,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":915,"Cost":516,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":112,"Cost":87,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":228,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":185,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":433,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":727,"Cost":660,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":376,"Cost":245,"Date":"7/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":767,"Cost":521,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":637,"Cost":425,"Date":"1/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":871,"Cost":670,"Date":"12/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":38,"Date":"12/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":485,"Date":"8/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Sellpy","Country":"Australia","Sale":542,"Cost":489,"Date":"7/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":607,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":136,"Cost":72,"Date":"1/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":228,"Cost":216,"Date":"12/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":783,"Cost":635,"Date":"12/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":269,"Cost":145,"Date":"8/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":242,"Date":"7/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":301,"Cost":202,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":106,"Cost":55,"Date":"1/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":849,"Cost":573,"Date":"12/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":531,"Cost":341,"Date":"12/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":687,"Cost":373,"Date":"8/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"COS","Country":"Australia","Sale":896,"Cost":538,"Date":"7/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":516,"Cost":458,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":576,"Date":"1/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":486,"Date":"12/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":613,"Cost":512,"Date":"12/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":168,"Cost":133,"Date":"8/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":680,"Date":"7/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":844,"Cost":637,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":692,"Cost":517,"Date":"1/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":126,"Cost":96,"Date":"12/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":530,"Cost":380,"Date":"12/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":240,"Cost":135,"Date":"8/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":400,"Cost":347,"Date":"7/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":667,"Cost":616,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":393,"Date":"1/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":626,"Cost":379,"Date":"12/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":480,"Date":"12/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":377,"Date":"8/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":178,"Date":"7/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":391,"Cost":295,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":488,"Date":"1/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":44,"Cost":34,"Date":"12/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":156,"Date":"12/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":171,"Date":"8/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":930,"Cost":817,"Date":"7/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":141,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":54,"Date":"1/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":797,"Cost":546,"Date":"12/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":54,"Date":"12/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":892,"Cost":773,"Date":"8/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":630,"Cost":406,"Date":"7/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":545,"Cost":436,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":846,"Cost":470,"Date":"1/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":475,"Date":"12/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":2,"Cost":2,"Date":"12/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":403,"Date":"8/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":424,"Date":"7/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":563,"Cost":436,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":173,"Cost":119,"Date":"1/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":585,"Cost":410,"Date":"12/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":544,"Cost":306,"Date":"12/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":869,"Cost":677,"Date":"8/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Nova","Country":"Australia","Sale":839,"Cost":751,"Date":"7/14/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":466,"Cost":396,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":948,"Cost":689,"Date":"1/1/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":331,"Cost":272,"Date":"12/27/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":69,"Cost":41,"Date":"12/31/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":573,"Cost":364,"Date":"8/10/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":340,"Cost":186,"Date":"7/14/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":633,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":99,"Date":"1/1/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":544,"Cost":313,"Date":"12/27/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":42,"Date":"12/31/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":345,"Cost":181,"Date":"8/10/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":89,"Cost":58,"Date":"7/14/2024"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":637,"Cost":507,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":349,"Cost":283,"Date":"1/1/2020"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":761,"Cost":682,"Date":"12/27/2022"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":498,"Cost":255,"Date":"12/31/2022"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":14,"Cost":11,"Date":"8/10/2023"},{"Store":"Cairns Central","Brand":"HM","Country":"Australia","Sale":570,"Cost":408,"Date":"7/14/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":260,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":520,"Date":"1/1/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":418,"Date":"12/27/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":509,"Cost":450,"Date":"12/31/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":441,"Date":"8/10/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":366,"Cost":336,"Date":"7/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":37,"Cost":33,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":669,"Cost":379,"Date":"1/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":179,"Cost":95,"Date":"12/27/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":846,"Cost":553,"Date":"12/31/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":366,"Cost":183,"Date":"8/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":174,"Cost":114,"Date":"7/14/2024"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":480,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":454,"Cost":267,"Date":"1/1/2020"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":707,"Cost":671,"Date":"12/27/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":553,"Date":"12/31/2022"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":595,"Cost":551,"Date":"8/10/2023"},{"Store":"Stockland Cairns","Brand":"Jeans","Country":"Australia","Sale":744,"Cost":694,"Date":"7/14/2024"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":87,"Cost":75,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":135,"Cost":115,"Date":"1/1/2020"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":523,"Cost":314,"Date":"12/27/2022"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":391,"Cost":324,"Date":"12/31/2022"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":398,"Cost":280,"Date":"8/10/2023"},{"Store":"Westfield Wollongong","Brand":"COS","Country":"Australia","Sale":188,"Cost":157,"Date":"7/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":151,"Cost":89,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":876,"Cost":786,"Date":"1/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":677,"Cost":563,"Date":"12/27/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":36,"Cost":31,"Date":"12/31/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":291,"Cost":234,"Date":"8/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":76,"Cost":46,"Date":"7/14/2024"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":749,"Cost":523,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":944,"Cost":638,"Date":"1/1/2020"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":731,"Cost":413,"Date":"12/27/2022"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":554,"Date":"12/31/2022"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":238,"Cost":221,"Date":"8/10/2023"},{"Store":"Westfield Wollongong","Brand":"ARKET","Country":"Australia","Sale":364,"Cost":200,"Date":"7/14/2024"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":484,"Cost":321,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":25,"Date":"1/1/2020"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":468,"Date":"12/27/2022"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":277,"Cost":251,"Date":"12/31/2022"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":788,"Cost":435,"Date":"8/10/2023"},{"Store":"Westfield Geelong","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":132,"Date":"7/14/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":496,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":136,"Date":"1/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":388,"Cost":312,"Date":"12/27/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":274,"Cost":189,"Date":"12/31/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":776,"Date":"8/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":709,"Cost":483,"Date":"7/14/2024"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":374,"Cost":218,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":627,"Date":"1/1/2020"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":286,"Date":"12/27/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":258,"Date":"12/31/2022"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":174,"Cost":116,"Date":"8/10/2023"},{"Store":"Westfield Geelong","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":520,"Date":"7/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":896,"Cost":570,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":163,"Cost":87,"Date":"1/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":530,"Cost":358,"Date":"12/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":895,"Cost":553,"Date":"12/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":454,"Date":"8/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":377,"Date":"7/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":475,"Cost":246,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":248,"Cost":126,"Date":"1/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":878,"Cost":603,"Date":"12/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":771,"Cost":433,"Date":"12/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":409,"Cost":282,"Date":"8/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":232,"Cost":132,"Date":"7/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":724,"Cost":568,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":143,"Cost":84,"Date":"1/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":117,"Cost":86,"Date":"12/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":502,"Cost":305,"Date":"12/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":220,"Cost":209,"Date":"8/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM","Country":"Australia","Sale":927,"Cost":633,"Date":"7/14/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":43,"Cost":23,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":899,"Cost":840,"Date":"1/1/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":53,"Cost":47,"Date":"12/27/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":434,"Cost":369,"Date":"12/31/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":414,"Cost":379,"Date":"8/10/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":164,"Date":"7/14/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":904,"Cost":802,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":809,"Cost":747,"Date":"1/1/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":324,"Cost":200,"Date":"12/27/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":199,"Cost":155,"Date":"12/31/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":869,"Cost":699,"Date":"8/10/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":827,"Cost":456,"Date":"7/14/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":790,"Cost":637,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":764,"Cost":520,"Date":"1/1/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":963,"Cost":559,"Date":"12/27/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":240,"Cost":133,"Date":"12/31/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":167,"Cost":117,"Date":"8/10/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":522,"Cost":451,"Date":"7/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":101,"Cost":62,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":476,"Cost":323,"Date":"1/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":327,"Cost":209,"Date":"12/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":196,"Cost":122,"Date":"12/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":569,"Cost":384,"Date":"8/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM","Country":"Belgium","Sale":942,"Cost":549,"Date":"7/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":301,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":966,"Cost":576,"Date":"1/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":47,"Date":"12/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":58,"Cost":32,"Date":"12/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":245,"Cost":147,"Date":"8/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"HM Home","Country":"Belgium","Sale":122,"Cost":91,"Date":"7/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":430,"Cost":402,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":646,"Date":"1/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":570,"Date":"12/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":402,"Date":"12/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":154,"Date":"8/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":541,"Date":"7/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":841,"Cost":446,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":355,"Cost":218,"Date":"1/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":256,"Cost":237,"Date":"12/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":221,"Cost":195,"Date":"12/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":706,"Cost":588,"Date":"8/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"ARKET","Country":"Belgium","Sale":945,"Cost":631,"Date":"7/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":552,"Cost":336,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":354,"Cost":194,"Date":"1/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":762,"Cost":443,"Date":"12/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":738,"Cost":626,"Date":"12/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":195,"Cost":118,"Date":"8/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":444,"Date":"7/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":701,"Cost":411,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":192,"Cost":112,"Date":"1/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":123,"Cost":112,"Date":"12/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":602,"Cost":482,"Date":"12/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":652,"Cost":399,"Date":"8/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":654,"Cost":592,"Date":"7/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":385,"Cost":284,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":418,"Cost":391,"Date":"1/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":413,"Cost":286,"Date":"12/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":154,"Cost":121,"Date":"12/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":320,"Cost":280,"Date":"8/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":20,"Date":"7/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":918,"Cost":748,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":574,"Cost":339,"Date":"1/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":267,"Cost":195,"Date":"12/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":939,"Cost":539,"Date":"12/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":111,"Cost":105,"Date":"8/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"COS","Country":"Belgium","Sale":840,"Cost":626,"Date":"7/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":206,"Cost":179,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":832,"Cost":542,"Date":"1/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":688,"Cost":377,"Date":"12/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":611,"Cost":481,"Date":"12/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":143,"Cost":124,"Date":"8/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":148,"Cost":105,"Date":"7/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":547,"Cost":341,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":669,"Cost":406,"Date":"1/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":23,"Cost":19,"Date":"12/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":509,"Cost":255,"Date":"12/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":730,"Cost":394,"Date":"8/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":220,"Cost":161,"Date":"7/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":647,"Cost":373,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":248,"Cost":235,"Date":"1/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":655,"Cost":378,"Date":"12/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":829,"Cost":474,"Date":"12/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":422,"Cost":306,"Date":"8/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Nova","Country":"Belgium","Sale":103,"Cost":52,"Date":"7/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":514,"Cost":326,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":157,"Cost":143,"Date":"1/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":847,"Cost":552,"Date":"12/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":815,"Cost":418,"Date":"12/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":655,"Cost":373,"Date":"8/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":394,"Cost":235,"Date":"7/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":842,"Cost":439,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":711,"Date":"1/1/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":334,"Cost":184,"Date":"12/27/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":479,"Cost":293,"Date":"12/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":240,"Cost":137,"Date":"8/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":30,"Cost":22,"Date":"7/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":91,"Cost":71,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":997,"Cost":771,"Date":"1/1/2020"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":746,"Cost":451,"Date":"12/27/2022"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":897,"Cost":642,"Date":"12/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":536,"Cost":470,"Date":"8/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":255,"Cost":144,"Date":"7/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":282,"Cost":216,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":984,"Cost":576,"Date":"1/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":378,"Cost":356,"Date":"12/27/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":214,"Date":"12/31/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":621,"Cost":456,"Date":"8/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":688,"Cost":497,"Date":"7/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":306,"Cost":246,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":600,"Cost":411,"Date":"1/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":799,"Cost":421,"Date":"12/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":343,"Cost":235,"Date":"12/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":982,"Cost":611,"Date":"8/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"COS","Country":"Belgium","Sale":372,"Cost":218,"Date":"7/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":392,"Cost":263,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":767,"Cost":709,"Date":"1/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":791,"Cost":695,"Date":"12/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":487,"Cost":288,"Date":"12/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":435,"Cost":265,"Date":"8/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"HM","Country":"Belgium","Sale":919,"Cost":635,"Date":"7/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":360,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":812,"Cost":437,"Date":"1/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":28,"Date":"12/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":662,"Cost":512,"Date":"12/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":85,"Cost":57,"Date":"8/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":409,"Cost":271,"Date":"7/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":845,"Cost":430,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":56,"Cost":34,"Date":"1/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":116,"Date":"12/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":382,"Cost":315,"Date":"12/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":977,"Cost":822,"Date":"8/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":952,"Cost":522,"Date":"7/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":109,"Cost":73,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":548,"Cost":287,"Date":"1/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":596,"Cost":341,"Date":"12/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":137,"Cost":128,"Date":"12/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":361,"Cost":293,"Date":"8/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":126,"Cost":70,"Date":"7/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":203,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":168,"Cost":85,"Date":"1/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":91,"Cost":67,"Date":"12/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":410,"Cost":231,"Date":"12/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":61,"Date":"8/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":617,"Date":"7/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":189,"Cost":125,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":689,"Cost":549,"Date":"1/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":408,"Date":"12/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":655,"Cost":395,"Date":"12/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":287,"Cost":238,"Date":"8/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":333,"Cost":287,"Date":"7/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":790,"Cost":479,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":524,"Cost":485,"Date":"1/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":209,"Cost":135,"Date":"12/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":6,"Cost":5,"Date":"12/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":699,"Cost":549,"Date":"8/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":737,"Cost":556,"Date":"7/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":445,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":673,"Cost":473,"Date":"1/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":25,"Date":"12/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":130,"Cost":65,"Date":"12/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":27,"Date":"8/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":504,"Date":"7/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":21,"Cost":18,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":933,"Cost":599,"Date":"1/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":278,"Date":"12/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":157,"Date":"12/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":172,"Cost":136,"Date":"8/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":63,"Date":"7/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":387,"Cost":281,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":904,"Cost":464,"Date":"1/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":435,"Cost":320,"Date":"12/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":358,"Cost":249,"Date":"12/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":353,"Cost":320,"Date":"8/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":412,"Cost":222,"Date":"7/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":67,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":84,"Cost":63,"Date":"1/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":640,"Cost":542,"Date":"12/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":357,"Cost":238,"Date":"12/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":966,"Cost":652,"Date":"8/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":463,"Cost":283,"Date":"7/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":759,"Cost":578,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":802,"Cost":662,"Date":"1/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":459,"Cost":391,"Date":"12/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":277,"Cost":229,"Date":"12/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":437,"Cost":365,"Date":"8/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"Nova","Country":"Belgium","Sale":79,"Cost":46,"Date":"7/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":298,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":352,"Cost":190,"Date":"1/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":905,"Cost":775,"Date":"12/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":599,"Cost":336,"Date":"12/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":455,"Date":"8/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":850,"Cost":597,"Date":"7/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":914,"Cost":648,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":543,"Cost":303,"Date":"1/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":820,"Cost":423,"Date":"12/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":845,"Cost":429,"Date":"12/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":947,"Cost":847,"Date":"8/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":987,"Cost":886,"Date":"7/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":661,"Cost":579,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":309,"Cost":208,"Date":"1/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":758,"Cost":686,"Date":"12/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":120,"Cost":63,"Date":"12/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":182,"Cost":144,"Date":"8/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":278,"Date":"7/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":497,"Cost":456,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":221,"Date":"1/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":198,"Cost":135,"Date":"12/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":708,"Cost":439,"Date":"12/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":163,"Cost":143,"Date":"8/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":217,"Date":"7/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":796,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":395,"Cost":355,"Date":"1/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":781,"Cost":692,"Date":"12/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":576,"Date":"12/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":342,"Cost":217,"Date":"8/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"Nova","Country":"Belgium","Sale":240,"Cost":160,"Date":"7/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":588,"Cost":457,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":766,"Cost":436,"Date":"1/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":498,"Cost":466,"Date":"12/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":530,"Date":"12/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":436,"Cost":295,"Date":"8/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM Home","Country":"Belgium","Sale":997,"Cost":809,"Date":"7/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":287,"Cost":239,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":967,"Cost":596,"Date":"1/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":717,"Cost":534,"Date":"12/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":821,"Cost":758,"Date":"12/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":782,"Cost":413,"Date":"8/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"ARKET","Country":"Belgium","Sale":672,"Cost":516,"Date":"7/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":115,"Cost":62,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":189,"Cost":179,"Date":"1/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":896,"Cost":489,"Date":"12/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":514,"Cost":267,"Date":"12/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":179,"Date":"8/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":718,"Date":"7/14/2024"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":674,"Cost":398,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":208,"Cost":137,"Date":"1/1/2020"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":478,"Cost":379,"Date":"12/27/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":136,"Cost":98,"Date":"12/31/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":990,"Cost":860,"Date":"8/10/2023"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":10,"Cost":9,"Date":"7/14/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":717,"Cost":372,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":715,"Cost":656,"Date":"1/1/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":358,"Date":"12/27/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":883,"Cost":475,"Date":"12/31/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":610,"Cost":428,"Date":"8/10/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":814,"Cost":420,"Date":"7/14/2024"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":3,"Cost":1,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":136,"Cost":102,"Date":"1/1/2020"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":54,"Cost":33,"Date":"12/27/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":379,"Cost":341,"Date":"12/31/2022"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":830,"Cost":691,"Date":"8/10/2023"},{"Store":"Méga Liège","Brand":"COS","Country":"Belgium","Sale":67,"Cost":56,"Date":"7/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":903,"Cost":704,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":266,"Cost":157,"Date":"1/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":803,"Cost":753,"Date":"12/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":683,"Cost":491,"Date":"12/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":107,"Cost":81,"Date":"8/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":885,"Cost":777,"Date":"7/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":340,"Cost":229,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":76,"Cost":67,"Date":"1/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":634,"Cost":583,"Date":"12/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":421,"Cost":358,"Date":"12/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":264,"Cost":239,"Date":"8/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":62,"Date":"7/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":542,"Cost":443,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":152,"Cost":116,"Date":"1/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":209,"Cost":185,"Date":"12/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":703,"Cost":402,"Date":"12/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":291,"Cost":256,"Date":"8/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":690,"Cost":539,"Date":"7/14/2024"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":647,"Cost":398,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":314,"Cost":188,"Date":"1/1/2020"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":276,"Date":"12/27/2022"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":483,"Cost":305,"Date":"12/31/2022"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":557,"Cost":480,"Date":"8/10/2023"},{"Store":"City Mall, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":448,"Cost":405,"Date":"7/14/2024"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":180,"Cost":156,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":321,"Cost":171,"Date":"1/1/2020"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":749,"Date":"12/27/2022"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":361,"Cost":326,"Date":"12/31/2022"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":658,"Cost":340,"Date":"8/10/2023"},{"Store":"City Mall, Charleroi","Brand":"ARKET","Country":"Belgium","Sale":51,"Cost":33,"Date":"7/14/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":564,"Cost":302,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":843,"Cost":678,"Date":"1/1/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":142,"Cost":79,"Date":"12/27/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":923,"Cost":680,"Date":"12/31/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":761,"Cost":522,"Date":"8/10/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":86,"Cost":44,"Date":"7/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":95,"Cost":68,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":409,"Cost":366,"Date":"1/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":952,"Cost":575,"Date":"12/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":210,"Cost":150,"Date":"12/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":984,"Cost":737,"Date":"8/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Nova","Country":"Belgium","Sale":211,"Cost":132,"Date":"7/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":340,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":640,"Date":"1/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":638,"Date":"12/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":340,"Cost":211,"Date":"12/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":931,"Cost":524,"Date":"8/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"HM Home","Country":"Belgium","Sale":606,"Cost":511,"Date":"7/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":75,"Cost":58,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":419,"Cost":231,"Date":"1/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":311,"Cost":244,"Date":"12/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":314,"Date":"12/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":791,"Cost":702,"Date":"8/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Sellpy","Country":"Belgium","Sale":901,"Cost":509,"Date":"7/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":595,"Cost":535,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":705,"Cost":366,"Date":"1/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":816,"Cost":527,"Date":"12/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":609,"Cost":354,"Date":"12/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":128,"Cost":122,"Date":"8/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"ARKET","Country":"Belgium","Sale":481,"Cost":453,"Date":"7/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":687,"Cost":488,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":517,"Date":"1/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":708,"Cost":668,"Date":"12/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":382,"Date":"12/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":735,"Cost":448,"Date":"8/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Nova","Country":"Belgium","Sale":100,"Cost":92,"Date":"7/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":820,"Cost":447,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":913,"Cost":535,"Date":"1/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":168,"Cost":121,"Date":"12/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":762,"Cost":595,"Date":"12/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":107,"Cost":57,"Date":"8/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM","Country":"Belgium","Sale":435,"Cost":219,"Date":"7/14/2024"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":354,"Cost":186,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":94,"Cost":51,"Date":"1/1/2020"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":686,"Cost":459,"Date":"12/27/2022"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":560,"Cost":281,"Date":"12/31/2022"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":783,"Cost":542,"Date":"8/10/2023"},{"Store":"Leuven Shopping Center","Brand":"COS","Country":"Belgium","Sale":899,"Cost":835,"Date":"7/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":437,"Cost":268,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":217,"Date":"1/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":298,"Cost":264,"Date":"12/27/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":723,"Cost":436,"Date":"12/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":104,"Cost":64,"Date":"8/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":219,"Cost":146,"Date":"7/14/2024"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":465,"Cost":294,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":838,"Cost":437,"Date":"1/1/2020"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":412,"Cost":382,"Date":"12/27/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":548,"Cost":450,"Date":"12/31/2022"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":258,"Cost":222,"Date":"8/10/2023"},{"Store":"Leuven Shopping Center","Brand":"ARKET","Country":"Belgium","Sale":649,"Cost":548,"Date":"7/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":492,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":99,"Cost":55,"Date":"1/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":619,"Cost":555,"Date":"12/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":383,"Cost":307,"Date":"12/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":319,"Cost":289,"Date":"8/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":249,"Cost":232,"Date":"7/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":502,"Cost":370,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":526,"Cost":306,"Date":"1/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":213,"Cost":129,"Date":"12/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":422,"Cost":236,"Date":"12/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":991,"Cost":531,"Date":"8/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Nova","Country":"Belgium","Sale":384,"Cost":305,"Date":"7/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":348,"Cost":259,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":749,"Cost":653,"Date":"1/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":640,"Date":"12/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":852,"Cost":793,"Date":"12/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":679,"Cost":466,"Date":"8/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":548,"Date":"7/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":69,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":522,"Date":"1/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":270,"Cost":230,"Date":"12/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":954,"Cost":807,"Date":"12/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":204,"Cost":149,"Date":"8/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":479,"Date":"7/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":84,"Cost":70,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":233,"Cost":165,"Date":"1/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":87,"Cost":59,"Date":"12/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":776,"Cost":465,"Date":"12/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":692,"Cost":600,"Date":"8/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":400,"Date":"7/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":537,"Cost":364,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":149,"Date":"1/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":79,"Cost":41,"Date":"12/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":315,"Cost":283,"Date":"12/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":120,"Cost":77,"Date":"8/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Sellpy","Country":"Belgium","Sale":62,"Cost":38,"Date":"7/14/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":368,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":34,"Cost":18,"Date":"1/1/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":274,"Cost":174,"Date":"12/27/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":263,"Date":"12/31/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":367,"Cost":203,"Date":"8/10/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":32,"Cost":19,"Date":"7/14/2024"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":548,"Cost":323,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":553,"Cost":460,"Date":"1/1/2020"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":334,"Cost":310,"Date":"12/27/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":682,"Cost":595,"Date":"12/31/2022"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":423,"Date":"8/10/2023"},{"Store":"Shopping Namur","Brand":"Sellpy","Country":"Belgium","Sale":44,"Cost":35,"Date":"7/14/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":725,"Cost":569,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":282,"Cost":178,"Date":"1/1/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":640,"Date":"12/27/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":523,"Cost":456,"Date":"12/31/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":541,"Cost":456,"Date":"8/10/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":576,"Date":"7/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":669,"Cost":404,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":530,"Cost":265,"Date":"1/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":241,"Cost":180,"Date":"12/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":131,"Cost":97,"Date":"12/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":988,"Cost":859,"Date":"8/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"COS","Country":"Belgium","Sale":266,"Cost":145,"Date":"7/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":917,"Cost":597,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":284,"Cost":226,"Date":"1/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":516,"Date":"12/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":293,"Date":"12/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":528,"Date":"8/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Jeans","Country":"Belgium","Sale":857,"Cost":535,"Date":"7/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":774,"Cost":494,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":92,"Cost":62,"Date":"1/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":905,"Cost":751,"Date":"12/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":238,"Cost":220,"Date":"12/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":255,"Cost":154,"Date":"8/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"HM","Country":"Belgium","Sale":637,"Cost":424,"Date":"7/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":560,"Cost":358,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":656,"Date":"1/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":22,"Cost":21,"Date":"12/27/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":470,"Cost":241,"Date":"12/31/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":589,"Date":"8/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":321,"Cost":230,"Date":"7/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":516,"Cost":381,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":207,"Cost":143,"Date":"1/1/2020"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":175,"Cost":137,"Date":"12/27/2022"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":148,"Cost":137,"Date":"12/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":461,"Cost":246,"Date":"8/10/2023"},{"Store":"Eupen Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":312,"Date":"7/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":68,"Cost":55,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":772,"Cost":461,"Date":"1/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":838,"Cost":487,"Date":"12/27/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":385,"Cost":274,"Date":"12/31/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":568,"Cost":356,"Date":"8/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":733,"Cost":448,"Date":"7/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":47,"Cost":27,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":220,"Cost":171,"Date":"1/1/2020"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":936,"Cost":629,"Date":"12/27/2022"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":353,"Cost":300,"Date":"12/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":960,"Cost":865,"Date":"8/10/2023"},{"Store":"Kortrijk Shopping","Brand":"Sellpy","Country":"Belgium","Sale":466,"Cost":327,"Date":"7/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":183,"Cost":149,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":256,"Cost":179,"Date":"1/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":972,"Cost":801,"Date":"12/27/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":29,"Cost":20,"Date":"12/31/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":731,"Cost":676,"Date":"8/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":123,"Cost":106,"Date":"7/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":280,"Cost":185,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":677,"Cost":572,"Date":"1/1/2020"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":348,"Cost":261,"Date":"12/27/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":914,"Cost":719,"Date":"12/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":474,"Cost":387,"Date":"8/10/2023"},{"Store":"Kortrijk Shopping","Brand":"Nova","Country":"Belgium","Sale":48,"Cost":37,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":69,"Cost":64,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":212,"Cost":140,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":519,"Cost":492,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":413,"Cost":388,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":272,"Cost":182,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"HM","Country":"Brazil","Sale":996,"Cost":894,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":669,"Cost":560,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":210,"Cost":200,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":513,"Cost":318,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":998,"Cost":680,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":676,"Cost":628,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":870,"Cost":708,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":576,"Cost":294,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":456,"Cost":243,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":18,"Cost":10,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":688,"Cost":440,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":529,"Cost":267,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi São Paulo","Brand":"COS","Country":"Brazil","Sale":37,"Cost":34,"Date":"7/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":244,"Cost":175,"Date":"11/23/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":219,"Cost":116,"Date":"1/1/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":286,"Cost":266,"Date":"12/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":869,"Cost":822,"Date":"12/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":464,"Cost":337,"Date":"8/10/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":430,"Cost":385,"Date":"7/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":877,"Cost":755,"Date":"11/23/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":249,"Cost":170,"Date":"1/1/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":569,"Cost":356,"Date":"12/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":603,"Cost":309,"Date":"12/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":210,"Cost":138,"Date":"8/10/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":165,"Cost":109,"Date":"7/14/2024"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":965,"Cost":511,"Date":"11/23/2018"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":494,"Cost":462,"Date":"1/1/2020"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":74,"Cost":54,"Date":"12/27/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":919,"Cost":766,"Date":"12/31/2022"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":212,"Cost":160,"Date":"8/10/2023"},{"Store":"Shopping Morumbi, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":938,"Cost":609,"Date":"7/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":553,"Cost":323,"Date":"11/23/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":49,"Cost":46,"Date":"1/1/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":442,"Cost":261,"Date":"12/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":592,"Cost":387,"Date":"12/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":50,"Cost":36,"Date":"8/10/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":636,"Cost":592,"Date":"7/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":660,"Cost":425,"Date":"11/23/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":779,"Cost":406,"Date":"1/1/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":791,"Cost":640,"Date":"12/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":566,"Cost":446,"Date":"12/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":112,"Cost":83,"Date":"8/10/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":575,"Cost":520,"Date":"7/14/2024"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":567,"Cost":475,"Date":"11/23/2018"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":547,"Cost":433,"Date":"1/1/2020"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":895,"Cost":846,"Date":"12/27/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":23,"Cost":17,"Date":"12/31/2022"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":224,"Cost":119,"Date":"8/10/2023"},{"Store":"Shopping Eldorado, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":588,"Cost":374,"Date":"7/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":681,"Cost":481,"Date":"11/23/2018"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":687,"Cost":649,"Date":"1/1/2020"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":931,"Cost":492,"Date":"12/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":49,"Cost":29,"Date":"12/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":436,"Cost":373,"Date":"8/10/2023"},{"Store":"West Shopping, São Paulo","Brand":"HM","Country":"Brazil","Sale":41,"Cost":38,"Date":"7/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":311,"Cost":165,"Date":"11/23/2018"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":981,"Cost":629,"Date":"1/1/2020"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":137,"Cost":112,"Date":"12/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":425,"Cost":354,"Date":"12/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":245,"Cost":192,"Date":"8/10/2023"},{"Store":"West Shopping, São Paulo","Brand":"Jeans","Country":"Brazil","Sale":130,"Cost":98,"Date":"7/14/2024"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":121,"Cost":84,"Date":"11/23/2018"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":733,"Cost":378,"Date":"1/1/2020"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":431,"Cost":223,"Date":"12/27/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":861,"Cost":655,"Date":"12/31/2022"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":860,"Cost":512,"Date":"8/10/2023"},{"Store":"West Shopping, São Paulo","Brand":"ARKET","Country":"Brazil","Sale":511,"Cost":264,"Date":"7/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":746,"Cost":411,"Date":"11/23/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":253,"Cost":173,"Date":"1/1/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":31,"Cost":25,"Date":"12/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":709,"Cost":511,"Date":"12/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":705,"Cost":631,"Date":"8/10/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"HM Home","Country":"Brazil","Sale":465,"Cost":281,"Date":"7/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":499,"Cost":258,"Date":"11/23/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":687,"Date":"1/1/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":229,"Cost":149,"Date":"12/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":298,"Cost":238,"Date":"12/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":928,"Cost":835,"Date":"8/10/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":649,"Cost":409,"Date":"7/14/2024"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":972,"Cost":504,"Date":"11/23/2018"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":456,"Cost":367,"Date":"1/1/2020"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":499,"Cost":365,"Date":"12/27/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":835,"Cost":565,"Date":"12/31/2022"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":871,"Cost":771,"Date":"8/10/2023"},{"Store":"Shopping Vila Lobos, São Paulo","Brand":"Sellpy","Country":"Brazil","Sale":926,"Cost":654,"Date":"7/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":166,"Cost":158,"Date":"11/23/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":385,"Cost":196,"Date":"1/1/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":479,"Cost":403,"Date":"12/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":35,"Date":"12/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":363,"Cost":207,"Date":"8/10/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM Home","Country":"Brazil","Sale":414,"Cost":344,"Date":"7/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":905,"Cost":691,"Date":"11/23/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":982,"Cost":523,"Date":"1/1/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":671,"Cost":513,"Date":"12/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":156,"Cost":90,"Date":"12/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":323,"Cost":248,"Date":"8/10/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"Jeans","Country":"Brazil","Sale":608,"Cost":529,"Date":"7/14/2024"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":166,"Cost":131,"Date":"11/23/2018"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":45,"Cost":34,"Date":"1/1/2020"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":516,"Cost":477,"Date":"12/27/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":192,"Cost":121,"Date":"12/31/2022"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":316,"Cost":163,"Date":"8/10/2023"},{"Store":"Shopping Cidade São Paulo","Brand":"HM","Country":"Brazil","Sale":288,"Cost":221,"Date":"7/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":144,"Date":"11/23/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":134,"Cost":73,"Date":"1/1/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":10,"Cost":6,"Date":"12/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":468,"Cost":417,"Date":"12/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":442,"Cost":310,"Date":"8/10/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":111,"Cost":60,"Date":"7/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":689,"Cost":460,"Date":"11/23/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":226,"Cost":185,"Date":"1/1/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":35,"Cost":31,"Date":"12/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":757,"Cost":503,"Date":"12/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":862,"Cost":635,"Date":"8/10/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":474,"Cost":416,"Date":"7/14/2024"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":521,"Cost":473,"Date":"11/23/2018"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":624,"Cost":493,"Date":"1/1/2020"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":69,"Cost":54,"Date":"12/27/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":976,"Cost":510,"Date":"12/31/2022"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":85,"Date":"8/10/2023"},{"Store":"Shopping Rio Sul, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":306,"Cost":168,"Date":"7/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":172,"Cost":130,"Date":"11/23/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":952,"Cost":575,"Date":"1/1/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":192,"Cost":106,"Date":"12/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":296,"Cost":161,"Date":"12/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":366,"Cost":222,"Date":"8/10/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":267,"Cost":156,"Date":"7/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":722,"Cost":686,"Date":"11/23/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":58,"Cost":44,"Date":"1/1/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":779,"Cost":677,"Date":"12/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":532,"Cost":421,"Date":"12/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":601,"Cost":515,"Date":"8/10/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":396,"Cost":308,"Date":"7/14/2024"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":224,"Cost":125,"Date":"11/23/2018"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":306,"Cost":257,"Date":"1/1/2020"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":926,"Cost":599,"Date":"12/27/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":744,"Cost":696,"Date":"12/31/2022"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":291,"Cost":148,"Date":"8/10/2023"},{"Store":"BarraShopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":9,"Cost":6,"Date":"7/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":732,"Cost":376,"Date":"11/23/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":432,"Cost":361,"Date":"1/1/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":314,"Cost":232,"Date":"12/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":257,"Cost":142,"Date":"12/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":152,"Cost":117,"Date":"8/10/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":525,"Cost":484,"Date":"7/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":108,"Cost":60,"Date":"11/23/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":457,"Cost":425,"Date":"1/1/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":833,"Cost":774,"Date":"12/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":171,"Cost":143,"Date":"12/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":905,"Cost":536,"Date":"8/10/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"Sellpy","Country":"Brazil","Sale":174,"Cost":160,"Date":"7/14/2024"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":125,"Cost":92,"Date":"11/23/2018"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":297,"Cost":230,"Date":"1/1/2020"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":504,"Cost":419,"Date":"12/27/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":877,"Cost":832,"Date":"12/31/2022"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":797,"Cost":672,"Date":"8/10/2023"},{"Store":"Shopping Leblon, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":635,"Cost":342,"Date":"7/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":710,"Cost":445,"Date":"11/23/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":675,"Cost":546,"Date":"1/1/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":42,"Cost":33,"Date":"12/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":201,"Cost":134,"Date":"12/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":74,"Cost":44,"Date":"8/10/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":914,"Cost":706,"Date":"7/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":396,"Cost":214,"Date":"11/23/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":443,"Cost":286,"Date":"1/1/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":635,"Cost":327,"Date":"12/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":135,"Cost":87,"Date":"12/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":75,"Date":"8/10/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"ARKET","Country":"Brazil","Sale":602,"Cost":354,"Date":"7/14/2024"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":458,"Cost":336,"Date":"11/23/2018"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":734,"Cost":547,"Date":"1/1/2020"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":612,"Cost":433,"Date":"12/27/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":494,"Cost":457,"Date":"12/31/2022"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":21,"Cost":15,"Date":"8/10/2023"},{"Store":"Shopping Tijuca, Rio de Janeiro","Brand":"COS","Country":"Brazil","Sale":347,"Cost":218,"Date":"7/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":584,"Cost":316,"Date":"11/23/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":596,"Cost":307,"Date":"1/1/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":526,"Cost":411,"Date":"12/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":634,"Cost":362,"Date":"12/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":49,"Cost":33,"Date":"8/10/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM","Country":"Brazil","Sale":732,"Cost":623,"Date":"7/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":131,"Cost":106,"Date":"11/23/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":312,"Cost":157,"Date":"1/1/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":173,"Cost":94,"Date":"12/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":847,"Cost":657,"Date":"12/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":998,"Cost":517,"Date":"8/10/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"HM Home","Country":"Brazil","Sale":638,"Cost":324,"Date":"7/14/2024"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":642,"Cost":480,"Date":"11/23/2018"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":155,"Cost":105,"Date":"1/1/2020"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":319,"Cost":190,"Date":"12/27/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":872,"Cost":633,"Date":"12/31/2022"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":588,"Date":"8/10/2023"},{"Store":"Botafogo Praia Shopping, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":240,"Cost":182,"Date":"7/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":638,"Cost":568,"Date":"11/23/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":754,"Cost":530,"Date":"1/1/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":890,"Cost":733,"Date":"12/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":196,"Cost":177,"Date":"12/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":671,"Cost":579,"Date":"8/10/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Jeans","Country":"Brazil","Sale":458,"Cost":240,"Date":"7/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":969,"Cost":594,"Date":"11/23/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":250,"Cost":167,"Date":"1/1/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":747,"Cost":570,"Date":"12/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":120,"Cost":113,"Date":"12/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":5,"Cost":3,"Date":"8/10/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":107,"Cost":83,"Date":"7/14/2024"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":178,"Cost":94,"Date":"11/23/2018"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":773,"Cost":523,"Date":"1/1/2020"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":849,"Cost":776,"Date":"12/27/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":608,"Cost":537,"Date":"12/31/2022"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":142,"Cost":118,"Date":"8/10/2023"},{"Store":"Shopping Plaza Niterói, Rio de Janeiro","Brand":"Nova","Country":"Brazil","Sale":16,"Cost":8,"Date":"7/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":681,"Cost":401,"Date":"11/23/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":387,"Cost":329,"Date":"1/1/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":762,"Cost":631,"Date":"12/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":304,"Cost":227,"Date":"12/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":907,"Cost":722,"Date":"8/10/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":971,"Cost":823,"Date":"7/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":328,"Cost":263,"Date":"11/23/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":29,"Cost":25,"Date":"1/1/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":695,"Cost":621,"Date":"12/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":483,"Cost":376,"Date":"12/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":599,"Cost":450,"Date":"8/10/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":756,"Cost":641,"Date":"7/14/2024"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":152,"Cost":92,"Date":"11/23/2018"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":40,"Cost":23,"Date":"1/1/2020"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":564,"Cost":418,"Date":"12/27/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":867,"Cost":590,"Date":"12/31/2022"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":289,"Cost":180,"Date":"8/10/2023"},{"Store":"Shopping Cidade, Belo Horizonte","Brand":"Jeans","Country":"Brazil","Sale":343,"Cost":306,"Date":"7/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":885,"Cost":640,"Date":"11/23/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":253,"Cost":181,"Date":"1/1/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":200,"Cost":122,"Date":"12/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":300,"Cost":224,"Date":"12/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":166,"Cost":143,"Date":"8/10/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":203,"Cost":119,"Date":"7/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":543,"Cost":467,"Date":"11/23/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":78,"Cost":44,"Date":"1/1/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":637,"Cost":524,"Date":"12/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":513,"Cost":381,"Date":"12/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":494,"Cost":359,"Date":"8/10/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":154,"Cost":82,"Date":"7/14/2024"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":412,"Cost":306,"Date":"11/23/2018"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":48,"Cost":28,"Date":"1/1/2020"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":163,"Cost":147,"Date":"12/27/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":602,"Cost":453,"Date":"12/31/2022"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":203,"Cost":119,"Date":"8/10/2023"},{"Store":"BH Shopping, Belo Horizonte","Brand":"HM Home","Country":"Brazil","Sale":211,"Cost":126,"Date":"7/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":196,"Cost":183,"Date":"11/23/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":228,"Cost":147,"Date":"1/1/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":840,"Cost":589,"Date":"12/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":794,"Cost":449,"Date":"12/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":414,"Cost":340,"Date":"8/10/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":262,"Cost":151,"Date":"7/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":309,"Cost":281,"Date":"11/23/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":717,"Cost":603,"Date":"1/1/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":54,"Cost":32,"Date":"12/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":254,"Cost":205,"Date":"12/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":677,"Cost":348,"Date":"8/10/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":924,"Cost":544,"Date":"7/14/2024"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":31,"Cost":25,"Date":"11/23/2018"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":392,"Cost":282,"Date":"1/1/2020"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":350,"Cost":191,"Date":"12/27/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":96,"Cost":63,"Date":"12/31/2022"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":330,"Cost":229,"Date":"8/10/2023"},{"Store":"Pátio Savassi, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":963,"Cost":864,"Date":"7/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":213,"Cost":137,"Date":"11/23/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":973,"Cost":759,"Date":"1/1/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":654,"Cost":463,"Date":"12/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":67,"Cost":43,"Date":"12/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":450,"Cost":356,"Date":"8/10/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"ARKET","Country":"Brazil","Sale":218,"Cost":161,"Date":"7/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":203,"Cost":138,"Date":"11/23/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":563,"Cost":332,"Date":"1/1/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":456,"Cost":320,"Date":"12/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":56,"Cost":28,"Date":"12/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":165,"Date":"8/10/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"Nova","Country":"Brazil","Sale":3,"Cost":2,"Date":"7/14/2024"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":117,"Cost":89,"Date":"11/23/2018"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":994,"Cost":550,"Date":"1/1/2020"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":256,"Cost":213,"Date":"12/27/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":495,"Cost":258,"Date":"12/31/2022"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":171,"Cost":100,"Date":"8/10/2023"},{"Store":"Shopping Del Rey, Belo Horizonte","Brand":"HM","Country":"Brazil","Sale":53,"Cost":36,"Date":"7/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":669,"Cost":400,"Date":"11/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":107,"Cost":93,"Date":"1/1/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":382,"Cost":256,"Date":"12/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":264,"Cost":167,"Date":"12/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":342,"Cost":287,"Date":"8/10/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"HM","Country":"Brazil","Sale":423,"Cost":351,"Date":"7/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":30,"Cost":28,"Date":"11/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":686,"Cost":456,"Date":"1/1/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":266,"Cost":238,"Date":"12/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":198,"Cost":166,"Date":"12/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":822,"Cost":760,"Date":"8/10/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":915,"Cost":519,"Date":"7/14/2024"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":828,"Cost":702,"Date":"11/23/2018"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":32,"Cost":23,"Date":"1/1/2020"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":140,"Cost":100,"Date":"12/27/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":807,"Cost":748,"Date":"12/31/2022"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":225,"Cost":128,"Date":"8/10/2023"},{"Store":"Shopping Conjunto Nacional, Brasília","Brand":"Nova","Country":"Brazil","Sale":942,"Cost":776,"Date":"7/14/2024"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":36,"Cost":21,"Date":"11/23/2018"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":460,"Cost":295,"Date":"1/1/2020"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":472,"Cost":292,"Date":"12/27/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":183,"Cost":147,"Date":"12/31/2022"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":22,"Cost":14,"Date":"8/10/2023"},{"Store":"ParkShopping Brasília","Brand":"HM","Country":"Brazil","Sale":417,"Cost":356,"Date":"7/14/2024"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":991,"Cost":870,"Date":"11/23/2018"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":73,"Cost":47,"Date":"1/1/2020"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":202,"Cost":176,"Date":"12/27/2022"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":242,"Cost":122,"Date":"12/31/2022"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":886,"Cost":789,"Date":"8/10/2023"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":374,"Cost":326,"Date":"7/14/2024"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":804,"Cost":671,"Date":"11/23/2018"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":653,"Cost":484,"Date":"1/1/2020"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":526,"Cost":460,"Date":"12/27/2022"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":919,"Cost":551,"Date":"12/31/2022"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":967,"Cost":508,"Date":"8/10/2023"},{"Store":"ParkShopping Brasília","Brand":"Jeans","Country":"Brazil","Sale":599,"Cost":477,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":945,"Cost":686,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":344,"Cost":284,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":591,"Cost":343,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":631,"Cost":440,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":791,"Cost":571,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"Sellpy","Country":"Brazil","Sale":52,"Cost":48,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":323,"Cost":306,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":774,"Cost":501,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":49,"Cost":41,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":560,"Cost":344,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":329,"Cost":311,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"COS","Country":"Brazil","Sale":200,"Cost":179,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":405,"Cost":299,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":963,"Cost":565,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":167,"Cost":100,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":83,"Cost":59,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":571,"Cost":335,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Brasília","Brand":"ARKET","Country":"Brazil","Sale":675,"Cost":369,"Date":"7/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":14,"Cost":12,"Date":"11/23/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":991,"Cost":941,"Date":"1/1/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":705,"Cost":664,"Date":"12/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":124,"Cost":113,"Date":"12/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":534,"Cost":375,"Date":"8/10/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":901,"Cost":589,"Date":"7/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":434,"Cost":248,"Date":"11/23/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":857,"Cost":774,"Date":"1/1/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":600,"Cost":562,"Date":"12/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":705,"Cost":485,"Date":"12/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":43,"Cost":21,"Date":"8/10/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Jeans","Country":"Brazil","Sale":791,"Cost":478,"Date":"7/14/2024"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":294,"Cost":240,"Date":"11/23/2018"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":865,"Cost":803,"Date":"1/1/2020"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":301,"Cost":154,"Date":"12/27/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":893,"Cost":491,"Date":"12/31/2022"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":17,"Cost":10,"Date":"8/10/2023"},{"Store":"Shopping Palladium Curitiba","Brand":"Nova","Country":"Brazil","Sale":238,"Cost":146,"Date":"7/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":912,"Cost":608,"Date":"11/23/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":484,"Cost":295,"Date":"1/1/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":892,"Cost":521,"Date":"12/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":191,"Cost":134,"Date":"12/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":647,"Cost":598,"Date":"8/10/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"Sellpy","Country":"Brazil","Sale":767,"Cost":707,"Date":"7/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":528,"Cost":282,"Date":"11/23/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":570,"Cost":340,"Date":"1/1/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":848,"Cost":493,"Date":"12/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":294,"Cost":158,"Date":"12/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":2,"Cost":1,"Date":"8/10/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"COS","Country":"Brazil","Sale":747,"Cost":510,"Date":"7/14/2024"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":674,"Cost":548,"Date":"11/23/2018"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":843,"Cost":766,"Date":"1/1/2020"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":223,"Cost":134,"Date":"12/27/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":218,"Cost":128,"Date":"12/31/2022"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":996,"Cost":746,"Date":"8/10/2023"},{"Store":"Shopping Estação, Curitiba","Brand":"HM","Country":"Brazil","Sale":38,"Cost":23,"Date":"7/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":597,"Cost":512,"Date":"11/23/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":307,"Cost":280,"Date":"1/1/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":107,"Cost":75,"Date":"12/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":181,"Cost":141,"Date":"12/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":991,"Cost":908,"Date":"8/10/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"ARKET","Country":"Brazil","Sale":34,"Cost":20,"Date":"7/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":33,"Cost":23,"Date":"11/23/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":566,"Cost":303,"Date":"1/1/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":41,"Cost":39,"Date":"12/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":708,"Cost":358,"Date":"12/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":253,"Cost":223,"Date":"8/10/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"Nova","Country":"Brazil","Sale":614,"Cost":405,"Date":"7/14/2024"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":867,"Cost":671,"Date":"11/23/2018"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":41,"Cost":22,"Date":"1/1/2020"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":839,"Cost":786,"Date":"12/27/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":216,"Cost":112,"Date":"12/31/2022"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":967,"Cost":906,"Date":"8/10/2023"},{"Store":"Shopping Crystal, Curitiba","Brand":"HM","Country":"Brazil","Sale":485,"Cost":430,"Date":"7/14/2024"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":539,"Cost":388,"Date":"11/23/2018"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":484,"Cost":247,"Date":"1/1/2020"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":249,"Cost":194,"Date":"12/27/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":750,"Cost":462,"Date":"12/31/2022"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":496,"Cost":415,"Date":"8/10/2023"},{"Store":"Shopping Curitiba","Brand":"HM","Country":"Brazil","Sale":689,"Cost":449,"Date":"7/14/2024"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":755,"Cost":666,"Date":"11/23/2018"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":672,"Cost":347,"Date":"1/1/2020"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":533,"Cost":501,"Date":"12/27/2022"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":226,"Cost":153,"Date":"12/31/2022"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":567,"Cost":421,"Date":"8/10/2023"},{"Store":"Shopping Curitiba","Brand":"HM Home","Country":"Brazil","Sale":935,"Cost":722,"Date":"7/14/2024"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":731,"Cost":524,"Date":"11/23/2018"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":991,"Cost":579,"Date":"1/1/2020"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":691,"Cost":362,"Date":"12/27/2022"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":597,"Cost":544,"Date":"12/31/2022"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":409,"Cost":338,"Date":"8/10/2023"},{"Store":"Shopping Curitiba","Brand":"Nova","Country":"Brazil","Sale":608,"Cost":519,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":105,"Cost":60,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":429,"Cost":371,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":793,"Cost":578,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":349,"Cost":260,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":425,"Cost":225,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"HM","Country":"Brazil","Sale":638,"Cost":427,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":907,"Cost":500,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":824,"Cost":701,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":363,"Cost":270,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":553,"Cost":440,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":786,"Cost":738,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":463,"Cost":270,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":376,"Cost":357,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":32,"Cost":21,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":585,"Cost":508,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":466,"Cost":400,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":598,"Cost":332,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":439,"Cost":314,"Date":"7/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":295,"Cost":249,"Date":"11/23/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":132,"Cost":123,"Date":"1/1/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":71,"Cost":57,"Date":"12/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":324,"Cost":290,"Date":"12/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":226,"Cost":116,"Date":"8/10/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM","Country":"Brazil","Sale":142,"Cost":128,"Date":"7/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":471,"Cost":395,"Date":"11/23/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":275,"Cost":206,"Date":"1/1/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":336,"Cost":176,"Date":"12/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":130,"Cost":123,"Date":"12/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":421,"Cost":241,"Date":"8/10/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"HM Home","Country":"Brazil","Sale":788,"Cost":717,"Date":"7/14/2024"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":620,"Cost":478,"Date":"11/23/2018"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":310,"Cost":199,"Date":"1/1/2020"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":516,"Cost":449,"Date":"12/27/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":178,"Cost":96,"Date":"12/31/2022"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":831,"Cost":699,"Date":"8/10/2023"},{"Store":"Shopping Praia de Belas, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":565,"Cost":352,"Date":"7/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":66,"Cost":37,"Date":"11/23/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":355,"Cost":274,"Date":"1/1/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":726,"Cost":548,"Date":"12/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":509,"Cost":379,"Date":"12/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":669,"Cost":402,"Date":"8/10/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":658,"Cost":408,"Date":"7/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":499,"Cost":446,"Date":"11/23/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":543,"Cost":326,"Date":"1/1/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":327,"Cost":234,"Date":"12/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":587,"Cost":359,"Date":"12/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":602,"Cost":561,"Date":"8/10/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"COS","Country":"Brazil","Sale":303,"Cost":167,"Date":"7/14/2024"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":460,"Cost":242,"Date":"11/23/2018"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":58,"Cost":41,"Date":"1/1/2020"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":202,"Cost":116,"Date":"12/27/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":276,"Cost":254,"Date":"12/31/2022"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":328,"Cost":278,"Date":"8/10/2023"},{"Store":"Shopping Bourbon Wallig, Porto Alegre","Brand":"Sellpy","Country":"Brazil","Sale":405,"Cost":218,"Date":"7/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":271,"Cost":207,"Date":"11/23/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":533,"Cost":484,"Date":"1/1/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":870,"Cost":706,"Date":"12/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":206,"Cost":141,"Date":"12/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":220,"Cost":194,"Date":"8/10/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Nova","Country":"Brazil","Sale":951,"Cost":679,"Date":"7/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":505,"Cost":299,"Date":"11/23/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":744,"Cost":684,"Date":"1/1/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":112,"Cost":75,"Date":"12/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":859,"Cost":761,"Date":"12/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":142,"Cost":126,"Date":"8/10/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":184,"Date":"7/14/2024"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":108,"Cost":69,"Date":"11/23/2018"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":469,"Cost":366,"Date":"1/1/2020"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":636,"Cost":548,"Date":"12/27/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":249,"Cost":154,"Date":"12/31/2022"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":330,"Cost":174,"Date":"8/10/2023"},{"Store":"Shopping Total, Porto Alegre","Brand":"ARKET","Country":"Brazil","Sale":175,"Cost":124,"Date":"7/14/2024"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":904,"Cost":717,"Date":"11/23/2018"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":469,"Cost":247,"Date":"1/1/2020"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":231,"Cost":137,"Date":"12/27/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":576,"Cost":364,"Date":"12/31/2022"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":880,"Cost":497,"Date":"8/10/2023"},{"Store":"Shopping Recife","Brand":"Nova","Country":"Brazil","Sale":628,"Cost":372,"Date":"7/14/2024"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":682,"Cost":440,"Date":"11/23/2018"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":505,"Cost":432,"Date":"1/1/2020"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":204,"Cost":104,"Date":"12/27/2022"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":901,"Cost":688,"Date":"12/31/2022"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":606,"Cost":564,"Date":"8/10/2023"},{"Store":"Shopping Recife","Brand":"ARKET","Country":"Brazil","Sale":402,"Cost":270,"Date":"7/14/2024"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":961,"Cost":870,"Date":"11/23/2018"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":479,"Cost":391,"Date":"1/1/2020"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":749,"Cost":634,"Date":"12/27/2022"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":595,"Cost":304,"Date":"12/31/2022"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":261,"Cost":227,"Date":"8/10/2023"},{"Store":"Shopping Recife","Brand":"Sellpy","Country":"Brazil","Sale":682,"Cost":541,"Date":"7/14/2024"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":424,"Cost":401,"Date":"11/23/2018"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":454,"Cost":351,"Date":"1/1/2020"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":157,"Cost":127,"Date":"12/27/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":907,"Cost":696,"Date":"12/31/2022"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":236,"Cost":158,"Date":"8/10/2023"},{"Store":"RioMar Recife","Brand":"COS","Country":"Brazil","Sale":347,"Cost":327,"Date":"7/14/2024"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":378,"Cost":331,"Date":"11/23/2018"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":838,"Cost":460,"Date":"1/1/2020"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":264,"Cost":158,"Date":"12/27/2022"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":861,"Cost":480,"Date":"12/31/2022"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":985,"Cost":935,"Date":"8/10/2023"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":967,"Cost":701,"Date":"7/14/2024"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":376,"Cost":261,"Date":"11/23/2018"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":60,"Cost":40,"Date":"1/1/2020"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":549,"Cost":468,"Date":"12/27/2022"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":267,"Cost":226,"Date":"12/31/2022"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":908,"Cost":570,"Date":"8/10/2023"},{"Store":"RioMar Recife","Brand":"Nova","Country":"Brazil","Sale":161,"Cost":92,"Date":"7/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":497,"Cost":363,"Date":"11/23/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":677,"Cost":631,"Date":"1/1/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":155,"Cost":112,"Date":"12/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":258,"Cost":182,"Date":"12/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":268,"Cost":213,"Date":"8/10/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM","Country":"Brazil","Sale":49,"Cost":32,"Date":"7/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":826,"Cost":611,"Date":"11/23/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":248,"Cost":140,"Date":"1/1/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":209,"Cost":133,"Date":"12/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":881,"Cost":812,"Date":"12/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":610,"Cost":548,"Date":"8/10/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"HM Home","Country":"Brazil","Sale":82,"Cost":64,"Date":"7/14/2024"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":935,"Cost":709,"Date":"11/23/2018"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":253,"Cost":157,"Date":"1/1/2020"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":214,"Cost":123,"Date":"12/27/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":187,"Cost":124,"Date":"12/31/2022"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":730,"Cost":565,"Date":"8/10/2023"},{"Store":"Shopping Tacaruna, Recife","Brand":"Jeans","Country":"Brazil","Sale":833,"Cost":713,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":616,"Cost":349,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":222,"Cost":182,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":385,"Cost":358,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":502,"Cost":349,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":171,"Cost":90,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Nova","Country":"Brazil","Sale":868,"Cost":506,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":224,"Cost":142,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":124,"Cost":97,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":375,"Cost":215,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":824,"Cost":530,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":421,"Cost":226,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":292,"Cost":177,"Date":"7/14/2024"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":710,"Cost":435,"Date":"11/23/2018"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":254,"Cost":189,"Date":"1/1/2020"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":540,"Cost":451,"Date":"12/27/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":819,"Cost":768,"Date":"12/31/2022"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":169,"Cost":105,"Date":"8/10/2023"},{"Store":"Shopping Iguatemi Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":910,"Cost":655,"Date":"7/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":403,"Cost":313,"Date":"11/23/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":120,"Cost":100,"Date":"1/1/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":548,"Cost":458,"Date":"12/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":705,"Cost":432,"Date":"12/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":539,"Cost":270,"Date":"8/10/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"COS","Country":"Brazil","Sale":427,"Cost":338,"Date":"7/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":41,"Cost":28,"Date":"11/23/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":721,"Cost":624,"Date":"1/1/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":801,"Cost":712,"Date":"12/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":703,"Cost":573,"Date":"12/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":887,"Cost":456,"Date":"8/10/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"HM Home","Country":"Brazil","Sale":566,"Cost":451,"Date":"7/14/2024"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":802,"Cost":724,"Date":"11/23/2018"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":178,"Cost":93,"Date":"1/1/2020"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":105,"Cost":55,"Date":"12/27/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":618,"Cost":537,"Date":"12/31/2022"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":583,"Cost":389,"Date":"8/10/2023"},{"Store":"Shopping Aldeota, Fortaleza","Brand":"Nova","Country":"Brazil","Sale":64,"Cost":51,"Date":"7/14/2024"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":429,"Cost":283,"Date":"11/23/2018"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":700,"Cost":401,"Date":"1/1/2020"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":437,"Cost":316,"Date":"12/27/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":707,"Cost":646,"Date":"12/31/2022"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":778,"Cost":535,"Date":"8/10/2023"},{"Store":"RioMar Fortaleza","Brand":"COS","Country":"Brazil","Sale":977,"Cost":599,"Date":"7/14/2024"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":816,"Cost":468,"Date":"11/23/2018"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":25,"Cost":17,"Date":"1/1/2020"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":655,"Cost":341,"Date":"12/27/2022"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":333,"Cost":259,"Date":"12/31/2022"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":176,"Cost":126,"Date":"8/10/2023"},{"Store":"RioMar Fortaleza","Brand":"HM","Country":"Brazil","Sale":338,"Cost":182,"Date":"7/14/2024"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":614,"Cost":580,"Date":"11/23/2018"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":550,"Cost":482,"Date":"1/1/2020"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":862,"Cost":751,"Date":"12/27/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":310,"Cost":264,"Date":"12/31/2022"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":387,"Cost":207,"Date":"8/10/2023"},{"Store":"RioMar Fortaleza","Brand":"Sellpy","Country":"Brazil","Sale":206,"Cost":159,"Date":"7/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":936,"Cost":885,"Date":"11/23/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":571,"Cost":436,"Date":"1/1/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":158,"Cost":131,"Date":"12/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":521,"Cost":479,"Date":"12/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":170,"Cost":92,"Date":"8/10/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"HM Home","Country":"Brazil","Sale":33,"Cost":29,"Date":"7/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":128,"Cost":102,"Date":"11/23/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":87,"Cost":74,"Date":"1/1/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":621,"Cost":515,"Date":"12/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":435,"Cost":279,"Date":"12/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":608,"Cost":556,"Date":"8/10/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"COS","Country":"Brazil","Sale":680,"Cost":459,"Date":"7/14/2024"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":389,"Cost":351,"Date":"11/23/2018"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":725,"Cost":675,"Date":"1/1/2020"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":981,"Cost":800,"Date":"12/27/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":979,"Cost":731,"Date":"12/31/2022"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":392,"Cost":358,"Date":"8/10/2023"},{"Store":"Shopping da Bahia, Salvador","Brand":"ARKET","Country":"Brazil","Sale":591,"Cost":494,"Date":"7/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":294,"Cost":224,"Date":"11/23/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":319,"Cost":286,"Date":"1/1/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":926,"Cost":596,"Date":"12/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":761,"Cost":705,"Date":"12/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":825,"Cost":712,"Date":"8/10/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":44,"Cost":41,"Date":"7/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":550,"Cost":385,"Date":"11/23/2018"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":208,"Cost":121,"Date":"1/1/2020"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":773,"Cost":651,"Date":"12/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":473,"Cost":360,"Date":"12/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":124,"Cost":93,"Date":"8/10/2023"},{"Store":"Shopping Barra, Salvador","Brand":"Jeans","Country":"Brazil","Sale":141,"Cost":110,"Date":"7/14/2024"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":335,"Cost":235,"Date":"11/23/2018"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":405,"Cost":317,"Date":"1/1/2020"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":681,"Cost":406,"Date":"12/27/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":731,"Cost":403,"Date":"12/31/2022"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":790,"Cost":521,"Date":"8/10/2023"},{"Store":"Shopping Barra, Salvador","Brand":"COS","Country":"Brazil","Sale":779,"Cost":444,"Date":"7/14/2024"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":394,"Cost":341,"Date":"11/23/2018"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":981,"Cost":540,"Date":"1/1/2020"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":258,"Cost":177,"Date":"12/27/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":21,"Cost":10,"Date":"12/31/2022"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":989,"Cost":708,"Date":"8/10/2023"},{"Store":"Salvador Shopping","Brand":"Nova","Country":"Brazil","Sale":924,"Cost":511,"Date":"7/14/2024"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":764,"Cost":477,"Date":"11/23/2018"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":454,"Cost":415,"Date":"1/1/2020"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":364,"Cost":319,"Date":"12/27/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":392,"Cost":332,"Date":"12/31/2022"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":45,"Cost":30,"Date":"8/10/2023"},{"Store":"Salvador Shopping","Brand":"COS","Country":"Brazil","Sale":162,"Cost":120,"Date":"7/14/2024"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":936,"Cost":766,"Date":"11/23/2018"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":836,"Cost":672,"Date":"1/1/2020"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":955,"Cost":538,"Date":"12/27/2022"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":839,"Cost":585,"Date":"12/31/2022"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":859,"Cost":595,"Date":"8/10/2023"},{"Store":"Salvador Shopping","Brand":"HM","Country":"Brazil","Sale":606,"Cost":428,"Date":"7/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":549,"Cost":423,"Date":"11/23/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":698,"Cost":641,"Date":"1/1/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":931,"Cost":718,"Date":"12/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":319,"Cost":196,"Date":"12/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":24,"Cost":12,"Date":"8/10/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Nova","Country":"Brazil","Sale":31,"Cost":18,"Date":"7/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":212,"Cost":192,"Date":"11/23/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":659,"Cost":619,"Date":"1/1/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":983,"Cost":808,"Date":"12/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":478,"Cost":239,"Date":"12/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":155,"Cost":148,"Date":"8/10/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"Sellpy","Country":"Brazil","Sale":319,"Cost":190,"Date":"7/14/2024"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":236,"Cost":154,"Date":"11/23/2018"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":659,"Cost":479,"Date":"1/1/2020"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":508,"Cost":260,"Date":"12/27/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":34,"Cost":21,"Date":"12/31/2022"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":74,"Cost":70,"Date":"8/10/2023"},{"Store":"Manauara Shopping, Manaus","Brand":"HM Home","Country":"Brazil","Sale":934,"Cost":522,"Date":"7/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":833,"Cost":730,"Date":"11/23/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":502,"Cost":460,"Date":"1/1/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":667,"Cost":510,"Date":"12/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":282,"Cost":156,"Date":"12/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":107,"Cost":78,"Date":"8/10/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"Nova","Country":"Brazil","Sale":187,"Cost":109,"Date":"7/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":636,"Cost":437,"Date":"11/23/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":919,"Cost":520,"Date":"1/1/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":183,"Cost":137,"Date":"12/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":669,"Cost":541,"Date":"12/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":221,"Cost":198,"Date":"8/10/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":720,"Cost":425,"Date":"7/14/2024"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":531,"Cost":443,"Date":"11/23/2018"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":118,"Cost":107,"Date":"1/1/2020"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":914,"Cost":548,"Date":"12/27/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":337,"Cost":184,"Date":"12/31/2022"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":257,"Cost":140,"Date":"8/10/2023"},{"Store":"Shopping Ponta Negra, Manaus","Brand":"HM","Country":"Brazil","Sale":854,"Cost":778,"Date":"7/14/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":683,"Cost":341,"Date":"11/23/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":850,"Cost":639,"Date":"1/1/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":627,"Cost":565,"Date":"12/27/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":980,"Cost":532,"Date":"12/31/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":851,"Cost":728,"Date":"8/10/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":574,"Cost":462,"Date":"7/14/2024"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":183,"Cost":165,"Date":"11/23/2018"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":571,"Cost":514,"Date":"1/1/2020"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":189,"Cost":147,"Date":"12/27/2022"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":318,"Cost":223,"Date":"12/31/2022"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":645,"Cost":568,"Date":"8/10/2023"},{"Store":"Shopping Natal","Brand":"Nova","Country":"Brazil","Sale":285,"Cost":265,"Date":"7/14/2024"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":64,"Cost":52,"Date":"11/23/2018"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":989,"Cost":758,"Date":"1/1/2020"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":803,"Cost":750,"Date":"12/27/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":881,"Cost":495,"Date":"12/31/2022"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":256,"Cost":224,"Date":"8/10/2023"},{"Store":"Shopping Natal","Brand":"Sellpy","Country":"Brazil","Sale":815,"Cost":667,"Date":"7/14/2024"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":86,"Cost":57,"Date":"11/23/2018"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":558,"Cost":377,"Date":"1/1/2020"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":228,"Cost":176,"Date":"12/27/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":885,"Cost":667,"Date":"12/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":919,"Cost":547,"Date":"8/10/2023"},{"Store":"Midway Mall, Natal","Brand":"Jeans","Country":"Brazil","Sale":351,"Cost":198,"Date":"7/14/2024"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":489,"Cost":293,"Date":"11/23/2018"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":301,"Cost":241,"Date":"1/1/2020"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":55,"Cost":29,"Date":"12/27/2022"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":929,"Cost":689,"Date":"12/31/2022"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":1,"Cost":1,"Date":"8/10/2023"},{"Store":"Midway Mall, Natal","Brand":"Nova","Country":"Brazil","Sale":596,"Cost":423,"Date":"7/14/2024"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":514,"Cost":366,"Date":"11/23/2018"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":713,"Cost":518,"Date":"1/1/2020"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":692,"Cost":573,"Date":"12/27/2022"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":489,"Cost":258,"Date":"12/31/2022"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":10,"Cost":5,"Date":"8/10/2023"},{"Store":"Midway Mall, Natal","Brand":"HM Home","Country":"Brazil","Sale":444,"Cost":389,"Date":"7/14/2024"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":832,"Cost":619,"Date":"11/23/2018"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":878,"Cost":511,"Date":"1/1/2020"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":273,"Cost":188,"Date":"12/27/2022"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":676,"Cost":420,"Date":"12/31/2022"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":729,"Cost":418,"Date":"8/10/2023"},{"Store":"Maceió Shopping","Brand":"COS","Country":"Brazil","Sale":449,"Cost":229,"Date":"7/14/2024"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":517,"Cost":288,"Date":"11/23/2018"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":562,"Cost":336,"Date":"1/1/2020"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":383,"Cost":220,"Date":"12/27/2022"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":477,"Cost":254,"Date":"12/31/2022"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":445,"Cost":360,"Date":"8/10/2023"},{"Store":"Maceió Shopping","Brand":"Jeans","Country":"Brazil","Sale":569,"Cost":428,"Date":"7/14/2024"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":452,"Cost":263,"Date":"11/23/2018"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":447,"Cost":274,"Date":"1/1/2020"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":302,"Cost":285,"Date":"12/27/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":963,"Cost":828,"Date":"12/31/2022"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":197,"Cost":183,"Date":"8/10/2023"},{"Store":"Maceió Shopping","Brand":"HM Home","Country":"Brazil","Sale":629,"Cost":414,"Date":"7/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":805,"Cost":671,"Date":"11/23/2018"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":534,"Cost":411,"Date":"1/1/2020"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":882,"Cost":467,"Date":"12/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":688,"Cost":489,"Date":"12/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":458,"Cost":343,"Date":"8/10/2023"},{"Store":"Parque Shopping Maceió","Brand":"Sellpy","Country":"Brazil","Sale":299,"Cost":257,"Date":"7/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":171,"Cost":115,"Date":"11/23/2018"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":786,"Cost":679,"Date":"1/1/2020"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":516,"Cost":312,"Date":"12/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":27,"Cost":23,"Date":"12/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":98,"Cost":93,"Date":"8/10/2023"},{"Store":"Parque Shopping Maceió","Brand":"ARKET","Country":"Brazil","Sale":877,"Cost":559,"Date":"7/14/2024"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":807,"Cost":536,"Date":"11/23/2018"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":828,"Cost":694,"Date":"1/1/2020"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":940,"Cost":651,"Date":"12/27/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":548,"Cost":484,"Date":"12/31/2022"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":894,"Cost":645,"Date":"8/10/2023"},{"Store":"Parque Shopping Maceió","Brand":"HM","Country":"Brazil","Sale":126,"Cost":63,"Date":"7/14/2024"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":640,"Cost":532,"Date":"11/23/2018"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":329,"Cost":251,"Date":"1/1/2020"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":864,"Cost":686,"Date":"12/27/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":222,"Cost":179,"Date":"12/31/2022"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":936,"Cost":507,"Date":"8/10/2023"},{"Store":"Shopping Campinas","Brand":"COS","Country":"Brazil","Sale":210,"Cost":137,"Date":"7/14/2024"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":192,"Cost":164,"Date":"11/23/2018"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":429,"Cost":265,"Date":"1/1/2020"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":120,"Cost":110,"Date":"12/27/2022"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":635,"Cost":476,"Date":"12/31/2022"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":589,"Cost":542,"Date":"8/10/2023"},{"Store":"Shopping Campinas","Brand":"HM Home","Country":"Brazil","Sale":400,"Cost":253,"Date":"7/14/2024"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":189,"Cost":166,"Date":"11/23/2018"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":849,"Cost":646,"Date":"1/1/2020"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":62,"Cost":32,"Date":"12/27/2022"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":983,"Cost":802,"Date":"12/31/2022"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":75,"Cost":44,"Date":"8/10/2023"},{"Store":"Shopping Campinas","Brand":"Sellpy","Country":"Brazil","Sale":631,"Cost":598,"Date":"7/14/2024"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":759,"Cost":440,"Date":"11/23/2018"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":286,"Cost":185,"Date":"1/1/2020"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":897,"Cost":479,"Date":"12/27/2022"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":160,"Cost":91,"Date":"12/31/2022"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":557,"Cost":506,"Date":"8/10/2023"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":124,"Cost":73,"Date":"7/14/2024"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":946,"Cost":671,"Date":"11/23/2018"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":870,"Cost":746,"Date":"1/1/2020"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":806,"Cost":717,"Date":"12/27/2022"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":539,"Cost":280,"Date":"12/31/2022"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":571,"Cost":297,"Date":"8/10/2023"},{"Store":"Iguatemi Campinas","Brand":"HM Home","Country":"Brazil","Sale":454,"Cost":394,"Date":"7/14/2024"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":392,"Cost":276,"Date":"11/23/2018"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":528,"Cost":416,"Date":"1/1/2020"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":595,"Cost":310,"Date":"12/27/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":455,"Cost":309,"Date":"12/31/2022"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":83,"Cost":75,"Date":"8/10/2023"},{"Store":"Iguatemi Campinas","Brand":"COS","Country":"Brazil","Sale":907,"Cost":627,"Date":"7/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":106,"Cost":62,"Date":"11/23/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":459,"Cost":255,"Date":"1/1/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":163,"Cost":107,"Date":"12/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":382,"Cost":304,"Date":"12/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":115,"Cost":90,"Date":"8/10/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"Jeans","Country":"Brazil","Sale":421,"Cost":262,"Date":"7/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":953,"Cost":649,"Date":"11/23/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":537,"Cost":398,"Date":"1/1/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":142,"Cost":106,"Date":"12/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":52,"Cost":45,"Date":"12/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":516,"Cost":362,"Date":"8/10/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":98,"Cost":74,"Date":"7/14/2024"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":102,"Cost":68,"Date":"11/23/2018"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":923,"Cost":477,"Date":"1/1/2020"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":63,"Cost":33,"Date":"12/27/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":53,"Cost":31,"Date":"12/31/2022"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":989,"Cost":668,"Date":"8/10/2023"},{"Store":"Shopping Parque D. Pedro, Campinas","Brand":"HM Home","Country":"Brazil","Sale":625,"Cost":403,"Date":"7/14/2024"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":879,"Cost":766,"Date":"11/23/2018"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":666,"Cost":413,"Date":"1/1/2020"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":250,"Cost":126,"Date":"12/27/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":785,"Cost":594,"Date":"12/31/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":798,"Cost":679,"Date":"8/10/2023"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":988,"Cost":544,"Date":"7/14/2024"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":757,"Cost":517,"Date":"11/23/2018"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":56,"Cost":49,"Date":"1/1/2020"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":449,"Cost":323,"Date":"12/27/2022"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":540,"Cost":356,"Date":"12/31/2022"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":965,"Cost":522,"Date":"8/10/2023"},{"Store":"Shopping Vitória","Brand":"COS","Country":"Brazil","Sale":481,"Cost":293,"Date":"7/14/2024"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":852,"Cost":656,"Date":"11/23/2018"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":733,"Cost":470,"Date":"1/1/2020"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":281,"Cost":162,"Date":"12/27/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":511,"Cost":313,"Date":"12/31/2022"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":831,"Cost":533,"Date":"8/10/2023"},{"Store":"Shopping Vitória","Brand":"Nova","Country":"Brazil","Sale":806,"Cost":458,"Date":"7/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":850,"Cost":748,"Date":"11/23/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":137,"Cost":96,"Date":"1/1/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":430,"Cost":356,"Date":"12/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":593,"Cost":523,"Date":"12/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":58,"Cost":52,"Date":"8/10/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"HM","Country":"Brazil","Sale":267,"Cost":211,"Date":"7/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":53,"Cost":31,"Date":"11/23/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":883,"Cost":806,"Date":"1/1/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":665,"Cost":408,"Date":"12/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":89,"Cost":70,"Date":"12/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":673,"Cost":537,"Date":"8/10/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"ARKET","Country":"Brazil","Sale":750,"Cost":595,"Date":"7/14/2024"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":171,"Cost":92,"Date":"11/23/2018"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":507,"Cost":413,"Date":"1/1/2020"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":555,"Cost":321,"Date":"12/27/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":835,"Cost":422,"Date":"12/31/2022"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":393,"Cost":207,"Date":"8/10/2023"},{"Store":"Boulevard Shopping Vitória","Brand":"Sellpy","Country":"Brazil","Sale":476,"Cost":404,"Date":"7/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":800,"Cost":432,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":503,"Cost":423,"Date":"1/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":111,"Date":"12/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":339,"Cost":215,"Date":"12/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"8/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":695,"Date":"7/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":822,"Cost":726,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":347,"Cost":310,"Date":"1/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":22,"Date":"12/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":549,"Cost":397,"Date":"12/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":149,"Cost":125,"Date":"8/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":888,"Cost":705,"Date":"7/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":306,"Cost":229,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":357,"Cost":199,"Date":"1/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":54,"Cost":51,"Date":"12/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":615,"Cost":485,"Date":"12/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":324,"Cost":176,"Date":"8/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":113,"Cost":102,"Date":"7/14/2024"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":132,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":534,"Cost":348,"Date":"1/1/2020"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":132,"Cost":112,"Date":"12/27/2022"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":163,"Date":"12/31/2022"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":208,"Cost":189,"Date":"8/10/2023"},{"Store":"Mall of Sofia","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":219,"Date":"7/14/2024"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":776,"Cost":629,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":630,"Cost":416,"Date":"1/1/2020"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":154,"Date":"12/27/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":902,"Cost":451,"Date":"12/31/2022"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"8/10/2023"},{"Store":"Mall of Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":560,"Cost":335,"Date":"7/14/2024"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":598,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":688,"Cost":569,"Date":"1/1/2020"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":965,"Cost":487,"Date":"12/27/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":973,"Cost":779,"Date":"12/31/2022"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":100,"Cost":66,"Date":"8/10/2023"},{"Store":"Mall of Sofia","Brand":"COS","Country":"Bulgaria","Sale":918,"Cost":520,"Date":"7/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":307,"Cost":184,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":161,"Cost":91,"Date":"1/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":764,"Date":"12/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":465,"Date":"12/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":852,"Cost":771,"Date":"8/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":143,"Cost":102,"Date":"7/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":285,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":403,"Cost":221,"Date":"1/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":16,"Date":"12/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":211,"Date":"12/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":50,"Cost":33,"Date":"8/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"COS","Country":"Bulgaria","Sale":469,"Cost":410,"Date":"7/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":593,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":396,"Cost":358,"Date":"1/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":6,"Date":"12/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":817,"Cost":434,"Date":"12/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":667,"Cost":561,"Date":"8/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":684,"Cost":479,"Date":"7/14/2024"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":107,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":706,"Cost":473,"Date":"1/1/2020"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":945,"Cost":678,"Date":"12/27/2022"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":539,"Cost":354,"Date":"12/31/2022"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":536,"Date":"8/10/2023"},{"Store":"The Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":334,"Cost":179,"Date":"7/14/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":861,"Cost":593,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":917,"Cost":864,"Date":"1/1/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":637,"Cost":532,"Date":"12/27/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"12/31/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":469,"Cost":373,"Date":"8/10/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":247,"Cost":156,"Date":"7/14/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":552,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":542,"Cost":333,"Date":"1/1/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":408,"Cost":293,"Date":"12/27/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":307,"Date":"12/31/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":172,"Cost":153,"Date":"8/10/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":92,"Cost":73,"Date":"7/14/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":537,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":817,"Cost":721,"Date":"1/1/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":563,"Cost":395,"Date":"12/27/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":197,"Date":"12/31/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":296,"Cost":247,"Date":"8/10/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":913,"Cost":596,"Date":"7/14/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":262,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":182,"Cost":156,"Date":"1/1/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":486,"Cost":452,"Date":"12/27/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"12/31/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":495,"Date":"8/10/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":369,"Cost":274,"Date":"7/14/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":95,"Cost":67,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":665,"Date":"1/1/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":599,"Date":"12/27/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":753,"Cost":658,"Date":"12/31/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":783,"Cost":634,"Date":"8/10/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":455,"Date":"7/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":73,"Cost":58,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"1/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":55,"Cost":37,"Date":"12/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":253,"Cost":138,"Date":"12/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":256,"Cost":239,"Date":"8/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":850,"Cost":623,"Date":"7/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":296,"Cost":241,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":990,"Cost":632,"Date":"1/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":423,"Cost":329,"Date":"12/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":857,"Cost":757,"Date":"12/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":248,"Cost":188,"Date":"8/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":933,"Cost":582,"Date":"7/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":983,"Cost":868,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":644,"Date":"1/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":297,"Cost":183,"Date":"12/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":535,"Cost":396,"Date":"12/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":404,"Cost":366,"Date":"8/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":138,"Cost":89,"Date":"7/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":238,"Cost":195,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":301,"Date":"1/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":586,"Cost":473,"Date":"12/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":307,"Cost":251,"Date":"12/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":804,"Cost":652,"Date":"8/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":199,"Date":"7/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":400,"Cost":258,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":787,"Cost":736,"Date":"1/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":110,"Date":"12/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":504,"Cost":297,"Date":"12/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":573,"Date":"8/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":600,"Date":"7/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":635,"Cost":569,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"1/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":446,"Date":"12/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":51,"Date":"12/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":322,"Date":"8/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":526,"Date":"7/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":738,"Cost":507,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":270,"Cost":225,"Date":"1/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":612,"Cost":453,"Date":"12/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":6,"Date":"12/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":842,"Cost":458,"Date":"8/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":68,"Date":"7/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":1000,"Cost":840,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":256,"Cost":178,"Date":"1/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":246,"Cost":157,"Date":"12/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":936,"Cost":672,"Date":"12/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":117,"Cost":75,"Date":"8/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":664,"Cost":517,"Date":"7/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":394,"Cost":314,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":948,"Cost":774,"Date":"1/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":346,"Cost":197,"Date":"12/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":118,"Cost":91,"Date":"12/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":744,"Cost":648,"Date":"8/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":149,"Date":"7/14/2024"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":406,"Cost":240,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":348,"Date":"1/1/2020"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":384,"Date":"12/27/2022"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":362,"Cost":308,"Date":"12/31/2022"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":319,"Cost":227,"Date":"8/10/2023"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":806,"Date":"7/14/2024"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":956,"Cost":721,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":527,"Date":"1/1/2020"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":11,"Date":"12/27/2022"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":143,"Date":"12/31/2022"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":352,"Cost":246,"Date":"8/10/2023"},{"Store":"Plovdiv Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":758,"Cost":487,"Date":"7/14/2024"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":426,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":543,"Cost":341,"Date":"1/1/2020"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":413,"Cost":366,"Date":"12/27/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":29,"Date":"12/31/2022"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":164,"Cost":152,"Date":"8/10/2023"},{"Store":"Plovdiv Plaza","Brand":"Nova","Country":"Bulgaria","Sale":381,"Cost":267,"Date":"7/14/2024"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":107,"Cost":86,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":853,"Date":"1/1/2020"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":322,"Date":"12/27/2022"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":843,"Cost":684,"Date":"12/31/2022"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":346,"Cost":324,"Date":"8/10/2023"},{"Store":"Mall of Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":207,"Cost":132,"Date":"7/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":594,"Cost":520,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":264,"Date":"1/1/2020"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":416,"Cost":223,"Date":"12/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":252,"Date":"12/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":731,"Cost":629,"Date":"8/10/2023"},{"Store":"Mall of Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":390,"Cost":334,"Date":"7/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":999,"Cost":591,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":208,"Date":"1/1/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":171,"Date":"12/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":343,"Cost":257,"Date":"12/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":230,"Date":"8/10/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":44,"Date":"7/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":285,"Cost":158,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":390,"Date":"1/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":367,"Date":"12/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":716,"Cost":503,"Date":"12/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":257,"Cost":172,"Date":"8/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":458,"Date":"7/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":241,"Date":"1/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":522,"Cost":463,"Date":"12/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":715,"Cost":475,"Date":"12/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":561,"Cost":480,"Date":"8/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":497,"Cost":259,"Date":"7/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":89,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":687,"Date":"1/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":273,"Date":"12/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":597,"Cost":484,"Date":"12/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":49,"Date":"8/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":203,"Date":"7/14/2024"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":488,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":375,"Cost":287,"Date":"1/1/2020"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":474,"Cost":301,"Date":"12/27/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":191,"Cost":120,"Date":"12/31/2022"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":432,"Cost":236,"Date":"8/10/2023"},{"Store":"Grand Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":691,"Cost":519,"Date":"7/14/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":715,"Cost":549,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":543,"Date":"1/1/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":366,"Cost":275,"Date":"12/27/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":442,"Cost":343,"Date":"12/31/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":407,"Cost":316,"Date":"8/10/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":917,"Cost":754,"Date":"7/14/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":450,"Cost":296,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":816,"Date":"1/1/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":49,"Cost":33,"Date":"12/27/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":101,"Cost":56,"Date":"12/31/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":641,"Cost":544,"Date":"8/10/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":696,"Cost":555,"Date":"7/14/2024"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":615,"Cost":484,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":91,"Date":"1/1/2020"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":981,"Cost":686,"Date":"12/27/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":542,"Cost":504,"Date":"12/31/2022"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":440,"Cost":402,"Date":"8/10/2023"},{"Store":"Mall Varna","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":255,"Date":"7/14/2024"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":360,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":507,"Cost":439,"Date":"1/1/2020"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":700,"Date":"12/27/2022"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":471,"Date":"12/31/2022"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":807,"Date":"8/10/2023"},{"Store":"Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":113,"Cost":62,"Date":"7/14/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":91,"Cost":69,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":201,"Date":"1/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":529,"Cost":311,"Date":"12/27/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":597,"Date":"12/31/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":770,"Cost":483,"Date":"8/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":397,"Cost":362,"Date":"7/14/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":279,"Cost":259,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":936,"Cost":877,"Date":"1/1/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":721,"Cost":600,"Date":"12/27/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":107,"Cost":54,"Date":"12/31/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":130,"Cost":91,"Date":"8/10/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":628,"Cost":382,"Date":"7/14/2024"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":212,"Cost":116,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":135,"Date":"1/1/2020"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":65,"Date":"12/27/2022"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":909,"Cost":609,"Date":"12/31/2022"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":607,"Date":"8/10/2023"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":23,"Cost":13,"Date":"7/14/2024"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":821,"Cost":484,"Date":"1/1/2020"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":284,"Cost":154,"Date":"12/27/2022"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":211,"Date":"12/31/2022"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":545,"Cost":328,"Date":"8/10/2023"},{"Store":"Galleria Varna","Brand":"Jeans","Country":"Bulgaria","Sale":780,"Cost":631,"Date":"7/14/2024"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":66,"Cost":60,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":141,"Date":"1/1/2020"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":561,"Cost":477,"Date":"12/27/2022"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":915,"Cost":606,"Date":"12/31/2022"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":63,"Cost":33,"Date":"8/10/2023"},{"Store":"Burgas Plaza","Brand":"Sellpy","Country":"Bulgaria","Sale":954,"Cost":589,"Date":"7/14/2024"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":518,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":100,"Cost":52,"Date":"1/1/2020"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":954,"Cost":793,"Date":"12/27/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":23,"Cost":11,"Date":"12/31/2022"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":36,"Cost":31,"Date":"8/10/2023"},{"Store":"Burgas Plaza","Brand":"HM","Country":"Bulgaria","Sale":984,"Cost":720,"Date":"7/14/2024"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":468,"Cost":343,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":548,"Cost":469,"Date":"1/1/2020"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":434,"Date":"12/27/2022"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":523,"Date":"12/31/2022"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":157,"Date":"8/10/2023"},{"Store":"Burgas Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":712,"Cost":460,"Date":"7/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":266,"Cost":157,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":39,"Date":"1/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":568,"Cost":364,"Date":"12/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":650,"Cost":340,"Date":"12/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":241,"Cost":228,"Date":"8/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM Home","Country":"Bulgaria","Sale":566,"Cost":399,"Date":"7/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":710,"Cost":392,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":575,"Cost":422,"Date":"1/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":516,"Cost":488,"Date":"12/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":271,"Cost":225,"Date":"12/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":465,"Cost":237,"Date":"8/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":555,"Cost":281,"Date":"7/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":747,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":298,"Cost":263,"Date":"1/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":55,"Cost":39,"Date":"12/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":99,"Cost":55,"Date":"12/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":300,"Date":"8/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":650,"Cost":428,"Date":"7/14/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":588,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":454,"Date":"1/1/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":433,"Cost":226,"Date":"12/27/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":215,"Cost":135,"Date":"12/31/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":645,"Cost":339,"Date":"8/10/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":585,"Cost":340,"Date":"7/14/2024"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":597,"Cost":500,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":878,"Cost":699,"Date":"1/1/2020"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":579,"Cost":506,"Date":"12/27/2022"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":841,"Cost":530,"Date":"12/31/2022"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":528,"Cost":311,"Date":"8/10/2023"},{"Store":"The Mall Burgas","Brand":"Sellpy","Country":"Bulgaria","Sale":92,"Cost":47,"Date":"7/14/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":354,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":262,"Cost":178,"Date":"1/1/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":354,"Date":"12/27/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":363,"Date":"12/31/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":223,"Cost":209,"Date":"8/10/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":520,"Cost":494,"Date":"7/14/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":180,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":129,"Cost":105,"Date":"1/1/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":11,"Cost":7,"Date":"12/27/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":342,"Cost":249,"Date":"12/31/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":946,"Cost":479,"Date":"8/10/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":937,"Cost":852,"Date":"7/14/2024"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":933,"Cost":639,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":149,"Cost":79,"Date":"1/1/2020"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":872,"Cost":462,"Date":"12/27/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":99,"Date":"12/31/2022"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":993,"Cost":524,"Date":"8/10/2023"},{"Store":"Ruse Mall","Brand":"Jeans","Country":"Bulgaria","Sale":479,"Cost":424,"Date":"7/14/2024"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":267,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":854,"Cost":647,"Date":"1/1/2020"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":524,"Date":"12/27/2022"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":580,"Date":"12/31/2022"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":587,"Date":"8/10/2023"},{"Store":"Ruse Mall","Brand":"COS","Country":"Bulgaria","Sale":218,"Cost":206,"Date":"7/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":73,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":225,"Cost":181,"Date":"1/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":135,"Cost":111,"Date":"12/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":365,"Date":"12/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":259,"Date":"8/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":539,"Date":"7/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":420,"Cost":343,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":841,"Cost":564,"Date":"1/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":51,"Date":"12/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":620,"Cost":358,"Date":"12/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":660,"Cost":597,"Date":"8/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":134,"Cost":122,"Date":"7/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":489,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":16,"Cost":8,"Date":"1/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":594,"Cost":354,"Date":"12/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":543,"Date":"12/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":870,"Cost":773,"Date":"8/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":549,"Date":"7/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":48,"Cost":41,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":223,"Date":"1/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":178,"Date":"12/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":443,"Cost":245,"Date":"12/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":250,"Date":"8/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Sellpy","Country":"Bulgaria","Sale":175,"Cost":150,"Date":"7/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":450,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":188,"Cost":175,"Date":"1/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":913,"Cost":710,"Date":"12/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":747,"Date":"12/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":617,"Cost":550,"Date":"8/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"HM","Country":"Bulgaria","Sale":394,"Cost":276,"Date":"7/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":322,"Cost":274,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"1/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":567,"Date":"12/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":721,"Date":"12/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":720,"Cost":482,"Date":"8/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":109,"Date":"7/14/2024"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":929,"Cost":654,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":794,"Cost":615,"Date":"1/1/2020"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":431,"Cost":314,"Date":"12/27/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":260,"Cost":202,"Date":"12/31/2022"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":547,"Date":"8/10/2023"},{"Store":"Shumen Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":206,"Date":"7/14/2024"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":909,"Cost":782,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":383,"Cost":230,"Date":"1/1/2020"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":141,"Cost":131,"Date":"12/27/2022"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":800,"Cost":547,"Date":"12/31/2022"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":748,"Cost":520,"Date":"8/10/2023"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":131,"Cost":92,"Date":"7/14/2024"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":70,"Cost":39,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":399,"Cost":344,"Date":"1/1/2020"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":50,"Cost":26,"Date":"12/27/2022"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":151,"Cost":95,"Date":"12/31/2022"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":273,"Cost":138,"Date":"8/10/2023"},{"Store":"Shumen Mall","Brand":"HM Home","Country":"Bulgaria","Sale":724,"Cost":670,"Date":"7/14/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":233,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":367,"Cost":279,"Date":"1/1/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":884,"Cost":664,"Date":"12/27/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":10,"Date":"12/31/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":374,"Date":"8/10/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":637,"Cost":355,"Date":"7/14/2024"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":334,"Cost":204,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":708,"Cost":481,"Date":"1/1/2020"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":386,"Date":"12/27/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":291,"Cost":248,"Date":"12/31/2022"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":105,"Cost":98,"Date":"8/10/2023"},{"Store":"Pleven Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":85,"Cost":65,"Date":"7/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":84,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":244,"Date":"1/1/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":889,"Cost":687,"Date":"12/27/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":474,"Cost":441,"Date":"12/31/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":774,"Cost":387,"Date":"8/10/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":509,"Cost":468,"Date":"7/14/2024"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":903,"Cost":744,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":530,"Cost":395,"Date":"1/1/2020"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":758,"Cost":695,"Date":"12/27/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":212,"Cost":108,"Date":"12/31/2022"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":470,"Date":"8/10/2023"},{"Store":"Haskovo Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":660,"Cost":563,"Date":"7/14/2024"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":497,"Cost":250,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":716,"Cost":638,"Date":"1/1/2020"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":839,"Cost":695,"Date":"12/27/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":35,"Cost":33,"Date":"12/31/2022"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":196,"Date":"8/10/2023"},{"Store":"Haskovo Mall","Brand":"Jeans","Country":"Bulgaria","Sale":121,"Cost":69,"Date":"7/14/2024"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":951,"Cost":517,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":699,"Cost":652,"Date":"1/1/2020"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":721,"Cost":566,"Date":"12/27/2022"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":956,"Cost":606,"Date":"12/31/2022"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":825,"Cost":770,"Date":"8/10/2023"},{"Store":"Haskovo Mall","Brand":"HM Home","Country":"Bulgaria","Sale":908,"Cost":747,"Date":"7/14/2024"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":285,"Cost":269,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":462,"Date":"1/1/2020"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":914,"Cost":854,"Date":"12/27/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":192,"Date":"12/31/2022"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":289,"Date":"8/10/2023"},{"Store":"Kyustendil Mall","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":45,"Date":"7/14/2024"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":927,"Cost":704,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":919,"Cost":501,"Date":"1/1/2020"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":929,"Cost":788,"Date":"12/27/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":428,"Cost":372,"Date":"12/31/2022"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":86,"Cost":71,"Date":"8/10/2023"},{"Store":"Kyustendil Mall","Brand":"HM Home","Country":"Bulgaria","Sale":396,"Cost":307,"Date":"7/14/2024"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":298,"Cost":264,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":337,"Date":"1/1/2020"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":674,"Date":"12/27/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":443,"Cost":322,"Date":"12/31/2022"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":234,"Date":"8/10/2023"},{"Store":"Kyustendil Mall","Brand":"COS","Country":"Bulgaria","Sale":279,"Cost":228,"Date":"7/14/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":256,"Cost":161,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":191,"Date":"1/1/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":423,"Cost":326,"Date":"12/27/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":117,"Cost":67,"Date":"12/31/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":301,"Cost":178,"Date":"8/10/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":406,"Cost":229,"Date":"7/14/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":877,"Cost":607,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":22,"Date":"1/1/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":746,"Cost":438,"Date":"12/27/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":337,"Cost":204,"Date":"12/31/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":250,"Date":"8/10/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":445,"Cost":229,"Date":"7/14/2024"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":41,"Cost":32,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":588,"Date":"1/1/2020"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":69,"Cost":45,"Date":"12/27/2022"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":814,"Cost":525,"Date":"12/31/2022"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":418,"Cost":366,"Date":"8/10/2023"},{"Store":"Montana Mall","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":84,"Date":"7/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":178,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":549,"Date":"1/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":262,"Date":"12/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":561,"Date":"12/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":684,"Date":"8/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"7/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":154,"Cost":79,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":680,"Cost":555,"Date":"1/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":739,"Cost":551,"Date":"12/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"12/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":561,"Date":"8/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM Home","Country":"Bulgaria","Sale":807,"Cost":418,"Date":"7/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":411,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":514,"Cost":311,"Date":"1/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":228,"Cost":200,"Date":"12/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":754,"Cost":440,"Date":"12/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":425,"Cost":369,"Date":"8/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":511,"Date":"7/14/2024"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":136,"Cost":93,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":604,"Date":"1/1/2020"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":16,"Date":"12/27/2022"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":22,"Cost":13,"Date":"12/31/2022"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":267,"Cost":143,"Date":"8/10/2023"},{"Store":"Mall Dobrich","Brand":"Sellpy","Country":"Bulgaria","Sale":262,"Cost":201,"Date":"7/14/2024"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":487,"Cost":386,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":166,"Date":"1/1/2020"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":142,"Date":"12/27/2022"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":77,"Cost":66,"Date":"12/31/2022"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":643,"Cost":359,"Date":"8/10/2023"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":893,"Cost":738,"Date":"7/14/2024"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":471,"Cost":432,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":179,"Date":"1/1/2020"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":625,"Cost":482,"Date":"12/27/2022"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":332,"Cost":294,"Date":"12/31/2022"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":455,"Cost":315,"Date":"8/10/2023"},{"Store":"Mall Dobrich","Brand":"HM","Country":"Bulgaria","Sale":920,"Cost":461,"Date":"7/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":787,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":362,"Date":"1/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":846,"Cost":559,"Date":"12/27/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":588,"Date":"12/31/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":336,"Cost":216,"Date":"8/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":976,"Cost":897,"Date":"7/14/2024"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":163,"Cost":97,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":940,"Cost":584,"Date":"1/1/2020"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":340,"Cost":213,"Date":"12/27/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":668,"Date":"12/31/2022"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":655,"Cost":573,"Date":"8/10/2023"},{"Store":"Sliven Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":168,"Date":"7/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":284,"Cost":242,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":166,"Cost":98,"Date":"1/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":806,"Cost":590,"Date":"12/27/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":40,"Date":"12/31/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":46,"Date":"8/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":313,"Date":"7/14/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":919,"Cost":674,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":690,"Date":"1/1/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":258,"Cost":148,"Date":"12/27/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":553,"Date":"12/31/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":225,"Date":"8/10/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":894,"Cost":711,"Date":"7/14/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":250,"Cost":196,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":826,"Date":"1/1/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":600,"Cost":500,"Date":"12/27/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":312,"Date":"12/31/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":84,"Date":"8/10/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":324,"Cost":289,"Date":"7/14/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":365,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":266,"Cost":169,"Date":"1/1/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":191,"Date":"12/27/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":578,"Cost":439,"Date":"12/31/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":678,"Cost":637,"Date":"8/10/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":33,"Cost":21,"Date":"7/14/2024"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":860,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":693,"Date":"1/1/2020"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":989,"Cost":744,"Date":"12/27/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":684,"Cost":355,"Date":"12/31/2022"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":843,"Cost":695,"Date":"8/10/2023"},{"Store":"Vratsa Mall","Brand":"HM","Country":"Bulgaria","Sale":893,"Cost":609,"Date":"7/14/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":252,"Cost":155,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":231,"Date":"1/1/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":258,"Cost":197,"Date":"12/27/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":609,"Cost":407,"Date":"12/31/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":21,"Cost":19,"Date":"8/10/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":478,"Date":"7/14/2024"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":976,"Cost":803,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":599,"Cost":418,"Date":"1/1/2020"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":344,"Cost":310,"Date":"12/27/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":57,"Date":"12/31/2022"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":547,"Date":"8/10/2023"},{"Store":"Vratsa Mall","Brand":"ARKET","Country":"Bulgaria","Sale":913,"Cost":546,"Date":"7/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":81,"Cost":72,"Date":"11/23/2018"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":308,"Date":"1/1/2020"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":901,"Cost":730,"Date":"12/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":767,"Cost":511,"Date":"12/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":66,"Cost":59,"Date":"8/10/2023"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":623,"Cost":342,"Date":"7/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":371,"Cost":234,"Date":"11/23/2018"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":846,"Cost":658,"Date":"1/1/2020"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":249,"Cost":148,"Date":"12/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":623,"Cost":431,"Date":"12/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":685,"Cost":447,"Date":"8/10/2023"},{"Store":"Eaton Centre, Toronto","Brand":"Sellpy","Country":"Canada","Sale":120,"Cost":100,"Date":"7/14/2024"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":304,"Cost":218,"Date":"11/23/2018"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":298,"Cost":226,"Date":"1/1/2020"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":83,"Cost":56,"Date":"12/27/2022"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":908,"Cost":565,"Date":"12/31/2022"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":35,"Cost":33,"Date":"8/10/2023"},{"Store":"Eaton Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":36,"Cost":25,"Date":"7/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":323,"Cost":273,"Date":"11/23/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":437,"Cost":237,"Date":"1/1/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":587,"Cost":454,"Date":"12/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":224,"Cost":198,"Date":"12/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":859,"Cost":639,"Date":"8/10/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":516,"Cost":348,"Date":"7/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":614,"Cost":512,"Date":"11/23/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":558,"Cost":354,"Date":"1/1/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":303,"Cost":181,"Date":"12/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":221,"Cost":133,"Date":"12/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":405,"Cost":281,"Date":"8/10/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":415,"Cost":333,"Date":"7/14/2024"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":246,"Cost":141,"Date":"11/23/2018"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":769,"Cost":448,"Date":"1/1/2020"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":491,"Cost":388,"Date":"12/27/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":328,"Cost":261,"Date":"12/31/2022"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":770,"Cost":387,"Date":"8/10/2023"},{"Store":"Yorkdale Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":857,"Cost":674,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":205,"Cost":141,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":534,"Cost":370,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":62,"Cost":41,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":726,"Cost":647,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":874,"Cost":672,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":219,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":848,"Cost":737,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":44,"Cost":34,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":905,"Cost":641,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":903,"Cost":499,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":712,"Cost":569,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"HM","Country":"Canada","Sale":333,"Cost":287,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":453,"Cost":373,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":829,"Cost":497,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":57,"Cost":39,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":346,"Cost":185,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":384,"Cost":217,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Toronto","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":667,"Date":"7/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":279,"Cost":154,"Date":"11/23/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":446,"Cost":283,"Date":"1/1/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":780,"Cost":575,"Date":"12/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":366,"Cost":312,"Date":"12/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":258,"Cost":198,"Date":"8/10/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Nova","Country":"Canada","Sale":622,"Cost":534,"Date":"7/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":584,"Cost":505,"Date":"11/23/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":552,"Cost":424,"Date":"1/1/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":896,"Cost":816,"Date":"12/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":415,"Cost":262,"Date":"12/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":249,"Cost":141,"Date":"8/10/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"COS","Country":"Canada","Sale":536,"Cost":290,"Date":"7/14/2024"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":297,"Cost":240,"Date":"11/23/2018"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":654,"Cost":618,"Date":"1/1/2020"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":626,"Cost":590,"Date":"12/27/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":717,"Cost":566,"Date":"12/31/2022"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":512,"Date":"8/10/2023"},{"Store":"Sherway Gardens Road, Toronto","Brand":"Sellpy","Country":"Canada","Sale":266,"Cost":208,"Date":"7/14/2024"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":474,"Cost":351,"Date":"11/23/2018"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":603,"Cost":455,"Date":"1/1/2020"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":43,"Cost":27,"Date":"12/27/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":413,"Cost":356,"Date":"12/31/2022"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":809,"Cost":618,"Date":"8/10/2023"},{"Store":"The PATH, Toronto","Brand":"HM Home","Country":"Canada","Sale":362,"Cost":255,"Date":"7/14/2024"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":665,"Cost":427,"Date":"11/23/2018"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":592,"Cost":460,"Date":"1/1/2020"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":931,"Cost":602,"Date":"12/27/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":582,"Cost":383,"Date":"12/31/2022"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":281,"Cost":176,"Date":"8/10/2023"},{"Store":"The PATH, Toronto","Brand":"HM","Country":"Canada","Sale":917,"Cost":582,"Date":"7/14/2024"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":145,"Cost":94,"Date":"11/23/2018"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":986,"Cost":673,"Date":"1/1/2020"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":95,"Cost":79,"Date":"12/27/2022"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":117,"Cost":60,"Date":"12/31/2022"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":304,"Cost":241,"Date":"8/10/2023"},{"Store":"The PATH, Toronto","Brand":"Sellpy","Country":"Canada","Sale":277,"Cost":157,"Date":"7/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":372,"Cost":302,"Date":"11/23/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":106,"Cost":60,"Date":"1/1/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":615,"Cost":345,"Date":"12/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":758,"Cost":522,"Date":"12/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":378,"Cost":345,"Date":"8/10/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"ARKET","Country":"Canada","Sale":127,"Cost":107,"Date":"7/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":434,"Cost":357,"Date":"11/23/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":767,"Cost":690,"Date":"1/1/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":238,"Cost":164,"Date":"12/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":266,"Cost":240,"Date":"12/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":69,"Date":"8/10/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"Jeans","Country":"Canada","Sale":502,"Cost":430,"Date":"7/14/2024"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":613,"Cost":450,"Date":"11/23/2018"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":701,"Cost":393,"Date":"1/1/2020"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":423,"Cost":336,"Date":"12/27/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":948,"Cost":766,"Date":"12/31/2022"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":434,"Cost":407,"Date":"8/10/2023"},{"Store":"Pacific Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":128,"Cost":71,"Date":"7/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":658,"Cost":494,"Date":"11/23/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":325,"Cost":165,"Date":"1/1/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":330,"Cost":176,"Date":"12/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":70,"Cost":39,"Date":"12/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":964,"Cost":529,"Date":"8/10/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"ARKET","Country":"Canada","Sale":930,"Cost":563,"Date":"7/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":995,"Cost":528,"Date":"11/23/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":808,"Cost":632,"Date":"1/1/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":103,"Cost":78,"Date":"12/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":679,"Cost":500,"Date":"12/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":31,"Cost":20,"Date":"8/10/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"Nova","Country":"Canada","Sale":694,"Cost":510,"Date":"7/14/2024"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":63,"Cost":60,"Date":"11/23/2018"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":576,"Cost":314,"Date":"1/1/2020"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":728,"Cost":488,"Date":"12/27/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":532,"Cost":391,"Date":"12/31/2022"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":538,"Cost":405,"Date":"8/10/2023"},{"Store":"Metropolis at Metrotown, Vancouver","Brand":"HM Home","Country":"Canada","Sale":518,"Cost":482,"Date":"7/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":954,"Cost":719,"Date":"11/23/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":404,"Cost":375,"Date":"1/1/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":378,"Date":"12/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":811,"Cost":542,"Date":"12/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":731,"Cost":678,"Date":"8/10/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":915,"Cost":835,"Date":"7/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":636,"Cost":474,"Date":"11/23/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":340,"Cost":263,"Date":"1/1/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":917,"Cost":535,"Date":"12/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":505,"Cost":466,"Date":"12/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":77,"Cost":45,"Date":"8/10/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"Sellpy","Country":"Canada","Sale":469,"Cost":270,"Date":"7/14/2024"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":734,"Cost":616,"Date":"11/23/2018"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":833,"Cost":578,"Date":"1/1/2020"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":149,"Cost":86,"Date":"12/27/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":264,"Cost":177,"Date":"12/31/2022"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":529,"Cost":442,"Date":"8/10/2023"},{"Store":"Oakridge Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":176,"Cost":130,"Date":"7/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":999,"Cost":900,"Date":"11/23/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":716,"Cost":609,"Date":"1/1/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":900,"Cost":612,"Date":"12/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":39,"Cost":31,"Date":"12/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":289,"Cost":251,"Date":"8/10/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":486,"Cost":439,"Date":"7/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":540,"Cost":337,"Date":"11/23/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":587,"Cost":410,"Date":"1/1/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":978,"Cost":789,"Date":"12/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":525,"Cost":311,"Date":"12/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":956,"Cost":645,"Date":"8/10/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"COS","Country":"Canada","Sale":318,"Cost":243,"Date":"7/14/2024"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":973,"Cost":839,"Date":"11/23/2018"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":32,"Cost":26,"Date":"1/1/2020"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":870,"Cost":658,"Date":"12/27/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":765,"Cost":495,"Date":"12/31/2022"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":476,"Cost":404,"Date":"8/10/2023"},{"Store":"Aberdeen Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":489,"Cost":298,"Date":"7/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":110,"Cost":81,"Date":"11/23/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":180,"Cost":117,"Date":"1/1/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":235,"Cost":174,"Date":"12/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":393,"Cost":221,"Date":"12/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":759,"Cost":663,"Date":"8/10/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":661,"Cost":596,"Date":"7/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":448,"Cost":417,"Date":"11/23/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":844,"Cost":434,"Date":"1/1/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":67,"Cost":53,"Date":"12/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":414,"Cost":292,"Date":"12/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":940,"Cost":765,"Date":"8/10/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM","Country":"Canada","Sale":962,"Cost":587,"Date":"7/14/2024"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":723,"Cost":626,"Date":"11/23/2018"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":1000,"Cost":874,"Date":"1/1/2020"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":695,"Cost":458,"Date":"12/27/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":102,"Cost":70,"Date":"12/31/2022"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":588,"Cost":480,"Date":"8/10/2023"},{"Store":"Richmond Centre, Vancouver","Brand":"HM Home","Country":"Canada","Sale":460,"Cost":429,"Date":"7/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":154,"Cost":125,"Date":"11/23/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":516,"Cost":336,"Date":"1/1/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":477,"Cost":286,"Date":"12/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":423,"Cost":309,"Date":"12/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":407,"Date":"8/10/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Sellpy","Country":"Canada","Sale":245,"Cost":163,"Date":"7/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":570,"Cost":320,"Date":"11/23/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":564,"Cost":422,"Date":"1/1/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":239,"Cost":152,"Date":"12/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":503,"Cost":458,"Date":"12/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":136,"Cost":106,"Date":"8/10/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"Nova","Country":"Canada","Sale":404,"Cost":253,"Date":"7/14/2024"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":804,"Cost":555,"Date":"11/23/2018"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":609,"Cost":423,"Date":"1/1/2020"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":429,"Cost":295,"Date":"12/27/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":661,"Cost":358,"Date":"12/31/2022"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":594,"Cost":349,"Date":"8/10/2023"},{"Store":"Les Cours Mont-Royal, Montreal","Brand":"HM Home","Country":"Canada","Sale":372,"Cost":300,"Date":"7/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":403,"Cost":331,"Date":"11/23/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":342,"Cost":186,"Date":"1/1/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":417,"Cost":342,"Date":"12/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":10,"Cost":10,"Date":"12/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":318,"Cost":162,"Date":"8/10/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"COS","Country":"Canada","Sale":643,"Cost":469,"Date":"7/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":463,"Cost":326,"Date":"11/23/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":171,"Cost":154,"Date":"1/1/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":116,"Cost":108,"Date":"12/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":714,"Cost":609,"Date":"12/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":744,"Cost":689,"Date":"8/10/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"HM Home","Country":"Canada","Sale":797,"Cost":582,"Date":"7/14/2024"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":193,"Cost":159,"Date":"11/23/2018"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":710,"Cost":433,"Date":"1/1/2020"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":359,"Cost":202,"Date":"12/27/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":229,"Cost":149,"Date":"12/31/2022"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":865,"Cost":794,"Date":"8/10/2023"},{"Store":"Complexe Desjardins, Montreal","Brand":"ARKET","Country":"Canada","Sale":320,"Cost":276,"Date":"7/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":380,"Cost":335,"Date":"11/23/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":314,"Cost":162,"Date":"1/1/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":235,"Cost":197,"Date":"12/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":233,"Cost":184,"Date":"12/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":620,"Cost":390,"Date":"8/10/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Nova","Country":"Canada","Sale":362,"Cost":221,"Date":"7/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":692,"Cost":484,"Date":"11/23/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":1000,"Cost":905,"Date":"1/1/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":118,"Cost":92,"Date":"12/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":160,"Cost":106,"Date":"12/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":59,"Cost":38,"Date":"8/10/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"HM","Country":"Canada","Sale":663,"Cost":362,"Date":"7/14/2024"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":514,"Date":"11/23/2018"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":843,"Cost":528,"Date":"1/1/2020"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":637,"Cost":443,"Date":"12/27/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":979,"Cost":757,"Date":"12/31/2022"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":324,"Cost":299,"Date":"8/10/2023"},{"Store":"Promenades Cathedrale, Montreal","Brand":"Jeans","Country":"Canada","Sale":634,"Cost":434,"Date":"7/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":996,"Cost":622,"Date":"11/23/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":298,"Date":"1/1/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":808,"Cost":512,"Date":"12/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":794,"Cost":560,"Date":"12/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":195,"Cost":108,"Date":"8/10/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"HM Home","Country":"Canada","Sale":973,"Cost":505,"Date":"7/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":453,"Cost":330,"Date":"11/23/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":558,"Cost":297,"Date":"1/1/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":200,"Cost":156,"Date":"12/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":940,"Cost":509,"Date":"12/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":506,"Cost":414,"Date":"8/10/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":493,"Cost":454,"Date":"7/14/2024"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":317,"Cost":250,"Date":"11/23/2018"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":103,"Cost":74,"Date":"1/1/2020"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":588,"Cost":529,"Date":"12/27/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":800,"Cost":507,"Date":"12/31/2022"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":231,"Cost":129,"Date":"8/10/2023"},{"Store":"CF Carrefour Laval, Montreal","Brand":"ARKET","Country":"Canada","Sale":526,"Cost":496,"Date":"7/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":32,"Cost":22,"Date":"11/23/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":992,"Cost":906,"Date":"1/1/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":485,"Cost":370,"Date":"12/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":153,"Cost":124,"Date":"12/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":202,"Cost":150,"Date":"8/10/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"HM","Country":"Canada","Sale":254,"Cost":227,"Date":"7/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":261,"Cost":131,"Date":"11/23/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":38,"Cost":36,"Date":"1/1/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":949,"Cost":667,"Date":"12/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":858,"Cost":443,"Date":"12/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":331,"Cost":191,"Date":"8/10/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"COS","Country":"Canada","Sale":813,"Cost":666,"Date":"7/14/2024"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":603,"Cost":387,"Date":"11/23/2018"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":729,"Cost":418,"Date":"1/1/2020"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":295,"Cost":242,"Date":"12/27/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":788,"Cost":546,"Date":"12/31/2022"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":873,"Cost":772,"Date":"8/10/2023"},{"Store":"Galeries D'Anjou, Montreal","Brand":"ARKET","Country":"Canada","Sale":446,"Cost":239,"Date":"7/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":162,"Cost":150,"Date":"11/23/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":462,"Cost":312,"Date":"1/1/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":498,"Cost":332,"Date":"12/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":501,"Cost":250,"Date":"12/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":453,"Cost":255,"Date":"8/10/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"ARKET","Country":"Canada","Sale":366,"Cost":207,"Date":"7/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":713,"Date":"11/23/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":192,"Cost":116,"Date":"1/1/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":909,"Cost":503,"Date":"12/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":539,"Cost":341,"Date":"12/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":694,"Cost":484,"Date":"8/10/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Jeans","Country":"Canada","Sale":352,"Cost":243,"Date":"7/14/2024"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":381,"Cost":321,"Date":"11/23/2018"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":466,"Cost":413,"Date":"1/1/2020"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":150,"Cost":121,"Date":"12/27/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":860,"Cost":498,"Date":"12/31/2022"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":344,"Cost":224,"Date":"8/10/2023"},{"Store":"CF Chinook Centre, Calgary","Brand":"Sellpy","Country":"Canada","Sale":957,"Cost":744,"Date":"7/14/2024"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":659,"Cost":478,"Date":"11/23/2018"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":198,"Cost":152,"Date":"1/1/2020"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":362,"Cost":254,"Date":"12/27/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":478,"Cost":422,"Date":"12/31/2022"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":47,"Cost":27,"Date":"8/10/2023"},{"Store":"Market Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":657,"Cost":332,"Date":"7/14/2024"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":507,"Cost":397,"Date":"11/23/2018"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":156,"Cost":130,"Date":"1/1/2020"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":576,"Cost":342,"Date":"12/27/2022"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":630,"Cost":532,"Date":"12/31/2022"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":230,"Cost":138,"Date":"8/10/2023"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":2,"Cost":1,"Date":"7/14/2024"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":382,"Cost":299,"Date":"11/23/2018"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":318,"Cost":182,"Date":"1/1/2020"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":567,"Cost":489,"Date":"12/27/2022"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":198,"Cost":111,"Date":"12/31/2022"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":395,"Cost":216,"Date":"8/10/2023"},{"Store":"Market Mall, Calgary","Brand":"COS","Country":"Canada","Sale":561,"Cost":386,"Date":"7/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":844,"Cost":604,"Date":"11/23/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":490,"Cost":428,"Date":"1/1/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":111,"Cost":102,"Date":"12/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":347,"Cost":240,"Date":"12/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":789,"Cost":546,"Date":"8/10/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"COS","Country":"Canada","Sale":293,"Cost":185,"Date":"7/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":347,"Cost":295,"Date":"11/23/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":339,"Cost":223,"Date":"1/1/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":280,"Cost":154,"Date":"12/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":28,"Cost":15,"Date":"12/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":249,"Cost":157,"Date":"8/10/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"HM","Country":"Canada","Sale":178,"Cost":123,"Date":"7/14/2024"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":326,"Cost":295,"Date":"11/23/2018"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":643,"Cost":607,"Date":"1/1/2020"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":79,"Cost":51,"Date":"12/27/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":450,"Cost":301,"Date":"12/31/2022"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":613,"Cost":367,"Date":"8/10/2023"},{"Store":"Southcentre Mall, Calgary","Brand":"ARKET","Country":"Canada","Sale":826,"Cost":478,"Date":"7/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":9,"Cost":9,"Date":"11/23/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":689,"Cost":523,"Date":"1/1/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":769,"Cost":676,"Date":"12/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":760,"Cost":389,"Date":"12/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":202,"Cost":177,"Date":"8/10/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":563,"Cost":454,"Date":"7/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":279,"Cost":261,"Date":"11/23/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":757,"Cost":422,"Date":"1/1/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":707,"Cost":649,"Date":"12/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":309,"Cost":204,"Date":"12/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":130,"Cost":117,"Date":"8/10/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"Jeans","Country":"Canada","Sale":851,"Cost":649,"Date":"7/14/2024"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":372,"Cost":278,"Date":"11/23/2018"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":264,"Cost":207,"Date":"1/1/2020"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":771,"Cost":487,"Date":"12/27/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":346,"Cost":324,"Date":"12/31/2022"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":558,"Cost":325,"Date":"8/10/2023"},{"Store":"Sunridge Mall, Calgary","Brand":"COS","Country":"Canada","Sale":980,"Cost":871,"Date":"7/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":343,"Cost":248,"Date":"11/23/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":682,"Cost":510,"Date":"1/1/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":660,"Cost":547,"Date":"12/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":722,"Cost":508,"Date":"12/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":835,"Cost":769,"Date":"8/10/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"HM Home","Country":"Canada","Sale":867,"Cost":791,"Date":"7/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":241,"Cost":207,"Date":"11/23/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":48,"Cost":37,"Date":"1/1/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":731,"Cost":403,"Date":"12/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":662,"Cost":568,"Date":"12/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":207,"Cost":163,"Date":"8/10/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":216,"Cost":143,"Date":"7/14/2024"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":588,"Cost":365,"Date":"11/23/2018"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":136,"Cost":89,"Date":"1/1/2020"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":205,"Cost":105,"Date":"12/27/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":674,"Cost":600,"Date":"12/31/2022"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":590,"Date":"8/10/2023"},{"Store":"Rideau Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":624,"Cost":571,"Date":"7/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":999,"Cost":948,"Date":"11/23/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":105,"Cost":77,"Date":"1/1/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":71,"Cost":63,"Date":"12/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":63,"Cost":36,"Date":"12/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":888,"Cost":543,"Date":"8/10/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":994,"Cost":690,"Date":"7/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":769,"Cost":490,"Date":"11/23/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":287,"Cost":151,"Date":"1/1/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":268,"Cost":202,"Date":"12/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":889,"Cost":488,"Date":"12/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":203,"Cost":168,"Date":"8/10/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Nova","Country":"Canada","Sale":13,"Cost":10,"Date":"7/14/2024"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":346,"Cost":247,"Date":"11/23/2018"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":768,"Cost":463,"Date":"1/1/2020"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":295,"Cost":184,"Date":"12/27/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":682,"Cost":476,"Date":"12/31/2022"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":102,"Cost":64,"Date":"8/10/2023"},{"Store":"St. Laurent Centre, Ottawa","Brand":"Sellpy","Country":"Canada","Sale":376,"Cost":328,"Date":"7/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":237,"Cost":144,"Date":"11/23/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":294,"Cost":148,"Date":"1/1/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":398,"Cost":318,"Date":"12/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":423,"Cost":379,"Date":"12/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":876,"Cost":452,"Date":"8/10/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"ARKET","Country":"Canada","Sale":478,"Cost":422,"Date":"7/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":999,"Cost":928,"Date":"11/23/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":820,"Cost":499,"Date":"1/1/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":323,"Cost":306,"Date":"12/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":413,"Cost":333,"Date":"12/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":412,"Cost":339,"Date":"8/10/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"COS","Country":"Canada","Sale":351,"Cost":317,"Date":"7/14/2024"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":968,"Cost":536,"Date":"11/23/2018"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":326,"Cost":207,"Date":"1/1/2020"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":193,"Cost":107,"Date":"12/27/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":972,"Cost":613,"Date":"12/31/2022"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":227,"Cost":133,"Date":"8/10/2023"},{"Store":"Carlingwood Shopping Centre, Ottawa","Brand":"Jeans","Country":"Canada","Sale":477,"Cost":413,"Date":"7/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":69,"Cost":40,"Date":"11/23/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":716,"Cost":461,"Date":"1/1/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":919,"Cost":671,"Date":"12/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":336,"Cost":181,"Date":"12/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":793,"Cost":538,"Date":"8/10/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"HM","Country":"Canada","Sale":358,"Cost":272,"Date":"7/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":206,"Cost":123,"Date":"11/23/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":347,"Cost":212,"Date":"1/1/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":406,"Cost":271,"Date":"12/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":869,"Cost":616,"Date":"12/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":89,"Cost":60,"Date":"8/10/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"Nova","Country":"Canada","Sale":584,"Cost":540,"Date":"7/14/2024"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":123,"Cost":96,"Date":"11/23/2018"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":898,"Cost":527,"Date":"1/1/2020"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":272,"Cost":194,"Date":"12/27/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":310,"Cost":226,"Date":"12/31/2022"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":673,"Cost":544,"Date":"8/10/2023"},{"Store":"Tanger Outlets Ottawa","Brand":"ARKET","Country":"Canada","Sale":157,"Cost":146,"Date":"7/14/2024"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":72,"Cost":54,"Date":"11/23/2018"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":250,"Cost":194,"Date":"1/1/2020"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":52,"Cost":47,"Date":"12/27/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":795,"Cost":468,"Date":"12/31/2022"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":309,"Cost":194,"Date":"8/10/2023"},{"Store":"West Edmonton Mall","Brand":"ARKET","Country":"Canada","Sale":452,"Cost":232,"Date":"7/14/2024"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":555,"Cost":380,"Date":"11/23/2018"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":134,"Cost":127,"Date":"1/1/2020"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":295,"Cost":265,"Date":"12/27/2022"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":558,"Cost":310,"Date":"12/31/2022"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":772,"Cost":643,"Date":"8/10/2023"},{"Store":"West Edmonton Mall","Brand":"HM Home","Country":"Canada","Sale":818,"Cost":616,"Date":"7/14/2024"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":238,"Cost":178,"Date":"11/23/2018"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":982,"Cost":839,"Date":"1/1/2020"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":63,"Cost":40,"Date":"12/27/2022"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":780,"Cost":736,"Date":"12/31/2022"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":564,"Cost":475,"Date":"8/10/2023"},{"Store":"West Edmonton Mall","Brand":"COS","Country":"Canada","Sale":657,"Cost":521,"Date":"7/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":694,"Cost":525,"Date":"11/23/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":96,"Cost":87,"Date":"1/1/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":408,"Date":"12/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":797,"Cost":668,"Date":"12/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":695,"Cost":376,"Date":"8/10/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"Jeans","Country":"Canada","Sale":13,"Cost":10,"Date":"7/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":128,"Cost":80,"Date":"11/23/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":573,"Cost":294,"Date":"1/1/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":855,"Cost":597,"Date":"12/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":532,"Cost":266,"Date":"12/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":867,"Cost":641,"Date":"8/10/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"HM Home","Country":"Canada","Sale":848,"Cost":675,"Date":"7/14/2024"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":895,"Cost":562,"Date":"11/23/2018"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":68,"Cost":60,"Date":"1/1/2020"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":213,"Cost":198,"Date":"12/27/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":228,"Cost":179,"Date":"12/31/2022"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":985,"Cost":841,"Date":"8/10/2023"},{"Store":"Southgate Centre, Edmonton","Brand":"ARKET","Country":"Canada","Sale":34,"Cost":18,"Date":"7/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":273,"Cost":256,"Date":"11/23/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":707,"Cost":502,"Date":"1/1/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":124,"Cost":104,"Date":"12/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":694,"Cost":512,"Date":"12/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":117,"Cost":62,"Date":"8/10/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"ARKET","Country":"Canada","Sale":71,"Cost":40,"Date":"7/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":287,"Cost":239,"Date":"11/23/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":300,"Cost":266,"Date":"1/1/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":739,"Cost":561,"Date":"12/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":918,"Cost":466,"Date":"12/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":954,"Cost":744,"Date":"8/10/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"HM Home","Country":"Canada","Sale":96,"Cost":66,"Date":"7/14/2024"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":446,"Cost":317,"Date":"11/23/2018"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":769,"Cost":437,"Date":"1/1/2020"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":685,"Cost":468,"Date":"12/27/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":576,"Cost":516,"Date":"12/31/2022"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":770,"Cost":592,"Date":"8/10/2023"},{"Store":"Kingsway Mall, Edmonton","Brand":"Jeans","Country":"Canada","Sale":596,"Cost":356,"Date":"7/14/2024"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":978,"Cost":784,"Date":"11/23/2018"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":879,"Cost":589,"Date":"1/1/2020"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":669,"Cost":590,"Date":"12/27/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":386,"Cost":209,"Date":"12/31/2022"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":586,"Cost":318,"Date":"8/10/2023"},{"Store":"London Drugs Edmonton","Brand":"ARKET","Country":"Canada","Sale":233,"Cost":180,"Date":"7/14/2024"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":829,"Cost":501,"Date":"11/23/2018"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":647,"Cost":495,"Date":"1/1/2020"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":172,"Cost":92,"Date":"12/27/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":346,"Cost":181,"Date":"12/31/2022"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":431,"Cost":311,"Date":"8/10/2023"},{"Store":"London Drugs Edmonton","Brand":"HM Home","Country":"Canada","Sale":504,"Cost":274,"Date":"7/14/2024"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":480,"Cost":344,"Date":"11/23/2018"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":732,"Cost":385,"Date":"1/1/2020"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":869,"Cost":731,"Date":"12/27/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":379,"Cost":304,"Date":"12/31/2022"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":866,"Cost":800,"Date":"8/10/2023"},{"Store":"London Drugs Edmonton","Brand":"HM","Country":"Canada","Sale":954,"Cost":586,"Date":"7/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":701,"Date":"11/23/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":254,"Cost":215,"Date":"1/1/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":487,"Cost":276,"Date":"12/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":693,"Cost":531,"Date":"12/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":596,"Cost":527,"Date":"8/10/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"Sellpy","Country":"Canada","Sale":748,"Cost":678,"Date":"7/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":400,"Cost":228,"Date":"11/23/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":111,"Cost":101,"Date":"1/1/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":294,"Cost":258,"Date":"12/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":440,"Cost":309,"Date":"12/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":314,"Cost":183,"Date":"8/10/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"HM Home","Country":"Canada","Sale":126,"Cost":75,"Date":"7/14/2024"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":70,"Cost":60,"Date":"11/23/2018"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":783,"Cost":420,"Date":"1/1/2020"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":453,"Cost":263,"Date":"12/27/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":496,"Cost":372,"Date":"12/31/2022"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":103,"Cost":62,"Date":"8/10/2023"},{"Store":"Place Ste-Foy, Quebec City","Brand":"COS","Country":"Canada","Sale":874,"Cost":579,"Date":"7/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":951,"Cost":888,"Date":"11/23/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":171,"Cost":142,"Date":"1/1/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":537,"Cost":343,"Date":"12/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":159,"Cost":120,"Date":"12/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":161,"Cost":90,"Date":"8/10/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":48,"Cost":29,"Date":"7/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":704,"Cost":525,"Date":"11/23/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":224,"Cost":193,"Date":"1/1/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":123,"Cost":64,"Date":"12/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":447,"Cost":241,"Date":"12/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":823,"Cost":608,"Date":"8/10/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":407,"Cost":384,"Date":"7/14/2024"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":592,"Cost":515,"Date":"11/23/2018"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":617,"Cost":515,"Date":"1/1/2020"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":458,"Cost":414,"Date":"12/27/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":906,"Cost":745,"Date":"12/31/2022"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":572,"Cost":422,"Date":"8/10/2023"},{"Store":"Laurentides Shopping Centre, Quebec City","Brand":"HM Home","Country":"Canada","Sale":771,"Cost":442,"Date":"7/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":56,"Cost":50,"Date":"11/23/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":626,"Cost":405,"Date":"1/1/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":624,"Cost":429,"Date":"12/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":713,"Cost":555,"Date":"12/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":118,"Cost":82,"Date":"8/10/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":292,"Cost":222,"Date":"7/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":236,"Cost":213,"Date":"11/23/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":595,"Cost":411,"Date":"1/1/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":231,"Cost":146,"Date":"12/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":217,"Cost":141,"Date":"12/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":486,"Cost":400,"Date":"8/10/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"HM","Country":"Canada","Sale":597,"Cost":513,"Date":"7/14/2024"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":260,"Cost":185,"Date":"11/23/2018"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":579,"Cost":522,"Date":"1/1/2020"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":45,"Cost":35,"Date":"12/27/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":788,"Cost":505,"Date":"12/31/2022"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":144,"Cost":111,"Date":"8/10/2023"},{"Store":"Les Galeries de la Capitale, Quebec City","Brand":"Jeans","Country":"Canada","Sale":97,"Cost":87,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":156,"Cost":90,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":268,"Cost":169,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":6,"Cost":5,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":369,"Cost":318,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":24,"Cost":18,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"ARKET","Country":"Canada","Sale":988,"Cost":812,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":835,"Cost":617,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":895,"Cost":504,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":374,"Cost":237,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":82,"Cost":77,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":246,"Cost":198,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":146,"Cost":115,"Date":"7/14/2024"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":451,"Cost":363,"Date":"11/23/2018"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":462,"Cost":381,"Date":"1/1/2020"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":658,"Cost":451,"Date":"12/27/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":503,"Cost":363,"Date":"12/31/2022"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":275,"Cost":181,"Date":"8/10/2023"},{"Store":"Square One Shopping Centre, Mississauga","Brand":"COS","Country":"Canada","Sale":504,"Cost":331,"Date":"7/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":253,"Cost":170,"Date":"11/23/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":684,"Cost":571,"Date":"1/1/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":756,"Cost":597,"Date":"12/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":451,"Cost":326,"Date":"12/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":105,"Cost":79,"Date":"8/10/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM","Country":"Canada","Sale":818,"Cost":428,"Date":"7/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":272,"Cost":187,"Date":"11/23/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":664,"Cost":510,"Date":"1/1/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":527,"Cost":370,"Date":"12/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":785,"Cost":675,"Date":"12/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":71,"Cost":53,"Date":"8/10/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":244,"Cost":204,"Date":"7/14/2024"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":322,"Cost":238,"Date":"11/23/2018"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":311,"Cost":267,"Date":"1/1/2020"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":910,"Cost":535,"Date":"12/27/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":943,"Cost":484,"Date":"12/31/2022"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":452,"Cost":351,"Date":"8/10/2023"},{"Store":"Heartland Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":631,"Cost":426,"Date":"7/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":364,"Cost":184,"Date":"11/23/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":504,"Cost":280,"Date":"1/1/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":202,"Cost":168,"Date":"12/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":989,"Cost":757,"Date":"12/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":856,"Date":"8/10/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Sellpy","Country":"Canada","Sale":55,"Cost":48,"Date":"7/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":351,"Cost":321,"Date":"11/23/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":258,"Cost":202,"Date":"1/1/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":916,"Cost":779,"Date":"12/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":73,"Cost":60,"Date":"12/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":677,"Cost":402,"Date":"8/10/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"HM Home","Country":"Canada","Sale":233,"Cost":130,"Date":"7/14/2024"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":28,"Cost":14,"Date":"11/23/2018"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":255,"Cost":176,"Date":"1/1/2020"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":915,"Cost":786,"Date":"12/27/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":293,"Cost":152,"Date":"12/31/2022"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":362,"Cost":251,"Date":"8/10/2023"},{"Store":"Erin Mills Town Centre, Mississauga","Brand":"Nova","Country":"Canada","Sale":301,"Cost":210,"Date":"7/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":986,"Cost":933,"Date":"11/23/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":471,"Cost":343,"Date":"1/1/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":75,"Cost":47,"Date":"12/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":585,"Cost":309,"Date":"12/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":651,"Cost":480,"Date":"8/10/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Jeans","Country":"Canada","Sale":913,"Cost":564,"Date":"7/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":299,"Cost":254,"Date":"11/23/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":178,"Cost":113,"Date":"1/1/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":114,"Cost":76,"Date":"12/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":716,"Cost":412,"Date":"12/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":174,"Cost":161,"Date":"8/10/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"Sellpy","Country":"Canada","Sale":389,"Cost":253,"Date":"7/14/2024"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":254,"Cost":214,"Date":"11/23/2018"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":666,"Cost":602,"Date":"1/1/2020"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":519,"Cost":386,"Date":"12/27/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":730,"Cost":572,"Date":"12/31/2022"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":174,"Cost":163,"Date":"8/10/2023"},{"Store":"Mapleview Centre, Burlington","Brand":"COS","Country":"Canada","Sale":659,"Cost":432,"Date":"7/14/2024"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":992,"Cost":785,"Date":"11/23/2018"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":95,"Date":"1/1/2020"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":407,"Cost":303,"Date":"12/27/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":341,"Cost":225,"Date":"12/31/2022"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":402,"Cost":362,"Date":"8/10/2023"},{"Store":"Burlington Mall","Brand":"Sellpy","Country":"Canada","Sale":282,"Cost":267,"Date":"7/14/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":526,"Cost":306,"Date":"11/23/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":964,"Cost":885,"Date":"1/1/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":821,"Cost":592,"Date":"12/27/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":487,"Cost":387,"Date":"12/31/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":668,"Cost":510,"Date":"8/10/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":867,"Cost":588,"Date":"7/14/2024"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":811,"Cost":771,"Date":"11/23/2018"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":219,"Cost":187,"Date":"1/1/2020"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":452,"Cost":278,"Date":"12/27/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":163,"Cost":92,"Date":"12/31/2022"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":427,"Cost":378,"Date":"8/10/2023"},{"Store":"Burlington Mall","Brand":"Jeans","Country":"Canada","Sale":862,"Cost":785,"Date":"7/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":393,"Date":"11/23/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":445,"Cost":285,"Date":"1/1/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":616,"Cost":509,"Date":"12/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":629,"Cost":369,"Date":"12/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":192,"Cost":131,"Date":"8/10/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Sellpy","Country":"Canada","Sale":465,"Cost":246,"Date":"7/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":131,"Cost":71,"Date":"11/23/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":513,"Cost":414,"Date":"1/1/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":284,"Cost":222,"Date":"12/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":617,"Cost":342,"Date":"12/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":995,"Cost":687,"Date":"8/10/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":194,"Cost":163,"Date":"7/14/2024"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":990,"Cost":914,"Date":"11/23/2018"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":105,"Cost":74,"Date":"1/1/2020"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":431,"Cost":250,"Date":"12/27/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":768,"Cost":411,"Date":"12/31/2022"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":312,"Cost":179,"Date":"8/10/2023"},{"Store":"Lime Ridge Mall, Hamilton","Brand":"Nova","Country":"Canada","Sale":455,"Cost":356,"Date":"7/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":887,"Cost":535,"Date":"11/23/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":150,"Cost":105,"Date":"1/1/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":664,"Cost":359,"Date":"12/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":149,"Cost":100,"Date":"12/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":519,"Cost":328,"Date":"8/10/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":52,"Cost":33,"Date":"7/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":752,"Cost":389,"Date":"11/23/2018"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":545,"Cost":330,"Date":"1/1/2020"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":293,"Cost":246,"Date":"12/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":90,"Cost":83,"Date":"12/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":481,"Cost":444,"Date":"8/10/2023"},{"Store":"Macon Centre, Hamilton","Brand":"Nova","Country":"Canada","Sale":777,"Cost":731,"Date":"7/14/2024"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":655,"Cost":585,"Date":"11/23/2018"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":208,"Cost":175,"Date":"1/1/2020"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":71,"Cost":38,"Date":"12/27/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":629,"Cost":532,"Date":"12/31/2022"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":652,"Cost":501,"Date":"8/10/2023"},{"Store":"Macon Centre, Hamilton","Brand":"ARKET","Country":"Canada","Sale":91,"Cost":86,"Date":"7/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":77,"Cost":63,"Date":"11/23/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":84,"Cost":62,"Date":"1/1/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":923,"Cost":622,"Date":"12/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":860,"Cost":458,"Date":"12/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":846,"Cost":620,"Date":"8/10/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"COS","Country":"Canada","Sale":318,"Cost":203,"Date":"7/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":370,"Cost":320,"Date":"11/23/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":642,"Cost":563,"Date":"1/1/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":843,"Cost":667,"Date":"12/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":752,"Cost":592,"Date":"12/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":412,"Cost":336,"Date":"8/10/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"HM","Country":"Canada","Sale":726,"Cost":456,"Date":"7/14/2024"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":7,"Cost":7,"Date":"11/23/2018"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":425,"Cost":276,"Date":"1/1/2020"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":230,"Cost":136,"Date":"12/27/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":183,"Cost":105,"Date":"12/31/2022"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":183,"Cost":124,"Date":"8/10/2023"},{"Store":"Mic Mac Mall, Halifax","Brand":"Sellpy","Country":"Canada","Sale":856,"Cost":447,"Date":"7/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":877,"Cost":761,"Date":"11/23/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":390,"Cost":253,"Date":"1/1/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":99,"Cost":84,"Date":"12/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":93,"Date":"12/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":481,"Cost":342,"Date":"8/10/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Jeans","Country":"Canada","Sale":997,"Cost":759,"Date":"7/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":426,"Cost":252,"Date":"11/23/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":601,"Cost":513,"Date":"1/1/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":801,"Cost":722,"Date":"12/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":769,"Cost":445,"Date":"12/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":761,"Cost":455,"Date":"8/10/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"Nova","Country":"Canada","Sale":833,"Cost":454,"Date":"7/14/2024"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":621,"Cost":458,"Date":"11/23/2018"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":760,"Cost":616,"Date":"1/1/2020"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":917,"Cost":490,"Date":"12/27/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":754,"Cost":577,"Date":"12/31/2022"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":637,"Cost":463,"Date":"8/10/2023"},{"Store":"Park Lane Mall, Halifax","Brand":"ARKET","Country":"Canada","Sale":489,"Cost":321,"Date":"7/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":27,"Cost":17,"Date":"11/23/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":632,"Cost":497,"Date":"1/1/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":666,"Cost":345,"Date":"12/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":354,"Cost":281,"Date":"12/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":484,"Cost":345,"Date":"8/10/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":841,"Cost":784,"Date":"7/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":237,"Cost":223,"Date":"11/23/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":763,"Cost":653,"Date":"1/1/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":975,"Cost":531,"Date":"12/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":610,"Cost":374,"Date":"12/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":973,"Cost":657,"Date":"8/10/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"COS","Country":"Canada","Sale":745,"Cost":686,"Date":"7/14/2024"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":430,"Cost":291,"Date":"11/23/2018"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":83,"Cost":67,"Date":"1/1/2020"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":620,"Cost":444,"Date":"12/27/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":429,"Cost":319,"Date":"12/31/2022"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":301,"Cost":243,"Date":"8/10/2023"},{"Store":"CF Polo Park, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":236,"Cost":172,"Date":"7/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":877,"Cost":570,"Date":"11/23/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":31,"Cost":21,"Date":"1/1/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":215,"Cost":156,"Date":"12/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":982,"Cost":584,"Date":"12/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":733,"Cost":647,"Date":"8/10/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"COS","Country":"Canada","Sale":403,"Cost":267,"Date":"7/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":681,"Cost":599,"Date":"11/23/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":543,"Cost":399,"Date":"1/1/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":152,"Cost":127,"Date":"12/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":552,"Cost":382,"Date":"12/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":969,"Cost":678,"Date":"8/10/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Sellpy","Country":"Canada","Sale":526,"Cost":411,"Date":"7/14/2024"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":250,"Cost":137,"Date":"11/23/2018"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":929,"Cost":639,"Date":"1/1/2020"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":76,"Cost":68,"Date":"12/27/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":613,"Cost":401,"Date":"12/31/2022"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":482,"Cost":451,"Date":"8/10/2023"},{"Store":"St. Vital Centre, Winnipeg","Brand":"Jeans","Country":"Canada","Sale":784,"Cost":646,"Date":"7/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":930,"Cost":861,"Date":"11/23/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":920,"Cost":870,"Date":"1/1/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":401,"Cost":261,"Date":"12/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":752,"Cost":493,"Date":"12/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":20,"Cost":14,"Date":"8/10/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"HM Home","Country":"Canada","Sale":352,"Cost":330,"Date":"7/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":463,"Cost":414,"Date":"11/23/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":786,"Cost":719,"Date":"1/1/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":337,"Cost":276,"Date":"12/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":766,"Cost":479,"Date":"12/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":159,"Cost":130,"Date":"8/10/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":399,"Cost":203,"Date":"7/14/2024"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":891,"Cost":691,"Date":"11/23/2018"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":783,"Cost":449,"Date":"1/1/2020"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":382,"Cost":338,"Date":"12/27/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":898,"Cost":488,"Date":"12/31/2022"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":912,"Cost":796,"Date":"8/10/2023"},{"Store":"Kildonan Place, Winnipeg","Brand":"Nova","Country":"Canada","Sale":600,"Cost":383,"Date":"7/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":675,"Cost":543,"Date":"11/23/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":698,"Cost":479,"Date":"1/1/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":872,"Cost":560,"Date":"12/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":352,"Cost":268,"Date":"12/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":161,"Cost":98,"Date":"8/10/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":94,"Cost":76,"Date":"7/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":817,"Cost":549,"Date":"11/23/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":79,"Cost":61,"Date":"1/1/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":91,"Cost":76,"Date":"12/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":608,"Cost":351,"Date":"12/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":249,"Date":"8/10/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":320,"Cost":270,"Date":"7/14/2024"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":652,"Cost":377,"Date":"11/23/2018"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":969,"Cost":625,"Date":"1/1/2020"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":469,"Cost":445,"Date":"12/27/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":712,"Cost":502,"Date":"12/31/2022"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":647,"Cost":557,"Date":"8/10/2023"},{"Store":"Mayfair Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":879,"Cost":613,"Date":"7/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":862,"Cost":786,"Date":"11/23/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":841,"Cost":703,"Date":"1/1/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":863,"Cost":521,"Date":"12/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":57,"Cost":34,"Date":"12/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":617,"Cost":427,"Date":"8/10/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"ARKET","Country":"Canada","Sale":545,"Cost":459,"Date":"7/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":753,"Cost":599,"Date":"11/23/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":506,"Cost":260,"Date":"1/1/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":781,"Cost":608,"Date":"12/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":164,"Cost":151,"Date":"12/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":461,"Cost":284,"Date":"8/10/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"HM Home","Country":"Canada","Sale":702,"Cost":356,"Date":"7/14/2024"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":432,"Cost":294,"Date":"11/23/2018"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":534,"Cost":363,"Date":"1/1/2020"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":225,"Cost":179,"Date":"12/27/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":678,"Cost":437,"Date":"12/31/2022"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":150,"Cost":135,"Date":"8/10/2023"},{"Store":"Hillside Shopping Centre, Victoria","Brand":"Sellpy","Country":"Canada","Sale":971,"Cost":538,"Date":"7/14/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":28,"Cost":21,"Date":"11/23/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":185,"Cost":95,"Date":"1/1/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":923,"Cost":568,"Date":"12/27/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":90,"Cost":68,"Date":"12/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":467,"Cost":323,"Date":"8/10/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":759,"Cost":426,"Date":"7/14/2024"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":212,"Cost":194,"Date":"11/23/2018"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":177,"Cost":147,"Date":"1/1/2020"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":794,"Cost":677,"Date":"12/27/2022"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":256,"Cost":151,"Date":"12/31/2022"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":302,"Cost":167,"Date":"8/10/2023"},{"Store":"CF Masonville Place, London","Brand":"Nova","Country":"Canada","Sale":588,"Cost":520,"Date":"7/14/2024"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":999,"Cost":699,"Date":"11/23/2018"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":123,"Cost":73,"Date":"1/1/2020"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":538,"Cost":483,"Date":"12/27/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":45,"Cost":36,"Date":"12/31/2022"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":18,"Cost":10,"Date":"8/10/2023"},{"Store":"CF Masonville Place, London","Brand":"HM","Country":"Canada","Sale":647,"Cost":563,"Date":"7/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":412,"Cost":254,"Date":"11/23/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":660,"Cost":358,"Date":"1/1/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":323,"Cost":234,"Date":"12/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":498,"Cost":343,"Date":"12/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":220,"Cost":159,"Date":"8/10/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":461,"Cost":348,"Date":"7/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":302,"Cost":215,"Date":"11/23/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":532,"Cost":338,"Date":"1/1/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":708,"Cost":586,"Date":"12/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":179,"Cost":128,"Date":"12/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":552,"Cost":425,"Date":"8/10/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"HM","Country":"Canada","Sale":854,"Cost":579,"Date":"7/14/2024"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":4,"Cost":2,"Date":"11/23/2018"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":810,"Cost":685,"Date":"1/1/2020"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":839,"Cost":439,"Date":"12/27/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":638,"Cost":578,"Date":"12/31/2022"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":248,"Cost":199,"Date":"8/10/2023"},{"Store":"Westmount Shopping Centre, London","Brand":"Jeans","Country":"Canada","Sale":136,"Cost":121,"Date":"7/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":313,"Cost":287,"Date":"11/23/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":37,"Cost":20,"Date":"1/1/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":244,"Cost":164,"Date":"12/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":848,"Cost":655,"Date":"12/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":517,"Cost":485,"Date":"8/10/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"ARKET","Country":"Canada","Sale":368,"Cost":240,"Date":"7/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":127,"Cost":95,"Date":"11/23/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":539,"Cost":510,"Date":"1/1/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":328,"Cost":184,"Date":"12/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":439,"Cost":259,"Date":"12/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":446,"Cost":375,"Date":"8/10/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":996,"Cost":816,"Date":"7/14/2024"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":889,"Cost":453,"Date":"11/23/2018"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":987,"Cost":870,"Date":"1/1/2020"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":409,"Cost":246,"Date":"12/27/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":766,"Cost":477,"Date":"12/31/2022"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":28,"Cost":17,"Date":"8/10/2023"},{"Store":"Orchard Park Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":856,"Cost":468,"Date":"7/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":85,"Cost":70,"Date":"11/23/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":642,"Cost":358,"Date":"1/1/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":985,"Cost":700,"Date":"12/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":657,"Cost":361,"Date":"12/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":165,"Cost":134,"Date":"8/10/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"Sellpy","Country":"Canada","Sale":113,"Cost":66,"Date":"7/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":629,"Cost":420,"Date":"11/23/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":499,"Cost":431,"Date":"1/1/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":343,"Cost":222,"Date":"12/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":28,"Cost":16,"Date":"12/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":456,"Cost":263,"Date":"8/10/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":471,"Cost":272,"Date":"7/14/2024"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":93,"Cost":69,"Date":"11/23/2018"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":830,"Cost":502,"Date":"1/1/2020"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":208,"Cost":147,"Date":"12/27/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":767,"Cost":464,"Date":"12/31/2022"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":32,"Cost":29,"Date":"8/10/2023"},{"Store":"Apple Valley Shopping Centre, Kelowna","Brand":"HM Home","Country":"Canada","Sale":411,"Cost":330,"Date":"7/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":576,"Cost":461,"Date":"11/23/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":411,"Cost":318,"Date":"1/1/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":568,"Cost":350,"Date":"12/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":209,"Cost":178,"Date":"12/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":13,"Cost":7,"Date":"8/10/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"HM","Country":"Canada","Sale":140,"Cost":126,"Date":"7/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":453,"Cost":297,"Date":"11/23/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":336,"Cost":218,"Date":"1/1/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":832,"Cost":472,"Date":"12/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":502,"Cost":467,"Date":"12/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":341,"Cost":270,"Date":"8/10/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"COS","Country":"Canada","Sale":979,"Cost":927,"Date":"7/14/2024"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":266,"Cost":243,"Date":"11/23/2018"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":416,"Cost":332,"Date":"1/1/2020"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":948,"Cost":748,"Date":"12/27/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":977,"Cost":836,"Date":"12/31/2022"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":464,"Cost":376,"Date":"8/10/2023"},{"Store":"The Mall at Lawson Heights, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":154,"Cost":128,"Date":"7/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":941,"Cost":806,"Date":"11/23/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":284,"Cost":199,"Date":"1/1/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":474,"Cost":377,"Date":"12/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":222,"Cost":190,"Date":"12/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":641,"Cost":443,"Date":"8/10/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"ARKET","Country":"Canada","Sale":187,"Cost":164,"Date":"7/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":307,"Cost":291,"Date":"11/23/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":697,"Cost":420,"Date":"1/1/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":448,"Cost":421,"Date":"12/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":684,"Cost":570,"Date":"12/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":613,"Cost":553,"Date":"8/10/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"Sellpy","Country":"Canada","Sale":180,"Cost":111,"Date":"7/14/2024"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":696,"Cost":494,"Date":"11/23/2018"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":647,"Cost":546,"Date":"1/1/2020"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":854,"Cost":450,"Date":"12/27/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":225,"Cost":144,"Date":"12/31/2022"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":190,"Cost":131,"Date":"8/10/2023"},{"Store":"Confederation Mall, Saskatoon","Brand":"HM Home","Country":"Canada","Sale":593,"Cost":298,"Date":"7/14/2024"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":658,"Cost":463,"Date":"11/23/2018"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":53,"Cost":42,"Date":"1/1/2020"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":799,"Cost":502,"Date":"12/27/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":177,"Cost":140,"Date":"12/31/2022"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":522,"Cost":273,"Date":"8/10/2023"},{"Store":"Southland Mall, Regina","Brand":"ARKET","Country":"Canada","Sale":727,"Cost":456,"Date":"7/14/2024"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":508,"Cost":313,"Date":"11/23/2018"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":973,"Cost":883,"Date":"1/1/2020"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":578,"Cost":374,"Date":"12/27/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":538,"Cost":396,"Date":"12/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":684,"Cost":632,"Date":"8/10/2023"},{"Store":"Southland Mall, Regina","Brand":"Nova","Country":"Canada","Sale":120,"Cost":75,"Date":"7/14/2024"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":390,"Cost":285,"Date":"11/23/2018"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":680,"Cost":572,"Date":"1/1/2020"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":849,"Cost":502,"Date":"12/27/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":806,"Cost":552,"Date":"12/31/2022"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":165,"Cost":94,"Date":"8/10/2023"},{"Store":"Southland Mall, Regina","Brand":"Jeans","Country":"Canada","Sale":308,"Cost":243,"Date":"7/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":422,"Cost":383,"Date":"11/23/2018"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":787,"Cost":399,"Date":"1/1/2020"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":98,"Cost":86,"Date":"12/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":387,"Cost":240,"Date":"12/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":686,"Cost":557,"Date":"8/10/2023"},{"Store":"Cornwall Centre, Regina","Brand":"HM Home","Country":"Canada","Sale":819,"Cost":574,"Date":"7/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":455,"Cost":359,"Date":"11/23/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":943,"Cost":562,"Date":"1/1/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":594,"Cost":323,"Date":"12/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":345,"Cost":195,"Date":"12/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":15,"Cost":8,"Date":"8/10/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Nova","Country":"Canada","Sale":403,"Cost":202,"Date":"7/14/2024"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":882,"Cost":549,"Date":"11/23/2018"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":521,"Cost":326,"Date":"1/1/2020"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":805,"Cost":578,"Date":"12/27/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":627,"Cost":490,"Date":"12/31/2022"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":58,"Cost":44,"Date":"8/10/2023"},{"Store":"Cornwall Centre, Regina","Brand":"Sellpy","Country":"Canada","Sale":74,"Cost":65,"Date":"7/14/2024"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":776,"Cost":444,"Date":"11/23/2018"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":914,"Cost":818,"Date":"1/1/2020"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":30,"Cost":27,"Date":"12/27/2022"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":144,"Cost":132,"Date":"12/31/2022"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":13,"Cost":8,"Date":"8/10/2023"},{"Store":"The Place, Beijing","Brand":"COS","Country":"China","Sale":546,"Cost":338,"Date":"7/14/2024"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":575,"Cost":417,"Date":"11/23/2018"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":22,"Cost":18,"Date":"1/1/2020"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":841,"Cost":632,"Date":"12/27/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":900,"Cost":606,"Date":"12/31/2022"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":394,"Cost":209,"Date":"8/10/2023"},{"Store":"The Place, Beijing","Brand":"Jeans","Country":"China","Sale":182,"Cost":132,"Date":"7/14/2024"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":453,"Cost":386,"Date":"11/23/2018"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":586,"Cost":549,"Date":"1/1/2020"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":841,"Cost":681,"Date":"12/27/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":186,"Cost":116,"Date":"12/31/2022"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":804,"Cost":753,"Date":"8/10/2023"},{"Store":"The Place, Beijing","Brand":"HM Home","Country":"China","Sale":549,"Cost":334,"Date":"7/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":625,"Cost":438,"Date":"11/23/2018"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":47,"Cost":24,"Date":"1/1/2020"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":194,"Cost":177,"Date":"12/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":380,"Cost":236,"Date":"12/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":402,"Cost":345,"Date":"8/10/2023"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":232,"Cost":172,"Date":"7/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":187,"Cost":172,"Date":"11/23/2018"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":811,"Cost":560,"Date":"1/1/2020"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":201,"Cost":134,"Date":"12/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":557,"Cost":442,"Date":"12/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":551,"Cost":376,"Date":"8/10/2023"},{"Store":"Wangfujing, Beijing","Brand":"Sellpy","Country":"China","Sale":973,"Cost":921,"Date":"7/14/2024"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":405,"Cost":367,"Date":"11/23/2018"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":647,"Cost":377,"Date":"1/1/2020"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":927,"Cost":512,"Date":"12/27/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":485,"Cost":245,"Date":"12/31/2022"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":304,"Cost":155,"Date":"8/10/2023"},{"Store":"Wangfujing, Beijing","Brand":"HM","Country":"China","Sale":363,"Cost":190,"Date":"7/14/2024"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":288,"Cost":250,"Date":"11/23/2018"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":382,"Cost":309,"Date":"1/1/2020"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":554,"Cost":328,"Date":"12/27/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":765,"Cost":513,"Date":"12/31/2022"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":973,"Cost":645,"Date":"8/10/2023"},{"Store":"China World Mall, Beijing","Brand":"Jeans","Country":"China","Sale":472,"Cost":359,"Date":"7/14/2024"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":147,"Cost":103,"Date":"11/23/2018"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":718,"Cost":403,"Date":"1/1/2020"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":528,"Cost":405,"Date":"12/27/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":172,"Cost":119,"Date":"12/31/2022"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":944,"Cost":634,"Date":"8/10/2023"},{"Store":"China World Mall, Beijing","Brand":"HM Home","Country":"China","Sale":719,"Cost":503,"Date":"7/14/2024"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":270,"Cost":253,"Date":"11/23/2018"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":160,"Cost":112,"Date":"1/1/2020"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":322,"Cost":236,"Date":"12/27/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":393,"Cost":205,"Date":"12/31/2022"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":47,"Cost":41,"Date":"8/10/2023"},{"Store":"China World Mall, Beijing","Brand":"ARKET","Country":"China","Sale":530,"Cost":373,"Date":"7/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":64,"Cost":46,"Date":"11/23/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":127,"Cost":97,"Date":"1/1/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":990,"Cost":623,"Date":"12/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":408,"Cost":340,"Date":"12/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":373,"Cost":266,"Date":"8/10/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Jeans","Country":"China","Sale":441,"Cost":257,"Date":"7/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":712,"Cost":460,"Date":"11/23/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":381,"Cost":269,"Date":"1/1/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":172,"Cost":136,"Date":"12/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":648,"Cost":613,"Date":"12/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":933,"Cost":581,"Date":"8/10/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"Nova","Country":"China","Sale":36,"Cost":22,"Date":"7/14/2024"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":598,"Cost":390,"Date":"11/23/2018"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":892,"Cost":465,"Date":"1/1/2020"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":110,"Cost":59,"Date":"12/27/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":132,"Cost":114,"Date":"12/31/2022"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":960,"Cost":837,"Date":"8/10/2023"},{"Store":"Sanlitun Taikoo Li, Beijing","Brand":"COS","Country":"China","Sale":969,"Cost":565,"Date":"7/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":769,"Cost":606,"Date":"11/23/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":77,"Cost":71,"Date":"1/1/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":974,"Cost":894,"Date":"12/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":992,"Cost":919,"Date":"12/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":70,"Cost":57,"Date":"8/10/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"HM","Country":"China","Sale":459,"Cost":282,"Date":"7/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":875,"Cost":645,"Date":"11/23/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":626,"Cost":543,"Date":"1/1/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":758,"Cost":513,"Date":"12/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":446,"Cost":334,"Date":"12/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":820,"Cost":461,"Date":"8/10/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Sellpy","Country":"China","Sale":226,"Cost":125,"Date":"7/14/2024"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":868,"Cost":640,"Date":"11/23/2018"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":312,"Cost":237,"Date":"1/1/2020"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":736,"Cost":536,"Date":"12/27/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":358,"Cost":291,"Date":"12/31/2022"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":988,"Cost":645,"Date":"8/10/2023"},{"Store":"Nanjing Road, Shanghai","Brand":"Jeans","Country":"China","Sale":796,"Cost":572,"Date":"7/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":57,"Cost":31,"Date":"11/23/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":796,"Cost":590,"Date":"1/1/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":883,"Cost":683,"Date":"12/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":322,"Cost":232,"Date":"12/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":476,"Cost":416,"Date":"8/10/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Nova","Country":"China","Sale":660,"Cost":433,"Date":"7/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":517,"Cost":334,"Date":"11/23/2018"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":89,"Cost":65,"Date":"1/1/2020"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":946,"Cost":510,"Date":"12/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":972,"Cost":560,"Date":"12/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":291,"Cost":256,"Date":"8/10/2023"},{"Store":"IFC Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":399,"Cost":346,"Date":"7/14/2024"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":912,"Cost":627,"Date":"11/23/2018"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":391,"Cost":234,"Date":"1/1/2020"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":619,"Cost":330,"Date":"12/27/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":496,"Cost":443,"Date":"12/31/2022"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":412,"Cost":368,"Date":"8/10/2023"},{"Store":"IFC Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":39,"Cost":28,"Date":"7/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":725,"Cost":404,"Date":"11/23/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":493,"Cost":304,"Date":"1/1/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":485,"Cost":296,"Date":"12/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":370,"Cost":264,"Date":"12/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":926,"Cost":650,"Date":"8/10/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"Jeans","Country":"China","Sale":752,"Cost":473,"Date":"7/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":198,"Cost":130,"Date":"11/23/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":477,"Cost":324,"Date":"1/1/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":710,"Cost":588,"Date":"12/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":704,"Cost":630,"Date":"12/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":878,"Cost":502,"Date":"8/10/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM","Country":"China","Sale":69,"Cost":61,"Date":"7/14/2024"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":694,"Cost":635,"Date":"11/23/2018"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":25,"Cost":18,"Date":"1/1/2020"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":129,"Cost":108,"Date":"12/27/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":280,"Cost":253,"Date":"12/31/2022"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":653,"Cost":503,"Date":"8/10/2023"},{"Store":"Super Brand Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":119,"Cost":84,"Date":"7/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":831,"Cost":742,"Date":"11/23/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":860,"Cost":762,"Date":"1/1/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":940,"Cost":668,"Date":"12/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":457,"Cost":274,"Date":"12/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":638,"Cost":534,"Date":"8/10/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"HM Home","Country":"China","Sale":471,"Cost":236,"Date":"7/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":389,"Cost":294,"Date":"11/23/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":14,"Cost":13,"Date":"1/1/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":246,"Cost":226,"Date":"12/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":614,"Cost":344,"Date":"12/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":839,"Cost":624,"Date":"8/10/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"COS","Country":"China","Sale":943,"Cost":700,"Date":"7/14/2024"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":899,"Cost":683,"Date":"11/23/2018"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":494,"Cost":260,"Date":"1/1/2020"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":606,"Cost":548,"Date":"12/27/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":845,"Cost":658,"Date":"12/31/2022"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":611,"Cost":567,"Date":"8/10/2023"},{"Store":"K11 Art Mall, Shanghai","Brand":"ARKET","Country":"China","Sale":394,"Cost":264,"Date":"7/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":659,"Cost":484,"Date":"11/23/2018"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":793,"Cost":746,"Date":"1/1/2020"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":964,"Cost":903,"Date":"12/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":555,"Cost":525,"Date":"12/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":199,"Cost":156,"Date":"8/10/2023"},{"Store":"Raffles City, Shanghai","Brand":"Nova","Country":"China","Sale":704,"Cost":420,"Date":"7/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":987,"Cost":874,"Date":"11/23/2018"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":275,"Cost":153,"Date":"1/1/2020"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":944,"Cost":689,"Date":"12/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":401,"Cost":282,"Date":"12/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":174,"Cost":98,"Date":"8/10/2023"},{"Store":"Raffles City, Shanghai","Brand":"ARKET","Country":"China","Sale":372,"Cost":324,"Date":"7/14/2024"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":553,"Cost":359,"Date":"11/23/2018"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":629,"Cost":558,"Date":"1/1/2020"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":991,"Cost":834,"Date":"12/27/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":110,"Cost":82,"Date":"12/31/2022"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":888,"Cost":497,"Date":"8/10/2023"},{"Store":"Raffles City, Shanghai","Brand":"Sellpy","Country":"China","Sale":661,"Cost":587,"Date":"7/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":240,"Cost":166,"Date":"11/23/2018"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":327,"Cost":215,"Date":"1/1/2020"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":698,"Cost":381,"Date":"12/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":611,"Cost":459,"Date":"12/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":343,"Cost":172,"Date":"8/10/2023"},{"Store":"COCO Park, Shenzhen","Brand":"HM","Country":"China","Sale":973,"Cost":765,"Date":"7/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":256,"Cost":129,"Date":"11/23/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":249,"Cost":144,"Date":"1/1/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":75,"Cost":44,"Date":"12/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":479,"Cost":262,"Date":"12/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":453,"Cost":402,"Date":"8/10/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Sellpy","Country":"China","Sale":748,"Cost":633,"Date":"7/14/2024"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":682,"Cost":414,"Date":"11/23/2018"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":417,"Cost":326,"Date":"1/1/2020"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":857,"Cost":778,"Date":"12/27/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":866,"Cost":437,"Date":"12/31/2022"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":211,"Cost":162,"Date":"8/10/2023"},{"Store":"COCO Park, Shenzhen","Brand":"Jeans","Country":"China","Sale":321,"Cost":198,"Date":"7/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":507,"Cost":461,"Date":"11/23/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":970,"Cost":579,"Date":"1/1/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":908,"Cost":580,"Date":"12/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":477,"Cost":427,"Date":"12/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":644,"Cost":580,"Date":"8/10/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"Nova","Country":"China","Sale":993,"Cost":799,"Date":"7/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":319,"Cost":239,"Date":"11/23/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":262,"Cost":132,"Date":"1/1/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":677,"Cost":471,"Date":"12/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":874,"Cost":448,"Date":"12/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":693,"Cost":514,"Date":"8/10/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":369,"Cost":206,"Date":"7/14/2024"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":775,"Cost":616,"Date":"11/23/2018"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":632,"Cost":391,"Date":"1/1/2020"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":648,"Cost":418,"Date":"12/27/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":987,"Cost":847,"Date":"12/31/2022"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":244,"Cost":176,"Date":"8/10/2023"},{"Store":"Luohu Commercial City, Shenzhen","Brand":"ARKET","Country":"China","Sale":652,"Cost":460,"Date":"7/14/2024"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":529,"Cost":388,"Date":"11/23/2018"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":820,"Cost":482,"Date":"1/1/2020"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":376,"Cost":278,"Date":"12/27/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":44,"Cost":37,"Date":"12/31/2022"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":372,"Cost":286,"Date":"8/10/2023"},{"Store":"Shenzhen MixC","Brand":"HM","Country":"China","Sale":438,"Cost":313,"Date":"7/14/2024"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":551,"Cost":434,"Date":"11/23/2018"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":164,"Cost":91,"Date":"1/1/2020"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":373,"Cost":196,"Date":"12/27/2022"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":654,"Cost":607,"Date":"12/31/2022"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":820,"Cost":733,"Date":"8/10/2023"},{"Store":"Shenzhen MixC","Brand":"Jeans","Country":"China","Sale":760,"Cost":493,"Date":"7/14/2024"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":347,"Cost":182,"Date":"11/23/2018"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":982,"Cost":930,"Date":"1/1/2020"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":73,"Cost":48,"Date":"12/27/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":794,"Cost":627,"Date":"12/31/2022"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":610,"Cost":318,"Date":"8/10/2023"},{"Store":"Shenzhen MixC","Brand":"Nova","Country":"China","Sale":607,"Cost":422,"Date":"7/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":229,"Cost":156,"Date":"11/23/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":579,"Cost":461,"Date":"1/1/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":351,"Cost":183,"Date":"12/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":204,"Cost":148,"Date":"12/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":165,"Cost":104,"Date":"8/10/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Nova","Country":"China","Sale":208,"Cost":182,"Date":"7/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":889,"Cost":739,"Date":"11/23/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":753,"Cost":490,"Date":"1/1/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":760,"Cost":587,"Date":"12/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":480,"Cost":284,"Date":"12/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":76,"Cost":62,"Date":"8/10/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"Jeans","Country":"China","Sale":630,"Cost":431,"Date":"7/14/2024"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":346,"Cost":213,"Date":"11/23/2018"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":676,"Cost":492,"Date":"1/1/2020"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":56,"Cost":51,"Date":"12/27/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":202,"Cost":111,"Date":"12/31/2022"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":305,"Cost":208,"Date":"8/10/2023"},{"Store":"Kingkey 100, Shenzhen","Brand":"COS","Country":"China","Sale":994,"Cost":525,"Date":"7/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":486,"Cost":379,"Date":"11/23/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":333,"Cost":198,"Date":"1/1/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":939,"Cost":818,"Date":"12/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":826,"Cost":609,"Date":"12/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":906,"Cost":471,"Date":"8/10/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"ARKET","Country":"China","Sale":766,"Cost":474,"Date":"7/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":475,"Cost":411,"Date":"11/23/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":182,"Cost":148,"Date":"1/1/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":157,"Cost":123,"Date":"12/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":312,"Cost":171,"Date":"12/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":394,"Cost":234,"Date":"8/10/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"Nova","Country":"China","Sale":287,"Cost":270,"Date":"7/14/2024"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":690,"Cost":654,"Date":"11/23/2018"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":653,"Cost":544,"Date":"1/1/2020"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":791,"Cost":701,"Date":"12/27/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":21,"Cost":20,"Date":"12/31/2022"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":886,"Cost":618,"Date":"8/10/2023"},{"Store":"Tianhe City Mall, Guangzhou","Brand":"HM Home","Country":"China","Sale":326,"Cost":296,"Date":"7/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":225,"Cost":131,"Date":"11/23/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":723,"Cost":457,"Date":"1/1/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":724,"Cost":404,"Date":"12/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":741,"Cost":633,"Date":"12/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":858,"Cost":515,"Date":"8/10/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":842,"Cost":648,"Date":"7/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":69,"Cost":42,"Date":"11/23/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":282,"Cost":193,"Date":"1/1/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":621,"Cost":582,"Date":"12/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":877,"Cost":789,"Date":"12/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":55,"Cost":35,"Date":"8/10/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"Jeans","Country":"China","Sale":171,"Cost":110,"Date":"7/14/2024"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":788,"Cost":461,"Date":"11/23/2018"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":668,"Cost":456,"Date":"1/1/2020"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":370,"Cost":188,"Date":"12/27/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":243,"Cost":177,"Date":"12/31/2022"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":881,"Cost":495,"Date":"8/10/2023"},{"Store":"Grandview Mall, Guangzhou","Brand":"HM","Country":"China","Sale":714,"Cost":653,"Date":"7/14/2024"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":272,"Cost":210,"Date":"11/23/2018"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":858,"Cost":574,"Date":"1/1/2020"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":726,"Cost":576,"Date":"12/27/2022"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":584,"Cost":495,"Date":"12/31/2022"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":928,"Cost":826,"Date":"8/10/2023"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":372,"Cost":264,"Date":"7/14/2024"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":299,"Cost":226,"Date":"11/23/2018"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":917,"Cost":628,"Date":"1/1/2020"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":824,"Cost":454,"Date":"12/27/2022"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":398,"Cost":295,"Date":"12/31/2022"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":534,"Cost":287,"Date":"8/10/2023"},{"Store":"K11 Guangzhou","Brand":"ARKET","Country":"China","Sale":952,"Cost":797,"Date":"7/14/2024"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":355,"Cost":294,"Date":"11/23/2018"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":75,"Cost":71,"Date":"1/1/2020"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":378,"Cost":312,"Date":"12/27/2022"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":739,"Cost":413,"Date":"12/31/2022"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":90,"Cost":75,"Date":"8/10/2023"},{"Store":"K11 Guangzhou","Brand":"COS","Country":"China","Sale":3,"Cost":1,"Date":"7/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":39,"Cost":26,"Date":"11/23/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":928,"Cost":579,"Date":"1/1/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":996,"Cost":609,"Date":"12/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":808,"Cost":706,"Date":"12/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":788,"Cost":503,"Date":"8/10/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Nova","Country":"China","Sale":718,"Cost":580,"Date":"7/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":728,"Cost":390,"Date":"11/23/2018"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":707,"Cost":629,"Date":"1/1/2020"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":373,"Cost":214,"Date":"12/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":552,"Cost":446,"Date":"12/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":975,"Cost":771,"Date":"8/10/2023"},{"Store":"Parc Central, Guangzhou","Brand":"COS","Country":"China","Sale":479,"Cost":263,"Date":"7/14/2024"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":389,"Cost":328,"Date":"11/23/2018"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":111,"Cost":66,"Date":"1/1/2020"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":742,"Cost":431,"Date":"12/27/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":646,"Cost":537,"Date":"12/31/2022"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":790,"Cost":506,"Date":"8/10/2023"},{"Store":"Parc Central, Guangzhou","Brand":"Jeans","Country":"China","Sale":201,"Cost":131,"Date":"7/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":110,"Cost":84,"Date":"11/23/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":87,"Cost":56,"Date":"1/1/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":611,"Cost":537,"Date":"12/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":469,"Cost":445,"Date":"12/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":141,"Cost":95,"Date":"8/10/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Sellpy","Country":"China","Sale":874,"Cost":528,"Date":"7/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":297,"Cost":218,"Date":"11/23/2018"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":141,"Cost":117,"Date":"1/1/2020"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":776,"Cost":458,"Date":"12/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":908,"Cost":601,"Date":"12/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":129,"Cost":93,"Date":"8/10/2023"},{"Store":"Harbour City, Hong Kong","Brand":"Jeans","Country":"China","Sale":250,"Cost":230,"Date":"7/14/2024"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":478,"Cost":357,"Date":"11/23/2018"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":447,"Cost":415,"Date":"1/1/2020"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":738,"Cost":602,"Date":"12/27/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":264,"Cost":162,"Date":"12/31/2022"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":222,"Cost":157,"Date":"8/10/2023"},{"Store":"Harbour City, Hong Kong","Brand":"HM Home","Country":"China","Sale":15,"Cost":7,"Date":"7/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":473,"Cost":250,"Date":"11/23/2018"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":838,"Cost":520,"Date":"1/1/2020"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":924,"Cost":587,"Date":"12/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":143,"Cost":93,"Date":"12/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":507,"Cost":466,"Date":"8/10/2023"},{"Store":"Times Square, Hong Kong","Brand":"COS","Country":"China","Sale":460,"Cost":406,"Date":"7/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":971,"Cost":802,"Date":"11/23/2018"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":955,"Cost":874,"Date":"1/1/2020"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":322,"Cost":228,"Date":"12/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":991,"Cost":606,"Date":"12/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":873,"Cost":658,"Date":"8/10/2023"},{"Store":"Times Square, Hong Kong","Brand":"Sellpy","Country":"China","Sale":255,"Cost":182,"Date":"7/14/2024"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":149,"Cost":101,"Date":"11/23/2018"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":335,"Cost":284,"Date":"1/1/2020"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":433,"Cost":389,"Date":"12/27/2022"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":856,"Cost":692,"Date":"12/31/2022"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":743,"Cost":582,"Date":"8/10/2023"},{"Store":"Times Square, Hong Kong","Brand":"Nova","Country":"China","Sale":838,"Cost":674,"Date":"7/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":668,"Cost":531,"Date":"11/23/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":227,"Cost":185,"Date":"1/1/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":753,"Cost":504,"Date":"12/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":59,"Cost":49,"Date":"12/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":850,"Cost":472,"Date":"8/10/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":686,"Cost":618,"Date":"7/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":644,"Cost":487,"Date":"11/23/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":292,"Cost":246,"Date":"1/1/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":783,"Cost":395,"Date":"12/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":643,"Cost":344,"Date":"12/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":200,"Cost":166,"Date":"8/10/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"HM Home","Country":"China","Sale":297,"Cost":190,"Date":"7/14/2024"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":705,"Cost":505,"Date":"11/23/2018"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":797,"Cost":505,"Date":"1/1/2020"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":667,"Cost":562,"Date":"12/27/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":609,"Cost":547,"Date":"12/31/2022"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":553,"Cost":461,"Date":"8/10/2023"},{"Store":"Pacific Place, Hong Kong","Brand":"Nova","Country":"China","Sale":193,"Cost":131,"Date":"7/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":497,"Cost":366,"Date":"11/23/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":380,"Cost":341,"Date":"1/1/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":815,"Cost":527,"Date":"12/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":482,"Cost":456,"Date":"12/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":420,"Cost":334,"Date":"8/10/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"HM","Country":"China","Sale":419,"Cost":255,"Date":"7/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":95,"Cost":91,"Date":"11/23/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":135,"Cost":124,"Date":"1/1/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":487,"Cost":440,"Date":"12/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":678,"Cost":441,"Date":"12/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":923,"Cost":842,"Date":"8/10/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"Sellpy","Country":"China","Sale":264,"Cost":241,"Date":"7/14/2024"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":330,"Cost":274,"Date":"11/23/2018"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":924,"Cost":540,"Date":"1/1/2020"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":527,"Cost":406,"Date":"12/27/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":167,"Cost":109,"Date":"12/31/2022"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":421,"Cost":397,"Date":"8/10/2023"},{"Store":"Elements Mall, Hong Kong","Brand":"COS","Country":"China","Sale":265,"Cost":210,"Date":"7/14/2024"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":628,"Cost":382,"Date":"11/23/2018"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":811,"Cost":676,"Date":"1/1/2020"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":528,"Cost":281,"Date":"12/27/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":714,"Cost":552,"Date":"12/31/2022"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":491,"Cost":380,"Date":"8/10/2023"},{"Store":"Chengdu IFS","Brand":"HM Home","Country":"China","Sale":737,"Cost":649,"Date":"7/14/2024"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":431,"Cost":310,"Date":"11/23/2018"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":804,"Cost":410,"Date":"1/1/2020"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":815,"Cost":481,"Date":"12/27/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":836,"Cost":608,"Date":"12/31/2022"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":554,"Cost":403,"Date":"8/10/2023"},{"Store":"Chengdu IFS","Brand":"COS","Country":"China","Sale":762,"Cost":463,"Date":"7/14/2024"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":203,"Cost":141,"Date":"11/23/2018"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":183,"Cost":124,"Date":"1/1/2020"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":669,"Cost":393,"Date":"12/27/2022"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":581,"Cost":405,"Date":"12/31/2022"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":569,"Cost":406,"Date":"8/10/2023"},{"Store":"Chengdu IFS","Brand":"HM","Country":"China","Sale":936,"Cost":558,"Date":"7/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":278,"Cost":226,"Date":"11/23/2018"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":593,"Cost":385,"Date":"1/1/2020"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":315,"Cost":278,"Date":"12/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":7,"Cost":6,"Date":"12/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":203,"Cost":172,"Date":"8/10/2023"},{"Store":"Taikoo Li Chengdu","Brand":"HM","Country":"China","Sale":350,"Cost":328,"Date":"7/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":494,"Cost":369,"Date":"11/23/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":853,"Cost":633,"Date":"1/1/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":522,"Cost":283,"Date":"12/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":903,"Cost":741,"Date":"12/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":246,"Cost":198,"Date":"8/10/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":625,"Cost":591,"Date":"7/14/2024"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":765,"Cost":653,"Date":"11/23/2018"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":648,"Cost":587,"Date":"1/1/2020"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":373,"Cost":260,"Date":"12/27/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":429,"Cost":249,"Date":"12/31/2022"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":441,"Cost":333,"Date":"8/10/2023"},{"Store":"Taikoo Li Chengdu","Brand":"Nova","Country":"China","Sale":720,"Cost":614,"Date":"7/14/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":619,"Cost":457,"Date":"11/23/2018"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":150,"Cost":97,"Date":"1/1/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":243,"Cost":148,"Date":"12/27/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":182,"Cost":96,"Date":"12/31/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":787,"Cost":655,"Date":"8/10/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":338,"Cost":243,"Date":"7/14/2024"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":856,"Cost":502,"Date":"11/23/2018"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":486,"Cost":258,"Date":"1/1/2020"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":47,"Cost":26,"Date":"12/27/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":383,"Cost":223,"Date":"12/31/2022"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":145,"Cost":137,"Date":"8/10/2023"},{"Store":"Chengdu Global Center","Brand":"HM Home","Country":"China","Sale":838,"Cost":783,"Date":"7/14/2024"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":222,"Cost":122,"Date":"11/23/2018"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":33,"Cost":19,"Date":"1/1/2020"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":100,"Cost":86,"Date":"12/27/2022"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":104,"Cost":68,"Date":"12/31/2022"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":813,"Cost":703,"Date":"8/10/2023"},{"Store":"Chengdu Global Center","Brand":"Sellpy","Country":"China","Sale":76,"Cost":61,"Date":"7/14/2024"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":389,"Cost":326,"Date":"11/23/2018"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":184,"Cost":124,"Date":"1/1/2020"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":38,"Cost":31,"Date":"12/27/2022"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":581,"Cost":387,"Date":"12/31/2022"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":411,"Cost":360,"Date":"8/10/2023"},{"Store":"SKP Chengdu","Brand":"COS","Country":"China","Sale":273,"Cost":163,"Date":"7/14/2024"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":57,"Cost":30,"Date":"11/23/2018"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":341,"Cost":219,"Date":"1/1/2020"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":790,"Cost":418,"Date":"12/27/2022"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":349,"Cost":216,"Date":"12/31/2022"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":457,"Cost":383,"Date":"8/10/2023"},{"Store":"SKP Chengdu","Brand":"Jeans","Country":"China","Sale":411,"Cost":224,"Date":"7/14/2024"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":902,"Cost":777,"Date":"11/23/2018"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":15,"Cost":8,"Date":"1/1/2020"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":322,"Cost":197,"Date":"12/27/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":227,"Cost":149,"Date":"12/31/2022"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":951,"Cost":547,"Date":"8/10/2023"},{"Store":"SKP Chengdu","Brand":"HM Home","Country":"China","Sale":501,"Cost":332,"Date":"7/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":59,"Cost":29,"Date":"11/23/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":508,"Cost":382,"Date":"1/1/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":561,"Cost":507,"Date":"12/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":296,"Cost":200,"Date":"12/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":848,"Cost":597,"Date":"8/10/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM Home","Country":"China","Sale":782,"Cost":709,"Date":"7/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":728,"Cost":673,"Date":"11/23/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":911,"Cost":608,"Date":"1/1/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":767,"Cost":408,"Date":"12/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":167,"Cost":124,"Date":"12/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":579,"Cost":358,"Date":"8/10/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"ARKET","Country":"China","Sale":65,"Cost":48,"Date":"7/14/2024"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":757,"Cost":621,"Date":"11/23/2018"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":705,"Cost":594,"Date":"1/1/2020"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":216,"Cost":152,"Date":"12/27/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":939,"Cost":595,"Date":"12/31/2022"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":157,"Cost":102,"Date":"8/10/2023"},{"Store":"Hefang Street, Hangzhou","Brand":"HM","Country":"China","Sale":485,"Cost":393,"Date":"7/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":257,"Cost":186,"Date":"11/23/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":958,"Cost":694,"Date":"1/1/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":461,"Cost":271,"Date":"12/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":916,"Cost":642,"Date":"12/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":13,"Cost":8,"Date":"8/10/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"ARKET","Country":"China","Sale":55,"Cost":43,"Date":"7/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":132,"Cost":79,"Date":"11/23/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":616,"Cost":475,"Date":"1/1/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":721,"Cost":380,"Date":"12/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":857,"Cost":784,"Date":"12/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":290,"Cost":150,"Date":"8/10/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM","Country":"China","Sale":633,"Cost":350,"Date":"7/14/2024"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":506,"Cost":263,"Date":"11/23/2018"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":887,"Cost":722,"Date":"1/1/2020"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":448,"Cost":320,"Date":"12/27/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":118,"Cost":88,"Date":"12/31/2022"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":666,"Cost":479,"Date":"8/10/2023"},{"Store":"Hangzhou Tower Shopping Mall","Brand":"HM Home","Country":"China","Sale":976,"Cost":706,"Date":"7/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":340,"Cost":303,"Date":"11/23/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":461,"Cost":425,"Date":"1/1/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":877,"Cost":649,"Date":"12/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":561,"Cost":476,"Date":"12/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":336,"Cost":190,"Date":"8/10/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"Sellpy","Country":"China","Sale":190,"Cost":104,"Date":"7/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":603,"Cost":386,"Date":"11/23/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":656,"Cost":479,"Date":"1/1/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":295,"Cost":230,"Date":"12/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":927,"Cost":716,"Date":"12/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":268,"Cost":248,"Date":"8/10/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"HM Home","Country":"China","Sale":783,"Cost":704,"Date":"7/14/2024"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":909,"Cost":646,"Date":"11/23/2018"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":768,"Cost":621,"Date":"1/1/2020"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":332,"Cost":233,"Date":"12/27/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":427,"Cost":373,"Date":"12/31/2022"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":946,"Cost":514,"Date":"8/10/2023"},{"Store":"Xixi Impression City, Hangzhou","Brand":"ARKET","Country":"China","Sale":106,"Cost":78,"Date":"7/14/2024"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":28,"Cost":22,"Date":"11/23/2018"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":334,"Cost":167,"Date":"1/1/2020"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":643,"Cost":551,"Date":"12/27/2022"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":216,"Cost":171,"Date":"12/31/2022"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":180,"Cost":114,"Date":"8/10/2023"},{"Store":"Suzhou Center Mall","Brand":"Jeans","Country":"China","Sale":284,"Cost":177,"Date":"7/14/2024"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":974,"Cost":600,"Date":"11/23/2018"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":562,"Cost":302,"Date":"1/1/2020"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":288,"Cost":255,"Date":"12/27/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":554,"Cost":433,"Date":"12/31/2022"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":925,"Cost":719,"Date":"8/10/2023"},{"Store":"Suzhou Center Mall","Brand":"ARKET","Country":"China","Sale":442,"Cost":379,"Date":"7/14/2024"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":183,"Cost":169,"Date":"11/23/2018"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":57,"Cost":48,"Date":"1/1/2020"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":139,"Cost":72,"Date":"12/27/2022"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":977,"Cost":843,"Date":"12/31/2022"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":380,"Cost":194,"Date":"8/10/2023"},{"Store":"Suzhou Center Mall","Brand":"COS","Country":"China","Sale":584,"Cost":528,"Date":"7/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":146,"Cost":76,"Date":"11/23/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":475,"Cost":370,"Date":"1/1/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":687,"Cost":530,"Date":"12/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":406,"Cost":228,"Date":"12/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":112,"Cost":69,"Date":"8/10/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":434,"Cost":300,"Date":"7/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":306,"Cost":161,"Date":"11/23/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":203,"Cost":154,"Date":"1/1/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":625,"Cost":520,"Date":"12/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":58,"Cost":37,"Date":"12/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":304,"Cost":209,"Date":"8/10/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"Nova","Country":"China","Sale":690,"Cost":500,"Date":"7/14/2024"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":384,"Cost":250,"Date":"11/23/2018"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":138,"Cost":87,"Date":"1/1/2020"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":609,"Cost":331,"Date":"12/27/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":386,"Cost":318,"Date":"12/31/2022"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":317,"Cost":301,"Date":"8/10/2023"},{"Store":"Gubei International Mall, Suzhou","Brand":"COS","Country":"China","Sale":635,"Cost":497,"Date":"7/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":796,"Cost":527,"Date":"11/23/2018"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":387,"Cost":343,"Date":"1/1/2020"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":643,"Cost":567,"Date":"12/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":690,"Cost":389,"Date":"12/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":338,"Cost":202,"Date":"8/10/2023"},{"Store":"Xi'an Century Ginwa","Brand":"Jeans","Country":"China","Sale":549,"Cost":362,"Date":"7/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":295,"Cost":170,"Date":"11/23/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":222,"Cost":169,"Date":"1/1/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":8,"Cost":7,"Date":"12/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":648,"Cost":369,"Date":"12/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":453,"Cost":350,"Date":"8/10/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM Home","Country":"China","Sale":64,"Cost":60,"Date":"7/14/2024"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":544,"Cost":392,"Date":"11/23/2018"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":151,"Cost":82,"Date":"1/1/2020"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":864,"Cost":559,"Date":"12/27/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":334,"Cost":251,"Date":"12/31/2022"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":407,"Cost":288,"Date":"8/10/2023"},{"Store":"Xi'an Century Ginwa","Brand":"HM","Country":"China","Sale":143,"Cost":116,"Date":"7/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":535,"Cost":432,"Date":"11/23/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":59,"Cost":56,"Date":"1/1/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":943,"Cost":570,"Date":"12/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":77,"Cost":65,"Date":"12/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":37,"Cost":31,"Date":"8/10/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"Nova","Country":"China","Sale":369,"Cost":282,"Date":"7/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":966,"Cost":713,"Date":"11/23/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":996,"Cost":549,"Date":"1/1/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":563,"Cost":436,"Date":"12/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":97,"Cost":92,"Date":"12/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":369,"Cost":331,"Date":"8/10/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM Home","Country":"China","Sale":840,"Cost":526,"Date":"7/14/2024"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":343,"Cost":248,"Date":"11/23/2018"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":888,"Cost":520,"Date":"1/1/2020"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":477,"Cost":323,"Date":"12/27/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":191,"Cost":140,"Date":"12/31/2022"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":982,"Cost":885,"Date":"8/10/2023"},{"Store":"Golden Eagle International Mall, Xi'an","Brand":"HM","Country":"China","Sale":720,"Cost":674,"Date":"7/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":275,"Cost":212,"Date":"11/23/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":367,"Cost":274,"Date":"1/1/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":454,"Cost":235,"Date":"12/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":186,"Cost":157,"Date":"12/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":181,"Cost":158,"Date":"8/10/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":265,"Cost":185,"Date":"7/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":587,"Cost":368,"Date":"11/23/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":221,"Cost":136,"Date":"1/1/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":706,"Cost":541,"Date":"12/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":305,"Cost":231,"Date":"12/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":367,"Cost":274,"Date":"8/10/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":425,"Cost":333,"Date":"7/14/2024"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":246,"Cost":154,"Date":"11/23/2018"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":210,"Cost":183,"Date":"1/1/2020"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":445,"Cost":327,"Date":"12/27/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":503,"Cost":267,"Date":"12/31/2022"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":876,"Cost":582,"Date":"8/10/2023"},{"Store":"Tang West Market Mall, Xi'an","Brand":"HM","Country":"China","Sale":180,"Cost":169,"Date":"7/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":511,"Cost":373,"Date":"11/23/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":77,"Cost":49,"Date":"1/1/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":453,"Cost":272,"Date":"12/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":271,"Cost":177,"Date":"12/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":10,"Cost":7,"Date":"8/10/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":397,"Cost":247,"Date":"7/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":922,"Cost":591,"Date":"11/23/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":601,"Cost":322,"Date":"1/1/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":782,"Cost":700,"Date":"12/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":729,"Cost":656,"Date":"12/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":669,"Cost":502,"Date":"8/10/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"ARKET","Country":"China","Sale":785,"Cost":415,"Date":"7/14/2024"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":428,"Cost":299,"Date":"11/23/2018"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":991,"Cost":765,"Date":"1/1/2020"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":420,"Cost":367,"Date":"12/27/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":455,"Cost":298,"Date":"12/31/2022"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":103,"Cost":94,"Date":"8/10/2023"},{"Store":"Deji Plaza, Nanjing","Brand":"Sellpy","Country":"China","Sale":995,"Cost":616,"Date":"7/14/2024"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":562,"Cost":363,"Date":"11/23/2018"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":282,"Cost":150,"Date":"1/1/2020"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":495,"Cost":416,"Date":"12/27/2022"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":804,"Cost":683,"Date":"12/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":655,"Cost":517,"Date":"8/10/2023"},{"Store":"Nanjing Aqua City","Brand":"Sellpy","Country":"China","Sale":488,"Cost":427,"Date":"7/14/2024"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":700,"Cost":377,"Date":"11/23/2018"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":748,"Cost":475,"Date":"1/1/2020"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":465,"Cost":363,"Date":"12/27/2022"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":59,"Cost":38,"Date":"12/31/2022"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":731,"Cost":444,"Date":"8/10/2023"},{"Store":"Nanjing Aqua City","Brand":"HM","Country":"China","Sale":450,"Cost":353,"Date":"7/14/2024"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":390,"Cost":205,"Date":"11/23/2018"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":718,"Cost":496,"Date":"1/1/2020"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":474,"Cost":304,"Date":"12/27/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":326,"Cost":179,"Date":"12/31/2022"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":418,"Cost":395,"Date":"8/10/2023"},{"Store":"Nanjing Aqua City","Brand":"Jeans","Country":"China","Sale":320,"Cost":297,"Date":"7/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":171,"Cost":121,"Date":"11/23/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":173,"Cost":154,"Date":"1/1/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":950,"Cost":838,"Date":"12/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":403,"Cost":253,"Date":"12/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":908,"Cost":733,"Date":"8/10/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":79,"Cost":56,"Date":"7/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":334,"Cost":263,"Date":"11/23/2018"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":716,"Cost":666,"Date":"1/1/2020"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":36,"Cost":28,"Date":"12/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":175,"Cost":162,"Date":"12/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":213,"Cost":112,"Date":"8/10/2023"},{"Store":"Nanjing Xinjiekou","Brand":"ARKET","Country":"China","Sale":77,"Cost":53,"Date":"7/14/2024"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":937,"Cost":646,"Date":"11/23/2018"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":188,"Cost":157,"Date":"1/1/2020"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":715,"Cost":612,"Date":"12/27/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":880,"Cost":635,"Date":"12/31/2022"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":4,"Cost":3,"Date":"8/10/2023"},{"Store":"Nanjing Xinjiekou","Brand":"Jeans","Country":"China","Sale":752,"Cost":378,"Date":"7/14/2024"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":434,"Cost":395,"Date":"11/23/2018"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":438,"Cost":313,"Date":"1/1/2020"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":464,"Cost":234,"Date":"12/27/2022"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":144,"Cost":133,"Date":"12/31/2022"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":960,"Cost":758,"Date":"8/10/2023"},{"Store":"Wuhan International Plaza","Brand":"HM","Country":"China","Sale":641,"Cost":526,"Date":"7/14/2024"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":718,"Cost":545,"Date":"11/23/2018"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":840,"Cost":761,"Date":"1/1/2020"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":742,"Cost":685,"Date":"12/27/2022"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":493,"Cost":311,"Date":"12/31/2022"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":924,"Cost":810,"Date":"8/10/2023"},{"Store":"Wuhan International Plaza","Brand":"Jeans","Country":"China","Sale":66,"Cost":55,"Date":"7/14/2024"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":160,"Cost":105,"Date":"11/23/2018"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":794,"Cost":512,"Date":"1/1/2020"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":20,"Cost":17,"Date":"12/27/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":400,"Cost":324,"Date":"12/31/2022"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":382,"Cost":335,"Date":"8/10/2023"},{"Store":"Wuhan International Plaza","Brand":"HM Home","Country":"China","Sale":569,"Cost":429,"Date":"7/14/2024"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":709,"Cost":648,"Date":"11/23/2018"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":701,"Cost":595,"Date":"1/1/2020"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":81,"Cost":67,"Date":"12/27/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":358,"Cost":302,"Date":"12/31/2022"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":960,"Cost":819,"Date":"8/10/2023"},{"Store":"K11 Wuhan","Brand":"ARKET","Country":"China","Sale":217,"Cost":112,"Date":"7/14/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":316,"Cost":193,"Date":"11/23/2018"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":692,"Cost":494,"Date":"1/1/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":819,"Cost":695,"Date":"12/27/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":85,"Cost":68,"Date":"12/31/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":359,"Cost":332,"Date":"8/10/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":999,"Cost":733,"Date":"7/14/2024"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":927,"Cost":812,"Date":"11/23/2018"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":681,"Cost":585,"Date":"1/1/2020"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":645,"Cost":452,"Date":"12/27/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":311,"Cost":221,"Date":"12/31/2022"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":746,"Cost":601,"Date":"8/10/2023"},{"Store":"K11 Wuhan","Brand":"Nova","Country":"China","Sale":29,"Cost":14,"Date":"7/14/2024"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":758,"Cost":537,"Date":"11/23/2018"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":171,"Cost":99,"Date":"1/1/2020"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":436,"Cost":395,"Date":"12/27/2022"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":792,"Cost":442,"Date":"12/31/2022"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":338,"Cost":252,"Date":"8/10/2023"},{"Store":"Wuhan Han Street","Brand":"Jeans","Country":"China","Sale":931,"Cost":845,"Date":"7/14/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":632,"Cost":441,"Date":"11/23/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":250,"Cost":186,"Date":"1/1/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":591,"Cost":389,"Date":"12/27/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":376,"Cost":319,"Date":"12/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":737,"Cost":610,"Date":"8/10/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":841,"Cost":678,"Date":"7/14/2024"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":70,"Cost":43,"Date":"11/23/2018"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":999,"Cost":832,"Date":"1/1/2020"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":322,"Cost":186,"Date":"12/27/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":242,"Cost":154,"Date":"12/31/2022"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":357,"Cost":178,"Date":"8/10/2023"},{"Store":"Wuhan Han Street","Brand":"HM","Country":"China","Sale":285,"Cost":251,"Date":"7/14/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":884,"Cost":459,"Date":"11/23/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":170,"Cost":99,"Date":"1/1/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":680,"Cost":396,"Date":"12/27/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":428,"Cost":216,"Date":"12/31/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":123,"Cost":103,"Date":"8/10/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":401,"Cost":327,"Date":"7/14/2024"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":623,"Cost":393,"Date":"11/23/2018"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":510,"Cost":257,"Date":"1/1/2020"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":729,"Cost":415,"Date":"12/27/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":312,"Cost":296,"Date":"12/31/2022"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":265,"Cost":192,"Date":"8/10/2023"},{"Store":"Tianjin Joy City","Brand":"HM","Country":"China","Sale":783,"Cost":597,"Date":"7/14/2024"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":260,"Cost":172,"Date":"11/23/2018"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":552,"Cost":407,"Date":"1/1/2020"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":4,"Cost":3,"Date":"12/27/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":931,"Cost":764,"Date":"12/31/2022"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":648,"Cost":525,"Date":"8/10/2023"},{"Store":"Tianjin Joy City","Brand":"Jeans","Country":"China","Sale":305,"Cost":268,"Date":"7/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":426,"Cost":328,"Date":"11/23/2018"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":170,"Cost":90,"Date":"1/1/2020"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":685,"Cost":582,"Date":"12/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":345,"Cost":236,"Date":"12/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":827,"Cost":743,"Date":"8/10/2023"},{"Store":"Riverside 66, Tianjin","Brand":"Jeans","Country":"China","Sale":481,"Cost":272,"Date":"7/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":234,"Cost":161,"Date":"11/23/2018"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":443,"Cost":319,"Date":"1/1/2020"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":466,"Cost":439,"Date":"12/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":213,"Cost":142,"Date":"12/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":924,"Cost":462,"Date":"8/10/2023"},{"Store":"Riverside 66, Tianjin","Brand":"ARKET","Country":"China","Sale":49,"Cost":39,"Date":"7/14/2024"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":305,"Cost":192,"Date":"11/23/2018"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":597,"Cost":438,"Date":"1/1/2020"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":652,"Cost":390,"Date":"12/27/2022"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":571,"Cost":359,"Date":"12/31/2022"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":400,"Cost":254,"Date":"8/10/2023"},{"Store":"Riverside 66, Tianjin","Brand":"HM Home","Country":"China","Sale":392,"Cost":372,"Date":"7/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":652,"Cost":532,"Date":"11/23/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":940,"Cost":583,"Date":"1/1/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":444,"Cost":340,"Date":"12/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":933,"Cost":598,"Date":"12/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":378,"Cost":216,"Date":"8/10/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"Nova","Country":"China","Sale":294,"Cost":149,"Date":"7/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":791,"Cost":646,"Date":"11/23/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":310,"Cost":193,"Date":"1/1/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":136,"Cost":68,"Date":"12/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":631,"Cost":552,"Date":"12/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":529,"Cost":271,"Date":"8/10/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":936,"Cost":660,"Date":"7/14/2024"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":29,"Cost":23,"Date":"11/23/2018"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":302,"Cost":162,"Date":"1/1/2020"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":260,"Cost":144,"Date":"12/27/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":112,"Cost":85,"Date":"12/31/2022"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":623,"Cost":583,"Date":"8/10/2023"},{"Store":"Tianjin Galaxy Mall","Brand":"HM Home","Country":"China","Sale":573,"Cost":529,"Date":"7/14/2024"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":689,"Cost":423,"Date":"11/23/2018"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":63,"Cost":45,"Date":"1/1/2020"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":465,"Cost":362,"Date":"12/27/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":539,"Cost":331,"Date":"12/31/2022"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":30,"Cost":20,"Date":"8/10/2023"},{"Store":"Shenyang Middle Street","Brand":"HM Home","Country":"China","Sale":103,"Cost":77,"Date":"7/14/2024"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":130,"Cost":76,"Date":"11/23/2018"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":713,"Cost":641,"Date":"1/1/2020"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":985,"Cost":572,"Date":"12/27/2022"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":900,"Cost":481,"Date":"12/31/2022"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":452,"Cost":237,"Date":"8/10/2023"},{"Store":"Shenyang Middle Street","Brand":"ARKET","Country":"China","Sale":88,"Cost":47,"Date":"7/14/2024"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":724,"Cost":448,"Date":"11/23/2018"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":537,"Cost":501,"Date":"1/1/2020"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":781,"Cost":481,"Date":"12/27/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":443,"Cost":348,"Date":"12/31/2022"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":997,"Cost":738,"Date":"8/10/2023"},{"Store":"Shenyang Middle Street","Brand":"HM","Country":"China","Sale":677,"Cost":513,"Date":"7/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":954,"Cost":869,"Date":"11/23/2018"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":354,"Cost":317,"Date":"1/1/2020"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":321,"Cost":276,"Date":"12/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":838,"Cost":610,"Date":"12/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":232,"Cost":166,"Date":"8/10/2023"},{"Store":"Shenyang Fashion Square","Brand":"HM","Country":"China","Sale":118,"Cost":84,"Date":"7/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":149,"Cost":120,"Date":"11/23/2018"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":676,"Cost":516,"Date":"1/1/2020"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":226,"Cost":200,"Date":"12/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":716,"Cost":575,"Date":"12/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":478,"Cost":434,"Date":"8/10/2023"},{"Store":"Shenyang Fashion Square","Brand":"COS","Country":"China","Sale":648,"Cost":600,"Date":"7/14/2024"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":742,"Cost":497,"Date":"11/23/2018"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":200,"Cost":133,"Date":"1/1/2020"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":976,"Cost":892,"Date":"12/27/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":882,"Cost":704,"Date":"12/31/2022"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":272,"Cost":232,"Date":"8/10/2023"},{"Store":"Shenyang Fashion Square","Brand":"ARKET","Country":"China","Sale":32,"Cost":17,"Date":"7/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":801,"Cost":469,"Date":"11/23/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":907,"Cost":769,"Date":"1/1/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":912,"Cost":568,"Date":"12/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":645,"Cost":404,"Date":"12/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":121,"Cost":67,"Date":"8/10/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":909,"Cost":604,"Date":"7/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":183,"Cost":92,"Date":"11/23/2018"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":504,"Cost":293,"Date":"1/1/2020"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":262,"Cost":236,"Date":"12/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":265,"Cost":213,"Date":"12/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":628,"Cost":319,"Date":"8/10/2023"},{"Store":"Harbin International Trade Centre","Brand":"HM Home","Country":"China","Sale":65,"Cost":48,"Date":"7/14/2024"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":9,"Cost":7,"Date":"11/23/2018"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":888,"Cost":544,"Date":"1/1/2020"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":639,"Cost":523,"Date":"12/27/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":687,"Cost":444,"Date":"12/31/2022"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":78,"Cost":55,"Date":"8/10/2023"},{"Store":"Harbin International Trade Centre","Brand":"Nova","Country":"China","Sale":647,"Cost":483,"Date":"7/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":897,"Cost":680,"Date":"11/23/2018"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":616,"Cost":545,"Date":"1/1/2020"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":519,"Cost":347,"Date":"12/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":520,"Cost":385,"Date":"12/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":284,"Cost":251,"Date":"8/10/2023"},{"Store":"Harbin Yintai Centre","Brand":"HM Home","Country":"China","Sale":721,"Cost":385,"Date":"7/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":286,"Cost":217,"Date":"11/23/2018"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":586,"Cost":354,"Date":"1/1/2020"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":636,"Cost":337,"Date":"12/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":752,"Cost":568,"Date":"12/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":347,"Cost":320,"Date":"8/10/2023"},{"Store":"Harbin Yintai Centre","Brand":"Nova","Country":"China","Sale":560,"Cost":498,"Date":"7/14/2024"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":786,"Cost":648,"Date":"11/23/2018"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":772,"Cost":517,"Date":"1/1/2020"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":337,"Cost":251,"Date":"12/27/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":833,"Cost":691,"Date":"12/31/2022"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":442,"Cost":388,"Date":"8/10/2023"},{"Store":"Harbin Yintai Centre","Brand":"Sellpy","Country":"China","Sale":499,"Cost":458,"Date":"7/14/2024"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":381,"Cost":336,"Date":"11/23/2018"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":180,"Cost":94,"Date":"1/1/2020"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":617,"Cost":469,"Date":"12/27/2022"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":157,"Cost":129,"Date":"12/31/2022"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":829,"Cost":787,"Date":"8/10/2023"},{"Store":"MixC Qingdao","Brand":"Nova","Country":"China","Sale":177,"Cost":166,"Date":"7/14/2024"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":47,"Cost":27,"Date":"11/23/2018"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":290,"Cost":260,"Date":"1/1/2020"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":134,"Cost":76,"Date":"12/27/2022"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":959,"Cost":899,"Date":"12/31/2022"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":226,"Cost":129,"Date":"8/10/2023"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":666,"Cost":423,"Date":"7/14/2024"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":971,"Cost":523,"Date":"11/23/2018"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":922,"Cost":666,"Date":"1/1/2020"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":868,"Cost":813,"Date":"12/27/2022"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":889,"Cost":691,"Date":"12/31/2022"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":217,"Cost":183,"Date":"8/10/2023"},{"Store":"MixC Qingdao","Brand":"Jeans","Country":"China","Sale":665,"Cost":475,"Date":"7/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":187,"Cost":129,"Date":"11/23/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":29,"Cost":21,"Date":"1/1/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":146,"Cost":84,"Date":"12/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":5,"Cost":4,"Date":"12/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":914,"Cost":658,"Date":"8/10/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"ARKET","Country":"China","Sale":604,"Cost":392,"Date":"7/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":880,"Cost":513,"Date":"11/23/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":605,"Cost":478,"Date":"1/1/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":266,"Cost":160,"Date":"12/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":152,"Cost":141,"Date":"12/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":995,"Cost":537,"Date":"8/10/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"COS","Country":"China","Sale":4,"Cost":3,"Date":"7/14/2024"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":163,"Cost":92,"Date":"11/23/2018"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":176,"Cost":126,"Date":"1/1/2020"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":489,"Cost":319,"Date":"12/27/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":648,"Cost":533,"Date":"12/31/2022"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":395,"Cost":351,"Date":"8/10/2023"},{"Store":"Hisense Plaza, Qingdao","Brand":"Jeans","Country":"China","Sale":790,"Cost":605,"Date":"7/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":635,"Cost":498,"Date":"11/23/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":928,"Cost":730,"Date":"1/1/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":412,"Cost":367,"Date":"12/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":536,"Cost":335,"Date":"12/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":24,"Cost":15,"Date":"8/10/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Sellpy","Country":"China","Sale":527,"Cost":328,"Date":"7/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":792,"Cost":578,"Date":"11/23/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":525,"Cost":432,"Date":"1/1/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":291,"Cost":266,"Date":"12/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":67,"Cost":53,"Date":"12/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":127,"Cost":109,"Date":"8/10/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"Nova","Country":"China","Sale":288,"Cost":203,"Date":"7/14/2024"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":404,"Cost":334,"Date":"11/23/2018"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":526,"Cost":326,"Date":"1/1/2020"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":850,"Cost":479,"Date":"12/27/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":333,"Cost":235,"Date":"12/31/2022"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":933,"Cost":498,"Date":"8/10/2023"},{"Store":"Grand Shopping Mall, Qingdao","Brand":"HM Home","Country":"China","Sale":672,"Cost":502,"Date":"7/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":533,"Cost":325,"Date":"11/23/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":964,"Cost":699,"Date":"1/1/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":113,"Cost":97,"Date":"12/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":263,"Cost":144,"Date":"12/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":589,"Cost":328,"Date":"8/10/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM","Country":"China","Sale":525,"Cost":439,"Date":"7/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":727,"Cost":523,"Date":"11/23/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":467,"Cost":315,"Date":"1/1/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":834,"Cost":767,"Date":"12/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":934,"Cost":529,"Date":"12/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":919,"Cost":601,"Date":"8/10/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":469,"Cost":388,"Date":"7/14/2024"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":336,"Cost":302,"Date":"11/23/2018"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":329,"Cost":280,"Date":"1/1/2020"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":700,"Cost":631,"Date":"12/27/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":355,"Cost":189,"Date":"12/31/2022"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":15,"Cost":14,"Date":"8/10/2023"},{"Store":"Xiamen SM City Mall","Brand":"HM Home","Country":"China","Sale":929,"Cost":795,"Date":"7/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":757,"Cost":427,"Date":"11/23/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":590,"Cost":481,"Date":"1/1/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":742,"Cost":371,"Date":"12/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":496,"Cost":425,"Date":"12/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":203,"Cost":151,"Date":"8/10/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":880,"Cost":478,"Date":"7/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":163,"Cost":115,"Date":"11/23/2018"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":188,"Cost":164,"Date":"1/1/2020"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":659,"Cost":394,"Date":"12/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":843,"Cost":765,"Date":"12/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":155,"Cost":145,"Date":"8/10/2023"},{"Store":"Xiamen Haicang MixC","Brand":"HM","Country":"China","Sale":153,"Cost":89,"Date":"7/14/2024"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":898,"Cost":841,"Date":"11/23/2018"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":882,"Cost":456,"Date":"1/1/2020"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":316,"Cost":178,"Date":"12/27/2022"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":878,"Cost":459,"Date":"12/31/2022"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":655,"Cost":411,"Date":"8/10/2023"},{"Store":"Xiamen Haicang MixC","Brand":"COS","Country":"China","Sale":982,"Cost":563,"Date":"7/14/2024"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":135,"Cost":120,"Date":"11/23/2018"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":595,"Cost":524,"Date":"1/1/2020"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":85,"Cost":62,"Date":"12/27/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":463,"Cost":351,"Date":"12/31/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":76,"Cost":63,"Date":"8/10/2023"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":280,"Cost":193,"Date":"7/14/2024"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":136,"Cost":89,"Date":"11/23/2018"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":301,"Cost":199,"Date":"1/1/2020"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":896,"Cost":619,"Date":"12/27/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":854,"Cost":684,"Date":"12/31/2022"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":922,"Cost":685,"Date":"8/10/2023"},{"Store":"Fuzhou MixC","Brand":"ARKET","Country":"China","Sale":680,"Cost":377,"Date":"7/14/2024"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":782,"Cost":727,"Date":"11/23/2018"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":22,"Cost":19,"Date":"1/1/2020"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":621,"Cost":329,"Date":"12/27/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":704,"Cost":464,"Date":"12/31/2022"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":746,"Cost":615,"Date":"8/10/2023"},{"Store":"Fuzhou MixC","Brand":"HM Home","Country":"China","Sale":797,"Cost":743,"Date":"7/14/2024"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":497,"Cost":298,"Date":"11/23/2018"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":768,"Cost":489,"Date":"1/1/2020"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":873,"Cost":494,"Date":"12/27/2022"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":368,"Cost":279,"Date":"12/31/2022"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":200,"Cost":105,"Date":"8/10/2023"},{"Store":"Fuzhou K11","Brand":"HM Home","Country":"China","Sale":3,"Cost":2,"Date":"7/14/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":186,"Cost":142,"Date":"11/23/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":410,"Cost":281,"Date":"1/1/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":534,"Cost":341,"Date":"12/27/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":728,"Cost":630,"Date":"12/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":218,"Cost":160,"Date":"8/10/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":520,"Cost":260,"Date":"7/14/2024"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":910,"Cost":573,"Date":"11/23/2018"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":574,"Cost":371,"Date":"1/1/2020"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":112,"Cost":90,"Date":"12/27/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":644,"Cost":562,"Date":"12/31/2022"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":510,"Cost":323,"Date":"8/10/2023"},{"Store":"Fuzhou K11","Brand":"HM","Country":"China","Sale":351,"Cost":315,"Date":"7/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":134,"Cost":113,"Date":"11/23/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":240,"Cost":183,"Date":"1/1/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":323,"Cost":182,"Date":"12/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":109,"Cost":87,"Date":"12/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":557,"Cost":441,"Date":"8/10/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"HM Home","Country":"China","Sale":88,"Cost":80,"Date":"7/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":288,"Cost":238,"Date":"11/23/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":647,"Cost":528,"Date":"1/1/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":570,"Cost":473,"Date":"12/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":407,"Cost":309,"Date":"12/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":917,"Cost":730,"Date":"8/10/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"COS","Country":"China","Sale":1,"Cost":0,"Date":"7/14/2024"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":764,"Cost":541,"Date":"11/23/2018"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":724,"Cost":488,"Date":"1/1/2020"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":670,"Cost":576,"Date":"12/27/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":278,"Cost":196,"Date":"12/31/2022"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":192,"Cost":167,"Date":"8/10/2023"},{"Store":"Dalian Friendship Shopping Mall","Brand":"Nova","Country":"China","Sale":151,"Cost":143,"Date":"7/14/2024"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":787,"Cost":584,"Date":"11/23/2018"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":606,"Cost":381,"Date":"1/1/2020"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":550,"Cost":417,"Date":"12/27/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":677,"Cost":537,"Date":"12/31/2022"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":617,"Cost":438,"Date":"8/10/2023"},{"Store":"Dalian Plaza","Brand":"COS","Country":"China","Sale":666,"Cost":512,"Date":"7/14/2024"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":333,"Cost":219,"Date":"11/23/2018"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":678,"Cost":510,"Date":"1/1/2020"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":35,"Cost":32,"Date":"12/27/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":229,"Cost":145,"Date":"12/31/2022"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":325,"Cost":256,"Date":"8/10/2023"},{"Store":"Dalian Plaza","Brand":"HM","Country":"China","Sale":275,"Cost":168,"Date":"7/14/2024"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":920,"Cost":731,"Date":"11/23/2018"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":867,"Cost":565,"Date":"1/1/2020"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":589,"Cost":478,"Date":"12/27/2022"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":503,"Cost":423,"Date":"12/31/2022"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":919,"Cost":828,"Date":"8/10/2023"},{"Store":"Dalian Plaza","Brand":"ARKET","Country":"China","Sale":692,"Cost":534,"Date":"7/14/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":717,"Cost":590,"Date":"11/23/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":915,"Cost":723,"Date":"1/1/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":215,"Cost":202,"Date":"12/27/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":838,"Cost":700,"Date":"12/31/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":132,"Cost":82,"Date":"8/10/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":22,"Cost":11,"Date":"7/14/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":444,"Cost":371,"Date":"11/23/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":827,"Cost":454,"Date":"1/1/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":652,"Cost":420,"Date":"12/27/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":531,"Cost":381,"Date":"12/31/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":681,"Cost":436,"Date":"8/10/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":430,"Cost":382,"Date":"7/14/2024"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":383,"Cost":244,"Date":"11/23/2018"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":685,"Cost":492,"Date":"1/1/2020"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":460,"Cost":415,"Date":"12/27/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":680,"Cost":362,"Date":"12/31/2022"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":392,"Cost":206,"Date":"8/10/2023"},{"Store":"Field's, Copenhagen","Brand":"HM","Country":"Denmark","Sale":671,"Cost":622,"Date":"7/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":629,"Cost":519,"Date":"11/23/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":265,"Cost":188,"Date":"1/1/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":356,"Cost":315,"Date":"12/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":763,"Cost":539,"Date":"12/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":150,"Cost":131,"Date":"8/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"HM","Country":"Denmark","Sale":103,"Cost":65,"Date":"7/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":835,"Cost":780,"Date":"11/23/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":568,"Cost":494,"Date":"1/1/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":723,"Cost":613,"Date":"12/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":636,"Cost":555,"Date":"12/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":187,"Cost":174,"Date":"8/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"COS","Country":"Denmark","Sale":792,"Cost":714,"Date":"7/14/2024"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":706,"Cost":640,"Date":"11/23/2018"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":873,"Cost":564,"Date":"1/1/2020"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":77,"Cost":40,"Date":"12/27/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":706,"Cost":353,"Date":"12/31/2022"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":774,"Cost":528,"Date":"8/10/2023"},{"Store":"Tivoli Food Hall, Copenhagen","Brand":"ARKET","Country":"Denmark","Sale":393,"Cost":309,"Date":"7/14/2024"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":559,"Cost":514,"Date":"11/23/2018"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":196,"Cost":167,"Date":"1/1/2020"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":327,"Cost":296,"Date":"12/27/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":177,"Cost":142,"Date":"12/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":364,"Cost":235,"Date":"8/10/2023"},{"Store":"Illum, Copenhagen","Brand":"HM Home","Country":"Denmark","Sale":7,"Cost":4,"Date":"7/14/2024"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":263,"Cost":183,"Date":"11/23/2018"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":779,"Cost":731,"Date":"1/1/2020"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":97,"Cost":58,"Date":"12/27/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":869,"Cost":485,"Date":"12/31/2022"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":601,"Cost":374,"Date":"8/10/2023"},{"Store":"Illum, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":656,"Cost":450,"Date":"7/14/2024"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":584,"Cost":454,"Date":"11/23/2018"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":553,"Cost":472,"Date":"1/1/2020"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":209,"Cost":162,"Date":"12/27/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":373,"Cost":344,"Date":"12/31/2022"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":667,"Cost":496,"Date":"8/10/2023"},{"Store":"Illum, Copenhagen","Brand":"HM","Country":"Denmark","Sale":728,"Cost":586,"Date":"7/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":382,"Cost":253,"Date":"11/23/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":851,"Cost":587,"Date":"1/1/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":204,"Cost":153,"Date":"12/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":648,"Cost":411,"Date":"12/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":311,"Cost":265,"Date":"8/10/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"COS","Country":"Denmark","Sale":707,"Cost":605,"Date":"7/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":586,"Cost":355,"Date":"11/23/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":142,"Cost":103,"Date":"1/1/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":589,"Cost":503,"Date":"12/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":421,"Cost":250,"Date":"12/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":698,"Cost":389,"Date":"8/10/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"HM","Country":"Denmark","Sale":724,"Cost":441,"Date":"7/14/2024"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":670,"Cost":531,"Date":"11/23/2018"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":101,"Cost":79,"Date":"1/1/2020"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":656,"Cost":463,"Date":"12/27/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":985,"Cost":575,"Date":"12/31/2022"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":391,"Cost":220,"Date":"8/10/2023"},{"Store":"Magasin du Nord, Copenhagen","Brand":"Jeans","Country":"Denmark","Sale":394,"Cost":329,"Date":"7/14/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":928,"Cost":846,"Date":"11/23/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":576,"Cost":393,"Date":"1/1/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":979,"Cost":697,"Date":"12/27/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":681,"Cost":634,"Date":"12/31/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":159,"Cost":87,"Date":"8/10/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":451,"Cost":271,"Date":"7/14/2024"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":776,"Cost":550,"Date":"11/23/2018"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":777,"Cost":600,"Date":"1/1/2020"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":103,"Cost":52,"Date":"12/27/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":362,"Cost":266,"Date":"12/31/2022"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":329,"Cost":186,"Date":"8/10/2023"},{"Store":"Frederiksberg Center","Brand":"COS","Country":"Denmark","Sale":923,"Cost":647,"Date":"7/14/2024"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":114,"Cost":86,"Date":"11/23/2018"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":532,"Cost":380,"Date":"1/1/2020"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":374,"Cost":312,"Date":"12/27/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":463,"Cost":267,"Date":"12/31/2022"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":897,"Cost":746,"Date":"8/10/2023"},{"Store":"Frederiksberg Center","Brand":"Nova","Country":"Denmark","Sale":721,"Cost":495,"Date":"7/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":28,"Cost":15,"Date":"11/23/2018"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":74,"Cost":42,"Date":"1/1/2020"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":240,"Cost":179,"Date":"12/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":784,"Cost":467,"Date":"12/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":250,"Cost":165,"Date":"8/10/2023"},{"Store":"City2, Høje Taastrup","Brand":"Nova","Country":"Denmark","Sale":505,"Cost":279,"Date":"7/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":997,"Cost":866,"Date":"11/23/2018"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":55,"Cost":48,"Date":"1/1/2020"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":520,"Cost":354,"Date":"12/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":379,"Cost":267,"Date":"12/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":625,"Cost":576,"Date":"8/10/2023"},{"Store":"City2, Høje Taastrup","Brand":"HM","Country":"Denmark","Sale":142,"Cost":101,"Date":"7/14/2024"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":121,"Cost":89,"Date":"11/23/2018"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":815,"Cost":412,"Date":"1/1/2020"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":680,"Cost":449,"Date":"12/27/2022"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":818,"Cost":550,"Date":"12/31/2022"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":48,"Cost":43,"Date":"8/10/2023"},{"Store":"City2, Høje Taastrup","Brand":"Sellpy","Country":"Denmark","Sale":516,"Cost":309,"Date":"7/14/2024"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":252,"Cost":171,"Date":"11/23/2018"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":653,"Cost":530,"Date":"1/1/2020"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":371,"Cost":211,"Date":"12/27/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":901,"Cost":678,"Date":"12/31/2022"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":193,"Cost":97,"Date":"8/10/2023"},{"Store":"Rødovre Centrum","Brand":"COS","Country":"Denmark","Sale":121,"Cost":85,"Date":"7/14/2024"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":156,"Cost":88,"Date":"11/23/2018"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":740,"Cost":556,"Date":"1/1/2020"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":191,"Cost":146,"Date":"12/27/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":885,"Cost":505,"Date":"12/31/2022"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":387,"Cost":276,"Date":"8/10/2023"},{"Store":"Rødovre Centrum","Brand":"HM Home","Country":"Denmark","Sale":793,"Cost":607,"Date":"7/14/2024"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":542,"Cost":437,"Date":"11/23/2018"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":560,"Cost":290,"Date":"1/1/2020"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":575,"Cost":484,"Date":"12/27/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":90,"Cost":68,"Date":"12/31/2022"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":670,"Cost":340,"Date":"8/10/2023"},{"Store":"Rødovre Centrum","Brand":"Jeans","Country":"Denmark","Sale":960,"Cost":910,"Date":"7/14/2024"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":605,"Cost":455,"Date":"11/23/2018"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":259,"Cost":182,"Date":"1/1/2020"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":280,"Cost":256,"Date":"12/27/2022"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":973,"Cost":558,"Date":"12/31/2022"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":291,"Cost":214,"Date":"8/10/2023"},{"Store":"Lyngby Storcenter","Brand":"COS","Country":"Denmark","Sale":830,"Cost":584,"Date":"7/14/2024"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":460,"Cost":242,"Date":"11/23/2018"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":201,"Cost":137,"Date":"1/1/2020"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":922,"Cost":655,"Date":"12/27/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":929,"Cost":613,"Date":"12/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":151,"Cost":83,"Date":"8/10/2023"},{"Store":"Lyngby Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":144,"Cost":88,"Date":"7/14/2024"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":30,"Cost":21,"Date":"11/23/2018"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":481,"Cost":260,"Date":"1/1/2020"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":512,"Cost":388,"Date":"12/27/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":551,"Cost":426,"Date":"12/31/2022"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":270,"Cost":199,"Date":"8/10/2023"},{"Store":"Lyngby Storcenter","Brand":"Nova","Country":"Denmark","Sale":874,"Cost":516,"Date":"7/14/2024"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":112,"Cost":76,"Date":"11/23/2018"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":660,"Cost":434,"Date":"1/1/2020"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":288,"Cost":266,"Date":"12/27/2022"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":158,"Cost":130,"Date":"12/31/2022"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":18,"Cost":16,"Date":"8/10/2023"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":24,"Cost":23,"Date":"7/14/2024"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":527,"Cost":347,"Date":"11/23/2018"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":647,"Cost":326,"Date":"1/1/2020"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":573,"Cost":470,"Date":"12/27/2022"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":502,"Cost":312,"Date":"12/31/2022"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":515,"Cost":330,"Date":"8/10/2023"},{"Store":"Kolding Storcenter","Brand":"COS","Country":"Denmark","Sale":482,"Cost":452,"Date":"7/14/2024"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":138,"Cost":94,"Date":"11/23/2018"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":60,"Cost":57,"Date":"1/1/2020"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":737,"Cost":504,"Date":"12/27/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":883,"Cost":754,"Date":"12/31/2022"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":740,"Cost":622,"Date":"8/10/2023"},{"Store":"Kolding Storcenter","Brand":"Sellpy","Country":"Denmark","Sale":282,"Cost":183,"Date":"7/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":250,"Cost":220,"Date":"11/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":869,"Cost":469,"Date":"1/1/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":899,"Cost":723,"Date":"12/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":856,"Cost":563,"Date":"12/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":787,"Cost":563,"Date":"8/10/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":79,"Cost":56,"Date":"7/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":243,"Cost":142,"Date":"11/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":76,"Cost":43,"Date":"1/1/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":783,"Cost":610,"Date":"12/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":146,"Cost":91,"Date":"12/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":455,"Cost":302,"Date":"8/10/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"COS","Country":"Denmark","Sale":309,"Cost":258,"Date":"7/14/2024"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":576,"Cost":400,"Date":"11/23/2018"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":64,"Cost":45,"Date":"1/1/2020"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":733,"Cost":635,"Date":"12/27/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":138,"Cost":74,"Date":"12/31/2022"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":842,"Cost":698,"Date":"8/10/2023"},{"Store":"Rosengårdcentret, Odense","Brand":"HM","Country":"Denmark","Sale":969,"Cost":764,"Date":"7/14/2024"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":284,"Cost":172,"Date":"11/23/2018"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":399,"Cost":357,"Date":"1/1/2020"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":462,"Cost":435,"Date":"12/27/2022"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":735,"Cost":558,"Date":"12/31/2022"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":589,"Cost":502,"Date":"8/10/2023"},{"Store":"Aalborg Storcenter","Brand":"HM","Country":"Denmark","Sale":262,"Cost":221,"Date":"7/14/2024"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":352,"Cost":178,"Date":"11/23/2018"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":29,"Cost":22,"Date":"1/1/2020"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":129,"Cost":64,"Date":"12/27/2022"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":732,"Cost":447,"Date":"12/31/2022"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":858,"Cost":743,"Date":"8/10/2023"},{"Store":"Aalborg Storcenter","Brand":"ARKET","Country":"Denmark","Sale":863,"Cost":667,"Date":"7/14/2024"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":931,"Cost":548,"Date":"11/23/2018"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":892,"Cost":784,"Date":"1/1/2020"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":827,"Cost":703,"Date":"12/27/2022"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":283,"Cost":197,"Date":"12/31/2022"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":459,"Cost":279,"Date":"8/10/2023"},{"Store":"Aalborg Storcenter","Brand":"Jeans","Country":"Denmark","Sale":575,"Cost":470,"Date":"7/14/2024"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":636,"Cost":411,"Date":"11/23/2018"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":715,"Cost":439,"Date":"1/1/2020"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":545,"Cost":448,"Date":"12/27/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":551,"Cost":412,"Date":"12/31/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":963,"Cost":902,"Date":"8/10/2023"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":409,"Cost":293,"Date":"7/14/2024"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":186,"Cost":150,"Date":"11/23/2018"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":704,"Cost":577,"Date":"1/1/2020"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":414,"Cost":316,"Date":"12/27/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":58,"Cost":40,"Date":"12/31/2022"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":290,"Cost":217,"Date":"8/10/2023"},{"Store":"HerningCentret","Brand":"Nova","Country":"Denmark","Sale":392,"Cost":271,"Date":"7/14/2024"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":177,"Cost":134,"Date":"11/23/2018"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":459,"Cost":338,"Date":"1/1/2020"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":825,"Cost":546,"Date":"12/27/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":649,"Cost":603,"Date":"12/31/2022"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":658,"Cost":455,"Date":"8/10/2023"},{"Store":"HerningCentret","Brand":"ARKET","Country":"Denmark","Sale":200,"Cost":167,"Date":"7/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":653,"Cost":474,"Date":"11/23/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":973,"Cost":717,"Date":"1/1/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":11,"Cost":11,"Date":"12/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":690,"Cost":578,"Date":"12/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":645,"Cost":561,"Date":"8/10/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":156,"Cost":138,"Date":"7/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":534,"Cost":382,"Date":"11/23/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":702,"Cost":537,"Date":"1/1/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":432,"Cost":342,"Date":"12/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":929,"Cost":789,"Date":"12/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":637,"Cost":522,"Date":"8/10/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"HM","Country":"Denmark","Sale":908,"Cost":814,"Date":"7/14/2024"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":213,"Cost":138,"Date":"11/23/2018"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":494,"Cost":365,"Date":"1/1/2020"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":130,"Cost":120,"Date":"12/27/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":415,"Cost":207,"Date":"12/31/2022"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":653,"Cost":327,"Date":"8/10/2023"},{"Store":"SlotsArkaderne, Hillerød","Brand":"ARKET","Country":"Denmark","Sale":789,"Cost":520,"Date":"7/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":829,"Cost":458,"Date":"11/23/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":882,"Cost":510,"Date":"1/1/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":755,"Cost":430,"Date":"12/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":228,"Cost":184,"Date":"12/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":474,"Cost":253,"Date":"8/10/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"Sellpy","Country":"Denmark","Sale":52,"Cost":47,"Date":"7/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":696,"Cost":383,"Date":"11/23/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":775,"Cost":503,"Date":"1/1/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":499,"Cost":405,"Date":"12/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":729,"Cost":568,"Date":"12/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":208,"Cost":142,"Date":"8/10/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"HM","Country":"Denmark","Sale":267,"Cost":145,"Date":"7/14/2024"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":872,"Cost":792,"Date":"11/23/2018"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":956,"Cost":892,"Date":"1/1/2020"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":687,"Cost":440,"Date":"12/27/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":567,"Cost":353,"Date":"12/31/2022"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":994,"Cost":931,"Date":"8/10/2023"},{"Store":"Ro's Torv, Roskilde","Brand":"COS","Country":"Denmark","Sale":158,"Cost":103,"Date":"7/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":693,"Cost":640,"Date":"11/23/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":508,"Cost":435,"Date":"1/1/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":252,"Cost":176,"Date":"12/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":212,"Cost":125,"Date":"12/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":487,"Cost":462,"Date":"8/10/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Nova","Country":"Finland","Sale":652,"Cost":348,"Date":"7/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":873,"Cost":630,"Date":"11/23/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":228,"Cost":144,"Date":"1/1/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":206,"Cost":149,"Date":"12/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":392,"Cost":214,"Date":"12/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":835,"Cost":512,"Date":"8/10/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"HM","Country":"Finland","Sale":965,"Cost":729,"Date":"7/14/2024"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":56,"Cost":35,"Date":"11/23/2018"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":180,"Cost":124,"Date":"1/1/2020"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":834,"Cost":457,"Date":"12/27/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":57,"Cost":30,"Date":"12/31/2022"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":732,"Cost":573,"Date":"8/10/2023"},{"Store":"Mall of Tripla, Helsinki","Brand":"Jeans","Country":"Finland","Sale":6,"Cost":5,"Date":"7/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":795,"Cost":752,"Date":"11/23/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":633,"Cost":389,"Date":"1/1/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":390,"Cost":210,"Date":"12/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":366,"Cost":199,"Date":"12/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":578,"Cost":534,"Date":"8/10/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Sellpy","Country":"Finland","Sale":50,"Cost":41,"Date":"7/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":208,"Cost":161,"Date":"11/23/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":285,"Cost":240,"Date":"1/1/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":169,"Cost":154,"Date":"12/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":877,"Cost":833,"Date":"12/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":885,"Cost":810,"Date":"8/10/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"HM","Country":"Finland","Sale":125,"Cost":114,"Date":"7/14/2024"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":110,"Cost":95,"Date":"11/23/2018"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":744,"Cost":700,"Date":"1/1/2020"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":528,"Cost":483,"Date":"12/27/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":633,"Cost":465,"Date":"12/31/2022"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":409,"Cost":281,"Date":"8/10/2023"},{"Store":"Kamppi Shopping Centre, Helsinki","Brand":"Nova","Country":"Finland","Sale":410,"Cost":218,"Date":"7/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":471,"Cost":314,"Date":"11/23/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":540,"Cost":435,"Date":"1/1/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":954,"Cost":796,"Date":"12/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":729,"Cost":679,"Date":"12/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":73,"Cost":50,"Date":"8/10/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":246,"Cost":230,"Date":"7/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":333,"Cost":272,"Date":"11/23/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":623,"Cost":554,"Date":"1/1/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":665,"Cost":381,"Date":"12/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":640,"Cost":338,"Date":"12/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":934,"Cost":517,"Date":"8/10/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"Nova","Country":"Finland","Sale":670,"Cost":570,"Date":"7/14/2024"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":600,"Cost":474,"Date":"11/23/2018"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":482,"Cost":295,"Date":"1/1/2020"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":21,"Cost":11,"Date":"12/27/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":699,"Cost":656,"Date":"12/31/2022"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":295,"Cost":244,"Date":"8/10/2023"},{"Store":"Redi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":575,"Cost":512,"Date":"7/14/2024"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":687,"Cost":562,"Date":"11/23/2018"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":74,"Cost":40,"Date":"1/1/2020"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":162,"Cost":153,"Date":"12/27/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":673,"Cost":405,"Date":"12/31/2022"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":117,"Cost":105,"Date":"8/10/2023"},{"Store":"Forum, Helsinki","Brand":"HM","Country":"Finland","Sale":603,"Cost":345,"Date":"7/14/2024"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":806,"Cost":555,"Date":"11/23/2018"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":790,"Cost":719,"Date":"1/1/2020"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":221,"Cost":127,"Date":"12/27/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":575,"Cost":358,"Date":"12/31/2022"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":103,"Cost":62,"Date":"8/10/2023"},{"Store":"Forum, Helsinki","Brand":"ARKET","Country":"Finland","Sale":468,"Cost":384,"Date":"7/14/2024"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":224,"Cost":191,"Date":"11/23/2018"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":176,"Cost":157,"Date":"1/1/2020"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":399,"Cost":285,"Date":"12/27/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":960,"Cost":633,"Date":"12/31/2022"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":323,"Cost":205,"Date":"8/10/2023"},{"Store":"Forum, Helsinki","Brand":"Jeans","Country":"Finland","Sale":39,"Cost":36,"Date":"7/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":830,"Cost":501,"Date":"11/23/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":328,"Cost":221,"Date":"1/1/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":806,"Cost":737,"Date":"12/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":689,"Cost":524,"Date":"12/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":889,"Cost":544,"Date":"8/10/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"HM Home","Country":"Finland","Sale":232,"Cost":193,"Date":"7/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":708,"Cost":583,"Date":"11/23/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":41,"Cost":29,"Date":"1/1/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":533,"Cost":361,"Date":"12/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":157,"Cost":121,"Date":"12/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":18,"Cost":13,"Date":"8/10/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":189,"Cost":131,"Date":"7/14/2024"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":628,"Cost":523,"Date":"11/23/2018"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":497,"Cost":394,"Date":"1/1/2020"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":469,"Cost":360,"Date":"12/27/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":714,"Cost":596,"Date":"12/31/2022"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":353,"Cost":276,"Date":"8/10/2023"},{"Store":"Kluuvi Shopping Center, Helsinki","Brand":"ARKET","Country":"Finland","Sale":884,"Cost":559,"Date":"7/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":948,"Cost":509,"Date":"11/23/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":596,"Cost":489,"Date":"1/1/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":245,"Cost":186,"Date":"12/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":596,"Cost":432,"Date":"12/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":334,"Cost":275,"Date":"8/10/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"ARKET","Country":"Finland","Sale":372,"Cost":197,"Date":"7/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":922,"Cost":737,"Date":"11/23/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":954,"Cost":754,"Date":"1/1/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":864,"Cost":703,"Date":"12/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":933,"Cost":741,"Date":"12/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":717,"Cost":437,"Date":"8/10/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":721,"Cost":489,"Date":"7/14/2024"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":955,"Cost":565,"Date":"11/23/2018"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":473,"Cost":249,"Date":"1/1/2020"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":497,"Cost":421,"Date":"12/27/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":671,"Cost":444,"Date":"12/31/2022"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":472,"Cost":285,"Date":"8/10/2023"},{"Store":"Itis (Itäkeskus), Helsinki","Brand":"Sellpy","Country":"Finland","Sale":6,"Cost":6,"Date":"7/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":765,"Cost":642,"Date":"11/23/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":158,"Cost":114,"Date":"1/1/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":462,"Cost":310,"Date":"12/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":734,"Cost":391,"Date":"12/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":575,"Cost":297,"Date":"8/10/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"Sellpy","Country":"Finland","Sale":404,"Cost":367,"Date":"7/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":210,"Cost":129,"Date":"11/23/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":211,"Cost":108,"Date":"1/1/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":504,"Cost":362,"Date":"12/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":10,"Cost":6,"Date":"12/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":757,"Cost":603,"Date":"8/10/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"COS","Country":"Finland","Sale":77,"Cost":73,"Date":"7/14/2024"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":261,"Cost":164,"Date":"11/23/2018"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":768,"Cost":547,"Date":"1/1/2020"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":165,"Cost":129,"Date":"12/27/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":849,"Cost":627,"Date":"12/31/2022"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":819,"Cost":420,"Date":"8/10/2023"},{"Store":"Jumbo Shopping Centre, Vantaa","Brand":"ARKET","Country":"Finland","Sale":427,"Cost":261,"Date":"7/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":114,"Cost":100,"Date":"11/23/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":970,"Cost":576,"Date":"1/1/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":665,"Cost":566,"Date":"12/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":484,"Cost":248,"Date":"12/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":22,"Cost":12,"Date":"8/10/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"HM","Country":"Finland","Sale":314,"Cost":175,"Date":"7/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":902,"Cost":779,"Date":"11/23/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":353,"Cost":222,"Date":"1/1/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":903,"Cost":459,"Date":"12/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":930,"Cost":720,"Date":"12/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":394,"Cost":308,"Date":"8/10/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Jeans","Country":"Finland","Sale":807,"Cost":651,"Date":"7/14/2024"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":133,"Cost":77,"Date":"11/23/2018"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":106,"Cost":65,"Date":"1/1/2020"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":881,"Cost":513,"Date":"12/27/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":681,"Cost":553,"Date":"12/31/2022"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":135,"Cost":80,"Date":"8/10/2023"},{"Store":"Myyrmanni Shopping Centre, Vantaa","Brand":"Nova","Country":"Finland","Sale":596,"Cost":460,"Date":"7/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":744,"Cost":396,"Date":"11/23/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":605,"Cost":508,"Date":"1/1/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":1000,"Cost":657,"Date":"12/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":857,"Cost":530,"Date":"12/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":459,"Cost":382,"Date":"8/10/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":865,"Cost":752,"Date":"7/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":400,"Cost":220,"Date":"11/23/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":267,"Cost":219,"Date":"1/1/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":463,"Cost":291,"Date":"12/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":996,"Cost":921,"Date":"12/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":977,"Cost":826,"Date":"8/10/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"HM","Country":"Finland","Sale":474,"Cost":442,"Date":"7/14/2024"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":488,"Cost":392,"Date":"11/23/2018"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":319,"Cost":283,"Date":"1/1/2020"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":788,"Cost":736,"Date":"12/27/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":298,"Cost":176,"Date":"12/31/2022"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":922,"Cost":495,"Date":"8/10/2023"},{"Store":"Sello Shopping Centre, Espoo","Brand":"Jeans","Country":"Finland","Sale":931,"Cost":649,"Date":"7/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":255,"Cost":127,"Date":"11/23/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":822,"Cost":540,"Date":"1/1/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":740,"Cost":427,"Date":"12/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":395,"Cost":288,"Date":"12/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":562,"Cost":286,"Date":"8/10/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":270,"Cost":239,"Date":"7/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":439,"Cost":418,"Date":"11/23/2018"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":717,"Cost":521,"Date":"1/1/2020"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":43,"Cost":36,"Date":"12/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":789,"Cost":489,"Date":"12/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":44,"Cost":22,"Date":"8/10/2023"},{"Store":"Iso Omena, Espoo","Brand":"Jeans","Country":"Finland","Sale":396,"Cost":358,"Date":"7/14/2024"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":549,"Cost":314,"Date":"11/23/2018"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":186,"Cost":131,"Date":"1/1/2020"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":259,"Cost":195,"Date":"12/27/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":205,"Cost":161,"Date":"12/31/2022"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":971,"Cost":605,"Date":"8/10/2023"},{"Store":"Iso Omena, Espoo","Brand":"ARKET","Country":"Finland","Sale":159,"Cost":92,"Date":"7/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":166,"Cost":116,"Date":"11/23/2018"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":837,"Cost":732,"Date":"1/1/2020"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":55,"Cost":44,"Date":"12/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":374,"Cost":268,"Date":"12/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":185,"Cost":134,"Date":"8/10/2023"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":28,"Cost":18,"Date":"7/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":571,"Cost":306,"Date":"11/23/2018"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":961,"Cost":854,"Date":"1/1/2020"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":142,"Cost":111,"Date":"12/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":268,"Cost":186,"Date":"12/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":270,"Cost":189,"Date":"8/10/2023"},{"Store":"Hansa Emporium, Turku","Brand":"COS","Country":"Finland","Sale":567,"Cost":471,"Date":"7/14/2024"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":482,"Cost":377,"Date":"11/23/2018"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":556,"Cost":456,"Date":"1/1/2020"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":961,"Cost":720,"Date":"12/27/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":99,"Cost":80,"Date":"12/31/2022"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":909,"Cost":681,"Date":"8/10/2023"},{"Store":"Hansa Emporium, Turku","Brand":"HM Home","Country":"Finland","Sale":205,"Cost":128,"Date":"7/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":3,"Cost":2,"Date":"11/23/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":144,"Cost":114,"Date":"1/1/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":288,"Cost":175,"Date":"12/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":361,"Cost":304,"Date":"12/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":856,"Cost":472,"Date":"8/10/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":338,"Cost":243,"Date":"7/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":571,"Cost":335,"Date":"11/23/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":629,"Cost":322,"Date":"1/1/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":928,"Cost":727,"Date":"12/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":46,"Cost":29,"Date":"12/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":297,"Cost":279,"Date":"8/10/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"COS","Country":"Finland","Sale":680,"Cost":532,"Date":"7/14/2024"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":906,"Cost":743,"Date":"11/23/2018"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":795,"Cost":460,"Date":"1/1/2020"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":712,"Cost":638,"Date":"12/27/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":830,"Cost":646,"Date":"12/31/2022"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":227,"Cost":175,"Date":"8/10/2023"},{"Store":"Mylly Shopping Centre, Raisio","Brand":"Jeans","Country":"Finland","Sale":995,"Cost":767,"Date":"7/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":322,"Cost":162,"Date":"11/23/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":938,"Cost":781,"Date":"1/1/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":504,"Cost":326,"Date":"12/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":167,"Cost":124,"Date":"12/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":42,"Cost":28,"Date":"8/10/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":416,"Cost":380,"Date":"7/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":519,"Cost":431,"Date":"11/23/2018"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":215,"Cost":197,"Date":"1/1/2020"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":189,"Cost":154,"Date":"12/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":296,"Cost":200,"Date":"12/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":380,"Cost":220,"Date":"8/10/2023"},{"Store":"Koskikeskus, Tampere","Brand":"COS","Country":"Finland","Sale":454,"Cost":388,"Date":"7/14/2024"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":208,"Cost":143,"Date":"11/23/2018"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":393,"Cost":241,"Date":"1/1/2020"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":377,"Cost":275,"Date":"12/27/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":421,"Cost":254,"Date":"12/31/2022"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":87,"Cost":46,"Date":"8/10/2023"},{"Store":"Koskikeskus, Tampere","Brand":"ARKET","Country":"Finland","Sale":127,"Cost":77,"Date":"7/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":536,"Cost":449,"Date":"11/23/2018"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":132,"Cost":113,"Date":"1/1/2020"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":300,"Cost":282,"Date":"12/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":278,"Cost":174,"Date":"12/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":107,"Cost":58,"Date":"8/10/2023"},{"Store":"Ideapark, Lempäälä","Brand":"HM Home","Country":"Finland","Sale":584,"Cost":476,"Date":"7/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":468,"Cost":355,"Date":"11/23/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":628,"Cost":462,"Date":"1/1/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":97,"Cost":67,"Date":"12/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":767,"Cost":591,"Date":"12/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":905,"Cost":800,"Date":"8/10/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":223,"Cost":149,"Date":"7/14/2024"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":154,"Cost":145,"Date":"11/23/2018"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":984,"Cost":688,"Date":"1/1/2020"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":161,"Cost":152,"Date":"12/27/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":518,"Cost":304,"Date":"12/31/2022"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":26,"Cost":14,"Date":"8/10/2023"},{"Store":"Ideapark, Lempäälä","Brand":"Jeans","Country":"Finland","Sale":753,"Cost":653,"Date":"7/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":477,"Cost":254,"Date":"11/23/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":791,"Cost":561,"Date":"1/1/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":725,"Cost":499,"Date":"12/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":130,"Cost":80,"Date":"12/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":385,"Cost":350,"Date":"8/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Sellpy","Country":"Finland","Sale":633,"Cost":528,"Date":"7/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":298,"Cost":197,"Date":"11/23/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":346,"Cost":231,"Date":"1/1/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":717,"Cost":574,"Date":"12/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":258,"Cost":140,"Date":"12/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":63,"Cost":58,"Date":"8/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":620,"Cost":515,"Date":"7/14/2024"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":969,"Cost":505,"Date":"11/23/2018"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":304,"Cost":187,"Date":"1/1/2020"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":115,"Cost":76,"Date":"12/27/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":716,"Cost":623,"Date":"12/31/2022"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":359,"Cost":227,"Date":"8/10/2023"},{"Store":"Rewell Center, Vaasa","Brand":"Jeans","Country":"Finland","Sale":963,"Cost":905,"Date":"7/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":412,"Cost":289,"Date":"11/23/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":9,"Cost":6,"Date":"1/1/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":652,"Cost":343,"Date":"12/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":435,"Cost":309,"Date":"12/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":775,"Cost":655,"Date":"8/10/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":472,"Cost":363,"Date":"7/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":698,"Cost":602,"Date":"11/23/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":927,"Cost":857,"Date":"1/1/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":883,"Cost":570,"Date":"12/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":155,"Cost":120,"Date":"12/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":535,"Cost":484,"Date":"8/10/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"Nova","Country":"Finland","Sale":942,"Cost":802,"Date":"7/14/2024"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":588,"Cost":479,"Date":"11/23/2018"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":371,"Cost":203,"Date":"1/1/2020"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":815,"Cost":470,"Date":"12/27/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":288,"Cost":185,"Date":"12/31/2022"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":68,"Cost":61,"Date":"8/10/2023"},{"Store":"Kuukkeli Shopping Centre, Inari","Brand":"HM","Country":"Finland","Sale":842,"Cost":595,"Date":"7/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":135,"Cost":80,"Date":"11/23/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":219,"Cost":167,"Date":"1/1/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":591,"Cost":459,"Date":"12/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":414,"Cost":282,"Date":"12/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":689,"Cost":569,"Date":"8/10/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"Sellpy","Country":"France","Sale":346,"Cost":326,"Date":"7/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":405,"Cost":380,"Date":"11/23/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":695,"Cost":616,"Date":"1/1/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":493,"Cost":254,"Date":"12/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":930,"Cost":586,"Date":"12/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":801,"Cost":679,"Date":"8/10/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":917,"Cost":544,"Date":"7/14/2024"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":794,"Cost":750,"Date":"11/23/2018"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":157,"Cost":93,"Date":"1/1/2020"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":455,"Cost":428,"Date":"12/27/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":334,"Cost":196,"Date":"12/31/2022"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":908,"Cost":817,"Date":"8/10/2023"},{"Store":"Les Quatre Temps, Paris","Brand":"ARKET","Country":"France","Sale":257,"Cost":170,"Date":"7/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":379,"Cost":204,"Date":"11/23/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":393,"Cost":363,"Date":"1/1/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":757,"Cost":677,"Date":"12/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":321,"Cost":230,"Date":"12/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":184,"Cost":92,"Date":"8/10/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"Nova","Country":"France","Sale":868,"Cost":541,"Date":"7/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":657,"Cost":475,"Date":"11/23/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":175,"Cost":102,"Date":"1/1/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":347,"Cost":284,"Date":"12/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":568,"Cost":419,"Date":"12/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":533,"Cost":374,"Date":"8/10/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"ARKET","Country":"France","Sale":373,"Cost":219,"Date":"7/14/2024"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":477,"Cost":394,"Date":"11/23/2018"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":555,"Cost":283,"Date":"1/1/2020"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":283,"Cost":234,"Date":"12/27/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":18,"Cost":13,"Date":"12/31/2022"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":94,"Cost":62,"Date":"8/10/2023"},{"Store":"La Part-Dieu, Lyon","Brand":"COS","Country":"France","Sale":873,"Cost":528,"Date":"7/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":804,"Cost":481,"Date":"11/23/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":590,"Cost":333,"Date":"1/1/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":408,"Cost":226,"Date":"12/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":119,"Cost":109,"Date":"12/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":214,"Cost":162,"Date":"8/10/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":723,"Cost":440,"Date":"7/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":675,"Cost":495,"Date":"11/23/2018"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":213,"Cost":168,"Date":"1/1/2020"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":33,"Cost":19,"Date":"12/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":446,"Cost":244,"Date":"12/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":741,"Cost":543,"Date":"8/10/2023"},{"Store":"Forum des Halles, Paris","Brand":"COS","Country":"France","Sale":755,"Cost":629,"Date":"7/14/2024"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":46,"Cost":34,"Date":"11/23/2018"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":526,"Cost":461,"Date":"1/1/2020"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":269,"Cost":248,"Date":"12/27/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":600,"Cost":449,"Date":"12/31/2022"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":601,"Cost":553,"Date":"8/10/2023"},{"Store":"Forum des Halles, Paris","Brand":"Nova","Country":"France","Sale":317,"Cost":179,"Date":"7/14/2024"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":56,"Cost":47,"Date":"11/23/2018"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":905,"Cost":664,"Date":"1/1/2020"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":613,"Cost":557,"Date":"12/27/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":594,"Cost":315,"Date":"12/31/2022"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":197,"Cost":104,"Date":"8/10/2023"},{"Store":"Créteil Soleil","Brand":"Sellpy","Country":"France","Sale":895,"Cost":744,"Date":"7/14/2024"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":210,"Cost":193,"Date":"11/23/2018"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":806,"Cost":685,"Date":"1/1/2020"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":125,"Cost":97,"Date":"12/27/2022"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":95,"Cost":90,"Date":"12/31/2022"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":333,"Cost":277,"Date":"8/10/2023"},{"Store":"Créteil Soleil","Brand":"Jeans","Country":"France","Sale":390,"Cost":237,"Date":"7/14/2024"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":165,"Cost":85,"Date":"11/23/2018"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":136,"Cost":76,"Date":"1/1/2020"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":119,"Cost":113,"Date":"12/27/2022"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":635,"Cost":382,"Date":"12/31/2022"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":515,"Cost":441,"Date":"8/10/2023"},{"Store":"Créteil Soleil","Brand":"HM","Country":"France","Sale":274,"Cost":235,"Date":"7/14/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":946,"Cost":660,"Date":"11/23/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":410,"Cost":386,"Date":"1/1/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":866,"Cost":644,"Date":"12/27/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":382,"Cost":357,"Date":"12/31/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":211,"Cost":189,"Date":"8/10/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":549,"Cost":326,"Date":"7/14/2024"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":808,"Cost":588,"Date":"11/23/2018"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":18,"Cost":15,"Date":"1/1/2020"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":703,"Cost":667,"Date":"12/27/2022"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":615,"Cost":510,"Date":"12/31/2022"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":886,"Cost":773,"Date":"8/10/2023"},{"Store":"Evry2, Évry","Brand":"ARKET","Country":"France","Sale":24,"Cost":19,"Date":"7/14/2024"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":522,"Cost":439,"Date":"11/23/2018"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":181,"Cost":113,"Date":"1/1/2020"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":568,"Cost":427,"Date":"12/27/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":972,"Cost":701,"Date":"12/31/2022"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":232,"Cost":220,"Date":"8/10/2023"},{"Store":"Evry2, Évry","Brand":"Jeans","Country":"France","Sale":295,"Cost":278,"Date":"7/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":984,"Cost":640,"Date":"11/23/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":351,"Cost":186,"Date":"1/1/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":673,"Cost":621,"Date":"12/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":1,"Cost":1,"Date":"12/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":976,"Cost":617,"Date":"8/10/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"ARKET","Country":"France","Sale":941,"Cost":768,"Date":"7/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":576,"Cost":510,"Date":"11/23/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":699,"Cost":543,"Date":"1/1/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":5,"Cost":3,"Date":"12/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":131,"Cost":73,"Date":"12/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":317,"Cost":201,"Date":"8/10/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"HM","Country":"France","Sale":797,"Cost":712,"Date":"7/14/2024"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":163,"Cost":131,"Date":"11/23/2018"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":870,"Cost":705,"Date":"1/1/2020"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":344,"Cost":280,"Date":"12/27/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":28,"Cost":16,"Date":"12/31/2022"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":39,"Cost":37,"Date":"8/10/2023"},{"Store":"O'Parinor, Aulnay-sous-Bois","Brand":"Nova","Country":"France","Sale":743,"Cost":587,"Date":"7/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":196,"Cost":154,"Date":"11/23/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":33,"Cost":17,"Date":"1/1/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":348,"Cost":207,"Date":"12/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":398,"Cost":306,"Date":"12/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":460,"Cost":335,"Date":"8/10/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"COS","Country":"France","Sale":600,"Cost":460,"Date":"7/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":201,"Cost":164,"Date":"11/23/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":850,"Cost":765,"Date":"1/1/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":299,"Cost":152,"Date":"12/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":572,"Cost":309,"Date":"12/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":119,"Cost":79,"Date":"8/10/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"Jeans","Country":"France","Sale":367,"Cost":311,"Date":"7/14/2024"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":298,"Cost":216,"Date":"11/23/2018"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":166,"Cost":115,"Date":"1/1/2020"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":547,"Cost":403,"Date":"12/27/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":444,"Cost":268,"Date":"12/31/2022"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":802,"Cost":695,"Date":"8/10/2023"},{"Store":"Parly 2, Le Chesnay","Brand":"HM","Country":"France","Sale":551,"Cost":291,"Date":"7/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":876,"Cost":441,"Date":"11/23/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":507,"Cost":339,"Date":"1/1/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":858,"Cost":472,"Date":"12/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":560,"Cost":420,"Date":"12/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":885,"Cost":832,"Date":"8/10/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":11,"Cost":8,"Date":"7/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":482,"Cost":254,"Date":"11/23/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":761,"Cost":575,"Date":"1/1/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":836,"Cost":582,"Date":"12/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":926,"Cost":830,"Date":"12/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":905,"Cost":837,"Date":"8/10/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM Home","Country":"France","Sale":496,"Cost":255,"Date":"7/14/2024"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":337,"Cost":237,"Date":"11/23/2018"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":217,"Cost":188,"Date":"1/1/2020"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":995,"Cost":815,"Date":"12/27/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":619,"Cost":483,"Date":"12/31/2022"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":924,"Cost":875,"Date":"8/10/2023"},{"Store":"Rosny 2, Rosny-sous-Bois","Brand":"HM","Country":"France","Sale":448,"Cost":400,"Date":"7/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":714,"Cost":675,"Date":"11/23/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":416,"Cost":308,"Date":"1/1/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":78,"Cost":49,"Date":"12/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":231,"Cost":170,"Date":"12/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":353,"Cost":250,"Date":"8/10/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":115,"Cost":84,"Date":"7/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":680,"Cost":615,"Date":"11/23/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":15,"Cost":13,"Date":"1/1/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":177,"Cost":110,"Date":"12/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":870,"Cost":645,"Date":"12/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":164,"Cost":95,"Date":"8/10/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"Jeans","Country":"France","Sale":451,"Cost":419,"Date":"7/14/2024"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":87,"Cost":75,"Date":"11/23/2018"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":15,"Cost":9,"Date":"1/1/2020"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":72,"Cost":65,"Date":"12/27/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":930,"Cost":744,"Date":"12/31/2022"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":863,"Cost":655,"Date":"8/10/2023"},{"Store":"Les 3 Fontaines, Cergy","Brand":"HM Home","Country":"France","Sale":593,"Cost":559,"Date":"7/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":868,"Cost":779,"Date":"11/23/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":736,"Cost":522,"Date":"1/1/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":959,"Cost":686,"Date":"12/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":857,"Cost":501,"Date":"12/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":723,"Cost":573,"Date":"8/10/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"ARKET","Country":"France","Sale":29,"Cost":18,"Date":"7/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":67,"Cost":41,"Date":"11/23/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":424,"Cost":227,"Date":"1/1/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":320,"Cost":174,"Date":"12/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":770,"Cost":532,"Date":"12/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":860,"Cost":580,"Date":"8/10/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"COS","Country":"France","Sale":477,"Cost":316,"Date":"7/14/2024"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":1,"Cost":1,"Date":"11/23/2018"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":637,"Cost":365,"Date":"1/1/2020"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":859,"Cost":758,"Date":"12/27/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":59,"Cost":34,"Date":"12/31/2022"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":313,"Cost":178,"Date":"8/10/2023"},{"Store":"Vélizy 2, Vélizy-Villacoublay","Brand":"HM","Country":"France","Sale":400,"Cost":309,"Date":"7/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":614,"Cost":536,"Date":"11/23/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":59,"Cost":40,"Date":"1/1/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":645,"Cost":484,"Date":"12/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":357,"Cost":199,"Date":"12/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":610,"Cost":400,"Date":"8/10/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":594,"Cost":392,"Date":"7/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":636,"Cost":350,"Date":"11/23/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":690,"Cost":464,"Date":"1/1/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":850,"Cost":752,"Date":"12/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":341,"Cost":324,"Date":"12/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":250,"Cost":178,"Date":"8/10/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Nova","Country":"France","Sale":953,"Cost":746,"Date":"7/14/2024"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":219,"Cost":203,"Date":"11/23/2018"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":137,"Cost":99,"Date":"1/1/2020"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":611,"Cost":337,"Date":"12/27/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":615,"Cost":569,"Date":"12/31/2022"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":254,"Cost":235,"Date":"8/10/2023"},{"Store":"Val d'Europe, Marne-la-Vallée","Brand":"Sellpy","Country":"France","Sale":191,"Cost":103,"Date":"7/14/2024"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":646,"Cost":592,"Date":"11/23/2018"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":786,"Cost":589,"Date":"1/1/2020"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":622,"Cost":413,"Date":"12/27/2022"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":228,"Cost":207,"Date":"12/31/2022"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":297,"Cost":157,"Date":"8/10/2023"},{"Store":"Courier, Annecy","Brand":"ARKET","Country":"France","Sale":290,"Cost":203,"Date":"7/14/2024"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":718,"Cost":603,"Date":"11/23/2018"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":823,"Cost":494,"Date":"1/1/2020"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":445,"Cost":333,"Date":"12/27/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":901,"Cost":574,"Date":"12/31/2022"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":117,"Cost":63,"Date":"8/10/2023"},{"Store":"Courier, Annecy","Brand":"HM","Country":"France","Sale":244,"Cost":132,"Date":"7/14/2024"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":567,"Cost":316,"Date":"11/23/2018"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":132,"Cost":100,"Date":"1/1/2020"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":73,"Cost":56,"Date":"12/27/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":710,"Cost":583,"Date":"12/31/2022"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":206,"Cost":138,"Date":"8/10/2023"},{"Store":"Courier, Annecy","Brand":"Nova","Country":"France","Sale":631,"Cost":590,"Date":"7/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":392,"Cost":340,"Date":"11/23/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":553,"Cost":442,"Date":"1/1/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":296,"Cost":194,"Date":"12/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":691,"Cost":362,"Date":"12/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":806,"Cost":448,"Date":"8/10/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Sellpy","Country":"France","Sale":495,"Cost":456,"Date":"7/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":70,"Cost":46,"Date":"11/23/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":235,"Cost":201,"Date":"1/1/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":154,"Cost":105,"Date":"12/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":815,"Cost":715,"Date":"12/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":857,"Cost":571,"Date":"8/10/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"HM Home","Country":"France","Sale":547,"Cost":333,"Date":"7/14/2024"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":173,"Cost":128,"Date":"11/23/2018"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":100,"Cost":84,"Date":"1/1/2020"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":65,"Cost":50,"Date":"12/27/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":338,"Cost":311,"Date":"12/31/2022"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":73,"Cost":56,"Date":"8/10/2023"},{"Store":"Centre Deux, Saint-Étienne","Brand":"Jeans","Country":"France","Sale":88,"Cost":72,"Date":"7/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":845,"Cost":721,"Date":"11/23/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":747,"Cost":599,"Date":"1/1/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":209,"Cost":169,"Date":"12/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":435,"Cost":236,"Date":"12/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":263,"Cost":143,"Date":"8/10/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":412,"Cost":281,"Date":"7/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":786,"Cost":676,"Date":"11/23/2018"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":742,"Cost":679,"Date":"1/1/2020"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":773,"Cost":711,"Date":"12/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":411,"Cost":347,"Date":"12/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":754,"Cost":561,"Date":"8/10/2023"},{"Store":"Grand'Place, Grenoble","Brand":"Sellpy","Country":"France","Sale":188,"Cost":119,"Date":"7/14/2024"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":358,"Cost":236,"Date":"11/23/2018"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":533,"Cost":453,"Date":"1/1/2020"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":774,"Cost":398,"Date":"12/27/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":266,"Cost":165,"Date":"12/31/2022"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":991,"Cost":701,"Date":"8/10/2023"},{"Store":"Grand'Place, Grenoble","Brand":"HM","Country":"France","Sale":525,"Cost":303,"Date":"7/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":351,"Cost":288,"Date":"11/23/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":796,"Cost":699,"Date":"1/1/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":422,"Cost":355,"Date":"12/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":422,"Cost":310,"Date":"12/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":211,"Cost":144,"Date":"8/10/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Nova","Country":"France","Sale":775,"Cost":574,"Date":"7/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":658,"Cost":466,"Date":"11/23/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":840,"Cost":539,"Date":"1/1/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":671,"Cost":514,"Date":"12/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":441,"Cost":380,"Date":"12/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":361,"Cost":288,"Date":"8/10/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"HM Home","Country":"France","Sale":325,"Cost":290,"Date":"7/14/2024"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":465,"Cost":395,"Date":"11/23/2018"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":647,"Cost":328,"Date":"1/1/2020"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":82,"Cost":47,"Date":"12/27/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":516,"Cost":319,"Date":"12/31/2022"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":886,"Cost":840,"Date":"8/10/2023"},{"Store":"Cap Emeraude, Bourg-en-Bresse","Brand":"Sellpy","Country":"France","Sale":176,"Cost":146,"Date":"7/14/2024"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":27,"Cost":18,"Date":"11/23/2018"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":152,"Cost":130,"Date":"1/1/2020"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":110,"Cost":80,"Date":"12/27/2022"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":503,"Cost":259,"Date":"12/31/2022"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":769,"Cost":544,"Date":"8/10/2023"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":735,"Cost":402,"Date":"7/14/2024"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":684,"Cost":409,"Date":"11/23/2018"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":281,"Cost":256,"Date":"1/1/2020"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":810,"Cost":454,"Date":"12/27/2022"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":676,"Cost":588,"Date":"12/31/2022"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":57,"Cost":52,"Date":"8/10/2023"},{"Store":"Le Grand Épagny","Brand":"COS","Country":"France","Sale":226,"Cost":114,"Date":"7/14/2024"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":49,"Cost":34,"Date":"11/23/2018"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":601,"Cost":415,"Date":"1/1/2020"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":132,"Cost":84,"Date":"12/27/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":404,"Cost":285,"Date":"12/31/2022"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":626,"Cost":543,"Date":"8/10/2023"},{"Store":"Le Grand Épagny","Brand":"Jeans","Country":"France","Sale":122,"Cost":103,"Date":"7/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":937,"Cost":677,"Date":"11/23/2018"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":41,"Cost":39,"Date":"1/1/2020"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":932,"Cost":700,"Date":"12/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":30,"Cost":27,"Date":"12/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":186,"Cost":122,"Date":"8/10/2023"},{"Store":"Val d'Europe, Serris","Brand":"Jeans","Country":"France","Sale":225,"Cost":147,"Date":"7/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":361,"Cost":341,"Date":"11/23/2018"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":252,"Cost":227,"Date":"1/1/2020"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":150,"Cost":116,"Date":"12/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":559,"Cost":345,"Date":"12/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":904,"Cost":520,"Date":"8/10/2023"},{"Store":"Val d'Europe, Serris","Brand":"ARKET","Country":"France","Sale":368,"Cost":300,"Date":"7/14/2024"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":135,"Cost":109,"Date":"11/23/2018"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":832,"Cost":443,"Date":"1/1/2020"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":708,"Cost":473,"Date":"12/27/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":104,"Cost":76,"Date":"12/31/2022"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":413,"Cost":369,"Date":"8/10/2023"},{"Store":"Val d'Europe, Serris","Brand":"HM Home","Country":"France","Sale":391,"Cost":315,"Date":"7/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":941,"Cost":886,"Date":"11/23/2018"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":142,"Cost":94,"Date":"1/1/2020"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":339,"Cost":281,"Date":"12/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":993,"Cost":813,"Date":"12/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":108,"Cost":97,"Date":"8/10/2023"},{"Store":"Labège 2, Toulouse","Brand":"Nova","Country":"France","Sale":860,"Cost":460,"Date":"7/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":39,"Cost":20,"Date":"11/23/2018"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":553,"Cost":421,"Date":"1/1/2020"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":162,"Cost":114,"Date":"12/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":593,"Cost":490,"Date":"12/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":272,"Cost":250,"Date":"8/10/2023"},{"Store":"Labège 2, Toulouse","Brand":"HM Home","Country":"France","Sale":962,"Cost":597,"Date":"7/14/2024"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":83,"Cost":63,"Date":"11/23/2018"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":610,"Cost":529,"Date":"1/1/2020"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":122,"Cost":68,"Date":"12/27/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":80,"Cost":68,"Date":"12/31/2022"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":385,"Cost":228,"Date":"8/10/2023"},{"Store":"Labège 2, Toulouse","Brand":"Jeans","Country":"France","Sale":581,"Cost":492,"Date":"7/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":557,"Cost":302,"Date":"11/23/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":383,"Cost":306,"Date":"1/1/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":21,"Cost":18,"Date":"12/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":417,"Cost":390,"Date":"12/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":189,"Cost":142,"Date":"8/10/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"ARKET","Country":"France","Sale":564,"Cost":502,"Date":"7/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":560,"Cost":485,"Date":"11/23/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":287,"Cost":206,"Date":"1/1/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":525,"Cost":296,"Date":"12/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":39,"Cost":34,"Date":"12/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":485,"Cost":353,"Date":"8/10/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"HM Home","Country":"France","Sale":779,"Cost":669,"Date":"7/14/2024"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":957,"Cost":735,"Date":"11/23/2018"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":561,"Cost":386,"Date":"1/1/2020"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":147,"Cost":88,"Date":"12/27/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":131,"Cost":118,"Date":"12/31/2022"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":184,"Cost":97,"Date":"8/10/2023"},{"Store":"Les Terrasses du Port, Marseille","Brand":"Sellpy","Country":"France","Sale":555,"Cost":345,"Date":"7/14/2024"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":394,"Cost":366,"Date":"11/23/2018"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":733,"Cost":648,"Date":"1/1/2020"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":421,"Cost":357,"Date":"12/27/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":305,"Cost":193,"Date":"12/31/2022"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":881,"Cost":786,"Date":"8/10/2023"},{"Store":"Atlantis, Nantes","Brand":"Jeans","Country":"France","Sale":546,"Cost":320,"Date":"7/14/2024"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":83,"Cost":74,"Date":"11/23/2018"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":481,"Cost":377,"Date":"1/1/2020"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":100,"Cost":61,"Date":"12/27/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":783,"Cost":582,"Date":"12/31/2022"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":741,"Cost":547,"Date":"8/10/2023"},{"Store":"Atlantis, Nantes","Brand":"HM Home","Country":"France","Sale":477,"Cost":443,"Date":"7/14/2024"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":465,"Cost":245,"Date":"11/23/2018"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":364,"Cost":253,"Date":"1/1/2020"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":907,"Cost":782,"Date":"12/27/2022"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":951,"Cost":514,"Date":"12/31/2022"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":1000,"Cost":910,"Date":"8/10/2023"},{"Store":"Atlantis, Nantes","Brand":"Sellpy","Country":"France","Sale":850,"Cost":666,"Date":"7/14/2024"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":651,"Cost":500,"Date":"11/23/2018"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":178,"Cost":102,"Date":"1/1/2020"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":499,"Cost":251,"Date":"12/27/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":733,"Cost":597,"Date":"12/31/2022"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":266,"Cost":134,"Date":"8/10/2023"},{"Store":"Cap 3000, Nice","Brand":"COS","Country":"France","Sale":457,"Cost":308,"Date":"7/14/2024"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":324,"Cost":295,"Date":"11/23/2018"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":210,"Cost":139,"Date":"1/1/2020"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":773,"Cost":508,"Date":"12/27/2022"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":860,"Cost":481,"Date":"12/31/2022"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":534,"Cost":291,"Date":"8/10/2023"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":167,"Cost":155,"Date":"7/14/2024"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":837,"Cost":493,"Date":"11/23/2018"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":809,"Cost":746,"Date":"1/1/2020"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":453,"Cost":336,"Date":"12/27/2022"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":822,"Cost":455,"Date":"12/31/2022"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":458,"Cost":399,"Date":"8/10/2023"},{"Store":"Cap 3000, Nice","Brand":"Nova","Country":"France","Sale":227,"Cost":201,"Date":"7/14/2024"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":128,"Cost":86,"Date":"11/23/2018"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":309,"Cost":165,"Date":"1/1/2020"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":851,"Cost":456,"Date":"12/27/2022"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":613,"Cost":557,"Date":"12/31/2022"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":931,"Cost":771,"Date":"8/10/2023"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":859,"Cost":442,"Date":"7/14/2024"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":518,"Cost":475,"Date":"11/23/2018"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":539,"Cost":321,"Date":"1/1/2020"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":462,"Cost":263,"Date":"12/27/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":847,"Cost":660,"Date":"12/31/2022"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":384,"Cost":225,"Date":"8/10/2023"},{"Store":"Euralille, Lille","Brand":"Nova","Country":"France","Sale":86,"Cost":50,"Date":"7/14/2024"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":347,"Cost":270,"Date":"11/23/2018"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":49,"Cost":26,"Date":"1/1/2020"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":719,"Cost":444,"Date":"12/27/2022"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":899,"Cost":832,"Date":"12/31/2022"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":79,"Cost":69,"Date":"8/10/2023"},{"Store":"Euralille, Lille","Brand":"HM","Country":"France","Sale":349,"Cost":286,"Date":"7/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":206,"Cost":162,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":623,"Cost":403,"Date":"1/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":781,"Cost":521,"Date":"12/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":200,"Cost":162,"Date":"12/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":386,"Cost":298,"Date":"8/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":644,"Cost":378,"Date":"7/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":272,"Cost":206,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":868,"Cost":599,"Date":"1/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":901,"Cost":713,"Date":"12/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":863,"Cost":664,"Date":"12/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":846,"Cost":607,"Date":"8/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM Home","Country":"Germany","Sale":156,"Cost":78,"Date":"7/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":363,"Cost":235,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":918,"Cost":842,"Date":"1/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":511,"Cost":426,"Date":"12/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":952,"Cost":842,"Date":"12/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":426,"Cost":401,"Date":"8/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"COS","Country":"Germany","Sale":876,"Cost":516,"Date":"7/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":658,"Cost":351,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":973,"Cost":886,"Date":"1/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":728,"Cost":648,"Date":"12/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":948,"Cost":556,"Date":"12/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":793,"Cost":439,"Date":"8/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":256,"Cost":133,"Date":"7/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":538,"Cost":485,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":628,"Cost":508,"Date":"1/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":339,"Cost":234,"Date":"12/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":546,"Date":"12/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":384,"Cost":302,"Date":"8/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":442,"Date":"7/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":663,"Cost":577,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":55,"Cost":43,"Date":"1/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":466,"Cost":308,"Date":"12/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":799,"Cost":649,"Date":"12/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":838,"Date":"8/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":580,"Date":"7/14/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":920,"Cost":689,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":541,"Date":"1/1/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":676,"Cost":586,"Date":"12/27/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":133,"Cost":122,"Date":"12/31/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":454,"Cost":263,"Date":"8/10/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":259,"Cost":165,"Date":"7/14/2024"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":480,"Cost":280,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":155,"Date":"1/1/2020"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":648,"Date":"12/27/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":331,"Date":"12/31/2022"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":357,"Date":"8/10/2023"},{"Store":"Alexa, Berlin","Brand":"ARKET","Country":"Germany","Sale":74,"Cost":40,"Date":"7/14/2024"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":243,"Cost":151,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":605,"Cost":313,"Date":"1/1/2020"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":405,"Date":"12/27/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":140,"Cost":85,"Date":"12/31/2022"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":318,"Cost":263,"Date":"8/10/2023"},{"Store":"Alexa, Berlin","Brand":"Sellpy","Country":"Germany","Sale":571,"Cost":455,"Date":"7/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":76,"Cost":40,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":750,"Cost":397,"Date":"1/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":966,"Cost":690,"Date":"12/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":946,"Cost":699,"Date":"12/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":406,"Cost":238,"Date":"8/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"COS","Country":"Germany","Sale":802,"Cost":565,"Date":"7/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":908,"Cost":715,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":901,"Cost":819,"Date":"1/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":371,"Date":"12/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":305,"Cost":277,"Date":"12/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":343,"Cost":253,"Date":"8/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM Home","Country":"Germany","Sale":879,"Cost":669,"Date":"7/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":669,"Cost":632,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":490,"Cost":457,"Date":"1/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":559,"Cost":328,"Date":"12/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":813,"Cost":489,"Date":"12/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":629,"Cost":401,"Date":"8/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"HM","Country":"Germany","Sale":268,"Cost":228,"Date":"7/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":563,"Cost":327,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":76,"Cost":54,"Date":"1/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":383,"Cost":307,"Date":"12/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":493,"Cost":444,"Date":"12/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":817,"Cost":508,"Date":"8/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Nova","Country":"Germany","Sale":74,"Cost":66,"Date":"7/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":216,"Cost":176,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":452,"Cost":354,"Date":"1/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":203,"Cost":125,"Date":"12/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":995,"Cost":747,"Date":"12/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":530,"Cost":389,"Date":"8/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"COS","Country":"Germany","Sale":335,"Cost":282,"Date":"7/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":896,"Cost":633,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":525,"Cost":293,"Date":"1/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":480,"Cost":361,"Date":"12/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":427,"Date":"12/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":591,"Cost":372,"Date":"8/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"ARKET","Country":"Germany","Sale":371,"Cost":198,"Date":"7/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":766,"Cost":511,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":207,"Cost":159,"Date":"1/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":365,"Cost":200,"Date":"12/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":288,"Cost":174,"Date":"12/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":630,"Cost":379,"Date":"8/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":34,"Date":"7/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":267,"Cost":190,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":939,"Cost":526,"Date":"1/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":665,"Cost":509,"Date":"12/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":329,"Cost":299,"Date":"12/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":274,"Cost":141,"Date":"8/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":518,"Cost":381,"Date":"7/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":607,"Cost":359,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":821,"Cost":684,"Date":"1/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":498,"Cost":403,"Date":"12/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":708,"Cost":422,"Date":"12/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":665,"Cost":408,"Date":"8/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Sellpy","Country":"Germany","Sale":430,"Cost":322,"Date":"7/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":21,"Cost":14,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":478,"Cost":360,"Date":"1/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":141,"Cost":124,"Date":"12/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":419,"Date":"12/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":55,"Cost":44,"Date":"8/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":433,"Cost":300,"Date":"7/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":183,"Cost":96,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":92,"Cost":48,"Date":"1/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":615,"Date":"12/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":927,"Cost":551,"Date":"12/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":801,"Cost":514,"Date":"8/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"ARKET","Country":"Germany","Sale":584,"Cost":421,"Date":"7/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":580,"Cost":455,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":944,"Cost":589,"Date":"1/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":993,"Cost":616,"Date":"12/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":420,"Cost":289,"Date":"12/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":319,"Cost":286,"Date":"8/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM Home","Country":"Germany","Sale":925,"Cost":566,"Date":"7/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":512,"Cost":473,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":298,"Cost":180,"Date":"1/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":444,"Cost":407,"Date":"12/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":279,"Cost":142,"Date":"12/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":2,"Cost":1,"Date":"8/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":676,"Cost":476,"Date":"7/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":417,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":30,"Cost":15,"Date":"1/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":716,"Cost":652,"Date":"12/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":34,"Cost":25,"Date":"12/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":351,"Cost":315,"Date":"8/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":775,"Date":"7/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":516,"Cost":471,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":485,"Cost":255,"Date":"1/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":71,"Cost":36,"Date":"12/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":949,"Cost":514,"Date":"12/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":817,"Cost":772,"Date":"8/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"COS","Country":"Germany","Sale":9,"Cost":6,"Date":"7/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":509,"Cost":304,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":178,"Cost":158,"Date":"1/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":449,"Cost":420,"Date":"12/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":541,"Cost":422,"Date":"12/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":143,"Cost":101,"Date":"8/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":175,"Cost":103,"Date":"7/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":578,"Cost":457,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":473,"Cost":334,"Date":"1/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":942,"Date":"12/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":210,"Date":"12/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":805,"Cost":450,"Date":"8/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"ARKET","Country":"Germany","Sale":813,"Cost":646,"Date":"7/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":96,"Cost":59,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":536,"Cost":471,"Date":"1/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":17,"Date":"12/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":918,"Cost":831,"Date":"12/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":714,"Cost":432,"Date":"8/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Jeans","Country":"Germany","Sale":566,"Cost":353,"Date":"7/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":641,"Cost":532,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":816,"Cost":753,"Date":"1/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":506,"Cost":471,"Date":"12/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":10,"Cost":5,"Date":"12/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":327,"Cost":164,"Date":"8/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":354,"Cost":330,"Date":"7/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":796,"Cost":534,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":10,"Cost":6,"Date":"1/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":776,"Cost":636,"Date":"12/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":721,"Cost":565,"Date":"12/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":646,"Cost":421,"Date":"8/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":87,"Date":"7/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":334,"Cost":311,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":594,"Cost":506,"Date":"1/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":122,"Cost":93,"Date":"12/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":356,"Date":"12/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":469,"Cost":439,"Date":"8/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"Jeans","Country":"Germany","Sale":385,"Cost":340,"Date":"7/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":629,"Cost":346,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":592,"Cost":361,"Date":"1/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":382,"Cost":285,"Date":"12/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":865,"Cost":627,"Date":"12/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":475,"Cost":333,"Date":"8/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":307,"Cost":242,"Date":"7/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":703,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":720,"Cost":415,"Date":"1/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":602,"Cost":537,"Date":"12/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":490,"Cost":342,"Date":"12/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":13,"Cost":8,"Date":"8/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Jeans","Country":"Germany","Sale":562,"Cost":343,"Date":"7/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":35,"Cost":28,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":640,"Cost":358,"Date":"1/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":471,"Cost":272,"Date":"12/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":151,"Cost":109,"Date":"12/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":898,"Cost":651,"Date":"8/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"HM","Country":"Germany","Sale":656,"Cost":483,"Date":"7/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":702,"Cost":489,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":219,"Date":"1/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":274,"Cost":236,"Date":"12/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":165,"Cost":134,"Date":"12/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":851,"Cost":488,"Date":"8/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":743,"Cost":561,"Date":"7/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":393,"Cost":355,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":848,"Cost":732,"Date":"1/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":714,"Cost":622,"Date":"12/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":712,"Cost":557,"Date":"12/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":351,"Cost":333,"Date":"8/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Nova","Country":"Germany","Sale":663,"Cost":396,"Date":"7/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":330,"Cost":192,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":952,"Cost":734,"Date":"1/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":139,"Cost":91,"Date":"12/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":781,"Cost":419,"Date":"12/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":904,"Cost":704,"Date":"8/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":293,"Date":"7/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":46,"Cost":32,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":982,"Cost":676,"Date":"1/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":456,"Cost":287,"Date":"12/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":860,"Cost":705,"Date":"12/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":885,"Cost":789,"Date":"8/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Nova","Country":"Germany","Sale":916,"Cost":776,"Date":"7/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":817,"Cost":521,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":493,"Cost":262,"Date":"1/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":359,"Date":"12/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":837,"Cost":476,"Date":"12/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":684,"Cost":599,"Date":"8/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"Jeans","Country":"Germany","Sale":430,"Cost":217,"Date":"7/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":208,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":622,"Cost":581,"Date":"1/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":639,"Cost":551,"Date":"12/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":392,"Date":"12/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":86,"Cost":54,"Date":"8/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"ARKET","Country":"Germany","Sale":648,"Cost":581,"Date":"7/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":829,"Cost":644,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":495,"Cost":320,"Date":"1/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":629,"Cost":436,"Date":"12/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":652,"Date":"12/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":613,"Cost":380,"Date":"8/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":347,"Cost":296,"Date":"7/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":159,"Cost":122,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":158,"Cost":94,"Date":"1/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":586,"Cost":474,"Date":"12/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":343,"Cost":180,"Date":"12/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":697,"Cost":429,"Date":"8/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM Home","Country":"Germany","Sale":719,"Cost":384,"Date":"7/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":441,"Cost":293,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":223,"Cost":180,"Date":"1/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":206,"Cost":130,"Date":"12/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":627,"Cost":552,"Date":"12/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":491,"Cost":415,"Date":"8/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":656,"Cost":424,"Date":"7/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":239,"Cost":215,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":588,"Date":"1/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":688,"Cost":614,"Date":"12/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":904,"Cost":808,"Date":"12/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":751,"Cost":647,"Date":"8/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":115,"Cost":64,"Date":"7/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":546,"Cost":448,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":224,"Cost":121,"Date":"1/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":819,"Cost":510,"Date":"12/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":341,"Date":"12/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":612,"Cost":428,"Date":"8/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":422,"Date":"7/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":121,"Cost":105,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":430,"Cost":295,"Date":"1/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":65,"Cost":41,"Date":"12/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":401,"Cost":217,"Date":"12/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":410,"Cost":292,"Date":"8/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"HM","Country":"Germany","Sale":969,"Cost":834,"Date":"7/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":134,"Cost":114,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":369,"Cost":329,"Date":"1/1/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":856,"Cost":614,"Date":"12/27/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":228,"Cost":132,"Date":"12/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":170,"Cost":139,"Date":"8/10/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":35,"Cost":19,"Date":"7/14/2024"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":158,"Cost":137,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":35,"Cost":33,"Date":"1/1/2020"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":365,"Cost":214,"Date":"12/27/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":19,"Cost":11,"Date":"12/31/2022"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":264,"Cost":246,"Date":"8/10/2023"},{"Store":"Aachen Arkaden","Brand":"COS","Country":"Germany","Sale":840,"Cost":465,"Date":"7/14/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":979,"Cost":841,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":262,"Date":"1/1/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":8,"Cost":7,"Date":"12/27/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":683,"Cost":473,"Date":"12/31/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":355,"Cost":253,"Date":"8/10/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":73,"Date":"7/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":522,"Cost":332,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":980,"Cost":522,"Date":"1/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":295,"Cost":206,"Date":"12/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":243,"Cost":175,"Date":"12/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":405,"Cost":245,"Date":"8/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":186,"Cost":158,"Date":"7/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":582,"Cost":460,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":129,"Cost":88,"Date":"1/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":60,"Cost":34,"Date":"12/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":958,"Cost":512,"Date":"12/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":97,"Cost":60,"Date":"8/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM","Country":"Germany","Sale":626,"Cost":448,"Date":"7/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":536,"Cost":281,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":733,"Cost":417,"Date":"1/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":105,"Cost":53,"Date":"12/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":543,"Cost":305,"Date":"12/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":615,"Cost":369,"Date":"8/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"COS","Country":"Germany","Sale":367,"Cost":211,"Date":"7/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":972,"Cost":832,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":966,"Cost":854,"Date":"1/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":284,"Cost":157,"Date":"12/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":440,"Cost":268,"Date":"12/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":699,"Cost":539,"Date":"8/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":763,"Cost":669,"Date":"7/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":458,"Cost":378,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":173,"Cost":146,"Date":"1/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":273,"Cost":218,"Date":"12/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":895,"Cost":653,"Date":"12/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":825,"Cost":577,"Date":"8/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":610,"Date":"7/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":102,"Cost":74,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":8,"Cost":8,"Date":"1/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":527,"Cost":358,"Date":"12/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":577,"Cost":410,"Date":"12/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":818,"Cost":412,"Date":"8/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":99,"Date":"7/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":263,"Cost":142,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":344,"Cost":185,"Date":"1/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":165,"Cost":104,"Date":"12/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":716,"Date":"12/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":824,"Cost":684,"Date":"8/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":777,"Cost":545,"Date":"7/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":536,"Cost":434,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":614,"Cost":450,"Date":"1/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":498,"Cost":426,"Date":"12/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":431,"Date":"12/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":444,"Cost":387,"Date":"8/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":850,"Cost":654,"Date":"7/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":480,"Cost":315,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":955,"Cost":736,"Date":"1/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":895,"Cost":713,"Date":"12/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":105,"Cost":79,"Date":"12/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":654,"Cost":464,"Date":"8/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"COS","Country":"Germany","Sale":31,"Cost":27,"Date":"7/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":381,"Cost":337,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":450,"Cost":316,"Date":"1/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":91,"Cost":58,"Date":"12/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":408,"Cost":287,"Date":"12/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":516,"Cost":259,"Date":"8/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"COS","Country":"Germany","Sale":894,"Cost":736,"Date":"7/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":984,"Cost":616,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":380,"Cost":320,"Date":"1/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":162,"Cost":147,"Date":"12/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":260,"Cost":153,"Date":"12/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":18,"Cost":13,"Date":"8/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":475,"Cost":379,"Date":"7/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":223,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":806,"Cost":631,"Date":"1/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":684,"Date":"12/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":422,"Cost":347,"Date":"12/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":609,"Cost":357,"Date":"8/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":81,"Cost":71,"Date":"7/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":954,"Cost":773,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":335,"Cost":282,"Date":"1/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":674,"Cost":514,"Date":"12/27/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":484,"Cost":348,"Date":"12/31/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":55,"Cost":36,"Date":"8/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":239,"Cost":186,"Date":"7/14/2024"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":383,"Cost":197,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":787,"Cost":568,"Date":"1/1/2020"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":161,"Cost":119,"Date":"12/27/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":732,"Cost":452,"Date":"12/31/2022"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":841,"Cost":631,"Date":"8/10/2023"},{"Store":"MercaturA, Aalen","Brand":"HM Home","Country":"Germany","Sale":424,"Cost":218,"Date":"7/14/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":616,"Cost":574,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":602,"Cost":531,"Date":"1/1/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":324,"Cost":262,"Date":"12/27/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":295,"Date":"12/31/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":973,"Cost":912,"Date":"8/10/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":228,"Date":"7/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":914,"Cost":598,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":92,"Cost":49,"Date":"1/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":241,"Cost":196,"Date":"12/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":519,"Cost":450,"Date":"12/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":367,"Cost":285,"Date":"8/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"HM","Country":"Germany","Sale":472,"Cost":398,"Date":"7/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":283,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":768,"Cost":479,"Date":"1/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":274,"Cost":197,"Date":"12/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":577,"Date":"12/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":143,"Date":"8/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":449,"Cost":357,"Date":"7/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":10,"Cost":5,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":167,"Cost":129,"Date":"1/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":877,"Cost":805,"Date":"12/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":85,"Date":"12/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":706,"Cost":360,"Date":"8/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"ARKET","Country":"Germany","Sale":303,"Cost":172,"Date":"7/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":5,"Cost":4,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":606,"Date":"1/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":185,"Cost":155,"Date":"12/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":654,"Cost":390,"Date":"12/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":15,"Cost":12,"Date":"8/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"ARKET","Country":"Germany","Sale":902,"Cost":681,"Date":"7/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":525,"Cost":294,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":712,"Cost":493,"Date":"1/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":396,"Cost":340,"Date":"12/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":954,"Cost":726,"Date":"12/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":1000,"Cost":666,"Date":"8/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":416,"Cost":316,"Date":"7/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":984,"Cost":595,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":308,"Cost":180,"Date":"1/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":435,"Cost":385,"Date":"12/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":810,"Cost":538,"Date":"12/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":411,"Date":"8/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM","Country":"Germany","Sale":302,"Cost":242,"Date":"7/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":191,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":4,"Cost":3,"Date":"1/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":146,"Cost":128,"Date":"12/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":459,"Cost":247,"Date":"12/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":415,"Cost":346,"Date":"8/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"ARKET","Country":"Germany","Sale":295,"Cost":187,"Date":"7/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":652,"Cost":606,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":585,"Cost":405,"Date":"1/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":560,"Cost":392,"Date":"12/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":999,"Cost":857,"Date":"12/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":434,"Date":"8/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":67,"Cost":57,"Date":"7/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":35,"Cost":23,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":70,"Cost":50,"Date":"1/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":297,"Cost":238,"Date":"12/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":47,"Date":"12/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":259,"Cost":148,"Date":"8/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Sellpy","Country":"Germany","Sale":202,"Cost":189,"Date":"7/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":216,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":958,"Cost":858,"Date":"1/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":814,"Cost":709,"Date":"12/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":650,"Cost":344,"Date":"12/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":819,"Cost":687,"Date":"8/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":58,"Date":"7/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":158,"Cost":100,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":66,"Cost":37,"Date":"1/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":341,"Cost":244,"Date":"12/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":251,"Cost":155,"Date":"12/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":457,"Cost":321,"Date":"8/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":795,"Cost":605,"Date":"7/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":261,"Cost":218,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":632,"Cost":439,"Date":"1/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":714,"Cost":449,"Date":"12/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":41,"Cost":37,"Date":"12/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":748,"Cost":398,"Date":"8/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"Sellpy","Country":"Germany","Sale":701,"Cost":462,"Date":"7/14/2024"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":650,"Cost":451,"Date":"11/23/2018"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":142,"Cost":116,"Date":"1/1/2020"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":745,"Cost":556,"Date":"12/27/2022"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":961,"Cost":559,"Date":"12/31/2022"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":753,"Cost":384,"Date":"8/10/2023"},{"Store":"Golden Hall, Athens","Brand":"HM","Country":"Greece","Sale":450,"Cost":409,"Date":"7/14/2024"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":540,"Cost":395,"Date":"11/23/2018"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":673,"Cost":414,"Date":"1/1/2020"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":891,"Cost":546,"Date":"12/27/2022"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":25,"Cost":22,"Date":"12/31/2022"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":227,"Cost":175,"Date":"8/10/2023"},{"Store":"Golden Hall, Athens","Brand":"COS","Country":"Greece","Sale":612,"Cost":377,"Date":"7/14/2024"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":701,"Cost":540,"Date":"11/23/2018"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":446,"Cost":365,"Date":"1/1/2020"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":264,"Cost":243,"Date":"12/27/2022"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":877,"Cost":690,"Date":"12/31/2022"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":946,"Cost":677,"Date":"8/10/2023"},{"Store":"Golden Hall, Athens","Brand":"Nova","Country":"Greece","Sale":385,"Cost":246,"Date":"7/14/2024"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":564,"Cost":369,"Date":"11/23/2018"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":493,"Cost":405,"Date":"1/1/2020"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":503,"Cost":456,"Date":"12/27/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":63,"Cost":45,"Date":"12/31/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":404,"Cost":351,"Date":"8/10/2023"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":17,"Cost":11,"Date":"7/14/2024"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":68,"Cost":36,"Date":"11/23/2018"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":993,"Cost":885,"Date":"1/1/2020"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":857,"Cost":593,"Date":"12/27/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":89,"Cost":81,"Date":"12/31/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":417,"Cost":360,"Date":"8/10/2023"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":45,"Cost":31,"Date":"7/14/2024"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":153,"Cost":104,"Date":"11/23/2018"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":304,"Cost":282,"Date":"1/1/2020"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":576,"Cost":450,"Date":"12/27/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":3,"Cost":3,"Date":"12/31/2022"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":772,"Cost":492,"Date":"8/10/2023"},{"Store":"The Mall Athens","Brand":"Nova","Country":"Greece","Sale":401,"Cost":309,"Date":"7/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":748,"Cost":410,"Date":"11/23/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":531,"Cost":401,"Date":"1/1/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":128,"Cost":113,"Date":"12/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":262,"Cost":202,"Date":"12/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":910,"Cost":561,"Date":"8/10/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Sellpy","Country":"Greece","Sale":889,"Cost":722,"Date":"7/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":477,"Cost":267,"Date":"11/23/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":757,"Cost":545,"Date":"1/1/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":493,"Cost":301,"Date":"12/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":81,"Cost":63,"Date":"12/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":903,"Cost":509,"Date":"8/10/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"Jeans","Country":"Greece","Sale":338,"Cost":313,"Date":"7/14/2024"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":439,"Cost":271,"Date":"11/23/2018"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":841,"Cost":457,"Date":"1/1/2020"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":781,"Cost":668,"Date":"12/27/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":630,"Cost":456,"Date":"12/31/2022"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":993,"Cost":744,"Date":"8/10/2023"},{"Store":"McArthurGlen Athens Designer Outlet, Spata","Brand":"COS","Country":"Greece","Sale":52,"Cost":37,"Date":"7/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":526,"Cost":273,"Date":"11/23/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":346,"Cost":189,"Date":"1/1/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":411,"Cost":292,"Date":"12/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":533,"Cost":421,"Date":"12/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":924,"Cost":574,"Date":"8/10/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":798,"Cost":534,"Date":"7/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":656,"Cost":520,"Date":"11/23/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":710,"Cost":597,"Date":"1/1/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":815,"Cost":617,"Date":"12/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":23,"Cost":15,"Date":"12/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":622,"Cost":547,"Date":"8/10/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":278,"Cost":179,"Date":"7/14/2024"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":279,"Cost":142,"Date":"11/23/2018"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":904,"Cost":553,"Date":"1/1/2020"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":684,"Cost":577,"Date":"12/27/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":38,"Cost":19,"Date":"12/31/2022"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":531,"Cost":403,"Date":"8/10/2023"},{"Store":"Factory Outlet, Piraeus","Brand":"HM Home","Country":"Greece","Sale":950,"Cost":544,"Date":"7/14/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":695,"Cost":646,"Date":"11/23/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":947,"Cost":541,"Date":"1/1/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":606,"Cost":523,"Date":"12/27/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":599,"Cost":501,"Date":"12/31/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":868,"Cost":780,"Date":"8/10/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":889,"Cost":802,"Date":"7/14/2024"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":534,"Cost":499,"Date":"11/23/2018"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":797,"Cost":599,"Date":"1/1/2020"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":84,"Cost":54,"Date":"12/27/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":10,"Cost":9,"Date":"12/31/2022"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":161,"Cost":143,"Date":"8/10/2023"},{"Store":"Smart Park, Spata","Brand":"COS","Country":"Greece","Sale":129,"Cost":93,"Date":"7/14/2024"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":648,"Cost":424,"Date":"11/23/2018"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":324,"Cost":225,"Date":"1/1/2020"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":795,"Cost":678,"Date":"12/27/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":266,"Cost":183,"Date":"12/31/2022"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":526,"Cost":387,"Date":"8/10/2023"},{"Store":"Smart Park, Spata","Brand":"Jeans","Country":"Greece","Sale":586,"Cost":484,"Date":"7/14/2024"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":554,"Cost":378,"Date":"11/23/2018"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":981,"Cost":765,"Date":"1/1/2020"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":173,"Cost":105,"Date":"12/27/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":37,"Cost":35,"Date":"12/31/2022"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":603,"Cost":388,"Date":"8/10/2023"},{"Store":"Glyfada Centre","Brand":"ARKET","Country":"Greece","Sale":973,"Cost":550,"Date":"7/14/2024"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":168,"Cost":105,"Date":"11/23/2018"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":901,"Cost":755,"Date":"1/1/2020"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":886,"Cost":450,"Date":"12/27/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":614,"Cost":548,"Date":"12/31/2022"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":775,"Cost":627,"Date":"8/10/2023"},{"Store":"Glyfada Centre","Brand":"HM Home","Country":"Greece","Sale":344,"Cost":212,"Date":"7/14/2024"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":112,"Cost":76,"Date":"11/23/2018"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":580,"Cost":418,"Date":"1/1/2020"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":647,"Cost":565,"Date":"12/27/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":16,"Cost":8,"Date":"12/31/2022"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":438,"Cost":251,"Date":"8/10/2023"},{"Store":"Glyfada Centre","Brand":"Jeans","Country":"Greece","Sale":332,"Cost":313,"Date":"7/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":750,"Cost":542,"Date":"11/23/2018"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":861,"Cost":454,"Date":"1/1/2020"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":873,"Cost":613,"Date":"12/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":434,"Cost":325,"Date":"12/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":356,"Cost":191,"Date":"8/10/2023"},{"Store":"Hondos Center, Various locations","Brand":"Sellpy","Country":"Greece","Sale":972,"Cost":511,"Date":"7/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":554,"Cost":478,"Date":"11/23/2018"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":414,"Cost":370,"Date":"1/1/2020"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":761,"Cost":575,"Date":"12/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":761,"Cost":477,"Date":"12/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":998,"Cost":549,"Date":"8/10/2023"},{"Store":"Hondos Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":526,"Cost":473,"Date":"7/14/2024"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":278,"Cost":233,"Date":"11/23/2018"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":423,"Cost":232,"Date":"1/1/2020"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":661,"Cost":548,"Date":"12/27/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":517,"Cost":490,"Date":"12/31/2022"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":608,"Cost":341,"Date":"8/10/2023"},{"Store":"Hondos Center, Various locations","Brand":"Jeans","Country":"Greece","Sale":762,"Cost":495,"Date":"7/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":603,"Cost":440,"Date":"11/23/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":848,"Cost":697,"Date":"1/1/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":389,"Cost":305,"Date":"12/27/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":451,"Cost":423,"Date":"12/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":807,"Cost":528,"Date":"8/10/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":412,"Cost":287,"Date":"7/14/2024"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":864,"Cost":641,"Date":"11/23/2018"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":117,"Cost":79,"Date":"1/1/2020"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":659,"Cost":439,"Date":"12/27/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":68,"Cost":54,"Date":"12/31/2022"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":160,"Cost":107,"Date":"8/10/2023"},{"Store":"Kifissia Mall","Brand":"HM Home","Country":"Greece","Sale":791,"Cost":457,"Date":"7/14/2024"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":647,"Cost":568,"Date":"11/23/2018"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":318,"Cost":205,"Date":"1/1/2020"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":509,"Cost":438,"Date":"12/27/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":226,"Cost":209,"Date":"12/31/2022"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":38,"Cost":31,"Date":"8/10/2023"},{"Store":"Kifissia Mall","Brand":"COS","Country":"Greece","Sale":177,"Cost":120,"Date":"7/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":111,"Cost":91,"Date":"11/23/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":363,"Cost":286,"Date":"1/1/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":644,"Cost":541,"Date":"12/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":264,"Cost":162,"Date":"12/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":876,"Cost":659,"Date":"8/10/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"Nova","Country":"Greece","Sale":305,"Cost":182,"Date":"7/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":443,"Cost":323,"Date":"11/23/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":677,"Cost":467,"Date":"1/1/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":137,"Cost":99,"Date":"12/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":942,"Cost":487,"Date":"12/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":895,"Cost":568,"Date":"8/10/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"HM Home","Country":"Greece","Sale":301,"Cost":196,"Date":"7/14/2024"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":628,"Cost":578,"Date":"11/23/2018"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":879,"Cost":463,"Date":"1/1/2020"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":994,"Cost":892,"Date":"12/27/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":253,"Cost":231,"Date":"12/31/2022"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":567,"Cost":495,"Date":"8/10/2023"},{"Store":"Mall of Crete, Heraklion","Brand":"ARKET","Country":"Greece","Sale":816,"Cost":476,"Date":"7/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":830,"Cost":592,"Date":"11/23/2018"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":435,"Cost":228,"Date":"1/1/2020"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":482,"Cost":381,"Date":"12/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":593,"Cost":521,"Date":"12/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":7,"Cost":6,"Date":"8/10/2023"},{"Store":"Attica Department Store, Athens","Brand":"COS","Country":"Greece","Sale":193,"Cost":151,"Date":"7/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":960,"Cost":490,"Date":"11/23/2018"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":223,"Cost":131,"Date":"1/1/2020"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":57,"Cost":29,"Date":"12/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":188,"Cost":126,"Date":"12/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":623,"Cost":373,"Date":"8/10/2023"},{"Store":"Attica Department Store, Athens","Brand":"HM Home","Country":"Greece","Sale":412,"Cost":227,"Date":"7/14/2024"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":389,"Cost":229,"Date":"11/23/2018"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":231,"Cost":144,"Date":"1/1/2020"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":793,"Cost":511,"Date":"12/27/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":35,"Cost":21,"Date":"12/31/2022"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":466,"Cost":402,"Date":"8/10/2023"},{"Store":"Attica Department Store, Athens","Brand":"Jeans","Country":"Greece","Sale":257,"Cost":231,"Date":"7/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":841,"Cost":427,"Date":"11/23/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":117,"Cost":94,"Date":"1/1/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":648,"Cost":431,"Date":"12/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":98,"Cost":53,"Date":"12/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":530,"Cost":276,"Date":"8/10/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"HM Home","Country":"Greece","Sale":552,"Cost":451,"Date":"7/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":409,"Cost":333,"Date":"11/23/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":207,"Cost":133,"Date":"1/1/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":216,"Cost":154,"Date":"12/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":299,"Cost":167,"Date":"12/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":860,"Cost":541,"Date":"8/10/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"ARKET","Country":"Greece","Sale":832,"Cost":665,"Date":"7/14/2024"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":573,"Cost":387,"Date":"11/23/2018"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":793,"Cost":471,"Date":"1/1/2020"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":362,"Cost":250,"Date":"12/27/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":96,"Cost":59,"Date":"12/31/2022"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":969,"Cost":681,"Date":"8/10/2023"},{"Store":"Olympic Mall, Maroussi","Brand":"COS","Country":"Greece","Sale":966,"Cost":795,"Date":"7/14/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":123,"Cost":96,"Date":"11/23/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":680,"Cost":585,"Date":"1/1/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":153,"Cost":126,"Date":"12/27/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":817,"Cost":621,"Date":"12/31/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":64,"Cost":54,"Date":"8/10/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":281,"Cost":156,"Date":"7/14/2024"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":878,"Cost":831,"Date":"11/23/2018"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":72,"Cost":44,"Date":"1/1/2020"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":883,"Cost":797,"Date":"12/27/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":372,"Cost":196,"Date":"12/31/2022"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":800,"Cost":613,"Date":"8/10/2023"},{"Store":"River West Mall, Athens","Brand":"COS","Country":"Greece","Sale":493,"Cost":291,"Date":"7/14/2024"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":356,"Cost":178,"Date":"11/23/2018"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":65,"Cost":33,"Date":"1/1/2020"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":175,"Cost":117,"Date":"12/27/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":908,"Cost":691,"Date":"12/31/2022"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":395,"Cost":374,"Date":"8/10/2023"},{"Store":"River West Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":819,"Cost":760,"Date":"7/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":173,"Cost":117,"Date":"11/23/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":322,"Cost":192,"Date":"1/1/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":710,"Cost":385,"Date":"12/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":583,"Cost":356,"Date":"12/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":421,"Cost":379,"Date":"8/10/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"Jeans","Country":"Greece","Sale":685,"Cost":597,"Date":"7/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":984,"Cost":690,"Date":"11/23/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":595,"Cost":464,"Date":"1/1/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":528,"Cost":264,"Date":"12/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":571,"Cost":493,"Date":"12/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":214,"Cost":186,"Date":"8/10/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM","Country":"Greece","Sale":539,"Cost":290,"Date":"7/14/2024"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":569,"Cost":486,"Date":"11/23/2018"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":441,"Cost":344,"Date":"1/1/2020"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":751,"Cost":666,"Date":"12/27/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":576,"Cost":505,"Date":"12/31/2022"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":72,"Cost":39,"Date":"8/10/2023"},{"Store":"Metropolitan Mall, Athens","Brand":"HM Home","Country":"Greece","Sale":946,"Cost":846,"Date":"7/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":714,"Cost":436,"Date":"11/23/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":516,"Cost":357,"Date":"1/1/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":70,"Cost":51,"Date":"12/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":747,"Cost":399,"Date":"12/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":781,"Cost":732,"Date":"8/10/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"Nova","Country":"Greece","Sale":725,"Cost":682,"Date":"7/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":390,"Cost":318,"Date":"11/23/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":869,"Cost":509,"Date":"1/1/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":439,"Cost":228,"Date":"12/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":101,"Cost":90,"Date":"12/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":195,"Cost":176,"Date":"8/10/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"ARKET","Country":"Greece","Sale":4,"Cost":2,"Date":"7/14/2024"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":640,"Cost":464,"Date":"11/23/2018"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":580,"Cost":474,"Date":"1/1/2020"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":725,"Cost":494,"Date":"12/27/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":52,"Cost":46,"Date":"12/31/2022"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":232,"Cost":152,"Date":"8/10/2023"},{"Store":"Lidl Shopping Center, Various locations","Brand":"COS","Country":"Greece","Sale":873,"Cost":530,"Date":"7/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":507,"Cost":403,"Date":"11/23/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":710,"Cost":540,"Date":"1/1/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":443,"Cost":231,"Date":"12/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":186,"Cost":130,"Date":"12/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":960,"Cost":589,"Date":"8/10/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Nova","Country":"Greece","Sale":898,"Cost":675,"Date":"7/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":792,"Cost":396,"Date":"11/23/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":3,"Cost":2,"Date":"1/1/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":520,"Cost":294,"Date":"12/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":716,"Cost":577,"Date":"12/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":189,"Cost":115,"Date":"8/10/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"Jeans","Country":"Greece","Sale":315,"Cost":230,"Date":"7/14/2024"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":771,"Cost":485,"Date":"11/23/2018"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":658,"Cost":441,"Date":"1/1/2020"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":965,"Cost":566,"Date":"12/27/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":632,"Cost":355,"Date":"12/31/2022"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":717,"Cost":651,"Date":"8/10/2023"},{"Store":"Mediterranean Cosmos, Thessaloniki","Brand":"HM Home","Country":"Greece","Sale":111,"Cost":83,"Date":"7/14/2024"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":53,"Cost":49,"Date":"11/23/2018"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":454,"Cost":251,"Date":"1/1/2020"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":485,"Cost":419,"Date":"12/27/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":262,"Cost":229,"Date":"12/31/2022"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":250,"Cost":234,"Date":"8/10/2023"},{"Store":"Pallini Mall","Brand":"Sellpy","Country":"Greece","Sale":347,"Cost":237,"Date":"7/14/2024"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":166,"Cost":118,"Date":"11/23/2018"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":367,"Cost":343,"Date":"1/1/2020"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":680,"Cost":414,"Date":"12/27/2022"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":351,"Cost":204,"Date":"12/31/2022"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":195,"Cost":185,"Date":"8/10/2023"},{"Store":"Pallini Mall","Brand":"COS","Country":"Greece","Sale":669,"Cost":482,"Date":"7/14/2024"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":535,"Cost":420,"Date":"11/23/2018"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":768,"Cost":404,"Date":"1/1/2020"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":461,"Cost":253,"Date":"12/27/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":351,"Cost":304,"Date":"12/31/2022"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":690,"Cost":631,"Date":"8/10/2023"},{"Store":"Pallini Mall","Brand":"Jeans","Country":"Greece","Sale":604,"Cost":393,"Date":"7/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":944,"Cost":783,"Date":"11/23/2018"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":622,"Cost":551,"Date":"1/1/2020"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":239,"Cost":148,"Date":"12/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":111,"Cost":58,"Date":"12/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":162,"Cost":93,"Date":"8/10/2023"},{"Store":"DLF Mall of India, Noida","Brand":"HM Home","Country":"India","Sale":530,"Cost":481,"Date":"7/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":486,"Cost":327,"Date":"11/23/2018"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":758,"Cost":503,"Date":"1/1/2020"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":449,"Cost":283,"Date":"12/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":644,"Cost":372,"Date":"12/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":491,"Cost":280,"Date":"8/10/2023"},{"Store":"DLF Mall of India, Noida","Brand":"Nova","Country":"India","Sale":438,"Cost":342,"Date":"7/14/2024"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":932,"Cost":598,"Date":"11/23/2018"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":306,"Cost":236,"Date":"1/1/2020"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":304,"Cost":210,"Date":"12/27/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":781,"Cost":564,"Date":"12/31/2022"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":289,"Cost":159,"Date":"8/10/2023"},{"Store":"DLF Mall of India, Noida","Brand":"COS","Country":"India","Sale":71,"Cost":47,"Date":"7/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":787,"Cost":652,"Date":"11/23/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":823,"Cost":561,"Date":"1/1/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":775,"Cost":654,"Date":"12/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":945,"Cost":613,"Date":"12/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":293,"Cost":193,"Date":"8/10/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":27,"Cost":20,"Date":"7/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":734,"Cost":675,"Date":"11/23/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":355,"Cost":279,"Date":"1/1/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":924,"Cost":761,"Date":"12/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":661,"Cost":527,"Date":"12/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":456,"Cost":362,"Date":"8/10/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":896,"Cost":561,"Date":"7/14/2024"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":510,"Cost":268,"Date":"11/23/2018"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":36,"Cost":34,"Date":"1/1/2020"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":238,"Cost":136,"Date":"12/27/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":694,"Cost":468,"Date":"12/31/2022"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":125,"Cost":103,"Date":"8/10/2023"},{"Store":"Sarath City Capital Mall, Hyderabad","Brand":"HM","Country":"India","Sale":581,"Cost":361,"Date":"7/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":901,"Cost":506,"Date":"11/23/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":29,"Cost":28,"Date":"1/1/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":512,"Cost":417,"Date":"12/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":851,"Cost":755,"Date":"12/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":443,"Cost":385,"Date":"8/10/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":464,"Cost":261,"Date":"7/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":83,"Cost":44,"Date":"11/23/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":300,"Cost":217,"Date":"1/1/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":879,"Cost":577,"Date":"12/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":299,"Cost":171,"Date":"12/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":375,"Cost":301,"Date":"8/10/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"COS","Country":"India","Sale":798,"Cost":545,"Date":"7/14/2024"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":71,"Cost":67,"Date":"11/23/2018"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":635,"Cost":566,"Date":"1/1/2020"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":750,"Cost":391,"Date":"12/27/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":102,"Cost":86,"Date":"12/31/2022"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":205,"Cost":161,"Date":"8/10/2023"},{"Store":"Ambience Mall, Gurgaon","Brand":"Nova","Country":"India","Sale":713,"Cost":497,"Date":"7/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":397,"Cost":271,"Date":"11/23/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":215,"Cost":204,"Date":"1/1/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":108,"Cost":98,"Date":"12/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":369,"Cost":324,"Date":"12/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":528,"Cost":442,"Date":"8/10/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":53,"Cost":48,"Date":"7/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":877,"Cost":669,"Date":"11/23/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":368,"Cost":317,"Date":"1/1/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":790,"Cost":531,"Date":"12/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":445,"Cost":267,"Date":"12/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":979,"Cost":741,"Date":"8/10/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Nova","Country":"India","Sale":226,"Cost":141,"Date":"7/14/2024"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":209,"Cost":177,"Date":"11/23/2018"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":668,"Cost":467,"Date":"1/1/2020"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":985,"Cost":610,"Date":"12/27/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":500,"Cost":350,"Date":"12/31/2022"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":63,"Cost":54,"Date":"8/10/2023"},{"Store":"Phoenix Marketcity, Mumbai","Brand":"Jeans","Country":"India","Sale":933,"Cost":884,"Date":"7/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":632,"Cost":470,"Date":"11/23/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":323,"Cost":218,"Date":"1/1/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":45,"Cost":35,"Date":"12/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":678,"Cost":456,"Date":"12/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":20,"Cost":15,"Date":"8/10/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Nova","Country":"India","Sale":374,"Cost":340,"Date":"7/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":471,"Cost":422,"Date":"11/23/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":430,"Cost":289,"Date":"1/1/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":822,"Cost":573,"Date":"12/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":1000,"Cost":587,"Date":"12/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":998,"Cost":587,"Date":"8/10/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"ARKET","Country":"India","Sale":654,"Cost":504,"Date":"7/14/2024"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":477,"Cost":306,"Date":"11/23/2018"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":759,"Cost":493,"Date":"1/1/2020"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":735,"Cost":693,"Date":"12/27/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":41,"Cost":37,"Date":"12/31/2022"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":739,"Cost":574,"Date":"8/10/2023"},{"Store":"Inorbit Mall, Hyderabad","Brand":"Jeans","Country":"India","Sale":234,"Cost":121,"Date":"7/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":211,"Cost":122,"Date":"11/23/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":299,"Cost":211,"Date":"1/1/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":675,"Cost":629,"Date":"12/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":595,"Cost":300,"Date":"12/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":575,"Cost":499,"Date":"8/10/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"Nova","Country":"India","Sale":873,"Cost":618,"Date":"7/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":703,"Cost":663,"Date":"11/23/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":40,"Cost":21,"Date":"1/1/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":840,"Cost":683,"Date":"12/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":683,"Cost":456,"Date":"12/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":58,"Cost":47,"Date":"8/10/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"ARKET","Country":"India","Sale":203,"Cost":150,"Date":"7/14/2024"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":549,"Cost":468,"Date":"11/23/2018"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":596,"Cost":551,"Date":"1/1/2020"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":914,"Cost":615,"Date":"12/27/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":466,"Cost":288,"Date":"12/31/2022"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":79,"Cost":68,"Date":"8/10/2023"},{"Store":"Fun Republic Mall, Lucknow","Brand":"HM","Country":"India","Sale":117,"Cost":94,"Date":"7/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":440,"Cost":311,"Date":"11/23/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":885,"Cost":539,"Date":"1/1/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":20,"Cost":16,"Date":"12/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":605,"Cost":492,"Date":"12/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":928,"Cost":705,"Date":"8/10/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"Nova","Country":"India","Sale":95,"Cost":56,"Date":"7/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":620,"Cost":327,"Date":"11/23/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":987,"Cost":748,"Date":"1/1/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":659,"Cost":461,"Date":"12/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":553,"Cost":394,"Date":"12/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":643,"Cost":378,"Date":"8/10/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":109,"Cost":86,"Date":"7/14/2024"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":65,"Cost":51,"Date":"11/23/2018"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":517,"Cost":292,"Date":"1/1/2020"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":65,"Cost":60,"Date":"12/27/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":430,"Cost":340,"Date":"12/31/2022"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":550,"Cost":421,"Date":"8/10/2023"},{"Store":"Z Square Mall, Kanpur","Brand":"HM Home","Country":"India","Sale":409,"Cost":271,"Date":"7/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":827,"Cost":607,"Date":"11/23/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":409,"Cost":214,"Date":"1/1/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":546,"Cost":439,"Date":"12/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":430,"Cost":406,"Date":"12/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":211,"Cost":131,"Date":"8/10/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"ARKET","Country":"India","Sale":356,"Cost":249,"Date":"7/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":885,"Cost":755,"Date":"11/23/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":909,"Cost":778,"Date":"1/1/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":399,"Cost":290,"Date":"12/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":982,"Cost":719,"Date":"12/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":127,"Cost":113,"Date":"8/10/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"HM Home","Country":"India","Sale":590,"Cost":329,"Date":"7/14/2024"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":397,"Cost":217,"Date":"11/23/2018"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":394,"Cost":345,"Date":"1/1/2020"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":497,"Cost":457,"Date":"12/27/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":817,"Cost":416,"Date":"12/31/2022"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":377,"Cost":336,"Date":"8/10/2023"},{"Store":"Select Citywalk, New Delhi","Brand":"COS","Country":"India","Sale":372,"Cost":247,"Date":"7/14/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":427,"Cost":268,"Date":"11/23/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":414,"Cost":382,"Date":"1/1/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":540,"Cost":472,"Date":"12/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":119,"Cost":102,"Date":"12/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":477,"Cost":412,"Date":"8/10/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":996,"Cost":601,"Date":"7/14/2024"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":478,"Cost":313,"Date":"11/23/2018"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":719,"Cost":678,"Date":"1/1/2020"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":929,"Cost":737,"Date":"12/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":174,"Cost":92,"Date":"12/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":386,"Cost":306,"Date":"8/10/2023"},{"Store":"The Great India Place, Noida","Brand":"Sellpy","Country":"India","Sale":219,"Cost":157,"Date":"7/14/2024"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":190,"Cost":95,"Date":"11/23/2018"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":9,"Cost":8,"Date":"1/1/2020"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":97,"Cost":67,"Date":"12/27/2022"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":385,"Cost":242,"Date":"12/31/2022"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":18,"Cost":14,"Date":"8/10/2023"},{"Store":"The Great India Place, Noida","Brand":"Jeans","Country":"India","Sale":31,"Cost":16,"Date":"7/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":548,"Cost":329,"Date":"11/23/2018"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":699,"Cost":592,"Date":"1/1/2020"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":362,"Cost":217,"Date":"12/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":874,"Cost":625,"Date":"12/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":413,"Cost":381,"Date":"8/10/2023"},{"Store":"Quest Mall, Kolkata","Brand":"COS","Country":"India","Sale":255,"Cost":205,"Date":"7/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":635,"Cost":370,"Date":"11/23/2018"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":224,"Cost":191,"Date":"1/1/2020"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":269,"Cost":158,"Date":"12/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":745,"Cost":576,"Date":"12/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":304,"Cost":180,"Date":"8/10/2023"},{"Store":"Quest Mall, Kolkata","Brand":"ARKET","Country":"India","Sale":474,"Cost":356,"Date":"7/14/2024"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":974,"Cost":736,"Date":"11/23/2018"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":187,"Cost":107,"Date":"1/1/2020"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":126,"Cost":90,"Date":"12/27/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":469,"Cost":394,"Date":"12/31/2022"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":837,"Cost":560,"Date":"8/10/2023"},{"Store":"Quest Mall, Kolkata","Brand":"HM Home","Country":"India","Sale":388,"Cost":343,"Date":"7/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":586,"Cost":361,"Date":"11/23/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":547,"Cost":371,"Date":"1/1/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":327,"Cost":194,"Date":"12/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":708,"Cost":387,"Date":"12/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":347,"Cost":220,"Date":"8/10/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":213,"Cost":163,"Date":"7/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":138,"Cost":122,"Date":"11/23/2018"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":71,"Cost":53,"Date":"1/1/2020"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":756,"Cost":517,"Date":"12/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":244,"Cost":165,"Date":"12/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":753,"Cost":653,"Date":"8/10/2023"},{"Store":"Oberon Mall, Kochi","Brand":"HM Home","Country":"India","Sale":454,"Cost":300,"Date":"7/14/2024"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":799,"Cost":522,"Date":"11/23/2018"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":718,"Cost":371,"Date":"1/1/2020"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":492,"Cost":305,"Date":"12/27/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":199,"Cost":112,"Date":"12/31/2022"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":433,"Cost":258,"Date":"8/10/2023"},{"Store":"Oberon Mall, Kochi","Brand":"ARKET","Country":"India","Sale":130,"Cost":100,"Date":"7/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":643,"Cost":452,"Date":"11/23/2018"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":741,"Cost":526,"Date":"1/1/2020"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":531,"Cost":493,"Date":"12/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":313,"Cost":183,"Date":"12/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":436,"Cost":392,"Date":"8/10/2023"},{"Store":"Viviana Mall, Thane","Brand":"Sellpy","Country":"India","Sale":781,"Cost":625,"Date":"7/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":229,"Cost":158,"Date":"11/23/2018"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":404,"Cost":267,"Date":"1/1/2020"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":279,"Cost":200,"Date":"12/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":91,"Cost":68,"Date":"12/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":686,"Cost":633,"Date":"8/10/2023"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":760,"Cost":576,"Date":"7/14/2024"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":473,"Cost":243,"Date":"11/23/2018"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":990,"Cost":813,"Date":"1/1/2020"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":306,"Cost":153,"Date":"12/27/2022"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":958,"Cost":556,"Date":"12/31/2022"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":92,"Cost":72,"Date":"8/10/2023"},{"Store":"Viviana Mall, Thane","Brand":"COS","Country":"India","Sale":31,"Cost":24,"Date":"7/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":617,"Cost":400,"Date":"11/23/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":809,"Cost":688,"Date":"1/1/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":695,"Cost":548,"Date":"12/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":213,"Cost":130,"Date":"12/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":246,"Cost":126,"Date":"8/10/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"Jeans","Country":"India","Sale":231,"Cost":211,"Date":"7/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":182,"Cost":124,"Date":"11/23/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":453,"Cost":268,"Date":"1/1/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":940,"Cost":494,"Date":"12/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":681,"Cost":536,"Date":"12/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":737,"Cost":616,"Date":"8/10/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":638,"Cost":389,"Date":"7/14/2024"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":892,"Cost":818,"Date":"11/23/2018"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":783,"Cost":420,"Date":"1/1/2020"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":396,"Cost":312,"Date":"12/27/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":107,"Cost":74,"Date":"12/31/2022"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":945,"Cost":755,"Date":"8/10/2023"},{"Store":"Infiniti Mall, Mumbai","Brand":"HM Home","Country":"India","Sale":645,"Cost":553,"Date":"7/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":32,"Cost":18,"Date":"11/23/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":175,"Cost":160,"Date":"1/1/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":871,"Cost":451,"Date":"12/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":783,"Cost":492,"Date":"12/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":977,"Cost":685,"Date":"8/10/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":969,"Cost":547,"Date":"7/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":866,"Cost":505,"Date":"11/23/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":250,"Cost":228,"Date":"1/1/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":985,"Cost":791,"Date":"12/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":820,"Cost":417,"Date":"12/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":580,"Cost":447,"Date":"8/10/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"COS","Country":"India","Sale":389,"Cost":241,"Date":"7/14/2024"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":394,"Cost":210,"Date":"11/23/2018"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":493,"Cost":331,"Date":"1/1/2020"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":235,"Cost":139,"Date":"12/27/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":605,"Cost":369,"Date":"12/31/2022"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":417,"Cost":223,"Date":"8/10/2023"},{"Store":"City Centre Mall, Mangalore","Brand":"Jeans","Country":"India","Sale":907,"Cost":600,"Date":"7/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":384,"Cost":265,"Date":"11/23/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":189,"Cost":168,"Date":"1/1/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":979,"Cost":579,"Date":"12/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":274,"Cost":232,"Date":"12/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":402,"Cost":219,"Date":"8/10/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":794,"Cost":753,"Date":"7/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":28,"Cost":27,"Date":"11/23/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":103,"Cost":58,"Date":"1/1/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":583,"Cost":338,"Date":"12/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":969,"Cost":602,"Date":"12/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":54,"Cost":29,"Date":"8/10/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"Sellpy","Country":"India","Sale":805,"Cost":760,"Date":"7/14/2024"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":858,"Cost":447,"Date":"11/23/2018"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":776,"Cost":545,"Date":"1/1/2020"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":374,"Cost":243,"Date":"12/27/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":111,"Cost":66,"Date":"12/31/2022"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":183,"Cost":96,"Date":"8/10/2023"},{"Store":"Prozone Mall, Coimbatore","Brand":"ARKET","Country":"India","Sale":555,"Cost":418,"Date":"7/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":227,"Cost":179,"Date":"11/23/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":16,"Cost":9,"Date":"1/1/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":374,"Cost":223,"Date":"12/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":207,"Cost":131,"Date":"12/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":499,"Cost":388,"Date":"8/10/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Nova","Country":"India","Sale":100,"Cost":57,"Date":"7/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":200,"Cost":101,"Date":"11/23/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":883,"Cost":808,"Date":"1/1/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":675,"Cost":626,"Date":"12/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":817,"Cost":514,"Date":"12/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":750,"Cost":503,"Date":"8/10/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"COS","Country":"India","Sale":586,"Cost":486,"Date":"7/14/2024"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":380,"Cost":255,"Date":"11/23/2018"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":329,"Cost":190,"Date":"1/1/2020"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":36,"Cost":28,"Date":"12/27/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":455,"Cost":337,"Date":"12/31/2022"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":738,"Cost":427,"Date":"8/10/2023"},{"Store":"Mantri Square Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":770,"Cost":634,"Date":"7/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":708,"Cost":491,"Date":"11/23/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":468,"Cost":379,"Date":"1/1/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":821,"Cost":429,"Date":"12/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":252,"Cost":182,"Date":"12/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":822,"Cost":774,"Date":"8/10/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM","Country":"India","Sale":643,"Cost":386,"Date":"7/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":871,"Cost":769,"Date":"11/23/2018"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":57,"Cost":37,"Date":"1/1/2020"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":96,"Cost":77,"Date":"12/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":685,"Cost":500,"Date":"12/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":442,"Cost":314,"Date":"8/10/2023"},{"Store":"Orion Mall, Bangalore","Brand":"HM Home","Country":"India","Sale":275,"Cost":256,"Date":"7/14/2024"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":970,"Cost":848,"Date":"11/23/2018"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":707,"Cost":411,"Date":"1/1/2020"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":909,"Cost":761,"Date":"12/27/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":837,"Cost":787,"Date":"12/31/2022"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":118,"Cost":95,"Date":"8/10/2023"},{"Store":"Orion Mall, Bangalore","Brand":"Jeans","Country":"India","Sale":103,"Cost":83,"Date":"7/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":167,"Cost":148,"Date":"11/23/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":454,"Cost":423,"Date":"1/1/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":616,"Cost":339,"Date":"12/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":466,"Cost":328,"Date":"12/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":475,"Cost":328,"Date":"8/10/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"Jeans","Country":"Italy","Sale":807,"Cost":493,"Date":"7/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":203,"Cost":173,"Date":"11/23/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":379,"Cost":319,"Date":"1/1/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":872,"Cost":526,"Date":"12/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":869,"Cost":461,"Date":"12/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":314,"Cost":203,"Date":"8/10/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"HM Home","Country":"Italy","Sale":449,"Cost":371,"Date":"7/14/2024"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":978,"Cost":828,"Date":"11/23/2018"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":985,"Cost":925,"Date":"1/1/2020"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":419,"Cost":267,"Date":"12/27/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":902,"Cost":799,"Date":"12/31/2022"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":650,"Cost":529,"Date":"8/10/2023"},{"Store":"Il Centro, Arese (Milan)","Brand":"COS","Country":"Italy","Sale":48,"Cost":29,"Date":"7/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":298,"Cost":233,"Date":"11/23/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":782,"Cost":533,"Date":"1/1/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":502,"Cost":305,"Date":"12/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":149,"Cost":116,"Date":"12/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":475,"Cost":238,"Date":"8/10/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"ARKET","Country":"Italy","Sale":851,"Cost":739,"Date":"7/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":113,"Cost":105,"Date":"11/23/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":485,"Cost":458,"Date":"1/1/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":340,"Cost":202,"Date":"12/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":629,"Cost":341,"Date":"12/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":473,"Cost":252,"Date":"8/10/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"Jeans","Country":"Italy","Sale":339,"Cost":282,"Date":"7/14/2024"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":906,"Cost":830,"Date":"11/23/2018"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":674,"Cost":478,"Date":"1/1/2020"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":1,"Cost":0,"Date":"12/27/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":232,"Cost":132,"Date":"12/31/2022"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":217,"Cost":145,"Date":"8/10/2023"},{"Store":"CityLife Shopping District, Milan","Brand":"HM Home","Country":"Italy","Sale":121,"Cost":91,"Date":"7/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":934,"Cost":678,"Date":"11/23/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":883,"Cost":442,"Date":"1/1/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":241,"Cost":227,"Date":"12/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":878,"Cost":707,"Date":"12/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":866,"Cost":764,"Date":"8/10/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":237,"Cost":173,"Date":"7/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":15,"Cost":12,"Date":"11/23/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":728,"Cost":670,"Date":"1/1/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":366,"Cost":295,"Date":"12/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":923,"Cost":697,"Date":"12/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":671,"Cost":575,"Date":"8/10/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Nova","Country":"Italy","Sale":213,"Cost":176,"Date":"7/14/2024"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":567,"Cost":378,"Date":"11/23/2018"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":865,"Cost":542,"Date":"1/1/2020"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":855,"Cost":707,"Date":"12/27/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":961,"Cost":564,"Date":"12/31/2022"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":208,"Cost":122,"Date":"8/10/2023"},{"Store":"The Mall Firenze, Leccio (Florence)","Brand":"Sellpy","Country":"Italy","Sale":573,"Cost":331,"Date":"7/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":94,"Cost":82,"Date":"11/23/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":544,"Cost":464,"Date":"1/1/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":837,"Cost":473,"Date":"12/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":421,"Cost":378,"Date":"12/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":608,"Cost":351,"Date":"8/10/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"Nova","Country":"Italy","Sale":200,"Cost":125,"Date":"7/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":982,"Cost":751,"Date":"11/23/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":591,"Cost":353,"Date":"1/1/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":575,"Cost":456,"Date":"12/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":325,"Cost":229,"Date":"12/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":309,"Cost":227,"Date":"8/10/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":72,"Cost":47,"Date":"7/14/2024"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":756,"Cost":668,"Date":"11/23/2018"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":400,"Cost":220,"Date":"1/1/2020"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":70,"Cost":60,"Date":"12/27/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":370,"Cost":215,"Date":"12/31/2022"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":220,"Cost":133,"Date":"8/10/2023"},{"Store":"Serravalle Designer Outlet, Serravalle Scrivia (Genoa)","Brand":"ARKET","Country":"Italy","Sale":583,"Cost":347,"Date":"7/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":616,"Cost":556,"Date":"11/23/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":166,"Cost":142,"Date":"1/1/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":436,"Cost":269,"Date":"12/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":935,"Cost":631,"Date":"12/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":339,"Cost":199,"Date":"8/10/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"COS","Country":"Italy","Sale":347,"Cost":189,"Date":"7/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":438,"Cost":277,"Date":"11/23/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":430,"Cost":216,"Date":"1/1/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":417,"Cost":217,"Date":"12/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":864,"Cost":658,"Date":"12/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":939,"Cost":666,"Date":"8/10/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"Jeans","Country":"Italy","Sale":889,"Cost":694,"Date":"7/14/2024"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":415,"Cost":265,"Date":"11/23/2018"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":11,"Cost":6,"Date":"1/1/2020"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":527,"Cost":453,"Date":"12/27/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":519,"Cost":334,"Date":"12/31/2022"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":230,"Cost":206,"Date":"8/10/2023"},{"Store":"Castel Romano Designer Outlet, Rome","Brand":"HM","Country":"Italy","Sale":764,"Cost":465,"Date":"7/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":357,"Cost":278,"Date":"11/23/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":430,"Cost":360,"Date":"1/1/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":554,"Cost":500,"Date":"12/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":306,"Cost":171,"Date":"12/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":527,"Cost":319,"Date":"8/10/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"COS","Country":"Italy","Sale":182,"Cost":102,"Date":"7/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":771,"Cost":670,"Date":"11/23/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":713,"Cost":634,"Date":"1/1/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":432,"Cost":386,"Date":"12/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":360,"Cost":213,"Date":"12/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":732,"Cost":374,"Date":"8/10/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Sellpy","Country":"Italy","Sale":485,"Cost":400,"Date":"7/14/2024"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":847,"Cost":655,"Date":"11/23/2018"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":427,"Cost":357,"Date":"1/1/2020"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":689,"Cost":365,"Date":"12/27/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":999,"Cost":687,"Date":"12/31/2022"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":160,"Cost":89,"Date":"8/10/2023"},{"Store":"Torri d’Europa, Trieste","Brand":"Jeans","Country":"Italy","Sale":783,"Cost":678,"Date":"7/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":816,"Cost":723,"Date":"11/23/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":506,"Cost":328,"Date":"1/1/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":84,"Cost":75,"Date":"12/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":385,"Cost":204,"Date":"12/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":734,"Cost":392,"Date":"8/10/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Sellpy","Country":"Italy","Sale":411,"Cost":248,"Date":"7/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":19,"Cost":16,"Date":"11/23/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":595,"Cost":421,"Date":"1/1/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":418,"Cost":330,"Date":"12/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":392,"Cost":251,"Date":"12/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":603,"Cost":470,"Date":"8/10/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"Jeans","Country":"Italy","Sale":739,"Cost":440,"Date":"7/14/2024"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":513,"Cost":481,"Date":"11/23/2018"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":316,"Cost":246,"Date":"1/1/2020"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":194,"Cost":169,"Date":"12/27/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":17,"Cost":14,"Date":"12/31/2022"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":900,"Cost":727,"Date":"8/10/2023"},{"Store":"Etnapolis, Catania (Sicily)","Brand":"COS","Country":"Italy","Sale":500,"Cost":472,"Date":"7/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":121,"Cost":93,"Date":"11/23/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":728,"Cost":588,"Date":"1/1/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":826,"Cost":672,"Date":"12/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":275,"Cost":245,"Date":"12/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":750,"Cost":576,"Date":"8/10/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"ARKET","Country":"Italy","Sale":785,"Cost":612,"Date":"7/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":703,"Cost":560,"Date":"11/23/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":508,"Cost":333,"Date":"1/1/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":673,"Cost":435,"Date":"12/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":284,"Cost":267,"Date":"12/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":345,"Cost":226,"Date":"8/10/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"Sellpy","Country":"Italy","Sale":146,"Cost":134,"Date":"7/14/2024"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":371,"Cost":278,"Date":"11/23/2018"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":662,"Cost":449,"Date":"1/1/2020"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":387,"Cost":359,"Date":"12/27/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":391,"Cost":201,"Date":"12/31/2022"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":850,"Cost":726,"Date":"8/10/2023"},{"Store":"Centro Commerciale Campania, Marcianise (Naples)","Brand":"COS","Country":"Italy","Sale":399,"Cost":216,"Date":"7/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":309,"Cost":189,"Date":"11/23/2018"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":59,"Cost":48,"Date":"1/1/2020"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":67,"Cost":43,"Date":"12/27/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":129,"Cost":80,"Date":"12/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":873,"Cost":461,"Date":"8/10/2023"},{"Store":"La Rinascente, Rome","Brand":"Nova","Country":"Italy","Sale":466,"Cost":415,"Date":"7/14/2024"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":536,"Cost":446,"Date":"11/23/2018"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":258,"Cost":194,"Date":"1/1/2020"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":282,"Cost":203,"Date":"12/27/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":524,"Cost":408,"Date":"12/31/2022"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":804,"Cost":531,"Date":"8/10/2023"},{"Store":"La Rinascente, Rome","Brand":"ARKET","Country":"Italy","Sale":216,"Cost":156,"Date":"7/14/2024"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":487,"Cost":272,"Date":"11/23/2018"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":896,"Cost":843,"Date":"1/1/2020"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":10,"Cost":6,"Date":"12/27/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":36,"Cost":19,"Date":"12/31/2022"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":95,"Cost":86,"Date":"8/10/2023"},{"Store":"La Rinascente, Rome","Brand":"Jeans","Country":"Italy","Sale":823,"Cost":433,"Date":"7/14/2024"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":122,"Cost":77,"Date":"11/23/2018"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":333,"Cost":190,"Date":"1/1/2020"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":221,"Cost":141,"Date":"12/27/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":974,"Cost":513,"Date":"12/31/2022"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":656,"Cost":623,"Date":"8/10/2023"},{"Store":"La Rinascente, Milan","Brand":"ARKET","Country":"Italy","Sale":534,"Cost":465,"Date":"7/14/2024"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":279,"Cost":238,"Date":"11/23/2018"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":125,"Cost":96,"Date":"1/1/2020"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":512,"Cost":455,"Date":"12/27/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":5,"Cost":3,"Date":"12/31/2022"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":731,"Cost":485,"Date":"8/10/2023"},{"Store":"La Rinascente, Milan","Brand":"Nova","Country":"Italy","Sale":89,"Cost":54,"Date":"7/14/2024"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":579,"Cost":344,"Date":"11/23/2018"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":421,"Cost":263,"Date":"1/1/2020"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":326,"Cost":274,"Date":"12/27/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":319,"Cost":182,"Date":"12/31/2022"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":230,"Cost":148,"Date":"8/10/2023"},{"Store":"La Rinascente, Milan","Brand":"HM Home","Country":"Italy","Sale":693,"Cost":460,"Date":"7/14/2024"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":238,"Cost":187,"Date":"11/23/2018"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":349,"Cost":283,"Date":"1/1/2020"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":507,"Cost":398,"Date":"12/27/2022"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":657,"Cost":463,"Date":"12/31/2022"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":114,"Cost":98,"Date":"8/10/2023"},{"Store":"Roma Est, Rome","Brand":"Nova","Country":"Italy","Sale":465,"Cost":319,"Date":"7/14/2024"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":38,"Cost":27,"Date":"11/23/2018"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":769,"Cost":649,"Date":"1/1/2020"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":439,"Cost":409,"Date":"12/27/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":472,"Cost":337,"Date":"12/31/2022"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":986,"Cost":772,"Date":"8/10/2023"},{"Store":"Roma Est, Rome","Brand":"ARKET","Country":"Italy","Sale":933,"Cost":525,"Date":"7/14/2024"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":853,"Cost":587,"Date":"11/23/2018"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":633,"Cost":544,"Date":"1/1/2020"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":68,"Cost":44,"Date":"12/27/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":946,"Cost":793,"Date":"12/31/2022"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":191,"Cost":147,"Date":"8/10/2023"},{"Store":"Roma Est, Rome","Brand":"HM Home","Country":"Italy","Sale":650,"Cost":350,"Date":"7/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":259,"Cost":135,"Date":"11/23/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":146,"Cost":127,"Date":"1/1/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":117,"Cost":104,"Date":"12/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":796,"Cost":557,"Date":"12/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":665,"Cost":520,"Date":"8/10/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM","Country":"Italy","Sale":273,"Cost":236,"Date":"7/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":872,"Cost":694,"Date":"11/23/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":412,"Cost":230,"Date":"1/1/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":710,"Cost":531,"Date":"12/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":84,"Cost":42,"Date":"12/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":938,"Cost":647,"Date":"8/10/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"HM Home","Country":"Italy","Sale":361,"Cost":342,"Date":"7/14/2024"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":396,"Cost":272,"Date":"11/23/2018"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":201,"Cost":170,"Date":"1/1/2020"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":67,"Cost":49,"Date":"12/27/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":536,"Cost":408,"Date":"12/31/2022"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":205,"Cost":175,"Date":"8/10/2023"},{"Store":"Fiumicino Shopping Centre, Rome","Brand":"ARKET","Country":"Italy","Sale":92,"Cost":50,"Date":"7/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":417,"Cost":309,"Date":"11/23/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":394,"Cost":231,"Date":"1/1/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":557,"Cost":404,"Date":"12/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":421,"Cost":398,"Date":"12/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":872,"Cost":555,"Date":"8/10/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"HM","Country":"Italy","Sale":751,"Cost":449,"Date":"7/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":316,"Cost":243,"Date":"11/23/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":213,"Cost":186,"Date":"1/1/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":363,"Cost":264,"Date":"12/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":755,"Cost":534,"Date":"12/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":801,"Cost":441,"Date":"8/10/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"Sellpy","Country":"Italy","Sale":116,"Cost":106,"Date":"7/14/2024"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":150,"Cost":93,"Date":"11/23/2018"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":196,"Cost":115,"Date":"1/1/2020"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":611,"Cost":447,"Date":"12/27/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":410,"Cost":258,"Date":"12/31/2022"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":422,"Cost":375,"Date":"8/10/2023"},{"Store":"Galleria Commerciale Porta di Roma, Rome","Brand":"ARKET","Country":"Italy","Sale":711,"Cost":658,"Date":"7/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":87,"Cost":81,"Date":"11/23/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":45,"Cost":28,"Date":"1/1/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":318,"Cost":267,"Date":"12/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":50,"Cost":34,"Date":"12/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":929,"Cost":482,"Date":"8/10/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"Jeans","Country":"Italy","Sale":48,"Cost":40,"Date":"7/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":977,"Cost":882,"Date":"11/23/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":605,"Cost":550,"Date":"1/1/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":720,"Cost":544,"Date":"12/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":518,"Cost":472,"Date":"12/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":764,"Cost":589,"Date":"8/10/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"HM","Country":"Italy","Sale":4,"Cost":3,"Date":"7/14/2024"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":571,"Cost":454,"Date":"11/23/2018"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":939,"Cost":537,"Date":"1/1/2020"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":328,"Cost":222,"Date":"12/27/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":277,"Cost":204,"Date":"12/31/2022"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":857,"Cost":555,"Date":"8/10/2023"},{"Store":"Adriatico Shopping Center, Ancona","Brand":"ARKET","Country":"Italy","Sale":23,"Cost":11,"Date":"7/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":989,"Cost":562,"Date":"11/23/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":586,"Cost":553,"Date":"1/1/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":837,"Cost":743,"Date":"12/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":39,"Cost":31,"Date":"12/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":286,"Cost":211,"Date":"8/10/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM","Country":"Italy","Sale":143,"Cost":128,"Date":"7/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":366,"Cost":196,"Date":"11/23/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":10,"Cost":7,"Date":"1/1/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":325,"Cost":286,"Date":"12/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":103,"Cost":57,"Date":"12/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":338,"Cost":235,"Date":"8/10/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"ARKET","Country":"Italy","Sale":216,"Cost":118,"Date":"7/14/2024"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":720,"Cost":537,"Date":"11/23/2018"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":914,"Cost":834,"Date":"1/1/2020"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":275,"Cost":184,"Date":"12/27/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":984,"Cost":858,"Date":"12/31/2022"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":243,"Cost":211,"Date":"8/10/2023"},{"Store":"Mondovicino Outlet Village, Mondovì (Cuneo)","Brand":"HM Home","Country":"Italy","Sale":930,"Cost":728,"Date":"7/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":829,"Cost":531,"Date":"11/23/2018"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":827,"Cost":444,"Date":"1/1/2020"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":394,"Cost":338,"Date":"12/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":546,"Cost":283,"Date":"12/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":119,"Cost":92,"Date":"8/10/2023"},{"Store":"Cinecittà Due, Rome","Brand":"Nova","Country":"Italy","Sale":24,"Cost":16,"Date":"7/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":754,"Cost":398,"Date":"11/23/2018"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":888,"Cost":501,"Date":"1/1/2020"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":512,"Cost":346,"Date":"12/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":849,"Cost":690,"Date":"12/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":364,"Cost":277,"Date":"8/10/2023"},{"Store":"Cinecittà Due, Rome","Brand":"COS","Country":"Italy","Sale":544,"Cost":456,"Date":"7/14/2024"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":163,"Cost":135,"Date":"11/23/2018"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":597,"Cost":508,"Date":"1/1/2020"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":298,"Cost":263,"Date":"12/27/2022"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":867,"Cost":585,"Date":"12/31/2022"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":566,"Cost":535,"Date":"8/10/2023"},{"Store":"Cinecittà Due, Rome","Brand":"ARKET","Country":"Italy","Sale":475,"Cost":323,"Date":"7/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":399,"Cost":286,"Date":"11/23/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":853,"Cost":546,"Date":"1/1/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":929,"Cost":547,"Date":"12/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":567,"Cost":471,"Date":"12/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":568,"Cost":363,"Date":"8/10/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":852,"Cost":445,"Date":"7/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":528,"Cost":325,"Date":"11/23/2018"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":618,"Cost":428,"Date":"1/1/2020"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":578,"Cost":295,"Date":"12/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":649,"Cost":516,"Date":"12/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":565,"Cost":334,"Date":"8/10/2023"},{"Store":"Mercato Centrale, Florence","Brand":"COS","Country":"Italy","Sale":937,"Cost":795,"Date":"7/14/2024"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":617,"Cost":505,"Date":"11/23/2018"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":406,"Cost":379,"Date":"1/1/2020"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":222,"Cost":180,"Date":"12/27/2022"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":303,"Cost":197,"Date":"12/31/2022"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":963,"Cost":860,"Date":"8/10/2023"},{"Store":"Mercato Centrale, Florence","Brand":"HM","Country":"Italy","Sale":624,"Cost":502,"Date":"7/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":319,"Cost":237,"Date":"11/23/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":144,"Cost":115,"Date":"1/1/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":396,"Cost":297,"Date":"12/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":219,"Cost":188,"Date":"12/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":51,"Cost":33,"Date":"8/10/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":382,"Cost":362,"Date":"7/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":395,"Cost":354,"Date":"11/23/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":381,"Cost":332,"Date":"1/1/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":790,"Cost":647,"Date":"12/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":835,"Cost":780,"Date":"12/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":191,"Cost":113,"Date":"8/10/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"HM","Country":"Italy","Sale":268,"Cost":149,"Date":"7/14/2024"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":861,"Cost":668,"Date":"11/23/2018"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":617,"Cost":312,"Date":"1/1/2020"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":489,"Cost":298,"Date":"12/27/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":308,"Cost":289,"Date":"12/31/2022"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":63,"Cost":42,"Date":"8/10/2023"},{"Store":"Odissea Shopping Center, Reggio Calabria","Brand":"ARKET","Country":"Italy","Sale":738,"Cost":466,"Date":"7/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":544,"Cost":500,"Date":"11/23/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":995,"Cost":634,"Date":"1/1/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":364,"Cost":329,"Date":"12/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":734,"Cost":445,"Date":"12/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":359,"Cost":280,"Date":"8/10/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":67,"Cost":42,"Date":"7/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":887,"Cost":836,"Date":"11/23/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":440,"Cost":384,"Date":"1/1/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":284,"Cost":231,"Date":"12/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":893,"Cost":521,"Date":"12/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":758,"Cost":476,"Date":"8/10/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"Nova","Country":"Italy","Sale":840,"Cost":433,"Date":"7/14/2024"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":150,"Cost":104,"Date":"11/23/2018"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":895,"Cost":666,"Date":"1/1/2020"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":390,"Cost":256,"Date":"12/27/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":311,"Cost":248,"Date":"12/31/2022"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":195,"Cost":117,"Date":"8/10/2023"},{"Store":"I Gigli, Campi Bisenzio (Florence)","Brand":"COS","Country":"Italy","Sale":716,"Cost":406,"Date":"7/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":877,"Cost":798,"Date":"11/23/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":599,"Cost":374,"Date":"1/1/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":49,"Cost":32,"Date":"12/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":116,"Cost":59,"Date":"12/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":420,"Cost":306,"Date":"8/10/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Jeans","Country":"Italy","Sale":242,"Cost":229,"Date":"7/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":672,"Cost":520,"Date":"11/23/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":994,"Cost":939,"Date":"1/1/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":317,"Cost":301,"Date":"12/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":653,"Cost":531,"Date":"12/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":734,"Cost":562,"Date":"8/10/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"HM Home","Country":"Italy","Sale":180,"Cost":99,"Date":"7/14/2024"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":579,"Cost":522,"Date":"11/23/2018"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":511,"Cost":457,"Date":"1/1/2020"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":672,"Cost":580,"Date":"12/27/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":519,"Cost":447,"Date":"12/31/2022"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":979,"Cost":710,"Date":"8/10/2023"},{"Store":"Vulcano Buono, Nola (Naples)","Brand":"Nova","Country":"Italy","Sale":231,"Cost":134,"Date":"7/14/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":959,"Cost":500,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":586,"Cost":383,"Date":"1/1/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":89,"Cost":69,"Date":"12/27/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":445,"Cost":403,"Date":"12/31/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":730,"Cost":557,"Date":"8/10/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":330,"Cost":298,"Date":"7/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":169,"Cost":103,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":871,"Cost":719,"Date":"1/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":828,"Cost":536,"Date":"12/27/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":834,"Cost":494,"Date":"12/31/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":25,"Cost":21,"Date":"8/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":966,"Cost":702,"Date":"7/14/2024"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":157,"Cost":119,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":174,"Cost":133,"Date":"1/1/2020"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":455,"Cost":359,"Date":"12/27/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":667,"Cost":403,"Date":"12/31/2022"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":676,"Cost":630,"Date":"8/10/2023"},{"Store":"Tokyo Midtown","Brand":"COS","Country":"Japan","Sale":953,"Cost":511,"Date":"7/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":601,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":735,"Date":"1/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":661,"Cost":525,"Date":"12/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":287,"Cost":212,"Date":"12/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":315,"Cost":280,"Date":"8/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":134,"Cost":108,"Date":"7/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":21,"Cost":10,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":570,"Cost":391,"Date":"1/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":153,"Cost":119,"Date":"12/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":330,"Cost":205,"Date":"12/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":448,"Cost":363,"Date":"8/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":472,"Cost":346,"Date":"7/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":298,"Cost":253,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":753,"Cost":533,"Date":"1/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":933,"Cost":868,"Date":"12/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":570,"Cost":481,"Date":"12/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":138,"Cost":116,"Date":"8/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":774,"Cost":394,"Date":"7/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":114,"Cost":67,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":354,"Date":"1/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":339,"Cost":206,"Date":"12/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":260,"Cost":130,"Date":"12/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":274,"Cost":237,"Date":"8/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":691,"Cost":566,"Date":"7/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":472,"Cost":238,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":680,"Cost":501,"Date":"1/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":2,"Cost":1,"Date":"12/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":424,"Cost":401,"Date":"12/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":802,"Cost":554,"Date":"8/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"HM","Country":"Japan","Sale":515,"Cost":339,"Date":"7/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":404,"Cost":266,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":158,"Cost":85,"Date":"1/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":818,"Cost":513,"Date":"12/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":928,"Cost":749,"Date":"12/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":364,"Cost":189,"Date":"8/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":469,"Cost":277,"Date":"7/14/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":500,"Cost":343,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":757,"Cost":683,"Date":"1/1/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":101,"Cost":84,"Date":"12/27/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":238,"Cost":159,"Date":"12/31/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":966,"Cost":711,"Date":"8/10/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":10,"Cost":7,"Date":"7/14/2024"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":478,"Cost":391,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":139,"Cost":82,"Date":"1/1/2020"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":293,"Cost":251,"Date":"12/27/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":582,"Cost":411,"Date":"12/31/2022"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":711,"Cost":557,"Date":"8/10/2023"},{"Store":"Tokyo Solamachi","Brand":"Sellpy","Country":"Japan","Sale":412,"Cost":360,"Date":"7/14/2024"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":284,"Cost":267,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":686,"Cost":497,"Date":"1/1/2020"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":612,"Cost":328,"Date":"12/27/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":23,"Cost":19,"Date":"12/31/2022"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":935,"Cost":650,"Date":"8/10/2023"},{"Store":"Tokyo Solamachi","Brand":"HM","Country":"Japan","Sale":678,"Cost":351,"Date":"7/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":204,"Cost":106,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":900,"Cost":686,"Date":"1/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":24,"Cost":23,"Date":"12/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":996,"Cost":510,"Date":"12/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":875,"Cost":744,"Date":"8/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":575,"Cost":345,"Date":"7/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":729,"Cost":571,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":117,"Cost":89,"Date":"1/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":185,"Cost":168,"Date":"12/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":159,"Cost":96,"Date":"12/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":149,"Cost":98,"Date":"8/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":14,"Cost":12,"Date":"7/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":663,"Cost":373,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":119,"Cost":89,"Date":"1/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":29,"Cost":23,"Date":"12/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":3,"Cost":3,"Date":"12/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":27,"Cost":22,"Date":"8/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":237,"Cost":124,"Date":"7/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":225,"Cost":149,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":348,"Cost":260,"Date":"1/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":173,"Cost":115,"Date":"12/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":653,"Cost":563,"Date":"12/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":418,"Cost":375,"Date":"8/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":843,"Cost":697,"Date":"7/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":473,"Cost":411,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":788,"Cost":489,"Date":"1/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":169,"Cost":115,"Date":"12/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":29,"Cost":16,"Date":"12/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":688,"Cost":551,"Date":"8/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"Nova","Country":"Japan","Sale":477,"Cost":394,"Date":"7/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":554,"Cost":384,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":205,"Cost":189,"Date":"1/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":815,"Cost":770,"Date":"12/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":394,"Cost":301,"Date":"12/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":94,"Cost":86,"Date":"8/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":345,"Cost":295,"Date":"7/14/2024"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":592,"Cost":332,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":425,"Cost":403,"Date":"1/1/2020"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":429,"Cost":220,"Date":"12/27/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":606,"Cost":519,"Date":"12/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":941,"Cost":515,"Date":"8/10/2023"},{"Store":"Grand Front Osaka","Brand":"HM Home","Country":"Japan","Sale":889,"Cost":671,"Date":"7/14/2024"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":175,"Cost":167,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":373,"Cost":201,"Date":"1/1/2020"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":136,"Cost":79,"Date":"12/27/2022"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":484,"Cost":288,"Date":"12/31/2022"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":200,"Cost":100,"Date":"8/10/2023"},{"Store":"Grand Front Osaka","Brand":"Nova","Country":"Japan","Sale":597,"Cost":372,"Date":"7/14/2024"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":145,"Cost":84,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":880,"Cost":656,"Date":"1/1/2020"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":354,"Cost":298,"Date":"12/27/2022"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":147,"Cost":81,"Date":"12/31/2022"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":289,"Cost":266,"Date":"8/10/2023"},{"Store":"Grand Front Osaka","Brand":"HM","Country":"Japan","Sale":159,"Cost":119,"Date":"7/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":182,"Cost":143,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":997,"Cost":689,"Date":"1/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":26,"Cost":17,"Date":"12/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":189,"Cost":156,"Date":"12/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":751,"Cost":594,"Date":"8/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":515,"Cost":258,"Date":"7/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":998,"Cost":715,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":661,"Cost":516,"Date":"1/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":287,"Cost":189,"Date":"12/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":34,"Cost":24,"Date":"12/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":71,"Cost":67,"Date":"8/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":394,"Cost":269,"Date":"7/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":714,"Cost":588,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":769,"Cost":584,"Date":"1/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":779,"Cost":593,"Date":"12/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":434,"Cost":311,"Date":"12/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":67,"Cost":45,"Date":"8/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"ARKET","Country":"Japan","Sale":188,"Cost":117,"Date":"7/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":659,"Cost":363,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":296,"Cost":173,"Date":"1/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":979,"Cost":661,"Date":"12/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":660,"Cost":533,"Date":"12/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":234,"Cost":125,"Date":"8/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Sellpy","Country":"Japan","Sale":639,"Cost":391,"Date":"7/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":706,"Cost":567,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":508,"Cost":380,"Date":"1/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":968,"Cost":851,"Date":"12/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":914,"Cost":607,"Date":"12/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":813,"Cost":607,"Date":"8/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":884,"Cost":654,"Date":"7/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":620,"Cost":368,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":897,"Cost":686,"Date":"1/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":206,"Cost":150,"Date":"12/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":7,"Cost":4,"Date":"12/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":255,"Cost":218,"Date":"8/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":469,"Cost":382,"Date":"7/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":151,"Cost":116,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":854,"Cost":727,"Date":"1/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":312,"Cost":206,"Date":"12/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":604,"Cost":533,"Date":"12/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":80,"Cost":64,"Date":"8/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":38,"Cost":22,"Date":"7/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":313,"Cost":225,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":673,"Cost":634,"Date":"1/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":148,"Cost":130,"Date":"12/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":250,"Cost":226,"Date":"12/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":808,"Cost":694,"Date":"8/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":852,"Cost":746,"Date":"7/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":363,"Cost":223,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":239,"Cost":167,"Date":"1/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":693,"Cost":364,"Date":"12/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":918,"Cost":788,"Date":"12/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":897,"Cost":594,"Date":"8/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"COS","Country":"Japan","Sale":881,"Cost":566,"Date":"7/14/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":108,"Cost":74,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":601,"Date":"1/1/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":576,"Cost":336,"Date":"12/27/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":177,"Cost":135,"Date":"12/31/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":513,"Cost":290,"Date":"8/10/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":561,"Cost":319,"Date":"7/14/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":275,"Cost":156,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":676,"Cost":554,"Date":"1/1/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":907,"Cost":842,"Date":"12/27/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":142,"Cost":109,"Date":"12/31/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":806,"Cost":440,"Date":"8/10/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":613,"Cost":322,"Date":"7/14/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":336,"Cost":274,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":745,"Cost":677,"Date":"1/1/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":70,"Cost":46,"Date":"12/27/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":651,"Cost":573,"Date":"12/31/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":706,"Cost":482,"Date":"8/10/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":620,"Cost":342,"Date":"7/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":887,"Cost":514,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":851,"Cost":708,"Date":"1/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":617,"Cost":357,"Date":"12/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":827,"Cost":633,"Date":"12/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":214,"Cost":163,"Date":"8/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":287,"Cost":158,"Date":"7/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":591,"Cost":480,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":531,"Cost":440,"Date":"1/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":726,"Cost":597,"Date":"12/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":35,"Cost":27,"Date":"12/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":10,"Cost":7,"Date":"8/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":106,"Cost":96,"Date":"7/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":850,"Cost":703,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":171,"Cost":138,"Date":"1/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":360,"Cost":191,"Date":"12/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":949,"Cost":842,"Date":"12/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":726,"Cost":556,"Date":"8/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":112,"Cost":102,"Date":"7/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":633,"Cost":390,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":709,"Cost":537,"Date":"1/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":653,"Cost":582,"Date":"12/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":103,"Cost":62,"Date":"12/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":787,"Cost":724,"Date":"8/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":117,"Cost":70,"Date":"7/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":841,"Cost":574,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":645,"Cost":432,"Date":"1/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":799,"Cost":650,"Date":"12/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":610,"Cost":540,"Date":"12/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":379,"Cost":243,"Date":"8/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"COS","Country":"Japan","Sale":231,"Cost":141,"Date":"7/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":127,"Cost":71,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":976,"Cost":542,"Date":"1/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":838,"Cost":471,"Date":"12/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":532,"Date":"12/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":409,"Date":"8/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":129,"Cost":74,"Date":"7/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":505,"Cost":299,"Date":"11/23/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":867,"Cost":814,"Date":"1/1/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":137,"Cost":105,"Date":"12/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":962,"Cost":862,"Date":"12/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":723,"Cost":457,"Date":"8/10/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":995,"Cost":625,"Date":"7/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":649,"Cost":507,"Date":"11/23/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":124,"Cost":63,"Date":"1/1/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":128,"Cost":88,"Date":"12/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":712,"Cost":632,"Date":"12/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":482,"Cost":268,"Date":"8/10/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":363,"Cost":196,"Date":"7/14/2024"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":993,"Cost":711,"Date":"11/23/2018"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":717,"Cost":524,"Date":"1/1/2020"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":717,"Cost":539,"Date":"12/27/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":237,"Cost":134,"Date":"12/31/2022"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":746,"Cost":607,"Date":"8/10/2023"},{"Store":"Magna Plaza, Amsterdam","Brand":"HM","Country":"Netherlands","Sale":420,"Cost":395,"Date":"7/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":632,"Cost":361,"Date":"11/23/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":798,"Cost":698,"Date":"1/1/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":890,"Cost":638,"Date":"12/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":379,"Cost":300,"Date":"12/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":433,"Cost":293,"Date":"8/10/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":27,"Cost":21,"Date":"7/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":911,"Cost":818,"Date":"11/23/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":187,"Cost":128,"Date":"1/1/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":636,"Cost":569,"Date":"12/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":693,"Cost":396,"Date":"12/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":1000,"Cost":512,"Date":"8/10/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Nova","Country":"Netherlands","Sale":286,"Cost":253,"Date":"7/14/2024"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":152,"Cost":133,"Date":"11/23/2018"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":911,"Cost":766,"Date":"1/1/2020"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":194,"Cost":146,"Date":"12/27/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":843,"Cost":539,"Date":"12/31/2022"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":768,"Cost":478,"Date":"8/10/2023"},{"Store":"Winkelcentrum Plein ‘40-’45, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":754,"Cost":563,"Date":"7/14/2024"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":388,"Cost":259,"Date":"11/23/2018"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":935,"Cost":806,"Date":"1/1/2020"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":747,"Cost":610,"Date":"12/27/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":265,"Cost":172,"Date":"12/31/2022"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":166,"Cost":117,"Date":"8/10/2023"},{"Store":"Amsterdamse Poort","Brand":"HM","Country":"Netherlands","Sale":148,"Cost":92,"Date":"7/14/2024"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":863,"Cost":820,"Date":"11/23/2018"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":962,"Cost":764,"Date":"1/1/2020"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":560,"Cost":359,"Date":"12/27/2022"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":987,"Cost":628,"Date":"12/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":929,"Cost":731,"Date":"8/10/2023"},{"Store":"Amsterdamse Poort","Brand":"Jeans","Country":"Netherlands","Sale":88,"Cost":45,"Date":"7/14/2024"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":442,"Cost":239,"Date":"11/23/2018"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":9,"Cost":9,"Date":"1/1/2020"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":345,"Cost":302,"Date":"12/27/2022"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":479,"Cost":291,"Date":"12/31/2022"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":226,"Cost":173,"Date":"8/10/2023"},{"Store":"Amsterdamse Poort","Brand":"Nova","Country":"Netherlands","Sale":759,"Cost":691,"Date":"7/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":415,"Cost":265,"Date":"11/23/2018"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":778,"Cost":564,"Date":"1/1/2020"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":968,"Cost":762,"Date":"12/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":666,"Cost":371,"Date":"12/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":863,"Cost":730,"Date":"8/10/2023"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":426,"Cost":300,"Date":"7/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":952,"Cost":490,"Date":"11/23/2018"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":34,"Cost":25,"Date":"1/1/2020"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":468,"Cost":276,"Date":"12/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":820,"Cost":709,"Date":"12/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":213,"Cost":110,"Date":"8/10/2023"},{"Store":"IJpassage, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":175,"Cost":106,"Date":"7/14/2024"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":788,"Cost":544,"Date":"11/23/2018"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":332,"Cost":193,"Date":"1/1/2020"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":725,"Cost":516,"Date":"12/27/2022"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":882,"Cost":649,"Date":"12/31/2022"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":674,"Cost":400,"Date":"8/10/2023"},{"Store":"IJpassage, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":91,"Cost":72,"Date":"7/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":232,"Cost":173,"Date":"11/23/2018"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":894,"Cost":665,"Date":"1/1/2020"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":218,"Cost":122,"Date":"12/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":67,"Cost":42,"Date":"12/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":99,"Cost":84,"Date":"8/10/2023"},{"Store":"Markthal, Rotterdam","Brand":"Jeans","Country":"Netherlands","Sale":657,"Cost":586,"Date":"7/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":625,"Cost":326,"Date":"11/23/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":638,"Cost":527,"Date":"1/1/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":742,"Cost":673,"Date":"12/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":302,"Cost":215,"Date":"12/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":980,"Cost":883,"Date":"8/10/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM","Country":"Netherlands","Sale":492,"Cost":258,"Date":"7/14/2024"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":114,"Cost":66,"Date":"11/23/2018"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":969,"Cost":761,"Date":"1/1/2020"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":81,"Cost":67,"Date":"12/27/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":181,"Cost":113,"Date":"12/31/2022"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":165,"Cost":92,"Date":"8/10/2023"},{"Store":"Markthal, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":693,"Cost":636,"Date":"7/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":197,"Cost":175,"Date":"11/23/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":224,"Cost":207,"Date":"1/1/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":255,"Cost":212,"Date":"12/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":46,"Cost":31,"Date":"12/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":966,"Cost":781,"Date":"8/10/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"HM Home","Country":"Netherlands","Sale":147,"Cost":136,"Date":"7/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":885,"Cost":803,"Date":"11/23/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":635,"Cost":573,"Date":"1/1/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":889,"Cost":775,"Date":"12/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":456,"Cost":320,"Date":"12/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":834,"Cost":580,"Date":"8/10/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Sellpy","Country":"Netherlands","Sale":787,"Cost":432,"Date":"7/14/2024"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":982,"Cost":647,"Date":"11/23/2018"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":893,"Cost":686,"Date":"1/1/2020"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":601,"Cost":373,"Date":"12/27/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":189,"Cost":141,"Date":"12/31/2022"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":753,"Cost":625,"Date":"8/10/2023"},{"Store":"Koopgoot, Rotterdam","Brand":"Nova","Country":"Netherlands","Sale":591,"Cost":398,"Date":"7/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":874,"Cost":792,"Date":"11/23/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":315,"Cost":279,"Date":"1/1/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":219,"Cost":187,"Date":"12/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":304,"Cost":218,"Date":"12/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":835,"Cost":674,"Date":"8/10/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":437,"Cost":343,"Date":"7/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":697,"Cost":555,"Date":"11/23/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":51,"Cost":48,"Date":"1/1/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":23,"Cost":16,"Date":"12/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":876,"Cost":700,"Date":"12/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":911,"Cost":468,"Date":"8/10/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"COS","Country":"Netherlands","Sale":220,"Cost":118,"Date":"7/14/2024"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":640,"Cost":400,"Date":"11/23/2018"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":432,"Cost":307,"Date":"1/1/2020"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":139,"Cost":117,"Date":"12/27/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":806,"Cost":516,"Date":"12/31/2022"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":590,"Cost":418,"Date":"8/10/2023"},{"Store":"Lijnbaan, Rotterdam","Brand":"ARKET","Country":"Netherlands","Sale":858,"Cost":591,"Date":"7/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":205,"Cost":165,"Date":"11/23/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":2,"Cost":1,"Date":"1/1/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":400,"Cost":282,"Date":"12/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":26,"Cost":24,"Date":"12/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":343,"Cost":274,"Date":"8/10/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":236,"Cost":189,"Date":"7/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":16,"Cost":11,"Date":"11/23/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":436,"Cost":383,"Date":"1/1/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":728,"Cost":521,"Date":"12/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":674,"Cost":476,"Date":"12/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":707,"Cost":441,"Date":"8/10/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"Sellpy","Country":"Netherlands","Sale":707,"Cost":494,"Date":"7/14/2024"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":436,"Cost":260,"Date":"11/23/2018"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":489,"Cost":310,"Date":"1/1/2020"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":594,"Cost":463,"Date":"12/27/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":415,"Cost":392,"Date":"12/31/2022"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":556,"Cost":460,"Date":"8/10/2023"},{"Store":"Hoog Catharijne, Utrecht","Brand":"COS","Country":"Netherlands","Sale":125,"Cost":103,"Date":"7/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":327,"Cost":168,"Date":"11/23/2018"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":562,"Cost":413,"Date":"1/1/2020"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":831,"Cost":685,"Date":"12/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":558,"Cost":465,"Date":"12/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":357,"Cost":277,"Date":"8/10/2023"},{"Store":"Vredenburg, Utrecht","Brand":"COS","Country":"Netherlands","Sale":802,"Cost":469,"Date":"7/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":792,"Cost":467,"Date":"11/23/2018"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":670,"Cost":348,"Date":"1/1/2020"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":85,"Cost":74,"Date":"12/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":206,"Cost":181,"Date":"12/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":801,"Cost":443,"Date":"8/10/2023"},{"Store":"Vredenburg, Utrecht","Brand":"HM","Country":"Netherlands","Sale":478,"Cost":344,"Date":"7/14/2024"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":912,"Cost":564,"Date":"11/23/2018"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":332,"Cost":249,"Date":"1/1/2020"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":332,"Cost":273,"Date":"12/27/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":230,"Cost":185,"Date":"12/31/2022"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":586,"Cost":411,"Date":"8/10/2023"},{"Store":"Vredenburg, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":171,"Cost":109,"Date":"7/14/2024"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":346,"Cost":268,"Date":"11/23/2018"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":743,"Cost":516,"Date":"1/1/2020"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":4,"Cost":4,"Date":"12/27/2022"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":923,"Cost":621,"Date":"12/31/2022"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":616,"Cost":315,"Date":"8/10/2023"},{"Store":"De Passage, The Hague","Brand":"Jeans","Country":"Netherlands","Sale":508,"Cost":366,"Date":"7/14/2024"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":576,"Cost":295,"Date":"11/23/2018"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":143,"Cost":79,"Date":"1/1/2020"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":782,"Cost":717,"Date":"12/27/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":357,"Cost":309,"Date":"12/31/2022"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":144,"Cost":91,"Date":"8/10/2023"},{"Store":"De Passage, The Hague","Brand":"Sellpy","Country":"Netherlands","Sale":937,"Cost":632,"Date":"7/14/2024"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":215,"Cost":112,"Date":"11/23/2018"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":941,"Cost":711,"Date":"1/1/2020"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":288,"Cost":272,"Date":"12/27/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":796,"Cost":468,"Date":"12/31/2022"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":773,"Cost":408,"Date":"8/10/2023"},{"Store":"De Passage, The Hague","Brand":"HM","Country":"Netherlands","Sale":595,"Cost":470,"Date":"7/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":244,"Cost":222,"Date":"11/23/2018"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":78,"Cost":70,"Date":"1/1/2020"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":341,"Cost":310,"Date":"12/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":272,"Cost":191,"Date":"12/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":809,"Cost":643,"Date":"8/10/2023"},{"Store":"Entre Deux, Maastricht","Brand":"HM Home","Country":"Netherlands","Sale":628,"Cost":347,"Date":"7/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":104,"Cost":62,"Date":"11/23/2018"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":136,"Cost":118,"Date":"1/1/2020"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":229,"Cost":197,"Date":"12/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":354,"Cost":186,"Date":"12/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":140,"Cost":78,"Date":"8/10/2023"},{"Store":"Entre Deux, Maastricht","Brand":"Sellpy","Country":"Netherlands","Sale":21,"Cost":20,"Date":"7/14/2024"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":1,"Cost":0,"Date":"11/23/2018"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":377,"Cost":218,"Date":"1/1/2020"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":12,"Cost":12,"Date":"12/27/2022"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":345,"Cost":275,"Date":"12/31/2022"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":553,"Cost":391,"Date":"8/10/2023"},{"Store":"Entre Deux, Maastricht","Brand":"ARKET","Country":"Netherlands","Sale":788,"Cost":500,"Date":"7/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":951,"Cost":783,"Date":"11/23/2018"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":817,"Cost":424,"Date":"1/1/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":279,"Cost":245,"Date":"12/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":19,"Cost":13,"Date":"12/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":942,"Cost":575,"Date":"8/10/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":131,"Cost":73,"Date":"7/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":688,"Cost":358,"Date":"11/23/2018"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":12,"Cost":9,"Date":"1/1/2020"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":414,"Cost":352,"Date":"12/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":732,"Cost":596,"Date":"12/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":772,"Cost":536,"Date":"8/10/2023"},{"Store":"Groninger Forum, Groningen","Brand":"Sellpy","Country":"Netherlands","Sale":817,"Cost":631,"Date":"7/14/2024"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":231,"Cost":209,"Date":"11/23/2018"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":73,"Cost":68,"Date":"1/1/2020"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":424,"Cost":280,"Date":"12/27/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":515,"Cost":331,"Date":"12/31/2022"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":7,"Cost":6,"Date":"8/10/2023"},{"Store":"Groninger Forum, Groningen","Brand":"ARKET","Country":"Netherlands","Sale":203,"Cost":104,"Date":"7/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":875,"Cost":551,"Date":"11/23/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":577,"Cost":482,"Date":"1/1/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":775,"Cost":685,"Date":"12/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":508,"Cost":294,"Date":"12/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":539,"Cost":288,"Date":"8/10/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Nova","Country":"Netherlands","Sale":812,"Cost":562,"Date":"7/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":550,"Cost":354,"Date":"11/23/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":76,"Cost":40,"Date":"1/1/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":71,"Cost":48,"Date":"12/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":618,"Cost":462,"Date":"12/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":871,"Cost":680,"Date":"8/10/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"COS","Country":"Netherlands","Sale":744,"Cost":422,"Date":"7/14/2024"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":224,"Cost":136,"Date":"11/23/2018"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":669,"Cost":374,"Date":"1/1/2020"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":246,"Cost":135,"Date":"12/27/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":218,"Cost":127,"Date":"12/31/2022"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":908,"Cost":755,"Date":"8/10/2023"},{"Store":"Batavia Stad, Lelystad","Brand":"Sellpy","Country":"Netherlands","Sale":211,"Cost":142,"Date":"7/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":833,"Cost":620,"Date":"11/23/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":640,"Cost":531,"Date":"1/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":719,"Cost":384,"Date":"12/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":487,"Cost":366,"Date":"12/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":447,"Cost":355,"Date":"8/10/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":572,"Cost":507,"Date":"7/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":651,"Cost":328,"Date":"11/23/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":512,"Cost":451,"Date":"1/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":380,"Cost":284,"Date":"12/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":898,"Cost":826,"Date":"12/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":429,"Cost":308,"Date":"8/10/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"HM","Country":"Netherlands","Sale":419,"Cost":331,"Date":"7/14/2024"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":984,"Cost":658,"Date":"11/23/2018"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":529,"Cost":501,"Date":"1/1/2020"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":412,"Cost":344,"Date":"12/27/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":274,"Cost":223,"Date":"12/31/2022"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":555,"Cost":419,"Date":"8/10/2023"},{"Store":"Leidsenhage Shopping Center, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":824,"Cost":422,"Date":"7/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":908,"Cost":470,"Date":"11/23/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":616,"Cost":325,"Date":"1/1/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":178,"Cost":131,"Date":"12/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":180,"Cost":169,"Date":"12/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":512,"Cost":423,"Date":"8/10/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":315,"Cost":172,"Date":"7/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":569,"Cost":496,"Date":"11/23/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":231,"Cost":119,"Date":"1/1/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":524,"Cost":268,"Date":"12/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":70,"Cost":44,"Date":"12/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":526,"Cost":443,"Date":"8/10/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"Sellpy","Country":"Netherlands","Sale":225,"Cost":154,"Date":"7/14/2024"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":658,"Cost":563,"Date":"11/23/2018"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":919,"Cost":540,"Date":"1/1/2020"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":191,"Cost":152,"Date":"12/27/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":864,"Cost":790,"Date":"12/31/2022"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":684,"Cost":394,"Date":"8/10/2023"},{"Store":"Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":946,"Cost":778,"Date":"7/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":346,"Cost":240,"Date":"11/23/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":440,"Cost":417,"Date":"1/1/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":503,"Cost":350,"Date":"12/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":325,"Cost":273,"Date":"12/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":248,"Cost":220,"Date":"8/10/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"ARKET","Country":"Netherlands","Sale":380,"Cost":315,"Date":"7/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":16,"Cost":16,"Date":"11/23/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":702,"Cost":375,"Date":"1/1/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":435,"Cost":380,"Date":"12/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":758,"Cost":461,"Date":"12/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":50,"Cost":30,"Date":"8/10/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"HM Home","Country":"Netherlands","Sale":748,"Cost":666,"Date":"7/14/2024"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":536,"Cost":444,"Date":"11/23/2018"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":241,"Cost":219,"Date":"1/1/2020"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":517,"Cost":471,"Date":"12/27/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":648,"Cost":543,"Date":"12/31/2022"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":55,"Cost":33,"Date":"8/10/2023"},{"Store":"Westfield Mall of the Netherlands, Leidschendam","Brand":"COS","Country":"Netherlands","Sale":758,"Cost":475,"Date":"7/14/2024"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":491,"Cost":454,"Date":"11/23/2018"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":669,"Cost":403,"Date":"1/1/2020"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":974,"Cost":890,"Date":"12/27/2022"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":881,"Cost":479,"Date":"12/31/2022"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":106,"Cost":61,"Date":"8/10/2023"},{"Store":"The Wall, Utrecht","Brand":"Jeans","Country":"Netherlands","Sale":353,"Cost":185,"Date":"7/14/2024"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":588,"Cost":298,"Date":"11/23/2018"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":819,"Cost":669,"Date":"1/1/2020"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":873,"Cost":532,"Date":"12/27/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":661,"Cost":581,"Date":"12/31/2022"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":778,"Cost":734,"Date":"8/10/2023"},{"Store":"The Wall, Utrecht","Brand":"COS","Country":"Netherlands","Sale":26,"Cost":19,"Date":"7/14/2024"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":776,"Cost":559,"Date":"11/23/2018"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":822,"Cost":587,"Date":"1/1/2020"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":2,"Cost":1,"Date":"12/27/2022"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":518,"Cost":331,"Date":"12/31/2022"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":416,"Cost":360,"Date":"8/10/2023"},{"Store":"The Wall, Utrecht","Brand":"ARKET","Country":"Netherlands","Sale":507,"Cost":315,"Date":"7/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":159,"Cost":120,"Date":"11/23/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":26,"Cost":19,"Date":"1/1/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":46,"Cost":24,"Date":"12/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":693,"Cost":387,"Date":"12/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":916,"Cost":466,"Date":"8/10/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":664,"Cost":463,"Date":"7/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":271,"Cost":165,"Date":"11/23/2018"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":668,"Cost":435,"Date":"1/1/2020"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":715,"Cost":384,"Date":"12/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":555,"Cost":303,"Date":"12/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":169,"Cost":93,"Date":"8/10/2023"},{"Store":"Stadshart Amstelveen","Brand":"Jeans","Country":"Netherlands","Sale":16,"Cost":8,"Date":"7/14/2024"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":646,"Cost":340,"Date":"11/23/2018"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":187,"Cost":93,"Date":"1/1/2020"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":714,"Cost":664,"Date":"12/27/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":83,"Cost":48,"Date":"12/31/2022"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":873,"Cost":696,"Date":"8/10/2023"},{"Store":"Stadshart Amstelveen","Brand":"Sellpy","Country":"Netherlands","Sale":13,"Cost":9,"Date":"7/14/2024"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":372,"Cost":262,"Date":"11/23/2018"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":480,"Cost":337,"Date":"1/1/2020"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":342,"Cost":240,"Date":"12/27/2022"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":76,"Cost":55,"Date":"12/31/2022"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":77,"Cost":63,"Date":"8/10/2023"},{"Store":"Marktplein, Delft","Brand":"COS","Country":"Netherlands","Sale":29,"Cost":21,"Date":"7/14/2024"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":942,"Cost":492,"Date":"11/23/2018"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":440,"Cost":330,"Date":"1/1/2020"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":906,"Cost":643,"Date":"12/27/2022"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":321,"Cost":193,"Date":"12/31/2022"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":863,"Cost":742,"Date":"8/10/2023"},{"Store":"Marktplein, Delft","Brand":"Sellpy","Country":"Netherlands","Sale":683,"Cost":456,"Date":"7/14/2024"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":764,"Cost":592,"Date":"11/23/2018"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":993,"Cost":705,"Date":"1/1/2020"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":825,"Cost":710,"Date":"12/27/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":847,"Cost":455,"Date":"12/31/2022"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":222,"Cost":133,"Date":"8/10/2023"},{"Store":"Marktplein, Delft","Brand":"HM","Country":"Netherlands","Sale":675,"Cost":623,"Date":"7/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":26,"Cost":23,"Date":"11/23/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":508,"Cost":388,"Date":"1/1/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":721,"Cost":533,"Date":"12/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":34,"Cost":23,"Date":"12/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":663,"Cost":524,"Date":"8/10/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"ARKET","Country":"Netherlands","Sale":240,"Cost":130,"Date":"7/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":499,"Cost":405,"Date":"11/23/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":754,"Cost":589,"Date":"1/1/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":770,"Cost":668,"Date":"12/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":194,"Cost":109,"Date":"12/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":619,"Cost":412,"Date":"8/10/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"Nova","Country":"Netherlands","Sale":261,"Cost":190,"Date":"7/14/2024"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":63,"Cost":33,"Date":"11/23/2018"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":850,"Cost":478,"Date":"1/1/2020"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":903,"Cost":822,"Date":"12/27/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":180,"Cost":156,"Date":"12/31/2022"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":935,"Cost":568,"Date":"8/10/2023"},{"Store":"Dordtse Kil, Dordrecht","Brand":"COS","Country":"Netherlands","Sale":835,"Cost":752,"Date":"7/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":245,"Cost":150,"Date":"11/23/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":931,"Cost":769,"Date":"1/1/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":179,"Cost":168,"Date":"12/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":473,"Cost":413,"Date":"12/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":275,"Cost":172,"Date":"8/10/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"COS","Country":"Netherlands","Sale":432,"Cost":329,"Date":"7/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":944,"Cost":811,"Date":"11/23/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":516,"Cost":343,"Date":"1/1/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":957,"Cost":869,"Date":"12/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":990,"Cost":935,"Date":"12/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":182,"Cost":113,"Date":"8/10/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"ARKET","Country":"Netherlands","Sale":365,"Cost":340,"Date":"7/14/2024"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":59,"Cost":32,"Date":"11/23/2018"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":276,"Cost":232,"Date":"1/1/2020"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":414,"Cost":320,"Date":"12/27/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":696,"Cost":582,"Date":"12/31/2022"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":905,"Cost":506,"Date":"8/10/2023"},{"Store":"Boven 't Y, Amsterdam","Brand":"Jeans","Country":"Netherlands","Sale":827,"Cost":782,"Date":"7/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":759,"Cost":567,"Date":"11/23/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":656,"Cost":507,"Date":"1/1/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":188,"Cost":122,"Date":"12/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":990,"Cost":819,"Date":"12/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":939,"Cost":891,"Date":"8/10/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"ARKET","Country":"Netherlands","Sale":512,"Cost":414,"Date":"7/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":808,"Cost":617,"Date":"11/23/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":536,"Cost":369,"Date":"1/1/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":185,"Cost":165,"Date":"12/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":473,"Cost":262,"Date":"12/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":90,"Cost":64,"Date":"8/10/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"Jeans","Country":"Netherlands","Sale":579,"Cost":390,"Date":"7/14/2024"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":247,"Cost":148,"Date":"11/23/2018"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":752,"Cost":663,"Date":"1/1/2020"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":541,"Cost":385,"Date":"12/27/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":254,"Cost":223,"Date":"12/31/2022"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":76,"Cost":51,"Date":"8/10/2023"},{"Store":"Molenbeek Shopping Center, Breda","Brand":"COS","Country":"Netherlands","Sale":655,"Cost":507,"Date":"7/14/2024"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":404,"Date":"11/23/2018"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":526,"Cost":304,"Date":"1/1/2020"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":669,"Cost":545,"Date":"12/27/2022"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":538,"Cost":430,"Date":"12/31/2022"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":229,"Cost":172,"Date":"8/10/2023"},{"Store":"Blue City, Warsaw","Brand":"HM Home","Country":"Poland","Sale":703,"Cost":453,"Date":"7/14/2024"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":766,"Cost":508,"Date":"11/23/2018"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":28,"Cost":14,"Date":"1/1/2020"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":562,"Cost":492,"Date":"12/27/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":121,"Cost":109,"Date":"12/31/2022"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":460,"Cost":405,"Date":"8/10/2023"},{"Store":"Blue City, Warsaw","Brand":"ARKET","Country":"Poland","Sale":524,"Cost":378,"Date":"7/14/2024"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":356,"Cost":222,"Date":"11/23/2018"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":704,"Cost":638,"Date":"1/1/2020"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":919,"Cost":873,"Date":"12/27/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":318,"Cost":259,"Date":"12/31/2022"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":411,"Cost":260,"Date":"8/10/2023"},{"Store":"Blue City, Warsaw","Brand":"HM","Country":"Poland","Sale":301,"Cost":211,"Date":"7/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":260,"Cost":147,"Date":"11/23/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":196,"Cost":138,"Date":"1/1/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":575,"Cost":445,"Date":"12/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":995,"Cost":697,"Date":"12/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":246,"Cost":219,"Date":"8/10/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"ARKET","Country":"Poland","Sale":11,"Cost":10,"Date":"7/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":6,"Cost":5,"Date":"11/23/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":981,"Cost":707,"Date":"1/1/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":626,"Cost":390,"Date":"12/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":664,"Cost":340,"Date":"12/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":267,"Cost":228,"Date":"8/10/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"HM","Country":"Poland","Sale":497,"Cost":463,"Date":"7/14/2024"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":758,"Cost":550,"Date":"11/23/2018"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":544,"Cost":306,"Date":"1/1/2020"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":565,"Cost":300,"Date":"12/27/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":707,"Cost":593,"Date":"12/31/2022"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":631,"Cost":419,"Date":"8/10/2023"},{"Store":"Zlote Tarasy, Warsaw","Brand":"Jeans","Country":"Poland","Sale":596,"Cost":308,"Date":"7/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":142,"Cost":113,"Date":"11/23/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":741,"Cost":676,"Date":"1/1/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":265,"Cost":178,"Date":"12/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":807,"Cost":689,"Date":"12/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":127,"Cost":113,"Date":"8/10/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":737,"Cost":467,"Date":"7/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":763,"Cost":632,"Date":"11/23/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":533,"Cost":489,"Date":"1/1/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":997,"Cost":706,"Date":"12/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":156,"Cost":105,"Date":"12/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":260,"Cost":240,"Date":"8/10/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"Nova","Country":"Poland","Sale":232,"Cost":220,"Date":"7/14/2024"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":536,"Cost":292,"Date":"11/23/2018"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":303,"Cost":264,"Date":"1/1/2020"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":893,"Cost":568,"Date":"12/27/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":850,"Cost":651,"Date":"12/31/2022"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":297,"Cost":224,"Date":"8/10/2023"},{"Store":"Galeria Mokotów, Warsaw","Brand":"ARKET","Country":"Poland","Sale":518,"Cost":375,"Date":"7/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":14,"Cost":13,"Date":"11/23/2018"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":305,"Cost":286,"Date":"1/1/2020"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":821,"Cost":685,"Date":"12/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":231,"Cost":162,"Date":"12/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":717,"Cost":649,"Date":"8/10/2023"},{"Store":"Plac Unii, Warsaw","Brand":"HM Home","Country":"Poland","Sale":177,"Cost":136,"Date":"7/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":936,"Cost":862,"Date":"11/23/2018"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":856,"Cost":771,"Date":"1/1/2020"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":873,"Cost":709,"Date":"12/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":498,"Cost":347,"Date":"12/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":225,"Cost":153,"Date":"8/10/2023"},{"Store":"Plac Unii, Warsaw","Brand":"ARKET","Country":"Poland","Sale":796,"Cost":739,"Date":"7/14/2024"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":220,"Cost":182,"Date":"11/23/2018"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":932,"Cost":644,"Date":"1/1/2020"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":512,"Cost":335,"Date":"12/27/2022"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":943,"Cost":819,"Date":"12/31/2022"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":148,"Cost":83,"Date":"8/10/2023"},{"Store":"Plac Unii, Warsaw","Brand":"COS","Country":"Poland","Sale":809,"Cost":516,"Date":"7/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":334,"Cost":254,"Date":"11/23/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":275,"Cost":239,"Date":"1/1/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":895,"Cost":452,"Date":"12/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":156,"Cost":99,"Date":"12/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":327,"Cost":168,"Date":"8/10/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM","Country":"Poland","Sale":152,"Cost":97,"Date":"7/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":252,"Cost":193,"Date":"11/23/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":950,"Cost":683,"Date":"1/1/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":448,"Cost":421,"Date":"12/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":674,"Cost":475,"Date":"12/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":437,"Cost":313,"Date":"8/10/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"HM Home","Country":"Poland","Sale":829,"Cost":723,"Date":"7/14/2024"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":787,"Cost":622,"Date":"11/23/2018"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":980,"Cost":715,"Date":"1/1/2020"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":474,"Cost":327,"Date":"12/27/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":649,"Cost":507,"Date":"12/31/2022"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":732,"Cost":662,"Date":"8/10/2023"},{"Store":"Westfield Arkadia, Warsaw","Brand":"Nova","Country":"Poland","Sale":383,"Cost":305,"Date":"7/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":76,"Cost":41,"Date":"11/23/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":645,"Cost":395,"Date":"1/1/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":495,"Cost":267,"Date":"12/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":57,"Cost":32,"Date":"12/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":834,"Cost":768,"Date":"8/10/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":665,"Cost":562,"Date":"7/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":568,"Cost":364,"Date":"11/23/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":156,"Cost":134,"Date":"1/1/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":876,"Cost":791,"Date":"12/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":654,"Cost":453,"Date":"12/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":583,"Cost":320,"Date":"8/10/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"Jeans","Country":"Poland","Sale":592,"Cost":301,"Date":"7/14/2024"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":477,"Cost":450,"Date":"11/23/2018"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":420,"Cost":231,"Date":"1/1/2020"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":664,"Cost":437,"Date":"12/27/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":161,"Cost":148,"Date":"12/31/2022"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":572,"Cost":343,"Date":"8/10/2023"},{"Store":"Hala Koszyki, Warsaw","Brand":"HM","Country":"Poland","Sale":73,"Cost":56,"Date":"7/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":157,"Cost":106,"Date":"11/23/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":909,"Cost":810,"Date":"1/1/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":974,"Cost":694,"Date":"12/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":754,"Cost":483,"Date":"12/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":638,"Cost":440,"Date":"8/10/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"HM Home","Country":"Poland","Sale":139,"Cost":122,"Date":"7/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":473,"Cost":242,"Date":"11/23/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":134,"Cost":96,"Date":"1/1/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":140,"Cost":98,"Date":"12/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":623,"Cost":589,"Date":"12/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":501,"Cost":436,"Date":"8/10/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"COS","Country":"Poland","Sale":839,"Cost":777,"Date":"7/14/2024"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":738,"Cost":578,"Date":"11/23/2018"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":152,"Cost":144,"Date":"1/1/2020"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":411,"Cost":267,"Date":"12/27/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":976,"Cost":770,"Date":"12/31/2022"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":240,"Cost":199,"Date":"8/10/2023"},{"Store":"Galeria Kazimierz, Kraków","Brand":"Sellpy","Country":"Poland","Sale":775,"Cost":733,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":986,"Cost":613,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":79,"Cost":65,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":598,"Cost":480,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":356,"Cost":250,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":666,"Cost":524,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":659,"Cost":607,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":853,"Cost":453,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":884,"Cost":476,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":960,"Cost":678,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":841,"Cost":507,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":91,"Cost":54,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Sellpy","Country":"Poland","Sale":113,"Cost":65,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":872,"Cost":725,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":435,"Cost":347,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":12,"Cost":8,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":713,"Cost":671,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":812,"Cost":504,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"Jeans","Country":"Poland","Sale":984,"Cost":722,"Date":"7/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":7,"Cost":5,"Date":"11/23/2018"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":232,"Cost":208,"Date":"1/1/2020"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":462,"Cost":375,"Date":"12/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":492,"Cost":427,"Date":"12/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":350,"Cost":247,"Date":"8/10/2023"},{"Store":"Manufaktura, Łódź","Brand":"HM Home","Country":"Poland","Sale":894,"Cost":517,"Date":"7/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":622,"Cost":382,"Date":"11/23/2018"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":223,"Cost":114,"Date":"1/1/2020"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":299,"Cost":200,"Date":"12/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":944,"Cost":814,"Date":"12/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":906,"Cost":648,"Date":"8/10/2023"},{"Store":"Manufaktura, Łódź","Brand":"ARKET","Country":"Poland","Sale":458,"Cost":430,"Date":"7/14/2024"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":921,"Cost":660,"Date":"11/23/2018"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":196,"Cost":184,"Date":"1/1/2020"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":450,"Cost":334,"Date":"12/27/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":733,"Cost":618,"Date":"12/31/2022"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":259,"Cost":237,"Date":"8/10/2023"},{"Store":"Manufaktura, Łódź","Brand":"Jeans","Country":"Poland","Sale":338,"Cost":317,"Date":"7/14/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":794,"Cost":542,"Date":"11/23/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":257,"Cost":189,"Date":"1/1/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":991,"Cost":804,"Date":"12/27/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":454,"Cost":322,"Date":"12/31/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":344,"Cost":267,"Date":"8/10/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":606,"Cost":395,"Date":"7/14/2024"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":102,"Cost":53,"Date":"11/23/2018"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":475,"Cost":340,"Date":"1/1/2020"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":291,"Cost":213,"Date":"12/27/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":346,"Cost":175,"Date":"12/31/2022"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":467,"Cost":419,"Date":"8/10/2023"},{"Store":"Forum Gdańsk","Brand":"COS","Country":"Poland","Sale":399,"Cost":258,"Date":"7/14/2024"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":811,"Cost":588,"Date":"11/23/2018"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":485,"Cost":451,"Date":"1/1/2020"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":41,"Cost":31,"Date":"12/27/2022"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":203,"Cost":171,"Date":"12/31/2022"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":278,"Cost":175,"Date":"8/10/2023"},{"Store":"Forum Gdańsk","Brand":"Jeans","Country":"Poland","Sale":350,"Cost":213,"Date":"7/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":234,"Cost":168,"Date":"11/23/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":886,"Cost":608,"Date":"1/1/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":837,"Cost":730,"Date":"12/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":164,"Cost":136,"Date":"12/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":285,"Cost":192,"Date":"8/10/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM","Country":"Poland","Sale":891,"Cost":558,"Date":"7/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":184,"Cost":147,"Date":"11/23/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":413,"Cost":392,"Date":"1/1/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":904,"Cost":751,"Date":"12/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":467,"Cost":285,"Date":"12/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":545,"Cost":406,"Date":"8/10/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"Nova","Country":"Poland","Sale":174,"Cost":122,"Date":"7/14/2024"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":438,"Cost":266,"Date":"11/23/2018"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":549,"Cost":436,"Date":"1/1/2020"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":864,"Cost":634,"Date":"12/27/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":757,"Cost":607,"Date":"12/31/2022"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":351,"Cost":222,"Date":"8/10/2023"},{"Store":"Galeria Dominikańska, Wrocław","Brand":"HM Home","Country":"Poland","Sale":866,"Cost":741,"Date":"7/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":500,"Cost":339,"Date":"11/23/2018"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":764,"Cost":710,"Date":"1/1/2020"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":731,"Cost":452,"Date":"12/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":276,"Cost":253,"Date":"12/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":779,"Cost":408,"Date":"8/10/2023"},{"Store":"Wroclavia, Wrocław","Brand":"ARKET","Country":"Poland","Sale":853,"Cost":616,"Date":"7/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":978,"Cost":591,"Date":"11/23/2018"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":854,"Cost":802,"Date":"1/1/2020"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":48,"Cost":43,"Date":"12/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":602,"Cost":485,"Date":"12/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":371,"Cost":206,"Date":"8/10/2023"},{"Store":"Wroclavia, Wrocław","Brand":"HM","Country":"Poland","Sale":149,"Cost":92,"Date":"7/14/2024"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":882,"Cost":587,"Date":"11/23/2018"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":489,"Cost":452,"Date":"1/1/2020"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":152,"Cost":134,"Date":"12/27/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":462,"Cost":397,"Date":"12/31/2022"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":11,"Cost":10,"Date":"8/10/2023"},{"Store":"Wroclavia, Wrocław","Brand":"Jeans","Country":"Poland","Sale":205,"Cost":115,"Date":"7/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":13,"Cost":8,"Date":"11/23/2018"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":702,"Cost":515,"Date":"1/1/2020"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":414,"Cost":327,"Date":"12/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":959,"Cost":729,"Date":"12/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":790,"Cost":655,"Date":"8/10/2023"},{"Store":"Stary Browar, Poznań","Brand":"HM","Country":"Poland","Sale":393,"Cost":288,"Date":"7/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":331,"Cost":255,"Date":"11/23/2018"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":560,"Cost":451,"Date":"1/1/2020"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":611,"Cost":501,"Date":"12/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":665,"Cost":441,"Date":"12/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":951,"Cost":852,"Date":"8/10/2023"},{"Store":"Stary Browar, Poznań","Brand":"Jeans","Country":"Poland","Sale":263,"Cost":226,"Date":"7/14/2024"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":751,"Cost":645,"Date":"11/23/2018"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":636,"Cost":557,"Date":"1/1/2020"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":562,"Cost":383,"Date":"12/27/2022"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":128,"Cost":115,"Date":"12/31/2022"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":917,"Cost":583,"Date":"8/10/2023"},{"Store":"Stary Browar, Poznań","Brand":"Nova","Country":"Poland","Sale":607,"Cost":569,"Date":"7/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":609,"Cost":517,"Date":"11/23/2018"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":437,"Cost":231,"Date":"1/1/2020"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":248,"Cost":235,"Date":"12/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":173,"Cost":133,"Date":"12/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":170,"Cost":126,"Date":"8/10/2023"},{"Store":"Galaxy, Szczecin","Brand":"COS","Country":"Poland","Sale":858,"Cost":765,"Date":"7/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":297,"Cost":264,"Date":"11/23/2018"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":792,"Cost":610,"Date":"1/1/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":477,"Cost":260,"Date":"12/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":149,"Cost":89,"Date":"12/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":966,"Cost":492,"Date":"8/10/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":77,"Cost":66,"Date":"7/14/2024"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":979,"Cost":902,"Date":"11/23/2018"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":849,"Cost":534,"Date":"1/1/2020"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":284,"Cost":196,"Date":"12/27/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":756,"Cost":482,"Date":"12/31/2022"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":4,"Cost":2,"Date":"8/10/2023"},{"Store":"Galaxy, Szczecin","Brand":"HM Home","Country":"Poland","Sale":833,"Cost":518,"Date":"7/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":318,"Cost":166,"Date":"11/23/2018"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":225,"Cost":151,"Date":"1/1/2020"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":653,"Cost":566,"Date":"12/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":657,"Cost":422,"Date":"12/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":187,"Cost":109,"Date":"8/10/2023"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":490,"Cost":465,"Date":"7/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":740,"Cost":640,"Date":"11/23/2018"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":323,"Cost":252,"Date":"1/1/2020"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":851,"Cost":631,"Date":"12/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":945,"Cost":577,"Date":"12/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":410,"Cost":239,"Date":"8/10/2023"},{"Store":"Kaskada, Szczecin","Brand":"HM","Country":"Poland","Sale":133,"Cost":91,"Date":"7/14/2024"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":608,"Cost":310,"Date":"11/23/2018"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":540,"Cost":459,"Date":"1/1/2020"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":159,"Cost":95,"Date":"12/27/2022"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":906,"Cost":459,"Date":"12/31/2022"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":167,"Cost":115,"Date":"8/10/2023"},{"Store":"Kaskada, Szczecin","Brand":"COS","Country":"Poland","Sale":452,"Cost":303,"Date":"7/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":367,"Cost":239,"Date":"11/23/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":299,"Cost":205,"Date":"1/1/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":764,"Cost":719,"Date":"12/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":318,"Cost":220,"Date":"12/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":497,"Cost":255,"Date":"8/10/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":897,"Cost":606,"Date":"7/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":115,"Cost":71,"Date":"11/23/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":310,"Cost":157,"Date":"1/1/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":823,"Cost":565,"Date":"12/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":710,"Cost":674,"Date":"12/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":642,"Cost":426,"Date":"8/10/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"Sellpy","Country":"Poland","Sale":148,"Cost":127,"Date":"7/14/2024"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":817,"Cost":744,"Date":"11/23/2018"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":56,"Cost":52,"Date":"1/1/2020"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":853,"Cost":546,"Date":"12/27/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":473,"Cost":398,"Date":"12/31/2022"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":943,"Cost":792,"Date":"8/10/2023"},{"Store":"Galeria Jurowiecka, Białystok","Brand":"ARKET","Country":"Poland","Sale":879,"Cost":446,"Date":"7/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":312,"Cost":205,"Date":"11/23/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":97,"Cost":88,"Date":"1/1/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":936,"Cost":503,"Date":"12/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":375,"Cost":324,"Date":"12/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":600,"Cost":358,"Date":"8/10/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"COS","Country":"Poland","Sale":191,"Cost":104,"Date":"7/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":129,"Cost":111,"Date":"11/23/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":153,"Cost":132,"Date":"1/1/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":84,"Cost":49,"Date":"12/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":764,"Cost":652,"Date":"12/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":662,"Cost":579,"Date":"8/10/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":708,"Cost":653,"Date":"7/14/2024"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":624,"Cost":348,"Date":"11/23/2018"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":973,"Cost":775,"Date":"1/1/2020"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":128,"Cost":81,"Date":"12/27/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":575,"Cost":348,"Date":"12/31/2022"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":448,"Cost":265,"Date":"8/10/2023"},{"Store":"Galeria Północna, Warsaw","Brand":"Sellpy","Country":"Poland","Sale":226,"Cost":211,"Date":"7/14/2024"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":511,"Cost":374,"Date":"11/23/2018"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":914,"Cost":605,"Date":"1/1/2020"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":585,"Cost":476,"Date":"12/27/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":485,"Cost":419,"Date":"12/31/2022"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":838,"Cost":758,"Date":"8/10/2023"},{"Store":"Lublin Plaza","Brand":"ARKET","Country":"Poland","Sale":927,"Cost":876,"Date":"7/14/2024"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":53,"Cost":47,"Date":"11/23/2018"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":617,"Cost":395,"Date":"1/1/2020"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":208,"Cost":112,"Date":"12/27/2022"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":227,"Cost":145,"Date":"12/31/2022"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":895,"Cost":761,"Date":"8/10/2023"},{"Store":"Lublin Plaza","Brand":"Nova","Country":"Poland","Sale":220,"Cost":198,"Date":"7/14/2024"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":916,"Cost":766,"Date":"11/23/2018"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":386,"Cost":212,"Date":"1/1/2020"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":366,"Cost":292,"Date":"12/27/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":13,"Cost":8,"Date":"12/31/2022"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":591,"Cost":340,"Date":"8/10/2023"},{"Store":"Lublin Plaza","Brand":"Jeans","Country":"Poland","Sale":768,"Cost":475,"Date":"7/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":376,"Cost":338,"Date":"11/23/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":953,"Cost":690,"Date":"1/1/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":356,"Cost":188,"Date":"12/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":161,"Cost":124,"Date":"12/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":674,"Cost":369,"Date":"8/10/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"ARKET","Country":"Poland","Sale":808,"Cost":650,"Date":"7/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":855,"Cost":568,"Date":"11/23/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":118,"Cost":59,"Date":"1/1/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":859,"Cost":734,"Date":"12/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":933,"Cost":585,"Date":"12/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":903,"Cost":684,"Date":"8/10/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":450,"Cost":380,"Date":"7/14/2024"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":585,"Cost":542,"Date":"11/23/2018"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":699,"Cost":626,"Date":"1/1/2020"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":665,"Cost":514,"Date":"12/27/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":258,"Cost":153,"Date":"12/31/2022"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":914,"Cost":725,"Date":"8/10/2023"},{"Store":"Centrum Handlowe Auchan, Piaseczno","Brand":"Jeans","Country":"Poland","Sale":394,"Cost":270,"Date":"7/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":942,"Cost":743,"Date":"11/23/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":947,"Cost":545,"Date":"1/1/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":832,"Cost":700,"Date":"12/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":850,"Cost":454,"Date":"12/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":53,"Cost":28,"Date":"8/10/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"COS","Country":"Poland","Sale":407,"Cost":378,"Date":"7/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":72,"Cost":49,"Date":"11/23/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":557,"Cost":511,"Date":"1/1/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":927,"Cost":576,"Date":"12/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":850,"Cost":636,"Date":"12/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":978,"Cost":632,"Date":"8/10/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":927,"Cost":728,"Date":"7/14/2024"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":901,"Cost":842,"Date":"11/23/2018"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":596,"Cost":320,"Date":"1/1/2020"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":277,"Cost":143,"Date":"12/27/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":230,"Cost":193,"Date":"12/31/2022"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":64,"Cost":47,"Date":"8/10/2023"},{"Store":"Galeria Sudecka, Świdnica","Brand":"HM Home","Country":"Poland","Sale":211,"Cost":181,"Date":"7/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":509,"Cost":467,"Date":"11/23/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":3,"Cost":2,"Date":"1/1/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":343,"Cost":243,"Date":"12/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":989,"Cost":691,"Date":"12/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":205,"Cost":183,"Date":"8/10/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":440,"Cost":358,"Date":"7/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":621,"Cost":447,"Date":"11/23/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":958,"Cost":726,"Date":"1/1/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":839,"Cost":725,"Date":"12/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":614,"Cost":352,"Date":"12/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":37,"Cost":23,"Date":"8/10/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":464,"Cost":278,"Date":"7/14/2024"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":677,"Cost":384,"Date":"11/23/2018"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":359,"Cost":230,"Date":"1/1/2020"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":445,"Cost":330,"Date":"12/27/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":196,"Cost":106,"Date":"12/31/2022"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":475,"Cost":393,"Date":"8/10/2023"},{"Store":"Rzeszów Shopping Center","Brand":"Sellpy","Country":"Poland","Sale":621,"Cost":326,"Date":"7/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":856,"Cost":738,"Date":"11/23/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":634,"Cost":546,"Date":"1/1/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":118,"Cost":88,"Date":"12/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":735,"Cost":397,"Date":"12/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":625,"Cost":572,"Date":"8/10/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM Home","Country":"Poland","Sale":188,"Cost":177,"Date":"7/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":685,"Cost":544,"Date":"11/23/2018"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":639,"Cost":383,"Date":"1/1/2020"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":605,"Cost":537,"Date":"12/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":862,"Cost":460,"Date":"12/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":784,"Cost":652,"Date":"8/10/2023"},{"Store":"Gemini Park, Tychy","Brand":"Jeans","Country":"Poland","Sale":414,"Cost":370,"Date":"7/14/2024"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":110,"Cost":72,"Date":"11/23/2018"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":900,"Cost":809,"Date":"1/1/2020"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":385,"Cost":234,"Date":"12/27/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":966,"Cost":787,"Date":"12/31/2022"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":397,"Cost":324,"Date":"8/10/2023"},{"Store":"Gemini Park, Tychy","Brand":"HM","Country":"Poland","Sale":687,"Cost":375,"Date":"7/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":516,"Cost":474,"Date":"11/23/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":192,"Cost":125,"Date":"1/1/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":283,"Cost":266,"Date":"12/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":748,"Cost":477,"Date":"12/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":669,"Cost":375,"Date":"8/10/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Jeans","Country":"Poland","Sale":347,"Cost":193,"Date":"7/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":387,"Cost":357,"Date":"11/23/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":88,"Cost":62,"Date":"1/1/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":409,"Cost":229,"Date":"12/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":829,"Cost":528,"Date":"12/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":63,"Cost":36,"Date":"8/10/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"Nova","Country":"Poland","Sale":557,"Cost":505,"Date":"7/14/2024"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":271,"Cost":230,"Date":"11/23/2018"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":122,"Cost":114,"Date":"1/1/2020"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":751,"Cost":422,"Date":"12/27/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":402,"Cost":274,"Date":"12/31/2022"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":89,"Cost":78,"Date":"8/10/2023"},{"Store":"Gemini Park, Bielsko-Biała","Brand":"HM Home","Country":"Poland","Sale":958,"Cost":484,"Date":"7/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":548,"Cost":440,"Date":"11/23/2018"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":490,"Cost":266,"Date":"1/1/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":268,"Cost":233,"Date":"12/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":558,"Cost":287,"Date":"12/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":663,"Cost":444,"Date":"8/10/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM Home","Country":"Poland","Sale":631,"Cost":403,"Date":"7/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":705,"Cost":670,"Date":"11/23/2018"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":114,"Cost":73,"Date":"1/1/2020"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":655,"Cost":334,"Date":"12/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":67,"Cost":58,"Date":"12/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":391,"Cost":205,"Date":"8/10/2023"},{"Store":"Gemini Park, Tarnów","Brand":"ARKET","Country":"Poland","Sale":530,"Cost":442,"Date":"7/14/2024"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":468,"Cost":405,"Date":"11/23/2018"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":130,"Cost":91,"Date":"1/1/2020"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":355,"Cost":223,"Date":"12/27/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":862,"Cost":690,"Date":"12/31/2022"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":92,"Cost":85,"Date":"8/10/2023"},{"Store":"Gemini Park, Tarnów","Brand":"HM","Country":"Poland","Sale":720,"Cost":540,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":605,"Cost":347,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":484,"Cost":344,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":407,"Cost":336,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":108,"Cost":89,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":438,"Cost":253,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"COS","Country":"Poland","Sale":898,"Cost":648,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":777,"Cost":648,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":595,"Cost":497,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":888,"Cost":589,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":460,"Cost":341,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":214,"Cost":107,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"HM","Country":"Poland","Sale":654,"Cost":525,"Date":"7/14/2024"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":658,"Cost":476,"Date":"11/23/2018"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":93,"Cost":58,"Date":"1/1/2020"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":290,"Cost":172,"Date":"12/27/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":685,"Cost":389,"Date":"12/31/2022"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":800,"Cost":641,"Date":"8/10/2023"},{"Store":"Galeria Krakowska, Kraków","Brand":"ARKET","Country":"Poland","Sale":974,"Cost":679,"Date":"7/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":883,"Cost":555,"Date":"11/23/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":56,"Cost":39,"Date":"1/1/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":350,"Cost":191,"Date":"12/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":595,"Cost":523,"Date":"12/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":814,"Cost":552,"Date":"8/10/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"HM Home","Country":"Poland","Sale":153,"Cost":133,"Date":"7/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":268,"Cost":209,"Date":"11/23/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":938,"Cost":520,"Date":"1/1/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":836,"Cost":541,"Date":"12/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":767,"Cost":622,"Date":"12/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":922,"Cost":759,"Date":"8/10/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"ARKET","Country":"Poland","Sale":312,"Cost":284,"Date":"7/14/2024"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":492,"Cost":257,"Date":"11/23/2018"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":893,"Cost":674,"Date":"1/1/2020"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":230,"Cost":213,"Date":"12/27/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":881,"Cost":625,"Date":"12/31/2022"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":814,"Cost":499,"Date":"8/10/2023"},{"Store":"Galeria Dworcowa, Łomża","Brand":"Nova","Country":"Poland","Sale":162,"Cost":96,"Date":"7/14/2024"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":178,"Cost":147,"Date":"11/23/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":575,"Cost":482,"Date":"1/1/2020"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":510,"Cost":413,"Date":"12/27/2022"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":61,"Cost":55,"Date":"12/31/2022"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":784,"Cost":705,"Date":"8/10/2023"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":527,"Cost":390,"Date":"7/14/2024"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":397,"Cost":357,"Date":"11/23/2018"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":566,"Cost":491,"Date":"1/1/2020"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":193,"Cost":169,"Date":"12/27/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":481,"Cost":368,"Date":"12/31/2022"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":516,"Cost":405,"Date":"8/10/2023"},{"Store":"Gemini Park Tychy","Brand":"ARKET","Country":"Poland","Sale":331,"Cost":208,"Date":"7/14/2024"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":32,"Cost":29,"Date":"11/23/2018"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":925,"Cost":532,"Date":"1/1/2020"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":381,"Cost":215,"Date":"12/27/2022"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":904,"Cost":510,"Date":"12/31/2022"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":639,"Cost":418,"Date":"8/10/2023"},{"Store":"Gemini Park Tychy","Brand":"HM","Country":"Poland","Sale":866,"Cost":498,"Date":"7/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":298,"Cost":283,"Date":"11/23/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":981,"Cost":524,"Date":"1/1/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":284,"Cost":247,"Date":"12/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":500,"Cost":413,"Date":"12/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":955,"Cost":801,"Date":"8/10/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"Nova","Country":"Poland","Sale":125,"Cost":93,"Date":"7/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":997,"Cost":621,"Date":"11/23/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":409,"Cost":340,"Date":"1/1/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":347,"Cost":277,"Date":"12/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":764,"Cost":661,"Date":"12/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":233,"Cost":153,"Date":"8/10/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":705,"Cost":642,"Date":"7/14/2024"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":433,"Cost":266,"Date":"11/23/2018"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":395,"Cost":346,"Date":"1/1/2020"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":4,"Cost":2,"Date":"12/27/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":860,"Cost":526,"Date":"12/31/2022"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":667,"Cost":517,"Date":"8/10/2023"},{"Store":"Gondola, Warsaw Agglomeration","Brand":"HM Home","Country":"Poland","Sale":933,"Cost":662,"Date":"7/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":827,"Cost":594,"Date":"11/23/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":365,"Cost":247,"Date":"1/1/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":346,"Cost":249,"Date":"12/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":457,"Cost":345,"Date":"12/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":453,"Cost":408,"Date":"8/10/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":895,"Cost":457,"Date":"7/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":250,"Cost":217,"Date":"11/23/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":905,"Cost":633,"Date":"1/1/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":496,"Cost":303,"Date":"12/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":674,"Cost":538,"Date":"12/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":666,"Cost":520,"Date":"8/10/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":917,"Cost":768,"Date":"7/14/2024"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":531,"Cost":337,"Date":"11/23/2018"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":143,"Cost":83,"Date":"1/1/2020"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":125,"Cost":69,"Date":"12/27/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":506,"Cost":306,"Date":"12/31/2022"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":781,"Cost":611,"Date":"8/10/2023"},{"Store":"Unirea Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":396,"Cost":241,"Date":"7/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":139,"Cost":85,"Date":"11/23/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":197,"Cost":172,"Date":"1/1/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":605,"Cost":370,"Date":"12/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":373,"Cost":249,"Date":"12/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":885,"Cost":717,"Date":"8/10/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":209,"Cost":135,"Date":"7/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":819,"Cost":742,"Date":"11/23/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":511,"Cost":341,"Date":"1/1/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":660,"Cost":417,"Date":"12/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":5,"Cost":3,"Date":"12/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":448,"Cost":253,"Date":"8/10/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":298,"Cost":195,"Date":"7/14/2024"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":856,"Cost":622,"Date":"11/23/2018"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":669,"Cost":522,"Date":"1/1/2020"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":842,"Cost":472,"Date":"12/27/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":775,"Cost":387,"Date":"12/31/2022"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":523,"Cost":294,"Date":"8/10/2023"},{"Store":"Bucuresti Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":31,"Cost":25,"Date":"7/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":588,"Cost":377,"Date":"11/23/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":826,"Cost":701,"Date":"1/1/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":920,"Cost":869,"Date":"12/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":194,"Cost":147,"Date":"12/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":118,"Cost":68,"Date":"8/10/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"COS","Country":"Romania","Sale":767,"Cost":568,"Date":"7/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":997,"Cost":514,"Date":"11/23/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":179,"Cost":142,"Date":"1/1/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":488,"Cost":411,"Date":"12/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":82,"Cost":49,"Date":"12/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":46,"Cost":42,"Date":"8/10/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"ARKET","Country":"Romania","Sale":251,"Cost":189,"Date":"7/14/2024"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":355,"Cost":183,"Date":"11/23/2018"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":669,"Cost":582,"Date":"1/1/2020"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":533,"Cost":275,"Date":"12/27/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":711,"Cost":421,"Date":"12/31/2022"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":701,"Cost":635,"Date":"8/10/2023"},{"Store":"Militari Shopping, Bucharest","Brand":"HM","Country":"Romania","Sale":706,"Cost":453,"Date":"7/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":946,"Cost":656,"Date":"11/23/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":764,"Cost":722,"Date":"1/1/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":538,"Cost":437,"Date":"12/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":540,"Cost":475,"Date":"12/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":630,"Cost":537,"Date":"8/10/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":897,"Cost":715,"Date":"7/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":125,"Cost":90,"Date":"11/23/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":417,"Cost":310,"Date":"1/1/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":27,"Cost":22,"Date":"12/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":664,"Cost":393,"Date":"12/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":322,"Cost":287,"Date":"8/10/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":996,"Cost":611,"Date":"7/14/2024"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":842,"Cost":528,"Date":"11/23/2018"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":293,"Cost":242,"Date":"1/1/2020"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":540,"Cost":448,"Date":"12/27/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":431,"Cost":286,"Date":"12/31/2022"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":583,"Cost":483,"Date":"8/10/2023"},{"Store":"Veranda Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":662,"Cost":626,"Date":"7/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":649,"Cost":451,"Date":"11/23/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":654,"Cost":615,"Date":"1/1/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":350,"Cost":322,"Date":"12/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":21,"Cost":18,"Date":"12/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":440,"Cost":330,"Date":"8/10/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":119,"Date":"7/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":486,"Cost":412,"Date":"11/23/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":908,"Cost":717,"Date":"1/1/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":997,"Cost":719,"Date":"12/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":546,"Cost":387,"Date":"12/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":76,"Cost":73,"Date":"8/10/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"COS","Country":"Romania","Sale":740,"Cost":648,"Date":"7/14/2024"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":230,"Cost":206,"Date":"11/23/2018"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":792,"Cost":620,"Date":"1/1/2020"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":406,"Cost":317,"Date":"12/27/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":496,"Cost":465,"Date":"12/31/2022"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":436,"Cost":328,"Date":"8/10/2023"},{"Store":"Sun Plaza, Bucharest","Brand":"Jeans","Country":"Romania","Sale":426,"Cost":274,"Date":"7/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":473,"Cost":389,"Date":"11/23/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":62,"Cost":31,"Date":"1/1/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":608,"Cost":468,"Date":"12/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":507,"Cost":392,"Date":"12/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":240,"Cost":204,"Date":"8/10/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"ARKET","Country":"Romania","Sale":118,"Cost":88,"Date":"7/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":535,"Cost":390,"Date":"11/23/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":666,"Cost":593,"Date":"1/1/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":556,"Cost":347,"Date":"12/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":154,"Cost":137,"Date":"12/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":67,"Cost":37,"Date":"8/10/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"Jeans","Country":"Romania","Sale":325,"Cost":194,"Date":"7/14/2024"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":554,"Cost":334,"Date":"11/23/2018"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":347,"Cost":175,"Date":"1/1/2020"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":749,"Cost":468,"Date":"12/27/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":191,"Cost":175,"Date":"12/31/2022"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":962,"Cost":776,"Date":"8/10/2023"},{"Store":"Cotroceni Park, Bucharest","Brand":"HM Home","Country":"Romania","Sale":996,"Cost":850,"Date":"7/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":35,"Cost":24,"Date":"11/23/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":465,"Cost":243,"Date":"1/1/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":368,"Cost":321,"Date":"12/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":851,"Cost":688,"Date":"12/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":611,"Cost":406,"Date":"8/10/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"Jeans","Country":"Romania","Sale":956,"Cost":624,"Date":"7/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":699,"Cost":558,"Date":"11/23/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":186,"Cost":117,"Date":"1/1/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":276,"Cost":220,"Date":"12/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":862,"Cost":548,"Date":"12/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":816,"Cost":677,"Date":"8/10/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"HM","Country":"Romania","Sale":976,"Cost":608,"Date":"7/14/2024"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":22,"Cost":12,"Date":"11/23/2018"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":733,"Cost":606,"Date":"1/1/2020"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":829,"Cost":786,"Date":"12/27/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":810,"Cost":643,"Date":"12/31/2022"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":305,"Cost":248,"Date":"8/10/2023"},{"Store":"Baneasa Shopping City, Bucharest","Brand":"COS","Country":"Romania","Sale":644,"Cost":496,"Date":"7/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":571,"Cost":536,"Date":"11/23/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":933,"Cost":748,"Date":"1/1/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":956,"Cost":866,"Date":"12/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":496,"Cost":280,"Date":"12/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":817,"Cost":642,"Date":"8/10/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"COS","Country":"Romania","Sale":778,"Cost":647,"Date":"7/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":782,"Cost":551,"Date":"11/23/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":378,"Cost":317,"Date":"1/1/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":526,"Cost":410,"Date":"12/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":766,"Cost":443,"Date":"12/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":381,"Cost":194,"Date":"8/10/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"HM","Country":"Romania","Sale":709,"Cost":668,"Date":"7/14/2024"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":201,"Cost":169,"Date":"11/23/2018"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":239,"Cost":130,"Date":"1/1/2020"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":311,"Cost":201,"Date":"12/27/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":967,"Cost":612,"Date":"12/31/2022"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":848,"Cost":555,"Date":"8/10/2023"},{"Store":"Park Lake Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":451,"Cost":286,"Date":"7/14/2024"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":508,"Date":"11/23/2018"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":647,"Cost":453,"Date":"1/1/2020"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":759,"Cost":546,"Date":"12/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":961,"Cost":670,"Date":"12/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":820,"Cost":465,"Date":"8/10/2023"},{"Store":"Promenada, Bucharest","Brand":"Jeans","Country":"Romania","Sale":637,"Cost":356,"Date":"7/14/2024"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":833,"Cost":706,"Date":"11/23/2018"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":355,"Cost":317,"Date":"1/1/2020"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":910,"Cost":719,"Date":"12/27/2022"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":979,"Cost":552,"Date":"12/31/2022"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":575,"Cost":508,"Date":"8/10/2023"},{"Store":"Promenada, Bucharest","Brand":"ARKET","Country":"Romania","Sale":505,"Cost":344,"Date":"7/14/2024"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":65,"Cost":48,"Date":"11/23/2018"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":220,"Cost":183,"Date":"1/1/2020"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":70,"Cost":64,"Date":"12/27/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":760,"Cost":496,"Date":"12/31/2022"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":252,"Cost":196,"Date":"8/10/2023"},{"Store":"Promenada, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":330,"Cost":219,"Date":"7/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":944,"Cost":639,"Date":"11/23/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":457,"Cost":355,"Date":"1/1/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":373,"Cost":211,"Date":"12/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":392,"Cost":280,"Date":"12/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":339,"Cost":219,"Date":"8/10/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":240,"Cost":217,"Date":"7/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":756,"Cost":559,"Date":"11/23/2018"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":89,"Cost":84,"Date":"1/1/2020"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":781,"Cost":520,"Date":"12/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":74,"Cost":45,"Date":"12/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":295,"Cost":147,"Date":"8/10/2023"},{"Store":"Mega Mall, Bucharest","Brand":"HM Home","Country":"Romania","Sale":519,"Cost":265,"Date":"7/14/2024"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":48,"Cost":30,"Date":"11/23/2018"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":727,"Cost":406,"Date":"1/1/2020"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":344,"Cost":295,"Date":"12/27/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":134,"Cost":102,"Date":"12/31/2022"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":841,"Cost":605,"Date":"8/10/2023"},{"Store":"Mega Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":477,"Cost":351,"Date":"7/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":245,"Cost":197,"Date":"11/23/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":521,"Cost":328,"Date":"1/1/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":853,"Cost":503,"Date":"12/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":684,"Cost":473,"Date":"12/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":746,"Cost":549,"Date":"8/10/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":949,"Cost":728,"Date":"7/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":267,"Cost":194,"Date":"11/23/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":812,"Cost":762,"Date":"1/1/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":887,"Cost":623,"Date":"12/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":449,"Cost":270,"Date":"12/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":80,"Cost":52,"Date":"8/10/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":418,"Cost":319,"Date":"7/14/2024"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":160,"Cost":116,"Date":"11/23/2018"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":386,"Cost":333,"Date":"1/1/2020"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":609,"Cost":335,"Date":"12/27/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":160,"Cost":119,"Date":"12/31/2022"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":258,"Cost":244,"Date":"8/10/2023"},{"Store":"Drumul Taberelor, Bucharest","Brand":"Jeans","Country":"Romania","Sale":99,"Cost":69,"Date":"7/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":942,"Cost":634,"Date":"11/23/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":301,"Cost":274,"Date":"1/1/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":969,"Cost":861,"Date":"12/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":344,"Cost":265,"Date":"12/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":706,"Cost":577,"Date":"8/10/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"COS","Country":"Romania","Sale":512,"Cost":463,"Date":"7/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":183,"Cost":92,"Date":"11/23/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":135,"Cost":116,"Date":"1/1/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":883,"Cost":839,"Date":"12/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":810,"Cost":765,"Date":"12/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":181,"Cost":152,"Date":"8/10/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"ARKET","Country":"Romania","Sale":69,"Cost":50,"Date":"7/14/2024"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":779,"Cost":699,"Date":"11/23/2018"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":619,"Cost":559,"Date":"1/1/2020"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":788,"Cost":644,"Date":"12/27/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":564,"Cost":290,"Date":"12/31/2022"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":841,"Cost":786,"Date":"8/10/2023"},{"Store":"Plaza Romania, Bucharest","Brand":"Nova","Country":"Romania","Sale":855,"Cost":611,"Date":"7/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":150,"Cost":139,"Date":"11/23/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":437,"Date":"1/1/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":189,"Cost":118,"Date":"12/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":292,"Cost":183,"Date":"12/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":842,"Cost":680,"Date":"8/10/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":96,"Cost":60,"Date":"7/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":48,"Cost":44,"Date":"11/23/2018"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":908,"Cost":515,"Date":"1/1/2020"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":625,"Cost":362,"Date":"12/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":679,"Cost":571,"Date":"12/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":41,"Cost":22,"Date":"8/10/2023"},{"Store":"Grand Arena, Bucharest","Brand":"Jeans","Country":"Romania","Sale":122,"Cost":98,"Date":"7/14/2024"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":888,"Cost":719,"Date":"11/23/2018"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":465,"Cost":251,"Date":"1/1/2020"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":65,"Cost":35,"Date":"12/27/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":698,"Cost":611,"Date":"12/31/2022"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":983,"Cost":709,"Date":"8/10/2023"},{"Store":"Grand Arena, Bucharest","Brand":"HM Home","Country":"Romania","Sale":401,"Cost":266,"Date":"7/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":782,"Cost":662,"Date":"11/23/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":245,"Cost":123,"Date":"1/1/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":305,"Cost":245,"Date":"12/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":603,"Cost":355,"Date":"12/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":260,"Cost":207,"Date":"8/10/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"Nova","Country":"Romania","Sale":651,"Cost":417,"Date":"7/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":996,"Cost":513,"Date":"11/23/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":393,"Cost":233,"Date":"1/1/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":752,"Cost":540,"Date":"12/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":120,"Cost":83,"Date":"12/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":805,"Cost":409,"Date":"8/10/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"ARKET","Country":"Romania","Sale":838,"Cost":484,"Date":"7/14/2024"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":19,"Cost":18,"Date":"11/23/2018"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":550,"Cost":407,"Date":"1/1/2020"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":601,"Cost":445,"Date":"12/27/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":483,"Cost":265,"Date":"12/31/2022"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":304,"Cost":191,"Date":"8/10/2023"},{"Store":"Vitantis Shopping Center, Bucharest","Brand":"HM","Country":"Romania","Sale":23,"Cost":19,"Date":"7/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":432,"Cost":264,"Date":"11/23/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":516,"Cost":401,"Date":"1/1/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":893,"Cost":582,"Date":"12/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":734,"Cost":533,"Date":"12/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":546,"Cost":516,"Date":"8/10/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Sellpy","Country":"Romania","Sale":505,"Cost":264,"Date":"7/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":567,"Cost":310,"Date":"11/23/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":877,"Cost":762,"Date":"1/1/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":644,"Cost":596,"Date":"12/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":176,"Cost":138,"Date":"12/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":894,"Cost":696,"Date":"8/10/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"Nova","Country":"Romania","Sale":969,"Cost":593,"Date":"7/14/2024"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":34,"Cost":22,"Date":"11/23/2018"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":536,"Cost":457,"Date":"1/1/2020"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":668,"Cost":448,"Date":"12/27/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":444,"Cost":418,"Date":"12/31/2022"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":625,"Cost":387,"Date":"8/10/2023"},{"Store":"Liberty Mall, Bucharest","Brand":"ARKET","Country":"Romania","Sale":619,"Cost":403,"Date":"7/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":159,"Cost":148,"Date":"11/23/2018"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":765,"Cost":580,"Date":"1/1/2020"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":337,"Cost":242,"Date":"12/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":408,"Cost":349,"Date":"12/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":917,"Cost":602,"Date":"8/10/2023"},{"Store":"City Park Mall, Constanța","Brand":"HM Home","Country":"Romania","Sale":51,"Cost":40,"Date":"7/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":386,"Cost":312,"Date":"11/23/2018"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":269,"Cost":199,"Date":"1/1/2020"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":295,"Cost":274,"Date":"12/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":763,"Cost":682,"Date":"12/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":775,"Cost":720,"Date":"8/10/2023"},{"Store":"City Park Mall, Constanța","Brand":"ARKET","Country":"Romania","Sale":734,"Cost":488,"Date":"7/14/2024"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":390,"Cost":363,"Date":"11/23/2018"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":712,"Cost":473,"Date":"1/1/2020"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":883,"Cost":710,"Date":"12/27/2022"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":981,"Cost":706,"Date":"12/31/2022"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":861,"Cost":600,"Date":"8/10/2023"},{"Store":"City Park Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":466,"Cost":262,"Date":"7/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":889,"Cost":532,"Date":"11/23/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":446,"Cost":332,"Date":"1/1/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":990,"Cost":840,"Date":"12/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":8,"Cost":6,"Date":"12/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":465,"Cost":388,"Date":"8/10/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":120,"Cost":108,"Date":"7/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":790,"Cost":414,"Date":"11/23/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":27,"Cost":26,"Date":"1/1/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":964,"Cost":591,"Date":"12/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":554,"Cost":494,"Date":"12/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":811,"Cost":757,"Date":"8/10/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Sellpy","Country":"Romania","Sale":888,"Cost":476,"Date":"7/14/2024"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":450,"Cost":265,"Date":"11/23/2018"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":669,"Cost":471,"Date":"1/1/2020"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":374,"Cost":295,"Date":"12/27/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":40,"Cost":38,"Date":"12/31/2022"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":637,"Cost":435,"Date":"8/10/2023"},{"Store":"Tomis Mall, Constanța","Brand":"Nova","Country":"Romania","Sale":42,"Cost":25,"Date":"7/14/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":790,"Cost":483,"Date":"11/23/2018"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":428,"Cost":353,"Date":"1/1/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":718,"Date":"12/27/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":444,"Cost":308,"Date":"12/31/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":153,"Date":"8/10/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":150,"Cost":120,"Date":"7/14/2024"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":426,"Cost":226,"Date":"11/23/2018"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":750,"Cost":576,"Date":"1/1/2020"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":713,"Cost":486,"Date":"12/27/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":427,"Cost":239,"Date":"12/31/2022"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":270,"Cost":254,"Date":"8/10/2023"},{"Store":"Vivo Constanța","Brand":"Nova","Country":"Romania","Sale":920,"Cost":661,"Date":"7/14/2024"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":661,"Cost":501,"Date":"11/23/2018"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":167,"Cost":143,"Date":"1/1/2020"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":334,"Cost":207,"Date":"12/27/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":999,"Cost":903,"Date":"12/31/2022"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":216,"Cost":206,"Date":"8/10/2023"},{"Store":"Vivo Constanța","Brand":"HM Home","Country":"Romania","Sale":227,"Cost":171,"Date":"7/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":635,"Cost":503,"Date":"11/23/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":55,"Date":"1/1/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":935,"Cost":534,"Date":"12/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":802,"Cost":456,"Date":"12/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":143,"Cost":119,"Date":"8/10/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":173,"Cost":122,"Date":"7/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":155,"Cost":102,"Date":"11/23/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":950,"Cost":897,"Date":"1/1/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":882,"Cost":498,"Date":"12/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":401,"Cost":254,"Date":"12/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":833,"Cost":701,"Date":"8/10/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":762,"Cost":648,"Date":"7/14/2024"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":487,"Cost":458,"Date":"11/23/2018"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":29,"Cost":25,"Date":"1/1/2020"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":69,"Cost":34,"Date":"12/27/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":68,"Cost":42,"Date":"12/31/2022"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":486,"Cost":415,"Date":"8/10/2023"},{"Store":"Iulius Mall Cluj-Napoca","Brand":"Sellpy","Country":"Romania","Sale":870,"Cost":649,"Date":"7/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":646,"Cost":446,"Date":"11/23/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":851,"Cost":682,"Date":"1/1/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":820,"Cost":749,"Date":"12/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":594,"Cost":433,"Date":"12/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":361,"Cost":216,"Date":"8/10/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"HM","Country":"Romania","Sale":808,"Cost":514,"Date":"7/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":425,"Cost":315,"Date":"11/23/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":125,"Cost":67,"Date":"1/1/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":817,"Cost":645,"Date":"12/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":118,"Cost":83,"Date":"12/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":945,"Cost":760,"Date":"8/10/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"Jeans","Country":"Romania","Sale":667,"Cost":542,"Date":"7/14/2024"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":63,"Cost":60,"Date":"11/23/2018"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":696,"Cost":451,"Date":"1/1/2020"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":732,"Cost":694,"Date":"12/27/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":290,"Cost":240,"Date":"12/31/2022"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":277,"Cost":261,"Date":"8/10/2023"},{"Store":"VIVO! Cluj-Napoca","Brand":"ARKET","Country":"Romania","Sale":783,"Cost":662,"Date":"7/14/2024"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":877,"Cost":458,"Date":"11/23/2018"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":522,"Cost":448,"Date":"1/1/2020"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":477,"Cost":387,"Date":"12/27/2022"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":913,"Cost":518,"Date":"12/31/2022"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":777,"Cost":403,"Date":"8/10/2023"},{"Store":"Iulius Mall Iași","Brand":"Jeans","Country":"Romania","Sale":259,"Cost":206,"Date":"7/14/2024"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":162,"Cost":142,"Date":"11/23/2018"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":833,"Cost":680,"Date":"1/1/2020"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":955,"Cost":870,"Date":"12/27/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":116,"Cost":96,"Date":"12/31/2022"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":321,"Cost":228,"Date":"8/10/2023"},{"Store":"Iulius Mall Iași","Brand":"COS","Country":"Romania","Sale":939,"Cost":830,"Date":"7/14/2024"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":14,"Cost":11,"Date":"11/23/2018"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":747,"Cost":553,"Date":"1/1/2020"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":792,"Cost":523,"Date":"12/27/2022"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":547,"Cost":453,"Date":"12/31/2022"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":649,"Cost":595,"Date":"8/10/2023"},{"Store":"Iulius Mall Iași","Brand":"HM","Country":"Romania","Sale":989,"Cost":688,"Date":"7/14/2024"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":763,"Cost":534,"Date":"11/23/2018"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":671,"Cost":391,"Date":"1/1/2020"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":573,"Cost":522,"Date":"12/27/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":272,"Cost":241,"Date":"12/31/2022"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":388,"Cost":237,"Date":"8/10/2023"},{"Store":"Palas Mall, Iași","Brand":"Nova","Country":"Romania","Sale":653,"Cost":461,"Date":"7/14/2024"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":576,"Cost":340,"Date":"11/23/2018"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":510,"Cost":326,"Date":"1/1/2020"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":217,"Cost":110,"Date":"12/27/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":310,"Cost":177,"Date":"12/31/2022"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":1000,"Cost":829,"Date":"8/10/2023"},{"Store":"Palas Mall, Iași","Brand":"ARKET","Country":"Romania","Sale":816,"Cost":679,"Date":"7/14/2024"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":574,"Cost":297,"Date":"11/23/2018"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":234,"Cost":216,"Date":"1/1/2020"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":657,"Cost":598,"Date":"12/27/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":906,"Cost":454,"Date":"12/31/2022"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":336,"Cost":208,"Date":"8/10/2023"},{"Store":"Palas Mall, Iași","Brand":"COS","Country":"Romania","Sale":511,"Cost":292,"Date":"7/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":76,"Cost":48,"Date":"11/23/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":1000,"Cost":569,"Date":"1/1/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":487,"Cost":419,"Date":"12/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":718,"Cost":403,"Date":"12/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":274,"Cost":208,"Date":"8/10/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"COS","Country":"Romania","Sale":842,"Cost":686,"Date":"7/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":209,"Cost":110,"Date":"11/23/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":231,"Cost":149,"Date":"1/1/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":368,"Cost":247,"Date":"12/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":18,"Cost":9,"Date":"12/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":738,"Cost":488,"Date":"8/10/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"HM Home","Country":"Romania","Sale":996,"Cost":670,"Date":"7/14/2024"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":915,"Cost":765,"Date":"11/23/2018"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":398,"Cost":254,"Date":"1/1/2020"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":834,"Cost":637,"Date":"12/27/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":133,"Cost":87,"Date":"12/31/2022"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":717,"Cost":476,"Date":"8/10/2023"},{"Store":"AFI Ploiesti, Ploiești","Brand":"Nova","Country":"Romania","Sale":684,"Cost":579,"Date":"7/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":481,"Cost":386,"Date":"11/23/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":256,"Cost":166,"Date":"1/1/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":106,"Cost":58,"Date":"12/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":576,"Cost":318,"Date":"12/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":657,"Cost":427,"Date":"8/10/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":152,"Cost":122,"Date":"7/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":193,"Cost":181,"Date":"11/23/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":953,"Cost":898,"Date":"1/1/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":532,"Cost":268,"Date":"12/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":135,"Cost":116,"Date":"12/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":579,"Cost":520,"Date":"8/10/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Jeans","Country":"Romania","Sale":192,"Cost":130,"Date":"7/14/2024"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":687,"Cost":604,"Date":"11/23/2018"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":12,"Cost":11,"Date":"1/1/2020"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":164,"Cost":123,"Date":"12/27/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":239,"Cost":149,"Date":"12/31/2022"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":814,"Cost":759,"Date":"8/10/2023"},{"Store":"Ploiesti Shopping Mall, Ploiești","Brand":"Nova","Country":"Romania","Sale":960,"Cost":709,"Date":"7/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":713,"Cost":478,"Date":"11/23/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":149,"Cost":127,"Date":"1/1/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":841,"Cost":423,"Date":"12/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":299,"Cost":244,"Date":"12/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":566,"Cost":286,"Date":"8/10/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"ARKET","Country":"Romania","Sale":2,"Cost":2,"Date":"7/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":632,"Cost":453,"Date":"11/23/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":763,"Cost":718,"Date":"1/1/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":285,"Cost":183,"Date":"12/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":564,"Cost":391,"Date":"12/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":450,"Cost":415,"Date":"8/10/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"COS","Country":"Romania","Sale":23,"Cost":16,"Date":"7/14/2024"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":470,"Cost":359,"Date":"11/23/2018"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":590,"Date":"1/1/2020"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":854,"Cost":789,"Date":"12/27/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":877,"Cost":575,"Date":"12/31/2022"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":131,"Cost":90,"Date":"8/10/2023"},{"Store":"Mercur Shopping Center, Ploiești","Brand":"HM Home","Country":"Romania","Sale":427,"Cost":270,"Date":"7/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":940,"Cost":694,"Date":"11/23/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":909,"Cost":593,"Date":"1/1/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":647,"Cost":552,"Date":"12/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":378,"Cost":320,"Date":"12/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":757,"Cost":651,"Date":"8/10/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Sellpy","Country":"Romania","Sale":841,"Cost":666,"Date":"7/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":652,"Cost":395,"Date":"11/23/2018"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":814,"Cost":748,"Date":"1/1/2020"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":662,"Cost":615,"Date":"12/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":203,"Cost":130,"Date":"12/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":516,"Cost":315,"Date":"8/10/2023"},{"Store":"Iulius Mall Timișoara","Brand":"Jeans","Country":"Romania","Sale":829,"Cost":678,"Date":"7/14/2024"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":555,"Cost":289,"Date":"11/23/2018"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":794,"Cost":557,"Date":"1/1/2020"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":515,"Cost":488,"Date":"12/27/2022"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":39,"Cost":29,"Date":"12/31/2022"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":907,"Cost":740,"Date":"8/10/2023"},{"Store":"Iulius Mall Timișoara","Brand":"HM","Country":"Romania","Sale":282,"Cost":158,"Date":"7/14/2024"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":750,"Cost":634,"Date":"11/23/2018"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":323,"Cost":298,"Date":"1/1/2020"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":72,"Cost":58,"Date":"12/27/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":938,"Cost":583,"Date":"12/31/2022"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":286,"Cost":156,"Date":"8/10/2023"},{"Store":"Shopping City Timișoara","Brand":"HM Home","Country":"Romania","Sale":161,"Cost":82,"Date":"7/14/2024"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":721,"Cost":452,"Date":"11/23/2018"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":926,"Cost":583,"Date":"1/1/2020"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":904,"Cost":743,"Date":"12/27/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":299,"Cost":161,"Date":"12/31/2022"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":158,"Cost":82,"Date":"8/10/2023"},{"Store":"Shopping City Timișoara","Brand":"Nova","Country":"Romania","Sale":538,"Cost":418,"Date":"7/14/2024"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":87,"Cost":57,"Date":"11/23/2018"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":72,"Cost":45,"Date":"1/1/2020"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":913,"Cost":574,"Date":"12/27/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":980,"Cost":652,"Date":"12/31/2022"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":92,"Cost":87,"Date":"8/10/2023"},{"Store":"Shopping City Timișoara","Brand":"COS","Country":"Romania","Sale":860,"Cost":537,"Date":"7/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":313,"Cost":297,"Date":"11/23/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":644,"Cost":371,"Date":"1/1/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":499,"Cost":387,"Date":"12/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":329,"Cost":269,"Date":"12/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":115,"Cost":65,"Date":"8/10/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":204,"Cost":114,"Date":"7/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":634,"Cost":528,"Date":"11/23/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":556,"Cost":422,"Date":"1/1/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":567,"Cost":331,"Date":"12/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":555,"Cost":395,"Date":"12/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":896,"Cost":673,"Date":"8/10/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":90,"Cost":61,"Date":"7/14/2024"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":151,"Cost":96,"Date":"11/23/2018"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":937,"Cost":545,"Date":"1/1/2020"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":165,"Cost":126,"Date":"12/27/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":555,"Cost":374,"Date":"12/31/2022"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":257,"Cost":170,"Date":"8/10/2023"},{"Store":"Bega Shopping Center, Timișoara","Brand":"HM Home","Country":"Romania","Sale":397,"Cost":221,"Date":"7/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":788,"Cost":486,"Date":"11/23/2018"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":523,"Cost":464,"Date":"1/1/2020"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":889,"Cost":605,"Date":"12/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":977,"Cost":761,"Date":"12/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":970,"Cost":630,"Date":"8/10/2023"},{"Store":"Galeria 1, Timișoara","Brand":"ARKET","Country":"Romania","Sale":575,"Cost":417,"Date":"7/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":818,"Cost":538,"Date":"11/23/2018"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":664,"Cost":628,"Date":"1/1/2020"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":890,"Cost":501,"Date":"12/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":639,"Cost":550,"Date":"12/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":679,"Cost":518,"Date":"8/10/2023"},{"Store":"Galeria 1, Timișoara","Brand":"HM Home","Country":"Romania","Sale":891,"Cost":686,"Date":"7/14/2024"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":254,"Cost":152,"Date":"11/23/2018"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":502,"Cost":374,"Date":"1/1/2020"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":448,"Cost":299,"Date":"12/27/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":723,"Cost":666,"Date":"12/31/2022"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":825,"Cost":503,"Date":"8/10/2023"},{"Store":"Galeria 1, Timișoara","Brand":"Nova","Country":"Romania","Sale":350,"Cost":259,"Date":"7/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":402,"Cost":249,"Date":"11/23/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":808,"Cost":729,"Date":"1/1/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":683,"Cost":364,"Date":"12/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":224,"Cost":135,"Date":"12/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":379,"Cost":250,"Date":"8/10/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"HM","Country":"Romania","Sale":789,"Cost":431,"Date":"7/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":260,"Cost":201,"Date":"11/23/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":983,"Cost":777,"Date":"1/1/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":258,"Cost":130,"Date":"12/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":722,"Cost":486,"Date":"12/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":57,"Cost":39,"Date":"8/10/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":817,"Cost":424,"Date":"7/14/2024"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":229,"Cost":209,"Date":"11/23/2018"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":124,"Cost":82,"Date":"1/1/2020"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":552,"Cost":460,"Date":"12/27/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":283,"Cost":173,"Date":"12/31/2022"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":600,"Cost":338,"Date":"8/10/2023"},{"Store":"Euro Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":186,"Cost":114,"Date":"7/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":832,"Cost":524,"Date":"11/23/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":613,"Cost":556,"Date":"1/1/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":388,"Cost":281,"Date":"12/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":694,"Cost":522,"Date":"12/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":90,"Cost":55,"Date":"8/10/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":270,"Cost":182,"Date":"7/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":251,"Cost":150,"Date":"11/23/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":964,"Cost":535,"Date":"1/1/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":818,"Cost":463,"Date":"12/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":567,"Cost":350,"Date":"12/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":746,"Cost":696,"Date":"8/10/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"Nova","Country":"Romania","Sale":699,"Cost":629,"Date":"7/14/2024"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":902,"Cost":805,"Date":"11/23/2018"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":61,"Cost":55,"Date":"1/1/2020"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":578,"Cost":447,"Date":"12/27/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":815,"Cost":528,"Date":"12/31/2022"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":600,"Cost":346,"Date":"8/10/2023"},{"Store":"Glass Gallery Giroc, Timișoara","Brand":"HM","Country":"Romania","Sale":131,"Cost":93,"Date":"7/14/2024"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":327,"Cost":249,"Date":"11/23/2018"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":748,"Cost":694,"Date":"1/1/2020"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":307,"Cost":172,"Date":"12/27/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":889,"Cost":761,"Date":"12/31/2022"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":756,"Cost":468,"Date":"8/10/2023"},{"Store":"Palatul Lugoj","Brand":"HM","Country":"Romania","Sale":748,"Cost":685,"Date":"7/14/2024"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":861,"Cost":729,"Date":"11/23/2018"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":561,"Cost":316,"Date":"1/1/2020"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":466,"Cost":253,"Date":"12/27/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":983,"Cost":881,"Date":"12/31/2022"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":533,"Cost":463,"Date":"8/10/2023"},{"Store":"Palatul Lugoj","Brand":"Sellpy","Country":"Romania","Sale":670,"Cost":434,"Date":"7/14/2024"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":533,"Cost":398,"Date":"11/23/2018"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":609,"Cost":494,"Date":"1/1/2020"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":864,"Cost":533,"Date":"12/27/2022"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":185,"Cost":127,"Date":"12/31/2022"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":779,"Cost":732,"Date":"8/10/2023"},{"Store":"Palatul Lugoj","Brand":"Jeans","Country":"Romania","Sale":991,"Cost":858,"Date":"7/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":261,"Cost":247,"Date":"11/23/2018"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":579,"Cost":312,"Date":"1/1/2020"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":725,"Cost":519,"Date":"12/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":269,"Cost":226,"Date":"12/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":763,"Cost":708,"Date":"8/10/2023"},{"Store":"Elis Center, Lugoj","Brand":"HM","Country":"Romania","Sale":149,"Cost":116,"Date":"7/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":987,"Cost":782,"Date":"11/23/2018"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":426,"Cost":356,"Date":"1/1/2020"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":532,"Cost":465,"Date":"12/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":736,"Cost":394,"Date":"12/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":594,"Cost":433,"Date":"8/10/2023"},{"Store":"Elis Center, Lugoj","Brand":"COS","Country":"Romania","Sale":838,"Cost":746,"Date":"7/14/2024"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":465,"Cost":257,"Date":"11/23/2018"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":848,"Cost":726,"Date":"1/1/2020"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":132,"Cost":89,"Date":"12/27/2022"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":350,"Cost":193,"Date":"12/31/2022"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":497,"Cost":264,"Date":"8/10/2023"},{"Store":"Elis Center, Lugoj","Brand":"ARKET","Country":"Romania","Sale":160,"Cost":125,"Date":"7/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":987,"Cost":511,"Date":"11/23/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":793,"Cost":496,"Date":"1/1/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":669,"Cost":400,"Date":"12/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":255,"Cost":192,"Date":"12/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":799,"Cost":536,"Date":"8/10/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Nova","Country":"Romania","Sale":276,"Cost":261,"Date":"7/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":435,"Cost":251,"Date":"11/23/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":348,"Cost":327,"Date":"1/1/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":184,"Cost":104,"Date":"12/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":248,"Cost":233,"Date":"12/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":18,"Cost":14,"Date":"8/10/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Sellpy","Country":"Romania","Sale":646,"Cost":453,"Date":"7/14/2024"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":914,"Cost":727,"Date":"11/23/2018"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":697,"Cost":596,"Date":"1/1/2020"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":494,"Cost":293,"Date":"12/27/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":949,"Cost":479,"Date":"12/31/2022"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":26,"Cost":24,"Date":"8/10/2023"},{"Store":"Funshop Park, Timișoara","Brand":"Jeans","Country":"Romania","Sale":785,"Cost":679,"Date":"7/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":189,"Cost":95,"Date":"11/23/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":931,"Cost":763,"Date":"1/1/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":228,"Cost":176,"Date":"12/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":719,"Cost":411,"Date":"12/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":346,"Cost":186,"Date":"8/10/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":782,"Cost":492,"Date":"7/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":536,"Cost":319,"Date":"11/23/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":55,"Cost":27,"Date":"1/1/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":514,"Cost":301,"Date":"12/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":704,"Cost":416,"Date":"12/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":320,"Cost":279,"Date":"8/10/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Jeans","Country":"Romania","Sale":918,"Cost":731,"Date":"7/14/2024"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":65,"Cost":36,"Date":"11/23/2018"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":718,"Cost":625,"Date":"1/1/2020"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":763,"Cost":436,"Date":"12/27/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":560,"Cost":483,"Date":"12/31/2022"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":673,"Cost":605,"Date":"8/10/2023"},{"Store":"Kappa Shopping Center, Timișoara","Brand":"Nova","Country":"Romania","Sale":820,"Cost":638,"Date":"7/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":862,"Cost":750,"Date":"11/23/2018"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":265,"Cost":193,"Date":"1/1/2020"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":710,"Cost":398,"Date":"12/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":585,"Cost":477,"Date":"12/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":76,"Cost":69,"Date":"8/10/2023"},{"Store":"Lotus Center, Oradea","Brand":"Nova","Country":"Romania","Sale":672,"Cost":638,"Date":"7/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":219,"Cost":203,"Date":"11/23/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":467,"Cost":241,"Date":"1/1/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":682,"Cost":536,"Date":"12/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":435,"Cost":353,"Date":"12/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":356,"Cost":209,"Date":"8/10/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":557,"Cost":417,"Date":"7/14/2024"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":965,"Cost":855,"Date":"11/23/2018"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":828,"Cost":661,"Date":"1/1/2020"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":407,"Cost":205,"Date":"12/27/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":121,"Cost":79,"Date":"12/31/2022"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":784,"Cost":567,"Date":"8/10/2023"},{"Store":"Lotus Center, Oradea","Brand":"Jeans","Country":"Romania","Sale":155,"Cost":99,"Date":"7/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":727,"Cost":401,"Date":"11/23/2018"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":694,"Cost":530,"Date":"1/1/2020"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":592,"Cost":457,"Date":"12/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":236,"Cost":158,"Date":"12/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":912,"Cost":675,"Date":"8/10/2023"},{"Store":"Era Shopping Park Oradea","Brand":"Sellpy","Country":"Romania","Sale":274,"Cost":162,"Date":"7/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":537,"Cost":387,"Date":"11/23/2018"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":487,"Cost":293,"Date":"1/1/2020"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":618,"Cost":450,"Date":"12/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":625,"Cost":543,"Date":"12/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":835,"Cost":684,"Date":"8/10/2023"},{"Store":"Era Shopping Park Oradea","Brand":"HM","Country":"Romania","Sale":673,"Cost":484,"Date":"7/14/2024"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":51,"Cost":39,"Date":"11/23/2018"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":8,"Cost":7,"Date":"1/1/2020"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":197,"Cost":143,"Date":"12/27/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":995,"Cost":853,"Date":"12/31/2022"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":207,"Cost":183,"Date":"8/10/2023"},{"Store":"Era Shopping Park Oradea","Brand":"COS","Country":"Romania","Sale":64,"Cost":45,"Date":"7/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":162,"Cost":102,"Date":"11/23/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":631,"Cost":502,"Date":"1/1/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":689,"Cost":345,"Date":"12/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":104,"Cost":99,"Date":"12/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":902,"Cost":831,"Date":"8/10/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM Home","Country":"Romania","Sale":565,"Cost":367,"Date":"7/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":157,"Cost":96,"Date":"11/23/2018"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":150,"Cost":95,"Date":"1/1/2020"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":258,"Cost":199,"Date":"12/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":35,"Cost":27,"Date":"12/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":862,"Cost":727,"Date":"8/10/2023"},{"Store":"Iulius Town Timișoara","Brand":"HM","Country":"Romania","Sale":258,"Cost":210,"Date":"7/14/2024"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":835,"Cost":724,"Date":"11/23/2018"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":961,"Cost":898,"Date":"1/1/2020"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":932,"Cost":681,"Date":"12/27/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":550,"Cost":303,"Date":"12/31/2022"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":826,"Cost":673,"Date":"8/10/2023"},{"Store":"Iulius Town Timișoara","Brand":"COS","Country":"Romania","Sale":856,"Cost":589,"Date":"7/14/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":856,"Cost":677,"Date":"11/23/2018"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":473,"Cost":414,"Date":"1/1/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":823,"Cost":463,"Date":"12/27/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":105,"Cost":74,"Date":"12/31/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":638,"Cost":529,"Date":"8/10/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":939,"Cost":838,"Date":"7/14/2024"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":767,"Cost":715,"Date":"11/23/2018"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":872,"Cost":681,"Date":"1/1/2020"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":417,"Cost":277,"Date":"12/27/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":477,"Cost":355,"Date":"12/31/2022"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":215,"Cost":189,"Date":"8/10/2023"},{"Store":"European Retail Park Brăila","Brand":"COS","Country":"Romania","Sale":86,"Cost":51,"Date":"7/14/2024"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":135,"Cost":67,"Date":"11/23/2018"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":13,"Cost":12,"Date":"1/1/2020"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":730,"Cost":463,"Date":"12/27/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":176,"Cost":149,"Date":"12/31/2022"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":10,"Cost":9,"Date":"8/10/2023"},{"Store":"European Retail Park Brăila","Brand":"ARKET","Country":"Romania","Sale":169,"Cost":124,"Date":"7/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":969,"Cost":773,"Date":"11/23/2018"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":875,"Cost":751,"Date":"1/1/2020"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":750,"Cost":412,"Date":"12/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":946,"Cost":791,"Date":"12/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":824,"Cost":762,"Date":"8/10/2023"},{"Store":"Iulius Mall Suceava","Brand":"Sellpy","Country":"Romania","Sale":616,"Cost":462,"Date":"7/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":177,"Cost":126,"Date":"11/23/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":343,"Cost":268,"Date":"1/1/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":457,"Cost":357,"Date":"12/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":881,"Cost":602,"Date":"12/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":446,"Cost":397,"Date":"8/10/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":400,"Cost":248,"Date":"7/14/2024"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":205,"Cost":145,"Date":"11/23/2018"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":372,"Cost":199,"Date":"1/1/2020"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":749,"Cost":645,"Date":"12/27/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":800,"Cost":644,"Date":"12/31/2022"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":453,"Cost":265,"Date":"8/10/2023"},{"Store":"Iulius Mall Suceava","Brand":"HM Home","Country":"Romania","Sale":911,"Cost":506,"Date":"7/14/2024"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":687,"Cost":486,"Date":"11/23/2018"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":931,"Cost":782,"Date":"1/1/2020"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":750,"Cost":530,"Date":"12/27/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":620,"Cost":587,"Date":"12/31/2022"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":311,"Cost":207,"Date":"8/10/2023"},{"Store":"Westfield London","Brand":"Nova","Country":"UK","Sale":435,"Cost":341,"Date":"7/14/2024"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":787,"Cost":394,"Date":"11/23/2018"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":708,"Cost":418,"Date":"1/1/2020"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":346,"Cost":181,"Date":"12/27/2022"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":982,"Cost":786,"Date":"12/31/2022"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":949,"Cost":815,"Date":"8/10/2023"},{"Store":"Westfield London","Brand":"HM Home","Country":"UK","Sale":54,"Cost":49,"Date":"7/14/2024"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":383,"Cost":355,"Date":"11/23/2018"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":933,"Cost":643,"Date":"1/1/2020"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":954,"Cost":544,"Date":"12/27/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":413,"Cost":308,"Date":"12/31/2022"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":308,"Cost":168,"Date":"8/10/2023"},{"Store":"Westfield London","Brand":"Jeans","Country":"UK","Sale":552,"Cost":469,"Date":"7/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":499,"Cost":422,"Date":"11/23/2018"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":783,"Cost":690,"Date":"1/1/2020"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":99,"Cost":69,"Date":"12/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":615,"Cost":484,"Date":"12/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":764,"Cost":551,"Date":"8/10/2023"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":982,"Cost":500,"Date":"7/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":762,"Cost":700,"Date":"11/23/2018"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":515,"Cost":452,"Date":"1/1/2020"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":328,"Cost":174,"Date":"12/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":993,"Cost":790,"Date":"12/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":701,"Cost":587,"Date":"8/10/2023"},{"Store":"Westfield Stratford City, London","Brand":"ARKET","Country":"UK","Sale":407,"Cost":355,"Date":"7/14/2024"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":371,"Cost":304,"Date":"11/23/2018"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":910,"Cost":468,"Date":"1/1/2020"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":568,"Cost":334,"Date":"12/27/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":957,"Cost":706,"Date":"12/31/2022"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":108,"Cost":102,"Date":"8/10/2023"},{"Store":"Westfield Stratford City, London","Brand":"COS","Country":"UK","Sale":582,"Cost":514,"Date":"7/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":692,"Cost":537,"Date":"11/23/2018"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":401,"Cost":295,"Date":"1/1/2020"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":981,"Cost":504,"Date":"12/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":412,"Cost":290,"Date":"12/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":568,"Cost":350,"Date":"8/10/2023"},{"Store":"Oxford Street Malls, London","Brand":"Sellpy","Country":"UK","Sale":23,"Cost":12,"Date":"7/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":21,"Cost":15,"Date":"11/23/2018"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":854,"Cost":751,"Date":"1/1/2020"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":718,"Cost":636,"Date":"12/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":524,"Cost":473,"Date":"12/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":420,"Cost":313,"Date":"8/10/2023"},{"Store":"Oxford Street Malls, London","Brand":"Jeans","Country":"UK","Sale":150,"Cost":75,"Date":"7/14/2024"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":661,"Cost":358,"Date":"11/23/2018"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":991,"Cost":644,"Date":"1/1/2020"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":565,"Cost":525,"Date":"12/27/2022"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":401,"Cost":267,"Date":"12/31/2022"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":432,"Cost":263,"Date":"8/10/2023"},{"Store":"Oxford Street Malls, London","Brand":"Nova","Country":"UK","Sale":754,"Cost":407,"Date":"7/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":517,"Cost":455,"Date":"11/23/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":572,"Cost":391,"Date":"1/1/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":276,"Cost":223,"Date":"12/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":721,"Cost":554,"Date":"12/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":897,"Cost":507,"Date":"8/10/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":541,"Cost":313,"Date":"7/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":519,"Cost":333,"Date":"11/23/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":666,"Cost":617,"Date":"1/1/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":813,"Cost":691,"Date":"12/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":734,"Cost":671,"Date":"12/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":331,"Cost":175,"Date":"8/10/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"COS","Country":"UK","Sale":823,"Cost":702,"Date":"7/14/2024"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":599,"Cost":321,"Date":"11/23/2018"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":691,"Cost":599,"Date":"1/1/2020"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":347,"Cost":275,"Date":"12/27/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":80,"Cost":61,"Date":"12/31/2022"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":101,"Cost":72,"Date":"8/10/2023"},{"Store":"Canary Wharf Shopping Centre, London","Brand":"Jeans","Country":"UK","Sale":262,"Cost":189,"Date":"7/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":164,"Cost":127,"Date":"11/23/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":347,"Cost":211,"Date":"1/1/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":608,"Cost":430,"Date":"12/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":725,"Cost":386,"Date":"12/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":869,"Cost":712,"Date":"8/10/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM","Country":"UK","Sale":745,"Cost":377,"Date":"7/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":977,"Cost":496,"Date":"11/23/2018"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":447,"Cost":253,"Date":"1/1/2020"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":494,"Cost":442,"Date":"12/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":903,"Cost":615,"Date":"12/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":19,"Cost":17,"Date":"8/10/2023"},{"Store":"Trafford Centre, Manchester","Brand":"Sellpy","Country":"UK","Sale":927,"Cost":599,"Date":"7/14/2024"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":167,"Cost":92,"Date":"11/23/2018"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":799,"Cost":661,"Date":"1/1/2020"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":226,"Cost":138,"Date":"12/27/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":546,"Cost":399,"Date":"12/31/2022"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":1000,"Cost":682,"Date":"8/10/2023"},{"Store":"Trafford Centre, Manchester","Brand":"HM Home","Country":"UK","Sale":584,"Cost":362,"Date":"7/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":542,"Cost":318,"Date":"11/23/2018"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":127,"Cost":97,"Date":"1/1/2020"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":136,"Cost":88,"Date":"12/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":991,"Cost":937,"Date":"12/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":917,"Cost":775,"Date":"8/10/2023"},{"Store":"Arndale Centre, Manchester","Brand":"COS","Country":"UK","Sale":800,"Cost":747,"Date":"7/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":105,"Cost":73,"Date":"11/23/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":282,"Cost":212,"Date":"1/1/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":362,"Cost":306,"Date":"12/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":174,"Cost":155,"Date":"12/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":475,"Cost":295,"Date":"8/10/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":811,"Cost":736,"Date":"7/14/2024"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":119,"Cost":100,"Date":"11/23/2018"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":5,"Cost":4,"Date":"1/1/2020"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":712,"Cost":389,"Date":"12/27/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":453,"Cost":406,"Date":"12/31/2022"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":401,"Cost":371,"Date":"8/10/2023"},{"Store":"Arndale Centre, Manchester","Brand":"Jeans","Country":"UK","Sale":681,"Cost":549,"Date":"7/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":619,"Cost":568,"Date":"11/23/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":257,"Cost":139,"Date":"1/1/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":379,"Cost":250,"Date":"12/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":891,"Cost":583,"Date":"12/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":497,"Cost":418,"Date":"8/10/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":358,"Cost":216,"Date":"7/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":902,"Cost":586,"Date":"11/23/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":62,"Cost":58,"Date":"1/1/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":411,"Cost":240,"Date":"12/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":945,"Cost":509,"Date":"12/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":292,"Cost":255,"Date":"8/10/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"COS","Country":"UK","Sale":723,"Cost":422,"Date":"7/14/2024"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":43,"Cost":35,"Date":"11/23/2018"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":318,"Cost":227,"Date":"1/1/2020"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":279,"Cost":161,"Date":"12/27/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":397,"Cost":317,"Date":"12/31/2022"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":440,"Cost":229,"Date":"8/10/2023"},{"Store":"Bullring & Grand Central, Birmingham","Brand":"Sellpy","Country":"UK","Sale":216,"Cost":165,"Date":"7/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":699,"Cost":585,"Date":"11/23/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":918,"Cost":866,"Date":"1/1/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":252,"Cost":130,"Date":"12/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":927,"Cost":878,"Date":"12/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":31,"Cost":23,"Date":"8/10/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":55,"Cost":41,"Date":"7/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":666,"Cost":420,"Date":"11/23/2018"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":891,"Cost":488,"Date":"1/1/2020"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":620,"Cost":439,"Date":"12/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":466,"Cost":289,"Date":"12/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":378,"Cost":209,"Date":"8/10/2023"},{"Store":"The Mailbox, Birmingham","Brand":"Sellpy","Country":"UK","Sale":640,"Cost":495,"Date":"7/14/2024"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":930,"Cost":564,"Date":"11/23/2018"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":207,"Cost":118,"Date":"1/1/2020"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":292,"Cost":211,"Date":"12/27/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":239,"Cost":141,"Date":"12/31/2022"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":491,"Cost":323,"Date":"8/10/2023"},{"Store":"The Mailbox, Birmingham","Brand":"ARKET","Country":"UK","Sale":657,"Cost":576,"Date":"7/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":765,"Cost":494,"Date":"11/23/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":559,"Cost":396,"Date":"1/1/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":180,"Cost":144,"Date":"12/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":161,"Cost":150,"Date":"12/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":323,"Cost":226,"Date":"8/10/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":813,"Cost":488,"Date":"7/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":118,"Cost":106,"Date":"11/23/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":397,"Cost":251,"Date":"1/1/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":926,"Cost":803,"Date":"12/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":779,"Cost":539,"Date":"12/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":748,"Cost":474,"Date":"8/10/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"HM Home","Country":"UK","Sale":53,"Cost":49,"Date":"7/14/2024"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":935,"Cost":510,"Date":"11/23/2018"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":512,"Cost":478,"Date":"1/1/2020"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":844,"Cost":747,"Date":"12/27/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":472,"Cost":297,"Date":"12/31/2022"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":578,"Cost":533,"Date":"8/10/2023"},{"Store":"Touchwood Shopping Centre, Birmingham","Brand":"Jeans","Country":"UK","Sale":930,"Cost":495,"Date":"7/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":111,"Cost":73,"Date":"11/23/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":368,"Cost":251,"Date":"1/1/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":15,"Cost":8,"Date":"12/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":20,"Date":"12/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":697,"Cost":441,"Date":"8/10/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":717,"Cost":569,"Date":"7/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":37,"Cost":33,"Date":"11/23/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":75,"Cost":47,"Date":"1/1/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":550,"Cost":521,"Date":"12/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":922,"Cost":544,"Date":"12/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":836,"Cost":654,"Date":"8/10/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Sellpy","Country":"UK","Sale":939,"Cost":637,"Date":"7/14/2024"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":764,"Cost":571,"Date":"11/23/2018"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":900,"Cost":636,"Date":"1/1/2020"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":261,"Cost":207,"Date":"12/27/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":798,"Cost":439,"Date":"12/31/2022"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":224,"Cost":117,"Date":"8/10/2023"},{"Store":"Buchanan Galleries, Glasgow","Brand":"Nova","Country":"UK","Sale":988,"Cost":598,"Date":"7/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":97,"Cost":65,"Date":"11/23/2018"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":15,"Cost":11,"Date":"1/1/2020"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":515,"Cost":257,"Date":"12/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":743,"Cost":456,"Date":"12/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":536,"Cost":311,"Date":"8/10/2023"},{"Store":"Silverburn, Glasgow","Brand":"Jeans","Country":"UK","Sale":133,"Cost":92,"Date":"7/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":411,"Cost":284,"Date":"11/23/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":680,"Cost":376,"Date":"1/1/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":943,"Cost":597,"Date":"12/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":922,"Cost":804,"Date":"12/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":734,"Cost":444,"Date":"8/10/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":35,"Cost":29,"Date":"7/14/2024"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":44,"Cost":22,"Date":"11/23/2018"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":137,"Cost":90,"Date":"1/1/2020"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":968,"Cost":544,"Date":"12/27/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":499,"Cost":350,"Date":"12/31/2022"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":51,"Cost":29,"Date":"8/10/2023"},{"Store":"Silverburn, Glasgow","Brand":"HM Home","Country":"UK","Sale":80,"Cost":43,"Date":"7/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":372,"Cost":309,"Date":"11/23/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":26,"Cost":17,"Date":"1/1/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":18,"Cost":10,"Date":"12/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":520,"Cost":285,"Date":"12/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":711,"Cost":414,"Date":"8/10/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM Home","Country":"UK","Sale":816,"Cost":606,"Date":"7/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":770,"Cost":456,"Date":"11/23/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":53,"Cost":39,"Date":"1/1/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":385,"Cost":222,"Date":"12/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":373,"Cost":223,"Date":"12/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":489,"Cost":305,"Date":"8/10/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"HM","Country":"UK","Sale":141,"Cost":122,"Date":"7/14/2024"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":915,"Cost":568,"Date":"11/23/2018"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":395,"Cost":257,"Date":"1/1/2020"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":336,"Cost":268,"Date":"12/27/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":361,"Cost":222,"Date":"12/31/2022"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":518,"Cost":285,"Date":"8/10/2023"},{"Store":"St. Enoch Centre, Glasgow","Brand":"Sellpy","Country":"UK","Sale":49,"Cost":46,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":828,"Cost":645,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":128,"Cost":112,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":783,"Cost":609,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":403,"Cost":259,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":306,"Cost":277,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":105,"Cost":66,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":354,"Cost":302,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":514,"Cost":276,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":689,"Cost":527,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":573,"Cost":392,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":881,"Cost":494,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":217,"Cost":153,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":149,"Cost":93,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":43,"Cost":22,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":174,"Cost":89,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":374,"Cost":335,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":663,"Cost":428,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":24,"Cost":12,"Date":"7/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":991,"Cost":830,"Date":"11/23/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":659,"Cost":560,"Date":"1/1/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":600,"Cost":500,"Date":"12/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":51,"Cost":26,"Date":"12/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":415,"Cost":312,"Date":"8/10/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":535,"Cost":459,"Date":"7/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":113,"Cost":72,"Date":"11/23/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":173,"Cost":154,"Date":"1/1/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":640,"Cost":506,"Date":"12/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":257,"Cost":135,"Date":"12/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":530,"Cost":444,"Date":"8/10/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"ARKET","Country":"UK","Sale":735,"Cost":489,"Date":"7/14/2024"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":415,"Cost":377,"Date":"11/23/2018"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":42,"Cost":26,"Date":"1/1/2020"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":492,"Cost":259,"Date":"12/27/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":203,"Cost":174,"Date":"12/31/2022"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":293,"Cost":272,"Date":"8/10/2023"},{"Store":"St. John's Shopping Centre, Liverpool","Brand":"Jeans","Country":"UK","Sale":847,"Cost":734,"Date":"7/14/2024"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":737,"Cost":443,"Date":"11/23/2018"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":40,"Cost":21,"Date":"1/1/2020"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":343,"Cost":322,"Date":"12/27/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":73,"Cost":46,"Date":"12/31/2022"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":919,"Cost":735,"Date":"8/10/2023"},{"Store":"Trinity Leeds","Brand":"Sellpy","Country":"UK","Sale":413,"Cost":250,"Date":"7/14/2024"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":977,"Cost":810,"Date":"11/23/2018"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":572,"Cost":405,"Date":"1/1/2020"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":286,"Cost":253,"Date":"12/27/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":103,"Cost":65,"Date":"12/31/2022"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":181,"Cost":103,"Date":"8/10/2023"},{"Store":"Trinity Leeds","Brand":"ARKET","Country":"UK","Sale":901,"Cost":706,"Date":"7/14/2024"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":267,"Cost":207,"Date":"11/23/2018"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":6,"Cost":5,"Date":"1/1/2020"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":246,"Cost":188,"Date":"12/27/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":733,"Cost":422,"Date":"12/31/2022"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":244,"Cost":140,"Date":"8/10/2023"},{"Store":"Trinity Leeds","Brand":"HM","Country":"UK","Sale":22,"Cost":11,"Date":"7/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":452,"Cost":383,"Date":"11/23/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":264,"Cost":154,"Date":"1/1/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":989,"Cost":922,"Date":"12/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":82,"Cost":74,"Date":"12/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":27,"Cost":18,"Date":"8/10/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM Home","Country":"UK","Sale":522,"Cost":311,"Date":"7/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":11,"Cost":8,"Date":"11/23/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":849,"Cost":630,"Date":"1/1/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":540,"Cost":316,"Date":"12/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":218,"Cost":176,"Date":"12/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":670,"Cost":418,"Date":"8/10/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"HM","Country":"UK","Sale":302,"Cost":270,"Date":"7/14/2024"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":956,"Cost":483,"Date":"11/23/2018"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":939,"Cost":698,"Date":"1/1/2020"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":659,"Cost":488,"Date":"12/27/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":100,"Cost":76,"Date":"12/31/2022"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":116,"Cost":72,"Date":"8/10/2023"},{"Store":"Victoria Quarter, Leeds","Brand":"ARKET","Country":"UK","Sale":561,"Cost":294,"Date":"7/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":498,"Cost":322,"Date":"11/23/2018"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":393,"Cost":229,"Date":"1/1/2020"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":361,"Cost":339,"Date":"12/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":263,"Cost":216,"Date":"12/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":135,"Cost":108,"Date":"8/10/2023"},{"Store":"Cabot Circus, Bristol","Brand":"Nova","Country":"UK","Sale":416,"Cost":229,"Date":"7/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":908,"Cost":497,"Date":"11/23/2018"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":541,"Cost":470,"Date":"1/1/2020"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":171,"Cost":118,"Date":"12/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":439,"Cost":414,"Date":"12/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":858,"Cost":468,"Date":"8/10/2023"},{"Store":"Cabot Circus, Bristol","Brand":"COS","Country":"UK","Sale":299,"Cost":182,"Date":"7/14/2024"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":437,"Cost":298,"Date":"11/23/2018"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":322,"Cost":178,"Date":"1/1/2020"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":184,"Cost":128,"Date":"12/27/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":722,"Cost":362,"Date":"12/31/2022"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":992,"Cost":506,"Date":"8/10/2023"},{"Store":"Cabot Circus, Bristol","Brand":"HM Home","Country":"UK","Sale":973,"Cost":494,"Date":"7/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":646,"Cost":488,"Date":"11/23/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":865,"Cost":557,"Date":"1/1/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":487,"Cost":264,"Date":"12/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":758,"Cost":408,"Date":"12/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":211,"Cost":115,"Date":"8/10/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Jeans","Country":"UK","Sale":925,"Cost":752,"Date":"7/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":70,"Cost":47,"Date":"11/23/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":923,"Cost":484,"Date":"1/1/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":209,"Cost":133,"Date":"12/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":903,"Cost":855,"Date":"12/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":831,"Cost":668,"Date":"8/10/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"COS","Country":"UK","Sale":191,"Cost":146,"Date":"7/14/2024"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":659,"Cost":392,"Date":"11/23/2018"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":972,"Cost":851,"Date":"1/1/2020"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":703,"Cost":579,"Date":"12/27/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":934,"Cost":603,"Date":"12/31/2022"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":935,"Cost":678,"Date":"8/10/2023"},{"Store":"Cribbs Causeway, Bristol","Brand":"Sellpy","Country":"UK","Sale":991,"Cost":561,"Date":"7/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":410,"Cost":362,"Date":"11/23/2018"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":496,"Cost":352,"Date":"1/1/2020"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":560,"Cost":280,"Date":"12/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":14,"Cost":13,"Date":"12/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":796,"Cost":562,"Date":"8/10/2023"},{"Store":"Eldon Square, Newcastle","Brand":"COS","Country":"UK","Sale":375,"Cost":208,"Date":"7/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":76,"Cost":71,"Date":"11/23/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":198,"Cost":166,"Date":"1/1/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":752,"Cost":576,"Date":"12/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":309,"Cost":210,"Date":"12/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":570,"Cost":342,"Date":"8/10/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM Home","Country":"UK","Sale":938,"Cost":880,"Date":"7/14/2024"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":187,"Cost":136,"Date":"11/23/2018"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":452,"Cost":427,"Date":"1/1/2020"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":708,"Cost":665,"Date":"12/27/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":85,"Cost":69,"Date":"12/31/2022"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":682,"Cost":425,"Date":"8/10/2023"},{"Store":"Eldon Square, Newcastle","Brand":"HM","Country":"UK","Sale":456,"Cost":272,"Date":"7/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":542,"Cost":383,"Date":"11/23/2018"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":118,"Cost":74,"Date":"1/1/2020"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":169,"Cost":105,"Date":"12/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":313,"Cost":231,"Date":"12/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":58,"Cost":53,"Date":"8/10/2023"},{"Store":"Metrocentre, Gateshead","Brand":"Jeans","Country":"UK","Sale":155,"Cost":94,"Date":"7/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":591,"Cost":376,"Date":"11/23/2018"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":470,"Cost":243,"Date":"1/1/2020"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":660,"Cost":437,"Date":"12/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":596,"Cost":318,"Date":"12/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":890,"Cost":785,"Date":"8/10/2023"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":297,"Cost":184,"Date":"7/14/2024"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":345,"Cost":193,"Date":"11/23/2018"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":964,"Cost":804,"Date":"1/1/2020"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":73,"Cost":48,"Date":"12/27/2022"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":27,"Cost":18,"Date":"12/31/2022"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":479,"Cost":453,"Date":"8/10/2023"},{"Store":"Metrocentre, Gateshead","Brand":"COS","Country":"UK","Sale":232,"Cost":129,"Date":"7/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":729,"Cost":692,"Date":"11/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":280,"Cost":218,"Date":"1/1/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":614,"Cost":561,"Date":"12/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":78,"Cost":61,"Date":"12/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":578,"Cost":385,"Date":"8/10/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":322,"Cost":242,"Date":"7/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":448,"Cost":317,"Date":"11/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":978,"Cost":807,"Date":"1/1/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":620,"Cost":581,"Date":"12/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":927,"Cost":651,"Date":"12/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":918,"Cost":665,"Date":"8/10/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"COS","Country":"UK","Sale":140,"Cost":76,"Date":"7/14/2024"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":705,"Cost":622,"Date":"11/23/2018"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":129,"Cost":73,"Date":"1/1/2020"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":625,"Cost":399,"Date":"12/27/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":756,"Cost":419,"Date":"12/31/2022"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":394,"Cost":264,"Date":"8/10/2023"},{"Store":"St. James Quarter, Edinburgh","Brand":"Jeans","Country":"UK","Sale":455,"Cost":344,"Date":"7/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":445,"Cost":249,"Date":"11/23/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":777,"Cost":483,"Date":"1/1/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":984,"Cost":586,"Date":"12/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":825,"Cost":782,"Date":"12/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":848,"Cost":530,"Date":"8/10/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Nova","Country":"UK","Sale":452,"Cost":423,"Date":"7/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":457,"Cost":378,"Date":"11/23/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":691,"Cost":353,"Date":"1/1/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":943,"Cost":551,"Date":"12/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":697,"Cost":363,"Date":"12/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":63,"Cost":40,"Date":"8/10/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"HM","Country":"UK","Sale":559,"Cost":488,"Date":"7/14/2024"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":541,"Cost":500,"Date":"11/23/2018"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":293,"Cost":232,"Date":"1/1/2020"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":503,"Cost":265,"Date":"12/27/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":670,"Cost":510,"Date":"12/31/2022"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":821,"Cost":659,"Date":"8/10/2023"},{"Store":"Ocean Terminal, Edinburgh","Brand":"Sellpy","Country":"UK","Sale":54,"Cost":47,"Date":"7/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":554,"Cost":386,"Date":"11/23/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":663,"Cost":519,"Date":"1/1/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":417,"Cost":386,"Date":"12/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":435,"Cost":221,"Date":"12/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":348,"Cost":319,"Date":"8/10/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Nova","Country":"UK","Sale":482,"Cost":284,"Date":"7/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":996,"Cost":915,"Date":"11/23/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":864,"Cost":731,"Date":"1/1/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":759,"Cost":463,"Date":"12/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":77,"Cost":68,"Date":"12/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":704,"Cost":480,"Date":"8/10/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"Jeans","Country":"UK","Sale":386,"Cost":198,"Date":"7/14/2024"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":830,"Cost":541,"Date":"11/23/2018"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":79,"Cost":44,"Date":"1/1/2020"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":741,"Cost":649,"Date":"12/27/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":934,"Cost":757,"Date":"12/31/2022"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":373,"Cost":346,"Date":"8/10/2023"},{"Store":"Braehead Centre, Renfrew","Brand":"HM","Country":"UK","Sale":649,"Cost":336,"Date":"7/14/2024"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":149,"Cost":87,"Date":"11/23/2018"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":378,"Cost":291,"Date":"1/1/2020"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":580,"Cost":540,"Date":"12/27/2022"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":795,"Cost":466,"Date":"12/31/2022"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":225,"Cost":152,"Date":"8/10/2023"},{"Store":"The Centre, Livingston","Brand":"Nova","Country":"UK","Sale":120,"Cost":96,"Date":"7/14/2024"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":485,"Cost":455,"Date":"11/23/2018"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":761,"Cost":656,"Date":"1/1/2020"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":345,"Cost":276,"Date":"12/27/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":724,"Cost":428,"Date":"12/31/2022"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":52,"Cost":43,"Date":"8/10/2023"},{"Store":"The Centre, Livingston","Brand":"COS","Country":"UK","Sale":76,"Cost":48,"Date":"7/14/2024"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":593,"Cost":496,"Date":"11/23/2018"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":910,"Cost":808,"Date":"1/1/2020"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":765,"Cost":583,"Date":"12/27/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":656,"Cost":467,"Date":"12/31/2022"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":132,"Cost":76,"Date":"8/10/2023"},{"Store":"The Centre, Livingston","Brand":"HM","Country":"UK","Sale":156,"Cost":86,"Date":"7/14/2024"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":968,"Cost":608,"Date":"11/23/2018"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":360,"Cost":226,"Date":"1/1/2020"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":668,"Cost":405,"Date":"12/27/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":994,"Cost":743,"Date":"12/31/2022"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":313,"Cost":238,"Date":"8/10/2023"},{"Store":"The Quays, Salford","Brand":"ARKET","Country":"UK","Sale":34,"Cost":17,"Date":"7/14/2024"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":852,"Cost":494,"Date":"11/23/2018"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":518,"Cost":301,"Date":"1/1/2020"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":840,"Cost":559,"Date":"12/27/2022"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":736,"Cost":449,"Date":"12/31/2022"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":814,"Cost":650,"Date":"8/10/2023"},{"Store":"The Quays, Salford","Brand":"Jeans","Country":"UK","Sale":47,"Cost":30,"Date":"7/14/2024"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":226,"Cost":128,"Date":"11/23/2018"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":584,"Cost":417,"Date":"1/1/2020"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":990,"Cost":890,"Date":"12/27/2022"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":730,"Cost":579,"Date":"12/31/2022"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":800,"Cost":483,"Date":"8/10/2023"},{"Store":"The Quays, Salford","Brand":"Sellpy","Country":"UK","Sale":490,"Cost":250,"Date":"7/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":854,"Cost":809,"Date":"11/23/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":580,"Cost":466,"Date":"1/1/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":411,"Cost":292,"Date":"12/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":455,"Cost":369,"Date":"12/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":247,"Cost":196,"Date":"8/10/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Nova","Country":"UK","Sale":261,"Cost":181,"Date":"7/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":533,"Cost":423,"Date":"11/23/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":189,"Cost":149,"Date":"1/1/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":545,"Cost":506,"Date":"12/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":299,"Cost":227,"Date":"12/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":904,"Cost":812,"Date":"8/10/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":938,"Cost":862,"Date":"7/14/2024"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":762,"Cost":680,"Date":"11/23/2018"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":167,"Cost":114,"Date":"1/1/2020"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":60,"Cost":35,"Date":"12/27/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":291,"Cost":269,"Date":"12/31/2022"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":778,"Cost":567,"Date":"8/10/2023"},{"Store":"Cheshire Oaks Designer Outlet, Ellesmere Port","Brand":"Jeans","Country":"UK","Sale":459,"Cost":356,"Date":"7/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":15,"Cost":12,"Date":"11/23/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":835,"Cost":566,"Date":"1/1/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":270,"Cost":221,"Date":"12/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":103,"Cost":70,"Date":"12/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":164,"Cost":116,"Date":"8/10/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":354,"Cost":292,"Date":"7/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":17,"Cost":9,"Date":"11/23/2018"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":47,"Cost":34,"Date":"1/1/2020"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":238,"Cost":156,"Date":"12/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":181,"Cost":155,"Date":"12/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":432,"Cost":314,"Date":"8/10/2023"},{"Store":"Bluewater, Greenhithe","Brand":"HM","Country":"UK","Sale":895,"Cost":483,"Date":"7/14/2024"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":504,"Cost":424,"Date":"11/23/2018"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":821,"Cost":731,"Date":"1/1/2020"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":112,"Cost":63,"Date":"12/27/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":705,"Cost":409,"Date":"12/31/2022"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":715,"Cost":537,"Date":"8/10/2023"},{"Store":"Bluewater, Greenhithe","Brand":"ARKET","Country":"UK","Sale":283,"Cost":262,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":873,"Cost":723,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":540,"Cost":454,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":778,"Cost":448,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":6,"Cost":3,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":442,"Cost":360,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"HM Home","Country":"UK","Sale":213,"Cost":118,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":886,"Cost":671,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":757,"Cost":698,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":986,"Cost":750,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":501,"Cost":265,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":380,"Cost":318,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Nova","Country":"UK","Sale":884,"Cost":570,"Date":"7/14/2024"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":160,"Cost":128,"Date":"11/23/2018"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":158,"Cost":127,"Date":"1/1/2020"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":643,"Cost":512,"Date":"12/27/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":167,"Cost":122,"Date":"12/31/2022"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":605,"Cost":446,"Date":"8/10/2023"},{"Store":"Liverpool ONE","Brand":"Jeans","Country":"UK","Sale":217,"Cost":154,"Date":"7/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":550,"Cost":282,"Date":"11/23/2018"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":260,"Cost":205,"Date":"1/1/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":847,"Cost":581,"Date":"12/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":187,"Cost":151,"Date":"12/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":446,"Cost":356,"Date":"8/10/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":540,"Cost":289,"Date":"7/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":693,"Cost":441,"Date":"11/23/2018"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":246,"Cost":170,"Date":"1/1/2020"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":705,"Cost":532,"Date":"12/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":98,"Cost":80,"Date":"12/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":242,"Cost":180,"Date":"8/10/2023"},{"Store":"Festival Place, Basingstoke","Brand":"HM Home","Country":"UK","Sale":891,"Cost":556,"Date":"7/14/2024"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":363,"Cost":280,"Date":"11/23/2018"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":430,"Cost":312,"Date":"1/1/2020"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":767,"Cost":725,"Date":"12/27/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":734,"Cost":571,"Date":"12/31/2022"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":134,"Cost":92,"Date":"8/10/2023"},{"Store":"Festival Place, Basingstoke","Brand":"COS","Country":"UK","Sale":423,"Cost":366,"Date":"7/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":615,"Cost":572,"Date":"11/23/2018"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":86,"Cost":47,"Date":"1/1/2020"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":949,"Cost":902,"Date":"12/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":952,"Cost":860,"Date":"12/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":103,"Cost":85,"Date":"8/10/2023"},{"Store":"Lakeside, Thurrock","Brand":"Nova","Country":"UK","Sale":347,"Cost":190,"Date":"7/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":430,"Cost":244,"Date":"11/23/2018"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":971,"Cost":844,"Date":"1/1/2020"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":57,"Cost":46,"Date":"12/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":142,"Cost":110,"Date":"12/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":613,"Cost":418,"Date":"8/10/2023"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":332,"Cost":266,"Date":"7/14/2024"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":136,"Cost":108,"Date":"11/23/2018"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":154,"Cost":129,"Date":"1/1/2020"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":496,"Cost":329,"Date":"12/27/2022"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":243,"Cost":154,"Date":"12/31/2022"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":91,"Cost":67,"Date":"8/10/2023"},{"Store":"Lakeside, Thurrock","Brand":"COS","Country":"UK","Sale":413,"Cost":210,"Date":"7/14/2024"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":274,"Cost":179,"Date":"11/23/2018"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":354,"Cost":281,"Date":"1/1/2020"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":175,"Cost":147,"Date":"12/27/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":148,"Cost":134,"Date":"12/31/2022"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":973,"Cost":869,"Date":"8/10/2023"},{"Store":"Whitgift, Croydon","Brand":"HM","Country":"UK","Sale":662,"Cost":397,"Date":"7/14/2024"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":889,"Cost":592,"Date":"11/23/2018"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":904,"Cost":701,"Date":"1/1/2020"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":847,"Cost":729,"Date":"12/27/2022"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":305,"Cost":202,"Date":"12/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":773,"Cost":667,"Date":"8/10/2023"},{"Store":"Whitgift, Croydon","Brand":"Jeans","Country":"UK","Sale":992,"Cost":896,"Date":"7/14/2024"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":99,"Cost":72,"Date":"11/23/2018"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":706,"Cost":592,"Date":"1/1/2020"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":791,"Cost":657,"Date":"12/27/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":840,"Cost":598,"Date":"12/31/2022"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":701,"Cost":488,"Date":"8/10/2023"},{"Store":"Whitgift, Croydon","Brand":"Sellpy","Country":"UK","Sale":755,"Cost":515,"Date":"7/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":623,"Cost":410,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":15,"Cost":12,"Date":"1/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":77,"Cost":63,"Date":"12/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":400,"Cost":295,"Date":"12/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":809,"Cost":515,"Date":"8/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":629,"Cost":598,"Date":"7/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":263,"Cost":143,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":370,"Cost":351,"Date":"1/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":497,"Cost":271,"Date":"12/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":421,"Cost":358,"Date":"12/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":16,"Cost":13,"Date":"8/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"COS","Country":"USA","Sale":610,"Cost":524,"Date":"7/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":68,"Cost":65,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":56,"Cost":31,"Date":"1/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":259,"Cost":244,"Date":"12/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":459,"Cost":408,"Date":"12/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":368,"Cost":318,"Date":"8/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Jeans","Country":"USA","Sale":223,"Cost":140,"Date":"7/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":231,"Cost":149,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":197,"Cost":114,"Date":"1/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":27,"Cost":13,"Date":"12/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":951,"Cost":768,"Date":"12/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":355,"Cost":320,"Date":"8/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"ARKET","Country":"USA","Sale":784,"Cost":553,"Date":"7/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":254,"Cost":196,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":157,"Cost":79,"Date":"1/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":48,"Cost":45,"Date":"12/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":694,"Cost":352,"Date":"12/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":611,"Cost":403,"Date":"8/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM Home","Country":"USA","Sale":450,"Cost":329,"Date":"7/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":162,"Cost":113,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":208,"Cost":117,"Date":"1/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":698,"Cost":354,"Date":"12/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":572,"Cost":325,"Date":"12/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":141,"Cost":122,"Date":"8/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":561,"Cost":324,"Date":"7/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":118,"Cost":92,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":822,"Cost":524,"Date":"1/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":578,"Cost":544,"Date":"12/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":120,"Cost":67,"Date":"12/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":597,"Cost":384,"Date":"8/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":785,"Cost":588,"Date":"7/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":833,"Cost":680,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":93,"Cost":67,"Date":"1/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":993,"Cost":836,"Date":"12/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":680,"Cost":615,"Date":"12/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":310,"Cost":203,"Date":"8/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":909,"Cost":752,"Date":"7/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":384,"Cost":315,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":339,"Cost":193,"Date":"1/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":979,"Cost":925,"Date":"12/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":603,"Cost":446,"Date":"12/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":419,"Cost":210,"Date":"8/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"COS","Country":"USA","Sale":186,"Cost":100,"Date":"7/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":692,"Cost":596,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":741,"Cost":506,"Date":"1/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":70,"Cost":43,"Date":"12/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":373,"Cost":335,"Date":"12/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":400,"Cost":237,"Date":"8/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":562,"Cost":534,"Date":"7/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":264,"Cost":227,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":169,"Cost":91,"Date":"1/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":997,"Cost":593,"Date":"12/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":890,"Cost":552,"Date":"12/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":163,"Cost":138,"Date":"8/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":550,"Cost":510,"Date":"7/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":908,"Cost":533,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":266,"Cost":172,"Date":"1/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":993,"Cost":497,"Date":"12/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":486,"Cost":397,"Date":"12/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":429,"Cost":323,"Date":"8/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":491,"Cost":284,"Date":"7/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":853,"Cost":474,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":122,"Cost":75,"Date":"1/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":977,"Cost":769,"Date":"12/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":602,"Cost":539,"Date":"12/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":270,"Cost":151,"Date":"8/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM Home","Country":"USA","Sale":422,"Cost":283,"Date":"7/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":737,"Cost":650,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":515,"Cost":267,"Date":"1/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":837,"Cost":472,"Date":"12/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":826,"Cost":741,"Date":"12/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":169,"Cost":108,"Date":"8/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":391,"Cost":332,"Date":"7/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":68,"Cost":40,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":530,"Cost":375,"Date":"1/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":871,"Cost":759,"Date":"12/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":202,"Cost":191,"Date":"12/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":898,"Cost":478,"Date":"8/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"COS","Country":"USA","Sale":367,"Cost":202,"Date":"7/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":862,"Cost":493,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":802,"Cost":724,"Date":"1/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":263,"Cost":189,"Date":"12/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":988,"Cost":618,"Date":"12/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":140,"Cost":89,"Date":"8/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":315,"Cost":213,"Date":"7/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":13,"Cost":9,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":959,"Cost":695,"Date":"1/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":860,"Cost":581,"Date":"12/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":60,"Cost":47,"Date":"12/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":52,"Cost":41,"Date":"8/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":767,"Cost":517,"Date":"7/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":759,"Cost":486,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":703,"Cost":497,"Date":"1/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":330,"Cost":238,"Date":"12/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":929,"Cost":594,"Date":"12/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":268,"Cost":134,"Date":"8/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"ARKET","Country":"USA","Sale":626,"Cost":496,"Date":"7/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":448,"Cost":389,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":678,"Cost":515,"Date":"1/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":954,"Cost":814,"Date":"12/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":319,"Cost":256,"Date":"12/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":39,"Cost":23,"Date":"8/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM Home","Country":"USA","Sale":313,"Cost":249,"Date":"7/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":912,"Cost":527,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":271,"Cost":178,"Date":"1/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":714,"Cost":543,"Date":"12/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":459,"Date":"12/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":532,"Cost":462,"Date":"8/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":907,"Cost":654,"Date":"7/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":560,"Cost":445,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":53,"Cost":46,"Date":"1/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":259,"Cost":197,"Date":"12/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":587,"Date":"12/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":224,"Cost":172,"Date":"8/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":774,"Cost":499,"Date":"7/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":129,"Cost":123,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":816,"Cost":429,"Date":"1/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":895,"Cost":819,"Date":"12/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":475,"Cost":325,"Date":"12/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":768,"Cost":579,"Date":"8/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM","Country":"USA","Sale":718,"Cost":680,"Date":"7/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":504,"Cost":402,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":255,"Cost":153,"Date":"1/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":776,"Cost":717,"Date":"12/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":452,"Cost":422,"Date":"12/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":148,"Cost":81,"Date":"8/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":54,"Cost":32,"Date":"7/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":410,"Cost":228,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":421,"Cost":349,"Date":"1/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":183,"Cost":92,"Date":"12/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":200,"Cost":153,"Date":"12/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":773,"Cost":659,"Date":"8/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"HM Home","Country":"USA","Sale":793,"Cost":695,"Date":"7/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":52,"Cost":50,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":848,"Cost":432,"Date":"1/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":789,"Cost":487,"Date":"12/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":934,"Cost":688,"Date":"12/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":976,"Cost":706,"Date":"8/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Jeans","Country":"USA","Sale":984,"Cost":733,"Date":"7/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":302,"Cost":170,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":318,"Cost":278,"Date":"1/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":902,"Cost":731,"Date":"12/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":769,"Cost":652,"Date":"12/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":147,"Cost":138,"Date":"8/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":536,"Cost":269,"Date":"7/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":703,"Cost":470,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":999,"Cost":925,"Date":"1/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":763,"Cost":398,"Date":"12/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":630,"Cost":403,"Date":"12/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":241,"Cost":157,"Date":"8/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":335,"Cost":312,"Date":"7/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":294,"Cost":278,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":318,"Cost":177,"Date":"1/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":308,"Cost":267,"Date":"12/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":557,"Cost":289,"Date":"12/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":245,"Cost":211,"Date":"8/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":819,"Cost":652,"Date":"7/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":625,"Cost":391,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":434,"Cost":277,"Date":"1/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":483,"Cost":252,"Date":"12/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":114,"Cost":74,"Date":"12/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":332,"Cost":302,"Date":"8/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":270,"Cost":209,"Date":"7/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":746,"Cost":479,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":800,"Cost":658,"Date":"1/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":914,"Cost":631,"Date":"12/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":302,"Cost":203,"Date":"12/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":865,"Cost":752,"Date":"8/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"Jeans","Country":"USA","Sale":448,"Cost":364,"Date":"7/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":32,"Cost":21,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":629,"Cost":389,"Date":"1/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":66,"Cost":58,"Date":"12/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":251,"Cost":177,"Date":"12/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":825,"Cost":419,"Date":"8/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":872,"Cost":606,"Date":"7/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":920,"Cost":484,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":108,"Cost":63,"Date":"1/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":42,"Cost":21,"Date":"12/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":729,"Cost":459,"Date":"12/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":627,"Cost":474,"Date":"8/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"ARKET","Country":"USA","Sale":395,"Cost":213,"Date":"7/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":884,"Cost":718,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":673,"Cost":339,"Date":"1/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":646,"Cost":448,"Date":"12/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":696,"Cost":640,"Date":"12/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":13,"Cost":6,"Date":"8/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":562,"Cost":532,"Date":"7/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":796,"Cost":496,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":67,"Cost":40,"Date":"1/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":769,"Cost":420,"Date":"12/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":588,"Cost":494,"Date":"12/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":74,"Cost":43,"Date":"8/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"ARKET","Country":"USA","Sale":394,"Cost":253,"Date":"7/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":365,"Cost":326,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":255,"Cost":207,"Date":"1/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":85,"Cost":55,"Date":"12/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":557,"Cost":382,"Date":"12/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":381,"Cost":265,"Date":"8/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM","Country":"USA","Sale":15,"Cost":10,"Date":"7/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":134,"Cost":90,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":897,"Cost":576,"Date":"1/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":539,"Cost":334,"Date":"12/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":496,"Cost":428,"Date":"12/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":786,"Cost":426,"Date":"8/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":824,"Cost":553,"Date":"7/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":646,"Cost":345,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":109,"Cost":78,"Date":"1/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":842,"Cost":788,"Date":"12/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":303,"Cost":230,"Date":"12/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":9,"Cost":9,"Date":"8/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Nova","Country":"USA","Sale":643,"Cost":398,"Date":"7/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":109,"Cost":76,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":416,"Cost":392,"Date":"1/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":213,"Cost":170,"Date":"12/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":310,"Cost":282,"Date":"12/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":764,"Cost":520,"Date":"8/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":950,"Cost":680,"Date":"7/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":771,"Cost":409,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":376,"Cost":216,"Date":"1/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":921,"Cost":757,"Date":"12/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":545,"Cost":288,"Date":"12/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":406,"Cost":235,"Date":"8/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":79,"Cost":48,"Date":"7/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":386,"Cost":313,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":520,"Cost":305,"Date":"1/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":350,"Cost":175,"Date":"12/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":311,"Cost":208,"Date":"12/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":469,"Cost":415,"Date":"8/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":762,"Cost":672,"Date":"7/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":494,"Cost":374,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":733,"Cost":452,"Date":"1/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":885,"Cost":722,"Date":"12/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":512,"Cost":459,"Date":"12/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":445,"Cost":265,"Date":"8/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"ARKET","Country":"USA","Sale":86,"Cost":67,"Date":"7/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":225,"Cost":149,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":412,"Cost":255,"Date":"1/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":646,"Cost":472,"Date":"12/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":736,"Cost":440,"Date":"12/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":77,"Cost":44,"Date":"8/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Jeans","Country":"USA","Sale":866,"Cost":508,"Date":"7/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":734,"Cost":380,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":351,"Cost":272,"Date":"1/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":406,"Cost":328,"Date":"12/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":494,"Cost":404,"Date":"12/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":338,"Cost":313,"Date":"8/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":358,"Cost":188,"Date":"7/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":679,"Cost":547,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":845,"Cost":536,"Date":"1/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":260,"Cost":136,"Date":"12/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":725,"Cost":673,"Date":"12/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":399,"Cost":206,"Date":"8/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"Sellpy","Country":"USA","Sale":454,"Cost":327,"Date":"7/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":816,"Cost":433,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":887,"Cost":721,"Date":"1/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":564,"Cost":308,"Date":"12/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":764,"Cost":498,"Date":"12/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":400,"Cost":225,"Date":"8/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":383,"Cost":204,"Date":"7/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":473,"Cost":419,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":787,"Cost":583,"Date":"1/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":348,"Cost":250,"Date":"12/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":8,"Cost":5,"Date":"12/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":262,"Cost":149,"Date":"8/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":840,"Cost":467,"Date":"7/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":571,"Cost":321,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":996,"Cost":642,"Date":"1/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":883,"Cost":617,"Date":"12/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":596,"Cost":477,"Date":"12/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":562,"Cost":464,"Date":"8/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":421,"Cost":292,"Date":"7/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":11,"Cost":7,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":974,"Cost":536,"Date":"1/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":146,"Cost":76,"Date":"12/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":45,"Cost":28,"Date":"12/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":773,"Cost":615,"Date":"8/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM Home","Country":"USA","Sale":307,"Cost":228,"Date":"7/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":307,"Cost":217,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":598,"Cost":443,"Date":"1/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":567,"Cost":436,"Date":"12/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":483,"Cost":283,"Date":"12/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":442,"Cost":350,"Date":"8/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":691,"Cost":459,"Date":"7/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":786,"Cost":527,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":734,"Cost":462,"Date":"1/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":266,"Cost":225,"Date":"12/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":445,"Cost":292,"Date":"12/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":343,"Cost":257,"Date":"8/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Nova","Country":"USA","Sale":340,"Cost":293,"Date":"7/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":931,"Cost":780,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":890,"Cost":503,"Date":"1/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":788,"Cost":461,"Date":"12/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":785,"Cost":419,"Date":"12/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":800,"Cost":502,"Date":"8/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":42,"Cost":32,"Date":"7/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":512,"Cost":281,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":804,"Cost":470,"Date":"1/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":162,"Cost":138,"Date":"12/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":784,"Cost":393,"Date":"12/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":731,"Cost":593,"Date":"8/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Nova","Country":"USA","Sale":656,"Cost":608,"Date":"7/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":201,"Cost":175,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":132,"Cost":119,"Date":"1/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":424,"Cost":400,"Date":"12/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":847,"Cost":736,"Date":"12/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":341,"Cost":320,"Date":"8/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":449,"Cost":343,"Date":"7/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":45,"Cost":32,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":425,"Cost":331,"Date":"1/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":560,"Cost":362,"Date":"12/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":851,"Cost":767,"Date":"12/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":291,"Cost":199,"Date":"8/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":507,"Cost":301,"Date":"7/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":2,"Cost":1,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":58,"Cost":43,"Date":"1/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":131,"Cost":89,"Date":"12/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":34,"Cost":32,"Date":"12/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":642,"Cost":450,"Date":"8/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"ARKET","Country":"USA","Sale":766,"Cost":615,"Date":"7/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":886,"Cost":545,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":88,"Cost":69,"Date":"1/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":741,"Cost":450,"Date":"12/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":119,"Cost":80,"Date":"12/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":428,"Cost":369,"Date":"8/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":348,"Cost":318,"Date":"7/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":699,"Cost":423,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":893,"Cost":816,"Date":"1/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":312,"Cost":216,"Date":"12/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":17,"Cost":16,"Date":"12/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":537,"Cost":376,"Date":"8/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":258,"Cost":235,"Date":"7/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":52,"Cost":30,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":947,"Cost":750,"Date":"1/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":314,"Cost":260,"Date":"12/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":751,"Cost":644,"Date":"12/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":106,"Cost":58,"Date":"8/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":392,"Cost":353,"Date":"7/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":541,"Cost":302,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":184,"Cost":157,"Date":"1/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":870,"Cost":594,"Date":"12/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":147,"Cost":108,"Date":"12/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":482,"Cost":414,"Date":"8/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":153,"Cost":119,"Date":"7/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":657,"Cost":335,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":638,"Cost":577,"Date":"1/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":762,"Cost":534,"Date":"12/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":576,"Cost":387,"Date":"12/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":371,"Cost":344,"Date":"8/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":65,"Cost":35,"Date":"7/14/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":888,"Cost":706,"Date":"11/23/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":887,"Cost":452,"Date":"1/1/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":300,"Cost":176,"Date":"12/27/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":619,"Cost":437,"Date":"12/31/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":499,"Cost":328,"Date":"8/10/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":929,"Cost":870,"Date":"7/14/2024"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":413,"Cost":233,"Date":"11/23/2018"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":99,"Cost":77,"Date":"1/1/2020"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":664,"Cost":375,"Date":"12/27/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":586,"Cost":455,"Date":"12/31/2022"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":714,"Cost":505,"Date":"8/10/2023"},{"Store":"Montevideo Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":759,"Cost":577,"Date":"7/14/2024"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":892,"Cost":557,"Date":"11/23/2018"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":398,"Cost":273,"Date":"1/1/2020"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":857,"Cost":541,"Date":"12/27/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":748,"Cost":587,"Date":"12/31/2022"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":404,"Cost":376,"Date":"8/10/2023"},{"Store":"Montevideo Shopping","Brand":"HM Home","Country":"Uruguay","Sale":893,"Cost":691,"Date":"7/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":664,"Cost":338,"Date":"11/23/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":794,"Cost":547,"Date":"1/1/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":279,"Cost":247,"Date":"12/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":736,"Cost":479,"Date":"12/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":688,"Cost":571,"Date":"8/10/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":171,"Cost":111,"Date":"7/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":974,"Cost":597,"Date":"11/23/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":325,"Cost":225,"Date":"1/1/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":201,"Cost":123,"Date":"12/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":310,"Cost":179,"Date":"12/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":873,"Cost":675,"Date":"8/10/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"HM","Country":"Uruguay","Sale":587,"Cost":369,"Date":"7/14/2024"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":342,"Cost":190,"Date":"11/23/2018"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":19,"Cost":12,"Date":"1/1/2020"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":70,"Cost":64,"Date":"12/27/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":425,"Cost":362,"Date":"12/31/2022"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":939,"Cost":504,"Date":"8/10/2023"},{"Store":"Tres Cruces, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":811,"Cost":544,"Date":"7/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":971,"Cost":656,"Date":"11/23/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":164,"Cost":103,"Date":"1/1/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":24,"Cost":22,"Date":"12/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":251,"Cost":128,"Date":"12/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":695,"Cost":525,"Date":"8/10/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":694,"Cost":558,"Date":"7/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":192,"Cost":159,"Date":"11/23/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":923,"Cost":769,"Date":"1/1/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":984,"Cost":509,"Date":"12/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":127,"Cost":101,"Date":"12/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":691,"Cost":442,"Date":"8/10/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":88,"Cost":47,"Date":"7/14/2024"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":411,"Cost":212,"Date":"11/23/2018"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":18,"Cost":14,"Date":"1/1/2020"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":567,"Cost":301,"Date":"12/27/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":882,"Cost":524,"Date":"12/31/2022"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":300,"Cost":169,"Date":"8/10/2023"},{"Store":"Sineriz Shopping, Montevideo","Brand":"HM","Country":"Uruguay","Sale":869,"Cost":585,"Date":"7/14/2024"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":686,"Cost":408,"Date":"11/23/2018"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":559,"Cost":307,"Date":"1/1/2020"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":293,"Cost":168,"Date":"12/27/2022"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":888,"Cost":550,"Date":"12/31/2022"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":42,"Cost":35,"Date":"8/10/2023"},{"Store":"Colonia Shopping","Brand":"HM","Country":"Uruguay","Sale":78,"Cost":67,"Date":"7/14/2024"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":183,"Cost":171,"Date":"11/23/2018"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":422,"Cost":334,"Date":"1/1/2020"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":157,"Cost":115,"Date":"12/27/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":465,"Cost":302,"Date":"12/31/2022"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":362,"Cost":224,"Date":"8/10/2023"},{"Store":"Colonia Shopping","Brand":"Jeans","Country":"Uruguay","Sale":676,"Cost":517,"Date":"7/14/2024"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":432,"Cost":266,"Date":"11/23/2018"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":489,"Cost":339,"Date":"1/1/2020"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":665,"Cost":536,"Date":"12/27/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":756,"Cost":466,"Date":"12/31/2022"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":436,"Cost":243,"Date":"8/10/2023"},{"Store":"Colonia Shopping","Brand":"Sellpy","Country":"Uruguay","Sale":743,"Cost":566,"Date":"7/14/2024"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":789,"Cost":451,"Date":"11/23/2018"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":631,"Cost":332,"Date":"1/1/2020"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":789,"Cost":630,"Date":"12/27/2022"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":449,"Cost":404,"Date":"12/31/2022"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":157,"Cost":129,"Date":"8/10/2023"},{"Store":"Las Piedras Shopping","Brand":"Nova","Country":"Uruguay","Sale":129,"Cost":122,"Date":"7/14/2024"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":959,"Cost":599,"Date":"11/23/2018"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":408,"Cost":380,"Date":"1/1/2020"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":133,"Cost":105,"Date":"12/27/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":689,"Cost":606,"Date":"12/31/2022"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":737,"Cost":499,"Date":"8/10/2023"},{"Store":"Las Piedras Shopping","Brand":"HM","Country":"Uruguay","Sale":860,"Cost":683,"Date":"7/14/2024"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":678,"Cost":473,"Date":"11/23/2018"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":263,"Cost":192,"Date":"1/1/2020"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":419,"Cost":239,"Date":"12/27/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":260,"Cost":139,"Date":"12/31/2022"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":237,"Cost":145,"Date":"8/10/2023"},{"Store":"Las Piedras Shopping","Brand":"ARKET","Country":"Uruguay","Sale":122,"Cost":110,"Date":"7/14/2024"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":366,"Cost":294,"Date":"11/23/2018"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":33,"Cost":22,"Date":"1/1/2020"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":610,"Cost":497,"Date":"12/27/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":924,"Cost":864,"Date":"12/31/2022"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":589,"Cost":422,"Date":"8/10/2023"},{"Store":"Salto Shopping","Brand":"ARKET","Country":"Uruguay","Sale":239,"Cost":152,"Date":"7/14/2024"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":892,"Cost":577,"Date":"11/23/2018"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":806,"Cost":538,"Date":"1/1/2020"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":394,"Cost":305,"Date":"12/27/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":421,"Cost":215,"Date":"12/31/2022"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":35,"Cost":23,"Date":"8/10/2023"},{"Store":"Salto Shopping","Brand":"COS","Country":"Uruguay","Sale":255,"Cost":168,"Date":"7/14/2024"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":872,"Cost":637,"Date":"11/23/2018"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":627,"Cost":454,"Date":"1/1/2020"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":560,"Cost":328,"Date":"12/27/2022"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":709,"Cost":442,"Date":"12/31/2022"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":63,"Cost":57,"Date":"8/10/2023"},{"Store":"Salto Shopping","Brand":"Nova","Country":"Uruguay","Sale":775,"Cost":489,"Date":"7/14/2024"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":509,"Cost":393,"Date":"11/23/2018"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":956,"Cost":796,"Date":"1/1/2020"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":616,"Cost":522,"Date":"12/27/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":78,"Cost":74,"Date":"12/31/2022"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":141,"Cost":124,"Date":"8/10/2023"},{"Store":"Portones, Montevideo","Brand":"Jeans","Country":"Uruguay","Sale":100,"Cost":88,"Date":"7/14/2024"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":559,"Cost":323,"Date":"11/23/2018"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":785,"Cost":490,"Date":"1/1/2020"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":737,"Cost":517,"Date":"12/27/2022"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":155,"Cost":93,"Date":"12/31/2022"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":773,"Cost":583,"Date":"8/10/2023"},{"Store":"Portones, Montevideo","Brand":"HM","Country":"Uruguay","Sale":748,"Cost":655,"Date":"7/14/2024"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":607,"Cost":511,"Date":"11/23/2018"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":566,"Cost":521,"Date":"1/1/2020"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":840,"Cost":595,"Date":"12/27/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":626,"Cost":377,"Date":"12/31/2022"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":125,"Cost":100,"Date":"8/10/2023"},{"Store":"Portones, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":888,"Cost":584,"Date":"7/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":188,"Cost":133,"Date":"11/23/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":985,"Cost":893,"Date":"1/1/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":798,"Cost":430,"Date":"12/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":655,"Cost":484,"Date":"12/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":895,"Cost":716,"Date":"8/10/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":601,"Cost":356,"Date":"7/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":343,"Cost":268,"Date":"11/23/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":807,"Cost":478,"Date":"1/1/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":697,"Cost":580,"Date":"12/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":719,"Cost":378,"Date":"12/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":810,"Cost":580,"Date":"8/10/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":945,"Cost":664,"Date":"7/14/2024"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":931,"Cost":787,"Date":"11/23/2018"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":402,"Cost":316,"Date":"1/1/2020"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":982,"Cost":660,"Date":"12/27/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":172,"Cost":123,"Date":"12/31/2022"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":651,"Cost":342,"Date":"8/10/2023"},{"Store":"Costa Urbana Shopping, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":779,"Cost":585,"Date":"7/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":13,"Cost":12,"Date":"11/23/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":257,"Cost":194,"Date":"1/1/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":979,"Cost":609,"Date":"12/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":157,"Cost":148,"Date":"12/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":500,"Cost":344,"Date":"8/10/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"COS","Country":"Uruguay","Sale":19,"Cost":12,"Date":"7/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":300,"Cost":269,"Date":"11/23/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":747,"Cost":511,"Date":"1/1/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":605,"Cost":340,"Date":"12/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":419,"Cost":258,"Date":"12/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":539,"Cost":394,"Date":"8/10/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"Nova","Country":"Uruguay","Sale":608,"Cost":381,"Date":"7/14/2024"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":134,"Cost":79,"Date":"11/23/2018"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":340,"Cost":191,"Date":"1/1/2020"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":345,"Cost":193,"Date":"12/27/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":301,"Cost":191,"Date":"12/31/2022"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":236,"Cost":126,"Date":"8/10/2023"},{"Store":"Paseo Del Este, Punta del Este","Brand":"HM","Country":"Uruguay","Sale":195,"Cost":129,"Date":"7/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":765,"Cost":526,"Date":"11/23/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":970,"Cost":520,"Date":"1/1/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":195,"Cost":126,"Date":"12/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":638,"Cost":502,"Date":"12/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":591,"Cost":481,"Date":"8/10/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":623,"Cost":384,"Date":"7/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":528,"Cost":349,"Date":"11/23/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":623,"Cost":386,"Date":"1/1/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":181,"Cost":156,"Date":"12/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":607,"Cost":543,"Date":"12/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":45,"Cost":25,"Date":"8/10/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"COS","Country":"Uruguay","Sale":959,"Cost":709,"Date":"7/14/2024"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":604,"Cost":432,"Date":"11/23/2018"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":634,"Cost":427,"Date":"1/1/2020"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":942,"Cost":834,"Date":"12/27/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":914,"Cost":753,"Date":"12/31/2022"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":451,"Cost":226,"Date":"8/10/2023"},{"Store":"Arocena Mall, Montevideo","Brand":"HM","Country":"Uruguay","Sale":431,"Cost":408,"Date":"7/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":531,"Cost":278,"Date":"11/23/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":491,"Cost":305,"Date":"1/1/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":978,"Cost":539,"Date":"12/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":451,"Cost":333,"Date":"12/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":829,"Cost":681,"Date":"8/10/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"HM Home","Country":"Uruguay","Sale":272,"Cost":156,"Date":"7/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":283,"Cost":211,"Date":"11/23/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":613,"Cost":337,"Date":"1/1/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":384,"Cost":317,"Date":"12/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":800,"Cost":556,"Date":"12/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":523,"Cost":326,"Date":"8/10/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"Jeans","Country":"Uruguay","Sale":839,"Cost":491,"Date":"7/14/2024"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":619,"Cost":449,"Date":"11/23/2018"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":397,"Cost":223,"Date":"1/1/2020"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":452,"Cost":348,"Date":"12/27/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":329,"Cost":297,"Date":"12/31/2022"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":611,"Cost":442,"Date":"8/10/2023"},{"Store":"Paysandu Shopping Terminal","Brand":"ARKET","Country":"Uruguay","Sale":872,"Cost":821,"Date":"7/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":192,"Cost":113,"Date":"11/23/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":477,"Cost":442,"Date":"1/1/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":230,"Cost":171,"Date":"12/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":6,"Cost":3,"Date":"12/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":829,"Cost":772,"Date":"8/10/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":192,"Cost":112,"Date":"7/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":260,"Cost":243,"Date":"11/23/2018"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":473,"Cost":295,"Date":"1/1/2020"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":791,"Cost":609,"Date":"12/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":470,"Cost":386,"Date":"12/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":954,"Cost":565,"Date":"8/10/2023"},{"Store":"Minas Shopping Terminal","Brand":"HM","Country":"Uruguay","Sale":414,"Cost":313,"Date":"7/14/2024"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":502,"Cost":393,"Date":"11/23/2018"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":170,"Cost":95,"Date":"1/1/2020"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":80,"Cost":48,"Date":"12/27/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":450,"Cost":259,"Date":"12/31/2022"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":538,"Cost":510,"Date":"8/10/2023"},{"Store":"Minas Shopping Terminal","Brand":"COS","Country":"Uruguay","Sale":756,"Cost":490,"Date":"7/14/2024"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":707,"Cost":605,"Date":"11/23/2018"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":112,"Cost":76,"Date":"1/1/2020"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":202,"Cost":140,"Date":"12/27/2022"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":106,"Cost":65,"Date":"12/31/2022"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":747,"Cost":627,"Date":"8/10/2023"},{"Store":"Planeta, Montevideo","Brand":"ARKET","Country":"Uruguay","Sale":146,"Cost":94,"Date":"7/14/2024"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":434,"Cost":376,"Date":"11/23/2018"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":824,"Cost":507,"Date":"1/1/2020"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":228,"Cost":145,"Date":"12/27/2022"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":204,"Cost":109,"Date":"12/31/2022"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":763,"Cost":540,"Date":"8/10/2023"},{"Store":"Planeta, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":587,"Cost":433,"Date":"7/14/2024"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":824,"Cost":736,"Date":"11/23/2018"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":581,"Cost":352,"Date":"1/1/2020"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":56,"Cost":53,"Date":"12/27/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":654,"Cost":415,"Date":"12/31/2022"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":610,"Cost":343,"Date":"8/10/2023"},{"Store":"Planeta, Montevideo","Brand":"COS","Country":"Uruguay","Sale":555,"Cost":332,"Date":"7/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":938,"Cost":857,"Date":"11/23/2018"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":145,"Cost":79,"Date":"1/1/2020"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":558,"Cost":386,"Date":"12/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":522,"Cost":387,"Date":"12/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":701,"Cost":397,"Date":"8/10/2023"},{"Store":"Paseo Jose Ignacio","Brand":"HM Home","Country":"Uruguay","Sale":17,"Cost":12,"Date":"7/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":723,"Cost":573,"Date":"11/23/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":231,"Cost":212,"Date":"1/1/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":194,"Cost":141,"Date":"12/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":695,"Cost":379,"Date":"12/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":940,"Cost":657,"Date":"8/10/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":884,"Cost":699,"Date":"7/14/2024"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":387,"Cost":252,"Date":"11/23/2018"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":780,"Cost":475,"Date":"1/1/2020"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":327,"Cost":288,"Date":"12/27/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":606,"Cost":370,"Date":"12/31/2022"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":706,"Cost":505,"Date":"8/10/2023"},{"Store":"Paseo Jose Ignacio","Brand":"Nova","Country":"Uruguay","Sale":31,"Cost":28,"Date":"7/14/2024"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":69,"Cost":49,"Date":"11/23/2018"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":283,"Cost":248,"Date":"1/1/2020"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":512,"Cost":322,"Date":"12/27/2022"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":935,"Cost":736,"Date":"12/31/2022"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":805,"Cost":469,"Date":"8/10/2023"},{"Store":"Shopping China Rivera","Brand":"COS","Country":"Uruguay","Sale":925,"Cost":502,"Date":"7/14/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":533,"Cost":446,"Date":"11/23/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":816,"Cost":432,"Date":"1/1/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":968,"Cost":902,"Date":"12/27/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":892,"Cost":628,"Date":"12/31/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":51,"Cost":26,"Date":"8/10/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":591,"Cost":391,"Date":"7/14/2024"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":216,"Cost":135,"Date":"11/23/2018"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":753,"Cost":657,"Date":"1/1/2020"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":443,"Cost":398,"Date":"12/27/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":200,"Cost":174,"Date":"12/31/2022"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":971,"Cost":488,"Date":"8/10/2023"},{"Store":"Shopping China Rivera","Brand":"Sellpy","Country":"Uruguay","Sale":615,"Cost":418,"Date":"7/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":230,"Cost":189,"Date":"11/23/2018"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":20,"Cost":19,"Date":"1/1/2020"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":784,"Cost":526,"Date":"12/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":323,"Cost":292,"Date":"12/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":904,"Cost":494,"Date":"8/10/2023"},{"Store":"BELLUS, Montevideo","Brand":"Nova","Country":"Uruguay","Sale":353,"Cost":270,"Date":"7/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":14,"Cost":8,"Date":"11/23/2018"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":342,"Cost":214,"Date":"1/1/2020"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":318,"Cost":205,"Date":"12/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":699,"Cost":624,"Date":"12/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":739,"Cost":489,"Date":"8/10/2023"},{"Store":"BELLUS, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":222,"Cost":180,"Date":"7/14/2024"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":86,"Cost":70,"Date":"11/23/2018"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":503,"Cost":477,"Date":"1/1/2020"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":324,"Cost":291,"Date":"12/27/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":498,"Cost":269,"Date":"12/31/2022"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":972,"Cost":564,"Date":"8/10/2023"},{"Store":"BELLUS, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":501,"Cost":270,"Date":"7/14/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":546,"Cost":318,"Date":"11/23/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":605,"Cost":494,"Date":"1/1/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":125,"Cost":65,"Date":"12/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":629,"Cost":403,"Date":"12/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":487,"Cost":264,"Date":"8/10/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":157,"Cost":133,"Date":"7/14/2024"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":953,"Cost":661,"Date":"11/23/2018"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":751,"Cost":645,"Date":"1/1/2020"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":311,"Cost":162,"Date":"12/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":262,"Cost":141,"Date":"12/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":260,"Cost":142,"Date":"8/10/2023"},{"Store":"California Company, Montevideo","Brand":"HM","Country":"Uruguay","Sale":369,"Cost":283,"Date":"7/14/2024"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":157,"Cost":119,"Date":"11/23/2018"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":681,"Cost":368,"Date":"1/1/2020"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":508,"Cost":475,"Date":"12/27/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":557,"Cost":514,"Date":"12/31/2022"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":875,"Cost":700,"Date":"8/10/2023"},{"Store":"California Company, Montevideo","Brand":"HM Home","Country":"Uruguay","Sale":581,"Cost":401,"Date":"7/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":239,"Cost":160,"Date":"11/23/2018"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":505,"Cost":404,"Date":"1/1/2020"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":607,"Cost":368,"Date":"12/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":259,"Cost":207,"Date":"12/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":550,"Cost":279,"Date":"8/10/2023"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":587,"Cost":546,"Date":"7/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":650,"Cost":375,"Date":"11/23/2018"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":893,"Cost":586,"Date":"1/1/2020"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":327,"Cost":306,"Date":"12/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":89,"Cost":63,"Date":"12/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":96,"Cost":66,"Date":"8/10/2023"},{"Store":"DrCelular, Montevideo","Brand":"Sellpy","Country":"Uruguay","Sale":604,"Cost":457,"Date":"7/14/2024"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":367,"Cost":259,"Date":"11/23/2018"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":672,"Cost":500,"Date":"1/1/2020"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":868,"Cost":776,"Date":"12/27/2022"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":52,"Cost":29,"Date":"12/31/2022"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":376,"Cost":272,"Date":"8/10/2023"},{"Store":"DrCelular, Montevideo","Brand":"COS","Country":"Uruguay","Sale":986,"Cost":625,"Date":"7/14/2024"}] \ No newline at end of file +[{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":115,"Cost":102,"Date":"2/9/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":708,"Cost":504,"Date":"2/11/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":578,"Cost":472,"Date":"3/10/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":119,"Cost":64,"Date":"3/16/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":428,"Cost":324,"Date":"3/18/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":588,"Cost":361,"Date":"3/20/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":204,"Cost":164,"Date":"3/26/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":108,"Cost":62,"Date":"6/2/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":510,"Cost":455,"Date":"6/10/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":879,"Cost":664,"Date":"6/16/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":348,"Cost":186,"Date":"6/25/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":159,"Cost":87,"Date":"7/19/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":915,"Cost":564,"Date":"7/21/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":520,"Cost":391,"Date":"7/25/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":178,"Cost":125,"Date":"8/4/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":920,"Cost":740,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":128,"Cost":66,"Date":"9/4/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":953,"Cost":610,"Date":"9/19/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":991,"Cost":785,"Date":"9/29/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":59,"Cost":43,"Date":"10/2/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":885,"Cost":591,"Date":"10/15/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":535,"Cost":358,"Date":"10/30/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":784,"Cost":418,"Date":"11/9/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":571,"Cost":392,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":699,"Cost":628,"Date":"11/30/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":107,"Cost":60,"Date":"12/8/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":733,"Cost":601,"Date":"12/11/2018"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":327,"Cost":275,"Date":"1/15/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":587,"Cost":496,"Date":"1/24/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":266,"Cost":203,"Date":"2/3/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":9,"Cost":8,"Date":"2/4/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":981,"Cost":849,"Date":"3/9/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":264,"Cost":136,"Date":"3/12/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":919,"Cost":705,"Date":"4/19/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":596,"Cost":421,"Date":"5/3/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":450,"Cost":379,"Date":"5/4/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":22,"Cost":15,"Date":"6/8/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":768,"Cost":512,"Date":"6/26/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":171,"Cost":91,"Date":"7/4/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":560,"Cost":371,"Date":"7/13/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":623,"Cost":315,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":683,"Cost":461,"Date":"8/26/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":468,"Cost":372,"Date":"9/2/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":994,"Cost":633,"Date":"9/29/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":762,"Cost":584,"Date":"10/12/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":199,"Cost":126,"Date":"11/2/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":559,"Cost":420,"Date":"11/4/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":104,"Cost":91,"Date":"11/7/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":153,"Cost":144,"Date":"12/1/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":956,"Cost":517,"Date":"12/4/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":245,"Cost":214,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":792,"Cost":643,"Date":"12/18/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":975,"Cost":906,"Date":"12/20/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":382,"Cost":318,"Date":"12/20/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":733,"Cost":451,"Date":"12/21/2019"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":239,"Cost":147,"Date":"1/9/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":859,"Cost":784,"Date":"2/5/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":301,"Cost":154,"Date":"2/16/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":733,"Cost":664,"Date":"2/16/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":23,"Cost":12,"Date":"2/18/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":162,"Cost":152,"Date":"2/22/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":861,"Cost":636,"Date":"2/25/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":135,"Cost":127,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":949,"Cost":743,"Date":"4/2/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":58,"Cost":54,"Date":"4/3/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":838,"Cost":677,"Date":"4/9/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":407,"Cost":350,"Date":"4/10/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":251,"Cost":138,"Date":"4/19/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":61,"Cost":43,"Date":"5/17/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":192,"Cost":100,"Date":"5/22/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":373,"Cost":293,"Date":"6/20/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":186,"Cost":131,"Date":"7/1/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":533,"Cost":483,"Date":"7/4/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":278,"Cost":249,"Date":"7/8/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":922,"Cost":661,"Date":"7/9/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":298,"Cost":193,"Date":"7/14/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":587,"Cost":399,"Date":"7/19/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":266,"Cost":236,"Date":"8/1/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":725,"Cost":648,"Date":"8/6/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":512,"Cost":423,"Date":"8/7/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":344,"Cost":242,"Date":"8/22/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":250,"Cost":184,"Date":"8/31/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":402,"Cost":336,"Date":"9/1/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":29,"Cost":25,"Date":"9/1/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":90,"Cost":54,"Date":"9/17/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":818,"Cost":516,"Date":"9/29/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":87,"Cost":83,"Date":"11/7/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":841,"Cost":741,"Date":"11/26/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":77,"Cost":65,"Date":"11/27/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":583,"Cost":505,"Date":"12/5/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":122,"Cost":64,"Date":"12/26/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":195,"Cost":179,"Date":"12/31/2020"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":470,"Cost":256,"Date":"1/20/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":125,"Cost":71,"Date":"2/2/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":174,"Cost":107,"Date":"2/8/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":618,"Cost":516,"Date":"2/27/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":431,"Cost":389,"Date":"3/1/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":509,"Cost":289,"Date":"3/1/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":933,"Cost":536,"Date":"3/19/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":520,"Cost":363,"Date":"3/28/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":469,"Cost":261,"Date":"5/21/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":147,"Cost":134,"Date":"7/21/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":354,"Cost":262,"Date":"8/5/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":133,"Cost":80,"Date":"8/12/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":573,"Cost":469,"Date":"8/21/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":992,"Cost":844,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":951,"Cost":817,"Date":"9/3/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":342,"Cost":259,"Date":"9/5/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":221,"Cost":192,"Date":"10/6/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":661,"Cost":351,"Date":"10/19/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":131,"Cost":117,"Date":"11/15/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":372,"Cost":186,"Date":"12/8/2021"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":772,"Cost":668,"Date":"1/8/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":87,"Cost":60,"Date":"1/14/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":972,"Cost":591,"Date":"1/19/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":209,"Cost":120,"Date":"1/28/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":316,"Cost":158,"Date":"1/31/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":806,"Cost":636,"Date":"3/27/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":505,"Cost":344,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":212,"Cost":153,"Date":"4/24/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":32,"Cost":27,"Date":"4/28/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":257,"Cost":222,"Date":"5/15/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":780,"Cost":643,"Date":"5/16/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":734,"Cost":587,"Date":"5/18/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":615,"Cost":322,"Date":"6/2/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":894,"Cost":785,"Date":"6/3/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":445,"Cost":250,"Date":"6/5/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":247,"Cost":192,"Date":"6/7/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":236,"Cost":164,"Date":"6/14/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":941,"Cost":787,"Date":"6/20/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":811,"Cost":550,"Date":"6/24/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":603,"Cost":528,"Date":"7/4/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":114,"Cost":88,"Date":"7/9/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":129,"Cost":96,"Date":"7/12/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":352,"Cost":281,"Date":"8/14/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":233,"Cost":130,"Date":"8/16/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":295,"Cost":226,"Date":"8/23/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":7,"Cost":5,"Date":"9/2/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":810,"Cost":515,"Date":"9/3/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":707,"Cost":598,"Date":"9/16/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":125,"Cost":111,"Date":"10/4/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":544,"Cost":352,"Date":"11/1/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":663,"Cost":425,"Date":"11/2/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":554,"Cost":518,"Date":"12/17/2022"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":542,"Cost":448,"Date":"2/10/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":161,"Cost":142,"Date":"2/28/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":378,"Cost":354,"Date":"3/4/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":85,"Cost":53,"Date":"3/9/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":624,"Cost":361,"Date":"3/9/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":792,"Cost":427,"Date":"3/11/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":95,"Cost":84,"Date":"3/17/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":66,"Cost":35,"Date":"3/17/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":292,"Cost":177,"Date":"3/23/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":65,"Cost":55,"Date":"4/1/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":616,"Cost":487,"Date":"5/7/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":826,"Cost":776,"Date":"5/10/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":528,"Cost":285,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":820,"Cost":431,"Date":"6/2/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":222,"Cost":205,"Date":"6/11/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":225,"Cost":150,"Date":"6/16/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":669,"Cost":613,"Date":"6/16/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":771,"Cost":532,"Date":"7/10/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":587,"Cost":368,"Date":"7/11/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":917,"Cost":717,"Date":"8/28/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":545,"Cost":439,"Date":"8/29/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":75,"Cost":69,"Date":"8/31/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":447,"Cost":334,"Date":"9/8/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":582,"Cost":468,"Date":"9/13/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":84,"Cost":55,"Date":"9/14/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":914,"Cost":593,"Date":"9/19/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":824,"Cost":623,"Date":"9/25/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":549,"Cost":347,"Date":"10/4/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":708,"Cost":548,"Date":"10/10/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":966,"Cost":625,"Date":"10/17/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":833,"Cost":545,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":55,"Cost":31,"Date":"10/30/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":912,"Cost":822,"Date":"11/1/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":393,"Cost":310,"Date":"11/15/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":321,"Cost":226,"Date":"11/25/2023"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":817,"Cost":437,"Date":"1/10/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":751,"Cost":500,"Date":"1/14/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":517,"Cost":394,"Date":"1/20/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":335,"Cost":269,"Date":"2/8/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":176,"Cost":136,"Date":"2/25/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":631,"Cost":527,"Date":"3/7/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":109,"Cost":76,"Date":"3/14/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":541,"Cost":441,"Date":"3/27/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":838,"Cost":576,"Date":"4/5/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":726,"Cost":622,"Date":"4/14/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":118,"Cost":72,"Date":"5/3/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":926,"Cost":591,"Date":"5/9/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":861,"Cost":620,"Date":"5/15/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":254,"Cost":190,"Date":"5/25/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":926,"Cost":790,"Date":"5/26/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":10,"Cost":5,"Date":"5/31/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":507,"Cost":337,"Date":"7/27/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":485,"Cost":288,"Date":"9/17/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":820,"Cost":608,"Date":"10/6/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":798,"Cost":682,"Date":"10/8/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":813,"Cost":426,"Date":"10/26/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":645,"Cost":448,"Date":"11/16/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":311,"Cost":170,"Date":"11/18/2024"},{"Store":"Westfield Sydney","Brand":"HM","Country":"Australia","Sale":498,"Cost":312,"Date":"12/1/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":630,"Cost":403,"Date":"2/9/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":582,"Cost":529,"Date":"2/11/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":130,"Cost":111,"Date":"3/10/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":863,"Cost":520,"Date":"3/16/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":180,"Cost":124,"Date":"3/18/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":9,"Cost":7,"Date":"3/20/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":220,"Cost":131,"Date":"3/26/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":511,"Cost":482,"Date":"6/2/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":247,"Cost":190,"Date":"6/10/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":184,"Cost":94,"Date":"6/16/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":662,"Cost":456,"Date":"6/25/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":634,"Cost":408,"Date":"7/19/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":530,"Cost":391,"Date":"7/21/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":723,"Cost":499,"Date":"7/25/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":98,"Cost":87,"Date":"8/4/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":913,"Cost":807,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":799,"Cost":533,"Date":"9/4/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":693,"Cost":351,"Date":"9/19/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":620,"Cost":334,"Date":"9/29/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":67,"Cost":55,"Date":"10/2/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":593,"Cost":521,"Date":"10/15/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":493,"Cost":445,"Date":"10/30/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":798,"Cost":480,"Date":"11/9/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":429,"Cost":223,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":415,"Cost":261,"Date":"11/30/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":620,"Cost":587,"Date":"12/8/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":384,"Cost":349,"Date":"12/11/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":734,"Cost":621,"Date":"1/15/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":2,"Cost":1,"Date":"1/24/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":167,"Cost":97,"Date":"2/3/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":348,"Cost":231,"Date":"2/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":334,"Cost":290,"Date":"3/9/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":891,"Cost":543,"Date":"3/12/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":907,"Cost":572,"Date":"4/19/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":772,"Cost":503,"Date":"5/3/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":125,"Cost":103,"Date":"5/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":539,"Cost":494,"Date":"6/8/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":212,"Cost":183,"Date":"6/26/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":808,"Cost":466,"Date":"7/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":948,"Cost":894,"Date":"7/13/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":169,"Cost":91,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":480,"Cost":343,"Date":"8/26/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":618,"Cost":315,"Date":"9/2/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":754,"Cost":621,"Date":"9/29/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":481,"Cost":317,"Date":"10/12/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":591,"Cost":307,"Date":"11/2/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":886,"Cost":605,"Date":"11/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":952,"Cost":727,"Date":"11/7/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":490,"Cost":417,"Date":"12/1/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":928,"Cost":578,"Date":"12/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":697,"Cost":552,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":981,"Cost":554,"Date":"12/18/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":419,"Cost":397,"Date":"12/20/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":422,"Cost":218,"Date":"12/20/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":942,"Cost":611,"Date":"12/21/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":209,"Cost":136,"Date":"1/9/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":535,"Cost":494,"Date":"2/5/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":387,"Cost":233,"Date":"2/16/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":855,"Cost":627,"Date":"2/16/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":591,"Cost":359,"Date":"2/18/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":896,"Cost":811,"Date":"2/22/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":830,"Cost":672,"Date":"2/25/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":205,"Cost":139,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":229,"Cost":189,"Date":"4/2/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":190,"Cost":174,"Date":"4/3/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":330,"Cost":210,"Date":"4/9/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":866,"Cost":542,"Date":"4/10/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":732,"Cost":624,"Date":"4/19/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":430,"Cost":317,"Date":"5/17/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":737,"Cost":426,"Date":"5/22/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":975,"Cost":919,"Date":"6/20/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":663,"Cost":401,"Date":"7/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":524,"Cost":398,"Date":"7/4/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":673,"Cost":439,"Date":"7/8/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":192,"Cost":108,"Date":"7/9/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":862,"Cost":433,"Date":"7/14/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":744,"Cost":649,"Date":"7/19/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":218,"Cost":133,"Date":"8/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":389,"Cost":217,"Date":"8/6/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":59,"Cost":32,"Date":"8/7/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":525,"Cost":278,"Date":"8/22/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":258,"Cost":142,"Date":"8/31/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":463,"Cost":325,"Date":"9/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":428,"Cost":236,"Date":"9/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":964,"Cost":635,"Date":"9/17/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":333,"Cost":236,"Date":"9/29/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":963,"Cost":616,"Date":"11/7/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":298,"Cost":259,"Date":"11/26/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":502,"Cost":258,"Date":"11/27/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":600,"Cost":397,"Date":"12/5/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":847,"Cost":583,"Date":"12/26/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":278,"Cost":233,"Date":"12/31/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":367,"Cost":246,"Date":"1/20/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":163,"Cost":133,"Date":"2/2/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":479,"Cost":366,"Date":"2/8/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":22,"Cost":19,"Date":"2/27/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":45,"Cost":27,"Date":"3/1/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":972,"Cost":592,"Date":"3/1/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":778,"Cost":618,"Date":"3/19/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":528,"Cost":329,"Date":"3/28/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":864,"Cost":727,"Date":"5/21/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":145,"Cost":93,"Date":"7/21/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":484,"Cost":426,"Date":"8/5/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":86,"Cost":73,"Date":"8/12/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":393,"Cost":219,"Date":"8/21/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":724,"Cost":604,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":444,"Cost":310,"Date":"9/3/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":465,"Cost":329,"Date":"9/5/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":322,"Cost":166,"Date":"10/6/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":52,"Cost":31,"Date":"10/19/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":748,"Cost":521,"Date":"11/15/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":348,"Cost":314,"Date":"12/8/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":587,"Cost":527,"Date":"1/8/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":486,"Cost":428,"Date":"1/14/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":325,"Cost":244,"Date":"1/19/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":676,"Cost":517,"Date":"1/28/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":641,"Cost":574,"Date":"1/31/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":807,"Cost":546,"Date":"3/27/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":916,"Cost":630,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":258,"Cost":153,"Date":"4/24/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":1000,"Cost":681,"Date":"4/28/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":804,"Cost":412,"Date":"5/15/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":100,"Cost":87,"Date":"5/16/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":953,"Cost":844,"Date":"5/18/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":673,"Cost":447,"Date":"6/2/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":929,"Cost":829,"Date":"6/3/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":571,"Cost":398,"Date":"6/5/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":48,"Cost":34,"Date":"6/7/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":456,"Cost":281,"Date":"6/14/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":92,"Cost":57,"Date":"6/20/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":188,"Cost":112,"Date":"6/24/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":795,"Cost":616,"Date":"7/4/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":736,"Cost":683,"Date":"7/9/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":451,"Cost":233,"Date":"7/12/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":6,"Cost":6,"Date":"8/14/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":405,"Cost":371,"Date":"8/16/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":214,"Cost":132,"Date":"8/23/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":666,"Cost":628,"Date":"9/2/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":11,"Cost":7,"Date":"9/3/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":415,"Cost":325,"Date":"9/16/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":378,"Cost":212,"Date":"10/4/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":477,"Cost":264,"Date":"11/1/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":948,"Cost":833,"Date":"11/2/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":196,"Cost":131,"Date":"12/17/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":8,"Cost":5,"Date":"2/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":719,"Cost":579,"Date":"2/28/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":607,"Cost":369,"Date":"3/4/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":126,"Cost":77,"Date":"3/9/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":415,"Cost":354,"Date":"3/9/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":77,"Cost":48,"Date":"3/11/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":237,"Cost":205,"Date":"3/17/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":393,"Cost":372,"Date":"3/17/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":832,"Cost":695,"Date":"3/23/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":709,"Cost":401,"Date":"4/1/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":710,"Cost":460,"Date":"5/7/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":234,"Cost":201,"Date":"5/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":986,"Cost":731,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":620,"Cost":490,"Date":"6/2/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":616,"Cost":348,"Date":"6/11/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":906,"Cost":607,"Date":"6/16/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":743,"Cost":671,"Date":"6/16/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":675,"Cost":355,"Date":"7/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":964,"Cost":770,"Date":"7/11/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":770,"Cost":607,"Date":"8/28/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":906,"Cost":686,"Date":"8/29/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":540,"Cost":424,"Date":"8/31/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":596,"Cost":485,"Date":"9/8/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":578,"Cost":304,"Date":"9/13/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":599,"Cost":354,"Date":"9/14/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":404,"Cost":310,"Date":"9/19/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":138,"Cost":106,"Date":"9/25/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":706,"Cost":505,"Date":"10/4/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":382,"Cost":259,"Date":"10/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":43,"Cost":26,"Date":"10/17/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":248,"Cost":162,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":610,"Cost":465,"Date":"10/30/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":52,"Cost":28,"Date":"11/1/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":158,"Cost":138,"Date":"11/15/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":165,"Cost":117,"Date":"11/25/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":549,"Cost":391,"Date":"1/10/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":24,"Cost":17,"Date":"1/14/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":487,"Cost":281,"Date":"1/20/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":29,"Cost":28,"Date":"2/8/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":792,"Cost":672,"Date":"2/25/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":516,"Cost":485,"Date":"3/7/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":506,"Cost":293,"Date":"3/14/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":420,"Cost":219,"Date":"3/27/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":157,"Cost":80,"Date":"4/5/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":469,"Cost":443,"Date":"4/14/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":456,"Cost":333,"Date":"5/3/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":248,"Cost":204,"Date":"5/9/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":65,"Cost":39,"Date":"5/15/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":275,"Cost":231,"Date":"5/25/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":442,"Cost":308,"Date":"5/26/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":508,"Cost":256,"Date":"5/31/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":872,"Cost":597,"Date":"7/27/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":827,"Cost":415,"Date":"9/17/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":433,"Cost":405,"Date":"10/6/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":847,"Cost":787,"Date":"10/8/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":920,"Cost":468,"Date":"10/26/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":882,"Cost":456,"Date":"11/16/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":584,"Cost":459,"Date":"11/18/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":171,"Cost":112,"Date":"12/1/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":623,"Cost":528,"Date":"2/9/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":781,"Cost":619,"Date":"2/11/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":331,"Cost":296,"Date":"3/10/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":765,"Cost":399,"Date":"3/16/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":709,"Cost":663,"Date":"3/18/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":731,"Cost":530,"Date":"3/20/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":338,"Cost":242,"Date":"3/26/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":737,"Cost":531,"Date":"6/2/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":657,"Cost":498,"Date":"6/10/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":504,"Cost":428,"Date":"6/16/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":947,"Cost":483,"Date":"6/25/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":508,"Cost":271,"Date":"7/19/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":362,"Cost":252,"Date":"7/21/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":404,"Cost":270,"Date":"7/25/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":714,"Cost":571,"Date":"8/4/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":593,"Cost":443,"Date":"9/2/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":657,"Cost":617,"Date":"9/4/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":504,"Cost":322,"Date":"9/19/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":224,"Cost":133,"Date":"9/29/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":358,"Cost":250,"Date":"10/2/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":115,"Cost":71,"Date":"10/15/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":467,"Cost":257,"Date":"10/30/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":543,"Cost":438,"Date":"11/9/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":261,"Cost":146,"Date":"11/23/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":495,"Cost":369,"Date":"11/30/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":229,"Cost":170,"Date":"12/8/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":743,"Cost":414,"Date":"12/11/2018"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":645,"Cost":473,"Date":"1/15/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":426,"Cost":339,"Date":"1/24/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":92,"Cost":83,"Date":"2/3/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":883,"Cost":656,"Date":"2/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":659,"Cost":443,"Date":"3/9/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":758,"Cost":628,"Date":"3/12/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":338,"Cost":234,"Date":"4/19/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":129,"Cost":114,"Date":"5/3/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":101,"Cost":63,"Date":"5/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":968,"Cost":813,"Date":"6/8/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":624,"Cost":541,"Date":"6/26/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":329,"Cost":223,"Date":"7/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":258,"Cost":142,"Date":"7/13/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":564,"Cost":503,"Date":"8/8/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":433,"Cost":342,"Date":"8/26/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":720,"Cost":424,"Date":"9/2/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":431,"Cost":340,"Date":"9/29/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":817,"Cost":623,"Date":"10/12/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":398,"Cost":284,"Date":"11/2/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":96,"Cost":64,"Date":"11/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":658,"Cost":591,"Date":"11/7/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":279,"Cost":183,"Date":"12/1/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":591,"Cost":541,"Date":"12/4/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":503,"Cost":309,"Date":"12/7/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":690,"Cost":596,"Date":"12/18/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":453,"Cost":230,"Date":"12/20/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":911,"Cost":692,"Date":"12/20/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":817,"Cost":759,"Date":"12/21/2019"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":489,"Cost":277,"Date":"1/9/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":8,"Cost":4,"Date":"2/5/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":118,"Cost":69,"Date":"2/16/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":559,"Cost":421,"Date":"2/16/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":59,"Cost":38,"Date":"2/18/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":184,"Cost":106,"Date":"2/22/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":918,"Cost":740,"Date":"2/25/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":56,"Cost":46,"Date":"3/8/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":188,"Cost":156,"Date":"4/2/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":862,"Cost":699,"Date":"4/3/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":108,"Cost":92,"Date":"4/9/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":864,"Cost":528,"Date":"4/10/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":586,"Cost":446,"Date":"4/19/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":150,"Cost":126,"Date":"5/17/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":301,"Cost":175,"Date":"5/22/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":790,"Cost":711,"Date":"6/20/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":536,"Cost":496,"Date":"7/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":86,"Cost":61,"Date":"7/4/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":459,"Cost":259,"Date":"7/8/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":153,"Cost":99,"Date":"7/9/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":764,"Cost":382,"Date":"7/14/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":248,"Cost":133,"Date":"7/19/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":970,"Cost":781,"Date":"8/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":229,"Cost":202,"Date":"8/6/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":587,"Cost":371,"Date":"8/7/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":759,"Cost":540,"Date":"8/22/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":623,"Cost":420,"Date":"8/31/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":980,"Cost":821,"Date":"9/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":908,"Cost":745,"Date":"9/1/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":806,"Cost":661,"Date":"9/17/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":848,"Cost":646,"Date":"9/29/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":945,"Cost":688,"Date":"11/7/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":385,"Cost":359,"Date":"11/26/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":206,"Cost":131,"Date":"11/27/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":500,"Cost":394,"Date":"12/5/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":903,"Cost":838,"Date":"12/26/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":303,"Cost":208,"Date":"12/31/2020"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":22,"Cost":12,"Date":"1/20/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":29,"Cost":14,"Date":"2/2/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":669,"Cost":464,"Date":"2/8/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":515,"Cost":455,"Date":"2/27/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":992,"Cost":742,"Date":"3/1/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":337,"Cost":271,"Date":"3/1/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":694,"Cost":625,"Date":"3/19/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":259,"Cost":240,"Date":"3/28/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":246,"Cost":186,"Date":"5/21/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":843,"Cost":496,"Date":"7/21/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":825,"Cost":488,"Date":"8/5/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":804,"Cost":591,"Date":"8/12/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":142,"Cost":125,"Date":"8/21/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":980,"Cost":551,"Date":"8/23/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":653,"Cost":464,"Date":"9/3/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":481,"Cost":348,"Date":"9/5/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":415,"Cost":257,"Date":"10/6/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":60,"Cost":55,"Date":"10/19/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":238,"Cost":185,"Date":"11/15/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":602,"Cost":337,"Date":"12/8/2021"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":847,"Cost":543,"Date":"1/8/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":298,"Cost":196,"Date":"1/14/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":137,"Cost":110,"Date":"1/19/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":481,"Cost":323,"Date":"1/28/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":438,"Cost":360,"Date":"1/31/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":491,"Cost":391,"Date":"3/27/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":704,"Cost":357,"Date":"4/20/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":710,"Cost":366,"Date":"4/24/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":912,"Cost":786,"Date":"4/28/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":391,"Cost":202,"Date":"5/15/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":21,"Cost":16,"Date":"5/16/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":658,"Cost":624,"Date":"5/18/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":392,"Cost":361,"Date":"6/2/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":791,"Cost":504,"Date":"6/3/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":730,"Cost":437,"Date":"6/5/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":297,"Cost":265,"Date":"6/7/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":102,"Cost":84,"Date":"6/14/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":866,"Cost":808,"Date":"6/20/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":542,"Cost":408,"Date":"6/24/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":833,"Cost":741,"Date":"7/4/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":768,"Cost":565,"Date":"7/9/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":386,"Cost":218,"Date":"7/12/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":240,"Cost":134,"Date":"8/14/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":836,"Cost":447,"Date":"8/16/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":978,"Cost":608,"Date":"8/23/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":87,"Cost":45,"Date":"9/2/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":631,"Cost":585,"Date":"9/3/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":215,"Cost":180,"Date":"9/16/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":46,"Cost":31,"Date":"10/4/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":360,"Cost":282,"Date":"11/1/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":776,"Cost":499,"Date":"11/2/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":233,"Cost":130,"Date":"12/17/2022"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":445,"Cost":404,"Date":"2/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":531,"Cost":367,"Date":"2/28/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":185,"Cost":109,"Date":"3/4/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":242,"Cost":134,"Date":"3/9/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":63,"Cost":55,"Date":"3/9/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":660,"Cost":359,"Date":"3/11/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":231,"Cost":140,"Date":"3/17/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":423,"Cost":385,"Date":"3/17/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":916,"Cost":554,"Date":"3/23/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":403,"Cost":241,"Date":"4/1/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":98,"Cost":55,"Date":"5/7/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":985,"Cost":607,"Date":"5/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":589,"Cost":321,"Date":"5/20/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":918,"Cost":823,"Date":"6/2/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":42,"Cost":40,"Date":"6/11/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":569,"Cost":322,"Date":"6/16/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":503,"Cost":358,"Date":"6/16/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":673,"Cost":395,"Date":"7/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":92,"Cost":54,"Date":"7/11/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":853,"Cost":793,"Date":"8/28/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":312,"Cost":272,"Date":"8/29/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":555,"Cost":458,"Date":"8/31/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":96,"Cost":73,"Date":"9/8/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":966,"Cost":490,"Date":"9/13/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":75,"Cost":50,"Date":"9/14/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":382,"Cost":257,"Date":"9/19/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":363,"Cost":206,"Date":"9/25/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":704,"Cost":389,"Date":"10/4/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":850,"Cost":789,"Date":"10/10/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":460,"Cost":303,"Date":"10/17/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":899,"Cost":608,"Date":"10/28/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":896,"Cost":643,"Date":"10/30/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":112,"Cost":60,"Date":"11/1/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":542,"Cost":427,"Date":"11/15/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":68,"Cost":42,"Date":"11/25/2023"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":29,"Cost":17,"Date":"1/10/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":217,"Cost":109,"Date":"1/14/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":238,"Cost":207,"Date":"1/20/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":370,"Cost":241,"Date":"2/8/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":576,"Cost":419,"Date":"2/25/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":79,"Cost":45,"Date":"3/7/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":9,"Cost":6,"Date":"3/14/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":985,"Cost":710,"Date":"3/27/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":107,"Cost":78,"Date":"4/5/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":86,"Cost":55,"Date":"4/14/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":821,"Cost":485,"Date":"5/3/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":4,"Cost":2,"Date":"5/9/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":852,"Cost":480,"Date":"5/15/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":276,"Cost":177,"Date":"5/25/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":598,"Cost":442,"Date":"5/26/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":613,"Cost":322,"Date":"5/31/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":864,"Cost":564,"Date":"7/27/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":292,"Cost":276,"Date":"9/17/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":571,"Cost":422,"Date":"10/6/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":204,"Cost":125,"Date":"10/8/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":741,"Cost":536,"Date":"10/26/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":221,"Cost":116,"Date":"11/16/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":713,"Cost":525,"Date":"11/18/2024"},{"Store":"Westfield Sydney","Brand":"COS","Country":"Australia","Sale":291,"Cost":242,"Date":"12/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":699,"Cost":449,"Date":"2/9/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":422,"Cost":281,"Date":"2/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":501,"Cost":465,"Date":"3/10/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":459,"Cost":389,"Date":"3/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":711,"Date":"3/18/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":65,"Cost":41,"Date":"3/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":146,"Cost":128,"Date":"3/26/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":239,"Date":"6/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":715,"Cost":650,"Date":"6/10/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":476,"Date":"6/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":502,"Cost":341,"Date":"6/25/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":193,"Cost":175,"Date":"7/19/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":867,"Date":"7/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":406,"Cost":208,"Date":"7/25/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":491,"Date":"8/4/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":789,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":187,"Date":"9/4/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":865,"Cost":752,"Date":"9/19/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":520,"Date":"9/29/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":96,"Cost":50,"Date":"10/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":216,"Date":"10/15/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":746,"Date":"10/30/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":506,"Date":"11/9/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":866,"Cost":570,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":219,"Cost":206,"Date":"11/30/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":187,"Date":"12/8/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":230,"Date":"12/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":154,"Date":"1/15/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":317,"Date":"1/24/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":426,"Cost":259,"Date":"2/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":1,"Cost":1,"Date":"2/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":638,"Cost":359,"Date":"3/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":285,"Date":"3/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":316,"Cost":225,"Date":"4/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":352,"Cost":324,"Date":"5/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":528,"Cost":348,"Date":"5/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":341,"Cost":215,"Date":"6/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":243,"Cost":227,"Date":"6/26/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":67,"Date":"7/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":122,"Cost":98,"Date":"7/13/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":398,"Cost":286,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":836,"Cost":464,"Date":"8/26/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":419,"Cost":374,"Date":"9/2/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":940,"Cost":596,"Date":"9/29/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":908,"Cost":607,"Date":"10/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":368,"Date":"11/2/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":612,"Date":"11/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":420,"Date":"11/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":283,"Cost":208,"Date":"12/1/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":973,"Cost":655,"Date":"12/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":464,"Cost":384,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":63,"Date":"12/18/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":483,"Date":"12/20/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":399,"Cost":258,"Date":"12/20/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":278,"Date":"12/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":658,"Date":"1/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":674,"Cost":572,"Date":"2/5/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":344,"Cost":269,"Date":"2/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":158,"Cost":90,"Date":"2/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":24,"Cost":18,"Date":"2/18/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":617,"Date":"2/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":409,"Date":"2/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":633,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":348,"Cost":285,"Date":"4/2/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":788,"Date":"4/3/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":22,"Cost":15,"Date":"4/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":919,"Cost":649,"Date":"4/10/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":383,"Date":"4/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":80,"Cost":68,"Date":"5/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":95,"Cost":65,"Date":"5/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":463,"Cost":389,"Date":"6/20/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":252,"Date":"7/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":138,"Cost":96,"Date":"7/4/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":714,"Date":"7/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":645,"Date":"7/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":724,"Cost":594,"Date":"7/14/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":668,"Date":"7/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":256,"Date":"8/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":229,"Date":"8/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":447,"Cost":225,"Date":"8/7/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":254,"Cost":157,"Date":"8/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":696,"Date":"8/31/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":179,"Date":"9/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":191,"Date":"9/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":421,"Date":"9/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":343,"Date":"9/29/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":40,"Cost":25,"Date":"11/7/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":321,"Date":"11/26/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":115,"Cost":61,"Date":"11/27/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":768,"Cost":398,"Date":"12/5/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":546,"Cost":369,"Date":"12/26/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":473,"Cost":335,"Date":"12/31/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":500,"Cost":344,"Date":"1/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":511,"Cost":461,"Date":"2/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":395,"Date":"2/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":396,"Cost":276,"Date":"2/27/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":604,"Cost":545,"Date":"3/1/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":682,"Date":"3/1/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":363,"Date":"3/19/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":389,"Cost":281,"Date":"3/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":247,"Date":"5/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":747,"Date":"7/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":315,"Date":"8/5/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":285,"Date":"8/12/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":31,"Cost":23,"Date":"8/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":229,"Cost":143,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":148,"Date":"9/3/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":480,"Cost":253,"Date":"9/5/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":80,"Date":"10/6/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":625,"Date":"10/19/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":194,"Cost":135,"Date":"11/15/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":780,"Cost":713,"Date":"12/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":847,"Cost":780,"Date":"1/8/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":830,"Cost":440,"Date":"1/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":58,"Date":"1/19/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":905,"Cost":758,"Date":"1/28/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":15,"Cost":11,"Date":"1/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":650,"Date":"3/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":49,"Cost":37,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":589,"Date":"4/24/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":995,"Cost":728,"Date":"4/28/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":691,"Cost":614,"Date":"5/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":76,"Date":"5/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":203,"Cost":117,"Date":"5/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":310,"Date":"6/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":207,"Date":"6/3/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":221,"Cost":179,"Date":"6/5/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":637,"Cost":589,"Date":"6/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":97,"Date":"6/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":539,"Cost":356,"Date":"6/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":132,"Date":"6/24/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":97,"Date":"7/4/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":226,"Cost":182,"Date":"7/9/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":654,"Cost":353,"Date":"7/12/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":332,"Cost":261,"Date":"8/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":398,"Date":"8/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":275,"Date":"8/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":641,"Cost":604,"Date":"9/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":109,"Date":"9/3/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":269,"Cost":247,"Date":"9/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":342,"Date":"10/4/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":262,"Cost":195,"Date":"11/1/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":742,"Date":"11/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":635,"Cost":411,"Date":"12/17/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":784,"Cost":653,"Date":"2/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":691,"Date":"2/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":436,"Cost":295,"Date":"3/4/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":87,"Cost":53,"Date":"3/9/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":165,"Cost":125,"Date":"3/9/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":225,"Cost":162,"Date":"3/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":116,"Date":"3/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":51,"Date":"3/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":846,"Cost":789,"Date":"3/23/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":555,"Cost":375,"Date":"4/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":500,"Cost":390,"Date":"5/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":444,"Date":"5/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":752,"Cost":473,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":475,"Date":"6/2/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":171,"Date":"6/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":227,"Date":"6/16/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":745,"Date":"6/16/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":962,"Cost":763,"Date":"7/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":267,"Cost":197,"Date":"7/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":620,"Date":"8/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":201,"Cost":125,"Date":"8/29/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":255,"Cost":207,"Date":"8/31/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":689,"Date":"9/8/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":556,"Cost":463,"Date":"9/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":194,"Date":"9/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":119,"Cost":93,"Date":"9/19/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":741,"Date":"9/25/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":879,"Cost":696,"Date":"10/4/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":334,"Date":"10/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":178,"Cost":146,"Date":"10/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":727,"Cost":378,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":428,"Cost":304,"Date":"10/30/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":35,"Date":"11/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":186,"Date":"11/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":452,"Cost":352,"Date":"11/25/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":922,"Date":"1/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":237,"Date":"1/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":391,"Date":"1/20/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":380,"Cost":356,"Date":"2/8/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":42,"Date":"2/25/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":364,"Cost":336,"Date":"3/7/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":209,"Cost":137,"Date":"3/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":353,"Date":"3/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":628,"Date":"4/5/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":913,"Cost":546,"Date":"4/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":396,"Cost":360,"Date":"5/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":305,"Cost":271,"Date":"5/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":896,"Cost":553,"Date":"5/15/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":70,"Date":"5/25/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":75,"Cost":48,"Date":"5/26/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":518,"Cost":360,"Date":"5/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":326,"Date":"7/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":372,"Date":"9/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":426,"Cost":353,"Date":"10/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":430,"Date":"10/8/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":884,"Cost":774,"Date":"10/26/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":390,"Date":"11/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":27,"Cost":17,"Date":"11/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":446,"Date":"12/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":594,"Date":"2/9/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":208,"Cost":166,"Date":"2/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":810,"Date":"3/10/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":392,"Date":"3/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":706,"Cost":536,"Date":"3/18/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":421,"Cost":337,"Date":"3/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":71,"Date":"3/26/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":842,"Date":"6/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":524,"Date":"6/10/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":121,"Cost":102,"Date":"6/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":584,"Cost":442,"Date":"6/25/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":542,"Date":"7/19/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":4,"Cost":3,"Date":"7/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":310,"Cost":237,"Date":"7/25/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":90,"Date":"8/4/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":625,"Cost":358,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":585,"Date":"9/4/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":484,"Date":"9/19/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":348,"Date":"9/29/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":465,"Cost":297,"Date":"10/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":408,"Cost":372,"Date":"10/15/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":43,"Cost":36,"Date":"10/30/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":394,"Cost":279,"Date":"11/9/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":628,"Cost":513,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":386,"Date":"11/30/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":275,"Date":"12/8/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":149,"Cost":77,"Date":"12/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":80,"Cost":67,"Date":"1/15/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":119,"Cost":78,"Date":"1/24/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":380,"Cost":256,"Date":"2/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":550,"Date":"2/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":558,"Date":"3/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":364,"Date":"3/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":233,"Date":"4/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":715,"Cost":591,"Date":"5/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":771,"Cost":634,"Date":"5/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":449,"Cost":250,"Date":"6/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":491,"Date":"6/26/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":737,"Cost":466,"Date":"7/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":166,"Date":"7/13/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":198,"Cost":158,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":407,"Cost":320,"Date":"8/26/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":909,"Date":"9/2/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":941,"Cost":834,"Date":"9/29/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":267,"Date":"10/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":906,"Cost":800,"Date":"11/2/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":103,"Date":"11/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":265,"Date":"11/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":576,"Cost":350,"Date":"12/1/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":494,"Cost":359,"Date":"12/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":636,"Cost":536,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":715,"Cost":561,"Date":"12/18/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":171,"Cost":146,"Date":"12/20/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":745,"Date":"12/20/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":168,"Cost":146,"Date":"12/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":866,"Cost":585,"Date":"1/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":927,"Cost":651,"Date":"2/5/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":597,"Cost":369,"Date":"2/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":750,"Cost":578,"Date":"2/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":404,"Cost":216,"Date":"2/18/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":551,"Cost":425,"Date":"2/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":484,"Date":"2/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":586,"Cost":496,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":138,"Date":"4/2/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":218,"Cost":148,"Date":"4/3/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":803,"Cost":545,"Date":"4/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":149,"Cost":107,"Date":"4/10/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":409,"Cost":362,"Date":"4/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":35,"Cost":18,"Date":"5/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":259,"Date":"5/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":350,"Cost":240,"Date":"6/20/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":156,"Cost":96,"Date":"7/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":634,"Date":"7/4/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":730,"Date":"7/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":368,"Cost":239,"Date":"7/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":117,"Date":"7/14/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":519,"Cost":286,"Date":"7/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":11,"Cost":9,"Date":"8/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":214,"Cost":196,"Date":"8/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":197,"Cost":100,"Date":"8/7/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":452,"Date":"8/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":332,"Date":"8/31/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":42,"Cost":26,"Date":"9/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":488,"Date":"9/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":743,"Cost":536,"Date":"9/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":706,"Cost":500,"Date":"9/29/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":599,"Cost":566,"Date":"11/7/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":659,"Date":"11/26/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":357,"Cost":283,"Date":"11/27/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":947,"Cost":778,"Date":"12/5/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":143,"Cost":112,"Date":"12/26/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":428,"Cost":305,"Date":"12/31/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":141,"Date":"1/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":289,"Cost":182,"Date":"2/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":518,"Cost":289,"Date":"2/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":602,"Cost":308,"Date":"2/27/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":671,"Cost":366,"Date":"3/1/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":914,"Cost":725,"Date":"3/1/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":803,"Cost":682,"Date":"3/19/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":470,"Date":"3/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":1000,"Cost":559,"Date":"5/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":274,"Cost":158,"Date":"7/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":476,"Date":"8/5/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":929,"Cost":586,"Date":"8/12/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":189,"Cost":127,"Date":"8/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":644,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":692,"Cost":347,"Date":"9/3/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":921,"Cost":857,"Date":"9/5/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":417,"Cost":349,"Date":"10/6/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":366,"Cost":286,"Date":"10/19/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":130,"Cost":78,"Date":"11/15/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":982,"Cost":732,"Date":"12/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":530,"Cost":407,"Date":"1/8/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":478,"Date":"1/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":859,"Date":"1/19/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":988,"Cost":766,"Date":"1/28/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":991,"Cost":753,"Date":"1/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":468,"Cost":405,"Date":"3/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":367,"Cost":284,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":178,"Cost":111,"Date":"4/24/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":66,"Cost":38,"Date":"4/28/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":970,"Cost":698,"Date":"5/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":86,"Cost":60,"Date":"5/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":396,"Cost":242,"Date":"5/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":165,"Date":"6/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":185,"Date":"6/3/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":347,"Date":"6/5/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":395,"Date":"6/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":147,"Cost":106,"Date":"6/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":57,"Cost":38,"Date":"6/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":248,"Date":"6/24/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":119,"Date":"7/4/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":279,"Cost":193,"Date":"7/9/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":735,"Date":"7/12/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":563,"Cost":364,"Date":"8/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":608,"Cost":339,"Date":"8/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":262,"Cost":163,"Date":"8/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":257,"Cost":207,"Date":"9/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":112,"Cost":101,"Date":"9/3/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":551,"Cost":485,"Date":"9/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":739,"Cost":646,"Date":"10/4/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":732,"Cost":586,"Date":"11/1/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":458,"Cost":358,"Date":"11/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":497,"Date":"12/17/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":90,"Cost":71,"Date":"2/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":518,"Date":"2/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":886,"Date":"3/4/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":944,"Cost":680,"Date":"3/9/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":356,"Cost":247,"Date":"3/9/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":787,"Cost":622,"Date":"3/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":870,"Cost":628,"Date":"3/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":746,"Cost":557,"Date":"3/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":223,"Date":"3/23/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":975,"Cost":907,"Date":"4/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":66,"Cost":41,"Date":"5/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":754,"Cost":610,"Date":"5/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":470,"Cost":378,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":240,"Date":"6/2/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":262,"Cost":247,"Date":"6/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":747,"Date":"6/16/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":836,"Cost":517,"Date":"6/16/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":891,"Cost":636,"Date":"7/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":51,"Cost":42,"Date":"7/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":807,"Cost":428,"Date":"8/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":706,"Cost":357,"Date":"8/29/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":605,"Cost":559,"Date":"8/31/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":549,"Cost":419,"Date":"9/8/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":595,"Cost":526,"Date":"9/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":278,"Cost":242,"Date":"9/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":287,"Cost":268,"Date":"9/19/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":324,"Date":"9/25/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":390,"Cost":236,"Date":"10/4/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":580,"Cost":504,"Date":"10/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":226,"Cost":157,"Date":"10/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":125,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":645,"Date":"10/30/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":662,"Cost":392,"Date":"11/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":143,"Cost":90,"Date":"11/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":530,"Cost":350,"Date":"11/25/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":522,"Date":"1/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":471,"Cost":302,"Date":"1/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":302,"Cost":216,"Date":"1/20/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":7,"Date":"2/8/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":587,"Cost":520,"Date":"2/25/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":318,"Cost":199,"Date":"3/7/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":336,"Cost":182,"Date":"3/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":389,"Date":"3/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":481,"Date":"4/5/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":264,"Cost":164,"Date":"4/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":422,"Cost":371,"Date":"5/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":321,"Date":"5/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":805,"Cost":761,"Date":"5/15/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":319,"Date":"5/25/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":417,"Cost":340,"Date":"5/26/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":420,"Cost":218,"Date":"5/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":243,"Date":"7/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":315,"Cost":221,"Date":"9/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":463,"Cost":245,"Date":"10/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":996,"Cost":701,"Date":"10/8/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":660,"Date":"10/26/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":18,"Date":"11/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":575,"Date":"11/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":196,"Date":"12/1/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":875,"Cost":697,"Date":"2/9/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":170,"Cost":160,"Date":"2/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":730,"Cost":546,"Date":"3/10/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":396,"Cost":230,"Date":"3/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":781,"Cost":490,"Date":"3/18/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":344,"Cost":245,"Date":"3/20/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":447,"Cost":306,"Date":"3/26/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":871,"Cost":821,"Date":"6/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":702,"Cost":409,"Date":"6/10/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":407,"Cost":219,"Date":"6/16/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":732,"Cost":401,"Date":"6/25/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":714,"Cost":498,"Date":"7/19/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":2,"Cost":1,"Date":"7/21/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":991,"Cost":636,"Date":"7/25/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":3,"Cost":1,"Date":"8/4/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":259,"Cost":201,"Date":"9/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":485,"Cost":444,"Date":"9/4/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":676,"Cost":643,"Date":"9/19/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":227,"Cost":195,"Date":"9/29/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":838,"Cost":609,"Date":"10/2/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":620,"Cost":447,"Date":"10/15/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":563,"Cost":343,"Date":"10/30/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":976,"Cost":892,"Date":"11/9/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":553,"Cost":485,"Date":"11/23/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":414,"Cost":219,"Date":"11/30/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":897,"Cost":788,"Date":"12/8/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":903,"Cost":723,"Date":"12/11/2018"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":383,"Cost":333,"Date":"1/15/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":284,"Cost":200,"Date":"1/24/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":676,"Cost":535,"Date":"2/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":449,"Cost":381,"Date":"2/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":212,"Cost":159,"Date":"3/9/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":245,"Cost":204,"Date":"3/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":875,"Cost":608,"Date":"4/19/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":145,"Cost":118,"Date":"5/3/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":267,"Cost":155,"Date":"5/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":237,"Cost":175,"Date":"6/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":611,"Cost":442,"Date":"6/26/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":54,"Cost":51,"Date":"7/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":222,"Cost":192,"Date":"7/13/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":260,"Cost":206,"Date":"8/8/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":745,"Cost":448,"Date":"8/26/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":235,"Cost":213,"Date":"9/2/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":957,"Cost":661,"Date":"9/29/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":783,"Cost":549,"Date":"10/12/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":672,"Cost":594,"Date":"11/2/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":347,"Cost":228,"Date":"11/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":380,"Cost":252,"Date":"11/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":701,"Cost":602,"Date":"12/1/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":85,"Cost":71,"Date":"12/4/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":641,"Cost":592,"Date":"12/7/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":503,"Cost":445,"Date":"12/18/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":144,"Cost":109,"Date":"12/20/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":174,"Cost":152,"Date":"12/20/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":906,"Cost":572,"Date":"12/21/2019"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":972,"Cost":828,"Date":"1/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":238,"Cost":147,"Date":"2/5/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":627,"Cost":410,"Date":"2/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":868,"Cost":762,"Date":"2/16/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":975,"Cost":813,"Date":"2/18/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":957,"Cost":856,"Date":"2/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":883,"Cost":531,"Date":"2/25/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":444,"Cost":417,"Date":"3/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":876,"Cost":606,"Date":"4/2/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":903,"Cost":807,"Date":"4/3/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":451,"Cost":235,"Date":"4/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":435,"Cost":222,"Date":"4/10/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":934,"Cost":621,"Date":"4/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":139,"Cost":117,"Date":"5/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":616,"Cost":565,"Date":"5/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":330,"Cost":258,"Date":"6/20/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":316,"Cost":221,"Date":"7/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":305,"Cost":179,"Date":"7/4/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":352,"Cost":248,"Date":"7/8/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":682,"Cost":407,"Date":"7/9/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":602,"Cost":536,"Date":"7/14/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":692,"Cost":499,"Date":"7/19/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":654,"Cost":375,"Date":"8/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":717,"Cost":628,"Date":"8/6/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":393,"Cost":196,"Date":"8/7/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":130,"Cost":83,"Date":"8/22/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":398,"Cost":223,"Date":"8/31/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":24,"Cost":22,"Date":"9/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":985,"Cost":626,"Date":"9/1/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":693,"Cost":448,"Date":"9/17/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":90,"Cost":62,"Date":"9/29/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":893,"Cost":845,"Date":"11/7/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":177,"Cost":114,"Date":"11/26/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":960,"Cost":780,"Date":"11/27/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":875,"Cost":652,"Date":"12/5/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":193,"Cost":103,"Date":"12/26/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":14,"Cost":10,"Date":"12/31/2020"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":415,"Cost":215,"Date":"1/20/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":139,"Cost":123,"Date":"2/2/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":589,"Cost":453,"Date":"2/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":225,"Cost":161,"Date":"2/27/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":378,"Cost":342,"Date":"3/1/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":271,"Cost":215,"Date":"3/1/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":80,"Cost":76,"Date":"3/19/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":612,"Cost":329,"Date":"3/28/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":797,"Cost":571,"Date":"5/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":992,"Cost":940,"Date":"7/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":855,"Cost":686,"Date":"8/5/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":355,"Cost":262,"Date":"8/12/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":645,"Cost":480,"Date":"8/21/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":447,"Cost":405,"Date":"8/23/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":660,"Cost":498,"Date":"9/3/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":914,"Cost":476,"Date":"9/5/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":477,"Cost":345,"Date":"10/6/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":327,"Cost":177,"Date":"10/19/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":582,"Cost":314,"Date":"11/15/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":888,"Cost":823,"Date":"12/8/2021"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":122,"Cost":88,"Date":"1/8/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":905,"Cost":766,"Date":"1/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":511,"Cost":465,"Date":"1/19/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":659,"Cost":626,"Date":"1/28/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":109,"Cost":84,"Date":"1/31/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":450,"Cost":283,"Date":"3/27/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":32,"Cost":25,"Date":"4/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":578,"Cost":482,"Date":"4/24/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":750,"Cost":577,"Date":"4/28/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":221,"Cost":126,"Date":"5/15/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":976,"Cost":551,"Date":"5/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":431,"Cost":288,"Date":"5/18/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":260,"Cost":147,"Date":"6/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":318,"Cost":242,"Date":"6/3/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":497,"Cost":427,"Date":"6/5/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":108,"Cost":71,"Date":"6/7/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":654,"Cost":403,"Date":"6/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":566,"Cost":285,"Date":"6/20/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":441,"Cost":334,"Date":"6/24/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":581,"Cost":531,"Date":"7/4/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":134,"Cost":101,"Date":"7/9/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":520,"Cost":321,"Date":"7/12/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":614,"Cost":457,"Date":"8/14/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":515,"Cost":432,"Date":"8/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":103,"Cost":77,"Date":"8/23/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":760,"Cost":695,"Date":"9/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":351,"Cost":274,"Date":"9/3/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":480,"Cost":252,"Date":"9/16/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":61,"Cost":34,"Date":"10/4/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":522,"Cost":298,"Date":"11/1/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":98,"Cost":89,"Date":"11/2/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":132,"Cost":113,"Date":"12/17/2022"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":795,"Cost":608,"Date":"2/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":865,"Cost":768,"Date":"2/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":210,"Cost":196,"Date":"3/4/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":195,"Cost":131,"Date":"3/9/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":480,"Cost":405,"Date":"3/9/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":100,"Cost":57,"Date":"3/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":913,"Cost":512,"Date":"3/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":15,"Cost":9,"Date":"3/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":195,"Cost":100,"Date":"3/23/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":222,"Cost":130,"Date":"4/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":490,"Cost":294,"Date":"5/7/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":675,"Cost":415,"Date":"5/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":5,"Cost":3,"Date":"5/20/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":609,"Cost":430,"Date":"6/2/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":470,"Cost":420,"Date":"6/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":414,"Cost":334,"Date":"6/16/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":743,"Cost":697,"Date":"6/16/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":509,"Cost":378,"Date":"7/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":163,"Cost":128,"Date":"7/11/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":281,"Cost":186,"Date":"8/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":862,"Cost":501,"Date":"8/29/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":890,"Cost":663,"Date":"8/31/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":565,"Cost":317,"Date":"9/8/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":965,"Cost":579,"Date":"9/13/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":138,"Cost":104,"Date":"9/14/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":452,"Cost":415,"Date":"9/19/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":888,"Cost":698,"Date":"9/25/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":798,"Cost":451,"Date":"10/4/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":508,"Cost":358,"Date":"10/10/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":751,"Cost":636,"Date":"10/17/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":729,"Cost":473,"Date":"10/28/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":286,"Cost":263,"Date":"10/30/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":532,"Cost":346,"Date":"11/1/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":599,"Cost":421,"Date":"11/15/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":234,"Cost":211,"Date":"11/25/2023"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":722,"Cost":653,"Date":"1/10/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":86,"Cost":76,"Date":"1/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":611,"Cost":354,"Date":"1/20/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":611,"Cost":451,"Date":"2/8/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":824,"Cost":677,"Date":"2/25/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":775,"Cost":607,"Date":"3/7/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":633,"Cost":360,"Date":"3/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":493,"Cost":367,"Date":"3/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":473,"Cost":443,"Date":"4/5/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":371,"Cost":214,"Date":"4/14/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":76,"Cost":40,"Date":"5/3/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":202,"Cost":110,"Date":"5/9/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":253,"Cost":218,"Date":"5/15/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":527,"Cost":401,"Date":"5/25/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":388,"Cost":344,"Date":"5/26/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":333,"Cost":316,"Date":"5/31/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":918,"Cost":872,"Date":"7/27/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":61,"Cost":40,"Date":"9/17/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":513,"Cost":469,"Date":"10/6/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":752,"Cost":547,"Date":"10/8/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":352,"Cost":200,"Date":"10/26/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":980,"Cost":578,"Date":"11/16/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":217,"Cost":187,"Date":"11/18/2024"},{"Store":"Westfield Bondi Junction, Sydney","Brand":"HM","Country":"Australia","Sale":28,"Cost":27,"Date":"12/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":836,"Cost":424,"Date":"2/9/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":338,"Cost":308,"Date":"2/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":119,"Date":"3/10/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":29,"Date":"3/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":160,"Date":"3/18/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":172,"Cost":163,"Date":"3/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":254,"Date":"3/26/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":438,"Date":"6/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":307,"Date":"6/10/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":545,"Cost":392,"Date":"6/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":729,"Cost":411,"Date":"6/25/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":371,"Date":"7/19/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":480,"Date":"7/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":381,"Date":"7/25/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":333,"Date":"8/4/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":408,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":77,"Date":"9/4/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":357,"Date":"9/19/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":598,"Cost":543,"Date":"9/29/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":305,"Date":"10/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":842,"Cost":722,"Date":"10/15/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":157,"Date":"10/30/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":836,"Cost":713,"Date":"11/9/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":877,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":438,"Cost":291,"Date":"11/30/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":152,"Date":"12/8/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":293,"Date":"12/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":75,"Cost":59,"Date":"1/15/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":32,"Cost":20,"Date":"1/24/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":791,"Cost":402,"Date":"2/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":807,"Date":"2/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":625,"Date":"3/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":814,"Date":"3/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":493,"Cost":375,"Date":"4/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":9,"Date":"5/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":142,"Cost":108,"Date":"5/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":503,"Cost":379,"Date":"6/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":414,"Cost":230,"Date":"6/26/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":606,"Date":"7/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":903,"Cost":666,"Date":"7/13/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":364,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":109,"Cost":91,"Date":"8/26/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":400,"Date":"9/2/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":174,"Date":"9/29/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":302,"Date":"10/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":42,"Cost":28,"Date":"11/2/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":960,"Cost":612,"Date":"11/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":722,"Cost":510,"Date":"11/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":708,"Cost":377,"Date":"12/1/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":575,"Cost":465,"Date":"12/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":51,"Cost":38,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":201,"Cost":132,"Date":"12/18/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":295,"Date":"12/20/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":819,"Cost":658,"Date":"12/20/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":771,"Cost":687,"Date":"12/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":787,"Cost":474,"Date":"1/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":375,"Cost":235,"Date":"2/5/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":263,"Date":"2/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":540,"Date":"2/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":657,"Date":"2/18/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":438,"Date":"2/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":162,"Cost":114,"Date":"2/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":120,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":806,"Cost":576,"Date":"4/2/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":983,"Cost":747,"Date":"4/3/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":530,"Cost":277,"Date":"4/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":126,"Date":"4/10/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":26,"Cost":13,"Date":"4/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":147,"Cost":80,"Date":"5/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":715,"Date":"5/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":57,"Date":"6/20/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":611,"Cost":457,"Date":"7/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":829,"Cost":719,"Date":"7/4/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":822,"Cost":631,"Date":"7/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":58,"Date":"7/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":80,"Date":"7/14/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":141,"Date":"7/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":242,"Cost":136,"Date":"8/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":518,"Cost":350,"Date":"8/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":158,"Date":"8/7/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":106,"Cost":84,"Date":"8/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":39,"Cost":27,"Date":"8/31/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":689,"Date":"9/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":177,"Date":"9/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":728,"Cost":618,"Date":"9/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":472,"Date":"9/29/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":667,"Cost":495,"Date":"11/7/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":688,"Cost":515,"Date":"11/26/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":813,"Date":"11/27/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":79,"Date":"12/5/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":427,"Date":"12/26/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":788,"Cost":642,"Date":"12/31/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":509,"Cost":405,"Date":"1/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":297,"Cost":159,"Date":"2/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":953,"Cost":896,"Date":"2/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":918,"Cost":779,"Date":"2/27/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":271,"Date":"3/1/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":179,"Cost":111,"Date":"3/1/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":175,"Cost":113,"Date":"3/19/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":601,"Date":"3/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":157,"Date":"5/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":267,"Cost":222,"Date":"7/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":47,"Date":"8/5/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":652,"Date":"8/12/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":557,"Cost":338,"Date":"8/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":117,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":514,"Date":"9/3/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":914,"Cost":848,"Date":"9/5/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":794,"Date":"10/6/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":976,"Cost":723,"Date":"10/19/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":510,"Date":"11/15/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":625,"Cost":470,"Date":"12/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":172,"Date":"1/8/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":368,"Date":"1/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":18,"Date":"1/19/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":848,"Cost":459,"Date":"1/28/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":342,"Cost":268,"Date":"1/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":287,"Date":"3/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":557,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":683,"Date":"4/24/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":113,"Date":"4/28/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":925,"Cost":833,"Date":"5/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":386,"Date":"5/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":489,"Date":"5/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":14,"Cost":7,"Date":"6/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":315,"Date":"6/3/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":11,"Cost":5,"Date":"6/5/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":621,"Cost":460,"Date":"6/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":931,"Cost":565,"Date":"6/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":143,"Cost":84,"Date":"6/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":647,"Cost":556,"Date":"6/24/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":910,"Cost":705,"Date":"7/4/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":519,"Date":"7/9/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":543,"Cost":380,"Date":"7/12/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":88,"Date":"8/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":438,"Cost":327,"Date":"8/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":421,"Date":"8/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":557,"Cost":496,"Date":"9/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":931,"Cost":514,"Date":"9/3/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":135,"Date":"9/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":188,"Date":"10/4/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":33,"Date":"11/1/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":663,"Cost":464,"Date":"11/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":121,"Date":"12/17/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":399,"Cost":319,"Date":"2/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":884,"Cost":763,"Date":"2/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":510,"Cost":481,"Date":"3/4/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":200,"Cost":180,"Date":"3/9/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":132,"Cost":71,"Date":"3/9/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":422,"Date":"3/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":442,"Date":"3/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":561,"Cost":416,"Date":"3/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":694,"Date":"3/23/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":332,"Date":"4/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":129,"Cost":106,"Date":"5/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":671,"Cost":361,"Date":"5/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":473,"Cost":407,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":20,"Cost":18,"Date":"6/2/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":619,"Cost":579,"Date":"6/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":445,"Date":"6/16/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":90,"Date":"6/16/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":395,"Cost":368,"Date":"7/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":249,"Cost":138,"Date":"7/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":51,"Cost":31,"Date":"8/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":443,"Cost":233,"Date":"8/29/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":86,"Cost":69,"Date":"8/31/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":161,"Date":"9/8/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":475,"Date":"9/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":135,"Cost":98,"Date":"9/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":25,"Cost":21,"Date":"9/19/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":232,"Cost":201,"Date":"9/25/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":132,"Date":"10/4/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":815,"Cost":581,"Date":"10/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":119,"Date":"10/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":603,"Cost":511,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":994,"Cost":889,"Date":"10/30/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":88,"Cost":64,"Date":"11/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":155,"Date":"11/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":479,"Date":"11/25/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":801,"Cost":549,"Date":"1/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":439,"Cost":226,"Date":"1/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":618,"Cost":461,"Date":"1/20/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":258,"Cost":234,"Date":"2/8/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":976,"Cost":553,"Date":"2/25/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":114,"Date":"3/7/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":542,"Date":"3/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":310,"Cost":241,"Date":"3/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":283,"Date":"4/5/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":517,"Cost":488,"Date":"4/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":333,"Date":"5/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":175,"Date":"5/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":469,"Date":"5/15/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":971,"Cost":740,"Date":"5/25/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":284,"Date":"5/26/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":723,"Cost":481,"Date":"5/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":150,"Date":"7/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":863,"Cost":557,"Date":"9/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":513,"Date":"10/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":669,"Date":"10/8/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":349,"Date":"10/26/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":3,"Cost":2,"Date":"11/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":447,"Cost":425,"Date":"11/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":71,"Date":"12/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":293,"Date":"2/9/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":739,"Cost":570,"Date":"2/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":462,"Cost":355,"Date":"3/10/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":402,"Cost":358,"Date":"3/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":270,"Cost":135,"Date":"3/18/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":692,"Cost":384,"Date":"3/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":327,"Date":"3/26/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":424,"Date":"6/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":132,"Cost":88,"Date":"6/10/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":146,"Date":"6/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":430,"Date":"6/25/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":185,"Cost":176,"Date":"7/19/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":233,"Date":"7/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":257,"Date":"7/25/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":147,"Cost":86,"Date":"8/4/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":852,"Cost":598,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":827,"Cost":773,"Date":"9/4/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":236,"Date":"9/19/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":204,"Cost":176,"Date":"9/29/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":797,"Cost":470,"Date":"10/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":803,"Date":"10/15/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":245,"Cost":126,"Date":"10/30/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":523,"Date":"11/9/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":427,"Cost":222,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":954,"Cost":562,"Date":"11/30/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":461,"Cost":243,"Date":"12/8/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":462,"Cost":284,"Date":"12/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":800,"Cost":675,"Date":"1/15/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":902,"Cost":612,"Date":"1/24/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":307,"Date":"2/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":190,"Cost":133,"Date":"2/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":415,"Cost":268,"Date":"3/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":28,"Cost":21,"Date":"3/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":613,"Cost":556,"Date":"4/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":782,"Cost":508,"Date":"5/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":345,"Cost":183,"Date":"5/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":508,"Date":"6/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":414,"Date":"6/26/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":729,"Date":"7/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":656,"Cost":577,"Date":"7/13/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":650,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":211,"Date":"8/26/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":630,"Cost":567,"Date":"9/2/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":130,"Date":"9/29/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":453,"Cost":423,"Date":"10/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":936,"Cost":850,"Date":"11/2/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":977,"Cost":892,"Date":"11/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":389,"Cost":342,"Date":"11/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":489,"Cost":397,"Date":"12/1/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":48,"Cost":25,"Date":"12/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":71,"Cost":49,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":735,"Cost":620,"Date":"12/18/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":190,"Date":"12/20/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":551,"Date":"12/20/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":125,"Cost":79,"Date":"12/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":859,"Cost":765,"Date":"1/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":804,"Cost":458,"Date":"2/5/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":833,"Cost":787,"Date":"2/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":827,"Cost":500,"Date":"2/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":35,"Date":"2/18/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":407,"Date":"2/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":123,"Date":"2/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":30,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":219,"Cost":170,"Date":"4/2/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":624,"Cost":412,"Date":"4/3/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":816,"Cost":756,"Date":"4/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":779,"Cost":673,"Date":"4/10/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":527,"Date":"4/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":141,"Cost":94,"Date":"5/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":776,"Cost":659,"Date":"5/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":793,"Cost":616,"Date":"6/20/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":535,"Date":"7/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":385,"Date":"7/4/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":799,"Cost":526,"Date":"7/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":13,"Cost":9,"Date":"7/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":299,"Date":"7/14/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":148,"Date":"7/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":321,"Date":"8/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":446,"Date":"8/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":770,"Date":"8/7/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":506,"Cost":303,"Date":"8/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":113,"Cost":104,"Date":"8/31/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":395,"Cost":220,"Date":"9/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":952,"Cost":521,"Date":"9/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":796,"Cost":741,"Date":"9/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":364,"Cost":290,"Date":"9/29/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":687,"Date":"11/7/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":13,"Cost":7,"Date":"11/26/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":278,"Date":"11/27/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":904,"Cost":621,"Date":"12/5/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":158,"Date":"12/26/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":218,"Cost":133,"Date":"12/31/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":502,"Cost":445,"Date":"1/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":303,"Date":"2/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":364,"Cost":258,"Date":"2/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":678,"Cost":535,"Date":"2/27/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":487,"Cost":338,"Date":"3/1/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":543,"Date":"3/1/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":348,"Cost":220,"Date":"3/19/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":707,"Date":"3/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":327,"Date":"5/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":492,"Date":"7/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":389,"Date":"8/5/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":671,"Cost":422,"Date":"8/12/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":54,"Cost":33,"Date":"8/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":79,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":937,"Cost":718,"Date":"9/3/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":999,"Cost":592,"Date":"9/5/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":595,"Cost":517,"Date":"10/6/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":887,"Cost":709,"Date":"10/19/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":405,"Cost":354,"Date":"11/15/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":845,"Cost":588,"Date":"12/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":395,"Cost":200,"Date":"1/8/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":48,"Cost":30,"Date":"1/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":433,"Date":"1/19/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":172,"Date":"1/28/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":12,"Date":"1/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":847,"Date":"3/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":616,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":502,"Cost":382,"Date":"4/24/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":19,"Cost":11,"Date":"4/28/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":929,"Cost":766,"Date":"5/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":237,"Date":"5/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":381,"Date":"5/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":999,"Cost":797,"Date":"6/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":415,"Cost":236,"Date":"6/3/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":145,"Date":"6/5/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":669,"Date":"6/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":341,"Cost":286,"Date":"6/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":729,"Cost":632,"Date":"6/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":146,"Cost":130,"Date":"6/24/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":723,"Date":"7/4/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":485,"Date":"7/9/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":140,"Cost":102,"Date":"7/12/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":799,"Cost":686,"Date":"8/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":548,"Date":"8/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":585,"Cost":319,"Date":"8/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":2,"Cost":1,"Date":"9/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":103,"Date":"9/3/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":357,"Date":"9/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":343,"Cost":213,"Date":"10/4/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":865,"Cost":605,"Date":"11/1/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":165,"Date":"11/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":552,"Cost":314,"Date":"12/17/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":688,"Cost":349,"Date":"2/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":461,"Cost":327,"Date":"2/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":216,"Date":"3/4/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":656,"Cost":453,"Date":"3/9/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":917,"Cost":545,"Date":"3/9/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":576,"Cost":435,"Date":"3/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":311,"Date":"3/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":743,"Date":"3/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":831,"Cost":624,"Date":"3/23/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":605,"Date":"4/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":792,"Date":"5/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":110,"Cost":55,"Date":"5/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":634,"Cost":375,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":24,"Date":"6/2/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":389,"Cost":322,"Date":"6/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":289,"Date":"6/16/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":175,"Cost":165,"Date":"6/16/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":468,"Date":"7/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":52,"Cost":35,"Date":"7/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":181,"Date":"8/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":30,"Date":"8/29/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":40,"Date":"8/31/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":299,"Date":"9/8/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":439,"Date":"9/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":770,"Date":"9/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":235,"Date":"9/19/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":806,"Cost":461,"Date":"9/25/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":815,"Cost":445,"Date":"10/4/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":83,"Cost":47,"Date":"10/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":74,"Cost":37,"Date":"10/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":640,"Cost":558,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":590,"Cost":453,"Date":"10/30/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":918,"Cost":855,"Date":"11/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":361,"Date":"11/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":637,"Cost":563,"Date":"11/25/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":908,"Cost":500,"Date":"1/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":119,"Cost":86,"Date":"1/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":229,"Date":"1/20/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":604,"Date":"2/8/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":681,"Cost":545,"Date":"2/25/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":175,"Date":"3/7/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":525,"Cost":435,"Date":"3/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":300,"Date":"3/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":937,"Cost":762,"Date":"4/5/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":108,"Date":"4/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":22,"Cost":13,"Date":"5/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":713,"Cost":588,"Date":"5/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":590,"Cost":546,"Date":"5/15/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":550,"Date":"5/25/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":181,"Cost":150,"Date":"5/26/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":355,"Cost":259,"Date":"5/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":968,"Cost":532,"Date":"7/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":396,"Cost":290,"Date":"9/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":666,"Date":"10/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":99,"Cost":62,"Date":"10/8/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":422,"Cost":398,"Date":"10/26/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":329,"Cost":170,"Date":"11/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":555,"Date":"11/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"Sellpy","Country":"Australia","Sale":322,"Cost":166,"Date":"12/1/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":913,"Cost":672,"Date":"2/9/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":987,"Cost":733,"Date":"2/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":310,"Cost":275,"Date":"3/10/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":990,"Cost":566,"Date":"3/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":486,"Cost":413,"Date":"3/18/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":850,"Cost":741,"Date":"3/20/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":254,"Cost":202,"Date":"3/26/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":185,"Cost":127,"Date":"6/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":411,"Cost":338,"Date":"6/10/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":646,"Cost":604,"Date":"6/16/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":111,"Cost":71,"Date":"6/25/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":53,"Cost":34,"Date":"7/19/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":305,"Cost":160,"Date":"7/21/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":343,"Cost":259,"Date":"7/25/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":992,"Cost":514,"Date":"8/4/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":430,"Cost":371,"Date":"9/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":755,"Cost":511,"Date":"9/4/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":420,"Cost":398,"Date":"9/19/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"9/29/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":181,"Cost":144,"Date":"10/2/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":565,"Cost":497,"Date":"10/15/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":772,"Cost":400,"Date":"10/30/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":254,"Cost":156,"Date":"11/9/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":902,"Cost":745,"Date":"11/23/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":5,"Cost":3,"Date":"11/30/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":818,"Cost":612,"Date":"12/8/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":33,"Cost":25,"Date":"12/11/2018"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":221,"Cost":192,"Date":"1/15/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":584,"Cost":325,"Date":"1/24/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":289,"Cost":208,"Date":"2/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":82,"Cost":66,"Date":"2/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":460,"Cost":242,"Date":"3/9/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":933,"Cost":569,"Date":"3/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":86,"Cost":78,"Date":"4/19/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":31,"Cost":29,"Date":"5/3/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":50,"Cost":39,"Date":"5/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":808,"Cost":608,"Date":"6/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":674,"Cost":504,"Date":"6/26/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":994,"Cost":839,"Date":"7/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":622,"Cost":337,"Date":"7/13/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":264,"Cost":147,"Date":"8/8/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":300,"Cost":282,"Date":"8/26/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":640,"Cost":583,"Date":"9/2/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":567,"Cost":380,"Date":"9/29/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":115,"Cost":72,"Date":"10/12/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":611,"Cost":482,"Date":"11/2/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":4,"Cost":3,"Date":"11/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":247,"Cost":143,"Date":"11/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":421,"Cost":394,"Date":"12/1/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":234,"Cost":194,"Date":"12/4/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":144,"Cost":104,"Date":"12/7/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":959,"Cost":560,"Date":"12/18/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":738,"Cost":569,"Date":"12/20/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":188,"Cost":113,"Date":"12/20/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":897,"Cost":814,"Date":"12/21/2019"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":363,"Cost":272,"Date":"1/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":461,"Cost":384,"Date":"2/5/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":157,"Cost":121,"Date":"2/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":353,"Cost":202,"Date":"2/16/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":129,"Cost":113,"Date":"2/18/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":912,"Cost":591,"Date":"2/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":264,"Cost":216,"Date":"2/25/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":986,"Cost":705,"Date":"3/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":695,"Cost":567,"Date":"4/2/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":310,"Cost":288,"Date":"4/3/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":146,"Cost":113,"Date":"4/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":170,"Cost":118,"Date":"4/10/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":154,"Cost":136,"Date":"4/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":870,"Cost":760,"Date":"5/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":582,"Cost":329,"Date":"5/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":305,"Cost":177,"Date":"6/20/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":272,"Cost":220,"Date":"7/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":167,"Cost":115,"Date":"7/4/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":30,"Cost":20,"Date":"7/8/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":243,"Cost":220,"Date":"7/9/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":278,"Cost":232,"Date":"7/14/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":177,"Cost":96,"Date":"7/19/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":269,"Cost":246,"Date":"8/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":399,"Cost":213,"Date":"8/6/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":569,"Cost":405,"Date":"8/7/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":48,"Cost":26,"Date":"8/22/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":415,"Cost":330,"Date":"8/31/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":752,"Cost":688,"Date":"9/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":661,"Cost":510,"Date":"9/1/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":939,"Cost":667,"Date":"9/17/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":467,"Cost":400,"Date":"9/29/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":287,"Cost":162,"Date":"11/7/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":589,"Cost":448,"Date":"11/26/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":792,"Cost":429,"Date":"11/27/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":186,"Cost":111,"Date":"12/5/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":113,"Cost":103,"Date":"12/26/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":204,"Cost":176,"Date":"12/31/2020"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":462,"Cost":382,"Date":"1/20/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":194,"Cost":156,"Date":"2/2/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":373,"Cost":251,"Date":"2/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":502,"Cost":443,"Date":"2/27/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":518,"Cost":327,"Date":"3/1/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":207,"Cost":171,"Date":"3/1/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":194,"Cost":162,"Date":"3/19/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":452,"Cost":384,"Date":"3/28/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":401,"Cost":374,"Date":"5/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":525,"Cost":373,"Date":"7/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":759,"Cost":578,"Date":"8/5/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":212,"Cost":138,"Date":"8/12/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":71,"Cost":52,"Date":"8/21/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":66,"Cost":44,"Date":"8/23/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":157,"Cost":91,"Date":"9/3/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":873,"Cost":535,"Date":"9/5/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":176,"Cost":148,"Date":"10/6/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":155,"Cost":85,"Date":"10/19/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":582,"Cost":337,"Date":"11/15/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":344,"Cost":244,"Date":"12/8/2021"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":779,"Cost":564,"Date":"1/8/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":989,"Cost":626,"Date":"1/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":455,"Cost":425,"Date":"1/19/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":756,"Cost":626,"Date":"1/28/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":138,"Cost":102,"Date":"1/31/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":527,"Cost":439,"Date":"3/27/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":519,"Cost":475,"Date":"4/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":431,"Cost":370,"Date":"4/24/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":38,"Cost":30,"Date":"4/28/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":963,"Cost":491,"Date":"5/15/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":438,"Cost":360,"Date":"5/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":198,"Cost":169,"Date":"5/18/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":934,"Cost":510,"Date":"6/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":12,"Cost":11,"Date":"6/3/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":629,"Cost":597,"Date":"6/5/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":347,"Cost":286,"Date":"6/7/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":671,"Cost":352,"Date":"6/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":524,"Cost":290,"Date":"6/20/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":17,"Cost":15,"Date":"6/24/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":301,"Cost":163,"Date":"7/4/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":168,"Cost":150,"Date":"7/9/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":575,"Cost":450,"Date":"7/12/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":131,"Cost":74,"Date":"8/14/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":336,"Cost":241,"Date":"8/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":261,"Cost":152,"Date":"8/23/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":93,"Cost":65,"Date":"9/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":565,"Cost":415,"Date":"9/3/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":401,"Cost":286,"Date":"9/16/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":882,"Cost":681,"Date":"10/4/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":700,"Cost":381,"Date":"11/1/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":369,"Cost":207,"Date":"11/2/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":773,"Cost":691,"Date":"12/17/2022"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":273,"Cost":170,"Date":"2/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":1000,"Cost":511,"Date":"2/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":217,"Cost":192,"Date":"3/4/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":256,"Cost":183,"Date":"3/9/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":220,"Cost":179,"Date":"3/9/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":631,"Cost":399,"Date":"3/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":758,"Cost":415,"Date":"3/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":151,"Cost":85,"Date":"3/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":9,"Cost":5,"Date":"3/23/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":197,"Cost":161,"Date":"4/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":791,"Cost":506,"Date":"5/7/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":145,"Cost":96,"Date":"5/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":281,"Cost":149,"Date":"5/20/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":985,"Cost":857,"Date":"6/2/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":485,"Cost":447,"Date":"6/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":225,"Cost":139,"Date":"6/16/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":782,"Cost":711,"Date":"6/16/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":459,"Cost":405,"Date":"7/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":902,"Cost":485,"Date":"7/11/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":842,"Cost":761,"Date":"8/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":906,"Cost":592,"Date":"8/29/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":238,"Cost":182,"Date":"8/31/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":321,"Cost":174,"Date":"9/8/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":985,"Cost":705,"Date":"9/13/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":993,"Cost":879,"Date":"9/14/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":390,"Cost":282,"Date":"9/19/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":974,"Cost":892,"Date":"9/25/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":266,"Cost":212,"Date":"10/4/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":358,"Cost":193,"Date":"10/10/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":687,"Cost":391,"Date":"10/17/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":531,"Cost":436,"Date":"10/28/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":241,"Cost":171,"Date":"10/30/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":113,"Cost":65,"Date":"11/1/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":77,"Cost":71,"Date":"11/15/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":255,"Cost":215,"Date":"11/25/2023"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":231,"Cost":206,"Date":"1/10/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":43,"Cost":26,"Date":"1/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":982,"Cost":757,"Date":"1/20/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":75,"Cost":68,"Date":"2/8/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":295,"Cost":252,"Date":"2/25/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":735,"Cost":378,"Date":"3/7/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":759,"Cost":483,"Date":"3/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":141,"Cost":112,"Date":"3/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":713,"Cost":635,"Date":"4/5/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":448,"Cost":320,"Date":"4/14/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":840,"Cost":557,"Date":"5/3/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":563,"Cost":373,"Date":"5/9/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":979,"Cost":873,"Date":"5/15/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":109,"Cost":87,"Date":"5/25/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":541,"Cost":394,"Date":"5/26/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":455,"Cost":274,"Date":"5/31/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":252,"Cost":182,"Date":"7/27/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":504,"Cost":440,"Date":"9/17/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":590,"Cost":376,"Date":"10/6/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":571,"Cost":422,"Date":"10/8/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":937,"Cost":866,"Date":"10/26/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":836,"Cost":603,"Date":"11/16/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":906,"Cost":649,"Date":"11/18/2024"},{"Store":"Chatswood Chase, Sydney","Brand":"COS","Country":"Australia","Sale":26,"Cost":18,"Date":"12/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":598,"Cost":564,"Date":"2/9/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":643,"Date":"2/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":507,"Cost":449,"Date":"3/10/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":101,"Date":"3/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":280,"Date":"3/18/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":852,"Cost":687,"Date":"3/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":426,"Cost":284,"Date":"3/26/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":360,"Date":"6/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":597,"Cost":441,"Date":"6/10/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":433,"Date":"6/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":253,"Date":"6/25/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":149,"Date":"7/19/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":227,"Cost":175,"Date":"7/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":321,"Date":"7/25/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":348,"Cost":181,"Date":"8/4/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":476,"Cost":272,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":252,"Cost":240,"Date":"9/4/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":398,"Cost":284,"Date":"9/19/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":553,"Cost":490,"Date":"9/29/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":720,"Cost":534,"Date":"10/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":203,"Cost":166,"Date":"10/15/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":904,"Cost":645,"Date":"10/30/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":39,"Cost":31,"Date":"11/9/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":784,"Cost":558,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":558,"Date":"11/30/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":371,"Date":"12/8/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":675,"Date":"12/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":767,"Cost":595,"Date":"1/15/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":544,"Date":"1/24/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":136,"Cost":89,"Date":"2/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":477,"Date":"2/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":130,"Date":"3/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":150,"Cost":100,"Date":"3/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":950,"Cost":797,"Date":"4/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":484,"Date":"5/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":521,"Cost":378,"Date":"5/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":48,"Date":"6/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":239,"Date":"6/26/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":447,"Date":"7/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":309,"Date":"7/13/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":514,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":173,"Date":"8/26/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":885,"Cost":795,"Date":"9/2/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":350,"Cost":247,"Date":"9/29/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":482,"Date":"10/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":449,"Date":"11/2/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":356,"Date":"11/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":337,"Date":"11/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":151,"Date":"12/1/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":342,"Cost":221,"Date":"12/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":129,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":472,"Cost":378,"Date":"12/18/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":180,"Date":"12/20/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":177,"Date":"12/20/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":285,"Date":"12/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":965,"Cost":744,"Date":"1/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":840,"Cost":529,"Date":"2/5/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":33,"Cost":26,"Date":"2/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":966,"Cost":814,"Date":"2/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":720,"Cost":507,"Date":"2/18/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":482,"Date":"2/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":482,"Date":"2/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":12,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":632,"Date":"4/2/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":422,"Cost":342,"Date":"4/3/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":409,"Date":"4/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":525,"Cost":491,"Date":"4/10/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":193,"Cost":128,"Date":"4/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":96,"Date":"5/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":337,"Cost":309,"Date":"5/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":265,"Cost":192,"Date":"6/20/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":307,"Cost":180,"Date":"7/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":255,"Date":"7/4/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":595,"Date":"7/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":664,"Cost":630,"Date":"7/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":715,"Cost":636,"Date":"7/14/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":700,"Date":"7/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":410,"Cost":247,"Date":"8/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":466,"Cost":275,"Date":"8/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":268,"Date":"8/7/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":858,"Cost":678,"Date":"8/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":26,"Date":"8/31/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":670,"Cost":482,"Date":"9/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":239,"Cost":172,"Date":"9/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":88,"Cost":84,"Date":"9/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":444,"Cost":250,"Date":"9/29/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":123,"Date":"11/7/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":445,"Date":"11/26/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":478,"Cost":294,"Date":"11/27/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":317,"Date":"12/5/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":439,"Cost":395,"Date":"12/26/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":29,"Date":"12/31/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":51,"Date":"1/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":969,"Cost":825,"Date":"2/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":52,"Cost":30,"Date":"2/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":844,"Date":"2/27/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":258,"Date":"3/1/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":500,"Date":"3/1/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":229,"Cost":163,"Date":"3/19/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":727,"Date":"3/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":741,"Cost":389,"Date":"5/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":43,"Date":"7/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":136,"Cost":98,"Date":"8/5/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":745,"Date":"8/12/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":563,"Cost":521,"Date":"8/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":730,"Cost":510,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":445,"Cost":355,"Date":"9/3/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":191,"Date":"9/5/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":941,"Cost":813,"Date":"10/6/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":165,"Date":"10/19/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":532,"Date":"11/15/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":36,"Cost":18,"Date":"12/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":300,"Date":"1/8/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":716,"Cost":496,"Date":"1/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":13,"Cost":8,"Date":"1/19/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":786,"Cost":595,"Date":"1/28/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":664,"Cost":419,"Date":"1/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":141,"Cost":83,"Date":"3/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":41,"Cost":28,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":17,"Cost":9,"Date":"4/24/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":596,"Cost":378,"Date":"4/28/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":260,"Date":"5/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":731,"Cost":522,"Date":"5/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":114,"Cost":99,"Date":"5/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":772,"Cost":605,"Date":"6/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":872,"Date":"6/3/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":36,"Cost":35,"Date":"6/5/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":142,"Cost":125,"Date":"6/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":354,"Cost":269,"Date":"6/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":939,"Cost":739,"Date":"6/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":71,"Date":"6/24/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":20,"Date":"7/4/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":358,"Cost":323,"Date":"7/9/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":780,"Cost":699,"Date":"7/12/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":351,"Date":"8/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":188,"Date":"8/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":526,"Date":"8/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":246,"Date":"9/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":342,"Cost":268,"Date":"9/3/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":489,"Cost":249,"Date":"9/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":43,"Date":"10/4/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":722,"Date":"11/1/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":574,"Cost":452,"Date":"11/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":493,"Date":"12/17/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":538,"Date":"2/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":227,"Date":"2/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":3,"Date":"3/4/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":142,"Date":"3/9/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":943,"Cost":652,"Date":"3/9/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":422,"Date":"3/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":571,"Date":"3/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":637,"Cost":348,"Date":"3/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":780,"Cost":637,"Date":"3/23/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":577,"Cost":336,"Date":"4/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":192,"Cost":163,"Date":"5/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":521,"Date":"5/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":547,"Cost":324,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":596,"Cost":465,"Date":"6/2/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":707,"Cost":391,"Date":"6/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":222,"Date":"6/16/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":661,"Date":"6/16/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":692,"Cost":404,"Date":"7/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":265,"Date":"7/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":212,"Cost":110,"Date":"8/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":659,"Date":"8/29/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":493,"Date":"8/31/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":980,"Cost":741,"Date":"9/8/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":179,"Date":"9/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":781,"Cost":576,"Date":"9/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":931,"Cost":820,"Date":"9/19/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":818,"Date":"9/25/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":824,"Date":"10/4/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":432,"Cost":306,"Date":"10/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":232,"Date":"10/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":429,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":806,"Cost":638,"Date":"10/30/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":257,"Date":"11/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":966,"Cost":558,"Date":"11/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":595,"Date":"11/25/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":435,"Cost":295,"Date":"1/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":51,"Cost":30,"Date":"1/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":354,"Date":"1/20/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":55,"Cost":45,"Date":"2/8/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":169,"Cost":130,"Date":"2/25/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":580,"Date":"3/7/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":85,"Date":"3/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":680,"Cost":400,"Date":"3/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":415,"Cost":211,"Date":"4/5/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":756,"Date":"4/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":139,"Cost":115,"Date":"5/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":78,"Cost":63,"Date":"5/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":486,"Cost":346,"Date":"5/15/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":42,"Date":"5/25/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":660,"Date":"5/26/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":412,"Date":"5/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":458,"Cost":280,"Date":"7/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":440,"Date":"9/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":968,"Cost":510,"Date":"10/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":535,"Cost":340,"Date":"10/8/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":841,"Date":"10/26/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":352,"Cost":193,"Date":"11/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":859,"Cost":615,"Date":"11/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"HM Home","Country":"Australia","Sale":476,"Cost":442,"Date":"12/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":676,"Cost":550,"Date":"2/9/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":528,"Cost":360,"Date":"2/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":828,"Cost":733,"Date":"3/10/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":700,"Cost":615,"Date":"3/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":911,"Cost":512,"Date":"3/18/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":195,"Cost":103,"Date":"3/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":237,"Cost":169,"Date":"3/26/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":404,"Cost":356,"Date":"6/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":994,"Cost":747,"Date":"6/10/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":125,"Cost":100,"Date":"6/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":291,"Cost":229,"Date":"6/25/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":865,"Cost":578,"Date":"7/19/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":287,"Cost":235,"Date":"7/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":589,"Cost":445,"Date":"7/25/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":655,"Cost":520,"Date":"8/4/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":310,"Cost":280,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":95,"Cost":73,"Date":"9/4/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":635,"Cost":548,"Date":"9/19/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":872,"Cost":713,"Date":"9/29/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":209,"Cost":128,"Date":"10/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":791,"Cost":667,"Date":"10/15/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":112,"Cost":75,"Date":"10/30/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":499,"Cost":313,"Date":"11/9/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":709,"Cost":438,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":583,"Cost":519,"Date":"11/30/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":368,"Cost":235,"Date":"12/8/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":843,"Cost":519,"Date":"12/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":64,"Cost":60,"Date":"1/15/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":4,"Cost":2,"Date":"1/24/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":63,"Cost":35,"Date":"2/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":396,"Cost":313,"Date":"2/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":205,"Cost":191,"Date":"3/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":217,"Cost":206,"Date":"3/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":261,"Cost":192,"Date":"4/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":7,"Cost":6,"Date":"5/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":299,"Cost":262,"Date":"5/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":32,"Cost":22,"Date":"6/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":399,"Cost":348,"Date":"6/26/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":944,"Cost":821,"Date":"7/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":515,"Cost":342,"Date":"7/13/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":802,"Cost":512,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":523,"Cost":321,"Date":"8/26/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":65,"Cost":58,"Date":"9/2/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":988,"Cost":789,"Date":"9/29/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":67,"Cost":64,"Date":"10/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":394,"Cost":324,"Date":"11/2/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":80,"Cost":65,"Date":"11/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":727,"Cost":656,"Date":"11/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":764,"Cost":637,"Date":"12/1/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":425,"Cost":317,"Date":"12/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":176,"Cost":91,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":150,"Cost":137,"Date":"12/18/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":603,"Cost":343,"Date":"12/20/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":723,"Cost":470,"Date":"12/20/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":611,"Cost":446,"Date":"12/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":228,"Cost":202,"Date":"1/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":701,"Cost":402,"Date":"2/5/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":446,"Cost":230,"Date":"2/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":839,"Cost":604,"Date":"2/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":665,"Cost":577,"Date":"2/18/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":971,"Cost":698,"Date":"2/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":595,"Cost":554,"Date":"2/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":611,"Cost":552,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":602,"Cost":311,"Date":"4/2/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":436,"Cost":312,"Date":"4/3/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":257,"Cost":168,"Date":"4/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":37,"Cost":25,"Date":"4/10/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":154,"Cost":87,"Date":"4/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":664,"Cost":559,"Date":"5/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":793,"Cost":499,"Date":"5/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":184,"Cost":172,"Date":"6/20/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":548,"Cost":282,"Date":"7/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":393,"Cost":223,"Date":"7/4/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":493,"Cost":295,"Date":"7/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":352,"Cost":215,"Date":"7/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":933,"Cost":765,"Date":"7/14/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":274,"Cost":246,"Date":"7/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":499,"Cost":396,"Date":"8/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":259,"Cost":190,"Date":"8/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":165,"Cost":103,"Date":"8/7/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":70,"Cost":58,"Date":"8/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":390,"Cost":350,"Date":"8/31/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":707,"Cost":597,"Date":"9/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":442,"Cost":357,"Date":"9/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":643,"Cost":488,"Date":"9/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":600,"Cost":305,"Date":"9/29/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":322,"Cost":232,"Date":"11/7/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":27,"Cost":23,"Date":"11/26/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":209,"Cost":115,"Date":"11/27/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":171,"Cost":89,"Date":"12/5/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":759,"Cost":416,"Date":"12/26/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":533,"Cost":396,"Date":"12/31/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":300,"Cost":175,"Date":"1/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":718,"Cost":552,"Date":"2/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":738,"Cost":668,"Date":"2/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":291,"Cost":232,"Date":"2/27/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":794,"Cost":494,"Date":"3/1/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":371,"Cost":254,"Date":"3/1/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":402,"Cost":230,"Date":"3/19/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":944,"Cost":895,"Date":"3/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":418,"Cost":270,"Date":"5/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":946,"Cost":546,"Date":"7/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":647,"Cost":448,"Date":"8/5/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":596,"Cost":394,"Date":"8/12/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":705,"Cost":579,"Date":"8/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":539,"Cost":287,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":689,"Cost":579,"Date":"9/3/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":469,"Cost":323,"Date":"9/5/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":297,"Cost":249,"Date":"10/6/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":792,"Cost":531,"Date":"10/19/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":302,"Cost":253,"Date":"11/15/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":424,"Cost":366,"Date":"12/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":43,"Cost":26,"Date":"1/8/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":324,"Cost":300,"Date":"1/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":811,"Cost":607,"Date":"1/19/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":701,"Cost":381,"Date":"1/28/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":970,"Cost":881,"Date":"1/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":474,"Cost":305,"Date":"3/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":409,"Cost":369,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":198,"Cost":149,"Date":"4/24/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":853,"Cost":601,"Date":"4/28/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":961,"Cost":556,"Date":"5/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":738,"Cost":540,"Date":"5/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":670,"Cost":634,"Date":"5/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":648,"Cost":365,"Date":"6/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":16,"Cost":16,"Date":"6/3/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":822,"Cost":672,"Date":"6/5/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":988,"Cost":810,"Date":"6/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":973,"Cost":865,"Date":"6/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":572,"Cost":419,"Date":"6/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":377,"Cost":271,"Date":"6/24/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":496,"Cost":280,"Date":"7/4/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":721,"Cost":520,"Date":"7/9/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":416,"Cost":285,"Date":"7/12/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":52,"Cost":36,"Date":"8/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":397,"Cost":224,"Date":"8/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":289,"Cost":240,"Date":"8/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":730,"Cost":645,"Date":"9/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":498,"Cost":352,"Date":"9/3/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":772,"Cost":463,"Date":"9/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":357,"Cost":315,"Date":"10/4/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":578,"Cost":321,"Date":"11/1/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":426,"Cost":310,"Date":"11/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":113,"Cost":107,"Date":"12/17/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":351,"Cost":305,"Date":"2/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":936,"Cost":612,"Date":"2/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":909,"Cost":568,"Date":"3/4/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":331,"Cost":257,"Date":"3/9/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":973,"Cost":653,"Date":"3/9/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":450,"Cost":421,"Date":"3/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":980,"Cost":514,"Date":"3/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":298,"Cost":169,"Date":"3/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":911,"Cost":766,"Date":"3/23/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":353,"Cost":317,"Date":"4/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":992,"Cost":672,"Date":"5/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":86,"Cost":45,"Date":"5/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":594,"Cost":536,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":609,"Cost":435,"Date":"6/2/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":385,"Cost":277,"Date":"6/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":907,"Cost":838,"Date":"6/16/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":738,"Cost":538,"Date":"6/16/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":386,"Cost":333,"Date":"7/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":334,"Cost":257,"Date":"7/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":80,"Cost":70,"Date":"8/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":32,"Cost":30,"Date":"8/29/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":457,"Cost":257,"Date":"8/31/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":207,"Cost":189,"Date":"9/8/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":782,"Cost":557,"Date":"9/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":85,"Cost":66,"Date":"9/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":931,"Cost":548,"Date":"9/19/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":642,"Cost":537,"Date":"9/25/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":786,"Cost":436,"Date":"10/4/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":855,"Cost":747,"Date":"10/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":171,"Cost":103,"Date":"10/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":639,"Cost":370,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":733,"Cost":500,"Date":"10/30/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":113,"Cost":65,"Date":"11/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":534,"Cost":268,"Date":"11/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":381,"Cost":285,"Date":"11/25/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":576,"Cost":326,"Date":"1/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":177,"Cost":90,"Date":"1/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":167,"Cost":90,"Date":"1/20/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":478,"Cost":357,"Date":"2/8/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":26,"Cost":17,"Date":"2/25/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":126,"Cost":70,"Date":"3/7/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":123,"Cost":79,"Date":"3/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":192,"Cost":102,"Date":"3/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":756,"Cost":485,"Date":"4/5/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":179,"Cost":98,"Date":"4/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":202,"Cost":190,"Date":"5/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":223,"Cost":183,"Date":"5/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":813,"Cost":680,"Date":"5/15/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":206,"Cost":115,"Date":"5/25/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":141,"Cost":111,"Date":"5/26/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":699,"Cost":583,"Date":"5/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":799,"Cost":595,"Date":"7/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":540,"Cost":378,"Date":"9/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":712,"Cost":670,"Date":"10/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":829,"Cost":566,"Date":"10/8/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":864,"Cost":506,"Date":"10/26/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":913,"Cost":815,"Date":"11/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":91,"Cost":48,"Date":"11/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"COS","Country":"Australia","Sale":634,"Cost":538,"Date":"12/1/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":777,"Cost":514,"Date":"2/9/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":742,"Cost":532,"Date":"2/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":402,"Cost":239,"Date":"3/10/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":970,"Cost":874,"Date":"3/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":138,"Cost":92,"Date":"3/18/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":295,"Date":"3/20/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":114,"Date":"3/26/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":892,"Cost":796,"Date":"6/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":11,"Date":"6/10/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":288,"Cost":163,"Date":"6/16/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":256,"Cost":140,"Date":"6/25/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":251,"Date":"7/19/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":333,"Date":"7/21/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":454,"Cost":419,"Date":"7/25/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":334,"Cost":223,"Date":"8/4/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":828,"Cost":650,"Date":"9/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":443,"Cost":273,"Date":"9/4/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":129,"Date":"9/19/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":431,"Date":"9/29/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":827,"Cost":620,"Date":"10/2/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":520,"Cost":444,"Date":"10/15/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":344,"Cost":179,"Date":"10/30/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":205,"Cost":110,"Date":"11/9/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":268,"Date":"11/23/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":251,"Date":"11/30/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":67,"Date":"12/8/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":438,"Cost":224,"Date":"12/11/2018"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":93,"Cost":56,"Date":"1/15/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":196,"Date":"1/24/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":536,"Date":"2/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":305,"Date":"2/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":216,"Date":"3/9/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":85,"Date":"3/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":294,"Date":"4/19/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":981,"Cost":646,"Date":"5/3/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":326,"Cost":201,"Date":"5/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":913,"Cost":520,"Date":"6/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":625,"Date":"6/26/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":74,"Date":"7/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":221,"Date":"7/13/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":517,"Date":"8/8/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":151,"Date":"8/26/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":363,"Date":"9/2/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":336,"Cost":274,"Date":"9/29/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":782,"Date":"10/12/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":773,"Cost":613,"Date":"11/2/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":184,"Cost":96,"Date":"11/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":829,"Cost":706,"Date":"11/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":260,"Cost":163,"Date":"12/1/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":526,"Date":"12/4/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":184,"Date":"12/7/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":848,"Cost":801,"Date":"12/18/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":911,"Cost":757,"Date":"12/20/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":596,"Cost":302,"Date":"12/20/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":31,"Cost":19,"Date":"12/21/2019"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":482,"Cost":416,"Date":"1/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":258,"Date":"2/5/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":942,"Cost":625,"Date":"2/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":439,"Cost":292,"Date":"2/16/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":966,"Cost":743,"Date":"2/18/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":733,"Cost":541,"Date":"2/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":188,"Cost":161,"Date":"2/25/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":98,"Cost":67,"Date":"3/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":927,"Cost":553,"Date":"4/2/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":332,"Cost":201,"Date":"4/3/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":620,"Cost":335,"Date":"4/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":70,"Date":"4/10/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":412,"Date":"4/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":175,"Date":"5/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":465,"Date":"5/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":324,"Date":"6/20/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":873,"Cost":700,"Date":"7/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":534,"Cost":439,"Date":"7/4/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":348,"Date":"7/8/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":781,"Cost":541,"Date":"7/9/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":971,"Cost":821,"Date":"7/14/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":119,"Date":"7/19/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":55,"Date":"8/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":276,"Date":"8/6/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":132,"Cost":69,"Date":"8/7/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":24,"Date":"8/22/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":39,"Date":"8/31/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":516,"Date":"9/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":572,"Cost":418,"Date":"9/1/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":299,"Cost":278,"Date":"9/17/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":151,"Cost":90,"Date":"9/29/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":18,"Date":"11/7/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":427,"Cost":278,"Date":"11/26/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":165,"Cost":94,"Date":"11/27/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":665,"Cost":359,"Date":"12/5/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":934,"Cost":828,"Date":"12/26/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":604,"Cost":426,"Date":"12/31/2020"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":159,"Cost":145,"Date":"1/20/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":18,"Date":"2/2/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":190,"Date":"2/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":772,"Date":"2/27/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":540,"Cost":416,"Date":"3/1/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":632,"Date":"3/1/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":346,"Date":"3/19/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":394,"Date":"3/28/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":136,"Date":"5/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":102,"Date":"7/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":444,"Date":"8/5/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":15,"Cost":7,"Date":"8/12/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":733,"Date":"8/21/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":414,"Cost":282,"Date":"8/23/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":416,"Date":"9/3/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":595,"Cost":475,"Date":"9/5/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":763,"Cost":510,"Date":"10/6/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":229,"Cost":188,"Date":"10/19/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":610,"Cost":325,"Date":"11/15/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":480,"Date":"12/8/2021"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":313,"Date":"1/8/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":11,"Date":"1/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":865,"Date":"1/19/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":498,"Date":"1/28/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":424,"Date":"1/31/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":660,"Cost":559,"Date":"3/27/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":374,"Date":"4/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":708,"Date":"4/24/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":137,"Date":"4/28/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":508,"Date":"5/15/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":495,"Date":"5/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":855,"Cost":486,"Date":"5/18/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":971,"Cost":674,"Date":"6/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":465,"Date":"6/3/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":691,"Date":"6/5/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":900,"Cost":492,"Date":"6/7/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":7,"Date":"6/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":465,"Cost":439,"Date":"6/20/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":224,"Cost":190,"Date":"6/24/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":1000,"Cost":927,"Date":"7/4/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":25,"Cost":19,"Date":"7/9/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":419,"Cost":355,"Date":"7/12/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":539,"Cost":407,"Date":"8/14/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":184,"Cost":119,"Date":"8/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":290,"Date":"8/23/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":747,"Cost":620,"Date":"9/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":57,"Date":"9/3/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":118,"Cost":107,"Date":"9/16/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":24,"Cost":23,"Date":"10/4/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":837,"Cost":439,"Date":"11/1/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":343,"Date":"11/2/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":800,"Date":"12/17/2022"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":487,"Date":"2/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":708,"Cost":648,"Date":"2/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":653,"Cost":469,"Date":"3/4/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":180,"Cost":162,"Date":"3/9/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":365,"Cost":229,"Date":"3/9/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":174,"Cost":106,"Date":"3/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":796,"Cost":561,"Date":"3/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":209,"Date":"3/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":370,"Cost":286,"Date":"3/23/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":190,"Cost":163,"Date":"4/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":505,"Cost":397,"Date":"5/7/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":323,"Cost":256,"Date":"5/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":981,"Cost":706,"Date":"5/20/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":635,"Date":"6/2/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":144,"Date":"6/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":490,"Cost":406,"Date":"6/16/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":256,"Date":"6/16/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":535,"Date":"7/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":495,"Date":"7/11/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":597,"Cost":458,"Date":"8/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":146,"Cost":98,"Date":"8/29/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":948,"Cost":765,"Date":"8/31/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":439,"Cost":290,"Date":"9/8/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":688,"Cost":639,"Date":"9/13/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":399,"Cost":367,"Date":"9/14/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":119,"Date":"9/19/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":85,"Cost":72,"Date":"9/25/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":598,"Cost":439,"Date":"10/4/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":888,"Cost":833,"Date":"10/10/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":750,"Cost":379,"Date":"10/17/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":624,"Date":"10/28/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":688,"Date":"10/30/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":536,"Cost":457,"Date":"11/1/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":316,"Date":"11/15/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":340,"Cost":218,"Date":"11/25/2023"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":573,"Cost":292,"Date":"1/10/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":186,"Cost":159,"Date":"1/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":75,"Cost":60,"Date":"1/20/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":812,"Date":"2/8/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":439,"Date":"2/25/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":206,"Date":"3/7/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":229,"Cost":196,"Date":"3/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":94,"Cost":80,"Date":"3/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":778,"Cost":634,"Date":"4/5/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":497,"Date":"4/14/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":484,"Date":"5/3/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":364,"Date":"5/9/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":196,"Date":"5/15/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":52,"Date":"5/25/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":200,"Date":"5/26/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":607,"Cost":365,"Date":"5/31/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":194,"Date":"7/27/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":293,"Date":"9/17/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":380,"Date":"10/6/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":487,"Date":"10/8/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":944,"Cost":506,"Date":"10/26/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":780,"Date":"11/16/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":964,"Cost":493,"Date":"11/18/2024"},{"Store":"QVB (Queen Victoria Building), Sydney","Brand":"Jeans","Country":"Australia","Sale":806,"Cost":430,"Date":"12/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":735,"Cost":692,"Date":"2/9/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":192,"Cost":151,"Date":"2/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":556,"Cost":516,"Date":"3/10/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":304,"Cost":282,"Date":"3/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":317,"Cost":163,"Date":"3/18/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":212,"Date":"3/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":373,"Cost":226,"Date":"3/26/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":575,"Cost":492,"Date":"6/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":31,"Cost":15,"Date":"6/10/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":632,"Cost":358,"Date":"6/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":859,"Cost":678,"Date":"6/25/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":950,"Cost":797,"Date":"7/19/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":341,"Cost":305,"Date":"7/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":298,"Cost":226,"Date":"7/25/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":507,"Cost":289,"Date":"8/4/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":954,"Cost":827,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":581,"Date":"9/4/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":826,"Cost":425,"Date":"9/19/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":746,"Cost":674,"Date":"9/29/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":654,"Cost":569,"Date":"10/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":299,"Date":"10/15/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":137,"Date":"10/30/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":455,"Cost":342,"Date":"11/9/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":266,"Cost":206,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":457,"Cost":316,"Date":"11/30/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":574,"Cost":319,"Date":"12/8/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":787,"Cost":555,"Date":"12/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":2,"Cost":1,"Date":"1/15/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":602,"Cost":457,"Date":"1/24/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":951,"Cost":638,"Date":"2/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":67,"Cost":35,"Date":"2/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":921,"Cost":709,"Date":"3/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":375,"Cost":263,"Date":"3/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":115,"Cost":60,"Date":"4/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":61,"Date":"5/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":978,"Cost":704,"Date":"5/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":505,"Cost":312,"Date":"6/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":977,"Cost":876,"Date":"6/26/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":337,"Cost":239,"Date":"7/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":998,"Cost":678,"Date":"7/13/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":927,"Cost":875,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":947,"Cost":878,"Date":"8/26/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":988,"Cost":550,"Date":"9/2/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":470,"Cost":359,"Date":"9/29/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":819,"Cost":498,"Date":"10/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":446,"Date":"11/2/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":154,"Cost":131,"Date":"11/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":999,"Cost":673,"Date":"11/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":602,"Cost":320,"Date":"12/1/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":341,"Cost":301,"Date":"12/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":140,"Cost":91,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":181,"Cost":120,"Date":"12/18/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":705,"Cost":657,"Date":"12/20/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":761,"Cost":631,"Date":"12/20/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":76,"Cost":55,"Date":"12/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":501,"Date":"1/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":395,"Date":"2/5/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":125,"Cost":95,"Date":"2/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":925,"Cost":546,"Date":"2/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":878,"Cost":719,"Date":"2/18/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":677,"Cost":512,"Date":"2/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":718,"Cost":399,"Date":"2/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":661,"Cost":590,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":736,"Cost":374,"Date":"4/2/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":574,"Cost":362,"Date":"4/3/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":410,"Cost":332,"Date":"4/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":543,"Date":"4/10/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":4,"Cost":3,"Date":"4/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":657,"Date":"5/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":227,"Date":"5/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":587,"Cost":326,"Date":"6/20/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":150,"Cost":100,"Date":"7/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":6,"Cost":4,"Date":"7/4/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":770,"Cost":725,"Date":"7/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":550,"Cost":334,"Date":"7/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":287,"Cost":273,"Date":"7/14/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":544,"Date":"7/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":76,"Cost":72,"Date":"8/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":531,"Cost":311,"Date":"8/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":98,"Cost":92,"Date":"8/7/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":613,"Date":"8/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":57,"Date":"8/31/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":382,"Date":"9/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":215,"Cost":147,"Date":"9/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":582,"Cost":423,"Date":"9/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":737,"Cost":663,"Date":"9/29/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":97,"Cost":80,"Date":"11/7/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":179,"Date":"11/26/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":371,"Cost":313,"Date":"11/27/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":393,"Cost":337,"Date":"12/5/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":393,"Cost":237,"Date":"12/26/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":801,"Cost":594,"Date":"12/31/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":969,"Cost":692,"Date":"1/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":6,"Cost":5,"Date":"2/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":48,"Date":"2/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":600,"Cost":456,"Date":"2/27/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":741,"Cost":693,"Date":"3/1/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":583,"Cost":319,"Date":"3/1/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":121,"Cost":66,"Date":"3/19/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":238,"Cost":179,"Date":"3/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":93,"Cost":66,"Date":"5/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":903,"Cost":667,"Date":"7/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":545,"Date":"8/5/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":53,"Cost":47,"Date":"8/12/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":727,"Cost":478,"Date":"8/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":335,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":388,"Cost":240,"Date":"9/3/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":188,"Cost":103,"Date":"9/5/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":603,"Date":"10/6/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":603,"Date":"10/19/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":204,"Date":"11/15/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":17,"Cost":15,"Date":"12/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":824,"Cost":429,"Date":"1/8/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":535,"Date":"1/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":588,"Cost":543,"Date":"1/19/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":285,"Date":"1/28/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":141,"Date":"1/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":165,"Date":"3/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":858,"Cost":534,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":802,"Date":"4/24/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":170,"Date":"4/28/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":507,"Date":"5/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":713,"Cost":620,"Date":"5/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":544,"Date":"5/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":519,"Cost":372,"Date":"6/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":238,"Cost":214,"Date":"6/3/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":258,"Date":"6/5/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":41,"Date":"6/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":131,"Cost":86,"Date":"6/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":298,"Cost":174,"Date":"6/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":7,"Cost":3,"Date":"6/24/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":197,"Cost":115,"Date":"7/4/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":17,"Date":"7/9/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":509,"Cost":325,"Date":"7/12/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":259,"Cost":157,"Date":"8/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":457,"Date":"8/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":600,"Cost":555,"Date":"8/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":970,"Cost":838,"Date":"9/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":706,"Date":"9/3/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":68,"Cost":47,"Date":"9/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":39,"Cost":28,"Date":"10/4/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":236,"Cost":212,"Date":"11/1/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":407,"Cost":275,"Date":"11/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":233,"Cost":215,"Date":"12/17/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":355,"Date":"2/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":109,"Cost":81,"Date":"2/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":40,"Cost":26,"Date":"3/4/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":114,"Date":"3/9/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":436,"Date":"3/9/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":206,"Date":"3/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":54,"Date":"3/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":332,"Cost":187,"Date":"3/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":619,"Cost":563,"Date":"3/23/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":445,"Cost":385,"Date":"4/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":60,"Date":"5/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":373,"Cost":208,"Date":"5/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":226,"Cost":206,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":19,"Date":"6/2/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":521,"Cost":345,"Date":"6/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":491,"Date":"6/16/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":144,"Date":"6/16/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":533,"Cost":432,"Date":"7/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":286,"Cost":208,"Date":"7/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":902,"Cost":759,"Date":"8/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":334,"Date":"8/29/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":101,"Cost":70,"Date":"8/31/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":382,"Date":"9/8/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":324,"Cost":306,"Date":"9/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":253,"Cost":133,"Date":"9/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":464,"Cost":313,"Date":"9/19/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":801,"Cost":481,"Date":"9/25/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":912,"Cost":676,"Date":"10/4/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":547,"Cost":274,"Date":"10/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":984,"Cost":856,"Date":"10/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":537,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":420,"Cost":295,"Date":"10/30/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":999,"Cost":786,"Date":"11/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":442,"Cost":255,"Date":"11/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":211,"Cost":107,"Date":"11/25/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":474,"Date":"1/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":468,"Cost":410,"Date":"1/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":359,"Cost":328,"Date":"1/20/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":222,"Cost":173,"Date":"2/8/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":903,"Cost":587,"Date":"2/25/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":24,"Date":"3/7/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":876,"Cost":680,"Date":"3/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":764,"Cost":452,"Date":"3/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":790,"Cost":520,"Date":"4/5/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":161,"Cost":98,"Date":"4/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":356,"Cost":261,"Date":"5/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":380,"Date":"5/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":954,"Cost":805,"Date":"5/15/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":165,"Cost":130,"Date":"5/25/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":585,"Date":"5/26/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":21,"Date":"5/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":437,"Cost":387,"Date":"7/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":8,"Cost":4,"Date":"9/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":838,"Date":"10/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":483,"Date":"10/8/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":132,"Cost":97,"Date":"10/26/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":370,"Cost":219,"Date":"11/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":226,"Cost":149,"Date":"11/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"ARKET","Country":"Australia","Sale":47,"Cost":25,"Date":"12/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":268,"Cost":156,"Date":"2/9/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":648,"Cost":590,"Date":"2/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":917,"Cost":651,"Date":"3/10/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":465,"Cost":232,"Date":"3/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":940,"Cost":572,"Date":"3/18/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":324,"Cost":259,"Date":"3/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":598,"Cost":445,"Date":"3/26/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":670,"Cost":348,"Date":"6/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":760,"Cost":646,"Date":"6/10/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":663,"Cost":505,"Date":"6/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":232,"Cost":151,"Date":"6/25/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":288,"Cost":236,"Date":"7/19/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":895,"Cost":768,"Date":"7/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":250,"Cost":229,"Date":"7/25/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":622,"Cost":410,"Date":"8/4/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":440,"Cost":355,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":458,"Cost":294,"Date":"9/4/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":505,"Cost":418,"Date":"9/19/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":76,"Cost":56,"Date":"9/29/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":408,"Cost":246,"Date":"10/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":439,"Cost":387,"Date":"10/15/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":749,"Cost":539,"Date":"10/30/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":56,"Cost":29,"Date":"11/9/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":534,"Cost":381,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":508,"Cost":462,"Date":"11/30/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":37,"Cost":21,"Date":"12/8/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":361,"Cost":314,"Date":"12/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":673,"Cost":415,"Date":"1/15/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":498,"Cost":362,"Date":"1/24/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":280,"Cost":258,"Date":"2/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":698,"Cost":487,"Date":"2/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":874,"Cost":570,"Date":"3/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":974,"Cost":658,"Date":"3/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":71,"Cost":42,"Date":"4/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":915,"Cost":759,"Date":"5/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":417,"Cost":363,"Date":"5/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":791,"Cost":544,"Date":"6/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":212,"Cost":186,"Date":"6/26/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":886,"Cost":764,"Date":"7/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":671,"Cost":628,"Date":"7/13/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":50,"Cost":35,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":687,"Cost":421,"Date":"8/26/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":728,"Cost":564,"Date":"9/2/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":998,"Cost":870,"Date":"9/29/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":491,"Cost":358,"Date":"10/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":493,"Cost":337,"Date":"11/2/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":428,"Cost":380,"Date":"11/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":953,"Cost":863,"Date":"11/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":724,"Cost":443,"Date":"12/1/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":559,"Cost":395,"Date":"12/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":860,"Cost":546,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":50,"Cost":38,"Date":"12/18/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":319,"Cost":212,"Date":"12/20/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":19,"Cost":14,"Date":"12/20/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":725,"Cost":670,"Date":"12/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":560,"Cost":478,"Date":"1/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":110,"Cost":95,"Date":"2/5/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":796,"Cost":748,"Date":"2/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":69,"Cost":38,"Date":"2/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":287,"Cost":168,"Date":"2/18/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":966,"Cost":799,"Date":"2/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":126,"Cost":77,"Date":"2/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":403,"Cost":288,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":973,"Cost":741,"Date":"4/2/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":539,"Cost":334,"Date":"4/3/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":702,"Cost":526,"Date":"4/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":281,"Cost":143,"Date":"4/10/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":41,"Cost":35,"Date":"4/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":101,"Cost":63,"Date":"5/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":234,"Cost":176,"Date":"5/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":270,"Cost":221,"Date":"6/20/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":259,"Cost":222,"Date":"7/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":928,"Cost":629,"Date":"7/4/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":498,"Cost":274,"Date":"7/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":648,"Cost":412,"Date":"7/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":818,"Cost":620,"Date":"7/14/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":38,"Cost":35,"Date":"7/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":562,"Cost":361,"Date":"8/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":591,"Cost":345,"Date":"8/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":455,"Cost":374,"Date":"8/7/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":847,"Cost":572,"Date":"8/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":955,"Cost":491,"Date":"8/31/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":915,"Cost":808,"Date":"9/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":300,"Cost":151,"Date":"9/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":733,"Cost":469,"Date":"9/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":383,"Cost":324,"Date":"9/29/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":907,"Cost":847,"Date":"11/7/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":555,"Cost":356,"Date":"11/26/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":459,"Cost":242,"Date":"11/27/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":479,"Cost":260,"Date":"12/5/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":676,"Cost":604,"Date":"12/26/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":448,"Cost":377,"Date":"12/31/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":659,"Cost":400,"Date":"1/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":583,"Cost":466,"Date":"2/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":93,"Cost":48,"Date":"2/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":15,"Cost":9,"Date":"2/27/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":721,"Cost":501,"Date":"3/1/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":905,"Cost":624,"Date":"3/1/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":692,"Cost":623,"Date":"3/19/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":409,"Cost":313,"Date":"3/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":75,"Cost":60,"Date":"5/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":874,"Cost":718,"Date":"7/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":90,"Cost":68,"Date":"8/5/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":426,"Cost":344,"Date":"8/12/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":367,"Cost":346,"Date":"8/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":557,"Cost":431,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":226,"Cost":181,"Date":"9/3/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":857,"Cost":790,"Date":"9/5/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":463,"Cost":344,"Date":"10/6/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":206,"Cost":128,"Date":"10/19/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":87,"Cost":47,"Date":"11/15/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":877,"Cost":742,"Date":"12/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":904,"Cost":843,"Date":"1/8/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":406,"Cost":380,"Date":"1/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":49,"Cost":36,"Date":"1/19/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":479,"Cost":325,"Date":"1/28/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":795,"Cost":634,"Date":"1/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":879,"Cost":693,"Date":"3/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":722,"Cost":438,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":504,"Cost":258,"Date":"4/24/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":988,"Cost":789,"Date":"4/28/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":310,"Cost":272,"Date":"5/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":407,"Cost":214,"Date":"5/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":6,"Cost":3,"Date":"5/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":866,"Cost":457,"Date":"6/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":149,"Cost":127,"Date":"6/3/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":495,"Cost":404,"Date":"6/5/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":853,"Cost":597,"Date":"6/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":998,"Cost":782,"Date":"6/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":295,"Cost":186,"Date":"6/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":974,"Cost":872,"Date":"6/24/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":68,"Cost":45,"Date":"7/4/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":133,"Cost":99,"Date":"7/9/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":730,"Cost":382,"Date":"7/12/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":127,"Cost":71,"Date":"8/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":752,"Cost":467,"Date":"8/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":470,"Cost":325,"Date":"8/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":259,"Cost":138,"Date":"9/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":5,"Cost":4,"Date":"9/3/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":974,"Cost":832,"Date":"9/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":962,"Cost":847,"Date":"10/4/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":394,"Cost":257,"Date":"11/1/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":551,"Cost":328,"Date":"11/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":261,"Cost":243,"Date":"12/17/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":894,"Cost":718,"Date":"2/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":389,"Cost":310,"Date":"2/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":637,"Cost":498,"Date":"3/4/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":240,"Cost":151,"Date":"3/9/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":545,"Cost":287,"Date":"3/9/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":223,"Cost":117,"Date":"3/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":608,"Cost":412,"Date":"3/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":58,"Cost":30,"Date":"3/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":882,"Cost":528,"Date":"3/23/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":385,"Cost":286,"Date":"4/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":8,"Cost":5,"Date":"5/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":248,"Cost":210,"Date":"5/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":719,"Cost":537,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":983,"Cost":523,"Date":"6/2/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":584,"Cost":527,"Date":"6/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":776,"Cost":576,"Date":"6/16/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":640,"Cost":588,"Date":"6/16/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":66,"Cost":62,"Date":"7/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":363,"Cost":345,"Date":"7/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":252,"Cost":212,"Date":"8/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":903,"Cost":621,"Date":"8/29/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":116,"Cost":78,"Date":"8/31/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":819,"Cost":447,"Date":"9/8/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":718,"Cost":417,"Date":"9/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":332,"Cost":206,"Date":"9/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":322,"Cost":267,"Date":"9/19/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":365,"Cost":203,"Date":"9/25/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":275,"Cost":172,"Date":"10/4/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":562,"Cost":423,"Date":"10/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":280,"Cost":243,"Date":"10/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":462,"Cost":396,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":283,"Cost":197,"Date":"10/30/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":639,"Cost":352,"Date":"11/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":713,"Cost":553,"Date":"11/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":105,"Cost":80,"Date":"11/25/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":710,"Cost":452,"Date":"1/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":111,"Cost":80,"Date":"1/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":633,"Cost":349,"Date":"1/20/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":645,"Cost":608,"Date":"2/8/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":807,"Cost":639,"Date":"2/25/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":602,"Cost":527,"Date":"3/7/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":21,"Cost":11,"Date":"3/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":285,"Cost":180,"Date":"3/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":694,"Cost":388,"Date":"4/5/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":156,"Cost":135,"Date":"4/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":709,"Cost":510,"Date":"5/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":894,"Cost":819,"Date":"5/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":562,"Cost":410,"Date":"5/15/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":764,"Cost":572,"Date":"5/25/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":453,"Cost":316,"Date":"5/26/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":809,"Cost":583,"Date":"5/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":532,"Cost":489,"Date":"7/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":238,"Cost":204,"Date":"9/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":69,"Cost":55,"Date":"10/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":680,"Cost":589,"Date":"10/8/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":168,"Cost":112,"Date":"10/26/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":758,"Cost":434,"Date":"11/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":292,"Cost":217,"Date":"11/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"HM","Country":"Australia","Sale":248,"Cost":161,"Date":"12/1/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":547,"Cost":358,"Date":"2/9/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":560,"Cost":461,"Date":"2/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":591,"Cost":299,"Date":"3/10/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":573,"Cost":453,"Date":"3/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":825,"Cost":746,"Date":"3/18/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":906,"Cost":650,"Date":"3/20/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":316,"Cost":236,"Date":"3/26/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":199,"Cost":172,"Date":"6/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":731,"Cost":649,"Date":"6/10/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":17,"Cost":11,"Date":"6/16/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":630,"Cost":410,"Date":"6/25/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":990,"Cost":668,"Date":"7/19/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":364,"Cost":294,"Date":"7/21/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":653,"Cost":361,"Date":"7/25/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":753,"Cost":449,"Date":"8/4/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":548,"Cost":424,"Date":"9/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":844,"Cost":653,"Date":"9/4/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":181,"Cost":100,"Date":"9/19/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":12,"Cost":6,"Date":"9/29/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":994,"Cost":764,"Date":"10/2/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":468,"Cost":344,"Date":"10/15/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":947,"Cost":899,"Date":"10/30/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":640,"Cost":607,"Date":"11/9/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":348,"Cost":218,"Date":"11/23/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":573,"Cost":318,"Date":"11/30/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":938,"Cost":648,"Date":"12/8/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":916,"Cost":848,"Date":"12/11/2018"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":304,"Cost":260,"Date":"1/15/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":874,"Cost":719,"Date":"1/24/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":570,"Cost":470,"Date":"2/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":937,"Cost":526,"Date":"2/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":80,"Cost":54,"Date":"3/9/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":197,"Cost":165,"Date":"3/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":925,"Cost":619,"Date":"4/19/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":364,"Cost":331,"Date":"5/3/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":185,"Cost":93,"Date":"5/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":557,"Cost":428,"Date":"6/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":10,"Cost":6,"Date":"6/26/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":259,"Cost":179,"Date":"7/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":811,"Cost":450,"Date":"7/13/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":352,"Cost":252,"Date":"8/8/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":989,"Cost":792,"Date":"8/26/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":541,"Cost":462,"Date":"9/2/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":663,"Cost":577,"Date":"9/29/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":302,"Cost":164,"Date":"10/12/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":392,"Cost":239,"Date":"11/2/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":824,"Cost":476,"Date":"11/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":580,"Cost":473,"Date":"11/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":569,"Cost":511,"Date":"12/1/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":615,"Cost":407,"Date":"12/4/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":884,"Cost":464,"Date":"12/7/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":348,"Cost":181,"Date":"12/18/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":550,"Cost":417,"Date":"12/20/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":269,"Cost":164,"Date":"12/20/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":806,"Cost":487,"Date":"12/21/2019"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":513,"Cost":462,"Date":"1/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":32,"Cost":27,"Date":"2/5/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":730,"Cost":542,"Date":"2/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":315,"Cost":253,"Date":"2/16/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":601,"Cost":417,"Date":"2/18/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":587,"Cost":432,"Date":"2/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":596,"Cost":399,"Date":"2/25/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":380,"Cost":335,"Date":"3/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":186,"Cost":135,"Date":"4/2/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":220,"Cost":202,"Date":"4/3/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":359,"Cost":250,"Date":"4/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":833,"Cost":453,"Date":"4/10/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":750,"Cost":548,"Date":"4/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":525,"Cost":318,"Date":"5/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":493,"Cost":464,"Date":"5/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":121,"Cost":77,"Date":"6/20/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":236,"Cost":221,"Date":"7/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":286,"Cost":231,"Date":"7/4/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":599,"Cost":309,"Date":"7/8/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":274,"Cost":183,"Date":"7/9/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":877,"Cost":488,"Date":"7/14/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":979,"Cost":911,"Date":"7/19/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":765,"Cost":474,"Date":"8/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":743,"Cost":506,"Date":"8/6/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":144,"Cost":92,"Date":"8/7/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":607,"Cost":451,"Date":"8/22/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":505,"Cost":426,"Date":"8/31/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":393,"Cost":259,"Date":"9/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":552,"Cost":363,"Date":"9/1/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":637,"Cost":389,"Date":"9/17/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":152,"Cost":102,"Date":"9/29/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":928,"Cost":601,"Date":"11/7/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":654,"Cost":472,"Date":"11/26/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":175,"Cost":143,"Date":"11/27/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":436,"Cost":310,"Date":"12/5/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":661,"Cost":380,"Date":"12/26/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":338,"Cost":282,"Date":"12/31/2020"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":273,"Cost":168,"Date":"1/20/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":529,"Cost":302,"Date":"2/2/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":346,"Cost":204,"Date":"2/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":988,"Cost":712,"Date":"2/27/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":510,"Cost":397,"Date":"3/1/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":497,"Cost":277,"Date":"3/1/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":801,"Cost":521,"Date":"3/19/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":558,"Cost":287,"Date":"3/28/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":478,"Cost":454,"Date":"5/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":483,"Cost":359,"Date":"7/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":163,"Cost":91,"Date":"8/5/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":365,"Cost":254,"Date":"8/12/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":77,"Cost":53,"Date":"8/21/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":877,"Cost":824,"Date":"8/23/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":984,"Cost":557,"Date":"9/3/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":161,"Cost":125,"Date":"9/5/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":431,"Cost":255,"Date":"10/6/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":570,"Cost":475,"Date":"10/19/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":948,"Cost":741,"Date":"11/15/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":403,"Cost":273,"Date":"12/8/2021"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":315,"Cost":171,"Date":"1/8/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":611,"Cost":407,"Date":"1/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":201,"Cost":145,"Date":"1/19/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":401,"Cost":346,"Date":"1/28/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":835,"Cost":718,"Date":"1/31/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":426,"Cost":279,"Date":"3/27/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":270,"Cost":206,"Date":"4/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":226,"Cost":180,"Date":"4/24/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":993,"Cost":722,"Date":"4/28/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":949,"Cost":510,"Date":"5/15/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":581,"Cost":536,"Date":"5/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":813,"Cost":523,"Date":"5/18/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":407,"Cost":293,"Date":"6/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":896,"Cost":654,"Date":"6/3/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":32,"Cost":30,"Date":"6/5/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":249,"Cost":126,"Date":"6/7/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":250,"Cost":162,"Date":"6/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":755,"Cost":427,"Date":"6/20/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":916,"Cost":844,"Date":"6/24/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":811,"Cost":498,"Date":"7/4/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":623,"Cost":394,"Date":"7/9/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":303,"Cost":278,"Date":"7/12/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":190,"Cost":123,"Date":"8/14/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":415,"Cost":215,"Date":"8/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":232,"Cost":159,"Date":"8/23/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":387,"Cost":353,"Date":"9/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":504,"Cost":404,"Date":"9/3/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":7,"Cost":6,"Date":"9/16/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":1000,"Cost":682,"Date":"10/4/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":70,"Cost":62,"Date":"11/1/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":767,"Cost":458,"Date":"11/2/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":425,"Cost":221,"Date":"12/17/2022"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":27,"Cost":22,"Date":"2/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":278,"Cost":254,"Date":"2/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":914,"Cost":562,"Date":"3/4/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":230,"Cost":168,"Date":"3/9/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":171,"Cost":100,"Date":"3/9/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":721,"Cost":365,"Date":"3/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":884,"Cost":471,"Date":"3/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":725,"Cost":573,"Date":"3/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":576,"Cost":442,"Date":"3/23/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":684,"Cost":541,"Date":"4/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":669,"Cost":441,"Date":"5/7/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":571,"Cost":424,"Date":"5/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":675,"Cost":362,"Date":"5/20/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":863,"Cost":548,"Date":"6/2/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":958,"Cost":854,"Date":"6/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":999,"Cost":756,"Date":"6/16/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":806,"Cost":619,"Date":"6/16/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":623,"Cost":341,"Date":"7/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":952,"Cost":744,"Date":"7/11/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":538,"Cost":506,"Date":"8/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":119,"Cost":110,"Date":"8/29/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":973,"Cost":585,"Date":"8/31/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":534,"Cost":467,"Date":"9/8/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":307,"Cost":217,"Date":"9/13/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":672,"Cost":604,"Date":"9/14/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":105,"Cost":82,"Date":"9/19/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":623,"Cost":341,"Date":"9/25/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":926,"Cost":572,"Date":"10/4/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":105,"Cost":62,"Date":"10/10/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":191,"Cost":180,"Date":"10/17/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":855,"Cost":725,"Date":"10/28/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":247,"Cost":188,"Date":"10/30/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":660,"Cost":608,"Date":"11/1/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":156,"Cost":94,"Date":"11/15/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":388,"Cost":216,"Date":"11/25/2023"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":615,"Cost":465,"Date":"1/10/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":497,"Cost":323,"Date":"1/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":7,"Cost":4,"Date":"1/20/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":542,"Cost":400,"Date":"2/8/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":51,"Cost":39,"Date":"2/25/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":65,"Cost":60,"Date":"3/7/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":405,"Cost":332,"Date":"3/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":859,"Cost":729,"Date":"3/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":806,"Cost":502,"Date":"4/5/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":702,"Cost":502,"Date":"4/14/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":620,"Cost":353,"Date":"5/3/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":138,"Cost":107,"Date":"5/9/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":147,"Cost":95,"Date":"5/15/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":354,"Cost":232,"Date":"5/25/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":949,"Cost":841,"Date":"5/26/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":748,"Cost":427,"Date":"5/31/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":904,"Cost":642,"Date":"7/27/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":940,"Cost":860,"Date":"9/17/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":765,"Cost":703,"Date":"10/6/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":840,"Cost":518,"Date":"10/8/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":324,"Cost":169,"Date":"10/26/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":949,"Cost":630,"Date":"11/16/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":861,"Cost":532,"Date":"11/18/2024"},{"Store":"Pitt Street Mall, Sydney","Brand":"COS","Country":"Australia","Sale":53,"Cost":34,"Date":"12/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":710,"Cost":624,"Date":"2/9/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":234,"Cost":178,"Date":"2/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":797,"Cost":647,"Date":"3/10/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":646,"Cost":438,"Date":"3/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":345,"Cost":208,"Date":"3/18/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":188,"Cost":147,"Date":"3/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":833,"Cost":651,"Date":"3/26/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":693,"Cost":362,"Date":"6/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":305,"Cost":227,"Date":"6/10/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":304,"Cost":192,"Date":"6/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":522,"Cost":279,"Date":"6/25/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":888,"Cost":785,"Date":"7/19/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":528,"Cost":288,"Date":"7/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":814,"Cost":699,"Date":"7/25/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":525,"Cost":383,"Date":"8/4/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":792,"Cost":564,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":754,"Cost":454,"Date":"9/4/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":39,"Cost":32,"Date":"9/19/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":389,"Cost":209,"Date":"9/29/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":68,"Cost":62,"Date":"10/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":706,"Cost":579,"Date":"10/15/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":571,"Cost":532,"Date":"10/30/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":908,"Cost":751,"Date":"11/9/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":642,"Cost":391,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":508,"Cost":446,"Date":"11/30/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":10,"Cost":8,"Date":"12/8/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":700,"Cost":519,"Date":"12/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":198,"Cost":176,"Date":"1/15/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":938,"Cost":693,"Date":"1/24/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":698,"Cost":377,"Date":"2/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":716,"Cost":433,"Date":"2/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":550,"Cost":396,"Date":"3/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":50,"Cost":40,"Date":"3/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":736,"Cost":685,"Date":"4/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":179,"Cost":119,"Date":"5/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":71,"Cost":42,"Date":"5/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":917,"Cost":790,"Date":"6/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":854,"Cost":498,"Date":"6/26/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":763,"Cost":483,"Date":"7/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":42,"Cost":25,"Date":"7/13/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":193,"Cost":107,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":332,"Cost":202,"Date":"8/26/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":241,"Cost":211,"Date":"9/2/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":287,"Cost":210,"Date":"9/29/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":350,"Cost":311,"Date":"10/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":966,"Cost":792,"Date":"11/2/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":482,"Cost":391,"Date":"11/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":19,"Cost":18,"Date":"11/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":194,"Cost":145,"Date":"12/1/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":380,"Cost":258,"Date":"12/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":460,"Cost":324,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":657,"Cost":412,"Date":"12/18/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":552,"Cost":519,"Date":"12/20/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":185,"Cost":114,"Date":"12/20/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":820,"Cost":638,"Date":"12/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":321,"Cost":171,"Date":"1/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":106,"Cost":84,"Date":"2/5/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":424,"Cost":386,"Date":"2/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":489,"Cost":411,"Date":"2/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":303,"Cost":273,"Date":"2/18/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":135,"Cost":127,"Date":"2/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":727,"Cost":435,"Date":"2/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":294,"Cost":190,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":15,"Cost":14,"Date":"4/2/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":892,"Cost":677,"Date":"4/3/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":869,"Cost":814,"Date":"4/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":945,"Cost":474,"Date":"4/10/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":35,"Cost":18,"Date":"4/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":832,"Cost":484,"Date":"5/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":377,"Cost":230,"Date":"5/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":945,"Cost":535,"Date":"6/20/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":799,"Cost":541,"Date":"7/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":51,"Cost":40,"Date":"7/4/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":127,"Cost":82,"Date":"7/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":199,"Cost":168,"Date":"7/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":233,"Cost":162,"Date":"7/14/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":661,"Cost":558,"Date":"7/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":216,"Cost":200,"Date":"8/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":792,"Cost":432,"Date":"8/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":432,"Cost":324,"Date":"8/7/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":378,"Cost":299,"Date":"8/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":857,"Cost":709,"Date":"8/31/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":711,"Cost":529,"Date":"9/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":825,"Cost":462,"Date":"9/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":32,"Cost":29,"Date":"9/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":90,"Cost":55,"Date":"9/29/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":401,"Cost":271,"Date":"11/7/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":925,"Cost":570,"Date":"11/26/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":533,"Cost":474,"Date":"11/27/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":341,"Cost":221,"Date":"12/5/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":825,"Cost":448,"Date":"12/26/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":829,"Cost":532,"Date":"12/31/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":348,"Cost":267,"Date":"1/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":451,"Cost":387,"Date":"2/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":758,"Cost":715,"Date":"2/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":222,"Cost":137,"Date":"2/27/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":99,"Cost":77,"Date":"3/1/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":618,"Cost":391,"Date":"3/1/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":194,"Cost":145,"Date":"3/19/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":845,"Cost":672,"Date":"3/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":204,"Cost":121,"Date":"5/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":609,"Cost":350,"Date":"7/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":274,"Cost":197,"Date":"8/5/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":457,"Cost":270,"Date":"8/12/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":749,"Cost":632,"Date":"8/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":805,"Cost":435,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":992,"Cost":902,"Date":"9/3/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":14,"Cost":7,"Date":"9/5/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":118,"Cost":90,"Date":"10/6/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":640,"Cost":576,"Date":"10/19/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":935,"Cost":805,"Date":"11/15/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":169,"Cost":158,"Date":"12/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":841,"Cost":768,"Date":"1/8/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":967,"Cost":519,"Date":"1/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":521,"Cost":404,"Date":"1/19/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":995,"Cost":936,"Date":"1/28/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":532,"Cost":419,"Date":"1/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":150,"Cost":119,"Date":"3/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":86,"Cost":73,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":582,"Cost":303,"Date":"4/24/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":403,"Cost":303,"Date":"4/28/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":640,"Cost":417,"Date":"5/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":352,"Cost":304,"Date":"5/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":685,"Cost":573,"Date":"5/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":426,"Cost":295,"Date":"6/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":459,"Cost":243,"Date":"6/3/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":800,"Cost":512,"Date":"6/5/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":547,"Cost":334,"Date":"6/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":853,"Cost":667,"Date":"6/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":204,"Cost":106,"Date":"6/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":764,"Cost":503,"Date":"6/24/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":960,"Cost":837,"Date":"7/4/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":621,"Cost":519,"Date":"7/9/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":346,"Cost":256,"Date":"7/12/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":71,"Cost":47,"Date":"8/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":868,"Cost":752,"Date":"8/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":576,"Cost":473,"Date":"8/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":308,"Cost":239,"Date":"9/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":976,"Cost":802,"Date":"9/3/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":604,"Cost":494,"Date":"9/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":158,"Cost":98,"Date":"10/4/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":227,"Cost":122,"Date":"11/1/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":631,"Cost":420,"Date":"11/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":704,"Cost":507,"Date":"12/17/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":730,"Cost":372,"Date":"2/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":51,"Cost":31,"Date":"2/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":205,"Cost":126,"Date":"3/4/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":374,"Cost":245,"Date":"3/9/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":898,"Cost":557,"Date":"3/9/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":651,"Cost":607,"Date":"3/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":471,"Cost":335,"Date":"3/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":567,"Cost":430,"Date":"3/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":238,"Cost":204,"Date":"3/23/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":765,"Cost":456,"Date":"4/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":790,"Cost":404,"Date":"5/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":285,"Cost":163,"Date":"5/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":38,"Cost":21,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":691,"Cost":495,"Date":"6/2/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":11,"Cost":7,"Date":"6/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":40,"Cost":28,"Date":"6/16/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":422,"Cost":234,"Date":"6/16/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":183,"Cost":164,"Date":"7/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":986,"Cost":821,"Date":"7/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":559,"Cost":354,"Date":"8/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":623,"Cost":457,"Date":"8/29/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":937,"Cost":796,"Date":"8/31/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":525,"Cost":267,"Date":"9/8/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":869,"Cost":756,"Date":"9/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":634,"Cost":334,"Date":"9/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":556,"Cost":393,"Date":"9/19/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":274,"Cost":197,"Date":"9/25/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":74,"Cost":67,"Date":"10/4/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":118,"Cost":66,"Date":"10/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":38,"Cost":19,"Date":"10/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":348,"Cost":186,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":425,"Cost":301,"Date":"10/30/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":744,"Cost":641,"Date":"11/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":803,"Cost":498,"Date":"11/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":411,"Cost":251,"Date":"11/25/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":90,"Cost":64,"Date":"1/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":77,"Cost":53,"Date":"1/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":851,"Cost":786,"Date":"1/20/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":770,"Cost":505,"Date":"2/8/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":481,"Cost":260,"Date":"2/25/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":350,"Cost":325,"Date":"3/7/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":559,"Cost":525,"Date":"3/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":466,"Cost":381,"Date":"3/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":301,"Cost":201,"Date":"4/5/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":876,"Cost":795,"Date":"4/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":170,"Cost":151,"Date":"5/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":754,"Cost":425,"Date":"5/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":595,"Cost":519,"Date":"5/15/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":812,"Cost":409,"Date":"5/25/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":491,"Cost":257,"Date":"5/26/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":5,"Cost":5,"Date":"5/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":854,"Cost":653,"Date":"7/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":386,"Cost":275,"Date":"9/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":499,"Cost":442,"Date":"10/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":456,"Cost":368,"Date":"10/8/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":714,"Cost":379,"Date":"10/26/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":18,"Cost":15,"Date":"11/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":822,"Cost":554,"Date":"11/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":656,"Cost":556,"Date":"12/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":331,"Cost":179,"Date":"2/9/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":321,"Date":"2/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":333,"Cost":299,"Date":"3/10/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":262,"Cost":165,"Date":"3/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":142,"Cost":72,"Date":"3/18/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":381,"Cost":300,"Date":"3/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":421,"Date":"3/26/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":74,"Cost":68,"Date":"6/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":951,"Cost":754,"Date":"6/10/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":545,"Date":"6/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":186,"Cost":124,"Date":"6/25/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":643,"Cost":371,"Date":"7/19/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":571,"Date":"7/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":616,"Cost":478,"Date":"7/25/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":571,"Cost":487,"Date":"8/4/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":702,"Cost":611,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":798,"Cost":725,"Date":"9/4/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":149,"Date":"9/19/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":146,"Date":"9/29/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":472,"Date":"10/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":554,"Date":"10/15/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":538,"Date":"10/30/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":159,"Date":"11/9/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":898,"Cost":613,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":305,"Cost":222,"Date":"11/30/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":355,"Cost":183,"Date":"12/8/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":635,"Cost":548,"Date":"12/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":38,"Date":"1/15/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":333,"Date":"1/24/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":362,"Date":"2/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":775,"Cost":409,"Date":"2/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":943,"Cost":892,"Date":"3/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":651,"Date":"3/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":317,"Date":"4/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":60,"Cost":56,"Date":"5/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":928,"Cost":502,"Date":"5/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":369,"Cost":326,"Date":"6/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":735,"Date":"6/26/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":217,"Date":"7/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":448,"Date":"7/13/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":119,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":621,"Cost":366,"Date":"8/26/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":468,"Cost":294,"Date":"9/2/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":391,"Cost":210,"Date":"9/29/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":675,"Cost":507,"Date":"10/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":241,"Date":"11/2/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":274,"Cost":167,"Date":"11/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":277,"Date":"11/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":389,"Cost":275,"Date":"12/1/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":313,"Date":"12/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":147,"Cost":135,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":475,"Cost":278,"Date":"12/18/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":573,"Date":"12/20/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":24,"Date":"12/20/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":369,"Cost":282,"Date":"12/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":491,"Date":"1/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":475,"Cost":428,"Date":"2/5/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":828,"Cost":600,"Date":"2/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":312,"Cost":252,"Date":"2/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":183,"Date":"2/18/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":648,"Date":"2/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":81,"Date":"2/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":732,"Cost":615,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":126,"Date":"4/2/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":572,"Cost":338,"Date":"4/3/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":658,"Date":"4/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":66,"Date":"4/10/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":502,"Cost":303,"Date":"4/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":493,"Date":"5/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":51,"Cost":47,"Date":"5/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":898,"Cost":614,"Date":"6/20/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":595,"Cost":312,"Date":"7/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":692,"Date":"7/4/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":402,"Date":"7/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":445,"Cost":390,"Date":"7/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":553,"Date":"7/14/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":439,"Cost":336,"Date":"7/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":301,"Date":"8/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":138,"Cost":96,"Date":"8/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":437,"Date":"8/7/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":770,"Date":"8/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":365,"Cost":311,"Date":"8/31/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":819,"Date":"9/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":836,"Date":"9/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":457,"Date":"9/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":388,"Date":"9/29/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":613,"Date":"11/7/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":836,"Cost":531,"Date":"11/26/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":265,"Date":"11/27/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":288,"Date":"12/5/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":378,"Cost":356,"Date":"12/26/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":38,"Date":"12/31/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":26,"Date":"1/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":259,"Date":"2/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":31,"Date":"2/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":197,"Date":"2/27/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":52,"Cost":36,"Date":"3/1/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":891,"Cost":816,"Date":"3/1/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":712,"Date":"3/19/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":221,"Cost":125,"Date":"3/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":312,"Cost":216,"Date":"5/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":726,"Cost":658,"Date":"7/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":104,"Date":"8/5/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":833,"Cost":546,"Date":"8/12/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":806,"Cost":425,"Date":"8/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":276,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":294,"Cost":251,"Date":"9/3/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":199,"Date":"9/5/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":216,"Date":"10/6/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":524,"Date":"10/19/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":640,"Cost":430,"Date":"11/15/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":52,"Date":"12/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":9,"Date":"1/8/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":509,"Date":"1/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":580,"Cost":302,"Date":"1/19/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":200,"Date":"1/28/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":119,"Date":"1/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":42,"Date":"3/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":694,"Cost":368,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":935,"Cost":716,"Date":"4/24/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":482,"Date":"4/28/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":11,"Date":"5/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":898,"Cost":607,"Date":"5/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":49,"Date":"5/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":649,"Cost":468,"Date":"6/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":765,"Date":"6/3/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":110,"Date":"6/5/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":690,"Date":"6/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":54,"Cost":45,"Date":"6/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":2,"Cost":2,"Date":"6/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":357,"Cost":275,"Date":"6/24/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":746,"Cost":700,"Date":"7/4/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":223,"Date":"7/9/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":100,"Cost":56,"Date":"7/12/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":203,"Cost":171,"Date":"8/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":676,"Cost":635,"Date":"8/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":565,"Date":"8/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":165,"Date":"9/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":154,"Cost":110,"Date":"9/3/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":350,"Cost":193,"Date":"9/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":377,"Date":"10/4/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":247,"Cost":188,"Date":"11/1/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":506,"Date":"11/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":194,"Cost":170,"Date":"12/17/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":407,"Date":"2/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":272,"Date":"2/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":181,"Date":"3/4/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":812,"Cost":595,"Date":"3/9/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":677,"Cost":605,"Date":"3/9/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":765,"Date":"3/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":34,"Cost":27,"Date":"3/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":682,"Date":"3/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":106,"Cost":97,"Date":"3/23/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":712,"Date":"4/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":221,"Date":"5/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":92,"Date":"5/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":976,"Cost":790,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":279,"Date":"6/2/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":276,"Date":"6/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":924,"Cost":822,"Date":"6/16/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":448,"Date":"6/16/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":707,"Cost":573,"Date":"7/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":298,"Date":"7/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":451,"Date":"8/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":817,"Date":"8/29/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":320,"Date":"8/31/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":570,"Cost":397,"Date":"9/8/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":95,"Date":"9/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":158,"Date":"9/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":741,"Cost":509,"Date":"9/19/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":867,"Cost":600,"Date":"9/25/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":425,"Cost":301,"Date":"10/4/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":155,"Date":"10/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":41,"Date":"10/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":836,"Cost":429,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":717,"Cost":543,"Date":"10/30/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":578,"Cost":472,"Date":"11/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":494,"Date":"11/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":707,"Cost":502,"Date":"11/25/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":195,"Cost":105,"Date":"1/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":36,"Date":"1/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":508,"Date":"1/20/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":725,"Date":"2/8/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":356,"Date":"2/25/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":471,"Date":"3/7/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":795,"Date":"3/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":39,"Cost":24,"Date":"3/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":387,"Date":"4/5/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":16,"Date":"4/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":812,"Cost":429,"Date":"5/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":114,"Cost":107,"Date":"5/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":23,"Date":"5/15/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":536,"Cost":471,"Date":"5/25/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":652,"Date":"5/26/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":441,"Date":"5/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":935,"Cost":636,"Date":"7/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":654,"Cost":465,"Date":"9/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":30,"Date":"10/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":581,"Cost":369,"Date":"10/8/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":612,"Date":"10/26/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":561,"Cost":456,"Date":"11/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":554,"Date":"11/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":218,"Date":"12/1/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":104,"Cost":59,"Date":"2/9/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":414,"Cost":335,"Date":"2/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":627,"Cost":393,"Date":"3/10/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":739,"Cost":628,"Date":"3/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":296,"Cost":156,"Date":"3/18/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":683,"Cost":454,"Date":"3/20/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":403,"Cost":243,"Date":"3/26/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":411,"Cost":267,"Date":"6/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":365,"Cost":228,"Date":"6/10/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":598,"Cost":299,"Date":"6/16/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":1000,"Cost":855,"Date":"6/25/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":510,"Cost":381,"Date":"7/19/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":459,"Cost":415,"Date":"7/21/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":910,"Cost":688,"Date":"7/25/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":487,"Cost":260,"Date":"8/4/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":803,"Cost":502,"Date":"9/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":68,"Cost":41,"Date":"9/4/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":251,"Cost":221,"Date":"9/19/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":575,"Cost":498,"Date":"9/29/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":951,"Cost":659,"Date":"10/2/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":214,"Cost":170,"Date":"10/15/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":758,"Cost":421,"Date":"10/30/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":406,"Cost":313,"Date":"11/9/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":874,"Cost":477,"Date":"11/23/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":646,"Cost":540,"Date":"11/30/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":371,"Cost":259,"Date":"12/8/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":92,"Cost":74,"Date":"12/11/2018"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":149,"Cost":108,"Date":"1/15/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":858,"Cost":672,"Date":"1/24/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":944,"Cost":851,"Date":"2/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":86,"Cost":71,"Date":"2/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":53,"Cost":46,"Date":"3/9/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":170,"Cost":117,"Date":"3/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":792,"Cost":567,"Date":"4/19/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":100,"Cost":80,"Date":"5/3/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":967,"Cost":696,"Date":"5/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":262,"Cost":244,"Date":"6/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":48,"Cost":42,"Date":"6/26/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":914,"Cost":598,"Date":"7/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":805,"Cost":427,"Date":"7/13/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":160,"Cost":93,"Date":"8/8/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":324,"Cost":182,"Date":"8/26/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":240,"Cost":137,"Date":"9/2/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":685,"Cost":575,"Date":"9/29/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":524,"Cost":415,"Date":"10/12/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":697,"Cost":393,"Date":"11/2/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":178,"Cost":113,"Date":"11/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":221,"Cost":120,"Date":"11/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":197,"Cost":103,"Date":"12/1/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":326,"Cost":262,"Date":"12/4/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":176,"Cost":106,"Date":"12/7/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":448,"Cost":299,"Date":"12/18/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":926,"Cost":475,"Date":"12/20/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":736,"Cost":529,"Date":"12/20/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":773,"Cost":416,"Date":"12/21/2019"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":45,"Cost":41,"Date":"1/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":747,"Cost":641,"Date":"2/5/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":810,"Cost":439,"Date":"2/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":825,"Cost":725,"Date":"2/16/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":831,"Cost":618,"Date":"2/18/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":20,"Cost":18,"Date":"2/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":365,"Cost":228,"Date":"2/25/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":828,"Cost":511,"Date":"3/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":959,"Cost":838,"Date":"4/2/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":140,"Cost":115,"Date":"4/3/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":476,"Cost":381,"Date":"4/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":277,"Cost":212,"Date":"4/10/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":322,"Cost":222,"Date":"4/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":554,"Cost":361,"Date":"5/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":688,"Cost":618,"Date":"5/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":112,"Cost":99,"Date":"6/20/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":724,"Cost":607,"Date":"7/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":593,"Cost":315,"Date":"7/4/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":92,"Cost":66,"Date":"7/8/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":319,"Cost":202,"Date":"7/9/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":550,"Cost":363,"Date":"7/14/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":800,"Cost":608,"Date":"7/19/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":60,"Cost":34,"Date":"8/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":422,"Cost":378,"Date":"8/6/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":673,"Cost":336,"Date":"8/7/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":344,"Cost":223,"Date":"8/22/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":86,"Cost":43,"Date":"8/31/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":394,"Cost":268,"Date":"9/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":576,"Cost":488,"Date":"9/1/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":988,"Cost":865,"Date":"9/17/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":269,"Cost":210,"Date":"9/29/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":404,"Cost":254,"Date":"11/7/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":654,"Cost":416,"Date":"11/26/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":376,"Cost":349,"Date":"11/27/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":531,"Cost":425,"Date":"12/5/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":507,"Cost":458,"Date":"12/26/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":201,"Cost":133,"Date":"12/31/2020"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":759,"Cost":477,"Date":"1/20/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":730,"Cost":542,"Date":"2/2/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":575,"Cost":483,"Date":"2/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":610,"Cost":501,"Date":"2/27/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":503,"Cost":445,"Date":"3/1/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":58,"Cost":31,"Date":"3/1/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":653,"Cost":567,"Date":"3/19/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":856,"Cost":684,"Date":"3/28/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":351,"Cost":272,"Date":"5/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":869,"Cost":601,"Date":"7/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":714,"Cost":441,"Date":"8/5/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":436,"Cost":381,"Date":"8/12/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":120,"Cost":112,"Date":"8/21/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":199,"Cost":99,"Date":"8/23/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":149,"Cost":101,"Date":"9/3/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":228,"Cost":124,"Date":"9/5/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":390,"Cost":268,"Date":"10/6/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":943,"Cost":697,"Date":"10/19/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":735,"Cost":391,"Date":"11/15/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":589,"Cost":355,"Date":"12/8/2021"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":765,"Cost":562,"Date":"1/8/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":144,"Cost":130,"Date":"1/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":684,"Cost":396,"Date":"1/19/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":773,"Cost":714,"Date":"1/28/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":744,"Cost":664,"Date":"1/31/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":923,"Cost":533,"Date":"3/27/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":687,"Cost":479,"Date":"4/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":389,"Cost":328,"Date":"4/24/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":211,"Cost":116,"Date":"4/28/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":94,"Cost":87,"Date":"5/15/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":485,"Cost":388,"Date":"5/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":72,"Cost":63,"Date":"5/18/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":70,"Cost":58,"Date":"6/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":183,"Cost":139,"Date":"6/3/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":931,"Cost":761,"Date":"6/5/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":879,"Cost":727,"Date":"6/7/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":539,"Cost":456,"Date":"6/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":615,"Cost":378,"Date":"6/20/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":867,"Cost":806,"Date":"6/24/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":224,"Cost":157,"Date":"7/4/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":879,"Cost":683,"Date":"7/9/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":39,"Cost":34,"Date":"7/12/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":921,"Cost":689,"Date":"8/14/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":493,"Cost":288,"Date":"8/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":94,"Cost":60,"Date":"8/23/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":539,"Cost":286,"Date":"9/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":308,"Cost":176,"Date":"9/3/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":516,"Cost":343,"Date":"9/16/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":861,"Cost":532,"Date":"10/4/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":712,"Cost":673,"Date":"11/1/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":409,"Cost":314,"Date":"11/2/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":408,"Cost":362,"Date":"12/17/2022"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":579,"Cost":432,"Date":"2/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":497,"Cost":395,"Date":"2/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":25,"Cost":18,"Date":"3/4/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":609,"Cost":460,"Date":"3/9/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":366,"Cost":279,"Date":"3/9/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":388,"Cost":284,"Date":"3/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":936,"Cost":673,"Date":"3/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":872,"Cost":693,"Date":"3/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":460,"Cost":385,"Date":"3/23/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":779,"Cost":707,"Date":"4/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":903,"Cost":760,"Date":"5/7/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":165,"Cost":129,"Date":"5/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":7,"Cost":5,"Date":"5/20/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":696,"Cost":381,"Date":"6/2/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":330,"Cost":188,"Date":"6/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":612,"Cost":509,"Date":"6/16/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":183,"Cost":128,"Date":"6/16/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":501,"Cost":414,"Date":"7/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":863,"Cost":462,"Date":"7/11/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":60,"Cost":40,"Date":"8/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":549,"Cost":309,"Date":"8/29/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":337,"Cost":218,"Date":"8/31/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":375,"Cost":248,"Date":"9/8/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":914,"Cost":653,"Date":"9/13/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":458,"Cost":313,"Date":"9/14/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":961,"Cost":661,"Date":"9/19/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":235,"Cost":161,"Date":"9/25/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":61,"Cost":52,"Date":"10/4/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":560,"Cost":365,"Date":"10/10/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":266,"Cost":145,"Date":"10/17/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":625,"Cost":331,"Date":"10/28/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":669,"Cost":414,"Date":"10/30/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":457,"Cost":363,"Date":"11/1/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":302,"Cost":204,"Date":"11/15/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":756,"Cost":496,"Date":"11/25/2023"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":889,"Cost":457,"Date":"1/10/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":600,"Cost":326,"Date":"1/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":873,"Cost":507,"Date":"1/20/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":433,"Cost":380,"Date":"2/8/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":936,"Cost":702,"Date":"2/25/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":687,"Cost":358,"Date":"3/7/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":838,"Cost":628,"Date":"3/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":333,"Cost":175,"Date":"3/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":540,"Cost":425,"Date":"4/5/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":228,"Cost":116,"Date":"4/14/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":884,"Cost":632,"Date":"5/3/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":624,"Cost":436,"Date":"5/9/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":773,"Cost":472,"Date":"5/15/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":981,"Cost":531,"Date":"5/25/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":728,"Cost":555,"Date":"5/26/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":767,"Cost":560,"Date":"5/31/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":509,"Cost":257,"Date":"7/27/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":478,"Cost":311,"Date":"9/17/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":28,"Cost":22,"Date":"10/6/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":542,"Cost":344,"Date":"10/8/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":846,"Cost":468,"Date":"10/26/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":117,"Cost":81,"Date":"11/16/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":542,"Cost":410,"Date":"11/18/2024"},{"Store":"Macquarie Centre, Sydney","Brand":"HM","Country":"Australia","Sale":101,"Cost":71,"Date":"12/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":226,"Cost":206,"Date":"2/9/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":108,"Cost":69,"Date":"2/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":411,"Cost":358,"Date":"3/10/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":805,"Cost":486,"Date":"3/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":539,"Cost":349,"Date":"3/18/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":232,"Cost":119,"Date":"3/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":915,"Cost":604,"Date":"3/26/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":827,"Cost":601,"Date":"6/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":790,"Cost":605,"Date":"6/10/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":465,"Cost":270,"Date":"6/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":713,"Cost":382,"Date":"6/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":403,"Cost":365,"Date":"7/19/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":938,"Cost":839,"Date":"7/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":201,"Cost":161,"Date":"7/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":576,"Cost":481,"Date":"8/4/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":98,"Cost":52,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":585,"Cost":545,"Date":"9/4/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":293,"Cost":148,"Date":"9/19/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":645,"Cost":496,"Date":"9/29/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":651,"Cost":359,"Date":"10/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":984,"Cost":867,"Date":"10/15/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":556,"Cost":381,"Date":"10/30/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":108,"Cost":75,"Date":"11/9/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":923,"Cost":872,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":403,"Cost":271,"Date":"11/30/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":989,"Cost":566,"Date":"12/8/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":462,"Cost":235,"Date":"12/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":578,"Cost":387,"Date":"1/15/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":105,"Cost":59,"Date":"1/24/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":562,"Cost":353,"Date":"2/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":34,"Cost":28,"Date":"2/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":910,"Cost":683,"Date":"3/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":500,"Cost":445,"Date":"3/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":258,"Cost":204,"Date":"4/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":861,"Cost":643,"Date":"5/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":451,"Cost":253,"Date":"5/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":992,"Cost":685,"Date":"6/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":504,"Cost":338,"Date":"6/26/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":556,"Cost":305,"Date":"7/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":105,"Cost":52,"Date":"7/13/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":574,"Cost":329,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":6,"Cost":5,"Date":"8/26/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":749,"Cost":494,"Date":"9/2/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":276,"Cost":260,"Date":"9/29/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":329,"Cost":270,"Date":"10/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":951,"Cost":597,"Date":"11/2/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":819,"Cost":640,"Date":"11/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":175,"Cost":87,"Date":"11/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":555,"Cost":457,"Date":"12/1/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":725,"Cost":393,"Date":"12/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":560,"Cost":383,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":540,"Cost":321,"Date":"12/18/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":48,"Cost":38,"Date":"12/20/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":360,"Cost":186,"Date":"12/20/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":305,"Cost":220,"Date":"12/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":285,"Cost":149,"Date":"1/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":480,"Cost":445,"Date":"2/5/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":263,"Cost":200,"Date":"2/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":997,"Cost":621,"Date":"2/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":687,"Cost":383,"Date":"2/18/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":904,"Cost":609,"Date":"2/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":712,"Cost":431,"Date":"2/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":283,"Cost":174,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":947,"Cost":535,"Date":"4/2/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":498,"Cost":259,"Date":"4/3/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":548,"Cost":499,"Date":"4/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":992,"Cost":669,"Date":"4/10/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":447,"Cost":280,"Date":"4/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":829,"Cost":629,"Date":"5/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":440,"Cost":364,"Date":"5/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":215,"Cost":170,"Date":"6/20/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":902,"Cost":651,"Date":"7/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":16,"Cost":8,"Date":"7/4/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":62,"Cost":40,"Date":"7/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":490,"Cost":465,"Date":"7/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":156,"Cost":125,"Date":"7/14/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":955,"Cost":735,"Date":"7/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":619,"Cost":329,"Date":"8/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":965,"Cost":782,"Date":"8/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":346,"Cost":246,"Date":"8/7/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":999,"Cost":923,"Date":"8/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":973,"Cost":875,"Date":"8/31/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":64,"Cost":49,"Date":"9/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":350,"Cost":324,"Date":"9/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":225,"Cost":214,"Date":"9/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":897,"Cost":630,"Date":"9/29/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":691,"Cost":602,"Date":"11/7/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":485,"Cost":301,"Date":"11/26/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":377,"Cost":214,"Date":"11/27/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":891,"Cost":634,"Date":"12/5/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":557,"Cost":466,"Date":"12/26/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":814,"Cost":582,"Date":"12/31/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":559,"Cost":318,"Date":"1/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":887,"Cost":645,"Date":"2/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":927,"Cost":531,"Date":"2/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":384,"Cost":307,"Date":"2/27/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":906,"Cost":673,"Date":"3/1/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":706,"Cost":602,"Date":"3/1/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":849,"Cost":497,"Date":"3/19/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":459,"Cost":387,"Date":"3/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":705,"Cost":554,"Date":"5/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":936,"Cost":470,"Date":"7/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":88,"Cost":80,"Date":"8/5/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":133,"Cost":68,"Date":"8/12/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":111,"Cost":101,"Date":"8/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":758,"Cost":462,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":667,"Cost":469,"Date":"9/3/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":123,"Cost":98,"Date":"9/5/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":196,"Cost":150,"Date":"10/6/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":694,"Cost":408,"Date":"10/19/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":901,"Cost":588,"Date":"11/15/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":892,"Cost":702,"Date":"12/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":140,"Cost":100,"Date":"1/8/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":135,"Cost":113,"Date":"1/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":825,"Cost":687,"Date":"1/19/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":85,"Cost":64,"Date":"1/28/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":6,"Cost":4,"Date":"1/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":59,"Cost":47,"Date":"3/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":583,"Cost":369,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":782,"Cost":421,"Date":"4/24/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":484,"Cost":424,"Date":"4/28/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":782,"Cost":653,"Date":"5/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":256,"Cost":147,"Date":"5/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":339,"Cost":300,"Date":"5/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":596,"Cost":339,"Date":"6/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":799,"Cost":590,"Date":"6/3/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":75,"Cost":49,"Date":"6/5/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":997,"Cost":772,"Date":"6/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":411,"Cost":280,"Date":"6/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":273,"Cost":176,"Date":"6/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":658,"Cost":464,"Date":"6/24/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":289,"Cost":247,"Date":"7/4/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":314,"Cost":236,"Date":"7/9/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":474,"Cost":360,"Date":"7/12/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":655,"Cost":349,"Date":"8/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":743,"Cost":672,"Date":"8/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":977,"Cost":603,"Date":"8/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":854,"Cost":789,"Date":"9/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":121,"Cost":86,"Date":"9/3/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":189,"Cost":136,"Date":"9/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":58,"Cost":47,"Date":"10/4/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":342,"Cost":254,"Date":"11/1/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":312,"Cost":227,"Date":"11/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":771,"Cost":633,"Date":"12/17/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":928,"Cost":742,"Date":"2/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":156,"Cost":115,"Date":"2/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":395,"Cost":352,"Date":"3/4/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":815,"Cost":552,"Date":"3/9/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":821,"Cost":540,"Date":"3/9/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":182,"Cost":150,"Date":"3/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":821,"Cost":675,"Date":"3/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":18,"Cost":15,"Date":"3/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":281,"Cost":262,"Date":"3/23/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":757,"Cost":445,"Date":"4/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":175,"Cost":97,"Date":"5/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":134,"Cost":74,"Date":"5/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":731,"Cost":429,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":435,"Cost":376,"Date":"6/2/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":294,"Cost":254,"Date":"6/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":359,"Cost":326,"Date":"6/16/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":864,"Cost":457,"Date":"6/16/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":799,"Cost":637,"Date":"7/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":578,"Cost":433,"Date":"7/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":73,"Cost":55,"Date":"8/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":99,"Cost":82,"Date":"8/29/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":183,"Cost":173,"Date":"8/31/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":563,"Cost":334,"Date":"9/8/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":825,"Cost":469,"Date":"9/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":23,"Cost":20,"Date":"9/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":479,"Cost":440,"Date":"9/19/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":289,"Cost":225,"Date":"9/25/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":628,"Cost":418,"Date":"10/4/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":518,"Cost":426,"Date":"10/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":394,"Cost":371,"Date":"10/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":906,"Cost":676,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":241,"Cost":178,"Date":"10/30/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":739,"Cost":600,"Date":"11/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":185,"Cost":105,"Date":"11/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":396,"Cost":358,"Date":"11/25/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":187,"Cost":120,"Date":"1/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":231,"Cost":121,"Date":"1/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":687,"Cost":559,"Date":"1/20/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":204,"Cost":138,"Date":"2/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":415,"Cost":324,"Date":"2/25/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":414,"Cost":301,"Date":"3/7/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":185,"Cost":158,"Date":"3/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":763,"Cost":454,"Date":"3/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":912,"Cost":852,"Date":"4/5/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":683,"Cost":587,"Date":"4/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":95,"Cost":73,"Date":"5/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":258,"Cost":239,"Date":"5/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":407,"Cost":346,"Date":"5/15/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":396,"Cost":235,"Date":"5/25/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":63,"Cost":49,"Date":"5/26/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":966,"Cost":717,"Date":"5/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":570,"Cost":442,"Date":"7/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":392,"Cost":352,"Date":"9/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":967,"Cost":559,"Date":"10/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":3,"Cost":2,"Date":"10/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":481,"Cost":369,"Date":"10/26/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":149,"Cost":125,"Date":"11/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":907,"Cost":605,"Date":"11/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Nova","Country":"Australia","Sale":325,"Cost":281,"Date":"12/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":536,"Cost":304,"Date":"2/9/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":596,"Cost":417,"Date":"2/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":253,"Date":"3/10/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":110,"Date":"3/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":463,"Date":"3/18/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":990,"Cost":643,"Date":"3/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":256,"Date":"3/26/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":605,"Cost":503,"Date":"6/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":966,"Cost":877,"Date":"6/10/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":56,"Cost":29,"Date":"6/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":770,"Cost":447,"Date":"6/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":249,"Cost":201,"Date":"7/19/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":478,"Date":"7/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":211,"Date":"7/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":102,"Date":"8/4/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":961,"Cost":852,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":148,"Date":"9/4/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":454,"Date":"9/19/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":710,"Cost":528,"Date":"9/29/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":180,"Cost":105,"Date":"10/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":190,"Cost":105,"Date":"10/15/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":238,"Cost":159,"Date":"10/30/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":463,"Date":"11/9/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":304,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":54,"Cost":39,"Date":"11/30/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":680,"Cost":636,"Date":"12/8/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":203,"Date":"12/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":184,"Date":"1/15/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":445,"Date":"1/24/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":830,"Date":"2/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":98,"Date":"2/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":637,"Cost":396,"Date":"3/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":778,"Cost":723,"Date":"3/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":269,"Cost":140,"Date":"4/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":987,"Cost":581,"Date":"5/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":280,"Date":"5/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":607,"Date":"6/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":293,"Date":"6/26/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":368,"Cost":350,"Date":"7/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":436,"Date":"7/13/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":52,"Cost":34,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":643,"Cost":533,"Date":"8/26/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":252,"Date":"9/2/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":181,"Cost":92,"Date":"9/29/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":309,"Date":"10/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":342,"Date":"11/2/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":297,"Cost":167,"Date":"11/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":59,"Date":"11/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":131,"Date":"12/1/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":601,"Cost":400,"Date":"12/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":291,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":146,"Cost":125,"Date":"12/18/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":579,"Date":"12/20/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":583,"Cost":357,"Date":"12/20/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":829,"Cost":555,"Date":"12/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":378,"Date":"1/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":831,"Cost":605,"Date":"2/5/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":382,"Cost":262,"Date":"2/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":366,"Cost":299,"Date":"2/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":71,"Date":"2/18/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":68,"Date":"2/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":561,"Cost":335,"Date":"2/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":977,"Cost":677,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":442,"Date":"4/2/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":404,"Cost":306,"Date":"4/3/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":74,"Date":"4/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":403,"Cost":274,"Date":"4/10/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":70,"Cost":40,"Date":"4/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":419,"Date":"5/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":975,"Cost":666,"Date":"5/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":820,"Cost":756,"Date":"6/20/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":601,"Date":"7/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":151,"Date":"7/4/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":809,"Date":"7/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":975,"Cost":878,"Date":"7/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":572,"Date":"7/14/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":393,"Date":"7/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":685,"Cost":624,"Date":"8/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":213,"Cost":191,"Date":"8/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":540,"Date":"8/7/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":817,"Cost":583,"Date":"8/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":924,"Cost":843,"Date":"8/31/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":589,"Date":"9/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":128,"Date":"9/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":258,"Date":"9/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":887,"Cost":694,"Date":"9/29/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":486,"Cost":298,"Date":"11/7/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":124,"Date":"11/26/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":502,"Date":"11/27/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":173,"Date":"12/5/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":808,"Cost":469,"Date":"12/26/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":487,"Date":"12/31/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":742,"Cost":480,"Date":"1/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":94,"Date":"2/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":245,"Cost":137,"Date":"2/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":110,"Date":"2/27/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":415,"Date":"3/1/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":821,"Cost":776,"Date":"3/1/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":565,"Cost":509,"Date":"3/19/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":904,"Cost":494,"Date":"3/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":114,"Cost":96,"Date":"5/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":405,"Cost":333,"Date":"7/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":792,"Cost":589,"Date":"8/5/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":668,"Cost":340,"Date":"8/12/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":647,"Cost":479,"Date":"8/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":678,"Cost":596,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":991,"Cost":556,"Date":"9/3/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":463,"Date":"9/5/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":813,"Cost":630,"Date":"10/6/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":577,"Cost":536,"Date":"10/19/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":643,"Cost":609,"Date":"11/15/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":364,"Cost":242,"Date":"12/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":795,"Cost":686,"Date":"1/8/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":161,"Date":"1/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":186,"Cost":168,"Date":"1/19/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":717,"Date":"1/28/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":136,"Date":"1/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":328,"Cost":229,"Date":"3/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":7,"Cost":7,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":35,"Date":"4/24/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":564,"Date":"4/28/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":20,"Cost":12,"Date":"5/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":218,"Cost":189,"Date":"5/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":442,"Date":"5/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":230,"Date":"6/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":216,"Cost":206,"Date":"6/3/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":765,"Cost":589,"Date":"6/5/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":83,"Date":"6/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":950,"Cost":731,"Date":"6/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":969,"Cost":603,"Date":"6/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":413,"Date":"6/24/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":32,"Date":"7/4/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":140,"Cost":80,"Date":"7/9/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":271,"Date":"7/12/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":528,"Date":"8/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":181,"Cost":146,"Date":"8/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":698,"Date":"8/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":50,"Date":"9/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":272,"Cost":245,"Date":"9/3/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":705,"Cost":471,"Date":"9/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":118,"Date":"10/4/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":437,"Cost":230,"Date":"11/1/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":550,"Cost":499,"Date":"11/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":29,"Cost":17,"Date":"12/17/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":186,"Date":"2/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":587,"Cost":320,"Date":"2/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":480,"Date":"3/4/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":361,"Date":"3/9/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":742,"Cost":677,"Date":"3/9/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":438,"Cost":388,"Date":"3/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":256,"Date":"3/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":55,"Cost":49,"Date":"3/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":130,"Date":"3/23/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":452,"Cost":397,"Date":"4/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":359,"Date":"5/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":15,"Date":"5/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":339,"Cost":291,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":456,"Date":"6/2/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":189,"Date":"6/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":348,"Cost":326,"Date":"6/16/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":871,"Cost":778,"Date":"6/16/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":118,"Cost":103,"Date":"7/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":523,"Date":"7/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":72,"Cost":62,"Date":"8/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":554,"Cost":442,"Date":"8/29/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":870,"Cost":601,"Date":"8/31/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":966,"Cost":754,"Date":"9/8/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":628,"Cost":481,"Date":"9/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":211,"Date":"9/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":490,"Date":"9/19/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":738,"Date":"9/25/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":670,"Cost":598,"Date":"10/4/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":775,"Date":"10/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":720,"Date":"10/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":678,"Cost":544,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":436,"Cost":292,"Date":"10/30/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":989,"Cost":646,"Date":"11/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":540,"Date":"11/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":716,"Cost":375,"Date":"11/25/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":858,"Cost":696,"Date":"1/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":406,"Cost":308,"Date":"1/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":261,"Cost":169,"Date":"1/20/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":593,"Date":"2/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":330,"Date":"2/25/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":183,"Cost":146,"Date":"3/7/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":226,"Cost":132,"Date":"3/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":917,"Cost":729,"Date":"3/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":207,"Cost":117,"Date":"4/5/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":168,"Date":"4/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":232,"Date":"5/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":402,"Date":"5/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":390,"Cost":341,"Date":"5/15/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":558,"Date":"5/25/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":545,"Cost":464,"Date":"5/26/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":316,"Date":"5/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":170,"Cost":89,"Date":"7/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":467,"Cost":296,"Date":"9/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":470,"Cost":291,"Date":"10/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":800,"Date":"10/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":983,"Cost":651,"Date":"10/26/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":505,"Cost":336,"Date":"11/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":54,"Cost":30,"Date":"11/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Sellpy","Country":"Australia","Sale":481,"Cost":410,"Date":"12/1/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":423,"Cost":216,"Date":"2/9/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":900,"Cost":503,"Date":"2/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":263,"Cost":227,"Date":"3/10/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":647,"Cost":485,"Date":"3/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":556,"Cost":527,"Date":"3/18/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":106,"Date":"3/20/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":630,"Cost":536,"Date":"3/26/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":337,"Date":"6/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":712,"Cost":535,"Date":"6/10/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":996,"Cost":851,"Date":"6/16/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":522,"Date":"6/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":360,"Date":"7/19/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":181,"Date":"7/21/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":674,"Cost":366,"Date":"7/25/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":769,"Cost":604,"Date":"8/4/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":145,"Cost":79,"Date":"9/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":930,"Cost":858,"Date":"9/4/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":367,"Date":"9/19/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":759,"Cost":452,"Date":"9/29/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":338,"Date":"10/2/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":545,"Cost":340,"Date":"10/15/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":318,"Date":"10/30/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":807,"Cost":669,"Date":"11/9/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":169,"Cost":155,"Date":"11/23/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":539,"Date":"11/30/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":216,"Date":"12/8/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":609,"Date":"12/11/2018"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":176,"Cost":152,"Date":"1/15/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":386,"Cost":326,"Date":"1/24/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":447,"Cost":299,"Date":"2/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":173,"Cost":94,"Date":"2/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":446,"Date":"3/9/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":369,"Cost":301,"Date":"3/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":121,"Cost":69,"Date":"4/19/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":668,"Cost":483,"Date":"5/3/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":340,"Cost":253,"Date":"5/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":359,"Date":"6/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":182,"Cost":112,"Date":"6/26/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":253,"Cost":239,"Date":"7/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":712,"Cost":387,"Date":"7/13/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":964,"Cost":569,"Date":"8/8/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":800,"Date":"8/26/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":175,"Date":"9/2/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":152,"Cost":140,"Date":"9/29/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":750,"Cost":567,"Date":"10/12/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":620,"Date":"11/2/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":6,"Date":"11/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":242,"Cost":192,"Date":"11/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":650,"Cost":360,"Date":"12/1/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":468,"Cost":359,"Date":"12/4/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":150,"Date":"12/7/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":668,"Cost":375,"Date":"12/18/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":311,"Date":"12/20/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":176,"Cost":101,"Date":"12/20/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":588,"Date":"12/21/2019"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":376,"Cost":301,"Date":"1/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":566,"Date":"2/5/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":520,"Date":"2/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":191,"Cost":169,"Date":"2/16/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":419,"Date":"2/18/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":793,"Cost":598,"Date":"2/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":755,"Cost":639,"Date":"2/25/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":171,"Date":"3/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":837,"Cost":741,"Date":"4/2/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":346,"Cost":209,"Date":"4/3/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":727,"Cost":456,"Date":"4/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":332,"Cost":290,"Date":"4/10/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":243,"Cost":197,"Date":"4/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":948,"Cost":595,"Date":"5/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":596,"Date":"5/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":12,"Cost":8,"Date":"6/20/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":787,"Cost":606,"Date":"7/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":348,"Date":"7/4/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":917,"Cost":499,"Date":"7/8/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":701,"Cost":540,"Date":"7/9/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":930,"Cost":635,"Date":"7/14/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":146,"Cost":119,"Date":"7/19/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":197,"Date":"8/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":132,"Cost":102,"Date":"8/6/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":99,"Date":"8/7/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":323,"Date":"8/22/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":563,"Date":"8/31/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":698,"Cost":605,"Date":"9/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":670,"Cost":423,"Date":"9/1/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":300,"Cost":262,"Date":"9/17/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":807,"Cost":653,"Date":"9/29/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":245,"Date":"11/7/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":107,"Cost":56,"Date":"11/26/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":879,"Cost":667,"Date":"11/27/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":239,"Date":"12/5/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":153,"Cost":86,"Date":"12/26/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":306,"Cost":167,"Date":"12/31/2020"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":399,"Cost":322,"Date":"1/20/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":605,"Date":"2/2/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":123,"Cost":92,"Date":"2/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":807,"Cost":440,"Date":"2/27/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":201,"Date":"3/1/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":540,"Date":"3/1/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":22,"Cost":20,"Date":"3/19/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":447,"Cost":246,"Date":"3/28/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":655,"Cost":452,"Date":"5/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":224,"Cost":147,"Date":"7/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":527,"Cost":439,"Date":"8/5/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":940,"Cost":663,"Date":"8/12/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":596,"Date":"8/21/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":866,"Cost":799,"Date":"8/23/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":761,"Cost":496,"Date":"9/3/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":239,"Date":"9/5/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":905,"Cost":609,"Date":"10/6/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":8,"Date":"10/19/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":15,"Date":"11/15/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":146,"Cost":110,"Date":"12/8/2021"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":784,"Cost":693,"Date":"1/8/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":71,"Date":"1/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":676,"Cost":411,"Date":"1/19/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":391,"Date":"1/28/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":225,"Cost":186,"Date":"1/31/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":395,"Cost":205,"Date":"3/27/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":773,"Cost":572,"Date":"4/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":671,"Date":"4/24/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":268,"Cost":203,"Date":"4/28/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":99,"Date":"5/15/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":106,"Date":"5/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":749,"Date":"5/18/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":536,"Date":"6/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":902,"Cost":495,"Date":"6/3/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":670,"Cost":382,"Date":"6/5/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":229,"Date":"6/7/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":325,"Cost":210,"Date":"6/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":159,"Date":"6/20/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":520,"Cost":341,"Date":"6/24/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":72,"Cost":62,"Date":"7/4/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":66,"Cost":61,"Date":"7/9/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":383,"Date":"7/12/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":247,"Date":"8/14/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":530,"Cost":326,"Date":"8/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":526,"Cost":428,"Date":"8/23/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":435,"Cost":332,"Date":"9/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":171,"Date":"9/3/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":622,"Cost":440,"Date":"9/16/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":440,"Date":"10/4/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":747,"Date":"11/1/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":137,"Date":"11/2/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":575,"Date":"12/17/2022"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":374,"Cost":298,"Date":"2/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":758,"Cost":634,"Date":"2/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":574,"Date":"3/4/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":961,"Cost":866,"Date":"3/9/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":881,"Cost":639,"Date":"3/9/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":217,"Cost":141,"Date":"3/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":41,"Cost":32,"Date":"3/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":358,"Cost":218,"Date":"3/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":124,"Date":"3/23/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":790,"Date":"4/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":218,"Date":"5/7/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":573,"Date":"5/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":514,"Date":"5/20/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":513,"Date":"6/2/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":647,"Cost":586,"Date":"6/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":249,"Date":"6/16/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":40,"Cost":35,"Date":"6/16/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":18,"Date":"7/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":131,"Date":"7/11/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":64,"Date":"8/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":31,"Cost":29,"Date":"8/29/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":537,"Date":"8/31/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":704,"Date":"9/8/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":633,"Cost":421,"Date":"9/13/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":88,"Cost":73,"Date":"9/14/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":192,"Date":"9/19/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":541,"Cost":341,"Date":"9/25/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":232,"Date":"10/4/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":662,"Cost":484,"Date":"10/10/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":366,"Cost":202,"Date":"10/17/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":394,"Cost":344,"Date":"10/28/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":197,"Date":"10/30/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":793,"Cost":459,"Date":"11/1/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":116,"Cost":93,"Date":"11/15/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":473,"Date":"11/25/2023"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":422,"Cost":243,"Date":"1/10/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":163,"Cost":109,"Date":"1/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":374,"Cost":259,"Date":"1/20/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":255,"Cost":140,"Date":"2/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":752,"Date":"2/25/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":466,"Date":"3/7/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":14,"Cost":8,"Date":"3/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":74,"Date":"3/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":825,"Cost":621,"Date":"4/5/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":36,"Cost":24,"Date":"4/14/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":849,"Cost":487,"Date":"5/3/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":332,"Date":"5/9/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":450,"Cost":226,"Date":"5/15/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":756,"Cost":497,"Date":"5/25/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":436,"Cost":355,"Date":"5/26/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":514,"Cost":468,"Date":"5/31/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":679,"Cost":630,"Date":"7/27/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":391,"Cost":224,"Date":"9/17/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":915,"Cost":596,"Date":"10/6/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":511,"Date":"10/8/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":354,"Cost":246,"Date":"10/26/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":609,"Date":"11/16/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":872,"Cost":471,"Date":"11/18/2024"},{"Store":"Chadstone Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":992,"Cost":671,"Date":"12/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":878,"Cost":750,"Date":"2/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":180,"Cost":163,"Date":"2/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":851,"Cost":599,"Date":"3/10/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":363,"Cost":314,"Date":"3/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":4,"Cost":3,"Date":"3/18/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":793,"Cost":617,"Date":"3/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":151,"Cost":128,"Date":"3/26/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":565,"Cost":464,"Date":"6/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":400,"Cost":341,"Date":"6/10/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":846,"Cost":464,"Date":"6/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":242,"Cost":173,"Date":"6/25/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":182,"Cost":154,"Date":"7/19/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":53,"Cost":27,"Date":"7/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":21,"Cost":14,"Date":"7/25/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":285,"Cost":153,"Date":"8/4/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":433,"Cost":220,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":687,"Cost":417,"Date":"9/4/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":672,"Cost":344,"Date":"9/19/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":518,"Cost":449,"Date":"9/29/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":56,"Cost":28,"Date":"10/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":994,"Cost":588,"Date":"10/15/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":210,"Cost":155,"Date":"10/30/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":382,"Cost":293,"Date":"11/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":393,"Cost":304,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":573,"Cost":539,"Date":"11/30/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":163,"Cost":138,"Date":"12/8/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":743,"Cost":551,"Date":"12/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":782,"Cost":609,"Date":"1/15/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":21,"Cost":14,"Date":"1/24/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":627,"Cost":373,"Date":"2/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":743,"Cost":445,"Date":"2/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":916,"Cost":603,"Date":"3/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":518,"Cost":343,"Date":"3/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":333,"Cost":174,"Date":"4/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":257,"Cost":172,"Date":"5/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":512,"Cost":428,"Date":"5/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":763,"Cost":477,"Date":"6/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":299,"Cost":195,"Date":"6/26/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":953,"Cost":843,"Date":"7/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":744,"Cost":639,"Date":"7/13/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":899,"Cost":621,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":736,"Cost":654,"Date":"8/26/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":273,"Cost":229,"Date":"9/2/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":550,"Cost":431,"Date":"9/29/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":166,"Cost":150,"Date":"10/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":83,"Cost":73,"Date":"11/2/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":302,"Cost":234,"Date":"11/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":78,"Cost":45,"Date":"11/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":292,"Cost":184,"Date":"12/1/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":552,"Cost":488,"Date":"12/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":211,"Cost":130,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":30,"Cost":17,"Date":"12/18/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":301,"Cost":183,"Date":"12/20/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":501,"Cost":342,"Date":"12/20/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":82,"Cost":77,"Date":"12/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":5,"Cost":2,"Date":"1/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":139,"Cost":130,"Date":"2/5/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":799,"Cost":473,"Date":"2/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":628,"Cost":470,"Date":"2/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":227,"Cost":144,"Date":"2/18/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":579,"Cost":370,"Date":"2/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":330,"Cost":298,"Date":"2/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":872,"Cost":789,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":328,"Cost":308,"Date":"4/2/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":505,"Cost":464,"Date":"4/3/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":273,"Cost":188,"Date":"4/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":975,"Cost":751,"Date":"4/10/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":297,"Cost":175,"Date":"4/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":457,"Cost":317,"Date":"5/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":980,"Cost":746,"Date":"5/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":260,"Cost":199,"Date":"6/20/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":248,"Cost":139,"Date":"7/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":177,"Cost":115,"Date":"7/4/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":158,"Cost":87,"Date":"7/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":103,"Cost":64,"Date":"7/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":446,"Cost":236,"Date":"7/14/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":223,"Cost":160,"Date":"7/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":751,"Cost":607,"Date":"8/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":628,"Cost":445,"Date":"8/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":621,"Cost":428,"Date":"8/7/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":797,"Cost":570,"Date":"8/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":405,"Cost":235,"Date":"8/31/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":602,"Cost":565,"Date":"9/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":993,"Cost":768,"Date":"9/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":63,"Cost":60,"Date":"9/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":823,"Cost":626,"Date":"9/29/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":354,"Cost":290,"Date":"11/7/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":665,"Cost":621,"Date":"11/26/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":255,"Cost":132,"Date":"11/27/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":22,"Cost":11,"Date":"12/5/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":357,"Cost":312,"Date":"12/26/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":5,"Cost":3,"Date":"12/31/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":920,"Cost":502,"Date":"1/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":623,"Cost":527,"Date":"2/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":569,"Cost":424,"Date":"2/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":871,"Cost":530,"Date":"2/27/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":503,"Cost":270,"Date":"3/1/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":500,"Cost":453,"Date":"3/1/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":563,"Cost":381,"Date":"3/19/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":560,"Cost":395,"Date":"3/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":988,"Cost":922,"Date":"5/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":646,"Cost":493,"Date":"7/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":245,"Cost":147,"Date":"8/5/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":115,"Cost":104,"Date":"8/12/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":251,"Cost":225,"Date":"8/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":741,"Cost":502,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":317,"Cost":211,"Date":"9/3/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":643,"Cost":435,"Date":"9/5/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":726,"Cost":591,"Date":"10/6/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":760,"Cost":652,"Date":"10/19/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":693,"Cost":364,"Date":"11/15/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":409,"Cost":389,"Date":"12/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":768,"Cost":622,"Date":"1/8/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":791,"Cost":455,"Date":"1/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":52,"Cost":49,"Date":"1/19/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":721,"Cost":683,"Date":"1/28/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":725,"Cost":440,"Date":"1/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":999,"Cost":887,"Date":"3/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":50,"Cost":41,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":196,"Cost":137,"Date":"4/24/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":977,"Cost":927,"Date":"4/28/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":79,"Cost":59,"Date":"5/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":879,"Cost":613,"Date":"5/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":750,"Cost":622,"Date":"5/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":994,"Cost":864,"Date":"6/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":668,"Cost":393,"Date":"6/3/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":711,"Cost":386,"Date":"6/5/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":328,"Cost":167,"Date":"6/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":918,"Cost":516,"Date":"6/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":453,"Cost":378,"Date":"6/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":362,"Cost":243,"Date":"6/24/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":631,"Cost":388,"Date":"7/4/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":811,"Cost":463,"Date":"7/9/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":756,"Cost":572,"Date":"7/12/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":70,"Cost":39,"Date":"8/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":697,"Cost":659,"Date":"8/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":748,"Cost":456,"Date":"8/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":514,"Cost":283,"Date":"9/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":991,"Cost":660,"Date":"9/3/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":301,"Cost":231,"Date":"9/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":8,"Cost":4,"Date":"10/4/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":614,"Cost":387,"Date":"11/1/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":389,"Cost":237,"Date":"11/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":850,"Cost":549,"Date":"12/17/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":255,"Cost":155,"Date":"2/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":820,"Cost":686,"Date":"2/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":939,"Cost":531,"Date":"3/4/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":884,"Cost":545,"Date":"3/9/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":648,"Cost":549,"Date":"3/9/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":513,"Cost":359,"Date":"3/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":636,"Cost":406,"Date":"3/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":734,"Cost":410,"Date":"3/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":944,"Cost":685,"Date":"3/23/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":75,"Cost":38,"Date":"4/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":581,"Cost":311,"Date":"5/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":236,"Cost":163,"Date":"5/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":983,"Cost":931,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":198,"Cost":163,"Date":"6/2/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":307,"Cost":289,"Date":"6/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":552,"Cost":376,"Date":"6/16/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":53,"Cost":47,"Date":"6/16/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":111,"Cost":73,"Date":"7/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":232,"Cost":119,"Date":"7/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":720,"Cost":472,"Date":"8/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":727,"Cost":681,"Date":"8/29/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":117,"Cost":94,"Date":"8/31/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":533,"Cost":280,"Date":"9/8/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":435,"Cost":225,"Date":"9/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":580,"Cost":328,"Date":"9/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":457,"Cost":381,"Date":"9/19/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":241,"Cost":221,"Date":"9/25/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":764,"Cost":525,"Date":"10/4/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":408,"Cost":371,"Date":"10/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":789,"Cost":677,"Date":"10/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":870,"Cost":527,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":410,"Cost":242,"Date":"10/30/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":985,"Cost":525,"Date":"11/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":227,"Cost":175,"Date":"11/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":101,"Cost":61,"Date":"11/25/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":498,"Cost":289,"Date":"1/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":574,"Cost":304,"Date":"1/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":569,"Cost":354,"Date":"1/20/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":873,"Cost":569,"Date":"2/8/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":986,"Cost":778,"Date":"2/25/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":751,"Cost":614,"Date":"3/7/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":565,"Cost":466,"Date":"3/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":440,"Cost":252,"Date":"3/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":93,"Cost":67,"Date":"4/5/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":1,"Cost":1,"Date":"4/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":531,"Cost":392,"Date":"5/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":272,"Cost":240,"Date":"5/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":867,"Cost":788,"Date":"5/15/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":748,"Cost":633,"Date":"5/25/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":321,"Cost":263,"Date":"5/26/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":932,"Cost":812,"Date":"5/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":151,"Cost":77,"Date":"7/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":793,"Cost":559,"Date":"9/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":899,"Cost":694,"Date":"10/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":358,"Cost":283,"Date":"10/8/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":583,"Cost":383,"Date":"10/26/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":40,"Cost":28,"Date":"11/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":84,"Cost":77,"Date":"11/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":14,"Cost":12,"Date":"12/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":254,"Cost":192,"Date":"2/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":968,"Cost":723,"Date":"2/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":99,"Cost":59,"Date":"3/10/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":826,"Cost":741,"Date":"3/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":980,"Cost":848,"Date":"3/18/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":584,"Cost":531,"Date":"3/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":317,"Cost":280,"Date":"3/26/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":737,"Cost":618,"Date":"6/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":782,"Cost":476,"Date":"6/10/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":854,"Cost":686,"Date":"6/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":657,"Cost":431,"Date":"6/25/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":703,"Cost":361,"Date":"7/19/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":377,"Cost":333,"Date":"7/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":404,"Cost":248,"Date":"7/25/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":364,"Cost":217,"Date":"8/4/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":245,"Cost":163,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":78,"Cost":64,"Date":"9/4/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":944,"Cost":762,"Date":"9/19/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":811,"Cost":639,"Date":"9/29/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":952,"Cost":544,"Date":"10/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":656,"Cost":450,"Date":"10/15/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":570,"Cost":433,"Date":"10/30/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":918,"Cost":628,"Date":"11/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":417,"Cost":341,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":282,"Cost":147,"Date":"11/30/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":387,"Cost":258,"Date":"12/8/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":968,"Cost":510,"Date":"12/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":298,"Cost":164,"Date":"1/15/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":149,"Cost":97,"Date":"1/24/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":316,"Cost":175,"Date":"2/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":181,"Cost":142,"Date":"2/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":128,"Cost":75,"Date":"3/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":799,"Cost":740,"Date":"3/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":220,"Cost":207,"Date":"4/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":585,"Cost":366,"Date":"5/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":721,"Cost":551,"Date":"5/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":315,"Cost":161,"Date":"6/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":593,"Cost":397,"Date":"6/26/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":799,"Cost":707,"Date":"7/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":436,"Cost":270,"Date":"7/13/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":996,"Cost":780,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":929,"Cost":762,"Date":"8/26/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":935,"Cost":562,"Date":"9/2/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":826,"Cost":623,"Date":"9/29/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":771,"Cost":391,"Date":"10/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":618,"Cost":331,"Date":"11/2/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":857,"Cost":501,"Date":"11/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":164,"Cost":100,"Date":"11/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":481,"Cost":434,"Date":"12/1/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":552,"Cost":429,"Date":"12/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":588,"Cost":301,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":229,"Cost":190,"Date":"12/18/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":93,"Cost":79,"Date":"12/20/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":217,"Cost":201,"Date":"12/20/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":547,"Cost":311,"Date":"12/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":87,"Cost":83,"Date":"1/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":898,"Cost":618,"Date":"2/5/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":197,"Cost":170,"Date":"2/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":713,"Cost":433,"Date":"2/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":123,"Cost":117,"Date":"2/18/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":170,"Cost":132,"Date":"2/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":900,"Cost":530,"Date":"2/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":432,"Cost":392,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":303,"Cost":230,"Date":"4/2/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":145,"Cost":122,"Date":"4/3/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":691,"Cost":464,"Date":"4/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":111,"Cost":86,"Date":"4/10/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":998,"Cost":687,"Date":"4/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":952,"Cost":831,"Date":"5/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":236,"Cost":182,"Date":"5/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":798,"Cost":612,"Date":"6/20/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":692,"Cost":550,"Date":"7/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":253,"Cost":232,"Date":"7/4/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":518,"Cost":279,"Date":"7/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":378,"Cost":331,"Date":"7/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":333,"Cost":224,"Date":"7/14/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":566,"Cost":522,"Date":"7/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":260,"Cost":131,"Date":"8/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":447,"Cost":392,"Date":"8/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":884,"Cost":461,"Date":"8/7/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":414,"Cost":380,"Date":"8/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":824,"Cost":517,"Date":"8/31/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":6,"Cost":6,"Date":"9/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":292,"Cost":273,"Date":"9/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":993,"Cost":535,"Date":"9/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":604,"Cost":380,"Date":"9/29/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":653,"Cost":605,"Date":"11/7/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":856,"Cost":434,"Date":"11/26/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":892,"Cost":546,"Date":"11/27/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":112,"Cost":69,"Date":"12/5/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":986,"Cost":660,"Date":"12/26/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":40,"Cost":31,"Date":"12/31/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":68,"Cost":35,"Date":"1/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":725,"Cost":469,"Date":"2/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":511,"Cost":448,"Date":"2/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":970,"Cost":503,"Date":"2/27/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":773,"Cost":468,"Date":"3/1/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":576,"Cost":306,"Date":"3/1/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":915,"Cost":679,"Date":"3/19/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":368,"Cost":301,"Date":"3/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":895,"Cost":740,"Date":"5/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":368,"Cost":229,"Date":"7/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":982,"Cost":563,"Date":"8/5/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":888,"Cost":678,"Date":"8/12/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":9,"Cost":5,"Date":"8/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":937,"Cost":591,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":876,"Cost":819,"Date":"9/3/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":227,"Cost":198,"Date":"9/5/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":292,"Cost":184,"Date":"10/6/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":545,"Cost":348,"Date":"10/19/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":788,"Cost":669,"Date":"11/15/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":424,"Cost":367,"Date":"12/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":257,"Cost":164,"Date":"1/8/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":317,"Cost":207,"Date":"1/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":378,"Cost":344,"Date":"1/19/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":125,"Cost":119,"Date":"1/28/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":520,"Cost":436,"Date":"1/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":614,"Cost":324,"Date":"3/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":996,"Cost":870,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":21,"Cost":18,"Date":"4/24/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":226,"Cost":122,"Date":"4/28/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":462,"Cost":420,"Date":"5/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":567,"Cost":478,"Date":"5/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":317,"Cost":232,"Date":"5/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":500,"Cost":343,"Date":"6/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":959,"Cost":834,"Date":"6/3/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":658,"Cost":480,"Date":"6/5/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":25,"Cost":22,"Date":"6/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":443,"Cost":344,"Date":"6/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":105,"Cost":61,"Date":"6/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":952,"Cost":521,"Date":"6/24/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":781,"Cost":620,"Date":"7/4/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":683,"Cost":548,"Date":"7/9/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":252,"Cost":192,"Date":"7/12/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":731,"Cost":609,"Date":"8/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":348,"Cost":230,"Date":"8/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":347,"Cost":235,"Date":"8/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":784,"Cost":402,"Date":"9/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":124,"Cost":70,"Date":"9/3/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":78,"Cost":50,"Date":"9/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":459,"Cost":230,"Date":"10/4/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":930,"Cost":841,"Date":"11/1/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":939,"Cost":547,"Date":"11/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":376,"Cost":259,"Date":"12/17/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":57,"Cost":42,"Date":"2/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":627,"Cost":373,"Date":"2/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":35,"Cost":17,"Date":"3/4/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":1000,"Cost":799,"Date":"3/9/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":817,"Cost":555,"Date":"3/9/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":999,"Cost":842,"Date":"3/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":752,"Cost":632,"Date":"3/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":273,"Cost":192,"Date":"3/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":105,"Cost":87,"Date":"3/23/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":418,"Cost":293,"Date":"4/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":530,"Cost":410,"Date":"5/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":404,"Cost":283,"Date":"5/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":200,"Cost":102,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":357,"Cost":245,"Date":"6/2/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":695,"Cost":640,"Date":"6/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":970,"Cost":653,"Date":"6/16/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":491,"Cost":302,"Date":"6/16/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":281,"Cost":265,"Date":"7/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":303,"Cost":184,"Date":"7/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":665,"Cost":382,"Date":"8/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":329,"Cost":279,"Date":"8/29/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":467,"Cost":348,"Date":"8/31/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":342,"Cost":185,"Date":"9/8/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":33,"Cost":18,"Date":"9/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":727,"Cost":621,"Date":"9/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":457,"Cost":409,"Date":"9/19/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":848,"Cost":460,"Date":"9/25/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":306,"Cost":176,"Date":"10/4/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":314,"Cost":278,"Date":"10/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":365,"Cost":284,"Date":"10/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":340,"Cost":299,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":390,"Cost":277,"Date":"10/30/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":196,"Cost":120,"Date":"11/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":710,"Cost":407,"Date":"11/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":867,"Cost":661,"Date":"11/25/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":431,"Cost":254,"Date":"1/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":783,"Cost":625,"Date":"1/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":697,"Cost":518,"Date":"1/20/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":683,"Cost":562,"Date":"2/8/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":336,"Cost":257,"Date":"2/25/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":885,"Cost":578,"Date":"3/7/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":296,"Cost":230,"Date":"3/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":294,"Cost":182,"Date":"3/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":646,"Cost":446,"Date":"4/5/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":753,"Cost":532,"Date":"4/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":677,"Cost":447,"Date":"5/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":95,"Cost":62,"Date":"5/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":824,"Cost":684,"Date":"5/15/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":465,"Cost":264,"Date":"5/25/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":84,"Cost":44,"Date":"5/26/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":68,"Cost":49,"Date":"5/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":317,"Cost":298,"Date":"7/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":883,"Cost":632,"Date":"9/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":371,"Cost":248,"Date":"10/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":312,"Cost":228,"Date":"10/8/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":90,"Cost":63,"Date":"10/26/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":193,"Cost":141,"Date":"11/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":309,"Cost":211,"Date":"11/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"COS","Country":"Australia","Sale":253,"Cost":228,"Date":"12/1/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":490,"Cost":432,"Date":"2/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":84,"Cost":65,"Date":"2/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":591,"Cost":316,"Date":"3/10/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":794,"Cost":724,"Date":"3/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":916,"Cost":558,"Date":"3/18/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":4,"Cost":3,"Date":"3/20/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":341,"Cost":178,"Date":"3/26/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":23,"Cost":18,"Date":"6/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":655,"Cost":338,"Date":"6/10/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":565,"Cost":453,"Date":"6/16/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":808,"Cost":691,"Date":"6/25/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":819,"Cost":709,"Date":"7/19/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":668,"Cost":494,"Date":"7/21/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":330,"Cost":194,"Date":"7/25/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":836,"Cost":765,"Date":"8/4/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":366,"Cost":244,"Date":"9/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":382,"Cost":305,"Date":"9/4/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":909,"Cost":832,"Date":"9/19/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":440,"Cost":240,"Date":"9/29/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":526,"Cost":304,"Date":"10/2/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":990,"Cost":509,"Date":"10/15/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":121,"Cost":74,"Date":"10/30/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":506,"Cost":348,"Date":"11/9/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":86,"Cost":54,"Date":"11/23/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":405,"Cost":364,"Date":"11/30/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":67,"Cost":36,"Date":"12/8/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":915,"Cost":503,"Date":"12/11/2018"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":546,"Cost":311,"Date":"1/15/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":182,"Cost":169,"Date":"1/24/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":98,"Cost":63,"Date":"2/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":412,"Cost":321,"Date":"2/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":659,"Cost":573,"Date":"3/9/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":872,"Cost":689,"Date":"3/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":778,"Cost":645,"Date":"4/19/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":463,"Cost":289,"Date":"5/3/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":540,"Cost":477,"Date":"5/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":536,"Cost":293,"Date":"6/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":314,"Cost":161,"Date":"6/26/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":315,"Cost":229,"Date":"7/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":843,"Cost":753,"Date":"7/13/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":25,"Cost":17,"Date":"8/8/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":691,"Cost":605,"Date":"8/26/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":902,"Cost":802,"Date":"9/2/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":268,"Cost":224,"Date":"9/29/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":353,"Cost":182,"Date":"10/12/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":4,"Cost":3,"Date":"11/2/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":353,"Cost":294,"Date":"11/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":852,"Cost":572,"Date":"11/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":85,"Cost":78,"Date":"12/1/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":463,"Cost":387,"Date":"12/4/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":321,"Cost":284,"Date":"12/7/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":640,"Cost":424,"Date":"12/18/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":986,"Cost":775,"Date":"12/20/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":997,"Cost":656,"Date":"12/20/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":47,"Cost":28,"Date":"12/21/2019"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":389,"Cost":279,"Date":"1/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":977,"Cost":599,"Date":"2/5/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":726,"Cost":494,"Date":"2/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":723,"Cost":658,"Date":"2/16/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":202,"Cost":181,"Date":"2/18/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":104,"Cost":69,"Date":"2/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":860,"Cost":495,"Date":"2/25/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":808,"Cost":583,"Date":"3/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":780,"Cost":442,"Date":"4/2/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":566,"Cost":296,"Date":"4/3/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":897,"Cost":520,"Date":"4/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":313,"Cost":268,"Date":"4/10/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":802,"Cost":535,"Date":"4/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":529,"Cost":424,"Date":"5/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":670,"Cost":558,"Date":"5/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":928,"Cost":645,"Date":"6/20/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":5,"Cost":3,"Date":"7/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":895,"Cost":752,"Date":"7/4/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":765,"Cost":568,"Date":"7/8/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":745,"Cost":389,"Date":"7/9/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":359,"Cost":321,"Date":"7/14/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":268,"Cost":181,"Date":"7/19/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":685,"Cost":489,"Date":"8/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":874,"Cost":522,"Date":"8/6/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":494,"Cost":397,"Date":"8/7/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":296,"Cost":238,"Date":"8/22/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":192,"Cost":170,"Date":"8/31/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":390,"Cost":337,"Date":"9/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":125,"Cost":107,"Date":"9/1/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":858,"Cost":769,"Date":"9/17/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":741,"Cost":458,"Date":"9/29/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":93,"Cost":73,"Date":"11/7/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":212,"Cost":166,"Date":"11/26/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":814,"Cost":436,"Date":"11/27/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":18,"Cost":14,"Date":"12/5/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":32,"Cost":23,"Date":"12/26/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":936,"Cost":843,"Date":"12/31/2020"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":953,"Cost":610,"Date":"1/20/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":372,"Cost":221,"Date":"2/2/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":399,"Cost":371,"Date":"2/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":132,"Cost":71,"Date":"2/27/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":720,"Cost":683,"Date":"3/1/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":276,"Cost":138,"Date":"3/1/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":227,"Cost":126,"Date":"3/19/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":734,"Cost":391,"Date":"3/28/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":667,"Cost":519,"Date":"5/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":622,"Cost":565,"Date":"7/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":646,"Cost":492,"Date":"8/5/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":309,"Cost":228,"Date":"8/12/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":183,"Cost":120,"Date":"8/21/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":874,"Cost":825,"Date":"8/23/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":597,"Cost":353,"Date":"9/3/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":45,"Cost":39,"Date":"9/5/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":803,"Cost":443,"Date":"10/6/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":454,"Cost":316,"Date":"10/19/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":347,"Cost":212,"Date":"11/15/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":554,"Cost":472,"Date":"12/8/2021"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":689,"Cost":482,"Date":"1/8/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":514,"Cost":425,"Date":"1/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":207,"Cost":148,"Date":"1/19/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":764,"Cost":690,"Date":"1/28/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":335,"Cost":194,"Date":"1/31/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":191,"Cost":146,"Date":"3/27/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":81,"Cost":47,"Date":"4/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":762,"Cost":628,"Date":"4/24/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":553,"Cost":326,"Date":"4/28/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":108,"Cost":57,"Date":"5/15/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":993,"Cost":817,"Date":"5/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":675,"Cost":428,"Date":"5/18/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":882,"Cost":473,"Date":"6/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":807,"Cost":666,"Date":"6/3/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":881,"Cost":779,"Date":"6/5/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":290,"Cost":254,"Date":"6/7/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":899,"Cost":818,"Date":"6/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":58,"Cost":54,"Date":"6/20/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":612,"Cost":463,"Date":"6/24/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":379,"Cost":313,"Date":"7/4/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":510,"Cost":414,"Date":"7/9/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":498,"Cost":398,"Date":"7/12/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":286,"Cost":208,"Date":"8/14/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":693,"Cost":511,"Date":"8/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":646,"Cost":369,"Date":"8/23/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":172,"Cost":137,"Date":"9/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":892,"Cost":833,"Date":"9/3/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":658,"Cost":351,"Date":"9/16/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":264,"Cost":195,"Date":"10/4/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":732,"Cost":434,"Date":"11/1/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":412,"Cost":356,"Date":"11/2/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":124,"Cost":106,"Date":"12/17/2022"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":488,"Cost":337,"Date":"2/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":885,"Cost":622,"Date":"2/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":178,"Cost":163,"Date":"3/4/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":299,"Cost":229,"Date":"3/9/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":217,"Cost":142,"Date":"3/9/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":185,"Cost":176,"Date":"3/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":849,"Cost":480,"Date":"3/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":315,"Cost":191,"Date":"3/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":669,"Cost":335,"Date":"3/23/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":125,"Cost":75,"Date":"4/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":758,"Cost":635,"Date":"5/7/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":749,"Cost":636,"Date":"5/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":340,"Cost":260,"Date":"5/20/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":214,"Cost":186,"Date":"6/2/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":894,"Cost":597,"Date":"6/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":54,"Cost":38,"Date":"6/16/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":893,"Cost":468,"Date":"6/16/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":966,"Cost":781,"Date":"7/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":501,"Cost":470,"Date":"7/11/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":292,"Cost":200,"Date":"8/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":369,"Cost":191,"Date":"8/29/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":398,"Cost":247,"Date":"8/31/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":986,"Cost":518,"Date":"9/8/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":188,"Cost":140,"Date":"9/13/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":76,"Cost":53,"Date":"9/14/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":757,"Cost":708,"Date":"9/19/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":93,"Cost":71,"Date":"9/25/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":269,"Cost":201,"Date":"10/4/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":459,"Cost":267,"Date":"10/10/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":18,"Cost":14,"Date":"10/17/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":747,"Cost":464,"Date":"10/28/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":459,"Cost":389,"Date":"10/30/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":922,"Cost":741,"Date":"11/1/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":936,"Cost":767,"Date":"11/15/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":904,"Cost":544,"Date":"11/25/2023"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":859,"Cost":597,"Date":"1/10/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":199,"Cost":107,"Date":"1/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":498,"Cost":331,"Date":"1/20/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":731,"Cost":618,"Date":"2/8/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":543,"Cost":370,"Date":"2/25/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":922,"Cost":684,"Date":"3/7/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":609,"Cost":402,"Date":"3/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":788,"Cost":563,"Date":"3/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":822,"Cost":661,"Date":"4/5/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":965,"Cost":555,"Date":"4/14/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":73,"Cost":50,"Date":"5/3/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":693,"Cost":625,"Date":"5/9/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":133,"Cost":70,"Date":"5/15/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":277,"Cost":216,"Date":"5/25/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":108,"Cost":74,"Date":"5/26/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":346,"Cost":302,"Date":"5/31/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":79,"Cost":56,"Date":"7/27/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":650,"Cost":465,"Date":"9/17/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":817,"Cost":673,"Date":"10/6/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":86,"Cost":75,"Date":"10/8/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":594,"Cost":323,"Date":"10/26/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":596,"Cost":566,"Date":"11/16/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":753,"Cost":699,"Date":"11/18/2024"},{"Store":"Westfield Doncaster, Melbourne","Brand":"Nova","Country":"Australia","Sale":110,"Cost":73,"Date":"12/1/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":453,"Cost":360,"Date":"2/9/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":486,"Date":"2/11/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":550,"Cost":439,"Date":"3/10/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":569,"Cost":502,"Date":"3/16/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":864,"Cost":759,"Date":"3/18/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":160,"Cost":141,"Date":"3/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":633,"Cost":506,"Date":"3/26/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":760,"Cost":520,"Date":"6/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":954,"Cost":639,"Date":"6/10/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":455,"Cost":384,"Date":"6/16/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":89,"Cost":71,"Date":"6/25/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":624,"Cost":438,"Date":"7/19/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":385,"Cost":271,"Date":"7/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":251,"Cost":142,"Date":"7/25/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":613,"Cost":567,"Date":"8/4/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":81,"Cost":43,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":448,"Cost":289,"Date":"9/4/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":431,"Cost":250,"Date":"9/19/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":91,"Cost":53,"Date":"9/29/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":187,"Cost":124,"Date":"10/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":669,"Cost":476,"Date":"10/15/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":122,"Cost":61,"Date":"10/30/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":606,"Cost":397,"Date":"11/9/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":823,"Cost":622,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":766,"Cost":599,"Date":"11/30/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":624,"Cost":341,"Date":"12/8/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":214,"Cost":195,"Date":"12/11/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":906,"Cost":503,"Date":"1/15/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":55,"Cost":41,"Date":"1/24/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":361,"Cost":190,"Date":"2/3/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":830,"Cost":618,"Date":"2/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":359,"Cost":218,"Date":"3/9/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":556,"Cost":430,"Date":"3/12/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":508,"Cost":354,"Date":"4/19/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":215,"Cost":203,"Date":"5/3/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":862,"Cost":707,"Date":"5/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":490,"Cost":457,"Date":"6/8/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":26,"Cost":13,"Date":"6/26/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":346,"Cost":264,"Date":"7/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":959,"Cost":701,"Date":"7/13/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":475,"Cost":362,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":538,"Cost":299,"Date":"8/26/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":609,"Cost":412,"Date":"9/2/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":324,"Cost":180,"Date":"9/29/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":411,"Cost":313,"Date":"10/12/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":616,"Cost":356,"Date":"11/2/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":378,"Cost":267,"Date":"11/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":191,"Cost":135,"Date":"11/7/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":994,"Cost":538,"Date":"12/1/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":359,"Cost":309,"Date":"12/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":772,"Cost":419,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":554,"Cost":368,"Date":"12/18/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":443,"Cost":390,"Date":"12/20/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":685,"Cost":456,"Date":"12/20/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":182,"Cost":150,"Date":"12/21/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":903,"Cost":596,"Date":"1/9/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":449,"Cost":263,"Date":"2/5/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":618,"Cost":521,"Date":"2/16/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":502,"Cost":384,"Date":"2/16/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":93,"Cost":61,"Date":"2/18/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":388,"Cost":213,"Date":"2/22/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":736,"Cost":436,"Date":"2/25/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":57,"Cost":38,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":314,"Cost":273,"Date":"4/2/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":999,"Cost":872,"Date":"4/3/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":273,"Cost":222,"Date":"4/9/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":268,"Cost":213,"Date":"4/10/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":433,"Cost":372,"Date":"4/19/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":142,"Cost":83,"Date":"5/17/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":794,"Cost":526,"Date":"5/22/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":50,"Cost":36,"Date":"6/20/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":569,"Cost":362,"Date":"7/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":22,"Cost":19,"Date":"7/4/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":389,"Cost":212,"Date":"7/8/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":699,"Cost":385,"Date":"7/9/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":351,"Cost":277,"Date":"7/14/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":374,"Cost":337,"Date":"7/19/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":912,"Cost":512,"Date":"8/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":693,"Cost":602,"Date":"8/6/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":840,"Cost":665,"Date":"8/7/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":275,"Cost":184,"Date":"8/22/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":344,"Cost":180,"Date":"8/31/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":755,"Cost":459,"Date":"9/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":929,"Cost":480,"Date":"9/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":655,"Cost":372,"Date":"9/17/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":330,"Cost":209,"Date":"9/29/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":699,"Cost":384,"Date":"11/7/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":319,"Cost":264,"Date":"11/26/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":668,"Cost":440,"Date":"11/27/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":176,"Cost":114,"Date":"12/5/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":552,"Cost":312,"Date":"12/26/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":153,"Cost":114,"Date":"12/31/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":172,"Cost":93,"Date":"1/20/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":228,"Cost":208,"Date":"2/2/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":444,"Cost":400,"Date":"2/8/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":792,"Cost":669,"Date":"2/27/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":759,"Cost":515,"Date":"3/1/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":527,"Cost":345,"Date":"3/1/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":304,"Cost":262,"Date":"3/19/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":570,"Cost":309,"Date":"3/28/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":480,"Cost":407,"Date":"5/21/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":509,"Cost":449,"Date":"7/21/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":289,"Cost":149,"Date":"8/5/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":555,"Cost":485,"Date":"8/12/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":996,"Cost":927,"Date":"8/21/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":154,"Cost":102,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":628,"Cost":529,"Date":"9/3/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":593,"Cost":541,"Date":"9/5/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":62,"Cost":33,"Date":"10/6/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":527,"Cost":373,"Date":"10/19/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":536,"Cost":288,"Date":"11/15/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":279,"Cost":156,"Date":"12/8/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":251,"Cost":180,"Date":"1/8/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":72,"Cost":49,"Date":"1/14/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":15,"Cost":12,"Date":"1/19/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":653,"Cost":587,"Date":"1/28/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":119,"Cost":80,"Date":"1/31/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":36,"Cost":32,"Date":"3/27/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":85,"Cost":52,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":245,"Cost":216,"Date":"4/24/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":382,"Cost":205,"Date":"4/28/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":176,"Cost":166,"Date":"5/15/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":882,"Cost":663,"Date":"5/16/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":650,"Cost":531,"Date":"5/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":368,"Cost":318,"Date":"6/2/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":794,"Cost":681,"Date":"6/3/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":448,"Cost":316,"Date":"6/5/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":971,"Cost":811,"Date":"6/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":76,"Cost":38,"Date":"6/14/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":765,"Date":"6/20/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":400,"Cost":224,"Date":"6/24/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":797,"Cost":638,"Date":"7/4/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":426,"Cost":285,"Date":"7/9/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":226,"Cost":173,"Date":"7/12/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":426,"Cost":243,"Date":"8/14/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":653,"Cost":429,"Date":"8/16/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":966,"Cost":661,"Date":"8/23/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":516,"Cost":277,"Date":"9/2/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":550,"Cost":495,"Date":"9/3/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":481,"Cost":360,"Date":"9/16/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":319,"Cost":165,"Date":"10/4/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":55,"Cost":27,"Date":"11/1/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":577,"Cost":422,"Date":"11/2/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":756,"Cost":454,"Date":"12/17/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":22,"Cost":13,"Date":"2/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":674,"Cost":548,"Date":"2/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":273,"Cost":248,"Date":"3/4/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":626,"Cost":408,"Date":"3/9/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":627,"Cost":580,"Date":"3/9/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":985,"Cost":761,"Date":"3/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":91,"Cost":57,"Date":"3/17/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":128,"Cost":116,"Date":"3/17/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":804,"Cost":672,"Date":"3/23/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":138,"Cost":122,"Date":"4/1/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":71,"Cost":41,"Date":"5/7/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":271,"Cost":167,"Date":"5/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":414,"Cost":289,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":43,"Cost":34,"Date":"6/2/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":408,"Cost":282,"Date":"6/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":874,"Cost":646,"Date":"6/16/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":440,"Cost":362,"Date":"6/16/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":610,"Cost":408,"Date":"7/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":769,"Cost":718,"Date":"7/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":783,"Cost":698,"Date":"8/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":884,"Cost":769,"Date":"8/29/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":375,"Cost":251,"Date":"8/31/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":913,"Cost":577,"Date":"9/8/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":542,"Cost":490,"Date":"9/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":465,"Cost":358,"Date":"9/14/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":375,"Cost":355,"Date":"9/19/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":754,"Cost":679,"Date":"9/25/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":674,"Cost":479,"Date":"10/4/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":72,"Cost":52,"Date":"10/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":431,"Cost":219,"Date":"10/17/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":971,"Cost":802,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":357,"Cost":220,"Date":"10/30/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":376,"Cost":311,"Date":"11/1/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":10,"Cost":5,"Date":"11/15/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":323,"Cost":197,"Date":"11/25/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":340,"Cost":273,"Date":"1/10/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":979,"Cost":609,"Date":"1/14/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":68,"Cost":42,"Date":"1/20/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":698,"Cost":419,"Date":"2/8/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":429,"Cost":374,"Date":"2/25/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":611,"Cost":455,"Date":"3/7/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":920,"Cost":581,"Date":"3/14/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":769,"Cost":517,"Date":"3/27/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":588,"Cost":420,"Date":"4/5/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":322,"Cost":212,"Date":"4/14/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":214,"Cost":183,"Date":"5/3/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":522,"Cost":261,"Date":"5/9/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":162,"Cost":95,"Date":"5/15/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":36,"Cost":32,"Date":"5/25/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":41,"Cost":38,"Date":"5/26/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":470,"Cost":265,"Date":"5/31/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":414,"Cost":280,"Date":"7/27/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":385,"Cost":329,"Date":"9/17/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":884,"Cost":547,"Date":"10/6/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":484,"Cost":432,"Date":"10/8/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":675,"Cost":636,"Date":"10/26/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":422,"Cost":391,"Date":"11/16/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":350,"Cost":220,"Date":"11/18/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":56,"Cost":39,"Date":"12/1/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":1,"Cost":1,"Date":"2/9/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":413,"Cost":276,"Date":"2/11/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":143,"Cost":91,"Date":"3/10/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":264,"Cost":177,"Date":"3/16/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":255,"Cost":161,"Date":"3/18/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":491,"Cost":381,"Date":"3/20/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":368,"Cost":260,"Date":"3/26/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":496,"Cost":466,"Date":"6/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":911,"Cost":775,"Date":"6/10/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":351,"Cost":178,"Date":"6/16/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":345,"Cost":244,"Date":"6/25/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":955,"Cost":881,"Date":"7/19/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":424,"Cost":223,"Date":"7/21/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":179,"Cost":89,"Date":"7/25/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":186,"Cost":128,"Date":"8/4/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":795,"Cost":479,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":170,"Cost":157,"Date":"9/4/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":965,"Cost":910,"Date":"9/19/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":397,"Cost":304,"Date":"9/29/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":757,"Cost":641,"Date":"10/2/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":864,"Cost":813,"Date":"10/15/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":560,"Cost":503,"Date":"10/30/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":921,"Cost":732,"Date":"11/9/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":366,"Cost":345,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":38,"Cost":26,"Date":"11/30/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":629,"Cost":497,"Date":"12/8/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":863,"Date":"12/11/2018"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":154,"Cost":117,"Date":"1/15/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":487,"Cost":281,"Date":"1/24/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":826,"Cost":646,"Date":"2/3/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":50,"Cost":33,"Date":"2/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":882,"Cost":682,"Date":"3/9/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":892,"Cost":470,"Date":"3/12/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":426,"Cost":367,"Date":"4/19/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":808,"Cost":646,"Date":"5/3/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":270,"Cost":251,"Date":"5/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":924,"Cost":577,"Date":"6/8/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":113,"Cost":61,"Date":"6/26/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":763,"Cost":525,"Date":"7/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":792,"Cost":727,"Date":"7/13/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":307,"Cost":272,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":291,"Cost":216,"Date":"8/26/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":605,"Cost":559,"Date":"9/2/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":303,"Cost":174,"Date":"9/29/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":688,"Cost":616,"Date":"10/12/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":542,"Cost":369,"Date":"11/2/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":432,"Cost":237,"Date":"11/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":534,"Cost":403,"Date":"11/7/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":630,"Cost":317,"Date":"12/1/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":854,"Cost":762,"Date":"12/4/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":93,"Cost":82,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":120,"Cost":72,"Date":"12/18/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":95,"Cost":76,"Date":"12/20/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":974,"Cost":553,"Date":"12/20/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":239,"Cost":127,"Date":"12/21/2019"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":771,"Cost":481,"Date":"1/9/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":230,"Cost":121,"Date":"2/5/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":141,"Cost":133,"Date":"2/16/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":410,"Cost":341,"Date":"2/16/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":910,"Cost":759,"Date":"2/18/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":247,"Cost":233,"Date":"2/22/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":404,"Cost":368,"Date":"2/25/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":15,"Cost":12,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":859,"Cost":588,"Date":"4/2/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":621,"Cost":476,"Date":"4/3/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":131,"Cost":96,"Date":"4/9/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":241,"Cost":162,"Date":"4/10/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":150,"Cost":120,"Date":"4/19/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":717,"Cost":470,"Date":"5/17/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":928,"Cost":465,"Date":"5/22/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":499,"Cost":320,"Date":"6/20/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":779,"Cost":460,"Date":"7/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":176,"Cost":163,"Date":"7/4/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":20,"Cost":14,"Date":"7/8/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":16,"Cost":15,"Date":"7/9/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":279,"Cost":198,"Date":"7/14/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":133,"Cost":107,"Date":"7/19/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":92,"Cost":74,"Date":"8/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":559,"Cost":380,"Date":"8/6/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":114,"Cost":80,"Date":"8/7/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":911,"Cost":600,"Date":"8/22/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":163,"Cost":106,"Date":"8/31/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":950,"Cost":584,"Date":"9/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":771,"Cost":716,"Date":"9/1/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":27,"Cost":22,"Date":"9/17/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":817,"Cost":638,"Date":"9/29/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":6,"Cost":3,"Date":"11/7/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":411,"Cost":270,"Date":"11/26/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":138,"Cost":69,"Date":"11/27/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":611,"Cost":556,"Date":"12/5/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":773,"Cost":397,"Date":"12/26/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":100,"Cost":74,"Date":"12/31/2020"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":332,"Cost":220,"Date":"1/20/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":724,"Cost":601,"Date":"2/2/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":691,"Cost":413,"Date":"2/8/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":274,"Cost":226,"Date":"2/27/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":776,"Cost":612,"Date":"3/1/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":496,"Cost":303,"Date":"3/1/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":208,"Cost":175,"Date":"3/19/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":628,"Cost":501,"Date":"3/28/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":25,"Cost":16,"Date":"5/21/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":470,"Cost":282,"Date":"7/21/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":979,"Cost":703,"Date":"8/5/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":949,"Cost":689,"Date":"8/12/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":536,"Cost":491,"Date":"8/21/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":929,"Cost":529,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":25,"Cost":12,"Date":"9/3/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":146,"Cost":100,"Date":"9/5/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":284,"Cost":243,"Date":"10/6/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":56,"Cost":36,"Date":"10/19/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":55,"Cost":39,"Date":"11/15/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":143,"Cost":95,"Date":"12/8/2021"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":568,"Cost":496,"Date":"1/8/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":331,"Cost":241,"Date":"1/14/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":965,"Cost":746,"Date":"1/19/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":833,"Cost":496,"Date":"1/28/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":825,"Cost":676,"Date":"1/31/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":751,"Cost":475,"Date":"3/27/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":89,"Cost":50,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":24,"Cost":19,"Date":"4/24/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":762,"Cost":481,"Date":"4/28/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":382,"Cost":337,"Date":"5/15/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":760,"Cost":577,"Date":"5/16/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":209,"Cost":156,"Date":"5/18/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":227,"Cost":123,"Date":"6/2/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":186,"Cost":127,"Date":"6/3/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":169,"Cost":111,"Date":"6/5/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":171,"Cost":94,"Date":"6/7/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":485,"Cost":453,"Date":"6/14/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":129,"Cost":117,"Date":"6/20/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":241,"Cost":144,"Date":"6/24/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":168,"Cost":119,"Date":"7/4/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":246,"Cost":174,"Date":"7/9/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":561,"Cost":472,"Date":"7/12/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":710,"Cost":667,"Date":"8/14/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":360,"Cost":340,"Date":"8/16/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":685,"Cost":397,"Date":"8/23/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":229,"Cost":183,"Date":"9/2/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":775,"Cost":394,"Date":"9/3/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":558,"Cost":380,"Date":"9/16/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":737,"Cost":676,"Date":"10/4/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":42,"Cost":31,"Date":"11/1/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":366,"Cost":335,"Date":"11/2/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":666,"Cost":511,"Date":"12/17/2022"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":542,"Cost":336,"Date":"2/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":319,"Cost":278,"Date":"2/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":861,"Cost":777,"Date":"3/4/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":633,"Cost":557,"Date":"3/9/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":667,"Cost":345,"Date":"3/9/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":367,"Cost":335,"Date":"3/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":92,"Cost":70,"Date":"3/17/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":202,"Cost":129,"Date":"3/17/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":716,"Cost":520,"Date":"3/23/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":476,"Cost":297,"Date":"4/1/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":764,"Cost":544,"Date":"5/7/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":189,"Cost":99,"Date":"5/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":492,"Cost":330,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":196,"Cost":148,"Date":"6/2/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":322,"Cost":241,"Date":"6/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":620,"Cost":518,"Date":"6/16/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":342,"Cost":196,"Date":"6/16/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":449,"Cost":385,"Date":"7/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":121,"Cost":105,"Date":"7/11/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":477,"Cost":417,"Date":"8/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":1000,"Cost":681,"Date":"8/29/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":355,"Cost":321,"Date":"8/31/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":408,"Cost":332,"Date":"9/8/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":217,"Cost":173,"Date":"9/13/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":35,"Cost":23,"Date":"9/14/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":782,"Cost":594,"Date":"9/19/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":982,"Cost":786,"Date":"9/25/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":32,"Cost":19,"Date":"10/4/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":757,"Cost":576,"Date":"10/10/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":221,"Cost":181,"Date":"10/17/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":643,"Cost":430,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":587,"Date":"10/30/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":952,"Cost":525,"Date":"11/1/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":350,"Cost":226,"Date":"11/15/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":778,"Cost":555,"Date":"11/25/2023"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":79,"Cost":74,"Date":"1/10/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":117,"Cost":85,"Date":"1/14/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":703,"Cost":513,"Date":"1/20/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":664,"Cost":427,"Date":"2/8/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":159,"Cost":87,"Date":"2/25/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":31,"Cost":20,"Date":"3/7/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":216,"Cost":178,"Date":"3/14/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":714,"Cost":547,"Date":"3/27/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":848,"Cost":662,"Date":"4/5/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":543,"Cost":474,"Date":"4/14/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":435,"Cost":235,"Date":"5/3/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":896,"Cost":693,"Date":"5/9/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":755,"Date":"5/15/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":606,"Cost":546,"Date":"5/25/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":549,"Cost":324,"Date":"5/26/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":469,"Cost":444,"Date":"5/31/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":840,"Cost":730,"Date":"7/27/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":555,"Cost":413,"Date":"9/17/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":728,"Cost":612,"Date":"10/6/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":225,"Cost":163,"Date":"10/8/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":378,"Cost":198,"Date":"10/26/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":556,"Cost":306,"Date":"11/16/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":406,"Cost":276,"Date":"11/18/2024"},{"Store":"Emporium Melbourne","Brand":"HM","Country":"Australia","Sale":547,"Cost":397,"Date":"12/1/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":169,"Date":"2/9/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":281,"Cost":156,"Date":"2/11/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":239,"Date":"3/10/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":835,"Date":"3/16/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":433,"Cost":357,"Date":"3/18/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":48,"Cost":33,"Date":"3/20/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":269,"Cost":229,"Date":"3/26/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":731,"Cost":399,"Date":"6/2/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":138,"Cost":111,"Date":"6/10/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":166,"Date":"6/16/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":774,"Cost":606,"Date":"6/25/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":459,"Cost":412,"Date":"7/19/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":146,"Date":"7/21/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":11,"Date":"7/25/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":120,"Cost":84,"Date":"8/4/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":948,"Cost":733,"Date":"9/2/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":332,"Cost":241,"Date":"9/4/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":556,"Cost":341,"Date":"9/19/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":646,"Cost":591,"Date":"9/29/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":970,"Cost":632,"Date":"10/2/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":711,"Cost":662,"Date":"10/15/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":90,"Cost":84,"Date":"10/30/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":419,"Cost":291,"Date":"11/9/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":372,"Date":"11/23/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":49,"Cost":39,"Date":"11/30/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":42,"Cost":40,"Date":"12/8/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":928,"Cost":567,"Date":"12/11/2018"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":882,"Cost":664,"Date":"1/15/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":362,"Cost":311,"Date":"1/24/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":398,"Cost":276,"Date":"2/3/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":904,"Cost":547,"Date":"2/4/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":7,"Cost":6,"Date":"3/9/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":338,"Cost":278,"Date":"3/12/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":224,"Cost":160,"Date":"4/19/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":420,"Cost":337,"Date":"5/3/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":913,"Cost":537,"Date":"5/4/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":779,"Cost":585,"Date":"6/8/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":318,"Date":"6/26/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":403,"Cost":299,"Date":"7/4/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":52,"Date":"7/13/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":312,"Date":"8/8/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":778,"Cost":549,"Date":"8/26/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":264,"Cost":220,"Date":"9/2/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":91,"Cost":65,"Date":"9/29/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":759,"Cost":496,"Date":"10/12/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":124,"Date":"11/2/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":329,"Date":"11/4/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":57,"Date":"11/7/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":255,"Cost":236,"Date":"12/1/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":586,"Cost":440,"Date":"12/4/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":556,"Cost":444,"Date":"12/7/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":213,"Cost":115,"Date":"12/18/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":247,"Date":"12/20/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":585,"Date":"12/20/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":47,"Cost":26,"Date":"12/21/2019"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":43,"Cost":28,"Date":"1/9/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":738,"Cost":391,"Date":"2/5/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":337,"Cost":297,"Date":"2/16/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":514,"Date":"2/16/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":499,"Date":"2/18/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":620,"Cost":573,"Date":"2/22/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":193,"Cost":152,"Date":"2/25/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":796,"Cost":469,"Date":"3/8/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":969,"Cost":528,"Date":"4/2/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":594,"Cost":512,"Date":"4/3/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":731,"Cost":564,"Date":"4/9/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":160,"Cost":145,"Date":"4/10/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":61,"Date":"4/19/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":798,"Date":"5/17/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":59,"Cost":33,"Date":"5/22/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":948,"Cost":771,"Date":"6/20/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":484,"Cost":306,"Date":"7/1/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":801,"Cost":692,"Date":"7/4/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":88,"Cost":63,"Date":"7/8/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":377,"Cost":246,"Date":"7/9/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":438,"Date":"7/14/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":208,"Date":"7/19/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":115,"Cost":100,"Date":"8/1/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":70,"Date":"8/6/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":885,"Cost":512,"Date":"8/7/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":497,"Cost":463,"Date":"8/22/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":205,"Date":"8/31/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":621,"Cost":481,"Date":"9/1/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":353,"Date":"9/1/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":304,"Cost":242,"Date":"9/17/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":594,"Date":"9/29/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":773,"Date":"11/7/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":423,"Date":"11/26/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":563,"Cost":455,"Date":"11/27/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":422,"Cost":370,"Date":"12/5/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":658,"Cost":335,"Date":"12/26/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":310,"Cost":246,"Date":"12/31/2020"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":216,"Cost":194,"Date":"1/20/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":849,"Cost":736,"Date":"2/2/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":692,"Cost":524,"Date":"2/8/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":872,"Cost":612,"Date":"2/27/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":39,"Date":"3/1/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":544,"Cost":374,"Date":"3/1/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":752,"Cost":640,"Date":"3/19/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":643,"Cost":498,"Date":"3/28/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":360,"Cost":243,"Date":"5/21/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":314,"Cost":168,"Date":"7/21/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":457,"Cost":307,"Date":"8/5/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":343,"Cost":247,"Date":"8/12/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":823,"Cost":584,"Date":"8/21/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":486,"Cost":366,"Date":"8/23/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":798,"Cost":659,"Date":"9/3/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":123,"Cost":104,"Date":"9/5/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":771,"Cost":590,"Date":"10/6/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":882,"Cost":828,"Date":"10/19/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":389,"Cost":224,"Date":"11/15/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":157,"Cost":87,"Date":"12/8/2021"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":75,"Cost":50,"Date":"1/8/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":652,"Cost":451,"Date":"1/14/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":389,"Date":"1/19/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":719,"Cost":654,"Date":"1/28/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":367,"Date":"1/31/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":802,"Cost":514,"Date":"3/27/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":249,"Date":"4/20/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":158,"Cost":140,"Date":"4/24/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":293,"Cost":216,"Date":"4/28/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":331,"Cost":217,"Date":"5/15/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":593,"Date":"5/16/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":778,"Cost":697,"Date":"5/18/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":475,"Cost":344,"Date":"6/2/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":596,"Date":"6/3/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":10,"Date":"6/5/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":427,"Date":"6/7/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":986,"Cost":845,"Date":"6/14/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":428,"Date":"6/20/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":336,"Cost":189,"Date":"6/24/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":561,"Cost":527,"Date":"7/4/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":535,"Date":"7/9/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":593,"Cost":421,"Date":"7/12/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":701,"Cost":441,"Date":"8/14/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":143,"Cost":127,"Date":"8/16/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":933,"Date":"8/23/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":116,"Cost":106,"Date":"9/2/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":718,"Cost":417,"Date":"9/3/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":637,"Cost":474,"Date":"9/16/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":975,"Cost":925,"Date":"10/4/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":734,"Cost":551,"Date":"11/1/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":431,"Cost":331,"Date":"11/2/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":470,"Date":"12/17/2022"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":766,"Cost":724,"Date":"2/10/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":804,"Date":"2/28/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":380,"Cost":276,"Date":"3/4/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":120,"Cost":76,"Date":"3/9/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":998,"Cost":838,"Date":"3/9/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":114,"Date":"3/11/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":817,"Cost":552,"Date":"3/17/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":983,"Cost":569,"Date":"3/17/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":100,"Cost":76,"Date":"3/23/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":454,"Date":"4/1/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":197,"Cost":163,"Date":"5/7/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":338,"Cost":170,"Date":"5/10/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":505,"Cost":285,"Date":"5/20/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":128,"Cost":117,"Date":"6/2/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":556,"Cost":337,"Date":"6/11/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":59,"Date":"6/16/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":197,"Date":"6/16/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":505,"Cost":363,"Date":"7/10/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":748,"Cost":445,"Date":"7/11/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":628,"Cost":450,"Date":"8/28/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":561,"Cost":356,"Date":"8/29/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":581,"Date":"8/31/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":640,"Cost":507,"Date":"9/8/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":105,"Cost":72,"Date":"9/13/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":712,"Cost":395,"Date":"9/14/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":413,"Cost":236,"Date":"9/19/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":996,"Cost":571,"Date":"9/25/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":152,"Date":"10/4/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":122,"Cost":114,"Date":"10/10/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":352,"Cost":180,"Date":"10/17/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":471,"Cost":301,"Date":"10/28/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":243,"Date":"10/30/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":467,"Cost":355,"Date":"11/1/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":729,"Cost":465,"Date":"11/15/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":618,"Date":"11/25/2023"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":434,"Date":"1/10/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":589,"Cost":513,"Date":"1/14/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":976,"Cost":560,"Date":"1/20/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":879,"Cost":751,"Date":"2/8/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":324,"Date":"2/25/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":621,"Cost":510,"Date":"3/7/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":546,"Date":"3/14/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":889,"Cost":793,"Date":"3/27/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":727,"Date":"4/5/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":401,"Date":"4/14/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":456,"Date":"5/3/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":527,"Cost":290,"Date":"5/9/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":766,"Cost":427,"Date":"5/15/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":527,"Cost":341,"Date":"5/25/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":21,"Cost":11,"Date":"5/26/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":917,"Cost":816,"Date":"5/31/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":195,"Date":"7/27/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":244,"Date":"9/17/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":986,"Cost":555,"Date":"10/6/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":473,"Cost":374,"Date":"10/8/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":329,"Cost":251,"Date":"10/26/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":57,"Cost":42,"Date":"11/16/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":806,"Cost":403,"Date":"11/18/2024"},{"Store":"Emporium Melbourne","Brand":"ARKET","Country":"Australia","Sale":607,"Cost":344,"Date":"12/1/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":334,"Cost":197,"Date":"2/9/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":488,"Cost":277,"Date":"2/11/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":332,"Cost":229,"Date":"3/10/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":216,"Cost":120,"Date":"3/16/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":40,"Cost":32,"Date":"3/18/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":385,"Cost":360,"Date":"3/20/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":878,"Cost":561,"Date":"3/26/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":298,"Cost":265,"Date":"6/2/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":885,"Cost":748,"Date":"6/10/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":358,"Cost":303,"Date":"6/16/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":495,"Cost":304,"Date":"6/25/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":98,"Cost":86,"Date":"7/19/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":452,"Cost":312,"Date":"7/21/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":6,"Cost":4,"Date":"7/25/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":383,"Cost":339,"Date":"8/4/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":568,"Cost":522,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":344,"Cost":314,"Date":"9/4/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":596,"Cost":432,"Date":"9/19/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":972,"Cost":659,"Date":"9/29/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":724,"Cost":413,"Date":"10/2/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":209,"Cost":189,"Date":"10/15/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":912,"Cost":465,"Date":"10/30/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":144,"Cost":132,"Date":"11/9/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":51,"Cost":41,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":827,"Cost":772,"Date":"11/30/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":129,"Cost":89,"Date":"12/8/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":72,"Cost":58,"Date":"12/11/2018"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":536,"Cost":355,"Date":"1/15/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":779,"Cost":589,"Date":"1/24/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":475,"Cost":447,"Date":"2/3/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":233,"Cost":210,"Date":"2/4/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":942,"Cost":818,"Date":"3/9/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":829,"Cost":668,"Date":"3/12/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":610,"Cost":529,"Date":"4/19/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":858,"Cost":691,"Date":"5/3/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":737,"Cost":635,"Date":"5/4/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":813,"Cost":531,"Date":"6/8/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":827,"Cost":603,"Date":"6/26/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":503,"Cost":368,"Date":"7/4/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":603,"Cost":319,"Date":"7/13/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":898,"Cost":743,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":988,"Cost":586,"Date":"8/26/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":863,"Cost":520,"Date":"9/2/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":760,"Cost":688,"Date":"9/29/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":473,"Cost":302,"Date":"10/12/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":12,"Cost":9,"Date":"11/2/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":578,"Cost":398,"Date":"11/4/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":701,"Cost":431,"Date":"11/7/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":165,"Cost":137,"Date":"12/1/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":383,"Cost":232,"Date":"12/4/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":275,"Cost":190,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":894,"Cost":719,"Date":"12/18/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":960,"Cost":775,"Date":"12/20/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":605,"Cost":429,"Date":"12/20/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":848,"Cost":795,"Date":"12/21/2019"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":409,"Cost":287,"Date":"1/9/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":534,"Cost":373,"Date":"2/5/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":301,"Cost":283,"Date":"2/16/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":691,"Cost":622,"Date":"2/16/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":445,"Cost":399,"Date":"2/18/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":241,"Cost":197,"Date":"2/22/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":136,"Cost":120,"Date":"2/25/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":488,"Cost":387,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":834,"Cost":692,"Date":"4/2/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":168,"Cost":111,"Date":"4/3/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":400,"Cost":277,"Date":"4/9/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":937,"Cost":714,"Date":"4/10/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":492,"Cost":394,"Date":"4/19/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":706,"Cost":621,"Date":"5/17/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":768,"Cost":427,"Date":"5/22/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":258,"Cost":141,"Date":"6/20/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":196,"Cost":152,"Date":"7/1/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":320,"Cost":278,"Date":"7/4/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":713,"Cost":514,"Date":"7/8/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":36,"Cost":31,"Date":"7/9/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":199,"Cost":129,"Date":"7/14/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":66,"Cost":43,"Date":"7/19/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":451,"Cost":411,"Date":"8/1/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":828,"Cost":501,"Date":"8/6/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":358,"Cost":281,"Date":"8/7/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":850,"Cost":686,"Date":"8/22/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":755,"Cost":509,"Date":"8/31/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":11,"Cost":7,"Date":"9/1/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":845,"Cost":645,"Date":"9/1/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":382,"Cost":317,"Date":"9/17/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":999,"Cost":757,"Date":"9/29/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":678,"Cost":350,"Date":"11/7/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":222,"Cost":114,"Date":"11/26/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":313,"Cost":249,"Date":"11/27/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":182,"Cost":158,"Date":"12/5/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":489,"Cost":372,"Date":"12/26/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":426,"Cost":309,"Date":"12/31/2020"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":380,"Cost":193,"Date":"1/20/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":761,"Cost":538,"Date":"2/2/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":890,"Cost":835,"Date":"2/8/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":4,"Cost":2,"Date":"2/27/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":998,"Cost":817,"Date":"3/1/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":370,"Cost":247,"Date":"3/1/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":368,"Cost":231,"Date":"3/19/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":720,"Cost":560,"Date":"3/28/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":535,"Cost":453,"Date":"5/21/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":213,"Cost":195,"Date":"7/21/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":123,"Cost":71,"Date":"8/5/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":404,"Cost":207,"Date":"8/12/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":660,"Cost":337,"Date":"8/21/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":187,"Cost":127,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":65,"Cost":44,"Date":"9/3/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":959,"Cost":615,"Date":"9/5/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":432,"Cost":266,"Date":"10/6/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":560,"Cost":531,"Date":"10/19/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":28,"Cost":19,"Date":"11/15/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":325,"Cost":299,"Date":"12/8/2021"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":789,"Cost":568,"Date":"1/8/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":941,"Cost":714,"Date":"1/14/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":539,"Cost":367,"Date":"1/19/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":697,"Cost":349,"Date":"1/28/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":117,"Cost":61,"Date":"1/31/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":759,"Cost":582,"Date":"3/27/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":211,"Cost":133,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":256,"Cost":239,"Date":"4/24/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":391,"Cost":219,"Date":"4/28/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":779,"Cost":515,"Date":"5/15/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":734,"Cost":429,"Date":"5/16/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":526,"Cost":297,"Date":"5/18/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":226,"Cost":149,"Date":"6/2/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":507,"Cost":476,"Date":"6/3/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":809,"Cost":564,"Date":"6/5/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":712,"Cost":538,"Date":"6/7/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":444,"Cost":330,"Date":"6/14/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":124,"Cost":90,"Date":"6/20/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":533,"Cost":316,"Date":"6/24/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":440,"Cost":356,"Date":"7/4/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":576,"Cost":431,"Date":"7/9/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":531,"Cost":388,"Date":"7/12/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":65,"Cost":41,"Date":"8/14/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":92,"Cost":53,"Date":"8/16/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":18,"Cost":10,"Date":"8/23/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":110,"Cost":57,"Date":"9/2/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":934,"Cost":804,"Date":"9/3/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":995,"Cost":880,"Date":"9/16/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":154,"Cost":78,"Date":"10/4/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":312,"Cost":166,"Date":"11/1/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":197,"Cost":115,"Date":"11/2/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":160,"Cost":108,"Date":"12/17/2022"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":847,"Cost":572,"Date":"2/10/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":177,"Cost":129,"Date":"2/28/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":953,"Cost":866,"Date":"3/4/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":799,"Cost":679,"Date":"3/9/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":588,"Cost":517,"Date":"3/9/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":209,"Cost":196,"Date":"3/11/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":846,"Cost":433,"Date":"3/17/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":456,"Cost":279,"Date":"3/17/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":968,"Cost":627,"Date":"3/23/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":114,"Cost":68,"Date":"4/1/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":688,"Cost":548,"Date":"5/7/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":874,"Cost":606,"Date":"5/10/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":171,"Cost":96,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":217,"Cost":145,"Date":"6/2/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":270,"Cost":175,"Date":"6/11/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":498,"Cost":341,"Date":"6/16/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":643,"Cost":555,"Date":"6/16/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":251,"Cost":209,"Date":"7/10/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":315,"Cost":228,"Date":"7/11/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":785,"Cost":621,"Date":"8/28/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":833,"Cost":530,"Date":"8/29/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":923,"Cost":706,"Date":"8/31/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":271,"Cost":217,"Date":"9/8/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":284,"Cost":245,"Date":"9/13/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":214,"Cost":188,"Date":"9/14/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":891,"Cost":740,"Date":"9/19/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":925,"Cost":584,"Date":"9/25/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":672,"Cost":342,"Date":"10/4/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":932,"Cost":674,"Date":"10/10/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":393,"Cost":369,"Date":"10/17/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":115,"Cost":61,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":297,"Cost":168,"Date":"10/30/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":657,"Cost":550,"Date":"11/1/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":383,"Cost":195,"Date":"11/15/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":321,"Cost":179,"Date":"11/25/2023"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":871,"Cost":624,"Date":"1/10/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":874,"Cost":616,"Date":"1/14/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":646,"Cost":554,"Date":"1/20/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":870,"Cost":700,"Date":"2/8/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":801,"Cost":497,"Date":"2/25/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":393,"Cost":347,"Date":"3/7/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":594,"Cost":525,"Date":"3/14/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":139,"Cost":77,"Date":"3/27/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":214,"Cost":115,"Date":"4/5/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":898,"Cost":450,"Date":"4/14/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":674,"Cost":490,"Date":"5/3/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":999,"Cost":845,"Date":"5/9/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":778,"Cost":460,"Date":"5/15/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":662,"Cost":509,"Date":"5/25/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":659,"Cost":486,"Date":"5/26/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":844,"Cost":754,"Date":"5/31/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":966,"Cost":620,"Date":"7/27/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":652,"Cost":529,"Date":"9/17/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":522,"Cost":469,"Date":"10/6/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":658,"Cost":532,"Date":"10/8/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":646,"Cost":352,"Date":"10/26/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":848,"Cost":669,"Date":"11/16/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":873,"Cost":547,"Date":"11/18/2024"},{"Store":"Melbourne Central","Brand":"HM","Country":"Australia","Sale":57,"Cost":29,"Date":"12/1/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":585,"Date":"2/9/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":910,"Cost":643,"Date":"2/11/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":142,"Date":"3/10/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":13,"Date":"3/16/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":269,"Cost":224,"Date":"3/18/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":716,"Date":"3/20/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":800,"Cost":620,"Date":"3/26/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":109,"Cost":87,"Date":"6/2/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":411,"Date":"6/10/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":586,"Cost":478,"Date":"6/16/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":500,"Cost":286,"Date":"6/25/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":260,"Date":"7/19/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":242,"Date":"7/21/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":173,"Cost":142,"Date":"7/25/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":668,"Cost":590,"Date":"8/4/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":350,"Cost":247,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":250,"Date":"9/4/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":363,"Date":"9/19/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":369,"Cost":189,"Date":"9/29/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":445,"Cost":272,"Date":"10/2/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":131,"Cost":105,"Date":"10/15/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":622,"Date":"10/30/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":777,"Cost":561,"Date":"11/9/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":827,"Cost":785,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":404,"Date":"11/30/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":674,"Cost":367,"Date":"12/8/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":118,"Date":"12/11/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":22,"Cost":21,"Date":"1/15/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":173,"Cost":104,"Date":"1/24/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":340,"Date":"2/3/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":537,"Cost":452,"Date":"2/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":677,"Date":"3/9/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":547,"Date":"3/12/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":390,"Cost":270,"Date":"4/19/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":247,"Cost":147,"Date":"5/3/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":246,"Date":"5/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":650,"Cost":442,"Date":"6/8/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":999,"Cost":788,"Date":"6/26/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":280,"Cost":174,"Date":"7/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":399,"Date":"7/13/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":631,"Cost":467,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":911,"Cost":491,"Date":"8/26/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":411,"Cost":322,"Date":"9/2/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":268,"Date":"9/29/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":651,"Cost":554,"Date":"10/12/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":46,"Date":"11/2/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":22,"Cost":18,"Date":"11/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":234,"Date":"11/7/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":120,"Cost":92,"Date":"12/1/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":629,"Date":"12/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":382,"Cost":343,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":597,"Cost":424,"Date":"12/18/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":935,"Cost":740,"Date":"12/20/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":796,"Cost":402,"Date":"12/20/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":780,"Date":"12/21/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":281,"Date":"1/9/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":585,"Cost":532,"Date":"2/5/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":524,"Cost":494,"Date":"2/16/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":146,"Cost":115,"Date":"2/16/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":968,"Cost":509,"Date":"2/18/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":261,"Cost":197,"Date":"2/22/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":230,"Cost":157,"Date":"2/25/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":403,"Cost":267,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":224,"Date":"4/2/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":496,"Date":"4/3/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":413,"Cost":385,"Date":"4/9/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":350,"Cost":327,"Date":"4/10/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":347,"Date":"4/19/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":161,"Date":"5/17/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":425,"Date":"5/22/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":51,"Cost":38,"Date":"6/20/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":225,"Date":"7/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":42,"Cost":32,"Date":"7/4/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":832,"Cost":498,"Date":"7/8/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":374,"Date":"7/9/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":127,"Date":"7/14/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":561,"Cost":401,"Date":"7/19/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":370,"Cost":271,"Date":"8/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":279,"Date":"8/6/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":261,"Cost":212,"Date":"8/7/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":991,"Cost":851,"Date":"8/22/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":156,"Date":"8/31/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":243,"Cost":165,"Date":"9/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":512,"Date":"9/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":771,"Cost":580,"Date":"9/17/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":448,"Date":"9/29/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":354,"Date":"11/7/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":316,"Cost":240,"Date":"11/26/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":851,"Cost":516,"Date":"11/27/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":240,"Cost":149,"Date":"12/5/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":794,"Cost":746,"Date":"12/26/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":804,"Cost":408,"Date":"12/31/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":616,"Cost":328,"Date":"1/20/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":434,"Cost":402,"Date":"2/2/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":333,"Cost":185,"Date":"2/8/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":944,"Cost":688,"Date":"2/27/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":385,"Cost":322,"Date":"3/1/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":276,"Date":"3/1/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":94,"Cost":49,"Date":"3/19/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":83,"Cost":79,"Date":"3/28/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":473,"Date":"5/21/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":680,"Date":"7/21/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":680,"Cost":535,"Date":"8/5/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":202,"Date":"8/12/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":230,"Cost":148,"Date":"8/21/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":780,"Cost":680,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":334,"Cost":261,"Date":"9/3/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":554,"Cost":514,"Date":"9/5/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":583,"Cost":420,"Date":"10/6/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":700,"Cost":450,"Date":"10/19/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":444,"Cost":308,"Date":"11/15/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":886,"Cost":841,"Date":"12/8/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":295,"Cost":180,"Date":"1/8/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":469,"Cost":429,"Date":"1/14/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":754,"Date":"1/19/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":843,"Cost":672,"Date":"1/28/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":125,"Date":"1/31/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":34,"Date":"3/27/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":70,"Cost":42,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":274,"Date":"4/24/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":509,"Cost":478,"Date":"4/28/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":706,"Cost":597,"Date":"5/15/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":497,"Cost":403,"Date":"5/16/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":112,"Cost":57,"Date":"5/18/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":517,"Cost":301,"Date":"6/2/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":388,"Date":"6/3/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":209,"Date":"6/5/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":463,"Date":"6/7/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":32,"Cost":21,"Date":"6/14/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":382,"Cost":235,"Date":"6/20/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":916,"Cost":458,"Date":"6/24/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":495,"Cost":294,"Date":"7/4/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":594,"Cost":485,"Date":"7/9/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":189,"Cost":111,"Date":"7/12/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":76,"Cost":72,"Date":"8/14/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":662,"Date":"8/16/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":532,"Cost":425,"Date":"8/23/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":599,"Date":"9/2/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":219,"Cost":147,"Date":"9/3/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":793,"Cost":486,"Date":"9/16/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":818,"Cost":467,"Date":"10/4/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":282,"Date":"11/1/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":608,"Cost":500,"Date":"11/2/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":474,"Cost":244,"Date":"12/17/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":147,"Cost":107,"Date":"2/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":815,"Cost":634,"Date":"2/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":908,"Cost":828,"Date":"3/4/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":708,"Cost":469,"Date":"3/9/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":833,"Cost":782,"Date":"3/9/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":80,"Date":"3/11/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":201,"Cost":102,"Date":"3/17/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":654,"Date":"3/17/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":275,"Cost":260,"Date":"3/23/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":145,"Cost":98,"Date":"4/1/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":102,"Cost":91,"Date":"5/7/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":546,"Date":"5/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":49,"Cost":35,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":451,"Date":"6/2/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":256,"Date":"6/11/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":72,"Date":"6/16/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":623,"Cost":527,"Date":"6/16/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":723,"Cost":527,"Date":"7/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":205,"Date":"7/11/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":213,"Cost":188,"Date":"8/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":269,"Date":"8/29/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":52,"Cost":32,"Date":"8/31/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":308,"Date":"9/8/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":213,"Cost":121,"Date":"9/13/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":25,"Cost":21,"Date":"9/14/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":641,"Cost":572,"Date":"9/19/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":230,"Date":"9/25/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":887,"Cost":517,"Date":"10/4/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":104,"Cost":91,"Date":"10/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":999,"Cost":733,"Date":"10/17/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":43,"Cost":39,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":357,"Cost":303,"Date":"10/30/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":822,"Cost":743,"Date":"11/1/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":925,"Cost":845,"Date":"11/15/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":683,"Date":"11/25/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":367,"Date":"1/10/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":893,"Cost":705,"Date":"1/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":64,"Date":"1/20/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":516,"Cost":275,"Date":"2/8/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":436,"Date":"2/25/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":192,"Date":"3/7/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":216,"Date":"3/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":295,"Cost":216,"Date":"3/27/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":368,"Date":"4/5/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":44,"Cost":36,"Date":"4/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":277,"Date":"5/3/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":167,"Date":"5/9/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":269,"Cost":194,"Date":"5/15/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":913,"Cost":627,"Date":"5/25/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":226,"Cost":170,"Date":"5/26/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":867,"Cost":469,"Date":"5/31/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":380,"Date":"7/27/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":701,"Date":"9/17/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":443,"Cost":305,"Date":"10/6/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":322,"Date":"10/8/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":918,"Cost":637,"Date":"10/26/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":169,"Cost":97,"Date":"11/16/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":90,"Date":"11/18/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":193,"Date":"12/1/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":132,"Cost":91,"Date":"2/9/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":70,"Date":"2/11/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":725,"Cost":386,"Date":"3/10/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":67,"Cost":52,"Date":"3/16/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":64,"Cost":52,"Date":"3/18/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":343,"Cost":264,"Date":"3/20/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":483,"Cost":375,"Date":"3/26/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":124,"Cost":105,"Date":"6/2/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":348,"Cost":292,"Date":"6/10/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":170,"Cost":155,"Date":"6/16/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":327,"Date":"6/25/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":289,"Cost":200,"Date":"7/19/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":691,"Date":"7/21/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":240,"Cost":167,"Date":"7/25/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":26,"Date":"8/4/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":548,"Cost":399,"Date":"9/2/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":784,"Cost":660,"Date":"9/4/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":976,"Cost":817,"Date":"9/19/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":364,"Date":"9/29/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":478,"Date":"10/2/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":304,"Cost":279,"Date":"10/15/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":86,"Date":"10/30/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":422,"Cost":242,"Date":"11/9/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":487,"Cost":303,"Date":"11/23/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":510,"Cost":485,"Date":"11/30/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":78,"Cost":65,"Date":"12/8/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":796,"Cost":648,"Date":"12/11/2018"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":269,"Date":"1/15/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":644,"Date":"1/24/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":141,"Cost":91,"Date":"2/3/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":417,"Date":"2/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":110,"Date":"3/9/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":518,"Date":"3/12/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":83,"Date":"4/19/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":112,"Date":"5/3/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":18,"Date":"5/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":198,"Date":"6/8/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":827,"Cost":753,"Date":"6/26/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":86,"Date":"7/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":433,"Date":"7/13/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":103,"Date":"8/8/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":902,"Cost":759,"Date":"8/26/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":292,"Date":"9/2/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":576,"Cost":483,"Date":"9/29/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":360,"Cost":300,"Date":"10/12/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":406,"Cost":209,"Date":"11/2/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":398,"Date":"11/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":508,"Cost":340,"Date":"11/7/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":244,"Cost":228,"Date":"12/1/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":94,"Cost":53,"Date":"12/4/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":486,"Cost":381,"Date":"12/7/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":116,"Date":"12/18/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":463,"Date":"12/20/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":142,"Cost":73,"Date":"12/20/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":272,"Cost":193,"Date":"12/21/2019"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":481,"Date":"1/9/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":785,"Cost":582,"Date":"2/5/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":554,"Cost":489,"Date":"2/16/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":251,"Date":"2/16/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":632,"Cost":590,"Date":"2/18/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":133,"Cost":84,"Date":"2/22/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":476,"Date":"2/25/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":842,"Cost":466,"Date":"3/8/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":281,"Date":"4/2/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":390,"Cost":245,"Date":"4/3/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":900,"Cost":794,"Date":"4/9/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":679,"Date":"4/10/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":473,"Date":"4/19/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":390,"Date":"5/17/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":808,"Cost":506,"Date":"5/22/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":565,"Date":"6/20/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":111,"Date":"7/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":624,"Cost":545,"Date":"7/4/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":260,"Date":"7/8/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":402,"Cost":368,"Date":"7/9/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":447,"Date":"7/14/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":786,"Cost":583,"Date":"7/19/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":879,"Cost":747,"Date":"8/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":392,"Date":"8/6/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":133,"Cost":79,"Date":"8/7/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":497,"Date":"8/22/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":617,"Date":"8/31/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":704,"Date":"9/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":461,"Cost":250,"Date":"9/1/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":658,"Cost":434,"Date":"9/17/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":109,"Date":"9/29/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":204,"Cost":154,"Date":"11/7/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":2,"Cost":2,"Date":"11/26/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":392,"Cost":224,"Date":"11/27/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":355,"Date":"12/5/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":243,"Cost":223,"Date":"12/26/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":397,"Date":"12/31/2020"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":153,"Date":"1/20/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":489,"Cost":285,"Date":"2/2/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":678,"Cost":590,"Date":"2/8/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":567,"Date":"2/27/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":180,"Date":"3/1/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":683,"Date":"3/1/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":661,"Date":"3/19/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":884,"Cost":612,"Date":"3/28/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":77,"Cost":56,"Date":"5/21/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":36,"Date":"7/21/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":492,"Cost":346,"Date":"8/5/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":346,"Cost":235,"Date":"8/12/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":271,"Cost":256,"Date":"8/21/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":421,"Date":"8/23/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":39,"Cost":26,"Date":"9/3/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":278,"Cost":254,"Date":"9/5/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":561,"Cost":341,"Date":"10/6/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":586,"Cost":357,"Date":"10/19/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":654,"Date":"11/15/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":389,"Cost":222,"Date":"12/8/2021"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":613,"Cost":468,"Date":"1/8/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":600,"Cost":379,"Date":"1/14/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":91,"Cost":63,"Date":"1/19/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":360,"Date":"1/28/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":276,"Date":"1/31/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":862,"Date":"3/27/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":770,"Cost":465,"Date":"4/20/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":680,"Date":"4/24/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":902,"Cost":551,"Date":"4/28/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":269,"Cost":247,"Date":"5/15/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":174,"Date":"5/16/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":210,"Cost":124,"Date":"5/18/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":315,"Date":"6/2/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":210,"Date":"6/3/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":923,"Cost":550,"Date":"6/5/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":202,"Date":"6/7/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":911,"Cost":846,"Date":"6/14/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":683,"Cost":463,"Date":"6/20/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":318,"Cost":275,"Date":"6/24/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":661,"Cost":552,"Date":"7/4/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":819,"Cost":709,"Date":"7/9/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":44,"Cost":31,"Date":"7/12/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":73,"Cost":50,"Date":"8/14/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":318,"Cost":165,"Date":"8/16/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":393,"Cost":294,"Date":"8/23/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":788,"Cost":456,"Date":"9/2/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":574,"Date":"9/3/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":230,"Date":"9/16/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":261,"Cost":215,"Date":"10/4/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":33,"Cost":27,"Date":"11/1/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":158,"Cost":135,"Date":"11/2/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":165,"Date":"12/17/2022"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":296,"Date":"2/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":450,"Cost":315,"Date":"2/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":94,"Cost":76,"Date":"3/4/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":976,"Cost":782,"Date":"3/9/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":566,"Cost":340,"Date":"3/9/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":789,"Cost":629,"Date":"3/11/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":90,"Cost":50,"Date":"3/17/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":248,"Date":"3/17/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":185,"Cost":94,"Date":"3/23/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":387,"Date":"4/1/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":615,"Date":"5/7/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":944,"Cost":850,"Date":"5/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":196,"Cost":168,"Date":"5/20/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":609,"Cost":547,"Date":"6/2/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":988,"Cost":679,"Date":"6/11/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":966,"Cost":590,"Date":"6/16/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":626,"Cost":585,"Date":"6/16/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":853,"Cost":714,"Date":"7/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":284,"Cost":207,"Date":"7/11/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":219,"Cost":190,"Date":"8/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":204,"Cost":156,"Date":"8/29/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":836,"Cost":706,"Date":"8/31/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":461,"Cost":312,"Date":"9/8/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":277,"Date":"9/13/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":11,"Cost":5,"Date":"9/14/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":98,"Cost":66,"Date":"9/19/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":226,"Cost":129,"Date":"9/25/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":930,"Date":"10/4/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":406,"Date":"10/10/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":332,"Date":"10/17/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":819,"Cost":658,"Date":"10/28/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":257,"Date":"10/30/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":92,"Date":"11/1/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":130,"Date":"11/15/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":602,"Cost":378,"Date":"11/25/2023"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":103,"Date":"1/10/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":366,"Cost":263,"Date":"1/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":151,"Cost":110,"Date":"1/20/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":538,"Cost":307,"Date":"2/8/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":992,"Cost":632,"Date":"2/25/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":902,"Cost":741,"Date":"3/7/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":486,"Date":"3/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":985,"Cost":602,"Date":"3/27/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":244,"Cost":131,"Date":"4/5/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":801,"Cost":518,"Date":"4/14/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":258,"Date":"5/3/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":427,"Date":"5/9/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":251,"Date":"5/15/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":538,"Cost":405,"Date":"5/25/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":302,"Date":"5/26/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":527,"Date":"5/31/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":770,"Cost":399,"Date":"7/27/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":628,"Cost":443,"Date":"9/17/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":540,"Date":"10/6/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":541,"Cost":514,"Date":"10/8/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":581,"Date":"10/26/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":590,"Cost":333,"Date":"11/16/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":619,"Cost":579,"Date":"11/18/2024"},{"Store":"Melbourne Central","Brand":"Sellpy","Country":"Australia","Sale":647,"Cost":511,"Date":"12/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":842,"Cost":433,"Date":"2/9/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":793,"Cost":570,"Date":"2/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":699,"Cost":534,"Date":"3/10/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":658,"Cost":532,"Date":"3/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":776,"Cost":473,"Date":"3/18/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":931,"Cost":492,"Date":"3/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":782,"Cost":672,"Date":"3/26/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":106,"Cost":101,"Date":"6/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":146,"Cost":82,"Date":"6/10/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":513,"Cost":301,"Date":"6/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":442,"Cost":226,"Date":"6/25/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":47,"Cost":29,"Date":"7/19/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":37,"Cost":23,"Date":"7/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":423,"Cost":393,"Date":"7/25/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":830,"Cost":492,"Date":"8/4/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":693,"Cost":503,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":63,"Cost":34,"Date":"9/4/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":679,"Cost":536,"Date":"9/19/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":495,"Cost":324,"Date":"9/29/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":920,"Cost":630,"Date":"10/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":951,"Cost":548,"Date":"10/15/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":970,"Cost":701,"Date":"10/30/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":394,"Cost":201,"Date":"11/9/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":539,"Cost":427,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":456,"Cost":311,"Date":"11/30/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":950,"Cost":861,"Date":"12/8/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":760,"Cost":670,"Date":"12/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":326,"Cost":182,"Date":"1/15/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":702,"Cost":543,"Date":"1/24/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":751,"Cost":476,"Date":"2/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":246,"Cost":229,"Date":"2/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":37,"Cost":35,"Date":"3/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":991,"Cost":512,"Date":"3/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":281,"Cost":152,"Date":"4/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":837,"Cost":597,"Date":"5/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":511,"Cost":459,"Date":"5/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":426,"Cost":365,"Date":"6/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":517,"Cost":446,"Date":"6/26/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":736,"Cost":609,"Date":"7/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":830,"Cost":608,"Date":"7/13/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":767,"Cost":545,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":90,"Cost":85,"Date":"8/26/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":525,"Cost":308,"Date":"9/2/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":147,"Cost":118,"Date":"9/29/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":124,"Cost":71,"Date":"10/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":795,"Cost":480,"Date":"11/2/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":886,"Cost":811,"Date":"11/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":932,"Cost":640,"Date":"11/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":193,"Cost":98,"Date":"12/1/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":190,"Cost":141,"Date":"12/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":682,"Cost":456,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":229,"Cost":174,"Date":"12/18/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":805,"Cost":706,"Date":"12/20/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":92,"Cost":65,"Date":"12/20/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":432,"Cost":395,"Date":"12/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":738,"Cost":389,"Date":"1/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":188,"Cost":116,"Date":"2/5/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":460,"Cost":378,"Date":"2/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":501,"Cost":406,"Date":"2/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":144,"Cost":130,"Date":"2/18/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":740,"Cost":548,"Date":"2/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":439,"Cost":404,"Date":"2/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":637,"Cost":446,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":182,"Cost":160,"Date":"4/2/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":69,"Cost":52,"Date":"4/3/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":662,"Cost":458,"Date":"4/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":98,"Cost":51,"Date":"4/10/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":854,"Cost":746,"Date":"4/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":809,"Cost":421,"Date":"5/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":32,"Cost":17,"Date":"5/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":819,"Cost":442,"Date":"6/20/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":285,"Cost":259,"Date":"7/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":891,"Cost":826,"Date":"7/4/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":546,"Cost":433,"Date":"7/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":784,"Cost":652,"Date":"7/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":135,"Cost":102,"Date":"7/14/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":450,"Cost":247,"Date":"7/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":586,"Cost":527,"Date":"8/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":211,"Cost":174,"Date":"8/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":228,"Cost":208,"Date":"8/7/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":54,"Cost":40,"Date":"8/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":394,"Cost":217,"Date":"8/31/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":941,"Cost":890,"Date":"9/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":794,"Cost":536,"Date":"9/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":302,"Cost":219,"Date":"9/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":624,"Cost":401,"Date":"9/29/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":4,"Cost":4,"Date":"11/7/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":658,"Cost":502,"Date":"11/26/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":304,"Cost":260,"Date":"11/27/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":12,"Cost":6,"Date":"12/5/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":331,"Cost":231,"Date":"12/26/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":784,"Cost":427,"Date":"12/31/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":622,"Cost":544,"Date":"1/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":787,"Cost":678,"Date":"2/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":662,"Cost":458,"Date":"2/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":315,"Cost":251,"Date":"2/27/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":903,"Cost":838,"Date":"3/1/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":850,"Cost":741,"Date":"3/1/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":888,"Cost":751,"Date":"3/19/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":958,"Cost":862,"Date":"3/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":866,"Cost":484,"Date":"5/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":816,"Cost":586,"Date":"7/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":558,"Cost":504,"Date":"8/5/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":585,"Cost":493,"Date":"8/12/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":497,"Cost":393,"Date":"8/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":440,"Cost":260,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":200,"Cost":184,"Date":"9/3/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":9,"Cost":8,"Date":"9/5/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":71,"Cost":62,"Date":"10/6/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":517,"Cost":472,"Date":"10/19/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":574,"Cost":366,"Date":"11/15/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":213,"Cost":202,"Date":"12/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":813,"Cost":464,"Date":"1/8/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":818,"Cost":698,"Date":"1/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":560,"Cost":524,"Date":"1/19/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":453,"Cost":377,"Date":"1/28/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":390,"Cost":258,"Date":"1/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":86,"Cost":55,"Date":"3/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":199,"Cost":176,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":468,"Cost":380,"Date":"4/24/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":61,"Cost":42,"Date":"4/28/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":291,"Cost":187,"Date":"5/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":45,"Cost":39,"Date":"5/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":623,"Cost":564,"Date":"5/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":354,"Cost":249,"Date":"6/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":599,"Cost":568,"Date":"6/3/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":371,"Cost":347,"Date":"6/5/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":100,"Cost":69,"Date":"6/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":407,"Cost":264,"Date":"6/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":396,"Cost":208,"Date":"6/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":856,"Cost":612,"Date":"6/24/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":860,"Cost":621,"Date":"7/4/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":505,"Cost":293,"Date":"7/9/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":367,"Cost":278,"Date":"7/12/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":78,"Cost":54,"Date":"8/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":88,"Cost":45,"Date":"8/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":948,"Cost":656,"Date":"8/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":310,"Cost":224,"Date":"9/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":698,"Cost":516,"Date":"9/3/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":19,"Cost":18,"Date":"9/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":472,"Cost":350,"Date":"10/4/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":196,"Cost":101,"Date":"11/1/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":774,"Cost":486,"Date":"11/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":777,"Cost":479,"Date":"12/17/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":653,"Cost":335,"Date":"2/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":699,"Cost":624,"Date":"2/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":578,"Cost":297,"Date":"3/4/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":167,"Cost":116,"Date":"3/9/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":110,"Cost":99,"Date":"3/9/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":337,"Cost":291,"Date":"3/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":299,"Cost":243,"Date":"3/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":619,"Cost":517,"Date":"3/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":969,"Cost":634,"Date":"3/23/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":426,"Cost":250,"Date":"4/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":424,"Cost":353,"Date":"5/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":343,"Cost":193,"Date":"5/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":416,"Cost":227,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":859,"Cost":671,"Date":"6/2/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":693,"Cost":625,"Date":"6/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":142,"Cost":75,"Date":"6/16/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":331,"Cost":170,"Date":"6/16/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":406,"Cost":296,"Date":"7/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":632,"Cost":508,"Date":"7/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":604,"Cost":510,"Date":"8/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":743,"Cost":526,"Date":"8/29/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":966,"Cost":818,"Date":"8/31/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":294,"Cost":187,"Date":"9/8/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":999,"Cost":513,"Date":"9/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":763,"Cost":616,"Date":"9/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":734,"Cost":410,"Date":"9/19/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":171,"Cost":134,"Date":"9/25/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":65,"Cost":59,"Date":"10/4/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":743,"Cost":698,"Date":"10/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":55,"Cost":52,"Date":"10/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":986,"Cost":889,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":841,"Cost":708,"Date":"10/30/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":754,"Cost":385,"Date":"11/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":445,"Cost":411,"Date":"11/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":120,"Cost":105,"Date":"11/25/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":129,"Cost":66,"Date":"1/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":338,"Cost":206,"Date":"1/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":624,"Cost":519,"Date":"1/20/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":162,"Cost":95,"Date":"2/8/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":532,"Cost":476,"Date":"2/25/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":388,"Cost":328,"Date":"3/7/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":607,"Cost":403,"Date":"3/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":376,"Cost":271,"Date":"3/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":548,"Cost":351,"Date":"4/5/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":249,"Cost":139,"Date":"4/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":448,"Cost":426,"Date":"5/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":897,"Cost":743,"Date":"5/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":118,"Cost":68,"Date":"5/15/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":897,"Cost":646,"Date":"5/25/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":406,"Cost":354,"Date":"5/26/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":2,"Cost":2,"Date":"5/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":679,"Cost":491,"Date":"7/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":642,"Cost":354,"Date":"9/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":365,"Cost":276,"Date":"10/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":785,"Cost":439,"Date":"10/8/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":67,"Cost":59,"Date":"10/26/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":255,"Cost":135,"Date":"11/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":285,"Cost":256,"Date":"11/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"COS","Country":"Australia","Sale":421,"Cost":218,"Date":"12/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":467,"Cost":315,"Date":"2/9/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":995,"Cost":659,"Date":"2/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":177,"Cost":103,"Date":"3/10/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":853,"Cost":651,"Date":"3/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":590,"Cost":387,"Date":"3/18/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":917,"Cost":629,"Date":"3/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":33,"Cost":31,"Date":"3/26/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":364,"Cost":236,"Date":"6/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":655,"Cost":501,"Date":"6/10/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":894,"Cost":753,"Date":"6/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":222,"Cost":179,"Date":"6/25/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":862,"Cost":778,"Date":"7/19/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":512,"Cost":317,"Date":"7/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":103,"Cost":91,"Date":"7/25/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":511,"Cost":289,"Date":"8/4/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":602,"Cost":553,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":541,"Cost":332,"Date":"9/4/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":105,"Cost":65,"Date":"9/19/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":18,"Cost":11,"Date":"9/29/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":770,"Cost":682,"Date":"10/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":550,"Cost":412,"Date":"10/15/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":757,"Cost":620,"Date":"10/30/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":43,"Cost":31,"Date":"11/9/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":397,"Cost":227,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":188,"Cost":115,"Date":"11/30/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":688,"Cost":467,"Date":"12/8/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":763,"Cost":597,"Date":"12/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":672,"Cost":399,"Date":"1/15/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":996,"Cost":942,"Date":"1/24/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":301,"Cost":243,"Date":"2/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":1000,"Cost":815,"Date":"2/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":66,"Cost":60,"Date":"3/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":522,"Cost":327,"Date":"3/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":168,"Cost":96,"Date":"4/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":572,"Cost":457,"Date":"5/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":513,"Cost":258,"Date":"5/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":461,"Cost":296,"Date":"6/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":412,"Cost":386,"Date":"6/26/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":82,"Cost":66,"Date":"7/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":908,"Cost":781,"Date":"7/13/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":655,"Cost":554,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":508,"Cost":322,"Date":"8/26/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":135,"Cost":126,"Date":"9/2/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":250,"Cost":174,"Date":"9/29/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":328,"Cost":239,"Date":"10/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":990,"Cost":750,"Date":"11/2/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":66,"Cost":55,"Date":"11/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":260,"Cost":162,"Date":"11/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":183,"Cost":122,"Date":"12/1/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":681,"Cost":381,"Date":"12/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":369,"Cost":339,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":811,"Cost":439,"Date":"12/18/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":359,"Cost":312,"Date":"12/20/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":732,"Cost":586,"Date":"12/20/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":462,"Cost":347,"Date":"12/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":182,"Cost":103,"Date":"1/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":749,"Cost":500,"Date":"2/5/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":955,"Cost":571,"Date":"2/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":715,"Cost":481,"Date":"2/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":159,"Cost":145,"Date":"2/18/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":38,"Cost":26,"Date":"2/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":104,"Cost":93,"Date":"2/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":295,"Cost":215,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":844,"Cost":542,"Date":"4/2/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":24,"Cost":21,"Date":"4/3/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":600,"Cost":511,"Date":"4/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":654,"Cost":395,"Date":"4/10/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":535,"Cost":343,"Date":"4/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":103,"Cost":60,"Date":"5/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":575,"Cost":288,"Date":"5/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":746,"Cost":551,"Date":"6/20/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":158,"Cost":83,"Date":"7/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":447,"Cost":367,"Date":"7/4/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":846,"Cost":687,"Date":"7/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":756,"Cost":713,"Date":"7/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":467,"Cost":333,"Date":"7/14/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":245,"Cost":160,"Date":"7/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":609,"Cost":349,"Date":"8/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":699,"Cost":532,"Date":"8/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":915,"Cost":685,"Date":"8/7/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":10,"Cost":7,"Date":"8/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":574,"Cost":444,"Date":"8/31/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":228,"Cost":141,"Date":"9/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":774,"Cost":414,"Date":"9/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":556,"Cost":527,"Date":"9/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":95,"Cost":49,"Date":"9/29/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":335,"Cost":316,"Date":"11/7/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":817,"Cost":467,"Date":"11/26/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":159,"Cost":123,"Date":"11/27/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":643,"Cost":388,"Date":"12/5/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":11,"Cost":9,"Date":"12/26/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":506,"Cost":432,"Date":"12/31/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":706,"Cost":538,"Date":"1/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":962,"Cost":658,"Date":"2/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":94,"Cost":65,"Date":"2/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":288,"Cost":213,"Date":"2/27/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":874,"Cost":820,"Date":"3/1/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":340,"Cost":269,"Date":"3/1/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":842,"Cost":682,"Date":"3/19/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":499,"Cost":335,"Date":"3/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":458,"Cost":362,"Date":"5/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":345,"Cost":286,"Date":"7/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":212,"Cost":181,"Date":"8/5/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":154,"Cost":144,"Date":"8/12/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":19,"Cost":9,"Date":"8/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":835,"Cost":442,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":916,"Cost":722,"Date":"9/3/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":869,"Cost":677,"Date":"9/5/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":536,"Cost":387,"Date":"10/6/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":482,"Cost":286,"Date":"10/19/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":855,"Cost":566,"Date":"11/15/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":807,"Cost":601,"Date":"12/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":433,"Cost":319,"Date":"1/8/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":161,"Cost":135,"Date":"1/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":545,"Cost":375,"Date":"1/19/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":485,"Cost":454,"Date":"1/28/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":685,"Cost":608,"Date":"1/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":60,"Cost":54,"Date":"3/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":375,"Cost":231,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":125,"Cost":98,"Date":"4/24/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":207,"Cost":174,"Date":"4/28/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":893,"Cost":564,"Date":"5/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":228,"Cost":131,"Date":"5/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":274,"Cost":223,"Date":"5/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":816,"Cost":485,"Date":"6/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":299,"Cost":244,"Date":"6/3/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":62,"Cost":36,"Date":"6/5/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":209,"Cost":170,"Date":"6/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":290,"Cost":238,"Date":"6/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":480,"Cost":354,"Date":"6/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":779,"Cost":473,"Date":"6/24/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":332,"Cost":295,"Date":"7/4/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":914,"Cost":648,"Date":"7/9/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":731,"Cost":551,"Date":"7/12/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":423,"Cost":368,"Date":"8/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":830,"Cost":514,"Date":"8/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":258,"Cost":210,"Date":"8/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":122,"Cost":111,"Date":"9/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":431,"Cost":257,"Date":"9/3/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":493,"Cost":265,"Date":"9/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":556,"Cost":514,"Date":"10/4/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":532,"Cost":412,"Date":"11/1/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":865,"Cost":738,"Date":"11/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":593,"Cost":453,"Date":"12/17/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":570,"Date":"2/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":473,"Cost":376,"Date":"2/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":92,"Cost":54,"Date":"3/4/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":368,"Cost":326,"Date":"3/9/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":833,"Cost":709,"Date":"3/9/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":939,"Cost":703,"Date":"3/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":950,"Cost":856,"Date":"3/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":836,"Cost":658,"Date":"3/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":682,"Cost":531,"Date":"3/23/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":219,"Cost":154,"Date":"4/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":287,"Cost":186,"Date":"5/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":997,"Cost":808,"Date":"5/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":978,"Cost":619,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":211,"Cost":111,"Date":"6/2/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":571,"Cost":495,"Date":"6/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":4,"Cost":2,"Date":"6/16/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":507,"Cost":276,"Date":"6/16/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":232,"Cost":121,"Date":"7/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":263,"Cost":226,"Date":"7/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":136,"Cost":70,"Date":"8/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":569,"Cost":427,"Date":"8/29/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":249,"Cost":178,"Date":"8/31/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":753,"Cost":476,"Date":"9/8/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":438,"Cost":242,"Date":"9/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":245,"Cost":214,"Date":"9/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":945,"Cost":666,"Date":"9/19/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":940,"Cost":632,"Date":"9/25/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":97,"Cost":67,"Date":"10/4/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":877,"Cost":564,"Date":"10/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":557,"Cost":492,"Date":"10/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":608,"Cost":393,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":48,"Cost":26,"Date":"10/30/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":190,"Cost":105,"Date":"11/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":711,"Cost":567,"Date":"11/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":681,"Cost":487,"Date":"11/25/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":746,"Cost":451,"Date":"1/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":346,"Cost":296,"Date":"1/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":766,"Cost":660,"Date":"1/20/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":708,"Cost":577,"Date":"2/8/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":786,"Cost":721,"Date":"2/25/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":347,"Cost":251,"Date":"3/7/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":18,"Cost":16,"Date":"3/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":373,"Cost":327,"Date":"3/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":309,"Cost":251,"Date":"4/5/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":324,"Cost":165,"Date":"4/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":537,"Cost":308,"Date":"5/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":826,"Cost":663,"Date":"5/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":684,"Cost":463,"Date":"5/15/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":490,"Cost":405,"Date":"5/25/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":565,"Cost":393,"Date":"5/26/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":451,"Cost":242,"Date":"5/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":25,"Cost":16,"Date":"7/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":945,"Cost":553,"Date":"9/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":984,"Cost":727,"Date":"10/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":996,"Cost":807,"Date":"10/8/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":923,"Cost":707,"Date":"10/26/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":139,"Cost":129,"Date":"11/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":1,"Cost":0,"Date":"11/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":715,"Cost":369,"Date":"12/1/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":860,"Cost":591,"Date":"2/9/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":180,"Cost":166,"Date":"2/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":34,"Cost":23,"Date":"3/10/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":182,"Cost":93,"Date":"3/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":352,"Cost":295,"Date":"3/18/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":124,"Cost":70,"Date":"3/20/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":984,"Cost":929,"Date":"3/26/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":515,"Cost":404,"Date":"6/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":708,"Cost":670,"Date":"6/10/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":134,"Cost":105,"Date":"6/16/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":454,"Cost":411,"Date":"6/25/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":647,"Cost":606,"Date":"7/19/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":182,"Cost":101,"Date":"7/21/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":153,"Cost":82,"Date":"7/25/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":983,"Cost":853,"Date":"8/4/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":893,"Cost":496,"Date":"9/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":880,"Cost":626,"Date":"9/4/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":865,"Cost":817,"Date":"9/19/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":232,"Cost":191,"Date":"9/29/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":418,"Cost":346,"Date":"10/2/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":491,"Cost":446,"Date":"10/15/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":758,"Cost":440,"Date":"10/30/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":853,"Cost":465,"Date":"11/9/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":460,"Cost":322,"Date":"11/23/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":816,"Cost":683,"Date":"11/30/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":800,"Cost":410,"Date":"12/8/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":130,"Cost":99,"Date":"12/11/2018"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":276,"Cost":178,"Date":"1/15/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":480,"Cost":437,"Date":"1/24/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":584,"Cost":541,"Date":"2/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":394,"Cost":276,"Date":"2/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":855,"Cost":690,"Date":"3/9/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":998,"Cost":654,"Date":"3/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":922,"Cost":607,"Date":"4/19/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":263,"Cost":214,"Date":"5/3/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":593,"Cost":541,"Date":"5/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":132,"Cost":67,"Date":"6/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":748,"Cost":374,"Date":"6/26/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":572,"Cost":381,"Date":"7/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":963,"Cost":817,"Date":"7/13/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":775,"Cost":557,"Date":"8/8/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":575,"Cost":472,"Date":"8/26/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":866,"Cost":771,"Date":"9/2/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":804,"Cost":673,"Date":"9/29/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":476,"Cost":330,"Date":"10/12/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":394,"Cost":261,"Date":"11/2/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":271,"Cost":209,"Date":"11/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":910,"Cost":767,"Date":"11/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":653,"Cost":362,"Date":"12/1/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":64,"Cost":59,"Date":"12/4/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":401,"Cost":374,"Date":"12/7/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":408,"Cost":250,"Date":"12/18/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":613,"Cost":348,"Date":"12/20/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":248,"Cost":209,"Date":"12/20/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":415,"Cost":380,"Date":"12/21/2019"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":199,"Cost":113,"Date":"1/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":93,"Cost":60,"Date":"2/5/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":580,"Cost":305,"Date":"2/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":907,"Cost":721,"Date":"2/16/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":6,"Cost":4,"Date":"2/18/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":437,"Cost":337,"Date":"2/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":619,"Cost":390,"Date":"2/25/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":911,"Cost":689,"Date":"3/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":277,"Cost":194,"Date":"4/2/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":866,"Cost":608,"Date":"4/3/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":392,"Cost":343,"Date":"4/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":519,"Cost":343,"Date":"4/10/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":521,"Cost":276,"Date":"4/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":485,"Cost":334,"Date":"5/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":646,"Cost":462,"Date":"5/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":500,"Cost":260,"Date":"6/20/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":892,"Cost":611,"Date":"7/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":224,"Cost":181,"Date":"7/4/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":791,"Cost":595,"Date":"7/8/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":769,"Cost":652,"Date":"7/9/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":965,"Cost":901,"Date":"7/14/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":530,"Date":"7/19/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":27,"Cost":25,"Date":"8/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":677,"Cost":408,"Date":"8/6/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":339,"Cost":184,"Date":"8/7/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":403,"Cost":287,"Date":"8/22/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":724,"Cost":516,"Date":"8/31/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":378,"Cost":306,"Date":"9/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":544,"Cost":405,"Date":"9/1/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":898,"Cost":756,"Date":"9/17/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":656,"Cost":571,"Date":"9/29/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":509,"Cost":292,"Date":"11/7/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":481,"Cost":403,"Date":"11/26/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":296,"Cost":214,"Date":"11/27/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":294,"Cost":248,"Date":"12/5/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":430,"Cost":228,"Date":"12/26/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":764,"Cost":711,"Date":"12/31/2020"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":468,"Cost":422,"Date":"1/20/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":664,"Cost":548,"Date":"2/2/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":292,"Cost":254,"Date":"2/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":137,"Cost":109,"Date":"2/27/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":798,"Cost":735,"Date":"3/1/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":134,"Cost":118,"Date":"3/1/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":673,"Cost":399,"Date":"3/19/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":347,"Cost":325,"Date":"3/28/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":234,"Cost":201,"Date":"5/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":834,"Cost":784,"Date":"7/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":151,"Cost":128,"Date":"8/5/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":330,"Cost":272,"Date":"8/12/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":195,"Cost":132,"Date":"8/21/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":235,"Cost":175,"Date":"8/23/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":819,"Cost":705,"Date":"9/3/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":984,"Cost":641,"Date":"9/5/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":258,"Cost":174,"Date":"10/6/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":977,"Cost":566,"Date":"10/19/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":89,"Cost":81,"Date":"11/15/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":355,"Cost":336,"Date":"12/8/2021"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":82,"Cost":41,"Date":"1/8/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":330,"Cost":258,"Date":"1/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":216,"Cost":153,"Date":"1/19/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":465,"Cost":396,"Date":"1/28/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":321,"Cost":295,"Date":"1/31/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":939,"Cost":643,"Date":"3/27/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":459,"Cost":362,"Date":"4/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":646,"Cost":450,"Date":"4/24/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":736,"Cost":550,"Date":"4/28/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":229,"Cost":150,"Date":"5/15/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":592,"Cost":349,"Date":"5/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":609,"Cost":389,"Date":"5/18/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":140,"Cost":119,"Date":"6/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":124,"Cost":114,"Date":"6/3/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":193,"Cost":112,"Date":"6/5/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":281,"Cost":169,"Date":"6/7/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":223,"Cost":190,"Date":"6/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":370,"Cost":271,"Date":"6/20/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":606,"Cost":362,"Date":"6/24/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":696,"Cost":371,"Date":"7/4/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":793,"Cost":490,"Date":"7/9/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":950,"Cost":803,"Date":"7/12/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":355,"Cost":313,"Date":"8/14/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":759,"Cost":474,"Date":"8/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":924,"Cost":719,"Date":"8/23/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":739,"Cost":604,"Date":"9/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":465,"Cost":322,"Date":"9/3/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":935,"Cost":626,"Date":"9/16/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":378,"Cost":272,"Date":"10/4/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":163,"Cost":94,"Date":"11/1/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":92,"Cost":59,"Date":"11/2/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":56,"Cost":29,"Date":"12/17/2022"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":598,"Cost":511,"Date":"2/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":808,"Cost":640,"Date":"2/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":857,"Cost":447,"Date":"3/4/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":315,"Cost":201,"Date":"3/9/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":179,"Cost":154,"Date":"3/9/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":204,"Cost":128,"Date":"3/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":845,"Cost":492,"Date":"3/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":389,"Cost":298,"Date":"3/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":119,"Cost":108,"Date":"3/23/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":531,"Cost":451,"Date":"4/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":748,"Cost":623,"Date":"5/7/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":334,"Cost":235,"Date":"5/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":870,"Cost":750,"Date":"5/20/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":892,"Cost":542,"Date":"6/2/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":264,"Cost":144,"Date":"6/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":212,"Cost":176,"Date":"6/16/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":815,"Cost":672,"Date":"6/16/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":93,"Cost":58,"Date":"7/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":267,"Cost":186,"Date":"7/11/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":960,"Cost":506,"Date":"8/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":183,"Cost":128,"Date":"8/29/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":478,"Cost":322,"Date":"8/31/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":363,"Cost":264,"Date":"9/8/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":431,"Cost":319,"Date":"9/13/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":604,"Cost":430,"Date":"9/14/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":441,"Cost":381,"Date":"9/19/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":869,"Cost":687,"Date":"9/25/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":678,"Cost":528,"Date":"10/4/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":194,"Cost":146,"Date":"10/10/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":110,"Cost":87,"Date":"10/17/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":125,"Cost":105,"Date":"10/28/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":754,"Cost":493,"Date":"10/30/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":575,"Cost":520,"Date":"11/1/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":897,"Cost":623,"Date":"11/15/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":263,"Cost":186,"Date":"11/25/2023"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":827,"Cost":608,"Date":"1/10/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":169,"Cost":87,"Date":"1/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":159,"Cost":121,"Date":"1/20/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":261,"Cost":143,"Date":"2/8/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":775,"Cost":446,"Date":"2/25/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":519,"Cost":379,"Date":"3/7/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":750,"Cost":543,"Date":"3/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":144,"Cost":116,"Date":"3/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":405,"Cost":316,"Date":"4/5/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":213,"Cost":203,"Date":"4/14/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":918,"Cost":738,"Date":"5/3/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":681,"Cost":424,"Date":"5/9/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":581,"Cost":311,"Date":"5/15/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":587,"Cost":442,"Date":"5/25/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":709,"Cost":460,"Date":"5/26/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":591,"Cost":489,"Date":"5/31/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":736,"Cost":409,"Date":"7/27/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":318,"Cost":169,"Date":"9/17/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":383,"Cost":238,"Date":"10/6/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":532,"Cost":480,"Date":"10/8/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":785,"Cost":529,"Date":"10/26/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":384,"Cost":323,"Date":"11/16/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":815,"Cost":528,"Date":"11/18/2024"},{"Store":"DFO South Wharf, Melbourne","Brand":"HM","Country":"Australia","Sale":731,"Cost":372,"Date":"12/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":239,"Date":"2/9/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":455,"Cost":350,"Date":"2/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":516,"Cost":393,"Date":"3/10/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":932,"Cost":552,"Date":"3/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":94,"Date":"3/18/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":34,"Cost":26,"Date":"3/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":473,"Cost":409,"Date":"3/26/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":647,"Date":"6/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":422,"Cost":335,"Date":"6/10/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":352,"Date":"6/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":425,"Cost":310,"Date":"6/25/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":143,"Cost":129,"Date":"7/19/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":460,"Cost":387,"Date":"7/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":518,"Cost":371,"Date":"7/25/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":627,"Cost":360,"Date":"8/4/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":818,"Cost":482,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":534,"Date":"9/4/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":314,"Cost":174,"Date":"9/19/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":322,"Date":"9/29/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":780,"Date":"10/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":207,"Date":"10/15/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":144,"Cost":95,"Date":"10/30/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":494,"Date":"11/9/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":93,"Cost":59,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":668,"Cost":634,"Date":"11/30/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":525,"Date":"12/8/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":436,"Cost":230,"Date":"12/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":311,"Date":"1/15/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":174,"Cost":89,"Date":"1/24/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":917,"Cost":710,"Date":"2/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":915,"Cost":546,"Date":"2/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":443,"Cost":332,"Date":"3/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":162,"Cost":104,"Date":"3/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":238,"Date":"4/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":708,"Date":"5/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":446,"Date":"5/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":506,"Cost":457,"Date":"6/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":508,"Cost":277,"Date":"6/26/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":75,"Cost":41,"Date":"7/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":468,"Cost":416,"Date":"7/13/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":713,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":272,"Date":"8/26/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":919,"Cost":762,"Date":"9/2/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":374,"Date":"9/29/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":996,"Cost":785,"Date":"10/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":170,"Date":"11/2/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":239,"Cost":212,"Date":"11/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":861,"Date":"11/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":957,"Cost":694,"Date":"12/1/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":627,"Date":"12/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":597,"Cost":548,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":273,"Cost":255,"Date":"12/18/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":117,"Cost":67,"Date":"12/20/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":311,"Cost":216,"Date":"12/20/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":440,"Date":"12/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":980,"Cost":884,"Date":"1/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":486,"Cost":312,"Date":"2/5/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":367,"Date":"2/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":707,"Cost":542,"Date":"2/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":286,"Date":"2/18/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":353,"Cost":326,"Date":"2/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":519,"Date":"2/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":82,"Cost":53,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":541,"Cost":390,"Date":"4/2/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":183,"Cost":116,"Date":"4/3/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":937,"Cost":644,"Date":"4/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":366,"Date":"4/10/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":882,"Cost":566,"Date":"4/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":55,"Cost":52,"Date":"5/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":171,"Cost":142,"Date":"5/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":363,"Cost":338,"Date":"6/20/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":485,"Cost":324,"Date":"7/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":718,"Date":"7/4/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":261,"Date":"7/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":501,"Date":"7/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":64,"Cost":36,"Date":"7/14/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":292,"Date":"7/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":590,"Cost":452,"Date":"8/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":349,"Date":"8/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":63,"Cost":32,"Date":"8/7/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":426,"Date":"8/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":412,"Date":"8/31/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":613,"Cost":375,"Date":"9/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":244,"Date":"9/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":500,"Cost":373,"Date":"9/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":349,"Date":"9/29/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":698,"Cost":500,"Date":"11/7/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":109,"Date":"11/26/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":182,"Date":"11/27/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":238,"Date":"12/5/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":321,"Cost":300,"Date":"12/26/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":250,"Date":"12/31/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":106,"Cost":69,"Date":"1/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":228,"Date":"2/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":738,"Cost":444,"Date":"2/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":211,"Date":"2/27/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":660,"Cost":418,"Date":"3/1/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":224,"Date":"3/1/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":855,"Cost":789,"Date":"3/19/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":134,"Date":"3/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":744,"Date":"5/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":44,"Cost":22,"Date":"7/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":97,"Cost":82,"Date":"8/5/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":796,"Cost":560,"Date":"8/12/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":308,"Date":"8/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":746,"Cost":532,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":503,"Date":"9/3/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":427,"Cost":328,"Date":"9/5/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":473,"Cost":254,"Date":"10/6/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":95,"Date":"10/19/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":470,"Date":"11/15/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":742,"Cost":673,"Date":"12/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":206,"Cost":132,"Date":"1/8/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":882,"Cost":532,"Date":"1/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":333,"Cost":188,"Date":"1/19/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":366,"Cost":329,"Date":"1/28/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":227,"Date":"1/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":274,"Date":"3/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":355,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":288,"Cost":184,"Date":"4/24/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":55,"Date":"4/28/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":26,"Date":"5/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":365,"Cost":258,"Date":"5/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":748,"Cost":475,"Date":"5/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":365,"Cost":250,"Date":"6/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":689,"Date":"6/3/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":479,"Date":"6/5/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":363,"Date":"6/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":506,"Cost":394,"Date":"6/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":243,"Cost":144,"Date":"6/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":192,"Date":"6/24/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":274,"Cost":155,"Date":"7/4/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":492,"Cost":294,"Date":"7/9/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":443,"Cost":292,"Date":"7/12/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":345,"Date":"8/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":961,"Cost":583,"Date":"8/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":353,"Cost":224,"Date":"8/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":506,"Cost":284,"Date":"9/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":792,"Cost":451,"Date":"9/3/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":741,"Cost":510,"Date":"9/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":211,"Date":"10/4/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":78,"Date":"11/1/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":622,"Cost":417,"Date":"11/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":318,"Date":"12/17/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":668,"Date":"2/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":315,"Date":"2/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":477,"Date":"3/4/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":687,"Date":"3/9/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":534,"Date":"3/9/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":146,"Date":"3/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":555,"Date":"3/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":55,"Cost":52,"Date":"3/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":216,"Cost":198,"Date":"3/23/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":543,"Cost":321,"Date":"4/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":957,"Cost":686,"Date":"5/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":78,"Cost":59,"Date":"5/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":928,"Cost":836,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":454,"Date":"6/2/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":394,"Cost":374,"Date":"6/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":642,"Cost":601,"Date":"6/16/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":274,"Cost":260,"Date":"6/16/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":541,"Cost":304,"Date":"7/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":630,"Date":"7/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":819,"Date":"8/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":283,"Date":"8/29/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":691,"Cost":556,"Date":"8/31/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":754,"Cost":650,"Date":"9/8/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":85,"Cost":44,"Date":"9/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":353,"Cost":240,"Date":"9/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":114,"Cost":74,"Date":"9/19/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":398,"Cost":288,"Date":"9/25/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":405,"Date":"10/4/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":350,"Date":"10/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":751,"Cost":482,"Date":"10/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":30,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":520,"Cost":384,"Date":"10/30/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":802,"Cost":655,"Date":"11/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":710,"Date":"11/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":614,"Date":"11/25/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":506,"Cost":426,"Date":"1/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":447,"Cost":395,"Date":"1/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":597,"Cost":433,"Date":"1/20/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":6,"Date":"2/8/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":865,"Cost":645,"Date":"2/25/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":239,"Date":"3/7/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":688,"Cost":472,"Date":"3/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":304,"Cost":173,"Date":"3/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":655,"Cost":427,"Date":"4/5/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":40,"Cost":25,"Date":"4/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":121,"Date":"5/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":688,"Date":"5/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":630,"Cost":576,"Date":"5/15/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":843,"Cost":604,"Date":"5/25/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":928,"Cost":532,"Date":"5/26/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":872,"Cost":728,"Date":"5/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":118,"Cost":105,"Date":"7/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":49,"Cost":46,"Date":"9/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":431,"Cost":382,"Date":"10/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":568,"Date":"10/8/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":65,"Date":"10/26/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":273,"Date":"11/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":924,"Cost":675,"Date":"11/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":169,"Date":"12/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":222,"Date":"2/9/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":6,"Date":"2/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":569,"Date":"3/10/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":784,"Cost":698,"Date":"3/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":285,"Date":"3/18/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":86,"Date":"3/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":136,"Cost":114,"Date":"3/26/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":625,"Cost":491,"Date":"6/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":448,"Date":"6/10/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":256,"Cost":220,"Date":"6/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":785,"Cost":393,"Date":"6/25/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":563,"Cost":434,"Date":"7/19/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":320,"Cost":192,"Date":"7/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":256,"Date":"7/25/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":318,"Date":"8/4/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":417,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":493,"Date":"9/4/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":149,"Cost":114,"Date":"9/19/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":542,"Cost":377,"Date":"9/29/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":337,"Cost":179,"Date":"10/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":104,"Date":"10/15/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":263,"Cost":169,"Date":"10/30/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":99,"Date":"11/9/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":486,"Cost":334,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":648,"Date":"11/30/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":414,"Cost":335,"Date":"12/8/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":489,"Cost":317,"Date":"12/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":649,"Date":"1/15/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":183,"Cost":117,"Date":"1/24/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":714,"Cost":572,"Date":"2/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":500,"Date":"2/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":364,"Cost":248,"Date":"3/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":87,"Cost":82,"Date":"3/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":20,"Cost":17,"Date":"4/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":319,"Cost":278,"Date":"5/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":486,"Date":"5/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":370,"Date":"6/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":489,"Date":"6/26/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":282,"Date":"7/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":188,"Cost":112,"Date":"7/13/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":318,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":22,"Date":"8/26/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":140,"Date":"9/2/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":964,"Cost":642,"Date":"9/29/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":818,"Cost":659,"Date":"10/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":533,"Cost":404,"Date":"11/2/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":968,"Cost":894,"Date":"11/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":332,"Date":"11/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":518,"Cost":275,"Date":"12/1/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":124,"Cost":98,"Date":"12/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":779,"Cost":589,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":144,"Date":"12/18/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":800,"Cost":438,"Date":"12/20/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":588,"Date":"12/20/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":176,"Date":"12/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":553,"Cost":484,"Date":"1/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":14,"Cost":12,"Date":"2/5/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":901,"Cost":736,"Date":"2/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":254,"Date":"2/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":532,"Cost":505,"Date":"2/18/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":346,"Cost":205,"Date":"2/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":725,"Date":"2/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":640,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":446,"Date":"4/2/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":830,"Cost":628,"Date":"4/3/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":389,"Date":"4/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":773,"Cost":493,"Date":"4/10/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":675,"Cost":641,"Date":"4/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":180,"Cost":136,"Date":"5/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":43,"Date":"5/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":93,"Date":"6/20/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":768,"Date":"7/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":377,"Cost":306,"Date":"7/4/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":223,"Cost":133,"Date":"7/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":640,"Cost":550,"Date":"7/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":247,"Cost":223,"Date":"7/14/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":93,"Cost":64,"Date":"7/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":583,"Date":"8/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":708,"Cost":570,"Date":"8/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":763,"Cost":593,"Date":"8/7/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":657,"Date":"8/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":94,"Cost":70,"Date":"8/31/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":217,"Cost":121,"Date":"9/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":537,"Cost":357,"Date":"9/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":436,"Date":"9/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":380,"Cost":300,"Date":"9/29/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":438,"Cost":244,"Date":"11/7/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":893,"Cost":826,"Date":"11/26/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":388,"Date":"11/27/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":896,"Cost":758,"Date":"12/5/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":339,"Date":"12/26/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":751,"Cost":665,"Date":"12/31/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":82,"Date":"1/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":577,"Cost":509,"Date":"2/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":886,"Cost":530,"Date":"2/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":143,"Cost":125,"Date":"2/27/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":850,"Cost":513,"Date":"3/1/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":698,"Date":"3/1/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":780,"Cost":559,"Date":"3/19/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":350,"Cost":286,"Date":"3/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":131,"Date":"5/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":737,"Cost":551,"Date":"7/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":456,"Cost":276,"Date":"8/5/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":144,"Cost":87,"Date":"8/12/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":475,"Cost":306,"Date":"8/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":421,"Cost":299,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":130,"Date":"9/3/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":979,"Cost":902,"Date":"9/5/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":250,"Cost":211,"Date":"10/6/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":552,"Cost":463,"Date":"10/19/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":151,"Date":"11/15/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":461,"Date":"12/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":818,"Date":"1/8/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":792,"Cost":653,"Date":"1/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":301,"Cost":168,"Date":"1/19/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":106,"Date":"1/28/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":690,"Cost":475,"Date":"1/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":507,"Date":"3/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":571,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":947,"Cost":486,"Date":"4/24/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":679,"Cost":477,"Date":"4/28/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":249,"Cost":172,"Date":"5/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":502,"Cost":399,"Date":"5/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":802,"Cost":633,"Date":"5/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":917,"Cost":659,"Date":"6/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":874,"Cost":457,"Date":"6/3/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":763,"Cost":644,"Date":"6/5/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":862,"Cost":817,"Date":"6/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":306,"Cost":229,"Date":"6/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":20,"Date":"6/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":540,"Cost":326,"Date":"6/24/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":962,"Cost":551,"Date":"7/4/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":577,"Cost":434,"Date":"7/9/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":492,"Date":"7/12/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":359,"Cost":298,"Date":"8/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":601,"Cost":526,"Date":"8/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":120,"Date":"8/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":129,"Cost":81,"Date":"9/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":214,"Date":"9/3/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":571,"Cost":529,"Date":"9/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":392,"Date":"10/4/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":801,"Cost":752,"Date":"11/1/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":582,"Date":"11/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":695,"Date":"12/17/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":979,"Cost":804,"Date":"2/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":123,"Cost":63,"Date":"2/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":89,"Cost":59,"Date":"3/4/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":133,"Date":"3/9/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":350,"Date":"3/9/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":70,"Cost":64,"Date":"3/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":46,"Date":"3/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":986,"Cost":531,"Date":"3/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":305,"Cost":163,"Date":"3/23/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":140,"Date":"4/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":54,"Date":"5/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":869,"Cost":466,"Date":"5/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":178,"Cost":103,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":788,"Cost":430,"Date":"6/2/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":614,"Cost":495,"Date":"6/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":210,"Date":"6/16/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":930,"Cost":569,"Date":"6/16/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":865,"Cost":766,"Date":"7/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":165,"Date":"7/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":780,"Cost":608,"Date":"8/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":797,"Date":"8/29/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":378,"Cost":303,"Date":"8/31/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":288,"Date":"9/8/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":1,"Cost":0,"Date":"9/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":368,"Cost":190,"Date":"9/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":125,"Date":"9/19/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":438,"Date":"9/25/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":273,"Date":"10/4/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":514,"Cost":458,"Date":"10/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":48,"Date":"10/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":290,"Cost":233,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":22,"Cost":16,"Date":"10/30/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":38,"Date":"11/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":328,"Cost":303,"Date":"11/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":254,"Date":"11/25/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":268,"Cost":248,"Date":"1/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":975,"Cost":582,"Date":"1/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":173,"Date":"1/20/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":39,"Date":"2/8/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":506,"Cost":279,"Date":"2/25/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":265,"Date":"3/7/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":872,"Cost":763,"Date":"3/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":919,"Cost":766,"Date":"3/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":848,"Cost":637,"Date":"4/5/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":341,"Date":"4/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":782,"Cost":589,"Date":"5/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":647,"Cost":439,"Date":"5/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":603,"Date":"5/15/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":345,"Cost":195,"Date":"5/25/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":404,"Cost":311,"Date":"5/26/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":271,"Cost":152,"Date":"5/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":251,"Date":"7/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":304,"Cost":260,"Date":"9/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":932,"Date":"10/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":239,"Cost":131,"Date":"10/8/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":526,"Cost":392,"Date":"10/26/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":21,"Date":"11/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":365,"Cost":262,"Date":"11/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"Jeans","Country":"Australia","Sale":758,"Cost":446,"Date":"12/1/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":498,"Cost":425,"Date":"2/9/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":12,"Cost":9,"Date":"2/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":478,"Date":"3/10/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":335,"Cost":287,"Date":"3/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":121,"Cost":103,"Date":"3/18/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":799,"Date":"3/20/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":643,"Cost":506,"Date":"3/26/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":233,"Cost":125,"Date":"6/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":602,"Cost":337,"Date":"6/10/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":640,"Date":"6/16/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":492,"Date":"6/25/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":313,"Cost":165,"Date":"7/19/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":9,"Cost":4,"Date":"7/21/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":394,"Date":"7/25/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":555,"Date":"8/4/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":43,"Date":"9/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":573,"Date":"9/4/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":50,"Cost":32,"Date":"9/19/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":347,"Cost":185,"Date":"9/29/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":230,"Cost":200,"Date":"10/2/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":343,"Cost":249,"Date":"10/15/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":859,"Cost":468,"Date":"10/30/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":212,"Date":"11/9/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":263,"Cost":222,"Date":"11/23/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":746,"Date":"11/30/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":909,"Cost":499,"Date":"12/8/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":559,"Cost":514,"Date":"12/11/2018"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":329,"Date":"1/15/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":440,"Cost":304,"Date":"1/24/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":179,"Date":"2/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":86,"Cost":46,"Date":"2/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":678,"Date":"3/9/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":859,"Cost":646,"Date":"3/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":705,"Cost":535,"Date":"4/19/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":478,"Date":"5/3/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":202,"Cost":130,"Date":"5/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":185,"Cost":141,"Date":"6/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":690,"Date":"6/26/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":390,"Date":"7/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":370,"Cost":350,"Date":"7/13/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":123,"Date":"8/8/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":147,"Cost":101,"Date":"8/26/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":793,"Cost":554,"Date":"9/2/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":60,"Cost":40,"Date":"9/29/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":340,"Cost":213,"Date":"10/12/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":577,"Cost":449,"Date":"11/2/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":292,"Cost":217,"Date":"11/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":663,"Cost":580,"Date":"11/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":787,"Cost":477,"Date":"12/1/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":476,"Cost":432,"Date":"12/4/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":285,"Cost":225,"Date":"12/7/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":221,"Cost":157,"Date":"12/18/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":977,"Cost":494,"Date":"12/20/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":82,"Date":"12/20/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":641,"Date":"12/21/2019"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":253,"Cost":143,"Date":"1/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":482,"Date":"2/5/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":231,"Cost":161,"Date":"2/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":252,"Cost":155,"Date":"2/16/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":623,"Date":"2/18/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":405,"Cost":288,"Date":"2/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":606,"Date":"2/25/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":279,"Cost":166,"Date":"3/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":869,"Cost":765,"Date":"4/2/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":905,"Cost":625,"Date":"4/3/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":254,"Cost":170,"Date":"4/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":517,"Date":"4/10/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":919,"Cost":714,"Date":"4/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":423,"Date":"5/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":278,"Date":"5/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":163,"Cost":131,"Date":"6/20/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":314,"Cost":245,"Date":"7/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":26,"Date":"7/4/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":645,"Cost":568,"Date":"7/8/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":4,"Cost":4,"Date":"7/9/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":450,"Date":"7/14/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":485,"Date":"7/19/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":366,"Cost":187,"Date":"8/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":739,"Date":"8/6/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":439,"Cost":381,"Date":"8/7/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":408,"Cost":338,"Date":"8/22/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":969,"Cost":647,"Date":"8/31/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":330,"Date":"9/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":783,"Cost":421,"Date":"9/1/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":485,"Cost":395,"Date":"9/17/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":931,"Cost":543,"Date":"9/29/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":334,"Cost":221,"Date":"11/7/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":474,"Cost":286,"Date":"11/26/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":636,"Date":"11/27/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":484,"Cost":339,"Date":"12/5/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":514,"Cost":271,"Date":"12/26/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":209,"Date":"12/31/2020"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":467,"Cost":312,"Date":"1/20/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":375,"Date":"2/2/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":126,"Date":"2/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":470,"Cost":305,"Date":"2/27/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":101,"Cost":78,"Date":"3/1/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":798,"Cost":554,"Date":"3/1/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":707,"Cost":531,"Date":"3/19/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":883,"Cost":566,"Date":"3/28/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":843,"Cost":461,"Date":"5/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":632,"Cost":557,"Date":"7/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":374,"Cost":234,"Date":"8/5/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":31,"Cost":20,"Date":"8/12/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":282,"Date":"8/21/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":228,"Date":"8/23/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":323,"Cost":253,"Date":"9/3/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":315,"Cost":298,"Date":"9/5/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":853,"Cost":723,"Date":"10/6/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":477,"Date":"10/19/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":146,"Date":"11/15/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":310,"Cost":247,"Date":"12/8/2021"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":872,"Cost":735,"Date":"1/8/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":327,"Cost":219,"Date":"1/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":621,"Cost":573,"Date":"1/19/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":289,"Date":"1/28/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":452,"Date":"1/31/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":79,"Cost":55,"Date":"3/27/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":541,"Date":"4/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":657,"Date":"4/24/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":424,"Date":"4/28/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":770,"Cost":541,"Date":"5/15/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":440,"Cost":234,"Date":"5/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":869,"Cost":766,"Date":"5/18/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":17,"Date":"6/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":98,"Cost":91,"Date":"6/3/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":84,"Date":"6/5/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":410,"Cost":300,"Date":"6/7/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":226,"Date":"6/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":286,"Cost":270,"Date":"6/20/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":940,"Cost":686,"Date":"6/24/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":533,"Cost":485,"Date":"7/4/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":416,"Cost":325,"Date":"7/9/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":257,"Date":"7/12/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":40,"Cost":28,"Date":"8/14/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":15,"Date":"8/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":208,"Date":"8/23/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":508,"Date":"9/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":15,"Date":"9/3/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":194,"Date":"9/16/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":453,"Cost":310,"Date":"10/4/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":376,"Cost":198,"Date":"11/1/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":345,"Cost":225,"Date":"11/2/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":574,"Cost":456,"Date":"12/17/2022"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":583,"Date":"2/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":554,"Date":"2/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":257,"Cost":223,"Date":"3/4/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":58,"Cost":29,"Date":"3/9/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":515,"Date":"3/9/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":163,"Cost":153,"Date":"3/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":369,"Cost":222,"Date":"3/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":542,"Date":"3/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":287,"Cost":208,"Date":"3/23/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":10,"Date":"4/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":514,"Cost":272,"Date":"5/7/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":876,"Cost":481,"Date":"5/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":446,"Cost":390,"Date":"5/20/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":890,"Cost":575,"Date":"6/2/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":613,"Cost":543,"Date":"6/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":862,"Cost":559,"Date":"6/16/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":531,"Cost":400,"Date":"6/16/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":228,"Cost":119,"Date":"7/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":835,"Cost":612,"Date":"7/11/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":949,"Cost":808,"Date":"8/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":4,"Cost":4,"Date":"8/29/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":727,"Cost":662,"Date":"8/31/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":736,"Cost":681,"Date":"9/8/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":802,"Cost":726,"Date":"9/13/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":471,"Cost":313,"Date":"9/14/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":275,"Cost":261,"Date":"9/19/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":410,"Cost":344,"Date":"9/25/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":903,"Cost":844,"Date":"10/4/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":429,"Cost":273,"Date":"10/10/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":858,"Cost":795,"Date":"10/17/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":795,"Cost":414,"Date":"10/28/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":600,"Cost":403,"Date":"10/30/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":60,"Cost":35,"Date":"11/1/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":579,"Cost":326,"Date":"11/15/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":311,"Cost":208,"Date":"11/25/2023"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":792,"Cost":750,"Date":"1/10/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":464,"Cost":243,"Date":"1/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":959,"Cost":505,"Date":"1/20/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":607,"Cost":477,"Date":"2/8/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":68,"Cost":57,"Date":"2/25/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":440,"Cost":399,"Date":"3/7/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":414,"Date":"3/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":533,"Date":"3/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":577,"Cost":319,"Date":"4/5/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":645,"Cost":423,"Date":"4/14/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":237,"Date":"5/3/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":868,"Cost":459,"Date":"5/9/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":427,"Cost":352,"Date":"5/15/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":964,"Cost":712,"Date":"5/25/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":269,"Cost":256,"Date":"5/26/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":671,"Cost":586,"Date":"5/31/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":605,"Cost":477,"Date":"7/27/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":219,"Cost":129,"Date":"9/17/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":829,"Cost":418,"Date":"10/6/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":919,"Cost":869,"Date":"10/8/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":9,"Cost":9,"Date":"10/26/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":62,"Cost":47,"Date":"11/16/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":434,"Date":"11/18/2024"},{"Store":"Highpoint Shopping Centre, Melbourne","Brand":"ARKET","Country":"Australia","Sale":926,"Cost":572,"Date":"12/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":804,"Cost":746,"Date":"2/9/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":967,"Cost":637,"Date":"2/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":609,"Cost":574,"Date":"3/10/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":585,"Cost":459,"Date":"3/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":599,"Cost":503,"Date":"3/18/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":427,"Date":"3/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":640,"Cost":406,"Date":"3/26/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":776,"Date":"6/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":345,"Cost":246,"Date":"6/10/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":83,"Cost":46,"Date":"6/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":225,"Date":"6/25/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":247,"Cost":158,"Date":"7/19/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":271,"Date":"7/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":196,"Cost":150,"Date":"7/25/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":73,"Cost":41,"Date":"8/4/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":574,"Cost":531,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":580,"Cost":297,"Date":"9/4/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":67,"Cost":54,"Date":"9/19/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":141,"Cost":118,"Date":"9/29/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":622,"Cost":482,"Date":"10/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":294,"Date":"10/15/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":349,"Cost":275,"Date":"10/30/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":359,"Cost":336,"Date":"11/9/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":356,"Cost":187,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":233,"Cost":197,"Date":"11/30/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":984,"Cost":900,"Date":"12/8/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":553,"Cost":524,"Date":"12/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":829,"Date":"1/15/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":329,"Cost":206,"Date":"1/24/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":521,"Date":"2/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":467,"Cost":389,"Date":"2/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":156,"Date":"3/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":530,"Date":"3/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":44,"Cost":29,"Date":"4/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":187,"Cost":105,"Date":"5/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":603,"Cost":471,"Date":"5/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":451,"Cost":274,"Date":"6/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":797,"Cost":608,"Date":"6/26/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":755,"Cost":417,"Date":"7/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":522,"Date":"7/13/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":320,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":714,"Cost":661,"Date":"8/26/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":218,"Date":"9/2/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":579,"Cost":352,"Date":"9/29/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":59,"Date":"10/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":237,"Cost":167,"Date":"11/2/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":726,"Cost":521,"Date":"11/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":467,"Cost":299,"Date":"11/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":699,"Date":"12/1/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":54,"Cost":31,"Date":"12/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":205,"Cost":123,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":457,"Cost":347,"Date":"12/18/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":796,"Cost":555,"Date":"12/20/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":390,"Cost":280,"Date":"12/20/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":112,"Date":"12/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":993,"Cost":809,"Date":"1/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":383,"Date":"2/5/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":235,"Date":"2/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":325,"Date":"2/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":57,"Cost":55,"Date":"2/18/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":298,"Cost":224,"Date":"2/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":895,"Cost":640,"Date":"2/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":370,"Cost":211,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":562,"Date":"4/2/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":278,"Cost":144,"Date":"4/3/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":167,"Cost":110,"Date":"4/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":352,"Cost":271,"Date":"4/10/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":797,"Cost":696,"Date":"4/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":488,"Cost":315,"Date":"5/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":205,"Cost":135,"Date":"5/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":549,"Date":"6/20/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":749,"Cost":540,"Date":"7/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":191,"Cost":161,"Date":"7/4/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":187,"Cost":129,"Date":"7/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":477,"Cost":274,"Date":"7/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":779,"Date":"7/14/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":814,"Cost":584,"Date":"7/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":876,"Cost":820,"Date":"8/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":499,"Cost":334,"Date":"8/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":578,"Date":"8/7/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":560,"Date":"8/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":562,"Cost":408,"Date":"8/31/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":358,"Cost":275,"Date":"9/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":412,"Cost":229,"Date":"9/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":686,"Cost":566,"Date":"9/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":379,"Cost":216,"Date":"9/29/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":252,"Cost":176,"Date":"11/7/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":190,"Date":"11/26/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":447,"Cost":315,"Date":"11/27/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":232,"Cost":145,"Date":"12/5/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":468,"Cost":361,"Date":"12/26/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":40,"Cost":38,"Date":"12/31/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":527,"Date":"1/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":321,"Date":"2/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":479,"Date":"2/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":951,"Cost":508,"Date":"2/27/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":130,"Cost":69,"Date":"3/1/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":740,"Date":"3/1/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":737,"Date":"3/19/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":700,"Cost":389,"Date":"3/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":823,"Cost":663,"Date":"5/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":861,"Cost":792,"Date":"7/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":898,"Cost":456,"Date":"8/5/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":163,"Cost":105,"Date":"8/12/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":62,"Cost":39,"Date":"8/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":322,"Cost":238,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":640,"Cost":336,"Date":"9/3/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":632,"Cost":464,"Date":"9/5/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":566,"Cost":511,"Date":"10/6/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":96,"Cost":82,"Date":"10/19/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":567,"Cost":469,"Date":"11/15/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":435,"Date":"12/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":485,"Cost":289,"Date":"1/8/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":504,"Cost":403,"Date":"1/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":639,"Date":"1/19/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":226,"Cost":211,"Date":"1/28/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":742,"Cost":560,"Date":"1/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":78,"Cost":59,"Date":"3/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":913,"Cost":577,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":98,"Cost":72,"Date":"4/24/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":90,"Date":"4/28/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":500,"Cost":295,"Date":"5/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":160,"Date":"5/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":145,"Cost":117,"Date":"5/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":885,"Cost":484,"Date":"6/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":75,"Cost":56,"Date":"6/3/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":60,"Cost":38,"Date":"6/5/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":59,"Cost":48,"Date":"6/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":268,"Date":"6/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":602,"Cost":524,"Date":"6/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":918,"Cost":627,"Date":"6/24/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":120,"Cost":62,"Date":"7/4/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":516,"Cost":449,"Date":"7/9/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":26,"Cost":22,"Date":"7/12/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":330,"Cost":212,"Date":"8/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":21,"Cost":15,"Date":"8/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":73,"Cost":61,"Date":"8/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":656,"Date":"9/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":932,"Cost":863,"Date":"9/3/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":2,"Date":"9/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":142,"Cost":100,"Date":"10/4/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":420,"Cost":376,"Date":"11/1/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":486,"Cost":333,"Date":"11/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":106,"Cost":79,"Date":"12/17/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":172,"Cost":117,"Date":"2/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":254,"Cost":129,"Date":"2/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":556,"Cost":500,"Date":"3/4/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":895,"Cost":762,"Date":"3/9/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":218,"Cost":125,"Date":"3/9/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":541,"Cost":498,"Date":"3/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":699,"Cost":466,"Date":"3/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":361,"Date":"3/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":915,"Cost":517,"Date":"3/23/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":544,"Cost":288,"Date":"4/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":434,"Cost":235,"Date":"5/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":756,"Cost":713,"Date":"5/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":248,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":665,"Cost":616,"Date":"6/2/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":800,"Date":"6/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":105,"Date":"6/16/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":106,"Date":"6/16/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":623,"Date":"7/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":747,"Date":"7/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":281,"Date":"8/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":129,"Cost":84,"Date":"8/29/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":826,"Cost":732,"Date":"8/31/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":222,"Cost":199,"Date":"9/8/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":148,"Date":"9/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":355,"Date":"9/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":380,"Date":"9/19/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":582,"Cost":356,"Date":"9/25/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":138,"Cost":102,"Date":"10/4/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":512,"Cost":453,"Date":"10/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":55,"Cost":36,"Date":"10/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":105,"Cost":71,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":244,"Date":"10/30/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":898,"Cost":678,"Date":"11/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":601,"Cost":362,"Date":"11/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":199,"Date":"11/25/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":528,"Cost":442,"Date":"1/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":425,"Date":"1/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":353,"Cost":218,"Date":"1/20/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":994,"Cost":603,"Date":"2/8/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":528,"Cost":281,"Date":"2/25/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":440,"Cost":418,"Date":"3/7/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":556,"Date":"3/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":140,"Date":"3/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":147,"Cost":98,"Date":"4/5/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":579,"Date":"4/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":924,"Cost":713,"Date":"5/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":465,"Cost":242,"Date":"5/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":214,"Cost":194,"Date":"5/15/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":218,"Date":"5/25/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":685,"Cost":643,"Date":"5/26/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":847,"Cost":661,"Date":"5/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":61,"Cost":45,"Date":"7/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":801,"Cost":480,"Date":"9/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":172,"Cost":119,"Date":"10/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":53,"Cost":30,"Date":"10/8/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":608,"Date":"10/26/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":242,"Date":"11/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":529,"Date":"11/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"ARKET","Country":"Australia","Sale":512,"Cost":333,"Date":"12/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":614,"Date":"2/9/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":184,"Cost":131,"Date":"2/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":804,"Date":"3/10/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":59,"Date":"3/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":43,"Cost":40,"Date":"3/18/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":161,"Date":"3/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":433,"Cost":221,"Date":"3/26/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":244,"Cost":230,"Date":"6/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":316,"Cost":180,"Date":"6/10/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":372,"Date":"6/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":75,"Date":"6/25/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":732,"Date":"7/19/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":388,"Date":"7/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":616,"Date":"7/25/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":524,"Cost":382,"Date":"8/4/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":220,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":791,"Cost":477,"Date":"9/4/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":772,"Date":"9/19/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":767,"Cost":710,"Date":"9/29/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":608,"Cost":444,"Date":"10/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":147,"Cost":77,"Date":"10/15/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":668,"Cost":480,"Date":"10/30/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":84,"Date":"11/9/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":601,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":294,"Date":"11/30/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":517,"Cost":460,"Date":"12/8/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":616,"Cost":388,"Date":"12/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":90,"Cost":80,"Date":"1/15/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":765,"Cost":415,"Date":"1/24/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":731,"Cost":666,"Date":"2/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":29,"Date":"2/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":692,"Cost":541,"Date":"3/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":471,"Cost":286,"Date":"3/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":133,"Date":"4/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":11,"Date":"5/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":797,"Cost":660,"Date":"5/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":935,"Cost":692,"Date":"6/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":665,"Cost":410,"Date":"6/26/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":562,"Cost":527,"Date":"7/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":147,"Cost":118,"Date":"7/13/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":427,"Cost":248,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":679,"Cost":474,"Date":"8/26/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":223,"Date":"9/2/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":847,"Cost":558,"Date":"9/29/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":923,"Cost":699,"Date":"10/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":122,"Date":"11/2/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":883,"Cost":640,"Date":"11/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":57,"Date":"11/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":605,"Cost":538,"Date":"12/1/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":634,"Date":"12/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":80,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":450,"Cost":372,"Date":"12/18/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":478,"Cost":284,"Date":"12/20/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":25,"Cost":24,"Date":"12/20/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":684,"Cost":448,"Date":"12/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":709,"Cost":425,"Date":"1/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":474,"Date":"2/5/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":198,"Date":"2/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":871,"Cost":699,"Date":"2/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":135,"Date":"2/18/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":398,"Cost":305,"Date":"2/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":942,"Cost":830,"Date":"2/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":772,"Cost":528,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":291,"Date":"4/2/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":133,"Cost":70,"Date":"4/3/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":588,"Date":"4/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":831,"Cost":422,"Date":"4/10/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":533,"Date":"4/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":649,"Cost":496,"Date":"5/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":160,"Date":"5/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":94,"Date":"6/20/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":147,"Date":"7/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":858,"Cost":794,"Date":"7/4/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":567,"Cost":291,"Date":"7/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":494,"Date":"7/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":716,"Cost":398,"Date":"7/14/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":556,"Cost":305,"Date":"7/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":149,"Date":"8/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":386,"Date":"8/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":910,"Cost":703,"Date":"8/7/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":804,"Cost":434,"Date":"8/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":660,"Cost":426,"Date":"8/31/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":135,"Date":"9/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":794,"Cost":568,"Date":"9/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":852,"Cost":616,"Date":"9/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":566,"Cost":458,"Date":"9/29/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":249,"Date":"11/7/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":43,"Cost":32,"Date":"11/26/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":284,"Cost":170,"Date":"11/27/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":362,"Date":"12/5/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":219,"Cost":110,"Date":"12/26/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":47,"Cost":26,"Date":"12/31/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":228,"Cost":132,"Date":"1/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":119,"Cost":105,"Date":"2/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":333,"Cost":193,"Date":"2/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":137,"Cost":85,"Date":"2/27/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":434,"Cost":265,"Date":"3/1/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":859,"Cost":635,"Date":"3/1/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":868,"Cost":661,"Date":"3/19/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":897,"Cost":720,"Date":"3/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":656,"Cost":486,"Date":"5/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":789,"Cost":483,"Date":"7/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":137,"Cost":78,"Date":"8/5/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":284,"Date":"8/12/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":557,"Cost":507,"Date":"8/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":745,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":385,"Cost":362,"Date":"9/3/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":740,"Cost":591,"Date":"9/5/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":403,"Date":"10/6/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":727,"Date":"10/19/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":247,"Date":"11/15/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":57,"Date":"12/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":50,"Cost":27,"Date":"1/8/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":452,"Date":"1/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":603,"Date":"1/19/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":184,"Date":"1/28/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":219,"Date":"1/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":462,"Cost":385,"Date":"3/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":779,"Cost":426,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":304,"Date":"4/24/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":660,"Cost":526,"Date":"4/28/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":411,"Cost":273,"Date":"5/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":983,"Cost":574,"Date":"5/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":548,"Cost":317,"Date":"5/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":616,"Cost":541,"Date":"6/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":28,"Cost":22,"Date":"6/3/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":393,"Cost":246,"Date":"6/5/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":355,"Date":"6/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":944,"Cost":565,"Date":"6/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":399,"Cost":199,"Date":"6/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":516,"Cost":281,"Date":"6/24/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":291,"Date":"7/4/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":575,"Cost":493,"Date":"7/9/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":173,"Cost":122,"Date":"7/12/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":386,"Date":"8/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":469,"Date":"8/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":11,"Cost":9,"Date":"8/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":465,"Cost":277,"Date":"9/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":500,"Cost":326,"Date":"9/3/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":581,"Cost":321,"Date":"9/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":639,"Cost":436,"Date":"10/4/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":45,"Date":"11/1/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":187,"Date":"11/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":388,"Cost":202,"Date":"12/17/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":724,"Date":"2/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":411,"Cost":350,"Date":"2/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":542,"Cost":506,"Date":"3/4/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":539,"Date":"3/9/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":34,"Cost":26,"Date":"3/9/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":549,"Date":"3/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":501,"Cost":304,"Date":"3/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":81,"Date":"3/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":406,"Cost":238,"Date":"3/23/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":443,"Date":"4/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":298,"Date":"5/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":471,"Cost":329,"Date":"5/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":218,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":253,"Cost":230,"Date":"6/2/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":641,"Date":"6/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":682,"Cost":612,"Date":"6/16/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":7,"Date":"6/16/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":724,"Date":"7/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":370,"Date":"7/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":961,"Cost":665,"Date":"8/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":128,"Cost":110,"Date":"8/29/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":569,"Cost":525,"Date":"8/31/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":653,"Date":"9/8/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":60,"Date":"9/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":252,"Date":"9/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":207,"Date":"9/19/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":567,"Cost":289,"Date":"9/25/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":47,"Cost":30,"Date":"10/4/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":789,"Cost":700,"Date":"10/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":727,"Cost":525,"Date":"10/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":142,"Cost":89,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":299,"Cost":170,"Date":"10/30/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":195,"Cost":133,"Date":"11/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":444,"Date":"11/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":262,"Date":"11/25/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":435,"Cost":259,"Date":"1/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":343,"Date":"1/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":684,"Cost":423,"Date":"1/20/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":699,"Cost":372,"Date":"2/8/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":628,"Cost":496,"Date":"2/25/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":282,"Date":"3/7/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":239,"Cost":163,"Date":"3/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":569,"Date":"3/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":113,"Cost":108,"Date":"4/5/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":584,"Cost":509,"Date":"4/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":105,"Date":"5/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":278,"Cost":197,"Date":"5/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":183,"Date":"5/15/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":485,"Cost":340,"Date":"5/25/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":449,"Date":"5/26/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":244,"Date":"5/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":760,"Date":"7/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":49,"Cost":35,"Date":"9/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":186,"Cost":159,"Date":"10/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":118,"Cost":73,"Date":"10/8/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":865,"Cost":461,"Date":"10/26/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":538,"Cost":452,"Date":"11/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":300,"Cost":202,"Date":"11/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":416,"Date":"12/1/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":28,"Date":"2/9/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":467,"Date":"2/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":135,"Date":"3/10/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":247,"Date":"3/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":84,"Date":"3/18/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":25,"Date":"3/20/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":16,"Cost":10,"Date":"3/26/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":439,"Date":"6/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":439,"Date":"6/10/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":236,"Date":"6/16/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":22,"Date":"6/25/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":230,"Cost":184,"Date":"7/19/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":871,"Cost":699,"Date":"7/21/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":792,"Cost":649,"Date":"7/25/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":387,"Date":"8/4/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":133,"Cost":97,"Date":"9/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":709,"Cost":493,"Date":"9/4/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":269,"Date":"9/19/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":684,"Cost":364,"Date":"9/29/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":768,"Cost":648,"Date":"10/2/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":604,"Cost":322,"Date":"10/15/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":611,"Cost":371,"Date":"10/30/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":643,"Cost":415,"Date":"11/9/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":614,"Date":"11/23/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":289,"Date":"11/30/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":723,"Cost":488,"Date":"12/8/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":591,"Date":"12/11/2018"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":991,"Cost":626,"Date":"1/15/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":139,"Date":"1/24/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":611,"Cost":566,"Date":"2/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":58,"Cost":42,"Date":"2/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":11,"Cost":8,"Date":"3/9/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":368,"Cost":201,"Date":"3/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":342,"Cost":228,"Date":"4/19/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":793,"Cost":710,"Date":"5/3/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":307,"Date":"5/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":300,"Date":"6/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":120,"Cost":109,"Date":"6/26/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":309,"Date":"7/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":793,"Cost":713,"Date":"7/13/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":360,"Cost":203,"Date":"8/8/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":501,"Cost":381,"Date":"8/26/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":274,"Cost":212,"Date":"9/2/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":568,"Cost":424,"Date":"9/29/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":593,"Date":"10/12/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":411,"Cost":321,"Date":"11/2/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":395,"Cost":287,"Date":"11/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":568,"Cost":517,"Date":"11/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":727,"Cost":456,"Date":"12/1/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":118,"Cost":101,"Date":"12/4/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":341,"Date":"12/7/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":446,"Date":"12/18/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":291,"Date":"12/20/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":380,"Date":"12/20/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":338,"Cost":282,"Date":"12/21/2019"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":112,"Date":"1/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":943,"Cost":531,"Date":"2/5/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":983,"Cost":727,"Date":"2/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":369,"Cost":216,"Date":"2/16/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":185,"Cost":148,"Date":"2/18/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":74,"Cost":43,"Date":"2/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":479,"Cost":277,"Date":"2/25/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":990,"Cost":750,"Date":"3/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":284,"Cost":178,"Date":"4/2/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":493,"Cost":277,"Date":"4/3/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":369,"Cost":301,"Date":"4/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":423,"Cost":222,"Date":"4/10/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":65,"Cost":36,"Date":"4/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":190,"Date":"5/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":685,"Cost":480,"Date":"5/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":639,"Cost":469,"Date":"6/20/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":598,"Cost":423,"Date":"7/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":53,"Cost":48,"Date":"7/4/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":14,"Cost":10,"Date":"7/8/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":277,"Cost":194,"Date":"7/9/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":445,"Cost":323,"Date":"7/14/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":639,"Date":"7/19/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":339,"Cost":284,"Date":"8/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":121,"Date":"8/6/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":858,"Cost":778,"Date":"8/7/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":543,"Cost":501,"Date":"8/22/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":183,"Date":"8/31/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":214,"Cost":160,"Date":"9/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":759,"Date":"9/1/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":244,"Date":"9/17/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":460,"Date":"9/29/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":960,"Cost":612,"Date":"11/7/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":300,"Cost":260,"Date":"11/26/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":169,"Date":"11/27/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":251,"Cost":210,"Date":"12/5/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":682,"Cost":601,"Date":"12/26/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":33,"Cost":25,"Date":"12/31/2020"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":433,"Cost":260,"Date":"1/20/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":400,"Date":"2/2/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":223,"Date":"2/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":798,"Cost":573,"Date":"2/27/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":210,"Date":"3/1/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":94,"Date":"3/1/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":899,"Cost":788,"Date":"3/19/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":131,"Date":"3/28/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":801,"Cost":588,"Date":"5/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":5,"Date":"7/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":552,"Cost":500,"Date":"8/5/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":260,"Date":"8/12/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":355,"Date":"8/21/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":207,"Date":"8/23/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":283,"Date":"9/3/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":315,"Date":"9/5/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":437,"Date":"10/6/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":776,"Cost":446,"Date":"10/19/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":437,"Cost":415,"Date":"11/15/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":618,"Date":"12/8/2021"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":680,"Cost":449,"Date":"1/8/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":651,"Cost":446,"Date":"1/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":67,"Cost":39,"Date":"1/19/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":172,"Cost":154,"Date":"1/28/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":647,"Cost":332,"Date":"1/31/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":684,"Date":"3/27/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":325,"Cost":277,"Date":"4/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":162,"Date":"4/24/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":339,"Date":"4/28/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":978,"Cost":546,"Date":"5/15/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":606,"Date":"5/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":58,"Date":"5/18/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":327,"Cost":178,"Date":"6/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":414,"Cost":310,"Date":"6/3/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":801,"Cost":599,"Date":"6/5/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":51,"Cost":43,"Date":"6/7/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":677,"Cost":418,"Date":"6/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":116,"Cost":70,"Date":"6/20/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":75,"Date":"6/24/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":913,"Cost":838,"Date":"7/4/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":72,"Date":"7/9/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":406,"Cost":258,"Date":"7/12/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":494,"Date":"8/14/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":224,"Date":"8/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":303,"Date":"8/23/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":404,"Cost":256,"Date":"9/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":426,"Date":"9/3/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":405,"Date":"9/16/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":832,"Cost":611,"Date":"10/4/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":117,"Date":"11/1/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":656,"Date":"11/2/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":566,"Cost":356,"Date":"12/17/2022"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":242,"Cost":218,"Date":"2/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":640,"Cost":409,"Date":"2/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":893,"Cost":659,"Date":"3/4/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":280,"Cost":245,"Date":"3/9/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":614,"Date":"3/9/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":773,"Date":"3/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":897,"Cost":637,"Date":"3/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":486,"Cost":454,"Date":"3/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":605,"Date":"3/23/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":662,"Cost":546,"Date":"4/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":278,"Cost":150,"Date":"5/7/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":520,"Date":"5/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":722,"Date":"5/20/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":632,"Cost":328,"Date":"6/2/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":13,"Cost":12,"Date":"6/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":684,"Date":"6/16/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":143,"Cost":111,"Date":"6/16/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":645,"Date":"7/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":832,"Cost":774,"Date":"7/11/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":488,"Date":"8/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":720,"Cost":684,"Date":"8/29/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":618,"Cost":549,"Date":"8/31/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":713,"Cost":474,"Date":"9/8/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":353,"Date":"9/13/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":509,"Cost":448,"Date":"9/14/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":899,"Cost":474,"Date":"9/19/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":438,"Cost":252,"Date":"9/25/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":553,"Cost":308,"Date":"10/4/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":162,"Cost":133,"Date":"10/10/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":558,"Cost":333,"Date":"10/17/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":155,"Cost":136,"Date":"10/28/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":48,"Date":"10/30/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":175,"Cost":106,"Date":"11/1/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":230,"Date":"11/15/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":202,"Date":"11/25/2023"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":17,"Date":"1/10/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":540,"Date":"1/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":630,"Cost":571,"Date":"1/20/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":7,"Cost":5,"Date":"2/8/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":707,"Cost":384,"Date":"2/25/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":164,"Date":"3/7/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":253,"Date":"3/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":184,"Date":"3/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":924,"Cost":633,"Date":"4/5/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":181,"Date":"4/14/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":809,"Cost":688,"Date":"5/3/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":848,"Cost":655,"Date":"5/9/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":500,"Cost":454,"Date":"5/15/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":899,"Cost":566,"Date":"5/25/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":293,"Date":"5/26/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":587,"Cost":392,"Date":"5/31/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":708,"Cost":447,"Date":"7/27/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":196,"Cost":172,"Date":"9/17/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":16,"Cost":12,"Date":"10/6/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":485,"Date":"10/8/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":998,"Cost":652,"Date":"10/26/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":847,"Cost":485,"Date":"11/16/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":806,"Cost":484,"Date":"11/18/2024"},{"Store":"Queen Street Mall, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":674,"Cost":527,"Date":"12/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":630,"Cost":505,"Date":"2/9/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":808,"Date":"2/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":409,"Date":"3/10/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":151,"Date":"3/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":731,"Cost":588,"Date":"3/18/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":409,"Date":"3/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":159,"Cost":106,"Date":"3/26/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":148,"Cost":105,"Date":"6/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":236,"Cost":123,"Date":"6/10/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":182,"Cost":132,"Date":"6/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":609,"Date":"6/25/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":609,"Date":"7/19/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":1000,"Cost":546,"Date":"7/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":442,"Cost":332,"Date":"7/25/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":220,"Date":"8/4/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":720,"Cost":512,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":39,"Cost":25,"Date":"9/4/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":277,"Date":"9/19/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":533,"Date":"9/29/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":97,"Cost":77,"Date":"10/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":993,"Cost":526,"Date":"10/15/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":967,"Cost":561,"Date":"10/30/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":674,"Date":"11/9/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":281,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":340,"Cost":172,"Date":"11/30/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":760,"Cost":700,"Date":"12/8/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":333,"Cost":250,"Date":"12/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":17,"Date":"1/15/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":802,"Cost":575,"Date":"1/24/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":572,"Cost":422,"Date":"2/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":18,"Cost":17,"Date":"2/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":139,"Date":"3/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":554,"Cost":327,"Date":"3/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":590,"Date":"4/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":882,"Cost":723,"Date":"5/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":203,"Cost":172,"Date":"5/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":112,"Cost":88,"Date":"6/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":431,"Date":"6/26/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":187,"Date":"7/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":990,"Cost":851,"Date":"7/13/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":894,"Cost":829,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":646,"Cost":577,"Date":"8/26/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":340,"Date":"9/2/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":526,"Cost":438,"Date":"9/29/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":398,"Date":"10/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":906,"Date":"11/2/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":517,"Date":"11/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":142,"Cost":134,"Date":"11/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":355,"Cost":301,"Date":"12/1/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":371,"Date":"12/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":211,"Cost":155,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":56,"Cost":39,"Date":"12/18/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":733,"Cost":566,"Date":"12/20/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":5,"Cost":4,"Date":"12/20/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":517,"Date":"12/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":333,"Date":"1/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":245,"Cost":198,"Date":"2/5/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":300,"Cost":200,"Date":"2/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":198,"Cost":161,"Date":"2/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":119,"Date":"2/18/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":64,"Date":"2/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":715,"Cost":529,"Date":"2/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":193,"Cost":149,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":303,"Date":"4/2/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":775,"Cost":533,"Date":"4/3/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":595,"Cost":496,"Date":"4/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":538,"Date":"4/10/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":44,"Cost":38,"Date":"4/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":667,"Cost":450,"Date":"5/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":979,"Cost":540,"Date":"5/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":888,"Cost":792,"Date":"6/20/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":883,"Cost":444,"Date":"7/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":463,"Date":"7/4/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":149,"Date":"7/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":30,"Cost":16,"Date":"7/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":714,"Cost":558,"Date":"7/14/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":6,"Date":"7/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":547,"Cost":391,"Date":"8/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":206,"Date":"8/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":317,"Cost":189,"Date":"8/7/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":335,"Cost":259,"Date":"8/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":44,"Cost":29,"Date":"8/31/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":157,"Cost":120,"Date":"9/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":924,"Cost":516,"Date":"9/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":434,"Cost":276,"Date":"9/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":965,"Cost":608,"Date":"9/29/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":101,"Cost":59,"Date":"11/7/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":157,"Cost":140,"Date":"11/26/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":718,"Cost":524,"Date":"11/27/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":187,"Date":"12/5/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":322,"Cost":205,"Date":"12/26/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":999,"Cost":653,"Date":"12/31/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":390,"Cost":245,"Date":"1/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":446,"Cost":407,"Date":"2/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":118,"Cost":71,"Date":"2/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":433,"Date":"2/27/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":935,"Cost":705,"Date":"3/1/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":508,"Cost":387,"Date":"3/1/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":411,"Date":"3/19/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":335,"Cost":282,"Date":"3/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":666,"Cost":414,"Date":"5/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":257,"Date":"7/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":121,"Date":"8/5/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":699,"Date":"8/12/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":373,"Cost":216,"Date":"8/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":37,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":829,"Cost":636,"Date":"9/3/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":595,"Date":"9/5/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":251,"Cost":163,"Date":"10/6/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":927,"Cost":573,"Date":"10/19/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":205,"Date":"11/15/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":530,"Cost":467,"Date":"12/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":245,"Date":"1/8/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":125,"Date":"1/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":800,"Cost":757,"Date":"1/19/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":785,"Cost":675,"Date":"1/28/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":285,"Cost":168,"Date":"1/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":24,"Date":"3/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":266,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":580,"Cost":419,"Date":"4/24/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":560,"Cost":358,"Date":"4/28/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":329,"Cost":275,"Date":"5/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":152,"Cost":140,"Date":"5/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":991,"Cost":664,"Date":"5/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":755,"Cost":434,"Date":"6/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":809,"Date":"6/3/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":179,"Cost":103,"Date":"6/5/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":265,"Cost":252,"Date":"6/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":315,"Cost":260,"Date":"6/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":397,"Date":"6/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":940,"Cost":499,"Date":"6/24/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":421,"Date":"7/4/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":296,"Cost":220,"Date":"7/9/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":790,"Cost":718,"Date":"7/12/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":348,"Date":"8/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":595,"Cost":388,"Date":"8/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":358,"Date":"8/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":574,"Cost":463,"Date":"9/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":296,"Date":"9/3/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":601,"Date":"9/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":349,"Date":"10/4/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":399,"Date":"11/1/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":553,"Cost":455,"Date":"11/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":433,"Date":"12/17/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":265,"Cost":177,"Date":"2/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":913,"Cost":670,"Date":"2/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":741,"Cost":643,"Date":"3/4/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":263,"Cost":219,"Date":"3/9/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":555,"Cost":439,"Date":"3/9/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":480,"Cost":288,"Date":"3/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":679,"Cost":429,"Date":"3/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":423,"Date":"3/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":906,"Cost":776,"Date":"3/23/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":673,"Cost":383,"Date":"4/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":333,"Cost":182,"Date":"5/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":842,"Cost":612,"Date":"5/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":646,"Cost":606,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":904,"Cost":803,"Date":"6/2/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":439,"Date":"6/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":101,"Cost":74,"Date":"6/16/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":541,"Date":"6/16/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":586,"Cost":557,"Date":"7/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":908,"Cost":774,"Date":"7/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":561,"Date":"8/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":995,"Cost":885,"Date":"8/29/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":969,"Cost":730,"Date":"8/31/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":248,"Cost":196,"Date":"9/8/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":53,"Cost":34,"Date":"9/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":368,"Date":"9/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":552,"Cost":464,"Date":"9/19/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":8,"Cost":4,"Date":"9/25/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":308,"Cost":200,"Date":"10/4/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":229,"Date":"10/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":181,"Cost":127,"Date":"10/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":365,"Cost":188,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":35,"Cost":30,"Date":"10/30/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":438,"Date":"11/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":566,"Cost":391,"Date":"11/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":913,"Cost":553,"Date":"11/25/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":723,"Cost":609,"Date":"1/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":255,"Cost":186,"Date":"1/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":300,"Cost":235,"Date":"1/20/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":19,"Cost":18,"Date":"2/8/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":269,"Cost":173,"Date":"2/25/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":80,"Date":"3/7/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":906,"Cost":809,"Date":"3/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":143,"Date":"3/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":18,"Date":"4/5/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":513,"Cost":419,"Date":"4/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":668,"Cost":425,"Date":"5/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":931,"Cost":727,"Date":"5/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":852,"Date":"5/15/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":451,"Cost":304,"Date":"5/25/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":165,"Cost":92,"Date":"5/26/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":235,"Date":"5/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":312,"Cost":250,"Date":"7/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":658,"Cost":408,"Date":"9/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":960,"Cost":699,"Date":"10/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":594,"Cost":379,"Date":"10/8/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":745,"Cost":600,"Date":"10/26/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":424,"Date":"11/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":666,"Cost":475,"Date":"11/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":287,"Date":"12/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":648,"Cost":506,"Date":"2/9/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":686,"Cost":553,"Date":"2/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":179,"Cost":168,"Date":"3/10/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":778,"Cost":402,"Date":"3/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":629,"Cost":456,"Date":"3/18/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":632,"Cost":561,"Date":"3/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":797,"Cost":675,"Date":"3/26/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":423,"Cost":401,"Date":"6/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":744,"Cost":626,"Date":"6/10/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":58,"Cost":39,"Date":"6/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":619,"Cost":467,"Date":"6/25/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":933,"Cost":864,"Date":"7/19/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":132,"Cost":76,"Date":"7/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":247,"Cost":182,"Date":"7/25/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":956,"Cost":526,"Date":"8/4/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":11,"Cost":10,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":654,"Cost":365,"Date":"9/4/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":716,"Cost":431,"Date":"9/19/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":195,"Cost":118,"Date":"9/29/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":183,"Cost":167,"Date":"10/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":931,"Cost":851,"Date":"10/15/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":830,"Cost":432,"Date":"10/30/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":477,"Cost":320,"Date":"11/9/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":739,"Cost":592,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":526,"Cost":409,"Date":"11/30/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":421,"Cost":296,"Date":"12/8/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":68,"Cost":49,"Date":"12/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":302,"Cost":203,"Date":"1/15/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":608,"Cost":413,"Date":"1/24/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":429,"Cost":218,"Date":"2/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":416,"Cost":376,"Date":"2/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":795,"Cost":408,"Date":"3/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":336,"Cost":205,"Date":"3/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":171,"Cost":110,"Date":"4/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":236,"Cost":209,"Date":"5/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":748,"Cost":502,"Date":"5/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":58,"Cost":46,"Date":"6/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":308,"Cost":267,"Date":"6/26/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":275,"Cost":147,"Date":"7/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":150,"Cost":127,"Date":"7/13/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":205,"Cost":119,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":258,"Cost":218,"Date":"8/26/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":573,"Cost":445,"Date":"9/2/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":602,"Cost":335,"Date":"9/29/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":698,"Cost":439,"Date":"10/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":502,"Cost":450,"Date":"11/2/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":215,"Cost":201,"Date":"11/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":809,"Cost":563,"Date":"11/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":484,"Cost":275,"Date":"12/1/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":723,"Cost":686,"Date":"12/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":885,"Cost":795,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":563,"Cost":436,"Date":"12/18/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":188,"Cost":99,"Date":"12/20/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":933,"Cost":478,"Date":"12/20/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":907,"Cost":538,"Date":"12/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":944,"Cost":850,"Date":"1/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":191,"Cost":136,"Date":"2/5/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":75,"Cost":61,"Date":"2/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":521,"Cost":356,"Date":"2/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":881,"Cost":625,"Date":"2/18/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":769,"Cost":658,"Date":"2/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":510,"Cost":475,"Date":"2/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":153,"Cost":77,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":751,"Cost":645,"Date":"4/2/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":265,"Cost":141,"Date":"4/3/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":577,"Cost":323,"Date":"4/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":68,"Cost":48,"Date":"4/10/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":294,"Cost":170,"Date":"4/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":478,"Cost":321,"Date":"5/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":467,"Cost":269,"Date":"5/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":757,"Cost":461,"Date":"6/20/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":176,"Cost":89,"Date":"7/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":538,"Cost":465,"Date":"7/4/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":416,"Cost":305,"Date":"7/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":741,"Cost":596,"Date":"7/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":10,"Cost":7,"Date":"7/14/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":775,"Cost":423,"Date":"7/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":439,"Cost":300,"Date":"8/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":216,"Cost":202,"Date":"8/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":10,"Cost":5,"Date":"8/7/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":293,"Cost":171,"Date":"8/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":752,"Cost":439,"Date":"8/31/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":541,"Cost":306,"Date":"9/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":894,"Cost":588,"Date":"9/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":282,"Cost":239,"Date":"9/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":189,"Cost":148,"Date":"9/29/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":785,"Cost":510,"Date":"11/7/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":621,"Cost":467,"Date":"11/26/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":59,"Cost":38,"Date":"11/27/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":57,"Cost":47,"Date":"12/5/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":531,"Cost":476,"Date":"12/26/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":112,"Cost":99,"Date":"12/31/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":517,"Cost":452,"Date":"1/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":940,"Cost":867,"Date":"2/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":741,"Cost":435,"Date":"2/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":707,"Cost":635,"Date":"2/27/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":924,"Cost":596,"Date":"3/1/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":435,"Cost":338,"Date":"3/1/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":305,"Cost":201,"Date":"3/19/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":215,"Cost":147,"Date":"3/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":614,"Cost":394,"Date":"5/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":550,"Cost":370,"Date":"7/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":321,"Cost":208,"Date":"8/5/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":210,"Cost":114,"Date":"8/12/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":643,"Cost":357,"Date":"8/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":301,"Cost":247,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":824,"Cost":460,"Date":"9/3/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":74,"Cost":63,"Date":"9/5/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":619,"Cost":439,"Date":"10/6/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":73,"Cost":64,"Date":"10/19/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":674,"Cost":505,"Date":"11/15/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":113,"Cost":73,"Date":"12/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":766,"Cost":393,"Date":"1/8/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":655,"Cost":439,"Date":"1/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":481,"Cost":282,"Date":"1/19/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":338,"Cost":186,"Date":"1/28/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":842,"Cost":612,"Date":"1/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":731,"Cost":567,"Date":"3/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":317,"Cost":287,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":218,"Cost":161,"Date":"4/24/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":843,"Cost":471,"Date":"4/28/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":380,"Cost":208,"Date":"5/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":71,"Cost":36,"Date":"5/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":962,"Cost":907,"Date":"5/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":884,"Cost":629,"Date":"6/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":784,"Cost":714,"Date":"6/3/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":795,"Cost":659,"Date":"6/5/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":618,"Cost":487,"Date":"6/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":649,"Cost":600,"Date":"6/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":566,"Cost":456,"Date":"6/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":794,"Cost":410,"Date":"6/24/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":16,"Cost":8,"Date":"7/4/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":491,"Cost":340,"Date":"7/9/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":362,"Cost":333,"Date":"7/12/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":447,"Cost":306,"Date":"8/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":461,"Cost":360,"Date":"8/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":924,"Cost":676,"Date":"8/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":180,"Cost":167,"Date":"9/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":246,"Cost":152,"Date":"9/3/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":777,"Cost":588,"Date":"9/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":241,"Cost":140,"Date":"10/4/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":426,"Cost":355,"Date":"11/1/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":301,"Cost":263,"Date":"11/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":193,"Cost":114,"Date":"12/17/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":337,"Cost":193,"Date":"2/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":638,"Cost":335,"Date":"2/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":163,"Cost":87,"Date":"3/4/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":762,"Cost":582,"Date":"3/9/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":415,"Cost":358,"Date":"3/9/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":325,"Cost":281,"Date":"3/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":630,"Cost":324,"Date":"3/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":904,"Cost":752,"Date":"3/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":863,"Cost":712,"Date":"3/23/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":941,"Cost":714,"Date":"4/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":840,"Cost":589,"Date":"5/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":829,"Cost":550,"Date":"5/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":585,"Cost":353,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":859,"Cost":522,"Date":"6/2/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":625,"Cost":368,"Date":"6/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":113,"Cost":101,"Date":"6/16/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":89,"Cost":54,"Date":"6/16/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":59,"Cost":35,"Date":"7/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":190,"Cost":103,"Date":"7/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":662,"Cost":584,"Date":"8/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":494,"Cost":289,"Date":"8/29/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":786,"Cost":541,"Date":"8/31/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":715,"Cost":406,"Date":"9/8/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":93,"Cost":59,"Date":"9/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":294,"Cost":184,"Date":"9/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":166,"Cost":144,"Date":"9/19/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":267,"Cost":222,"Date":"9/25/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":392,"Cost":351,"Date":"10/4/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":909,"Cost":478,"Date":"10/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":602,"Cost":556,"Date":"10/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":949,"Cost":544,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":401,"Cost":263,"Date":"10/30/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":348,"Cost":277,"Date":"11/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":512,"Cost":471,"Date":"11/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":286,"Cost":170,"Date":"11/25/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":850,"Cost":512,"Date":"1/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":269,"Cost":240,"Date":"1/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":473,"Cost":398,"Date":"1/20/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":632,"Cost":370,"Date":"2/8/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":841,"Cost":564,"Date":"2/25/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":435,"Cost":374,"Date":"3/7/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":304,"Cost":277,"Date":"3/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":847,"Cost":467,"Date":"3/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":611,"Cost":412,"Date":"4/5/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":644,"Cost":577,"Date":"4/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":436,"Cost":405,"Date":"5/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":694,"Cost":520,"Date":"5/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":453,"Cost":259,"Date":"5/15/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":907,"Cost":822,"Date":"5/25/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":571,"Cost":497,"Date":"5/26/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":461,"Cost":310,"Date":"5/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":982,"Cost":680,"Date":"7/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":701,"Cost":437,"Date":"9/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":435,"Cost":343,"Date":"10/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":877,"Cost":759,"Date":"10/8/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":711,"Cost":388,"Date":"10/26/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":196,"Cost":161,"Date":"11/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":203,"Cost":170,"Date":"11/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"COS","Country":"Australia","Sale":74,"Cost":63,"Date":"12/1/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":797,"Cost":723,"Date":"2/9/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":379,"Cost":359,"Date":"2/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":15,"Cost":10,"Date":"3/10/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":697,"Cost":350,"Date":"3/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":83,"Cost":77,"Date":"3/18/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":759,"Cost":564,"Date":"3/20/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":125,"Cost":66,"Date":"3/26/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":368,"Cost":184,"Date":"6/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":178,"Cost":168,"Date":"6/10/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":724,"Cost":644,"Date":"6/16/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":190,"Cost":165,"Date":"6/25/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":99,"Cost":83,"Date":"7/19/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":594,"Cost":301,"Date":"7/21/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":680,"Cost":471,"Date":"7/25/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":354,"Cost":208,"Date":"8/4/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":421,"Cost":268,"Date":"9/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":849,"Cost":522,"Date":"9/4/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":244,"Cost":212,"Date":"9/19/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":822,"Cost":426,"Date":"9/29/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":604,"Cost":489,"Date":"10/2/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":238,"Cost":147,"Date":"10/15/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":202,"Cost":159,"Date":"10/30/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":276,"Cost":165,"Date":"11/9/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":198,"Cost":135,"Date":"11/23/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":559,"Cost":369,"Date":"11/30/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":757,"Cost":424,"Date":"12/8/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":793,"Cost":556,"Date":"12/11/2018"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":640,"Cost":572,"Date":"1/15/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":246,"Cost":133,"Date":"1/24/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":349,"Cost":321,"Date":"2/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":184,"Cost":135,"Date":"2/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":109,"Cost":83,"Date":"3/9/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":461,"Cost":305,"Date":"3/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":73,"Cost":66,"Date":"4/19/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":742,"Cost":608,"Date":"5/3/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":720,"Cost":462,"Date":"5/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":375,"Cost":199,"Date":"6/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":718,"Cost":550,"Date":"6/26/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":865,"Cost":543,"Date":"7/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":472,"Cost":242,"Date":"7/13/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":587,"Cost":557,"Date":"8/8/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":753,"Cost":485,"Date":"8/26/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":714,"Cost":443,"Date":"9/2/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":704,"Cost":517,"Date":"9/29/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":871,"Cost":570,"Date":"10/12/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":401,"Cost":341,"Date":"11/2/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":926,"Cost":676,"Date":"11/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":314,"Cost":290,"Date":"11/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":394,"Cost":320,"Date":"12/1/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":371,"Cost":253,"Date":"12/4/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":639,"Cost":596,"Date":"12/7/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":483,"Cost":389,"Date":"12/18/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":108,"Cost":60,"Date":"12/20/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":53,"Cost":27,"Date":"12/20/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":175,"Cost":118,"Date":"12/21/2019"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":902,"Cost":541,"Date":"1/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":778,"Cost":638,"Date":"2/5/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":981,"Cost":923,"Date":"2/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":404,"Cost":308,"Date":"2/16/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":118,"Cost":93,"Date":"2/18/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":877,"Cost":753,"Date":"2/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":179,"Cost":160,"Date":"2/25/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":91,"Cost":86,"Date":"3/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":300,"Cost":177,"Date":"4/2/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":654,"Cost":529,"Date":"4/3/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":55,"Cost":47,"Date":"4/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":820,"Cost":651,"Date":"4/10/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":460,"Cost":253,"Date":"4/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":109,"Cost":67,"Date":"5/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":921,"Cost":776,"Date":"5/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":618,"Cost":528,"Date":"6/20/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":655,"Cost":349,"Date":"7/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":737,"Cost":560,"Date":"7/4/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":824,"Cost":609,"Date":"7/8/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":908,"Cost":819,"Date":"7/9/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":602,"Cost":314,"Date":"7/14/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":549,"Cost":418,"Date":"7/19/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":847,"Cost":481,"Date":"8/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":515,"Cost":412,"Date":"8/6/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":474,"Cost":449,"Date":"8/7/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":299,"Cost":188,"Date":"8/22/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":586,"Cost":476,"Date":"8/31/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":585,"Cost":476,"Date":"9/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":229,"Cost":138,"Date":"9/1/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":694,"Cost":501,"Date":"9/17/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":588,"Cost":320,"Date":"9/29/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":469,"Cost":434,"Date":"11/7/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":190,"Cost":115,"Date":"11/26/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":203,"Cost":149,"Date":"11/27/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":49,"Cost":45,"Date":"12/5/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":405,"Cost":244,"Date":"12/26/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":168,"Cost":115,"Date":"12/31/2020"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":290,"Cost":249,"Date":"1/20/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":621,"Cost":404,"Date":"2/2/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":856,"Cost":789,"Date":"2/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":31,"Cost":28,"Date":"2/27/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":402,"Cost":218,"Date":"3/1/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":483,"Cost":361,"Date":"3/1/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":379,"Cost":313,"Date":"3/19/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":801,"Cost":429,"Date":"3/28/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":181,"Cost":107,"Date":"5/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":871,"Cost":758,"Date":"7/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":358,"Cost":209,"Date":"8/5/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":803,"Cost":666,"Date":"8/12/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":55,"Cost":52,"Date":"8/21/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":968,"Cost":906,"Date":"8/23/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":191,"Cost":100,"Date":"9/3/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":884,"Cost":706,"Date":"9/5/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":26,"Cost":14,"Date":"10/6/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":580,"Cost":540,"Date":"10/19/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":657,"Cost":363,"Date":"11/15/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":600,"Cost":515,"Date":"12/8/2021"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":468,"Cost":393,"Date":"1/8/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":918,"Cost":821,"Date":"1/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":923,"Cost":767,"Date":"1/19/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":948,"Cost":544,"Date":"1/28/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":234,"Cost":158,"Date":"1/31/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":649,"Cost":454,"Date":"3/27/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":50,"Cost":40,"Date":"4/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":231,"Cost":168,"Date":"4/24/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":840,"Cost":610,"Date":"4/28/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":786,"Cost":605,"Date":"5/15/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":201,"Cost":133,"Date":"5/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":222,"Cost":210,"Date":"5/18/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":534,"Cost":320,"Date":"6/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":790,"Cost":695,"Date":"6/3/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":263,"Cost":141,"Date":"6/5/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":602,"Cost":427,"Date":"6/7/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":904,"Cost":756,"Date":"6/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":160,"Cost":106,"Date":"6/20/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":617,"Cost":496,"Date":"6/24/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":733,"Cost":669,"Date":"7/4/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":358,"Cost":337,"Date":"7/9/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":418,"Cost":354,"Date":"7/12/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":583,"Cost":392,"Date":"8/14/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":359,"Cost":325,"Date":"8/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":474,"Cost":428,"Date":"8/23/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":918,"Cost":857,"Date":"9/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":635,"Cost":588,"Date":"9/3/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":132,"Cost":126,"Date":"9/16/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":431,"Cost":265,"Date":"10/4/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":516,"Cost":289,"Date":"11/1/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":472,"Cost":312,"Date":"11/2/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":624,"Cost":352,"Date":"12/17/2022"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":870,"Cost":566,"Date":"2/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":295,"Cost":228,"Date":"2/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":653,"Cost":567,"Date":"3/4/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":283,"Cost":159,"Date":"3/9/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":77,"Cost":41,"Date":"3/9/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":641,"Cost":550,"Date":"3/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":604,"Cost":565,"Date":"3/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":242,"Cost":200,"Date":"3/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":461,"Cost":380,"Date":"3/23/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":784,"Cost":716,"Date":"4/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":551,"Cost":510,"Date":"5/7/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":379,"Cost":285,"Date":"5/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":520,"Cost":356,"Date":"5/20/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":938,"Cost":734,"Date":"6/2/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":105,"Cost":100,"Date":"6/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":314,"Cost":282,"Date":"6/16/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":375,"Cost":198,"Date":"6/16/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":83,"Cost":67,"Date":"7/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":993,"Cost":654,"Date":"7/11/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":257,"Cost":212,"Date":"8/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":172,"Cost":116,"Date":"8/29/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":419,"Cost":233,"Date":"8/31/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":994,"Cost":695,"Date":"9/8/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":537,"Cost":394,"Date":"9/13/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":828,"Cost":714,"Date":"9/14/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":60,"Cost":55,"Date":"9/19/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":165,"Cost":135,"Date":"9/25/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":187,"Cost":157,"Date":"10/4/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":391,"Cost":345,"Date":"10/10/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":426,"Cost":227,"Date":"10/17/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":38,"Cost":21,"Date":"10/28/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":492,"Cost":271,"Date":"10/30/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":702,"Cost":578,"Date":"11/1/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":631,"Cost":558,"Date":"11/15/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":276,"Cost":155,"Date":"11/25/2023"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":853,"Cost":558,"Date":"1/10/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":695,"Cost":545,"Date":"1/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":308,"Cost":204,"Date":"1/20/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":615,"Cost":322,"Date":"2/8/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":476,"Cost":294,"Date":"2/25/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":185,"Cost":117,"Date":"3/7/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":438,"Cost":262,"Date":"3/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":50,"Cost":29,"Date":"3/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":821,"Cost":766,"Date":"4/5/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":805,"Cost":626,"Date":"4/14/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":186,"Cost":113,"Date":"5/3/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":625,"Cost":425,"Date":"5/9/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":973,"Cost":623,"Date":"5/15/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":175,"Cost":148,"Date":"5/25/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":634,"Cost":515,"Date":"5/26/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":21,"Cost":15,"Date":"5/31/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":857,"Cost":678,"Date":"7/27/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":43,"Cost":21,"Date":"9/17/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":393,"Cost":299,"Date":"10/6/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":559,"Cost":380,"Date":"10/8/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":686,"Cost":382,"Date":"10/26/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":511,"Cost":451,"Date":"11/16/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":423,"Cost":358,"Date":"11/18/2024"},{"Store":"Westfield Chermside, Brisbane","Brand":"HM","Country":"Australia","Sale":753,"Cost":715,"Date":"12/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":55,"Cost":29,"Date":"2/9/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":784,"Cost":439,"Date":"2/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":112,"Cost":83,"Date":"3/10/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":451,"Date":"3/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":399,"Cost":362,"Date":"3/18/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":543,"Date":"3/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":119,"Cost":112,"Date":"3/26/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":451,"Date":"6/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":60,"Date":"6/10/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":134,"Cost":120,"Date":"6/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":724,"Cost":501,"Date":"6/25/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":76,"Cost":46,"Date":"7/19/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":453,"Cost":320,"Date":"7/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":993,"Cost":587,"Date":"7/25/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":435,"Date":"8/4/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":805,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":466,"Date":"9/4/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":713,"Cost":491,"Date":"9/19/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":1,"Cost":1,"Date":"9/29/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":537,"Cost":469,"Date":"10/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":57,"Cost":42,"Date":"10/15/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":247,"Cost":132,"Date":"10/30/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":465,"Cost":307,"Date":"11/9/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":754,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":500,"Date":"11/30/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":32,"Cost":17,"Date":"12/8/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":485,"Date":"12/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":779,"Cost":517,"Date":"1/15/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":605,"Cost":535,"Date":"1/24/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":754,"Cost":643,"Date":"2/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":632,"Cost":354,"Date":"2/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":82,"Date":"3/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":966,"Cost":815,"Date":"3/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":304,"Cost":239,"Date":"4/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":473,"Date":"5/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":761,"Cost":566,"Date":"5/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":478,"Date":"6/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":388,"Cost":299,"Date":"6/26/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":224,"Date":"7/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":72,"Cost":52,"Date":"7/13/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":347,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":538,"Cost":317,"Date":"8/26/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":49,"Cost":46,"Date":"9/2/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":213,"Date":"9/29/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":77,"Date":"10/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":711,"Cost":363,"Date":"11/2/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":115,"Date":"11/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":851,"Date":"11/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":500,"Cost":266,"Date":"12/1/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":469,"Cost":406,"Date":"12/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":424,"Cost":387,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":475,"Cost":402,"Date":"12/18/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":97,"Cost":81,"Date":"12/20/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":131,"Date":"12/20/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":661,"Date":"12/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":441,"Date":"1/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":199,"Cost":123,"Date":"2/5/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":317,"Date":"2/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":477,"Date":"2/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":196,"Cost":102,"Date":"2/18/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":114,"Date":"2/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":951,"Cost":478,"Date":"2/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":32,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":361,"Cost":233,"Date":"4/2/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":593,"Cost":332,"Date":"4/3/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":548,"Cost":387,"Date":"4/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":146,"Date":"4/10/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":159,"Date":"4/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":664,"Date":"5/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":112,"Cost":86,"Date":"5/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":431,"Date":"6/20/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":267,"Date":"7/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":25,"Cost":16,"Date":"7/4/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":738,"Date":"7/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":481,"Date":"7/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":399,"Cost":337,"Date":"7/14/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":601,"Cost":361,"Date":"7/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":299,"Cost":245,"Date":"8/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":384,"Cost":364,"Date":"8/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":683,"Cost":507,"Date":"8/7/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":546,"Cost":320,"Date":"8/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":19,"Date":"8/31/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":682,"Cost":488,"Date":"9/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":782,"Cost":602,"Date":"9/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":260,"Date":"9/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":79,"Cost":55,"Date":"9/29/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":528,"Cost":426,"Date":"11/7/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":72,"Cost":66,"Date":"11/26/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":380,"Date":"11/27/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":306,"Cost":224,"Date":"12/5/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":859,"Cost":791,"Date":"12/26/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":232,"Date":"12/31/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":188,"Date":"1/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":355,"Cost":184,"Date":"2/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":563,"Date":"2/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":808,"Cost":501,"Date":"2/27/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":90,"Cost":70,"Date":"3/1/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":608,"Cost":519,"Date":"3/1/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":341,"Date":"3/19/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":414,"Date":"3/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":829,"Cost":598,"Date":"5/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":119,"Cost":103,"Date":"7/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":793,"Cost":623,"Date":"8/5/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":18,"Date":"8/12/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":632,"Date":"8/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":220,"Cost":201,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":95,"Cost":85,"Date":"9/3/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":782,"Cost":679,"Date":"9/5/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":40,"Cost":22,"Date":"10/6/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":391,"Date":"10/19/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":270,"Cost":233,"Date":"11/15/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":616,"Date":"12/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":457,"Cost":380,"Date":"1/8/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":467,"Date":"1/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":783,"Cost":717,"Date":"1/19/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":843,"Date":"1/28/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":845,"Cost":577,"Date":"1/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":602,"Cost":524,"Date":"3/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":797,"Cost":725,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":456,"Date":"4/24/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":321,"Date":"4/28/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":339,"Date":"5/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":665,"Cost":493,"Date":"5/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":568,"Date":"5/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":946,"Cost":473,"Date":"6/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":194,"Date":"6/3/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":256,"Cost":137,"Date":"6/5/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":506,"Cost":368,"Date":"6/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":385,"Cost":201,"Date":"6/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":587,"Cost":371,"Date":"6/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":53,"Date":"6/24/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":560,"Cost":416,"Date":"7/4/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":470,"Cost":306,"Date":"7/9/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":685,"Cost":362,"Date":"7/12/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":843,"Cost":651,"Date":"8/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":650,"Cost":350,"Date":"8/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":489,"Date":"8/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":510,"Date":"9/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":309,"Cost":188,"Date":"9/3/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":134,"Cost":118,"Date":"9/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":133,"Cost":101,"Date":"10/4/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":589,"Date":"11/1/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":889,"Cost":629,"Date":"11/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":943,"Cost":758,"Date":"12/17/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":196,"Date":"2/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":571,"Date":"2/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":56,"Cost":40,"Date":"3/4/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":67,"Cost":63,"Date":"3/9/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":925,"Cost":632,"Date":"3/9/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":756,"Cost":605,"Date":"3/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":678,"Cost":611,"Date":"3/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":471,"Cost":287,"Date":"3/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":778,"Cost":489,"Date":"3/23/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":655,"Cost":480,"Date":"4/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":899,"Cost":676,"Date":"5/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":414,"Cost":291,"Date":"5/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":476,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":436,"Date":"6/2/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":788,"Date":"6/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":78,"Cost":68,"Date":"6/16/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":70,"Date":"6/16/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":754,"Cost":693,"Date":"7/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":732,"Cost":397,"Date":"7/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":341,"Date":"8/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":102,"Cost":78,"Date":"8/29/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":791,"Cost":671,"Date":"8/31/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":433,"Date":"9/8/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":675,"Cost":633,"Date":"9/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":439,"Date":"9/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":434,"Cost":218,"Date":"9/19/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":796,"Cost":750,"Date":"9/25/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":787,"Cost":512,"Date":"10/4/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":99,"Date":"10/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":555,"Date":"10/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":78,"Cost":41,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":382,"Cost":327,"Date":"10/30/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":495,"Date":"11/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":381,"Cost":191,"Date":"11/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":56,"Cost":54,"Date":"11/25/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":512,"Date":"1/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":534,"Date":"1/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":47,"Cost":33,"Date":"1/20/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":187,"Cost":118,"Date":"2/8/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":154,"Date":"2/25/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":358,"Date":"3/7/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":451,"Date":"3/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":715,"Cost":444,"Date":"3/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":452,"Cost":430,"Date":"4/5/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":67,"Cost":47,"Date":"4/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":656,"Cost":547,"Date":"5/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":790,"Cost":477,"Date":"5/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":381,"Date":"5/15/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":222,"Date":"5/25/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":490,"Date":"5/26/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":754,"Cost":680,"Date":"5/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":738,"Cost":561,"Date":"7/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":554,"Date":"9/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":897,"Cost":509,"Date":"10/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":47,"Date":"10/8/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":370,"Cost":265,"Date":"10/26/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":799,"Date":"11/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":317,"Cost":265,"Date":"11/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":993,"Cost":787,"Date":"12/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":217,"Date":"2/9/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":551,"Date":"2/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":360,"Date":"3/10/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":605,"Cost":407,"Date":"3/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":565,"Date":"3/18/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":543,"Date":"3/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":619,"Date":"3/26/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":107,"Date":"6/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":81,"Cost":43,"Date":"6/10/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":324,"Cost":262,"Date":"6/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":901,"Cost":543,"Date":"6/25/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":308,"Cost":261,"Date":"7/19/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":525,"Cost":295,"Date":"7/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":716,"Cost":393,"Date":"7/25/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":991,"Cost":807,"Date":"8/4/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":430,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":326,"Date":"9/4/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":243,"Cost":129,"Date":"9/19/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":474,"Date":"9/29/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":673,"Cost":639,"Date":"10/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":112,"Date":"10/15/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":220,"Cost":151,"Date":"10/30/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":753,"Cost":563,"Date":"11/9/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":269,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":946,"Cost":734,"Date":"11/30/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":854,"Cost":588,"Date":"12/8/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":689,"Date":"12/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":117,"Cost":61,"Date":"1/15/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":313,"Date":"1/24/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":496,"Date":"2/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":116,"Cost":67,"Date":"2/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":626,"Date":"3/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":761,"Cost":480,"Date":"3/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":302,"Date":"4/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":819,"Cost":761,"Date":"5/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":101,"Date":"5/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":136,"Date":"6/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":664,"Cost":534,"Date":"6/26/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":858,"Date":"7/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":951,"Cost":859,"Date":"7/13/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":719,"Cost":486,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":583,"Cost":355,"Date":"8/26/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":158,"Cost":140,"Date":"9/2/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":225,"Date":"9/29/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":345,"Date":"10/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":137,"Cost":74,"Date":"11/2/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":444,"Cost":344,"Date":"11/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":814,"Cost":512,"Date":"11/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":321,"Cost":167,"Date":"12/1/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":391,"Cost":284,"Date":"12/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":905,"Cost":839,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":283,"Cost":246,"Date":"12/18/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":683,"Cost":584,"Date":"12/20/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":572,"Cost":534,"Date":"12/20/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":709,"Cost":547,"Date":"12/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":829,"Date":"1/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":537,"Cost":338,"Date":"2/5/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":475,"Date":"2/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":344,"Date":"2/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":750,"Cost":482,"Date":"2/18/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":182,"Date":"2/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":611,"Date":"2/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":158,"Cost":82,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":336,"Cost":287,"Date":"4/2/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":519,"Cost":310,"Date":"4/3/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":649,"Date":"4/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":601,"Cost":322,"Date":"4/10/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":330,"Date":"4/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":807,"Cost":667,"Date":"5/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":130,"Cost":67,"Date":"5/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":56,"Cost":43,"Date":"6/20/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":43,"Date":"7/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":81,"Cost":65,"Date":"7/4/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":366,"Cost":334,"Date":"7/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":569,"Cost":421,"Date":"7/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":221,"Cost":118,"Date":"7/14/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":983,"Cost":797,"Date":"7/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":932,"Cost":705,"Date":"8/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":750,"Cost":646,"Date":"8/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":645,"Cost":449,"Date":"8/7/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":18,"Date":"8/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":536,"Cost":448,"Date":"8/31/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":874,"Cost":596,"Date":"9/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":519,"Date":"9/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":156,"Cost":112,"Date":"9/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":532,"Date":"9/29/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":576,"Date":"11/7/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":396,"Date":"11/26/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":598,"Cost":536,"Date":"11/27/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":971,"Cost":756,"Date":"12/5/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":80,"Cost":41,"Date":"12/26/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":363,"Date":"12/31/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":20,"Cost":17,"Date":"1/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":161,"Date":"2/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":272,"Date":"2/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":762,"Cost":418,"Date":"2/27/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":245,"Cost":165,"Date":"3/1/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":425,"Cost":242,"Date":"3/1/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":889,"Cost":553,"Date":"3/19/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":242,"Date":"3/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":996,"Cost":922,"Date":"5/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":300,"Date":"7/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":836,"Cost":504,"Date":"8/5/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":505,"Cost":428,"Date":"8/12/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":960,"Cost":566,"Date":"8/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":241,"Cost":175,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":340,"Cost":297,"Date":"9/3/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":502,"Date":"9/5/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":830,"Cost":596,"Date":"10/6/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":668,"Cost":455,"Date":"10/19/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":368,"Date":"11/15/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":509,"Cost":387,"Date":"12/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":284,"Date":"1/8/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":717,"Date":"1/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":126,"Date":"1/19/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":967,"Cost":510,"Date":"1/28/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":719,"Cost":475,"Date":"1/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":246,"Date":"3/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":751,"Cost":651,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":245,"Cost":208,"Date":"4/24/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":159,"Date":"4/28/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":485,"Cost":389,"Date":"5/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":471,"Date":"5/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":72,"Date":"5/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":652,"Cost":524,"Date":"6/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":52,"Date":"6/3/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":380,"Cost":299,"Date":"6/5/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":368,"Date":"6/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":541,"Cost":427,"Date":"6/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":666,"Cost":551,"Date":"6/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":929,"Cost":744,"Date":"6/24/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":184,"Cost":141,"Date":"7/4/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":562,"Cost":282,"Date":"7/9/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":995,"Cost":682,"Date":"7/12/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":165,"Cost":152,"Date":"8/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":101,"Date":"8/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":136,"Date":"8/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":182,"Cost":111,"Date":"9/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":576,"Date":"9/3/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":513,"Cost":383,"Date":"9/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":171,"Cost":162,"Date":"10/4/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":369,"Cost":241,"Date":"11/1/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":533,"Cost":432,"Date":"11/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":335,"Cost":266,"Date":"12/17/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":850,"Cost":540,"Date":"2/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":157,"Cost":96,"Date":"2/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":54,"Cost":50,"Date":"3/4/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":599,"Date":"3/9/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":430,"Cost":401,"Date":"3/9/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":25,"Cost":21,"Date":"3/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":974,"Cost":901,"Date":"3/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":246,"Cost":134,"Date":"3/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":727,"Cost":454,"Date":"3/23/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":430,"Date":"4/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":117,"Date":"5/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":699,"Cost":456,"Date":"5/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":699,"Cost":387,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":151,"Cost":109,"Date":"6/2/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":433,"Cost":290,"Date":"6/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":673,"Date":"6/16/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":100,"Date":"6/16/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":180,"Cost":145,"Date":"7/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":662,"Cost":357,"Date":"7/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":132,"Cost":95,"Date":"8/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":508,"Cost":335,"Date":"8/29/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":111,"Cost":102,"Date":"8/31/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":325,"Cost":242,"Date":"9/8/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":77,"Cost":49,"Date":"9/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":441,"Cost":329,"Date":"9/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":109,"Date":"9/19/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":109,"Cost":93,"Date":"9/25/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":478,"Date":"10/4/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":801,"Cost":749,"Date":"10/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":967,"Cost":901,"Date":"10/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":604,"Cost":533,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":117,"Date":"10/30/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":15,"Cost":13,"Date":"11/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":236,"Date":"11/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":948,"Cost":789,"Date":"11/25/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":375,"Cost":300,"Date":"1/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":931,"Cost":781,"Date":"1/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":241,"Date":"1/20/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":2,"Cost":2,"Date":"2/8/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":78,"Cost":54,"Date":"2/25/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":239,"Cost":169,"Date":"3/7/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":402,"Cost":312,"Date":"3/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":371,"Cost":219,"Date":"3/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":436,"Cost":279,"Date":"4/5/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":823,"Date":"4/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":662,"Cost":390,"Date":"5/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":485,"Date":"5/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":304,"Date":"5/15/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":181,"Date":"5/25/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":295,"Cost":193,"Date":"5/26/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":34,"Cost":25,"Date":"5/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":105,"Cost":56,"Date":"7/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":824,"Cost":597,"Date":"9/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":363,"Cost":246,"Date":"10/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":299,"Date":"10/8/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":584,"Cost":515,"Date":"10/26/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":190,"Date":"11/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":521,"Date":"11/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":419,"Date":"12/1/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":601,"Cost":537,"Date":"2/9/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":819,"Cost":540,"Date":"2/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":978,"Cost":813,"Date":"3/10/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":996,"Cost":547,"Date":"3/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":178,"Cost":123,"Date":"3/18/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":620,"Cost":566,"Date":"3/20/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":720,"Cost":650,"Date":"3/26/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":353,"Date":"6/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":131,"Cost":92,"Date":"6/10/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":288,"Cost":270,"Date":"6/16/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":151,"Cost":94,"Date":"6/25/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":113,"Date":"7/19/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":438,"Cost":334,"Date":"7/21/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":653,"Cost":427,"Date":"7/25/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":536,"Date":"8/4/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":621,"Date":"9/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":401,"Date":"9/4/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":536,"Cost":442,"Date":"9/19/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":443,"Date":"9/29/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":521,"Date":"10/2/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":88,"Cost":70,"Date":"10/15/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":323,"Cost":182,"Date":"10/30/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":472,"Cost":406,"Date":"11/9/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":130,"Cost":70,"Date":"11/23/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":382,"Date":"11/30/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":511,"Date":"12/8/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":605,"Cost":464,"Date":"12/11/2018"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":903,"Cost":596,"Date":"1/15/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":320,"Cost":207,"Date":"1/24/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":295,"Cost":267,"Date":"2/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":719,"Cost":454,"Date":"2/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":862,"Cost":439,"Date":"3/9/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":281,"Date":"3/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":27,"Cost":24,"Date":"4/19/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":593,"Cost":381,"Date":"5/3/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":265,"Cost":233,"Date":"5/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":677,"Cost":430,"Date":"6/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":259,"Cost":159,"Date":"6/26/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":299,"Cost":196,"Date":"7/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":335,"Cost":295,"Date":"7/13/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":280,"Date":"8/8/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":81,"Cost":60,"Date":"8/26/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":775,"Cost":530,"Date":"9/2/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":585,"Cost":353,"Date":"9/29/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":651,"Date":"10/12/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":825,"Cost":471,"Date":"11/2/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":327,"Cost":193,"Date":"11/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":481,"Cost":241,"Date":"11/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":239,"Date":"12/1/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":858,"Cost":521,"Date":"12/4/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":748,"Cost":648,"Date":"12/7/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":643,"Cost":461,"Date":"12/18/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":209,"Cost":105,"Date":"12/20/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":371,"Date":"12/20/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":288,"Date":"12/21/2019"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":318,"Date":"1/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":990,"Cost":635,"Date":"2/5/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":673,"Cost":407,"Date":"2/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":595,"Date":"2/16/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":420,"Cost":285,"Date":"2/18/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":458,"Cost":387,"Date":"2/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":242,"Cost":199,"Date":"2/25/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":512,"Cost":382,"Date":"3/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":391,"Cost":347,"Date":"4/2/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":161,"Date":"4/3/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":306,"Cost":252,"Date":"4/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":269,"Date":"4/10/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":642,"Cost":575,"Date":"4/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":587,"Date":"5/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":26,"Date":"5/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":140,"Date":"6/20/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":142,"Cost":118,"Date":"7/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":222,"Cost":160,"Date":"7/4/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":823,"Cost":690,"Date":"7/8/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":547,"Date":"7/9/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":623,"Cost":449,"Date":"7/14/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":572,"Cost":509,"Date":"7/19/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":68,"Date":"8/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":216,"Cost":120,"Date":"8/6/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":341,"Date":"8/7/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":433,"Cost":292,"Date":"8/22/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":105,"Cost":63,"Date":"8/31/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":326,"Cost":261,"Date":"9/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":716,"Cost":616,"Date":"9/1/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":227,"Date":"9/17/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":311,"Cost":263,"Date":"9/29/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":689,"Cost":448,"Date":"11/7/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":189,"Date":"11/26/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":783,"Cost":495,"Date":"11/27/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":876,"Cost":710,"Date":"12/5/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":171,"Date":"12/26/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":11,"Cost":8,"Date":"12/31/2020"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":391,"Cost":352,"Date":"1/20/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":340,"Cost":274,"Date":"2/2/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":103,"Date":"2/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":42,"Cost":25,"Date":"2/27/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":524,"Date":"3/1/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":859,"Date":"3/1/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":772,"Cost":550,"Date":"3/19/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":742,"Cost":428,"Date":"3/28/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":816,"Cost":711,"Date":"5/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":625,"Cost":497,"Date":"7/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":638,"Date":"8/5/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":550,"Cost":487,"Date":"8/12/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":653,"Cost":486,"Date":"8/21/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":295,"Cost":153,"Date":"8/23/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":464,"Cost":307,"Date":"9/3/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":562,"Cost":389,"Date":"9/5/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":475,"Cost":308,"Date":"10/6/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":991,"Cost":594,"Date":"10/19/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":847,"Cost":755,"Date":"11/15/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":895,"Cost":777,"Date":"12/8/2021"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":243,"Cost":199,"Date":"1/8/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":219,"Cost":147,"Date":"1/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":844,"Date":"1/19/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":286,"Cost":213,"Date":"1/28/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":227,"Date":"1/31/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":67,"Date":"3/27/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":164,"Date":"4/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":918,"Cost":471,"Date":"4/24/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":519,"Cost":263,"Date":"4/28/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":800,"Cost":527,"Date":"5/15/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":269,"Cost":164,"Date":"5/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":123,"Cost":91,"Date":"5/18/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":835,"Cost":446,"Date":"6/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":853,"Cost":645,"Date":"6/3/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":601,"Cost":451,"Date":"6/5/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":562,"Cost":461,"Date":"6/7/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":156,"Date":"6/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":932,"Cost":822,"Date":"6/20/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":105,"Cost":68,"Date":"6/24/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":133,"Date":"7/4/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":403,"Date":"7/9/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":609,"Cost":424,"Date":"7/12/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":613,"Cost":504,"Date":"8/14/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":964,"Cost":894,"Date":"8/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":205,"Date":"8/23/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":316,"Date":"9/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":348,"Date":"9/3/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":168,"Date":"9/16/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":605,"Cost":487,"Date":"10/4/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":45,"Cost":27,"Date":"11/1/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":248,"Date":"11/2/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":683,"Cost":380,"Date":"12/17/2022"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":254,"Date":"2/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":766,"Cost":548,"Date":"2/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":935,"Cost":501,"Date":"3/4/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":618,"Cost":578,"Date":"3/9/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":1,"Cost":1,"Date":"3/9/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":62,"Cost":42,"Date":"3/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":798,"Cost":539,"Date":"3/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":354,"Date":"3/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":580,"Cost":486,"Date":"3/23/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":337,"Date":"4/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":399,"Cost":220,"Date":"5/7/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":826,"Cost":762,"Date":"5/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":361,"Date":"5/20/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":346,"Date":"6/2/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":157,"Date":"6/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":148,"Cost":93,"Date":"6/16/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":730,"Cost":480,"Date":"6/16/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":434,"Date":"7/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":192,"Date":"7/11/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":548,"Cost":344,"Date":"8/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":221,"Cost":112,"Date":"8/29/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":623,"Cost":554,"Date":"8/31/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":306,"Cost":287,"Date":"9/8/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":807,"Cost":679,"Date":"9/13/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":185,"Cost":125,"Date":"9/14/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":268,"Date":"9/19/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":979,"Cost":802,"Date":"9/25/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":35,"Cost":21,"Date":"10/4/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":328,"Cost":221,"Date":"10/10/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":14,"Cost":12,"Date":"10/17/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":413,"Date":"10/28/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":452,"Date":"10/30/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":522,"Cost":362,"Date":"11/1/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":562,"Cost":304,"Date":"11/15/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":730,"Cost":423,"Date":"11/25/2023"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":247,"Cost":193,"Date":"1/10/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":608,"Cost":499,"Date":"1/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":657,"Cost":620,"Date":"1/20/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":37,"Cost":21,"Date":"2/8/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":70,"Date":"2/25/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":313,"Cost":204,"Date":"3/7/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":829,"Cost":741,"Date":"3/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":264,"Cost":225,"Date":"3/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":66,"Cost":47,"Date":"4/5/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":285,"Cost":258,"Date":"4/14/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":556,"Cost":346,"Date":"5/3/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":23,"Cost":19,"Date":"5/9/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":693,"Date":"5/15/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":1000,"Cost":658,"Date":"5/25/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":817,"Cost":410,"Date":"5/26/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":112,"Cost":91,"Date":"5/31/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":766,"Date":"7/27/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":941,"Cost":736,"Date":"9/17/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":13,"Cost":11,"Date":"10/6/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":704,"Cost":373,"Date":"10/8/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":289,"Date":"10/26/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":320,"Cost":169,"Date":"11/16/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":670,"Date":"11/18/2024"},{"Store":"Garden City Shopping Centre, Brisbane","Brand":"ARKET","Country":"Australia","Sale":777,"Cost":686,"Date":"12/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":84,"Date":"2/9/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":953,"Cost":531,"Date":"2/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":673,"Date":"3/10/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":320,"Date":"3/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":213,"Date":"3/18/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":513,"Cost":446,"Date":"3/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":249,"Date":"3/26/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":282,"Cost":163,"Date":"6/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":186,"Cost":167,"Date":"6/10/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":160,"Cost":87,"Date":"6/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":562,"Cost":307,"Date":"6/25/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":532,"Date":"7/19/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":483,"Cost":244,"Date":"7/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":457,"Cost":281,"Date":"7/25/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":581,"Cost":396,"Date":"8/4/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":648,"Cost":422,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":707,"Cost":446,"Date":"9/4/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":364,"Cost":196,"Date":"9/19/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":159,"Cost":111,"Date":"9/29/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":437,"Cost":254,"Date":"10/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":490,"Date":"10/15/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":8,"Date":"10/30/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":973,"Cost":784,"Date":"11/9/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":33,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":565,"Cost":491,"Date":"11/30/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":299,"Cost":266,"Date":"12/8/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":64,"Date":"12/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":814,"Cost":754,"Date":"1/15/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":173,"Date":"1/24/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":354,"Date":"2/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":566,"Cost":419,"Date":"2/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":225,"Date":"3/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":545,"Date":"3/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":140,"Date":"4/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":951,"Cost":901,"Date":"5/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":336,"Cost":198,"Date":"5/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":521,"Date":"6/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":272,"Date":"6/26/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":770,"Cost":641,"Date":"7/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":457,"Cost":406,"Date":"7/13/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":329,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":425,"Cost":220,"Date":"8/26/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":853,"Cost":450,"Date":"9/2/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":613,"Cost":403,"Date":"9/29/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":186,"Date":"10/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":598,"Date":"11/2/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":98,"Cost":92,"Date":"11/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":155,"Date":"11/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":86,"Cost":54,"Date":"12/1/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":643,"Cost":441,"Date":"12/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":561,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":265,"Date":"12/18/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":242,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":900,"Cost":586,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":598,"Cost":545,"Date":"12/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":557,"Cost":398,"Date":"1/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":797,"Cost":478,"Date":"2/5/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":59,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":40,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":112,"Cost":103,"Date":"2/18/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":510,"Cost":426,"Date":"2/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":675,"Date":"2/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":706,"Cost":432,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":858,"Cost":459,"Date":"4/2/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":210,"Date":"4/3/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":122,"Cost":70,"Date":"4/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":435,"Date":"4/10/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":602,"Cost":406,"Date":"4/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":15,"Date":"5/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":656,"Cost":356,"Date":"5/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":532,"Cost":314,"Date":"6/20/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":898,"Cost":750,"Date":"7/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":645,"Date":"7/4/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":731,"Cost":588,"Date":"7/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":156,"Date":"7/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":44,"Cost":31,"Date":"7/14/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":177,"Cost":100,"Date":"7/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":219,"Cost":153,"Date":"8/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":383,"Date":"8/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":290,"Date":"8/7/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":176,"Date":"8/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":256,"Date":"8/31/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":788,"Cost":746,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":799,"Cost":526,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":232,"Cost":130,"Date":"9/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":720,"Cost":526,"Date":"9/29/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":512,"Cost":317,"Date":"11/7/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":600,"Cost":503,"Date":"11/26/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":386,"Date":"11/27/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":157,"Date":"12/5/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":113,"Date":"12/26/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":368,"Date":"12/31/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":99,"Cost":55,"Date":"1/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":384,"Cost":279,"Date":"2/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":965,"Cost":548,"Date":"2/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":716,"Cost":534,"Date":"2/27/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":975,"Cost":888,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":935,"Cost":600,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":682,"Cost":544,"Date":"3/19/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":85,"Date":"3/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":801,"Cost":619,"Date":"5/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":516,"Cost":364,"Date":"7/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":373,"Date":"8/5/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":133,"Date":"8/12/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":4,"Cost":3,"Date":"8/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":398,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":802,"Date":"9/3/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":155,"Cost":88,"Date":"9/5/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":3,"Cost":3,"Date":"10/6/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":160,"Cost":115,"Date":"10/19/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":842,"Cost":758,"Date":"11/15/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":134,"Date":"12/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":298,"Date":"1/8/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":333,"Cost":203,"Date":"1/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":195,"Date":"1/19/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":179,"Cost":168,"Date":"1/28/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":631,"Cost":385,"Date":"1/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":603,"Cost":419,"Date":"3/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":204,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":681,"Cost":394,"Date":"4/24/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":1,"Cost":1,"Date":"4/28/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":907,"Cost":826,"Date":"5/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":498,"Date":"5/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":642,"Cost":471,"Date":"5/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":158,"Cost":128,"Date":"6/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":780,"Cost":494,"Date":"6/3/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":99,"Cost":91,"Date":"6/5/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":284,"Date":"6/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":172,"Cost":154,"Date":"6/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":907,"Cost":458,"Date":"6/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":149,"Date":"6/24/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":686,"Date":"7/4/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":249,"Cost":162,"Date":"7/9/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":748,"Cost":708,"Date":"7/12/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":960,"Cost":678,"Date":"8/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":842,"Cost":523,"Date":"8/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":768,"Cost":496,"Date":"8/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":812,"Cost":651,"Date":"9/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":186,"Date":"9/3/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":479,"Cost":325,"Date":"9/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":663,"Cost":352,"Date":"10/4/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":298,"Cost":205,"Date":"11/1/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":56,"Cost":41,"Date":"11/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":620,"Cost":403,"Date":"12/17/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":483,"Cost":259,"Date":"2/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":893,"Cost":488,"Date":"2/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":604,"Cost":551,"Date":"3/4/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":565,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":609,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":70,"Date":"3/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":620,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":583,"Cost":527,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":560,"Date":"3/23/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":397,"Date":"4/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":670,"Cost":341,"Date":"5/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":899,"Cost":807,"Date":"5/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":454,"Cost":265,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":131,"Date":"6/2/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":976,"Cost":926,"Date":"6/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":519,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":890,"Cost":718,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":151,"Cost":101,"Date":"7/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":886,"Cost":835,"Date":"7/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":397,"Cost":214,"Date":"8/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":700,"Cost":511,"Date":"8/29/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":107,"Cost":98,"Date":"8/31/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":452,"Cost":427,"Date":"9/8/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":125,"Cost":79,"Date":"9/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":148,"Date":"9/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":592,"Date":"9/19/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":313,"Date":"9/25/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":362,"Date":"10/4/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":971,"Cost":863,"Date":"10/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":129,"Date":"10/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":316,"Cost":281,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":445,"Date":"10/30/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":459,"Date":"11/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":257,"Date":"11/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":416,"Cost":238,"Date":"11/25/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":235,"Date":"1/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":57,"Date":"1/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":965,"Cost":803,"Date":"1/20/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":787,"Cost":727,"Date":"2/8/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":562,"Cost":315,"Date":"2/25/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":960,"Cost":836,"Date":"3/7/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":987,"Cost":816,"Date":"3/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":351,"Cost":259,"Date":"3/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":581,"Cost":396,"Date":"4/5/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":258,"Cost":223,"Date":"4/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":465,"Date":"5/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":210,"Cost":106,"Date":"5/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":685,"Cost":419,"Date":"5/15/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":502,"Cost":258,"Date":"5/25/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":503,"Cost":299,"Date":"5/26/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":763,"Date":"5/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":220,"Cost":174,"Date":"7/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":501,"Date":"9/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":148,"Date":"10/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":792,"Cost":494,"Date":"10/8/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":103,"Cost":54,"Date":"10/26/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":853,"Cost":429,"Date":"11/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":160,"Cost":145,"Date":"11/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":538,"Cost":369,"Date":"12/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":69,"Date":"2/9/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":703,"Cost":580,"Date":"2/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":726,"Date":"3/10/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":64,"Date":"3/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":140,"Date":"3/18/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":172,"Cost":99,"Date":"3/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":955,"Cost":639,"Date":"3/26/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":761,"Cost":556,"Date":"6/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":112,"Cost":105,"Date":"6/10/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":85,"Date":"6/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":240,"Date":"6/25/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":553,"Cost":469,"Date":"7/19/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":129,"Date":"7/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":415,"Date":"7/25/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":137,"Date":"8/4/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":662,"Cost":473,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":482,"Date":"9/4/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":237,"Cost":190,"Date":"9/19/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":1000,"Cost":850,"Date":"9/29/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":783,"Date":"10/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":278,"Cost":191,"Date":"10/15/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":680,"Cost":627,"Date":"10/30/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":801,"Cost":749,"Date":"11/9/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":704,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":895,"Cost":525,"Date":"11/30/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":439,"Date":"12/8/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":143,"Cost":106,"Date":"12/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":571,"Date":"1/15/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":499,"Cost":375,"Date":"1/24/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":144,"Date":"2/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":138,"Cost":131,"Date":"2/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":141,"Date":"3/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":636,"Cost":473,"Date":"3/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":473,"Date":"4/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":689,"Cost":639,"Date":"5/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":312,"Date":"5/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":31,"Cost":20,"Date":"6/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":317,"Date":"6/26/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":777,"Cost":494,"Date":"7/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":406,"Cost":262,"Date":"7/13/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":438,"Cost":306,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":876,"Cost":578,"Date":"8/26/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":832,"Cost":527,"Date":"9/2/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":3,"Cost":2,"Date":"9/29/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":184,"Cost":133,"Date":"10/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":79,"Cost":62,"Date":"11/2/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":810,"Cost":685,"Date":"11/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":73,"Date":"11/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":699,"Date":"12/1/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":646,"Date":"12/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":208,"Cost":167,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":709,"Date":"12/18/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":95,"Cost":72,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":4,"Cost":2,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":304,"Date":"12/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":641,"Cost":324,"Date":"1/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":449,"Date":"2/5/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":378,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":810,"Cost":610,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":199,"Date":"2/18/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":514,"Date":"2/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":432,"Cost":279,"Date":"2/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":580,"Cost":290,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":193,"Date":"4/2/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":781,"Cost":679,"Date":"4/3/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":62,"Cost":52,"Date":"4/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":860,"Cost":653,"Date":"4/10/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":503,"Cost":279,"Date":"4/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":426,"Date":"5/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":113,"Date":"5/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":57,"Cost":32,"Date":"6/20/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":840,"Cost":565,"Date":"7/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":897,"Cost":489,"Date":"7/4/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":204,"Date":"7/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":253,"Cost":224,"Date":"7/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":91,"Cost":69,"Date":"7/14/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":460,"Cost":409,"Date":"7/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":578,"Cost":404,"Date":"8/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":294,"Date":"8/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":254,"Cost":229,"Date":"8/7/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":804,"Cost":729,"Date":"8/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":614,"Cost":468,"Date":"8/31/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":282,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":561,"Cost":368,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":121,"Date":"9/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":475,"Date":"9/29/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":174,"Cost":152,"Date":"11/7/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":984,"Cost":880,"Date":"11/26/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":92,"Cost":79,"Date":"11/27/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":305,"Cost":174,"Date":"12/5/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":580,"Date":"12/26/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":862,"Cost":549,"Date":"12/31/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":272,"Cost":167,"Date":"1/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":647,"Date":"2/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":240,"Date":"2/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":248,"Date":"2/27/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":302,"Cost":235,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":509,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":352,"Cost":301,"Date":"3/19/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":942,"Cost":847,"Date":"3/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":345,"Date":"5/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":113,"Cost":76,"Date":"7/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":673,"Cost":615,"Date":"8/5/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":188,"Date":"8/12/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":351,"Date":"8/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":433,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":588,"Cost":439,"Date":"9/3/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":586,"Date":"9/5/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":521,"Cost":446,"Date":"10/6/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":452,"Date":"10/19/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":268,"Cost":141,"Date":"11/15/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":361,"Cost":316,"Date":"12/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":494,"Date":"1/8/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":401,"Cost":272,"Date":"1/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":443,"Date":"1/19/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":79,"Cost":69,"Date":"1/28/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":212,"Date":"1/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":541,"Cost":280,"Date":"3/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":333,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":513,"Cost":318,"Date":"4/24/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":5,"Cost":2,"Date":"4/28/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":2,"Cost":2,"Date":"5/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":184,"Date":"5/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":449,"Date":"5/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":22,"Cost":16,"Date":"6/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":441,"Date":"6/3/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":467,"Date":"6/5/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":680,"Date":"6/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":257,"Date":"6/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":489,"Cost":261,"Date":"6/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":593,"Cost":467,"Date":"6/24/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":117,"Date":"7/4/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":54,"Cost":34,"Date":"7/9/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":436,"Cost":323,"Date":"7/12/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":817,"Cost":763,"Date":"8/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":268,"Date":"8/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":716,"Date":"8/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":113,"Cost":70,"Date":"9/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":632,"Date":"9/3/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":391,"Date":"9/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":442,"Date":"10/4/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":488,"Cost":278,"Date":"11/1/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":691,"Cost":478,"Date":"11/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":741,"Cost":587,"Date":"12/17/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":660,"Cost":565,"Date":"2/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":648,"Cost":432,"Date":"2/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":55,"Date":"3/4/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":342,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":806,"Cost":644,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":578,"Date":"3/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":317,"Cost":243,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":641,"Cost":558,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":581,"Cost":478,"Date":"3/23/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":315,"Cost":278,"Date":"4/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":121,"Date":"5/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":876,"Cost":595,"Date":"5/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":467,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":282,"Date":"6/2/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":153,"Date":"6/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":533,"Cost":486,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":811,"Cost":613,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":147,"Date":"7/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":631,"Cost":381,"Date":"7/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":938,"Cost":498,"Date":"8/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":677,"Cost":345,"Date":"8/29/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":651,"Date":"8/31/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":658,"Cost":442,"Date":"9/8/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":552,"Cost":466,"Date":"9/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":314,"Date":"9/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":434,"Cost":374,"Date":"9/19/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":389,"Cost":199,"Date":"9/25/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":390,"Date":"10/4/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":434,"Cost":281,"Date":"10/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":52,"Date":"10/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":108,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":250,"Cost":226,"Date":"10/30/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":318,"Cost":254,"Date":"11/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":215,"Date":"11/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":287,"Cost":264,"Date":"11/25/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":884,"Cost":778,"Date":"1/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":621,"Date":"1/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":41,"Cost":31,"Date":"1/20/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":253,"Date":"2/8/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":680,"Cost":414,"Date":"2/25/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":116,"Date":"3/7/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":338,"Cost":178,"Date":"3/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":463,"Cost":404,"Date":"3/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":643,"Date":"4/5/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":305,"Date":"4/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":812,"Date":"5/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":731,"Cost":575,"Date":"5/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":842,"Date":"5/15/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":784,"Cost":458,"Date":"5/25/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":633,"Cost":487,"Date":"5/26/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":294,"Date":"5/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":709,"Date":"7/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":657,"Cost":393,"Date":"9/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":562,"Cost":373,"Date":"10/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":233,"Cost":222,"Date":"10/8/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":958,"Cost":859,"Date":"10/26/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":3,"Date":"11/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":863,"Cost":767,"Date":"11/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":366,"Date":"12/1/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":105,"Cost":53,"Date":"2/9/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":49,"Date":"2/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":328,"Date":"3/10/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":347,"Date":"3/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":33,"Cost":23,"Date":"3/18/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":317,"Cost":168,"Date":"3/20/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":522,"Date":"3/26/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":66,"Date":"6/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":458,"Cost":238,"Date":"6/10/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":538,"Cost":473,"Date":"6/16/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":452,"Date":"6/25/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":166,"Cost":121,"Date":"7/19/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":926,"Cost":685,"Date":"7/21/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":160,"Cost":92,"Date":"7/25/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":775,"Cost":396,"Date":"8/4/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":116,"Cost":66,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":621,"Date":"9/4/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":518,"Date":"9/19/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":322,"Date":"9/29/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":799,"Date":"10/2/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":244,"Date":"10/15/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":623,"Cost":480,"Date":"10/30/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":277,"Cost":226,"Date":"11/9/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":113,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":232,"Date":"11/30/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":866,"Cost":716,"Date":"12/8/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":491,"Cost":387,"Date":"12/11/2018"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":800,"Cost":575,"Date":"1/15/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":321,"Cost":278,"Date":"1/24/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":160,"Date":"2/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":630,"Cost":483,"Date":"2/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":167,"Cost":132,"Date":"3/9/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":139,"Date":"3/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":586,"Cost":374,"Date":"4/19/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":911,"Cost":669,"Date":"5/3/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":351,"Date":"5/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":562,"Cost":439,"Date":"6/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":62,"Date":"6/26/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":670,"Cost":579,"Date":"7/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":277,"Cost":198,"Date":"7/13/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":248,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":465,"Cost":300,"Date":"8/26/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":379,"Date":"9/2/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":270,"Date":"9/29/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":485,"Date":"10/12/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":325,"Cost":278,"Date":"11/2/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":653,"Cost":461,"Date":"11/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":212,"Date":"11/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":381,"Cost":194,"Date":"12/1/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":272,"Date":"12/4/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":623,"Cost":412,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":245,"Date":"12/18/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":722,"Cost":390,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":255,"Cost":208,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":51,"Cost":39,"Date":"12/21/2019"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":313,"Date":"1/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":419,"Date":"2/5/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":713,"Cost":583,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":822,"Cost":471,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":530,"Cost":502,"Date":"2/18/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":538,"Cost":459,"Date":"2/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":34,"Cost":27,"Date":"2/25/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":545,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":946,"Cost":828,"Date":"4/2/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":813,"Cost":603,"Date":"4/3/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":666,"Cost":606,"Date":"4/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":902,"Date":"4/10/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":158,"Date":"4/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":416,"Date":"5/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":212,"Date":"5/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":605,"Cost":358,"Date":"6/20/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":132,"Date":"7/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":603,"Cost":332,"Date":"7/4/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":150,"Date":"7/8/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":731,"Cost":601,"Date":"7/9/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":111,"Date":"7/14/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":497,"Cost":382,"Date":"7/19/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":648,"Date":"8/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":358,"Date":"8/6/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":405,"Cost":315,"Date":"8/7/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":564,"Date":"8/22/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":293,"Date":"8/31/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":438,"Cost":324,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":150,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":822,"Cost":749,"Date":"9/17/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":110,"Date":"9/29/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":61,"Cost":58,"Date":"11/7/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":798,"Cost":601,"Date":"11/26/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":245,"Cost":128,"Date":"11/27/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":596,"Cost":342,"Date":"12/5/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":296,"Cost":256,"Date":"12/26/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":903,"Cost":727,"Date":"12/31/2020"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":466,"Cost":351,"Date":"1/20/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":376,"Date":"2/2/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":202,"Cost":113,"Date":"2/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":54,"Cost":31,"Date":"2/27/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":753,"Cost":536,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":235,"Cost":136,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":848,"Date":"3/19/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":284,"Cost":181,"Date":"3/28/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":764,"Date":"5/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":259,"Date":"7/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":652,"Cost":414,"Date":"8/5/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":277,"Date":"8/12/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":750,"Cost":521,"Date":"8/21/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":775,"Cost":580,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":28,"Cost":17,"Date":"9/3/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":853,"Cost":802,"Date":"9/5/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":448,"Date":"10/6/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":620,"Cost":579,"Date":"10/19/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":371,"Date":"11/15/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":12,"Date":"12/8/2021"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":377,"Cost":276,"Date":"1/8/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":971,"Cost":574,"Date":"1/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":650,"Cost":347,"Date":"1/19/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":510,"Date":"1/28/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":42,"Cost":32,"Date":"1/31/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":291,"Date":"3/27/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":126,"Cost":93,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":563,"Cost":389,"Date":"4/24/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":480,"Date":"4/28/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":360,"Cost":271,"Date":"5/15/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":335,"Date":"5/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":595,"Date":"5/18/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":657,"Cost":472,"Date":"6/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":648,"Date":"6/3/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":83,"Cost":79,"Date":"6/5/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":820,"Cost":540,"Date":"6/7/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":33,"Cost":26,"Date":"6/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":532,"Cost":396,"Date":"6/20/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":230,"Cost":184,"Date":"6/24/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":988,"Cost":785,"Date":"7/4/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":239,"Cost":154,"Date":"7/9/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":577,"Cost":380,"Date":"7/12/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":11,"Cost":9,"Date":"8/14/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":361,"Cost":249,"Date":"8/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":474,"Cost":297,"Date":"8/23/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":716,"Cost":600,"Date":"9/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":671,"Date":"9/3/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":175,"Date":"9/16/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":169,"Cost":141,"Date":"10/4/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":175,"Date":"11/1/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":104,"Cost":65,"Date":"11/2/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":949,"Cost":513,"Date":"12/17/2022"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":2,"Cost":2,"Date":"2/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":55,"Date":"2/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":329,"Date":"3/4/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":463,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":381,"Cost":242,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":34,"Cost":20,"Date":"3/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":323,"Cost":271,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":608,"Cost":350,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":392,"Date":"3/23/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":982,"Cost":750,"Date":"4/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":555,"Date":"5/7/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":500,"Cost":423,"Date":"5/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":195,"Cost":180,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":648,"Cost":508,"Date":"6/2/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":692,"Cost":465,"Date":"6/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":825,"Cost":755,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":729,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":125,"Cost":108,"Date":"7/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":568,"Cost":329,"Date":"7/11/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":498,"Date":"8/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":437,"Date":"8/29/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":125,"Cost":96,"Date":"8/31/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":576,"Date":"9/8/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":369,"Cost":266,"Date":"9/13/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":569,"Cost":389,"Date":"9/14/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":90,"Date":"9/19/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":611,"Cost":527,"Date":"9/25/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":525,"Cost":379,"Date":"10/4/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":286,"Date":"10/10/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":201,"Date":"10/17/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":495,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":826,"Cost":697,"Date":"10/30/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":224,"Date":"11/1/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":999,"Cost":674,"Date":"11/15/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":662,"Cost":513,"Date":"11/25/2023"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":288,"Date":"1/10/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":757,"Date":"1/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":258,"Cost":187,"Date":"1/20/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":535,"Date":"2/8/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":499,"Date":"2/25/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":888,"Cost":494,"Date":"3/7/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":565,"Date":"3/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":394,"Date":"3/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":144,"Date":"4/5/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":971,"Cost":547,"Date":"4/14/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":225,"Date":"5/3/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":852,"Cost":713,"Date":"5/9/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":702,"Date":"5/15/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":740,"Date":"5/25/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":551,"Cost":275,"Date":"5/26/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":752,"Cost":558,"Date":"5/31/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":641,"Date":"7/27/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":50,"Cost":28,"Date":"9/17/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":156,"Date":"10/6/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":414,"Date":"10/8/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":731,"Cost":499,"Date":"10/26/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":632,"Cost":440,"Date":"11/16/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":605,"Cost":372,"Date":"11/18/2024"},{"Store":"Pacific Fair Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":359,"Cost":309,"Date":"12/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":817,"Cost":694,"Date":"2/9/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":88,"Cost":47,"Date":"2/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":864,"Cost":780,"Date":"3/10/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":866,"Cost":662,"Date":"3/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":700,"Cost":597,"Date":"3/18/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":319,"Cost":257,"Date":"3/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":210,"Cost":197,"Date":"3/26/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":863,"Cost":697,"Date":"6/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":327,"Cost":307,"Date":"6/10/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":991,"Cost":636,"Date":"6/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":105,"Cost":81,"Date":"6/25/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":34,"Cost":18,"Date":"7/19/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":199,"Cost":117,"Date":"7/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":834,"Cost":662,"Date":"7/25/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":189,"Cost":142,"Date":"8/4/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":836,"Cost":597,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":462,"Cost":296,"Date":"9/4/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":869,"Cost":533,"Date":"9/19/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":747,"Cost":585,"Date":"9/29/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":917,"Cost":677,"Date":"10/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":925,"Cost":475,"Date":"10/15/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":127,"Cost":72,"Date":"10/30/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":60,"Cost":41,"Date":"11/9/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":4,"Cost":3,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":353,"Cost":286,"Date":"11/30/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":865,"Cost":760,"Date":"12/8/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":169,"Cost":128,"Date":"12/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":574,"Cost":367,"Date":"1/15/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":453,"Cost":344,"Date":"1/24/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":910,"Cost":559,"Date":"2/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":243,"Cost":170,"Date":"2/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":641,"Cost":527,"Date":"3/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":698,"Cost":381,"Date":"3/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":632,"Cost":508,"Date":"4/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":411,"Cost":351,"Date":"5/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":1,"Cost":0,"Date":"5/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":714,"Cost":556,"Date":"6/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":876,"Cost":696,"Date":"6/26/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":109,"Cost":71,"Date":"7/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":667,"Cost":522,"Date":"7/13/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":62,"Cost":34,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":264,"Cost":155,"Date":"8/26/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":946,"Cost":847,"Date":"9/2/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":892,"Cost":834,"Date":"9/29/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":291,"Cost":223,"Date":"10/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":967,"Cost":909,"Date":"11/2/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":870,"Cost":686,"Date":"11/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":508,"Cost":333,"Date":"11/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":35,"Cost":17,"Date":"12/1/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":820,"Cost":542,"Date":"12/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":952,"Cost":569,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":354,"Cost":315,"Date":"12/18/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":491,"Cost":300,"Date":"12/20/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":142,"Cost":102,"Date":"12/20/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":57,"Cost":50,"Date":"12/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":560,"Cost":508,"Date":"1/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":731,"Cost":370,"Date":"2/5/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":485,"Cost":261,"Date":"2/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":145,"Cost":78,"Date":"2/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":610,"Cost":551,"Date":"2/18/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":137,"Cost":106,"Date":"2/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":212,"Cost":149,"Date":"2/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":817,"Cost":656,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":495,"Cost":248,"Date":"4/2/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":644,"Cost":612,"Date":"4/3/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":147,"Cost":124,"Date":"4/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":951,"Cost":650,"Date":"4/10/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":960,"Cost":730,"Date":"4/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":28,"Cost":23,"Date":"5/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":185,"Cost":146,"Date":"5/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":892,"Cost":755,"Date":"6/20/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":716,"Cost":519,"Date":"7/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":294,"Cost":260,"Date":"7/4/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":714,"Cost":428,"Date":"7/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":357,"Cost":307,"Date":"7/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":161,"Cost":107,"Date":"7/14/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":996,"Cost":573,"Date":"7/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":799,"Cost":407,"Date":"8/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":861,"Cost":668,"Date":"8/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":270,"Cost":217,"Date":"8/7/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":600,"Cost":324,"Date":"8/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":304,"Cost":186,"Date":"8/31/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":305,"Cost":280,"Date":"9/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":582,"Cost":366,"Date":"9/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":911,"Cost":590,"Date":"9/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":57,"Cost":29,"Date":"9/29/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":881,"Cost":557,"Date":"11/7/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":920,"Cost":782,"Date":"11/26/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":680,"Cost":615,"Date":"11/27/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":203,"Cost":171,"Date":"12/5/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":92,"Cost":55,"Date":"12/26/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":923,"Cost":527,"Date":"12/31/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":759,"Cost":625,"Date":"1/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":447,"Cost":316,"Date":"2/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":711,"Cost":514,"Date":"2/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":706,"Cost":658,"Date":"2/27/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":660,"Cost":561,"Date":"3/1/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":548,"Cost":394,"Date":"3/1/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":515,"Cost":481,"Date":"3/19/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":602,"Cost":315,"Date":"3/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":126,"Cost":102,"Date":"5/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":948,"Cost":723,"Date":"7/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":241,"Cost":183,"Date":"8/5/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":954,"Cost":651,"Date":"8/12/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":526,"Cost":296,"Date":"8/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":134,"Cost":73,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":51,"Cost":48,"Date":"9/3/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":839,"Cost":439,"Date":"9/5/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":33,"Cost":20,"Date":"10/6/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":404,"Cost":360,"Date":"10/19/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":715,"Cost":435,"Date":"11/15/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":793,"Cost":616,"Date":"12/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":611,"Cost":305,"Date":"1/8/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":652,"Cost":345,"Date":"1/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":973,"Cost":821,"Date":"1/19/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":779,"Cost":659,"Date":"1/28/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":128,"Cost":99,"Date":"1/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":519,"Cost":346,"Date":"3/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":979,"Cost":929,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":678,"Cost":443,"Date":"4/24/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":167,"Cost":127,"Date":"4/28/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":517,"Cost":371,"Date":"5/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":776,"Cost":429,"Date":"5/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":508,"Cost":369,"Date":"5/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":498,"Cost":382,"Date":"6/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":299,"Cost":168,"Date":"6/3/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":386,"Cost":206,"Date":"6/5/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":124,"Cost":102,"Date":"6/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":831,"Cost":710,"Date":"6/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":133,"Cost":114,"Date":"6/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":855,"Cost":609,"Date":"6/24/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":131,"Cost":95,"Date":"7/4/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":905,"Cost":725,"Date":"7/9/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":456,"Cost":406,"Date":"7/12/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":532,"Cost":307,"Date":"8/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":325,"Cost":296,"Date":"8/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":926,"Cost":674,"Date":"8/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":477,"Cost":333,"Date":"9/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":780,"Cost":606,"Date":"9/3/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":443,"Cost":264,"Date":"9/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":346,"Cost":193,"Date":"10/4/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":927,"Cost":526,"Date":"11/1/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":331,"Cost":262,"Date":"11/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":210,"Cost":132,"Date":"12/17/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":744,"Cost":630,"Date":"2/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":116,"Cost":90,"Date":"2/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":780,"Cost":527,"Date":"3/4/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":316,"Cost":228,"Date":"3/9/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":357,"Cost":220,"Date":"3/9/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":862,"Cost":682,"Date":"3/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":178,"Cost":167,"Date":"3/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":469,"Cost":397,"Date":"3/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":926,"Cost":787,"Date":"3/23/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":850,"Cost":634,"Date":"4/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":98,"Cost":91,"Date":"5/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":779,"Cost":517,"Date":"5/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":947,"Cost":607,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":221,"Cost":142,"Date":"6/2/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":28,"Cost":15,"Date":"6/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":477,"Cost":391,"Date":"6/16/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":215,"Cost":158,"Date":"6/16/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":546,"Cost":502,"Date":"7/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":667,"Cost":335,"Date":"7/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":324,"Cost":243,"Date":"8/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":967,"Cost":794,"Date":"8/29/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":974,"Cost":727,"Date":"8/31/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":623,"Cost":492,"Date":"9/8/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":337,"Cost":171,"Date":"9/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":457,"Cost":347,"Date":"9/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":426,"Cost":399,"Date":"9/19/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":523,"Cost":394,"Date":"9/25/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":82,"Cost":50,"Date":"10/4/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":140,"Cost":121,"Date":"10/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":834,"Cost":573,"Date":"10/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":144,"Cost":81,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":685,"Cost":395,"Date":"10/30/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":822,"Cost":414,"Date":"11/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":494,"Cost":391,"Date":"11/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":732,"Cost":433,"Date":"11/25/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":97,"Cost":88,"Date":"1/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":140,"Cost":94,"Date":"1/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":883,"Cost":472,"Date":"1/20/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":129,"Cost":72,"Date":"2/8/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":625,"Cost":567,"Date":"2/25/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":433,"Cost":359,"Date":"3/7/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":753,"Cost":445,"Date":"3/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":361,"Cost":219,"Date":"3/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":352,"Cost":254,"Date":"4/5/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":189,"Cost":109,"Date":"4/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":890,"Cost":689,"Date":"5/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":497,"Cost":295,"Date":"5/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":996,"Cost":809,"Date":"5/15/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":1,"Cost":0,"Date":"5/25/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":377,"Cost":337,"Date":"5/26/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":130,"Cost":87,"Date":"5/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":295,"Cost":215,"Date":"7/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":38,"Cost":23,"Date":"9/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":587,"Cost":525,"Date":"10/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":766,"Cost":644,"Date":"10/8/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":616,"Cost":423,"Date":"10/26/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":205,"Cost":160,"Date":"11/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":493,"Cost":442,"Date":"11/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":506,"Cost":336,"Date":"12/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":273,"Cost":227,"Date":"2/9/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":777,"Cost":432,"Date":"2/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":801,"Cost":710,"Date":"3/10/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":894,"Cost":515,"Date":"3/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":534,"Cost":404,"Date":"3/18/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":342,"Cost":223,"Date":"3/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":321,"Cost":190,"Date":"3/26/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":610,"Cost":368,"Date":"6/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":502,"Cost":389,"Date":"6/10/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":212,"Cost":122,"Date":"6/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":648,"Cost":604,"Date":"6/25/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":147,"Cost":89,"Date":"7/19/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":782,"Cost":631,"Date":"7/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":420,"Cost":268,"Date":"7/25/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":542,"Cost":361,"Date":"8/4/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":686,"Cost":461,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":917,"Cost":851,"Date":"9/4/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":354,"Cost":236,"Date":"9/19/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":267,"Cost":181,"Date":"9/29/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":571,"Cost":340,"Date":"10/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":769,"Cost":698,"Date":"10/15/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":994,"Cost":560,"Date":"10/30/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":574,"Cost":457,"Date":"11/9/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":980,"Cost":620,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":971,"Cost":776,"Date":"11/30/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":542,"Cost":454,"Date":"12/8/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":751,"Cost":589,"Date":"12/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":972,"Cost":501,"Date":"1/15/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":808,"Cost":704,"Date":"1/24/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":889,"Cost":459,"Date":"2/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":880,"Cost":813,"Date":"2/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":805,"Cost":554,"Date":"3/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":400,"Cost":218,"Date":"3/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":15,"Cost":9,"Date":"4/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":594,"Cost":489,"Date":"5/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":978,"Cost":676,"Date":"5/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":842,"Cost":542,"Date":"6/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":75,"Cost":65,"Date":"6/26/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":988,"Cost":747,"Date":"7/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":74,"Cost":64,"Date":"7/13/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":219,"Cost":143,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":981,"Cost":871,"Date":"8/26/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":807,"Cost":708,"Date":"9/2/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":8,"Cost":5,"Date":"9/29/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":799,"Cost":484,"Date":"10/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":616,"Cost":370,"Date":"11/2/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":9,"Cost":5,"Date":"11/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":678,"Cost":643,"Date":"11/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":788,"Cost":597,"Date":"12/1/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":985,"Cost":510,"Date":"12/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":845,"Cost":577,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":996,"Cost":836,"Date":"12/18/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":21,"Cost":20,"Date":"12/20/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":676,"Cost":433,"Date":"12/20/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":675,"Cost":343,"Date":"12/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":166,"Cost":144,"Date":"1/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":235,"Cost":168,"Date":"2/5/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":422,"Cost":391,"Date":"2/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":339,"Cost":248,"Date":"2/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":587,"Cost":426,"Date":"2/18/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":310,"Cost":197,"Date":"2/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":5,"Cost":2,"Date":"2/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":568,"Cost":497,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":221,"Cost":120,"Date":"4/2/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":10,"Cost":5,"Date":"4/3/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":499,"Cost":387,"Date":"4/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":727,"Cost":572,"Date":"4/10/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":244,"Cost":132,"Date":"4/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":892,"Cost":612,"Date":"5/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":749,"Cost":501,"Date":"5/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":887,"Cost":710,"Date":"6/20/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":621,"Cost":519,"Date":"7/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":714,"Cost":576,"Date":"7/4/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":495,"Cost":306,"Date":"7/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":514,"Cost":424,"Date":"7/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":509,"Cost":311,"Date":"7/14/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":394,"Cost":336,"Date":"7/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":56,"Cost":45,"Date":"8/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":612,"Cost":478,"Date":"8/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":355,"Cost":320,"Date":"8/7/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":35,"Cost":25,"Date":"8/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":159,"Cost":144,"Date":"8/31/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":914,"Cost":828,"Date":"9/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":49,"Cost":44,"Date":"9/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":239,"Cost":155,"Date":"9/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":168,"Cost":147,"Date":"9/29/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":392,"Cost":265,"Date":"11/7/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":430,"Cost":229,"Date":"11/26/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":993,"Cost":660,"Date":"11/27/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":116,"Cost":98,"Date":"12/5/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":881,"Cost":746,"Date":"12/26/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":935,"Cost":819,"Date":"12/31/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":907,"Cost":501,"Date":"1/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":754,"Cost":704,"Date":"2/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":840,"Cost":449,"Date":"2/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":121,"Cost":77,"Date":"2/27/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":537,"Cost":344,"Date":"3/1/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":835,"Cost":504,"Date":"3/1/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":972,"Cost":514,"Date":"3/19/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":949,"Cost":868,"Date":"3/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":695,"Cost":573,"Date":"5/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":312,"Cost":247,"Date":"7/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":573,"Cost":479,"Date":"8/5/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":285,"Cost":243,"Date":"8/12/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":939,"Cost":782,"Date":"8/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":223,"Cost":201,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":37,"Cost":26,"Date":"9/3/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":904,"Cost":538,"Date":"9/5/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":97,"Cost":71,"Date":"10/6/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":19,"Cost":9,"Date":"10/19/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":41,"Cost":39,"Date":"11/15/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":630,"Cost":406,"Date":"12/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":982,"Cost":597,"Date":"1/8/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":472,"Cost":314,"Date":"1/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":517,"Cost":407,"Date":"1/19/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":62,"Cost":48,"Date":"1/28/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":325,"Cost":184,"Date":"1/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":393,"Cost":347,"Date":"3/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":470,"Cost":270,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":759,"Cost":520,"Date":"4/24/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":914,"Cost":777,"Date":"4/28/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":578,"Cost":358,"Date":"5/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":715,"Cost":389,"Date":"5/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":43,"Cost":34,"Date":"5/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":232,"Cost":167,"Date":"6/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":556,"Cost":316,"Date":"6/3/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":229,"Cost":132,"Date":"6/5/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":848,"Cost":641,"Date":"6/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":728,"Cost":476,"Date":"6/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":174,"Cost":150,"Date":"6/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":630,"Cost":495,"Date":"6/24/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":669,"Cost":629,"Date":"7/4/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":865,"Cost":594,"Date":"7/9/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":137,"Cost":75,"Date":"7/12/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":893,"Cost":754,"Date":"8/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":654,"Cost":454,"Date":"8/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":749,"Cost":546,"Date":"8/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":805,"Cost":437,"Date":"9/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":745,"Cost":392,"Date":"9/3/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":969,"Cost":877,"Date":"9/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":506,"Cost":416,"Date":"10/4/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":949,"Cost":719,"Date":"11/1/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":449,"Cost":279,"Date":"11/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":722,"Cost":400,"Date":"12/17/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":257,"Cost":187,"Date":"2/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":655,"Cost":446,"Date":"2/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":501,"Cost":396,"Date":"3/4/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":298,"Cost":177,"Date":"3/9/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":680,"Cost":445,"Date":"3/9/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":193,"Cost":161,"Date":"3/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":587,"Cost":487,"Date":"3/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":154,"Cost":110,"Date":"3/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":479,"Cost":269,"Date":"3/23/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":95,"Cost":67,"Date":"4/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":275,"Cost":161,"Date":"5/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":31,"Cost":18,"Date":"5/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":732,"Cost":407,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":460,"Cost":428,"Date":"6/2/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":331,"Cost":279,"Date":"6/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":549,"Cost":275,"Date":"6/16/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":898,"Cost":791,"Date":"6/16/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":666,"Cost":391,"Date":"7/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":523,"Cost":453,"Date":"7/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":99,"Cost":57,"Date":"8/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":923,"Cost":568,"Date":"8/29/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":950,"Cost":711,"Date":"8/31/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":240,"Cost":157,"Date":"9/8/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":945,"Cost":815,"Date":"9/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":952,"Cost":800,"Date":"9/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":969,"Cost":851,"Date":"9/19/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":719,"Cost":381,"Date":"9/25/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":369,"Cost":346,"Date":"10/4/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":969,"Cost":743,"Date":"10/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":233,"Cost":155,"Date":"10/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":606,"Cost":453,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":914,"Cost":557,"Date":"10/30/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":304,"Cost":160,"Date":"11/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":318,"Cost":176,"Date":"11/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":758,"Cost":604,"Date":"11/25/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":258,"Cost":160,"Date":"1/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":385,"Cost":343,"Date":"1/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":447,"Cost":310,"Date":"1/20/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":354,"Cost":296,"Date":"2/8/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":689,"Cost":468,"Date":"2/25/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":986,"Cost":587,"Date":"3/7/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":379,"Cost":290,"Date":"3/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":137,"Cost":118,"Date":"3/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":556,"Cost":492,"Date":"4/5/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":147,"Cost":101,"Date":"4/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":804,"Cost":659,"Date":"5/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":512,"Cost":276,"Date":"5/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":142,"Cost":105,"Date":"5/15/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":170,"Cost":150,"Date":"5/25/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":165,"Cost":131,"Date":"5/26/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":531,"Cost":402,"Date":"5/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":90,"Cost":74,"Date":"7/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":983,"Cost":930,"Date":"9/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":867,"Cost":779,"Date":"10/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":809,"Cost":684,"Date":"10/8/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":222,"Cost":157,"Date":"10/26/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":869,"Cost":480,"Date":"11/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":289,"Cost":184,"Date":"11/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"COS","Country":"Australia","Sale":383,"Cost":316,"Date":"12/1/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":128,"Cost":71,"Date":"2/9/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":323,"Cost":267,"Date":"2/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":666,"Cost":518,"Date":"3/10/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":243,"Cost":125,"Date":"3/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":131,"Cost":79,"Date":"3/18/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":238,"Date":"3/20/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":348,"Date":"3/26/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":302,"Date":"6/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":577,"Cost":304,"Date":"6/10/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":631,"Date":"6/16/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":503,"Cost":476,"Date":"6/25/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":239,"Cost":124,"Date":"7/19/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":923,"Cost":552,"Date":"7/21/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":618,"Date":"7/25/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":474,"Cost":273,"Date":"8/4/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":911,"Cost":600,"Date":"9/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":596,"Cost":386,"Date":"9/4/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":162,"Cost":92,"Date":"9/19/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":307,"Date":"9/29/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":596,"Cost":412,"Date":"10/2/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":353,"Cost":247,"Date":"10/15/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":271,"Date":"10/30/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":26,"Date":"11/9/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":935,"Cost":751,"Date":"11/23/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":842,"Cost":601,"Date":"11/30/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":601,"Cost":427,"Date":"12/8/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":391,"Date":"12/11/2018"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":62,"Date":"1/15/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":217,"Cost":130,"Date":"1/24/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":387,"Date":"2/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":987,"Cost":915,"Date":"2/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":592,"Date":"3/9/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":316,"Date":"3/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":832,"Cost":450,"Date":"4/19/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":674,"Date":"5/3/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":876,"Cost":470,"Date":"5/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":580,"Date":"6/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":266,"Date":"6/26/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":971,"Cost":521,"Date":"7/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":489,"Cost":409,"Date":"7/13/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":483,"Cost":276,"Date":"8/8/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":502,"Date":"8/26/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":227,"Date":"9/2/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":238,"Date":"9/29/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":213,"Date":"10/12/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":503,"Cost":264,"Date":"11/2/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":931,"Cost":857,"Date":"11/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":114,"Cost":98,"Date":"11/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":493,"Cost":455,"Date":"12/1/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":104,"Date":"12/4/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":301,"Date":"12/7/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":130,"Date":"12/18/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":288,"Date":"12/20/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":485,"Cost":458,"Date":"12/20/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":887,"Cost":643,"Date":"12/21/2019"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":4,"Cost":2,"Date":"1/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":75,"Cost":64,"Date":"2/5/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":32,"Date":"2/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":609,"Cost":373,"Date":"2/16/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":747,"Cost":383,"Date":"2/18/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":328,"Cost":233,"Date":"2/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":8,"Cost":6,"Date":"2/25/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":169,"Cost":130,"Date":"3/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":316,"Date":"4/2/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":295,"Cost":235,"Date":"4/3/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":357,"Cost":333,"Date":"4/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":1,"Cost":1,"Date":"4/10/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":541,"Cost":488,"Date":"4/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":650,"Cost":482,"Date":"5/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":683,"Date":"5/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":240,"Date":"6/20/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":640,"Date":"7/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":482,"Cost":306,"Date":"7/4/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":431,"Date":"7/8/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":640,"Cost":514,"Date":"7/9/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":795,"Cost":568,"Date":"7/14/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":688,"Cost":562,"Date":"7/19/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":439,"Cost":269,"Date":"8/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":316,"Cost":185,"Date":"8/6/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":651,"Cost":374,"Date":"8/7/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":290,"Cost":229,"Date":"8/22/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":685,"Cost":368,"Date":"8/31/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":208,"Date":"9/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":158,"Date":"9/1/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":577,"Date":"9/17/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":318,"Cost":202,"Date":"9/29/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":118,"Date":"11/7/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":595,"Cost":513,"Date":"11/26/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":254,"Date":"11/27/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":302,"Date":"12/5/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":906,"Cost":785,"Date":"12/26/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":249,"Date":"12/31/2020"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":906,"Cost":835,"Date":"1/20/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":107,"Date":"2/2/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":433,"Cost":312,"Date":"2/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":151,"Date":"2/27/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":667,"Date":"3/1/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":289,"Date":"3/1/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":540,"Date":"3/19/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":435,"Cost":351,"Date":"3/28/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":478,"Date":"5/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":616,"Cost":377,"Date":"7/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":399,"Cost":236,"Date":"8/5/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":438,"Cost":263,"Date":"8/12/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":392,"Cost":344,"Date":"8/21/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":478,"Date":"8/23/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":644,"Cost":595,"Date":"9/3/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":250,"Date":"9/5/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":436,"Cost":386,"Date":"10/6/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":978,"Cost":496,"Date":"10/19/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":192,"Cost":141,"Date":"11/15/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":412,"Cost":229,"Date":"12/8/2021"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":311,"Cost":274,"Date":"1/8/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":741,"Cost":512,"Date":"1/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":709,"Cost":612,"Date":"1/19/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":428,"Date":"1/28/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":815,"Date":"1/31/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":630,"Cost":587,"Date":"3/27/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":699,"Cost":475,"Date":"4/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":132,"Cost":105,"Date":"4/24/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":439,"Cost":243,"Date":"4/28/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":80,"Date":"5/15/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":765,"Cost":708,"Date":"5/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":215,"Date":"5/18/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":911,"Cost":606,"Date":"6/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":147,"Date":"6/3/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":151,"Date":"6/5/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":883,"Cost":838,"Date":"6/7/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":423,"Cost":374,"Date":"6/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":422,"Cost":263,"Date":"6/20/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":173,"Date":"6/24/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":4,"Date":"7/4/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":613,"Cost":580,"Date":"7/9/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":22,"Cost":13,"Date":"7/12/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":332,"Cost":273,"Date":"8/14/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":265,"Date":"8/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":488,"Date":"8/23/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":139,"Date":"9/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":275,"Cost":205,"Date":"9/3/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":404,"Cost":323,"Date":"9/16/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":535,"Date":"10/4/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":618,"Cost":368,"Date":"11/1/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":317,"Date":"11/2/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":22,"Date":"12/17/2022"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":469,"Cost":365,"Date":"2/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":671,"Cost":415,"Date":"2/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":649,"Cost":519,"Date":"3/4/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":636,"Date":"3/9/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":730,"Cost":371,"Date":"3/9/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":75,"Cost":41,"Date":"3/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":233,"Cost":183,"Date":"3/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":543,"Cost":362,"Date":"3/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":497,"Cost":355,"Date":"3/23/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":542,"Cost":351,"Date":"4/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":566,"Date":"5/7/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":343,"Date":"5/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":559,"Cost":387,"Date":"5/20/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":611,"Date":"6/2/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":595,"Cost":474,"Date":"6/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":549,"Date":"6/16/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":499,"Cost":279,"Date":"6/16/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":114,"Cost":83,"Date":"7/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":681,"Cost":619,"Date":"7/11/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":724,"Cost":471,"Date":"8/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":911,"Cost":772,"Date":"8/29/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":214,"Date":"8/31/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":35,"Cost":22,"Date":"9/8/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":533,"Date":"9/13/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":78,"Date":"9/14/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":980,"Cost":517,"Date":"9/19/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":187,"Date":"9/25/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":908,"Cost":494,"Date":"10/4/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":417,"Cost":301,"Date":"10/10/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":394,"Cost":358,"Date":"10/17/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":320,"Cost":270,"Date":"10/28/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":77,"Cost":69,"Date":"10/30/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":793,"Cost":692,"Date":"11/1/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":504,"Cost":322,"Date":"11/15/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":149,"Date":"11/25/2023"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":912,"Cost":524,"Date":"1/10/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":282,"Date":"1/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":620,"Cost":570,"Date":"1/20/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":91,"Cost":51,"Date":"2/8/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":663,"Cost":444,"Date":"2/25/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":88,"Date":"3/7/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":495,"Date":"3/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":423,"Cost":236,"Date":"3/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":54,"Cost":38,"Date":"4/5/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":764,"Date":"4/14/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":136,"Cost":127,"Date":"5/3/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":492,"Cost":331,"Date":"5/9/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":989,"Cost":654,"Date":"5/15/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":265,"Date":"5/25/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":707,"Cost":644,"Date":"5/26/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":76,"Cost":48,"Date":"5/31/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":891,"Cost":547,"Date":"7/27/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":586,"Date":"9/17/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":499,"Date":"10/6/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":704,"Date":"10/8/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":839,"Date":"10/26/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":366,"Cost":267,"Date":"11/16/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":230,"Cost":115,"Date":"11/18/2024"},{"Store":"Indooroopilly Shopping Centre, Brisbane","Brand":"Sellpy","Country":"Australia","Sale":269,"Cost":174,"Date":"12/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":400,"Cost":272,"Date":"2/9/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":795,"Cost":432,"Date":"2/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":992,"Cost":936,"Date":"3/10/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":274,"Date":"3/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":340,"Date":"3/18/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":817,"Cost":534,"Date":"3/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":389,"Date":"3/26/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":883,"Cost":502,"Date":"6/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":135,"Cost":88,"Date":"6/10/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":164,"Cost":91,"Date":"6/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":884,"Cost":672,"Date":"6/25/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":192,"Cost":159,"Date":"7/19/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":64,"Cost":50,"Date":"7/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":92,"Cost":85,"Date":"7/25/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":789,"Date":"8/4/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":447,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":828,"Cost":688,"Date":"9/4/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":357,"Cost":198,"Date":"9/19/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":498,"Cost":346,"Date":"9/29/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":350,"Date":"10/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":496,"Cost":281,"Date":"10/15/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":230,"Date":"10/30/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":99,"Date":"11/9/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":551,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":314,"Cost":231,"Date":"11/30/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":681,"Date":"12/8/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":415,"Cost":345,"Date":"12/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":99,"Date":"1/15/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":528,"Cost":494,"Date":"1/24/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":941,"Cost":635,"Date":"2/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":305,"Cost":227,"Date":"2/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":520,"Date":"3/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":492,"Date":"3/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":517,"Date":"4/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":595,"Cost":357,"Date":"5/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":563,"Date":"5/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":768,"Date":"6/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":541,"Date":"6/26/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":64,"Cost":61,"Date":"7/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":966,"Cost":534,"Date":"7/13/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":304,"Cost":289,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":493,"Date":"8/26/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":21,"Date":"9/2/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":5,"Cost":2,"Date":"9/29/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":303,"Date":"10/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":599,"Cost":499,"Date":"11/2/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":814,"Cost":628,"Date":"11/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":613,"Date":"11/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":436,"Cost":317,"Date":"12/1/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":869,"Cost":581,"Date":"12/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":880,"Cost":580,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":659,"Cost":600,"Date":"12/18/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":440,"Date":"12/20/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":7,"Cost":6,"Date":"12/20/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":449,"Cost":359,"Date":"12/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":547,"Cost":447,"Date":"1/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":362,"Date":"2/5/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":728,"Date":"2/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":149,"Cost":97,"Date":"2/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":434,"Cost":243,"Date":"2/18/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":614,"Cost":541,"Date":"2/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":531,"Cost":451,"Date":"2/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":96,"Cost":85,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":722,"Date":"4/2/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":109,"Cost":95,"Date":"4/3/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":820,"Cost":725,"Date":"4/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":359,"Cost":291,"Date":"4/10/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":335,"Date":"4/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":592,"Date":"5/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":878,"Cost":593,"Date":"5/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":364,"Cost":324,"Date":"6/20/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":278,"Date":"7/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":835,"Cost":589,"Date":"7/4/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":207,"Cost":195,"Date":"7/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":541,"Cost":423,"Date":"7/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":25,"Date":"7/14/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":98,"Date":"7/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":443,"Date":"8/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":458,"Date":"8/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":149,"Cost":108,"Date":"8/7/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":125,"Date":"8/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":259,"Date":"8/31/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":766,"Cost":565,"Date":"9/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":173,"Date":"9/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":433,"Cost":381,"Date":"9/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":89,"Cost":70,"Date":"9/29/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":283,"Date":"11/7/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":152,"Cost":109,"Date":"11/26/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":457,"Cost":317,"Date":"11/27/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":576,"Date":"12/5/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":758,"Cost":649,"Date":"12/26/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":519,"Cost":338,"Date":"12/31/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":676,"Cost":566,"Date":"1/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":406,"Cost":373,"Date":"2/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":103,"Date":"2/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":308,"Date":"2/27/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":637,"Cost":418,"Date":"3/1/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":988,"Cost":701,"Date":"3/1/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":401,"Cost":361,"Date":"3/19/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":435,"Cost":280,"Date":"3/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":316,"Date":"5/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":339,"Cost":319,"Date":"7/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":8,"Date":"8/5/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":694,"Cost":537,"Date":"8/12/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":445,"Cost":329,"Date":"8/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":712,"Cost":675,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":884,"Cost":707,"Date":"9/3/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":507,"Date":"9/5/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":734,"Cost":687,"Date":"10/6/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":978,"Cost":545,"Date":"10/19/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":227,"Date":"11/15/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":568,"Cost":510,"Date":"12/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":518,"Date":"1/8/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":231,"Date":"1/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":391,"Cost":326,"Date":"1/19/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":572,"Cost":494,"Date":"1/28/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":458,"Cost":236,"Date":"1/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":803,"Cost":418,"Date":"3/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":527,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":765,"Cost":398,"Date":"4/24/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":603,"Date":"4/28/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":20,"Cost":19,"Date":"5/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":651,"Cost":532,"Date":"5/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":648,"Date":"5/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":678,"Cost":603,"Date":"6/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":267,"Date":"6/3/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":858,"Cost":429,"Date":"6/5/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":366,"Date":"6/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":281,"Date":"6/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":62,"Date":"6/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":720,"Date":"6/24/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":751,"Date":"7/4/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":777,"Cost":543,"Date":"7/9/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":99,"Cost":62,"Date":"7/12/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":565,"Cost":533,"Date":"8/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":97,"Cost":49,"Date":"8/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":454,"Date":"8/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":202,"Cost":172,"Date":"9/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":149,"Date":"9/3/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":594,"Cost":390,"Date":"9/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":725,"Cost":478,"Date":"10/4/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":368,"Cost":228,"Date":"11/1/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":300,"Date":"11/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":452,"Date":"12/17/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":459,"Date":"2/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":419,"Date":"2/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":962,"Cost":503,"Date":"3/4/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":383,"Date":"3/9/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":170,"Cost":123,"Date":"3/9/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":86,"Cost":54,"Date":"3/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":687,"Date":"3/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":819,"Cost":485,"Date":"3/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":642,"Cost":523,"Date":"3/23/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":407,"Date":"4/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":511,"Cost":449,"Date":"5/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":286,"Date":"5/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":701,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":794,"Date":"6/2/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":579,"Date":"6/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":84,"Date":"6/16/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":457,"Date":"6/16/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":380,"Cost":236,"Date":"7/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":199,"Date":"7/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":462,"Cost":386,"Date":"8/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":469,"Cost":397,"Date":"8/29/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":534,"Date":"8/31/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":37,"Date":"9/8/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":572,"Cost":391,"Date":"9/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":219,"Date":"9/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":883,"Cost":659,"Date":"9/19/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":427,"Cost":354,"Date":"9/25/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":515,"Date":"10/4/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":619,"Cost":356,"Date":"10/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":412,"Date":"10/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":730,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":743,"Cost":445,"Date":"10/30/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":755,"Cost":484,"Date":"11/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":764,"Cost":479,"Date":"11/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":437,"Date":"11/25/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":895,"Cost":522,"Date":"1/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":5,"Date":"1/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":535,"Date":"1/20/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":164,"Date":"2/8/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":268,"Date":"2/25/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":119,"Date":"3/7/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":69,"Cost":60,"Date":"3/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":868,"Cost":596,"Date":"3/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":479,"Date":"4/5/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":239,"Date":"4/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":959,"Cost":715,"Date":"5/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":138,"Date":"5/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":91,"Date":"5/15/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":237,"Cost":179,"Date":"5/25/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":969,"Cost":882,"Date":"5/26/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":814,"Cost":599,"Date":"5/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":565,"Date":"7/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":280,"Date":"9/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":578,"Cost":505,"Date":"10/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":189,"Date":"10/8/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":463,"Date":"10/26/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":391,"Date":"11/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":604,"Date":"11/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":320,"Date":"12/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":14,"Date":"2/9/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":854,"Cost":576,"Date":"2/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":317,"Date":"3/10/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":462,"Date":"3/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":58,"Date":"3/18/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":859,"Cost":750,"Date":"3/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":998,"Cost":735,"Date":"3/26/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":88,"Cost":56,"Date":"6/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":914,"Cost":740,"Date":"6/10/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":998,"Cost":840,"Date":"6/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":231,"Cost":119,"Date":"6/25/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":693,"Cost":476,"Date":"7/19/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":370,"Cost":298,"Date":"7/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":51,"Date":"7/25/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":708,"Cost":568,"Date":"8/4/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":149,"Cost":132,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":409,"Cost":308,"Date":"9/4/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":995,"Cost":779,"Date":"9/19/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":510,"Cost":470,"Date":"9/29/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":679,"Date":"10/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":563,"Date":"10/15/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":473,"Date":"10/30/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":535,"Cost":493,"Date":"11/9/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":419,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":840,"Cost":792,"Date":"11/30/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":780,"Cost":431,"Date":"12/8/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":491,"Cost":410,"Date":"12/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":54,"Cost":41,"Date":"1/15/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":412,"Cost":332,"Date":"1/24/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":547,"Date":"2/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":172,"Cost":137,"Date":"2/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":368,"Date":"3/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":799,"Cost":600,"Date":"3/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":407,"Date":"4/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":151,"Date":"5/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":378,"Date":"5/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":523,"Date":"6/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":364,"Date":"6/26/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":514,"Cost":372,"Date":"7/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":303,"Date":"7/13/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":281,"Cost":189,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":852,"Cost":494,"Date":"8/26/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":585,"Cost":306,"Date":"9/2/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":140,"Date":"9/29/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":598,"Date":"10/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":565,"Date":"11/2/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":272,"Cost":177,"Date":"11/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":116,"Date":"11/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":658,"Cost":581,"Date":"12/1/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":910,"Cost":525,"Date":"12/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":495,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":731,"Cost":415,"Date":"12/18/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":378,"Date":"12/20/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":730,"Cost":577,"Date":"12/20/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":187,"Cost":118,"Date":"12/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":250,"Date":"1/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":199,"Date":"2/5/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":211,"Cost":162,"Date":"2/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":184,"Date":"2/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":264,"Date":"2/18/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":749,"Cost":575,"Date":"2/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":309,"Cost":177,"Date":"2/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":372,"Cost":240,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":424,"Date":"4/2/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":212,"Date":"4/3/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":575,"Date":"4/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":859,"Date":"4/10/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":423,"Date":"4/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":137,"Cost":91,"Date":"5/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":838,"Date":"5/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":118,"Cost":83,"Date":"6/20/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":827,"Cost":624,"Date":"7/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":106,"Date":"7/4/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":898,"Cost":753,"Date":"7/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":155,"Date":"7/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":631,"Date":"7/14/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":819,"Cost":629,"Date":"7/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":366,"Date":"8/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":537,"Cost":380,"Date":"8/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":293,"Date":"8/7/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":444,"Date":"8/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":211,"Date":"8/31/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":709,"Date":"9/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":797,"Cost":572,"Date":"9/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":793,"Cost":646,"Date":"9/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":424,"Cost":365,"Date":"9/29/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":123,"Cost":115,"Date":"11/7/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":498,"Cost":368,"Date":"11/26/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":306,"Cost":156,"Date":"11/27/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":859,"Cost":764,"Date":"12/5/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":164,"Cost":118,"Date":"12/26/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":249,"Cost":152,"Date":"12/31/2020"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":854,"Cost":631,"Date":"1/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":19,"Date":"2/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":210,"Date":"2/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":366,"Date":"2/27/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":465,"Date":"3/1/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":25,"Date":"3/1/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":312,"Date":"3/19/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":167,"Date":"3/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":542,"Cost":396,"Date":"5/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":742,"Cost":488,"Date":"7/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":294,"Date":"8/5/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":41,"Date":"8/12/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":320,"Cost":200,"Date":"8/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":329,"Cost":298,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":459,"Date":"9/3/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":381,"Cost":332,"Date":"9/5/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":531,"Date":"10/6/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":633,"Cost":319,"Date":"10/19/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":994,"Cost":541,"Date":"11/15/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":834,"Cost":684,"Date":"12/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":67,"Cost":46,"Date":"1/8/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":699,"Cost":634,"Date":"1/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":157,"Date":"1/19/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":74,"Cost":62,"Date":"1/28/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":913,"Cost":670,"Date":"1/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":202,"Date":"3/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":111,"Cost":106,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":861,"Cost":575,"Date":"4/24/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":895,"Cost":835,"Date":"4/28/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":881,"Cost":759,"Date":"5/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":568,"Date":"5/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":437,"Date":"5/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":867,"Date":"6/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":22,"Date":"6/3/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":166,"Date":"6/5/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":772,"Cost":552,"Date":"6/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":463,"Date":"6/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":709,"Cost":631,"Date":"6/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":613,"Cost":542,"Date":"6/24/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":791,"Cost":648,"Date":"7/4/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":557,"Cost":355,"Date":"7/9/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":107,"Date":"7/12/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":599,"Date":"8/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":791,"Cost":558,"Date":"8/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":341,"Cost":224,"Date":"8/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":515,"Cost":289,"Date":"9/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":498,"Cost":275,"Date":"9/3/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":614,"Cost":542,"Date":"9/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":535,"Cost":338,"Date":"10/4/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":919,"Cost":565,"Date":"11/1/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":486,"Cost":253,"Date":"11/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":762,"Cost":479,"Date":"12/17/2022"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":236,"Date":"2/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":588,"Cost":443,"Date":"2/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":30,"Date":"3/4/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":352,"Date":"3/9/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":822,"Date":"3/9/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":974,"Cost":539,"Date":"3/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":491,"Cost":417,"Date":"3/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":640,"Cost":592,"Date":"3/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":878,"Cost":474,"Date":"3/23/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":389,"Cost":360,"Date":"4/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":148,"Date":"5/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":705,"Cost":442,"Date":"5/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":632,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":946,"Cost":729,"Date":"6/2/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":436,"Date":"6/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":237,"Cost":225,"Date":"6/16/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":157,"Cost":132,"Date":"6/16/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":250,"Cost":166,"Date":"7/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":792,"Cost":744,"Date":"7/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":219,"Cost":126,"Date":"8/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":23,"Cost":12,"Date":"8/29/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":54,"Cost":48,"Date":"8/31/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":57,"Cost":40,"Date":"9/8/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":893,"Cost":704,"Date":"9/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":906,"Date":"9/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":135,"Date":"9/19/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":129,"Cost":117,"Date":"9/25/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":19,"Date":"10/4/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":354,"Date":"10/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":789,"Cost":707,"Date":"10/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":805,"Cost":593,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":163,"Cost":131,"Date":"10/30/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":557,"Cost":300,"Date":"11/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":403,"Cost":377,"Date":"11/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":766,"Cost":496,"Date":"11/25/2023"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":509,"Date":"1/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":582,"Cost":465,"Date":"1/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":868,"Cost":546,"Date":"1/20/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":695,"Date":"2/8/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":491,"Date":"2/25/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":172,"Date":"3/7/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":444,"Cost":391,"Date":"3/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":14,"Date":"3/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":445,"Date":"4/5/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":176,"Cost":149,"Date":"4/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":786,"Cost":646,"Date":"5/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":10,"Date":"5/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":160,"Date":"5/15/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":797,"Cost":603,"Date":"5/25/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":902,"Cost":640,"Date":"5/26/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":514,"Cost":343,"Date":"5/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":505,"Date":"7/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":486,"Date":"9/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":109,"Cost":85,"Date":"10/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":146,"Cost":119,"Date":"10/8/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":598,"Cost":311,"Date":"10/26/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":928,"Cost":709,"Date":"11/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":734,"Cost":652,"Date":"11/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"HM Home","Country":"Australia","Sale":510,"Cost":399,"Date":"12/1/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":333,"Cost":169,"Date":"2/9/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":244,"Cost":210,"Date":"2/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":783,"Cost":413,"Date":"3/10/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":462,"Cost":276,"Date":"3/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":242,"Date":"3/18/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":735,"Cost":488,"Date":"3/20/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":228,"Cost":131,"Date":"3/26/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":951,"Cost":516,"Date":"6/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":799,"Cost":553,"Date":"6/10/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":772,"Cost":709,"Date":"6/16/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":915,"Cost":491,"Date":"6/25/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":168,"Cost":152,"Date":"7/19/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":717,"Cost":506,"Date":"7/21/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":719,"Date":"7/25/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":177,"Cost":166,"Date":"8/4/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":426,"Date":"9/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":845,"Cost":574,"Date":"9/4/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":266,"Date":"9/19/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":139,"Date":"9/29/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":287,"Date":"10/2/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":524,"Cost":405,"Date":"10/15/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":654,"Cost":468,"Date":"10/30/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":249,"Cost":126,"Date":"11/9/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":328,"Date":"11/23/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":370,"Date":"11/30/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":53,"Cost":28,"Date":"12/8/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":454,"Date":"12/11/2018"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":679,"Cost":446,"Date":"1/15/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":492,"Cost":372,"Date":"1/24/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":118,"Cost":105,"Date":"2/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":839,"Cost":467,"Date":"2/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":265,"Cost":135,"Date":"3/9/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":232,"Date":"3/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":415,"Cost":295,"Date":"4/19/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":530,"Cost":397,"Date":"5/3/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":543,"Cost":492,"Date":"5/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":510,"Date":"6/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":575,"Cost":469,"Date":"6/26/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":971,"Cost":562,"Date":"7/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":130,"Cost":109,"Date":"7/13/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":723,"Cost":654,"Date":"8/8/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":342,"Cost":171,"Date":"8/26/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":818,"Cost":643,"Date":"9/2/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":245,"Date":"9/29/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":123,"Cost":67,"Date":"10/12/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":154,"Date":"11/2/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":403,"Cost":236,"Date":"11/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":391,"Date":"11/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":314,"Date":"12/1/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":685,"Cost":414,"Date":"12/4/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":94,"Date":"12/7/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":930,"Cost":484,"Date":"12/18/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":607,"Cost":419,"Date":"12/20/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":234,"Cost":207,"Date":"12/20/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":84,"Cost":55,"Date":"12/21/2019"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":221,"Cost":176,"Date":"1/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":52,"Date":"2/5/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":252,"Cost":196,"Date":"2/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":734,"Cost":507,"Date":"2/16/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":274,"Cost":229,"Date":"2/18/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":350,"Cost":320,"Date":"2/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":317,"Cost":290,"Date":"2/25/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":625,"Date":"3/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":709,"Cost":451,"Date":"4/2/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":774,"Cost":442,"Date":"4/3/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":148,"Date":"4/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":55,"Date":"4/10/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":71,"Date":"4/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":815,"Cost":603,"Date":"5/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":485,"Cost":307,"Date":"5/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":121,"Date":"6/20/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":183,"Cost":108,"Date":"7/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":624,"Cost":584,"Date":"7/4/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":346,"Date":"7/8/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":186,"Cost":100,"Date":"7/9/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":39,"Cost":28,"Date":"7/14/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":893,"Cost":542,"Date":"7/19/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":679,"Date":"8/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":832,"Cost":789,"Date":"8/6/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":129,"Cost":67,"Date":"8/7/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":671,"Date":"8/22/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":272,"Cost":147,"Date":"8/31/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":830,"Cost":631,"Date":"9/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":821,"Cost":618,"Date":"9/1/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":440,"Cost":285,"Date":"9/17/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":204,"Cost":173,"Date":"9/29/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":955,"Cost":649,"Date":"11/7/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":982,"Cost":717,"Date":"11/26/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":400,"Date":"11/27/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":861,"Date":"12/5/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":647,"Date":"12/26/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":964,"Cost":640,"Date":"12/31/2020"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":418,"Cost":315,"Date":"1/20/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":126,"Cost":105,"Date":"2/2/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":699,"Cost":574,"Date":"2/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":879,"Cost":751,"Date":"2/27/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":25,"Date":"3/1/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":344,"Cost":293,"Date":"3/1/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":542,"Date":"3/19/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":562,"Date":"3/28/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":789,"Cost":654,"Date":"5/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":495,"Date":"7/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":358,"Cost":261,"Date":"8/5/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":378,"Cost":210,"Date":"8/12/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":678,"Cost":538,"Date":"8/21/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":223,"Cost":112,"Date":"8/23/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":800,"Cost":560,"Date":"9/3/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":365,"Date":"9/5/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":164,"Date":"10/6/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":462,"Cost":391,"Date":"10/19/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":22,"Date":"11/15/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":59,"Date":"12/8/2021"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":541,"Cost":395,"Date":"1/8/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":630,"Cost":429,"Date":"1/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":982,"Cost":586,"Date":"1/19/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":560,"Cost":493,"Date":"1/28/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":470,"Date":"1/31/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":138,"Date":"3/27/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":247,"Cost":177,"Date":"4/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":419,"Date":"4/24/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":656,"Cost":426,"Date":"4/28/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":508,"Cost":412,"Date":"5/15/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":728,"Cost":370,"Date":"5/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":553,"Date":"5/18/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":398,"Date":"6/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":620,"Date":"6/3/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":192,"Date":"6/5/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":155,"Cost":140,"Date":"6/7/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":180,"Date":"6/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":249,"Date":"6/20/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":870,"Cost":571,"Date":"6/24/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":50,"Date":"7/4/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":217,"Cost":133,"Date":"7/9/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":269,"Cost":201,"Date":"7/12/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":707,"Cost":394,"Date":"8/14/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":403,"Date":"8/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":987,"Cost":879,"Date":"8/23/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":215,"Cost":115,"Date":"9/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":44,"Cost":32,"Date":"9/3/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":213,"Cost":116,"Date":"9/16/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":316,"Cost":218,"Date":"10/4/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":154,"Cost":99,"Date":"11/1/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":871,"Cost":751,"Date":"11/2/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":175,"Cost":119,"Date":"12/17/2022"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":230,"Date":"2/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":339,"Cost":279,"Date":"2/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":116,"Date":"3/4/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":54,"Cost":44,"Date":"3/9/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":874,"Date":"3/9/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":717,"Cost":383,"Date":"3/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":600,"Cost":556,"Date":"3/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":73,"Cost":48,"Date":"3/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":663,"Cost":453,"Date":"3/23/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":60,"Date":"4/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":570,"Cost":369,"Date":"5/7/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":629,"Date":"5/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":210,"Cost":188,"Date":"5/20/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":724,"Cost":585,"Date":"6/2/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":149,"Date":"6/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":134,"Cost":95,"Date":"6/16/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":912,"Cost":530,"Date":"6/16/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":456,"Cost":264,"Date":"7/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":245,"Cost":201,"Date":"7/11/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":116,"Date":"8/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":993,"Cost":825,"Date":"8/29/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":437,"Cost":364,"Date":"8/31/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":201,"Date":"9/8/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":191,"Date":"9/13/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":267,"Cost":138,"Date":"9/14/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":489,"Cost":452,"Date":"9/19/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":784,"Cost":659,"Date":"9/25/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":805,"Cost":431,"Date":"10/4/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":62,"Cost":32,"Date":"10/10/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":162,"Date":"10/17/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":431,"Date":"10/28/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":479,"Cost":404,"Date":"10/30/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":106,"Cost":58,"Date":"11/1/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":835,"Cost":692,"Date":"11/15/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":709,"Cost":371,"Date":"11/25/2023"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":260,"Date":"1/10/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":435,"Cost":329,"Date":"1/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":706,"Date":"1/20/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":407,"Date":"2/8/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":328,"Cost":294,"Date":"2/25/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":736,"Cost":687,"Date":"3/7/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":11,"Date":"3/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":943,"Cost":811,"Date":"3/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":644,"Cost":489,"Date":"4/5/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":768,"Cost":534,"Date":"4/14/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":331,"Date":"5/3/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":384,"Cost":230,"Date":"5/9/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":625,"Cost":445,"Date":"5/15/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":757,"Cost":682,"Date":"5/25/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":881,"Cost":824,"Date":"5/26/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":324,"Cost":196,"Date":"5/31/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":364,"Date":"7/27/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":473,"Cost":383,"Date":"9/17/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":220,"Cost":167,"Date":"10/6/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":109,"Cost":95,"Date":"10/8/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":692,"Cost":597,"Date":"10/26/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":124,"Cost":105,"Date":"11/16/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":388,"Cost":331,"Date":"11/18/2024"},{"Store":"Westfield Carousel, Perth","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":11,"Date":"12/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":183,"Cost":147,"Date":"2/9/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":244,"Cost":226,"Date":"2/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":312,"Date":"3/10/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":757,"Cost":509,"Date":"3/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":712,"Cost":537,"Date":"3/18/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":250,"Date":"3/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":758,"Cost":391,"Date":"3/26/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":231,"Cost":121,"Date":"6/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":94,"Cost":78,"Date":"6/10/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":868,"Cost":517,"Date":"6/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":429,"Cost":219,"Date":"6/25/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":833,"Cost":626,"Date":"7/19/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":170,"Date":"7/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":678,"Cost":467,"Date":"7/25/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":504,"Date":"8/4/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":644,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":91,"Cost":81,"Date":"9/4/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":40,"Date":"9/19/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":643,"Cost":347,"Date":"9/29/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":950,"Cost":654,"Date":"10/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":398,"Cost":282,"Date":"10/15/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":732,"Cost":617,"Date":"10/30/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":367,"Date":"11/9/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":475,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":757,"Cost":634,"Date":"11/30/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":181,"Cost":155,"Date":"12/8/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":387,"Date":"12/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":811,"Date":"1/15/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":375,"Cost":203,"Date":"1/24/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":116,"Cost":65,"Date":"2/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":149,"Cost":80,"Date":"2/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":748,"Date":"3/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":561,"Cost":380,"Date":"3/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":739,"Date":"4/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":333,"Cost":313,"Date":"5/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":651,"Date":"5/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":505,"Cost":353,"Date":"6/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":386,"Date":"6/26/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":899,"Cost":785,"Date":"7/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":641,"Cost":333,"Date":"7/13/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":231,"Cost":173,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":23,"Cost":21,"Date":"8/26/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":744,"Date":"9/2/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":104,"Date":"9/29/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":818,"Cost":748,"Date":"10/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":561,"Cost":409,"Date":"11/2/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":151,"Cost":128,"Date":"11/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":132,"Date":"11/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":17,"Date":"12/1/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":908,"Cost":792,"Date":"12/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":843,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":351,"Date":"12/18/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":130,"Cost":118,"Date":"12/20/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":314,"Date":"12/20/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":171,"Cost":88,"Date":"12/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":188,"Date":"1/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":327,"Date":"2/5/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":570,"Date":"2/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":198,"Date":"2/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":725,"Cost":588,"Date":"2/18/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":643,"Cost":365,"Date":"2/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":423,"Cost":240,"Date":"2/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":537,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":24,"Date":"4/2/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":115,"Date":"4/3/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":306,"Date":"4/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":446,"Cost":279,"Date":"4/10/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":91,"Date":"4/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":530,"Date":"5/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":665,"Date":"5/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":436,"Cost":326,"Date":"6/20/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":413,"Cost":300,"Date":"7/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":531,"Cost":378,"Date":"7/4/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":239,"Cost":202,"Date":"7/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":786,"Date":"7/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":452,"Date":"7/14/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":904,"Cost":829,"Date":"7/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":496,"Date":"8/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":266,"Date":"8/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":365,"Cost":188,"Date":"8/7/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":238,"Date":"8/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":288,"Date":"8/31/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":336,"Date":"9/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":146,"Date":"9/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":96,"Cost":52,"Date":"9/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":299,"Date":"9/29/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":398,"Date":"11/7/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":683,"Date":"11/26/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":556,"Date":"11/27/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":476,"Cost":325,"Date":"12/5/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":271,"Date":"12/26/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":961,"Cost":502,"Date":"12/31/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":558,"Cost":343,"Date":"1/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":727,"Date":"2/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":969,"Cost":600,"Date":"2/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":161,"Cost":97,"Date":"2/27/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":172,"Cost":118,"Date":"3/1/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":219,"Date":"3/1/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":348,"Date":"3/19/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":429,"Date":"3/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":312,"Cost":206,"Date":"5/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":565,"Cost":513,"Date":"7/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":205,"Date":"8/5/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":236,"Cost":153,"Date":"8/12/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":208,"Date":"8/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":160,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":541,"Cost":283,"Date":"9/3/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":300,"Cost":186,"Date":"9/5/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":574,"Date":"10/6/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":359,"Cost":184,"Date":"10/19/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":752,"Cost":606,"Date":"11/15/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":551,"Cost":515,"Date":"12/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":503,"Cost":265,"Date":"1/8/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":304,"Cost":235,"Date":"1/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":234,"Cost":213,"Date":"1/19/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":146,"Date":"1/28/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":712,"Cost":551,"Date":"1/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":775,"Cost":492,"Date":"3/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":63,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":114,"Date":"4/24/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":281,"Cost":232,"Date":"4/28/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":894,"Cost":850,"Date":"5/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":422,"Date":"5/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":36,"Date":"5/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":207,"Cost":156,"Date":"6/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":8,"Date":"6/3/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":92,"Cost":65,"Date":"6/5/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":223,"Date":"6/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":593,"Cost":443,"Date":"6/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":507,"Cost":466,"Date":"6/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":7,"Date":"6/24/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":283,"Date":"7/4/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":182,"Date":"7/9/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":206,"Date":"7/12/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":415,"Date":"8/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":625,"Date":"8/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":186,"Cost":147,"Date":"8/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":486,"Cost":427,"Date":"9/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":348,"Date":"9/3/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":747,"Cost":693,"Date":"9/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":288,"Date":"10/4/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":585,"Cost":320,"Date":"11/1/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":106,"Cost":100,"Date":"11/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":502,"Cost":377,"Date":"12/17/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":231,"Cost":211,"Date":"2/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":942,"Cost":694,"Date":"2/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":755,"Cost":416,"Date":"3/4/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":355,"Cost":191,"Date":"3/9/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":969,"Cost":536,"Date":"3/9/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":287,"Date":"3/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":150,"Cost":138,"Date":"3/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":942,"Cost":537,"Date":"3/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":662,"Cost":530,"Date":"3/23/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":531,"Date":"4/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":535,"Date":"5/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":252,"Cost":145,"Date":"5/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":49,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":316,"Cost":161,"Date":"6/2/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":596,"Cost":409,"Date":"6/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":231,"Cost":152,"Date":"6/16/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":361,"Cost":196,"Date":"6/16/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":774,"Cost":398,"Date":"7/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":556,"Cost":285,"Date":"7/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":36,"Cost":34,"Date":"8/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":23,"Cost":12,"Date":"8/29/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":937,"Cost":592,"Date":"8/31/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":92,"Date":"9/8/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":406,"Cost":332,"Date":"9/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":596,"Cost":299,"Date":"9/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":720,"Cost":542,"Date":"9/19/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":613,"Cost":397,"Date":"9/25/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":988,"Cost":815,"Date":"10/4/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":687,"Cost":369,"Date":"10/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":257,"Cost":192,"Date":"10/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":725,"Cost":437,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":393,"Cost":337,"Date":"10/30/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":163,"Date":"11/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":423,"Cost":397,"Date":"11/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":261,"Date":"11/25/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":913,"Cost":475,"Date":"1/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":597,"Cost":557,"Date":"1/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":541,"Date":"1/20/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":808,"Cost":408,"Date":"2/8/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":604,"Date":"2/25/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":226,"Date":"3/7/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":468,"Cost":317,"Date":"3/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":552,"Date":"3/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":453,"Cost":235,"Date":"4/5/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":349,"Cost":175,"Date":"4/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":146,"Date":"5/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":405,"Cost":325,"Date":"5/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":68,"Date":"5/15/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":414,"Date":"5/25/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":506,"Date":"5/26/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":20,"Date":"5/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":440,"Cost":396,"Date":"7/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":525,"Cost":276,"Date":"9/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":581,"Cost":547,"Date":"10/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":707,"Cost":441,"Date":"10/8/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":469,"Date":"10/26/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":372,"Date":"11/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":245,"Date":"11/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":22,"Date":"12/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":963,"Cost":817,"Date":"2/9/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":110,"Cost":60,"Date":"2/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":70,"Cost":40,"Date":"3/10/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":332,"Date":"3/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":101,"Cost":92,"Date":"3/18/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":198,"Date":"3/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":289,"Cost":222,"Date":"3/26/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":299,"Cost":252,"Date":"6/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":532,"Cost":273,"Date":"6/10/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":371,"Cost":328,"Date":"6/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":894,"Cost":824,"Date":"6/25/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":403,"Cost":202,"Date":"7/19/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":341,"Cost":220,"Date":"7/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":863,"Cost":609,"Date":"7/25/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":475,"Cost":303,"Date":"8/4/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":588,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":402,"Cost":278,"Date":"9/4/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":323,"Cost":182,"Date":"9/19/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":473,"Date":"9/29/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":532,"Cost":275,"Date":"10/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":173,"Cost":152,"Date":"10/15/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":824,"Cost":702,"Date":"10/30/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":660,"Date":"11/9/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":384,"Cost":335,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":255,"Cost":219,"Date":"11/30/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":881,"Date":"12/8/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":367,"Cost":217,"Date":"12/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":406,"Date":"1/15/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":980,"Cost":666,"Date":"1/24/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":180,"Cost":141,"Date":"2/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":976,"Cost":518,"Date":"2/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":470,"Cost":421,"Date":"3/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":490,"Date":"3/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":45,"Cost":32,"Date":"4/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":325,"Date":"5/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":103,"Cost":97,"Date":"5/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":839,"Cost":650,"Date":"6/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":287,"Date":"6/26/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":334,"Date":"7/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":699,"Cost":649,"Date":"7/13/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":378,"Cost":267,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":768,"Date":"8/26/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":585,"Cost":483,"Date":"9/2/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":58,"Date":"9/29/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":731,"Cost":409,"Date":"10/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":460,"Date":"11/2/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":279,"Cost":241,"Date":"11/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":383,"Cost":252,"Date":"11/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":495,"Cost":438,"Date":"12/1/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":343,"Cost":255,"Date":"12/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":362,"Cost":286,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":104,"Cost":78,"Date":"12/18/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":678,"Cost":472,"Date":"12/20/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":45,"Cost":29,"Date":"12/20/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":785,"Cost":530,"Date":"12/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":257,"Date":"1/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":120,"Cost":107,"Date":"2/5/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":952,"Cost":620,"Date":"2/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":828,"Cost":514,"Date":"2/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":82,"Date":"2/18/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":492,"Date":"2/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":688,"Cost":586,"Date":"2/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":437,"Cost":271,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":344,"Date":"4/2/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":299,"Date":"4/3/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":537,"Cost":503,"Date":"4/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":486,"Date":"4/10/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":298,"Date":"4/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":426,"Cost":213,"Date":"5/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":762,"Cost":562,"Date":"5/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":264,"Date":"6/20/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":734,"Cost":414,"Date":"7/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":602,"Date":"7/4/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":491,"Cost":292,"Date":"7/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":740,"Cost":640,"Date":"7/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":833,"Cost":450,"Date":"7/14/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":758,"Cost":508,"Date":"7/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":566,"Cost":338,"Date":"8/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":31,"Cost":29,"Date":"8/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":805,"Cost":418,"Date":"8/7/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":760,"Cost":403,"Date":"8/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":203,"Date":"8/31/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":838,"Cost":764,"Date":"9/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":49,"Cost":33,"Date":"9/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":720,"Cost":553,"Date":"9/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":968,"Cost":680,"Date":"9/29/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":335,"Date":"11/7/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":11,"Cost":5,"Date":"11/26/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":58,"Cost":46,"Date":"11/27/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":970,"Cost":770,"Date":"12/5/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":221,"Cost":122,"Date":"12/26/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":192,"Cost":168,"Date":"12/31/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":365,"Date":"1/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":108,"Cost":91,"Date":"2/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":544,"Date":"2/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":873,"Cost":628,"Date":"2/27/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":221,"Cost":158,"Date":"3/1/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":527,"Cost":396,"Date":"3/1/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":517,"Cost":397,"Date":"3/19/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":772,"Cost":659,"Date":"3/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":124,"Date":"5/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":386,"Date":"7/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":103,"Cost":84,"Date":"8/5/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":157,"Date":"8/12/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":266,"Cost":138,"Date":"8/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":219,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":134,"Cost":114,"Date":"9/3/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":947,"Cost":763,"Date":"9/5/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":712,"Cost":583,"Date":"10/6/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":623,"Cost":592,"Date":"10/19/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":945,"Cost":651,"Date":"11/15/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":322,"Date":"12/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":195,"Cost":106,"Date":"1/8/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":737,"Cost":455,"Date":"1/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":806,"Cost":653,"Date":"1/19/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":446,"Cost":258,"Date":"1/28/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":437,"Date":"1/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":759,"Cost":650,"Date":"3/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":945,"Cost":829,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":500,"Cost":438,"Date":"4/24/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":363,"Cost":264,"Date":"4/28/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":826,"Cost":427,"Date":"5/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":115,"Date":"5/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":879,"Cost":647,"Date":"5/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":101,"Cost":83,"Date":"6/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":540,"Date":"6/3/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":51,"Date":"6/5/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":81,"Date":"6/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":349,"Cost":223,"Date":"6/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":225,"Cost":203,"Date":"6/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":208,"Date":"6/24/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":708,"Cost":435,"Date":"7/4/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":628,"Cost":352,"Date":"7/9/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":159,"Cost":90,"Date":"7/12/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":847,"Cost":452,"Date":"8/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":806,"Cost":680,"Date":"8/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":186,"Cost":154,"Date":"8/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":268,"Date":"9/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":859,"Cost":514,"Date":"9/3/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":6,"Cost":4,"Date":"9/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":482,"Date":"10/4/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":796,"Cost":662,"Date":"11/1/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":448,"Date":"11/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":404,"Date":"12/17/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":880,"Cost":642,"Date":"2/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":86,"Date":"2/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":46,"Cost":41,"Date":"3/4/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":840,"Date":"3/9/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":201,"Cost":142,"Date":"3/9/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":494,"Cost":316,"Date":"3/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":883,"Cost":515,"Date":"3/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":967,"Cost":906,"Date":"3/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":478,"Cost":323,"Date":"3/23/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":747,"Cost":646,"Date":"4/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":744,"Cost":475,"Date":"5/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":251,"Cost":155,"Date":"5/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":135,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":179,"Cost":131,"Date":"6/2/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":453,"Cost":394,"Date":"6/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":19,"Date":"6/16/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":528,"Date":"6/16/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":68,"Date":"7/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":189,"Cost":157,"Date":"7/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":7,"Date":"8/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":565,"Cost":472,"Date":"8/29/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":434,"Cost":224,"Date":"8/31/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":12,"Date":"9/8/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":983,"Cost":551,"Date":"9/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":39,"Cost":21,"Date":"9/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":546,"Cost":312,"Date":"9/19/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":242,"Cost":131,"Date":"9/25/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":44,"Cost":29,"Date":"10/4/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":733,"Date":"10/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":24,"Cost":17,"Date":"10/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":493,"Cost":429,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":117,"Date":"10/30/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":343,"Cost":273,"Date":"11/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":143,"Cost":85,"Date":"11/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":428,"Date":"11/25/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":605,"Date":"1/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":775,"Cost":457,"Date":"1/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":713,"Cost":619,"Date":"1/20/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":378,"Cost":268,"Date":"2/8/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":593,"Cost":345,"Date":"2/25/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":750,"Cost":437,"Date":"3/7/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":878,"Cost":609,"Date":"3/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":266,"Cost":194,"Date":"3/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":677,"Date":"4/5/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":124,"Date":"4/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":724,"Cost":491,"Date":"5/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":530,"Date":"5/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":359,"Date":"5/15/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":426,"Date":"5/25/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":754,"Date":"5/26/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":710,"Cost":483,"Date":"5/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":335,"Date":"7/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":201,"Date":"9/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":475,"Cost":315,"Date":"10/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":513,"Cost":376,"Date":"10/8/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":582,"Cost":472,"Date":"10/26/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":100,"Cost":82,"Date":"11/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":321,"Date":"11/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"ARKET","Country":"Australia","Sale":762,"Cost":656,"Date":"12/1/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":313,"Date":"2/9/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":633,"Cost":522,"Date":"2/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":133,"Cost":88,"Date":"3/10/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":484,"Cost":341,"Date":"3/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":126,"Cost":99,"Date":"3/18/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":610,"Cost":415,"Date":"3/20/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":772,"Cost":394,"Date":"3/26/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":320,"Cost":227,"Date":"6/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":364,"Cost":279,"Date":"6/10/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":890,"Cost":724,"Date":"6/16/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":537,"Cost":322,"Date":"6/25/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":79,"Date":"7/19/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":551,"Date":"7/21/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":454,"Date":"7/25/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":703,"Cost":369,"Date":"8/4/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":641,"Date":"9/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":212,"Cost":160,"Date":"9/4/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":340,"Cost":317,"Date":"9/19/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":548,"Date":"9/29/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":614,"Cost":469,"Date":"10/2/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":362,"Date":"10/15/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":424,"Cost":345,"Date":"10/30/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":987,"Cost":782,"Date":"11/9/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":701,"Cost":367,"Date":"11/23/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":532,"Cost":399,"Date":"11/30/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":578,"Date":"12/8/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":923,"Cost":760,"Date":"12/11/2018"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":706,"Cost":618,"Date":"1/15/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":106,"Cost":64,"Date":"1/24/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":451,"Date":"2/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":63,"Date":"2/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":544,"Cost":493,"Date":"3/9/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":465,"Cost":242,"Date":"3/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":873,"Cost":710,"Date":"4/19/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":178,"Cost":106,"Date":"5/3/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":782,"Cost":685,"Date":"5/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":683,"Cost":395,"Date":"6/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":699,"Cost":443,"Date":"6/26/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":524,"Cost":471,"Date":"7/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":651,"Cost":542,"Date":"7/13/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":984,"Cost":802,"Date":"8/8/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":13,"Cost":8,"Date":"8/26/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":1,"Cost":1,"Date":"9/2/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":445,"Cost":361,"Date":"9/29/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":238,"Date":"10/12/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":711,"Cost":567,"Date":"11/2/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":878,"Cost":736,"Date":"11/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":512,"Date":"11/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":508,"Date":"12/1/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":334,"Date":"12/4/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":813,"Cost":436,"Date":"12/7/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":481,"Cost":420,"Date":"12/18/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":936,"Cost":630,"Date":"12/20/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":94,"Cost":88,"Date":"12/20/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":295,"Cost":174,"Date":"12/21/2019"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":506,"Date":"1/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":639,"Date":"2/5/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":399,"Date":"2/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":242,"Cost":164,"Date":"2/16/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":379,"Cost":308,"Date":"2/18/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":890,"Cost":815,"Date":"2/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":677,"Cost":612,"Date":"2/25/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":349,"Cost":268,"Date":"3/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":918,"Cost":658,"Date":"4/2/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":869,"Cost":751,"Date":"4/3/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":487,"Cost":404,"Date":"4/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":78,"Date":"4/10/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":961,"Cost":810,"Date":"4/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":566,"Cost":537,"Date":"5/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":81,"Cost":74,"Date":"5/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":148,"Cost":129,"Date":"6/20/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":828,"Cost":585,"Date":"7/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":126,"Date":"7/4/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":339,"Cost":263,"Date":"7/8/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":390,"Date":"7/9/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":483,"Date":"7/14/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":788,"Cost":733,"Date":"7/19/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":637,"Cost":376,"Date":"8/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":457,"Date":"8/6/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":850,"Cost":670,"Date":"8/7/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":840,"Cost":557,"Date":"8/22/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":117,"Cost":69,"Date":"8/31/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":7,"Cost":6,"Date":"9/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":141,"Cost":79,"Date":"9/1/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":521,"Date":"9/17/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":430,"Cost":305,"Date":"9/29/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":325,"Cost":246,"Date":"11/7/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":290,"Date":"11/26/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":28,"Date":"11/27/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":474,"Cost":256,"Date":"12/5/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":485,"Date":"12/26/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":551,"Date":"12/31/2020"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":867,"Cost":792,"Date":"1/20/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":36,"Cost":18,"Date":"2/2/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":49,"Cost":27,"Date":"2/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":12,"Date":"2/27/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":76,"Date":"3/1/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":86,"Cost":76,"Date":"3/1/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":246,"Cost":153,"Date":"3/19/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":145,"Date":"3/28/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":651,"Cost":526,"Date":"5/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":22,"Cost":21,"Date":"7/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":13,"Cost":8,"Date":"8/5/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":608,"Date":"8/12/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":114,"Cost":79,"Date":"8/21/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":779,"Cost":433,"Date":"8/23/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":26,"Date":"9/3/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":718,"Cost":502,"Date":"9/5/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":553,"Cost":462,"Date":"10/6/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":477,"Date":"10/19/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":85,"Date":"11/15/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":188,"Date":"12/8/2021"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":361,"Date":"1/8/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":279,"Date":"1/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":537,"Date":"1/19/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":819,"Cost":427,"Date":"1/28/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":391,"Cost":341,"Date":"1/31/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":349,"Cost":313,"Date":"3/27/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":3,"Cost":2,"Date":"4/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":60,"Cost":53,"Date":"4/24/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":257,"Date":"4/28/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":895,"Cost":547,"Date":"5/15/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":615,"Cost":571,"Date":"5/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":615,"Cost":533,"Date":"5/18/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":784,"Date":"6/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":114,"Date":"6/3/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":816,"Cost":497,"Date":"6/5/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":635,"Date":"6/7/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":158,"Cost":134,"Date":"6/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":918,"Cost":737,"Date":"6/20/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":773,"Cost":500,"Date":"6/24/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":661,"Date":"7/4/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":382,"Cost":279,"Date":"7/9/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":604,"Cost":379,"Date":"7/12/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":204,"Cost":133,"Date":"8/14/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":166,"Date":"8/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":367,"Cost":303,"Date":"8/23/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":606,"Cost":401,"Date":"9/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":640,"Cost":326,"Date":"9/3/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":130,"Date":"9/16/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":13,"Date":"10/4/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":406,"Cost":317,"Date":"11/1/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":66,"Date":"11/2/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":929,"Cost":680,"Date":"12/17/2022"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":33,"Cost":30,"Date":"2/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":777,"Cost":512,"Date":"2/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":934,"Cost":507,"Date":"3/4/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":503,"Cost":295,"Date":"3/9/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":325,"Cost":252,"Date":"3/9/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":976,"Cost":774,"Date":"3/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":487,"Date":"3/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":162,"Cost":152,"Date":"3/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":278,"Cost":204,"Date":"3/23/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":994,"Cost":503,"Date":"4/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":602,"Date":"5/7/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":135,"Cost":93,"Date":"5/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":384,"Cost":339,"Date":"5/20/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":83,"Date":"6/2/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":859,"Cost":460,"Date":"6/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":422,"Date":"6/16/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":20,"Cost":13,"Date":"6/16/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":516,"Cost":432,"Date":"7/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":143,"Cost":115,"Date":"7/11/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":58,"Cost":49,"Date":"8/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":825,"Cost":718,"Date":"8/29/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":713,"Cost":649,"Date":"8/31/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":252,"Cost":211,"Date":"9/8/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":368,"Cost":217,"Date":"9/13/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":714,"Cost":403,"Date":"9/14/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":771,"Cost":431,"Date":"9/19/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":262,"Date":"9/25/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":147,"Date":"10/4/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":434,"Cost":240,"Date":"10/10/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":643,"Date":"10/17/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":660,"Cost":330,"Date":"10/28/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":144,"Date":"10/30/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":526,"Cost":291,"Date":"11/1/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":672,"Date":"11/15/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":748,"Cost":558,"Date":"11/25/2023"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":337,"Cost":308,"Date":"1/10/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":86,"Cost":52,"Date":"1/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":185,"Date":"1/20/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":162,"Cost":146,"Date":"2/8/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":516,"Cost":337,"Date":"2/25/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":193,"Date":"3/7/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":611,"Cost":404,"Date":"3/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":422,"Cost":211,"Date":"3/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":729,"Cost":415,"Date":"4/5/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":864,"Cost":675,"Date":"4/14/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":906,"Cost":527,"Date":"5/3/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":64,"Cost":54,"Date":"5/9/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":308,"Date":"5/15/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":530,"Cost":316,"Date":"5/25/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":466,"Date":"5/26/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":662,"Cost":481,"Date":"5/31/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":470,"Cost":315,"Date":"7/27/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":268,"Date":"9/17/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":253,"Cost":209,"Date":"10/6/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":729,"Cost":591,"Date":"10/8/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":831,"Cost":504,"Date":"10/26/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":341,"Cost":233,"Date":"11/16/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":444,"Cost":396,"Date":"11/18/2024"},{"Store":"Lakeside Joondalup, Perth","Brand":"Sellpy","Country":"Australia","Sale":56,"Cost":35,"Date":"12/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":385,"Date":"2/9/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":244,"Date":"2/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":402,"Cost":290,"Date":"3/10/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":297,"Cost":149,"Date":"3/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":802,"Cost":491,"Date":"3/18/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":383,"Cost":363,"Date":"3/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":668,"Cost":592,"Date":"3/26/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":573,"Cost":476,"Date":"6/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":655,"Cost":493,"Date":"6/10/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":778,"Cost":639,"Date":"6/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":173,"Cost":143,"Date":"6/25/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":73,"Date":"7/19/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":161,"Cost":116,"Date":"7/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":105,"Date":"7/25/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":20,"Date":"8/4/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":974,"Cost":598,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":345,"Cost":327,"Date":"9/4/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":453,"Date":"9/19/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":240,"Date":"9/29/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":784,"Cost":620,"Date":"10/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":243,"Date":"10/15/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":546,"Date":"10/30/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":365,"Date":"11/9/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":669,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":886,"Cost":591,"Date":"11/30/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":599,"Cost":411,"Date":"12/8/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":201,"Cost":119,"Date":"12/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":479,"Cost":267,"Date":"1/15/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":613,"Cost":452,"Date":"1/24/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":311,"Date":"2/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":3,"Cost":3,"Date":"2/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":909,"Cost":691,"Date":"3/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":704,"Cost":556,"Date":"3/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":106,"Cost":84,"Date":"4/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":995,"Cost":899,"Date":"5/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":271,"Cost":135,"Date":"5/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":346,"Date":"6/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":212,"Cost":169,"Date":"6/26/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":386,"Date":"7/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":415,"Cost":333,"Date":"7/13/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":609,"Cost":518,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":791,"Cost":537,"Date":"8/26/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":476,"Date":"9/2/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":209,"Date":"9/29/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":754,"Cost":657,"Date":"10/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":637,"Cost":333,"Date":"11/2/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":14,"Date":"11/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":603,"Cost":418,"Date":"11/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":996,"Cost":768,"Date":"12/1/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":845,"Cost":596,"Date":"12/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":794,"Cost":455,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":250,"Date":"12/18/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":77,"Cost":41,"Date":"12/20/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":204,"Date":"12/20/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":268,"Cost":151,"Date":"12/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":174,"Cost":156,"Date":"1/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":425,"Cost":253,"Date":"2/5/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":450,"Cost":350,"Date":"2/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":187,"Date":"2/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":600,"Cost":493,"Date":"2/18/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":234,"Date":"2/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":509,"Cost":324,"Date":"2/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":56,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":833,"Cost":664,"Date":"4/2/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":960,"Cost":867,"Date":"4/3/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":31,"Cost":24,"Date":"4/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":55,"Cost":50,"Date":"4/10/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":106,"Date":"4/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":646,"Cost":566,"Date":"5/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":357,"Cost":298,"Date":"5/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":228,"Cost":162,"Date":"6/20/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":245,"Date":"7/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":742,"Cost":520,"Date":"7/4/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":102,"Date":"7/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":374,"Cost":280,"Date":"7/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":315,"Cost":268,"Date":"7/14/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":482,"Date":"7/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":641,"Cost":552,"Date":"8/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":401,"Date":"8/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":908,"Cost":781,"Date":"8/7/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":581,"Cost":444,"Date":"8/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":803,"Date":"8/31/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":282,"Date":"9/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":274,"Date":"9/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":806,"Cost":530,"Date":"9/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":760,"Date":"9/29/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":743,"Cost":533,"Date":"11/7/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":422,"Cost":217,"Date":"11/26/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":949,"Cost":588,"Date":"11/27/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":467,"Date":"12/5/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":847,"Cost":679,"Date":"12/26/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":698,"Cost":358,"Date":"12/31/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":954,"Cost":627,"Date":"1/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":650,"Cost":535,"Date":"2/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":403,"Cost":202,"Date":"2/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":375,"Cost":288,"Date":"2/27/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":912,"Cost":860,"Date":"3/1/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":690,"Cost":345,"Date":"3/1/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":672,"Cost":507,"Date":"3/19/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":160,"Date":"3/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":236,"Cost":178,"Date":"5/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":629,"Cost":435,"Date":"7/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":487,"Cost":284,"Date":"8/5/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":79,"Cost":49,"Date":"8/12/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":800,"Date":"8/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":247,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":220,"Date":"9/3/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":769,"Cost":385,"Date":"9/5/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":286,"Date":"10/6/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":409,"Cost":329,"Date":"10/19/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":35,"Cost":18,"Date":"11/15/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":74,"Date":"12/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":373,"Cost":340,"Date":"1/8/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":437,"Cost":225,"Date":"1/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":469,"Cost":323,"Date":"1/19/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":475,"Cost":440,"Date":"1/28/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":176,"Date":"1/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":333,"Cost":279,"Date":"3/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":749,"Cost":665,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":30,"Cost":15,"Date":"4/24/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":162,"Date":"4/28/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":453,"Cost":299,"Date":"5/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":167,"Date":"5/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":939,"Cost":784,"Date":"5/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":678,"Cost":449,"Date":"6/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":372,"Date":"6/3/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":889,"Cost":723,"Date":"6/5/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":333,"Cost":216,"Date":"6/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":573,"Date":"6/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":323,"Date":"6/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":60,"Cost":33,"Date":"6/24/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":929,"Cost":615,"Date":"7/4/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":986,"Cost":628,"Date":"7/9/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":369,"Cost":270,"Date":"7/12/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":495,"Cost":401,"Date":"8/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":961,"Cost":515,"Date":"8/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":594,"Cost":429,"Date":"8/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":408,"Cost":318,"Date":"9/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":688,"Cost":484,"Date":"9/3/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":988,"Cost":516,"Date":"9/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":684,"Cost":383,"Date":"10/4/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":811,"Cost":739,"Date":"11/1/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":73,"Date":"11/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":285,"Date":"12/17/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":910,"Cost":755,"Date":"2/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":959,"Cost":616,"Date":"2/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":890,"Cost":737,"Date":"3/4/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":130,"Date":"3/9/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":954,"Cost":696,"Date":"3/9/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":25,"Cost":15,"Date":"3/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":5,"Date":"3/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":189,"Cost":101,"Date":"3/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":788,"Cost":420,"Date":"3/23/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":942,"Cost":797,"Date":"4/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":86,"Date":"5/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":602,"Cost":451,"Date":"5/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":989,"Cost":753,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":452,"Cost":232,"Date":"6/2/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":427,"Cost":260,"Date":"6/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":10,"Date":"6/16/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":930,"Cost":562,"Date":"6/16/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":99,"Cost":80,"Date":"7/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":17,"Date":"7/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":139,"Cost":72,"Date":"8/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":662,"Cost":476,"Date":"8/29/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":931,"Cost":834,"Date":"8/31/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":242,"Cost":121,"Date":"9/8/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":546,"Cost":509,"Date":"9/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":404,"Date":"9/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":323,"Cost":176,"Date":"9/19/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":874,"Cost":768,"Date":"9/25/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":317,"Date":"10/4/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":654,"Date":"10/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":985,"Cost":603,"Date":"10/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":794,"Cost":549,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":792,"Cost":743,"Date":"10/30/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":423,"Cost":266,"Date":"11/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":969,"Cost":671,"Date":"11/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":149,"Cost":110,"Date":"11/25/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":991,"Cost":795,"Date":"1/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":685,"Cost":482,"Date":"1/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":202,"Date":"1/20/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":225,"Date":"2/8/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":323,"Cost":297,"Date":"2/25/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":105,"Date":"3/7/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":748,"Cost":428,"Date":"3/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":660,"Cost":517,"Date":"3/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":491,"Cost":281,"Date":"4/5/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":695,"Cost":426,"Date":"4/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":567,"Cost":415,"Date":"5/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":324,"Cost":288,"Date":"5/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":586,"Cost":480,"Date":"5/15/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":717,"Cost":668,"Date":"5/25/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":809,"Cost":506,"Date":"5/26/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":924,"Cost":790,"Date":"5/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":179,"Cost":140,"Date":"7/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":109,"Cost":67,"Date":"9/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":870,"Cost":543,"Date":"10/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":809,"Cost":702,"Date":"10/8/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":452,"Date":"10/26/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":6,"Cost":3,"Date":"11/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":313,"Date":"11/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"Sellpy","Country":"Australia","Sale":232,"Cost":186,"Date":"12/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":297,"Cost":150,"Date":"2/9/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":436,"Date":"2/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":819,"Cost":589,"Date":"3/10/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":827,"Date":"3/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":12,"Date":"3/18/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":661,"Cost":628,"Date":"3/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":967,"Cost":891,"Date":"3/26/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":157,"Cost":92,"Date":"6/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":802,"Cost":458,"Date":"6/10/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":222,"Cost":175,"Date":"6/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":127,"Date":"6/25/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":184,"Cost":132,"Date":"7/19/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":688,"Date":"7/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":91,"Cost":54,"Date":"7/25/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":153,"Date":"8/4/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":73,"Cost":44,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":116,"Cost":92,"Date":"9/4/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":885,"Cost":783,"Date":"9/19/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":693,"Cost":369,"Date":"9/29/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":833,"Cost":608,"Date":"10/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":233,"Date":"10/15/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":585,"Cost":400,"Date":"10/30/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":867,"Cost":435,"Date":"11/9/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":500,"Cost":379,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":266,"Date":"11/30/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":790,"Cost":590,"Date":"12/8/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":960,"Cost":855,"Date":"12/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":663,"Cost":580,"Date":"1/15/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":918,"Cost":537,"Date":"1/24/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":569,"Date":"2/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":135,"Date":"2/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":830,"Cost":623,"Date":"3/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":4,"Cost":2,"Date":"3/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":410,"Cost":272,"Date":"4/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":69,"Date":"5/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":233,"Date":"5/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":71,"Cost":54,"Date":"6/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":44,"Cost":38,"Date":"6/26/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":419,"Cost":356,"Date":"7/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":172,"Date":"7/13/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":759,"Cost":570,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":625,"Date":"8/26/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":176,"Date":"9/2/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":416,"Date":"9/29/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":660,"Date":"10/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":62,"Date":"11/2/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":203,"Date":"11/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":453,"Date":"11/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":898,"Cost":667,"Date":"12/1/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":157,"Date":"12/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":638,"Cost":406,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":423,"Cost":359,"Date":"12/18/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":57,"Cost":29,"Date":"12/20/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":792,"Cost":665,"Date":"12/20/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":351,"Cost":223,"Date":"12/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":573,"Cost":523,"Date":"1/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":442,"Cost":252,"Date":"2/5/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":966,"Cost":487,"Date":"2/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":822,"Cost":595,"Date":"2/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":797,"Cost":591,"Date":"2/18/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":350,"Cost":243,"Date":"2/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":837,"Cost":470,"Date":"2/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":126,"Cost":72,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":399,"Cost":377,"Date":"4/2/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":392,"Date":"4/3/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":969,"Cost":846,"Date":"4/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":446,"Date":"4/10/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":280,"Date":"4/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":173,"Date":"5/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":452,"Cost":229,"Date":"5/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":567,"Date":"6/20/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":93,"Date":"7/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":914,"Cost":766,"Date":"7/4/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":934,"Cost":658,"Date":"7/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":521,"Date":"7/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":150,"Date":"7/14/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":918,"Cost":587,"Date":"7/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":172,"Cost":139,"Date":"8/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":591,"Cost":399,"Date":"8/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":569,"Cost":379,"Date":"8/7/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":299,"Cost":179,"Date":"8/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":12,"Cost":9,"Date":"8/31/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":170,"Cost":129,"Date":"9/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":986,"Cost":629,"Date":"9/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":379,"Cost":360,"Date":"9/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":86,"Cost":49,"Date":"9/29/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":713,"Date":"11/7/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":574,"Date":"11/26/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":926,"Cost":542,"Date":"11/27/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":385,"Date":"12/5/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":796,"Cost":558,"Date":"12/26/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":589,"Date":"12/31/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":294,"Date":"1/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":12,"Date":"2/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":244,"Date":"2/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":990,"Cost":843,"Date":"2/27/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":649,"Cost":388,"Date":"3/1/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":435,"Date":"3/1/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":129,"Cost":109,"Date":"3/19/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":11,"Cost":6,"Date":"3/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":348,"Date":"5/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":11,"Cost":6,"Date":"7/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":175,"Cost":114,"Date":"8/5/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":47,"Cost":29,"Date":"8/12/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":316,"Cost":173,"Date":"8/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":587,"Cost":388,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":866,"Date":"9/3/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":85,"Cost":53,"Date":"9/5/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":506,"Date":"10/6/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":891,"Cost":786,"Date":"10/19/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":108,"Cost":99,"Date":"11/15/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":224,"Cost":188,"Date":"12/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":657,"Cost":613,"Date":"1/8/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":657,"Cost":536,"Date":"1/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":133,"Cost":67,"Date":"1/19/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":322,"Cost":241,"Date":"1/28/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":340,"Cost":202,"Date":"1/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":344,"Cost":177,"Date":"3/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":487,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":251,"Cost":145,"Date":"4/24/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":427,"Cost":282,"Date":"4/28/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":475,"Cost":451,"Date":"5/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":724,"Cost":577,"Date":"5/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":157,"Date":"5/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":512,"Cost":371,"Date":"6/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":559,"Cost":295,"Date":"6/3/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":651,"Cost":499,"Date":"6/5/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":377,"Date":"6/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":150,"Cost":132,"Date":"6/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":369,"Cost":263,"Date":"6/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":442,"Cost":343,"Date":"6/24/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":504,"Cost":406,"Date":"7/4/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":548,"Cost":299,"Date":"7/9/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":522,"Date":"7/12/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":847,"Cost":658,"Date":"8/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":134,"Date":"8/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":157,"Date":"8/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":202,"Cost":166,"Date":"9/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":203,"Cost":153,"Date":"9/3/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":827,"Cost":465,"Date":"9/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":18,"Date":"10/4/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":533,"Date":"11/1/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":585,"Date":"11/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":415,"Date":"12/17/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":373,"Cost":191,"Date":"2/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":307,"Cost":237,"Date":"2/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":871,"Cost":515,"Date":"3/4/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":173,"Cost":102,"Date":"3/9/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":966,"Cost":508,"Date":"3/9/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":311,"Cost":247,"Date":"3/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":851,"Cost":776,"Date":"3/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":449,"Date":"3/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":742,"Cost":533,"Date":"3/23/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":634,"Cost":430,"Date":"4/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":999,"Cost":699,"Date":"5/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":461,"Date":"5/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":119,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":792,"Cost":447,"Date":"6/2/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":137,"Cost":108,"Date":"6/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":971,"Cost":793,"Date":"6/16/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":191,"Cost":161,"Date":"6/16/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":98,"Cost":52,"Date":"7/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":870,"Cost":804,"Date":"7/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":658,"Cost":330,"Date":"8/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":22,"Date":"8/29/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":263,"Date":"8/31/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":807,"Cost":436,"Date":"9/8/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":725,"Date":"9/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":143,"Cost":110,"Date":"9/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":71,"Date":"9/19/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":438,"Cost":240,"Date":"9/25/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":414,"Date":"10/4/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":848,"Cost":610,"Date":"10/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":65,"Cost":50,"Date":"10/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":190,"Cost":123,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":638,"Date":"10/30/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":88,"Cost":62,"Date":"11/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":6,"Cost":5,"Date":"11/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":201,"Date":"11/25/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":587,"Cost":379,"Date":"1/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":49,"Cost":44,"Date":"1/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":117,"Date":"1/20/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":307,"Date":"2/8/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":611,"Date":"2/25/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":448,"Cost":322,"Date":"3/7/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":368,"Cost":274,"Date":"3/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":196,"Cost":180,"Date":"3/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":452,"Date":"4/5/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":860,"Cost":732,"Date":"4/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":248,"Cost":169,"Date":"5/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":401,"Cost":309,"Date":"5/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":44,"Cost":28,"Date":"5/15/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":173,"Cost":125,"Date":"5/25/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":550,"Cost":389,"Date":"5/26/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":10,"Cost":8,"Date":"5/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":24,"Date":"7/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":199,"Date":"9/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":909,"Cost":492,"Date":"10/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":261,"Date":"10/8/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":100,"Cost":63,"Date":"10/26/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":750,"Cost":599,"Date":"11/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":304,"Cost":279,"Date":"11/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"ARKET","Country":"Australia","Sale":885,"Cost":584,"Date":"12/1/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":393,"Cost":289,"Date":"2/9/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":578,"Cost":512,"Date":"2/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":153,"Cost":94,"Date":"3/10/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":747,"Cost":483,"Date":"3/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":625,"Cost":587,"Date":"3/18/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":368,"Cost":213,"Date":"3/20/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":628,"Cost":533,"Date":"3/26/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":89,"Cost":72,"Date":"6/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":401,"Cost":235,"Date":"6/10/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":733,"Cost":536,"Date":"6/16/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":915,"Cost":819,"Date":"6/25/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":664,"Cost":528,"Date":"7/19/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":502,"Cost":357,"Date":"7/21/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":912,"Cost":456,"Date":"7/25/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":728,"Cost":503,"Date":"8/4/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":61,"Cost":31,"Date":"9/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":497,"Cost":452,"Date":"9/4/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":213,"Cost":142,"Date":"9/19/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":161,"Cost":108,"Date":"9/29/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":105,"Cost":66,"Date":"10/2/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":793,"Cost":659,"Date":"10/15/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":264,"Cost":228,"Date":"10/30/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":785,"Cost":681,"Date":"11/9/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":327,"Cost":220,"Date":"11/23/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":216,"Cost":113,"Date":"11/30/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":370,"Cost":235,"Date":"12/8/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":137,"Cost":77,"Date":"12/11/2018"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":561,"Cost":399,"Date":"1/15/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":148,"Cost":110,"Date":"1/24/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":171,"Cost":125,"Date":"2/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":875,"Cost":440,"Date":"2/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":503,"Cost":400,"Date":"3/9/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":154,"Cost":130,"Date":"3/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":782,"Cost":692,"Date":"4/19/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":872,"Cost":667,"Date":"5/3/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":677,"Cost":444,"Date":"5/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":451,"Cost":376,"Date":"6/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":881,"Cost":533,"Date":"6/26/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":55,"Cost":52,"Date":"7/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":947,"Cost":790,"Date":"7/13/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":797,"Cost":442,"Date":"8/8/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":185,"Cost":137,"Date":"8/26/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":266,"Cost":173,"Date":"9/2/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":235,"Cost":197,"Date":"9/29/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":826,"Cost":606,"Date":"10/12/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":854,"Cost":668,"Date":"11/2/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":138,"Cost":69,"Date":"11/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":449,"Cost":241,"Date":"11/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":307,"Cost":212,"Date":"12/1/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":565,"Cost":469,"Date":"12/4/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":87,"Cost":81,"Date":"12/7/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":39,"Cost":33,"Date":"12/18/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":763,"Cost":426,"Date":"12/20/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":928,"Cost":658,"Date":"12/20/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":732,"Cost":568,"Date":"12/21/2019"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":686,"Cost":511,"Date":"1/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":300,"Cost":273,"Date":"2/5/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":636,"Cost":530,"Date":"2/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":788,"Cost":653,"Date":"2/16/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":859,"Cost":637,"Date":"2/18/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":592,"Cost":475,"Date":"2/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":146,"Cost":84,"Date":"2/25/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":983,"Cost":780,"Date":"3/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":601,"Cost":433,"Date":"4/2/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":400,"Cost":218,"Date":"4/3/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":638,"Cost":382,"Date":"4/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":621,"Cost":491,"Date":"4/10/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":496,"Cost":284,"Date":"4/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":563,"Cost":355,"Date":"5/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":520,"Cost":287,"Date":"5/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":650,"Cost":557,"Date":"6/20/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":43,"Cost":38,"Date":"7/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":405,"Cost":235,"Date":"7/4/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":971,"Cost":762,"Date":"7/8/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":838,"Cost":688,"Date":"7/9/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":306,"Cost":229,"Date":"7/14/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":829,"Cost":561,"Date":"7/19/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":579,"Cost":535,"Date":"8/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":669,"Cost":534,"Date":"8/6/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":603,"Cost":317,"Date":"8/7/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":641,"Cost":422,"Date":"8/22/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":242,"Cost":166,"Date":"8/31/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":477,"Cost":425,"Date":"9/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":251,"Cost":180,"Date":"9/1/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":769,"Cost":640,"Date":"9/17/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":154,"Cost":113,"Date":"9/29/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":536,"Cost":507,"Date":"11/7/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":756,"Cost":422,"Date":"11/26/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":667,"Cost":509,"Date":"11/27/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":965,"Cost":760,"Date":"12/5/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":558,"Cost":332,"Date":"12/26/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":701,"Cost":650,"Date":"12/31/2020"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":542,"Cost":481,"Date":"1/20/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":747,"Cost":505,"Date":"2/2/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":995,"Cost":934,"Date":"2/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":646,"Cost":491,"Date":"2/27/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":717,"Cost":362,"Date":"3/1/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":965,"Cost":682,"Date":"3/1/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":72,"Cost":67,"Date":"3/19/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":49,"Cost":25,"Date":"3/28/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":777,"Cost":556,"Date":"5/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":643,"Cost":424,"Date":"7/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":187,"Cost":94,"Date":"8/5/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":635,"Cost":400,"Date":"8/12/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":20,"Cost":15,"Date":"8/21/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":59,"Cost":55,"Date":"8/23/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":3,"Cost":3,"Date":"9/3/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":163,"Cost":97,"Date":"9/5/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":371,"Cost":250,"Date":"10/6/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":509,"Cost":435,"Date":"10/19/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":231,"Cost":121,"Date":"11/15/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":67,"Cost":42,"Date":"12/8/2021"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":280,"Cost":216,"Date":"1/8/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":706,"Cost":602,"Date":"1/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":758,"Cost":388,"Date":"1/19/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":769,"Cost":705,"Date":"1/28/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":371,"Cost":227,"Date":"1/31/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":315,"Cost":221,"Date":"3/27/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":648,"Cost":413,"Date":"4/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":374,"Cost":347,"Date":"4/24/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":30,"Cost":20,"Date":"4/28/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":448,"Cost":318,"Date":"5/15/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":185,"Cost":130,"Date":"5/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":419,"Cost":387,"Date":"5/18/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":443,"Cost":300,"Date":"6/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":796,"Cost":734,"Date":"6/3/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":810,"Cost":475,"Date":"6/5/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":632,"Cost":445,"Date":"6/7/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":360,"Cost":264,"Date":"6/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":845,"Cost":513,"Date":"6/20/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":979,"Cost":825,"Date":"6/24/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":504,"Cost":355,"Date":"7/4/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":685,"Cost":545,"Date":"7/9/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":382,"Cost":257,"Date":"7/12/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":527,"Cost":285,"Date":"8/14/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":83,"Cost":56,"Date":"8/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":476,"Cost":243,"Date":"8/23/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":593,"Cost":540,"Date":"9/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":190,"Cost":119,"Date":"9/3/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":908,"Cost":542,"Date":"9/16/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":683,"Cost":413,"Date":"10/4/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":994,"Cost":621,"Date":"11/1/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":221,"Cost":121,"Date":"11/2/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":287,"Cost":164,"Date":"12/17/2022"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":734,"Cost":456,"Date":"2/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":412,"Cost":318,"Date":"2/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":982,"Cost":811,"Date":"3/4/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":67,"Cost":55,"Date":"3/9/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":107,"Cost":63,"Date":"3/9/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":995,"Cost":688,"Date":"3/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":85,"Cost":48,"Date":"3/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":920,"Cost":581,"Date":"3/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":616,"Cost":337,"Date":"3/23/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":509,"Cost":348,"Date":"4/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":49,"Cost":31,"Date":"5/7/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":580,"Cost":417,"Date":"5/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":44,"Cost":28,"Date":"5/20/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":477,"Cost":317,"Date":"6/2/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":228,"Cost":159,"Date":"6/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":492,"Cost":408,"Date":"6/16/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":545,"Cost":499,"Date":"6/16/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":808,"Cost":451,"Date":"7/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":848,"Cost":606,"Date":"7/11/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":734,"Cost":512,"Date":"8/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":125,"Cost":72,"Date":"8/29/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":391,"Cost":298,"Date":"8/31/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":914,"Cost":475,"Date":"9/8/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":992,"Cost":641,"Date":"9/13/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":456,"Cost":383,"Date":"9/14/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":97,"Cost":71,"Date":"9/19/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":896,"Cost":680,"Date":"9/25/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":9,"Cost":7,"Date":"10/4/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":769,"Cost":427,"Date":"10/10/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":766,"Cost":536,"Date":"10/17/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":751,"Cost":575,"Date":"10/28/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":231,"Cost":184,"Date":"10/30/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":80,"Cost":42,"Date":"11/1/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":426,"Cost":369,"Date":"11/15/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":886,"Cost":601,"Date":"11/25/2023"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":800,"Cost":754,"Date":"1/10/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":935,"Cost":860,"Date":"1/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":993,"Cost":923,"Date":"1/20/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":648,"Cost":374,"Date":"2/8/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":5,"Cost":2,"Date":"2/25/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":352,"Cost":281,"Date":"3/7/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":63,"Cost":36,"Date":"3/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":764,"Cost":566,"Date":"3/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":196,"Cost":102,"Date":"4/5/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":972,"Cost":553,"Date":"4/14/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":454,"Cost":328,"Date":"5/3/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":363,"Cost":228,"Date":"5/9/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":336,"Cost":273,"Date":"5/15/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":712,"Cost":630,"Date":"5/25/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":861,"Cost":728,"Date":"5/26/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":880,"Cost":500,"Date":"5/31/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":146,"Cost":112,"Date":"7/27/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":431,"Cost":275,"Date":"9/17/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":990,"Cost":774,"Date":"10/6/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":217,"Cost":145,"Date":"10/8/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":346,"Cost":282,"Date":"10/26/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":812,"Cost":672,"Date":"11/16/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":399,"Cost":304,"Date":"11/18/2024"},{"Store":"Karrinyup Shopping Centre, Perth","Brand":"HM","Country":"Australia","Sale":783,"Cost":691,"Date":"12/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":588,"Cost":374,"Date":"2/9/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":587,"Cost":522,"Date":"2/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":826,"Cost":482,"Date":"3/10/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":471,"Cost":386,"Date":"3/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":337,"Cost":218,"Date":"3/18/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":426,"Cost":323,"Date":"3/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":604,"Cost":487,"Date":"3/26/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":409,"Cost":236,"Date":"6/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":59,"Cost":55,"Date":"6/10/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":548,"Cost":352,"Date":"6/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":986,"Cost":722,"Date":"6/25/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":145,"Cost":122,"Date":"7/19/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":143,"Cost":130,"Date":"7/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":320,"Cost":214,"Date":"7/25/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":109,"Cost":74,"Date":"8/4/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":679,"Cost":588,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":507,"Cost":426,"Date":"9/4/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":566,"Cost":343,"Date":"9/19/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":970,"Cost":763,"Date":"9/29/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":122,"Cost":107,"Date":"10/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":853,"Cost":758,"Date":"10/15/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":670,"Cost":381,"Date":"10/30/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":445,"Cost":260,"Date":"11/9/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":256,"Cost":168,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":13,"Cost":11,"Date":"11/30/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":868,"Cost":701,"Date":"12/8/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":263,"Cost":139,"Date":"12/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":944,"Cost":528,"Date":"1/15/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":561,"Cost":408,"Date":"1/24/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":131,"Cost":94,"Date":"2/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":845,"Cost":525,"Date":"2/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":552,"Cost":372,"Date":"3/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":900,"Cost":803,"Date":"3/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":455,"Cost":295,"Date":"4/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":673,"Cost":440,"Date":"5/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":421,"Cost":379,"Date":"5/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":521,"Cost":437,"Date":"6/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":217,"Cost":189,"Date":"6/26/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":611,"Cost":358,"Date":"7/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":76,"Cost":50,"Date":"7/13/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":569,"Cost":389,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":201,"Cost":110,"Date":"8/26/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":211,"Cost":145,"Date":"9/2/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":199,"Cost":105,"Date":"9/29/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":741,"Cost":612,"Date":"10/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":680,"Cost":544,"Date":"11/2/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":701,"Cost":620,"Date":"11/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":908,"Cost":610,"Date":"11/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":176,"Cost":90,"Date":"12/1/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":574,"Cost":511,"Date":"12/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":568,"Cost":414,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":824,"Cost":644,"Date":"12/18/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":819,"Cost":526,"Date":"12/20/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":369,"Cost":223,"Date":"12/20/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":265,"Cost":142,"Date":"12/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":305,"Cost":236,"Date":"1/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":603,"Cost":314,"Date":"2/5/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":90,"Cost":45,"Date":"2/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":702,"Cost":551,"Date":"2/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":102,"Cost":69,"Date":"2/18/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":635,"Cost":489,"Date":"2/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":554,"Cost":508,"Date":"2/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":320,"Cost":174,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":900,"Cost":761,"Date":"4/2/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":961,"Cost":747,"Date":"4/3/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":379,"Cost":313,"Date":"4/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":803,"Cost":702,"Date":"4/10/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":743,"Cost":692,"Date":"4/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":164,"Cost":112,"Date":"5/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":697,"Cost":353,"Date":"5/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":65,"Cost":51,"Date":"6/20/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":748,"Cost":386,"Date":"7/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":9,"Cost":6,"Date":"7/4/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":667,"Cost":526,"Date":"7/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":240,"Cost":194,"Date":"7/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":172,"Cost":106,"Date":"7/14/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":884,"Cost":524,"Date":"7/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":33,"Cost":17,"Date":"8/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":850,"Cost":698,"Date":"8/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":253,"Cost":175,"Date":"8/7/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":553,"Cost":480,"Date":"8/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":922,"Cost":741,"Date":"8/31/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":763,"Cost":574,"Date":"9/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":125,"Cost":103,"Date":"9/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":208,"Cost":151,"Date":"9/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":764,"Cost":546,"Date":"9/29/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":295,"Cost":173,"Date":"11/7/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":935,"Cost":639,"Date":"11/26/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":954,"Cost":769,"Date":"11/27/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":619,"Cost":583,"Date":"12/5/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":460,"Cost":296,"Date":"12/26/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":421,"Cost":221,"Date":"12/31/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":301,"Cost":211,"Date":"1/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":131,"Cost":66,"Date":"2/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":126,"Cost":86,"Date":"2/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":963,"Cost":556,"Date":"2/27/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":10,"Cost":9,"Date":"3/1/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":276,"Cost":159,"Date":"3/1/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":673,"Cost":351,"Date":"3/19/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":726,"Cost":633,"Date":"3/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":296,"Cost":256,"Date":"5/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":89,"Cost":58,"Date":"7/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":683,"Cost":356,"Date":"8/5/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":554,"Cost":502,"Date":"8/12/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":410,"Cost":304,"Date":"8/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":494,"Cost":329,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":400,"Cost":282,"Date":"9/3/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":521,"Cost":388,"Date":"9/5/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":171,"Cost":127,"Date":"10/6/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":662,"Cost":521,"Date":"10/19/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":305,"Cost":213,"Date":"11/15/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":609,"Cost":542,"Date":"12/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":129,"Cost":65,"Date":"1/8/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":754,"Cost":687,"Date":"1/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":510,"Cost":364,"Date":"1/19/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":488,"Cost":278,"Date":"1/28/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":748,"Cost":398,"Date":"1/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":186,"Cost":94,"Date":"3/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":974,"Cost":843,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":300,"Cost":282,"Date":"4/24/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":803,"Cost":657,"Date":"4/28/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":748,"Cost":583,"Date":"5/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":719,"Cost":441,"Date":"5/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":377,"Cost":204,"Date":"5/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":36,"Cost":28,"Date":"6/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":969,"Cost":838,"Date":"6/3/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":937,"Cost":505,"Date":"6/5/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":602,"Cost":407,"Date":"6/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":178,"Cost":118,"Date":"6/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":417,"Cost":343,"Date":"6/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":846,"Cost":723,"Date":"6/24/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":733,"Cost":373,"Date":"7/4/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":887,"Cost":767,"Date":"7/9/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":163,"Cost":83,"Date":"7/12/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":375,"Cost":217,"Date":"8/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":502,"Cost":379,"Date":"8/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":333,"Cost":246,"Date":"8/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":943,"Cost":565,"Date":"9/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":967,"Cost":682,"Date":"9/3/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":181,"Cost":99,"Date":"9/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":514,"Cost":444,"Date":"10/4/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":341,"Cost":243,"Date":"11/1/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":517,"Cost":420,"Date":"11/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":51,"Cost":26,"Date":"12/17/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":262,"Cost":190,"Date":"2/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":46,"Cost":24,"Date":"2/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":623,"Cost":412,"Date":"3/4/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":754,"Cost":597,"Date":"3/9/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":385,"Cost":232,"Date":"3/9/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":674,"Cost":522,"Date":"3/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":994,"Cost":649,"Date":"3/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":989,"Cost":608,"Date":"3/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":911,"Cost":514,"Date":"3/23/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":128,"Cost":74,"Date":"4/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":192,"Cost":96,"Date":"5/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":922,"Cost":705,"Date":"5/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":161,"Cost":113,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":99,"Cost":53,"Date":"6/2/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":244,"Cost":173,"Date":"6/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":448,"Cost":298,"Date":"6/16/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":984,"Cost":612,"Date":"6/16/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":401,"Cost":297,"Date":"7/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":508,"Cost":398,"Date":"7/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":276,"Cost":172,"Date":"8/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":256,"Cost":174,"Date":"8/29/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":387,"Cost":304,"Date":"8/31/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":803,"Cost":432,"Date":"9/8/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":819,"Cost":692,"Date":"9/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":136,"Cost":128,"Date":"9/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":355,"Cost":275,"Date":"9/19/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":525,"Cost":373,"Date":"9/25/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":577,"Cost":393,"Date":"10/4/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":497,"Cost":417,"Date":"10/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":924,"Cost":484,"Date":"10/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":792,"Cost":412,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":620,"Cost":333,"Date":"10/30/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":312,"Cost":255,"Date":"11/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":358,"Cost":208,"Date":"11/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":351,"Cost":202,"Date":"11/25/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":746,"Cost":507,"Date":"1/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":3,"Cost":3,"Date":"1/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":597,"Cost":309,"Date":"1/20/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":113,"Cost":79,"Date":"2/8/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":280,"Cost":259,"Date":"2/25/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":347,"Cost":293,"Date":"3/7/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":138,"Cost":110,"Date":"3/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":146,"Cost":127,"Date":"3/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":550,"Cost":428,"Date":"4/5/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":865,"Cost":495,"Date":"4/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":486,"Cost":255,"Date":"5/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":358,"Cost":250,"Date":"5/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":370,"Cost":261,"Date":"5/15/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":833,"Cost":583,"Date":"5/25/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":864,"Cost":714,"Date":"5/26/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":419,"Cost":248,"Date":"5/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":98,"Cost":75,"Date":"7/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":272,"Cost":254,"Date":"9/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":11,"Cost":6,"Date":"10/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":794,"Cost":536,"Date":"10/8/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":576,"Cost":401,"Date":"10/26/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":371,"Cost":319,"Date":"11/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":926,"Cost":835,"Date":"11/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":938,"Cost":594,"Date":"12/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":421,"Cost":287,"Date":"2/9/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":922,"Cost":848,"Date":"2/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":890,"Cost":480,"Date":"3/10/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":911,"Cost":569,"Date":"3/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":27,"Cost":13,"Date":"3/18/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":455,"Cost":406,"Date":"3/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":607,"Cost":550,"Date":"3/26/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":95,"Cost":68,"Date":"6/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":825,"Cost":754,"Date":"6/10/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":358,"Cost":308,"Date":"6/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":618,"Cost":372,"Date":"6/25/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":447,"Cost":410,"Date":"7/19/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":165,"Cost":87,"Date":"7/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":62,"Cost":40,"Date":"7/25/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":316,"Cost":215,"Date":"8/4/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":811,"Cost":405,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":715,"Cost":515,"Date":"9/4/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":609,"Cost":534,"Date":"9/19/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":788,"Cost":428,"Date":"9/29/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":124,"Cost":86,"Date":"10/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":33,"Cost":21,"Date":"10/15/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":717,"Cost":616,"Date":"10/30/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":393,"Cost":233,"Date":"11/9/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":941,"Cost":687,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":247,"Cost":189,"Date":"11/30/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":783,"Cost":528,"Date":"12/8/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":866,"Cost":488,"Date":"12/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":680,"Cost":557,"Date":"1/15/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":910,"Cost":837,"Date":"1/24/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":317,"Cost":163,"Date":"2/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":735,"Cost":476,"Date":"2/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":271,"Cost":242,"Date":"3/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":643,"Cost":550,"Date":"3/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":617,"Cost":489,"Date":"4/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":918,"Cost":682,"Date":"5/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":918,"Cost":742,"Date":"5/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":967,"Cost":854,"Date":"6/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":576,"Cost":345,"Date":"6/26/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":185,"Cost":130,"Date":"7/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":321,"Cost":234,"Date":"7/13/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":404,"Cost":336,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":474,"Cost":266,"Date":"8/26/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":566,"Cost":437,"Date":"9/2/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":516,"Cost":258,"Date":"9/29/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":910,"Cost":549,"Date":"10/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":571,"Cost":382,"Date":"11/2/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":100,"Cost":54,"Date":"11/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":757,"Cost":473,"Date":"11/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":128,"Cost":77,"Date":"12/1/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":688,"Cost":651,"Date":"12/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":899,"Cost":788,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":326,"Cost":293,"Date":"12/18/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":233,"Cost":123,"Date":"12/20/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":202,"Cost":165,"Date":"12/20/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":87,"Cost":81,"Date":"12/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":220,"Cost":138,"Date":"1/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":254,"Cost":176,"Date":"2/5/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":880,"Cost":801,"Date":"2/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":160,"Cost":82,"Date":"2/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":870,"Cost":551,"Date":"2/18/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":311,"Cost":260,"Date":"2/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":20,"Cost":14,"Date":"2/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":389,"Cost":279,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":100,"Cost":85,"Date":"4/2/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":385,"Cost":343,"Date":"4/3/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":284,"Cost":193,"Date":"4/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":557,"Cost":367,"Date":"4/10/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":739,"Cost":529,"Date":"4/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":465,"Cost":318,"Date":"5/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":178,"Cost":124,"Date":"5/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":887,"Cost":544,"Date":"6/20/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":667,"Cost":530,"Date":"7/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":722,"Cost":625,"Date":"7/4/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":86,"Cost":70,"Date":"7/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":145,"Cost":87,"Date":"7/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":189,"Cost":153,"Date":"7/14/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":329,"Cost":291,"Date":"7/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":80,"Cost":73,"Date":"8/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":800,"Cost":556,"Date":"8/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":69,"Cost":49,"Date":"8/7/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":376,"Cost":198,"Date":"8/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":147,"Cost":139,"Date":"8/31/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":397,"Cost":212,"Date":"9/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":91,"Cost":52,"Date":"9/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":349,"Cost":189,"Date":"9/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":741,"Cost":688,"Date":"9/29/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":98,"Cost":67,"Date":"11/7/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":757,"Cost":550,"Date":"11/26/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":122,"Cost":86,"Date":"11/27/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":556,"Cost":460,"Date":"12/5/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":521,"Cost":488,"Date":"12/26/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":788,"Cost":396,"Date":"12/31/2020"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":381,"Cost":230,"Date":"1/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":864,"Cost":613,"Date":"2/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":560,"Cost":290,"Date":"2/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":210,"Cost":105,"Date":"2/27/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":617,"Cost":558,"Date":"3/1/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":908,"Cost":770,"Date":"3/1/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":229,"Cost":170,"Date":"3/19/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":558,"Cost":283,"Date":"3/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":549,"Cost":301,"Date":"5/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":202,"Cost":163,"Date":"7/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":74,"Cost":39,"Date":"8/5/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":569,"Cost":476,"Date":"8/12/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":256,"Cost":235,"Date":"8/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":937,"Cost":785,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":372,"Cost":302,"Date":"9/3/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":820,"Cost":502,"Date":"9/5/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":257,"Cost":132,"Date":"10/6/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":553,"Cost":455,"Date":"10/19/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":579,"Cost":460,"Date":"11/15/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":641,"Cost":501,"Date":"12/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":306,"Cost":254,"Date":"1/8/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":576,"Cost":476,"Date":"1/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":777,"Cost":588,"Date":"1/19/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":573,"Cost":528,"Date":"1/28/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":189,"Cost":95,"Date":"1/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":734,"Cost":615,"Date":"3/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":226,"Cost":113,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":74,"Cost":42,"Date":"4/24/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":994,"Cost":743,"Date":"4/28/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":457,"Cost":290,"Date":"5/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":53,"Cost":46,"Date":"5/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":131,"Cost":87,"Date":"5/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":10,"Cost":7,"Date":"6/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":411,"Cost":272,"Date":"6/3/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":509,"Cost":478,"Date":"6/5/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":839,"Cost":549,"Date":"6/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":762,"Cost":666,"Date":"6/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":158,"Cost":83,"Date":"6/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":111,"Cost":105,"Date":"6/24/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":236,"Cost":152,"Date":"7/4/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":338,"Cost":218,"Date":"7/9/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":525,"Cost":464,"Date":"7/12/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":130,"Cost":76,"Date":"8/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":913,"Cost":818,"Date":"8/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":786,"Cost":426,"Date":"8/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":24,"Cost":14,"Date":"9/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":236,"Cost":188,"Date":"9/3/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":233,"Cost":195,"Date":"9/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":136,"Cost":80,"Date":"10/4/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":212,"Cost":176,"Date":"11/1/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":329,"Cost":265,"Date":"11/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":181,"Cost":121,"Date":"12/17/2022"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":532,"Cost":386,"Date":"2/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":616,"Cost":352,"Date":"2/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":563,"Cost":313,"Date":"3/4/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":826,"Cost":469,"Date":"3/9/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":736,"Cost":678,"Date":"3/9/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":545,"Cost":449,"Date":"3/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":214,"Cost":187,"Date":"3/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":723,"Cost":623,"Date":"3/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":42,"Cost":37,"Date":"3/23/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":530,"Cost":336,"Date":"4/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":689,"Cost":505,"Date":"5/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":546,"Cost":280,"Date":"5/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":626,"Cost":504,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":737,"Cost":374,"Date":"6/2/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":763,"Cost":439,"Date":"6/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":707,"Cost":459,"Date":"6/16/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":875,"Cost":776,"Date":"6/16/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":999,"Cost":897,"Date":"7/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":718,"Cost":613,"Date":"7/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":814,"Cost":487,"Date":"8/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":452,"Cost":328,"Date":"8/29/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":55,"Cost":29,"Date":"8/31/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":281,"Cost":250,"Date":"9/8/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":502,"Cost":429,"Date":"9/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":906,"Cost":483,"Date":"9/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":882,"Cost":773,"Date":"9/19/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":906,"Cost":484,"Date":"9/25/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":562,"Cost":384,"Date":"10/4/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":854,"Cost":479,"Date":"10/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":825,"Cost":728,"Date":"10/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":553,"Cost":410,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":683,"Cost":354,"Date":"10/30/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":460,"Cost":244,"Date":"11/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":758,"Cost":619,"Date":"11/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":187,"Cost":110,"Date":"11/25/2023"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":692,"Cost":360,"Date":"1/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":342,"Cost":310,"Date":"1/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":653,"Cost":610,"Date":"1/20/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":360,"Cost":319,"Date":"2/8/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":405,"Cost":260,"Date":"2/25/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":626,"Cost":388,"Date":"3/7/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":485,"Cost":456,"Date":"3/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":103,"Cost":65,"Date":"3/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":714,"Cost":623,"Date":"4/5/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":164,"Cost":98,"Date":"4/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":877,"Cost":779,"Date":"5/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":949,"Cost":642,"Date":"5/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":501,"Cost":416,"Date":"5/15/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":302,"Cost":156,"Date":"5/25/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":359,"Cost":324,"Date":"5/26/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":328,"Cost":302,"Date":"5/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":311,"Cost":183,"Date":"7/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":891,"Cost":550,"Date":"9/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":408,"Cost":239,"Date":"10/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":111,"Cost":84,"Date":"10/8/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":883,"Cost":540,"Date":"10/26/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":691,"Cost":431,"Date":"11/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":273,"Cost":165,"Date":"11/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"HM","Country":"Australia","Sale":944,"Cost":651,"Date":"12/1/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":433,"Cost":292,"Date":"2/9/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":270,"Cost":159,"Date":"2/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":599,"Cost":533,"Date":"3/10/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":80,"Cost":71,"Date":"3/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":32,"Cost":23,"Date":"3/18/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":2,"Cost":2,"Date":"3/20/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":110,"Cost":77,"Date":"3/26/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":576,"Cost":490,"Date":"6/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":462,"Cost":435,"Date":"6/10/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":77,"Cost":70,"Date":"6/16/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":469,"Cost":437,"Date":"6/25/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":526,"Cost":370,"Date":"7/19/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":86,"Cost":65,"Date":"7/21/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":712,"Cost":467,"Date":"7/25/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":428,"Cost":219,"Date":"8/4/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":556,"Cost":441,"Date":"9/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":860,"Cost":793,"Date":"9/4/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":842,"Cost":661,"Date":"9/19/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":167,"Cost":99,"Date":"9/29/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":503,"Cost":463,"Date":"10/2/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":604,"Cost":458,"Date":"10/15/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":821,"Cost":426,"Date":"10/30/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":174,"Cost":137,"Date":"11/9/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":861,"Cost":815,"Date":"11/23/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":694,"Cost":539,"Date":"11/30/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":587,"Cost":433,"Date":"12/8/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":579,"Cost":521,"Date":"12/11/2018"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":712,"Cost":575,"Date":"1/15/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":244,"Cost":201,"Date":"1/24/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":986,"Cost":787,"Date":"2/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":817,"Cost":700,"Date":"2/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":838,"Cost":747,"Date":"3/9/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":62,"Cost":50,"Date":"3/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":789,"Cost":744,"Date":"4/19/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":717,"Cost":448,"Date":"5/3/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":596,"Cost":489,"Date":"5/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":690,"Cost":625,"Date":"6/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":666,"Cost":507,"Date":"6/26/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":547,"Cost":284,"Date":"7/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":278,"Cost":257,"Date":"7/13/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":446,"Cost":256,"Date":"8/8/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":90,"Cost":83,"Date":"8/26/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":229,"Cost":119,"Date":"9/2/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":813,"Cost":528,"Date":"9/29/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":715,"Cost":455,"Date":"10/12/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":949,"Cost":886,"Date":"11/2/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":311,"Cost":267,"Date":"11/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":355,"Cost":200,"Date":"11/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":580,"Cost":428,"Date":"12/1/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":405,"Cost":281,"Date":"12/4/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":914,"Cost":862,"Date":"12/7/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":700,"Cost":506,"Date":"12/18/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":876,"Cost":674,"Date":"12/20/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":269,"Cost":194,"Date":"12/20/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":251,"Cost":155,"Date":"12/21/2019"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":584,"Cost":330,"Date":"1/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":645,"Cost":428,"Date":"2/5/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":640,"Cost":446,"Date":"2/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":168,"Cost":149,"Date":"2/16/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":812,"Cost":504,"Date":"2/18/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":156,"Cost":128,"Date":"2/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":490,"Cost":382,"Date":"2/25/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":749,"Cost":541,"Date":"3/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":913,"Cost":851,"Date":"4/2/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":193,"Cost":161,"Date":"4/3/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":12,"Cost":9,"Date":"4/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":183,"Cost":154,"Date":"4/10/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":974,"Cost":891,"Date":"4/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":311,"Cost":181,"Date":"5/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":1000,"Cost":571,"Date":"5/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":667,"Cost":554,"Date":"6/20/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":811,"Cost":733,"Date":"7/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":327,"Cost":191,"Date":"7/4/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":246,"Cost":233,"Date":"7/8/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":633,"Cost":583,"Date":"7/9/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":688,"Cost":566,"Date":"7/14/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":559,"Cost":385,"Date":"7/19/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":632,"Cost":448,"Date":"8/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":554,"Cost":445,"Date":"8/6/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":42,"Cost":37,"Date":"8/7/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":862,"Cost":650,"Date":"8/22/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":162,"Cost":85,"Date":"8/31/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":926,"Cost":650,"Date":"9/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":280,"Cost":161,"Date":"9/1/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":72,"Cost":62,"Date":"9/17/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":342,"Cost":298,"Date":"9/29/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":583,"Cost":300,"Date":"11/7/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":406,"Cost":311,"Date":"11/26/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":522,"Cost":412,"Date":"11/27/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":361,"Cost":310,"Date":"12/5/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":820,"Cost":620,"Date":"12/26/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":627,"Cost":359,"Date":"12/31/2020"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":388,"Cost":199,"Date":"1/20/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":469,"Cost":238,"Date":"2/2/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":222,"Cost":140,"Date":"2/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":263,"Cost":198,"Date":"2/27/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":275,"Cost":255,"Date":"3/1/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":483,"Cost":308,"Date":"3/1/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":275,"Cost":207,"Date":"3/19/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":582,"Cost":314,"Date":"3/28/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":811,"Cost":623,"Date":"5/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":549,"Cost":468,"Date":"7/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":720,"Cost":668,"Date":"8/5/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":31,"Cost":16,"Date":"8/12/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":937,"Cost":756,"Date":"8/21/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":170,"Cost":109,"Date":"8/23/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":900,"Cost":788,"Date":"9/3/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":578,"Cost":492,"Date":"9/5/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":460,"Cost":230,"Date":"10/6/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":986,"Cost":830,"Date":"10/19/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":322,"Cost":212,"Date":"11/15/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":826,"Cost":741,"Date":"12/8/2021"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":785,"Cost":655,"Date":"1/8/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":679,"Cost":528,"Date":"1/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":516,"Cost":417,"Date":"1/19/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":361,"Cost":245,"Date":"1/28/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":725,"Cost":566,"Date":"1/31/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":281,"Cost":161,"Date":"3/27/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":368,"Cost":235,"Date":"4/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":792,"Cost":633,"Date":"4/24/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":816,"Cost":541,"Date":"4/28/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":44,"Cost":25,"Date":"5/15/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":398,"Cost":206,"Date":"5/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":709,"Cost":392,"Date":"5/18/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":424,"Cost":298,"Date":"6/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":145,"Cost":102,"Date":"6/3/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":732,"Cost":602,"Date":"6/5/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":839,"Cost":754,"Date":"6/7/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":991,"Cost":813,"Date":"6/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":49,"Cost":44,"Date":"6/20/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":834,"Cost":736,"Date":"6/24/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":14,"Cost":14,"Date":"7/4/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":943,"Cost":560,"Date":"7/9/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":206,"Cost":113,"Date":"7/12/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":610,"Cost":444,"Date":"8/14/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":626,"Cost":362,"Date":"8/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":829,"Cost":563,"Date":"8/23/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":826,"Cost":686,"Date":"9/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":90,"Cost":71,"Date":"9/3/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":829,"Cost":754,"Date":"9/16/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":351,"Cost":302,"Date":"10/4/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":807,"Cost":630,"Date":"11/1/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":703,"Cost":358,"Date":"11/2/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":156,"Cost":80,"Date":"12/17/2022"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":552,"Cost":439,"Date":"2/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":378,"Cost":330,"Date":"2/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":16,"Cost":9,"Date":"3/4/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":608,"Cost":410,"Date":"3/9/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":935,"Cost":671,"Date":"3/9/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":497,"Cost":249,"Date":"3/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":352,"Cost":326,"Date":"3/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":228,"Cost":210,"Date":"3/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":616,"Cost":323,"Date":"3/23/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":897,"Cost":847,"Date":"4/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":938,"Cost":883,"Date":"5/7/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":812,"Cost":662,"Date":"5/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":109,"Cost":72,"Date":"5/20/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":38,"Cost":26,"Date":"6/2/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":438,"Cost":416,"Date":"6/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":939,"Cost":648,"Date":"6/16/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":990,"Cost":927,"Date":"6/16/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":552,"Cost":470,"Date":"7/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":456,"Cost":313,"Date":"7/11/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":531,"Cost":484,"Date":"8/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":680,"Cost":343,"Date":"8/29/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":395,"Cost":328,"Date":"8/31/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":136,"Cost":116,"Date":"9/8/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":799,"Cost":453,"Date":"9/13/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":580,"Cost":373,"Date":"9/14/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":890,"Cost":783,"Date":"9/19/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":218,"Cost":185,"Date":"9/25/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":397,"Cost":261,"Date":"10/4/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":506,"Cost":375,"Date":"10/10/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":642,"Cost":441,"Date":"10/17/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":430,"Cost":296,"Date":"10/28/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":925,"Cost":647,"Date":"10/30/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":674,"Cost":519,"Date":"11/1/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":707,"Cost":579,"Date":"11/15/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":59,"Cost":54,"Date":"11/25/2023"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":518,"Cost":459,"Date":"1/10/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":778,"Cost":510,"Date":"1/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":213,"Cost":178,"Date":"1/20/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":570,"Cost":379,"Date":"2/8/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":159,"Cost":93,"Date":"2/25/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":69,"Cost":66,"Date":"3/7/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":859,"Cost":450,"Date":"3/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":611,"Cost":391,"Date":"3/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":689,"Cost":443,"Date":"4/5/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":257,"Cost":184,"Date":"4/14/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":627,"Cost":532,"Date":"5/3/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":541,"Cost":473,"Date":"5/9/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":671,"Cost":560,"Date":"5/15/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":875,"Cost":767,"Date":"5/25/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":781,"Cost":649,"Date":"5/26/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":469,"Cost":359,"Date":"5/31/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":733,"Cost":586,"Date":"7/27/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":775,"Cost":736,"Date":"9/17/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":294,"Cost":162,"Date":"10/6/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":924,"Cost":611,"Date":"10/8/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":272,"Cost":248,"Date":"10/26/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":373,"Cost":290,"Date":"11/16/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":104,"Cost":84,"Date":"11/18/2024"},{"Store":"Murray Street Mall, Perth","Brand":"Nova","Country":"Australia","Sale":398,"Cost":307,"Date":"12/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":141,"Date":"2/9/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":351,"Cost":213,"Date":"2/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":584,"Cost":544,"Date":"3/10/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":509,"Cost":386,"Date":"3/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":409,"Cost":277,"Date":"3/18/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":591,"Cost":523,"Date":"3/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":959,"Cost":802,"Date":"3/26/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":167,"Cost":99,"Date":"6/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":687,"Date":"6/10/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":517,"Cost":341,"Date":"6/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":256,"Date":"6/25/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":19,"Cost":12,"Date":"7/19/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":640,"Date":"7/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":872,"Cost":692,"Date":"7/25/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":4,"Cost":2,"Date":"8/4/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":409,"Cost":295,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":225,"Cost":114,"Date":"9/4/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":671,"Date":"9/19/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":795,"Cost":668,"Date":"9/29/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":337,"Date":"10/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":799,"Cost":432,"Date":"10/15/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":190,"Cost":156,"Date":"10/30/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":544,"Date":"11/9/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":234,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":898,"Cost":833,"Date":"11/30/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":110,"Date":"12/8/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":967,"Cost":635,"Date":"12/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":102,"Date":"1/15/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":66,"Cost":36,"Date":"1/24/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":883,"Cost":711,"Date":"2/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":521,"Cost":365,"Date":"2/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":679,"Date":"3/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":927,"Cost":512,"Date":"3/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":825,"Cost":608,"Date":"4/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":336,"Cost":284,"Date":"5/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":219,"Cost":195,"Date":"5/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":239,"Cost":176,"Date":"6/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":687,"Date":"6/26/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":749,"Cost":554,"Date":"7/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":379,"Date":"7/13/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":380,"Cost":244,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":574,"Cost":293,"Date":"8/26/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":283,"Cost":157,"Date":"9/2/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":506,"Cost":316,"Date":"9/29/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":286,"Cost":144,"Date":"10/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":309,"Cost":293,"Date":"11/2/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":172,"Cost":162,"Date":"11/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":569,"Date":"11/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":423,"Cost":309,"Date":"12/1/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":168,"Cost":100,"Date":"12/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":284,"Cost":192,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":892,"Cost":709,"Date":"12/18/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":286,"Cost":193,"Date":"12/20/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":37,"Cost":27,"Date":"12/20/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":282,"Cost":159,"Date":"12/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":490,"Cost":252,"Date":"1/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":749,"Cost":664,"Date":"2/5/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":40,"Cost":29,"Date":"2/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":122,"Cost":113,"Date":"2/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":403,"Cost":216,"Date":"2/18/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":405,"Cost":322,"Date":"2/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":181,"Cost":165,"Date":"2/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":184,"Cost":101,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":363,"Cost":330,"Date":"4/2/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":746,"Cost":444,"Date":"4/3/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":433,"Cost":356,"Date":"4/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":99,"Date":"4/10/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":874,"Date":"4/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":567,"Cost":353,"Date":"5/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":686,"Cost":618,"Date":"5/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":790,"Cost":750,"Date":"6/20/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":778,"Cost":561,"Date":"7/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":326,"Cost":236,"Date":"7/4/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":147,"Date":"7/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":203,"Cost":169,"Date":"7/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":240,"Cost":198,"Date":"7/14/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":808,"Date":"7/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":60,"Cost":57,"Date":"8/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":517,"Cost":441,"Date":"8/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":416,"Cost":293,"Date":"8/7/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":26,"Cost":20,"Date":"8/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":803,"Date":"8/31/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":87,"Date":"9/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":939,"Cost":628,"Date":"9/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":819,"Cost":754,"Date":"9/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":953,"Cost":872,"Date":"9/29/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":123,"Cost":85,"Date":"11/7/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":741,"Cost":453,"Date":"11/26/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":83,"Date":"11/27/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":586,"Cost":298,"Date":"12/5/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":485,"Date":"12/26/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":966,"Cost":501,"Date":"12/31/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":576,"Date":"1/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":640,"Cost":505,"Date":"2/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":474,"Date":"2/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":192,"Cost":141,"Date":"2/27/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":90,"Cost":82,"Date":"3/1/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":752,"Date":"3/1/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":110,"Cost":74,"Date":"3/19/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":792,"Cost":562,"Date":"3/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":752,"Date":"5/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":55,"Cost":51,"Date":"7/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":113,"Cost":72,"Date":"8/5/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":513,"Date":"8/12/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":390,"Cost":331,"Date":"8/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":736,"Cost":680,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":942,"Cost":475,"Date":"9/3/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":667,"Cost":344,"Date":"9/5/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":500,"Date":"10/6/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":872,"Cost":803,"Date":"10/19/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":690,"Cost":449,"Date":"11/15/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":81,"Cost":53,"Date":"12/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":602,"Cost":489,"Date":"1/8/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":335,"Date":"1/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":533,"Date":"1/19/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":384,"Cost":236,"Date":"1/28/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":952,"Cost":861,"Date":"1/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":692,"Cost":611,"Date":"3/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":486,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":861,"Cost":633,"Date":"4/24/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":364,"Cost":215,"Date":"4/28/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":630,"Date":"5/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":213,"Cost":195,"Date":"5/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":931,"Cost":566,"Date":"5/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":792,"Date":"6/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":427,"Cost":259,"Date":"6/3/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":848,"Cost":677,"Date":"6/5/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":824,"Cost":583,"Date":"6/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":359,"Date":"6/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":848,"Cost":511,"Date":"6/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":621,"Cost":385,"Date":"6/24/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":170,"Cost":140,"Date":"7/4/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":534,"Cost":305,"Date":"7/9/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":806,"Cost":729,"Date":"7/12/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":595,"Cost":315,"Date":"8/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":221,"Date":"8/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":920,"Cost":489,"Date":"8/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":54,"Cost":33,"Date":"9/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":423,"Cost":247,"Date":"9/3/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":657,"Cost":607,"Date":"9/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":950,"Cost":638,"Date":"10/4/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":90,"Cost":46,"Date":"11/1/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":555,"Cost":402,"Date":"11/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":145,"Cost":102,"Date":"12/17/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":476,"Cost":344,"Date":"2/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":914,"Cost":589,"Date":"2/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":882,"Cost":526,"Date":"3/4/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":424,"Date":"3/9/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":762,"Cost":691,"Date":"3/9/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":743,"Cost":617,"Date":"3/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":209,"Cost":190,"Date":"3/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":832,"Cost":616,"Date":"3/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":987,"Cost":924,"Date":"3/23/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":879,"Cost":487,"Date":"4/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":188,"Cost":164,"Date":"5/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":24,"Date":"5/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":606,"Cost":432,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":288,"Cost":237,"Date":"6/2/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":678,"Cost":354,"Date":"6/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":304,"Cost":211,"Date":"6/16/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":249,"Cost":176,"Date":"6/16/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":585,"Cost":420,"Date":"7/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":679,"Cost":623,"Date":"7/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":491,"Cost":319,"Date":"8/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":760,"Cost":397,"Date":"8/29/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":309,"Cost":169,"Date":"8/31/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":480,"Cost":249,"Date":"9/8/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":714,"Cost":663,"Date":"9/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":547,"Date":"9/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":351,"Cost":229,"Date":"9/19/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":559,"Cost":295,"Date":"9/25/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":290,"Date":"10/4/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":767,"Date":"10/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":811,"Cost":552,"Date":"10/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":370,"Cost":348,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":573,"Cost":543,"Date":"10/30/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":828,"Cost":496,"Date":"11/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":176,"Date":"11/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":428,"Cost":226,"Date":"11/25/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":662,"Date":"1/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":197,"Cost":172,"Date":"1/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":212,"Cost":120,"Date":"1/20/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":604,"Cost":339,"Date":"2/8/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":145,"Cost":95,"Date":"2/25/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":456,"Cost":260,"Date":"3/7/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":92,"Date":"3/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":856,"Cost":697,"Date":"3/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":242,"Cost":129,"Date":"4/5/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":460,"Date":"4/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":31,"Cost":28,"Date":"5/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":741,"Cost":391,"Date":"5/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":646,"Cost":594,"Date":"5/15/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":315,"Date":"5/25/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":233,"Date":"5/26/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":532,"Cost":288,"Date":"5/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":317,"Cost":187,"Date":"7/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":89,"Cost":54,"Date":"9/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":608,"Cost":570,"Date":"10/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":598,"Date":"10/8/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":845,"Date":"10/26/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":680,"Date":"11/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":613,"Date":"11/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":312,"Date":"12/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":499,"Cost":316,"Date":"2/9/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":629,"Cost":480,"Date":"2/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":240,"Cost":203,"Date":"3/10/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":748,"Cost":605,"Date":"3/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":812,"Cost":772,"Date":"3/18/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":310,"Cost":187,"Date":"3/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":756,"Cost":383,"Date":"3/26/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":464,"Cost":263,"Date":"6/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":472,"Cost":303,"Date":"6/10/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":904,"Cost":472,"Date":"6/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":542,"Cost":335,"Date":"6/25/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":609,"Cost":470,"Date":"7/19/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":981,"Cost":507,"Date":"7/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":837,"Cost":532,"Date":"7/25/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":930,"Cost":619,"Date":"8/4/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":726,"Cost":453,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":396,"Cost":207,"Date":"9/4/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":994,"Cost":905,"Date":"9/19/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":257,"Cost":199,"Date":"9/29/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":710,"Cost":498,"Date":"10/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":131,"Cost":100,"Date":"10/15/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":635,"Cost":374,"Date":"10/30/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":672,"Cost":529,"Date":"11/9/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":839,"Cost":497,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":202,"Cost":152,"Date":"11/30/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":295,"Cost":168,"Date":"12/8/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":740,"Cost":477,"Date":"12/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":497,"Cost":436,"Date":"1/15/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":75,"Cost":42,"Date":"1/24/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":769,"Cost":639,"Date":"2/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":441,"Cost":380,"Date":"2/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":242,"Cost":194,"Date":"3/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":23,"Cost":22,"Date":"3/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":864,"Cost":547,"Date":"4/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":521,"Cost":386,"Date":"5/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":181,"Cost":164,"Date":"5/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":237,"Cost":145,"Date":"6/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":400,"Cost":254,"Date":"6/26/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":448,"Cost":399,"Date":"7/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":678,"Cost":378,"Date":"7/13/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":436,"Cost":288,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":92,"Cost":50,"Date":"8/26/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":309,"Cost":232,"Date":"9/2/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":263,"Cost":199,"Date":"9/29/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":943,"Cost":846,"Date":"10/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":996,"Cost":633,"Date":"11/2/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":434,"Cost":337,"Date":"11/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":155,"Cost":89,"Date":"11/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":881,"Cost":446,"Date":"12/1/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":747,"Cost":630,"Date":"12/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":382,"Cost":198,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":343,"Cost":253,"Date":"12/18/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":325,"Cost":271,"Date":"12/20/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":143,"Cost":115,"Date":"12/20/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":598,"Cost":534,"Date":"12/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":159,"Cost":123,"Date":"1/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":693,"Cost":445,"Date":"2/5/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":8,"Cost":4,"Date":"2/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":678,"Cost":590,"Date":"2/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":878,"Cost":489,"Date":"2/18/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":562,"Cost":338,"Date":"2/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":247,"Cost":159,"Date":"2/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":352,"Cost":236,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":361,"Cost":208,"Date":"4/2/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":656,"Cost":455,"Date":"4/3/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":366,"Cost":339,"Date":"4/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":44,"Cost":29,"Date":"4/10/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":428,"Cost":294,"Date":"4/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":723,"Cost":461,"Date":"5/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":573,"Cost":355,"Date":"5/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":997,"Cost":856,"Date":"6/20/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":764,"Cost":724,"Date":"7/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":144,"Cost":79,"Date":"7/4/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":604,"Cost":367,"Date":"7/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":845,"Cost":426,"Date":"7/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":710,"Cost":616,"Date":"7/14/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":19,"Cost":17,"Date":"7/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":566,"Cost":325,"Date":"8/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":389,"Cost":241,"Date":"8/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":698,"Cost":472,"Date":"8/7/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":706,"Cost":493,"Date":"8/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":264,"Cost":233,"Date":"8/31/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":411,"Cost":213,"Date":"9/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":71,"Cost":50,"Date":"9/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":84,"Cost":72,"Date":"9/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":348,"Cost":200,"Date":"9/29/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":638,"Cost":572,"Date":"11/7/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":910,"Cost":798,"Date":"11/26/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":165,"Cost":149,"Date":"11/27/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":723,"Cost":623,"Date":"12/5/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":352,"Cost":251,"Date":"12/26/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":200,"Cost":147,"Date":"12/31/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":868,"Cost":487,"Date":"1/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":118,"Cost":92,"Date":"2/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":100,"Cost":69,"Date":"2/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":472,"Cost":286,"Date":"2/27/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":746,"Cost":391,"Date":"3/1/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":117,"Cost":94,"Date":"3/1/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":454,"Cost":426,"Date":"3/19/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":408,"Cost":351,"Date":"3/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":630,"Cost":370,"Date":"5/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":31,"Cost":28,"Date":"7/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":468,"Cost":317,"Date":"8/5/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":404,"Cost":369,"Date":"8/12/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":770,"Cost":567,"Date":"8/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":808,"Cost":541,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":908,"Cost":584,"Date":"9/3/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":918,"Cost":485,"Date":"9/5/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":866,"Cost":712,"Date":"10/6/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":674,"Cost":518,"Date":"10/19/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":210,"Cost":195,"Date":"11/15/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":438,"Cost":352,"Date":"12/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":709,"Cost":442,"Date":"1/8/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":691,"Cost":442,"Date":"1/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":673,"Cost":508,"Date":"1/19/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":622,"Cost":446,"Date":"1/28/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":539,"Cost":469,"Date":"1/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":697,"Cost":580,"Date":"3/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":182,"Cost":162,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":630,"Cost":425,"Date":"4/24/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":131,"Cost":100,"Date":"4/28/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":776,"Cost":449,"Date":"5/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":704,"Cost":638,"Date":"5/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":189,"Cost":166,"Date":"5/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":869,"Cost":817,"Date":"6/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":837,"Cost":482,"Date":"6/3/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":283,"Cost":197,"Date":"6/5/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":367,"Cost":326,"Date":"6/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":133,"Cost":86,"Date":"6/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":444,"Cost":238,"Date":"6/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":467,"Cost":282,"Date":"6/24/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":165,"Cost":134,"Date":"7/4/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":974,"Cost":509,"Date":"7/9/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":264,"Cost":154,"Date":"7/12/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":561,"Cost":366,"Date":"8/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":407,"Cost":365,"Date":"8/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":73,"Cost":62,"Date":"8/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":446,"Cost":305,"Date":"9/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":99,"Cost":63,"Date":"9/3/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":190,"Cost":132,"Date":"9/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":789,"Cost":403,"Date":"10/4/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":38,"Cost":33,"Date":"11/1/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":746,"Cost":587,"Date":"11/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":20,"Cost":13,"Date":"12/17/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":565,"Cost":331,"Date":"2/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":739,"Cost":606,"Date":"2/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":163,"Cost":83,"Date":"3/4/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":291,"Cost":167,"Date":"3/9/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":327,"Cost":218,"Date":"3/9/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":4,"Cost":4,"Date":"3/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":219,"Cost":135,"Date":"3/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":212,"Cost":138,"Date":"3/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":972,"Cost":858,"Date":"3/23/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":928,"Cost":876,"Date":"4/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":76,"Cost":46,"Date":"5/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":849,"Cost":495,"Date":"5/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":411,"Cost":369,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":447,"Cost":395,"Date":"6/2/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":938,"Cost":888,"Date":"6/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":602,"Cost":498,"Date":"6/16/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":556,"Cost":278,"Date":"6/16/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":211,"Cost":128,"Date":"7/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":497,"Cost":255,"Date":"7/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":523,"Cost":478,"Date":"8/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":442,"Cost":317,"Date":"8/29/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":955,"Cost":864,"Date":"8/31/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":155,"Cost":85,"Date":"9/8/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":727,"Cost":587,"Date":"9/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":201,"Cost":175,"Date":"9/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":307,"Cost":254,"Date":"9/19/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":267,"Cost":186,"Date":"9/25/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":473,"Cost":421,"Date":"10/4/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":273,"Cost":227,"Date":"10/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":736,"Cost":377,"Date":"10/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":33,"Cost":22,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":497,"Cost":435,"Date":"10/30/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":136,"Cost":114,"Date":"11/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":879,"Cost":752,"Date":"11/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":570,"Cost":432,"Date":"11/25/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":726,"Cost":579,"Date":"1/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":762,"Cost":513,"Date":"1/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":822,"Cost":589,"Date":"1/20/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":149,"Cost":111,"Date":"2/8/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":274,"Cost":201,"Date":"2/25/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":833,"Cost":463,"Date":"3/7/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":582,"Cost":378,"Date":"3/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":247,"Cost":134,"Date":"3/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":670,"Cost":352,"Date":"4/5/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":525,"Cost":498,"Date":"4/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":875,"Cost":500,"Date":"5/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":892,"Cost":770,"Date":"5/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":486,"Cost":405,"Date":"5/15/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":738,"Cost":652,"Date":"5/25/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":424,"Cost":381,"Date":"5/26/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":72,"Cost":67,"Date":"5/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":272,"Cost":164,"Date":"7/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":926,"Cost":632,"Date":"9/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":955,"Cost":768,"Date":"10/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":650,"Cost":479,"Date":"10/8/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":473,"Cost":257,"Date":"10/26/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":798,"Cost":420,"Date":"11/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":444,"Cost":304,"Date":"11/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"HM","Country":"Australia","Sale":766,"Cost":657,"Date":"12/1/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":880,"Cost":797,"Date":"2/9/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":657,"Cost":333,"Date":"2/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":95,"Cost":80,"Date":"3/10/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":854,"Cost":560,"Date":"3/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":320,"Cost":260,"Date":"3/18/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":480,"Cost":346,"Date":"3/20/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":374,"Cost":222,"Date":"3/26/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":99,"Cost":94,"Date":"6/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":809,"Cost":445,"Date":"6/10/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":292,"Cost":201,"Date":"6/16/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":216,"Cost":182,"Date":"6/25/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":718,"Cost":458,"Date":"7/19/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":410,"Cost":240,"Date":"7/21/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":760,"Cost":381,"Date":"7/25/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":43,"Cost":35,"Date":"8/4/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":471,"Cost":294,"Date":"9/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":119,"Cost":89,"Date":"9/4/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":302,"Cost":157,"Date":"9/19/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":688,"Cost":367,"Date":"9/29/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":608,"Cost":528,"Date":"10/2/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":559,"Cost":478,"Date":"10/15/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":554,"Cost":467,"Date":"10/30/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":97,"Cost":85,"Date":"11/9/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":972,"Cost":500,"Date":"11/23/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":823,"Cost":771,"Date":"11/30/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":843,"Cost":771,"Date":"12/8/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":433,"Cost":345,"Date":"12/11/2018"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":328,"Cost":211,"Date":"1/15/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":906,"Cost":667,"Date":"1/24/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":281,"Cost":158,"Date":"2/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":396,"Cost":289,"Date":"2/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":162,"Cost":99,"Date":"3/9/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":614,"Cost":537,"Date":"3/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":819,"Cost":721,"Date":"4/19/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":726,"Cost":401,"Date":"5/3/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":833,"Cost":498,"Date":"5/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":837,"Cost":648,"Date":"6/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":400,"Cost":363,"Date":"6/26/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":219,"Cost":197,"Date":"7/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":25,"Cost":14,"Date":"7/13/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":402,"Cost":324,"Date":"8/8/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":838,"Cost":673,"Date":"8/26/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":177,"Cost":157,"Date":"9/2/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":840,"Cost":602,"Date":"9/29/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":405,"Cost":299,"Date":"10/12/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":538,"Cost":361,"Date":"11/2/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":306,"Cost":188,"Date":"11/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":622,"Cost":349,"Date":"11/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":4,"Cost":2,"Date":"12/1/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":767,"Cost":639,"Date":"12/4/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":321,"Cost":281,"Date":"12/7/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":605,"Cost":445,"Date":"12/18/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":673,"Cost":510,"Date":"12/20/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":98,"Cost":61,"Date":"12/20/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":962,"Cost":780,"Date":"12/21/2019"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":693,"Cost":507,"Date":"1/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":141,"Cost":114,"Date":"2/5/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":669,"Cost":402,"Date":"2/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":785,"Cost":648,"Date":"2/16/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":499,"Cost":379,"Date":"2/18/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":421,"Cost":350,"Date":"2/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":821,"Cost":779,"Date":"2/25/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":412,"Cost":370,"Date":"3/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":165,"Cost":130,"Date":"4/2/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":348,"Cost":231,"Date":"4/3/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":863,"Cost":616,"Date":"4/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":343,"Cost":282,"Date":"4/10/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":347,"Cost":251,"Date":"4/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":961,"Cost":710,"Date":"5/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":830,"Cost":441,"Date":"5/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":504,"Cost":369,"Date":"6/20/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":304,"Cost":269,"Date":"7/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":691,"Cost":383,"Date":"7/4/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":721,"Cost":551,"Date":"7/8/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":145,"Cost":102,"Date":"7/9/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":273,"Cost":239,"Date":"7/14/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":30,"Cost":26,"Date":"7/19/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":545,"Cost":318,"Date":"8/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":21,"Cost":13,"Date":"8/6/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":140,"Cost":100,"Date":"8/7/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":800,"Cost":586,"Date":"8/22/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":88,"Cost":63,"Date":"8/31/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":434,"Cost":360,"Date":"9/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":965,"Cost":547,"Date":"9/1/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":179,"Cost":136,"Date":"9/17/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":597,"Cost":506,"Date":"9/29/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":485,"Cost":327,"Date":"11/7/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":615,"Cost":549,"Date":"11/26/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":24,"Cost":18,"Date":"11/27/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":351,"Cost":183,"Date":"12/5/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":767,"Cost":385,"Date":"12/26/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":28,"Cost":20,"Date":"12/31/2020"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":320,"Cost":252,"Date":"1/20/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":383,"Cost":313,"Date":"2/2/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":162,"Cost":129,"Date":"2/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":172,"Cost":121,"Date":"2/27/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":416,"Cost":280,"Date":"3/1/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":447,"Cost":351,"Date":"3/1/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":184,"Cost":133,"Date":"3/19/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":960,"Cost":777,"Date":"3/28/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":203,"Cost":167,"Date":"5/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":677,"Cost":461,"Date":"7/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":743,"Cost":550,"Date":"8/5/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":676,"Cost":613,"Date":"8/12/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":987,"Cost":629,"Date":"8/21/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":371,"Cost":232,"Date":"8/23/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":620,"Cost":566,"Date":"9/3/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":748,"Cost":445,"Date":"9/5/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":208,"Cost":163,"Date":"10/6/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":423,"Cost":400,"Date":"10/19/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":914,"Cost":712,"Date":"11/15/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":250,"Cost":125,"Date":"12/8/2021"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":782,"Cost":535,"Date":"1/8/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":21,"Cost":20,"Date":"1/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":378,"Cost":334,"Date":"1/19/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":438,"Cost":326,"Date":"1/28/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":33,"Cost":21,"Date":"1/31/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":529,"Cost":336,"Date":"3/27/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":562,"Cost":463,"Date":"4/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":767,"Cost":659,"Date":"4/24/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":614,"Cost":437,"Date":"4/28/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":497,"Cost":444,"Date":"5/15/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":697,"Cost":607,"Date":"5/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":780,"Cost":478,"Date":"5/18/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":274,"Cost":228,"Date":"6/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":533,"Cost":389,"Date":"6/3/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":199,"Cost":163,"Date":"6/5/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":662,"Cost":533,"Date":"6/7/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":324,"Cost":246,"Date":"6/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":529,"Cost":362,"Date":"6/20/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":81,"Cost":60,"Date":"6/24/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":241,"Cost":183,"Date":"7/4/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":708,"Cost":478,"Date":"7/9/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":392,"Cost":322,"Date":"7/12/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":644,"Cost":381,"Date":"8/14/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":497,"Cost":420,"Date":"8/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":780,"Cost":595,"Date":"8/23/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":242,"Cost":147,"Date":"9/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":581,"Cost":343,"Date":"9/3/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":25,"Cost":19,"Date":"9/16/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":588,"Cost":516,"Date":"10/4/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":382,"Cost":212,"Date":"11/1/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":811,"Cost":655,"Date":"11/2/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":310,"Cost":204,"Date":"12/17/2022"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":273,"Cost":233,"Date":"2/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":97,"Cost":78,"Date":"2/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":257,"Cost":191,"Date":"3/4/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":762,"Cost":502,"Date":"3/9/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":203,"Cost":136,"Date":"3/9/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":504,"Cost":287,"Date":"3/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":603,"Cost":515,"Date":"3/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":700,"Cost":496,"Date":"3/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":173,"Cost":141,"Date":"3/23/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":656,"Cost":529,"Date":"4/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":599,"Cost":459,"Date":"5/7/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":840,"Cost":442,"Date":"5/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":486,"Cost":355,"Date":"5/20/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":44,"Cost":24,"Date":"6/2/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":502,"Cost":367,"Date":"6/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":72,"Cost":51,"Date":"6/16/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":493,"Cost":435,"Date":"6/16/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":996,"Cost":675,"Date":"7/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":533,"Cost":399,"Date":"7/11/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":464,"Cost":301,"Date":"8/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":196,"Cost":124,"Date":"8/29/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":906,"Cost":667,"Date":"8/31/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":8,"Cost":6,"Date":"9/8/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":251,"Cost":173,"Date":"9/13/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":806,"Cost":428,"Date":"9/14/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":231,"Cost":160,"Date":"9/19/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":45,"Cost":39,"Date":"9/25/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":377,"Cost":210,"Date":"10/4/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":63,"Cost":42,"Date":"10/10/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":86,"Cost":78,"Date":"10/17/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":695,"Cost":538,"Date":"10/28/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":423,"Cost":227,"Date":"10/30/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":295,"Cost":200,"Date":"11/1/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":630,"Cost":560,"Date":"11/15/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":344,"Cost":229,"Date":"11/25/2023"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":654,"Cost":582,"Date":"1/10/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":452,"Cost":243,"Date":"1/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":982,"Cost":791,"Date":"1/20/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":17,"Cost":16,"Date":"2/8/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":169,"Cost":88,"Date":"2/25/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":520,"Cost":262,"Date":"3/7/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":653,"Cost":524,"Date":"3/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":899,"Cost":527,"Date":"3/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":882,"Cost":669,"Date":"4/5/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":127,"Cost":85,"Date":"4/14/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":825,"Cost":642,"Date":"5/3/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":79,"Cost":52,"Date":"5/9/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":515,"Cost":312,"Date":"5/15/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":962,"Cost":630,"Date":"5/25/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":597,"Cost":366,"Date":"5/26/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":737,"Cost":611,"Date":"5/31/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":76,"Cost":69,"Date":"7/27/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":970,"Cost":614,"Date":"9/17/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":651,"Cost":586,"Date":"10/6/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":938,"Cost":704,"Date":"10/8/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":939,"Cost":723,"Date":"10/26/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":454,"Cost":293,"Date":"11/16/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":156,"Cost":112,"Date":"11/18/2024"},{"Store":"Rundle Mall, Adelaide","Brand":"COS","Country":"Australia","Sale":617,"Cost":549,"Date":"12/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":868,"Cost":685,"Date":"2/9/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":201,"Date":"2/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":39,"Cost":27,"Date":"3/10/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":529,"Cost":402,"Date":"3/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":268,"Cost":250,"Date":"3/18/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":625,"Date":"3/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":604,"Cost":494,"Date":"3/26/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":215,"Cost":117,"Date":"6/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":499,"Cost":301,"Date":"6/10/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":439,"Cost":279,"Date":"6/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":640,"Date":"6/25/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":443,"Cost":385,"Date":"7/19/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":429,"Cost":296,"Date":"7/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":517,"Date":"7/25/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":790,"Cost":604,"Date":"8/4/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":371,"Cost":269,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":118,"Cost":98,"Date":"9/4/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":644,"Cost":394,"Date":"9/19/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":185,"Date":"9/29/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":711,"Cost":365,"Date":"10/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":499,"Date":"10/15/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":42,"Cost":30,"Date":"10/30/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":82,"Cost":67,"Date":"11/9/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":578,"Cost":360,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":842,"Cost":763,"Date":"11/30/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":1,"Cost":0,"Date":"12/8/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":479,"Cost":438,"Date":"12/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":653,"Cost":470,"Date":"1/15/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":185,"Date":"1/24/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":959,"Cost":811,"Date":"2/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":925,"Cost":757,"Date":"2/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":548,"Date":"3/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":726,"Cost":460,"Date":"3/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":229,"Date":"4/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":68,"Cost":49,"Date":"5/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":613,"Cost":381,"Date":"5/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":236,"Cost":222,"Date":"6/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":647,"Date":"6/26/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":437,"Cost":387,"Date":"7/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":699,"Cost":430,"Date":"7/13/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":475,"Cost":408,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":877,"Cost":768,"Date":"8/26/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":920,"Cost":644,"Date":"9/2/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":463,"Cost":420,"Date":"9/29/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":926,"Cost":749,"Date":"10/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":772,"Cost":489,"Date":"11/2/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":832,"Cost":421,"Date":"11/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":358,"Date":"11/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":606,"Cost":447,"Date":"12/1/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":628,"Date":"12/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":48,"Cost":41,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":954,"Cost":879,"Date":"12/18/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":889,"Cost":753,"Date":"12/20/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":505,"Cost":262,"Date":"12/20/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":559,"Cost":469,"Date":"12/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":359,"Date":"1/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":23,"Date":"2/5/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":207,"Cost":108,"Date":"2/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":272,"Date":"2/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":759,"Cost":509,"Date":"2/18/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":898,"Cost":659,"Date":"2/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":932,"Cost":839,"Date":"2/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":784,"Cost":494,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":519,"Date":"4/2/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":647,"Cost":427,"Date":"4/3/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":625,"Cost":377,"Date":"4/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":281,"Cost":211,"Date":"4/10/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":775,"Cost":701,"Date":"4/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":879,"Cost":509,"Date":"5/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":242,"Date":"5/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":115,"Date":"6/20/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":47,"Date":"7/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":943,"Cost":822,"Date":"7/4/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":939,"Cost":793,"Date":"7/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":13,"Date":"7/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":165,"Date":"7/14/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":614,"Cost":502,"Date":"7/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":143,"Cost":111,"Date":"8/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":718,"Cost":406,"Date":"8/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":40,"Cost":24,"Date":"8/7/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":416,"Cost":391,"Date":"8/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":248,"Date":"8/31/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":802,"Cost":418,"Date":"9/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":293,"Cost":244,"Date":"9/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":335,"Cost":242,"Date":"9/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":909,"Cost":584,"Date":"9/29/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":132,"Cost":94,"Date":"11/7/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":64,"Cost":43,"Date":"11/26/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":822,"Cost":777,"Date":"11/27/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":670,"Cost":624,"Date":"12/5/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":569,"Date":"12/26/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":332,"Cost":196,"Date":"12/31/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":604,"Cost":335,"Date":"1/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":919,"Cost":481,"Date":"2/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":427,"Cost":216,"Date":"2/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":635,"Date":"2/27/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":251,"Cost":237,"Date":"3/1/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":769,"Date":"3/1/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":278,"Cost":212,"Date":"3/19/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":366,"Cost":296,"Date":"3/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":120,"Cost":61,"Date":"5/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":493,"Date":"7/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":158,"Cost":89,"Date":"8/5/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":118,"Cost":109,"Date":"8/12/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":568,"Cost":396,"Date":"8/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":134,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":178,"Cost":151,"Date":"9/3/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":104,"Cost":52,"Date":"9/5/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":412,"Cost":235,"Date":"10/6/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":43,"Cost":40,"Date":"10/19/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":565,"Date":"11/15/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":357,"Cost":228,"Date":"12/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":230,"Date":"1/8/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":745,"Cost":475,"Date":"1/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":341,"Cost":315,"Date":"1/19/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":446,"Cost":225,"Date":"1/28/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":659,"Cost":581,"Date":"1/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":317,"Cost":276,"Date":"3/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":181,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":267,"Cost":189,"Date":"4/24/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":467,"Date":"4/28/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":300,"Cost":279,"Date":"5/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":582,"Date":"5/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":287,"Cost":182,"Date":"5/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":393,"Cost":261,"Date":"6/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":931,"Cost":680,"Date":"6/3/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":97,"Cost":49,"Date":"6/5/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":962,"Cost":735,"Date":"6/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":649,"Cost":526,"Date":"6/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":161,"Cost":126,"Date":"6/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":454,"Date":"6/24/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":248,"Date":"7/4/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":576,"Cost":499,"Date":"7/9/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":72,"Cost":52,"Date":"7/12/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":10,"Date":"8/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":606,"Date":"8/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":377,"Cost":357,"Date":"8/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":498,"Cost":320,"Date":"9/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":587,"Cost":334,"Date":"9/3/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":239,"Cost":224,"Date":"9/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":632,"Cost":403,"Date":"10/4/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":457,"Date":"11/1/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":505,"Cost":271,"Date":"11/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":683,"Cost":551,"Date":"12/17/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":539,"Date":"2/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":494,"Date":"2/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":526,"Cost":288,"Date":"3/4/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":201,"Date":"3/9/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":538,"Cost":296,"Date":"3/9/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":551,"Date":"3/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":483,"Cost":363,"Date":"3/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":86,"Cost":49,"Date":"3/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":514,"Cost":386,"Date":"3/23/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":388,"Date":"4/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":876,"Cost":769,"Date":"5/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":409,"Cost":324,"Date":"5/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":41,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":164,"Cost":95,"Date":"6/2/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":653,"Cost":398,"Date":"6/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":492,"Cost":266,"Date":"6/16/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":119,"Cost":111,"Date":"6/16/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":319,"Date":"7/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":974,"Cost":704,"Date":"7/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":550,"Cost":363,"Date":"8/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":86,"Cost":51,"Date":"8/29/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":301,"Date":"8/31/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":513,"Cost":477,"Date":"9/8/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":514,"Cost":373,"Date":"9/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":107,"Cost":65,"Date":"9/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":669,"Cost":439,"Date":"9/19/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":648,"Cost":459,"Date":"9/25/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":738,"Cost":490,"Date":"10/4/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":663,"Cost":551,"Date":"10/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":115,"Cost":98,"Date":"10/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":745,"Cost":423,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":131,"Cost":113,"Date":"10/30/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":577,"Cost":355,"Date":"11/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":630,"Date":"11/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":375,"Cost":243,"Date":"11/25/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":647,"Cost":382,"Date":"1/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":757,"Cost":678,"Date":"1/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":216,"Cost":200,"Date":"1/20/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":436,"Cost":218,"Date":"2/8/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":919,"Cost":549,"Date":"2/25/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":533,"Cost":494,"Date":"3/7/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":126,"Date":"3/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":31,"Cost":19,"Date":"3/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":479,"Date":"4/5/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":784,"Cost":490,"Date":"4/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":33,"Cost":30,"Date":"5/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":201,"Date":"5/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":493,"Cost":307,"Date":"5/15/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":2,"Date":"5/25/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":523,"Cost":261,"Date":"5/26/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":151,"Date":"5/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":43,"Cost":21,"Date":"7/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":271,"Cost":157,"Date":"9/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":811,"Cost":475,"Date":"10/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":571,"Cost":299,"Date":"10/8/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":335,"Cost":288,"Date":"10/26/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":8,"Cost":6,"Date":"11/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":18,"Cost":9,"Date":"11/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"ARKET","Country":"Australia","Sale":463,"Cost":354,"Date":"12/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":960,"Cost":596,"Date":"2/9/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":258,"Cost":238,"Date":"2/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":55,"Date":"3/10/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":36,"Cost":28,"Date":"3/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":482,"Date":"3/18/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":58,"Date":"3/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":388,"Cost":272,"Date":"3/26/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":509,"Cost":451,"Date":"6/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":580,"Cost":498,"Date":"6/10/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":323,"Cost":210,"Date":"6/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":373,"Date":"6/25/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":362,"Cost":296,"Date":"7/19/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":336,"Date":"7/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":338,"Date":"7/25/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":748,"Date":"8/4/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":235,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":507,"Date":"9/4/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":220,"Date":"9/19/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":576,"Cost":483,"Date":"9/29/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":441,"Cost":299,"Date":"10/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":498,"Date":"10/15/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":167,"Cost":137,"Date":"10/30/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":627,"Date":"11/9/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":2,"Cost":1,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":85,"Cost":62,"Date":"11/30/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":62,"Date":"12/8/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":229,"Date":"12/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":196,"Date":"1/15/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":499,"Date":"1/24/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":262,"Cost":244,"Date":"2/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":156,"Date":"2/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":88,"Cost":58,"Date":"3/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":849,"Cost":656,"Date":"3/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":374,"Cost":272,"Date":"4/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":838,"Date":"5/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":842,"Cost":577,"Date":"5/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":300,"Cost":275,"Date":"6/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":118,"Date":"6/26/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":445,"Date":"7/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":735,"Cost":610,"Date":"7/13/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":719,"Cost":453,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":745,"Cost":534,"Date":"8/26/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":257,"Date":"9/2/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":553,"Cost":460,"Date":"9/29/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":28,"Date":"10/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":669,"Cost":415,"Date":"11/2/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":329,"Cost":298,"Date":"11/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":105,"Date":"11/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":25,"Cost":15,"Date":"12/1/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":447,"Cost":301,"Date":"12/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":40,"Cost":30,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":364,"Date":"12/18/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":272,"Date":"12/20/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":744,"Cost":548,"Date":"12/20/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":239,"Cost":223,"Date":"12/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":230,"Date":"1/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":44,"Date":"2/5/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":911,"Cost":528,"Date":"2/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":67,"Date":"2/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":598,"Cost":509,"Date":"2/18/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":337,"Date":"2/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":24,"Cost":16,"Date":"2/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":33,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":516,"Cost":483,"Date":"4/2/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":399,"Date":"4/3/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":862,"Cost":442,"Date":"4/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":385,"Date":"4/10/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":536,"Date":"4/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":363,"Cost":324,"Date":"5/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":267,"Date":"5/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":9,"Date":"6/20/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":231,"Cost":209,"Date":"7/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":408,"Cost":387,"Date":"7/4/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":200,"Cost":104,"Date":"7/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":184,"Cost":170,"Date":"7/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":827,"Cost":709,"Date":"7/14/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":380,"Date":"7/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":445,"Cost":406,"Date":"8/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":3,"Date":"8/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":523,"Date":"8/7/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":620,"Date":"8/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":287,"Date":"8/31/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":243,"Date":"9/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":300,"Cost":210,"Date":"9/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":820,"Date":"9/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":232,"Cost":132,"Date":"9/29/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":924,"Cost":810,"Date":"11/7/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":314,"Date":"11/26/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":381,"Date":"11/27/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":930,"Cost":519,"Date":"12/5/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":11,"Cost":9,"Date":"12/26/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":580,"Cost":323,"Date":"12/31/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":611,"Date":"1/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":314,"Cost":273,"Date":"2/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":872,"Cost":482,"Date":"2/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":202,"Date":"2/27/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":401,"Cost":284,"Date":"3/1/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":562,"Cost":344,"Date":"3/1/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":389,"Cost":275,"Date":"3/19/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":919,"Cost":603,"Date":"3/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":936,"Cost":883,"Date":"5/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":813,"Cost":425,"Date":"7/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":368,"Cost":315,"Date":"8/5/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":3,"Date":"8/12/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":595,"Date":"8/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":793,"Cost":598,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":489,"Date":"9/3/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":262,"Cost":234,"Date":"9/5/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":435,"Cost":315,"Date":"10/6/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":807,"Cost":429,"Date":"10/19/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":163,"Date":"11/15/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":806,"Cost":749,"Date":"12/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":203,"Cost":168,"Date":"1/8/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":931,"Cost":606,"Date":"1/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":290,"Date":"1/19/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":451,"Cost":272,"Date":"1/28/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":447,"Cost":424,"Date":"1/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":653,"Date":"3/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":511,"Cost":392,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":735,"Date":"4/24/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":419,"Date":"4/28/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":580,"Cost":436,"Date":"5/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":548,"Date":"5/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":448,"Cost":301,"Date":"5/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":341,"Date":"6/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":366,"Date":"6/3/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":412,"Cost":329,"Date":"6/5/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":155,"Date":"6/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":900,"Cost":752,"Date":"6/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":936,"Cost":756,"Date":"6/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":505,"Cost":279,"Date":"6/24/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":474,"Cost":394,"Date":"7/4/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":618,"Date":"7/9/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":117,"Date":"7/12/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":873,"Cost":698,"Date":"8/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":595,"Cost":435,"Date":"8/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":21,"Cost":10,"Date":"8/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":585,"Cost":364,"Date":"9/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":810,"Date":"9/3/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":227,"Cost":125,"Date":"9/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":171,"Date":"10/4/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":844,"Cost":687,"Date":"11/1/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":623,"Cost":408,"Date":"11/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":548,"Cost":484,"Date":"12/17/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":967,"Cost":539,"Date":"2/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":657,"Cost":458,"Date":"2/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":602,"Cost":353,"Date":"3/4/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":84,"Date":"3/9/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":480,"Cost":291,"Date":"3/9/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":408,"Date":"3/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":495,"Date":"3/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":646,"Cost":385,"Date":"3/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":536,"Cost":455,"Date":"3/23/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":666,"Cost":581,"Date":"4/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":477,"Date":"5/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":500,"Cost":356,"Date":"5/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":497,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":782,"Cost":600,"Date":"6/2/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":246,"Cost":137,"Date":"6/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":198,"Date":"6/16/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":36,"Date":"6/16/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":235,"Cost":222,"Date":"7/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":182,"Cost":155,"Date":"7/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":733,"Cost":621,"Date":"8/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":667,"Cost":615,"Date":"8/29/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":810,"Cost":758,"Date":"8/31/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":99,"Cost":80,"Date":"9/8/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":824,"Cost":683,"Date":"9/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":508,"Cost":304,"Date":"9/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":444,"Cost":415,"Date":"9/19/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":71,"Cost":54,"Date":"9/25/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":453,"Date":"10/4/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":707,"Cost":671,"Date":"10/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":862,"Cost":540,"Date":"10/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":570,"Cost":300,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":617,"Cost":495,"Date":"10/30/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":530,"Date":"11/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":719,"Cost":634,"Date":"11/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":671,"Cost":635,"Date":"11/25/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":95,"Date":"1/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":196,"Date":"1/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":364,"Cost":227,"Date":"1/20/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":601,"Cost":534,"Date":"2/8/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":422,"Cost":271,"Date":"2/25/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":533,"Cost":319,"Date":"3/7/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":257,"Date":"3/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":38,"Date":"3/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":585,"Cost":318,"Date":"4/5/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":593,"Cost":556,"Date":"4/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":226,"Cost":191,"Date":"5/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":669,"Date":"5/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":969,"Cost":579,"Date":"5/15/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":634,"Cost":443,"Date":"5/25/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":99,"Date":"5/26/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":993,"Cost":786,"Date":"5/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":297,"Date":"7/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":389,"Date":"9/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":563,"Date":"10/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":961,"Cost":650,"Date":"10/8/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":389,"Cost":220,"Date":"10/26/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":21,"Cost":19,"Date":"11/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":773,"Cost":542,"Date":"11/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":54,"Date":"12/1/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":695,"Cost":420,"Date":"2/9/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":841,"Cost":766,"Date":"2/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":212,"Cost":196,"Date":"3/10/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":193,"Cost":150,"Date":"3/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":688,"Cost":507,"Date":"3/18/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":854,"Cost":704,"Date":"3/20/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":697,"Cost":605,"Date":"3/26/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":148,"Cost":114,"Date":"6/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":500,"Cost":272,"Date":"6/10/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":485,"Cost":385,"Date":"6/16/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":789,"Cost":697,"Date":"6/25/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":450,"Cost":251,"Date":"7/19/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":706,"Cost":556,"Date":"7/21/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":634,"Cost":586,"Date":"7/25/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":229,"Cost":192,"Date":"8/4/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":529,"Cost":440,"Date":"9/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":4,"Cost":4,"Date":"9/4/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":971,"Cost":528,"Date":"9/19/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":319,"Cost":163,"Date":"9/29/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":120,"Cost":108,"Date":"10/2/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":171,"Cost":112,"Date":"10/15/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":295,"Cost":166,"Date":"10/30/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":726,"Cost":594,"Date":"11/9/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":915,"Cost":809,"Date":"11/23/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":487,"Cost":419,"Date":"11/30/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":653,"Cost":619,"Date":"12/8/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":410,"Cost":250,"Date":"12/11/2018"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":597,"Cost":312,"Date":"1/15/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":459,"Cost":311,"Date":"1/24/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":631,"Cost":383,"Date":"2/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":704,"Cost":366,"Date":"2/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":423,"Cost":262,"Date":"3/9/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":400,"Cost":367,"Date":"3/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":925,"Cost":798,"Date":"4/19/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":299,"Cost":189,"Date":"5/3/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":61,"Cost":48,"Date":"5/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":141,"Cost":83,"Date":"6/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":118,"Cost":102,"Date":"6/26/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":459,"Cost":405,"Date":"7/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":972,"Cost":919,"Date":"7/13/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":40,"Cost":23,"Date":"8/8/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":906,"Cost":460,"Date":"8/26/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":675,"Cost":619,"Date":"9/2/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":182,"Cost":135,"Date":"9/29/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":149,"Cost":99,"Date":"10/12/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":667,"Cost":577,"Date":"11/2/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":294,"Cost":159,"Date":"11/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":998,"Cost":890,"Date":"11/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":932,"Cost":738,"Date":"12/1/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":781,"Cost":494,"Date":"12/4/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":60,"Cost":56,"Date":"12/7/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":8,"Cost":5,"Date":"12/18/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":6,"Cost":3,"Date":"12/20/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":339,"Cost":278,"Date":"12/20/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":674,"Cost":442,"Date":"12/21/2019"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":477,"Cost":409,"Date":"1/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":897,"Cost":781,"Date":"2/5/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":530,"Cost":482,"Date":"2/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":987,"Cost":537,"Date":"2/16/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":824,"Cost":622,"Date":"2/18/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":457,"Cost":321,"Date":"2/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":579,"Cost":419,"Date":"2/25/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":779,"Cost":653,"Date":"3/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":710,"Cost":524,"Date":"4/2/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":767,"Cost":681,"Date":"4/3/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":789,"Cost":613,"Date":"4/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":590,"Cost":477,"Date":"4/10/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":741,"Cost":655,"Date":"4/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":530,"Cost":457,"Date":"5/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":978,"Cost":702,"Date":"5/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":498,"Cost":279,"Date":"6/20/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":676,"Cost":511,"Date":"7/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":691,"Cost":599,"Date":"7/4/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":849,"Cost":769,"Date":"7/8/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":503,"Cost":443,"Date":"7/9/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":961,"Cost":570,"Date":"7/14/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":720,"Cost":547,"Date":"7/19/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":751,"Cost":482,"Date":"8/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":733,"Cost":651,"Date":"8/6/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":169,"Cost":92,"Date":"8/7/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":233,"Cost":136,"Date":"8/22/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":322,"Cost":303,"Date":"8/31/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":245,"Cost":161,"Date":"9/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":580,"Cost":489,"Date":"9/1/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":978,"Cost":579,"Date":"9/17/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":318,"Cost":164,"Date":"9/29/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":601,"Cost":409,"Date":"11/7/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":702,"Cost":532,"Date":"11/26/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":13,"Cost":12,"Date":"11/27/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":608,"Cost":487,"Date":"12/5/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":398,"Cost":334,"Date":"12/26/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":740,"Cost":390,"Date":"12/31/2020"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":54,"Cost":48,"Date":"1/20/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":646,"Cost":579,"Date":"2/2/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":787,"Cost":586,"Date":"2/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":48,"Cost":36,"Date":"2/27/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":97,"Cost":90,"Date":"3/1/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":205,"Cost":131,"Date":"3/1/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":347,"Cost":223,"Date":"3/19/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":302,"Cost":260,"Date":"3/28/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":246,"Cost":172,"Date":"5/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":412,"Cost":207,"Date":"7/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":86,"Cost":63,"Date":"8/5/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":602,"Cost":499,"Date":"8/12/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":661,"Cost":499,"Date":"8/21/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":679,"Cost":499,"Date":"8/23/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":257,"Cost":238,"Date":"9/3/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":129,"Cost":93,"Date":"9/5/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":248,"Cost":229,"Date":"10/6/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":531,"Cost":368,"Date":"10/19/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":347,"Cost":328,"Date":"11/15/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":921,"Cost":688,"Date":"12/8/2021"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":247,"Cost":146,"Date":"1/8/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":681,"Cost":623,"Date":"1/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":877,"Cost":567,"Date":"1/19/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":315,"Cost":159,"Date":"1/28/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":996,"Cost":756,"Date":"1/31/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":270,"Cost":228,"Date":"3/27/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":292,"Cost":215,"Date":"4/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":121,"Cost":114,"Date":"4/24/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":677,"Cost":522,"Date":"4/28/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":987,"Cost":894,"Date":"5/15/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":644,"Cost":420,"Date":"5/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":148,"Cost":105,"Date":"5/18/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":688,"Cost":585,"Date":"6/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":879,"Cost":675,"Date":"6/3/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":498,"Cost":305,"Date":"6/5/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":421,"Cost":397,"Date":"6/7/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":723,"Cost":671,"Date":"6/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":804,"Cost":414,"Date":"6/20/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":859,"Cost":522,"Date":"6/24/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":983,"Cost":827,"Date":"7/4/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":727,"Cost":527,"Date":"7/9/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":855,"Cost":672,"Date":"7/12/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":331,"Cost":215,"Date":"8/14/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":277,"Cost":237,"Date":"8/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":962,"Cost":733,"Date":"8/23/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":400,"Cost":319,"Date":"9/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":794,"Cost":515,"Date":"9/3/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":354,"Cost":326,"Date":"9/16/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":995,"Cost":942,"Date":"10/4/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":177,"Cost":100,"Date":"11/1/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":736,"Cost":543,"Date":"11/2/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":881,"Cost":800,"Date":"12/17/2022"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":44,"Cost":32,"Date":"2/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":468,"Cost":305,"Date":"2/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":774,"Cost":480,"Date":"3/4/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":976,"Cost":610,"Date":"3/9/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":551,"Cost":437,"Date":"3/9/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":141,"Cost":93,"Date":"3/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":792,"Cost":450,"Date":"3/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":766,"Cost":435,"Date":"3/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":276,"Cost":189,"Date":"3/23/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":522,"Cost":486,"Date":"4/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":520,"Cost":316,"Date":"5/7/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":973,"Cost":607,"Date":"5/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":91,"Cost":51,"Date":"5/20/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":733,"Cost":476,"Date":"6/2/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":547,"Cost":356,"Date":"6/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":412,"Cost":218,"Date":"6/16/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":104,"Cost":62,"Date":"6/16/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":84,"Cost":76,"Date":"7/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":430,"Cost":275,"Date":"7/11/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":682,"Cost":382,"Date":"8/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":436,"Cost":388,"Date":"8/29/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":776,"Cost":507,"Date":"8/31/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":202,"Cost":157,"Date":"9/8/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":923,"Cost":763,"Date":"9/13/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":474,"Cost":260,"Date":"9/14/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":868,"Cost":711,"Date":"9/19/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":866,"Cost":667,"Date":"9/25/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":673,"Cost":340,"Date":"10/4/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":190,"Cost":181,"Date":"10/10/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":800,"Cost":535,"Date":"10/17/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":389,"Cost":205,"Date":"10/28/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":729,"Cost":676,"Date":"10/30/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":211,"Cost":177,"Date":"11/1/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":59,"Cost":39,"Date":"11/15/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":153,"Cost":118,"Date":"11/25/2023"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":184,"Cost":156,"Date":"1/10/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":239,"Cost":149,"Date":"1/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":358,"Cost":233,"Date":"1/20/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":635,"Cost":589,"Date":"2/8/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":779,"Cost":689,"Date":"2/25/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":747,"Cost":398,"Date":"3/7/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":148,"Cost":93,"Date":"3/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":151,"Cost":140,"Date":"3/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":857,"Cost":507,"Date":"4/5/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":704,"Cost":366,"Date":"4/14/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":881,"Cost":635,"Date":"5/3/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":327,"Cost":242,"Date":"5/9/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":660,"Cost":583,"Date":"5/15/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":851,"Cost":602,"Date":"5/25/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":94,"Cost":58,"Date":"5/26/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":459,"Cost":336,"Date":"5/31/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":359,"Cost":202,"Date":"7/27/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":607,"Cost":371,"Date":"9/17/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":209,"Cost":142,"Date":"10/6/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":334,"Cost":224,"Date":"10/8/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":160,"Cost":83,"Date":"10/26/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":534,"Cost":325,"Date":"11/16/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":842,"Cost":474,"Date":"11/18/2024"},{"Store":"Westfield Marion, Adelaide","Brand":"HM","Country":"Australia","Sale":964,"Cost":855,"Date":"12/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":844,"Cost":640,"Date":"2/9/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":538,"Cost":450,"Date":"2/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":151,"Cost":138,"Date":"3/10/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":471,"Date":"3/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":967,"Cost":891,"Date":"3/18/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":620,"Cost":543,"Date":"3/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":985,"Cost":780,"Date":"3/26/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":216,"Date":"6/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":726,"Cost":417,"Date":"6/10/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":621,"Cost":436,"Date":"6/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":569,"Date":"6/25/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":649,"Cost":556,"Date":"7/19/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":256,"Cost":208,"Date":"7/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":834,"Cost":673,"Date":"7/25/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":615,"Cost":463,"Date":"8/4/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":720,"Cost":475,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":825,"Cost":426,"Date":"9/4/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":714,"Cost":611,"Date":"9/19/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":314,"Cost":270,"Date":"9/29/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":500,"Cost":310,"Date":"10/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":159,"Cost":137,"Date":"10/15/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":302,"Cost":242,"Date":"10/30/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":363,"Cost":211,"Date":"11/9/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":919,"Cost":585,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":274,"Date":"11/30/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":367,"Cost":219,"Date":"12/8/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":375,"Date":"12/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":812,"Cost":447,"Date":"1/15/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":432,"Cost":297,"Date":"1/24/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":231,"Cost":187,"Date":"2/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":253,"Date":"2/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":762,"Date":"3/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":113,"Cost":68,"Date":"3/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":447,"Cost":387,"Date":"4/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":232,"Date":"5/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":165,"Cost":131,"Date":"5/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":220,"Cost":189,"Date":"6/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":519,"Cost":316,"Date":"6/26/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":631,"Date":"7/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":514,"Cost":265,"Date":"7/13/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":707,"Cost":596,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":864,"Cost":688,"Date":"8/26/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":438,"Date":"9/2/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":12,"Cost":7,"Date":"9/29/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":417,"Cost":331,"Date":"10/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":370,"Cost":212,"Date":"11/2/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":700,"Cost":595,"Date":"11/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":661,"Cost":386,"Date":"11/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":131,"Date":"12/1/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":489,"Cost":350,"Date":"12/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":498,"Cost":429,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":469,"Cost":379,"Date":"12/18/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":644,"Date":"12/20/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":694,"Cost":355,"Date":"12/20/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":707,"Cost":652,"Date":"12/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":577,"Cost":431,"Date":"1/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":977,"Cost":892,"Date":"2/5/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":423,"Cost":233,"Date":"2/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":898,"Cost":590,"Date":"2/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":495,"Date":"2/18/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":36,"Cost":33,"Date":"2/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":109,"Cost":100,"Date":"2/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":411,"Cost":211,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":860,"Cost":523,"Date":"4/2/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":702,"Cost":373,"Date":"4/3/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":964,"Cost":661,"Date":"4/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":330,"Cost":183,"Date":"4/10/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":545,"Date":"4/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":311,"Date":"5/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":746,"Cost":599,"Date":"5/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":692,"Cost":506,"Date":"6/20/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":381,"Date":"7/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":622,"Cost":523,"Date":"7/4/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":710,"Date":"7/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":439,"Cost":390,"Date":"7/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":662,"Cost":421,"Date":"7/14/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":848,"Cost":769,"Date":"7/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":233,"Cost":171,"Date":"8/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":663,"Cost":356,"Date":"8/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":213,"Date":"8/7/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":853,"Cost":732,"Date":"8/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":349,"Cost":246,"Date":"8/31/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":478,"Date":"9/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":831,"Cost":698,"Date":"9/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":188,"Cost":117,"Date":"9/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":387,"Date":"9/29/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":984,"Cost":662,"Date":"11/7/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":552,"Date":"11/26/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":837,"Cost":669,"Date":"11/27/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":878,"Date":"12/5/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":316,"Date":"12/26/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":49,"Cost":29,"Date":"12/31/2020"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":246,"Cost":165,"Date":"1/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":516,"Date":"2/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":231,"Date":"2/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":645,"Cost":611,"Date":"2/27/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":395,"Cost":307,"Date":"3/1/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":131,"Cost":87,"Date":"3/1/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":242,"Cost":198,"Date":"3/19/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":205,"Cost":164,"Date":"3/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":435,"Cost":313,"Date":"5/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":394,"Cost":257,"Date":"7/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":572,"Cost":307,"Date":"8/5/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":77,"Cost":50,"Date":"8/12/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":630,"Date":"8/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":630,"Cost":521,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":530,"Cost":310,"Date":"9/3/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":945,"Cost":697,"Date":"9/5/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":360,"Cost":311,"Date":"10/6/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":149,"Cost":137,"Date":"10/19/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":49,"Cost":43,"Date":"11/15/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":652,"Cost":417,"Date":"12/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":83,"Cost":49,"Date":"1/8/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":499,"Cost":420,"Date":"1/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":293,"Cost":188,"Date":"1/19/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":408,"Cost":332,"Date":"1/28/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":946,"Cost":532,"Date":"1/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":134,"Cost":100,"Date":"3/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":942,"Cost":747,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":521,"Cost":406,"Date":"4/24/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":407,"Cost":316,"Date":"4/28/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":382,"Date":"5/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":848,"Cost":595,"Date":"5/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":173,"Cost":149,"Date":"5/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":961,"Cost":719,"Date":"6/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":628,"Cost":341,"Date":"6/3/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":567,"Cost":472,"Date":"6/5/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":637,"Cost":435,"Date":"6/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":377,"Date":"6/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":22,"Cost":15,"Date":"6/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":416,"Cost":286,"Date":"6/24/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":675,"Cost":432,"Date":"7/4/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":757,"Cost":586,"Date":"7/9/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":498,"Cost":301,"Date":"7/12/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":916,"Cost":657,"Date":"8/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":551,"Cost":390,"Date":"8/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":381,"Cost":281,"Date":"8/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":968,"Cost":598,"Date":"9/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":692,"Cost":466,"Date":"9/3/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":283,"Cost":261,"Date":"9/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":600,"Cost":483,"Date":"10/4/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":721,"Cost":655,"Date":"11/1/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":669,"Date":"11/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":921,"Cost":629,"Date":"12/17/2022"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":925,"Cost":742,"Date":"2/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":311,"Date":"2/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":795,"Cost":725,"Date":"3/4/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":407,"Cost":253,"Date":"3/9/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":982,"Cost":493,"Date":"3/9/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":617,"Cost":369,"Date":"3/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":633,"Cost":522,"Date":"3/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":717,"Date":"3/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":476,"Date":"3/23/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":484,"Cost":433,"Date":"4/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":532,"Cost":471,"Date":"5/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":528,"Cost":460,"Date":"5/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":750,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":104,"Cost":70,"Date":"6/2/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":230,"Cost":129,"Date":"6/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":513,"Date":"6/16/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":449,"Cost":238,"Date":"6/16/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":969,"Cost":592,"Date":"7/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":451,"Cost":239,"Date":"7/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":84,"Date":"8/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":332,"Cost":276,"Date":"8/29/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":846,"Date":"8/31/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":509,"Date":"9/8/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":842,"Date":"9/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":683,"Cost":610,"Date":"9/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":367,"Cost":246,"Date":"9/19/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":227,"Cost":137,"Date":"9/25/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":874,"Cost":777,"Date":"10/4/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":452,"Cost":345,"Date":"10/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":839,"Cost":731,"Date":"10/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":740,"Cost":415,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":457,"Cost":368,"Date":"10/30/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":995,"Cost":726,"Date":"11/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":570,"Cost":368,"Date":"11/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":851,"Cost":620,"Date":"11/25/2023"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":240,"Date":"1/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":406,"Cost":372,"Date":"1/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":71,"Cost":44,"Date":"1/20/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":556,"Date":"2/8/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":363,"Date":"2/25/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":958,"Cost":894,"Date":"3/7/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":398,"Cost":282,"Date":"3/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":304,"Cost":198,"Date":"3/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":770,"Cost":493,"Date":"4/5/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":274,"Cost":253,"Date":"4/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":370,"Date":"5/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":496,"Cost":424,"Date":"5/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":371,"Cost":291,"Date":"5/15/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":338,"Cost":261,"Date":"5/25/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":718,"Date":"5/26/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":795,"Cost":747,"Date":"5/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":613,"Cost":433,"Date":"7/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":397,"Cost":260,"Date":"9/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":595,"Cost":528,"Date":"10/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":977,"Cost":659,"Date":"10/8/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":394,"Cost":298,"Date":"10/26/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":354,"Cost":217,"Date":"11/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":818,"Cost":597,"Date":"11/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":384,"Date":"12/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":718,"Cost":492,"Date":"2/9/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":430,"Cost":400,"Date":"2/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":8,"Cost":7,"Date":"3/10/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":272,"Cost":206,"Date":"3/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":27,"Cost":14,"Date":"3/18/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":278,"Cost":190,"Date":"3/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":872,"Cost":543,"Date":"3/26/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":672,"Cost":441,"Date":"6/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":409,"Cost":361,"Date":"6/10/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":391,"Cost":357,"Date":"6/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":877,"Cost":756,"Date":"6/25/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":211,"Cost":189,"Date":"7/19/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":96,"Cost":83,"Date":"7/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":528,"Cost":464,"Date":"7/25/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":418,"Cost":233,"Date":"8/4/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":507,"Cost":303,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":896,"Cost":844,"Date":"9/4/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":580,"Cost":525,"Date":"9/19/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":362,"Cost":249,"Date":"9/29/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":612,"Cost":306,"Date":"10/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":959,"Cost":803,"Date":"10/15/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":65,"Cost":61,"Date":"10/30/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":86,"Cost":57,"Date":"11/9/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":722,"Cost":364,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":170,"Cost":157,"Date":"11/30/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":127,"Cost":84,"Date":"12/8/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":193,"Cost":163,"Date":"12/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":558,"Cost":290,"Date":"1/15/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":489,"Cost":404,"Date":"1/24/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":848,"Cost":577,"Date":"2/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":822,"Cost":569,"Date":"2/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":674,"Cost":556,"Date":"3/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":247,"Cost":218,"Date":"3/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":484,"Cost":418,"Date":"4/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":83,"Cost":74,"Date":"5/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":536,"Cost":406,"Date":"5/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":402,"Cost":356,"Date":"6/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":641,"Cost":562,"Date":"6/26/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":255,"Cost":230,"Date":"7/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":456,"Cost":334,"Date":"7/13/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":641,"Cost":392,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":486,"Cost":253,"Date":"8/26/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":148,"Cost":132,"Date":"9/2/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":916,"Cost":859,"Date":"9/29/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":721,"Cost":379,"Date":"10/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":142,"Cost":78,"Date":"11/2/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":239,"Cost":190,"Date":"11/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":302,"Cost":248,"Date":"11/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":900,"Cost":508,"Date":"12/1/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":981,"Cost":823,"Date":"12/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":823,"Cost":516,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":600,"Cost":319,"Date":"12/18/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":110,"Cost":87,"Date":"12/20/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":180,"Cost":123,"Date":"12/20/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":415,"Cost":214,"Date":"12/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":353,"Cost":257,"Date":"1/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":993,"Cost":537,"Date":"2/5/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":850,"Cost":769,"Date":"2/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":712,"Cost":394,"Date":"2/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":494,"Cost":394,"Date":"2/18/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":924,"Cost":719,"Date":"2/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":462,"Cost":400,"Date":"2/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":572,"Cost":452,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":373,"Cost":225,"Date":"4/2/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":670,"Cost":479,"Date":"4/3/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":514,"Cost":380,"Date":"4/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":777,"Cost":612,"Date":"4/10/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":632,"Cost":383,"Date":"4/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":486,"Cost":341,"Date":"5/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":860,"Cost":629,"Date":"5/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":454,"Cost":319,"Date":"6/20/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":250,"Cost":220,"Date":"7/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":79,"Cost":61,"Date":"7/4/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":993,"Cost":923,"Date":"7/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":386,"Cost":327,"Date":"7/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":645,"Cost":474,"Date":"7/14/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":631,"Cost":539,"Date":"7/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":761,"Cost":694,"Date":"8/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":1000,"Cost":581,"Date":"8/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":427,"Cost":219,"Date":"8/7/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":803,"Cost":491,"Date":"8/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":730,"Cost":642,"Date":"8/31/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":612,"Cost":518,"Date":"9/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":154,"Cost":137,"Date":"9/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":993,"Cost":556,"Date":"9/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":511,"Cost":345,"Date":"9/29/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":563,"Cost":378,"Date":"11/7/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":981,"Cost":518,"Date":"11/26/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":261,"Cost":133,"Date":"11/27/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":718,"Cost":667,"Date":"12/5/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":390,"Cost":328,"Date":"12/26/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":886,"Cost":661,"Date":"12/31/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":253,"Cost":128,"Date":"1/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":304,"Cost":203,"Date":"2/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":818,"Cost":679,"Date":"2/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":463,"Cost":398,"Date":"2/27/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":94,"Cost":89,"Date":"3/1/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":836,"Cost":684,"Date":"3/1/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":424,"Cost":238,"Date":"3/19/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":298,"Cost":216,"Date":"3/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":736,"Cost":453,"Date":"5/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":38,"Cost":35,"Date":"7/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":843,"Cost":683,"Date":"8/5/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":344,"Cost":199,"Date":"8/12/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":789,"Cost":672,"Date":"8/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":581,"Cost":473,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":617,"Cost":378,"Date":"9/3/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":715,"Cost":563,"Date":"9/5/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":108,"Cost":59,"Date":"10/6/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":260,"Cost":210,"Date":"10/19/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":65,"Cost":35,"Date":"11/15/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":321,"Cost":202,"Date":"12/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":312,"Cost":292,"Date":"1/8/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":125,"Cost":96,"Date":"1/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":270,"Cost":194,"Date":"1/19/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":191,"Cost":164,"Date":"1/28/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":605,"Cost":410,"Date":"1/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":299,"Cost":155,"Date":"3/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":137,"Cost":94,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":370,"Cost":265,"Date":"4/24/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":618,"Cost":320,"Date":"4/28/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":198,"Cost":136,"Date":"5/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":108,"Cost":96,"Date":"5/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":725,"Cost":449,"Date":"5/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":906,"Cost":652,"Date":"6/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":275,"Cost":236,"Date":"6/3/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":383,"Cost":251,"Date":"6/5/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":336,"Cost":176,"Date":"6/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":347,"Cost":190,"Date":"6/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":617,"Cost":535,"Date":"6/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":433,"Cost":284,"Date":"6/24/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":308,"Cost":268,"Date":"7/4/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":468,"Cost":275,"Date":"7/9/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":30,"Cost":19,"Date":"7/12/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":789,"Cost":723,"Date":"8/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":889,"Cost":806,"Date":"8/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":65,"Cost":49,"Date":"8/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":876,"Cost":476,"Date":"9/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":740,"Cost":592,"Date":"9/3/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":442,"Cost":235,"Date":"9/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":151,"Cost":119,"Date":"10/4/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":758,"Cost":633,"Date":"11/1/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":448,"Cost":249,"Date":"11/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":425,"Cost":231,"Date":"12/17/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":142,"Cost":123,"Date":"2/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":355,"Cost":307,"Date":"2/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":119,"Cost":73,"Date":"3/4/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":999,"Cost":822,"Date":"3/9/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":23,"Cost":19,"Date":"3/9/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":517,"Cost":486,"Date":"3/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":576,"Cost":386,"Date":"3/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":902,"Cost":850,"Date":"3/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":228,"Cost":206,"Date":"3/23/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":957,"Cost":614,"Date":"4/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":431,"Cost":366,"Date":"5/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":269,"Cost":251,"Date":"5/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":758,"Cost":427,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":933,"Cost":828,"Date":"6/2/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":126,"Cost":95,"Date":"6/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":955,"Cost":706,"Date":"6/16/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":250,"Cost":137,"Date":"6/16/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":927,"Cost":862,"Date":"7/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":569,"Cost":458,"Date":"7/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":623,"Cost":456,"Date":"8/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":398,"Cost":274,"Date":"8/29/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":825,"Cost":462,"Date":"8/31/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":886,"Cost":815,"Date":"9/8/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":191,"Cost":136,"Date":"9/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":716,"Cost":457,"Date":"9/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":169,"Cost":103,"Date":"9/19/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":715,"Cost":638,"Date":"9/25/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":269,"Cost":171,"Date":"10/4/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":2,"Cost":1,"Date":"10/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":851,"Cost":671,"Date":"10/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":512,"Cost":309,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":836,"Cost":667,"Date":"10/30/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":945,"Cost":646,"Date":"11/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":249,"Cost":159,"Date":"11/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":541,"Cost":276,"Date":"11/25/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":56,"Cost":42,"Date":"1/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":378,"Cost":323,"Date":"1/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":281,"Cost":201,"Date":"1/20/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":427,"Cost":269,"Date":"2/8/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":350,"Cost":212,"Date":"2/25/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":499,"Cost":292,"Date":"3/7/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":467,"Cost":408,"Date":"3/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":345,"Cost":259,"Date":"3/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":133,"Cost":108,"Date":"4/5/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":654,"Cost":462,"Date":"4/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":442,"Cost":225,"Date":"5/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":740,"Cost":422,"Date":"5/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":554,"Cost":298,"Date":"5/15/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":639,"Cost":340,"Date":"5/25/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":47,"Cost":41,"Date":"5/26/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":215,"Cost":158,"Date":"5/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":789,"Cost":565,"Date":"7/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":16,"Cost":11,"Date":"9/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":336,"Cost":238,"Date":"10/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":77,"Cost":52,"Date":"10/8/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":378,"Cost":331,"Date":"10/26/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":553,"Cost":502,"Date":"11/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":680,"Cost":619,"Date":"11/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM","Country":"Australia","Sale":306,"Cost":256,"Date":"12/1/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":170,"Cost":127,"Date":"2/9/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":179,"Date":"2/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":539,"Date":"3/10/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":32,"Date":"3/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":14,"Date":"3/18/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":96,"Cost":63,"Date":"3/20/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":682,"Date":"3/26/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":523,"Date":"6/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":840,"Date":"6/10/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":234,"Cost":134,"Date":"6/16/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":306,"Cost":180,"Date":"6/25/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":412,"Date":"7/19/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":111,"Date":"7/21/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":260,"Date":"7/25/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":161,"Cost":91,"Date":"8/4/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":611,"Date":"9/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":385,"Cost":327,"Date":"9/4/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":452,"Date":"9/19/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":388,"Cost":308,"Date":"9/29/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":618,"Date":"10/2/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":7,"Date":"10/15/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":548,"Date":"10/30/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":49,"Date":"11/9/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":482,"Cost":411,"Date":"11/23/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":828,"Cost":565,"Date":"11/30/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":854,"Cost":744,"Date":"12/8/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":480,"Cost":281,"Date":"12/11/2018"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":639,"Date":"1/15/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":908,"Cost":669,"Date":"1/24/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":765,"Cost":694,"Date":"2/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":974,"Cost":600,"Date":"2/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":469,"Date":"3/9/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":49,"Date":"3/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":22,"Date":"4/19/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":792,"Cost":397,"Date":"5/3/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":310,"Date":"5/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":383,"Date":"6/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":567,"Date":"6/26/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":51,"Date":"7/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":856,"Cost":483,"Date":"7/13/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":29,"Date":"8/8/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":636,"Cost":475,"Date":"8/26/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":620,"Cost":461,"Date":"9/2/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":619,"Cost":391,"Date":"9/29/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":159,"Cost":125,"Date":"10/12/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":993,"Cost":722,"Date":"11/2/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":410,"Cost":332,"Date":"11/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":878,"Cost":697,"Date":"11/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":752,"Cost":659,"Date":"12/1/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":584,"Cost":434,"Date":"12/4/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":294,"Cost":217,"Date":"12/7/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":243,"Date":"12/18/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":234,"Cost":194,"Date":"12/20/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":298,"Cost":209,"Date":"12/20/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":403,"Cost":269,"Date":"12/21/2019"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":614,"Cost":356,"Date":"1/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":262,"Date":"2/5/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":131,"Cost":95,"Date":"2/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":853,"Cost":453,"Date":"2/16/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":300,"Date":"2/18/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":440,"Cost":243,"Date":"2/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":285,"Date":"2/25/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":268,"Cost":238,"Date":"3/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":207,"Cost":112,"Date":"4/2/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":878,"Cost":627,"Date":"4/3/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":142,"Cost":108,"Date":"4/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":527,"Date":"4/10/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":614,"Cost":425,"Date":"4/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":109,"Date":"5/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":473,"Cost":382,"Date":"5/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":636,"Cost":354,"Date":"6/20/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":186,"Date":"7/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":582,"Date":"7/4/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":342,"Cost":208,"Date":"7/8/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":398,"Date":"7/9/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":931,"Cost":672,"Date":"7/14/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":510,"Cost":326,"Date":"7/19/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":867,"Cost":525,"Date":"8/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":852,"Cost":476,"Date":"8/6/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":34,"Cost":25,"Date":"8/7/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":203,"Cost":126,"Date":"8/22/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":401,"Cost":297,"Date":"8/31/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":146,"Cost":102,"Date":"9/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":379,"Cost":249,"Date":"9/1/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":471,"Date":"9/17/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":827,"Cost":519,"Date":"9/29/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":451,"Date":"11/7/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":178,"Cost":107,"Date":"11/26/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":584,"Cost":523,"Date":"11/27/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":247,"Cost":148,"Date":"12/5/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":420,"Date":"12/26/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":598,"Cost":419,"Date":"12/31/2020"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":793,"Cost":531,"Date":"1/20/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":172,"Date":"2/2/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":396,"Date":"2/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":702,"Cost":434,"Date":"2/27/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":145,"Cost":115,"Date":"3/1/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":610,"Date":"3/1/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":523,"Date":"3/19/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":801,"Date":"3/28/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":673,"Cost":598,"Date":"5/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":16,"Date":"7/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":451,"Date":"8/5/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":345,"Date":"8/12/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":528,"Cost":308,"Date":"8/21/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":637,"Date":"8/23/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":853,"Date":"9/3/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":420,"Date":"9/5/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":114,"Cost":76,"Date":"10/6/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":34,"Date":"10/19/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":624,"Date":"11/15/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":325,"Date":"12/8/2021"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":472,"Date":"1/8/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":321,"Cost":288,"Date":"1/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":85,"Cost":53,"Date":"1/19/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":782,"Cost":401,"Date":"1/28/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":58,"Cost":47,"Date":"1/31/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":83,"Date":"3/27/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":176,"Date":"4/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":912,"Cost":500,"Date":"4/24/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":2,"Cost":2,"Date":"4/28/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":221,"Cost":174,"Date":"5/15/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":639,"Date":"5/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":471,"Date":"5/18/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":980,"Cost":666,"Date":"6/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":100,"Cost":68,"Date":"6/3/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":202,"Cost":133,"Date":"6/5/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":211,"Date":"6/7/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":361,"Cost":292,"Date":"6/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":256,"Cost":199,"Date":"6/20/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":690,"Cost":529,"Date":"6/24/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":100,"Date":"7/4/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":580,"Cost":342,"Date":"7/9/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":346,"Cost":325,"Date":"7/12/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":562,"Cost":368,"Date":"8/14/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":466,"Cost":377,"Date":"8/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":260,"Date":"8/23/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":317,"Date":"9/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":221,"Cost":172,"Date":"9/3/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":899,"Cost":561,"Date":"9/16/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":104,"Date":"10/4/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":525,"Date":"11/1/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":929,"Cost":687,"Date":"11/2/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":364,"Cost":263,"Date":"12/17/2022"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":40,"Cost":27,"Date":"2/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":254,"Date":"2/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":412,"Cost":369,"Date":"3/4/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":972,"Cost":590,"Date":"3/9/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":5,"Cost":3,"Date":"3/9/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":500,"Date":"3/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":320,"Date":"3/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":812,"Cost":655,"Date":"3/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":329,"Date":"3/23/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":141,"Cost":72,"Date":"4/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":492,"Cost":420,"Date":"5/7/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":327,"Date":"5/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":613,"Date":"5/20/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":312,"Date":"6/2/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":420,"Cost":330,"Date":"6/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":75,"Cost":49,"Date":"6/16/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":796,"Cost":546,"Date":"6/16/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":244,"Date":"7/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":722,"Date":"7/11/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":164,"Cost":154,"Date":"8/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":550,"Date":"8/29/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":129,"Date":"8/31/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":306,"Date":"9/8/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":745,"Date":"9/13/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":628,"Date":"9/14/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":806,"Cost":510,"Date":"9/19/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":289,"Date":"9/25/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":189,"Date":"10/4/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":209,"Date":"10/10/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":440,"Cost":387,"Date":"10/17/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":722,"Cost":685,"Date":"10/28/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":725,"Date":"10/30/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":222,"Date":"11/1/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":482,"Cost":246,"Date":"11/15/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":613,"Date":"11/25/2023"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":480,"Cost":440,"Date":"1/10/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":404,"Cost":325,"Date":"1/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":310,"Cost":213,"Date":"1/20/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":309,"Date":"2/8/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":77,"Cost":51,"Date":"2/25/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":38,"Date":"3/7/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":219,"Cost":142,"Date":"3/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":154,"Date":"3/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":112,"Date":"4/5/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":49,"Date":"4/14/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":429,"Cost":281,"Date":"5/3/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":613,"Cost":502,"Date":"5/9/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":347,"Date":"5/15/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":341,"Date":"5/25/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":590,"Cost":497,"Date":"5/26/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":540,"Cost":353,"Date":"5/31/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":528,"Date":"7/27/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":254,"Cost":188,"Date":"9/17/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":260,"Date":"10/6/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":114,"Date":"10/8/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":281,"Cost":159,"Date":"10/26/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":619,"Date":"11/16/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":207,"Cost":189,"Date":"11/18/2024"},{"Store":"Burnside Village, Adelaide","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":934,"Date":"12/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":405,"Cost":290,"Date":"2/9/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":642,"Cost":560,"Date":"2/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":947,"Cost":683,"Date":"3/10/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":456,"Cost":405,"Date":"3/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":140,"Cost":94,"Date":"3/18/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":484,"Cost":343,"Date":"3/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":514,"Cost":471,"Date":"3/26/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":552,"Cost":346,"Date":"6/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":520,"Cost":268,"Date":"6/10/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":95,"Cost":69,"Date":"6/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":31,"Cost":22,"Date":"6/25/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":436,"Cost":226,"Date":"7/19/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":414,"Cost":374,"Date":"7/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":792,"Cost":675,"Date":"7/25/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":547,"Cost":481,"Date":"8/4/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":808,"Cost":525,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":370,"Cost":266,"Date":"9/4/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":642,"Cost":399,"Date":"9/19/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":775,"Cost":408,"Date":"9/29/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":792,"Cost":460,"Date":"10/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":64,"Cost":36,"Date":"10/15/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":142,"Cost":78,"Date":"10/30/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":505,"Cost":253,"Date":"11/9/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":757,"Cost":511,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":169,"Cost":125,"Date":"11/30/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":724,"Cost":541,"Date":"12/8/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":831,"Cost":427,"Date":"12/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":440,"Cost":394,"Date":"1/15/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":498,"Cost":271,"Date":"1/24/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":366,"Cost":317,"Date":"2/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":808,"Cost":570,"Date":"2/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":965,"Cost":717,"Date":"3/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":287,"Cost":170,"Date":"3/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":36,"Cost":23,"Date":"4/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":28,"Cost":19,"Date":"5/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":969,"Cost":887,"Date":"5/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":231,"Cost":150,"Date":"6/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":965,"Cost":795,"Date":"6/26/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":580,"Cost":340,"Date":"7/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":217,"Cost":197,"Date":"7/13/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":124,"Cost":81,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":117,"Cost":99,"Date":"8/26/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":76,"Cost":40,"Date":"9/2/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":301,"Cost":259,"Date":"9/29/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":773,"Cost":494,"Date":"10/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":574,"Cost":330,"Date":"11/2/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":457,"Cost":358,"Date":"11/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":84,"Cost":77,"Date":"11/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":220,"Cost":136,"Date":"12/1/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":352,"Cost":279,"Date":"12/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":581,"Cost":514,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":855,"Cost":767,"Date":"12/18/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":744,"Cost":618,"Date":"12/20/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":161,"Cost":144,"Date":"12/20/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":755,"Cost":552,"Date":"12/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":677,"Cost":447,"Date":"1/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":311,"Cost":262,"Date":"2/5/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":554,"Cost":506,"Date":"2/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":577,"Cost":409,"Date":"2/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":964,"Cost":540,"Date":"2/18/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":917,"Cost":827,"Date":"2/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":802,"Cost":487,"Date":"2/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":371,"Cost":193,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":736,"Cost":671,"Date":"4/2/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":991,"Cost":592,"Date":"4/3/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":123,"Cost":114,"Date":"4/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":707,"Cost":616,"Date":"4/10/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":751,"Cost":504,"Date":"4/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":968,"Cost":553,"Date":"5/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":377,"Cost":232,"Date":"5/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":887,"Cost":838,"Date":"6/20/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":889,"Cost":564,"Date":"7/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":887,"Cost":740,"Date":"7/4/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":133,"Cost":104,"Date":"7/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":684,"Cost":431,"Date":"7/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":667,"Cost":610,"Date":"7/14/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":209,"Cost":125,"Date":"7/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":29,"Cost":22,"Date":"8/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":327,"Cost":188,"Date":"8/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":646,"Cost":474,"Date":"8/7/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":638,"Cost":567,"Date":"8/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":669,"Cost":387,"Date":"8/31/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":736,"Cost":533,"Date":"9/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":931,"Cost":784,"Date":"9/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":264,"Cost":215,"Date":"9/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":116,"Cost":92,"Date":"9/29/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":907,"Cost":470,"Date":"11/7/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":18,"Cost":15,"Date":"11/26/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":974,"Cost":752,"Date":"11/27/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":122,"Cost":105,"Date":"12/5/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":976,"Cost":779,"Date":"12/26/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":19,"Cost":11,"Date":"12/31/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":844,"Cost":669,"Date":"1/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":577,"Cost":308,"Date":"2/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":989,"Cost":894,"Date":"2/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":610,"Cost":464,"Date":"2/27/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":875,"Cost":536,"Date":"3/1/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":424,"Cost":226,"Date":"3/1/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":842,"Cost":697,"Date":"3/19/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":118,"Cost":102,"Date":"3/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":820,"Cost":684,"Date":"5/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":666,"Cost":556,"Date":"7/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":167,"Cost":105,"Date":"8/5/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":716,"Cost":553,"Date":"8/12/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":313,"Cost":249,"Date":"8/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":522,"Cost":470,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":389,"Cost":281,"Date":"9/3/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":648,"Cost":570,"Date":"9/5/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":182,"Cost":134,"Date":"10/6/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":48,"Cost":31,"Date":"10/19/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":452,"Cost":358,"Date":"11/15/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":180,"Cost":138,"Date":"12/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":688,"Cost":512,"Date":"1/8/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":313,"Cost":170,"Date":"1/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":701,"Cost":397,"Date":"1/19/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":718,"Cost":471,"Date":"1/28/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":27,"Cost":17,"Date":"1/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":121,"Cost":82,"Date":"3/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":449,"Cost":263,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":361,"Cost":198,"Date":"4/24/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":666,"Cost":516,"Date":"4/28/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":812,"Cost":602,"Date":"5/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":890,"Cost":726,"Date":"5/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":359,"Cost":310,"Date":"5/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":61,"Cost":31,"Date":"6/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":294,"Cost":150,"Date":"6/3/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":23,"Cost":20,"Date":"6/5/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":3,"Cost":2,"Date":"6/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":136,"Cost":90,"Date":"6/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":816,"Cost":633,"Date":"6/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":606,"Cost":498,"Date":"6/24/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":730,"Cost":382,"Date":"7/4/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":49,"Cost":37,"Date":"7/9/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":867,"Cost":618,"Date":"7/12/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":262,"Cost":135,"Date":"8/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":459,"Cost":310,"Date":"8/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":539,"Cost":498,"Date":"8/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":337,"Cost":237,"Date":"9/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":803,"Cost":592,"Date":"9/3/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":911,"Cost":777,"Date":"9/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":908,"Cost":457,"Date":"10/4/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":31,"Cost":16,"Date":"11/1/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":637,"Cost":562,"Date":"11/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":985,"Cost":670,"Date":"12/17/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":518,"Cost":424,"Date":"2/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":309,"Cost":268,"Date":"2/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":911,"Cost":480,"Date":"3/4/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":332,"Cost":210,"Date":"3/9/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":278,"Cost":183,"Date":"3/9/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":734,"Cost":666,"Date":"3/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":47,"Cost":31,"Date":"3/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":428,"Cost":259,"Date":"3/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":405,"Cost":235,"Date":"3/23/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":571,"Cost":491,"Date":"4/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":140,"Cost":127,"Date":"5/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":537,"Cost":286,"Date":"5/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":508,"Cost":438,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":282,"Cost":203,"Date":"6/2/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":890,"Cost":814,"Date":"6/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":950,"Cost":752,"Date":"6/16/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":12,"Cost":11,"Date":"6/16/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":810,"Cost":501,"Date":"7/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":970,"Cost":877,"Date":"7/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":701,"Cost":581,"Date":"8/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":506,"Cost":416,"Date":"8/29/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":670,"Cost":378,"Date":"8/31/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":41,"Cost":23,"Date":"9/8/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":106,"Cost":59,"Date":"9/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":616,"Cost":354,"Date":"9/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":360,"Cost":301,"Date":"9/19/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":750,"Cost":415,"Date":"9/25/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":914,"Cost":600,"Date":"10/4/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":89,"Cost":69,"Date":"10/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":280,"Cost":210,"Date":"10/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":317,"Cost":201,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":832,"Cost":483,"Date":"10/30/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":294,"Cost":239,"Date":"11/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":237,"Cost":224,"Date":"11/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":432,"Cost":385,"Date":"11/25/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":390,"Cost":206,"Date":"1/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":65,"Cost":54,"Date":"1/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":284,"Cost":250,"Date":"1/20/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":531,"Cost":359,"Date":"2/8/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":495,"Cost":432,"Date":"2/25/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":37,"Cost":35,"Date":"3/7/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":205,"Cost":190,"Date":"3/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":30,"Cost":26,"Date":"3/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":549,"Cost":326,"Date":"4/5/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":17,"Cost":8,"Date":"4/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":585,"Cost":379,"Date":"5/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":86,"Cost":60,"Date":"5/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":407,"Cost":331,"Date":"5/15/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":92,"Cost":47,"Date":"5/25/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":985,"Cost":899,"Date":"5/26/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":740,"Cost":457,"Date":"5/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":957,"Cost":842,"Date":"7/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":398,"Cost":345,"Date":"9/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":127,"Cost":99,"Date":"10/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":51,"Cost":28,"Date":"10/8/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":138,"Cost":91,"Date":"10/26/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":961,"Cost":607,"Date":"11/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":298,"Cost":227,"Date":"11/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":454,"Cost":368,"Date":"12/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":167,"Date":"2/9/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":607,"Cost":394,"Date":"2/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":981,"Cost":902,"Date":"3/10/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":740,"Cost":555,"Date":"3/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":608,"Cost":334,"Date":"3/18/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":90,"Date":"3/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":321,"Cost":165,"Date":"3/26/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":97,"Cost":91,"Date":"6/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":747,"Cost":484,"Date":"6/10/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":556,"Date":"6/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":767,"Cost":672,"Date":"6/25/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":257,"Date":"7/19/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":1,"Cost":1,"Date":"7/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":225,"Cost":145,"Date":"7/25/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":71,"Cost":55,"Date":"8/4/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":813,"Cost":607,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":12,"Cost":8,"Date":"9/4/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":585,"Date":"9/19/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":902,"Date":"9/29/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":636,"Date":"10/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":513,"Cost":362,"Date":"10/15/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":364,"Cost":196,"Date":"10/30/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":430,"Cost":242,"Date":"11/9/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":49,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":546,"Date":"11/30/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":998,"Cost":545,"Date":"12/8/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":874,"Cost":512,"Date":"12/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":583,"Cost":384,"Date":"1/15/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":80,"Cost":42,"Date":"1/24/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":193,"Date":"2/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":330,"Date":"2/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":130,"Date":"3/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":647,"Cost":520,"Date":"3/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":893,"Cost":639,"Date":"4/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":227,"Cost":161,"Date":"5/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":328,"Cost":240,"Date":"5/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":557,"Date":"6/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":793,"Date":"6/26/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":387,"Cost":341,"Date":"7/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":203,"Date":"7/13/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":769,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":270,"Date":"8/26/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":463,"Date":"9/2/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":564,"Date":"9/29/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":460,"Cost":373,"Date":"10/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":101,"Date":"11/2/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":576,"Cost":480,"Date":"11/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":868,"Date":"11/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":973,"Cost":862,"Date":"12/1/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":333,"Date":"12/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":165,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":797,"Date":"12/18/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":256,"Cost":207,"Date":"12/20/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":194,"Date":"12/20/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":978,"Cost":699,"Date":"12/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":225,"Cost":193,"Date":"1/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":610,"Cost":453,"Date":"2/5/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":706,"Date":"2/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":996,"Cost":787,"Date":"2/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":241,"Date":"2/18/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":942,"Cost":738,"Date":"2/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":386,"Date":"2/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":717,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":838,"Cost":667,"Date":"4/2/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":426,"Cost":233,"Date":"4/3/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":463,"Date":"4/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":105,"Date":"4/10/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":941,"Cost":596,"Date":"4/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":546,"Cost":310,"Date":"5/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":504,"Date":"5/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":195,"Date":"6/20/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":537,"Date":"7/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":113,"Cost":92,"Date":"7/4/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":24,"Date":"7/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":9,"Date":"7/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":684,"Date":"7/14/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":457,"Date":"7/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":928,"Cost":610,"Date":"8/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":266,"Cost":146,"Date":"8/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":438,"Cost":220,"Date":"8/7/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":512,"Date":"8/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":39,"Date":"8/31/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":960,"Cost":625,"Date":"9/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":219,"Date":"9/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":203,"Cost":163,"Date":"9/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":15,"Date":"9/29/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":275,"Cost":259,"Date":"11/7/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":525,"Date":"11/26/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":732,"Cost":625,"Date":"11/27/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":344,"Date":"12/5/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":421,"Date":"12/26/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":991,"Cost":820,"Date":"12/31/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":217,"Date":"1/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":618,"Cost":334,"Date":"2/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":371,"Date":"2/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":116,"Cost":84,"Date":"2/27/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":458,"Date":"3/1/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":819,"Cost":757,"Date":"3/1/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":688,"Cost":435,"Date":"3/19/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":638,"Cost":504,"Date":"3/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":626,"Date":"5/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":751,"Cost":603,"Date":"7/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":748,"Cost":644,"Date":"8/5/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":585,"Cost":402,"Date":"8/12/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":821,"Cost":726,"Date":"8/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":597,"Cost":327,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":592,"Cost":486,"Date":"9/3/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":690,"Cost":354,"Date":"9/5/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":441,"Date":"10/6/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":132,"Date":"10/19/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":537,"Cost":474,"Date":"11/15/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":444,"Cost":321,"Date":"12/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":678,"Cost":389,"Date":"1/8/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":387,"Date":"1/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":378,"Cost":251,"Date":"1/19/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":398,"Cost":239,"Date":"1/28/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":309,"Date":"1/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":427,"Cost":396,"Date":"3/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":116,"Cost":91,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":12,"Date":"4/24/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":446,"Cost":353,"Date":"4/28/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":58,"Date":"5/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":398,"Cost":378,"Date":"5/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":600,"Cost":397,"Date":"5/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":875,"Cost":747,"Date":"6/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":384,"Date":"6/3/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":616,"Cost":533,"Date":"6/5/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":382,"Date":"6/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":394,"Date":"6/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":573,"Date":"6/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":168,"Cost":102,"Date":"6/24/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":176,"Cost":120,"Date":"7/4/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":605,"Date":"7/9/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":769,"Cost":623,"Date":"7/12/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":645,"Date":"8/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":394,"Cost":225,"Date":"8/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":22,"Date":"8/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":86,"Cost":44,"Date":"9/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":524,"Cost":485,"Date":"9/3/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":345,"Date":"9/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":727,"Cost":399,"Date":"10/4/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":19,"Date":"11/1/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":482,"Date":"11/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":775,"Date":"12/17/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":432,"Date":"2/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":234,"Date":"2/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":738,"Cost":391,"Date":"3/4/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":251,"Date":"3/9/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":123,"Cost":104,"Date":"3/9/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":846,"Cost":562,"Date":"3/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":242,"Cost":140,"Date":"3/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":45,"Date":"3/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":133,"Date":"3/23/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":305,"Cost":232,"Date":"4/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":446,"Cost":390,"Date":"5/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":453,"Cost":419,"Date":"5/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":160,"Cost":127,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":818,"Cost":467,"Date":"6/2/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":837,"Date":"6/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":419,"Cost":374,"Date":"6/16/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":849,"Cost":492,"Date":"6/16/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":600,"Date":"7/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":502,"Cost":393,"Date":"7/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":283,"Cost":156,"Date":"8/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":209,"Cost":146,"Date":"8/29/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":128,"Cost":97,"Date":"8/31/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":553,"Cost":480,"Date":"9/8/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":95,"Cost":59,"Date":"9/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":170,"Cost":118,"Date":"9/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":464,"Cost":380,"Date":"9/19/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":865,"Cost":639,"Date":"9/25/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":460,"Date":"10/4/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":537,"Cost":460,"Date":"10/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":784,"Cost":394,"Date":"10/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":53,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":74,"Cost":38,"Date":"10/30/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":359,"Cost":269,"Date":"11/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":468,"Date":"11/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":308,"Date":"11/25/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":1,"Cost":0,"Date":"1/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":514,"Cost":404,"Date":"1/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":442,"Date":"1/20/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":626,"Cost":448,"Date":"2/8/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":416,"Cost":345,"Date":"2/25/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":138,"Cost":105,"Date":"3/7/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":1,"Cost":0,"Date":"3/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":654,"Cost":450,"Date":"3/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":264,"Cost":225,"Date":"4/5/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":149,"Date":"4/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":494,"Date":"5/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":451,"Date":"5/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":352,"Date":"5/15/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":140,"Date":"5/25/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":802,"Cost":594,"Date":"5/26/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":1,"Cost":1,"Date":"5/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":593,"Cost":436,"Date":"7/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":596,"Date":"9/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":184,"Date":"10/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":774,"Cost":550,"Date":"10/8/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":300,"Cost":196,"Date":"10/26/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":48,"Cost":33,"Date":"11/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":484,"Date":"11/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"Jeans","Country":"Australia","Sale":443,"Cost":309,"Date":"12/1/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":354,"Cost":182,"Date":"2/9/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":486,"Cost":430,"Date":"2/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":336,"Cost":190,"Date":"3/10/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":798,"Cost":703,"Date":"3/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":35,"Cost":30,"Date":"3/18/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":642,"Cost":426,"Date":"3/20/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":637,"Cost":561,"Date":"3/26/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":791,"Cost":465,"Date":"6/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":21,"Cost":13,"Date":"6/10/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":649,"Cost":558,"Date":"6/16/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":199,"Cost":152,"Date":"6/25/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":933,"Cost":757,"Date":"7/19/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":444,"Cost":409,"Date":"7/21/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":350,"Cost":222,"Date":"7/25/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":366,"Cost":340,"Date":"8/4/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":139,"Cost":100,"Date":"9/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":440,"Cost":227,"Date":"9/4/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":4,"Cost":3,"Date":"9/19/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":835,"Cost":667,"Date":"9/29/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":954,"Cost":835,"Date":"10/2/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":469,"Cost":353,"Date":"10/15/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":74,"Cost":55,"Date":"10/30/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":803,"Cost":426,"Date":"11/9/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":704,"Cost":429,"Date":"11/23/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":224,"Cost":168,"Date":"11/30/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":223,"Cost":156,"Date":"12/8/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":472,"Cost":273,"Date":"12/11/2018"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":636,"Cost":468,"Date":"1/15/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":818,"Cost":589,"Date":"1/24/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":33,"Cost":29,"Date":"2/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":633,"Cost":431,"Date":"2/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":545,"Cost":336,"Date":"3/9/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":766,"Cost":635,"Date":"3/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":56,"Cost":48,"Date":"4/19/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":355,"Cost":268,"Date":"5/3/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":939,"Cost":616,"Date":"5/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":964,"Cost":561,"Date":"6/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":571,"Cost":538,"Date":"6/26/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":425,"Cost":251,"Date":"7/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":711,"Cost":534,"Date":"7/13/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":494,"Cost":450,"Date":"8/8/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":837,"Cost":444,"Date":"8/26/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":499,"Cost":287,"Date":"9/2/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":500,"Cost":399,"Date":"9/29/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":113,"Cost":91,"Date":"10/12/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":779,"Cost":410,"Date":"11/2/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":497,"Cost":435,"Date":"11/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":902,"Cost":598,"Date":"11/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":97,"Cost":52,"Date":"12/1/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":575,"Cost":330,"Date":"12/4/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":230,"Cost":199,"Date":"12/7/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":364,"Cost":314,"Date":"12/18/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":483,"Cost":290,"Date":"12/20/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":180,"Cost":167,"Date":"12/20/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":7,"Cost":4,"Date":"12/21/2019"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":259,"Cost":240,"Date":"1/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":256,"Cost":229,"Date":"2/5/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":406,"Cost":212,"Date":"2/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":879,"Cost":703,"Date":"2/16/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":281,"Cost":199,"Date":"2/18/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":127,"Cost":112,"Date":"2/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":413,"Cost":258,"Date":"2/25/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":969,"Cost":571,"Date":"3/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":924,"Cost":765,"Date":"4/2/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":52,"Cost":33,"Date":"4/3/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":557,"Cost":529,"Date":"4/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":418,"Cost":346,"Date":"4/10/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":90,"Cost":81,"Date":"4/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":514,"Cost":405,"Date":"5/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":747,"Cost":640,"Date":"5/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":809,"Cost":433,"Date":"6/20/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":710,"Cost":597,"Date":"7/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":127,"Cost":108,"Date":"7/4/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":37,"Cost":27,"Date":"7/8/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":52,"Cost":46,"Date":"7/9/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":910,"Cost":637,"Date":"7/14/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":925,"Cost":707,"Date":"7/19/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":423,"Cost":320,"Date":"8/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":350,"Cost":226,"Date":"8/6/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":711,"Cost":434,"Date":"8/7/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":55,"Cost":50,"Date":"8/22/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":140,"Cost":117,"Date":"8/31/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":739,"Cost":573,"Date":"9/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":25,"Cost":20,"Date":"9/1/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":214,"Cost":189,"Date":"9/17/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":105,"Cost":86,"Date":"9/29/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":361,"Cost":220,"Date":"11/7/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":464,"Cost":303,"Date":"11/26/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":689,"Cost":444,"Date":"11/27/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":335,"Cost":167,"Date":"12/5/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":494,"Cost":438,"Date":"12/26/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":734,"Cost":419,"Date":"12/31/2020"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":42,"Cost":24,"Date":"1/20/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":342,"Cost":200,"Date":"2/2/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":805,"Cost":654,"Date":"2/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":244,"Cost":169,"Date":"2/27/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":941,"Cost":662,"Date":"3/1/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":766,"Cost":404,"Date":"3/1/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":332,"Cost":265,"Date":"3/19/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":401,"Cost":369,"Date":"3/28/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":930,"Cost":830,"Date":"5/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":691,"Cost":476,"Date":"7/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":43,"Cost":31,"Date":"8/5/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":478,"Cost":328,"Date":"8/12/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":831,"Cost":564,"Date":"8/21/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":999,"Cost":825,"Date":"8/23/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":754,"Cost":539,"Date":"9/3/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":363,"Cost":300,"Date":"9/5/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":31,"Cost":18,"Date":"10/6/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":288,"Cost":156,"Date":"10/19/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":324,"Cost":301,"Date":"11/15/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":51,"Cost":33,"Date":"12/8/2021"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":644,"Cost":512,"Date":"1/8/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":610,"Cost":489,"Date":"1/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":442,"Cost":405,"Date":"1/19/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":913,"Cost":756,"Date":"1/28/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":836,"Cost":634,"Date":"1/31/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":690,"Cost":471,"Date":"3/27/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":893,"Cost":831,"Date":"4/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":406,"Cost":328,"Date":"4/24/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":438,"Cost":410,"Date":"4/28/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":244,"Cost":155,"Date":"5/15/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":926,"Cost":687,"Date":"5/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":585,"Cost":308,"Date":"5/18/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":728,"Cost":609,"Date":"6/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":463,"Cost":307,"Date":"6/3/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":972,"Cost":876,"Date":"6/5/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":127,"Cost":96,"Date":"6/7/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":861,"Cost":597,"Date":"6/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":232,"Cost":172,"Date":"6/20/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":126,"Cost":111,"Date":"6/24/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":766,"Cost":427,"Date":"7/4/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":210,"Cost":129,"Date":"7/9/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":789,"Cost":586,"Date":"7/12/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":920,"Cost":766,"Date":"8/14/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":681,"Cost":483,"Date":"8/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":244,"Cost":128,"Date":"8/23/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":710,"Cost":384,"Date":"9/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":929,"Cost":495,"Date":"9/3/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":403,"Cost":285,"Date":"9/16/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":426,"Cost":266,"Date":"10/4/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":649,"Cost":451,"Date":"11/1/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":346,"Cost":267,"Date":"11/2/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":702,"Cost":600,"Date":"12/17/2022"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":899,"Cost":696,"Date":"2/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":542,"Cost":445,"Date":"2/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":846,"Cost":427,"Date":"3/4/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":235,"Cost":122,"Date":"3/9/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":614,"Cost":369,"Date":"3/9/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":468,"Cost":329,"Date":"3/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":890,"Cost":734,"Date":"3/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":536,"Cost":466,"Date":"3/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":938,"Cost":530,"Date":"3/23/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":895,"Cost":564,"Date":"4/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":869,"Cost":634,"Date":"5/7/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":429,"Cost":394,"Date":"5/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":493,"Cost":340,"Date":"5/20/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":262,"Cost":160,"Date":"6/2/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":946,"Cost":866,"Date":"6/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":639,"Cost":375,"Date":"6/16/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":793,"Cost":545,"Date":"6/16/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":649,"Cost":495,"Date":"7/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":507,"Cost":456,"Date":"7/11/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":501,"Cost":281,"Date":"8/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":461,"Cost":398,"Date":"8/29/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":277,"Cost":180,"Date":"8/31/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":99,"Cost":61,"Date":"9/8/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":663,"Cost":531,"Date":"9/13/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":846,"Cost":714,"Date":"9/14/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":855,"Cost":725,"Date":"9/19/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":783,"Cost":527,"Date":"9/25/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":100,"Cost":60,"Date":"10/4/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":871,"Cost":617,"Date":"10/10/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":436,"Cost":245,"Date":"10/17/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":571,"Cost":344,"Date":"10/28/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":231,"Cost":184,"Date":"10/30/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":423,"Cost":330,"Date":"11/1/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":848,"Cost":724,"Date":"11/15/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":574,"Cost":372,"Date":"11/25/2023"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":74,"Cost":64,"Date":"1/10/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":549,"Cost":431,"Date":"1/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":40,"Cost":34,"Date":"1/20/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":286,"Cost":185,"Date":"2/8/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":187,"Cost":110,"Date":"2/25/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":628,"Cost":335,"Date":"3/7/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":760,"Cost":438,"Date":"3/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":890,"Cost":693,"Date":"3/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":270,"Cost":211,"Date":"4/5/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":791,"Cost":449,"Date":"4/14/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":325,"Cost":276,"Date":"5/3/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":583,"Cost":484,"Date":"5/9/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":475,"Cost":238,"Date":"5/15/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":960,"Cost":503,"Date":"5/25/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":254,"Cost":178,"Date":"5/26/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":10,"Cost":7,"Date":"5/31/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":393,"Cost":323,"Date":"7/27/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":274,"Cost":203,"Date":"9/17/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":508,"Cost":387,"Date":"10/6/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":100,"Cost":81,"Date":"10/8/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":231,"Cost":213,"Date":"10/26/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":714,"Cost":431,"Date":"11/16/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":75,"Cost":39,"Date":"11/18/2024"},{"Store":"Tea Tree Plaza, Adelaide","Brand":"COS","Country":"Australia","Sale":850,"Cost":597,"Date":"12/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":42,"Date":"2/9/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":691,"Cost":362,"Date":"2/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":307,"Cost":181,"Date":"3/10/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":596,"Date":"3/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":643,"Cost":423,"Date":"3/18/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":715,"Cost":613,"Date":"3/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":249,"Cost":156,"Date":"3/26/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":233,"Cost":135,"Date":"6/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":868,"Cost":524,"Date":"6/10/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":315,"Cost":267,"Date":"6/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":387,"Date":"6/25/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":459,"Date":"7/19/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":106,"Cost":70,"Date":"7/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":162,"Date":"7/25/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":479,"Cost":322,"Date":"8/4/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":231,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":67,"Date":"9/4/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":458,"Date":"9/19/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":450,"Cost":334,"Date":"9/29/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":268,"Cost":209,"Date":"10/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":519,"Date":"10/15/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":266,"Date":"10/30/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":132,"Date":"11/9/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":257,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":365,"Cost":329,"Date":"11/30/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":527,"Cost":362,"Date":"12/8/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":146,"Date":"12/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":390,"Date":"1/15/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":473,"Date":"1/24/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":178,"Date":"2/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":737,"Cost":381,"Date":"2/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":12,"Date":"3/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":569,"Cost":473,"Date":"3/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":980,"Cost":628,"Date":"4/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":141,"Cost":101,"Date":"5/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":608,"Date":"5/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":105,"Date":"6/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":365,"Date":"6/26/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":781,"Cost":517,"Date":"7/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":502,"Date":"7/13/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":252,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":143,"Cost":76,"Date":"8/26/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":877,"Cost":763,"Date":"9/2/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":417,"Cost":366,"Date":"9/29/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":194,"Cost":172,"Date":"10/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":828,"Cost":778,"Date":"11/2/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":275,"Date":"11/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":112,"Cost":86,"Date":"11/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":156,"Date":"12/1/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":429,"Cost":268,"Date":"12/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":595,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":84,"Date":"12/18/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":929,"Cost":848,"Date":"12/20/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":272,"Date":"12/20/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":22,"Date":"12/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":627,"Cost":389,"Date":"1/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":37,"Cost":31,"Date":"2/5/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":179,"Date":"2/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":729,"Date":"2/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":2,"Cost":2,"Date":"2/18/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":433,"Cost":411,"Date":"2/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":359,"Cost":247,"Date":"2/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":365,"Cost":289,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":951,"Cost":747,"Date":"4/2/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":404,"Cost":317,"Date":"4/3/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":102,"Cost":83,"Date":"4/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":574,"Cost":544,"Date":"4/10/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":305,"Cost":246,"Date":"4/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":452,"Date":"5/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":44,"Cost":32,"Date":"5/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":777,"Cost":735,"Date":"6/20/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":774,"Cost":735,"Date":"7/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":301,"Cost":208,"Date":"7/4/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":14,"Cost":9,"Date":"7/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":916,"Cost":708,"Date":"7/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":348,"Date":"7/14/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":957,"Cost":704,"Date":"7/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":16,"Date":"8/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":793,"Cost":634,"Date":"8/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":257,"Date":"8/7/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":476,"Cost":448,"Date":"8/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":418,"Date":"8/31/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":598,"Date":"9/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":338,"Date":"9/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":655,"Cost":379,"Date":"9/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":445,"Cost":286,"Date":"9/29/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":539,"Cost":358,"Date":"11/7/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":476,"Cost":317,"Date":"11/26/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":863,"Cost":773,"Date":"11/27/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":916,"Cost":853,"Date":"12/5/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":632,"Cost":519,"Date":"12/26/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":349,"Cost":256,"Date":"12/31/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":555,"Date":"1/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":814,"Cost":429,"Date":"2/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":793,"Cost":738,"Date":"2/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":200,"Date":"2/27/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":235,"Date":"3/1/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":255,"Cost":235,"Date":"3/1/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":451,"Cost":380,"Date":"3/19/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":283,"Cost":265,"Date":"3/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":74,"Cost":55,"Date":"5/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":631,"Cost":576,"Date":"7/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":75,"Cost":40,"Date":"8/5/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":170,"Cost":123,"Date":"8/12/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":453,"Cost":332,"Date":"8/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":302,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":333,"Date":"9/3/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":238,"Date":"9/5/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":840,"Cost":439,"Date":"10/6/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":941,"Cost":804,"Date":"10/19/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":491,"Cost":366,"Date":"11/15/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":445,"Date":"12/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":455,"Cost":228,"Date":"1/8/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":360,"Cost":290,"Date":"1/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":793,"Cost":617,"Date":"1/19/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":434,"Date":"1/28/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":196,"Date":"1/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":13,"Date":"3/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":347,"Cost":249,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":495,"Date":"4/24/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":301,"Date":"4/28/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":139,"Cost":71,"Date":"5/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":445,"Cost":298,"Date":"5/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":608,"Date":"5/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":942,"Cost":850,"Date":"6/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":486,"Date":"6/3/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":466,"Date":"6/5/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":18,"Cost":13,"Date":"6/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":596,"Cost":451,"Date":"6/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":794,"Cost":668,"Date":"6/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":323,"Date":"6/24/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":140,"Date":"7/4/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":632,"Cost":580,"Date":"7/9/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":638,"Cost":344,"Date":"7/12/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":482,"Cost":455,"Date":"8/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":420,"Date":"8/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":761,"Date":"8/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":528,"Cost":288,"Date":"9/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":500,"Date":"9/3/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":317,"Cost":243,"Date":"9/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":89,"Cost":55,"Date":"10/4/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":863,"Cost":685,"Date":"11/1/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":312,"Cost":263,"Date":"11/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":962,"Cost":606,"Date":"12/17/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":45,"Date":"2/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":227,"Cost":136,"Date":"2/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":195,"Date":"3/4/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":347,"Date":"3/9/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":561,"Date":"3/9/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":82,"Cost":51,"Date":"3/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":463,"Date":"3/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":346,"Cost":222,"Date":"3/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":151,"Date":"3/23/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":206,"Cost":160,"Date":"4/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":894,"Cost":554,"Date":"5/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":304,"Date":"5/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":123,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":86,"Date":"6/2/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":343,"Date":"6/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":337,"Cost":220,"Date":"6/16/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":727,"Date":"6/16/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":972,"Cost":564,"Date":"7/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":687,"Cost":528,"Date":"7/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":417,"Cost":224,"Date":"8/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":552,"Cost":443,"Date":"8/29/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":241,"Date":"8/31/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":341,"Cost":297,"Date":"9/8/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":406,"Date":"9/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":221,"Date":"9/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":163,"Date":"9/19/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":329,"Cost":202,"Date":"9/25/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":102,"Date":"10/4/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":440,"Cost":387,"Date":"10/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":389,"Cost":321,"Date":"10/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":928,"Cost":531,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":359,"Cost":240,"Date":"10/30/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":351,"Date":"11/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":803,"Cost":460,"Date":"11/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":225,"Date":"11/25/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":454,"Cost":341,"Date":"1/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":580,"Date":"1/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":745,"Date":"1/20/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":613,"Cost":343,"Date":"2/8/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":122,"Cost":83,"Date":"2/25/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":524,"Date":"3/7/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":599,"Cost":321,"Date":"3/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":611,"Date":"3/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":219,"Date":"4/5/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":378,"Date":"4/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":354,"Cost":274,"Date":"5/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":872,"Cost":791,"Date":"5/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":164,"Cost":113,"Date":"5/15/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":201,"Date":"5/25/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":603,"Cost":331,"Date":"5/26/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":412,"Date":"5/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":498,"Date":"7/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":279,"Cost":173,"Date":"9/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":686,"Cost":404,"Date":"10/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":825,"Date":"10/8/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":182,"Date":"10/26/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":540,"Date":"11/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":103,"Date":"11/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":44,"Date":"12/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":659,"Cost":394,"Date":"2/9/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":321,"Cost":298,"Date":"2/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":236,"Cost":120,"Date":"3/10/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":398,"Cost":274,"Date":"3/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":161,"Cost":110,"Date":"3/18/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":984,"Cost":554,"Date":"3/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":522,"Cost":450,"Date":"3/26/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":127,"Cost":71,"Date":"6/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":346,"Cost":224,"Date":"6/10/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":624,"Cost":512,"Date":"6/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":494,"Cost":303,"Date":"6/25/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":615,"Cost":381,"Date":"7/19/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":290,"Cost":248,"Date":"7/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":80,"Cost":46,"Date":"7/25/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":11,"Cost":5,"Date":"8/4/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":802,"Cost":670,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":713,"Cost":544,"Date":"9/4/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":805,"Cost":725,"Date":"9/19/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":357,"Cost":264,"Date":"9/29/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":716,"Cost":606,"Date":"10/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":246,"Cost":219,"Date":"10/15/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":895,"Cost":613,"Date":"10/30/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":512,"Cost":321,"Date":"11/9/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":371,"Cost":257,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":103,"Cost":76,"Date":"11/30/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":645,"Cost":484,"Date":"12/8/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":132,"Cost":111,"Date":"12/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":478,"Cost":266,"Date":"1/15/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":815,"Cost":639,"Date":"1/24/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":194,"Cost":181,"Date":"2/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":881,"Cost":760,"Date":"2/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":122,"Cost":102,"Date":"3/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":33,"Cost":16,"Date":"3/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":350,"Cost":266,"Date":"4/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":6,"Cost":3,"Date":"5/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":367,"Cost":267,"Date":"5/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":917,"Cost":728,"Date":"6/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":572,"Cost":324,"Date":"6/26/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":450,"Cost":282,"Date":"7/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":896,"Cost":783,"Date":"7/13/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":913,"Cost":743,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":489,"Cost":368,"Date":"8/26/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":56,"Cost":32,"Date":"9/2/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":835,"Cost":563,"Date":"9/29/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":715,"Cost":360,"Date":"10/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":941,"Cost":543,"Date":"11/2/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":994,"Cost":617,"Date":"11/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":875,"Cost":775,"Date":"11/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":117,"Cost":67,"Date":"12/1/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":16,"Cost":14,"Date":"12/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":816,"Cost":413,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":646,"Cost":477,"Date":"12/18/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":51,"Cost":47,"Date":"12/20/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":868,"Cost":693,"Date":"12/20/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":285,"Cost":209,"Date":"12/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":858,"Cost":665,"Date":"1/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":687,"Cost":374,"Date":"2/5/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":73,"Cost":64,"Date":"2/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":775,"Cost":502,"Date":"2/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":87,"Cost":71,"Date":"2/18/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":228,"Cost":187,"Date":"2/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":370,"Cost":275,"Date":"2/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":852,"Cost":559,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":763,"Cost":439,"Date":"4/2/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":84,"Cost":80,"Date":"4/3/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":952,"Cost":794,"Date":"4/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":84,"Cost":58,"Date":"4/10/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":710,"Cost":500,"Date":"4/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":332,"Cost":262,"Date":"5/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":885,"Cost":807,"Date":"5/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":656,"Cost":511,"Date":"6/20/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":102,"Cost":61,"Date":"7/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":973,"Cost":497,"Date":"7/4/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":499,"Cost":256,"Date":"7/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":70,"Cost":57,"Date":"7/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":497,"Cost":418,"Date":"7/14/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":509,"Cost":427,"Date":"7/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":289,"Cost":194,"Date":"8/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":266,"Cost":199,"Date":"8/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":789,"Cost":708,"Date":"8/7/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":181,"Cost":145,"Date":"8/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":761,"Cost":606,"Date":"8/31/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":571,"Cost":531,"Date":"9/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":632,"Cost":592,"Date":"9/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":689,"Cost":359,"Date":"9/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":65,"Cost":32,"Date":"9/29/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":840,"Cost":546,"Date":"11/7/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":327,"Cost":215,"Date":"11/26/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":774,"Cost":484,"Date":"11/27/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":136,"Cost":77,"Date":"12/5/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":299,"Cost":256,"Date":"12/26/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":837,"Cost":467,"Date":"12/31/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":480,"Cost":366,"Date":"1/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":136,"Cost":127,"Date":"2/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":985,"Cost":733,"Date":"2/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":128,"Cost":121,"Date":"2/27/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":302,"Cost":156,"Date":"3/1/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":700,"Cost":528,"Date":"3/1/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":684,"Cost":589,"Date":"3/19/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":122,"Cost":81,"Date":"3/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":694,"Cost":629,"Date":"5/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":317,"Cost":163,"Date":"7/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":506,"Cost":459,"Date":"8/5/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":578,"Cost":495,"Date":"8/12/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":525,"Cost":380,"Date":"8/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":35,"Cost":33,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":754,"Cost":475,"Date":"9/3/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":691,"Cost":619,"Date":"9/5/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":915,"Cost":650,"Date":"10/6/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":64,"Cost":40,"Date":"10/19/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":939,"Cost":852,"Date":"11/15/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":274,"Cost":242,"Date":"12/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":199,"Cost":159,"Date":"1/8/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":371,"Cost":260,"Date":"1/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":497,"Cost":346,"Date":"1/19/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":652,"Cost":435,"Date":"1/28/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":956,"Cost":861,"Date":"1/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":503,"Cost":310,"Date":"3/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":643,"Cost":518,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":48,"Cost":45,"Date":"4/24/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":68,"Cost":55,"Date":"4/28/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":446,"Cost":331,"Date":"5/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":377,"Cost":289,"Date":"5/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":882,"Cost":622,"Date":"5/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":176,"Cost":92,"Date":"6/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":135,"Cost":97,"Date":"6/3/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":22,"Cost":20,"Date":"6/5/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":986,"Cost":875,"Date":"6/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":56,"Cost":29,"Date":"6/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":232,"Cost":195,"Date":"6/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":953,"Cost":886,"Date":"6/24/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":668,"Cost":411,"Date":"7/4/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":718,"Cost":673,"Date":"7/9/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":291,"Cost":163,"Date":"7/12/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":528,"Cost":490,"Date":"8/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":988,"Cost":635,"Date":"8/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":986,"Cost":887,"Date":"8/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":713,"Cost":582,"Date":"9/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":706,"Cost":435,"Date":"9/3/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":55,"Cost":32,"Date":"9/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":870,"Cost":766,"Date":"10/4/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":350,"Cost":296,"Date":"11/1/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":923,"Cost":583,"Date":"11/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":932,"Cost":718,"Date":"12/17/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":774,"Cost":689,"Date":"2/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":472,"Cost":369,"Date":"2/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":62,"Cost":55,"Date":"3/4/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":358,"Cost":308,"Date":"3/9/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":660,"Cost":533,"Date":"3/9/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":161,"Cost":85,"Date":"3/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":798,"Cost":711,"Date":"3/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":229,"Cost":124,"Date":"3/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":725,"Cost":488,"Date":"3/23/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":218,"Cost":202,"Date":"4/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":293,"Cost":203,"Date":"5/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":891,"Cost":559,"Date":"5/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":180,"Cost":124,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":58,"Cost":46,"Date":"6/2/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":662,"Cost":468,"Date":"6/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":600,"Cost":490,"Date":"6/16/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":366,"Cost":319,"Date":"6/16/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":159,"Cost":107,"Date":"7/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":64,"Cost":61,"Date":"7/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":735,"Cost":635,"Date":"8/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":641,"Cost":494,"Date":"8/29/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":354,"Cost":208,"Date":"8/31/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":958,"Cost":604,"Date":"9/8/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":411,"Cost":382,"Date":"9/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":28,"Cost":25,"Date":"9/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":877,"Cost":506,"Date":"9/19/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":363,"Cost":202,"Date":"9/25/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":800,"Cost":484,"Date":"10/4/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":212,"Cost":166,"Date":"10/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":703,"Cost":390,"Date":"10/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":388,"Cost":248,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":477,"Cost":438,"Date":"10/30/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":66,"Cost":38,"Date":"11/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":575,"Cost":299,"Date":"11/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":221,"Cost":137,"Date":"11/25/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":683,"Cost":378,"Date":"1/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":724,"Cost":403,"Date":"1/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":462,"Cost":328,"Date":"1/20/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":980,"Cost":568,"Date":"2/8/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":229,"Cost":134,"Date":"2/25/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":713,"Cost":446,"Date":"3/7/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":651,"Cost":347,"Date":"3/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":514,"Cost":319,"Date":"3/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":971,"Cost":500,"Date":"4/5/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":589,"Cost":382,"Date":"4/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":125,"Cost":84,"Date":"5/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":190,"Cost":147,"Date":"5/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":756,"Cost":481,"Date":"5/15/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":903,"Cost":518,"Date":"5/25/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":248,"Cost":235,"Date":"5/26/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":571,"Cost":444,"Date":"5/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":145,"Cost":95,"Date":"7/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":939,"Cost":622,"Date":"9/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":691,"Cost":383,"Date":"10/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":513,"Cost":277,"Date":"10/8/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":586,"Cost":443,"Date":"10/26/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":682,"Cost":617,"Date":"11/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":862,"Cost":570,"Date":"11/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"COS","Country":"Australia","Sale":212,"Cost":151,"Date":"12/1/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":748,"Cost":614,"Date":"2/9/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":386,"Cost":295,"Date":"2/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":105,"Date":"3/10/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":524,"Date":"3/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":221,"Date":"3/18/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":409,"Cost":277,"Date":"3/20/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":194,"Date":"3/26/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":65,"Date":"6/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":60,"Date":"6/10/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":53,"Date":"6/16/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":15,"Date":"6/25/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":735,"Cost":656,"Date":"7/19/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":18,"Cost":14,"Date":"7/21/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":776,"Cost":473,"Date":"7/25/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":215,"Cost":136,"Date":"8/4/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":445,"Cost":259,"Date":"9/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":502,"Cost":463,"Date":"9/4/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":196,"Date":"9/19/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":139,"Cost":123,"Date":"9/29/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":722,"Cost":671,"Date":"10/2/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":265,"Cost":166,"Date":"10/15/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":410,"Cost":343,"Date":"10/30/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":89,"Cost":81,"Date":"11/9/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":205,"Date":"11/23/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":20,"Cost":12,"Date":"11/30/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":252,"Cost":222,"Date":"12/8/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":28,"Date":"12/11/2018"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":271,"Date":"1/15/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":680,"Cost":499,"Date":"1/24/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":696,"Date":"2/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":417,"Cost":386,"Date":"2/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":565,"Cost":294,"Date":"3/9/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":754,"Date":"3/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":425,"Cost":348,"Date":"4/19/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":461,"Date":"5/3/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":480,"Date":"5/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":155,"Date":"6/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":540,"Cost":295,"Date":"6/26/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":957,"Cost":751,"Date":"7/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":339,"Date":"7/13/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":811,"Date":"8/8/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":611,"Cost":553,"Date":"8/26/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":761,"Cost":482,"Date":"9/2/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":534,"Cost":388,"Date":"9/29/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":236,"Cost":134,"Date":"10/12/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":925,"Cost":624,"Date":"11/2/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":774,"Cost":474,"Date":"11/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":348,"Cost":220,"Date":"11/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":220,"Date":"12/1/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":355,"Cost":235,"Date":"12/4/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":958,"Cost":809,"Date":"12/7/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":42,"Date":"12/18/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":814,"Date":"12/20/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":366,"Cost":332,"Date":"12/20/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":528,"Date":"12/21/2019"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":579,"Date":"1/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":21,"Date":"2/5/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":392,"Date":"2/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":706,"Date":"2/16/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":591,"Cost":543,"Date":"2/18/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":580,"Date":"2/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":454,"Date":"2/25/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":418,"Date":"3/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":89,"Date":"4/2/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":203,"Date":"4/3/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":169,"Date":"4/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":140,"Date":"4/10/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":1,"Cost":0,"Date":"4/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":839,"Cost":624,"Date":"5/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":197,"Cost":170,"Date":"5/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":861,"Cost":743,"Date":"6/20/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":331,"Date":"7/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":489,"Date":"7/4/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":860,"Cost":532,"Date":"7/8/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":312,"Cost":280,"Date":"7/9/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":853,"Date":"7/14/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":966,"Cost":894,"Date":"7/19/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":730,"Cost":380,"Date":"8/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":597,"Cost":432,"Date":"8/6/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":802,"Cost":614,"Date":"8/7/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":96,"Date":"8/22/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":955,"Cost":710,"Date":"8/31/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":361,"Cost":308,"Date":"9/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":630,"Date":"9/1/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":255,"Cost":215,"Date":"9/17/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":184,"Cost":94,"Date":"9/29/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":460,"Date":"11/7/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":140,"Cost":91,"Date":"11/26/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":531,"Cost":275,"Date":"11/27/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":171,"Cost":90,"Date":"12/5/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":536,"Cost":454,"Date":"12/26/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":677,"Date":"12/31/2020"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":75,"Cost":52,"Date":"1/20/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":215,"Cost":199,"Date":"2/2/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":458,"Date":"2/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":496,"Date":"2/27/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":835,"Cost":452,"Date":"3/1/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":427,"Cost":332,"Date":"3/1/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":830,"Date":"3/19/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":202,"Date":"3/28/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":573,"Cost":508,"Date":"5/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":249,"Cost":144,"Date":"7/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":503,"Cost":396,"Date":"8/5/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":521,"Cost":365,"Date":"8/12/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":44,"Date":"8/21/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":450,"Date":"8/23/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":79,"Date":"9/3/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":812,"Cost":669,"Date":"9/5/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":788,"Cost":745,"Date":"10/6/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":125,"Date":"10/19/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":18,"Cost":15,"Date":"11/15/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":835,"Cost":562,"Date":"12/8/2021"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":946,"Date":"1/8/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":561,"Date":"1/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":130,"Date":"1/19/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":264,"Date":"1/28/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":285,"Date":"1/31/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":175,"Date":"3/27/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":322,"Date":"4/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":782,"Date":"4/24/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":298,"Date":"4/28/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":898,"Cost":541,"Date":"5/15/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":410,"Date":"5/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":799,"Cost":612,"Date":"5/18/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":401,"Date":"6/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":59,"Cost":47,"Date":"6/3/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":916,"Cost":656,"Date":"6/5/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":402,"Cost":324,"Date":"6/7/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":352,"Date":"6/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":913,"Cost":521,"Date":"6/20/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":520,"Date":"6/24/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":547,"Cost":510,"Date":"7/4/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":747,"Date":"7/9/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":460,"Cost":308,"Date":"7/12/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":552,"Cost":430,"Date":"8/14/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":352,"Cost":247,"Date":"8/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":208,"Cost":168,"Date":"8/23/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":939,"Cost":891,"Date":"9/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":836,"Cost":530,"Date":"9/3/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":253,"Cost":203,"Date":"9/16/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":530,"Date":"10/4/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":706,"Date":"11/1/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":742,"Cost":453,"Date":"11/2/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":765,"Cost":653,"Date":"12/17/2022"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":145,"Cost":81,"Date":"2/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":113,"Cost":89,"Date":"2/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":808,"Cost":688,"Date":"3/4/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":553,"Date":"3/9/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":815,"Cost":505,"Date":"3/9/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":490,"Date":"3/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":234,"Cost":215,"Date":"3/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":29,"Cost":19,"Date":"3/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":75,"Cost":55,"Date":"3/23/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":374,"Date":"4/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":390,"Cost":351,"Date":"5/7/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":292,"Date":"5/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":30,"Cost":18,"Date":"5/20/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":895,"Cost":760,"Date":"6/2/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":62,"Cost":32,"Date":"6/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":310,"Cost":166,"Date":"6/16/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":557,"Cost":520,"Date":"6/16/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":836,"Cost":527,"Date":"7/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":736,"Cost":378,"Date":"7/11/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":386,"Cost":260,"Date":"8/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":172,"Cost":137,"Date":"8/29/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":360,"Cost":183,"Date":"8/31/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":624,"Cost":470,"Date":"9/8/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":280,"Date":"9/13/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":281,"Date":"9/14/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":251,"Date":"9/19/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":304,"Cost":188,"Date":"9/25/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":194,"Cost":174,"Date":"10/4/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":11,"Date":"10/10/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":881,"Cost":456,"Date":"10/17/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":359,"Date":"10/28/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":428,"Date":"10/30/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":161,"Date":"11/1/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":65,"Date":"11/15/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":503,"Date":"11/25/2023"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":83,"Date":"1/10/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":619,"Cost":370,"Date":"1/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":341,"Date":"1/20/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":650,"Date":"2/8/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":139,"Date":"2/25/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":842,"Cost":728,"Date":"3/7/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":257,"Cost":214,"Date":"3/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":360,"Cost":241,"Date":"3/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":507,"Date":"4/5/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":854,"Cost":789,"Date":"4/14/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":202,"Cost":136,"Date":"5/3/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":454,"Date":"5/9/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":627,"Cost":544,"Date":"5/15/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":770,"Cost":492,"Date":"5/25/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":37,"Date":"5/26/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":166,"Date":"5/31/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":218,"Cost":135,"Date":"7/27/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":718,"Cost":636,"Date":"9/17/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":510,"Cost":271,"Date":"10/6/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":149,"Cost":106,"Date":"10/8/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":782,"Cost":511,"Date":"10/26/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":692,"Cost":612,"Date":"11/16/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":699,"Date":"11/18/2024"},{"Store":"Eastlands Shopping Centre, Hobart","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":226,"Date":"12/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":673,"Cost":558,"Date":"2/9/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":911,"Cost":714,"Date":"2/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":287,"Cost":190,"Date":"3/10/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":19,"Date":"3/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":688,"Cost":563,"Date":"3/18/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":716,"Cost":426,"Date":"3/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":692,"Cost":414,"Date":"3/26/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":36,"Cost":18,"Date":"6/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":433,"Date":"6/10/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":338,"Cost":206,"Date":"6/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":650,"Cost":463,"Date":"6/25/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":357,"Cost":282,"Date":"7/19/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":271,"Cost":218,"Date":"7/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":168,"Cost":90,"Date":"7/25/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":262,"Cost":187,"Date":"8/4/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":610,"Cost":438,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":854,"Cost":759,"Date":"9/4/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":560,"Cost":325,"Date":"9/19/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":462,"Cost":242,"Date":"9/29/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":201,"Cost":108,"Date":"10/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":449,"Cost":325,"Date":"10/15/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":47,"Cost":30,"Date":"10/30/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":243,"Cost":144,"Date":"11/9/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":409,"Cost":290,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":868,"Cost":666,"Date":"11/30/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":865,"Cost":548,"Date":"12/8/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":805,"Cost":706,"Date":"12/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":844,"Cost":681,"Date":"1/15/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":680,"Cost":553,"Date":"1/24/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":63,"Cost":51,"Date":"2/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":866,"Cost":489,"Date":"2/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":809,"Cost":455,"Date":"3/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":539,"Cost":407,"Date":"3/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":542,"Date":"4/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":562,"Cost":471,"Date":"5/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":102,"Cost":68,"Date":"5/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":820,"Cost":604,"Date":"6/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":690,"Date":"6/26/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":748,"Cost":568,"Date":"7/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":204,"Cost":149,"Date":"7/13/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":305,"Cost":229,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":769,"Cost":660,"Date":"8/26/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":454,"Cost":265,"Date":"9/2/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":425,"Cost":232,"Date":"9/29/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":656,"Cost":375,"Date":"10/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":704,"Cost":355,"Date":"11/2/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":889,"Cost":764,"Date":"11/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":141,"Date":"11/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":587,"Cost":328,"Date":"12/1/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":531,"Cost":353,"Date":"12/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":65,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":931,"Cost":762,"Date":"12/18/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":635,"Cost":395,"Date":"12/20/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":628,"Cost":358,"Date":"12/20/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":5,"Cost":5,"Date":"12/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":808,"Cost":478,"Date":"1/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":786,"Cost":399,"Date":"2/5/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":732,"Cost":660,"Date":"2/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":893,"Cost":655,"Date":"2/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":949,"Cost":545,"Date":"2/18/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":751,"Cost":388,"Date":"2/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":631,"Cost":499,"Date":"2/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":968,"Cost":857,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":707,"Date":"4/2/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":261,"Cost":209,"Date":"4/3/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":771,"Cost":436,"Date":"4/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":324,"Cost":193,"Date":"4/10/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":265,"Cost":233,"Date":"4/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":461,"Cost":255,"Date":"5/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":758,"Cost":666,"Date":"5/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":862,"Date":"6/20/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":533,"Date":"7/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":211,"Cost":139,"Date":"7/4/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":649,"Cost":560,"Date":"7/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":312,"Cost":179,"Date":"7/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":245,"Date":"7/14/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":382,"Cost":210,"Date":"7/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":291,"Cost":241,"Date":"8/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":952,"Cost":745,"Date":"8/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":476,"Cost":349,"Date":"8/7/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":646,"Cost":497,"Date":"8/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":707,"Cost":498,"Date":"8/31/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":768,"Cost":502,"Date":"9/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":737,"Cost":498,"Date":"9/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":107,"Date":"9/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":421,"Cost":347,"Date":"9/29/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":841,"Cost":455,"Date":"11/7/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":162,"Cost":105,"Date":"11/26/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":811,"Cost":640,"Date":"11/27/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":692,"Date":"12/5/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":218,"Date":"12/26/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":399,"Cost":266,"Date":"12/31/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":336,"Cost":230,"Date":"1/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":521,"Cost":475,"Date":"2/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":242,"Cost":200,"Date":"2/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":892,"Cost":483,"Date":"2/27/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":74,"Cost":41,"Date":"3/1/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":196,"Cost":98,"Date":"3/1/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":593,"Cost":383,"Date":"3/19/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":455,"Cost":291,"Date":"3/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":486,"Date":"5/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":442,"Date":"7/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":548,"Cost":501,"Date":"8/5/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":814,"Cost":494,"Date":"8/12/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":117,"Cost":61,"Date":"8/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":527,"Cost":324,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":381,"Date":"9/3/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":689,"Date":"9/5/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":99,"Cost":85,"Date":"10/6/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":963,"Cost":623,"Date":"10/19/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":123,"Cost":99,"Date":"11/15/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":932,"Cost":584,"Date":"12/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":784,"Cost":439,"Date":"1/8/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":122,"Cost":69,"Date":"1/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":715,"Cost":488,"Date":"1/19/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":154,"Cost":136,"Date":"1/28/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":348,"Cost":180,"Date":"1/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":720,"Cost":636,"Date":"3/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":164,"Cost":145,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":421,"Cost":236,"Date":"4/24/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":720,"Cost":667,"Date":"4/28/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":508,"Date":"5/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":801,"Cost":730,"Date":"5/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":867,"Date":"5/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":608,"Cost":578,"Date":"6/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":944,"Cost":830,"Date":"6/3/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":58,"Cost":35,"Date":"6/5/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":386,"Cost":253,"Date":"6/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":859,"Cost":727,"Date":"6/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":626,"Cost":588,"Date":"6/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":343,"Cost":263,"Date":"6/24/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":564,"Cost":416,"Date":"7/4/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":159,"Cost":98,"Date":"7/9/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":429,"Cost":360,"Date":"7/12/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":437,"Cost":261,"Date":"8/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":676,"Cost":604,"Date":"8/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":990,"Cost":646,"Date":"8/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":897,"Cost":623,"Date":"9/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":596,"Cost":391,"Date":"9/3/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":290,"Cost":249,"Date":"9/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":489,"Date":"10/4/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":313,"Cost":230,"Date":"11/1/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":641,"Date":"11/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":599,"Date":"12/17/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":235,"Cost":118,"Date":"2/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":701,"Cost":438,"Date":"2/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":168,"Cost":84,"Date":"3/4/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":659,"Cost":537,"Date":"3/9/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":153,"Cost":145,"Date":"3/9/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":355,"Cost":249,"Date":"3/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":870,"Cost":521,"Date":"3/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":505,"Cost":300,"Date":"3/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":252,"Cost":211,"Date":"3/23/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":968,"Cost":870,"Date":"4/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":530,"Cost":424,"Date":"5/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":312,"Cost":229,"Date":"5/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":253,"Cost":149,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":602,"Cost":483,"Date":"6/2/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":168,"Date":"6/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":596,"Date":"6/16/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":69,"Cost":49,"Date":"6/16/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":29,"Cost":25,"Date":"7/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":455,"Cost":423,"Date":"7/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":477,"Date":"8/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":480,"Cost":271,"Date":"8/29/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":717,"Cost":468,"Date":"8/31/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":255,"Cost":145,"Date":"9/8/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":723,"Cost":566,"Date":"9/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":629,"Date":"9/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":288,"Cost":199,"Date":"9/19/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":147,"Cost":103,"Date":"9/25/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":301,"Cost":261,"Date":"10/4/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":30,"Cost":23,"Date":"10/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":788,"Cost":604,"Date":"10/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":803,"Cost":458,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":276,"Cost":252,"Date":"10/30/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":746,"Cost":553,"Date":"11/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":698,"Cost":475,"Date":"11/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":511,"Cost":308,"Date":"11/25/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":383,"Cost":208,"Date":"1/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":654,"Cost":420,"Date":"1/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":755,"Cost":435,"Date":"1/20/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":507,"Cost":363,"Date":"2/8/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":743,"Cost":625,"Date":"2/25/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":397,"Cost":202,"Date":"3/7/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":194,"Cost":151,"Date":"3/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":761,"Cost":543,"Date":"3/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":37,"Cost":26,"Date":"4/5/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":989,"Cost":938,"Date":"4/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":418,"Cost":366,"Date":"5/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":100,"Cost":87,"Date":"5/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":178,"Cost":102,"Date":"5/15/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":795,"Cost":425,"Date":"5/25/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":888,"Cost":559,"Date":"5/26/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":896,"Cost":523,"Date":"5/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":159,"Cost":145,"Date":"7/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":53,"Cost":46,"Date":"9/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":609,"Cost":378,"Date":"10/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":325,"Cost":283,"Date":"10/8/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":89,"Cost":50,"Date":"10/26/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":274,"Cost":229,"Date":"11/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":660,"Cost":571,"Date":"11/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"ARKET","Country":"Australia","Sale":715,"Cost":466,"Date":"12/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":236,"Date":"2/9/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":982,"Cost":895,"Date":"2/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":647,"Cost":589,"Date":"3/10/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":557,"Cost":458,"Date":"3/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":528,"Cost":273,"Date":"3/18/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":812,"Date":"3/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":667,"Cost":440,"Date":"3/26/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":82,"Date":"6/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":12,"Cost":7,"Date":"6/10/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":291,"Cost":197,"Date":"6/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":783,"Cost":658,"Date":"6/25/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":569,"Date":"7/19/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":114,"Date":"7/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":856,"Date":"7/25/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":108,"Cost":65,"Date":"8/4/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":86,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":884,"Cost":536,"Date":"9/4/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":969,"Cost":756,"Date":"9/19/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":988,"Cost":737,"Date":"9/29/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":214,"Date":"10/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":624,"Cost":358,"Date":"10/15/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":982,"Cost":821,"Date":"10/30/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":358,"Date":"11/9/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":272,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":760,"Cost":557,"Date":"11/30/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":867,"Date":"12/8/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":586,"Cost":396,"Date":"12/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":553,"Date":"1/15/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":41,"Cost":31,"Date":"1/24/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":477,"Cost":375,"Date":"2/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":514,"Date":"2/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":213,"Cost":166,"Date":"3/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":866,"Cost":527,"Date":"3/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":789,"Cost":675,"Date":"4/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":670,"Cost":394,"Date":"5/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":243,"Cost":146,"Date":"5/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":649,"Cost":593,"Date":"6/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":39,"Cost":25,"Date":"6/26/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":834,"Cost":601,"Date":"7/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":510,"Date":"7/13/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":472,"Cost":433,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":736,"Cost":393,"Date":"8/26/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":464,"Date":"9/2/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":404,"Cost":336,"Date":"9/29/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":723,"Cost":379,"Date":"10/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":743,"Cost":493,"Date":"11/2/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":140,"Cost":117,"Date":"11/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":191,"Cost":144,"Date":"11/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":381,"Date":"12/1/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":870,"Cost":711,"Date":"12/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":989,"Cost":730,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":858,"Cost":561,"Date":"12/18/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":152,"Date":"12/20/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":374,"Date":"12/20/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":697,"Cost":394,"Date":"12/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":357,"Cost":219,"Date":"1/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":98,"Cost":88,"Date":"2/5/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":941,"Cost":546,"Date":"2/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":105,"Cost":93,"Date":"2/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":998,"Cost":793,"Date":"2/18/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":38,"Cost":21,"Date":"2/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":721,"Cost":562,"Date":"2/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":681,"Cost":390,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":109,"Cost":62,"Date":"4/2/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":242,"Cost":147,"Date":"4/3/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":463,"Cost":330,"Date":"4/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":593,"Date":"4/10/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":729,"Cost":654,"Date":"4/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":527,"Cost":359,"Date":"5/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":220,"Cost":143,"Date":"5/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":858,"Cost":477,"Date":"6/20/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":416,"Date":"7/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":767,"Cost":421,"Date":"7/4/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":868,"Cost":466,"Date":"7/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":155,"Cost":107,"Date":"7/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":808,"Cost":513,"Date":"7/14/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":913,"Cost":603,"Date":"7/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":998,"Cost":847,"Date":"8/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":259,"Cost":204,"Date":"8/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":266,"Cost":196,"Date":"8/7/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":355,"Cost":282,"Date":"8/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":53,"Cost":39,"Date":"8/31/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":193,"Cost":179,"Date":"9/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":810,"Cost":527,"Date":"9/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":417,"Date":"9/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":634,"Cost":490,"Date":"9/29/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":704,"Cost":492,"Date":"11/7/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":278,"Cost":233,"Date":"11/26/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":692,"Cost":495,"Date":"11/27/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":187,"Cost":100,"Date":"12/5/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":389,"Cost":251,"Date":"12/26/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":291,"Cost":218,"Date":"12/31/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":419,"Cost":367,"Date":"1/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":310,"Date":"2/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":529,"Cost":310,"Date":"2/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":512,"Cost":256,"Date":"2/27/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":168,"Cost":131,"Date":"3/1/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":432,"Date":"3/1/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":680,"Cost":645,"Date":"3/19/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":423,"Cost":389,"Date":"3/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":668,"Date":"5/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":652,"Cost":614,"Date":"7/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":272,"Cost":136,"Date":"8/5/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":644,"Cost":322,"Date":"8/12/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":658,"Cost":492,"Date":"8/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":23,"Cost":15,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":453,"Cost":280,"Date":"9/3/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":314,"Date":"9/5/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":111,"Date":"10/6/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":764,"Cost":436,"Date":"10/19/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":317,"Cost":165,"Date":"11/15/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":910,"Cost":656,"Date":"12/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":756,"Cost":669,"Date":"1/8/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":322,"Cost":225,"Date":"1/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":512,"Date":"1/19/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":141,"Date":"1/28/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":733,"Cost":426,"Date":"1/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":302,"Cost":202,"Date":"3/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":63,"Cost":46,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":3,"Cost":3,"Date":"4/24/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":556,"Cost":430,"Date":"4/28/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":88,"Date":"5/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":455,"Cost":308,"Date":"5/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":905,"Cost":682,"Date":"5/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":384,"Cost":214,"Date":"6/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":46,"Cost":32,"Date":"6/3/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":725,"Cost":430,"Date":"6/5/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":226,"Date":"6/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":883,"Date":"6/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":659,"Cost":372,"Date":"6/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":467,"Cost":295,"Date":"6/24/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":318,"Cost":267,"Date":"7/4/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":210,"Cost":155,"Date":"7/9/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":278,"Cost":263,"Date":"7/12/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":725,"Cost":661,"Date":"8/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":940,"Cost":478,"Date":"8/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":781,"Cost":469,"Date":"8/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":181,"Cost":161,"Date":"9/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":510,"Cost":358,"Date":"9/3/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":460,"Cost":391,"Date":"9/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":24,"Cost":12,"Date":"10/4/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":352,"Date":"11/1/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":548,"Cost":417,"Date":"11/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":560,"Cost":530,"Date":"12/17/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":381,"Date":"2/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":899,"Cost":833,"Date":"2/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":669,"Cost":619,"Date":"3/4/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":50,"Date":"3/9/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":908,"Cost":842,"Date":"3/9/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":604,"Date":"3/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":165,"Date":"3/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":512,"Date":"3/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":463,"Cost":428,"Date":"3/23/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":940,"Cost":863,"Date":"4/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":691,"Cost":631,"Date":"5/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":814,"Cost":583,"Date":"5/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":541,"Cost":367,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":176,"Cost":159,"Date":"6/2/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":328,"Cost":285,"Date":"6/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":146,"Date":"6/16/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":780,"Cost":639,"Date":"6/16/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":609,"Cost":451,"Date":"7/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":296,"Cost":246,"Date":"7/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":326,"Cost":182,"Date":"8/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":777,"Date":"8/29/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":442,"Cost":232,"Date":"8/31/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":245,"Cost":148,"Date":"9/8/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":314,"Cost":193,"Date":"9/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":678,"Cost":523,"Date":"9/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":493,"Date":"9/19/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":201,"Cost":167,"Date":"9/25/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":203,"Date":"10/4/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":227,"Cost":155,"Date":"10/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":350,"Date":"10/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":617,"Cost":420,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":89,"Cost":82,"Date":"10/30/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":668,"Cost":466,"Date":"11/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":900,"Cost":480,"Date":"11/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":588,"Cost":499,"Date":"11/25/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":589,"Cost":298,"Date":"1/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":203,"Cost":129,"Date":"1/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":5,"Cost":3,"Date":"1/20/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":464,"Cost":300,"Date":"2/8/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":922,"Cost":863,"Date":"2/25/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":854,"Cost":439,"Date":"3/7/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":743,"Cost":644,"Date":"3/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":57,"Cost":40,"Date":"3/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":485,"Cost":374,"Date":"4/5/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":224,"Cost":146,"Date":"4/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":386,"Cost":303,"Date":"5/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":205,"Date":"5/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":775,"Cost":400,"Date":"5/15/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":375,"Date":"5/25/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":495,"Cost":297,"Date":"5/26/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":758,"Cost":454,"Date":"5/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":992,"Cost":651,"Date":"7/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":499,"Date":"9/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":196,"Cost":180,"Date":"10/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":14,"Date":"10/8/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":169,"Cost":156,"Date":"10/26/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":218,"Cost":148,"Date":"11/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":866,"Cost":582,"Date":"11/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"Sellpy","Country":"Australia","Sale":186,"Cost":170,"Date":"12/1/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":135,"Cost":115,"Date":"2/9/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":200,"Cost":108,"Date":"2/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":392,"Cost":283,"Date":"3/10/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":981,"Cost":639,"Date":"3/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":659,"Cost":558,"Date":"3/18/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":524,"Cost":299,"Date":"3/20/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":975,"Cost":722,"Date":"3/26/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":295,"Cost":156,"Date":"6/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":173,"Cost":136,"Date":"6/10/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":89,"Cost":51,"Date":"6/16/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":904,"Cost":567,"Date":"6/25/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":936,"Cost":667,"Date":"7/19/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":757,"Cost":480,"Date":"7/21/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":149,"Cost":89,"Date":"7/25/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":966,"Cost":621,"Date":"8/4/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":299,"Cost":168,"Date":"9/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":896,"Cost":500,"Date":"9/4/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":910,"Cost":500,"Date":"9/19/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":117,"Cost":97,"Date":"9/29/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":956,"Cost":687,"Date":"10/2/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":203,"Cost":167,"Date":"10/15/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":488,"Cost":412,"Date":"10/30/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":899,"Cost":567,"Date":"11/9/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":163,"Cost":116,"Date":"11/23/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":816,"Cost":688,"Date":"11/30/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":660,"Cost":579,"Date":"12/8/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":487,"Cost":336,"Date":"12/11/2018"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":205,"Cost":161,"Date":"1/15/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":980,"Cost":511,"Date":"1/24/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":879,"Cost":664,"Date":"2/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":697,"Cost":588,"Date":"2/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":127,"Cost":101,"Date":"3/9/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":157,"Cost":144,"Date":"3/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":302,"Cost":167,"Date":"4/19/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":603,"Cost":413,"Date":"5/3/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":806,"Cost":414,"Date":"5/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":498,"Cost":449,"Date":"6/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":961,"Cost":896,"Date":"6/26/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":51,"Cost":29,"Date":"7/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":756,"Cost":435,"Date":"7/13/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":259,"Cost":215,"Date":"8/8/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":752,"Cost":704,"Date":"8/26/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":831,"Cost":667,"Date":"9/2/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":689,"Cost":396,"Date":"9/29/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":25,"Cost":19,"Date":"10/12/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":537,"Cost":342,"Date":"11/2/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":652,"Cost":485,"Date":"11/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":818,"Cost":708,"Date":"11/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":563,"Cost":342,"Date":"12/1/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":293,"Cost":149,"Date":"12/4/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":357,"Cost":269,"Date":"12/7/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":559,"Cost":375,"Date":"12/18/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":305,"Cost":162,"Date":"12/20/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":855,"Cost":753,"Date":"12/20/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":164,"Cost":132,"Date":"12/21/2019"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":341,"Cost":259,"Date":"1/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":997,"Cost":701,"Date":"2/5/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":163,"Cost":104,"Date":"2/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":8,"Cost":7,"Date":"2/16/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":157,"Cost":140,"Date":"2/18/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":530,"Cost":285,"Date":"2/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":523,"Cost":280,"Date":"2/25/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":792,"Cost":732,"Date":"3/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":577,"Cost":506,"Date":"4/2/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":810,"Cost":572,"Date":"4/3/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":240,"Cost":191,"Date":"4/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":71,"Cost":50,"Date":"4/10/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":258,"Cost":204,"Date":"4/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":986,"Cost":792,"Date":"5/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":508,"Cost":330,"Date":"5/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":817,"Cost":772,"Date":"6/20/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":105,"Cost":63,"Date":"7/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":445,"Cost":368,"Date":"7/4/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":9,"Cost":8,"Date":"7/8/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":626,"Cost":589,"Date":"7/9/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":599,"Cost":305,"Date":"7/14/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":807,"Cost":732,"Date":"7/19/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":324,"Cost":282,"Date":"8/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":916,"Cost":842,"Date":"8/6/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":110,"Cost":81,"Date":"8/7/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":275,"Cost":173,"Date":"8/22/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":517,"Cost":411,"Date":"8/31/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":315,"Cost":283,"Date":"9/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":51,"Cost":47,"Date":"9/1/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":497,"Cost":398,"Date":"9/17/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":392,"Cost":305,"Date":"9/29/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":355,"Cost":248,"Date":"11/7/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":513,"Cost":375,"Date":"11/26/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":772,"Cost":582,"Date":"11/27/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":621,"Cost":405,"Date":"12/5/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":94,"Cost":88,"Date":"12/26/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":803,"Cost":584,"Date":"12/31/2020"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":199,"Cost":157,"Date":"1/20/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":439,"Cost":371,"Date":"2/2/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":645,"Cost":584,"Date":"2/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":581,"Cost":412,"Date":"2/27/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":923,"Cost":701,"Date":"3/1/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":678,"Cost":453,"Date":"3/1/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":221,"Cost":172,"Date":"3/19/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":775,"Cost":466,"Date":"3/28/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":693,"Cost":413,"Date":"5/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":503,"Cost":295,"Date":"7/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":147,"Cost":112,"Date":"8/5/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":519,"Cost":475,"Date":"8/12/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":82,"Cost":75,"Date":"8/21/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":881,"Cost":504,"Date":"8/23/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":397,"Cost":298,"Date":"9/3/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":823,"Cost":467,"Date":"9/5/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":945,"Cost":611,"Date":"10/6/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":463,"Cost":351,"Date":"10/19/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":138,"Cost":93,"Date":"11/15/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":957,"Cost":481,"Date":"12/8/2021"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":294,"Cost":247,"Date":"1/8/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":964,"Cost":830,"Date":"1/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":492,"Cost":439,"Date":"1/19/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":968,"Cost":808,"Date":"1/28/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":305,"Cost":273,"Date":"1/31/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":23,"Cost":22,"Date":"3/27/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":556,"Cost":475,"Date":"4/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":832,"Cost":573,"Date":"4/24/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":264,"Cost":193,"Date":"4/28/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":985,"Cost":746,"Date":"5/15/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":629,"Cost":314,"Date":"5/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":651,"Cost":335,"Date":"5/18/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":714,"Cost":442,"Date":"6/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":852,"Cost":569,"Date":"6/3/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":859,"Cost":504,"Date":"6/5/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":275,"Cost":146,"Date":"6/7/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":848,"Cost":650,"Date":"6/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":237,"Cost":163,"Date":"6/20/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":860,"Cost":813,"Date":"6/24/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":631,"Cost":533,"Date":"7/4/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":575,"Cost":455,"Date":"7/9/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":419,"Cost":274,"Date":"7/12/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":9,"Cost":6,"Date":"8/14/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":278,"Cost":259,"Date":"8/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":142,"Cost":124,"Date":"8/23/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":313,"Cost":173,"Date":"9/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":183,"Cost":173,"Date":"9/3/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":304,"Cost":288,"Date":"9/16/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":935,"Cost":729,"Date":"10/4/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":970,"Cost":800,"Date":"11/1/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":69,"Cost":43,"Date":"11/2/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":285,"Cost":156,"Date":"12/17/2022"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":795,"Cost":699,"Date":"2/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":690,"Cost":345,"Date":"2/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":338,"Cost":243,"Date":"3/4/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":16,"Cost":11,"Date":"3/9/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":377,"Cost":252,"Date":"3/9/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":205,"Cost":120,"Date":"3/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":457,"Cost":389,"Date":"3/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":13,"Cost":6,"Date":"3/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":920,"Cost":722,"Date":"3/23/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":337,"Cost":231,"Date":"4/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":741,"Cost":553,"Date":"5/7/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":649,"Cost":422,"Date":"5/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":584,"Cost":360,"Date":"5/20/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":689,"Cost":510,"Date":"6/2/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":389,"Cost":272,"Date":"6/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":200,"Cost":139,"Date":"6/16/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":694,"Cost":418,"Date":"6/16/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":989,"Cost":494,"Date":"7/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":700,"Cost":601,"Date":"7/11/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":426,"Cost":277,"Date":"8/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":216,"Cost":110,"Date":"8/29/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":869,"Cost":644,"Date":"8/31/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":65,"Cost":61,"Date":"9/8/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":373,"Cost":293,"Date":"9/13/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":79,"Cost":57,"Date":"9/14/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":688,"Cost":433,"Date":"9/19/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":267,"Cost":140,"Date":"9/25/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":527,"Cost":435,"Date":"10/4/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":642,"Cost":508,"Date":"10/10/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":289,"Cost":255,"Date":"10/17/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":223,"Cost":141,"Date":"10/28/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":925,"Cost":674,"Date":"10/30/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":436,"Cost":398,"Date":"11/1/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":376,"Cost":302,"Date":"11/15/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":994,"Cost":620,"Date":"11/25/2023"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":907,"Cost":600,"Date":"1/10/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":631,"Cost":519,"Date":"1/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":466,"Cost":390,"Date":"1/20/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":785,"Cost":593,"Date":"2/8/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":178,"Cost":169,"Date":"2/25/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":414,"Cost":352,"Date":"3/7/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":472,"Cost":241,"Date":"3/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":181,"Cost":104,"Date":"3/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":97,"Cost":83,"Date":"4/5/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":364,"Cost":305,"Date":"4/14/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":550,"Cost":429,"Date":"5/3/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":646,"Cost":612,"Date":"5/9/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":826,"Cost":773,"Date":"5/15/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":938,"Cost":522,"Date":"5/25/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":476,"Cost":261,"Date":"5/26/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":260,"Cost":171,"Date":"5/31/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":346,"Cost":229,"Date":"7/27/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":665,"Cost":348,"Date":"9/17/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":149,"Cost":75,"Date":"10/6/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":565,"Cost":409,"Date":"10/8/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":59,"Cost":40,"Date":"10/26/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":141,"Cost":83,"Date":"11/16/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":908,"Cost":504,"Date":"11/18/2024"},{"Store":"Macquarie Street Mall, Hobart","Brand":"COS","Country":"Australia","Sale":386,"Cost":283,"Date":"12/1/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":228,"Date":"2/9/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":965,"Cost":667,"Date":"2/11/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":122,"Cost":97,"Date":"3/10/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":424,"Cost":394,"Date":"3/16/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":802,"Date":"3/18/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":540,"Cost":442,"Date":"3/20/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":627,"Cost":427,"Date":"3/26/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":598,"Cost":317,"Date":"6/2/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":577,"Date":"6/10/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":125,"Cost":71,"Date":"6/16/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":600,"Cost":469,"Date":"6/25/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":986,"Cost":739,"Date":"7/19/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":988,"Cost":585,"Date":"7/21/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":191,"Cost":105,"Date":"7/25/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":138,"Date":"8/4/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":931,"Cost":508,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":387,"Cost":196,"Date":"9/4/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":114,"Date":"9/19/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":96,"Cost":52,"Date":"9/29/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":686,"Date":"10/2/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":987,"Cost":929,"Date":"10/15/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":156,"Date":"10/30/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":717,"Cost":541,"Date":"11/9/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":406,"Cost":209,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":780,"Cost":557,"Date":"11/30/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":453,"Date":"12/8/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":595,"Cost":375,"Date":"12/11/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":464,"Cost":255,"Date":"1/15/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":862,"Cost":586,"Date":"1/24/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":916,"Cost":711,"Date":"2/3/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":1000,"Cost":659,"Date":"2/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":83,"Cost":59,"Date":"3/9/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":456,"Date":"3/12/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":327,"Cost":246,"Date":"4/19/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":895,"Cost":719,"Date":"5/3/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":962,"Cost":906,"Date":"5/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":382,"Cost":234,"Date":"6/8/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":620,"Cost":467,"Date":"6/26/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":243,"Cost":198,"Date":"7/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":44,"Cost":31,"Date":"7/13/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":503,"Cost":330,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":128,"Cost":95,"Date":"8/26/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":82,"Cost":68,"Date":"9/2/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":910,"Cost":776,"Date":"9/29/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":546,"Date":"10/12/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":948,"Cost":682,"Date":"11/2/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":964,"Cost":557,"Date":"11/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":321,"Date":"11/7/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":513,"Date":"12/1/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":775,"Cost":449,"Date":"12/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":196,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":552,"Date":"12/18/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":655,"Cost":581,"Date":"12/20/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":97,"Cost":58,"Date":"12/20/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":255,"Cost":176,"Date":"12/21/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":744,"Date":"1/9/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":605,"Date":"2/5/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":845,"Cost":763,"Date":"2/16/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":708,"Date":"2/16/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":820,"Date":"2/18/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":16,"Cost":15,"Date":"2/22/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":435,"Date":"2/25/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":728,"Cost":431,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":640,"Date":"4/2/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":169,"Cost":130,"Date":"4/3/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":86,"Date":"4/9/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":827,"Cost":730,"Date":"4/10/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":636,"Date":"4/19/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":327,"Date":"5/17/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":396,"Cost":199,"Date":"5/22/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":459,"Cost":236,"Date":"6/20/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":792,"Cost":618,"Date":"7/1/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":563,"Cost":337,"Date":"7/4/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":523,"Cost":390,"Date":"7/8/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":343,"Date":"7/9/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":128,"Date":"7/14/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":405,"Cost":296,"Date":"7/19/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":929,"Date":"8/1/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":805,"Cost":725,"Date":"8/6/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":598,"Cost":497,"Date":"8/7/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":94,"Date":"8/22/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":665,"Cost":515,"Date":"8/31/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":295,"Cost":272,"Date":"9/1/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":359,"Date":"9/1/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":109,"Date":"9/17/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":232,"Date":"9/29/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":635,"Cost":529,"Date":"11/7/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":835,"Cost":668,"Date":"11/26/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":506,"Date":"11/27/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":938,"Cost":868,"Date":"12/5/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":476,"Cost":392,"Date":"12/26/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":611,"Cost":434,"Date":"12/31/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":247,"Date":"1/20/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":556,"Cost":486,"Date":"2/2/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":407,"Date":"2/8/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":51,"Cost":25,"Date":"2/27/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":479,"Date":"3/1/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":786,"Date":"3/1/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":697,"Cost":556,"Date":"3/19/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":991,"Cost":877,"Date":"3/28/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":359,"Cost":202,"Date":"5/21/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":74,"Cost":68,"Date":"7/21/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":805,"Cost":404,"Date":"8/5/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":464,"Date":"8/12/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":780,"Cost":720,"Date":"8/21/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":353,"Cost":243,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":576,"Date":"9/3/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":657,"Cost":516,"Date":"9/5/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":987,"Cost":791,"Date":"10/6/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":227,"Cost":193,"Date":"10/19/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":663,"Cost":388,"Date":"11/15/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":268,"Cost":183,"Date":"12/8/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":210,"Cost":139,"Date":"1/8/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":361,"Cost":231,"Date":"1/14/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":42,"Cost":26,"Date":"1/19/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":337,"Cost":252,"Date":"1/28/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":239,"Cost":200,"Date":"1/31/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":163,"Cost":106,"Date":"3/27/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":151,"Cost":135,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":505,"Cost":357,"Date":"4/24/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":398,"Date":"4/28/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":405,"Date":"5/15/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":757,"Cost":708,"Date":"5/16/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":264,"Date":"5/18/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":996,"Cost":930,"Date":"6/2/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":264,"Cost":211,"Date":"6/3/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":658,"Cost":361,"Date":"6/5/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":180,"Date":"6/7/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":817,"Cost":534,"Date":"6/14/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":293,"Date":"6/20/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":490,"Cost":308,"Date":"6/24/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":354,"Date":"7/4/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":714,"Date":"7/9/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":714,"Cost":559,"Date":"7/12/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":529,"Cost":362,"Date":"8/14/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":855,"Cost":750,"Date":"8/16/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":307,"Cost":233,"Date":"8/23/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":676,"Date":"9/2/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":763,"Cost":643,"Date":"9/3/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":307,"Cost":226,"Date":"9/16/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":815,"Cost":635,"Date":"10/4/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":834,"Cost":429,"Date":"11/1/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":75,"Cost":44,"Date":"11/2/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":555,"Cost":334,"Date":"12/17/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":454,"Date":"2/10/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":150,"Cost":121,"Date":"2/28/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":186,"Date":"3/4/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":332,"Date":"3/9/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":183,"Cost":128,"Date":"3/9/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":386,"Date":"3/11/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":911,"Cost":762,"Date":"3/17/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":616,"Cost":463,"Date":"3/17/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":654,"Date":"3/23/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":242,"Date":"4/1/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":567,"Date":"5/7/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":360,"Cost":227,"Date":"5/10/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":783,"Cost":519,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":169,"Date":"6/2/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":696,"Cost":481,"Date":"6/11/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":490,"Cost":396,"Date":"6/16/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":245,"Cost":197,"Date":"6/16/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":611,"Cost":506,"Date":"7/10/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":234,"Cost":154,"Date":"7/11/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":886,"Cost":513,"Date":"8/28/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":535,"Cost":497,"Date":"8/29/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":164,"Cost":148,"Date":"8/31/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":648,"Cost":500,"Date":"9/8/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":773,"Date":"9/13/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":408,"Date":"9/14/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":934,"Cost":496,"Date":"9/19/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":938,"Cost":891,"Date":"9/25/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":327,"Date":"10/4/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":400,"Date":"10/10/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":512,"Cost":405,"Date":"10/17/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":511,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":830,"Cost":698,"Date":"10/30/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":535,"Date":"11/1/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":62,"Cost":38,"Date":"11/15/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":673,"Cost":435,"Date":"11/25/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":144,"Cost":103,"Date":"1/10/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":466,"Date":"1/14/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":154,"Cost":87,"Date":"1/20/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":217,"Date":"2/8/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":613,"Cost":347,"Date":"2/25/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":179,"Date":"3/7/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":896,"Cost":791,"Date":"3/14/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":225,"Cost":176,"Date":"3/27/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":940,"Cost":669,"Date":"4/5/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":387,"Cost":335,"Date":"4/14/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":446,"Date":"5/3/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":687,"Cost":399,"Date":"5/9/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":425,"Date":"5/15/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":796,"Cost":430,"Date":"5/25/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":530,"Cost":265,"Date":"5/26/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":20,"Date":"5/31/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":320,"Cost":295,"Date":"7/27/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":362,"Cost":282,"Date":"9/17/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":373,"Date":"10/6/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":204,"Cost":188,"Date":"10/8/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":821,"Cost":731,"Date":"10/26/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":165,"Cost":89,"Date":"11/16/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":312,"Date":"11/18/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":822,"Cost":591,"Date":"12/1/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":138,"Cost":126,"Date":"2/9/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":884,"Cost":832,"Date":"2/11/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":113,"Date":"3/10/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":953,"Cost":673,"Date":"3/16/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":343,"Date":"3/18/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":465,"Cost":419,"Date":"3/20/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":594,"Cost":374,"Date":"3/26/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":23,"Cost":12,"Date":"6/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":41,"Date":"6/10/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":475,"Cost":267,"Date":"6/16/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":451,"Date":"6/25/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":777,"Cost":464,"Date":"7/19/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":248,"Date":"7/21/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":980,"Cost":517,"Date":"7/25/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":93,"Date":"8/4/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":446,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":235,"Date":"9/4/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":860,"Cost":513,"Date":"9/19/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":129,"Date":"9/29/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":502,"Cost":352,"Date":"10/2/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":583,"Cost":449,"Date":"10/15/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":601,"Cost":496,"Date":"10/30/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":147,"Cost":74,"Date":"11/9/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":542,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":1000,"Cost":506,"Date":"11/30/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":781,"Cost":510,"Date":"12/8/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":86,"Date":"12/11/2018"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":92,"Cost":86,"Date":"1/15/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":847,"Cost":492,"Date":"1/24/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":110,"Date":"2/3/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":302,"Date":"2/4/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":285,"Date":"3/9/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":696,"Date":"3/12/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":235,"Date":"4/19/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":346,"Cost":200,"Date":"5/3/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":415,"Cost":227,"Date":"5/4/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":784,"Date":"6/8/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":937,"Cost":711,"Date":"6/26/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":142,"Cost":79,"Date":"7/4/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":192,"Date":"7/13/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":955,"Cost":613,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":106,"Cost":71,"Date":"8/26/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":311,"Cost":204,"Date":"9/2/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":820,"Cost":517,"Date":"9/29/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":243,"Date":"10/12/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":317,"Cost":182,"Date":"11/2/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":728,"Date":"11/4/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":792,"Cost":536,"Date":"11/7/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":290,"Cost":183,"Date":"12/1/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":980,"Cost":599,"Date":"12/4/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":578,"Cost":489,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":665,"Cost":443,"Date":"12/18/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":673,"Cost":587,"Date":"12/20/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":575,"Cost":332,"Date":"12/20/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":419,"Date":"12/21/2019"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":867,"Cost":508,"Date":"1/9/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":257,"Cost":236,"Date":"2/5/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":96,"Cost":83,"Date":"2/16/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":246,"Cost":162,"Date":"2/16/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":142,"Date":"2/18/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":203,"Cost":154,"Date":"2/22/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":770,"Cost":577,"Date":"2/25/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":215,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":470,"Date":"4/2/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":10,"Cost":8,"Date":"4/3/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":341,"Date":"4/9/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":728,"Cost":418,"Date":"4/10/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":574,"Cost":294,"Date":"4/19/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":775,"Cost":692,"Date":"5/17/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":7,"Date":"5/22/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":681,"Cost":495,"Date":"6/20/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":859,"Cost":535,"Date":"7/1/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":106,"Cost":86,"Date":"7/4/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":354,"Cost":220,"Date":"7/8/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":968,"Cost":739,"Date":"7/9/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":323,"Date":"7/14/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":852,"Cost":796,"Date":"7/19/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":129,"Cost":71,"Date":"8/1/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":57,"Date":"8/6/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":657,"Cost":598,"Date":"8/7/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":558,"Cost":486,"Date":"8/22/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":445,"Date":"8/31/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":784,"Cost":415,"Date":"9/1/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":242,"Date":"9/1/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":788,"Cost":693,"Date":"9/17/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":633,"Date":"9/29/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":978,"Cost":500,"Date":"11/7/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":908,"Cost":474,"Date":"11/26/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":942,"Cost":891,"Date":"11/27/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":498,"Date":"12/5/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":703,"Date":"12/26/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":540,"Cost":425,"Date":"12/31/2020"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":959,"Cost":656,"Date":"1/20/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":221,"Cost":130,"Date":"2/2/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":302,"Date":"2/8/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":510,"Date":"2/27/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":443,"Date":"3/1/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":976,"Cost":854,"Date":"3/1/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":678,"Date":"3/19/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":529,"Date":"3/28/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":250,"Cost":169,"Date":"5/21/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":348,"Date":"7/21/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":750,"Cost":411,"Date":"8/5/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":102,"Cost":72,"Date":"8/12/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":513,"Cost":397,"Date":"8/21/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":523,"Cost":385,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":135,"Cost":86,"Date":"9/3/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":80,"Date":"9/5/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":349,"Cost":179,"Date":"10/6/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":259,"Date":"10/19/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":348,"Cost":181,"Date":"11/15/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":307,"Date":"12/8/2021"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":507,"Date":"1/8/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":886,"Cost":782,"Date":"1/14/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":572,"Date":"1/19/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":717,"Cost":499,"Date":"1/28/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":352,"Date":"1/31/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":277,"Cost":185,"Date":"3/27/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":858,"Cost":589,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":801,"Cost":669,"Date":"4/24/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":995,"Cost":775,"Date":"4/28/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":699,"Date":"5/15/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":70,"Cost":66,"Date":"5/16/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":86,"Date":"5/18/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":288,"Cost":210,"Date":"6/2/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":76,"Cost":64,"Date":"6/3/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":876,"Cost":550,"Date":"6/5/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":208,"Date":"6/7/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":791,"Cost":608,"Date":"6/14/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":9,"Date":"6/20/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":540,"Cost":409,"Date":"6/24/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":247,"Date":"7/4/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":138,"Cost":111,"Date":"7/9/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":267,"Date":"7/12/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":42,"Date":"8/14/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":405,"Date":"8/16/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":112,"Cost":82,"Date":"8/23/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":593,"Date":"9/2/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":959,"Cost":479,"Date":"9/3/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":336,"Cost":175,"Date":"9/16/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":648,"Cost":370,"Date":"10/4/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":646,"Cost":375,"Date":"11/1/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":370,"Cost":243,"Date":"11/2/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":61,"Date":"12/17/2022"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":869,"Cost":539,"Date":"2/10/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":799,"Cost":491,"Date":"2/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":170,"Cost":104,"Date":"3/4/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":212,"Cost":122,"Date":"3/9/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":4,"Cost":2,"Date":"3/9/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":309,"Cost":268,"Date":"3/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":137,"Cost":70,"Date":"3/17/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":670,"Cost":387,"Date":"3/17/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":383,"Cost":245,"Date":"3/23/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":318,"Cost":195,"Date":"4/1/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":715,"Cost":578,"Date":"5/7/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":143,"Cost":77,"Date":"5/10/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":701,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":100,"Date":"6/2/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":215,"Cost":186,"Date":"6/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":715,"Cost":458,"Date":"6/16/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":499,"Date":"6/16/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":538,"Date":"7/10/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":373,"Cost":329,"Date":"7/11/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":373,"Date":"8/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":474,"Cost":307,"Date":"8/29/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":380,"Cost":289,"Date":"8/31/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":490,"Cost":417,"Date":"9/8/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":705,"Date":"9/13/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":337,"Cost":312,"Date":"9/14/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":846,"Cost":497,"Date":"9/19/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":665,"Cost":610,"Date":"9/25/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":294,"Date":"10/4/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":741,"Cost":582,"Date":"10/10/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":746,"Cost":604,"Date":"10/17/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":789,"Cost":562,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":598,"Cost":493,"Date":"10/30/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":505,"Cost":467,"Date":"11/1/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":236,"Date":"11/15/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":441,"Date":"11/25/2023"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":51,"Date":"1/10/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":134,"Cost":121,"Date":"1/14/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":224,"Cost":175,"Date":"1/20/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":588,"Date":"2/8/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":419,"Date":"2/25/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":135,"Date":"3/7/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":246,"Cost":190,"Date":"3/14/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":309,"Date":"3/27/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":444,"Cost":324,"Date":"4/5/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":407,"Date":"4/14/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":237,"Cost":199,"Date":"5/3/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":961,"Cost":535,"Date":"5/9/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":834,"Cost":437,"Date":"5/15/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":75,"Date":"5/25/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":27,"Date":"5/26/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":789,"Cost":613,"Date":"5/31/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":439,"Cost":292,"Date":"7/27/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":150,"Date":"9/17/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":833,"Cost":726,"Date":"10/6/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":145,"Cost":79,"Date":"10/8/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":751,"Cost":402,"Date":"10/26/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":577,"Cost":487,"Date":"11/16/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":569,"Date":"11/18/2024"},{"Store":"Canberra Centre","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":484,"Date":"12/1/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":345,"Cost":176,"Date":"2/9/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":363,"Cost":251,"Date":"2/11/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":687,"Cost":416,"Date":"3/10/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":501,"Cost":374,"Date":"3/16/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":976,"Cost":810,"Date":"3/18/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":2,"Date":"3/20/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":329,"Cost":305,"Date":"3/26/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":725,"Date":"6/2/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":404,"Cost":304,"Date":"6/10/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":587,"Cost":318,"Date":"6/16/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":118,"Date":"6/25/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":600,"Cost":486,"Date":"7/19/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":572,"Date":"7/21/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":480,"Cost":323,"Date":"7/25/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":503,"Cost":340,"Date":"8/4/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":601,"Cost":372,"Date":"9/2/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":285,"Cost":217,"Date":"9/4/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":69,"Cost":38,"Date":"9/19/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":942,"Cost":502,"Date":"9/29/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":455,"Date":"10/2/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":502,"Cost":277,"Date":"10/15/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":273,"Cost":138,"Date":"10/30/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":733,"Cost":677,"Date":"11/9/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":621,"Cost":479,"Date":"11/23/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":641,"Cost":543,"Date":"11/30/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":44,"Date":"12/8/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":273,"Date":"12/11/2018"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":261,"Cost":226,"Date":"1/15/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":663,"Cost":392,"Date":"1/24/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":515,"Date":"2/3/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":384,"Cost":295,"Date":"2/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":764,"Cost":724,"Date":"3/9/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":325,"Date":"3/12/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":711,"Date":"4/19/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":54,"Date":"5/3/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":712,"Date":"5/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":389,"Date":"6/8/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":162,"Date":"6/26/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":764,"Cost":475,"Date":"7/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":178,"Cost":131,"Date":"7/13/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":481,"Cost":279,"Date":"8/8/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":4,"Cost":3,"Date":"8/26/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":105,"Date":"9/2/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":737,"Date":"9/29/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":198,"Cost":145,"Date":"10/12/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":835,"Cost":733,"Date":"11/2/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":532,"Cost":501,"Date":"11/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":51,"Date":"11/7/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":209,"Date":"12/1/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":850,"Cost":665,"Date":"12/4/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":192,"Date":"12/7/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":825,"Cost":619,"Date":"12/18/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":167,"Cost":148,"Date":"12/20/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":490,"Cost":449,"Date":"12/20/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":216,"Cost":170,"Date":"12/21/2019"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":231,"Date":"1/9/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":190,"Cost":150,"Date":"2/5/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":160,"Date":"2/16/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":814,"Date":"2/16/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":39,"Cost":30,"Date":"2/18/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":473,"Date":"2/22/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":44,"Date":"2/25/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":536,"Cost":391,"Date":"3/8/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":867,"Cost":504,"Date":"4/2/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":836,"Cost":598,"Date":"4/3/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":350,"Cost":194,"Date":"4/9/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":474,"Date":"4/10/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":849,"Date":"4/19/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":42,"Date":"5/17/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":157,"Date":"5/22/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":264,"Cost":164,"Date":"6/20/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":145,"Cost":74,"Date":"7/1/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":362,"Cost":219,"Date":"7/4/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":894,"Cost":492,"Date":"7/8/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":304,"Cost":154,"Date":"7/9/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":360,"Cost":309,"Date":"7/14/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":369,"Cost":314,"Date":"7/19/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":269,"Cost":255,"Date":"8/1/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":504,"Date":"8/6/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":100,"Date":"8/7/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":512,"Cost":391,"Date":"8/22/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":247,"Date":"8/31/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":358,"Date":"9/1/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":586,"Cost":373,"Date":"9/1/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":270,"Cost":142,"Date":"9/17/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":855,"Cost":556,"Date":"9/29/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":180,"Date":"11/7/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":457,"Cost":309,"Date":"11/26/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":4,"Date":"11/27/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":145,"Cost":113,"Date":"12/5/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":15,"Cost":14,"Date":"12/26/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":803,"Date":"12/31/2020"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":371,"Date":"1/20/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":684,"Date":"2/2/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":138,"Cost":121,"Date":"2/8/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":909,"Cost":612,"Date":"2/27/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":725,"Date":"3/1/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":198,"Cost":179,"Date":"3/1/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":34,"Cost":21,"Date":"3/19/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":713,"Cost":389,"Date":"3/28/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":592,"Cost":321,"Date":"5/21/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":235,"Cost":190,"Date":"7/21/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":203,"Date":"8/5/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":805,"Date":"8/12/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":727,"Cost":461,"Date":"8/21/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":465,"Cost":353,"Date":"8/23/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":615,"Cost":367,"Date":"9/3/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":520,"Date":"9/5/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":109,"Cost":98,"Date":"10/6/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":22,"Date":"10/19/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":20,"Date":"11/15/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":183,"Cost":146,"Date":"12/8/2021"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":886,"Cost":658,"Date":"1/8/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":132,"Date":"1/14/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":304,"Date":"1/19/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":131,"Date":"1/28/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":649,"Cost":490,"Date":"1/31/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":835,"Cost":421,"Date":"3/27/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":416,"Date":"4/20/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":637,"Cost":592,"Date":"4/24/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":18,"Date":"4/28/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":196,"Date":"5/15/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":179,"Cost":132,"Date":"5/16/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":137,"Cost":111,"Date":"5/18/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":72,"Date":"6/2/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":163,"Cost":118,"Date":"6/3/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":108,"Date":"6/5/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":688,"Cost":495,"Date":"6/7/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":754,"Cost":586,"Date":"6/14/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":190,"Date":"6/20/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":920,"Cost":609,"Date":"6/24/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":989,"Cost":582,"Date":"7/4/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":468,"Cost":434,"Date":"7/9/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":169,"Cost":158,"Date":"7/12/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":688,"Cost":511,"Date":"8/14/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":407,"Cost":294,"Date":"8/16/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":475,"Cost":272,"Date":"8/23/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":250,"Cost":221,"Date":"9/2/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":647,"Date":"9/3/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":767,"Cost":663,"Date":"9/16/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":221,"Cost":168,"Date":"10/4/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":794,"Cost":647,"Date":"11/1/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":948,"Cost":626,"Date":"11/2/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":144,"Cost":96,"Date":"12/17/2022"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":632,"Cost":390,"Date":"2/10/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":821,"Cost":625,"Date":"2/28/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":475,"Cost":308,"Date":"3/4/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":17,"Date":"3/9/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":614,"Date":"3/9/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":581,"Cost":409,"Date":"3/11/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":663,"Date":"3/17/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":420,"Cost":215,"Date":"3/17/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":823,"Cost":620,"Date":"3/23/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":275,"Cost":145,"Date":"4/1/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":912,"Cost":783,"Date":"5/7/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":178,"Date":"5/10/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":481,"Date":"5/20/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":525,"Cost":319,"Date":"6/2/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":957,"Cost":802,"Date":"6/11/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":443,"Date":"6/16/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":756,"Cost":446,"Date":"6/16/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":708,"Cost":662,"Date":"7/10/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":161,"Date":"7/11/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":166,"Date":"8/28/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":914,"Cost":676,"Date":"8/29/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":334,"Cost":261,"Date":"8/31/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":35,"Cost":31,"Date":"9/8/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":213,"Cost":152,"Date":"9/13/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":421,"Cost":257,"Date":"9/14/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":614,"Date":"9/19/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":691,"Cost":346,"Date":"9/25/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":223,"Cost":212,"Date":"10/4/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":114,"Cost":95,"Date":"10/10/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":632,"Date":"10/17/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":399,"Cost":346,"Date":"10/28/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":842,"Cost":591,"Date":"10/30/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":633,"Cost":405,"Date":"11/1/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":278,"Date":"11/15/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":471,"Date":"11/25/2023"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":352,"Cost":280,"Date":"1/10/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":355,"Cost":181,"Date":"1/14/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":705,"Date":"1/20/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":214,"Cost":193,"Date":"2/8/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":627,"Cost":569,"Date":"2/25/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":314,"Cost":165,"Date":"3/7/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":368,"Date":"3/14/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":243,"Date":"3/27/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":863,"Cost":793,"Date":"4/5/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":35,"Cost":26,"Date":"4/14/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":356,"Date":"5/3/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":110,"Cost":79,"Date":"5/9/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":882,"Cost":695,"Date":"5/15/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":268,"Cost":219,"Date":"5/25/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":436,"Date":"5/26/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":908,"Cost":559,"Date":"5/31/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":772,"Cost":613,"Date":"7/27/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":991,"Cost":724,"Date":"9/17/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":11,"Cost":10,"Date":"10/6/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":236,"Cost":142,"Date":"10/8/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":512,"Date":"10/26/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":795,"Cost":468,"Date":"11/16/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":533,"Date":"11/18/2024"},{"Store":"Canberra Centre","Brand":"Jeans","Country":"Australia","Sale":612,"Cost":549,"Date":"12/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":171,"Date":"2/9/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":541,"Date":"2/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":900,"Cost":819,"Date":"3/10/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":401,"Date":"3/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":472,"Cost":267,"Date":"3/18/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":337,"Cost":254,"Date":"3/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":192,"Date":"3/26/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":513,"Date":"6/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":205,"Cost":144,"Date":"6/10/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":503,"Cost":424,"Date":"6/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":329,"Cost":211,"Date":"6/25/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":280,"Cost":233,"Date":"7/19/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":218,"Date":"7/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":213,"Date":"7/25/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":565,"Date":"8/4/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":468,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":378,"Cost":317,"Date":"9/4/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":31,"Cost":15,"Date":"9/19/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":346,"Cost":244,"Date":"9/29/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":505,"Cost":415,"Date":"10/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":100,"Cost":50,"Date":"10/15/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":873,"Cost":604,"Date":"10/30/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":350,"Cost":259,"Date":"11/9/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":912,"Cost":847,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":320,"Cost":175,"Date":"11/30/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":371,"Cost":229,"Date":"12/8/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":201,"Cost":105,"Date":"12/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":149,"Cost":107,"Date":"1/15/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":160,"Date":"1/24/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":543,"Date":"2/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":865,"Cost":618,"Date":"2/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":249,"Cost":125,"Date":"3/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":50,"Date":"3/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":739,"Cost":461,"Date":"4/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":831,"Cost":464,"Date":"5/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":118,"Date":"5/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":112,"Cost":102,"Date":"6/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":125,"Date":"6/26/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":26,"Date":"7/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":55,"Date":"7/13/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":844,"Cost":519,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":763,"Date":"8/26/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":631,"Cost":513,"Date":"9/2/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":875,"Cost":556,"Date":"9/29/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":207,"Date":"10/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":79,"Date":"11/2/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":399,"Date":"11/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":321,"Cost":239,"Date":"11/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":966,"Cost":633,"Date":"12/1/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":139,"Cost":70,"Date":"12/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":900,"Cost":840,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":546,"Cost":359,"Date":"12/18/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":419,"Cost":217,"Date":"12/20/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":653,"Cost":556,"Date":"12/20/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":502,"Cost":320,"Date":"12/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":157,"Cost":102,"Date":"1/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":57,"Cost":42,"Date":"2/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":352,"Cost":293,"Date":"2/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":414,"Cost":348,"Date":"2/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":237,"Cost":174,"Date":"2/18/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":316,"Date":"2/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":591,"Cost":409,"Date":"2/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":362,"Cost":227,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":834,"Cost":733,"Date":"4/2/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":647,"Date":"4/3/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":44,"Cost":31,"Date":"4/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":220,"Date":"4/10/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":888,"Cost":836,"Date":"4/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":353,"Cost":202,"Date":"5/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":121,"Cost":64,"Date":"5/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":857,"Cost":553,"Date":"6/20/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":763,"Cost":712,"Date":"7/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":415,"Cost":222,"Date":"7/4/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":10,"Cost":6,"Date":"7/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":334,"Cost":278,"Date":"7/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":30,"Cost":23,"Date":"7/14/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":176,"Cost":105,"Date":"7/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":449,"Date":"8/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":844,"Cost":521,"Date":"8/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":633,"Cost":506,"Date":"8/7/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":647,"Cost":425,"Date":"8/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":146,"Cost":124,"Date":"8/31/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":393,"Cost":225,"Date":"9/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":391,"Cost":296,"Date":"9/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":586,"Cost":518,"Date":"9/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":573,"Cost":481,"Date":"9/29/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":721,"Cost":571,"Date":"11/7/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":75,"Cost":41,"Date":"11/26/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":909,"Cost":482,"Date":"11/27/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":529,"Cost":492,"Date":"12/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":538,"Date":"12/26/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":803,"Cost":509,"Date":"12/31/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":504,"Cost":331,"Date":"1/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":657,"Cost":544,"Date":"2/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":886,"Cost":684,"Date":"2/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":54,"Cost":39,"Date":"2/27/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":611,"Cost":330,"Date":"3/1/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":458,"Cost":373,"Date":"3/1/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":71,"Cost":36,"Date":"3/19/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":938,"Cost":845,"Date":"3/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":642,"Cost":607,"Date":"5/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":286,"Cost":215,"Date":"7/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":14,"Cost":8,"Date":"8/5/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":868,"Cost":761,"Date":"8/12/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":86,"Date":"8/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":200,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":343,"Cost":264,"Date":"9/3/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":669,"Cost":568,"Date":"9/5/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":617,"Cost":465,"Date":"10/6/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":516,"Cost":450,"Date":"10/19/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":302,"Date":"11/15/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":95,"Date":"12/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":127,"Date":"1/8/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":663,"Cost":466,"Date":"1/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":48,"Date":"1/19/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":388,"Date":"1/28/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":105,"Date":"1/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":589,"Date":"3/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":281,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":5,"Cost":3,"Date":"4/24/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":24,"Cost":17,"Date":"4/28/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":354,"Cost":238,"Date":"5/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":819,"Cost":745,"Date":"5/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":483,"Cost":414,"Date":"5/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":715,"Cost":567,"Date":"6/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":247,"Date":"6/3/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":688,"Cost":471,"Date":"6/5/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":196,"Cost":141,"Date":"6/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":94,"Cost":61,"Date":"6/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":343,"Date":"6/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":922,"Cost":838,"Date":"6/24/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":583,"Date":"7/4/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":716,"Cost":546,"Date":"7/9/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":567,"Cost":412,"Date":"7/12/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":521,"Cost":451,"Date":"8/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":288,"Date":"8/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":976,"Cost":607,"Date":"8/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":684,"Cost":432,"Date":"9/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":193,"Date":"9/3/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":528,"Date":"9/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":440,"Cost":264,"Date":"10/4/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":642,"Cost":359,"Date":"11/1/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":658,"Cost":536,"Date":"11/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":724,"Cost":472,"Date":"12/17/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":570,"Cost":318,"Date":"2/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":168,"Date":"2/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":182,"Cost":164,"Date":"3/4/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":333,"Cost":221,"Date":"3/9/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":434,"Date":"3/9/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":588,"Cost":377,"Date":"3/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":439,"Date":"3/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":221,"Date":"3/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":203,"Cost":126,"Date":"3/23/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":288,"Date":"4/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":547,"Cost":475,"Date":"5/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":631,"Cost":416,"Date":"5/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":936,"Cost":495,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":731,"Cost":370,"Date":"6/2/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":112,"Date":"6/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":428,"Date":"6/16/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":540,"Cost":410,"Date":"6/16/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":239,"Cost":167,"Date":"7/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":698,"Date":"7/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":188,"Cost":178,"Date":"8/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":198,"Date":"8/29/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":153,"Cost":142,"Date":"8/31/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":42,"Cost":40,"Date":"9/8/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":510,"Cost":470,"Date":"9/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":189,"Cost":150,"Date":"9/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":129,"Date":"9/19/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":627,"Cost":385,"Date":"9/25/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":335,"Cost":241,"Date":"10/4/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":865,"Cost":607,"Date":"10/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":471,"Cost":303,"Date":"10/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":655,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":143,"Cost":115,"Date":"10/30/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":264,"Date":"11/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":326,"Cost":201,"Date":"11/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":913,"Cost":478,"Date":"11/25/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":971,"Cost":835,"Date":"1/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":524,"Date":"1/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":64,"Cost":52,"Date":"1/20/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":219,"Cost":144,"Date":"2/8/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":222,"Cost":154,"Date":"2/25/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":23,"Cost":13,"Date":"3/7/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":907,"Cost":776,"Date":"3/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":503,"Cost":366,"Date":"3/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":955,"Cost":896,"Date":"4/5/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":394,"Date":"4/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":116,"Cost":103,"Date":"5/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":26,"Date":"5/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":828,"Cost":532,"Date":"5/15/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":489,"Date":"5/25/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":478,"Cost":393,"Date":"5/26/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":386,"Cost":354,"Date":"5/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":466,"Cost":275,"Date":"7/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":715,"Cost":518,"Date":"9/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":846,"Cost":721,"Date":"10/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":600,"Date":"10/8/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":710,"Cost":526,"Date":"10/26/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":191,"Date":"11/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":318,"Date":"11/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Jeans","Country":"Australia","Sale":653,"Cost":473,"Date":"12/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":117,"Date":"2/9/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":68,"Cost":49,"Date":"2/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":50,"Date":"3/10/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":472,"Date":"3/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":607,"Date":"3/18/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":174,"Cost":146,"Date":"3/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":57,"Cost":35,"Date":"3/26/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":884,"Cost":768,"Date":"6/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":456,"Date":"6/10/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":660,"Cost":570,"Date":"6/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":721,"Cost":372,"Date":"6/25/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":150,"Cost":92,"Date":"7/19/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":85,"Cost":61,"Date":"7/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":233,"Cost":165,"Date":"7/25/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":178,"Cost":163,"Date":"8/4/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":746,"Cost":704,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":380,"Cost":258,"Date":"9/4/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":468,"Cost":298,"Date":"9/19/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":308,"Cost":178,"Date":"9/29/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":271,"Date":"10/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":758,"Date":"10/15/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":176,"Cost":133,"Date":"10/30/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":562,"Date":"11/9/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":409,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":320,"Date":"11/30/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":658,"Date":"12/8/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":614,"Cost":377,"Date":"12/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":916,"Cost":568,"Date":"1/15/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":243,"Date":"1/24/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":989,"Cost":541,"Date":"2/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":867,"Cost":670,"Date":"2/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":183,"Cost":106,"Date":"3/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":359,"Cost":333,"Date":"3/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":567,"Date":"4/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":12,"Cost":10,"Date":"5/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":903,"Date":"5/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":656,"Cost":524,"Date":"6/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":621,"Cost":413,"Date":"6/26/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":866,"Date":"7/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":342,"Date":"7/13/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":230,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":289,"Date":"8/26/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":464,"Date":"9/2/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":878,"Cost":695,"Date":"9/29/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":55,"Date":"10/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":44,"Date":"11/2/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":346,"Cost":259,"Date":"11/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":673,"Cost":463,"Date":"11/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":236,"Cost":155,"Date":"12/1/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":349,"Cost":270,"Date":"12/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":570,"Cost":442,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":486,"Cost":360,"Date":"12/18/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":967,"Cost":617,"Date":"12/20/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":638,"Date":"12/20/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":589,"Date":"12/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":88,"Date":"1/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":185,"Date":"2/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":497,"Date":"2/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":266,"Date":"2/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":700,"Cost":503,"Date":"2/18/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":818,"Cost":663,"Date":"2/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":107,"Date":"2/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":758,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":82,"Date":"4/2/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":53,"Date":"4/3/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":184,"Date":"4/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":782,"Date":"4/10/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":392,"Date":"4/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":114,"Cost":78,"Date":"5/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":132,"Date":"5/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":488,"Cost":416,"Date":"6/20/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":462,"Date":"7/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":444,"Cost":251,"Date":"7/4/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":139,"Date":"7/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":98,"Date":"7/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":594,"Date":"7/14/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":307,"Date":"7/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":978,"Cost":644,"Date":"8/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":41,"Cost":24,"Date":"8/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":257,"Date":"8/7/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":776,"Cost":562,"Date":"8/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":825,"Cost":580,"Date":"8/31/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":530,"Cost":361,"Date":"9/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":582,"Date":"9/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":424,"Date":"9/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":264,"Date":"9/29/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":203,"Cost":134,"Date":"11/7/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":38,"Cost":34,"Date":"11/26/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":91,"Cost":71,"Date":"11/27/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":767,"Cost":587,"Date":"12/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":758,"Cost":411,"Date":"12/26/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":292,"Cost":265,"Date":"12/31/2020"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":157,"Cost":132,"Date":"1/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":97,"Cost":57,"Date":"2/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":192,"Date":"2/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":209,"Cost":112,"Date":"2/27/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":365,"Date":"3/1/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":423,"Cost":320,"Date":"3/1/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":380,"Cost":361,"Date":"3/19/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":788,"Cost":603,"Date":"3/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":706,"Date":"5/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":177,"Date":"7/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":145,"Date":"8/5/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":685,"Date":"8/12/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":341,"Cost":243,"Date":"8/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":341,"Cost":195,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":20,"Date":"9/3/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":592,"Cost":353,"Date":"9/5/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":257,"Cost":193,"Date":"10/6/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":472,"Cost":419,"Date":"10/19/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":385,"Date":"11/15/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":170,"Date":"12/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":522,"Cost":371,"Date":"1/8/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":716,"Date":"1/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":835,"Cost":638,"Date":"1/19/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":24,"Date":"1/28/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":278,"Date":"1/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":716,"Date":"3/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":566,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":558,"Cost":449,"Date":"4/24/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":259,"Date":"4/28/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":598,"Date":"5/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":284,"Date":"5/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":45,"Date":"5/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":204,"Date":"6/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":464,"Date":"6/3/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":891,"Cost":710,"Date":"6/5/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":874,"Date":"6/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":54,"Date":"6/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":646,"Cost":411,"Date":"6/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":656,"Cost":554,"Date":"6/24/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":309,"Cost":256,"Date":"7/4/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":730,"Cost":618,"Date":"7/9/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":441,"Cost":369,"Date":"7/12/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":321,"Date":"8/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":155,"Cost":110,"Date":"8/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":321,"Cost":268,"Date":"8/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":423,"Cost":224,"Date":"9/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":317,"Date":"9/3/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":124,"Date":"9/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":691,"Cost":571,"Date":"10/4/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":12,"Date":"11/1/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":904,"Cost":548,"Date":"11/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":27,"Date":"12/17/2022"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":210,"Cost":115,"Date":"2/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":561,"Cost":461,"Date":"2/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":353,"Date":"3/4/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":276,"Cost":179,"Date":"3/9/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":485,"Date":"3/9/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":936,"Cost":771,"Date":"3/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":603,"Cost":452,"Date":"3/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":988,"Cost":841,"Date":"3/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":267,"Cost":190,"Date":"3/23/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":132,"Cost":119,"Date":"4/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":694,"Cost":621,"Date":"5/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":709,"Cost":609,"Date":"5/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":323,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":355,"Date":"6/2/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":105,"Date":"6/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":27,"Cost":14,"Date":"6/16/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":253,"Cost":228,"Date":"6/16/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":918,"Cost":779,"Date":"7/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":386,"Cost":214,"Date":"7/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":546,"Date":"8/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":383,"Date":"8/29/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":651,"Date":"8/31/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":547,"Cost":401,"Date":"9/8/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":499,"Date":"9/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":597,"Cost":551,"Date":"9/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":200,"Date":"9/19/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":200,"Date":"9/25/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":347,"Cost":318,"Date":"10/4/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":522,"Date":"10/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":741,"Date":"10/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":83,"Cost":71,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":659,"Cost":450,"Date":"10/30/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":91,"Cost":77,"Date":"11/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":660,"Date":"11/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":370,"Date":"11/25/2023"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":797,"Cost":698,"Date":"1/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":708,"Cost":388,"Date":"1/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":478,"Cost":420,"Date":"1/20/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":296,"Cost":240,"Date":"2/8/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":121,"Cost":102,"Date":"2/25/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":856,"Cost":506,"Date":"3/7/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":965,"Cost":899,"Date":"3/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":201,"Cost":182,"Date":"3/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":445,"Date":"4/5/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":363,"Cost":244,"Date":"4/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":265,"Date":"5/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":175,"Cost":145,"Date":"5/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":255,"Cost":222,"Date":"5/15/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":26,"Date":"5/25/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":329,"Date":"5/26/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":199,"Cost":118,"Date":"5/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":178,"Cost":154,"Date":"7/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":532,"Cost":450,"Date":"9/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":470,"Date":"10/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":603,"Cost":523,"Date":"10/8/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":410,"Cost":207,"Date":"10/26/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":809,"Cost":571,"Date":"11/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":409,"Cost":307,"Date":"11/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"HM Home","Country":"Australia","Sale":656,"Cost":606,"Date":"12/1/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":761,"Date":"2/9/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":490,"Cost":416,"Date":"2/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":962,"Cost":840,"Date":"3/10/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":886,"Cost":478,"Date":"3/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":825,"Cost":582,"Date":"3/18/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":888,"Cost":622,"Date":"3/20/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":217,"Cost":117,"Date":"3/26/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":154,"Date":"6/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":514,"Date":"6/10/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":634,"Date":"6/16/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":171,"Cost":130,"Date":"6/25/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":225,"Cost":184,"Date":"7/19/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":631,"Cost":409,"Date":"7/21/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":164,"Cost":98,"Date":"7/25/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":885,"Cost":447,"Date":"8/4/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":815,"Cost":741,"Date":"9/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":517,"Cost":438,"Date":"9/4/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":896,"Cost":787,"Date":"9/19/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":682,"Date":"9/29/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":546,"Date":"10/2/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":894,"Cost":745,"Date":"10/15/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":348,"Date":"10/30/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":627,"Cost":579,"Date":"11/9/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":701,"Date":"11/23/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":275,"Cost":156,"Date":"11/30/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":833,"Cost":611,"Date":"12/8/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":441,"Date":"12/11/2018"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":630,"Cost":349,"Date":"1/15/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":763,"Date":"1/24/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":356,"Cost":307,"Date":"2/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":626,"Cost":355,"Date":"2/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":34,"Date":"3/9/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":852,"Cost":618,"Date":"3/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":105,"Cost":75,"Date":"4/19/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":511,"Cost":354,"Date":"5/3/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":74,"Cost":56,"Date":"5/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":912,"Cost":531,"Date":"6/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":345,"Cost":233,"Date":"6/26/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":144,"Cost":96,"Date":"7/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":18,"Cost":12,"Date":"7/13/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":904,"Cost":804,"Date":"8/8/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":766,"Date":"8/26/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":447,"Cost":290,"Date":"9/2/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":15,"Cost":14,"Date":"9/29/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":66,"Date":"10/12/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":813,"Cost":566,"Date":"11/2/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":706,"Cost":441,"Date":"11/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":882,"Cost":628,"Date":"11/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":594,"Cost":335,"Date":"12/1/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":404,"Cost":231,"Date":"12/4/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":415,"Cost":376,"Date":"12/7/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":114,"Date":"12/18/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":195,"Cost":106,"Date":"12/20/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":843,"Cost":623,"Date":"12/20/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":493,"Cost":315,"Date":"12/21/2019"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":949,"Cost":585,"Date":"1/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":910,"Cost":578,"Date":"2/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":539,"Cost":341,"Date":"2/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":226,"Cost":157,"Date":"2/16/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":634,"Date":"2/18/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":192,"Cost":182,"Date":"2/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":232,"Cost":163,"Date":"2/25/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":396,"Cost":277,"Date":"3/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":409,"Date":"4/2/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":861,"Cost":533,"Date":"4/3/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":360,"Cost":302,"Date":"4/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":57,"Cost":34,"Date":"4/10/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":926,"Cost":495,"Date":"4/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":256,"Date":"5/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":983,"Cost":877,"Date":"5/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":98,"Cost":93,"Date":"6/20/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":791,"Cost":645,"Date":"7/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":158,"Cost":118,"Date":"7/4/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":814,"Cost":623,"Date":"7/8/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":568,"Cost":360,"Date":"7/9/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":475,"Cost":363,"Date":"7/14/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":46,"Cost":38,"Date":"7/19/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":270,"Cost":253,"Date":"8/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":279,"Cost":158,"Date":"8/6/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":509,"Cost":386,"Date":"8/7/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":621,"Cost":397,"Date":"8/22/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":14,"Cost":9,"Date":"8/31/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":552,"Date":"9/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":749,"Date":"9/1/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":601,"Date":"9/17/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":494,"Cost":381,"Date":"9/29/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":947,"Cost":478,"Date":"11/7/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":80,"Cost":72,"Date":"11/26/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":75,"Cost":62,"Date":"11/27/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":862,"Cost":523,"Date":"12/5/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":497,"Date":"12/26/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":523,"Cost":451,"Date":"12/31/2020"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":241,"Cost":173,"Date":"1/20/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":118,"Cost":100,"Date":"2/2/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":876,"Cost":589,"Date":"2/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":591,"Cost":368,"Date":"2/27/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":427,"Cost":214,"Date":"3/1/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":497,"Cost":448,"Date":"3/1/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":532,"Date":"3/19/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":638,"Cost":447,"Date":"3/28/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":85,"Cost":65,"Date":"5/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":496,"Cost":333,"Date":"7/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":163,"Date":"8/5/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":444,"Cost":389,"Date":"8/12/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":4,"Date":"8/21/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":93,"Cost":51,"Date":"8/23/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":763,"Cost":502,"Date":"9/3/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":641,"Cost":443,"Date":"9/5/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":584,"Cost":346,"Date":"10/6/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":446,"Cost":396,"Date":"10/19/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":472,"Date":"11/15/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":200,"Cost":173,"Date":"12/8/2021"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":229,"Cost":149,"Date":"1/8/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":111,"Date":"1/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":135,"Cost":126,"Date":"1/19/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":921,"Cost":528,"Date":"1/28/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":677,"Date":"1/31/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":822,"Date":"3/27/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":937,"Cost":886,"Date":"4/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":166,"Cost":108,"Date":"4/24/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":74,"Cost":52,"Date":"4/28/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":918,"Cost":548,"Date":"5/15/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":92,"Cost":56,"Date":"5/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":649,"Date":"5/18/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":426,"Cost":282,"Date":"6/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":541,"Cost":445,"Date":"6/3/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":483,"Cost":325,"Date":"6/5/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":585,"Cost":402,"Date":"6/7/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":535,"Cost":433,"Date":"6/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":727,"Date":"6/20/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":244,"Date":"6/24/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":488,"Cost":247,"Date":"7/4/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":150,"Cost":104,"Date":"7/9/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":237,"Cost":199,"Date":"7/12/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":289,"Cost":271,"Date":"8/14/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":723,"Cost":561,"Date":"8/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":767,"Cost":646,"Date":"8/23/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":877,"Cost":764,"Date":"9/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":619,"Cost":514,"Date":"9/3/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":515,"Cost":454,"Date":"9/16/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":274,"Cost":225,"Date":"10/4/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":750,"Date":"11/1/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":486,"Cost":328,"Date":"11/2/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":806,"Cost":758,"Date":"12/17/2022"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":347,"Cost":279,"Date":"2/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":313,"Date":"2/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":574,"Cost":425,"Date":"3/4/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":254,"Date":"3/9/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":670,"Cost":480,"Date":"3/9/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":642,"Cost":386,"Date":"3/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":926,"Cost":806,"Date":"3/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":709,"Cost":524,"Date":"3/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":307,"Cost":184,"Date":"3/23/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":276,"Cost":258,"Date":"4/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":61,"Cost":51,"Date":"5/7/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":278,"Date":"5/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":157,"Date":"5/20/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":814,"Cost":726,"Date":"6/2/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":866,"Cost":701,"Date":"6/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":68,"Cost":43,"Date":"6/16/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":295,"Cost":209,"Date":"6/16/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":267,"Cost":170,"Date":"7/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":949,"Cost":537,"Date":"7/11/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":578,"Cost":349,"Date":"8/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":533,"Cost":331,"Date":"8/29/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":207,"Cost":194,"Date":"8/31/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":67,"Date":"9/8/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":295,"Cost":241,"Date":"9/13/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":868,"Cost":600,"Date":"9/14/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":285,"Cost":264,"Date":"9/19/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":4,"Cost":3,"Date":"9/25/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":329,"Cost":280,"Date":"10/4/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":248,"Date":"10/10/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":166,"Cost":137,"Date":"10/17/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":348,"Cost":249,"Date":"10/28/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":184,"Cost":161,"Date":"10/30/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":785,"Cost":422,"Date":"11/1/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":200,"Cost":146,"Date":"11/15/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":492,"Cost":389,"Date":"11/25/2023"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":14,"Cost":10,"Date":"1/10/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":549,"Cost":516,"Date":"1/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":933,"Cost":579,"Date":"1/20/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":401,"Cost":232,"Date":"2/8/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":87,"Cost":49,"Date":"2/25/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":682,"Cost":391,"Date":"3/7/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":655,"Cost":482,"Date":"3/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":628,"Cost":350,"Date":"3/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":253,"Cost":210,"Date":"4/5/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":183,"Cost":126,"Date":"4/14/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":386,"Date":"5/3/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":492,"Cost":414,"Date":"5/9/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":849,"Cost":697,"Date":"5/15/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":22,"Cost":21,"Date":"5/25/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":998,"Cost":901,"Date":"5/26/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":708,"Cost":500,"Date":"5/31/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":157,"Date":"7/27/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":581,"Cost":533,"Date":"9/17/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":82,"Cost":62,"Date":"10/6/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":65,"Cost":59,"Date":"10/8/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":544,"Cost":507,"Date":"10/26/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":700,"Date":"11/16/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":297,"Date":"11/18/2024"},{"Store":"Westfield Woden, Canberra","Brand":"Sellpy","Country":"Australia","Sale":454,"Cost":351,"Date":"12/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":313,"Cost":214,"Date":"2/9/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":998,"Cost":876,"Date":"2/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":747,"Cost":536,"Date":"3/10/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":37,"Cost":30,"Date":"3/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":509,"Cost":470,"Date":"3/18/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":234,"Cost":185,"Date":"3/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":560,"Cost":486,"Date":"3/26/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":912,"Cost":640,"Date":"6/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":41,"Cost":38,"Date":"6/10/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":412,"Cost":314,"Date":"6/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":466,"Cost":323,"Date":"6/25/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":868,"Cost":549,"Date":"7/19/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":922,"Cost":566,"Date":"7/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":484,"Date":"7/25/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":667,"Cost":404,"Date":"8/4/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":233,"Cost":171,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":391,"Date":"9/4/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":542,"Cost":432,"Date":"9/19/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":465,"Date":"9/29/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":579,"Date":"10/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":421,"Cost":329,"Date":"10/15/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":329,"Cost":166,"Date":"10/30/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":525,"Date":"11/9/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":415,"Cost":287,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":210,"Cost":165,"Date":"11/30/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":970,"Cost":774,"Date":"12/8/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":274,"Cost":214,"Date":"12/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":699,"Cost":570,"Date":"1/15/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":320,"Cost":265,"Date":"1/24/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":781,"Cost":627,"Date":"2/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":14,"Date":"2/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":505,"Cost":317,"Date":"3/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":310,"Cost":265,"Date":"3/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":791,"Cost":597,"Date":"4/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":70,"Date":"5/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":225,"Cost":197,"Date":"5/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":14,"Date":"6/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":432,"Date":"6/26/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":396,"Cost":209,"Date":"7/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":942,"Cost":491,"Date":"7/13/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":986,"Cost":553,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":998,"Cost":776,"Date":"8/26/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":170,"Cost":120,"Date":"9/2/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":196,"Date":"9/29/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":146,"Cost":128,"Date":"10/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":955,"Cost":891,"Date":"11/2/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":76,"Cost":54,"Date":"11/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":884,"Cost":612,"Date":"11/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":241,"Cost":167,"Date":"12/1/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":294,"Cost":227,"Date":"12/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":307,"Cost":238,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":114,"Cost":65,"Date":"12/18/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":421,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":535,"Cost":496,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":124,"Cost":73,"Date":"12/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":965,"Cost":664,"Date":"1/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":415,"Cost":263,"Date":"2/5/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":203,"Cost":169,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":784,"Cost":406,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":299,"Cost":167,"Date":"2/18/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":442,"Cost":303,"Date":"2/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":858,"Cost":544,"Date":"2/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":295,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":901,"Cost":611,"Date":"4/2/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":460,"Cost":259,"Date":"4/3/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":903,"Cost":709,"Date":"4/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":782,"Cost":452,"Date":"4/10/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":22,"Date":"4/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":519,"Cost":296,"Date":"5/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":703,"Cost":484,"Date":"5/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":352,"Cost":244,"Date":"6/20/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":744,"Cost":603,"Date":"7/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":546,"Date":"7/4/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":870,"Cost":536,"Date":"7/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":899,"Cost":614,"Date":"7/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":793,"Cost":556,"Date":"7/14/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":997,"Cost":554,"Date":"7/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":445,"Cost":266,"Date":"8/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":563,"Cost":517,"Date":"8/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":440,"Cost":280,"Date":"8/7/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":12,"Cost":8,"Date":"8/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":140,"Cost":113,"Date":"8/31/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":717,"Cost":545,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":137,"Cost":104,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":355,"Cost":218,"Date":"9/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":293,"Cost":276,"Date":"9/29/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":341,"Cost":178,"Date":"11/7/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":451,"Cost":339,"Date":"11/26/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":257,"Cost":147,"Date":"11/27/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":366,"Cost":251,"Date":"12/5/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":51,"Cost":32,"Date":"12/26/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":124,"Date":"12/31/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":444,"Cost":403,"Date":"1/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":876,"Cost":617,"Date":"2/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":28,"Cost":21,"Date":"2/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":584,"Cost":294,"Date":"2/27/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":57,"Cost":41,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":450,"Cost":419,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":403,"Cost":337,"Date":"3/19/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":677,"Cost":492,"Date":"3/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":930,"Cost":829,"Date":"5/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":567,"Cost":346,"Date":"7/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":378,"Cost":307,"Date":"8/5/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":391,"Cost":243,"Date":"8/12/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":203,"Cost":135,"Date":"8/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":376,"Cost":283,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":68,"Cost":64,"Date":"9/3/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":561,"Cost":526,"Date":"9/5/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":91,"Cost":60,"Date":"10/6/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":132,"Date":"10/19/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":687,"Cost":599,"Date":"11/15/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":152,"Cost":98,"Date":"12/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":170,"Cost":142,"Date":"1/8/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":693,"Cost":614,"Date":"1/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":872,"Cost":606,"Date":"1/19/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":85,"Cost":48,"Date":"1/28/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":258,"Cost":240,"Date":"1/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":129,"Cost":120,"Date":"3/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":880,"Cost":657,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":934,"Cost":526,"Date":"4/24/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":938,"Cost":571,"Date":"4/28/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":365,"Date":"5/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":34,"Cost":18,"Date":"5/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":223,"Cost":189,"Date":"5/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":306,"Date":"6/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":852,"Cost":782,"Date":"6/3/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":351,"Cost":194,"Date":"6/5/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":322,"Cost":205,"Date":"6/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":352,"Cost":187,"Date":"6/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":274,"Date":"6/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":320,"Cost":289,"Date":"6/24/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":166,"Cost":123,"Date":"7/4/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":816,"Cost":431,"Date":"7/9/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":18,"Cost":16,"Date":"7/12/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":119,"Cost":109,"Date":"8/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":439,"Cost":295,"Date":"8/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":562,"Cost":477,"Date":"8/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":93,"Cost":47,"Date":"9/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":744,"Cost":705,"Date":"9/3/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":271,"Cost":232,"Date":"9/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":422,"Cost":385,"Date":"10/4/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":167,"Cost":143,"Date":"11/1/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":168,"Cost":91,"Date":"11/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":982,"Cost":504,"Date":"12/17/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":402,"Cost":274,"Date":"2/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":521,"Cost":480,"Date":"2/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":118,"Cost":62,"Date":"3/4/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":149,"Cost":130,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":25,"Cost":21,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":376,"Cost":351,"Date":"3/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":217,"Cost":172,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":247,"Cost":209,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":556,"Cost":484,"Date":"3/23/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":518,"Cost":262,"Date":"4/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":735,"Cost":654,"Date":"5/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":312,"Cost":192,"Date":"5/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":456,"Cost":247,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":206,"Cost":125,"Date":"6/2/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":709,"Cost":511,"Date":"6/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":681,"Cost":484,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":612,"Cost":361,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":275,"Cost":197,"Date":"7/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":284,"Cost":237,"Date":"7/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":393,"Cost":280,"Date":"8/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":76,"Cost":46,"Date":"8/29/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":906,"Cost":808,"Date":"8/31/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":504,"Date":"9/8/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":33,"Cost":26,"Date":"9/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":558,"Cost":280,"Date":"9/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":135,"Cost":118,"Date":"9/19/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":695,"Cost":544,"Date":"9/25/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":275,"Cost":165,"Date":"10/4/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":581,"Cost":461,"Date":"10/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":755,"Cost":571,"Date":"10/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":356,"Cost":216,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":260,"Cost":170,"Date":"10/30/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":487,"Cost":283,"Date":"11/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":855,"Cost":780,"Date":"11/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":369,"Cost":257,"Date":"11/25/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":441,"Cost":363,"Date":"1/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":120,"Cost":86,"Date":"1/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":535,"Date":"1/20/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":501,"Cost":419,"Date":"2/8/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":525,"Date":"2/25/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":306,"Cost":211,"Date":"3/7/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":262,"Cost":160,"Date":"3/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":773,"Cost":657,"Date":"3/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":786,"Cost":682,"Date":"4/5/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":962,"Cost":674,"Date":"4/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":357,"Cost":314,"Date":"5/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":559,"Cost":288,"Date":"5/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":144,"Cost":137,"Date":"5/15/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":959,"Cost":657,"Date":"5/25/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":19,"Cost":14,"Date":"5/26/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":339,"Cost":224,"Date":"5/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":155,"Cost":98,"Date":"7/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":247,"Cost":143,"Date":"9/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":387,"Cost":236,"Date":"10/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":177,"Date":"10/8/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":156,"Cost":105,"Date":"10/26/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":365,"Cost":312,"Date":"11/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":959,"Cost":658,"Date":"11/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"ARKET","Country":"Australia","Sale":624,"Cost":357,"Date":"12/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":753,"Date":"2/9/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":233,"Date":"2/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":375,"Date":"3/10/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":410,"Cost":309,"Date":"3/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":243,"Cost":187,"Date":"3/18/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":92,"Date":"3/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":943,"Cost":510,"Date":"3/26/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":774,"Date":"6/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":998,"Cost":876,"Date":"6/10/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":151,"Date":"6/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":99,"Cost":71,"Date":"6/25/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":771,"Cost":640,"Date":"7/19/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":606,"Cost":320,"Date":"7/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":498,"Cost":324,"Date":"7/25/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":611,"Date":"8/4/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":985,"Cost":561,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":55,"Date":"9/4/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":715,"Cost":663,"Date":"9/19/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":657,"Cost":372,"Date":"9/29/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":831,"Cost":626,"Date":"10/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":164,"Cost":121,"Date":"10/15/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":21,"Date":"10/30/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":976,"Cost":691,"Date":"11/9/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":191,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":355,"Cost":265,"Date":"11/30/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":136,"Cost":76,"Date":"12/8/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":612,"Cost":446,"Date":"12/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":382,"Date":"1/15/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":496,"Cost":326,"Date":"1/24/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":94,"Cost":48,"Date":"2/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":407,"Date":"2/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":444,"Date":"3/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":316,"Cost":202,"Date":"3/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":757,"Cost":675,"Date":"4/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":297,"Date":"5/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":2,"Cost":2,"Date":"5/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":420,"Cost":218,"Date":"6/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":255,"Date":"6/26/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":601,"Date":"7/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":536,"Cost":414,"Date":"7/13/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":934,"Cost":559,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":886,"Cost":665,"Date":"8/26/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":89,"Cost":64,"Date":"9/2/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":58,"Cost":29,"Date":"9/29/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":796,"Cost":416,"Date":"10/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":291,"Cost":209,"Date":"11/2/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":577,"Date":"11/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":7,"Cost":7,"Date":"11/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":548,"Cost":469,"Date":"12/1/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":699,"Cost":406,"Date":"12/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":483,"Cost":383,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":423,"Date":"12/18/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":264,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":543,"Cost":295,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":224,"Date":"12/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":635,"Date":"1/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":54,"Cost":50,"Date":"2/5/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":422,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":549,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":386,"Cost":299,"Date":"2/18/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":548,"Date":"2/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":246,"Date":"2/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":459,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":133,"Cost":122,"Date":"4/2/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":961,"Cost":663,"Date":"4/3/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":789,"Cost":691,"Date":"4/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":456,"Date":"4/10/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":505,"Date":"4/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":665,"Cost":620,"Date":"5/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":581,"Cost":306,"Date":"5/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":305,"Date":"6/20/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":425,"Cost":219,"Date":"7/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":113,"Cost":92,"Date":"7/4/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":61,"Date":"7/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":296,"Cost":197,"Date":"7/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":206,"Cost":145,"Date":"7/14/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":74,"Date":"7/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":613,"Cost":419,"Date":"8/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":354,"Date":"8/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":349,"Cost":316,"Date":"8/7/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":45,"Date":"8/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":985,"Cost":850,"Date":"8/31/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":31,"Cost":16,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":603,"Cost":562,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":379,"Date":"9/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":397,"Cost":252,"Date":"9/29/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":567,"Cost":485,"Date":"11/7/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":113,"Cost":69,"Date":"11/26/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":585,"Date":"11/27/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":941,"Cost":560,"Date":"12/5/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":756,"Date":"12/26/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":995,"Cost":706,"Date":"12/31/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":376,"Date":"1/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":380,"Cost":243,"Date":"2/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":539,"Cost":372,"Date":"2/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":388,"Cost":352,"Date":"2/27/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":734,"Cost":465,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":298,"Cost":251,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":969,"Cost":747,"Date":"3/19/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":570,"Cost":386,"Date":"3/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":475,"Date":"5/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":824,"Cost":602,"Date":"7/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":430,"Date":"8/5/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":286,"Date":"8/12/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":360,"Date":"8/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":12,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":498,"Cost":313,"Date":"9/3/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":884,"Cost":469,"Date":"9/5/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":27,"Date":"10/6/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":172,"Cost":160,"Date":"10/19/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":742,"Date":"11/15/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":570,"Cost":371,"Date":"12/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":203,"Cost":169,"Date":"1/8/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":189,"Date":"1/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":265,"Cost":162,"Date":"1/19/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":515,"Cost":355,"Date":"1/28/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":909,"Cost":693,"Date":"1/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":137,"Date":"3/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":419,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":302,"Cost":265,"Date":"4/24/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":159,"Date":"4/28/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":24,"Cost":15,"Date":"5/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":618,"Cost":527,"Date":"5/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":843,"Cost":434,"Date":"5/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":226,"Cost":118,"Date":"6/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":62,"Date":"6/3/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":803,"Cost":447,"Date":"6/5/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":305,"Date":"6/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":712,"Cost":655,"Date":"6/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":924,"Cost":703,"Date":"6/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":314,"Cost":204,"Date":"6/24/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":512,"Cost":257,"Date":"7/4/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":566,"Cost":471,"Date":"7/9/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":781,"Cost":489,"Date":"7/12/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":637,"Date":"8/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":535,"Cost":341,"Date":"8/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":402,"Cost":260,"Date":"8/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":97,"Cost":69,"Date":"9/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":731,"Cost":376,"Date":"9/3/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":134,"Cost":110,"Date":"9/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":777,"Cost":689,"Date":"10/4/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":710,"Date":"11/1/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":925,"Cost":710,"Date":"11/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":795,"Cost":554,"Date":"12/17/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":640,"Cost":544,"Date":"2/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":219,"Date":"2/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":664,"Cost":379,"Date":"3/4/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":255,"Cost":237,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":951,"Cost":603,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":142,"Cost":103,"Date":"3/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":130,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":285,"Cost":245,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":15,"Date":"3/23/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":66,"Date":"4/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":810,"Date":"5/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":5,"Date":"5/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":442,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":331,"Cost":231,"Date":"6/2/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":208,"Date":"6/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":648,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":186,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":510,"Date":"7/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":561,"Date":"7/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":595,"Cost":505,"Date":"8/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":606,"Cost":321,"Date":"8/29/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":650,"Date":"8/31/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":481,"Cost":443,"Date":"9/8/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":450,"Cost":290,"Date":"9/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":794,"Date":"9/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":410,"Date":"9/19/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":415,"Cost":298,"Date":"9/25/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":644,"Date":"10/4/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":181,"Cost":93,"Date":"10/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":115,"Date":"10/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":746,"Cost":694,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":330,"Cost":207,"Date":"10/30/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":20,"Cost":16,"Date":"11/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":469,"Cost":317,"Date":"11/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":198,"Date":"11/25/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":36,"Date":"1/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":493,"Date":"1/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":602,"Date":"1/20/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":500,"Cost":463,"Date":"2/8/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":421,"Date":"2/25/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":925,"Cost":637,"Date":"3/7/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":321,"Date":"3/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":457,"Cost":416,"Date":"3/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":329,"Cost":173,"Date":"4/5/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":501,"Date":"4/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":644,"Cost":358,"Date":"5/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":659,"Date":"5/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":149,"Cost":109,"Date":"5/15/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":789,"Cost":658,"Date":"5/25/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":589,"Cost":381,"Date":"5/26/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":273,"Date":"5/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":672,"Date":"7/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":332,"Date":"9/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":210,"Cost":127,"Date":"10/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":588,"Date":"10/8/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":174,"Cost":155,"Date":"10/26/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":304,"Date":"11/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":11,"Cost":8,"Date":"11/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"HM Home","Country":"Australia","Sale":79,"Cost":66,"Date":"12/1/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":723,"Cost":525,"Date":"2/9/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":979,"Cost":714,"Date":"2/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":218,"Cost":145,"Date":"3/10/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":786,"Cost":543,"Date":"3/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":123,"Cost":91,"Date":"3/18/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":525,"Cost":481,"Date":"3/20/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":15,"Date":"3/26/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":448,"Date":"6/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":341,"Cost":279,"Date":"6/10/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":86,"Date":"6/16/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":415,"Date":"6/25/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":532,"Cost":301,"Date":"7/19/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":651,"Cost":494,"Date":"7/21/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":937,"Cost":881,"Date":"7/25/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":232,"Cost":126,"Date":"8/4/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":641,"Cost":482,"Date":"9/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":743,"Cost":438,"Date":"9/4/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":703,"Cost":625,"Date":"9/19/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":4,"Date":"9/29/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":137,"Cost":130,"Date":"10/2/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":415,"Cost":230,"Date":"10/15/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":672,"Cost":596,"Date":"10/30/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":361,"Cost":284,"Date":"11/9/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":167,"Date":"11/23/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":413,"Cost":303,"Date":"11/30/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":368,"Cost":262,"Date":"12/8/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":660,"Cost":373,"Date":"12/11/2018"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":577,"Cost":520,"Date":"1/15/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":736,"Date":"1/24/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":206,"Cost":160,"Date":"2/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":452,"Date":"2/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":880,"Cost":695,"Date":"3/9/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":163,"Cost":87,"Date":"3/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":572,"Cost":314,"Date":"4/19/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":948,"Cost":580,"Date":"5/3/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":685,"Date":"5/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":389,"Cost":267,"Date":"6/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":746,"Cost":377,"Date":"6/26/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":375,"Date":"7/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":927,"Cost":725,"Date":"7/13/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":235,"Cost":181,"Date":"8/8/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":564,"Date":"8/26/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":961,"Cost":849,"Date":"9/2/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":848,"Cost":699,"Date":"9/29/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":162,"Cost":134,"Date":"10/12/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":352,"Cost":202,"Date":"11/2/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":749,"Cost":630,"Date":"11/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":204,"Date":"11/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":3,"Cost":2,"Date":"12/1/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":386,"Date":"12/4/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":162,"Cost":98,"Date":"12/7/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":553,"Cost":328,"Date":"12/18/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":42,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":33,"Cost":26,"Date":"12/20/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":39,"Date":"12/21/2019"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":376,"Cost":279,"Date":"1/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":662,"Cost":386,"Date":"2/5/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":807,"Cost":535,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":848,"Cost":757,"Date":"2/16/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":98,"Date":"2/18/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":473,"Cost":253,"Date":"2/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":277,"Cost":223,"Date":"2/25/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":599,"Cost":363,"Date":"3/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":676,"Cost":568,"Date":"4/2/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":340,"Date":"4/3/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":124,"Cost":80,"Date":"4/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":688,"Cost":634,"Date":"4/10/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":668,"Date":"4/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":48,"Cost":36,"Date":"5/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":359,"Cost":244,"Date":"5/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":297,"Cost":162,"Date":"6/20/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":545,"Cost":393,"Date":"7/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":215,"Cost":201,"Date":"7/4/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":903,"Cost":649,"Date":"7/8/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":772,"Cost":635,"Date":"7/9/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":696,"Date":"7/14/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":48,"Date":"7/19/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":178,"Cost":133,"Date":"8/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":97,"Date":"8/6/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":313,"Cost":180,"Date":"8/7/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":695,"Cost":640,"Date":"8/22/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":325,"Cost":264,"Date":"8/31/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":729,"Cost":379,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":904,"Cost":617,"Date":"9/1/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":528,"Cost":501,"Date":"9/17/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":547,"Date":"9/29/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":835,"Cost":461,"Date":"11/7/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":584,"Cost":450,"Date":"11/26/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":889,"Cost":734,"Date":"11/27/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":971,"Cost":567,"Date":"12/5/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":263,"Date":"12/26/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":468,"Cost":400,"Date":"12/31/2020"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":883,"Cost":766,"Date":"1/20/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":146,"Cost":139,"Date":"2/2/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":361,"Cost":286,"Date":"2/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":399,"Cost":327,"Date":"2/27/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":231,"Cost":137,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":173,"Cost":151,"Date":"3/1/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":417,"Date":"3/19/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":346,"Date":"3/28/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":61,"Cost":49,"Date":"5/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":41,"Date":"7/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":356,"Cost":255,"Date":"8/5/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":436,"Cost":364,"Date":"8/12/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":623,"Date":"8/21/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":826,"Date":"8/23/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":603,"Cost":478,"Date":"9/3/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":936,"Cost":500,"Date":"9/5/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":795,"Cost":732,"Date":"10/6/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":460,"Cost":414,"Date":"10/19/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":67,"Date":"11/15/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":385,"Cost":215,"Date":"12/8/2021"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":305,"Cost":174,"Date":"1/8/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":36,"Date":"1/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":998,"Cost":501,"Date":"1/19/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":273,"Cost":259,"Date":"1/28/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":315,"Cost":203,"Date":"1/31/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":184,"Date":"3/27/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":115,"Cost":59,"Date":"4/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":123,"Cost":101,"Date":"4/24/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":923,"Cost":561,"Date":"4/28/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":970,"Cost":717,"Date":"5/15/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":850,"Cost":447,"Date":"5/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":328,"Date":"5/18/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":821,"Cost":552,"Date":"6/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":586,"Cost":424,"Date":"6/3/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":997,"Cost":799,"Date":"6/5/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":236,"Date":"6/7/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":215,"Date":"6/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":104,"Cost":53,"Date":"6/20/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":318,"Cost":263,"Date":"6/24/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":127,"Cost":77,"Date":"7/4/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":751,"Cost":692,"Date":"7/9/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":185,"Date":"7/12/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":273,"Cost":251,"Date":"8/14/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":701,"Cost":415,"Date":"8/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":191,"Date":"8/23/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":593,"Cost":307,"Date":"9/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":284,"Cost":148,"Date":"9/3/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":422,"Cost":363,"Date":"9/16/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":466,"Date":"10/4/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":963,"Cost":781,"Date":"11/1/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":439,"Cost":387,"Date":"11/2/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":500,"Cost":340,"Date":"12/17/2022"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":421,"Cost":354,"Date":"2/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":498,"Cost":446,"Date":"2/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":725,"Cost":653,"Date":"3/4/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":656,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":841,"Cost":656,"Date":"3/9/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":129,"Cost":68,"Date":"3/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":431,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":447,"Cost":287,"Date":"3/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":968,"Cost":859,"Date":"3/23/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":821,"Cost":566,"Date":"4/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":260,"Cost":203,"Date":"5/7/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":398,"Date":"5/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":887,"Cost":691,"Date":"5/20/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":27,"Date":"6/2/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":668,"Date":"6/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":507,"Cost":373,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":255,"Cost":193,"Date":"6/16/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":561,"Cost":499,"Date":"7/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":334,"Date":"7/11/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":136,"Cost":92,"Date":"8/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":219,"Date":"8/29/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":877,"Cost":609,"Date":"8/31/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":428,"Cost":331,"Date":"9/8/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":405,"Date":"9/13/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":662,"Cost":565,"Date":"9/14/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":387,"Cost":341,"Date":"9/19/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":284,"Cost":173,"Date":"9/25/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":952,"Cost":697,"Date":"10/4/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":765,"Cost":477,"Date":"10/10/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":407,"Date":"10/17/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":501,"Date":"10/28/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":776,"Cost":507,"Date":"10/30/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":162,"Date":"11/1/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":193,"Cost":129,"Date":"11/15/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":367,"Cost":256,"Date":"11/25/2023"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":512,"Cost":464,"Date":"1/10/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":525,"Date":"1/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":13,"Cost":11,"Date":"1/20/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":179,"Cost":130,"Date":"2/8/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":265,"Cost":248,"Date":"2/25/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":718,"Date":"3/7/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":589,"Cost":472,"Date":"3/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":158,"Cost":105,"Date":"3/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":545,"Cost":335,"Date":"4/5/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":473,"Cost":273,"Date":"4/14/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":712,"Cost":608,"Date":"5/3/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":259,"Cost":233,"Date":"5/9/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":84,"Date":"5/15/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":304,"Cost":238,"Date":"5/25/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":44,"Date":"5/26/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":106,"Cost":99,"Date":"5/31/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":48,"Cost":32,"Date":"7/27/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":623,"Cost":358,"Date":"9/17/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":262,"Cost":162,"Date":"10/6/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":531,"Date":"10/8/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":124,"Date":"10/26/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":124,"Cost":99,"Date":"11/16/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":264,"Cost":205,"Date":"11/18/2024"},{"Store":"Pacific Fair Shopping Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":285,"Cost":151,"Date":"12/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":755,"Cost":612,"Date":"2/9/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":169,"Cost":89,"Date":"2/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":190,"Cost":113,"Date":"3/10/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":392,"Cost":277,"Date":"3/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":802,"Date":"3/18/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":662,"Cost":412,"Date":"3/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":500,"Cost":311,"Date":"3/26/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":610,"Cost":553,"Date":"6/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":7,"Date":"6/10/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":342,"Date":"6/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":369,"Cost":186,"Date":"6/25/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":613,"Cost":540,"Date":"7/19/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":936,"Cost":819,"Date":"7/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":956,"Cost":561,"Date":"7/25/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":405,"Cost":342,"Date":"8/4/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":294,"Cost":207,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":716,"Cost":534,"Date":"9/4/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":90,"Date":"9/19/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":968,"Cost":578,"Date":"9/29/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":577,"Cost":447,"Date":"10/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":290,"Cost":158,"Date":"10/15/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":307,"Cost":222,"Date":"10/30/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":664,"Cost":354,"Date":"11/9/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":451,"Cost":330,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":628,"Date":"11/30/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":187,"Cost":104,"Date":"12/8/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":565,"Cost":335,"Date":"12/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":450,"Date":"1/15/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":144,"Cost":106,"Date":"1/24/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":279,"Cost":202,"Date":"2/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":797,"Cost":742,"Date":"2/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":625,"Cost":548,"Date":"3/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":299,"Cost":156,"Date":"3/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":537,"Date":"4/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":302,"Cost":160,"Date":"5/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":109,"Cost":61,"Date":"5/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":742,"Cost":598,"Date":"6/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":2,"Cost":2,"Date":"6/26/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":600,"Cost":414,"Date":"7/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":390,"Cost":335,"Date":"7/13/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":380,"Cost":351,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":6,"Date":"8/26/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":568,"Cost":309,"Date":"9/2/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":311,"Cost":173,"Date":"9/29/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":680,"Cost":619,"Date":"10/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":467,"Cost":258,"Date":"11/2/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":916,"Cost":554,"Date":"11/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":446,"Cost":303,"Date":"11/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":779,"Date":"12/1/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":168,"Date":"12/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":27,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":742,"Cost":639,"Date":"12/18/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":972,"Cost":763,"Date":"12/20/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":492,"Cost":365,"Date":"12/20/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":322,"Cost":298,"Date":"12/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":21,"Cost":13,"Date":"1/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":238,"Cost":214,"Date":"2/5/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":399,"Cost":254,"Date":"2/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":400,"Cost":310,"Date":"2/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":549,"Date":"2/18/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":125,"Cost":64,"Date":"2/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":628,"Cost":528,"Date":"2/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":342,"Cost":323,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":133,"Cost":80,"Date":"4/2/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":738,"Cost":532,"Date":"4/3/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":637,"Cost":490,"Date":"4/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":493,"Cost":378,"Date":"4/10/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":911,"Cost":856,"Date":"4/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":156,"Date":"5/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":522,"Cost":317,"Date":"5/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":649,"Date":"6/20/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":224,"Cost":184,"Date":"7/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":102,"Cost":80,"Date":"7/4/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":451,"Date":"7/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":147,"Cost":104,"Date":"7/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":180,"Cost":151,"Date":"7/14/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":815,"Cost":529,"Date":"7/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":834,"Cost":481,"Date":"8/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":439,"Date":"8/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":367,"Cost":296,"Date":"8/7/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":28,"Date":"8/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":693,"Cost":576,"Date":"8/31/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":592,"Date":"9/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":436,"Cost":397,"Date":"9/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":848,"Cost":723,"Date":"9/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":873,"Cost":744,"Date":"9/29/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":623,"Cost":548,"Date":"11/7/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":57,"Cost":30,"Date":"11/26/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":392,"Cost":211,"Date":"11/27/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":44,"Cost":23,"Date":"12/5/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":727,"Cost":447,"Date":"12/26/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":777,"Cost":415,"Date":"12/31/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":162,"Cost":140,"Date":"1/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":88,"Cost":77,"Date":"2/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":77,"Cost":43,"Date":"2/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":396,"Cost":246,"Date":"2/27/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":545,"Cost":483,"Date":"3/1/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":29,"Cost":27,"Date":"3/1/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":218,"Cost":147,"Date":"3/19/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":249,"Cost":149,"Date":"3/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":125,"Cost":116,"Date":"5/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":726,"Cost":552,"Date":"7/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":505,"Date":"8/5/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":241,"Cost":186,"Date":"8/12/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":572,"Date":"8/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":123,"Cost":81,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":57,"Cost":49,"Date":"9/3/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":589,"Date":"9/5/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":317,"Cost":185,"Date":"10/6/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":164,"Date":"10/19/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":328,"Cost":234,"Date":"11/15/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":368,"Date":"12/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":662,"Date":"1/8/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":129,"Cost":75,"Date":"1/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":165,"Cost":125,"Date":"1/19/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":133,"Date":"1/28/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":932,"Cost":714,"Date":"1/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":893,"Cost":515,"Date":"3/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":3,"Cost":1,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":890,"Cost":796,"Date":"4/24/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":171,"Cost":96,"Date":"4/28/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":224,"Date":"5/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":337,"Date":"5/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":809,"Cost":609,"Date":"5/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":11,"Cost":7,"Date":"6/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":313,"Cost":276,"Date":"6/3/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":133,"Date":"6/5/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":360,"Cost":185,"Date":"6/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":105,"Date":"6/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":295,"Cost":246,"Date":"6/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":420,"Cost":269,"Date":"6/24/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":444,"Date":"7/4/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":37,"Date":"7/9/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":50,"Cost":42,"Date":"7/12/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":303,"Cost":171,"Date":"8/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":921,"Cost":558,"Date":"8/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":629,"Cost":375,"Date":"8/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":333,"Cost":187,"Date":"9/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":98,"Cost":89,"Date":"9/3/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":609,"Cost":318,"Date":"9/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":487,"Cost":352,"Date":"10/4/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":437,"Cost":316,"Date":"11/1/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":67,"Cost":60,"Date":"11/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":643,"Cost":432,"Date":"12/17/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":874,"Cost":503,"Date":"2/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":487,"Cost":409,"Date":"2/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":395,"Cost":236,"Date":"3/4/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":847,"Cost":447,"Date":"3/9/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":272,"Cost":223,"Date":"3/9/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":819,"Cost":436,"Date":"3/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":820,"Cost":689,"Date":"3/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":175,"Cost":145,"Date":"3/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":742,"Cost":378,"Date":"3/23/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":262,"Date":"4/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":107,"Cost":96,"Date":"5/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":446,"Cost":404,"Date":"5/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":172,"Cost":139,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":862,"Cost":777,"Date":"6/2/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":281,"Cost":215,"Date":"6/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":532,"Cost":375,"Date":"6/16/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":652,"Cost":485,"Date":"6/16/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":70,"Date":"7/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":409,"Date":"7/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":351,"Cost":305,"Date":"8/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":179,"Cost":109,"Date":"8/29/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":8,"Date":"8/31/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":408,"Date":"9/8/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":97,"Cost":76,"Date":"9/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":484,"Date":"9/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":29,"Cost":24,"Date":"9/19/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":869,"Cost":661,"Date":"9/25/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":718,"Cost":462,"Date":"10/4/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":125,"Cost":92,"Date":"10/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":773,"Cost":697,"Date":"10/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":524,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":801,"Cost":687,"Date":"10/30/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":595,"Cost":553,"Date":"11/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":968,"Cost":737,"Date":"11/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":95,"Cost":65,"Date":"11/25/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":556,"Cost":420,"Date":"1/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":339,"Cost":176,"Date":"1/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":605,"Date":"1/20/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":291,"Cost":191,"Date":"2/8/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":679,"Date":"2/25/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":138,"Cost":91,"Date":"3/7/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":854,"Cost":580,"Date":"3/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":664,"Cost":452,"Date":"3/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":225,"Cost":170,"Date":"4/5/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":538,"Cost":393,"Date":"4/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":345,"Cost":263,"Date":"5/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":966,"Cost":751,"Date":"5/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":445,"Cost":300,"Date":"5/15/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":889,"Cost":732,"Date":"5/25/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":464,"Date":"5/26/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":349,"Date":"5/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":433,"Date":"7/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":653,"Cost":560,"Date":"9/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":730,"Cost":529,"Date":"10/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":499,"Cost":424,"Date":"10/8/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":30,"Date":"10/26/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":503,"Cost":332,"Date":"11/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":524,"Cost":410,"Date":"11/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":886,"Cost":586,"Date":"12/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":309,"Cost":244,"Date":"2/9/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":520,"Date":"2/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":25,"Cost":12,"Date":"3/10/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":337,"Cost":301,"Date":"3/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":427,"Cost":391,"Date":"3/18/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":902,"Cost":655,"Date":"3/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":515,"Cost":471,"Date":"3/26/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":930,"Cost":753,"Date":"6/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":871,"Cost":755,"Date":"6/10/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":475,"Cost":296,"Date":"6/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":229,"Cost":169,"Date":"6/25/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":38,"Cost":19,"Date":"7/19/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":194,"Cost":154,"Date":"7/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":108,"Cost":77,"Date":"7/25/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":770,"Date":"8/4/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":59,"Cost":48,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":808,"Cost":430,"Date":"9/4/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":37,"Cost":30,"Date":"9/19/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":105,"Cost":55,"Date":"9/29/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":320,"Date":"10/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":666,"Cost":417,"Date":"10/15/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":26,"Cost":20,"Date":"10/30/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":558,"Cost":470,"Date":"11/9/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":636,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":954,"Cost":618,"Date":"11/30/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":268,"Cost":159,"Date":"12/8/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":496,"Date":"12/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":638,"Date":"1/15/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":630,"Cost":394,"Date":"1/24/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":666,"Cost":410,"Date":"2/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":15,"Date":"2/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":722,"Cost":526,"Date":"3/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":57,"Cost":43,"Date":"3/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":58,"Cost":47,"Date":"4/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":825,"Cost":500,"Date":"5/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":959,"Cost":905,"Date":"5/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":49,"Date":"6/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":800,"Cost":611,"Date":"6/26/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":744,"Date":"7/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":897,"Cost":779,"Date":"7/13/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":278,"Cost":245,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":487,"Date":"8/26/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":704,"Cost":457,"Date":"9/2/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":92,"Cost":58,"Date":"9/29/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":628,"Cost":479,"Date":"10/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":391,"Cost":279,"Date":"11/2/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":470,"Date":"11/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":756,"Cost":523,"Date":"11/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":518,"Cost":414,"Date":"12/1/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":135,"Cost":127,"Date":"12/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":260,"Cost":150,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":905,"Cost":806,"Date":"12/18/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":608,"Cost":425,"Date":"12/20/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":945,"Cost":554,"Date":"12/20/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":188,"Date":"12/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":101,"Cost":68,"Date":"1/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":774,"Cost":522,"Date":"2/5/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":697,"Cost":622,"Date":"2/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":276,"Cost":142,"Date":"2/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":302,"Cost":221,"Date":"2/18/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":107,"Cost":81,"Date":"2/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":61,"Cost":48,"Date":"2/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":983,"Cost":705,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":120,"Cost":103,"Date":"4/2/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":19,"Cost":17,"Date":"4/3/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":898,"Cost":510,"Date":"4/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":783,"Cost":651,"Date":"4/10/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":840,"Cost":732,"Date":"4/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":918,"Cost":744,"Date":"5/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":285,"Cost":267,"Date":"5/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":17,"Cost":9,"Date":"6/20/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":562,"Date":"7/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":134,"Date":"7/4/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":76,"Cost":53,"Date":"7/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":834,"Cost":785,"Date":"7/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":87,"Cost":47,"Date":"7/14/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":198,"Cost":116,"Date":"7/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":169,"Date":"8/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":525,"Cost":422,"Date":"8/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":781,"Cost":734,"Date":"8/7/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":269,"Cost":251,"Date":"8/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":138,"Cost":104,"Date":"8/31/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":289,"Cost":263,"Date":"9/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":43,"Cost":22,"Date":"9/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":347,"Cost":218,"Date":"9/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":408,"Cost":360,"Date":"9/29/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":295,"Cost":167,"Date":"11/7/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":194,"Date":"11/26/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":115,"Cost":87,"Date":"11/27/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":411,"Cost":311,"Date":"12/5/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":449,"Cost":351,"Date":"12/26/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":334,"Cost":302,"Date":"12/31/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":362,"Cost":231,"Date":"1/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":37,"Cost":19,"Date":"2/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":529,"Cost":449,"Date":"2/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":630,"Cost":470,"Date":"2/27/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":849,"Cost":519,"Date":"3/1/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":379,"Cost":240,"Date":"3/1/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":659,"Cost":521,"Date":"3/19/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":821,"Cost":447,"Date":"3/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":396,"Cost":227,"Date":"5/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":41,"Cost":30,"Date":"7/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":409,"Cost":372,"Date":"8/5/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":984,"Cost":716,"Date":"8/12/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":964,"Cost":890,"Date":"8/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":232,"Cost":131,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":551,"Cost":354,"Date":"9/3/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":501,"Date":"9/5/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":581,"Cost":329,"Date":"10/6/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":791,"Cost":553,"Date":"10/19/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":885,"Cost":491,"Date":"11/15/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":149,"Cost":116,"Date":"12/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":653,"Cost":577,"Date":"1/8/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":432,"Cost":318,"Date":"1/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":582,"Cost":406,"Date":"1/19/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":324,"Date":"1/28/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":209,"Cost":159,"Date":"1/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":288,"Cost":189,"Date":"3/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":644,"Cost":496,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":28,"Cost":24,"Date":"4/24/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":850,"Cost":446,"Date":"4/28/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":949,"Cost":610,"Date":"5/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":271,"Cost":184,"Date":"5/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":232,"Cost":196,"Date":"5/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":155,"Cost":82,"Date":"6/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":106,"Date":"6/3/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":751,"Cost":641,"Date":"6/5/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":88,"Date":"6/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":106,"Date":"6/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":115,"Cost":72,"Date":"6/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":117,"Cost":86,"Date":"6/24/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":79,"Cost":68,"Date":"7/4/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":351,"Cost":227,"Date":"7/9/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":217,"Cost":135,"Date":"7/12/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":755,"Cost":392,"Date":"8/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":65,"Cost":37,"Date":"8/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":893,"Cost":643,"Date":"8/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":778,"Cost":523,"Date":"9/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":208,"Cost":186,"Date":"9/3/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":331,"Cost":196,"Date":"9/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":352,"Cost":221,"Date":"10/4/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":592,"Cost":439,"Date":"11/1/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":248,"Cost":216,"Date":"11/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":223,"Cost":170,"Date":"12/17/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":362,"Date":"2/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":531,"Cost":375,"Date":"2/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":682,"Cost":384,"Date":"3/4/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":258,"Cost":195,"Date":"3/9/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":417,"Date":"3/9/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":56,"Cost":46,"Date":"3/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":117,"Cost":91,"Date":"3/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":47,"Cost":24,"Date":"3/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":87,"Date":"3/23/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":174,"Date":"4/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":539,"Cost":463,"Date":"5/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":815,"Cost":497,"Date":"5/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":833,"Cost":544,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":811,"Cost":585,"Date":"6/2/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":292,"Cost":243,"Date":"6/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":134,"Cost":77,"Date":"6/16/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":367,"Cost":232,"Date":"6/16/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":702,"Cost":635,"Date":"7/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":677,"Cost":589,"Date":"7/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":615,"Cost":334,"Date":"8/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":795,"Cost":683,"Date":"8/29/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":847,"Cost":676,"Date":"8/31/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":802,"Cost":434,"Date":"9/8/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":89,"Cost":46,"Date":"9/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":373,"Date":"9/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":790,"Cost":524,"Date":"9/19/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":130,"Cost":96,"Date":"9/25/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":551,"Cost":474,"Date":"10/4/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":503,"Cost":298,"Date":"10/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":140,"Cost":91,"Date":"10/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":122,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":966,"Cost":599,"Date":"10/30/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":406,"Cost":296,"Date":"11/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":745,"Date":"11/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":444,"Cost":392,"Date":"11/25/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":494,"Cost":297,"Date":"1/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":181,"Cost":159,"Date":"1/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":44,"Cost":32,"Date":"1/20/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":351,"Cost":185,"Date":"2/8/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":95,"Cost":54,"Date":"2/25/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":936,"Cost":771,"Date":"3/7/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":618,"Cost":381,"Date":"3/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":88,"Cost":58,"Date":"3/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":205,"Date":"4/5/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":306,"Cost":176,"Date":"4/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":504,"Cost":309,"Date":"5/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":46,"Cost":26,"Date":"5/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":624,"Date":"5/15/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":87,"Cost":67,"Date":"5/25/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":262,"Cost":137,"Date":"5/26/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":50,"Cost":42,"Date":"5/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":194,"Date":"7/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":293,"Cost":165,"Date":"9/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":428,"Cost":266,"Date":"10/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":163,"Date":"10/8/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":480,"Cost":442,"Date":"10/26/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":579,"Cost":480,"Date":"11/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":716,"Cost":461,"Date":"11/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"Jeans","Country":"Australia","Sale":852,"Cost":786,"Date":"12/1/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":199,"Cost":113,"Date":"2/9/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":140,"Cost":78,"Date":"2/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":989,"Cost":837,"Date":"3/10/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":638,"Cost":470,"Date":"3/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":206,"Cost":127,"Date":"3/18/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":807,"Cost":526,"Date":"3/20/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":5,"Cost":4,"Date":"3/26/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":512,"Cost":276,"Date":"6/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":437,"Cost":402,"Date":"6/10/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":57,"Cost":36,"Date":"6/16/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":820,"Cost":514,"Date":"6/25/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":530,"Cost":362,"Date":"7/19/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":388,"Cost":311,"Date":"7/21/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":884,"Cost":738,"Date":"7/25/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":730,"Cost":667,"Date":"8/4/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":344,"Cost":296,"Date":"9/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":23,"Cost":12,"Date":"9/4/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":94,"Cost":82,"Date":"9/19/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":136,"Cost":103,"Date":"9/29/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":750,"Cost":479,"Date":"10/2/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":330,"Cost":262,"Date":"10/15/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":520,"Cost":433,"Date":"10/30/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":528,"Cost":422,"Date":"11/9/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":407,"Cost":359,"Date":"11/23/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":776,"Cost":394,"Date":"11/30/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":498,"Cost":347,"Date":"12/8/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":518,"Cost":342,"Date":"12/11/2018"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":942,"Cost":878,"Date":"1/15/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":853,"Cost":441,"Date":"1/24/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":446,"Cost":374,"Date":"2/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":635,"Cost":466,"Date":"2/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":499,"Cost":304,"Date":"3/9/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":448,"Cost":342,"Date":"3/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":601,"Cost":389,"Date":"4/19/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":836,"Cost":496,"Date":"5/3/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":664,"Cost":504,"Date":"5/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":996,"Cost":700,"Date":"6/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":168,"Cost":121,"Date":"6/26/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":18,"Cost":10,"Date":"7/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":969,"Cost":797,"Date":"7/13/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":926,"Cost":824,"Date":"8/8/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":609,"Cost":416,"Date":"8/26/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":488,"Cost":281,"Date":"9/2/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":423,"Cost":369,"Date":"9/29/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":24,"Cost":18,"Date":"10/12/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":247,"Cost":183,"Date":"11/2/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":835,"Cost":418,"Date":"11/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":204,"Cost":104,"Date":"11/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":9,"Cost":5,"Date":"12/1/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":528,"Cost":425,"Date":"12/4/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":157,"Cost":89,"Date":"12/7/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":248,"Cost":178,"Date":"12/18/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":237,"Cost":163,"Date":"12/20/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":889,"Cost":535,"Date":"12/20/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":92,"Cost":62,"Date":"12/21/2019"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":87,"Cost":45,"Date":"1/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":278,"Cost":263,"Date":"2/5/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":678,"Cost":613,"Date":"2/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":455,"Cost":415,"Date":"2/16/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":512,"Cost":271,"Date":"2/18/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":984,"Cost":920,"Date":"2/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":143,"Cost":118,"Date":"2/25/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":992,"Cost":906,"Date":"3/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":677,"Cost":603,"Date":"4/2/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":380,"Cost":248,"Date":"4/3/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":296,"Cost":210,"Date":"4/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":686,"Cost":450,"Date":"4/10/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":973,"Cost":713,"Date":"4/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":133,"Cost":97,"Date":"5/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":404,"Cost":242,"Date":"5/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":988,"Cost":769,"Date":"6/20/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":597,"Cost":353,"Date":"7/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":945,"Cost":741,"Date":"7/4/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":955,"Cost":513,"Date":"7/8/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":86,"Cost":51,"Date":"7/9/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":931,"Cost":678,"Date":"7/14/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":527,"Cost":276,"Date":"7/19/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":417,"Cost":394,"Date":"8/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":165,"Cost":89,"Date":"8/6/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":894,"Cost":495,"Date":"8/7/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":365,"Cost":278,"Date":"8/22/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":379,"Cost":313,"Date":"8/31/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":688,"Cost":404,"Date":"9/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":891,"Cost":636,"Date":"9/1/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":344,"Cost":174,"Date":"9/17/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":473,"Cost":361,"Date":"9/29/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":922,"Cost":767,"Date":"11/7/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":78,"Cost":58,"Date":"11/26/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":215,"Cost":112,"Date":"11/27/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":584,"Cost":510,"Date":"12/5/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":268,"Cost":173,"Date":"12/26/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":726,"Cost":406,"Date":"12/31/2020"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":51,"Cost":41,"Date":"1/20/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":167,"Cost":159,"Date":"2/2/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":106,"Cost":60,"Date":"2/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":162,"Cost":149,"Date":"2/27/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":186,"Cost":107,"Date":"3/1/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":903,"Cost":476,"Date":"3/1/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":908,"Cost":474,"Date":"3/19/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":434,"Cost":292,"Date":"3/28/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":816,"Cost":709,"Date":"5/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":637,"Cost":602,"Date":"7/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":825,"Cost":560,"Date":"8/5/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":498,"Cost":434,"Date":"8/12/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":331,"Cost":239,"Date":"8/21/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":893,"Cost":685,"Date":"8/23/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":303,"Cost":164,"Date":"9/3/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":539,"Cost":277,"Date":"9/5/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":95,"Cost":58,"Date":"10/6/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":275,"Cost":174,"Date":"10/19/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":418,"Cost":257,"Date":"11/15/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":278,"Cost":195,"Date":"12/8/2021"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":735,"Cost":644,"Date":"1/8/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":740,"Cost":402,"Date":"1/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":82,"Cost":76,"Date":"1/19/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":381,"Cost":263,"Date":"1/28/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":783,"Cost":596,"Date":"1/31/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":254,"Cost":239,"Date":"3/27/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":830,"Cost":539,"Date":"4/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":536,"Cost":493,"Date":"4/24/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":905,"Cost":782,"Date":"4/28/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":334,"Cost":306,"Date":"5/15/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":651,"Cost":502,"Date":"5/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":959,"Cost":794,"Date":"5/18/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":70,"Cost":44,"Date":"6/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":400,"Cost":377,"Date":"6/3/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":159,"Cost":144,"Date":"6/5/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":311,"Cost":211,"Date":"6/7/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":237,"Cost":155,"Date":"6/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":122,"Cost":86,"Date":"6/20/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":69,"Cost":50,"Date":"6/24/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":27,"Cost":22,"Date":"7/4/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":317,"Cost":273,"Date":"7/9/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":972,"Cost":650,"Date":"7/12/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":481,"Cost":241,"Date":"8/14/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":369,"Cost":309,"Date":"8/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":47,"Cost":40,"Date":"8/23/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":524,"Cost":475,"Date":"9/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":93,"Cost":58,"Date":"9/3/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":607,"Cost":457,"Date":"9/16/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":322,"Cost":186,"Date":"10/4/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":854,"Cost":611,"Date":"11/1/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":672,"Cost":560,"Date":"11/2/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":461,"Cost":384,"Date":"12/17/2022"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":394,"Cost":317,"Date":"2/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":939,"Cost":551,"Date":"2/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":617,"Cost":347,"Date":"3/4/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":588,"Cost":310,"Date":"3/9/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":612,"Cost":501,"Date":"3/9/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":102,"Cost":75,"Date":"3/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":349,"Cost":216,"Date":"3/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":123,"Cost":69,"Date":"3/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":96,"Cost":56,"Date":"3/23/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":285,"Cost":161,"Date":"4/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":422,"Cost":385,"Date":"5/7/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":834,"Cost":749,"Date":"5/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":478,"Cost":406,"Date":"5/20/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":802,"Cost":436,"Date":"6/2/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":50,"Cost":26,"Date":"6/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":283,"Cost":205,"Date":"6/16/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":12,"Cost":8,"Date":"6/16/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":413,"Cost":304,"Date":"7/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":377,"Cost":273,"Date":"7/11/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":775,"Cost":634,"Date":"8/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":433,"Cost":335,"Date":"8/29/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":8,"Cost":6,"Date":"8/31/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":116,"Cost":84,"Date":"9/8/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":362,"Cost":340,"Date":"9/13/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":694,"Cost":616,"Date":"9/14/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":988,"Cost":553,"Date":"9/19/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":123,"Cost":74,"Date":"9/25/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":16,"Cost":10,"Date":"10/4/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":359,"Cost":326,"Date":"10/10/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":533,"Cost":303,"Date":"10/17/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":914,"Cost":641,"Date":"10/28/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":652,"Cost":586,"Date":"10/30/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":740,"Cost":428,"Date":"11/1/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":463,"Cost":359,"Date":"11/15/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":599,"Cost":375,"Date":"11/25/2023"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":449,"Cost":355,"Date":"1/10/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":920,"Cost":690,"Date":"1/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":393,"Cost":331,"Date":"1/20/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":288,"Cost":263,"Date":"2/8/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":231,"Cost":189,"Date":"2/25/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":501,"Cost":322,"Date":"3/7/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":170,"Cost":90,"Date":"3/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":524,"Cost":270,"Date":"3/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":992,"Cost":531,"Date":"4/5/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":57,"Cost":53,"Date":"4/14/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":316,"Cost":208,"Date":"5/3/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":541,"Cost":405,"Date":"5/9/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":378,"Cost":208,"Date":"5/15/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":728,"Cost":518,"Date":"5/25/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":754,"Cost":627,"Date":"5/26/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":150,"Cost":88,"Date":"5/31/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":343,"Cost":178,"Date":"7/27/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":877,"Cost":463,"Date":"9/17/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":701,"Cost":651,"Date":"10/6/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":416,"Cost":316,"Date":"10/8/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":634,"Cost":403,"Date":"10/26/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":88,"Cost":61,"Date":"11/16/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":590,"Cost":418,"Date":"11/18/2024"},{"Store":"Robina Town Centre, Gold Coast","Brand":"HM","Country":"Australia","Sale":286,"Cost":240,"Date":"12/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":991,"Cost":702,"Date":"2/9/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":350,"Cost":202,"Date":"2/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":620,"Cost":313,"Date":"3/10/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":49,"Cost":37,"Date":"3/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":195,"Date":"3/18/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":115,"Cost":76,"Date":"3/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":883,"Cost":695,"Date":"3/26/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":93,"Date":"6/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":187,"Cost":151,"Date":"6/10/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":161,"Cost":136,"Date":"6/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":348,"Cost":286,"Date":"6/25/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":693,"Cost":471,"Date":"7/19/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":954,"Cost":722,"Date":"7/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":957,"Cost":672,"Date":"7/25/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":217,"Date":"8/4/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":262,"Cost":161,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":645,"Cost":504,"Date":"9/4/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":221,"Cost":113,"Date":"9/19/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":853,"Cost":779,"Date":"9/29/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":228,"Cost":208,"Date":"10/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":455,"Cost":417,"Date":"10/15/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":141,"Cost":127,"Date":"10/30/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":872,"Cost":828,"Date":"11/9/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":328,"Cost":288,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":312,"Cost":280,"Date":"11/30/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":940,"Cost":660,"Date":"12/8/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":819,"Cost":713,"Date":"12/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":574,"Date":"1/15/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":202,"Date":"1/24/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":351,"Cost":214,"Date":"2/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":259,"Date":"2/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":32,"Cost":18,"Date":"3/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":841,"Cost":654,"Date":"3/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":530,"Cost":489,"Date":"4/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":656,"Cost":527,"Date":"5/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":331,"Cost":239,"Date":"5/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":902,"Cost":791,"Date":"6/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":152,"Date":"6/26/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":824,"Cost":692,"Date":"7/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":482,"Date":"7/13/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":702,"Cost":591,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":583,"Cost":298,"Date":"8/26/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":283,"Cost":264,"Date":"9/2/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":77,"Cost":59,"Date":"9/29/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":846,"Cost":799,"Date":"10/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":156,"Cost":123,"Date":"11/2/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":231,"Cost":134,"Date":"11/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":950,"Cost":610,"Date":"11/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":336,"Cost":285,"Date":"12/1/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":942,"Cost":787,"Date":"12/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":821,"Cost":657,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":431,"Cost":289,"Date":"12/18/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":59,"Cost":56,"Date":"12/20/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":275,"Cost":173,"Date":"12/20/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":948,"Cost":653,"Date":"12/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":233,"Cost":145,"Date":"1/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":614,"Date":"2/5/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":186,"Date":"2/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":649,"Cost":547,"Date":"2/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":776,"Date":"2/18/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":794,"Cost":516,"Date":"2/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":714,"Cost":558,"Date":"2/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":51,"Cost":34,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":451,"Cost":283,"Date":"4/2/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":608,"Cost":458,"Date":"4/3/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":319,"Cost":186,"Date":"4/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":29,"Cost":22,"Date":"4/10/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":76,"Cost":65,"Date":"4/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":371,"Date":"5/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":534,"Cost":380,"Date":"5/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":158,"Cost":125,"Date":"6/20/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":447,"Cost":350,"Date":"7/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":411,"Cost":379,"Date":"7/4/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":658,"Cost":567,"Date":"7/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":192,"Cost":119,"Date":"7/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":639,"Cost":424,"Date":"7/14/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":527,"Date":"7/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":16,"Cost":10,"Date":"8/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":389,"Cost":318,"Date":"8/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":476,"Cost":409,"Date":"8/7/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":169,"Date":"8/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":379,"Date":"8/31/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":865,"Cost":480,"Date":"9/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":91,"Cost":76,"Date":"9/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":989,"Cost":895,"Date":"9/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":840,"Cost":447,"Date":"9/29/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":643,"Cost":329,"Date":"11/7/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":88,"Date":"11/26/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":365,"Cost":324,"Date":"11/27/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":497,"Date":"12/5/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":775,"Date":"12/26/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":241,"Date":"12/31/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":584,"Cost":371,"Date":"1/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":79,"Date":"2/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":641,"Cost":572,"Date":"2/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":967,"Cost":588,"Date":"2/27/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":480,"Cost":453,"Date":"3/1/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":155,"Cost":104,"Date":"3/1/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":600,"Cost":523,"Date":"3/19/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":210,"Date":"3/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":615,"Date":"5/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":66,"Cost":46,"Date":"7/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":211,"Cost":165,"Date":"8/5/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":833,"Cost":792,"Date":"8/12/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":522,"Cost":423,"Date":"8/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":794,"Cost":442,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":208,"Cost":140,"Date":"9/3/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":263,"Cost":212,"Date":"9/5/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":970,"Cost":610,"Date":"10/6/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":282,"Cost":148,"Date":"10/19/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":439,"Cost":403,"Date":"11/15/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":259,"Date":"12/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":559,"Date":"1/8/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":152,"Cost":116,"Date":"1/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":745,"Cost":574,"Date":"1/19/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":341,"Cost":294,"Date":"1/28/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":130,"Date":"1/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":717,"Cost":607,"Date":"3/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":460,"Cost":297,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":636,"Cost":401,"Date":"4/24/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":198,"Cost":138,"Date":"4/28/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":520,"Cost":447,"Date":"5/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":975,"Cost":859,"Date":"5/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":339,"Cost":238,"Date":"5/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":299,"Cost":260,"Date":"6/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":338,"Date":"6/3/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":899,"Cost":669,"Date":"6/5/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":730,"Cost":623,"Date":"6/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":476,"Date":"6/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":10,"Cost":9,"Date":"6/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":621,"Cost":376,"Date":"6/24/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":29,"Cost":26,"Date":"7/4/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":687,"Cost":394,"Date":"7/9/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":380,"Date":"7/12/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":580,"Date":"8/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":726,"Cost":428,"Date":"8/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":385,"Cost":350,"Date":"8/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":102,"Date":"9/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":221,"Cost":144,"Date":"9/3/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":919,"Cost":715,"Date":"9/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":420,"Cost":216,"Date":"10/4/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":310,"Cost":194,"Date":"11/1/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":470,"Cost":389,"Date":"11/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":280,"Date":"12/17/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":582,"Cost":326,"Date":"2/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":145,"Cost":80,"Date":"2/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":759,"Cost":422,"Date":"3/4/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":429,"Date":"3/9/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":184,"Cost":157,"Date":"3/9/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":732,"Cost":444,"Date":"3/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":415,"Cost":276,"Date":"3/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":233,"Cost":221,"Date":"3/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":696,"Cost":493,"Date":"3/23/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":372,"Cost":187,"Date":"4/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":729,"Cost":453,"Date":"5/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":132,"Cost":120,"Date":"5/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":209,"Cost":146,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":583,"Cost":406,"Date":"6/2/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":186,"Date":"6/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":831,"Cost":520,"Date":"6/16/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":474,"Cost":406,"Date":"6/16/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":545,"Cost":419,"Date":"7/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":875,"Cost":446,"Date":"7/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":746,"Cost":647,"Date":"8/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":705,"Cost":611,"Date":"8/29/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":903,"Cost":770,"Date":"8/31/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":707,"Cost":431,"Date":"9/8/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":264,"Cost":176,"Date":"9/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":65,"Cost":50,"Date":"9/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":53,"Cost":34,"Date":"9/19/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":349,"Date":"9/25/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":993,"Cost":927,"Date":"10/4/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":514,"Cost":400,"Date":"10/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":260,"Cost":206,"Date":"10/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":443,"Cost":397,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":26,"Cost":15,"Date":"10/30/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":7,"Date":"11/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":477,"Cost":331,"Date":"11/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":145,"Cost":83,"Date":"11/25/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":726,"Cost":404,"Date":"1/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":119,"Cost":68,"Date":"1/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":528,"Cost":415,"Date":"1/20/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":391,"Cost":317,"Date":"2/8/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":380,"Cost":334,"Date":"2/25/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":766,"Cost":482,"Date":"3/7/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":125,"Cost":101,"Date":"3/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":506,"Cost":284,"Date":"3/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":258,"Cost":196,"Date":"4/5/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":131,"Cost":68,"Date":"4/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":468,"Cost":421,"Date":"5/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":792,"Date":"5/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":217,"Cost":196,"Date":"5/15/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":796,"Cost":447,"Date":"5/25/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":460,"Date":"5/26/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":860,"Cost":543,"Date":"5/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":676,"Cost":359,"Date":"7/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":637,"Cost":542,"Date":"9/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":930,"Cost":571,"Date":"10/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":404,"Cost":299,"Date":"10/8/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":579,"Cost":360,"Date":"10/26/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":557,"Date":"11/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":958,"Cost":515,"Date":"11/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":361,"Cost":282,"Date":"12/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":269,"Cost":219,"Date":"2/9/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":499,"Cost":290,"Date":"2/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":251,"Cost":167,"Date":"3/10/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":845,"Cost":760,"Date":"3/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":668,"Cost":545,"Date":"3/18/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":39,"Cost":20,"Date":"3/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":505,"Cost":266,"Date":"3/26/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":243,"Cost":180,"Date":"6/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":402,"Cost":263,"Date":"6/10/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":887,"Cost":734,"Date":"6/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":290,"Cost":236,"Date":"6/25/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":42,"Cost":34,"Date":"7/19/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":692,"Cost":410,"Date":"7/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":685,"Cost":343,"Date":"7/25/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":350,"Cost":217,"Date":"8/4/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":170,"Cost":129,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":456,"Cost":281,"Date":"9/4/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":930,"Cost":860,"Date":"9/19/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":762,"Cost":667,"Date":"9/29/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":891,"Cost":559,"Date":"10/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":609,"Cost":397,"Date":"10/15/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":856,"Cost":684,"Date":"10/30/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":824,"Cost":582,"Date":"11/9/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":504,"Cost":298,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":53,"Cost":42,"Date":"11/30/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":288,"Cost":166,"Date":"12/8/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":84,"Cost":51,"Date":"12/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":412,"Cost":218,"Date":"1/15/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":620,"Cost":571,"Date":"1/24/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":618,"Cost":416,"Date":"2/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":728,"Cost":445,"Date":"2/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":85,"Cost":61,"Date":"3/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":983,"Cost":693,"Date":"3/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":898,"Cost":561,"Date":"4/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":990,"Cost":504,"Date":"5/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":845,"Cost":553,"Date":"5/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":391,"Cost":254,"Date":"6/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":498,"Cost":251,"Date":"6/26/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":33,"Cost":20,"Date":"7/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":23,"Cost":14,"Date":"7/13/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":992,"Cost":760,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":934,"Cost":625,"Date":"8/26/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":195,"Cost":152,"Date":"9/2/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":117,"Cost":112,"Date":"9/29/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":968,"Cost":695,"Date":"10/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":919,"Cost":724,"Date":"11/2/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":468,"Cost":431,"Date":"11/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":271,"Cost":179,"Date":"11/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":236,"Cost":161,"Date":"12/1/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":899,"Cost":722,"Date":"12/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":310,"Cost":278,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":263,"Cost":185,"Date":"12/18/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":888,"Cost":466,"Date":"12/20/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":164,"Cost":89,"Date":"12/20/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":219,"Cost":168,"Date":"12/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":248,"Cost":144,"Date":"1/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":684,"Cost":477,"Date":"2/5/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":377,"Cost":313,"Date":"2/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":409,"Cost":207,"Date":"2/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":611,"Cost":456,"Date":"2/18/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":884,"Cost":712,"Date":"2/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":310,"Cost":208,"Date":"2/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":619,"Cost":422,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":380,"Cost":320,"Date":"4/2/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":84,"Cost":74,"Date":"4/3/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":974,"Cost":782,"Date":"4/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":880,"Cost":785,"Date":"4/10/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":749,"Cost":475,"Date":"4/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":393,"Cost":223,"Date":"5/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":83,"Cost":61,"Date":"5/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":550,"Cost":495,"Date":"6/20/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":990,"Cost":762,"Date":"7/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":559,"Cost":331,"Date":"7/4/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":203,"Cost":108,"Date":"7/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":741,"Cost":392,"Date":"7/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":2,"Cost":2,"Date":"7/14/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":221,"Cost":151,"Date":"7/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":836,"Cost":673,"Date":"8/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":562,"Cost":379,"Date":"8/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":187,"Cost":143,"Date":"8/7/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":557,"Cost":305,"Date":"8/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":514,"Cost":421,"Date":"8/31/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":645,"Cost":485,"Date":"9/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":532,"Cost":389,"Date":"9/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":459,"Cost":402,"Date":"9/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":559,"Cost":355,"Date":"9/29/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":253,"Cost":190,"Date":"11/7/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":195,"Cost":149,"Date":"11/26/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":703,"Cost":474,"Date":"11/27/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":461,"Cost":351,"Date":"12/5/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":980,"Cost":871,"Date":"12/26/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":452,"Cost":352,"Date":"12/31/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":745,"Cost":398,"Date":"1/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":440,"Cost":389,"Date":"2/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":730,"Cost":396,"Date":"2/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":490,"Cost":423,"Date":"2/27/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":152,"Cost":99,"Date":"3/1/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":780,"Cost":579,"Date":"3/1/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":531,"Cost":419,"Date":"3/19/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":853,"Cost":625,"Date":"3/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":503,"Cost":388,"Date":"5/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":180,"Cost":95,"Date":"7/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":883,"Cost":747,"Date":"8/5/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":691,"Cost":619,"Date":"8/12/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":591,"Cost":452,"Date":"8/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":405,"Cost":204,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":514,"Cost":332,"Date":"9/3/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":610,"Cost":572,"Date":"9/5/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":987,"Cost":547,"Date":"10/6/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":254,"Cost":208,"Date":"10/19/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":95,"Cost":68,"Date":"11/15/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":183,"Cost":130,"Date":"12/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":467,"Cost":329,"Date":"1/8/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":975,"Cost":590,"Date":"1/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":364,"Cost":251,"Date":"1/19/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":74,"Cost":65,"Date":"1/28/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":807,"Cost":595,"Date":"1/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":803,"Cost":407,"Date":"3/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":26,"Cost":21,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":162,"Cost":119,"Date":"4/24/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":716,"Cost":461,"Date":"4/28/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":467,"Cost":423,"Date":"5/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":86,"Cost":47,"Date":"5/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":268,"Cost":163,"Date":"5/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":148,"Cost":116,"Date":"6/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":947,"Cost":545,"Date":"6/3/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":626,"Cost":458,"Date":"6/5/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":228,"Cost":117,"Date":"6/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":864,"Cost":525,"Date":"6/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":386,"Cost":291,"Date":"6/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":823,"Cost":667,"Date":"6/24/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":909,"Cost":671,"Date":"7/4/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":818,"Cost":691,"Date":"7/9/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":594,"Cost":418,"Date":"7/12/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":216,"Cost":187,"Date":"8/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":102,"Cost":70,"Date":"8/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":220,"Cost":126,"Date":"8/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":774,"Cost":396,"Date":"9/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":631,"Cost":582,"Date":"9/3/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":488,"Cost":341,"Date":"9/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":704,"Cost":411,"Date":"10/4/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":913,"Cost":485,"Date":"11/1/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":57,"Cost":53,"Date":"11/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":336,"Cost":249,"Date":"12/17/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":706,"Cost":569,"Date":"2/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":888,"Cost":528,"Date":"2/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":144,"Cost":95,"Date":"3/4/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":708,"Cost":509,"Date":"3/9/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":577,"Cost":485,"Date":"3/9/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":711,"Cost":446,"Date":"3/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":403,"Cost":228,"Date":"3/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":743,"Cost":694,"Date":"3/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":207,"Cost":132,"Date":"3/23/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":65,"Cost":41,"Date":"4/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":421,"Cost":347,"Date":"5/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":114,"Cost":71,"Date":"5/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":214,"Cost":114,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":869,"Cost":539,"Date":"6/2/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":826,"Cost":559,"Date":"6/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":885,"Cost":793,"Date":"6/16/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":741,"Cost":547,"Date":"6/16/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":73,"Cost":51,"Date":"7/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":496,"Cost":425,"Date":"7/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":713,"Cost":580,"Date":"8/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":89,"Cost":80,"Date":"8/29/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":707,"Cost":495,"Date":"8/31/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":757,"Cost":618,"Date":"9/8/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":859,"Cost":678,"Date":"9/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":937,"Cost":860,"Date":"9/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":988,"Cost":621,"Date":"9/19/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":375,"Cost":355,"Date":"9/25/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":413,"Cost":214,"Date":"10/4/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":991,"Cost":694,"Date":"10/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":408,"Cost":382,"Date":"10/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":667,"Cost":342,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":388,"Cost":240,"Date":"10/30/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":852,"Cost":762,"Date":"11/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":783,"Cost":693,"Date":"11/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":409,"Cost":274,"Date":"11/25/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":571,"Cost":321,"Date":"1/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":163,"Cost":131,"Date":"1/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":890,"Cost":468,"Date":"1/20/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":358,"Cost":214,"Date":"2/8/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":791,"Cost":530,"Date":"2/25/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":934,"Cost":726,"Date":"3/7/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":530,"Cost":359,"Date":"3/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":120,"Cost":71,"Date":"3/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":367,"Cost":203,"Date":"4/5/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":515,"Cost":277,"Date":"4/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":241,"Cost":182,"Date":"5/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":60,"Cost":56,"Date":"5/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":76,"Cost":63,"Date":"5/15/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":503,"Cost":372,"Date":"5/25/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":254,"Cost":149,"Date":"5/26/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":549,"Cost":494,"Date":"5/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":238,"Cost":189,"Date":"7/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":448,"Cost":357,"Date":"9/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":732,"Cost":502,"Date":"10/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":38,"Cost":33,"Date":"10/8/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":418,"Cost":286,"Date":"10/26/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":889,"Cost":650,"Date":"11/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":541,"Cost":497,"Date":"11/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"Nova","Country":"Australia","Sale":366,"Cost":301,"Date":"12/1/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":72,"Date":"2/9/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":542,"Cost":400,"Date":"2/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":339,"Cost":205,"Date":"3/10/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":372,"Cost":199,"Date":"3/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":673,"Cost":608,"Date":"3/18/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":574,"Cost":412,"Date":"3/20/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":743,"Cost":377,"Date":"3/26/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":436,"Cost":288,"Date":"6/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":590,"Cost":524,"Date":"6/10/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":139,"Cost":106,"Date":"6/16/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":691,"Date":"6/25/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":649,"Cost":516,"Date":"7/19/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":386,"Date":"7/21/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":27,"Date":"7/25/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":71,"Cost":39,"Date":"8/4/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":641,"Cost":425,"Date":"9/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":366,"Cost":347,"Date":"9/4/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":433,"Cost":260,"Date":"9/19/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":676,"Cost":415,"Date":"9/29/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":352,"Cost":232,"Date":"10/2/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":533,"Date":"10/15/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":976,"Cost":543,"Date":"10/30/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":454,"Cost":363,"Date":"11/9/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":856,"Cost":806,"Date":"11/23/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":626,"Date":"11/30/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":77,"Date":"12/8/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":573,"Cost":459,"Date":"12/11/2018"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":662,"Date":"1/15/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":654,"Cost":615,"Date":"1/24/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":159,"Date":"2/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":167,"Date":"2/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":578,"Cost":516,"Date":"3/9/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":589,"Cost":518,"Date":"3/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":299,"Cost":174,"Date":"4/19/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":587,"Date":"5/3/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":549,"Cost":477,"Date":"5/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":504,"Cost":376,"Date":"6/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":481,"Cost":337,"Date":"6/26/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":270,"Date":"7/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":71,"Date":"7/13/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":125,"Date":"8/8/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":599,"Cost":346,"Date":"8/26/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":235,"Cost":161,"Date":"9/2/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":325,"Date":"9/29/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":621,"Cost":502,"Date":"10/12/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":120,"Cost":113,"Date":"11/2/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":581,"Cost":382,"Date":"11/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":249,"Cost":233,"Date":"11/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":454,"Date":"12/1/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":611,"Cost":456,"Date":"12/4/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":550,"Date":"12/7/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":153,"Cost":112,"Date":"12/18/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":855,"Cost":724,"Date":"12/20/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":659,"Date":"12/20/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":994,"Cost":500,"Date":"12/21/2019"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":373,"Cost":196,"Date":"1/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":601,"Date":"2/5/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":498,"Cost":292,"Date":"2/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":609,"Date":"2/16/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":390,"Cost":277,"Date":"2/18/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":561,"Cost":501,"Date":"2/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":869,"Cost":576,"Date":"2/25/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":708,"Date":"3/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":616,"Date":"4/2/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":434,"Date":"4/3/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":127,"Cost":77,"Date":"4/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":722,"Cost":413,"Date":"4/10/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":429,"Cost":399,"Date":"4/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":204,"Cost":162,"Date":"5/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":180,"Date":"5/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":561,"Date":"6/20/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":984,"Cost":509,"Date":"7/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":359,"Cost":241,"Date":"7/4/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":482,"Date":"7/8/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":34,"Cost":20,"Date":"7/9/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":402,"Cost":369,"Date":"7/14/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":167,"Date":"7/19/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":132,"Cost":116,"Date":"8/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":381,"Cost":300,"Date":"8/6/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":398,"Date":"8/7/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":501,"Date":"8/22/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":281,"Cost":174,"Date":"8/31/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":869,"Cost":624,"Date":"9/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":883,"Cost":798,"Date":"9/1/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":542,"Cost":296,"Date":"9/17/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":186,"Cost":136,"Date":"9/29/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":800,"Cost":443,"Date":"11/7/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":888,"Cost":604,"Date":"11/26/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":640,"Cost":448,"Date":"11/27/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":808,"Date":"12/5/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":77,"Cost":71,"Date":"12/26/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":802,"Cost":687,"Date":"12/31/2020"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":125,"Date":"1/20/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":419,"Cost":371,"Date":"2/2/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":640,"Cost":411,"Date":"2/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":196,"Cost":119,"Date":"2/27/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":384,"Date":"3/1/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":45,"Cost":25,"Date":"3/1/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":56,"Cost":34,"Date":"3/19/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":124,"Cost":89,"Date":"3/28/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":425,"Cost":348,"Date":"5/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":416,"Date":"7/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":234,"Cost":190,"Date":"8/5/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":234,"Cost":199,"Date":"8/12/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":527,"Date":"8/21/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":384,"Date":"8/23/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":159,"Cost":138,"Date":"9/3/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":953,"Cost":647,"Date":"9/5/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":704,"Cost":669,"Date":"10/6/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":486,"Date":"10/19/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":267,"Cost":186,"Date":"11/15/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":700,"Date":"12/8/2021"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":574,"Cost":507,"Date":"1/8/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":254,"Cost":130,"Date":"1/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":845,"Cost":767,"Date":"1/19/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":885,"Cost":524,"Date":"1/28/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":565,"Cost":480,"Date":"1/31/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":946,"Cost":762,"Date":"3/27/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":782,"Date":"4/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":476,"Date":"4/24/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":75,"Cost":60,"Date":"4/28/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":425,"Cost":395,"Date":"5/15/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":537,"Date":"5/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":221,"Cost":125,"Date":"5/18/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":230,"Date":"6/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":205,"Cost":194,"Date":"6/3/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":132,"Date":"6/5/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":894,"Cost":814,"Date":"6/7/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":379,"Cost":192,"Date":"6/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":940,"Cost":628,"Date":"6/20/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":576,"Cost":491,"Date":"6/24/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":721,"Cost":524,"Date":"7/4/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":316,"Cost":254,"Date":"7/9/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":488,"Cost":379,"Date":"7/12/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":69,"Cost":55,"Date":"8/14/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":580,"Cost":430,"Date":"8/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":672,"Date":"8/23/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":14,"Cost":11,"Date":"9/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":786,"Cost":493,"Date":"9/3/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":938,"Cost":564,"Date":"9/16/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":680,"Cost":443,"Date":"10/4/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":957,"Cost":904,"Date":"11/1/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":90,"Date":"11/2/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":159,"Date":"12/17/2022"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":438,"Cost":225,"Date":"2/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":4,"Date":"2/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":500,"Cost":330,"Date":"3/4/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":1000,"Cost":541,"Date":"3/9/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":344,"Date":"3/9/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":457,"Date":"3/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":143,"Cost":120,"Date":"3/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":396,"Cost":228,"Date":"3/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":616,"Cost":322,"Date":"3/23/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":296,"Cost":268,"Date":"4/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":262,"Cost":237,"Date":"5/7/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":558,"Cost":400,"Date":"5/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":857,"Cost":785,"Date":"5/20/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":974,"Cost":488,"Date":"6/2/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":577,"Cost":316,"Date":"6/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":357,"Date":"6/16/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":4,"Date":"6/16/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":208,"Cost":137,"Date":"7/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":994,"Cost":781,"Date":"7/11/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":437,"Cost":309,"Date":"8/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":972,"Cost":516,"Date":"8/29/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":578,"Date":"8/31/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":566,"Cost":352,"Date":"9/8/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":514,"Date":"9/13/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":614,"Cost":371,"Date":"9/14/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":472,"Cost":264,"Date":"9/19/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":235,"Date":"9/25/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":451,"Cost":423,"Date":"10/4/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":220,"Date":"10/10/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":389,"Cost":277,"Date":"10/17/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":548,"Date":"10/28/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":834,"Cost":785,"Date":"10/30/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":545,"Cost":374,"Date":"11/1/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":609,"Cost":437,"Date":"11/15/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":221,"Date":"11/25/2023"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":63,"Cost":48,"Date":"1/10/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":86,"Date":"1/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":176,"Cost":91,"Date":"1/20/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":281,"Cost":230,"Date":"2/8/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":751,"Date":"2/25/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":720,"Date":"3/7/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":737,"Cost":646,"Date":"3/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":18,"Cost":15,"Date":"3/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":703,"Date":"4/5/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":182,"Cost":113,"Date":"4/14/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":362,"Cost":333,"Date":"5/3/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":665,"Cost":541,"Date":"5/9/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":502,"Date":"5/15/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":293,"Cost":171,"Date":"5/25/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":990,"Cost":887,"Date":"5/26/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":383,"Date":"5/31/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":540,"Date":"7/27/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":639,"Cost":397,"Date":"9/17/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":389,"Cost":299,"Date":"10/6/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":322,"Cost":211,"Date":"10/8/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":38,"Cost":24,"Date":"10/26/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":955,"Cost":720,"Date":"11/16/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":237,"Cost":141,"Date":"11/18/2024"},{"Store":"Westfield Kotara, Newcastle","Brand":"HM Home","Country":"Australia","Sale":307,"Cost":267,"Date":"12/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":893,"Cost":638,"Date":"2/9/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":924,"Cost":696,"Date":"2/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":691,"Cost":383,"Date":"3/10/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":939,"Cost":843,"Date":"3/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":457,"Cost":310,"Date":"3/18/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":367,"Cost":241,"Date":"3/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":95,"Cost":73,"Date":"3/26/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":225,"Cost":181,"Date":"6/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":699,"Cost":492,"Date":"6/10/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":586,"Cost":298,"Date":"6/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":497,"Cost":338,"Date":"6/25/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":198,"Cost":186,"Date":"7/19/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":598,"Cost":334,"Date":"7/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":886,"Cost":725,"Date":"7/25/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":324,"Cost":305,"Date":"8/4/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":304,"Cost":189,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":643,"Cost":372,"Date":"9/4/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":976,"Cost":508,"Date":"9/19/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":659,"Cost":560,"Date":"9/29/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":374,"Cost":313,"Date":"10/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":341,"Cost":283,"Date":"10/15/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":714,"Cost":679,"Date":"10/30/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":753,"Cost":715,"Date":"11/9/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":687,"Cost":583,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":390,"Cost":215,"Date":"11/30/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":890,"Cost":627,"Date":"12/8/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":690,"Cost":485,"Date":"12/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":618,"Cost":477,"Date":"1/15/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":768,"Cost":664,"Date":"1/24/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":943,"Cost":795,"Date":"2/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":786,"Cost":420,"Date":"2/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":544,"Cost":451,"Date":"3/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":649,"Cost":615,"Date":"3/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":113,"Cost":77,"Date":"4/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":690,"Cost":510,"Date":"5/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":148,"Cost":118,"Date":"5/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":213,"Cost":158,"Date":"6/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":709,"Cost":603,"Date":"6/26/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":812,"Cost":696,"Date":"7/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":765,"Cost":517,"Date":"7/13/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":689,"Cost":559,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":227,"Cost":125,"Date":"8/26/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":683,"Cost":413,"Date":"9/2/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":118,"Cost":106,"Date":"9/29/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":508,"Cost":274,"Date":"10/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":693,"Cost":410,"Date":"11/2/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":271,"Cost":219,"Date":"11/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":25,"Cost":12,"Date":"11/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":625,"Cost":335,"Date":"12/1/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":388,"Cost":261,"Date":"12/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":410,"Cost":341,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":402,"Cost":340,"Date":"12/18/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":730,"Cost":654,"Date":"12/20/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":238,"Cost":128,"Date":"12/20/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":929,"Cost":755,"Date":"12/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":478,"Cost":440,"Date":"1/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":793,"Cost":448,"Date":"2/5/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":46,"Cost":26,"Date":"2/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":420,"Cost":258,"Date":"2/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":886,"Cost":466,"Date":"2/18/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":429,"Cost":294,"Date":"2/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":141,"Cost":84,"Date":"2/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":526,"Cost":316,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":882,"Cost":765,"Date":"4/2/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":841,"Cost":622,"Date":"4/3/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":381,"Cost":259,"Date":"4/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":732,"Cost":409,"Date":"4/10/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":880,"Cost":809,"Date":"4/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":898,"Cost":799,"Date":"5/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":19,"Cost":14,"Date":"5/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":789,"Cost":528,"Date":"6/20/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":158,"Cost":134,"Date":"7/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":193,"Cost":136,"Date":"7/4/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":715,"Cost":422,"Date":"7/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":696,"Cost":539,"Date":"7/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":458,"Cost":388,"Date":"7/14/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":595,"Cost":542,"Date":"7/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":558,"Cost":424,"Date":"8/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":476,"Cost":343,"Date":"8/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":139,"Cost":124,"Date":"8/7/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":653,"Cost":419,"Date":"8/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":927,"Cost":618,"Date":"8/31/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":146,"Cost":78,"Date":"9/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":204,"Cost":193,"Date":"9/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":93,"Cost":82,"Date":"9/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":352,"Cost":265,"Date":"9/29/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":133,"Cost":98,"Date":"11/7/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":934,"Cost":741,"Date":"11/26/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":333,"Cost":251,"Date":"11/27/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":571,"Cost":455,"Date":"12/5/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":17,"Cost":14,"Date":"12/26/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":578,"Cost":377,"Date":"12/31/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":110,"Cost":83,"Date":"1/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":159,"Cost":101,"Date":"2/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":847,"Cost":796,"Date":"2/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":929,"Cost":782,"Date":"2/27/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":567,"Cost":511,"Date":"3/1/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":238,"Cost":127,"Date":"3/1/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":838,"Cost":590,"Date":"3/19/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":475,"Cost":364,"Date":"3/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":354,"Cost":186,"Date":"5/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":278,"Cost":209,"Date":"7/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":637,"Cost":394,"Date":"8/5/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":243,"Cost":223,"Date":"8/12/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":677,"Cost":460,"Date":"8/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":772,"Cost":460,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":573,"Cost":506,"Date":"9/3/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":156,"Cost":146,"Date":"9/5/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":783,"Cost":577,"Date":"10/6/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":928,"Cost":706,"Date":"10/19/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":720,"Cost":534,"Date":"11/15/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":34,"Cost":27,"Date":"12/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":117,"Cost":85,"Date":"1/8/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":849,"Cost":462,"Date":"1/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":854,"Cost":480,"Date":"1/19/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":180,"Cost":90,"Date":"1/28/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":142,"Cost":108,"Date":"1/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":19,"Cost":15,"Date":"3/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":378,"Cost":258,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":800,"Cost":642,"Date":"4/24/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":15,"Cost":13,"Date":"4/28/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":635,"Cost":388,"Date":"5/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":108,"Cost":56,"Date":"5/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":947,"Cost":475,"Date":"5/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":991,"Cost":728,"Date":"6/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":61,"Cost":49,"Date":"6/3/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":746,"Cost":627,"Date":"6/5/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":305,"Cost":249,"Date":"6/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":382,"Cost":223,"Date":"6/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":871,"Cost":722,"Date":"6/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":872,"Cost":736,"Date":"6/24/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":155,"Cost":135,"Date":"7/4/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":356,"Cost":301,"Date":"7/9/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":464,"Cost":240,"Date":"7/12/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":314,"Cost":280,"Date":"8/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":490,"Cost":262,"Date":"8/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":1,"Cost":0,"Date":"8/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":420,"Cost":240,"Date":"9/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":769,"Cost":519,"Date":"9/3/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":759,"Cost":478,"Date":"9/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":990,"Cost":671,"Date":"10/4/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":356,"Cost":301,"Date":"11/1/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":700,"Cost":430,"Date":"11/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":887,"Cost":708,"Date":"12/17/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":788,"Cost":469,"Date":"2/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":364,"Cost":268,"Date":"2/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":61,"Cost":43,"Date":"3/4/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":604,"Cost":333,"Date":"3/9/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":450,"Cost":420,"Date":"3/9/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":2,"Cost":1,"Date":"3/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":709,"Cost":454,"Date":"3/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":347,"Cost":227,"Date":"3/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":916,"Cost":611,"Date":"3/23/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":971,"Cost":570,"Date":"4/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":858,"Cost":676,"Date":"5/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":62,"Cost":48,"Date":"5/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":531,"Cost":458,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":289,"Cost":217,"Date":"6/2/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":452,"Cost":411,"Date":"6/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":403,"Cost":372,"Date":"6/16/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":935,"Cost":813,"Date":"6/16/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":990,"Cost":889,"Date":"7/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":831,"Cost":485,"Date":"7/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":896,"Cost":686,"Date":"8/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":994,"Cost":533,"Date":"8/29/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":406,"Cost":287,"Date":"8/31/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":52,"Cost":28,"Date":"9/8/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":666,"Cost":386,"Date":"9/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":975,"Cost":544,"Date":"9/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":101,"Cost":62,"Date":"9/19/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":147,"Cost":139,"Date":"9/25/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":687,"Cost":583,"Date":"10/4/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":295,"Cost":156,"Date":"10/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":98,"Cost":77,"Date":"10/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":822,"Cost":539,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":191,"Cost":112,"Date":"10/30/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":153,"Cost":134,"Date":"11/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":953,"Cost":553,"Date":"11/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":740,"Cost":477,"Date":"11/25/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":268,"Cost":143,"Date":"1/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":869,"Cost":575,"Date":"1/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":410,"Cost":367,"Date":"1/20/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":961,"Cost":701,"Date":"2/8/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":998,"Cost":609,"Date":"2/25/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":617,"Cost":528,"Date":"3/7/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":415,"Cost":240,"Date":"3/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":375,"Cost":333,"Date":"3/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":691,"Cost":511,"Date":"4/5/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":881,"Cost":809,"Date":"4/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":238,"Cost":210,"Date":"5/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":685,"Cost":379,"Date":"5/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":770,"Cost":415,"Date":"5/15/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":635,"Cost":397,"Date":"5/25/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":577,"Cost":433,"Date":"5/26/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":148,"Cost":99,"Date":"5/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":822,"Cost":522,"Date":"7/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":152,"Cost":133,"Date":"9/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":875,"Cost":738,"Date":"10/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":501,"Cost":458,"Date":"10/8/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":404,"Cost":316,"Date":"10/26/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":288,"Cost":199,"Date":"11/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":363,"Cost":309,"Date":"11/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"COS","Country":"Australia","Sale":722,"Cost":570,"Date":"12/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":847,"Cost":713,"Date":"2/9/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":379,"Cost":276,"Date":"2/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":949,"Cost":808,"Date":"3/10/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":161,"Cost":148,"Date":"3/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":425,"Cost":387,"Date":"3/18/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":652,"Cost":367,"Date":"3/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":409,"Cost":235,"Date":"3/26/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":185,"Cost":101,"Date":"6/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":367,"Cost":196,"Date":"6/10/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":43,"Cost":39,"Date":"6/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":242,"Cost":161,"Date":"6/25/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":936,"Cost":472,"Date":"7/19/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":451,"Cost":348,"Date":"7/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":190,"Cost":126,"Date":"7/25/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":629,"Cost":449,"Date":"8/4/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":30,"Cost":25,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":4,"Cost":4,"Date":"9/4/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":828,"Cost":424,"Date":"9/19/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":967,"Cost":721,"Date":"9/29/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":615,"Cost":377,"Date":"10/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":818,"Cost":633,"Date":"10/15/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":9,"Cost":6,"Date":"10/30/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":89,"Cost":55,"Date":"11/9/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":122,"Cost":103,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":589,"Cost":365,"Date":"11/30/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":249,"Cost":148,"Date":"12/8/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":630,"Cost":469,"Date":"12/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":171,"Cost":133,"Date":"1/15/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":165,"Cost":95,"Date":"1/24/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":392,"Cost":348,"Date":"2/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":134,"Cost":118,"Date":"2/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":387,"Cost":268,"Date":"3/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":818,"Cost":426,"Date":"3/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":878,"Cost":457,"Date":"4/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":672,"Cost":365,"Date":"5/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":704,"Cost":529,"Date":"5/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":511,"Cost":470,"Date":"6/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":531,"Cost":412,"Date":"6/26/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":890,"Cost":500,"Date":"7/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":103,"Cost":90,"Date":"7/13/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":975,"Cost":555,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":311,"Cost":165,"Date":"8/26/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":805,"Cost":418,"Date":"9/2/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":246,"Cost":164,"Date":"9/29/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":657,"Cost":343,"Date":"10/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":463,"Cost":288,"Date":"11/2/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":797,"Cost":594,"Date":"11/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":46,"Cost":39,"Date":"11/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":544,"Cost":320,"Date":"12/1/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":680,"Cost":411,"Date":"12/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":423,"Cost":272,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":189,"Cost":134,"Date":"12/18/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":609,"Cost":364,"Date":"12/20/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":230,"Cost":177,"Date":"12/20/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":609,"Cost":463,"Date":"12/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":812,"Cost":411,"Date":"1/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":799,"Cost":534,"Date":"2/5/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":132,"Cost":90,"Date":"2/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":990,"Cost":892,"Date":"2/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":334,"Cost":274,"Date":"2/18/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":656,"Cost":386,"Date":"2/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":755,"Cost":706,"Date":"2/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":650,"Cost":380,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":824,"Cost":735,"Date":"4/2/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":485,"Cost":344,"Date":"4/3/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":44,"Cost":30,"Date":"4/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":294,"Cost":205,"Date":"4/10/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":297,"Cost":189,"Date":"4/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":653,"Cost":535,"Date":"5/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":400,"Cost":231,"Date":"5/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":722,"Cost":630,"Date":"6/20/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":535,"Cost":271,"Date":"7/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":608,"Cost":401,"Date":"7/4/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":263,"Cost":222,"Date":"7/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":115,"Cost":85,"Date":"7/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":436,"Cost":270,"Date":"7/14/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":613,"Cost":422,"Date":"7/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":694,"Cost":405,"Date":"8/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":23,"Cost":17,"Date":"8/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":668,"Cost":558,"Date":"8/7/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":817,"Cost":720,"Date":"8/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":820,"Cost":686,"Date":"8/31/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":996,"Cost":723,"Date":"9/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":228,"Cost":121,"Date":"9/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":959,"Cost":802,"Date":"9/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":464,"Cost":413,"Date":"9/29/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":511,"Cost":432,"Date":"11/7/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":934,"Cost":600,"Date":"11/26/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":142,"Cost":98,"Date":"11/27/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":278,"Cost":186,"Date":"12/5/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":614,"Cost":423,"Date":"12/26/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":846,"Cost":499,"Date":"12/31/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":762,"Cost":598,"Date":"1/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":858,"Cost":433,"Date":"2/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":731,"Cost":574,"Date":"2/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":796,"Cost":642,"Date":"2/27/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":553,"Cost":319,"Date":"3/1/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":854,"Cost":549,"Date":"3/1/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":23,"Cost":12,"Date":"3/19/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":625,"Cost":385,"Date":"3/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":409,"Cost":354,"Date":"5/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":148,"Cost":107,"Date":"7/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":636,"Cost":449,"Date":"8/5/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":461,"Cost":271,"Date":"8/12/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":167,"Cost":156,"Date":"8/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":520,"Cost":429,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":894,"Cost":495,"Date":"9/3/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":998,"Cost":786,"Date":"9/5/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":280,"Cost":170,"Date":"10/6/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":133,"Cost":112,"Date":"10/19/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":679,"Cost":566,"Date":"11/15/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":677,"Cost":569,"Date":"12/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":761,"Cost":696,"Date":"1/8/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":455,"Cost":298,"Date":"1/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":710,"Cost":519,"Date":"1/19/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":128,"Cost":95,"Date":"1/28/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":525,"Cost":315,"Date":"1/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":784,"Cost":504,"Date":"3/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":724,"Cost":515,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":993,"Cost":502,"Date":"4/24/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":582,"Cost":462,"Date":"4/28/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":123,"Cost":81,"Date":"5/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":482,"Cost":401,"Date":"5/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":406,"Cost":205,"Date":"5/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":969,"Cost":677,"Date":"6/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":580,"Cost":411,"Date":"6/3/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":392,"Cost":276,"Date":"6/5/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":255,"Cost":230,"Date":"6/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":441,"Cost":300,"Date":"6/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":451,"Cost":368,"Date":"6/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":937,"Cost":506,"Date":"6/24/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":349,"Cost":263,"Date":"7/4/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":967,"Cost":725,"Date":"7/9/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":877,"Cost":515,"Date":"7/12/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":51,"Cost":34,"Date":"8/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":228,"Cost":161,"Date":"8/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":494,"Cost":278,"Date":"8/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":694,"Cost":462,"Date":"9/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":806,"Cost":597,"Date":"9/3/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":170,"Cost":135,"Date":"9/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":123,"Cost":63,"Date":"10/4/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":53,"Cost":42,"Date":"11/1/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":54,"Cost":40,"Date":"11/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":157,"Cost":83,"Date":"12/17/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":531,"Cost":483,"Date":"2/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":350,"Cost":304,"Date":"2/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":517,"Cost":388,"Date":"3/4/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":625,"Cost":463,"Date":"3/9/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":109,"Cost":67,"Date":"3/9/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":407,"Cost":212,"Date":"3/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":167,"Cost":143,"Date":"3/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":387,"Cost":247,"Date":"3/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":20,"Cost":18,"Date":"3/23/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":213,"Cost":150,"Date":"4/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":396,"Cost":218,"Date":"5/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":113,"Cost":70,"Date":"5/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":263,"Cost":241,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":724,"Cost":525,"Date":"6/2/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":904,"Cost":725,"Date":"6/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":563,"Cost":502,"Date":"6/16/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":902,"Cost":555,"Date":"6/16/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":131,"Cost":91,"Date":"7/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":212,"Cost":130,"Date":"7/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":129,"Cost":107,"Date":"8/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":819,"Cost":507,"Date":"8/29/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":532,"Cost":421,"Date":"8/31/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":571,"Cost":475,"Date":"9/8/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":181,"Cost":153,"Date":"9/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":852,"Cost":445,"Date":"9/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":751,"Cost":597,"Date":"9/19/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":382,"Cost":244,"Date":"9/25/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":461,"Cost":360,"Date":"10/4/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":46,"Cost":32,"Date":"10/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":317,"Cost":169,"Date":"10/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":367,"Cost":348,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":323,"Cost":307,"Date":"10/30/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":138,"Cost":118,"Date":"11/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":805,"Cost":493,"Date":"11/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":127,"Cost":94,"Date":"11/25/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":290,"Cost":185,"Date":"1/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":254,"Cost":237,"Date":"1/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":128,"Cost":90,"Date":"1/20/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":670,"Cost":505,"Date":"2/8/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":180,"Cost":148,"Date":"2/25/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":179,"Cost":125,"Date":"3/7/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":923,"Cost":836,"Date":"3/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":23,"Cost":13,"Date":"3/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":191,"Cost":156,"Date":"4/5/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":193,"Cost":118,"Date":"4/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":275,"Cost":250,"Date":"5/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":807,"Cost":580,"Date":"5/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":500,"Cost":260,"Date":"5/15/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":128,"Cost":108,"Date":"5/25/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":667,"Cost":625,"Date":"5/26/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":511,"Cost":273,"Date":"5/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":532,"Cost":295,"Date":"7/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":158,"Cost":122,"Date":"9/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":198,"Cost":121,"Date":"10/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":101,"Cost":89,"Date":"10/8/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":203,"Cost":175,"Date":"10/26/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":956,"Cost":503,"Date":"11/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":702,"Cost":613,"Date":"11/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"HM","Country":"Australia","Sale":720,"Cost":643,"Date":"12/1/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":143,"Cost":93,"Date":"2/9/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":744,"Cost":523,"Date":"2/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":463,"Cost":344,"Date":"3/10/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":138,"Cost":107,"Date":"3/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":363,"Cost":254,"Date":"3/18/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":658,"Date":"3/20/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":254,"Cost":196,"Date":"3/26/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":688,"Cost":607,"Date":"6/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":706,"Cost":373,"Date":"6/10/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":58,"Cost":30,"Date":"6/16/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":238,"Date":"6/25/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":503,"Cost":313,"Date":"7/19/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":686,"Cost":434,"Date":"7/21/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":840,"Date":"7/25/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":908,"Cost":643,"Date":"8/4/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":590,"Cost":359,"Date":"9/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":127,"Cost":117,"Date":"9/4/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":120,"Cost":106,"Date":"9/19/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":207,"Cost":144,"Date":"9/29/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":428,"Cost":401,"Date":"10/2/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":706,"Cost":499,"Date":"10/15/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":674,"Cost":535,"Date":"10/30/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":956,"Cost":845,"Date":"11/9/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":971,"Cost":782,"Date":"11/23/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":222,"Cost":174,"Date":"11/30/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":328,"Cost":197,"Date":"12/8/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":951,"Cost":630,"Date":"12/11/2018"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":35,"Cost":21,"Date":"1/15/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":550,"Cost":408,"Date":"1/24/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":122,"Cost":86,"Date":"2/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":758,"Cost":546,"Date":"2/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":703,"Cost":661,"Date":"3/9/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":584,"Cost":532,"Date":"3/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":424,"Cost":274,"Date":"4/19/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":920,"Cost":815,"Date":"5/3/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":652,"Date":"5/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":575,"Cost":339,"Date":"6/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":449,"Cost":422,"Date":"6/26/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":178,"Cost":150,"Date":"7/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":615,"Cost":423,"Date":"7/13/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":531,"Cost":467,"Date":"8/8/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":301,"Cost":165,"Date":"8/26/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":357,"Cost":214,"Date":"9/2/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":506,"Cost":305,"Date":"9/29/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":111,"Cost":98,"Date":"10/12/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":305,"Cost":237,"Date":"11/2/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":492,"Cost":260,"Date":"11/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":354,"Cost":236,"Date":"11/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":15,"Date":"12/1/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":40,"Cost":37,"Date":"12/4/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":125,"Cost":101,"Date":"12/7/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":652,"Cost":517,"Date":"12/18/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":429,"Cost":305,"Date":"12/20/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":774,"Cost":520,"Date":"12/20/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":930,"Cost":851,"Date":"12/21/2019"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":838,"Cost":480,"Date":"1/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":292,"Cost":203,"Date":"2/5/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":620,"Cost":392,"Date":"2/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":393,"Cost":243,"Date":"2/16/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":96,"Cost":53,"Date":"2/18/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":699,"Cost":484,"Date":"2/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":540,"Cost":387,"Date":"2/25/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":179,"Cost":148,"Date":"3/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":880,"Cost":829,"Date":"4/2/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":662,"Cost":620,"Date":"4/3/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":369,"Cost":250,"Date":"4/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":500,"Cost":365,"Date":"4/10/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":102,"Cost":58,"Date":"4/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":528,"Cost":271,"Date":"5/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":862,"Cost":717,"Date":"5/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":45,"Cost":40,"Date":"6/20/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":461,"Cost":413,"Date":"7/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":197,"Cost":136,"Date":"7/4/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":382,"Cost":305,"Date":"7/8/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":775,"Cost":642,"Date":"7/9/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":571,"Cost":331,"Date":"7/14/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":502,"Date":"7/19/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":903,"Cost":767,"Date":"8/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":963,"Cost":558,"Date":"8/6/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":37,"Cost":24,"Date":"8/7/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":845,"Cost":467,"Date":"8/22/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":626,"Cost":363,"Date":"8/31/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":248,"Cost":169,"Date":"9/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":463,"Date":"9/1/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":473,"Cost":280,"Date":"9/17/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":187,"Cost":175,"Date":"9/29/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":674,"Cost":632,"Date":"11/7/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":13,"Cost":7,"Date":"11/26/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":827,"Cost":778,"Date":"11/27/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":196,"Cost":119,"Date":"12/5/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":153,"Cost":83,"Date":"12/26/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":797,"Cost":639,"Date":"12/31/2020"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":888,"Cost":629,"Date":"1/20/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":17,"Cost":14,"Date":"2/2/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":88,"Cost":71,"Date":"2/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":119,"Cost":85,"Date":"2/27/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":507,"Cost":408,"Date":"3/1/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":938,"Cost":832,"Date":"3/1/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":450,"Cost":252,"Date":"3/19/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":566,"Cost":451,"Date":"3/28/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":459,"Cost":375,"Date":"5/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":677,"Cost":611,"Date":"7/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":997,"Cost":848,"Date":"8/5/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":689,"Cost":441,"Date":"8/12/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":303,"Cost":273,"Date":"8/21/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":272,"Cost":162,"Date":"8/23/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":718,"Cost":461,"Date":"9/3/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":809,"Cost":475,"Date":"9/5/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":547,"Cost":301,"Date":"10/6/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":180,"Cost":125,"Date":"10/19/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":79,"Cost":50,"Date":"11/15/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":555,"Cost":462,"Date":"12/8/2021"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":942,"Cost":634,"Date":"1/8/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":9,"Cost":9,"Date":"1/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":945,"Cost":612,"Date":"1/19/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":584,"Cost":420,"Date":"1/28/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":221,"Cost":163,"Date":"1/31/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":1000,"Cost":927,"Date":"3/27/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":817,"Cost":436,"Date":"4/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":182,"Date":"4/24/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":30,"Cost":27,"Date":"4/28/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":682,"Cost":366,"Date":"5/15/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":474,"Cost":402,"Date":"5/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":597,"Date":"5/18/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":293,"Cost":226,"Date":"6/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":101,"Cost":58,"Date":"6/3/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":294,"Cost":164,"Date":"6/5/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":643,"Cost":406,"Date":"6/7/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":205,"Cost":134,"Date":"6/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":27,"Cost":25,"Date":"6/20/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":867,"Cost":647,"Date":"6/24/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":188,"Cost":102,"Date":"7/4/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":352,"Cost":183,"Date":"7/9/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":313,"Cost":289,"Date":"7/12/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":432,"Cost":382,"Date":"8/14/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":673,"Cost":549,"Date":"8/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":451,"Cost":374,"Date":"8/23/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":858,"Cost":693,"Date":"9/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":90,"Cost":55,"Date":"9/3/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":692,"Cost":651,"Date":"9/16/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":932,"Cost":587,"Date":"10/4/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":240,"Cost":197,"Date":"11/1/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":664,"Cost":376,"Date":"11/2/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":739,"Cost":391,"Date":"12/17/2022"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":441,"Cost":242,"Date":"2/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":979,"Cost":884,"Date":"2/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":415,"Cost":228,"Date":"3/4/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":692,"Cost":616,"Date":"3/9/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":170,"Cost":158,"Date":"3/9/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":524,"Cost":464,"Date":"3/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":580,"Cost":298,"Date":"3/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":227,"Date":"3/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":613,"Cost":535,"Date":"3/23/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":545,"Cost":423,"Date":"4/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":470,"Date":"5/7/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":385,"Cost":313,"Date":"5/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":250,"Cost":149,"Date":"5/20/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":273,"Cost":225,"Date":"6/2/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":286,"Cost":225,"Date":"6/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":445,"Cost":299,"Date":"6/16/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":892,"Cost":747,"Date":"6/16/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":572,"Cost":455,"Date":"7/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":334,"Cost":185,"Date":"7/11/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":10,"Cost":6,"Date":"8/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":719,"Cost":509,"Date":"8/29/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":58,"Cost":38,"Date":"8/31/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":762,"Cost":390,"Date":"9/8/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":194,"Cost":180,"Date":"9/13/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":972,"Cost":703,"Date":"9/14/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":376,"Cost":230,"Date":"9/19/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":21,"Cost":16,"Date":"9/25/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":297,"Cost":180,"Date":"10/4/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":400,"Cost":280,"Date":"10/10/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":210,"Cost":127,"Date":"10/17/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":815,"Cost":729,"Date":"10/28/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":712,"Cost":528,"Date":"10/30/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":433,"Cost":323,"Date":"11/1/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":288,"Cost":258,"Date":"11/15/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":389,"Cost":300,"Date":"11/25/2023"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":371,"Cost":224,"Date":"1/10/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":717,"Cost":505,"Date":"1/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":416,"Cost":284,"Date":"1/20/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":121,"Cost":115,"Date":"2/8/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":737,"Cost":492,"Date":"2/25/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":362,"Cost":266,"Date":"3/7/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":498,"Cost":287,"Date":"3/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":823,"Cost":434,"Date":"3/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":402,"Cost":260,"Date":"4/5/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":116,"Cost":59,"Date":"4/14/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":857,"Cost":605,"Date":"5/3/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":524,"Cost":367,"Date":"5/9/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":886,"Cost":798,"Date":"5/15/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":612,"Cost":452,"Date":"5/25/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":521,"Cost":279,"Date":"5/26/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":165,"Cost":116,"Date":"5/31/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":100,"Cost":52,"Date":"7/27/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":902,"Cost":709,"Date":"9/17/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":855,"Cost":657,"Date":"10/6/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":928,"Cost":801,"Date":"10/8/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":40,"Cost":30,"Date":"10/26/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":799,"Cost":613,"Date":"11/16/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":458,"Cost":415,"Date":"11/18/2024"},{"Store":"Charlestown Square, Newcastle","Brand":"Sellpy","Country":"Australia","Sale":779,"Cost":434,"Date":"12/1/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":851,"Cost":669,"Date":"2/9/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":848,"Cost":445,"Date":"2/11/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":857,"Cost":607,"Date":"3/10/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":427,"Cost":355,"Date":"3/16/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":457,"Cost":368,"Date":"3/18/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":176,"Cost":122,"Date":"3/20/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":515,"Cost":272,"Date":"3/26/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":310,"Cost":249,"Date":"6/2/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":397,"Cost":337,"Date":"6/10/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":855,"Cost":799,"Date":"6/16/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":722,"Cost":654,"Date":"6/25/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":844,"Cost":692,"Date":"7/19/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":727,"Cost":640,"Date":"7/21/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":889,"Cost":556,"Date":"7/25/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":592,"Date":"8/4/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":895,"Cost":630,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":790,"Cost":634,"Date":"9/4/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":625,"Cost":562,"Date":"9/19/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":937,"Cost":613,"Date":"9/29/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":801,"Cost":709,"Date":"10/2/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":674,"Cost":437,"Date":"10/15/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":917,"Cost":643,"Date":"10/30/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":271,"Cost":163,"Date":"11/9/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":546,"Cost":433,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":524,"Cost":347,"Date":"11/30/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":906,"Cost":531,"Date":"12/8/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":167,"Cost":99,"Date":"12/11/2018"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":508,"Cost":382,"Date":"1/15/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":813,"Cost":707,"Date":"1/24/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":391,"Cost":256,"Date":"2/3/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":161,"Cost":98,"Date":"2/4/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":128,"Cost":114,"Date":"3/9/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":214,"Cost":185,"Date":"3/12/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":942,"Cost":568,"Date":"4/19/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":51,"Cost":34,"Date":"5/3/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":384,"Date":"5/4/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":15,"Cost":8,"Date":"6/8/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":713,"Date":"6/26/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":254,"Cost":191,"Date":"7/4/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":148,"Cost":135,"Date":"7/13/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":422,"Cost":214,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":255,"Date":"8/26/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":907,"Cost":734,"Date":"9/2/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":383,"Cost":329,"Date":"9/29/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":736,"Cost":373,"Date":"10/12/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":254,"Cost":167,"Date":"11/2/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":270,"Cost":138,"Date":"11/4/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":753,"Cost":580,"Date":"11/7/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":696,"Cost":562,"Date":"12/1/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":794,"Cost":585,"Date":"12/4/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":901,"Cost":515,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":724,"Date":"12/18/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":740,"Cost":659,"Date":"12/20/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":891,"Cost":817,"Date":"12/20/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":211,"Cost":138,"Date":"12/21/2019"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":914,"Cost":512,"Date":"1/9/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":397,"Cost":215,"Date":"2/5/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":997,"Cost":865,"Date":"2/16/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":508,"Cost":360,"Date":"2/16/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":191,"Cost":158,"Date":"2/18/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":858,"Cost":763,"Date":"2/22/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":891,"Cost":759,"Date":"2/25/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":340,"Cost":172,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":899,"Cost":817,"Date":"4/2/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":935,"Cost":853,"Date":"4/3/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":361,"Cost":264,"Date":"4/9/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":616,"Cost":457,"Date":"4/10/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":546,"Cost":412,"Date":"4/19/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":169,"Cost":119,"Date":"5/17/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":243,"Cost":197,"Date":"5/22/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":717,"Cost":390,"Date":"6/20/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":7,"Cost":5,"Date":"7/1/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":776,"Cost":524,"Date":"7/4/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":177,"Cost":164,"Date":"7/8/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":568,"Date":"7/9/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":125,"Cost":119,"Date":"7/14/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":719,"Cost":503,"Date":"7/19/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":909,"Cost":791,"Date":"8/1/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":392,"Cost":277,"Date":"8/6/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":647,"Cost":413,"Date":"8/7/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":327,"Cost":201,"Date":"8/22/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":32,"Cost":27,"Date":"8/31/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":359,"Cost":247,"Date":"9/1/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":566,"Cost":488,"Date":"9/1/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":272,"Cost":144,"Date":"9/17/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":199,"Cost":148,"Date":"9/29/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":910,"Cost":469,"Date":"11/7/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":718,"Cost":652,"Date":"11/26/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":850,"Cost":462,"Date":"11/27/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":464,"Cost":384,"Date":"12/5/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":227,"Cost":158,"Date":"12/26/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":482,"Cost":403,"Date":"12/31/2020"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":261,"Date":"1/20/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":760,"Cost":528,"Date":"2/2/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":242,"Cost":225,"Date":"2/8/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":957,"Cost":627,"Date":"2/27/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":923,"Cost":730,"Date":"3/1/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":932,"Cost":768,"Date":"3/1/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":971,"Cost":888,"Date":"3/19/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":183,"Cost":102,"Date":"3/28/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":400,"Cost":363,"Date":"5/21/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":794,"Cost":627,"Date":"7/21/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":45,"Date":"8/5/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":16,"Cost":10,"Date":"8/12/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":924,"Cost":615,"Date":"8/21/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":488,"Cost":281,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":145,"Cost":97,"Date":"9/3/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":931,"Cost":695,"Date":"9/5/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":219,"Cost":185,"Date":"10/6/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":684,"Cost":562,"Date":"10/19/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":453,"Cost":421,"Date":"11/15/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":424,"Cost":262,"Date":"12/8/2021"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":372,"Cost":204,"Date":"1/8/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":482,"Cost":286,"Date":"1/14/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":592,"Cost":471,"Date":"1/19/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":315,"Cost":237,"Date":"1/28/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":280,"Cost":174,"Date":"1/31/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":640,"Cost":561,"Date":"3/27/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":745,"Cost":575,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":342,"Cost":215,"Date":"4/24/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":129,"Cost":82,"Date":"4/28/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":302,"Cost":204,"Date":"5/15/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":429,"Cost":305,"Date":"5/16/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":809,"Cost":504,"Date":"5/18/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":431,"Cost":281,"Date":"6/2/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":815,"Cost":726,"Date":"6/3/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":3,"Cost":1,"Date":"6/5/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":230,"Cost":123,"Date":"6/7/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":157,"Cost":130,"Date":"6/14/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":873,"Cost":588,"Date":"6/20/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":780,"Cost":408,"Date":"6/24/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":936,"Cost":582,"Date":"7/4/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":759,"Cost":478,"Date":"7/9/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":540,"Cost":385,"Date":"7/12/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":303,"Cost":213,"Date":"8/14/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":273,"Cost":169,"Date":"8/16/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":643,"Cost":574,"Date":"8/23/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":868,"Cost":539,"Date":"9/2/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":502,"Cost":321,"Date":"9/3/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":789,"Cost":686,"Date":"9/16/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":97,"Cost":84,"Date":"10/4/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":743,"Cost":609,"Date":"11/1/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":593,"Cost":525,"Date":"11/2/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":31,"Cost":25,"Date":"12/17/2022"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":948,"Cost":615,"Date":"2/10/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":358,"Cost":245,"Date":"2/28/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":763,"Cost":479,"Date":"3/4/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":765,"Cost":453,"Date":"3/9/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":17,"Cost":15,"Date":"3/9/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":179,"Cost":96,"Date":"3/11/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":802,"Cost":503,"Date":"3/17/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":851,"Cost":549,"Date":"3/17/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":875,"Cost":821,"Date":"3/23/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":219,"Cost":123,"Date":"4/1/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":478,"Cost":450,"Date":"5/7/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":548,"Cost":463,"Date":"5/10/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":879,"Cost":500,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":705,"Cost":456,"Date":"6/2/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":20,"Cost":18,"Date":"6/11/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":904,"Cost":729,"Date":"6/16/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":139,"Cost":125,"Date":"6/16/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":385,"Cost":229,"Date":"7/10/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":295,"Cost":183,"Date":"7/11/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":618,"Cost":473,"Date":"8/28/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":627,"Cost":548,"Date":"8/29/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":619,"Cost":502,"Date":"8/31/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":238,"Cost":167,"Date":"9/8/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":838,"Cost":715,"Date":"9/13/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":162,"Cost":152,"Date":"9/14/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":992,"Cost":631,"Date":"9/19/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":244,"Cost":166,"Date":"9/25/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":956,"Cost":621,"Date":"10/4/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":774,"Cost":544,"Date":"10/10/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":981,"Cost":811,"Date":"10/17/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":810,"Cost":627,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":772,"Cost":531,"Date":"10/30/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":323,"Cost":195,"Date":"11/1/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":492,"Cost":415,"Date":"11/15/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":510,"Cost":411,"Date":"11/25/2023"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":664,"Cost":496,"Date":"1/10/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":264,"Cost":167,"Date":"1/14/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":399,"Cost":216,"Date":"1/20/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":745,"Cost":401,"Date":"2/8/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":728,"Cost":557,"Date":"2/25/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":277,"Cost":170,"Date":"3/7/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":358,"Cost":244,"Date":"3/14/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":994,"Cost":544,"Date":"3/27/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":226,"Cost":139,"Date":"4/5/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":945,"Cost":674,"Date":"4/14/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":485,"Cost":430,"Date":"5/3/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":498,"Cost":316,"Date":"5/9/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":912,"Cost":469,"Date":"5/15/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":672,"Cost":414,"Date":"5/25/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":191,"Cost":145,"Date":"5/26/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":132,"Cost":119,"Date":"5/31/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":777,"Cost":556,"Date":"7/27/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":886,"Cost":477,"Date":"9/17/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":718,"Cost":588,"Date":"10/6/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":559,"Cost":474,"Date":"10/8/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":135,"Cost":79,"Date":"10/26/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":227,"Cost":174,"Date":"11/16/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":900,"Cost":791,"Date":"11/18/2024"},{"Store":"Cairns Central","Brand":"ARKET","Country":"Australia","Sale":84,"Cost":62,"Date":"12/1/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":861,"Cost":473,"Date":"2/9/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":921,"Cost":578,"Date":"2/11/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":446,"Cost":422,"Date":"3/10/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":164,"Cost":83,"Date":"3/16/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":787,"Cost":421,"Date":"3/18/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":597,"Cost":558,"Date":"3/20/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":993,"Cost":924,"Date":"3/26/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":470,"Cost":361,"Date":"6/2/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":549,"Cost":320,"Date":"6/10/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":576,"Cost":503,"Date":"6/16/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":291,"Cost":238,"Date":"6/25/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":101,"Cost":62,"Date":"7/19/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":617,"Cost":374,"Date":"7/21/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":528,"Cost":354,"Date":"7/25/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":58,"Cost":35,"Date":"8/4/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":134,"Cost":123,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":996,"Cost":656,"Date":"9/4/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":318,"Cost":209,"Date":"9/19/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":429,"Cost":406,"Date":"9/29/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":25,"Cost":19,"Date":"10/2/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":260,"Cost":212,"Date":"10/15/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":461,"Cost":395,"Date":"10/30/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":469,"Cost":415,"Date":"11/9/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":574,"Cost":518,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":128,"Cost":88,"Date":"11/30/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":674,"Cost":517,"Date":"12/8/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":988,"Cost":569,"Date":"12/11/2018"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":861,"Cost":487,"Date":"1/15/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":875,"Cost":666,"Date":"1/24/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":289,"Cost":247,"Date":"2/3/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":535,"Cost":297,"Date":"2/4/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":815,"Cost":513,"Date":"3/9/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":601,"Cost":439,"Date":"3/12/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":850,"Cost":669,"Date":"4/19/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":760,"Cost":474,"Date":"5/3/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":704,"Cost":527,"Date":"5/4/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":220,"Cost":142,"Date":"6/8/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":478,"Cost":288,"Date":"6/26/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":625,"Cost":327,"Date":"7/4/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":542,"Cost":508,"Date":"7/13/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":965,"Cost":610,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":894,"Cost":448,"Date":"8/26/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":979,"Cost":634,"Date":"9/2/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":623,"Cost":347,"Date":"9/29/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":572,"Cost":512,"Date":"10/12/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":204,"Cost":134,"Date":"11/2/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":481,"Cost":417,"Date":"11/4/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":737,"Cost":684,"Date":"11/7/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":520,"Cost":493,"Date":"12/1/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":458,"Cost":237,"Date":"12/4/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":409,"Cost":259,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":587,"Cost":537,"Date":"12/18/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":972,"Cost":768,"Date":"12/20/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":699,"Cost":630,"Date":"12/20/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":88,"Cost":47,"Date":"12/21/2019"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":887,"Cost":764,"Date":"1/9/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":382,"Cost":244,"Date":"2/5/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":346,"Cost":274,"Date":"2/16/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":333,"Cost":248,"Date":"2/16/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":415,"Cost":389,"Date":"2/18/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":112,"Cost":68,"Date":"2/22/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":886,"Cost":784,"Date":"2/25/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":60,"Cost":46,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":881,"Cost":783,"Date":"4/2/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":908,"Cost":644,"Date":"4/3/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":950,"Cost":667,"Date":"4/9/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":112,"Cost":95,"Date":"4/10/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":483,"Cost":382,"Date":"4/19/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":364,"Cost":197,"Date":"5/17/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":441,"Cost":371,"Date":"5/22/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":29,"Cost":25,"Date":"6/20/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":754,"Cost":706,"Date":"7/1/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":687,"Cost":367,"Date":"7/4/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":176,"Cost":166,"Date":"7/8/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":911,"Cost":686,"Date":"7/9/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":734,"Cost":489,"Date":"7/14/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":93,"Cost":76,"Date":"7/19/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":208,"Cost":187,"Date":"8/1/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":509,"Cost":441,"Date":"8/6/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":398,"Cost":290,"Date":"8/7/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":76,"Cost":61,"Date":"8/22/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":724,"Cost":680,"Date":"8/31/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":138,"Cost":112,"Date":"9/1/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":416,"Cost":385,"Date":"9/1/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":979,"Cost":601,"Date":"9/17/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":141,"Cost":127,"Date":"9/29/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":87,"Cost":66,"Date":"11/7/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":492,"Cost":415,"Date":"11/26/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":229,"Cost":152,"Date":"11/27/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":716,"Cost":608,"Date":"12/5/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":857,"Cost":569,"Date":"12/26/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":167,"Cost":126,"Date":"12/31/2020"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":108,"Cost":64,"Date":"1/20/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":750,"Cost":436,"Date":"2/2/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":329,"Cost":292,"Date":"2/8/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":480,"Cost":333,"Date":"2/27/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":901,"Cost":490,"Date":"3/1/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":841,"Cost":459,"Date":"3/1/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":84,"Cost":44,"Date":"3/19/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":268,"Cost":214,"Date":"3/28/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":915,"Cost":702,"Date":"5/21/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":303,"Cost":213,"Date":"7/21/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":496,"Cost":385,"Date":"8/5/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":434,"Cost":382,"Date":"8/12/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":777,"Cost":570,"Date":"8/21/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":669,"Cost":396,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":89,"Cost":60,"Date":"9/3/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":942,"Cost":785,"Date":"9/5/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":314,"Cost":167,"Date":"10/6/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":675,"Cost":539,"Date":"10/19/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":359,"Cost":212,"Date":"11/15/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":176,"Cost":158,"Date":"12/8/2021"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":138,"Cost":122,"Date":"1/8/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":536,"Cost":321,"Date":"1/14/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":828,"Cost":599,"Date":"1/19/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":263,"Cost":148,"Date":"1/28/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":25,"Cost":13,"Date":"1/31/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":882,"Cost":533,"Date":"3/27/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":339,"Cost":185,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":668,"Cost":522,"Date":"4/24/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":750,"Cost":486,"Date":"4/28/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":303,"Cost":199,"Date":"5/15/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":97,"Cost":84,"Date":"5/16/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":285,"Cost":262,"Date":"5/18/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":156,"Cost":147,"Date":"6/2/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":582,"Cost":347,"Date":"6/3/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":677,"Cost":457,"Date":"6/5/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":840,"Cost":736,"Date":"6/7/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":60,"Cost":40,"Date":"6/14/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":435,"Cost":275,"Date":"6/20/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":220,"Cost":166,"Date":"6/24/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":204,"Cost":156,"Date":"7/4/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":678,"Cost":474,"Date":"7/9/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":684,"Cost":411,"Date":"7/12/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":103,"Cost":74,"Date":"8/14/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":703,"Cost":412,"Date":"8/16/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":653,"Cost":448,"Date":"8/23/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":180,"Cost":123,"Date":"9/2/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":662,"Cost":464,"Date":"9/3/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":465,"Cost":318,"Date":"9/16/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":73,"Cost":53,"Date":"10/4/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":558,"Cost":297,"Date":"11/1/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":809,"Cost":679,"Date":"11/2/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":710,"Cost":417,"Date":"12/17/2022"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":283,"Cost":161,"Date":"2/10/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":595,"Cost":320,"Date":"2/28/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":625,"Cost":393,"Date":"3/4/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":675,"Cost":446,"Date":"3/9/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":903,"Cost":644,"Date":"3/9/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":528,"Cost":290,"Date":"3/11/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":367,"Cost":220,"Date":"3/17/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":7,"Cost":4,"Date":"3/17/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":700,"Cost":507,"Date":"3/23/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":261,"Cost":165,"Date":"4/1/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":567,"Cost":291,"Date":"5/7/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":887,"Cost":815,"Date":"5/10/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":580,"Cost":308,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":523,"Cost":362,"Date":"6/2/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":132,"Cost":82,"Date":"6/11/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":734,"Cost":437,"Date":"6/16/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":340,"Cost":171,"Date":"6/16/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":656,"Cost":406,"Date":"7/10/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":202,"Cost":111,"Date":"7/11/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":650,"Cost":532,"Date":"8/28/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":207,"Cost":164,"Date":"8/29/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":522,"Cost":337,"Date":"8/31/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":107,"Cost":91,"Date":"9/8/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":595,"Cost":529,"Date":"9/13/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":337,"Cost":239,"Date":"9/14/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":845,"Cost":578,"Date":"9/19/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":227,"Cost":214,"Date":"9/25/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":638,"Cost":505,"Date":"10/4/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":862,"Cost":768,"Date":"10/10/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":169,"Cost":131,"Date":"10/17/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":656,"Cost":587,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":994,"Cost":882,"Date":"10/30/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":934,"Cost":678,"Date":"11/1/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":184,"Cost":146,"Date":"11/15/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":262,"Cost":146,"Date":"11/25/2023"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":881,"Cost":537,"Date":"1/10/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":142,"Cost":90,"Date":"1/14/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":511,"Cost":317,"Date":"1/20/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":327,"Cost":253,"Date":"2/8/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":35,"Cost":31,"Date":"2/25/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":560,"Cost":467,"Date":"3/7/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":531,"Cost":483,"Date":"3/14/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":351,"Cost":303,"Date":"3/27/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":617,"Cost":578,"Date":"4/5/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":969,"Cost":548,"Date":"4/14/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":319,"Cost":243,"Date":"5/3/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":934,"Cost":674,"Date":"5/9/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":350,"Cost":231,"Date":"5/15/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":378,"Cost":346,"Date":"5/25/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":323,"Cost":190,"Date":"5/26/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":189,"Cost":111,"Date":"5/31/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":680,"Cost":460,"Date":"7/27/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":687,"Cost":628,"Date":"9/17/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":205,"Cost":186,"Date":"10/6/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":524,"Cost":276,"Date":"10/8/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":245,"Cost":186,"Date":"10/26/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":264,"Cost":180,"Date":"11/16/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":740,"Cost":680,"Date":"11/18/2024"},{"Store":"Cairns Central","Brand":"Nova","Country":"Australia","Sale":636,"Cost":567,"Date":"12/1/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":783,"Cost":453,"Date":"2/9/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":757,"Cost":709,"Date":"2/11/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":681,"Cost":637,"Date":"3/10/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":378,"Cost":300,"Date":"3/16/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":209,"Cost":130,"Date":"3/18/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":39,"Cost":25,"Date":"3/20/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":617,"Cost":551,"Date":"3/26/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":533,"Cost":285,"Date":"6/2/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":625,"Cost":373,"Date":"6/10/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":273,"Cost":155,"Date":"6/16/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":253,"Cost":169,"Date":"6/25/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":20,"Cost":12,"Date":"7/19/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":506,"Cost":475,"Date":"7/21/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":503,"Cost":404,"Date":"7/25/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":646,"Cost":371,"Date":"8/4/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":379,"Cost":339,"Date":"9/2/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":700,"Cost":367,"Date":"9/4/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":603,"Cost":377,"Date":"9/19/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":975,"Cost":792,"Date":"9/29/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":238,"Cost":182,"Date":"10/2/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":283,"Cost":177,"Date":"10/15/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":436,"Cost":398,"Date":"10/30/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":199,"Cost":149,"Date":"11/9/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":926,"Cost":718,"Date":"11/23/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":88,"Cost":47,"Date":"11/30/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":933,"Cost":511,"Date":"12/8/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":415,"Cost":342,"Date":"12/11/2018"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":147,"Cost":139,"Date":"1/15/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":852,"Cost":687,"Date":"1/24/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":862,"Cost":666,"Date":"2/3/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":822,"Cost":652,"Date":"2/4/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":728,"Cost":441,"Date":"3/9/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":589,"Cost":301,"Date":"3/12/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":36,"Cost":31,"Date":"4/19/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":262,"Cost":169,"Date":"5/3/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":943,"Cost":750,"Date":"5/4/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":10,"Cost":9,"Date":"6/8/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":534,"Cost":307,"Date":"6/26/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":769,"Cost":713,"Date":"7/4/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":682,"Cost":444,"Date":"7/13/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":440,"Cost":414,"Date":"8/8/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":929,"Cost":519,"Date":"8/26/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":940,"Cost":482,"Date":"9/2/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":196,"Cost":150,"Date":"9/29/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":615,"Cost":395,"Date":"10/12/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":449,"Cost":308,"Date":"11/2/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":320,"Cost":210,"Date":"11/4/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":444,"Cost":306,"Date":"11/7/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":633,"Cost":354,"Date":"12/1/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":485,"Cost":442,"Date":"12/4/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":727,"Cost":450,"Date":"12/7/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":174,"Cost":119,"Date":"12/18/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":965,"Cost":841,"Date":"12/20/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":405,"Cost":254,"Date":"12/20/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":181,"Cost":144,"Date":"12/21/2019"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":574,"Cost":544,"Date":"1/9/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":515,"Cost":262,"Date":"2/5/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":154,"Cost":140,"Date":"2/16/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":940,"Cost":478,"Date":"2/16/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":743,"Cost":604,"Date":"2/18/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":61,"Cost":53,"Date":"2/22/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":570,"Cost":287,"Date":"2/25/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":821,"Cost":617,"Date":"3/8/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":467,"Cost":291,"Date":"4/2/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":958,"Cost":726,"Date":"4/3/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":952,"Cost":483,"Date":"4/9/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":984,"Cost":654,"Date":"4/10/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":813,"Cost":673,"Date":"4/19/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":412,"Cost":210,"Date":"5/17/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":825,"Cost":697,"Date":"5/22/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":988,"Cost":651,"Date":"6/20/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":77,"Cost":67,"Date":"7/1/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":544,"Cost":509,"Date":"7/4/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":907,"Cost":774,"Date":"7/8/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":327,"Cost":172,"Date":"7/9/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":22,"Cost":17,"Date":"7/14/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":238,"Cost":131,"Date":"7/19/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":908,"Cost":820,"Date":"8/1/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":644,"Cost":422,"Date":"8/6/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":11,"Cost":7,"Date":"8/7/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":102,"Cost":84,"Date":"8/22/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":860,"Cost":475,"Date":"8/31/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":415,"Cost":228,"Date":"9/1/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":317,"Cost":290,"Date":"9/1/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":888,"Cost":811,"Date":"9/17/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":572,"Cost":426,"Date":"9/29/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":644,"Cost":357,"Date":"11/7/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":149,"Cost":84,"Date":"11/26/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":912,"Cost":630,"Date":"11/27/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":295,"Cost":280,"Date":"12/5/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":726,"Cost":388,"Date":"12/26/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":789,"Cost":660,"Date":"12/31/2020"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":632,"Cost":600,"Date":"1/20/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":153,"Cost":98,"Date":"2/2/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":877,"Cost":721,"Date":"2/8/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":432,"Cost":374,"Date":"2/27/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":328,"Cost":235,"Date":"3/1/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":45,"Cost":25,"Date":"3/1/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":57,"Cost":49,"Date":"3/19/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":105,"Cost":81,"Date":"3/28/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":806,"Cost":591,"Date":"5/21/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":85,"Cost":45,"Date":"7/21/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":504,"Cost":462,"Date":"8/5/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":642,"Cost":443,"Date":"8/12/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":310,"Cost":283,"Date":"8/21/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":1,"Cost":1,"Date":"8/23/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":329,"Cost":309,"Date":"9/3/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":700,"Cost":406,"Date":"9/5/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":155,"Cost":104,"Date":"10/6/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":440,"Cost":307,"Date":"10/19/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":615,"Cost":520,"Date":"11/15/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":9,"Cost":4,"Date":"12/8/2021"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":164,"Cost":100,"Date":"1/8/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":621,"Cost":318,"Date":"1/14/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":354,"Cost":286,"Date":"1/19/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":348,"Cost":201,"Date":"1/28/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":840,"Cost":651,"Date":"1/31/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":528,"Cost":419,"Date":"3/27/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":489,"Cost":386,"Date":"4/20/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":548,"Cost":490,"Date":"4/24/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":741,"Cost":534,"Date":"4/28/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":548,"Cost":492,"Date":"5/15/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":263,"Cost":135,"Date":"5/16/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":859,"Cost":457,"Date":"5/18/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":264,"Cost":170,"Date":"6/2/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":868,"Cost":566,"Date":"6/3/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":371,"Cost":318,"Date":"6/5/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":103,"Cost":79,"Date":"6/7/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":127,"Cost":75,"Date":"6/14/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":183,"Cost":117,"Date":"6/20/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":75,"Cost":39,"Date":"6/24/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":137,"Cost":71,"Date":"7/4/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":504,"Cost":420,"Date":"7/9/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":71,"Cost":38,"Date":"7/12/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":214,"Cost":193,"Date":"8/14/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":602,"Cost":311,"Date":"8/16/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":476,"Cost":431,"Date":"8/23/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":573,"Cost":458,"Date":"9/2/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":209,"Cost":191,"Date":"9/3/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":255,"Cost":225,"Date":"9/16/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":671,"Cost":463,"Date":"10/4/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":909,"Cost":768,"Date":"11/1/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":311,"Cost":249,"Date":"11/2/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":149,"Cost":108,"Date":"12/17/2022"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":31,"Cost":28,"Date":"2/10/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":541,"Cost":295,"Date":"2/28/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":923,"Cost":486,"Date":"3/4/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":802,"Cost":728,"Date":"3/9/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":557,"Cost":491,"Date":"3/9/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":132,"Cost":101,"Date":"3/11/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":984,"Cost":811,"Date":"3/17/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":185,"Cost":128,"Date":"3/17/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":840,"Cost":716,"Date":"3/23/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":869,"Cost":481,"Date":"4/1/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":464,"Cost":370,"Date":"5/7/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":195,"Cost":112,"Date":"5/10/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":507,"Cost":477,"Date":"5/20/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":820,"Cost":425,"Date":"6/2/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":244,"Cost":228,"Date":"6/11/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":660,"Cost":541,"Date":"6/16/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":1000,"Cost":607,"Date":"6/16/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":411,"Cost":370,"Date":"7/10/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":906,"Cost":490,"Date":"7/11/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":338,"Cost":291,"Date":"8/28/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":918,"Cost":772,"Date":"8/29/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":957,"Cost":906,"Date":"8/31/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":525,"Cost":356,"Date":"9/8/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":89,"Cost":65,"Date":"9/13/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":250,"Cost":177,"Date":"9/14/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":388,"Cost":287,"Date":"9/19/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":389,"Cost":307,"Date":"9/25/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":939,"Cost":693,"Date":"10/4/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":138,"Cost":110,"Date":"10/10/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":991,"Cost":502,"Date":"10/17/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":923,"Cost":614,"Date":"10/28/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":89,"Cost":54,"Date":"10/30/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":18,"Cost":14,"Date":"11/1/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":689,"Cost":545,"Date":"11/15/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":697,"Cost":533,"Date":"11/25/2023"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":219,"Cost":160,"Date":"1/10/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":396,"Cost":364,"Date":"1/14/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":744,"Cost":546,"Date":"1/20/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":223,"Cost":152,"Date":"2/8/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":266,"Cost":181,"Date":"2/25/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":403,"Cost":215,"Date":"3/7/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":861,"Cost":770,"Date":"3/14/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":510,"Cost":296,"Date":"3/27/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":786,"Cost":507,"Date":"4/5/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":916,"Cost":529,"Date":"4/14/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":950,"Cost":677,"Date":"5/3/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":661,"Cost":604,"Date":"5/9/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":552,"Cost":436,"Date":"5/15/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":829,"Cost":418,"Date":"5/25/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":134,"Cost":111,"Date":"5/26/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":637,"Cost":458,"Date":"5/31/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":195,"Cost":153,"Date":"7/27/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":244,"Cost":206,"Date":"9/17/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":714,"Cost":674,"Date":"10/6/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":912,"Cost":476,"Date":"10/8/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":433,"Cost":249,"Date":"10/26/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":363,"Cost":321,"Date":"11/16/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":461,"Cost":392,"Date":"11/18/2024"},{"Store":"Cairns Central","Brand":"COS","Country":"Australia","Sale":256,"Cost":176,"Date":"12/1/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":569,"Date":"2/9/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":669,"Cost":541,"Date":"2/11/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":22,"Cost":14,"Date":"3/10/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":135,"Cost":126,"Date":"3/16/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":655,"Date":"3/18/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":776,"Date":"3/20/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":526,"Cost":409,"Date":"3/26/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":207,"Cost":179,"Date":"6/2/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":242,"Cost":175,"Date":"6/10/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":144,"Cost":77,"Date":"6/16/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":17,"Date":"6/25/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":423,"Cost":212,"Date":"7/19/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":174,"Date":"7/21/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":281,"Cost":263,"Date":"7/25/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":966,"Cost":522,"Date":"8/4/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":413,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":462,"Cost":382,"Date":"9/4/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":480,"Cost":329,"Date":"9/19/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":693,"Cost":589,"Date":"9/29/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":90,"Cost":76,"Date":"10/2/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":181,"Cost":167,"Date":"10/15/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":535,"Cost":419,"Date":"10/30/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":3,"Cost":3,"Date":"11/9/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":200,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":847,"Cost":659,"Date":"11/30/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":199,"Date":"12/8/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":106,"Cost":74,"Date":"12/11/2018"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":594,"Cost":556,"Date":"1/15/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":87,"Cost":54,"Date":"1/24/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":453,"Date":"2/3/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":559,"Cost":311,"Date":"2/4/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":495,"Cost":435,"Date":"3/9/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":41,"Cost":22,"Date":"3/12/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":704,"Cost":437,"Date":"4/19/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":914,"Cost":670,"Date":"5/3/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":556,"Date":"5/4/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":633,"Cost":356,"Date":"6/8/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":505,"Cost":268,"Date":"6/26/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":350,"Date":"7/4/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":464,"Cost":368,"Date":"7/13/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":173,"Cost":123,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":511,"Cost":256,"Date":"8/26/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":735,"Date":"9/2/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":79,"Date":"9/29/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":590,"Cost":495,"Date":"10/12/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":374,"Date":"11/2/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":169,"Cost":122,"Date":"11/4/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":271,"Cost":244,"Date":"11/7/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":183,"Date":"12/1/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":203,"Date":"12/4/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":247,"Cost":204,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":676,"Cost":602,"Date":"12/18/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":885,"Cost":771,"Date":"12/20/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":965,"Cost":751,"Date":"12/20/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":215,"Cost":136,"Date":"12/21/2019"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":219,"Date":"1/9/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":401,"Date":"2/5/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":54,"Cost":44,"Date":"2/16/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":698,"Cost":476,"Date":"2/16/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":724,"Cost":608,"Date":"2/18/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":232,"Date":"2/22/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":908,"Cost":667,"Date":"2/25/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":520,"Cost":451,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":479,"Cost":389,"Date":"4/2/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":149,"Date":"4/3/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":336,"Date":"4/9/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":189,"Cost":171,"Date":"4/10/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":356,"Date":"4/19/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":661,"Cost":551,"Date":"5/17/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":921,"Cost":599,"Date":"5/22/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":94,"Date":"6/20/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":295,"Date":"7/1/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":260,"Cost":201,"Date":"7/4/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":599,"Cost":333,"Date":"7/8/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":165,"Cost":106,"Date":"7/9/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":440,"Cost":336,"Date":"7/14/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":234,"Cost":125,"Date":"7/19/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":601,"Cost":565,"Date":"8/1/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":735,"Cost":534,"Date":"8/6/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":989,"Cost":914,"Date":"8/7/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":266,"Date":"8/22/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":53,"Date":"8/31/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":298,"Cost":253,"Date":"9/1/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":284,"Cost":265,"Date":"9/1/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":640,"Cost":461,"Date":"9/17/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":606,"Cost":380,"Date":"9/29/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":975,"Cost":818,"Date":"11/7/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":389,"Date":"11/26/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":578,"Cost":495,"Date":"11/27/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":207,"Cost":158,"Date":"12/5/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":394,"Date":"12/26/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":260,"Date":"12/31/2020"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":328,"Cost":202,"Date":"1/20/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":16,"Cost":14,"Date":"2/2/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":536,"Date":"2/8/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":346,"Cost":215,"Date":"2/27/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":52,"Cost":35,"Date":"3/1/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":520,"Cost":276,"Date":"3/1/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":630,"Cost":393,"Date":"3/19/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":387,"Date":"3/28/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":91,"Cost":58,"Date":"5/21/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":169,"Cost":136,"Date":"7/21/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":937,"Cost":534,"Date":"8/5/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":599,"Cost":557,"Date":"8/12/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":344,"Cost":186,"Date":"8/21/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":338,"Cost":254,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":350,"Cost":234,"Date":"9/3/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":563,"Date":"9/5/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":51,"Cost":34,"Date":"10/6/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":526,"Cost":458,"Date":"10/19/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":143,"Cost":78,"Date":"11/15/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":496,"Date":"12/8/2021"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":432,"Cost":239,"Date":"1/8/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":100,"Date":"1/14/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":150,"Cost":81,"Date":"1/19/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":48,"Cost":45,"Date":"1/28/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":64,"Cost":52,"Date":"1/31/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":17,"Cost":12,"Date":"3/27/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":602,"Cost":513,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":306,"Cost":222,"Date":"4/24/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":22,"Cost":16,"Date":"4/28/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":704,"Date":"5/15/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":482,"Cost":453,"Date":"5/16/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":497,"Date":"5/18/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":405,"Cost":326,"Date":"6/2/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":618,"Cost":539,"Date":"6/3/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":490,"Date":"6/5/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":345,"Cost":187,"Date":"6/7/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":170,"Cost":116,"Date":"6/14/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":749,"Cost":511,"Date":"6/20/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":378,"Cost":243,"Date":"6/24/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":609,"Date":"7/4/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":963,"Cost":782,"Date":"7/9/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":598,"Cost":475,"Date":"7/12/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":348,"Date":"8/14/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":5,"Cost":3,"Date":"8/16/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":969,"Cost":694,"Date":"8/23/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":390,"Cost":288,"Date":"9/2/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":280,"Cost":166,"Date":"9/3/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":896,"Cost":516,"Date":"9/16/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":217,"Cost":146,"Date":"10/4/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":232,"Cost":200,"Date":"11/1/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":60,"Date":"11/2/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":389,"Cost":340,"Date":"12/17/2022"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":789,"Cost":566,"Date":"2/10/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":640,"Date":"2/28/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":200,"Cost":129,"Date":"3/4/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":414,"Cost":347,"Date":"3/9/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":929,"Cost":676,"Date":"3/9/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":96,"Cost":50,"Date":"3/11/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":312,"Date":"3/17/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":321,"Cost":204,"Date":"3/17/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":133,"Cost":91,"Date":"3/23/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":708,"Cost":426,"Date":"4/1/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":217,"Cost":144,"Date":"5/7/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":456,"Cost":401,"Date":"5/10/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":709,"Cost":557,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":597,"Cost":426,"Date":"6/2/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":574,"Date":"6/11/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":606,"Cost":569,"Date":"6/16/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":522,"Cost":286,"Date":"6/16/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":816,"Cost":774,"Date":"7/10/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":50,"Cost":32,"Date":"7/11/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":641,"Cost":405,"Date":"8/28/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":462,"Date":"8/29/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":228,"Date":"8/31/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":302,"Cost":206,"Date":"9/8/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":858,"Cost":623,"Date":"9/13/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":76,"Cost":71,"Date":"9/14/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":492,"Cost":247,"Date":"9/19/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":527,"Cost":327,"Date":"9/25/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":56,"Date":"10/4/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":834,"Cost":478,"Date":"10/10/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":729,"Cost":404,"Date":"10/17/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":205,"Cost":125,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":532,"Cost":325,"Date":"10/30/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":85,"Cost":50,"Date":"11/1/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":14,"Cost":10,"Date":"11/15/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":180,"Cost":159,"Date":"11/25/2023"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":344,"Date":"1/10/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":656,"Cost":580,"Date":"1/14/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":620,"Cost":546,"Date":"1/20/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":270,"Date":"2/8/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":47,"Cost":27,"Date":"2/25/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":636,"Cost":408,"Date":"3/7/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":280,"Cost":249,"Date":"3/14/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":487,"Date":"3/27/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":362,"Cost":320,"Date":"4/5/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":321,"Date":"4/14/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":294,"Cost":246,"Date":"5/3/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":719,"Cost":547,"Date":"5/9/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":790,"Cost":428,"Date":"5/15/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":607,"Cost":525,"Date":"5/25/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":160,"Cost":112,"Date":"5/26/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":145,"Cost":125,"Date":"5/31/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":435,"Date":"7/27/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":134,"Cost":112,"Date":"9/17/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":75,"Cost":62,"Date":"10/6/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":733,"Cost":640,"Date":"10/8/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":405,"Cost":255,"Date":"10/26/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":516,"Date":"11/16/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":783,"Cost":396,"Date":"11/18/2024"},{"Store":"Stockland Cairns","Brand":"HM Home","Country":"Australia","Sale":380,"Cost":234,"Date":"12/1/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":10,"Cost":10,"Date":"2/9/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":552,"Cost":376,"Date":"2/11/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":133,"Cost":70,"Date":"3/10/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":569,"Cost":381,"Date":"3/16/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":310,"Cost":212,"Date":"3/18/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":549,"Cost":282,"Date":"3/20/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":49,"Cost":35,"Date":"3/26/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":637,"Cost":490,"Date":"6/2/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":550,"Cost":405,"Date":"6/10/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":165,"Cost":153,"Date":"6/16/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":890,"Cost":617,"Date":"6/25/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":81,"Cost":65,"Date":"7/19/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":723,"Cost":598,"Date":"7/21/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":665,"Cost":380,"Date":"7/25/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":257,"Cost":163,"Date":"8/4/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":484,"Cost":274,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":767,"Cost":475,"Date":"9/4/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":262,"Cost":216,"Date":"9/19/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":382,"Cost":265,"Date":"9/29/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":112,"Cost":76,"Date":"10/2/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":695,"Cost":462,"Date":"10/15/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":697,"Cost":464,"Date":"10/30/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":347,"Cost":188,"Date":"11/9/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":596,"Cost":404,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":543,"Cost":296,"Date":"11/30/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":433,"Cost":251,"Date":"12/8/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":236,"Cost":134,"Date":"12/11/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":200,"Cost":157,"Date":"1/15/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":635,"Cost":597,"Date":"1/24/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":85,"Cost":73,"Date":"2/3/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":552,"Cost":375,"Date":"2/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":718,"Cost":534,"Date":"3/9/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":552,"Cost":462,"Date":"3/12/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":628,"Cost":396,"Date":"4/19/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":502,"Cost":450,"Date":"5/3/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":347,"Cost":205,"Date":"5/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":425,"Cost":295,"Date":"6/8/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":18,"Cost":17,"Date":"6/26/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":641,"Cost":571,"Date":"7/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":635,"Cost":409,"Date":"7/13/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":901,"Cost":477,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":160,"Cost":96,"Date":"8/26/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":725,"Cost":689,"Date":"9/2/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":686,"Cost":395,"Date":"9/29/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":235,"Cost":222,"Date":"10/12/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":766,"Cost":606,"Date":"11/2/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":56,"Cost":42,"Date":"11/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":380,"Cost":266,"Date":"11/7/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":604,"Cost":496,"Date":"12/1/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":878,"Cost":490,"Date":"12/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":742,"Cost":593,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":731,"Cost":416,"Date":"12/18/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":722,"Cost":681,"Date":"12/20/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":697,"Cost":577,"Date":"12/20/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":475,"Cost":367,"Date":"12/21/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":270,"Cost":156,"Date":"1/9/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":99,"Cost":93,"Date":"2/5/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":305,"Cost":210,"Date":"2/16/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":800,"Cost":741,"Date":"2/16/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":767,"Cost":468,"Date":"2/18/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":571,"Cost":515,"Date":"2/22/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":744,"Cost":457,"Date":"2/25/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":847,"Cost":804,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":225,"Cost":185,"Date":"4/2/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":962,"Cost":712,"Date":"4/3/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":113,"Cost":94,"Date":"4/9/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":909,"Cost":741,"Date":"4/10/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":560,"Cost":427,"Date":"4/19/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":862,"Cost":626,"Date":"5/17/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":229,"Cost":190,"Date":"5/22/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":604,"Cost":366,"Date":"6/20/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":897,"Cost":787,"Date":"7/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":765,"Cost":564,"Date":"7/4/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":117,"Cost":76,"Date":"7/8/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":166,"Cost":91,"Date":"7/9/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":406,"Cost":262,"Date":"7/14/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":644,"Cost":498,"Date":"7/19/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":109,"Cost":92,"Date":"8/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":892,"Cost":844,"Date":"8/6/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":953,"Cost":759,"Date":"8/7/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":577,"Cost":309,"Date":"8/22/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":239,"Cost":222,"Date":"8/31/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":275,"Cost":243,"Date":"9/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":823,"Cost":539,"Date":"9/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":440,"Cost":375,"Date":"9/17/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":897,"Cost":594,"Date":"9/29/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":551,"Cost":370,"Date":"11/7/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":441,"Cost":366,"Date":"11/26/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":541,"Cost":310,"Date":"11/27/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":152,"Cost":116,"Date":"12/5/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":779,"Cost":420,"Date":"12/26/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":526,"Cost":296,"Date":"12/31/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":460,"Cost":269,"Date":"1/20/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":306,"Cost":238,"Date":"2/2/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":54,"Cost":39,"Date":"2/8/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":973,"Cost":853,"Date":"2/27/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":676,"Cost":463,"Date":"3/1/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":487,"Cost":340,"Date":"3/1/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":957,"Cost":790,"Date":"3/19/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":160,"Cost":109,"Date":"3/28/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":452,"Cost":279,"Date":"5/21/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":497,"Cost":368,"Date":"7/21/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":414,"Cost":388,"Date":"8/5/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":304,"Cost":229,"Date":"8/12/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":313,"Cost":231,"Date":"8/21/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":107,"Cost":77,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":119,"Cost":66,"Date":"9/3/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":468,"Cost":346,"Date":"9/5/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":280,"Cost":186,"Date":"10/6/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":11,"Cost":7,"Date":"10/19/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":525,"Cost":423,"Date":"11/15/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":274,"Cost":168,"Date":"12/8/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":734,"Cost":416,"Date":"1/8/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":442,"Cost":324,"Date":"1/14/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":899,"Cost":520,"Date":"1/19/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":932,"Cost":752,"Date":"1/28/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":505,"Cost":333,"Date":"1/31/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":647,"Cost":381,"Date":"3/27/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":311,"Cost":232,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":286,"Cost":150,"Date":"4/24/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":763,"Cost":681,"Date":"4/28/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":747,"Cost":424,"Date":"5/15/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":999,"Cost":788,"Date":"5/16/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":754,"Cost":481,"Date":"5/18/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":355,"Cost":331,"Date":"6/2/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":581,"Cost":331,"Date":"6/3/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":195,"Cost":175,"Date":"6/5/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":618,"Cost":521,"Date":"6/7/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":610,"Cost":563,"Date":"6/14/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":614,"Cost":426,"Date":"6/20/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":370,"Cost":289,"Date":"6/24/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":961,"Cost":851,"Date":"7/4/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":400,"Cost":253,"Date":"7/9/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":173,"Cost":101,"Date":"7/12/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":275,"Cost":249,"Date":"8/14/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":376,"Cost":270,"Date":"8/16/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":182,"Cost":164,"Date":"8/23/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":436,"Cost":394,"Date":"9/2/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":629,"Cost":370,"Date":"9/3/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":279,"Cost":147,"Date":"9/16/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":230,"Cost":186,"Date":"10/4/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":434,"Cost":280,"Date":"11/1/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":725,"Cost":597,"Date":"11/2/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":194,"Cost":175,"Date":"12/17/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":101,"Cost":57,"Date":"2/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":794,"Cost":621,"Date":"2/28/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":112,"Cost":76,"Date":"3/4/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":250,"Cost":234,"Date":"3/9/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":339,"Cost":250,"Date":"3/9/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":380,"Cost":327,"Date":"3/11/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":788,"Cost":667,"Date":"3/17/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":984,"Cost":853,"Date":"3/17/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":946,"Cost":855,"Date":"3/23/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":268,"Cost":245,"Date":"4/1/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":637,"Cost":363,"Date":"5/7/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":966,"Cost":580,"Date":"5/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":967,"Cost":756,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":587,"Cost":338,"Date":"6/2/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":270,"Cost":226,"Date":"6/11/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":131,"Cost":115,"Date":"6/16/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":663,"Cost":487,"Date":"6/16/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":334,"Cost":217,"Date":"7/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":538,"Cost":460,"Date":"7/11/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":553,"Cost":292,"Date":"8/28/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":924,"Cost":670,"Date":"8/29/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":498,"Cost":442,"Date":"8/31/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":897,"Cost":646,"Date":"9/8/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":903,"Cost":685,"Date":"9/13/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":958,"Cost":607,"Date":"9/14/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":188,"Cost":143,"Date":"9/19/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":720,"Cost":497,"Date":"9/25/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":341,"Cost":323,"Date":"10/4/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":717,"Cost":380,"Date":"10/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":288,"Cost":255,"Date":"10/17/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":200,"Cost":132,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":880,"Cost":512,"Date":"10/30/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":802,"Cost":709,"Date":"11/1/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":885,"Cost":799,"Date":"11/15/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":398,"Cost":207,"Date":"11/25/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":478,"Cost":414,"Date":"1/10/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":264,"Cost":175,"Date":"1/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":331,"Cost":263,"Date":"1/20/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":214,"Cost":165,"Date":"2/8/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":246,"Cost":190,"Date":"2/25/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":318,"Cost":242,"Date":"3/7/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":175,"Cost":161,"Date":"3/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":435,"Cost":312,"Date":"3/27/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":805,"Cost":650,"Date":"4/5/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":505,"Cost":358,"Date":"4/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":35,"Cost":26,"Date":"5/3/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":202,"Cost":191,"Date":"5/9/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":404,"Cost":326,"Date":"5/15/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":821,"Cost":469,"Date":"5/25/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":215,"Cost":163,"Date":"5/26/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":33,"Cost":20,"Date":"5/31/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":780,"Cost":580,"Date":"7/27/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":284,"Cost":149,"Date":"9/17/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":940,"Cost":840,"Date":"10/6/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":493,"Cost":361,"Date":"10/8/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":510,"Cost":395,"Date":"10/26/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":689,"Cost":442,"Date":"11/16/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":1,"Cost":1,"Date":"11/18/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":539,"Cost":335,"Date":"12/1/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":498,"Cost":450,"Date":"2/9/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":277,"Cost":228,"Date":"2/11/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":375,"Cost":253,"Date":"3/10/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":849,"Cost":629,"Date":"3/16/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":891,"Cost":614,"Date":"3/18/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":27,"Cost":24,"Date":"3/20/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":262,"Cost":158,"Date":"3/26/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":246,"Cost":187,"Date":"6/2/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":754,"Cost":690,"Date":"6/10/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":714,"Cost":450,"Date":"6/16/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":275,"Cost":256,"Date":"6/25/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":771,"Cost":428,"Date":"7/19/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":109,"Cost":93,"Date":"7/21/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":746,"Cost":611,"Date":"7/25/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":853,"Cost":753,"Date":"8/4/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":545,"Cost":511,"Date":"9/2/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":244,"Cost":176,"Date":"9/4/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":177,"Cost":100,"Date":"9/19/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":857,"Cost":778,"Date":"9/29/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":969,"Cost":655,"Date":"10/2/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":161,"Cost":134,"Date":"10/15/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":331,"Cost":187,"Date":"10/30/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":327,"Cost":177,"Date":"11/9/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":562,"Cost":307,"Date":"11/23/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":288,"Cost":253,"Date":"11/30/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":947,"Cost":509,"Date":"12/8/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":51,"Cost":29,"Date":"12/11/2018"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":127,"Cost":81,"Date":"1/15/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":178,"Cost":109,"Date":"1/24/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":732,"Cost":533,"Date":"2/3/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":676,"Cost":358,"Date":"2/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":536,"Cost":363,"Date":"3/9/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":939,"Cost":553,"Date":"3/12/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":437,"Cost":399,"Date":"4/19/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":248,"Cost":231,"Date":"5/3/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":434,"Cost":366,"Date":"5/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":720,"Cost":503,"Date":"6/8/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":105,"Cost":75,"Date":"6/26/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":990,"Cost":745,"Date":"7/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":565,"Cost":492,"Date":"7/13/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":771,"Cost":552,"Date":"8/8/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":117,"Cost":101,"Date":"8/26/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":705,"Cost":585,"Date":"9/2/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":413,"Cost":241,"Date":"9/29/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":613,"Cost":404,"Date":"10/12/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":177,"Cost":98,"Date":"11/2/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":344,"Cost":258,"Date":"11/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":695,"Cost":524,"Date":"11/7/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":156,"Cost":91,"Date":"12/1/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":429,"Cost":291,"Date":"12/4/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":35,"Cost":21,"Date":"12/7/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":163,"Cost":124,"Date":"12/18/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":295,"Cost":260,"Date":"12/20/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":514,"Cost":267,"Date":"12/20/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":249,"Cost":180,"Date":"12/21/2019"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":863,"Cost":536,"Date":"1/9/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":944,"Cost":675,"Date":"2/5/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":181,"Cost":169,"Date":"2/16/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":691,"Cost":559,"Date":"2/16/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":788,"Cost":707,"Date":"2/18/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":803,"Cost":470,"Date":"2/22/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":531,"Cost":423,"Date":"2/25/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":553,"Cost":447,"Date":"3/8/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":178,"Cost":101,"Date":"4/2/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":612,"Cost":383,"Date":"4/3/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":425,"Cost":220,"Date":"4/9/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":793,"Cost":710,"Date":"4/10/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":546,"Cost":388,"Date":"4/19/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":131,"Cost":109,"Date":"5/17/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":279,"Cost":187,"Date":"5/22/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":674,"Cost":340,"Date":"6/20/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":782,"Cost":560,"Date":"7/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":147,"Cost":120,"Date":"7/4/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":891,"Cost":546,"Date":"7/8/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":908,"Cost":837,"Date":"7/9/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":866,"Cost":502,"Date":"7/14/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":940,"Cost":868,"Date":"7/19/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":748,"Cost":546,"Date":"8/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":303,"Cost":265,"Date":"8/6/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":764,"Cost":694,"Date":"8/7/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":906,"Cost":595,"Date":"8/22/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":163,"Cost":100,"Date":"8/31/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":670,"Cost":604,"Date":"9/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":9,"Cost":8,"Date":"9/1/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":286,"Cost":177,"Date":"9/17/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":415,"Cost":307,"Date":"9/29/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":55,"Cost":40,"Date":"11/7/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":825,"Cost":730,"Date":"11/26/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":950,"Cost":669,"Date":"11/27/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":853,"Cost":431,"Date":"12/5/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":50,"Cost":40,"Date":"12/26/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":783,"Cost":451,"Date":"12/31/2020"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":599,"Cost":473,"Date":"1/20/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":997,"Cost":821,"Date":"2/2/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":644,"Cost":597,"Date":"2/8/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":641,"Cost":608,"Date":"2/27/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":506,"Cost":356,"Date":"3/1/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":785,"Cost":648,"Date":"3/1/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":453,"Cost":360,"Date":"3/19/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":398,"Cost":361,"Date":"3/28/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":303,"Cost":263,"Date":"5/21/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":633,"Cost":416,"Date":"7/21/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":619,"Cost":481,"Date":"8/5/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":213,"Cost":177,"Date":"8/12/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":89,"Cost":57,"Date":"8/21/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":937,"Cost":636,"Date":"8/23/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":936,"Cost":648,"Date":"9/3/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":626,"Cost":421,"Date":"9/5/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":151,"Cost":79,"Date":"10/6/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":924,"Cost":592,"Date":"10/19/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":21,"Cost":11,"Date":"11/15/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":220,"Cost":209,"Date":"12/8/2021"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":180,"Cost":119,"Date":"1/8/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":694,"Cost":457,"Date":"1/14/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":939,"Cost":786,"Date":"1/19/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":182,"Cost":152,"Date":"1/28/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":538,"Cost":496,"Date":"1/31/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":116,"Cost":108,"Date":"3/27/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":482,"Cost":308,"Date":"4/20/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":250,"Cost":184,"Date":"4/24/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":96,"Cost":72,"Date":"4/28/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":494,"Cost":393,"Date":"5/15/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":967,"Cost":610,"Date":"5/16/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":213,"Cost":157,"Date":"5/18/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":59,"Cost":51,"Date":"6/2/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":209,"Cost":128,"Date":"6/3/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":919,"Cost":519,"Date":"6/5/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":832,"Cost":492,"Date":"6/7/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":961,"Cost":721,"Date":"6/14/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":682,"Cost":441,"Date":"6/20/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":821,"Cost":518,"Date":"6/24/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":836,"Cost":432,"Date":"7/4/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":488,"Cost":420,"Date":"7/9/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":421,"Cost":273,"Date":"7/12/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":800,"Cost":682,"Date":"8/14/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":721,"Cost":503,"Date":"8/16/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":751,"Cost":431,"Date":"8/23/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":762,"Cost":479,"Date":"9/2/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":259,"Cost":219,"Date":"9/3/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":708,"Cost":518,"Date":"9/16/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":70,"Cost":52,"Date":"10/4/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":363,"Cost":206,"Date":"11/1/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":867,"Cost":704,"Date":"11/2/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":441,"Cost":257,"Date":"12/17/2022"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":463,"Cost":400,"Date":"2/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":375,"Cost":303,"Date":"2/28/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":533,"Cost":447,"Date":"3/4/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":329,"Cost":257,"Date":"3/9/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":817,"Cost":602,"Date":"3/9/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":58,"Cost":50,"Date":"3/11/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":54,"Cost":29,"Date":"3/17/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":782,"Cost":532,"Date":"3/17/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":996,"Cost":939,"Date":"3/23/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":624,"Cost":537,"Date":"4/1/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":596,"Cost":333,"Date":"5/7/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":329,"Cost":195,"Date":"5/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":732,"Cost":436,"Date":"5/20/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":973,"Cost":641,"Date":"6/2/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":304,"Cost":191,"Date":"6/11/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":968,"Cost":618,"Date":"6/16/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":630,"Cost":549,"Date":"6/16/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":385,"Cost":287,"Date":"7/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":214,"Cost":161,"Date":"7/11/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":171,"Cost":138,"Date":"8/28/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":701,"Cost":626,"Date":"8/29/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":348,"Cost":229,"Date":"8/31/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":864,"Cost":739,"Date":"9/8/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":135,"Cost":85,"Date":"9/13/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":438,"Cost":251,"Date":"9/14/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":620,"Cost":418,"Date":"9/19/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":21,"Cost":15,"Date":"9/25/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":497,"Cost":282,"Date":"10/4/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":212,"Cost":132,"Date":"10/10/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":260,"Cost":201,"Date":"10/17/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":559,"Cost":339,"Date":"10/28/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":49,"Cost":25,"Date":"10/30/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":417,"Cost":276,"Date":"11/1/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":774,"Cost":465,"Date":"11/15/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":81,"Cost":58,"Date":"11/25/2023"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":581,"Cost":437,"Date":"1/10/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":462,"Cost":253,"Date":"1/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":849,"Cost":589,"Date":"1/20/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":941,"Cost":650,"Date":"2/8/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":329,"Cost":242,"Date":"2/25/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":65,"Cost":48,"Date":"3/7/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":314,"Cost":221,"Date":"3/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":898,"Cost":845,"Date":"3/27/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":93,"Cost":68,"Date":"4/5/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":129,"Cost":73,"Date":"4/14/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":445,"Cost":304,"Date":"5/3/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":372,"Cost":291,"Date":"5/9/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":985,"Cost":698,"Date":"5/15/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":999,"Cost":927,"Date":"5/25/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":200,"Cost":157,"Date":"5/26/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":274,"Cost":197,"Date":"5/31/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":611,"Cost":315,"Date":"7/27/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":212,"Cost":123,"Date":"9/17/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":28,"Cost":14,"Date":"10/6/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":642,"Cost":333,"Date":"10/8/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":897,"Cost":817,"Date":"10/26/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":934,"Cost":800,"Date":"11/16/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":953,"Cost":902,"Date":"11/18/2024"},{"Store":"Stockland Cairns","Brand":"COS","Country":"Australia","Sale":21,"Cost":14,"Date":"12/1/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":669,"Cost":412,"Date":"2/9/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":898,"Cost":738,"Date":"2/11/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":942,"Cost":534,"Date":"3/10/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":74,"Cost":54,"Date":"3/16/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":903,"Cost":797,"Date":"3/18/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":429,"Cost":298,"Date":"3/20/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":159,"Cost":127,"Date":"3/26/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":881,"Cost":474,"Date":"6/2/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":83,"Cost":52,"Date":"6/10/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":443,"Cost":354,"Date":"6/16/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":730,"Cost":454,"Date":"6/25/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":36,"Cost":30,"Date":"7/19/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":611,"Cost":568,"Date":"7/21/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":131,"Cost":82,"Date":"7/25/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":597,"Cost":414,"Date":"8/4/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":29,"Cost":18,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":852,"Cost":745,"Date":"9/4/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":498,"Cost":340,"Date":"9/19/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":420,"Cost":246,"Date":"9/29/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":282,"Cost":185,"Date":"10/2/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":64,"Cost":60,"Date":"10/15/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":524,"Cost":465,"Date":"10/30/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":331,"Cost":273,"Date":"11/9/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":371,"Cost":236,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":925,"Cost":769,"Date":"11/30/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":169,"Cost":129,"Date":"12/8/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":840,"Cost":432,"Date":"12/11/2018"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":429,"Cost":370,"Date":"1/15/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":189,"Cost":110,"Date":"1/24/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":150,"Cost":100,"Date":"2/3/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":418,"Cost":249,"Date":"2/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":335,"Cost":189,"Date":"3/9/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":304,"Cost":227,"Date":"3/12/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":515,"Cost":342,"Date":"4/19/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":706,"Cost":507,"Date":"5/3/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":908,"Cost":531,"Date":"5/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":801,"Cost":645,"Date":"6/8/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":738,"Cost":436,"Date":"6/26/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":216,"Cost":182,"Date":"7/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":606,"Cost":518,"Date":"7/13/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":381,"Cost":200,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":512,"Cost":315,"Date":"8/26/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":426,"Cost":332,"Date":"9/2/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":823,"Cost":464,"Date":"9/29/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":779,"Cost":711,"Date":"10/12/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":769,"Cost":454,"Date":"11/2/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":253,"Cost":148,"Date":"11/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":581,"Cost":397,"Date":"11/7/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":934,"Cost":816,"Date":"12/1/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":446,"Cost":330,"Date":"12/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":149,"Cost":83,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":101,"Cost":76,"Date":"12/18/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":668,"Cost":424,"Date":"12/20/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":43,"Cost":22,"Date":"12/20/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":568,"Cost":334,"Date":"12/21/2019"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":201,"Cost":115,"Date":"1/9/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":845,"Cost":679,"Date":"2/5/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":945,"Cost":766,"Date":"2/16/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":448,"Cost":273,"Date":"2/16/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":863,"Cost":483,"Date":"2/18/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":913,"Cost":792,"Date":"2/22/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":568,"Cost":459,"Date":"2/25/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":108,"Cost":61,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":696,"Cost":359,"Date":"4/2/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":713,"Cost":514,"Date":"4/3/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":641,"Cost":470,"Date":"4/9/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":44,"Cost":41,"Date":"4/10/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":300,"Cost":205,"Date":"4/19/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":749,"Cost":473,"Date":"5/17/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":24,"Cost":21,"Date":"5/22/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":603,"Cost":317,"Date":"6/20/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":952,"Cost":561,"Date":"7/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":597,"Cost":326,"Date":"7/4/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":76,"Cost":40,"Date":"7/8/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":580,"Cost":295,"Date":"7/9/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":906,"Cost":757,"Date":"7/14/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":619,"Cost":581,"Date":"7/19/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":474,"Cost":267,"Date":"8/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":321,"Cost":227,"Date":"8/6/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":304,"Cost":255,"Date":"8/7/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":942,"Cost":703,"Date":"8/22/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":55,"Cost":39,"Date":"8/31/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":976,"Cost":701,"Date":"9/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":287,"Cost":226,"Date":"9/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":847,"Cost":746,"Date":"9/17/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":953,"Cost":700,"Date":"9/29/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":391,"Cost":315,"Date":"11/7/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":563,"Cost":449,"Date":"11/26/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":48,"Cost":45,"Date":"11/27/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":386,"Cost":320,"Date":"12/5/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":433,"Cost":392,"Date":"12/26/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":933,"Cost":473,"Date":"12/31/2020"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":476,"Cost":334,"Date":"1/20/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":465,"Cost":260,"Date":"2/2/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":84,"Cost":63,"Date":"2/8/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":204,"Cost":136,"Date":"2/27/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":412,"Cost":355,"Date":"3/1/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":631,"Cost":538,"Date":"3/1/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":446,"Cost":359,"Date":"3/19/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":315,"Cost":294,"Date":"3/28/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":924,"Cost":676,"Date":"5/21/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":277,"Cost":241,"Date":"7/21/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":138,"Cost":82,"Date":"8/5/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":686,"Cost":420,"Date":"8/12/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":685,"Cost":358,"Date":"8/21/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":701,"Cost":564,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":689,"Cost":461,"Date":"9/3/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":345,"Cost":192,"Date":"9/5/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":449,"Cost":367,"Date":"10/6/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":558,"Cost":419,"Date":"10/19/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":206,"Cost":129,"Date":"11/15/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":979,"Cost":644,"Date":"12/8/2021"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":620,"Cost":382,"Date":"1/8/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":426,"Cost":299,"Date":"1/14/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":33,"Cost":17,"Date":"1/19/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":146,"Cost":110,"Date":"1/28/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":510,"Cost":459,"Date":"1/31/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":314,"Cost":225,"Date":"3/27/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":527,"Cost":320,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":180,"Cost":96,"Date":"4/24/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":87,"Cost":82,"Date":"4/28/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":998,"Cost":839,"Date":"5/15/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":773,"Cost":392,"Date":"5/16/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":871,"Cost":437,"Date":"5/18/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":615,"Cost":523,"Date":"6/2/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":338,"Cost":290,"Date":"6/3/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":42,"Cost":37,"Date":"6/5/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":751,"Cost":387,"Date":"6/7/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":299,"Cost":272,"Date":"6/14/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":149,"Cost":82,"Date":"6/20/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":41,"Cost":28,"Date":"6/24/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":640,"Cost":340,"Date":"7/4/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":129,"Cost":121,"Date":"7/9/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":16,"Cost":11,"Date":"7/12/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":272,"Cost":148,"Date":"8/14/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":321,"Cost":301,"Date":"8/16/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":588,"Cost":427,"Date":"8/23/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":367,"Cost":334,"Date":"9/2/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":10,"Cost":9,"Date":"9/3/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":723,"Cost":384,"Date":"9/16/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":58,"Cost":36,"Date":"10/4/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":570,"Cost":376,"Date":"11/1/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":989,"Cost":497,"Date":"11/2/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":312,"Cost":211,"Date":"12/17/2022"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":416,"Cost":382,"Date":"2/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":490,"Cost":340,"Date":"2/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":676,"Cost":502,"Date":"3/4/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":766,"Cost":471,"Date":"3/9/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":513,"Cost":398,"Date":"3/9/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":798,"Cost":583,"Date":"3/11/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":784,"Cost":437,"Date":"3/17/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":660,"Cost":462,"Date":"3/17/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":477,"Cost":442,"Date":"3/23/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":742,"Cost":458,"Date":"4/1/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":495,"Cost":467,"Date":"5/7/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":5,"Cost":4,"Date":"5/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":986,"Cost":610,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":720,"Cost":464,"Date":"6/2/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":546,"Cost":397,"Date":"6/11/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":892,"Cost":548,"Date":"6/16/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":361,"Cost":259,"Date":"6/16/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":974,"Cost":593,"Date":"7/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":322,"Cost":226,"Date":"7/11/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":712,"Cost":445,"Date":"8/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":65,"Cost":56,"Date":"8/29/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":435,"Cost":376,"Date":"8/31/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":996,"Cost":513,"Date":"9/8/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":925,"Cost":462,"Date":"9/13/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":193,"Cost":154,"Date":"9/14/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":391,"Cost":367,"Date":"9/19/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":512,"Cost":382,"Date":"9/25/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":145,"Cost":79,"Date":"10/4/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":171,"Cost":121,"Date":"10/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":292,"Cost":150,"Date":"10/17/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":961,"Cost":702,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":346,"Cost":222,"Date":"10/30/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":440,"Cost":229,"Date":"11/1/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":820,"Cost":636,"Date":"11/15/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":710,"Cost":531,"Date":"11/25/2023"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":222,"Cost":139,"Date":"1/10/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":549,"Cost":433,"Date":"1/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":250,"Cost":140,"Date":"1/20/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":39,"Cost":20,"Date":"2/8/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":735,"Cost":550,"Date":"2/25/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":436,"Cost":348,"Date":"3/7/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":308,"Cost":263,"Date":"3/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":150,"Cost":78,"Date":"3/27/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":857,"Cost":700,"Date":"4/5/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":994,"Cost":868,"Date":"4/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":53,"Cost":38,"Date":"5/3/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":787,"Cost":661,"Date":"5/9/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":783,"Cost":588,"Date":"5/15/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":512,"Cost":311,"Date":"5/25/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":759,"Cost":532,"Date":"5/26/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":690,"Cost":410,"Date":"5/31/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":538,"Cost":336,"Date":"7/27/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":287,"Cost":260,"Date":"9/17/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":865,"Cost":516,"Date":"10/6/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":536,"Cost":374,"Date":"10/8/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":689,"Cost":345,"Date":"10/26/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":616,"Cost":514,"Date":"11/16/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":333,"Cost":195,"Date":"11/18/2024"},{"Store":"Westfield Wollongong","Brand":"HM","Country":"Australia","Sale":612,"Cost":430,"Date":"12/1/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":538,"Cost":501,"Date":"2/9/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":962,"Cost":775,"Date":"2/11/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":539,"Cost":365,"Date":"3/10/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":437,"Cost":297,"Date":"3/16/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":672,"Cost":452,"Date":"3/18/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":898,"Cost":795,"Date":"3/20/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":299,"Cost":152,"Date":"3/26/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":454,"Cost":314,"Date":"6/2/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":11,"Cost":8,"Date":"6/10/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":704,"Cost":586,"Date":"6/16/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":716,"Cost":460,"Date":"6/25/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":79,"Cost":60,"Date":"7/19/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":914,"Cost":646,"Date":"7/21/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":200,"Cost":117,"Date":"7/25/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":604,"Cost":406,"Date":"8/4/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":618,"Cost":490,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":963,"Cost":793,"Date":"9/4/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":15,"Cost":9,"Date":"9/19/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":878,"Cost":440,"Date":"9/29/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":32,"Cost":25,"Date":"10/2/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":878,"Cost":720,"Date":"10/15/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":872,"Cost":441,"Date":"10/30/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":632,"Cost":408,"Date":"11/9/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":670,"Cost":552,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":142,"Cost":125,"Date":"11/30/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":402,"Cost":360,"Date":"12/8/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":20,"Cost":15,"Date":"12/11/2018"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":725,"Cost":389,"Date":"1/15/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":11,"Cost":6,"Date":"1/24/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":734,"Cost":401,"Date":"2/3/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":936,"Cost":817,"Date":"2/4/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":458,"Cost":346,"Date":"3/9/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":988,"Cost":754,"Date":"3/12/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":821,"Cost":530,"Date":"4/19/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":607,"Cost":507,"Date":"5/3/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":439,"Cost":393,"Date":"5/4/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":611,"Cost":398,"Date":"6/8/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":899,"Cost":461,"Date":"6/26/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":254,"Cost":154,"Date":"7/4/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":644,"Cost":572,"Date":"7/13/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":390,"Cost":371,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":550,"Cost":285,"Date":"8/26/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":128,"Cost":119,"Date":"9/2/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":416,"Cost":239,"Date":"9/29/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":895,"Cost":679,"Date":"10/12/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":586,"Cost":504,"Date":"11/2/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":556,"Cost":316,"Date":"11/4/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":77,"Cost":42,"Date":"11/7/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":213,"Cost":190,"Date":"12/1/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":754,"Cost":607,"Date":"12/4/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":789,"Cost":623,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":850,"Cost":734,"Date":"12/18/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":533,"Cost":311,"Date":"12/20/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":187,"Cost":140,"Date":"12/20/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":472,"Cost":298,"Date":"12/21/2019"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":800,"Cost":549,"Date":"1/9/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":450,"Cost":262,"Date":"2/5/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":364,"Cost":245,"Date":"2/16/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":530,"Cost":272,"Date":"2/16/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":364,"Cost":219,"Date":"2/18/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":715,"Cost":629,"Date":"2/22/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":986,"Cost":806,"Date":"2/25/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":654,"Cost":518,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":507,"Cost":400,"Date":"4/2/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":786,"Cost":726,"Date":"4/3/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":585,"Cost":388,"Date":"4/9/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":311,"Cost":187,"Date":"4/10/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":212,"Cost":119,"Date":"4/19/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":428,"Cost":364,"Date":"5/17/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":848,"Cost":696,"Date":"5/22/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":777,"Cost":441,"Date":"6/20/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":816,"Cost":426,"Date":"7/1/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":744,"Cost":634,"Date":"7/4/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":635,"Cost":418,"Date":"7/8/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":146,"Cost":119,"Date":"7/9/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":447,"Cost":390,"Date":"7/14/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":493,"Cost":263,"Date":"7/19/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":355,"Cost":306,"Date":"8/1/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":258,"Cost":182,"Date":"8/6/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":290,"Cost":152,"Date":"8/7/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":286,"Cost":178,"Date":"8/22/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":386,"Cost":352,"Date":"8/31/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":59,"Cost":42,"Date":"9/1/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":212,"Cost":180,"Date":"9/1/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":181,"Cost":169,"Date":"9/17/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":105,"Cost":58,"Date":"9/29/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":536,"Cost":311,"Date":"11/7/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":277,"Cost":162,"Date":"11/26/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":400,"Cost":315,"Date":"11/27/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":251,"Cost":220,"Date":"12/5/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":785,"Cost":614,"Date":"12/26/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":683,"Cost":541,"Date":"12/31/2020"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":859,"Cost":562,"Date":"1/20/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":336,"Cost":173,"Date":"2/2/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":817,"Cost":656,"Date":"2/8/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":626,"Cost":447,"Date":"2/27/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":307,"Cost":280,"Date":"3/1/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":449,"Cost":359,"Date":"3/1/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":398,"Cost":282,"Date":"3/19/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":31,"Cost":27,"Date":"3/28/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":127,"Cost":67,"Date":"5/21/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":293,"Cost":258,"Date":"7/21/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":527,"Cost":446,"Date":"8/5/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":180,"Cost":156,"Date":"8/12/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":264,"Cost":166,"Date":"8/21/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":867,"Cost":530,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":203,"Cost":135,"Date":"9/3/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":671,"Cost":419,"Date":"9/5/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":323,"Cost":180,"Date":"10/6/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":421,"Cost":285,"Date":"10/19/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":717,"Cost":594,"Date":"11/15/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":326,"Cost":240,"Date":"12/8/2021"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":829,"Cost":449,"Date":"1/8/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":817,"Cost":455,"Date":"1/14/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":482,"Cost":416,"Date":"1/19/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":967,"Cost":484,"Date":"1/28/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":876,"Cost":607,"Date":"1/31/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":221,"Cost":166,"Date":"3/27/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":228,"Cost":160,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":59,"Cost":32,"Date":"4/24/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":554,"Cost":359,"Date":"4/28/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":757,"Cost":593,"Date":"5/15/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":343,"Cost":221,"Date":"5/16/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":239,"Cost":209,"Date":"5/18/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":850,"Cost":506,"Date":"6/2/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":58,"Cost":48,"Date":"6/3/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":867,"Cost":720,"Date":"6/5/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":543,"Cost":509,"Date":"6/7/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":330,"Cost":224,"Date":"6/14/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":288,"Cost":203,"Date":"6/20/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":786,"Cost":683,"Date":"6/24/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":656,"Cost":331,"Date":"7/4/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":478,"Cost":444,"Date":"7/9/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":229,"Cost":199,"Date":"7/12/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":985,"Cost":642,"Date":"8/14/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":75,"Cost":39,"Date":"8/16/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":943,"Cost":518,"Date":"8/23/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":290,"Cost":193,"Date":"9/2/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":234,"Cost":208,"Date":"9/3/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":763,"Cost":548,"Date":"9/16/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":569,"Cost":452,"Date":"10/4/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":598,"Cost":512,"Date":"11/1/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":768,"Cost":568,"Date":"11/2/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":389,"Cost":257,"Date":"12/17/2022"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":409,"Cost":320,"Date":"2/10/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":174,"Cost":135,"Date":"2/28/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":755,"Cost":575,"Date":"3/4/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":187,"Cost":112,"Date":"3/9/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":221,"Cost":172,"Date":"3/9/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":898,"Cost":683,"Date":"3/11/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":352,"Cost":201,"Date":"3/17/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":105,"Cost":84,"Date":"3/17/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":723,"Cost":446,"Date":"3/23/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":878,"Cost":772,"Date":"4/1/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":517,"Cost":489,"Date":"5/7/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":168,"Cost":126,"Date":"5/10/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":664,"Cost":484,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":741,"Cost":616,"Date":"6/2/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":470,"Cost":263,"Date":"6/11/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":909,"Cost":546,"Date":"6/16/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":151,"Cost":105,"Date":"6/16/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":821,"Cost":420,"Date":"7/10/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":711,"Cost":434,"Date":"7/11/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":507,"Cost":418,"Date":"8/28/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":428,"Cost":378,"Date":"8/29/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":76,"Cost":61,"Date":"8/31/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":584,"Cost":548,"Date":"9/8/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":380,"Cost":264,"Date":"9/13/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":772,"Cost":582,"Date":"9/14/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":708,"Cost":415,"Date":"9/19/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":198,"Cost":165,"Date":"9/25/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":547,"Cost":395,"Date":"10/4/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":646,"Cost":436,"Date":"10/10/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":608,"Cost":381,"Date":"10/17/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":201,"Cost":125,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":187,"Cost":95,"Date":"10/30/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":137,"Cost":73,"Date":"11/1/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":228,"Cost":216,"Date":"11/15/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":577,"Cost":547,"Date":"11/25/2023"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":775,"Cost":661,"Date":"1/10/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":270,"Cost":234,"Date":"1/14/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":783,"Cost":668,"Date":"1/20/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":162,"Cost":117,"Date":"2/8/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":731,"Cost":530,"Date":"2/25/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":244,"Cost":201,"Date":"3/7/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":897,"Cost":591,"Date":"3/14/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":891,"Cost":665,"Date":"3/27/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":581,"Cost":551,"Date":"4/5/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":996,"Cost":769,"Date":"4/14/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":257,"Cost":213,"Date":"5/3/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":327,"Cost":193,"Date":"5/9/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":873,"Cost":761,"Date":"5/15/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":7,"Cost":5,"Date":"5/25/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":647,"Cost":346,"Date":"5/26/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":660,"Cost":615,"Date":"5/31/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":166,"Cost":103,"Date":"7/27/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":621,"Cost":429,"Date":"9/17/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":930,"Cost":757,"Date":"10/6/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":236,"Cost":223,"Date":"10/8/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":645,"Cost":516,"Date":"10/26/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":592,"Cost":413,"Date":"11/16/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":625,"Cost":426,"Date":"11/18/2024"},{"Store":"Westfield Wollongong","Brand":"Nova","Country":"Australia","Sale":553,"Cost":467,"Date":"12/1/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":312,"Date":"2/9/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":413,"Cost":383,"Date":"2/11/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":65,"Date":"3/10/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":200,"Date":"3/16/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":53,"Cost":45,"Date":"3/18/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":40,"Cost":28,"Date":"3/20/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":435,"Cost":274,"Date":"3/26/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":550,"Date":"6/2/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":812,"Date":"6/10/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":13,"Date":"6/16/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":338,"Cost":220,"Date":"6/25/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":610,"Date":"7/19/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":297,"Cost":181,"Date":"7/21/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":440,"Cost":416,"Date":"7/25/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":718,"Cost":667,"Date":"8/4/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":382,"Date":"9/2/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":771,"Cost":471,"Date":"9/4/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":632,"Cost":592,"Date":"9/19/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":81,"Cost":43,"Date":"9/29/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":948,"Cost":716,"Date":"10/2/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":344,"Cost":316,"Date":"10/15/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":129,"Cost":86,"Date":"10/30/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":221,"Date":"11/9/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":384,"Date":"11/23/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":232,"Cost":160,"Date":"11/30/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":359,"Date":"12/8/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":895,"Cost":787,"Date":"12/11/2018"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":469,"Date":"1/15/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":1000,"Cost":833,"Date":"1/24/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":309,"Date":"2/3/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":585,"Cost":311,"Date":"2/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":936,"Cost":558,"Date":"3/9/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":969,"Cost":632,"Date":"3/12/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":213,"Cost":156,"Date":"4/19/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":549,"Date":"5/3/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":287,"Date":"5/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":956,"Cost":807,"Date":"6/8/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":701,"Date":"6/26/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":572,"Cost":533,"Date":"7/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":407,"Date":"7/13/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":317,"Cost":231,"Date":"8/8/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":848,"Cost":476,"Date":"8/26/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":246,"Cost":191,"Date":"9/2/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":625,"Cost":360,"Date":"9/29/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":104,"Date":"10/12/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":296,"Cost":248,"Date":"11/2/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":522,"Date":"11/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":168,"Cost":85,"Date":"11/7/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":151,"Cost":102,"Date":"12/1/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":435,"Date":"12/4/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":676,"Cost":634,"Date":"12/7/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":544,"Date":"12/18/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":722,"Date":"12/20/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":890,"Cost":470,"Date":"12/20/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":134,"Date":"12/21/2019"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":447,"Cost":369,"Date":"1/9/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":741,"Cost":370,"Date":"2/5/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":578,"Cost":290,"Date":"2/16/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":936,"Cost":496,"Date":"2/16/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":833,"Cost":517,"Date":"2/18/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":158,"Date":"2/22/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":587,"Date":"2/25/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":161,"Date":"3/8/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":980,"Cost":596,"Date":"4/2/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":666,"Cost":378,"Date":"4/3/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":293,"Date":"4/9/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":894,"Cost":566,"Date":"4/10/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":871,"Date":"4/19/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":814,"Cost":603,"Date":"5/17/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":575,"Cost":341,"Date":"5/22/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":558,"Date":"6/20/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":507,"Date":"7/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":342,"Date":"7/4/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":112,"Cost":87,"Date":"7/8/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":862,"Cost":720,"Date":"7/9/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":164,"Date":"7/14/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":982,"Cost":875,"Date":"7/19/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":613,"Date":"8/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":470,"Cost":409,"Date":"8/6/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":226,"Cost":142,"Date":"8/7/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":110,"Cost":76,"Date":"8/22/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":280,"Date":"8/31/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":117,"Date":"9/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":715,"Cost":577,"Date":"9/1/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":574,"Cost":375,"Date":"9/17/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":329,"Cost":209,"Date":"9/29/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":833,"Cost":486,"Date":"11/7/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":231,"Date":"11/26/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":287,"Cost":178,"Date":"11/27/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":546,"Cost":280,"Date":"12/5/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":991,"Cost":924,"Date":"12/26/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":477,"Cost":271,"Date":"12/31/2020"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":155,"Cost":129,"Date":"1/20/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":130,"Cost":105,"Date":"2/2/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":252,"Cost":180,"Date":"2/8/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":423,"Cost":385,"Date":"2/27/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":377,"Cost":275,"Date":"3/1/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":264,"Cost":247,"Date":"3/1/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":363,"Date":"3/19/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":774,"Cost":552,"Date":"3/28/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":157,"Date":"5/21/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":471,"Cost":426,"Date":"7/21/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":624,"Date":"8/5/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":864,"Cost":618,"Date":"8/12/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":89,"Cost":61,"Date":"8/21/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":827,"Cost":425,"Date":"8/23/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":754,"Cost":569,"Date":"9/3/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":975,"Cost":526,"Date":"9/5/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":754,"Date":"10/6/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":726,"Cost":406,"Date":"10/19/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":474,"Date":"11/15/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":530,"Date":"12/8/2021"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":768,"Cost":578,"Date":"1/8/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":57,"Cost":49,"Date":"1/14/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":525,"Cost":307,"Date":"1/19/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":943,"Cost":634,"Date":"1/28/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":501,"Cost":449,"Date":"1/31/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":194,"Date":"3/27/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":289,"Cost":161,"Date":"4/20/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":219,"Date":"4/24/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":696,"Cost":423,"Date":"4/28/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":229,"Cost":154,"Date":"5/15/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":786,"Cost":661,"Date":"5/16/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":938,"Cost":736,"Date":"5/18/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":575,"Date":"6/2/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":238,"Cost":212,"Date":"6/3/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":467,"Cost":263,"Date":"6/5/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":322,"Date":"6/7/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":150,"Date":"6/14/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":746,"Cost":380,"Date":"6/20/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":767,"Cost":440,"Date":"6/24/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":511,"Date":"7/4/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":683,"Cost":478,"Date":"7/9/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":472,"Cost":305,"Date":"7/12/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":987,"Cost":675,"Date":"8/14/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":51,"Cost":28,"Date":"8/16/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":127,"Date":"8/23/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":135,"Cost":106,"Date":"9/2/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":422,"Date":"9/3/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":722,"Cost":401,"Date":"9/16/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":202,"Cost":170,"Date":"10/4/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":630,"Cost":585,"Date":"11/1/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":575,"Cost":345,"Date":"11/2/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":580,"Cost":435,"Date":"12/17/2022"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":184,"Cost":139,"Date":"2/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":528,"Cost":404,"Date":"2/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":586,"Date":"3/4/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":104,"Cost":57,"Date":"3/9/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":521,"Cost":275,"Date":"3/9/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":6,"Cost":6,"Date":"3/11/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":927,"Cost":742,"Date":"3/17/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":962,"Cost":648,"Date":"3/17/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":56,"Date":"3/23/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":545,"Date":"4/1/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":563,"Date":"5/7/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":186,"Date":"5/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":971,"Cost":650,"Date":"5/20/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":538,"Cost":481,"Date":"6/2/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":694,"Cost":377,"Date":"6/11/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":947,"Cost":677,"Date":"6/16/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":970,"Cost":637,"Date":"6/16/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":776,"Date":"7/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":494,"Date":"7/11/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":496,"Date":"8/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":428,"Cost":335,"Date":"8/29/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":588,"Date":"8/31/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":802,"Cost":715,"Date":"9/8/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":115,"Date":"9/13/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":322,"Cost":252,"Date":"9/14/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":835,"Cost":752,"Date":"9/19/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":98,"Cost":68,"Date":"9/25/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":19,"Date":"10/4/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":806,"Date":"10/10/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":900,"Cost":574,"Date":"10/17/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":191,"Cost":125,"Date":"10/28/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":926,"Cost":752,"Date":"10/30/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":657,"Cost":440,"Date":"11/1/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":754,"Date":"11/15/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":122,"Date":"11/25/2023"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":782,"Cost":584,"Date":"1/10/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":702,"Cost":494,"Date":"1/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":360,"Date":"1/20/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":650,"Date":"2/8/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":351,"Cost":277,"Date":"2/25/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":796,"Cost":499,"Date":"3/7/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":228,"Cost":200,"Date":"3/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":76,"Cost":69,"Date":"3/27/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":323,"Date":"4/5/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":97,"Date":"4/14/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":947,"Cost":678,"Date":"5/3/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":464,"Date":"5/9/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":585,"Date":"5/15/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":53,"Date":"5/25/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":703,"Date":"5/26/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":664,"Cost":585,"Date":"5/31/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":434,"Cost":256,"Date":"7/27/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":812,"Cost":487,"Date":"9/17/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":617,"Cost":362,"Date":"10/6/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":650,"Cost":612,"Date":"10/8/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":880,"Cost":783,"Date":"10/26/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":122,"Date":"11/16/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":560,"Date":"11/18/2024"},{"Store":"Westfield Wollongong","Brand":"HM Home","Country":"Australia","Sale":60,"Cost":32,"Date":"12/1/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":76,"Cost":62,"Date":"2/9/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":980,"Cost":855,"Date":"2/11/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":558,"Cost":283,"Date":"3/10/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":23,"Date":"3/16/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":254,"Date":"3/18/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":779,"Cost":695,"Date":"3/20/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":758,"Cost":638,"Date":"3/26/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":985,"Cost":516,"Date":"6/2/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":647,"Cost":427,"Date":"6/10/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":696,"Date":"6/16/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":216,"Date":"6/25/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":181,"Cost":122,"Date":"7/19/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":917,"Cost":840,"Date":"7/21/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":300,"Cost":176,"Date":"7/25/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":159,"Cost":149,"Date":"8/4/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":167,"Cost":101,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":498,"Cost":289,"Date":"9/4/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":933,"Cost":725,"Date":"9/19/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":773,"Cost":413,"Date":"9/29/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":718,"Date":"10/2/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":115,"Cost":66,"Date":"10/15/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":560,"Cost":364,"Date":"10/30/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":161,"Cost":152,"Date":"11/9/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":687,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":66,"Cost":60,"Date":"11/30/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":273,"Cost":158,"Date":"12/8/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":288,"Date":"12/11/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":368,"Date":"1/15/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":869,"Cost":649,"Date":"1/24/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":194,"Cost":172,"Date":"2/3/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":34,"Cost":23,"Date":"2/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":523,"Cost":422,"Date":"3/9/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":509,"Date":"3/12/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":247,"Cost":153,"Date":"4/19/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":226,"Date":"5/3/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":159,"Cost":152,"Date":"5/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":489,"Date":"6/8/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":322,"Date":"6/26/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":711,"Cost":675,"Date":"7/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":504,"Cost":258,"Date":"7/13/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":732,"Cost":536,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":665,"Cost":491,"Date":"8/26/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":577,"Cost":519,"Date":"9/2/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":600,"Cost":566,"Date":"9/29/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":83,"Cost":79,"Date":"10/12/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":861,"Cost":813,"Date":"11/2/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":486,"Cost":437,"Date":"11/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":798,"Cost":425,"Date":"11/7/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":393,"Cost":257,"Date":"12/1/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":658,"Date":"12/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":442,"Cost":412,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":789,"Cost":603,"Date":"12/18/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":837,"Cost":669,"Date":"12/20/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":608,"Cost":532,"Date":"12/20/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":610,"Cost":308,"Date":"12/21/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":315,"Cost":169,"Date":"1/9/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":618,"Cost":322,"Date":"2/5/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":721,"Cost":380,"Date":"2/16/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":378,"Cost":235,"Date":"2/16/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":761,"Date":"2/18/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":715,"Cost":453,"Date":"2/22/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":506,"Date":"2/25/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":851,"Cost":597,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":361,"Cost":302,"Date":"4/2/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":394,"Cost":332,"Date":"4/3/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":22,"Cost":12,"Date":"4/9/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":779,"Cost":568,"Date":"4/10/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":440,"Date":"4/19/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":898,"Cost":714,"Date":"5/17/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":665,"Date":"5/22/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":731,"Cost":370,"Date":"6/20/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":7,"Cost":7,"Date":"7/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":942,"Cost":515,"Date":"7/4/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":794,"Cost":548,"Date":"7/8/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":408,"Cost":256,"Date":"7/9/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":95,"Date":"7/14/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":141,"Cost":85,"Date":"7/19/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":335,"Cost":177,"Date":"8/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":960,"Cost":539,"Date":"8/6/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":288,"Cost":213,"Date":"8/7/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":481,"Date":"8/22/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":757,"Cost":716,"Date":"8/31/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":757,"Cost":472,"Date":"9/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":837,"Cost":666,"Date":"9/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":555,"Cost":501,"Date":"9/17/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":687,"Cost":622,"Date":"9/29/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":154,"Cost":117,"Date":"11/7/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":669,"Date":"11/26/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":83,"Cost":45,"Date":"11/27/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":551,"Cost":486,"Date":"12/5/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":356,"Cost":329,"Date":"12/26/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":337,"Cost":256,"Date":"12/31/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":564,"Date":"1/20/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":626,"Date":"2/2/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":495,"Date":"2/8/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":739,"Cost":383,"Date":"2/27/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":52,"Cost":47,"Date":"3/1/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":381,"Cost":261,"Date":"3/1/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":609,"Cost":339,"Date":"3/19/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":569,"Cost":318,"Date":"3/28/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":874,"Cost":553,"Date":"5/21/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":342,"Cost":293,"Date":"7/21/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":40,"Date":"8/5/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":507,"Cost":328,"Date":"8/12/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":831,"Date":"8/21/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":676,"Cost":518,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":216,"Cost":205,"Date":"9/3/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":581,"Date":"9/5/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":254,"Cost":201,"Date":"10/6/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":919,"Cost":623,"Date":"10/19/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":28,"Cost":22,"Date":"11/15/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":365,"Date":"12/8/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":856,"Cost":691,"Date":"1/8/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":897,"Cost":615,"Date":"1/14/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":333,"Cost":184,"Date":"1/19/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":870,"Cost":570,"Date":"1/28/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":681,"Cost":447,"Date":"1/31/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":376,"Cost":245,"Date":"3/27/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":652,"Cost":441,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":105,"Cost":64,"Date":"4/24/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":645,"Cost":605,"Date":"4/28/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":799,"Cost":516,"Date":"5/15/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":670,"Date":"5/16/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":906,"Cost":650,"Date":"5/18/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":718,"Cost":650,"Date":"6/2/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":56,"Date":"6/3/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":654,"Cost":579,"Date":"6/5/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":399,"Cost":267,"Date":"6/7/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":817,"Cost":443,"Date":"6/14/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":239,"Date":"6/20/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":433,"Cost":343,"Date":"6/24/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":404,"Cost":249,"Date":"7/4/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":444,"Cost":264,"Date":"7/9/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":484,"Cost":277,"Date":"7/12/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":57,"Cost":40,"Date":"8/14/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":488,"Cost":325,"Date":"8/16/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":964,"Cost":586,"Date":"8/23/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":288,"Date":"9/2/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":540,"Date":"9/3/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":958,"Cost":811,"Date":"9/16/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":628,"Cost":458,"Date":"10/4/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":819,"Cost":734,"Date":"11/1/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":849,"Cost":726,"Date":"11/2/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":77,"Date":"12/17/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":687,"Cost":483,"Date":"2/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":995,"Cost":690,"Date":"2/28/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":428,"Date":"3/4/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":407,"Cost":281,"Date":"3/9/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":388,"Cost":200,"Date":"3/9/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":981,"Cost":918,"Date":"3/11/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":740,"Cost":427,"Date":"3/17/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":174,"Cost":122,"Date":"3/17/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":664,"Cost":357,"Date":"3/23/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":829,"Cost":477,"Date":"4/1/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":715,"Date":"5/7/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":775,"Cost":415,"Date":"5/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":171,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":107,"Cost":96,"Date":"6/2/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":979,"Cost":869,"Date":"6/11/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":509,"Cost":323,"Date":"6/16/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":275,"Cost":223,"Date":"6/16/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":883,"Cost":613,"Date":"7/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":331,"Cost":303,"Date":"7/11/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":10,"Date":"8/28/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":879,"Cost":727,"Date":"8/29/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":452,"Cost":260,"Date":"8/31/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":605,"Date":"9/8/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":282,"Cost":260,"Date":"9/13/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":821,"Cost":624,"Date":"9/14/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":128,"Cost":121,"Date":"9/19/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":329,"Date":"9/25/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":856,"Cost":589,"Date":"10/4/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":729,"Cost":464,"Date":"10/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":387,"Cost":201,"Date":"10/17/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":250,"Cost":175,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":604,"Cost":479,"Date":"10/30/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":125,"Cost":79,"Date":"11/1/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":514,"Cost":375,"Date":"11/15/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":358,"Cost":196,"Date":"11/25/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":952,"Cost":496,"Date":"1/10/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":656,"Cost":496,"Date":"1/14/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":826,"Cost":589,"Date":"1/20/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":648,"Cost":446,"Date":"2/8/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":222,"Cost":183,"Date":"2/25/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":49,"Date":"3/7/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":421,"Cost":334,"Date":"3/14/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":473,"Cost":324,"Date":"3/27/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":945,"Cost":700,"Date":"4/5/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":496,"Cost":310,"Date":"4/14/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":750,"Date":"5/3/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":277,"Date":"5/9/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":544,"Cost":272,"Date":"5/15/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":177,"Cost":94,"Date":"5/25/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":830,"Cost":435,"Date":"5/26/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":139,"Date":"5/31/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":814,"Cost":745,"Date":"7/27/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":619,"Date":"9/17/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":230,"Cost":115,"Date":"10/6/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":523,"Cost":476,"Date":"10/8/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":321,"Cost":291,"Date":"10/26/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":523,"Cost":304,"Date":"11/16/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":867,"Cost":655,"Date":"11/18/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":675,"Cost":416,"Date":"12/1/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":555,"Date":"2/9/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":329,"Cost":302,"Date":"2/11/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":595,"Date":"3/10/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":494,"Cost":438,"Date":"3/16/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":85,"Cost":43,"Date":"3/18/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":30,"Date":"3/20/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":353,"Cost":305,"Date":"3/26/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":680,"Cost":564,"Date":"6/2/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":876,"Date":"6/10/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":642,"Cost":327,"Date":"6/16/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":46,"Cost":41,"Date":"6/25/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":811,"Cost":592,"Date":"7/19/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":524,"Cost":447,"Date":"7/21/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":262,"Cost":203,"Date":"7/25/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":334,"Cost":277,"Date":"8/4/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":311,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":606,"Cost":457,"Date":"9/4/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":426,"Date":"9/19/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":451,"Cost":250,"Date":"9/29/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":313,"Cost":273,"Date":"10/2/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":42,"Cost":31,"Date":"10/15/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":839,"Cost":689,"Date":"10/30/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":133,"Cost":96,"Date":"11/9/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":705,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":279,"Cost":165,"Date":"11/30/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":835,"Cost":555,"Date":"12/8/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":929,"Cost":687,"Date":"12/11/2018"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":629,"Cost":498,"Date":"1/15/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":249,"Cost":213,"Date":"1/24/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":14,"Cost":9,"Date":"2/3/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":97,"Cost":66,"Date":"2/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":169,"Cost":90,"Date":"3/9/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":701,"Cost":507,"Date":"3/12/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":814,"Cost":749,"Date":"4/19/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":844,"Cost":494,"Date":"5/3/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":116,"Cost":105,"Date":"5/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":505,"Date":"6/8/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":113,"Cost":101,"Date":"6/26/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":946,"Cost":891,"Date":"7/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":301,"Cost":174,"Date":"7/13/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":349,"Cost":214,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":38,"Cost":24,"Date":"8/26/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":711,"Cost":563,"Date":"9/2/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":905,"Cost":649,"Date":"9/29/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":684,"Cost":519,"Date":"10/12/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":29,"Cost":21,"Date":"11/2/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":875,"Cost":577,"Date":"11/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":635,"Cost":596,"Date":"11/7/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":577,"Cost":389,"Date":"12/1/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":741,"Cost":652,"Date":"12/4/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":808,"Cost":594,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":48,"Date":"12/18/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":605,"Cost":570,"Date":"12/20/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":325,"Date":"12/20/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":57,"Cost":50,"Date":"12/21/2019"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":187,"Cost":110,"Date":"1/9/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":850,"Cost":516,"Date":"2/5/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":686,"Cost":569,"Date":"2/16/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":976,"Cost":708,"Date":"2/16/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":468,"Date":"2/18/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":25,"Date":"2/22/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":728,"Cost":399,"Date":"2/25/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":16,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":425,"Date":"4/2/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":947,"Cost":496,"Date":"4/3/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":497,"Cost":250,"Date":"4/9/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":896,"Cost":800,"Date":"4/10/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":224,"Date":"4/19/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":503,"Cost":377,"Date":"5/17/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":584,"Cost":547,"Date":"5/22/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":699,"Cost":419,"Date":"6/20/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":301,"Cost":166,"Date":"7/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":490,"Date":"7/4/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":530,"Cost":492,"Date":"7/8/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":401,"Cost":251,"Date":"7/9/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":179,"Cost":97,"Date":"7/14/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":787,"Cost":567,"Date":"7/19/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":206,"Cost":186,"Date":"8/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":985,"Cost":821,"Date":"8/6/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":796,"Cost":463,"Date":"8/7/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":322,"Cost":289,"Date":"8/22/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":841,"Cost":775,"Date":"8/31/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":934,"Cost":639,"Date":"9/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":325,"Cost":188,"Date":"9/1/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":744,"Cost":662,"Date":"9/17/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":93,"Cost":78,"Date":"9/29/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":35,"Cost":25,"Date":"11/7/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":688,"Cost":346,"Date":"11/26/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":468,"Cost":420,"Date":"11/27/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":324,"Cost":302,"Date":"12/5/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":258,"Cost":145,"Date":"12/26/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":446,"Cost":408,"Date":"12/31/2020"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":461,"Cost":250,"Date":"1/20/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":366,"Cost":194,"Date":"2/2/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":166,"Cost":121,"Date":"2/8/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":949,"Cost":770,"Date":"2/27/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":134,"Cost":82,"Date":"3/1/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":632,"Cost":547,"Date":"3/1/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":713,"Cost":638,"Date":"3/19/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":950,"Cost":584,"Date":"3/28/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":514,"Cost":375,"Date":"5/21/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":220,"Cost":143,"Date":"7/21/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":81,"Date":"8/5/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":983,"Cost":922,"Date":"8/12/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":925,"Cost":834,"Date":"8/21/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":361,"Cost":254,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":715,"Date":"9/3/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":338,"Cost":278,"Date":"9/5/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":563,"Date":"10/6/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":504,"Cost":286,"Date":"10/19/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":486,"Cost":413,"Date":"11/15/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":928,"Cost":625,"Date":"12/8/2021"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":84,"Cost":77,"Date":"1/8/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":493,"Date":"1/14/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":583,"Cost":458,"Date":"1/19/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":83,"Cost":78,"Date":"1/28/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":572,"Date":"1/31/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":343,"Cost":267,"Date":"3/27/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":523,"Cost":468,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":80,"Cost":72,"Date":"4/24/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":326,"Cost":291,"Date":"4/28/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":858,"Cost":732,"Date":"5/15/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":126,"Cost":75,"Date":"5/16/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":944,"Cost":798,"Date":"5/18/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":517,"Cost":449,"Date":"6/2/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":198,"Cost":176,"Date":"6/3/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":316,"Cost":247,"Date":"6/5/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":807,"Cost":671,"Date":"6/7/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":876,"Cost":579,"Date":"6/14/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":245,"Cost":129,"Date":"6/20/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":682,"Date":"6/24/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":33,"Cost":18,"Date":"7/4/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":786,"Cost":634,"Date":"7/9/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":50,"Date":"7/12/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":564,"Cost":532,"Date":"8/14/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":329,"Cost":165,"Date":"8/16/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":43,"Cost":24,"Date":"8/23/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":7,"Cost":6,"Date":"9/2/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":882,"Cost":556,"Date":"9/3/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":677,"Date":"9/16/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":862,"Cost":677,"Date":"10/4/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":26,"Cost":16,"Date":"11/1/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":414,"Date":"11/2/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":41,"Date":"12/17/2022"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":55,"Cost":52,"Date":"2/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":448,"Cost":306,"Date":"2/28/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":808,"Cost":539,"Date":"3/4/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":705,"Cost":442,"Date":"3/9/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":451,"Cost":390,"Date":"3/9/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":135,"Cost":90,"Date":"3/11/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":674,"Cost":402,"Date":"3/17/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":681,"Cost":565,"Date":"3/17/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":556,"Cost":317,"Date":"3/23/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":986,"Cost":657,"Date":"4/1/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":411,"Cost":306,"Date":"5/7/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":817,"Cost":615,"Date":"5/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":835,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":130,"Cost":104,"Date":"6/2/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":679,"Cost":511,"Date":"6/11/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":951,"Cost":882,"Date":"6/16/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":487,"Cost":314,"Date":"6/16/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":384,"Cost":217,"Date":"7/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":996,"Cost":856,"Date":"7/11/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":188,"Cost":147,"Date":"8/28/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":967,"Cost":896,"Date":"8/29/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":637,"Date":"8/31/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":516,"Cost":284,"Date":"9/8/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":39,"Date":"9/13/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":266,"Cost":160,"Date":"9/14/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":295,"Cost":172,"Date":"9/19/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":430,"Date":"9/25/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":318,"Cost":168,"Date":"10/4/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":72,"Cost":50,"Date":"10/10/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":274,"Cost":227,"Date":"10/17/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":185,"Cost":114,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":531,"Cost":480,"Date":"10/30/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":152,"Cost":84,"Date":"11/1/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":108,"Cost":72,"Date":"11/15/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":738,"Cost":402,"Date":"11/25/2023"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":999,"Cost":712,"Date":"1/10/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":40,"Cost":21,"Date":"1/14/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":198,"Cost":149,"Date":"1/20/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":159,"Cost":110,"Date":"2/8/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":478,"Date":"2/25/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":321,"Cost":229,"Date":"3/7/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":763,"Cost":622,"Date":"3/14/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":34,"Cost":19,"Date":"3/27/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":904,"Cost":466,"Date":"4/5/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":65,"Cost":38,"Date":"4/14/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":594,"Cost":476,"Date":"5/3/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":214,"Cost":161,"Date":"5/9/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":84,"Date":"5/15/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":756,"Cost":511,"Date":"5/25/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":22,"Cost":16,"Date":"5/26/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":41,"Cost":29,"Date":"5/31/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":61,"Cost":44,"Date":"7/27/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":453,"Cost":262,"Date":"9/17/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":73,"Cost":55,"Date":"10/6/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":8,"Cost":8,"Date":"10/8/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":722,"Cost":650,"Date":"10/26/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":993,"Cost":748,"Date":"11/16/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":553,"Cost":411,"Date":"11/18/2024"},{"Store":"Westfield Geelong","Brand":"HM Home","Country":"Australia","Sale":259,"Cost":147,"Date":"12/1/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":465,"Cost":381,"Date":"2/9/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":478,"Cost":316,"Date":"2/11/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":883,"Cost":528,"Date":"3/10/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":10,"Cost":7,"Date":"3/16/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":745,"Cost":378,"Date":"3/18/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":148,"Cost":135,"Date":"3/20/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":88,"Cost":80,"Date":"3/26/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":760,"Cost":688,"Date":"6/2/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":35,"Cost":18,"Date":"6/10/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":972,"Cost":608,"Date":"6/16/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":325,"Cost":227,"Date":"6/25/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":300,"Cost":269,"Date":"7/19/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":336,"Cost":319,"Date":"7/21/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":235,"Cost":182,"Date":"7/25/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":254,"Cost":179,"Date":"8/4/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":510,"Cost":279,"Date":"9/2/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":504,"Cost":291,"Date":"9/4/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":970,"Cost":572,"Date":"9/19/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":744,"Cost":545,"Date":"9/29/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":149,"Cost":103,"Date":"10/2/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":476,"Cost":440,"Date":"10/15/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":71,"Cost":45,"Date":"10/30/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":737,"Cost":382,"Date":"11/9/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":840,"Cost":568,"Date":"11/23/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":585,"Cost":548,"Date":"11/30/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":907,"Cost":532,"Date":"12/8/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":898,"Cost":657,"Date":"12/11/2018"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":668,"Cost":628,"Date":"1/15/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":801,"Cost":541,"Date":"1/24/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":851,"Cost":717,"Date":"2/3/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":541,"Cost":388,"Date":"2/4/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":693,"Cost":411,"Date":"3/9/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":769,"Cost":430,"Date":"3/12/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":207,"Cost":192,"Date":"4/19/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":551,"Cost":414,"Date":"5/3/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":933,"Cost":724,"Date":"5/4/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":229,"Cost":191,"Date":"6/8/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":124,"Cost":106,"Date":"6/26/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":423,"Cost":228,"Date":"7/4/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":392,"Cost":242,"Date":"7/13/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":790,"Cost":451,"Date":"8/8/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":609,"Cost":379,"Date":"8/26/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":878,"Cost":686,"Date":"9/2/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":308,"Cost":264,"Date":"9/29/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":150,"Cost":90,"Date":"10/12/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":729,"Cost":479,"Date":"11/2/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":633,"Cost":525,"Date":"11/4/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":599,"Cost":452,"Date":"11/7/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":917,"Cost":808,"Date":"12/1/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":70,"Cost":62,"Date":"12/4/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":186,"Cost":170,"Date":"12/7/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":649,"Cost":568,"Date":"12/18/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":233,"Cost":125,"Date":"12/20/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":736,"Cost":672,"Date":"12/20/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":909,"Cost":686,"Date":"12/21/2019"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":307,"Cost":256,"Date":"1/9/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":508,"Cost":316,"Date":"2/5/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":292,"Cost":248,"Date":"2/16/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":953,"Cost":699,"Date":"2/16/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":658,"Cost":545,"Date":"2/18/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":720,"Cost":559,"Date":"2/22/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":721,"Cost":529,"Date":"2/25/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":808,"Cost":473,"Date":"3/8/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":120,"Cost":89,"Date":"4/2/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":983,"Cost":634,"Date":"4/3/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":40,"Cost":29,"Date":"4/9/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":253,"Cost":156,"Date":"4/10/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":747,"Cost":687,"Date":"4/19/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":245,"Cost":190,"Date":"5/17/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":143,"Cost":133,"Date":"5/22/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":11,"Cost":7,"Date":"6/20/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":620,"Cost":509,"Date":"7/1/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":902,"Cost":459,"Date":"7/4/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":222,"Cost":170,"Date":"7/8/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":549,"Cost":519,"Date":"7/9/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":988,"Cost":835,"Date":"7/14/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":530,"Cost":419,"Date":"7/19/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":601,"Cost":375,"Date":"8/1/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":2,"Cost":1,"Date":"8/6/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":609,"Cost":489,"Date":"8/7/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":148,"Cost":108,"Date":"8/22/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":639,"Cost":444,"Date":"8/31/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":101,"Cost":64,"Date":"9/1/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":159,"Cost":111,"Date":"9/1/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":258,"Cost":186,"Date":"9/17/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":547,"Cost":296,"Date":"9/29/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":70,"Cost":66,"Date":"11/7/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":403,"Cost":338,"Date":"11/26/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":898,"Cost":707,"Date":"11/27/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":193,"Cost":117,"Date":"12/5/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":165,"Cost":136,"Date":"12/26/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":224,"Cost":175,"Date":"12/31/2020"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":138,"Cost":102,"Date":"1/20/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":555,"Cost":368,"Date":"2/2/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":345,"Cost":266,"Date":"2/8/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":435,"Cost":403,"Date":"2/27/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":290,"Cost":145,"Date":"3/1/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":349,"Cost":178,"Date":"3/1/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":582,"Cost":488,"Date":"3/19/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":932,"Cost":557,"Date":"3/28/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":706,"Cost":387,"Date":"5/21/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":693,"Cost":612,"Date":"7/21/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":612,"Cost":383,"Date":"8/5/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":585,"Cost":523,"Date":"8/12/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":823,"Cost":610,"Date":"8/21/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":349,"Cost":215,"Date":"8/23/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":715,"Cost":551,"Date":"9/3/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":572,"Cost":474,"Date":"9/5/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":322,"Cost":166,"Date":"10/6/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":661,"Cost":505,"Date":"10/19/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":620,"Cost":513,"Date":"11/15/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":485,"Cost":301,"Date":"12/8/2021"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":910,"Cost":548,"Date":"1/8/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":171,"Cost":153,"Date":"1/14/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":396,"Cost":351,"Date":"1/19/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":41,"Cost":20,"Date":"1/28/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":912,"Cost":520,"Date":"1/31/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":49,"Cost":30,"Date":"3/27/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":592,"Cost":409,"Date":"4/20/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":905,"Cost":722,"Date":"4/24/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":366,"Cost":286,"Date":"4/28/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":77,"Cost":57,"Date":"5/15/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":58,"Cost":51,"Date":"5/16/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":225,"Cost":188,"Date":"5/18/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":497,"Cost":258,"Date":"6/2/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":17,"Cost":9,"Date":"6/3/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":342,"Cost":261,"Date":"6/5/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":53,"Cost":33,"Date":"6/7/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":209,"Cost":176,"Date":"6/14/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":737,"Cost":693,"Date":"6/20/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":712,"Cost":435,"Date":"6/24/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":358,"Cost":336,"Date":"7/4/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":583,"Cost":454,"Date":"7/9/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":52,"Cost":35,"Date":"7/12/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":353,"Cost":178,"Date":"8/14/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":727,"Cost":477,"Date":"8/16/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":390,"Cost":326,"Date":"8/23/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":444,"Cost":374,"Date":"9/2/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":152,"Cost":96,"Date":"9/3/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":113,"Cost":98,"Date":"9/16/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":358,"Cost":269,"Date":"10/4/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":845,"Cost":728,"Date":"11/1/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":463,"Cost":242,"Date":"11/2/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":847,"Cost":623,"Date":"12/17/2022"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":394,"Cost":313,"Date":"2/10/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":903,"Cost":492,"Date":"2/28/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":827,"Cost":609,"Date":"3/4/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":294,"Cost":166,"Date":"3/9/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":759,"Cost":459,"Date":"3/9/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":16,"Cost":15,"Date":"3/11/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":545,"Cost":509,"Date":"3/17/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":499,"Cost":347,"Date":"3/17/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":441,"Cost":318,"Date":"3/23/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":330,"Cost":312,"Date":"4/1/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":350,"Cost":262,"Date":"5/7/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":967,"Cost":747,"Date":"5/10/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":890,"Cost":795,"Date":"5/20/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":714,"Cost":635,"Date":"6/2/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":50,"Cost":25,"Date":"6/11/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":988,"Cost":590,"Date":"6/16/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":855,"Cost":505,"Date":"6/16/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":507,"Cost":372,"Date":"7/10/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":684,"Cost":379,"Date":"7/11/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":677,"Cost":548,"Date":"8/28/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":335,"Cost":234,"Date":"8/29/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":973,"Cost":709,"Date":"8/31/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":584,"Cost":532,"Date":"9/8/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":678,"Cost":363,"Date":"9/13/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":882,"Cost":750,"Date":"9/14/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":447,"Cost":399,"Date":"9/19/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":871,"Cost":805,"Date":"9/25/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":789,"Cost":521,"Date":"10/4/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":615,"Cost":444,"Date":"10/10/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":317,"Cost":236,"Date":"10/17/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":411,"Cost":238,"Date":"10/28/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":5,"Cost":4,"Date":"10/30/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":879,"Cost":459,"Date":"11/1/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":725,"Cost":615,"Date":"11/15/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":121,"Cost":80,"Date":"11/25/2023"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":303,"Cost":282,"Date":"1/10/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":248,"Cost":171,"Date":"1/14/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":482,"Cost":367,"Date":"1/20/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":980,"Cost":802,"Date":"2/8/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":311,"Cost":295,"Date":"2/25/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":630,"Cost":360,"Date":"3/7/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":281,"Cost":233,"Date":"3/14/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":752,"Cost":548,"Date":"3/27/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":230,"Cost":171,"Date":"4/5/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":758,"Cost":658,"Date":"4/14/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":182,"Cost":131,"Date":"5/3/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":348,"Cost":178,"Date":"5/9/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":917,"Cost":486,"Date":"5/15/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":627,"Cost":338,"Date":"5/25/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":340,"Cost":287,"Date":"5/26/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":771,"Cost":594,"Date":"5/31/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":173,"Cost":100,"Date":"7/27/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":942,"Cost":520,"Date":"9/17/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":171,"Cost":104,"Date":"10/6/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":881,"Cost":697,"Date":"10/8/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":659,"Cost":479,"Date":"10/26/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":825,"Cost":740,"Date":"11/16/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":837,"Cost":619,"Date":"11/18/2024"},{"Store":"Westfield Geelong","Brand":"COS","Country":"Australia","Sale":302,"Cost":195,"Date":"12/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":391,"Cost":242,"Date":"2/9/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":274,"Cost":189,"Date":"2/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":135,"Cost":86,"Date":"3/10/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":9,"Date":"3/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":18,"Cost":13,"Date":"3/18/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":924,"Cost":526,"Date":"3/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":798,"Cost":677,"Date":"3/26/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":822,"Cost":434,"Date":"6/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":616,"Date":"6/10/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":492,"Cost":327,"Date":"6/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":94,"Cost":69,"Date":"6/25/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":132,"Date":"7/19/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":415,"Cost":360,"Date":"7/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":25,"Cost":14,"Date":"7/25/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":823,"Cost":476,"Date":"8/4/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":134,"Cost":122,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":658,"Cost":530,"Date":"9/4/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":251,"Date":"9/19/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":19,"Cost":18,"Date":"9/29/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":887,"Cost":633,"Date":"10/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":114,"Cost":101,"Date":"10/15/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":256,"Date":"10/30/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":340,"Cost":319,"Date":"11/9/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":732,"Cost":580,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":765,"Cost":400,"Date":"11/30/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":371,"Cost":215,"Date":"12/8/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":881,"Cost":746,"Date":"12/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":769,"Cost":571,"Date":"1/15/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":33,"Cost":27,"Date":"1/24/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":985,"Cost":681,"Date":"2/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":432,"Cost":260,"Date":"2/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":911,"Cost":759,"Date":"3/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":248,"Cost":137,"Date":"3/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":920,"Cost":672,"Date":"4/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":862,"Cost":799,"Date":"5/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":431,"Cost":347,"Date":"5/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":9,"Cost":9,"Date":"6/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":493,"Cost":391,"Date":"6/26/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":459,"Cost":402,"Date":"7/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":789,"Cost":674,"Date":"7/13/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":930,"Cost":701,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":866,"Cost":645,"Date":"8/26/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":74,"Cost":70,"Date":"9/2/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":212,"Cost":121,"Date":"9/29/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":455,"Cost":432,"Date":"10/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":759,"Cost":569,"Date":"11/2/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":806,"Cost":650,"Date":"11/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":865,"Cost":614,"Date":"11/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":251,"Cost":187,"Date":"12/1/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":119,"Cost":79,"Date":"12/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":682,"Cost":368,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":801,"Cost":521,"Date":"12/18/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":891,"Cost":751,"Date":"12/20/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":932,"Cost":486,"Date":"12/20/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":590,"Cost":402,"Date":"12/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":671,"Cost":349,"Date":"1/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":550,"Cost":496,"Date":"2/5/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":506,"Cost":434,"Date":"2/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":21,"Cost":17,"Date":"2/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":158,"Cost":141,"Date":"2/18/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":557,"Cost":347,"Date":"2/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":156,"Date":"2/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":92,"Cost":70,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":847,"Cost":435,"Date":"4/2/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":586,"Cost":300,"Date":"4/3/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":49,"Cost":46,"Date":"4/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":443,"Cost":279,"Date":"4/10/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":907,"Cost":562,"Date":"4/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":902,"Cost":501,"Date":"5/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":706,"Cost":572,"Date":"5/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":392,"Cost":217,"Date":"6/20/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":610,"Cost":544,"Date":"7/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":449,"Cost":296,"Date":"7/4/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":435,"Cost":280,"Date":"7/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":714,"Cost":368,"Date":"7/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":813,"Cost":752,"Date":"7/14/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":779,"Cost":455,"Date":"7/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":187,"Cost":145,"Date":"8/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":262,"Cost":246,"Date":"8/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":711,"Cost":625,"Date":"8/7/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":624,"Cost":408,"Date":"8/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":579,"Cost":525,"Date":"8/31/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":672,"Cost":515,"Date":"9/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":695,"Cost":431,"Date":"9/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":101,"Cost":95,"Date":"9/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":15,"Cost":14,"Date":"9/29/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":889,"Cost":508,"Date":"11/7/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":760,"Cost":421,"Date":"11/26/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":527,"Cost":424,"Date":"11/27/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":78,"Cost":55,"Date":"12/5/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":958,"Cost":859,"Date":"12/26/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":959,"Cost":851,"Date":"12/31/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":407,"Date":"1/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":587,"Cost":352,"Date":"2/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":538,"Cost":333,"Date":"2/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":525,"Cost":297,"Date":"2/27/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":946,"Cost":795,"Date":"3/1/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":838,"Cost":754,"Date":"3/1/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":595,"Cost":524,"Date":"3/19/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":40,"Cost":22,"Date":"3/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":137,"Cost":107,"Date":"5/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":370,"Cost":226,"Date":"7/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":279,"Cost":147,"Date":"8/5/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":415,"Cost":221,"Date":"8/12/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":382,"Cost":282,"Date":"8/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":510,"Cost":327,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":156,"Cost":111,"Date":"9/3/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":293,"Date":"9/5/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":727,"Cost":629,"Date":"10/6/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":685,"Cost":557,"Date":"10/19/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":737,"Cost":684,"Date":"11/15/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":508,"Cost":411,"Date":"12/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":752,"Cost":692,"Date":"1/8/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":725,"Cost":528,"Date":"1/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":64,"Cost":59,"Date":"1/19/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":776,"Cost":540,"Date":"1/28/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":668,"Cost":592,"Date":"1/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":367,"Cost":189,"Date":"3/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":883,"Cost":826,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":518,"Cost":321,"Date":"4/24/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":778,"Cost":486,"Date":"4/28/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":159,"Cost":150,"Date":"5/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":530,"Cost":443,"Date":"5/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":642,"Cost":406,"Date":"5/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":162,"Cost":108,"Date":"6/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":210,"Cost":186,"Date":"6/3/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":4,"Cost":3,"Date":"6/5/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":871,"Cost":800,"Date":"6/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":486,"Cost":374,"Date":"6/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":303,"Cost":208,"Date":"6/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":653,"Cost":591,"Date":"6/24/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":181,"Cost":158,"Date":"7/4/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":190,"Cost":111,"Date":"7/9/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":374,"Cost":349,"Date":"7/12/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":270,"Cost":224,"Date":"8/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":527,"Cost":338,"Date":"8/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":486,"Cost":291,"Date":"8/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":868,"Cost":625,"Date":"9/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":479,"Cost":313,"Date":"9/3/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":529,"Cost":410,"Date":"9/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":352,"Cost":213,"Date":"10/4/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":745,"Cost":533,"Date":"11/1/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":752,"Cost":576,"Date":"11/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":395,"Cost":325,"Date":"12/17/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":418,"Cost":227,"Date":"2/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":370,"Cost":273,"Date":"2/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":568,"Cost":319,"Date":"3/4/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":820,"Cost":614,"Date":"3/9/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":550,"Date":"3/9/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":32,"Cost":27,"Date":"3/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":655,"Cost":490,"Date":"3/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":359,"Cost":327,"Date":"3/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":554,"Cost":393,"Date":"3/23/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":329,"Cost":272,"Date":"4/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":538,"Cost":362,"Date":"5/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":842,"Cost":552,"Date":"5/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":626,"Cost":321,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":519,"Cost":413,"Date":"6/2/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":922,"Cost":695,"Date":"6/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":480,"Cost":384,"Date":"6/16/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":133,"Cost":91,"Date":"6/16/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":869,"Cost":791,"Date":"7/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":386,"Cost":223,"Date":"7/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":279,"Cost":215,"Date":"8/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":651,"Cost":596,"Date":"8/29/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":622,"Cost":451,"Date":"8/31/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":148,"Cost":86,"Date":"9/8/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":954,"Cost":785,"Date":"9/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":332,"Cost":310,"Date":"9/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":923,"Cost":775,"Date":"9/19/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":327,"Cost":168,"Date":"9/25/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":309,"Cost":165,"Date":"10/4/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":355,"Cost":225,"Date":"10/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":241,"Cost":190,"Date":"10/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":39,"Cost":21,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":723,"Cost":664,"Date":"10/30/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":834,"Cost":587,"Date":"11/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":78,"Cost":46,"Date":"11/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":71,"Cost":42,"Date":"11/25/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":490,"Cost":271,"Date":"1/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":757,"Cost":657,"Date":"1/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":667,"Cost":532,"Date":"1/20/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":611,"Cost":511,"Date":"2/8/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":286,"Cost":222,"Date":"2/25/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":753,"Cost":622,"Date":"3/7/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":819,"Cost":694,"Date":"3/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":903,"Cost":734,"Date":"3/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":977,"Cost":616,"Date":"4/5/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":634,"Cost":569,"Date":"4/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":656,"Cost":409,"Date":"5/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":288,"Cost":164,"Date":"5/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":323,"Cost":174,"Date":"5/15/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":935,"Cost":579,"Date":"5/25/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":269,"Cost":217,"Date":"5/26/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":240,"Cost":181,"Date":"5/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":430,"Cost":350,"Date":"7/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":513,"Cost":323,"Date":"9/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":735,"Cost":684,"Date":"10/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":708,"Cost":649,"Date":"10/8/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":630,"Cost":547,"Date":"10/26/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":901,"Cost":497,"Date":"11/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":350,"Cost":332,"Date":"11/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"HM Home","Country":"Australia","Sale":603,"Cost":402,"Date":"12/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":427,"Cost":305,"Date":"2/9/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":786,"Cost":645,"Date":"2/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":401,"Cost":377,"Date":"3/10/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":115,"Cost":83,"Date":"3/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":403,"Cost":225,"Date":"3/18/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":543,"Cost":334,"Date":"3/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":991,"Cost":741,"Date":"3/26/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":674,"Cost":454,"Date":"6/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":458,"Cost":330,"Date":"6/10/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":90,"Cost":85,"Date":"6/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":520,"Cost":373,"Date":"6/25/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":577,"Cost":309,"Date":"7/19/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":973,"Cost":715,"Date":"7/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":372,"Cost":267,"Date":"7/25/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":494,"Cost":441,"Date":"8/4/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":941,"Cost":682,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":611,"Cost":480,"Date":"9/4/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":816,"Cost":511,"Date":"9/19/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":363,"Cost":318,"Date":"9/29/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":522,"Cost":477,"Date":"10/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":887,"Cost":695,"Date":"10/15/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":141,"Cost":80,"Date":"10/30/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":797,"Cost":644,"Date":"11/9/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":363,"Cost":292,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":752,"Cost":575,"Date":"11/30/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":737,"Cost":672,"Date":"12/8/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":546,"Cost":357,"Date":"12/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":138,"Cost":117,"Date":"1/15/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":842,"Cost":579,"Date":"1/24/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":272,"Cost":224,"Date":"2/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":254,"Cost":210,"Date":"2/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":191,"Cost":172,"Date":"3/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":883,"Cost":705,"Date":"3/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":839,"Cost":517,"Date":"4/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":159,"Cost":143,"Date":"5/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":28,"Cost":16,"Date":"5/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":70,"Cost":39,"Date":"6/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":331,"Cost":240,"Date":"6/26/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":942,"Cost":857,"Date":"7/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":522,"Cost":467,"Date":"7/13/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":254,"Cost":234,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":372,"Cost":323,"Date":"8/26/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":552,"Cost":468,"Date":"9/2/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":701,"Cost":560,"Date":"9/29/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":832,"Cost":431,"Date":"10/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":902,"Cost":720,"Date":"11/2/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":132,"Cost":106,"Date":"11/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":998,"Cost":598,"Date":"11/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":186,"Cost":141,"Date":"12/1/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":297,"Cost":231,"Date":"12/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":718,"Cost":445,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":415,"Cost":375,"Date":"12/18/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":679,"Cost":547,"Date":"12/20/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":280,"Cost":150,"Date":"12/20/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":395,"Cost":309,"Date":"12/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":210,"Cost":145,"Date":"1/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":915,"Cost":607,"Date":"2/5/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":313,"Cost":269,"Date":"2/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":762,"Cost":556,"Date":"2/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":612,"Cost":315,"Date":"2/18/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":218,"Cost":170,"Date":"2/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":730,"Cost":451,"Date":"2/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":391,"Cost":280,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":199,"Cost":162,"Date":"4/2/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":492,"Cost":280,"Date":"4/3/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":183,"Cost":123,"Date":"4/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":372,"Cost":334,"Date":"4/10/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":773,"Cost":594,"Date":"4/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":877,"Cost":727,"Date":"5/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":424,"Cost":397,"Date":"5/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":967,"Cost":637,"Date":"6/20/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":189,"Cost":100,"Date":"7/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":770,"Cost":424,"Date":"7/4/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":130,"Cost":73,"Date":"7/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":495,"Cost":286,"Date":"7/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":27,"Cost":16,"Date":"7/14/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":842,"Cost":534,"Date":"7/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":943,"Cost":497,"Date":"8/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":992,"Cost":750,"Date":"8/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":368,"Cost":343,"Date":"8/7/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":249,"Cost":143,"Date":"8/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":159,"Cost":118,"Date":"8/31/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":26,"Cost":16,"Date":"9/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":192,"Cost":97,"Date":"9/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":171,"Cost":155,"Date":"9/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":175,"Cost":152,"Date":"9/29/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":592,"Cost":300,"Date":"11/7/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":440,"Cost":376,"Date":"11/26/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":51,"Cost":37,"Date":"11/27/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":434,"Cost":408,"Date":"12/5/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":239,"Cost":125,"Date":"12/26/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":913,"Cost":537,"Date":"12/31/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":334,"Cost":195,"Date":"1/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":566,"Cost":369,"Date":"2/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":961,"Cost":626,"Date":"2/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":52,"Cost":38,"Date":"2/27/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":762,"Cost":643,"Date":"3/1/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":852,"Cost":784,"Date":"3/1/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":982,"Cost":616,"Date":"3/19/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":731,"Cost":446,"Date":"3/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":63,"Cost":52,"Date":"5/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":239,"Cost":188,"Date":"7/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":177,"Cost":108,"Date":"8/5/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":251,"Cost":170,"Date":"8/12/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":509,"Cost":482,"Date":"8/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":34,"Cost":30,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":353,"Cost":301,"Date":"9/3/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":363,"Cost":267,"Date":"9/5/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":891,"Cost":499,"Date":"10/6/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":365,"Cost":304,"Date":"10/19/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":207,"Cost":169,"Date":"11/15/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":389,"Cost":277,"Date":"12/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":547,"Cost":352,"Date":"1/8/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":511,"Cost":272,"Date":"1/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":285,"Cost":248,"Date":"1/19/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":865,"Cost":766,"Date":"1/28/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":12,"Cost":9,"Date":"1/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":520,"Cost":303,"Date":"3/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":312,"Cost":283,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":698,"Cost":494,"Date":"4/24/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":872,"Cost":664,"Date":"4/28/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":222,"Cost":147,"Date":"5/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":987,"Cost":817,"Date":"5/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":197,"Cost":143,"Date":"5/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":975,"Cost":642,"Date":"6/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":476,"Cost":299,"Date":"6/3/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":665,"Cost":414,"Date":"6/5/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":168,"Cost":133,"Date":"6/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":756,"Cost":530,"Date":"6/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":895,"Cost":760,"Date":"6/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":570,"Cost":457,"Date":"6/24/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":838,"Cost":667,"Date":"7/4/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":795,"Cost":572,"Date":"7/9/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":774,"Cost":624,"Date":"7/12/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":878,"Cost":602,"Date":"8/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":234,"Cost":166,"Date":"8/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":894,"Cost":555,"Date":"8/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":884,"Cost":487,"Date":"9/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":456,"Cost":267,"Date":"9/3/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":444,"Cost":372,"Date":"9/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":967,"Cost":614,"Date":"10/4/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":6,"Cost":4,"Date":"11/1/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":224,"Cost":166,"Date":"11/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":523,"Cost":493,"Date":"12/17/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":113,"Cost":92,"Date":"2/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":601,"Cost":410,"Date":"2/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":634,"Cost":428,"Date":"3/4/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":150,"Cost":82,"Date":"3/9/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":198,"Cost":172,"Date":"3/9/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":851,"Cost":490,"Date":"3/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":516,"Cost":452,"Date":"3/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":411,"Cost":367,"Date":"3/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":298,"Cost":177,"Date":"3/23/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":12,"Cost":6,"Date":"4/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":772,"Cost":704,"Date":"5/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":256,"Cost":193,"Date":"5/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":684,"Cost":472,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":887,"Cost":770,"Date":"6/2/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":729,"Cost":551,"Date":"6/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":903,"Cost":477,"Date":"6/16/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":134,"Cost":88,"Date":"6/16/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":878,"Cost":760,"Date":"7/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":341,"Cost":194,"Date":"7/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":284,"Cost":258,"Date":"8/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":175,"Cost":141,"Date":"8/29/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":419,"Cost":213,"Date":"8/31/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":296,"Cost":161,"Date":"9/8/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":469,"Cost":427,"Date":"9/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":742,"Cost":481,"Date":"9/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":58,"Cost":31,"Date":"9/19/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":915,"Cost":695,"Date":"9/25/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":965,"Cost":644,"Date":"10/4/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":167,"Cost":110,"Date":"10/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":636,"Cost":574,"Date":"10/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":286,"Cost":192,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":837,"Cost":504,"Date":"10/30/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":823,"Cost":432,"Date":"11/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":242,"Cost":181,"Date":"11/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":58,"Cost":41,"Date":"11/25/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":347,"Cost":311,"Date":"1/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":284,"Cost":161,"Date":"1/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":413,"Cost":237,"Date":"1/20/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":243,"Cost":227,"Date":"2/8/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":313,"Cost":185,"Date":"2/25/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":924,"Cost":852,"Date":"3/7/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":742,"Cost":488,"Date":"3/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":469,"Cost":359,"Date":"3/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":410,"Cost":374,"Date":"4/5/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":163,"Cost":139,"Date":"4/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":684,"Cost":504,"Date":"5/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":698,"Cost":550,"Date":"5/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":482,"Cost":404,"Date":"5/15/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":765,"Cost":676,"Date":"5/25/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":740,"Cost":658,"Date":"5/26/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":967,"Cost":694,"Date":"5/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":250,"Cost":188,"Date":"7/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":93,"Cost":77,"Date":"9/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":339,"Cost":279,"Date":"10/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":734,"Cost":640,"Date":"10/8/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":320,"Cost":254,"Date":"10/26/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":585,"Cost":491,"Date":"11/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":681,"Cost":483,"Date":"11/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"COS","Country":"Australia","Sale":289,"Cost":229,"Date":"12/1/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":340,"Cost":241,"Date":"2/9/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":330,"Cost":229,"Date":"2/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":774,"Cost":533,"Date":"3/10/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":60,"Cost":54,"Date":"3/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":414,"Cost":296,"Date":"3/18/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":271,"Cost":208,"Date":"3/20/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":99,"Cost":90,"Date":"3/26/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":358,"Cost":337,"Date":"6/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":855,"Cost":796,"Date":"6/10/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":277,"Date":"6/16/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":697,"Cost":406,"Date":"6/25/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":976,"Cost":713,"Date":"7/19/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":462,"Cost":283,"Date":"7/21/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":144,"Cost":101,"Date":"7/25/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":627,"Cost":577,"Date":"8/4/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":511,"Cost":415,"Date":"9/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":113,"Date":"9/4/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":573,"Cost":427,"Date":"9/19/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":480,"Date":"9/29/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":9,"Cost":5,"Date":"10/2/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":638,"Cost":540,"Date":"10/15/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":574,"Cost":332,"Date":"10/30/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":267,"Cost":249,"Date":"11/9/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":572,"Date":"11/23/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":394,"Cost":321,"Date":"11/30/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":5,"Cost":4,"Date":"12/8/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":675,"Cost":365,"Date":"12/11/2018"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":977,"Cost":782,"Date":"1/15/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":975,"Cost":694,"Date":"1/24/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":418,"Cost":315,"Date":"2/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":935,"Cost":836,"Date":"2/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":705,"Cost":398,"Date":"3/9/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":557,"Cost":432,"Date":"3/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":84,"Cost":62,"Date":"4/19/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":647,"Cost":407,"Date":"5/3/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":195,"Cost":111,"Date":"5/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":534,"Cost":445,"Date":"6/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":691,"Cost":514,"Date":"6/26/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":182,"Cost":114,"Date":"7/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":257,"Cost":205,"Date":"7/13/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":990,"Cost":523,"Date":"8/8/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":350,"Date":"8/26/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":99,"Cost":90,"Date":"9/2/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":101,"Cost":91,"Date":"9/29/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":899,"Cost":809,"Date":"10/12/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":417,"Cost":248,"Date":"11/2/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":185,"Cost":105,"Date":"11/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":550,"Cost":389,"Date":"11/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":572,"Cost":302,"Date":"12/1/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":1000,"Cost":545,"Date":"12/4/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":996,"Cost":625,"Date":"12/7/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":199,"Cost":109,"Date":"12/18/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":712,"Cost":573,"Date":"12/20/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":477,"Cost":307,"Date":"12/20/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":369,"Cost":274,"Date":"12/21/2019"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":689,"Cost":397,"Date":"1/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":701,"Date":"2/5/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":123,"Cost":61,"Date":"2/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":700,"Cost":541,"Date":"2/16/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":606,"Cost":343,"Date":"2/18/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":497,"Cost":293,"Date":"2/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":390,"Date":"2/25/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":625,"Cost":551,"Date":"3/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":8,"Cost":6,"Date":"4/2/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":686,"Cost":639,"Date":"4/3/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":381,"Date":"4/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":152,"Cost":128,"Date":"4/10/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":620,"Cost":404,"Date":"4/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":505,"Cost":431,"Date":"5/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":51,"Cost":41,"Date":"5/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":816,"Cost":730,"Date":"6/20/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":253,"Cost":213,"Date":"7/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":454,"Date":"7/4/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":287,"Cost":175,"Date":"7/8/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":62,"Cost":58,"Date":"7/9/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":620,"Cost":354,"Date":"7/14/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":528,"Cost":383,"Date":"7/19/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":123,"Cost":110,"Date":"8/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":182,"Date":"8/6/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":310,"Cost":226,"Date":"8/7/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":21,"Cost":11,"Date":"8/22/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":566,"Cost":483,"Date":"8/31/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":230,"Cost":154,"Date":"9/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":148,"Cost":121,"Date":"9/1/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":142,"Cost":129,"Date":"9/17/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":482,"Cost":433,"Date":"9/29/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":793,"Cost":465,"Date":"11/7/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":958,"Cost":720,"Date":"11/26/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":227,"Cost":168,"Date":"11/27/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":864,"Cost":475,"Date":"12/5/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":696,"Cost":661,"Date":"12/26/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":373,"Cost":193,"Date":"12/31/2020"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":103,"Cost":57,"Date":"1/20/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":874,"Cost":755,"Date":"2/2/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":999,"Cost":832,"Date":"2/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":304,"Cost":154,"Date":"2/27/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":685,"Cost":418,"Date":"3/1/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":855,"Cost":641,"Date":"3/1/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":764,"Cost":391,"Date":"3/19/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":252,"Cost":231,"Date":"3/28/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":882,"Cost":745,"Date":"5/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":624,"Cost":338,"Date":"7/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":479,"Cost":306,"Date":"8/5/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":554,"Cost":320,"Date":"8/12/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":715,"Cost":554,"Date":"8/21/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":241,"Cost":223,"Date":"8/23/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":194,"Date":"9/3/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":488,"Cost":337,"Date":"9/5/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":559,"Cost":452,"Date":"10/6/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":804,"Cost":562,"Date":"10/19/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":190,"Cost":157,"Date":"11/15/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":826,"Cost":598,"Date":"12/8/2021"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":451,"Cost":272,"Date":"1/8/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":878,"Cost":803,"Date":"1/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":926,"Cost":798,"Date":"1/19/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":507,"Date":"1/28/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":508,"Cost":312,"Date":"1/31/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":950,"Cost":563,"Date":"3/27/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":362,"Cost":248,"Date":"4/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":207,"Cost":183,"Date":"4/24/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":388,"Cost":322,"Date":"4/28/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":876,"Cost":770,"Date":"5/15/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":20,"Cost":17,"Date":"5/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":578,"Cost":525,"Date":"5/18/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":91,"Cost":62,"Date":"6/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":760,"Cost":713,"Date":"6/3/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":166,"Cost":127,"Date":"6/5/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":752,"Cost":616,"Date":"6/7/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":141,"Cost":105,"Date":"6/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":25,"Date":"6/20/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":357,"Cost":314,"Date":"6/24/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":920,"Cost":866,"Date":"7/4/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":126,"Cost":82,"Date":"7/9/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":403,"Cost":254,"Date":"7/12/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":792,"Cost":553,"Date":"8/14/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":722,"Cost":574,"Date":"8/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":258,"Date":"8/23/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":968,"Cost":855,"Date":"9/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":639,"Cost":542,"Date":"9/3/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":537,"Cost":444,"Date":"9/16/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":564,"Cost":461,"Date":"10/4/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":828,"Cost":519,"Date":"11/1/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":461,"Cost":310,"Date":"11/2/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":336,"Cost":169,"Date":"12/17/2022"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":858,"Cost":515,"Date":"2/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":226,"Cost":187,"Date":"2/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":53,"Cost":46,"Date":"3/4/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":961,"Cost":580,"Date":"3/9/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":506,"Date":"3/9/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":514,"Cost":402,"Date":"3/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":52,"Cost":32,"Date":"3/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":706,"Cost":632,"Date":"3/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":18,"Cost":9,"Date":"3/23/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":699,"Cost":431,"Date":"4/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":642,"Cost":450,"Date":"5/7/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":197,"Cost":161,"Date":"5/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":734,"Cost":597,"Date":"5/20/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":161,"Cost":114,"Date":"6/2/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":349,"Cost":325,"Date":"6/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":397,"Cost":215,"Date":"6/16/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":353,"Cost":192,"Date":"6/16/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":68,"Cost":56,"Date":"7/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":853,"Cost":559,"Date":"7/11/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":493,"Date":"8/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":933,"Cost":885,"Date":"8/29/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":619,"Cost":415,"Date":"8/31/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":48,"Cost":31,"Date":"9/8/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":762,"Cost":431,"Date":"9/13/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":544,"Cost":336,"Date":"9/14/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":812,"Cost":644,"Date":"9/19/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":160,"Cost":90,"Date":"9/25/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":106,"Cost":91,"Date":"10/4/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":720,"Cost":461,"Date":"10/10/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":226,"Cost":122,"Date":"10/17/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":44,"Cost":32,"Date":"10/28/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":372,"Cost":243,"Date":"10/30/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":351,"Cost":270,"Date":"11/1/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":771,"Cost":552,"Date":"11/15/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":736,"Cost":416,"Date":"11/25/2023"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":496,"Cost":333,"Date":"1/10/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":770,"Cost":485,"Date":"1/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":316,"Cost":189,"Date":"1/20/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":90,"Cost":50,"Date":"2/8/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":814,"Cost":740,"Date":"2/25/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":687,"Cost":498,"Date":"3/7/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":6,"Cost":4,"Date":"3/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":282,"Cost":228,"Date":"3/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":379,"Cost":329,"Date":"4/5/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":302,"Cost":215,"Date":"4/14/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":32,"Cost":29,"Date":"5/3/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":251,"Cost":139,"Date":"5/9/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":870,"Cost":456,"Date":"5/15/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":470,"Cost":395,"Date":"5/25/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":860,"Cost":527,"Date":"5/26/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":701,"Cost":387,"Date":"5/31/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":240,"Cost":129,"Date":"7/27/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":314,"Cost":220,"Date":"9/17/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":434,"Cost":395,"Date":"10/6/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":749,"Cost":473,"Date":"10/8/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":766,"Cost":554,"Date":"10/26/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":777,"Cost":693,"Date":"11/16/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":212,"Cost":145,"Date":"11/18/2024"},{"Store":"Centro Meadow Mews, Launceston","Brand":"Jeans","Country":"Australia","Sale":827,"Cost":631,"Date":"12/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":899,"Cost":739,"Date":"2/9/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":721,"Cost":647,"Date":"2/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":967,"Cost":590,"Date":"3/10/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":329,"Cost":282,"Date":"3/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":682,"Cost":597,"Date":"3/18/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":174,"Cost":133,"Date":"3/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":69,"Cost":47,"Date":"3/26/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":365,"Cost":338,"Date":"6/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":836,"Cost":428,"Date":"6/10/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":171,"Cost":151,"Date":"6/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":271,"Cost":243,"Date":"6/25/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":706,"Cost":453,"Date":"7/19/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":937,"Cost":561,"Date":"7/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":884,"Cost":610,"Date":"7/25/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":683,"Cost":434,"Date":"8/4/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":256,"Cost":194,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":268,"Cost":214,"Date":"9/4/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":306,"Cost":251,"Date":"9/19/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":335,"Cost":285,"Date":"9/29/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":378,"Cost":233,"Date":"10/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":220,"Cost":206,"Date":"10/15/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":615,"Cost":368,"Date":"10/30/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":10,"Cost":5,"Date":"11/9/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":174,"Cost":154,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":541,"Cost":454,"Date":"11/30/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":274,"Cost":178,"Date":"12/8/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":734,"Cost":448,"Date":"12/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":458,"Cost":390,"Date":"1/15/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":243,"Cost":196,"Date":"1/24/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":316,"Cost":222,"Date":"2/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":4,"Cost":3,"Date":"2/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":428,"Cost":315,"Date":"3/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":225,"Cost":174,"Date":"3/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":363,"Cost":333,"Date":"4/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":696,"Cost":634,"Date":"5/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":951,"Cost":592,"Date":"5/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":529,"Cost":353,"Date":"6/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":409,"Cost":257,"Date":"6/26/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":607,"Cost":552,"Date":"7/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":940,"Cost":893,"Date":"7/13/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":853,"Cost":675,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":594,"Cost":555,"Date":"8/26/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":627,"Cost":371,"Date":"9/2/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":983,"Cost":812,"Date":"9/29/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":76,"Cost":53,"Date":"10/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":476,"Cost":423,"Date":"11/2/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":82,"Cost":46,"Date":"11/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":445,"Cost":379,"Date":"11/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":676,"Cost":425,"Date":"12/1/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":260,"Cost":229,"Date":"12/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":828,"Cost":653,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":620,"Cost":383,"Date":"12/18/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":341,"Cost":256,"Date":"12/20/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":713,"Cost":538,"Date":"12/20/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":446,"Cost":299,"Date":"12/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":678,"Cost":446,"Date":"1/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":964,"Cost":537,"Date":"2/5/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":832,"Cost":596,"Date":"2/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":27,"Cost":25,"Date":"2/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":888,"Cost":577,"Date":"2/18/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":182,"Cost":160,"Date":"2/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":299,"Cost":262,"Date":"2/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":348,"Cost":195,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":315,"Cost":181,"Date":"4/2/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":829,"Cost":495,"Date":"4/3/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":123,"Cost":103,"Date":"4/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":411,"Cost":341,"Date":"4/10/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":771,"Cost":699,"Date":"4/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":407,"Cost":337,"Date":"5/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":817,"Cost":482,"Date":"5/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":560,"Cost":519,"Date":"6/20/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":361,"Cost":290,"Date":"7/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":478,"Cost":386,"Date":"7/4/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":762,"Cost":554,"Date":"7/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":344,"Cost":251,"Date":"7/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":829,"Cost":590,"Date":"7/14/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":134,"Cost":90,"Date":"7/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":737,"Cost":648,"Date":"8/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":625,"Cost":548,"Date":"8/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":919,"Cost":718,"Date":"8/7/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":386,"Cost":209,"Date":"8/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":173,"Cost":105,"Date":"8/31/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":874,"Cost":736,"Date":"9/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":932,"Cost":694,"Date":"9/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":334,"Cost":285,"Date":"9/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":253,"Cost":142,"Date":"9/29/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":193,"Cost":147,"Date":"11/7/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":777,"Cost":595,"Date":"11/26/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":360,"Cost":322,"Date":"11/27/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":635,"Cost":525,"Date":"12/5/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":109,"Cost":99,"Date":"12/26/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":357,"Cost":204,"Date":"12/31/2020"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":555,"Cost":375,"Date":"1/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":116,"Cost":68,"Date":"2/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":443,"Cost":407,"Date":"2/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":451,"Cost":239,"Date":"2/27/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":908,"Cost":799,"Date":"3/1/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":982,"Cost":519,"Date":"3/1/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":693,"Cost":625,"Date":"3/19/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":529,"Cost":439,"Date":"3/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":678,"Cost":556,"Date":"5/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":772,"Cost":702,"Date":"7/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":680,"Cost":435,"Date":"8/5/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":469,"Cost":404,"Date":"8/12/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":216,"Cost":145,"Date":"8/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":413,"Cost":392,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":622,"Cost":479,"Date":"9/3/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":792,"Cost":729,"Date":"9/5/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":305,"Cost":177,"Date":"10/6/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":98,"Cost":73,"Date":"10/19/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":532,"Cost":401,"Date":"11/15/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":551,"Cost":477,"Date":"12/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":662,"Cost":443,"Date":"1/8/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":522,"Cost":279,"Date":"1/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":14,"Cost":7,"Date":"1/19/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":82,"Cost":54,"Date":"1/28/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":429,"Cost":317,"Date":"1/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":955,"Cost":883,"Date":"3/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":772,"Cost":495,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":377,"Cost":195,"Date":"4/24/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":627,"Cost":316,"Date":"4/28/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":421,"Cost":319,"Date":"5/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":196,"Cost":150,"Date":"5/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":837,"Cost":495,"Date":"5/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":404,"Cost":252,"Date":"6/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":936,"Cost":613,"Date":"6/3/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":657,"Cost":562,"Date":"6/5/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":605,"Cost":459,"Date":"6/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":59,"Cost":34,"Date":"6/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":172,"Cost":102,"Date":"6/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":673,"Cost":357,"Date":"6/24/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":804,"Cost":430,"Date":"7/4/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":705,"Cost":508,"Date":"7/9/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":706,"Cost":395,"Date":"7/12/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":929,"Cost":561,"Date":"8/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":294,"Cost":205,"Date":"8/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":26,"Cost":15,"Date":"8/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":874,"Cost":526,"Date":"9/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":208,"Cost":117,"Date":"9/3/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":713,"Cost":369,"Date":"9/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":398,"Cost":259,"Date":"10/4/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":807,"Cost":459,"Date":"11/1/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":722,"Cost":546,"Date":"11/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":878,"Cost":689,"Date":"12/17/2022"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":343,"Cost":241,"Date":"2/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":768,"Cost":606,"Date":"2/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":910,"Cost":707,"Date":"3/4/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":937,"Cost":607,"Date":"3/9/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":860,"Cost":610,"Date":"3/9/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":665,"Cost":429,"Date":"3/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":731,"Cost":401,"Date":"3/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":856,"Cost":511,"Date":"3/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":30,"Cost":15,"Date":"3/23/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":517,"Cost":422,"Date":"4/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":851,"Cost":734,"Date":"5/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":941,"Cost":579,"Date":"5/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":885,"Cost":738,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":785,"Cost":658,"Date":"6/2/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":623,"Cost":377,"Date":"6/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":37,"Cost":30,"Date":"6/16/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":523,"Cost":280,"Date":"6/16/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":95,"Cost":48,"Date":"7/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":725,"Cost":611,"Date":"7/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":62,"Cost":55,"Date":"8/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":648,"Cost":418,"Date":"8/29/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":336,"Cost":254,"Date":"8/31/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":727,"Cost":445,"Date":"9/8/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":118,"Cost":66,"Date":"9/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":462,"Cost":425,"Date":"9/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":161,"Cost":104,"Date":"9/19/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":729,"Cost":446,"Date":"9/25/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":117,"Cost":73,"Date":"10/4/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":615,"Cost":509,"Date":"10/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":212,"Cost":127,"Date":"10/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":615,"Cost":412,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":26,"Cost":20,"Date":"10/30/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":617,"Cost":474,"Date":"11/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":12,"Cost":11,"Date":"11/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":670,"Cost":572,"Date":"11/25/2023"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":540,"Cost":440,"Date":"1/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":950,"Cost":891,"Date":"1/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":347,"Cost":308,"Date":"1/20/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":118,"Cost":93,"Date":"2/8/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":132,"Cost":117,"Date":"2/25/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":954,"Cost":511,"Date":"3/7/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":252,"Cost":238,"Date":"3/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":301,"Cost":177,"Date":"3/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":658,"Cost":383,"Date":"4/5/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":444,"Cost":410,"Date":"4/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":647,"Cost":493,"Date":"5/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":745,"Cost":463,"Date":"5/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":494,"Cost":392,"Date":"5/15/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":473,"Cost":307,"Date":"5/25/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":861,"Cost":448,"Date":"5/26/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":111,"Cost":73,"Date":"5/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":642,"Cost":462,"Date":"7/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":210,"Cost":188,"Date":"9/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":816,"Cost":522,"Date":"10/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":27,"Cost":26,"Date":"10/8/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":221,"Cost":149,"Date":"10/26/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":253,"Cost":236,"Date":"11/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":50,"Cost":40,"Date":"11/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"HM","Country":"Germany","Sale":140,"Cost":132,"Date":"12/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":739,"Cost":372,"Date":"2/9/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":151,"Cost":131,"Date":"2/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":512,"Cost":484,"Date":"3/10/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":451,"Cost":233,"Date":"3/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":868,"Cost":694,"Date":"3/18/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":222,"Cost":146,"Date":"3/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":540,"Cost":292,"Date":"3/26/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":662,"Cost":571,"Date":"6/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":712,"Cost":431,"Date":"6/10/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":121,"Cost":110,"Date":"6/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":920,"Cost":619,"Date":"6/25/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":475,"Cost":317,"Date":"7/19/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":181,"Cost":100,"Date":"7/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":33,"Cost":27,"Date":"7/25/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":123,"Cost":106,"Date":"8/4/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":935,"Cost":541,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":362,"Date":"9/4/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":11,"Cost":8,"Date":"9/19/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":422,"Cost":256,"Date":"9/29/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":547,"Date":"10/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":599,"Cost":401,"Date":"10/15/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":23,"Cost":12,"Date":"10/30/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":890,"Cost":634,"Date":"11/9/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":513,"Cost":335,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":521,"Cost":435,"Date":"11/30/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":195,"Cost":178,"Date":"12/8/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":800,"Cost":615,"Date":"12/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":4,"Cost":2,"Date":"1/15/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":386,"Cost":289,"Date":"1/24/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":259,"Cost":162,"Date":"2/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":404,"Cost":236,"Date":"2/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":283,"Cost":262,"Date":"3/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":599,"Cost":311,"Date":"3/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":213,"Cost":153,"Date":"4/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":607,"Cost":434,"Date":"5/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":975,"Cost":489,"Date":"5/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":942,"Cost":876,"Date":"6/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":183,"Cost":161,"Date":"6/26/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":41,"Cost":33,"Date":"7/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":907,"Cost":845,"Date":"7/13/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":531,"Cost":267,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":553,"Cost":510,"Date":"8/26/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":16,"Cost":9,"Date":"9/2/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":480,"Cost":242,"Date":"9/29/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":323,"Cost":193,"Date":"10/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":440,"Cost":413,"Date":"11/2/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":414,"Cost":269,"Date":"11/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":280,"Cost":247,"Date":"11/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":936,"Cost":596,"Date":"12/1/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":295,"Cost":156,"Date":"12/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":973,"Cost":560,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":389,"Cost":251,"Date":"12/18/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":868,"Cost":561,"Date":"12/20/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":682,"Cost":497,"Date":"12/20/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":979,"Cost":898,"Date":"12/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":78,"Cost":57,"Date":"1/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":170,"Cost":134,"Date":"2/5/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":342,"Cost":248,"Date":"2/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":224,"Cost":169,"Date":"2/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":115,"Date":"2/18/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":549,"Cost":298,"Date":"2/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":874,"Cost":690,"Date":"2/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":58,"Cost":38,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":581,"Date":"4/2/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":126,"Cost":95,"Date":"4/3/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":847,"Cost":637,"Date":"4/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":50,"Cost":40,"Date":"4/10/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":349,"Cost":188,"Date":"4/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":682,"Cost":394,"Date":"5/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":862,"Cost":592,"Date":"5/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":748,"Cost":535,"Date":"6/20/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":658,"Cost":348,"Date":"7/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":885,"Cost":475,"Date":"7/4/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":326,"Cost":215,"Date":"7/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":539,"Cost":509,"Date":"7/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":485,"Cost":392,"Date":"7/14/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":423,"Cost":218,"Date":"7/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":794,"Cost":669,"Date":"8/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":507,"Cost":403,"Date":"8/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":141,"Cost":78,"Date":"8/7/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":327,"Cost":207,"Date":"8/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":708,"Cost":553,"Date":"8/31/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":395,"Cost":343,"Date":"9/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":567,"Cost":338,"Date":"9/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":814,"Cost":762,"Date":"9/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":935,"Cost":502,"Date":"9/29/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":9,"Cost":9,"Date":"11/7/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":72,"Cost":61,"Date":"11/26/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":434,"Cost":413,"Date":"11/27/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":66,"Cost":63,"Date":"12/5/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":782,"Cost":643,"Date":"12/26/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":817,"Cost":466,"Date":"12/31/2020"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":839,"Cost":487,"Date":"1/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":914,"Cost":501,"Date":"2/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":538,"Cost":385,"Date":"2/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":137,"Cost":127,"Date":"2/27/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":519,"Cost":301,"Date":"3/1/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":577,"Cost":522,"Date":"3/1/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":855,"Cost":651,"Date":"3/19/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":410,"Cost":363,"Date":"3/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":105,"Cost":53,"Date":"5/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":21,"Cost":15,"Date":"7/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":532,"Cost":387,"Date":"8/5/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":97,"Date":"8/12/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":792,"Cost":418,"Date":"8/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":728,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":102,"Cost":77,"Date":"9/3/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":322,"Date":"9/5/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":15,"Cost":9,"Date":"10/6/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":342,"Cost":222,"Date":"10/19/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":196,"Cost":180,"Date":"11/15/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":580,"Cost":498,"Date":"12/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":593,"Cost":333,"Date":"1/8/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":566,"Cost":289,"Date":"1/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":439,"Cost":404,"Date":"1/19/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":631,"Cost":462,"Date":"1/28/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":989,"Cost":886,"Date":"1/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":423,"Cost":289,"Date":"3/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":277,"Cost":212,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":38,"Cost":27,"Date":"4/24/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":215,"Cost":146,"Date":"4/28/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":554,"Cost":393,"Date":"5/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":616,"Cost":403,"Date":"5/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":63,"Cost":45,"Date":"5/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":882,"Cost":449,"Date":"6/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":241,"Cost":186,"Date":"6/3/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":458,"Cost":243,"Date":"6/5/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":762,"Cost":434,"Date":"6/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":282,"Cost":239,"Date":"6/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":163,"Cost":85,"Date":"6/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":83,"Cost":44,"Date":"6/24/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":226,"Cost":127,"Date":"7/4/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":437,"Cost":325,"Date":"7/9/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":494,"Cost":372,"Date":"7/12/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":843,"Cost":724,"Date":"8/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":720,"Cost":398,"Date":"8/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":156,"Cost":89,"Date":"8/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":979,"Cost":827,"Date":"9/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":859,"Cost":698,"Date":"9/3/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":417,"Cost":236,"Date":"9/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":162,"Cost":109,"Date":"10/4/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":326,"Cost":250,"Date":"11/1/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":792,"Cost":542,"Date":"11/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":907,"Cost":715,"Date":"12/17/2022"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":686,"Cost":572,"Date":"2/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":417,"Cost":313,"Date":"2/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":449,"Cost":313,"Date":"3/4/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":831,"Cost":419,"Date":"3/9/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":649,"Cost":417,"Date":"3/9/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":533,"Cost":443,"Date":"3/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":155,"Cost":115,"Date":"3/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":103,"Cost":76,"Date":"3/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":139,"Cost":109,"Date":"3/23/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":813,"Cost":493,"Date":"4/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":403,"Cost":373,"Date":"5/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":606,"Cost":355,"Date":"5/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":245,"Cost":141,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":238,"Cost":124,"Date":"6/2/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":757,"Cost":535,"Date":"6/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":681,"Cost":384,"Date":"6/16/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":704,"Cost":533,"Date":"6/16/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":56,"Cost":44,"Date":"7/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":339,"Cost":224,"Date":"7/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":746,"Cost":678,"Date":"8/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":740,"Cost":532,"Date":"8/29/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":637,"Date":"8/31/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":306,"Cost":198,"Date":"9/8/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":952,"Cost":813,"Date":"9/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":188,"Cost":142,"Date":"9/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":800,"Cost":706,"Date":"9/19/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":749,"Cost":690,"Date":"9/25/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":564,"Cost":448,"Date":"10/4/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":238,"Cost":163,"Date":"10/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":836,"Cost":429,"Date":"10/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":298,"Cost":219,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":232,"Cost":120,"Date":"10/30/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":953,"Cost":581,"Date":"11/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":359,"Cost":309,"Date":"11/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":290,"Cost":261,"Date":"11/25/2023"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":927,"Cost":510,"Date":"1/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":705,"Cost":627,"Date":"1/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":773,"Cost":649,"Date":"1/20/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":1,"Cost":0,"Date":"2/8/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":940,"Cost":682,"Date":"2/25/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":541,"Cost":291,"Date":"3/7/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":730,"Cost":467,"Date":"3/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":571,"Cost":350,"Date":"3/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":15,"Cost":13,"Date":"4/5/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":392,"Cost":223,"Date":"4/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":661,"Cost":595,"Date":"5/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":304,"Cost":169,"Date":"5/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":145,"Cost":78,"Date":"5/15/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":904,"Cost":677,"Date":"5/25/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":605,"Cost":333,"Date":"5/26/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":388,"Cost":239,"Date":"5/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":630,"Cost":340,"Date":"7/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":365,"Cost":292,"Date":"9/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":109,"Cost":82,"Date":"10/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":533,"Cost":273,"Date":"10/8/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":112,"Cost":103,"Date":"10/26/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":523,"Cost":428,"Date":"11/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":506,"Cost":273,"Date":"11/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"Sellpy","Country":"Germany","Sale":802,"Cost":411,"Date":"12/1/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":396,"Cost":277,"Date":"2/9/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":346,"Cost":236,"Date":"2/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":856,"Cost":572,"Date":"3/10/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":520,"Cost":402,"Date":"3/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":993,"Cost":733,"Date":"3/18/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":550,"Cost":353,"Date":"3/20/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":885,"Cost":738,"Date":"3/26/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":989,"Cost":667,"Date":"6/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":795,"Cost":531,"Date":"6/10/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":652,"Cost":502,"Date":"6/16/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":166,"Cost":131,"Date":"6/25/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":126,"Cost":114,"Date":"7/19/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":342,"Cost":246,"Date":"7/21/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":140,"Cost":128,"Date":"7/25/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":120,"Cost":78,"Date":"8/4/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":429,"Cost":349,"Date":"9/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":901,"Cost":719,"Date":"9/4/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":280,"Cost":210,"Date":"9/19/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":803,"Cost":735,"Date":"9/29/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":879,"Cost":508,"Date":"10/2/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":54,"Cost":48,"Date":"10/15/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":933,"Cost":622,"Date":"10/30/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":676,"Cost":484,"Date":"11/9/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":360,"Cost":208,"Date":"11/23/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":235,"Cost":180,"Date":"11/30/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":754,"Cost":470,"Date":"12/8/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":600,"Cost":522,"Date":"12/11/2018"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":334,"Cost":245,"Date":"1/15/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":16,"Cost":14,"Date":"1/24/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":564,"Cost":364,"Date":"2/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":331,"Cost":257,"Date":"2/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":354,"Cost":181,"Date":"3/9/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":928,"Cost":707,"Date":"3/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":903,"Cost":458,"Date":"4/19/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":749,"Cost":513,"Date":"5/3/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":858,"Cost":485,"Date":"5/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":244,"Cost":178,"Date":"6/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":807,"Cost":609,"Date":"6/26/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":154,"Cost":113,"Date":"7/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":808,"Cost":553,"Date":"7/13/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":297,"Cost":212,"Date":"8/8/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":805,"Cost":735,"Date":"8/26/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":554,"Cost":462,"Date":"9/2/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":657,"Cost":600,"Date":"9/29/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":583,"Cost":529,"Date":"10/12/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":144,"Cost":118,"Date":"11/2/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":582,"Cost":317,"Date":"11/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":61,"Cost":36,"Date":"11/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":864,"Cost":789,"Date":"12/1/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":554,"Cost":513,"Date":"12/4/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":548,"Cost":426,"Date":"12/7/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":517,"Cost":379,"Date":"12/18/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":93,"Cost":62,"Date":"12/20/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":36,"Cost":34,"Date":"12/20/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":766,"Cost":535,"Date":"12/21/2019"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":448,"Cost":358,"Date":"1/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":806,"Cost":463,"Date":"2/5/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":1000,"Cost":803,"Date":"2/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":35,"Cost":18,"Date":"2/16/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":358,"Cost":223,"Date":"2/18/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":842,"Cost":587,"Date":"2/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":918,"Cost":871,"Date":"2/25/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":675,"Cost":607,"Date":"3/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":699,"Cost":637,"Date":"4/2/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":288,"Cost":240,"Date":"4/3/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":802,"Cost":616,"Date":"4/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":763,"Cost":568,"Date":"4/10/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":319,"Cost":251,"Date":"4/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":789,"Cost":635,"Date":"5/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":417,"Cost":230,"Date":"5/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":418,"Cost":266,"Date":"6/20/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":951,"Cost":880,"Date":"7/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":333,"Cost":297,"Date":"7/4/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":639,"Cost":416,"Date":"7/8/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":391,"Cost":297,"Date":"7/9/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":820,"Cost":417,"Date":"7/14/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":772,"Cost":720,"Date":"7/19/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":801,"Cost":584,"Date":"8/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":679,"Cost":487,"Date":"8/6/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":338,"Cost":304,"Date":"8/7/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":2,"Cost":2,"Date":"8/22/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":254,"Cost":204,"Date":"8/31/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":198,"Cost":109,"Date":"9/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":68,"Cost":35,"Date":"9/1/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":280,"Cost":208,"Date":"9/17/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":387,"Cost":358,"Date":"9/29/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":718,"Cost":579,"Date":"11/7/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":775,"Cost":530,"Date":"11/26/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":71,"Cost":42,"Date":"11/27/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":581,"Cost":358,"Date":"12/5/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":25,"Cost":19,"Date":"12/26/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":531,"Cost":313,"Date":"12/31/2020"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":788,"Cost":737,"Date":"1/20/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":7,"Cost":5,"Date":"2/2/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":89,"Cost":83,"Date":"2/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":492,"Cost":352,"Date":"2/27/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":173,"Cost":150,"Date":"3/1/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":285,"Cost":143,"Date":"3/1/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":927,"Cost":732,"Date":"3/19/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":610,"Cost":385,"Date":"3/28/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":861,"Cost":715,"Date":"5/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":554,"Cost":336,"Date":"7/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":255,"Cost":197,"Date":"8/5/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":416,"Cost":357,"Date":"8/12/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":557,"Cost":506,"Date":"8/21/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":40,"Cost":38,"Date":"9/3/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":626,"Cost":557,"Date":"9/5/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":189,"Cost":118,"Date":"10/6/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":885,"Cost":508,"Date":"10/19/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":416,"Cost":366,"Date":"11/15/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":103,"Cost":82,"Date":"12/8/2021"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":925,"Cost":703,"Date":"1/8/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":89,"Cost":69,"Date":"1/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":766,"Cost":442,"Date":"1/19/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":859,"Cost":670,"Date":"1/28/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":370,"Cost":294,"Date":"1/31/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":34,"Cost":32,"Date":"3/27/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":290,"Cost":261,"Date":"4/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":233,"Cost":168,"Date":"4/24/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":793,"Cost":730,"Date":"4/28/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":70,"Cost":62,"Date":"5/15/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":637,"Cost":578,"Date":"5/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":861,"Cost":443,"Date":"5/18/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":992,"Cost":928,"Date":"6/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":970,"Cost":706,"Date":"6/3/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":399,"Cost":202,"Date":"6/5/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":54,"Cost":41,"Date":"6/7/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":684,"Cost":589,"Date":"6/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":583,"Cost":401,"Date":"6/20/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":235,"Cost":165,"Date":"6/24/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":643,"Cost":396,"Date":"7/4/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":202,"Cost":169,"Date":"7/9/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":374,"Cost":332,"Date":"7/12/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":420,"Cost":308,"Date":"8/14/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":437,"Cost":246,"Date":"8/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":660,"Cost":593,"Date":"8/23/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":504,"Cost":399,"Date":"9/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":823,"Cost":465,"Date":"9/3/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":554,"Cost":342,"Date":"9/16/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":827,"Cost":786,"Date":"10/4/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":688,"Cost":636,"Date":"11/1/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":711,"Cost":407,"Date":"11/2/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":619,"Cost":479,"Date":"12/17/2022"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":833,"Cost":719,"Date":"2/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":835,"Cost":433,"Date":"2/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":646,"Cost":478,"Date":"3/4/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":902,"Cost":821,"Date":"3/9/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":676,"Cost":405,"Date":"3/9/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":867,"Cost":818,"Date":"3/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":40,"Cost":24,"Date":"3/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":824,"Cost":508,"Date":"3/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":196,"Cost":165,"Date":"3/23/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":179,"Cost":133,"Date":"4/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":141,"Cost":104,"Date":"5/7/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":843,"Cost":447,"Date":"5/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":803,"Cost":672,"Date":"5/20/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":402,"Cost":326,"Date":"6/2/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":401,"Cost":259,"Date":"6/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":516,"Cost":446,"Date":"6/16/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":270,"Cost":217,"Date":"6/16/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":211,"Cost":198,"Date":"7/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":835,"Cost":770,"Date":"7/11/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":124,"Cost":115,"Date":"8/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":821,"Cost":768,"Date":"8/29/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":757,"Cost":578,"Date":"8/31/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":400,"Cost":303,"Date":"9/8/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":676,"Cost":399,"Date":"9/13/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":29,"Cost":17,"Date":"9/14/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":678,"Cost":420,"Date":"9/19/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":54,"Cost":27,"Date":"9/25/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":871,"Cost":704,"Date":"10/4/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":202,"Cost":155,"Date":"10/10/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":859,"Cost":694,"Date":"10/17/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":135,"Cost":86,"Date":"10/28/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":908,"Cost":847,"Date":"10/30/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":422,"Cost":260,"Date":"11/1/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":803,"Cost":688,"Date":"11/15/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":477,"Cost":275,"Date":"11/25/2023"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":206,"Cost":144,"Date":"1/10/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":500,"Cost":391,"Date":"1/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":593,"Cost":381,"Date":"1/20/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":455,"Cost":271,"Date":"2/8/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":534,"Cost":315,"Date":"2/25/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":245,"Cost":230,"Date":"3/7/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":185,"Cost":157,"Date":"3/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":155,"Cost":107,"Date":"3/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":407,"Cost":221,"Date":"4/5/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":396,"Cost":351,"Date":"4/14/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":961,"Cost":558,"Date":"5/3/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":911,"Cost":729,"Date":"5/9/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":496,"Cost":291,"Date":"5/15/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":423,"Cost":286,"Date":"5/25/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":336,"Cost":274,"Date":"5/26/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":277,"Cost":248,"Date":"5/31/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":865,"Cost":758,"Date":"7/27/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":285,"Cost":166,"Date":"9/17/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":885,"Cost":606,"Date":"10/6/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":491,"Cost":462,"Date":"10/8/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":505,"Cost":468,"Date":"10/26/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":869,"Cost":803,"Date":"11/16/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":458,"Cost":242,"Date":"11/18/2024"},{"Store":"CentrO, Oberhausen","Brand":"Nova","Country":"Germany","Sale":260,"Cost":175,"Date":"12/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":458,"Cost":395,"Date":"2/9/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":611,"Cost":355,"Date":"2/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":225,"Cost":161,"Date":"3/10/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":151,"Cost":103,"Date":"3/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":611,"Cost":360,"Date":"3/18/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":379,"Cost":217,"Date":"3/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":729,"Cost":421,"Date":"3/26/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":634,"Cost":400,"Date":"6/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":35,"Cost":19,"Date":"6/10/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":859,"Cost":810,"Date":"6/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":941,"Cost":845,"Date":"6/25/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":575,"Date":"7/19/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":19,"Cost":18,"Date":"7/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":685,"Cost":481,"Date":"7/25/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":294,"Cost":275,"Date":"8/4/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":111,"Cost":57,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":526,"Cost":417,"Date":"9/4/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":346,"Cost":288,"Date":"9/19/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":73,"Cost":50,"Date":"9/29/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":509,"Cost":424,"Date":"10/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":30,"Cost":16,"Date":"10/15/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":20,"Cost":13,"Date":"10/30/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":466,"Cost":345,"Date":"11/9/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":111,"Cost":67,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":258,"Cost":190,"Date":"11/30/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":149,"Cost":83,"Date":"12/8/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":612,"Cost":492,"Date":"12/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":838,"Cost":483,"Date":"1/15/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":672,"Cost":361,"Date":"1/24/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":825,"Cost":679,"Date":"2/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":542,"Cost":328,"Date":"2/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":280,"Cost":155,"Date":"3/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":761,"Cost":614,"Date":"3/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":522,"Cost":446,"Date":"4/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":213,"Cost":159,"Date":"5/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":573,"Cost":523,"Date":"5/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":218,"Cost":147,"Date":"6/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":464,"Cost":337,"Date":"6/26/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":747,"Cost":569,"Date":"7/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":381,"Cost":193,"Date":"7/13/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":795,"Cost":538,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":896,"Cost":659,"Date":"8/26/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":580,"Cost":539,"Date":"9/2/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":171,"Cost":112,"Date":"9/29/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":619,"Cost":398,"Date":"10/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":204,"Cost":177,"Date":"11/2/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":891,"Cost":670,"Date":"11/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":979,"Cost":676,"Date":"11/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":886,"Cost":532,"Date":"12/1/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":94,"Cost":54,"Date":"12/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":63,"Cost":31,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":741,"Cost":660,"Date":"12/18/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":639,"Cost":400,"Date":"12/20/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":569,"Cost":427,"Date":"12/20/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":450,"Cost":268,"Date":"12/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":208,"Cost":193,"Date":"1/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":507,"Cost":271,"Date":"2/5/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":855,"Cost":621,"Date":"2/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":591,"Cost":366,"Date":"2/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":964,"Cost":507,"Date":"2/18/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":252,"Cost":162,"Date":"2/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":569,"Cost":299,"Date":"2/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":808,"Cost":639,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":880,"Cost":831,"Date":"4/2/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":232,"Cost":181,"Date":"4/3/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":289,"Cost":232,"Date":"4/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":455,"Cost":281,"Date":"4/10/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":925,"Cost":851,"Date":"4/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":294,"Cost":230,"Date":"5/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":435,"Cost":229,"Date":"5/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":418,"Cost":227,"Date":"6/20/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":583,"Date":"7/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":523,"Cost":366,"Date":"7/4/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":332,"Cost":277,"Date":"7/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":597,"Cost":464,"Date":"7/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":560,"Cost":284,"Date":"7/14/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":62,"Cost":56,"Date":"7/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":357,"Cost":233,"Date":"8/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":928,"Cost":689,"Date":"8/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":897,"Cost":764,"Date":"8/7/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":234,"Cost":148,"Date":"8/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":240,"Cost":182,"Date":"8/31/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":881,"Cost":666,"Date":"9/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":253,"Cost":229,"Date":"9/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":548,"Cost":312,"Date":"9/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":997,"Cost":639,"Date":"9/29/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":613,"Cost":454,"Date":"11/7/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":279,"Cost":181,"Date":"11/26/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":471,"Cost":435,"Date":"11/27/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":842,"Cost":492,"Date":"12/5/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":421,"Cost":256,"Date":"12/26/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":34,"Cost":29,"Date":"12/31/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":175,"Cost":111,"Date":"1/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":595,"Cost":344,"Date":"2/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":344,"Cost":312,"Date":"2/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":787,"Cost":621,"Date":"2/27/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":921,"Cost":724,"Date":"3/1/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":731,"Cost":480,"Date":"3/1/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":660,"Cost":595,"Date":"3/19/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":65,"Cost":55,"Date":"3/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":56,"Cost":51,"Date":"5/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":216,"Cost":135,"Date":"7/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":877,"Cost":621,"Date":"8/5/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":925,"Cost":660,"Date":"8/12/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":703,"Cost":453,"Date":"8/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":119,"Cost":112,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":467,"Cost":326,"Date":"9/3/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":49,"Cost":42,"Date":"9/5/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":824,"Cost":658,"Date":"10/6/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":823,"Cost":631,"Date":"10/19/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":485,"Cost":423,"Date":"11/15/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":661,"Cost":491,"Date":"12/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":762,"Cost":596,"Date":"1/8/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":551,"Cost":382,"Date":"1/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":29,"Cost":28,"Date":"1/19/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":716,"Cost":586,"Date":"1/28/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":405,"Cost":342,"Date":"1/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":567,"Cost":321,"Date":"3/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":433,"Cost":281,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":915,"Cost":832,"Date":"4/24/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":140,"Cost":86,"Date":"4/28/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":757,"Cost":474,"Date":"5/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":282,"Cost":261,"Date":"5/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":759,"Cost":453,"Date":"5/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":929,"Cost":845,"Date":"6/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":599,"Cost":359,"Date":"6/3/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":712,"Cost":576,"Date":"6/5/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":811,"Cost":765,"Date":"6/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":724,"Cost":389,"Date":"6/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":747,"Cost":494,"Date":"6/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":987,"Cost":726,"Date":"6/24/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":553,"Cost":404,"Date":"7/4/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":712,"Cost":453,"Date":"7/9/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":610,"Cost":508,"Date":"7/12/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":387,"Cost":232,"Date":"8/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":826,"Cost":773,"Date":"8/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":255,"Cost":205,"Date":"8/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":106,"Cost":94,"Date":"9/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":247,"Cost":152,"Date":"9/3/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":268,"Cost":247,"Date":"9/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":583,"Cost":533,"Date":"10/4/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":634,"Cost":351,"Date":"11/1/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":493,"Cost":272,"Date":"11/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":663,"Cost":481,"Date":"12/17/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":768,"Cost":487,"Date":"2/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":227,"Cost":207,"Date":"2/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":195,"Cost":144,"Date":"3/4/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":652,"Cost":364,"Date":"3/9/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":447,"Cost":243,"Date":"3/9/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":334,"Cost":310,"Date":"3/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":425,"Cost":371,"Date":"3/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":778,"Cost":463,"Date":"3/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":516,"Cost":454,"Date":"3/23/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":196,"Cost":113,"Date":"4/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":945,"Cost":609,"Date":"5/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":394,"Cost":308,"Date":"5/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":317,"Cost":286,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":223,"Cost":130,"Date":"6/2/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":881,"Cost":785,"Date":"6/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":532,"Cost":297,"Date":"6/16/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":450,"Cost":377,"Date":"6/16/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":990,"Cost":704,"Date":"7/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":339,"Cost":208,"Date":"7/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":170,"Cost":126,"Date":"8/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":829,"Cost":617,"Date":"8/29/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":647,"Cost":342,"Date":"8/31/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":566,"Cost":431,"Date":"9/8/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":678,"Cost":503,"Date":"9/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":480,"Cost":275,"Date":"9/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":485,"Cost":381,"Date":"9/19/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":877,"Cost":684,"Date":"9/25/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":220,"Cost":120,"Date":"10/4/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":661,"Cost":541,"Date":"10/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":640,"Cost":335,"Date":"10/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":24,"Cost":17,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":60,"Cost":42,"Date":"10/30/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":398,"Cost":235,"Date":"11/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":260,"Cost":203,"Date":"11/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":512,"Cost":456,"Date":"11/25/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":138,"Cost":94,"Date":"1/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":320,"Cost":196,"Date":"1/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":331,"Cost":238,"Date":"1/20/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":988,"Cost":534,"Date":"2/8/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":485,"Cost":446,"Date":"2/25/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":951,"Cost":539,"Date":"3/7/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":785,"Cost":719,"Date":"3/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":215,"Cost":183,"Date":"3/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":849,"Cost":654,"Date":"4/5/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":657,"Cost":382,"Date":"4/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":840,"Cost":562,"Date":"5/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":663,"Cost":610,"Date":"5/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":6,"Cost":6,"Date":"5/15/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":139,"Cost":106,"Date":"5/25/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":606,"Cost":460,"Date":"5/26/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":91,"Cost":52,"Date":"5/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":313,"Cost":162,"Date":"7/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":219,"Cost":180,"Date":"9/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":390,"Cost":362,"Date":"10/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":610,"Cost":374,"Date":"10/8/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":379,"Cost":302,"Date":"10/26/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":68,"Cost":54,"Date":"11/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":678,"Cost":583,"Date":"11/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"HM","Country":"Germany","Sale":76,"Cost":60,"Date":"12/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":157,"Cost":135,"Date":"2/9/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":581,"Cost":361,"Date":"2/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":924,"Cost":849,"Date":"3/10/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":269,"Cost":150,"Date":"3/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":481,"Cost":451,"Date":"3/18/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":287,"Cost":186,"Date":"3/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":629,"Cost":418,"Date":"3/26/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":922,"Cost":539,"Date":"6/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":177,"Cost":153,"Date":"6/10/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":392,"Cost":345,"Date":"6/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":131,"Cost":71,"Date":"6/25/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":450,"Cost":337,"Date":"7/19/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":774,"Cost":673,"Date":"7/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":144,"Cost":81,"Date":"7/25/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":206,"Cost":194,"Date":"8/4/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":808,"Cost":518,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":679,"Cost":551,"Date":"9/4/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":832,"Cost":478,"Date":"9/19/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":692,"Cost":639,"Date":"9/29/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":325,"Cost":179,"Date":"10/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":999,"Cost":721,"Date":"10/15/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":35,"Cost":28,"Date":"10/30/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":859,"Cost":505,"Date":"11/9/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":720,"Cost":677,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":635,"Cost":448,"Date":"11/30/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":352,"Cost":310,"Date":"12/8/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":111,"Cost":60,"Date":"12/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":100,"Cost":51,"Date":"1/15/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":6,"Cost":4,"Date":"1/24/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":682,"Cost":581,"Date":"2/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":340,"Cost":292,"Date":"2/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":151,"Cost":129,"Date":"3/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":411,"Cost":365,"Date":"3/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":654,"Cost":503,"Date":"4/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":684,"Cost":650,"Date":"5/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":40,"Cost":20,"Date":"5/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":694,"Cost":587,"Date":"6/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":611,"Cost":327,"Date":"6/26/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":474,"Cost":359,"Date":"7/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":986,"Cost":790,"Date":"7/13/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":4,"Cost":2,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":654,"Cost":586,"Date":"8/26/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":887,"Cost":666,"Date":"9/2/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":665,"Cost":588,"Date":"9/29/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":467,"Cost":444,"Date":"10/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":728,"Cost":587,"Date":"11/2/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":783,"Cost":454,"Date":"11/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":839,"Cost":765,"Date":"11/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":756,"Cost":597,"Date":"12/1/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":757,"Cost":601,"Date":"12/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":950,"Cost":809,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":298,"Cost":281,"Date":"12/18/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":272,"Cost":176,"Date":"12/20/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":834,"Cost":633,"Date":"12/20/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":210,"Cost":172,"Date":"12/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":458,"Cost":421,"Date":"1/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":173,"Cost":161,"Date":"2/5/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":344,"Cost":179,"Date":"2/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":700,"Cost":500,"Date":"2/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":278,"Cost":143,"Date":"2/18/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":320,"Cost":233,"Date":"2/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":55,"Cost":52,"Date":"2/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":685,"Cost":496,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":310,"Cost":241,"Date":"4/2/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":743,"Cost":538,"Date":"4/3/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":684,"Cost":429,"Date":"4/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":244,"Cost":225,"Date":"4/10/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":175,"Cost":113,"Date":"4/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":41,"Cost":38,"Date":"5/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":720,"Cost":656,"Date":"5/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":896,"Cost":684,"Date":"6/20/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":595,"Cost":370,"Date":"7/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":450,"Cost":299,"Date":"7/4/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":175,"Cost":91,"Date":"7/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":162,"Cost":128,"Date":"7/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":418,"Cost":301,"Date":"7/14/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":415,"Cost":296,"Date":"7/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":277,"Cost":197,"Date":"8/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":815,"Cost":410,"Date":"8/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":277,"Cost":190,"Date":"8/7/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":473,"Cost":360,"Date":"8/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":264,"Cost":176,"Date":"8/31/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":993,"Cost":922,"Date":"9/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":771,"Cost":563,"Date":"9/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":157,"Cost":131,"Date":"9/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":709,"Cost":435,"Date":"9/29/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":555,"Cost":330,"Date":"11/7/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":958,"Cost":807,"Date":"11/26/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":509,"Cost":316,"Date":"11/27/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":639,"Cost":561,"Date":"12/5/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":592,"Cost":320,"Date":"12/26/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":114,"Cost":104,"Date":"12/31/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":989,"Cost":580,"Date":"1/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":102,"Cost":69,"Date":"2/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":826,"Cost":420,"Date":"2/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":231,"Cost":188,"Date":"2/27/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":765,"Cost":501,"Date":"3/1/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":430,"Cost":266,"Date":"3/1/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":975,"Cost":727,"Date":"3/19/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":354,"Cost":310,"Date":"3/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":412,"Cost":206,"Date":"5/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":683,"Cost":478,"Date":"7/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":135,"Cost":88,"Date":"8/5/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":121,"Cost":65,"Date":"8/12/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":701,"Cost":547,"Date":"8/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":687,"Cost":357,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":629,"Cost":594,"Date":"9/3/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":362,"Cost":220,"Date":"9/5/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":273,"Cost":187,"Date":"10/6/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":672,"Cost":517,"Date":"10/19/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":737,"Cost":463,"Date":"11/15/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":234,"Cost":213,"Date":"12/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":615,"Cost":327,"Date":"1/8/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":755,"Cost":616,"Date":"1/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":549,"Cost":492,"Date":"1/19/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":591,"Cost":446,"Date":"1/28/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":180,"Cost":101,"Date":"1/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":476,"Cost":388,"Date":"3/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":948,"Cost":789,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":274,"Cost":201,"Date":"4/24/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":910,"Cost":779,"Date":"4/28/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":421,"Cost":267,"Date":"5/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":62,"Cost":59,"Date":"5/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":950,"Cost":849,"Date":"5/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":754,"Cost":633,"Date":"6/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":139,"Cost":82,"Date":"6/3/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":642,"Cost":335,"Date":"6/5/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":343,"Cost":288,"Date":"6/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":300,"Cost":195,"Date":"6/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":1,"Cost":1,"Date":"6/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":510,"Cost":334,"Date":"6/24/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":715,"Cost":429,"Date":"7/4/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":609,"Cost":386,"Date":"7/9/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":769,"Cost":509,"Date":"7/12/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":429,"Cost":368,"Date":"8/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":212,"Cost":180,"Date":"8/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":909,"Cost":713,"Date":"8/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":254,"Cost":151,"Date":"9/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":975,"Cost":875,"Date":"9/3/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":413,"Cost":344,"Date":"9/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":45,"Cost":33,"Date":"10/4/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":129,"Cost":84,"Date":"11/1/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":302,"Cost":202,"Date":"11/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":708,"Cost":602,"Date":"12/17/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":407,"Cost":331,"Date":"2/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":74,"Cost":38,"Date":"2/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":929,"Cost":546,"Date":"3/4/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":797,"Cost":502,"Date":"3/9/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":64,"Cost":61,"Date":"3/9/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":581,"Cost":505,"Date":"3/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":903,"Cost":583,"Date":"3/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":44,"Cost":37,"Date":"3/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":862,"Cost":754,"Date":"3/23/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":225,"Cost":127,"Date":"4/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":935,"Cost":499,"Date":"5/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":332,"Cost":232,"Date":"5/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":235,"Cost":135,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":659,"Cost":362,"Date":"6/2/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":601,"Cost":545,"Date":"6/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":336,"Cost":263,"Date":"6/16/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":656,"Cost":491,"Date":"6/16/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":721,"Cost":579,"Date":"7/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":401,"Cost":379,"Date":"7/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":860,"Cost":599,"Date":"8/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":614,"Cost":486,"Date":"8/29/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":673,"Cost":625,"Date":"8/31/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":47,"Cost":44,"Date":"9/8/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":583,"Cost":492,"Date":"9/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":341,"Cost":284,"Date":"9/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":628,"Cost":315,"Date":"9/19/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":296,"Cost":216,"Date":"9/25/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":438,"Cost":237,"Date":"10/4/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":338,"Cost":284,"Date":"10/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":126,"Cost":101,"Date":"10/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":534,"Cost":306,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":376,"Cost":213,"Date":"10/30/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":660,"Cost":478,"Date":"11/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":515,"Cost":455,"Date":"11/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":133,"Cost":97,"Date":"11/25/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":170,"Cost":138,"Date":"1/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":846,"Cost":561,"Date":"1/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":202,"Cost":187,"Date":"1/20/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":870,"Cost":700,"Date":"2/8/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":576,"Cost":488,"Date":"2/25/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":723,"Cost":548,"Date":"3/7/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":45,"Cost":39,"Date":"3/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":666,"Cost":543,"Date":"3/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":55,"Cost":47,"Date":"4/5/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":613,"Cost":493,"Date":"4/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":420,"Cost":375,"Date":"5/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":561,"Cost":527,"Date":"5/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":831,"Cost":541,"Date":"5/15/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":908,"Cost":667,"Date":"5/25/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":900,"Cost":675,"Date":"5/26/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":486,"Cost":281,"Date":"5/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":491,"Cost":320,"Date":"7/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":34,"Cost":22,"Date":"9/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":925,"Cost":574,"Date":"10/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":334,"Cost":257,"Date":"10/8/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":329,"Cost":172,"Date":"10/26/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":755,"Cost":631,"Date":"11/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":309,"Cost":281,"Date":"11/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"COS","Country":"Germany","Sale":277,"Cost":199,"Date":"12/1/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":830,"Date":"2/9/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":328,"Cost":220,"Date":"2/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":176,"Cost":126,"Date":"3/10/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":506,"Date":"3/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":926,"Cost":737,"Date":"3/18/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":932,"Cost":695,"Date":"3/20/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":370,"Date":"3/26/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":238,"Cost":223,"Date":"6/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":161,"Cost":103,"Date":"6/10/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":301,"Date":"6/16/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":120,"Cost":106,"Date":"6/25/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":856,"Cost":729,"Date":"7/19/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":519,"Cost":418,"Date":"7/21/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":152,"Date":"7/25/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":82,"Date":"8/4/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":576,"Cost":460,"Date":"9/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":921,"Cost":500,"Date":"9/4/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":801,"Cost":477,"Date":"9/19/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":409,"Date":"9/29/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":820,"Cost":607,"Date":"10/2/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":7,"Cost":5,"Date":"10/15/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":481,"Cost":281,"Date":"10/30/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":861,"Cost":636,"Date":"11/9/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":745,"Cost":591,"Date":"11/23/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":646,"Cost":507,"Date":"11/30/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":82,"Cost":54,"Date":"12/8/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":24,"Cost":16,"Date":"12/11/2018"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":801,"Cost":618,"Date":"1/15/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":606,"Cost":445,"Date":"1/24/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":836,"Cost":735,"Date":"2/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":404,"Cost":279,"Date":"2/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":613,"Cost":482,"Date":"3/9/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":64,"Cost":58,"Date":"3/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":244,"Cost":199,"Date":"4/19/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":69,"Cost":38,"Date":"5/3/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":860,"Cost":539,"Date":"5/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":385,"Cost":244,"Date":"6/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":820,"Cost":447,"Date":"6/26/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":458,"Date":"7/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":751,"Cost":590,"Date":"7/13/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":360,"Cost":201,"Date":"8/8/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":963,"Cost":583,"Date":"8/26/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":465,"Cost":394,"Date":"9/2/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":473,"Cost":304,"Date":"9/29/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":209,"Cost":164,"Date":"10/12/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":712,"Cost":429,"Date":"11/2/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":867,"Date":"11/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":488,"Cost":353,"Date":"11/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":203,"Cost":143,"Date":"12/1/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":506,"Cost":418,"Date":"12/4/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":483,"Cost":272,"Date":"12/7/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":521,"Date":"12/18/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":465,"Cost":374,"Date":"12/20/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":63,"Date":"12/20/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":837,"Cost":591,"Date":"12/21/2019"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":73,"Date":"1/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":372,"Cost":265,"Date":"2/5/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":377,"Cost":355,"Date":"2/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":918,"Cost":615,"Date":"2/16/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":43,"Cost":23,"Date":"2/18/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":345,"Cost":197,"Date":"2/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":882,"Cost":662,"Date":"2/25/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":39,"Cost":32,"Date":"3/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":84,"Cost":45,"Date":"4/2/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":606,"Cost":560,"Date":"4/3/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":510,"Cost":446,"Date":"4/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":370,"Cost":287,"Date":"4/10/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":629,"Cost":481,"Date":"4/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":497,"Cost":307,"Date":"5/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":94,"Cost":61,"Date":"5/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":678,"Cost":458,"Date":"6/20/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":424,"Cost":403,"Date":"7/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":538,"Cost":425,"Date":"7/4/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":149,"Cost":136,"Date":"7/8/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":985,"Cost":604,"Date":"7/9/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":660,"Cost":544,"Date":"7/14/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":930,"Cost":825,"Date":"7/19/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":990,"Cost":625,"Date":"8/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":871,"Cost":812,"Date":"8/6/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":404,"Cost":251,"Date":"8/7/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":109,"Cost":61,"Date":"8/22/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":610,"Date":"8/31/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":409,"Cost":300,"Date":"9/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":707,"Cost":525,"Date":"9/1/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":133,"Cost":116,"Date":"9/17/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":642,"Cost":490,"Date":"9/29/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":511,"Cost":375,"Date":"11/7/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":207,"Cost":166,"Date":"11/26/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":955,"Cost":516,"Date":"11/27/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":998,"Cost":748,"Date":"12/5/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":294,"Date":"12/26/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":26,"Cost":19,"Date":"12/31/2020"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":659,"Cost":338,"Date":"1/20/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":190,"Cost":157,"Date":"2/2/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":456,"Cost":286,"Date":"2/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":556,"Cost":299,"Date":"2/27/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":413,"Date":"3/1/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":633,"Date":"3/1/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":837,"Cost":649,"Date":"3/19/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":853,"Cost":784,"Date":"3/28/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":515,"Cost":369,"Date":"5/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":195,"Cost":97,"Date":"7/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":874,"Cost":601,"Date":"8/5/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":164,"Cost":125,"Date":"8/12/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":434,"Cost":326,"Date":"8/21/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":135,"Cost":103,"Date":"8/23/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":274,"Cost":148,"Date":"9/3/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":760,"Cost":641,"Date":"9/5/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":389,"Cost":255,"Date":"10/6/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":564,"Cost":348,"Date":"10/19/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":908,"Cost":483,"Date":"11/15/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":35,"Cost":24,"Date":"12/8/2021"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":540,"Date":"1/8/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":238,"Cost":222,"Date":"1/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":81,"Cost":59,"Date":"1/19/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":179,"Date":"1/28/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":203,"Date":"1/31/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":28,"Date":"3/27/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":50,"Cost":44,"Date":"4/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":538,"Cost":511,"Date":"4/24/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":685,"Cost":649,"Date":"4/28/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":876,"Cost":662,"Date":"5/15/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":553,"Cost":510,"Date":"5/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":460,"Date":"5/18/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":536,"Cost":294,"Date":"6/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":463,"Date":"6/3/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":369,"Date":"6/5/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":430,"Date":"6/7/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":504,"Cost":352,"Date":"6/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":55,"Cost":32,"Date":"6/20/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":673,"Cost":374,"Date":"6/24/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":932,"Cost":559,"Date":"7/4/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":403,"Date":"7/9/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":442,"Cost":300,"Date":"7/12/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":835,"Cost":534,"Date":"8/14/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":328,"Cost":234,"Date":"8/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":864,"Cost":505,"Date":"8/23/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":84,"Date":"9/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":738,"Cost":567,"Date":"9/3/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":972,"Cost":857,"Date":"9/16/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":454,"Cost":332,"Date":"10/4/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":242,"Cost":156,"Date":"11/1/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":273,"Cost":193,"Date":"11/2/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":236,"Cost":124,"Date":"12/17/2022"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":110,"Cost":103,"Date":"2/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":724,"Cost":389,"Date":"2/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":208,"Cost":182,"Date":"3/4/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":576,"Cost":362,"Date":"3/9/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":786,"Cost":659,"Date":"3/9/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":11,"Cost":6,"Date":"3/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":961,"Cost":718,"Date":"3/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":260,"Cost":244,"Date":"3/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":304,"Date":"3/23/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":15,"Cost":11,"Date":"4/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":105,"Date":"5/7/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":90,"Date":"5/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":139,"Date":"5/20/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":586,"Cost":306,"Date":"6/2/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":513,"Cost":418,"Date":"6/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":700,"Date":"6/16/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":726,"Cost":502,"Date":"6/16/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":433,"Cost":349,"Date":"7/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":145,"Date":"7/11/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":187,"Cost":105,"Date":"8/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":231,"Cost":210,"Date":"8/29/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":498,"Cost":431,"Date":"8/31/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":463,"Cost":251,"Date":"9/8/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":144,"Cost":100,"Date":"9/13/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":446,"Date":"9/14/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":276,"Cost":148,"Date":"9/19/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":483,"Cost":454,"Date":"9/25/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":689,"Cost":627,"Date":"10/4/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":852,"Cost":653,"Date":"10/10/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":198,"Cost":161,"Date":"10/17/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":289,"Date":"10/28/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":353,"Cost":269,"Date":"10/30/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":517,"Cost":491,"Date":"11/1/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":997,"Cost":617,"Date":"11/15/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":449,"Cost":262,"Date":"11/25/2023"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":677,"Cost":496,"Date":"1/10/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":672,"Cost":628,"Date":"1/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":916,"Cost":720,"Date":"1/20/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":415,"Date":"2/8/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":784,"Cost":736,"Date":"2/25/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":430,"Cost":377,"Date":"3/7/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":59,"Cost":36,"Date":"3/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":126,"Cost":65,"Date":"3/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":210,"Cost":154,"Date":"4/5/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":172,"Date":"4/14/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":313,"Cost":297,"Date":"5/3/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":746,"Cost":399,"Date":"5/9/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":432,"Cost":265,"Date":"5/15/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":471,"Date":"5/25/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":354,"Cost":215,"Date":"5/26/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":592,"Cost":484,"Date":"5/31/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":202,"Date":"7/27/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":94,"Cost":75,"Date":"9/17/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":907,"Cost":747,"Date":"10/6/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":456,"Cost":373,"Date":"10/8/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":497,"Cost":289,"Date":"10/26/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":828,"Cost":477,"Date":"11/16/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":828,"Cost":647,"Date":"11/18/2024"},{"Store":"Mall of Ku'damm, Berlin","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":540,"Date":"12/1/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":224,"Cost":155,"Date":"2/9/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":691,"Cost":586,"Date":"2/11/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":237,"Cost":121,"Date":"3/10/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":181,"Cost":100,"Date":"3/16/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":679,"Cost":572,"Date":"3/18/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":841,"Cost":438,"Date":"3/20/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":911,"Cost":698,"Date":"3/26/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":121,"Cost":98,"Date":"6/2/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":973,"Cost":742,"Date":"6/10/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":981,"Cost":742,"Date":"6/16/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":408,"Date":"6/25/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":834,"Cost":670,"Date":"7/19/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":420,"Cost":290,"Date":"7/21/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":928,"Cost":692,"Date":"7/25/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":439,"Cost":357,"Date":"8/4/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":315,"Cost":247,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":108,"Cost":64,"Date":"9/4/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":486,"Cost":353,"Date":"9/19/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":69,"Cost":61,"Date":"9/29/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":690,"Cost":454,"Date":"10/2/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":30,"Cost":28,"Date":"10/15/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":777,"Cost":405,"Date":"10/30/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":666,"Cost":586,"Date":"11/9/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":92,"Cost":62,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":292,"Cost":277,"Date":"11/30/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":243,"Cost":140,"Date":"12/8/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":679,"Cost":369,"Date":"12/11/2018"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":693,"Cost":438,"Date":"1/15/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":793,"Cost":532,"Date":"1/24/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":638,"Cost":428,"Date":"2/3/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":104,"Cost":74,"Date":"2/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":48,"Cost":30,"Date":"3/9/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":406,"Cost":339,"Date":"3/12/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":750,"Cost":654,"Date":"4/19/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":740,"Cost":437,"Date":"5/3/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":521,"Cost":427,"Date":"5/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":272,"Cost":207,"Date":"6/8/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":435,"Cost":345,"Date":"6/26/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":249,"Cost":225,"Date":"7/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":256,"Cost":239,"Date":"7/13/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":929,"Cost":882,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":30,"Cost":23,"Date":"8/26/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":969,"Cost":734,"Date":"9/2/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":473,"Cost":278,"Date":"9/29/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":332,"Cost":235,"Date":"10/12/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":594,"Cost":489,"Date":"11/2/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":905,"Cost":463,"Date":"11/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":228,"Cost":200,"Date":"11/7/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":151,"Cost":79,"Date":"12/1/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":385,"Cost":256,"Date":"12/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":277,"Cost":178,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":487,"Cost":352,"Date":"12/18/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":435,"Cost":232,"Date":"12/20/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":834,"Cost":757,"Date":"12/20/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":460,"Date":"12/21/2019"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":374,"Cost":189,"Date":"1/9/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":603,"Date":"2/5/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":701,"Cost":394,"Date":"2/16/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":561,"Cost":331,"Date":"2/16/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":416,"Date":"2/18/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":363,"Cost":274,"Date":"2/22/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":128,"Cost":108,"Date":"2/25/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":182,"Cost":143,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":446,"Cost":346,"Date":"4/2/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":888,"Cost":767,"Date":"4/3/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":869,"Cost":494,"Date":"4/9/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":23,"Cost":19,"Date":"4/10/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":245,"Cost":199,"Date":"4/19/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":798,"Cost":513,"Date":"5/17/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":361,"Cost":339,"Date":"5/22/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":217,"Cost":162,"Date":"6/20/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":76,"Cost":47,"Date":"7/1/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":706,"Cost":485,"Date":"7/4/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":258,"Cost":178,"Date":"7/8/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":99,"Cost":92,"Date":"7/9/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":966,"Cost":625,"Date":"7/14/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":785,"Cost":452,"Date":"7/19/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":758,"Cost":490,"Date":"8/1/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":531,"Cost":301,"Date":"8/6/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":708,"Cost":666,"Date":"8/7/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":5,"Cost":3,"Date":"8/22/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":509,"Cost":318,"Date":"8/31/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":98,"Cost":90,"Date":"9/1/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":277,"Date":"9/1/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":526,"Cost":379,"Date":"9/17/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":865,"Cost":735,"Date":"9/29/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":15,"Cost":8,"Date":"11/7/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":940,"Cost":490,"Date":"11/26/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":927,"Cost":494,"Date":"11/27/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":312,"Date":"12/5/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":398,"Cost":272,"Date":"12/26/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":104,"Cost":58,"Date":"12/31/2020"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":387,"Date":"1/20/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":530,"Cost":362,"Date":"2/2/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":776,"Cost":425,"Date":"2/8/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":539,"Cost":500,"Date":"2/27/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":261,"Cost":219,"Date":"3/1/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":529,"Cost":316,"Date":"3/1/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":297,"Cost":252,"Date":"3/19/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":134,"Cost":120,"Date":"3/28/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":799,"Cost":517,"Date":"5/21/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":823,"Cost":709,"Date":"7/21/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":574,"Cost":500,"Date":"8/5/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":249,"Cost":130,"Date":"8/12/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":30,"Cost":17,"Date":"8/21/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":13,"Cost":8,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":511,"Cost":440,"Date":"9/3/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":172,"Cost":124,"Date":"9/5/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":899,"Cost":580,"Date":"10/6/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":895,"Cost":460,"Date":"10/19/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":199,"Cost":117,"Date":"11/15/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":871,"Cost":794,"Date":"12/8/2021"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":590,"Cost":322,"Date":"1/8/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":959,"Cost":597,"Date":"1/14/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":780,"Cost":554,"Date":"1/19/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":489,"Cost":287,"Date":"1/28/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":790,"Cost":573,"Date":"1/31/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":854,"Cost":585,"Date":"3/27/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":1000,"Cost":843,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":698,"Cost":357,"Date":"4/24/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":227,"Cost":152,"Date":"4/28/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":720,"Cost":663,"Date":"5/15/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":299,"Cost":183,"Date":"5/16/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":355,"Cost":226,"Date":"5/18/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":79,"Cost":46,"Date":"6/2/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":626,"Cost":345,"Date":"6/3/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":165,"Cost":147,"Date":"6/5/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":68,"Date":"6/7/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":196,"Cost":162,"Date":"6/14/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":767,"Cost":417,"Date":"6/20/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":23,"Cost":17,"Date":"6/24/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":913,"Cost":671,"Date":"7/4/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":112,"Date":"7/9/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":177,"Cost":166,"Date":"7/12/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":207,"Cost":148,"Date":"8/14/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":89,"Cost":54,"Date":"8/16/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":742,"Cost":554,"Date":"8/23/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":272,"Date":"9/2/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":188,"Cost":110,"Date":"9/3/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":365,"Cost":319,"Date":"9/16/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":732,"Cost":682,"Date":"10/4/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":98,"Cost":61,"Date":"11/1/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":282,"Cost":230,"Date":"11/2/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":382,"Cost":331,"Date":"12/17/2022"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":90,"Cost":85,"Date":"2/10/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":159,"Cost":116,"Date":"2/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":747,"Cost":457,"Date":"3/4/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":717,"Cost":540,"Date":"3/9/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":44,"Cost":39,"Date":"3/9/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":58,"Cost":36,"Date":"3/11/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":659,"Cost":503,"Date":"3/17/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":348,"Cost":309,"Date":"3/17/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":99,"Cost":72,"Date":"3/23/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":752,"Cost":504,"Date":"4/1/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":708,"Cost":582,"Date":"5/7/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":261,"Cost":155,"Date":"5/10/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":368,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":544,"Cost":463,"Date":"6/2/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":176,"Cost":129,"Date":"6/11/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":703,"Cost":594,"Date":"6/16/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":703,"Cost":631,"Date":"6/16/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":471,"Cost":442,"Date":"7/10/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":728,"Cost":680,"Date":"7/11/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":701,"Cost":379,"Date":"8/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":667,"Cost":341,"Date":"8/29/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":26,"Cost":25,"Date":"8/31/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":751,"Cost":419,"Date":"9/8/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":833,"Cost":691,"Date":"9/13/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":844,"Cost":504,"Date":"9/14/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":980,"Cost":686,"Date":"9/19/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":274,"Cost":231,"Date":"9/25/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":777,"Cost":468,"Date":"10/4/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":765,"Cost":588,"Date":"10/10/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":165,"Cost":83,"Date":"10/17/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":756,"Cost":627,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":819,"Cost":502,"Date":"10/30/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":514,"Cost":482,"Date":"11/1/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":447,"Cost":399,"Date":"11/15/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":234,"Date":"11/25/2023"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":885,"Cost":649,"Date":"1/10/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":802,"Cost":762,"Date":"1/14/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":977,"Cost":832,"Date":"1/20/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":238,"Cost":180,"Date":"2/8/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":70,"Date":"2/25/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":469,"Cost":394,"Date":"3/7/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":17,"Cost":10,"Date":"3/14/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":838,"Cost":569,"Date":"3/27/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":963,"Cost":661,"Date":"4/5/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":547,"Cost":374,"Date":"4/14/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":491,"Cost":415,"Date":"5/3/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":864,"Cost":632,"Date":"5/9/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":395,"Cost":300,"Date":"5/15/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":556,"Cost":489,"Date":"5/25/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":432,"Cost":319,"Date":"5/26/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":565,"Cost":487,"Date":"5/31/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":300,"Cost":251,"Date":"7/27/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":995,"Cost":785,"Date":"9/17/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":859,"Cost":624,"Date":"10/6/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":761,"Cost":461,"Date":"10/8/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":167,"Cost":127,"Date":"10/26/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":261,"Cost":212,"Date":"11/16/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":594,"Cost":371,"Date":"11/18/2024"},{"Store":"Alexa, Berlin","Brand":"HM Home","Country":"Germany","Sale":680,"Cost":539,"Date":"12/1/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":697,"Cost":599,"Date":"2/9/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":178,"Cost":153,"Date":"2/11/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":581,"Cost":407,"Date":"3/10/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":450,"Cost":346,"Date":"3/16/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":977,"Cost":542,"Date":"3/18/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":939,"Cost":836,"Date":"3/20/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":570,"Cost":417,"Date":"3/26/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":896,"Cost":635,"Date":"6/2/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":407,"Cost":361,"Date":"6/10/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":947,"Cost":551,"Date":"6/16/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":303,"Cost":179,"Date":"6/25/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":137,"Cost":100,"Date":"7/19/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":178,"Cost":94,"Date":"7/21/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":774,"Cost":697,"Date":"7/25/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":770,"Cost":525,"Date":"8/4/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":758,"Cost":453,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":696,"Cost":373,"Date":"9/4/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":543,"Cost":299,"Date":"9/19/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":837,"Cost":732,"Date":"9/29/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":839,"Cost":562,"Date":"10/2/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":635,"Cost":518,"Date":"10/15/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":194,"Cost":169,"Date":"10/30/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":77,"Cost":56,"Date":"11/9/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":6,"Cost":4,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":734,"Cost":594,"Date":"11/30/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":771,"Cost":667,"Date":"12/8/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":642,"Cost":471,"Date":"12/11/2018"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":379,"Cost":259,"Date":"1/15/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":885,"Cost":643,"Date":"1/24/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":1000,"Cost":879,"Date":"2/3/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":112,"Cost":69,"Date":"2/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":198,"Cost":186,"Date":"3/9/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":54,"Cost":34,"Date":"3/12/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":525,"Cost":276,"Date":"4/19/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":925,"Cost":725,"Date":"5/3/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":160,"Cost":127,"Date":"5/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":732,"Cost":536,"Date":"6/8/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":507,"Cost":453,"Date":"6/26/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":138,"Cost":99,"Date":"7/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":638,"Cost":500,"Date":"7/13/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":202,"Cost":153,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":264,"Cost":175,"Date":"8/26/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":943,"Cost":793,"Date":"9/2/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":635,"Cost":482,"Date":"9/29/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":775,"Cost":715,"Date":"10/12/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":967,"Cost":503,"Date":"11/2/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":441,"Cost":339,"Date":"11/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":78,"Cost":61,"Date":"11/7/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":559,"Cost":479,"Date":"12/1/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":28,"Cost":18,"Date":"12/4/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":788,"Cost":671,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":850,"Cost":647,"Date":"12/18/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":91,"Cost":73,"Date":"12/20/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":955,"Cost":684,"Date":"12/20/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":514,"Cost":415,"Date":"12/21/2019"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":423,"Cost":339,"Date":"1/9/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":624,"Cost":460,"Date":"2/5/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":261,"Cost":134,"Date":"2/16/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":505,"Cost":446,"Date":"2/16/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":995,"Cost":605,"Date":"2/18/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":53,"Cost":49,"Date":"2/22/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":999,"Cost":725,"Date":"2/25/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":179,"Cost":120,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":778,"Cost":540,"Date":"4/2/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":216,"Cost":186,"Date":"4/3/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":358,"Cost":278,"Date":"4/9/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":745,"Cost":395,"Date":"4/10/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":625,"Cost":527,"Date":"4/19/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":223,"Cost":122,"Date":"5/17/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":813,"Cost":414,"Date":"5/22/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":657,"Cost":501,"Date":"6/20/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":229,"Cost":157,"Date":"7/1/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":494,"Cost":315,"Date":"7/4/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":712,"Cost":558,"Date":"7/8/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":973,"Cost":846,"Date":"7/9/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":408,"Cost":249,"Date":"7/14/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":972,"Cost":545,"Date":"7/19/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":522,"Cost":455,"Date":"8/1/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":106,"Cost":63,"Date":"8/6/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":285,"Cost":182,"Date":"8/7/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":363,"Cost":292,"Date":"8/22/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":456,"Cost":348,"Date":"8/31/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":733,"Cost":641,"Date":"9/1/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":855,"Cost":533,"Date":"9/1/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":195,"Cost":127,"Date":"9/17/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":799,"Cost":744,"Date":"9/29/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":816,"Cost":728,"Date":"11/7/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":170,"Cost":145,"Date":"11/26/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":123,"Cost":68,"Date":"11/27/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":920,"Cost":783,"Date":"12/5/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":839,"Cost":504,"Date":"12/26/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":225,"Cost":208,"Date":"12/31/2020"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":566,"Cost":325,"Date":"1/20/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":578,"Cost":498,"Date":"2/2/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":806,"Cost":742,"Date":"2/8/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":811,"Cost":541,"Date":"2/27/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":721,"Cost":543,"Date":"3/1/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":914,"Cost":640,"Date":"3/1/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":499,"Cost":474,"Date":"3/19/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":614,"Cost":453,"Date":"3/28/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":57,"Cost":34,"Date":"5/21/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":178,"Cost":156,"Date":"7/21/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":432,"Cost":256,"Date":"8/5/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":887,"Cost":829,"Date":"8/12/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":548,"Cost":304,"Date":"8/21/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":975,"Cost":772,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":108,"Cost":94,"Date":"9/3/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":186,"Cost":154,"Date":"9/5/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":972,"Cost":621,"Date":"10/6/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":992,"Cost":871,"Date":"10/19/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":569,"Cost":471,"Date":"11/15/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":401,"Cost":259,"Date":"12/8/2021"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":37,"Cost":26,"Date":"1/8/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":793,"Cost":562,"Date":"1/14/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":157,"Cost":100,"Date":"1/19/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":984,"Cost":668,"Date":"1/28/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":455,"Cost":410,"Date":"1/31/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":510,"Cost":294,"Date":"3/27/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":768,"Cost":434,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":445,"Cost":354,"Date":"4/24/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":890,"Cost":481,"Date":"4/28/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":60,"Cost":48,"Date":"5/15/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":184,"Cost":127,"Date":"5/16/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":640,"Cost":544,"Date":"5/18/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":597,"Cost":370,"Date":"6/2/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":701,"Cost":661,"Date":"6/3/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":158,"Cost":131,"Date":"6/5/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":130,"Cost":119,"Date":"6/7/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":386,"Cost":326,"Date":"6/14/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":450,"Cost":302,"Date":"6/20/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":985,"Cost":564,"Date":"6/24/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":217,"Cost":155,"Date":"7/4/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":893,"Cost":490,"Date":"7/9/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":567,"Cost":408,"Date":"7/12/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":510,"Cost":338,"Date":"8/14/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":991,"Cost":693,"Date":"8/16/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":744,"Cost":500,"Date":"8/23/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":953,"Cost":876,"Date":"9/2/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":74,"Cost":46,"Date":"9/3/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":826,"Cost":623,"Date":"9/16/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":646,"Cost":369,"Date":"10/4/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":502,"Cost":337,"Date":"11/1/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":163,"Cost":142,"Date":"11/2/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":471,"Cost":240,"Date":"12/17/2022"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":680,"Cost":412,"Date":"2/10/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":334,"Cost":203,"Date":"2/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":218,"Cost":193,"Date":"3/4/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":548,"Cost":335,"Date":"3/9/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":616,"Cost":404,"Date":"3/9/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":505,"Cost":328,"Date":"3/11/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":67,"Cost":62,"Date":"3/17/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":100,"Cost":68,"Date":"3/17/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":929,"Cost":831,"Date":"3/23/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":55,"Cost":42,"Date":"4/1/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":661,"Cost":468,"Date":"5/7/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":128,"Cost":111,"Date":"5/10/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":185,"Cost":137,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":998,"Cost":514,"Date":"6/2/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":151,"Cost":115,"Date":"6/11/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":495,"Cost":401,"Date":"6/16/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":573,"Cost":352,"Date":"6/16/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":595,"Cost":516,"Date":"7/10/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":772,"Cost":686,"Date":"7/11/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":72,"Cost":51,"Date":"8/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":503,"Cost":266,"Date":"8/29/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":482,"Cost":403,"Date":"8/31/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":247,"Cost":209,"Date":"9/8/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":22,"Cost":15,"Date":"9/13/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":301,"Cost":151,"Date":"9/14/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":443,"Cost":418,"Date":"9/19/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":9,"Cost":8,"Date":"9/25/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":364,"Cost":297,"Date":"10/4/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":619,"Cost":479,"Date":"10/10/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":387,"Cost":313,"Date":"10/17/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":246,"Cost":199,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":660,"Cost":366,"Date":"10/30/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":225,"Cost":143,"Date":"11/1/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":333,"Cost":232,"Date":"11/15/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":20,"Cost":12,"Date":"11/25/2023"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":205,"Cost":192,"Date":"1/10/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":14,"Cost":13,"Date":"1/14/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":991,"Cost":539,"Date":"1/20/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":410,"Cost":268,"Date":"2/8/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":933,"Cost":845,"Date":"2/25/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":639,"Cost":600,"Date":"3/7/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":886,"Cost":568,"Date":"3/14/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":579,"Cost":334,"Date":"3/27/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":59,"Cost":37,"Date":"4/5/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":605,"Cost":316,"Date":"4/14/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":408,"Cost":364,"Date":"5/3/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":163,"Cost":103,"Date":"5/9/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":222,"Cost":126,"Date":"5/15/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":763,"Cost":567,"Date":"5/25/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":297,"Cost":149,"Date":"5/26/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":674,"Cost":639,"Date":"5/31/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":828,"Cost":678,"Date":"7/27/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":353,"Cost":307,"Date":"9/17/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":460,"Cost":266,"Date":"10/6/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":428,"Cost":356,"Date":"10/8/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":530,"Cost":275,"Date":"10/26/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":507,"Cost":378,"Date":"11/16/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":986,"Cost":865,"Date":"11/18/2024"},{"Store":"Alexa, Berlin","Brand":"HM","Country":"Germany","Sale":316,"Cost":293,"Date":"12/1/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":254,"Cost":214,"Date":"2/9/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":801,"Cost":501,"Date":"2/11/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":138,"Cost":72,"Date":"3/10/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":963,"Cost":894,"Date":"3/16/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":844,"Cost":613,"Date":"3/18/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":832,"Cost":753,"Date":"3/20/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":900,"Cost":707,"Date":"3/26/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":66,"Cost":51,"Date":"6/2/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":420,"Cost":243,"Date":"6/10/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":452,"Cost":399,"Date":"6/16/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":448,"Cost":281,"Date":"6/25/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":338,"Cost":234,"Date":"7/19/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":380,"Cost":231,"Date":"7/21/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":890,"Cost":514,"Date":"7/25/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":956,"Cost":724,"Date":"8/4/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":887,"Cost":819,"Date":"9/2/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":343,"Cost":212,"Date":"9/4/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":428,"Cost":316,"Date":"9/19/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":393,"Cost":278,"Date":"9/29/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":841,"Cost":784,"Date":"10/2/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":11,"Cost":7,"Date":"10/15/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":263,"Cost":133,"Date":"10/30/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":795,"Cost":650,"Date":"11/9/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":372,"Cost":290,"Date":"11/23/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":270,"Cost":232,"Date":"11/30/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":996,"Cost":879,"Date":"12/8/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":161,"Cost":153,"Date":"12/11/2018"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":1000,"Cost":811,"Date":"1/15/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":390,"Date":"1/24/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":514,"Cost":466,"Date":"2/3/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":858,"Cost":640,"Date":"2/4/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":962,"Cost":875,"Date":"3/9/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":191,"Date":"3/12/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":398,"Cost":351,"Date":"4/19/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":175,"Cost":155,"Date":"5/3/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":564,"Cost":424,"Date":"5/4/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":856,"Cost":572,"Date":"6/8/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":773,"Cost":581,"Date":"6/26/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":889,"Cost":635,"Date":"7/4/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":758,"Cost":635,"Date":"7/13/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":926,"Cost":758,"Date":"8/8/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":34,"Cost":25,"Date":"8/26/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":537,"Cost":306,"Date":"9/2/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":916,"Cost":599,"Date":"9/29/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":522,"Cost":485,"Date":"10/12/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":330,"Cost":165,"Date":"11/2/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":330,"Cost":177,"Date":"11/4/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":401,"Cost":329,"Date":"11/7/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":530,"Cost":289,"Date":"12/1/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":146,"Date":"12/4/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":398,"Cost":215,"Date":"12/7/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":376,"Cost":221,"Date":"12/18/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":986,"Cost":864,"Date":"12/20/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":815,"Cost":692,"Date":"12/20/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":48,"Date":"12/21/2019"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":820,"Cost":646,"Date":"1/9/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":978,"Cost":694,"Date":"2/5/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":79,"Cost":45,"Date":"2/16/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":871,"Cost":545,"Date":"2/16/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":293,"Cost":271,"Date":"2/18/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":724,"Cost":631,"Date":"2/22/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":76,"Cost":41,"Date":"2/25/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":175,"Cost":128,"Date":"3/8/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":303,"Cost":212,"Date":"4/2/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":481,"Cost":255,"Date":"4/3/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":338,"Date":"4/9/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":596,"Cost":563,"Date":"4/10/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":829,"Cost":521,"Date":"4/19/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":624,"Date":"5/17/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":528,"Date":"5/22/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":735,"Cost":554,"Date":"6/20/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":956,"Cost":503,"Date":"7/1/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":140,"Date":"7/4/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":215,"Cost":128,"Date":"7/8/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":27,"Cost":17,"Date":"7/9/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":13,"Cost":7,"Date":"7/14/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":563,"Cost":484,"Date":"7/19/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":814,"Cost":599,"Date":"8/1/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":892,"Cost":491,"Date":"8/6/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":32,"Date":"8/7/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":486,"Date":"8/22/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":957,"Cost":909,"Date":"8/31/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":515,"Cost":261,"Date":"9/1/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":382,"Cost":239,"Date":"9/1/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":673,"Cost":390,"Date":"9/17/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":863,"Cost":802,"Date":"9/29/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":191,"Cost":100,"Date":"11/7/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":805,"Cost":402,"Date":"11/26/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":934,"Cost":849,"Date":"11/27/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":978,"Cost":558,"Date":"12/5/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":809,"Cost":511,"Date":"12/26/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":439,"Cost":365,"Date":"12/31/2020"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":997,"Cost":847,"Date":"1/20/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":691,"Cost":439,"Date":"2/2/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":297,"Cost":263,"Date":"2/8/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":76,"Cost":39,"Date":"2/27/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":927,"Cost":478,"Date":"3/1/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":503,"Cost":333,"Date":"3/1/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":617,"Cost":329,"Date":"3/19/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":858,"Cost":697,"Date":"3/28/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":887,"Cost":741,"Date":"5/21/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":6,"Cost":6,"Date":"7/21/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":464,"Cost":259,"Date":"8/5/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":542,"Cost":297,"Date":"8/12/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":841,"Cost":694,"Date":"8/21/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":732,"Cost":372,"Date":"8/23/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":95,"Cost":49,"Date":"9/3/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":121,"Date":"9/5/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":284,"Date":"10/6/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":961,"Cost":641,"Date":"10/19/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":507,"Cost":445,"Date":"11/15/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":88,"Cost":81,"Date":"12/8/2021"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":656,"Cost":345,"Date":"1/8/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":603,"Cost":336,"Date":"1/14/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":945,"Cost":557,"Date":"1/19/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":908,"Cost":789,"Date":"1/28/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":934,"Cost":527,"Date":"1/31/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":294,"Cost":266,"Date":"3/27/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":389,"Cost":258,"Date":"4/20/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":958,"Cost":489,"Date":"4/24/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":423,"Cost":260,"Date":"4/28/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":787,"Cost":613,"Date":"5/15/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":443,"Cost":417,"Date":"5/16/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":586,"Cost":348,"Date":"5/18/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":665,"Cost":371,"Date":"6/2/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":477,"Cost":444,"Date":"6/3/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":897,"Cost":683,"Date":"6/5/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":211,"Cost":163,"Date":"6/7/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":591,"Cost":513,"Date":"6/14/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":161,"Cost":143,"Date":"6/20/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":415,"Cost":308,"Date":"6/24/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":228,"Cost":165,"Date":"7/4/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":512,"Date":"7/9/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":281,"Cost":267,"Date":"7/12/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":138,"Cost":106,"Date":"8/14/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":516,"Cost":484,"Date":"8/16/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":733,"Cost":544,"Date":"8/23/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":630,"Cost":356,"Date":"9/2/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":565,"Cost":463,"Date":"9/3/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":761,"Cost":592,"Date":"9/16/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":852,"Cost":431,"Date":"10/4/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":518,"Cost":378,"Date":"11/1/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":612,"Cost":579,"Date":"11/2/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":468,"Date":"12/17/2022"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":193,"Cost":181,"Date":"2/10/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":914,"Cost":806,"Date":"2/28/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":598,"Cost":406,"Date":"3/4/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":389,"Date":"3/9/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":895,"Cost":455,"Date":"3/9/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":165,"Cost":120,"Date":"3/11/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":913,"Cost":713,"Date":"3/17/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":398,"Cost":245,"Date":"3/17/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":813,"Cost":491,"Date":"3/23/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":423,"Cost":365,"Date":"4/1/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":576,"Cost":381,"Date":"5/7/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":864,"Cost":478,"Date":"5/10/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":600,"Cost":509,"Date":"5/20/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":625,"Cost":532,"Date":"6/2/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":791,"Cost":480,"Date":"6/11/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":738,"Cost":480,"Date":"6/16/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":45,"Cost":31,"Date":"6/16/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":23,"Cost":16,"Date":"7/10/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":776,"Cost":580,"Date":"7/11/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":934,"Cost":566,"Date":"8/28/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":784,"Cost":484,"Date":"8/29/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":317,"Cost":234,"Date":"8/31/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":335,"Cost":191,"Date":"9/8/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":332,"Cost":258,"Date":"9/13/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":856,"Cost":813,"Date":"9/14/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":572,"Cost":504,"Date":"9/19/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":332,"Cost":298,"Date":"9/25/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":960,"Cost":829,"Date":"10/4/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":821,"Cost":488,"Date":"10/10/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":297,"Cost":246,"Date":"10/17/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":584,"Cost":526,"Date":"10/28/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":547,"Cost":283,"Date":"10/30/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":30,"Cost":27,"Date":"11/1/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":984,"Cost":877,"Date":"11/15/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":838,"Cost":626,"Date":"11/25/2023"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":255,"Cost":156,"Date":"1/10/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":966,"Cost":877,"Date":"1/14/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":197,"Cost":144,"Date":"1/20/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":732,"Cost":671,"Date":"2/8/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":162,"Cost":114,"Date":"2/25/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":266,"Cost":228,"Date":"3/7/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":242,"Cost":138,"Date":"3/14/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":809,"Cost":608,"Date":"3/27/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":215,"Cost":173,"Date":"4/5/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":652,"Cost":341,"Date":"4/14/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":802,"Cost":754,"Date":"5/3/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":805,"Cost":697,"Date":"5/9/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":673,"Cost":596,"Date":"5/15/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":597,"Cost":435,"Date":"5/25/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":571,"Cost":377,"Date":"5/26/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":420,"Cost":296,"Date":"5/31/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":274,"Date":"7/27/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":796,"Cost":440,"Date":"9/17/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":486,"Cost":402,"Date":"10/6/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":209,"Date":"10/8/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":4,"Cost":4,"Date":"10/26/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":988,"Cost":933,"Date":"11/16/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":261,"Cost":134,"Date":"11/18/2024"},{"Store":"Alexa, Berlin","Brand":"Jeans","Country":"Germany","Sale":696,"Cost":385,"Date":"12/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":344,"Cost":259,"Date":"2/9/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":386,"Cost":245,"Date":"2/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":632,"Cost":489,"Date":"3/10/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":787,"Cost":561,"Date":"3/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":160,"Cost":104,"Date":"3/18/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":174,"Cost":121,"Date":"3/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":825,"Cost":775,"Date":"3/26/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":596,"Cost":414,"Date":"6/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":402,"Cost":305,"Date":"6/10/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":212,"Cost":195,"Date":"6/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":571,"Cost":358,"Date":"6/25/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":535,"Cost":319,"Date":"7/19/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":372,"Cost":226,"Date":"7/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":944,"Cost":482,"Date":"7/25/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":377,"Cost":305,"Date":"8/4/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":828,"Cost":434,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":945,"Cost":626,"Date":"9/4/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":734,"Cost":422,"Date":"9/19/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":517,"Cost":485,"Date":"9/29/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":285,"Cost":243,"Date":"10/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":434,"Date":"10/15/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":460,"Cost":415,"Date":"10/30/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":701,"Cost":628,"Date":"11/9/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":287,"Cost":228,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":971,"Cost":730,"Date":"11/30/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":834,"Cost":452,"Date":"12/8/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":340,"Cost":276,"Date":"12/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":134,"Cost":106,"Date":"1/15/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":108,"Cost":97,"Date":"1/24/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":132,"Date":"2/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":591,"Cost":331,"Date":"2/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":932,"Cost":796,"Date":"3/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":151,"Cost":86,"Date":"3/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":404,"Cost":302,"Date":"4/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":487,"Cost":398,"Date":"5/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":401,"Cost":316,"Date":"5/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":389,"Cost":298,"Date":"6/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":47,"Date":"6/26/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":518,"Cost":462,"Date":"7/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":289,"Cost":243,"Date":"7/13/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":204,"Cost":122,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":300,"Cost":248,"Date":"8/26/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":245,"Cost":177,"Date":"9/2/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":377,"Cost":358,"Date":"9/29/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":520,"Cost":298,"Date":"10/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":73,"Cost":42,"Date":"11/2/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":308,"Cost":161,"Date":"11/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":253,"Cost":130,"Date":"11/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":740,"Cost":456,"Date":"12/1/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":432,"Cost":271,"Date":"12/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":527,"Cost":464,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":398,"Cost":359,"Date":"12/18/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":934,"Cost":768,"Date":"12/20/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":764,"Cost":404,"Date":"12/20/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":721,"Cost":478,"Date":"12/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":378,"Cost":209,"Date":"1/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":656,"Date":"2/5/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":430,"Cost":281,"Date":"2/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":374,"Cost":209,"Date":"2/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":118,"Cost":96,"Date":"2/18/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":17,"Cost":9,"Date":"2/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":20,"Cost":14,"Date":"2/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":19,"Cost":15,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":621,"Cost":325,"Date":"4/2/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":313,"Cost":270,"Date":"4/3/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":971,"Cost":620,"Date":"4/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":322,"Cost":284,"Date":"4/10/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":654,"Cost":528,"Date":"4/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":502,"Cost":275,"Date":"5/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":752,"Cost":397,"Date":"5/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":428,"Cost":302,"Date":"6/20/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":257,"Cost":189,"Date":"7/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":298,"Cost":151,"Date":"7/4/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":843,"Cost":515,"Date":"7/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":116,"Cost":73,"Date":"7/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":130,"Cost":97,"Date":"7/14/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":211,"Cost":167,"Date":"7/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":32,"Cost":19,"Date":"8/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":859,"Cost":813,"Date":"8/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":223,"Cost":166,"Date":"8/7/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":627,"Cost":468,"Date":"8/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":890,"Cost":504,"Date":"8/31/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":834,"Cost":514,"Date":"9/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":401,"Cost":218,"Date":"9/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":94,"Cost":85,"Date":"9/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":716,"Cost":436,"Date":"9/29/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":909,"Cost":671,"Date":"11/7/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":430,"Cost":403,"Date":"11/26/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":558,"Cost":300,"Date":"11/27/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":443,"Cost":401,"Date":"12/5/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":126,"Cost":116,"Date":"12/26/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":537,"Cost":493,"Date":"12/31/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":590,"Cost":343,"Date":"1/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":512,"Cost":391,"Date":"2/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":670,"Cost":615,"Date":"2/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":433,"Date":"2/27/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":924,"Cost":841,"Date":"3/1/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":250,"Cost":176,"Date":"3/1/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":111,"Cost":65,"Date":"3/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":957,"Cost":700,"Date":"3/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":204,"Cost":172,"Date":"5/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":426,"Cost":286,"Date":"7/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":464,"Cost":408,"Date":"8/5/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":228,"Cost":120,"Date":"8/12/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":418,"Cost":215,"Date":"8/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":45,"Cost":25,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":979,"Cost":832,"Date":"9/3/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":166,"Cost":148,"Date":"9/5/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":754,"Cost":498,"Date":"10/6/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":843,"Cost":591,"Date":"10/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":102,"Cost":90,"Date":"11/15/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":594,"Cost":419,"Date":"12/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":329,"Cost":308,"Date":"1/8/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":528,"Cost":378,"Date":"1/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":511,"Cost":322,"Date":"1/19/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":932,"Cost":814,"Date":"1/28/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":164,"Cost":120,"Date":"1/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":196,"Cost":125,"Date":"3/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":970,"Cost":498,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":448,"Date":"4/24/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":586,"Cost":499,"Date":"4/28/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":524,"Cost":495,"Date":"5/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":9,"Cost":4,"Date":"5/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":505,"Cost":289,"Date":"5/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":5,"Cost":3,"Date":"6/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":484,"Cost":270,"Date":"6/3/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":519,"Cost":317,"Date":"6/5/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":107,"Cost":96,"Date":"6/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":244,"Cost":202,"Date":"6/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":230,"Cost":219,"Date":"6/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":970,"Cost":735,"Date":"6/24/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":153,"Cost":111,"Date":"7/4/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":484,"Cost":338,"Date":"7/9/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":456,"Cost":412,"Date":"7/12/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":939,"Cost":740,"Date":"8/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":794,"Cost":478,"Date":"8/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":341,"Cost":227,"Date":"8/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":658,"Cost":516,"Date":"9/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":919,"Cost":839,"Date":"9/3/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":104,"Cost":90,"Date":"9/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":143,"Cost":97,"Date":"10/4/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":175,"Cost":147,"Date":"11/1/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":717,"Cost":565,"Date":"11/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":207,"Cost":136,"Date":"12/17/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":121,"Cost":66,"Date":"2/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":653,"Cost":587,"Date":"2/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":316,"Cost":207,"Date":"3/4/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":784,"Cost":697,"Date":"3/9/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":437,"Cost":265,"Date":"3/9/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":409,"Cost":250,"Date":"3/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":520,"Cost":293,"Date":"3/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":280,"Cost":254,"Date":"3/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":572,"Cost":328,"Date":"3/23/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":805,"Cost":623,"Date":"4/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":504,"Cost":354,"Date":"5/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":614,"Cost":506,"Date":"5/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":311,"Cost":185,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":53,"Cost":26,"Date":"6/2/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":121,"Cost":62,"Date":"6/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":325,"Cost":200,"Date":"6/16/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":970,"Cost":792,"Date":"6/16/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":551,"Cost":499,"Date":"7/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":729,"Cost":465,"Date":"7/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":8,"Cost":6,"Date":"8/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":727,"Cost":393,"Date":"8/29/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":174,"Date":"8/31/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":283,"Cost":252,"Date":"9/8/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":189,"Cost":156,"Date":"9/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":278,"Cost":155,"Date":"9/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":489,"Cost":268,"Date":"9/19/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":254,"Cost":164,"Date":"9/25/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":245,"Cost":142,"Date":"10/4/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":522,"Date":"10/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":394,"Cost":367,"Date":"10/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":241,"Cost":121,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":908,"Cost":792,"Date":"10/30/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":655,"Cost":573,"Date":"11/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":430,"Cost":255,"Date":"11/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":124,"Cost":80,"Date":"11/25/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":153,"Cost":108,"Date":"1/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":644,"Cost":546,"Date":"1/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":928,"Cost":777,"Date":"1/20/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":700,"Cost":380,"Date":"2/8/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":558,"Cost":458,"Date":"2/25/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":456,"Cost":314,"Date":"3/7/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":434,"Cost":368,"Date":"3/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":447,"Cost":303,"Date":"3/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":111,"Cost":58,"Date":"4/5/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":382,"Cost":327,"Date":"4/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":61,"Cost":38,"Date":"5/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":343,"Cost":244,"Date":"5/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":875,"Cost":695,"Date":"5/15/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":687,"Cost":427,"Date":"5/25/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":461,"Cost":363,"Date":"5/26/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":457,"Cost":242,"Date":"5/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":912,"Cost":510,"Date":"7/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":237,"Cost":192,"Date":"9/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":920,"Cost":692,"Date":"10/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":924,"Cost":609,"Date":"10/8/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":579,"Cost":382,"Date":"10/26/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":46,"Date":"11/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":227,"Cost":190,"Date":"11/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Sellpy","Country":"Germany","Sale":805,"Cost":734,"Date":"12/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":961,"Cost":483,"Date":"2/9/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":45,"Cost":40,"Date":"2/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":492,"Cost":246,"Date":"3/10/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":730,"Cost":417,"Date":"3/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":812,"Cost":499,"Date":"3/18/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":386,"Cost":350,"Date":"3/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":206,"Cost":116,"Date":"3/26/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":82,"Cost":52,"Date":"6/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":130,"Cost":93,"Date":"6/10/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":365,"Cost":296,"Date":"6/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":511,"Cost":259,"Date":"6/25/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":335,"Cost":248,"Date":"7/19/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":2,"Cost":1,"Date":"7/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":718,"Cost":431,"Date":"7/25/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":223,"Cost":126,"Date":"8/4/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":779,"Cost":520,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":563,"Cost":530,"Date":"9/4/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":50,"Cost":46,"Date":"9/19/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":288,"Cost":225,"Date":"9/29/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":122,"Cost":91,"Date":"10/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":720,"Cost":499,"Date":"10/15/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":519,"Cost":474,"Date":"10/30/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":722,"Cost":645,"Date":"11/9/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":826,"Cost":478,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":20,"Cost":18,"Date":"11/30/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":618,"Cost":335,"Date":"12/8/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":258,"Cost":156,"Date":"12/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":228,"Cost":186,"Date":"1/15/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":494,"Cost":383,"Date":"1/24/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":815,"Cost":459,"Date":"2/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":737,"Cost":519,"Date":"2/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":270,"Cost":169,"Date":"3/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":715,"Cost":564,"Date":"3/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":102,"Cost":92,"Date":"4/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":707,"Cost":367,"Date":"5/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":1000,"Cost":519,"Date":"5/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":556,"Cost":527,"Date":"6/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":580,"Cost":397,"Date":"6/26/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":998,"Cost":828,"Date":"7/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":503,"Cost":422,"Date":"7/13/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":787,"Cost":432,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":683,"Cost":365,"Date":"8/26/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":689,"Cost":411,"Date":"9/2/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":511,"Cost":410,"Date":"9/29/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":286,"Cost":197,"Date":"10/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":801,"Cost":678,"Date":"11/2/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":794,"Cost":647,"Date":"11/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":437,"Cost":226,"Date":"11/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":406,"Cost":311,"Date":"12/1/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":291,"Cost":273,"Date":"12/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":709,"Cost":581,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":587,"Cost":369,"Date":"12/18/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":897,"Cost":517,"Date":"12/20/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":408,"Cost":269,"Date":"12/20/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":200,"Cost":129,"Date":"12/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":806,"Cost":686,"Date":"1/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":443,"Cost":418,"Date":"2/5/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":419,"Cost":212,"Date":"2/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":375,"Cost":189,"Date":"2/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":121,"Cost":105,"Date":"2/18/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":971,"Cost":861,"Date":"2/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":490,"Cost":266,"Date":"2/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":300,"Cost":185,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":705,"Cost":657,"Date":"4/2/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":168,"Cost":122,"Date":"4/3/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":599,"Cost":411,"Date":"4/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":887,"Cost":659,"Date":"4/10/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":282,"Cost":257,"Date":"4/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":857,"Cost":448,"Date":"5/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":297,"Cost":232,"Date":"5/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":393,"Cost":280,"Date":"6/20/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":589,"Cost":302,"Date":"7/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":921,"Cost":770,"Date":"7/4/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":21,"Cost":11,"Date":"7/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":468,"Cost":392,"Date":"7/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":386,"Cost":237,"Date":"7/14/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":29,"Cost":15,"Date":"7/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":624,"Cost":566,"Date":"8/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":612,"Cost":377,"Date":"8/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":696,"Cost":618,"Date":"8/7/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":745,"Cost":630,"Date":"8/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":629,"Cost":493,"Date":"8/31/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":116,"Cost":107,"Date":"9/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":24,"Cost":19,"Date":"9/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":162,"Cost":138,"Date":"9/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":912,"Cost":547,"Date":"9/29/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":191,"Cost":108,"Date":"11/7/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":553,"Cost":476,"Date":"11/26/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":703,"Cost":461,"Date":"11/27/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":271,"Cost":190,"Date":"12/5/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":111,"Cost":78,"Date":"12/26/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":849,"Cost":742,"Date":"12/31/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":768,"Cost":674,"Date":"1/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":132,"Cost":92,"Date":"2/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":604,"Cost":470,"Date":"2/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":804,"Cost":520,"Date":"2/27/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":464,"Cost":294,"Date":"3/1/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":170,"Cost":141,"Date":"3/1/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":107,"Cost":93,"Date":"3/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":42,"Cost":32,"Date":"3/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":852,"Cost":493,"Date":"5/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":871,"Cost":792,"Date":"7/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":695,"Cost":479,"Date":"8/5/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":824,"Cost":467,"Date":"8/12/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":429,"Cost":336,"Date":"8/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":893,"Cost":758,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":201,"Cost":120,"Date":"9/3/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":810,"Cost":657,"Date":"9/5/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":145,"Cost":74,"Date":"10/6/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":778,"Cost":738,"Date":"10/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":256,"Cost":157,"Date":"11/15/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":959,"Cost":850,"Date":"12/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":474,"Cost":290,"Date":"1/8/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":898,"Cost":716,"Date":"1/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":444,"Cost":258,"Date":"1/19/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":292,"Cost":237,"Date":"1/28/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":817,"Cost":474,"Date":"1/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":405,"Cost":336,"Date":"3/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":64,"Cost":54,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":833,"Cost":546,"Date":"4/24/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":976,"Cost":704,"Date":"4/28/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":4,"Cost":4,"Date":"5/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":813,"Cost":430,"Date":"5/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":771,"Cost":676,"Date":"5/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":449,"Cost":392,"Date":"6/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":582,"Cost":519,"Date":"6/3/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":679,"Cost":527,"Date":"6/5/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":186,"Cost":118,"Date":"6/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":629,"Cost":373,"Date":"6/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":963,"Cost":493,"Date":"6/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":809,"Cost":740,"Date":"6/24/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":997,"Cost":596,"Date":"7/4/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":760,"Cost":474,"Date":"7/9/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":71,"Cost":51,"Date":"7/12/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":957,"Cost":515,"Date":"8/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":397,"Cost":251,"Date":"8/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":809,"Cost":652,"Date":"8/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":314,"Cost":251,"Date":"9/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":856,"Cost":757,"Date":"9/3/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":222,"Cost":179,"Date":"9/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":362,"Cost":320,"Date":"10/4/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":602,"Cost":493,"Date":"11/1/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":922,"Cost":653,"Date":"11/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":807,"Cost":594,"Date":"12/17/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":698,"Cost":529,"Date":"2/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":871,"Cost":581,"Date":"2/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":40,"Cost":28,"Date":"3/4/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":379,"Cost":343,"Date":"3/9/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":341,"Cost":265,"Date":"3/9/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":523,"Cost":388,"Date":"3/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":542,"Cost":459,"Date":"3/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":979,"Cost":579,"Date":"3/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":942,"Cost":753,"Date":"3/23/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":709,"Cost":663,"Date":"4/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":617,"Cost":362,"Date":"5/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":579,"Cost":525,"Date":"5/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":931,"Cost":803,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":545,"Cost":352,"Date":"6/2/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":367,"Cost":247,"Date":"6/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":358,"Cost":310,"Date":"6/16/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":320,"Cost":266,"Date":"6/16/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":13,"Cost":7,"Date":"7/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":496,"Cost":410,"Date":"7/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":302,"Cost":184,"Date":"8/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":863,"Cost":684,"Date":"8/29/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":97,"Cost":85,"Date":"8/31/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":321,"Cost":261,"Date":"9/8/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":963,"Cost":852,"Date":"9/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":357,"Cost":198,"Date":"9/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":621,"Cost":336,"Date":"9/19/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":607,"Cost":548,"Date":"9/25/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":331,"Cost":249,"Date":"10/4/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":502,"Cost":427,"Date":"10/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":181,"Cost":121,"Date":"10/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":198,"Cost":110,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":125,"Cost":83,"Date":"10/30/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":294,"Cost":185,"Date":"11/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":741,"Cost":438,"Date":"11/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":381,"Cost":269,"Date":"11/25/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":528,"Cost":342,"Date":"1/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":416,"Cost":271,"Date":"1/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":322,"Cost":229,"Date":"1/20/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":64,"Cost":61,"Date":"2/8/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":461,"Cost":426,"Date":"2/25/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":694,"Cost":627,"Date":"3/7/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":464,"Cost":398,"Date":"3/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":183,"Cost":143,"Date":"3/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":143,"Cost":134,"Date":"4/5/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":834,"Cost":674,"Date":"4/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":433,"Cost":285,"Date":"5/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":668,"Cost":417,"Date":"5/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":45,"Cost":35,"Date":"5/15/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":463,"Cost":233,"Date":"5/25/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":804,"Cost":478,"Date":"5/26/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":702,"Cost":462,"Date":"5/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":92,"Cost":85,"Date":"7/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":770,"Cost":711,"Date":"9/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":839,"Cost":456,"Date":"10/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":407,"Cost":253,"Date":"10/8/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":139,"Cost":105,"Date":"10/26/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":668,"Cost":469,"Date":"11/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":31,"Cost":21,"Date":"11/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":752,"Cost":552,"Date":"12/1/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":842,"Cost":741,"Date":"2/9/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":176,"Cost":112,"Date":"2/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":346,"Cost":246,"Date":"3/10/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":270,"Cost":178,"Date":"3/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":407,"Cost":331,"Date":"3/18/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":146,"Cost":73,"Date":"3/20/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":545,"Cost":447,"Date":"3/26/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":476,"Cost":393,"Date":"6/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":64,"Cost":39,"Date":"6/10/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":445,"Cost":404,"Date":"6/16/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":848,"Cost":726,"Date":"6/25/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":209,"Cost":182,"Date":"7/19/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":878,"Cost":793,"Date":"7/21/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":1,"Cost":1,"Date":"7/25/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":51,"Cost":49,"Date":"8/4/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":739,"Cost":646,"Date":"9/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":924,"Cost":622,"Date":"9/4/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":13,"Cost":7,"Date":"9/19/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":345,"Cost":276,"Date":"9/29/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":290,"Cost":153,"Date":"10/2/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":772,"Cost":392,"Date":"10/15/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":16,"Cost":9,"Date":"10/30/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":517,"Cost":372,"Date":"11/9/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":734,"Cost":616,"Date":"11/23/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":71,"Cost":46,"Date":"11/30/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":277,"Cost":211,"Date":"12/8/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":344,"Cost":267,"Date":"12/11/2018"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":337,"Cost":256,"Date":"1/15/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":345,"Cost":281,"Date":"1/24/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":902,"Cost":521,"Date":"2/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":673,"Cost":363,"Date":"2/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":533,"Cost":343,"Date":"3/9/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":252,"Cost":226,"Date":"3/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":361,"Cost":307,"Date":"4/19/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":839,"Cost":446,"Date":"5/3/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":911,"Cost":504,"Date":"5/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":680,"Cost":412,"Date":"6/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":353,"Cost":303,"Date":"6/26/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":936,"Cost":653,"Date":"7/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":290,"Cost":171,"Date":"7/13/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":618,"Cost":575,"Date":"8/8/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":92,"Cost":81,"Date":"8/26/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":305,"Cost":199,"Date":"9/2/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":304,"Cost":256,"Date":"9/29/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":502,"Cost":397,"Date":"10/12/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":393,"Cost":350,"Date":"11/2/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":692,"Cost":389,"Date":"11/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":109,"Cost":69,"Date":"11/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":961,"Cost":810,"Date":"12/1/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":598,"Cost":322,"Date":"12/4/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":265,"Cost":181,"Date":"12/7/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":696,"Cost":489,"Date":"12/18/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":279,"Cost":225,"Date":"12/20/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":557,"Cost":355,"Date":"12/20/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":848,"Cost":511,"Date":"12/21/2019"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":903,"Cost":536,"Date":"1/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":368,"Cost":276,"Date":"2/5/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":230,"Cost":131,"Date":"2/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":357,"Cost":315,"Date":"2/16/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":322,"Cost":281,"Date":"2/18/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":702,"Cost":359,"Date":"2/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":599,"Cost":542,"Date":"2/25/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":146,"Cost":75,"Date":"3/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":615,"Cost":389,"Date":"4/2/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":895,"Cost":454,"Date":"4/3/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":906,"Cost":659,"Date":"4/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":318,"Cost":240,"Date":"4/10/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":316,"Cost":245,"Date":"4/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":232,"Cost":124,"Date":"5/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":63,"Cost":36,"Date":"5/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":304,"Cost":184,"Date":"6/20/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":891,"Cost":833,"Date":"7/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":526,"Cost":329,"Date":"7/4/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":591,"Cost":386,"Date":"7/8/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":998,"Cost":928,"Date":"7/9/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":612,"Cost":390,"Date":"7/14/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":801,"Cost":610,"Date":"7/19/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":926,"Cost":635,"Date":"8/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":122,"Cost":106,"Date":"8/6/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":54,"Cost":51,"Date":"8/7/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":152,"Cost":122,"Date":"8/22/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":330,"Cost":246,"Date":"8/31/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":333,"Cost":259,"Date":"9/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":993,"Cost":534,"Date":"9/1/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":671,"Cost":411,"Date":"9/17/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":127,"Cost":118,"Date":"9/29/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":14,"Cost":10,"Date":"11/7/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":136,"Cost":127,"Date":"11/26/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":422,"Cost":335,"Date":"11/27/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":146,"Cost":136,"Date":"12/5/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":258,"Cost":213,"Date":"12/26/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":665,"Cost":447,"Date":"12/31/2020"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":520,"Cost":280,"Date":"1/20/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":668,"Cost":417,"Date":"2/2/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":810,"Cost":410,"Date":"2/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":6,"Cost":3,"Date":"2/27/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":740,"Cost":604,"Date":"3/1/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":882,"Cost":797,"Date":"3/1/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":384,"Cost":271,"Date":"3/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":100,"Cost":84,"Date":"3/28/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":192,"Cost":160,"Date":"5/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":674,"Cost":543,"Date":"7/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":161,"Cost":142,"Date":"8/5/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":601,"Cost":525,"Date":"8/12/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":783,"Cost":432,"Date":"8/21/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":543,"Cost":464,"Date":"8/23/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":698,"Cost":593,"Date":"9/3/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":681,"Cost":532,"Date":"9/5/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":506,"Cost":293,"Date":"10/6/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":662,"Cost":478,"Date":"10/19/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":516,"Cost":451,"Date":"11/15/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":180,"Cost":170,"Date":"12/8/2021"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":535,"Cost":370,"Date":"1/8/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":663,"Cost":371,"Date":"1/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":400,"Cost":272,"Date":"1/19/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":282,"Cost":155,"Date":"1/28/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":888,"Cost":576,"Date":"1/31/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":845,"Cost":426,"Date":"3/27/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":336,"Cost":201,"Date":"4/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":23,"Cost":19,"Date":"4/24/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":197,"Cost":127,"Date":"4/28/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":498,"Cost":438,"Date":"5/15/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":639,"Cost":388,"Date":"5/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":332,"Cost":199,"Date":"5/18/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":510,"Cost":477,"Date":"6/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":358,"Cost":326,"Date":"6/3/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":792,"Cost":561,"Date":"6/5/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":38,"Cost":33,"Date":"6/7/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":397,"Cost":329,"Date":"6/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":161,"Cost":112,"Date":"6/20/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":246,"Cost":218,"Date":"6/24/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":96,"Cost":86,"Date":"7/4/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":871,"Cost":619,"Date":"7/9/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":731,"Cost":591,"Date":"7/12/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":470,"Cost":243,"Date":"8/14/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":686,"Cost":545,"Date":"8/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":519,"Cost":326,"Date":"8/23/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":581,"Cost":490,"Date":"9/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":113,"Cost":67,"Date":"9/3/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":236,"Cost":210,"Date":"9/16/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":860,"Cost":513,"Date":"10/4/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":64,"Cost":43,"Date":"11/1/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":257,"Cost":236,"Date":"11/2/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":283,"Cost":192,"Date":"12/17/2022"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":137,"Cost":104,"Date":"2/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":504,"Cost":264,"Date":"2/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":217,"Cost":119,"Date":"3/4/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":364,"Cost":228,"Date":"3/9/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":134,"Cost":70,"Date":"3/9/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":482,"Cost":248,"Date":"3/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":116,"Cost":73,"Date":"3/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":780,"Cost":474,"Date":"3/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":68,"Cost":46,"Date":"3/23/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":167,"Cost":112,"Date":"4/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":106,"Cost":87,"Date":"5/7/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":748,"Cost":700,"Date":"5/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":837,"Cost":619,"Date":"5/20/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":513,"Cost":320,"Date":"6/2/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":470,"Cost":356,"Date":"6/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":90,"Cost":66,"Date":"6/16/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":335,"Cost":305,"Date":"6/16/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":299,"Cost":155,"Date":"7/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":305,"Cost":274,"Date":"7/11/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":39,"Cost":33,"Date":"8/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":369,"Cost":343,"Date":"8/29/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":99,"Cost":70,"Date":"8/31/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":990,"Cost":602,"Date":"9/8/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":479,"Cost":243,"Date":"9/13/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":18,"Cost":11,"Date":"9/14/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":522,"Cost":414,"Date":"9/19/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":809,"Cost":464,"Date":"9/25/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":756,"Cost":715,"Date":"10/4/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":144,"Cost":92,"Date":"10/10/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":515,"Cost":343,"Date":"10/17/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":983,"Cost":925,"Date":"10/28/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":703,"Cost":410,"Date":"10/30/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":870,"Cost":674,"Date":"11/1/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":253,"Cost":176,"Date":"11/15/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":446,"Cost":286,"Date":"11/25/2023"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":252,"Cost":202,"Date":"1/10/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":670,"Cost":579,"Date":"1/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":203,"Cost":131,"Date":"1/20/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":509,"Cost":274,"Date":"2/8/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":647,"Cost":400,"Date":"2/25/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":545,"Cost":333,"Date":"3/7/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":13,"Cost":6,"Date":"3/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":342,"Cost":202,"Date":"3/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":431,"Cost":260,"Date":"4/5/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":583,"Cost":469,"Date":"4/14/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":657,"Cost":521,"Date":"5/3/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":319,"Cost":204,"Date":"5/9/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":797,"Cost":693,"Date":"5/15/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":164,"Cost":128,"Date":"5/25/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":53,"Cost":34,"Date":"5/26/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":921,"Cost":643,"Date":"5/31/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":798,"Cost":449,"Date":"7/27/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":133,"Cost":110,"Date":"9/17/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":741,"Cost":529,"Date":"10/6/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":435,"Cost":274,"Date":"10/8/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":248,"Cost":153,"Date":"10/26/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":159,"Cost":123,"Date":"11/16/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":42,"Cost":34,"Date":"11/18/2024"},{"Store":"Alstertal Einkaufszentrum, Hamburg","Brand":"Nova","Country":"Germany","Sale":886,"Cost":812,"Date":"12/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":145,"Cost":123,"Date":"2/9/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":533,"Date":"2/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":310,"Date":"3/10/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":529,"Cost":480,"Date":"3/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":212,"Cost":137,"Date":"3/18/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":940,"Cost":501,"Date":"3/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":998,"Cost":615,"Date":"3/26/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":266,"Cost":202,"Date":"6/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":697,"Cost":474,"Date":"6/10/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":926,"Cost":851,"Date":"6/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":710,"Cost":571,"Date":"6/25/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":250,"Cost":135,"Date":"7/19/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":50,"Cost":40,"Date":"7/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":435,"Cost":317,"Date":"7/25/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":254,"Cost":146,"Date":"8/4/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":198,"Cost":180,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":114,"Cost":87,"Date":"9/4/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":829,"Cost":603,"Date":"9/19/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":845,"Cost":450,"Date":"9/29/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":796,"Cost":408,"Date":"10/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":476,"Cost":387,"Date":"10/15/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":681,"Cost":558,"Date":"10/30/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":531,"Cost":282,"Date":"11/9/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":222,"Cost":209,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":499,"Cost":390,"Date":"11/30/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":308,"Cost":213,"Date":"12/8/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":287,"Cost":150,"Date":"12/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":154,"Cost":113,"Date":"1/15/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":753,"Cost":548,"Date":"1/24/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":701,"Cost":381,"Date":"2/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":482,"Cost":253,"Date":"2/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":254,"Cost":157,"Date":"3/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":192,"Cost":158,"Date":"3/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":100,"Cost":74,"Date":"4/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":795,"Cost":513,"Date":"5/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":355,"Cost":278,"Date":"5/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":898,"Cost":526,"Date":"6/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":720,"Cost":467,"Date":"6/26/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":258,"Date":"7/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":294,"Cost":181,"Date":"7/13/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":856,"Cost":760,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":392,"Date":"8/26/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":540,"Cost":353,"Date":"9/2/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":667,"Cost":548,"Date":"9/29/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":314,"Cost":198,"Date":"10/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":349,"Cost":182,"Date":"11/2/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":155,"Date":"11/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":98,"Cost":75,"Date":"11/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":98,"Date":"12/1/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":131,"Cost":98,"Date":"12/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":774,"Cost":709,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":1,"Cost":1,"Date":"12/18/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":64,"Cost":47,"Date":"12/20/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":69,"Cost":50,"Date":"12/20/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":868,"Cost":662,"Date":"12/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":419,"Cost":324,"Date":"1/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":662,"Cost":541,"Date":"2/5/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":241,"Cost":222,"Date":"2/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":151,"Cost":120,"Date":"2/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":86,"Cost":43,"Date":"2/18/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":522,"Cost":388,"Date":"2/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":399,"Date":"2/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":101,"Cost":54,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":407,"Cost":299,"Date":"4/2/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":951,"Cost":809,"Date":"4/3/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":917,"Cost":693,"Date":"4/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":805,"Cost":751,"Date":"4/10/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":574,"Cost":476,"Date":"4/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":390,"Cost":335,"Date":"5/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":871,"Cost":775,"Date":"5/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":395,"Cost":255,"Date":"6/20/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":145,"Cost":135,"Date":"7/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":283,"Date":"7/4/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":764,"Cost":531,"Date":"7/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":882,"Cost":458,"Date":"7/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":500,"Cost":303,"Date":"7/14/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":450,"Cost":279,"Date":"7/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":194,"Cost":116,"Date":"8/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":631,"Cost":485,"Date":"8/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":105,"Cost":74,"Date":"8/7/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":971,"Cost":670,"Date":"8/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":324,"Cost":255,"Date":"8/31/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":95,"Cost":82,"Date":"9/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":812,"Cost":611,"Date":"9/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":47,"Cost":36,"Date":"9/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":802,"Cost":459,"Date":"9/29/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":947,"Cost":791,"Date":"11/7/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":944,"Cost":484,"Date":"11/26/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":162,"Cost":100,"Date":"11/27/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":248,"Cost":137,"Date":"12/5/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":721,"Cost":403,"Date":"12/26/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":604,"Cost":315,"Date":"12/31/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":935,"Cost":660,"Date":"1/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":425,"Date":"2/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":612,"Cost":314,"Date":"2/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":76,"Cost":64,"Date":"2/27/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":945,"Cost":777,"Date":"3/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":7,"Cost":4,"Date":"3/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":333,"Date":"3/19/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":216,"Cost":174,"Date":"3/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":673,"Cost":369,"Date":"5/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":721,"Cost":597,"Date":"7/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":700,"Cost":648,"Date":"8/5/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":792,"Cost":464,"Date":"8/12/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":536,"Cost":458,"Date":"8/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":435,"Cost":404,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":282,"Cost":255,"Date":"9/3/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":367,"Cost":303,"Date":"9/5/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":495,"Cost":432,"Date":"10/6/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":164,"Cost":127,"Date":"10/19/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":819,"Cost":671,"Date":"11/15/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":97,"Cost":64,"Date":"12/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":672,"Cost":524,"Date":"1/8/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":25,"Cost":18,"Date":"1/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":239,"Cost":151,"Date":"1/19/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":157,"Date":"1/28/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":510,"Cost":294,"Date":"1/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":593,"Cost":336,"Date":"3/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":581,"Cost":328,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":346,"Cost":194,"Date":"4/24/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":877,"Cost":585,"Date":"4/28/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":56,"Cost":53,"Date":"5/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":790,"Cost":672,"Date":"5/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":541,"Cost":445,"Date":"5/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":626,"Cost":519,"Date":"6/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":334,"Cost":293,"Date":"6/3/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":452,"Cost":294,"Date":"6/5/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":641,"Cost":608,"Date":"6/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":201,"Cost":111,"Date":"6/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":797,"Cost":631,"Date":"6/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":325,"Cost":241,"Date":"6/24/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":942,"Cost":705,"Date":"7/4/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":629,"Cost":365,"Date":"7/9/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":222,"Cost":172,"Date":"7/12/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":592,"Cost":561,"Date":"8/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":495,"Cost":421,"Date":"8/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":812,"Cost":424,"Date":"8/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":621,"Date":"9/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":941,"Cost":489,"Date":"9/3/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":195,"Cost":158,"Date":"9/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":142,"Cost":77,"Date":"10/4/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":79,"Cost":52,"Date":"11/1/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":702,"Cost":442,"Date":"11/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":803,"Cost":763,"Date":"12/17/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":756,"Cost":552,"Date":"2/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":400,"Cost":216,"Date":"2/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":159,"Cost":144,"Date":"3/4/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":203,"Date":"3/9/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":424,"Cost":314,"Date":"3/9/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":15,"Cost":9,"Date":"3/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":779,"Cost":510,"Date":"3/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":851,"Cost":492,"Date":"3/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":378,"Date":"3/23/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":745,"Cost":400,"Date":"4/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":917,"Cost":623,"Date":"5/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":152,"Cost":119,"Date":"5/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":39,"Cost":29,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":59,"Date":"6/2/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":747,"Cost":548,"Date":"6/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":886,"Cost":560,"Date":"6/16/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":829,"Cost":577,"Date":"6/16/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":399,"Cost":325,"Date":"7/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":889,"Cost":569,"Date":"7/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":622,"Cost":396,"Date":"8/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":57,"Cost":46,"Date":"8/29/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":987,"Cost":790,"Date":"8/31/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":842,"Cost":599,"Date":"9/8/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":223,"Date":"9/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":374,"Cost":345,"Date":"9/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":298,"Cost":161,"Date":"9/19/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":934,"Cost":835,"Date":"9/25/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":541,"Date":"10/4/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":702,"Cost":420,"Date":"10/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":32,"Cost":27,"Date":"10/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":59,"Cost":31,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":375,"Cost":281,"Date":"10/30/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":572,"Cost":363,"Date":"11/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":793,"Cost":484,"Date":"11/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":217,"Cost":203,"Date":"11/25/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":287,"Cost":196,"Date":"1/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":981,"Cost":624,"Date":"1/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":453,"Date":"1/20/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":528,"Cost":337,"Date":"2/8/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":826,"Cost":737,"Date":"2/25/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":517,"Cost":420,"Date":"3/7/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":420,"Cost":306,"Date":"3/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":604,"Cost":545,"Date":"3/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":338,"Cost":223,"Date":"4/5/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":680,"Cost":363,"Date":"4/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":330,"Cost":261,"Date":"5/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":409,"Cost":271,"Date":"5/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":50,"Cost":44,"Date":"5/15/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":129,"Cost":77,"Date":"5/25/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":624,"Cost":492,"Date":"5/26/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":949,"Cost":681,"Date":"5/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":806,"Cost":719,"Date":"7/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":144,"Cost":108,"Date":"9/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":341,"Cost":222,"Date":"10/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":384,"Cost":255,"Date":"10/8/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":322,"Cost":207,"Date":"10/26/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":14,"Cost":11,"Date":"11/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":83,"Cost":57,"Date":"11/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM Home","Country":"Germany","Sale":248,"Cost":134,"Date":"12/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":852,"Cost":716,"Date":"2/9/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":25,"Cost":24,"Date":"2/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":38,"Cost":30,"Date":"3/10/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":622,"Cost":357,"Date":"3/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":543,"Cost":331,"Date":"3/18/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":652,"Cost":436,"Date":"3/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":966,"Cost":836,"Date":"3/26/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":205,"Cost":109,"Date":"6/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":274,"Cost":238,"Date":"6/10/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":622,"Cost":405,"Date":"6/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":657,"Cost":616,"Date":"6/25/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":910,"Cost":485,"Date":"7/19/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":103,"Cost":58,"Date":"7/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":870,"Cost":538,"Date":"7/25/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":954,"Cost":581,"Date":"8/4/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":867,"Cost":822,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":67,"Cost":57,"Date":"9/4/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":423,"Cost":356,"Date":"9/19/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":361,"Cost":223,"Date":"9/29/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":570,"Cost":355,"Date":"10/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":660,"Cost":592,"Date":"10/15/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":311,"Cost":162,"Date":"10/30/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":768,"Cost":459,"Date":"11/9/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":36,"Cost":21,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":755,"Cost":388,"Date":"11/30/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":64,"Cost":54,"Date":"12/8/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":159,"Cost":138,"Date":"12/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":783,"Cost":495,"Date":"1/15/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":729,"Cost":404,"Date":"1/24/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":342,"Cost":268,"Date":"2/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":302,"Cost":245,"Date":"2/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":140,"Cost":75,"Date":"3/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":128,"Cost":111,"Date":"3/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":761,"Cost":654,"Date":"4/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":196,"Cost":133,"Date":"5/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":856,"Cost":699,"Date":"5/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":329,"Cost":167,"Date":"6/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":683,"Cost":625,"Date":"6/26/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":600,"Cost":417,"Date":"7/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":482,"Cost":322,"Date":"7/13/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":547,"Cost":428,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":955,"Cost":766,"Date":"8/26/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":997,"Cost":627,"Date":"9/2/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":368,"Cost":316,"Date":"9/29/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":899,"Cost":788,"Date":"10/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":103,"Cost":88,"Date":"11/2/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":661,"Cost":501,"Date":"11/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":864,"Cost":566,"Date":"11/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":349,"Cost":281,"Date":"12/1/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":341,"Cost":212,"Date":"12/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":220,"Cost":126,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":908,"Cost":595,"Date":"12/18/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":536,"Cost":316,"Date":"12/20/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":6,"Cost":6,"Date":"12/20/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":211,"Cost":198,"Date":"12/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":592,"Cost":533,"Date":"1/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":683,"Cost":549,"Date":"2/5/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":292,"Cost":176,"Date":"2/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":775,"Cost":699,"Date":"2/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":63,"Cost":37,"Date":"2/18/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":127,"Cost":108,"Date":"2/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":962,"Cost":740,"Date":"2/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":507,"Cost":273,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":314,"Cost":223,"Date":"4/2/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":911,"Cost":477,"Date":"4/3/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":308,"Cost":251,"Date":"4/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":264,"Cost":154,"Date":"4/10/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":186,"Cost":146,"Date":"4/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":31,"Cost":28,"Date":"5/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":848,"Cost":566,"Date":"5/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":254,"Cost":234,"Date":"6/20/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":217,"Cost":123,"Date":"7/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":910,"Cost":678,"Date":"7/4/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":207,"Cost":158,"Date":"7/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":175,"Cost":92,"Date":"7/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":346,"Cost":320,"Date":"7/14/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":267,"Cost":150,"Date":"7/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":189,"Cost":150,"Date":"8/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":907,"Cost":855,"Date":"8/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":152,"Cost":101,"Date":"8/7/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":926,"Cost":810,"Date":"8/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":978,"Cost":812,"Date":"8/31/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":644,"Cost":420,"Date":"9/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":687,"Cost":487,"Date":"9/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":691,"Cost":495,"Date":"9/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":538,"Cost":412,"Date":"9/29/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":649,"Cost":516,"Date":"11/7/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":843,"Cost":640,"Date":"11/26/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":663,"Cost":432,"Date":"11/27/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":865,"Cost":462,"Date":"12/5/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":58,"Cost":43,"Date":"12/26/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":67,"Cost":56,"Date":"12/31/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":735,"Cost":573,"Date":"1/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":864,"Cost":797,"Date":"2/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":51,"Cost":37,"Date":"2/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":768,"Cost":420,"Date":"2/27/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":682,"Cost":499,"Date":"3/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":233,"Cost":133,"Date":"3/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":440,"Cost":303,"Date":"3/19/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":268,"Cost":137,"Date":"3/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":297,"Cost":153,"Date":"5/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":928,"Cost":829,"Date":"7/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":763,"Cost":410,"Date":"8/5/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":22,"Cost":19,"Date":"8/12/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":752,"Cost":523,"Date":"8/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":885,"Cost":637,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":191,"Cost":136,"Date":"9/3/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":591,"Cost":387,"Date":"9/5/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":141,"Cost":96,"Date":"10/6/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":965,"Cost":492,"Date":"10/19/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":995,"Cost":688,"Date":"11/15/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":345,"Cost":244,"Date":"12/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":328,"Cost":230,"Date":"1/8/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":348,"Cost":320,"Date":"1/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":62,"Cost":45,"Date":"1/19/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":389,"Cost":287,"Date":"1/28/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":512,"Cost":439,"Date":"1/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":39,"Cost":25,"Date":"3/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":291,"Cost":270,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":277,"Cost":156,"Date":"4/24/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":515,"Cost":314,"Date":"4/28/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":149,"Cost":135,"Date":"5/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":129,"Cost":78,"Date":"5/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":262,"Cost":186,"Date":"5/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":584,"Cost":300,"Date":"6/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":368,"Cost":323,"Date":"6/3/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":586,"Cost":555,"Date":"6/5/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":170,"Cost":149,"Date":"6/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":832,"Cost":450,"Date":"6/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":909,"Cost":554,"Date":"6/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":282,"Cost":191,"Date":"6/24/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":289,"Cost":220,"Date":"7/4/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":937,"Cost":488,"Date":"7/9/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":984,"Cost":835,"Date":"7/12/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":338,"Cost":283,"Date":"8/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":687,"Cost":367,"Date":"8/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":394,"Cost":256,"Date":"8/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":458,"Cost":264,"Date":"9/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":759,"Cost":631,"Date":"9/3/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":965,"Cost":785,"Date":"9/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":921,"Cost":532,"Date":"10/4/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":642,"Cost":465,"Date":"11/1/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":302,"Cost":248,"Date":"11/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":223,"Cost":189,"Date":"12/17/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":639,"Cost":451,"Date":"2/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":777,"Cost":483,"Date":"2/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":833,"Cost":501,"Date":"3/4/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":313,"Cost":262,"Date":"3/9/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":361,"Cost":202,"Date":"3/9/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":83,"Cost":75,"Date":"3/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":995,"Cost":920,"Date":"3/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":667,"Cost":529,"Date":"3/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":766,"Cost":685,"Date":"3/23/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":364,"Cost":289,"Date":"4/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":467,"Cost":308,"Date":"5/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":949,"Cost":491,"Date":"5/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":741,"Cost":610,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":988,"Cost":712,"Date":"6/2/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":388,"Cost":354,"Date":"6/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":453,"Cost":304,"Date":"6/16/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":864,"Cost":482,"Date":"6/16/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":480,"Cost":332,"Date":"7/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":823,"Cost":667,"Date":"7/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":925,"Cost":533,"Date":"8/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":823,"Cost":472,"Date":"8/29/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":372,"Cost":216,"Date":"8/31/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":479,"Cost":413,"Date":"9/8/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":268,"Cost":147,"Date":"9/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":205,"Cost":144,"Date":"9/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":809,"Cost":653,"Date":"9/19/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":288,"Cost":226,"Date":"9/25/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":994,"Cost":875,"Date":"10/4/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":285,"Cost":151,"Date":"10/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":456,"Cost":291,"Date":"10/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":565,"Cost":401,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":864,"Cost":637,"Date":"10/30/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":702,"Cost":354,"Date":"11/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":227,"Cost":129,"Date":"11/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":466,"Cost":353,"Date":"11/25/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":739,"Cost":483,"Date":"1/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":264,"Cost":190,"Date":"1/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":268,"Cost":201,"Date":"1/20/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":579,"Cost":489,"Date":"2/8/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":490,"Cost":288,"Date":"2/25/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":254,"Cost":143,"Date":"3/7/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":917,"Cost":721,"Date":"3/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":41,"Cost":23,"Date":"3/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":531,"Cost":338,"Date":"4/5/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":279,"Cost":224,"Date":"4/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":337,"Cost":237,"Date":"5/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":14,"Cost":9,"Date":"5/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":481,"Cost":344,"Date":"5/15/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":576,"Cost":304,"Date":"5/25/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":222,"Cost":170,"Date":"5/26/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":961,"Cost":577,"Date":"5/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":975,"Cost":847,"Date":"7/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":488,"Cost":372,"Date":"9/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":643,"Cost":363,"Date":"10/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":308,"Cost":179,"Date":"10/8/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":848,"Cost":655,"Date":"10/26/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":616,"Cost":525,"Date":"11/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":730,"Cost":594,"Date":"11/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"HM","Country":"Germany","Sale":748,"Cost":487,"Date":"12/1/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":75,"Cost":66,"Date":"2/9/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":105,"Date":"2/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":158,"Cost":147,"Date":"3/10/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":829,"Cost":529,"Date":"3/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":139,"Cost":115,"Date":"3/18/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":524,"Cost":435,"Date":"3/20/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":127,"Cost":98,"Date":"3/26/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":705,"Cost":529,"Date":"6/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":532,"Cost":427,"Date":"6/10/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":35,"Cost":32,"Date":"6/16/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":397,"Cost":307,"Date":"6/25/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":312,"Cost":227,"Date":"7/19/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":643,"Cost":497,"Date":"7/21/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":415,"Cost":265,"Date":"7/25/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":25,"Cost":17,"Date":"8/4/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":473,"Cost":314,"Date":"9/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":287,"Date":"9/4/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":25,"Date":"9/19/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":276,"Cost":209,"Date":"9/29/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":597,"Cost":308,"Date":"10/2/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":73,"Cost":52,"Date":"10/15/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":841,"Cost":711,"Date":"10/30/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":666,"Cost":529,"Date":"11/9/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":335,"Cost":171,"Date":"11/23/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":458,"Cost":376,"Date":"11/30/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":854,"Cost":454,"Date":"12/8/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":452,"Cost":384,"Date":"12/11/2018"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":783,"Cost":520,"Date":"1/15/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":166,"Cost":121,"Date":"1/24/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":195,"Cost":110,"Date":"2/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":244,"Cost":230,"Date":"2/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":188,"Cost":151,"Date":"3/9/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":501,"Cost":350,"Date":"3/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":786,"Cost":540,"Date":"4/19/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":454,"Cost":366,"Date":"5/3/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":803,"Cost":639,"Date":"5/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":554,"Cost":279,"Date":"6/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":138,"Cost":83,"Date":"6/26/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":481,"Date":"7/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":990,"Cost":586,"Date":"7/13/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":533,"Cost":459,"Date":"8/8/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":110,"Cost":71,"Date":"8/26/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":90,"Cost":46,"Date":"9/2/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":872,"Cost":569,"Date":"9/29/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":929,"Cost":520,"Date":"10/12/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":949,"Cost":825,"Date":"11/2/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":805,"Cost":456,"Date":"11/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":928,"Cost":478,"Date":"11/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":574,"Cost":384,"Date":"12/1/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":711,"Cost":597,"Date":"12/4/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":273,"Cost":192,"Date":"12/7/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":310,"Cost":287,"Date":"12/18/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":591,"Cost":398,"Date":"12/20/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":363,"Cost":273,"Date":"12/20/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":316,"Cost":182,"Date":"12/21/2019"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":281,"Cost":168,"Date":"1/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":581,"Cost":489,"Date":"2/5/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":113,"Cost":58,"Date":"2/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":990,"Cost":701,"Date":"2/16/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":810,"Cost":520,"Date":"2/18/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":262,"Cost":148,"Date":"2/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":869,"Cost":740,"Date":"2/25/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":423,"Cost":368,"Date":"3/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":729,"Cost":484,"Date":"4/2/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":223,"Date":"4/3/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":612,"Cost":496,"Date":"4/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":987,"Cost":773,"Date":"4/10/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":8,"Cost":5,"Date":"4/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":474,"Cost":418,"Date":"5/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":571,"Cost":413,"Date":"5/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":914,"Cost":813,"Date":"6/20/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":454,"Cost":422,"Date":"7/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":809,"Cost":563,"Date":"7/4/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":697,"Cost":446,"Date":"7/8/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":887,"Cost":514,"Date":"7/9/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":203,"Date":"7/14/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":364,"Cost":308,"Date":"7/19/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":554,"Cost":425,"Date":"8/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":553,"Cost":516,"Date":"8/6/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":866,"Cost":744,"Date":"8/7/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":148,"Cost":115,"Date":"8/22/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":688,"Cost":475,"Date":"8/31/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":442,"Cost":362,"Date":"9/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":564,"Cost":493,"Date":"9/1/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":709,"Cost":530,"Date":"9/17/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":897,"Cost":533,"Date":"9/29/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":99,"Cost":76,"Date":"11/7/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":548,"Cost":384,"Date":"11/26/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":959,"Cost":504,"Date":"11/27/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":563,"Cost":514,"Date":"12/5/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":451,"Date":"12/26/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":853,"Cost":756,"Date":"12/31/2020"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":318,"Cost":250,"Date":"1/20/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":679,"Cost":353,"Date":"2/2/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":389,"Cost":250,"Date":"2/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":694,"Cost":478,"Date":"2/27/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":139,"Cost":92,"Date":"3/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":75,"Cost":43,"Date":"3/1/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":631,"Cost":420,"Date":"3/19/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":52,"Cost":27,"Date":"3/28/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":846,"Cost":791,"Date":"5/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":103,"Cost":80,"Date":"7/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":613,"Cost":435,"Date":"8/5/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":25,"Cost":13,"Date":"8/12/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":215,"Cost":135,"Date":"8/21/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":713,"Cost":531,"Date":"8/23/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":945,"Cost":768,"Date":"9/3/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":744,"Cost":378,"Date":"9/5/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":225,"Cost":182,"Date":"10/6/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":687,"Cost":457,"Date":"10/19/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":17,"Cost":15,"Date":"11/15/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":221,"Cost":168,"Date":"12/8/2021"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":576,"Cost":299,"Date":"1/8/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":918,"Cost":828,"Date":"1/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":93,"Cost":80,"Date":"1/19/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":518,"Cost":460,"Date":"1/28/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":865,"Cost":490,"Date":"1/31/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":845,"Cost":803,"Date":"3/27/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":353,"Date":"4/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":127,"Cost":103,"Date":"4/24/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":715,"Cost":435,"Date":"4/28/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":858,"Cost":465,"Date":"5/15/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":496,"Cost":310,"Date":"5/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":216,"Cost":199,"Date":"5/18/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":201,"Cost":117,"Date":"6/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":918,"Cost":568,"Date":"6/3/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":387,"Cost":223,"Date":"6/5/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":951,"Cost":777,"Date":"6/7/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":966,"Cost":872,"Date":"6/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":225,"Cost":199,"Date":"6/20/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":666,"Cost":549,"Date":"6/24/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":313,"Cost":232,"Date":"7/4/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":83,"Cost":54,"Date":"7/9/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":509,"Cost":314,"Date":"7/12/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":596,"Cost":517,"Date":"8/14/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":530,"Cost":412,"Date":"8/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":51,"Cost":42,"Date":"8/23/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":760,"Cost":684,"Date":"9/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":315,"Cost":266,"Date":"9/3/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":266,"Cost":167,"Date":"9/16/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":802,"Cost":634,"Date":"10/4/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":709,"Cost":513,"Date":"11/1/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":647,"Cost":411,"Date":"11/2/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":766,"Cost":708,"Date":"12/17/2022"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":30,"Cost":19,"Date":"2/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":988,"Cost":629,"Date":"2/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":579,"Cost":481,"Date":"3/4/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":239,"Cost":140,"Date":"3/9/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":603,"Cost":537,"Date":"3/9/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":46,"Date":"3/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":16,"Cost":10,"Date":"3/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":671,"Cost":360,"Date":"3/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":255,"Date":"3/23/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":919,"Cost":723,"Date":"4/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":647,"Cost":483,"Date":"5/7/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":225,"Cost":212,"Date":"5/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":381,"Cost":348,"Date":"5/20/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":709,"Cost":377,"Date":"6/2/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":433,"Cost":266,"Date":"6/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":980,"Cost":855,"Date":"6/16/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":169,"Cost":100,"Date":"6/16/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":223,"Cost":112,"Date":"7/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":567,"Cost":535,"Date":"7/11/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":958,"Cost":876,"Date":"8/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":442,"Cost":317,"Date":"8/29/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":782,"Cost":545,"Date":"8/31/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":120,"Cost":109,"Date":"9/8/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":669,"Cost":601,"Date":"9/13/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":493,"Cost":373,"Date":"9/14/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":653,"Cost":421,"Date":"9/19/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":354,"Cost":211,"Date":"9/25/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":973,"Cost":504,"Date":"10/4/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":315,"Cost":273,"Date":"10/10/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":444,"Date":"10/17/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":757,"Cost":568,"Date":"10/28/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":571,"Cost":378,"Date":"10/30/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":550,"Cost":371,"Date":"11/1/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":925,"Cost":541,"Date":"11/15/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":742,"Date":"11/25/2023"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":391,"Cost":314,"Date":"1/10/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":487,"Cost":371,"Date":"1/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":84,"Cost":49,"Date":"1/20/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":63,"Date":"2/8/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":943,"Cost":701,"Date":"2/25/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":148,"Cost":89,"Date":"3/7/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":896,"Cost":698,"Date":"3/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":475,"Date":"3/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":307,"Cost":164,"Date":"4/5/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":839,"Cost":601,"Date":"4/14/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":952,"Cost":828,"Date":"5/3/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":351,"Cost":177,"Date":"5/9/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":692,"Cost":531,"Date":"5/15/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":25,"Cost":21,"Date":"5/25/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":351,"Cost":285,"Date":"5/26/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":559,"Cost":432,"Date":"5/31/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":55,"Cost":31,"Date":"7/27/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":344,"Cost":223,"Date":"9/17/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":691,"Cost":628,"Date":"10/6/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":629,"Date":"10/8/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":139,"Cost":79,"Date":"10/26/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":155,"Cost":128,"Date":"11/16/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":424,"Cost":218,"Date":"11/18/2024"},{"Store":"Zweibrücken Fashion Outlet","Brand":"Sellpy","Country":"Germany","Sale":859,"Cost":652,"Date":"12/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":972,"Cost":685,"Date":"2/9/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":455,"Cost":430,"Date":"2/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":271,"Cost":149,"Date":"3/10/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":53,"Cost":28,"Date":"3/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":915,"Cost":740,"Date":"3/18/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":656,"Cost":449,"Date":"3/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":728,"Cost":397,"Date":"3/26/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":183,"Cost":161,"Date":"6/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":336,"Cost":247,"Date":"6/10/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":552,"Cost":320,"Date":"6/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":194,"Cost":118,"Date":"6/25/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":118,"Cost":78,"Date":"7/19/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":848,"Cost":569,"Date":"7/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":242,"Cost":228,"Date":"7/25/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":60,"Cost":49,"Date":"8/4/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":865,"Cost":623,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":498,"Cost":367,"Date":"9/4/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":697,"Cost":651,"Date":"9/19/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":406,"Cost":207,"Date":"9/29/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":296,"Cost":181,"Date":"10/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":756,"Cost":423,"Date":"10/15/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":957,"Cost":764,"Date":"10/30/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":778,"Cost":575,"Date":"11/9/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":651,"Cost":558,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":399,"Cost":374,"Date":"11/30/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":465,"Cost":296,"Date":"12/8/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":98,"Cost":66,"Date":"12/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":908,"Cost":625,"Date":"1/15/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":885,"Cost":462,"Date":"1/24/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":676,"Cost":530,"Date":"2/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":919,"Cost":482,"Date":"2/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":688,"Cost":539,"Date":"3/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":415,"Cost":316,"Date":"3/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":931,"Cost":582,"Date":"4/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":238,"Cost":136,"Date":"5/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":469,"Cost":345,"Date":"5/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":682,"Cost":529,"Date":"6/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":183,"Cost":152,"Date":"6/26/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":260,"Cost":152,"Date":"7/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":245,"Cost":180,"Date":"7/13/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":580,"Cost":359,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":741,"Cost":477,"Date":"8/26/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":862,"Cost":691,"Date":"9/2/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":788,"Cost":430,"Date":"9/29/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":580,"Cost":353,"Date":"10/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":413,"Cost":304,"Date":"11/2/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":869,"Cost":750,"Date":"11/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":23,"Cost":18,"Date":"11/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":952,"Cost":511,"Date":"12/1/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":768,"Cost":617,"Date":"12/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":658,"Cost":516,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":643,"Cost":423,"Date":"12/18/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":796,"Cost":643,"Date":"12/20/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":894,"Cost":529,"Date":"12/20/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":668,"Cost":460,"Date":"12/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":131,"Cost":118,"Date":"1/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":415,"Cost":315,"Date":"2/5/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":954,"Cost":866,"Date":"2/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":862,"Cost":755,"Date":"2/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":973,"Cost":573,"Date":"2/18/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":862,"Cost":708,"Date":"2/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":402,"Cost":242,"Date":"2/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":858,"Cost":570,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":265,"Cost":174,"Date":"4/2/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":405,"Cost":382,"Date":"4/3/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":859,"Cost":785,"Date":"4/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":145,"Cost":102,"Date":"4/10/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":730,"Cost":444,"Date":"4/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":750,"Cost":473,"Date":"5/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":985,"Cost":637,"Date":"5/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":271,"Cost":200,"Date":"6/20/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":237,"Cost":206,"Date":"7/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":175,"Cost":136,"Date":"7/4/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":494,"Cost":358,"Date":"7/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":806,"Cost":545,"Date":"7/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":426,"Cost":314,"Date":"7/14/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":452,"Cost":377,"Date":"7/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":606,"Cost":321,"Date":"8/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":135,"Cost":77,"Date":"8/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":9,"Cost":7,"Date":"8/7/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":958,"Cost":771,"Date":"8/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":706,"Cost":369,"Date":"8/31/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":235,"Cost":183,"Date":"9/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":982,"Cost":912,"Date":"9/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":827,"Cost":427,"Date":"9/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":37,"Cost":23,"Date":"9/29/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":575,"Cost":313,"Date":"11/7/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":740,"Cost":643,"Date":"11/26/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":294,"Cost":175,"Date":"11/27/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":301,"Cost":155,"Date":"12/5/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":211,"Cost":140,"Date":"12/26/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":855,"Cost":774,"Date":"12/31/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":612,"Cost":481,"Date":"1/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":81,"Cost":67,"Date":"2/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":415,"Cost":386,"Date":"2/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":818,"Cost":650,"Date":"2/27/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":358,"Cost":328,"Date":"3/1/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":810,"Cost":727,"Date":"3/1/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":832,"Cost":516,"Date":"3/19/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":952,"Cost":852,"Date":"3/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":776,"Cost":569,"Date":"5/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":958,"Cost":674,"Date":"7/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":714,"Cost":407,"Date":"8/5/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":950,"Cost":712,"Date":"8/12/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":204,"Cost":123,"Date":"8/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":283,"Cost":258,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":629,"Cost":577,"Date":"9/3/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":608,"Cost":400,"Date":"9/5/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":440,"Cost":379,"Date":"10/6/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":116,"Cost":100,"Date":"10/19/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":23,"Cost":18,"Date":"11/15/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":186,"Cost":111,"Date":"12/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":460,"Cost":353,"Date":"1/8/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":722,"Cost":589,"Date":"1/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":937,"Cost":519,"Date":"1/19/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":202,"Cost":165,"Date":"1/28/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":222,"Cost":125,"Date":"1/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":799,"Cost":628,"Date":"3/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":818,"Cost":525,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":127,"Cost":94,"Date":"4/24/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":939,"Cost":624,"Date":"4/28/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":175,"Cost":134,"Date":"5/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":964,"Cost":800,"Date":"5/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":251,"Cost":225,"Date":"5/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":552,"Cost":511,"Date":"6/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":689,"Cost":554,"Date":"6/3/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":142,"Cost":115,"Date":"6/5/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":445,"Cost":351,"Date":"6/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":581,"Cost":309,"Date":"6/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":656,"Cost":555,"Date":"6/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":679,"Cost":438,"Date":"6/24/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":437,"Cost":282,"Date":"7/4/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":746,"Cost":593,"Date":"7/9/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":227,"Cost":114,"Date":"7/12/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":942,"Cost":785,"Date":"8/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":813,"Cost":423,"Date":"8/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":998,"Cost":529,"Date":"8/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":74,"Cost":52,"Date":"9/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":272,"Cost":166,"Date":"9/3/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":807,"Cost":710,"Date":"9/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":515,"Cost":315,"Date":"10/4/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":503,"Cost":463,"Date":"11/1/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":488,"Cost":320,"Date":"11/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":867,"Cost":736,"Date":"12/17/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":188,"Cost":108,"Date":"2/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":350,"Cost":231,"Date":"2/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":788,"Cost":733,"Date":"3/4/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":862,"Cost":671,"Date":"3/9/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":665,"Cost":589,"Date":"3/9/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":879,"Cost":609,"Date":"3/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":648,"Cost":328,"Date":"3/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":490,"Cost":338,"Date":"3/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":947,"Cost":737,"Date":"3/23/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":290,"Cost":164,"Date":"4/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":230,"Cost":187,"Date":"5/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":995,"Cost":616,"Date":"5/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":589,"Cost":407,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":726,"Cost":462,"Date":"6/2/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":934,"Cost":688,"Date":"6/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":589,"Cost":506,"Date":"6/16/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":392,"Cost":306,"Date":"6/16/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":958,"Cost":521,"Date":"7/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":419,"Cost":365,"Date":"7/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":565,"Cost":316,"Date":"8/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":109,"Cost":96,"Date":"8/29/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":188,"Cost":146,"Date":"8/31/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":196,"Cost":100,"Date":"9/8/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":509,"Cost":472,"Date":"9/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":766,"Cost":479,"Date":"9/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":280,"Cost":199,"Date":"9/19/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":884,"Cost":648,"Date":"9/25/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":847,"Cost":610,"Date":"10/4/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":819,"Cost":420,"Date":"10/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":56,"Cost":30,"Date":"10/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":447,"Cost":289,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":132,"Cost":79,"Date":"10/30/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":435,"Cost":247,"Date":"11/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":294,"Cost":228,"Date":"11/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":484,"Cost":413,"Date":"11/25/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":259,"Cost":225,"Date":"1/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":468,"Cost":275,"Date":"1/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":578,"Cost":487,"Date":"1/20/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":207,"Cost":113,"Date":"2/8/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":767,"Cost":556,"Date":"2/25/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":557,"Cost":340,"Date":"3/7/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":833,"Cost":573,"Date":"3/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":28,"Cost":17,"Date":"3/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":934,"Cost":836,"Date":"4/5/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":204,"Cost":169,"Date":"4/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":346,"Cost":317,"Date":"5/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":653,"Cost":566,"Date":"5/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":684,"Cost":569,"Date":"5/15/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":453,"Cost":356,"Date":"5/25/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":714,"Cost":483,"Date":"5/26/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":439,"Cost":265,"Date":"5/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":326,"Cost":174,"Date":"7/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":678,"Cost":397,"Date":"9/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":273,"Cost":195,"Date":"10/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":248,"Cost":156,"Date":"10/8/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":255,"Cost":147,"Date":"10/26/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":784,"Cost":626,"Date":"11/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":350,"Cost":196,"Date":"11/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM","Country":"Germany","Sale":112,"Cost":93,"Date":"12/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":693,"Cost":449,"Date":"2/9/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":178,"Cost":136,"Date":"2/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":661,"Cost":401,"Date":"3/10/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":332,"Cost":270,"Date":"3/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":289,"Cost":251,"Date":"3/18/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":793,"Cost":554,"Date":"3/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":233,"Cost":178,"Date":"3/26/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":520,"Cost":413,"Date":"6/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":474,"Cost":346,"Date":"6/10/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":372,"Cost":301,"Date":"6/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":704,"Cost":495,"Date":"6/25/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":24,"Cost":16,"Date":"7/19/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":184,"Cost":144,"Date":"7/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":323,"Cost":265,"Date":"7/25/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":397,"Cost":317,"Date":"8/4/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":882,"Cost":738,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":938,"Cost":634,"Date":"9/4/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":511,"Cost":331,"Date":"9/19/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":483,"Cost":385,"Date":"9/29/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":24,"Cost":16,"Date":"10/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":347,"Cost":244,"Date":"10/15/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":605,"Cost":474,"Date":"10/30/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":771,"Cost":668,"Date":"11/9/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":720,"Cost":546,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":118,"Cost":65,"Date":"11/30/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":598,"Cost":560,"Date":"12/8/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":615,"Cost":418,"Date":"12/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":450,"Cost":249,"Date":"1/15/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":266,"Cost":203,"Date":"1/24/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":65,"Cost":37,"Date":"2/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":184,"Cost":122,"Date":"2/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":900,"Cost":684,"Date":"3/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":178,"Cost":91,"Date":"3/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":684,"Cost":353,"Date":"4/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":315,"Cost":209,"Date":"5/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":696,"Cost":400,"Date":"5/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":661,"Cost":353,"Date":"6/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":868,"Cost":757,"Date":"6/26/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":989,"Cost":583,"Date":"7/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":677,"Cost":416,"Date":"7/13/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":448,"Cost":343,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":469,"Cost":415,"Date":"8/26/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":323,"Cost":276,"Date":"9/2/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":912,"Cost":602,"Date":"9/29/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":413,"Cost":276,"Date":"10/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":575,"Cost":505,"Date":"11/2/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":599,"Cost":336,"Date":"11/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":773,"Cost":433,"Date":"11/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":421,"Cost":266,"Date":"12/1/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":533,"Cost":358,"Date":"12/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":819,"Cost":713,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":62,"Cost":41,"Date":"12/18/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":320,"Cost":199,"Date":"12/20/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":520,"Cost":398,"Date":"12/20/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":681,"Cost":460,"Date":"12/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":778,"Cost":443,"Date":"1/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":908,"Cost":525,"Date":"2/5/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":765,"Cost":703,"Date":"2/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":915,"Cost":706,"Date":"2/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":722,"Cost":575,"Date":"2/18/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":769,"Cost":613,"Date":"2/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":852,"Cost":645,"Date":"2/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":728,"Cost":642,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":58,"Cost":42,"Date":"4/2/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":912,"Cost":729,"Date":"4/3/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":645,"Cost":406,"Date":"4/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":863,"Cost":721,"Date":"4/10/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":347,"Cost":199,"Date":"4/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":740,"Cost":637,"Date":"5/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":987,"Cost":826,"Date":"5/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":250,"Cost":149,"Date":"6/20/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":441,"Cost":358,"Date":"7/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":230,"Cost":121,"Date":"7/4/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":7,"Cost":3,"Date":"7/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":460,"Cost":306,"Date":"7/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":400,"Cost":367,"Date":"7/14/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":189,"Cost":99,"Date":"7/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":603,"Cost":463,"Date":"8/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":989,"Cost":766,"Date":"8/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":665,"Cost":469,"Date":"8/7/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":928,"Cost":677,"Date":"8/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":719,"Cost":607,"Date":"8/31/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":2,"Cost":2,"Date":"9/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":764,"Cost":409,"Date":"9/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":283,"Cost":195,"Date":"9/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":366,"Cost":267,"Date":"9/29/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":725,"Cost":435,"Date":"11/7/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":269,"Cost":137,"Date":"11/26/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":324,"Cost":217,"Date":"11/27/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":588,"Cost":376,"Date":"12/5/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":151,"Cost":119,"Date":"12/26/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":909,"Cost":798,"Date":"12/31/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":389,"Cost":349,"Date":"1/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":798,"Cost":562,"Date":"2/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":96,"Cost":89,"Date":"2/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":317,"Cost":270,"Date":"2/27/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":145,"Cost":107,"Date":"3/1/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":756,"Cost":423,"Date":"3/1/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":489,"Cost":356,"Date":"3/19/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":607,"Cost":321,"Date":"3/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":565,"Cost":518,"Date":"5/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":865,"Cost":757,"Date":"7/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":786,"Cost":660,"Date":"8/5/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":531,"Cost":420,"Date":"8/12/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":488,"Cost":255,"Date":"8/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":196,"Cost":142,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":803,"Cost":503,"Date":"9/3/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":846,"Cost":692,"Date":"9/5/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":564,"Cost":388,"Date":"10/6/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":326,"Cost":168,"Date":"10/19/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":987,"Cost":936,"Date":"11/15/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":878,"Cost":571,"Date":"12/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":596,"Cost":439,"Date":"1/8/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":333,"Cost":309,"Date":"1/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":611,"Cost":482,"Date":"1/19/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":24,"Cost":21,"Date":"1/28/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":974,"Cost":639,"Date":"1/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":793,"Cost":501,"Date":"3/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":236,"Cost":122,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":926,"Cost":794,"Date":"4/24/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":82,"Cost":51,"Date":"4/28/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":935,"Cost":776,"Date":"5/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":404,"Cost":346,"Date":"5/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":999,"Cost":623,"Date":"5/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":775,"Cost":735,"Date":"6/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":467,"Cost":247,"Date":"6/3/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":471,"Cost":379,"Date":"6/5/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":90,"Cost":58,"Date":"6/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":324,"Cost":248,"Date":"6/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":641,"Cost":371,"Date":"6/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":441,"Cost":263,"Date":"6/24/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":117,"Cost":92,"Date":"7/4/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":235,"Cost":217,"Date":"7/9/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":967,"Cost":853,"Date":"7/12/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":479,"Cost":253,"Date":"8/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":276,"Cost":244,"Date":"8/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":614,"Cost":505,"Date":"8/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":293,"Cost":231,"Date":"9/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":301,"Cost":240,"Date":"9/3/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":527,"Cost":302,"Date":"9/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":339,"Cost":211,"Date":"10/4/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":812,"Cost":457,"Date":"11/1/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":212,"Cost":129,"Date":"11/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":919,"Cost":528,"Date":"12/17/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":140,"Cost":78,"Date":"2/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":179,"Cost":102,"Date":"2/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":164,"Cost":119,"Date":"3/4/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":369,"Cost":251,"Date":"3/9/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":134,"Cost":98,"Date":"3/9/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":393,"Cost":242,"Date":"3/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":605,"Cost":523,"Date":"3/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":757,"Cost":403,"Date":"3/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":888,"Cost":781,"Date":"3/23/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":707,"Cost":628,"Date":"4/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":544,"Cost":422,"Date":"5/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":249,"Cost":145,"Date":"5/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":762,"Cost":402,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":887,"Cost":452,"Date":"6/2/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":700,"Cost":431,"Date":"6/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":105,"Cost":82,"Date":"6/16/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":635,"Cost":591,"Date":"6/16/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":385,"Cost":332,"Date":"7/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":234,"Cost":148,"Date":"7/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":749,"Cost":454,"Date":"8/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":478,"Cost":263,"Date":"8/29/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":602,"Cost":359,"Date":"8/31/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":727,"Cost":619,"Date":"9/8/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":210,"Cost":124,"Date":"9/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":914,"Cost":639,"Date":"9/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":927,"Cost":863,"Date":"9/19/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":914,"Cost":548,"Date":"9/25/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":714,"Cost":668,"Date":"10/4/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":710,"Cost":471,"Date":"10/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":827,"Cost":630,"Date":"10/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":124,"Cost":113,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":355,"Cost":229,"Date":"10/30/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":233,"Cost":197,"Date":"11/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":17,"Cost":9,"Date":"11/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":710,"Cost":463,"Date":"11/25/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":899,"Cost":823,"Date":"1/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":839,"Cost":572,"Date":"1/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":980,"Cost":704,"Date":"1/20/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":275,"Cost":161,"Date":"2/8/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":477,"Cost":372,"Date":"2/25/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":508,"Cost":437,"Date":"3/7/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":937,"Cost":492,"Date":"3/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":311,"Cost":284,"Date":"3/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":643,"Cost":370,"Date":"4/5/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":750,"Cost":378,"Date":"4/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":809,"Cost":449,"Date":"5/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":202,"Cost":111,"Date":"5/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":125,"Cost":83,"Date":"5/15/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":491,"Cost":272,"Date":"5/25/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":165,"Cost":114,"Date":"5/26/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":467,"Cost":266,"Date":"5/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":319,"Cost":228,"Date":"7/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":225,"Cost":195,"Date":"9/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":915,"Cost":706,"Date":"10/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":825,"Cost":532,"Date":"10/8/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":786,"Cost":692,"Date":"10/26/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":824,"Cost":457,"Date":"11/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":656,"Cost":332,"Date":"11/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"Nova","Country":"Germany","Sale":654,"Cost":450,"Date":"12/1/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":638,"Cost":396,"Date":"2/9/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":670,"Cost":501,"Date":"2/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":610,"Cost":469,"Date":"3/10/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":319,"Cost":216,"Date":"3/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":876,"Cost":606,"Date":"3/18/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":902,"Cost":835,"Date":"3/20/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":707,"Cost":465,"Date":"3/26/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":91,"Cost":67,"Date":"6/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":417,"Cost":264,"Date":"6/10/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":79,"Date":"6/16/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":861,"Cost":535,"Date":"6/25/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":202,"Date":"7/19/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":999,"Cost":654,"Date":"7/21/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":140,"Cost":86,"Date":"7/25/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":576,"Cost":420,"Date":"8/4/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":133,"Cost":124,"Date":"9/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":76,"Cost":38,"Date":"9/4/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":384,"Cost":236,"Date":"9/19/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":73,"Cost":42,"Date":"9/29/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":873,"Cost":770,"Date":"10/2/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":212,"Cost":161,"Date":"10/15/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":32,"Cost":19,"Date":"10/30/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":343,"Cost":320,"Date":"11/9/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":506,"Cost":448,"Date":"11/23/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":431,"Date":"11/30/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":497,"Date":"12/8/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":698,"Cost":422,"Date":"12/11/2018"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":973,"Cost":818,"Date":"1/15/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":329,"Cost":278,"Date":"1/24/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":171,"Cost":89,"Date":"2/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":438,"Cost":355,"Date":"2/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":597,"Cost":379,"Date":"3/9/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":876,"Cost":511,"Date":"3/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":347,"Cost":316,"Date":"4/19/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":621,"Cost":488,"Date":"5/3/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":584,"Cost":339,"Date":"5/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":248,"Cost":199,"Date":"6/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":154,"Cost":97,"Date":"6/26/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":295,"Cost":266,"Date":"7/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":874,"Cost":777,"Date":"7/13/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":975,"Cost":814,"Date":"8/8/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":701,"Cost":659,"Date":"8/26/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":574,"Cost":346,"Date":"9/2/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":10,"Cost":6,"Date":"9/29/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":866,"Cost":690,"Date":"10/12/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":659,"Cost":395,"Date":"11/2/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":912,"Cost":484,"Date":"11/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":404,"Cost":372,"Date":"11/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":173,"Cost":112,"Date":"12/1/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":71,"Cost":54,"Date":"12/4/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":404,"Cost":234,"Date":"12/7/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":72,"Cost":68,"Date":"12/18/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":254,"Cost":202,"Date":"12/20/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":460,"Cost":427,"Date":"12/20/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":349,"Cost":301,"Date":"12/21/2019"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":239,"Cost":178,"Date":"1/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":491,"Cost":411,"Date":"2/5/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":722,"Cost":496,"Date":"2/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":102,"Date":"2/16/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":205,"Cost":103,"Date":"2/18/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":271,"Cost":219,"Date":"2/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":41,"Cost":33,"Date":"2/25/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":925,"Cost":765,"Date":"3/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":110,"Date":"4/2/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":938,"Cost":636,"Date":"4/3/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":434,"Cost":230,"Date":"4/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":147,"Cost":81,"Date":"4/10/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":805,"Cost":623,"Date":"4/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":964,"Cost":493,"Date":"5/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":872,"Cost":446,"Date":"5/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":340,"Date":"6/20/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":646,"Cost":542,"Date":"7/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":112,"Cost":86,"Date":"7/4/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":53,"Cost":30,"Date":"7/8/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":406,"Cost":299,"Date":"7/9/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":223,"Cost":131,"Date":"7/14/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":841,"Cost":527,"Date":"7/19/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":637,"Cost":449,"Date":"8/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":935,"Cost":655,"Date":"8/6/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":930,"Cost":519,"Date":"8/7/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":157,"Cost":135,"Date":"8/22/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":833,"Cost":604,"Date":"8/31/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":624,"Cost":546,"Date":"9/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":44,"Cost":38,"Date":"9/1/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":449,"Cost":411,"Date":"9/17/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":599,"Cost":508,"Date":"9/29/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":60,"Cost":46,"Date":"11/7/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":173,"Cost":117,"Date":"11/26/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":314,"Cost":221,"Date":"11/27/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":593,"Date":"12/5/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":2,"Cost":2,"Date":"12/26/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":673,"Cost":392,"Date":"12/31/2020"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":20,"Cost":15,"Date":"1/20/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":352,"Cost":214,"Date":"2/2/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":851,"Cost":492,"Date":"2/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":16,"Cost":10,"Date":"2/27/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":190,"Cost":148,"Date":"3/1/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":794,"Cost":589,"Date":"3/1/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":938,"Cost":786,"Date":"3/19/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":202,"Cost":125,"Date":"3/28/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":142,"Cost":114,"Date":"5/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":26,"Cost":22,"Date":"7/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":773,"Cost":476,"Date":"8/5/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":490,"Cost":397,"Date":"8/12/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":422,"Cost":349,"Date":"8/21/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":806,"Cost":651,"Date":"8/23/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":696,"Cost":636,"Date":"9/3/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":525,"Cost":375,"Date":"9/5/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":462,"Date":"10/6/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":257,"Cost":158,"Date":"10/19/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":674,"Cost":458,"Date":"11/15/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":953,"Cost":519,"Date":"12/8/2021"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":136,"Cost":126,"Date":"1/8/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":894,"Cost":605,"Date":"1/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":930,"Cost":466,"Date":"1/19/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":353,"Date":"1/28/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":353,"Cost":323,"Date":"1/31/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":372,"Cost":222,"Date":"3/27/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":822,"Cost":613,"Date":"4/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":891,"Cost":676,"Date":"4/24/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":715,"Cost":464,"Date":"4/28/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":711,"Cost":659,"Date":"5/15/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":138,"Cost":109,"Date":"5/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":786,"Cost":664,"Date":"5/18/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":45,"Date":"6/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":506,"Cost":395,"Date":"6/3/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":340,"Cost":296,"Date":"6/5/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":932,"Cost":520,"Date":"6/7/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":336,"Date":"6/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":528,"Cost":473,"Date":"6/20/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":251,"Date":"6/24/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":420,"Cost":385,"Date":"7/4/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":130,"Cost":92,"Date":"7/9/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":795,"Cost":506,"Date":"7/12/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":85,"Cost":64,"Date":"8/14/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":214,"Cost":107,"Date":"8/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":900,"Cost":736,"Date":"8/23/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":898,"Cost":835,"Date":"9/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":116,"Cost":82,"Date":"9/3/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":771,"Cost":684,"Date":"9/16/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":411,"Cost":211,"Date":"10/4/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":964,"Cost":750,"Date":"11/1/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":603,"Cost":378,"Date":"11/2/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":496,"Date":"12/17/2022"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":518,"Cost":266,"Date":"2/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":890,"Cost":807,"Date":"2/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":473,"Cost":273,"Date":"3/4/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":650,"Cost":486,"Date":"3/9/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":734,"Cost":543,"Date":"3/9/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":271,"Cost":140,"Date":"3/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":768,"Cost":700,"Date":"3/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":537,"Cost":388,"Date":"3/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":270,"Cost":162,"Date":"3/23/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":926,"Cost":540,"Date":"4/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":556,"Cost":394,"Date":"5/7/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":443,"Cost":279,"Date":"5/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":612,"Cost":479,"Date":"5/20/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":831,"Cost":610,"Date":"6/2/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":173,"Cost":117,"Date":"6/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":417,"Cost":327,"Date":"6/16/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":575,"Date":"6/16/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":301,"Date":"7/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":949,"Cost":481,"Date":"7/11/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":581,"Cost":528,"Date":"8/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":938,"Cost":754,"Date":"8/29/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":802,"Cost":686,"Date":"8/31/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":615,"Cost":390,"Date":"9/8/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":921,"Cost":687,"Date":"9/13/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":895,"Cost":596,"Date":"9/14/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":633,"Cost":466,"Date":"9/19/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":705,"Cost":488,"Date":"9/25/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":278,"Cost":217,"Date":"10/4/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":639,"Cost":373,"Date":"10/10/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":618,"Cost":567,"Date":"10/17/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":863,"Cost":615,"Date":"10/28/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":410,"Date":"10/30/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":701,"Cost":624,"Date":"11/1/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":984,"Cost":514,"Date":"11/15/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":469,"Cost":445,"Date":"11/25/2023"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":443,"Cost":335,"Date":"1/10/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":809,"Cost":480,"Date":"1/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":610,"Cost":345,"Date":"1/20/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":264,"Cost":222,"Date":"2/8/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":456,"Cost":432,"Date":"2/25/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":737,"Cost":693,"Date":"3/7/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":371,"Cost":290,"Date":"3/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":633,"Cost":481,"Date":"3/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":721,"Cost":583,"Date":"4/5/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":119,"Cost":78,"Date":"4/14/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":572,"Cost":456,"Date":"5/3/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":411,"Cost":351,"Date":"5/9/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":209,"Cost":131,"Date":"5/15/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":766,"Cost":461,"Date":"5/25/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":248,"Date":"5/26/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":440,"Cost":364,"Date":"5/31/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":684,"Cost":406,"Date":"7/27/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":622,"Cost":366,"Date":"9/17/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":20,"Cost":10,"Date":"10/6/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":23,"Cost":16,"Date":"10/8/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":38,"Date":"10/26/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":557,"Cost":362,"Date":"11/16/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":715,"Cost":429,"Date":"11/18/2024"},{"Store":"Altmarkt-Galerie, Dresden","Brand":"HM Home","Country":"Germany","Sale":616,"Cost":508,"Date":"12/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":847,"Cost":746,"Date":"2/9/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":341,"Cost":180,"Date":"2/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":255,"Cost":174,"Date":"3/10/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":417,"Cost":332,"Date":"3/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":640,"Cost":552,"Date":"3/18/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":208,"Cost":125,"Date":"3/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":946,"Cost":863,"Date":"3/26/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":86,"Cost":57,"Date":"6/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":280,"Cost":146,"Date":"6/10/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":919,"Cost":732,"Date":"6/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":289,"Cost":178,"Date":"6/25/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":302,"Cost":196,"Date":"7/19/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":606,"Cost":416,"Date":"7/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":772,"Cost":525,"Date":"7/25/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":205,"Cost":123,"Date":"8/4/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":817,"Cost":459,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":556,"Cost":441,"Date":"9/4/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":249,"Cost":213,"Date":"9/19/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":684,"Cost":595,"Date":"9/29/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":940,"Cost":536,"Date":"10/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":325,"Cost":195,"Date":"10/15/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":730,"Cost":670,"Date":"10/30/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":766,"Cost":541,"Date":"11/9/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":414,"Cost":243,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":167,"Cost":129,"Date":"11/30/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":220,"Cost":144,"Date":"12/8/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":160,"Cost":104,"Date":"12/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":513,"Cost":402,"Date":"1/15/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":999,"Cost":696,"Date":"1/24/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":192,"Cost":158,"Date":"2/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":762,"Cost":448,"Date":"2/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":570,"Cost":357,"Date":"3/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":606,"Cost":390,"Date":"3/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":352,"Cost":274,"Date":"4/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":221,"Cost":127,"Date":"5/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":997,"Cost":882,"Date":"5/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":192,"Cost":141,"Date":"6/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":817,"Cost":566,"Date":"6/26/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":342,"Cost":271,"Date":"7/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":914,"Cost":671,"Date":"7/13/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":611,"Cost":402,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":667,"Cost":528,"Date":"8/26/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":265,"Cost":154,"Date":"9/2/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":606,"Cost":421,"Date":"9/29/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":689,"Cost":419,"Date":"10/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":886,"Cost":643,"Date":"11/2/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":130,"Cost":97,"Date":"11/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":506,"Cost":338,"Date":"11/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":374,"Cost":344,"Date":"12/1/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":9,"Cost":5,"Date":"12/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":412,"Cost":362,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":754,"Cost":590,"Date":"12/18/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":608,"Cost":515,"Date":"12/20/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":323,"Cost":265,"Date":"12/20/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":415,"Cost":335,"Date":"12/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":107,"Cost":57,"Date":"1/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":120,"Cost":103,"Date":"2/5/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":88,"Cost":64,"Date":"2/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":557,"Cost":324,"Date":"2/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":85,"Cost":67,"Date":"2/18/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":839,"Cost":790,"Date":"2/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":247,"Cost":180,"Date":"2/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":735,"Cost":541,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":367,"Cost":329,"Date":"4/2/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":191,"Cost":121,"Date":"4/3/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":897,"Cost":810,"Date":"4/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":7,"Cost":4,"Date":"4/10/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":208,"Cost":170,"Date":"4/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":26,"Cost":14,"Date":"5/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":528,"Cost":329,"Date":"5/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":316,"Cost":226,"Date":"6/20/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":967,"Cost":623,"Date":"7/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":395,"Cost":280,"Date":"7/4/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":19,"Cost":14,"Date":"7/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":705,"Cost":353,"Date":"7/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":581,"Cost":516,"Date":"7/14/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":78,"Cost":56,"Date":"7/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":784,"Cost":706,"Date":"8/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":897,"Cost":691,"Date":"8/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":930,"Cost":787,"Date":"8/7/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":309,"Cost":203,"Date":"8/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":170,"Cost":111,"Date":"8/31/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":78,"Cost":48,"Date":"9/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":48,"Cost":35,"Date":"9/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":422,"Cost":267,"Date":"9/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":723,"Cost":436,"Date":"9/29/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":759,"Cost":475,"Date":"11/7/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":286,"Cost":176,"Date":"11/26/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":671,"Cost":628,"Date":"11/27/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":314,"Cost":279,"Date":"12/5/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":695,"Cost":465,"Date":"12/26/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":584,"Cost":374,"Date":"12/31/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":484,"Cost":394,"Date":"1/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":38,"Cost":27,"Date":"2/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":442,"Cost":331,"Date":"2/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":39,"Cost":30,"Date":"2/27/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":476,"Cost":452,"Date":"3/1/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":872,"Cost":512,"Date":"3/1/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":853,"Cost":773,"Date":"3/19/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":764,"Cost":694,"Date":"3/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":182,"Cost":157,"Date":"5/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":21,"Cost":15,"Date":"7/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":61,"Cost":32,"Date":"8/5/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":983,"Cost":641,"Date":"8/12/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":859,"Cost":530,"Date":"8/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":182,"Cost":129,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":84,"Cost":74,"Date":"9/3/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":928,"Cost":855,"Date":"9/5/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":700,"Cost":556,"Date":"10/6/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":212,"Cost":107,"Date":"10/19/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":15,"Cost":11,"Date":"11/15/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":247,"Cost":202,"Date":"12/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":762,"Cost":523,"Date":"1/8/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":252,"Cost":162,"Date":"1/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":658,"Cost":421,"Date":"1/19/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":472,"Cost":240,"Date":"1/28/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":524,"Cost":277,"Date":"1/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":423,"Cost":252,"Date":"3/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":458,"Cost":246,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":58,"Cost":44,"Date":"4/24/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":752,"Cost":671,"Date":"4/28/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":959,"Cost":860,"Date":"5/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":374,"Cost":301,"Date":"5/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":722,"Cost":396,"Date":"5/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":169,"Cost":116,"Date":"6/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":509,"Cost":346,"Date":"6/3/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":420,"Cost":364,"Date":"6/5/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":52,"Cost":38,"Date":"6/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":761,"Cost":696,"Date":"6/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":805,"Cost":540,"Date":"6/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":463,"Cost":431,"Date":"6/24/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":334,"Cost":262,"Date":"7/4/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":351,"Cost":261,"Date":"7/9/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":653,"Cost":619,"Date":"7/12/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":764,"Cost":435,"Date":"8/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":239,"Cost":201,"Date":"8/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":49,"Cost":42,"Date":"8/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":724,"Cost":394,"Date":"9/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":217,"Cost":199,"Date":"9/3/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":344,"Cost":294,"Date":"9/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":659,"Cost":417,"Date":"10/4/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":761,"Cost":607,"Date":"11/1/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":313,"Cost":261,"Date":"11/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":81,"Cost":48,"Date":"12/17/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":931,"Cost":553,"Date":"2/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":370,"Cost":281,"Date":"2/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":390,"Cost":304,"Date":"3/4/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":120,"Cost":80,"Date":"3/9/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":277,"Cost":183,"Date":"3/9/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":848,"Cost":541,"Date":"3/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":970,"Cost":833,"Date":"3/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":942,"Cost":497,"Date":"3/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":36,"Cost":18,"Date":"3/23/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":309,"Cost":203,"Date":"4/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":595,"Cost":535,"Date":"5/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":889,"Cost":550,"Date":"5/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":617,"Cost":421,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":856,"Cost":504,"Date":"6/2/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":175,"Cost":126,"Date":"6/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":358,"Cost":284,"Date":"6/16/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":738,"Cost":644,"Date":"6/16/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":872,"Cost":714,"Date":"7/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":851,"Cost":444,"Date":"7/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":697,"Cost":616,"Date":"8/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":688,"Cost":521,"Date":"8/29/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":850,"Cost":569,"Date":"8/31/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":993,"Cost":516,"Date":"9/8/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":456,"Cost":250,"Date":"9/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":948,"Cost":628,"Date":"9/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":218,"Cost":138,"Date":"9/19/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":446,"Cost":414,"Date":"9/25/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":268,"Cost":200,"Date":"10/4/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":741,"Cost":426,"Date":"10/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":961,"Cost":534,"Date":"10/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":327,"Cost":187,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":444,"Cost":419,"Date":"10/30/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":820,"Cost":430,"Date":"11/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":314,"Cost":290,"Date":"11/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":811,"Cost":517,"Date":"11/25/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":317,"Cost":260,"Date":"1/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":81,"Cost":68,"Date":"1/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":624,"Cost":398,"Date":"1/20/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":111,"Cost":76,"Date":"2/8/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":587,"Cost":312,"Date":"2/25/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":168,"Cost":128,"Date":"3/7/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":207,"Cost":130,"Date":"3/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":58,"Cost":42,"Date":"3/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":221,"Cost":195,"Date":"4/5/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":5,"Cost":2,"Date":"4/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":316,"Cost":244,"Date":"5/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":99,"Cost":76,"Date":"5/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":45,"Cost":42,"Date":"5/15/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":697,"Cost":576,"Date":"5/25/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":3,"Cost":3,"Date":"5/26/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":249,"Cost":222,"Date":"5/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":15,"Cost":12,"Date":"7/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":336,"Cost":311,"Date":"9/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":726,"Cost":570,"Date":"10/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":93,"Cost":58,"Date":"10/8/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":450,"Cost":248,"Date":"10/26/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":633,"Cost":472,"Date":"11/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":134,"Cost":87,"Date":"11/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":150,"Cost":109,"Date":"12/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":729,"Cost":502,"Date":"2/9/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":682,"Cost":421,"Date":"2/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":437,"Cost":331,"Date":"3/10/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":180,"Cost":125,"Date":"3/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":485,"Cost":275,"Date":"3/18/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":305,"Cost":178,"Date":"3/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":464,"Cost":238,"Date":"3/26/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":369,"Cost":257,"Date":"6/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":474,"Cost":450,"Date":"6/10/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":485,"Cost":369,"Date":"6/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":644,"Cost":474,"Date":"6/25/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":700,"Cost":554,"Date":"7/19/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":633,"Cost":470,"Date":"7/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":464,"Cost":433,"Date":"7/25/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":223,"Cost":160,"Date":"8/4/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":352,"Cost":307,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":592,"Cost":412,"Date":"9/4/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":462,"Cost":410,"Date":"9/19/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":756,"Cost":562,"Date":"9/29/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":733,"Cost":527,"Date":"10/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":122,"Cost":80,"Date":"10/15/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":809,"Cost":514,"Date":"10/30/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":690,"Cost":462,"Date":"11/9/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":497,"Cost":447,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":267,"Cost":224,"Date":"11/30/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":305,"Cost":215,"Date":"12/8/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":299,"Cost":223,"Date":"12/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":599,"Cost":311,"Date":"1/15/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":928,"Cost":569,"Date":"1/24/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":569,"Cost":350,"Date":"2/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":632,"Cost":373,"Date":"2/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":24,"Cost":22,"Date":"3/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":564,"Cost":452,"Date":"3/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":945,"Cost":692,"Date":"4/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":779,"Cost":651,"Date":"5/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":580,"Cost":452,"Date":"5/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":875,"Cost":802,"Date":"6/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":255,"Cost":202,"Date":"6/26/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":904,"Cost":747,"Date":"7/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":581,"Cost":445,"Date":"7/13/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":124,"Cost":93,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":454,"Cost":368,"Date":"8/26/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":727,"Cost":440,"Date":"9/2/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":470,"Cost":312,"Date":"9/29/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":228,"Cost":135,"Date":"10/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":572,"Cost":393,"Date":"11/2/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":551,"Cost":284,"Date":"11/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":714,"Cost":432,"Date":"11/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":53,"Cost":29,"Date":"12/1/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":813,"Cost":678,"Date":"12/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":246,"Cost":166,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":710,"Cost":660,"Date":"12/18/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":639,"Cost":366,"Date":"12/20/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":409,"Cost":372,"Date":"12/20/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":760,"Cost":504,"Date":"12/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":913,"Cost":709,"Date":"1/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":392,"Cost":217,"Date":"2/5/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":499,"Cost":435,"Date":"2/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":536,"Cost":303,"Date":"2/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":933,"Cost":840,"Date":"2/18/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":877,"Cost":572,"Date":"2/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":354,"Cost":285,"Date":"2/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":195,"Cost":162,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":292,"Cost":160,"Date":"4/2/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":844,"Cost":538,"Date":"4/3/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":561,"Cost":396,"Date":"4/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":477,"Cost":431,"Date":"4/10/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":606,"Cost":504,"Date":"4/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":801,"Cost":712,"Date":"5/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":192,"Cost":108,"Date":"5/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":638,"Cost":474,"Date":"6/20/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":658,"Cost":423,"Date":"7/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":526,"Cost":436,"Date":"7/4/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":560,"Cost":504,"Date":"7/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":716,"Cost":545,"Date":"7/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":926,"Cost":696,"Date":"7/14/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":758,"Cost":537,"Date":"7/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":649,"Cost":344,"Date":"8/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":194,"Cost":126,"Date":"8/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":425,"Cost":335,"Date":"8/7/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":50,"Cost":33,"Date":"8/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":303,"Cost":212,"Date":"8/31/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":670,"Cost":614,"Date":"9/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":799,"Cost":726,"Date":"9/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":492,"Cost":340,"Date":"9/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":881,"Cost":632,"Date":"9/29/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":744,"Cost":659,"Date":"11/7/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":491,"Cost":252,"Date":"11/26/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":177,"Cost":103,"Date":"11/27/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":490,"Cost":313,"Date":"12/5/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":880,"Cost":676,"Date":"12/26/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":936,"Cost":759,"Date":"12/31/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":793,"Cost":738,"Date":"1/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":579,"Cost":448,"Date":"2/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":638,"Cost":461,"Date":"2/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":831,"Cost":534,"Date":"2/27/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":130,"Cost":92,"Date":"3/1/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":332,"Cost":207,"Date":"3/1/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":442,"Cost":353,"Date":"3/19/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":13,"Cost":12,"Date":"3/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":854,"Cost":538,"Date":"5/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":286,"Cost":148,"Date":"7/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":497,"Cost":468,"Date":"8/5/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":54,"Cost":40,"Date":"8/12/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":596,"Cost":399,"Date":"8/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":351,"Cost":281,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":510,"Cost":352,"Date":"9/3/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":382,"Cost":278,"Date":"9/5/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":222,"Cost":159,"Date":"10/6/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":222,"Cost":140,"Date":"10/19/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":143,"Cost":99,"Date":"11/15/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":684,"Cost":362,"Date":"12/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":750,"Cost":688,"Date":"1/8/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":334,"Cost":304,"Date":"1/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":975,"Cost":788,"Date":"1/19/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":811,"Cost":548,"Date":"1/28/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":416,"Cost":328,"Date":"1/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":482,"Cost":273,"Date":"3/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":628,"Cost":330,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":428,"Cost":274,"Date":"4/24/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":635,"Cost":454,"Date":"4/28/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":79,"Cost":56,"Date":"5/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":212,"Cost":190,"Date":"5/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":307,"Cost":177,"Date":"5/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":120,"Cost":104,"Date":"6/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":796,"Cost":600,"Date":"6/3/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":408,"Cost":344,"Date":"6/5/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":320,"Cost":262,"Date":"6/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":3,"Cost":2,"Date":"6/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":377,"Cost":320,"Date":"6/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":580,"Cost":389,"Date":"6/24/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":926,"Cost":861,"Date":"7/4/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":290,"Cost":215,"Date":"7/9/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":790,"Cost":740,"Date":"7/12/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":830,"Cost":474,"Date":"8/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":610,"Cost":346,"Date":"8/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":321,"Cost":175,"Date":"8/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":370,"Cost":320,"Date":"9/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":938,"Cost":537,"Date":"9/3/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":528,"Cost":361,"Date":"9/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":798,"Cost":413,"Date":"10/4/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":344,"Cost":245,"Date":"11/1/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":906,"Cost":836,"Date":"11/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":619,"Cost":438,"Date":"12/17/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":658,"Cost":585,"Date":"2/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":521,"Cost":279,"Date":"2/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":886,"Cost":785,"Date":"3/4/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":965,"Cost":749,"Date":"3/9/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":402,"Cost":218,"Date":"3/9/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":734,"Cost":498,"Date":"3/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":894,"Cost":639,"Date":"3/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":484,"Cost":317,"Date":"3/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":905,"Cost":751,"Date":"3/23/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":708,"Cost":393,"Date":"4/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":842,"Cost":694,"Date":"5/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":18,"Cost":10,"Date":"5/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":197,"Cost":105,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":777,"Cost":618,"Date":"6/2/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":430,"Cost":304,"Date":"6/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":472,"Cost":402,"Date":"6/16/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":500,"Cost":403,"Date":"6/16/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":576,"Cost":435,"Date":"7/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":901,"Cost":840,"Date":"7/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":173,"Cost":110,"Date":"8/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":823,"Cost":460,"Date":"8/29/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":683,"Cost":568,"Date":"8/31/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":284,"Cost":203,"Date":"9/8/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":682,"Cost":481,"Date":"9/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":110,"Cost":101,"Date":"9/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":971,"Cost":623,"Date":"9/19/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":937,"Cost":532,"Date":"9/25/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":833,"Cost":449,"Date":"10/4/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":916,"Cost":692,"Date":"10/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":74,"Cost":39,"Date":"10/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":935,"Cost":689,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":721,"Cost":509,"Date":"10/30/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":671,"Cost":413,"Date":"11/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":64,"Cost":42,"Date":"11/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":985,"Cost":569,"Date":"11/25/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":895,"Cost":613,"Date":"1/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":961,"Cost":867,"Date":"1/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":207,"Cost":185,"Date":"1/20/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":19,"Cost":18,"Date":"2/8/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":268,"Cost":234,"Date":"2/25/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":98,"Cost":89,"Date":"3/7/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":350,"Cost":195,"Date":"3/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":963,"Cost":856,"Date":"3/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":594,"Cost":404,"Date":"4/5/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":948,"Cost":750,"Date":"4/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":679,"Cost":595,"Date":"5/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":326,"Cost":305,"Date":"5/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":874,"Cost":555,"Date":"5/15/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":368,"Cost":326,"Date":"5/25/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":163,"Cost":96,"Date":"5/26/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":555,"Cost":306,"Date":"5/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":50,"Cost":48,"Date":"7/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":3,"Cost":2,"Date":"9/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":707,"Cost":440,"Date":"10/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":44,"Cost":38,"Date":"10/8/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":585,"Cost":435,"Date":"10/26/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":199,"Cost":124,"Date":"11/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":643,"Cost":525,"Date":"11/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"HM","Country":"Germany","Sale":927,"Cost":524,"Date":"12/1/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":86,"Cost":69,"Date":"2/9/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":792,"Cost":561,"Date":"2/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":528,"Cost":429,"Date":"3/10/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":618,"Cost":358,"Date":"3/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":73,"Cost":42,"Date":"3/18/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":563,"Cost":423,"Date":"3/20/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":418,"Cost":277,"Date":"3/26/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":252,"Cost":154,"Date":"6/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":762,"Cost":693,"Date":"6/10/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":979,"Cost":776,"Date":"6/16/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":177,"Cost":163,"Date":"6/25/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":318,"Cost":216,"Date":"7/19/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":769,"Cost":471,"Date":"7/21/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":804,"Cost":504,"Date":"7/25/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":128,"Cost":71,"Date":"8/4/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":144,"Cost":135,"Date":"9/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":794,"Cost":742,"Date":"9/4/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":673,"Cost":563,"Date":"9/19/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":703,"Cost":436,"Date":"9/29/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":12,"Cost":12,"Date":"10/2/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":869,"Cost":806,"Date":"10/15/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":685,"Cost":637,"Date":"10/30/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":164,"Cost":83,"Date":"11/9/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":12,"Cost":6,"Date":"11/23/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":923,"Cost":607,"Date":"11/30/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":370,"Cost":319,"Date":"12/8/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":517,"Cost":465,"Date":"12/11/2018"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":424,"Cost":289,"Date":"1/15/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":527,"Cost":427,"Date":"1/24/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":403,"Cost":381,"Date":"2/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":345,"Cost":320,"Date":"2/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":44,"Cost":42,"Date":"3/9/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":808,"Cost":591,"Date":"3/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":502,"Cost":392,"Date":"4/19/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":293,"Cost":182,"Date":"5/3/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":199,"Cost":141,"Date":"5/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":879,"Cost":763,"Date":"6/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":515,"Cost":298,"Date":"6/26/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":27,"Cost":17,"Date":"7/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":382,"Cost":286,"Date":"7/13/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":212,"Cost":158,"Date":"8/8/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":969,"Cost":554,"Date":"8/26/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":910,"Cost":692,"Date":"9/2/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":295,"Cost":228,"Date":"9/29/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":473,"Cost":420,"Date":"10/12/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":811,"Cost":691,"Date":"11/2/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":825,"Cost":637,"Date":"11/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":323,"Cost":240,"Date":"11/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":164,"Cost":146,"Date":"12/1/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":156,"Cost":130,"Date":"12/4/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":630,"Cost":598,"Date":"12/7/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":47,"Cost":34,"Date":"12/18/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":679,"Cost":382,"Date":"12/20/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":484,"Cost":307,"Date":"12/20/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":322,"Cost":165,"Date":"12/21/2019"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":427,"Cost":328,"Date":"1/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":48,"Cost":37,"Date":"2/5/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":789,"Cost":720,"Date":"2/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":433,"Cost":411,"Date":"2/16/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":86,"Cost":58,"Date":"2/18/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":350,"Cost":254,"Date":"2/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":419,"Cost":363,"Date":"2/25/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":565,"Cost":449,"Date":"3/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":680,"Cost":444,"Date":"4/2/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":920,"Cost":645,"Date":"4/3/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":751,"Cost":654,"Date":"4/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":389,"Cost":326,"Date":"4/10/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":162,"Cost":108,"Date":"4/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":700,"Cost":407,"Date":"5/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":192,"Cost":168,"Date":"5/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":113,"Cost":80,"Date":"6/20/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":989,"Cost":619,"Date":"7/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":249,"Cost":182,"Date":"7/4/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":979,"Cost":690,"Date":"7/8/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":643,"Cost":325,"Date":"7/9/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":59,"Cost":34,"Date":"7/14/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":906,"Cost":660,"Date":"7/19/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":803,"Cost":577,"Date":"8/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":424,"Cost":346,"Date":"8/6/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":320,"Cost":288,"Date":"8/7/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":243,"Cost":209,"Date":"8/22/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":788,"Cost":626,"Date":"8/31/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":781,"Cost":726,"Date":"9/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":313,"Cost":283,"Date":"9/1/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":868,"Cost":706,"Date":"9/17/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":85,"Cost":63,"Date":"9/29/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":787,"Cost":491,"Date":"11/7/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":384,"Cost":211,"Date":"11/26/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":365,"Cost":230,"Date":"11/27/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":156,"Cost":123,"Date":"12/5/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":716,"Cost":373,"Date":"12/26/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":565,"Cost":452,"Date":"12/31/2020"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":372,"Cost":269,"Date":"1/20/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":694,"Cost":365,"Date":"2/2/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":664,"Cost":630,"Date":"2/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":485,"Cost":416,"Date":"2/27/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":917,"Cost":463,"Date":"3/1/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":929,"Cost":550,"Date":"3/1/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":751,"Cost":494,"Date":"3/19/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":165,"Cost":146,"Date":"3/28/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":701,"Cost":516,"Date":"5/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":32,"Cost":24,"Date":"7/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":901,"Cost":649,"Date":"8/5/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":887,"Cost":740,"Date":"8/12/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":133,"Cost":74,"Date":"8/21/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":361,"Cost":298,"Date":"8/23/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":647,"Cost":466,"Date":"9/3/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":619,"Cost":474,"Date":"9/5/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":427,"Cost":273,"Date":"10/6/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":369,"Cost":346,"Date":"10/19/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":71,"Cost":51,"Date":"11/15/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":406,"Cost":317,"Date":"12/8/2021"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":380,"Cost":306,"Date":"1/8/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":234,"Cost":125,"Date":"1/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":658,"Cost":415,"Date":"1/19/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":175,"Cost":157,"Date":"1/28/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":246,"Cost":174,"Date":"1/31/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":285,"Cost":224,"Date":"3/27/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":783,"Cost":620,"Date":"4/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":583,"Cost":320,"Date":"4/24/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":358,"Cost":339,"Date":"4/28/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":155,"Cost":103,"Date":"5/15/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":969,"Cost":536,"Date":"5/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":165,"Cost":115,"Date":"5/18/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":16,"Cost":14,"Date":"6/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":953,"Cost":820,"Date":"6/3/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":792,"Cost":752,"Date":"6/5/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":38,"Cost":23,"Date":"6/7/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":37,"Cost":27,"Date":"6/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":215,"Cost":204,"Date":"6/20/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":473,"Cost":320,"Date":"6/24/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":50,"Cost":38,"Date":"7/4/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":40,"Cost":33,"Date":"7/9/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":468,"Cost":239,"Date":"7/12/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":122,"Cost":86,"Date":"8/14/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":526,"Cost":283,"Date":"8/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":475,"Cost":289,"Date":"8/23/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":366,"Cost":196,"Date":"9/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":527,"Cost":422,"Date":"9/3/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":611,"Cost":335,"Date":"9/16/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":860,"Cost":704,"Date":"10/4/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":152,"Cost":92,"Date":"11/1/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":741,"Cost":638,"Date":"11/2/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":282,"Cost":143,"Date":"12/17/2022"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":811,"Cost":730,"Date":"2/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":44,"Cost":37,"Date":"2/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":881,"Cost":687,"Date":"3/4/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":190,"Cost":171,"Date":"3/9/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":784,"Cost":734,"Date":"3/9/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":614,"Cost":528,"Date":"3/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":921,"Cost":686,"Date":"3/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":979,"Cost":742,"Date":"3/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":353,"Cost":310,"Date":"3/23/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":872,"Cost":747,"Date":"4/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":745,"Cost":560,"Date":"5/7/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":839,"Cost":699,"Date":"5/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":565,"Cost":502,"Date":"5/20/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":59,"Cost":38,"Date":"6/2/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":949,"Cost":633,"Date":"6/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":664,"Cost":395,"Date":"6/16/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":299,"Cost":159,"Date":"6/16/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":93,"Cost":53,"Date":"7/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":680,"Cost":418,"Date":"7/11/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":269,"Cost":171,"Date":"8/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":773,"Cost":397,"Date":"8/29/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":749,"Cost":399,"Date":"8/31/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":155,"Cost":108,"Date":"9/8/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":483,"Cost":278,"Date":"9/13/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":143,"Cost":114,"Date":"9/14/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":286,"Cost":160,"Date":"9/19/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":209,"Cost":199,"Date":"9/25/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":808,"Cost":485,"Date":"10/4/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":838,"Cost":730,"Date":"10/10/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":1,"Cost":0,"Date":"10/17/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":312,"Cost":216,"Date":"10/28/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":120,"Cost":107,"Date":"10/30/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":798,"Cost":665,"Date":"11/1/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":361,"Cost":247,"Date":"11/15/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":259,"Cost":169,"Date":"11/25/2023"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":681,"Cost":388,"Date":"1/10/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":6,"Cost":4,"Date":"1/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":953,"Cost":785,"Date":"1/20/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":848,"Cost":740,"Date":"2/8/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":329,"Cost":312,"Date":"2/25/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":4,"Cost":3,"Date":"3/7/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":687,"Cost":590,"Date":"3/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":808,"Cost":449,"Date":"3/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":410,"Cost":273,"Date":"4/5/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":537,"Cost":498,"Date":"4/14/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":756,"Cost":693,"Date":"5/3/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":789,"Cost":637,"Date":"5/9/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":804,"Cost":507,"Date":"5/15/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":140,"Cost":76,"Date":"5/25/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":593,"Cost":421,"Date":"5/26/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":153,"Cost":85,"Date":"5/31/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":899,"Cost":482,"Date":"7/27/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":936,"Cost":760,"Date":"9/17/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":202,"Cost":108,"Date":"10/6/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":819,"Cost":651,"Date":"10/8/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":364,"Cost":326,"Date":"10/26/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":309,"Cost":285,"Date":"11/16/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":689,"Cost":354,"Date":"11/18/2024"},{"Store":"Rotmain-Center, Bayreuth","Brand":"COS","Country":"Germany","Sale":629,"Cost":356,"Date":"12/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":165,"Cost":132,"Date":"2/9/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":606,"Cost":364,"Date":"2/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":633,"Cost":475,"Date":"3/10/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":760,"Cost":463,"Date":"3/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":664,"Cost":445,"Date":"3/18/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":507,"Cost":264,"Date":"3/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":461,"Date":"3/26/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":182,"Date":"6/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":768,"Cost":499,"Date":"6/10/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":538,"Cost":294,"Date":"6/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":790,"Cost":486,"Date":"6/25/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":973,"Cost":487,"Date":"7/19/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":600,"Date":"7/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":722,"Cost":377,"Date":"7/25/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":983,"Cost":827,"Date":"8/4/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":185,"Cost":115,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":211,"Cost":157,"Date":"9/4/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":767,"Cost":576,"Date":"9/19/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":5,"Cost":4,"Date":"9/29/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":143,"Cost":127,"Date":"10/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":651,"Date":"10/15/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":956,"Cost":705,"Date":"10/30/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":399,"Cost":312,"Date":"11/9/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":100,"Cost":80,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":887,"Cost":804,"Date":"11/30/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":978,"Cost":762,"Date":"12/8/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":28,"Cost":23,"Date":"12/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":226,"Cost":172,"Date":"1/15/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":553,"Cost":432,"Date":"1/24/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":569,"Cost":533,"Date":"2/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":13,"Date":"2/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":767,"Cost":499,"Date":"3/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":734,"Cost":589,"Date":"3/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":477,"Cost":347,"Date":"4/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":15,"Cost":13,"Date":"5/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":135,"Cost":100,"Date":"5/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":512,"Cost":273,"Date":"6/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":874,"Cost":783,"Date":"6/26/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":358,"Cost":297,"Date":"7/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":181,"Date":"7/13/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":333,"Cost":209,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":769,"Cost":638,"Date":"8/26/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":96,"Cost":68,"Date":"9/2/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":477,"Cost":305,"Date":"9/29/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":935,"Cost":880,"Date":"10/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":69,"Cost":43,"Date":"11/2/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":443,"Cost":375,"Date":"11/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":554,"Cost":505,"Date":"11/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":157,"Date":"12/1/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":686,"Cost":632,"Date":"12/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":175,"Cost":129,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":481,"Cost":395,"Date":"12/18/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":702,"Cost":531,"Date":"12/20/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":752,"Cost":403,"Date":"12/20/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":505,"Cost":429,"Date":"12/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":650,"Cost":409,"Date":"1/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":660,"Cost":421,"Date":"2/5/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":773,"Cost":727,"Date":"2/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":287,"Cost":173,"Date":"2/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":429,"Cost":371,"Date":"2/18/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":819,"Cost":437,"Date":"2/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":782,"Cost":549,"Date":"2/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":670,"Cost":437,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":821,"Cost":452,"Date":"4/2/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":719,"Cost":378,"Date":"4/3/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":508,"Cost":303,"Date":"4/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":664,"Cost":344,"Date":"4/10/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":343,"Cost":183,"Date":"4/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":594,"Cost":368,"Date":"5/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":910,"Cost":833,"Date":"5/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":185,"Cost":173,"Date":"6/20/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":983,"Cost":710,"Date":"7/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":218,"Cost":121,"Date":"7/4/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":57,"Cost":45,"Date":"7/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":665,"Cost":391,"Date":"7/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":157,"Date":"7/14/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":311,"Cost":237,"Date":"7/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":274,"Cost":192,"Date":"8/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":995,"Cost":886,"Date":"8/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":487,"Cost":339,"Date":"8/7/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":863,"Cost":694,"Date":"8/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":448,"Cost":349,"Date":"8/31/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":443,"Cost":350,"Date":"9/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":949,"Cost":880,"Date":"9/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":174,"Date":"9/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":166,"Date":"9/29/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":186,"Date":"11/7/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":465,"Date":"11/26/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":536,"Cost":311,"Date":"11/27/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":229,"Date":"12/5/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":154,"Cost":87,"Date":"12/26/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":477,"Cost":394,"Date":"12/31/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":149,"Date":"1/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":460,"Date":"2/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":71,"Cost":40,"Date":"2/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":532,"Date":"2/27/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":22,"Date":"3/1/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":512,"Cost":433,"Date":"3/1/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":120,"Date":"3/19/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":625,"Cost":464,"Date":"3/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":620,"Cost":337,"Date":"5/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":140,"Cost":106,"Date":"7/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":326,"Cost":226,"Date":"8/5/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":127,"Cost":88,"Date":"8/12/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":326,"Cost":186,"Date":"8/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":534,"Cost":282,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":430,"Cost":399,"Date":"9/3/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":528,"Cost":282,"Date":"9/5/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":989,"Cost":865,"Date":"10/6/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":890,"Cost":601,"Date":"10/19/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":44,"Date":"11/15/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":865,"Cost":685,"Date":"12/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":925,"Cost":598,"Date":"1/8/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":690,"Date":"1/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":708,"Cost":437,"Date":"1/19/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":646,"Cost":563,"Date":"1/28/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":933,"Cost":681,"Date":"1/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":451,"Date":"3/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":46,"Cost":24,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":15,"Date":"4/24/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":385,"Cost":358,"Date":"4/28/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":554,"Cost":498,"Date":"5/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":571,"Cost":328,"Date":"5/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":854,"Cost":570,"Date":"5/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":597,"Date":"6/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":679,"Cost":362,"Date":"6/3/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":433,"Cost":276,"Date":"6/5/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":694,"Cost":633,"Date":"6/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":213,"Cost":125,"Date":"6/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":126,"Cost":67,"Date":"6/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":764,"Cost":639,"Date":"6/24/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":873,"Cost":791,"Date":"7/4/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":605,"Cost":549,"Date":"7/9/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":643,"Cost":328,"Date":"7/12/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":726,"Cost":378,"Date":"8/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":782,"Cost":562,"Date":"8/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":296,"Cost":236,"Date":"8/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":99,"Cost":90,"Date":"9/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":446,"Cost":255,"Date":"9/3/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":470,"Cost":404,"Date":"9/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":599,"Cost":341,"Date":"10/4/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":473,"Cost":379,"Date":"11/1/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":865,"Cost":787,"Date":"11/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":296,"Cost":279,"Date":"12/17/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":342,"Cost":219,"Date":"2/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":476,"Cost":430,"Date":"2/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":141,"Date":"3/4/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":328,"Cost":273,"Date":"3/9/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":624,"Cost":402,"Date":"3/9/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":171,"Cost":132,"Date":"3/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":131,"Date":"3/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":349,"Cost":265,"Date":"3/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":855,"Cost":783,"Date":"3/23/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":858,"Date":"4/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":153,"Cost":135,"Date":"5/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":315,"Date":"5/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":595,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":937,"Cost":549,"Date":"6/2/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":582,"Cost":353,"Date":"6/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":755,"Cost":704,"Date":"6/16/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":846,"Cost":752,"Date":"6/16/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":191,"Cost":181,"Date":"7/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":697,"Cost":545,"Date":"7/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":342,"Cost":237,"Date":"8/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":34,"Cost":27,"Date":"8/29/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":316,"Cost":283,"Date":"8/31/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":947,"Cost":713,"Date":"9/8/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":929,"Cost":711,"Date":"9/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":892,"Cost":575,"Date":"9/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":261,"Date":"9/19/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":378,"Cost":246,"Date":"9/25/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":634,"Cost":494,"Date":"10/4/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":736,"Cost":581,"Date":"10/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":15,"Cost":13,"Date":"10/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":633,"Cost":493,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":106,"Cost":64,"Date":"10/30/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":274,"Cost":192,"Date":"11/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":605,"Cost":475,"Date":"11/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":932,"Cost":619,"Date":"11/25/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":517,"Cost":472,"Date":"1/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":380,"Cost":190,"Date":"1/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":285,"Cost":221,"Date":"1/20/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":42,"Date":"2/8/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":685,"Cost":589,"Date":"2/25/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":38,"Cost":36,"Date":"3/7/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":197,"Cost":168,"Date":"3/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":161,"Date":"3/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":111,"Cost":81,"Date":"4/5/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":547,"Cost":375,"Date":"4/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":739,"Cost":390,"Date":"5/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":474,"Date":"5/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":776,"Cost":632,"Date":"5/15/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":429,"Cost":388,"Date":"5/25/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":253,"Cost":146,"Date":"5/26/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":669,"Cost":523,"Date":"5/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":670,"Cost":426,"Date":"7/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":105,"Cost":66,"Date":"9/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":477,"Cost":291,"Date":"10/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":887,"Cost":821,"Date":"10/8/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":820,"Cost":661,"Date":"10/26/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":229,"Cost":166,"Date":"11/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":186,"Cost":122,"Date":"11/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":643,"Date":"12/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":993,"Cost":565,"Date":"2/9/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":641,"Cost":506,"Date":"2/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":336,"Cost":294,"Date":"3/10/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":654,"Cost":478,"Date":"3/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":387,"Cost":349,"Date":"3/18/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":622,"Cost":567,"Date":"3/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":725,"Cost":426,"Date":"3/26/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":969,"Cost":712,"Date":"6/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":985,"Cost":523,"Date":"6/10/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":402,"Date":"6/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":58,"Cost":38,"Date":"6/25/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":709,"Cost":379,"Date":"7/19/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":342,"Cost":211,"Date":"7/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":163,"Date":"7/25/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":150,"Cost":84,"Date":"8/4/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":3,"Cost":3,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":827,"Cost":428,"Date":"9/4/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":233,"Cost":126,"Date":"9/19/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":761,"Cost":646,"Date":"9/29/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":754,"Cost":549,"Date":"10/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":933,"Cost":691,"Date":"10/15/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":544,"Date":"10/30/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":497,"Cost":335,"Date":"11/9/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":430,"Cost":384,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":908,"Cost":472,"Date":"11/30/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":97,"Cost":62,"Date":"12/8/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":543,"Date":"12/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":313,"Cost":238,"Date":"1/15/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":948,"Cost":757,"Date":"1/24/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":303,"Cost":286,"Date":"2/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":679,"Cost":480,"Date":"2/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":279,"Date":"3/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":162,"Cost":105,"Date":"3/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":575,"Cost":418,"Date":"4/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":325,"Cost":293,"Date":"5/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":104,"Cost":75,"Date":"5/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":188,"Date":"6/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":813,"Cost":429,"Date":"6/26/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":353,"Cost":216,"Date":"7/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":161,"Date":"7/13/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":136,"Cost":84,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":704,"Cost":425,"Date":"8/26/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":803,"Cost":454,"Date":"9/2/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":160,"Cost":85,"Date":"9/29/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":397,"Cost":287,"Date":"10/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":874,"Cost":480,"Date":"11/2/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":734,"Cost":369,"Date":"11/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":918,"Cost":578,"Date":"11/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":303,"Cost":192,"Date":"12/1/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":88,"Cost":77,"Date":"12/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":528,"Cost":339,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":679,"Cost":643,"Date":"12/18/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":473,"Cost":376,"Date":"12/20/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":422,"Cost":365,"Date":"12/20/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":135,"Cost":80,"Date":"12/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":619,"Cost":462,"Date":"1/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":81,"Cost":71,"Date":"2/5/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":800,"Cost":464,"Date":"2/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":49,"Cost":39,"Date":"2/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":757,"Cost":439,"Date":"2/18/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":123,"Date":"2/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":469,"Cost":303,"Date":"2/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":713,"Cost":376,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":453,"Cost":265,"Date":"4/2/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":967,"Cost":809,"Date":"4/3/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":643,"Cost":440,"Date":"4/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":581,"Cost":371,"Date":"4/10/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":898,"Cost":699,"Date":"4/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":35,"Cost":23,"Date":"5/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":904,"Cost":835,"Date":"5/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":41,"Cost":33,"Date":"6/20/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":599,"Cost":445,"Date":"7/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":563,"Cost":323,"Date":"7/4/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":997,"Cost":554,"Date":"7/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":192,"Date":"7/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":383,"Cost":192,"Date":"7/14/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":498,"Cost":282,"Date":"7/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":725,"Cost":368,"Date":"8/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":714,"Cost":587,"Date":"8/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":588,"Date":"8/7/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":169,"Cost":141,"Date":"8/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":787,"Cost":555,"Date":"8/31/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":144,"Cost":72,"Date":"9/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":746,"Cost":645,"Date":"9/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":510,"Cost":375,"Date":"9/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":549,"Cost":320,"Date":"9/29/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":295,"Cost":255,"Date":"11/7/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":303,"Cost":170,"Date":"11/26/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":482,"Cost":347,"Date":"11/27/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":900,"Cost":727,"Date":"12/5/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":421,"Cost":243,"Date":"12/26/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":597,"Cost":335,"Date":"12/31/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":500,"Cost":434,"Date":"1/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":172,"Cost":144,"Date":"2/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":124,"Cost":114,"Date":"2/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":439,"Cost":399,"Date":"2/27/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":931,"Cost":739,"Date":"3/1/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":956,"Cost":879,"Date":"3/1/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":897,"Cost":770,"Date":"3/19/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":309,"Cost":280,"Date":"3/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":456,"Cost":264,"Date":"5/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":711,"Cost":386,"Date":"7/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":571,"Cost":312,"Date":"8/5/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":410,"Cost":367,"Date":"8/12/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":515,"Cost":453,"Date":"8/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":724,"Cost":585,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":934,"Cost":614,"Date":"9/3/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":161,"Cost":110,"Date":"9/5/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":288,"Cost":201,"Date":"10/6/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":752,"Cost":558,"Date":"10/19/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":581,"Cost":326,"Date":"11/15/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":399,"Date":"12/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":485,"Cost":406,"Date":"1/8/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":148,"Cost":97,"Date":"1/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":265,"Cost":193,"Date":"1/19/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":835,"Cost":779,"Date":"1/28/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":973,"Cost":696,"Date":"1/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":981,"Cost":569,"Date":"3/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":216,"Cost":153,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":325,"Cost":297,"Date":"4/24/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":172,"Cost":131,"Date":"4/28/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":773,"Cost":574,"Date":"5/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":341,"Cost":254,"Date":"5/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":662,"Cost":611,"Date":"5/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":434,"Cost":277,"Date":"6/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":852,"Cost":552,"Date":"6/3/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":186,"Cost":105,"Date":"6/5/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":311,"Cost":282,"Date":"6/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":77,"Cost":56,"Date":"6/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":519,"Date":"6/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":515,"Cost":399,"Date":"6/24/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":147,"Cost":102,"Date":"7/4/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":51,"Cost":30,"Date":"7/9/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":732,"Cost":443,"Date":"7/12/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":917,"Cost":775,"Date":"8/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":856,"Cost":430,"Date":"8/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":497,"Cost":311,"Date":"8/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":681,"Cost":584,"Date":"9/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":943,"Cost":807,"Date":"9/3/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":562,"Cost":368,"Date":"9/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":239,"Cost":215,"Date":"10/4/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":182,"Cost":104,"Date":"11/1/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":306,"Cost":246,"Date":"11/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":699,"Cost":642,"Date":"12/17/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":660,"Cost":576,"Date":"2/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":6,"Cost":3,"Date":"2/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":270,"Cost":237,"Date":"3/4/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":627,"Cost":330,"Date":"3/9/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":266,"Cost":252,"Date":"3/9/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":182,"Cost":153,"Date":"3/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":752,"Cost":620,"Date":"3/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":146,"Cost":79,"Date":"3/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":511,"Cost":427,"Date":"3/23/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":936,"Cost":513,"Date":"4/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":1000,"Cost":802,"Date":"5/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":345,"Cost":195,"Date":"5/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":707,"Cost":536,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":361,"Cost":205,"Date":"6/2/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":601,"Cost":564,"Date":"6/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":442,"Cost":339,"Date":"6/16/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":293,"Cost":179,"Date":"6/16/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":483,"Date":"7/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":944,"Cost":521,"Date":"7/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":958,"Cost":720,"Date":"8/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":17,"Cost":14,"Date":"8/29/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":831,"Cost":510,"Date":"8/31/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":232,"Cost":165,"Date":"9/8/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":753,"Cost":709,"Date":"9/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":939,"Cost":548,"Date":"9/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":278,"Cost":187,"Date":"9/19/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":647,"Cost":446,"Date":"9/25/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":603,"Date":"10/4/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":725,"Cost":659,"Date":"10/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":196,"Date":"10/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":243,"Cost":128,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":350,"Cost":304,"Date":"10/30/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":46,"Cost":34,"Date":"11/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":731,"Cost":669,"Date":"11/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":198,"Cost":176,"Date":"11/25/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":723,"Date":"1/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":665,"Cost":351,"Date":"1/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":177,"Cost":126,"Date":"1/20/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":991,"Cost":920,"Date":"2/8/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":989,"Cost":594,"Date":"2/25/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":455,"Cost":326,"Date":"3/7/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":323,"Cost":180,"Date":"3/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":971,"Cost":635,"Date":"3/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":538,"Date":"4/5/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":222,"Cost":150,"Date":"4/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":204,"Cost":110,"Date":"5/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":99,"Cost":92,"Date":"5/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":63,"Cost":54,"Date":"5/15/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":260,"Cost":138,"Date":"5/25/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":800,"Cost":659,"Date":"5/26/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":38,"Cost":33,"Date":"5/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":487,"Cost":289,"Date":"7/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":716,"Cost":498,"Date":"9/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":586,"Cost":315,"Date":"10/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":213,"Cost":140,"Date":"10/8/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":949,"Cost":712,"Date":"10/26/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":576,"Cost":453,"Date":"11/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":105,"Cost":88,"Date":"11/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"HM Home","Country":"Germany","Sale":64,"Cost":42,"Date":"12/1/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":438,"Cost":390,"Date":"2/9/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":735,"Cost":539,"Date":"2/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":645,"Cost":520,"Date":"3/10/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":784,"Cost":397,"Date":"3/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":864,"Cost":433,"Date":"3/18/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":721,"Cost":662,"Date":"3/20/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":362,"Cost":287,"Date":"3/26/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":229,"Cost":187,"Date":"6/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":265,"Cost":166,"Date":"6/10/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":524,"Cost":461,"Date":"6/16/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":185,"Cost":159,"Date":"6/25/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":567,"Cost":344,"Date":"7/19/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":785,"Cost":578,"Date":"7/21/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":938,"Cost":809,"Date":"7/25/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":153,"Cost":121,"Date":"8/4/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":431,"Cost":279,"Date":"9/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":843,"Cost":780,"Date":"9/4/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":763,"Cost":507,"Date":"9/19/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":780,"Cost":501,"Date":"9/29/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":859,"Cost":445,"Date":"10/2/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":376,"Cost":273,"Date":"10/15/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":747,"Cost":390,"Date":"10/30/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":239,"Cost":163,"Date":"11/9/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":458,"Cost":341,"Date":"11/23/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":646,"Cost":327,"Date":"11/30/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":673,"Cost":451,"Date":"12/8/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":696,"Cost":453,"Date":"12/11/2018"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":347,"Cost":247,"Date":"1/15/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":895,"Cost":525,"Date":"1/24/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":675,"Cost":362,"Date":"2/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":261,"Cost":232,"Date":"2/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":670,"Cost":352,"Date":"3/9/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":868,"Cost":788,"Date":"3/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":930,"Cost":882,"Date":"4/19/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":408,"Cost":290,"Date":"5/3/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":460,"Cost":264,"Date":"5/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":372,"Cost":321,"Date":"6/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":163,"Cost":138,"Date":"6/26/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":725,"Cost":532,"Date":"7/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":256,"Cost":149,"Date":"7/13/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":288,"Cost":193,"Date":"8/8/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":172,"Cost":120,"Date":"8/26/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":481,"Cost":403,"Date":"9/2/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":328,"Cost":288,"Date":"9/29/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":966,"Cost":593,"Date":"10/12/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":396,"Cost":344,"Date":"11/2/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":736,"Cost":543,"Date":"11/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":31,"Cost":19,"Date":"11/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":691,"Cost":535,"Date":"12/1/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":821,"Cost":733,"Date":"12/4/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":55,"Cost":45,"Date":"12/7/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":630,"Cost":432,"Date":"12/18/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":377,"Cost":325,"Date":"12/20/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":850,"Cost":684,"Date":"12/20/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":60,"Cost":47,"Date":"12/21/2019"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":463,"Cost":332,"Date":"1/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":817,"Cost":690,"Date":"2/5/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":718,"Cost":497,"Date":"2/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":698,"Cost":549,"Date":"2/16/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":884,"Cost":478,"Date":"2/18/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":178,"Cost":148,"Date":"2/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":974,"Cost":829,"Date":"2/25/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":71,"Cost":54,"Date":"3/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":434,"Cost":327,"Date":"4/2/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":864,"Cost":715,"Date":"4/3/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":390,"Cost":342,"Date":"4/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":353,"Cost":301,"Date":"4/10/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":866,"Cost":564,"Date":"4/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":468,"Cost":374,"Date":"5/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":568,"Cost":320,"Date":"5/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":216,"Cost":162,"Date":"6/20/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":494,"Cost":403,"Date":"7/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":682,"Cost":608,"Date":"7/4/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":662,"Cost":622,"Date":"7/8/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":822,"Cost":482,"Date":"7/9/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":245,"Cost":172,"Date":"7/14/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":234,"Cost":127,"Date":"7/19/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":433,"Cost":338,"Date":"8/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":961,"Cost":634,"Date":"8/6/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":610,"Cost":362,"Date":"8/7/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":462,"Cost":274,"Date":"8/22/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":582,"Cost":425,"Date":"8/31/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":326,"Cost":188,"Date":"9/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":987,"Cost":933,"Date":"9/1/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":863,"Cost":748,"Date":"9/17/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":342,"Cost":301,"Date":"9/29/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":132,"Cost":121,"Date":"11/7/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":311,"Cost":203,"Date":"11/26/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":625,"Cost":456,"Date":"11/27/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":136,"Cost":89,"Date":"12/5/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":106,"Cost":99,"Date":"12/26/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":486,"Cost":438,"Date":"12/31/2020"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":505,"Cost":411,"Date":"1/20/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":31,"Cost":24,"Date":"2/2/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":23,"Cost":12,"Date":"2/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":272,"Cost":172,"Date":"2/27/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":13,"Cost":9,"Date":"3/1/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":147,"Cost":83,"Date":"3/1/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":486,"Cost":449,"Date":"3/19/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":35,"Cost":31,"Date":"3/28/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":618,"Cost":563,"Date":"5/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":82,"Cost":75,"Date":"7/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":247,"Cost":141,"Date":"8/5/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":490,"Cost":370,"Date":"8/12/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":161,"Cost":80,"Date":"8/21/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":934,"Cost":717,"Date":"8/23/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":230,"Cost":191,"Date":"9/3/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":399,"Cost":328,"Date":"9/5/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":98,"Cost":93,"Date":"10/6/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":36,"Cost":18,"Date":"10/19/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":505,"Cost":337,"Date":"11/15/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":251,"Cost":196,"Date":"12/8/2021"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":469,"Cost":347,"Date":"1/8/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":825,"Cost":617,"Date":"1/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":270,"Cost":202,"Date":"1/19/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":140,"Cost":126,"Date":"1/28/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":645,"Cost":601,"Date":"1/31/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":139,"Cost":85,"Date":"3/27/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":82,"Cost":41,"Date":"4/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":273,"Cost":167,"Date":"4/24/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":337,"Cost":188,"Date":"4/28/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":390,"Cost":280,"Date":"5/15/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":262,"Cost":218,"Date":"5/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":309,"Cost":189,"Date":"5/18/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":951,"Cost":531,"Date":"6/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":194,"Cost":153,"Date":"6/3/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":656,"Cost":420,"Date":"6/5/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":981,"Cost":904,"Date":"6/7/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":369,"Cost":261,"Date":"6/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":821,"Cost":622,"Date":"6/20/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":631,"Cost":419,"Date":"6/24/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":739,"Cost":602,"Date":"7/4/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":964,"Cost":501,"Date":"7/9/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":506,"Cost":361,"Date":"7/12/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":775,"Cost":522,"Date":"8/14/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":397,"Cost":310,"Date":"8/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":59,"Cost":51,"Date":"8/23/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":154,"Cost":115,"Date":"9/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":893,"Cost":748,"Date":"9/3/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":278,"Cost":182,"Date":"9/16/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":74,"Cost":40,"Date":"10/4/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":432,"Cost":282,"Date":"11/1/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":863,"Cost":438,"Date":"11/2/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":261,"Cost":132,"Date":"12/17/2022"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":754,"Cost":412,"Date":"2/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":170,"Cost":116,"Date":"2/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":715,"Cost":456,"Date":"3/4/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":403,"Cost":260,"Date":"3/9/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":131,"Cost":108,"Date":"3/9/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":222,"Cost":119,"Date":"3/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":844,"Cost":488,"Date":"3/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":679,"Cost":601,"Date":"3/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":242,"Cost":190,"Date":"3/23/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":776,"Cost":550,"Date":"4/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":872,"Cost":534,"Date":"5/7/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":986,"Cost":929,"Date":"5/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":889,"Cost":492,"Date":"5/20/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":866,"Cost":523,"Date":"6/2/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":882,"Cost":559,"Date":"6/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":891,"Cost":550,"Date":"6/16/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":928,"Cost":817,"Date":"6/16/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":385,"Cost":300,"Date":"7/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":866,"Cost":589,"Date":"7/11/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":67,"Cost":60,"Date":"8/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":224,"Cost":212,"Date":"8/29/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":596,"Cost":497,"Date":"8/31/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":724,"Cost":497,"Date":"9/8/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":884,"Cost":641,"Date":"9/13/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":976,"Cost":673,"Date":"9/14/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":528,"Cost":322,"Date":"9/19/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":317,"Cost":161,"Date":"9/25/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":830,"Cost":434,"Date":"10/4/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":873,"Cost":641,"Date":"10/10/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":857,"Cost":457,"Date":"10/17/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":682,"Cost":634,"Date":"10/28/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":682,"Cost":477,"Date":"10/30/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":571,"Cost":320,"Date":"11/1/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":442,"Cost":369,"Date":"11/15/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":197,"Cost":148,"Date":"11/25/2023"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":669,"Cost":490,"Date":"1/10/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":5,"Cost":3,"Date":"1/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":399,"Cost":291,"Date":"1/20/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":866,"Cost":610,"Date":"2/8/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":5,"Cost":4,"Date":"2/25/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":930,"Cost":656,"Date":"3/7/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":17,"Cost":16,"Date":"3/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":987,"Cost":626,"Date":"3/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":900,"Cost":799,"Date":"4/5/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":699,"Cost":404,"Date":"4/14/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":819,"Cost":709,"Date":"5/3/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":180,"Cost":165,"Date":"5/9/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":687,"Cost":421,"Date":"5/15/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":150,"Cost":75,"Date":"5/25/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":442,"Cost":236,"Date":"5/26/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":480,"Cost":451,"Date":"5/31/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":618,"Cost":333,"Date":"7/27/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":469,"Cost":344,"Date":"9/17/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":992,"Cost":917,"Date":"10/6/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":72,"Cost":37,"Date":"10/8/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":357,"Cost":310,"Date":"10/26/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":107,"Cost":83,"Date":"11/16/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":622,"Cost":396,"Date":"11/18/2024"},{"Store":"Schloss Arkaden, Heidenheim","Brand":"Nova","Country":"Germany","Sale":467,"Cost":334,"Date":"12/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":384,"Cost":199,"Date":"2/9/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":119,"Cost":110,"Date":"2/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":971,"Cost":529,"Date":"3/10/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":368,"Cost":326,"Date":"3/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":823,"Cost":591,"Date":"3/18/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":620,"Cost":574,"Date":"3/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":507,"Cost":474,"Date":"3/26/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":986,"Cost":718,"Date":"6/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":985,"Cost":866,"Date":"6/10/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":800,"Cost":661,"Date":"6/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":807,"Cost":679,"Date":"6/25/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":591,"Cost":342,"Date":"7/19/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":475,"Cost":423,"Date":"7/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":729,"Cost":367,"Date":"7/25/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":516,"Cost":293,"Date":"8/4/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":123,"Cost":96,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":28,"Cost":22,"Date":"9/4/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":662,"Cost":382,"Date":"9/19/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":396,"Cost":341,"Date":"9/29/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":684,"Cost":427,"Date":"10/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":871,"Cost":546,"Date":"10/15/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":659,"Cost":527,"Date":"10/30/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":448,"Cost":324,"Date":"11/9/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":924,"Cost":707,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":910,"Cost":705,"Date":"11/30/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":861,"Cost":560,"Date":"12/8/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":831,"Cost":774,"Date":"12/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":244,"Cost":211,"Date":"1/15/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":661,"Cost":558,"Date":"1/24/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":202,"Cost":155,"Date":"2/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":451,"Cost":375,"Date":"2/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":968,"Cost":848,"Date":"3/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":605,"Cost":483,"Date":"3/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":682,"Cost":479,"Date":"4/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":68,"Cost":37,"Date":"5/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":692,"Cost":387,"Date":"5/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":617,"Cost":394,"Date":"6/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":334,"Cost":246,"Date":"6/26/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":541,"Cost":335,"Date":"7/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":123,"Cost":75,"Date":"7/13/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":673,"Cost":383,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":993,"Cost":729,"Date":"8/26/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":772,"Cost":688,"Date":"9/2/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":874,"Cost":547,"Date":"9/29/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":142,"Cost":76,"Date":"10/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":931,"Cost":532,"Date":"11/2/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":900,"Cost":654,"Date":"11/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":63,"Cost":53,"Date":"11/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":239,"Cost":132,"Date":"12/1/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":925,"Cost":566,"Date":"12/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":63,"Cost":53,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":22,"Cost":19,"Date":"12/18/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":734,"Cost":550,"Date":"12/20/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":731,"Cost":498,"Date":"12/20/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":913,"Cost":793,"Date":"12/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":848,"Cost":476,"Date":"1/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":927,"Cost":844,"Date":"2/5/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":806,"Cost":669,"Date":"2/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":195,"Cost":123,"Date":"2/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":212,"Cost":108,"Date":"2/18/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":257,"Cost":132,"Date":"2/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":483,"Cost":335,"Date":"2/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":523,"Cost":450,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":200,"Cost":143,"Date":"4/2/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":429,"Cost":221,"Date":"4/3/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":713,"Cost":582,"Date":"4/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":994,"Cost":782,"Date":"4/10/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":753,"Cost":643,"Date":"4/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":996,"Cost":831,"Date":"5/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":759,"Cost":536,"Date":"5/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":782,"Cost":678,"Date":"6/20/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":575,"Cost":388,"Date":"7/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":754,"Cost":389,"Date":"7/4/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":846,"Cost":655,"Date":"7/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":239,"Cost":159,"Date":"7/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":93,"Cost":87,"Date":"7/14/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":947,"Cost":500,"Date":"7/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":985,"Cost":630,"Date":"8/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":50,"Cost":47,"Date":"8/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":460,"Cost":256,"Date":"8/7/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":296,"Cost":270,"Date":"8/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":190,"Cost":131,"Date":"8/31/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":778,"Cost":524,"Date":"9/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":799,"Cost":450,"Date":"9/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":117,"Cost":68,"Date":"9/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":949,"Cost":834,"Date":"9/29/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":363,"Cost":308,"Date":"11/7/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":750,"Cost":428,"Date":"11/26/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":963,"Cost":776,"Date":"11/27/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":293,"Cost":234,"Date":"12/5/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":728,"Cost":440,"Date":"12/26/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":489,"Cost":290,"Date":"12/31/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":520,"Cost":477,"Date":"1/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":303,"Cost":170,"Date":"2/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":895,"Cost":489,"Date":"2/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":588,"Cost":331,"Date":"2/27/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":917,"Cost":519,"Date":"3/1/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":544,"Cost":361,"Date":"3/1/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":995,"Cost":912,"Date":"3/19/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":824,"Cost":638,"Date":"3/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":151,"Cost":118,"Date":"5/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":401,"Cost":254,"Date":"7/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":79,"Cost":61,"Date":"8/5/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":233,"Cost":169,"Date":"8/12/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":542,"Cost":514,"Date":"8/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":671,"Cost":407,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":101,"Cost":93,"Date":"9/3/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":865,"Cost":554,"Date":"9/5/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":611,"Cost":374,"Date":"10/6/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":394,"Cost":334,"Date":"10/19/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":874,"Cost":722,"Date":"11/15/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":265,"Cost":149,"Date":"12/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":741,"Cost":486,"Date":"1/8/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":668,"Cost":461,"Date":"1/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":696,"Cost":444,"Date":"1/19/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":149,"Cost":80,"Date":"1/28/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":425,"Cost":364,"Date":"1/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":24,"Cost":21,"Date":"3/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":521,"Cost":368,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":588,"Cost":370,"Date":"4/24/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":343,"Cost":213,"Date":"4/28/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":386,"Cost":276,"Date":"5/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":506,"Cost":432,"Date":"5/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":786,"Cost":440,"Date":"5/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":451,"Cost":325,"Date":"6/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":978,"Cost":698,"Date":"6/3/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":48,"Cost":41,"Date":"6/5/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":289,"Cost":255,"Date":"6/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":353,"Cost":238,"Date":"6/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":727,"Cost":571,"Date":"6/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":574,"Cost":353,"Date":"6/24/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":696,"Cost":468,"Date":"7/4/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":148,"Cost":83,"Date":"7/9/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":516,"Cost":465,"Date":"7/12/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":193,"Cost":180,"Date":"8/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":985,"Cost":577,"Date":"8/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":492,"Cost":375,"Date":"8/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":577,"Cost":500,"Date":"9/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":942,"Cost":859,"Date":"9/3/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":459,"Cost":375,"Date":"9/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":604,"Cost":568,"Date":"10/4/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":558,"Cost":369,"Date":"11/1/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":610,"Cost":527,"Date":"11/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":367,"Cost":210,"Date":"12/17/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":715,"Cost":663,"Date":"2/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":652,"Cost":418,"Date":"2/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":117,"Cost":108,"Date":"3/4/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":236,"Cost":185,"Date":"3/9/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":918,"Cost":659,"Date":"3/9/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":235,"Cost":219,"Date":"3/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":284,"Cost":162,"Date":"3/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":142,"Cost":106,"Date":"3/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":676,"Cost":500,"Date":"3/23/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":328,"Cost":191,"Date":"4/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":640,"Cost":570,"Date":"5/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":372,"Cost":284,"Date":"5/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":926,"Cost":624,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":9,"Cost":7,"Date":"6/2/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":70,"Cost":61,"Date":"6/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":111,"Cost":102,"Date":"6/16/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":107,"Cost":87,"Date":"6/16/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":602,"Cost":507,"Date":"7/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":427,"Cost":329,"Date":"7/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":797,"Cost":644,"Date":"8/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":242,"Cost":134,"Date":"8/29/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":741,"Cost":496,"Date":"8/31/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":18,"Cost":17,"Date":"9/8/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":662,"Cost":454,"Date":"9/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":421,"Cost":356,"Date":"9/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":550,"Cost":368,"Date":"9/19/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":139,"Cost":77,"Date":"9/25/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":651,"Cost":494,"Date":"10/4/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":649,"Cost":579,"Date":"10/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":990,"Cost":507,"Date":"10/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":47,"Cost":26,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":128,"Cost":67,"Date":"10/30/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":969,"Cost":733,"Date":"11/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":81,"Cost":66,"Date":"11/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":232,"Cost":125,"Date":"11/25/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":765,"Cost":626,"Date":"1/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":500,"Cost":295,"Date":"1/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":692,"Cost":489,"Date":"1/20/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":266,"Cost":159,"Date":"2/8/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":385,"Cost":226,"Date":"2/25/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":400,"Cost":314,"Date":"3/7/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":852,"Cost":721,"Date":"3/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":40,"Cost":27,"Date":"3/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":649,"Cost":503,"Date":"4/5/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":759,"Cost":609,"Date":"4/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":25,"Cost":18,"Date":"5/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":978,"Cost":526,"Date":"5/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":532,"Cost":284,"Date":"5/15/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":443,"Cost":334,"Date":"5/25/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":848,"Cost":752,"Date":"5/26/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":835,"Cost":540,"Date":"5/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":81,"Cost":62,"Date":"7/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":235,"Cost":149,"Date":"9/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":214,"Cost":157,"Date":"10/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":731,"Cost":370,"Date":"10/8/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":526,"Cost":492,"Date":"10/26/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":804,"Cost":462,"Date":"11/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":373,"Cost":348,"Date":"11/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":989,"Cost":613,"Date":"12/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":619,"Cost":522,"Date":"2/9/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":442,"Cost":265,"Date":"2/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":700,"Cost":582,"Date":"3/10/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":638,"Cost":594,"Date":"3/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":17,"Cost":13,"Date":"3/18/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":388,"Cost":279,"Date":"3/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":823,"Cost":703,"Date":"3/26/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":896,"Cost":516,"Date":"6/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":398,"Cost":243,"Date":"6/10/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":483,"Cost":313,"Date":"6/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":91,"Cost":66,"Date":"6/25/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":540,"Cost":361,"Date":"7/19/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":473,"Cost":277,"Date":"7/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":539,"Cost":286,"Date":"7/25/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":436,"Cost":326,"Date":"8/4/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":626,"Cost":317,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":173,"Cost":120,"Date":"9/4/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":337,"Cost":204,"Date":"9/19/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":556,"Cost":494,"Date":"9/29/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":756,"Cost":586,"Date":"10/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":181,"Cost":110,"Date":"10/15/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":679,"Cost":542,"Date":"10/30/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":309,"Cost":253,"Date":"11/9/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":797,"Cost":675,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":706,"Cost":409,"Date":"11/30/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":633,"Cost":565,"Date":"12/8/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":821,"Cost":453,"Date":"12/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":529,"Cost":426,"Date":"1/15/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":795,"Cost":466,"Date":"1/24/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":664,"Cost":452,"Date":"2/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":60,"Cost":30,"Date":"2/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":820,"Cost":631,"Date":"3/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":2,"Cost":2,"Date":"3/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":822,"Cost":547,"Date":"4/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":520,"Cost":486,"Date":"5/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":31,"Cost":19,"Date":"5/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":619,"Cost":314,"Date":"6/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":947,"Cost":697,"Date":"6/26/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":764,"Cost":665,"Date":"7/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":999,"Cost":901,"Date":"7/13/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":152,"Cost":122,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":156,"Cost":121,"Date":"8/26/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":219,"Cost":183,"Date":"9/2/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":129,"Cost":119,"Date":"9/29/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":647,"Cost":607,"Date":"10/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":832,"Cost":422,"Date":"11/2/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":483,"Cost":344,"Date":"11/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":515,"Cost":287,"Date":"11/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":40,"Cost":21,"Date":"12/1/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":432,"Cost":238,"Date":"12/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":715,"Cost":396,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":895,"Cost":702,"Date":"12/18/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":744,"Cost":553,"Date":"12/20/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":343,"Cost":232,"Date":"12/20/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":817,"Cost":718,"Date":"12/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":295,"Cost":239,"Date":"1/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":839,"Cost":728,"Date":"2/5/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":611,"Cost":497,"Date":"2/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":291,"Cost":236,"Date":"2/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":8,"Cost":8,"Date":"2/18/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":297,"Cost":235,"Date":"2/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":921,"Cost":638,"Date":"2/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":528,"Cost":301,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":14,"Cost":10,"Date":"4/2/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":956,"Cost":850,"Date":"4/3/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":95,"Cost":91,"Date":"4/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":98,"Cost":51,"Date":"4/10/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":887,"Cost":728,"Date":"4/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":668,"Cost":431,"Date":"5/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":78,"Cost":57,"Date":"5/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":536,"Cost":276,"Date":"6/20/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":513,"Cost":339,"Date":"7/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":219,"Cost":173,"Date":"7/4/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":159,"Cost":87,"Date":"7/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":674,"Cost":628,"Date":"7/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":875,"Cost":639,"Date":"7/14/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":553,"Cost":316,"Date":"7/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":933,"Cost":569,"Date":"8/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":865,"Cost":808,"Date":"8/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":417,"Cost":363,"Date":"8/7/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":991,"Cost":786,"Date":"8/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":351,"Cost":316,"Date":"8/31/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":960,"Cost":772,"Date":"9/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":672,"Cost":616,"Date":"9/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":726,"Cost":506,"Date":"9/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":105,"Cost":69,"Date":"9/29/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":356,"Cost":308,"Date":"11/7/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":476,"Cost":288,"Date":"11/26/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":37,"Cost":22,"Date":"11/27/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":168,"Cost":154,"Date":"12/5/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":239,"Cost":132,"Date":"12/26/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":289,"Cost":233,"Date":"12/31/2020"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":528,"Cost":359,"Date":"1/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":990,"Cost":508,"Date":"2/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":905,"Cost":456,"Date":"2/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":328,"Cost":216,"Date":"2/27/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":815,"Cost":582,"Date":"3/1/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":488,"Cost":255,"Date":"3/1/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":29,"Cost":17,"Date":"3/19/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":990,"Cost":886,"Date":"3/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":740,"Cost":601,"Date":"5/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":471,"Cost":386,"Date":"7/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":941,"Cost":578,"Date":"8/5/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":447,"Cost":411,"Date":"8/12/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":201,"Cost":164,"Date":"8/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":31,"Cost":25,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":887,"Cost":793,"Date":"9/3/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":937,"Cost":848,"Date":"9/5/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":859,"Cost":810,"Date":"10/6/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":983,"Cost":859,"Date":"10/19/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":748,"Cost":501,"Date":"11/15/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":568,"Cost":359,"Date":"12/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":717,"Cost":594,"Date":"1/8/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":984,"Cost":753,"Date":"1/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":723,"Cost":619,"Date":"1/19/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":86,"Cost":80,"Date":"1/28/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":66,"Cost":58,"Date":"1/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":799,"Cost":711,"Date":"3/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":959,"Cost":535,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":976,"Cost":516,"Date":"4/24/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":593,"Cost":346,"Date":"4/28/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":205,"Cost":177,"Date":"5/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":136,"Cost":82,"Date":"5/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":73,"Cost":54,"Date":"5/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":289,"Cost":201,"Date":"6/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":537,"Cost":330,"Date":"6/3/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":133,"Cost":74,"Date":"6/5/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":871,"Cost":698,"Date":"6/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":531,"Cost":284,"Date":"6/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":358,"Cost":233,"Date":"6/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":922,"Cost":698,"Date":"6/24/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":912,"Cost":699,"Date":"7/4/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":550,"Cost":469,"Date":"7/9/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":142,"Cost":106,"Date":"7/12/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":103,"Cost":64,"Date":"8/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":521,"Cost":287,"Date":"8/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":727,"Cost":639,"Date":"8/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":353,"Cost":325,"Date":"9/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":285,"Cost":143,"Date":"9/3/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":939,"Cost":608,"Date":"9/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":282,"Cost":203,"Date":"10/4/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":593,"Cost":341,"Date":"11/1/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":368,"Cost":216,"Date":"11/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":565,"Cost":474,"Date":"12/17/2022"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":867,"Cost":642,"Date":"2/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":450,"Cost":313,"Date":"2/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":29,"Cost":21,"Date":"3/4/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":914,"Cost":705,"Date":"3/9/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":597,"Cost":514,"Date":"3/9/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":383,"Cost":272,"Date":"3/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":69,"Cost":49,"Date":"3/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":498,"Cost":472,"Date":"3/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":586,"Cost":387,"Date":"3/23/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":451,"Cost":311,"Date":"4/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":296,"Cost":166,"Date":"5/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":140,"Cost":87,"Date":"5/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":328,"Cost":238,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":807,"Cost":746,"Date":"6/2/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":82,"Cost":64,"Date":"6/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":310,"Cost":245,"Date":"6/16/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":668,"Cost":357,"Date":"6/16/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":856,"Cost":499,"Date":"7/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":503,"Cost":282,"Date":"7/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":319,"Cost":238,"Date":"8/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":380,"Cost":349,"Date":"8/29/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":373,"Cost":200,"Date":"8/31/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":974,"Cost":493,"Date":"9/8/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":641,"Cost":602,"Date":"9/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":120,"Cost":97,"Date":"9/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":19,"Cost":12,"Date":"9/19/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":743,"Cost":428,"Date":"9/25/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":30,"Cost":15,"Date":"10/4/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":939,"Cost":633,"Date":"10/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":139,"Cost":116,"Date":"10/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":845,"Cost":799,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":677,"Cost":575,"Date":"10/30/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":448,"Cost":318,"Date":"11/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":282,"Cost":169,"Date":"11/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":129,"Cost":85,"Date":"11/25/2023"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":821,"Cost":557,"Date":"1/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":500,"Cost":417,"Date":"1/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":605,"Cost":318,"Date":"1/20/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":295,"Cost":180,"Date":"2/8/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":928,"Cost":695,"Date":"2/25/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":352,"Cost":315,"Date":"3/7/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":215,"Cost":111,"Date":"3/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":448,"Cost":304,"Date":"3/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":218,"Cost":200,"Date":"4/5/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":993,"Cost":597,"Date":"4/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":657,"Cost":616,"Date":"5/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":909,"Cost":841,"Date":"5/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":851,"Cost":663,"Date":"5/15/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":800,"Cost":723,"Date":"5/25/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":918,"Cost":764,"Date":"5/26/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":415,"Cost":300,"Date":"5/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":273,"Cost":226,"Date":"7/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":747,"Cost":448,"Date":"9/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":804,"Cost":622,"Date":"10/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":616,"Cost":472,"Date":"10/8/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":768,"Cost":580,"Date":"10/26/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":475,"Cost":369,"Date":"11/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":254,"Cost":171,"Date":"11/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"COS","Country":"Germany","Sale":449,"Cost":280,"Date":"12/1/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":286,"Cost":271,"Date":"2/9/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":664,"Cost":411,"Date":"2/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":897,"Cost":774,"Date":"3/10/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":687,"Cost":585,"Date":"3/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":567,"Cost":306,"Date":"3/18/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":92,"Date":"3/20/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":650,"Cost":596,"Date":"3/26/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":508,"Cost":384,"Date":"6/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":741,"Cost":697,"Date":"6/10/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":994,"Cost":803,"Date":"6/16/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":727,"Cost":470,"Date":"6/25/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":769,"Cost":421,"Date":"7/19/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":853,"Cost":468,"Date":"7/21/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":450,"Cost":241,"Date":"7/25/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":710,"Cost":542,"Date":"8/4/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":229,"Cost":204,"Date":"9/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":96,"Date":"9/4/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":826,"Cost":658,"Date":"9/19/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":205,"Cost":192,"Date":"9/29/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":408,"Cost":316,"Date":"10/2/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":447,"Cost":280,"Date":"10/15/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":275,"Cost":198,"Date":"10/30/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":35,"Cost":32,"Date":"11/9/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":63,"Cost":35,"Date":"11/23/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":395,"Cost":329,"Date":"11/30/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":242,"Date":"12/8/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":94,"Cost":67,"Date":"12/11/2018"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":661,"Cost":598,"Date":"1/15/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":651,"Cost":525,"Date":"1/24/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":649,"Cost":402,"Date":"2/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":650,"Cost":409,"Date":"2/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":475,"Cost":404,"Date":"3/9/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":965,"Cost":791,"Date":"3/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":445,"Cost":378,"Date":"4/19/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":595,"Cost":376,"Date":"5/3/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":228,"Date":"5/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":549,"Cost":292,"Date":"6/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":860,"Cost":515,"Date":"6/26/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":643,"Cost":471,"Date":"7/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":666,"Cost":584,"Date":"7/13/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":12,"Cost":9,"Date":"8/8/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":675,"Cost":542,"Date":"8/26/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":361,"Cost":289,"Date":"9/2/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":101,"Cost":84,"Date":"9/29/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":846,"Cost":536,"Date":"10/12/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":635,"Cost":481,"Date":"11/2/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":999,"Cost":591,"Date":"11/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":741,"Cost":477,"Date":"11/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":382,"Cost":303,"Date":"12/1/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":464,"Cost":246,"Date":"12/4/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":861,"Cost":499,"Date":"12/7/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":901,"Cost":509,"Date":"12/18/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":249,"Cost":221,"Date":"12/20/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":64,"Cost":58,"Date":"12/20/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":336,"Cost":303,"Date":"12/21/2019"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":309,"Cost":234,"Date":"1/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":954,"Cost":678,"Date":"2/5/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":676,"Cost":570,"Date":"2/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":608,"Cost":359,"Date":"2/16/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":763,"Cost":526,"Date":"2/18/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":883,"Cost":485,"Date":"2/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":943,"Cost":604,"Date":"2/25/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":370,"Cost":294,"Date":"3/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":696,"Cost":415,"Date":"4/2/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":310,"Cost":242,"Date":"4/3/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":279,"Cost":193,"Date":"4/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":951,"Cost":687,"Date":"4/10/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":807,"Cost":593,"Date":"4/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":671,"Cost":408,"Date":"5/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":345,"Cost":313,"Date":"5/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":739,"Cost":447,"Date":"6/20/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":10,"Cost":6,"Date":"7/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":284,"Cost":241,"Date":"7/4/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":66,"Date":"7/8/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":104,"Cost":93,"Date":"7/9/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":774,"Cost":470,"Date":"7/14/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":882,"Cost":498,"Date":"7/19/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":639,"Cost":602,"Date":"8/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":921,"Cost":829,"Date":"8/6/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":435,"Cost":411,"Date":"8/7/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":650,"Cost":433,"Date":"8/22/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":493,"Cost":322,"Date":"8/31/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":546,"Date":"9/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":599,"Cost":308,"Date":"9/1/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":591,"Cost":305,"Date":"9/17/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":958,"Cost":732,"Date":"9/29/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":875,"Cost":750,"Date":"11/7/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":401,"Cost":348,"Date":"11/26/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":683,"Cost":391,"Date":"11/27/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":442,"Cost":367,"Date":"12/5/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":113,"Cost":104,"Date":"12/26/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":850,"Cost":469,"Date":"12/31/2020"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":782,"Cost":450,"Date":"1/20/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":740,"Cost":652,"Date":"2/2/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":769,"Cost":546,"Date":"2/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":668,"Cost":596,"Date":"2/27/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":756,"Cost":460,"Date":"3/1/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":878,"Cost":442,"Date":"3/1/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":742,"Cost":694,"Date":"3/19/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":208,"Cost":165,"Date":"3/28/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":670,"Cost":354,"Date":"5/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":527,"Cost":397,"Date":"7/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":632,"Cost":399,"Date":"8/5/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":854,"Cost":699,"Date":"8/12/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":833,"Cost":725,"Date":"8/21/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":306,"Cost":203,"Date":"8/23/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":409,"Cost":261,"Date":"9/3/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":964,"Cost":772,"Date":"9/5/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":414,"Cost":207,"Date":"10/6/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":353,"Date":"10/19/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":414,"Cost":324,"Date":"11/15/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":752,"Cost":431,"Date":"12/8/2021"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":504,"Cost":321,"Date":"1/8/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":962,"Cost":523,"Date":"1/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":836,"Cost":580,"Date":"1/19/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":232,"Cost":211,"Date":"1/28/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":865,"Cost":723,"Date":"1/31/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":895,"Cost":631,"Date":"3/27/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":85,"Cost":59,"Date":"4/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":675,"Cost":423,"Date":"4/24/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":972,"Cost":545,"Date":"4/28/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":731,"Cost":589,"Date":"5/15/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":946,"Cost":790,"Date":"5/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":792,"Cost":537,"Date":"5/18/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":501,"Cost":417,"Date":"6/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":77,"Cost":55,"Date":"6/3/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":12,"Cost":10,"Date":"6/5/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":212,"Cost":110,"Date":"6/7/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":37,"Cost":18,"Date":"6/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":429,"Date":"6/20/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":235,"Date":"6/24/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":173,"Cost":156,"Date":"7/4/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":973,"Cost":738,"Date":"7/9/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":403,"Cost":289,"Date":"7/12/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":795,"Cost":503,"Date":"8/14/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":151,"Cost":84,"Date":"8/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":150,"Cost":95,"Date":"8/23/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":332,"Cost":188,"Date":"9/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":482,"Cost":273,"Date":"9/3/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":530,"Cost":473,"Date":"9/16/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":654,"Cost":390,"Date":"10/4/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":182,"Cost":101,"Date":"11/1/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":246,"Cost":183,"Date":"11/2/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":257,"Cost":241,"Date":"12/17/2022"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":813,"Cost":639,"Date":"2/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":161,"Cost":114,"Date":"2/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":688,"Cost":483,"Date":"3/4/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":474,"Cost":336,"Date":"3/9/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":627,"Cost":366,"Date":"3/9/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":976,"Cost":751,"Date":"3/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":535,"Cost":422,"Date":"3/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":454,"Cost":274,"Date":"3/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":696,"Cost":349,"Date":"3/23/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":67,"Cost":39,"Date":"4/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":925,"Cost":771,"Date":"5/7/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":600,"Date":"5/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":303,"Cost":234,"Date":"5/20/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":431,"Cost":269,"Date":"6/2/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":450,"Date":"6/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":734,"Cost":494,"Date":"6/16/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":352,"Cost":219,"Date":"6/16/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":476,"Cost":350,"Date":"7/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":365,"Cost":227,"Date":"7/11/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":175,"Cost":159,"Date":"8/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":294,"Cost":258,"Date":"8/29/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":74,"Cost":49,"Date":"8/31/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":473,"Cost":405,"Date":"9/8/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":400,"Cost":222,"Date":"9/13/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":648,"Cost":452,"Date":"9/14/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":795,"Cost":518,"Date":"9/19/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":803,"Cost":712,"Date":"9/25/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":177,"Cost":164,"Date":"10/4/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":266,"Cost":213,"Date":"10/10/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":883,"Cost":828,"Date":"10/17/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":738,"Cost":386,"Date":"10/28/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":508,"Cost":349,"Date":"10/30/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":133,"Cost":84,"Date":"11/1/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":197,"Cost":133,"Date":"11/15/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":428,"Cost":299,"Date":"11/25/2023"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":939,"Cost":767,"Date":"1/10/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":163,"Cost":154,"Date":"1/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":551,"Cost":351,"Date":"1/20/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":888,"Cost":471,"Date":"2/8/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":631,"Cost":463,"Date":"2/25/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":10,"Cost":8,"Date":"3/7/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":615,"Cost":537,"Date":"3/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":814,"Cost":717,"Date":"3/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":929,"Cost":638,"Date":"4/5/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":835,"Cost":579,"Date":"4/14/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":322,"Cost":172,"Date":"5/3/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":759,"Cost":440,"Date":"5/9/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":61,"Cost":45,"Date":"5/15/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":299,"Cost":254,"Date":"5/25/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":909,"Cost":669,"Date":"5/26/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":646,"Cost":428,"Date":"5/31/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":666,"Cost":349,"Date":"7/27/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":38,"Date":"9/17/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":299,"Cost":180,"Date":"10/6/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":937,"Cost":869,"Date":"10/8/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":263,"Cost":176,"Date":"10/26/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":985,"Cost":817,"Date":"11/16/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":441,"Cost":314,"Date":"11/18/2024"},{"Store":"WestArkaden, Freiburg","Brand":"Sellpy","Country":"Germany","Sale":560,"Cost":302,"Date":"12/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":30,"Cost":19,"Date":"2/9/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":175,"Cost":134,"Date":"2/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":295,"Cost":194,"Date":"3/10/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":123,"Cost":83,"Date":"3/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":430,"Cost":234,"Date":"3/18/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":142,"Cost":126,"Date":"3/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":8,"Cost":4,"Date":"3/26/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":24,"Cost":13,"Date":"6/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":569,"Date":"6/10/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":368,"Cost":349,"Date":"6/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":406,"Cost":316,"Date":"6/25/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":916,"Cost":597,"Date":"7/19/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":562,"Cost":486,"Date":"7/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":514,"Cost":366,"Date":"7/25/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":367,"Cost":258,"Date":"8/4/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":19,"Cost":11,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":301,"Cost":201,"Date":"9/4/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":650,"Cost":428,"Date":"9/19/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":982,"Cost":932,"Date":"9/29/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":374,"Cost":326,"Date":"10/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":784,"Date":"10/15/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":443,"Date":"10/30/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":454,"Cost":422,"Date":"11/9/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":821,"Cost":668,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":634,"Cost":365,"Date":"11/30/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":464,"Date":"12/8/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":209,"Date":"12/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":945,"Cost":489,"Date":"1/15/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":193,"Cost":151,"Date":"1/24/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":448,"Date":"2/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":346,"Date":"2/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":763,"Cost":569,"Date":"3/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":706,"Cost":555,"Date":"3/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":156,"Cost":83,"Date":"4/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":49,"Cost":31,"Date":"5/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":428,"Cost":251,"Date":"5/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":614,"Cost":337,"Date":"6/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":596,"Cost":497,"Date":"6/26/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":553,"Cost":387,"Date":"7/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":833,"Cost":698,"Date":"7/13/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":186,"Cost":134,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":407,"Date":"8/26/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":777,"Cost":603,"Date":"9/2/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":354,"Date":"9/29/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":12,"Cost":10,"Date":"10/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":258,"Cost":183,"Date":"11/2/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":229,"Date":"11/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":856,"Cost":467,"Date":"11/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":671,"Cost":609,"Date":"12/1/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":514,"Date":"12/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":816,"Cost":431,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":780,"Cost":636,"Date":"12/18/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":136,"Cost":109,"Date":"12/20/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":592,"Cost":460,"Date":"12/20/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":948,"Cost":585,"Date":"12/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":207,"Date":"1/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":958,"Cost":621,"Date":"2/5/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":134,"Cost":86,"Date":"2/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":834,"Cost":524,"Date":"2/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":599,"Cost":445,"Date":"2/18/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":19,"Date":"2/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":477,"Cost":449,"Date":"2/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":876,"Cost":651,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":690,"Cost":383,"Date":"4/2/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":30,"Cost":18,"Date":"4/3/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":421,"Cost":250,"Date":"4/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":398,"Cost":319,"Date":"4/10/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":426,"Cost":315,"Date":"4/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":187,"Cost":95,"Date":"5/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":127,"Cost":65,"Date":"5/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":702,"Cost":542,"Date":"6/20/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":130,"Cost":70,"Date":"7/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":935,"Cost":650,"Date":"7/4/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":140,"Cost":125,"Date":"7/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":236,"Cost":161,"Date":"7/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":152,"Cost":115,"Date":"7/14/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":334,"Cost":174,"Date":"7/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":982,"Cost":746,"Date":"8/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":779,"Cost":633,"Date":"8/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":851,"Cost":713,"Date":"8/7/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":151,"Cost":83,"Date":"8/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":235,"Cost":199,"Date":"8/31/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":584,"Cost":324,"Date":"9/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":123,"Cost":71,"Date":"9/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":821,"Cost":419,"Date":"9/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":105,"Date":"9/29/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":669,"Cost":587,"Date":"11/7/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":611,"Cost":542,"Date":"11/26/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":565,"Cost":283,"Date":"11/27/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":343,"Cost":306,"Date":"12/5/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":616,"Cost":324,"Date":"12/26/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":494,"Cost":456,"Date":"12/31/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":857,"Cost":647,"Date":"1/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":345,"Cost":175,"Date":"2/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":296,"Cost":249,"Date":"2/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":452,"Cost":303,"Date":"2/27/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":567,"Date":"3/1/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":158,"Cost":84,"Date":"3/1/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":941,"Cost":884,"Date":"3/19/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":776,"Cost":657,"Date":"3/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":926,"Cost":869,"Date":"5/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":372,"Cost":261,"Date":"7/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":437,"Cost":303,"Date":"8/5/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":392,"Date":"8/12/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":860,"Cost":574,"Date":"8/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":383,"Cost":325,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":604,"Cost":557,"Date":"9/3/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":165,"Date":"9/5/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":371,"Cost":264,"Date":"10/6/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":607,"Cost":482,"Date":"10/19/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":542,"Cost":443,"Date":"11/15/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":392,"Cost":372,"Date":"12/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":56,"Date":"1/8/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":319,"Cost":168,"Date":"1/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":603,"Cost":519,"Date":"1/19/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":465,"Date":"1/28/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":369,"Date":"1/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":419,"Cost":224,"Date":"3/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":555,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":956,"Cost":805,"Date":"4/24/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":782,"Cost":526,"Date":"4/28/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":434,"Cost":335,"Date":"5/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":479,"Cost":269,"Date":"5/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":311,"Cost":208,"Date":"5/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":746,"Cost":512,"Date":"6/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":745,"Cost":671,"Date":"6/3/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":495,"Cost":336,"Date":"6/5/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":862,"Cost":656,"Date":"6/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":939,"Cost":688,"Date":"6/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":367,"Cost":282,"Date":"6/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":82,"Cost":43,"Date":"6/24/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":821,"Cost":549,"Date":"7/4/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":437,"Cost":319,"Date":"7/9/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":460,"Cost":382,"Date":"7/12/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":535,"Cost":313,"Date":"8/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":224,"Cost":144,"Date":"8/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":111,"Cost":105,"Date":"8/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":986,"Cost":934,"Date":"9/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":664,"Cost":458,"Date":"9/3/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":16,"Date":"9/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":537,"Cost":396,"Date":"10/4/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":202,"Date":"11/1/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":490,"Cost":355,"Date":"11/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":352,"Cost":236,"Date":"12/17/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":772,"Cost":483,"Date":"2/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":383,"Cost":336,"Date":"2/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":89,"Cost":53,"Date":"3/4/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":942,"Cost":624,"Date":"3/9/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":166,"Cost":99,"Date":"3/9/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":750,"Cost":395,"Date":"3/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":694,"Cost":388,"Date":"3/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":973,"Cost":825,"Date":"3/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":620,"Cost":505,"Date":"3/23/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":662,"Cost":395,"Date":"4/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":852,"Cost":618,"Date":"5/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":371,"Cost":270,"Date":"5/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":45,"Cost":32,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":158,"Cost":130,"Date":"6/2/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":106,"Date":"6/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":504,"Cost":380,"Date":"6/16/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":620,"Cost":430,"Date":"6/16/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":696,"Cost":468,"Date":"7/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":656,"Cost":353,"Date":"7/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":866,"Cost":772,"Date":"8/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":828,"Cost":729,"Date":"8/29/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":402,"Cost":207,"Date":"8/31/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":738,"Date":"9/8/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":83,"Cost":52,"Date":"9/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":73,"Cost":55,"Date":"9/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":381,"Date":"9/19/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":840,"Cost":575,"Date":"9/25/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":325,"Date":"10/4/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":526,"Date":"10/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":667,"Cost":509,"Date":"10/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":548,"Cost":498,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":873,"Date":"10/30/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":118,"Cost":104,"Date":"11/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":952,"Cost":782,"Date":"11/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":580,"Cost":526,"Date":"11/25/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":266,"Cost":221,"Date":"1/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":510,"Cost":354,"Date":"1/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":853,"Cost":784,"Date":"1/20/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":463,"Cost":387,"Date":"2/8/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":29,"Date":"2/25/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":748,"Cost":512,"Date":"3/7/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":973,"Cost":740,"Date":"3/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":159,"Date":"3/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":16,"Date":"4/5/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":808,"Cost":407,"Date":"4/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":888,"Cost":744,"Date":"5/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":644,"Date":"5/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":141,"Cost":116,"Date":"5/15/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":60,"Cost":56,"Date":"5/25/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":978,"Cost":492,"Date":"5/26/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":475,"Cost":394,"Date":"5/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":394,"Cost":227,"Date":"7/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":881,"Cost":646,"Date":"9/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":404,"Cost":300,"Date":"10/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":864,"Date":"10/8/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":123,"Cost":71,"Date":"10/26/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":107,"Date":"11/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":629,"Cost":594,"Date":"11/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":998,"Cost":526,"Date":"12/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":395,"Cost":360,"Date":"2/9/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":821,"Cost":512,"Date":"2/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":838,"Cost":628,"Date":"3/10/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":210,"Cost":161,"Date":"3/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":120,"Cost":95,"Date":"3/18/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":14,"Cost":7,"Date":"3/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":413,"Cost":251,"Date":"3/26/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":108,"Cost":88,"Date":"6/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":85,"Cost":71,"Date":"6/10/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":113,"Cost":60,"Date":"6/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":287,"Cost":246,"Date":"6/25/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":360,"Cost":306,"Date":"7/19/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":533,"Cost":446,"Date":"7/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":250,"Cost":153,"Date":"7/25/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":144,"Cost":124,"Date":"8/4/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":747,"Cost":568,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":180,"Cost":107,"Date":"9/4/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":174,"Cost":115,"Date":"9/19/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":259,"Cost":180,"Date":"9/29/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":675,"Cost":384,"Date":"10/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":518,"Cost":390,"Date":"10/15/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":49,"Cost":35,"Date":"10/30/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":344,"Cost":219,"Date":"11/9/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":509,"Cost":366,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":735,"Cost":435,"Date":"11/30/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":435,"Cost":218,"Date":"12/8/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":991,"Cost":916,"Date":"12/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":326,"Cost":214,"Date":"1/15/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":804,"Cost":754,"Date":"1/24/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":417,"Cost":301,"Date":"2/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":590,"Cost":317,"Date":"2/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":354,"Cost":307,"Date":"3/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":909,"Cost":679,"Date":"3/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":769,"Cost":555,"Date":"4/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":800,"Cost":626,"Date":"5/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":945,"Cost":816,"Date":"5/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":610,"Cost":468,"Date":"6/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":820,"Cost":415,"Date":"6/26/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":477,"Cost":431,"Date":"7/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":809,"Cost":495,"Date":"7/13/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":84,"Cost":80,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":197,"Cost":147,"Date":"8/26/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":128,"Cost":78,"Date":"9/2/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":725,"Cost":413,"Date":"9/29/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":56,"Cost":50,"Date":"10/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":169,"Cost":98,"Date":"11/2/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":119,"Cost":70,"Date":"11/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":780,"Cost":737,"Date":"11/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":226,"Cost":124,"Date":"12/1/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":479,"Cost":417,"Date":"12/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":992,"Cost":835,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":608,"Cost":485,"Date":"12/18/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":650,"Cost":572,"Date":"12/20/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":504,"Cost":310,"Date":"12/20/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":841,"Cost":630,"Date":"12/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":878,"Cost":449,"Date":"1/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":595,"Cost":470,"Date":"2/5/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":295,"Cost":275,"Date":"2/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":213,"Cost":198,"Date":"2/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":737,"Cost":455,"Date":"2/18/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":513,"Cost":313,"Date":"2/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":101,"Cost":50,"Date":"2/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":646,"Cost":578,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":679,"Cost":565,"Date":"4/2/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":590,"Cost":541,"Date":"4/3/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":409,"Cost":382,"Date":"4/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":826,"Cost":781,"Date":"4/10/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":355,"Cost":216,"Date":"4/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":26,"Cost":19,"Date":"5/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":901,"Cost":452,"Date":"5/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":100,"Cost":62,"Date":"6/20/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":445,"Cost":316,"Date":"7/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":835,"Cost":574,"Date":"7/4/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":418,"Cost":290,"Date":"7/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":45,"Cost":36,"Date":"7/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":829,"Cost":496,"Date":"7/14/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":966,"Cost":563,"Date":"7/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":332,"Cost":301,"Date":"8/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":963,"Cost":653,"Date":"8/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":725,"Cost":490,"Date":"8/7/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":89,"Cost":81,"Date":"8/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":50,"Cost":44,"Date":"8/31/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":246,"Cost":126,"Date":"9/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":956,"Cost":537,"Date":"9/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":824,"Cost":583,"Date":"9/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":419,"Cost":235,"Date":"9/29/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":328,"Cost":184,"Date":"11/7/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":864,"Cost":486,"Date":"11/26/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":28,"Cost":19,"Date":"11/27/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":639,"Cost":600,"Date":"12/5/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":161,"Cost":134,"Date":"12/26/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":531,"Cost":463,"Date":"12/31/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":658,"Cost":537,"Date":"1/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":705,"Cost":405,"Date":"2/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":506,"Cost":436,"Date":"2/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":662,"Cost":603,"Date":"2/27/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":774,"Cost":442,"Date":"3/1/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":520,"Cost":333,"Date":"3/1/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":34,"Cost":30,"Date":"3/19/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":338,"Cost":173,"Date":"3/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":500,"Cost":388,"Date":"5/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":291,"Cost":254,"Date":"7/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":788,"Cost":566,"Date":"8/5/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":548,"Cost":452,"Date":"8/12/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":667,"Cost":527,"Date":"8/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":235,"Cost":215,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":147,"Cost":113,"Date":"9/3/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":409,"Cost":364,"Date":"9/5/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":969,"Cost":921,"Date":"10/6/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":141,"Cost":109,"Date":"10/19/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":16,"Cost":8,"Date":"11/15/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":406,"Cost":257,"Date":"12/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":252,"Cost":137,"Date":"1/8/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":640,"Cost":580,"Date":"1/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":35,"Cost":19,"Date":"1/19/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":909,"Cost":721,"Date":"1/28/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":38,"Cost":30,"Date":"1/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":80,"Cost":75,"Date":"3/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":513,"Cost":418,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":154,"Cost":121,"Date":"4/24/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":75,"Cost":42,"Date":"4/28/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":219,"Cost":197,"Date":"5/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":325,"Cost":252,"Date":"5/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":223,"Cost":136,"Date":"5/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":105,"Cost":68,"Date":"6/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":360,"Cost":188,"Date":"6/3/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":551,"Cost":353,"Date":"6/5/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":373,"Cost":258,"Date":"6/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":58,"Cost":50,"Date":"6/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":714,"Cost":553,"Date":"6/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":96,"Cost":58,"Date":"6/24/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":850,"Cost":755,"Date":"7/4/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":139,"Cost":121,"Date":"7/9/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":923,"Cost":797,"Date":"7/12/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":999,"Cost":600,"Date":"8/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":338,"Cost":276,"Date":"8/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":818,"Cost":547,"Date":"8/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":757,"Cost":598,"Date":"9/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":25,"Cost":19,"Date":"9/3/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":582,"Cost":326,"Date":"9/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":845,"Cost":754,"Date":"10/4/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":923,"Cost":784,"Date":"11/1/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":686,"Cost":412,"Date":"11/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":934,"Cost":673,"Date":"12/17/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":512,"Cost":329,"Date":"2/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":294,"Cost":155,"Date":"2/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":282,"Cost":259,"Date":"3/4/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":974,"Cost":780,"Date":"3/9/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":796,"Cost":656,"Date":"3/9/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":677,"Cost":556,"Date":"3/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":818,"Cost":694,"Date":"3/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":580,"Cost":469,"Date":"3/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":324,"Cost":276,"Date":"3/23/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":930,"Cost":853,"Date":"4/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":495,"Cost":373,"Date":"5/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":32,"Cost":20,"Date":"5/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":463,"Cost":272,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":376,"Cost":291,"Date":"6/2/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":878,"Cost":530,"Date":"6/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":775,"Cost":413,"Date":"6/16/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":523,"Cost":436,"Date":"6/16/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":691,"Cost":527,"Date":"7/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":687,"Cost":591,"Date":"7/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":759,"Cost":493,"Date":"8/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":935,"Cost":793,"Date":"8/29/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":950,"Cost":785,"Date":"8/31/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":48,"Cost":43,"Date":"9/8/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":399,"Cost":351,"Date":"9/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":724,"Cost":592,"Date":"9/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":464,"Cost":367,"Date":"9/19/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":718,"Cost":389,"Date":"9/25/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":524,"Cost":341,"Date":"10/4/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":854,"Cost":719,"Date":"10/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":100,"Cost":78,"Date":"10/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":326,"Cost":180,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":162,"Cost":152,"Date":"10/30/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":275,"Cost":167,"Date":"11/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":871,"Cost":772,"Date":"11/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":813,"Cost":714,"Date":"11/25/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":615,"Cost":510,"Date":"1/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":272,"Cost":215,"Date":"1/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":968,"Cost":544,"Date":"1/20/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":74,"Cost":54,"Date":"2/8/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":25,"Cost":21,"Date":"2/25/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":783,"Cost":584,"Date":"3/7/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":7,"Cost":5,"Date":"3/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":947,"Cost":564,"Date":"3/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":247,"Cost":150,"Date":"4/5/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":956,"Cost":812,"Date":"4/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":688,"Cost":446,"Date":"5/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":299,"Cost":162,"Date":"5/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":399,"Cost":205,"Date":"5/15/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":469,"Cost":429,"Date":"5/25/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":80,"Cost":45,"Date":"5/26/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":134,"Cost":88,"Date":"5/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":13,"Cost":13,"Date":"7/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":657,"Cost":375,"Date":"9/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":492,"Cost":262,"Date":"10/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":58,"Cost":30,"Date":"10/8/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":584,"Cost":510,"Date":"10/26/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":378,"Cost":328,"Date":"11/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":127,"Cost":65,"Date":"11/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"HM","Country":"Germany","Sale":184,"Cost":102,"Date":"12/1/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":887,"Cost":837,"Date":"2/9/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":902,"Cost":727,"Date":"2/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":688,"Cost":590,"Date":"3/10/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":602,"Cost":348,"Date":"3/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":596,"Cost":347,"Date":"3/18/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":905,"Cost":846,"Date":"3/20/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":744,"Cost":644,"Date":"3/26/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":971,"Cost":505,"Date":"6/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":363,"Cost":220,"Date":"6/10/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":744,"Cost":610,"Date":"6/16/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":410,"Cost":350,"Date":"6/25/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":464,"Date":"7/19/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":158,"Date":"7/21/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":66,"Date":"7/25/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":855,"Cost":697,"Date":"8/4/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":271,"Cost":171,"Date":"9/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":696,"Cost":448,"Date":"9/4/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":408,"Cost":366,"Date":"9/19/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":393,"Cost":252,"Date":"9/29/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":80,"Date":"10/2/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":245,"Date":"10/15/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":771,"Cost":540,"Date":"10/30/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":571,"Cost":399,"Date":"11/9/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":949,"Cost":660,"Date":"11/23/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":970,"Cost":659,"Date":"11/30/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":827,"Cost":764,"Date":"12/8/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":73,"Cost":69,"Date":"12/11/2018"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":534,"Cost":285,"Date":"1/15/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":569,"Date":"1/24/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":316,"Cost":256,"Date":"2/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":536,"Cost":327,"Date":"2/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":270,"Cost":209,"Date":"3/9/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":970,"Cost":642,"Date":"3/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":927,"Cost":590,"Date":"4/19/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":54,"Cost":46,"Date":"5/3/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":119,"Cost":65,"Date":"5/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":252,"Cost":159,"Date":"6/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":331,"Cost":303,"Date":"6/26/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":54,"Date":"7/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":330,"Cost":239,"Date":"7/13/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":809,"Cost":750,"Date":"8/8/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":66,"Date":"8/26/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":507,"Cost":262,"Date":"9/2/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":816,"Cost":469,"Date":"9/29/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":826,"Cost":688,"Date":"10/12/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":773,"Cost":439,"Date":"11/2/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":701,"Cost":415,"Date":"11/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":426,"Cost":225,"Date":"11/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":865,"Cost":783,"Date":"12/1/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":813,"Cost":770,"Date":"12/4/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":449,"Cost":365,"Date":"12/7/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":2,"Cost":2,"Date":"12/18/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":961,"Cost":640,"Date":"12/20/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":913,"Cost":674,"Date":"12/20/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":76,"Date":"12/21/2019"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":690,"Cost":561,"Date":"1/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":74,"Cost":68,"Date":"2/5/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":194,"Cost":139,"Date":"2/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":51,"Cost":49,"Date":"2/16/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":747,"Cost":426,"Date":"2/18/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":115,"Cost":72,"Date":"2/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":939,"Cost":610,"Date":"2/25/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":687,"Cost":566,"Date":"3/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":530,"Date":"4/2/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":918,"Cost":686,"Date":"4/3/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":496,"Cost":344,"Date":"4/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":872,"Cost":509,"Date":"4/10/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":652,"Cost":418,"Date":"4/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":516,"Cost":304,"Date":"5/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":722,"Cost":578,"Date":"5/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":575,"Cost":416,"Date":"6/20/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":9,"Cost":8,"Date":"7/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":284,"Cost":174,"Date":"7/4/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":981,"Cost":770,"Date":"7/8/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":625,"Cost":472,"Date":"7/9/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":774,"Cost":621,"Date":"7/14/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":125,"Cost":107,"Date":"7/19/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":442,"Cost":260,"Date":"8/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":852,"Cost":686,"Date":"8/6/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":843,"Cost":622,"Date":"8/7/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":95,"Date":"8/22/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":148,"Cost":139,"Date":"8/31/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":139,"Cost":85,"Date":"9/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":442,"Cost":350,"Date":"9/1/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":406,"Cost":376,"Date":"9/17/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":576,"Cost":371,"Date":"9/29/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":212,"Date":"11/7/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":304,"Cost":153,"Date":"11/26/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":108,"Date":"11/27/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":958,"Cost":658,"Date":"12/5/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":299,"Cost":188,"Date":"12/26/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":935,"Cost":724,"Date":"12/31/2020"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":58,"Cost":36,"Date":"1/20/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":638,"Date":"2/2/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":38,"Cost":26,"Date":"2/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":41,"Cost":22,"Date":"2/27/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":843,"Date":"3/1/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":546,"Cost":472,"Date":"3/1/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":350,"Cost":178,"Date":"3/19/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":457,"Cost":258,"Date":"3/28/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":392,"Cost":294,"Date":"5/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":785,"Cost":724,"Date":"7/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":948,"Cost":709,"Date":"8/5/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":927,"Cost":613,"Date":"8/12/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":613,"Cost":379,"Date":"8/21/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":672,"Cost":345,"Date":"8/23/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":51,"Cost":33,"Date":"9/3/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":578,"Date":"9/5/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":691,"Date":"10/6/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":614,"Cost":370,"Date":"10/19/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":475,"Date":"11/15/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":48,"Cost":29,"Date":"12/8/2021"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":783,"Cost":731,"Date":"1/8/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":312,"Cost":252,"Date":"1/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":28,"Date":"1/19/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":856,"Cost":456,"Date":"1/28/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":230,"Cost":186,"Date":"1/31/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":742,"Cost":689,"Date":"3/27/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":208,"Cost":126,"Date":"4/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":764,"Date":"4/24/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":654,"Cost":586,"Date":"4/28/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":615,"Cost":371,"Date":"5/15/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":351,"Cost":244,"Date":"5/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":497,"Cost":468,"Date":"5/18/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":399,"Cost":285,"Date":"6/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":844,"Cost":605,"Date":"6/3/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":3,"Cost":3,"Date":"6/5/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":168,"Cost":116,"Date":"6/7/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":442,"Cost":309,"Date":"6/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":910,"Cost":553,"Date":"6/20/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":189,"Cost":160,"Date":"6/24/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":399,"Cost":289,"Date":"7/4/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":519,"Cost":386,"Date":"7/9/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":38,"Cost":36,"Date":"7/12/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":867,"Cost":483,"Date":"8/14/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":661,"Cost":377,"Date":"8/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":179,"Cost":97,"Date":"8/23/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":236,"Cost":175,"Date":"9/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":277,"Cost":174,"Date":"9/3/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":198,"Cost":175,"Date":"9/16/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":326,"Cost":283,"Date":"10/4/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":794,"Cost":431,"Date":"11/1/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":71,"Cost":56,"Date":"11/2/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":666,"Cost":359,"Date":"12/17/2022"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":324,"Cost":274,"Date":"2/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":698,"Cost":535,"Date":"2/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":61,"Cost":40,"Date":"3/4/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":837,"Cost":564,"Date":"3/9/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":147,"Date":"3/9/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":11,"Cost":10,"Date":"3/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":525,"Cost":423,"Date":"3/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":221,"Date":"3/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":561,"Cost":307,"Date":"3/23/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":189,"Cost":98,"Date":"4/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":689,"Cost":509,"Date":"5/7/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":948,"Cost":625,"Date":"5/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":125,"Cost":70,"Date":"5/20/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":237,"Cost":166,"Date":"6/2/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":684,"Date":"6/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":763,"Cost":392,"Date":"6/16/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":733,"Cost":391,"Date":"6/16/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":336,"Cost":248,"Date":"7/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":576,"Date":"7/11/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":356,"Cost":207,"Date":"8/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":834,"Cost":733,"Date":"8/29/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":931,"Cost":544,"Date":"8/31/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":85,"Cost":77,"Date":"9/8/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":831,"Cost":749,"Date":"9/13/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":650,"Cost":354,"Date":"9/14/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":300,"Cost":259,"Date":"9/19/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":734,"Cost":442,"Date":"9/25/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":231,"Cost":142,"Date":"10/4/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":647,"Cost":417,"Date":"10/10/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":439,"Cost":299,"Date":"10/17/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":185,"Cost":122,"Date":"10/28/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":292,"Cost":173,"Date":"10/30/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":10,"Cost":9,"Date":"11/1/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":836,"Cost":761,"Date":"11/15/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":514,"Cost":396,"Date":"11/25/2023"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":922,"Cost":820,"Date":"1/10/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":758,"Cost":623,"Date":"1/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":728,"Cost":479,"Date":"1/20/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":69,"Cost":35,"Date":"2/8/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":400,"Cost":206,"Date":"2/25/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":247,"Cost":134,"Date":"3/7/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":665,"Cost":334,"Date":"3/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":400,"Date":"3/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":426,"Cost":217,"Date":"4/5/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":194,"Date":"4/14/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":499,"Cost":303,"Date":"5/3/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":339,"Cost":247,"Date":"5/9/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":258,"Cost":172,"Date":"5/15/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":261,"Cost":239,"Date":"5/25/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":766,"Cost":408,"Date":"5/26/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":551,"Cost":445,"Date":"5/31/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":164,"Cost":105,"Date":"7/27/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":412,"Cost":237,"Date":"9/17/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":260,"Cost":206,"Date":"10/6/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":48,"Cost":38,"Date":"10/8/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":39,"Cost":32,"Date":"10/26/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":501,"Date":"11/16/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":811,"Cost":582,"Date":"11/18/2024"},{"Store":"Kaisergalerie, Hamburg","Brand":"ARKET","Country":"Germany","Sale":601,"Cost":506,"Date":"12/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":296,"Cost":240,"Date":"2/9/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":395,"Cost":231,"Date":"2/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":459,"Date":"3/10/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":430,"Cost":270,"Date":"3/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":583,"Date":"3/18/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":606,"Cost":384,"Date":"3/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":91,"Cost":86,"Date":"3/26/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":422,"Cost":240,"Date":"6/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":320,"Cost":223,"Date":"6/10/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":286,"Cost":224,"Date":"6/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":853,"Cost":432,"Date":"6/25/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":412,"Date":"7/19/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":458,"Cost":361,"Date":"7/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":95,"Cost":84,"Date":"7/25/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":735,"Cost":376,"Date":"8/4/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":188,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":171,"Date":"9/4/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":582,"Cost":387,"Date":"9/19/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":768,"Cost":614,"Date":"9/29/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":144,"Cost":120,"Date":"10/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":927,"Cost":511,"Date":"10/15/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":34,"Date":"10/30/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":31,"Cost":29,"Date":"11/9/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":444,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":967,"Cost":594,"Date":"11/30/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":464,"Cost":295,"Date":"12/8/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":778,"Cost":594,"Date":"12/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":118,"Date":"1/15/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":921,"Cost":493,"Date":"1/24/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":107,"Cost":91,"Date":"2/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":131,"Date":"2/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":913,"Cost":618,"Date":"3/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":624,"Cost":591,"Date":"3/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":849,"Cost":580,"Date":"4/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":834,"Cost":600,"Date":"5/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":912,"Cost":491,"Date":"5/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":869,"Cost":642,"Date":"6/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":541,"Cost":465,"Date":"6/26/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":515,"Cost":329,"Date":"7/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":283,"Cost":259,"Date":"7/13/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":207,"Cost":176,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":688,"Cost":416,"Date":"8/26/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":271,"Cost":194,"Date":"9/2/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":578,"Cost":290,"Date":"9/29/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":640,"Cost":396,"Date":"10/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":850,"Cost":579,"Date":"11/2/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":905,"Cost":837,"Date":"11/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":542,"Cost":395,"Date":"11/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":120,"Cost":89,"Date":"12/1/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":388,"Cost":353,"Date":"12/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":678,"Cost":384,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":310,"Cost":245,"Date":"12/18/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":825,"Cost":753,"Date":"12/20/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":887,"Cost":571,"Date":"12/20/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":15,"Cost":12,"Date":"12/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":997,"Cost":857,"Date":"1/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":998,"Cost":592,"Date":"2/5/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":352,"Date":"2/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":993,"Cost":908,"Date":"2/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":531,"Cost":354,"Date":"2/18/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":632,"Date":"2/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":748,"Cost":449,"Date":"2/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":676,"Cost":639,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":395,"Cost":221,"Date":"4/2/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":271,"Cost":247,"Date":"4/3/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":708,"Date":"4/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":819,"Cost":467,"Date":"4/10/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":554,"Cost":452,"Date":"4/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":784,"Cost":440,"Date":"5/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":47,"Cost":44,"Date":"5/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":594,"Cost":503,"Date":"6/20/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":11,"Cost":8,"Date":"7/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":436,"Cost":260,"Date":"7/4/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":980,"Cost":816,"Date":"7/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":394,"Cost":223,"Date":"7/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":96,"Cost":67,"Date":"7/14/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":484,"Cost":418,"Date":"7/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":52,"Date":"8/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":612,"Cost":573,"Date":"8/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":962,"Cost":833,"Date":"8/7/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":870,"Cost":806,"Date":"8/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":974,"Cost":696,"Date":"8/31/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":446,"Cost":398,"Date":"9/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":710,"Cost":671,"Date":"9/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":422,"Cost":359,"Date":"9/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":884,"Cost":755,"Date":"9/29/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":57,"Cost":30,"Date":"11/7/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":220,"Date":"11/26/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":68,"Cost":49,"Date":"11/27/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":758,"Cost":508,"Date":"12/5/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":255,"Cost":167,"Date":"12/26/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":456,"Cost":375,"Date":"12/31/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":36,"Date":"1/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":889,"Cost":684,"Date":"2/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":309,"Cost":213,"Date":"2/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":461,"Cost":339,"Date":"2/27/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":449,"Cost":409,"Date":"3/1/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":537,"Cost":335,"Date":"3/1/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":445,"Cost":263,"Date":"3/19/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":218,"Cost":126,"Date":"3/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":814,"Cost":503,"Date":"5/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":350,"Cost":320,"Date":"7/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":941,"Cost":711,"Date":"8/5/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":88,"Cost":49,"Date":"8/12/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":412,"Cost":219,"Date":"8/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":265,"Cost":159,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":655,"Cost":376,"Date":"9/3/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":520,"Cost":286,"Date":"9/5/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":210,"Cost":146,"Date":"10/6/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":972,"Cost":766,"Date":"10/19/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":819,"Cost":422,"Date":"11/15/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":499,"Date":"12/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":239,"Cost":147,"Date":"1/8/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":872,"Date":"1/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":876,"Cost":604,"Date":"1/19/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":282,"Date":"1/28/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":702,"Cost":430,"Date":"1/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":544,"Cost":396,"Date":"3/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":513,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":79,"Cost":69,"Date":"4/24/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":894,"Cost":467,"Date":"4/28/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":903,"Cost":565,"Date":"5/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":8,"Cost":6,"Date":"5/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":522,"Cost":447,"Date":"5/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":686,"Cost":488,"Date":"6/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":717,"Cost":448,"Date":"6/3/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":231,"Cost":128,"Date":"6/5/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":618,"Cost":356,"Date":"6/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":142,"Cost":99,"Date":"6/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":813,"Cost":684,"Date":"6/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":794,"Cost":671,"Date":"6/24/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":524,"Cost":275,"Date":"7/4/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":141,"Cost":106,"Date":"7/9/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":60,"Cost":33,"Date":"7/12/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":840,"Cost":665,"Date":"8/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":362,"Cost":274,"Date":"8/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":411,"Cost":359,"Date":"8/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":393,"Cost":301,"Date":"9/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":133,"Cost":77,"Date":"9/3/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":75,"Cost":49,"Date":"9/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":498,"Cost":308,"Date":"10/4/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":632,"Date":"11/1/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":472,"Cost":372,"Date":"11/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":133,"Cost":84,"Date":"12/17/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":23,"Cost":13,"Date":"2/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":282,"Date":"2/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":314,"Cost":236,"Date":"3/4/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":582,"Cost":450,"Date":"3/9/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":71,"Cost":54,"Date":"3/9/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":702,"Cost":572,"Date":"3/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":145,"Date":"3/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":691,"Cost":526,"Date":"3/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":915,"Cost":812,"Date":"3/23/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":162,"Cost":111,"Date":"4/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":785,"Cost":597,"Date":"5/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":916,"Cost":752,"Date":"5/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":16,"Cost":11,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":144,"Date":"6/2/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":29,"Cost":22,"Date":"6/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":337,"Cost":259,"Date":"6/16/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":754,"Cost":567,"Date":"6/16/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":727,"Cost":461,"Date":"7/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":593,"Cost":346,"Date":"7/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":965,"Cost":741,"Date":"8/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":813,"Cost":706,"Date":"8/29/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":280,"Cost":239,"Date":"8/31/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":486,"Cost":377,"Date":"9/8/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":343,"Cost":205,"Date":"9/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":705,"Cost":451,"Date":"9/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":360,"Cost":200,"Date":"9/19/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":844,"Cost":522,"Date":"9/25/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":158,"Cost":100,"Date":"10/4/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":531,"Cost":418,"Date":"10/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":311,"Cost":230,"Date":"10/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":591,"Cost":464,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":801,"Cost":488,"Date":"10/30/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":673,"Cost":425,"Date":"11/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":790,"Cost":408,"Date":"11/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":393,"Cost":223,"Date":"11/25/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":190,"Cost":128,"Date":"1/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":252,"Cost":224,"Date":"1/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":883,"Cost":693,"Date":"1/20/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":879,"Cost":459,"Date":"2/8/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":636,"Cost":476,"Date":"2/25/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":705,"Cost":401,"Date":"3/7/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":869,"Cost":471,"Date":"3/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":953,"Cost":791,"Date":"3/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":696,"Cost":508,"Date":"4/5/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":128,"Cost":118,"Date":"4/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":41,"Date":"5/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":315,"Cost":270,"Date":"5/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":544,"Cost":427,"Date":"5/15/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":220,"Cost":181,"Date":"5/25/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":261,"Cost":154,"Date":"5/26/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":988,"Cost":724,"Date":"5/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":684,"Date":"7/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":520,"Date":"9/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":908,"Cost":660,"Date":"10/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":382,"Cost":211,"Date":"10/8/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":299,"Cost":256,"Date":"10/26/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":908,"Cost":454,"Date":"11/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":680,"Cost":613,"Date":"11/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"ARKET","Country":"Germany","Sale":169,"Cost":102,"Date":"12/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":139,"Cost":124,"Date":"2/9/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":685,"Cost":618,"Date":"2/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":361,"Cost":258,"Date":"3/10/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":708,"Cost":410,"Date":"3/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":730,"Cost":490,"Date":"3/18/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":391,"Cost":324,"Date":"3/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":133,"Cost":88,"Date":"3/26/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":902,"Cost":672,"Date":"6/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":881,"Cost":586,"Date":"6/10/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":509,"Cost":295,"Date":"6/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":677,"Cost":534,"Date":"6/25/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":823,"Cost":539,"Date":"7/19/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":555,"Cost":345,"Date":"7/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":333,"Cost":173,"Date":"7/25/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":84,"Cost":52,"Date":"8/4/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":327,"Cost":284,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":712,"Date":"9/4/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":662,"Cost":353,"Date":"9/19/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":388,"Cost":305,"Date":"9/29/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":786,"Cost":655,"Date":"10/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":320,"Cost":212,"Date":"10/15/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":498,"Cost":424,"Date":"10/30/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":565,"Cost":331,"Date":"11/9/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":593,"Cost":448,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":404,"Cost":229,"Date":"11/30/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":938,"Cost":833,"Date":"12/8/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":249,"Cost":236,"Date":"12/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":120,"Cost":69,"Date":"1/15/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":446,"Cost":305,"Date":"1/24/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":40,"Cost":38,"Date":"2/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":474,"Cost":442,"Date":"2/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":286,"Cost":248,"Date":"3/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":822,"Cost":444,"Date":"3/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":504,"Cost":296,"Date":"4/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":133,"Cost":71,"Date":"5/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":983,"Cost":927,"Date":"5/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":887,"Cost":722,"Date":"6/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":809,"Cost":669,"Date":"6/26/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":737,"Cost":384,"Date":"7/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":57,"Cost":47,"Date":"7/13/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":951,"Cost":869,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":903,"Cost":808,"Date":"8/26/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":915,"Cost":830,"Date":"9/2/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":198,"Cost":110,"Date":"9/29/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":565,"Cost":432,"Date":"10/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":39,"Cost":37,"Date":"11/2/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":406,"Cost":341,"Date":"11/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":190,"Cost":133,"Date":"11/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":559,"Cost":435,"Date":"12/1/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":356,"Cost":305,"Date":"12/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":149,"Cost":123,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":841,"Cost":795,"Date":"12/18/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":53,"Cost":33,"Date":"12/20/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":677,"Cost":569,"Date":"12/20/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":689,"Cost":634,"Date":"12/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":68,"Cost":43,"Date":"1/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":537,"Cost":285,"Date":"2/5/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":552,"Cost":443,"Date":"2/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":854,"Cost":714,"Date":"2/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":587,"Cost":554,"Date":"2/18/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":191,"Date":"2/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":351,"Cost":202,"Date":"2/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":797,"Cost":502,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":745,"Cost":613,"Date":"4/2/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":181,"Cost":126,"Date":"4/3/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":23,"Cost":19,"Date":"4/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":341,"Cost":235,"Date":"4/10/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":730,"Cost":571,"Date":"4/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":311,"Cost":201,"Date":"5/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":955,"Cost":905,"Date":"5/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":281,"Cost":156,"Date":"6/20/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":825,"Cost":575,"Date":"7/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":46,"Cost":25,"Date":"7/4/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":759,"Cost":431,"Date":"7/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":123,"Date":"7/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":685,"Cost":364,"Date":"7/14/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":245,"Cost":159,"Date":"7/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":421,"Cost":231,"Date":"8/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":478,"Cost":268,"Date":"8/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":854,"Cost":770,"Date":"8/7/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":449,"Cost":400,"Date":"8/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":817,"Cost":468,"Date":"8/31/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":797,"Cost":524,"Date":"9/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":802,"Cost":474,"Date":"9/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":791,"Cost":747,"Date":"9/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":392,"Cost":229,"Date":"9/29/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":724,"Cost":644,"Date":"11/7/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":656,"Cost":607,"Date":"11/26/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":634,"Cost":338,"Date":"11/27/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":174,"Cost":158,"Date":"12/5/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":232,"Cost":162,"Date":"12/26/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":293,"Cost":187,"Date":"12/31/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":341,"Cost":247,"Date":"1/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":685,"Cost":553,"Date":"2/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":16,"Cost":9,"Date":"2/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":13,"Cost":11,"Date":"2/27/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":15,"Cost":11,"Date":"3/1/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":865,"Cost":738,"Date":"3/1/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":299,"Cost":194,"Date":"3/19/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":795,"Cost":603,"Date":"3/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":371,"Cost":237,"Date":"5/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":937,"Cost":749,"Date":"7/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":816,"Cost":622,"Date":"8/5/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":575,"Cost":518,"Date":"8/12/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":917,"Cost":654,"Date":"8/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":690,"Cost":625,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":595,"Cost":469,"Date":"9/3/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":153,"Cost":77,"Date":"9/5/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":73,"Cost":68,"Date":"10/6/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":761,"Cost":416,"Date":"10/19/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":570,"Cost":426,"Date":"11/15/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":315,"Cost":194,"Date":"12/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":71,"Cost":52,"Date":"1/8/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":899,"Cost":580,"Date":"1/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":814,"Cost":438,"Date":"1/19/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":787,"Cost":517,"Date":"1/28/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":317,"Cost":161,"Date":"1/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":51,"Cost":46,"Date":"3/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":134,"Cost":85,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":734,"Cost":548,"Date":"4/24/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":596,"Cost":424,"Date":"4/28/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":304,"Cost":265,"Date":"5/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":874,"Cost":559,"Date":"5/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":508,"Cost":393,"Date":"5/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":86,"Date":"6/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":364,"Cost":294,"Date":"6/3/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":666,"Cost":622,"Date":"6/5/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":159,"Cost":84,"Date":"6/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":985,"Cost":514,"Date":"6/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":536,"Cost":478,"Date":"6/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":642,"Cost":554,"Date":"6/24/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":107,"Cost":59,"Date":"7/4/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":757,"Cost":589,"Date":"7/9/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":665,"Date":"7/12/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":150,"Cost":93,"Date":"8/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":390,"Cost":267,"Date":"8/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":100,"Cost":67,"Date":"8/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":553,"Date":"9/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":66,"Cost":39,"Date":"9/3/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":121,"Cost":75,"Date":"9/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":895,"Cost":467,"Date":"10/4/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":343,"Cost":182,"Date":"11/1/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":356,"Cost":277,"Date":"11/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":183,"Cost":163,"Date":"12/17/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":787,"Cost":445,"Date":"2/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":388,"Cost":227,"Date":"2/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":353,"Date":"3/4/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":356,"Cost":181,"Date":"3/9/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":68,"Cost":41,"Date":"3/9/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":330,"Cost":246,"Date":"3/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":760,"Cost":495,"Date":"3/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":779,"Date":"3/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":388,"Cost":326,"Date":"3/23/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":39,"Cost":28,"Date":"4/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":161,"Cost":106,"Date":"5/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":129,"Cost":79,"Date":"5/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":521,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":932,"Cost":699,"Date":"6/2/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":738,"Cost":589,"Date":"6/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":82,"Cost":61,"Date":"6/16/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":340,"Cost":233,"Date":"6/16/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":425,"Date":"7/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":502,"Cost":375,"Date":"7/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":243,"Cost":138,"Date":"8/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":832,"Cost":591,"Date":"8/29/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":281,"Cost":152,"Date":"8/31/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":297,"Cost":170,"Date":"9/8/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":242,"Date":"9/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":126,"Cost":111,"Date":"9/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":501,"Cost":413,"Date":"9/19/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":262,"Cost":146,"Date":"9/25/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":622,"Cost":499,"Date":"10/4/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":122,"Cost":87,"Date":"10/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":323,"Cost":218,"Date":"10/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":146,"Cost":130,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":330,"Cost":230,"Date":"10/30/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":190,"Cost":147,"Date":"11/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":821,"Cost":742,"Date":"11/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":622,"Cost":436,"Date":"11/25/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":217,"Cost":162,"Date":"1/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":649,"Cost":418,"Date":"1/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":959,"Cost":619,"Date":"1/20/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":610,"Cost":476,"Date":"2/8/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":526,"Cost":266,"Date":"2/25/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":340,"Cost":250,"Date":"3/7/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":234,"Cost":170,"Date":"3/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":470,"Cost":265,"Date":"3/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":873,"Cost":745,"Date":"4/5/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":280,"Cost":160,"Date":"4/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":26,"Cost":14,"Date":"5/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":664,"Cost":620,"Date":"5/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":868,"Cost":596,"Date":"5/15/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":526,"Cost":322,"Date":"5/25/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":311,"Cost":174,"Date":"5/26/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":799,"Cost":573,"Date":"5/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":260,"Cost":180,"Date":"7/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":196,"Cost":106,"Date":"9/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":198,"Cost":141,"Date":"10/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":59,"Cost":43,"Date":"10/8/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":849,"Cost":512,"Date":"10/26/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":502,"Cost":450,"Date":"11/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":255,"Cost":240,"Date":"11/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":475,"Cost":285,"Date":"12/1/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":46,"Cost":33,"Date":"2/9/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":592,"Cost":534,"Date":"2/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":696,"Cost":590,"Date":"3/10/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":97,"Cost":76,"Date":"3/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":490,"Date":"3/18/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":829,"Cost":751,"Date":"3/20/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":646,"Cost":484,"Date":"3/26/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":316,"Cost":213,"Date":"6/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":917,"Cost":847,"Date":"6/10/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":644,"Cost":441,"Date":"6/16/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":795,"Cost":447,"Date":"6/25/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":404,"Cost":335,"Date":"7/19/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":517,"Cost":378,"Date":"7/21/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":333,"Cost":293,"Date":"7/25/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":936,"Cost":750,"Date":"8/4/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":250,"Cost":194,"Date":"9/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":59,"Cost":30,"Date":"9/4/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":288,"Cost":270,"Date":"9/19/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":491,"Cost":377,"Date":"9/29/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":163,"Cost":83,"Date":"10/2/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":547,"Cost":463,"Date":"10/15/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":544,"Cost":388,"Date":"10/30/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":335,"Cost":255,"Date":"11/9/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":240,"Cost":217,"Date":"11/23/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":252,"Cost":160,"Date":"11/30/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":835,"Cost":623,"Date":"12/8/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":117,"Cost":100,"Date":"12/11/2018"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":7,"Cost":4,"Date":"1/15/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":402,"Cost":360,"Date":"1/24/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":153,"Cost":98,"Date":"2/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":53,"Cost":29,"Date":"2/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":75,"Cost":60,"Date":"3/9/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":404,"Cost":246,"Date":"3/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":338,"Date":"4/19/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":818,"Cost":631,"Date":"5/3/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":538,"Cost":502,"Date":"5/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":826,"Cost":777,"Date":"6/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":360,"Cost":275,"Date":"6/26/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":139,"Cost":106,"Date":"7/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":946,"Cost":763,"Date":"7/13/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":774,"Cost":643,"Date":"8/8/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":710,"Date":"8/26/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":759,"Cost":646,"Date":"9/2/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":202,"Cost":122,"Date":"9/29/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":130,"Cost":121,"Date":"10/12/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":684,"Cost":575,"Date":"11/2/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":168,"Cost":123,"Date":"11/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":636,"Cost":384,"Date":"11/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":645,"Cost":460,"Date":"12/1/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":754,"Cost":675,"Date":"12/4/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":418,"Cost":227,"Date":"12/7/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":360,"Cost":206,"Date":"12/18/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":228,"Cost":173,"Date":"12/20/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":216,"Cost":173,"Date":"12/20/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":499,"Cost":350,"Date":"12/21/2019"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":243,"Cost":182,"Date":"1/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":841,"Cost":674,"Date":"2/5/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":582,"Cost":515,"Date":"2/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":918,"Cost":837,"Date":"2/16/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":620,"Cost":461,"Date":"2/18/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":533,"Date":"2/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":65,"Cost":37,"Date":"2/25/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":382,"Cost":359,"Date":"3/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":851,"Cost":435,"Date":"4/2/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":743,"Cost":572,"Date":"4/3/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":234,"Cost":209,"Date":"4/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":886,"Cost":729,"Date":"4/10/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":541,"Cost":300,"Date":"4/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":522,"Cost":300,"Date":"5/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":745,"Cost":656,"Date":"5/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":273,"Cost":256,"Date":"6/20/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":217,"Cost":178,"Date":"7/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":728,"Cost":637,"Date":"7/4/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":532,"Cost":335,"Date":"7/8/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":55,"Cost":31,"Date":"7/9/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":86,"Cost":78,"Date":"7/14/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":405,"Cost":326,"Date":"7/19/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":833,"Cost":721,"Date":"8/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":341,"Cost":265,"Date":"8/6/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":919,"Cost":517,"Date":"8/7/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":539,"Cost":424,"Date":"8/22/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":305,"Date":"8/31/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":557,"Date":"9/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":103,"Cost":98,"Date":"9/1/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":755,"Cost":383,"Date":"9/17/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":350,"Cost":323,"Date":"9/29/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":839,"Cost":438,"Date":"11/7/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":488,"Cost":360,"Date":"11/26/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":497,"Cost":319,"Date":"11/27/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":550,"Cost":415,"Date":"12/5/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":994,"Cost":865,"Date":"12/26/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":736,"Cost":491,"Date":"12/31/2020"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":44,"Cost":39,"Date":"1/20/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":866,"Cost":818,"Date":"2/2/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":376,"Cost":308,"Date":"2/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":190,"Cost":158,"Date":"2/27/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":916,"Cost":547,"Date":"3/1/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":637,"Cost":506,"Date":"3/1/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":855,"Cost":662,"Date":"3/19/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":56,"Cost":48,"Date":"3/28/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":663,"Cost":431,"Date":"5/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":447,"Cost":312,"Date":"7/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":188,"Cost":113,"Date":"8/5/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":61,"Cost":38,"Date":"8/12/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":339,"Cost":298,"Date":"8/21/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":848,"Cost":572,"Date":"8/23/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":910,"Cost":560,"Date":"9/3/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":546,"Cost":293,"Date":"9/5/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":457,"Cost":424,"Date":"10/6/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":26,"Cost":24,"Date":"10/19/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":238,"Cost":151,"Date":"11/15/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":148,"Cost":112,"Date":"12/8/2021"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":738,"Cost":541,"Date":"1/8/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":280,"Cost":177,"Date":"1/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":967,"Cost":805,"Date":"1/19/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":727,"Cost":378,"Date":"1/28/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":153,"Cost":104,"Date":"1/31/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":798,"Cost":600,"Date":"3/27/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":205,"Cost":193,"Date":"4/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":70,"Cost":61,"Date":"4/24/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":219,"Cost":169,"Date":"4/28/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":531,"Cost":445,"Date":"5/15/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":615,"Cost":378,"Date":"5/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":100,"Cost":77,"Date":"5/18/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":987,"Cost":814,"Date":"6/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":755,"Cost":662,"Date":"6/3/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":655,"Cost":456,"Date":"6/5/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":450,"Cost":418,"Date":"6/7/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":932,"Cost":811,"Date":"6/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":598,"Cost":417,"Date":"6/20/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":648,"Cost":605,"Date":"6/24/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":827,"Cost":546,"Date":"7/4/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":234,"Cost":124,"Date":"7/9/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":646,"Cost":491,"Date":"7/12/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":953,"Cost":664,"Date":"8/14/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":620,"Cost":438,"Date":"8/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":102,"Cost":94,"Date":"8/23/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":269,"Cost":161,"Date":"9/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":446,"Cost":368,"Date":"9/3/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":92,"Cost":73,"Date":"9/16/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":229,"Cost":151,"Date":"10/4/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":867,"Cost":613,"Date":"11/1/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":931,"Cost":833,"Date":"11/2/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":894,"Cost":662,"Date":"12/17/2022"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":129,"Cost":99,"Date":"2/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":730,"Cost":370,"Date":"2/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":914,"Cost":531,"Date":"3/4/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":795,"Cost":425,"Date":"3/9/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":557,"Cost":463,"Date":"3/9/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":342,"Cost":224,"Date":"3/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":786,"Cost":440,"Date":"3/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":525,"Cost":408,"Date":"3/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":926,"Cost":627,"Date":"3/23/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":795,"Cost":534,"Date":"4/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":189,"Cost":147,"Date":"5/7/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":1000,"Cost":828,"Date":"5/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":554,"Cost":479,"Date":"5/20/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":511,"Cost":441,"Date":"6/2/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":444,"Cost":282,"Date":"6/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":107,"Date":"6/16/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":490,"Cost":315,"Date":"6/16/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":600,"Cost":476,"Date":"7/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":93,"Cost":74,"Date":"7/11/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":637,"Cost":457,"Date":"8/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":652,"Cost":517,"Date":"8/29/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":980,"Cost":516,"Date":"8/31/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":679,"Cost":627,"Date":"9/8/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":223,"Cost":114,"Date":"9/13/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":781,"Cost":621,"Date":"9/14/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":193,"Cost":172,"Date":"9/19/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":249,"Cost":170,"Date":"9/25/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":838,"Cost":778,"Date":"10/4/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":519,"Cost":276,"Date":"10/10/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":449,"Cost":292,"Date":"10/17/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":69,"Cost":60,"Date":"10/28/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":453,"Date":"10/30/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":170,"Cost":86,"Date":"11/1/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":222,"Cost":170,"Date":"11/15/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":67,"Cost":53,"Date":"11/25/2023"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":543,"Cost":416,"Date":"1/10/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":180,"Cost":162,"Date":"1/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":508,"Cost":353,"Date":"1/20/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":691,"Cost":646,"Date":"2/8/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":777,"Cost":421,"Date":"2/25/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":465,"Cost":345,"Date":"3/7/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":867,"Cost":434,"Date":"3/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":445,"Cost":320,"Date":"3/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":779,"Cost":506,"Date":"4/5/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":96,"Cost":77,"Date":"4/14/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":265,"Cost":167,"Date":"5/3/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":193,"Cost":100,"Date":"5/9/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":38,"Cost":26,"Date":"5/15/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":108,"Date":"5/25/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":567,"Cost":385,"Date":"5/26/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":393,"Cost":234,"Date":"5/31/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":35,"Cost":33,"Date":"7/27/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":375,"Cost":343,"Date":"9/17/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":570,"Cost":517,"Date":"10/6/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":221,"Cost":163,"Date":"10/8/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":198,"Cost":183,"Date":"10/26/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":967,"Cost":871,"Date":"11/16/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":63,"Cost":44,"Date":"11/18/2024"},{"Store":"Post Galerie, Karlsruhe","Brand":"Sellpy","Country":"Germany","Sale":615,"Cost":560,"Date":"12/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":155,"Cost":97,"Date":"2/9/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":105,"Cost":54,"Date":"2/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":372,"Cost":242,"Date":"3/10/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":306,"Cost":202,"Date":"3/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":72,"Cost":68,"Date":"3/18/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":961,"Cost":716,"Date":"3/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":831,"Cost":574,"Date":"3/26/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":918,"Cost":803,"Date":"6/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":972,"Cost":604,"Date":"6/10/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":534,"Date":"6/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":185,"Cost":98,"Date":"6/25/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":33,"Cost":30,"Date":"7/19/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":609,"Cost":339,"Date":"7/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":312,"Cost":198,"Date":"7/25/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":66,"Cost":51,"Date":"8/4/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":311,"Cost":205,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":834,"Cost":424,"Date":"9/4/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":14,"Cost":10,"Date":"9/19/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":263,"Cost":214,"Date":"9/29/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":517,"Cost":304,"Date":"10/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":655,"Cost":462,"Date":"10/15/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":10,"Cost":8,"Date":"10/30/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":489,"Cost":258,"Date":"11/9/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":622,"Cost":311,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":207,"Cost":121,"Date":"11/30/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":802,"Cost":438,"Date":"12/8/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":835,"Cost":457,"Date":"12/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":893,"Cost":550,"Date":"1/15/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":975,"Cost":757,"Date":"1/24/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":557,"Cost":386,"Date":"2/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":61,"Cost":53,"Date":"2/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":599,"Cost":319,"Date":"3/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":294,"Cost":222,"Date":"3/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":591,"Cost":512,"Date":"4/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":600,"Cost":568,"Date":"5/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":320,"Cost":254,"Date":"5/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":705,"Cost":642,"Date":"6/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":631,"Cost":564,"Date":"6/26/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":621,"Date":"7/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":936,"Cost":565,"Date":"7/13/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":272,"Cost":240,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":219,"Cost":138,"Date":"8/26/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":541,"Cost":415,"Date":"9/2/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":525,"Cost":482,"Date":"9/29/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":7,"Cost":7,"Date":"10/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":777,"Cost":561,"Date":"11/2/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":728,"Date":"11/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":492,"Cost":394,"Date":"11/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":921,"Cost":673,"Date":"12/1/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":208,"Cost":177,"Date":"12/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":343,"Cost":291,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":705,"Cost":571,"Date":"12/18/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":973,"Cost":899,"Date":"12/20/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":721,"Cost":523,"Date":"12/20/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":790,"Cost":658,"Date":"12/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":459,"Cost":259,"Date":"1/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":163,"Cost":108,"Date":"2/5/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":372,"Cost":251,"Date":"2/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":147,"Cost":126,"Date":"2/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":513,"Cost":349,"Date":"2/18/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":45,"Cost":39,"Date":"2/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":294,"Cost":176,"Date":"2/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":197,"Cost":128,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":717,"Cost":395,"Date":"4/2/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":278,"Cost":157,"Date":"4/3/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":93,"Date":"4/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":341,"Cost":215,"Date":"4/10/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":333,"Cost":192,"Date":"4/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":974,"Cost":903,"Date":"5/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":493,"Cost":385,"Date":"5/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":712,"Cost":436,"Date":"6/20/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":998,"Cost":860,"Date":"7/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":568,"Cost":524,"Date":"7/4/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":734,"Cost":512,"Date":"7/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":958,"Cost":822,"Date":"7/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":389,"Cost":217,"Date":"7/14/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":111,"Cost":70,"Date":"7/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":930,"Cost":884,"Date":"8/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":584,"Cost":308,"Date":"8/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":335,"Cost":214,"Date":"8/7/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":198,"Cost":114,"Date":"8/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":66,"Cost":62,"Date":"8/31/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":305,"Cost":257,"Date":"9/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":514,"Cost":384,"Date":"9/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":704,"Cost":667,"Date":"9/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":66,"Cost":47,"Date":"9/29/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":602,"Cost":448,"Date":"11/7/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":659,"Cost":619,"Date":"11/26/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":781,"Cost":647,"Date":"11/27/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":876,"Cost":750,"Date":"12/5/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":486,"Cost":453,"Date":"12/26/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":348,"Cost":282,"Date":"12/31/2020"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":968,"Cost":592,"Date":"1/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":900,"Cost":621,"Date":"2/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":431,"Cost":318,"Date":"2/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":368,"Date":"2/27/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":337,"Cost":174,"Date":"3/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":252,"Cost":183,"Date":"3/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":44,"Cost":25,"Date":"3/19/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":664,"Cost":607,"Date":"3/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":396,"Cost":245,"Date":"5/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":804,"Cost":681,"Date":"7/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":740,"Cost":389,"Date":"8/5/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":484,"Cost":266,"Date":"8/12/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":94,"Cost":85,"Date":"8/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":198,"Cost":149,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":617,"Cost":332,"Date":"9/3/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":369,"Cost":328,"Date":"9/5/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":780,"Cost":737,"Date":"10/6/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":698,"Cost":358,"Date":"10/19/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":253,"Cost":140,"Date":"11/15/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":392,"Cost":308,"Date":"12/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":636,"Cost":416,"Date":"1/8/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":517,"Cost":458,"Date":"1/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":861,"Cost":494,"Date":"1/19/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":514,"Cost":385,"Date":"1/28/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":510,"Date":"1/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":888,"Cost":480,"Date":"3/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":20,"Cost":18,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":726,"Cost":496,"Date":"4/24/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":401,"Cost":210,"Date":"4/28/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":608,"Cost":497,"Date":"5/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":806,"Cost":736,"Date":"5/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":57,"Cost":41,"Date":"5/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":353,"Cost":255,"Date":"6/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":353,"Cost":218,"Date":"6/3/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":801,"Cost":539,"Date":"6/5/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":602,"Cost":446,"Date":"6/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":693,"Cost":435,"Date":"6/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":330,"Cost":181,"Date":"6/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":854,"Cost":808,"Date":"6/24/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":893,"Cost":567,"Date":"7/4/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":524,"Cost":439,"Date":"7/9/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":963,"Cost":764,"Date":"7/12/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":680,"Cost":497,"Date":"8/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":661,"Date":"8/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":154,"Cost":88,"Date":"8/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":568,"Cost":461,"Date":"9/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":465,"Cost":286,"Date":"9/3/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":640,"Cost":503,"Date":"9/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":771,"Cost":595,"Date":"10/4/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":432,"Cost":394,"Date":"11/1/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":171,"Cost":160,"Date":"11/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":731,"Cost":694,"Date":"12/17/2022"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":149,"Cost":98,"Date":"2/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":412,"Date":"2/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":410,"Cost":359,"Date":"3/4/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":919,"Cost":464,"Date":"3/9/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":757,"Cost":624,"Date":"3/9/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":56,"Cost":30,"Date":"3/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":155,"Cost":133,"Date":"3/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":209,"Date":"3/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":746,"Cost":415,"Date":"3/23/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":262,"Cost":165,"Date":"4/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":1,"Cost":0,"Date":"5/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":914,"Cost":569,"Date":"5/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":909,"Cost":525,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":669,"Cost":414,"Date":"6/2/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":947,"Cost":623,"Date":"6/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":932,"Cost":786,"Date":"6/16/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":47,"Cost":39,"Date":"6/16/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":249,"Cost":177,"Date":"7/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":159,"Cost":117,"Date":"7/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":594,"Cost":372,"Date":"8/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":46,"Cost":27,"Date":"8/29/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":778,"Cost":620,"Date":"8/31/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":460,"Cost":263,"Date":"9/8/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":999,"Cost":550,"Date":"9/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":715,"Cost":505,"Date":"9/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":546,"Cost":329,"Date":"9/19/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":362,"Cost":281,"Date":"9/25/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":205,"Cost":175,"Date":"10/4/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":502,"Cost":416,"Date":"10/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":325,"Cost":257,"Date":"10/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":814,"Cost":493,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":290,"Cost":198,"Date":"10/30/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":934,"Cost":833,"Date":"11/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":429,"Cost":400,"Date":"11/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":79,"Cost":59,"Date":"11/25/2023"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":954,"Cost":653,"Date":"1/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":636,"Cost":519,"Date":"1/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":603,"Cost":536,"Date":"1/20/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":244,"Cost":147,"Date":"2/8/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":223,"Cost":209,"Date":"2/25/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":420,"Cost":366,"Date":"3/7/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":179,"Cost":107,"Date":"3/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":750,"Date":"3/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":85,"Cost":56,"Date":"4/5/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":89,"Cost":79,"Date":"4/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":854,"Cost":556,"Date":"5/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":162,"Cost":142,"Date":"5/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":548,"Cost":509,"Date":"5/15/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":156,"Cost":118,"Date":"5/25/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":94,"Cost":86,"Date":"5/26/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":88,"Date":"5/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":356,"Cost":228,"Date":"7/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":677,"Cost":517,"Date":"9/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":561,"Cost":284,"Date":"10/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":799,"Cost":523,"Date":"10/8/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":953,"Cost":798,"Date":"10/26/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":867,"Cost":784,"Date":"11/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":99,"Cost":69,"Date":"11/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"Sellpy","Country":"Germany","Sale":582,"Cost":363,"Date":"12/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":581,"Cost":516,"Date":"2/9/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":885,"Cost":662,"Date":"2/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":177,"Cost":163,"Date":"3/10/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":258,"Cost":129,"Date":"3/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":901,"Cost":533,"Date":"3/18/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":428,"Cost":405,"Date":"3/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":295,"Cost":249,"Date":"3/26/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":618,"Cost":458,"Date":"6/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":195,"Cost":113,"Date":"6/10/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":940,"Cost":844,"Date":"6/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":706,"Cost":408,"Date":"6/25/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":218,"Cost":151,"Date":"7/19/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":545,"Cost":502,"Date":"7/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":582,"Cost":475,"Date":"7/25/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":192,"Cost":98,"Date":"8/4/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":363,"Cost":196,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":632,"Cost":579,"Date":"9/4/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":293,"Cost":260,"Date":"9/19/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":64,"Cost":50,"Date":"9/29/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":680,"Cost":593,"Date":"10/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":641,"Cost":477,"Date":"10/15/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":141,"Date":"10/30/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":745,"Cost":466,"Date":"11/9/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":204,"Cost":165,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":432,"Date":"11/30/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":317,"Cost":196,"Date":"12/8/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":627,"Cost":416,"Date":"12/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":352,"Cost":186,"Date":"1/15/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":312,"Cost":227,"Date":"1/24/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":816,"Cost":504,"Date":"2/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":98,"Cost":57,"Date":"2/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":592,"Cost":404,"Date":"3/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":476,"Cost":238,"Date":"3/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":274,"Cost":198,"Date":"4/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":146,"Cost":125,"Date":"5/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":598,"Cost":327,"Date":"5/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":111,"Cost":56,"Date":"6/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":321,"Cost":249,"Date":"6/26/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":50,"Cost":39,"Date":"7/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":442,"Cost":324,"Date":"7/13/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":601,"Cost":502,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":598,"Cost":454,"Date":"8/26/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":712,"Cost":547,"Date":"9/2/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":126,"Cost":86,"Date":"9/29/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":130,"Cost":104,"Date":"10/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":930,"Cost":494,"Date":"11/2/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":621,"Cost":516,"Date":"11/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":203,"Cost":109,"Date":"11/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":772,"Cost":656,"Date":"12/1/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":402,"Cost":256,"Date":"12/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":841,"Cost":658,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":951,"Cost":750,"Date":"12/18/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":912,"Cost":784,"Date":"12/20/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":299,"Date":"12/20/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":772,"Cost":695,"Date":"12/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":119,"Cost":99,"Date":"1/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":487,"Cost":406,"Date":"2/5/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":858,"Cost":752,"Date":"2/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":172,"Cost":126,"Date":"2/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":806,"Cost":623,"Date":"2/18/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":943,"Cost":540,"Date":"2/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":471,"Cost":375,"Date":"2/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":414,"Cost":316,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":321,"Cost":192,"Date":"4/2/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":371,"Cost":317,"Date":"4/3/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":340,"Date":"4/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":316,"Cost":295,"Date":"4/10/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":212,"Cost":159,"Date":"4/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":960,"Cost":630,"Date":"5/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":966,"Cost":797,"Date":"5/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":348,"Cost":317,"Date":"6/20/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":281,"Date":"7/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":495,"Cost":305,"Date":"7/4/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":410,"Cost":359,"Date":"7/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":344,"Cost":276,"Date":"7/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":600,"Cost":364,"Date":"7/14/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":448,"Cost":252,"Date":"7/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":529,"Cost":458,"Date":"8/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":335,"Cost":293,"Date":"8/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":468,"Cost":421,"Date":"8/7/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":229,"Cost":171,"Date":"8/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":881,"Cost":585,"Date":"8/31/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":546,"Cost":427,"Date":"9/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":529,"Cost":451,"Date":"9/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":888,"Cost":830,"Date":"9/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":171,"Cost":111,"Date":"9/29/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":566,"Cost":419,"Date":"11/7/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":883,"Date":"11/26/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":300,"Date":"11/27/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":27,"Cost":17,"Date":"12/5/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":883,"Cost":728,"Date":"12/26/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":893,"Cost":468,"Date":"12/31/2020"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":82,"Cost":44,"Date":"1/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":535,"Cost":355,"Date":"2/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":989,"Cost":529,"Date":"2/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":632,"Cost":536,"Date":"2/27/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":570,"Cost":285,"Date":"3/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":891,"Cost":600,"Date":"3/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":627,"Cost":383,"Date":"3/19/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":204,"Cost":154,"Date":"3/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":555,"Cost":499,"Date":"5/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":41,"Cost":22,"Date":"7/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":185,"Date":"8/5/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":151,"Cost":121,"Date":"8/12/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":675,"Cost":345,"Date":"8/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":844,"Cost":496,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":356,"Cost":312,"Date":"9/3/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":983,"Cost":879,"Date":"9/5/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":320,"Cost":277,"Date":"10/6/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":410,"Cost":343,"Date":"10/19/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":562,"Cost":459,"Date":"11/15/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":90,"Cost":62,"Date":"12/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":652,"Cost":454,"Date":"1/8/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":903,"Cost":756,"Date":"1/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":805,"Cost":661,"Date":"1/19/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":206,"Cost":148,"Date":"1/28/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":340,"Cost":323,"Date":"1/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":327,"Cost":301,"Date":"3/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":374,"Cost":314,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":277,"Cost":202,"Date":"4/24/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":120,"Cost":105,"Date":"4/28/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":418,"Cost":374,"Date":"5/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":274,"Cost":199,"Date":"5/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":857,"Cost":664,"Date":"5/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":204,"Cost":109,"Date":"6/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":868,"Cost":506,"Date":"6/3/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":51,"Cost":45,"Date":"6/5/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":459,"Cost":331,"Date":"6/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":389,"Date":"6/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":986,"Cost":595,"Date":"6/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":384,"Cost":281,"Date":"6/24/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":282,"Cost":182,"Date":"7/4/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":612,"Cost":448,"Date":"7/9/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":137,"Cost":86,"Date":"7/12/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":954,"Cost":599,"Date":"8/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":710,"Cost":571,"Date":"8/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":212,"Cost":143,"Date":"8/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":298,"Date":"9/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":906,"Cost":631,"Date":"9/3/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":380,"Date":"9/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":107,"Cost":68,"Date":"10/4/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":751,"Cost":458,"Date":"11/1/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":523,"Cost":458,"Date":"11/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":305,"Cost":156,"Date":"12/17/2022"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":764,"Date":"2/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":661,"Cost":419,"Date":"2/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":706,"Cost":354,"Date":"3/4/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":573,"Cost":397,"Date":"3/9/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":872,"Cost":681,"Date":"3/9/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":538,"Cost":376,"Date":"3/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":696,"Cost":462,"Date":"3/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":241,"Cost":227,"Date":"3/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":889,"Cost":832,"Date":"3/23/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":863,"Cost":465,"Date":"4/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":311,"Cost":191,"Date":"5/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":890,"Cost":520,"Date":"5/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":742,"Cost":529,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":738,"Cost":534,"Date":"6/2/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":355,"Date":"6/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":884,"Cost":685,"Date":"6/16/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":988,"Cost":648,"Date":"6/16/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":295,"Cost":161,"Date":"7/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":275,"Cost":241,"Date":"7/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":409,"Cost":235,"Date":"8/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":301,"Cost":237,"Date":"8/29/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":631,"Cost":324,"Date":"8/31/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":254,"Cost":210,"Date":"9/8/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":872,"Cost":796,"Date":"9/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":525,"Cost":456,"Date":"9/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":847,"Cost":465,"Date":"9/19/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":424,"Cost":379,"Date":"9/25/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":454,"Cost":418,"Date":"10/4/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":581,"Cost":338,"Date":"10/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":908,"Cost":589,"Date":"10/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":778,"Cost":447,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":121,"Cost":70,"Date":"10/30/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":710,"Cost":396,"Date":"11/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":687,"Cost":552,"Date":"11/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":611,"Cost":507,"Date":"11/25/2023"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":631,"Cost":421,"Date":"1/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":86,"Cost":60,"Date":"1/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":420,"Cost":325,"Date":"1/20/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":800,"Cost":522,"Date":"2/8/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":789,"Cost":439,"Date":"2/25/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":908,"Cost":534,"Date":"3/7/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":448,"Cost":242,"Date":"3/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":896,"Cost":822,"Date":"3/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":378,"Cost":296,"Date":"4/5/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":973,"Cost":631,"Date":"4/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":312,"Cost":261,"Date":"5/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":108,"Cost":67,"Date":"5/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":81,"Cost":75,"Date":"5/15/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":457,"Cost":413,"Date":"5/25/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":594,"Cost":498,"Date":"5/26/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":311,"Cost":227,"Date":"5/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":793,"Cost":579,"Date":"7/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":597,"Cost":481,"Date":"9/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":801,"Cost":665,"Date":"10/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":481,"Cost":302,"Date":"10/8/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":581,"Cost":360,"Date":"10/26/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":202,"Cost":104,"Date":"11/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":209,"Cost":139,"Date":"11/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"HM Home","Country":"Germany","Sale":619,"Cost":454,"Date":"12/1/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":377,"Cost":250,"Date":"2/9/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":559,"Cost":397,"Date":"2/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":506,"Cost":411,"Date":"3/10/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":120,"Cost":106,"Date":"3/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":948,"Cost":510,"Date":"3/18/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":445,"Cost":422,"Date":"3/20/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":101,"Cost":82,"Date":"3/26/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":343,"Date":"6/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":959,"Cost":590,"Date":"6/10/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":259,"Cost":140,"Date":"6/16/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":256,"Cost":210,"Date":"6/25/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":593,"Date":"7/19/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":13,"Cost":8,"Date":"7/21/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":404,"Cost":253,"Date":"7/25/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":999,"Cost":856,"Date":"8/4/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":664,"Cost":502,"Date":"9/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":956,"Cost":619,"Date":"9/4/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":244,"Cost":177,"Date":"9/19/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":708,"Cost":671,"Date":"9/29/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":846,"Cost":541,"Date":"10/2/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":162,"Cost":131,"Date":"10/15/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":585,"Cost":388,"Date":"10/30/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":303,"Cost":182,"Date":"11/9/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":907,"Cost":733,"Date":"11/23/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":723,"Cost":498,"Date":"11/30/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":453,"Cost":421,"Date":"12/8/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":722,"Date":"12/11/2018"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":121,"Date":"1/15/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":502,"Cost":300,"Date":"1/24/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":63,"Cost":45,"Date":"2/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":302,"Cost":212,"Date":"2/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":73,"Date":"3/9/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":762,"Cost":718,"Date":"3/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":119,"Cost":72,"Date":"4/19/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":524,"Cost":430,"Date":"5/3/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":74,"Cost":57,"Date":"5/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":885,"Cost":740,"Date":"6/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":575,"Cost":391,"Date":"6/26/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":949,"Cost":609,"Date":"7/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":614,"Cost":411,"Date":"7/13/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":762,"Cost":564,"Date":"8/8/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":420,"Cost":371,"Date":"8/26/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":629,"Cost":414,"Date":"9/2/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":943,"Cost":667,"Date":"9/29/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":323,"Cost":259,"Date":"10/12/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":783,"Cost":551,"Date":"11/2/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":805,"Cost":583,"Date":"11/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":30,"Cost":22,"Date":"11/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":319,"Cost":274,"Date":"12/1/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":468,"Cost":430,"Date":"12/4/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":846,"Cost":480,"Date":"12/7/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":456,"Cost":407,"Date":"12/18/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":58,"Cost":55,"Date":"12/20/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":298,"Cost":181,"Date":"12/20/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":99,"Date":"12/21/2019"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":635,"Cost":360,"Date":"1/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":766,"Cost":454,"Date":"2/5/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":204,"Date":"2/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":241,"Date":"2/16/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":370,"Cost":219,"Date":"2/18/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":267,"Cost":218,"Date":"2/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":373,"Cost":258,"Date":"2/25/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":517,"Cost":377,"Date":"3/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":259,"Cost":241,"Date":"4/2/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":793,"Cost":529,"Date":"4/3/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":563,"Cost":390,"Date":"4/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":502,"Cost":253,"Date":"4/10/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":103,"Date":"4/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":205,"Cost":183,"Date":"5/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":623,"Cost":543,"Date":"5/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":692,"Cost":419,"Date":"6/20/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":664,"Cost":615,"Date":"7/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":220,"Cost":135,"Date":"7/4/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":336,"Date":"7/8/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":435,"Cost":350,"Date":"7/9/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":291,"Date":"7/14/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":260,"Cost":159,"Date":"7/19/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":189,"Cost":171,"Date":"8/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":132,"Cost":104,"Date":"8/6/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":41,"Date":"8/7/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":970,"Cost":789,"Date":"8/22/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":341,"Cost":248,"Date":"8/31/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":75,"Date":"9/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":314,"Cost":204,"Date":"9/1/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":110,"Date":"9/17/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":241,"Cost":180,"Date":"9/29/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":31,"Cost":20,"Date":"11/7/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":27,"Cost":26,"Date":"11/26/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":830,"Cost":552,"Date":"11/27/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":558,"Cost":501,"Date":"12/5/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":270,"Cost":171,"Date":"12/26/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":408,"Date":"12/31/2020"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":559,"Cost":451,"Date":"1/20/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":261,"Cost":218,"Date":"2/2/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":639,"Cost":570,"Date":"2/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":888,"Cost":600,"Date":"2/27/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":167,"Cost":113,"Date":"3/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":809,"Cost":428,"Date":"3/1/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":872,"Cost":615,"Date":"3/19/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":946,"Cost":609,"Date":"3/28/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":919,"Cost":618,"Date":"5/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":200,"Date":"7/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":241,"Cost":201,"Date":"8/5/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":646,"Cost":376,"Date":"8/12/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":607,"Cost":327,"Date":"8/21/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":744,"Cost":451,"Date":"8/23/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":774,"Cost":572,"Date":"9/3/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":614,"Cost":505,"Date":"9/5/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":551,"Cost":329,"Date":"10/6/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":665,"Cost":533,"Date":"10/19/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":924,"Cost":801,"Date":"11/15/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":481,"Cost":277,"Date":"12/8/2021"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":768,"Cost":390,"Date":"1/8/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":386,"Cost":283,"Date":"1/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":823,"Cost":697,"Date":"1/19/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":135,"Cost":86,"Date":"1/28/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":773,"Cost":691,"Date":"1/31/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":322,"Cost":232,"Date":"3/27/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":768,"Cost":624,"Date":"4/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":871,"Cost":669,"Date":"4/24/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":121,"Cost":71,"Date":"4/28/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":854,"Cost":559,"Date":"5/15/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":811,"Cost":714,"Date":"5/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":777,"Cost":723,"Date":"5/18/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":355,"Cost":286,"Date":"6/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":458,"Cost":334,"Date":"6/3/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":859,"Cost":533,"Date":"6/5/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":869,"Cost":479,"Date":"6/7/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":756,"Cost":620,"Date":"6/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":292,"Cost":265,"Date":"6/20/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":189,"Cost":105,"Date":"6/24/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":788,"Cost":524,"Date":"7/4/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":632,"Cost":394,"Date":"7/9/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":996,"Cost":623,"Date":"7/12/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":646,"Cost":528,"Date":"8/14/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":707,"Cost":501,"Date":"8/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":561,"Cost":320,"Date":"8/23/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":820,"Cost":649,"Date":"9/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":66,"Cost":33,"Date":"9/3/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":80,"Cost":69,"Date":"9/16/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":4,"Cost":3,"Date":"10/4/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":36,"Date":"11/1/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":494,"Cost":418,"Date":"11/2/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":890,"Cost":454,"Date":"12/17/2022"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":430,"Cost":344,"Date":"2/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":633,"Cost":454,"Date":"2/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":919,"Cost":676,"Date":"3/4/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":968,"Cost":675,"Date":"3/9/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":892,"Cost":538,"Date":"3/9/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":888,"Cost":527,"Date":"3/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":359,"Cost":246,"Date":"3/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":520,"Cost":340,"Date":"3/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":951,"Cost":650,"Date":"3/23/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":591,"Cost":532,"Date":"4/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":836,"Cost":542,"Date":"5/7/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":105,"Cost":55,"Date":"5/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":895,"Cost":605,"Date":"5/20/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":497,"Cost":343,"Date":"6/2/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":240,"Cost":122,"Date":"6/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":999,"Cost":946,"Date":"6/16/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":512,"Cost":414,"Date":"6/16/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":445,"Cost":223,"Date":"7/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":753,"Cost":453,"Date":"7/11/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":551,"Cost":334,"Date":"8/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":653,"Cost":610,"Date":"8/29/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":418,"Date":"8/31/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":817,"Cost":430,"Date":"9/8/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":110,"Cost":91,"Date":"9/13/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":156,"Date":"9/14/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":978,"Cost":610,"Date":"9/19/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":481,"Cost":244,"Date":"9/25/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":798,"Cost":558,"Date":"10/4/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":464,"Cost":256,"Date":"10/10/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":737,"Cost":438,"Date":"10/17/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":669,"Cost":436,"Date":"10/28/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":680,"Cost":611,"Date":"10/30/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":169,"Cost":141,"Date":"11/1/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":391,"Cost":301,"Date":"11/15/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":766,"Cost":590,"Date":"11/25/2023"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":281,"Cost":194,"Date":"1/10/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":856,"Cost":531,"Date":"1/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":538,"Cost":368,"Date":"1/20/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":216,"Cost":123,"Date":"2/8/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":328,"Cost":268,"Date":"2/25/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":520,"Cost":433,"Date":"3/7/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":737,"Cost":389,"Date":"3/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":653,"Cost":614,"Date":"3/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":197,"Cost":145,"Date":"4/5/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":502,"Date":"4/14/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":988,"Cost":675,"Date":"5/3/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":880,"Cost":494,"Date":"5/9/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":665,"Cost":335,"Date":"5/15/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":672,"Cost":470,"Date":"5/25/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":475,"Cost":239,"Date":"5/26/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":73,"Cost":66,"Date":"5/31/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":639,"Cost":500,"Date":"7/27/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":886,"Cost":802,"Date":"9/17/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":89,"Cost":83,"Date":"10/6/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":519,"Cost":401,"Date":"10/8/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":637,"Cost":530,"Date":"10/26/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":72,"Date":"11/16/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":176,"Cost":145,"Date":"11/18/2024"},{"Store":"Anger 1, Erfurt","Brand":"Jeans","Country":"Germany","Sale":419,"Cost":314,"Date":"12/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":273,"Cost":156,"Date":"2/9/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":782,"Cost":473,"Date":"2/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":272,"Cost":141,"Date":"3/10/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":158,"Cost":150,"Date":"3/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":824,"Cost":422,"Date":"3/18/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":108,"Cost":60,"Date":"3/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":520,"Cost":343,"Date":"3/26/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":247,"Cost":143,"Date":"6/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":35,"Cost":20,"Date":"6/10/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":612,"Cost":467,"Date":"6/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":529,"Cost":282,"Date":"6/25/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":186,"Cost":171,"Date":"7/19/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":314,"Date":"7/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":286,"Cost":224,"Date":"7/25/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":910,"Cost":657,"Date":"8/4/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":798,"Cost":500,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":306,"Cost":182,"Date":"9/4/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":298,"Cost":283,"Date":"9/19/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":853,"Cost":767,"Date":"9/29/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":154,"Cost":85,"Date":"10/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":169,"Cost":115,"Date":"10/15/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":270,"Cost":218,"Date":"10/30/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":618,"Cost":356,"Date":"11/9/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":818,"Cost":545,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":427,"Cost":355,"Date":"11/30/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":23,"Cost":12,"Date":"12/8/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":617,"Cost":435,"Date":"12/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":661,"Cost":446,"Date":"1/15/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":721,"Cost":617,"Date":"1/24/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":131,"Cost":121,"Date":"2/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":840,"Cost":425,"Date":"2/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":588,"Date":"3/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":505,"Cost":402,"Date":"3/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":397,"Cost":268,"Date":"4/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":804,"Cost":730,"Date":"5/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":483,"Cost":278,"Date":"5/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":406,"Cost":221,"Date":"6/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":115,"Cost":101,"Date":"6/26/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":579,"Cost":500,"Date":"7/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":597,"Cost":488,"Date":"7/13/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":951,"Cost":876,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":507,"Date":"8/26/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":659,"Cost":400,"Date":"9/2/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":589,"Date":"9/29/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":258,"Cost":144,"Date":"10/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":355,"Cost":294,"Date":"11/2/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":262,"Cost":153,"Date":"11/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":734,"Cost":653,"Date":"11/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":362,"Cost":296,"Date":"12/1/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":345,"Cost":198,"Date":"12/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":235,"Cost":210,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":261,"Cost":142,"Date":"12/18/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":523,"Date":"12/20/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":935,"Cost":533,"Date":"12/20/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":773,"Cost":732,"Date":"12/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":106,"Cost":97,"Date":"1/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":158,"Cost":85,"Date":"2/5/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":505,"Cost":449,"Date":"2/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":706,"Cost":526,"Date":"2/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":3,"Cost":2,"Date":"2/18/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":498,"Cost":314,"Date":"2/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":213,"Date":"2/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":772,"Cost":623,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":568,"Cost":488,"Date":"4/2/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":300,"Cost":247,"Date":"4/3/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":778,"Cost":488,"Date":"4/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":159,"Cost":131,"Date":"4/10/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":812,"Cost":647,"Date":"4/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":316,"Cost":234,"Date":"5/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":27,"Cost":17,"Date":"5/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":156,"Cost":144,"Date":"6/20/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":985,"Cost":658,"Date":"7/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":620,"Cost":482,"Date":"7/4/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":417,"Cost":283,"Date":"7/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":431,"Cost":279,"Date":"7/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":30,"Cost":21,"Date":"7/14/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":87,"Cost":66,"Date":"7/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":125,"Cost":62,"Date":"8/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":794,"Cost":409,"Date":"8/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":739,"Cost":602,"Date":"8/7/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":667,"Cost":364,"Date":"8/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":385,"Date":"8/31/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":808,"Cost":415,"Date":"9/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":689,"Cost":533,"Date":"9/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":268,"Cost":231,"Date":"9/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":58,"Cost":51,"Date":"9/29/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":81,"Cost":66,"Date":"11/7/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":186,"Cost":159,"Date":"11/26/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":215,"Cost":182,"Date":"11/27/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":741,"Cost":571,"Date":"12/5/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":799,"Cost":738,"Date":"12/26/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":481,"Cost":279,"Date":"12/31/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":456,"Cost":406,"Date":"1/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":891,"Cost":684,"Date":"2/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":543,"Cost":331,"Date":"2/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":676,"Cost":426,"Date":"2/27/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":102,"Cost":54,"Date":"3/1/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":896,"Cost":605,"Date":"3/1/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":848,"Cost":622,"Date":"3/19/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":317,"Cost":224,"Date":"3/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":741,"Cost":445,"Date":"5/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":108,"Cost":57,"Date":"7/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":320,"Date":"8/5/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":905,"Cost":815,"Date":"8/12/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":900,"Cost":727,"Date":"8/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":669,"Cost":554,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":578,"Cost":484,"Date":"9/3/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":582,"Cost":371,"Date":"9/5/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":939,"Cost":645,"Date":"10/6/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":706,"Cost":420,"Date":"10/19/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":672,"Date":"11/15/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":387,"Cost":347,"Date":"12/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":661,"Cost":543,"Date":"1/8/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":380,"Cost":356,"Date":"1/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":614,"Cost":371,"Date":"1/19/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":618,"Cost":507,"Date":"1/28/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":35,"Cost":24,"Date":"1/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":268,"Cost":162,"Date":"3/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":455,"Cost":273,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":76,"Cost":65,"Date":"4/24/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":182,"Cost":110,"Date":"4/28/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":830,"Cost":616,"Date":"5/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":758,"Cost":570,"Date":"5/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":524,"Cost":273,"Date":"5/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":556,"Cost":386,"Date":"6/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":289,"Cost":200,"Date":"6/3/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":79,"Cost":43,"Date":"6/5/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":80,"Cost":47,"Date":"6/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":650,"Cost":359,"Date":"6/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":679,"Cost":622,"Date":"6/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":263,"Cost":145,"Date":"6/24/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":638,"Cost":511,"Date":"7/4/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":680,"Cost":472,"Date":"7/9/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":78,"Cost":55,"Date":"7/12/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":156,"Cost":117,"Date":"8/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":959,"Cost":480,"Date":"8/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":606,"Cost":489,"Date":"8/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":178,"Cost":149,"Date":"9/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":470,"Cost":243,"Date":"9/3/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":427,"Date":"9/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":284,"Cost":191,"Date":"10/4/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":757,"Cost":553,"Date":"11/1/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":574,"Cost":479,"Date":"11/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":616,"Cost":364,"Date":"12/17/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":373,"Cost":278,"Date":"2/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":112,"Date":"2/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":495,"Cost":442,"Date":"3/4/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":435,"Cost":286,"Date":"3/9/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":944,"Cost":692,"Date":"3/9/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":101,"Cost":56,"Date":"3/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":454,"Cost":325,"Date":"3/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":504,"Cost":272,"Date":"3/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":559,"Cost":520,"Date":"3/23/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":707,"Cost":401,"Date":"4/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":258,"Cost":188,"Date":"5/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":731,"Cost":616,"Date":"5/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":588,"Cost":320,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":16,"Cost":8,"Date":"6/2/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":47,"Cost":35,"Date":"6/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":410,"Cost":239,"Date":"6/16/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":397,"Cost":315,"Date":"6/16/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":783,"Cost":434,"Date":"7/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":136,"Date":"7/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":222,"Cost":203,"Date":"8/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":431,"Cost":269,"Date":"8/29/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":121,"Cost":69,"Date":"8/31/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":252,"Date":"9/8/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":96,"Cost":51,"Date":"9/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":80,"Cost":69,"Date":"9/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":503,"Date":"9/19/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":286,"Cost":262,"Date":"9/25/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":610,"Cost":432,"Date":"10/4/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":373,"Cost":297,"Date":"10/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":516,"Cost":397,"Date":"10/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":445,"Cost":291,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":98,"Cost":87,"Date":"10/30/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":397,"Cost":272,"Date":"11/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":142,"Cost":128,"Date":"11/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":996,"Cost":886,"Date":"11/25/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":11,"Cost":8,"Date":"1/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":895,"Cost":541,"Date":"1/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":972,"Cost":616,"Date":"1/20/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":58,"Cost":29,"Date":"2/8/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":831,"Cost":625,"Date":"2/25/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":769,"Cost":715,"Date":"3/7/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":568,"Cost":464,"Date":"3/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":239,"Date":"3/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":866,"Cost":691,"Date":"4/5/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":36,"Cost":18,"Date":"4/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":193,"Cost":137,"Date":"5/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":317,"Cost":220,"Date":"5/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":314,"Cost":240,"Date":"5/15/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":16,"Cost":10,"Date":"5/25/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":81,"Cost":64,"Date":"5/26/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":961,"Cost":567,"Date":"5/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":754,"Cost":515,"Date":"7/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":524,"Cost":378,"Date":"9/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":182,"Cost":134,"Date":"10/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":545,"Cost":402,"Date":"10/8/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":919,"Cost":464,"Date":"10/26/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":922,"Cost":724,"Date":"11/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":871,"Cost":802,"Date":"11/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM Home","Country":"Germany","Sale":768,"Cost":490,"Date":"12/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":385,"Cost":263,"Date":"2/9/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":409,"Cost":260,"Date":"2/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":486,"Cost":257,"Date":"3/10/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":195,"Cost":98,"Date":"3/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":96,"Cost":49,"Date":"3/18/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":528,"Cost":369,"Date":"3/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":523,"Cost":273,"Date":"3/26/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":165,"Cost":87,"Date":"6/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":647,"Cost":447,"Date":"6/10/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":833,"Cost":585,"Date":"6/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":160,"Cost":126,"Date":"6/25/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":767,"Cost":508,"Date":"7/19/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":994,"Cost":704,"Date":"7/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":638,"Cost":484,"Date":"7/25/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":482,"Cost":328,"Date":"8/4/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":855,"Cost":705,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":59,"Cost":29,"Date":"9/4/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":754,"Cost":594,"Date":"9/19/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":546,"Cost":456,"Date":"9/29/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":65,"Cost":48,"Date":"10/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":40,"Cost":29,"Date":"10/15/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":924,"Cost":487,"Date":"10/30/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":953,"Cost":608,"Date":"11/9/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":702,"Cost":450,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":188,"Cost":169,"Date":"11/30/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":868,"Cost":458,"Date":"12/8/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":84,"Cost":69,"Date":"12/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":144,"Cost":126,"Date":"1/15/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":845,"Cost":585,"Date":"1/24/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":563,"Cost":505,"Date":"2/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":465,"Cost":254,"Date":"2/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":134,"Cost":108,"Date":"3/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":285,"Cost":236,"Date":"3/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":781,"Cost":489,"Date":"4/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":820,"Cost":449,"Date":"5/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":576,"Cost":470,"Date":"5/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":116,"Cost":74,"Date":"6/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":331,"Cost":277,"Date":"6/26/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":900,"Cost":673,"Date":"7/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":242,"Cost":140,"Date":"7/13/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":919,"Cost":805,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":211,"Cost":147,"Date":"8/26/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":371,"Cost":237,"Date":"9/2/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":972,"Cost":613,"Date":"9/29/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":7,"Cost":5,"Date":"10/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":280,"Cost":237,"Date":"11/2/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":996,"Cost":619,"Date":"11/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":779,"Cost":563,"Date":"11/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":720,"Cost":614,"Date":"12/1/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":399,"Cost":225,"Date":"12/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":485,"Cost":430,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":167,"Cost":86,"Date":"12/18/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":16,"Cost":13,"Date":"12/20/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":285,"Cost":271,"Date":"12/20/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":955,"Cost":676,"Date":"12/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":937,"Cost":880,"Date":"1/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":349,"Cost":266,"Date":"2/5/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":123,"Cost":111,"Date":"2/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":23,"Cost":14,"Date":"2/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":335,"Cost":284,"Date":"2/18/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":657,"Cost":362,"Date":"2/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":518,"Cost":396,"Date":"2/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":563,"Cost":479,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":252,"Cost":146,"Date":"4/2/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":998,"Cost":904,"Date":"4/3/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":970,"Cost":708,"Date":"4/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":866,"Cost":742,"Date":"4/10/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":568,"Cost":320,"Date":"4/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":461,"Cost":272,"Date":"5/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":465,"Cost":437,"Date":"5/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":119,"Cost":67,"Date":"6/20/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":361,"Cost":307,"Date":"7/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":185,"Cost":106,"Date":"7/4/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":827,"Cost":642,"Date":"7/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":497,"Cost":432,"Date":"7/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":359,"Cost":196,"Date":"7/14/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":928,"Cost":558,"Date":"7/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":253,"Cost":207,"Date":"8/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":526,"Cost":471,"Date":"8/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":239,"Cost":223,"Date":"8/7/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":56,"Cost":45,"Date":"8/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":76,"Cost":48,"Date":"8/31/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":554,"Cost":437,"Date":"9/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":230,"Cost":138,"Date":"9/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":775,"Cost":512,"Date":"9/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":756,"Cost":540,"Date":"9/29/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":825,"Cost":541,"Date":"11/7/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":762,"Cost":657,"Date":"11/26/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":913,"Cost":483,"Date":"11/27/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":256,"Cost":166,"Date":"12/5/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":765,"Cost":662,"Date":"12/26/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":662,"Cost":460,"Date":"12/31/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":259,"Cost":130,"Date":"1/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":476,"Cost":332,"Date":"2/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":991,"Cost":932,"Date":"2/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":276,"Cost":182,"Date":"2/27/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":957,"Cost":529,"Date":"3/1/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":734,"Cost":383,"Date":"3/1/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":508,"Cost":331,"Date":"3/19/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":196,"Cost":156,"Date":"3/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":933,"Cost":837,"Date":"5/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":733,"Cost":448,"Date":"7/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":792,"Cost":650,"Date":"8/5/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":752,"Cost":593,"Date":"8/12/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":810,"Cost":681,"Date":"8/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":986,"Cost":589,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":216,"Cost":174,"Date":"9/3/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":515,"Cost":422,"Date":"9/5/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":206,"Cost":121,"Date":"10/6/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":5,"Cost":3,"Date":"10/19/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":2,"Cost":1,"Date":"11/15/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":62,"Cost":52,"Date":"12/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":680,"Cost":379,"Date":"1/8/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":843,"Cost":557,"Date":"1/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":468,"Cost":269,"Date":"1/19/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":641,"Cost":509,"Date":"1/28/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":573,"Cost":507,"Date":"1/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":517,"Cost":306,"Date":"3/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":91,"Cost":86,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":70,"Cost":41,"Date":"4/24/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":512,"Cost":443,"Date":"4/28/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":153,"Cost":85,"Date":"5/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":640,"Cost":499,"Date":"5/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":344,"Cost":239,"Date":"5/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":722,"Cost":425,"Date":"6/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":657,"Cost":484,"Date":"6/3/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":199,"Cost":136,"Date":"6/5/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":502,"Cost":286,"Date":"6/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":930,"Cost":567,"Date":"6/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":2,"Cost":2,"Date":"6/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":556,"Cost":506,"Date":"6/24/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":505,"Cost":266,"Date":"7/4/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":639,"Cost":557,"Date":"7/9/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":868,"Cost":540,"Date":"7/12/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":747,"Cost":688,"Date":"8/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":105,"Cost":70,"Date":"8/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":896,"Cost":605,"Date":"8/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":105,"Cost":74,"Date":"9/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":722,"Cost":374,"Date":"9/3/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":942,"Cost":726,"Date":"9/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":423,"Cost":297,"Date":"10/4/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":920,"Cost":727,"Date":"11/1/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":159,"Cost":101,"Date":"11/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":12,"Cost":11,"Date":"12/17/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":21,"Cost":11,"Date":"2/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":626,"Cost":473,"Date":"2/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":928,"Cost":604,"Date":"3/4/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":183,"Cost":146,"Date":"3/9/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":423,"Cost":291,"Date":"3/9/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":45,"Cost":40,"Date":"3/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":309,"Cost":261,"Date":"3/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":968,"Cost":690,"Date":"3/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":34,"Cost":23,"Date":"3/23/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":169,"Cost":143,"Date":"4/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":734,"Cost":505,"Date":"5/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":505,"Cost":370,"Date":"5/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":609,"Cost":472,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":102,"Cost":78,"Date":"6/2/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":548,"Cost":291,"Date":"6/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":706,"Cost":507,"Date":"6/16/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":542,"Cost":401,"Date":"6/16/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":142,"Cost":110,"Date":"7/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":635,"Cost":392,"Date":"7/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":811,"Cost":682,"Date":"8/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":4,"Cost":2,"Date":"8/29/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":184,"Cost":104,"Date":"8/31/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":141,"Cost":106,"Date":"9/8/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":528,"Cost":292,"Date":"9/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":300,"Cost":152,"Date":"9/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":293,"Cost":244,"Date":"9/19/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":762,"Cost":543,"Date":"9/25/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":803,"Cost":723,"Date":"10/4/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":44,"Cost":36,"Date":"10/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":113,"Cost":95,"Date":"10/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":627,"Cost":524,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":387,"Cost":350,"Date":"10/30/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":227,"Cost":127,"Date":"11/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":620,"Cost":412,"Date":"11/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":999,"Cost":716,"Date":"11/25/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":195,"Cost":135,"Date":"1/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":767,"Cost":394,"Date":"1/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":965,"Cost":519,"Date":"1/20/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":165,"Cost":140,"Date":"2/8/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":960,"Cost":621,"Date":"2/25/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":952,"Cost":681,"Date":"3/7/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":375,"Cost":329,"Date":"3/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":71,"Cost":37,"Date":"3/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":147,"Cost":77,"Date":"4/5/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":953,"Cost":518,"Date":"4/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":532,"Cost":451,"Date":"5/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":640,"Cost":483,"Date":"5/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":760,"Cost":649,"Date":"5/15/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":807,"Cost":672,"Date":"5/25/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":289,"Cost":216,"Date":"5/26/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":736,"Cost":395,"Date":"5/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":519,"Cost":380,"Date":"7/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":17,"Cost":9,"Date":"9/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":639,"Cost":435,"Date":"10/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":294,"Cost":157,"Date":"10/8/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":204,"Cost":161,"Date":"10/26/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":915,"Cost":625,"Date":"11/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":106,"Cost":62,"Date":"11/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"HM","Country":"Germany","Sale":216,"Cost":156,"Date":"12/1/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":875,"Cost":794,"Date":"2/9/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":385,"Cost":292,"Date":"2/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":853,"Cost":531,"Date":"3/10/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":738,"Cost":376,"Date":"3/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":735,"Cost":636,"Date":"3/18/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":59,"Cost":31,"Date":"3/20/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":662,"Cost":367,"Date":"3/26/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":928,"Cost":495,"Date":"6/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":83,"Cost":64,"Date":"6/10/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":440,"Cost":333,"Date":"6/16/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":537,"Cost":390,"Date":"6/25/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":711,"Cost":432,"Date":"7/19/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":902,"Cost":663,"Date":"7/21/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":642,"Cost":517,"Date":"7/25/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":771,"Cost":701,"Date":"8/4/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":762,"Cost":610,"Date":"9/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":512,"Cost":411,"Date":"9/4/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":390,"Cost":266,"Date":"9/19/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":943,"Cost":838,"Date":"9/29/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":883,"Cost":588,"Date":"10/2/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":963,"Cost":896,"Date":"10/15/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":534,"Cost":349,"Date":"10/30/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":22,"Cost":11,"Date":"11/9/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":154,"Cost":78,"Date":"11/23/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":999,"Cost":576,"Date":"11/30/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":797,"Cost":542,"Date":"12/8/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":842,"Cost":681,"Date":"12/11/2018"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":563,"Cost":458,"Date":"1/15/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":938,"Cost":748,"Date":"1/24/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":704,"Cost":606,"Date":"2/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":359,"Cost":215,"Date":"2/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":209,"Cost":126,"Date":"3/9/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":58,"Cost":53,"Date":"3/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":674,"Cost":501,"Date":"4/19/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":667,"Cost":463,"Date":"5/3/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":919,"Cost":483,"Date":"5/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":646,"Cost":476,"Date":"6/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":983,"Cost":922,"Date":"6/26/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":704,"Cost":638,"Date":"7/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":57,"Cost":31,"Date":"7/13/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":368,"Cost":217,"Date":"8/8/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":499,"Cost":353,"Date":"8/26/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":975,"Cost":578,"Date":"9/2/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":156,"Cost":82,"Date":"9/29/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":465,"Cost":438,"Date":"10/12/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":979,"Cost":650,"Date":"11/2/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":377,"Cost":208,"Date":"11/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":580,"Cost":496,"Date":"11/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":567,"Cost":293,"Date":"12/1/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":946,"Cost":773,"Date":"12/4/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":275,"Cost":231,"Date":"12/7/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":563,"Cost":508,"Date":"12/18/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":576,"Cost":511,"Date":"12/20/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":866,"Cost":821,"Date":"12/20/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":882,"Cost":688,"Date":"12/21/2019"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":104,"Cost":95,"Date":"1/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":501,"Cost":298,"Date":"2/5/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":858,"Cost":600,"Date":"2/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":915,"Cost":600,"Date":"2/16/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":773,"Cost":550,"Date":"2/18/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":605,"Cost":347,"Date":"2/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":293,"Cost":232,"Date":"2/25/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":297,"Cost":243,"Date":"3/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":7,"Cost":4,"Date":"4/2/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":136,"Cost":85,"Date":"4/3/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":334,"Cost":265,"Date":"4/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":63,"Cost":39,"Date":"4/10/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":323,"Cost":199,"Date":"4/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":927,"Cost":715,"Date":"5/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":400,"Cost":222,"Date":"5/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":1,"Cost":1,"Date":"6/20/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":383,"Cost":195,"Date":"7/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":208,"Cost":160,"Date":"7/4/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":504,"Cost":270,"Date":"7/8/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":814,"Cost":620,"Date":"7/9/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":963,"Cost":790,"Date":"7/14/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":820,"Cost":549,"Date":"7/19/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":524,"Cost":313,"Date":"8/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":509,"Cost":414,"Date":"8/6/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":981,"Cost":588,"Date":"8/7/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":829,"Cost":537,"Date":"8/22/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":903,"Cost":521,"Date":"8/31/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":378,"Cost":337,"Date":"9/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":829,"Cost":625,"Date":"9/1/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":791,"Cost":704,"Date":"9/17/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":418,"Cost":371,"Date":"9/29/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":12,"Cost":10,"Date":"11/7/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":270,"Cost":150,"Date":"11/26/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":208,"Cost":166,"Date":"11/27/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":742,"Cost":617,"Date":"12/5/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":664,"Cost":412,"Date":"12/26/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":985,"Cost":597,"Date":"12/31/2020"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":466,"Cost":233,"Date":"1/20/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":527,"Cost":415,"Date":"2/2/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":95,"Cost":81,"Date":"2/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":244,"Cost":220,"Date":"2/27/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":97,"Cost":70,"Date":"3/1/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":532,"Cost":487,"Date":"3/1/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":462,"Cost":367,"Date":"3/19/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":550,"Cost":511,"Date":"3/28/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":695,"Cost":622,"Date":"5/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":545,"Cost":402,"Date":"7/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":672,"Cost":502,"Date":"8/5/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":548,"Cost":439,"Date":"8/12/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":876,"Cost":677,"Date":"8/21/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":457,"Cost":324,"Date":"8/23/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":562,"Cost":498,"Date":"9/3/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":141,"Cost":123,"Date":"9/5/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":310,"Cost":201,"Date":"10/6/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":400,"Cost":372,"Date":"10/19/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":523,"Cost":418,"Date":"11/15/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":7,"Cost":5,"Date":"12/8/2021"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":171,"Cost":143,"Date":"1/8/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":594,"Cost":531,"Date":"1/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":889,"Cost":464,"Date":"1/19/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":746,"Cost":630,"Date":"1/28/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":73,"Cost":70,"Date":"1/31/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":741,"Cost":526,"Date":"3/27/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":324,"Cost":263,"Date":"4/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":991,"Cost":780,"Date":"4/24/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":475,"Cost":261,"Date":"4/28/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":808,"Cost":696,"Date":"5/15/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":750,"Cost":573,"Date":"5/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":425,"Cost":321,"Date":"5/18/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":706,"Cost":406,"Date":"6/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":723,"Cost":682,"Date":"6/3/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":32,"Cost":17,"Date":"6/5/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":80,"Cost":45,"Date":"6/7/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":227,"Cost":183,"Date":"6/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":527,"Cost":313,"Date":"6/20/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":427,"Cost":371,"Date":"6/24/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":660,"Cost":350,"Date":"7/4/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":687,"Cost":507,"Date":"7/9/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":728,"Cost":425,"Date":"7/12/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":43,"Cost":22,"Date":"8/14/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":130,"Cost":87,"Date":"8/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":434,"Cost":356,"Date":"8/23/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":660,"Cost":406,"Date":"9/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":667,"Cost":498,"Date":"9/3/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":200,"Cost":135,"Date":"9/16/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":772,"Cost":577,"Date":"10/4/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":532,"Cost":467,"Date":"11/1/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":984,"Cost":658,"Date":"11/2/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":574,"Cost":291,"Date":"12/17/2022"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":149,"Cost":121,"Date":"2/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":80,"Cost":74,"Date":"2/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":474,"Cost":333,"Date":"3/4/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":803,"Cost":561,"Date":"3/9/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":958,"Cost":524,"Date":"3/9/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":199,"Cost":139,"Date":"3/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":629,"Cost":555,"Date":"3/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":18,"Cost":11,"Date":"3/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":220,"Cost":207,"Date":"3/23/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":100,"Cost":61,"Date":"4/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":300,"Cost":196,"Date":"5/7/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":193,"Cost":170,"Date":"5/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":720,"Cost":551,"Date":"5/20/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":878,"Cost":746,"Date":"6/2/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":561,"Cost":358,"Date":"6/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":526,"Cost":365,"Date":"6/16/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":767,"Cost":717,"Date":"6/16/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":721,"Cost":678,"Date":"7/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":293,"Cost":224,"Date":"7/11/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":481,"Cost":329,"Date":"8/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":690,"Cost":452,"Date":"8/29/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":719,"Cost":628,"Date":"8/31/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":915,"Cost":642,"Date":"9/8/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":606,"Cost":330,"Date":"9/13/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":333,"Cost":204,"Date":"9/14/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":544,"Cost":288,"Date":"9/19/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":525,"Cost":382,"Date":"9/25/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":461,"Cost":277,"Date":"10/4/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":469,"Cost":407,"Date":"10/10/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":951,"Cost":482,"Date":"10/17/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":754,"Cost":528,"Date":"10/28/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":878,"Cost":823,"Date":"10/30/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":165,"Cost":156,"Date":"11/1/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":581,"Cost":515,"Date":"11/15/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":873,"Cost":691,"Date":"11/25/2023"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":437,"Cost":363,"Date":"1/10/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":646,"Cost":358,"Date":"1/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":873,"Cost":478,"Date":"1/20/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":52,"Cost":31,"Date":"2/8/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":466,"Cost":311,"Date":"2/25/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":893,"Cost":789,"Date":"3/7/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":60,"Cost":55,"Date":"3/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":269,"Cost":146,"Date":"3/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":882,"Cost":653,"Date":"4/5/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":504,"Cost":430,"Date":"4/14/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":321,"Cost":256,"Date":"5/3/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":362,"Cost":301,"Date":"5/9/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":401,"Cost":350,"Date":"5/15/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":123,"Cost":81,"Date":"5/25/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":501,"Cost":440,"Date":"5/26/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":959,"Cost":626,"Date":"5/31/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":113,"Cost":93,"Date":"7/27/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":16,"Cost":8,"Date":"9/17/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":237,"Cost":216,"Date":"10/6/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":194,"Cost":107,"Date":"10/8/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":618,"Cost":451,"Date":"10/26/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":402,"Cost":357,"Date":"11/16/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":676,"Cost":369,"Date":"11/18/2024"},{"Store":"Alt-Chemnitz-Center","Brand":"COS","Country":"Germany","Sale":67,"Cost":48,"Date":"12/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":25,"Cost":19,"Date":"2/9/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":453,"Cost":274,"Date":"2/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":575,"Cost":514,"Date":"3/10/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":164,"Cost":137,"Date":"3/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":338,"Cost":292,"Date":"3/18/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":734,"Cost":400,"Date":"3/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":230,"Cost":202,"Date":"3/26/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":646,"Cost":330,"Date":"6/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":299,"Cost":263,"Date":"6/10/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":28,"Cost":22,"Date":"6/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":603,"Cost":423,"Date":"6/25/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":936,"Cost":876,"Date":"7/19/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":128,"Cost":92,"Date":"7/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":306,"Cost":279,"Date":"7/25/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":263,"Cost":164,"Date":"8/4/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":244,"Cost":168,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":443,"Cost":316,"Date":"9/4/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":548,"Cost":440,"Date":"9/19/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":899,"Cost":669,"Date":"9/29/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":346,"Cost":180,"Date":"10/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":976,"Cost":586,"Date":"10/15/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":596,"Cost":541,"Date":"10/30/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":206,"Cost":180,"Date":"11/9/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":700,"Cost":651,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":723,"Cost":363,"Date":"11/30/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":778,"Cost":569,"Date":"12/8/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":353,"Cost":323,"Date":"12/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":34,"Cost":29,"Date":"1/15/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":692,"Cost":614,"Date":"1/24/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":128,"Cost":83,"Date":"2/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":821,"Cost":424,"Date":"2/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":556,"Cost":308,"Date":"3/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":56,"Cost":49,"Date":"3/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":260,"Cost":221,"Date":"4/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":623,"Cost":367,"Date":"5/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":378,"Cost":298,"Date":"5/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":511,"Cost":256,"Date":"6/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":654,"Cost":530,"Date":"6/26/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":945,"Cost":731,"Date":"7/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":745,"Cost":372,"Date":"7/13/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":192,"Cost":159,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":689,"Cost":598,"Date":"8/26/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":926,"Cost":733,"Date":"9/2/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":102,"Cost":79,"Date":"9/29/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":173,"Cost":103,"Date":"10/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":215,"Cost":203,"Date":"11/2/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":35,"Cost":24,"Date":"11/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":759,"Cost":538,"Date":"11/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":675,"Cost":480,"Date":"12/1/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":928,"Cost":464,"Date":"12/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":564,"Cost":318,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":155,"Cost":107,"Date":"12/18/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":337,"Cost":169,"Date":"12/20/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":308,"Cost":220,"Date":"12/20/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":897,"Cost":637,"Date":"12/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":452,"Cost":386,"Date":"1/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":449,"Cost":265,"Date":"2/5/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":355,"Cost":288,"Date":"2/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":6,"Cost":5,"Date":"2/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":191,"Cost":104,"Date":"2/18/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":210,"Cost":184,"Date":"2/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":444,"Cost":396,"Date":"2/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":202,"Cost":163,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":871,"Cost":603,"Date":"4/2/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":353,"Cost":207,"Date":"4/3/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":227,"Cost":164,"Date":"4/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":731,"Cost":498,"Date":"4/10/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":562,"Cost":453,"Date":"4/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":637,"Cost":580,"Date":"5/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":191,"Cost":144,"Date":"5/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":159,"Cost":128,"Date":"6/20/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":93,"Cost":47,"Date":"7/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":8,"Cost":8,"Date":"7/4/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":27,"Cost":25,"Date":"7/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":277,"Cost":142,"Date":"7/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":771,"Cost":521,"Date":"7/14/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":419,"Cost":212,"Date":"7/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":854,"Cost":445,"Date":"8/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":711,"Cost":528,"Date":"8/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":53,"Cost":35,"Date":"8/7/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":298,"Cost":276,"Date":"8/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":975,"Cost":620,"Date":"8/31/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":922,"Cost":469,"Date":"9/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":574,"Cost":375,"Date":"9/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":28,"Cost":23,"Date":"9/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":917,"Cost":806,"Date":"9/29/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":341,"Cost":207,"Date":"11/7/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":444,"Cost":368,"Date":"11/26/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":855,"Cost":641,"Date":"11/27/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":117,"Cost":59,"Date":"12/5/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":692,"Cost":609,"Date":"12/26/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":919,"Cost":756,"Date":"12/31/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":247,"Cost":176,"Date":"1/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":930,"Cost":512,"Date":"2/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":971,"Cost":783,"Date":"2/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":166,"Cost":140,"Date":"2/27/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":871,"Cost":436,"Date":"3/1/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":415,"Cost":261,"Date":"3/1/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":686,"Cost":556,"Date":"3/19/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":489,"Cost":411,"Date":"3/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":516,"Cost":322,"Date":"5/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":622,"Cost":588,"Date":"7/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":218,"Cost":185,"Date":"8/5/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":687,"Cost":556,"Date":"8/12/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":105,"Cost":63,"Date":"8/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":140,"Cost":107,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":920,"Cost":660,"Date":"9/3/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":810,"Cost":573,"Date":"9/5/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":431,"Cost":326,"Date":"10/6/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":497,"Cost":453,"Date":"10/19/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":51,"Cost":32,"Date":"11/15/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":863,"Cost":498,"Date":"12/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":644,"Cost":410,"Date":"1/8/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":479,"Cost":367,"Date":"1/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":714,"Cost":487,"Date":"1/19/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":844,"Cost":489,"Date":"1/28/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":519,"Cost":333,"Date":"1/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":188,"Cost":146,"Date":"3/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":1000,"Cost":633,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":958,"Cost":727,"Date":"4/24/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":3,"Cost":3,"Date":"4/28/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":143,"Cost":119,"Date":"5/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":197,"Cost":144,"Date":"5/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":228,"Cost":211,"Date":"5/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":942,"Cost":508,"Date":"6/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":444,"Cost":259,"Date":"6/3/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":139,"Cost":100,"Date":"6/5/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":560,"Cost":308,"Date":"6/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":127,"Cost":79,"Date":"6/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":476,"Cost":431,"Date":"6/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":106,"Cost":81,"Date":"6/24/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":592,"Cost":370,"Date":"7/4/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":104,"Cost":52,"Date":"7/9/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":93,"Cost":67,"Date":"7/12/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":585,"Cost":400,"Date":"8/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":737,"Cost":577,"Date":"8/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":798,"Cost":585,"Date":"8/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":861,"Cost":450,"Date":"9/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":957,"Cost":787,"Date":"9/3/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":227,"Cost":190,"Date":"9/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":787,"Cost":714,"Date":"10/4/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":321,"Cost":255,"Date":"11/1/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":203,"Cost":160,"Date":"11/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":369,"Cost":228,"Date":"12/17/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":909,"Cost":701,"Date":"2/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":127,"Cost":71,"Date":"2/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":729,"Cost":663,"Date":"3/4/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":552,"Cost":349,"Date":"3/9/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":727,"Cost":653,"Date":"3/9/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":255,"Cost":223,"Date":"3/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":965,"Cost":777,"Date":"3/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":953,"Cost":483,"Date":"3/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":762,"Cost":618,"Date":"3/23/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":314,"Cost":265,"Date":"4/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":439,"Cost":348,"Date":"5/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":757,"Cost":431,"Date":"5/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":110,"Cost":64,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":472,"Cost":296,"Date":"6/2/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":172,"Cost":129,"Date":"6/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":784,"Cost":507,"Date":"6/16/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":601,"Cost":317,"Date":"6/16/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":341,"Cost":195,"Date":"7/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":9,"Cost":8,"Date":"7/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":288,"Cost":241,"Date":"8/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":427,"Cost":337,"Date":"8/29/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":552,"Cost":289,"Date":"8/31/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":578,"Cost":336,"Date":"9/8/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":456,"Cost":430,"Date":"9/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":341,"Cost":266,"Date":"9/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":484,"Cost":317,"Date":"9/19/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":348,"Cost":221,"Date":"9/25/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":67,"Cost":58,"Date":"10/4/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":73,"Cost":57,"Date":"10/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":782,"Cost":583,"Date":"10/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":591,"Cost":355,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":978,"Cost":818,"Date":"10/30/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":397,"Cost":286,"Date":"11/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":677,"Cost":343,"Date":"11/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":473,"Cost":334,"Date":"11/25/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":787,"Cost":406,"Date":"1/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":291,"Cost":184,"Date":"1/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":292,"Cost":235,"Date":"1/20/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":25,"Cost":22,"Date":"2/8/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":40,"Cost":20,"Date":"2/25/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":579,"Cost":540,"Date":"3/7/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":903,"Cost":707,"Date":"3/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":529,"Cost":398,"Date":"3/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":453,"Cost":419,"Date":"4/5/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":853,"Cost":481,"Date":"4/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":966,"Cost":881,"Date":"5/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":814,"Cost":470,"Date":"5/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":475,"Cost":417,"Date":"5/15/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":80,"Cost":48,"Date":"5/25/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":651,"Cost":613,"Date":"5/26/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":986,"Cost":782,"Date":"5/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":706,"Cost":468,"Date":"7/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":155,"Cost":141,"Date":"9/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":890,"Cost":562,"Date":"10/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":253,"Cost":221,"Date":"10/8/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":723,"Cost":513,"Date":"10/26/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":634,"Cost":585,"Date":"11/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":183,"Cost":146,"Date":"11/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"HM","Country":"Germany","Sale":801,"Cost":659,"Date":"12/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":131,"Cost":121,"Date":"2/9/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":701,"Cost":411,"Date":"2/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":273,"Cost":193,"Date":"3/10/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":480,"Cost":274,"Date":"3/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":334,"Cost":228,"Date":"3/18/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":605,"Cost":472,"Date":"3/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":478,"Cost":349,"Date":"3/26/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":826,"Cost":756,"Date":"6/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":997,"Cost":896,"Date":"6/10/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":65,"Cost":56,"Date":"6/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":230,"Cost":153,"Date":"6/25/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":418,"Cost":251,"Date":"7/19/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":425,"Cost":356,"Date":"7/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":490,"Cost":383,"Date":"7/25/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":716,"Cost":487,"Date":"8/4/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":35,"Cost":17,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":797,"Cost":495,"Date":"9/4/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":544,"Cost":377,"Date":"9/19/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":548,"Cost":317,"Date":"9/29/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":125,"Cost":103,"Date":"10/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":151,"Cost":98,"Date":"10/15/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":182,"Cost":116,"Date":"10/30/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":304,"Date":"11/9/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":229,"Cost":182,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":386,"Cost":238,"Date":"11/30/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":179,"Cost":139,"Date":"12/8/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":281,"Date":"12/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":114,"Cost":77,"Date":"1/15/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":84,"Cost":64,"Date":"1/24/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":75,"Cost":47,"Date":"2/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":951,"Cost":764,"Date":"2/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":904,"Cost":542,"Date":"3/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":338,"Cost":172,"Date":"3/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":378,"Cost":258,"Date":"4/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":575,"Cost":515,"Date":"5/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":895,"Cost":850,"Date":"5/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":256,"Cost":229,"Date":"6/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":622,"Cost":386,"Date":"6/26/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":819,"Cost":528,"Date":"7/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":156,"Cost":91,"Date":"7/13/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":170,"Cost":110,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":951,"Cost":633,"Date":"8/26/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":730,"Cost":629,"Date":"9/2/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":574,"Cost":391,"Date":"9/29/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":274,"Cost":156,"Date":"10/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":420,"Cost":285,"Date":"11/2/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":956,"Cost":605,"Date":"11/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":86,"Cost":51,"Date":"11/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":183,"Cost":102,"Date":"12/1/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":53,"Cost":43,"Date":"12/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":751,"Cost":525,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":337,"Cost":171,"Date":"12/18/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":949,"Cost":531,"Date":"12/20/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":250,"Cost":206,"Date":"12/20/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":240,"Cost":184,"Date":"12/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":850,"Cost":504,"Date":"1/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":485,"Cost":359,"Date":"2/5/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":671,"Date":"2/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":625,"Cost":455,"Date":"2/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":331,"Cost":255,"Date":"2/18/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":132,"Cost":83,"Date":"2/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":755,"Cost":712,"Date":"2/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":700,"Cost":350,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":501,"Cost":433,"Date":"4/2/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":385,"Cost":348,"Date":"4/3/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":510,"Cost":439,"Date":"4/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":482,"Cost":299,"Date":"4/10/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":381,"Cost":195,"Date":"4/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":374,"Cost":276,"Date":"5/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":332,"Cost":294,"Date":"5/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":887,"Cost":835,"Date":"6/20/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":792,"Date":"7/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":28,"Cost":22,"Date":"7/4/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":27,"Cost":25,"Date":"7/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":241,"Cost":158,"Date":"7/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":93,"Cost":56,"Date":"7/14/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":550,"Cost":333,"Date":"7/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":46,"Cost":38,"Date":"8/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":268,"Cost":207,"Date":"8/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":932,"Cost":736,"Date":"8/7/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":42,"Cost":39,"Date":"8/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":328,"Cost":171,"Date":"8/31/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":898,"Cost":605,"Date":"9/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":455,"Cost":344,"Date":"9/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":466,"Cost":270,"Date":"9/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":359,"Cost":216,"Date":"9/29/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":289,"Cost":272,"Date":"11/7/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":48,"Cost":34,"Date":"11/26/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":855,"Cost":685,"Date":"11/27/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":103,"Cost":89,"Date":"12/5/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":111,"Cost":94,"Date":"12/26/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":960,"Cost":607,"Date":"12/31/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":276,"Cost":203,"Date":"1/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":915,"Cost":483,"Date":"2/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":643,"Cost":519,"Date":"2/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":594,"Cost":424,"Date":"2/27/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":497,"Cost":438,"Date":"3/1/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":782,"Cost":610,"Date":"3/1/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":196,"Date":"3/19/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":3,"Cost":2,"Date":"3/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":567,"Cost":327,"Date":"5/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":816,"Cost":606,"Date":"7/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":859,"Cost":654,"Date":"8/5/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":879,"Cost":713,"Date":"8/12/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":563,"Cost":370,"Date":"8/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":160,"Cost":131,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":894,"Cost":541,"Date":"9/3/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":781,"Cost":529,"Date":"9/5/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":647,"Cost":409,"Date":"10/6/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":471,"Cost":315,"Date":"10/19/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":499,"Cost":269,"Date":"11/15/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":37,"Cost":30,"Date":"12/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":717,"Cost":677,"Date":"1/8/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":962,"Cost":564,"Date":"1/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":28,"Cost":18,"Date":"1/19/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":201,"Cost":186,"Date":"1/28/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":160,"Cost":127,"Date":"1/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":368,"Cost":210,"Date":"3/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":746,"Cost":415,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":804,"Cost":636,"Date":"4/24/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":254,"Cost":184,"Date":"4/28/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":950,"Cost":595,"Date":"5/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":369,"Cost":337,"Date":"5/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":782,"Cost":590,"Date":"5/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":15,"Cost":10,"Date":"6/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":96,"Cost":83,"Date":"6/3/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":474,"Cost":412,"Date":"6/5/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":649,"Cost":558,"Date":"6/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":103,"Cost":52,"Date":"6/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":79,"Cost":60,"Date":"6/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":596,"Cost":415,"Date":"6/24/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":379,"Cost":224,"Date":"7/4/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":291,"Cost":156,"Date":"7/9/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":900,"Cost":598,"Date":"7/12/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":889,"Cost":590,"Date":"8/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":669,"Cost":460,"Date":"8/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":189,"Cost":112,"Date":"8/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":314,"Cost":255,"Date":"9/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":862,"Cost":557,"Date":"9/3/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":816,"Cost":445,"Date":"9/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":586,"Cost":537,"Date":"10/4/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":899,"Cost":451,"Date":"11/1/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":614,"Cost":392,"Date":"11/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":477,"Cost":281,"Date":"12/17/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":697,"Cost":429,"Date":"2/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":395,"Cost":372,"Date":"2/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":319,"Cost":175,"Date":"3/4/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":489,"Cost":319,"Date":"3/9/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":680,"Cost":385,"Date":"3/9/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":945,"Cost":732,"Date":"3/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":945,"Cost":493,"Date":"3/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":486,"Cost":299,"Date":"3/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":803,"Cost":530,"Date":"3/23/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":553,"Cost":470,"Date":"4/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":605,"Cost":396,"Date":"5/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":867,"Cost":756,"Date":"5/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":364,"Cost":209,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":663,"Cost":510,"Date":"6/2/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":182,"Cost":96,"Date":"6/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":177,"Cost":145,"Date":"6/16/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":524,"Cost":303,"Date":"6/16/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":919,"Cost":677,"Date":"7/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":962,"Cost":658,"Date":"7/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":953,"Cost":595,"Date":"8/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":651,"Cost":333,"Date":"8/29/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":271,"Cost":207,"Date":"8/31/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":728,"Cost":432,"Date":"9/8/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":604,"Date":"9/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":397,"Cost":292,"Date":"9/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":574,"Cost":423,"Date":"9/19/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":402,"Cost":357,"Date":"9/25/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":934,"Cost":674,"Date":"10/4/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":740,"Cost":545,"Date":"10/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":240,"Cost":211,"Date":"10/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":132,"Cost":101,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":691,"Cost":536,"Date":"10/30/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":863,"Cost":610,"Date":"11/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":997,"Cost":552,"Date":"11/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":760,"Cost":447,"Date":"11/25/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":753,"Cost":629,"Date":"1/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":670,"Cost":551,"Date":"1/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":42,"Cost":34,"Date":"1/20/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":344,"Cost":178,"Date":"2/8/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":788,"Cost":680,"Date":"2/25/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":457,"Cost":431,"Date":"3/7/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":19,"Cost":18,"Date":"3/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":159,"Cost":132,"Date":"3/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":190,"Cost":105,"Date":"4/5/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":967,"Cost":523,"Date":"4/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":976,"Cost":729,"Date":"5/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":445,"Cost":352,"Date":"5/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":500,"Cost":307,"Date":"5/15/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":662,"Cost":544,"Date":"5/25/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":446,"Cost":321,"Date":"5/26/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":785,"Cost":422,"Date":"5/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":160,"Cost":134,"Date":"7/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":356,"Cost":328,"Date":"9/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":16,"Cost":9,"Date":"10/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":456,"Cost":347,"Date":"10/8/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":171,"Cost":144,"Date":"10/26/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":975,"Cost":842,"Date":"11/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":101,"Cost":60,"Date":"11/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"Sellpy","Country":"Germany","Sale":441,"Cost":318,"Date":"12/1/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":499,"Cost":338,"Date":"2/9/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":705,"Cost":656,"Date":"2/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":358,"Cost":327,"Date":"3/10/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":297,"Cost":202,"Date":"3/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":576,"Cost":493,"Date":"3/18/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":335,"Cost":272,"Date":"3/20/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":811,"Cost":631,"Date":"3/26/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":389,"Cost":330,"Date":"6/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":476,"Cost":410,"Date":"6/10/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":974,"Cost":868,"Date":"6/16/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":899,"Cost":771,"Date":"6/25/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":48,"Cost":39,"Date":"7/19/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":364,"Cost":238,"Date":"7/21/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":340,"Cost":182,"Date":"7/25/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":783,"Cost":578,"Date":"8/4/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":59,"Cost":51,"Date":"9/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":449,"Cost":383,"Date":"9/4/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":605,"Cost":357,"Date":"9/19/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":664,"Cost":412,"Date":"9/29/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":524,"Cost":382,"Date":"10/2/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":755,"Cost":492,"Date":"10/15/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":132,"Cost":123,"Date":"10/30/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":441,"Cost":348,"Date":"11/9/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":292,"Cost":200,"Date":"11/23/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":134,"Cost":104,"Date":"11/30/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":456,"Cost":255,"Date":"12/8/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":342,"Cost":197,"Date":"12/11/2018"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":394,"Cost":339,"Date":"1/15/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":864,"Cost":589,"Date":"1/24/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":469,"Cost":361,"Date":"2/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":65,"Cost":60,"Date":"2/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":546,"Cost":346,"Date":"3/9/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":95,"Cost":91,"Date":"3/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":667,"Cost":500,"Date":"4/19/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":757,"Cost":595,"Date":"5/3/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":44,"Cost":40,"Date":"5/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":216,"Cost":141,"Date":"6/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":640,"Cost":591,"Date":"6/26/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":313,"Cost":258,"Date":"7/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":686,"Cost":510,"Date":"7/13/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":710,"Cost":440,"Date":"8/8/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":89,"Cost":45,"Date":"8/26/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":938,"Cost":472,"Date":"9/2/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":329,"Cost":253,"Date":"9/29/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":55,"Cost":36,"Date":"10/12/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":592,"Cost":381,"Date":"11/2/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":716,"Cost":408,"Date":"11/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":988,"Cost":505,"Date":"11/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":916,"Cost":797,"Date":"12/1/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":992,"Cost":624,"Date":"12/4/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":859,"Cost":803,"Date":"12/7/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":729,"Cost":571,"Date":"12/18/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":224,"Cost":157,"Date":"12/20/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":525,"Cost":396,"Date":"12/20/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":15,"Cost":13,"Date":"12/21/2019"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":267,"Cost":198,"Date":"1/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":976,"Cost":552,"Date":"2/5/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":497,"Cost":466,"Date":"2/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":769,"Cost":703,"Date":"2/16/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":770,"Cost":455,"Date":"2/18/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":433,"Cost":242,"Date":"2/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":804,"Cost":762,"Date":"2/25/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":815,"Cost":586,"Date":"3/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":279,"Cost":166,"Date":"4/2/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":357,"Cost":327,"Date":"4/3/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":710,"Cost":647,"Date":"4/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":160,"Cost":127,"Date":"4/10/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":565,"Cost":389,"Date":"4/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":383,"Cost":351,"Date":"5/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":609,"Cost":431,"Date":"5/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":86,"Cost":68,"Date":"6/20/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":62,"Cost":35,"Date":"7/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":296,"Cost":150,"Date":"7/4/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":109,"Cost":65,"Date":"7/8/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":561,"Cost":429,"Date":"7/9/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":261,"Cost":207,"Date":"7/14/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":343,"Cost":187,"Date":"7/19/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":979,"Cost":814,"Date":"8/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":913,"Cost":674,"Date":"8/6/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":536,"Cost":399,"Date":"8/7/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":799,"Cost":759,"Date":"8/22/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":579,"Cost":323,"Date":"8/31/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":271,"Cost":198,"Date":"9/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":145,"Cost":80,"Date":"9/1/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":583,"Cost":483,"Date":"9/17/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":527,"Cost":284,"Date":"9/29/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":508,"Cost":373,"Date":"11/7/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":414,"Cost":349,"Date":"11/26/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":233,"Cost":125,"Date":"11/27/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":487,"Cost":268,"Date":"12/5/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":723,"Cost":504,"Date":"12/26/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":489,"Cost":325,"Date":"12/31/2020"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":206,"Cost":164,"Date":"1/20/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":310,"Cost":291,"Date":"2/2/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":951,"Cost":540,"Date":"2/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":944,"Cost":870,"Date":"2/27/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":385,"Cost":193,"Date":"3/1/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":40,"Cost":26,"Date":"3/1/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":123,"Cost":97,"Date":"3/19/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":21,"Cost":20,"Date":"3/28/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":528,"Cost":380,"Date":"5/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":805,"Cost":707,"Date":"7/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":646,"Cost":601,"Date":"8/5/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":15,"Cost":12,"Date":"8/12/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":487,"Cost":305,"Date":"8/21/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":520,"Cost":413,"Date":"8/23/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":847,"Cost":607,"Date":"9/3/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":519,"Cost":411,"Date":"9/5/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":957,"Cost":683,"Date":"10/6/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":604,"Cost":434,"Date":"10/19/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":945,"Cost":527,"Date":"11/15/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":838,"Cost":742,"Date":"12/8/2021"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":322,"Cost":289,"Date":"1/8/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":737,"Cost":592,"Date":"1/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":685,"Cost":423,"Date":"1/19/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":289,"Cost":222,"Date":"1/28/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":296,"Cost":212,"Date":"1/31/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":79,"Cost":39,"Date":"3/27/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":304,"Cost":246,"Date":"4/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":774,"Cost":581,"Date":"4/24/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":758,"Cost":404,"Date":"4/28/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":437,"Cost":253,"Date":"5/15/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":561,"Cost":506,"Date":"5/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":143,"Cost":89,"Date":"5/18/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":269,"Cost":220,"Date":"6/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":251,"Cost":229,"Date":"6/3/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":163,"Cost":96,"Date":"6/5/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":333,"Cost":173,"Date":"6/7/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":611,"Cost":406,"Date":"6/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":180,"Cost":111,"Date":"6/20/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":863,"Cost":669,"Date":"6/24/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":379,"Cost":236,"Date":"7/4/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":60,"Cost":30,"Date":"7/9/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":819,"Cost":548,"Date":"7/12/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":403,"Cost":321,"Date":"8/14/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":995,"Cost":548,"Date":"8/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":936,"Cost":558,"Date":"8/23/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":431,"Cost":247,"Date":"9/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":8,"Cost":5,"Date":"9/3/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":393,"Cost":310,"Date":"9/16/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":742,"Cost":464,"Date":"10/4/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":847,"Cost":729,"Date":"11/1/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":45,"Cost":32,"Date":"11/2/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":740,"Cost":557,"Date":"12/17/2022"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":844,"Cost":796,"Date":"2/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":685,"Cost":354,"Date":"2/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":637,"Cost":318,"Date":"3/4/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":360,"Cost":295,"Date":"3/9/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":1,"Cost":1,"Date":"3/9/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":219,"Cost":167,"Date":"3/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":868,"Cost":466,"Date":"3/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":69,"Cost":47,"Date":"3/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":691,"Cost":656,"Date":"3/23/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":387,"Cost":240,"Date":"4/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":990,"Cost":716,"Date":"5/7/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":310,"Cost":188,"Date":"5/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":121,"Cost":98,"Date":"5/20/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":692,"Cost":487,"Date":"6/2/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":974,"Cost":570,"Date":"6/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":376,"Cost":196,"Date":"6/16/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":969,"Cost":893,"Date":"6/16/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":114,"Cost":87,"Date":"7/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":167,"Cost":91,"Date":"7/11/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":926,"Cost":469,"Date":"8/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":626,"Cost":572,"Date":"8/29/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":541,"Cost":438,"Date":"8/31/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":752,"Cost":376,"Date":"9/8/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":228,"Cost":115,"Date":"9/13/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":125,"Cost":108,"Date":"9/14/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":804,"Cost":670,"Date":"9/19/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":585,"Cost":444,"Date":"9/25/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":516,"Cost":293,"Date":"10/4/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":420,"Cost":383,"Date":"10/10/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":722,"Cost":601,"Date":"10/17/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":930,"Cost":676,"Date":"10/28/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":846,"Cost":430,"Date":"10/30/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":45,"Cost":38,"Date":"11/1/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":904,"Cost":524,"Date":"11/15/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":662,"Cost":431,"Date":"11/25/2023"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":769,"Cost":605,"Date":"1/10/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":581,"Cost":430,"Date":"1/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":590,"Cost":403,"Date":"1/20/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":757,"Cost":403,"Date":"2/8/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":51,"Cost":33,"Date":"2/25/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":882,"Cost":603,"Date":"3/7/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":30,"Cost":24,"Date":"3/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":983,"Cost":602,"Date":"3/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":124,"Cost":109,"Date":"4/5/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":200,"Cost":142,"Date":"4/14/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":227,"Cost":173,"Date":"5/3/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":945,"Cost":810,"Date":"5/9/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":312,"Cost":261,"Date":"5/15/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":892,"Cost":513,"Date":"5/25/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":600,"Cost":486,"Date":"5/26/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":989,"Cost":548,"Date":"5/31/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":585,"Cost":338,"Date":"7/27/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":955,"Cost":884,"Date":"9/17/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":561,"Cost":387,"Date":"10/6/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":667,"Cost":476,"Date":"10/8/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":466,"Cost":384,"Date":"10/26/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":973,"Cost":882,"Date":"11/16/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":795,"Cost":496,"Date":"11/18/2024"},{"Store":"Aquis Plaza, Aachen","Brand":"COS","Country":"Germany","Sale":924,"Cost":847,"Date":"12/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":830,"Cost":761,"Date":"2/9/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":672,"Cost":531,"Date":"2/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":270,"Cost":172,"Date":"3/10/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":510,"Cost":307,"Date":"3/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":123,"Date":"3/18/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":757,"Cost":503,"Date":"3/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":802,"Cost":642,"Date":"3/26/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":209,"Cost":163,"Date":"6/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":334,"Cost":181,"Date":"6/10/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":570,"Cost":529,"Date":"6/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":738,"Cost":632,"Date":"6/25/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":389,"Cost":261,"Date":"7/19/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":958,"Cost":560,"Date":"7/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":455,"Cost":255,"Date":"7/25/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":597,"Cost":556,"Date":"8/4/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":234,"Cost":189,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":175,"Date":"9/4/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":564,"Cost":349,"Date":"9/19/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":32,"Cost":26,"Date":"9/29/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":78,"Cost":71,"Date":"10/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":224,"Cost":119,"Date":"10/15/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":12,"Cost":6,"Date":"10/30/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":643,"Cost":527,"Date":"11/9/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":526,"Cost":310,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":9,"Date":"11/30/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":239,"Date":"12/8/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":966,"Cost":672,"Date":"12/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":299,"Cost":182,"Date":"1/15/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":153,"Cost":127,"Date":"1/24/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":195,"Cost":151,"Date":"2/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":29,"Cost":27,"Date":"2/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":85,"Cost":44,"Date":"3/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":83,"Cost":76,"Date":"3/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":895,"Cost":701,"Date":"4/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":982,"Cost":882,"Date":"5/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":66,"Cost":54,"Date":"5/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":114,"Cost":63,"Date":"6/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":511,"Cost":473,"Date":"6/26/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":741,"Cost":591,"Date":"7/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":171,"Cost":98,"Date":"7/13/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":183,"Cost":125,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":832,"Cost":617,"Date":"8/26/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":497,"Cost":369,"Date":"9/2/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":576,"Date":"9/29/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":820,"Cost":413,"Date":"10/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":550,"Cost":332,"Date":"11/2/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":384,"Cost":270,"Date":"11/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":684,"Cost":641,"Date":"11/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":648,"Cost":560,"Date":"12/1/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":21,"Cost":17,"Date":"12/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":481,"Cost":259,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":176,"Cost":103,"Date":"12/18/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":364,"Cost":200,"Date":"12/20/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":414,"Cost":282,"Date":"12/20/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":258,"Cost":152,"Date":"12/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":695,"Cost":651,"Date":"1/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":923,"Cost":642,"Date":"2/5/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":110,"Cost":94,"Date":"2/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":280,"Cost":251,"Date":"2/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":164,"Cost":134,"Date":"2/18/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":71,"Cost":41,"Date":"2/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":971,"Cost":510,"Date":"2/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":595,"Cost":381,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":119,"Cost":84,"Date":"4/2/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":869,"Cost":462,"Date":"4/3/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":596,"Date":"4/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":213,"Cost":112,"Date":"4/10/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":946,"Cost":691,"Date":"4/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":90,"Cost":62,"Date":"5/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":339,"Cost":253,"Date":"5/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":581,"Cost":348,"Date":"6/20/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":230,"Date":"7/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":530,"Cost":433,"Date":"7/4/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":33,"Date":"7/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":314,"Cost":278,"Date":"7/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":305,"Cost":279,"Date":"7/14/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":839,"Cost":491,"Date":"7/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":583,"Cost":458,"Date":"8/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":108,"Cost":96,"Date":"8/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":221,"Cost":117,"Date":"8/7/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":678,"Cost":456,"Date":"8/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":222,"Cost":141,"Date":"8/31/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":83,"Cost":51,"Date":"9/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":189,"Cost":114,"Date":"9/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":117,"Cost":63,"Date":"9/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":102,"Cost":60,"Date":"9/29/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":639,"Cost":455,"Date":"11/7/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":44,"Cost":31,"Date":"11/26/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":232,"Cost":170,"Date":"11/27/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":819,"Cost":583,"Date":"12/5/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":985,"Cost":493,"Date":"12/26/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":320,"Cost":253,"Date":"12/31/2020"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":832,"Cost":590,"Date":"1/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":769,"Cost":713,"Date":"2/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":846,"Cost":653,"Date":"2/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":667,"Cost":342,"Date":"2/27/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":37,"Cost":29,"Date":"3/1/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":325,"Date":"3/1/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":800,"Cost":449,"Date":"3/19/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":838,"Cost":562,"Date":"3/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":358,"Cost":185,"Date":"5/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":690,"Cost":382,"Date":"7/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":348,"Cost":188,"Date":"8/5/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":644,"Cost":567,"Date":"8/12/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":11,"Cost":6,"Date":"8/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":471,"Cost":357,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":869,"Date":"9/3/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":949,"Cost":872,"Date":"9/5/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":407,"Cost":370,"Date":"10/6/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":211,"Cost":172,"Date":"10/19/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":715,"Cost":396,"Date":"11/15/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":169,"Cost":136,"Date":"12/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":352,"Cost":296,"Date":"1/8/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":153,"Cost":124,"Date":"1/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":3,"Cost":1,"Date":"1/19/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":689,"Cost":557,"Date":"1/28/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":884,"Cost":707,"Date":"1/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":415,"Cost":260,"Date":"3/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":366,"Cost":276,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":185,"Cost":172,"Date":"4/24/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":516,"Cost":369,"Date":"4/28/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":677,"Cost":462,"Date":"5/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":353,"Cost":222,"Date":"5/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":4,"Cost":3,"Date":"5/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":291,"Cost":276,"Date":"6/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":650,"Cost":477,"Date":"6/3/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":184,"Cost":136,"Date":"6/5/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":937,"Cost":702,"Date":"6/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":513,"Cost":370,"Date":"6/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":587,"Cost":529,"Date":"6/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":178,"Cost":164,"Date":"6/24/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":300,"Cost":204,"Date":"7/4/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":787,"Cost":550,"Date":"7/9/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":92,"Cost":52,"Date":"7/12/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":562,"Cost":480,"Date":"8/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":386,"Cost":278,"Date":"8/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":574,"Cost":441,"Date":"8/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":166,"Cost":119,"Date":"9/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":824,"Cost":499,"Date":"9/3/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":644,"Cost":451,"Date":"9/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":566,"Cost":378,"Date":"10/4/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":578,"Cost":459,"Date":"11/1/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":652,"Cost":603,"Date":"11/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":413,"Cost":211,"Date":"12/17/2022"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":431,"Cost":367,"Date":"2/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":710,"Cost":663,"Date":"2/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":327,"Cost":257,"Date":"3/4/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":345,"Cost":203,"Date":"3/9/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":266,"Cost":230,"Date":"3/9/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":174,"Date":"3/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":959,"Cost":701,"Date":"3/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":370,"Cost":259,"Date":"3/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":734,"Cost":600,"Date":"3/23/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":632,"Cost":446,"Date":"4/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":227,"Cost":154,"Date":"5/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":921,"Cost":770,"Date":"5/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":391,"Cost":346,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":278,"Cost":214,"Date":"6/2/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":453,"Cost":410,"Date":"6/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":591,"Cost":381,"Date":"6/16/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":469,"Cost":236,"Date":"6/16/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":177,"Cost":124,"Date":"7/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":160,"Cost":95,"Date":"7/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":420,"Date":"8/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":677,"Cost":468,"Date":"8/29/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":583,"Cost":524,"Date":"8/31/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":791,"Cost":596,"Date":"9/8/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":645,"Cost":529,"Date":"9/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":415,"Cost":327,"Date":"9/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":424,"Cost":296,"Date":"9/19/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":58,"Cost":48,"Date":"9/25/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":792,"Cost":714,"Date":"10/4/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":713,"Cost":625,"Date":"10/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":544,"Cost":416,"Date":"10/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":787,"Cost":652,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":684,"Cost":379,"Date":"10/30/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":531,"Cost":313,"Date":"11/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":218,"Date":"11/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":146,"Cost":116,"Date":"11/25/2023"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":57,"Cost":44,"Date":"1/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":458,"Cost":300,"Date":"1/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":389,"Date":"1/20/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":632,"Cost":378,"Date":"2/8/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":774,"Cost":570,"Date":"2/25/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":730,"Cost":497,"Date":"3/7/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":673,"Cost":575,"Date":"3/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":519,"Cost":393,"Date":"3/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":335,"Cost":264,"Date":"4/5/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":531,"Cost":294,"Date":"4/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":610,"Cost":391,"Date":"5/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":637,"Cost":553,"Date":"5/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":333,"Date":"5/15/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":284,"Date":"5/25/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":977,"Cost":732,"Date":"5/26/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":208,"Cost":192,"Date":"5/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":583,"Cost":348,"Date":"7/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":801,"Cost":500,"Date":"9/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":365,"Cost":261,"Date":"10/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":381,"Cost":290,"Date":"10/8/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":740,"Cost":604,"Date":"10/26/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":786,"Cost":452,"Date":"11/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":412,"Cost":256,"Date":"11/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"ARKET","Country":"Germany","Sale":48,"Cost":24,"Date":"12/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":433,"Cost":216,"Date":"2/9/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":192,"Cost":112,"Date":"2/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":302,"Cost":160,"Date":"3/10/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":464,"Cost":350,"Date":"3/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":735,"Cost":525,"Date":"3/18/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":54,"Cost":29,"Date":"3/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":359,"Cost":227,"Date":"3/26/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":409,"Cost":255,"Date":"6/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":348,"Cost":233,"Date":"6/10/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":972,"Cost":748,"Date":"6/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":777,"Cost":399,"Date":"6/25/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":428,"Cost":353,"Date":"7/19/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":820,"Cost":559,"Date":"7/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":613,"Cost":423,"Date":"7/25/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":191,"Cost":129,"Date":"8/4/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":339,"Cost":268,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":507,"Cost":271,"Date":"9/4/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":951,"Cost":886,"Date":"9/19/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":781,"Cost":498,"Date":"9/29/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":275,"Cost":246,"Date":"10/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":796,"Cost":623,"Date":"10/15/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":266,"Cost":152,"Date":"10/30/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":571,"Date":"11/9/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":956,"Cost":815,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":998,"Cost":720,"Date":"11/30/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":395,"Cost":343,"Date":"12/8/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":858,"Cost":676,"Date":"12/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":690,"Cost":566,"Date":"1/15/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":819,"Cost":587,"Date":"1/24/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":222,"Cost":149,"Date":"2/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":162,"Cost":104,"Date":"2/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":604,"Cost":402,"Date":"3/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":589,"Cost":336,"Date":"3/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":871,"Cost":768,"Date":"4/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":410,"Cost":236,"Date":"5/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":238,"Cost":205,"Date":"5/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":28,"Cost":21,"Date":"6/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":505,"Cost":349,"Date":"6/26/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":667,"Cost":615,"Date":"7/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":971,"Cost":778,"Date":"7/13/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":894,"Cost":469,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":741,"Cost":437,"Date":"8/26/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":31,"Cost":27,"Date":"9/2/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":103,"Cost":85,"Date":"9/29/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":266,"Cost":207,"Date":"10/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":690,"Date":"11/2/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":46,"Cost":30,"Date":"11/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":100,"Cost":54,"Date":"11/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":968,"Cost":742,"Date":"12/1/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":653,"Cost":552,"Date":"12/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":544,"Cost":382,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":644,"Cost":350,"Date":"12/18/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":913,"Cost":750,"Date":"12/20/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":45,"Date":"12/20/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":369,"Cost":226,"Date":"12/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":860,"Cost":723,"Date":"1/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":200,"Cost":108,"Date":"2/5/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":16,"Cost":12,"Date":"2/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":151,"Cost":139,"Date":"2/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":200,"Cost":133,"Date":"2/18/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":120,"Date":"2/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":805,"Date":"2/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":588,"Cost":429,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":96,"Cost":80,"Date":"4/2/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":561,"Cost":309,"Date":"4/3/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":837,"Cost":731,"Date":"4/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":70,"Cost":63,"Date":"4/10/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":586,"Cost":492,"Date":"4/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":196,"Cost":121,"Date":"5/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":456,"Cost":382,"Date":"5/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":170,"Cost":156,"Date":"6/20/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":402,"Date":"7/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":920,"Cost":627,"Date":"7/4/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":257,"Cost":201,"Date":"7/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":424,"Cost":403,"Date":"7/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":702,"Cost":351,"Date":"7/14/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":607,"Cost":399,"Date":"7/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":829,"Cost":516,"Date":"8/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":425,"Cost":257,"Date":"8/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":810,"Cost":573,"Date":"8/7/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":850,"Cost":735,"Date":"8/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":153,"Cost":93,"Date":"8/31/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":120,"Cost":95,"Date":"9/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":953,"Cost":492,"Date":"9/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":930,"Cost":510,"Date":"9/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":313,"Cost":249,"Date":"9/29/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":785,"Cost":424,"Date":"11/7/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":492,"Cost":462,"Date":"11/26/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":495,"Cost":405,"Date":"11/27/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":31,"Cost":18,"Date":"12/5/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":88,"Date":"12/26/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":759,"Cost":635,"Date":"12/31/2020"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":680,"Cost":557,"Date":"1/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":731,"Cost":370,"Date":"2/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":127,"Cost":108,"Date":"2/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":140,"Cost":117,"Date":"2/27/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":149,"Cost":132,"Date":"3/1/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":839,"Cost":442,"Date":"3/1/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":816,"Cost":473,"Date":"3/19/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":326,"Cost":260,"Date":"3/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":437,"Cost":321,"Date":"5/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":282,"Cost":248,"Date":"7/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":347,"Date":"8/5/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":274,"Cost":208,"Date":"8/12/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":891,"Cost":801,"Date":"8/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":693,"Cost":488,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":708,"Cost":662,"Date":"9/3/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":237,"Cost":196,"Date":"9/5/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":168,"Date":"10/6/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":290,"Cost":261,"Date":"10/19/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":838,"Date":"11/15/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":860,"Cost":492,"Date":"12/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":240,"Cost":180,"Date":"1/8/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":82,"Cost":71,"Date":"1/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":88,"Cost":77,"Date":"1/19/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":288,"Cost":224,"Date":"1/28/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":423,"Cost":241,"Date":"1/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":438,"Cost":309,"Date":"3/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":169,"Cost":143,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":794,"Cost":476,"Date":"4/24/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":276,"Cost":219,"Date":"4/28/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":82,"Cost":60,"Date":"5/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":62,"Cost":42,"Date":"5/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":376,"Cost":230,"Date":"5/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":262,"Cost":183,"Date":"6/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":471,"Cost":273,"Date":"6/3/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":689,"Cost":574,"Date":"6/5/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":60,"Cost":39,"Date":"6/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":576,"Date":"6/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":383,"Cost":263,"Date":"6/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":598,"Cost":431,"Date":"6/24/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":711,"Cost":575,"Date":"7/4/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":548,"Date":"7/9/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":607,"Cost":560,"Date":"7/12/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":658,"Cost":402,"Date":"8/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":13,"Cost":9,"Date":"8/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":458,"Cost":373,"Date":"8/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":536,"Cost":296,"Date":"9/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":591,"Cost":355,"Date":"9/3/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":649,"Cost":384,"Date":"9/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":556,"Cost":522,"Date":"10/4/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":738,"Date":"11/1/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":35,"Date":"11/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":171,"Cost":149,"Date":"12/17/2022"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":791,"Cost":614,"Date":"2/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":382,"Date":"2/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":922,"Cost":463,"Date":"3/4/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":46,"Cost":26,"Date":"3/9/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":686,"Date":"3/9/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":231,"Cost":155,"Date":"3/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":274,"Cost":151,"Date":"3/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":961,"Cost":666,"Date":"3/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":10,"Cost":7,"Date":"3/23/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":790,"Date":"4/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":819,"Cost":772,"Date":"5/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":317,"Cost":221,"Date":"5/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":975,"Cost":530,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":593,"Cost":308,"Date":"6/2/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":44,"Date":"6/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":729,"Cost":366,"Date":"6/16/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":537,"Cost":279,"Date":"6/16/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":104,"Cost":74,"Date":"7/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":232,"Cost":125,"Date":"7/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":541,"Cost":302,"Date":"8/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":979,"Cost":794,"Date":"8/29/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":513,"Cost":373,"Date":"8/31/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":758,"Cost":684,"Date":"9/8/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":918,"Cost":867,"Date":"9/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":400,"Cost":319,"Date":"9/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":123,"Cost":84,"Date":"9/19/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":997,"Cost":538,"Date":"9/25/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":186,"Date":"10/4/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":523,"Cost":378,"Date":"10/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":416,"Cost":324,"Date":"10/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":329,"Cost":261,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":378,"Cost":270,"Date":"10/30/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":779,"Cost":623,"Date":"11/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":265,"Cost":251,"Date":"11/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":916,"Cost":844,"Date":"11/25/2023"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":526,"Date":"1/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":600,"Cost":427,"Date":"1/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":854,"Cost":521,"Date":"1/20/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":389,"Date":"2/8/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":512,"Cost":401,"Date":"2/25/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":160,"Cost":113,"Date":"3/7/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":754,"Cost":425,"Date":"3/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":430,"Date":"3/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":708,"Cost":468,"Date":"4/5/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":3,"Cost":3,"Date":"4/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":12,"Date":"5/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":485,"Cost":250,"Date":"5/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":485,"Cost":431,"Date":"5/15/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":797,"Cost":401,"Date":"5/25/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":473,"Cost":380,"Date":"5/26/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":531,"Cost":272,"Date":"5/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":176,"Cost":157,"Date":"7/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":723,"Cost":614,"Date":"9/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":572,"Cost":306,"Date":"10/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":762,"Cost":485,"Date":"10/8/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":342,"Cost":205,"Date":"10/26/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":757,"Cost":678,"Date":"11/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":960,"Cost":570,"Date":"11/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"Jeans","Country":"Germany","Sale":638,"Cost":525,"Date":"12/1/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":103,"Cost":85,"Date":"2/9/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":176,"Date":"2/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":953,"Cost":617,"Date":"3/10/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":112,"Cost":80,"Date":"3/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":458,"Cost":304,"Date":"3/18/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":996,"Cost":656,"Date":"3/20/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":747,"Cost":387,"Date":"3/26/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":17,"Cost":8,"Date":"6/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":62,"Cost":58,"Date":"6/10/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":312,"Cost":231,"Date":"6/16/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":143,"Cost":103,"Date":"6/25/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":601,"Cost":524,"Date":"7/19/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":420,"Cost":280,"Date":"7/21/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":563,"Cost":473,"Date":"7/25/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":747,"Cost":556,"Date":"8/4/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":602,"Cost":469,"Date":"9/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":760,"Cost":527,"Date":"9/4/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":227,"Cost":169,"Date":"9/19/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":101,"Cost":77,"Date":"9/29/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":931,"Cost":498,"Date":"10/2/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":393,"Cost":323,"Date":"10/15/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":165,"Cost":129,"Date":"10/30/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":332,"Cost":272,"Date":"11/9/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":426,"Cost":304,"Date":"11/23/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":706,"Cost":517,"Date":"11/30/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":841,"Cost":632,"Date":"12/8/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":497,"Cost":415,"Date":"12/11/2018"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":430,"Cost":341,"Date":"1/15/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":946,"Cost":757,"Date":"1/24/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":962,"Cost":785,"Date":"2/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":96,"Cost":67,"Date":"2/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":732,"Cost":679,"Date":"3/9/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":239,"Cost":214,"Date":"3/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":390,"Cost":253,"Date":"4/19/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":410,"Cost":264,"Date":"5/3/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":313,"Cost":221,"Date":"5/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":165,"Date":"6/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":696,"Cost":422,"Date":"6/26/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":913,"Cost":481,"Date":"7/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":411,"Cost":385,"Date":"7/13/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":135,"Cost":71,"Date":"8/8/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":558,"Cost":332,"Date":"8/26/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":373,"Date":"9/2/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":837,"Cost":430,"Date":"9/29/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":583,"Cost":413,"Date":"10/12/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":447,"Cost":261,"Date":"11/2/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":408,"Cost":261,"Date":"11/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":36,"Date":"11/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":99,"Cost":88,"Date":"12/1/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":239,"Cost":148,"Date":"12/4/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":387,"Cost":216,"Date":"12/7/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":254,"Cost":203,"Date":"12/18/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":120,"Cost":113,"Date":"12/20/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":671,"Cost":459,"Date":"12/20/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":407,"Cost":256,"Date":"12/21/2019"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":254,"Cost":155,"Date":"1/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":585,"Cost":484,"Date":"2/5/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":540,"Cost":463,"Date":"2/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":982,"Cost":848,"Date":"2/16/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":335,"Cost":205,"Date":"2/18/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":728,"Cost":367,"Date":"2/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":875,"Cost":770,"Date":"2/25/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":792,"Cost":501,"Date":"3/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":793,"Cost":535,"Date":"4/2/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":624,"Cost":417,"Date":"4/3/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":766,"Cost":719,"Date":"4/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":864,"Cost":641,"Date":"4/10/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":443,"Cost":270,"Date":"4/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":607,"Cost":327,"Date":"5/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":308,"Cost":240,"Date":"5/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":623,"Cost":506,"Date":"6/20/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":593,"Cost":426,"Date":"7/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":213,"Cost":109,"Date":"7/4/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":991,"Cost":864,"Date":"7/8/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":263,"Cost":171,"Date":"7/9/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":239,"Cost":123,"Date":"7/14/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":58,"Cost":46,"Date":"7/19/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":204,"Cost":105,"Date":"8/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":62,"Cost":46,"Date":"8/6/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":194,"Cost":105,"Date":"8/7/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":516,"Cost":325,"Date":"8/22/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":621,"Cost":423,"Date":"8/31/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":517,"Cost":323,"Date":"9/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":868,"Cost":585,"Date":"9/1/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":902,"Cost":739,"Date":"9/17/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":235,"Cost":205,"Date":"9/29/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":117,"Cost":65,"Date":"11/7/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":201,"Cost":120,"Date":"11/26/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":982,"Cost":692,"Date":"11/27/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":753,"Cost":670,"Date":"12/5/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":564,"Cost":283,"Date":"12/26/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":892,"Cost":804,"Date":"12/31/2020"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":267,"Cost":237,"Date":"1/20/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":926,"Cost":498,"Date":"2/2/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":556,"Cost":384,"Date":"2/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":142,"Cost":122,"Date":"2/27/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":50,"Cost":41,"Date":"3/1/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":228,"Cost":116,"Date":"3/1/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":525,"Cost":389,"Date":"3/19/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":272,"Cost":146,"Date":"3/28/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":158,"Cost":136,"Date":"5/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":761,"Cost":521,"Date":"7/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":246,"Cost":138,"Date":"8/5/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":244,"Cost":183,"Date":"8/12/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":100,"Cost":86,"Date":"8/21/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":174,"Cost":105,"Date":"8/23/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":590,"Cost":506,"Date":"9/3/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":908,"Cost":497,"Date":"9/5/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":650,"Cost":386,"Date":"10/6/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":162,"Cost":110,"Date":"10/19/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":553,"Cost":517,"Date":"11/15/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":528,"Cost":484,"Date":"12/8/2021"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":313,"Cost":278,"Date":"1/8/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":803,"Cost":643,"Date":"1/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":522,"Cost":361,"Date":"1/19/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":64,"Cost":56,"Date":"1/28/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":552,"Cost":281,"Date":"1/31/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":202,"Cost":119,"Date":"3/27/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":909,"Cost":585,"Date":"4/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":259,"Cost":223,"Date":"4/24/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":422,"Cost":230,"Date":"4/28/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":528,"Cost":338,"Date":"5/15/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":670,"Cost":465,"Date":"5/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":687,"Cost":575,"Date":"5/18/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":299,"Cost":266,"Date":"6/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":472,"Cost":433,"Date":"6/3/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":853,"Cost":624,"Date":"6/5/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":481,"Cost":306,"Date":"6/7/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":421,"Cost":279,"Date":"6/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":662,"Cost":584,"Date":"6/20/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":108,"Cost":76,"Date":"6/24/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":93,"Cost":85,"Date":"7/4/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":61,"Date":"7/9/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":1,"Cost":1,"Date":"7/12/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":827,"Cost":672,"Date":"8/14/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":493,"Cost":388,"Date":"8/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":143,"Cost":130,"Date":"8/23/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":627,"Cost":401,"Date":"9/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":349,"Cost":327,"Date":"9/3/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":709,"Cost":480,"Date":"9/16/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":58,"Cost":40,"Date":"10/4/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":652,"Cost":518,"Date":"11/1/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":857,"Cost":650,"Date":"11/2/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":199,"Cost":170,"Date":"12/17/2022"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":280,"Cost":164,"Date":"2/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":743,"Cost":405,"Date":"2/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":242,"Cost":222,"Date":"3/4/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":476,"Cost":371,"Date":"3/9/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":314,"Cost":225,"Date":"3/9/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":506,"Cost":376,"Date":"3/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":118,"Cost":66,"Date":"3/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":911,"Cost":722,"Date":"3/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":666,"Cost":394,"Date":"3/23/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":727,"Cost":622,"Date":"4/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":704,"Cost":633,"Date":"5/7/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":308,"Cost":237,"Date":"5/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":578,"Cost":432,"Date":"5/20/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":809,"Cost":750,"Date":"6/2/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":682,"Cost":647,"Date":"6/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":310,"Cost":270,"Date":"6/16/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":476,"Cost":328,"Date":"6/16/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":47,"Cost":35,"Date":"7/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":76,"Cost":40,"Date":"7/11/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":865,"Cost":606,"Date":"8/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":128,"Cost":71,"Date":"8/29/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":708,"Cost":594,"Date":"8/31/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":268,"Cost":161,"Date":"9/8/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":895,"Cost":821,"Date":"9/13/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":286,"Cost":180,"Date":"9/14/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":172,"Cost":151,"Date":"9/19/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":470,"Cost":266,"Date":"9/25/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":829,"Cost":684,"Date":"10/4/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":220,"Cost":196,"Date":"10/10/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":319,"Cost":210,"Date":"10/17/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":330,"Cost":221,"Date":"10/28/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":363,"Cost":239,"Date":"10/30/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":867,"Cost":794,"Date":"11/1/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":424,"Cost":393,"Date":"11/15/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":499,"Cost":325,"Date":"11/25/2023"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":454,"Date":"1/10/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":240,"Cost":123,"Date":"1/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":407,"Cost":295,"Date":"1/20/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":735,"Cost":449,"Date":"2/8/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":216,"Cost":161,"Date":"2/25/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":397,"Cost":233,"Date":"3/7/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":76,"Cost":57,"Date":"3/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":659,"Cost":370,"Date":"3/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":157,"Cost":85,"Date":"4/5/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":661,"Cost":541,"Date":"4/14/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":897,"Cost":666,"Date":"5/3/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":509,"Cost":397,"Date":"5/9/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":173,"Cost":99,"Date":"5/15/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":773,"Cost":677,"Date":"5/25/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":7,"Cost":6,"Date":"5/26/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":887,"Cost":640,"Date":"5/31/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":339,"Cost":188,"Date":"7/27/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":526,"Cost":450,"Date":"9/17/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":158,"Cost":130,"Date":"10/6/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":768,"Cost":608,"Date":"10/8/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":639,"Cost":422,"Date":"10/26/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":113,"Cost":79,"Date":"11/16/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":954,"Cost":787,"Date":"11/18/2024"},{"Store":"Bikini Center, Berlin","Brand":"Sellpy","Country":"Germany","Sale":614,"Cost":410,"Date":"12/1/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":525,"Date":"2/9/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":87,"Cost":77,"Date":"2/11/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":120,"Date":"3/10/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":955,"Cost":816,"Date":"3/16/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":447,"Cost":252,"Date":"3/18/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":348,"Cost":188,"Date":"3/20/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":538,"Cost":369,"Date":"3/26/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":55,"Cost":36,"Date":"6/2/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":666,"Cost":483,"Date":"6/10/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":996,"Cost":688,"Date":"6/16/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":128,"Cost":75,"Date":"6/25/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":745,"Cost":650,"Date":"7/19/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":454,"Cost":327,"Date":"7/21/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":299,"Cost":170,"Date":"7/25/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":359,"Cost":213,"Date":"8/4/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":939,"Cost":509,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":808,"Cost":452,"Date":"9/4/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":469,"Cost":432,"Date":"9/19/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":551,"Cost":477,"Date":"9/29/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":205,"Cost":195,"Date":"10/2/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":936,"Cost":737,"Date":"10/15/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":791,"Cost":548,"Date":"10/30/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":469,"Cost":248,"Date":"11/9/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":357,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":424,"Cost":251,"Date":"11/30/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":911,"Cost":536,"Date":"12/8/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":994,"Cost":708,"Date":"12/11/2018"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":996,"Cost":577,"Date":"1/15/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":945,"Cost":895,"Date":"1/24/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":586,"Date":"2/3/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":149,"Cost":136,"Date":"2/4/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":805,"Cost":667,"Date":"3/9/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":479,"Cost":437,"Date":"3/12/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":269,"Cost":169,"Date":"4/19/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":610,"Cost":530,"Date":"5/3/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":736,"Cost":432,"Date":"5/4/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":822,"Cost":763,"Date":"6/8/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":34,"Cost":22,"Date":"6/26/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":37,"Cost":29,"Date":"7/4/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":435,"Cost":300,"Date":"7/13/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":630,"Cost":460,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":784,"Cost":652,"Date":"8/26/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":256,"Cost":242,"Date":"9/2/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":978,"Cost":511,"Date":"9/29/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":619,"Cost":542,"Date":"10/12/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":123,"Cost":115,"Date":"11/2/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":896,"Cost":517,"Date":"11/4/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":527,"Cost":410,"Date":"11/7/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":453,"Cost":313,"Date":"12/1/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":369,"Cost":188,"Date":"12/4/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":198,"Cost":106,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":823,"Cost":450,"Date":"12/18/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":764,"Date":"12/20/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":600,"Cost":564,"Date":"12/20/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":447,"Date":"12/21/2019"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":580,"Cost":440,"Date":"1/9/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":638,"Cost":592,"Date":"2/5/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":464,"Date":"2/16/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":709,"Cost":455,"Date":"2/16/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":94,"Cost":84,"Date":"2/18/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":181,"Cost":102,"Date":"2/22/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":342,"Cost":307,"Date":"2/25/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":522,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":938,"Cost":634,"Date":"4/2/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":649,"Cost":590,"Date":"4/3/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":426,"Cost":242,"Date":"4/9/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":626,"Cost":412,"Date":"4/10/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":871,"Cost":491,"Date":"4/19/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":614,"Cost":554,"Date":"5/17/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":803,"Cost":448,"Date":"5/22/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":220,"Cost":157,"Date":"6/20/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":92,"Cost":63,"Date":"7/1/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":665,"Cost":500,"Date":"7/4/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":624,"Cost":426,"Date":"7/8/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":851,"Cost":559,"Date":"7/9/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":304,"Date":"7/14/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":202,"Cost":183,"Date":"7/19/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":37,"Date":"8/1/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":673,"Cost":584,"Date":"8/6/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":799,"Cost":671,"Date":"8/7/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":205,"Cost":163,"Date":"8/22/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":400,"Cost":339,"Date":"8/31/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":540,"Cost":417,"Date":"9/1/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":275,"Date":"9/1/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":32,"Cost":21,"Date":"9/17/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":40,"Cost":34,"Date":"9/29/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":734,"Cost":410,"Date":"11/7/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":635,"Cost":327,"Date":"11/26/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":868,"Cost":714,"Date":"11/27/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":559,"Cost":504,"Date":"12/5/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":104,"Date":"12/26/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":611,"Cost":453,"Date":"12/31/2020"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":195,"Cost":139,"Date":"1/20/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":624,"Cost":362,"Date":"2/2/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":36,"Cost":18,"Date":"2/8/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":580,"Cost":512,"Date":"2/27/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":160,"Cost":101,"Date":"3/1/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":417,"Cost":292,"Date":"3/1/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":813,"Cost":596,"Date":"3/19/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":435,"Cost":324,"Date":"3/28/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":375,"Cost":238,"Date":"5/21/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":662,"Cost":580,"Date":"7/21/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":158,"Cost":143,"Date":"8/5/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":588,"Date":"8/12/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":272,"Cost":166,"Date":"8/21/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":887,"Cost":709,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":771,"Date":"9/3/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":222,"Date":"9/5/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":687,"Cost":397,"Date":"10/6/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":630,"Cost":508,"Date":"10/19/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":560,"Cost":331,"Date":"11/15/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":264,"Cost":241,"Date":"12/8/2021"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":403,"Date":"1/8/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":109,"Cost":63,"Date":"1/14/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":697,"Cost":537,"Date":"1/19/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":256,"Cost":154,"Date":"1/28/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":895,"Cost":681,"Date":"1/31/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":231,"Date":"3/27/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":684,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":118,"Cost":94,"Date":"4/24/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":182,"Cost":157,"Date":"4/28/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":458,"Cost":411,"Date":"5/15/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":860,"Cost":457,"Date":"5/16/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":190,"Cost":167,"Date":"5/18/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":286,"Cost":258,"Date":"6/2/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":733,"Cost":489,"Date":"6/3/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":712,"Cost":429,"Date":"6/5/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":424,"Cost":371,"Date":"6/7/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":407,"Cost":332,"Date":"6/14/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":328,"Date":"6/20/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":732,"Cost":405,"Date":"6/24/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":592,"Date":"7/4/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":345,"Cost":198,"Date":"7/9/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":831,"Cost":690,"Date":"7/12/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":471,"Cost":287,"Date":"8/14/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":613,"Cost":333,"Date":"8/16/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":227,"Cost":187,"Date":"8/23/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":22,"Cost":13,"Date":"9/2/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":910,"Cost":857,"Date":"9/3/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":966,"Cost":648,"Date":"9/16/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":559,"Cost":436,"Date":"10/4/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":358,"Cost":326,"Date":"11/1/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":165,"Cost":115,"Date":"11/2/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":389,"Cost":317,"Date":"12/17/2022"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":460,"Cost":430,"Date":"2/10/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":497,"Cost":250,"Date":"2/28/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":605,"Cost":443,"Date":"3/4/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":470,"Cost":313,"Date":"3/9/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":681,"Cost":514,"Date":"3/9/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":854,"Cost":786,"Date":"3/11/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":123,"Cost":62,"Date":"3/17/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":168,"Cost":148,"Date":"3/17/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":461,"Cost":252,"Date":"3/23/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":299,"Cost":280,"Date":"4/1/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":954,"Cost":849,"Date":"5/7/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":411,"Cost":347,"Date":"5/10/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":503,"Cost":270,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":576,"Cost":290,"Date":"6/2/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":858,"Cost":769,"Date":"6/11/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":716,"Cost":451,"Date":"6/16/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":94,"Cost":63,"Date":"6/16/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":160,"Cost":122,"Date":"7/10/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":461,"Cost":326,"Date":"7/11/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":743,"Cost":413,"Date":"8/28/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":24,"Cost":12,"Date":"8/29/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":85,"Cost":69,"Date":"8/31/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":507,"Cost":408,"Date":"9/8/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":246,"Cost":144,"Date":"9/13/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":670,"Cost":499,"Date":"9/14/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":98,"Cost":92,"Date":"9/19/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":557,"Cost":437,"Date":"9/25/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":24,"Cost":18,"Date":"10/4/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":868,"Cost":441,"Date":"10/10/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":869,"Cost":656,"Date":"10/17/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":96,"Cost":59,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":136,"Cost":99,"Date":"10/30/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":51,"Cost":45,"Date":"11/1/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":549,"Date":"11/15/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":724,"Cost":419,"Date":"11/25/2023"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":321,"Date":"1/10/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":310,"Cost":171,"Date":"1/14/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":144,"Date":"1/20/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":911,"Cost":657,"Date":"2/8/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":289,"Cost":263,"Date":"2/25/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":654,"Date":"3/7/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":780,"Cost":699,"Date":"3/14/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":432,"Cost":368,"Date":"3/27/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":599,"Cost":564,"Date":"4/5/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":371,"Cost":267,"Date":"4/14/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":374,"Cost":326,"Date":"5/3/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":658,"Cost":501,"Date":"5/9/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":323,"Date":"5/15/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":586,"Cost":343,"Date":"5/25/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":427,"Cost":256,"Date":"5/26/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":719,"Cost":586,"Date":"5/31/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":662,"Date":"7/27/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":927,"Cost":636,"Date":"9/17/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":403,"Cost":370,"Date":"10/6/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":995,"Cost":679,"Date":"10/8/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":787,"Cost":451,"Date":"10/26/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":404,"Cost":311,"Date":"11/16/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":387,"Cost":348,"Date":"11/18/2024"},{"Store":"Aachen Arkaden","Brand":"Jeans","Country":"Germany","Sale":790,"Cost":586,"Date":"12/1/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":349,"Cost":226,"Date":"2/9/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":521,"Cost":485,"Date":"2/11/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":422,"Cost":256,"Date":"3/10/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":315,"Cost":170,"Date":"3/16/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":951,"Cost":555,"Date":"3/18/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":65,"Cost":51,"Date":"3/20/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":942,"Cost":601,"Date":"3/26/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":766,"Cost":520,"Date":"6/2/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":220,"Cost":176,"Date":"6/10/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":738,"Cost":512,"Date":"6/16/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":544,"Cost":493,"Date":"6/25/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":533,"Cost":492,"Date":"7/19/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":158,"Cost":111,"Date":"7/21/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":115,"Cost":87,"Date":"7/25/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":891,"Cost":702,"Date":"8/4/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":185,"Cost":173,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":699,"Cost":546,"Date":"9/4/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":192,"Cost":109,"Date":"9/19/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":100,"Cost":53,"Date":"9/29/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":858,"Cost":668,"Date":"10/2/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":944,"Cost":727,"Date":"10/15/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":677,"Cost":569,"Date":"10/30/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":669,"Cost":608,"Date":"11/9/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":38,"Cost":31,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":950,"Cost":770,"Date":"11/30/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":423,"Cost":346,"Date":"12/8/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":132,"Cost":111,"Date":"12/11/2018"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":446,"Cost":299,"Date":"1/15/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":231,"Cost":203,"Date":"1/24/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":520,"Cost":470,"Date":"2/3/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":661,"Cost":589,"Date":"2/4/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":853,"Cost":673,"Date":"3/9/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":74,"Cost":61,"Date":"3/12/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":122,"Cost":101,"Date":"4/19/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":241,"Cost":181,"Date":"5/3/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":806,"Cost":498,"Date":"5/4/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":177,"Cost":92,"Date":"6/8/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":803,"Cost":621,"Date":"6/26/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":276,"Cost":253,"Date":"7/4/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":667,"Cost":416,"Date":"7/13/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":832,"Cost":627,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":169,"Cost":142,"Date":"8/26/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":109,"Cost":68,"Date":"9/2/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":711,"Cost":437,"Date":"9/29/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":98,"Cost":79,"Date":"10/12/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":905,"Cost":482,"Date":"11/2/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":780,"Cost":515,"Date":"11/4/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":944,"Cost":499,"Date":"11/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":492,"Cost":428,"Date":"12/1/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":623,"Cost":411,"Date":"12/4/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":484,"Cost":382,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":867,"Cost":780,"Date":"12/18/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":843,"Cost":525,"Date":"12/20/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":967,"Cost":574,"Date":"12/20/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":336,"Cost":195,"Date":"12/21/2019"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":851,"Cost":514,"Date":"1/9/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":81,"Cost":44,"Date":"2/5/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":592,"Cost":387,"Date":"2/16/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":807,"Cost":452,"Date":"2/16/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":761,"Cost":551,"Date":"2/18/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":514,"Cost":272,"Date":"2/22/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":250,"Cost":192,"Date":"2/25/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":756,"Cost":672,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":499,"Cost":385,"Date":"4/2/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":788,"Cost":560,"Date":"4/3/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":460,"Cost":270,"Date":"4/9/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":659,"Cost":595,"Date":"4/10/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":989,"Cost":921,"Date":"4/19/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":794,"Cost":547,"Date":"5/17/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":808,"Cost":574,"Date":"5/22/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":144,"Cost":82,"Date":"6/20/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":631,"Cost":570,"Date":"7/1/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":662,"Cost":558,"Date":"7/4/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":652,"Cost":350,"Date":"7/8/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":258,"Cost":162,"Date":"7/9/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":36,"Cost":27,"Date":"7/14/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":563,"Cost":423,"Date":"7/19/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":238,"Cost":157,"Date":"8/1/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":855,"Cost":438,"Date":"8/6/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":10,"Cost":8,"Date":"8/7/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":22,"Cost":12,"Date":"8/22/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":67,"Cost":47,"Date":"8/31/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":305,"Cost":238,"Date":"9/1/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":949,"Cost":660,"Date":"9/1/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":499,"Cost":439,"Date":"9/17/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":140,"Cost":101,"Date":"9/29/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":651,"Cost":557,"Date":"11/7/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":734,"Cost":524,"Date":"11/26/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":190,"Cost":172,"Date":"11/27/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":874,"Cost":473,"Date":"12/5/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":461,"Cost":257,"Date":"12/26/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":449,"Cost":270,"Date":"12/31/2020"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":124,"Cost":113,"Date":"1/20/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":534,"Cost":459,"Date":"2/2/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":133,"Cost":68,"Date":"2/8/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":107,"Cost":65,"Date":"2/27/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":709,"Cost":557,"Date":"3/1/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":692,"Cost":624,"Date":"3/1/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":110,"Cost":82,"Date":"3/19/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":4,"Cost":3,"Date":"3/28/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":191,"Cost":167,"Date":"5/21/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":858,"Cost":614,"Date":"7/21/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":948,"Cost":873,"Date":"8/5/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":276,"Cost":175,"Date":"8/12/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":848,"Cost":588,"Date":"8/21/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":335,"Cost":299,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":560,"Cost":371,"Date":"9/3/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":943,"Cost":876,"Date":"9/5/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":913,"Cost":557,"Date":"10/6/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":170,"Cost":149,"Date":"10/19/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":119,"Cost":102,"Date":"11/15/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":983,"Cost":914,"Date":"12/8/2021"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":428,"Cost":371,"Date":"1/8/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":251,"Cost":139,"Date":"1/14/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":637,"Cost":385,"Date":"1/19/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":141,"Cost":74,"Date":"1/28/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":141,"Cost":77,"Date":"1/31/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":808,"Cost":608,"Date":"3/27/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":162,"Cost":112,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":375,"Cost":256,"Date":"4/24/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":966,"Cost":668,"Date":"4/28/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":868,"Cost":458,"Date":"5/15/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":887,"Cost":523,"Date":"5/16/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":643,"Cost":383,"Date":"5/18/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":958,"Cost":691,"Date":"6/2/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":103,"Cost":56,"Date":"6/3/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":754,"Cost":507,"Date":"6/5/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":173,"Cost":100,"Date":"6/7/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":834,"Cost":500,"Date":"6/14/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":493,"Cost":337,"Date":"6/20/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":959,"Cost":598,"Date":"6/24/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":205,"Cost":119,"Date":"7/4/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":258,"Cost":188,"Date":"7/9/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":50,"Cost":46,"Date":"7/12/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":27,"Cost":13,"Date":"8/14/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":539,"Cost":310,"Date":"8/16/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":664,"Cost":504,"Date":"8/23/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":121,"Cost":88,"Date":"9/2/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":707,"Cost":653,"Date":"9/3/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":109,"Cost":65,"Date":"9/16/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":313,"Cost":258,"Date":"10/4/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":687,"Cost":528,"Date":"11/1/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":44,"Cost":40,"Date":"11/2/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":111,"Cost":98,"Date":"12/17/2022"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":766,"Cost":679,"Date":"2/10/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":867,"Cost":587,"Date":"2/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":137,"Cost":121,"Date":"3/4/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":626,"Cost":527,"Date":"3/9/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":987,"Cost":545,"Date":"3/9/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":371,"Cost":192,"Date":"3/11/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":795,"Cost":495,"Date":"3/17/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":141,"Cost":75,"Date":"3/17/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":284,"Cost":192,"Date":"3/23/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":983,"Cost":514,"Date":"4/1/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":420,"Cost":345,"Date":"5/7/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":537,"Cost":459,"Date":"5/10/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":730,"Cost":534,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":25,"Cost":20,"Date":"6/2/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":784,"Cost":504,"Date":"6/11/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":390,"Cost":276,"Date":"6/16/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":219,"Cost":137,"Date":"6/16/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":459,"Cost":403,"Date":"7/10/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":153,"Cost":103,"Date":"7/11/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":207,"Cost":164,"Date":"8/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":179,"Cost":98,"Date":"8/29/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":604,"Cost":369,"Date":"8/31/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":635,"Cost":433,"Date":"9/8/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":909,"Cost":728,"Date":"9/13/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":788,"Cost":480,"Date":"9/14/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":36,"Cost":29,"Date":"9/19/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":530,"Cost":361,"Date":"9/25/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":26,"Cost":21,"Date":"10/4/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":368,"Cost":317,"Date":"10/10/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":55,"Cost":31,"Date":"10/17/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":995,"Cost":596,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":82,"Cost":46,"Date":"10/30/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":92,"Cost":60,"Date":"11/1/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":875,"Cost":815,"Date":"11/15/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":683,"Cost":530,"Date":"11/25/2023"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":259,"Cost":182,"Date":"1/10/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":525,"Cost":281,"Date":"1/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":557,"Cost":342,"Date":"1/20/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":580,"Cost":363,"Date":"2/8/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":170,"Cost":142,"Date":"2/25/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":782,"Cost":395,"Date":"3/7/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":556,"Cost":328,"Date":"3/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":952,"Cost":753,"Date":"3/27/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":398,"Cost":229,"Date":"4/5/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":895,"Cost":568,"Date":"4/14/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":26,"Cost":17,"Date":"5/3/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":177,"Cost":151,"Date":"5/9/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":219,"Cost":175,"Date":"5/15/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":902,"Cost":595,"Date":"5/25/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":539,"Cost":391,"Date":"5/26/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":956,"Cost":497,"Date":"5/31/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":29,"Cost":23,"Date":"7/27/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":383,"Cost":244,"Date":"9/17/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":239,"Cost":179,"Date":"10/6/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":49,"Cost":30,"Date":"10/8/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":852,"Cost":691,"Date":"10/26/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":812,"Cost":713,"Date":"11/16/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":811,"Cost":618,"Date":"11/18/2024"},{"Store":"Aachen Arkaden","Brand":"HM","Country":"Germany","Sale":384,"Cost":340,"Date":"12/1/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":835,"Cost":712,"Date":"2/9/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":108,"Date":"2/11/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":117,"Date":"3/10/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":285,"Cost":246,"Date":"3/16/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":655,"Date":"3/18/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":800,"Cost":675,"Date":"3/20/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":735,"Date":"3/26/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":335,"Cost":283,"Date":"6/2/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":209,"Cost":152,"Date":"6/10/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":97,"Cost":79,"Date":"6/16/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":947,"Cost":828,"Date":"6/25/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":460,"Cost":285,"Date":"7/19/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":283,"Cost":216,"Date":"7/21/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":609,"Cost":353,"Date":"7/25/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":803,"Date":"8/4/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":458,"Date":"9/2/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":186,"Cost":149,"Date":"9/4/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":337,"Cost":258,"Date":"9/19/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":245,"Cost":210,"Date":"9/29/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":169,"Cost":149,"Date":"10/2/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":575,"Cost":333,"Date":"10/15/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":11,"Cost":8,"Date":"10/30/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":956,"Cost":719,"Date":"11/9/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":86,"Cost":72,"Date":"11/23/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":127,"Date":"11/30/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":284,"Cost":210,"Date":"12/8/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":78,"Date":"12/11/2018"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":879,"Cost":469,"Date":"1/15/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":879,"Cost":754,"Date":"1/24/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":890,"Cost":816,"Date":"2/3/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":68,"Cost":40,"Date":"2/4/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":21,"Cost":19,"Date":"3/9/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":748,"Cost":516,"Date":"3/12/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":392,"Cost":209,"Date":"4/19/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":789,"Cost":486,"Date":"5/3/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":300,"Cost":254,"Date":"5/4/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":607,"Cost":574,"Date":"6/8/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":466,"Cost":429,"Date":"6/26/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":435,"Cost":288,"Date":"7/4/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":185,"Cost":129,"Date":"7/13/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":84,"Cost":49,"Date":"8/8/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":959,"Cost":608,"Date":"8/26/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":972,"Cost":676,"Date":"9/2/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":611,"Cost":327,"Date":"9/29/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":149,"Date":"10/12/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":373,"Cost":343,"Date":"11/2/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":959,"Cost":611,"Date":"11/4/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":1,"Cost":1,"Date":"11/7/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":455,"Cost":408,"Date":"12/1/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":660,"Cost":563,"Date":"12/4/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":22,"Cost":18,"Date":"12/7/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":595,"Cost":460,"Date":"12/18/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":855,"Cost":789,"Date":"12/20/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":14,"Cost":11,"Date":"12/20/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":651,"Cost":611,"Date":"12/21/2019"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":471,"Cost":442,"Date":"1/9/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":702,"Cost":484,"Date":"2/5/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":129,"Cost":79,"Date":"2/16/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":308,"Cost":159,"Date":"2/16/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":332,"Cost":285,"Date":"2/18/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":544,"Cost":484,"Date":"2/22/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":623,"Cost":570,"Date":"2/25/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":526,"Cost":333,"Date":"3/8/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":53,"Cost":33,"Date":"4/2/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":911,"Cost":549,"Date":"4/3/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":85,"Cost":62,"Date":"4/9/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":878,"Cost":667,"Date":"4/10/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":23,"Cost":12,"Date":"4/19/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":3,"Cost":2,"Date":"5/17/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":708,"Date":"5/22/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":516,"Cost":270,"Date":"6/20/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":148,"Cost":114,"Date":"7/1/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":827,"Cost":579,"Date":"7/4/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":252,"Cost":163,"Date":"7/8/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":67,"Date":"7/9/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":170,"Date":"7/14/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":888,"Cost":671,"Date":"7/19/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":475,"Date":"8/1/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":629,"Cost":367,"Date":"8/6/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":794,"Cost":520,"Date":"8/7/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":367,"Date":"8/22/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":750,"Cost":606,"Date":"8/31/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":643,"Cost":435,"Date":"9/1/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":337,"Cost":183,"Date":"9/1/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":92,"Cost":60,"Date":"9/17/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":61,"Date":"9/29/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":531,"Cost":407,"Date":"11/7/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":596,"Cost":342,"Date":"11/26/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":89,"Date":"11/27/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":965,"Cost":516,"Date":"12/5/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":533,"Cost":287,"Date":"12/26/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":633,"Cost":402,"Date":"12/31/2020"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":181,"Date":"1/20/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":821,"Cost":433,"Date":"2/2/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":611,"Cost":509,"Date":"2/8/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":939,"Cost":793,"Date":"2/27/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":777,"Cost":711,"Date":"3/1/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":338,"Cost":301,"Date":"3/1/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":741,"Cost":554,"Date":"3/19/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":789,"Cost":613,"Date":"3/28/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":127,"Cost":121,"Date":"5/21/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":400,"Cost":277,"Date":"7/21/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":33,"Cost":26,"Date":"8/5/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":834,"Cost":543,"Date":"8/12/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":73,"Date":"8/21/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":72,"Cost":42,"Date":"8/23/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":154,"Cost":89,"Date":"9/3/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":830,"Cost":764,"Date":"9/5/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":331,"Cost":223,"Date":"10/6/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":245,"Cost":190,"Date":"10/19/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":235,"Cost":224,"Date":"11/15/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":425,"Cost":298,"Date":"12/8/2021"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":378,"Cost":343,"Date":"1/8/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":429,"Cost":285,"Date":"1/14/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":445,"Cost":411,"Date":"1/19/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":162,"Cost":115,"Date":"1/28/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":569,"Cost":407,"Date":"1/31/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":163,"Cost":95,"Date":"3/27/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":295,"Cost":224,"Date":"4/20/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":674,"Cost":562,"Date":"4/24/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":784,"Date":"4/28/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":876,"Cost":723,"Date":"5/15/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":89,"Cost":46,"Date":"5/16/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":600,"Cost":352,"Date":"5/18/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":780,"Cost":468,"Date":"6/2/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":56,"Date":"6/3/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":927,"Cost":485,"Date":"6/5/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":480,"Cost":389,"Date":"6/7/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":692,"Cost":400,"Date":"6/14/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":919,"Cost":620,"Date":"6/20/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":331,"Cost":313,"Date":"6/24/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":242,"Cost":158,"Date":"7/4/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":949,"Cost":758,"Date":"7/9/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":174,"Cost":140,"Date":"7/12/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":256,"Cost":212,"Date":"8/14/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":433,"Cost":241,"Date":"8/16/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":762,"Cost":408,"Date":"8/23/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":694,"Cost":383,"Date":"9/2/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":763,"Cost":689,"Date":"9/3/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":867,"Cost":520,"Date":"9/16/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":673,"Cost":495,"Date":"10/4/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":574,"Cost":457,"Date":"11/1/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":378,"Cost":241,"Date":"11/2/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":679,"Cost":372,"Date":"12/17/2022"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":678,"Cost":524,"Date":"2/10/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":291,"Cost":195,"Date":"2/28/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":972,"Cost":779,"Date":"3/4/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":62,"Cost":38,"Date":"3/9/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":128,"Date":"3/9/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":869,"Cost":519,"Date":"3/11/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":716,"Cost":650,"Date":"3/17/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":45,"Cost":25,"Date":"3/17/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":572,"Cost":419,"Date":"3/23/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":29,"Cost":21,"Date":"4/1/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":390,"Cost":369,"Date":"5/7/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":846,"Cost":655,"Date":"5/10/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":181,"Cost":157,"Date":"5/20/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":896,"Cost":518,"Date":"6/2/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":762,"Cost":662,"Date":"6/11/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":606,"Cost":471,"Date":"6/16/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":210,"Cost":141,"Date":"6/16/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":840,"Cost":670,"Date":"7/10/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":510,"Cost":455,"Date":"7/11/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":16,"Cost":10,"Date":"8/28/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":440,"Cost":282,"Date":"8/29/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":37,"Cost":24,"Date":"8/31/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":14,"Date":"9/8/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":477,"Cost":391,"Date":"9/13/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":73,"Cost":45,"Date":"9/14/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":270,"Date":"9/19/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":716,"Cost":431,"Date":"9/25/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":499,"Cost":322,"Date":"10/4/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":674,"Cost":454,"Date":"10/10/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":949,"Cost":756,"Date":"10/17/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":382,"Cost":351,"Date":"10/28/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":575,"Cost":386,"Date":"10/30/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":894,"Cost":548,"Date":"11/1/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":67,"Cost":63,"Date":"11/15/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":104,"Cost":55,"Date":"11/25/2023"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":974,"Cost":912,"Date":"1/10/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":183,"Cost":159,"Date":"1/14/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":178,"Cost":150,"Date":"1/20/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":194,"Cost":132,"Date":"2/8/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":280,"Cost":186,"Date":"2/25/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":961,"Cost":861,"Date":"3/7/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":223,"Cost":190,"Date":"3/14/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":324,"Cost":191,"Date":"3/27/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":140,"Date":"4/5/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":414,"Cost":353,"Date":"4/14/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":484,"Cost":431,"Date":"5/3/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":441,"Cost":336,"Date":"5/9/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":161,"Date":"5/15/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":17,"Cost":12,"Date":"5/25/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":762,"Date":"5/26/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":944,"Cost":590,"Date":"5/31/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":182,"Cost":128,"Date":"7/27/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":303,"Cost":234,"Date":"9/17/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":18,"Cost":15,"Date":"10/6/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":800,"Cost":646,"Date":"10/8/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":136,"Cost":108,"Date":"10/26/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":11,"Date":"11/16/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":864,"Cost":554,"Date":"11/18/2024"},{"Store":"Aachen Arkaden","Brand":"ARKET","Country":"Germany","Sale":769,"Cost":717,"Date":"12/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":586,"Cost":415,"Date":"2/9/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":131,"Cost":106,"Date":"2/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":29,"Cost":24,"Date":"3/10/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":536,"Cost":281,"Date":"3/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":108,"Cost":80,"Date":"3/18/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":862,"Cost":663,"Date":"3/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":388,"Cost":289,"Date":"3/26/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":126,"Cost":106,"Date":"6/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":696,"Cost":550,"Date":"6/10/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":144,"Cost":119,"Date":"6/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":574,"Cost":523,"Date":"6/25/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":342,"Cost":210,"Date":"7/19/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":39,"Cost":25,"Date":"7/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":946,"Cost":484,"Date":"7/25/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":948,"Cost":723,"Date":"8/4/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":828,"Cost":669,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":357,"Cost":303,"Date":"9/4/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":740,"Cost":680,"Date":"9/19/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":114,"Date":"9/29/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":141,"Cost":126,"Date":"10/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":504,"Cost":403,"Date":"10/15/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":769,"Cost":453,"Date":"10/30/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":253,"Cost":155,"Date":"11/9/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":902,"Cost":661,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":271,"Date":"11/30/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":596,"Cost":459,"Date":"12/8/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":636,"Cost":337,"Date":"12/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":602,"Cost":346,"Date":"1/15/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":88,"Cost":69,"Date":"1/24/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":406,"Cost":299,"Date":"2/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":686,"Cost":603,"Date":"2/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":950,"Cost":692,"Date":"3/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":310,"Date":"3/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":508,"Cost":428,"Date":"4/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":622,"Cost":571,"Date":"5/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":447,"Date":"5/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":103,"Cost":69,"Date":"6/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":888,"Cost":753,"Date":"6/26/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":633,"Cost":586,"Date":"7/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":19,"Cost":13,"Date":"7/13/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":738,"Cost":409,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":583,"Cost":308,"Date":"8/26/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":843,"Cost":472,"Date":"9/2/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":139,"Cost":124,"Date":"9/29/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":703,"Cost":490,"Date":"10/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":175,"Cost":147,"Date":"11/2/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":40,"Cost":33,"Date":"11/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":336,"Cost":287,"Date":"11/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":733,"Cost":513,"Date":"12/1/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":131,"Cost":102,"Date":"12/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":805,"Cost":658,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":856,"Cost":767,"Date":"12/18/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":612,"Cost":529,"Date":"12/20/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":769,"Cost":522,"Date":"12/20/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":839,"Cost":758,"Date":"12/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":99,"Cost":55,"Date":"1/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":942,"Cost":762,"Date":"2/5/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":901,"Cost":538,"Date":"2/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":612,"Cost":491,"Date":"2/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":837,"Cost":496,"Date":"2/18/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":843,"Cost":731,"Date":"2/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":544,"Cost":288,"Date":"2/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":303,"Cost":152,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":891,"Cost":498,"Date":"4/2/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":151,"Cost":107,"Date":"4/3/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":757,"Cost":518,"Date":"4/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":724,"Cost":526,"Date":"4/10/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":191,"Cost":136,"Date":"4/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":503,"Cost":457,"Date":"5/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":905,"Cost":472,"Date":"5/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":129,"Cost":115,"Date":"6/20/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":894,"Cost":659,"Date":"7/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":140,"Cost":109,"Date":"7/4/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":20,"Cost":17,"Date":"7/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":89,"Cost":48,"Date":"7/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":23,"Cost":17,"Date":"7/14/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":575,"Cost":466,"Date":"7/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":487,"Cost":254,"Date":"8/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":19,"Cost":17,"Date":"8/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":735,"Cost":380,"Date":"8/7/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":56,"Cost":44,"Date":"8/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":505,"Cost":308,"Date":"8/31/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":632,"Cost":448,"Date":"9/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":248,"Cost":138,"Date":"9/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":34,"Date":"9/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":948,"Cost":642,"Date":"9/29/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":163,"Cost":135,"Date":"11/7/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":169,"Cost":105,"Date":"11/26/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":578,"Date":"11/27/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":995,"Cost":614,"Date":"12/5/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":489,"Cost":431,"Date":"12/26/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":617,"Cost":489,"Date":"12/31/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":312,"Cost":167,"Date":"1/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":286,"Cost":157,"Date":"2/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":500,"Cost":329,"Date":"2/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":156,"Cost":102,"Date":"2/27/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":113,"Cost":80,"Date":"3/1/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":907,"Cost":545,"Date":"3/1/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":569,"Cost":371,"Date":"3/19/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":334,"Cost":217,"Date":"3/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":183,"Cost":118,"Date":"5/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":530,"Cost":298,"Date":"7/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":95,"Cost":57,"Date":"8/5/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":387,"Cost":350,"Date":"8/12/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":955,"Cost":863,"Date":"8/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":313,"Cost":200,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":270,"Cost":153,"Date":"9/3/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":69,"Cost":48,"Date":"9/5/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":320,"Cost":192,"Date":"10/6/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":788,"Cost":565,"Date":"10/19/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":668,"Cost":419,"Date":"11/15/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":121,"Cost":102,"Date":"12/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":207,"Cost":180,"Date":"1/8/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":422,"Cost":384,"Date":"1/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":163,"Cost":152,"Date":"1/19/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":398,"Cost":369,"Date":"1/28/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":307,"Cost":233,"Date":"1/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":682,"Cost":524,"Date":"3/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":910,"Cost":610,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":147,"Cost":126,"Date":"4/24/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":691,"Cost":422,"Date":"4/28/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":539,"Cost":385,"Date":"5/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":764,"Cost":717,"Date":"5/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":319,"Cost":207,"Date":"5/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":634,"Date":"6/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":452,"Cost":254,"Date":"6/3/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":948,"Cost":861,"Date":"6/5/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":323,"Date":"6/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":391,"Cost":268,"Date":"6/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":260,"Cost":156,"Date":"6/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":322,"Cost":260,"Date":"6/24/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":301,"Cost":193,"Date":"7/4/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":601,"Cost":529,"Date":"7/9/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":930,"Cost":689,"Date":"7/12/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":308,"Cost":219,"Date":"8/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":219,"Cost":166,"Date":"8/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":752,"Cost":585,"Date":"8/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":352,"Cost":199,"Date":"9/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":228,"Date":"9/3/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":25,"Cost":12,"Date":"9/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":404,"Cost":297,"Date":"10/4/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":519,"Cost":275,"Date":"11/1/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":693,"Cost":545,"Date":"11/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":34,"Cost":23,"Date":"12/17/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":521,"Cost":372,"Date":"2/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":796,"Cost":528,"Date":"2/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":445,"Cost":264,"Date":"3/4/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":245,"Cost":185,"Date":"3/9/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":997,"Cost":541,"Date":"3/9/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":777,"Cost":530,"Date":"3/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":32,"Cost":22,"Date":"3/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":247,"Cost":183,"Date":"3/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":784,"Cost":456,"Date":"3/23/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":834,"Cost":462,"Date":"4/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":734,"Cost":436,"Date":"5/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":298,"Cost":220,"Date":"5/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":435,"Cost":317,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":47,"Cost":32,"Date":"6/2/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":619,"Cost":398,"Date":"6/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":883,"Cost":748,"Date":"6/16/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":289,"Cost":272,"Date":"6/16/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":183,"Cost":152,"Date":"7/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":230,"Cost":185,"Date":"7/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":208,"Cost":188,"Date":"8/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":69,"Cost":65,"Date":"8/29/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":876,"Cost":779,"Date":"8/31/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":518,"Cost":437,"Date":"9/8/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":247,"Cost":131,"Date":"9/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":418,"Cost":392,"Date":"9/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":79,"Date":"9/19/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":712,"Cost":420,"Date":"9/25/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":557,"Cost":331,"Date":"10/4/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":79,"Cost":73,"Date":"10/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":744,"Cost":621,"Date":"10/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":845,"Cost":770,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":390,"Cost":348,"Date":"10/30/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":729,"Cost":583,"Date":"11/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":148,"Cost":120,"Date":"11/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":108,"Cost":86,"Date":"11/25/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":50,"Date":"1/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":796,"Cost":676,"Date":"1/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":516,"Cost":412,"Date":"1/20/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":559,"Cost":409,"Date":"2/8/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":733,"Cost":418,"Date":"2/25/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":979,"Cost":823,"Date":"3/7/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":597,"Cost":532,"Date":"3/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":134,"Cost":123,"Date":"3/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":706,"Cost":626,"Date":"4/5/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":599,"Cost":463,"Date":"4/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":464,"Cost":399,"Date":"5/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":597,"Cost":377,"Date":"5/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":860,"Cost":681,"Date":"5/15/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":175,"Cost":88,"Date":"5/25/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":506,"Cost":342,"Date":"5/26/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":1000,"Cost":680,"Date":"5/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":858,"Cost":448,"Date":"7/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":999,"Cost":510,"Date":"9/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":689,"Cost":635,"Date":"10/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":743,"Cost":562,"Date":"10/8/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":994,"Cost":854,"Date":"10/26/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":214,"Date":"11/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":892,"Cost":529,"Date":"11/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Jeans","Country":"Germany","Sale":438,"Cost":257,"Date":"12/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":371,"Cost":272,"Date":"2/9/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":768,"Cost":504,"Date":"2/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":312,"Date":"3/10/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":101,"Cost":66,"Date":"3/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":32,"Cost":23,"Date":"3/18/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":369,"Cost":205,"Date":"3/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":61,"Date":"3/26/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":747,"Cost":552,"Date":"6/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":662,"Cost":404,"Date":"6/10/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":448,"Cost":283,"Date":"6/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":152,"Cost":93,"Date":"6/25/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":558,"Cost":366,"Date":"7/19/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":542,"Cost":335,"Date":"7/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":898,"Cost":452,"Date":"7/25/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":146,"Cost":122,"Date":"8/4/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":854,"Cost":459,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":190,"Cost":97,"Date":"9/4/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":735,"Cost":619,"Date":"9/19/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":497,"Date":"9/29/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":588,"Cost":428,"Date":"10/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":431,"Cost":250,"Date":"10/15/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":340,"Cost":249,"Date":"10/30/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":164,"Cost":145,"Date":"11/9/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":222,"Cost":163,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":415,"Date":"11/30/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":423,"Cost":294,"Date":"12/8/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":574,"Cost":420,"Date":"12/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":8,"Date":"1/15/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":489,"Cost":457,"Date":"1/24/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":844,"Cost":645,"Date":"2/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":821,"Cost":662,"Date":"2/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":812,"Cost":450,"Date":"3/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":566,"Cost":477,"Date":"3/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":981,"Cost":892,"Date":"4/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":214,"Cost":126,"Date":"5/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":901,"Cost":479,"Date":"5/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":51,"Cost":33,"Date":"6/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":992,"Cost":786,"Date":"6/26/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":846,"Cost":671,"Date":"7/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":834,"Cost":658,"Date":"7/13/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":649,"Cost":567,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":183,"Cost":155,"Date":"8/26/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":566,"Cost":395,"Date":"9/2/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":158,"Cost":125,"Date":"9/29/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":682,"Cost":402,"Date":"10/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":870,"Cost":771,"Date":"11/2/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":627,"Cost":488,"Date":"11/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":146,"Cost":89,"Date":"11/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":330,"Cost":303,"Date":"12/1/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":560,"Cost":384,"Date":"12/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":277,"Cost":225,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":631,"Date":"12/18/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":299,"Cost":156,"Date":"12/20/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":707,"Cost":484,"Date":"12/20/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":270,"Date":"12/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":398,"Date":"1/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":843,"Cost":580,"Date":"2/5/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":211,"Cost":195,"Date":"2/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":22,"Cost":12,"Date":"2/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":62,"Cost":58,"Date":"2/18/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":805,"Cost":722,"Date":"2/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":921,"Cost":486,"Date":"2/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":388,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":598,"Cost":424,"Date":"4/2/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":701,"Cost":437,"Date":"4/3/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":814,"Cost":574,"Date":"4/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":828,"Cost":510,"Date":"4/10/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":43,"Cost":24,"Date":"4/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":860,"Cost":512,"Date":"5/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":439,"Cost":273,"Date":"5/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":822,"Cost":768,"Date":"6/20/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":968,"Cost":569,"Date":"7/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":610,"Cost":401,"Date":"7/4/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":964,"Cost":802,"Date":"7/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":536,"Cost":465,"Date":"7/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":357,"Cost":311,"Date":"7/14/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":814,"Cost":623,"Date":"7/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":161,"Cost":81,"Date":"8/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":174,"Cost":92,"Date":"8/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":500,"Date":"8/7/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":775,"Cost":684,"Date":"8/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":740,"Cost":696,"Date":"8/31/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":298,"Cost":188,"Date":"9/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":835,"Cost":460,"Date":"9/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":632,"Cost":339,"Date":"9/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":905,"Cost":531,"Date":"9/29/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":297,"Cost":264,"Date":"11/7/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":517,"Cost":417,"Date":"11/26/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":141,"Cost":106,"Date":"11/27/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":800,"Cost":741,"Date":"12/5/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":498,"Cost":268,"Date":"12/26/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":373,"Cost":197,"Date":"12/31/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":45,"Cost":27,"Date":"1/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":966,"Cost":828,"Date":"2/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":370,"Cost":306,"Date":"2/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":714,"Cost":469,"Date":"2/27/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":856,"Cost":544,"Date":"3/1/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":485,"Cost":273,"Date":"3/1/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":94,"Cost":61,"Date":"3/19/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":673,"Cost":586,"Date":"3/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":440,"Cost":301,"Date":"5/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":64,"Cost":39,"Date":"7/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":190,"Cost":159,"Date":"8/5/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":622,"Cost":509,"Date":"8/12/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":712,"Cost":533,"Date":"8/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":282,"Cost":252,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":987,"Cost":892,"Date":"9/3/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":505,"Date":"9/5/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":489,"Cost":376,"Date":"10/6/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":756,"Cost":593,"Date":"10/19/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":528,"Cost":403,"Date":"11/15/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":720,"Cost":404,"Date":"12/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":419,"Date":"1/8/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":379,"Cost":265,"Date":"1/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":748,"Cost":593,"Date":"1/19/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":416,"Cost":261,"Date":"1/28/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":56,"Cost":45,"Date":"1/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":994,"Cost":702,"Date":"3/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":113,"Cost":71,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":5,"Date":"4/24/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":271,"Cost":195,"Date":"4/28/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":212,"Cost":150,"Date":"5/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":19,"Cost":14,"Date":"5/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":92,"Cost":69,"Date":"5/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":408,"Cost":355,"Date":"6/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":352,"Cost":317,"Date":"6/3/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":48,"Cost":44,"Date":"6/5/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":701,"Cost":506,"Date":"6/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":737,"Cost":666,"Date":"6/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":955,"Cost":703,"Date":"6/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":755,"Cost":418,"Date":"6/24/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":285,"Date":"7/4/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":592,"Cost":302,"Date":"7/9/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":327,"Cost":235,"Date":"7/12/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":314,"Date":"8/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":370,"Cost":213,"Date":"8/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":879,"Cost":524,"Date":"8/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":110,"Cost":95,"Date":"9/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":660,"Cost":571,"Date":"9/3/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":496,"Cost":267,"Date":"9/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":116,"Cost":96,"Date":"10/4/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":378,"Cost":231,"Date":"11/1/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":213,"Cost":152,"Date":"11/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":73,"Cost":61,"Date":"12/17/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":257,"Cost":237,"Date":"2/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":605,"Cost":518,"Date":"2/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":955,"Cost":548,"Date":"3/4/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":440,"Cost":340,"Date":"3/9/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":766,"Cost":393,"Date":"3/9/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":369,"Cost":278,"Date":"3/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":752,"Cost":386,"Date":"3/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":452,"Date":"3/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":455,"Cost":294,"Date":"3/23/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":211,"Cost":118,"Date":"4/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":222,"Cost":178,"Date":"5/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":300,"Cost":171,"Date":"5/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":938,"Cost":549,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":219,"Cost":195,"Date":"6/2/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":304,"Cost":172,"Date":"6/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":290,"Date":"6/16/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":936,"Cost":640,"Date":"6/16/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":247,"Cost":168,"Date":"7/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":6,"Cost":3,"Date":"7/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":142,"Cost":118,"Date":"8/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":750,"Cost":606,"Date":"8/29/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":584,"Cost":530,"Date":"8/31/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":826,"Cost":625,"Date":"9/8/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":150,"Cost":78,"Date":"9/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":528,"Cost":464,"Date":"9/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":260,"Cost":131,"Date":"9/19/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":237,"Cost":159,"Date":"9/25/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":944,"Cost":713,"Date":"10/4/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":34,"Cost":26,"Date":"10/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":544,"Cost":469,"Date":"10/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":895,"Cost":768,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":312,"Cost":181,"Date":"10/30/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":914,"Cost":734,"Date":"11/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":344,"Cost":219,"Date":"11/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":283,"Cost":269,"Date":"11/25/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":825,"Cost":502,"Date":"1/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":298,"Cost":280,"Date":"1/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":870,"Cost":659,"Date":"1/20/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":167,"Cost":135,"Date":"2/8/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":886,"Cost":683,"Date":"2/25/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":47,"Cost":23,"Date":"3/7/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":681,"Cost":444,"Date":"3/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":21,"Cost":16,"Date":"3/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":913,"Cost":820,"Date":"4/5/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":671,"Cost":484,"Date":"4/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":192,"Cost":156,"Date":"5/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":298,"Cost":170,"Date":"5/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":792,"Cost":446,"Date":"5/15/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":795,"Cost":486,"Date":"5/25/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":796,"Cost":638,"Date":"5/26/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":856,"Cost":754,"Date":"5/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":456,"Cost":350,"Date":"7/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":536,"Cost":343,"Date":"9/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":120,"Cost":61,"Date":"10/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":581,"Cost":312,"Date":"10/8/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":34,"Cost":21,"Date":"10/26/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":966,"Cost":588,"Date":"11/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":641,"Cost":509,"Date":"11/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"HM Home","Country":"Germany","Sale":488,"Cost":326,"Date":"12/1/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":252,"Cost":190,"Date":"2/9/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":225,"Cost":183,"Date":"2/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":93,"Cost":58,"Date":"3/10/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":22,"Cost":14,"Date":"3/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":848,"Cost":541,"Date":"3/18/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":59,"Cost":34,"Date":"3/20/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":368,"Cost":193,"Date":"3/26/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":838,"Cost":484,"Date":"6/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":824,"Cost":454,"Date":"6/10/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":565,"Cost":320,"Date":"6/16/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":112,"Cost":80,"Date":"6/25/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":801,"Cost":726,"Date":"7/19/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":339,"Cost":233,"Date":"7/21/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":335,"Cost":261,"Date":"7/25/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":704,"Cost":653,"Date":"8/4/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":277,"Cost":255,"Date":"9/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":363,"Cost":236,"Date":"9/4/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":966,"Cost":680,"Date":"9/19/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":914,"Cost":680,"Date":"9/29/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":636,"Cost":511,"Date":"10/2/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":660,"Cost":585,"Date":"10/15/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":701,"Cost":561,"Date":"10/30/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":766,"Cost":524,"Date":"11/9/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":645,"Cost":552,"Date":"11/23/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":779,"Cost":517,"Date":"11/30/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":147,"Cost":115,"Date":"12/8/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":4,"Cost":3,"Date":"12/11/2018"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":702,"Cost":581,"Date":"1/15/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":678,"Cost":450,"Date":"1/24/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":501,"Cost":361,"Date":"2/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":170,"Cost":92,"Date":"2/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":832,"Cost":473,"Date":"3/9/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":643,"Cost":606,"Date":"3/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":483,"Cost":408,"Date":"4/19/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":167,"Cost":131,"Date":"5/3/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":823,"Cost":730,"Date":"5/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":208,"Cost":197,"Date":"6/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":30,"Cost":18,"Date":"6/26/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":942,"Cost":563,"Date":"7/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":324,"Cost":247,"Date":"7/13/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":946,"Cost":499,"Date":"8/8/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":891,"Cost":771,"Date":"8/26/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":644,"Cost":555,"Date":"9/2/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":950,"Cost":574,"Date":"9/29/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":741,"Cost":702,"Date":"10/12/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":656,"Cost":528,"Date":"11/2/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":599,"Cost":346,"Date":"11/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":801,"Cost":429,"Date":"11/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":862,"Cost":733,"Date":"12/1/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":527,"Cost":365,"Date":"12/4/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":960,"Cost":695,"Date":"12/7/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":653,"Cost":371,"Date":"12/18/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":620,"Cost":312,"Date":"12/20/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":587,"Cost":498,"Date":"12/20/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":543,"Cost":348,"Date":"12/21/2019"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":788,"Cost":510,"Date":"1/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":152,"Cost":137,"Date":"2/5/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":271,"Cost":206,"Date":"2/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":346,"Cost":274,"Date":"2/16/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":13,"Cost":10,"Date":"2/18/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":854,"Cost":533,"Date":"2/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":246,"Cost":129,"Date":"2/25/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":275,"Cost":151,"Date":"3/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":115,"Cost":84,"Date":"4/2/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":854,"Cost":475,"Date":"4/3/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":637,"Cost":509,"Date":"4/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":718,"Cost":666,"Date":"4/10/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":381,"Cost":332,"Date":"4/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":712,"Cost":442,"Date":"5/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":947,"Cost":677,"Date":"5/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":597,"Cost":390,"Date":"6/20/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":121,"Cost":90,"Date":"7/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":536,"Cost":272,"Date":"7/4/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":518,"Cost":329,"Date":"7/8/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":35,"Cost":29,"Date":"7/9/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":337,"Cost":179,"Date":"7/14/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":452,"Cost":270,"Date":"7/19/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":587,"Cost":315,"Date":"8/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":46,"Cost":27,"Date":"8/6/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":400,"Cost":226,"Date":"8/7/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":595,"Cost":371,"Date":"8/22/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":377,"Cost":305,"Date":"8/31/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":752,"Cost":537,"Date":"9/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":39,"Cost":27,"Date":"9/1/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":50,"Cost":48,"Date":"9/17/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":113,"Cost":67,"Date":"9/29/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":657,"Cost":459,"Date":"11/7/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":327,"Cost":236,"Date":"11/26/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":128,"Cost":104,"Date":"11/27/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":60,"Cost":45,"Date":"12/5/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":151,"Cost":100,"Date":"12/26/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":960,"Cost":518,"Date":"12/31/2020"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":179,"Cost":137,"Date":"1/20/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":261,"Cost":200,"Date":"2/2/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":35,"Cost":32,"Date":"2/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":587,"Cost":415,"Date":"2/27/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":705,"Cost":578,"Date":"3/1/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":275,"Cost":177,"Date":"3/1/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":686,"Cost":449,"Date":"3/19/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":404,"Cost":330,"Date":"3/28/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":231,"Cost":199,"Date":"5/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":906,"Cost":721,"Date":"7/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":31,"Cost":25,"Date":"8/5/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":991,"Cost":777,"Date":"8/12/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":587,"Cost":448,"Date":"8/21/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":829,"Cost":762,"Date":"8/23/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":843,"Cost":696,"Date":"9/3/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":141,"Cost":122,"Date":"9/5/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":541,"Cost":472,"Date":"10/6/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":333,"Cost":215,"Date":"10/19/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":672,"Cost":616,"Date":"11/15/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":862,"Cost":590,"Date":"12/8/2021"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":73,"Cost":60,"Date":"1/8/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":209,"Cost":136,"Date":"1/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":899,"Cost":848,"Date":"1/19/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":626,"Cost":586,"Date":"1/28/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":370,"Cost":344,"Date":"1/31/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":846,"Cost":447,"Date":"3/27/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":465,"Cost":305,"Date":"4/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":754,"Cost":406,"Date":"4/24/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":459,"Cost":347,"Date":"4/28/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":902,"Cost":471,"Date":"5/15/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":311,"Cost":211,"Date":"5/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":961,"Cost":811,"Date":"5/18/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":791,"Cost":566,"Date":"6/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":635,"Cost":503,"Date":"6/3/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":896,"Cost":654,"Date":"6/5/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":626,"Cost":483,"Date":"6/7/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":569,"Cost":481,"Date":"6/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":975,"Cost":791,"Date":"6/20/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":677,"Cost":450,"Date":"6/24/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":481,"Cost":396,"Date":"7/4/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":913,"Cost":863,"Date":"7/9/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":873,"Cost":778,"Date":"7/12/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":906,"Cost":800,"Date":"8/14/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":368,"Cost":336,"Date":"8/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":981,"Cost":816,"Date":"8/23/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":529,"Cost":296,"Date":"9/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":119,"Cost":103,"Date":"9/3/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":82,"Cost":51,"Date":"9/16/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":168,"Cost":118,"Date":"10/4/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":748,"Cost":576,"Date":"11/1/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":885,"Cost":555,"Date":"11/2/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":86,"Cost":79,"Date":"12/17/2022"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":278,"Cost":157,"Date":"2/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":615,"Cost":428,"Date":"2/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":503,"Cost":289,"Date":"3/4/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":330,"Cost":173,"Date":"3/9/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":204,"Cost":109,"Date":"3/9/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":514,"Cost":429,"Date":"3/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":816,"Cost":600,"Date":"3/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":655,"Cost":515,"Date":"3/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":752,"Cost":512,"Date":"3/23/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":658,"Cost":612,"Date":"4/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":98,"Cost":55,"Date":"5/7/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":587,"Cost":415,"Date":"5/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":96,"Cost":91,"Date":"5/20/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":797,"Cost":687,"Date":"6/2/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":205,"Cost":145,"Date":"6/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":766,"Cost":658,"Date":"6/16/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":631,"Cost":587,"Date":"6/16/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":73,"Cost":58,"Date":"7/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":495,"Cost":459,"Date":"7/11/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":898,"Cost":661,"Date":"8/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":117,"Cost":105,"Date":"8/29/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":857,"Cost":442,"Date":"8/31/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":268,"Cost":152,"Date":"9/8/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":913,"Cost":621,"Date":"9/13/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":616,"Cost":324,"Date":"9/14/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":906,"Cost":461,"Date":"9/19/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":477,"Cost":441,"Date":"9/25/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":375,"Cost":291,"Date":"10/4/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":23,"Cost":14,"Date":"10/10/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":683,"Cost":493,"Date":"10/17/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":579,"Cost":485,"Date":"10/28/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":303,"Cost":257,"Date":"10/30/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":919,"Cost":568,"Date":"11/1/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":187,"Cost":144,"Date":"11/15/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":449,"Cost":381,"Date":"11/25/2023"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":500,"Cost":275,"Date":"1/10/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":130,"Cost":93,"Date":"1/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":80,"Cost":64,"Date":"1/20/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":924,"Cost":640,"Date":"2/8/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":542,"Cost":431,"Date":"2/25/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":302,"Cost":243,"Date":"3/7/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":550,"Cost":464,"Date":"3/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":681,"Cost":386,"Date":"3/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":874,"Cost":778,"Date":"4/5/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":848,"Cost":484,"Date":"4/14/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":916,"Cost":471,"Date":"5/3/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":794,"Cost":633,"Date":"5/9/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":159,"Cost":147,"Date":"5/15/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":597,"Cost":536,"Date":"5/25/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":194,"Cost":175,"Date":"5/26/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":875,"Cost":710,"Date":"5/31/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":139,"Cost":124,"Date":"7/27/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":323,"Cost":240,"Date":"9/17/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":573,"Cost":297,"Date":"10/6/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":363,"Cost":226,"Date":"10/8/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":93,"Cost":86,"Date":"10/26/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":944,"Cost":690,"Date":"11/16/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":921,"Cost":693,"Date":"11/18/2024"},{"Store":"Altstadt-Arkaden, Nordhausen","Brand":"Nova","Country":"Germany","Sale":132,"Cost":120,"Date":"12/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":940,"Cost":707,"Date":"2/9/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":563,"Cost":428,"Date":"2/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":783,"Cost":479,"Date":"3/10/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":258,"Cost":147,"Date":"3/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":381,"Cost":225,"Date":"3/18/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":120,"Cost":92,"Date":"3/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":469,"Cost":387,"Date":"3/26/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":848,"Cost":477,"Date":"6/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":173,"Cost":108,"Date":"6/10/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":596,"Cost":360,"Date":"6/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":136,"Cost":108,"Date":"6/25/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":434,"Cost":327,"Date":"7/19/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":783,"Cost":455,"Date":"7/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":141,"Cost":130,"Date":"7/25/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":515,"Cost":347,"Date":"8/4/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":472,"Cost":334,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":685,"Cost":429,"Date":"9/4/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":420,"Cost":321,"Date":"9/19/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":655,"Cost":340,"Date":"9/29/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":365,"Cost":285,"Date":"10/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":946,"Cost":532,"Date":"10/15/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":402,"Cost":330,"Date":"10/30/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":394,"Cost":338,"Date":"11/9/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":256,"Cost":132,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":37,"Cost":31,"Date":"11/30/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":322,"Cost":302,"Date":"12/8/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":850,"Cost":434,"Date":"12/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":585,"Cost":460,"Date":"1/15/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":350,"Cost":317,"Date":"1/24/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":440,"Cost":312,"Date":"2/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":887,"Cost":810,"Date":"2/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":945,"Cost":484,"Date":"3/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":731,"Cost":686,"Date":"3/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":387,"Cost":274,"Date":"4/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":137,"Cost":68,"Date":"5/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":140,"Cost":132,"Date":"5/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":581,"Cost":312,"Date":"6/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":539,"Cost":493,"Date":"6/26/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":725,"Cost":586,"Date":"7/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":877,"Cost":793,"Date":"7/13/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":895,"Cost":532,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":65,"Cost":53,"Date":"8/26/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":54,"Cost":35,"Date":"9/2/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":308,"Cost":239,"Date":"9/29/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":491,"Cost":420,"Date":"10/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":206,"Cost":140,"Date":"11/2/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":179,"Cost":168,"Date":"11/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":762,"Cost":463,"Date":"11/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":681,"Cost":591,"Date":"12/1/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":624,"Cost":424,"Date":"12/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":825,"Cost":773,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":338,"Cost":204,"Date":"12/18/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":654,"Cost":563,"Date":"12/20/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":866,"Cost":735,"Date":"12/20/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":384,"Cost":338,"Date":"12/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":79,"Cost":70,"Date":"1/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":660,"Cost":509,"Date":"2/5/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":115,"Cost":82,"Date":"2/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":875,"Cost":759,"Date":"2/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":252,"Cost":178,"Date":"2/18/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":843,"Cost":771,"Date":"2/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":879,"Cost":447,"Date":"2/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":448,"Cost":359,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":934,"Cost":698,"Date":"4/2/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":651,"Cost":542,"Date":"4/3/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":749,"Cost":435,"Date":"4/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":692,"Cost":460,"Date":"4/10/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":590,"Cost":377,"Date":"4/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":571,"Cost":293,"Date":"5/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":391,"Cost":293,"Date":"5/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":315,"Cost":161,"Date":"6/20/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":353,"Cost":239,"Date":"7/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":708,"Cost":623,"Date":"7/4/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":17,"Cost":13,"Date":"7/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":140,"Cost":131,"Date":"7/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":346,"Cost":189,"Date":"7/14/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":633,"Cost":541,"Date":"7/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":201,"Cost":116,"Date":"8/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":870,"Cost":490,"Date":"8/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":523,"Cost":284,"Date":"8/7/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":380,"Cost":297,"Date":"8/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":747,"Cost":427,"Date":"8/31/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":220,"Cost":152,"Date":"9/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":289,"Cost":261,"Date":"9/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":965,"Cost":496,"Date":"9/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":205,"Cost":131,"Date":"9/29/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":930,"Cost":778,"Date":"11/7/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":297,"Cost":261,"Date":"11/26/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":161,"Cost":128,"Date":"11/27/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":373,"Cost":280,"Date":"12/5/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":670,"Cost":611,"Date":"12/26/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":649,"Cost":352,"Date":"12/31/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":682,"Cost":426,"Date":"1/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":913,"Cost":813,"Date":"2/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":236,"Cost":194,"Date":"2/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":114,"Cost":79,"Date":"2/27/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":357,"Cost":186,"Date":"3/1/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":821,"Cost":572,"Date":"3/1/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":569,"Cost":512,"Date":"3/19/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":904,"Cost":677,"Date":"3/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":559,"Cost":467,"Date":"5/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":417,"Cost":306,"Date":"7/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":769,"Cost":574,"Date":"8/5/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":734,"Cost":578,"Date":"8/12/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":307,"Cost":241,"Date":"8/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":479,"Cost":332,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":775,"Cost":491,"Date":"9/3/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":555,"Cost":283,"Date":"9/5/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":523,"Cost":335,"Date":"10/6/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":935,"Cost":591,"Date":"10/19/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":258,"Cost":224,"Date":"11/15/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":931,"Cost":582,"Date":"12/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":971,"Cost":693,"Date":"1/8/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":601,"Cost":517,"Date":"1/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":228,"Cost":212,"Date":"1/19/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":571,"Cost":391,"Date":"1/28/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":702,"Cost":551,"Date":"1/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":337,"Cost":181,"Date":"3/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":820,"Cost":728,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":19,"Cost":12,"Date":"4/24/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":288,"Cost":179,"Date":"4/28/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":200,"Cost":181,"Date":"5/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":827,"Cost":710,"Date":"5/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":113,"Cost":72,"Date":"5/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":745,"Cost":525,"Date":"6/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":586,"Cost":516,"Date":"6/3/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":389,"Cost":282,"Date":"6/5/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":970,"Cost":771,"Date":"6/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":381,"Cost":307,"Date":"6/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":486,"Cost":264,"Date":"6/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":143,"Cost":102,"Date":"6/24/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":18,"Cost":12,"Date":"7/4/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":509,"Cost":381,"Date":"7/9/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":202,"Cost":123,"Date":"7/12/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":438,"Cost":339,"Date":"8/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":778,"Cost":609,"Date":"8/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":830,"Cost":674,"Date":"8/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":519,"Cost":463,"Date":"9/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":718,"Cost":547,"Date":"9/3/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":190,"Cost":175,"Date":"9/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":596,"Cost":463,"Date":"10/4/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":503,"Cost":418,"Date":"11/1/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":634,"Cost":395,"Date":"11/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":877,"Cost":830,"Date":"12/17/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":604,"Cost":423,"Date":"2/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":884,"Cost":739,"Date":"2/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":558,"Cost":448,"Date":"3/4/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":908,"Cost":720,"Date":"3/9/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":375,"Cost":313,"Date":"3/9/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":887,"Cost":563,"Date":"3/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":283,"Cost":164,"Date":"3/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":894,"Cost":631,"Date":"3/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":187,"Cost":105,"Date":"3/23/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":419,"Cost":213,"Date":"4/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":970,"Cost":622,"Date":"5/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":347,"Cost":300,"Date":"5/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":340,"Cost":308,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":375,"Cost":232,"Date":"6/2/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":884,"Cost":768,"Date":"6/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":318,"Cost":178,"Date":"6/16/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":307,"Cost":188,"Date":"6/16/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":184,"Cost":128,"Date":"7/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":140,"Cost":114,"Date":"7/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":227,"Cost":141,"Date":"8/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":463,"Cost":378,"Date":"8/29/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":528,"Cost":478,"Date":"8/31/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":105,"Cost":62,"Date":"9/8/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":407,"Cost":289,"Date":"9/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":359,"Cost":269,"Date":"9/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":749,"Cost":641,"Date":"9/19/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":654,"Cost":450,"Date":"9/25/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":603,"Cost":474,"Date":"10/4/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":83,"Cost":67,"Date":"10/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":473,"Cost":342,"Date":"10/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":438,"Cost":367,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":514,"Cost":386,"Date":"10/30/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":307,"Cost":210,"Date":"11/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":877,"Cost":549,"Date":"11/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":178,"Cost":159,"Date":"11/25/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":952,"Cost":866,"Date":"1/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":220,"Cost":134,"Date":"1/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":538,"Cost":372,"Date":"1/20/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":834,"Cost":678,"Date":"2/8/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":568,"Cost":534,"Date":"2/25/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":629,"Cost":379,"Date":"3/7/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":22,"Cost":19,"Date":"3/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":181,"Cost":109,"Date":"3/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":48,"Cost":25,"Date":"4/5/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":924,"Cost":569,"Date":"4/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":567,"Cost":342,"Date":"5/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":629,"Cost":421,"Date":"5/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":521,"Cost":362,"Date":"5/15/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":383,"Cost":300,"Date":"5/25/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":123,"Cost":93,"Date":"5/26/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":996,"Cost":618,"Date":"5/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":931,"Cost":841,"Date":"7/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":96,"Cost":70,"Date":"9/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":76,"Cost":56,"Date":"10/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":14,"Cost":7,"Date":"10/8/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":295,"Cost":207,"Date":"10/26/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":873,"Cost":614,"Date":"11/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":502,"Cost":405,"Date":"11/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM","Country":"Germany","Sale":792,"Cost":540,"Date":"12/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":894,"Cost":811,"Date":"2/9/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":414,"Cost":251,"Date":"2/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":16,"Cost":9,"Date":"3/10/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":296,"Cost":206,"Date":"3/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":835,"Cost":587,"Date":"3/18/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":853,"Cost":533,"Date":"3/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":456,"Cost":371,"Date":"3/26/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":538,"Cost":287,"Date":"6/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":747,"Cost":500,"Date":"6/10/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":991,"Cost":748,"Date":"6/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":488,"Cost":266,"Date":"6/25/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":983,"Cost":701,"Date":"7/19/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":984,"Cost":886,"Date":"7/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":55,"Cost":34,"Date":"7/25/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":461,"Cost":355,"Date":"8/4/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":799,"Cost":561,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":433,"Date":"9/4/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":198,"Cost":158,"Date":"9/19/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":256,"Date":"9/29/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":559,"Cost":424,"Date":"10/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":700,"Cost":562,"Date":"10/15/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":871,"Cost":682,"Date":"10/30/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":499,"Cost":434,"Date":"11/9/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":792,"Cost":607,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":416,"Cost":395,"Date":"11/30/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":27,"Cost":24,"Date":"12/8/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":490,"Cost":337,"Date":"12/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":974,"Cost":901,"Date":"1/15/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":102,"Cost":60,"Date":"1/24/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":642,"Cost":390,"Date":"2/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":891,"Cost":785,"Date":"2/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":473,"Cost":262,"Date":"3/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":652,"Cost":383,"Date":"3/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":432,"Cost":381,"Date":"4/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":338,"Cost":223,"Date":"5/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":877,"Cost":533,"Date":"5/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":3,"Cost":3,"Date":"6/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":772,"Cost":400,"Date":"6/26/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":242,"Cost":205,"Date":"7/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":232,"Cost":189,"Date":"7/13/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":656,"Cost":384,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":883,"Cost":515,"Date":"8/26/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":138,"Cost":130,"Date":"9/2/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":819,"Cost":531,"Date":"9/29/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":811,"Cost":709,"Date":"10/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":493,"Cost":369,"Date":"11/2/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":209,"Date":"11/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":715,"Cost":446,"Date":"11/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":887,"Cost":581,"Date":"12/1/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":543,"Cost":422,"Date":"12/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":314,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":448,"Cost":316,"Date":"12/18/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":40,"Cost":26,"Date":"12/20/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":771,"Cost":610,"Date":"12/20/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":31,"Cost":20,"Date":"12/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":635,"Cost":467,"Date":"1/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":587,"Cost":454,"Date":"2/5/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":456,"Cost":265,"Date":"2/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":897,"Cost":769,"Date":"2/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":445,"Cost":415,"Date":"2/18/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":984,"Cost":930,"Date":"2/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":370,"Date":"2/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":885,"Cost":629,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":948,"Cost":477,"Date":"4/2/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":148,"Cost":103,"Date":"4/3/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":264,"Cost":184,"Date":"4/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":189,"Cost":119,"Date":"4/10/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":985,"Cost":584,"Date":"4/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":14,"Cost":8,"Date":"5/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":916,"Cost":773,"Date":"5/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":207,"Cost":121,"Date":"6/20/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":789,"Cost":538,"Date":"7/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":687,"Cost":560,"Date":"7/4/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":951,"Cost":786,"Date":"7/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":1000,"Cost":757,"Date":"7/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":880,"Cost":694,"Date":"7/14/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":982,"Cost":821,"Date":"7/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":878,"Cost":586,"Date":"8/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":380,"Date":"8/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":171,"Cost":123,"Date":"8/7/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":504,"Cost":296,"Date":"8/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":510,"Cost":312,"Date":"8/31/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":364,"Cost":343,"Date":"9/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":314,"Cost":159,"Date":"9/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":883,"Cost":488,"Date":"9/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":588,"Cost":356,"Date":"9/29/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":862,"Cost":481,"Date":"11/7/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":227,"Cost":199,"Date":"11/26/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":343,"Cost":223,"Date":"11/27/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":734,"Cost":651,"Date":"12/5/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":3,"Cost":2,"Date":"12/26/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":655,"Cost":373,"Date":"12/31/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":150,"Cost":98,"Date":"1/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":270,"Cost":202,"Date":"2/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":755,"Cost":400,"Date":"2/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":455,"Cost":325,"Date":"2/27/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":998,"Cost":683,"Date":"3/1/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":766,"Cost":578,"Date":"3/1/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":96,"Cost":56,"Date":"3/19/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":234,"Cost":165,"Date":"3/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":774,"Cost":614,"Date":"5/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":360,"Cost":313,"Date":"7/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":322,"Cost":199,"Date":"8/5/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":396,"Cost":256,"Date":"8/12/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":408,"Cost":274,"Date":"8/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":972,"Cost":533,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":334,"Cost":225,"Date":"9/3/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":886,"Cost":480,"Date":"9/5/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":488,"Cost":346,"Date":"10/6/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":220,"Cost":161,"Date":"10/19/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":604,"Cost":444,"Date":"11/15/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":41,"Cost":33,"Date":"12/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":278,"Cost":168,"Date":"1/8/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":211,"Cost":143,"Date":"1/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":78,"Cost":65,"Date":"1/19/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":589,"Cost":327,"Date":"1/28/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":630,"Cost":343,"Date":"1/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":540,"Cost":280,"Date":"3/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":244,"Cost":182,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":119,"Cost":69,"Date":"4/24/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":790,"Cost":599,"Date":"4/28/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":245,"Cost":174,"Date":"5/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":657,"Cost":346,"Date":"5/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":525,"Cost":344,"Date":"5/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":141,"Cost":99,"Date":"6/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":871,"Cost":644,"Date":"6/3/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":697,"Cost":531,"Date":"6/5/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":868,"Cost":811,"Date":"6/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":884,"Cost":635,"Date":"6/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":296,"Cost":195,"Date":"6/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":31,"Cost":19,"Date":"6/24/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":895,"Cost":686,"Date":"7/4/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":287,"Cost":245,"Date":"7/9/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":172,"Cost":121,"Date":"7/12/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":329,"Cost":176,"Date":"8/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":504,"Cost":417,"Date":"8/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":409,"Date":"8/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":540,"Cost":412,"Date":"9/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":443,"Date":"9/3/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":520,"Cost":401,"Date":"9/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":243,"Cost":192,"Date":"10/4/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":559,"Cost":471,"Date":"11/1/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":964,"Cost":491,"Date":"11/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":792,"Cost":684,"Date":"12/17/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":97,"Cost":63,"Date":"2/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":226,"Date":"2/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":5,"Cost":3,"Date":"3/4/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":182,"Cost":120,"Date":"3/9/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":424,"Cost":310,"Date":"3/9/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":135,"Cost":99,"Date":"3/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":62,"Cost":48,"Date":"3/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":538,"Cost":405,"Date":"3/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":348,"Cost":320,"Date":"3/23/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":16,"Cost":15,"Date":"4/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":566,"Cost":450,"Date":"5/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":873,"Cost":764,"Date":"5/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":143,"Cost":85,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":566,"Cost":291,"Date":"6/2/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":769,"Cost":513,"Date":"6/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":135,"Cost":115,"Date":"6/16/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":359,"Cost":278,"Date":"6/16/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":6,"Cost":4,"Date":"7/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":546,"Cost":312,"Date":"7/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":654,"Date":"8/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":958,"Cost":621,"Date":"8/29/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":422,"Cost":215,"Date":"8/31/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":848,"Cost":638,"Date":"9/8/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":906,"Cost":553,"Date":"9/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":932,"Cost":539,"Date":"9/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":998,"Cost":549,"Date":"9/19/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":573,"Cost":350,"Date":"9/25/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":31,"Cost":29,"Date":"10/4/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":780,"Cost":538,"Date":"10/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":954,"Cost":533,"Date":"10/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":41,"Cost":27,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":854,"Cost":477,"Date":"10/30/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":54,"Cost":36,"Date":"11/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":846,"Cost":702,"Date":"11/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":329,"Date":"11/25/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":187,"Cost":134,"Date":"1/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":145,"Cost":82,"Date":"1/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":489,"Cost":306,"Date":"1/20/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":196,"Date":"2/8/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":117,"Cost":107,"Date":"2/25/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":750,"Cost":433,"Date":"3/7/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":288,"Cost":200,"Date":"3/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":390,"Cost":343,"Date":"3/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":155,"Cost":97,"Date":"4/5/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":672,"Cost":532,"Date":"4/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":366,"Cost":234,"Date":"5/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":854,"Cost":796,"Date":"5/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":271,"Cost":159,"Date":"5/15/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":880,"Cost":506,"Date":"5/25/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":126,"Cost":66,"Date":"5/26/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":901,"Cost":461,"Date":"5/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":568,"Cost":361,"Date":"7/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":107,"Cost":57,"Date":"9/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":767,"Cost":484,"Date":"10/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":526,"Cost":461,"Date":"10/8/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":92,"Cost":82,"Date":"10/26/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":786,"Cost":433,"Date":"11/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":876,"Cost":606,"Date":"11/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"HM Home","Country":"Germany","Sale":613,"Cost":529,"Date":"12/1/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":745,"Cost":521,"Date":"2/9/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":27,"Cost":22,"Date":"2/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":33,"Cost":19,"Date":"3/10/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":372,"Cost":196,"Date":"3/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":827,"Cost":689,"Date":"3/18/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":400,"Cost":222,"Date":"3/20/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":186,"Cost":176,"Date":"3/26/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":915,"Cost":610,"Date":"6/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":108,"Cost":64,"Date":"6/10/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":950,"Cost":844,"Date":"6/16/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":16,"Cost":13,"Date":"6/25/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":540,"Cost":296,"Date":"7/19/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":732,"Cost":497,"Date":"7/21/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":633,"Cost":322,"Date":"7/25/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":75,"Cost":64,"Date":"8/4/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":13,"Cost":8,"Date":"9/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":860,"Cost":645,"Date":"9/4/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":949,"Cost":514,"Date":"9/19/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":282,"Cost":240,"Date":"9/29/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":923,"Cost":657,"Date":"10/2/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":812,"Cost":420,"Date":"10/15/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":310,"Cost":239,"Date":"10/30/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":861,"Cost":507,"Date":"11/9/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":962,"Cost":867,"Date":"11/23/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":218,"Cost":198,"Date":"11/30/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":658,"Cost":466,"Date":"12/8/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":304,"Cost":265,"Date":"12/11/2018"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":92,"Cost":48,"Date":"1/15/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":583,"Cost":406,"Date":"1/24/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":17,"Cost":8,"Date":"2/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":538,"Cost":463,"Date":"2/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":550,"Cost":300,"Date":"3/9/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":877,"Cost":511,"Date":"3/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":522,"Cost":463,"Date":"4/19/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":549,"Cost":352,"Date":"5/3/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":911,"Cost":514,"Date":"5/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":991,"Cost":632,"Date":"6/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":827,"Cost":532,"Date":"6/26/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":93,"Cost":49,"Date":"7/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":645,"Cost":490,"Date":"7/13/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":567,"Cost":503,"Date":"8/8/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":281,"Cost":184,"Date":"8/26/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":732,"Cost":481,"Date":"9/2/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":593,"Cost":429,"Date":"9/29/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":148,"Cost":129,"Date":"10/12/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":875,"Cost":611,"Date":"11/2/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":940,"Cost":829,"Date":"11/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":273,"Cost":191,"Date":"11/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":57,"Cost":32,"Date":"12/1/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":376,"Cost":354,"Date":"12/4/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":25,"Cost":14,"Date":"12/7/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":821,"Cost":563,"Date":"12/18/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":887,"Cost":760,"Date":"12/20/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":46,"Cost":26,"Date":"12/20/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":260,"Cost":165,"Date":"12/21/2019"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":306,"Cost":291,"Date":"1/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":216,"Cost":153,"Date":"2/5/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":996,"Cost":813,"Date":"2/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":767,"Cost":626,"Date":"2/16/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":945,"Cost":846,"Date":"2/18/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":300,"Cost":199,"Date":"2/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":247,"Cost":130,"Date":"2/25/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":148,"Cost":132,"Date":"3/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":355,"Cost":180,"Date":"4/2/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":950,"Cost":842,"Date":"4/3/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":403,"Cost":313,"Date":"4/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":614,"Cost":367,"Date":"4/10/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":399,"Cost":247,"Date":"4/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":706,"Cost":426,"Date":"5/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":939,"Cost":698,"Date":"5/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":655,"Cost":501,"Date":"6/20/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":506,"Cost":334,"Date":"7/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":993,"Cost":713,"Date":"7/4/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":586,"Cost":326,"Date":"7/8/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":715,"Cost":362,"Date":"7/9/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":416,"Cost":290,"Date":"7/14/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":327,"Cost":303,"Date":"7/19/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":192,"Cost":108,"Date":"8/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":679,"Cost":484,"Date":"8/6/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":483,"Cost":243,"Date":"8/7/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":331,"Cost":281,"Date":"8/22/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":124,"Cost":63,"Date":"8/31/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":961,"Cost":697,"Date":"9/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":689,"Cost":636,"Date":"9/1/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":580,"Cost":452,"Date":"9/17/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":405,"Cost":282,"Date":"9/29/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":145,"Cost":137,"Date":"11/7/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":379,"Cost":220,"Date":"11/26/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":264,"Cost":240,"Date":"11/27/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":723,"Date":"12/5/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":872,"Cost":521,"Date":"12/26/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":800,"Cost":725,"Date":"12/31/2020"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":406,"Cost":233,"Date":"1/20/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":581,"Cost":499,"Date":"2/2/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":398,"Cost":354,"Date":"2/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":326,"Cost":175,"Date":"2/27/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":221,"Cost":169,"Date":"3/1/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":22,"Cost":15,"Date":"3/1/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":967,"Cost":739,"Date":"3/19/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":831,"Cost":536,"Date":"3/28/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":417,"Cost":230,"Date":"5/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":412,"Cost":334,"Date":"7/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":95,"Cost":87,"Date":"8/5/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":359,"Cost":209,"Date":"8/12/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":276,"Cost":262,"Date":"8/21/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":305,"Cost":209,"Date":"8/23/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":84,"Date":"9/3/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":957,"Cost":495,"Date":"9/5/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":526,"Cost":424,"Date":"10/6/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":938,"Cost":492,"Date":"10/19/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":84,"Cost":57,"Date":"11/15/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":50,"Cost":42,"Date":"12/8/2021"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":49,"Cost":25,"Date":"1/8/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":675,"Cost":613,"Date":"1/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":106,"Cost":99,"Date":"1/19/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":517,"Cost":371,"Date":"1/28/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":475,"Cost":344,"Date":"1/31/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":193,"Cost":152,"Date":"3/27/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":91,"Cost":84,"Date":"4/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":441,"Cost":349,"Date":"4/24/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":283,"Cost":197,"Date":"4/28/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":606,"Cost":445,"Date":"5/15/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":618,"Cost":345,"Date":"5/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":111,"Cost":65,"Date":"5/18/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":131,"Cost":122,"Date":"6/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":302,"Cost":198,"Date":"6/3/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":734,"Cost":643,"Date":"6/5/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":939,"Cost":475,"Date":"6/7/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":324,"Cost":214,"Date":"6/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":816,"Cost":669,"Date":"6/20/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":40,"Cost":32,"Date":"6/24/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":587,"Cost":310,"Date":"7/4/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":528,"Cost":335,"Date":"7/9/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":923,"Cost":624,"Date":"7/12/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":634,"Cost":368,"Date":"8/14/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":557,"Cost":446,"Date":"8/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":421,"Cost":329,"Date":"8/23/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":178,"Cost":114,"Date":"9/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":420,"Cost":380,"Date":"9/3/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":325,"Cost":261,"Date":"9/16/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":784,"Cost":470,"Date":"10/4/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":81,"Cost":61,"Date":"11/1/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":924,"Cost":828,"Date":"11/2/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":342,"Cost":277,"Date":"12/17/2022"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":301,"Cost":160,"Date":"2/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":167,"Cost":116,"Date":"2/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":953,"Cost":861,"Date":"3/4/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":382,"Cost":208,"Date":"3/9/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":87,"Cost":62,"Date":"3/9/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":770,"Cost":530,"Date":"3/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":35,"Cost":20,"Date":"3/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":589,"Cost":309,"Date":"3/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":262,"Cost":215,"Date":"3/23/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":711,"Cost":676,"Date":"4/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":480,"Cost":332,"Date":"5/7/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":451,"Cost":349,"Date":"5/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":514,"Cost":261,"Date":"5/20/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":505,"Cost":304,"Date":"6/2/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":593,"Cost":550,"Date":"6/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":679,"Cost":543,"Date":"6/16/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":495,"Cost":259,"Date":"6/16/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":122,"Cost":76,"Date":"7/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":730,"Cost":626,"Date":"7/11/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":949,"Cost":646,"Date":"8/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":45,"Cost":31,"Date":"8/29/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":708,"Cost":411,"Date":"8/31/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":54,"Cost":51,"Date":"9/8/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":550,"Cost":489,"Date":"9/13/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":369,"Cost":265,"Date":"9/14/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":537,"Cost":340,"Date":"9/19/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":29,"Cost":17,"Date":"9/25/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":629,"Cost":538,"Date":"10/4/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":800,"Cost":525,"Date":"10/10/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":747,"Cost":583,"Date":"10/17/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":500,"Cost":416,"Date":"10/28/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":840,"Cost":743,"Date":"10/30/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":159,"Cost":95,"Date":"11/1/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":297,"Cost":262,"Date":"11/15/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":738,"Cost":543,"Date":"11/25/2023"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":823,"Cost":704,"Date":"1/10/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":97,"Cost":70,"Date":"1/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":785,"Cost":625,"Date":"1/20/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":671,"Cost":451,"Date":"2/8/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":117,"Cost":82,"Date":"2/25/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":80,"Cost":57,"Date":"3/7/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":4,"Cost":2,"Date":"3/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":94,"Cost":89,"Date":"3/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":618,"Cost":354,"Date":"4/5/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":872,"Cost":708,"Date":"4/14/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":179,"Cost":129,"Date":"5/3/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":577,"Cost":478,"Date":"5/9/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":21,"Cost":15,"Date":"5/15/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":857,"Cost":613,"Date":"5/25/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":593,"Cost":374,"Date":"5/26/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":8,"Cost":6,"Date":"5/31/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":185,"Cost":157,"Date":"7/27/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":316,"Cost":191,"Date":"9/17/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":706,"Cost":628,"Date":"10/6/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":986,"Cost":495,"Date":"10/8/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":539,"Cost":295,"Date":"10/26/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":407,"Cost":354,"Date":"11/16/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":643,"Cost":399,"Date":"11/18/2024"},{"Store":"Arneken-Galerie, Hildesheim","Brand":"Sellpy","Country":"Germany","Sale":311,"Cost":277,"Date":"12/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":387,"Cost":283,"Date":"2/9/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":943,"Cost":718,"Date":"2/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":35,"Date":"3/10/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":22,"Cost":16,"Date":"3/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":451,"Cost":324,"Date":"3/18/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":536,"Date":"3/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":560,"Cost":514,"Date":"3/26/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":838,"Cost":623,"Date":"6/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":414,"Cost":262,"Date":"6/10/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":482,"Cost":380,"Date":"6/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":271,"Cost":218,"Date":"6/25/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":700,"Cost":578,"Date":"7/19/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":189,"Cost":137,"Date":"7/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":195,"Cost":118,"Date":"7/25/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":432,"Date":"8/4/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":802,"Cost":750,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":617,"Cost":379,"Date":"9/4/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":543,"Cost":431,"Date":"9/19/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":203,"Cost":167,"Date":"9/29/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":980,"Cost":914,"Date":"10/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":311,"Cost":170,"Date":"10/15/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":800,"Cost":734,"Date":"10/30/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":12,"Cost":9,"Date":"11/9/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":584,"Cost":402,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":835,"Cost":531,"Date":"11/30/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":906,"Cost":678,"Date":"12/8/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":696,"Cost":505,"Date":"12/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":672,"Cost":449,"Date":"1/15/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":920,"Cost":480,"Date":"1/24/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":17,"Date":"2/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":74,"Cost":67,"Date":"2/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":272,"Cost":216,"Date":"3/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":35,"Cost":24,"Date":"3/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":212,"Cost":112,"Date":"4/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":222,"Date":"5/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":330,"Cost":273,"Date":"5/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":835,"Cost":651,"Date":"6/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":641,"Cost":489,"Date":"6/26/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":828,"Cost":509,"Date":"7/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":350,"Cost":295,"Date":"7/13/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":991,"Cost":930,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":377,"Cost":226,"Date":"8/26/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":793,"Cost":470,"Date":"9/2/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":115,"Cost":65,"Date":"9/29/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":46,"Cost":39,"Date":"10/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":628,"Cost":468,"Date":"11/2/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":642,"Cost":345,"Date":"11/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":4,"Cost":2,"Date":"11/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":112,"Cost":89,"Date":"12/1/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":495,"Date":"12/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":523,"Cost":435,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":56,"Cost":52,"Date":"12/18/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":17,"Cost":9,"Date":"12/20/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":248,"Cost":234,"Date":"12/20/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":55,"Cost":41,"Date":"12/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":194,"Cost":124,"Date":"1/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":293,"Cost":275,"Date":"2/5/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":780,"Cost":467,"Date":"2/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":454,"Date":"2/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":434,"Cost":302,"Date":"2/18/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":475,"Cost":258,"Date":"2/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":429,"Cost":246,"Date":"2/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":912,"Cost":598,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":24,"Cost":14,"Date":"4/2/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":177,"Cost":141,"Date":"4/3/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":319,"Cost":280,"Date":"4/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":423,"Date":"4/10/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":808,"Cost":648,"Date":"4/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":820,"Cost":668,"Date":"5/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":471,"Cost":418,"Date":"5/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":213,"Cost":176,"Date":"6/20/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":53,"Cost":28,"Date":"7/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":609,"Cost":343,"Date":"7/4/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":582,"Cost":398,"Date":"7/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":6,"Cost":5,"Date":"7/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":526,"Date":"7/14/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":898,"Cost":818,"Date":"7/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":317,"Cost":257,"Date":"8/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":24,"Cost":21,"Date":"8/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":444,"Cost":293,"Date":"8/7/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":134,"Date":"8/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":513,"Cost":376,"Date":"8/31/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":984,"Cost":670,"Date":"9/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":284,"Cost":176,"Date":"9/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":540,"Cost":502,"Date":"9/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":416,"Cost":268,"Date":"9/29/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":295,"Cost":148,"Date":"11/7/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":774,"Cost":427,"Date":"11/26/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":657,"Cost":335,"Date":"11/27/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":396,"Cost":301,"Date":"12/5/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":854,"Cost":591,"Date":"12/26/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":851,"Cost":432,"Date":"12/31/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":989,"Cost":616,"Date":"1/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":316,"Cost":213,"Date":"2/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":154,"Cost":83,"Date":"2/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":956,"Cost":597,"Date":"2/27/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":641,"Cost":436,"Date":"3/1/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":594,"Date":"3/1/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":580,"Cost":459,"Date":"3/19/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":468,"Cost":266,"Date":"3/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":774,"Cost":557,"Date":"5/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":809,"Cost":457,"Date":"7/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":230,"Cost":190,"Date":"8/5/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":76,"Cost":44,"Date":"8/12/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":881,"Cost":702,"Date":"8/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":237,"Cost":141,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":793,"Cost":681,"Date":"9/3/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":746,"Cost":704,"Date":"9/5/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":112,"Cost":69,"Date":"10/6/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":54,"Cost":35,"Date":"10/19/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":49,"Cost":30,"Date":"11/15/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":466,"Cost":286,"Date":"12/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":831,"Cost":700,"Date":"1/8/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":351,"Cost":211,"Date":"1/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":153,"Date":"1/19/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":701,"Cost":379,"Date":"1/28/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":100,"Cost":78,"Date":"1/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":640,"Cost":338,"Date":"3/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":605,"Cost":410,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":51,"Cost":27,"Date":"4/24/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":754,"Cost":503,"Date":"4/28/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":193,"Cost":171,"Date":"5/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":36,"Cost":18,"Date":"5/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":309,"Cost":252,"Date":"5/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":82,"Cost":68,"Date":"6/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":252,"Cost":157,"Date":"6/3/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":6,"Cost":5,"Date":"6/5/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":744,"Cost":420,"Date":"6/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":863,"Cost":465,"Date":"6/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":684,"Cost":643,"Date":"6/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":628,"Cost":484,"Date":"6/24/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":91,"Cost":69,"Date":"7/4/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":983,"Cost":688,"Date":"7/9/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":809,"Cost":722,"Date":"7/12/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":623,"Cost":442,"Date":"8/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":733,"Cost":435,"Date":"8/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":959,"Cost":631,"Date":"8/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":579,"Cost":461,"Date":"9/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":122,"Cost":72,"Date":"9/3/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":901,"Cost":739,"Date":"9/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":784,"Cost":663,"Date":"10/4/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":366,"Cost":186,"Date":"11/1/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":498,"Cost":362,"Date":"11/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":409,"Cost":281,"Date":"12/17/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":154,"Cost":139,"Date":"2/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":785,"Cost":458,"Date":"2/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":301,"Cost":207,"Date":"3/4/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":766,"Cost":430,"Date":"3/9/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":65,"Cost":50,"Date":"3/9/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":172,"Cost":105,"Date":"3/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":80,"Cost":69,"Date":"3/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":115,"Cost":107,"Date":"3/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":643,"Cost":418,"Date":"3/23/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":350,"Cost":186,"Date":"4/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":106,"Cost":59,"Date":"5/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":42,"Cost":37,"Date":"5/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":889,"Cost":826,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":86,"Cost":64,"Date":"6/2/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":561,"Date":"6/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":126,"Cost":103,"Date":"6/16/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":745,"Cost":525,"Date":"6/16/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":50,"Cost":42,"Date":"7/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":836,"Cost":652,"Date":"7/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":992,"Cost":642,"Date":"8/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":160,"Cost":142,"Date":"8/29/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":571,"Cost":423,"Date":"8/31/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":191,"Cost":153,"Date":"9/8/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":930,"Cost":861,"Date":"9/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":86,"Cost":52,"Date":"9/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":148,"Cost":133,"Date":"9/19/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":216,"Cost":131,"Date":"9/25/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":324,"Cost":242,"Date":"10/4/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":465,"Cost":302,"Date":"10/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":863,"Cost":478,"Date":"10/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":746,"Cost":563,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":981,"Cost":627,"Date":"10/30/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":397,"Cost":314,"Date":"11/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":255,"Cost":192,"Date":"11/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":513,"Cost":355,"Date":"11/25/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":6,"Cost":5,"Date":"1/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":542,"Date":"1/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":990,"Cost":630,"Date":"1/20/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":663,"Cost":501,"Date":"2/8/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":17,"Cost":11,"Date":"2/25/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":494,"Date":"3/7/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":608,"Cost":578,"Date":"3/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":704,"Cost":430,"Date":"3/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":396,"Cost":367,"Date":"4/5/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":176,"Cost":162,"Date":"4/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":603,"Cost":406,"Date":"5/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":898,"Cost":522,"Date":"5/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":461,"Cost":352,"Date":"5/15/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":119,"Cost":105,"Date":"5/25/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":370,"Cost":277,"Date":"5/26/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":458,"Cost":386,"Date":"5/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":730,"Cost":656,"Date":"7/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":301,"Cost":270,"Date":"9/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":810,"Cost":703,"Date":"10/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":400,"Cost":373,"Date":"10/8/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":428,"Date":"10/26/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":407,"Cost":233,"Date":"11/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":595,"Cost":476,"Date":"11/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":585,"Date":"12/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":679,"Cost":409,"Date":"2/9/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":503,"Cost":364,"Date":"2/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":58,"Cost":42,"Date":"3/10/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":264,"Cost":195,"Date":"3/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":242,"Cost":164,"Date":"3/18/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":849,"Cost":537,"Date":"3/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":26,"Cost":22,"Date":"3/26/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":791,"Cost":526,"Date":"6/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":27,"Cost":18,"Date":"6/10/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":452,"Cost":275,"Date":"6/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":663,"Cost":414,"Date":"6/25/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":877,"Cost":746,"Date":"7/19/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":391,"Cost":368,"Date":"7/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":636,"Cost":550,"Date":"7/25/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":164,"Cost":101,"Date":"8/4/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":190,"Cost":169,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":641,"Cost":438,"Date":"9/4/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":654,"Cost":416,"Date":"9/19/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":215,"Cost":127,"Date":"9/29/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":78,"Cost":56,"Date":"10/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":742,"Cost":521,"Date":"10/15/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":579,"Cost":324,"Date":"10/30/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":184,"Cost":157,"Date":"11/9/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":617,"Cost":459,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":571,"Cost":295,"Date":"11/30/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":565,"Cost":533,"Date":"12/8/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":522,"Cost":261,"Date":"12/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":637,"Cost":336,"Date":"1/15/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":385,"Cost":243,"Date":"1/24/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":504,"Cost":263,"Date":"2/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":310,"Cost":195,"Date":"2/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":44,"Cost":30,"Date":"3/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":436,"Cost":273,"Date":"3/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":431,"Cost":305,"Date":"4/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":765,"Cost":689,"Date":"5/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":783,"Cost":445,"Date":"5/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":702,"Cost":560,"Date":"6/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":477,"Cost":254,"Date":"6/26/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":540,"Cost":386,"Date":"7/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":806,"Cost":474,"Date":"7/13/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":828,"Cost":699,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":64,"Cost":41,"Date":"8/26/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":715,"Cost":631,"Date":"9/2/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":209,"Cost":120,"Date":"9/29/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":60,"Cost":41,"Date":"10/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":96,"Cost":62,"Date":"11/2/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":594,"Cost":303,"Date":"11/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":412,"Cost":330,"Date":"11/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":269,"Cost":231,"Date":"12/1/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":506,"Cost":464,"Date":"12/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":957,"Cost":518,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":534,"Cost":313,"Date":"12/18/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":326,"Cost":245,"Date":"12/20/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":981,"Cost":665,"Date":"12/20/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":336,"Cost":242,"Date":"12/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":278,"Cost":214,"Date":"1/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":215,"Cost":157,"Date":"2/5/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":243,"Cost":141,"Date":"2/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":450,"Cost":387,"Date":"2/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":125,"Cost":94,"Date":"2/18/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":287,"Cost":238,"Date":"2/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":818,"Cost":554,"Date":"2/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":765,"Cost":399,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":788,"Cost":440,"Date":"4/2/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":381,"Cost":305,"Date":"4/3/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":13,"Cost":11,"Date":"4/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":85,"Cost":77,"Date":"4/10/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":417,"Cost":353,"Date":"4/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":956,"Cost":633,"Date":"5/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":633,"Cost":502,"Date":"5/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":69,"Cost":41,"Date":"6/20/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":95,"Cost":71,"Date":"7/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":847,"Cost":550,"Date":"7/4/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":953,"Cost":810,"Date":"7/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":888,"Cost":686,"Date":"7/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":979,"Cost":589,"Date":"7/14/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":616,"Cost":395,"Date":"7/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":931,"Cost":466,"Date":"8/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":431,"Cost":298,"Date":"8/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":997,"Cost":944,"Date":"8/7/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":136,"Cost":86,"Date":"8/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":54,"Cost":47,"Date":"8/31/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":789,"Cost":701,"Date":"9/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":673,"Cost":347,"Date":"9/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":709,"Cost":618,"Date":"9/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":170,"Cost":153,"Date":"9/29/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":766,"Cost":666,"Date":"11/7/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":629,"Cost":547,"Date":"11/26/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":156,"Cost":109,"Date":"11/27/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":9,"Cost":7,"Date":"12/5/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":422,"Cost":364,"Date":"12/26/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":69,"Cost":46,"Date":"12/31/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":155,"Cost":91,"Date":"1/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":33,"Cost":29,"Date":"2/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":402,"Cost":307,"Date":"2/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":769,"Cost":679,"Date":"2/27/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":601,"Cost":442,"Date":"3/1/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":616,"Cost":549,"Date":"3/1/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":546,"Cost":325,"Date":"3/19/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":505,"Cost":312,"Date":"3/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":80,"Cost":50,"Date":"5/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":745,"Cost":436,"Date":"7/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":128,"Cost":118,"Date":"8/5/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":927,"Cost":793,"Date":"8/12/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":662,"Cost":454,"Date":"8/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":517,"Cost":312,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":688,"Cost":427,"Date":"9/3/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":940,"Cost":553,"Date":"9/5/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":817,"Cost":710,"Date":"10/6/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":823,"Cost":441,"Date":"10/19/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":726,"Cost":378,"Date":"11/15/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":25,"Cost":19,"Date":"12/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":414,"Cost":256,"Date":"1/8/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":805,"Cost":569,"Date":"1/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":408,"Cost":240,"Date":"1/19/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":566,"Cost":434,"Date":"1/28/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":258,"Cost":219,"Date":"1/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":261,"Cost":218,"Date":"3/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":363,"Cost":293,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":3,"Cost":3,"Date":"4/24/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":565,"Cost":426,"Date":"4/28/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":228,"Cost":206,"Date":"5/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":240,"Cost":146,"Date":"5/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":836,"Cost":470,"Date":"5/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":814,"Cost":588,"Date":"6/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":832,"Cost":578,"Date":"6/3/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":99,"Cost":51,"Date":"6/5/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":167,"Cost":107,"Date":"6/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":58,"Cost":33,"Date":"6/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":750,"Cost":515,"Date":"6/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":827,"Cost":726,"Date":"6/24/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":873,"Cost":799,"Date":"7/4/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":103,"Cost":54,"Date":"7/9/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":250,"Cost":233,"Date":"7/12/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":711,"Cost":468,"Date":"8/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":585,"Cost":324,"Date":"8/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":648,"Cost":500,"Date":"8/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":478,"Cost":409,"Date":"9/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":966,"Cost":507,"Date":"9/3/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":895,"Cost":775,"Date":"9/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":73,"Cost":62,"Date":"10/4/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":451,"Cost":318,"Date":"11/1/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":281,"Cost":184,"Date":"11/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":158,"Cost":87,"Date":"12/17/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":370,"Cost":280,"Date":"2/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":669,"Cost":487,"Date":"2/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":751,"Cost":665,"Date":"3/4/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":91,"Cost":76,"Date":"3/9/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":970,"Cost":699,"Date":"3/9/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":422,"Cost":341,"Date":"3/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":384,"Cost":320,"Date":"3/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":204,"Cost":135,"Date":"3/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":66,"Cost":42,"Date":"3/23/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":668,"Cost":538,"Date":"4/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":351,"Cost":193,"Date":"5/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":328,"Cost":189,"Date":"5/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":869,"Cost":565,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":46,"Cost":39,"Date":"6/2/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":806,"Cost":451,"Date":"6/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":141,"Cost":99,"Date":"6/16/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":757,"Cost":546,"Date":"6/16/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":909,"Cost":827,"Date":"7/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":559,"Cost":477,"Date":"7/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":646,"Cost":410,"Date":"8/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":957,"Cost":489,"Date":"8/29/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":83,"Cost":51,"Date":"8/31/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":790,"Cost":557,"Date":"9/8/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":768,"Cost":479,"Date":"9/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":514,"Cost":357,"Date":"9/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":509,"Cost":371,"Date":"9/19/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":269,"Cost":163,"Date":"9/25/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":150,"Cost":123,"Date":"10/4/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":10,"Cost":9,"Date":"10/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":840,"Cost":458,"Date":"10/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":6,"Cost":5,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":326,"Cost":261,"Date":"10/30/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":647,"Cost":599,"Date":"11/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":750,"Cost":504,"Date":"11/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":607,"Cost":308,"Date":"11/25/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":589,"Cost":394,"Date":"1/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":796,"Cost":691,"Date":"1/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":172,"Cost":158,"Date":"1/20/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":784,"Cost":392,"Date":"2/8/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":605,"Cost":417,"Date":"2/25/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":118,"Cost":62,"Date":"3/7/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":577,"Cost":410,"Date":"3/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":938,"Cost":752,"Date":"3/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":753,"Cost":561,"Date":"4/5/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":314,"Cost":180,"Date":"4/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":451,"Cost":255,"Date":"5/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":756,"Cost":459,"Date":"5/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":250,"Cost":205,"Date":"5/15/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":589,"Cost":429,"Date":"5/25/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":311,"Cost":213,"Date":"5/26/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":819,"Cost":725,"Date":"5/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":962,"Cost":774,"Date":"7/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":927,"Cost":816,"Date":"9/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":447,"Cost":374,"Date":"10/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":686,"Cost":417,"Date":"10/8/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":731,"Cost":400,"Date":"10/26/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":820,"Cost":673,"Date":"11/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":91,"Cost":57,"Date":"11/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"HM","Country":"Germany","Sale":946,"Cost":563,"Date":"12/1/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":218,"Cost":129,"Date":"2/9/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":908,"Cost":766,"Date":"2/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":614,"Date":"3/10/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":63,"Cost":31,"Date":"3/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":503,"Date":"3/18/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":744,"Cost":522,"Date":"3/20/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":346,"Cost":311,"Date":"3/26/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":395,"Cost":247,"Date":"6/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":285,"Cost":253,"Date":"6/10/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":612,"Cost":495,"Date":"6/16/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":292,"Cost":210,"Date":"6/25/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":570,"Cost":439,"Date":"7/19/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":802,"Cost":761,"Date":"7/21/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":847,"Cost":796,"Date":"7/25/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":614,"Cost":351,"Date":"8/4/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":233,"Cost":151,"Date":"9/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":868,"Cost":572,"Date":"9/4/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":449,"Cost":236,"Date":"9/19/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":796,"Cost":583,"Date":"9/29/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":150,"Cost":132,"Date":"10/2/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":293,"Cost":222,"Date":"10/15/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":77,"Cost":59,"Date":"10/30/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":263,"Cost":212,"Date":"11/9/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":489,"Cost":340,"Date":"11/23/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":528,"Cost":382,"Date":"11/30/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":583,"Cost":410,"Date":"12/8/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":850,"Cost":476,"Date":"12/11/2018"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":509,"Cost":315,"Date":"1/15/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":420,"Cost":344,"Date":"1/24/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":490,"Cost":256,"Date":"2/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":605,"Cost":509,"Date":"2/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":27,"Cost":14,"Date":"3/9/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":373,"Cost":289,"Date":"3/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":791,"Cost":655,"Date":"4/19/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":207,"Date":"5/3/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":947,"Cost":538,"Date":"5/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":238,"Cost":139,"Date":"6/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":608,"Cost":382,"Date":"6/26/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":263,"Cost":170,"Date":"7/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":316,"Cost":259,"Date":"7/13/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":87,"Cost":63,"Date":"8/8/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":880,"Cost":678,"Date":"8/26/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":612,"Cost":451,"Date":"9/2/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":901,"Cost":815,"Date":"9/29/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":144,"Cost":112,"Date":"10/12/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":238,"Cost":132,"Date":"11/2/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":145,"Cost":104,"Date":"11/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":137,"Cost":102,"Date":"11/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":244,"Cost":217,"Date":"12/1/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":21,"Cost":15,"Date":"12/4/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":107,"Date":"12/7/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":953,"Cost":766,"Date":"12/18/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":357,"Cost":209,"Date":"12/20/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":508,"Cost":470,"Date":"12/20/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":749,"Cost":692,"Date":"12/21/2019"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":916,"Cost":494,"Date":"1/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":637,"Cost":355,"Date":"2/5/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":423,"Cost":352,"Date":"2/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":185,"Cost":161,"Date":"2/16/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":178,"Cost":112,"Date":"2/18/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":855,"Cost":637,"Date":"2/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":146,"Cost":103,"Date":"2/25/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":884,"Cost":773,"Date":"3/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":936,"Cost":669,"Date":"4/2/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":120,"Cost":71,"Date":"4/3/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":839,"Cost":486,"Date":"4/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":474,"Cost":328,"Date":"4/10/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":939,"Cost":546,"Date":"4/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":880,"Cost":495,"Date":"5/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":858,"Cost":543,"Date":"5/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":905,"Cost":622,"Date":"6/20/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":668,"Cost":542,"Date":"7/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":954,"Cost":714,"Date":"7/4/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":568,"Cost":443,"Date":"7/8/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":157,"Cost":84,"Date":"7/9/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":793,"Cost":664,"Date":"7/14/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":423,"Date":"7/19/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":160,"Date":"8/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":175,"Cost":99,"Date":"8/6/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":620,"Date":"8/7/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":393,"Cost":230,"Date":"8/22/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":795,"Cost":481,"Date":"8/31/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":635,"Cost":383,"Date":"9/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":162,"Cost":87,"Date":"9/1/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":712,"Cost":505,"Date":"9/17/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":284,"Cost":150,"Date":"9/29/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":198,"Cost":130,"Date":"11/7/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":84,"Cost":64,"Date":"11/26/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":539,"Cost":315,"Date":"11/27/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":477,"Cost":398,"Date":"12/5/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":793,"Cost":471,"Date":"12/26/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":972,"Cost":562,"Date":"12/31/2020"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":478,"Cost":323,"Date":"1/20/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":524,"Date":"2/2/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":336,"Cost":226,"Date":"2/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":208,"Date":"2/27/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":630,"Cost":561,"Date":"3/1/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":900,"Cost":814,"Date":"3/1/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":687,"Cost":528,"Date":"3/19/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":228,"Cost":208,"Date":"3/28/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":194,"Cost":101,"Date":"5/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":603,"Cost":379,"Date":"7/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":140,"Date":"8/5/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":338,"Cost":254,"Date":"8/12/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":743,"Cost":594,"Date":"8/21/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":385,"Cost":359,"Date":"8/23/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":523,"Cost":497,"Date":"9/3/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":999,"Cost":881,"Date":"9/5/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":175,"Cost":87,"Date":"10/6/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":519,"Date":"10/19/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":971,"Cost":895,"Date":"11/15/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":335,"Date":"12/8/2021"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":154,"Cost":126,"Date":"1/8/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":669,"Cost":433,"Date":"1/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":994,"Cost":551,"Date":"1/19/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":533,"Cost":299,"Date":"1/28/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":652,"Cost":333,"Date":"1/31/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":802,"Cost":729,"Date":"3/27/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":242,"Cost":145,"Date":"4/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":424,"Cost":216,"Date":"4/24/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":319,"Cost":283,"Date":"4/28/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":624,"Date":"5/15/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":811,"Cost":489,"Date":"5/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":711,"Cost":565,"Date":"5/18/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":507,"Cost":260,"Date":"6/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":73,"Cost":60,"Date":"6/3/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":909,"Cost":751,"Date":"6/5/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":884,"Cost":567,"Date":"6/7/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":448,"Cost":358,"Date":"6/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":198,"Cost":109,"Date":"6/20/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":219,"Date":"6/24/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":611,"Cost":431,"Date":"7/4/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":415,"Cost":271,"Date":"7/9/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":498,"Cost":257,"Date":"7/12/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":151,"Cost":123,"Date":"8/14/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":644,"Cost":514,"Date":"8/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":649,"Cost":482,"Date":"8/23/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":454,"Cost":414,"Date":"9/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":574,"Cost":304,"Date":"9/3/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":413,"Cost":297,"Date":"9/16/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":596,"Cost":471,"Date":"10/4/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":856,"Cost":671,"Date":"11/1/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":151,"Cost":128,"Date":"11/2/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":269,"Cost":164,"Date":"12/17/2022"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":812,"Cost":461,"Date":"2/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":557,"Cost":328,"Date":"2/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":917,"Cost":802,"Date":"3/4/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":847,"Cost":793,"Date":"3/9/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":613,"Cost":581,"Date":"3/9/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":393,"Cost":301,"Date":"3/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":778,"Cost":566,"Date":"3/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":734,"Cost":482,"Date":"3/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":655,"Date":"3/23/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":280,"Cost":224,"Date":"4/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":729,"Cost":427,"Date":"5/7/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":516,"Cost":481,"Date":"5/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":387,"Date":"5/20/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":171,"Cost":154,"Date":"6/2/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":786,"Cost":512,"Date":"6/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":620,"Cost":408,"Date":"6/16/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":124,"Cost":85,"Date":"6/16/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":197,"Cost":131,"Date":"7/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":814,"Cost":713,"Date":"7/11/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":19,"Date":"8/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":527,"Cost":369,"Date":"8/29/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":967,"Cost":677,"Date":"8/31/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":12,"Cost":8,"Date":"9/8/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":485,"Cost":282,"Date":"9/13/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":493,"Date":"9/14/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":398,"Cost":328,"Date":"9/19/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":183,"Cost":173,"Date":"9/25/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":246,"Cost":132,"Date":"10/4/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":716,"Cost":527,"Date":"10/10/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":299,"Cost":213,"Date":"10/17/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":861,"Cost":474,"Date":"10/28/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":879,"Cost":765,"Date":"10/30/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":127,"Cost":88,"Date":"11/1/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":299,"Cost":198,"Date":"11/15/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":478,"Cost":335,"Date":"11/25/2023"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":716,"Cost":519,"Date":"1/10/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":816,"Cost":694,"Date":"1/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":436,"Cost":299,"Date":"1/20/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":799,"Cost":670,"Date":"2/8/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":901,"Cost":523,"Date":"2/25/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":69,"Cost":40,"Date":"3/7/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":445,"Date":"3/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":103,"Cost":60,"Date":"3/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":537,"Cost":334,"Date":"4/5/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":372,"Cost":283,"Date":"4/14/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":630,"Cost":508,"Date":"5/3/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":459,"Cost":295,"Date":"5/9/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":257,"Cost":147,"Date":"5/15/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":9,"Cost":6,"Date":"5/25/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":440,"Cost":305,"Date":"5/26/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":308,"Cost":164,"Date":"5/31/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":92,"Cost":84,"Date":"7/27/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":730,"Cost":412,"Date":"9/17/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":656,"Cost":620,"Date":"10/6/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":715,"Cost":564,"Date":"10/8/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":621,"Cost":349,"Date":"10/26/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":907,"Cost":491,"Date":"11/16/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":664,"Cost":566,"Date":"11/18/2024"},{"Store":"Schwarzwald-City, Freiburg","Brand":"ARKET","Country":"Germany","Sale":454,"Cost":375,"Date":"12/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":144,"Cost":123,"Date":"2/9/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":895,"Cost":461,"Date":"2/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":787,"Cost":657,"Date":"3/10/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":646,"Cost":354,"Date":"3/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":129,"Cost":110,"Date":"3/18/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":275,"Cost":175,"Date":"3/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":823,"Cost":469,"Date":"3/26/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":382,"Cost":298,"Date":"6/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":715,"Cost":612,"Date":"6/10/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":316,"Cost":253,"Date":"6/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":992,"Cost":620,"Date":"6/25/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":345,"Cost":298,"Date":"7/19/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":599,"Cost":355,"Date":"7/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":930,"Cost":543,"Date":"7/25/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":814,"Cost":665,"Date":"8/4/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":563,"Cost":497,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":491,"Cost":391,"Date":"9/4/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":74,"Cost":60,"Date":"9/19/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":357,"Cost":198,"Date":"9/29/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":280,"Cost":151,"Date":"10/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":520,"Cost":318,"Date":"10/15/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":82,"Cost":75,"Date":"10/30/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":331,"Cost":283,"Date":"11/9/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":284,"Cost":237,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":708,"Cost":476,"Date":"11/30/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":477,"Cost":327,"Date":"12/8/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":559,"Cost":296,"Date":"12/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":762,"Cost":509,"Date":"1/15/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":806,"Cost":626,"Date":"1/24/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":982,"Cost":914,"Date":"2/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":351,"Cost":247,"Date":"2/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":104,"Cost":90,"Date":"3/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":55,"Cost":40,"Date":"3/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":842,"Cost":675,"Date":"4/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":153,"Cost":138,"Date":"5/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":141,"Cost":75,"Date":"5/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":916,"Cost":662,"Date":"6/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":35,"Cost":20,"Date":"6/26/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":507,"Cost":389,"Date":"7/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":712,"Cost":539,"Date":"7/13/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":38,"Cost":29,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":451,"Cost":284,"Date":"8/26/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":658,"Cost":392,"Date":"9/2/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":344,"Cost":220,"Date":"9/29/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":987,"Cost":606,"Date":"10/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":911,"Cost":481,"Date":"11/2/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":695,"Cost":575,"Date":"11/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":377,"Cost":292,"Date":"11/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":844,"Cost":667,"Date":"12/1/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":964,"Cost":902,"Date":"12/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":142,"Cost":100,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":420,"Cost":323,"Date":"12/18/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":451,"Cost":325,"Date":"12/20/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":182,"Cost":140,"Date":"12/20/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":653,"Cost":464,"Date":"12/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":427,"Cost":256,"Date":"1/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":874,"Cost":676,"Date":"2/5/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":447,"Cost":375,"Date":"2/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":954,"Cost":874,"Date":"2/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":607,"Cost":380,"Date":"2/18/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":685,"Cost":553,"Date":"2/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":713,"Cost":659,"Date":"2/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":123,"Cost":79,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":840,"Cost":514,"Date":"4/2/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":427,"Cost":347,"Date":"4/3/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":565,"Cost":345,"Date":"4/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":24,"Cost":14,"Date":"4/10/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":112,"Cost":86,"Date":"4/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":79,"Cost":64,"Date":"5/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":948,"Cost":551,"Date":"5/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":981,"Cost":811,"Date":"6/20/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":392,"Cost":225,"Date":"7/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":169,"Cost":123,"Date":"7/4/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":685,"Cost":630,"Date":"7/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":533,"Cost":333,"Date":"7/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":158,"Cost":102,"Date":"7/14/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":93,"Cost":47,"Date":"7/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":706,"Cost":377,"Date":"8/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":461,"Cost":296,"Date":"8/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":226,"Cost":167,"Date":"8/7/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":157,"Cost":128,"Date":"8/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":74,"Cost":63,"Date":"8/31/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":842,"Cost":601,"Date":"9/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":523,"Cost":384,"Date":"9/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":661,"Cost":476,"Date":"9/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":604,"Cost":531,"Date":"9/29/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":60,"Cost":55,"Date":"11/7/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":130,"Cost":106,"Date":"11/26/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":215,"Cost":180,"Date":"11/27/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":595,"Cost":406,"Date":"12/5/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":823,"Cost":474,"Date":"12/26/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":222,"Cost":147,"Date":"12/31/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":267,"Cost":191,"Date":"1/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":812,"Cost":520,"Date":"2/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":583,"Cost":342,"Date":"2/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":607,"Cost":473,"Date":"2/27/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":433,"Cost":310,"Date":"3/1/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":934,"Cost":678,"Date":"3/1/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":5,"Cost":3,"Date":"3/19/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":808,"Cost":614,"Date":"3/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":580,"Cost":314,"Date":"5/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":962,"Cost":667,"Date":"7/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":844,"Cost":491,"Date":"8/5/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":504,"Cost":440,"Date":"8/12/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":597,"Cost":463,"Date":"8/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":866,"Cost":703,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":159,"Cost":81,"Date":"9/3/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":699,"Cost":617,"Date":"9/5/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":113,"Cost":89,"Date":"10/6/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":428,"Cost":280,"Date":"10/19/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":572,"Cost":398,"Date":"11/15/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":916,"Cost":502,"Date":"12/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":411,"Cost":295,"Date":"1/8/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":199,"Cost":159,"Date":"1/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":403,"Cost":234,"Date":"1/19/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":945,"Cost":481,"Date":"1/28/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":349,"Cost":285,"Date":"1/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":227,"Cost":189,"Date":"3/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":145,"Cost":73,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":802,"Cost":434,"Date":"4/24/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":549,"Cost":373,"Date":"4/28/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":248,"Cost":205,"Date":"5/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":292,"Cost":206,"Date":"5/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":747,"Cost":629,"Date":"5/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":735,"Cost":461,"Date":"6/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":536,"Cost":440,"Date":"6/3/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":94,"Cost":65,"Date":"6/5/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":644,"Cost":589,"Date":"6/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":865,"Cost":581,"Date":"6/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":313,"Cost":257,"Date":"6/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":293,"Cost":192,"Date":"6/24/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":220,"Cost":179,"Date":"7/4/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":389,"Cost":210,"Date":"7/9/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":551,"Cost":420,"Date":"7/12/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":643,"Cost":356,"Date":"8/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":712,"Cost":512,"Date":"8/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":621,"Cost":527,"Date":"8/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":293,"Cost":249,"Date":"9/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":512,"Cost":470,"Date":"9/3/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":629,"Cost":438,"Date":"9/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":784,"Cost":700,"Date":"10/4/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":783,"Cost":451,"Date":"11/1/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":58,"Cost":53,"Date":"11/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":946,"Cost":558,"Date":"12/17/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":368,"Cost":224,"Date":"2/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":70,"Cost":37,"Date":"2/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":894,"Cost":480,"Date":"3/4/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":26,"Cost":16,"Date":"3/9/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":201,"Cost":102,"Date":"3/9/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":115,"Cost":84,"Date":"3/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":145,"Cost":97,"Date":"3/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":679,"Cost":446,"Date":"3/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":13,"Cost":7,"Date":"3/23/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":429,"Cost":323,"Date":"4/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":704,"Cost":507,"Date":"5/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":779,"Cost":427,"Date":"5/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":67,"Cost":61,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":46,"Cost":30,"Date":"6/2/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":189,"Cost":149,"Date":"6/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":586,"Cost":382,"Date":"6/16/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":884,"Cost":741,"Date":"6/16/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":464,"Cost":364,"Date":"7/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":753,"Cost":625,"Date":"7/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":540,"Cost":453,"Date":"8/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":561,"Cost":361,"Date":"8/29/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":283,"Cost":191,"Date":"8/31/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":650,"Cost":411,"Date":"9/8/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":881,"Cost":819,"Date":"9/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":154,"Cost":133,"Date":"9/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":961,"Cost":818,"Date":"9/19/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":945,"Cost":871,"Date":"9/25/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":57,"Cost":39,"Date":"10/4/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":798,"Cost":470,"Date":"10/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":733,"Cost":590,"Date":"10/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":102,"Cost":55,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":951,"Cost":710,"Date":"10/30/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":968,"Cost":826,"Date":"11/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":841,"Cost":473,"Date":"11/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":821,"Cost":450,"Date":"11/25/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":764,"Cost":586,"Date":"1/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":501,"Cost":338,"Date":"1/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":27,"Cost":15,"Date":"1/20/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":953,"Cost":588,"Date":"2/8/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":305,"Cost":199,"Date":"2/25/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":663,"Cost":482,"Date":"3/7/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":199,"Cost":132,"Date":"3/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":714,"Cost":482,"Date":"3/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":414,"Cost":307,"Date":"4/5/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":728,"Cost":381,"Date":"4/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":625,"Cost":326,"Date":"5/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":567,"Cost":403,"Date":"5/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":981,"Cost":794,"Date":"5/15/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":534,"Cost":372,"Date":"5/25/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":334,"Cost":278,"Date":"5/26/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":277,"Cost":190,"Date":"5/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":425,"Cost":326,"Date":"7/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":611,"Cost":541,"Date":"9/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":898,"Cost":518,"Date":"10/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":492,"Cost":417,"Date":"10/8/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":900,"Cost":657,"Date":"10/26/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":439,"Cost":238,"Date":"11/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":326,"Cost":247,"Date":"11/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"Nova","Country":"Germany","Sale":847,"Cost":455,"Date":"12/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":757,"Cost":537,"Date":"2/9/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":144,"Date":"2/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":574,"Cost":299,"Date":"3/10/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":975,"Cost":543,"Date":"3/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":458,"Cost":426,"Date":"3/18/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":520,"Cost":314,"Date":"3/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":568,"Cost":456,"Date":"3/26/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":925,"Cost":735,"Date":"6/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":612,"Cost":412,"Date":"6/10/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":870,"Cost":581,"Date":"6/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":352,"Cost":225,"Date":"6/25/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":751,"Cost":682,"Date":"7/19/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":628,"Cost":333,"Date":"7/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":574,"Cost":354,"Date":"7/25/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":783,"Cost":559,"Date":"8/4/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":859,"Cost":457,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":956,"Cost":759,"Date":"9/4/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":260,"Cost":204,"Date":"9/19/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":931,"Cost":495,"Date":"9/29/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":638,"Cost":421,"Date":"10/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":502,"Cost":308,"Date":"10/15/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":172,"Cost":91,"Date":"10/30/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":679,"Cost":545,"Date":"11/9/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":962,"Cost":895,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":580,"Cost":524,"Date":"11/30/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":306,"Cost":264,"Date":"12/8/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":913,"Cost":711,"Date":"12/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":155,"Cost":81,"Date":"1/15/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":848,"Cost":683,"Date":"1/24/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":591,"Date":"2/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":374,"Cost":302,"Date":"2/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":765,"Cost":613,"Date":"3/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":507,"Cost":306,"Date":"3/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":538,"Cost":428,"Date":"4/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":672,"Cost":366,"Date":"5/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":762,"Cost":691,"Date":"5/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":523,"Cost":310,"Date":"6/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":172,"Date":"6/26/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":416,"Cost":380,"Date":"7/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":250,"Date":"7/13/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":1,"Cost":1,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":908,"Cost":677,"Date":"8/26/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":474,"Cost":363,"Date":"9/2/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":395,"Cost":314,"Date":"9/29/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":199,"Cost":109,"Date":"10/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":550,"Cost":490,"Date":"11/2/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":20,"Cost":13,"Date":"11/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":547,"Cost":281,"Date":"11/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":636,"Cost":470,"Date":"12/1/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":481,"Cost":264,"Date":"12/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":758,"Cost":434,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":262,"Cost":198,"Date":"12/18/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":179,"Cost":165,"Date":"12/20/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":266,"Cost":167,"Date":"12/20/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":352,"Cost":269,"Date":"12/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":585,"Cost":551,"Date":"1/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":505,"Cost":317,"Date":"2/5/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":271,"Cost":192,"Date":"2/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":894,"Cost":765,"Date":"2/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":689,"Cost":368,"Date":"2/18/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":197,"Cost":148,"Date":"2/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":204,"Cost":139,"Date":"2/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":698,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":875,"Cost":691,"Date":"4/2/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":621,"Cost":407,"Date":"4/3/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":545,"Cost":466,"Date":"4/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":874,"Cost":658,"Date":"4/10/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":93,"Cost":56,"Date":"4/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":29,"Cost":17,"Date":"5/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":952,"Cost":751,"Date":"5/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":459,"Cost":412,"Date":"6/20/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":194,"Cost":101,"Date":"7/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":288,"Cost":165,"Date":"7/4/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":117,"Cost":70,"Date":"7/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":337,"Cost":263,"Date":"7/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":822,"Cost":440,"Date":"7/14/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":351,"Cost":270,"Date":"7/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":858,"Cost":688,"Date":"8/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":230,"Cost":164,"Date":"8/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":56,"Cost":47,"Date":"8/7/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":887,"Cost":803,"Date":"8/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":861,"Cost":462,"Date":"8/31/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":595,"Cost":506,"Date":"9/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":184,"Cost":103,"Date":"9/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":358,"Cost":275,"Date":"9/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":969,"Cost":608,"Date":"9/29/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":290,"Cost":227,"Date":"11/7/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":201,"Cost":151,"Date":"11/26/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":760,"Cost":599,"Date":"11/27/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":834,"Cost":610,"Date":"12/5/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":948,"Cost":581,"Date":"12/26/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":634,"Cost":496,"Date":"12/31/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":280,"Cost":209,"Date":"1/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":410,"Cost":312,"Date":"2/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":767,"Cost":402,"Date":"2/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":881,"Cost":787,"Date":"2/27/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":782,"Cost":391,"Date":"3/1/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":129,"Cost":105,"Date":"3/1/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":231,"Cost":164,"Date":"3/19/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":154,"Cost":119,"Date":"3/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":264,"Date":"5/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":598,"Cost":475,"Date":"7/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":524,"Cost":291,"Date":"8/5/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":280,"Cost":245,"Date":"8/12/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":916,"Cost":504,"Date":"8/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":721,"Cost":581,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":606,"Cost":528,"Date":"9/3/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":938,"Cost":507,"Date":"9/5/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":342,"Cost":257,"Date":"10/6/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":336,"Cost":305,"Date":"10/19/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":690,"Cost":500,"Date":"11/15/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":385,"Cost":328,"Date":"12/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":310,"Date":"1/8/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":848,"Cost":662,"Date":"1/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":876,"Cost":640,"Date":"1/19/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":816,"Cost":560,"Date":"1/28/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":117,"Date":"1/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":711,"Cost":643,"Date":"3/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":394,"Cost":287,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":498,"Cost":285,"Date":"4/24/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":965,"Cost":699,"Date":"4/28/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":639,"Cost":528,"Date":"5/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":375,"Cost":190,"Date":"5/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":301,"Cost":199,"Date":"5/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":766,"Cost":712,"Date":"6/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":107,"Date":"6/3/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":322,"Date":"6/5/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":722,"Cost":369,"Date":"6/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":276,"Cost":229,"Date":"6/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":890,"Cost":663,"Date":"6/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":643,"Cost":523,"Date":"6/24/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":700,"Cost":420,"Date":"7/4/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":915,"Cost":460,"Date":"7/9/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":480,"Cost":386,"Date":"7/12/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":145,"Date":"8/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":225,"Cost":196,"Date":"8/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":921,"Cost":715,"Date":"8/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":816,"Cost":755,"Date":"9/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":238,"Cost":162,"Date":"9/3/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":912,"Cost":567,"Date":"9/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":295,"Cost":276,"Date":"10/4/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":650,"Cost":482,"Date":"11/1/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":274,"Cost":201,"Date":"11/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":626,"Cost":353,"Date":"12/17/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":853,"Cost":773,"Date":"2/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":888,"Cost":764,"Date":"2/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":373,"Cost":221,"Date":"3/4/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":898,"Cost":456,"Date":"3/9/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":842,"Cost":552,"Date":"3/9/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":987,"Cost":902,"Date":"3/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":346,"Cost":212,"Date":"3/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":163,"Date":"3/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":260,"Cost":183,"Date":"3/23/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":229,"Date":"4/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":221,"Cost":126,"Date":"5/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":640,"Cost":498,"Date":"5/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":782,"Cost":689,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":435,"Date":"6/2/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":89,"Cost":53,"Date":"6/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":628,"Cost":377,"Date":"6/16/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":110,"Date":"6/16/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":163,"Cost":91,"Date":"7/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":326,"Cost":220,"Date":"7/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":936,"Cost":658,"Date":"8/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":713,"Date":"8/29/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":412,"Cost":224,"Date":"8/31/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":794,"Cost":496,"Date":"9/8/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":280,"Cost":143,"Date":"9/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":421,"Cost":313,"Date":"9/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":398,"Cost":208,"Date":"9/19/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":7,"Cost":5,"Date":"9/25/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":117,"Cost":70,"Date":"10/4/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":533,"Cost":295,"Date":"10/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":324,"Cost":191,"Date":"10/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":803,"Cost":583,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":361,"Cost":297,"Date":"10/30/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":688,"Cost":449,"Date":"11/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":321,"Cost":271,"Date":"11/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":954,"Cost":676,"Date":"11/25/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":517,"Cost":398,"Date":"1/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":705,"Cost":557,"Date":"1/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":893,"Cost":597,"Date":"1/20/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":437,"Cost":281,"Date":"2/8/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":692,"Cost":377,"Date":"2/25/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":970,"Cost":486,"Date":"3/7/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":42,"Cost":25,"Date":"3/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":734,"Cost":567,"Date":"3/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":115,"Cost":59,"Date":"4/5/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":70,"Cost":55,"Date":"4/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":85,"Cost":49,"Date":"5/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":983,"Cost":800,"Date":"5/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":214,"Cost":152,"Date":"5/15/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":946,"Cost":672,"Date":"5/25/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":945,"Cost":808,"Date":"5/26/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":837,"Cost":715,"Date":"5/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":544,"Cost":468,"Date":"7/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":432,"Cost":249,"Date":"9/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":202,"Cost":108,"Date":"10/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":434,"Cost":361,"Date":"10/8/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":179,"Cost":164,"Date":"10/26/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":683,"Cost":642,"Date":"11/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":58,"Cost":42,"Date":"11/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"ARKET","Country":"Germany","Sale":414,"Cost":297,"Date":"12/1/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":680,"Cost":449,"Date":"2/9/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":604,"Cost":361,"Date":"2/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":782,"Cost":724,"Date":"3/10/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":272,"Cost":205,"Date":"3/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":227,"Cost":161,"Date":"3/18/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":410,"Cost":233,"Date":"3/20/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":409,"Cost":284,"Date":"3/26/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":990,"Cost":709,"Date":"6/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":546,"Cost":355,"Date":"6/10/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":570,"Date":"6/16/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":690,"Cost":449,"Date":"6/25/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":840,"Cost":503,"Date":"7/19/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":55,"Cost":48,"Date":"7/21/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":810,"Cost":637,"Date":"7/25/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":441,"Cost":418,"Date":"8/4/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":582,"Cost":542,"Date":"9/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":86,"Cost":45,"Date":"9/4/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":353,"Cost":290,"Date":"9/19/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":953,"Cost":626,"Date":"9/29/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":983,"Cost":699,"Date":"10/2/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":13,"Cost":8,"Date":"10/15/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":105,"Cost":94,"Date":"10/30/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":682,"Cost":388,"Date":"11/9/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":28,"Cost":24,"Date":"11/23/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":898,"Cost":478,"Date":"11/30/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":371,"Date":"12/8/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":876,"Cost":608,"Date":"12/11/2018"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":700,"Cost":517,"Date":"1/15/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":257,"Cost":242,"Date":"1/24/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":132,"Cost":123,"Date":"2/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":882,"Cost":463,"Date":"2/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":411,"Date":"3/9/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":685,"Cost":578,"Date":"3/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":335,"Cost":269,"Date":"4/19/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":567,"Cost":405,"Date":"5/3/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":437,"Date":"5/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":124,"Cost":107,"Date":"6/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":243,"Cost":153,"Date":"6/26/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":280,"Cost":215,"Date":"7/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":262,"Cost":141,"Date":"7/13/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":778,"Cost":607,"Date":"8/8/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":689,"Cost":586,"Date":"8/26/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":645,"Cost":329,"Date":"9/2/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":866,"Cost":522,"Date":"9/29/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":453,"Cost":305,"Date":"10/12/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":691,"Cost":407,"Date":"11/2/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":227,"Date":"11/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":6,"Cost":6,"Date":"11/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":545,"Cost":507,"Date":"12/1/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":51,"Cost":35,"Date":"12/4/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":115,"Cost":84,"Date":"12/7/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":62,"Cost":58,"Date":"12/18/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":478,"Cost":276,"Date":"12/20/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":158,"Cost":87,"Date":"12/20/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":870,"Cost":705,"Date":"12/21/2019"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":788,"Cost":714,"Date":"1/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":641,"Cost":484,"Date":"2/5/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":851,"Cost":541,"Date":"2/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":819,"Cost":584,"Date":"2/16/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":83,"Cost":63,"Date":"2/18/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":139,"Cost":99,"Date":"2/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":180,"Cost":123,"Date":"2/25/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":209,"Cost":145,"Date":"3/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":374,"Cost":229,"Date":"4/2/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":574,"Cost":486,"Date":"4/3/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":589,"Cost":518,"Date":"4/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":434,"Cost":389,"Date":"4/10/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":247,"Cost":134,"Date":"4/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":600,"Cost":302,"Date":"5/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":842,"Cost":656,"Date":"5/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":850,"Cost":436,"Date":"6/20/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":805,"Cost":418,"Date":"7/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":753,"Cost":543,"Date":"7/4/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":250,"Cost":203,"Date":"7/8/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":433,"Cost":299,"Date":"7/9/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":797,"Cost":669,"Date":"7/14/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":561,"Cost":308,"Date":"7/19/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":359,"Cost":252,"Date":"8/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":390,"Cost":202,"Date":"8/6/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":197,"Cost":119,"Date":"8/7/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":640,"Cost":369,"Date":"8/22/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":944,"Cost":680,"Date":"8/31/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":342,"Cost":277,"Date":"9/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":448,"Cost":393,"Date":"9/1/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":903,"Cost":515,"Date":"9/17/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":102,"Cost":78,"Date":"9/29/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":267,"Cost":174,"Date":"11/7/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":916,"Cost":788,"Date":"11/26/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":386,"Cost":316,"Date":"11/27/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":889,"Cost":555,"Date":"12/5/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":241,"Cost":215,"Date":"12/26/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":331,"Cost":314,"Date":"12/31/2020"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":838,"Cost":461,"Date":"1/20/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":133,"Cost":70,"Date":"2/2/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":19,"Cost":13,"Date":"2/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":607,"Cost":373,"Date":"2/27/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":838,"Cost":678,"Date":"3/1/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":130,"Cost":103,"Date":"3/1/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":413,"Cost":284,"Date":"3/19/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":30,"Cost":29,"Date":"3/28/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":549,"Cost":341,"Date":"5/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":694,"Cost":356,"Date":"7/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":771,"Cost":439,"Date":"8/5/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":663,"Cost":534,"Date":"8/12/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":560,"Cost":333,"Date":"8/21/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":360,"Cost":339,"Date":"8/23/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":221,"Cost":197,"Date":"9/3/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":952,"Cost":625,"Date":"9/5/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":723,"Cost":681,"Date":"10/6/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":233,"Cost":143,"Date":"10/19/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":358,"Cost":289,"Date":"11/15/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":61,"Cost":35,"Date":"12/8/2021"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":362,"Cost":236,"Date":"1/8/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":189,"Cost":150,"Date":"1/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":255,"Cost":229,"Date":"1/19/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":490,"Cost":339,"Date":"1/28/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":88,"Date":"1/31/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":176,"Cost":90,"Date":"3/27/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":262,"Date":"4/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":389,"Cost":335,"Date":"4/24/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":224,"Cost":115,"Date":"4/28/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":132,"Cost":82,"Date":"5/15/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":452,"Cost":296,"Date":"5/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":326,"Cost":195,"Date":"5/18/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":160,"Cost":148,"Date":"6/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":341,"Cost":278,"Date":"6/3/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":854,"Cost":744,"Date":"6/5/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":330,"Date":"6/7/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":506,"Cost":268,"Date":"6/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":122,"Cost":91,"Date":"6/20/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":299,"Date":"6/24/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":123,"Date":"7/4/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":862,"Cost":455,"Date":"7/9/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":65,"Cost":49,"Date":"7/12/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":124,"Cost":84,"Date":"8/14/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":694,"Cost":372,"Date":"8/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":559,"Cost":357,"Date":"8/23/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":121,"Cost":64,"Date":"9/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":368,"Date":"9/3/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":413,"Cost":323,"Date":"9/16/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":300,"Cost":217,"Date":"10/4/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":175,"Date":"11/1/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":527,"Cost":462,"Date":"11/2/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":813,"Cost":547,"Date":"12/17/2022"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":220,"Cost":177,"Date":"2/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":149,"Date":"2/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":483,"Cost":248,"Date":"3/4/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":380,"Date":"3/9/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":335,"Cost":250,"Date":"3/9/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":964,"Cost":659,"Date":"3/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":109,"Cost":99,"Date":"3/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":665,"Cost":556,"Date":"3/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":953,"Cost":677,"Date":"3/23/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":467,"Cost":263,"Date":"4/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":133,"Cost":79,"Date":"5/7/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":57,"Cost":53,"Date":"5/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":55,"Cost":31,"Date":"5/20/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":675,"Cost":525,"Date":"6/2/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":977,"Cost":712,"Date":"6/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":419,"Cost":352,"Date":"6/16/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":152,"Cost":76,"Date":"6/16/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":780,"Cost":576,"Date":"7/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":374,"Cost":339,"Date":"7/11/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":305,"Cost":153,"Date":"8/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":998,"Cost":893,"Date":"8/29/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":204,"Cost":112,"Date":"8/31/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":55,"Cost":48,"Date":"9/8/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":533,"Cost":420,"Date":"9/13/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":931,"Cost":636,"Date":"9/14/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":117,"Cost":79,"Date":"9/19/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":823,"Cost":564,"Date":"9/25/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":481,"Cost":265,"Date":"10/4/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":662,"Cost":411,"Date":"10/10/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":434,"Cost":310,"Date":"10/17/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":218,"Cost":130,"Date":"10/28/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":741,"Cost":467,"Date":"10/30/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":413,"Cost":274,"Date":"11/1/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":181,"Cost":164,"Date":"11/15/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":715,"Cost":621,"Date":"11/25/2023"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":474,"Cost":403,"Date":"1/10/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":971,"Cost":905,"Date":"1/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":772,"Cost":523,"Date":"1/20/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":339,"Cost":235,"Date":"2/8/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":640,"Cost":522,"Date":"2/25/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":616,"Cost":415,"Date":"3/7/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":938,"Cost":585,"Date":"3/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":147,"Cost":116,"Date":"3/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":958,"Cost":652,"Date":"4/5/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":441,"Date":"4/14/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":705,"Cost":492,"Date":"5/3/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":866,"Cost":732,"Date":"5/9/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":648,"Cost":514,"Date":"5/15/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":32,"Cost":18,"Date":"5/25/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":606,"Cost":412,"Date":"5/26/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":148,"Cost":115,"Date":"5/31/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":38,"Cost":21,"Date":"7/27/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":62,"Cost":51,"Date":"9/17/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":845,"Cost":793,"Date":"10/6/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":816,"Cost":728,"Date":"10/8/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":347,"Cost":259,"Date":"10/26/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":888,"Cost":757,"Date":"11/16/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":975,"Cost":909,"Date":"11/18/2024"},{"Store":"Aldi Einkaufszentrum, Gelsenkirchen","Brand":"HM Home","Country":"Germany","Sale":877,"Cost":586,"Date":"12/1/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":57,"Cost":53,"Date":"2/9/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":122,"Cost":107,"Date":"2/11/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":610,"Cost":576,"Date":"3/10/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":726,"Cost":436,"Date":"3/16/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":769,"Cost":453,"Date":"3/18/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":165,"Cost":100,"Date":"3/20/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":319,"Cost":268,"Date":"3/26/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":396,"Cost":249,"Date":"6/2/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":641,"Cost":367,"Date":"6/10/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":552,"Cost":522,"Date":"6/16/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":654,"Date":"6/25/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":152,"Cost":77,"Date":"7/19/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":636,"Cost":477,"Date":"7/21/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":282,"Cost":170,"Date":"7/25/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":307,"Cost":158,"Date":"8/4/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":431,"Cost":273,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":503,"Cost":256,"Date":"9/4/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":252,"Cost":130,"Date":"9/19/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":218,"Cost":166,"Date":"9/29/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":354,"Cost":278,"Date":"10/2/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":234,"Date":"10/15/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":898,"Cost":783,"Date":"10/30/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":260,"Cost":189,"Date":"11/9/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":23,"Cost":21,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":186,"Cost":108,"Date":"11/30/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":558,"Cost":504,"Date":"12/8/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":154,"Cost":100,"Date":"12/11/2018"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":89,"Cost":70,"Date":"1/15/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":672,"Cost":466,"Date":"1/24/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":287,"Cost":195,"Date":"2/3/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":115,"Cost":91,"Date":"2/4/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":164,"Cost":120,"Date":"3/9/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":821,"Cost":755,"Date":"3/12/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":755,"Cost":698,"Date":"4/19/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":327,"Cost":304,"Date":"5/3/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":14,"Cost":11,"Date":"5/4/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":47,"Cost":25,"Date":"6/8/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":765,"Cost":719,"Date":"6/26/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":171,"Cost":129,"Date":"7/4/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":151,"Date":"7/13/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":940,"Cost":722,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":804,"Cost":689,"Date":"8/26/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":173,"Cost":132,"Date":"9/2/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":103,"Cost":57,"Date":"9/29/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":193,"Cost":99,"Date":"10/12/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":911,"Cost":825,"Date":"11/2/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":36,"Cost":35,"Date":"11/4/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":900,"Cost":556,"Date":"11/7/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":608,"Cost":470,"Date":"12/1/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":440,"Cost":360,"Date":"12/4/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":577,"Cost":371,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":808,"Cost":490,"Date":"12/18/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":585,"Cost":416,"Date":"12/20/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":170,"Cost":132,"Date":"12/20/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":120,"Cost":86,"Date":"12/21/2019"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":992,"Cost":638,"Date":"1/9/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":829,"Cost":576,"Date":"2/5/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":616,"Cost":437,"Date":"2/16/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":249,"Cost":132,"Date":"2/16/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":397,"Cost":319,"Date":"2/18/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":969,"Cost":551,"Date":"2/22/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":581,"Cost":403,"Date":"2/25/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":250,"Cost":228,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":128,"Cost":85,"Date":"4/2/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":83,"Cost":46,"Date":"4/3/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":182,"Cost":149,"Date":"4/9/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":40,"Cost":37,"Date":"4/10/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":219,"Cost":162,"Date":"4/19/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":259,"Cost":146,"Date":"5/17/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":3,"Cost":3,"Date":"5/22/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":616,"Cost":429,"Date":"6/20/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":305,"Cost":175,"Date":"7/1/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":340,"Cost":237,"Date":"7/4/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":661,"Cost":335,"Date":"7/8/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":640,"Cost":442,"Date":"7/9/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":86,"Cost":75,"Date":"7/14/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":86,"Cost":79,"Date":"7/19/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":209,"Cost":138,"Date":"8/1/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":360,"Cost":315,"Date":"8/6/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":858,"Cost":483,"Date":"8/7/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":290,"Cost":202,"Date":"8/22/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":45,"Cost":27,"Date":"8/31/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":674,"Cost":395,"Date":"9/1/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":773,"Cost":444,"Date":"9/1/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":122,"Cost":69,"Date":"9/17/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":621,"Cost":442,"Date":"9/29/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":844,"Cost":569,"Date":"11/7/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":189,"Date":"11/26/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":81,"Cost":58,"Date":"11/27/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":277,"Cost":165,"Date":"12/5/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":200,"Cost":159,"Date":"12/26/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":951,"Cost":576,"Date":"12/31/2020"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":504,"Cost":436,"Date":"1/20/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":196,"Cost":157,"Date":"2/2/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":543,"Cost":325,"Date":"2/8/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":192,"Cost":158,"Date":"2/27/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":148,"Cost":90,"Date":"3/1/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":968,"Cost":497,"Date":"3/1/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":546,"Cost":492,"Date":"3/19/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":318,"Cost":159,"Date":"3/28/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":148,"Cost":90,"Date":"5/21/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":515,"Cost":390,"Date":"7/21/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":775,"Cost":632,"Date":"8/5/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":499,"Cost":332,"Date":"8/12/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":176,"Cost":158,"Date":"8/21/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":850,"Cost":691,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":84,"Cost":63,"Date":"9/3/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":896,"Cost":668,"Date":"9/5/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":118,"Cost":73,"Date":"10/6/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":136,"Cost":110,"Date":"10/19/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":798,"Cost":530,"Date":"11/15/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":659,"Cost":552,"Date":"12/8/2021"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":668,"Cost":380,"Date":"1/8/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":130,"Cost":67,"Date":"1/14/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":823,"Cost":563,"Date":"1/19/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":241,"Cost":214,"Date":"1/28/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":138,"Cost":104,"Date":"1/31/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":720,"Cost":392,"Date":"3/27/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":571,"Cost":476,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":832,"Cost":714,"Date":"4/24/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":290,"Cost":247,"Date":"4/28/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":221,"Cost":196,"Date":"5/15/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":399,"Cost":331,"Date":"5/16/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":389,"Cost":240,"Date":"5/18/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":370,"Cost":222,"Date":"6/2/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":83,"Cost":52,"Date":"6/3/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":588,"Cost":324,"Date":"6/5/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":304,"Cost":248,"Date":"6/7/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":542,"Cost":429,"Date":"6/14/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":468,"Cost":333,"Date":"6/20/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":43,"Cost":35,"Date":"6/24/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":174,"Cost":87,"Date":"7/4/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":161,"Cost":89,"Date":"7/9/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":282,"Date":"7/12/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":760,"Cost":452,"Date":"8/14/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":621,"Cost":528,"Date":"8/16/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":617,"Cost":425,"Date":"8/23/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":450,"Cost":233,"Date":"9/2/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":121,"Cost":100,"Date":"9/3/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":952,"Cost":842,"Date":"9/16/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":653,"Cost":425,"Date":"10/4/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":12,"Cost":6,"Date":"11/1/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":26,"Cost":14,"Date":"11/2/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":217,"Cost":141,"Date":"12/17/2022"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":893,"Cost":469,"Date":"2/10/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":789,"Cost":460,"Date":"2/28/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":5,"Cost":4,"Date":"3/4/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":162,"Cost":119,"Date":"3/9/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":521,"Cost":384,"Date":"3/9/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":492,"Cost":402,"Date":"3/11/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":942,"Cost":614,"Date":"3/17/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":275,"Cost":232,"Date":"3/17/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":904,"Cost":515,"Date":"3/23/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":827,"Cost":730,"Date":"4/1/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":138,"Date":"5/7/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":332,"Cost":314,"Date":"5/10/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":552,"Cost":291,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":850,"Cost":746,"Date":"6/2/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":109,"Cost":63,"Date":"6/11/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":667,"Cost":538,"Date":"6/16/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":243,"Cost":202,"Date":"6/16/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":224,"Cost":114,"Date":"7/10/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":753,"Cost":701,"Date":"7/11/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":991,"Cost":900,"Date":"8/28/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":982,"Cost":876,"Date":"8/29/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":987,"Cost":777,"Date":"8/31/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":658,"Cost":469,"Date":"9/8/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":589,"Cost":432,"Date":"9/13/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":629,"Cost":573,"Date":"9/14/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":344,"Cost":201,"Date":"9/19/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":463,"Cost":401,"Date":"9/25/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":89,"Cost":53,"Date":"10/4/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":703,"Cost":382,"Date":"10/10/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":93,"Cost":79,"Date":"10/17/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":140,"Cost":125,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":847,"Cost":535,"Date":"10/30/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":551,"Cost":373,"Date":"11/1/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":227,"Cost":212,"Date":"11/15/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":424,"Cost":256,"Date":"11/25/2023"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":530,"Cost":385,"Date":"1/10/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":417,"Cost":393,"Date":"1/14/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":98,"Cost":81,"Date":"1/20/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":783,"Cost":743,"Date":"2/8/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":501,"Cost":379,"Date":"2/25/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":126,"Cost":89,"Date":"3/7/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":876,"Cost":482,"Date":"3/14/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":861,"Cost":689,"Date":"3/27/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":197,"Cost":187,"Date":"4/5/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":349,"Cost":285,"Date":"4/14/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":150,"Cost":111,"Date":"5/3/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":281,"Cost":187,"Date":"5/9/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":446,"Cost":410,"Date":"5/15/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":433,"Cost":281,"Date":"5/25/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":314,"Cost":187,"Date":"5/26/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":891,"Cost":750,"Date":"5/31/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":804,"Cost":547,"Date":"7/27/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":239,"Cost":223,"Date":"9/17/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":488,"Cost":349,"Date":"10/6/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":220,"Cost":175,"Date":"10/8/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":933,"Cost":599,"Date":"10/26/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":877,"Cost":789,"Date":"11/16/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":132,"Cost":120,"Date":"11/18/2024"},{"Store":"MercaturA, Aalen","Brand":"ARKET","Country":"Germany","Sale":984,"Cost":662,"Date":"12/1/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":802,"Cost":736,"Date":"2/9/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":32,"Cost":24,"Date":"2/11/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":311,"Cost":282,"Date":"3/10/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":416,"Cost":228,"Date":"3/16/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":274,"Cost":163,"Date":"3/18/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":14,"Cost":12,"Date":"3/20/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":962,"Cost":691,"Date":"3/26/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":538,"Cost":496,"Date":"6/2/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":306,"Cost":256,"Date":"6/10/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":56,"Cost":50,"Date":"6/16/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":48,"Cost":26,"Date":"6/25/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":889,"Cost":473,"Date":"7/19/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":203,"Cost":155,"Date":"7/21/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":507,"Cost":278,"Date":"7/25/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":858,"Cost":541,"Date":"8/4/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":388,"Cost":227,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":696,"Cost":595,"Date":"9/4/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":102,"Cost":58,"Date":"9/19/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":166,"Cost":101,"Date":"9/29/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":116,"Cost":74,"Date":"10/2/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":737,"Cost":637,"Date":"10/15/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":772,"Cost":514,"Date":"10/30/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":61,"Cost":32,"Date":"11/9/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":587,"Cost":521,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":395,"Cost":313,"Date":"11/30/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":104,"Cost":70,"Date":"12/8/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":753,"Cost":605,"Date":"12/11/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":339,"Cost":321,"Date":"1/15/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":566,"Cost":405,"Date":"1/24/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":30,"Cost":27,"Date":"2/3/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":920,"Cost":479,"Date":"2/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":436,"Cost":236,"Date":"3/9/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":756,"Cost":594,"Date":"3/12/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":967,"Cost":813,"Date":"4/19/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":496,"Cost":277,"Date":"5/3/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":320,"Cost":278,"Date":"5/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":847,"Cost":772,"Date":"6/8/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":409,"Cost":371,"Date":"6/26/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":753,"Cost":561,"Date":"7/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":209,"Cost":161,"Date":"7/13/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":816,"Cost":436,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":557,"Cost":465,"Date":"8/26/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":337,"Cost":268,"Date":"9/2/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":741,"Cost":507,"Date":"9/29/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":567,"Cost":327,"Date":"10/12/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":361,"Cost":207,"Date":"11/2/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":433,"Cost":292,"Date":"11/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":237,"Cost":123,"Date":"11/7/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":480,"Cost":425,"Date":"12/1/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":106,"Cost":90,"Date":"12/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":731,"Cost":563,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":304,"Cost":163,"Date":"12/18/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":223,"Cost":149,"Date":"12/20/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":626,"Cost":582,"Date":"12/20/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":453,"Cost":302,"Date":"12/21/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":125,"Cost":82,"Date":"1/9/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":505,"Cost":309,"Date":"2/5/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":600,"Cost":363,"Date":"2/16/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":297,"Cost":255,"Date":"2/16/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":158,"Cost":140,"Date":"2/18/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":651,"Cost":366,"Date":"2/22/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":982,"Cost":821,"Date":"2/25/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":580,"Cost":449,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":76,"Cost":58,"Date":"4/2/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":391,"Cost":332,"Date":"4/3/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":515,"Cost":325,"Date":"4/9/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":640,"Cost":571,"Date":"4/10/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":520,"Cost":280,"Date":"4/19/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":288,"Cost":271,"Date":"5/17/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":965,"Cost":543,"Date":"5/22/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":967,"Cost":807,"Date":"6/20/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":878,"Cost":734,"Date":"7/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":914,"Cost":497,"Date":"7/4/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":461,"Cost":397,"Date":"7/8/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":23,"Cost":11,"Date":"7/9/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":829,"Cost":499,"Date":"7/14/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":743,"Cost":532,"Date":"7/19/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":464,"Cost":362,"Date":"8/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":960,"Cost":773,"Date":"8/6/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":472,"Cost":391,"Date":"8/7/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":694,"Cost":647,"Date":"8/22/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":418,"Cost":258,"Date":"8/31/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":997,"Cost":503,"Date":"9/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":637,"Cost":344,"Date":"9/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":496,"Cost":265,"Date":"9/17/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":161,"Cost":137,"Date":"9/29/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":211,"Cost":159,"Date":"11/7/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":735,"Cost":468,"Date":"11/26/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":189,"Cost":168,"Date":"11/27/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":961,"Cost":724,"Date":"12/5/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":67,"Cost":40,"Date":"12/26/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":395,"Cost":223,"Date":"12/31/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":354,"Cost":230,"Date":"1/20/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":609,"Cost":518,"Date":"2/2/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":498,"Cost":332,"Date":"2/8/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":687,"Cost":377,"Date":"2/27/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":828,"Cost":729,"Date":"3/1/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":455,"Cost":350,"Date":"3/1/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":361,"Cost":272,"Date":"3/19/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":968,"Cost":560,"Date":"3/28/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":739,"Cost":666,"Date":"5/21/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":989,"Cost":931,"Date":"7/21/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":582,"Cost":473,"Date":"8/5/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":994,"Cost":921,"Date":"8/12/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":770,"Cost":466,"Date":"8/21/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":134,"Cost":108,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":661,"Cost":421,"Date":"9/3/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":33,"Cost":32,"Date":"9/5/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":557,"Cost":361,"Date":"10/6/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":571,"Cost":356,"Date":"10/19/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":55,"Cost":35,"Date":"11/15/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":520,"Cost":330,"Date":"12/8/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":627,"Cost":486,"Date":"1/8/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":735,"Cost":653,"Date":"1/14/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":126,"Cost":98,"Date":"1/19/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":519,"Cost":297,"Date":"1/28/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":648,"Cost":523,"Date":"1/31/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":301,"Cost":228,"Date":"3/27/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":388,"Cost":323,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":566,"Cost":339,"Date":"4/24/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":317,"Cost":282,"Date":"4/28/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":100,"Cost":58,"Date":"5/15/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":292,"Cost":168,"Date":"5/16/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":387,"Cost":194,"Date":"5/18/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":11,"Cost":9,"Date":"6/2/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":333,"Cost":191,"Date":"6/3/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":859,"Cost":608,"Date":"6/5/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":389,"Cost":273,"Date":"6/7/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":327,"Cost":238,"Date":"6/14/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":740,"Cost":383,"Date":"6/20/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":399,"Cost":313,"Date":"6/24/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":75,"Cost":51,"Date":"7/4/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":410,"Cost":253,"Date":"7/9/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":597,"Cost":445,"Date":"7/12/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":323,"Cost":276,"Date":"8/14/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":271,"Cost":181,"Date":"8/16/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":182,"Cost":158,"Date":"8/23/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":585,"Cost":404,"Date":"9/2/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":463,"Cost":304,"Date":"9/3/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":758,"Cost":449,"Date":"9/16/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":775,"Cost":733,"Date":"10/4/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":302,"Cost":199,"Date":"11/1/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":248,"Cost":162,"Date":"11/2/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":373,"Cost":191,"Date":"12/17/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":345,"Cost":241,"Date":"2/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":206,"Cost":138,"Date":"2/28/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":208,"Cost":131,"Date":"3/4/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":586,"Cost":399,"Date":"3/9/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":692,"Cost":513,"Date":"3/9/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":836,"Cost":477,"Date":"3/11/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":449,"Cost":409,"Date":"3/17/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":730,"Cost":442,"Date":"3/17/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":659,"Cost":452,"Date":"3/23/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":121,"Cost":112,"Date":"4/1/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":955,"Cost":630,"Date":"5/7/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":340,"Cost":292,"Date":"5/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":758,"Cost":516,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":127,"Cost":97,"Date":"6/2/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":324,"Cost":285,"Date":"6/11/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":985,"Cost":512,"Date":"6/16/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":585,"Cost":467,"Date":"6/16/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":149,"Cost":131,"Date":"7/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":910,"Cost":557,"Date":"7/11/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":486,"Cost":437,"Date":"8/28/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":755,"Cost":560,"Date":"8/29/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":288,"Cost":272,"Date":"8/31/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":479,"Cost":279,"Date":"9/8/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":460,"Cost":305,"Date":"9/13/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":713,"Cost":535,"Date":"9/14/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":559,"Cost":283,"Date":"9/19/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":108,"Cost":65,"Date":"9/25/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":782,"Cost":514,"Date":"10/4/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":995,"Cost":923,"Date":"10/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":505,"Cost":351,"Date":"10/17/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":625,"Cost":393,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":676,"Cost":575,"Date":"10/30/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":14,"Cost":14,"Date":"11/1/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":216,"Cost":119,"Date":"11/15/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":371,"Cost":232,"Date":"11/25/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":894,"Cost":727,"Date":"1/10/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":117,"Cost":83,"Date":"1/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":316,"Cost":292,"Date":"1/20/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":710,"Cost":571,"Date":"2/8/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":598,"Cost":402,"Date":"2/25/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":304,"Cost":262,"Date":"3/7/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":264,"Cost":139,"Date":"3/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":937,"Cost":559,"Date":"3/27/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":886,"Cost":575,"Date":"4/5/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":991,"Cost":799,"Date":"4/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":665,"Cost":494,"Date":"5/3/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":70,"Cost":66,"Date":"5/9/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":813,"Cost":763,"Date":"5/15/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":553,"Cost":313,"Date":"5/25/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":289,"Cost":185,"Date":"5/26/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":717,"Cost":416,"Date":"5/31/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":290,"Cost":204,"Date":"7/27/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":879,"Cost":668,"Date":"9/17/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":222,"Cost":209,"Date":"10/6/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":868,"Cost":800,"Date":"10/8/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":74,"Cost":56,"Date":"10/26/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":908,"Cost":640,"Date":"11/16/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":729,"Cost":554,"Date":"11/18/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":535,"Cost":496,"Date":"12/1/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":860,"Cost":447,"Date":"2/9/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":266,"Cost":172,"Date":"2/11/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":343,"Cost":231,"Date":"3/10/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":222,"Cost":175,"Date":"3/16/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":812,"Cost":509,"Date":"3/18/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":628,"Cost":427,"Date":"3/20/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":775,"Cost":689,"Date":"3/26/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":73,"Cost":49,"Date":"6/2/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":793,"Cost":512,"Date":"6/10/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":787,"Cost":455,"Date":"6/16/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":488,"Cost":421,"Date":"6/25/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":377,"Cost":191,"Date":"7/19/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":465,"Cost":265,"Date":"7/21/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":527,"Cost":332,"Date":"7/25/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":365,"Cost":343,"Date":"8/4/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":291,"Cost":148,"Date":"9/2/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":656,"Cost":583,"Date":"9/4/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":605,"Cost":423,"Date":"9/19/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":218,"Cost":157,"Date":"9/29/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":1000,"Cost":855,"Date":"10/2/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":474,"Cost":289,"Date":"10/15/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":132,"Cost":85,"Date":"10/30/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":10,"Cost":8,"Date":"11/9/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":357,"Cost":291,"Date":"11/23/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":123,"Cost":96,"Date":"11/30/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":271,"Cost":164,"Date":"12/8/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":47,"Cost":29,"Date":"12/11/2018"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":879,"Cost":589,"Date":"1/15/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":139,"Cost":124,"Date":"1/24/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":519,"Cost":358,"Date":"2/3/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":563,"Cost":411,"Date":"2/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":830,"Cost":482,"Date":"3/9/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":844,"Cost":703,"Date":"3/12/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":628,"Cost":571,"Date":"4/19/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":30,"Cost":20,"Date":"5/3/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":464,"Cost":346,"Date":"5/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":977,"Cost":833,"Date":"6/8/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":152,"Cost":126,"Date":"6/26/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":320,"Cost":244,"Date":"7/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":299,"Cost":200,"Date":"7/13/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":376,"Cost":327,"Date":"8/8/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":273,"Cost":143,"Date":"8/26/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":306,"Cost":267,"Date":"9/2/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":472,"Cost":298,"Date":"9/29/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":48,"Cost":39,"Date":"10/12/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":874,"Cost":779,"Date":"11/2/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":189,"Cost":101,"Date":"11/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":171,"Cost":160,"Date":"11/7/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":1,"Cost":0,"Date":"12/1/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":119,"Cost":90,"Date":"12/4/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":949,"Cost":901,"Date":"12/7/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":885,"Cost":818,"Date":"12/18/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":188,"Cost":153,"Date":"12/20/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":928,"Cost":798,"Date":"12/20/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":475,"Cost":414,"Date":"12/21/2019"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":504,"Cost":296,"Date":"1/9/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":980,"Cost":921,"Date":"2/5/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":508,"Cost":338,"Date":"2/16/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":596,"Cost":528,"Date":"2/16/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":553,"Cost":430,"Date":"2/18/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":328,"Cost":208,"Date":"2/22/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":779,"Cost":733,"Date":"2/25/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":944,"Cost":762,"Date":"3/8/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":118,"Cost":93,"Date":"4/2/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":467,"Cost":337,"Date":"4/3/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":470,"Cost":352,"Date":"4/9/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":978,"Cost":813,"Date":"4/10/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":342,"Cost":217,"Date":"4/19/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":133,"Cost":124,"Date":"5/17/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":351,"Cost":323,"Date":"5/22/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":282,"Cost":209,"Date":"6/20/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":951,"Cost":622,"Date":"7/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":166,"Cost":120,"Date":"7/4/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":955,"Cost":857,"Date":"7/8/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":280,"Cost":156,"Date":"7/9/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":321,"Cost":220,"Date":"7/14/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":971,"Cost":804,"Date":"7/19/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":918,"Cost":802,"Date":"8/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":450,"Cost":343,"Date":"8/6/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":535,"Cost":413,"Date":"8/7/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":369,"Cost":220,"Date":"8/22/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":558,"Cost":455,"Date":"8/31/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":469,"Cost":317,"Date":"9/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":579,"Cost":466,"Date":"9/1/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":179,"Cost":105,"Date":"9/17/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":54,"Cost":36,"Date":"9/29/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":12,"Cost":12,"Date":"11/7/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":820,"Cost":446,"Date":"11/26/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":814,"Cost":498,"Date":"11/27/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":867,"Cost":557,"Date":"12/5/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":237,"Cost":184,"Date":"12/26/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":618,"Cost":400,"Date":"12/31/2020"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":392,"Cost":228,"Date":"1/20/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":10,"Cost":10,"Date":"2/2/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":541,"Cost":320,"Date":"2/8/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":513,"Cost":285,"Date":"2/27/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":179,"Cost":165,"Date":"3/1/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":329,"Cost":235,"Date":"3/1/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":730,"Cost":682,"Date":"3/19/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":770,"Cost":441,"Date":"3/28/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":838,"Cost":577,"Date":"5/21/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":537,"Cost":302,"Date":"7/21/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":591,"Cost":497,"Date":"8/5/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":520,"Cost":310,"Date":"8/12/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":194,"Cost":173,"Date":"8/21/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":185,"Cost":97,"Date":"8/23/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":817,"Cost":537,"Date":"9/3/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":616,"Cost":478,"Date":"9/5/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":346,"Cost":293,"Date":"10/6/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":452,"Cost":382,"Date":"10/19/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":238,"Cost":158,"Date":"11/15/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":415,"Cost":312,"Date":"12/8/2021"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":202,"Cost":123,"Date":"1/8/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":471,"Cost":317,"Date":"1/14/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":712,"Cost":437,"Date":"1/19/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":701,"Cost":657,"Date":"1/28/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":1,"Cost":1,"Date":"1/31/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":183,"Cost":112,"Date":"3/27/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":861,"Cost":491,"Date":"4/20/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":798,"Cost":707,"Date":"4/24/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":10,"Cost":7,"Date":"4/28/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":361,"Cost":206,"Date":"5/15/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":529,"Cost":343,"Date":"5/16/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":200,"Cost":152,"Date":"5/18/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":159,"Cost":92,"Date":"6/2/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":712,"Cost":567,"Date":"6/3/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":402,"Cost":326,"Date":"6/5/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":264,"Cost":182,"Date":"6/7/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":312,"Cost":213,"Date":"6/14/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":221,"Cost":174,"Date":"6/20/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":405,"Cost":245,"Date":"6/24/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":139,"Cost":125,"Date":"7/4/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":400,"Cost":300,"Date":"7/9/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":880,"Cost":834,"Date":"7/12/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":317,"Cost":270,"Date":"8/14/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":720,"Cost":406,"Date":"8/16/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":240,"Cost":151,"Date":"8/23/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":586,"Cost":555,"Date":"9/2/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":286,"Cost":187,"Date":"9/3/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":110,"Cost":56,"Date":"9/16/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":197,"Cost":137,"Date":"10/4/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":72,"Cost":40,"Date":"11/1/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":531,"Cost":284,"Date":"11/2/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":959,"Cost":570,"Date":"12/17/2022"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":533,"Cost":405,"Date":"2/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":912,"Cost":695,"Date":"2/28/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":546,"Cost":517,"Date":"3/4/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":583,"Cost":313,"Date":"3/9/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":648,"Cost":509,"Date":"3/9/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":535,"Cost":285,"Date":"3/11/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":727,"Cost":549,"Date":"3/17/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":592,"Cost":379,"Date":"3/17/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":378,"Cost":264,"Date":"3/23/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":809,"Cost":586,"Date":"4/1/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":407,"Cost":322,"Date":"5/7/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":362,"Cost":240,"Date":"5/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":367,"Cost":231,"Date":"5/20/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":641,"Cost":348,"Date":"6/2/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":710,"Cost":641,"Date":"6/11/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":276,"Cost":146,"Date":"6/16/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":222,"Cost":199,"Date":"6/16/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":522,"Cost":330,"Date":"7/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":104,"Cost":74,"Date":"7/11/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":6,"Cost":3,"Date":"8/28/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":18,"Cost":9,"Date":"8/29/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":698,"Cost":456,"Date":"8/31/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":42,"Cost":36,"Date":"9/8/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":575,"Cost":388,"Date":"9/13/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":337,"Cost":293,"Date":"9/14/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":128,"Cost":121,"Date":"9/19/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":973,"Cost":736,"Date":"9/25/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":887,"Cost":511,"Date":"10/4/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":169,"Cost":145,"Date":"10/10/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":789,"Cost":538,"Date":"10/17/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":373,"Cost":335,"Date":"10/28/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":456,"Cost":366,"Date":"10/30/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":695,"Cost":624,"Date":"11/1/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":176,"Cost":101,"Date":"11/15/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":145,"Cost":103,"Date":"11/25/2023"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":389,"Cost":283,"Date":"1/10/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":2,"Cost":2,"Date":"1/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":756,"Cost":679,"Date":"1/20/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":671,"Cost":535,"Date":"2/8/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":331,"Cost":229,"Date":"2/25/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":328,"Cost":285,"Date":"3/7/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":634,"Cost":424,"Date":"3/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":751,"Cost":667,"Date":"3/27/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":443,"Cost":336,"Date":"4/5/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":208,"Cost":150,"Date":"4/14/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":103,"Cost":70,"Date":"5/3/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":904,"Cost":766,"Date":"5/9/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":419,"Cost":368,"Date":"5/15/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":633,"Cost":331,"Date":"5/25/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":414,"Cost":250,"Date":"5/26/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":580,"Cost":502,"Date":"5/31/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":425,"Cost":357,"Date":"7/27/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":684,"Cost":559,"Date":"9/17/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":266,"Cost":191,"Date":"10/6/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":619,"Cost":478,"Date":"10/8/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":701,"Cost":536,"Date":"10/26/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":252,"Cost":139,"Date":"11/16/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":636,"Cost":370,"Date":"11/18/2024"},{"Store":"MercaturA, Aalen","Brand":"COS","Country":"Germany","Sale":866,"Cost":567,"Date":"12/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":301,"Cost":269,"Date":"2/9/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":34,"Cost":29,"Date":"2/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":418,"Date":"3/10/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":512,"Cost":287,"Date":"3/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":968,"Cost":850,"Date":"3/18/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":219,"Cost":129,"Date":"3/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":292,"Cost":186,"Date":"3/26/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":492,"Cost":328,"Date":"6/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":331,"Cost":259,"Date":"6/10/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":698,"Cost":530,"Date":"6/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":346,"Date":"6/25/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":426,"Cost":242,"Date":"7/19/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":720,"Date":"7/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":889,"Cost":741,"Date":"7/25/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":434,"Cost":280,"Date":"8/4/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":894,"Cost":514,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":82,"Cost":50,"Date":"9/4/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":303,"Cost":234,"Date":"9/19/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":290,"Cost":274,"Date":"9/29/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":664,"Cost":467,"Date":"10/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":3,"Cost":3,"Date":"10/15/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":579,"Cost":353,"Date":"10/30/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":604,"Cost":396,"Date":"11/9/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":430,"Cost":269,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":445,"Cost":386,"Date":"11/30/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":731,"Cost":561,"Date":"12/8/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":720,"Cost":652,"Date":"12/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":293,"Cost":212,"Date":"1/15/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":603,"Cost":537,"Date":"1/24/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":74,"Cost":69,"Date":"2/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":704,"Cost":468,"Date":"2/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":235,"Cost":150,"Date":"3/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":25,"Cost":12,"Date":"3/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":841,"Cost":636,"Date":"4/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":270,"Cost":249,"Date":"5/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":857,"Cost":581,"Date":"5/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":7,"Cost":7,"Date":"6/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":173,"Cost":126,"Date":"6/26/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":309,"Date":"7/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":192,"Cost":108,"Date":"7/13/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":887,"Cost":472,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":252,"Cost":191,"Date":"8/26/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":414,"Cost":300,"Date":"9/2/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":140,"Cost":103,"Date":"9/29/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":893,"Cost":754,"Date":"10/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":135,"Cost":93,"Date":"11/2/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":28,"Cost":15,"Date":"11/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":215,"Cost":118,"Date":"11/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":921,"Cost":623,"Date":"12/1/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":782,"Cost":639,"Date":"12/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":538,"Cost":270,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":551,"Date":"12/18/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":804,"Cost":535,"Date":"12/20/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":992,"Cost":673,"Date":"12/20/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":214,"Cost":168,"Date":"12/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":600,"Cost":308,"Date":"1/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":646,"Cost":333,"Date":"2/5/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":714,"Cost":604,"Date":"2/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":245,"Cost":154,"Date":"2/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":251,"Cost":142,"Date":"2/18/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":764,"Cost":616,"Date":"2/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":439,"Cost":307,"Date":"2/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":348,"Cost":264,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":981,"Cost":916,"Date":"4/2/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":187,"Cost":110,"Date":"4/3/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":1,"Cost":1,"Date":"4/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":390,"Cost":197,"Date":"4/10/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":826,"Cost":734,"Date":"4/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":95,"Cost":60,"Date":"5/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":980,"Cost":857,"Date":"5/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":703,"Cost":389,"Date":"6/20/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":995,"Cost":517,"Date":"7/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":809,"Cost":561,"Date":"7/4/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":690,"Cost":480,"Date":"7/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":353,"Cost":284,"Date":"7/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":345,"Cost":223,"Date":"7/14/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":235,"Cost":123,"Date":"7/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":617,"Cost":552,"Date":"8/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":9,"Cost":5,"Date":"8/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":136,"Cost":96,"Date":"8/7/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":250,"Cost":131,"Date":"8/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":977,"Cost":879,"Date":"8/31/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":818,"Cost":621,"Date":"9/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":783,"Cost":546,"Date":"9/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":268,"Cost":194,"Date":"9/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":564,"Cost":438,"Date":"9/29/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":678,"Cost":642,"Date":"11/7/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":273,"Cost":193,"Date":"11/26/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":319,"Date":"11/27/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":931,"Cost":600,"Date":"12/5/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":709,"Cost":398,"Date":"12/26/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":387,"Date":"12/31/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":322,"Date":"1/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":61,"Cost":31,"Date":"2/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":780,"Cost":399,"Date":"2/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":615,"Cost":348,"Date":"2/27/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":27,"Cost":20,"Date":"3/1/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":900,"Cost":701,"Date":"3/1/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":600,"Cost":335,"Date":"3/19/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":393,"Cost":214,"Date":"3/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":624,"Cost":575,"Date":"5/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":700,"Cost":531,"Date":"7/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":695,"Cost":571,"Date":"8/5/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":12,"Cost":10,"Date":"8/12/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":836,"Cost":534,"Date":"8/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":833,"Cost":496,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":817,"Cost":718,"Date":"9/3/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":224,"Cost":140,"Date":"9/5/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":537,"Cost":330,"Date":"10/6/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":178,"Cost":127,"Date":"10/19/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":328,"Cost":311,"Date":"11/15/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":103,"Cost":89,"Date":"12/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":821,"Cost":777,"Date":"1/8/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":427,"Cost":287,"Date":"1/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":575,"Cost":533,"Date":"1/19/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":317,"Cost":268,"Date":"1/28/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":990,"Cost":934,"Date":"1/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":354,"Cost":309,"Date":"3/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":435,"Cost":334,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":276,"Cost":166,"Date":"4/24/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":508,"Cost":423,"Date":"4/28/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":981,"Cost":827,"Date":"5/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":638,"Cost":560,"Date":"5/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":293,"Cost":207,"Date":"5/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":923,"Cost":753,"Date":"6/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":739,"Cost":409,"Date":"6/3/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":865,"Cost":815,"Date":"6/5/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":584,"Cost":352,"Date":"6/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":339,"Cost":285,"Date":"6/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":349,"Cost":217,"Date":"6/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":472,"Cost":359,"Date":"6/24/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":273,"Cost":165,"Date":"7/4/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":326,"Cost":249,"Date":"7/9/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":575,"Cost":527,"Date":"7/12/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":459,"Cost":430,"Date":"8/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":221,"Cost":172,"Date":"8/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":809,"Cost":494,"Date":"8/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":517,"Cost":341,"Date":"9/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":105,"Cost":71,"Date":"9/3/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":216,"Cost":166,"Date":"9/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":412,"Cost":239,"Date":"10/4/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":444,"Cost":351,"Date":"11/1/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":486,"Cost":274,"Date":"11/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":87,"Cost":70,"Date":"12/17/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":974,"Cost":681,"Date":"2/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":955,"Cost":514,"Date":"2/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":719,"Cost":556,"Date":"3/4/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":810,"Cost":631,"Date":"3/9/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":387,"Cost":214,"Date":"3/9/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":897,"Cost":502,"Date":"3/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":208,"Cost":182,"Date":"3/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":798,"Cost":681,"Date":"3/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":876,"Cost":446,"Date":"3/23/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":404,"Cost":260,"Date":"4/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":603,"Cost":398,"Date":"5/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":833,"Date":"5/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":159,"Cost":124,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":50,"Cost":48,"Date":"6/2/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":683,"Cost":467,"Date":"6/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":301,"Cost":242,"Date":"6/16/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":443,"Cost":328,"Date":"6/16/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":583,"Cost":422,"Date":"7/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":787,"Cost":491,"Date":"7/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":168,"Cost":117,"Date":"8/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":27,"Cost":14,"Date":"8/29/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":984,"Cost":812,"Date":"8/31/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":162,"Cost":148,"Date":"9/8/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":904,"Cost":478,"Date":"9/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":766,"Cost":665,"Date":"9/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":556,"Cost":483,"Date":"9/19/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":157,"Date":"9/25/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":895,"Cost":477,"Date":"10/4/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":360,"Cost":250,"Date":"10/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":616,"Cost":328,"Date":"10/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":99,"Cost":61,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":871,"Cost":697,"Date":"10/30/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":484,"Cost":377,"Date":"11/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":58,"Cost":35,"Date":"11/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":148,"Date":"11/25/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":680,"Cost":456,"Date":"1/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":939,"Cost":889,"Date":"1/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":775,"Cost":649,"Date":"1/20/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":219,"Cost":207,"Date":"2/8/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":726,"Cost":568,"Date":"2/25/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":963,"Cost":688,"Date":"3/7/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":249,"Cost":153,"Date":"3/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":16,"Cost":10,"Date":"3/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":706,"Cost":573,"Date":"4/5/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":4,"Cost":2,"Date":"4/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":65,"Cost":56,"Date":"5/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":50,"Cost":34,"Date":"5/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":944,"Cost":790,"Date":"5/15/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":707,"Cost":379,"Date":"5/25/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":343,"Cost":196,"Date":"5/26/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":852,"Cost":791,"Date":"5/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":604,"Cost":465,"Date":"7/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":658,"Cost":478,"Date":"9/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":852,"Cost":594,"Date":"10/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":911,"Cost":765,"Date":"10/8/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":988,"Cost":714,"Date":"10/26/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":413,"Cost":275,"Date":"11/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":569,"Cost":346,"Date":"11/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":85,"Cost":68,"Date":"12/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":608,"Cost":376,"Date":"2/9/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":894,"Cost":498,"Date":"2/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":526,"Cost":329,"Date":"3/10/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":220,"Cost":183,"Date":"3/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":866,"Cost":760,"Date":"3/18/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":482,"Cost":276,"Date":"3/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":284,"Cost":249,"Date":"3/26/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":417,"Cost":249,"Date":"6/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":312,"Date":"6/10/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":68,"Date":"6/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":15,"Date":"6/25/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":212,"Cost":117,"Date":"7/19/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":163,"Cost":90,"Date":"7/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":863,"Cost":619,"Date":"7/25/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":786,"Cost":671,"Date":"8/4/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":450,"Cost":390,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":363,"Cost":269,"Date":"9/4/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":108,"Cost":62,"Date":"9/19/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":7,"Date":"9/29/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":477,"Cost":354,"Date":"10/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":592,"Cost":340,"Date":"10/15/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":341,"Date":"10/30/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":110,"Cost":77,"Date":"11/9/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":774,"Cost":523,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":253,"Cost":174,"Date":"11/30/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":573,"Cost":295,"Date":"12/8/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":367,"Cost":349,"Date":"12/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":236,"Cost":165,"Date":"1/15/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":982,"Cost":806,"Date":"1/24/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":182,"Date":"2/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":280,"Date":"2/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":566,"Cost":440,"Date":"3/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":394,"Cost":264,"Date":"3/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":871,"Cost":530,"Date":"4/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":747,"Cost":647,"Date":"5/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":196,"Cost":133,"Date":"5/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":898,"Cost":698,"Date":"6/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":370,"Cost":322,"Date":"6/26/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":844,"Cost":786,"Date":"7/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":481,"Cost":375,"Date":"7/13/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":744,"Cost":484,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":573,"Cost":304,"Date":"8/26/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":782,"Cost":512,"Date":"9/2/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":762,"Date":"9/29/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":257,"Cost":213,"Date":"10/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":585,"Cost":399,"Date":"11/2/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":128,"Cost":109,"Date":"11/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":148,"Cost":106,"Date":"11/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":63,"Cost":35,"Date":"12/1/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":418,"Cost":251,"Date":"12/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":75,"Cost":52,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":576,"Cost":471,"Date":"12/18/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":6,"Cost":5,"Date":"12/20/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":933,"Cost":740,"Date":"12/20/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":264,"Cost":213,"Date":"12/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":769,"Cost":449,"Date":"1/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":14,"Date":"2/5/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":500,"Cost":469,"Date":"2/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":676,"Date":"2/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":457,"Cost":341,"Date":"2/18/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":175,"Cost":104,"Date":"2/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":87,"Cost":45,"Date":"2/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":267,"Cost":156,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":913,"Cost":655,"Date":"4/2/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":10,"Date":"4/3/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":730,"Cost":582,"Date":"4/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":95,"Date":"4/10/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":834,"Cost":755,"Date":"4/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":443,"Cost":256,"Date":"5/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":705,"Cost":630,"Date":"5/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":647,"Cost":381,"Date":"6/20/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":426,"Cost":328,"Date":"7/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":797,"Cost":726,"Date":"7/4/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":930,"Cost":606,"Date":"7/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":778,"Cost":528,"Date":"7/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":781,"Cost":736,"Date":"7/14/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":268,"Cost":175,"Date":"7/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":534,"Cost":467,"Date":"8/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":964,"Cost":734,"Date":"8/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":134,"Cost":97,"Date":"8/7/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":30,"Cost":24,"Date":"8/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":825,"Cost":449,"Date":"8/31/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":958,"Cost":734,"Date":"9/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":373,"Cost":271,"Date":"9/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":711,"Cost":509,"Date":"9/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":199,"Cost":182,"Date":"9/29/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":184,"Date":"11/7/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":616,"Cost":464,"Date":"11/26/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":145,"Cost":109,"Date":"11/27/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":298,"Date":"12/5/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":775,"Cost":539,"Date":"12/26/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":810,"Cost":714,"Date":"12/31/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":350,"Cost":253,"Date":"1/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":609,"Cost":388,"Date":"2/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":439,"Cost":409,"Date":"2/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":455,"Cost":250,"Date":"2/27/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":52,"Cost":30,"Date":"3/1/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":233,"Cost":144,"Date":"3/1/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":10,"Cost":7,"Date":"3/19/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":586,"Cost":428,"Date":"3/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":103,"Cost":69,"Date":"5/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":826,"Cost":496,"Date":"7/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":435,"Date":"8/5/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":881,"Cost":774,"Date":"8/12/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":300,"Cost":267,"Date":"8/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":960,"Cost":566,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":84,"Cost":50,"Date":"9/3/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":322,"Cost":243,"Date":"9/5/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":66,"Cost":45,"Date":"10/6/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":675,"Cost":517,"Date":"10/19/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":971,"Cost":685,"Date":"11/15/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":779,"Cost":562,"Date":"12/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":88,"Cost":69,"Date":"1/8/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":387,"Cost":205,"Date":"1/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":45,"Cost":23,"Date":"1/19/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":741,"Cost":498,"Date":"1/28/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":403,"Cost":210,"Date":"1/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":638,"Cost":336,"Date":"3/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":479,"Cost":289,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":400,"Cost":276,"Date":"4/24/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":287,"Cost":235,"Date":"4/28/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":71,"Cost":67,"Date":"5/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":399,"Cost":350,"Date":"5/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":220,"Cost":152,"Date":"5/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":667,"Cost":425,"Date":"6/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":916,"Cost":499,"Date":"6/3/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":17,"Cost":10,"Date":"6/5/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":86,"Cost":45,"Date":"6/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":609,"Cost":335,"Date":"6/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":32,"Cost":17,"Date":"6/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":768,"Cost":499,"Date":"6/24/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":881,"Cost":702,"Date":"7/4/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":522,"Cost":291,"Date":"7/9/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":368,"Cost":290,"Date":"7/12/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":118,"Cost":95,"Date":"8/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":231,"Cost":162,"Date":"8/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":264,"Cost":219,"Date":"8/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":316,"Cost":183,"Date":"9/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":441,"Cost":234,"Date":"9/3/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":23,"Cost":13,"Date":"9/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":812,"Cost":669,"Date":"10/4/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":506,"Cost":347,"Date":"11/1/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":72,"Cost":61,"Date":"11/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":89,"Cost":78,"Date":"12/17/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":427,"Cost":396,"Date":"2/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":87,"Date":"2/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":394,"Cost":281,"Date":"3/4/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":344,"Date":"3/9/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":497,"Cost":464,"Date":"3/9/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":602,"Cost":341,"Date":"3/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":182,"Cost":139,"Date":"3/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":919,"Cost":587,"Date":"3/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":261,"Cost":227,"Date":"3/23/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":374,"Cost":236,"Date":"4/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":386,"Cost":206,"Date":"5/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":482,"Cost":303,"Date":"5/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":816,"Cost":413,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":659,"Date":"6/2/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":344,"Cost":231,"Date":"6/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":627,"Cost":403,"Date":"6/16/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":159,"Cost":113,"Date":"6/16/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":328,"Date":"7/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":133,"Cost":125,"Date":"7/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":32,"Cost":26,"Date":"8/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":208,"Cost":121,"Date":"8/29/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":323,"Cost":298,"Date":"8/31/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":536,"Cost":295,"Date":"9/8/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":208,"Cost":165,"Date":"9/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":177,"Cost":108,"Date":"9/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":446,"Cost":269,"Date":"9/19/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":881,"Cost":482,"Date":"9/25/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":569,"Cost":372,"Date":"10/4/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":357,"Cost":281,"Date":"10/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":501,"Cost":472,"Date":"10/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":613,"Cost":423,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":474,"Cost":354,"Date":"10/30/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":676,"Cost":563,"Date":"11/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":817,"Cost":776,"Date":"11/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":397,"Cost":209,"Date":"11/25/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":381,"Cost":336,"Date":"1/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":951,"Cost":655,"Date":"1/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":551,"Cost":519,"Date":"1/20/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":934,"Cost":742,"Date":"2/8/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":355,"Cost":194,"Date":"2/25/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":161,"Cost":140,"Date":"3/7/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":14,"Cost":9,"Date":"3/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":428,"Cost":333,"Date":"3/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":478,"Cost":379,"Date":"4/5/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":239,"Cost":191,"Date":"4/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":543,"Cost":416,"Date":"5/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":559,"Cost":431,"Date":"5/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":550,"Cost":386,"Date":"5/15/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":292,"Cost":149,"Date":"5/25/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":936,"Cost":776,"Date":"5/26/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":238,"Cost":185,"Date":"5/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":71,"Cost":57,"Date":"7/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":691,"Cost":345,"Date":"9/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":500,"Cost":403,"Date":"10/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":846,"Date":"10/8/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":550,"Cost":378,"Date":"10/26/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":114,"Cost":65,"Date":"11/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":531,"Cost":316,"Date":"11/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Jeans","Country":"Germany","Sale":753,"Cost":420,"Date":"12/1/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":853,"Cost":779,"Date":"2/9/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":820,"Cost":605,"Date":"2/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":613,"Cost":389,"Date":"3/10/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":497,"Cost":471,"Date":"3/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":401,"Cost":292,"Date":"3/18/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":67,"Cost":56,"Date":"3/20/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":458,"Cost":386,"Date":"3/26/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":152,"Cost":95,"Date":"6/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":696,"Cost":564,"Date":"6/10/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":849,"Cost":552,"Date":"6/16/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":922,"Cost":504,"Date":"6/25/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":753,"Cost":596,"Date":"7/19/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":278,"Cost":243,"Date":"7/21/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":493,"Cost":311,"Date":"7/25/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":695,"Cost":615,"Date":"8/4/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":378,"Cost":286,"Date":"9/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":939,"Cost":596,"Date":"9/4/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":113,"Cost":82,"Date":"9/19/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":609,"Cost":514,"Date":"9/29/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":823,"Cost":432,"Date":"10/2/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":33,"Cost":20,"Date":"10/15/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":627,"Cost":483,"Date":"10/30/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":79,"Cost":70,"Date":"11/9/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":257,"Cost":184,"Date":"11/23/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":821,"Cost":622,"Date":"11/30/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":114,"Cost":94,"Date":"12/8/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":822,"Cost":721,"Date":"12/11/2018"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":743,"Cost":496,"Date":"1/15/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":605,"Cost":505,"Date":"1/24/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":86,"Cost":72,"Date":"2/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":29,"Cost":15,"Date":"2/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":981,"Cost":773,"Date":"3/9/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":713,"Cost":457,"Date":"3/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":587,"Cost":422,"Date":"4/19/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":734,"Cost":428,"Date":"5/3/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":787,"Cost":427,"Date":"5/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":40,"Cost":35,"Date":"6/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":392,"Cost":273,"Date":"6/26/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":723,"Cost":399,"Date":"7/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":261,"Cost":147,"Date":"7/13/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":944,"Cost":539,"Date":"8/8/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":95,"Cost":63,"Date":"8/26/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":433,"Cost":240,"Date":"9/2/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":721,"Cost":544,"Date":"9/29/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":125,"Cost":104,"Date":"10/12/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":57,"Cost":38,"Date":"11/2/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":295,"Cost":241,"Date":"11/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":410,"Cost":231,"Date":"11/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":22,"Cost":15,"Date":"12/1/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":361,"Cost":249,"Date":"12/4/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":423,"Cost":264,"Date":"12/7/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":830,"Cost":488,"Date":"12/18/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":639,"Cost":354,"Date":"12/20/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":618,"Cost":338,"Date":"12/20/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":132,"Cost":124,"Date":"12/21/2019"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":279,"Cost":228,"Date":"1/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":54,"Cost":32,"Date":"2/5/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":503,"Cost":395,"Date":"2/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":46,"Cost":27,"Date":"2/16/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":368,"Cost":189,"Date":"2/18/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":330,"Cost":311,"Date":"2/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":659,"Cost":539,"Date":"2/25/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":597,"Cost":372,"Date":"3/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":943,"Cost":548,"Date":"4/2/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":836,"Cost":478,"Date":"4/3/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":886,"Cost":550,"Date":"4/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":599,"Cost":469,"Date":"4/10/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":19,"Cost":13,"Date":"4/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":3,"Cost":2,"Date":"5/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":761,"Cost":655,"Date":"5/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":392,"Cost":196,"Date":"6/20/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":761,"Cost":687,"Date":"7/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":730,"Cost":429,"Date":"7/4/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":407,"Cost":337,"Date":"7/8/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":847,"Cost":726,"Date":"7/9/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":669,"Cost":353,"Date":"7/14/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":419,"Cost":376,"Date":"7/19/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":591,"Cost":458,"Date":"8/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":380,"Cost":212,"Date":"8/6/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":803,"Cost":613,"Date":"8/7/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":500,"Cost":329,"Date":"8/22/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":237,"Cost":172,"Date":"8/31/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":817,"Cost":605,"Date":"9/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":841,"Cost":563,"Date":"9/1/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":458,"Cost":387,"Date":"9/17/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":747,"Cost":540,"Date":"9/29/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":693,"Cost":587,"Date":"11/7/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":840,"Cost":556,"Date":"11/26/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":347,"Cost":318,"Date":"11/27/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":856,"Cost":555,"Date":"12/5/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":71,"Cost":55,"Date":"12/26/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":752,"Cost":481,"Date":"12/31/2020"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":872,"Cost":761,"Date":"1/20/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":931,"Cost":882,"Date":"2/2/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":709,"Cost":392,"Date":"2/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":601,"Cost":318,"Date":"2/27/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":983,"Cost":554,"Date":"3/1/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":294,"Cost":171,"Date":"3/1/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":57,"Cost":38,"Date":"3/19/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":511,"Cost":293,"Date":"3/28/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":174,"Cost":123,"Date":"5/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":930,"Cost":805,"Date":"7/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":507,"Cost":341,"Date":"8/5/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":893,"Cost":738,"Date":"8/12/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":53,"Cost":35,"Date":"8/21/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":518,"Cost":278,"Date":"8/23/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":102,"Cost":88,"Date":"9/3/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":771,"Cost":500,"Date":"9/5/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":166,"Cost":120,"Date":"10/6/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":282,"Cost":237,"Date":"10/19/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":35,"Cost":24,"Date":"11/15/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":371,"Cost":287,"Date":"12/8/2021"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":467,"Cost":419,"Date":"1/8/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":563,"Cost":512,"Date":"1/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":66,"Cost":35,"Date":"1/19/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":370,"Cost":197,"Date":"1/28/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":804,"Cost":538,"Date":"1/31/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":984,"Cost":865,"Date":"3/27/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":669,"Cost":430,"Date":"4/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":641,"Cost":386,"Date":"4/24/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":31,"Cost":15,"Date":"4/28/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":946,"Cost":514,"Date":"5/15/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":279,"Cost":205,"Date":"5/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":218,"Cost":127,"Date":"5/18/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":712,"Cost":428,"Date":"6/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":613,"Cost":348,"Date":"6/3/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":172,"Cost":153,"Date":"6/5/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":416,"Cost":248,"Date":"6/7/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":766,"Cost":435,"Date":"6/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":153,"Cost":86,"Date":"6/20/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":378,"Cost":290,"Date":"6/24/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":964,"Cost":621,"Date":"7/4/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":478,"Cost":320,"Date":"7/9/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":610,"Cost":416,"Date":"7/12/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":460,"Cost":277,"Date":"8/14/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":429,"Cost":341,"Date":"8/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":1,"Cost":1,"Date":"8/23/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":67,"Cost":37,"Date":"9/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":712,"Cost":535,"Date":"9/3/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":225,"Cost":149,"Date":"9/16/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":966,"Cost":820,"Date":"10/4/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":34,"Cost":22,"Date":"11/1/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":413,"Cost":318,"Date":"11/2/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":6,"Cost":6,"Date":"12/17/2022"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":166,"Cost":96,"Date":"2/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":205,"Cost":146,"Date":"2/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":840,"Cost":548,"Date":"3/4/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":85,"Cost":78,"Date":"3/9/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":477,"Cost":444,"Date":"3/9/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":722,"Cost":544,"Date":"3/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":350,"Cost":305,"Date":"3/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":802,"Cost":637,"Date":"3/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":388,"Cost":244,"Date":"3/23/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":665,"Cost":593,"Date":"4/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":319,"Cost":211,"Date":"5/7/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":586,"Cost":483,"Date":"5/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":952,"Cost":857,"Date":"5/20/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":730,"Cost":373,"Date":"6/2/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":873,"Cost":670,"Date":"6/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":582,"Cost":424,"Date":"6/16/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":648,"Cost":355,"Date":"6/16/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":960,"Cost":659,"Date":"7/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":138,"Cost":83,"Date":"7/11/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":255,"Cost":131,"Date":"8/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":265,"Cost":186,"Date":"8/29/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":139,"Cost":107,"Date":"8/31/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":603,"Cost":317,"Date":"9/8/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":283,"Cost":261,"Date":"9/13/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":258,"Cost":203,"Date":"9/14/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":418,"Cost":374,"Date":"9/19/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":192,"Cost":141,"Date":"9/25/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":712,"Cost":589,"Date":"10/4/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":611,"Cost":533,"Date":"10/10/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":979,"Cost":686,"Date":"10/17/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":111,"Cost":65,"Date":"10/28/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":920,"Cost":765,"Date":"10/30/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":351,"Cost":197,"Date":"11/1/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":841,"Cost":727,"Date":"11/15/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":753,"Cost":658,"Date":"11/25/2023"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":83,"Cost":41,"Date":"1/10/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":875,"Cost":537,"Date":"1/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":479,"Cost":316,"Date":"1/20/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":933,"Cost":611,"Date":"2/8/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":671,"Cost":430,"Date":"2/25/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":485,"Cost":271,"Date":"3/7/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":428,"Cost":267,"Date":"3/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":889,"Cost":841,"Date":"3/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":945,"Cost":622,"Date":"4/5/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":312,"Cost":171,"Date":"4/14/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":553,"Cost":280,"Date":"5/3/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":469,"Cost":305,"Date":"5/9/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":215,"Cost":159,"Date":"5/15/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":436,"Cost":356,"Date":"5/25/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":541,"Cost":417,"Date":"5/26/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":242,"Cost":127,"Date":"5/31/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":127,"Cost":113,"Date":"7/27/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":777,"Cost":607,"Date":"9/17/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":152,"Cost":106,"Date":"10/6/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":200,"Cost":183,"Date":"10/8/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":430,"Cost":218,"Date":"10/26/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":942,"Cost":541,"Date":"11/16/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":207,"Cost":167,"Date":"11/18/2024"},{"Store":"ZO-Zentrum Oberwiehre, Freiburg","Brand":"Nova","Country":"Germany","Sale":278,"Cost":204,"Date":"12/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":327,"Cost":291,"Date":"2/9/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":678,"Cost":593,"Date":"2/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":113,"Cost":101,"Date":"3/10/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":692,"Cost":511,"Date":"3/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":716,"Cost":574,"Date":"3/18/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":186,"Cost":136,"Date":"3/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":184,"Cost":174,"Date":"3/26/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":450,"Cost":362,"Date":"6/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":900,"Cost":593,"Date":"6/10/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":956,"Cost":718,"Date":"6/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":521,"Cost":307,"Date":"6/25/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":880,"Cost":645,"Date":"7/19/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":442,"Cost":322,"Date":"7/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":727,"Cost":627,"Date":"7/25/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":197,"Cost":113,"Date":"8/4/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":899,"Cost":849,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":201,"Cost":119,"Date":"9/4/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":706,"Cost":649,"Date":"9/19/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":433,"Cost":410,"Date":"9/29/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":474,"Cost":340,"Date":"10/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":109,"Cost":101,"Date":"10/15/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":860,"Cost":770,"Date":"10/30/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":613,"Cost":483,"Date":"11/9/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":626,"Cost":386,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":137,"Cost":92,"Date":"11/30/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":86,"Cost":60,"Date":"12/8/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":799,"Cost":706,"Date":"12/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":696,"Cost":494,"Date":"1/15/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":977,"Cost":576,"Date":"1/24/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":581,"Cost":517,"Date":"2/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":149,"Cost":106,"Date":"2/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":486,"Cost":459,"Date":"3/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":732,"Cost":526,"Date":"3/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":225,"Cost":176,"Date":"4/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":915,"Cost":775,"Date":"5/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":461,"Cost":299,"Date":"5/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":325,"Cost":211,"Date":"6/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":574,"Cost":534,"Date":"6/26/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":792,"Cost":734,"Date":"7/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":818,"Cost":659,"Date":"7/13/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":609,"Cost":532,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":754,"Cost":685,"Date":"8/26/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":212,"Cost":199,"Date":"9/2/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":474,"Cost":326,"Date":"9/29/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":700,"Cost":455,"Date":"10/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":788,"Cost":624,"Date":"11/2/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":554,"Cost":499,"Date":"11/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":439,"Cost":336,"Date":"11/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":516,"Cost":271,"Date":"12/1/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":593,"Cost":325,"Date":"12/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":683,"Cost":380,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":247,"Cost":191,"Date":"12/18/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":100,"Cost":60,"Date":"12/20/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":178,"Cost":114,"Date":"12/20/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":114,"Cost":71,"Date":"12/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":612,"Cost":344,"Date":"1/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":145,"Cost":127,"Date":"2/5/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":852,"Cost":752,"Date":"2/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":829,"Cost":416,"Date":"2/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":565,"Cost":425,"Date":"2/18/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":181,"Cost":172,"Date":"2/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":449,"Cost":234,"Date":"2/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":347,"Cost":174,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":327,"Cost":173,"Date":"4/2/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":852,"Cost":753,"Date":"4/3/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":932,"Cost":576,"Date":"4/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":767,"Cost":703,"Date":"4/10/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":784,"Cost":614,"Date":"4/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":420,"Cost":217,"Date":"5/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":127,"Cost":118,"Date":"5/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":994,"Cost":607,"Date":"6/20/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":697,"Cost":553,"Date":"7/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":788,"Cost":596,"Date":"7/4/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":620,"Cost":451,"Date":"7/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":300,"Cost":164,"Date":"7/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":441,"Cost":278,"Date":"7/14/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":365,"Cost":226,"Date":"7/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":916,"Cost":561,"Date":"8/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":258,"Cost":159,"Date":"8/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":896,"Cost":805,"Date":"8/7/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":64,"Cost":41,"Date":"8/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":330,"Cost":175,"Date":"8/31/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":310,"Cost":233,"Date":"9/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":653,"Cost":562,"Date":"9/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":297,"Cost":250,"Date":"9/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":991,"Cost":602,"Date":"9/29/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":826,"Cost":620,"Date":"11/7/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":954,"Cost":641,"Date":"11/26/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":477,"Cost":423,"Date":"11/27/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":594,"Cost":338,"Date":"12/5/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":758,"Cost":428,"Date":"12/26/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":478,"Cost":377,"Date":"12/31/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":796,"Cost":585,"Date":"1/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":378,"Cost":215,"Date":"2/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":487,"Cost":313,"Date":"2/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":841,"Cost":699,"Date":"2/27/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":509,"Cost":302,"Date":"3/1/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":203,"Cost":163,"Date":"3/1/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":757,"Cost":644,"Date":"3/19/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":59,"Cost":43,"Date":"3/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":239,"Cost":179,"Date":"5/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":438,"Cost":390,"Date":"7/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":499,"Cost":429,"Date":"8/5/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":510,"Cost":355,"Date":"8/12/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":416,"Cost":214,"Date":"8/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":556,"Cost":417,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":293,"Cost":201,"Date":"9/3/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":422,"Cost":370,"Date":"9/5/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":623,"Cost":406,"Date":"10/6/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":60,"Cost":36,"Date":"10/19/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":423,"Cost":250,"Date":"11/15/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":736,"Cost":599,"Date":"12/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":420,"Cost":314,"Date":"1/8/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":199,"Cost":124,"Date":"1/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":665,"Cost":527,"Date":"1/19/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":864,"Cost":757,"Date":"1/28/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":167,"Cost":104,"Date":"1/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":840,"Cost":505,"Date":"3/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":81,"Cost":43,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":327,"Cost":258,"Date":"4/24/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":418,"Cost":372,"Date":"4/28/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":669,"Cost":523,"Date":"5/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":205,"Cost":170,"Date":"5/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":722,"Cost":457,"Date":"5/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":199,"Cost":150,"Date":"6/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":971,"Cost":863,"Date":"6/3/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":890,"Cost":698,"Date":"6/5/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":784,"Cost":724,"Date":"6/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":309,"Cost":234,"Date":"6/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":190,"Cost":138,"Date":"6/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":979,"Cost":561,"Date":"6/24/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":851,"Cost":530,"Date":"7/4/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":730,"Cost":515,"Date":"7/9/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":886,"Cost":614,"Date":"7/12/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":39,"Cost":23,"Date":"8/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":271,"Cost":151,"Date":"8/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":428,"Cost":320,"Date":"8/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":40,"Cost":36,"Date":"9/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":323,"Cost":306,"Date":"9/3/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":197,"Cost":178,"Date":"9/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":608,"Cost":511,"Date":"10/4/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":680,"Cost":373,"Date":"11/1/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":456,"Cost":292,"Date":"11/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":992,"Cost":924,"Date":"12/17/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":799,"Cost":757,"Date":"2/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":954,"Cost":543,"Date":"2/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":951,"Cost":526,"Date":"3/4/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":547,"Cost":358,"Date":"3/9/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":104,"Cost":84,"Date":"3/9/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":392,"Cost":207,"Date":"3/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":875,"Cost":823,"Date":"3/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":906,"Cost":552,"Date":"3/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":702,"Cost":652,"Date":"3/23/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":227,"Cost":166,"Date":"4/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":436,"Cost":321,"Date":"5/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":938,"Cost":635,"Date":"5/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":783,"Cost":540,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":365,"Cost":282,"Date":"6/2/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":741,"Cost":489,"Date":"6/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":786,"Cost":696,"Date":"6/16/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":99,"Cost":50,"Date":"6/16/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":362,"Cost":213,"Date":"7/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":501,"Cost":388,"Date":"7/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":958,"Cost":894,"Date":"8/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":32,"Cost":22,"Date":"8/29/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":633,"Cost":518,"Date":"8/31/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":493,"Cost":412,"Date":"9/8/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":141,"Cost":89,"Date":"9/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":649,"Cost":549,"Date":"9/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":666,"Cost":615,"Date":"9/19/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":731,"Cost":695,"Date":"9/25/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":710,"Cost":439,"Date":"10/4/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":302,"Cost":157,"Date":"10/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":459,"Cost":394,"Date":"10/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":371,"Cost":256,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":875,"Cost":627,"Date":"10/30/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":118,"Cost":84,"Date":"11/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":319,"Cost":224,"Date":"11/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":652,"Cost":601,"Date":"11/25/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":949,"Cost":733,"Date":"1/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":997,"Cost":911,"Date":"1/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":940,"Cost":694,"Date":"1/20/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":193,"Cost":106,"Date":"2/8/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":323,"Cost":246,"Date":"2/25/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":258,"Cost":156,"Date":"3/7/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":708,"Cost":366,"Date":"3/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":967,"Cost":786,"Date":"3/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":488,"Cost":406,"Date":"4/5/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":282,"Cost":178,"Date":"4/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":57,"Cost":47,"Date":"5/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":527,"Cost":469,"Date":"5/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":98,"Cost":85,"Date":"5/15/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":808,"Cost":572,"Date":"5/25/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":50,"Cost":32,"Date":"5/26/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":998,"Cost":666,"Date":"5/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":132,"Cost":86,"Date":"7/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":132,"Cost":68,"Date":"9/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":409,"Cost":311,"Date":"10/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":231,"Cost":149,"Date":"10/8/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":196,"Cost":103,"Date":"10/26/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":482,"Cost":358,"Date":"11/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":770,"Cost":580,"Date":"11/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"COS","Country":"Germany","Sale":684,"Cost":639,"Date":"12/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":720,"Cost":407,"Date":"2/9/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":837,"Cost":506,"Date":"2/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":178,"Cost":102,"Date":"3/10/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":825,"Cost":737,"Date":"3/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":674,"Cost":461,"Date":"3/18/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":822,"Cost":604,"Date":"3/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":889,"Cost":461,"Date":"3/26/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":414,"Cost":371,"Date":"6/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":265,"Cost":159,"Date":"6/10/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":504,"Cost":428,"Date":"6/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":366,"Cost":335,"Date":"6/25/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":358,"Cost":297,"Date":"7/19/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":706,"Cost":417,"Date":"7/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":446,"Cost":235,"Date":"7/25/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":710,"Cost":366,"Date":"8/4/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":259,"Cost":139,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":966,"Cost":825,"Date":"9/4/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":80,"Cost":60,"Date":"9/19/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":54,"Cost":40,"Date":"9/29/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":995,"Cost":593,"Date":"10/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":765,"Cost":695,"Date":"10/15/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":596,"Cost":555,"Date":"10/30/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":65,"Cost":40,"Date":"11/9/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":92,"Cost":49,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":927,"Cost":538,"Date":"11/30/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":982,"Cost":500,"Date":"12/8/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":272,"Cost":166,"Date":"12/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":692,"Cost":398,"Date":"1/15/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":16,"Cost":10,"Date":"1/24/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":130,"Cost":123,"Date":"2/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":418,"Cost":267,"Date":"2/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":258,"Cost":130,"Date":"3/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":474,"Cost":251,"Date":"3/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":665,"Cost":588,"Date":"4/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":349,"Cost":256,"Date":"5/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":45,"Cost":38,"Date":"5/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":964,"Cost":643,"Date":"6/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":121,"Cost":74,"Date":"6/26/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":330,"Cost":290,"Date":"7/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":315,"Cost":221,"Date":"7/13/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":228,"Cost":167,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":657,"Cost":469,"Date":"8/26/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":605,"Cost":543,"Date":"9/2/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":329,"Cost":260,"Date":"9/29/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":997,"Cost":509,"Date":"10/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":582,"Cost":376,"Date":"11/2/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":417,"Cost":332,"Date":"11/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":639,"Cost":335,"Date":"11/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":233,"Cost":118,"Date":"12/1/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":159,"Cost":147,"Date":"12/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":930,"Cost":698,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":596,"Cost":414,"Date":"12/18/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":406,"Cost":384,"Date":"12/20/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":494,"Cost":388,"Date":"12/20/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":416,"Cost":336,"Date":"12/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":104,"Cost":88,"Date":"1/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":833,"Cost":730,"Date":"2/5/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":81,"Cost":42,"Date":"2/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":353,"Cost":211,"Date":"2/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":102,"Cost":51,"Date":"2/18/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":41,"Cost":23,"Date":"2/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":691,"Cost":402,"Date":"2/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":915,"Cost":648,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":16,"Cost":11,"Date":"4/2/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":291,"Cost":159,"Date":"4/3/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":104,"Cost":91,"Date":"4/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":602,"Cost":460,"Date":"4/10/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":94,"Cost":64,"Date":"4/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":807,"Cost":498,"Date":"5/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":885,"Cost":627,"Date":"5/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":156,"Cost":98,"Date":"6/20/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":733,"Cost":560,"Date":"7/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":926,"Cost":484,"Date":"7/4/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":805,"Cost":741,"Date":"7/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":794,"Cost":686,"Date":"7/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":167,"Cost":121,"Date":"7/14/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":915,"Cost":752,"Date":"7/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":616,"Cost":370,"Date":"8/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":68,"Cost":40,"Date":"8/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":555,"Cost":370,"Date":"8/7/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":566,"Cost":478,"Date":"8/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":10,"Cost":5,"Date":"8/31/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":248,"Cost":156,"Date":"9/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":153,"Cost":114,"Date":"9/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":115,"Cost":81,"Date":"9/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":502,"Cost":268,"Date":"9/29/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":752,"Cost":580,"Date":"11/7/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":159,"Cost":89,"Date":"11/26/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":801,"Cost":587,"Date":"11/27/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":750,"Cost":507,"Date":"12/5/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":415,"Cost":310,"Date":"12/26/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":846,"Cost":632,"Date":"12/31/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":537,"Cost":323,"Date":"1/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":555,"Cost":455,"Date":"2/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":422,"Cost":265,"Date":"2/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":379,"Cost":260,"Date":"2/27/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":264,"Cost":234,"Date":"3/1/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":185,"Cost":139,"Date":"3/1/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":748,"Cost":574,"Date":"3/19/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":277,"Cost":214,"Date":"3/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":528,"Cost":430,"Date":"5/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":536,"Cost":405,"Date":"7/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":966,"Cost":851,"Date":"8/5/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":823,"Cost":634,"Date":"8/12/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":808,"Cost":408,"Date":"8/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":358,"Cost":338,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":871,"Cost":608,"Date":"9/3/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":29,"Cost":20,"Date":"9/5/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":408,"Cost":312,"Date":"10/6/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":714,"Cost":672,"Date":"10/19/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":737,"Cost":564,"Date":"11/15/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":32,"Cost":23,"Date":"12/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":80,"Cost":51,"Date":"1/8/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":486,"Cost":350,"Date":"1/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":336,"Cost":222,"Date":"1/19/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":636,"Cost":389,"Date":"1/28/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":311,"Cost":240,"Date":"1/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":981,"Cost":683,"Date":"3/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":764,"Cost":387,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":73,"Cost":56,"Date":"4/24/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":112,"Cost":102,"Date":"4/28/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":717,"Cost":408,"Date":"5/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":555,"Cost":453,"Date":"5/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":282,"Cost":152,"Date":"5/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":662,"Cost":518,"Date":"6/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":537,"Cost":499,"Date":"6/3/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":146,"Cost":109,"Date":"6/5/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":643,"Cost":406,"Date":"6/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":326,"Cost":297,"Date":"6/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":109,"Cost":86,"Date":"6/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":31,"Cost":22,"Date":"6/24/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":224,"Cost":138,"Date":"7/4/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":898,"Cost":829,"Date":"7/9/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":195,"Cost":156,"Date":"7/12/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":181,"Cost":122,"Date":"8/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":206,"Cost":139,"Date":"8/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":578,"Cost":457,"Date":"8/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":395,"Cost":247,"Date":"9/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":481,"Cost":362,"Date":"9/3/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":710,"Cost":467,"Date":"9/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":315,"Cost":213,"Date":"10/4/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":641,"Cost":518,"Date":"11/1/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":365,"Cost":274,"Date":"11/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":888,"Cost":768,"Date":"12/17/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":7,"Cost":4,"Date":"2/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":690,"Cost":620,"Date":"2/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":704,"Cost":641,"Date":"3/4/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":946,"Cost":761,"Date":"3/9/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":312,"Cost":264,"Date":"3/9/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":615,"Cost":517,"Date":"3/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":796,"Cost":521,"Date":"3/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":616,"Cost":469,"Date":"3/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":459,"Cost":289,"Date":"3/23/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":372,"Cost":276,"Date":"4/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":837,"Cost":704,"Date":"5/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":488,"Cost":390,"Date":"5/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":620,"Cost":327,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":523,"Cost":401,"Date":"6/2/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":882,"Cost":628,"Date":"6/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":168,"Cost":157,"Date":"6/16/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":187,"Cost":125,"Date":"6/16/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":353,"Cost":334,"Date":"7/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":654,"Cost":383,"Date":"7/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":90,"Cost":49,"Date":"8/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":400,"Cost":304,"Date":"8/29/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":85,"Cost":58,"Date":"8/31/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":707,"Cost":594,"Date":"9/8/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":28,"Cost":16,"Date":"9/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":152,"Cost":145,"Date":"9/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":403,"Cost":346,"Date":"9/19/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":161,"Cost":143,"Date":"9/25/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":109,"Cost":91,"Date":"10/4/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":534,"Cost":283,"Date":"10/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":790,"Cost":741,"Date":"10/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":1,"Cost":1,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":956,"Cost":582,"Date":"10/30/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":169,"Cost":134,"Date":"11/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":186,"Cost":175,"Date":"11/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":11,"Cost":5,"Date":"11/25/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":318,"Cost":195,"Date":"1/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":745,"Cost":532,"Date":"1/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":565,"Cost":344,"Date":"1/20/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":252,"Cost":137,"Date":"2/8/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":733,"Cost":487,"Date":"2/25/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":859,"Cost":505,"Date":"3/7/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":177,"Cost":121,"Date":"3/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":284,"Cost":208,"Date":"3/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":434,"Cost":245,"Date":"4/5/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":327,"Cost":183,"Date":"4/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":419,"Cost":285,"Date":"5/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":392,"Cost":197,"Date":"5/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":823,"Cost":721,"Date":"5/15/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":52,"Cost":31,"Date":"5/25/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":193,"Cost":164,"Date":"5/26/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":997,"Cost":657,"Date":"5/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":264,"Cost":145,"Date":"7/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":890,"Cost":704,"Date":"9/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":862,"Cost":488,"Date":"10/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":795,"Cost":462,"Date":"10/8/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":842,"Cost":524,"Date":"10/26/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":471,"Cost":419,"Date":"11/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":762,"Cost":432,"Date":"11/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"Nova","Country":"Germany","Sale":676,"Cost":396,"Date":"12/1/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":540,"Cost":369,"Date":"2/9/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":978,"Cost":837,"Date":"2/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":537,"Cost":337,"Date":"3/10/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":935,"Cost":652,"Date":"3/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":205,"Cost":143,"Date":"3/18/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":483,"Cost":425,"Date":"3/20/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":841,"Cost":589,"Date":"3/26/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":584,"Cost":372,"Date":"6/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":10,"Cost":9,"Date":"6/10/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":196,"Date":"6/16/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":92,"Cost":67,"Date":"6/25/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":706,"Cost":599,"Date":"7/19/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":135,"Cost":94,"Date":"7/21/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":229,"Cost":200,"Date":"7/25/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":118,"Cost":101,"Date":"8/4/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":533,"Cost":327,"Date":"9/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":258,"Cost":220,"Date":"9/4/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":416,"Cost":302,"Date":"9/19/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":518,"Cost":326,"Date":"9/29/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":470,"Cost":292,"Date":"10/2/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":683,"Cost":586,"Date":"10/15/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":307,"Date":"10/30/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":990,"Cost":788,"Date":"11/9/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":936,"Cost":837,"Date":"11/23/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":423,"Cost":381,"Date":"11/30/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":780,"Cost":707,"Date":"12/8/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":645,"Cost":504,"Date":"12/11/2018"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":797,"Cost":624,"Date":"1/15/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":53,"Cost":32,"Date":"1/24/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":497,"Cost":299,"Date":"2/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":86,"Cost":46,"Date":"2/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":549,"Cost":343,"Date":"3/9/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":383,"Cost":290,"Date":"3/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":536,"Cost":444,"Date":"4/19/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":946,"Cost":672,"Date":"5/3/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":24,"Cost":17,"Date":"5/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":902,"Cost":846,"Date":"6/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":399,"Date":"6/26/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":406,"Date":"7/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":1000,"Cost":511,"Date":"7/13/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":337,"Cost":223,"Date":"8/8/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":417,"Cost":275,"Date":"8/26/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":904,"Cost":555,"Date":"9/2/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":909,"Cost":784,"Date":"9/29/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":903,"Cost":685,"Date":"10/12/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":582,"Cost":304,"Date":"11/2/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":200,"Date":"11/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":561,"Cost":411,"Date":"11/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":175,"Cost":107,"Date":"12/1/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":292,"Cost":218,"Date":"12/4/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":629,"Cost":583,"Date":"12/7/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":354,"Cost":329,"Date":"12/18/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":155,"Cost":84,"Date":"12/20/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":501,"Cost":440,"Date":"12/20/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":597,"Cost":500,"Date":"12/21/2019"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":564,"Cost":493,"Date":"1/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":979,"Cost":638,"Date":"2/5/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":996,"Cost":760,"Date":"2/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":308,"Cost":222,"Date":"2/16/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":351,"Cost":220,"Date":"2/18/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":97,"Cost":69,"Date":"2/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":404,"Cost":239,"Date":"2/25/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":913,"Cost":737,"Date":"3/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":641,"Cost":444,"Date":"4/2/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":9,"Cost":7,"Date":"4/3/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":406,"Cost":380,"Date":"4/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":534,"Cost":315,"Date":"4/10/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":369,"Cost":332,"Date":"4/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":881,"Cost":494,"Date":"5/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":668,"Cost":381,"Date":"5/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":804,"Cost":404,"Date":"6/20/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":812,"Cost":412,"Date":"7/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":877,"Cost":627,"Date":"7/4/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":782,"Cost":517,"Date":"7/8/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":988,"Cost":702,"Date":"7/9/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":40,"Date":"7/14/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":966,"Cost":597,"Date":"7/19/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":294,"Cost":254,"Date":"8/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":751,"Cost":470,"Date":"8/6/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":22,"Cost":18,"Date":"8/7/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":117,"Cost":74,"Date":"8/22/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":161,"Cost":86,"Date":"8/31/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":632,"Cost":332,"Date":"9/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":70,"Cost":54,"Date":"9/1/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":539,"Cost":324,"Date":"9/17/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":219,"Cost":140,"Date":"9/29/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":905,"Cost":497,"Date":"11/7/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":708,"Cost":627,"Date":"11/26/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":549,"Cost":475,"Date":"11/27/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":119,"Cost":87,"Date":"12/5/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":150,"Cost":99,"Date":"12/26/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":744,"Cost":482,"Date":"12/31/2020"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":139,"Cost":87,"Date":"1/20/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":886,"Cost":638,"Date":"2/2/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":99,"Cost":77,"Date":"2/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":771,"Cost":518,"Date":"2/27/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":279,"Cost":228,"Date":"3/1/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":661,"Cost":585,"Date":"3/1/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":397,"Cost":328,"Date":"3/19/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":792,"Cost":454,"Date":"3/28/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":426,"Cost":323,"Date":"5/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":654,"Cost":613,"Date":"7/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":319,"Cost":281,"Date":"8/5/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":401,"Cost":329,"Date":"8/12/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":142,"Cost":135,"Date":"8/21/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":763,"Cost":649,"Date":"8/23/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":185,"Cost":150,"Date":"9/3/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":160,"Cost":145,"Date":"9/5/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":543,"Cost":274,"Date":"10/6/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":255,"Cost":215,"Date":"10/19/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":630,"Cost":582,"Date":"11/15/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":222,"Cost":200,"Date":"12/8/2021"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":572,"Cost":491,"Date":"1/8/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":692,"Cost":540,"Date":"1/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":40,"Cost":33,"Date":"1/19/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":200,"Cost":159,"Date":"1/28/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":830,"Cost":570,"Date":"1/31/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":913,"Cost":810,"Date":"3/27/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":815,"Cost":488,"Date":"4/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":99,"Cost":88,"Date":"4/24/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":825,"Cost":738,"Date":"4/28/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":357,"Cost":302,"Date":"5/15/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":10,"Cost":9,"Date":"5/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":573,"Cost":354,"Date":"5/18/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":132,"Cost":77,"Date":"6/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":222,"Cost":172,"Date":"6/3/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":553,"Cost":377,"Date":"6/5/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":761,"Cost":480,"Date":"6/7/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":518,"Cost":298,"Date":"6/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":294,"Cost":230,"Date":"6/20/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":525,"Cost":291,"Date":"6/24/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":574,"Cost":526,"Date":"7/4/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":60,"Cost":56,"Date":"7/9/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":324,"Cost":248,"Date":"7/12/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":157,"Cost":117,"Date":"8/14/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":272,"Cost":251,"Date":"8/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":930,"Cost":633,"Date":"8/23/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":356,"Cost":325,"Date":"9/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":482,"Cost":301,"Date":"9/3/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":889,"Cost":614,"Date":"9/16/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":307,"Cost":278,"Date":"10/4/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":637,"Cost":407,"Date":"11/1/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":316,"Cost":235,"Date":"11/2/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":345,"Cost":213,"Date":"12/17/2022"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":334,"Cost":292,"Date":"2/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":708,"Cost":427,"Date":"2/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":928,"Cost":562,"Date":"3/4/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":269,"Cost":240,"Date":"3/9/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":842,"Cost":589,"Date":"3/9/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":331,"Cost":281,"Date":"3/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":867,"Cost":746,"Date":"3/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":455,"Cost":229,"Date":"3/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":881,"Cost":748,"Date":"3/23/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":520,"Cost":301,"Date":"4/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":646,"Cost":482,"Date":"5/7/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":545,"Cost":295,"Date":"5/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":227,"Cost":155,"Date":"5/20/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":976,"Cost":579,"Date":"6/2/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":428,"Cost":242,"Date":"6/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":704,"Cost":584,"Date":"6/16/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":127,"Cost":108,"Date":"6/16/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":136,"Cost":119,"Date":"7/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":145,"Cost":86,"Date":"7/11/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":477,"Date":"8/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":27,"Cost":23,"Date":"8/29/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":214,"Cost":188,"Date":"8/31/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":265,"Cost":181,"Date":"9/8/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":177,"Cost":134,"Date":"9/13/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":273,"Cost":225,"Date":"9/14/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":339,"Cost":237,"Date":"9/19/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":537,"Cost":321,"Date":"9/25/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":562,"Cost":371,"Date":"10/4/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":933,"Cost":570,"Date":"10/10/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":28,"Cost":21,"Date":"10/17/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":163,"Cost":88,"Date":"10/28/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":145,"Cost":79,"Date":"10/30/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":582,"Cost":486,"Date":"11/1/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":776,"Cost":500,"Date":"11/15/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":170,"Cost":101,"Date":"11/25/2023"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":372,"Cost":219,"Date":"1/10/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":185,"Cost":100,"Date":"1/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":691,"Cost":467,"Date":"1/20/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":80,"Cost":57,"Date":"2/8/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":244,"Cost":218,"Date":"2/25/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":340,"Cost":263,"Date":"3/7/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":10,"Cost":5,"Date":"3/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":175,"Cost":116,"Date":"3/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":789,"Cost":552,"Date":"4/5/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":306,"Cost":191,"Date":"4/14/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":252,"Cost":152,"Date":"5/3/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":477,"Cost":340,"Date":"5/9/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":359,"Date":"5/15/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":663,"Cost":563,"Date":"5/25/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":549,"Cost":372,"Date":"5/26/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":291,"Cost":148,"Date":"5/31/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":184,"Cost":173,"Date":"7/27/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":738,"Cost":391,"Date":"9/17/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":82,"Cost":52,"Date":"10/6/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":413,"Date":"10/8/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":27,"Cost":14,"Date":"10/26/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":102,"Cost":94,"Date":"11/16/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":77,"Cost":58,"Date":"11/18/2024"},{"Store":"Friedrichstraße Galerie, Berlin","Brand":"HM Home","Country":"Germany","Sale":912,"Cost":801,"Date":"12/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":444,"Cost":231,"Date":"2/9/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":982,"Cost":598,"Date":"2/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":179,"Cost":102,"Date":"3/10/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":310,"Cost":201,"Date":"3/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":213,"Date":"3/18/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":135,"Cost":108,"Date":"3/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":785,"Cost":602,"Date":"3/26/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":472,"Cost":396,"Date":"6/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":231,"Cost":123,"Date":"6/10/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":110,"Cost":56,"Date":"6/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":72,"Cost":45,"Date":"6/25/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":357,"Cost":212,"Date":"7/19/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":593,"Cost":458,"Date":"7/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":950,"Cost":848,"Date":"7/25/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":748,"Cost":637,"Date":"8/4/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":324,"Cost":241,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":560,"Cost":398,"Date":"9/4/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":814,"Cost":701,"Date":"9/19/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":377,"Cost":285,"Date":"9/29/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":646,"Cost":489,"Date":"10/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":253,"Cost":146,"Date":"10/15/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":968,"Cost":774,"Date":"10/30/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":271,"Cost":138,"Date":"11/9/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":733,"Cost":537,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":147,"Cost":82,"Date":"11/30/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":516,"Cost":319,"Date":"12/8/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":275,"Cost":212,"Date":"12/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":611,"Cost":452,"Date":"1/15/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":875,"Cost":595,"Date":"1/24/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":436,"Cost":295,"Date":"2/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":526,"Cost":429,"Date":"2/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":973,"Cost":527,"Date":"3/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":255,"Cost":171,"Date":"3/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":174,"Cost":148,"Date":"4/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":164,"Cost":152,"Date":"5/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":590,"Cost":367,"Date":"5/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":386,"Cost":316,"Date":"6/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":698,"Cost":419,"Date":"6/26/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":550,"Cost":444,"Date":"7/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":579,"Cost":469,"Date":"7/13/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":818,"Cost":632,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":14,"Cost":10,"Date":"8/26/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":527,"Cost":287,"Date":"9/2/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":322,"Cost":286,"Date":"9/29/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":515,"Date":"10/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":939,"Cost":728,"Date":"11/2/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":441,"Cost":303,"Date":"11/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":149,"Cost":124,"Date":"11/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":554,"Cost":484,"Date":"12/1/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":142,"Cost":71,"Date":"12/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":84,"Cost":56,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":933,"Cost":696,"Date":"12/18/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":50,"Cost":41,"Date":"12/20/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":591,"Cost":408,"Date":"12/20/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":594,"Cost":374,"Date":"12/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":59,"Date":"1/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":945,"Cost":491,"Date":"2/5/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":523,"Date":"2/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":192,"Cost":139,"Date":"2/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":45,"Date":"2/18/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":689,"Cost":409,"Date":"2/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":583,"Cost":515,"Date":"2/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":900,"Cost":479,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":76,"Cost":39,"Date":"4/2/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":935,"Cost":722,"Date":"4/3/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":111,"Cost":77,"Date":"4/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":468,"Cost":329,"Date":"4/10/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":570,"Cost":288,"Date":"4/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":482,"Cost":248,"Date":"5/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":528,"Cost":293,"Date":"5/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":813,"Cost":504,"Date":"6/20/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":95,"Cost":75,"Date":"7/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":810,"Cost":443,"Date":"7/4/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":825,"Cost":565,"Date":"7/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":205,"Cost":185,"Date":"7/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":301,"Cost":259,"Date":"7/14/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":620,"Cost":430,"Date":"7/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":442,"Cost":381,"Date":"8/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":339,"Cost":251,"Date":"8/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":894,"Cost":564,"Date":"8/7/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":998,"Cost":510,"Date":"8/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":81,"Cost":61,"Date":"8/31/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":407,"Cost":383,"Date":"9/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":718,"Cost":483,"Date":"9/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":29,"Cost":21,"Date":"9/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":60,"Cost":34,"Date":"9/29/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":614,"Cost":541,"Date":"11/7/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":751,"Cost":528,"Date":"11/26/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":308,"Cost":190,"Date":"11/27/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":802,"Cost":616,"Date":"12/5/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":925,"Cost":739,"Date":"12/26/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":327,"Cost":284,"Date":"12/31/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":913,"Cost":708,"Date":"1/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":921,"Cost":700,"Date":"2/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":34,"Cost":19,"Date":"2/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":97,"Cost":92,"Date":"2/27/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":864,"Cost":478,"Date":"3/1/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":90,"Cost":73,"Date":"3/1/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":552,"Cost":492,"Date":"3/19/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":914,"Cost":692,"Date":"3/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":10,"Cost":10,"Date":"5/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":524,"Cost":293,"Date":"7/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":67,"Cost":61,"Date":"8/5/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":544,"Cost":289,"Date":"8/12/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":614,"Cost":573,"Date":"8/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":178,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":777,"Cost":442,"Date":"9/3/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":456,"Cost":371,"Date":"9/5/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":226,"Cost":117,"Date":"10/6/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":284,"Cost":202,"Date":"10/19/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":584,"Cost":361,"Date":"11/15/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":806,"Cost":597,"Date":"12/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":310,"Cost":186,"Date":"1/8/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":164,"Cost":111,"Date":"1/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":159,"Cost":148,"Date":"1/19/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":648,"Date":"1/28/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":296,"Cost":275,"Date":"1/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":375,"Cost":305,"Date":"3/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":251,"Cost":163,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":998,"Cost":828,"Date":"4/24/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":874,"Cost":747,"Date":"4/28/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":44,"Cost":37,"Date":"5/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":727,"Cost":652,"Date":"5/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":547,"Cost":349,"Date":"5/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":487,"Cost":438,"Date":"6/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":248,"Cost":128,"Date":"6/3/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":708,"Cost":424,"Date":"6/5/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":696,"Cost":371,"Date":"6/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":741,"Cost":563,"Date":"6/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":168,"Cost":94,"Date":"6/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":724,"Date":"6/24/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":561,"Cost":283,"Date":"7/4/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":263,"Cost":140,"Date":"7/9/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":441,"Cost":229,"Date":"7/12/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":777,"Cost":570,"Date":"8/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":583,"Cost":382,"Date":"8/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":116,"Cost":99,"Date":"8/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":177,"Cost":153,"Date":"9/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":996,"Cost":658,"Date":"9/3/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":626,"Cost":581,"Date":"9/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":355,"Cost":209,"Date":"10/4/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":759,"Cost":584,"Date":"11/1/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":490,"Cost":279,"Date":"11/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":319,"Cost":182,"Date":"12/17/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":407,"Cost":385,"Date":"2/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":70,"Cost":55,"Date":"2/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":868,"Cost":750,"Date":"3/4/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":632,"Cost":480,"Date":"3/9/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":652,"Cost":549,"Date":"3/9/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":549,"Cost":406,"Date":"3/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":546,"Cost":448,"Date":"3/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":341,"Cost":195,"Date":"3/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":929,"Cost":513,"Date":"3/23/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":539,"Cost":363,"Date":"4/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":496,"Cost":307,"Date":"5/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":973,"Cost":782,"Date":"5/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":119,"Cost":79,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":41,"Cost":30,"Date":"6/2/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":128,"Cost":93,"Date":"6/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":325,"Cost":178,"Date":"6/16/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":103,"Cost":67,"Date":"6/16/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":194,"Cost":173,"Date":"7/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":328,"Cost":181,"Date":"7/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":717,"Cost":666,"Date":"8/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":14,"Cost":12,"Date":"8/29/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":19,"Cost":13,"Date":"8/31/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":516,"Cost":383,"Date":"9/8/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":531,"Cost":446,"Date":"9/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":279,"Cost":199,"Date":"9/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":63,"Cost":52,"Date":"9/19/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":708,"Cost":465,"Date":"9/25/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":433,"Cost":226,"Date":"10/4/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":293,"Date":"10/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":370,"Cost":269,"Date":"10/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":798,"Cost":538,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":324,"Cost":279,"Date":"10/30/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":629,"Cost":408,"Date":"11/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":335,"Cost":281,"Date":"11/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":392,"Cost":252,"Date":"11/25/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":61,"Cost":45,"Date":"1/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":215,"Cost":171,"Date":"1/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":50,"Cost":35,"Date":"1/20/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":799,"Cost":553,"Date":"2/8/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":290,"Cost":231,"Date":"2/25/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":602,"Cost":385,"Date":"3/7/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":275,"Date":"3/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":284,"Cost":233,"Date":"3/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":759,"Cost":465,"Date":"4/5/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":978,"Cost":708,"Date":"4/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":319,"Cost":183,"Date":"5/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":473,"Cost":363,"Date":"5/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":976,"Cost":788,"Date":"5/15/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":402,"Cost":305,"Date":"5/25/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":645,"Cost":565,"Date":"5/26/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":32,"Cost":27,"Date":"5/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":30,"Cost":27,"Date":"7/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":16,"Cost":9,"Date":"9/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":823,"Cost":494,"Date":"10/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":478,"Cost":444,"Date":"10/8/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":683,"Cost":620,"Date":"10/26/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":652,"Cost":569,"Date":"11/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":14,"Cost":8,"Date":"11/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"HM Home","Country":"Germany","Sale":681,"Cost":502,"Date":"12/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":182,"Cost":102,"Date":"2/9/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":135,"Cost":122,"Date":"2/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":728,"Cost":462,"Date":"3/10/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":225,"Cost":134,"Date":"3/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":413,"Cost":369,"Date":"3/18/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":193,"Cost":169,"Date":"3/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":37,"Cost":23,"Date":"3/26/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":962,"Cost":779,"Date":"6/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":662,"Cost":400,"Date":"6/10/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":790,"Cost":485,"Date":"6/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":689,"Cost":579,"Date":"6/25/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":245,"Cost":186,"Date":"7/19/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":235,"Cost":164,"Date":"7/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":398,"Cost":346,"Date":"7/25/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":65,"Cost":33,"Date":"8/4/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":303,"Cost":166,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":47,"Cost":37,"Date":"9/4/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":529,"Cost":305,"Date":"9/19/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":626,"Cost":433,"Date":"9/29/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":62,"Cost":52,"Date":"10/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":741,"Cost":576,"Date":"10/15/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":314,"Cost":165,"Date":"10/30/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":6,"Cost":5,"Date":"11/9/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":108,"Cost":85,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":629,"Cost":342,"Date":"11/30/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":653,"Cost":613,"Date":"12/8/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":242,"Cost":190,"Date":"12/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":902,"Cost":520,"Date":"1/15/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":692,"Cost":372,"Date":"1/24/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":305,"Cost":288,"Date":"2/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":914,"Cost":782,"Date":"2/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":735,"Cost":538,"Date":"3/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":782,"Cost":625,"Date":"3/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":437,"Cost":296,"Date":"4/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":827,"Cost":741,"Date":"5/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":319,"Cost":281,"Date":"5/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":99,"Cost":78,"Date":"6/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":267,"Cost":182,"Date":"6/26/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":895,"Cost":813,"Date":"7/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":832,"Cost":669,"Date":"7/13/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":921,"Cost":592,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":818,"Cost":677,"Date":"8/26/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":156,"Cost":101,"Date":"9/2/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":792,"Cost":490,"Date":"9/29/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":59,"Cost":50,"Date":"10/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":573,"Cost":527,"Date":"11/2/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":709,"Cost":404,"Date":"11/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":261,"Cost":168,"Date":"11/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":285,"Cost":191,"Date":"12/1/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":229,"Cost":132,"Date":"12/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":411,"Cost":242,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":747,"Cost":568,"Date":"12/18/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":350,"Cost":227,"Date":"12/20/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":391,"Cost":360,"Date":"12/20/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":253,"Cost":137,"Date":"12/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":204,"Cost":135,"Date":"1/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":970,"Cost":655,"Date":"2/5/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":737,"Cost":475,"Date":"2/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":914,"Cost":814,"Date":"2/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":971,"Cost":568,"Date":"2/18/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":2,"Cost":2,"Date":"2/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":192,"Cost":131,"Date":"2/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":289,"Cost":217,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":609,"Cost":423,"Date":"4/2/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":825,"Cost":570,"Date":"4/3/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":343,"Cost":175,"Date":"4/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":987,"Cost":691,"Date":"4/10/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":311,"Cost":263,"Date":"4/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":889,"Cost":594,"Date":"5/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":965,"Cost":727,"Date":"5/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":173,"Cost":157,"Date":"6/20/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":107,"Cost":63,"Date":"7/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":874,"Cost":621,"Date":"7/4/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":437,"Cost":385,"Date":"7/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":524,"Cost":394,"Date":"7/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":786,"Cost":537,"Date":"7/14/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":355,"Cost":254,"Date":"7/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":698,"Cost":364,"Date":"8/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":112,"Cost":69,"Date":"8/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":131,"Cost":69,"Date":"8/7/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":10,"Cost":9,"Date":"8/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":8,"Cost":4,"Date":"8/31/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":639,"Cost":334,"Date":"9/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":615,"Cost":558,"Date":"9/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":528,"Cost":381,"Date":"9/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":197,"Cost":148,"Date":"9/29/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":304,"Cost":173,"Date":"11/7/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":176,"Cost":139,"Date":"11/26/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":304,"Cost":216,"Date":"11/27/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":919,"Cost":462,"Date":"12/5/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":121,"Cost":75,"Date":"12/26/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":551,"Cost":411,"Date":"12/31/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":428,"Cost":359,"Date":"1/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":500,"Cost":454,"Date":"2/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":540,"Cost":435,"Date":"2/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":860,"Cost":613,"Date":"2/27/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":10,"Cost":5,"Date":"3/1/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":615,"Cost":552,"Date":"3/1/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":479,"Cost":242,"Date":"3/19/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":227,"Cost":196,"Date":"3/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":940,"Cost":495,"Date":"5/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":839,"Cost":630,"Date":"7/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":830,"Cost":717,"Date":"8/5/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":993,"Cost":924,"Date":"8/12/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":68,"Cost":49,"Date":"8/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":795,"Cost":650,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":475,"Cost":329,"Date":"9/3/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":755,"Cost":451,"Date":"9/5/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":83,"Cost":47,"Date":"10/6/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":514,"Cost":334,"Date":"10/19/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":721,"Cost":552,"Date":"11/15/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":902,"Cost":604,"Date":"12/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":881,"Cost":811,"Date":"1/8/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":422,"Cost":392,"Date":"1/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":297,"Cost":157,"Date":"1/19/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":624,"Cost":472,"Date":"1/28/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":406,"Cost":298,"Date":"1/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":224,"Cost":130,"Date":"3/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":329,"Cost":229,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":495,"Cost":247,"Date":"4/24/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":39,"Cost":35,"Date":"4/28/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":837,"Cost":554,"Date":"5/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":718,"Cost":390,"Date":"5/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":885,"Cost":788,"Date":"5/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":478,"Cost":416,"Date":"6/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":428,"Cost":219,"Date":"6/3/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":473,"Cost":331,"Date":"6/5/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":760,"Cost":573,"Date":"6/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":254,"Cost":185,"Date":"6/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":45,"Cost":34,"Date":"6/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":66,"Cost":60,"Date":"6/24/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":279,"Cost":232,"Date":"7/4/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":478,"Cost":333,"Date":"7/9/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":144,"Cost":81,"Date":"7/12/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":414,"Cost":259,"Date":"8/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":767,"Cost":496,"Date":"8/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":102,"Cost":71,"Date":"8/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":968,"Cost":626,"Date":"9/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":433,"Cost":360,"Date":"9/3/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":933,"Cost":743,"Date":"9/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":464,"Cost":269,"Date":"10/4/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":533,"Cost":342,"Date":"11/1/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":3,"Cost":1,"Date":"11/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":134,"Cost":88,"Date":"12/17/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":2,"Cost":1,"Date":"2/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":145,"Cost":97,"Date":"2/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":10,"Cost":5,"Date":"3/4/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":771,"Cost":692,"Date":"3/9/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":382,"Cost":249,"Date":"3/9/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":121,"Cost":74,"Date":"3/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":975,"Cost":516,"Date":"3/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":127,"Cost":89,"Date":"3/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":863,"Cost":477,"Date":"3/23/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":468,"Cost":375,"Date":"4/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":493,"Cost":388,"Date":"5/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":343,"Cost":318,"Date":"5/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":354,"Cost":205,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":190,"Cost":128,"Date":"6/2/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":150,"Cost":96,"Date":"6/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":4,"Cost":3,"Date":"6/16/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":808,"Cost":530,"Date":"6/16/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":183,"Cost":99,"Date":"7/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":841,"Cost":622,"Date":"7/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":334,"Cost":201,"Date":"8/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":907,"Cost":555,"Date":"8/29/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":978,"Cost":630,"Date":"8/31/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":922,"Cost":853,"Date":"9/8/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":468,"Cost":332,"Date":"9/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":361,"Cost":219,"Date":"9/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":849,"Cost":661,"Date":"9/19/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":465,"Cost":236,"Date":"9/25/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":761,"Cost":404,"Date":"10/4/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":895,"Cost":514,"Date":"10/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":349,"Cost":198,"Date":"10/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":685,"Cost":627,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":856,"Cost":640,"Date":"10/30/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":484,"Cost":316,"Date":"11/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":831,"Cost":446,"Date":"11/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":577,"Cost":290,"Date":"11/25/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":464,"Cost":354,"Date":"1/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":890,"Cost":780,"Date":"1/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":380,"Cost":203,"Date":"1/20/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":797,"Cost":431,"Date":"2/8/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":550,"Cost":324,"Date":"2/25/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":453,"Cost":419,"Date":"3/7/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":968,"Cost":614,"Date":"3/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":403,"Cost":381,"Date":"3/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":456,"Cost":418,"Date":"4/5/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":46,"Cost":38,"Date":"4/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":673,"Cost":492,"Date":"5/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":420,"Cost":272,"Date":"5/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":449,"Cost":372,"Date":"5/15/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":820,"Cost":538,"Date":"5/25/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":71,"Cost":41,"Date":"5/26/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":205,"Cost":167,"Date":"5/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":308,"Cost":201,"Date":"7/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":366,"Cost":212,"Date":"9/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":518,"Cost":410,"Date":"10/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":387,"Cost":223,"Date":"10/8/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":409,"Cost":322,"Date":"10/26/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":846,"Cost":766,"Date":"11/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":352,"Cost":298,"Date":"11/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Nova","Country":"Germany","Sale":926,"Cost":522,"Date":"12/1/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":555,"Cost":387,"Date":"2/9/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":269,"Cost":251,"Date":"2/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":1,"Cost":1,"Date":"3/10/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":626,"Cost":371,"Date":"3/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":894,"Cost":732,"Date":"3/18/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":69,"Cost":52,"Date":"3/20/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":342,"Cost":215,"Date":"3/26/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":766,"Date":"6/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":657,"Cost":544,"Date":"6/10/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":268,"Cost":162,"Date":"6/16/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":696,"Cost":656,"Date":"6/25/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":507,"Cost":396,"Date":"7/19/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":789,"Cost":429,"Date":"7/21/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":613,"Cost":344,"Date":"7/25/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":320,"Cost":261,"Date":"8/4/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":140,"Cost":98,"Date":"9/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":973,"Cost":860,"Date":"9/4/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":223,"Cost":133,"Date":"9/19/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":753,"Cost":599,"Date":"9/29/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":473,"Cost":400,"Date":"10/2/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":759,"Cost":535,"Date":"10/15/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":538,"Date":"10/30/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":850,"Cost":497,"Date":"11/9/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":512,"Cost":278,"Date":"11/23/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":216,"Cost":182,"Date":"11/30/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":112,"Cost":56,"Date":"12/8/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":413,"Cost":326,"Date":"12/11/2018"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":535,"Cost":368,"Date":"1/15/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":673,"Cost":375,"Date":"1/24/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":465,"Cost":435,"Date":"2/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":646,"Date":"2/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":907,"Cost":819,"Date":"3/9/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":942,"Cost":480,"Date":"3/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":479,"Date":"4/19/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":676,"Cost":525,"Date":"5/3/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":314,"Cost":257,"Date":"5/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":988,"Cost":581,"Date":"6/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":6,"Cost":3,"Date":"6/26/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":146,"Cost":113,"Date":"7/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":731,"Cost":378,"Date":"7/13/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":545,"Cost":411,"Date":"8/8/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":370,"Cost":225,"Date":"8/26/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":986,"Cost":760,"Date":"9/2/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":836,"Cost":760,"Date":"9/29/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":437,"Cost":240,"Date":"10/12/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":76,"Cost":45,"Date":"11/2/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":497,"Cost":321,"Date":"11/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":243,"Cost":143,"Date":"11/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":118,"Cost":59,"Date":"12/1/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":892,"Cost":536,"Date":"12/4/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":750,"Cost":442,"Date":"12/7/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":385,"Cost":220,"Date":"12/18/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":828,"Cost":695,"Date":"12/20/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":377,"Cost":230,"Date":"12/20/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":730,"Cost":600,"Date":"12/21/2019"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":21,"Cost":20,"Date":"1/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":15,"Cost":8,"Date":"2/5/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":558,"Cost":312,"Date":"2/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":553,"Cost":313,"Date":"2/16/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":526,"Cost":273,"Date":"2/18/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":191,"Cost":150,"Date":"2/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":463,"Cost":341,"Date":"2/25/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":127,"Cost":91,"Date":"3/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":431,"Cost":391,"Date":"4/2/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":355,"Cost":326,"Date":"4/3/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":886,"Cost":655,"Date":"4/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":166,"Cost":134,"Date":"4/10/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":902,"Cost":723,"Date":"4/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":537,"Cost":325,"Date":"5/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":628,"Cost":391,"Date":"5/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":790,"Cost":439,"Date":"6/20/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":493,"Cost":379,"Date":"7/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":522,"Cost":390,"Date":"7/4/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":997,"Cost":505,"Date":"7/8/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":127,"Cost":107,"Date":"7/9/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":849,"Cost":749,"Date":"7/14/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":478,"Cost":332,"Date":"7/19/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":341,"Cost":269,"Date":"8/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":573,"Cost":428,"Date":"8/6/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":709,"Cost":415,"Date":"8/7/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":496,"Cost":419,"Date":"8/22/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":847,"Cost":531,"Date":"8/31/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":498,"Cost":465,"Date":"9/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":846,"Cost":799,"Date":"9/1/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":340,"Cost":319,"Date":"9/17/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":728,"Cost":528,"Date":"9/29/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":286,"Cost":237,"Date":"11/7/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":960,"Cost":714,"Date":"11/26/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":952,"Cost":538,"Date":"11/27/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":222,"Cost":135,"Date":"12/5/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":481,"Cost":284,"Date":"12/26/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":648,"Cost":329,"Date":"12/31/2020"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":831,"Cost":669,"Date":"1/20/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":821,"Cost":596,"Date":"2/2/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":667,"Cost":513,"Date":"2/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":571,"Cost":371,"Date":"2/27/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":948,"Cost":673,"Date":"3/1/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":163,"Cost":140,"Date":"3/1/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":992,"Cost":648,"Date":"3/19/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":928,"Cost":622,"Date":"3/28/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":630,"Cost":578,"Date":"5/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":241,"Cost":210,"Date":"7/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":144,"Cost":137,"Date":"8/5/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":495,"Cost":279,"Date":"8/12/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":188,"Cost":148,"Date":"8/21/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":583,"Cost":497,"Date":"8/23/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":637,"Cost":441,"Date":"9/3/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":617,"Date":"9/5/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":635,"Cost":457,"Date":"10/6/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":104,"Cost":82,"Date":"10/19/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":382,"Cost":316,"Date":"11/15/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":294,"Cost":164,"Date":"12/8/2021"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":514,"Cost":366,"Date":"1/8/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":771,"Cost":611,"Date":"1/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":149,"Cost":124,"Date":"1/19/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":907,"Cost":770,"Date":"1/28/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":15,"Cost":13,"Date":"1/31/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":679,"Cost":600,"Date":"3/27/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":466,"Cost":331,"Date":"4/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":662,"Cost":478,"Date":"4/24/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":694,"Cost":395,"Date":"4/28/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":8,"Cost":5,"Date":"5/15/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":813,"Cost":714,"Date":"5/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":540,"Cost":274,"Date":"5/18/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":783,"Cost":610,"Date":"6/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":472,"Cost":258,"Date":"6/3/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":494,"Cost":462,"Date":"6/5/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":128,"Cost":68,"Date":"6/7/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":37,"Cost":30,"Date":"6/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":28,"Cost":17,"Date":"6/20/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":731,"Cost":586,"Date":"6/24/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":776,"Cost":513,"Date":"7/4/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":828,"Cost":476,"Date":"7/9/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":504,"Cost":418,"Date":"7/12/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":254,"Cost":222,"Date":"8/14/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":840,"Cost":633,"Date":"8/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":638,"Cost":424,"Date":"8/23/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":548,"Cost":322,"Date":"9/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":606,"Cost":405,"Date":"9/3/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":689,"Cost":590,"Date":"9/16/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":757,"Cost":479,"Date":"10/4/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":329,"Cost":270,"Date":"11/1/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":573,"Cost":388,"Date":"11/2/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":86,"Cost":59,"Date":"12/17/2022"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":297,"Date":"2/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":296,"Cost":169,"Date":"2/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":651,"Cost":575,"Date":"3/4/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":445,"Cost":263,"Date":"3/9/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":487,"Cost":368,"Date":"3/9/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":338,"Cost":205,"Date":"3/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":628,"Cost":529,"Date":"3/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":977,"Cost":853,"Date":"3/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":139,"Cost":97,"Date":"3/23/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":923,"Cost":858,"Date":"4/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":258,"Cost":162,"Date":"5/7/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":768,"Cost":452,"Date":"5/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":292,"Cost":271,"Date":"5/20/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":572,"Cost":438,"Date":"6/2/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":347,"Cost":215,"Date":"6/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":818,"Cost":668,"Date":"6/16/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":365,"Cost":311,"Date":"6/16/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":62,"Cost":42,"Date":"7/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":439,"Cost":298,"Date":"7/11/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":806,"Cost":643,"Date":"8/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":95,"Cost":83,"Date":"8/29/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":608,"Cost":481,"Date":"8/31/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":299,"Cost":150,"Date":"9/8/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":890,"Cost":757,"Date":"9/13/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":832,"Cost":526,"Date":"9/14/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":866,"Cost":610,"Date":"9/19/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":62,"Cost":50,"Date":"9/25/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":472,"Cost":419,"Date":"10/4/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":326,"Cost":228,"Date":"10/10/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":350,"Cost":254,"Date":"10/17/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":909,"Cost":812,"Date":"10/28/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":11,"Cost":8,"Date":"10/30/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":682,"Cost":496,"Date":"11/1/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":15,"Cost":12,"Date":"11/15/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":966,"Cost":767,"Date":"11/25/2023"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":551,"Cost":409,"Date":"1/10/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":95,"Cost":58,"Date":"1/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":294,"Cost":226,"Date":"1/20/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":361,"Cost":226,"Date":"2/8/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":833,"Cost":462,"Date":"2/25/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":18,"Cost":13,"Date":"3/7/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":222,"Cost":146,"Date":"3/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":733,"Cost":488,"Date":"3/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":960,"Cost":518,"Date":"4/5/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":100,"Cost":57,"Date":"4/14/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":212,"Date":"5/3/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":903,"Cost":625,"Date":"5/9/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":444,"Date":"5/15/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":600,"Cost":333,"Date":"5/25/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":82,"Cost":73,"Date":"5/26/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":416,"Cost":299,"Date":"5/31/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":386,"Cost":284,"Date":"7/27/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":512,"Cost":373,"Date":"9/17/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":235,"Cost":135,"Date":"10/6/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":709,"Cost":532,"Date":"10/8/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":87,"Cost":63,"Date":"10/26/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":701,"Cost":355,"Date":"11/16/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":39,"Cost":36,"Date":"11/18/2024"},{"Store":"Turmstrasse, Berlin-Mitte","Brand":"Jeans","Country":"Germany","Sale":480,"Cost":349,"Date":"12/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":24,"Cost":14,"Date":"2/9/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":353,"Cost":264,"Date":"2/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":697,"Cost":456,"Date":"3/10/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":164,"Cost":87,"Date":"3/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":842,"Cost":763,"Date":"3/18/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":878,"Cost":666,"Date":"3/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":102,"Cost":88,"Date":"3/26/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":182,"Cost":111,"Date":"6/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":385,"Cost":239,"Date":"6/10/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":118,"Cost":59,"Date":"6/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":238,"Cost":188,"Date":"6/25/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":841,"Cost":652,"Date":"7/19/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":904,"Cost":699,"Date":"7/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":438,"Cost":313,"Date":"7/25/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":145,"Cost":111,"Date":"8/4/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":913,"Cost":518,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":364,"Cost":260,"Date":"9/4/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":643,"Cost":457,"Date":"9/19/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":289,"Cost":156,"Date":"9/29/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":45,"Cost":36,"Date":"10/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":598,"Cost":467,"Date":"10/15/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":8,"Cost":8,"Date":"10/30/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":115,"Cost":72,"Date":"11/9/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":791,"Cost":592,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":4,"Cost":2,"Date":"11/30/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":675,"Cost":451,"Date":"12/8/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":301,"Cost":235,"Date":"12/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":331,"Cost":176,"Date":"1/15/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":435,"Cost":229,"Date":"1/24/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":785,"Cost":490,"Date":"2/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":240,"Cost":217,"Date":"2/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":770,"Cost":528,"Date":"3/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":307,"Cost":211,"Date":"3/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":415,"Cost":226,"Date":"4/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":623,"Cost":456,"Date":"5/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":100,"Cost":55,"Date":"5/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":46,"Cost":37,"Date":"6/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":604,"Cost":461,"Date":"6/26/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":666,"Cost":471,"Date":"7/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":351,"Cost":252,"Date":"7/13/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":950,"Cost":616,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":866,"Cost":500,"Date":"8/26/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":160,"Cost":91,"Date":"9/2/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":713,"Cost":466,"Date":"9/29/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":181,"Cost":135,"Date":"10/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":113,"Cost":59,"Date":"11/2/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":975,"Cost":873,"Date":"11/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":586,"Cost":297,"Date":"11/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":30,"Cost":16,"Date":"12/1/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":324,"Cost":171,"Date":"12/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":266,"Cost":149,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":198,"Cost":113,"Date":"12/18/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":65,"Cost":38,"Date":"12/20/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":128,"Cost":95,"Date":"12/20/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":291,"Cost":256,"Date":"12/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":854,"Cost":732,"Date":"1/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":284,"Cost":178,"Date":"2/5/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":457,"Cost":340,"Date":"2/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":318,"Cost":280,"Date":"2/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":892,"Cost":591,"Date":"2/18/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":749,"Cost":688,"Date":"2/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":526,"Cost":391,"Date":"2/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":891,"Cost":450,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":941,"Cost":483,"Date":"4/2/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":739,"Cost":649,"Date":"4/3/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":866,"Cost":436,"Date":"4/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":807,"Cost":663,"Date":"4/10/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":519,"Cost":442,"Date":"4/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":537,"Cost":388,"Date":"5/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":231,"Cost":147,"Date":"5/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":82,"Cost":46,"Date":"6/20/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":304,"Cost":260,"Date":"7/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":645,"Cost":571,"Date":"7/4/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":736,"Cost":487,"Date":"7/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":128,"Cost":86,"Date":"7/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":710,"Cost":626,"Date":"7/14/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":540,"Cost":372,"Date":"7/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":39,"Cost":25,"Date":"8/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":564,"Cost":296,"Date":"8/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":427,"Cost":285,"Date":"8/7/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":804,"Cost":744,"Date":"8/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":961,"Cost":634,"Date":"8/31/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":186,"Cost":148,"Date":"9/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":496,"Cost":354,"Date":"9/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":764,"Cost":624,"Date":"9/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":324,"Cost":264,"Date":"9/29/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":11,"Cost":6,"Date":"11/7/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":356,"Cost":278,"Date":"11/26/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":58,"Cost":29,"Date":"11/27/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":701,"Cost":376,"Date":"12/5/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":677,"Cost":480,"Date":"12/26/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":877,"Cost":441,"Date":"12/31/2020"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":860,"Cost":753,"Date":"1/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":111,"Cost":101,"Date":"2/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":342,"Cost":236,"Date":"2/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":835,"Cost":561,"Date":"2/27/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":353,"Cost":289,"Date":"3/1/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":154,"Cost":141,"Date":"3/1/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":344,"Cost":297,"Date":"3/19/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":500,"Cost":261,"Date":"3/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":357,"Cost":322,"Date":"5/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":288,"Cost":234,"Date":"7/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":819,"Cost":628,"Date":"8/5/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":763,"Cost":575,"Date":"8/12/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":675,"Cost":452,"Date":"8/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":458,"Cost":293,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":189,"Cost":99,"Date":"9/3/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":928,"Cost":551,"Date":"9/5/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":175,"Cost":109,"Date":"10/6/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":397,"Cost":355,"Date":"10/19/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":737,"Cost":635,"Date":"11/15/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":185,"Cost":138,"Date":"12/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":565,"Cost":499,"Date":"1/8/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":594,"Cost":420,"Date":"1/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":206,"Cost":110,"Date":"1/19/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":939,"Cost":800,"Date":"1/28/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":863,"Cost":650,"Date":"1/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":523,"Cost":435,"Date":"3/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":446,"Cost":355,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":868,"Cost":459,"Date":"4/24/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":595,"Cost":405,"Date":"4/28/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":465,"Cost":340,"Date":"5/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":488,"Cost":284,"Date":"5/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":130,"Cost":108,"Date":"5/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":100,"Cost":74,"Date":"6/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":580,"Cost":458,"Date":"6/3/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":408,"Cost":273,"Date":"6/5/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":388,"Cost":353,"Date":"6/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":30,"Cost":24,"Date":"6/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":727,"Cost":560,"Date":"6/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":966,"Cost":741,"Date":"6/24/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":288,"Cost":197,"Date":"7/4/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":66,"Cost":50,"Date":"7/9/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":946,"Cost":751,"Date":"7/12/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":809,"Cost":504,"Date":"8/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":701,"Cost":441,"Date":"8/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":960,"Cost":588,"Date":"8/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":770,"Cost":417,"Date":"9/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":237,"Cost":172,"Date":"9/3/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":626,"Cost":422,"Date":"9/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":611,"Cost":532,"Date":"10/4/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":411,"Cost":374,"Date":"11/1/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":530,"Cost":350,"Date":"11/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":854,"Cost":439,"Date":"12/17/2022"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":744,"Cost":396,"Date":"2/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":152,"Cost":144,"Date":"2/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":476,"Cost":238,"Date":"3/4/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":173,"Cost":116,"Date":"3/9/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":593,"Cost":518,"Date":"3/9/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":37,"Cost":22,"Date":"3/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":660,"Cost":429,"Date":"3/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":59,"Cost":52,"Date":"3/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":530,"Cost":478,"Date":"3/23/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":434,"Cost":228,"Date":"4/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":777,"Cost":604,"Date":"5/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":859,"Cost":708,"Date":"5/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":469,"Cost":382,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":899,"Cost":720,"Date":"6/2/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":606,"Cost":524,"Date":"6/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":96,"Cost":66,"Date":"6/16/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":198,"Cost":181,"Date":"6/16/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":225,"Cost":186,"Date":"7/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":631,"Cost":524,"Date":"7/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":122,"Cost":63,"Date":"8/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":791,"Cost":670,"Date":"8/29/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":966,"Cost":719,"Date":"8/31/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":925,"Cost":663,"Date":"9/8/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":558,"Cost":331,"Date":"9/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":940,"Cost":620,"Date":"9/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":326,"Cost":293,"Date":"9/19/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":880,"Cost":799,"Date":"9/25/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":29,"Cost":27,"Date":"10/4/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":916,"Cost":603,"Date":"10/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":724,"Cost":405,"Date":"10/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":362,"Cost":229,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":122,"Cost":79,"Date":"10/30/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":422,"Cost":279,"Date":"11/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":323,"Cost":171,"Date":"11/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":355,"Cost":219,"Date":"11/25/2023"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":699,"Cost":422,"Date":"1/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":137,"Cost":96,"Date":"1/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":610,"Cost":536,"Date":"1/20/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":171,"Cost":125,"Date":"2/8/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":658,"Cost":447,"Date":"2/25/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":526,"Cost":329,"Date":"3/7/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":68,"Cost":48,"Date":"3/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":10,"Cost":6,"Date":"3/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":158,"Cost":111,"Date":"4/5/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":782,"Cost":719,"Date":"4/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":442,"Cost":391,"Date":"5/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":833,"Cost":660,"Date":"5/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":967,"Cost":894,"Date":"5/15/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":942,"Cost":546,"Date":"5/25/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":791,"Cost":672,"Date":"5/26/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":769,"Cost":616,"Date":"5/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":219,"Cost":129,"Date":"7/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":938,"Cost":881,"Date":"9/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":719,"Cost":509,"Date":"10/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":893,"Cost":570,"Date":"10/8/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":473,"Cost":388,"Date":"10/26/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":138,"Cost":131,"Date":"11/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":416,"Cost":323,"Date":"11/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"Jeans","Country":"Germany","Sale":216,"Cost":169,"Date":"12/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":144,"Cost":118,"Date":"2/9/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":532,"Cost":384,"Date":"2/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":215,"Cost":111,"Date":"3/10/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":993,"Cost":816,"Date":"3/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":953,"Cost":879,"Date":"3/18/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":148,"Cost":86,"Date":"3/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":444,"Cost":327,"Date":"3/26/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":871,"Cost":507,"Date":"6/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":512,"Cost":450,"Date":"6/10/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":163,"Cost":109,"Date":"6/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":147,"Cost":124,"Date":"6/25/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":302,"Cost":263,"Date":"7/19/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":978,"Cost":694,"Date":"7/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":569,"Cost":514,"Date":"7/25/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":150,"Cost":132,"Date":"8/4/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":361,"Cost":217,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":98,"Cost":84,"Date":"9/4/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":404,"Cost":229,"Date":"9/19/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":303,"Cost":208,"Date":"9/29/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":326,"Cost":225,"Date":"10/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":914,"Cost":618,"Date":"10/15/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":529,"Cost":339,"Date":"10/30/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":891,"Cost":827,"Date":"11/9/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":211,"Cost":163,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":341,"Cost":288,"Date":"11/30/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":406,"Date":"12/8/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":771,"Cost":631,"Date":"12/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":898,"Cost":543,"Date":"1/15/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":629,"Cost":360,"Date":"1/24/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":408,"Cost":342,"Date":"2/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":822,"Cost":440,"Date":"2/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":205,"Cost":138,"Date":"3/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":657,"Cost":544,"Date":"3/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":967,"Cost":872,"Date":"4/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":109,"Cost":66,"Date":"5/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":11,"Cost":10,"Date":"5/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":56,"Cost":49,"Date":"6/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":499,"Cost":367,"Date":"6/26/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":931,"Cost":615,"Date":"7/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":373,"Cost":311,"Date":"7/13/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":948,"Cost":769,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":410,"Cost":287,"Date":"8/26/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":325,"Cost":168,"Date":"9/2/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":24,"Cost":13,"Date":"9/29/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":451,"Cost":345,"Date":"10/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":284,"Cost":208,"Date":"11/2/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":189,"Cost":104,"Date":"11/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":906,"Cost":805,"Date":"11/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":187,"Cost":161,"Date":"12/1/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":87,"Cost":74,"Date":"12/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":472,"Cost":412,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":140,"Cost":130,"Date":"12/18/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":654,"Cost":574,"Date":"12/20/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":271,"Cost":225,"Date":"12/20/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":573,"Cost":299,"Date":"12/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":229,"Cost":172,"Date":"1/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":437,"Cost":354,"Date":"2/5/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":519,"Cost":275,"Date":"2/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":202,"Cost":128,"Date":"2/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":889,"Cost":723,"Date":"2/18/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":257,"Cost":137,"Date":"2/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":709,"Cost":422,"Date":"2/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":909,"Cost":611,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":962,"Cost":669,"Date":"4/2/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":972,"Cost":631,"Date":"4/3/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":306,"Cost":247,"Date":"4/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":881,"Cost":589,"Date":"4/10/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":873,"Cost":711,"Date":"4/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":651,"Cost":416,"Date":"5/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":126,"Cost":80,"Date":"5/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":464,"Cost":375,"Date":"6/20/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":575,"Cost":478,"Date":"7/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":686,"Cost":592,"Date":"7/4/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":374,"Cost":208,"Date":"7/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":199,"Cost":174,"Date":"7/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":103,"Cost":75,"Date":"7/14/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":391,"Cost":235,"Date":"7/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":534,"Date":"8/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":218,"Cost":144,"Date":"8/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":338,"Cost":207,"Date":"8/7/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":935,"Cost":887,"Date":"8/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":256,"Cost":170,"Date":"8/31/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":616,"Cost":353,"Date":"9/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":988,"Cost":682,"Date":"9/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":495,"Cost":361,"Date":"9/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":330,"Cost":291,"Date":"9/29/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":400,"Cost":372,"Date":"11/7/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":5,"Cost":5,"Date":"11/26/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":929,"Cost":742,"Date":"11/27/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":197,"Cost":117,"Date":"12/5/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":776,"Cost":653,"Date":"12/26/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":455,"Cost":311,"Date":"12/31/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":658,"Cost":340,"Date":"1/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":300,"Cost":160,"Date":"2/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":70,"Cost":40,"Date":"2/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":528,"Cost":280,"Date":"2/27/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":974,"Cost":667,"Date":"3/1/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":672,"Cost":569,"Date":"3/1/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":790,"Cost":683,"Date":"3/19/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":414,"Cost":383,"Date":"3/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":199,"Cost":143,"Date":"5/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":645,"Cost":391,"Date":"7/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":20,"Cost":19,"Date":"8/5/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":228,"Cost":207,"Date":"8/12/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":463,"Cost":310,"Date":"8/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":198,"Cost":175,"Date":"9/3/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":138,"Cost":112,"Date":"9/5/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":899,"Cost":677,"Date":"10/6/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":373,"Cost":258,"Date":"10/19/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":567,"Cost":499,"Date":"11/15/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":450,"Cost":306,"Date":"12/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":511,"Cost":284,"Date":"1/8/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":997,"Cost":930,"Date":"1/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":779,"Cost":594,"Date":"1/19/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":73,"Cost":59,"Date":"1/28/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":537,"Cost":353,"Date":"1/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":685,"Cost":632,"Date":"3/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":906,"Cost":541,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":65,"Cost":45,"Date":"4/24/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":510,"Cost":429,"Date":"4/28/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":75,"Cost":70,"Date":"5/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":883,"Cost":655,"Date":"5/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":639,"Cost":488,"Date":"5/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":210,"Cost":185,"Date":"6/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":33,"Cost":18,"Date":"6/3/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":25,"Cost":18,"Date":"6/5/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":43,"Cost":35,"Date":"6/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":602,"Cost":517,"Date":"6/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":729,"Cost":487,"Date":"6/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":734,"Cost":566,"Date":"6/24/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":773,"Cost":546,"Date":"7/4/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":919,"Cost":713,"Date":"7/9/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":663,"Cost":421,"Date":"7/12/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":690,"Cost":608,"Date":"8/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":634,"Cost":341,"Date":"8/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":688,"Cost":425,"Date":"8/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":257,"Cost":216,"Date":"9/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":582,"Cost":353,"Date":"9/3/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":363,"Cost":187,"Date":"9/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":166,"Cost":130,"Date":"10/4/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":323,"Cost":278,"Date":"11/1/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":768,"Cost":550,"Date":"11/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":784,"Cost":723,"Date":"12/17/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":558,"Cost":296,"Date":"2/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":148,"Cost":104,"Date":"2/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":33,"Cost":20,"Date":"3/4/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":984,"Cost":751,"Date":"3/9/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":198,"Cost":116,"Date":"3/9/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":352,"Cost":274,"Date":"3/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":46,"Cost":37,"Date":"3/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":462,"Cost":232,"Date":"3/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":644,"Cost":503,"Date":"3/23/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":161,"Cost":133,"Date":"4/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":465,"Cost":273,"Date":"5/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":543,"Cost":516,"Date":"5/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":648,"Cost":392,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":414,"Cost":319,"Date":"6/2/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":756,"Cost":624,"Date":"6/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":864,"Cost":717,"Date":"6/16/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":631,"Cost":465,"Date":"6/16/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":240,"Cost":188,"Date":"7/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":599,"Cost":529,"Date":"7/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":979,"Cost":883,"Date":"8/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":696,"Cost":559,"Date":"8/29/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":121,"Cost":71,"Date":"8/31/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":995,"Cost":695,"Date":"9/8/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":166,"Cost":92,"Date":"9/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":947,"Cost":832,"Date":"9/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":247,"Cost":138,"Date":"9/19/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":854,"Cost":718,"Date":"9/25/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":636,"Cost":360,"Date":"10/4/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":423,"Cost":250,"Date":"10/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":748,"Cost":450,"Date":"10/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":518,"Cost":400,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":951,"Cost":681,"Date":"10/30/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":21,"Cost":13,"Date":"11/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":225,"Cost":166,"Date":"11/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":123,"Cost":75,"Date":"11/25/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":296,"Cost":219,"Date":"1/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":320,"Cost":268,"Date":"1/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":449,"Cost":391,"Date":"1/20/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":715,"Cost":380,"Date":"2/8/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":952,"Cost":739,"Date":"2/25/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":979,"Cost":649,"Date":"3/7/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":992,"Cost":823,"Date":"3/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":17,"Cost":15,"Date":"3/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":579,"Cost":526,"Date":"4/5/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":548,"Cost":512,"Date":"4/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":241,"Cost":191,"Date":"5/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":662,"Cost":419,"Date":"5/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":130,"Cost":77,"Date":"5/15/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":489,"Cost":352,"Date":"5/25/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":965,"Cost":624,"Date":"5/26/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":721,"Cost":457,"Date":"5/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":130,"Cost":114,"Date":"7/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":417,"Cost":301,"Date":"9/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":759,"Cost":393,"Date":"10/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":241,"Cost":174,"Date":"10/8/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":378,"Cost":246,"Date":"10/26/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":475,"Cost":382,"Date":"11/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":596,"Cost":561,"Date":"11/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM Home","Country":"Germany","Sale":177,"Cost":165,"Date":"12/1/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":160,"Cost":151,"Date":"2/9/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":636,"Cost":358,"Date":"2/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":743,"Cost":535,"Date":"3/10/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":395,"Cost":362,"Date":"3/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":489,"Cost":324,"Date":"3/18/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":559,"Cost":335,"Date":"3/20/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":480,"Cost":250,"Date":"3/26/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":38,"Cost":22,"Date":"6/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":846,"Cost":447,"Date":"6/10/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":477,"Cost":327,"Date":"6/16/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":19,"Cost":12,"Date":"6/25/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":898,"Cost":721,"Date":"7/19/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":577,"Cost":386,"Date":"7/21/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":29,"Cost":26,"Date":"7/25/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":334,"Cost":215,"Date":"8/4/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":748,"Cost":408,"Date":"9/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":255,"Cost":166,"Date":"9/4/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":197,"Cost":139,"Date":"9/19/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":503,"Cost":432,"Date":"9/29/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":645,"Cost":409,"Date":"10/2/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":235,"Cost":168,"Date":"10/15/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":800,"Cost":460,"Date":"10/30/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":386,"Cost":363,"Date":"11/9/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":76,"Cost":66,"Date":"11/23/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":699,"Cost":492,"Date":"11/30/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":147,"Cost":90,"Date":"12/8/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":342,"Cost":286,"Date":"12/11/2018"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":412,"Cost":360,"Date":"1/15/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":392,"Cost":313,"Date":"1/24/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":546,"Cost":311,"Date":"2/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":270,"Cost":248,"Date":"2/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":626,"Cost":560,"Date":"3/9/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":947,"Cost":558,"Date":"3/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":203,"Cost":164,"Date":"4/19/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":599,"Cost":406,"Date":"5/3/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":90,"Cost":69,"Date":"5/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":892,"Cost":676,"Date":"6/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":630,"Cost":471,"Date":"6/26/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":141,"Cost":116,"Date":"7/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":595,"Cost":511,"Date":"7/13/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":577,"Cost":472,"Date":"8/8/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":339,"Cost":315,"Date":"8/26/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":1000,"Cost":817,"Date":"9/2/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":960,"Cost":690,"Date":"9/29/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":633,"Cost":450,"Date":"10/12/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":303,"Cost":191,"Date":"11/2/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":489,"Cost":289,"Date":"11/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":782,"Cost":482,"Date":"11/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":52,"Cost":34,"Date":"12/1/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":28,"Cost":16,"Date":"12/4/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":357,"Cost":255,"Date":"12/7/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":60,"Cost":49,"Date":"12/18/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":650,"Cost":575,"Date":"12/20/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":248,"Cost":136,"Date":"12/20/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":690,"Cost":523,"Date":"12/21/2019"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":56,"Cost":51,"Date":"1/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":486,"Cost":459,"Date":"2/5/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":35,"Cost":31,"Date":"2/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":408,"Cost":256,"Date":"2/16/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":249,"Cost":233,"Date":"2/18/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":784,"Cost":715,"Date":"2/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":414,"Cost":253,"Date":"2/25/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":349,"Cost":238,"Date":"3/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":111,"Cost":73,"Date":"4/2/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":650,"Cost":566,"Date":"4/3/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":768,"Cost":411,"Date":"4/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":41,"Cost":22,"Date":"4/10/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":852,"Cost":547,"Date":"4/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":490,"Cost":328,"Date":"5/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":284,"Cost":208,"Date":"5/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":613,"Cost":394,"Date":"6/20/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":593,"Cost":492,"Date":"7/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":110,"Cost":76,"Date":"7/4/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":876,"Cost":467,"Date":"7/8/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":666,"Cost":619,"Date":"7/9/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":74,"Cost":48,"Date":"7/14/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":703,"Cost":499,"Date":"7/19/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":534,"Cost":469,"Date":"8/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":843,"Cost":678,"Date":"8/6/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":335,"Cost":203,"Date":"8/7/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":559,"Cost":490,"Date":"8/22/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":574,"Cost":467,"Date":"8/31/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":791,"Cost":491,"Date":"9/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":828,"Cost":655,"Date":"9/1/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":771,"Cost":582,"Date":"9/17/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":903,"Cost":814,"Date":"9/29/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":919,"Cost":637,"Date":"11/7/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":894,"Cost":495,"Date":"11/26/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":904,"Cost":626,"Date":"11/27/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":660,"Cost":552,"Date":"12/5/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":983,"Cost":870,"Date":"12/26/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":281,"Cost":210,"Date":"12/31/2020"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":545,"Cost":393,"Date":"1/20/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":827,"Cost":680,"Date":"2/2/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":922,"Cost":787,"Date":"2/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":25,"Cost":17,"Date":"2/27/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":248,"Cost":125,"Date":"3/1/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":157,"Cost":110,"Date":"3/1/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":120,"Cost":98,"Date":"3/19/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":780,"Cost":736,"Date":"3/28/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":417,"Cost":383,"Date":"5/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":451,"Cost":289,"Date":"7/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":43,"Cost":26,"Date":"8/5/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":434,"Cost":402,"Date":"8/12/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":916,"Cost":648,"Date":"8/21/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":22,"Cost":17,"Date":"8/23/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":838,"Cost":749,"Date":"9/3/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":16,"Cost":12,"Date":"9/5/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":477,"Cost":373,"Date":"10/6/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":308,"Cost":187,"Date":"10/19/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":412,"Cost":367,"Date":"11/15/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":496,"Cost":359,"Date":"12/8/2021"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":157,"Cost":146,"Date":"1/8/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":430,"Cost":391,"Date":"1/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":134,"Cost":73,"Date":"1/19/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":162,"Cost":111,"Date":"1/28/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":982,"Cost":815,"Date":"1/31/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":205,"Cost":139,"Date":"3/27/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":205,"Cost":169,"Date":"4/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":844,"Cost":519,"Date":"4/24/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":923,"Cost":607,"Date":"4/28/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":673,"Cost":533,"Date":"5/15/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":208,"Cost":129,"Date":"5/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":236,"Cost":190,"Date":"5/18/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":346,"Cost":220,"Date":"6/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":818,"Cost":585,"Date":"6/3/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":677,"Cost":585,"Date":"6/5/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":421,"Cost":394,"Date":"6/7/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":113,"Cost":92,"Date":"6/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":572,"Cost":303,"Date":"6/20/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":390,"Cost":211,"Date":"6/24/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":530,"Cost":325,"Date":"7/4/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":218,"Cost":208,"Date":"7/9/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":726,"Cost":385,"Date":"7/12/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":393,"Cost":278,"Date":"8/14/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":277,"Cost":207,"Date":"8/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":901,"Cost":470,"Date":"8/23/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":716,"Cost":628,"Date":"9/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":460,"Cost":362,"Date":"9/3/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":755,"Cost":515,"Date":"9/16/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":685,"Cost":573,"Date":"10/4/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":406,"Cost":208,"Date":"11/1/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":700,"Cost":555,"Date":"11/2/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":952,"Cost":592,"Date":"12/17/2022"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":915,"Cost":480,"Date":"2/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":481,"Cost":349,"Date":"2/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":416,"Cost":224,"Date":"3/4/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":209,"Cost":176,"Date":"3/9/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":584,"Cost":399,"Date":"3/9/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":177,"Cost":129,"Date":"3/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":513,"Cost":281,"Date":"3/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":734,"Cost":376,"Date":"3/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":29,"Cost":25,"Date":"3/23/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":569,"Cost":391,"Date":"4/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":886,"Cost":531,"Date":"5/7/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":1,"Cost":1,"Date":"5/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":703,"Cost":621,"Date":"5/20/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":938,"Cost":526,"Date":"6/2/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":931,"Cost":819,"Date":"6/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":223,"Cost":119,"Date":"6/16/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":66,"Cost":44,"Date":"6/16/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":103,"Cost":75,"Date":"7/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":817,"Cost":551,"Date":"7/11/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":314,"Cost":220,"Date":"8/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":519,"Cost":455,"Date":"8/29/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":245,"Cost":165,"Date":"8/31/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":864,"Cost":528,"Date":"9/8/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":642,"Cost":607,"Date":"9/13/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":899,"Cost":535,"Date":"9/14/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":532,"Cost":401,"Date":"9/19/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":981,"Cost":698,"Date":"9/25/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":644,"Cost":579,"Date":"10/4/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":47,"Cost":23,"Date":"10/10/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":203,"Cost":168,"Date":"10/17/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":71,"Cost":48,"Date":"10/28/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":218,"Cost":160,"Date":"10/30/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":203,"Cost":124,"Date":"11/1/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":206,"Cost":158,"Date":"11/15/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":869,"Cost":575,"Date":"11/25/2023"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":922,"Cost":550,"Date":"1/10/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":943,"Cost":500,"Date":"1/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":256,"Cost":160,"Date":"1/20/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":981,"Cost":579,"Date":"2/8/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":356,"Cost":234,"Date":"2/25/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":270,"Cost":254,"Date":"3/7/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":900,"Cost":672,"Date":"3/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":444,"Cost":225,"Date":"3/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":356,"Cost":234,"Date":"4/5/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":267,"Cost":243,"Date":"4/14/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":575,"Cost":409,"Date":"5/3/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":190,"Cost":98,"Date":"5/9/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":143,"Cost":136,"Date":"5/15/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":870,"Cost":505,"Date":"5/25/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":562,"Cost":506,"Date":"5/26/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":786,"Cost":529,"Date":"5/31/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":524,"Cost":284,"Date":"7/27/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":290,"Cost":162,"Date":"9/17/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":370,"Cost":313,"Date":"10/6/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":902,"Cost":509,"Date":"10/8/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":575,"Cost":443,"Date":"10/26/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":720,"Cost":522,"Date":"11/16/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":559,"Cost":284,"Date":"11/18/2024"},{"Store":"SeeCarree, Berlin","Brand":"HM","Country":"Germany","Sale":514,"Cost":475,"Date":"12/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":188,"Cost":171,"Date":"2/9/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":604,"Cost":534,"Date":"2/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":854,"Cost":747,"Date":"3/10/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":793,"Cost":540,"Date":"3/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":160,"Cost":95,"Date":"3/18/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":349,"Cost":280,"Date":"3/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":880,"Cost":539,"Date":"3/26/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":480,"Cost":417,"Date":"6/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":873,"Cost":573,"Date":"6/10/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":279,"Cost":157,"Date":"6/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":946,"Cost":545,"Date":"6/25/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":288,"Cost":178,"Date":"7/19/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":73,"Cost":69,"Date":"7/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":800,"Cost":430,"Date":"7/25/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":303,"Cost":201,"Date":"8/4/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":703,"Cost":561,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":504,"Cost":426,"Date":"9/4/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":526,"Date":"9/19/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":594,"Cost":536,"Date":"9/29/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":339,"Cost":225,"Date":"10/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":182,"Cost":155,"Date":"10/15/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":15,"Cost":9,"Date":"10/30/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":75,"Date":"11/9/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":741,"Cost":685,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":284,"Cost":188,"Date":"11/30/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":890,"Cost":458,"Date":"12/8/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":531,"Cost":446,"Date":"12/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":799,"Cost":635,"Date":"1/15/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":744,"Cost":514,"Date":"1/24/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":340,"Cost":306,"Date":"2/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":248,"Date":"2/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":869,"Cost":545,"Date":"3/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":461,"Cost":304,"Date":"3/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"4/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":892,"Cost":486,"Date":"5/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":934,"Cost":715,"Date":"5/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":292,"Cost":215,"Date":"6/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":748,"Cost":446,"Date":"6/26/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":249,"Cost":220,"Date":"7/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":261,"Cost":220,"Date":"7/13/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":519,"Cost":290,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":569,"Cost":419,"Date":"8/26/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":887,"Cost":570,"Date":"9/2/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":621,"Cost":355,"Date":"9/29/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":387,"Cost":326,"Date":"10/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":489,"Cost":290,"Date":"11/2/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":983,"Cost":510,"Date":"11/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":541,"Date":"11/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"12/1/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":577,"Cost":478,"Date":"12/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":422,"Cost":346,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":77,"Cost":43,"Date":"12/18/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":870,"Cost":611,"Date":"12/20/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":995,"Cost":811,"Date":"12/20/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":189,"Cost":166,"Date":"12/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":499,"Cost":371,"Date":"1/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":566,"Cost":529,"Date":"2/5/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":716,"Cost":409,"Date":"2/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":283,"Cost":262,"Date":"2/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":410,"Cost":243,"Date":"2/18/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":361,"Cost":216,"Date":"2/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":223,"Cost":177,"Date":"2/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":345,"Cost":174,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":111,"Cost":79,"Date":"4/2/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":994,"Cost":897,"Date":"4/3/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":54,"Cost":36,"Date":"4/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":560,"Cost":512,"Date":"4/10/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":90,"Cost":67,"Date":"4/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":841,"Cost":563,"Date":"5/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":475,"Cost":362,"Date":"5/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":371,"Cost":213,"Date":"6/20/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":455,"Cost":311,"Date":"7/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":580,"Cost":377,"Date":"7/4/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":997,"Cost":624,"Date":"7/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":864,"Cost":504,"Date":"7/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":164,"Cost":138,"Date":"7/14/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":927,"Cost":839,"Date":"7/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":444,"Cost":311,"Date":"8/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":472,"Cost":363,"Date":"8/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":289,"Cost":210,"Date":"8/7/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":483,"Cost":282,"Date":"8/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":231,"Cost":145,"Date":"8/31/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":193,"Cost":104,"Date":"9/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":413,"Cost":387,"Date":"9/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":401,"Cost":348,"Date":"9/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":79,"Cost":46,"Date":"9/29/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":905,"Cost":694,"Date":"11/7/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":74,"Cost":59,"Date":"11/26/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":496,"Cost":281,"Date":"11/27/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":468,"Cost":322,"Date":"12/5/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":517,"Cost":364,"Date":"12/26/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":540,"Cost":478,"Date":"12/31/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":564,"Cost":531,"Date":"1/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":833,"Cost":593,"Date":"2/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":218,"Cost":109,"Date":"2/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":763,"Cost":635,"Date":"2/27/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":916,"Cost":749,"Date":"3/1/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":423,"Cost":332,"Date":"3/1/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":691,"Cost":497,"Date":"3/19/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":295,"Cost":240,"Date":"3/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":43,"Cost":23,"Date":"5/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":233,"Cost":129,"Date":"7/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":580,"Cost":320,"Date":"8/5/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":380,"Cost":221,"Date":"8/12/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":48,"Cost":25,"Date":"8/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":597,"Cost":562,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":855,"Cost":538,"Date":"9/3/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":457,"Date":"9/5/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":110,"Cost":59,"Date":"10/6/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":589,"Cost":528,"Date":"10/19/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":399,"Cost":377,"Date":"11/15/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":587,"Cost":370,"Date":"12/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":466,"Cost":426,"Date":"1/8/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":382,"Cost":249,"Date":"1/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":495,"Cost":286,"Date":"1/19/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":651,"Cost":356,"Date":"1/28/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":965,"Cost":913,"Date":"1/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":362,"Cost":307,"Date":"3/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":438,"Cost":231,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":857,"Cost":757,"Date":"4/24/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":448,"Cost":374,"Date":"4/28/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":413,"Cost":325,"Date":"5/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":646,"Cost":425,"Date":"5/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":834,"Cost":619,"Date":"5/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":613,"Date":"6/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":88,"Cost":72,"Date":"6/3/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":389,"Cost":306,"Date":"6/5/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":660,"Cost":569,"Date":"6/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":213,"Cost":166,"Date":"6/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":107,"Cost":81,"Date":"6/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":70,"Cost":64,"Date":"6/24/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":410,"Cost":239,"Date":"7/4/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":783,"Cost":490,"Date":"7/9/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"7/12/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":442,"Cost":291,"Date":"8/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":51,"Cost":38,"Date":"8/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":266,"Cost":150,"Date":"8/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":792,"Cost":455,"Date":"9/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":30,"Cost":29,"Date":"9/3/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":897,"Cost":553,"Date":"9/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":996,"Cost":606,"Date":"10/4/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":744,"Cost":436,"Date":"11/1/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":18,"Cost":14,"Date":"11/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":672,"Cost":382,"Date":"12/17/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":264,"Date":"2/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":322,"Cost":245,"Date":"2/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":916,"Cost":817,"Date":"3/4/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":745,"Cost":693,"Date":"3/9/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":297,"Cost":174,"Date":"3/9/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":83,"Cost":47,"Date":"3/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":784,"Cost":529,"Date":"3/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":407,"Cost":265,"Date":"3/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":597,"Cost":451,"Date":"3/23/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":860,"Cost":715,"Date":"4/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":293,"Cost":273,"Date":"5/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":315,"Cost":282,"Date":"5/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":704,"Cost":420,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":296,"Cost":279,"Date":"6/2/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":361,"Cost":335,"Date":"6/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":389,"Cost":325,"Date":"6/16/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":547,"Cost":483,"Date":"6/16/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":449,"Cost":273,"Date":"7/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":218,"Cost":171,"Date":"7/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":714,"Cost":560,"Date":"8/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":221,"Cost":200,"Date":"8/29/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":29,"Cost":16,"Date":"8/31/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":85,"Date":"9/8/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":535,"Cost":437,"Date":"9/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":232,"Cost":119,"Date":"9/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":600,"Date":"9/19/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":708,"Cost":610,"Date":"9/25/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":560,"Cost":503,"Date":"10/4/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":367,"Cost":260,"Date":"10/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":9,"Cost":6,"Date":"10/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":425,"Cost":333,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":409,"Cost":239,"Date":"10/30/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":805,"Cost":763,"Date":"11/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":36,"Cost":30,"Date":"11/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":974,"Cost":563,"Date":"11/25/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":417,"Cost":229,"Date":"1/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":287,"Cost":260,"Date":"1/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":611,"Cost":383,"Date":"1/20/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":39,"Cost":25,"Date":"2/8/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":617,"Cost":578,"Date":"2/25/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":93,"Cost":54,"Date":"3/7/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":87,"Cost":81,"Date":"3/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":764,"Cost":649,"Date":"3/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":264,"Cost":240,"Date":"4/5/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":808,"Cost":589,"Date":"4/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":11,"Cost":11,"Date":"5/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":982,"Cost":867,"Date":"5/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":205,"Cost":164,"Date":"5/15/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":809,"Date":"5/25/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":962,"Cost":904,"Date":"5/26/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":800,"Cost":581,"Date":"5/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":210,"Cost":175,"Date":"7/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":995,"Cost":572,"Date":"9/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":789,"Cost":403,"Date":"10/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":41,"Cost":38,"Date":"10/8/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":676,"Cost":353,"Date":"10/26/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":20,"Cost":10,"Date":"11/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":614,"Cost":434,"Date":"11/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":144,"Cost":110,"Date":"12/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":92,"Cost":53,"Date":"2/9/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":211,"Cost":171,"Date":"2/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":595,"Cost":307,"Date":"3/10/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":429,"Date":"3/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":313,"Cost":206,"Date":"3/18/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":322,"Cost":187,"Date":"3/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":279,"Cost":175,"Date":"3/26/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":472,"Cost":409,"Date":"6/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":403,"Cost":333,"Date":"6/10/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":347,"Cost":230,"Date":"6/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":237,"Cost":187,"Date":"6/25/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":351,"Cost":193,"Date":"7/19/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":29,"Date":"7/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":814,"Cost":599,"Date":"7/25/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":677,"Cost":597,"Date":"8/4/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":98,"Cost":90,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":718,"Cost":514,"Date":"9/4/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":198,"Cost":186,"Date":"9/19/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":335,"Cost":239,"Date":"9/29/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":760,"Cost":473,"Date":"10/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":389,"Cost":199,"Date":"10/15/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":184,"Date":"10/30/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":865,"Cost":483,"Date":"11/9/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":312,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":523,"Cost":458,"Date":"11/30/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":381,"Cost":238,"Date":"12/8/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":442,"Cost":244,"Date":"12/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":307,"Cost":276,"Date":"1/15/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":505,"Cost":471,"Date":"1/24/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":742,"Cost":569,"Date":"2/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":518,"Cost":479,"Date":"2/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":637,"Cost":511,"Date":"3/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":582,"Cost":533,"Date":"3/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":215,"Cost":149,"Date":"4/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":18,"Cost":16,"Date":"5/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":97,"Cost":64,"Date":"5/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":501,"Cost":405,"Date":"6/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":979,"Cost":913,"Date":"6/26/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":469,"Date":"7/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":444,"Cost":240,"Date":"7/13/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":160,"Cost":133,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":773,"Cost":396,"Date":"8/26/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":780,"Cost":392,"Date":"9/2/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":586,"Cost":472,"Date":"9/29/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"10/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":317,"Cost":200,"Date":"11/2/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":519,"Cost":471,"Date":"11/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":474,"Cost":417,"Date":"11/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":815,"Cost":758,"Date":"12/1/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":723,"Cost":612,"Date":"12/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":940,"Cost":889,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":764,"Cost":448,"Date":"12/18/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":920,"Cost":760,"Date":"12/20/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":810,"Cost":663,"Date":"12/20/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":159,"Cost":86,"Date":"12/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":177,"Cost":134,"Date":"1/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":464,"Cost":331,"Date":"2/5/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":973,"Cost":495,"Date":"2/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":106,"Cost":84,"Date":"2/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":972,"Cost":790,"Date":"2/18/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":581,"Cost":322,"Date":"2/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":711,"Cost":632,"Date":"2/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":162,"Cost":149,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":783,"Date":"4/2/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":372,"Date":"4/3/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":506,"Cost":253,"Date":"4/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":465,"Cost":365,"Date":"4/10/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":962,"Cost":816,"Date":"4/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":783,"Cost":464,"Date":"5/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":941,"Cost":842,"Date":"5/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":546,"Cost":306,"Date":"6/20/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":729,"Cost":647,"Date":"7/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":519,"Cost":397,"Date":"7/4/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":635,"Cost":429,"Date":"7/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":340,"Cost":216,"Date":"7/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":939,"Cost":806,"Date":"7/14/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":81,"Cost":41,"Date":"7/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":105,"Cost":54,"Date":"8/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":290,"Cost":264,"Date":"8/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":932,"Cost":719,"Date":"8/7/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":936,"Cost":606,"Date":"8/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":733,"Cost":518,"Date":"8/31/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":568,"Cost":451,"Date":"9/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":337,"Date":"9/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":857,"Cost":723,"Date":"9/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":595,"Cost":397,"Date":"9/29/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":355,"Cost":261,"Date":"11/7/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":922,"Cost":520,"Date":"11/26/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":350,"Date":"11/27/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":612,"Cost":392,"Date":"12/5/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":127,"Date":"12/26/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":758,"Cost":602,"Date":"12/31/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":472,"Date":"1/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"2/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":693,"Cost":441,"Date":"2/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":772,"Date":"2/27/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":973,"Cost":725,"Date":"3/1/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":176,"Cost":96,"Date":"3/1/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":380,"Cost":335,"Date":"3/19/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":931,"Cost":750,"Date":"3/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":313,"Date":"5/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":321,"Cost":187,"Date":"7/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":860,"Cost":499,"Date":"8/5/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":142,"Cost":108,"Date":"8/12/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":759,"Date":"8/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":953,"Cost":481,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":888,"Cost":797,"Date":"9/3/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":511,"Cost":477,"Date":"9/5/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":902,"Cost":605,"Date":"10/6/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":294,"Date":"10/19/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":819,"Cost":475,"Date":"11/15/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":671,"Cost":566,"Date":"12/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":861,"Cost":443,"Date":"1/8/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":612,"Cost":467,"Date":"1/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":320,"Cost":295,"Date":"1/19/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":407,"Date":"1/28/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":419,"Cost":301,"Date":"1/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":253,"Cost":231,"Date":"3/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":613,"Cost":529,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":430,"Cost":372,"Date":"4/24/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":506,"Date":"4/28/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":471,"Cost":316,"Date":"5/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":98,"Cost":52,"Date":"5/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":160,"Date":"5/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":821,"Cost":737,"Date":"6/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":269,"Date":"6/3/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":750,"Cost":571,"Date":"6/5/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":911,"Cost":838,"Date":"6/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":846,"Cost":686,"Date":"6/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":993,"Cost":741,"Date":"6/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":489,"Date":"6/24/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":32,"Cost":20,"Date":"7/4/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":285,"Cost":236,"Date":"7/9/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":524,"Cost":370,"Date":"7/12/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":931,"Cost":670,"Date":"8/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":69,"Date":"8/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":779,"Cost":401,"Date":"8/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":762,"Cost":514,"Date":"9/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":67,"Cost":63,"Date":"9/3/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":840,"Cost":566,"Date":"9/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":113,"Cost":101,"Date":"10/4/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":97,"Cost":80,"Date":"11/1/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":733,"Cost":456,"Date":"11/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":308,"Cost":240,"Date":"12/17/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":515,"Date":"2/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":306,"Cost":283,"Date":"2/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":388,"Cost":237,"Date":"3/4/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":599,"Cost":451,"Date":"3/9/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":866,"Cost":515,"Date":"3/9/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":422,"Date":"3/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":626,"Cost":527,"Date":"3/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":41,"Cost":30,"Date":"3/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":648,"Cost":349,"Date":"3/23/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":68,"Cost":44,"Date":"4/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":188,"Date":"5/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":586,"Cost":404,"Date":"5/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":448,"Cost":352,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":727,"Cost":610,"Date":"6/2/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":672,"Cost":554,"Date":"6/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":67,"Cost":45,"Date":"6/16/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":412,"Cost":235,"Date":"6/16/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":268,"Cost":161,"Date":"7/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":609,"Cost":483,"Date":"7/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":10,"Date":"8/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":413,"Cost":391,"Date":"8/29/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":770,"Cost":569,"Date":"8/31/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":225,"Cost":173,"Date":"9/8/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":754,"Cost":498,"Date":"9/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":796,"Cost":502,"Date":"9/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":365,"Cost":273,"Date":"9/19/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":454,"Cost":260,"Date":"9/25/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":453,"Cost":263,"Date":"10/4/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":810,"Cost":514,"Date":"10/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":537,"Date":"10/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":822,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":346,"Cost":199,"Date":"10/30/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":198,"Date":"11/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":147,"Cost":77,"Date":"11/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":276,"Cost":143,"Date":"11/25/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":527,"Cost":486,"Date":"1/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":396,"Cost":306,"Date":"1/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":953,"Cost":484,"Date":"1/20/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":206,"Cost":146,"Date":"2/8/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":734,"Cost":517,"Date":"2/25/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":794,"Date":"3/7/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":430,"Cost":221,"Date":"3/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":432,"Date":"3/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":360,"Cost":213,"Date":"4/5/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":96,"Cost":68,"Date":"4/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":511,"Cost":335,"Date":"5/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":166,"Date":"5/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":301,"Cost":229,"Date":"5/15/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":761,"Date":"5/25/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":846,"Cost":756,"Date":"5/26/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":448,"Cost":352,"Date":"5/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":91,"Date":"7/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":696,"Cost":530,"Date":"9/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":178,"Cost":160,"Date":"10/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":374,"Cost":239,"Date":"10/8/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":789,"Cost":426,"Date":"10/26/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":389,"Cost":331,"Date":"11/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":527,"Cost":281,"Date":"11/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM","Country":"Bulgaria","Sale":728,"Cost":415,"Date":"12/1/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":364,"Date":"2/9/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":76,"Date":"2/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":995,"Cost":807,"Date":"3/10/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":333,"Cost":209,"Date":"3/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":383,"Cost":229,"Date":"3/18/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":93,"Cost":77,"Date":"3/20/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":10,"Date":"3/26/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":961,"Cost":634,"Date":"6/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":186,"Cost":96,"Date":"6/10/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":334,"Cost":249,"Date":"6/16/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":77,"Cost":69,"Date":"6/25/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":625,"Cost":566,"Date":"7/19/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":547,"Cost":408,"Date":"7/21/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":957,"Cost":813,"Date":"7/25/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":171,"Cost":102,"Date":"8/4/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":355,"Cost":259,"Date":"9/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":976,"Cost":544,"Date":"9/4/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":824,"Cost":778,"Date":"9/19/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":374,"Cost":289,"Date":"9/29/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":954,"Cost":880,"Date":"10/2/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":849,"Cost":434,"Date":"10/15/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":919,"Cost":606,"Date":"10/30/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":124,"Cost":109,"Date":"11/9/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":328,"Cost":256,"Date":"11/23/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":660,"Cost":332,"Date":"11/30/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":766,"Cost":574,"Date":"12/8/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":855,"Cost":558,"Date":"12/11/2018"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":84,"Cost":63,"Date":"1/15/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":956,"Cost":849,"Date":"1/24/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":455,"Cost":294,"Date":"2/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":206,"Cost":127,"Date":"2/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":561,"Cost":434,"Date":"3/9/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":103,"Cost":61,"Date":"3/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":70,"Cost":65,"Date":"4/19/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":94,"Date":"5/3/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":807,"Cost":476,"Date":"5/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":148,"Cost":86,"Date":"6/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":102,"Cost":54,"Date":"6/26/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":487,"Date":"7/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":607,"Cost":442,"Date":"7/13/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":768,"Cost":478,"Date":"8/8/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":54,"Cost":49,"Date":"8/26/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":836,"Cost":517,"Date":"9/2/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":263,"Cost":177,"Date":"9/29/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":651,"Cost":587,"Date":"10/12/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":656,"Cost":496,"Date":"11/2/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":382,"Date":"11/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":102,"Cost":53,"Date":"11/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":473,"Cost":413,"Date":"12/1/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":311,"Cost":188,"Date":"12/4/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":998,"Cost":706,"Date":"12/7/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":835,"Cost":623,"Date":"12/18/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":931,"Cost":477,"Date":"12/20/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":101,"Cost":91,"Date":"12/20/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":470,"Cost":318,"Date":"12/21/2019"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":766,"Cost":652,"Date":"1/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":591,"Cost":556,"Date":"2/5/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":279,"Cost":237,"Date":"2/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":678,"Cost":570,"Date":"2/16/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":749,"Cost":634,"Date":"2/18/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":380,"Date":"2/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":709,"Cost":382,"Date":"2/25/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":737,"Cost":384,"Date":"3/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":526,"Cost":456,"Date":"4/2/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":479,"Cost":303,"Date":"4/3/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":343,"Cost":313,"Date":"4/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":137,"Cost":118,"Date":"4/10/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":728,"Date":"4/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":798,"Cost":545,"Date":"5/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":149,"Cost":90,"Date":"5/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":37,"Cost":33,"Date":"6/20/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":386,"Cost":241,"Date":"7/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":549,"Cost":491,"Date":"7/4/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":843,"Cost":770,"Date":"7/8/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":187,"Cost":166,"Date":"7/9/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":811,"Cost":569,"Date":"7/14/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":854,"Cost":761,"Date":"7/19/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":239,"Cost":205,"Date":"8/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":200,"Cost":164,"Date":"8/6/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":657,"Cost":430,"Date":"8/7/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":655,"Cost":423,"Date":"8/22/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":952,"Cost":898,"Date":"8/31/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":514,"Date":"9/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":587,"Cost":340,"Date":"9/1/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":540,"Cost":431,"Date":"9/17/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":420,"Cost":308,"Date":"9/29/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":314,"Cost":173,"Date":"11/7/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":64,"Cost":45,"Date":"11/26/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":491,"Cost":267,"Date":"11/27/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":381,"Cost":253,"Date":"12/5/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":36,"Date":"12/26/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":758,"Cost":490,"Date":"12/31/2020"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":134,"Cost":102,"Date":"1/20/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":370,"Date":"2/2/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":238,"Cost":128,"Date":"2/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":810,"Cost":420,"Date":"2/27/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":390,"Cost":313,"Date":"3/1/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":646,"Cost":519,"Date":"3/1/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":48,"Date":"3/19/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":64,"Cost":59,"Date":"3/28/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":424,"Cost":322,"Date":"5/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":968,"Cost":686,"Date":"7/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":648,"Cost":551,"Date":"8/5/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":42,"Cost":27,"Date":"8/12/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":147,"Cost":136,"Date":"8/21/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":998,"Cost":559,"Date":"8/23/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":806,"Cost":498,"Date":"9/3/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":31,"Cost":23,"Date":"9/5/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":791,"Cost":457,"Date":"10/6/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":142,"Cost":72,"Date":"10/19/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":606,"Cost":536,"Date":"11/15/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":638,"Cost":606,"Date":"12/8/2021"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":833,"Cost":569,"Date":"1/8/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":534,"Cost":507,"Date":"1/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":856,"Cost":652,"Date":"1/19/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":94,"Cost":75,"Date":"1/28/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":633,"Cost":482,"Date":"1/31/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":974,"Cost":843,"Date":"3/27/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":519,"Date":"4/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":520,"Cost":368,"Date":"4/24/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":504,"Cost":255,"Date":"4/28/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":444,"Cost":302,"Date":"5/15/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":388,"Cost":310,"Date":"5/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":755,"Cost":574,"Date":"5/18/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":624,"Cost":469,"Date":"6/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":859,"Cost":711,"Date":"6/3/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":668,"Cost":530,"Date":"6/5/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":518,"Cost":442,"Date":"6/7/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":401,"Cost":216,"Date":"6/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":793,"Cost":650,"Date":"6/20/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":961,"Cost":780,"Date":"6/24/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":10,"Date":"7/4/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":725,"Cost":672,"Date":"7/9/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":446,"Cost":282,"Date":"7/12/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":543,"Cost":292,"Date":"8/14/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":775,"Cost":556,"Date":"8/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":138,"Cost":100,"Date":"8/23/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":232,"Cost":138,"Date":"9/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":616,"Cost":391,"Date":"9/3/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":535,"Cost":473,"Date":"9/16/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":900,"Cost":759,"Date":"10/4/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":864,"Cost":470,"Date":"11/1/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":927,"Cost":755,"Date":"11/2/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":745,"Cost":577,"Date":"12/17/2022"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":361,"Cost":262,"Date":"2/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":472,"Cost":261,"Date":"2/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":576,"Cost":419,"Date":"3/4/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":529,"Cost":295,"Date":"3/9/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":645,"Cost":506,"Date":"3/9/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":989,"Cost":771,"Date":"3/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":494,"Cost":378,"Date":"3/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":369,"Date":"3/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":515,"Cost":281,"Date":"3/23/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":781,"Cost":674,"Date":"4/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":378,"Cost":345,"Date":"5/7/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":313,"Cost":211,"Date":"5/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":299,"Cost":273,"Date":"5/20/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":477,"Cost":320,"Date":"6/2/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":992,"Cost":918,"Date":"6/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":709,"Cost":370,"Date":"6/16/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":46,"Cost":30,"Date":"6/16/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":726,"Cost":604,"Date":"7/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":512,"Cost":285,"Date":"7/11/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":279,"Cost":160,"Date":"8/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":878,"Cost":617,"Date":"8/29/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":964,"Cost":808,"Date":"8/31/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":856,"Cost":631,"Date":"9/8/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":829,"Cost":743,"Date":"9/13/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":391,"Date":"9/14/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":783,"Cost":466,"Date":"9/19/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":513,"Cost":314,"Date":"9/25/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":41,"Date":"10/4/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":24,"Cost":22,"Date":"10/10/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":124,"Cost":80,"Date":"10/17/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":519,"Cost":412,"Date":"10/28/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":284,"Cost":148,"Date":"10/30/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":991,"Cost":543,"Date":"11/1/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":681,"Cost":591,"Date":"11/15/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":423,"Cost":223,"Date":"11/25/2023"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":605,"Cost":566,"Date":"1/10/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":402,"Date":"1/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":332,"Cost":314,"Date":"1/20/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":457,"Cost":313,"Date":"2/8/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":250,"Cost":136,"Date":"2/25/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":9,"Cost":7,"Date":"3/7/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":158,"Cost":81,"Date":"3/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":343,"Date":"3/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":211,"Cost":172,"Date":"4/5/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":167,"Cost":126,"Date":"4/14/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":127,"Cost":101,"Date":"5/3/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":457,"Date":"5/9/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":919,"Cost":822,"Date":"5/15/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":440,"Cost":230,"Date":"5/25/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":313,"Cost":226,"Date":"5/26/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":735,"Cost":498,"Date":"5/31/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":175,"Cost":107,"Date":"7/27/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":299,"Cost":241,"Date":"9/17/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":415,"Cost":288,"Date":"10/6/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":685,"Cost":607,"Date":"10/8/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":76,"Date":"10/26/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":45,"Cost":30,"Date":"11/16/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":276,"Cost":192,"Date":"11/18/2024"},{"Store":"Paradise Center, Sofia","Brand":"HM Home","Country":"Bulgaria","Sale":446,"Cost":239,"Date":"12/1/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":501,"Date":"2/9/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":328,"Cost":183,"Date":"2/11/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":303,"Cost":269,"Date":"3/10/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":621,"Cost":481,"Date":"3/16/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":743,"Cost":512,"Date":"3/18/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":540,"Cost":331,"Date":"3/20/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":235,"Cost":162,"Date":"3/26/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":444,"Cost":261,"Date":"6/2/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":297,"Cost":246,"Date":"6/10/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":978,"Cost":798,"Date":"6/16/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":59,"Date":"6/25/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":416,"Cost":260,"Date":"7/19/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":544,"Cost":437,"Date":"7/21/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":608,"Cost":439,"Date":"7/25/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":160,"Cost":110,"Date":"8/4/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":637,"Cost":540,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":136,"Cost":74,"Date":"9/4/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":716,"Cost":383,"Date":"9/19/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":962,"Cost":592,"Date":"9/29/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":896,"Cost":682,"Date":"10/2/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":301,"Cost":153,"Date":"10/15/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":647,"Cost":510,"Date":"10/30/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":749,"Cost":459,"Date":"11/9/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":468,"Cost":302,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":693,"Cost":573,"Date":"11/30/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":32,"Cost":26,"Date":"12/8/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":583,"Cost":374,"Date":"12/11/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":291,"Cost":272,"Date":"1/15/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":139,"Cost":74,"Date":"1/24/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":681,"Cost":449,"Date":"2/3/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":957,"Cost":495,"Date":"2/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":628,"Cost":565,"Date":"3/9/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":846,"Cost":765,"Date":"3/12/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":776,"Cost":525,"Date":"4/19/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":285,"Date":"5/3/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":224,"Cost":212,"Date":"5/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":303,"Date":"6/8/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":778,"Cost":549,"Date":"6/26/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":245,"Cost":170,"Date":"7/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":618,"Cost":348,"Date":"7/13/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":169,"Cost":104,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":393,"Cost":341,"Date":"8/26/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":623,"Cost":360,"Date":"9/2/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":625,"Date":"9/29/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":917,"Cost":691,"Date":"10/12/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":397,"Date":"11/2/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":618,"Cost":505,"Date":"11/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":361,"Date":"11/7/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":861,"Cost":714,"Date":"12/1/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":591,"Cost":390,"Date":"12/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":242,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":634,"Cost":523,"Date":"12/18/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":46,"Cost":25,"Date":"12/20/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":371,"Cost":323,"Date":"12/20/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":525,"Cost":342,"Date":"12/21/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":123,"Cost":84,"Date":"1/9/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":922,"Cost":793,"Date":"2/5/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":262,"Date":"2/16/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":439,"Date":"2/16/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":949,"Cost":592,"Date":"2/18/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":836,"Cost":495,"Date":"2/22/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":893,"Cost":757,"Date":"2/25/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":721,"Cost":385,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":572,"Cost":514,"Date":"4/2/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":723,"Cost":472,"Date":"4/3/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":217,"Cost":125,"Date":"4/9/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":555,"Date":"4/10/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":692,"Cost":552,"Date":"4/19/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":265,"Date":"5/17/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":120,"Cost":100,"Date":"5/22/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":795,"Cost":679,"Date":"6/20/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":230,"Date":"7/1/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":195,"Cost":102,"Date":"7/4/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":733,"Cost":654,"Date":"7/8/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":441,"Cost":406,"Date":"7/9/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":13,"Cost":9,"Date":"7/14/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":391,"Cost":367,"Date":"7/19/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":427,"Cost":303,"Date":"8/1/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":512,"Cost":481,"Date":"8/6/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":564,"Cost":299,"Date":"8/7/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":445,"Cost":242,"Date":"8/22/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":360,"Cost":188,"Date":"8/31/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":767,"Cost":727,"Date":"9/1/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":910,"Cost":498,"Date":"9/1/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":782,"Cost":605,"Date":"9/17/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":561,"Cost":392,"Date":"9/29/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":631,"Cost":433,"Date":"11/7/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":52,"Cost":41,"Date":"11/26/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":435,"Date":"11/27/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":168,"Date":"12/5/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":248,"Cost":205,"Date":"12/26/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":348,"Cost":208,"Date":"12/31/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":519,"Cost":409,"Date":"1/20/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":498,"Cost":376,"Date":"2/2/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":124,"Cost":62,"Date":"2/8/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":460,"Cost":348,"Date":"2/27/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":248,"Cost":168,"Date":"3/1/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":490,"Cost":312,"Date":"3/1/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":874,"Cost":491,"Date":"3/19/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":601,"Cost":396,"Date":"3/28/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":871,"Cost":720,"Date":"5/21/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":716,"Cost":541,"Date":"7/21/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":487,"Cost":425,"Date":"8/5/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":499,"Cost":352,"Date":"8/12/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":574,"Date":"8/21/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":162,"Cost":124,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":256,"Cost":147,"Date":"9/3/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":489,"Date":"9/5/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":754,"Cost":542,"Date":"10/6/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":705,"Cost":355,"Date":"10/19/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":421,"Cost":393,"Date":"11/15/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":91,"Cost":79,"Date":"12/8/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":115,"Cost":67,"Date":"1/8/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":26,"Cost":13,"Date":"1/14/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":75,"Cost":67,"Date":"1/19/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":749,"Cost":389,"Date":"1/28/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":485,"Date":"1/31/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":323,"Date":"3/27/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":847,"Cost":466,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":874,"Cost":710,"Date":"4/24/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":813,"Cost":596,"Date":"4/28/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":675,"Date":"5/15/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":276,"Cost":227,"Date":"5/16/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":434,"Cost":340,"Date":"5/18/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":231,"Date":"6/2/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":945,"Cost":532,"Date":"6/3/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":368,"Cost":256,"Date":"6/5/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":390,"Cost":298,"Date":"6/7/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":540,"Cost":317,"Date":"6/14/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":638,"Cost":504,"Date":"6/20/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":606,"Date":"6/24/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":52,"Cost":43,"Date":"7/4/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":747,"Cost":632,"Date":"7/9/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":261,"Date":"7/12/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":553,"Date":"8/14/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":419,"Cost":344,"Date":"8/16/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":369,"Cost":232,"Date":"8/23/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":46,"Cost":35,"Date":"9/2/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":108,"Cost":87,"Date":"9/3/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":481,"Cost":289,"Date":"9/16/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":488,"Date":"10/4/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":486,"Date":"11/1/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":72,"Cost":37,"Date":"11/2/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":48,"Cost":30,"Date":"12/17/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":560,"Cost":454,"Date":"2/10/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":116,"Cost":86,"Date":"2/28/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":277,"Cost":235,"Date":"3/4/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":63,"Cost":37,"Date":"3/9/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":32,"Cost":18,"Date":"3/9/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":393,"Date":"3/11/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":393,"Cost":260,"Date":"3/17/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":452,"Cost":337,"Date":"3/17/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":877,"Cost":756,"Date":"3/23/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":638,"Date":"4/1/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":217,"Cost":113,"Date":"5/7/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":265,"Cost":246,"Date":"5/10/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":573,"Cost":344,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":413,"Cost":234,"Date":"6/2/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":424,"Cost":368,"Date":"6/11/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":583,"Cost":298,"Date":"6/16/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":350,"Date":"6/16/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":141,"Date":"7/10/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":192,"Cost":177,"Date":"7/11/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":701,"Cost":637,"Date":"8/28/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":414,"Cost":346,"Date":"8/29/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":60,"Cost":46,"Date":"8/31/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":486,"Cost":390,"Date":"9/8/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":549,"Cost":337,"Date":"9/13/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":710,"Cost":569,"Date":"9/14/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":78,"Cost":70,"Date":"9/19/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":551,"Cost":372,"Date":"9/25/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":988,"Cost":688,"Date":"10/4/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":653,"Cost":527,"Date":"10/10/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":321,"Cost":165,"Date":"10/17/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":549,"Cost":385,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":916,"Cost":634,"Date":"10/30/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":294,"Cost":178,"Date":"11/1/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":339,"Cost":211,"Date":"11/15/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":890,"Cost":499,"Date":"11/25/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":98,"Cost":51,"Date":"1/10/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":402,"Cost":309,"Date":"1/14/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":779,"Cost":617,"Date":"1/20/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":715,"Cost":637,"Date":"2/8/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":924,"Cost":850,"Date":"2/25/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":382,"Cost":248,"Date":"3/7/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":72,"Cost":48,"Date":"3/14/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":94,"Cost":79,"Date":"3/27/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":813,"Cost":703,"Date":"4/5/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":405,"Cost":335,"Date":"4/14/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":282,"Date":"5/3/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":884,"Cost":820,"Date":"5/9/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":300,"Cost":229,"Date":"5/15/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":438,"Cost":364,"Date":"5/25/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":471,"Cost":258,"Date":"5/26/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":357,"Cost":180,"Date":"5/31/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":457,"Date":"7/27/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":140,"Cost":80,"Date":"9/17/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":195,"Cost":178,"Date":"10/6/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":49,"Cost":39,"Date":"10/8/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":30,"Cost":19,"Date":"10/26/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":416,"Date":"11/16/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":215,"Cost":139,"Date":"11/18/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":253,"Date":"12/1/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":320,"Cost":263,"Date":"2/9/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":821,"Cost":515,"Date":"2/11/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":42,"Date":"3/10/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":513,"Cost":458,"Date":"3/16/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":414,"Cost":279,"Date":"3/18/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":737,"Cost":659,"Date":"3/20/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":372,"Date":"3/26/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":516,"Cost":387,"Date":"6/2/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":712,"Cost":649,"Date":"6/10/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":618,"Cost":481,"Date":"6/16/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":26,"Cost":18,"Date":"6/25/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":429,"Date":"7/19/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":149,"Date":"7/21/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":577,"Cost":335,"Date":"7/25/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":160,"Cost":141,"Date":"8/4/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":484,"Cost":308,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":125,"Cost":100,"Date":"9/4/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":772,"Cost":694,"Date":"9/19/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"9/29/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":20,"Cost":12,"Date":"10/2/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"10/15/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":132,"Cost":74,"Date":"10/30/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":267,"Date":"11/9/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":502,"Cost":439,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":531,"Cost":266,"Date":"11/30/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":549,"Cost":278,"Date":"12/8/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":958,"Cost":705,"Date":"12/11/2018"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":341,"Cost":269,"Date":"1/15/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":1000,"Cost":876,"Date":"1/24/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":89,"Cost":72,"Date":"2/3/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":475,"Date":"2/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":96,"Cost":65,"Date":"3/9/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":634,"Cost":567,"Date":"3/12/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":651,"Cost":566,"Date":"4/19/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":788,"Cost":575,"Date":"5/3/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":339,"Date":"5/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":732,"Cost":381,"Date":"6/8/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":66,"Cost":50,"Date":"6/26/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":997,"Cost":522,"Date":"7/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":465,"Cost":244,"Date":"7/13/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":756,"Cost":474,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":115,"Cost":105,"Date":"8/26/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":226,"Cost":204,"Date":"9/2/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":682,"Cost":435,"Date":"9/29/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":396,"Cost":220,"Date":"10/12/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":64,"Cost":46,"Date":"11/2/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":555,"Cost":497,"Date":"11/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":556,"Cost":422,"Date":"11/7/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":769,"Cost":451,"Date":"12/1/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":358,"Cost":298,"Date":"12/4/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":338,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":654,"Cost":437,"Date":"12/18/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":175,"Date":"12/20/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":564,"Cost":530,"Date":"12/20/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":837,"Cost":473,"Date":"12/21/2019"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":159,"Cost":94,"Date":"1/9/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":977,"Cost":895,"Date":"2/5/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":626,"Cost":355,"Date":"2/16/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":865,"Cost":449,"Date":"2/16/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":682,"Date":"2/18/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":80,"Cost":65,"Date":"2/22/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":501,"Date":"2/25/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":786,"Cost":425,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":721,"Cost":418,"Date":"4/2/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":892,"Cost":531,"Date":"4/3/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":774,"Cost":576,"Date":"4/9/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":576,"Cost":533,"Date":"4/10/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":594,"Cost":519,"Date":"4/19/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":369,"Cost":275,"Date":"5/17/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":309,"Cost":201,"Date":"5/22/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":720,"Cost":397,"Date":"6/20/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":183,"Date":"7/1/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":163,"Date":"7/4/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":879,"Cost":824,"Date":"7/8/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":381,"Cost":285,"Date":"7/9/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":612,"Date":"7/14/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":716,"Date":"7/19/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":569,"Date":"8/1/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":774,"Cost":667,"Date":"8/6/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":537,"Cost":341,"Date":"8/7/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":18,"Cost":16,"Date":"8/22/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":33,"Cost":19,"Date":"8/31/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":541,"Cost":478,"Date":"9/1/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":254,"Cost":205,"Date":"9/1/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":546,"Date":"9/17/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":513,"Cost":352,"Date":"9/29/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":992,"Cost":604,"Date":"11/7/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":150,"Cost":123,"Date":"11/26/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":61,"Date":"11/27/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":972,"Cost":735,"Date":"12/5/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":113,"Cost":84,"Date":"12/26/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":467,"Date":"12/31/2020"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":894,"Cost":614,"Date":"1/20/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":420,"Cost":386,"Date":"2/2/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":587,"Cost":326,"Date":"2/8/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":231,"Date":"2/27/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":972,"Cost":679,"Date":"3/1/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":320,"Cost":244,"Date":"3/1/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":921,"Cost":767,"Date":"3/19/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":181,"Cost":152,"Date":"3/28/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":27,"Date":"5/21/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":960,"Cost":756,"Date":"7/21/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":844,"Cost":755,"Date":"8/5/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":717,"Date":"8/12/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":290,"Cost":171,"Date":"8/21/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":587,"Cost":423,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":463,"Cost":312,"Date":"9/3/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":439,"Cost":363,"Date":"9/5/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":257,"Date":"10/6/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":811,"Cost":714,"Date":"10/19/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":821,"Cost":713,"Date":"11/15/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":62,"Cost":43,"Date":"12/8/2021"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":963,"Cost":561,"Date":"1/8/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":99,"Cost":67,"Date":"1/14/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":93,"Cost":81,"Date":"1/19/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":564,"Date":"1/28/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":177,"Cost":114,"Date":"1/31/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":651,"Cost":416,"Date":"3/27/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":965,"Cost":786,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":326,"Cost":293,"Date":"4/24/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":489,"Cost":391,"Date":"4/28/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":709,"Date":"5/15/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":229,"Cost":174,"Date":"5/16/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":151,"Cost":80,"Date":"5/18/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":535,"Cost":420,"Date":"6/2/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":253,"Cost":232,"Date":"6/3/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":959,"Cost":905,"Date":"6/5/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":835,"Cost":782,"Date":"6/7/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":563,"Date":"6/14/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":259,"Cost":166,"Date":"6/20/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":854,"Cost":513,"Date":"6/24/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":788,"Cost":681,"Date":"7/4/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":750,"Cost":614,"Date":"7/9/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":50,"Date":"7/12/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":398,"Cost":281,"Date":"8/14/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":746,"Date":"8/16/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":777,"Cost":516,"Date":"8/23/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":569,"Cost":352,"Date":"9/2/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":147,"Cost":94,"Date":"9/3/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":599,"Cost":488,"Date":"9/16/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":299,"Cost":176,"Date":"10/4/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":310,"Date":"11/1/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":307,"Date":"11/2/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":486,"Cost":304,"Date":"12/17/2022"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":908,"Cost":455,"Date":"2/10/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":863,"Cost":744,"Date":"2/28/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":718,"Cost":470,"Date":"3/4/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":323,"Cost":235,"Date":"3/9/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":403,"Cost":292,"Date":"3/9/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":618,"Date":"3/11/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":181,"Date":"3/17/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":192,"Date":"3/17/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":412,"Date":"3/23/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":210,"Date":"4/1/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":641,"Date":"5/7/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":86,"Cost":62,"Date":"5/10/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":343,"Cost":285,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":302,"Cost":164,"Date":"6/2/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":723,"Cost":587,"Date":"6/11/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":775,"Cost":415,"Date":"6/16/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":368,"Date":"6/16/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":838,"Cost":732,"Date":"7/10/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":976,"Cost":670,"Date":"7/11/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":261,"Date":"8/28/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":796,"Cost":600,"Date":"8/29/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":736,"Cost":621,"Date":"8/31/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":510,"Cost":382,"Date":"9/8/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":674,"Date":"9/13/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":421,"Cost":227,"Date":"9/14/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":379,"Date":"9/19/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":221,"Cost":144,"Date":"9/25/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":827,"Date":"10/4/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":589,"Cost":424,"Date":"10/10/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":840,"Cost":556,"Date":"10/17/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":309,"Cost":266,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":695,"Cost":392,"Date":"10/30/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":66,"Cost":33,"Date":"11/1/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":332,"Cost":247,"Date":"11/15/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"11/25/2023"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":730,"Cost":374,"Date":"1/10/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":777,"Cost":591,"Date":"1/14/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":921,"Cost":587,"Date":"1/20/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":559,"Cost":510,"Date":"2/8/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":296,"Cost":247,"Date":"2/25/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":510,"Cost":276,"Date":"3/7/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":179,"Cost":113,"Date":"3/14/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":339,"Cost":215,"Date":"3/27/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":104,"Cost":86,"Date":"4/5/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":753,"Cost":457,"Date":"4/14/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":61,"Cost":30,"Date":"5/3/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":875,"Cost":826,"Date":"5/9/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":419,"Cost":284,"Date":"5/15/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":369,"Cost":275,"Date":"5/25/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":68,"Cost":61,"Date":"5/26/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":77,"Cost":53,"Date":"5/31/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":671,"Cost":438,"Date":"7/27/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":451,"Cost":292,"Date":"9/17/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":547,"Cost":474,"Date":"10/6/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":931,"Cost":849,"Date":"10/8/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":786,"Cost":397,"Date":"10/26/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":718,"Cost":398,"Date":"11/16/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":85,"Cost":50,"Date":"11/18/2024"},{"Store":"Mall of Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":542,"Cost":389,"Date":"12/1/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":315,"Cost":213,"Date":"2/9/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":957,"Cost":848,"Date":"2/11/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":112,"Cost":104,"Date":"3/10/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":480,"Date":"3/16/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":89,"Cost":60,"Date":"3/18/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":704,"Cost":579,"Date":"3/20/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":895,"Cost":550,"Date":"3/26/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":312,"Cost":173,"Date":"6/2/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":184,"Cost":101,"Date":"6/10/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":404,"Cost":363,"Date":"6/16/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":493,"Cost":419,"Date":"6/25/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":142,"Date":"7/19/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":874,"Cost":453,"Date":"7/21/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":670,"Date":"7/25/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":16,"Cost":8,"Date":"8/4/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":938,"Cost":859,"Date":"9/2/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":985,"Cost":547,"Date":"9/4/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":433,"Date":"9/19/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":376,"Date":"9/29/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":333,"Cost":195,"Date":"10/2/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":393,"Cost":196,"Date":"10/15/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":776,"Cost":546,"Date":"10/30/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":914,"Cost":605,"Date":"11/9/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":567,"Cost":469,"Date":"11/23/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":922,"Cost":521,"Date":"11/30/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":655,"Date":"12/8/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":179,"Date":"12/11/2018"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":507,"Cost":280,"Date":"1/15/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":387,"Cost":205,"Date":"1/24/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":269,"Cost":243,"Date":"2/3/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":922,"Cost":524,"Date":"2/4/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":214,"Cost":197,"Date":"3/9/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":728,"Date":"3/12/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":829,"Cost":579,"Date":"4/19/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":477,"Cost":452,"Date":"5/3/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":527,"Date":"5/4/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":34,"Cost":27,"Date":"6/8/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":753,"Cost":408,"Date":"6/26/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":884,"Cost":615,"Date":"7/4/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":373,"Date":"7/13/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":146,"Cost":81,"Date":"8/8/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":701,"Cost":449,"Date":"8/26/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":709,"Cost":633,"Date":"9/2/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":325,"Cost":274,"Date":"9/29/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":847,"Cost":666,"Date":"10/12/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":464,"Cost":313,"Date":"11/2/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":335,"Date":"11/4/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":66,"Cost":40,"Date":"11/7/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":459,"Cost":400,"Date":"12/1/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":147,"Cost":97,"Date":"12/4/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":989,"Cost":658,"Date":"12/7/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":970,"Cost":812,"Date":"12/18/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":513,"Cost":397,"Date":"12/20/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":473,"Date":"12/20/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":319,"Cost":263,"Date":"12/21/2019"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":445,"Date":"1/9/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":572,"Cost":457,"Date":"2/5/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":83,"Cost":73,"Date":"2/16/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":268,"Cost":208,"Date":"2/16/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":533,"Cost":303,"Date":"2/18/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":205,"Cost":123,"Date":"2/22/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":328,"Date":"2/25/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":723,"Cost":583,"Date":"3/8/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":413,"Cost":372,"Date":"4/2/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":336,"Cost":218,"Date":"4/3/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":663,"Cost":619,"Date":"4/9/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":870,"Cost":591,"Date":"4/10/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":977,"Cost":494,"Date":"4/19/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":372,"Cost":190,"Date":"5/17/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":355,"Cost":300,"Date":"5/22/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":657,"Cost":408,"Date":"6/20/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":163,"Cost":104,"Date":"7/1/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":161,"Cost":99,"Date":"7/4/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":606,"Cost":553,"Date":"7/8/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":772,"Cost":496,"Date":"7/9/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":194,"Date":"7/14/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":37,"Cost":34,"Date":"7/19/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":737,"Cost":604,"Date":"8/1/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":187,"Date":"8/6/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":130,"Date":"8/7/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":944,"Cost":814,"Date":"8/22/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":108,"Cost":74,"Date":"8/31/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":397,"Cost":218,"Date":"9/1/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":399,"Cost":297,"Date":"9/1/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":826,"Cost":567,"Date":"9/17/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":238,"Cost":169,"Date":"9/29/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":740,"Cost":600,"Date":"11/7/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":447,"Date":"11/26/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":467,"Cost":393,"Date":"11/27/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":204,"Cost":122,"Date":"12/5/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":298,"Cost":182,"Date":"12/26/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":828,"Cost":546,"Date":"12/31/2020"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":853,"Cost":740,"Date":"1/20/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":247,"Date":"2/2/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":200,"Cost":132,"Date":"2/8/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":398,"Date":"2/27/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":598,"Cost":321,"Date":"3/1/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":449,"Cost":325,"Date":"3/1/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":900,"Cost":740,"Date":"3/19/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":850,"Cost":715,"Date":"3/28/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":194,"Cost":133,"Date":"5/21/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":549,"Cost":313,"Date":"7/21/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":571,"Cost":365,"Date":"8/5/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":622,"Cost":571,"Date":"8/12/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":567,"Cost":506,"Date":"8/21/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":439,"Cost":360,"Date":"8/23/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":737,"Cost":481,"Date":"9/3/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":145,"Cost":88,"Date":"9/5/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":770,"Cost":456,"Date":"10/6/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":161,"Date":"10/19/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":859,"Cost":445,"Date":"11/15/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":912,"Cost":473,"Date":"12/8/2021"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":808,"Cost":637,"Date":"1/8/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":408,"Cost":276,"Date":"1/14/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":259,"Cost":162,"Date":"1/19/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":271,"Cost":164,"Date":"1/28/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":226,"Cost":130,"Date":"1/31/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":875,"Cost":552,"Date":"3/27/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":636,"Date":"4/20/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":258,"Cost":145,"Date":"4/24/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":357,"Date":"4/28/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":185,"Cost":130,"Date":"5/15/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":63,"Cost":56,"Date":"5/16/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":291,"Cost":223,"Date":"5/18/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":494,"Cost":297,"Date":"6/2/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":653,"Cost":581,"Date":"6/3/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":745,"Cost":579,"Date":"6/5/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":987,"Cost":724,"Date":"6/7/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":289,"Date":"6/14/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":867,"Cost":794,"Date":"6/20/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"6/24/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":269,"Cost":165,"Date":"7/4/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":101,"Cost":91,"Date":"7/9/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":755,"Cost":712,"Date":"7/12/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":479,"Date":"8/14/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":540,"Cost":511,"Date":"8/16/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":864,"Cost":540,"Date":"8/23/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":57,"Cost":36,"Date":"9/2/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":320,"Cost":258,"Date":"9/3/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":887,"Cost":496,"Date":"9/16/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":943,"Cost":668,"Date":"10/4/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":398,"Cost":224,"Date":"11/1/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":840,"Cost":484,"Date":"11/2/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":122,"Cost":90,"Date":"12/17/2022"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":690,"Cost":504,"Date":"2/10/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":407,"Cost":239,"Date":"2/28/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":383,"Cost":324,"Date":"3/4/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":681,"Cost":634,"Date":"3/9/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":492,"Cost":468,"Date":"3/9/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":393,"Cost":373,"Date":"3/11/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":891,"Cost":591,"Date":"3/17/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":718,"Date":"3/17/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":785,"Cost":622,"Date":"3/23/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":350,"Date":"4/1/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":78,"Cost":74,"Date":"5/7/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":345,"Cost":286,"Date":"5/10/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":265,"Cost":249,"Date":"5/20/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":474,"Date":"6/2/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":237,"Cost":172,"Date":"6/11/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":423,"Date":"6/16/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":374,"Cost":297,"Date":"6/16/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":990,"Cost":581,"Date":"7/10/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":972,"Cost":696,"Date":"7/11/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":86,"Cost":73,"Date":"8/28/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":564,"Date":"8/29/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":12,"Cost":12,"Date":"8/31/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":875,"Cost":600,"Date":"9/8/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":143,"Cost":124,"Date":"9/13/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":340,"Cost":266,"Date":"9/14/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":21,"Cost":13,"Date":"9/19/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":634,"Cost":440,"Date":"9/25/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":11,"Date":"10/4/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":460,"Cost":243,"Date":"10/10/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":340,"Cost":173,"Date":"10/17/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":117,"Cost":109,"Date":"10/28/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":975,"Cost":874,"Date":"10/30/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":596,"Cost":329,"Date":"11/1/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":416,"Cost":315,"Date":"11/15/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":646,"Cost":549,"Date":"11/25/2023"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":157,"Cost":142,"Date":"1/10/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":248,"Cost":172,"Date":"1/14/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":187,"Cost":164,"Date":"1/20/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":946,"Cost":786,"Date":"2/8/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":116,"Cost":60,"Date":"2/25/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":192,"Date":"3/7/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":212,"Cost":113,"Date":"3/14/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":292,"Cost":255,"Date":"3/27/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":178,"Cost":156,"Date":"4/5/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":476,"Cost":307,"Date":"4/14/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":397,"Cost":286,"Date":"5/3/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":564,"Cost":509,"Date":"5/9/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":107,"Cost":73,"Date":"5/15/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":722,"Cost":418,"Date":"5/25/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":674,"Cost":633,"Date":"5/26/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":616,"Cost":421,"Date":"5/31/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":668,"Cost":452,"Date":"7/27/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":818,"Cost":537,"Date":"9/17/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":554,"Cost":416,"Date":"10/6/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":258,"Cost":236,"Date":"10/8/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":804,"Date":"10/26/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":824,"Cost":606,"Date":"11/16/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":575,"Cost":380,"Date":"11/18/2024"},{"Store":"Mall of Sofia","Brand":"HM","Country":"Bulgaria","Sale":533,"Cost":438,"Date":"12/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":689,"Cost":458,"Date":"2/9/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":877,"Cost":503,"Date":"2/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":816,"Cost":435,"Date":"3/10/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":900,"Cost":725,"Date":"3/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":153,"Cost":87,"Date":"3/18/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":558,"Cost":319,"Date":"3/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":104,"Date":"3/26/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":141,"Date":"6/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":68,"Cost":48,"Date":"6/10/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":178,"Date":"6/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":623,"Cost":561,"Date":"6/25/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":870,"Cost":485,"Date":"7/19/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":499,"Date":"7/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":136,"Date":"7/25/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":444,"Cost":320,"Date":"8/4/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":825,"Cost":569,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":94,"Date":"9/4/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":383,"Cost":340,"Date":"9/19/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":649,"Cost":514,"Date":"9/29/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":499,"Cost":405,"Date":"10/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":589,"Date":"10/15/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":322,"Cost":300,"Date":"10/30/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":468,"Cost":277,"Date":"11/9/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":217,"Cost":161,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":808,"Cost":633,"Date":"11/30/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":551,"Cost":520,"Date":"12/8/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":606,"Date":"12/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":47,"Cost":32,"Date":"1/15/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":435,"Cost":355,"Date":"1/24/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":908,"Cost":460,"Date":"2/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":254,"Date":"2/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":221,"Date":"3/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":270,"Date":"3/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":840,"Date":"4/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":362,"Date":"5/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":679,"Cost":445,"Date":"5/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":955,"Cost":743,"Date":"6/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":882,"Cost":682,"Date":"6/26/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":643,"Cost":439,"Date":"7/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":313,"Cost":224,"Date":"7/13/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":225,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":602,"Cost":381,"Date":"8/26/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":913,"Cost":474,"Date":"9/2/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":508,"Cost":313,"Date":"9/29/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":428,"Cost":221,"Date":"10/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":719,"Date":"11/2/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":208,"Cost":162,"Date":"11/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":677,"Cost":378,"Date":"11/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":89,"Date":"12/1/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":377,"Cost":228,"Date":"12/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":589,"Cost":320,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":482,"Date":"12/18/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":326,"Cost":307,"Date":"12/20/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":964,"Cost":858,"Date":"12/20/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":497,"Cost":309,"Date":"12/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":84,"Date":"1/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":650,"Cost":382,"Date":"2/5/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":458,"Cost":381,"Date":"2/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":236,"Cost":199,"Date":"2/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":310,"Cost":225,"Date":"2/18/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":371,"Cost":231,"Date":"2/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":149,"Date":"2/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":530,"Cost":373,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":673,"Cost":411,"Date":"4/2/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":336,"Date":"4/3/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":558,"Cost":311,"Date":"4/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":193,"Date":"4/10/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":308,"Cost":221,"Date":"4/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":475,"Cost":422,"Date":"5/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":821,"Cost":664,"Date":"5/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":337,"Date":"6/20/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":507,"Cost":423,"Date":"7/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":229,"Cost":177,"Date":"7/4/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":388,"Date":"7/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":76,"Cost":68,"Date":"7/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":190,"Date":"7/14/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":443,"Cost":393,"Date":"7/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":240,"Cost":170,"Date":"8/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":132,"Cost":119,"Date":"8/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":490,"Date":"8/7/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":770,"Cost":647,"Date":"8/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":616,"Date":"8/31/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":41,"Cost":26,"Date":"9/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":370,"Cost":299,"Date":"9/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":178,"Date":"9/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":270,"Cost":250,"Date":"9/29/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":127,"Cost":98,"Date":"11/7/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":495,"Cost":437,"Date":"11/26/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":266,"Cost":235,"Date":"11/27/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":341,"Cost":252,"Date":"12/5/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":611,"Date":"12/26/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"12/31/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":506,"Date":"1/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":891,"Cost":769,"Date":"2/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":453,"Date":"2/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":737,"Cost":664,"Date":"2/27/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":114,"Date":"3/1/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":588,"Cost":463,"Date":"3/1/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":226,"Date":"3/19/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":283,"Cost":157,"Date":"3/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":259,"Date":"5/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":324,"Cost":258,"Date":"7/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":85,"Cost":79,"Date":"8/5/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":101,"Date":"8/12/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":693,"Date":"8/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":717,"Cost":552,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":940,"Cost":854,"Date":"9/3/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":671,"Cost":613,"Date":"9/5/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":788,"Cost":691,"Date":"10/6/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":211,"Cost":179,"Date":"10/19/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":490,"Date":"11/15/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":68,"Date":"12/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":641,"Cost":573,"Date":"1/8/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":403,"Cost":294,"Date":"1/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":716,"Cost":556,"Date":"1/19/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":658,"Date":"1/28/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":31,"Cost":21,"Date":"1/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":138,"Cost":123,"Date":"3/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":131,"Cost":67,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":934,"Cost":732,"Date":"4/24/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":728,"Cost":391,"Date":"4/28/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":660,"Date":"5/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":524,"Cost":420,"Date":"5/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":303,"Date":"5/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":313,"Date":"6/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":701,"Cost":382,"Date":"6/3/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":443,"Cost":386,"Date":"6/5/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":910,"Cost":771,"Date":"6/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":313,"Date":"6/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":499,"Cost":368,"Date":"6/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":443,"Cost":271,"Date":"6/24/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":224,"Cost":171,"Date":"7/4/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":855,"Cost":704,"Date":"7/9/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":26,"Cost":16,"Date":"7/12/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":224,"Cost":120,"Date":"8/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":205,"Cost":137,"Date":"8/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"8/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":697,"Date":"9/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":693,"Cost":521,"Date":"9/3/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":687,"Cost":533,"Date":"9/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":300,"Cost":226,"Date":"10/4/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":213,"Cost":194,"Date":"11/1/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":432,"Cost":330,"Date":"11/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":474,"Cost":308,"Date":"12/17/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":468,"Cost":430,"Date":"2/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":60,"Date":"2/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":403,"Date":"3/4/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":453,"Cost":303,"Date":"3/9/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":514,"Cost":434,"Date":"3/9/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":781,"Date":"3/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":373,"Cost":201,"Date":"3/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":843,"Cost":799,"Date":"3/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":169,"Cost":117,"Date":"3/23/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":277,"Cost":181,"Date":"4/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":85,"Date":"5/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":515,"Cost":482,"Date":"5/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":93,"Cost":64,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":666,"Cost":500,"Date":"6/2/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":893,"Cost":520,"Date":"6/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":964,"Cost":490,"Date":"6/16/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":449,"Cost":314,"Date":"6/16/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":501,"Cost":270,"Date":"7/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":807,"Cost":452,"Date":"7/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":450,"Cost":260,"Date":"8/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":826,"Cost":586,"Date":"8/29/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"8/31/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":255,"Cost":222,"Date":"9/8/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":925,"Cost":876,"Date":"9/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":401,"Cost":329,"Date":"9/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":44,"Date":"9/19/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":856,"Cost":473,"Date":"9/25/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":12,"Date":"10/4/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":29,"Date":"10/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":882,"Cost":754,"Date":"10/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":992,"Cost":512,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":107,"Date":"10/30/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":621,"Date":"11/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":237,"Date":"11/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":191,"Cost":159,"Date":"11/25/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":538,"Cost":283,"Date":"1/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":115,"Date":"1/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":324,"Date":"1/20/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":496,"Cost":375,"Date":"2/8/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":394,"Date":"2/25/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":758,"Cost":498,"Date":"3/7/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":153,"Cost":126,"Date":"3/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":296,"Cost":187,"Date":"3/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":698,"Cost":522,"Date":"4/5/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":968,"Cost":771,"Date":"4/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":704,"Cost":381,"Date":"5/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":369,"Cost":327,"Date":"5/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":646,"Cost":567,"Date":"5/15/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":634,"Cost":542,"Date":"5/25/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":495,"Cost":383,"Date":"5/26/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":299,"Cost":168,"Date":"5/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":132,"Cost":70,"Date":"7/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":670,"Cost":620,"Date":"9/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":192,"Cost":129,"Date":"10/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":207,"Cost":158,"Date":"10/8/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":373,"Cost":227,"Date":"10/26/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":596,"Cost":476,"Date":"11/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":762,"Cost":587,"Date":"11/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":128,"Cost":121,"Date":"12/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":102,"Date":"2/9/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":240,"Cost":194,"Date":"2/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":792,"Cost":527,"Date":"3/10/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":140,"Cost":80,"Date":"3/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":231,"Date":"3/18/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":977,"Cost":816,"Date":"3/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":188,"Cost":124,"Date":"3/26/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":662,"Cost":460,"Date":"6/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":483,"Cost":414,"Date":"6/10/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":902,"Cost":633,"Date":"6/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":347,"Cost":278,"Date":"6/25/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":699,"Date":"7/19/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":454,"Cost":423,"Date":"7/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":989,"Cost":775,"Date":"7/25/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":654,"Cost":380,"Date":"8/4/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":896,"Cost":453,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":628,"Cost":476,"Date":"9/4/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":616,"Cost":510,"Date":"9/19/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":356,"Cost":251,"Date":"9/29/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":82,"Cost":41,"Date":"10/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":112,"Cost":86,"Date":"10/15/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":429,"Cost":264,"Date":"10/30/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":599,"Cost":452,"Date":"11/9/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":42,"Cost":33,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":584,"Cost":409,"Date":"11/30/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":274,"Cost":224,"Date":"12/8/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":818,"Cost":551,"Date":"12/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":617,"Date":"1/15/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":22,"Cost":16,"Date":"1/24/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":114,"Date":"2/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":161,"Cost":83,"Date":"2/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":654,"Date":"3/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":261,"Cost":233,"Date":"3/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":29,"Date":"4/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":289,"Date":"5/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":27,"Cost":16,"Date":"5/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":649,"Cost":507,"Date":"6/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":1000,"Cost":745,"Date":"6/26/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":60,"Cost":33,"Date":"7/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":93,"Cost":76,"Date":"7/13/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":412,"Cost":315,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":78,"Cost":46,"Date":"8/26/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":727,"Cost":442,"Date":"9/2/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":234,"Cost":131,"Date":"9/29/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":502,"Cost":281,"Date":"10/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":437,"Cost":218,"Date":"11/2/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":793,"Cost":539,"Date":"11/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":200,"Cost":167,"Date":"11/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":982,"Cost":668,"Date":"12/1/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":454,"Cost":414,"Date":"12/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":816,"Cost":770,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":850,"Cost":447,"Date":"12/18/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":224,"Cost":177,"Date":"12/20/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":492,"Cost":462,"Date":"12/20/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":73,"Cost":51,"Date":"12/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":506,"Cost":395,"Date":"1/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":470,"Cost":339,"Date":"2/5/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":315,"Cost":170,"Date":"2/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":701,"Cost":588,"Date":"2/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":845,"Cost":767,"Date":"2/18/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":113,"Cost":96,"Date":"2/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":783,"Cost":595,"Date":"2/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":393,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":396,"Cost":255,"Date":"4/2/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":482,"Cost":324,"Date":"4/3/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":268,"Cost":185,"Date":"4/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":690,"Cost":509,"Date":"4/10/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":559,"Cost":439,"Date":"4/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":175,"Cost":115,"Date":"5/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":818,"Cost":559,"Date":"5/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":139,"Cost":97,"Date":"6/20/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":72,"Cost":53,"Date":"7/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":670,"Cost":631,"Date":"7/4/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":48,"Date":"7/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":719,"Date":"7/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":181,"Cost":126,"Date":"7/14/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":79,"Cost":53,"Date":"7/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":230,"Date":"8/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":449,"Cost":382,"Date":"8/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":323,"Date":"8/7/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":626,"Cost":404,"Date":"8/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":321,"Cost":247,"Date":"8/31/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":708,"Cost":458,"Date":"9/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":595,"Cost":477,"Date":"9/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":478,"Date":"9/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":956,"Cost":542,"Date":"9/29/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":621,"Cost":327,"Date":"11/7/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":714,"Cost":551,"Date":"11/26/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":689,"Date":"11/27/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":39,"Cost":32,"Date":"12/5/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":92,"Cost":74,"Date":"12/26/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":801,"Cost":630,"Date":"12/31/2020"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":396,"Cost":268,"Date":"1/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":477,"Cost":321,"Date":"2/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":343,"Date":"2/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":423,"Date":"2/27/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":35,"Cost":28,"Date":"3/1/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":401,"Date":"3/1/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":932,"Cost":609,"Date":"3/19/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":968,"Cost":894,"Date":"3/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":702,"Cost":361,"Date":"5/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":175,"Date":"7/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":723,"Cost":448,"Date":"8/5/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":137,"Cost":83,"Date":"8/12/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":501,"Date":"8/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":337,"Cost":188,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":647,"Cost":472,"Date":"9/3/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":381,"Date":"9/5/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":397,"Date":"10/6/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":956,"Cost":660,"Date":"10/19/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":223,"Date":"11/15/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":973,"Cost":505,"Date":"12/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":973,"Cost":775,"Date":"1/8/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":661,"Cost":525,"Date":"1/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":494,"Cost":340,"Date":"1/19/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":224,"Date":"1/28/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":995,"Cost":582,"Date":"1/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":536,"Date":"3/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":451,"Cost":272,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":839,"Cost":467,"Date":"4/24/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":701,"Date":"4/28/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":57,"Cost":39,"Date":"5/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":485,"Date":"5/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":412,"Date":"5/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":745,"Cost":457,"Date":"6/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":934,"Cost":484,"Date":"6/3/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":693,"Cost":506,"Date":"6/5/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":782,"Date":"6/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":798,"Cost":717,"Date":"6/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":866,"Cost":786,"Date":"6/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":156,"Cost":144,"Date":"6/24/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":823,"Cost":737,"Date":"7/4/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":66,"Date":"7/9/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":227,"Cost":139,"Date":"7/12/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":201,"Cost":114,"Date":"8/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":797,"Date":"8/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":522,"Cost":429,"Date":"8/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":622,"Cost":565,"Date":"9/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":537,"Cost":312,"Date":"9/3/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":219,"Date":"9/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":547,"Cost":480,"Date":"10/4/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":762,"Cost":670,"Date":"11/1/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":425,"Cost":333,"Date":"11/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":949,"Cost":791,"Date":"12/17/2022"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":466,"Cost":271,"Date":"2/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":564,"Cost":460,"Date":"2/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":485,"Cost":316,"Date":"3/4/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":314,"Cost":286,"Date":"3/9/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":757,"Cost":668,"Date":"3/9/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":48,"Cost":41,"Date":"3/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":200,"Cost":149,"Date":"3/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":129,"Cost":83,"Date":"3/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":331,"Cost":262,"Date":"3/23/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":573,"Cost":407,"Date":"4/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":169,"Date":"5/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":399,"Cost":314,"Date":"5/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":713,"Cost":569,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":804,"Cost":631,"Date":"6/2/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":801,"Cost":556,"Date":"6/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":638,"Cost":509,"Date":"6/16/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":402,"Cost":222,"Date":"6/16/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":118,"Date":"7/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":278,"Cost":194,"Date":"7/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":493,"Cost":405,"Date":"8/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":468,"Cost":435,"Date":"8/29/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":511,"Cost":318,"Date":"8/31/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":910,"Cost":776,"Date":"9/8/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":983,"Cost":790,"Date":"9/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":266,"Date":"9/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":980,"Cost":846,"Date":"9/19/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":528,"Cost":307,"Date":"9/25/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":38,"Date":"10/4/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":485,"Cost":436,"Date":"10/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":850,"Date":"10/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":850,"Cost":570,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"10/30/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":875,"Cost":780,"Date":"11/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":703,"Cost":596,"Date":"11/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":241,"Cost":163,"Date":"11/25/2023"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":12,"Cost":9,"Date":"1/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":86,"Cost":50,"Date":"1/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":839,"Cost":651,"Date":"1/20/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":494,"Cost":283,"Date":"2/8/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":394,"Cost":239,"Date":"2/25/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":742,"Date":"3/7/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":17,"Cost":15,"Date":"3/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":472,"Cost":349,"Date":"3/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":173,"Date":"4/5/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":382,"Date":"4/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":260,"Cost":183,"Date":"5/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":238,"Cost":126,"Date":"5/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":408,"Date":"5/15/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":500,"Cost":436,"Date":"5/25/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":60,"Cost":33,"Date":"5/26/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":444,"Cost":288,"Date":"5/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":119,"Date":"7/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":908,"Cost":509,"Date":"9/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":166,"Cost":132,"Date":"10/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":695,"Cost":429,"Date":"10/8/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":818,"Cost":755,"Date":"10/26/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":386,"Date":"11/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":768,"Cost":397,"Date":"11/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":924,"Cost":709,"Date":"12/1/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":357,"Cost":243,"Date":"2/9/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":813,"Cost":411,"Date":"2/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":662,"Date":"3/10/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":955,"Cost":649,"Date":"3/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":745,"Cost":627,"Date":"3/18/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":626,"Date":"3/20/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":945,"Cost":519,"Date":"3/26/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":225,"Cost":142,"Date":"6/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":857,"Cost":602,"Date":"6/10/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":28,"Cost":25,"Date":"6/16/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":10,"Date":"6/25/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":565,"Cost":460,"Date":"7/19/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":117,"Cost":97,"Date":"7/21/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":673,"Cost":449,"Date":"7/25/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":827,"Cost":435,"Date":"8/4/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":535,"Date":"9/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":543,"Cost":340,"Date":"9/4/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":569,"Cost":405,"Date":"9/19/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":291,"Cost":197,"Date":"9/29/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":449,"Cost":335,"Date":"10/2/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":613,"Cost":500,"Date":"10/15/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":928,"Cost":836,"Date":"10/30/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":933,"Cost":860,"Date":"11/9/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":181,"Cost":128,"Date":"11/23/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":593,"Cost":555,"Date":"11/30/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":686,"Cost":478,"Date":"12/8/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":949,"Cost":708,"Date":"12/11/2018"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":721,"Cost":416,"Date":"1/15/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":317,"Cost":211,"Date":"1/24/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":751,"Cost":494,"Date":"2/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":941,"Cost":531,"Date":"2/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":426,"Cost":261,"Date":"3/9/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":93,"Cost":61,"Date":"3/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":345,"Cost":281,"Date":"4/19/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":530,"Cost":282,"Date":"5/3/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":709,"Cost":648,"Date":"5/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":838,"Cost":474,"Date":"6/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":531,"Cost":469,"Date":"6/26/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":101,"Date":"7/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":936,"Cost":868,"Date":"7/13/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":443,"Date":"8/8/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":729,"Cost":422,"Date":"8/26/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":883,"Cost":781,"Date":"9/2/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":863,"Cost":804,"Date":"9/29/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":502,"Cost":317,"Date":"10/12/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":208,"Cost":129,"Date":"11/2/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":525,"Cost":489,"Date":"11/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":560,"Cost":363,"Date":"11/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":440,"Cost":399,"Date":"12/1/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":634,"Cost":420,"Date":"12/4/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":738,"Cost":504,"Date":"12/7/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":984,"Cost":864,"Date":"12/18/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":601,"Cost":452,"Date":"12/20/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":663,"Cost":496,"Date":"12/20/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":480,"Cost":389,"Date":"12/21/2019"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":203,"Cost":109,"Date":"1/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":732,"Cost":559,"Date":"2/5/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":421,"Cost":353,"Date":"2/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":145,"Cost":110,"Date":"2/16/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":478,"Date":"2/18/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":75,"Cost":48,"Date":"2/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":172,"Date":"2/25/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":600,"Cost":302,"Date":"3/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":266,"Cost":221,"Date":"4/2/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":776,"Cost":524,"Date":"4/3/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":90,"Cost":80,"Date":"4/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":299,"Date":"4/10/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":451,"Cost":371,"Date":"4/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":624,"Cost":478,"Date":"5/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":771,"Cost":479,"Date":"5/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":419,"Cost":392,"Date":"6/20/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":521,"Date":"7/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":529,"Cost":383,"Date":"7/4/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":315,"Date":"7/8/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":471,"Cost":363,"Date":"7/9/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":529,"Cost":331,"Date":"7/14/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":638,"Date":"7/19/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":534,"Cost":401,"Date":"8/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":53,"Cost":38,"Date":"8/6/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":401,"Cost":277,"Date":"8/7/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":172,"Date":"8/22/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":460,"Cost":362,"Date":"8/31/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":457,"Date":"9/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":853,"Cost":724,"Date":"9/1/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":222,"Cost":200,"Date":"9/17/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":405,"Cost":266,"Date":"9/29/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":234,"Cost":208,"Date":"11/7/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":174,"Cost":132,"Date":"11/26/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":499,"Cost":323,"Date":"11/27/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":161,"Cost":118,"Date":"12/5/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":79,"Cost":49,"Date":"12/26/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":449,"Cost":244,"Date":"12/31/2020"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":290,"Cost":216,"Date":"1/20/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":118,"Date":"2/2/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":489,"Cost":297,"Date":"2/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":271,"Cost":149,"Date":"2/27/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":162,"Date":"3/1/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":779,"Cost":563,"Date":"3/1/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":608,"Cost":357,"Date":"3/19/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":47,"Cost":33,"Date":"3/28/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":176,"Cost":118,"Date":"5/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":827,"Cost":720,"Date":"7/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":488,"Cost":302,"Date":"8/5/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":415,"Date":"8/12/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":869,"Cost":787,"Date":"8/21/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":723,"Cost":679,"Date":"8/23/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":83,"Cost":58,"Date":"9/3/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":182,"Cost":101,"Date":"9/5/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":725,"Cost":508,"Date":"10/6/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":812,"Date":"10/19/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":47,"Cost":31,"Date":"11/15/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":140,"Cost":82,"Date":"12/8/2021"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":752,"Cost":619,"Date":"1/8/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":963,"Cost":715,"Date":"1/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":539,"Date":"1/19/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":702,"Cost":441,"Date":"1/28/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":979,"Cost":758,"Date":"1/31/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":413,"Cost":207,"Date":"3/27/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":77,"Cost":67,"Date":"4/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":628,"Cost":516,"Date":"4/24/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":481,"Cost":449,"Date":"4/28/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":294,"Cost":222,"Date":"5/15/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":360,"Date":"5/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":374,"Cost":230,"Date":"5/18/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":825,"Cost":629,"Date":"6/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":323,"Cost":252,"Date":"6/3/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":518,"Cost":347,"Date":"6/5/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":546,"Cost":471,"Date":"6/7/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":106,"Cost":75,"Date":"6/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"6/20/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":430,"Cost":369,"Date":"6/24/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":137,"Cost":109,"Date":"7/4/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":95,"Cost":65,"Date":"7/9/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":662,"Cost":628,"Date":"7/12/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":987,"Cost":535,"Date":"8/14/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":823,"Date":"8/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":855,"Cost":711,"Date":"8/23/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":979,"Cost":581,"Date":"9/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":194,"Date":"9/3/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":372,"Cost":192,"Date":"9/16/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":8,"Cost":7,"Date":"10/4/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":162,"Date":"11/1/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":312,"Cost":182,"Date":"11/2/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":448,"Cost":289,"Date":"12/17/2022"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":992,"Cost":587,"Date":"2/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":373,"Cost":243,"Date":"2/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":425,"Cost":260,"Date":"3/4/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":950,"Cost":727,"Date":"3/9/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":216,"Cost":135,"Date":"3/9/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":545,"Cost":415,"Date":"3/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":202,"Cost":146,"Date":"3/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":263,"Cost":187,"Date":"3/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":401,"Cost":331,"Date":"3/23/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":948,"Cost":563,"Date":"4/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":988,"Cost":512,"Date":"5/7/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":588,"Cost":543,"Date":"5/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":252,"Cost":229,"Date":"5/20/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":222,"Cost":180,"Date":"6/2/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":339,"Cost":240,"Date":"6/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":647,"Cost":370,"Date":"6/16/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":657,"Cost":430,"Date":"6/16/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":925,"Cost":781,"Date":"7/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":149,"Cost":141,"Date":"7/11/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":570,"Cost":513,"Date":"8/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":717,"Cost":437,"Date":"8/29/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":255,"Cost":238,"Date":"8/31/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":955,"Cost":685,"Date":"9/8/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":541,"Date":"9/13/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":319,"Cost":242,"Date":"9/14/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":663,"Cost":354,"Date":"9/19/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":351,"Cost":210,"Date":"9/25/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":476,"Cost":442,"Date":"10/4/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":169,"Cost":128,"Date":"10/10/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":688,"Cost":356,"Date":"10/17/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":450,"Cost":279,"Date":"10/28/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":356,"Date":"10/30/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":146,"Cost":138,"Date":"11/1/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":376,"Date":"11/15/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":879,"Cost":516,"Date":"11/25/2023"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":761,"Cost":406,"Date":"1/10/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":59,"Cost":45,"Date":"1/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":663,"Cost":354,"Date":"1/20/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":314,"Cost":177,"Date":"2/8/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":52,"Cost":40,"Date":"2/25/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":375,"Cost":354,"Date":"3/7/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":474,"Date":"3/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":616,"Cost":409,"Date":"3/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":832,"Cost":608,"Date":"4/5/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":113,"Cost":79,"Date":"4/14/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":533,"Cost":504,"Date":"5/3/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":158,"Cost":89,"Date":"5/9/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":805,"Date":"5/15/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":998,"Cost":602,"Date":"5/25/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":252,"Cost":174,"Date":"5/26/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":407,"Cost":296,"Date":"5/31/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":939,"Cost":536,"Date":"7/27/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":381,"Cost":287,"Date":"9/17/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":401,"Date":"10/6/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":173,"Cost":152,"Date":"10/8/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":100,"Cost":94,"Date":"10/26/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":382,"Cost":271,"Date":"11/16/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":606,"Cost":479,"Date":"11/18/2024"},{"Store":"Serdika Center, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":879,"Cost":530,"Date":"12/1/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":507,"Date":"2/9/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":624,"Cost":379,"Date":"2/11/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":537,"Cost":358,"Date":"3/10/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":67,"Cost":42,"Date":"3/16/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":57,"Cost":46,"Date":"3/18/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":92,"Cost":84,"Date":"3/20/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":137,"Cost":91,"Date":"3/26/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":372,"Cost":298,"Date":"6/2/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":882,"Cost":661,"Date":"6/10/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":334,"Date":"6/16/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":119,"Cost":75,"Date":"6/25/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":240,"Cost":133,"Date":"7/19/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":637,"Cost":441,"Date":"7/21/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":410,"Cost":229,"Date":"7/25/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":180,"Cost":169,"Date":"8/4/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":680,"Cost":513,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":374,"Date":"9/4/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":93,"Cost":46,"Date":"9/19/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":257,"Cost":168,"Date":"9/29/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":672,"Cost":409,"Date":"10/2/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":403,"Cost":368,"Date":"10/15/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":124,"Date":"10/30/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":848,"Cost":743,"Date":"11/9/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":117,"Cost":64,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":676,"Cost":632,"Date":"11/30/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":31,"Date":"12/8/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":898,"Cost":796,"Date":"12/11/2018"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":336,"Cost":189,"Date":"1/15/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":236,"Date":"1/24/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":270,"Cost":199,"Date":"2/3/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":964,"Cost":760,"Date":"2/4/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":532,"Cost":356,"Date":"3/9/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":833,"Cost":643,"Date":"3/12/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":714,"Cost":400,"Date":"4/19/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":731,"Date":"5/3/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":601,"Cost":546,"Date":"5/4/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":562,"Cost":414,"Date":"6/8/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":770,"Cost":610,"Date":"6/26/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":352,"Cost":270,"Date":"7/4/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":820,"Cost":461,"Date":"7/13/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":951,"Cost":646,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":510,"Cost":381,"Date":"8/26/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":804,"Cost":755,"Date":"9/2/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":98,"Date":"9/29/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":152,"Cost":117,"Date":"10/12/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":258,"Cost":144,"Date":"11/2/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":425,"Date":"11/4/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":900,"Cost":704,"Date":"11/7/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":527,"Cost":364,"Date":"12/1/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":584,"Cost":292,"Date":"12/4/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":867,"Cost":557,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":58,"Cost":41,"Date":"12/18/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":296,"Cost":266,"Date":"12/20/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":872,"Cost":516,"Date":"12/20/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":138,"Cost":95,"Date":"12/21/2019"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":441,"Cost":394,"Date":"1/9/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":456,"Cost":305,"Date":"2/5/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":712,"Cost":454,"Date":"2/16/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":616,"Cost":314,"Date":"2/16/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":684,"Cost":633,"Date":"2/18/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":319,"Cost":161,"Date":"2/22/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":205,"Cost":191,"Date":"2/25/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":170,"Cost":153,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":778,"Cost":525,"Date":"4/2/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":105,"Cost":72,"Date":"4/3/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":742,"Cost":561,"Date":"4/9/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":306,"Date":"4/10/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":94,"Cost":55,"Date":"4/19/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":410,"Date":"5/17/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":561,"Date":"5/22/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":63,"Cost":60,"Date":"6/20/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":744,"Cost":592,"Date":"7/1/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":781,"Cost":425,"Date":"7/4/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":54,"Cost":37,"Date":"7/8/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":686,"Cost":453,"Date":"7/9/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":339,"Cost":216,"Date":"7/14/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":150,"Date":"7/19/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":699,"Cost":479,"Date":"8/1/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":727,"Cost":590,"Date":"8/6/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":906,"Cost":651,"Date":"8/7/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":296,"Cost":189,"Date":"8/22/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":23,"Cost":20,"Date":"8/31/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":353,"Cost":203,"Date":"9/1/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":519,"Cost":364,"Date":"9/1/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":308,"Cost":247,"Date":"9/17/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":570,"Cost":486,"Date":"9/29/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":653,"Cost":603,"Date":"11/7/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":126,"Cost":85,"Date":"11/26/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":140,"Cost":81,"Date":"11/27/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":602,"Cost":381,"Date":"12/5/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":344,"Cost":187,"Date":"12/26/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":823,"Cost":539,"Date":"12/31/2020"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":749,"Date":"1/20/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":681,"Cost":453,"Date":"2/2/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":134,"Cost":126,"Date":"2/8/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":52,"Cost":45,"Date":"2/27/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":244,"Cost":221,"Date":"3/1/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":312,"Cost":244,"Date":"3/1/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":768,"Cost":705,"Date":"3/19/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":768,"Cost":430,"Date":"3/28/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":862,"Cost":486,"Date":"5/21/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":939,"Cost":829,"Date":"7/21/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":351,"Cost":260,"Date":"8/5/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":947,"Cost":786,"Date":"8/12/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":964,"Cost":718,"Date":"8/21/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":843,"Cost":442,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":106,"Cost":74,"Date":"9/3/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":199,"Cost":125,"Date":"9/5/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":469,"Date":"10/6/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":300,"Cost":205,"Date":"10/19/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":420,"Cost":220,"Date":"11/15/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":540,"Cost":380,"Date":"12/8/2021"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":257,"Cost":202,"Date":"1/8/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":483,"Date":"1/14/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":286,"Date":"1/19/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":907,"Cost":781,"Date":"1/28/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":570,"Cost":287,"Date":"1/31/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":827,"Cost":478,"Date":"3/27/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":250,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":887,"Cost":809,"Date":"4/24/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":179,"Cost":109,"Date":"4/28/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":141,"Cost":134,"Date":"5/15/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":978,"Cost":763,"Date":"5/16/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":744,"Cost":428,"Date":"5/18/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":524,"Cost":263,"Date":"6/2/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":842,"Cost":631,"Date":"6/3/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":287,"Cost":176,"Date":"6/5/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":161,"Cost":117,"Date":"6/7/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":407,"Cost":243,"Date":"6/14/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":627,"Cost":349,"Date":"6/20/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":579,"Cost":511,"Date":"6/24/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":906,"Cost":684,"Date":"7/4/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":698,"Cost":365,"Date":"7/9/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":81,"Cost":67,"Date":"7/12/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":992,"Cost":645,"Date":"8/14/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":128,"Cost":91,"Date":"8/16/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":603,"Cost":392,"Date":"8/23/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":766,"Cost":578,"Date":"9/2/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":855,"Cost":440,"Date":"9/3/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":606,"Cost":478,"Date":"9/16/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":862,"Cost":757,"Date":"10/4/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":909,"Cost":647,"Date":"11/1/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":707,"Cost":494,"Date":"11/2/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":138,"Cost":80,"Date":"12/17/2022"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":107,"Cost":90,"Date":"2/10/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":453,"Date":"2/28/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":995,"Cost":906,"Date":"3/4/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":755,"Cost":396,"Date":"3/9/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":577,"Cost":319,"Date":"3/9/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":536,"Cost":319,"Date":"3/11/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":307,"Cost":208,"Date":"3/17/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":48,"Cost":38,"Date":"3/17/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":344,"Cost":208,"Date":"3/23/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":35,"Cost":32,"Date":"4/1/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":657,"Cost":604,"Date":"5/7/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":692,"Cost":469,"Date":"5/10/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":392,"Cost":327,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":958,"Cost":700,"Date":"6/2/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":341,"Cost":200,"Date":"6/11/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":911,"Cost":701,"Date":"6/16/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":353,"Cost":278,"Date":"6/16/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":952,"Cost":555,"Date":"7/10/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":975,"Cost":696,"Date":"7/11/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":326,"Cost":238,"Date":"8/28/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":321,"Cost":240,"Date":"8/29/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":899,"Cost":639,"Date":"8/31/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":217,"Cost":196,"Date":"9/8/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":885,"Cost":612,"Date":"9/13/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":63,"Date":"9/14/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":894,"Cost":772,"Date":"9/19/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":144,"Cost":117,"Date":"9/25/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":498,"Cost":294,"Date":"10/4/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":763,"Cost":643,"Date":"10/10/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":359,"Cost":192,"Date":"10/17/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":821,"Cost":531,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":934,"Cost":533,"Date":"10/30/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":83,"Cost":74,"Date":"11/1/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":768,"Cost":545,"Date":"11/15/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":311,"Date":"11/25/2023"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":423,"Cost":381,"Date":"1/10/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":277,"Cost":155,"Date":"1/14/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":428,"Cost":332,"Date":"1/20/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":424,"Cost":354,"Date":"2/8/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":475,"Cost":340,"Date":"2/25/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":116,"Date":"3/7/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":24,"Cost":12,"Date":"3/14/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":527,"Cost":436,"Date":"3/27/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":409,"Cost":318,"Date":"4/5/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":105,"Cost":91,"Date":"4/14/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":179,"Cost":113,"Date":"5/3/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":153,"Cost":146,"Date":"5/9/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":697,"Cost":598,"Date":"5/15/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":132,"Cost":91,"Date":"5/25/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":526,"Cost":303,"Date":"5/26/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":185,"Cost":112,"Date":"5/31/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":408,"Cost":326,"Date":"7/27/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":966,"Cost":773,"Date":"9/17/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":40,"Cost":21,"Date":"10/6/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":748,"Date":"10/8/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":349,"Cost":225,"Date":"10/26/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":402,"Cost":258,"Date":"11/16/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":964,"Cost":818,"Date":"11/18/2024"},{"Store":"The Mall, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":752,"Cost":499,"Date":"12/1/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":231,"Cost":145,"Date":"2/9/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":963,"Cost":849,"Date":"2/11/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":234,"Cost":129,"Date":"3/10/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":660,"Cost":507,"Date":"3/16/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":911,"Cost":523,"Date":"3/18/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":237,"Date":"3/20/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":593,"Date":"3/26/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":481,"Cost":342,"Date":"6/2/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":138,"Date":"6/10/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":500,"Date":"6/16/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":667,"Cost":557,"Date":"6/25/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":95,"Date":"7/19/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":407,"Cost":339,"Date":"7/21/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":261,"Cost":198,"Date":"7/25/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":239,"Cost":159,"Date":"8/4/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":59,"Cost":33,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":108,"Cost":67,"Date":"9/4/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":627,"Date":"9/19/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":12,"Cost":8,"Date":"9/29/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":31,"Cost":16,"Date":"10/2/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":498,"Cost":365,"Date":"10/15/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"10/30/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":26,"Cost":15,"Date":"11/9/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":378,"Cost":235,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":126,"Date":"11/30/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":983,"Cost":779,"Date":"12/8/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":293,"Cost":277,"Date":"12/11/2018"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":807,"Cost":501,"Date":"1/15/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":265,"Cost":201,"Date":"1/24/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":492,"Cost":369,"Date":"2/3/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":321,"Cost":284,"Date":"2/4/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":915,"Cost":570,"Date":"3/9/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":364,"Date":"3/12/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":981,"Cost":708,"Date":"4/19/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":715,"Cost":493,"Date":"5/3/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":847,"Cost":453,"Date":"5/4/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":310,"Cost":159,"Date":"6/8/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":236,"Cost":122,"Date":"6/26/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":203,"Date":"7/4/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":621,"Cost":419,"Date":"7/13/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":44,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":492,"Cost":440,"Date":"8/26/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":402,"Cost":252,"Date":"9/2/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":382,"Cost":208,"Date":"9/29/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":105,"Date":"10/12/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":148,"Cost":98,"Date":"11/2/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":425,"Date":"11/4/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":117,"Date":"11/7/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":504,"Cost":339,"Date":"12/1/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":670,"Cost":528,"Date":"12/4/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":512,"Cost":269,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":21,"Cost":10,"Date":"12/18/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":595,"Date":"12/20/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":790,"Cost":400,"Date":"12/20/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":752,"Cost":653,"Date":"12/21/2019"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":150,"Cost":129,"Date":"1/9/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":819,"Cost":681,"Date":"2/5/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":445,"Cost":271,"Date":"2/16/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":851,"Cost":523,"Date":"2/16/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":999,"Cost":894,"Date":"2/18/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":333,"Cost":197,"Date":"2/22/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":564,"Cost":440,"Date":"2/25/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":318,"Cost":231,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":960,"Cost":548,"Date":"4/2/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":965,"Cost":535,"Date":"4/3/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":867,"Cost":483,"Date":"4/9/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":379,"Cost":271,"Date":"4/10/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":540,"Cost":455,"Date":"4/19/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":973,"Cost":763,"Date":"5/17/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":197,"Cost":141,"Date":"5/22/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":379,"Cost":333,"Date":"6/20/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":52,"Cost":37,"Date":"7/1/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":514,"Cost":460,"Date":"7/4/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":418,"Date":"7/8/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":199,"Cost":182,"Date":"7/9/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"7/14/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":254,"Cost":225,"Date":"7/19/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":524,"Cost":437,"Date":"8/1/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":139,"Cost":70,"Date":"8/6/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":838,"Cost":584,"Date":"8/7/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"8/22/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":360,"Cost":193,"Date":"8/31/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":825,"Cost":595,"Date":"9/1/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":47,"Cost":43,"Date":"9/1/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":965,"Cost":583,"Date":"9/17/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":952,"Cost":607,"Date":"9/29/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":168,"Cost":90,"Date":"11/7/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":280,"Cost":230,"Date":"11/26/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":972,"Cost":760,"Date":"11/27/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":467,"Cost":329,"Date":"12/5/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":877,"Cost":714,"Date":"12/26/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":41,"Date":"12/31/2020"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":915,"Cost":791,"Date":"1/20/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":414,"Date":"2/2/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":257,"Cost":223,"Date":"2/8/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":127,"Cost":84,"Date":"2/27/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":304,"Date":"3/1/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":483,"Cost":453,"Date":"3/1/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":137,"Cost":75,"Date":"3/19/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":184,"Cost":101,"Date":"3/28/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":953,"Cost":667,"Date":"5/21/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":34,"Cost":19,"Date":"7/21/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":162,"Cost":81,"Date":"8/5/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":120,"Date":"8/12/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":520,"Cost":345,"Date":"8/21/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":472,"Cost":253,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":769,"Cost":478,"Date":"9/3/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":38,"Date":"9/5/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":159,"Date":"10/6/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":557,"Cost":469,"Date":"10/19/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":633,"Date":"11/15/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":591,"Cost":430,"Date":"12/8/2021"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":580,"Cost":511,"Date":"1/8/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":103,"Date":"1/14/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":745,"Cost":550,"Date":"1/19/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":789,"Cost":729,"Date":"1/28/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":751,"Cost":392,"Date":"1/31/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":412,"Date":"3/27/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":565,"Cost":471,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":314,"Date":"4/24/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":675,"Cost":504,"Date":"4/28/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":359,"Cost":310,"Date":"5/15/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":176,"Date":"5/16/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":740,"Cost":606,"Date":"5/18/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":642,"Date":"6/2/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":977,"Cost":509,"Date":"6/3/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":446,"Cost":238,"Date":"6/5/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":592,"Cost":409,"Date":"6/7/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":713,"Cost":585,"Date":"6/14/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":964,"Cost":506,"Date":"6/20/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":203,"Cost":161,"Date":"6/24/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":298,"Cost":278,"Date":"7/4/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":622,"Cost":341,"Date":"7/9/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":5,"Cost":3,"Date":"7/12/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":150,"Cost":78,"Date":"8/14/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":784,"Cost":531,"Date":"8/16/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":830,"Cost":479,"Date":"8/23/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":222,"Cost":135,"Date":"9/2/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":473,"Cost":400,"Date":"9/3/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":520,"Cost":381,"Date":"9/16/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":16,"Date":"10/4/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":624,"Date":"11/1/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":533,"Date":"11/2/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":252,"Cost":195,"Date":"12/17/2022"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":461,"Date":"2/10/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":517,"Date":"2/28/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":29,"Cost":21,"Date":"3/4/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":840,"Cost":645,"Date":"3/9/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":606,"Cost":543,"Date":"3/9/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":599,"Cost":458,"Date":"3/11/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":55,"Cost":32,"Date":"3/17/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":816,"Date":"3/17/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":145,"Cost":88,"Date":"3/23/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":528,"Cost":338,"Date":"4/1/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":232,"Cost":188,"Date":"5/7/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":558,"Cost":378,"Date":"5/10/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":175,"Cost":166,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":513,"Cost":273,"Date":"6/2/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":771,"Cost":631,"Date":"6/11/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":837,"Cost":644,"Date":"6/16/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":984,"Cost":605,"Date":"6/16/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":287,"Cost":224,"Date":"7/10/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":392,"Date":"7/11/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":263,"Cost":158,"Date":"8/28/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":520,"Cost":309,"Date":"8/29/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":465,"Date":"8/31/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":673,"Cost":607,"Date":"9/8/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":666,"Cost":385,"Date":"9/13/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":40,"Cost":33,"Date":"9/14/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":660,"Cost":597,"Date":"9/19/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":238,"Cost":217,"Date":"9/25/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":892,"Cost":757,"Date":"10/4/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":103,"Cost":88,"Date":"10/10/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":434,"Date":"10/17/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":226,"Cost":178,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":614,"Cost":557,"Date":"10/30/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":711,"Date":"11/1/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":534,"Date":"11/15/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":80,"Cost":52,"Date":"11/25/2023"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":388,"Cost":262,"Date":"1/10/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":72,"Cost":68,"Date":"1/14/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":78,"Cost":66,"Date":"1/20/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":645,"Cost":610,"Date":"2/8/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":263,"Cost":243,"Date":"2/25/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":468,"Date":"3/7/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":851,"Cost":674,"Date":"3/14/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":861,"Cost":595,"Date":"3/27/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":259,"Date":"4/5/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":749,"Cost":631,"Date":"4/14/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":201,"Date":"5/3/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":825,"Cost":559,"Date":"5/9/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":234,"Cost":214,"Date":"5/15/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":617,"Date":"5/25/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":836,"Cost":762,"Date":"5/26/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":498,"Cost":406,"Date":"5/31/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":813,"Cost":529,"Date":"7/27/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":115,"Date":"9/17/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":446,"Cost":270,"Date":"10/6/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":137,"Cost":91,"Date":"10/8/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":397,"Cost":305,"Date":"10/26/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":351,"Cost":300,"Date":"11/16/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":513,"Cost":424,"Date":"11/18/2024"},{"Store":"The Mall, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":197,"Cost":99,"Date":"12/1/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":445,"Cost":395,"Date":"2/9/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":186,"Cost":152,"Date":"2/11/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":157,"Cost":100,"Date":"3/10/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":348,"Cost":323,"Date":"3/16/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":284,"Cost":239,"Date":"3/18/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":37,"Cost":31,"Date":"3/20/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":985,"Cost":864,"Date":"3/26/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":955,"Cost":652,"Date":"6/2/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":250,"Cost":175,"Date":"6/10/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":439,"Cost":294,"Date":"6/16/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":557,"Cost":384,"Date":"6/25/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":692,"Date":"7/19/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":671,"Cost":515,"Date":"7/21/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":486,"Cost":369,"Date":"7/25/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":660,"Date":"8/4/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":323,"Cost":303,"Date":"9/2/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":785,"Cost":539,"Date":"9/4/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":706,"Cost":563,"Date":"9/19/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":354,"Cost":229,"Date":"9/29/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":722,"Cost":678,"Date":"10/2/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":132,"Cost":103,"Date":"10/15/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":522,"Cost":298,"Date":"10/30/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":367,"Date":"11/9/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":861,"Cost":645,"Date":"11/23/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":927,"Cost":698,"Date":"11/30/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":714,"Cost":572,"Date":"12/8/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":174,"Date":"12/11/2018"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":611,"Cost":325,"Date":"1/15/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":613,"Date":"1/24/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":926,"Cost":588,"Date":"2/3/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":134,"Cost":68,"Date":"2/4/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":986,"Cost":868,"Date":"3/9/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":765,"Cost":421,"Date":"3/12/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":788,"Cost":552,"Date":"4/19/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":686,"Cost":344,"Date":"5/3/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":57,"Cost":44,"Date":"5/4/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":221,"Date":"6/8/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":471,"Cost":306,"Date":"6/26/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":520,"Date":"7/4/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":409,"Cost":344,"Date":"7/13/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":955,"Cost":766,"Date":"8/8/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":615,"Cost":480,"Date":"8/26/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":538,"Date":"9/2/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":575,"Cost":529,"Date":"9/29/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":142,"Cost":128,"Date":"10/12/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":172,"Date":"11/2/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":934,"Cost":671,"Date":"11/4/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":62,"Cost":46,"Date":"11/7/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":943,"Cost":782,"Date":"12/1/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":243,"Cost":176,"Date":"12/4/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":780,"Cost":642,"Date":"12/7/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":108,"Date":"12/18/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":528,"Date":"12/20/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":218,"Date":"12/20/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":83,"Cost":61,"Date":"12/21/2019"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":776,"Cost":720,"Date":"1/9/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":677,"Cost":392,"Date":"2/5/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":212,"Cost":173,"Date":"2/16/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":471,"Cost":444,"Date":"2/16/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":408,"Date":"2/18/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":77,"Cost":43,"Date":"2/22/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":481,"Cost":340,"Date":"2/25/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":576,"Date":"3/8/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":580,"Date":"4/2/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":56,"Cost":38,"Date":"4/3/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":814,"Cost":613,"Date":"4/9/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":718,"Date":"4/10/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":428,"Cost":326,"Date":"4/19/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":381,"Cost":217,"Date":"5/17/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":515,"Cost":272,"Date":"5/22/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":287,"Date":"6/20/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":813,"Cost":742,"Date":"7/1/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":404,"Date":"7/4/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":980,"Cost":799,"Date":"7/8/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":835,"Cost":430,"Date":"7/9/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":284,"Cost":181,"Date":"7/14/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":553,"Cost":343,"Date":"7/19/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":608,"Cost":325,"Date":"8/1/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":60,"Date":"8/6/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":582,"Cost":518,"Date":"8/7/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":661,"Cost":402,"Date":"8/22/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":228,"Cost":147,"Date":"8/31/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":283,"Cost":227,"Date":"9/1/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":646,"Cost":610,"Date":"9/1/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":192,"Cost":171,"Date":"9/17/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":912,"Cost":849,"Date":"9/29/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":601,"Cost":501,"Date":"11/7/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":286,"Date":"11/26/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":418,"Cost":289,"Date":"11/27/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":335,"Cost":257,"Date":"12/5/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":836,"Cost":507,"Date":"12/26/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":283,"Cost":249,"Date":"12/31/2020"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":862,"Cost":684,"Date":"1/20/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":667,"Cost":393,"Date":"2/2/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":33,"Cost":25,"Date":"2/8/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":456,"Cost":355,"Date":"2/27/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":963,"Cost":554,"Date":"3/1/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":514,"Cost":462,"Date":"3/1/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":629,"Cost":538,"Date":"3/19/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":411,"Cost":377,"Date":"3/28/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":100,"Date":"5/21/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":601,"Cost":496,"Date":"7/21/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":944,"Cost":789,"Date":"8/5/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":631,"Date":"8/12/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":971,"Cost":654,"Date":"8/21/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":232,"Cost":187,"Date":"8/23/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":545,"Cost":359,"Date":"9/3/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":164,"Cost":106,"Date":"9/5/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":302,"Cost":274,"Date":"10/6/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":513,"Cost":456,"Date":"10/19/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":811,"Cost":480,"Date":"11/15/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":140,"Date":"12/8/2021"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":489,"Cost":249,"Date":"1/8/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":291,"Date":"1/14/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":947,"Cost":728,"Date":"1/19/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":866,"Cost":612,"Date":"1/28/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":839,"Cost":463,"Date":"1/31/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":218,"Cost":142,"Date":"3/27/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":155,"Date":"4/20/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":43,"Date":"4/24/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":964,"Cost":804,"Date":"4/28/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":902,"Cost":464,"Date":"5/15/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":73,"Cost":65,"Date":"5/16/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":549,"Date":"5/18/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":59,"Cost":36,"Date":"6/2/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":860,"Cost":661,"Date":"6/3/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":565,"Date":"6/5/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":806,"Cost":534,"Date":"6/7/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":116,"Date":"6/14/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":347,"Cost":324,"Date":"6/20/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":446,"Cost":407,"Date":"6/24/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":120,"Date":"7/4/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":750,"Cost":662,"Date":"7/9/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":710,"Cost":535,"Date":"7/12/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":322,"Cost":233,"Date":"8/14/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":45,"Cost":23,"Date":"8/16/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":734,"Cost":645,"Date":"8/23/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":697,"Cost":365,"Date":"9/2/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":691,"Cost":550,"Date":"9/3/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":469,"Cost":390,"Date":"9/16/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":991,"Cost":529,"Date":"10/4/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":832,"Cost":430,"Date":"11/1/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":39,"Cost":36,"Date":"11/2/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":38,"Cost":20,"Date":"12/17/2022"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":465,"Date":"2/10/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":328,"Date":"2/28/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":916,"Cost":503,"Date":"3/4/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":764,"Cost":409,"Date":"3/9/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":863,"Cost":518,"Date":"3/9/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":106,"Cost":54,"Date":"3/11/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":599,"Cost":347,"Date":"3/17/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":464,"Cost":307,"Date":"3/17/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":375,"Date":"3/23/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":840,"Cost":506,"Date":"4/1/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":571,"Date":"5/7/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":655,"Cost":335,"Date":"5/10/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":608,"Cost":516,"Date":"5/20/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":475,"Cost":323,"Date":"6/2/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":978,"Cost":842,"Date":"6/11/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":246,"Cost":160,"Date":"6/16/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":545,"Cost":357,"Date":"6/16/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":100,"Cost":94,"Date":"7/10/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":335,"Date":"7/11/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":602,"Cost":345,"Date":"8/28/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":66,"Cost":36,"Date":"8/29/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":879,"Cost":471,"Date":"8/31/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":9,"Cost":6,"Date":"9/8/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":258,"Cost":146,"Date":"9/13/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":823,"Cost":748,"Date":"9/14/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":857,"Cost":647,"Date":"9/19/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":816,"Cost":491,"Date":"9/25/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":491,"Cost":466,"Date":"10/4/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":358,"Cost":231,"Date":"10/10/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":912,"Cost":624,"Date":"10/17/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":109,"Cost":99,"Date":"10/28/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":687,"Cost":360,"Date":"10/30/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":917,"Cost":858,"Date":"11/1/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":108,"Cost":75,"Date":"11/15/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":845,"Cost":737,"Date":"11/25/2023"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":492,"Cost":305,"Date":"1/10/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":907,"Cost":553,"Date":"1/14/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":340,"Cost":296,"Date":"1/20/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":203,"Cost":148,"Date":"2/8/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":789,"Cost":641,"Date":"2/25/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":946,"Cost":773,"Date":"3/7/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":33,"Cost":23,"Date":"3/14/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":656,"Cost":522,"Date":"3/27/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":874,"Cost":636,"Date":"4/5/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":354,"Cost":320,"Date":"4/14/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":312,"Cost":178,"Date":"5/3/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":752,"Cost":409,"Date":"5/9/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":62,"Date":"5/15/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":647,"Cost":547,"Date":"5/25/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":538,"Cost":449,"Date":"5/26/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":832,"Cost":556,"Date":"5/31/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":367,"Date":"7/27/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":415,"Cost":267,"Date":"9/17/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":534,"Cost":375,"Date":"10/6/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":162,"Cost":140,"Date":"10/8/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":444,"Cost":384,"Date":"10/26/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":684,"Cost":536,"Date":"11/16/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":718,"Cost":430,"Date":"11/18/2024"},{"Store":"The Mall, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":210,"Cost":166,"Date":"12/1/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":667,"Cost":474,"Date":"2/9/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":743,"Cost":601,"Date":"2/11/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":15,"Date":"3/10/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":452,"Cost":351,"Date":"3/16/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":785,"Date":"3/18/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":942,"Cost":623,"Date":"3/20/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":39,"Cost":24,"Date":"3/26/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":730,"Cost":423,"Date":"6/2/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":608,"Cost":554,"Date":"6/10/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":665,"Date":"6/16/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":617,"Cost":333,"Date":"6/25/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":494,"Cost":293,"Date":"7/19/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":107,"Cost":73,"Date":"7/21/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":317,"Cost":231,"Date":"7/25/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":911,"Cost":611,"Date":"8/4/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":262,"Cost":223,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":157,"Cost":144,"Date":"9/4/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":880,"Cost":589,"Date":"9/19/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"9/29/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":541,"Cost":372,"Date":"10/2/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":838,"Cost":717,"Date":"10/15/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":857,"Cost":705,"Date":"10/30/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":85,"Cost":48,"Date":"11/9/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":713,"Cost":559,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":786,"Cost":703,"Date":"11/30/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":205,"Cost":115,"Date":"12/8/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":234,"Cost":135,"Date":"12/11/2018"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":644,"Cost":378,"Date":"1/15/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":306,"Cost":228,"Date":"1/24/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":266,"Cost":162,"Date":"2/3/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":663,"Cost":629,"Date":"2/4/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":910,"Date":"3/9/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":347,"Cost":326,"Date":"3/12/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":414,"Cost":382,"Date":"4/19/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":518,"Cost":313,"Date":"5/3/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":645,"Date":"5/4/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":394,"Date":"6/8/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":354,"Cost":309,"Date":"6/26/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":499,"Cost":402,"Date":"7/4/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":683,"Date":"7/13/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":954,"Cost":902,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":874,"Cost":824,"Date":"8/26/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":443,"Date":"9/2/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":538,"Cost":471,"Date":"9/29/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"10/12/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":726,"Cost":548,"Date":"11/2/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":883,"Cost":805,"Date":"11/4/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":796,"Cost":426,"Date":"11/7/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":653,"Cost":562,"Date":"12/1/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":11,"Cost":10,"Date":"12/4/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":464,"Cost":254,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":824,"Cost":627,"Date":"12/18/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":922,"Cost":470,"Date":"12/20/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":606,"Cost":370,"Date":"12/20/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":75,"Cost":58,"Date":"12/21/2019"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":351,"Cost":292,"Date":"1/9/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":737,"Cost":510,"Date":"2/5/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":824,"Date":"2/16/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":240,"Cost":164,"Date":"2/16/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":308,"Cost":244,"Date":"2/18/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":806,"Cost":560,"Date":"2/22/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":639,"Cost":551,"Date":"2/25/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":783,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":878,"Date":"4/2/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":850,"Cost":688,"Date":"4/3/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":268,"Cost":168,"Date":"4/9/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":843,"Cost":782,"Date":"4/10/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":531,"Date":"4/19/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":713,"Cost":446,"Date":"5/17/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":766,"Cost":581,"Date":"5/22/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":918,"Cost":613,"Date":"6/20/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":398,"Date":"7/1/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":484,"Date":"7/4/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":140,"Date":"7/8/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":533,"Date":"7/9/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":883,"Cost":703,"Date":"7/14/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":601,"Date":"7/19/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":478,"Cost":282,"Date":"8/1/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":619,"Cost":542,"Date":"8/6/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":770,"Cost":546,"Date":"8/7/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":181,"Cost":115,"Date":"8/22/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":752,"Cost":574,"Date":"8/31/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":44,"Cost":33,"Date":"9/1/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":513,"Cost":312,"Date":"9/1/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":585,"Cost":374,"Date":"9/17/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":183,"Cost":128,"Date":"9/29/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":500,"Cost":443,"Date":"11/7/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":220,"Cost":137,"Date":"11/26/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":461,"Date":"11/27/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":485,"Cost":374,"Date":"12/5/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":586,"Cost":427,"Date":"12/26/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":172,"Date":"12/31/2020"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":543,"Cost":449,"Date":"1/20/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":340,"Cost":214,"Date":"2/2/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":952,"Cost":607,"Date":"2/8/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":353,"Date":"2/27/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":934,"Cost":729,"Date":"3/1/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":478,"Cost":397,"Date":"3/1/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":593,"Cost":398,"Date":"3/19/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":720,"Cost":659,"Date":"3/28/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":644,"Date":"5/21/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":704,"Date":"7/21/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":212,"Cost":169,"Date":"8/5/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":372,"Date":"8/12/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":891,"Cost":605,"Date":"8/21/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":506,"Cost":270,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":154,"Date":"9/3/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":659,"Cost":392,"Date":"9/5/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":481,"Cost":377,"Date":"10/6/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":728,"Cost":563,"Date":"10/19/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":821,"Cost":598,"Date":"11/15/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":332,"Cost":244,"Date":"12/8/2021"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":707,"Cost":498,"Date":"1/8/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":433,"Cost":252,"Date":"1/14/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":164,"Date":"1/19/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":545,"Cost":387,"Date":"1/28/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":758,"Cost":615,"Date":"1/31/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":802,"Cost":437,"Date":"3/27/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":808,"Cost":563,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":674,"Cost":455,"Date":"4/24/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":361,"Date":"4/28/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":782,"Cost":639,"Date":"5/15/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":92,"Cost":74,"Date":"5/16/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":319,"Cost":275,"Date":"5/18/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":983,"Cost":921,"Date":"6/2/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":77,"Cost":54,"Date":"6/3/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":815,"Cost":635,"Date":"6/5/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":211,"Cost":162,"Date":"6/7/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":404,"Cost":230,"Date":"6/14/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":339,"Cost":205,"Date":"6/20/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":302,"Cost":169,"Date":"6/24/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":782,"Cost":413,"Date":"7/4/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":108,"Date":"7/9/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":48,"Cost":29,"Date":"7/12/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":446,"Date":"8/14/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":408,"Cost":206,"Date":"8/16/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":248,"Date":"8/23/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":876,"Cost":821,"Date":"9/2/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":408,"Cost":377,"Date":"9/3/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":591,"Cost":488,"Date":"9/16/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":654,"Cost":558,"Date":"10/4/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":185,"Cost":146,"Date":"11/1/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":197,"Cost":169,"Date":"11/2/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":35,"Cost":19,"Date":"12/17/2022"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":184,"Cost":133,"Date":"2/10/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":858,"Cost":725,"Date":"2/28/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":321,"Cost":172,"Date":"3/4/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":359,"Cost":232,"Date":"3/9/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":61,"Date":"3/9/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":961,"Cost":663,"Date":"3/11/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":974,"Cost":900,"Date":"3/17/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":439,"Cost":237,"Date":"3/17/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":534,"Cost":281,"Date":"3/23/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":680,"Cost":431,"Date":"4/1/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":300,"Cost":217,"Date":"5/7/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":292,"Cost":277,"Date":"5/10/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":563,"Cost":528,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":591,"Cost":397,"Date":"6/2/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":322,"Date":"6/11/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":320,"Cost":189,"Date":"6/16/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":970,"Cost":915,"Date":"6/16/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":29,"Cost":27,"Date":"7/10/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":655,"Cost":553,"Date":"7/11/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":322,"Cost":191,"Date":"8/28/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":354,"Cost":292,"Date":"8/29/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":161,"Cost":127,"Date":"8/31/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":515,"Cost":362,"Date":"9/8/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"9/13/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":535,"Cost":445,"Date":"9/14/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":193,"Cost":178,"Date":"9/19/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":613,"Cost":369,"Date":"9/25/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":192,"Cost":141,"Date":"10/4/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":354,"Date":"10/10/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":417,"Cost":315,"Date":"10/17/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":62,"Cost":42,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":79,"Cost":55,"Date":"10/30/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":793,"Cost":468,"Date":"11/1/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":176,"Cost":155,"Date":"11/15/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":63,"Cost":36,"Date":"11/25/2023"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":153,"Cost":144,"Date":"1/10/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":364,"Cost":231,"Date":"1/14/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":239,"Date":"1/20/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":884,"Cost":733,"Date":"2/8/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":253,"Cost":226,"Date":"2/25/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":110,"Cost":66,"Date":"3/7/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":879,"Cost":715,"Date":"3/14/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":984,"Cost":668,"Date":"3/27/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":566,"Cost":404,"Date":"4/5/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":301,"Cost":247,"Date":"4/14/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":96,"Cost":70,"Date":"5/3/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":391,"Cost":369,"Date":"5/9/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":640,"Cost":579,"Date":"5/15/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":344,"Cost":251,"Date":"5/25/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":400,"Cost":297,"Date":"5/26/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":74,"Cost":55,"Date":"5/31/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":185,"Cost":109,"Date":"7/27/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":615,"Cost":449,"Date":"9/17/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":146,"Cost":137,"Date":"10/6/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":454,"Date":"10/8/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":397,"Cost":223,"Date":"10/26/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":246,"Date":"11/16/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":853,"Cost":449,"Date":"11/18/2024"},{"Store":"Sofia Ring Mall","Brand":"HM","Country":"Bulgaria","Sale":685,"Cost":636,"Date":"12/1/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":886,"Cost":717,"Date":"2/9/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":49,"Cost":41,"Date":"2/11/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":68,"Cost":36,"Date":"3/10/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":414,"Cost":357,"Date":"3/16/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":168,"Date":"3/18/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":169,"Cost":103,"Date":"3/20/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":586,"Cost":524,"Date":"3/26/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":476,"Cost":275,"Date":"6/2/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":323,"Date":"6/10/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":520,"Cost":438,"Date":"6/16/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":852,"Cost":536,"Date":"6/25/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":209,"Date":"7/19/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":443,"Cost":389,"Date":"7/21/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":562,"Cost":486,"Date":"7/25/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":58,"Date":"8/4/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":333,"Cost":197,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":146,"Cost":97,"Date":"9/4/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":274,"Date":"9/19/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":258,"Date":"9/29/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":572,"Cost":330,"Date":"10/2/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":439,"Cost":248,"Date":"10/15/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":60,"Date":"10/30/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":617,"Cost":358,"Date":"11/9/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":473,"Cost":278,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":400,"Cost":247,"Date":"11/30/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":451,"Date":"12/8/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":747,"Date":"12/11/2018"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":415,"Date":"1/15/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":502,"Cost":270,"Date":"1/24/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":776,"Date":"2/3/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":111,"Cost":70,"Date":"2/4/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":392,"Cost":219,"Date":"3/9/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":30,"Cost":20,"Date":"3/12/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":189,"Cost":123,"Date":"4/19/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":121,"Date":"5/3/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":518,"Date":"5/4/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":816,"Cost":433,"Date":"6/8/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":677,"Cost":350,"Date":"6/26/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":384,"Cost":199,"Date":"7/4/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":759,"Cost":476,"Date":"7/13/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":258,"Cost":191,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":223,"Date":"8/26/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":903,"Cost":508,"Date":"9/2/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":196,"Date":"9/29/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":400,"Date":"10/12/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":116,"Date":"11/2/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":880,"Cost":615,"Date":"11/4/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":415,"Date":"11/7/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":36,"Cost":29,"Date":"12/1/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":539,"Cost":316,"Date":"12/4/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":109,"Cost":94,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":357,"Cost":286,"Date":"12/18/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":548,"Date":"12/20/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":131,"Date":"12/20/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":671,"Cost":475,"Date":"12/21/2019"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":393,"Cost":373,"Date":"1/9/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":954,"Cost":710,"Date":"2/5/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":437,"Cost":320,"Date":"2/16/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":48,"Date":"2/16/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":641,"Cost":350,"Date":"2/18/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":92,"Cost":68,"Date":"2/22/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":908,"Date":"2/25/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":352,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":704,"Date":"4/2/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":888,"Cost":534,"Date":"4/3/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":225,"Cost":212,"Date":"4/9/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":114,"Date":"4/10/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":536,"Cost":358,"Date":"4/19/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":582,"Date":"5/17/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":743,"Date":"5/22/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":765,"Cost":547,"Date":"6/20/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":349,"Cost":185,"Date":"7/1/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":477,"Date":"7/4/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":593,"Date":"7/8/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":92,"Cost":61,"Date":"7/9/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":921,"Date":"7/14/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":677,"Cost":468,"Date":"7/19/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":628,"Cost":583,"Date":"8/1/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":630,"Date":"8/6/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":257,"Cost":180,"Date":"8/7/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":188,"Date":"8/22/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":973,"Cost":761,"Date":"8/31/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":73,"Cost":45,"Date":"9/1/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":12,"Cost":9,"Date":"9/1/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":141,"Date":"9/17/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":976,"Cost":775,"Date":"9/29/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":39,"Date":"11/7/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":416,"Date":"11/26/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":543,"Cost":351,"Date":"11/27/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":85,"Date":"12/5/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":179,"Date":"12/26/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":162,"Date":"12/31/2020"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":414,"Cost":368,"Date":"1/20/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":99,"Cost":63,"Date":"2/2/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":62,"Date":"2/8/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":223,"Cost":152,"Date":"2/27/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":97,"Date":"3/1/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":388,"Date":"3/1/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":488,"Date":"3/19/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":815,"Cost":481,"Date":"3/28/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":124,"Date":"5/21/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":36,"Cost":19,"Date":"7/21/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":329,"Cost":305,"Date":"8/5/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":404,"Cost":221,"Date":"8/12/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":380,"Cost":359,"Date":"8/21/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":996,"Cost":533,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":261,"Cost":140,"Date":"9/3/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":781,"Date":"9/5/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":421,"Cost":311,"Date":"10/6/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":176,"Cost":150,"Date":"10/19/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":238,"Cost":174,"Date":"11/15/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":497,"Cost":435,"Date":"12/8/2021"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":601,"Cost":518,"Date":"1/8/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":517,"Date":"1/14/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":708,"Cost":454,"Date":"1/19/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":191,"Cost":123,"Date":"1/28/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":490,"Date":"1/31/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":527,"Date":"3/27/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":442,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":193,"Date":"4/24/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":465,"Date":"4/28/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":633,"Cost":582,"Date":"5/15/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":181,"Date":"5/16/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":494,"Cost":399,"Date":"5/18/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":343,"Cost":199,"Date":"6/2/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":101,"Date":"6/3/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":361,"Date":"6/5/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":933,"Cost":490,"Date":"6/7/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":783,"Cost":471,"Date":"6/14/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":276,"Cost":252,"Date":"6/20/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":610,"Cost":411,"Date":"6/24/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":934,"Cost":862,"Date":"7/4/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":699,"Cost":539,"Date":"7/9/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":873,"Cost":652,"Date":"7/12/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":664,"Cost":505,"Date":"8/14/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":336,"Date":"8/16/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":475,"Date":"8/23/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":479,"Date":"9/2/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":798,"Cost":419,"Date":"9/3/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":849,"Cost":491,"Date":"9/16/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":377,"Cost":322,"Date":"10/4/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":439,"Cost":410,"Date":"11/1/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":209,"Date":"11/2/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":100,"Date":"12/17/2022"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":627,"Cost":416,"Date":"2/10/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":201,"Cost":176,"Date":"2/28/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":474,"Date":"3/4/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":418,"Date":"3/9/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":66,"Date":"3/9/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":878,"Cost":584,"Date":"3/11/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":31,"Date":"3/17/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":844,"Cost":617,"Date":"3/17/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":789,"Cost":450,"Date":"3/23/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":535,"Cost":473,"Date":"4/1/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":497,"Cost":413,"Date":"5/7/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":207,"Cost":106,"Date":"5/10/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":438,"Cost":321,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":488,"Cost":366,"Date":"6/2/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":730,"Cost":657,"Date":"6/11/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":169,"Date":"6/16/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":127,"Cost":89,"Date":"6/16/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":170,"Cost":135,"Date":"7/10/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":794,"Date":"7/11/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"8/28/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":498,"Date":"8/29/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":468,"Date":"8/31/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":470,"Cost":418,"Date":"9/8/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":245,"Cost":129,"Date":"9/13/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":36,"Date":"9/14/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":438,"Date":"9/19/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":457,"Cost":242,"Date":"9/25/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":633,"Cost":578,"Date":"10/4/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":650,"Cost":586,"Date":"10/10/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":600,"Cost":548,"Date":"10/17/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":497,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":162,"Cost":109,"Date":"10/30/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":576,"Cost":363,"Date":"11/1/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":531,"Cost":349,"Date":"11/15/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":280,"Cost":230,"Date":"11/25/2023"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":585,"Date":"1/10/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":346,"Date":"1/14/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":387,"Date":"1/20/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":109,"Date":"2/8/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":706,"Cost":495,"Date":"2/25/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":244,"Cost":222,"Date":"3/7/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":123,"Date":"3/14/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":659,"Cost":340,"Date":"3/27/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":133,"Cost":124,"Date":"4/5/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":463,"Date":"4/14/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":168,"Date":"5/3/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":888,"Cost":819,"Date":"5/9/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":806,"Cost":744,"Date":"5/15/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":593,"Cost":316,"Date":"5/25/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":370,"Cost":246,"Date":"5/26/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":628,"Date":"5/31/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":666,"Cost":346,"Date":"7/27/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":266,"Date":"9/17/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":634,"Cost":541,"Date":"10/6/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":762,"Date":"10/8/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":690,"Cost":445,"Date":"10/26/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":357,"Date":"11/16/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":262,"Date":"11/18/2024"},{"Store":"Sofia Ring Mall","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":149,"Date":"12/1/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":191,"Date":"2/9/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":412,"Cost":339,"Date":"2/11/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":454,"Cost":341,"Date":"3/10/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":747,"Cost":630,"Date":"3/16/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":400,"Date":"3/18/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":683,"Date":"3/20/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":948,"Cost":524,"Date":"3/26/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":482,"Cost":320,"Date":"6/2/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":999,"Cost":542,"Date":"6/10/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":634,"Cost":534,"Date":"6/16/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":336,"Date":"6/25/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":626,"Cost":549,"Date":"7/19/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":65,"Date":"7/21/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":109,"Cost":90,"Date":"7/25/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":852,"Date":"8/4/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":552,"Date":"9/2/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":295,"Date":"9/4/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":28,"Date":"9/19/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":40,"Cost":24,"Date":"9/29/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":823,"Cost":667,"Date":"10/2/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":977,"Cost":786,"Date":"10/15/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":554,"Date":"10/30/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":252,"Cost":186,"Date":"11/9/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":439,"Cost":256,"Date":"11/23/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":149,"Date":"11/30/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":83,"Cost":62,"Date":"12/8/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":315,"Date":"12/11/2018"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":582,"Cost":491,"Date":"1/15/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":800,"Cost":553,"Date":"1/24/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":357,"Cost":337,"Date":"2/3/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":949,"Cost":705,"Date":"2/4/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":910,"Cost":817,"Date":"3/9/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":531,"Date":"3/12/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":154,"Cost":117,"Date":"4/19/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":389,"Cost":218,"Date":"5/3/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":849,"Cost":582,"Date":"5/4/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":684,"Cost":543,"Date":"6/8/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":187,"Cost":154,"Date":"6/26/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":709,"Cost":437,"Date":"7/4/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":617,"Cost":417,"Date":"7/13/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":21,"Cost":16,"Date":"8/8/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":823,"Cost":678,"Date":"8/26/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":517,"Cost":410,"Date":"9/2/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":49,"Cost":39,"Date":"9/29/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":971,"Cost":538,"Date":"10/12/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":362,"Date":"11/2/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":405,"Cost":254,"Date":"11/4/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":339,"Cost":219,"Date":"11/7/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":705,"Cost":389,"Date":"12/1/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":102,"Cost":97,"Date":"12/4/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":271,"Date":"12/7/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":429,"Cost":321,"Date":"12/18/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":560,"Cost":505,"Date":"12/20/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":213,"Cost":149,"Date":"12/20/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":166,"Cost":83,"Date":"12/21/2019"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":111,"Date":"1/9/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":498,"Date":"2/5/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":626,"Cost":362,"Date":"2/16/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":197,"Cost":159,"Date":"2/16/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":45,"Date":"2/18/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":54,"Date":"2/22/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":84,"Date":"2/25/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":801,"Cost":663,"Date":"3/8/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":77,"Date":"4/2/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":857,"Cost":607,"Date":"4/3/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":539,"Date":"4/9/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":717,"Date":"4/10/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":5,"Date":"4/19/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":654,"Cost":570,"Date":"5/17/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":144,"Date":"5/22/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":155,"Cost":144,"Date":"6/20/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":712,"Cost":480,"Date":"7/1/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":169,"Date":"7/4/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":438,"Cost":357,"Date":"7/8/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":538,"Cost":410,"Date":"7/9/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":459,"Cost":295,"Date":"7/14/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":219,"Date":"7/19/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":57,"Cost":29,"Date":"8/1/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":703,"Cost":466,"Date":"8/6/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":922,"Cost":559,"Date":"8/7/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":755,"Cost":548,"Date":"8/22/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":594,"Date":"8/31/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":330,"Cost":264,"Date":"9/1/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":935,"Cost":861,"Date":"9/1/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":311,"Cost":175,"Date":"9/17/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":888,"Cost":737,"Date":"9/29/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":618,"Cost":338,"Date":"11/7/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":616,"Cost":358,"Date":"11/26/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":398,"Cost":238,"Date":"11/27/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":106,"Cost":74,"Date":"12/5/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":348,"Cost":217,"Date":"12/26/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":629,"Cost":527,"Date":"12/31/2020"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":952,"Cost":797,"Date":"1/20/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":996,"Cost":859,"Date":"2/2/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":299,"Cost":234,"Date":"2/8/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":302,"Date":"2/27/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":357,"Date":"3/1/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":415,"Cost":356,"Date":"3/1/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":582,"Cost":452,"Date":"3/19/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":589,"Date":"3/28/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":569,"Date":"5/21/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":544,"Cost":272,"Date":"7/21/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"8/5/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":518,"Cost":281,"Date":"8/12/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":906,"Cost":653,"Date":"8/21/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":750,"Cost":481,"Date":"8/23/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":571,"Cost":316,"Date":"9/3/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":350,"Date":"9/5/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":189,"Cost":158,"Date":"10/6/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":12,"Cost":9,"Date":"10/19/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":133,"Cost":98,"Date":"11/15/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":926,"Cost":498,"Date":"12/8/2021"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":402,"Cost":203,"Date":"1/8/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":357,"Cost":283,"Date":"1/14/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":184,"Cost":120,"Date":"1/19/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":719,"Cost":374,"Date":"1/28/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":371,"Cost":309,"Date":"1/31/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":890,"Cost":733,"Date":"3/27/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":178,"Date":"4/20/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":467,"Cost":251,"Date":"4/24/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":19,"Date":"4/28/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":800,"Cost":645,"Date":"5/15/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":330,"Cost":207,"Date":"5/16/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":64,"Cost":44,"Date":"5/18/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":199,"Date":"6/2/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":531,"Date":"6/3/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":975,"Cost":532,"Date":"6/5/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":92,"Cost":68,"Date":"6/7/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":805,"Cost":428,"Date":"6/14/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":45,"Date":"6/20/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":106,"Date":"6/24/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":113,"Cost":76,"Date":"7/4/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":462,"Cost":402,"Date":"7/9/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":338,"Cost":181,"Date":"7/12/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":486,"Cost":372,"Date":"8/14/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":937,"Cost":789,"Date":"8/16/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":115,"Date":"8/23/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":28,"Date":"9/2/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":212,"Cost":167,"Date":"9/3/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":21,"Date":"9/16/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":437,"Date":"10/4/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":747,"Date":"11/1/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":262,"Date":"11/2/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":255,"Cost":202,"Date":"12/17/2022"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":15,"Date":"2/10/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":420,"Cost":247,"Date":"2/28/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":564,"Date":"3/4/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":942,"Cost":483,"Date":"3/9/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":410,"Date":"3/9/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":622,"Date":"3/11/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":285,"Cost":248,"Date":"3/17/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":946,"Cost":669,"Date":"3/17/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":542,"Cost":498,"Date":"3/23/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":686,"Cost":345,"Date":"4/1/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":561,"Cost":473,"Date":"5/7/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":845,"Cost":756,"Date":"5/10/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":123,"Date":"5/20/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":854,"Cost":720,"Date":"6/2/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":264,"Cost":171,"Date":"6/11/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":746,"Date":"6/16/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":810,"Cost":518,"Date":"6/16/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":202,"Cost":165,"Date":"7/10/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":942,"Cost":524,"Date":"7/11/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":516,"Date":"8/28/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":740,"Cost":472,"Date":"8/29/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":378,"Cost":271,"Date":"8/31/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":991,"Cost":930,"Date":"9/8/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":672,"Cost":374,"Date":"9/13/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":693,"Date":"9/14/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":918,"Cost":542,"Date":"9/19/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":376,"Cost":317,"Date":"9/25/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":618,"Cost":316,"Date":"10/4/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":673,"Cost":411,"Date":"10/10/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":553,"Date":"10/17/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":486,"Cost":258,"Date":"10/28/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":670,"Cost":463,"Date":"10/30/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":960,"Cost":594,"Date":"11/1/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":104,"Date":"11/15/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":804,"Cost":459,"Date":"11/25/2023"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":536,"Date":"1/10/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":822,"Cost":764,"Date":"1/14/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"1/20/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":469,"Date":"2/8/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":452,"Cost":375,"Date":"2/25/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"3/7/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":838,"Cost":443,"Date":"3/14/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":426,"Date":"3/27/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":910,"Cost":672,"Date":"4/5/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":114,"Cost":78,"Date":"4/14/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":644,"Date":"5/3/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":599,"Cost":518,"Date":"5/9/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":939,"Cost":723,"Date":"5/15/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":828,"Cost":505,"Date":"5/25/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":679,"Cost":529,"Date":"5/26/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":997,"Cost":693,"Date":"5/31/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":605,"Cost":362,"Date":"7/27/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":804,"Cost":722,"Date":"9/17/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":493,"Cost":317,"Date":"10/6/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":218,"Cost":187,"Date":"10/8/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":646,"Cost":396,"Date":"10/26/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":269,"Cost":208,"Date":"11/16/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":59,"Cost":31,"Date":"11/18/2024"},{"Store":"Sofia Ring Mall","Brand":"Nova","Country":"Bulgaria","Sale":41,"Cost":39,"Date":"12/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":940,"Cost":647,"Date":"2/9/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":318,"Cost":177,"Date":"2/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":151,"Cost":106,"Date":"3/10/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":491,"Cost":254,"Date":"3/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":796,"Cost":675,"Date":"3/18/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":342,"Cost":305,"Date":"3/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":681,"Cost":643,"Date":"3/26/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":695,"Cost":466,"Date":"6/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":896,"Cost":781,"Date":"6/10/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":31,"Date":"6/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":268,"Date":"6/25/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":543,"Cost":332,"Date":"7/19/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":339,"Cost":319,"Date":"7/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":795,"Cost":693,"Date":"7/25/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":150,"Date":"8/4/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":577,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":482,"Cost":278,"Date":"9/4/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":922,"Cost":509,"Date":"9/19/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":639,"Cost":335,"Date":"9/29/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":230,"Cost":157,"Date":"10/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":485,"Date":"10/15/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":23,"Date":"10/30/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":456,"Cost":236,"Date":"11/9/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":49,"Cost":42,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":733,"Cost":648,"Date":"11/30/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":164,"Cost":149,"Date":"12/8/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":327,"Date":"12/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":188,"Cost":175,"Date":"1/15/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":221,"Cost":163,"Date":"1/24/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":103,"Date":"2/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":666,"Cost":387,"Date":"2/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":964,"Cost":883,"Date":"3/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":744,"Cost":668,"Date":"3/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":193,"Cost":176,"Date":"4/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":765,"Cost":677,"Date":"5/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":253,"Date":"5/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":751,"Cost":598,"Date":"6/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":243,"Cost":122,"Date":"6/26/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":572,"Cost":538,"Date":"7/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":151,"Cost":125,"Date":"7/13/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":451,"Cost":241,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":646,"Cost":341,"Date":"8/26/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":350,"Date":"9/2/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":911,"Cost":564,"Date":"9/29/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":498,"Cost":420,"Date":"10/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":592,"Cost":387,"Date":"11/2/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":282,"Cost":200,"Date":"11/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":671,"Cost":436,"Date":"11/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":36,"Cost":26,"Date":"12/1/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":665,"Cost":435,"Date":"12/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":139,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":609,"Date":"12/18/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":48,"Date":"12/20/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":526,"Cost":406,"Date":"12/20/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":538,"Cost":372,"Date":"12/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"1/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":243,"Date":"2/5/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":637,"Cost":596,"Date":"2/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":804,"Cost":699,"Date":"2/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":693,"Cost":426,"Date":"2/18/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":212,"Cost":188,"Date":"2/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":617,"Cost":422,"Date":"2/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":399,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":370,"Cost":309,"Date":"4/2/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":946,"Cost":798,"Date":"4/3/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":58,"Date":"4/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":159,"Cost":83,"Date":"4/10/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":913,"Cost":689,"Date":"4/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":93,"Cost":54,"Date":"5/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":12,"Cost":9,"Date":"5/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":465,"Date":"6/20/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":172,"Date":"7/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":517,"Date":"7/4/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":807,"Cost":600,"Date":"7/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":51,"Cost":41,"Date":"7/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":865,"Cost":806,"Date":"7/14/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":95,"Date":"7/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":964,"Cost":572,"Date":"8/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":117,"Cost":104,"Date":"8/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":30,"Cost":22,"Date":"8/7/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":235,"Cost":176,"Date":"8/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":191,"Date":"8/31/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":805,"Cost":548,"Date":"9/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":174,"Date":"9/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":181,"Date":"9/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":269,"Date":"9/29/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":245,"Date":"11/7/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":295,"Cost":215,"Date":"11/26/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":688,"Date":"11/27/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":937,"Cost":669,"Date":"12/5/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":806,"Date":"12/26/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":949,"Cost":666,"Date":"12/31/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":861,"Cost":777,"Date":"1/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":168,"Date":"2/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":746,"Date":"2/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":254,"Date":"2/27/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":182,"Date":"3/1/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":491,"Cost":342,"Date":"3/1/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":723,"Cost":435,"Date":"3/19/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":133,"Cost":80,"Date":"3/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":695,"Date":"5/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":544,"Date":"7/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":81,"Cost":65,"Date":"8/5/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":756,"Cost":411,"Date":"8/12/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":330,"Cost":222,"Date":"8/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":581,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":404,"Cost":213,"Date":"9/3/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":320,"Date":"9/5/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"10/6/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":671,"Cost":392,"Date":"10/19/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":699,"Date":"11/15/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":81,"Date":"12/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":371,"Cost":304,"Date":"1/8/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":188,"Date":"1/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":402,"Cost":259,"Date":"1/19/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":982,"Cost":491,"Date":"1/28/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":567,"Cost":517,"Date":"1/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":424,"Cost":350,"Date":"3/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":768,"Cost":560,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":307,"Date":"4/24/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":335,"Cost":246,"Date":"4/28/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":238,"Cost":133,"Date":"5/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":620,"Cost":432,"Date":"5/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":559,"Cost":301,"Date":"5/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":922,"Cost":505,"Date":"6/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":161,"Cost":115,"Date":"6/3/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":869,"Cost":493,"Date":"6/5/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":770,"Cost":589,"Date":"6/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":848,"Cost":657,"Date":"6/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":498,"Cost":282,"Date":"6/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":73,"Cost":49,"Date":"6/24/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":128,"Cost":85,"Date":"7/4/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":900,"Cost":471,"Date":"7/9/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":760,"Cost":512,"Date":"7/12/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":137,"Cost":94,"Date":"8/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":587,"Cost":390,"Date":"8/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":89,"Date":"8/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":397,"Cost":372,"Date":"9/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":189,"Date":"9/3/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":534,"Cost":472,"Date":"9/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":433,"Date":"10/4/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":360,"Cost":220,"Date":"11/1/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":650,"Cost":572,"Date":"11/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":999,"Cost":601,"Date":"12/17/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":354,"Cost":329,"Date":"2/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":204,"Date":"2/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":792,"Date":"3/4/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":369,"Cost":248,"Date":"3/9/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":339,"Cost":223,"Date":"3/9/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":472,"Cost":238,"Date":"3/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":388,"Cost":272,"Date":"3/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":118,"Cost":110,"Date":"3/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":790,"Cost":502,"Date":"3/23/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":268,"Cost":195,"Date":"4/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":468,"Cost":239,"Date":"5/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":323,"Date":"5/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":477,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":384,"Cost":263,"Date":"6/2/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":950,"Cost":843,"Date":"6/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":278,"Cost":238,"Date":"6/16/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":375,"Cost":278,"Date":"6/16/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":515,"Date":"7/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":365,"Cost":183,"Date":"7/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":766,"Cost":655,"Date":"8/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":146,"Cost":135,"Date":"8/29/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":495,"Cost":324,"Date":"8/31/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":94,"Date":"9/8/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":313,"Date":"9/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":740,"Cost":487,"Date":"9/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":557,"Cost":412,"Date":"9/19/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":120,"Date":"9/25/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":873,"Cost":775,"Date":"10/4/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":471,"Date":"10/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":483,"Cost":245,"Date":"10/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":185,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":583,"Cost":359,"Date":"10/30/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":407,"Date":"11/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":633,"Cost":345,"Date":"11/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":673,"Cost":423,"Date":"11/25/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":898,"Cost":669,"Date":"1/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":522,"Cost":401,"Date":"1/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":182,"Cost":170,"Date":"1/20/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":911,"Cost":646,"Date":"2/8/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":904,"Cost":790,"Date":"2/25/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":463,"Cost":347,"Date":"3/7/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":139,"Date":"3/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":95,"Cost":66,"Date":"3/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":868,"Cost":627,"Date":"4/5/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":379,"Cost":302,"Date":"4/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":648,"Date":"5/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":806,"Cost":738,"Date":"5/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":434,"Date":"5/15/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":760,"Cost":388,"Date":"5/25/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":22,"Date":"5/26/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":368,"Cost":223,"Date":"5/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":719,"Cost":504,"Date":"7/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":302,"Date":"9/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":263,"Cost":205,"Date":"10/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":112,"Cost":104,"Date":"10/8/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":415,"Date":"10/26/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":467,"Cost":288,"Date":"11/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":88,"Date":"11/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":621,"Date":"12/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":249,"Cost":224,"Date":"2/9/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":164,"Cost":126,"Date":"2/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":84,"Cost":59,"Date":"3/10/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":795,"Cost":594,"Date":"3/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":281,"Date":"3/18/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":394,"Cost":222,"Date":"3/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":788,"Cost":395,"Date":"3/26/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":705,"Cost":409,"Date":"6/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":190,"Date":"6/10/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":274,"Cost":162,"Date":"6/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":842,"Cost":594,"Date":"6/25/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":961,"Cost":797,"Date":"7/19/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":132,"Cost":106,"Date":"7/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":606,"Cost":366,"Date":"7/25/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":657,"Cost":427,"Date":"8/4/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":389,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":243,"Date":"9/4/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":70,"Cost":54,"Date":"9/19/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":915,"Cost":499,"Date":"9/29/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":114,"Date":"10/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":564,"Cost":339,"Date":"10/15/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":228,"Cost":182,"Date":"10/30/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":837,"Cost":664,"Date":"11/9/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":286,"Cost":203,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":897,"Cost":710,"Date":"11/30/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":239,"Cost":193,"Date":"12/8/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":467,"Cost":391,"Date":"12/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":841,"Cost":558,"Date":"1/15/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":154,"Cost":135,"Date":"1/24/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":42,"Cost":33,"Date":"2/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":366,"Date":"2/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":977,"Cost":770,"Date":"3/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":63,"Cost":49,"Date":"3/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":357,"Cost":329,"Date":"4/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":250,"Cost":125,"Date":"5/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":240,"Cost":209,"Date":"5/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":597,"Cost":424,"Date":"6/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":677,"Cost":389,"Date":"6/26/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":493,"Cost":253,"Date":"7/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":515,"Cost":278,"Date":"7/13/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":979,"Cost":695,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":315,"Cost":212,"Date":"8/26/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":493,"Cost":349,"Date":"9/2/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":892,"Cost":582,"Date":"9/29/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":682,"Date":"10/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":670,"Date":"11/2/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":659,"Cost":470,"Date":"11/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":356,"Cost":245,"Date":"11/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":477,"Cost":410,"Date":"12/1/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":395,"Cost":219,"Date":"12/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":678,"Cost":591,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":614,"Cost":332,"Date":"12/18/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":669,"Cost":568,"Date":"12/20/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":178,"Cost":165,"Date":"12/20/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":891,"Cost":446,"Date":"12/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":971,"Cost":679,"Date":"1/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":395,"Cost":342,"Date":"2/5/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":912,"Date":"2/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":372,"Cost":299,"Date":"2/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":228,"Cost":130,"Date":"2/18/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":671,"Cost":372,"Date":"2/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":941,"Cost":593,"Date":"2/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":245,"Cost":126,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":998,"Cost":683,"Date":"4/2/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":497,"Cost":385,"Date":"4/3/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":432,"Cost":329,"Date":"4/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":714,"Cost":623,"Date":"4/10/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":624,"Cost":367,"Date":"4/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":714,"Cost":477,"Date":"5/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":93,"Cost":65,"Date":"5/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":156,"Cost":148,"Date":"6/20/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":211,"Cost":190,"Date":"7/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":904,"Cost":549,"Date":"7/4/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":413,"Cost":268,"Date":"7/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":654,"Cost":462,"Date":"7/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":49,"Cost":34,"Date":"7/14/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":747,"Cost":532,"Date":"7/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":476,"Cost":408,"Date":"8/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":473,"Cost":375,"Date":"8/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":290,"Cost":213,"Date":"8/7/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":101,"Cost":88,"Date":"8/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":206,"Cost":157,"Date":"8/31/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":373,"Cost":286,"Date":"9/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":276,"Cost":202,"Date":"9/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":424,"Cost":351,"Date":"9/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":278,"Date":"9/29/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":607,"Cost":436,"Date":"11/7/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":566,"Date":"11/26/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":857,"Cost":491,"Date":"11/27/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":895,"Cost":504,"Date":"12/5/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":591,"Cost":419,"Date":"12/26/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":254,"Cost":191,"Date":"12/31/2020"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":681,"Cost":430,"Date":"1/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":639,"Cost":563,"Date":"2/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":181,"Date":"2/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":525,"Cost":494,"Date":"2/27/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":291,"Cost":201,"Date":"3/1/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":538,"Cost":461,"Date":"3/1/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":823,"Cost":455,"Date":"3/19/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":9,"Cost":6,"Date":"3/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":622,"Cost":543,"Date":"5/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":205,"Date":"7/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":632,"Cost":524,"Date":"8/5/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":573,"Cost":526,"Date":"8/12/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":111,"Cost":66,"Date":"8/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":127,"Cost":64,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":344,"Cost":280,"Date":"9/3/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":748,"Cost":513,"Date":"9/5/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":612,"Cost":317,"Date":"10/6/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":164,"Cost":116,"Date":"10/19/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":262,"Cost":215,"Date":"11/15/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":519,"Cost":351,"Date":"12/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":627,"Cost":355,"Date":"1/8/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":762,"Cost":544,"Date":"1/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":806,"Cost":746,"Date":"1/19/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":445,"Cost":379,"Date":"1/28/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":659,"Cost":566,"Date":"1/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":575,"Date":"3/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":582,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":570,"Cost":290,"Date":"4/24/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":504,"Cost":280,"Date":"4/28/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":543,"Cost":384,"Date":"5/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":684,"Date":"5/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":191,"Cost":179,"Date":"5/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":397,"Cost":220,"Date":"6/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":331,"Cost":244,"Date":"6/3/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":999,"Cost":508,"Date":"6/5/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":126,"Cost":74,"Date":"6/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":842,"Cost":674,"Date":"6/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":130,"Cost":93,"Date":"6/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":212,"Cost":145,"Date":"6/24/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":131,"Date":"7/4/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":266,"Cost":208,"Date":"7/9/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":85,"Cost":74,"Date":"7/12/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":56,"Date":"8/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":658,"Date":"8/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":568,"Cost":371,"Date":"8/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":837,"Cost":563,"Date":"9/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":218,"Cost":195,"Date":"9/3/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":917,"Cost":618,"Date":"9/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":301,"Date":"10/4/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":271,"Date":"11/1/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":791,"Cost":715,"Date":"11/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":592,"Cost":557,"Date":"12/17/2022"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":974,"Cost":712,"Date":"2/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":155,"Date":"2/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":29,"Cost":17,"Date":"3/4/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":756,"Cost":512,"Date":"3/9/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":588,"Cost":543,"Date":"3/9/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":21,"Cost":17,"Date":"3/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":338,"Cost":234,"Date":"3/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":370,"Date":"3/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":93,"Date":"3/23/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":299,"Cost":252,"Date":"4/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":606,"Cost":532,"Date":"5/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":597,"Cost":421,"Date":"5/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":985,"Cost":533,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":154,"Cost":109,"Date":"6/2/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":918,"Cost":746,"Date":"6/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":9,"Cost":5,"Date":"6/16/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":932,"Cost":705,"Date":"6/16/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":843,"Cost":756,"Date":"7/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":640,"Cost":486,"Date":"7/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":195,"Date":"8/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":866,"Cost":509,"Date":"8/29/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":845,"Cost":683,"Date":"8/31/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":841,"Cost":691,"Date":"9/8/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":144,"Cost":125,"Date":"9/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":564,"Cost":343,"Date":"9/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":162,"Cost":121,"Date":"9/19/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":196,"Cost":102,"Date":"9/25/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":726,"Cost":618,"Date":"10/4/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":173,"Cost":163,"Date":"10/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":876,"Cost":683,"Date":"10/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":46,"Cost":23,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":374,"Cost":282,"Date":"10/30/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":486,"Cost":293,"Date":"11/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":135,"Cost":97,"Date":"11/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":269,"Cost":162,"Date":"11/25/2023"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":680,"Cost":533,"Date":"1/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":266,"Cost":156,"Date":"1/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":653,"Cost":462,"Date":"1/20/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":69,"Cost":52,"Date":"2/8/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":983,"Cost":632,"Date":"2/25/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":30,"Cost":21,"Date":"3/7/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":512,"Cost":373,"Date":"3/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":668,"Cost":552,"Date":"3/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":867,"Cost":691,"Date":"4/5/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":652,"Cost":439,"Date":"4/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":789,"Cost":571,"Date":"5/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":167,"Cost":148,"Date":"5/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":773,"Cost":395,"Date":"5/15/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":330,"Date":"5/25/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":549,"Cost":371,"Date":"5/26/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":423,"Cost":378,"Date":"5/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":565,"Cost":385,"Date":"7/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":995,"Cost":592,"Date":"9/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":408,"Date":"10/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":528,"Date":"10/8/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":626,"Cost":391,"Date":"10/26/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":421,"Cost":379,"Date":"11/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":20,"Cost":16,"Date":"11/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":147,"Date":"12/1/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":296,"Date":"2/9/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":61,"Cost":44,"Date":"2/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":817,"Cost":511,"Date":"3/10/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":89,"Cost":48,"Date":"3/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":308,"Cost":159,"Date":"3/18/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":74,"Cost":60,"Date":"3/20/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":283,"Cost":237,"Date":"3/26/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":155,"Cost":89,"Date":"6/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":422,"Cost":376,"Date":"6/10/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":722,"Date":"6/16/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":8,"Date":"6/25/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":870,"Cost":491,"Date":"7/19/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":355,"Date":"7/21/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":936,"Cost":794,"Date":"7/25/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":203,"Cost":151,"Date":"8/4/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":187,"Cost":111,"Date":"9/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":350,"Date":"9/4/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":450,"Cost":310,"Date":"9/19/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":302,"Date":"9/29/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":420,"Cost":265,"Date":"10/2/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":968,"Cost":594,"Date":"10/15/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":789,"Cost":586,"Date":"10/30/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":506,"Date":"11/9/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":708,"Cost":597,"Date":"11/23/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":698,"Cost":499,"Date":"11/30/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":706,"Cost":522,"Date":"12/8/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":315,"Cost":158,"Date":"12/11/2018"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":954,"Cost":607,"Date":"1/15/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":424,"Cost":230,"Date":"1/24/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":174,"Date":"2/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":515,"Cost":483,"Date":"2/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":445,"Cost":331,"Date":"3/9/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":579,"Cost":470,"Date":"3/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":234,"Cost":189,"Date":"4/19/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":672,"Cost":542,"Date":"5/3/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":248,"Date":"5/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":753,"Date":"6/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":434,"Cost":368,"Date":"6/26/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":13,"Date":"7/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":739,"Cost":508,"Date":"7/13/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":700,"Cost":407,"Date":"8/8/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":377,"Cost":223,"Date":"8/26/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":876,"Cost":629,"Date":"9/2/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":294,"Cost":241,"Date":"9/29/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":427,"Cost":240,"Date":"10/12/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":951,"Cost":695,"Date":"11/2/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":700,"Cost":624,"Date":"11/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":45,"Cost":37,"Date":"11/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":85,"Date":"12/1/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":506,"Cost":461,"Date":"12/4/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":321,"Date":"12/7/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":950,"Cost":667,"Date":"12/18/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":804,"Cost":486,"Date":"12/20/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":175,"Cost":112,"Date":"12/20/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":266,"Date":"12/21/2019"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":407,"Cost":329,"Date":"1/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":616,"Cost":371,"Date":"2/5/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":552,"Cost":414,"Date":"2/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":839,"Cost":480,"Date":"2/16/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":156,"Date":"2/18/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":217,"Cost":116,"Date":"2/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":739,"Cost":473,"Date":"2/25/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":508,"Date":"3/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":62,"Cost":36,"Date":"4/2/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":76,"Cost":55,"Date":"4/3/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":823,"Cost":712,"Date":"4/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":952,"Cost":821,"Date":"4/10/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":298,"Cost":205,"Date":"4/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":546,"Cost":334,"Date":"5/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":33,"Cost":21,"Date":"5/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":328,"Cost":176,"Date":"6/20/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":660,"Cost":565,"Date":"7/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":452,"Cost":308,"Date":"7/4/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":824,"Cost":499,"Date":"7/8/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":703,"Cost":663,"Date":"7/9/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":360,"Cost":323,"Date":"7/14/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":770,"Cost":458,"Date":"7/19/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":220,"Cost":152,"Date":"8/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":222,"Date":"8/6/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":28,"Cost":22,"Date":"8/7/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":237,"Cost":133,"Date":"8/22/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":69,"Cost":50,"Date":"8/31/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":380,"Cost":259,"Date":"9/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":61,"Cost":35,"Date":"9/1/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":167,"Cost":96,"Date":"9/17/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":875,"Cost":450,"Date":"9/29/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":193,"Cost":106,"Date":"11/7/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":786,"Cost":656,"Date":"11/26/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":668,"Cost":501,"Date":"11/27/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":495,"Cost":428,"Date":"12/5/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":176,"Cost":103,"Date":"12/26/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":900,"Cost":571,"Date":"12/31/2020"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":440,"Cost":228,"Date":"1/20/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":585,"Date":"2/2/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":580,"Cost":335,"Date":"2/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":566,"Cost":409,"Date":"2/27/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":159,"Date":"3/1/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":49,"Cost":46,"Date":"3/1/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":955,"Cost":635,"Date":"3/19/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":923,"Cost":833,"Date":"3/28/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":226,"Cost":177,"Date":"5/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":655,"Cost":362,"Date":"7/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":854,"Cost":687,"Date":"8/5/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":486,"Cost":406,"Date":"8/12/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":213,"Cost":133,"Date":"8/21/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":232,"Cost":140,"Date":"8/23/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":406,"Date":"9/3/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":397,"Cost":325,"Date":"9/5/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":698,"Cost":462,"Date":"10/6/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":248,"Cost":198,"Date":"10/19/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":987,"Cost":687,"Date":"11/15/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":40,"Cost":25,"Date":"12/8/2021"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":688,"Cost":401,"Date":"1/8/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":74,"Date":"1/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":779,"Cost":608,"Date":"1/19/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":49,"Cost":32,"Date":"1/28/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":322,"Cost":235,"Date":"1/31/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":363,"Cost":309,"Date":"3/27/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":375,"Cost":320,"Date":"4/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":566,"Date":"4/24/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":955,"Cost":764,"Date":"4/28/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":915,"Cost":788,"Date":"5/15/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":953,"Cost":677,"Date":"5/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":365,"Cost":270,"Date":"5/18/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":709,"Cost":406,"Date":"6/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":695,"Cost":604,"Date":"6/3/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":673,"Cost":603,"Date":"6/5/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":893,"Cost":670,"Date":"6/7/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":106,"Cost":82,"Date":"6/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":231,"Date":"6/20/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":142,"Cost":117,"Date":"6/24/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":114,"Cost":77,"Date":"7/4/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":794,"Date":"7/9/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":559,"Cost":307,"Date":"7/12/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":340,"Date":"8/14/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":616,"Cost":513,"Date":"8/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":753,"Cost":613,"Date":"8/23/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":546,"Date":"9/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":286,"Cost":247,"Date":"9/3/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":276,"Date":"9/16/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":180,"Date":"10/4/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":44,"Cost":31,"Date":"11/1/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":912,"Cost":565,"Date":"11/2/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":415,"Cost":376,"Date":"12/17/2022"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":17,"Date":"2/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":568,"Cost":335,"Date":"2/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":424,"Cost":248,"Date":"3/4/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":471,"Date":"3/9/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":237,"Cost":207,"Date":"3/9/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":44,"Date":"3/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":934,"Cost":823,"Date":"3/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":468,"Date":"3/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":486,"Date":"3/23/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":497,"Date":"4/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":483,"Cost":373,"Date":"5/7/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":452,"Date":"5/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":475,"Date":"5/20/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":742,"Cost":545,"Date":"6/2/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":564,"Cost":337,"Date":"6/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":969,"Cost":767,"Date":"6/16/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":36,"Cost":35,"Date":"6/16/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":633,"Date":"7/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":548,"Date":"7/11/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":456,"Cost":356,"Date":"8/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":124,"Cost":76,"Date":"8/29/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":401,"Cost":216,"Date":"8/31/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":601,"Date":"9/8/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":872,"Cost":479,"Date":"9/13/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":430,"Cost":359,"Date":"9/14/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":239,"Date":"9/19/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":430,"Cost":358,"Date":"9/25/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":484,"Cost":342,"Date":"10/4/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":644,"Cost":424,"Date":"10/10/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":431,"Cost":297,"Date":"10/17/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":276,"Cost":151,"Date":"10/28/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":358,"Cost":225,"Date":"10/30/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":467,"Cost":304,"Date":"11/1/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":687,"Date":"11/15/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":336,"Cost":312,"Date":"11/25/2023"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":407,"Cost":282,"Date":"1/10/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":625,"Cost":400,"Date":"1/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":899,"Cost":704,"Date":"1/20/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":871,"Cost":771,"Date":"2/8/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":530,"Cost":438,"Date":"2/25/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":663,"Date":"3/7/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":24,"Cost":22,"Date":"3/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":151,"Cost":99,"Date":"3/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":401,"Date":"4/5/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":903,"Cost":506,"Date":"4/14/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":676,"Cost":418,"Date":"5/3/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":728,"Cost":455,"Date":"5/9/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":687,"Cost":460,"Date":"5/15/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":775,"Cost":565,"Date":"5/25/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":210,"Date":"5/26/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":704,"Cost":374,"Date":"5/31/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":625,"Cost":478,"Date":"7/27/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":220,"Cost":133,"Date":"9/17/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":551,"Cost":328,"Date":"10/6/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":446,"Cost":298,"Date":"10/8/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":702,"Cost":622,"Date":"10/26/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":863,"Cost":705,"Date":"11/16/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":957,"Cost":626,"Date":"11/18/2024"},{"Store":"Zara Plaza, Sofia","Brand":"ARKET","Country":"Bulgaria","Sale":882,"Cost":654,"Date":"12/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":567,"Cost":438,"Date":"2/9/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":726,"Cost":637,"Date":"2/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":400,"Cost":344,"Date":"3/10/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":546,"Cost":411,"Date":"3/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":493,"Cost":386,"Date":"3/18/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":227,"Date":"3/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":60,"Cost":39,"Date":"3/26/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":361,"Cost":193,"Date":"6/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":135,"Cost":117,"Date":"6/10/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":206,"Date":"6/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":491,"Cost":268,"Date":"6/25/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":773,"Cost":712,"Date":"7/19/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":542,"Cost":342,"Date":"7/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":683,"Cost":594,"Date":"7/25/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":275,"Cost":200,"Date":"8/4/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":115,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":746,"Cost":673,"Date":"9/4/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":282,"Date":"9/19/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":249,"Cost":193,"Date":"9/29/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":521,"Cost":317,"Date":"10/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":311,"Cost":254,"Date":"10/15/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":577,"Date":"10/30/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":425,"Date":"11/9/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":737,"Cost":404,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":451,"Cost":342,"Date":"11/30/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":816,"Cost":750,"Date":"12/8/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":947,"Cost":676,"Date":"12/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":615,"Cost":406,"Date":"1/15/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":892,"Cost":463,"Date":"1/24/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":502,"Date":"2/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":189,"Date":"2/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":847,"Cost":688,"Date":"3/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":57,"Date":"3/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":455,"Date":"4/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":543,"Cost":392,"Date":"5/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":142,"Cost":79,"Date":"5/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":168,"Cost":155,"Date":"6/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":860,"Cost":493,"Date":"6/26/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":833,"Date":"7/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":579,"Cost":437,"Date":"7/13/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":892,"Cost":451,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":449,"Cost":310,"Date":"8/26/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":102,"Cost":78,"Date":"9/2/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":314,"Cost":272,"Date":"9/29/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":471,"Date":"10/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":981,"Cost":544,"Date":"11/2/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":957,"Cost":856,"Date":"11/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":85,"Date":"11/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":613,"Date":"12/1/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":159,"Cost":94,"Date":"12/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":478,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":500,"Date":"12/18/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":472,"Date":"12/20/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":725,"Cost":656,"Date":"12/20/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":81,"Cost":69,"Date":"12/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":796,"Cost":655,"Date":"1/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":268,"Cost":162,"Date":"2/5/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":942,"Cost":793,"Date":"2/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":132,"Cost":125,"Date":"2/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":875,"Date":"2/18/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":484,"Date":"2/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":157,"Date":"2/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":479,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":853,"Cost":597,"Date":"4/2/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":234,"Date":"4/3/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":719,"Cost":442,"Date":"4/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":542,"Cost":481,"Date":"4/10/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":890,"Cost":529,"Date":"4/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":159,"Date":"5/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":473,"Cost":335,"Date":"5/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":407,"Cost":219,"Date":"6/20/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":811,"Cost":558,"Date":"7/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":66,"Cost":60,"Date":"7/4/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":500,"Date":"7/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":981,"Cost":564,"Date":"7/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":755,"Cost":713,"Date":"7/14/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":604,"Date":"7/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":789,"Cost":587,"Date":"8/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":684,"Cost":480,"Date":"8/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":379,"Date":"8/7/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":273,"Date":"8/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":744,"Cost":675,"Date":"8/31/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":268,"Cost":199,"Date":"9/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":415,"Cost":302,"Date":"9/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":14,"Date":"9/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":151,"Date":"9/29/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":518,"Cost":423,"Date":"11/7/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":146,"Date":"11/26/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":854,"Cost":477,"Date":"11/27/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":139,"Cost":80,"Date":"12/5/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":402,"Cost":374,"Date":"12/26/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":220,"Cost":123,"Date":"12/31/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":622,"Cost":569,"Date":"1/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":254,"Date":"2/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":548,"Cost":320,"Date":"2/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":178,"Date":"2/27/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":204,"Date":"3/1/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":267,"Cost":141,"Date":"3/1/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":865,"Cost":493,"Date":"3/19/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":605,"Cost":367,"Date":"3/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":116,"Cost":107,"Date":"5/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":526,"Cost":311,"Date":"7/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":778,"Cost":545,"Date":"8/5/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":638,"Cost":405,"Date":"8/12/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":97,"Date":"8/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":381,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":277,"Cost":200,"Date":"9/3/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":57,"Cost":45,"Date":"9/5/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":39,"Date":"10/6/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":732,"Date":"10/19/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":519,"Cost":314,"Date":"11/15/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":415,"Cost":357,"Date":"12/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":263,"Cost":197,"Date":"1/8/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":430,"Cost":251,"Date":"1/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":590,"Date":"1/19/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":480,"Cost":427,"Date":"1/28/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":174,"Cost":155,"Date":"1/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":794,"Cost":660,"Date":"3/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":323,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":715,"Cost":660,"Date":"4/24/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":615,"Cost":315,"Date":"4/28/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":137,"Cost":121,"Date":"5/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":115,"Date":"5/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":220,"Cost":117,"Date":"5/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":825,"Cost":681,"Date":"6/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":557,"Cost":419,"Date":"6/3/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":715,"Cost":646,"Date":"6/5/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":896,"Cost":448,"Date":"6/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":827,"Cost":698,"Date":"6/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":46,"Cost":25,"Date":"6/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":191,"Cost":103,"Date":"6/24/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":499,"Cost":365,"Date":"7/4/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":640,"Cost":553,"Date":"7/9/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":101,"Cost":57,"Date":"7/12/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":142,"Date":"8/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":880,"Cost":650,"Date":"8/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":344,"Cost":306,"Date":"8/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":314,"Cost":174,"Date":"9/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":838,"Cost":607,"Date":"9/3/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":505,"Cost":407,"Date":"9/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":322,"Date":"10/4/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":801,"Cost":434,"Date":"11/1/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":327,"Cost":243,"Date":"11/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":432,"Date":"12/17/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":450,"Cost":355,"Date":"2/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":85,"Date":"2/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":541,"Date":"3/4/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":899,"Cost":492,"Date":"3/9/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":403,"Date":"3/9/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":631,"Cost":587,"Date":"3/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":759,"Cost":481,"Date":"3/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":429,"Cost":408,"Date":"3/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":405,"Cost":280,"Date":"3/23/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":514,"Date":"4/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":267,"Cost":250,"Date":"5/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":499,"Date":"5/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":446,"Cost":280,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":285,"Cost":162,"Date":"6/2/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":474,"Cost":387,"Date":"6/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":845,"Cost":596,"Date":"6/16/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":618,"Date":"6/16/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":384,"Date":"7/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":851,"Cost":755,"Date":"7/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":122,"Date":"8/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":925,"Cost":871,"Date":"8/29/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":83,"Cost":47,"Date":"8/31/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":176,"Cost":125,"Date":"9/8/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":826,"Cost":574,"Date":"9/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":122,"Date":"9/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":231,"Date":"9/19/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":389,"Date":"9/25/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":891,"Cost":805,"Date":"10/4/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":651,"Date":"10/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":163,"Cost":118,"Date":"10/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":184,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":548,"Cost":326,"Date":"10/30/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":954,"Cost":850,"Date":"11/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":273,"Date":"11/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":534,"Cost":342,"Date":"11/25/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":255,"Cost":184,"Date":"1/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":613,"Cost":510,"Date":"1/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":395,"Cost":212,"Date":"1/20/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":601,"Date":"2/8/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":121,"Cost":80,"Date":"2/25/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":367,"Cost":326,"Date":"3/7/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":881,"Cost":528,"Date":"3/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":684,"Cost":387,"Date":"3/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":141,"Date":"4/5/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":625,"Cost":404,"Date":"4/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":360,"Date":"5/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":230,"Cost":141,"Date":"5/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":234,"Cost":200,"Date":"5/15/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":441,"Cost":343,"Date":"5/25/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":105,"Date":"5/26/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":348,"Cost":239,"Date":"5/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":910,"Cost":767,"Date":"7/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":510,"Date":"9/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":794,"Cost":462,"Date":"10/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":642,"Cost":537,"Date":"10/8/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":462,"Cost":324,"Date":"10/26/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":363,"Date":"11/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":159,"Cost":84,"Date":"11/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":810,"Cost":654,"Date":"12/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":268,"Date":"2/9/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":982,"Cost":888,"Date":"2/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":984,"Cost":493,"Date":"3/10/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":471,"Cost":342,"Date":"3/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":964,"Cost":899,"Date":"3/18/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":895,"Cost":617,"Date":"3/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":276,"Date":"3/26/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":541,"Date":"6/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":191,"Cost":167,"Date":"6/10/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":737,"Cost":594,"Date":"6/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"6/25/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":51,"Date":"7/19/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":812,"Cost":565,"Date":"7/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":52,"Cost":37,"Date":"7/25/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":56,"Date":"8/4/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":483,"Cost":295,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":179,"Cost":126,"Date":"9/4/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":65,"Date":"9/19/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":245,"Cost":179,"Date":"9/29/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":443,"Cost":274,"Date":"10/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":41,"Cost":26,"Date":"10/15/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":33,"Date":"10/30/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":442,"Cost":418,"Date":"11/9/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":552,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":515,"Cost":385,"Date":"11/30/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":226,"Cost":123,"Date":"12/8/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":521,"Cost":400,"Date":"12/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":166,"Date":"1/15/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":16,"Date":"1/24/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":765,"Cost":580,"Date":"2/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":986,"Cost":816,"Date":"2/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":628,"Cost":380,"Date":"3/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":564,"Date":"3/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":732,"Cost":416,"Date":"4/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":881,"Cost":774,"Date":"5/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":341,"Cost":185,"Date":"5/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":458,"Cost":374,"Date":"6/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":696,"Cost":568,"Date":"6/26/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":284,"Cost":182,"Date":"7/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":811,"Cost":560,"Date":"7/13/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":252,"Cost":162,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":948,"Cost":758,"Date":"8/26/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":644,"Date":"9/2/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":665,"Cost":599,"Date":"9/29/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":765,"Cost":504,"Date":"10/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":450,"Cost":363,"Date":"11/2/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":296,"Date":"11/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":476,"Cost":366,"Date":"11/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":757,"Cost":676,"Date":"12/1/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":583,"Cost":554,"Date":"12/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":3,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":713,"Cost":641,"Date":"12/18/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":429,"Cost":289,"Date":"12/20/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":318,"Date":"12/20/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":787,"Date":"12/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":536,"Cost":316,"Date":"1/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":435,"Date":"2/5/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":189,"Cost":108,"Date":"2/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":582,"Cost":480,"Date":"2/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":168,"Cost":130,"Date":"2/18/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":459,"Cost":426,"Date":"2/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":613,"Cost":376,"Date":"2/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":200,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":581,"Date":"4/2/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":228,"Cost":212,"Date":"4/3/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":61,"Cost":58,"Date":"4/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":52,"Date":"4/10/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":98,"Cost":65,"Date":"4/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":385,"Date":"5/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":441,"Date":"5/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":212,"Date":"6/20/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":371,"Cost":215,"Date":"7/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":85,"Cost":76,"Date":"7/4/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":464,"Cost":436,"Date":"7/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":794,"Cost":417,"Date":"7/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":208,"Cost":128,"Date":"7/14/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":618,"Cost":541,"Date":"7/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":450,"Date":"8/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":199,"Date":"8/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":197,"Cost":107,"Date":"8/7/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":723,"Cost":568,"Date":"8/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":34,"Cost":21,"Date":"8/31/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":435,"Cost":334,"Date":"9/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":592,"Cost":363,"Date":"9/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":355,"Cost":318,"Date":"9/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":327,"Cost":176,"Date":"9/29/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":746,"Cost":485,"Date":"11/7/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":541,"Cost":332,"Date":"11/26/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":19,"Cost":10,"Date":"11/27/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":456,"Date":"12/5/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":56,"Date":"12/26/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":309,"Cost":192,"Date":"12/31/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":24,"Cost":20,"Date":"1/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":251,"Date":"2/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":182,"Cost":150,"Date":"2/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":479,"Date":"2/27/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":997,"Cost":633,"Date":"3/1/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":507,"Date":"3/1/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":106,"Cost":94,"Date":"3/19/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":873,"Cost":541,"Date":"3/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":304,"Cost":269,"Date":"5/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":899,"Cost":607,"Date":"7/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":409,"Date":"8/5/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":609,"Cost":490,"Date":"8/12/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":298,"Cost":228,"Date":"8/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":874,"Cost":807,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":27,"Date":"9/3/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":923,"Cost":769,"Date":"9/5/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":319,"Date":"10/6/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":788,"Date":"10/19/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":81,"Cost":46,"Date":"11/15/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":217,"Cost":126,"Date":"12/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":277,"Cost":219,"Date":"1/8/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":26,"Date":"1/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":650,"Date":"1/19/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":575,"Cost":460,"Date":"1/28/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":313,"Cost":268,"Date":"1/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":295,"Cost":250,"Date":"3/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":487,"Cost":265,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":604,"Cost":399,"Date":"4/24/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":29,"Date":"4/28/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":515,"Date":"5/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":256,"Cost":230,"Date":"5/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":78,"Cost":66,"Date":"5/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":849,"Cost":476,"Date":"6/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":409,"Cost":306,"Date":"6/3/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":490,"Cost":263,"Date":"6/5/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":526,"Cost":446,"Date":"6/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":803,"Cost":604,"Date":"6/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":822,"Cost":646,"Date":"6/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":82,"Date":"6/24/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":651,"Cost":587,"Date":"7/4/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":704,"Cost":549,"Date":"7/9/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":380,"Cost":195,"Date":"7/12/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":65,"Date":"8/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":495,"Date":"8/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":648,"Cost":372,"Date":"8/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":874,"Cost":471,"Date":"9/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":777,"Date":"9/3/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":25,"Date":"9/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":586,"Cost":473,"Date":"10/4/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":850,"Cost":551,"Date":"11/1/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":840,"Cost":669,"Date":"11/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":522,"Cost":419,"Date":"12/17/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":499,"Cost":294,"Date":"2/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":417,"Date":"2/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":79,"Cost":64,"Date":"3/4/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":234,"Date":"3/9/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":605,"Date":"3/9/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":773,"Cost":513,"Date":"3/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":70,"Date":"3/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":218,"Cost":177,"Date":"3/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":410,"Date":"3/23/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":677,"Date":"4/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":829,"Cost":746,"Date":"5/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":633,"Cost":318,"Date":"5/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":506,"Cost":341,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":840,"Cost":660,"Date":"6/2/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":510,"Cost":404,"Date":"6/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":731,"Cost":516,"Date":"6/16/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":490,"Cost":278,"Date":"6/16/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":178,"Cost":122,"Date":"7/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":297,"Cost":280,"Date":"7/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":939,"Cost":870,"Date":"8/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":347,"Cost":319,"Date":"8/29/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":344,"Date":"8/31/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":482,"Cost":360,"Date":"9/8/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":202,"Cost":119,"Date":"9/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":958,"Cost":670,"Date":"9/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":159,"Date":"9/19/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":284,"Date":"9/25/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":438,"Cost":255,"Date":"10/4/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":392,"Cost":320,"Date":"10/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":372,"Date":"10/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":713,"Cost":595,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":227,"Date":"10/30/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":183,"Cost":152,"Date":"11/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":263,"Date":"11/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":128,"Cost":97,"Date":"11/25/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":206,"Cost":154,"Date":"1/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":687,"Cost":370,"Date":"1/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":439,"Cost":271,"Date":"1/20/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":213,"Date":"2/8/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":413,"Cost":371,"Date":"2/25/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":632,"Cost":424,"Date":"3/7/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":361,"Cost":309,"Date":"3/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":180,"Date":"3/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":10,"Date":"4/5/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":106,"Date":"4/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":206,"Cost":179,"Date":"5/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":824,"Cost":656,"Date":"5/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":516,"Cost":266,"Date":"5/15/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":326,"Cost":170,"Date":"5/25/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":24,"Date":"5/26/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":266,"Date":"5/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":209,"Cost":175,"Date":"7/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":718,"Cost":666,"Date":"9/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":476,"Date":"10/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":516,"Cost":451,"Date":"10/8/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":737,"Cost":392,"Date":"10/26/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":345,"Cost":293,"Date":"11/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":194,"Date":"11/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"Nova","Country":"Bulgaria","Sale":845,"Cost":565,"Date":"12/1/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":56,"Cost":41,"Date":"2/9/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":928,"Cost":617,"Date":"2/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":845,"Cost":634,"Date":"3/10/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":582,"Cost":479,"Date":"3/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":276,"Cost":139,"Date":"3/18/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":627,"Date":"3/20/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":309,"Cost":274,"Date":"3/26/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":906,"Cost":587,"Date":"6/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":961,"Cost":691,"Date":"6/10/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":795,"Cost":483,"Date":"6/16/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":186,"Cost":127,"Date":"6/25/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":527,"Cost":446,"Date":"7/19/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":349,"Cost":262,"Date":"7/21/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"7/25/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":744,"Cost":609,"Date":"8/4/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":122,"Cost":109,"Date":"9/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":108,"Cost":88,"Date":"9/4/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":980,"Cost":820,"Date":"9/19/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":869,"Cost":726,"Date":"9/29/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":274,"Date":"10/2/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":281,"Cost":173,"Date":"10/15/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":926,"Cost":654,"Date":"10/30/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":896,"Cost":648,"Date":"11/9/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":324,"Cost":202,"Date":"11/23/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":127,"Cost":64,"Date":"11/30/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":315,"Cost":185,"Date":"12/8/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":557,"Cost":424,"Date":"12/11/2018"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":49,"Cost":32,"Date":"1/15/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":32,"Cost":23,"Date":"1/24/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":281,"Cost":192,"Date":"2/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":260,"Cost":199,"Date":"2/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":74,"Cost":46,"Date":"3/9/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":820,"Cost":748,"Date":"3/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":35,"Date":"4/19/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":227,"Date":"5/3/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":440,"Cost":259,"Date":"5/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":124,"Cost":77,"Date":"6/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":755,"Cost":634,"Date":"6/26/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":456,"Cost":357,"Date":"7/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":121,"Cost":85,"Date":"7/13/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":695,"Cost":535,"Date":"8/8/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":811,"Date":"8/26/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":20,"Cost":13,"Date":"9/2/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":969,"Cost":733,"Date":"9/29/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":75,"Cost":48,"Date":"10/12/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":203,"Cost":164,"Date":"11/2/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":567,"Cost":317,"Date":"11/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":443,"Cost":261,"Date":"11/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":43,"Cost":41,"Date":"12/1/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":425,"Cost":362,"Date":"12/4/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":211,"Cost":170,"Date":"12/7/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":366,"Cost":289,"Date":"12/18/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":242,"Cost":167,"Date":"12/20/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":387,"Cost":205,"Date":"12/20/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":878,"Cost":802,"Date":"12/21/2019"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":890,"Cost":803,"Date":"1/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":545,"Cost":274,"Date":"2/5/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":153,"Cost":95,"Date":"2/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":506,"Cost":476,"Date":"2/16/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":354,"Cost":209,"Date":"2/18/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":132,"Cost":77,"Date":"2/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":707,"Cost":483,"Date":"2/25/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":230,"Cost":189,"Date":"3/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":106,"Cost":54,"Date":"4/2/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":320,"Cost":261,"Date":"4/3/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":776,"Cost":618,"Date":"4/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":576,"Cost":306,"Date":"4/10/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":482,"Cost":389,"Date":"4/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":535,"Cost":367,"Date":"5/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":898,"Cost":817,"Date":"5/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":764,"Cost":537,"Date":"6/20/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":311,"Cost":283,"Date":"7/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":86,"Cost":80,"Date":"7/4/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":440,"Cost":313,"Date":"7/8/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":730,"Cost":450,"Date":"7/9/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":237,"Cost":144,"Date":"7/14/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":267,"Date":"7/19/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":904,"Cost":628,"Date":"8/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":445,"Date":"8/6/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":113,"Cost":81,"Date":"8/7/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":303,"Date":"8/22/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":684,"Cost":383,"Date":"8/31/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":641,"Cost":377,"Date":"9/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":35,"Cost":18,"Date":"9/1/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":962,"Cost":710,"Date":"9/17/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":457,"Cost":382,"Date":"9/29/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":346,"Cost":182,"Date":"11/7/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":780,"Cost":543,"Date":"11/26/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":242,"Cost":165,"Date":"11/27/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":698,"Cost":390,"Date":"12/5/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":439,"Cost":230,"Date":"12/26/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":525,"Cost":410,"Date":"12/31/2020"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":856,"Cost":754,"Date":"1/20/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":618,"Cost":578,"Date":"2/2/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":348,"Cost":282,"Date":"2/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":965,"Cost":841,"Date":"2/27/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":847,"Cost":671,"Date":"3/1/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":578,"Cost":376,"Date":"3/1/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":471,"Date":"3/19/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":922,"Cost":781,"Date":"3/28/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":771,"Cost":591,"Date":"5/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":979,"Cost":830,"Date":"7/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"8/5/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":340,"Date":"8/12/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":295,"Cost":238,"Date":"8/21/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":411,"Cost":341,"Date":"8/23/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":145,"Cost":90,"Date":"9/3/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":183,"Cost":163,"Date":"9/5/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":577,"Cost":352,"Date":"10/6/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":206,"Cost":195,"Date":"10/19/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":861,"Cost":687,"Date":"11/15/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":489,"Date":"12/8/2021"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":159,"Cost":146,"Date":"1/8/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":31,"Cost":17,"Date":"1/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":640,"Cost":504,"Date":"1/19/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":538,"Date":"1/28/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":465,"Date":"1/31/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":457,"Cost":390,"Date":"3/27/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":806,"Cost":588,"Date":"4/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":462,"Cost":366,"Date":"4/24/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":600,"Date":"4/28/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":976,"Cost":694,"Date":"5/15/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":883,"Cost":524,"Date":"5/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":714,"Cost":447,"Date":"5/18/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":72,"Cost":40,"Date":"6/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":143,"Date":"6/3/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":114,"Cost":78,"Date":"6/5/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":858,"Cost":451,"Date":"6/7/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":844,"Cost":584,"Date":"6/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":147,"Cost":107,"Date":"6/20/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":779,"Cost":637,"Date":"6/24/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":318,"Cost":286,"Date":"7/4/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":782,"Cost":651,"Date":"7/9/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":982,"Cost":907,"Date":"7/12/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":676,"Cost":565,"Date":"8/14/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":608,"Cost":547,"Date":"8/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":232,"Cost":136,"Date":"8/23/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":732,"Cost":395,"Date":"9/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":875,"Cost":717,"Date":"9/3/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":736,"Cost":622,"Date":"9/16/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":270,"Cost":209,"Date":"10/4/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":658,"Cost":384,"Date":"11/1/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":590,"Date":"11/2/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":381,"Date":"12/17/2022"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":533,"Cost":503,"Date":"2/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":607,"Cost":346,"Date":"2/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":505,"Cost":253,"Date":"3/4/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":723,"Cost":366,"Date":"3/9/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":43,"Cost":27,"Date":"3/9/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":200,"Cost":166,"Date":"3/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":375,"Cost":220,"Date":"3/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":494,"Cost":302,"Date":"3/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":505,"Cost":403,"Date":"3/23/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":195,"Cost":155,"Date":"4/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":765,"Cost":471,"Date":"5/7/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":145,"Cost":88,"Date":"5/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":878,"Cost":783,"Date":"5/20/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":307,"Cost":201,"Date":"6/2/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":377,"Cost":280,"Date":"6/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":978,"Cost":516,"Date":"6/16/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":777,"Date":"6/16/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":679,"Cost":518,"Date":"7/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":705,"Cost":405,"Date":"7/11/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":563,"Cost":371,"Date":"8/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":676,"Cost":349,"Date":"8/29/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":124,"Cost":69,"Date":"8/31/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":472,"Cost":426,"Date":"9/8/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":394,"Cost":373,"Date":"9/13/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":602,"Cost":304,"Date":"9/14/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":522,"Cost":320,"Date":"9/19/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":314,"Cost":245,"Date":"9/25/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":320,"Date":"10/4/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":417,"Cost":291,"Date":"10/10/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":431,"Cost":394,"Date":"10/17/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":719,"Cost":478,"Date":"10/28/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":699,"Cost":374,"Date":"10/30/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":191,"Cost":130,"Date":"11/1/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":676,"Cost":530,"Date":"11/15/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":882,"Cost":786,"Date":"11/25/2023"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":420,"Cost":267,"Date":"1/10/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":291,"Date":"1/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":205,"Cost":134,"Date":"1/20/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":22,"Cost":18,"Date":"2/8/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":398,"Cost":341,"Date":"2/25/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":373,"Cost":348,"Date":"3/7/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":556,"Date":"3/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":215,"Date":"3/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":305,"Cost":231,"Date":"4/5/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":604,"Cost":549,"Date":"4/14/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":861,"Cost":556,"Date":"5/3/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":38,"Cost":22,"Date":"5/9/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":936,"Cost":485,"Date":"5/15/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":412,"Date":"5/25/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":13,"Cost":10,"Date":"5/26/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":433,"Cost":387,"Date":"5/31/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":616,"Cost":330,"Date":"7/27/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":816,"Cost":547,"Date":"9/17/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":162,"Cost":132,"Date":"10/6/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":112,"Cost":80,"Date":"10/8/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":344,"Cost":210,"Date":"10/26/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":928,"Cost":516,"Date":"11/16/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":748,"Cost":446,"Date":"11/18/2024"},{"Store":"Bulgaria Mall, Sofia","Brand":"HM","Country":"Bulgaria","Sale":305,"Cost":279,"Date":"12/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":55,"Cost":39,"Date":"2/9/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":715,"Cost":479,"Date":"2/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":870,"Cost":647,"Date":"3/10/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":776,"Cost":492,"Date":"3/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":426,"Cost":375,"Date":"3/18/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":747,"Cost":596,"Date":"3/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":698,"Cost":546,"Date":"3/26/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":281,"Date":"6/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":909,"Cost":507,"Date":"6/10/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":514,"Cost":418,"Date":"6/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":922,"Cost":686,"Date":"6/25/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":809,"Cost":736,"Date":"7/19/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":904,"Cost":731,"Date":"7/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":642,"Cost":400,"Date":"7/25/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":924,"Cost":471,"Date":"8/4/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":759,"Cost":448,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":473,"Cost":432,"Date":"9/4/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":634,"Cost":379,"Date":"9/19/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":111,"Cost":67,"Date":"9/29/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":805,"Cost":719,"Date":"10/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":352,"Cost":306,"Date":"10/15/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":689,"Cost":503,"Date":"10/30/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":414,"Cost":308,"Date":"11/9/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":753,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":504,"Date":"11/30/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":466,"Cost":244,"Date":"12/8/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":866,"Cost":727,"Date":"12/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":584,"Cost":550,"Date":"1/15/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":42,"Cost":35,"Date":"1/24/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":449,"Cost":358,"Date":"2/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":648,"Cost":559,"Date":"2/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":436,"Cost":268,"Date":"3/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":280,"Cost":223,"Date":"3/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":331,"Cost":176,"Date":"4/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":749,"Cost":678,"Date":"5/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":802,"Cost":419,"Date":"5/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":492,"Cost":339,"Date":"6/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":387,"Cost":294,"Date":"6/26/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":403,"Cost":203,"Date":"7/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":337,"Cost":200,"Date":"7/13/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":990,"Cost":906,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":820,"Cost":507,"Date":"8/26/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":828,"Cost":622,"Date":"9/2/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":515,"Date":"9/29/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":409,"Cost":272,"Date":"10/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":252,"Cost":176,"Date":"11/2/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":637,"Date":"11/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":824,"Cost":599,"Date":"11/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":106,"Cost":96,"Date":"12/1/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":424,"Cost":337,"Date":"12/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":992,"Cost":614,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"12/18/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":104,"Cost":74,"Date":"12/20/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":9,"Date":"12/20/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":376,"Cost":291,"Date":"12/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":707,"Cost":602,"Date":"1/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":204,"Date":"2/5/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":763,"Cost":473,"Date":"2/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":788,"Cost":548,"Date":"2/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":117,"Cost":78,"Date":"2/18/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":173,"Cost":119,"Date":"2/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":789,"Cost":594,"Date":"2/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":642,"Cost":329,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":187,"Cost":140,"Date":"4/2/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":802,"Cost":475,"Date":"4/3/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":496,"Cost":455,"Date":"4/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":701,"Cost":361,"Date":"4/10/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":765,"Cost":550,"Date":"4/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":166,"Cost":97,"Date":"5/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":129,"Cost":77,"Date":"5/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":607,"Cost":496,"Date":"6/20/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":234,"Cost":177,"Date":"7/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":939,"Cost":540,"Date":"7/4/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":688,"Cost":504,"Date":"7/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":225,"Cost":204,"Date":"7/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":109,"Date":"7/14/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":939,"Cost":535,"Date":"7/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":660,"Cost":456,"Date":"8/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":213,"Cost":125,"Date":"8/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":678,"Cost":540,"Date":"8/7/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":982,"Cost":917,"Date":"8/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":523,"Cost":315,"Date":"8/31/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":874,"Cost":488,"Date":"9/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":461,"Cost":400,"Date":"9/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":280,"Cost":204,"Date":"9/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":857,"Cost":493,"Date":"9/29/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":484,"Cost":447,"Date":"11/7/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":551,"Cost":283,"Date":"11/26/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":805,"Cost":622,"Date":"11/27/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":441,"Date":"12/5/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":993,"Cost":597,"Date":"12/26/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":177,"Cost":150,"Date":"12/31/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":504,"Cost":423,"Date":"1/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":264,"Cost":175,"Date":"2/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":25,"Cost":12,"Date":"2/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":263,"Cost":226,"Date":"2/27/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":714,"Cost":453,"Date":"3/1/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":674,"Cost":570,"Date":"3/1/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":111,"Cost":80,"Date":"3/19/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":95,"Cost":87,"Date":"3/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":151,"Cost":117,"Date":"5/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":742,"Cost":613,"Date":"7/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":125,"Cost":105,"Date":"8/5/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":773,"Cost":539,"Date":"8/12/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":703,"Cost":417,"Date":"8/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":491,"Cost":452,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":532,"Cost":274,"Date":"9/3/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":372,"Cost":327,"Date":"9/5/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":157,"Cost":84,"Date":"10/6/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":689,"Cost":638,"Date":"10/19/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":750,"Cost":431,"Date":"11/15/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":290,"Cost":234,"Date":"12/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":179,"Cost":106,"Date":"1/8/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":427,"Cost":349,"Date":"1/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":184,"Cost":159,"Date":"1/19/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"1/28/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":878,"Cost":609,"Date":"1/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":541,"Cost":344,"Date":"3/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":748,"Cost":671,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":23,"Cost":19,"Date":"4/24/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":693,"Cost":646,"Date":"4/28/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":766,"Cost":575,"Date":"5/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":157,"Date":"5/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":58,"Cost":34,"Date":"5/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":71,"Cost":37,"Date":"6/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":348,"Cost":230,"Date":"6/3/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":529,"Cost":493,"Date":"6/5/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":408,"Cost":371,"Date":"6/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":510,"Date":"6/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":545,"Date":"6/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":935,"Cost":687,"Date":"6/24/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":262,"Cost":224,"Date":"7/4/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":812,"Date":"7/9/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":294,"Date":"7/12/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":131,"Date":"8/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":482,"Cost":284,"Date":"8/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":573,"Cost":504,"Date":"8/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":308,"Date":"9/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":596,"Cost":372,"Date":"9/3/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":780,"Cost":480,"Date":"9/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":651,"Cost":384,"Date":"10/4/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":159,"Cost":105,"Date":"11/1/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":386,"Cost":211,"Date":"11/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":615,"Cost":487,"Date":"12/17/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":555,"Cost":291,"Date":"2/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":714,"Cost":622,"Date":"2/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":451,"Date":"3/4/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":397,"Cost":205,"Date":"3/9/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":868,"Cost":487,"Date":"3/9/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":133,"Cost":74,"Date":"3/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":228,"Cost":209,"Date":"3/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":575,"Cost":534,"Date":"3/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":122,"Cost":61,"Date":"3/23/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":692,"Cost":374,"Date":"4/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":196,"Cost":131,"Date":"5/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":738,"Cost":460,"Date":"5/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":566,"Cost":435,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":241,"Cost":128,"Date":"6/2/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":908,"Cost":516,"Date":"6/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":756,"Cost":577,"Date":"6/16/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":974,"Cost":630,"Date":"6/16/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"7/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":330,"Cost":190,"Date":"7/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":428,"Cost":308,"Date":"8/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":462,"Cost":378,"Date":"8/29/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":711,"Date":"8/31/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":31,"Cost":29,"Date":"9/8/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":648,"Cost":325,"Date":"9/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":388,"Cost":251,"Date":"9/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":256,"Date":"9/19/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":223,"Date":"9/25/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":983,"Cost":793,"Date":"10/4/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":882,"Cost":463,"Date":"10/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":33,"Cost":23,"Date":"10/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":404,"Cost":355,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":201,"Cost":161,"Date":"10/30/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":965,"Cost":917,"Date":"11/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":365,"Cost":232,"Date":"11/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":761,"Cost":382,"Date":"11/25/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":934,"Cost":729,"Date":"1/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":462,"Date":"1/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":228,"Date":"1/20/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":255,"Date":"2/8/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":462,"Cost":361,"Date":"2/25/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":723,"Cost":461,"Date":"3/7/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":39,"Cost":34,"Date":"3/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"3/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":179,"Cost":94,"Date":"4/5/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":139,"Cost":107,"Date":"4/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":509,"Cost":428,"Date":"5/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":605,"Date":"5/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":734,"Cost":392,"Date":"5/15/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":172,"Cost":127,"Date":"5/25/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":640,"Cost":486,"Date":"5/26/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":378,"Cost":358,"Date":"5/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"7/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":113,"Cost":67,"Date":"9/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":84,"Cost":69,"Date":"10/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":795,"Date":"10/8/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":872,"Cost":437,"Date":"10/26/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":812,"Cost":574,"Date":"11/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":36,"Cost":25,"Date":"11/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"HM","Country":"Bulgaria","Sale":481,"Cost":328,"Date":"12/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":167,"Cost":87,"Date":"2/9/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":974,"Cost":844,"Date":"2/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":98,"Cost":81,"Date":"3/10/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":388,"Cost":322,"Date":"3/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":231,"Cost":152,"Date":"3/18/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":704,"Cost":526,"Date":"3/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":642,"Cost":390,"Date":"3/26/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":82,"Cost":52,"Date":"6/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":519,"Cost":456,"Date":"6/10/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":331,"Cost":308,"Date":"6/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":781,"Cost":654,"Date":"6/25/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":452,"Cost":412,"Date":"7/19/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":132,"Cost":66,"Date":"7/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":327,"Cost":189,"Date":"7/25/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":907,"Cost":732,"Date":"8/4/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":630,"Cost":597,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":794,"Cost":496,"Date":"9/4/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":302,"Cost":254,"Date":"9/19/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":702,"Cost":390,"Date":"9/29/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":464,"Cost":236,"Date":"10/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":446,"Cost":266,"Date":"10/15/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":999,"Cost":676,"Date":"10/30/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":540,"Date":"11/9/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":31,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":16,"Cost":8,"Date":"11/30/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":629,"Cost":451,"Date":"12/8/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":640,"Cost":402,"Date":"12/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":828,"Cost":532,"Date":"1/15/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":24,"Cost":15,"Date":"1/24/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":873,"Cost":768,"Date":"2/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":148,"Cost":95,"Date":"2/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":636,"Cost":389,"Date":"3/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":414,"Cost":371,"Date":"3/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":227,"Cost":202,"Date":"4/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":899,"Cost":769,"Date":"5/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":206,"Cost":137,"Date":"5/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":293,"Cost":185,"Date":"6/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":832,"Cost":592,"Date":"6/26/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":125,"Cost":110,"Date":"7/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":227,"Cost":174,"Date":"7/13/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":33,"Cost":21,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":498,"Date":"8/26/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":789,"Cost":709,"Date":"9/2/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":859,"Cost":530,"Date":"9/29/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":812,"Cost":561,"Date":"10/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":226,"Cost":171,"Date":"11/2/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":41,"Cost":23,"Date":"11/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":976,"Cost":784,"Date":"11/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":389,"Cost":313,"Date":"12/1/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":13,"Cost":11,"Date":"12/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":368,"Cost":303,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":485,"Cost":321,"Date":"12/18/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":902,"Cost":526,"Date":"12/20/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":649,"Cost":562,"Date":"12/20/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":260,"Cost":223,"Date":"12/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":699,"Cost":399,"Date":"1/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":662,"Cost":406,"Date":"2/5/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":775,"Cost":712,"Date":"2/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":727,"Cost":585,"Date":"2/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":902,"Cost":757,"Date":"2/18/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":559,"Cost":476,"Date":"2/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":888,"Cost":768,"Date":"2/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":928,"Cost":785,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":649,"Cost":576,"Date":"4/2/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"4/3/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":478,"Cost":344,"Date":"4/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":107,"Cost":100,"Date":"4/10/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":216,"Cost":134,"Date":"4/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"5/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":683,"Cost":478,"Date":"5/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":391,"Cost":339,"Date":"6/20/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":36,"Cost":28,"Date":"7/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":503,"Date":"7/4/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":117,"Date":"7/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":458,"Cost":278,"Date":"7/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":565,"Cost":307,"Date":"7/14/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":350,"Cost":228,"Date":"7/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":956,"Cost":783,"Date":"8/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":618,"Cost":424,"Date":"8/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":624,"Cost":395,"Date":"8/7/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":677,"Cost":575,"Date":"8/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":195,"Date":"8/31/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":414,"Cost":328,"Date":"9/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":263,"Cost":149,"Date":"9/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":407,"Cost":328,"Date":"9/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":558,"Cost":435,"Date":"9/29/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":265,"Cost":184,"Date":"11/7/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":522,"Cost":445,"Date":"11/26/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":93,"Cost":80,"Date":"11/27/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":970,"Cost":857,"Date":"12/5/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":495,"Cost":256,"Date":"12/26/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":276,"Cost":181,"Date":"12/31/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":88,"Cost":79,"Date":"1/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":537,"Cost":284,"Date":"2/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":255,"Cost":156,"Date":"2/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":879,"Cost":628,"Date":"2/27/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":138,"Cost":108,"Date":"3/1/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":722,"Cost":521,"Date":"3/1/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":408,"Cost":207,"Date":"3/19/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":80,"Cost":67,"Date":"3/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":76,"Cost":72,"Date":"5/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":863,"Cost":534,"Date":"7/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":955,"Cost":723,"Date":"8/5/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":395,"Cost":323,"Date":"8/12/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":258,"Cost":216,"Date":"8/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":384,"Cost":239,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":337,"Cost":260,"Date":"9/3/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":796,"Cost":460,"Date":"9/5/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":406,"Cost":337,"Date":"10/6/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":939,"Cost":577,"Date":"10/19/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":125,"Cost":93,"Date":"11/15/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":769,"Cost":392,"Date":"12/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":566,"Cost":326,"Date":"1/8/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":978,"Cost":608,"Date":"1/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":86,"Date":"1/19/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":513,"Cost":293,"Date":"1/28/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":978,"Cost":526,"Date":"1/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":982,"Cost":828,"Date":"3/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":245,"Cost":209,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":510,"Cost":346,"Date":"4/24/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":316,"Cost":167,"Date":"4/28/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":656,"Cost":429,"Date":"5/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":493,"Cost":418,"Date":"5/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":833,"Cost":670,"Date":"5/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":28,"Date":"6/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":57,"Date":"6/3/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":31,"Date":"6/5/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":615,"Cost":569,"Date":"6/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":185,"Cost":98,"Date":"6/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":437,"Date":"6/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":838,"Cost":680,"Date":"6/24/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":647,"Date":"7/4/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":863,"Date":"7/9/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":987,"Cost":536,"Date":"7/12/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":696,"Cost":654,"Date":"8/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":916,"Cost":863,"Date":"8/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":717,"Cost":622,"Date":"8/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":170,"Cost":98,"Date":"9/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":788,"Cost":698,"Date":"9/3/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":638,"Cost":333,"Date":"9/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":84,"Date":"10/4/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":834,"Cost":604,"Date":"11/1/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":135,"Cost":79,"Date":"11/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":929,"Cost":572,"Date":"12/17/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":548,"Cost":389,"Date":"2/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":483,"Date":"2/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":160,"Cost":95,"Date":"3/4/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":323,"Cost":281,"Date":"3/9/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":707,"Cost":663,"Date":"3/9/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":289,"Cost":196,"Date":"3/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":899,"Cost":639,"Date":"3/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":962,"Cost":562,"Date":"3/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":498,"Date":"3/23/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":297,"Cost":233,"Date":"4/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":670,"Cost":429,"Date":"5/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":888,"Cost":722,"Date":"5/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":501,"Cost":338,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":205,"Cost":128,"Date":"6/2/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":873,"Cost":746,"Date":"6/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":203,"Cost":135,"Date":"6/16/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":969,"Cost":601,"Date":"6/16/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":454,"Cost":321,"Date":"7/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":374,"Date":"7/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":595,"Cost":423,"Date":"8/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":815,"Cost":676,"Date":"8/29/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":854,"Cost":511,"Date":"8/31/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":424,"Cost":333,"Date":"9/8/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":273,"Cost":165,"Date":"9/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":601,"Date":"9/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":178,"Date":"9/19/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":145,"Cost":113,"Date":"9/25/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":973,"Cost":744,"Date":"10/4/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":805,"Cost":609,"Date":"10/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":242,"Cost":147,"Date":"10/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":181,"Cost":96,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":925,"Cost":643,"Date":"10/30/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":410,"Cost":231,"Date":"11/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":112,"Cost":100,"Date":"11/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":998,"Cost":546,"Date":"11/25/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":204,"Cost":193,"Date":"1/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":648,"Date":"1/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":757,"Cost":615,"Date":"1/20/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":811,"Cost":471,"Date":"2/8/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":465,"Cost":373,"Date":"2/25/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":149,"Cost":129,"Date":"3/7/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":568,"Cost":362,"Date":"3/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":40,"Date":"3/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":928,"Cost":819,"Date":"4/5/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":730,"Cost":479,"Date":"4/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":687,"Cost":509,"Date":"5/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":235,"Cost":153,"Date":"5/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":997,"Cost":545,"Date":"5/15/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":935,"Cost":493,"Date":"5/25/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":151,"Cost":140,"Date":"5/26/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":706,"Date":"5/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":360,"Cost":241,"Date":"7/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":192,"Cost":125,"Date":"9/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":453,"Cost":311,"Date":"10/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":780,"Cost":570,"Date":"10/8/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":364,"Cost":302,"Date":"10/26/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":596,"Cost":305,"Date":"11/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":79,"Cost":40,"Date":"11/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"Sellpy","Country":"Bulgaria","Sale":816,"Cost":412,"Date":"12/1/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":234,"Cost":155,"Date":"2/9/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":837,"Cost":789,"Date":"2/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":184,"Cost":118,"Date":"3/10/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":259,"Cost":202,"Date":"3/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":256,"Date":"3/18/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":45,"Cost":43,"Date":"3/20/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":153,"Date":"3/26/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":758,"Cost":474,"Date":"6/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":571,"Cost":420,"Date":"6/10/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":486,"Date":"6/16/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":797,"Cost":754,"Date":"6/25/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":619,"Date":"7/19/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":470,"Cost":419,"Date":"7/21/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":364,"Date":"7/25/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":64,"Cost":57,"Date":"8/4/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":151,"Cost":139,"Date":"9/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":626,"Cost":324,"Date":"9/4/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":446,"Cost":419,"Date":"9/19/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":127,"Cost":94,"Date":"9/29/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":896,"Cost":606,"Date":"10/2/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":54,"Date":"10/15/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":957,"Cost":768,"Date":"10/30/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":940,"Cost":591,"Date":"11/9/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":531,"Date":"11/23/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":272,"Date":"11/30/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":446,"Cost":292,"Date":"12/8/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":895,"Cost":782,"Date":"12/11/2018"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":769,"Cost":603,"Date":"1/15/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":77,"Cost":42,"Date":"1/24/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":755,"Date":"2/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":224,"Date":"2/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":57,"Date":"3/9/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":15,"Cost":7,"Date":"3/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":520,"Cost":290,"Date":"4/19/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":909,"Cost":839,"Date":"5/3/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":117,"Date":"5/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":996,"Cost":552,"Date":"6/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":293,"Cost":245,"Date":"6/26/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":553,"Cost":362,"Date":"7/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":328,"Cost":256,"Date":"7/13/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":204,"Cost":168,"Date":"8/8/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":247,"Date":"8/26/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":335,"Date":"9/2/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":363,"Date":"9/29/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":829,"Cost":434,"Date":"10/12/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":271,"Cost":204,"Date":"11/2/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":479,"Date":"11/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":885,"Cost":718,"Date":"11/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":945,"Cost":824,"Date":"12/1/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":531,"Date":"12/4/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":516,"Date":"12/7/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":994,"Cost":588,"Date":"12/18/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":8,"Cost":5,"Date":"12/20/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":768,"Cost":646,"Date":"12/20/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":256,"Date":"12/21/2019"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":680,"Cost":599,"Date":"1/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":284,"Date":"2/5/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":158,"Date":"2/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":390,"Cost":307,"Date":"2/16/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":959,"Cost":507,"Date":"2/18/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":785,"Cost":709,"Date":"2/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":194,"Date":"2/25/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":425,"Cost":300,"Date":"3/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":442,"Cost":336,"Date":"4/2/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":366,"Date":"4/3/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":997,"Cost":577,"Date":"4/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":427,"Cost":400,"Date":"4/10/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":353,"Date":"4/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":80,"Date":"5/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":78,"Date":"5/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":296,"Date":"6/20/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":741,"Cost":555,"Date":"7/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":403,"Date":"7/4/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"7/8/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":627,"Cost":558,"Date":"7/9/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":569,"Date":"7/14/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":21,"Date":"7/19/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":788,"Cost":400,"Date":"8/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":559,"Cost":336,"Date":"8/6/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":384,"Cost":362,"Date":"8/7/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":465,"Cost":239,"Date":"8/22/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":370,"Cost":273,"Date":"8/31/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":192,"Cost":121,"Date":"9/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":564,"Date":"9/1/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":474,"Cost":239,"Date":"9/17/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":259,"Cost":231,"Date":"9/29/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":547,"Cost":281,"Date":"11/7/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":354,"Cost":324,"Date":"11/26/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":457,"Cost":359,"Date":"11/27/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":287,"Date":"12/5/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":276,"Cost":243,"Date":"12/26/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":531,"Cost":313,"Date":"12/31/2020"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":239,"Cost":120,"Date":"1/20/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":246,"Date":"2/2/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":81,"Cost":65,"Date":"2/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":64,"Date":"2/27/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":28,"Cost":25,"Date":"3/1/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":840,"Date":"3/1/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":521,"Date":"3/19/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":588,"Cost":529,"Date":"3/28/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":889,"Cost":811,"Date":"5/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":352,"Cost":241,"Date":"7/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":851,"Cost":680,"Date":"8/5/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":501,"Date":"8/12/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":330,"Cost":302,"Date":"8/21/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":431,"Cost":316,"Date":"8/23/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":660,"Date":"9/3/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":556,"Date":"9/5/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":732,"Cost":449,"Date":"10/6/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":443,"Cost":313,"Date":"10/19/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":550,"Cost":493,"Date":"11/15/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":121,"Date":"12/8/2021"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":438,"Cost":276,"Date":"1/8/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":523,"Cost":394,"Date":"1/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":229,"Date":"1/19/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":531,"Cost":454,"Date":"1/28/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":77,"Cost":47,"Date":"1/31/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":481,"Cost":310,"Date":"3/27/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":233,"Cost":137,"Date":"4/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":399,"Cost":268,"Date":"4/24/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":630,"Date":"4/28/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":955,"Cost":672,"Date":"5/15/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":231,"Cost":137,"Date":"5/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":748,"Cost":601,"Date":"5/18/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":490,"Cost":324,"Date":"6/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":399,"Cost":346,"Date":"6/3/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"6/5/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":823,"Date":"6/7/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":669,"Cost":412,"Date":"6/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":953,"Cost":884,"Date":"6/20/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":923,"Date":"6/24/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":883,"Cost":783,"Date":"7/4/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":247,"Cost":211,"Date":"7/9/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":188,"Date":"7/12/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":286,"Cost":247,"Date":"8/14/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":501,"Date":"8/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":957,"Cost":707,"Date":"8/23/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":106,"Date":"9/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":371,"Cost":325,"Date":"9/3/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":379,"Date":"9/16/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":57,"Cost":53,"Date":"10/4/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":58,"Date":"11/1/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":195,"Date":"11/2/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":386,"Date":"12/17/2022"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":1000,"Cost":725,"Date":"2/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":101,"Cost":74,"Date":"2/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":997,"Cost":715,"Date":"3/4/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":415,"Cost":371,"Date":"3/9/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":72,"Cost":59,"Date":"3/9/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":363,"Cost":336,"Date":"3/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":986,"Cost":867,"Date":"3/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":559,"Date":"3/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":43,"Cost":29,"Date":"3/23/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":377,"Date":"4/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":897,"Cost":455,"Date":"5/7/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":507,"Cost":409,"Date":"5/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":326,"Date":"5/20/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":157,"Date":"6/2/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":639,"Date":"6/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":241,"Cost":139,"Date":"6/16/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":662,"Date":"6/16/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":21,"Cost":10,"Date":"7/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":701,"Cost":392,"Date":"7/11/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":599,"Cost":467,"Date":"8/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":701,"Cost":605,"Date":"8/29/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":326,"Date":"8/31/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":928,"Cost":599,"Date":"9/8/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":393,"Cost":336,"Date":"9/13/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":113,"Cost":62,"Date":"9/14/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":823,"Cost":556,"Date":"9/19/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":486,"Cost":341,"Date":"9/25/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":805,"Cost":540,"Date":"10/4/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":580,"Date":"10/10/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":918,"Cost":626,"Date":"10/17/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":635,"Date":"10/28/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":432,"Date":"10/30/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":114,"Cost":76,"Date":"11/1/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":46,"Date":"11/15/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":422,"Date":"11/25/2023"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":437,"Date":"1/10/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":813,"Cost":713,"Date":"1/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":189,"Cost":160,"Date":"1/20/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":387,"Date":"2/8/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":738,"Cost":425,"Date":"2/25/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":312,"Date":"3/7/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":355,"Date":"3/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":938,"Cost":810,"Date":"3/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":702,"Date":"4/5/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":453,"Date":"4/14/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":305,"Cost":234,"Date":"5/3/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":986,"Cost":640,"Date":"5/9/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":533,"Cost":268,"Date":"5/15/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":20,"Date":"5/25/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":852,"Cost":649,"Date":"5/26/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":600,"Date":"5/31/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":709,"Cost":658,"Date":"7/27/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":845,"Cost":530,"Date":"9/17/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":717,"Date":"10/6/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":687,"Date":"10/8/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":70,"Date":"10/26/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":557,"Cost":309,"Date":"11/16/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":755,"Date":"11/18/2024"},{"Store":"Vitosha Boulevard, Sofia","Brand":"COS","Country":"Bulgaria","Sale":986,"Cost":862,"Date":"12/1/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":784,"Cost":493,"Date":"2/9/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":927,"Date":"2/11/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":265,"Date":"3/10/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":747,"Date":"3/16/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":349,"Date":"3/18/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":68,"Cost":44,"Date":"3/20/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":441,"Cost":306,"Date":"3/26/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":527,"Date":"6/2/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":816,"Cost":671,"Date":"6/10/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":365,"Date":"6/16/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":798,"Cost":405,"Date":"6/25/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":394,"Date":"7/19/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":185,"Date":"7/21/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":193,"Date":"7/25/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":369,"Date":"8/4/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":778,"Cost":589,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":761,"Cost":504,"Date":"9/4/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"9/19/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":623,"Cost":519,"Date":"9/29/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":337,"Cost":290,"Date":"10/2/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":957,"Cost":717,"Date":"10/15/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":809,"Cost":634,"Date":"10/30/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":434,"Cost":236,"Date":"11/9/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":931,"Cost":649,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":747,"Cost":427,"Date":"11/30/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":674,"Cost":576,"Date":"12/8/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":384,"Cost":272,"Date":"12/11/2018"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":369,"Cost":240,"Date":"1/15/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":123,"Date":"1/24/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":220,"Date":"2/3/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":345,"Cost":251,"Date":"2/4/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":431,"Date":"3/9/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":163,"Date":"3/12/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":136,"Date":"4/19/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":601,"Cost":481,"Date":"5/3/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":261,"Date":"5/4/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":156,"Cost":108,"Date":"6/8/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":431,"Cost":295,"Date":"6/26/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":526,"Date":"7/4/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":513,"Date":"7/13/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":604,"Cost":449,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":418,"Cost":275,"Date":"8/26/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":739,"Cost":647,"Date":"9/2/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":824,"Cost":677,"Date":"9/29/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"10/12/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":187,"Date":"11/2/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":490,"Date":"11/4/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":567,"Cost":454,"Date":"11/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":482,"Date":"12/1/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":458,"Cost":341,"Date":"12/4/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":553,"Cost":512,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"12/18/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":373,"Cost":259,"Date":"12/20/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":284,"Date":"12/20/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":267,"Cost":249,"Date":"12/21/2019"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":720,"Cost":447,"Date":"1/9/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":85,"Date":"2/5/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":121,"Date":"2/16/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":540,"Date":"2/16/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":280,"Date":"2/18/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":36,"Date":"2/22/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":107,"Cost":77,"Date":"2/25/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":1000,"Cost":537,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":426,"Date":"4/2/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":793,"Cost":706,"Date":"4/3/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":464,"Date":"4/9/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":706,"Cost":658,"Date":"4/10/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":666,"Cost":573,"Date":"4/19/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":67,"Cost":51,"Date":"5/17/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":418,"Cost":274,"Date":"5/22/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":157,"Date":"6/20/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":395,"Cost":296,"Date":"7/1/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":498,"Cost":389,"Date":"7/4/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":678,"Cost":607,"Date":"7/8/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":821,"Cost":692,"Date":"7/9/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":155,"Cost":92,"Date":"7/14/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":970,"Cost":683,"Date":"7/19/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":65,"Date":"8/1/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":260,"Cost":171,"Date":"8/6/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":296,"Cost":198,"Date":"8/7/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":885,"Cost":466,"Date":"8/22/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":815,"Cost":484,"Date":"8/31/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":830,"Cost":712,"Date":"9/1/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":589,"Date":"9/1/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":217,"Cost":147,"Date":"9/17/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":574,"Date":"9/29/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":48,"Date":"11/7/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":84,"Cost":57,"Date":"11/26/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":276,"Cost":208,"Date":"11/27/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":419,"Cost":347,"Date":"12/5/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":253,"Cost":126,"Date":"12/26/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":410,"Date":"12/31/2020"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":98,"Date":"1/20/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":49,"Date":"2/2/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":659,"Cost":408,"Date":"2/8/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":620,"Cost":558,"Date":"2/27/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":359,"Date":"3/1/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":384,"Cost":198,"Date":"3/1/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":49,"Date":"3/19/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":547,"Cost":464,"Date":"3/28/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":708,"Cost":436,"Date":"5/21/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":240,"Date":"7/21/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":296,"Cost":277,"Date":"8/5/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":283,"Cost":197,"Date":"8/12/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":359,"Date":"8/21/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":514,"Cost":304,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":186,"Cost":174,"Date":"9/3/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":127,"Date":"9/5/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":380,"Cost":286,"Date":"10/6/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":77,"Cost":68,"Date":"10/19/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":129,"Date":"11/15/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":440,"Date":"12/8/2021"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":208,"Cost":139,"Date":"1/8/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":241,"Cost":144,"Date":"1/14/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":529,"Cost":463,"Date":"1/19/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":442,"Cost":260,"Date":"1/28/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":880,"Cost":489,"Date":"1/31/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":225,"Cost":113,"Date":"3/27/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":524,"Cost":383,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":207,"Date":"4/24/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":961,"Cost":729,"Date":"4/28/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":139,"Date":"5/15/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":680,"Cost":530,"Date":"5/16/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":156,"Cost":87,"Date":"5/18/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":926,"Cost":830,"Date":"6/2/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":436,"Cost":294,"Date":"6/3/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":22,"Cost":21,"Date":"6/5/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":436,"Cost":351,"Date":"6/7/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":176,"Date":"6/14/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":716,"Date":"6/20/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":773,"Cost":482,"Date":"6/24/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":526,"Date":"7/4/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":142,"Cost":101,"Date":"7/9/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":792,"Date":"7/12/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":670,"Date":"8/14/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":181,"Cost":102,"Date":"8/16/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":192,"Date":"8/23/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":557,"Date":"9/2/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":114,"Cost":76,"Date":"9/3/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":457,"Cost":428,"Date":"9/16/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":472,"Cost":372,"Date":"10/4/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":318,"Cost":268,"Date":"11/1/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":528,"Cost":321,"Date":"11/2/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":361,"Date":"12/17/2022"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":56,"Cost":33,"Date":"2/10/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":24,"Cost":12,"Date":"2/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":458,"Date":"3/4/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":526,"Cost":410,"Date":"3/9/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":188,"Cost":107,"Date":"3/9/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":88,"Date":"3/11/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":501,"Date":"3/17/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":604,"Cost":508,"Date":"3/17/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":373,"Date":"3/23/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":183,"Date":"4/1/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":895,"Cost":788,"Date":"5/7/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":955,"Cost":772,"Date":"5/10/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":99,"Cost":93,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":170,"Cost":97,"Date":"6/2/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":317,"Cost":199,"Date":"6/11/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":903,"Cost":827,"Date":"6/16/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":406,"Cost":271,"Date":"6/16/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":937,"Cost":708,"Date":"7/10/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":588,"Cost":391,"Date":"7/11/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":874,"Cost":638,"Date":"8/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":123,"Cost":106,"Date":"8/29/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":401,"Date":"8/31/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":740,"Cost":519,"Date":"9/8/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":486,"Date":"9/13/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":800,"Cost":498,"Date":"9/14/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":234,"Cost":199,"Date":"9/19/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":536,"Date":"9/25/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":870,"Cost":804,"Date":"10/4/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":799,"Cost":547,"Date":"10/10/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":326,"Date":"10/17/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":766,"Cost":559,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":829,"Date":"10/30/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":503,"Cost":381,"Date":"11/1/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":860,"Cost":509,"Date":"11/15/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":558,"Date":"11/25/2023"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":8,"Date":"1/10/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":837,"Cost":793,"Date":"1/14/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":786,"Cost":734,"Date":"1/20/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":300,"Cost":202,"Date":"2/8/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":233,"Date":"2/25/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":25,"Date":"3/7/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":606,"Cost":546,"Date":"3/14/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":330,"Date":"3/27/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":984,"Cost":660,"Date":"4/5/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":718,"Date":"4/14/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":929,"Cost":580,"Date":"5/3/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":75,"Date":"5/9/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":181,"Date":"5/15/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":466,"Cost":377,"Date":"5/25/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":954,"Cost":876,"Date":"5/26/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":391,"Date":"5/31/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":456,"Cost":353,"Date":"7/27/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":408,"Date":"9/17/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":151,"Date":"10/6/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":552,"Date":"10/8/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":376,"Cost":217,"Date":"10/26/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":308,"Date":"11/16/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":851,"Date":"11/18/2024"},{"Store":"Plovdiv Plaza","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":378,"Date":"12/1/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":910,"Cost":489,"Date":"2/9/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":632,"Date":"2/11/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":706,"Cost":527,"Date":"3/10/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":383,"Cost":342,"Date":"3/16/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":428,"Date":"3/18/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":393,"Date":"3/20/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":795,"Cost":699,"Date":"3/26/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":14,"Cost":9,"Date":"6/2/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":212,"Date":"6/10/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":709,"Date":"6/16/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":668,"Cost":420,"Date":"6/25/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":312,"Cost":174,"Date":"7/19/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":557,"Cost":363,"Date":"7/21/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":38,"Cost":21,"Date":"7/25/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":365,"Cost":279,"Date":"8/4/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":983,"Cost":829,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":10,"Cost":9,"Date":"9/4/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":338,"Cost":256,"Date":"9/19/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":918,"Cost":655,"Date":"9/29/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":876,"Cost":520,"Date":"10/2/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":442,"Date":"10/15/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":491,"Cost":458,"Date":"10/30/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":364,"Cost":188,"Date":"11/9/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":187,"Cost":135,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":130,"Cost":80,"Date":"11/30/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":457,"Date":"12/8/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":575,"Cost":287,"Date":"12/11/2018"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":553,"Cost":343,"Date":"1/15/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":113,"Cost":92,"Date":"1/24/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":665,"Cost":416,"Date":"2/3/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":727,"Cost":656,"Date":"2/4/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":176,"Cost":167,"Date":"3/9/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":714,"Cost":359,"Date":"3/12/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":93,"Cost":59,"Date":"4/19/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":895,"Cost":793,"Date":"5/3/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":910,"Cost":526,"Date":"5/4/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":959,"Cost":901,"Date":"6/8/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":818,"Cost":556,"Date":"6/26/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":266,"Cost":189,"Date":"7/4/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":223,"Cost":200,"Date":"7/13/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":241,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":649,"Cost":348,"Date":"8/26/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":8,"Cost":7,"Date":"9/2/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":190,"Cost":165,"Date":"9/29/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":286,"Cost":143,"Date":"10/12/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":842,"Cost":622,"Date":"11/2/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":947,"Cost":757,"Date":"11/4/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":711,"Cost":371,"Date":"11/7/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":155,"Cost":137,"Date":"12/1/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":781,"Cost":679,"Date":"12/4/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":499,"Cost":308,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":908,"Cost":802,"Date":"12/18/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":423,"Cost":281,"Date":"12/20/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":44,"Cost":32,"Date":"12/20/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":902,"Cost":734,"Date":"12/21/2019"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":706,"Cost":451,"Date":"1/9/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":374,"Cost":335,"Date":"2/5/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":988,"Cost":818,"Date":"2/16/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":659,"Cost":613,"Date":"2/16/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":943,"Cost":873,"Date":"2/18/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":493,"Cost":362,"Date":"2/22/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":256,"Cost":241,"Date":"2/25/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":506,"Cost":460,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":220,"Cost":160,"Date":"4/2/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":98,"Cost":93,"Date":"4/3/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":53,"Cost":30,"Date":"4/9/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":30,"Cost":21,"Date":"4/10/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":205,"Cost":139,"Date":"4/19/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":210,"Cost":158,"Date":"5/17/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":554,"Cost":485,"Date":"5/22/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":995,"Cost":672,"Date":"6/20/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":694,"Cost":509,"Date":"7/1/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":667,"Date":"7/4/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":448,"Cost":300,"Date":"7/8/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":614,"Cost":533,"Date":"7/9/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":199,"Cost":109,"Date":"7/14/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":450,"Cost":328,"Date":"7/19/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":92,"Cost":56,"Date":"8/1/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":43,"Date":"8/6/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":554,"Cost":278,"Date":"8/7/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":974,"Cost":487,"Date":"8/22/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":252,"Date":"8/31/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":193,"Cost":169,"Date":"9/1/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":580,"Cost":496,"Date":"9/1/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":522,"Cost":404,"Date":"9/17/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":852,"Cost":427,"Date":"9/29/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":184,"Date":"11/7/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":229,"Cost":177,"Date":"11/26/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":686,"Date":"11/27/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":792,"Cost":580,"Date":"12/5/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":254,"Cost":133,"Date":"12/26/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":293,"Cost":183,"Date":"12/31/2020"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":35,"Date":"1/20/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":171,"Cost":94,"Date":"2/2/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":300,"Cost":230,"Date":"2/8/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":258,"Date":"2/27/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":486,"Date":"3/1/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":27,"Cost":22,"Date":"3/1/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":936,"Cost":866,"Date":"3/19/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":754,"Cost":573,"Date":"3/28/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":838,"Cost":543,"Date":"5/21/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":313,"Cost":235,"Date":"7/21/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":642,"Cost":359,"Date":"8/5/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":221,"Cost":153,"Date":"8/12/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":462,"Cost":300,"Date":"8/21/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":421,"Cost":351,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":728,"Date":"9/3/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":338,"Cost":200,"Date":"9/5/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":131,"Date":"10/6/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":831,"Cost":699,"Date":"10/19/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":849,"Cost":739,"Date":"11/15/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":399,"Cost":339,"Date":"12/8/2021"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":263,"Cost":186,"Date":"1/8/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":650,"Date":"1/14/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":542,"Cost":275,"Date":"1/19/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":169,"Cost":127,"Date":"1/28/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":890,"Cost":619,"Date":"1/31/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":217,"Cost":178,"Date":"3/27/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":475,"Cost":419,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":741,"Date":"4/24/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":173,"Cost":87,"Date":"4/28/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":123,"Cost":103,"Date":"5/15/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":208,"Date":"5/16/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":451,"Cost":342,"Date":"5/18/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":449,"Cost":386,"Date":"6/2/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":538,"Cost":330,"Date":"6/3/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":646,"Cost":375,"Date":"6/5/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":86,"Cost":66,"Date":"6/7/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":525,"Cost":464,"Date":"6/14/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":904,"Cost":516,"Date":"6/20/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":838,"Cost":792,"Date":"6/24/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":556,"Cost":424,"Date":"7/4/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":970,"Cost":643,"Date":"7/9/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":881,"Cost":706,"Date":"7/12/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":257,"Cost":158,"Date":"8/14/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":654,"Cost":472,"Date":"8/16/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":230,"Date":"8/23/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":234,"Cost":137,"Date":"9/2/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":994,"Cost":578,"Date":"9/3/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":445,"Cost":421,"Date":"9/16/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":400,"Date":"10/4/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":931,"Cost":828,"Date":"11/1/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":744,"Cost":426,"Date":"11/2/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":101,"Cost":68,"Date":"12/17/2022"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":684,"Cost":584,"Date":"2/10/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":754,"Cost":609,"Date":"2/28/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":595,"Date":"3/4/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":972,"Cost":537,"Date":"3/9/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":346,"Date":"3/9/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":356,"Date":"3/11/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":704,"Cost":555,"Date":"3/17/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":60,"Cost":45,"Date":"3/17/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":162,"Date":"3/23/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":531,"Cost":296,"Date":"4/1/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":178,"Cost":106,"Date":"5/7/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":836,"Cost":430,"Date":"5/10/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":563,"Cost":524,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":472,"Date":"6/2/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":730,"Cost":587,"Date":"6/11/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":392,"Date":"6/16/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":521,"Cost":365,"Date":"6/16/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":835,"Cost":733,"Date":"7/10/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":409,"Cost":234,"Date":"7/11/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":522,"Cost":493,"Date":"8/28/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":276,"Cost":159,"Date":"8/29/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":834,"Cost":451,"Date":"8/31/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":15,"Cost":13,"Date":"9/8/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":798,"Cost":545,"Date":"9/13/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":159,"Cost":89,"Date":"9/14/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":130,"Cost":75,"Date":"9/19/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":186,"Cost":119,"Date":"9/25/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":964,"Cost":516,"Date":"10/4/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":903,"Cost":486,"Date":"10/10/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":458,"Cost":314,"Date":"10/17/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":53,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":39,"Cost":32,"Date":"10/30/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":977,"Cost":774,"Date":"11/1/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":822,"Cost":607,"Date":"11/15/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":83,"Cost":76,"Date":"11/25/2023"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":553,"Date":"1/10/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":879,"Cost":545,"Date":"1/14/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":95,"Date":"1/20/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":645,"Cost":509,"Date":"2/8/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":176,"Cost":109,"Date":"2/25/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":372,"Cost":346,"Date":"3/7/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":455,"Cost":332,"Date":"3/14/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":572,"Cost":287,"Date":"3/27/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":58,"Cost":50,"Date":"4/5/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":88,"Cost":70,"Date":"4/14/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":709,"Cost":633,"Date":"5/3/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":734,"Cost":621,"Date":"5/9/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":457,"Cost":429,"Date":"5/15/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":200,"Date":"5/25/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":278,"Cost":237,"Date":"5/26/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":551,"Cost":447,"Date":"5/31/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":623,"Cost":366,"Date":"7/27/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":507,"Date":"9/17/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":622,"Cost":390,"Date":"10/6/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":745,"Cost":408,"Date":"10/8/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":517,"Cost":384,"Date":"10/26/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":392,"Cost":319,"Date":"11/16/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":940,"Cost":774,"Date":"11/18/2024"},{"Store":"Plovdiv Plaza","Brand":"Jeans","Country":"Bulgaria","Sale":36,"Cost":23,"Date":"12/1/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":118,"Cost":107,"Date":"2/9/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":669,"Cost":403,"Date":"2/11/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":640,"Cost":469,"Date":"3/10/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":331,"Cost":259,"Date":"3/16/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":742,"Cost":503,"Date":"3/18/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":765,"Cost":547,"Date":"3/20/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":957,"Cost":711,"Date":"3/26/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":55,"Cost":40,"Date":"6/2/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":255,"Cost":242,"Date":"6/10/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":333,"Date":"6/16/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":935,"Cost":657,"Date":"6/25/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":763,"Cost":529,"Date":"7/19/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":143,"Cost":129,"Date":"7/21/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":743,"Cost":470,"Date":"7/25/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":776,"Cost":654,"Date":"8/4/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":461,"Cost":251,"Date":"9/2/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":984,"Cost":504,"Date":"9/4/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":781,"Cost":535,"Date":"9/19/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":398,"Date":"9/29/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":551,"Cost":310,"Date":"10/2/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":503,"Cost":290,"Date":"10/15/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":663,"Cost":627,"Date":"10/30/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":189,"Cost":99,"Date":"11/9/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":84,"Date":"11/23/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":573,"Date":"11/30/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":322,"Cost":207,"Date":"12/8/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":236,"Cost":164,"Date":"12/11/2018"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":217,"Date":"1/15/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":263,"Cost":146,"Date":"1/24/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":553,"Cost":358,"Date":"2/3/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":929,"Cost":638,"Date":"2/4/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":113,"Cost":65,"Date":"3/9/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":592,"Date":"3/12/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":392,"Cost":340,"Date":"4/19/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":736,"Cost":514,"Date":"5/3/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":345,"Cost":290,"Date":"5/4/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":165,"Cost":91,"Date":"6/8/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":561,"Cost":376,"Date":"6/26/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":366,"Cost":254,"Date":"7/4/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":492,"Date":"7/13/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":318,"Cost":172,"Date":"8/8/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":241,"Cost":126,"Date":"8/26/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":686,"Cost":553,"Date":"9/2/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":810,"Cost":683,"Date":"9/29/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":374,"Cost":239,"Date":"10/12/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":297,"Cost":182,"Date":"11/2/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":555,"Cost":396,"Date":"11/4/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":423,"Cost":226,"Date":"11/7/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":171,"Date":"12/1/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":832,"Cost":442,"Date":"12/4/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":770,"Cost":565,"Date":"12/7/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":571,"Cost":288,"Date":"12/18/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":771,"Cost":594,"Date":"12/20/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":69,"Cost":55,"Date":"12/20/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":833,"Date":"12/21/2019"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":387,"Date":"1/9/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":395,"Cost":347,"Date":"2/5/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":359,"Cost":341,"Date":"2/16/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":981,"Cost":898,"Date":"2/16/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":325,"Cost":189,"Date":"2/18/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":750,"Cost":431,"Date":"2/22/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":511,"Cost":387,"Date":"2/25/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":194,"Cost":118,"Date":"3/8/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":564,"Cost":452,"Date":"4/2/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":413,"Cost":369,"Date":"4/3/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":388,"Cost":266,"Date":"4/9/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":655,"Cost":382,"Date":"4/10/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":135,"Date":"4/19/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":231,"Cost":127,"Date":"5/17/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":997,"Cost":606,"Date":"5/22/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":453,"Cost":396,"Date":"6/20/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":808,"Cost":747,"Date":"7/1/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":905,"Cost":612,"Date":"7/4/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":158,"Date":"7/8/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":184,"Date":"7/9/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":356,"Date":"7/14/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":730,"Cost":621,"Date":"7/19/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":779,"Cost":474,"Date":"8/1/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":936,"Cost":481,"Date":"8/6/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":733,"Cost":626,"Date":"8/7/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":464,"Cost":343,"Date":"8/22/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":513,"Cost":308,"Date":"8/31/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":337,"Date":"9/1/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":880,"Cost":821,"Date":"9/1/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":580,"Cost":437,"Date":"9/17/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":721,"Cost":368,"Date":"9/29/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":116,"Cost":77,"Date":"11/7/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":9,"Cost":7,"Date":"11/26/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":469,"Date":"11/27/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":927,"Cost":862,"Date":"12/5/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":204,"Cost":169,"Date":"12/26/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":850,"Cost":753,"Date":"12/31/2020"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":738,"Cost":465,"Date":"1/20/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":778,"Cost":656,"Date":"2/2/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":566,"Cost":472,"Date":"2/8/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":519,"Cost":434,"Date":"2/27/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":491,"Cost":444,"Date":"3/1/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":659,"Cost":384,"Date":"3/1/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":123,"Date":"3/19/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":384,"Cost":204,"Date":"3/28/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":640,"Cost":515,"Date":"5/21/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":475,"Date":"7/21/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":787,"Cost":569,"Date":"8/5/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":464,"Cost":301,"Date":"8/12/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":344,"Cost":228,"Date":"8/21/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":377,"Cost":312,"Date":"8/23/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":229,"Date":"9/3/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":660,"Cost":423,"Date":"9/5/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":825,"Date":"10/6/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":168,"Cost":113,"Date":"10/19/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":163,"Cost":98,"Date":"11/15/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":242,"Cost":169,"Date":"12/8/2021"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":931,"Cost":582,"Date":"1/8/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":369,"Date":"1/14/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":236,"Cost":223,"Date":"1/19/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":459,"Cost":366,"Date":"1/28/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":501,"Cost":271,"Date":"1/31/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":123,"Cost":67,"Date":"3/27/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":471,"Cost":377,"Date":"4/20/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":654,"Cost":406,"Date":"4/24/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":226,"Cost":158,"Date":"4/28/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":172,"Cost":160,"Date":"5/15/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":297,"Cost":149,"Date":"5/16/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":781,"Cost":735,"Date":"5/18/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":118,"Date":"6/2/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":598,"Cost":503,"Date":"6/3/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":839,"Cost":659,"Date":"6/5/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":94,"Cost":47,"Date":"6/7/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":847,"Date":"6/14/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":221,"Cost":155,"Date":"6/20/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":710,"Cost":659,"Date":"6/24/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":874,"Cost":541,"Date":"7/4/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":928,"Cost":840,"Date":"7/9/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":153,"Cost":134,"Date":"7/12/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":439,"Date":"8/14/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":377,"Cost":358,"Date":"8/16/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"8/23/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":131,"Cost":84,"Date":"9/2/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":182,"Cost":95,"Date":"9/3/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":9,"Date":"9/16/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":793,"Cost":571,"Date":"10/4/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":804,"Cost":472,"Date":"11/1/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":946,"Cost":767,"Date":"11/2/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":271,"Cost":243,"Date":"12/17/2022"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":989,"Cost":802,"Date":"2/10/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":477,"Date":"2/28/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":629,"Cost":511,"Date":"3/4/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":623,"Cost":480,"Date":"3/9/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":200,"Date":"3/9/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":298,"Cost":211,"Date":"3/11/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":883,"Cost":589,"Date":"3/17/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":454,"Cost":359,"Date":"3/17/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":764,"Cost":679,"Date":"3/23/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":853,"Cost":530,"Date":"4/1/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":54,"Cost":39,"Date":"5/7/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":98,"Cost":62,"Date":"5/10/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":540,"Cost":295,"Date":"5/20/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":71,"Cost":46,"Date":"6/2/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":700,"Cost":520,"Date":"6/11/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":861,"Cost":764,"Date":"6/16/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":31,"Cost":16,"Date":"6/16/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":958,"Cost":598,"Date":"7/10/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":47,"Cost":44,"Date":"7/11/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":329,"Cost":175,"Date":"8/28/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":680,"Cost":611,"Date":"8/29/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":376,"Cost":303,"Date":"8/31/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":221,"Date":"9/8/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":685,"Cost":378,"Date":"9/13/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":155,"Date":"9/14/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":545,"Cost":318,"Date":"9/19/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":8,"Cost":7,"Date":"9/25/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":612,"Cost":488,"Date":"10/4/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":632,"Date":"10/10/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":880,"Cost":779,"Date":"10/17/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":955,"Cost":886,"Date":"10/28/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":621,"Date":"10/30/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":391,"Cost":213,"Date":"11/1/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":560,"Cost":528,"Date":"11/15/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":550,"Cost":428,"Date":"11/25/2023"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":226,"Cost":162,"Date":"1/10/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":783,"Cost":658,"Date":"1/14/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":119,"Cost":109,"Date":"1/20/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":554,"Cost":290,"Date":"2/8/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":967,"Cost":534,"Date":"2/25/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":156,"Cost":83,"Date":"3/7/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":145,"Cost":115,"Date":"3/14/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":330,"Cost":217,"Date":"3/27/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":149,"Date":"4/5/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":177,"Date":"4/14/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":692,"Cost":575,"Date":"5/3/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":110,"Cost":71,"Date":"5/9/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":250,"Cost":180,"Date":"5/15/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":561,"Cost":429,"Date":"5/25/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":61,"Cost":39,"Date":"5/26/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":955,"Cost":751,"Date":"5/31/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":309,"Cost":244,"Date":"7/27/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":189,"Date":"9/17/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":920,"Cost":700,"Date":"10/6/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":727,"Cost":659,"Date":"10/8/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":979,"Cost":621,"Date":"10/26/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":467,"Cost":261,"Date":"11/16/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":701,"Cost":481,"Date":"11/18/2024"},{"Store":"Plovdiv Plaza","Brand":"HM","Country":"Bulgaria","Sale":132,"Cost":116,"Date":"12/1/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":490,"Cost":362,"Date":"2/9/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":716,"Date":"2/11/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":309,"Date":"3/10/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":91,"Cost":65,"Date":"3/16/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":755,"Cost":462,"Date":"3/18/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":447,"Date":"3/20/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":141,"Cost":122,"Date":"3/26/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":326,"Date":"6/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":768,"Cost":479,"Date":"6/10/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":709,"Cost":390,"Date":"6/16/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":820,"Cost":614,"Date":"6/25/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":160,"Cost":133,"Date":"7/19/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":13,"Cost":8,"Date":"7/21/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":228,"Cost":152,"Date":"7/25/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":461,"Date":"8/4/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":371,"Cost":266,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":327,"Date":"9/4/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":564,"Cost":295,"Date":"9/19/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":675,"Cost":338,"Date":"9/29/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":714,"Cost":404,"Date":"10/2/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":209,"Date":"10/15/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":591,"Cost":520,"Date":"10/30/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":740,"Cost":436,"Date":"11/9/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":957,"Cost":682,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":84,"Cost":64,"Date":"11/30/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":392,"Date":"12/8/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":84,"Date":"12/11/2018"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":976,"Cost":713,"Date":"1/15/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":141,"Cost":130,"Date":"1/24/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":674,"Cost":412,"Date":"2/3/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":700,"Cost":643,"Date":"2/4/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":775,"Date":"3/9/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":926,"Cost":716,"Date":"3/12/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":629,"Date":"4/19/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":49,"Date":"5/3/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":618,"Cost":377,"Date":"5/4/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":390,"Cost":361,"Date":"6/8/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":16,"Date":"6/26/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":701,"Cost":370,"Date":"7/4/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":854,"Cost":462,"Date":"7/13/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":837,"Cost":565,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":12,"Date":"8/26/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":452,"Date":"9/2/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":688,"Cost":564,"Date":"9/29/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":647,"Cost":538,"Date":"10/12/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":695,"Cost":568,"Date":"11/2/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":539,"Cost":439,"Date":"11/4/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":125,"Cost":73,"Date":"11/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":133,"Cost":89,"Date":"12/1/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":863,"Cost":474,"Date":"12/4/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":299,"Cost":207,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":318,"Cost":289,"Date":"12/18/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":41,"Cost":26,"Date":"12/20/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":317,"Date":"12/20/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":155,"Date":"12/21/2019"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":98,"Cost":83,"Date":"1/9/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":51,"Cost":44,"Date":"2/5/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":319,"Cost":183,"Date":"2/16/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":345,"Cost":281,"Date":"2/16/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":335,"Cost":228,"Date":"2/18/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":587,"Cost":466,"Date":"2/22/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":443,"Cost":288,"Date":"2/25/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":799,"Cost":741,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":589,"Cost":440,"Date":"4/2/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":826,"Cost":425,"Date":"4/3/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":105,"Cost":58,"Date":"4/9/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":613,"Cost":551,"Date":"4/10/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":5,"Date":"4/19/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":628,"Cost":534,"Date":"5/17/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":30,"Date":"5/22/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":543,"Date":"6/20/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":15,"Date":"7/1/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":194,"Cost":114,"Date":"7/4/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":35,"Date":"7/8/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":89,"Date":"7/9/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":189,"Cost":124,"Date":"7/14/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":354,"Cost":284,"Date":"7/19/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":238,"Cost":151,"Date":"8/1/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":734,"Cost":405,"Date":"8/6/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":977,"Cost":831,"Date":"8/7/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":673,"Cost":625,"Date":"8/22/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":356,"Date":"8/31/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":426,"Date":"9/1/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":275,"Cost":242,"Date":"9/1/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":15,"Date":"9/17/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":190,"Cost":115,"Date":"9/29/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":942,"Cost":533,"Date":"11/7/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":713,"Cost":393,"Date":"11/26/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":700,"Cost":447,"Date":"11/27/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":186,"Cost":155,"Date":"12/5/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":108,"Date":"12/26/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":793,"Cost":494,"Date":"12/31/2020"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":458,"Date":"1/20/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":98,"Cost":77,"Date":"2/2/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":339,"Cost":186,"Date":"2/8/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":963,"Cost":683,"Date":"2/27/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":393,"Date":"3/1/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":173,"Cost":151,"Date":"3/1/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":307,"Cost":183,"Date":"3/19/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":860,"Cost":452,"Date":"3/28/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":54,"Date":"5/21/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":50,"Date":"7/21/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":438,"Date":"8/5/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":958,"Cost":631,"Date":"8/12/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":597,"Date":"8/21/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":622,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":91,"Cost":81,"Date":"9/3/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":351,"Date":"9/5/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":514,"Date":"10/6/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":795,"Cost":753,"Date":"10/19/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":318,"Date":"11/15/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":976,"Cost":582,"Date":"12/8/2021"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":275,"Date":"1/8/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":243,"Date":"1/14/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":314,"Date":"1/19/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":371,"Date":"1/28/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":93,"Date":"1/31/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":536,"Date":"3/27/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":392,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":783,"Cost":559,"Date":"4/24/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":892,"Cost":740,"Date":"4/28/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":521,"Cost":300,"Date":"5/15/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":58,"Date":"5/16/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":404,"Cost":382,"Date":"5/18/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":868,"Cost":709,"Date":"6/2/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":753,"Cost":418,"Date":"6/3/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":291,"Cost":146,"Date":"6/5/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":194,"Cost":158,"Date":"6/7/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":202,"Cost":146,"Date":"6/14/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":31,"Date":"6/20/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":53,"Date":"6/24/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":647,"Cost":534,"Date":"7/4/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":695,"Cost":395,"Date":"7/9/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"7/12/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":405,"Date":"8/14/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":813,"Cost":628,"Date":"8/16/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":550,"Cost":510,"Date":"8/23/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":785,"Cost":510,"Date":"9/2/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":481,"Cost":429,"Date":"9/3/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":38,"Date":"9/16/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":654,"Cost":380,"Date":"10/4/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":101,"Cost":73,"Date":"11/1/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":331,"Cost":178,"Date":"11/2/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":614,"Date":"12/17/2022"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":394,"Date":"2/10/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":434,"Date":"2/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":849,"Cost":783,"Date":"3/4/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":12,"Date":"3/9/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":693,"Cost":397,"Date":"3/9/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":375,"Date":"3/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":70,"Date":"3/17/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":78,"Date":"3/17/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":78,"Cost":62,"Date":"3/23/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":642,"Cost":539,"Date":"4/1/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":464,"Cost":246,"Date":"5/7/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":862,"Cost":676,"Date":"5/10/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":635,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":569,"Cost":314,"Date":"6/2/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":225,"Date":"6/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":695,"Cost":445,"Date":"6/16/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":609,"Cost":320,"Date":"6/16/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":173,"Date":"7/10/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":697,"Cost":532,"Date":"7/11/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":658,"Cost":514,"Date":"8/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":972,"Cost":746,"Date":"8/29/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":937,"Cost":473,"Date":"8/31/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":729,"Cost":425,"Date":"9/8/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":203,"Cost":133,"Date":"9/13/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":74,"Cost":47,"Date":"9/14/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":704,"Date":"9/19/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":302,"Cost":164,"Date":"9/25/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":597,"Date":"10/4/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":129,"Date":"10/10/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":398,"Date":"10/17/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":136,"Cost":96,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":544,"Cost":511,"Date":"10/30/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":733,"Cost":588,"Date":"11/1/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":697,"Cost":570,"Date":"11/15/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":507,"Cost":443,"Date":"11/25/2023"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":850,"Cost":543,"Date":"1/10/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":900,"Cost":766,"Date":"1/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":498,"Cost":277,"Date":"1/20/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":738,"Cost":573,"Date":"2/8/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":940,"Cost":562,"Date":"2/25/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":700,"Cost":425,"Date":"3/7/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":576,"Cost":507,"Date":"3/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":881,"Cost":812,"Date":"3/27/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":746,"Cost":649,"Date":"4/5/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":574,"Cost":523,"Date":"4/14/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":630,"Date":"5/3/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":265,"Cost":249,"Date":"5/9/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":366,"Date":"5/15/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":198,"Cost":120,"Date":"5/25/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":124,"Cost":99,"Date":"5/26/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":530,"Cost":453,"Date":"5/31/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":755,"Cost":392,"Date":"7/27/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":624,"Date":"9/17/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":282,"Cost":245,"Date":"10/6/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":586,"Cost":327,"Date":"10/8/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":224,"Cost":181,"Date":"10/26/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":449,"Cost":385,"Date":"11/16/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":73,"Cost":50,"Date":"11/18/2024"},{"Store":"Mall of Plovdiv","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":200,"Date":"12/1/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":57,"Cost":30,"Date":"2/9/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":337,"Cost":169,"Date":"2/11/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":438,"Cost":322,"Date":"3/10/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":197,"Cost":114,"Date":"3/16/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":213,"Cost":203,"Date":"3/18/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":384,"Cost":310,"Date":"3/20/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":421,"Cost":280,"Date":"3/26/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":127,"Cost":66,"Date":"6/2/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":65,"Cost":61,"Date":"6/10/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":219,"Cost":203,"Date":"6/16/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":495,"Cost":293,"Date":"6/25/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":657,"Cost":529,"Date":"7/19/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":712,"Cost":371,"Date":"7/21/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":6,"Cost":6,"Date":"7/25/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":831,"Cost":475,"Date":"8/4/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":900,"Cost":598,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":424,"Date":"9/4/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":479,"Cost":437,"Date":"9/19/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":230,"Cost":182,"Date":"9/29/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":896,"Cost":479,"Date":"10/2/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":381,"Cost":225,"Date":"10/15/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":408,"Cost":338,"Date":"10/30/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":559,"Cost":347,"Date":"11/9/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":506,"Cost":466,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":464,"Cost":255,"Date":"11/30/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":173,"Cost":151,"Date":"12/8/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":239,"Cost":182,"Date":"12/11/2018"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":455,"Cost":284,"Date":"1/15/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":184,"Cost":150,"Date":"1/24/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":781,"Cost":643,"Date":"2/3/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":615,"Cost":410,"Date":"2/4/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":848,"Cost":605,"Date":"3/9/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":12,"Cost":11,"Date":"3/12/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":16,"Cost":9,"Date":"4/19/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"5/3/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":701,"Cost":657,"Date":"5/4/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":345,"Cost":242,"Date":"6/8/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":400,"Cost":367,"Date":"6/26/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":328,"Cost":184,"Date":"7/4/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":387,"Cost":366,"Date":"7/13/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":62,"Cost":35,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":491,"Cost":446,"Date":"8/26/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":23,"Cost":17,"Date":"9/2/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":246,"Cost":137,"Date":"9/29/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":329,"Cost":287,"Date":"10/12/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":822,"Cost":633,"Date":"11/2/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":544,"Cost":278,"Date":"11/4/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":882,"Cost":632,"Date":"11/7/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":883,"Cost":475,"Date":"12/1/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":895,"Cost":516,"Date":"12/4/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":746,"Cost":584,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":486,"Cost":315,"Date":"12/18/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":550,"Cost":522,"Date":"12/20/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":357,"Cost":217,"Date":"12/20/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":248,"Cost":165,"Date":"12/21/2019"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":253,"Cost":225,"Date":"1/9/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":392,"Cost":280,"Date":"2/5/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":572,"Cost":514,"Date":"2/16/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":293,"Cost":241,"Date":"2/16/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":161,"Cost":88,"Date":"2/18/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":301,"Cost":194,"Date":"2/22/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":153,"Cost":123,"Date":"2/25/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":523,"Cost":393,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":310,"Cost":260,"Date":"4/2/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":193,"Cost":102,"Date":"4/3/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":283,"Cost":155,"Date":"4/9/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":257,"Cost":236,"Date":"4/10/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":213,"Cost":115,"Date":"4/19/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":173,"Cost":145,"Date":"5/17/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":704,"Cost":608,"Date":"5/22/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":919,"Cost":800,"Date":"6/20/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":692,"Cost":543,"Date":"7/1/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":380,"Cost":325,"Date":"7/4/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":51,"Cost":32,"Date":"7/8/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":890,"Cost":806,"Date":"7/9/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":215,"Cost":113,"Date":"7/14/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":601,"Cost":502,"Date":"7/19/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":15,"Cost":13,"Date":"8/1/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":473,"Cost":444,"Date":"8/6/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":490,"Cost":455,"Date":"8/7/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":837,"Cost":776,"Date":"8/22/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":71,"Cost":56,"Date":"8/31/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":30,"Cost":16,"Date":"9/1/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":956,"Cost":494,"Date":"9/1/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":589,"Cost":303,"Date":"9/17/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":950,"Cost":683,"Date":"9/29/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":557,"Date":"11/7/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":26,"Cost":13,"Date":"11/26/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":425,"Cost":312,"Date":"11/27/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":101,"Cost":72,"Date":"12/5/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":856,"Cost":778,"Date":"12/26/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":391,"Cost":252,"Date":"12/31/2020"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":265,"Cost":184,"Date":"1/20/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":152,"Cost":98,"Date":"2/2/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":360,"Cost":180,"Date":"2/8/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":990,"Cost":773,"Date":"2/27/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":576,"Cost":413,"Date":"3/1/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":312,"Cost":234,"Date":"3/1/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":265,"Date":"3/19/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":488,"Cost":406,"Date":"3/28/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":77,"Cost":45,"Date":"5/21/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":952,"Cost":722,"Date":"7/21/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":82,"Cost":48,"Date":"8/5/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":592,"Cost":542,"Date":"8/12/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":949,"Cost":571,"Date":"8/21/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":195,"Cost":150,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":210,"Cost":129,"Date":"9/3/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":153,"Cost":133,"Date":"9/5/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":703,"Cost":361,"Date":"10/6/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":909,"Cost":589,"Date":"10/19/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":224,"Cost":120,"Date":"11/15/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":275,"Cost":189,"Date":"12/8/2021"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":929,"Cost":717,"Date":"1/8/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":317,"Date":"1/14/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":645,"Cost":452,"Date":"1/19/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":938,"Cost":879,"Date":"1/28/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":874,"Cost":534,"Date":"1/31/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":193,"Cost":104,"Date":"3/27/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":415,"Cost":308,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":416,"Cost":260,"Date":"4/24/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":997,"Cost":927,"Date":"4/28/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":641,"Cost":446,"Date":"5/15/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":108,"Date":"5/16/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":166,"Cost":115,"Date":"5/18/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":843,"Cost":797,"Date":"6/2/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":156,"Cost":101,"Date":"6/3/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":194,"Cost":109,"Date":"6/5/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":904,"Cost":569,"Date":"6/7/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":643,"Cost":440,"Date":"6/14/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":138,"Cost":128,"Date":"6/20/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":390,"Cost":287,"Date":"6/24/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":739,"Cost":573,"Date":"7/4/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":139,"Cost":122,"Date":"7/9/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":256,"Cost":151,"Date":"7/12/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":187,"Cost":132,"Date":"8/14/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":539,"Cost":467,"Date":"8/16/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":23,"Cost":14,"Date":"8/23/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":960,"Cost":812,"Date":"9/2/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":247,"Date":"9/3/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":423,"Cost":230,"Date":"9/16/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":164,"Cost":93,"Date":"10/4/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":48,"Cost":32,"Date":"11/1/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":914,"Cost":743,"Date":"11/2/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":537,"Cost":437,"Date":"12/17/2022"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":830,"Cost":677,"Date":"2/10/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":778,"Cost":729,"Date":"2/28/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":661,"Cost":421,"Date":"3/4/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":386,"Cost":321,"Date":"3/9/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":879,"Cost":826,"Date":"3/9/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":355,"Cost":179,"Date":"3/11/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":261,"Date":"3/17/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":162,"Cost":138,"Date":"3/17/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":485,"Cost":342,"Date":"3/23/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":537,"Cost":402,"Date":"4/1/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":225,"Cost":122,"Date":"5/7/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":58,"Cost":32,"Date":"5/10/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":398,"Cost":360,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":671,"Cost":400,"Date":"6/2/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":185,"Cost":123,"Date":"6/11/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":810,"Cost":556,"Date":"6/16/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":267,"Cost":202,"Date":"6/16/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":674,"Cost":431,"Date":"7/10/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":134,"Cost":122,"Date":"7/11/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":288,"Date":"8/28/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":712,"Cost":643,"Date":"8/29/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":387,"Cost":255,"Date":"8/31/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":109,"Cost":70,"Date":"9/8/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":641,"Cost":344,"Date":"9/13/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":204,"Date":"9/14/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":244,"Cost":150,"Date":"9/19/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":142,"Cost":116,"Date":"9/25/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":345,"Cost":273,"Date":"10/4/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":434,"Cost":230,"Date":"10/10/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":683,"Cost":518,"Date":"10/17/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":616,"Cost":394,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":974,"Cost":875,"Date":"10/30/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":931,"Cost":477,"Date":"11/1/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":51,"Cost":32,"Date":"11/15/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":425,"Cost":359,"Date":"11/25/2023"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":610,"Cost":556,"Date":"1/10/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":733,"Cost":412,"Date":"1/14/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":318,"Date":"1/20/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":998,"Cost":516,"Date":"2/8/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":684,"Cost":412,"Date":"2/25/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":916,"Cost":635,"Date":"3/7/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":101,"Cost":61,"Date":"3/14/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":786,"Cost":413,"Date":"3/27/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":326,"Cost":224,"Date":"4/5/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":883,"Cost":610,"Date":"4/14/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":890,"Cost":527,"Date":"5/3/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":474,"Cost":281,"Date":"5/9/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":233,"Cost":138,"Date":"5/15/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":576,"Cost":408,"Date":"5/25/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":462,"Cost":354,"Date":"5/26/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":304,"Cost":213,"Date":"5/31/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":988,"Cost":661,"Date":"7/27/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":324,"Cost":208,"Date":"9/17/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":416,"Cost":317,"Date":"10/6/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":864,"Cost":748,"Date":"10/8/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":275,"Date":"10/26/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":216,"Cost":161,"Date":"11/16/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":516,"Cost":412,"Date":"11/18/2024"},{"Store":"Mall of Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":754,"Cost":530,"Date":"12/1/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":50,"Date":"2/9/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":427,"Date":"2/11/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":157,"Cost":90,"Date":"3/10/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":231,"Date":"3/16/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":733,"Cost":618,"Date":"3/18/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":169,"Cost":98,"Date":"3/20/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":821,"Cost":704,"Date":"3/26/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":107,"Date":"6/2/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":494,"Cost":277,"Date":"6/10/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":881,"Cost":824,"Date":"6/16/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":19,"Cost":12,"Date":"6/25/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":789,"Cost":649,"Date":"7/19/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":102,"Cost":91,"Date":"7/21/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":916,"Cost":764,"Date":"7/25/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"8/4/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":663,"Cost":365,"Date":"9/2/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":344,"Date":"9/4/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":874,"Cost":774,"Date":"9/19/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":467,"Date":"9/29/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":47,"Cost":28,"Date":"10/2/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":352,"Cost":289,"Date":"10/15/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":111,"Date":"10/30/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":177,"Cost":157,"Date":"11/9/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":638,"Cost":480,"Date":"11/23/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":776,"Date":"11/30/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":335,"Cost":194,"Date":"12/8/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":122,"Date":"12/11/2018"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":295,"Date":"1/15/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":617,"Cost":423,"Date":"1/24/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":315,"Cost":234,"Date":"2/3/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":893,"Cost":789,"Date":"2/4/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":580,"Date":"3/9/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":441,"Cost":291,"Date":"3/12/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":450,"Date":"4/19/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":290,"Date":"5/3/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":271,"Cost":235,"Date":"5/4/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":62,"Date":"6/8/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":320,"Cost":210,"Date":"6/26/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":232,"Cost":215,"Date":"7/4/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":253,"Date":"7/13/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":68,"Cost":56,"Date":"8/8/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":950,"Cost":757,"Date":"8/26/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":683,"Cost":555,"Date":"9/2/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":653,"Date":"9/29/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":245,"Cost":146,"Date":"10/12/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":158,"Date":"11/2/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":452,"Date":"11/4/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":652,"Date":"11/7/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":626,"Cost":462,"Date":"12/1/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":95,"Cost":58,"Date":"12/4/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":216,"Date":"12/7/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":547,"Cost":383,"Date":"12/18/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"12/20/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":306,"Date":"12/20/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":331,"Date":"12/21/2019"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":552,"Date":"1/9/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":620,"Cost":505,"Date":"2/5/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":606,"Cost":407,"Date":"2/16/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":910,"Date":"2/16/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":580,"Date":"2/18/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":623,"Cost":369,"Date":"2/22/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":68,"Date":"2/25/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":888,"Cost":709,"Date":"3/8/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":561,"Date":"4/2/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":388,"Cost":201,"Date":"4/3/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":479,"Cost":340,"Date":"4/9/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":810,"Cost":605,"Date":"4/10/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":669,"Date":"4/19/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":895,"Cost":614,"Date":"5/17/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":280,"Date":"5/22/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":586,"Cost":487,"Date":"6/20/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":64,"Date":"7/1/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":315,"Date":"7/4/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":291,"Cost":178,"Date":"7/8/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":619,"Cost":313,"Date":"7/9/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":432,"Cost":397,"Date":"7/14/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":594,"Cost":308,"Date":"7/19/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":67,"Cost":58,"Date":"8/1/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":234,"Cost":174,"Date":"8/6/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":734,"Cost":519,"Date":"8/7/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":63,"Date":"8/22/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":554,"Cost":431,"Date":"8/31/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":227,"Date":"9/1/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":379,"Date":"9/1/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":916,"Cost":843,"Date":"9/17/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":480,"Date":"9/29/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":154,"Date":"11/7/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":991,"Cost":636,"Date":"11/26/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":147,"Cost":91,"Date":"11/27/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":825,"Cost":781,"Date":"12/5/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":387,"Date":"12/26/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":483,"Cost":399,"Date":"12/31/2020"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":889,"Cost":474,"Date":"1/20/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":758,"Cost":442,"Date":"2/2/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":810,"Cost":711,"Date":"2/8/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":82,"Date":"2/27/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":496,"Date":"3/1/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":24,"Date":"3/1/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":106,"Date":"3/19/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":451,"Cost":249,"Date":"3/28/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":776,"Cost":559,"Date":"5/21/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":33,"Date":"7/21/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":147,"Cost":81,"Date":"8/5/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":497,"Cost":469,"Date":"8/12/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":476,"Cost":341,"Date":"8/21/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":459,"Date":"8/23/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"9/3/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":358,"Cost":218,"Date":"9/5/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":419,"Date":"10/6/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":175,"Cost":133,"Date":"10/19/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":619,"Date":"11/15/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":421,"Cost":242,"Date":"12/8/2021"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":190,"Cost":128,"Date":"1/8/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":464,"Cost":300,"Date":"1/14/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":311,"Cost":229,"Date":"1/19/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":717,"Cost":576,"Date":"1/28/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":653,"Cost":365,"Date":"1/31/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":581,"Cost":501,"Date":"3/27/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":64,"Date":"4/20/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":940,"Cost":591,"Date":"4/24/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":194,"Date":"4/28/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":845,"Cost":533,"Date":"5/15/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":876,"Cost":517,"Date":"5/16/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":868,"Cost":568,"Date":"5/18/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":142,"Date":"6/2/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":475,"Cost":274,"Date":"6/3/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":157,"Cost":142,"Date":"6/5/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":644,"Cost":341,"Date":"6/7/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":188,"Date":"6/14/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":95,"Date":"6/20/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":605,"Date":"6/24/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":749,"Cost":428,"Date":"7/4/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":116,"Date":"7/9/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":820,"Date":"7/12/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":709,"Cost":358,"Date":"8/14/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":741,"Date":"8/16/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":7,"Date":"8/23/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":375,"Cost":297,"Date":"9/2/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":33,"Cost":32,"Date":"9/3/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":346,"Cost":307,"Date":"9/16/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":155,"Cost":94,"Date":"10/4/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":184,"Cost":156,"Date":"11/1/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":413,"Date":"11/2/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":725,"Cost":499,"Date":"12/17/2022"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":478,"Date":"2/10/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":261,"Date":"2/28/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":173,"Date":"3/4/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":255,"Date":"3/9/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":363,"Date":"3/9/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":962,"Cost":487,"Date":"3/11/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":561,"Cost":361,"Date":"3/17/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":523,"Cost":276,"Date":"3/17/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":801,"Cost":559,"Date":"3/23/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":587,"Date":"4/1/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":453,"Cost":241,"Date":"5/7/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":333,"Cost":174,"Date":"5/10/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":654,"Date":"5/20/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":257,"Cost":156,"Date":"6/2/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":163,"Date":"6/11/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":485,"Cost":457,"Date":"6/16/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":140,"Cost":112,"Date":"6/16/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":108,"Date":"7/10/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":333,"Cost":235,"Date":"7/11/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":15,"Date":"8/28/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":894,"Cost":778,"Date":"8/29/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":779,"Cost":417,"Date":"8/31/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":539,"Cost":281,"Date":"9/8/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":611,"Date":"9/13/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":609,"Cost":331,"Date":"9/14/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":887,"Cost":769,"Date":"9/19/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":20,"Cost":10,"Date":"9/25/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":573,"Cost":392,"Date":"10/4/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":876,"Cost":660,"Date":"10/10/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":586,"Date":"10/17/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":873,"Cost":809,"Date":"10/28/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":332,"Cost":223,"Date":"10/30/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":646,"Date":"11/1/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":744,"Cost":521,"Date":"11/15/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":861,"Cost":587,"Date":"11/25/2023"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":217,"Date":"1/10/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":744,"Cost":638,"Date":"1/14/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":523,"Cost":282,"Date":"1/20/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":133,"Date":"2/8/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":245,"Cost":182,"Date":"2/25/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":75,"Date":"3/7/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":195,"Cost":135,"Date":"3/14/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":572,"Date":"3/27/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":394,"Date":"4/5/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":22,"Cost":12,"Date":"4/14/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":65,"Date":"5/3/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":564,"Date":"5/9/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":87,"Date":"5/15/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":829,"Cost":641,"Date":"5/25/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":479,"Cost":358,"Date":"5/26/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":538,"Date":"5/31/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":232,"Cost":135,"Date":"7/27/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":726,"Cost":581,"Date":"9/17/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":320,"Cost":194,"Date":"10/6/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":191,"Date":"10/8/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":522,"Cost":479,"Date":"10/26/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":180,"Cost":128,"Date":"11/16/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":501,"Date":"11/18/2024"},{"Store":"Mall of Plovdiv","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":128,"Date":"12/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":820,"Cost":620,"Date":"2/9/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":356,"Cost":244,"Date":"2/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":724,"Date":"3/10/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":126,"Date":"3/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":476,"Cost":388,"Date":"3/18/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":395,"Cost":288,"Date":"3/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":877,"Cost":528,"Date":"3/26/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":993,"Cost":567,"Date":"6/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":731,"Cost":521,"Date":"6/10/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":210,"Cost":141,"Date":"6/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":733,"Cost":397,"Date":"6/25/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":407,"Date":"7/19/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":313,"Cost":176,"Date":"7/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":827,"Date":"7/25/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":200,"Cost":155,"Date":"8/4/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":856,"Cost":537,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":67,"Cost":45,"Date":"9/4/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":868,"Cost":611,"Date":"9/19/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":628,"Cost":402,"Date":"9/29/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":453,"Date":"10/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":244,"Cost":188,"Date":"10/15/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":897,"Cost":509,"Date":"10/30/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":149,"Date":"11/9/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":280,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":283,"Date":"11/30/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":200,"Date":"12/8/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":455,"Date":"12/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":258,"Date":"1/15/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":106,"Date":"1/24/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":466,"Cost":272,"Date":"2/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":250,"Cost":157,"Date":"2/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":898,"Cost":496,"Date":"3/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":541,"Date":"3/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":893,"Cost":820,"Date":"4/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":372,"Cost":295,"Date":"5/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":582,"Cost":296,"Date":"5/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":475,"Cost":391,"Date":"6/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":515,"Cost":333,"Date":"6/26/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":215,"Date":"7/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":183,"Cost":162,"Date":"7/13/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":271,"Cost":140,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":649,"Cost":395,"Date":"8/26/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":865,"Cost":822,"Date":"9/2/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":846,"Cost":695,"Date":"9/29/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":103,"Cost":53,"Date":"10/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":542,"Cost":482,"Date":"11/2/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":49,"Cost":24,"Date":"11/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":89,"Date":"11/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":830,"Cost":605,"Date":"12/1/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":787,"Cost":549,"Date":"12/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":265,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":928,"Cost":779,"Date":"12/18/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":602,"Cost":531,"Date":"12/20/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":147,"Cost":99,"Date":"12/20/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":39,"Cost":31,"Date":"12/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":900,"Cost":623,"Date":"1/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":695,"Cost":519,"Date":"2/5/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":442,"Cost":307,"Date":"2/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":719,"Cost":635,"Date":"2/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":141,"Date":"2/18/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":510,"Cost":280,"Date":"2/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":898,"Cost":635,"Date":"2/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":61,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":987,"Cost":870,"Date":"4/2/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":282,"Cost":152,"Date":"4/3/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":492,"Cost":420,"Date":"4/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":540,"Date":"4/10/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":531,"Cost":399,"Date":"4/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":26,"Cost":18,"Date":"5/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":423,"Cost":230,"Date":"5/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":172,"Date":"6/20/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":915,"Cost":502,"Date":"7/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":900,"Cost":520,"Date":"7/4/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":668,"Date":"7/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":741,"Date":"7/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":94,"Cost":83,"Date":"7/14/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":779,"Cost":409,"Date":"7/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":733,"Cost":479,"Date":"8/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":462,"Date":"8/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":127,"Cost":64,"Date":"8/7/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":45,"Cost":25,"Date":"8/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":11,"Date":"8/31/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":550,"Date":"9/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":539,"Date":"9/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":686,"Cost":369,"Date":"9/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":951,"Cost":763,"Date":"9/29/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":141,"Cost":89,"Date":"11/7/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":831,"Date":"11/26/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":628,"Cost":328,"Date":"11/27/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":473,"Cost":278,"Date":"12/5/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":675,"Cost":429,"Date":"12/26/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":588,"Cost":514,"Date":"12/31/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":94,"Cost":67,"Date":"1/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":305,"Cost":243,"Date":"2/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":365,"Date":"2/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":94,"Cost":49,"Date":"2/27/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":533,"Date":"3/1/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":329,"Date":"3/1/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":508,"Date":"3/19/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":229,"Cost":149,"Date":"3/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":814,"Cost":751,"Date":"5/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":582,"Cost":526,"Date":"7/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":507,"Cost":281,"Date":"8/5/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":673,"Cost":585,"Date":"8/12/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":921,"Cost":536,"Date":"8/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":202,"Cost":144,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":387,"Cost":305,"Date":"9/3/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":535,"Cost":462,"Date":"9/5/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":616,"Cost":571,"Date":"10/6/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":556,"Cost":474,"Date":"10/19/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":794,"Cost":497,"Date":"11/15/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":393,"Date":"12/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":892,"Cost":824,"Date":"1/8/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":213,"Cost":198,"Date":"1/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":321,"Cost":191,"Date":"1/19/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":208,"Cost":181,"Date":"1/28/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":466,"Cost":280,"Date":"1/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":955,"Cost":842,"Date":"3/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":967,"Cost":904,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":688,"Cost":393,"Date":"4/24/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":283,"Date":"4/28/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":136,"Date":"5/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":34,"Date":"5/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":760,"Date":"5/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":425,"Cost":256,"Date":"6/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":265,"Cost":214,"Date":"6/3/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":220,"Date":"6/5/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":519,"Cost":313,"Date":"6/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":391,"Date":"6/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":339,"Date":"6/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":172,"Date":"6/24/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":264,"Cost":196,"Date":"7/4/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":488,"Cost":322,"Date":"7/9/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":597,"Date":"7/12/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":370,"Cost":348,"Date":"8/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"8/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":442,"Cost":403,"Date":"8/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":816,"Cost":689,"Date":"9/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":699,"Cost":565,"Date":"9/3/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":178,"Cost":129,"Date":"9/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":856,"Cost":468,"Date":"10/4/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":177,"Cost":138,"Date":"11/1/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":757,"Cost":707,"Date":"11/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":407,"Cost":219,"Date":"12/17/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":473,"Cost":244,"Date":"2/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":584,"Cost":331,"Date":"2/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":918,"Cost":818,"Date":"3/4/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":448,"Cost":400,"Date":"3/9/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":774,"Cost":524,"Date":"3/9/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":946,"Cost":769,"Date":"3/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":964,"Cost":626,"Date":"3/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":932,"Cost":874,"Date":"3/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":423,"Date":"3/23/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":552,"Cost":386,"Date":"4/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":298,"Cost":210,"Date":"5/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":496,"Date":"5/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":326,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":813,"Cost":551,"Date":"6/2/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":214,"Date":"6/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":11,"Cost":8,"Date":"6/16/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":249,"Cost":199,"Date":"6/16/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":105,"Cost":98,"Date":"7/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":101,"Cost":66,"Date":"7/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":183,"Date":"8/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":538,"Date":"8/29/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":800,"Date":"8/31/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":622,"Cost":351,"Date":"9/8/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":980,"Cost":568,"Date":"9/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":448,"Date":"9/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":924,"Cost":678,"Date":"9/19/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":737,"Cost":669,"Date":"9/25/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":11,"Date":"10/4/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":399,"Cost":365,"Date":"10/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":158,"Cost":103,"Date":"10/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":964,"Cost":868,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":485,"Cost":379,"Date":"10/30/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":649,"Cost":456,"Date":"11/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":55,"Cost":41,"Date":"11/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":327,"Cost":208,"Date":"11/25/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":369,"Date":"1/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":999,"Cost":569,"Date":"1/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":498,"Cost":344,"Date":"1/20/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":448,"Cost":239,"Date":"2/8/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":528,"Cost":369,"Date":"2/25/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":199,"Cost":183,"Date":"3/7/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":867,"Date":"3/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":591,"Cost":378,"Date":"3/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":677,"Cost":621,"Date":"4/5/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":932,"Cost":783,"Date":"4/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":182,"Date":"5/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":962,"Cost":769,"Date":"5/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":823,"Cost":713,"Date":"5/15/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":84,"Cost":55,"Date":"5/25/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":774,"Cost":703,"Date":"5/26/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":584,"Cost":503,"Date":"5/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":342,"Cost":302,"Date":"7/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":696,"Cost":499,"Date":"9/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":429,"Cost":392,"Date":"10/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":123,"Cost":110,"Date":"10/8/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":305,"Cost":214,"Date":"10/26/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":290,"Date":"11/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":172,"Cost":134,"Date":"11/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":696,"Date":"12/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":357,"Cost":219,"Date":"2/9/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":721,"Cost":594,"Date":"2/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":416,"Cost":377,"Date":"3/10/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":218,"Cost":199,"Date":"3/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":27,"Cost":23,"Date":"3/18/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":572,"Cost":432,"Date":"3/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":193,"Cost":177,"Date":"3/26/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":270,"Cost":248,"Date":"6/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":337,"Cost":308,"Date":"6/10/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":157,"Date":"6/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":348,"Cost":305,"Date":"6/25/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":911,"Cost":649,"Date":"7/19/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":430,"Cost":223,"Date":"7/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":420,"Cost":361,"Date":"7/25/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":799,"Cost":657,"Date":"8/4/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":350,"Cost":236,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":268,"Cost":148,"Date":"9/4/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":374,"Cost":297,"Date":"9/19/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":430,"Cost":394,"Date":"9/29/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":512,"Cost":363,"Date":"10/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":613,"Cost":381,"Date":"10/15/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":938,"Cost":789,"Date":"10/30/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":257,"Date":"11/9/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":56,"Cost":32,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":930,"Cost":640,"Date":"11/30/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":301,"Cost":195,"Date":"12/8/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":388,"Cost":196,"Date":"12/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":405,"Date":"1/15/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":245,"Cost":227,"Date":"1/24/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":588,"Date":"2/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":283,"Cost":182,"Date":"2/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":596,"Date":"3/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":541,"Cost":441,"Date":"3/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":632,"Cost":426,"Date":"4/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":63,"Cost":45,"Date":"5/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":186,"Cost":176,"Date":"5/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":602,"Cost":494,"Date":"6/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":55,"Cost":34,"Date":"6/26/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":568,"Cost":399,"Date":"7/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":195,"Date":"7/13/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":82,"Cost":76,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":344,"Cost":272,"Date":"8/26/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":504,"Cost":286,"Date":"9/2/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":594,"Date":"9/29/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":25,"Cost":23,"Date":"10/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":733,"Cost":465,"Date":"11/2/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":76,"Cost":55,"Date":"11/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":328,"Cost":203,"Date":"11/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":251,"Cost":169,"Date":"12/1/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":743,"Cost":497,"Date":"12/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":556,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":803,"Cost":683,"Date":"12/18/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":895,"Cost":541,"Date":"12/20/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":876,"Cost":459,"Date":"12/20/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":759,"Date":"12/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":745,"Cost":579,"Date":"1/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":623,"Cost":464,"Date":"2/5/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":665,"Cost":429,"Date":"2/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":701,"Cost":628,"Date":"2/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":69,"Cost":58,"Date":"2/18/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":90,"Cost":47,"Date":"2/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":772,"Cost":661,"Date":"2/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":284,"Cost":163,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":73,"Cost":68,"Date":"4/2/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":511,"Cost":374,"Date":"4/3/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":703,"Cost":357,"Date":"4/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":831,"Cost":577,"Date":"4/10/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":152,"Cost":127,"Date":"4/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":525,"Cost":465,"Date":"5/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":722,"Cost":438,"Date":"5/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":421,"Date":"6/20/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":429,"Date":"7/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":727,"Cost":527,"Date":"7/4/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":220,"Cost":115,"Date":"7/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":189,"Cost":108,"Date":"7/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":501,"Date":"7/14/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":723,"Cost":530,"Date":"7/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":504,"Cost":291,"Date":"8/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":153,"Cost":140,"Date":"8/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":94,"Cost":72,"Date":"8/7/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":568,"Cost":484,"Date":"8/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":169,"Date":"8/31/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":325,"Cost":266,"Date":"9/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":443,"Cost":397,"Date":"9/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":816,"Cost":549,"Date":"9/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":947,"Cost":685,"Date":"9/29/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":724,"Date":"11/7/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":646,"Cost":345,"Date":"11/26/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":562,"Cost":322,"Date":"11/27/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":924,"Cost":721,"Date":"12/5/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":818,"Cost":507,"Date":"12/26/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":292,"Cost":271,"Date":"12/31/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":361,"Cost":303,"Date":"1/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":885,"Cost":576,"Date":"2/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":937,"Cost":833,"Date":"2/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":864,"Cost":786,"Date":"2/27/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":876,"Cost":645,"Date":"3/1/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":88,"Cost":64,"Date":"3/1/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":129,"Cost":114,"Date":"3/19/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":956,"Cost":829,"Date":"3/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":420,"Cost":346,"Date":"5/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":822,"Cost":692,"Date":"7/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":662,"Cost":397,"Date":"8/5/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":352,"Cost":264,"Date":"8/12/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":471,"Cost":362,"Date":"8/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":842,"Cost":783,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":679,"Cost":640,"Date":"9/3/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":904,"Cost":632,"Date":"9/5/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":74,"Date":"10/6/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":176,"Date":"10/19/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":443,"Cost":234,"Date":"11/15/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":464,"Cost":297,"Date":"12/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":511,"Cost":465,"Date":"1/8/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":192,"Cost":175,"Date":"1/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":137,"Cost":104,"Date":"1/19/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":654,"Cost":390,"Date":"1/28/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":468,"Cost":278,"Date":"1/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":265,"Cost":181,"Date":"3/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":365,"Cost":292,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":830,"Cost":485,"Date":"4/24/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":184,"Date":"4/28/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":341,"Cost":311,"Date":"5/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":964,"Cost":561,"Date":"5/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":456,"Cost":256,"Date":"5/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":201,"Cost":143,"Date":"6/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":957,"Cost":617,"Date":"6/3/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":388,"Cost":216,"Date":"6/5/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":639,"Cost":326,"Date":"6/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":821,"Cost":568,"Date":"6/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":820,"Cost":432,"Date":"6/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":735,"Cost":624,"Date":"6/24/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":86,"Date":"7/4/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":774,"Cost":523,"Date":"7/9/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":826,"Cost":533,"Date":"7/12/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":804,"Cost":646,"Date":"8/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":495,"Date":"8/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":429,"Cost":255,"Date":"8/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":151,"Cost":118,"Date":"9/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":759,"Cost":681,"Date":"9/3/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":566,"Cost":427,"Date":"9/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":967,"Cost":552,"Date":"10/4/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":637,"Cost":519,"Date":"11/1/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":949,"Cost":841,"Date":"11/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":913,"Cost":558,"Date":"12/17/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":44,"Cost":26,"Date":"2/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":175,"Cost":152,"Date":"2/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":818,"Cost":709,"Date":"3/4/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":406,"Cost":356,"Date":"3/9/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":502,"Cost":307,"Date":"3/9/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":385,"Cost":348,"Date":"3/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":790,"Cost":417,"Date":"3/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":171,"Date":"3/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":395,"Cost":274,"Date":"3/23/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":528,"Cost":357,"Date":"4/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":763,"Cost":581,"Date":"5/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":668,"Cost":336,"Date":"5/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":526,"Cost":293,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":890,"Cost":515,"Date":"6/2/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":591,"Cost":445,"Date":"6/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":529,"Cost":384,"Date":"6/16/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":814,"Cost":685,"Date":"6/16/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":403,"Cost":292,"Date":"7/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":147,"Cost":111,"Date":"7/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":861,"Cost":651,"Date":"8/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":891,"Cost":615,"Date":"8/29/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":44,"Cost":22,"Date":"8/31/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":626,"Cost":330,"Date":"9/8/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":934,"Cost":708,"Date":"9/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":727,"Cost":541,"Date":"9/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":60,"Cost":41,"Date":"9/19/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":709,"Cost":664,"Date":"9/25/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":472,"Cost":253,"Date":"10/4/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":882,"Cost":604,"Date":"10/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":258,"Cost":228,"Date":"10/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":16,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":500,"Cost":319,"Date":"10/30/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":669,"Cost":342,"Date":"11/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":384,"Cost":213,"Date":"11/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":202,"Cost":159,"Date":"11/25/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":891,"Cost":673,"Date":"1/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":819,"Cost":756,"Date":"1/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":750,"Cost":497,"Date":"1/20/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":648,"Cost":423,"Date":"2/8/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":33,"Cost":31,"Date":"2/25/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":919,"Cost":536,"Date":"3/7/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":124,"Cost":72,"Date":"3/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":33,"Cost":27,"Date":"3/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":168,"Cost":124,"Date":"4/5/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":787,"Cost":426,"Date":"4/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":371,"Date":"5/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":474,"Date":"5/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":275,"Cost":219,"Date":"5/15/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":742,"Cost":399,"Date":"5/25/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":907,"Cost":817,"Date":"5/26/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":306,"Cost":160,"Date":"5/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":585,"Cost":352,"Date":"7/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":754,"Cost":585,"Date":"9/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":709,"Cost":623,"Date":"10/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":425,"Cost":367,"Date":"10/8/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":504,"Date":"10/26/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":467,"Cost":370,"Date":"11/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":383,"Cost":237,"Date":"11/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"Sellpy","Country":"Bulgaria","Sale":74,"Cost":61,"Date":"12/1/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":42,"Cost":22,"Date":"2/9/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":954,"Cost":832,"Date":"2/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":104,"Cost":59,"Date":"3/10/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":398,"Cost":326,"Date":"3/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":224,"Cost":164,"Date":"3/18/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":544,"Date":"3/20/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":645,"Date":"3/26/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":643,"Date":"6/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":747,"Cost":392,"Date":"6/10/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":388,"Cost":301,"Date":"6/16/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":341,"Cost":303,"Date":"6/25/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":507,"Cost":338,"Date":"7/19/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":785,"Cost":598,"Date":"7/21/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":427,"Cost":354,"Date":"7/25/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":720,"Cost":554,"Date":"8/4/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":373,"Cost":237,"Date":"9/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":382,"Cost":254,"Date":"9/4/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":992,"Cost":873,"Date":"9/19/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":451,"Cost":232,"Date":"9/29/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":41,"Cost":30,"Date":"10/2/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":905,"Cost":643,"Date":"10/15/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":645,"Cost":593,"Date":"10/30/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":992,"Cost":512,"Date":"11/9/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":744,"Cost":440,"Date":"11/23/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":144,"Cost":133,"Date":"11/30/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":591,"Cost":382,"Date":"12/8/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":26,"Cost":20,"Date":"12/11/2018"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":472,"Cost":428,"Date":"1/15/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":938,"Cost":668,"Date":"1/24/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":113,"Cost":105,"Date":"2/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":525,"Cost":297,"Date":"2/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":940,"Cost":520,"Date":"3/9/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":461,"Cost":236,"Date":"3/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":64,"Cost":34,"Date":"4/19/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":647,"Cost":591,"Date":"5/3/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":867,"Cost":458,"Date":"5/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":457,"Cost":430,"Date":"6/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":429,"Cost":273,"Date":"6/26/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":673,"Cost":538,"Date":"7/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":1000,"Cost":504,"Date":"7/13/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":63,"Cost":51,"Date":"8/8/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":951,"Cost":736,"Date":"8/26/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":383,"Cost":265,"Date":"9/2/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":270,"Cost":176,"Date":"9/29/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":643,"Cost":529,"Date":"10/12/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":32,"Cost":20,"Date":"11/2/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":160,"Cost":116,"Date":"11/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":894,"Cost":612,"Date":"11/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":403,"Cost":320,"Date":"12/1/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":517,"Cost":352,"Date":"12/4/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":178,"Cost":119,"Date":"12/7/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":654,"Cost":565,"Date":"12/18/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":390,"Cost":269,"Date":"12/20/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":460,"Cost":296,"Date":"12/20/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":118,"Cost":59,"Date":"12/21/2019"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":120,"Cost":91,"Date":"1/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":667,"Cost":412,"Date":"2/5/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":336,"Date":"2/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":37,"Cost":22,"Date":"2/16/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":319,"Cost":166,"Date":"2/18/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":856,"Cost":639,"Date":"2/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":849,"Cost":495,"Date":"2/25/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":465,"Cost":384,"Date":"3/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":258,"Cost":189,"Date":"4/2/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":505,"Date":"4/3/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":743,"Cost":421,"Date":"4/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":267,"Cost":197,"Date":"4/10/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":943,"Cost":571,"Date":"4/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":344,"Cost":317,"Date":"5/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":175,"Cost":131,"Date":"5/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":624,"Cost":546,"Date":"6/20/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":393,"Cost":349,"Date":"7/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":136,"Cost":83,"Date":"7/4/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":329,"Cost":193,"Date":"7/8/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":518,"Cost":437,"Date":"7/9/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":909,"Cost":850,"Date":"7/14/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":484,"Cost":366,"Date":"7/19/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":386,"Cost":233,"Date":"8/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":39,"Cost":22,"Date":"8/6/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":291,"Cost":253,"Date":"8/7/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":802,"Date":"8/22/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":129,"Cost":117,"Date":"8/31/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":793,"Cost":413,"Date":"9/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":989,"Cost":704,"Date":"9/1/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":965,"Cost":710,"Date":"9/17/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":594,"Cost":549,"Date":"9/29/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":211,"Cost":168,"Date":"11/7/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":404,"Date":"11/26/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":682,"Cost":503,"Date":"11/27/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":858,"Cost":742,"Date":"12/5/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":388,"Date":"12/26/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":27,"Cost":22,"Date":"12/31/2020"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":745,"Cost":426,"Date":"1/20/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":622,"Cost":343,"Date":"2/2/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":685,"Cost":615,"Date":"2/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":814,"Cost":672,"Date":"2/27/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":451,"Cost":400,"Date":"3/1/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":272,"Cost":202,"Date":"3/1/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":696,"Cost":357,"Date":"3/19/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":313,"Cost":284,"Date":"3/28/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":952,"Cost":487,"Date":"5/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":54,"Cost":35,"Date":"7/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":290,"Date":"8/5/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":304,"Cost":188,"Date":"8/12/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":881,"Cost":570,"Date":"8/21/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":532,"Cost":447,"Date":"8/23/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":43,"Cost":39,"Date":"9/3/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":943,"Cost":503,"Date":"9/5/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":385,"Cost":268,"Date":"10/6/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":714,"Cost":503,"Date":"10/19/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":814,"Cost":538,"Date":"11/15/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":736,"Cost":526,"Date":"12/8/2021"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":497,"Cost":412,"Date":"1/8/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":563,"Cost":526,"Date":"1/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":372,"Cost":287,"Date":"1/19/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":415,"Cost":352,"Date":"1/28/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":655,"Cost":515,"Date":"1/31/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":744,"Cost":519,"Date":"3/27/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":896,"Cost":724,"Date":"4/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":208,"Cost":170,"Date":"4/24/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":474,"Cost":335,"Date":"4/28/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":609,"Cost":405,"Date":"5/15/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":431,"Cost":305,"Date":"5/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":892,"Cost":545,"Date":"5/18/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":840,"Cost":757,"Date":"6/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":800,"Cost":685,"Date":"6/3/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":845,"Cost":620,"Date":"6/5/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":59,"Cost":54,"Date":"6/7/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":33,"Cost":21,"Date":"6/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":697,"Cost":528,"Date":"6/20/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":743,"Cost":612,"Date":"6/24/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":631,"Cost":573,"Date":"7/4/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":145,"Cost":127,"Date":"7/9/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":419,"Cost":339,"Date":"7/12/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":100,"Cost":90,"Date":"8/14/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":359,"Cost":254,"Date":"8/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":424,"Cost":245,"Date":"8/23/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":744,"Cost":512,"Date":"9/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":78,"Cost":50,"Date":"9/3/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":514,"Cost":338,"Date":"9/16/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":590,"Cost":443,"Date":"10/4/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":982,"Cost":879,"Date":"11/1/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":847,"Cost":651,"Date":"11/2/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":909,"Cost":786,"Date":"12/17/2022"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":462,"Cost":295,"Date":"2/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":287,"Cost":149,"Date":"2/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":442,"Cost":416,"Date":"3/4/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":55,"Cost":50,"Date":"3/9/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":109,"Cost":67,"Date":"3/9/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":462,"Cost":270,"Date":"3/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":215,"Cost":170,"Date":"3/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":95,"Cost":76,"Date":"3/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":51,"Cost":30,"Date":"3/23/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":688,"Date":"4/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":787,"Cost":582,"Date":"5/7/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":337,"Cost":185,"Date":"5/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":493,"Cost":255,"Date":"5/20/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":911,"Cost":631,"Date":"6/2/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":30,"Cost":18,"Date":"6/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":122,"Cost":71,"Date":"6/16/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":177,"Cost":124,"Date":"6/16/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":9,"Cost":8,"Date":"7/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":611,"Cost":507,"Date":"7/11/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":751,"Cost":643,"Date":"8/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":443,"Cost":323,"Date":"8/29/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":304,"Cost":230,"Date":"8/31/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":653,"Cost":620,"Date":"9/8/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":151,"Cost":109,"Date":"9/13/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":412,"Cost":314,"Date":"9/14/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":200,"Cost":150,"Date":"9/19/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":563,"Cost":314,"Date":"9/25/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":380,"Cost":259,"Date":"10/4/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":520,"Cost":395,"Date":"10/10/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":90,"Cost":51,"Date":"10/17/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":359,"Cost":229,"Date":"10/28/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":581,"Cost":331,"Date":"10/30/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":350,"Cost":210,"Date":"11/1/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":101,"Cost":67,"Date":"11/15/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":263,"Cost":163,"Date":"11/25/2023"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":73,"Cost":62,"Date":"1/10/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":651,"Cost":512,"Date":"1/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":715,"Cost":521,"Date":"1/20/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":617,"Cost":460,"Date":"2/8/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":647,"Cost":421,"Date":"2/25/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":479,"Cost":366,"Date":"3/7/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":893,"Cost":830,"Date":"3/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":545,"Cost":453,"Date":"3/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":575,"Cost":469,"Date":"4/5/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":537,"Cost":341,"Date":"4/14/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":600,"Cost":523,"Date":"5/3/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":372,"Cost":289,"Date":"5/9/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":384,"Cost":257,"Date":"5/15/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":329,"Cost":281,"Date":"5/25/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":754,"Cost":670,"Date":"5/26/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":278,"Cost":200,"Date":"5/31/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":950,"Cost":544,"Date":"7/27/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":162,"Cost":81,"Date":"9/17/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":126,"Cost":115,"Date":"10/6/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":9,"Cost":5,"Date":"10/8/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":238,"Cost":129,"Date":"10/26/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":990,"Cost":503,"Date":"11/16/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":682,"Cost":623,"Date":"11/18/2024"},{"Store":"Lidl Plaza, Plovdiv","Brand":"HM Home","Country":"Bulgaria","Sale":897,"Cost":744,"Date":"12/1/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":846,"Cost":474,"Date":"2/9/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":763,"Date":"2/11/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":626,"Date":"3/10/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":293,"Cost":203,"Date":"3/16/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":306,"Date":"3/18/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":4,"Date":"3/20/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":679,"Cost":340,"Date":"3/26/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":987,"Cost":741,"Date":"6/2/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":813,"Cost":716,"Date":"6/10/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":732,"Date":"6/16/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":490,"Date":"6/25/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":286,"Cost":158,"Date":"7/19/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":31,"Date":"7/21/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":134,"Cost":102,"Date":"7/25/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":817,"Date":"8/4/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":809,"Cost":639,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":160,"Date":"9/4/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":797,"Cost":440,"Date":"9/19/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":376,"Cost":294,"Date":"9/29/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":708,"Cost":572,"Date":"10/2/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":513,"Cost":311,"Date":"10/15/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":742,"Date":"10/30/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":884,"Cost":506,"Date":"11/9/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":626,"Cost":428,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":976,"Cost":552,"Date":"11/30/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":771,"Cost":464,"Date":"12/8/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":47,"Cost":37,"Date":"12/11/2018"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":396,"Date":"1/15/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":891,"Cost":498,"Date":"1/24/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":521,"Cost":487,"Date":"2/3/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":666,"Date":"2/4/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":97,"Cost":68,"Date":"3/9/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":856,"Cost":659,"Date":"3/12/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":611,"Cost":463,"Date":"4/19/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":438,"Cost":325,"Date":"5/3/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":857,"Cost":783,"Date":"5/4/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":578,"Date":"6/8/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":905,"Cost":624,"Date":"6/26/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":925,"Cost":742,"Date":"7/4/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":893,"Cost":849,"Date":"7/13/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":893,"Cost":619,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":914,"Cost":641,"Date":"8/26/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":376,"Date":"9/2/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":622,"Cost":556,"Date":"9/29/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":237,"Cost":126,"Date":"10/12/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":41,"Date":"11/2/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":370,"Date":"11/4/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":628,"Cost":327,"Date":"11/7/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":571,"Cost":478,"Date":"12/1/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":33,"Cost":31,"Date":"12/4/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":249,"Cost":234,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":869,"Cost":514,"Date":"12/18/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":70,"Date":"12/20/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":485,"Cost":373,"Date":"12/20/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":27,"Date":"12/21/2019"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":961,"Cost":577,"Date":"1/9/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":279,"Date":"2/5/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":354,"Cost":286,"Date":"2/16/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":19,"Cost":17,"Date":"2/16/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":323,"Cost":281,"Date":"2/18/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":738,"Cost":432,"Date":"2/22/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":588,"Cost":413,"Date":"2/25/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":499,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":284,"Cost":151,"Date":"4/2/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":119,"Cost":84,"Date":"4/3/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":561,"Cost":448,"Date":"4/9/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":907,"Date":"4/10/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":743,"Cost":436,"Date":"4/19/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":755,"Cost":486,"Date":"5/17/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":534,"Cost":287,"Date":"5/22/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":743,"Cost":662,"Date":"6/20/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":798,"Cost":490,"Date":"7/1/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":364,"Cost":324,"Date":"7/4/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":676,"Cost":351,"Date":"7/8/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":689,"Cost":446,"Date":"7/9/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":434,"Cost":345,"Date":"7/14/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":305,"Cost":244,"Date":"7/19/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":797,"Cost":442,"Date":"8/1/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":468,"Date":"8/6/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":45,"Cost":27,"Date":"8/7/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":262,"Cost":218,"Date":"8/22/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":218,"Cost":131,"Date":"8/31/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":618,"Cost":459,"Date":"9/1/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":287,"Date":"9/1/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":392,"Date":"9/17/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":591,"Cost":297,"Date":"9/29/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":374,"Cost":199,"Date":"11/7/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":348,"Date":"11/26/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":82,"Cost":45,"Date":"11/27/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":730,"Date":"12/5/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":351,"Cost":319,"Date":"12/26/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":553,"Cost":396,"Date":"12/31/2020"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":496,"Cost":309,"Date":"1/20/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":157,"Cost":115,"Date":"2/2/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":848,"Date":"2/8/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":284,"Cost":142,"Date":"2/27/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":314,"Cost":171,"Date":"3/1/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":808,"Cost":570,"Date":"3/1/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":641,"Cost":391,"Date":"3/19/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":591,"Cost":329,"Date":"3/28/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"5/21/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":9,"Date":"7/21/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":226,"Cost":195,"Date":"8/5/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":344,"Cost":313,"Date":"8/12/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":398,"Date":"8/21/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":95,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":926,"Cost":541,"Date":"9/3/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":374,"Date":"9/5/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":760,"Cost":603,"Date":"10/6/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":430,"Date":"10/19/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":881,"Cost":586,"Date":"11/15/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":910,"Cost":757,"Date":"12/8/2021"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":598,"Date":"1/8/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":76,"Date":"1/14/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":98,"Date":"1/19/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":81,"Cost":42,"Date":"1/28/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":507,"Date":"1/31/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":803,"Cost":414,"Date":"3/27/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":282,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":145,"Cost":135,"Date":"4/24/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":579,"Date":"4/28/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":468,"Date":"5/15/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":100,"Cost":50,"Date":"5/16/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":791,"Date":"5/18/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":477,"Date":"6/2/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":42,"Date":"6/3/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":952,"Cost":831,"Date":"6/5/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":831,"Cost":682,"Date":"6/7/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":470,"Date":"6/14/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":599,"Date":"6/20/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":261,"Cost":224,"Date":"6/24/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":851,"Cost":700,"Date":"7/4/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":694,"Date":"7/9/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":638,"Cost":528,"Date":"7/12/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":959,"Cost":743,"Date":"8/14/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":448,"Date":"8/16/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":955,"Cost":687,"Date":"8/23/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":243,"Date":"9/2/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":523,"Date":"9/3/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":802,"Cost":515,"Date":"9/16/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":727,"Cost":584,"Date":"10/4/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":405,"Cost":274,"Date":"11/1/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":700,"Date":"11/2/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":894,"Cost":671,"Date":"12/17/2022"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":379,"Date":"2/10/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":689,"Cost":634,"Date":"2/28/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":763,"Date":"3/4/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":235,"Cost":177,"Date":"3/9/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":821,"Date":"3/9/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":209,"Cost":164,"Date":"3/11/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":529,"Date":"3/17/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":996,"Cost":664,"Date":"3/17/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":650,"Cost":556,"Date":"3/23/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":259,"Cost":155,"Date":"4/1/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":42,"Date":"5/7/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":284,"Cost":269,"Date":"5/10/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":957,"Cost":599,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":277,"Cost":219,"Date":"6/2/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":10,"Cost":5,"Date":"6/11/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":257,"Date":"6/16/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":991,"Cost":892,"Date":"6/16/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":187,"Cost":170,"Date":"7/10/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":611,"Cost":398,"Date":"7/11/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":520,"Cost":370,"Date":"8/28/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":730,"Cost":518,"Date":"8/29/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":649,"Cost":332,"Date":"8/31/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":223,"Cost":137,"Date":"9/8/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":936,"Cost":689,"Date":"9/13/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":263,"Date":"9/14/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":148,"Date":"9/19/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":419,"Cost":240,"Date":"9/25/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":456,"Cost":355,"Date":"10/4/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":908,"Date":"10/10/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":601,"Date":"10/17/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":581,"Cost":407,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":684,"Cost":591,"Date":"10/30/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":563,"Cost":481,"Date":"11/1/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":501,"Cost":459,"Date":"11/15/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":457,"Date":"11/25/2023"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":956,"Cost":761,"Date":"1/10/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":584,"Date":"1/14/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":679,"Date":"1/20/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":991,"Cost":665,"Date":"2/8/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":194,"Cost":182,"Date":"2/25/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":189,"Cost":109,"Date":"3/7/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":997,"Cost":688,"Date":"3/14/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":327,"Cost":206,"Date":"3/27/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":790,"Cost":634,"Date":"4/5/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":415,"Cost":331,"Date":"4/14/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":33,"Cost":31,"Date":"5/3/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":115,"Cost":72,"Date":"5/9/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":93,"Cost":63,"Date":"5/15/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":782,"Cost":677,"Date":"5/25/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":277,"Cost":214,"Date":"5/26/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":325,"Date":"5/31/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":37,"Cost":25,"Date":"7/27/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":289,"Date":"9/17/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":896,"Cost":583,"Date":"10/6/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":747,"Cost":667,"Date":"10/8/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":259,"Date":"10/26/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":538,"Cost":293,"Date":"11/16/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":86,"Cost":65,"Date":"11/18/2024"},{"Store":"Grand Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":604,"Date":"12/1/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":9,"Cost":5,"Date":"2/9/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":177,"Date":"2/11/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":55,"Cost":48,"Date":"3/10/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":85,"Date":"3/16/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":976,"Cost":841,"Date":"3/18/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":127,"Date":"3/20/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":535,"Cost":274,"Date":"3/26/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":552,"Cost":342,"Date":"6/2/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":12,"Cost":9,"Date":"6/10/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":112,"Cost":60,"Date":"6/16/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":811,"Cost":501,"Date":"6/25/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":204,"Cost":152,"Date":"7/19/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":20,"Date":"7/21/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":649,"Cost":374,"Date":"7/25/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":323,"Date":"8/4/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":430,"Cost":399,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":164,"Date":"9/4/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":890,"Cost":483,"Date":"9/19/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":812,"Date":"9/29/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":220,"Date":"10/2/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":669,"Cost":552,"Date":"10/15/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":280,"Cost":164,"Date":"10/30/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":299,"Cost":152,"Date":"11/9/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":502,"Cost":474,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":879,"Cost":711,"Date":"11/30/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":429,"Cost":383,"Date":"12/8/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":868,"Cost":619,"Date":"12/11/2018"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":442,"Cost":380,"Date":"1/15/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":221,"Cost":166,"Date":"1/24/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":703,"Cost":535,"Date":"2/3/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":515,"Date":"2/4/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":970,"Cost":617,"Date":"3/9/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":117,"Cost":106,"Date":"3/12/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":739,"Cost":588,"Date":"4/19/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":76,"Cost":69,"Date":"5/3/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":176,"Cost":122,"Date":"5/4/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":441,"Cost":385,"Date":"6/8/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":411,"Date":"6/26/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":539,"Cost":461,"Date":"7/4/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":24,"Cost":12,"Date":"7/13/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":455,"Cost":307,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":580,"Cost":475,"Date":"8/26/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":401,"Cost":369,"Date":"9/2/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":453,"Cost":404,"Date":"9/29/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":791,"Cost":626,"Date":"10/12/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":662,"Date":"11/2/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":550,"Cost":489,"Date":"11/4/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":737,"Cost":603,"Date":"11/7/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":262,"Cost":239,"Date":"12/1/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":62,"Date":"12/4/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":641,"Cost":355,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":40,"Cost":35,"Date":"12/18/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":418,"Cost":344,"Date":"12/20/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":295,"Cost":170,"Date":"12/20/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":514,"Date":"12/21/2019"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":274,"Cost":159,"Date":"1/9/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":579,"Cost":297,"Date":"2/5/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":107,"Date":"2/16/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":633,"Cost":415,"Date":"2/16/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":993,"Cost":519,"Date":"2/18/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":782,"Cost":615,"Date":"2/22/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":693,"Cost":384,"Date":"2/25/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":550,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":349,"Cost":232,"Date":"4/2/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":115,"Date":"4/3/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":111,"Cost":90,"Date":"4/9/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":192,"Date":"4/10/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":734,"Cost":415,"Date":"4/19/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":357,"Date":"5/17/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":856,"Cost":471,"Date":"5/22/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":468,"Cost":443,"Date":"6/20/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":147,"Cost":99,"Date":"7/1/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":247,"Date":"7/4/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":831,"Cost":493,"Date":"7/8/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":402,"Cost":363,"Date":"7/9/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":899,"Cost":548,"Date":"7/14/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":920,"Cost":702,"Date":"7/19/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":576,"Date":"8/1/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":365,"Cost":326,"Date":"8/6/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":334,"Cost":226,"Date":"8/7/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":34,"Cost":29,"Date":"8/22/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":462,"Date":"8/31/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":666,"Cost":339,"Date":"9/1/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":763,"Cost":654,"Date":"9/1/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":338,"Date":"9/17/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":324,"Cost":167,"Date":"9/29/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":68,"Date":"11/7/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":824,"Cost":421,"Date":"11/26/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":269,"Date":"11/27/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":544,"Cost":477,"Date":"12/5/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":298,"Date":"12/26/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":638,"Date":"12/31/2020"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":133,"Cost":67,"Date":"1/20/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":288,"Date":"2/2/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":914,"Cost":489,"Date":"2/8/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":138,"Date":"2/27/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":361,"Cost":315,"Date":"3/1/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":446,"Cost":303,"Date":"3/1/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":585,"Date":"3/19/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":519,"Cost":449,"Date":"3/28/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":200,"Cost":110,"Date":"5/21/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":725,"Cost":486,"Date":"7/21/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":88,"Date":"8/5/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":944,"Cost":826,"Date":"8/12/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":639,"Cost":358,"Date":"8/21/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":46,"Cost":33,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":330,"Cost":204,"Date":"9/3/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":186,"Cost":176,"Date":"9/5/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":218,"Cost":135,"Date":"10/6/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":371,"Cost":265,"Date":"10/19/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":821,"Date":"11/15/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":830,"Cost":773,"Date":"12/8/2021"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":400,"Date":"1/8/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":429,"Date":"1/14/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":26,"Date":"1/19/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":854,"Cost":572,"Date":"1/28/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":137,"Date":"1/31/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":836,"Cost":642,"Date":"3/27/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":818,"Cost":568,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":36,"Date":"4/24/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":837,"Date":"4/28/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":926,"Cost":764,"Date":"5/15/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":439,"Cost":340,"Date":"5/16/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":572,"Cost":326,"Date":"5/18/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":223,"Date":"6/2/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":170,"Date":"6/3/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":435,"Cost":354,"Date":"6/5/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":762,"Cost":393,"Date":"6/7/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":967,"Cost":785,"Date":"6/14/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":552,"Cost":453,"Date":"6/20/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":670,"Cost":341,"Date":"6/24/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":129,"Cost":67,"Date":"7/4/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":51,"Cost":33,"Date":"7/9/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":906,"Cost":829,"Date":"7/12/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":652,"Date":"8/14/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":31,"Cost":27,"Date":"8/16/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":965,"Cost":686,"Date":"8/23/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":714,"Cost":390,"Date":"9/2/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":671,"Cost":393,"Date":"9/3/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":51,"Date":"9/16/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":419,"Date":"10/4/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":256,"Cost":170,"Date":"11/1/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":723,"Cost":443,"Date":"11/2/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"12/17/2022"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":417,"Cost":370,"Date":"2/10/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":550,"Cost":335,"Date":"2/28/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":467,"Date":"3/4/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":201,"Date":"3/9/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":392,"Cost":263,"Date":"3/9/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":197,"Cost":139,"Date":"3/11/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":693,"Cost":541,"Date":"3/17/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":109,"Date":"3/17/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":859,"Cost":675,"Date":"3/23/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":75,"Cost":38,"Date":"4/1/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":341,"Cost":228,"Date":"5/7/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":379,"Cost":276,"Date":"5/10/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":477,"Cost":344,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":661,"Cost":417,"Date":"6/2/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":822,"Cost":546,"Date":"6/11/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":942,"Cost":650,"Date":"6/16/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":678,"Cost":402,"Date":"6/16/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":36,"Date":"7/10/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":239,"Date":"7/11/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":294,"Date":"8/28/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":371,"Cost":313,"Date":"8/29/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":511,"Date":"8/31/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":560,"Cost":374,"Date":"9/8/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":451,"Date":"9/13/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":607,"Date":"9/14/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":292,"Cost":148,"Date":"9/19/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":127,"Cost":92,"Date":"9/25/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":376,"Cost":354,"Date":"10/4/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":654,"Cost":589,"Date":"10/10/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":164,"Cost":87,"Date":"10/17/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":232,"Cost":183,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":141,"Date":"10/30/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":55,"Date":"11/1/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":410,"Date":"11/15/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":416,"Cost":212,"Date":"11/25/2023"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":864,"Cost":796,"Date":"1/10/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":147,"Date":"1/14/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":264,"Cost":212,"Date":"1/20/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":631,"Cost":587,"Date":"2/8/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":462,"Date":"2/25/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":708,"Cost":356,"Date":"3/7/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":439,"Cost":336,"Date":"3/14/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":395,"Cost":239,"Date":"3/27/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":914,"Cost":776,"Date":"4/5/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":443,"Date":"4/14/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":399,"Cost":299,"Date":"5/3/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":298,"Cost":256,"Date":"5/9/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":291,"Cost":156,"Date":"5/15/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":252,"Date":"5/25/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":448,"Date":"5/26/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":479,"Cost":292,"Date":"5/31/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":242,"Cost":159,"Date":"7/27/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":811,"Cost":722,"Date":"9/17/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":548,"Date":"10/6/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":161,"Date":"10/8/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":854,"Cost":675,"Date":"10/26/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":817,"Date":"11/16/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":311,"Cost":199,"Date":"11/18/2024"},{"Store":"Grand Mall Varna","Brand":"Nova","Country":"Bulgaria","Sale":708,"Cost":481,"Date":"12/1/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":652,"Cost":599,"Date":"2/9/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":469,"Cost":308,"Date":"2/11/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":33,"Cost":20,"Date":"3/10/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":387,"Cost":236,"Date":"3/16/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":320,"Cost":260,"Date":"3/18/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":323,"Date":"3/20/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":673,"Cost":455,"Date":"3/26/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":863,"Cost":511,"Date":"6/2/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":297,"Cost":261,"Date":"6/10/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":496,"Cost":284,"Date":"6/16/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":183,"Cost":123,"Date":"6/25/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":83,"Cost":55,"Date":"7/19/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":736,"Cost":373,"Date":"7/21/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":246,"Cost":140,"Date":"7/25/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":150,"Date":"8/4/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":799,"Cost":711,"Date":"9/2/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":541,"Cost":356,"Date":"9/4/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":432,"Date":"9/19/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":88,"Cost":71,"Date":"9/29/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":800,"Cost":702,"Date":"10/2/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":596,"Cost":559,"Date":"10/15/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":832,"Cost":499,"Date":"10/30/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":247,"Cost":138,"Date":"11/9/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":502,"Cost":296,"Date":"11/23/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":604,"Cost":328,"Date":"11/30/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":178,"Cost":95,"Date":"12/8/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":796,"Cost":740,"Date":"12/11/2018"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":324,"Cost":254,"Date":"1/15/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":365,"Cost":220,"Date":"1/24/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":282,"Cost":197,"Date":"2/3/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":1000,"Cost":848,"Date":"2/4/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":652,"Cost":506,"Date":"3/9/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":160,"Date":"3/12/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":926,"Cost":496,"Date":"4/19/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":801,"Cost":537,"Date":"5/3/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":748,"Date":"5/4/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":945,"Cost":679,"Date":"6/8/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":359,"Cost":318,"Date":"6/26/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":457,"Cost":328,"Date":"7/4/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":819,"Cost":635,"Date":"7/13/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":801,"Cost":539,"Date":"8/8/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":378,"Cost":277,"Date":"8/26/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":240,"Cost":134,"Date":"9/2/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":412,"Cost":353,"Date":"9/29/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":636,"Date":"10/12/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":240,"Date":"11/2/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":206,"Cost":186,"Date":"11/4/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":700,"Cost":616,"Date":"11/7/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":864,"Cost":514,"Date":"12/1/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":157,"Date":"12/4/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":668,"Cost":379,"Date":"12/7/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":470,"Cost":344,"Date":"12/18/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":935,"Cost":813,"Date":"12/20/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":16,"Cost":13,"Date":"12/20/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":254,"Cost":167,"Date":"12/21/2019"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":973,"Cost":649,"Date":"1/9/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":385,"Cost":259,"Date":"2/5/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":13,"Cost":11,"Date":"2/16/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":502,"Cost":327,"Date":"2/16/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":134,"Cost":108,"Date":"2/18/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":460,"Cost":326,"Date":"2/22/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":695,"Cost":656,"Date":"2/25/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":630,"Cost":582,"Date":"3/8/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"4/2/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":699,"Cost":568,"Date":"4/3/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":881,"Cost":528,"Date":"4/9/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":187,"Date":"4/10/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":166,"Cost":100,"Date":"4/19/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":718,"Cost":643,"Date":"5/17/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":620,"Cost":583,"Date":"5/22/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":475,"Cost":415,"Date":"6/20/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":333,"Cost":240,"Date":"7/1/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":165,"Cost":130,"Date":"7/4/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":291,"Cost":169,"Date":"7/8/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":859,"Cost":754,"Date":"7/9/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":469,"Cost":398,"Date":"7/14/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":600,"Cost":375,"Date":"7/19/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":820,"Cost":701,"Date":"8/1/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":969,"Cost":911,"Date":"8/6/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":546,"Cost":288,"Date":"8/7/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":894,"Cost":688,"Date":"8/22/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":845,"Cost":695,"Date":"8/31/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":922,"Cost":746,"Date":"9/1/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":480,"Cost":311,"Date":"9/1/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":410,"Cost":234,"Date":"9/17/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":46,"Cost":34,"Date":"9/29/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":578,"Cost":407,"Date":"11/7/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":598,"Cost":352,"Date":"11/26/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":367,"Cost":259,"Date":"11/27/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":709,"Date":"12/5/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":68,"Cost":56,"Date":"12/26/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":698,"Cost":625,"Date":"12/31/2020"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":677,"Cost":357,"Date":"1/20/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":559,"Date":"2/2/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":778,"Cost":663,"Date":"2/8/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":307,"Date":"2/27/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":984,"Cost":520,"Date":"3/1/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":736,"Cost":572,"Date":"3/1/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":843,"Cost":458,"Date":"3/19/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":962,"Cost":523,"Date":"3/28/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":672,"Cost":468,"Date":"5/21/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":55,"Cost":41,"Date":"7/21/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":572,"Cost":419,"Date":"8/5/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":656,"Cost":523,"Date":"8/12/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":375,"Cost":232,"Date":"8/21/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":615,"Cost":431,"Date":"8/23/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":765,"Cost":497,"Date":"9/3/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":7,"Cost":3,"Date":"9/5/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":448,"Cost":340,"Date":"10/6/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":625,"Date":"10/19/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":283,"Date":"11/15/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":574,"Cost":428,"Date":"12/8/2021"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":182,"Cost":156,"Date":"1/8/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":873,"Cost":534,"Date":"1/14/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":730,"Date":"1/19/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":718,"Date":"1/28/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":772,"Cost":584,"Date":"1/31/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":982,"Cost":774,"Date":"3/27/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":313,"Cost":200,"Date":"4/20/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":967,"Cost":703,"Date":"4/24/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":365,"Cost":261,"Date":"4/28/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":602,"Date":"5/15/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":596,"Cost":516,"Date":"5/16/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":921,"Cost":596,"Date":"5/18/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":892,"Cost":751,"Date":"6/2/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":186,"Cost":103,"Date":"6/3/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":509,"Cost":460,"Date":"6/5/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":56,"Cost":52,"Date":"6/7/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":425,"Cost":361,"Date":"6/14/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":494,"Cost":443,"Date":"6/20/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":210,"Cost":171,"Date":"6/24/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":161,"Date":"7/4/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":87,"Cost":71,"Date":"7/9/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":564,"Date":"7/12/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":230,"Date":"8/14/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":546,"Cost":300,"Date":"8/16/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":188,"Cost":158,"Date":"8/23/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":435,"Date":"9/2/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":18,"Cost":14,"Date":"9/3/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":66,"Date":"9/16/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":505,"Cost":430,"Date":"10/4/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":269,"Cost":219,"Date":"11/1/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":480,"Cost":453,"Date":"11/2/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":955,"Cost":562,"Date":"12/17/2022"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":814,"Cost":479,"Date":"2/10/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":821,"Cost":585,"Date":"2/28/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":167,"Date":"3/4/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":70,"Cost":51,"Date":"3/9/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":631,"Cost":357,"Date":"3/9/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":505,"Date":"3/11/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":290,"Cost":177,"Date":"3/17/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":385,"Cost":206,"Date":"3/17/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":803,"Cost":706,"Date":"3/23/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":318,"Cost":281,"Date":"4/1/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":916,"Cost":561,"Date":"5/7/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":205,"Cost":107,"Date":"5/10/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":647,"Cost":512,"Date":"5/20/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":74,"Cost":51,"Date":"6/2/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":179,"Cost":102,"Date":"6/11/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":674,"Cost":409,"Date":"6/16/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":861,"Date":"6/16/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":399,"Date":"7/10/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":321,"Cost":265,"Date":"7/11/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":240,"Cost":227,"Date":"8/28/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":634,"Cost":584,"Date":"8/29/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":922,"Cost":531,"Date":"8/31/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":919,"Cost":705,"Date":"9/8/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":435,"Cost":405,"Date":"9/13/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":92,"Cost":78,"Date":"9/14/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":861,"Cost":462,"Date":"9/19/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":55,"Cost":39,"Date":"9/25/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":608,"Cost":397,"Date":"10/4/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":267,"Cost":226,"Date":"10/10/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":993,"Cost":820,"Date":"10/17/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":847,"Cost":730,"Date":"10/28/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":323,"Cost":274,"Date":"10/30/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":813,"Cost":470,"Date":"11/1/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":506,"Date":"11/15/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":95,"Cost":47,"Date":"11/25/2023"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":835,"Cost":700,"Date":"1/10/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":264,"Cost":190,"Date":"1/14/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":948,"Cost":762,"Date":"1/20/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":647,"Cost":500,"Date":"2/8/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":153,"Cost":127,"Date":"2/25/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":520,"Cost":439,"Date":"3/7/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":463,"Cost":416,"Date":"3/14/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":724,"Cost":639,"Date":"3/27/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":978,"Cost":692,"Date":"4/5/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":626,"Cost":423,"Date":"4/14/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":541,"Cost":361,"Date":"5/3/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":660,"Cost":477,"Date":"5/9/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":907,"Cost":594,"Date":"5/15/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":541,"Cost":325,"Date":"5/25/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":160,"Cost":135,"Date":"5/26/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":309,"Cost":289,"Date":"5/31/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":187,"Cost":99,"Date":"7/27/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":494,"Cost":271,"Date":"9/17/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":696,"Cost":546,"Date":"10/6/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":21,"Cost":14,"Date":"10/8/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":329,"Cost":227,"Date":"10/26/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":548,"Cost":463,"Date":"11/16/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":275,"Cost":255,"Date":"11/18/2024"},{"Store":"Grand Mall Varna","Brand":"Jeans","Country":"Bulgaria","Sale":390,"Cost":340,"Date":"12/1/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":68,"Cost":63,"Date":"2/9/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":188,"Cost":169,"Date":"2/11/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":869,"Cost":479,"Date":"3/10/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":257,"Cost":219,"Date":"3/16/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":600,"Cost":402,"Date":"3/18/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":479,"Date":"3/20/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":323,"Date":"3/26/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"6/2/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":10,"Date":"6/10/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":937,"Cost":728,"Date":"6/16/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":950,"Cost":706,"Date":"6/25/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":9,"Date":"7/19/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":957,"Cost":730,"Date":"7/21/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":376,"Cost":345,"Date":"7/25/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":997,"Cost":800,"Date":"8/4/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":118,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":184,"Date":"9/4/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":127,"Date":"9/19/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":792,"Cost":637,"Date":"9/29/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":935,"Cost":495,"Date":"10/2/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":821,"Cost":544,"Date":"10/15/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":509,"Date":"10/30/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":429,"Date":"11/9/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":417,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":730,"Cost":681,"Date":"11/30/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":399,"Cost":314,"Date":"12/8/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":300,"Cost":230,"Date":"12/11/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":110,"Date":"1/15/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":774,"Cost":723,"Date":"1/24/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":97,"Cost":93,"Date":"2/3/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":398,"Cost":348,"Date":"2/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":174,"Cost":159,"Date":"3/9/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":210,"Cost":157,"Date":"3/12/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":896,"Cost":682,"Date":"4/19/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":57,"Cost":45,"Date":"5/3/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":463,"Cost":427,"Date":"5/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":353,"Cost":331,"Date":"6/8/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":684,"Date":"6/26/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":991,"Cost":856,"Date":"7/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":478,"Cost":417,"Date":"7/13/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":160,"Cost":137,"Date":"8/26/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":957,"Cost":603,"Date":"9/2/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":970,"Cost":856,"Date":"9/29/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":433,"Date":"10/12/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":618,"Cost":456,"Date":"11/2/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":194,"Cost":175,"Date":"11/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":234,"Cost":129,"Date":"11/7/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":326,"Cost":189,"Date":"12/1/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":229,"Date":"12/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":278,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":265,"Date":"12/18/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":261,"Cost":179,"Date":"12/20/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":57,"Cost":43,"Date":"12/20/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":191,"Cost":132,"Date":"12/21/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":822,"Cost":514,"Date":"1/9/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":516,"Cost":344,"Date":"2/5/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":645,"Date":"2/16/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":774,"Cost":719,"Date":"2/16/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":241,"Date":"2/18/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":289,"Cost":221,"Date":"2/22/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":264,"Date":"2/25/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":497,"Cost":407,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":852,"Cost":793,"Date":"4/2/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":438,"Date":"4/3/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":499,"Cost":252,"Date":"4/9/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":615,"Date":"4/10/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":27,"Cost":17,"Date":"4/19/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":154,"Cost":112,"Date":"5/17/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":555,"Cost":285,"Date":"5/22/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":664,"Cost":583,"Date":"6/20/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":787,"Cost":605,"Date":"7/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":184,"Date":"7/4/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":347,"Date":"7/8/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":261,"Date":"7/9/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":598,"Date":"7/14/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":940,"Cost":653,"Date":"7/19/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":598,"Date":"8/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":115,"Date":"8/6/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":625,"Cost":541,"Date":"8/7/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":520,"Cost":284,"Date":"8/22/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":110,"Date":"8/31/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":468,"Date":"9/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":337,"Cost":276,"Date":"9/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":611,"Cost":449,"Date":"9/17/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":657,"Date":"9/29/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":734,"Date":"11/7/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":275,"Date":"11/26/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":378,"Cost":291,"Date":"11/27/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":364,"Cost":276,"Date":"12/5/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":176,"Cost":150,"Date":"12/26/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":852,"Cost":746,"Date":"12/31/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":73,"Date":"1/20/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":149,"Cost":113,"Date":"2/2/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":224,"Date":"2/8/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":737,"Cost":696,"Date":"2/27/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":995,"Cost":564,"Date":"3/1/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":204,"Cost":177,"Date":"3/1/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":481,"Cost":312,"Date":"3/19/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":927,"Cost":782,"Date":"3/28/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":690,"Cost":353,"Date":"5/21/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":904,"Cost":639,"Date":"7/21/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":815,"Date":"8/5/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":182,"Cost":108,"Date":"8/12/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":887,"Cost":488,"Date":"8/21/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":678,"Cost":599,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":419,"Cost":253,"Date":"9/3/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":258,"Cost":244,"Date":"9/5/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":684,"Date":"10/6/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":102,"Cost":68,"Date":"10/19/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"11/15/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":77,"Cost":41,"Date":"12/8/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":724,"Cost":512,"Date":"1/8/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":788,"Cost":508,"Date":"1/14/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":702,"Cost":586,"Date":"1/19/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":138,"Date":"1/28/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":711,"Cost":483,"Date":"1/31/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":752,"Date":"3/27/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":798,"Cost":476,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":922,"Cost":467,"Date":"4/24/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":263,"Cost":191,"Date":"4/28/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":602,"Cost":481,"Date":"5/15/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":985,"Cost":873,"Date":"5/16/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":920,"Cost":857,"Date":"5/18/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":63,"Cost":44,"Date":"6/2/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":419,"Date":"6/3/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":233,"Date":"6/5/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":257,"Cost":243,"Date":"6/7/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":506,"Cost":444,"Date":"6/14/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":521,"Date":"6/20/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":508,"Cost":261,"Date":"6/24/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":714,"Date":"7/4/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":573,"Date":"7/9/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":851,"Cost":535,"Date":"7/12/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":573,"Cost":402,"Date":"8/14/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":168,"Cost":105,"Date":"8/16/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":312,"Date":"8/23/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":246,"Cost":184,"Date":"9/2/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":186,"Cost":162,"Date":"9/3/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":289,"Date":"9/16/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":539,"Cost":438,"Date":"10/4/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":803,"Cost":693,"Date":"11/1/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":197,"Cost":184,"Date":"11/2/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":598,"Cost":314,"Date":"12/17/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":570,"Date":"2/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":892,"Date":"2/28/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":103,"Cost":61,"Date":"3/4/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":186,"Cost":143,"Date":"3/9/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":594,"Cost":472,"Date":"3/9/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":412,"Cost":278,"Date":"3/11/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":221,"Date":"3/17/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":679,"Date":"3/17/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":278,"Date":"3/23/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":424,"Date":"4/1/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":352,"Date":"5/7/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":257,"Date":"5/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":874,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":345,"Date":"6/2/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":241,"Date":"6/11/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":583,"Cost":415,"Date":"6/16/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":479,"Cost":342,"Date":"6/16/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":731,"Date":"7/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":633,"Date":"7/11/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":701,"Cost":416,"Date":"8/28/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":803,"Cost":611,"Date":"8/29/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":237,"Cost":142,"Date":"8/31/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":936,"Cost":867,"Date":"9/8/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":693,"Cost":575,"Date":"9/13/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":228,"Date":"9/14/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":510,"Cost":466,"Date":"9/19/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":298,"Cost":267,"Date":"9/25/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":165,"Cost":95,"Date":"10/4/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":601,"Cost":327,"Date":"10/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":284,"Cost":202,"Date":"10/17/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":593,"Cost":363,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":418,"Cost":386,"Date":"10/30/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":958,"Cost":738,"Date":"11/1/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":364,"Date":"11/15/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":73,"Date":"11/25/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":497,"Date":"1/10/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":225,"Cost":198,"Date":"1/14/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":658,"Cost":403,"Date":"1/20/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":72,"Cost":58,"Date":"2/8/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":248,"Cost":128,"Date":"2/25/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":573,"Cost":341,"Date":"3/7/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":815,"Cost":448,"Date":"3/14/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":787,"Date":"3/27/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":549,"Cost":451,"Date":"4/5/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":765,"Date":"4/14/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":400,"Cost":242,"Date":"5/3/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":251,"Date":"5/9/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":988,"Cost":863,"Date":"5/15/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":443,"Cost":315,"Date":"5/25/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":38,"Cost":27,"Date":"5/26/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":609,"Cost":455,"Date":"5/31/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":18,"Cost":16,"Date":"7/27/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":8,"Date":"9/17/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":949,"Cost":602,"Date":"10/6/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":803,"Date":"10/8/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":93,"Cost":89,"Date":"10/26/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":185,"Cost":99,"Date":"11/16/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":475,"Cost":260,"Date":"11/18/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":986,"Cost":855,"Date":"12/1/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":977,"Cost":923,"Date":"2/9/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":832,"Cost":648,"Date":"2/11/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":579,"Date":"3/10/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":724,"Cost":589,"Date":"3/16/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":468,"Date":"3/18/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":561,"Cost":322,"Date":"3/20/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":44,"Cost":26,"Date":"3/26/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":429,"Date":"6/2/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":157,"Date":"6/10/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":19,"Date":"6/16/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":98,"Cost":73,"Date":"6/25/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":89,"Date":"7/19/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":439,"Date":"7/21/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":272,"Date":"7/25/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":462,"Cost":317,"Date":"8/4/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":429,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":101,"Cost":88,"Date":"9/4/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":278,"Date":"9/19/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":634,"Cost":483,"Date":"9/29/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":507,"Date":"10/2/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":502,"Date":"10/15/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":109,"Date":"10/30/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":340,"Cost":178,"Date":"11/9/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":787,"Cost":523,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":144,"Date":"11/30/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":841,"Cost":701,"Date":"12/8/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":956,"Cost":760,"Date":"12/11/2018"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":448,"Date":"1/15/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":403,"Date":"1/24/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":599,"Date":"2/3/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":850,"Cost":635,"Date":"2/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":33,"Cost":20,"Date":"3/9/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":955,"Cost":902,"Date":"3/12/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":508,"Date":"4/19/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":14,"Cost":10,"Date":"5/3/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":360,"Cost":183,"Date":"5/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":583,"Cost":406,"Date":"6/8/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":712,"Date":"6/26/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"7/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":389,"Date":"7/13/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":68,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":525,"Cost":298,"Date":"8/26/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":473,"Date":"9/2/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":491,"Cost":272,"Date":"9/29/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":641,"Cost":506,"Date":"10/12/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":221,"Date":"11/2/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":23,"Cost":12,"Date":"11/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":303,"Cost":225,"Date":"11/7/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":205,"Date":"12/1/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":386,"Cost":281,"Date":"12/4/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":419,"Cost":324,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":195,"Cost":115,"Date":"12/18/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":772,"Cost":398,"Date":"12/20/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":732,"Cost":561,"Date":"12/20/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":318,"Date":"12/21/2019"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":488,"Cost":363,"Date":"1/9/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":708,"Cost":669,"Date":"2/5/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":814,"Cost":746,"Date":"2/16/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":964,"Cost":496,"Date":"2/16/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":727,"Cost":530,"Date":"2/18/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":809,"Cost":666,"Date":"2/22/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":541,"Cost":469,"Date":"2/25/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":868,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":844,"Cost":727,"Date":"4/2/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":266,"Cost":144,"Date":"4/3/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":101,"Date":"4/9/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":907,"Date":"4/10/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":215,"Date":"4/19/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":964,"Cost":723,"Date":"5/17/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":501,"Date":"5/22/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":332,"Cost":309,"Date":"6/20/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":536,"Date":"7/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":246,"Date":"7/4/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":299,"Cost":264,"Date":"7/8/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":437,"Date":"7/9/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":462,"Cost":353,"Date":"7/14/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":438,"Cost":282,"Date":"7/19/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":830,"Cost":643,"Date":"8/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":296,"Cost":219,"Date":"8/6/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":396,"Cost":323,"Date":"8/7/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":856,"Cost":698,"Date":"8/22/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":344,"Cost":300,"Date":"8/31/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":118,"Cost":86,"Date":"9/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":310,"Cost":280,"Date":"9/1/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":285,"Cost":260,"Date":"9/17/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":412,"Cost":221,"Date":"9/29/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":1000,"Cost":820,"Date":"11/7/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":290,"Date":"11/26/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":85,"Date":"11/27/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":896,"Cost":516,"Date":"12/5/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":649,"Cost":426,"Date":"12/26/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":744,"Cost":632,"Date":"12/31/2020"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":15,"Cost":10,"Date":"1/20/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":283,"Date":"2/2/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":93,"Cost":85,"Date":"2/8/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":245,"Date":"2/27/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":637,"Cost":462,"Date":"3/1/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":121,"Cost":61,"Date":"3/1/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":462,"Cost":313,"Date":"3/19/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":648,"Date":"3/28/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":936,"Cost":637,"Date":"5/21/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":604,"Cost":317,"Date":"7/21/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":275,"Cost":169,"Date":"8/5/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":865,"Cost":739,"Date":"8/12/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":754,"Cost":668,"Date":"8/21/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":633,"Cost":380,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":179,"Date":"9/3/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":114,"Date":"9/5/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":474,"Date":"10/6/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":514,"Cost":398,"Date":"10/19/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":465,"Cost":292,"Date":"11/15/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":835,"Cost":604,"Date":"12/8/2021"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":226,"Date":"1/8/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":457,"Cost":254,"Date":"1/14/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":639,"Date":"1/19/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":531,"Date":"1/28/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":210,"Date":"1/31/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":216,"Date":"3/27/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":625,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":369,"Cost":342,"Date":"4/24/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":733,"Cost":693,"Date":"4/28/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":943,"Cost":807,"Date":"5/15/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":430,"Date":"5/16/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":57,"Date":"5/18/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":322,"Cost":218,"Date":"6/2/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":634,"Cost":358,"Date":"6/3/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":108,"Cost":65,"Date":"6/5/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":620,"Cost":354,"Date":"6/7/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":461,"Date":"6/14/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":838,"Cost":434,"Date":"6/20/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":11,"Cost":7,"Date":"6/24/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":28,"Date":"7/4/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":496,"Cost":440,"Date":"7/9/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":436,"Cost":382,"Date":"7/12/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":860,"Cost":784,"Date":"8/14/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":63,"Cost":50,"Date":"8/16/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":454,"Cost":423,"Date":"8/23/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":124,"Date":"9/2/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":873,"Date":"9/3/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":512,"Date":"9/16/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":198,"Date":"10/4/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":36,"Cost":26,"Date":"11/1/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":547,"Cost":292,"Date":"11/2/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":448,"Cost":264,"Date":"12/17/2022"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":952,"Cost":894,"Date":"2/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":351,"Date":"2/28/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":917,"Cost":667,"Date":"3/4/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":872,"Date":"3/9/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":985,"Cost":692,"Date":"3/9/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":733,"Cost":605,"Date":"3/11/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":183,"Cost":133,"Date":"3/17/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":585,"Date":"3/17/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":850,"Cost":465,"Date":"3/23/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":296,"Cost":182,"Date":"4/1/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":512,"Cost":393,"Date":"5/7/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":616,"Date":"5/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":716,"Cost":582,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":806,"Cost":531,"Date":"6/2/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":423,"Date":"6/11/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":683,"Cost":629,"Date":"6/16/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":628,"Date":"6/16/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":286,"Cost":197,"Date":"7/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":282,"Cost":261,"Date":"7/11/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":971,"Cost":516,"Date":"8/28/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":376,"Cost":307,"Date":"8/29/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":156,"Cost":127,"Date":"8/31/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":639,"Cost":372,"Date":"9/8/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":874,"Cost":596,"Date":"9/13/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":893,"Cost":458,"Date":"9/14/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":889,"Cost":505,"Date":"9/19/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":830,"Cost":744,"Date":"9/25/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":384,"Cost":307,"Date":"10/4/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":312,"Cost":240,"Date":"10/10/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":468,"Date":"10/17/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":808,"Cost":531,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":204,"Date":"10/30/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":838,"Cost":504,"Date":"11/1/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":462,"Cost":425,"Date":"11/15/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":77,"Date":"11/25/2023"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":396,"Cost":279,"Date":"1/10/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":256,"Date":"1/14/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":857,"Cost":738,"Date":"1/20/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":709,"Cost":622,"Date":"2/8/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":302,"Cost":168,"Date":"2/25/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":250,"Cost":221,"Date":"3/7/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":716,"Cost":619,"Date":"3/14/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":121,"Date":"3/27/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":173,"Date":"4/5/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":197,"Cost":112,"Date":"4/14/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":440,"Date":"5/3/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":954,"Cost":864,"Date":"5/9/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":825,"Cost":604,"Date":"5/15/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":286,"Cost":266,"Date":"5/25/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":620,"Cost":426,"Date":"5/26/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":412,"Cost":381,"Date":"5/31/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":71,"Date":"7/27/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":465,"Date":"9/17/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":520,"Date":"10/6/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":115,"Cost":95,"Date":"10/8/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":371,"Date":"10/26/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":873,"Cost":600,"Date":"11/16/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":903,"Cost":543,"Date":"11/18/2024"},{"Store":"Mall Varna","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":645,"Date":"12/1/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":181,"Cost":155,"Date":"2/9/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":486,"Cost":298,"Date":"2/11/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":470,"Cost":274,"Date":"3/10/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":228,"Cost":214,"Date":"3/16/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":480,"Cost":348,"Date":"3/18/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":372,"Cost":196,"Date":"3/20/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":901,"Cost":796,"Date":"3/26/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":158,"Cost":146,"Date":"6/2/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":264,"Cost":216,"Date":"6/10/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":229,"Cost":190,"Date":"6/16/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":671,"Cost":444,"Date":"6/25/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":974,"Cost":506,"Date":"7/19/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":76,"Cost":40,"Date":"7/21/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":454,"Cost":267,"Date":"7/25/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":708,"Cost":500,"Date":"8/4/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":66,"Cost":35,"Date":"9/2/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":933,"Cost":773,"Date":"9/4/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":616,"Cost":397,"Date":"9/19/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":157,"Cost":138,"Date":"9/29/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":46,"Cost":35,"Date":"10/2/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":854,"Cost":655,"Date":"10/15/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":596,"Date":"10/30/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":134,"Cost":79,"Date":"11/9/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":346,"Cost":184,"Date":"11/23/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":440,"Cost":383,"Date":"11/30/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":878,"Cost":793,"Date":"12/8/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":264,"Cost":175,"Date":"12/11/2018"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":334,"Cost":175,"Date":"1/15/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":703,"Cost":599,"Date":"1/24/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":943,"Cost":486,"Date":"2/3/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":879,"Cost":567,"Date":"2/4/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":154,"Cost":142,"Date":"3/9/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":274,"Cost":202,"Date":"3/12/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":208,"Cost":155,"Date":"4/19/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":430,"Cost":328,"Date":"5/3/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":149,"Cost":124,"Date":"5/4/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":598,"Cost":518,"Date":"6/8/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":972,"Cost":707,"Date":"6/26/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":199,"Cost":165,"Date":"7/4/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":715,"Cost":413,"Date":"7/13/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":809,"Date":"8/8/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":701,"Cost":576,"Date":"8/26/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":97,"Cost":53,"Date":"9/2/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":936,"Cost":514,"Date":"9/29/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":632,"Cost":466,"Date":"10/12/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":975,"Cost":708,"Date":"11/2/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":84,"Cost":61,"Date":"11/4/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":983,"Cost":504,"Date":"11/7/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":211,"Cost":118,"Date":"12/1/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":464,"Cost":260,"Date":"12/4/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":554,"Cost":488,"Date":"12/7/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":8,"Cost":8,"Date":"12/18/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":554,"Cost":379,"Date":"12/20/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":499,"Cost":337,"Date":"12/20/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":419,"Date":"12/21/2019"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":609,"Cost":341,"Date":"1/9/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":686,"Cost":470,"Date":"2/5/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":977,"Cost":676,"Date":"2/16/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":395,"Cost":331,"Date":"2/16/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":636,"Cost":470,"Date":"2/18/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":829,"Cost":519,"Date":"2/22/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":401,"Cost":263,"Date":"2/25/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":115,"Cost":80,"Date":"3/8/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":628,"Cost":418,"Date":"4/2/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":20,"Cost":14,"Date":"4/3/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":712,"Date":"4/9/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":186,"Cost":128,"Date":"4/10/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":661,"Cost":595,"Date":"4/19/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":615,"Date":"5/17/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":712,"Cost":435,"Date":"5/22/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":100,"Cost":92,"Date":"6/20/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":642,"Cost":502,"Date":"7/1/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":306,"Cost":236,"Date":"7/4/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":359,"Cost":186,"Date":"7/8/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":907,"Cost":781,"Date":"7/9/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":690,"Cost":614,"Date":"7/14/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":574,"Cost":483,"Date":"7/19/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":756,"Cost":637,"Date":"8/1/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":993,"Cost":602,"Date":"8/6/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":794,"Cost":601,"Date":"8/7/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":275,"Cost":230,"Date":"8/22/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":86,"Cost":61,"Date":"8/31/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":75,"Cost":37,"Date":"9/1/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":224,"Cost":151,"Date":"9/1/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":400,"Cost":297,"Date":"9/17/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":116,"Cost":104,"Date":"9/29/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"11/7/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":843,"Cost":721,"Date":"11/26/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":824,"Cost":480,"Date":"11/27/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":125,"Cost":107,"Date":"12/5/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":490,"Cost":440,"Date":"12/26/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":191,"Cost":163,"Date":"12/31/2020"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":283,"Cost":196,"Date":"1/20/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":11,"Cost":7,"Date":"2/2/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":130,"Date":"2/8/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":649,"Cost":466,"Date":"2/27/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":639,"Cost":546,"Date":"3/1/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":343,"Cost":310,"Date":"3/1/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":833,"Cost":698,"Date":"3/19/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":305,"Cost":218,"Date":"3/28/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":606,"Cost":445,"Date":"5/21/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":845,"Cost":479,"Date":"7/21/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":397,"Cost":221,"Date":"8/5/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":172,"Cost":138,"Date":"8/12/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":933,"Cost":653,"Date":"8/21/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":228,"Cost":178,"Date":"8/23/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":406,"Cost":221,"Date":"9/3/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":442,"Cost":378,"Date":"9/5/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":595,"Cost":494,"Date":"10/6/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":494,"Cost":444,"Date":"10/19/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":761,"Cost":662,"Date":"11/15/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":863,"Cost":737,"Date":"12/8/2021"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":327,"Cost":220,"Date":"1/8/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":299,"Cost":191,"Date":"1/14/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":949,"Cost":705,"Date":"1/19/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":978,"Cost":700,"Date":"1/28/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":844,"Cost":792,"Date":"1/31/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":346,"Cost":248,"Date":"3/27/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":607,"Cost":347,"Date":"4/20/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":310,"Cost":219,"Date":"4/24/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":254,"Cost":194,"Date":"4/28/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":939,"Cost":659,"Date":"5/15/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":48,"Date":"5/16/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":362,"Cost":332,"Date":"5/18/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":531,"Cost":334,"Date":"6/2/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":505,"Date":"6/3/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":751,"Cost":407,"Date":"6/5/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":381,"Cost":273,"Date":"6/7/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":316,"Cost":298,"Date":"6/14/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":502,"Cost":446,"Date":"6/20/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":3,"Date":"6/24/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":212,"Cost":133,"Date":"7/4/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":215,"Date":"7/9/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":49,"Cost":26,"Date":"7/12/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":743,"Cost":466,"Date":"8/14/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":282,"Cost":167,"Date":"8/16/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":276,"Cost":164,"Date":"8/23/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":882,"Cost":720,"Date":"9/2/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":193,"Cost":124,"Date":"9/3/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":191,"Date":"9/16/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"10/4/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":15,"Date":"11/1/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":965,"Cost":645,"Date":"11/2/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":580,"Cost":388,"Date":"12/17/2022"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":124,"Cost":78,"Date":"2/10/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":407,"Cost":230,"Date":"2/28/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":680,"Cost":487,"Date":"3/4/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":424,"Date":"3/9/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":591,"Cost":299,"Date":"3/9/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":592,"Cost":468,"Date":"3/11/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":379,"Cost":348,"Date":"3/17/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":768,"Cost":622,"Date":"3/17/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":171,"Date":"3/23/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":671,"Cost":337,"Date":"4/1/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":470,"Cost":242,"Date":"5/7/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":819,"Cost":754,"Date":"5/10/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":663,"Cost":470,"Date":"5/20/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":952,"Cost":838,"Date":"6/2/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":801,"Cost":501,"Date":"6/11/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":260,"Cost":144,"Date":"6/16/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":766,"Cost":411,"Date":"6/16/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":716,"Cost":485,"Date":"7/10/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":799,"Cost":442,"Date":"7/11/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":441,"Date":"8/28/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":49,"Cost":26,"Date":"8/29/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":349,"Cost":197,"Date":"8/31/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":843,"Date":"9/8/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":556,"Cost":306,"Date":"9/13/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":924,"Cost":868,"Date":"9/14/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":681,"Cost":525,"Date":"9/19/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":878,"Cost":691,"Date":"9/25/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":965,"Cost":625,"Date":"10/4/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":149,"Cost":108,"Date":"10/10/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":643,"Cost":497,"Date":"10/17/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":524,"Date":"10/28/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":821,"Cost":660,"Date":"10/30/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":110,"Date":"11/1/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":895,"Cost":803,"Date":"11/15/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":633,"Cost":429,"Date":"11/25/2023"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":946,"Cost":877,"Date":"1/10/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":496,"Cost":289,"Date":"1/14/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":812,"Cost":534,"Date":"1/20/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":951,"Cost":626,"Date":"2/8/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":727,"Cost":536,"Date":"2/25/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":729,"Date":"3/7/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":252,"Cost":210,"Date":"3/14/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":952,"Cost":632,"Date":"3/27/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":414,"Cost":360,"Date":"4/5/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":27,"Cost":24,"Date":"4/14/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":250,"Date":"5/3/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":815,"Cost":542,"Date":"5/9/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":73,"Cost":52,"Date":"5/15/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":512,"Cost":329,"Date":"5/25/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":302,"Cost":274,"Date":"5/26/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":768,"Cost":460,"Date":"5/31/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":590,"Cost":476,"Date":"7/27/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":108,"Cost":71,"Date":"9/17/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":14,"Cost":14,"Date":"10/6/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":645,"Cost":425,"Date":"10/8/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":982,"Cost":762,"Date":"10/26/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":29,"Cost":23,"Date":"11/16/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":599,"Cost":369,"Date":"11/18/2024"},{"Store":"Mall Varna","Brand":"Sellpy","Country":"Bulgaria","Sale":30,"Cost":24,"Date":"12/1/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":427,"Date":"2/9/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":160,"Cost":135,"Date":"2/11/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":32,"Cost":17,"Date":"3/10/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":127,"Date":"3/16/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":72,"Date":"3/18/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":917,"Cost":572,"Date":"3/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":212,"Cost":177,"Date":"3/26/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":190,"Date":"6/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":158,"Date":"6/10/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":822,"Cost":680,"Date":"6/16/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":340,"Cost":240,"Date":"6/25/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":543,"Cost":310,"Date":"7/19/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":40,"Cost":27,"Date":"7/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":293,"Cost":248,"Date":"7/25/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":111,"Cost":101,"Date":"8/4/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":638,"Cost":531,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":771,"Cost":581,"Date":"9/4/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":125,"Cost":75,"Date":"9/19/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":175,"Cost":107,"Date":"9/29/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":196,"Date":"10/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":323,"Cost":278,"Date":"10/15/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":127,"Cost":91,"Date":"10/30/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":487,"Date":"11/9/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":850,"Cost":637,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":867,"Cost":535,"Date":"11/30/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":55,"Date":"12/8/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":668,"Date":"12/11/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":752,"Cost":488,"Date":"1/15/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":778,"Cost":626,"Date":"1/24/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":987,"Cost":832,"Date":"2/3/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":597,"Date":"2/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":440,"Date":"3/9/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":89,"Cost":46,"Date":"3/12/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":950,"Cost":602,"Date":"4/19/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":585,"Cost":543,"Date":"5/3/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":721,"Date":"5/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":186,"Date":"6/8/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":414,"Date":"6/26/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":210,"Cost":136,"Date":"7/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":334,"Cost":254,"Date":"7/13/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":832,"Cost":788,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":844,"Cost":639,"Date":"8/26/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":581,"Cost":502,"Date":"9/2/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":719,"Cost":466,"Date":"9/29/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":791,"Cost":499,"Date":"10/12/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":374,"Date":"11/2/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":792,"Cost":680,"Date":"11/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":426,"Cost":336,"Date":"11/7/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":219,"Cost":158,"Date":"12/1/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":717,"Cost":441,"Date":"12/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":758,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":438,"Cost":335,"Date":"12/18/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":848,"Cost":641,"Date":"12/20/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":254,"Cost":226,"Date":"12/20/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":572,"Date":"12/21/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":197,"Date":"1/9/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":15,"Date":"2/5/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":818,"Cost":621,"Date":"2/16/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":405,"Date":"2/16/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":526,"Date":"2/18/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":907,"Cost":643,"Date":"2/22/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":686,"Cost":438,"Date":"2/25/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":265,"Cost":236,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":297,"Date":"4/2/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":335,"Cost":192,"Date":"4/3/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":21,"Date":"4/9/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":583,"Cost":299,"Date":"4/10/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":255,"Cost":191,"Date":"4/19/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":32,"Date":"5/17/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":188,"Cost":160,"Date":"5/22/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":948,"Cost":871,"Date":"6/20/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":829,"Cost":691,"Date":"7/1/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":209,"Cost":193,"Date":"7/4/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":55,"Date":"7/8/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":503,"Date":"7/9/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":11,"Date":"7/14/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":83,"Cost":48,"Date":"7/19/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":580,"Cost":321,"Date":"8/1/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":637,"Cost":453,"Date":"8/6/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":17,"Cost":16,"Date":"8/7/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":671,"Cost":606,"Date":"8/22/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":158,"Date":"8/31/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":94,"Cost":73,"Date":"9/1/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":957,"Cost":498,"Date":"9/1/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":757,"Cost":661,"Date":"9/17/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":290,"Date":"9/29/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":944,"Cost":612,"Date":"11/7/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":95,"Date":"11/26/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":800,"Cost":538,"Date":"11/27/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":693,"Cost":413,"Date":"12/5/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":248,"Cost":210,"Date":"12/26/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":180,"Date":"12/31/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":187,"Date":"1/20/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":907,"Cost":464,"Date":"2/2/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":33,"Date":"2/8/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":307,"Cost":233,"Date":"2/27/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":413,"Cost":350,"Date":"3/1/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":32,"Date":"3/1/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":180,"Date":"3/19/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":512,"Date":"3/28/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":750,"Cost":689,"Date":"5/21/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":315,"Cost":257,"Date":"7/21/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":454,"Cost":428,"Date":"8/5/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":19,"Date":"8/12/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":44,"Date":"8/21/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":83,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":74,"Date":"9/3/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":302,"Cost":174,"Date":"9/5/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":465,"Date":"10/6/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"10/19/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":359,"Cost":245,"Date":"11/15/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":343,"Cost":177,"Date":"12/8/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":557,"Cost":484,"Date":"1/8/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":461,"Cost":331,"Date":"1/14/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":319,"Cost":178,"Date":"1/19/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":165,"Cost":96,"Date":"1/28/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":589,"Cost":386,"Date":"1/31/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":135,"Date":"3/27/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":237,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":293,"Cost":254,"Date":"4/24/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":108,"Cost":75,"Date":"4/28/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":575,"Date":"5/15/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":76,"Cost":64,"Date":"5/16/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":342,"Cost":216,"Date":"5/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":238,"Cost":144,"Date":"6/2/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":610,"Date":"6/3/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":891,"Cost":632,"Date":"6/5/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":659,"Date":"6/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":416,"Date":"6/14/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":203,"Cost":178,"Date":"6/20/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":862,"Cost":655,"Date":"6/24/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":187,"Cost":104,"Date":"7/4/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":191,"Date":"7/9/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":400,"Cost":324,"Date":"7/12/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":496,"Date":"8/14/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":52,"Date":"8/16/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":145,"Cost":83,"Date":"8/23/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":711,"Cost":375,"Date":"9/2/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":753,"Cost":455,"Date":"9/3/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":431,"Cost":350,"Date":"9/16/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":15,"Date":"10/4/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":318,"Cost":170,"Date":"11/1/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":371,"Cost":343,"Date":"11/2/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":437,"Date":"12/17/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":321,"Date":"2/10/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":118,"Cost":102,"Date":"2/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":146,"Date":"3/4/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":930,"Cost":658,"Date":"3/9/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":319,"Date":"3/9/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":761,"Date":"3/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":802,"Cost":758,"Date":"3/17/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":545,"Date":"3/17/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":405,"Date":"3/23/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":491,"Date":"4/1/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":624,"Cost":372,"Date":"5/7/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":856,"Cost":574,"Date":"5/10/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":396,"Cost":217,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":71,"Date":"6/2/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":98,"Cost":80,"Date":"6/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":36,"Cost":31,"Date":"6/16/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":104,"Cost":80,"Date":"6/16/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":128,"Cost":66,"Date":"7/10/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":130,"Cost":101,"Date":"7/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":127,"Cost":92,"Date":"8/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":75,"Cost":50,"Date":"8/29/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":738,"Cost":647,"Date":"8/31/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":725,"Date":"9/8/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":517,"Cost":465,"Date":"9/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":348,"Cost":204,"Date":"9/14/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":628,"Cost":334,"Date":"9/19/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":388,"Date":"9/25/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":333,"Cost":242,"Date":"10/4/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":529,"Cost":446,"Date":"10/10/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":458,"Cost":311,"Date":"10/17/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":922,"Cost":833,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":78,"Date":"10/30/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":675,"Date":"11/1/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":938,"Cost":810,"Date":"11/15/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":126,"Date":"11/25/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":481,"Cost":342,"Date":"1/10/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":211,"Cost":192,"Date":"1/14/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":658,"Cost":351,"Date":"1/20/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":7,"Date":"2/8/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":142,"Date":"2/25/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":321,"Date":"3/7/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":614,"Date":"3/14/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":624,"Cost":433,"Date":"3/27/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":123,"Cost":111,"Date":"4/5/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":20,"Date":"4/14/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":156,"Cost":113,"Date":"5/3/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":171,"Cost":96,"Date":"5/9/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":640,"Date":"5/15/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":631,"Date":"5/25/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":672,"Cost":550,"Date":"5/26/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":230,"Cost":181,"Date":"5/31/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":216,"Date":"7/27/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":379,"Date":"9/17/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":371,"Cost":234,"Date":"10/6/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":408,"Cost":339,"Date":"10/8/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":591,"Cost":516,"Date":"10/26/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":664,"Cost":594,"Date":"11/16/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":182,"Cost":125,"Date":"11/18/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":219,"Cost":205,"Date":"12/1/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":189,"Cost":145,"Date":"2/9/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":785,"Cost":472,"Date":"2/11/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":678,"Cost":580,"Date":"3/10/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":532,"Cost":408,"Date":"3/16/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":329,"Cost":311,"Date":"3/18/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":733,"Cost":624,"Date":"3/20/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":798,"Cost":747,"Date":"3/26/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":126,"Cost":110,"Date":"6/2/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":177,"Cost":153,"Date":"6/10/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":127,"Cost":95,"Date":"6/16/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":500,"Cost":363,"Date":"6/25/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":644,"Cost":430,"Date":"7/19/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":83,"Cost":65,"Date":"7/21/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":955,"Cost":631,"Date":"7/25/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":393,"Cost":293,"Date":"8/4/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":510,"Cost":442,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":649,"Cost":570,"Date":"9/4/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":219,"Cost":119,"Date":"9/19/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":405,"Cost":300,"Date":"9/29/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":900,"Cost":854,"Date":"10/2/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":972,"Cost":704,"Date":"10/15/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":828,"Cost":434,"Date":"10/30/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":961,"Cost":611,"Date":"11/9/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":770,"Cost":540,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":959,"Cost":737,"Date":"11/30/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":353,"Cost":276,"Date":"12/8/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":161,"Cost":121,"Date":"12/11/2018"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":254,"Cost":239,"Date":"1/15/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":293,"Cost":261,"Date":"1/24/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":345,"Date":"2/3/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":201,"Cost":154,"Date":"2/4/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":894,"Cost":484,"Date":"3/9/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":880,"Cost":782,"Date":"3/12/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":794,"Cost":415,"Date":"4/19/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":616,"Cost":417,"Date":"5/3/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":78,"Cost":39,"Date":"5/4/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":904,"Cost":474,"Date":"6/8/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":382,"Cost":297,"Date":"6/26/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":257,"Cost":223,"Date":"7/4/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":192,"Cost":138,"Date":"7/13/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":860,"Cost":446,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":469,"Cost":239,"Date":"8/26/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":599,"Cost":444,"Date":"9/2/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":580,"Cost":490,"Date":"9/29/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":683,"Date":"10/12/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":353,"Cost":227,"Date":"11/2/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":175,"Cost":152,"Date":"11/4/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":660,"Cost":520,"Date":"11/7/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":940,"Cost":664,"Date":"12/1/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":793,"Cost":509,"Date":"12/4/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":223,"Cost":166,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":405,"Cost":371,"Date":"12/18/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":614,"Cost":361,"Date":"12/20/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":746,"Cost":530,"Date":"12/20/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":108,"Cost":74,"Date":"12/21/2019"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":114,"Cost":82,"Date":"1/9/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":224,"Cost":170,"Date":"2/5/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":999,"Cost":836,"Date":"2/16/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":588,"Cost":474,"Date":"2/16/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":366,"Cost":315,"Date":"2/18/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":659,"Cost":602,"Date":"2/22/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":140,"Cost":116,"Date":"2/25/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":810,"Cost":596,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":985,"Cost":922,"Date":"4/2/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":289,"Cost":215,"Date":"4/3/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":533,"Cost":390,"Date":"4/9/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":638,"Cost":454,"Date":"4/10/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":345,"Cost":278,"Date":"4/19/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":343,"Cost":266,"Date":"5/17/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":812,"Cost":407,"Date":"5/22/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"6/20/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":445,"Cost":232,"Date":"7/1/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":792,"Cost":427,"Date":"7/4/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":919,"Cost":522,"Date":"7/8/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":427,"Cost":291,"Date":"7/9/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":226,"Cost":183,"Date":"7/14/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":719,"Cost":670,"Date":"7/19/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":908,"Cost":540,"Date":"8/1/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":940,"Cost":481,"Date":"8/6/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":259,"Cost":153,"Date":"8/7/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":610,"Cost":371,"Date":"8/22/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":150,"Cost":92,"Date":"8/31/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":510,"Cost":363,"Date":"9/1/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":253,"Cost":143,"Date":"9/1/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":122,"Cost":69,"Date":"9/17/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":272,"Cost":213,"Date":"9/29/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":318,"Cost":238,"Date":"11/7/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":792,"Cost":632,"Date":"11/26/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":475,"Cost":274,"Date":"11/27/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":750,"Cost":454,"Date":"12/5/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":941,"Cost":800,"Date":"12/26/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":241,"Cost":214,"Date":"12/31/2020"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":831,"Cost":742,"Date":"1/20/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":324,"Cost":199,"Date":"2/2/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":105,"Date":"2/8/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":208,"Cost":137,"Date":"2/27/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":426,"Cost":333,"Date":"3/1/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":726,"Cost":628,"Date":"3/1/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":297,"Cost":213,"Date":"3/19/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":598,"Cost":351,"Date":"3/28/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":201,"Cost":147,"Date":"5/21/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":87,"Cost":62,"Date":"7/21/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":679,"Cost":503,"Date":"8/5/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":511,"Cost":408,"Date":"8/12/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":149,"Cost":89,"Date":"8/21/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":980,"Cost":899,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":48,"Cost":28,"Date":"9/3/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":980,"Cost":594,"Date":"9/5/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":250,"Cost":138,"Date":"10/6/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":509,"Cost":349,"Date":"10/19/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":465,"Cost":235,"Date":"11/15/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":671,"Cost":374,"Date":"12/8/2021"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":479,"Cost":444,"Date":"1/8/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":209,"Cost":146,"Date":"1/14/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":602,"Cost":562,"Date":"1/19/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":60,"Cost":30,"Date":"1/28/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":356,"Cost":265,"Date":"1/31/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":700,"Date":"3/27/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":781,"Cost":582,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":403,"Cost":221,"Date":"4/24/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":943,"Cost":595,"Date":"4/28/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":480,"Cost":412,"Date":"5/15/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":935,"Cost":501,"Date":"5/16/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":154,"Cost":83,"Date":"5/18/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":463,"Cost":236,"Date":"6/2/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":506,"Cost":473,"Date":"6/3/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":529,"Cost":311,"Date":"6/5/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":415,"Cost":355,"Date":"6/7/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":978,"Cost":790,"Date":"6/14/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":824,"Cost":504,"Date":"6/20/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":997,"Cost":605,"Date":"6/24/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":924,"Cost":584,"Date":"7/4/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":294,"Cost":162,"Date":"7/9/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":773,"Cost":563,"Date":"7/12/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":878,"Cost":549,"Date":"8/14/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":22,"Cost":18,"Date":"8/16/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":315,"Cost":159,"Date":"8/23/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":971,"Cost":730,"Date":"9/2/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":685,"Cost":614,"Date":"9/3/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":443,"Date":"9/16/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":538,"Date":"10/4/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":947,"Cost":489,"Date":"11/1/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":995,"Cost":678,"Date":"11/2/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":836,"Cost":738,"Date":"12/17/2022"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":265,"Cost":179,"Date":"2/10/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":270,"Date":"2/28/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":178,"Cost":140,"Date":"3/4/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":407,"Cost":240,"Date":"3/9/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":985,"Cost":819,"Date":"3/9/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":679,"Cost":609,"Date":"3/11/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":89,"Cost":59,"Date":"3/17/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":899,"Cost":752,"Date":"3/17/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":756,"Cost":624,"Date":"3/23/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":469,"Date":"4/1/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":959,"Cost":777,"Date":"5/7/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":278,"Cost":198,"Date":"5/10/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":103,"Cost":96,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":541,"Cost":456,"Date":"6/2/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":170,"Cost":132,"Date":"6/11/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":507,"Cost":273,"Date":"6/16/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":719,"Cost":587,"Date":"6/16/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":28,"Cost":15,"Date":"7/10/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":356,"Date":"7/11/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":787,"Cost":731,"Date":"8/28/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":857,"Cost":545,"Date":"8/29/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":180,"Cost":98,"Date":"8/31/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":320,"Cost":227,"Date":"9/8/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":181,"Cost":103,"Date":"9/13/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":941,"Cost":853,"Date":"9/14/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":344,"Cost":325,"Date":"9/19/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":465,"Cost":297,"Date":"9/25/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":582,"Cost":531,"Date":"10/4/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":78,"Cost":68,"Date":"10/10/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":67,"Cost":34,"Date":"10/17/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":854,"Cost":545,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":259,"Cost":221,"Date":"10/30/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":900,"Cost":531,"Date":"11/1/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":575,"Cost":497,"Date":"11/15/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":569,"Cost":358,"Date":"11/25/2023"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":300,"Cost":222,"Date":"1/10/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":568,"Cost":371,"Date":"1/14/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":991,"Cost":924,"Date":"1/20/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":153,"Cost":86,"Date":"2/8/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":817,"Cost":593,"Date":"2/25/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":881,"Cost":759,"Date":"3/7/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":220,"Date":"3/14/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":276,"Cost":158,"Date":"3/27/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":187,"Cost":160,"Date":"4/5/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":10,"Cost":7,"Date":"4/14/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":422,"Cost":297,"Date":"5/3/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":36,"Cost":20,"Date":"5/9/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":600,"Cost":541,"Date":"5/15/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":832,"Cost":608,"Date":"5/25/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":886,"Cost":471,"Date":"5/26/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":405,"Cost":282,"Date":"5/31/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":436,"Cost":352,"Date":"7/27/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":713,"Cost":405,"Date":"9/17/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":635,"Cost":578,"Date":"10/6/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":652,"Cost":565,"Date":"10/8/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":462,"Cost":235,"Date":"10/26/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":95,"Cost":65,"Date":"11/16/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":653,"Cost":594,"Date":"11/18/2024"},{"Store":"Galleria Varna","Brand":"HM Home","Country":"Bulgaria","Sale":678,"Cost":360,"Date":"12/1/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":821,"Cost":629,"Date":"2/9/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":325,"Date":"2/11/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":362,"Cost":273,"Date":"3/10/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":624,"Cost":391,"Date":"3/16/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":797,"Cost":631,"Date":"3/18/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":764,"Cost":574,"Date":"3/20/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":653,"Date":"3/26/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":24,"Date":"6/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":451,"Cost":273,"Date":"6/10/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":14,"Date":"6/16/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":455,"Cost":313,"Date":"6/25/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":98,"Cost":59,"Date":"7/19/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":116,"Date":"7/21/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":104,"Date":"7/25/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":705,"Cost":647,"Date":"8/4/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":83,"Cost":73,"Date":"9/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":373,"Cost":232,"Date":"9/4/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":433,"Cost":332,"Date":"9/19/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":869,"Cost":475,"Date":"9/29/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":917,"Cost":505,"Date":"10/2/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":966,"Cost":659,"Date":"10/15/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":249,"Cost":152,"Date":"10/30/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":728,"Date":"11/9/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":987,"Cost":785,"Date":"11/23/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":349,"Cost":210,"Date":"11/30/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":231,"Date":"12/8/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":856,"Cost":705,"Date":"12/11/2018"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":665,"Date":"1/15/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":54,"Date":"1/24/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":370,"Cost":304,"Date":"2/3/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":60,"Cost":40,"Date":"2/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":349,"Cost":210,"Date":"3/9/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":723,"Cost":683,"Date":"3/12/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":921,"Cost":640,"Date":"4/19/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":760,"Cost":646,"Date":"5/3/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":687,"Cost":390,"Date":"5/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":507,"Cost":473,"Date":"6/8/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":81,"Date":"6/26/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":306,"Date":"7/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":620,"Date":"7/13/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":208,"Cost":117,"Date":"8/8/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":189,"Cost":146,"Date":"8/26/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":33,"Date":"9/2/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":203,"Cost":145,"Date":"9/29/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":348,"Date":"10/12/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":295,"Cost":213,"Date":"11/2/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":701,"Date":"11/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":448,"Date":"11/7/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":167,"Date":"12/1/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":390,"Cost":289,"Date":"12/4/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":782,"Cost":622,"Date":"12/7/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":143,"Date":"12/18/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":431,"Cost":374,"Date":"12/20/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":707,"Date":"12/20/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":785,"Cost":472,"Date":"12/21/2019"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":179,"Cost":161,"Date":"1/9/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":665,"Cost":613,"Date":"2/5/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":890,"Cost":618,"Date":"2/16/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":362,"Cost":196,"Date":"2/16/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":247,"Cost":228,"Date":"2/18/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":801,"Cost":468,"Date":"2/22/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":592,"Date":"2/25/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":592,"Date":"3/8/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":775,"Date":"4/2/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":505,"Cost":293,"Date":"4/3/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":226,"Date":"4/9/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":313,"Cost":179,"Date":"4/10/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":444,"Date":"4/19/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":475,"Cost":287,"Date":"5/17/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":886,"Cost":806,"Date":"5/22/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":510,"Cost":466,"Date":"6/20/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":335,"Cost":170,"Date":"7/1/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":268,"Cost":145,"Date":"7/4/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":345,"Cost":221,"Date":"7/8/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":268,"Date":"7/9/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":78,"Date":"7/14/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":272,"Cost":138,"Date":"7/19/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":411,"Date":"8/1/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":624,"Cost":561,"Date":"8/6/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":593,"Cost":329,"Date":"8/7/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":452,"Cost":385,"Date":"8/22/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":160,"Date":"8/31/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":904,"Cost":607,"Date":"9/1/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":306,"Date":"9/1/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":112,"Cost":84,"Date":"9/17/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":672,"Cost":529,"Date":"9/29/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":146,"Cost":119,"Date":"11/7/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":396,"Date":"11/26/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":549,"Date":"11/27/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"12/5/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":582,"Cost":388,"Date":"12/26/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":280,"Cost":221,"Date":"12/31/2020"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":658,"Cost":605,"Date":"1/20/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":804,"Cost":599,"Date":"2/2/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":828,"Cost":636,"Date":"2/8/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":289,"Cost":145,"Date":"2/27/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":58,"Cost":36,"Date":"3/1/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":559,"Date":"3/1/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":292,"Date":"3/19/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":516,"Cost":395,"Date":"3/28/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":102,"Cost":66,"Date":"5/21/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":744,"Cost":658,"Date":"7/21/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":945,"Cost":493,"Date":"8/5/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"8/12/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":343,"Cost":260,"Date":"8/21/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":543,"Cost":283,"Date":"8/23/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":431,"Date":"9/3/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":501,"Date":"9/5/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":461,"Date":"10/6/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":152,"Cost":81,"Date":"10/19/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":511,"Date":"11/15/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":407,"Date":"12/8/2021"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":377,"Cost":259,"Date":"1/8/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":409,"Cost":217,"Date":"1/14/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":168,"Cost":159,"Date":"1/19/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":152,"Cost":84,"Date":"1/28/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":545,"Cost":492,"Date":"1/31/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":913,"Cost":687,"Date":"3/27/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":149,"Date":"4/20/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":673,"Cost":443,"Date":"4/24/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":62,"Cost":43,"Date":"4/28/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":161,"Date":"5/15/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":335,"Date":"5/16/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":659,"Cost":482,"Date":"5/18/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":226,"Cost":164,"Date":"6/2/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":845,"Cost":461,"Date":"6/3/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":801,"Cost":759,"Date":"6/5/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":776,"Cost":653,"Date":"6/7/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":52,"Cost":47,"Date":"6/14/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":759,"Cost":658,"Date":"6/20/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":641,"Cost":603,"Date":"6/24/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":151,"Cost":102,"Date":"7/4/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":443,"Cost":345,"Date":"7/9/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":840,"Cost":724,"Date":"7/12/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":454,"Cost":368,"Date":"8/14/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":874,"Cost":593,"Date":"8/16/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":266,"Date":"8/23/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":614,"Cost":517,"Date":"9/2/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":262,"Cost":159,"Date":"9/3/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":911,"Cost":553,"Date":"9/16/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":985,"Cost":917,"Date":"10/4/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":361,"Cost":266,"Date":"11/1/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":263,"Cost":234,"Date":"11/2/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":51,"Cost":37,"Date":"12/17/2022"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":3,"Date":"2/10/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":106,"Cost":93,"Date":"2/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":164,"Cost":126,"Date":"3/4/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":222,"Cost":200,"Date":"3/9/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":703,"Date":"3/9/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":297,"Cost":262,"Date":"3/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":831,"Cost":628,"Date":"3/17/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":604,"Cost":319,"Date":"3/17/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":293,"Cost":196,"Date":"3/23/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":470,"Date":"4/1/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":648,"Cost":532,"Date":"5/7/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":298,"Cost":268,"Date":"5/10/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":114,"Cost":66,"Date":"5/20/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":446,"Cost":273,"Date":"6/2/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":57,"Cost":34,"Date":"6/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":115,"Date":"6/16/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":225,"Cost":170,"Date":"6/16/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":327,"Cost":288,"Date":"7/10/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":47,"Cost":26,"Date":"7/11/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":650,"Cost":478,"Date":"8/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":656,"Date":"8/29/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":182,"Cost":94,"Date":"8/31/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":763,"Cost":640,"Date":"9/8/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":367,"Cost":202,"Date":"9/13/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":448,"Cost":380,"Date":"9/14/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":449,"Cost":273,"Date":"9/19/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":248,"Cost":211,"Date":"9/25/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":946,"Cost":767,"Date":"10/4/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":626,"Cost":352,"Date":"10/10/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":570,"Cost":393,"Date":"10/17/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":400,"Date":"10/28/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":598,"Cost":438,"Date":"10/30/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":562,"Cost":428,"Date":"11/1/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":426,"Date":"11/15/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":613,"Cost":409,"Date":"11/25/2023"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":47,"Date":"1/10/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":343,"Date":"1/14/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":149,"Date":"1/20/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":790,"Cost":463,"Date":"2/8/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":738,"Cost":619,"Date":"2/25/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":224,"Cost":142,"Date":"3/7/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":280,"Cost":242,"Date":"3/14/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":862,"Cost":738,"Date":"3/27/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":375,"Cost":247,"Date":"4/5/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":42,"Date":"4/14/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":357,"Date":"5/3/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":686,"Cost":379,"Date":"5/9/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":398,"Date":"5/15/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":357,"Cost":221,"Date":"5/25/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":165,"Date":"5/26/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":360,"Cost":275,"Date":"5/31/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":512,"Date":"7/27/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":24,"Date":"9/17/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":345,"Date":"10/6/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":144,"Date":"10/8/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":976,"Cost":915,"Date":"10/26/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":189,"Cost":152,"Date":"11/16/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":472,"Date":"11/18/2024"},{"Store":"Galleria Varna","Brand":"Nova","Country":"Bulgaria","Sale":729,"Cost":661,"Date":"12/1/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":454,"Cost":420,"Date":"2/9/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":383,"Cost":234,"Date":"2/11/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":32,"Cost":29,"Date":"3/10/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":595,"Cost":357,"Date":"3/16/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":825,"Cost":525,"Date":"3/18/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":513,"Cost":472,"Date":"3/20/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":180,"Cost":160,"Date":"3/26/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":376,"Cost":273,"Date":"6/2/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":704,"Cost":473,"Date":"6/10/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":339,"Cost":299,"Date":"6/16/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":52,"Cost":47,"Date":"6/25/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":617,"Cost":580,"Date":"7/19/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":489,"Cost":400,"Date":"7/21/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":454,"Cost":327,"Date":"7/25/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":604,"Cost":321,"Date":"8/4/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":174,"Cost":100,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":739,"Cost":694,"Date":"9/4/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":778,"Cost":670,"Date":"9/19/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":774,"Cost":716,"Date":"9/29/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":420,"Cost":303,"Date":"10/2/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":296,"Cost":274,"Date":"10/15/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":683,"Cost":347,"Date":"10/30/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":512,"Cost":326,"Date":"11/9/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":800,"Cost":500,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":507,"Cost":464,"Date":"11/30/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":932,"Cost":730,"Date":"12/8/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":781,"Cost":474,"Date":"12/11/2018"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":761,"Cost":681,"Date":"1/15/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":926,"Cost":552,"Date":"1/24/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":685,"Cost":619,"Date":"2/3/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":399,"Cost":320,"Date":"2/4/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":382,"Cost":221,"Date":"3/9/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":833,"Cost":569,"Date":"3/12/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":132,"Cost":97,"Date":"4/19/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":79,"Cost":67,"Date":"5/3/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":887,"Cost":467,"Date":"5/4/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":836,"Cost":768,"Date":"6/8/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":518,"Date":"6/26/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":430,"Cost":360,"Date":"7/4/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":800,"Cost":549,"Date":"7/13/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":590,"Cost":468,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":488,"Cost":430,"Date":"8/26/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":696,"Cost":496,"Date":"9/2/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":224,"Date":"9/29/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":379,"Cost":225,"Date":"10/12/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":561,"Cost":517,"Date":"11/2/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":514,"Cost":401,"Date":"11/4/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":276,"Cost":176,"Date":"11/7/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":135,"Cost":99,"Date":"12/1/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":290,"Cost":254,"Date":"12/4/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":109,"Cost":102,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":797,"Cost":641,"Date":"12/18/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":952,"Cost":536,"Date":"12/20/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":871,"Cost":713,"Date":"12/20/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":998,"Cost":619,"Date":"12/21/2019"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":772,"Cost":693,"Date":"1/9/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":675,"Cost":448,"Date":"2/5/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":783,"Cost":507,"Date":"2/16/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":320,"Cost":263,"Date":"2/16/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":243,"Date":"2/18/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":418,"Cost":393,"Date":"2/22/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":487,"Cost":315,"Date":"2/25/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":462,"Cost":293,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":530,"Cost":497,"Date":"4/2/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":655,"Cost":611,"Date":"4/3/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":297,"Cost":232,"Date":"4/9/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":296,"Cost":167,"Date":"4/10/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":196,"Cost":176,"Date":"4/19/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":971,"Cost":636,"Date":"5/17/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":752,"Cost":469,"Date":"5/22/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":321,"Cost":212,"Date":"6/20/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":760,"Cost":646,"Date":"7/1/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":131,"Cost":76,"Date":"7/4/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":234,"Cost":133,"Date":"7/8/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":281,"Cost":246,"Date":"7/9/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":559,"Cost":341,"Date":"7/14/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":590,"Cost":396,"Date":"7/19/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":703,"Cost":586,"Date":"8/1/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":257,"Cost":183,"Date":"8/6/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":765,"Cost":425,"Date":"8/7/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":74,"Cost":37,"Date":"8/22/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":683,"Cost":389,"Date":"8/31/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":461,"Cost":358,"Date":"9/1/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":204,"Cost":117,"Date":"9/1/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":432,"Cost":309,"Date":"9/17/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":29,"Cost":22,"Date":"9/29/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":281,"Cost":149,"Date":"11/7/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":970,"Cost":644,"Date":"11/26/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":962,"Cost":880,"Date":"11/27/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":396,"Cost":261,"Date":"12/5/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":834,"Cost":504,"Date":"12/26/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":255,"Cost":160,"Date":"12/31/2020"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":686,"Cost":457,"Date":"1/20/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":860,"Cost":757,"Date":"2/2/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":596,"Cost":487,"Date":"2/8/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":296,"Cost":280,"Date":"2/27/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":717,"Cost":666,"Date":"3/1/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":286,"Cost":164,"Date":"3/1/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":92,"Cost":47,"Date":"3/19/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":251,"Cost":132,"Date":"3/28/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":978,"Cost":514,"Date":"5/21/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":865,"Cost":556,"Date":"7/21/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":402,"Cost":380,"Date":"8/5/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":314,"Cost":268,"Date":"8/12/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":740,"Cost":464,"Date":"8/21/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":642,"Cost":385,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":444,"Cost":281,"Date":"9/3/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":693,"Cost":471,"Date":"9/5/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":85,"Cost":56,"Date":"10/6/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":880,"Cost":557,"Date":"10/19/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":943,"Cost":688,"Date":"11/15/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":571,"Cost":398,"Date":"12/8/2021"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":655,"Cost":618,"Date":"1/8/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":47,"Cost":42,"Date":"1/14/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":450,"Cost":329,"Date":"1/19/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":508,"Cost":467,"Date":"1/28/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":745,"Cost":425,"Date":"1/31/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":44,"Cost":28,"Date":"3/27/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":406,"Cost":233,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":890,"Cost":724,"Date":"4/24/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":564,"Cost":333,"Date":"4/28/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":833,"Cost":768,"Date":"5/15/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":497,"Cost":330,"Date":"5/16/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":606,"Cost":403,"Date":"5/18/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":834,"Cost":478,"Date":"6/2/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":982,"Cost":517,"Date":"6/3/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":584,"Cost":469,"Date":"6/5/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":450,"Cost":242,"Date":"6/7/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":480,"Cost":248,"Date":"6/14/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":289,"Cost":254,"Date":"6/20/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":805,"Cost":648,"Date":"6/24/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":704,"Cost":650,"Date":"7/4/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":780,"Cost":463,"Date":"7/9/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":805,"Cost":650,"Date":"7/12/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":256,"Cost":243,"Date":"8/14/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":59,"Cost":44,"Date":"8/16/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":49,"Cost":40,"Date":"8/23/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":646,"Cost":353,"Date":"9/2/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":133,"Cost":98,"Date":"9/3/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":1000,"Cost":836,"Date":"9/16/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":159,"Cost":121,"Date":"10/4/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":512,"Date":"11/1/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":777,"Cost":705,"Date":"11/2/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":955,"Cost":873,"Date":"12/17/2022"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":832,"Cost":606,"Date":"2/10/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":80,"Cost":64,"Date":"2/28/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":910,"Cost":577,"Date":"3/4/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":913,"Cost":479,"Date":"3/9/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":687,"Cost":344,"Date":"3/9/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":808,"Cost":504,"Date":"3/11/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":841,"Cost":563,"Date":"3/17/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":330,"Date":"3/17/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":498,"Cost":352,"Date":"3/23/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"4/1/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":562,"Cost":400,"Date":"5/7/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":777,"Cost":724,"Date":"5/10/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":757,"Cost":519,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":194,"Cost":98,"Date":"6/2/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":848,"Cost":502,"Date":"6/11/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":975,"Cost":625,"Date":"6/16/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":528,"Cost":405,"Date":"6/16/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":348,"Cost":211,"Date":"7/10/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":351,"Cost":191,"Date":"7/11/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":129,"Cost":101,"Date":"8/28/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":852,"Cost":562,"Date":"8/29/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":730,"Cost":425,"Date":"8/31/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":137,"Cost":87,"Date":"9/8/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":851,"Cost":568,"Date":"9/13/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":165,"Cost":112,"Date":"9/14/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":280,"Cost":170,"Date":"9/19/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":313,"Cost":294,"Date":"9/25/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":178,"Cost":141,"Date":"10/4/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":91,"Cost":74,"Date":"10/10/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":728,"Cost":412,"Date":"10/17/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":68,"Cost":57,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":550,"Cost":488,"Date":"10/30/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":171,"Cost":88,"Date":"11/1/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":890,"Cost":625,"Date":"11/15/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":762,"Cost":705,"Date":"11/25/2023"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":317,"Cost":301,"Date":"1/10/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":535,"Cost":359,"Date":"1/14/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":567,"Cost":285,"Date":"1/20/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":570,"Cost":516,"Date":"2/8/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":578,"Cost":530,"Date":"2/25/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":807,"Cost":635,"Date":"3/7/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":276,"Cost":182,"Date":"3/14/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":684,"Cost":584,"Date":"3/27/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":91,"Cost":74,"Date":"4/5/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":279,"Cost":185,"Date":"4/14/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":583,"Cost":449,"Date":"5/3/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":135,"Cost":121,"Date":"5/9/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":832,"Cost":647,"Date":"5/15/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":185,"Cost":104,"Date":"5/25/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":79,"Cost":44,"Date":"5/26/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":304,"Cost":284,"Date":"5/31/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":251,"Cost":168,"Date":"7/27/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":245,"Cost":163,"Date":"9/17/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":652,"Cost":481,"Date":"10/6/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":398,"Cost":275,"Date":"10/8/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":992,"Cost":713,"Date":"10/26/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":106,"Cost":89,"Date":"11/16/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":428,"Cost":317,"Date":"11/18/2024"},{"Store":"Burgas Plaza","Brand":"HM Home","Country":"Bulgaria","Sale":189,"Cost":115,"Date":"12/1/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":593,"Cost":305,"Date":"2/9/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":723,"Date":"2/11/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":907,"Cost":637,"Date":"3/10/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":205,"Cost":107,"Date":"3/16/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":510,"Cost":426,"Date":"3/18/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":25,"Date":"3/20/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":790,"Cost":624,"Date":"3/26/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":695,"Cost":561,"Date":"6/2/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":206,"Date":"6/10/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":490,"Cost":311,"Date":"6/16/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":826,"Date":"6/25/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":387,"Cost":349,"Date":"7/19/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":722,"Cost":507,"Date":"7/21/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":334,"Cost":243,"Date":"7/25/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":194,"Cost":184,"Date":"8/4/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":438,"Cost":399,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":533,"Date":"9/4/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":761,"Cost":684,"Date":"9/19/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":388,"Cost":203,"Date":"9/29/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":355,"Cost":261,"Date":"10/2/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":515,"Cost":382,"Date":"10/15/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":329,"Date":"10/30/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":335,"Cost":265,"Date":"11/9/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":146,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":573,"Cost":413,"Date":"11/30/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":189,"Cost":125,"Date":"12/8/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":303,"Date":"12/11/2018"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":785,"Cost":561,"Date":"1/15/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":324,"Date":"1/24/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":80,"Date":"2/3/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":604,"Cost":339,"Date":"2/4/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":14,"Date":"3/9/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":706,"Cost":358,"Date":"3/12/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":382,"Date":"4/19/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":63,"Cost":50,"Date":"5/3/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":392,"Date":"5/4/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":402,"Date":"6/8/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":399,"Date":"6/26/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":769,"Cost":461,"Date":"7/4/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":470,"Cost":363,"Date":"7/13/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":759,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":613,"Cost":367,"Date":"8/26/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":118,"Cost":79,"Date":"9/2/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":966,"Cost":705,"Date":"9/29/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":182,"Cost":138,"Date":"10/12/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":901,"Cost":854,"Date":"11/2/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":190,"Cost":108,"Date":"11/4/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":781,"Cost":602,"Date":"11/7/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":241,"Cost":200,"Date":"12/1/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":62,"Date":"12/4/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":419,"Cost":238,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":231,"Cost":156,"Date":"12/18/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":833,"Cost":522,"Date":"12/20/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":486,"Cost":377,"Date":"12/20/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":266,"Date":"12/21/2019"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":446,"Cost":364,"Date":"1/9/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":84,"Cost":69,"Date":"2/5/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":556,"Cost":404,"Date":"2/16/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":391,"Date":"2/16/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":385,"Date":"2/18/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":187,"Cost":163,"Date":"2/22/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":661,"Date":"2/25/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":277,"Cost":254,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":836,"Cost":466,"Date":"4/2/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":558,"Cost":368,"Date":"4/3/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":232,"Cost":168,"Date":"4/9/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":815,"Cost":610,"Date":"4/10/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":697,"Cost":560,"Date":"4/19/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":871,"Cost":791,"Date":"5/17/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":802,"Cost":620,"Date":"5/22/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":229,"Cost":203,"Date":"6/20/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":506,"Cost":474,"Date":"7/1/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":996,"Cost":893,"Date":"7/4/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":135,"Date":"7/8/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":88,"Cost":82,"Date":"7/9/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":169,"Cost":106,"Date":"7/14/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":244,"Cost":226,"Date":"7/19/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":622,"Cost":511,"Date":"8/1/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":492,"Date":"8/6/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":158,"Date":"8/7/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":950,"Cost":531,"Date":"8/22/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":309,"Date":"8/31/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":370,"Date":"9/1/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":274,"Cost":173,"Date":"9/1/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":204,"Cost":112,"Date":"9/17/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":600,"Cost":561,"Date":"9/29/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":46,"Date":"11/7/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":694,"Cost":399,"Date":"11/26/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":413,"Date":"11/27/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":618,"Cost":465,"Date":"12/5/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":510,"Cost":351,"Date":"12/26/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":529,"Date":"12/31/2020"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":145,"Cost":80,"Date":"1/20/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":963,"Cost":877,"Date":"2/2/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":93,"Date":"2/8/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":716,"Cost":373,"Date":"2/27/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":169,"Date":"3/1/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":123,"Cost":98,"Date":"3/1/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":628,"Date":"3/19/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":76,"Cost":67,"Date":"3/28/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":189,"Date":"5/21/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":291,"Cost":276,"Date":"7/21/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":920,"Date":"8/5/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":655,"Date":"8/12/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":22,"Cost":14,"Date":"8/21/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":759,"Cost":573,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":693,"Cost":471,"Date":"9/3/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":860,"Cost":811,"Date":"9/5/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":153,"Cost":138,"Date":"10/6/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":698,"Cost":448,"Date":"10/19/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":990,"Cost":854,"Date":"11/15/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":710,"Cost":368,"Date":"12/8/2021"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":332,"Date":"1/8/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":195,"Date":"1/14/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"1/19/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":429,"Date":"1/28/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":67,"Cost":41,"Date":"1/31/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":974,"Cost":812,"Date":"3/27/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":248,"Cost":150,"Date":"4/24/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":753,"Cost":421,"Date":"4/28/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":304,"Date":"5/15/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":799,"Cost":498,"Date":"5/16/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":653,"Cost":589,"Date":"5/18/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":625,"Cost":365,"Date":"6/2/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":294,"Date":"6/3/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":577,"Cost":526,"Date":"6/5/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":588,"Date":"6/7/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":484,"Cost":392,"Date":"6/14/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":601,"Date":"6/20/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":502,"Date":"6/24/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":671,"Cost":637,"Date":"7/4/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":264,"Date":"7/9/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":265,"Date":"7/12/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":659,"Date":"8/14/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":790,"Cost":564,"Date":"8/16/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":670,"Date":"8/23/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":846,"Cost":454,"Date":"9/2/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":226,"Cost":162,"Date":"9/3/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":832,"Cost":454,"Date":"9/16/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":457,"Cost":249,"Date":"10/4/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":165,"Cost":124,"Date":"11/1/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":846,"Cost":506,"Date":"11/2/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":178,"Date":"12/17/2022"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":517,"Cost":347,"Date":"2/10/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":536,"Cost":322,"Date":"2/28/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":176,"Date":"3/4/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":443,"Cost":300,"Date":"3/9/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":741,"Cost":617,"Date":"3/9/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":91,"Date":"3/11/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":497,"Cost":426,"Date":"3/17/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":50,"Cost":27,"Date":"3/17/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":187,"Date":"3/23/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":131,"Date":"4/1/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":25,"Cost":18,"Date":"5/7/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":157,"Cost":131,"Date":"5/10/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":728,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":389,"Date":"6/2/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":302,"Cost":164,"Date":"6/11/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":18,"Cost":10,"Date":"6/16/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":484,"Cost":257,"Date":"6/16/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":539,"Cost":390,"Date":"7/10/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":140,"Date":"7/11/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":211,"Date":"8/28/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":626,"Date":"8/29/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":110,"Date":"8/31/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":322,"Date":"9/8/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":959,"Cost":858,"Date":"9/13/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":440,"Cost":256,"Date":"9/14/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"9/19/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":15,"Date":"9/25/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":84,"Cost":73,"Date":"10/4/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":698,"Cost":632,"Date":"10/10/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":80,"Date":"10/17/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":696,"Cost":590,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":812,"Cost":659,"Date":"10/30/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":417,"Cost":329,"Date":"11/1/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":686,"Cost":627,"Date":"11/15/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":107,"Cost":68,"Date":"11/25/2023"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":854,"Cost":593,"Date":"1/10/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":323,"Date":"1/14/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":426,"Date":"1/20/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":603,"Date":"2/8/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":621,"Cost":399,"Date":"2/25/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":323,"Date":"3/7/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":306,"Cost":255,"Date":"3/14/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":670,"Date":"3/27/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":737,"Cost":495,"Date":"4/5/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":583,"Cost":488,"Date":"4/14/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":28,"Date":"5/3/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":828,"Cost":555,"Date":"5/9/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":520,"Cost":355,"Date":"5/15/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":181,"Cost":160,"Date":"5/25/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":145,"Date":"5/26/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":322,"Cost":223,"Date":"5/31/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":116,"Date":"7/27/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":984,"Cost":644,"Date":"9/17/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":603,"Cost":439,"Date":"10/6/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":180,"Cost":133,"Date":"10/8/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":737,"Cost":458,"Date":"10/26/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":166,"Date":"11/16/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":106,"Cost":63,"Date":"11/18/2024"},{"Store":"Burgas Plaza","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":870,"Date":"12/1/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":404,"Cost":361,"Date":"2/9/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":973,"Cost":856,"Date":"2/11/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":873,"Cost":681,"Date":"3/10/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":397,"Cost":280,"Date":"3/16/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":996,"Cost":577,"Date":"3/18/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":521,"Cost":441,"Date":"3/20/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":603,"Cost":404,"Date":"3/26/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":529,"Date":"6/2/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":989,"Cost":617,"Date":"6/10/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":406,"Cost":317,"Date":"6/16/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":550,"Cost":327,"Date":"6/25/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":719,"Cost":454,"Date":"7/19/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":614,"Date":"7/21/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":151,"Cost":137,"Date":"7/25/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":382,"Cost":279,"Date":"8/4/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":942,"Cost":609,"Date":"9/2/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":130,"Cost":113,"Date":"9/4/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":431,"Cost":364,"Date":"9/19/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":619,"Cost":548,"Date":"9/29/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":199,"Cost":110,"Date":"10/2/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":514,"Cost":337,"Date":"10/15/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":480,"Cost":426,"Date":"10/30/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":975,"Cost":689,"Date":"11/9/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":739,"Cost":517,"Date":"11/23/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":582,"Date":"11/30/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":693,"Cost":613,"Date":"12/8/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":715,"Cost":438,"Date":"12/11/2018"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":307,"Cost":244,"Date":"1/15/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":222,"Cost":171,"Date":"1/24/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":205,"Cost":150,"Date":"2/3/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":542,"Cost":299,"Date":"2/4/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":799,"Cost":426,"Date":"3/9/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":391,"Date":"3/12/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":425,"Cost":386,"Date":"4/19/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":68,"Cost":56,"Date":"5/3/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":536,"Cost":414,"Date":"5/4/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":527,"Date":"6/8/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":637,"Cost":341,"Date":"6/26/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":227,"Date":"7/4/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":321,"Date":"7/13/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":425,"Date":"8/8/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":737,"Cost":492,"Date":"8/26/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":528,"Cost":481,"Date":"9/2/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":397,"Date":"9/29/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":479,"Cost":424,"Date":"10/12/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":65,"Cost":51,"Date":"11/2/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":257,"Cost":153,"Date":"11/4/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":275,"Date":"11/7/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":360,"Cost":213,"Date":"12/1/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":153,"Date":"12/4/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":671,"Cost":617,"Date":"12/7/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":423,"Cost":309,"Date":"12/18/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":225,"Date":"12/20/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":872,"Cost":652,"Date":"12/20/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":87,"Cost":49,"Date":"12/21/2019"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":74,"Cost":51,"Date":"1/9/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":965,"Cost":488,"Date":"2/5/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":142,"Cost":78,"Date":"2/16/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":692,"Cost":394,"Date":"2/16/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":354,"Cost":195,"Date":"2/18/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":98,"Cost":51,"Date":"2/22/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":667,"Cost":442,"Date":"2/25/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":517,"Date":"3/8/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":619,"Cost":431,"Date":"4/2/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":961,"Cost":785,"Date":"4/3/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":282,"Cost":229,"Date":"4/9/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":290,"Date":"4/10/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":804,"Cost":658,"Date":"4/19/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":751,"Cost":382,"Date":"5/17/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":331,"Cost":249,"Date":"5/22/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":716,"Cost":663,"Date":"6/20/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":262,"Date":"7/1/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":614,"Cost":425,"Date":"7/4/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":956,"Cost":612,"Date":"7/8/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":942,"Cost":717,"Date":"7/9/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":993,"Cost":816,"Date":"7/14/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":570,"Date":"7/19/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":154,"Cost":87,"Date":"8/1/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":841,"Cost":726,"Date":"8/6/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":930,"Cost":639,"Date":"8/7/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":563,"Cost":500,"Date":"8/22/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":173,"Date":"8/31/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":150,"Cost":106,"Date":"9/1/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":748,"Cost":437,"Date":"9/1/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":302,"Cost":181,"Date":"9/17/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":942,"Cost":855,"Date":"9/29/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":145,"Date":"11/7/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":715,"Cost":589,"Date":"11/26/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":597,"Cost":566,"Date":"11/27/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":783,"Cost":680,"Date":"12/5/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":209,"Cost":124,"Date":"12/26/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":94,"Date":"12/31/2020"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":518,"Date":"1/20/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":847,"Cost":424,"Date":"2/2/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":903,"Cost":547,"Date":"2/8/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":840,"Cost":693,"Date":"2/27/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":588,"Date":"3/1/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":466,"Cost":293,"Date":"3/1/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":266,"Date":"3/19/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":626,"Cost":334,"Date":"3/28/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":942,"Cost":538,"Date":"5/21/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":411,"Date":"7/21/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":851,"Cost":671,"Date":"8/5/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":28,"Cost":25,"Date":"8/12/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":795,"Cost":410,"Date":"8/21/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":786,"Cost":671,"Date":"8/23/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":947,"Cost":759,"Date":"9/3/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":129,"Date":"9/5/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":417,"Cost":338,"Date":"10/6/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":693,"Cost":494,"Date":"10/19/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":84,"Cost":49,"Date":"11/15/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":876,"Cost":677,"Date":"12/8/2021"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":284,"Cost":238,"Date":"1/8/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":680,"Cost":471,"Date":"1/14/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":592,"Cost":487,"Date":"1/19/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":53,"Cost":30,"Date":"1/28/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":127,"Cost":106,"Date":"1/31/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":859,"Cost":617,"Date":"3/27/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":335,"Cost":251,"Date":"4/20/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":628,"Cost":553,"Date":"4/24/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":46,"Cost":39,"Date":"4/28/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":53,"Cost":27,"Date":"5/15/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":402,"Cost":282,"Date":"5/16/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"5/18/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":404,"Cost":317,"Date":"6/2/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":864,"Cost":476,"Date":"6/3/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":43,"Cost":22,"Date":"6/5/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":157,"Date":"6/7/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"6/14/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":358,"Cost":298,"Date":"6/20/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":410,"Date":"6/24/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":542,"Cost":291,"Date":"7/4/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":506,"Cost":268,"Date":"7/9/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":963,"Cost":596,"Date":"7/12/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":357,"Cost":244,"Date":"8/14/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":152,"Cost":138,"Date":"8/16/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":465,"Cost":244,"Date":"8/23/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":258,"Cost":135,"Date":"9/2/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":933,"Cost":589,"Date":"9/3/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":53,"Date":"9/16/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":489,"Date":"10/4/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":952,"Cost":548,"Date":"11/1/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":669,"Cost":422,"Date":"11/2/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":507,"Cost":378,"Date":"12/17/2022"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":526,"Cost":411,"Date":"2/10/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":163,"Cost":140,"Date":"2/28/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":309,"Date":"3/4/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":741,"Cost":474,"Date":"3/9/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":484,"Date":"3/9/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":818,"Cost":611,"Date":"3/11/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":224,"Cost":156,"Date":"3/17/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":763,"Cost":712,"Date":"3/17/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":193,"Date":"3/23/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":248,"Date":"4/1/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":575,"Cost":323,"Date":"5/7/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":283,"Cost":239,"Date":"5/10/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":980,"Cost":918,"Date":"5/20/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":299,"Cost":219,"Date":"6/2/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":303,"Date":"6/11/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":342,"Date":"6/16/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":984,"Cost":663,"Date":"6/16/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":440,"Date":"7/10/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":268,"Cost":171,"Date":"7/11/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":41,"Cost":30,"Date":"8/28/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":607,"Date":"8/29/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":514,"Cost":261,"Date":"8/31/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":716,"Cost":393,"Date":"9/8/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":869,"Cost":501,"Date":"9/13/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":84,"Date":"9/14/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":190,"Date":"9/19/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":198,"Cost":152,"Date":"9/25/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":177,"Date":"10/4/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":40,"Cost":29,"Date":"10/10/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":725,"Cost":430,"Date":"10/17/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":328,"Cost":260,"Date":"10/28/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":288,"Date":"10/30/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":306,"Cost":183,"Date":"11/1/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":841,"Cost":722,"Date":"11/15/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":390,"Cost":356,"Date":"11/25/2023"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":675,"Cost":624,"Date":"1/10/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":371,"Cost":238,"Date":"1/14/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":669,"Cost":406,"Date":"1/20/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":140,"Cost":83,"Date":"2/8/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":79,"Cost":57,"Date":"2/25/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":793,"Cost":444,"Date":"3/7/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":14,"Date":"3/14/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":450,"Cost":343,"Date":"3/27/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":112,"Cost":92,"Date":"4/5/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":537,"Date":"4/14/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":71,"Date":"5/3/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":706,"Date":"5/9/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":877,"Cost":622,"Date":"5/15/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":206,"Date":"5/25/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":218,"Cost":199,"Date":"5/26/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":77,"Cost":71,"Date":"5/31/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":703,"Cost":503,"Date":"7/27/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":843,"Cost":730,"Date":"9/17/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":866,"Cost":600,"Date":"10/6/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":496,"Date":"10/8/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":59,"Date":"10/26/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":497,"Cost":259,"Date":"11/16/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":243,"Cost":137,"Date":"11/18/2024"},{"Store":"Burgas Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":244,"Date":"12/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":113,"Date":"2/9/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":235,"Cost":192,"Date":"2/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":812,"Cost":455,"Date":"3/10/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":719,"Cost":524,"Date":"3/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":934,"Cost":729,"Date":"3/18/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":731,"Cost":589,"Date":"3/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":675,"Cost":418,"Date":"3/26/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":512,"Cost":439,"Date":"6/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":540,"Cost":392,"Date":"6/10/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":548,"Cost":396,"Date":"6/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":257,"Cost":205,"Date":"6/25/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":305,"Date":"7/19/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":69,"Cost":41,"Date":"7/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":241,"Date":"7/25/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"8/4/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":315,"Cost":262,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":889,"Cost":671,"Date":"9/4/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":633,"Cost":568,"Date":"9/19/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":308,"Cost":213,"Date":"9/29/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":11,"Cost":6,"Date":"10/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":787,"Cost":747,"Date":"10/15/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":192,"Cost":160,"Date":"10/30/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":795,"Cost":425,"Date":"11/9/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":745,"Cost":442,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":126,"Cost":68,"Date":"11/30/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":431,"Cost":229,"Date":"12/8/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":755,"Cost":459,"Date":"12/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":247,"Date":"1/15/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":450,"Cost":364,"Date":"1/24/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":586,"Cost":516,"Date":"2/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":209,"Cost":122,"Date":"2/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":369,"Date":"3/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":590,"Cost":454,"Date":"3/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":111,"Cost":86,"Date":"4/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":384,"Date":"5/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":455,"Cost":344,"Date":"5/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":356,"Date":"6/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":36,"Date":"6/26/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":59,"Date":"7/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":575,"Cost":340,"Date":"7/13/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":294,"Cost":154,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":226,"Date":"8/26/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":563,"Cost":367,"Date":"9/2/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":969,"Cost":631,"Date":"9/29/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":278,"Date":"10/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":193,"Date":"11/2/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":124,"Cost":83,"Date":"11/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":475,"Cost":240,"Date":"11/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":617,"Date":"12/1/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":204,"Date":"12/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":676,"Cost":498,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":652,"Cost":454,"Date":"12/18/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":34,"Cost":26,"Date":"12/20/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":87,"Cost":65,"Date":"12/20/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":581,"Date":"12/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":814,"Cost":634,"Date":"1/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":688,"Cost":530,"Date":"2/5/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":255,"Cost":187,"Date":"2/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":813,"Cost":411,"Date":"2/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":818,"Cost":499,"Date":"2/18/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":735,"Cost":372,"Date":"2/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":646,"Cost":343,"Date":"2/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":27,"Cost":22,"Date":"4/2/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":343,"Date":"4/3/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":224,"Date":"4/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":620,"Cost":465,"Date":"4/10/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":391,"Date":"4/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":700,"Cost":562,"Date":"5/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":495,"Cost":465,"Date":"5/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":162,"Cost":150,"Date":"6/20/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":936,"Cost":562,"Date":"7/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":511,"Cost":345,"Date":"7/4/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":420,"Date":"7/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":415,"Cost":218,"Date":"7/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":219,"Date":"7/14/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":776,"Cost":463,"Date":"7/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":495,"Cost":373,"Date":"8/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":371,"Cost":189,"Date":"8/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":879,"Cost":633,"Date":"8/7/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":14,"Date":"8/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":974,"Cost":675,"Date":"8/31/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":672,"Cost":508,"Date":"9/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":999,"Cost":694,"Date":"9/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":118,"Cost":68,"Date":"9/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"9/29/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":249,"Cost":147,"Date":"11/7/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":17,"Cost":15,"Date":"11/26/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":904,"Cost":627,"Date":"11/27/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":778,"Date":"12/5/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":632,"Cost":445,"Date":"12/26/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":282,"Date":"12/31/2020"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":328,"Cost":249,"Date":"1/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":913,"Cost":484,"Date":"2/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":223,"Cost":127,"Date":"2/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":515,"Cost":320,"Date":"2/27/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":549,"Cost":396,"Date":"3/1/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":366,"Cost":257,"Date":"3/1/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":689,"Cost":549,"Date":"3/19/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":960,"Cost":768,"Date":"3/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":42,"Cost":27,"Date":"5/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":723,"Cost":645,"Date":"7/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":606,"Cost":502,"Date":"8/5/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":176,"Cost":156,"Date":"8/12/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":27,"Cost":19,"Date":"8/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":23,"Cost":16,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":247,"Cost":202,"Date":"9/3/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":213,"Date":"9/5/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":575,"Cost":351,"Date":"10/6/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":614,"Cost":471,"Date":"10/19/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":839,"Cost":473,"Date":"11/15/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":859,"Cost":651,"Date":"12/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":513,"Cost":356,"Date":"1/8/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":71,"Date":"1/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":906,"Cost":637,"Date":"1/19/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":205,"Cost":177,"Date":"1/28/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":69,"Date":"1/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":67,"Cost":62,"Date":"3/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":481,"Cost":269,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":124,"Cost":71,"Date":"4/24/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":61,"Cost":53,"Date":"4/28/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":519,"Cost":282,"Date":"5/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":284,"Cost":163,"Date":"5/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":886,"Cost":636,"Date":"5/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":446,"Cost":277,"Date":"6/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":980,"Cost":800,"Date":"6/3/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":952,"Cost":774,"Date":"6/5/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":516,"Cost":260,"Date":"6/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":649,"Cost":411,"Date":"6/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":694,"Cost":399,"Date":"6/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":59,"Date":"6/24/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":466,"Cost":319,"Date":"7/4/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":965,"Cost":543,"Date":"7/9/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":85,"Cost":47,"Date":"7/12/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":36,"Cost":30,"Date":"8/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":368,"Cost":331,"Date":"8/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":829,"Cost":690,"Date":"8/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":822,"Cost":548,"Date":"9/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":617,"Cost":551,"Date":"9/3/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":213,"Date":"9/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":10,"Date":"10/4/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":243,"Cost":218,"Date":"11/1/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":460,"Date":"11/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":672,"Cost":499,"Date":"12/17/2022"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":594,"Cost":414,"Date":"2/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":68,"Cost":60,"Date":"2/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":447,"Cost":257,"Date":"3/4/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":919,"Cost":670,"Date":"3/9/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":224,"Cost":192,"Date":"3/9/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":614,"Cost":549,"Date":"3/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":68,"Cost":60,"Date":"3/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":385,"Cost":205,"Date":"3/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":435,"Date":"3/23/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":535,"Cost":493,"Date":"4/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":211,"Cost":131,"Date":"5/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":410,"Cost":323,"Date":"5/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":676,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":154,"Date":"6/2/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":795,"Cost":456,"Date":"6/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":59,"Date":"6/16/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":766,"Cost":410,"Date":"6/16/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":286,"Cost":243,"Date":"7/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":875,"Cost":736,"Date":"7/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":448,"Cost":270,"Date":"8/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":675,"Date":"8/29/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":798,"Date":"8/31/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":437,"Cost":233,"Date":"9/8/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":617,"Cost":408,"Date":"9/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":529,"Cost":275,"Date":"9/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":67,"Date":"9/19/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":937,"Cost":554,"Date":"9/25/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":369,"Cost":345,"Date":"10/4/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":450,"Date":"10/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":561,"Date":"10/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":213,"Cost":197,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":288,"Cost":224,"Date":"10/30/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":289,"Cost":215,"Date":"11/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":783,"Cost":662,"Date":"11/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":307,"Date":"11/25/2023"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"1/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":357,"Cost":208,"Date":"1/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":314,"Date":"1/20/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":387,"Cost":291,"Date":"2/8/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":707,"Cost":466,"Date":"2/25/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":905,"Cost":591,"Date":"3/7/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":239,"Cost":223,"Date":"3/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":360,"Cost":254,"Date":"3/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":425,"Cost":381,"Date":"4/5/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":537,"Cost":344,"Date":"4/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":497,"Date":"5/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":697,"Cost":380,"Date":"5/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":37,"Date":"5/15/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":786,"Cost":440,"Date":"5/25/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":660,"Date":"5/26/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":486,"Cost":373,"Date":"5/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":610,"Cost":552,"Date":"7/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":790,"Cost":742,"Date":"9/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":502,"Cost":282,"Date":"10/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":469,"Cost":403,"Date":"10/8/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":100,"Cost":78,"Date":"10/26/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":847,"Cost":470,"Date":"11/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":862,"Cost":485,"Date":"11/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":615,"Cost":519,"Date":"12/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":65,"Date":"2/9/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":125,"Cost":71,"Date":"2/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":545,"Cost":289,"Date":"3/10/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":625,"Date":"3/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":337,"Date":"3/18/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":110,"Date":"3/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":32,"Date":"3/26/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":860,"Cost":543,"Date":"6/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":740,"Date":"6/10/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":999,"Cost":558,"Date":"6/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":193,"Cost":142,"Date":"6/25/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":702,"Date":"7/19/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":82,"Date":"7/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":981,"Cost":677,"Date":"7/25/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":862,"Cost":755,"Date":"8/4/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":748,"Cost":386,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":250,"Cost":197,"Date":"9/4/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":789,"Cost":517,"Date":"9/19/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":446,"Cost":334,"Date":"9/29/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":495,"Date":"10/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":194,"Cost":166,"Date":"10/15/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":482,"Date":"10/30/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":320,"Cost":235,"Date":"11/9/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":242,"Cost":185,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":675,"Cost":562,"Date":"11/30/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":459,"Date":"12/8/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":571,"Cost":344,"Date":"12/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":373,"Cost":321,"Date":"1/15/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":848,"Cost":616,"Date":"1/24/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":333,"Cost":239,"Date":"2/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":760,"Cost":600,"Date":"2/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":401,"Date":"3/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":994,"Cost":902,"Date":"3/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":731,"Cost":419,"Date":"4/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":769,"Cost":441,"Date":"5/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":67,"Date":"5/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":339,"Cost":199,"Date":"6/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":911,"Cost":601,"Date":"6/26/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":911,"Cost":673,"Date":"7/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":388,"Cost":308,"Date":"7/13/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":457,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":654,"Cost":447,"Date":"8/26/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":301,"Date":"9/2/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":935,"Cost":886,"Date":"9/29/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":424,"Date":"10/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":954,"Cost":886,"Date":"11/2/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":468,"Cost":382,"Date":"11/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":436,"Cost":375,"Date":"11/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":156,"Cost":112,"Date":"12/1/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":708,"Cost":422,"Date":"12/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":963,"Cost":621,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":386,"Cost":210,"Date":"12/18/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":690,"Cost":483,"Date":"12/20/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":723,"Date":"12/20/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":384,"Date":"12/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":662,"Cost":418,"Date":"1/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":490,"Date":"2/5/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":476,"Cost":377,"Date":"2/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":245,"Cost":178,"Date":"2/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":428,"Date":"2/18/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":594,"Cost":410,"Date":"2/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":960,"Cost":853,"Date":"2/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":419,"Cost":231,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":108,"Cost":91,"Date":"4/2/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":824,"Cost":604,"Date":"4/3/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":393,"Date":"4/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":805,"Cost":404,"Date":"4/10/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":267,"Cost":184,"Date":"4/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":407,"Cost":370,"Date":"5/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":426,"Cost":328,"Date":"5/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":654,"Date":"6/20/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":267,"Cost":238,"Date":"7/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":376,"Date":"7/4/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":768,"Cost":568,"Date":"7/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":122,"Cost":86,"Date":"7/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":307,"Cost":289,"Date":"7/14/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":43,"Cost":27,"Date":"7/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":272,"Cost":193,"Date":"8/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":477,"Cost":405,"Date":"8/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":183,"Cost":161,"Date":"8/7/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":38,"Date":"8/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":831,"Cost":653,"Date":"8/31/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":479,"Cost":375,"Date":"9/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":486,"Date":"9/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":706,"Cost":572,"Date":"9/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":681,"Cost":583,"Date":"9/29/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":182,"Cost":113,"Date":"11/7/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":421,"Cost":326,"Date":"11/26/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"11/27/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":704,"Date":"12/5/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":623,"Date":"12/26/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":220,"Cost":112,"Date":"12/31/2020"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":480,"Cost":367,"Date":"1/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":247,"Date":"2/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":762,"Cost":685,"Date":"2/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":223,"Cost":195,"Date":"2/27/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":560,"Cost":460,"Date":"3/1/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":554,"Cost":419,"Date":"3/1/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":48,"Date":"3/19/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":72,"Date":"3/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":227,"Cost":180,"Date":"5/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":263,"Date":"7/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":595,"Cost":423,"Date":"8/5/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":414,"Cost":288,"Date":"8/12/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":678,"Cost":341,"Date":"8/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":877,"Cost":515,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":965,"Cost":487,"Date":"9/3/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":530,"Cost":477,"Date":"9/5/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":614,"Cost":475,"Date":"10/6/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":835,"Cost":470,"Date":"10/19/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":31,"Date":"11/15/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":419,"Cost":338,"Date":"12/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":186,"Cost":109,"Date":"1/8/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":402,"Date":"1/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":246,"Date":"1/19/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":4,"Cost":4,"Date":"1/28/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":295,"Cost":208,"Date":"1/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":995,"Cost":913,"Date":"3/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":863,"Cost":437,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":265,"Cost":232,"Date":"4/24/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":782,"Cost":434,"Date":"4/28/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":467,"Cost":326,"Date":"5/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":570,"Cost":327,"Date":"5/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":264,"Date":"5/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":804,"Date":"6/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":386,"Cost":329,"Date":"6/3/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":389,"Cost":354,"Date":"6/5/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":923,"Cost":703,"Date":"6/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":506,"Date":"6/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":806,"Cost":567,"Date":"6/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":67,"Cost":43,"Date":"6/24/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":437,"Date":"7/4/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":370,"Cost":294,"Date":"7/9/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":548,"Cost":302,"Date":"7/12/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":937,"Cost":742,"Date":"8/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":360,"Cost":294,"Date":"8/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":89,"Cost":55,"Date":"8/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":830,"Cost":644,"Date":"9/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":821,"Cost":452,"Date":"9/3/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":98,"Date":"9/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":588,"Cost":469,"Date":"10/4/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":559,"Cost":432,"Date":"11/1/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":583,"Cost":315,"Date":"11/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":861,"Cost":575,"Date":"12/17/2022"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":587,"Cost":377,"Date":"2/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":492,"Date":"2/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":140,"Cost":117,"Date":"3/4/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":828,"Cost":510,"Date":"3/9/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":818,"Cost":463,"Date":"3/9/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":594,"Cost":350,"Date":"3/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":435,"Cost":399,"Date":"3/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":5,"Date":"3/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":36,"Cost":18,"Date":"3/23/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":648,"Cost":374,"Date":"4/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":688,"Date":"5/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":102,"Cost":74,"Date":"5/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":972,"Cost":811,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":450,"Cost":327,"Date":"6/2/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":777,"Cost":545,"Date":"6/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":519,"Cost":431,"Date":"6/16/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":914,"Cost":665,"Date":"6/16/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":162,"Cost":144,"Date":"7/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":166,"Date":"7/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":379,"Cost":303,"Date":"8/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":79,"Cost":65,"Date":"8/29/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":455,"Date":"8/31/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":100,"Cost":54,"Date":"9/8/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":131,"Cost":106,"Date":"9/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":918,"Cost":565,"Date":"9/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":824,"Cost":599,"Date":"9/19/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":413,"Cost":239,"Date":"9/25/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":263,"Cost":227,"Date":"10/4/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":218,"Date":"10/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":879,"Cost":792,"Date":"10/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":113,"Cost":63,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":487,"Date":"10/30/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":360,"Date":"11/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":63,"Cost":54,"Date":"11/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":674,"Cost":593,"Date":"11/25/2023"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":942,"Cost":485,"Date":"1/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":96,"Cost":82,"Date":"1/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":726,"Date":"1/20/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":318,"Cost":227,"Date":"2/8/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":206,"Cost":166,"Date":"2/25/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":462,"Date":"3/7/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":505,"Cost":351,"Date":"3/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":401,"Cost":358,"Date":"3/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":69,"Date":"4/5/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":145,"Date":"4/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":42,"Date":"5/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":21,"Cost":15,"Date":"5/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":126,"Cost":114,"Date":"5/15/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":82,"Date":"5/25/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":378,"Cost":347,"Date":"5/26/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":175,"Cost":144,"Date":"5/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":342,"Cost":318,"Date":"7/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":300,"Date":"9/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":755,"Cost":426,"Date":"10/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":269,"Cost":244,"Date":"10/8/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":811,"Cost":439,"Date":"10/26/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":64,"Cost":59,"Date":"11/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":91,"Date":"11/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"Nova","Country":"Bulgaria","Sale":899,"Cost":774,"Date":"12/1/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":487,"Date":"2/9/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":409,"Cost":379,"Date":"2/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":567,"Cost":387,"Date":"3/10/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":883,"Cost":736,"Date":"3/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":970,"Cost":615,"Date":"3/18/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":105,"Cost":91,"Date":"3/20/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":853,"Cost":509,"Date":"3/26/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":753,"Cost":551,"Date":"6/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":587,"Date":"6/10/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":279,"Cost":172,"Date":"6/16/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":800,"Cost":586,"Date":"6/25/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":728,"Cost":382,"Date":"7/19/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":285,"Cost":179,"Date":"7/21/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":160,"Cost":128,"Date":"7/25/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":707,"Cost":380,"Date":"8/4/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":113,"Cost":87,"Date":"9/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":353,"Cost":312,"Date":"9/4/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":565,"Date":"9/19/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":575,"Cost":494,"Date":"9/29/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":923,"Cost":668,"Date":"10/2/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":223,"Date":"10/15/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":109,"Cost":87,"Date":"10/30/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":652,"Cost":417,"Date":"11/9/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":569,"Cost":302,"Date":"11/23/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":197,"Cost":176,"Date":"11/30/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":924,"Cost":615,"Date":"12/8/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":536,"Cost":451,"Date":"12/11/2018"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":576,"Cost":391,"Date":"1/15/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":902,"Cost":469,"Date":"1/24/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":138,"Cost":128,"Date":"2/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":334,"Cost":279,"Date":"2/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":268,"Cost":210,"Date":"3/9/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":257,"Cost":224,"Date":"3/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":307,"Cost":203,"Date":"4/19/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":550,"Date":"5/3/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":577,"Cost":528,"Date":"5/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":850,"Cost":690,"Date":"6/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":214,"Date":"6/26/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":127,"Cost":90,"Date":"7/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":60,"Cost":41,"Date":"7/13/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":205,"Cost":190,"Date":"8/8/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":962,"Cost":843,"Date":"8/26/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":432,"Cost":309,"Date":"9/2/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":179,"Cost":97,"Date":"9/29/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":166,"Date":"10/12/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":560,"Cost":304,"Date":"11/2/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":714,"Cost":438,"Date":"11/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":880,"Cost":683,"Date":"11/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":698,"Cost":372,"Date":"12/1/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":223,"Cost":207,"Date":"12/4/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":423,"Cost":390,"Date":"12/7/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":399,"Cost":263,"Date":"12/18/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":647,"Cost":358,"Date":"12/20/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":460,"Cost":365,"Date":"12/20/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":59,"Cost":45,"Date":"12/21/2019"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":8,"Cost":6,"Date":"1/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":430,"Cost":400,"Date":"2/5/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":309,"Cost":171,"Date":"2/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":262,"Cost":237,"Date":"2/16/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":87,"Cost":77,"Date":"2/18/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":659,"Cost":331,"Date":"2/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":872,"Date":"2/25/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":26,"Cost":24,"Date":"3/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":423,"Date":"4/2/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":315,"Cost":210,"Date":"4/3/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":448,"Cost":327,"Date":"4/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":433,"Date":"4/10/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":27,"Cost":24,"Date":"4/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":330,"Date":"5/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":443,"Cost":410,"Date":"5/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":211,"Cost":192,"Date":"6/20/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":135,"Cost":91,"Date":"7/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":316,"Date":"7/4/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":895,"Cost":484,"Date":"7/8/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":95,"Cost":48,"Date":"7/9/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":938,"Cost":574,"Date":"7/14/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":812,"Cost":432,"Date":"7/19/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":331,"Cost":282,"Date":"8/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":760,"Cost":450,"Date":"8/6/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":824,"Cost":633,"Date":"8/7/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":473,"Cost":352,"Date":"8/22/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":480,"Cost":445,"Date":"8/31/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":982,"Cost":695,"Date":"9/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":571,"Cost":441,"Date":"9/1/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":697,"Date":"9/17/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":420,"Cost":312,"Date":"9/29/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":967,"Cost":828,"Date":"11/7/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":634,"Cost":518,"Date":"11/26/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":585,"Date":"11/27/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":249,"Cost":129,"Date":"12/5/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":496,"Cost":335,"Date":"12/26/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":147,"Cost":116,"Date":"12/31/2020"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":749,"Cost":376,"Date":"1/20/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":356,"Date":"2/2/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":982,"Cost":698,"Date":"2/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":396,"Cost":259,"Date":"2/27/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":338,"Cost":231,"Date":"3/1/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":173,"Cost":117,"Date":"3/1/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":128,"Cost":92,"Date":"3/19/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":177,"Cost":136,"Date":"3/28/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":849,"Cost":763,"Date":"5/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":888,"Cost":517,"Date":"7/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":787,"Cost":659,"Date":"8/5/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":618,"Cost":554,"Date":"8/12/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":446,"Date":"8/21/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":592,"Cost":435,"Date":"8/23/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":86,"Date":"9/3/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":845,"Cost":481,"Date":"9/5/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":340,"Cost":319,"Date":"10/6/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":173,"Cost":159,"Date":"10/19/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":655,"Cost":526,"Date":"11/15/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":926,"Cost":643,"Date":"12/8/2021"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":29,"Cost":18,"Date":"1/8/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":563,"Cost":410,"Date":"1/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":598,"Cost":447,"Date":"1/19/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":905,"Date":"1/28/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":426,"Cost":259,"Date":"1/31/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":773,"Cost":710,"Date":"3/27/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":704,"Cost":378,"Date":"4/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":112,"Cost":82,"Date":"4/24/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":399,"Date":"4/28/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":734,"Cost":667,"Date":"5/15/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":43,"Date":"5/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":144,"Cost":88,"Date":"5/18/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":854,"Cost":671,"Date":"6/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":70,"Cost":64,"Date":"6/3/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":721,"Cost":553,"Date":"6/5/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":68,"Cost":48,"Date":"6/7/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":756,"Date":"6/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":525,"Cost":266,"Date":"6/20/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":578,"Cost":375,"Date":"6/24/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":674,"Cost":557,"Date":"7/4/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":659,"Cost":528,"Date":"7/9/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":251,"Cost":200,"Date":"7/12/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":152,"Cost":80,"Date":"8/14/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":921,"Cost":731,"Date":"8/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":781,"Cost":736,"Date":"8/23/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":243,"Cost":194,"Date":"9/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":734,"Cost":676,"Date":"9/3/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":281,"Cost":261,"Date":"9/16/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":75,"Cost":54,"Date":"10/4/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":208,"Date":"11/1/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":529,"Cost":489,"Date":"11/2/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":62,"Date":"12/17/2022"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":285,"Cost":263,"Date":"2/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":105,"Cost":62,"Date":"2/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":297,"Cost":281,"Date":"3/4/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":301,"Cost":209,"Date":"3/9/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":416,"Cost":295,"Date":"3/9/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":395,"Date":"3/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":334,"Cost":256,"Date":"3/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":281,"Cost":237,"Date":"3/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":884,"Cost":809,"Date":"3/23/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":804,"Cost":582,"Date":"4/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":783,"Cost":502,"Date":"5/7/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":144,"Cost":103,"Date":"5/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":883,"Cost":476,"Date":"5/20/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":942,"Cost":599,"Date":"6/2/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":42,"Cost":26,"Date":"6/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":562,"Cost":341,"Date":"6/16/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":87,"Cost":70,"Date":"6/16/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":998,"Cost":893,"Date":"7/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":386,"Cost":210,"Date":"7/11/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":174,"Date":"8/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":851,"Cost":498,"Date":"8/29/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":587,"Cost":298,"Date":"8/31/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":594,"Cost":328,"Date":"9/8/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":449,"Date":"9/13/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":827,"Cost":719,"Date":"9/14/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":153,"Cost":133,"Date":"9/19/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":198,"Cost":146,"Date":"9/25/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":802,"Date":"10/4/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":800,"Cost":759,"Date":"10/10/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":884,"Cost":787,"Date":"10/17/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":159,"Date":"10/28/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":885,"Cost":687,"Date":"10/30/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":356,"Cost":256,"Date":"11/1/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":603,"Cost":408,"Date":"11/15/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":249,"Cost":219,"Date":"11/25/2023"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":316,"Cost":289,"Date":"1/10/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":381,"Date":"1/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":338,"Cost":199,"Date":"1/20/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":497,"Cost":369,"Date":"2/8/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":16,"Date":"2/25/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":559,"Cost":347,"Date":"3/7/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":765,"Cost":549,"Date":"3/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":729,"Cost":627,"Date":"3/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":461,"Cost":358,"Date":"4/5/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":746,"Cost":463,"Date":"4/14/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":565,"Date":"5/3/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":565,"Date":"5/9/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":9,"Cost":8,"Date":"5/15/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":679,"Cost":424,"Date":"5/25/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":178,"Cost":124,"Date":"5/26/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":459,"Cost":274,"Date":"5/31/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":453,"Cost":295,"Date":"7/27/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":736,"Cost":369,"Date":"9/17/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":328,"Cost":236,"Date":"10/6/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":50,"Cost":43,"Date":"10/8/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":381,"Cost":335,"Date":"10/26/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":38,"Cost":21,"Date":"11/16/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":597,"Cost":415,"Date":"11/18/2024"},{"Store":"Mall Galleria Burgas","Brand":"HM","Country":"Bulgaria","Sale":862,"Cost":718,"Date":"12/1/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":254,"Date":"2/9/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":278,"Cost":262,"Date":"2/11/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":276,"Cost":193,"Date":"3/10/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":109,"Cost":101,"Date":"3/16/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":744,"Cost":381,"Date":"3/18/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":61,"Date":"3/20/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":530,"Cost":441,"Date":"3/26/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":534,"Date":"6/2/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":250,"Cost":224,"Date":"6/10/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":902,"Cost":766,"Date":"6/16/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":254,"Cost":217,"Date":"6/25/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":541,"Cost":499,"Date":"7/19/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":79,"Cost":75,"Date":"7/21/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":588,"Date":"7/25/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":994,"Cost":638,"Date":"8/4/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":899,"Cost":560,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":893,"Cost":522,"Date":"9/4/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":663,"Cost":417,"Date":"9/19/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":814,"Cost":660,"Date":"9/29/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":506,"Cost":359,"Date":"10/2/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":827,"Cost":558,"Date":"10/15/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":399,"Cost":228,"Date":"10/30/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":244,"Cost":170,"Date":"11/9/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":443,"Cost":234,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":728,"Cost":569,"Date":"11/30/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":289,"Cost":209,"Date":"12/8/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":143,"Cost":125,"Date":"12/11/2018"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":952,"Cost":709,"Date":"1/15/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":503,"Cost":252,"Date":"1/24/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":573,"Cost":469,"Date":"2/3/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":506,"Date":"2/4/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":368,"Date":"3/9/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":276,"Date":"3/12/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":844,"Cost":736,"Date":"4/19/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":50,"Cost":26,"Date":"5/3/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":258,"Cost":163,"Date":"5/4/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":85,"Cost":79,"Date":"6/8/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":952,"Cost":670,"Date":"6/26/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":952,"Cost":719,"Date":"7/4/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":787,"Cost":676,"Date":"7/13/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":103,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":897,"Cost":544,"Date":"8/26/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":23,"Cost":14,"Date":"9/2/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":500,"Cost":252,"Date":"9/29/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":500,"Cost":374,"Date":"10/12/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":723,"Cost":424,"Date":"11/2/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":21,"Cost":19,"Date":"11/4/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":546,"Cost":460,"Date":"11/7/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":730,"Cost":557,"Date":"12/1/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":554,"Date":"12/4/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":511,"Cost":420,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":975,"Cost":610,"Date":"12/18/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":393,"Date":"12/20/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":923,"Cost":570,"Date":"12/20/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":752,"Cost":649,"Date":"12/21/2019"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":547,"Date":"1/9/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":530,"Cost":453,"Date":"2/5/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":867,"Cost":714,"Date":"2/16/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":953,"Cost":699,"Date":"2/16/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":692,"Date":"2/18/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":690,"Cost":376,"Date":"2/22/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":800,"Cost":494,"Date":"2/25/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":529,"Cost":344,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":771,"Date":"4/2/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":969,"Cost":833,"Date":"4/3/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":413,"Date":"4/9/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":700,"Cost":487,"Date":"4/10/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":167,"Date":"4/19/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":819,"Cost":692,"Date":"5/17/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":747,"Cost":464,"Date":"5/22/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":974,"Cost":667,"Date":"6/20/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":34,"Cost":30,"Date":"7/1/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":544,"Cost":493,"Date":"7/4/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":735,"Cost":379,"Date":"7/8/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":290,"Cost":214,"Date":"7/9/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":52,"Cost":32,"Date":"7/14/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":368,"Cost":339,"Date":"7/19/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"8/1/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":148,"Cost":99,"Date":"8/6/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":203,"Cost":189,"Date":"8/7/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":411,"Cost":232,"Date":"8/22/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":218,"Date":"8/31/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":414,"Cost":378,"Date":"9/1/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":977,"Cost":628,"Date":"9/1/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":276,"Date":"9/17/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":394,"Cost":343,"Date":"9/29/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":586,"Cost":408,"Date":"11/7/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":283,"Date":"11/26/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":531,"Cost":301,"Date":"11/27/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":873,"Cost":436,"Date":"12/5/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":862,"Cost":613,"Date":"12/26/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":674,"Date":"12/31/2020"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":620,"Cost":456,"Date":"1/20/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":573,"Cost":311,"Date":"2/2/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":841,"Date":"2/8/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":480,"Cost":409,"Date":"2/27/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":24,"Cost":12,"Date":"3/1/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":771,"Cost":656,"Date":"3/1/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":577,"Cost":525,"Date":"3/19/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":484,"Cost":404,"Date":"3/28/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":481,"Cost":386,"Date":"5/21/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":376,"Cost":329,"Date":"7/21/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":505,"Cost":406,"Date":"8/5/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":90,"Cost":86,"Date":"8/12/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":236,"Cost":128,"Date":"8/21/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":963,"Cost":735,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":445,"Cost":397,"Date":"9/3/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":699,"Cost":362,"Date":"9/5/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":606,"Cost":362,"Date":"10/6/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":418,"Cost":368,"Date":"10/19/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":489,"Cost":383,"Date":"11/15/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":846,"Cost":702,"Date":"12/8/2021"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":293,"Cost":218,"Date":"1/8/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":575,"Date":"1/14/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":42,"Cost":25,"Date":"1/19/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":224,"Cost":135,"Date":"1/28/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"1/31/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":487,"Cost":255,"Date":"3/27/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":579,"Cost":486,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":691,"Cost":456,"Date":"4/24/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":503,"Cost":354,"Date":"4/28/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":61,"Cost":34,"Date":"5/15/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":648,"Cost":388,"Date":"5/16/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":773,"Cost":665,"Date":"5/18/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":65,"Cost":53,"Date":"6/2/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":714,"Cost":623,"Date":"6/3/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":431,"Cost":380,"Date":"6/5/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":30,"Cost":16,"Date":"6/7/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"6/14/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":799,"Cost":421,"Date":"6/20/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":729,"Cost":688,"Date":"6/24/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":572,"Date":"7/4/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":356,"Cost":306,"Date":"7/9/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":880,"Cost":633,"Date":"7/12/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":90,"Cost":55,"Date":"8/14/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":390,"Cost":254,"Date":"8/16/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":913,"Cost":846,"Date":"8/23/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":125,"Cost":65,"Date":"9/2/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":865,"Cost":440,"Date":"9/3/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":269,"Cost":163,"Date":"9/16/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":676,"Cost":577,"Date":"10/4/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":269,"Cost":198,"Date":"11/1/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":659,"Cost":434,"Date":"11/2/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":303,"Date":"12/17/2022"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":538,"Date":"2/10/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":96,"Cost":59,"Date":"2/28/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":290,"Date":"3/4/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":719,"Cost":683,"Date":"3/9/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":285,"Cost":174,"Date":"3/9/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":264,"Cost":238,"Date":"3/11/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":474,"Cost":382,"Date":"3/17/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":361,"Cost":265,"Date":"3/17/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":442,"Cost":380,"Date":"3/23/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":171,"Cost":104,"Date":"4/1/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":277,"Cost":180,"Date":"5/7/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":14,"Cost":9,"Date":"5/10/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":674,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":545,"Date":"6/2/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":660,"Cost":415,"Date":"6/11/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":840,"Cost":572,"Date":"6/16/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":338,"Cost":243,"Date":"6/16/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":342,"Cost":292,"Date":"7/10/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":257,"Cost":180,"Date":"7/11/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":485,"Cost":334,"Date":"8/28/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":20,"Cost":10,"Date":"8/29/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":858,"Cost":605,"Date":"8/31/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":348,"Cost":308,"Date":"9/8/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":481,"Date":"9/13/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":55,"Cost":36,"Date":"9/14/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":990,"Cost":896,"Date":"9/19/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":27,"Cost":24,"Date":"9/25/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":181,"Cost":158,"Date":"10/4/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":803,"Cost":413,"Date":"10/10/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":952,"Cost":869,"Date":"10/17/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":578,"Date":"10/30/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":602,"Cost":520,"Date":"11/1/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":507,"Cost":290,"Date":"11/15/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":420,"Cost":351,"Date":"11/25/2023"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":808,"Cost":519,"Date":"1/10/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":42,"Cost":40,"Date":"1/14/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":908,"Cost":726,"Date":"1/20/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":995,"Cost":937,"Date":"2/8/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":999,"Cost":594,"Date":"2/25/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":838,"Cost":676,"Date":"3/7/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":319,"Cost":160,"Date":"3/14/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":12,"Cost":6,"Date":"3/27/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":160,"Cost":116,"Date":"4/5/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":877,"Cost":797,"Date":"4/14/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":589,"Cost":391,"Date":"5/3/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":242,"Date":"5/9/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":592,"Cost":448,"Date":"5/15/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":522,"Date":"5/25/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":705,"Cost":638,"Date":"5/26/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":74,"Date":"5/31/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":209,"Cost":122,"Date":"7/27/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":425,"Cost":359,"Date":"9/17/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":676,"Cost":606,"Date":"10/6/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":233,"Cost":136,"Date":"10/8/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":715,"Cost":485,"Date":"10/26/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":990,"Cost":779,"Date":"11/16/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":467,"Cost":398,"Date":"11/18/2024"},{"Store":"The Mall Burgas","Brand":"Jeans","Country":"Bulgaria","Sale":578,"Cost":469,"Date":"12/1/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":720,"Cost":454,"Date":"2/9/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":165,"Cost":117,"Date":"2/11/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":246,"Cost":124,"Date":"3/10/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":763,"Cost":626,"Date":"3/16/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":99,"Date":"3/18/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":950,"Cost":527,"Date":"3/20/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":864,"Cost":647,"Date":"3/26/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":455,"Cost":408,"Date":"6/2/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":269,"Cost":166,"Date":"6/10/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":719,"Date":"6/16/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":88,"Cost":49,"Date":"6/25/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":230,"Cost":151,"Date":"7/19/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":709,"Cost":522,"Date":"7/21/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":536,"Date":"7/25/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":630,"Cost":552,"Date":"8/4/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":218,"Cost":123,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":40,"Cost":25,"Date":"9/4/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":943,"Cost":521,"Date":"9/19/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":242,"Cost":132,"Date":"9/29/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":334,"Date":"10/2/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":344,"Cost":234,"Date":"10/15/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":360,"Cost":219,"Date":"10/30/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":623,"Cost":324,"Date":"11/9/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":501,"Cost":305,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":836,"Cost":503,"Date":"11/30/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":20,"Cost":14,"Date":"12/8/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":502,"Date":"12/11/2018"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":244,"Cost":151,"Date":"1/15/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":679,"Cost":484,"Date":"1/24/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":236,"Cost":198,"Date":"2/3/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":868,"Date":"2/4/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":166,"Cost":92,"Date":"3/9/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":63,"Cost":49,"Date":"3/12/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":268,"Cost":149,"Date":"4/19/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":40,"Date":"5/3/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":504,"Date":"5/4/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":347,"Cost":329,"Date":"6/8/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":556,"Date":"6/26/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":276,"Cost":181,"Date":"7/4/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":702,"Cost":643,"Date":"7/13/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":659,"Cost":332,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":89,"Cost":74,"Date":"8/26/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":40,"Cost":23,"Date":"9/2/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":892,"Cost":682,"Date":"9/29/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":858,"Date":"10/12/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":144,"Cost":115,"Date":"11/2/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":228,"Cost":123,"Date":"11/4/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":130,"Cost":106,"Date":"11/7/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":612,"Cost":414,"Date":"12/1/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":720,"Cost":398,"Date":"12/4/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":165,"Cost":96,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":52,"Cost":27,"Date":"12/18/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":651,"Cost":498,"Date":"12/20/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":127,"Cost":113,"Date":"12/20/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":67,"Date":"12/21/2019"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":659,"Cost":445,"Date":"1/9/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":812,"Cost":728,"Date":"2/5/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":974,"Cost":667,"Date":"2/16/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":268,"Date":"2/16/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":530,"Date":"2/18/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":907,"Cost":507,"Date":"2/22/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":246,"Date":"2/25/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":513,"Cost":438,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":988,"Cost":735,"Date":"4/2/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":308,"Cost":192,"Date":"4/3/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":716,"Cost":408,"Date":"4/9/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":200,"Cost":131,"Date":"4/10/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"4/19/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":81,"Cost":43,"Date":"5/17/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":352,"Cost":179,"Date":"5/22/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":597,"Cost":397,"Date":"6/20/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":187,"Cost":157,"Date":"7/1/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":163,"Cost":115,"Date":"7/4/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":194,"Cost":132,"Date":"7/8/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":779,"Cost":522,"Date":"7/9/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":228,"Cost":117,"Date":"7/14/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":470,"Cost":356,"Date":"7/19/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":681,"Cost":483,"Date":"8/1/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":958,"Cost":907,"Date":"8/6/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":581,"Cost":366,"Date":"8/7/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":908,"Cost":707,"Date":"8/22/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":79,"Cost":39,"Date":"8/31/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":686,"Cost":475,"Date":"9/1/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":604,"Cost":321,"Date":"9/1/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":201,"Cost":178,"Date":"9/17/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":776,"Cost":613,"Date":"9/29/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":463,"Cost":249,"Date":"11/7/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":653,"Cost":348,"Date":"11/26/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":512,"Cost":268,"Date":"11/27/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":795,"Cost":603,"Date":"12/5/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":388,"Cost":230,"Date":"12/26/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":284,"Date":"12/31/2020"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":107,"Cost":97,"Date":"1/20/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":133,"Cost":75,"Date":"2/2/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":315,"Cost":254,"Date":"2/8/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":322,"Cost":232,"Date":"2/27/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":799,"Cost":581,"Date":"3/1/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"3/1/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":42,"Cost":26,"Date":"3/19/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":442,"Cost":268,"Date":"3/28/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":484,"Cost":261,"Date":"5/21/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":892,"Cost":621,"Date":"7/21/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":570,"Cost":354,"Date":"8/5/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":378,"Cost":216,"Date":"8/12/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":97,"Cost":88,"Date":"8/21/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":117,"Cost":85,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":71,"Cost":67,"Date":"9/3/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":125,"Cost":69,"Date":"9/5/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":497,"Cost":469,"Date":"10/6/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":333,"Date":"10/19/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":617,"Cost":471,"Date":"11/15/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":902,"Cost":467,"Date":"12/8/2021"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":139,"Cost":119,"Date":"1/8/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":90,"Cost":71,"Date":"1/14/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":214,"Cost":142,"Date":"1/19/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":509,"Cost":404,"Date":"1/28/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":996,"Cost":787,"Date":"1/31/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":433,"Date":"3/27/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":756,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":249,"Cost":148,"Date":"4/24/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":368,"Cost":190,"Date":"4/28/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":322,"Cost":169,"Date":"5/15/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":879,"Date":"5/16/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":567,"Cost":465,"Date":"5/18/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":849,"Cost":456,"Date":"6/2/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":584,"Cost":506,"Date":"6/3/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":445,"Date":"6/5/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":281,"Cost":157,"Date":"6/7/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":365,"Cost":281,"Date":"6/14/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":365,"Date":"6/20/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":525,"Date":"6/24/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":468,"Cost":393,"Date":"7/4/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":784,"Date":"7/9/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":339,"Cost":269,"Date":"7/12/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":902,"Cost":530,"Date":"8/14/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":968,"Cost":625,"Date":"8/16/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":360,"Cost":215,"Date":"8/23/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":730,"Date":"9/2/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":965,"Cost":648,"Date":"9/3/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":218,"Cost":201,"Date":"9/16/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":558,"Date":"10/4/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":698,"Cost":565,"Date":"11/1/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":260,"Cost":211,"Date":"11/2/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":292,"Cost":190,"Date":"12/17/2022"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":214,"Cost":165,"Date":"2/10/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":651,"Cost":386,"Date":"2/28/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":662,"Cost":579,"Date":"3/4/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":154,"Cost":93,"Date":"3/9/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":763,"Cost":701,"Date":"3/9/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":882,"Cost":468,"Date":"3/11/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":702,"Cost":542,"Date":"3/17/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":519,"Cost":398,"Date":"3/17/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":749,"Date":"3/23/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":884,"Cost":654,"Date":"4/1/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":186,"Date":"5/7/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":103,"Cost":82,"Date":"5/10/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":37,"Cost":29,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":465,"Cost":355,"Date":"6/2/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":233,"Cost":193,"Date":"6/11/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":220,"Cost":209,"Date":"6/16/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":411,"Date":"6/16/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":477,"Cost":353,"Date":"7/10/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":662,"Date":"7/11/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":104,"Date":"8/28/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":480,"Cost":402,"Date":"8/29/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":892,"Cost":648,"Date":"8/31/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":654,"Cost":471,"Date":"9/8/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":619,"Date":"9/13/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":859,"Cost":558,"Date":"9/14/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":689,"Cost":601,"Date":"9/19/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":479,"Cost":347,"Date":"9/25/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":316,"Date":"10/4/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":129,"Cost":70,"Date":"10/10/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"10/17/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":781,"Cost":458,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":331,"Cost":299,"Date":"10/30/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":817,"Cost":736,"Date":"11/1/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":483,"Cost":383,"Date":"11/15/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":792,"Cost":712,"Date":"11/25/2023"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":345,"Cost":202,"Date":"1/10/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":448,"Cost":231,"Date":"1/14/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":657,"Cost":449,"Date":"1/20/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":377,"Cost":298,"Date":"2/8/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":811,"Cost":567,"Date":"2/25/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":649,"Cost":399,"Date":"3/7/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":198,"Cost":142,"Date":"3/14/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":131,"Cost":120,"Date":"3/27/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":285,"Date":"4/5/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":144,"Cost":133,"Date":"4/14/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":405,"Cost":318,"Date":"5/3/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":242,"Date":"5/9/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":718,"Cost":370,"Date":"5/15/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":413,"Cost":233,"Date":"5/25/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":529,"Cost":274,"Date":"5/26/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":183,"Date":"5/31/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":316,"Cost":198,"Date":"7/27/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":323,"Cost":300,"Date":"9/17/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":426,"Date":"10/6/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":999,"Cost":554,"Date":"10/8/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":644,"Cost":604,"Date":"10/26/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":184,"Cost":106,"Date":"11/16/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":182,"Cost":168,"Date":"11/18/2024"},{"Store":"The Mall Burgas","Brand":"HM","Country":"Bulgaria","Sale":373,"Cost":198,"Date":"12/1/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":308,"Cost":226,"Date":"2/9/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":921,"Cost":652,"Date":"2/11/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":930,"Cost":614,"Date":"3/10/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":876,"Cost":522,"Date":"3/16/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":259,"Cost":156,"Date":"3/18/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":198,"Cost":122,"Date":"3/20/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":620,"Cost":551,"Date":"3/26/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":171,"Date":"6/2/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":308,"Date":"6/10/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":845,"Date":"6/16/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":962,"Cost":727,"Date":"6/25/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":608,"Cost":327,"Date":"7/19/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":638,"Cost":333,"Date":"7/21/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":620,"Cost":488,"Date":"7/25/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":361,"Cost":203,"Date":"8/4/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":262,"Cost":202,"Date":"9/2/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":181,"Cost":105,"Date":"9/4/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":264,"Cost":161,"Date":"9/19/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":543,"Cost":397,"Date":"9/29/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":868,"Cost":440,"Date":"10/2/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":974,"Cost":633,"Date":"10/15/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":763,"Cost":420,"Date":"10/30/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":544,"Cost":324,"Date":"11/9/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":612,"Cost":489,"Date":"11/23/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":390,"Cost":318,"Date":"11/30/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":904,"Cost":713,"Date":"12/8/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":822,"Cost":591,"Date":"12/11/2018"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":572,"Date":"1/15/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":86,"Cost":78,"Date":"1/24/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":406,"Cost":379,"Date":"2/3/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":432,"Cost":227,"Date":"2/4/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":617,"Date":"3/9/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":390,"Cost":367,"Date":"3/12/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":327,"Cost":256,"Date":"4/19/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":397,"Cost":209,"Date":"5/3/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":327,"Date":"5/4/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":181,"Cost":109,"Date":"6/8/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":231,"Cost":172,"Date":"6/26/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":567,"Date":"7/4/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":529,"Cost":286,"Date":"7/13/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":166,"Date":"8/8/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":976,"Cost":625,"Date":"8/26/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":819,"Cost":705,"Date":"9/2/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":68,"Date":"9/29/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":717,"Cost":525,"Date":"10/12/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":664,"Cost":354,"Date":"11/2/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":932,"Cost":861,"Date":"11/4/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":986,"Cost":649,"Date":"11/7/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":678,"Cost":608,"Date":"12/1/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":377,"Cost":356,"Date":"12/4/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":307,"Cost":175,"Date":"12/7/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":93,"Cost":48,"Date":"12/18/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":475,"Date":"12/20/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":237,"Date":"12/20/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":985,"Cost":936,"Date":"12/21/2019"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":155,"Date":"1/9/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"2/5/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":144,"Cost":110,"Date":"2/16/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":565,"Cost":497,"Date":"2/16/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":914,"Cost":665,"Date":"2/18/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":701,"Cost":619,"Date":"2/22/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":935,"Cost":756,"Date":"2/25/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":987,"Cost":741,"Date":"3/8/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":436,"Date":"4/2/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":451,"Date":"4/3/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":839,"Cost":610,"Date":"4/9/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":719,"Cost":551,"Date":"4/10/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":739,"Cost":585,"Date":"4/19/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":222,"Date":"5/17/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":502,"Cost":302,"Date":"5/22/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":45,"Cost":23,"Date":"6/20/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":738,"Date":"7/1/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":959,"Cost":632,"Date":"7/4/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":237,"Cost":139,"Date":"7/8/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":127,"Date":"7/9/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":273,"Cost":213,"Date":"7/14/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":728,"Cost":366,"Date":"7/19/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":437,"Cost":267,"Date":"8/1/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":374,"Date":"8/6/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":114,"Cost":62,"Date":"8/7/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":647,"Cost":429,"Date":"8/22/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":955,"Cost":759,"Date":"8/31/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":902,"Cost":838,"Date":"9/1/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":546,"Cost":461,"Date":"9/1/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":757,"Cost":712,"Date":"9/17/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":456,"Cost":429,"Date":"9/29/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":167,"Cost":151,"Date":"11/7/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":211,"Cost":179,"Date":"11/26/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":504,"Cost":410,"Date":"11/27/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":127,"Cost":103,"Date":"12/5/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":783,"Cost":725,"Date":"12/26/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":542,"Date":"12/31/2020"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":637,"Cost":603,"Date":"1/20/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":530,"Date":"2/2/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":273,"Date":"2/8/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":859,"Cost":429,"Date":"2/27/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":546,"Cost":440,"Date":"3/1/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":326,"Cost":268,"Date":"3/1/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":955,"Cost":659,"Date":"3/19/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":331,"Cost":302,"Date":"3/28/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":285,"Cost":178,"Date":"5/21/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":123,"Cost":69,"Date":"7/21/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":266,"Date":"8/5/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":395,"Date":"8/12/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":544,"Cost":496,"Date":"8/21/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":427,"Cost":343,"Date":"8/23/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":514,"Date":"9/3/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":479,"Date":"9/5/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":615,"Cost":457,"Date":"10/6/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":188,"Date":"10/19/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":256,"Date":"11/15/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":219,"Cost":169,"Date":"12/8/2021"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":641,"Cost":572,"Date":"1/8/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":981,"Cost":835,"Date":"1/14/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":13,"Cost":8,"Date":"1/19/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":226,"Date":"1/28/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":185,"Date":"1/31/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":206,"Cost":146,"Date":"3/27/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":536,"Cost":316,"Date":"4/20/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":248,"Cost":158,"Date":"4/24/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":827,"Cost":724,"Date":"4/28/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":114,"Cost":76,"Date":"5/15/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":782,"Cost":409,"Date":"5/16/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":17,"Cost":13,"Date":"5/18/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":460,"Cost":405,"Date":"6/2/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":226,"Date":"6/3/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":232,"Date":"6/5/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":119,"Date":"6/7/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":637,"Cost":568,"Date":"6/14/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":429,"Cost":247,"Date":"6/20/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":627,"Date":"6/24/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":420,"Date":"7/4/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":78,"Cost":53,"Date":"7/9/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":747,"Cost":512,"Date":"7/12/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":63,"Date":"8/14/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":357,"Date":"8/16/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":882,"Cost":515,"Date":"8/23/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":140,"Date":"9/2/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":538,"Cost":448,"Date":"9/3/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":218,"Cost":147,"Date":"9/16/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":696,"Cost":594,"Date":"10/4/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":699,"Cost":386,"Date":"11/1/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":196,"Date":"11/2/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":808,"Date":"12/17/2022"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":537,"Date":"2/10/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":560,"Date":"2/28/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":117,"Cost":95,"Date":"3/4/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":301,"Cost":219,"Date":"3/9/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":555,"Cost":364,"Date":"3/9/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":537,"Cost":321,"Date":"3/11/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":184,"Date":"3/17/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":524,"Cost":306,"Date":"3/17/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":935,"Cost":563,"Date":"3/23/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":357,"Cost":248,"Date":"4/1/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":546,"Cost":307,"Date":"5/7/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":587,"Cost":408,"Date":"5/10/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":73,"Cost":55,"Date":"5/20/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":707,"Date":"6/2/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":958,"Cost":754,"Date":"6/11/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":346,"Cost":271,"Date":"6/16/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":289,"Cost":263,"Date":"6/16/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":508,"Cost":410,"Date":"7/10/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":233,"Cost":182,"Date":"7/11/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":617,"Cost":451,"Date":"8/28/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":802,"Date":"8/29/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":769,"Cost":685,"Date":"8/31/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":654,"Cost":500,"Date":"9/8/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":378,"Cost":341,"Date":"9/13/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":166,"Cost":107,"Date":"9/14/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":964,"Cost":594,"Date":"9/19/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":609,"Cost":424,"Date":"9/25/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":187,"Cost":140,"Date":"10/4/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":282,"Cost":215,"Date":"10/10/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":825,"Cost":674,"Date":"10/17/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":23,"Cost":16,"Date":"10/28/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":90,"Cost":58,"Date":"10/30/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":428,"Cost":346,"Date":"11/1/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":556,"Cost":463,"Date":"11/15/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":34,"Cost":23,"Date":"11/25/2023"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":972,"Cost":652,"Date":"1/10/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":454,"Cost":426,"Date":"1/14/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":395,"Cost":365,"Date":"1/20/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":410,"Date":"2/8/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":532,"Date":"2/25/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":289,"Cost":229,"Date":"3/7/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":951,"Cost":807,"Date":"3/14/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":318,"Cost":236,"Date":"3/27/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":893,"Cost":480,"Date":"4/5/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":832,"Cost":468,"Date":"4/14/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":408,"Cost":274,"Date":"5/3/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":748,"Cost":670,"Date":"5/9/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":918,"Cost":824,"Date":"5/15/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":869,"Cost":775,"Date":"5/25/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":866,"Cost":515,"Date":"5/26/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":286,"Date":"5/31/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":90,"Cost":52,"Date":"7/27/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":873,"Cost":496,"Date":"9/17/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":484,"Cost":303,"Date":"10/6/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":492,"Cost":390,"Date":"10/8/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":699,"Cost":448,"Date":"10/26/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":948,"Cost":860,"Date":"11/16/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":152,"Cost":78,"Date":"11/18/2024"},{"Store":"The Mall Burgas","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":471,"Date":"12/1/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":764,"Cost":699,"Date":"2/9/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":38,"Cost":19,"Date":"2/11/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":393,"Cost":297,"Date":"3/10/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":498,"Date":"3/16/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":577,"Cost":535,"Date":"3/18/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":329,"Cost":172,"Date":"3/20/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":439,"Cost":266,"Date":"3/26/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":362,"Cost":215,"Date":"6/2/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":275,"Date":"6/10/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":499,"Cost":270,"Date":"6/16/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":852,"Cost":752,"Date":"6/25/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":329,"Cost":247,"Date":"7/19/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":384,"Date":"7/21/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":471,"Cost":268,"Date":"7/25/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":401,"Date":"8/4/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":379,"Cost":223,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":63,"Cost":52,"Date":"9/4/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":411,"Cost":367,"Date":"9/19/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":929,"Cost":488,"Date":"9/29/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":302,"Cost":224,"Date":"10/2/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":114,"Cost":98,"Date":"10/15/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":974,"Cost":884,"Date":"10/30/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":650,"Cost":429,"Date":"11/9/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":174,"Cost":125,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":691,"Cost":568,"Date":"11/30/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":179,"Date":"12/8/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":736,"Cost":614,"Date":"12/11/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":688,"Cost":487,"Date":"1/15/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":496,"Cost":361,"Date":"1/24/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":415,"Cost":248,"Date":"2/3/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":924,"Cost":538,"Date":"2/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":921,"Cost":795,"Date":"3/9/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":465,"Cost":240,"Date":"3/12/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":942,"Cost":474,"Date":"4/19/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":935,"Cost":722,"Date":"5/3/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":287,"Cost":157,"Date":"5/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":613,"Cost":516,"Date":"6/8/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":363,"Cost":314,"Date":"6/26/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":241,"Cost":123,"Date":"7/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":740,"Cost":444,"Date":"7/13/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":360,"Cost":260,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":313,"Date":"8/26/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":750,"Cost":633,"Date":"9/2/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":948,"Cost":881,"Date":"9/29/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":973,"Cost":771,"Date":"10/12/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":343,"Cost":174,"Date":"11/2/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":90,"Cost":70,"Date":"11/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":352,"Cost":308,"Date":"11/7/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":786,"Cost":701,"Date":"12/1/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":565,"Cost":401,"Date":"12/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":30,"Cost":23,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":252,"Cost":184,"Date":"12/18/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":852,"Date":"12/20/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":261,"Cost":224,"Date":"12/20/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":634,"Cost":407,"Date":"12/21/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":947,"Cost":699,"Date":"1/9/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":656,"Cost":439,"Date":"2/5/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":45,"Cost":33,"Date":"2/16/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":322,"Cost":213,"Date":"2/16/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":770,"Cost":443,"Date":"2/18/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":222,"Cost":135,"Date":"2/22/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":840,"Cost":530,"Date":"2/25/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":927,"Cost":868,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":546,"Cost":369,"Date":"4/2/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":385,"Cost":279,"Date":"4/3/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":152,"Cost":102,"Date":"4/9/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":295,"Cost":265,"Date":"4/10/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":369,"Cost":312,"Date":"4/19/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":889,"Cost":839,"Date":"5/17/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":521,"Cost":266,"Date":"5/22/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":167,"Cost":90,"Date":"6/20/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":249,"Cost":154,"Date":"7/1/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":167,"Date":"7/4/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":400,"Cost":207,"Date":"7/8/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":688,"Cost":363,"Date":"7/9/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":372,"Cost":244,"Date":"7/14/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":994,"Cost":875,"Date":"7/19/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":522,"Cost":442,"Date":"8/1/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":385,"Cost":237,"Date":"8/6/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":768,"Cost":669,"Date":"8/7/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":112,"Date":"8/22/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":448,"Cost":381,"Date":"8/31/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":673,"Cost":423,"Date":"9/1/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":294,"Cost":241,"Date":"9/1/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":107,"Cost":101,"Date":"9/17/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":690,"Cost":621,"Date":"9/29/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":695,"Cost":394,"Date":"11/7/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":41,"Cost":35,"Date":"11/26/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":652,"Cost":523,"Date":"11/27/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":256,"Date":"12/5/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":875,"Cost":724,"Date":"12/26/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":65,"Cost":55,"Date":"12/31/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":651,"Cost":370,"Date":"1/20/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":729,"Cost":587,"Date":"2/2/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":207,"Cost":185,"Date":"2/8/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":51,"Date":"2/27/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":481,"Date":"3/1/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":114,"Cost":71,"Date":"3/1/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":827,"Cost":525,"Date":"3/19/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":50,"Cost":48,"Date":"3/28/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":168,"Cost":85,"Date":"5/21/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":408,"Cost":206,"Date":"7/21/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":977,"Cost":867,"Date":"8/5/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":64,"Date":"8/12/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":60,"Cost":56,"Date":"8/21/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":192,"Cost":120,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":168,"Cost":124,"Date":"9/3/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":225,"Date":"9/5/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":771,"Cost":597,"Date":"10/6/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":243,"Cost":157,"Date":"10/19/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":265,"Cost":197,"Date":"11/15/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":501,"Cost":313,"Date":"12/8/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":626,"Cost":514,"Date":"1/8/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":760,"Cost":441,"Date":"1/14/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":244,"Cost":139,"Date":"1/19/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":189,"Cost":153,"Date":"1/28/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":102,"Cost":91,"Date":"1/31/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":570,"Cost":345,"Date":"3/27/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":817,"Cost":713,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":273,"Cost":186,"Date":"4/24/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":281,"Cost":179,"Date":"4/28/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":527,"Cost":352,"Date":"5/15/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":198,"Cost":107,"Date":"5/16/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":449,"Cost":332,"Date":"5/18/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":953,"Cost":499,"Date":"6/2/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":11,"Cost":11,"Date":"6/3/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":977,"Cost":562,"Date":"6/5/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":485,"Cost":309,"Date":"6/7/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":573,"Cost":318,"Date":"6/14/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":480,"Cost":285,"Date":"6/20/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":176,"Cost":132,"Date":"6/24/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":28,"Cost":15,"Date":"7/4/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":551,"Cost":361,"Date":"7/9/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":549,"Cost":343,"Date":"7/12/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":471,"Cost":280,"Date":"8/14/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":105,"Cost":96,"Date":"8/16/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":956,"Cost":551,"Date":"8/23/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":294,"Cost":256,"Date":"9/2/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":579,"Cost":331,"Date":"9/3/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":837,"Cost":789,"Date":"9/16/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":633,"Cost":464,"Date":"10/4/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":21,"Cost":17,"Date":"11/1/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":522,"Cost":444,"Date":"11/2/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":404,"Cost":294,"Date":"12/17/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":661,"Cost":456,"Date":"2/10/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":588,"Cost":503,"Date":"2/28/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":723,"Cost":390,"Date":"3/4/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":931,"Cost":596,"Date":"3/9/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":774,"Cost":550,"Date":"3/9/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":494,"Cost":333,"Date":"3/11/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":457,"Date":"3/17/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":548,"Cost":330,"Date":"3/17/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":837,"Cost":687,"Date":"3/23/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":466,"Cost":385,"Date":"4/1/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":825,"Cost":609,"Date":"5/7/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":536,"Cost":417,"Date":"5/10/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":479,"Cost":411,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":648,"Cost":390,"Date":"6/2/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":662,"Cost":555,"Date":"6/11/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":384,"Date":"6/16/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":711,"Cost":578,"Date":"6/16/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":620,"Cost":366,"Date":"7/10/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":76,"Cost":43,"Date":"7/11/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":267,"Cost":222,"Date":"8/28/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":127,"Cost":63,"Date":"8/29/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":593,"Cost":318,"Date":"8/31/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":769,"Cost":717,"Date":"9/8/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":375,"Cost":313,"Date":"9/13/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":899,"Cost":663,"Date":"9/14/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":857,"Cost":766,"Date":"9/19/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":927,"Cost":661,"Date":"9/25/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":103,"Date":"10/4/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":473,"Cost":311,"Date":"10/10/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":464,"Cost":383,"Date":"10/17/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":272,"Cost":201,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":678,"Cost":507,"Date":"10/30/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"11/1/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":767,"Cost":425,"Date":"11/15/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":534,"Cost":326,"Date":"11/25/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":611,"Cost":321,"Date":"1/10/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":70,"Cost":55,"Date":"1/14/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":465,"Cost":328,"Date":"1/20/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":752,"Cost":647,"Date":"2/8/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":903,"Cost":496,"Date":"2/25/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":105,"Cost":81,"Date":"3/7/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":961,"Cost":753,"Date":"3/14/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":622,"Cost":411,"Date":"3/27/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":48,"Cost":43,"Date":"4/5/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":113,"Cost":63,"Date":"4/14/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":549,"Cost":299,"Date":"5/3/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":900,"Cost":727,"Date":"5/9/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":845,"Cost":495,"Date":"5/15/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":314,"Cost":216,"Date":"5/25/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":19,"Cost":18,"Date":"5/26/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":923,"Cost":857,"Date":"5/31/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":358,"Cost":211,"Date":"7/27/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":999,"Cost":785,"Date":"9/17/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":471,"Cost":253,"Date":"10/6/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":879,"Cost":525,"Date":"10/8/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":616,"Cost":343,"Date":"10/26/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":443,"Cost":238,"Date":"11/16/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":978,"Cost":510,"Date":"11/18/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":967,"Cost":892,"Date":"12/1/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":604,"Cost":362,"Date":"2/9/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":255,"Date":"2/11/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":941,"Cost":798,"Date":"3/10/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":967,"Cost":867,"Date":"3/16/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":568,"Cost":528,"Date":"3/18/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":508,"Cost":303,"Date":"3/20/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":549,"Date":"3/26/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":703,"Cost":567,"Date":"6/2/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":544,"Cost":341,"Date":"6/10/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":66,"Date":"6/16/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":668,"Cost":607,"Date":"6/25/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":582,"Cost":317,"Date":"7/19/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":86,"Cost":79,"Date":"7/21/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":592,"Cost":368,"Date":"7/25/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"8/4/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":462,"Cost":405,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":110,"Cost":56,"Date":"9/4/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":604,"Cost":316,"Date":"9/19/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":361,"Cost":246,"Date":"9/29/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":797,"Cost":447,"Date":"10/2/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":455,"Cost":325,"Date":"10/15/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":303,"Cost":192,"Date":"10/30/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":402,"Cost":304,"Date":"11/9/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":779,"Cost":622,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":725,"Cost":497,"Date":"11/30/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":830,"Cost":645,"Date":"12/8/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":726,"Cost":582,"Date":"12/11/2018"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":512,"Cost":416,"Date":"1/15/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":602,"Cost":409,"Date":"1/24/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":844,"Cost":500,"Date":"2/3/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":718,"Cost":406,"Date":"2/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":33,"Cost":27,"Date":"3/9/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":434,"Date":"3/12/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":861,"Cost":726,"Date":"4/19/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":463,"Cost":395,"Date":"5/3/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":762,"Cost":655,"Date":"5/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":453,"Cost":343,"Date":"6/8/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":571,"Cost":386,"Date":"6/26/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":38,"Cost":33,"Date":"7/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":701,"Cost":486,"Date":"7/13/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":103,"Cost":68,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":495,"Cost":354,"Date":"8/26/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":750,"Cost":640,"Date":"9/2/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":200,"Cost":171,"Date":"9/29/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":625,"Cost":519,"Date":"10/12/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":671,"Cost":607,"Date":"11/2/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":432,"Cost":262,"Date":"11/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":948,"Cost":707,"Date":"11/7/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":33,"Date":"12/1/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":950,"Cost":521,"Date":"12/4/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":571,"Cost":426,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":149,"Cost":118,"Date":"12/18/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":660,"Cost":352,"Date":"12/20/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":838,"Cost":728,"Date":"12/20/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":510,"Cost":361,"Date":"12/21/2019"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":156,"Cost":137,"Date":"1/9/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":420,"Cost":348,"Date":"2/5/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":958,"Cost":766,"Date":"2/16/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":114,"Cost":57,"Date":"2/16/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":403,"Cost":374,"Date":"2/18/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":246,"Cost":233,"Date":"2/22/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":737,"Cost":432,"Date":"2/25/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":605,"Cost":320,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":13,"Cost":10,"Date":"4/2/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":363,"Cost":245,"Date":"4/3/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":584,"Cost":547,"Date":"4/9/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":251,"Cost":193,"Date":"4/10/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":719,"Cost":366,"Date":"4/19/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":895,"Cost":702,"Date":"5/17/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":286,"Cost":183,"Date":"5/22/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":84,"Cost":54,"Date":"6/20/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":974,"Cost":903,"Date":"7/1/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":797,"Cost":524,"Date":"7/4/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":789,"Cost":750,"Date":"7/8/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":432,"Cost":345,"Date":"7/9/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":430,"Cost":404,"Date":"7/14/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":135,"Cost":69,"Date":"7/19/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":369,"Cost":221,"Date":"8/1/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":255,"Cost":241,"Date":"8/6/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":291,"Cost":199,"Date":"8/7/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":498,"Cost":276,"Date":"8/22/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":382,"Cost":194,"Date":"8/31/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":916,"Cost":582,"Date":"9/1/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":386,"Cost":303,"Date":"9/1/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":251,"Cost":238,"Date":"9/17/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":273,"Cost":252,"Date":"9/29/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":240,"Date":"11/7/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":857,"Cost":724,"Date":"11/26/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":114,"Cost":108,"Date":"11/27/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":348,"Cost":294,"Date":"12/5/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":125,"Cost":70,"Date":"12/26/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":128,"Date":"12/31/2020"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":686,"Cost":553,"Date":"1/20/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":28,"Cost":26,"Date":"2/2/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":955,"Cost":554,"Date":"2/8/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":170,"Cost":88,"Date":"2/27/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":105,"Date":"3/1/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":620,"Cost":389,"Date":"3/1/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":587,"Date":"3/19/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":455,"Cost":412,"Date":"3/28/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":155,"Cost":96,"Date":"5/21/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":88,"Cost":54,"Date":"7/21/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":989,"Cost":797,"Date":"8/5/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":639,"Cost":602,"Date":"8/12/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":47,"Cost":40,"Date":"8/21/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":115,"Cost":84,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":749,"Cost":664,"Date":"9/3/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":384,"Cost":290,"Date":"9/5/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":838,"Cost":499,"Date":"10/6/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":444,"Cost":420,"Date":"10/19/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":970,"Cost":560,"Date":"11/15/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":713,"Cost":423,"Date":"12/8/2021"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":379,"Cost":232,"Date":"1/8/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":374,"Cost":344,"Date":"1/14/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":1000,"Cost":941,"Date":"1/19/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":871,"Cost":773,"Date":"1/28/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":151,"Cost":105,"Date":"1/31/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":873,"Cost":578,"Date":"3/27/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":652,"Cost":489,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":550,"Cost":406,"Date":"4/24/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":198,"Cost":162,"Date":"4/28/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":59,"Cost":43,"Date":"5/15/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":913,"Cost":689,"Date":"5/16/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":376,"Cost":273,"Date":"5/18/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":72,"Cost":37,"Date":"6/2/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":789,"Cost":587,"Date":"6/3/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":909,"Cost":863,"Date":"6/5/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":620,"Cost":397,"Date":"6/7/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":422,"Cost":245,"Date":"6/14/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":400,"Cost":219,"Date":"6/20/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":416,"Cost":330,"Date":"6/24/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":362,"Cost":196,"Date":"7/4/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":774,"Cost":688,"Date":"7/9/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":158,"Cost":140,"Date":"7/12/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":166,"Cost":152,"Date":"8/14/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":349,"Cost":240,"Date":"8/16/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":37,"Date":"8/23/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":234,"Cost":143,"Date":"9/2/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":507,"Cost":383,"Date":"9/3/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":520,"Cost":465,"Date":"9/16/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":441,"Cost":387,"Date":"10/4/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":982,"Cost":750,"Date":"11/1/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":540,"Cost":378,"Date":"11/2/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":450,"Cost":372,"Date":"12/17/2022"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":533,"Date":"2/10/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":42,"Cost":21,"Date":"2/28/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":381,"Cost":290,"Date":"3/4/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":288,"Cost":198,"Date":"3/9/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":119,"Cost":62,"Date":"3/9/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":540,"Cost":443,"Date":"3/11/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":469,"Cost":258,"Date":"3/17/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":509,"Cost":431,"Date":"3/17/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":81,"Cost":72,"Date":"3/23/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":633,"Cost":552,"Date":"4/1/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":147,"Cost":79,"Date":"5/7/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":358,"Date":"5/10/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":743,"Cost":487,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":399,"Cost":244,"Date":"6/2/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":658,"Cost":548,"Date":"6/11/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":200,"Cost":162,"Date":"6/16/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":653,"Cost":556,"Date":"6/16/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":767,"Cost":408,"Date":"7/10/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":903,"Cost":849,"Date":"7/11/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":335,"Cost":288,"Date":"8/28/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":18,"Cost":15,"Date":"8/29/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":264,"Date":"8/31/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":781,"Cost":533,"Date":"9/8/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":865,"Cost":683,"Date":"9/13/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":358,"Cost":207,"Date":"9/14/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":237,"Cost":145,"Date":"9/19/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":312,"Cost":191,"Date":"9/25/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":711,"Cost":379,"Date":"10/4/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":144,"Cost":118,"Date":"10/10/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":136,"Cost":130,"Date":"10/17/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":28,"Cost":24,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":875,"Cost":671,"Date":"10/30/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":178,"Cost":94,"Date":"11/1/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":967,"Cost":591,"Date":"11/15/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":158,"Date":"11/25/2023"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":57,"Cost":53,"Date":"1/10/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":976,"Cost":592,"Date":"1/14/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":144,"Cost":90,"Date":"1/20/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":137,"Date":"2/8/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":314,"Cost":232,"Date":"2/25/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":95,"Cost":84,"Date":"3/7/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":863,"Cost":613,"Date":"3/14/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":814,"Cost":671,"Date":"3/27/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":999,"Cost":852,"Date":"4/5/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":409,"Cost":339,"Date":"4/14/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":636,"Cost":530,"Date":"5/3/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":514,"Cost":439,"Date":"5/9/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":698,"Cost":575,"Date":"5/15/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":663,"Cost":358,"Date":"5/25/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":448,"Cost":294,"Date":"5/26/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":279,"Cost":152,"Date":"5/31/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":37,"Cost":22,"Date":"7/27/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":905,"Cost":858,"Date":"9/17/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":590,"Cost":319,"Date":"10/6/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":446,"Cost":340,"Date":"10/8/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":477,"Cost":370,"Date":"10/26/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":632,"Cost":356,"Date":"11/16/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":354,"Cost":286,"Date":"11/18/2024"},{"Store":"Ruse Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":7,"Cost":4,"Date":"12/1/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":130,"Date":"2/9/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":591,"Cost":369,"Date":"2/11/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":87,"Cost":75,"Date":"3/10/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":553,"Cost":357,"Date":"3/16/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":850,"Cost":554,"Date":"3/18/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":588,"Cost":527,"Date":"3/20/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":358,"Cost":300,"Date":"3/26/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":260,"Cost":171,"Date":"6/2/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":179,"Date":"6/10/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":536,"Cost":384,"Date":"6/16/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":37,"Cost":33,"Date":"6/25/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":725,"Cost":631,"Date":"7/19/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":115,"Cost":103,"Date":"7/21/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":125,"Date":"7/25/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":707,"Cost":398,"Date":"8/4/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":13,"Cost":13,"Date":"9/2/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":374,"Date":"9/4/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":393,"Date":"9/19/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":202,"Date":"9/29/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":10,"Cost":5,"Date":"10/2/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":109,"Date":"10/15/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":317,"Date":"10/30/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":780,"Cost":524,"Date":"11/9/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":33,"Cost":26,"Date":"11/23/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":773,"Cost":653,"Date":"11/30/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":519,"Date":"12/8/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":334,"Cost":239,"Date":"12/11/2018"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":391,"Cost":300,"Date":"1/15/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":743,"Cost":449,"Date":"1/24/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":630,"Cost":428,"Date":"2/3/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":398,"Cost":247,"Date":"2/4/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":531,"Cost":490,"Date":"3/9/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":984,"Cost":854,"Date":"3/12/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":504,"Cost":399,"Date":"4/19/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":591,"Cost":445,"Date":"5/3/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":896,"Cost":674,"Date":"5/4/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":6,"Cost":5,"Date":"6/8/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":901,"Cost":748,"Date":"6/26/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":268,"Cost":189,"Date":"7/4/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":405,"Date":"7/13/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":790,"Cost":572,"Date":"8/8/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":790,"Cost":398,"Date":"8/26/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":13,"Cost":6,"Date":"9/2/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":754,"Cost":639,"Date":"9/29/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":938,"Cost":782,"Date":"10/12/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":778,"Cost":591,"Date":"11/2/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":573,"Cost":311,"Date":"11/4/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":274,"Date":"11/7/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":285,"Cost":237,"Date":"12/1/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":761,"Cost":589,"Date":"12/4/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":343,"Date":"12/7/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":286,"Cost":166,"Date":"12/18/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":925,"Cost":616,"Date":"12/20/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":505,"Cost":296,"Date":"12/20/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":107,"Date":"12/21/2019"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":852,"Cost":670,"Date":"1/9/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":473,"Cost":320,"Date":"2/5/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":900,"Cost":681,"Date":"2/16/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":544,"Cost":463,"Date":"2/16/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":164,"Date":"2/18/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":452,"Date":"2/22/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":222,"Cost":170,"Date":"2/25/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":602,"Cost":438,"Date":"3/8/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":191,"Cost":167,"Date":"4/2/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":935,"Cost":858,"Date":"4/3/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":385,"Cost":279,"Date":"4/9/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":857,"Cost":699,"Date":"4/10/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":549,"Cost":462,"Date":"4/19/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":892,"Cost":711,"Date":"5/17/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":190,"Cost":95,"Date":"5/22/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":495,"Cost":466,"Date":"6/20/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":716,"Cost":657,"Date":"7/1/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":625,"Cost":455,"Date":"7/4/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"7/8/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":572,"Cost":312,"Date":"7/9/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":40,"Cost":27,"Date":"7/14/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":777,"Date":"7/19/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":595,"Cost":563,"Date":"8/1/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":101,"Cost":68,"Date":"8/6/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":160,"Cost":99,"Date":"8/7/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":346,"Cost":176,"Date":"8/22/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":601,"Cost":469,"Date":"8/31/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":836,"Date":"9/1/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":161,"Cost":87,"Date":"9/1/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":464,"Cost":326,"Date":"9/17/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":391,"Cost":270,"Date":"9/29/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":824,"Cost":780,"Date":"11/7/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":422,"Cost":280,"Date":"11/26/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":145,"Cost":100,"Date":"11/27/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":270,"Cost":166,"Date":"12/5/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":938,"Cost":766,"Date":"12/26/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":909,"Cost":768,"Date":"12/31/2020"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":56,"Date":"1/20/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":482,"Cost":329,"Date":"2/2/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":137,"Cost":78,"Date":"2/8/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":521,"Cost":309,"Date":"2/27/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":254,"Cost":156,"Date":"3/1/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":406,"Cost":241,"Date":"3/1/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":440,"Cost":335,"Date":"3/19/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":95,"Cost":68,"Date":"3/28/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":493,"Date":"5/21/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":690,"Cost":473,"Date":"7/21/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":933,"Cost":617,"Date":"8/5/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":509,"Date":"8/12/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":219,"Cost":187,"Date":"8/21/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":813,"Cost":595,"Date":"8/23/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":356,"Cost":257,"Date":"9/3/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":54,"Cost":45,"Date":"9/5/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":907,"Cost":581,"Date":"10/6/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":446,"Cost":421,"Date":"10/19/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":493,"Date":"11/15/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":459,"Date":"12/8/2021"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":499,"Cost":425,"Date":"1/8/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":556,"Cost":486,"Date":"1/14/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":838,"Cost":680,"Date":"1/19/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":289,"Cost":172,"Date":"1/28/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":819,"Cost":410,"Date":"1/31/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":711,"Cost":625,"Date":"3/27/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":764,"Cost":627,"Date":"4/20/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":540,"Cost":470,"Date":"4/24/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":622,"Cost":379,"Date":"4/28/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":754,"Cost":401,"Date":"5/15/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":70,"Cost":57,"Date":"5/16/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":474,"Date":"5/18/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":452,"Cost":241,"Date":"6/2/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":707,"Cost":671,"Date":"6/3/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":444,"Cost":308,"Date":"6/5/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":856,"Cost":780,"Date":"6/7/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":761,"Cost":600,"Date":"6/14/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":806,"Date":"6/20/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":227,"Cost":149,"Date":"6/24/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":184,"Cost":156,"Date":"7/4/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":452,"Cost":348,"Date":"7/9/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":128,"Cost":88,"Date":"7/12/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":61,"Cost":44,"Date":"8/14/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":761,"Cost":499,"Date":"8/16/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":931,"Cost":528,"Date":"8/23/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":87,"Cost":51,"Date":"9/2/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":613,"Cost":437,"Date":"9/3/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":584,"Cost":352,"Date":"9/16/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":106,"Cost":92,"Date":"10/4/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":951,"Cost":610,"Date":"11/1/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":246,"Date":"11/2/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":387,"Cost":365,"Date":"12/17/2022"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":754,"Cost":614,"Date":"2/10/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":294,"Cost":270,"Date":"2/28/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":705,"Cost":593,"Date":"3/4/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":36,"Cost":20,"Date":"3/9/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":101,"Cost":81,"Date":"3/9/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":861,"Date":"3/11/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":81,"Date":"3/17/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":310,"Cost":193,"Date":"3/17/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":743,"Cost":695,"Date":"3/23/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":99,"Cost":84,"Date":"4/1/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":940,"Cost":730,"Date":"5/7/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":604,"Cost":383,"Date":"5/10/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":722,"Cost":442,"Date":"5/20/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":720,"Cost":360,"Date":"6/2/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":432,"Cost":245,"Date":"6/11/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":326,"Cost":192,"Date":"6/16/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":941,"Cost":878,"Date":"6/16/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":796,"Cost":669,"Date":"7/10/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":312,"Cost":190,"Date":"7/11/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":969,"Cost":832,"Date":"8/28/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":610,"Cost":388,"Date":"8/29/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":900,"Cost":637,"Date":"8/31/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":320,"Cost":190,"Date":"9/8/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":582,"Cost":301,"Date":"9/13/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":498,"Cost":385,"Date":"9/14/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":771,"Cost":576,"Date":"9/19/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":270,"Date":"9/25/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":791,"Cost":490,"Date":"10/4/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":146,"Date":"10/10/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":569,"Cost":405,"Date":"10/17/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":681,"Cost":616,"Date":"10/28/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":603,"Cost":433,"Date":"10/30/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":222,"Cost":163,"Date":"11/1/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":553,"Date":"11/15/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":17,"Cost":10,"Date":"11/25/2023"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":697,"Cost":366,"Date":"1/10/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":932,"Cost":547,"Date":"1/14/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":339,"Cost":251,"Date":"1/20/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":670,"Cost":536,"Date":"2/8/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":470,"Cost":394,"Date":"2/25/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":265,"Cost":220,"Date":"3/7/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":439,"Cost":352,"Date":"3/14/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":389,"Cost":218,"Date":"3/27/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":314,"Cost":280,"Date":"4/5/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":845,"Cost":425,"Date":"4/14/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":640,"Cost":592,"Date":"5/3/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":271,"Cost":154,"Date":"5/9/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":278,"Cost":197,"Date":"5/15/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":133,"Cost":89,"Date":"5/25/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":341,"Cost":283,"Date":"5/26/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":133,"Cost":126,"Date":"5/31/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":490,"Date":"7/27/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":235,"Cost":147,"Date":"9/17/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":286,"Cost":253,"Date":"10/6/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":381,"Cost":249,"Date":"10/8/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":41,"Date":"10/26/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":316,"Cost":182,"Date":"11/16/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":672,"Date":"11/18/2024"},{"Store":"Ruse Mall","Brand":"HM","Country":"Bulgaria","Sale":36,"Cost":19,"Date":"12/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":240,"Cost":135,"Date":"2/9/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":405,"Cost":215,"Date":"2/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":411,"Cost":232,"Date":"3/10/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":978,"Cost":497,"Date":"3/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":115,"Cost":78,"Date":"3/18/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":509,"Cost":417,"Date":"3/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":179,"Cost":113,"Date":"3/26/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":781,"Cost":428,"Date":"6/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":246,"Cost":223,"Date":"6/10/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":605,"Date":"6/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":438,"Date":"6/25/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":92,"Cost":70,"Date":"7/19/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":778,"Cost":484,"Date":"7/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":632,"Cost":446,"Date":"7/25/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":786,"Cost":516,"Date":"8/4/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":581,"Cost":436,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":516,"Cost":285,"Date":"9/4/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":272,"Date":"9/19/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":802,"Cost":751,"Date":"9/29/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":609,"Date":"10/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":844,"Cost":650,"Date":"10/15/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":248,"Date":"10/30/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":565,"Cost":492,"Date":"11/9/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":378,"Cost":199,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":200,"Cost":185,"Date":"11/30/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":772,"Cost":672,"Date":"12/8/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":492,"Cost":463,"Date":"12/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":541,"Cost":339,"Date":"1/15/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":652,"Cost":553,"Date":"1/24/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":623,"Date":"2/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":437,"Cost":357,"Date":"2/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":492,"Cost":339,"Date":"3/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":590,"Cost":445,"Date":"3/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":141,"Cost":77,"Date":"4/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":443,"Cost":317,"Date":"5/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":540,"Cost":502,"Date":"5/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":140,"Cost":77,"Date":"6/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":771,"Cost":407,"Date":"6/26/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":98,"Cost":66,"Date":"7/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":910,"Cost":503,"Date":"7/13/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":53,"Cost":33,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":276,"Cost":168,"Date":"8/26/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":180,"Cost":170,"Date":"9/2/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":914,"Cost":852,"Date":"9/29/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":528,"Cost":373,"Date":"10/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":244,"Date":"11/2/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":766,"Cost":437,"Date":"11/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":213,"Cost":137,"Date":"11/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":474,"Cost":290,"Date":"12/1/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":381,"Cost":294,"Date":"12/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":637,"Cost":465,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":230,"Cost":180,"Date":"12/18/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":62,"Cost":31,"Date":"12/20/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":900,"Cost":668,"Date":"12/20/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":851,"Date":"12/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":69,"Cost":37,"Date":"1/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":927,"Cost":549,"Date":"2/5/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":928,"Cost":586,"Date":"2/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":391,"Cost":299,"Date":"2/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":504,"Cost":457,"Date":"2/18/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":722,"Cost":369,"Date":"2/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":261,"Cost":136,"Date":"2/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":364,"Cost":267,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":156,"Date":"4/2/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":217,"Cost":138,"Date":"4/3/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":610,"Cost":316,"Date":"4/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":446,"Cost":380,"Date":"4/10/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":608,"Cost":353,"Date":"4/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":470,"Cost":295,"Date":"5/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":27,"Cost":13,"Date":"5/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":124,"Date":"6/20/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":24,"Cost":12,"Date":"7/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":678,"Cost":419,"Date":"7/4/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":679,"Cost":511,"Date":"7/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":959,"Cost":524,"Date":"7/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":308,"Cost":256,"Date":"7/14/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":670,"Cost":587,"Date":"7/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":387,"Cost":283,"Date":"8/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":451,"Cost":286,"Date":"8/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":727,"Cost":537,"Date":"8/7/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":713,"Cost":395,"Date":"8/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":769,"Cost":704,"Date":"8/31/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":126,"Cost":102,"Date":"9/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":697,"Cost":599,"Date":"9/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":397,"Cost":246,"Date":"9/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":478,"Date":"9/29/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":163,"Cost":107,"Date":"11/7/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":926,"Cost":525,"Date":"11/26/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":334,"Date":"11/27/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":519,"Cost":332,"Date":"12/5/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":706,"Cost":383,"Date":"12/26/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":976,"Cost":506,"Date":"12/31/2020"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":59,"Cost":49,"Date":"1/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":342,"Date":"2/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":396,"Date":"2/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":522,"Cost":358,"Date":"2/27/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":322,"Cost":216,"Date":"3/1/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":780,"Cost":494,"Date":"3/1/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":536,"Date":"3/19/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":858,"Cost":454,"Date":"3/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":255,"Cost":150,"Date":"5/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":551,"Cost":360,"Date":"7/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":568,"Cost":524,"Date":"8/5/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":294,"Date":"8/12/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":146,"Cost":130,"Date":"8/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":305,"Cost":263,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":667,"Cost":480,"Date":"9/3/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":842,"Cost":743,"Date":"9/5/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":81,"Cost":52,"Date":"10/6/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":710,"Cost":558,"Date":"10/19/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":432,"Cost":374,"Date":"11/15/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":59,"Cost":34,"Date":"12/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":236,"Date":"1/8/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":155,"Cost":121,"Date":"1/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":214,"Cost":143,"Date":"1/19/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":640,"Date":"1/28/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":185,"Cost":175,"Date":"1/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":199,"Date":"3/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":294,"Cost":161,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":187,"Cost":138,"Date":"4/24/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":38,"Cost":30,"Date":"4/28/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":49,"Cost":32,"Date":"5/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":254,"Cost":137,"Date":"5/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":895,"Cost":704,"Date":"5/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":385,"Cost":351,"Date":"6/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":549,"Cost":461,"Date":"6/3/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":751,"Cost":523,"Date":"6/5/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":248,"Cost":218,"Date":"6/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":510,"Cost":386,"Date":"6/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":880,"Cost":648,"Date":"6/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":730,"Cost":374,"Date":"6/24/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":375,"Cost":324,"Date":"7/4/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":417,"Date":"7/9/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":59,"Cost":51,"Date":"7/12/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":290,"Cost":230,"Date":"8/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":8,"Date":"8/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":735,"Cost":464,"Date":"8/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":348,"Cost":300,"Date":"9/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":362,"Cost":239,"Date":"9/3/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":766,"Cost":547,"Date":"9/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":723,"Cost":434,"Date":"10/4/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":88,"Cost":51,"Date":"11/1/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":520,"Cost":289,"Date":"11/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":523,"Cost":390,"Date":"12/17/2022"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":599,"Cost":316,"Date":"2/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":352,"Cost":203,"Date":"2/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":902,"Cost":843,"Date":"3/4/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":622,"Cost":343,"Date":"3/9/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":180,"Cost":168,"Date":"3/9/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":24,"Cost":15,"Date":"3/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":724,"Cost":507,"Date":"3/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":558,"Cost":458,"Date":"3/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":455,"Date":"3/23/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":558,"Cost":363,"Date":"4/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":719,"Date":"5/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":32,"Cost":30,"Date":"5/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":26,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":42,"Cost":35,"Date":"6/2/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":805,"Date":"6/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":78,"Cost":41,"Date":"6/16/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":863,"Cost":674,"Date":"6/16/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":532,"Date":"7/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":708,"Cost":360,"Date":"7/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":111,"Cost":65,"Date":"8/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":64,"Cost":41,"Date":"8/29/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":958,"Cost":810,"Date":"8/31/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":211,"Cost":120,"Date":"9/8/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":668,"Cost":385,"Date":"9/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":886,"Cost":773,"Date":"9/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":71,"Cost":39,"Date":"9/19/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":796,"Cost":542,"Date":"9/25/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":809,"Cost":541,"Date":"10/4/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":522,"Cost":332,"Date":"10/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":243,"Cost":202,"Date":"10/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":830,"Cost":758,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":980,"Cost":498,"Date":"10/30/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":355,"Date":"11/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":166,"Cost":139,"Date":"11/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":35,"Cost":31,"Date":"11/25/2023"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":372,"Cost":340,"Date":"1/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":471,"Cost":323,"Date":"1/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":574,"Cost":407,"Date":"1/20/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":511,"Cost":391,"Date":"2/8/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":29,"Date":"2/25/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":86,"Cost":72,"Date":"3/7/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":719,"Cost":565,"Date":"3/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":710,"Cost":651,"Date":"3/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":555,"Cost":403,"Date":"4/5/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":963,"Cost":675,"Date":"4/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":914,"Cost":514,"Date":"5/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":399,"Date":"5/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":945,"Cost":756,"Date":"5/15/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":853,"Cost":631,"Date":"5/25/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":489,"Cost":365,"Date":"5/26/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":292,"Cost":234,"Date":"5/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":999,"Cost":913,"Date":"7/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":746,"Cost":694,"Date":"9/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":722,"Cost":452,"Date":"10/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":664,"Cost":392,"Date":"10/8/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":502,"Cost":397,"Date":"10/26/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":594,"Cost":557,"Date":"11/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":412,"Cost":209,"Date":"11/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"HM","Country":"Bulgaria","Sale":355,"Cost":304,"Date":"12/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":601,"Cost":435,"Date":"2/9/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":201,"Cost":107,"Date":"2/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":781,"Cost":633,"Date":"3/10/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":252,"Cost":188,"Date":"3/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":328,"Date":"3/18/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":749,"Cost":554,"Date":"3/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":501,"Date":"3/26/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":326,"Cost":189,"Date":"6/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":286,"Cost":190,"Date":"6/10/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":471,"Date":"6/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":380,"Cost":215,"Date":"6/25/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":249,"Date":"7/19/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":609,"Cost":490,"Date":"7/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":574,"Cost":289,"Date":"7/25/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":981,"Cost":801,"Date":"8/4/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":639,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":26,"Cost":24,"Date":"9/4/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":54,"Cost":33,"Date":"9/19/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":572,"Cost":483,"Date":"9/29/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":112,"Cost":82,"Date":"10/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":333,"Cost":301,"Date":"10/15/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":128,"Cost":95,"Date":"10/30/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":96,"Cost":86,"Date":"11/9/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":274,"Cost":234,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":485,"Cost":458,"Date":"11/30/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":483,"Cost":402,"Date":"12/8/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":694,"Cost":523,"Date":"12/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":451,"Cost":341,"Date":"1/15/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":280,"Cost":246,"Date":"1/24/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":47,"Cost":24,"Date":"2/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":716,"Cost":505,"Date":"2/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":529,"Cost":436,"Date":"3/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":936,"Cost":559,"Date":"3/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":292,"Date":"4/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":381,"Cost":247,"Date":"5/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":810,"Cost":522,"Date":"5/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":455,"Cost":426,"Date":"6/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":549,"Cost":326,"Date":"6/26/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":305,"Cost":263,"Date":"7/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":218,"Date":"7/13/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":851,"Cost":439,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":234,"Cost":201,"Date":"8/26/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":566,"Cost":475,"Date":"9/2/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":556,"Cost":428,"Date":"9/29/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":914,"Cost":543,"Date":"10/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":202,"Date":"11/2/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":757,"Cost":635,"Date":"11/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":45,"Date":"11/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":331,"Cost":310,"Date":"12/1/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":976,"Cost":672,"Date":"12/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":882,"Cost":813,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":50,"Cost":38,"Date":"12/18/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":149,"Cost":127,"Date":"12/20/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":823,"Cost":518,"Date":"12/20/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":230,"Cost":184,"Date":"12/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":110,"Cost":91,"Date":"1/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":789,"Cost":526,"Date":"2/5/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":57,"Date":"2/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":361,"Cost":340,"Date":"2/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":205,"Date":"2/18/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":19,"Cost":12,"Date":"2/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":664,"Cost":442,"Date":"2/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":872,"Cost":704,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":364,"Cost":233,"Date":"4/2/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":594,"Cost":465,"Date":"4/3/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":265,"Cost":235,"Date":"4/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":365,"Cost":221,"Date":"4/10/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":42,"Cost":38,"Date":"4/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":508,"Cost":385,"Date":"5/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":603,"Cost":498,"Date":"5/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":360,"Date":"6/20/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":40,"Cost":32,"Date":"7/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":425,"Date":"7/4/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":128,"Cost":91,"Date":"7/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":719,"Cost":630,"Date":"7/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":859,"Cost":433,"Date":"7/14/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":258,"Date":"7/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":600,"Cost":564,"Date":"8/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":512,"Date":"8/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":45,"Date":"8/7/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":928,"Cost":796,"Date":"8/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":896,"Cost":637,"Date":"8/31/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":763,"Cost":603,"Date":"9/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":826,"Cost":595,"Date":"9/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":573,"Cost":502,"Date":"9/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":496,"Date":"9/29/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":604,"Cost":447,"Date":"11/7/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":14,"Date":"11/26/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":816,"Cost":764,"Date":"11/27/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":485,"Cost":244,"Date":"12/5/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":162,"Date":"12/26/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":880,"Cost":547,"Date":"12/31/2020"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":414,"Date":"1/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":85,"Cost":80,"Date":"2/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":691,"Cost":410,"Date":"2/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":438,"Cost":305,"Date":"2/27/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":529,"Cost":443,"Date":"3/1/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":166,"Cost":151,"Date":"3/1/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":88,"Cost":63,"Date":"3/19/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":665,"Cost":387,"Date":"3/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":916,"Cost":810,"Date":"5/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":142,"Date":"7/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":589,"Cost":419,"Date":"8/5/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":931,"Cost":528,"Date":"8/12/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":602,"Cost":427,"Date":"8/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":677,"Cost":557,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":481,"Cost":354,"Date":"9/3/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":728,"Cost":525,"Date":"9/5/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":791,"Cost":677,"Date":"10/6/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":188,"Cost":129,"Date":"10/19/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":228,"Cost":162,"Date":"11/15/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":43,"Date":"12/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":601,"Date":"1/8/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":741,"Cost":519,"Date":"1/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":291,"Date":"1/19/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":737,"Cost":545,"Date":"1/28/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":142,"Cost":130,"Date":"1/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":837,"Cost":450,"Date":"3/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":752,"Cost":700,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":225,"Cost":209,"Date":"4/24/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":65,"Date":"4/28/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":865,"Cost":582,"Date":"5/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":656,"Cost":387,"Date":"5/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":535,"Date":"5/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":27,"Cost":25,"Date":"6/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":469,"Cost":400,"Date":"6/3/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":300,"Cost":259,"Date":"6/5/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":459,"Cost":293,"Date":"6/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":90,"Date":"6/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":531,"Cost":462,"Date":"6/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":660,"Cost":463,"Date":"6/24/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":561,"Cost":445,"Date":"7/4/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":366,"Date":"7/9/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":328,"Cost":194,"Date":"7/12/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":10,"Cost":9,"Date":"8/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":356,"Cost":216,"Date":"8/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":860,"Cost":814,"Date":"8/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":277,"Cost":148,"Date":"9/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":478,"Cost":397,"Date":"9/3/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":536,"Date":"9/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":642,"Cost":378,"Date":"10/4/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":195,"Cost":177,"Date":"11/1/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":71,"Date":"11/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":268,"Cost":158,"Date":"12/17/2022"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":724,"Cost":459,"Date":"2/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":369,"Cost":272,"Date":"2/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":137,"Cost":127,"Date":"3/4/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":815,"Cost":683,"Date":"3/9/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":589,"Cost":395,"Date":"3/9/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":110,"Cost":99,"Date":"3/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":622,"Cost":564,"Date":"3/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":331,"Date":"3/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":742,"Cost":433,"Date":"3/23/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":540,"Cost":341,"Date":"4/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":362,"Date":"5/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":856,"Cost":684,"Date":"5/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":714,"Cost":661,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":168,"Cost":109,"Date":"6/2/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":641,"Date":"6/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":439,"Date":"6/16/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":71,"Cost":51,"Date":"6/16/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":688,"Cost":639,"Date":"7/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":688,"Cost":528,"Date":"7/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":949,"Cost":808,"Date":"8/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":98,"Cost":74,"Date":"8/29/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":145,"Cost":72,"Date":"8/31/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":636,"Cost":527,"Date":"9/8/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":142,"Date":"9/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":242,"Date":"9/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":583,"Cost":526,"Date":"9/19/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":117,"Cost":61,"Date":"9/25/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":717,"Cost":486,"Date":"10/4/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":148,"Cost":76,"Date":"10/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":435,"Cost":234,"Date":"10/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":222,"Cost":130,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":268,"Date":"10/30/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":376,"Date":"11/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":598,"Date":"11/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":787,"Cost":555,"Date":"11/25/2023"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":588,"Cost":311,"Date":"1/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":57,"Cost":52,"Date":"1/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":855,"Cost":543,"Date":"1/20/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":333,"Cost":250,"Date":"2/8/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":446,"Cost":271,"Date":"2/25/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":584,"Cost":438,"Date":"3/7/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":195,"Cost":118,"Date":"3/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":30,"Date":"3/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":308,"Cost":259,"Date":"4/5/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":198,"Date":"4/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":214,"Date":"5/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":135,"Date":"5/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":261,"Cost":134,"Date":"5/15/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":508,"Cost":394,"Date":"5/25/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":944,"Cost":886,"Date":"5/26/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":91,"Date":"5/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":402,"Cost":266,"Date":"7/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":591,"Cost":488,"Date":"9/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":902,"Cost":741,"Date":"10/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":205,"Cost":147,"Date":"10/8/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":181,"Cost":91,"Date":"10/26/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":452,"Cost":348,"Date":"11/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":524,"Cost":290,"Date":"11/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"ARKET","Country":"Bulgaria","Sale":341,"Cost":219,"Date":"12/1/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":886,"Cost":493,"Date":"2/9/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":264,"Date":"2/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":393,"Cost":323,"Date":"3/10/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":147,"Cost":128,"Date":"3/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":274,"Cost":208,"Date":"3/18/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":467,"Date":"3/20/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":333,"Cost":261,"Date":"3/26/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":52,"Cost":43,"Date":"6/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":87,"Cost":72,"Date":"6/10/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":851,"Cost":449,"Date":"6/16/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":53,"Date":"6/25/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":295,"Date":"7/19/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":425,"Cost":274,"Date":"7/21/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":221,"Date":"7/25/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":153,"Date":"8/4/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":626,"Date":"9/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":644,"Cost":380,"Date":"9/4/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":475,"Cost":277,"Date":"9/19/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":660,"Date":"9/29/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":947,"Cost":628,"Date":"10/2/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":664,"Date":"10/15/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":941,"Cost":525,"Date":"10/30/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":844,"Cost":544,"Date":"11/9/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":693,"Cost":379,"Date":"11/23/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":894,"Cost":766,"Date":"11/30/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":386,"Date":"12/8/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":68,"Date":"12/11/2018"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":106,"Date":"1/15/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":302,"Cost":249,"Date":"1/24/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":266,"Cost":234,"Date":"2/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":291,"Date":"2/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":630,"Date":"3/9/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":99,"Date":"3/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":955,"Cost":571,"Date":"4/19/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":267,"Date":"5/3/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":393,"Cost":279,"Date":"5/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":924,"Cost":557,"Date":"6/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":167,"Date":"6/26/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":438,"Cost":242,"Date":"7/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":384,"Cost":361,"Date":"7/13/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":333,"Date":"8/8/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":337,"Date":"8/26/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":259,"Cost":236,"Date":"9/2/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":194,"Date":"9/29/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":54,"Date":"10/12/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":581,"Cost":441,"Date":"11/2/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":396,"Cost":340,"Date":"11/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":266,"Date":"11/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":482,"Date":"12/1/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":435,"Cost":352,"Date":"12/4/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":902,"Cost":789,"Date":"12/7/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":804,"Cost":483,"Date":"12/18/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":652,"Cost":388,"Date":"12/20/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":669,"Date":"12/20/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":475,"Cost":334,"Date":"12/21/2019"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":977,"Cost":647,"Date":"1/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":246,"Cost":233,"Date":"2/5/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":115,"Cost":86,"Date":"2/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":439,"Date":"2/16/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":180,"Cost":95,"Date":"2/18/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":192,"Cost":176,"Date":"2/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":86,"Date":"2/25/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":828,"Cost":489,"Date":"3/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":730,"Cost":594,"Date":"4/2/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":111,"Cost":86,"Date":"4/3/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":700,"Cost":594,"Date":"4/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":779,"Cost":732,"Date":"4/10/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":188,"Cost":114,"Date":"4/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":662,"Cost":554,"Date":"5/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":494,"Cost":416,"Date":"5/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":243,"Date":"6/20/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":85,"Date":"7/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":366,"Date":"7/4/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":627,"Date":"7/8/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":509,"Date":"7/9/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":535,"Date":"7/14/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":614,"Cost":375,"Date":"7/19/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":70,"Cost":54,"Date":"8/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":603,"Cost":476,"Date":"8/6/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":164,"Cost":96,"Date":"8/7/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":494,"Date":"8/22/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":81,"Cost":49,"Date":"8/31/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":934,"Cost":801,"Date":"9/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":470,"Cost":327,"Date":"9/1/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":797,"Date":"9/17/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":525,"Date":"9/29/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":66,"Cost":33,"Date":"11/7/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":761,"Cost":474,"Date":"11/26/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":633,"Cost":532,"Date":"11/27/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":641,"Cost":592,"Date":"12/5/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":965,"Cost":899,"Date":"12/26/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":408,"Cost":288,"Date":"12/31/2020"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":762,"Cost":541,"Date":"1/20/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":134,"Cost":75,"Date":"2/2/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":309,"Cost":196,"Date":"2/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":225,"Cost":140,"Date":"2/27/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":285,"Cost":177,"Date":"3/1/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":789,"Cost":507,"Date":"3/1/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":398,"Cost":229,"Date":"3/19/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":913,"Cost":541,"Date":"3/28/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":54,"Cost":50,"Date":"5/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":595,"Cost":496,"Date":"7/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":643,"Cost":366,"Date":"8/5/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":145,"Cost":84,"Date":"8/12/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":108,"Date":"8/21/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":903,"Cost":725,"Date":"8/23/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":115,"Cost":101,"Date":"9/3/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":388,"Cost":337,"Date":"9/5/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":258,"Cost":176,"Date":"10/6/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":951,"Cost":525,"Date":"10/19/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":121,"Date":"11/15/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":72,"Cost":47,"Date":"12/8/2021"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":184,"Cost":131,"Date":"1/8/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"1/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":868,"Cost":470,"Date":"1/19/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":650,"Cost":546,"Date":"1/28/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":609,"Cost":347,"Date":"1/31/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":353,"Cost":321,"Date":"3/27/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":462,"Date":"4/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":36,"Cost":28,"Date":"4/24/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":705,"Cost":377,"Date":"4/28/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":298,"Cost":253,"Date":"5/15/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":158,"Date":"5/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":71,"Date":"5/18/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":197,"Cost":187,"Date":"6/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":314,"Cost":277,"Date":"6/3/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":144,"Date":"6/5/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":448,"Date":"6/7/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":88,"Cost":83,"Date":"6/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":165,"Cost":109,"Date":"6/20/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":267,"Date":"6/24/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":343,"Date":"7/4/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":448,"Cost":355,"Date":"7/9/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":466,"Cost":369,"Date":"7/12/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":938,"Cost":850,"Date":"8/14/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":176,"Cost":166,"Date":"8/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":407,"Date":"8/23/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":458,"Cost":386,"Date":"9/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":66,"Date":"9/3/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":394,"Cost":264,"Date":"9/16/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":454,"Date":"10/4/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":436,"Cost":364,"Date":"11/1/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":524,"Cost":308,"Date":"11/2/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":943,"Cost":591,"Date":"12/17/2022"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":98,"Date":"2/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":352,"Cost":300,"Date":"2/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":671,"Cost":350,"Date":"3/4/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":788,"Cost":469,"Date":"3/9/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":911,"Cost":802,"Date":"3/9/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":474,"Cost":445,"Date":"3/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":195,"Cost":181,"Date":"3/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":152,"Cost":85,"Date":"3/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":735,"Cost":452,"Date":"3/23/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":75,"Cost":38,"Date":"4/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":758,"Cost":506,"Date":"5/7/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":113,"Date":"5/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":928,"Cost":802,"Date":"5/20/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":555,"Cost":433,"Date":"6/2/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":276,"Cost":206,"Date":"6/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":248,"Cost":135,"Date":"6/16/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":966,"Cost":598,"Date":"6/16/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":751,"Date":"7/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":395,"Cost":259,"Date":"7/11/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":606,"Date":"8/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":158,"Cost":124,"Date":"8/29/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":30,"Cost":20,"Date":"8/31/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":152,"Date":"9/8/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":973,"Cost":681,"Date":"9/13/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":91,"Date":"9/14/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":569,"Cost":397,"Date":"9/19/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":315,"Cost":181,"Date":"9/25/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":26,"Date":"10/4/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":260,"Date":"10/10/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":344,"Date":"10/17/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":185,"Date":"10/28/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":422,"Date":"10/30/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":849,"Date":"11/1/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":516,"Cost":465,"Date":"11/15/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":923,"Cost":832,"Date":"11/25/2023"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":697,"Cost":518,"Date":"1/10/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":197,"Cost":178,"Date":"1/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":166,"Date":"1/20/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":81,"Cost":65,"Date":"2/8/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":586,"Cost":319,"Date":"2/25/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":767,"Date":"3/7/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":582,"Cost":361,"Date":"3/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":478,"Cost":395,"Date":"3/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":861,"Cost":499,"Date":"4/5/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":34,"Cost":28,"Date":"4/14/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":499,"Date":"5/3/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":425,"Cost":247,"Date":"5/9/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":407,"Date":"5/15/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":298,"Cost":275,"Date":"5/25/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":346,"Cost":209,"Date":"5/26/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":675,"Cost":405,"Date":"5/31/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":504,"Date":"7/27/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":170,"Date":"9/17/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":376,"Cost":259,"Date":"10/6/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":201,"Cost":129,"Date":"10/8/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":504,"Cost":468,"Date":"10/26/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":442,"Cost":372,"Date":"11/16/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":123,"Date":"11/18/2024"},{"Store":"Park Mall Stara Zagora","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":106,"Date":"12/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":604,"Date":"2/9/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":59,"Cost":36,"Date":"2/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":648,"Cost":343,"Date":"3/10/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":542,"Cost":271,"Date":"3/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":353,"Date":"3/18/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":619,"Cost":384,"Date":"3/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":896,"Cost":687,"Date":"3/26/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":339,"Cost":187,"Date":"6/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":248,"Date":"6/10/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":359,"Cost":333,"Date":"6/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":186,"Cost":163,"Date":"6/25/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":633,"Cost":485,"Date":"7/19/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":672,"Cost":533,"Date":"7/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":437,"Date":"7/25/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":448,"Cost":281,"Date":"8/4/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":714,"Cost":501,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":607,"Cost":469,"Date":"9/4/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":135,"Date":"9/19/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":412,"Cost":258,"Date":"9/29/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":479,"Date":"10/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":899,"Cost":516,"Date":"10/15/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":144,"Cost":129,"Date":"10/30/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":131,"Date":"11/9/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":295,"Cost":208,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":704,"Cost":544,"Date":"11/30/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":894,"Cost":574,"Date":"12/8/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":180,"Cost":100,"Date":"12/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":704,"Cost":359,"Date":"1/15/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":993,"Cost":771,"Date":"1/24/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":59,"Date":"2/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":995,"Cost":511,"Date":"2/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":192,"Date":"3/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":57,"Cost":49,"Date":"3/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":958,"Cost":850,"Date":"4/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":483,"Cost":251,"Date":"5/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":832,"Cost":482,"Date":"5/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":596,"Cost":379,"Date":"6/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":262,"Cost":220,"Date":"6/26/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":256,"Cost":182,"Date":"7/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":65,"Cost":50,"Date":"7/13/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":554,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":870,"Cost":578,"Date":"8/26/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":215,"Cost":134,"Date":"9/2/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":490,"Cost":384,"Date":"9/29/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":522,"Cost":378,"Date":"10/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":611,"Cost":505,"Date":"11/2/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":504,"Cost":262,"Date":"11/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":980,"Cost":721,"Date":"11/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":62,"Cost":49,"Date":"12/1/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":327,"Cost":286,"Date":"12/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":85,"Cost":75,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":171,"Cost":149,"Date":"12/18/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":99,"Cost":63,"Date":"12/20/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":462,"Date":"12/20/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":616,"Cost":506,"Date":"12/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":554,"Cost":394,"Date":"1/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":480,"Cost":375,"Date":"2/5/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":967,"Cost":561,"Date":"2/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":48,"Cost":31,"Date":"2/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":226,"Cost":136,"Date":"2/18/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":77,"Cost":66,"Date":"2/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":319,"Cost":230,"Date":"2/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":871,"Cost":761,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":714,"Cost":359,"Date":"4/2/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":789,"Cost":585,"Date":"4/3/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":487,"Cost":330,"Date":"4/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":165,"Cost":96,"Date":"4/10/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":758,"Cost":391,"Date":"4/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":214,"Cost":115,"Date":"5/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":699,"Cost":456,"Date":"5/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":15,"Cost":14,"Date":"6/20/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":735,"Cost":403,"Date":"7/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":150,"Cost":126,"Date":"7/4/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":490,"Cost":339,"Date":"7/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":187,"Cost":107,"Date":"7/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":776,"Cost":523,"Date":"7/14/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":335,"Date":"7/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":503,"Cost":382,"Date":"8/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":140,"Date":"8/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":353,"Cost":184,"Date":"8/7/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":582,"Date":"8/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":11,"Date":"8/31/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":462,"Cost":381,"Date":"9/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":767,"Cost":393,"Date":"9/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":395,"Cost":356,"Date":"9/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":742,"Cost":622,"Date":"9/29/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":277,"Cost":182,"Date":"11/7/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":187,"Cost":101,"Date":"11/26/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":757,"Cost":643,"Date":"11/27/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":243,"Date":"12/5/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":204,"Cost":145,"Date":"12/26/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":555,"Cost":371,"Date":"12/31/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":415,"Cost":368,"Date":"1/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":416,"Cost":208,"Date":"2/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":171,"Date":"2/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":313,"Cost":285,"Date":"2/27/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":614,"Cost":529,"Date":"3/1/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":308,"Cost":202,"Date":"3/1/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":727,"Cost":576,"Date":"3/19/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":891,"Cost":510,"Date":"3/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":904,"Cost":501,"Date":"5/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":618,"Date":"7/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":290,"Date":"8/5/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":716,"Cost":568,"Date":"8/12/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":486,"Date":"8/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":213,"Cost":114,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":11,"Cost":7,"Date":"9/3/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":682,"Cost":505,"Date":"9/5/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":962,"Cost":878,"Date":"10/6/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":30,"Cost":25,"Date":"10/19/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":649,"Cost":399,"Date":"11/15/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":148,"Cost":109,"Date":"12/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":606,"Date":"1/8/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":198,"Date":"1/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":256,"Cost":205,"Date":"1/19/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":672,"Cost":366,"Date":"1/28/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":657,"Cost":568,"Date":"1/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":930,"Cost":749,"Date":"3/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":250,"Cost":199,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":675,"Cost":430,"Date":"4/24/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":743,"Date":"4/28/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":519,"Date":"5/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":184,"Cost":167,"Date":"5/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":174,"Cost":96,"Date":"5/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":524,"Date":"6/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":319,"Cost":197,"Date":"6/3/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":141,"Cost":122,"Date":"6/5/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":881,"Cost":525,"Date":"6/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":295,"Cost":175,"Date":"6/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":254,"Cost":218,"Date":"6/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":817,"Cost":450,"Date":"6/24/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":752,"Cost":653,"Date":"7/4/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":860,"Cost":500,"Date":"7/9/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":202,"Cost":144,"Date":"7/12/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":87,"Cost":44,"Date":"8/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":272,"Cost":196,"Date":"8/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":744,"Cost":695,"Date":"8/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":689,"Date":"9/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":984,"Cost":599,"Date":"9/3/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":738,"Cost":490,"Date":"9/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":291,"Date":"10/4/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":197,"Cost":171,"Date":"11/1/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":486,"Cost":427,"Date":"11/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":310,"Cost":275,"Date":"12/17/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":108,"Cost":99,"Date":"2/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":445,"Cost":234,"Date":"2/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"3/4/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":790,"Cost":751,"Date":"3/9/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":771,"Cost":602,"Date":"3/9/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":489,"Cost":248,"Date":"3/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":598,"Cost":403,"Date":"3/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":112,"Cost":58,"Date":"3/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":189,"Date":"3/23/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":758,"Date":"4/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":964,"Cost":510,"Date":"5/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":543,"Cost":423,"Date":"5/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":470,"Cost":380,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":632,"Cost":414,"Date":"6/2/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":152,"Cost":104,"Date":"6/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":269,"Date":"6/16/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":867,"Cost":560,"Date":"6/16/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":695,"Cost":398,"Date":"7/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":102,"Cost":86,"Date":"7/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":625,"Cost":468,"Date":"8/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":167,"Date":"8/29/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":727,"Cost":664,"Date":"8/31/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":760,"Date":"9/8/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":701,"Cost":646,"Date":"9/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":758,"Cost":618,"Date":"9/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":92,"Cost":61,"Date":"9/19/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":470,"Date":"9/25/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":71,"Date":"10/4/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":233,"Cost":209,"Date":"10/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":654,"Cost":621,"Date":"10/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":96,"Cost":86,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":812,"Cost":494,"Date":"10/30/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":792,"Cost":505,"Date":"11/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":369,"Cost":268,"Date":"11/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":923,"Cost":871,"Date":"11/25/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":348,"Cost":176,"Date":"1/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":284,"Cost":221,"Date":"1/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":379,"Date":"1/20/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":199,"Date":"2/8/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":709,"Cost":386,"Date":"2/25/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":271,"Cost":216,"Date":"3/7/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":894,"Cost":565,"Date":"3/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":504,"Cost":455,"Date":"3/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":117,"Cost":100,"Date":"4/5/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":293,"Cost":211,"Date":"4/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":592,"Cost":442,"Date":"5/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":426,"Date":"5/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":384,"Cost":218,"Date":"5/15/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":315,"Cost":253,"Date":"5/25/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":382,"Cost":357,"Date":"5/26/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":991,"Cost":744,"Date":"5/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":644,"Cost":559,"Date":"7/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":94,"Date":"9/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":256,"Cost":207,"Date":"10/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":68,"Cost":48,"Date":"10/8/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":830,"Cost":776,"Date":"10/26/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":720,"Cost":416,"Date":"11/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":349,"Cost":188,"Date":"11/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":865,"Cost":474,"Date":"12/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":947,"Cost":494,"Date":"2/9/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":661,"Cost":556,"Date":"2/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":179,"Cost":143,"Date":"3/10/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":673,"Cost":541,"Date":"3/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":548,"Cost":417,"Date":"3/18/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":569,"Cost":401,"Date":"3/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":742,"Cost":394,"Date":"3/26/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":43,"Cost":28,"Date":"6/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":413,"Cost":380,"Date":"6/10/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":437,"Cost":262,"Date":"6/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":89,"Cost":81,"Date":"6/25/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":429,"Cost":321,"Date":"7/19/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":397,"Cost":260,"Date":"7/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":733,"Cost":565,"Date":"7/25/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":935,"Cost":757,"Date":"8/4/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":423,"Cost":229,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":586,"Cost":469,"Date":"9/4/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":851,"Cost":661,"Date":"9/19/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":823,"Cost":452,"Date":"9/29/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":929,"Cost":617,"Date":"10/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":686,"Cost":370,"Date":"10/15/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":422,"Cost":347,"Date":"10/30/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":162,"Date":"11/9/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":795,"Cost":652,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":388,"Cost":214,"Date":"11/30/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":343,"Date":"12/8/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":993,"Cost":775,"Date":"12/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":418,"Cost":329,"Date":"1/15/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":677,"Cost":554,"Date":"1/24/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":973,"Cost":680,"Date":"2/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":367,"Cost":260,"Date":"2/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":901,"Cost":473,"Date":"3/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":141,"Cost":76,"Date":"3/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":877,"Cost":699,"Date":"4/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":695,"Date":"5/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":836,"Cost":636,"Date":"5/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":16,"Cost":8,"Date":"6/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":378,"Cost":210,"Date":"6/26/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":612,"Cost":480,"Date":"7/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":340,"Cost":323,"Date":"7/13/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":276,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":740,"Cost":662,"Date":"8/26/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":902,"Cost":793,"Date":"9/2/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":475,"Cost":442,"Date":"9/29/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":54,"Cost":31,"Date":"10/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":511,"Cost":285,"Date":"11/2/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":68,"Cost":62,"Date":"11/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":498,"Cost":321,"Date":"11/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":394,"Cost":233,"Date":"12/1/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":826,"Cost":517,"Date":"12/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":403,"Cost":327,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":930,"Cost":881,"Date":"12/18/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":476,"Date":"12/20/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":484,"Date":"12/20/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":568,"Date":"12/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":342,"Cost":311,"Date":"1/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":316,"Date":"2/5/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":162,"Cost":88,"Date":"2/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":581,"Cost":360,"Date":"2/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":67,"Cost":48,"Date":"2/18/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":256,"Cost":185,"Date":"2/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":821,"Cost":592,"Date":"2/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":655,"Cost":399,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":19,"Date":"4/2/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":502,"Date":"4/3/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":439,"Cost":251,"Date":"4/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":377,"Cost":314,"Date":"4/10/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":756,"Cost":491,"Date":"4/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":660,"Cost":510,"Date":"5/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":985,"Cost":536,"Date":"5/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":113,"Cost":69,"Date":"6/20/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":207,"Cost":185,"Date":"7/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":387,"Cost":327,"Date":"7/4/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":582,"Date":"7/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":161,"Cost":110,"Date":"7/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":251,"Cost":228,"Date":"7/14/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":741,"Cost":448,"Date":"7/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":270,"Cost":174,"Date":"8/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":276,"Cost":230,"Date":"8/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":190,"Cost":164,"Date":"8/7/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":772,"Cost":399,"Date":"8/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":35,"Cost":31,"Date":"8/31/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":31,"Cost":22,"Date":"9/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":222,"Date":"9/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":953,"Cost":492,"Date":"9/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":80,"Cost":55,"Date":"9/29/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":474,"Cost":341,"Date":"11/7/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":15,"Cost":14,"Date":"11/26/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":439,"Cost":223,"Date":"11/27/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":731,"Cost":554,"Date":"12/5/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":759,"Cost":638,"Date":"12/26/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":931,"Cost":828,"Date":"12/31/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":563,"Cost":526,"Date":"1/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":391,"Cost":282,"Date":"2/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":917,"Cost":660,"Date":"2/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":887,"Cost":744,"Date":"2/27/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":322,"Cost":255,"Date":"3/1/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":564,"Cost":451,"Date":"3/1/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":452,"Date":"3/19/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":254,"Cost":226,"Date":"3/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":452,"Cost":349,"Date":"5/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":21,"Cost":17,"Date":"7/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":36,"Cost":33,"Date":"8/5/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":623,"Cost":452,"Date":"8/12/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":558,"Cost":529,"Date":"8/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":12,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":12,"Cost":9,"Date":"9/3/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":809,"Cost":487,"Date":"9/5/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":994,"Cost":798,"Date":"10/6/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":678,"Cost":410,"Date":"10/19/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":89,"Cost":61,"Date":"11/15/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":155,"Cost":121,"Date":"12/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":511,"Date":"1/8/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":821,"Cost":439,"Date":"1/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":887,"Cost":722,"Date":"1/19/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":92,"Cost":46,"Date":"1/28/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":448,"Cost":385,"Date":"1/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":959,"Cost":506,"Date":"3/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":44,"Cost":29,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":40,"Cost":30,"Date":"4/24/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":879,"Cost":648,"Date":"4/28/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":861,"Cost":705,"Date":"5/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":647,"Cost":497,"Date":"5/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":492,"Cost":360,"Date":"5/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":960,"Cost":911,"Date":"6/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":292,"Cost":275,"Date":"6/3/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":155,"Cost":133,"Date":"6/5/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":240,"Cost":170,"Date":"6/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":113,"Cost":92,"Date":"6/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":617,"Date":"6/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":474,"Cost":394,"Date":"6/24/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":633,"Cost":525,"Date":"7/4/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":521,"Cost":487,"Date":"7/9/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":404,"Cost":281,"Date":"7/12/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":917,"Cost":774,"Date":"8/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":260,"Cost":169,"Date":"8/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":728,"Cost":433,"Date":"8/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":936,"Cost":655,"Date":"9/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":545,"Cost":398,"Date":"9/3/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":705,"Cost":649,"Date":"9/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":252,"Date":"10/4/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":727,"Cost":434,"Date":"11/1/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":844,"Cost":531,"Date":"11/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":641,"Cost":580,"Date":"12/17/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":867,"Cost":506,"Date":"2/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":921,"Cost":582,"Date":"2/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":331,"Cost":176,"Date":"3/4/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":944,"Cost":691,"Date":"3/9/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":383,"Cost":362,"Date":"3/9/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":581,"Cost":408,"Date":"3/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":755,"Cost":569,"Date":"3/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":286,"Cost":185,"Date":"3/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":486,"Cost":278,"Date":"3/23/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":867,"Cost":533,"Date":"4/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":851,"Cost":643,"Date":"5/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":523,"Cost":357,"Date":"5/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":145,"Cost":93,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":77,"Date":"6/2/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":954,"Cost":841,"Date":"6/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":215,"Date":"6/16/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":714,"Date":"6/16/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":408,"Date":"7/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":46,"Cost":34,"Date":"7/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":144,"Cost":84,"Date":"8/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":857,"Cost":653,"Date":"8/29/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":51,"Cost":32,"Date":"8/31/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":112,"Cost":56,"Date":"9/8/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":862,"Cost":506,"Date":"9/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":172,"Cost":96,"Date":"9/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":481,"Cost":388,"Date":"9/19/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":291,"Cost":276,"Date":"9/25/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":694,"Cost":379,"Date":"10/4/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":210,"Cost":199,"Date":"10/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":286,"Cost":205,"Date":"10/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":203,"Cost":155,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":342,"Cost":269,"Date":"10/30/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":419,"Cost":366,"Date":"11/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":172,"Date":"11/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":995,"Cost":590,"Date":"11/25/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":967,"Cost":586,"Date":"1/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":521,"Cost":276,"Date":"1/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":197,"Cost":151,"Date":"1/20/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":790,"Cost":641,"Date":"2/8/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":982,"Cost":816,"Date":"2/25/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":425,"Cost":398,"Date":"3/7/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":322,"Date":"3/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":101,"Cost":96,"Date":"3/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":418,"Cost":338,"Date":"4/5/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":513,"Cost":466,"Date":"4/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":271,"Cost":214,"Date":"5/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":147,"Cost":74,"Date":"5/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":789,"Cost":618,"Date":"5/15/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":791,"Cost":648,"Date":"5/25/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":695,"Cost":577,"Date":"5/26/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":379,"Cost":190,"Date":"5/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":729,"Cost":481,"Date":"7/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":79,"Cost":54,"Date":"9/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":4,"Cost":4,"Date":"10/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":378,"Date":"10/8/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":327,"Date":"10/26/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":939,"Cost":847,"Date":"11/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":600,"Cost":348,"Date":"11/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":995,"Cost":844,"Date":"12/1/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":383,"Cost":232,"Date":"2/9/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":286,"Date":"2/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":358,"Cost":340,"Date":"3/10/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":981,"Cost":630,"Date":"3/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":228,"Date":"3/18/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":233,"Cost":201,"Date":"3/20/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":957,"Cost":661,"Date":"3/26/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":518,"Cost":463,"Date":"6/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":648,"Date":"6/10/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":141,"Cost":129,"Date":"6/16/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":996,"Cost":521,"Date":"6/25/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":50,"Date":"7/19/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":121,"Cost":92,"Date":"7/21/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":701,"Cost":454,"Date":"7/25/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":889,"Cost":833,"Date":"8/4/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":558,"Cost":348,"Date":"9/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":76,"Cost":45,"Date":"9/4/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":396,"Cost":246,"Date":"9/19/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":173,"Cost":154,"Date":"9/29/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":702,"Cost":544,"Date":"10/2/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":878,"Cost":789,"Date":"10/15/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":453,"Cost":258,"Date":"10/30/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":813,"Cost":621,"Date":"11/9/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":859,"Cost":772,"Date":"11/23/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":484,"Date":"11/30/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":905,"Cost":788,"Date":"12/8/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":690,"Cost":607,"Date":"12/11/2018"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":456,"Date":"1/15/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":159,"Cost":120,"Date":"1/24/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"2/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":961,"Cost":493,"Date":"2/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":162,"Cost":139,"Date":"3/9/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":988,"Cost":857,"Date":"3/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":599,"Cost":305,"Date":"4/19/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":257,"Cost":146,"Date":"5/3/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":431,"Cost":322,"Date":"5/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":244,"Date":"6/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":319,"Date":"6/26/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":779,"Date":"7/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":301,"Cost":242,"Date":"7/13/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":434,"Date":"8/8/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":436,"Date":"8/26/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":945,"Cost":512,"Date":"9/2/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":268,"Date":"9/29/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":794,"Cost":638,"Date":"10/12/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":525,"Date":"11/2/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":743,"Cost":585,"Date":"11/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":803,"Date":"11/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":774,"Cost":593,"Date":"12/1/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":558,"Cost":428,"Date":"12/4/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":537,"Cost":365,"Date":"12/7/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":820,"Cost":534,"Date":"12/18/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":406,"Cost":259,"Date":"12/20/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":141,"Cost":132,"Date":"12/20/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":852,"Cost":631,"Date":"12/21/2019"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":106,"Date":"1/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":684,"Cost":483,"Date":"2/5/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":539,"Cost":494,"Date":"2/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":35,"Cost":21,"Date":"2/16/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":217,"Cost":111,"Date":"2/18/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":675,"Cost":488,"Date":"2/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":748,"Cost":509,"Date":"2/25/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":17,"Cost":8,"Date":"3/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":251,"Cost":132,"Date":"4/2/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":81,"Cost":48,"Date":"4/3/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":821,"Cost":442,"Date":"4/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":15,"Cost":11,"Date":"4/10/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":271,"Cost":184,"Date":"4/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":398,"Date":"5/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":557,"Cost":452,"Date":"5/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":323,"Date":"6/20/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":686,"Cost":604,"Date":"7/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":255,"Cost":165,"Date":"7/4/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":801,"Cost":741,"Date":"7/8/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":574,"Cost":399,"Date":"7/9/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":77,"Cost":43,"Date":"7/14/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":488,"Cost":336,"Date":"7/19/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":177,"Cost":165,"Date":"8/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":232,"Cost":131,"Date":"8/6/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":876,"Cost":598,"Date":"8/7/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":179,"Date":"8/22/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":129,"Cost":123,"Date":"8/31/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":910,"Cost":464,"Date":"9/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":88,"Cost":67,"Date":"9/1/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":59,"Cost":36,"Date":"9/17/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":239,"Cost":140,"Date":"9/29/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":291,"Date":"11/7/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":258,"Cost":137,"Date":"11/26/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":738,"Cost":661,"Date":"11/27/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":210,"Cost":173,"Date":"12/5/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":237,"Cost":184,"Date":"12/26/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":731,"Date":"12/31/2020"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":418,"Cost":381,"Date":"1/20/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":651,"Cost":372,"Date":"2/2/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":935,"Cost":662,"Date":"2/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":718,"Cost":546,"Date":"2/27/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":395,"Cost":356,"Date":"3/1/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":203,"Date":"3/1/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":557,"Cost":466,"Date":"3/19/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":386,"Cost":294,"Date":"3/28/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":598,"Cost":527,"Date":"5/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":862,"Cost":716,"Date":"7/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":408,"Date":"8/5/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":428,"Date":"8/12/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":248,"Cost":219,"Date":"8/21/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":398,"Date":"8/23/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":787,"Cost":659,"Date":"9/3/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":698,"Cost":609,"Date":"9/5/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":678,"Cost":344,"Date":"10/6/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":460,"Cost":369,"Date":"10/19/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":500,"Date":"11/15/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":632,"Cost":511,"Date":"12/8/2021"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":437,"Cost":324,"Date":"1/8/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":266,"Date":"1/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":582,"Cost":358,"Date":"1/19/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":435,"Cost":395,"Date":"1/28/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":573,"Cost":474,"Date":"1/31/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":909,"Cost":656,"Date":"3/27/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":36,"Cost":32,"Date":"4/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":176,"Date":"4/24/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":106,"Cost":57,"Date":"4/28/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":43,"Cost":34,"Date":"5/15/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":790,"Cost":693,"Date":"5/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":314,"Cost":290,"Date":"5/18/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":878,"Cost":673,"Date":"6/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":829,"Cost":719,"Date":"6/3/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":352,"Cost":322,"Date":"6/5/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":88,"Cost":49,"Date":"6/7/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":528,"Cost":393,"Date":"6/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":20,"Cost":19,"Date":"6/20/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":191,"Date":"6/24/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":851,"Cost":641,"Date":"7/4/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":500,"Cost":452,"Date":"7/9/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":662,"Date":"7/12/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":349,"Date":"8/14/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":401,"Cost":359,"Date":"8/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":900,"Cost":687,"Date":"8/23/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":370,"Date":"9/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":377,"Cost":280,"Date":"9/3/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":362,"Cost":329,"Date":"9/16/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":882,"Cost":671,"Date":"10/4/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":826,"Cost":487,"Date":"11/1/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":197,"Cost":143,"Date":"11/2/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":79,"Cost":54,"Date":"12/17/2022"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":437,"Cost":307,"Date":"2/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":522,"Cost":394,"Date":"2/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":188,"Cost":155,"Date":"3/4/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":661,"Cost":591,"Date":"3/9/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":285,"Cost":244,"Date":"3/9/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":127,"Date":"3/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":589,"Date":"3/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":225,"Date":"3/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":999,"Cost":937,"Date":"3/23/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":929,"Cost":510,"Date":"4/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":292,"Cost":186,"Date":"5/7/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":720,"Cost":618,"Date":"5/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":500,"Date":"5/20/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":580,"Cost":521,"Date":"6/2/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":479,"Date":"6/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":890,"Cost":607,"Date":"6/16/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":184,"Cost":130,"Date":"6/16/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":32,"Date":"7/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":991,"Cost":789,"Date":"7/11/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":904,"Cost":590,"Date":"8/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":249,"Cost":134,"Date":"8/29/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"8/31/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":563,"Date":"9/8/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":601,"Cost":559,"Date":"9/13/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":815,"Cost":600,"Date":"9/14/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":968,"Cost":499,"Date":"9/19/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":555,"Cost":396,"Date":"9/25/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":193,"Date":"10/4/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":460,"Date":"10/10/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":407,"Cost":339,"Date":"10/17/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":184,"Date":"10/28/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":121,"Cost":90,"Date":"10/30/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":287,"Cost":165,"Date":"11/1/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":380,"Date":"11/15/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":109,"Cost":73,"Date":"11/25/2023"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":22,"Cost":14,"Date":"1/10/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":898,"Cost":655,"Date":"1/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":483,"Cost":340,"Date":"1/20/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":510,"Cost":275,"Date":"2/8/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":937,"Cost":564,"Date":"2/25/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":388,"Cost":229,"Date":"3/7/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":774,"Cost":422,"Date":"3/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":819,"Cost":595,"Date":"3/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":131,"Cost":81,"Date":"4/5/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":283,"Cost":151,"Date":"4/14/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":425,"Date":"5/3/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":229,"Cost":139,"Date":"5/9/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":240,"Cost":137,"Date":"5/15/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":486,"Cost":447,"Date":"5/25/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":15,"Cost":9,"Date":"5/26/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":388,"Cost":196,"Date":"5/31/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":545,"Cost":300,"Date":"7/27/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":797,"Cost":587,"Date":"9/17/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":173,"Date":"10/6/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":529,"Cost":320,"Date":"10/8/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":426,"Cost":285,"Date":"10/26/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":252,"Cost":135,"Date":"11/16/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":910,"Cost":625,"Date":"11/18/2024"},{"Store":"Mall Veliko Tarnovo","Brand":"ARKET","Country":"Bulgaria","Sale":567,"Cost":315,"Date":"12/1/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":625,"Cost":319,"Date":"2/9/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":948,"Cost":598,"Date":"2/11/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":178,"Cost":142,"Date":"3/10/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":500,"Cost":396,"Date":"3/16/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":421,"Cost":231,"Date":"3/18/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":301,"Cost":183,"Date":"3/20/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":436,"Cost":276,"Date":"3/26/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":129,"Cost":98,"Date":"6/2/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":452,"Cost":280,"Date":"6/10/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":1000,"Cost":669,"Date":"6/16/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":921,"Cost":576,"Date":"6/25/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":903,"Cost":771,"Date":"7/19/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":922,"Cost":788,"Date":"7/21/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":310,"Date":"7/25/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":111,"Cost":75,"Date":"8/4/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":204,"Cost":173,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":270,"Cost":175,"Date":"9/4/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":162,"Cost":90,"Date":"9/19/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":614,"Cost":582,"Date":"9/29/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":934,"Cost":805,"Date":"10/2/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":469,"Date":"10/15/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":719,"Cost":495,"Date":"10/30/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":112,"Cost":81,"Date":"11/9/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":496,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":541,"Cost":403,"Date":"11/30/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":80,"Cost":68,"Date":"12/8/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":647,"Cost":487,"Date":"12/11/2018"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":708,"Cost":673,"Date":"1/15/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":927,"Cost":592,"Date":"1/24/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":260,"Cost":234,"Date":"2/3/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":786,"Cost":729,"Date":"2/4/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":941,"Cost":481,"Date":"3/9/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":915,"Cost":459,"Date":"3/12/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":173,"Cost":151,"Date":"4/19/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":19,"Cost":15,"Date":"5/3/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":554,"Cost":328,"Date":"5/4/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":776,"Cost":713,"Date":"6/8/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":15,"Date":"6/26/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":264,"Cost":213,"Date":"7/4/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":375,"Cost":240,"Date":"7/13/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":847,"Cost":558,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":88,"Cost":56,"Date":"8/26/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":771,"Date":"9/2/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":373,"Cost":192,"Date":"9/29/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":431,"Date":"10/12/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":578,"Cost":381,"Date":"11/2/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":366,"Date":"11/4/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":950,"Cost":586,"Date":"11/7/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":764,"Cost":569,"Date":"12/1/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":240,"Cost":178,"Date":"12/4/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":293,"Cost":203,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":810,"Cost":603,"Date":"12/18/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":435,"Cost":401,"Date":"12/20/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":140,"Cost":105,"Date":"12/20/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":590,"Cost":529,"Date":"12/21/2019"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":203,"Date":"1/9/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":828,"Cost":612,"Date":"2/5/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":857,"Cost":431,"Date":"2/16/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":230,"Cost":121,"Date":"2/16/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":236,"Cost":144,"Date":"2/18/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":64,"Cost":35,"Date":"2/22/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":327,"Cost":286,"Date":"2/25/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":397,"Cost":364,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":599,"Cost":404,"Date":"4/2/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":388,"Cost":276,"Date":"4/3/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":87,"Cost":81,"Date":"4/9/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":602,"Cost":424,"Date":"4/10/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":448,"Cost":373,"Date":"4/19/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":748,"Cost":377,"Date":"5/17/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":558,"Cost":418,"Date":"5/22/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":458,"Cost":324,"Date":"6/20/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":476,"Date":"7/1/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":848,"Cost":564,"Date":"7/4/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":934,"Cost":472,"Date":"7/8/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":266,"Cost":135,"Date":"7/9/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":360,"Cost":271,"Date":"7/14/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":699,"Cost":508,"Date":"7/19/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":290,"Date":"8/1/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":366,"Cost":337,"Date":"8/6/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":337,"Date":"8/7/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":632,"Cost":399,"Date":"8/22/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":675,"Cost":571,"Date":"8/31/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":184,"Cost":161,"Date":"9/1/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":451,"Cost":409,"Date":"9/1/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":791,"Cost":616,"Date":"9/17/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":285,"Cost":190,"Date":"9/29/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":760,"Cost":409,"Date":"11/7/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":225,"Cost":130,"Date":"11/26/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":762,"Cost":712,"Date":"11/27/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":81,"Date":"12/5/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":424,"Cost":396,"Date":"12/26/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":552,"Cost":485,"Date":"12/31/2020"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":66,"Cost":53,"Date":"1/20/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":431,"Cost":285,"Date":"2/2/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":17,"Cost":14,"Date":"2/8/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":280,"Date":"2/27/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":68,"Cost":60,"Date":"3/1/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":654,"Cost":482,"Date":"3/1/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":944,"Cost":846,"Date":"3/19/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":336,"Cost":302,"Date":"3/28/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":976,"Cost":528,"Date":"5/21/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":900,"Cost":689,"Date":"7/21/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":335,"Cost":243,"Date":"8/5/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":477,"Cost":431,"Date":"8/12/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":654,"Cost":371,"Date":"8/21/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":455,"Cost":294,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":904,"Cost":709,"Date":"9/3/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":922,"Cost":544,"Date":"9/5/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":773,"Cost":720,"Date":"10/6/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":307,"Cost":182,"Date":"10/19/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":120,"Cost":78,"Date":"11/15/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":961,"Cost":607,"Date":"12/8/2021"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":443,"Cost":328,"Date":"1/8/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":550,"Cost":293,"Date":"1/14/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":399,"Cost":267,"Date":"1/19/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":174,"Cost":124,"Date":"1/28/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":323,"Cost":264,"Date":"1/31/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":476,"Cost":438,"Date":"3/27/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":809,"Cost":700,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":996,"Cost":937,"Date":"4/24/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":310,"Cost":293,"Date":"4/28/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":148,"Cost":127,"Date":"5/15/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":806,"Cost":530,"Date":"5/16/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":383,"Cost":359,"Date":"5/18/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":97,"Cost":88,"Date":"6/2/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":542,"Date":"6/3/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":903,"Cost":675,"Date":"6/5/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":511,"Cost":379,"Date":"6/7/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":214,"Cost":131,"Date":"6/14/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":656,"Cost":539,"Date":"6/20/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":371,"Date":"6/24/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":310,"Cost":177,"Date":"7/4/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":343,"Cost":181,"Date":"7/9/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":561,"Cost":346,"Date":"7/12/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":146,"Cost":87,"Date":"8/14/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":563,"Cost":338,"Date":"8/16/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":442,"Cost":389,"Date":"8/23/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":587,"Cost":365,"Date":"9/2/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":417,"Cost":228,"Date":"9/3/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":699,"Cost":480,"Date":"9/16/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":544,"Cost":381,"Date":"10/4/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":714,"Cost":581,"Date":"11/1/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":504,"Date":"11/2/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":142,"Cost":107,"Date":"12/17/2022"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":435,"Date":"2/10/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":290,"Cost":232,"Date":"2/28/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"3/4/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":978,"Cost":515,"Date":"3/9/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":308,"Cost":224,"Date":"3/9/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":702,"Date":"3/11/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":440,"Cost":296,"Date":"3/17/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":209,"Date":"3/17/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":723,"Cost":608,"Date":"3/23/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":194,"Cost":133,"Date":"4/1/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":623,"Date":"5/7/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":463,"Cost":282,"Date":"5/10/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":517,"Cost":407,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":392,"Date":"6/2/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":813,"Cost":616,"Date":"6/11/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":813,"Cost":651,"Date":"6/16/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":993,"Cost":926,"Date":"6/16/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":464,"Cost":342,"Date":"7/10/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":573,"Cost":328,"Date":"7/11/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":594,"Cost":522,"Date":"8/28/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":50,"Cost":27,"Date":"8/29/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":47,"Date":"8/31/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":489,"Cost":353,"Date":"9/8/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":598,"Cost":446,"Date":"9/13/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":616,"Date":"9/14/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":433,"Cost":399,"Date":"9/19/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":401,"Cost":273,"Date":"9/25/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":926,"Cost":698,"Date":"10/4/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":957,"Cost":763,"Date":"10/10/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":921,"Cost":547,"Date":"10/17/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":980,"Cost":683,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":909,"Cost":630,"Date":"10/30/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":306,"Date":"11/1/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":104,"Cost":67,"Date":"11/15/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":337,"Cost":211,"Date":"11/25/2023"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":123,"Cost":66,"Date":"1/10/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":823,"Cost":537,"Date":"1/14/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":633,"Date":"1/20/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":854,"Cost":623,"Date":"2/8/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":311,"Cost":158,"Date":"2/25/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":634,"Cost":487,"Date":"3/7/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":462,"Cost":427,"Date":"3/14/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":639,"Cost":420,"Date":"3/27/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":452,"Cost":233,"Date":"4/5/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":267,"Date":"4/14/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":205,"Cost":132,"Date":"5/3/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":78,"Cost":55,"Date":"5/9/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":459,"Cost":286,"Date":"5/15/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":381,"Date":"5/25/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":908,"Cost":628,"Date":"5/26/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":1000,"Cost":800,"Date":"5/31/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":557,"Cost":318,"Date":"7/27/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":459,"Date":"9/17/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":435,"Cost":260,"Date":"10/6/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":94,"Cost":47,"Date":"10/8/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":734,"Cost":505,"Date":"10/26/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":487,"Date":"11/16/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":682,"Cost":474,"Date":"11/18/2024"},{"Store":"Shumen Mall","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":125,"Date":"12/1/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":723,"Cost":600,"Date":"2/9/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":810,"Date":"2/11/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":159,"Cost":146,"Date":"3/10/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":347,"Cost":293,"Date":"3/16/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":610,"Cost":359,"Date":"3/18/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":935,"Cost":674,"Date":"3/20/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":892,"Cost":539,"Date":"3/26/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":361,"Cost":222,"Date":"6/2/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":701,"Cost":664,"Date":"6/10/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":514,"Cost":313,"Date":"6/16/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":948,"Cost":768,"Date":"6/25/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":846,"Cost":713,"Date":"7/19/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":316,"Cost":208,"Date":"7/21/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":230,"Cost":128,"Date":"7/25/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":789,"Cost":663,"Date":"8/4/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":292,"Cost":238,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":274,"Cost":257,"Date":"9/4/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":833,"Cost":526,"Date":"9/19/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":959,"Cost":896,"Date":"9/29/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":863,"Cost":664,"Date":"10/2/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":827,"Cost":770,"Date":"10/15/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":518,"Cost":384,"Date":"10/30/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":922,"Cost":707,"Date":"11/9/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":998,"Cost":585,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":348,"Cost":253,"Date":"11/30/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":266,"Cost":242,"Date":"12/8/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":134,"Cost":113,"Date":"12/11/2018"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":550,"Cost":303,"Date":"1/15/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":695,"Cost":494,"Date":"1/24/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":538,"Cost":380,"Date":"2/3/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":487,"Date":"2/4/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":715,"Cost":649,"Date":"3/9/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":455,"Cost":264,"Date":"3/12/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":11,"Cost":9,"Date":"4/19/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":753,"Cost":589,"Date":"5/3/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":947,"Cost":845,"Date":"5/4/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":499,"Cost":374,"Date":"6/8/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":643,"Cost":570,"Date":"6/26/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":160,"Date":"7/4/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":796,"Cost":526,"Date":"7/13/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":806,"Cost":561,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":883,"Cost":581,"Date":"8/26/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":255,"Cost":228,"Date":"9/2/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":781,"Cost":412,"Date":"9/29/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":93,"Cost":77,"Date":"10/12/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":273,"Cost":213,"Date":"11/2/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":199,"Cost":130,"Date":"11/4/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":695,"Cost":523,"Date":"11/7/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":121,"Date":"12/1/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":714,"Cost":602,"Date":"12/4/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":770,"Cost":451,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":31,"Cost":29,"Date":"12/18/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":307,"Cost":175,"Date":"12/20/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":591,"Cost":297,"Date":"12/20/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":99,"Cost":81,"Date":"12/21/2019"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":871,"Cost":532,"Date":"1/9/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":408,"Cost":354,"Date":"2/5/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":386,"Cost":314,"Date":"2/16/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":39,"Cost":30,"Date":"2/16/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":438,"Cost":322,"Date":"2/18/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":796,"Cost":721,"Date":"2/22/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":489,"Cost":449,"Date":"2/25/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":290,"Cost":186,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":892,"Cost":667,"Date":"4/2/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":175,"Cost":153,"Date":"4/3/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":359,"Cost":217,"Date":"4/9/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":365,"Cost":250,"Date":"4/10/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":201,"Date":"4/19/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":120,"Cost":110,"Date":"5/17/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":82,"Cost":47,"Date":"5/22/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":35,"Cost":18,"Date":"6/20/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":839,"Cost":708,"Date":"7/1/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":701,"Cost":432,"Date":"7/4/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":176,"Cost":159,"Date":"7/8/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":174,"Cost":142,"Date":"7/9/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":406,"Cost":331,"Date":"7/14/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":57,"Cost":52,"Date":"7/19/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":205,"Cost":149,"Date":"8/1/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":866,"Cost":513,"Date":"8/6/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":657,"Cost":593,"Date":"8/7/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":911,"Cost":488,"Date":"8/22/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":166,"Cost":92,"Date":"8/31/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":628,"Cost":505,"Date":"9/1/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":259,"Cost":232,"Date":"9/1/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":419,"Cost":304,"Date":"9/17/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":684,"Cost":595,"Date":"9/29/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":61,"Cost":56,"Date":"11/7/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":619,"Cost":558,"Date":"11/26/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":789,"Cost":718,"Date":"11/27/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":652,"Cost":577,"Date":"12/5/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":851,"Cost":541,"Date":"12/26/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":225,"Cost":205,"Date":"12/31/2020"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":632,"Cost":483,"Date":"1/20/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":839,"Cost":779,"Date":"2/2/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":323,"Cost":284,"Date":"2/8/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":730,"Cost":414,"Date":"2/27/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":905,"Cost":560,"Date":"3/1/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":655,"Cost":593,"Date":"3/1/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":377,"Cost":286,"Date":"3/19/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":716,"Cost":584,"Date":"3/28/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":602,"Date":"5/21/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":374,"Date":"7/21/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":783,"Cost":391,"Date":"8/5/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":741,"Cost":649,"Date":"8/12/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":77,"Cost":64,"Date":"8/21/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":170,"Cost":118,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":187,"Cost":115,"Date":"9/3/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":855,"Date":"9/5/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":292,"Cost":148,"Date":"10/6/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":997,"Cost":892,"Date":"10/19/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":161,"Cost":89,"Date":"11/15/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":46,"Cost":30,"Date":"12/8/2021"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":261,"Cost":218,"Date":"1/8/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":655,"Cost":373,"Date":"1/14/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":917,"Cost":615,"Date":"1/19/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":757,"Cost":436,"Date":"1/28/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":192,"Cost":99,"Date":"1/31/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":642,"Cost":537,"Date":"3/27/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":716,"Cost":459,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":499,"Cost":449,"Date":"4/24/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":127,"Cost":106,"Date":"4/28/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":723,"Cost":474,"Date":"5/15/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":707,"Cost":541,"Date":"5/16/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":453,"Date":"5/18/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":830,"Cost":457,"Date":"6/2/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":429,"Cost":257,"Date":"6/3/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":751,"Cost":681,"Date":"6/5/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":999,"Cost":509,"Date":"6/7/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":512,"Cost":343,"Date":"6/14/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":101,"Cost":59,"Date":"6/20/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":225,"Cost":196,"Date":"6/24/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":590,"Date":"7/4/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":96,"Cost":55,"Date":"7/9/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":508,"Date":"7/12/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":856,"Cost":511,"Date":"8/14/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":276,"Date":"8/16/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":991,"Cost":770,"Date":"8/23/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":423,"Cost":247,"Date":"9/2/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":134,"Cost":74,"Date":"9/3/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":763,"Cost":483,"Date":"9/16/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":254,"Cost":188,"Date":"10/4/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":236,"Cost":149,"Date":"11/1/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":83,"Cost":46,"Date":"11/2/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":307,"Cost":162,"Date":"12/17/2022"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":810,"Cost":630,"Date":"2/10/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":322,"Cost":295,"Date":"2/28/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":325,"Cost":172,"Date":"3/4/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":752,"Cost":624,"Date":"3/9/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":25,"Cost":20,"Date":"3/9/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":526,"Cost":474,"Date":"3/11/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":402,"Cost":212,"Date":"3/17/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":58,"Cost":47,"Date":"3/17/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":424,"Cost":217,"Date":"3/23/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":289,"Cost":271,"Date":"4/1/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":862,"Cost":639,"Date":"5/7/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":303,"Cost":237,"Date":"5/10/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":643,"Cost":543,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":302,"Cost":163,"Date":"6/2/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":776,"Cost":662,"Date":"6/11/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":332,"Cost":240,"Date":"6/16/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":723,"Cost":632,"Date":"6/16/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":203,"Cost":181,"Date":"7/10/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":930,"Cost":640,"Date":"7/11/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":159,"Cost":100,"Date":"8/28/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":130,"Cost":69,"Date":"8/29/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":939,"Cost":800,"Date":"8/31/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":166,"Cost":84,"Date":"9/8/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":328,"Cost":213,"Date":"9/13/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":874,"Cost":527,"Date":"9/14/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":711,"Cost":372,"Date":"9/19/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":807,"Cost":673,"Date":"9/25/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":423,"Cost":285,"Date":"10/4/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":112,"Cost":73,"Date":"10/10/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":964,"Cost":713,"Date":"10/17/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":362,"Cost":289,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":460,"Cost":287,"Date":"10/30/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":477,"Date":"11/1/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":705,"Cost":380,"Date":"11/15/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":902,"Cost":808,"Date":"11/25/2023"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":845,"Cost":542,"Date":"1/10/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":572,"Cost":515,"Date":"1/14/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":831,"Cost":743,"Date":"1/20/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":243,"Cost":220,"Date":"2/8/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":20,"Cost":10,"Date":"2/25/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":278,"Cost":139,"Date":"3/7/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":116,"Cost":103,"Date":"3/14/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":684,"Cost":567,"Date":"3/27/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":469,"Cost":282,"Date":"4/5/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":693,"Cost":384,"Date":"4/14/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":595,"Cost":316,"Date":"5/3/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":304,"Date":"5/9/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":562,"Cost":311,"Date":"5/15/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":285,"Date":"5/25/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":798,"Cost":690,"Date":"5/26/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":712,"Cost":414,"Date":"5/31/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":803,"Cost":610,"Date":"7/27/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":438,"Cost":308,"Date":"9/17/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":538,"Cost":362,"Date":"10/6/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":130,"Cost":99,"Date":"10/8/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":398,"Date":"10/26/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":565,"Cost":350,"Date":"11/16/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":190,"Date":"11/18/2024"},{"Store":"Shumen Mall","Brand":"Jeans","Country":"Bulgaria","Sale":979,"Cost":553,"Date":"12/1/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":853,"Cost":691,"Date":"2/9/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":954,"Cost":888,"Date":"2/11/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":469,"Date":"3/10/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":380,"Cost":327,"Date":"3/16/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":323,"Date":"3/18/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":231,"Cost":138,"Date":"3/20/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":779,"Cost":513,"Date":"3/26/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":730,"Cost":503,"Date":"6/2/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":62,"Cost":39,"Date":"6/10/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":49,"Date":"6/16/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":413,"Date":"6/25/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":888,"Cost":597,"Date":"7/19/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":629,"Cost":332,"Date":"7/21/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":133,"Cost":69,"Date":"7/25/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":788,"Cost":481,"Date":"8/4/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":307,"Cost":161,"Date":"9/2/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":559,"Cost":295,"Date":"9/4/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":589,"Cost":451,"Date":"9/19/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":623,"Cost":380,"Date":"9/29/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":274,"Cost":216,"Date":"10/2/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":388,"Cost":247,"Date":"10/15/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":536,"Cost":391,"Date":"10/30/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":855,"Cost":688,"Date":"11/9/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":503,"Cost":431,"Date":"11/23/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":528,"Date":"11/30/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":127,"Cost":77,"Date":"12/8/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":997,"Cost":734,"Date":"12/11/2018"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":180,"Cost":148,"Date":"1/15/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":414,"Cost":348,"Date":"1/24/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":393,"Cost":252,"Date":"2/3/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":894,"Cost":710,"Date":"2/4/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":212,"Cost":161,"Date":"3/9/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":475,"Cost":260,"Date":"3/12/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":880,"Cost":565,"Date":"4/19/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":491,"Cost":262,"Date":"5/3/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":178,"Cost":119,"Date":"5/4/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":52,"Cost":29,"Date":"6/8/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":140,"Cost":106,"Date":"6/26/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":441,"Cost":354,"Date":"7/4/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":225,"Cost":116,"Date":"7/13/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":22,"Cost":18,"Date":"8/8/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":896,"Cost":505,"Date":"8/26/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":107,"Cost":54,"Date":"9/2/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":702,"Cost":596,"Date":"9/29/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":225,"Cost":214,"Date":"10/12/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":285,"Cost":256,"Date":"11/2/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":995,"Cost":832,"Date":"11/4/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":617,"Cost":358,"Date":"11/7/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":322,"Cost":276,"Date":"12/1/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":811,"Cost":560,"Date":"12/4/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":46,"Cost":25,"Date":"12/7/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":810,"Cost":502,"Date":"12/18/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":375,"Cost":230,"Date":"12/20/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":712,"Cost":546,"Date":"12/20/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":124,"Cost":77,"Date":"12/21/2019"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":691,"Cost":561,"Date":"1/9/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":282,"Date":"2/5/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":366,"Cost":189,"Date":"2/16/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":826,"Cost":768,"Date":"2/16/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":421,"Cost":350,"Date":"2/18/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":608,"Cost":461,"Date":"2/22/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":709,"Cost":540,"Date":"2/25/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":250,"Cost":171,"Date":"3/8/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":73,"Cost":60,"Date":"4/2/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":908,"Cost":498,"Date":"4/3/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":636,"Cost":526,"Date":"4/9/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":93,"Cost":63,"Date":"4/10/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":513,"Cost":381,"Date":"4/19/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":883,"Cost":751,"Date":"5/17/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":834,"Cost":686,"Date":"5/22/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":81,"Cost":66,"Date":"6/20/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":804,"Cost":448,"Date":"7/1/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":973,"Cost":793,"Date":"7/4/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":467,"Date":"7/8/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":288,"Cost":188,"Date":"7/9/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":725,"Cost":413,"Date":"7/14/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":25,"Cost":19,"Date":"7/19/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":275,"Cost":195,"Date":"8/1/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":568,"Cost":332,"Date":"8/6/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":942,"Cost":891,"Date":"8/7/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":120,"Date":"8/22/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":725,"Cost":656,"Date":"8/31/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":419,"Cost":270,"Date":"9/1/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":370,"Date":"9/1/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":686,"Cost":652,"Date":"9/17/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":474,"Date":"9/29/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":755,"Cost":470,"Date":"11/7/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":679,"Date":"11/26/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":632,"Cost":327,"Date":"11/27/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":529,"Cost":413,"Date":"12/5/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":956,"Cost":597,"Date":"12/26/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":697,"Cost":537,"Date":"12/31/2020"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":750,"Cost":666,"Date":"1/20/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":229,"Cost":199,"Date":"2/2/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":498,"Date":"2/8/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":176,"Cost":121,"Date":"2/27/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":418,"Cost":364,"Date":"3/1/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":826,"Cost":563,"Date":"3/1/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":234,"Cost":216,"Date":"3/19/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":189,"Cost":142,"Date":"3/28/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":89,"Cost":62,"Date":"5/21/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":574,"Date":"7/21/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":668,"Date":"8/5/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":525,"Cost":489,"Date":"8/12/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":508,"Cost":480,"Date":"8/21/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":777,"Cost":529,"Date":"8/23/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":587,"Cost":415,"Date":"9/3/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":319,"Cost":190,"Date":"9/5/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":664,"Cost":447,"Date":"10/6/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":674,"Cost":493,"Date":"10/19/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":538,"Date":"11/15/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":988,"Cost":543,"Date":"12/8/2021"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":752,"Cost":398,"Date":"1/8/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":251,"Cost":213,"Date":"1/14/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":84,"Cost":61,"Date":"1/19/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":597,"Cost":461,"Date":"1/28/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":437,"Cost":410,"Date":"1/31/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":663,"Cost":521,"Date":"3/27/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":667,"Cost":337,"Date":"4/20/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":426,"Cost":252,"Date":"4/24/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":290,"Cost":239,"Date":"4/28/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":875,"Date":"5/15/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":526,"Cost":349,"Date":"5/16/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":77,"Cost":70,"Date":"5/18/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":650,"Cost":360,"Date":"6/2/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":225,"Date":"6/3/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":734,"Cost":498,"Date":"6/5/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":138,"Cost":104,"Date":"6/7/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":642,"Cost":342,"Date":"6/14/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":35,"Date":"6/20/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":576,"Cost":324,"Date":"6/24/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":593,"Cost":555,"Date":"7/4/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":740,"Cost":609,"Date":"7/9/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":709,"Cost":621,"Date":"7/12/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":74,"Cost":45,"Date":"8/14/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":839,"Cost":605,"Date":"8/16/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":930,"Cost":600,"Date":"8/23/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":656,"Cost":522,"Date":"9/2/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":60,"Cost":46,"Date":"9/3/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":686,"Date":"9/16/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":497,"Date":"10/4/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":300,"Cost":253,"Date":"11/1/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":356,"Cost":314,"Date":"11/2/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":188,"Cost":177,"Date":"12/17/2022"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":435,"Date":"2/10/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":276,"Cost":260,"Date":"2/28/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":583,"Cost":399,"Date":"3/4/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":78,"Cost":66,"Date":"3/9/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":936,"Cost":546,"Date":"3/9/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":28,"Cost":14,"Date":"3/11/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":464,"Cost":345,"Date":"3/17/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":162,"Cost":149,"Date":"3/17/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":624,"Cost":499,"Date":"3/23/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":668,"Cost":596,"Date":"4/1/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":440,"Date":"5/7/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":499,"Cost":323,"Date":"5/10/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":832,"Cost":509,"Date":"5/20/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":871,"Cost":765,"Date":"6/2/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":957,"Cost":696,"Date":"6/11/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":465,"Cost":238,"Date":"6/16/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":41,"Cost":37,"Date":"6/16/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":775,"Cost":405,"Date":"7/10/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":863,"Cost":801,"Date":"7/11/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":703,"Cost":534,"Date":"8/28/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":469,"Cost":384,"Date":"8/29/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":600,"Cost":558,"Date":"8/31/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":851,"Cost":487,"Date":"9/8/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":754,"Date":"9/13/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":883,"Cost":694,"Date":"9/14/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":592,"Cost":370,"Date":"9/19/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":322,"Cost":197,"Date":"9/25/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":740,"Cost":664,"Date":"10/4/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":300,"Cost":273,"Date":"10/10/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":629,"Cost":452,"Date":"10/17/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":986,"Cost":838,"Date":"10/28/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":52,"Cost":42,"Date":"10/30/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":176,"Cost":102,"Date":"11/1/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":142,"Cost":109,"Date":"11/15/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":340,"Cost":193,"Date":"11/25/2023"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":952,"Cost":560,"Date":"1/10/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":730,"Cost":611,"Date":"1/14/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":676,"Cost":593,"Date":"1/20/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":239,"Cost":162,"Date":"2/8/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":837,"Cost":468,"Date":"2/25/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":706,"Cost":517,"Date":"3/7/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":579,"Cost":475,"Date":"3/14/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":633,"Cost":555,"Date":"3/27/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":910,"Cost":590,"Date":"4/5/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":638,"Cost":352,"Date":"4/14/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":867,"Cost":810,"Date":"5/3/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":319,"Cost":269,"Date":"5/9/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":817,"Cost":546,"Date":"5/15/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":764,"Cost":496,"Date":"5/25/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":873,"Cost":444,"Date":"5/26/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":138,"Cost":84,"Date":"5/31/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":387,"Cost":227,"Date":"7/27/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":507,"Cost":406,"Date":"9/17/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":935,"Cost":562,"Date":"10/6/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":37,"Cost":32,"Date":"10/8/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":324,"Cost":219,"Date":"10/26/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":808,"Cost":424,"Date":"11/16/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":294,"Cost":277,"Date":"11/18/2024"},{"Store":"Shumen Mall","Brand":"HM","Country":"Bulgaria","Sale":701,"Cost":437,"Date":"12/1/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":486,"Date":"2/9/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":260,"Cost":219,"Date":"2/11/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":106,"Cost":61,"Date":"3/10/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":534,"Cost":385,"Date":"3/16/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":395,"Cost":331,"Date":"3/18/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":461,"Date":"3/20/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":13,"Date":"3/26/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":554,"Cost":324,"Date":"6/2/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":738,"Cost":448,"Date":"6/10/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":696,"Cost":598,"Date":"6/16/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":562,"Date":"6/25/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":89,"Date":"7/19/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":65,"Cost":53,"Date":"7/21/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":475,"Date":"7/25/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":433,"Date":"8/4/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":52,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":94,"Cost":74,"Date":"9/4/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":258,"Cost":201,"Date":"9/19/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":549,"Cost":428,"Date":"9/29/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":575,"Cost":438,"Date":"10/2/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":230,"Date":"10/15/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":394,"Cost":372,"Date":"10/30/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":106,"Cost":68,"Date":"11/9/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":549,"Cost":518,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":83,"Date":"11/30/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":22,"Date":"12/8/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":934,"Cost":700,"Date":"12/11/2018"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":624,"Cost":474,"Date":"1/15/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":683,"Cost":630,"Date":"1/24/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":459,"Date":"2/3/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":131,"Cost":90,"Date":"2/4/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":622,"Cost":341,"Date":"3/9/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":714,"Cost":477,"Date":"3/12/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":175,"Date":"4/19/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":756,"Cost":618,"Date":"5/3/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":347,"Date":"5/4/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":551,"Cost":472,"Date":"6/8/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":764,"Cost":436,"Date":"6/26/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":279,"Cost":195,"Date":"7/4/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":929,"Cost":615,"Date":"7/13/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":347,"Cost":258,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":249,"Cost":192,"Date":"8/26/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":646,"Date":"9/2/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":43,"Date":"9/29/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":136,"Cost":107,"Date":"10/12/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":461,"Date":"11/2/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":433,"Cost":268,"Date":"11/4/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":465,"Date":"11/7/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":997,"Cost":547,"Date":"12/1/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":187,"Cost":108,"Date":"12/4/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":805,"Cost":591,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":489,"Cost":439,"Date":"12/18/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":258,"Cost":203,"Date":"12/20/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":251,"Cost":213,"Date":"12/20/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":521,"Date":"12/21/2019"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":261,"Date":"1/9/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":717,"Cost":582,"Date":"2/5/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":914,"Cost":744,"Date":"2/16/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":33,"Date":"2/16/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":47,"Cost":43,"Date":"2/18/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":45,"Cost":26,"Date":"2/22/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":757,"Date":"2/25/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":71,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":628,"Cost":450,"Date":"4/2/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":381,"Cost":351,"Date":"4/3/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":109,"Cost":75,"Date":"4/9/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":288,"Cost":159,"Date":"4/10/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":408,"Cost":327,"Date":"4/19/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":11,"Cost":7,"Date":"5/17/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":694,"Cost":526,"Date":"5/22/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":559,"Cost":302,"Date":"6/20/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":372,"Date":"7/1/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":408,"Cost":342,"Date":"7/4/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":122,"Cost":80,"Date":"7/8/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":487,"Cost":256,"Date":"7/9/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":52,"Date":"7/14/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":476,"Cost":377,"Date":"7/19/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":574,"Cost":294,"Date":"8/1/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":481,"Date":"8/6/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":530,"Date":"8/7/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":406,"Date":"8/22/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":369,"Cost":218,"Date":"8/31/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":632,"Date":"9/1/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":805,"Cost":474,"Date":"9/1/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":555,"Date":"9/17/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":60,"Cost":30,"Date":"9/29/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":136,"Cost":94,"Date":"11/7/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":531,"Date":"11/26/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":531,"Cost":270,"Date":"11/27/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":201,"Date":"12/5/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":563,"Cost":412,"Date":"12/26/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":432,"Date":"12/31/2020"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":101,"Cost":72,"Date":"1/20/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":759,"Cost":606,"Date":"2/2/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":434,"Date":"2/8/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":677,"Cost":538,"Date":"2/27/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":802,"Cost":537,"Date":"3/1/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":704,"Cost":564,"Date":"3/1/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":398,"Date":"3/19/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":561,"Cost":369,"Date":"3/28/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":985,"Cost":924,"Date":"5/21/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":380,"Cost":220,"Date":"7/21/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":658,"Cost":448,"Date":"8/5/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":433,"Cost":337,"Date":"8/12/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":929,"Cost":706,"Date":"8/21/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":407,"Cost":264,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":426,"Date":"9/3/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":530,"Cost":346,"Date":"9/5/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":169,"Date":"10/6/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":150,"Cost":88,"Date":"10/19/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":632,"Cost":483,"Date":"11/15/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":533,"Date":"12/8/2021"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":485,"Date":"1/8/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":591,"Cost":527,"Date":"1/14/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":229,"Date":"1/19/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":446,"Cost":331,"Date":"1/28/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":991,"Cost":547,"Date":"1/31/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":605,"Cost":564,"Date":"3/27/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":876,"Cost":585,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":609,"Cost":570,"Date":"4/24/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":615,"Cost":527,"Date":"4/28/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":331,"Cost":166,"Date":"5/15/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":468,"Date":"5/16/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":158,"Date":"5/18/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":298,"Cost":190,"Date":"6/2/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":963,"Cost":615,"Date":"6/3/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":275,"Cost":184,"Date":"6/5/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":816,"Cost":700,"Date":"6/7/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":677,"Cost":625,"Date":"6/14/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":610,"Cost":346,"Date":"6/20/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":149,"Cost":113,"Date":"6/24/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":359,"Cost":293,"Date":"7/4/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":541,"Cost":302,"Date":"7/9/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":800,"Cost":692,"Date":"7/12/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":664,"Cost":403,"Date":"8/14/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":186,"Cost":117,"Date":"8/16/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":558,"Date":"8/23/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":976,"Cost":828,"Date":"9/2/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":817,"Cost":490,"Date":"9/3/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":16,"Date":"9/16/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":944,"Cost":652,"Date":"10/4/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":889,"Cost":533,"Date":"11/1/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":37,"Date":"11/2/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":278,"Date":"12/17/2022"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":473,"Date":"2/10/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":871,"Cost":666,"Date":"2/28/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":881,"Cost":796,"Date":"3/4/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":966,"Cost":643,"Date":"3/9/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":224,"Cost":125,"Date":"3/9/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":823,"Cost":739,"Date":"3/11/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":766,"Date":"3/17/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":960,"Cost":853,"Date":"3/17/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":122,"Date":"3/23/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":163,"Cost":96,"Date":"4/1/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":848,"Cost":611,"Date":"5/7/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":186,"Cost":136,"Date":"5/10/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":607,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":392,"Date":"6/2/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":739,"Cost":383,"Date":"6/11/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":114,"Cost":57,"Date":"6/16/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":979,"Cost":732,"Date":"6/16/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":986,"Cost":873,"Date":"7/10/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":446,"Cost":273,"Date":"7/11/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":529,"Date":"8/28/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":683,"Cost":497,"Date":"8/29/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":776,"Cost":448,"Date":"8/31/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":940,"Cost":799,"Date":"9/8/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":276,"Date":"9/13/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":43,"Cost":34,"Date":"9/14/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":652,"Cost":478,"Date":"9/19/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":746,"Cost":589,"Date":"9/25/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":23,"Date":"10/4/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":870,"Cost":797,"Date":"10/10/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":336,"Cost":216,"Date":"10/17/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":160,"Cost":96,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":212,"Cost":172,"Date":"10/30/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":852,"Cost":529,"Date":"11/1/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":204,"Date":"11/15/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":286,"Cost":256,"Date":"11/25/2023"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":349,"Cost":227,"Date":"1/10/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":443,"Cost":246,"Date":"1/14/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"1/20/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":462,"Date":"2/8/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":33,"Date":"2/25/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":254,"Cost":155,"Date":"3/7/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":416,"Cost":365,"Date":"3/14/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":231,"Date":"3/27/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":113,"Date":"4/5/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":531,"Cost":481,"Date":"4/14/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":160,"Cost":101,"Date":"5/3/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":218,"Date":"5/9/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":83,"Date":"5/15/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":614,"Cost":440,"Date":"5/25/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":12,"Cost":8,"Date":"5/26/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":576,"Date":"5/31/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":552,"Cost":363,"Date":"7/27/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":559,"Cost":484,"Date":"9/17/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":863,"Cost":593,"Date":"10/6/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":920,"Cost":543,"Date":"10/8/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":252,"Date":"10/26/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":129,"Cost":72,"Date":"11/16/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":886,"Cost":833,"Date":"11/18/2024"},{"Store":"Pleven Plaza","Brand":"Nova","Country":"Bulgaria","Sale":272,"Cost":240,"Date":"12/1/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":606,"Cost":328,"Date":"2/9/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":627,"Cost":459,"Date":"2/11/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":370,"Cost":334,"Date":"3/10/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":727,"Cost":645,"Date":"3/16/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":169,"Cost":155,"Date":"3/18/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":613,"Cost":487,"Date":"3/20/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":437,"Date":"3/26/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":7,"Cost":4,"Date":"6/2/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":685,"Cost":555,"Date":"6/10/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":63,"Date":"6/16/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":893,"Cost":718,"Date":"6/25/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":502,"Cost":296,"Date":"7/19/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":41,"Cost":24,"Date":"7/21/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":202,"Cost":175,"Date":"7/25/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":528,"Cost":384,"Date":"8/4/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":504,"Cost":305,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":937,"Cost":765,"Date":"9/4/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":175,"Date":"9/19/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":603,"Cost":509,"Date":"9/29/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":725,"Cost":539,"Date":"10/2/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":449,"Cost":249,"Date":"10/15/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":874,"Cost":636,"Date":"10/30/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":107,"Date":"11/9/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":727,"Cost":575,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":229,"Cost":148,"Date":"11/30/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":189,"Date":"12/8/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":167,"Cost":115,"Date":"12/11/2018"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":512,"Cost":375,"Date":"1/15/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":473,"Cost":272,"Date":"1/24/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":255,"Cost":233,"Date":"2/3/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":9,"Date":"2/4/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":372,"Cost":344,"Date":"3/9/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":530,"Cost":285,"Date":"3/12/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":630,"Cost":332,"Date":"4/19/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":743,"Cost":376,"Date":"5/3/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":772,"Cost":529,"Date":"5/4/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":522,"Cost":306,"Date":"6/8/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":577,"Cost":362,"Date":"6/26/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":898,"Cost":458,"Date":"7/4/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":746,"Cost":510,"Date":"7/13/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":277,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":62,"Cost":44,"Date":"8/26/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":896,"Cost":851,"Date":"9/2/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":723,"Cost":402,"Date":"9/29/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":585,"Cost":553,"Date":"10/12/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":357,"Cost":252,"Date":"11/2/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":244,"Cost":151,"Date":"11/4/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":463,"Cost":415,"Date":"11/7/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":496,"Cost":417,"Date":"12/1/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":376,"Cost":323,"Date":"12/4/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":637,"Cost":375,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":95,"Cost":66,"Date":"12/18/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":555,"Cost":413,"Date":"12/20/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":499,"Date":"12/20/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":912,"Cost":482,"Date":"12/21/2019"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":484,"Cost":383,"Date":"1/9/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":42,"Cost":30,"Date":"2/5/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":416,"Cost":268,"Date":"2/16/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":676,"Cost":388,"Date":"2/16/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":182,"Cost":148,"Date":"2/18/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":361,"Cost":226,"Date":"2/22/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":772,"Cost":427,"Date":"2/25/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":244,"Cost":216,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":388,"Date":"4/2/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":176,"Cost":132,"Date":"4/3/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":338,"Date":"4/9/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":26,"Cost":18,"Date":"4/10/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":388,"Cost":353,"Date":"4/19/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":697,"Cost":540,"Date":"5/17/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":728,"Cost":370,"Date":"5/22/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":480,"Cost":437,"Date":"6/20/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":14,"Date":"7/1/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":83,"Cost":60,"Date":"7/4/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":55,"Cost":30,"Date":"7/8/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":332,"Cost":299,"Date":"7/9/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":940,"Cost":781,"Date":"7/14/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":751,"Cost":689,"Date":"7/19/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":771,"Cost":715,"Date":"8/1/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":521,"Cost":454,"Date":"8/6/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":643,"Cost":424,"Date":"8/7/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":95,"Cost":75,"Date":"8/22/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":24,"Cost":23,"Date":"8/31/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":433,"Cost":355,"Date":"9/1/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":670,"Cost":549,"Date":"9/1/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":6,"Cost":6,"Date":"9/17/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":18,"Cost":13,"Date":"9/29/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":615,"Cost":422,"Date":"11/7/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":949,"Cost":704,"Date":"11/26/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":692,"Cost":350,"Date":"11/27/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":606,"Cost":533,"Date":"12/5/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":5,"Cost":5,"Date":"12/26/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":48,"Cost":33,"Date":"12/31/2020"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":695,"Cost":527,"Date":"1/20/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":466,"Cost":277,"Date":"2/2/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":550,"Cost":306,"Date":"2/8/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":296,"Cost":217,"Date":"2/27/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":43,"Cost":26,"Date":"3/1/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":105,"Cost":54,"Date":"3/1/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":175,"Cost":106,"Date":"3/19/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":145,"Cost":72,"Date":"3/28/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":592,"Cost":301,"Date":"5/21/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":233,"Cost":206,"Date":"7/21/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":41,"Cost":38,"Date":"8/5/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":324,"Cost":279,"Date":"8/12/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":200,"Cost":174,"Date":"8/21/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":66,"Cost":60,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":151,"Cost":109,"Date":"9/3/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":329,"Cost":186,"Date":"9/5/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":107,"Cost":62,"Date":"10/6/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":413,"Date":"10/19/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":451,"Date":"11/15/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":822,"Cost":600,"Date":"12/8/2021"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":491,"Cost":449,"Date":"1/8/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":525,"Cost":422,"Date":"1/14/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":617,"Cost":351,"Date":"1/19/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":180,"Cost":98,"Date":"1/28/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":422,"Date":"1/31/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":817,"Cost":665,"Date":"3/27/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":827,"Cost":750,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":284,"Cost":242,"Date":"4/24/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":433,"Cost":253,"Date":"4/28/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":761,"Cost":545,"Date":"5/15/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":185,"Cost":152,"Date":"5/16/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":106,"Date":"5/18/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":276,"Cost":262,"Date":"6/2/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":877,"Cost":748,"Date":"6/3/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":249,"Cost":124,"Date":"6/5/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":822,"Cost":614,"Date":"6/7/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":605,"Cost":476,"Date":"6/14/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":55,"Cost":39,"Date":"6/20/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":91,"Cost":84,"Date":"6/24/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":575,"Cost":538,"Date":"7/4/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":305,"Cost":230,"Date":"7/9/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":715,"Cost":450,"Date":"7/12/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":445,"Cost":223,"Date":"8/14/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":873,"Cost":569,"Date":"8/16/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":632,"Cost":494,"Date":"8/23/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":564,"Cost":346,"Date":"9/2/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":115,"Cost":78,"Date":"9/3/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":244,"Cost":224,"Date":"9/16/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":853,"Cost":604,"Date":"10/4/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":945,"Cost":753,"Date":"11/1/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":657,"Cost":397,"Date":"11/2/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":709,"Cost":538,"Date":"12/17/2022"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":918,"Cost":817,"Date":"2/10/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":969,"Cost":871,"Date":"2/28/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":325,"Cost":306,"Date":"3/4/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":31,"Date":"3/9/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":344,"Date":"3/9/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":480,"Cost":249,"Date":"3/11/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":155,"Cost":111,"Date":"3/17/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":638,"Cost":453,"Date":"3/17/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":632,"Cost":367,"Date":"3/23/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":679,"Cost":379,"Date":"4/1/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":191,"Cost":118,"Date":"5/7/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":476,"Cost":244,"Date":"5/10/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":346,"Cost":308,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":282,"Cost":167,"Date":"6/2/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":575,"Cost":510,"Date":"6/11/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":191,"Cost":105,"Date":"6/16/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":335,"Cost":169,"Date":"6/16/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":170,"Date":"7/10/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":375,"Cost":222,"Date":"7/11/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":233,"Date":"8/28/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":662,"Cost":360,"Date":"8/29/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":283,"Cost":255,"Date":"8/31/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":110,"Date":"9/8/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":32,"Date":"9/13/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":570,"Date":"9/14/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":387,"Cost":224,"Date":"9/19/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":416,"Cost":212,"Date":"9/25/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":875,"Cost":620,"Date":"10/4/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":880,"Cost":476,"Date":"10/10/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":907,"Cost":458,"Date":"10/17/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":865,"Cost":452,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":63,"Date":"10/30/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":69,"Cost":47,"Date":"11/1/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":812,"Cost":569,"Date":"11/15/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":125,"Cost":115,"Date":"11/25/2023"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":443,"Date":"1/10/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":849,"Cost":448,"Date":"1/14/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":128,"Cost":69,"Date":"1/20/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":700,"Cost":435,"Date":"2/8/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":228,"Cost":146,"Date":"2/25/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":653,"Cost":372,"Date":"3/7/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":568,"Date":"3/14/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":414,"Cost":314,"Date":"3/27/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":195,"Cost":164,"Date":"4/5/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":424,"Cost":363,"Date":"4/14/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":583,"Cost":409,"Date":"5/3/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":421,"Date":"5/9/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":576,"Cost":434,"Date":"5/15/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":730,"Cost":500,"Date":"5/25/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":967,"Cost":787,"Date":"5/26/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":722,"Cost":566,"Date":"5/31/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":817,"Cost":654,"Date":"7/27/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":152,"Cost":139,"Date":"9/17/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":495,"Cost":358,"Date":"10/6/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":665,"Cost":581,"Date":"10/8/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":122,"Cost":115,"Date":"10/26/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":533,"Cost":287,"Date":"11/16/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":88,"Cost":84,"Date":"11/18/2024"},{"Store":"Pleven Plaza","Brand":"ARKET","Country":"Bulgaria","Sale":65,"Cost":49,"Date":"12/1/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":666,"Cost":418,"Date":"2/9/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":606,"Cost":366,"Date":"2/11/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":880,"Cost":457,"Date":"3/10/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":499,"Date":"3/16/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":49,"Cost":35,"Date":"3/18/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":509,"Date":"3/20/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":444,"Cost":240,"Date":"3/26/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":653,"Cost":539,"Date":"6/2/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":668,"Cost":516,"Date":"6/10/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":635,"Cost":562,"Date":"6/16/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":99,"Cost":73,"Date":"6/25/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":55,"Date":"7/19/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":702,"Date":"7/21/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":217,"Cost":144,"Date":"7/25/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":880,"Cost":472,"Date":"8/4/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":778,"Cost":595,"Date":"9/2/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":544,"Date":"9/4/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":213,"Date":"9/19/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":441,"Date":"9/29/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":879,"Date":"10/2/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":355,"Cost":316,"Date":"10/15/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":110,"Date":"10/30/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":588,"Cost":420,"Date":"11/9/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":48,"Cost":38,"Date":"11/23/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":774,"Cost":631,"Date":"11/30/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":330,"Cost":176,"Date":"12/8/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":289,"Cost":166,"Date":"12/11/2018"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":50,"Date":"1/15/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":182,"Date":"1/24/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":16,"Cost":12,"Date":"2/3/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":504,"Cost":321,"Date":"2/4/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":139,"Cost":125,"Date":"3/9/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":204,"Cost":192,"Date":"3/12/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":283,"Date":"4/19/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":142,"Date":"5/3/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":74,"Cost":55,"Date":"5/4/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":500,"Cost":284,"Date":"6/8/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":83,"Cost":78,"Date":"6/26/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":914,"Cost":550,"Date":"7/4/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":84,"Cost":64,"Date":"7/13/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":614,"Cost":439,"Date":"8/8/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":616,"Cost":509,"Date":"8/26/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":419,"Cost":287,"Date":"9/2/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":184,"Date":"9/29/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":114,"Date":"10/12/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":850,"Cost":448,"Date":"11/2/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":76,"Cost":57,"Date":"11/4/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":391,"Cost":196,"Date":"11/7/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":94,"Date":"12/1/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":555,"Cost":345,"Date":"12/4/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":546,"Cost":476,"Date":"12/7/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":58,"Cost":43,"Date":"12/18/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":594,"Date":"12/20/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":293,"Date":"12/20/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":925,"Cost":520,"Date":"12/21/2019"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":24,"Cost":14,"Date":"1/9/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":852,"Cost":565,"Date":"2/5/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":23,"Cost":18,"Date":"2/16/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":995,"Cost":850,"Date":"2/16/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":875,"Cost":796,"Date":"2/18/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":94,"Date":"2/22/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":472,"Cost":349,"Date":"2/25/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":352,"Cost":301,"Date":"3/8/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":109,"Cost":76,"Date":"4/2/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":134,"Cost":96,"Date":"4/3/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":752,"Cost":577,"Date":"4/9/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":677,"Cost":482,"Date":"4/10/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":768,"Cost":713,"Date":"4/19/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":682,"Cost":379,"Date":"5/17/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":993,"Cost":542,"Date":"5/22/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":169,"Cost":86,"Date":"6/20/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":319,"Date":"7/1/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":29,"Cost":26,"Date":"7/4/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":81,"Cost":52,"Date":"7/8/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":962,"Cost":828,"Date":"7/9/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":897,"Cost":535,"Date":"7/14/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":784,"Cost":491,"Date":"7/19/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":437,"Cost":347,"Date":"8/1/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":62,"Cost":47,"Date":"8/6/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":386,"Cost":339,"Date":"8/7/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":947,"Cost":562,"Date":"8/22/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":950,"Cost":705,"Date":"8/31/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":523,"Cost":477,"Date":"9/1/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":193,"Date":"9/1/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":618,"Cost":413,"Date":"9/17/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":733,"Cost":432,"Date":"9/29/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":793,"Cost":702,"Date":"11/7/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":219,"Date":"11/26/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":806,"Cost":442,"Date":"11/27/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":121,"Date":"12/5/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":201,"Cost":157,"Date":"12/26/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":551,"Date":"12/31/2020"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":394,"Cost":339,"Date":"1/20/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":67,"Date":"2/2/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":270,"Cost":197,"Date":"2/8/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":293,"Cost":185,"Date":"2/27/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":689,"Date":"3/1/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":234,"Cost":136,"Date":"3/1/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":763,"Cost":563,"Date":"3/19/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":379,"Date":"3/28/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":937,"Cost":536,"Date":"5/21/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":311,"Cost":274,"Date":"7/21/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":430,"Date":"8/5/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":555,"Cost":296,"Date":"8/12/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":940,"Cost":875,"Date":"8/21/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":455,"Cost":285,"Date":"8/23/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":247,"Cost":228,"Date":"9/3/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":40,"Cost":33,"Date":"9/5/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":498,"Cost":416,"Date":"10/6/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":933,"Cost":682,"Date":"10/19/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":406,"Cost":304,"Date":"11/15/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":751,"Cost":638,"Date":"12/8/2021"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":146,"Cost":120,"Date":"1/8/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"1/14/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":290,"Date":"1/19/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":151,"Cost":142,"Date":"1/28/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":438,"Cost":281,"Date":"1/31/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":809,"Cost":626,"Date":"3/27/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":504,"Cost":387,"Date":"4/20/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":360,"Cost":305,"Date":"4/24/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":64,"Cost":58,"Date":"4/28/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":118,"Cost":102,"Date":"5/15/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":186,"Cost":170,"Date":"5/16/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":39,"Cost":21,"Date":"5/18/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":225,"Date":"6/2/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":625,"Cost":363,"Date":"6/3/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":519,"Cost":473,"Date":"6/5/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":417,"Cost":215,"Date":"6/7/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":134,"Date":"6/14/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":439,"Cost":382,"Date":"6/20/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":686,"Cost":503,"Date":"6/24/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":598,"Cost":469,"Date":"7/4/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":748,"Cost":467,"Date":"7/9/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":433,"Date":"7/12/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":643,"Cost":582,"Date":"8/14/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":166,"Date":"8/16/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":195,"Date":"8/23/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":418,"Date":"9/2/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":247,"Cost":209,"Date":"9/3/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":616,"Date":"9/16/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":169,"Date":"10/4/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":510,"Cost":260,"Date":"11/1/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":664,"Cost":547,"Date":"11/2/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":29,"Cost":19,"Date":"12/17/2022"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":319,"Cost":295,"Date":"2/10/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"2/28/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":236,"Cost":195,"Date":"3/4/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":408,"Date":"3/9/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":785,"Cost":588,"Date":"3/9/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":461,"Date":"3/11/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":676,"Cost":573,"Date":"3/17/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":389,"Cost":327,"Date":"3/17/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":508,"Cost":310,"Date":"3/23/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":182,"Cost":103,"Date":"4/1/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":593,"Cost":409,"Date":"5/7/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":922,"Cost":621,"Date":"5/10/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":1000,"Cost":592,"Date":"5/20/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":495,"Date":"6/2/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":474,"Cost":417,"Date":"6/11/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":151,"Cost":104,"Date":"6/16/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":937,"Cost":705,"Date":"6/16/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":122,"Cost":108,"Date":"7/10/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":828,"Cost":426,"Date":"7/11/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":670,"Date":"8/28/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":692,"Cost":502,"Date":"8/29/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":869,"Cost":512,"Date":"8/31/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":919,"Cost":704,"Date":"9/8/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":954,"Cost":886,"Date":"9/13/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":453,"Cost":429,"Date":"9/14/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":54,"Date":"9/19/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":862,"Cost":598,"Date":"9/25/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":471,"Cost":370,"Date":"10/4/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":465,"Cost":296,"Date":"10/10/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":37,"Cost":28,"Date":"10/17/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":779,"Cost":604,"Date":"10/28/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":773,"Cost":464,"Date":"10/30/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":769,"Cost":697,"Date":"11/1/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":222,"Cost":167,"Date":"11/15/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":440,"Date":"11/25/2023"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":830,"Cost":740,"Date":"1/10/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":448,"Date":"1/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"1/20/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":508,"Cost":451,"Date":"2/8/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":317,"Cost":283,"Date":"2/25/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":193,"Date":"3/7/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":392,"Date":"3/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":626,"Cost":455,"Date":"3/27/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":652,"Cost":455,"Date":"4/5/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":985,"Cost":686,"Date":"4/14/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":58,"Date":"5/3/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":102,"Date":"5/9/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":489,"Cost":397,"Date":"5/15/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":776,"Cost":726,"Date":"5/25/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":75,"Date":"5/26/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":907,"Cost":842,"Date":"5/31/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":69,"Date":"7/27/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":16,"Cost":10,"Date":"9/17/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":390,"Cost":364,"Date":"10/6/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":594,"Cost":388,"Date":"10/8/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":664,"Cost":478,"Date":"10/26/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":55,"Cost":43,"Date":"11/16/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":140,"Date":"11/18/2024"},{"Store":"Pleven Plaza","Brand":"COS","Country":"Bulgaria","Sale":793,"Cost":630,"Date":"12/1/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":19,"Date":"2/9/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":450,"Cost":256,"Date":"2/11/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":697,"Cost":377,"Date":"3/10/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":683,"Cost":599,"Date":"3/16/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":596,"Cost":465,"Date":"3/18/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":473,"Date":"3/20/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":275,"Cost":173,"Date":"3/26/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":362,"Cost":213,"Date":"6/2/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":678,"Cost":468,"Date":"6/10/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":416,"Date":"6/16/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":531,"Cost":349,"Date":"6/25/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":385,"Cost":328,"Date":"7/19/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":594,"Date":"7/21/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":365,"Cost":286,"Date":"7/25/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":905,"Cost":617,"Date":"8/4/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":402,"Cost":279,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":20,"Cost":16,"Date":"9/4/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":14,"Cost":11,"Date":"9/19/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":815,"Cost":442,"Date":"9/29/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":751,"Cost":598,"Date":"10/2/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":255,"Cost":223,"Date":"10/15/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":625,"Cost":431,"Date":"10/30/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":770,"Cost":537,"Date":"11/9/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":436,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":82,"Date":"11/30/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":291,"Cost":243,"Date":"12/8/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":345,"Cost":199,"Date":"12/11/2018"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":422,"Cost":302,"Date":"1/15/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":221,"Cost":157,"Date":"1/24/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":326,"Date":"2/3/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":331,"Date":"2/4/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":564,"Cost":505,"Date":"3/9/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":961,"Cost":666,"Date":"3/12/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":598,"Cost":406,"Date":"4/19/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":514,"Date":"5/3/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":783,"Cost":644,"Date":"5/4/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":458,"Cost":295,"Date":"6/8/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":474,"Date":"6/26/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":551,"Cost":521,"Date":"7/4/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":600,"Date":"7/13/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":864,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":285,"Date":"8/26/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":262,"Date":"9/2/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":256,"Date":"9/29/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":646,"Date":"10/12/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":593,"Cost":494,"Date":"11/2/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":470,"Date":"11/4/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":90,"Cost":52,"Date":"11/7/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":464,"Cost":291,"Date":"12/1/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":489,"Cost":292,"Date":"12/4/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":55,"Cost":33,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":79,"Cost":47,"Date":"12/18/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":265,"Cost":153,"Date":"12/20/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":728,"Date":"12/20/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":139,"Date":"12/21/2019"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":914,"Cost":847,"Date":"1/9/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":523,"Cost":268,"Date":"2/5/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":103,"Cost":56,"Date":"2/16/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":258,"Cost":160,"Date":"2/16/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":7,"Date":"2/18/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":113,"Date":"2/22/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":138,"Cost":105,"Date":"2/25/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":257,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":208,"Cost":133,"Date":"4/2/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":175,"Cost":128,"Date":"4/3/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":367,"Date":"4/9/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":94,"Cost":61,"Date":"4/10/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":496,"Date":"4/19/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":203,"Date":"5/17/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":990,"Cost":841,"Date":"5/22/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":341,"Cost":222,"Date":"6/20/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":724,"Cost":661,"Date":"7/1/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":725,"Date":"7/4/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":367,"Cost":204,"Date":"7/8/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":197,"Date":"7/9/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":589,"Cost":518,"Date":"7/14/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":778,"Cost":574,"Date":"7/19/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":107,"Date":"8/1/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":712,"Cost":583,"Date":"8/6/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":379,"Cost":249,"Date":"8/7/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":585,"Cost":522,"Date":"8/22/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":528,"Cost":318,"Date":"8/31/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":881,"Cost":606,"Date":"9/1/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":982,"Cost":541,"Date":"9/1/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":32,"Date":"9/17/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":876,"Cost":573,"Date":"9/29/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":270,"Date":"11/7/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":160,"Cost":113,"Date":"11/26/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":577,"Cost":546,"Date":"11/27/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":865,"Cost":599,"Date":"12/5/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":596,"Cost":436,"Date":"12/26/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":776,"Cost":496,"Date":"12/31/2020"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":769,"Cost":529,"Date":"1/20/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":771,"Cost":680,"Date":"2/2/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":650,"Cost":403,"Date":"2/8/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":400,"Cost":203,"Date":"2/27/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":492,"Date":"3/1/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":23,"Cost":15,"Date":"3/1/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":33,"Cost":19,"Date":"3/19/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":81,"Cost":64,"Date":"3/28/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":562,"Date":"5/21/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":859,"Cost":700,"Date":"7/21/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":718,"Cost":669,"Date":"8/5/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":270,"Date":"8/12/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":849,"Cost":471,"Date":"8/21/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":788,"Cost":721,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":707,"Date":"9/3/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":980,"Cost":852,"Date":"9/5/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":534,"Cost":498,"Date":"10/6/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":915,"Cost":640,"Date":"10/19/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":41,"Cost":38,"Date":"11/15/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":330,"Cost":174,"Date":"12/8/2021"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":370,"Cost":238,"Date":"1/8/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":17,"Date":"1/14/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":324,"Date":"1/19/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":657,"Cost":443,"Date":"1/28/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":394,"Cost":280,"Date":"1/31/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":495,"Cost":247,"Date":"3/27/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":970,"Cost":549,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":645,"Cost":515,"Date":"4/24/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":340,"Cost":301,"Date":"4/28/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":213,"Cost":158,"Date":"5/15/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":338,"Cost":224,"Date":"5/16/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":431,"Date":"5/18/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":56,"Date":"6/2/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":101,"Cost":73,"Date":"6/3/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":111,"Cost":83,"Date":"6/5/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":975,"Cost":544,"Date":"6/7/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":501,"Date":"6/14/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":590,"Date":"6/20/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":420,"Date":"6/24/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":558,"Date":"7/4/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":399,"Cost":323,"Date":"7/9/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":585,"Cost":545,"Date":"7/12/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":180,"Date":"8/14/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":324,"Cost":297,"Date":"8/16/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":867,"Cost":668,"Date":"8/23/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":312,"Cost":185,"Date":"9/2/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":448,"Cost":330,"Date":"9/3/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":438,"Cost":236,"Date":"9/16/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":411,"Cost":333,"Date":"10/4/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":136,"Date":"11/1/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":265,"Cost":232,"Date":"11/2/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":284,"Date":"12/17/2022"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":89,"Cost":60,"Date":"2/10/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":453,"Cost":274,"Date":"2/28/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":78,"Cost":73,"Date":"3/4/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":199,"Cost":153,"Date":"3/9/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":198,"Cost":161,"Date":"3/9/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":335,"Date":"3/11/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":64,"Cost":49,"Date":"3/17/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":132,"Date":"3/17/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":644,"Cost":558,"Date":"3/23/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":40,"Cost":29,"Date":"4/1/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":21,"Date":"5/7/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":567,"Cost":408,"Date":"5/10/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":676,"Cost":562,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":369,"Date":"6/2/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":372,"Cost":255,"Date":"6/11/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":407,"Cost":337,"Date":"6/16/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":26,"Date":"6/16/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":563,"Cost":434,"Date":"7/10/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":579,"Date":"7/11/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":256,"Cost":155,"Date":"8/28/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":301,"Cost":193,"Date":"8/29/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":166,"Date":"8/31/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":235,"Cost":137,"Date":"9/8/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":406,"Cost":233,"Date":"9/13/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":856,"Cost":753,"Date":"9/14/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":876,"Cost":672,"Date":"9/19/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":631,"Cost":538,"Date":"9/25/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":436,"Date":"10/4/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":141,"Cost":108,"Date":"10/10/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":574,"Date":"10/17/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":606,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":73,"Cost":65,"Date":"10/30/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":713,"Cost":518,"Date":"11/1/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":566,"Date":"11/15/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":331,"Cost":249,"Date":"11/25/2023"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":360,"Cost":192,"Date":"1/10/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":355,"Cost":270,"Date":"1/14/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":169,"Cost":85,"Date":"1/20/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":353,"Cost":219,"Date":"2/8/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":212,"Cost":183,"Date":"2/25/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":144,"Date":"3/7/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":298,"Cost":193,"Date":"3/14/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":930,"Cost":668,"Date":"3/27/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":790,"Cost":679,"Date":"4/5/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":355,"Date":"4/14/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"5/3/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":809,"Cost":637,"Date":"5/9/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":96,"Cost":68,"Date":"5/15/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":230,"Date":"5/25/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":772,"Date":"5/26/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":537,"Date":"5/31/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"7/27/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":67,"Date":"9/17/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":624,"Cost":503,"Date":"10/6/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":163,"Cost":140,"Date":"10/8/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":24,"Date":"10/26/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":485,"Cost":415,"Date":"11/16/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":392,"Cost":216,"Date":"11/18/2024"},{"Store":"Haskovo Mall","Brand":"Nova","Country":"Bulgaria","Sale":848,"Cost":792,"Date":"12/1/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":507,"Cost":255,"Date":"2/9/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":740,"Cost":485,"Date":"2/11/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":258,"Cost":183,"Date":"3/10/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":696,"Cost":646,"Date":"3/16/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":195,"Cost":150,"Date":"3/18/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":939,"Cost":720,"Date":"3/20/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":645,"Date":"3/26/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":376,"Cost":234,"Date":"6/2/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":421,"Cost":306,"Date":"6/10/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":284,"Cost":202,"Date":"6/16/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":878,"Cost":689,"Date":"6/25/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":312,"Date":"7/19/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":218,"Cost":184,"Date":"7/21/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":13,"Cost":13,"Date":"7/25/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":413,"Cost":255,"Date":"8/4/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":160,"Cost":114,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":747,"Cost":471,"Date":"9/4/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":291,"Cost":181,"Date":"9/19/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":421,"Cost":292,"Date":"9/29/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":392,"Date":"10/2/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":528,"Cost":437,"Date":"10/15/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":58,"Cost":48,"Date":"10/30/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":968,"Cost":808,"Date":"11/9/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":165,"Cost":144,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":196,"Cost":178,"Date":"11/30/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":625,"Cost":495,"Date":"12/8/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":425,"Date":"12/11/2018"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":315,"Cost":298,"Date":"1/15/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":64,"Cost":58,"Date":"1/24/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":28,"Cost":14,"Date":"2/3/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":283,"Cost":180,"Date":"2/4/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":840,"Cost":629,"Date":"3/9/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":741,"Date":"3/12/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":399,"Cost":211,"Date":"4/19/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":671,"Cost":408,"Date":"5/3/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":215,"Cost":163,"Date":"5/4/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":649,"Cost":359,"Date":"6/8/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":389,"Date":"6/26/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":326,"Cost":197,"Date":"7/4/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":481,"Date":"7/13/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":307,"Cost":226,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":793,"Cost":655,"Date":"8/26/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":360,"Date":"9/2/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":165,"Cost":137,"Date":"9/29/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":567,"Cost":481,"Date":"10/12/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":437,"Cost":370,"Date":"11/2/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":293,"Cost":254,"Date":"11/4/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":489,"Cost":358,"Date":"11/7/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":366,"Date":"12/1/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":832,"Cost":644,"Date":"12/4/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":676,"Cost":508,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":212,"Cost":174,"Date":"12/18/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":613,"Date":"12/20/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":596,"Cost":442,"Date":"12/20/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":100,"Date":"12/21/2019"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":713,"Date":"1/9/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":63,"Date":"2/5/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":345,"Cost":325,"Date":"2/16/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":708,"Date":"2/16/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":166,"Cost":101,"Date":"2/18/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":403,"Cost":343,"Date":"2/22/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":979,"Cost":529,"Date":"2/25/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":655,"Cost":342,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":627,"Cost":401,"Date":"4/2/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":713,"Cost":608,"Date":"4/3/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":20,"Date":"4/9/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":741,"Cost":690,"Date":"4/10/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":132,"Date":"4/19/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":819,"Cost":542,"Date":"5/17/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":644,"Cost":526,"Date":"5/22/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":319,"Cost":206,"Date":"6/20/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":684,"Date":"7/1/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":386,"Cost":210,"Date":"7/4/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":92,"Cost":48,"Date":"7/8/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":269,"Cost":161,"Date":"7/9/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":474,"Cost":401,"Date":"7/14/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":530,"Date":"7/19/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":53,"Cost":38,"Date":"8/1/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":191,"Cost":122,"Date":"8/6/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":717,"Cost":649,"Date":"8/7/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":822,"Cost":678,"Date":"8/22/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":863,"Cost":547,"Date":"8/31/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":273,"Cost":186,"Date":"9/1/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":366,"Cost":327,"Date":"9/1/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":283,"Date":"9/17/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":498,"Cost":265,"Date":"9/29/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":789,"Cost":633,"Date":"11/7/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":84,"Cost":60,"Date":"11/26/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":345,"Cost":284,"Date":"11/27/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":471,"Date":"12/5/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":62,"Date":"12/26/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":442,"Date":"12/31/2020"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":346,"Date":"1/20/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":568,"Cost":511,"Date":"2/2/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":496,"Date":"2/8/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":30,"Cost":23,"Date":"2/27/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":318,"Cost":235,"Date":"3/1/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":40,"Cost":27,"Date":"3/1/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":594,"Date":"3/19/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":64,"Date":"3/28/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":133,"Cost":117,"Date":"5/21/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":686,"Cost":601,"Date":"7/21/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":780,"Cost":573,"Date":"8/5/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":12,"Cost":11,"Date":"8/12/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":23,"Cost":22,"Date":"8/21/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":630,"Cost":394,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":458,"Cost":251,"Date":"9/3/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":315,"Cost":223,"Date":"9/5/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":935,"Cost":737,"Date":"10/6/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":470,"Cost":268,"Date":"10/19/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":878,"Cost":584,"Date":"11/15/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":795,"Cost":553,"Date":"12/8/2021"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":474,"Cost":348,"Date":"1/8/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":934,"Cost":835,"Date":"1/14/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":657,"Cost":372,"Date":"1/19/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":318,"Cost":205,"Date":"1/28/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":882,"Cost":578,"Date":"1/31/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":81,"Cost":55,"Date":"3/27/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":672,"Cost":546,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":608,"Cost":566,"Date":"4/24/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":248,"Cost":157,"Date":"4/28/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":442,"Cost":299,"Date":"5/15/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":998,"Cost":924,"Date":"5/16/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":301,"Cost":179,"Date":"5/18/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":706,"Cost":397,"Date":"6/2/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":952,"Cost":882,"Date":"6/3/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":178,"Cost":144,"Date":"6/5/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":433,"Cost":280,"Date":"6/7/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":729,"Cost":402,"Date":"6/14/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":399,"Date":"6/20/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":593,"Cost":337,"Date":"6/24/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":149,"Date":"7/4/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":39,"Cost":31,"Date":"7/9/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":713,"Cost":508,"Date":"7/12/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":886,"Cost":675,"Date":"8/14/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":27,"Date":"8/16/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":538,"Date":"8/23/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":71,"Cost":49,"Date":"9/2/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":48,"Date":"9/3/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":754,"Date":"9/16/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":868,"Cost":570,"Date":"10/4/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":280,"Cost":247,"Date":"11/1/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":448,"Cost":364,"Date":"11/2/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":18,"Cost":14,"Date":"12/17/2022"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":285,"Date":"2/10/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":205,"Cost":172,"Date":"2/28/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":334,"Cost":173,"Date":"3/4/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":736,"Cost":599,"Date":"3/9/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":464,"Cost":310,"Date":"3/9/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":326,"Cost":216,"Date":"3/11/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":322,"Cost":236,"Date":"3/17/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":198,"Cost":172,"Date":"3/17/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":155,"Cost":110,"Date":"3/23/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":25,"Cost":19,"Date":"4/1/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":867,"Cost":764,"Date":"5/7/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":318,"Cost":159,"Date":"5/10/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":616,"Cost":462,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":551,"Date":"6/2/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":988,"Cost":512,"Date":"6/11/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":32,"Cost":25,"Date":"6/16/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":679,"Date":"6/16/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":771,"Cost":598,"Date":"7/10/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":430,"Cost":385,"Date":"7/11/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":37,"Cost":20,"Date":"8/28/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":182,"Cost":138,"Date":"8/29/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":178,"Cost":163,"Date":"8/31/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":25,"Cost":14,"Date":"9/8/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":605,"Cost":412,"Date":"9/13/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":218,"Date":"9/14/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":93,"Cost":80,"Date":"9/19/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":635,"Cost":397,"Date":"9/25/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":234,"Date":"10/4/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":133,"Date":"10/10/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":112,"Cost":95,"Date":"10/17/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":139,"Cost":125,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":791,"Cost":685,"Date":"10/30/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":93,"Date":"11/1/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":967,"Cost":748,"Date":"11/15/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":178,"Cost":110,"Date":"11/25/2023"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":129,"Cost":96,"Date":"1/10/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":764,"Cost":518,"Date":"1/14/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":908,"Date":"1/20/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":272,"Cost":219,"Date":"2/8/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":745,"Cost":489,"Date":"2/25/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":820,"Date":"3/7/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":163,"Date":"3/14/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":237,"Cost":145,"Date":"3/27/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":133,"Cost":99,"Date":"4/5/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":249,"Cost":148,"Date":"4/14/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":730,"Date":"5/3/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":134,"Cost":121,"Date":"5/9/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":164,"Date":"5/15/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":493,"Cost":258,"Date":"5/25/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":744,"Cost":622,"Date":"5/26/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":121,"Cost":89,"Date":"5/31/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":701,"Cost":564,"Date":"7/27/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":123,"Date":"9/17/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":389,"Cost":226,"Date":"10/6/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":464,"Cost":356,"Date":"10/8/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":799,"Cost":645,"Date":"10/26/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":65,"Date":"11/16/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":517,"Date":"11/18/2024"},{"Store":"Haskovo Mall","Brand":"COS","Country":"Bulgaria","Sale":51,"Cost":32,"Date":"12/1/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":898,"Cost":575,"Date":"2/9/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":39,"Cost":24,"Date":"2/11/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":264,"Cost":232,"Date":"3/10/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":391,"Cost":203,"Date":"3/16/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":604,"Cost":528,"Date":"3/18/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":120,"Date":"3/20/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":288,"Cost":247,"Date":"3/26/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":115,"Cost":88,"Date":"6/2/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":574,"Cost":301,"Date":"6/10/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":501,"Cost":353,"Date":"6/16/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":705,"Cost":575,"Date":"6/25/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":999,"Cost":915,"Date":"7/19/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":507,"Cost":447,"Date":"7/21/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":149,"Cost":80,"Date":"7/25/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":390,"Date":"8/4/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":540,"Date":"9/2/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":852,"Cost":642,"Date":"9/4/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":564,"Cost":480,"Date":"9/19/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":27,"Cost":15,"Date":"9/29/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":825,"Cost":702,"Date":"10/2/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":47,"Cost":37,"Date":"10/15/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":311,"Cost":199,"Date":"10/30/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":907,"Cost":461,"Date":"11/9/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":50,"Cost":44,"Date":"11/23/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":157,"Cost":101,"Date":"11/30/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":926,"Cost":482,"Date":"12/8/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":24,"Cost":21,"Date":"12/11/2018"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":173,"Cost":118,"Date":"1/15/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":864,"Cost":604,"Date":"1/24/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":745,"Cost":388,"Date":"2/3/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":467,"Cost":349,"Date":"2/4/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":466,"Cost":296,"Date":"3/9/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":474,"Cost":433,"Date":"3/12/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":23,"Cost":11,"Date":"4/19/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":936,"Cost":553,"Date":"5/3/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":677,"Cost":553,"Date":"5/4/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":317,"Cost":289,"Date":"6/8/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":982,"Cost":864,"Date":"6/26/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":553,"Cost":334,"Date":"7/4/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":245,"Cost":207,"Date":"7/13/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":77,"Cost":40,"Date":"8/8/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":495,"Cost":369,"Date":"8/26/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":858,"Cost":577,"Date":"9/2/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":649,"Cost":529,"Date":"9/29/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":31,"Cost":20,"Date":"10/12/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":557,"Cost":408,"Date":"11/2/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":36,"Cost":28,"Date":"11/4/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":116,"Cost":108,"Date":"11/7/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":248,"Cost":180,"Date":"12/1/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":507,"Cost":403,"Date":"12/4/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":675,"Cost":411,"Date":"12/7/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":61,"Cost":56,"Date":"12/18/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":50,"Cost":48,"Date":"12/20/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":452,"Cost":274,"Date":"12/20/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":870,"Cost":552,"Date":"12/21/2019"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":918,"Cost":813,"Date":"1/9/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":440,"Cost":255,"Date":"2/5/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":436,"Cost":308,"Date":"2/16/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":800,"Cost":425,"Date":"2/16/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":82,"Cost":43,"Date":"2/18/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":261,"Date":"2/22/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":545,"Cost":363,"Date":"2/25/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":612,"Cost":428,"Date":"3/8/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":215,"Cost":179,"Date":"4/2/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":534,"Cost":425,"Date":"4/3/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":825,"Cost":592,"Date":"4/9/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":619,"Cost":329,"Date":"4/10/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":663,"Cost":336,"Date":"4/19/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":797,"Cost":491,"Date":"5/17/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":170,"Cost":88,"Date":"5/22/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":349,"Cost":244,"Date":"6/20/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":546,"Cost":297,"Date":"7/1/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":370,"Cost":213,"Date":"7/4/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":715,"Cost":678,"Date":"7/8/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":193,"Cost":96,"Date":"7/9/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":213,"Cost":160,"Date":"7/14/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":411,"Cost":231,"Date":"7/19/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":456,"Cost":309,"Date":"8/1/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":512,"Cost":435,"Date":"8/6/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":900,"Cost":773,"Date":"8/7/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":931,"Cost":775,"Date":"8/22/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":363,"Cost":339,"Date":"8/31/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":684,"Cost":546,"Date":"9/1/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":587,"Cost":448,"Date":"9/1/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":427,"Cost":294,"Date":"9/17/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":109,"Date":"9/29/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":918,"Cost":828,"Date":"11/7/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":35,"Cost":25,"Date":"11/26/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":356,"Cost":311,"Date":"11/27/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":436,"Cost":384,"Date":"12/5/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":361,"Cost":282,"Date":"12/26/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":533,"Cost":326,"Date":"12/31/2020"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":917,"Cost":603,"Date":"1/20/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":523,"Cost":269,"Date":"2/2/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":236,"Cost":132,"Date":"2/8/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":537,"Cost":336,"Date":"2/27/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":204,"Cost":113,"Date":"3/1/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":525,"Cost":442,"Date":"3/1/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":372,"Cost":284,"Date":"3/19/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":155,"Date":"3/28/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":472,"Cost":330,"Date":"5/21/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":211,"Cost":187,"Date":"7/21/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":987,"Cost":852,"Date":"8/5/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":942,"Cost":649,"Date":"8/12/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":809,"Cost":621,"Date":"8/21/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":312,"Cost":194,"Date":"8/23/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":669,"Cost":606,"Date":"9/3/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":180,"Cost":118,"Date":"9/5/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":584,"Cost":505,"Date":"10/6/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":888,"Cost":487,"Date":"10/19/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":492,"Cost":408,"Date":"11/15/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":310,"Cost":262,"Date":"12/8/2021"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":950,"Cost":518,"Date":"1/8/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":360,"Cost":230,"Date":"1/14/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":180,"Cost":166,"Date":"1/19/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":215,"Cost":116,"Date":"1/28/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":178,"Cost":89,"Date":"1/31/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":335,"Cost":170,"Date":"3/27/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":869,"Date":"4/20/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":47,"Cost":23,"Date":"4/24/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":682,"Cost":484,"Date":"4/28/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":945,"Cost":734,"Date":"5/15/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":947,"Cost":861,"Date":"5/16/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":688,"Cost":599,"Date":"5/18/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":763,"Cost":620,"Date":"6/2/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":218,"Cost":137,"Date":"6/3/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":138,"Cost":100,"Date":"6/5/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":126,"Date":"6/7/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":803,"Cost":584,"Date":"6/14/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":557,"Cost":501,"Date":"6/20/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":420,"Cost":357,"Date":"6/24/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":564,"Cost":474,"Date":"7/4/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":472,"Cost":347,"Date":"7/9/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":592,"Cost":334,"Date":"7/12/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":750,"Cost":458,"Date":"8/14/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":318,"Date":"8/16/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":553,"Cost":509,"Date":"8/23/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":528,"Cost":501,"Date":"9/2/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":162,"Cost":106,"Date":"9/3/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":998,"Cost":792,"Date":"9/16/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":748,"Cost":569,"Date":"10/4/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":991,"Cost":747,"Date":"11/1/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":470,"Cost":250,"Date":"11/2/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":488,"Cost":400,"Date":"12/17/2022"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":92,"Cost":61,"Date":"2/10/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":310,"Cost":163,"Date":"2/28/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":66,"Cost":33,"Date":"3/4/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":826,"Cost":537,"Date":"3/9/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":106,"Cost":89,"Date":"3/9/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":19,"Cost":17,"Date":"3/11/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":647,"Cost":534,"Date":"3/17/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":590,"Cost":553,"Date":"3/17/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":751,"Cost":554,"Date":"3/23/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":211,"Cost":124,"Date":"4/1/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":450,"Cost":368,"Date":"5/7/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":760,"Cost":446,"Date":"5/10/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":80,"Cost":43,"Date":"5/20/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":43,"Cost":35,"Date":"6/2/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":652,"Cost":362,"Date":"6/11/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":198,"Cost":170,"Date":"6/16/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":661,"Cost":537,"Date":"6/16/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":380,"Cost":332,"Date":"7/10/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":223,"Date":"7/11/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"8/28/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"8/29/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":381,"Cost":289,"Date":"8/31/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":687,"Cost":530,"Date":"9/8/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":296,"Cost":199,"Date":"9/13/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":932,"Cost":643,"Date":"9/14/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":740,"Cost":511,"Date":"9/19/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":425,"Cost":225,"Date":"9/25/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":537,"Cost":394,"Date":"10/4/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":133,"Cost":76,"Date":"10/10/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":203,"Cost":159,"Date":"10/17/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":116,"Cost":96,"Date":"10/28/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":730,"Cost":669,"Date":"10/30/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":172,"Cost":101,"Date":"11/1/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":161,"Cost":153,"Date":"11/15/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":508,"Date":"11/25/2023"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":668,"Cost":622,"Date":"1/10/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":994,"Cost":898,"Date":"1/14/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":536,"Cost":396,"Date":"1/20/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":420,"Cost":359,"Date":"2/8/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":819,"Cost":591,"Date":"2/25/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":451,"Cost":415,"Date":"3/7/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":72,"Cost":65,"Date":"3/14/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":348,"Cost":179,"Date":"3/27/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":173,"Cost":104,"Date":"4/5/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":948,"Cost":618,"Date":"4/14/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":469,"Cost":415,"Date":"5/3/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":947,"Cost":647,"Date":"5/9/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":103,"Cost":96,"Date":"5/15/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":808,"Cost":598,"Date":"5/25/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"5/26/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":452,"Cost":410,"Date":"5/31/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":582,"Cost":508,"Date":"7/27/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":197,"Cost":153,"Date":"9/17/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":885,"Cost":448,"Date":"10/6/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":780,"Cost":480,"Date":"10/8/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":556,"Cost":428,"Date":"10/26/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":870,"Cost":783,"Date":"11/16/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":649,"Cost":425,"Date":"11/18/2024"},{"Store":"Haskovo Mall","Brand":"HM","Country":"Bulgaria","Sale":303,"Cost":253,"Date":"12/1/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":149,"Cost":91,"Date":"2/9/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":45,"Cost":42,"Date":"2/11/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":769,"Cost":599,"Date":"3/10/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":246,"Cost":217,"Date":"3/16/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":234,"Date":"3/18/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":208,"Cost":161,"Date":"3/20/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":229,"Cost":183,"Date":"3/26/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":996,"Cost":738,"Date":"6/2/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":852,"Cost":754,"Date":"6/10/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":959,"Cost":785,"Date":"6/16/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":359,"Cost":315,"Date":"6/25/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":170,"Cost":123,"Date":"7/19/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":110,"Date":"7/21/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":561,"Date":"7/25/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":282,"Cost":264,"Date":"8/4/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":415,"Cost":273,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":550,"Cost":520,"Date":"9/4/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":141,"Cost":79,"Date":"9/19/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":997,"Cost":588,"Date":"9/29/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":875,"Cost":482,"Date":"10/2/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":84,"Cost":75,"Date":"10/15/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":835,"Cost":641,"Date":"10/30/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":708,"Cost":474,"Date":"11/9/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":579,"Cost":457,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":326,"Date":"11/30/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"12/8/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":382,"Date":"12/11/2018"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":148,"Cost":85,"Date":"1/15/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":764,"Cost":665,"Date":"1/24/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":133,"Cost":111,"Date":"2/3/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":412,"Cost":338,"Date":"2/4/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":132,"Cost":100,"Date":"3/9/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":925,"Cost":491,"Date":"3/12/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":691,"Date":"4/19/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":247,"Cost":222,"Date":"5/3/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":535,"Cost":392,"Date":"5/4/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":437,"Cost":334,"Date":"6/8/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":713,"Cost":566,"Date":"6/26/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":498,"Cost":366,"Date":"7/4/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":999,"Cost":794,"Date":"7/13/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":954,"Cost":600,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":88,"Cost":79,"Date":"8/26/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":124,"Cost":97,"Date":"9/2/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":101,"Cost":91,"Date":"9/29/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":35,"Cost":23,"Date":"10/12/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":837,"Cost":722,"Date":"11/2/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":589,"Cost":347,"Date":"11/4/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":705,"Cost":469,"Date":"11/7/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":480,"Cost":373,"Date":"12/1/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":417,"Date":"12/4/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":760,"Cost":489,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":416,"Cost":324,"Date":"12/18/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":872,"Cost":791,"Date":"12/20/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":683,"Cost":418,"Date":"12/20/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":780,"Cost":708,"Date":"12/21/2019"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":718,"Cost":458,"Date":"1/9/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":208,"Cost":183,"Date":"2/5/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":869,"Cost":595,"Date":"2/16/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":17,"Cost":12,"Date":"2/16/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":359,"Cost":184,"Date":"2/18/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":509,"Cost":303,"Date":"2/22/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":981,"Cost":503,"Date":"2/25/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":865,"Cost":555,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":355,"Cost":311,"Date":"4/2/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":390,"Cost":345,"Date":"4/3/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":703,"Cost":394,"Date":"4/9/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":45,"Cost":29,"Date":"4/10/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":750,"Cost":677,"Date":"4/19/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":346,"Cost":315,"Date":"5/17/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":75,"Cost":51,"Date":"5/22/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":851,"Cost":724,"Date":"6/20/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":252,"Cost":148,"Date":"7/1/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":692,"Date":"7/4/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":866,"Cost":604,"Date":"7/8/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":127,"Cost":67,"Date":"7/9/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":948,"Cost":568,"Date":"7/14/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":870,"Cost":582,"Date":"7/19/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":212,"Cost":132,"Date":"8/1/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":582,"Cost":387,"Date":"8/6/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":429,"Date":"8/7/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":92,"Cost":46,"Date":"8/22/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":593,"Cost":554,"Date":"8/31/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":745,"Cost":375,"Date":"9/1/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":664,"Cost":412,"Date":"9/1/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":374,"Date":"9/17/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":104,"Cost":85,"Date":"9/29/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":164,"Cost":93,"Date":"11/7/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":161,"Cost":82,"Date":"11/26/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":653,"Cost":513,"Date":"11/27/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":804,"Cost":567,"Date":"12/5/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":39,"Cost":25,"Date":"12/26/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":446,"Cost":358,"Date":"12/31/2020"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":330,"Cost":168,"Date":"1/20/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":765,"Cost":704,"Date":"2/2/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":191,"Date":"2/8/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":502,"Cost":317,"Date":"2/27/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":53,"Cost":46,"Date":"3/1/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":132,"Cost":74,"Date":"3/1/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":784,"Cost":550,"Date":"3/19/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":645,"Date":"3/28/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":392,"Cost":256,"Date":"5/21/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":118,"Cost":82,"Date":"7/21/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":823,"Cost":697,"Date":"8/5/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":547,"Date":"8/12/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":946,"Cost":660,"Date":"8/21/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":479,"Cost":386,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":143,"Cost":86,"Date":"9/3/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":140,"Cost":116,"Date":"9/5/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":349,"Cost":283,"Date":"10/6/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":391,"Cost":326,"Date":"10/19/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":474,"Cost":281,"Date":"11/15/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":717,"Cost":676,"Date":"12/8/2021"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":178,"Cost":100,"Date":"1/8/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":194,"Cost":184,"Date":"1/14/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":100,"Date":"1/19/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":404,"Cost":212,"Date":"1/28/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":374,"Cost":272,"Date":"1/31/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":145,"Cost":95,"Date":"3/27/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":784,"Cost":578,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":948,"Cost":847,"Date":"4/24/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":742,"Cost":663,"Date":"4/28/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":595,"Cost":298,"Date":"5/15/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":941,"Cost":758,"Date":"5/16/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":949,"Cost":655,"Date":"5/18/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":479,"Cost":377,"Date":"6/2/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":128,"Cost":73,"Date":"6/3/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":166,"Cost":118,"Date":"6/5/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":906,"Cost":615,"Date":"6/7/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":749,"Cost":378,"Date":"6/14/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":601,"Cost":514,"Date":"6/20/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":145,"Cost":92,"Date":"6/24/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":602,"Cost":550,"Date":"7/4/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":819,"Cost":751,"Date":"7/9/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":261,"Cost":234,"Date":"7/12/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":743,"Cost":512,"Date":"8/14/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":367,"Cost":294,"Date":"8/16/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":629,"Cost":518,"Date":"8/23/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":776,"Cost":724,"Date":"9/2/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":699,"Cost":477,"Date":"9/3/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":358,"Cost":212,"Date":"9/16/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":962,"Cost":752,"Date":"10/4/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":215,"Cost":156,"Date":"11/1/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":507,"Cost":383,"Date":"11/2/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":426,"Cost":247,"Date":"12/17/2022"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":416,"Cost":362,"Date":"2/10/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":897,"Cost":651,"Date":"2/28/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":480,"Cost":436,"Date":"3/4/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":151,"Cost":112,"Date":"3/9/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":354,"Cost":278,"Date":"3/9/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":634,"Cost":379,"Date":"3/11/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":925,"Cost":531,"Date":"3/17/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":294,"Cost":150,"Date":"3/17/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":13,"Cost":8,"Date":"3/23/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":811,"Cost":507,"Date":"4/1/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":146,"Cost":114,"Date":"5/7/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":552,"Cost":419,"Date":"5/10/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":916,"Cost":793,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":143,"Cost":80,"Date":"6/2/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":439,"Date":"6/11/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":193,"Cost":160,"Date":"6/16/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":49,"Cost":39,"Date":"6/16/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":527,"Cost":393,"Date":"7/10/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":728,"Cost":402,"Date":"7/11/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":196,"Cost":127,"Date":"8/28/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":971,"Cost":612,"Date":"8/29/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":839,"Cost":637,"Date":"8/31/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":384,"Cost":288,"Date":"9/8/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":914,"Cost":656,"Date":"9/13/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":184,"Cost":112,"Date":"9/14/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":171,"Cost":101,"Date":"9/19/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":527,"Cost":453,"Date":"9/25/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":204,"Cost":125,"Date":"10/4/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":851,"Cost":711,"Date":"10/10/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":473,"Cost":433,"Date":"10/17/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":105,"Cost":62,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":842,"Cost":441,"Date":"10/30/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":935,"Cost":510,"Date":"11/1/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":207,"Date":"11/15/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":422,"Cost":368,"Date":"11/25/2023"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":583,"Cost":367,"Date":"1/10/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":457,"Cost":339,"Date":"1/14/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":170,"Cost":114,"Date":"1/20/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":814,"Cost":602,"Date":"2/8/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":661,"Cost":574,"Date":"2/25/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":794,"Cost":465,"Date":"3/7/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":669,"Cost":341,"Date":"3/14/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":273,"Cost":159,"Date":"3/27/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":88,"Cost":51,"Date":"4/5/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":798,"Cost":728,"Date":"4/14/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":515,"Cost":438,"Date":"5/3/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":37,"Cost":33,"Date":"5/9/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":529,"Cost":305,"Date":"5/15/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":466,"Cost":285,"Date":"5/25/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":342,"Cost":324,"Date":"5/26/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":386,"Cost":321,"Date":"5/31/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":23,"Cost":13,"Date":"7/27/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":688,"Cost":452,"Date":"9/17/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":531,"Cost":409,"Date":"10/6/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":209,"Cost":126,"Date":"10/8/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":321,"Cost":245,"Date":"10/26/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":85,"Cost":70,"Date":"11/16/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":915,"Cost":477,"Date":"11/18/2024"},{"Store":"Kyustendil Mall","Brand":"Jeans","Country":"Bulgaria","Sale":100,"Cost":94,"Date":"12/1/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":642,"Cost":592,"Date":"2/9/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":379,"Cost":242,"Date":"2/11/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":315,"Cost":253,"Date":"3/10/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":491,"Cost":385,"Date":"3/16/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":956,"Cost":591,"Date":"3/18/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":722,"Cost":686,"Date":"3/20/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":216,"Date":"3/26/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":906,"Cost":805,"Date":"6/2/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":987,"Cost":527,"Date":"6/10/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":459,"Cost":369,"Date":"6/16/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":311,"Cost":271,"Date":"6/25/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":363,"Date":"7/19/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":797,"Cost":420,"Date":"7/21/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":164,"Cost":143,"Date":"7/25/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":194,"Cost":137,"Date":"8/4/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":772,"Cost":596,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":87,"Date":"9/4/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":597,"Cost":340,"Date":"9/19/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":47,"Cost":31,"Date":"9/29/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":412,"Cost":385,"Date":"10/2/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":610,"Cost":317,"Date":"10/15/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":181,"Cost":171,"Date":"10/30/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":231,"Cost":182,"Date":"11/9/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":334,"Cost":310,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":774,"Cost":582,"Date":"11/30/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":864,"Cost":554,"Date":"12/8/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":861,"Cost":554,"Date":"12/11/2018"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":777,"Cost":713,"Date":"1/15/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":34,"Cost":30,"Date":"1/24/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":951,"Cost":657,"Date":"2/3/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":525,"Cost":311,"Date":"2/4/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":791,"Cost":580,"Date":"3/9/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":752,"Cost":509,"Date":"3/12/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"4/19/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":159,"Cost":129,"Date":"5/3/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":759,"Cost":483,"Date":"5/4/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":256,"Cost":138,"Date":"6/8/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":746,"Cost":424,"Date":"6/26/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":75,"Date":"7/4/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":622,"Cost":439,"Date":"7/13/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":472,"Cost":270,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":59,"Date":"8/26/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":19,"Cost":11,"Date":"9/2/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":796,"Cost":633,"Date":"9/29/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":253,"Cost":185,"Date":"10/12/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":433,"Cost":228,"Date":"11/2/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":622,"Cost":540,"Date":"11/4/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":118,"Cost":88,"Date":"11/7/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":427,"Cost":387,"Date":"12/1/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":219,"Cost":165,"Date":"12/4/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":945,"Cost":669,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":766,"Cost":470,"Date":"12/18/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":327,"Cost":259,"Date":"12/20/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":73,"Cost":66,"Date":"12/20/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":186,"Cost":175,"Date":"12/21/2019"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":324,"Date":"1/9/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":790,"Cost":521,"Date":"2/5/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":89,"Cost":85,"Date":"2/16/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":379,"Cost":240,"Date":"2/16/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":275,"Cost":160,"Date":"2/18/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":873,"Cost":609,"Date":"2/22/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":672,"Cost":527,"Date":"2/25/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":893,"Cost":825,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":825,"Cost":769,"Date":"4/2/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":667,"Cost":439,"Date":"4/3/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":51,"Cost":28,"Date":"4/9/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":587,"Cost":340,"Date":"4/10/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":460,"Cost":294,"Date":"4/19/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":778,"Cost":605,"Date":"5/17/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":438,"Cost":249,"Date":"5/22/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":792,"Cost":697,"Date":"6/20/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":341,"Cost":208,"Date":"7/1/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":362,"Cost":302,"Date":"7/4/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":611,"Cost":440,"Date":"7/8/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":569,"Cost":358,"Date":"7/9/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":798,"Cost":694,"Date":"7/14/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":429,"Cost":347,"Date":"7/19/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":219,"Cost":124,"Date":"8/1/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":85,"Cost":62,"Date":"8/6/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":958,"Cost":832,"Date":"8/7/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":134,"Cost":125,"Date":"8/22/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":782,"Cost":455,"Date":"8/31/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":508,"Cost":437,"Date":"9/1/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":423,"Cost":287,"Date":"9/1/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":641,"Cost":380,"Date":"9/17/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":173,"Cost":109,"Date":"9/29/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":453,"Cost":247,"Date":"11/7/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":605,"Cost":477,"Date":"11/26/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":575,"Cost":348,"Date":"11/27/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":568,"Date":"12/5/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":787,"Cost":619,"Date":"12/26/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":63,"Cost":35,"Date":"12/31/2020"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":842,"Cost":625,"Date":"1/20/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":483,"Cost":411,"Date":"2/2/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":588,"Cost":457,"Date":"2/8/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":460,"Cost":364,"Date":"2/27/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":789,"Cost":568,"Date":"3/1/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":198,"Cost":103,"Date":"3/1/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":972,"Cost":606,"Date":"3/19/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":445,"Cost":312,"Date":"3/28/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":608,"Cost":383,"Date":"5/21/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":82,"Cost":66,"Date":"7/21/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":780,"Cost":596,"Date":"8/5/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":675,"Cost":441,"Date":"8/12/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":742,"Cost":373,"Date":"8/21/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":33,"Cost":31,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":75,"Cost":42,"Date":"9/3/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":644,"Cost":519,"Date":"9/5/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":498,"Cost":329,"Date":"10/6/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":447,"Cost":309,"Date":"10/19/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":624,"Cost":337,"Date":"11/15/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":757,"Cost":403,"Date":"12/8/2021"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":321,"Cost":225,"Date":"1/8/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":273,"Cost":218,"Date":"1/14/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":216,"Cost":146,"Date":"1/19/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":239,"Cost":130,"Date":"1/28/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":713,"Cost":502,"Date":"1/31/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":846,"Cost":480,"Date":"3/27/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":373,"Cost":207,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":248,"Cost":220,"Date":"4/24/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":606,"Cost":333,"Date":"4/28/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":908,"Cost":683,"Date":"5/15/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":58,"Cost":45,"Date":"5/16/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":916,"Cost":478,"Date":"5/18/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":311,"Cost":199,"Date":"6/2/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":7,"Cost":5,"Date":"6/3/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":811,"Cost":648,"Date":"6/5/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":240,"Cost":178,"Date":"6/7/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":672,"Cost":580,"Date":"6/14/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":992,"Cost":524,"Date":"6/20/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":611,"Cost":436,"Date":"6/24/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":304,"Cost":241,"Date":"7/4/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":337,"Date":"7/9/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":739,"Cost":515,"Date":"7/12/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":169,"Cost":106,"Date":"8/14/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":189,"Cost":115,"Date":"8/16/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":744,"Cost":546,"Date":"8/23/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":610,"Date":"9/2/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":471,"Cost":447,"Date":"9/3/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":723,"Cost":622,"Date":"9/16/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":307,"Cost":287,"Date":"10/4/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":362,"Cost":342,"Date":"11/1/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":163,"Cost":83,"Date":"11/2/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":75,"Cost":48,"Date":"12/17/2022"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":711,"Cost":397,"Date":"2/10/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":591,"Cost":442,"Date":"2/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":402,"Cost":356,"Date":"3/4/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":396,"Cost":290,"Date":"3/9/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":22,"Cost":21,"Date":"3/9/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":318,"Cost":275,"Date":"3/11/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":210,"Cost":164,"Date":"3/17/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":750,"Cost":580,"Date":"3/17/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":56,"Cost":33,"Date":"3/23/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":331,"Cost":198,"Date":"4/1/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":670,"Cost":618,"Date":"5/7/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":460,"Cost":373,"Date":"5/10/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":801,"Cost":617,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":613,"Cost":487,"Date":"6/2/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":403,"Date":"6/11/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":397,"Cost":316,"Date":"6/16/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":253,"Cost":239,"Date":"6/16/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":236,"Cost":194,"Date":"7/10/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":273,"Cost":238,"Date":"7/11/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":38,"Cost":34,"Date":"8/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":91,"Cost":67,"Date":"8/29/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":500,"Cost":270,"Date":"8/31/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":508,"Date":"9/8/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":550,"Cost":450,"Date":"9/13/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":982,"Cost":738,"Date":"9/14/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":548,"Cost":497,"Date":"9/19/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":492,"Cost":421,"Date":"9/25/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":538,"Date":"10/4/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":586,"Cost":512,"Date":"10/10/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":910,"Cost":826,"Date":"10/17/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":235,"Cost":119,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":200,"Cost":147,"Date":"10/30/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":427,"Cost":372,"Date":"11/1/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":81,"Date":"11/15/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":451,"Cost":400,"Date":"11/25/2023"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":377,"Cost":263,"Date":"1/10/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":836,"Cost":529,"Date":"1/14/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":866,"Cost":465,"Date":"1/20/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":437,"Cost":255,"Date":"2/8/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":559,"Cost":297,"Date":"2/25/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":519,"Cost":483,"Date":"3/7/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":803,"Cost":569,"Date":"3/14/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":823,"Cost":672,"Date":"3/27/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":665,"Cost":622,"Date":"4/5/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":579,"Cost":457,"Date":"4/14/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":595,"Cost":471,"Date":"5/3/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":379,"Cost":353,"Date":"5/9/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":349,"Cost":175,"Date":"5/15/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":504,"Cost":457,"Date":"5/25/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":913,"Cost":731,"Date":"5/26/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":373,"Cost":232,"Date":"5/31/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":62,"Cost":56,"Date":"7/27/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":121,"Cost":65,"Date":"9/17/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":941,"Cost":565,"Date":"10/6/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":720,"Cost":584,"Date":"10/8/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":204,"Cost":114,"Date":"10/26/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":82,"Cost":73,"Date":"11/16/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":389,"Cost":237,"Date":"11/18/2024"},{"Store":"Kyustendil Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":297,"Cost":268,"Date":"12/1/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":380,"Cost":348,"Date":"2/9/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":230,"Cost":178,"Date":"2/11/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":683,"Cost":609,"Date":"3/10/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":92,"Cost":60,"Date":"3/16/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":751,"Cost":522,"Date":"3/18/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":405,"Date":"3/20/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":81,"Date":"3/26/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":616,"Cost":374,"Date":"6/2/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":239,"Cost":210,"Date":"6/10/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":303,"Cost":181,"Date":"6/16/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":222,"Cost":149,"Date":"6/25/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":314,"Cost":253,"Date":"7/19/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":752,"Date":"7/21/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":846,"Cost":458,"Date":"7/25/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":922,"Cost":470,"Date":"8/4/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":766,"Cost":492,"Date":"9/2/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":376,"Cost":314,"Date":"9/4/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":58,"Cost":45,"Date":"9/19/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":711,"Cost":517,"Date":"9/29/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":987,"Cost":695,"Date":"10/2/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":254,"Cost":216,"Date":"10/15/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":899,"Cost":851,"Date":"10/30/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":651,"Cost":594,"Date":"11/9/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":934,"Cost":567,"Date":"11/23/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":47,"Date":"11/30/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":49,"Cost":40,"Date":"12/8/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":212,"Cost":172,"Date":"12/11/2018"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"1/15/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":366,"Date":"1/24/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"2/3/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":268,"Date":"2/4/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":688,"Date":"3/9/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":255,"Date":"3/12/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":173,"Cost":89,"Date":"4/19/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":472,"Cost":278,"Date":"5/3/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":36,"Cost":31,"Date":"5/4/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":198,"Date":"6/8/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":952,"Cost":853,"Date":"6/26/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":523,"Date":"7/4/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":36,"Cost":26,"Date":"7/13/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":451,"Cost":290,"Date":"8/8/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":149,"Date":"8/26/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":262,"Date":"9/2/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":864,"Cost":478,"Date":"9/29/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":199,"Cost":116,"Date":"10/12/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":812,"Cost":659,"Date":"11/2/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":564,"Date":"11/4/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":679,"Cost":548,"Date":"11/7/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":499,"Date":"12/1/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":19,"Date":"12/4/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":250,"Cost":237,"Date":"12/7/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":277,"Cost":235,"Date":"12/18/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":687,"Cost":625,"Date":"12/20/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":85,"Date":"12/20/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":606,"Date":"12/21/2019"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":611,"Date":"1/9/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":441,"Cost":339,"Date":"2/5/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":111,"Date":"2/16/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":173,"Date":"2/16/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":102,"Date":"2/18/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":51,"Cost":39,"Date":"2/22/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":673,"Cost":417,"Date":"2/25/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":557,"Cost":325,"Date":"3/8/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"4/2/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":20,"Date":"4/3/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":140,"Date":"4/9/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":420,"Cost":303,"Date":"4/10/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":691,"Cost":409,"Date":"4/19/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":605,"Cost":492,"Date":"5/17/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":439,"Date":"5/22/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":184,"Cost":100,"Date":"6/20/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":174,"Cost":108,"Date":"7/1/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":324,"Date":"7/4/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":477,"Date":"7/8/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":574,"Cost":456,"Date":"7/9/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":384,"Cost":239,"Date":"7/14/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":456,"Cost":423,"Date":"7/19/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":145,"Date":"8/1/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":122,"Cost":96,"Date":"8/6/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":292,"Cost":264,"Date":"8/7/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":363,"Cost":281,"Date":"8/22/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":71,"Date":"8/31/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":474,"Cost":243,"Date":"9/1/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":546,"Cost":325,"Date":"9/1/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":146,"Cost":117,"Date":"9/17/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":402,"Cost":237,"Date":"9/29/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":226,"Cost":151,"Date":"11/7/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":360,"Cost":318,"Date":"11/26/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":809,"Cost":413,"Date":"11/27/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":12,"Date":"12/5/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":285,"Cost":217,"Date":"12/26/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":594,"Cost":557,"Date":"12/31/2020"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":85,"Cost":55,"Date":"1/20/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":890,"Cost":648,"Date":"2/2/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":18,"Date":"2/8/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":959,"Cost":871,"Date":"2/27/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":19,"Date":"3/1/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":342,"Cost":307,"Date":"3/1/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":381,"Cost":327,"Date":"3/19/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":586,"Cost":307,"Date":"3/28/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":210,"Date":"5/21/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":560,"Cost":369,"Date":"7/21/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":224,"Cost":164,"Date":"8/5/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":415,"Cost":269,"Date":"8/12/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":428,"Cost":389,"Date":"8/21/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":178,"Cost":109,"Date":"8/23/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":969,"Cost":891,"Date":"9/3/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":791,"Cost":398,"Date":"9/5/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":825,"Cost":584,"Date":"10/6/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":718,"Cost":390,"Date":"10/19/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":66,"Cost":55,"Date":"11/15/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":791,"Date":"12/8/2021"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":406,"Cost":261,"Date":"1/8/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":698,"Date":"1/14/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":416,"Date":"1/19/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":198,"Cost":106,"Date":"1/28/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":543,"Date":"1/31/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":32,"Date":"3/27/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":13,"Cost":11,"Date":"4/20/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":81,"Date":"4/24/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":135,"Cost":104,"Date":"4/28/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":393,"Cost":219,"Date":"5/15/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":702,"Date":"5/16/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":420,"Date":"5/18/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":949,"Cost":595,"Date":"6/2/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":144,"Cost":86,"Date":"6/3/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":353,"Date":"6/5/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":353,"Date":"6/7/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":349,"Cost":286,"Date":"6/14/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":776,"Cost":693,"Date":"6/20/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":34,"Cost":23,"Date":"6/24/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":129,"Date":"7/4/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":73,"Cost":63,"Date":"7/9/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":497,"Cost":335,"Date":"7/12/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":665,"Date":"8/14/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":483,"Date":"8/16/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":528,"Cost":462,"Date":"8/23/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":83,"Date":"9/2/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":802,"Date":"9/3/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":82,"Cost":42,"Date":"9/16/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":44,"Cost":38,"Date":"10/4/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":452,"Date":"11/1/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":566,"Cost":406,"Date":"11/2/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":470,"Cost":403,"Date":"12/17/2022"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":522,"Cost":454,"Date":"2/10/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":163,"Date":"2/28/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":851,"Cost":644,"Date":"3/4/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":550,"Cost":470,"Date":"3/9/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":293,"Cost":267,"Date":"3/9/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":521,"Cost":475,"Date":"3/11/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":357,"Date":"3/17/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":100,"Date":"3/17/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":478,"Cost":412,"Date":"3/23/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":320,"Date":"4/1/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":291,"Cost":183,"Date":"5/7/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":669,"Cost":494,"Date":"5/10/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":372,"Cost":282,"Date":"5/20/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":390,"Cost":356,"Date":"6/2/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":827,"Cost":603,"Date":"6/11/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":704,"Date":"6/16/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":690,"Date":"6/16/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":128,"Cost":106,"Date":"7/10/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":999,"Cost":843,"Date":"7/11/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":20,"Cost":11,"Date":"8/28/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":881,"Cost":516,"Date":"8/29/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":327,"Date":"8/31/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":739,"Cost":414,"Date":"9/8/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":907,"Cost":453,"Date":"9/13/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":553,"Date":"9/14/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":159,"Cost":121,"Date":"9/19/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":502,"Cost":355,"Date":"9/25/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":274,"Date":"10/4/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":416,"Date":"10/10/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":544,"Cost":496,"Date":"10/17/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":153,"Date":"10/28/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":203,"Date":"10/30/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":207,"Date":"11/1/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":149,"Cost":100,"Date":"11/15/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":823,"Cost":567,"Date":"11/25/2023"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":558,"Cost":281,"Date":"1/10/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":377,"Cost":301,"Date":"1/14/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":410,"Date":"1/20/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":486,"Cost":354,"Date":"2/8/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":438,"Date":"2/25/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":412,"Cost":369,"Date":"3/7/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":226,"Date":"3/14/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":722,"Date":"3/27/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":161,"Cost":93,"Date":"4/5/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":231,"Date":"4/14/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":262,"Cost":143,"Date":"5/3/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":490,"Cost":266,"Date":"5/9/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":826,"Cost":559,"Date":"5/15/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":919,"Cost":484,"Date":"5/25/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":930,"Cost":813,"Date":"5/26/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":830,"Cost":731,"Date":"5/31/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":704,"Cost":444,"Date":"7/27/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":889,"Cost":632,"Date":"9/17/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":463,"Date":"10/6/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":581,"Date":"10/8/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":282,"Cost":182,"Date":"10/26/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":249,"Cost":140,"Date":"11/16/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":748,"Cost":479,"Date":"11/18/2024"},{"Store":"Kyustendil Mall","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":417,"Date":"12/1/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":745,"Date":"2/9/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":175,"Cost":124,"Date":"2/11/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":391,"Date":"3/10/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":160,"Cost":147,"Date":"3/16/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":316,"Cost":219,"Date":"3/18/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":803,"Cost":651,"Date":"3/20/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":553,"Cost":407,"Date":"3/26/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":518,"Date":"6/2/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":671,"Cost":379,"Date":"6/10/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":368,"Date":"6/16/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":564,"Cost":335,"Date":"6/25/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":277,"Date":"7/19/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":100,"Cost":78,"Date":"7/21/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":942,"Cost":825,"Date":"7/25/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":193,"Date":"8/4/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":769,"Cost":691,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":318,"Cost":273,"Date":"9/4/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":708,"Cost":401,"Date":"9/19/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":478,"Cost":256,"Date":"9/29/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":178,"Cost":157,"Date":"10/2/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":607,"Cost":329,"Date":"10/15/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":228,"Cost":190,"Date":"10/30/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":348,"Cost":277,"Date":"11/9/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":364,"Cost":197,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":332,"Cost":261,"Date":"11/30/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":262,"Date":"12/8/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":82,"Cost":48,"Date":"12/11/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":249,"Date":"1/15/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":479,"Cost":349,"Date":"1/24/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":572,"Cost":442,"Date":"2/3/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":667,"Cost":341,"Date":"2/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":949,"Cost":721,"Date":"3/9/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":250,"Cost":234,"Date":"3/12/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":88,"Cost":65,"Date":"4/19/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":778,"Cost":423,"Date":"5/3/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":364,"Cost":254,"Date":"5/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":239,"Cost":194,"Date":"6/8/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":368,"Cost":228,"Date":"6/26/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":958,"Cost":584,"Date":"7/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":133,"Date":"7/13/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":289,"Cost":210,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":176,"Cost":102,"Date":"8/26/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":100,"Cost":84,"Date":"9/2/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":801,"Cost":500,"Date":"9/29/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":649,"Cost":464,"Date":"10/12/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":388,"Cost":244,"Date":"11/2/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":492,"Date":"11/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":423,"Date":"11/7/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":308,"Date":"12/1/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":480,"Date":"12/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":965,"Cost":613,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":260,"Date":"12/18/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":380,"Cost":224,"Date":"12/20/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":598,"Cost":323,"Date":"12/20/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":724,"Cost":438,"Date":"12/21/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":953,"Cost":536,"Date":"1/9/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":940,"Cost":792,"Date":"2/5/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":723,"Cost":667,"Date":"2/16/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":679,"Date":"2/16/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":319,"Cost":240,"Date":"2/18/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":322,"Cost":177,"Date":"2/22/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":544,"Date":"2/25/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":700,"Cost":498,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":325,"Cost":176,"Date":"4/2/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":760,"Cost":590,"Date":"4/3/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":405,"Cost":282,"Date":"4/9/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":963,"Cost":495,"Date":"4/10/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":537,"Cost":468,"Date":"4/19/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":767,"Cost":551,"Date":"5/17/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":539,"Date":"5/22/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":344,"Date":"6/20/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":778,"Cost":472,"Date":"7/1/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":350,"Cost":289,"Date":"7/4/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":277,"Date":"7/8/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":106,"Cost":86,"Date":"7/9/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":711,"Cost":653,"Date":"7/14/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":348,"Cost":204,"Date":"7/19/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":854,"Cost":736,"Date":"8/1/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":704,"Cost":449,"Date":"8/6/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":585,"Cost":506,"Date":"8/7/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":373,"Date":"8/22/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":130,"Cost":107,"Date":"8/31/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":303,"Cost":151,"Date":"9/1/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":711,"Cost":564,"Date":"9/1/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":876,"Cost":638,"Date":"9/17/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":287,"Date":"9/29/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":646,"Date":"11/7/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":260,"Date":"11/26/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":561,"Date":"11/27/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":228,"Date":"12/5/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":160,"Cost":85,"Date":"12/26/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":669,"Cost":364,"Date":"12/31/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":237,"Date":"1/20/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":431,"Cost":317,"Date":"2/2/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":63,"Cost":34,"Date":"2/8/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":496,"Cost":364,"Date":"2/27/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":738,"Cost":613,"Date":"3/1/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":388,"Date":"3/1/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":315,"Cost":220,"Date":"3/19/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":727,"Cost":658,"Date":"3/28/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":214,"Date":"5/21/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":830,"Cost":701,"Date":"7/21/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":956,"Cost":557,"Date":"8/5/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":288,"Date":"8/12/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"8/21/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":69,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":765,"Cost":439,"Date":"9/3/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":864,"Cost":438,"Date":"9/5/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":111,"Date":"10/6/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":479,"Cost":330,"Date":"10/19/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":456,"Date":"11/15/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":588,"Cost":454,"Date":"12/8/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":328,"Cost":228,"Date":"1/8/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":492,"Cost":289,"Date":"1/14/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":107,"Cost":67,"Date":"1/19/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":258,"Cost":156,"Date":"1/28/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":460,"Date":"1/31/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":471,"Date":"3/27/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":720,"Cost":544,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":389,"Cost":241,"Date":"4/24/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":190,"Cost":152,"Date":"4/28/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":87,"Date":"5/15/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":409,"Date":"5/16/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":719,"Cost":483,"Date":"5/18/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":538,"Cost":322,"Date":"6/2/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":671,"Cost":627,"Date":"6/3/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":64,"Cost":61,"Date":"6/5/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":906,"Date":"6/7/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":250,"Date":"6/14/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":564,"Cost":343,"Date":"6/20/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":835,"Cost":541,"Date":"6/24/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":333,"Cost":317,"Date":"7/4/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":139,"Cost":114,"Date":"7/9/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":773,"Cost":423,"Date":"7/12/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":496,"Date":"8/14/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":902,"Cost":577,"Date":"8/16/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":631,"Cost":458,"Date":"8/23/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":943,"Cost":492,"Date":"9/2/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":307,"Cost":184,"Date":"9/3/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":823,"Cost":713,"Date":"9/16/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":418,"Date":"10/4/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":86,"Cost":44,"Date":"11/1/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"11/2/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":318,"Cost":236,"Date":"12/17/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":805,"Cost":620,"Date":"2/10/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":938,"Cost":595,"Date":"2/28/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":694,"Cost":458,"Date":"3/4/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":327,"Cost":211,"Date":"3/9/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":535,"Cost":351,"Date":"3/9/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":594,"Cost":332,"Date":"3/11/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":966,"Cost":569,"Date":"3/17/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":432,"Date":"3/17/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":499,"Cost":313,"Date":"3/23/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":31,"Cost":24,"Date":"4/1/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":123,"Cost":96,"Date":"5/7/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":296,"Cost":222,"Date":"5/10/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":70,"Cost":42,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":788,"Cost":745,"Date":"6/2/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":333,"Date":"6/11/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":186,"Cost":145,"Date":"6/16/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":333,"Date":"6/16/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":201,"Cost":119,"Date":"7/10/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":360,"Cost":211,"Date":"7/11/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":578,"Cost":390,"Date":"8/28/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":824,"Cost":576,"Date":"8/29/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":361,"Cost":291,"Date":"8/31/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":854,"Cost":756,"Date":"9/8/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":107,"Date":"9/13/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":677,"Cost":498,"Date":"9/14/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":276,"Cost":182,"Date":"9/19/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":99,"Cost":67,"Date":"9/25/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":757,"Cost":530,"Date":"10/4/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":721,"Date":"10/10/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":39,"Cost":27,"Date":"10/17/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":716,"Cost":647,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":239,"Cost":146,"Date":"10/30/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":15,"Cost":8,"Date":"11/1/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":900,"Cost":555,"Date":"11/15/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":495,"Cost":353,"Date":"11/25/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":542,"Cost":400,"Date":"1/10/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":407,"Cost":241,"Date":"1/14/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":610,"Cost":334,"Date":"1/20/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":230,"Date":"2/8/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":749,"Cost":548,"Date":"2/25/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":526,"Cost":397,"Date":"3/7/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":873,"Cost":717,"Date":"3/14/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":391,"Cost":234,"Date":"3/27/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":44,"Cost":42,"Date":"4/5/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":82,"Cost":78,"Date":"4/14/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":976,"Cost":520,"Date":"5/3/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":328,"Date":"5/9/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":872,"Cost":551,"Date":"5/15/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":883,"Cost":561,"Date":"5/25/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":342,"Cost":228,"Date":"5/26/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":960,"Cost":673,"Date":"5/31/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":861,"Cost":640,"Date":"7/27/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":186,"Cost":160,"Date":"9/17/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":794,"Cost":506,"Date":"10/6/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":785,"Cost":587,"Date":"10/8/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":164,"Cost":99,"Date":"10/26/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":224,"Date":"11/16/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":268,"Cost":167,"Date":"11/18/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":109,"Date":"12/1/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":622,"Cost":527,"Date":"2/9/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":61,"Date":"2/11/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":426,"Date":"3/10/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":200,"Cost":126,"Date":"3/16/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":128,"Cost":115,"Date":"3/18/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":662,"Cost":426,"Date":"3/20/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":488,"Date":"3/26/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":19,"Date":"6/2/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":741,"Cost":534,"Date":"6/10/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"6/16/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":235,"Cost":117,"Date":"6/25/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":497,"Date":"7/19/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":362,"Cost":305,"Date":"7/21/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":763,"Cost":413,"Date":"7/25/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":925,"Cost":703,"Date":"8/4/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":925,"Cost":785,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":869,"Cost":598,"Date":"9/4/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":745,"Date":"9/19/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":278,"Date":"9/29/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":637,"Date":"10/2/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":242,"Cost":158,"Date":"10/15/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":930,"Cost":571,"Date":"10/30/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":413,"Cost":326,"Date":"11/9/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":960,"Cost":823,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":512,"Date":"11/30/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":165,"Date":"12/8/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":198,"Cost":163,"Date":"12/11/2018"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":40,"Date":"1/15/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":182,"Cost":133,"Date":"1/24/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":36,"Cost":30,"Date":"2/3/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":372,"Cost":258,"Date":"2/4/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":460,"Cost":266,"Date":"3/9/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":132,"Cost":119,"Date":"3/12/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":73,"Date":"4/19/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":831,"Cost":711,"Date":"5/3/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":148,"Cost":133,"Date":"5/4/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":201,"Cost":105,"Date":"6/8/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":65,"Cost":35,"Date":"6/26/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":781,"Cost":656,"Date":"7/4/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":739,"Date":"7/13/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":176,"Cost":118,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":757,"Cost":673,"Date":"8/26/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":671,"Date":"9/2/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":198,"Cost":155,"Date":"9/29/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":448,"Date":"10/12/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":588,"Cost":345,"Date":"11/2/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":203,"Date":"11/4/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":913,"Cost":811,"Date":"11/7/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":892,"Cost":643,"Date":"12/1/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":489,"Cost":289,"Date":"12/4/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":188,"Cost":124,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":562,"Cost":402,"Date":"12/18/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":369,"Cost":324,"Date":"12/20/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":27,"Cost":23,"Date":"12/20/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":304,"Date":"12/21/2019"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":351,"Cost":217,"Date":"1/9/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":562,"Cost":349,"Date":"2/5/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":828,"Cost":546,"Date":"2/16/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":795,"Cost":741,"Date":"2/16/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":172,"Date":"2/18/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":35,"Cost":19,"Date":"2/22/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":489,"Cost":414,"Date":"2/25/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":639,"Cost":540,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":704,"Cost":417,"Date":"4/2/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":628,"Cost":339,"Date":"4/3/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"4/9/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":581,"Cost":332,"Date":"4/10/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":526,"Cost":477,"Date":"4/19/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":650,"Cost":460,"Date":"5/17/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":496,"Date":"5/22/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":222,"Cost":188,"Date":"6/20/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":613,"Date":"7/1/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":378,"Cost":254,"Date":"7/4/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":266,"Date":"7/8/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":764,"Cost":675,"Date":"7/9/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":192,"Cost":118,"Date":"7/14/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":410,"Cost":301,"Date":"7/19/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":409,"Date":"8/1/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":611,"Cost":306,"Date":"8/6/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":64,"Date":"8/7/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":694,"Cost":615,"Date":"8/22/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":922,"Cost":810,"Date":"8/31/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":576,"Cost":355,"Date":"9/1/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":867,"Cost":781,"Date":"9/1/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":147,"Cost":119,"Date":"9/17/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":110,"Cost":89,"Date":"9/29/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":54,"Cost":35,"Date":"11/7/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":528,"Date":"11/26/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":776,"Cost":539,"Date":"11/27/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":991,"Cost":609,"Date":"12/5/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":28,"Cost":27,"Date":"12/26/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":499,"Date":"12/31/2020"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":354,"Cost":250,"Date":"1/20/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":544,"Cost":455,"Date":"2/2/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":617,"Cost":568,"Date":"2/8/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":231,"Date":"2/27/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":366,"Date":"3/1/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":589,"Cost":418,"Date":"3/1/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":940,"Cost":883,"Date":"3/19/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":105,"Cost":98,"Date":"3/28/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":354,"Cost":276,"Date":"5/21/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":643,"Date":"7/21/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":548,"Cost":423,"Date":"8/5/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":694,"Cost":496,"Date":"8/12/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":975,"Cost":530,"Date":"8/21/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":461,"Cost":422,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":911,"Cost":509,"Date":"9/3/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":701,"Cost":469,"Date":"9/5/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":536,"Date":"10/6/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":236,"Cost":136,"Date":"10/19/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":320,"Cost":222,"Date":"11/15/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":611,"Cost":534,"Date":"12/8/2021"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":30,"Cost":22,"Date":"1/8/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":826,"Cost":495,"Date":"1/14/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":959,"Cost":584,"Date":"1/19/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":204,"Date":"1/28/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":114,"Cost":93,"Date":"1/31/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":838,"Cost":468,"Date":"3/27/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":196,"Cost":178,"Date":"4/24/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":975,"Cost":849,"Date":"4/28/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":80,"Date":"5/15/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":535,"Cost":365,"Date":"5/16/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":537,"Date":"5/18/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":737,"Cost":688,"Date":"6/2/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":824,"Cost":503,"Date":"6/3/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":751,"Cost":404,"Date":"6/5/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":772,"Cost":666,"Date":"6/7/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":21,"Date":"6/14/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":198,"Cost":106,"Date":"6/20/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":252,"Cost":147,"Date":"6/24/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":896,"Cost":696,"Date":"7/4/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":790,"Cost":675,"Date":"7/9/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":683,"Cost":492,"Date":"7/12/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":532,"Date":"8/14/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":433,"Cost":350,"Date":"8/16/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":158,"Date":"8/23/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":952,"Cost":847,"Date":"9/2/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":18,"Date":"9/3/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":749,"Cost":553,"Date":"9/16/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":427,"Date":"10/4/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":419,"Cost":276,"Date":"11/1/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":771,"Cost":433,"Date":"11/2/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":128,"Date":"12/17/2022"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":531,"Date":"2/10/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":704,"Cost":573,"Date":"2/28/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":580,"Cost":356,"Date":"3/4/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":740,"Cost":658,"Date":"3/9/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":242,"Cost":212,"Date":"3/9/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":958,"Cost":519,"Date":"3/11/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":870,"Cost":714,"Date":"3/17/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":588,"Cost":543,"Date":"3/17/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":464,"Cost":235,"Date":"3/23/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":542,"Cost":430,"Date":"4/1/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":755,"Cost":481,"Date":"5/7/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":494,"Cost":440,"Date":"5/10/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":223,"Cost":199,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":895,"Cost":738,"Date":"6/2/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":599,"Cost":454,"Date":"6/11/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":677,"Cost":561,"Date":"6/16/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":102,"Cost":81,"Date":"6/16/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":604,"Date":"7/10/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":265,"Cost":202,"Date":"7/11/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":694,"Cost":498,"Date":"8/28/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":661,"Cost":625,"Date":"8/29/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":24,"Date":"8/31/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":300,"Cost":248,"Date":"9/8/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":179,"Date":"9/13/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":962,"Cost":490,"Date":"9/14/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":350,"Cost":221,"Date":"9/19/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":923,"Cost":691,"Date":"9/25/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":17,"Cost":14,"Date":"10/4/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":965,"Cost":493,"Date":"10/10/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":860,"Cost":526,"Date":"10/17/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":488,"Cost":280,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":729,"Cost":629,"Date":"10/30/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":329,"Cost":244,"Date":"11/1/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":867,"Cost":444,"Date":"11/15/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":84,"Cost":53,"Date":"11/25/2023"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":65,"Date":"1/10/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":690,"Cost":465,"Date":"1/14/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":342,"Cost":313,"Date":"1/20/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":117,"Date":"2/8/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":321,"Cost":202,"Date":"2/25/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":480,"Cost":380,"Date":"3/7/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":314,"Cost":243,"Date":"3/14/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":724,"Cost":585,"Date":"3/27/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":307,"Cost":157,"Date":"4/5/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":313,"Cost":255,"Date":"4/14/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":581,"Date":"5/3/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":107,"Cost":94,"Date":"5/9/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":48,"Cost":46,"Date":"5/15/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":586,"Date":"5/25/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":45,"Cost":28,"Date":"5/26/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":9,"Cost":4,"Date":"5/31/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":630,"Date":"7/27/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":501,"Date":"9/17/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":404,"Cost":364,"Date":"10/6/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":946,"Cost":560,"Date":"10/8/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":852,"Cost":725,"Date":"10/26/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":60,"Cost":49,"Date":"11/16/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":168,"Cost":124,"Date":"11/18/2024"},{"Store":"Montana Mall","Brand":"Nova","Country":"Bulgaria","Sale":945,"Cost":553,"Date":"12/1/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":244,"Cost":216,"Date":"2/9/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":399,"Cost":200,"Date":"2/11/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":855,"Cost":794,"Date":"3/10/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":472,"Cost":238,"Date":"3/16/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":834,"Cost":659,"Date":"3/18/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":559,"Cost":282,"Date":"3/20/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":835,"Cost":714,"Date":"3/26/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":168,"Date":"6/2/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":532,"Cost":277,"Date":"6/10/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":791,"Cost":473,"Date":"6/16/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":717,"Cost":642,"Date":"6/25/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":706,"Cost":636,"Date":"7/19/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":178,"Cost":126,"Date":"7/21/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":557,"Date":"7/25/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":105,"Cost":55,"Date":"8/4/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":378,"Cost":195,"Date":"9/2/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":221,"Cost":147,"Date":"9/4/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":99,"Cost":85,"Date":"9/19/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":150,"Cost":94,"Date":"9/29/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":518,"Cost":415,"Date":"10/2/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":289,"Cost":186,"Date":"10/15/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":416,"Cost":324,"Date":"10/30/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":521,"Date":"11/9/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":966,"Cost":644,"Date":"11/23/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":924,"Cost":767,"Date":"11/30/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":286,"Cost":183,"Date":"12/8/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":7,"Cost":7,"Date":"12/11/2018"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":912,"Cost":748,"Date":"1/15/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":438,"Cost":314,"Date":"1/24/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":19,"Cost":14,"Date":"2/3/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":216,"Cost":183,"Date":"2/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":781,"Cost":424,"Date":"3/9/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":914,"Cost":479,"Date":"3/12/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":37,"Date":"4/19/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":495,"Cost":354,"Date":"5/3/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":995,"Cost":904,"Date":"5/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":941,"Cost":491,"Date":"6/8/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":431,"Cost":342,"Date":"6/26/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":778,"Cost":738,"Date":"7/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":127,"Cost":103,"Date":"7/13/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":623,"Cost":492,"Date":"8/8/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":601,"Cost":495,"Date":"8/26/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":286,"Cost":215,"Date":"9/2/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":598,"Cost":454,"Date":"9/29/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":508,"Cost":323,"Date":"10/12/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":534,"Date":"11/2/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":310,"Cost":184,"Date":"11/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":327,"Date":"11/7/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":518,"Cost":366,"Date":"12/1/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":943,"Cost":799,"Date":"12/4/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":411,"Date":"12/7/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":617,"Cost":331,"Date":"12/18/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":197,"Cost":147,"Date":"12/20/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":697,"Cost":379,"Date":"12/20/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":106,"Cost":71,"Date":"12/21/2019"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":898,"Cost":737,"Date":"1/9/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":21,"Cost":19,"Date":"2/5/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":971,"Cost":697,"Date":"2/16/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":156,"Cost":130,"Date":"2/16/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":147,"Cost":123,"Date":"2/18/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":649,"Cost":564,"Date":"2/22/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":856,"Cost":681,"Date":"2/25/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":975,"Cost":652,"Date":"3/8/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":844,"Cost":573,"Date":"4/2/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":724,"Cost":581,"Date":"4/3/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":118,"Date":"4/9/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":116,"Date":"4/10/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":480,"Cost":364,"Date":"4/19/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":177,"Date":"5/17/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":373,"Cost":304,"Date":"5/22/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":583,"Cost":380,"Date":"6/20/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":447,"Cost":396,"Date":"7/1/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":231,"Date":"7/4/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":930,"Cost":789,"Date":"7/8/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":417,"Cost":218,"Date":"7/9/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":25,"Cost":18,"Date":"7/14/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":808,"Cost":438,"Date":"7/19/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":433,"Cost":354,"Date":"8/1/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":703,"Cost":521,"Date":"8/6/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":292,"Cost":252,"Date":"8/7/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":731,"Cost":481,"Date":"8/22/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":295,"Cost":148,"Date":"8/31/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":442,"Cost":365,"Date":"9/1/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":59,"Cost":39,"Date":"9/1/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":943,"Cost":720,"Date":"9/17/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":227,"Cost":177,"Date":"9/29/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":471,"Cost":251,"Date":"11/7/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":419,"Cost":238,"Date":"11/26/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":257,"Cost":236,"Date":"11/27/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":761,"Cost":632,"Date":"12/5/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":168,"Cost":102,"Date":"12/26/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":971,"Cost":528,"Date":"12/31/2020"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":944,"Cost":770,"Date":"1/20/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":805,"Cost":413,"Date":"2/2/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":429,"Date":"2/8/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":306,"Cost":164,"Date":"2/27/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":716,"Cost":564,"Date":"3/1/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":903,"Cost":788,"Date":"3/1/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":369,"Date":"3/19/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":409,"Cost":236,"Date":"3/28/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":249,"Cost":209,"Date":"5/21/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":884,"Cost":490,"Date":"7/21/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":647,"Cost":526,"Date":"8/5/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":468,"Date":"8/12/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":637,"Cost":452,"Date":"8/21/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":19,"Cost":11,"Date":"8/23/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":934,"Cost":673,"Date":"9/3/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":309,"Cost":171,"Date":"9/5/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":303,"Date":"10/6/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":680,"Cost":584,"Date":"10/19/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":470,"Cost":313,"Date":"11/15/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":548,"Cost":330,"Date":"12/8/2021"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":364,"Cost":184,"Date":"1/8/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":631,"Date":"1/14/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":78,"Cost":71,"Date":"1/19/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":176,"Cost":153,"Date":"1/28/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":536,"Cost":340,"Date":"1/31/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":109,"Date":"3/27/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":359,"Cost":219,"Date":"4/20/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":80,"Cost":74,"Date":"4/24/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":166,"Date":"4/28/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":507,"Cost":370,"Date":"5/15/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":903,"Cost":465,"Date":"5/16/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":331,"Cost":231,"Date":"5/18/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":588,"Cost":421,"Date":"6/2/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":802,"Date":"6/3/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":103,"Cost":58,"Date":"6/5/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":656,"Date":"6/7/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":783,"Cost":420,"Date":"6/14/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":815,"Date":"6/20/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":117,"Date":"6/24/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":579,"Cost":318,"Date":"7/4/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":209,"Cost":176,"Date":"7/9/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":74,"Cost":54,"Date":"7/12/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":215,"Date":"8/14/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":418,"Cost":265,"Date":"8/16/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":431,"Cost":308,"Date":"8/23/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":461,"Cost":378,"Date":"9/2/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":306,"Date":"9/3/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":412,"Cost":231,"Date":"9/16/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":858,"Cost":522,"Date":"10/4/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":96,"Date":"11/1/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":410,"Cost":381,"Date":"11/2/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":50,"Cost":30,"Date":"12/17/2022"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":118,"Cost":110,"Date":"2/10/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":924,"Cost":644,"Date":"2/28/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":358,"Date":"3/4/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":499,"Date":"3/9/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":503,"Cost":374,"Date":"3/9/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":487,"Cost":331,"Date":"3/11/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":391,"Date":"3/17/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":294,"Date":"3/17/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"3/23/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":17,"Cost":9,"Date":"4/1/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":450,"Cost":291,"Date":"5/7/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":976,"Cost":488,"Date":"5/10/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":269,"Cost":208,"Date":"5/20/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":168,"Cost":120,"Date":"6/2/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":945,"Cost":524,"Date":"6/11/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":55,"Cost":32,"Date":"6/16/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":899,"Cost":843,"Date":"6/16/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":702,"Cost":576,"Date":"7/10/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":339,"Date":"7/11/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":541,"Cost":377,"Date":"8/28/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":573,"Cost":333,"Date":"8/29/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":405,"Date":"8/31/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":535,"Cost":439,"Date":"9/8/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":952,"Cost":499,"Date":"9/13/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":359,"Cost":248,"Date":"9/14/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":941,"Cost":516,"Date":"9/19/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":624,"Cost":557,"Date":"9/25/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":715,"Cost":534,"Date":"10/4/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":326,"Cost":246,"Date":"10/10/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":976,"Cost":563,"Date":"10/17/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":950,"Cost":806,"Date":"10/28/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":650,"Cost":465,"Date":"10/30/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":536,"Cost":478,"Date":"11/1/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":174,"Date":"11/15/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":254,"Date":"11/25/2023"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"1/10/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":322,"Cost":180,"Date":"1/14/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":504,"Cost":295,"Date":"1/20/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":137,"Cost":84,"Date":"2/8/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":384,"Cost":363,"Date":"2/25/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":889,"Cost":447,"Date":"3/7/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":717,"Cost":639,"Date":"3/14/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":718,"Cost":594,"Date":"3/27/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":875,"Cost":541,"Date":"4/5/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":454,"Date":"4/14/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":178,"Cost":145,"Date":"5/3/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":395,"Cost":317,"Date":"5/9/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":796,"Cost":555,"Date":"5/15/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":999,"Cost":876,"Date":"5/25/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":658,"Cost":386,"Date":"5/26/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":145,"Cost":98,"Date":"5/31/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":116,"Cost":83,"Date":"7/27/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":16,"Cost":8,"Date":"9/17/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":765,"Cost":572,"Date":"10/6/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":895,"Cost":703,"Date":"10/8/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":136,"Cost":113,"Date":"10/26/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":476,"Cost":299,"Date":"11/16/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":73,"Date":"11/18/2024"},{"Store":"Montana Mall","Brand":"COS","Country":"Bulgaria","Sale":746,"Cost":426,"Date":"12/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":89,"Cost":56,"Date":"2/9/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":626,"Cost":380,"Date":"2/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":900,"Cost":716,"Date":"3/10/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":966,"Cost":498,"Date":"3/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":271,"Cost":186,"Date":"3/18/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":558,"Cost":519,"Date":"3/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":386,"Cost":263,"Date":"3/26/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":757,"Cost":457,"Date":"6/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":293,"Cost":276,"Date":"6/10/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":186,"Cost":167,"Date":"6/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":17,"Cost":13,"Date":"6/25/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":824,"Cost":589,"Date":"7/19/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":398,"Cost":294,"Date":"7/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":682,"Cost":533,"Date":"7/25/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":45,"Cost":23,"Date":"8/4/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":621,"Cost":347,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":1000,"Cost":627,"Date":"9/4/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":427,"Cost":296,"Date":"9/19/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":86,"Cost":77,"Date":"9/29/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":582,"Cost":298,"Date":"10/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":158,"Cost":113,"Date":"10/15/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":101,"Cost":67,"Date":"10/30/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":13,"Date":"11/9/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":364,"Cost":295,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":283,"Cost":146,"Date":"11/30/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":612,"Cost":576,"Date":"12/8/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":303,"Cost":229,"Date":"12/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":741,"Cost":476,"Date":"1/15/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":430,"Cost":252,"Date":"1/24/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":928,"Cost":838,"Date":"2/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":389,"Cost":212,"Date":"2/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"3/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":955,"Cost":675,"Date":"3/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":967,"Cost":838,"Date":"4/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":625,"Cost":537,"Date":"5/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":899,"Cost":769,"Date":"5/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":54,"Cost":37,"Date":"6/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":999,"Cost":843,"Date":"6/26/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":458,"Cost":313,"Date":"7/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":850,"Cost":477,"Date":"7/13/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":103,"Cost":61,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":339,"Cost":262,"Date":"8/26/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":631,"Cost":580,"Date":"9/2/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":435,"Cost":335,"Date":"9/29/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":390,"Cost":341,"Date":"10/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":827,"Cost":614,"Date":"11/2/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":55,"Cost":44,"Date":"11/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":494,"Cost":359,"Date":"11/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":909,"Cost":556,"Date":"12/1/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":840,"Cost":443,"Date":"12/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":996,"Cost":663,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":857,"Cost":656,"Date":"12/18/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":324,"Cost":276,"Date":"12/20/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":554,"Date":"12/20/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":190,"Cost":103,"Date":"12/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":222,"Cost":185,"Date":"1/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":88,"Cost":53,"Date":"2/5/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":72,"Cost":36,"Date":"2/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":267,"Cost":223,"Date":"2/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":110,"Cost":57,"Date":"2/18/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":793,"Cost":664,"Date":"2/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":422,"Cost":267,"Date":"2/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":270,"Cost":183,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":243,"Cost":161,"Date":"4/2/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":136,"Cost":114,"Date":"4/3/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":714,"Date":"4/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":514,"Date":"4/10/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":666,"Cost":587,"Date":"4/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":987,"Cost":691,"Date":"5/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":575,"Cost":429,"Date":"5/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":748,"Cost":380,"Date":"6/20/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":76,"Cost":38,"Date":"7/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":12,"Cost":9,"Date":"7/4/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":866,"Cost":539,"Date":"7/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":748,"Cost":439,"Date":"7/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":852,"Cost":738,"Date":"7/14/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":281,"Cost":148,"Date":"7/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":911,"Cost":791,"Date":"8/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":131,"Cost":111,"Date":"8/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":142,"Cost":95,"Date":"8/7/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":257,"Cost":157,"Date":"8/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":534,"Cost":452,"Date":"8/31/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":552,"Cost":413,"Date":"9/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":912,"Cost":777,"Date":"9/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":172,"Cost":109,"Date":"9/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":644,"Cost":351,"Date":"9/29/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":165,"Cost":156,"Date":"11/7/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":189,"Cost":139,"Date":"11/26/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":441,"Cost":269,"Date":"11/27/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":547,"Cost":498,"Date":"12/5/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":914,"Cost":674,"Date":"12/26/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":771,"Cost":581,"Date":"12/31/2020"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":258,"Cost":135,"Date":"1/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":965,"Cost":542,"Date":"2/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":534,"Cost":432,"Date":"2/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":991,"Cost":795,"Date":"2/27/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":350,"Cost":329,"Date":"3/1/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":321,"Cost":241,"Date":"3/1/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":113,"Cost":69,"Date":"3/19/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":567,"Cost":358,"Date":"3/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":437,"Date":"5/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":501,"Cost":326,"Date":"7/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":297,"Cost":149,"Date":"8/5/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":832,"Cost":733,"Date":"8/12/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":14,"Cost":7,"Date":"8/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":956,"Cost":559,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":880,"Cost":721,"Date":"9/3/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":6,"Cost":3,"Date":"9/5/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":610,"Cost":373,"Date":"10/6/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":497,"Cost":252,"Date":"10/19/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":145,"Cost":93,"Date":"11/15/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":855,"Cost":783,"Date":"12/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":790,"Cost":409,"Date":"1/8/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":582,"Cost":300,"Date":"1/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":431,"Cost":288,"Date":"1/19/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":903,"Cost":842,"Date":"1/28/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":210,"Cost":178,"Date":"1/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":756,"Cost":481,"Date":"3/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":572,"Cost":432,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":815,"Cost":539,"Date":"4/24/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":13,"Cost":8,"Date":"4/28/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":76,"Cost":70,"Date":"5/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":844,"Cost":542,"Date":"5/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":646,"Cost":446,"Date":"5/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":665,"Cost":478,"Date":"6/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":782,"Cost":627,"Date":"6/3/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":139,"Cost":81,"Date":"6/5/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":683,"Cost":553,"Date":"6/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":793,"Cost":427,"Date":"6/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":686,"Cost":519,"Date":"6/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":539,"Cost":355,"Date":"6/24/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":522,"Cost":325,"Date":"7/4/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":505,"Cost":335,"Date":"7/9/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":371,"Cost":229,"Date":"7/12/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":12,"Cost":11,"Date":"8/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":307,"Cost":173,"Date":"8/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":852,"Cost":533,"Date":"8/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":778,"Cost":460,"Date":"9/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":919,"Cost":672,"Date":"9/3/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":734,"Cost":489,"Date":"9/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":995,"Cost":686,"Date":"10/4/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":831,"Cost":582,"Date":"11/1/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":968,"Cost":489,"Date":"11/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":936,"Cost":676,"Date":"12/17/2022"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":559,"Cost":407,"Date":"2/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":529,"Cost":349,"Date":"2/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":928,"Cost":687,"Date":"3/4/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":694,"Cost":637,"Date":"3/9/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":379,"Cost":317,"Date":"3/9/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":207,"Cost":105,"Date":"3/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":516,"Cost":468,"Date":"3/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":971,"Cost":878,"Date":"3/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":937,"Cost":493,"Date":"3/23/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":117,"Cost":68,"Date":"4/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":767,"Cost":396,"Date":"5/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":175,"Cost":106,"Date":"5/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":172,"Cost":152,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":957,"Cost":808,"Date":"6/2/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":630,"Cost":505,"Date":"6/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":342,"Cost":187,"Date":"6/16/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":337,"Cost":230,"Date":"6/16/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":892,"Cost":768,"Date":"7/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":870,"Cost":714,"Date":"7/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":24,"Cost":12,"Date":"8/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":344,"Cost":175,"Date":"8/29/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":949,"Cost":898,"Date":"8/31/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":842,"Cost":686,"Date":"9/8/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":823,"Cost":470,"Date":"9/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":856,"Cost":740,"Date":"9/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":445,"Cost":360,"Date":"9/19/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":774,"Cost":595,"Date":"9/25/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":627,"Cost":429,"Date":"10/4/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":535,"Cost":285,"Date":"10/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":964,"Cost":596,"Date":"10/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":830,"Cost":753,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":854,"Cost":667,"Date":"10/30/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":897,"Cost":804,"Date":"11/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":377,"Cost":352,"Date":"11/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":456,"Cost":300,"Date":"11/25/2023"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":984,"Cost":835,"Date":"1/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":434,"Cost":362,"Date":"1/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":21,"Cost":13,"Date":"1/20/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":670,"Cost":427,"Date":"2/8/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":580,"Cost":454,"Date":"2/25/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":482,"Cost":417,"Date":"3/7/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":336,"Cost":194,"Date":"3/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":30,"Cost":19,"Date":"3/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":495,"Cost":290,"Date":"4/5/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":556,"Cost":339,"Date":"4/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":889,"Cost":623,"Date":"5/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":305,"Cost":243,"Date":"5/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":151,"Cost":86,"Date":"5/15/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":503,"Cost":397,"Date":"5/25/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":242,"Cost":214,"Date":"5/26/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":798,"Cost":730,"Date":"5/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":731,"Cost":562,"Date":"7/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":138,"Cost":82,"Date":"9/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":501,"Cost":426,"Date":"10/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":79,"Cost":50,"Date":"10/8/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":154,"Cost":106,"Date":"10/26/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":351,"Cost":182,"Date":"11/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":877,"Cost":608,"Date":"11/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"HM","Country":"Bulgaria","Sale":352,"Cost":190,"Date":"12/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":89,"Cost":63,"Date":"2/9/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":263,"Date":"2/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":789,"Cost":527,"Date":"3/10/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":979,"Cost":913,"Date":"3/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":60,"Cost":42,"Date":"3/18/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":152,"Date":"3/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":462,"Cost":356,"Date":"3/26/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":120,"Cost":66,"Date":"6/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":422,"Date":"6/10/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":238,"Cost":208,"Date":"6/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":717,"Cost":361,"Date":"6/25/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":202,"Cost":190,"Date":"7/19/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":437,"Cost":397,"Date":"7/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":809,"Cost":407,"Date":"7/25/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":123,"Cost":102,"Date":"8/4/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":520,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":679,"Cost":554,"Date":"9/4/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":730,"Cost":508,"Date":"9/19/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":75,"Cost":61,"Date":"9/29/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":589,"Cost":332,"Date":"10/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":336,"Cost":174,"Date":"10/15/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":454,"Cost":366,"Date":"10/30/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":188,"Cost":168,"Date":"11/9/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":91,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":496,"Date":"11/30/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":420,"Cost":231,"Date":"12/8/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":494,"Cost":285,"Date":"12/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":124,"Cost":63,"Date":"1/15/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":801,"Cost":575,"Date":"1/24/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":640,"Date":"2/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":898,"Cost":793,"Date":"2/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":842,"Cost":567,"Date":"3/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":771,"Date":"3/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":38,"Date":"4/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":686,"Cost":522,"Date":"5/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":811,"Date":"5/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":685,"Cost":370,"Date":"6/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":425,"Date":"6/26/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":661,"Cost":381,"Date":"7/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":753,"Cost":423,"Date":"7/13/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":856,"Cost":432,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":679,"Cost":613,"Date":"8/26/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":996,"Cost":674,"Date":"9/2/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":866,"Cost":680,"Date":"9/29/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":427,"Date":"10/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":657,"Cost":391,"Date":"11/2/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":160,"Cost":141,"Date":"11/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":887,"Cost":526,"Date":"11/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":37,"Date":"12/1/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":329,"Cost":246,"Date":"12/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":633,"Cost":442,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":745,"Cost":425,"Date":"12/18/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":773,"Cost":607,"Date":"12/20/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":688,"Date":"12/20/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":852,"Cost":629,"Date":"12/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":846,"Cost":458,"Date":"1/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":3,"Date":"2/5/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":584,"Cost":342,"Date":"2/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":554,"Date":"2/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":442,"Cost":349,"Date":"2/18/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":961,"Cost":669,"Date":"2/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":172,"Date":"2/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":940,"Cost":541,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":319,"Cost":260,"Date":"4/2/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":777,"Cost":580,"Date":"4/3/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":55,"Cost":50,"Date":"4/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":51,"Date":"4/10/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":372,"Date":"4/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":61,"Date":"5/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":252,"Cost":193,"Date":"5/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":995,"Cost":859,"Date":"6/20/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":641,"Date":"7/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":760,"Cost":658,"Date":"7/4/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":122,"Cost":63,"Date":"7/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":567,"Cost":366,"Date":"7/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":982,"Cost":780,"Date":"7/14/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":92,"Cost":53,"Date":"7/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":828,"Date":"8/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":507,"Date":"8/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":156,"Date":"8/7/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":151,"Date":"8/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":639,"Date":"8/31/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":76,"Cost":44,"Date":"9/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":401,"Date":"9/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":280,"Cost":194,"Date":"9/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":341,"Cost":216,"Date":"9/29/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":710,"Cost":453,"Date":"11/7/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":494,"Cost":276,"Date":"11/26/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":420,"Cost":237,"Date":"11/27/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":972,"Cost":802,"Date":"12/5/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":184,"Date":"12/26/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":188,"Cost":118,"Date":"12/31/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":652,"Cost":341,"Date":"1/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":963,"Cost":625,"Date":"2/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":428,"Cost":313,"Date":"2/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":497,"Cost":262,"Date":"2/27/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":409,"Cost":221,"Date":"3/1/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":898,"Cost":555,"Date":"3/1/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":33,"Date":"3/19/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":915,"Cost":575,"Date":"3/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":732,"Cost":629,"Date":"5/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":31,"Date":"7/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":865,"Cost":683,"Date":"8/5/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":889,"Cost":565,"Date":"8/12/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":796,"Cost":502,"Date":"8/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":848,"Cost":766,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":397,"Cost":334,"Date":"9/3/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":61,"Cost":53,"Date":"9/5/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":708,"Cost":559,"Date":"10/6/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":517,"Date":"10/19/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":957,"Cost":786,"Date":"11/15/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":386,"Cost":288,"Date":"12/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":856,"Cost":623,"Date":"1/8/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"1/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":434,"Date":"1/19/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":793,"Cost":625,"Date":"1/28/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":404,"Cost":336,"Date":"1/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":25,"Date":"3/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":19,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":365,"Cost":314,"Date":"4/24/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":321,"Date":"4/28/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":133,"Cost":111,"Date":"5/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":520,"Date":"5/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":170,"Date":"5/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":615,"Cost":504,"Date":"6/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":386,"Date":"6/3/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":706,"Date":"6/5/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":137,"Cost":98,"Date":"6/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":79,"Cost":69,"Date":"6/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":449,"Cost":356,"Date":"6/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":895,"Cost":730,"Date":"6/24/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":241,"Date":"7/4/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":581,"Cost":432,"Date":"7/9/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":96,"Cost":82,"Date":"7/12/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":228,"Cost":163,"Date":"8/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":477,"Cost":398,"Date":"8/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":709,"Cost":562,"Date":"8/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":377,"Date":"9/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":553,"Date":"9/3/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":524,"Cost":399,"Date":"9/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":303,"Date":"10/4/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":403,"Cost":338,"Date":"11/1/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":14,"Date":"11/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":305,"Cost":188,"Date":"12/17/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":586,"Cost":333,"Date":"2/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":88,"Cost":58,"Date":"2/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":75,"Cost":61,"Date":"3/4/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":546,"Cost":400,"Date":"3/9/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":340,"Cost":276,"Date":"3/9/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":198,"Cost":154,"Date":"3/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":234,"Cost":200,"Date":"3/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":933,"Cost":696,"Date":"3/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":127,"Cost":115,"Date":"3/23/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":748,"Cost":498,"Date":"4/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":235,"Cost":147,"Date":"5/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":595,"Cost":485,"Date":"5/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":789,"Cost":632,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":395,"Cost":217,"Date":"6/2/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":821,"Cost":744,"Date":"6/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":129,"Cost":117,"Date":"6/16/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":412,"Date":"6/16/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":622,"Cost":381,"Date":"7/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":148,"Cost":121,"Date":"7/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":891,"Cost":750,"Date":"8/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":921,"Cost":515,"Date":"8/29/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":160,"Cost":116,"Date":"8/31/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":844,"Cost":594,"Date":"9/8/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":6,"Cost":4,"Date":"9/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":979,"Cost":698,"Date":"9/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":281,"Cost":231,"Date":"9/19/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":485,"Cost":449,"Date":"9/25/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":558,"Cost":456,"Date":"10/4/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":733,"Cost":520,"Date":"10/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":543,"Cost":361,"Date":"10/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":229,"Cost":148,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":198,"Date":"10/30/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":275,"Cost":220,"Date":"11/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":820,"Cost":727,"Date":"11/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":237,"Cost":219,"Date":"11/25/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":301,"Cost":277,"Date":"1/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":871,"Cost":615,"Date":"1/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":120,"Date":"1/20/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":308,"Cost":164,"Date":"2/8/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":288,"Cost":216,"Date":"2/25/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":882,"Cost":691,"Date":"3/7/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":487,"Cost":332,"Date":"3/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":200,"Date":"3/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":170,"Date":"4/5/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":546,"Date":"4/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":471,"Date":"5/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":554,"Cost":511,"Date":"5/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":958,"Cost":480,"Date":"5/15/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":391,"Date":"5/25/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":250,"Cost":163,"Date":"5/26/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":395,"Cost":345,"Date":"5/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":923,"Cost":627,"Date":"7/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":675,"Cost":365,"Date":"9/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":991,"Cost":683,"Date":"10/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":963,"Cost":691,"Date":"10/8/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":357,"Date":"10/26/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":836,"Cost":629,"Date":"11/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":325,"Cost":197,"Date":"11/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":55,"Cost":36,"Date":"12/1/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":149,"Cost":101,"Date":"2/9/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":722,"Cost":576,"Date":"2/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":699,"Cost":411,"Date":"3/10/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":700,"Cost":601,"Date":"3/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":313,"Cost":288,"Date":"3/18/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":395,"Cost":327,"Date":"3/20/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":71,"Date":"3/26/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":531,"Cost":451,"Date":"6/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":461,"Date":"6/10/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":49,"Cost":37,"Date":"6/16/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":614,"Cost":552,"Date":"6/25/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":614,"Cost":527,"Date":"7/19/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":826,"Cost":588,"Date":"7/21/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":414,"Cost":230,"Date":"7/25/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":184,"Date":"8/4/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":617,"Date":"9/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":751,"Cost":458,"Date":"9/4/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":239,"Date":"9/19/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":377,"Cost":298,"Date":"9/29/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":928,"Date":"10/2/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":379,"Cost":278,"Date":"10/15/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":554,"Cost":310,"Date":"10/30/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":863,"Cost":478,"Date":"11/9/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":94,"Cost":62,"Date":"11/23/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":97,"Cost":52,"Date":"11/30/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":276,"Cost":247,"Date":"12/8/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":385,"Date":"12/11/2018"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":81,"Date":"1/15/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":961,"Cost":850,"Date":"1/24/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":680,"Date":"2/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":91,"Cost":59,"Date":"2/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":271,"Date":"3/9/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":559,"Cost":362,"Date":"3/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":377,"Cost":350,"Date":"4/19/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":931,"Cost":817,"Date":"5/3/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":830,"Cost":762,"Date":"5/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":11,"Cost":9,"Date":"6/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":440,"Cost":374,"Date":"6/26/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":649,"Cost":350,"Date":"7/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":692,"Cost":541,"Date":"7/13/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":852,"Cost":694,"Date":"8/8/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":991,"Cost":662,"Date":"8/26/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":760,"Cost":459,"Date":"9/2/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":518,"Cost":476,"Date":"9/29/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":14,"Date":"10/12/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":976,"Cost":896,"Date":"11/2/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":525,"Cost":406,"Date":"11/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":672,"Cost":529,"Date":"11/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":203,"Date":"12/1/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":918,"Cost":730,"Date":"12/4/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":256,"Cost":190,"Date":"12/7/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":813,"Cost":653,"Date":"12/18/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":125,"Date":"12/20/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":190,"Cost":109,"Date":"12/20/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":924,"Cost":727,"Date":"12/21/2019"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":444,"Date":"1/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":110,"Date":"2/5/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":808,"Cost":442,"Date":"2/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":4,"Cost":2,"Date":"2/16/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":743,"Cost":397,"Date":"2/18/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":419,"Cost":311,"Date":"2/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":754,"Cost":623,"Date":"2/25/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":282,"Cost":224,"Date":"3/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":603,"Date":"4/2/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":184,"Cost":137,"Date":"4/3/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":252,"Cost":190,"Date":"4/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":179,"Cost":117,"Date":"4/10/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":375,"Date":"4/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":453,"Cost":247,"Date":"5/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":812,"Cost":429,"Date":"5/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":307,"Cost":245,"Date":"6/20/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":449,"Date":"7/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":549,"Cost":367,"Date":"7/4/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":726,"Cost":404,"Date":"7/8/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":744,"Cost":687,"Date":"7/9/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":666,"Cost":402,"Date":"7/14/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":964,"Cost":563,"Date":"7/19/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":915,"Cost":750,"Date":"8/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":595,"Date":"8/6/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":216,"Date":"8/7/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":982,"Cost":657,"Date":"8/22/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":204,"Cost":106,"Date":"8/31/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":792,"Cost":491,"Date":"9/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":503,"Cost":276,"Date":"9/1/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":588,"Cost":520,"Date":"9/17/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":7,"Cost":6,"Date":"9/29/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":282,"Cost":149,"Date":"11/7/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":337,"Cost":243,"Date":"11/26/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":78,"Cost":69,"Date":"11/27/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":394,"Cost":265,"Date":"12/5/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":213,"Cost":157,"Date":"12/26/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":776,"Cost":532,"Date":"12/31/2020"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":205,"Date":"1/20/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":448,"Cost":379,"Date":"2/2/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":57,"Cost":44,"Date":"2/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":142,"Cost":125,"Date":"2/27/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":935,"Cost":470,"Date":"3/1/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":26,"Date":"3/1/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":576,"Cost":377,"Date":"3/19/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":183,"Date":"3/28/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":10,"Date":"5/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":726,"Cost":498,"Date":"7/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":451,"Cost":251,"Date":"8/5/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":183,"Cost":99,"Date":"8/12/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":609,"Cost":480,"Date":"8/21/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":465,"Date":"8/23/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":372,"Date":"9/3/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":82,"Cost":46,"Date":"9/5/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":355,"Cost":205,"Date":"10/6/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":164,"Date":"10/19/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":183,"Cost":137,"Date":"11/15/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":199,"Cost":142,"Date":"12/8/2021"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":975,"Cost":531,"Date":"1/8/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":467,"Date":"1/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":352,"Date":"1/19/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":64,"Cost":47,"Date":"1/28/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":619,"Cost":499,"Date":"1/31/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":972,"Cost":601,"Date":"3/27/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":90,"Cost":69,"Date":"4/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":475,"Cost":305,"Date":"4/24/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":166,"Cost":84,"Date":"4/28/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":91,"Cost":58,"Date":"5/15/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":775,"Cost":656,"Date":"5/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":235,"Cost":173,"Date":"5/18/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":474,"Cost":405,"Date":"6/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":364,"Date":"6/3/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":167,"Cost":95,"Date":"6/5/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":309,"Cost":215,"Date":"6/7/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":133,"Date":"6/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":286,"Cost":143,"Date":"6/20/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":350,"Cost":233,"Date":"6/24/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":902,"Cost":685,"Date":"7/4/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":878,"Cost":728,"Date":"7/9/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":282,"Cost":155,"Date":"7/12/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":189,"Cost":163,"Date":"8/14/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":346,"Date":"8/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":298,"Cost":245,"Date":"8/23/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":608,"Cost":488,"Date":"9/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":632,"Cost":481,"Date":"9/3/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":138,"Cost":87,"Date":"9/16/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":995,"Cost":573,"Date":"10/4/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":339,"Cost":239,"Date":"11/1/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":443,"Cost":419,"Date":"11/2/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":220,"Date":"12/17/2022"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":575,"Cost":360,"Date":"2/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":5,"Cost":2,"Date":"2/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":96,"Date":"3/4/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":652,"Cost":615,"Date":"3/9/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":543,"Cost":379,"Date":"3/9/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":195,"Date":"3/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":981,"Cost":842,"Date":"3/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":331,"Cost":192,"Date":"3/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":551,"Cost":510,"Date":"3/23/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":696,"Cost":578,"Date":"4/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":27,"Date":"5/7/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":75,"Date":"5/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":187,"Cost":178,"Date":"5/20/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":228,"Cost":129,"Date":"6/2/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":302,"Cost":244,"Date":"6/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":126,"Cost":68,"Date":"6/16/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":270,"Date":"6/16/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":1000,"Cost":719,"Date":"7/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":448,"Cost":289,"Date":"7/11/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":404,"Cost":315,"Date":"8/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":657,"Date":"8/29/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":881,"Cost":627,"Date":"8/31/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":824,"Cost":604,"Date":"9/8/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":36,"Cost":34,"Date":"9/13/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":802,"Cost":691,"Date":"9/14/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":633,"Cost":468,"Date":"9/19/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":21,"Date":"9/25/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":916,"Cost":724,"Date":"10/4/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":442,"Cost":413,"Date":"10/10/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":122,"Cost":94,"Date":"10/17/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":969,"Cost":516,"Date":"10/28/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":703,"Cost":618,"Date":"10/30/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":536,"Cost":422,"Date":"11/1/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":101,"Cost":76,"Date":"11/15/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":669,"Cost":369,"Date":"11/25/2023"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":106,"Cost":67,"Date":"1/10/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":174,"Date":"1/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":348,"Cost":198,"Date":"1/20/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":410,"Date":"2/8/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":100,"Cost":59,"Date":"2/25/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":32,"Cost":16,"Date":"3/7/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":558,"Cost":445,"Date":"3/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":794,"Cost":503,"Date":"3/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":434,"Cost":263,"Date":"4/5/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":49,"Date":"4/14/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":284,"Cost":196,"Date":"5/3/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":569,"Cost":409,"Date":"5/9/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":130,"Cost":85,"Date":"5/15/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":799,"Cost":700,"Date":"5/25/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":718,"Cost":507,"Date":"5/26/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":851,"Cost":450,"Date":"5/31/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":986,"Cost":686,"Date":"7/27/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":487,"Cost":370,"Date":"9/17/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":98,"Cost":75,"Date":"10/6/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":135,"Cost":102,"Date":"10/8/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":879,"Cost":472,"Date":"10/26/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":809,"Cost":681,"Date":"11/16/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":310,"Date":"11/18/2024"},{"Store":"Blagoevgrad Mall","Brand":"Nova","Country":"Bulgaria","Sale":337,"Cost":208,"Date":"12/1/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":319,"Cost":284,"Date":"2/9/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":689,"Cost":655,"Date":"2/11/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":902,"Cost":679,"Date":"3/10/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":744,"Cost":432,"Date":"3/16/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":467,"Cost":420,"Date":"3/18/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":733,"Cost":453,"Date":"3/20/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":472,"Cost":407,"Date":"3/26/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":253,"Date":"6/2/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":861,"Cost":655,"Date":"6/10/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":464,"Cost":394,"Date":"6/16/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":601,"Cost":416,"Date":"6/25/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":196,"Cost":152,"Date":"7/19/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":31,"Cost":23,"Date":"7/21/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":734,"Cost":595,"Date":"7/25/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":111,"Cost":91,"Date":"8/4/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":667,"Cost":452,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":597,"Date":"9/4/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":581,"Date":"9/19/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":836,"Cost":421,"Date":"9/29/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":30,"Date":"10/2/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":454,"Cost":300,"Date":"10/15/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":311,"Date":"10/30/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":427,"Cost":386,"Date":"11/9/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":868,"Cost":585,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":320,"Cost":162,"Date":"11/30/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":463,"Date":"12/8/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":177,"Cost":135,"Date":"12/11/2018"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":679,"Cost":619,"Date":"1/15/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":483,"Cost":405,"Date":"1/24/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":261,"Cost":150,"Date":"2/3/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":615,"Cost":336,"Date":"2/4/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":281,"Cost":193,"Date":"3/9/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":588,"Date":"3/12/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":532,"Cost":447,"Date":"4/19/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":184,"Cost":105,"Date":"5/3/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":327,"Cost":296,"Date":"5/4/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":878,"Cost":719,"Date":"6/8/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":684,"Cost":503,"Date":"6/26/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":796,"Cost":485,"Date":"7/4/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":147,"Cost":90,"Date":"7/13/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":263,"Cost":175,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":635,"Cost":539,"Date":"8/26/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":52,"Cost":35,"Date":"9/2/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":253,"Cost":240,"Date":"9/29/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":531,"Cost":316,"Date":"10/12/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":539,"Cost":444,"Date":"11/2/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":752,"Cost":598,"Date":"11/4/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":647,"Cost":528,"Date":"11/7/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":586,"Cost":325,"Date":"12/1/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":780,"Cost":558,"Date":"12/4/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":60,"Cost":54,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":709,"Cost":367,"Date":"12/18/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":482,"Cost":422,"Date":"12/20/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":604,"Cost":348,"Date":"12/20/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":46,"Cost":33,"Date":"12/21/2019"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":865,"Cost":681,"Date":"1/9/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":621,"Cost":346,"Date":"2/5/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":363,"Cost":201,"Date":"2/16/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":782,"Date":"2/16/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":256,"Date":"2/18/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":544,"Cost":312,"Date":"2/22/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":472,"Cost":333,"Date":"2/25/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":843,"Cost":632,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":485,"Cost":444,"Date":"4/2/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":857,"Cost":504,"Date":"4/3/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":618,"Cost":536,"Date":"4/9/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":961,"Cost":657,"Date":"4/10/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":354,"Date":"4/19/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":298,"Cost":197,"Date":"5/17/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":518,"Cost":314,"Date":"5/22/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":447,"Cost":270,"Date":"6/20/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":622,"Cost":476,"Date":"7/1/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":341,"Cost":318,"Date":"7/4/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":422,"Cost":214,"Date":"7/8/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":217,"Cost":128,"Date":"7/9/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":424,"Cost":265,"Date":"7/14/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":424,"Cost":383,"Date":"7/19/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":446,"Cost":258,"Date":"8/1/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":129,"Cost":94,"Date":"8/6/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":48,"Cost":46,"Date":"8/7/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":664,"Cost":440,"Date":"8/22/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":859,"Cost":779,"Date":"8/31/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":312,"Cost":162,"Date":"9/1/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":947,"Cost":516,"Date":"9/1/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":923,"Cost":751,"Date":"9/17/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":233,"Cost":118,"Date":"9/29/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":103,"Cost":79,"Date":"11/7/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":854,"Cost":674,"Date":"11/26/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":585,"Cost":301,"Date":"11/27/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":831,"Cost":747,"Date":"12/5/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":35,"Cost":23,"Date":"12/26/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":400,"Cost":349,"Date":"12/31/2020"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":324,"Cost":296,"Date":"1/20/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":377,"Cost":327,"Date":"2/2/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":430,"Cost":367,"Date":"2/8/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":379,"Cost":191,"Date":"2/27/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":408,"Cost":323,"Date":"3/1/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":358,"Cost":190,"Date":"3/1/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":669,"Cost":381,"Date":"3/19/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":878,"Cost":826,"Date":"3/28/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":86,"Date":"5/21/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":944,"Cost":697,"Date":"7/21/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":304,"Cost":244,"Date":"8/5/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":462,"Date":"8/12/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":782,"Cost":645,"Date":"8/21/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":325,"Cost":164,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":537,"Cost":386,"Date":"9/3/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":509,"Cost":366,"Date":"9/5/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":526,"Cost":292,"Date":"10/6/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":287,"Cost":184,"Date":"10/19/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":485,"Cost":427,"Date":"11/15/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":999,"Cost":678,"Date":"12/8/2021"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":263,"Cost":242,"Date":"1/8/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":847,"Cost":507,"Date":"1/14/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":65,"Cost":34,"Date":"1/19/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":817,"Cost":641,"Date":"1/28/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":245,"Cost":172,"Date":"1/31/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":929,"Cost":528,"Date":"3/27/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":267,"Cost":168,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":548,"Cost":310,"Date":"4/24/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":84,"Cost":65,"Date":"4/28/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":232,"Date":"5/15/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":862,"Cost":615,"Date":"5/16/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":324,"Date":"5/18/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":939,"Cost":507,"Date":"6/2/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":724,"Cost":549,"Date":"6/3/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":970,"Cost":815,"Date":"6/5/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":376,"Date":"6/7/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":602,"Cost":307,"Date":"6/14/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":401,"Cost":311,"Date":"6/20/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":90,"Cost":56,"Date":"6/24/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":39,"Cost":36,"Date":"7/4/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":508,"Date":"7/9/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":884,"Cost":797,"Date":"7/12/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":385,"Cost":335,"Date":"8/14/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":164,"Cost":96,"Date":"8/16/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":631,"Cost":367,"Date":"8/23/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":451,"Cost":231,"Date":"9/2/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":462,"Cost":435,"Date":"9/3/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":34,"Cost":32,"Date":"9/16/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":687,"Cost":548,"Date":"10/4/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":96,"Cost":52,"Date":"11/1/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":811,"Cost":691,"Date":"11/2/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":597,"Date":"12/17/2022"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":746,"Cost":471,"Date":"2/10/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":28,"Date":"2/28/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":911,"Cost":610,"Date":"3/4/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":285,"Cost":265,"Date":"3/9/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":215,"Cost":127,"Date":"3/9/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":143,"Cost":110,"Date":"3/11/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":658,"Date":"3/17/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":247,"Cost":159,"Date":"3/17/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":48,"Cost":29,"Date":"3/23/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":388,"Cost":234,"Date":"4/1/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":538,"Cost":471,"Date":"5/7/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":746,"Cost":651,"Date":"5/10/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":375,"Cost":245,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":998,"Cost":707,"Date":"6/2/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":336,"Date":"6/11/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":711,"Cost":431,"Date":"6/16/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":108,"Cost":83,"Date":"6/16/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":5,"Cost":2,"Date":"7/10/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":90,"Cost":47,"Date":"7/11/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":640,"Cost":338,"Date":"8/28/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":47,"Cost":29,"Date":"8/29/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":417,"Cost":316,"Date":"8/31/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":356,"Cost":296,"Date":"9/8/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":659,"Cost":570,"Date":"9/13/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":735,"Cost":428,"Date":"9/14/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":399,"Cost":314,"Date":"9/19/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":463,"Cost":354,"Date":"9/25/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":809,"Cost":453,"Date":"10/4/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":440,"Cost":263,"Date":"10/10/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":593,"Cost":546,"Date":"10/17/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":56,"Cost":29,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":572,"Cost":391,"Date":"10/30/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":116,"Cost":81,"Date":"11/1/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":197,"Cost":108,"Date":"11/15/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":396,"Cost":259,"Date":"11/25/2023"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":973,"Cost":540,"Date":"1/10/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":624,"Cost":426,"Date":"1/14/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":892,"Cost":549,"Date":"1/20/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":787,"Cost":674,"Date":"2/8/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":564,"Date":"2/25/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":644,"Cost":466,"Date":"3/7/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":795,"Cost":575,"Date":"3/14/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":792,"Cost":469,"Date":"3/27/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":599,"Cost":558,"Date":"4/5/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":307,"Cost":218,"Date":"4/14/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":905,"Cost":468,"Date":"5/3/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":12,"Cost":6,"Date":"5/9/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":87,"Cost":70,"Date":"5/15/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":237,"Cost":170,"Date":"5/25/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":867,"Cost":689,"Date":"5/26/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":82,"Cost":57,"Date":"5/31/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":135,"Cost":96,"Date":"7/27/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":770,"Cost":490,"Date":"9/17/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":37,"Cost":20,"Date":"10/6/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":500,"Cost":398,"Date":"10/8/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":644,"Cost":530,"Date":"10/26/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":777,"Cost":554,"Date":"11/16/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":279,"Date":"11/18/2024"},{"Store":"Mall Dobrich","Brand":"ARKET","Country":"Bulgaria","Sale":277,"Cost":237,"Date":"12/1/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":527,"Cost":297,"Date":"2/9/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":119,"Cost":60,"Date":"2/11/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":75,"Cost":37,"Date":"3/10/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":605,"Cost":351,"Date":"3/16/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":318,"Cost":302,"Date":"3/18/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":282,"Cost":251,"Date":"3/20/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":292,"Cost":254,"Date":"3/26/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":390,"Date":"6/2/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":174,"Cost":91,"Date":"6/10/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":539,"Date":"6/16/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":961,"Cost":544,"Date":"6/25/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":865,"Cost":650,"Date":"7/19/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":234,"Cost":185,"Date":"7/21/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":752,"Cost":508,"Date":"7/25/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":374,"Cost":317,"Date":"8/4/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":825,"Cost":611,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":359,"Cost":184,"Date":"9/4/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":224,"Cost":123,"Date":"9/19/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":868,"Cost":774,"Date":"9/29/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":36,"Date":"10/2/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":24,"Cost":20,"Date":"10/15/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":765,"Cost":436,"Date":"10/30/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":688,"Cost":647,"Date":"11/9/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":952,"Cost":851,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":690,"Cost":380,"Date":"11/30/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":205,"Date":"12/8/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":125,"Cost":69,"Date":"12/11/2018"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":875,"Cost":446,"Date":"1/15/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":753,"Date":"1/24/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":34,"Cost":33,"Date":"2/3/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":281,"Cost":180,"Date":"2/4/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":259,"Cost":168,"Date":"3/9/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":567,"Cost":285,"Date":"3/12/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":503,"Cost":398,"Date":"4/19/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":892,"Cost":666,"Date":"5/3/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":485,"Date":"5/4/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":592,"Cost":375,"Date":"6/8/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":268,"Cost":200,"Date":"6/26/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":646,"Cost":351,"Date":"7/4/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":266,"Cost":199,"Date":"7/13/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":350,"Cost":324,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":138,"Cost":88,"Date":"8/26/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":681,"Cost":596,"Date":"9/2/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":649,"Cost":467,"Date":"9/29/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":487,"Cost":301,"Date":"10/12/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":604,"Date":"11/2/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":752,"Cost":519,"Date":"11/4/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":646,"Date":"11/7/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":809,"Cost":656,"Date":"12/1/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":476,"Cost":440,"Date":"12/4/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":445,"Cost":283,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":91,"Date":"12/18/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":475,"Cost":339,"Date":"12/20/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":20,"Cost":18,"Date":"12/20/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":102,"Cost":52,"Date":"12/21/2019"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":823,"Cost":567,"Date":"1/9/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":597,"Cost":489,"Date":"2/5/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":350,"Cost":317,"Date":"2/16/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":619,"Date":"2/16/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":328,"Date":"2/18/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":664,"Cost":478,"Date":"2/22/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":931,"Cost":523,"Date":"2/25/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":868,"Cost":709,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":825,"Cost":414,"Date":"4/2/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":900,"Cost":743,"Date":"4/3/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":554,"Date":"4/9/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":168,"Cost":126,"Date":"4/10/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":197,"Cost":168,"Date":"4/19/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":373,"Cost":268,"Date":"5/17/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":26,"Cost":21,"Date":"5/22/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":8,"Cost":8,"Date":"6/20/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":795,"Cost":644,"Date":"7/1/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":459,"Date":"7/4/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":907,"Cost":745,"Date":"7/8/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":947,"Cost":515,"Date":"7/9/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":267,"Date":"7/14/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":496,"Cost":343,"Date":"7/19/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":546,"Cost":305,"Date":"8/1/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":879,"Cost":731,"Date":"8/6/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":112,"Cost":59,"Date":"8/7/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":738,"Cost":380,"Date":"8/22/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":20,"Cost":12,"Date":"8/31/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":538,"Cost":322,"Date":"9/1/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":362,"Cost":213,"Date":"9/1/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":461,"Cost":437,"Date":"9/17/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":716,"Cost":551,"Date":"9/29/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":277,"Cost":215,"Date":"11/7/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":354,"Date":"11/26/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":560,"Cost":411,"Date":"11/27/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":921,"Cost":834,"Date":"12/5/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":889,"Cost":695,"Date":"12/26/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":396,"Cost":250,"Date":"12/31/2020"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":372,"Cost":338,"Date":"1/20/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":950,"Cost":565,"Date":"2/2/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":518,"Cost":483,"Date":"2/8/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":467,"Cost":241,"Date":"2/27/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":561,"Date":"3/1/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":137,"Cost":104,"Date":"3/1/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":46,"Cost":29,"Date":"3/19/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":232,"Cost":118,"Date":"3/28/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":537,"Cost":442,"Date":"5/21/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":705,"Cost":389,"Date":"7/21/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":527,"Cost":416,"Date":"8/5/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":141,"Cost":88,"Date":"8/12/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":753,"Cost":498,"Date":"8/21/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":208,"Cost":150,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":660,"Cost":504,"Date":"9/3/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":569,"Date":"9/5/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":358,"Cost":276,"Date":"10/6/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":499,"Cost":428,"Date":"10/19/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":10,"Date":"11/15/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":15,"Date":"12/8/2021"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":402,"Cost":362,"Date":"1/8/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":319,"Cost":260,"Date":"1/14/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":370,"Cost":330,"Date":"1/19/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":392,"Cost":272,"Date":"1/28/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":603,"Cost":310,"Date":"1/31/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":109,"Date":"3/27/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":954,"Cost":500,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":372,"Cost":187,"Date":"4/24/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":602,"Cost":384,"Date":"4/28/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":677,"Cost":533,"Date":"5/15/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":58,"Cost":32,"Date":"5/16/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":90,"Cost":81,"Date":"5/18/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":181,"Cost":142,"Date":"6/2/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":912,"Cost":767,"Date":"6/3/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":38,"Cost":22,"Date":"6/5/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":761,"Cost":409,"Date":"6/7/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":417,"Date":"6/14/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":369,"Cost":221,"Date":"6/20/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":165,"Cost":134,"Date":"6/24/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":547,"Cost":487,"Date":"7/4/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":203,"Date":"7/9/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":784,"Cost":575,"Date":"7/12/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":397,"Cost":274,"Date":"8/14/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":352,"Cost":323,"Date":"8/16/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":605,"Cost":428,"Date":"8/23/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":347,"Cost":264,"Date":"9/2/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":983,"Cost":907,"Date":"9/3/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":387,"Cost":242,"Date":"9/16/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":686,"Cost":597,"Date":"10/4/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":416,"Cost":242,"Date":"11/1/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":359,"Date":"11/2/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":112,"Cost":82,"Date":"12/17/2022"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":814,"Cost":576,"Date":"2/10/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":670,"Cost":386,"Date":"2/28/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":609,"Date":"3/4/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":619,"Cost":497,"Date":"3/9/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":449,"Cost":374,"Date":"3/9/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":190,"Cost":100,"Date":"3/11/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":168,"Cost":101,"Date":"3/17/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":968,"Cost":705,"Date":"3/17/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":510,"Date":"3/23/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":812,"Date":"4/1/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":152,"Cost":122,"Date":"5/7/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":40,"Date":"5/10/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":173,"Cost":117,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":213,"Cost":161,"Date":"6/2/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":141,"Cost":127,"Date":"6/11/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":864,"Cost":548,"Date":"6/16/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":518,"Cost":391,"Date":"6/16/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":114,"Date":"7/10/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":453,"Cost":240,"Date":"7/11/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":16,"Date":"8/28/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":198,"Date":"8/29/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":554,"Cost":454,"Date":"8/31/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":140,"Cost":120,"Date":"9/8/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":763,"Cost":594,"Date":"9/13/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":357,"Cost":271,"Date":"9/14/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":978,"Cost":623,"Date":"9/19/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":80,"Cost":68,"Date":"9/25/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":556,"Cost":359,"Date":"10/4/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":209,"Cost":115,"Date":"10/10/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":76,"Cost":48,"Date":"10/17/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":289,"Cost":219,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":225,"Date":"10/30/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":447,"Cost":247,"Date":"11/1/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":28,"Date":"11/15/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":965,"Cost":623,"Date":"11/25/2023"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":599,"Cost":477,"Date":"1/10/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":460,"Cost":351,"Date":"1/14/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":283,"Cost":233,"Date":"1/20/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":549,"Date":"2/8/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":867,"Cost":691,"Date":"2/25/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":337,"Date":"3/7/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":360,"Cost":268,"Date":"3/14/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":853,"Cost":475,"Date":"3/27/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":336,"Cost":237,"Date":"4/5/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":30,"Cost":16,"Date":"4/14/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":996,"Cost":771,"Date":"5/3/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":737,"Cost":445,"Date":"5/9/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":962,"Cost":549,"Date":"5/15/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":95,"Cost":68,"Date":"5/25/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":224,"Date":"5/26/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":49,"Cost":36,"Date":"5/31/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":177,"Cost":97,"Date":"7/27/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":593,"Date":"9/17/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":293,"Cost":154,"Date":"10/6/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":599,"Date":"10/8/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":860,"Cost":496,"Date":"10/26/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":145,"Date":"11/16/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":40,"Date":"11/18/2024"},{"Store":"Mall Dobrich","Brand":"Nova","Country":"Bulgaria","Sale":708,"Cost":467,"Date":"12/1/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":421,"Cost":216,"Date":"2/9/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":847,"Cost":649,"Date":"2/11/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":777,"Cost":401,"Date":"3/10/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":224,"Cost":130,"Date":"3/16/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":264,"Cost":138,"Date":"3/18/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":606,"Cost":417,"Date":"3/20/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":252,"Cost":133,"Date":"3/26/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":344,"Date":"6/2/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":411,"Cost":371,"Date":"6/10/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":472,"Cost":357,"Date":"6/16/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":877,"Cost":770,"Date":"6/25/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":170,"Cost":148,"Date":"7/19/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":727,"Cost":422,"Date":"7/21/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":956,"Cost":567,"Date":"7/25/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":949,"Cost":735,"Date":"8/4/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":594,"Cost":528,"Date":"9/2/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":92,"Cost":75,"Date":"9/4/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":860,"Cost":507,"Date":"9/19/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":291,"Cost":188,"Date":"9/29/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":214,"Cost":138,"Date":"10/2/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":609,"Date":"10/15/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":547,"Cost":349,"Date":"10/30/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":423,"Date":"11/9/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":711,"Cost":466,"Date":"11/23/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":231,"Cost":188,"Date":"11/30/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":341,"Cost":288,"Date":"12/8/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":619,"Date":"12/11/2018"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":770,"Cost":529,"Date":"1/15/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":363,"Cost":283,"Date":"1/24/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":883,"Cost":474,"Date":"2/3/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":245,"Cost":213,"Date":"2/4/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":972,"Cost":910,"Date":"3/9/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":613,"Cost":329,"Date":"3/12/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":771,"Cost":574,"Date":"4/19/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":817,"Cost":567,"Date":"5/3/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":11,"Cost":6,"Date":"5/4/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":213,"Cost":185,"Date":"6/8/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":98,"Cost":80,"Date":"6/26/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":472,"Cost":275,"Date":"7/4/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":55,"Date":"7/13/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":403,"Date":"8/8/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":208,"Cost":159,"Date":"8/26/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":851,"Date":"9/2/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":837,"Cost":421,"Date":"9/29/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":844,"Cost":695,"Date":"10/12/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":499,"Cost":326,"Date":"11/2/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":385,"Date":"11/4/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":196,"Cost":145,"Date":"11/7/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":525,"Cost":361,"Date":"12/1/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":854,"Cost":553,"Date":"12/4/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":333,"Cost":267,"Date":"12/7/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":573,"Date":"12/18/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":24,"Cost":21,"Date":"12/20/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":487,"Cost":337,"Date":"12/20/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":852,"Cost":454,"Date":"12/21/2019"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":846,"Cost":583,"Date":"1/9/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":88,"Cost":74,"Date":"2/5/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":892,"Cost":600,"Date":"2/16/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":182,"Date":"2/16/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":402,"Cost":201,"Date":"2/18/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":683,"Cost":588,"Date":"2/22/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":210,"Cost":135,"Date":"2/25/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":25,"Cost":15,"Date":"3/8/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":294,"Cost":176,"Date":"4/2/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":376,"Cost":321,"Date":"4/3/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":982,"Cost":825,"Date":"4/9/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":717,"Cost":432,"Date":"4/10/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":262,"Cost":175,"Date":"4/19/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":273,"Date":"5/17/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":428,"Cost":321,"Date":"5/22/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":5,"Cost":4,"Date":"6/20/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":88,"Cost":52,"Date":"7/1/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":398,"Cost":216,"Date":"7/4/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":101,"Cost":87,"Date":"7/8/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":468,"Cost":414,"Date":"7/9/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":484,"Cost":354,"Date":"7/14/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":94,"Cost":62,"Date":"7/19/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":163,"Cost":137,"Date":"8/1/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":618,"Cost":562,"Date":"8/6/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":902,"Cost":503,"Date":"8/7/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":266,"Date":"8/22/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":506,"Cost":291,"Date":"8/31/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":242,"Cost":200,"Date":"9/1/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":670,"Cost":416,"Date":"9/1/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":226,"Cost":144,"Date":"9/17/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":96,"Cost":71,"Date":"9/29/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":418,"Cost":390,"Date":"11/7/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":316,"Cost":213,"Date":"11/26/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":356,"Cost":270,"Date":"11/27/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":379,"Cost":354,"Date":"12/5/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":932,"Cost":855,"Date":"12/26/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":761,"Cost":708,"Date":"12/31/2020"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":303,"Date":"1/20/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":479,"Cost":283,"Date":"2/2/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":24,"Cost":22,"Date":"2/8/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":530,"Cost":332,"Date":"2/27/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":26,"Cost":14,"Date":"3/1/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":339,"Cost":297,"Date":"3/1/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":572,"Date":"3/19/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":580,"Cost":516,"Date":"3/28/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":793,"Cost":699,"Date":"5/21/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":652,"Cost":371,"Date":"7/21/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":890,"Cost":552,"Date":"8/5/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":679,"Cost":538,"Date":"8/12/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":653,"Cost":504,"Date":"8/21/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":713,"Cost":535,"Date":"8/23/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":89,"Cost":50,"Date":"9/3/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":827,"Cost":570,"Date":"9/5/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":223,"Cost":193,"Date":"10/6/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":773,"Cost":394,"Date":"10/19/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":788,"Cost":719,"Date":"11/15/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":321,"Cost":224,"Date":"12/8/2021"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":258,"Cost":193,"Date":"1/8/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":629,"Cost":399,"Date":"1/14/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":426,"Cost":402,"Date":"1/19/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":565,"Cost":440,"Date":"1/28/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":452,"Cost":330,"Date":"1/31/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":464,"Cost":234,"Date":"3/27/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":688,"Cost":362,"Date":"4/20/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":420,"Cost":301,"Date":"4/24/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":302,"Date":"4/28/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":454,"Cost":306,"Date":"5/15/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":383,"Cost":242,"Date":"5/16/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":56,"Cost":31,"Date":"5/18/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":90,"Cost":82,"Date":"6/2/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":496,"Cost":254,"Date":"6/3/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":759,"Cost":659,"Date":"6/5/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":155,"Cost":95,"Date":"6/7/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":685,"Cost":354,"Date":"6/14/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":167,"Cost":159,"Date":"6/20/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":178,"Date":"6/24/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":152,"Cost":134,"Date":"7/4/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":153,"Cost":113,"Date":"7/9/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":486,"Cost":423,"Date":"7/12/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":511,"Cost":398,"Date":"8/14/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":716,"Cost":492,"Date":"8/16/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":506,"Cost":293,"Date":"8/23/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":741,"Cost":388,"Date":"9/2/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":696,"Date":"9/3/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":330,"Date":"9/16/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":575,"Cost":329,"Date":"10/4/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":101,"Cost":62,"Date":"11/1/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":86,"Date":"11/2/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":499,"Cost":329,"Date":"12/17/2022"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":42,"Cost":30,"Date":"2/10/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":750,"Cost":403,"Date":"2/28/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":95,"Cost":52,"Date":"3/4/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":257,"Cost":213,"Date":"3/9/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":125,"Cost":78,"Date":"3/9/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":325,"Date":"3/11/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":509,"Cost":434,"Date":"3/17/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":156,"Cost":115,"Date":"3/17/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":243,"Cost":213,"Date":"3/23/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":65,"Cost":32,"Date":"4/1/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":330,"Cost":166,"Date":"5/7/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":474,"Cost":423,"Date":"5/10/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":509,"Cost":288,"Date":"5/20/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":384,"Cost":204,"Date":"6/2/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":590,"Cost":373,"Date":"6/11/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":191,"Cost":149,"Date":"6/16/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":132,"Cost":66,"Date":"6/16/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":823,"Cost":660,"Date":"7/10/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":553,"Cost":429,"Date":"7/11/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":124,"Cost":65,"Date":"8/28/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":424,"Cost":324,"Date":"8/29/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":806,"Cost":621,"Date":"8/31/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":1000,"Cost":698,"Date":"9/8/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":540,"Cost":442,"Date":"9/13/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":193,"Cost":117,"Date":"9/14/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":183,"Cost":116,"Date":"9/19/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":821,"Cost":639,"Date":"9/25/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":255,"Cost":217,"Date":"10/4/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":552,"Cost":442,"Date":"10/10/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":856,"Cost":626,"Date":"10/17/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":801,"Cost":707,"Date":"10/28/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":460,"Cost":412,"Date":"10/30/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":148,"Cost":124,"Date":"11/1/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":206,"Cost":155,"Date":"11/15/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":113,"Date":"11/25/2023"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":542,"Cost":348,"Date":"1/10/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":724,"Cost":442,"Date":"1/14/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":265,"Cost":135,"Date":"1/20/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":978,"Cost":737,"Date":"2/8/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":47,"Cost":35,"Date":"2/25/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":144,"Cost":84,"Date":"3/7/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":948,"Cost":822,"Date":"3/14/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":436,"Cost":411,"Date":"3/27/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":313,"Cost":197,"Date":"4/5/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":908,"Cost":755,"Date":"4/14/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":557,"Cost":461,"Date":"5/3/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":16,"Cost":9,"Date":"5/9/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":189,"Cost":94,"Date":"5/15/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":876,"Cost":460,"Date":"5/25/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":189,"Cost":165,"Date":"5/26/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":172,"Cost":159,"Date":"5/31/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":995,"Cost":790,"Date":"7/27/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":735,"Cost":646,"Date":"9/17/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":117,"Cost":75,"Date":"10/6/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":141,"Cost":84,"Date":"10/8/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":30,"Date":"10/26/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":803,"Cost":506,"Date":"11/16/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":390,"Cost":336,"Date":"11/18/2024"},{"Store":"Mall Dobrich","Brand":"COS","Country":"Bulgaria","Sale":733,"Cost":619,"Date":"12/1/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":827,"Cost":513,"Date":"2/9/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":676,"Cost":430,"Date":"2/11/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":109,"Cost":68,"Date":"3/10/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":732,"Cost":677,"Date":"3/16/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":160,"Cost":149,"Date":"3/18/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":718,"Date":"3/20/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":188,"Cost":117,"Date":"3/26/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":547,"Cost":283,"Date":"6/2/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":434,"Cost":293,"Date":"6/10/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":892,"Cost":793,"Date":"6/16/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":326,"Cost":211,"Date":"6/25/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":147,"Cost":138,"Date":"7/19/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":569,"Cost":373,"Date":"7/21/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":347,"Cost":185,"Date":"7/25/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":557,"Cost":406,"Date":"8/4/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":521,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":986,"Cost":501,"Date":"9/4/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":398,"Date":"9/19/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":969,"Cost":705,"Date":"9/29/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":794,"Cost":652,"Date":"10/2/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":427,"Date":"10/15/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":11,"Cost":11,"Date":"10/30/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":586,"Cost":416,"Date":"11/9/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":440,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":615,"Cost":494,"Date":"11/30/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":452,"Cost":291,"Date":"12/8/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":753,"Cost":456,"Date":"12/11/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":944,"Cost":522,"Date":"1/15/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":745,"Cost":447,"Date":"1/24/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":769,"Cost":408,"Date":"2/3/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":722,"Cost":573,"Date":"2/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":554,"Cost":485,"Date":"3/9/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":340,"Date":"3/12/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":736,"Cost":462,"Date":"4/19/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":251,"Cost":152,"Date":"5/3/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":531,"Cost":357,"Date":"5/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":341,"Cost":256,"Date":"6/8/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":424,"Cost":297,"Date":"6/26/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":216,"Cost":138,"Date":"7/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":408,"Cost":264,"Date":"7/13/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":586,"Cost":390,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":491,"Cost":280,"Date":"8/26/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":572,"Cost":414,"Date":"9/2/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":851,"Cost":656,"Date":"9/29/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":532,"Cost":478,"Date":"10/12/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":461,"Cost":243,"Date":"11/2/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":606,"Cost":317,"Date":"11/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":3,"Cost":1,"Date":"11/7/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":141,"Cost":122,"Date":"12/1/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":724,"Cost":593,"Date":"12/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":192,"Cost":170,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":287,"Cost":267,"Date":"12/18/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":545,"Cost":308,"Date":"12/20/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":357,"Cost":320,"Date":"12/20/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":542,"Cost":307,"Date":"12/21/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":758,"Cost":436,"Date":"1/9/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":61,"Cost":45,"Date":"2/5/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":870,"Cost":517,"Date":"2/16/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":487,"Date":"2/16/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":978,"Cost":856,"Date":"2/18/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":445,"Cost":362,"Date":"2/22/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":239,"Date":"2/25/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":116,"Cost":99,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":813,"Cost":530,"Date":"4/2/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":706,"Date":"4/3/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":253,"Date":"4/9/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":222,"Cost":152,"Date":"4/10/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":115,"Cost":68,"Date":"4/19/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":332,"Cost":222,"Date":"5/17/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":668,"Date":"5/22/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":292,"Cost":216,"Date":"6/20/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":51,"Date":"7/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":599,"Cost":340,"Date":"7/4/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":460,"Date":"7/8/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":207,"Cost":119,"Date":"7/9/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":360,"Cost":200,"Date":"7/14/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":342,"Cost":177,"Date":"7/19/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":43,"Cost":26,"Date":"8/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":874,"Cost":644,"Date":"8/6/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":841,"Cost":650,"Date":"8/7/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":439,"Cost":371,"Date":"8/22/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":352,"Cost":294,"Date":"8/31/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":971,"Cost":491,"Date":"9/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":130,"Date":"9/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":921,"Cost":503,"Date":"9/17/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":231,"Cost":122,"Date":"9/29/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":245,"Cost":137,"Date":"11/7/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":585,"Cost":517,"Date":"11/26/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":296,"Cost":274,"Date":"11/27/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":79,"Date":"12/5/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":405,"Date":"12/26/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":534,"Date":"12/31/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":550,"Date":"1/20/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":932,"Cost":616,"Date":"2/2/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":351,"Cost":317,"Date":"2/8/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":321,"Cost":265,"Date":"2/27/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":949,"Cost":892,"Date":"3/1/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":820,"Cost":623,"Date":"3/1/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":194,"Date":"3/19/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":668,"Cost":509,"Date":"3/28/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":150,"Date":"5/21/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":137,"Date":"7/21/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":267,"Cost":152,"Date":"8/5/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":205,"Cost":166,"Date":"8/12/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":513,"Date":"8/21/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":375,"Cost":233,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":60,"Cost":31,"Date":"9/3/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":466,"Date":"9/5/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":587,"Cost":526,"Date":"10/6/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":423,"Cost":285,"Date":"10/19/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":666,"Cost":606,"Date":"11/15/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":651,"Cost":462,"Date":"12/8/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":99,"Cost":73,"Date":"1/8/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":500,"Cost":434,"Date":"1/14/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":794,"Cost":524,"Date":"1/19/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":798,"Cost":508,"Date":"1/28/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":174,"Cost":165,"Date":"1/31/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":463,"Cost":249,"Date":"3/27/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":915,"Cost":715,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":95,"Cost":64,"Date":"4/24/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":36,"Cost":29,"Date":"4/28/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":290,"Cost":185,"Date":"5/15/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":30,"Date":"5/16/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":372,"Cost":187,"Date":"5/18/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":935,"Cost":834,"Date":"6/2/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":163,"Cost":147,"Date":"6/3/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":414,"Cost":213,"Date":"6/5/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":118,"Cost":68,"Date":"6/7/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":335,"Cost":214,"Date":"6/14/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":333,"Date":"6/20/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":986,"Cost":497,"Date":"6/24/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":383,"Cost":203,"Date":"7/4/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":728,"Cost":567,"Date":"7/9/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":456,"Cost":231,"Date":"7/12/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":485,"Cost":413,"Date":"8/14/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":506,"Date":"8/16/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":888,"Cost":521,"Date":"8/23/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":621,"Cost":325,"Date":"9/2/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":914,"Cost":727,"Date":"9/3/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":615,"Cost":385,"Date":"9/16/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":340,"Cost":283,"Date":"10/4/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":633,"Cost":395,"Date":"11/1/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":844,"Cost":783,"Date":"11/2/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":763,"Cost":601,"Date":"12/17/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":350,"Cost":209,"Date":"2/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":423,"Date":"2/28/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":79,"Cost":72,"Date":"3/4/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":623,"Cost":464,"Date":"3/9/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":560,"Date":"3/9/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":137,"Cost":119,"Date":"3/11/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":49,"Date":"3/17/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":53,"Cost":26,"Date":"3/17/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":220,"Cost":180,"Date":"3/23/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":579,"Date":"4/1/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":959,"Cost":909,"Date":"5/7/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":42,"Cost":34,"Date":"5/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":788,"Cost":575,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":357,"Cost":284,"Date":"6/2/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":960,"Cost":578,"Date":"6/11/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":50,"Cost":32,"Date":"6/16/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":128,"Cost":91,"Date":"6/16/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":401,"Date":"7/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":719,"Cost":609,"Date":"7/11/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":92,"Cost":54,"Date":"8/28/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":585,"Cost":409,"Date":"8/29/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":771,"Cost":678,"Date":"8/31/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":878,"Cost":530,"Date":"9/8/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":82,"Cost":57,"Date":"9/13/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":278,"Cost":259,"Date":"9/14/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":199,"Cost":141,"Date":"9/19/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":208,"Date":"9/25/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":71,"Cost":63,"Date":"10/4/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":64,"Date":"10/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":425,"Cost":292,"Date":"10/17/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":668,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":354,"Cost":254,"Date":"10/30/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":169,"Cost":101,"Date":"11/1/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":48,"Cost":30,"Date":"11/15/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":845,"Cost":763,"Date":"11/25/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":720,"Cost":576,"Date":"1/10/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":311,"Cost":176,"Date":"1/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":777,"Cost":679,"Date":"1/20/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":444,"Cost":331,"Date":"2/8/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":508,"Cost":321,"Date":"2/25/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":16,"Cost":10,"Date":"3/7/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":546,"Cost":510,"Date":"3/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":509,"Cost":314,"Date":"3/27/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":667,"Cost":460,"Date":"4/5/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":399,"Date":"4/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":506,"Cost":305,"Date":"5/3/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":589,"Date":"5/9/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":297,"Cost":194,"Date":"5/15/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":272,"Cost":194,"Date":"5/25/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":169,"Cost":140,"Date":"5/26/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":147,"Date":"5/31/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":452,"Cost":309,"Date":"7/27/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":475,"Cost":387,"Date":"9/17/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":562,"Cost":457,"Date":"10/6/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":200,"Date":"10/8/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":272,"Date":"10/26/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":823,"Cost":606,"Date":"11/16/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":328,"Cost":191,"Date":"11/18/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":237,"Cost":217,"Date":"12/1/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":323,"Cost":271,"Date":"2/9/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":655,"Cost":520,"Date":"2/11/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":958,"Cost":538,"Date":"3/10/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":619,"Cost":428,"Date":"3/16/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":79,"Cost":55,"Date":"3/18/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":857,"Cost":612,"Date":"3/20/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":21,"Cost":20,"Date":"3/26/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":261,"Cost":142,"Date":"6/2/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":203,"Cost":192,"Date":"6/10/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":800,"Date":"6/16/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":139,"Cost":80,"Date":"6/25/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":551,"Cost":405,"Date":"7/19/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":678,"Cost":616,"Date":"7/21/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":555,"Date":"7/25/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":682,"Cost":445,"Date":"8/4/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":369,"Cost":286,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":277,"Cost":197,"Date":"9/4/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":10,"Cost":6,"Date":"9/19/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":899,"Cost":500,"Date":"9/29/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":218,"Cost":118,"Date":"10/2/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":477,"Cost":355,"Date":"10/15/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":540,"Cost":370,"Date":"10/30/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":534,"Cost":427,"Date":"11/9/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":282,"Cost":237,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":771,"Cost":528,"Date":"11/30/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":680,"Cost":387,"Date":"12/8/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":751,"Cost":560,"Date":"12/11/2018"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":186,"Cost":162,"Date":"1/15/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":599,"Cost":429,"Date":"1/24/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":270,"Cost":192,"Date":"2/3/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":92,"Cost":67,"Date":"2/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":441,"Cost":267,"Date":"3/9/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":719,"Cost":469,"Date":"3/12/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":741,"Cost":593,"Date":"4/19/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":675,"Cost":463,"Date":"5/3/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":996,"Cost":922,"Date":"5/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":520,"Cost":448,"Date":"6/8/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":504,"Cost":394,"Date":"6/26/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":626,"Cost":530,"Date":"7/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":364,"Cost":235,"Date":"7/13/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":214,"Cost":180,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":600,"Cost":507,"Date":"8/26/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":268,"Cost":194,"Date":"9/2/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":242,"Cost":216,"Date":"9/29/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":72,"Cost":43,"Date":"10/12/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":944,"Cost":773,"Date":"11/2/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":628,"Cost":387,"Date":"11/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":733,"Date":"11/7/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":170,"Cost":130,"Date":"12/1/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":478,"Date":"12/4/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":246,"Cost":189,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":611,"Cost":570,"Date":"12/18/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":368,"Cost":323,"Date":"12/20/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":465,"Date":"12/20/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":614,"Cost":450,"Date":"12/21/2019"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":973,"Cost":787,"Date":"1/9/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":967,"Cost":728,"Date":"2/5/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":273,"Cost":145,"Date":"2/16/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":334,"Cost":250,"Date":"2/16/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":694,"Cost":552,"Date":"2/18/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":378,"Cost":204,"Date":"2/22/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":568,"Cost":422,"Date":"2/25/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":291,"Cost":264,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":527,"Cost":298,"Date":"4/2/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":915,"Cost":853,"Date":"4/3/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":285,"Cost":241,"Date":"4/9/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":278,"Cost":206,"Date":"4/10/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":947,"Cost":484,"Date":"4/19/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":483,"Date":"5/17/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":821,"Cost":682,"Date":"5/22/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":495,"Cost":464,"Date":"6/20/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":951,"Cost":723,"Date":"7/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":95,"Cost":77,"Date":"7/4/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":3,"Cost":2,"Date":"7/8/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":148,"Cost":125,"Date":"7/9/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":533,"Cost":372,"Date":"7/14/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":853,"Cost":809,"Date":"7/19/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":55,"Cost":49,"Date":"8/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":527,"Cost":293,"Date":"8/6/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":269,"Cost":163,"Date":"8/7/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":879,"Cost":722,"Date":"8/22/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":70,"Cost":44,"Date":"8/31/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":253,"Cost":156,"Date":"9/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":874,"Cost":649,"Date":"9/1/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":467,"Cost":373,"Date":"9/17/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":643,"Cost":363,"Date":"9/29/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":86,"Date":"11/7/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":894,"Cost":598,"Date":"11/26/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":204,"Cost":127,"Date":"11/27/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":18,"Cost":14,"Date":"12/5/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":424,"Date":"12/26/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":91,"Date":"12/31/2020"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":565,"Cost":477,"Date":"1/20/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":204,"Cost":146,"Date":"2/2/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":989,"Cost":785,"Date":"2/8/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":757,"Cost":651,"Date":"2/27/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":703,"Cost":396,"Date":"3/1/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":358,"Date":"3/1/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":627,"Cost":384,"Date":"3/19/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":642,"Date":"3/28/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":57,"Cost":33,"Date":"5/21/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":830,"Cost":576,"Date":"7/21/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":320,"Cost":186,"Date":"8/5/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":184,"Cost":150,"Date":"8/12/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":538,"Cost":269,"Date":"8/21/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":907,"Cost":726,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":608,"Cost":381,"Date":"9/3/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":385,"Cost":280,"Date":"9/5/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":168,"Cost":99,"Date":"10/6/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":590,"Cost":407,"Date":"10/19/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":698,"Cost":471,"Date":"11/15/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":703,"Cost":485,"Date":"12/8/2021"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":564,"Cost":468,"Date":"1/8/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":979,"Cost":593,"Date":"1/14/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":934,"Cost":539,"Date":"1/19/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":512,"Cost":484,"Date":"1/28/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":636,"Cost":521,"Date":"1/31/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":727,"Cost":393,"Date":"3/27/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":555,"Cost":503,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":873,"Cost":651,"Date":"4/24/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":653,"Cost":504,"Date":"4/28/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":780,"Cost":397,"Date":"5/15/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":116,"Cost":67,"Date":"5/16/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":919,"Cost":771,"Date":"5/18/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":121,"Date":"6/2/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":654,"Cost":571,"Date":"6/3/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":149,"Cost":94,"Date":"6/5/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":735,"Cost":570,"Date":"6/7/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":329,"Cost":251,"Date":"6/14/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":786,"Cost":541,"Date":"6/20/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":583,"Cost":386,"Date":"6/24/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":918,"Cost":637,"Date":"7/4/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":138,"Cost":86,"Date":"7/9/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":862,"Cost":813,"Date":"7/12/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":833,"Cost":464,"Date":"8/14/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":975,"Cost":542,"Date":"8/16/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":941,"Cost":632,"Date":"8/23/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":734,"Cost":619,"Date":"9/2/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":285,"Cost":189,"Date":"9/3/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":988,"Cost":526,"Date":"9/16/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":494,"Cost":310,"Date":"10/4/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":112,"Cost":66,"Date":"11/1/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":725,"Cost":652,"Date":"11/2/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":271,"Cost":211,"Date":"12/17/2022"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":389,"Cost":231,"Date":"2/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":153,"Cost":88,"Date":"2/28/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":293,"Date":"3/4/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":263,"Cost":245,"Date":"3/9/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":189,"Cost":167,"Date":"3/9/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":691,"Cost":345,"Date":"3/11/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":324,"Date":"3/17/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":618,"Cost":496,"Date":"3/17/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":89,"Cost":72,"Date":"3/23/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":134,"Cost":73,"Date":"4/1/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":756,"Cost":685,"Date":"5/7/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":513,"Cost":284,"Date":"5/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":250,"Cost":217,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":408,"Cost":274,"Date":"6/2/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":384,"Cost":319,"Date":"6/11/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":397,"Cost":265,"Date":"6/16/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":25,"Cost":13,"Date":"6/16/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":783,"Date":"7/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":816,"Cost":730,"Date":"7/11/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":39,"Cost":20,"Date":"8/28/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":965,"Cost":801,"Date":"8/29/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":438,"Cost":371,"Date":"8/31/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":723,"Cost":364,"Date":"9/8/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":538,"Cost":294,"Date":"9/13/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":694,"Cost":364,"Date":"9/14/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":339,"Cost":259,"Date":"9/19/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":827,"Cost":750,"Date":"9/25/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":824,"Cost":515,"Date":"10/4/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":700,"Cost":410,"Date":"10/10/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":122,"Cost":87,"Date":"10/17/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":302,"Cost":225,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":354,"Cost":226,"Date":"10/30/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":657,"Cost":394,"Date":"11/1/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":291,"Cost":237,"Date":"11/15/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":336,"Cost":288,"Date":"11/25/2023"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":839,"Cost":597,"Date":"1/10/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":601,"Cost":414,"Date":"1/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":123,"Cost":86,"Date":"1/20/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":310,"Cost":221,"Date":"2/8/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":514,"Cost":317,"Date":"2/25/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":593,"Date":"3/7/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":230,"Cost":177,"Date":"3/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":77,"Cost":66,"Date":"3/27/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":707,"Cost":616,"Date":"4/5/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":794,"Cost":628,"Date":"4/14/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":909,"Cost":604,"Date":"5/3/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":128,"Cost":65,"Date":"5/9/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":935,"Cost":575,"Date":"5/15/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":608,"Cost":362,"Date":"5/25/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":376,"Cost":230,"Date":"5/26/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":832,"Cost":563,"Date":"5/31/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":412,"Date":"7/27/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":87,"Cost":66,"Date":"9/17/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":22,"Cost":21,"Date":"10/6/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":530,"Cost":349,"Date":"10/8/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":557,"Cost":319,"Date":"10/26/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":279,"Date":"11/16/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":579,"Cost":362,"Date":"11/18/2024"},{"Store":"Sliven Mall","Brand":"Nova","Country":"Bulgaria","Sale":712,"Cost":660,"Date":"12/1/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":551,"Cost":345,"Date":"2/9/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":454,"Cost":289,"Date":"2/11/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":933,"Cost":855,"Date":"3/10/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":997,"Cost":852,"Date":"3/16/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":99,"Cost":84,"Date":"3/18/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":304,"Cost":258,"Date":"3/20/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":667,"Cost":371,"Date":"3/26/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":200,"Cost":116,"Date":"6/2/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":950,"Cost":658,"Date":"6/10/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":320,"Cost":167,"Date":"6/16/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":851,"Cost":780,"Date":"6/25/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":279,"Cost":155,"Date":"7/19/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":138,"Cost":107,"Date":"7/21/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":534,"Cost":502,"Date":"7/25/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":530,"Cost":490,"Date":"8/4/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":550,"Date":"9/2/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":898,"Cost":769,"Date":"9/4/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":945,"Cost":769,"Date":"9/19/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":583,"Cost":497,"Date":"9/29/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":333,"Cost":272,"Date":"10/2/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":754,"Cost":683,"Date":"10/15/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":696,"Cost":459,"Date":"10/30/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":972,"Cost":552,"Date":"11/9/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":907,"Cost":620,"Date":"11/23/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":505,"Cost":312,"Date":"11/30/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":103,"Cost":63,"Date":"12/8/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":463,"Cost":431,"Date":"12/11/2018"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":913,"Cost":716,"Date":"1/15/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":983,"Cost":682,"Date":"1/24/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":750,"Cost":479,"Date":"2/3/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":515,"Cost":361,"Date":"2/4/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":296,"Cost":212,"Date":"3/9/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":600,"Cost":565,"Date":"3/12/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":161,"Date":"4/19/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":96,"Cost":51,"Date":"5/3/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":305,"Cost":283,"Date":"5/4/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":686,"Cost":644,"Date":"6/8/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":532,"Cost":393,"Date":"6/26/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":249,"Cost":144,"Date":"7/4/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":139,"Cost":89,"Date":"7/13/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":473,"Cost":382,"Date":"8/8/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":266,"Cost":202,"Date":"8/26/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":140,"Cost":102,"Date":"9/2/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":588,"Cost":404,"Date":"9/29/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":284,"Cost":188,"Date":"10/12/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":704,"Cost":529,"Date":"11/2/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":286,"Cost":268,"Date":"11/4/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":491,"Cost":433,"Date":"11/7/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":37,"Cost":32,"Date":"12/1/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":537,"Date":"12/4/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":550,"Cost":336,"Date":"12/7/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":901,"Cost":720,"Date":"12/18/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":294,"Cost":233,"Date":"12/20/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":526,"Cost":430,"Date":"12/20/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":136,"Date":"12/21/2019"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":875,"Cost":664,"Date":"1/9/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":319,"Cost":259,"Date":"2/5/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":3,"Cost":3,"Date":"2/16/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":886,"Cost":550,"Date":"2/16/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":912,"Cost":617,"Date":"2/18/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":900,"Cost":499,"Date":"2/22/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":281,"Cost":162,"Date":"2/25/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":313,"Cost":221,"Date":"3/8/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":813,"Cost":685,"Date":"4/2/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":269,"Cost":187,"Date":"4/3/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":57,"Cost":44,"Date":"4/9/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":131,"Cost":108,"Date":"4/10/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":35,"Cost":23,"Date":"4/19/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":584,"Cost":316,"Date":"5/17/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":830,"Cost":727,"Date":"5/22/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":313,"Cost":244,"Date":"6/20/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":935,"Cost":593,"Date":"7/1/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":968,"Cost":611,"Date":"7/4/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":207,"Cost":154,"Date":"7/8/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":720,"Cost":636,"Date":"7/9/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":54,"Cost":51,"Date":"7/14/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":584,"Cost":522,"Date":"7/19/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":2,"Cost":1,"Date":"8/1/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":265,"Cost":236,"Date":"8/6/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":768,"Cost":471,"Date":"8/7/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":512,"Cost":376,"Date":"8/22/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":624,"Cost":479,"Date":"8/31/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":68,"Cost":60,"Date":"9/1/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":115,"Cost":108,"Date":"9/1/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":440,"Cost":275,"Date":"9/17/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":193,"Cost":146,"Date":"9/29/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"11/7/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":843,"Cost":581,"Date":"11/26/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":838,"Cost":536,"Date":"11/27/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":557,"Cost":492,"Date":"12/5/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":798,"Cost":746,"Date":"12/26/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":709,"Cost":426,"Date":"12/31/2020"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":885,"Cost":816,"Date":"1/20/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":25,"Cost":18,"Date":"2/2/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":304,"Cost":252,"Date":"2/8/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":925,"Cost":497,"Date":"2/27/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":371,"Cost":207,"Date":"3/1/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":929,"Cost":869,"Date":"3/1/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":837,"Cost":701,"Date":"3/19/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":256,"Cost":151,"Date":"3/28/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":52,"Cost":31,"Date":"5/21/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":202,"Cost":188,"Date":"7/21/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":781,"Cost":447,"Date":"8/5/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":154,"Cost":126,"Date":"8/12/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":148,"Cost":121,"Date":"8/21/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":89,"Cost":61,"Date":"8/23/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":62,"Cost":34,"Date":"9/3/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":143,"Cost":104,"Date":"9/5/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":323,"Cost":239,"Date":"10/6/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":221,"Cost":196,"Date":"10/19/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":267,"Cost":205,"Date":"11/15/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":337,"Cost":186,"Date":"12/8/2021"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":228,"Cost":173,"Date":"1/8/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":850,"Cost":681,"Date":"1/14/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":187,"Cost":118,"Date":"1/19/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":555,"Cost":488,"Date":"1/28/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":300,"Cost":271,"Date":"1/31/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":702,"Cost":441,"Date":"3/27/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":35,"Date":"4/20/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":199,"Cost":127,"Date":"4/24/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":224,"Cost":178,"Date":"4/28/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":189,"Cost":143,"Date":"5/15/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":196,"Date":"5/16/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":621,"Cost":335,"Date":"5/18/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":679,"Cost":603,"Date":"6/2/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":991,"Cost":885,"Date":"6/3/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":512,"Cost":372,"Date":"6/5/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":962,"Cost":654,"Date":"6/7/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":377,"Cost":232,"Date":"6/14/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":464,"Cost":384,"Date":"6/20/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":360,"Cost":270,"Date":"6/24/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":852,"Cost":534,"Date":"7/4/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":298,"Cost":213,"Date":"7/9/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":217,"Cost":189,"Date":"7/12/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":863,"Cost":714,"Date":"8/14/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":37,"Cost":34,"Date":"8/16/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":570,"Cost":334,"Date":"8/23/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":261,"Cost":219,"Date":"9/2/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":326,"Cost":233,"Date":"9/3/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":882,"Cost":750,"Date":"9/16/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":201,"Cost":104,"Date":"10/4/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":74,"Cost":57,"Date":"11/1/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":173,"Cost":164,"Date":"11/2/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":429,"Cost":381,"Date":"12/17/2022"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":566,"Cost":308,"Date":"2/10/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":625,"Cost":393,"Date":"2/28/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":934,"Cost":571,"Date":"3/4/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":698,"Cost":442,"Date":"3/9/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":179,"Cost":148,"Date":"3/9/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":643,"Cost":356,"Date":"3/11/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":662,"Cost":475,"Date":"3/17/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":378,"Cost":290,"Date":"3/17/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":653,"Cost":614,"Date":"3/23/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":993,"Cost":581,"Date":"4/1/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":507,"Cost":433,"Date":"5/7/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":640,"Cost":374,"Date":"5/10/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":784,"Cost":595,"Date":"5/20/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":840,"Cost":589,"Date":"6/2/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":853,"Cost":519,"Date":"6/11/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":237,"Cost":154,"Date":"6/16/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":752,"Cost":661,"Date":"6/16/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":427,"Cost":244,"Date":"7/10/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":811,"Cost":634,"Date":"7/11/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":835,"Cost":582,"Date":"8/28/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":185,"Cost":108,"Date":"8/29/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":317,"Cost":264,"Date":"8/31/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":760,"Date":"9/8/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":568,"Cost":355,"Date":"9/13/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":259,"Cost":183,"Date":"9/14/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":830,"Cost":698,"Date":"9/19/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":672,"Cost":369,"Date":"9/25/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":251,"Cost":152,"Date":"10/4/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":125,"Cost":102,"Date":"10/10/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":725,"Cost":476,"Date":"10/17/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":493,"Cost":409,"Date":"10/28/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":498,"Cost":384,"Date":"10/30/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":260,"Cost":201,"Date":"11/1/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":991,"Cost":624,"Date":"11/15/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":940,"Cost":529,"Date":"11/25/2023"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":217,"Date":"1/10/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":242,"Cost":203,"Date":"1/14/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":438,"Cost":346,"Date":"1/20/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":235,"Cost":120,"Date":"2/8/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":702,"Cost":393,"Date":"2/25/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":547,"Cost":309,"Date":"3/7/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":562,"Cost":359,"Date":"3/14/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":506,"Cost":312,"Date":"3/27/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":24,"Cost":15,"Date":"4/5/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":423,"Cost":212,"Date":"4/14/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":969,"Cost":832,"Date":"5/3/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":419,"Cost":376,"Date":"5/9/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":823,"Cost":584,"Date":"5/15/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":571,"Cost":411,"Date":"5/25/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":737,"Cost":560,"Date":"5/26/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":582,"Cost":385,"Date":"5/31/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":736,"Cost":668,"Date":"7/27/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":681,"Cost":611,"Date":"9/17/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":565,"Cost":352,"Date":"10/6/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":636,"Cost":416,"Date":"10/8/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":872,"Cost":454,"Date":"10/26/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":501,"Date":"11/16/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":363,"Cost":209,"Date":"11/18/2024"},{"Store":"Sliven Mall","Brand":"Jeans","Country":"Bulgaria","Sale":188,"Cost":152,"Date":"12/1/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":589,"Cost":543,"Date":"2/9/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":771,"Cost":416,"Date":"2/11/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":529,"Cost":435,"Date":"3/10/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":686,"Cost":506,"Date":"3/16/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":235,"Cost":146,"Date":"3/18/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":270,"Cost":242,"Date":"3/20/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":242,"Cost":124,"Date":"3/26/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":166,"Cost":90,"Date":"6/2/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":170,"Cost":143,"Date":"6/10/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":535,"Cost":415,"Date":"6/16/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":481,"Cost":328,"Date":"6/25/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":712,"Cost":418,"Date":"7/19/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":421,"Cost":397,"Date":"7/21/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":763,"Cost":469,"Date":"7/25/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":481,"Cost":291,"Date":"8/4/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":74,"Cost":62,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":695,"Cost":637,"Date":"9/4/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":819,"Cost":418,"Date":"9/19/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":824,"Cost":526,"Date":"9/29/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":391,"Cost":234,"Date":"10/2/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":855,"Cost":740,"Date":"10/15/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":635,"Cost":457,"Date":"10/30/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":63,"Cost":39,"Date":"11/9/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":900,"Cost":768,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":567,"Cost":324,"Date":"11/30/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":595,"Cost":418,"Date":"12/8/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":464,"Cost":374,"Date":"12/11/2018"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":488,"Cost":338,"Date":"1/15/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":388,"Cost":256,"Date":"1/24/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":661,"Cost":526,"Date":"2/3/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":902,"Cost":709,"Date":"2/4/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":99,"Cost":74,"Date":"3/9/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":461,"Cost":278,"Date":"3/12/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":745,"Cost":391,"Date":"4/19/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":793,"Cost":667,"Date":"5/3/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":358,"Cost":300,"Date":"5/4/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":190,"Cost":146,"Date":"6/8/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":183,"Cost":154,"Date":"6/26/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":444,"Cost":255,"Date":"7/4/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":278,"Cost":260,"Date":"7/13/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":585,"Cost":475,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":433,"Cost":227,"Date":"8/26/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":618,"Cost":564,"Date":"9/2/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":425,"Date":"9/29/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":918,"Cost":681,"Date":"10/12/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":196,"Cost":169,"Date":"11/2/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":669,"Cost":565,"Date":"11/4/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":242,"Cost":133,"Date":"11/7/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":16,"Cost":11,"Date":"12/1/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":305,"Cost":217,"Date":"12/4/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":525,"Cost":391,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":61,"Cost":52,"Date":"12/18/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":255,"Cost":189,"Date":"12/20/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":383,"Cost":267,"Date":"12/20/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":395,"Cost":328,"Date":"12/21/2019"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":810,"Cost":408,"Date":"1/9/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":362,"Cost":244,"Date":"2/5/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":770,"Cost":387,"Date":"2/16/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":247,"Cost":134,"Date":"2/16/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":198,"Cost":166,"Date":"2/18/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":911,"Cost":568,"Date":"2/22/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":73,"Cost":40,"Date":"2/25/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":762,"Cost":686,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":505,"Cost":259,"Date":"4/2/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":751,"Cost":494,"Date":"4/3/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":312,"Cost":177,"Date":"4/9/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":783,"Cost":684,"Date":"4/10/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":785,"Cost":501,"Date":"4/19/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":730,"Cost":548,"Date":"5/17/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":692,"Cost":440,"Date":"5/22/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":164,"Cost":111,"Date":"6/20/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":115,"Cost":92,"Date":"7/1/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":320,"Cost":197,"Date":"7/4/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"7/8/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":104,"Cost":99,"Date":"7/9/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":553,"Cost":386,"Date":"7/14/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":573,"Cost":387,"Date":"7/19/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":235,"Cost":199,"Date":"8/1/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":564,"Cost":464,"Date":"8/6/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":488,"Cost":364,"Date":"8/7/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":486,"Cost":317,"Date":"8/22/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":567,"Cost":325,"Date":"8/31/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":798,"Cost":535,"Date":"9/1/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":499,"Cost":360,"Date":"9/1/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":158,"Cost":124,"Date":"9/17/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":556,"Cost":510,"Date":"9/29/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":542,"Cost":324,"Date":"11/7/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":382,"Cost":267,"Date":"11/26/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":679,"Cost":444,"Date":"11/27/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":211,"Cost":189,"Date":"12/5/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":149,"Cost":104,"Date":"12/26/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":816,"Cost":769,"Date":"12/31/2020"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":766,"Cost":491,"Date":"1/20/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":111,"Cost":90,"Date":"2/2/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":614,"Cost":443,"Date":"2/8/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":978,"Cost":891,"Date":"2/27/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":707,"Cost":597,"Date":"3/1/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":601,"Cost":381,"Date":"3/1/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":416,"Cost":380,"Date":"3/19/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":619,"Cost":400,"Date":"3/28/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":269,"Cost":208,"Date":"5/21/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":937,"Cost":523,"Date":"7/21/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":482,"Cost":313,"Date":"8/5/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":206,"Cost":171,"Date":"8/12/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":435,"Cost":358,"Date":"8/21/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":810,"Cost":708,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":542,"Cost":328,"Date":"9/3/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":263,"Cost":232,"Date":"9/5/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":642,"Cost":499,"Date":"10/6/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":715,"Cost":625,"Date":"10/19/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":516,"Cost":485,"Date":"11/15/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":549,"Cost":392,"Date":"12/8/2021"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":629,"Cost":588,"Date":"1/8/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":391,"Cost":313,"Date":"1/14/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":394,"Cost":343,"Date":"1/19/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":260,"Cost":213,"Date":"1/28/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":971,"Cost":513,"Date":"1/31/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":460,"Cost":265,"Date":"3/27/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":650,"Cost":526,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":409,"Cost":309,"Date":"4/24/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":92,"Cost":82,"Date":"4/28/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":363,"Cost":188,"Date":"5/15/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":666,"Cost":443,"Date":"5/16/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":593,"Cost":371,"Date":"5/18/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":906,"Cost":519,"Date":"6/2/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":355,"Cost":182,"Date":"6/3/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":490,"Cost":326,"Date":"6/5/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":190,"Cost":111,"Date":"6/7/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":856,"Cost":687,"Date":"6/14/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":217,"Cost":151,"Date":"6/20/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":683,"Cost":420,"Date":"6/24/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":505,"Cost":364,"Date":"7/4/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":812,"Cost":733,"Date":"7/9/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":334,"Cost":214,"Date":"7/12/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":141,"Cost":81,"Date":"8/14/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":600,"Cost":446,"Date":"8/16/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":589,"Cost":453,"Date":"8/23/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":285,"Cost":161,"Date":"9/2/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":914,"Cost":465,"Date":"9/3/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":961,"Cost":676,"Date":"9/16/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":678,"Cost":623,"Date":"10/4/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":926,"Cost":528,"Date":"11/1/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":956,"Cost":631,"Date":"11/2/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":419,"Cost":324,"Date":"12/17/2022"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":627,"Cost":466,"Date":"2/10/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":870,"Cost":809,"Date":"2/28/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":65,"Cost":32,"Date":"3/4/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":415,"Cost":273,"Date":"3/9/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":326,"Cost":198,"Date":"3/9/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":58,"Cost":44,"Date":"3/11/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":646,"Cost":444,"Date":"3/17/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":380,"Cost":299,"Date":"3/17/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":617,"Cost":394,"Date":"3/23/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":812,"Cost":620,"Date":"4/1/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":280,"Cost":241,"Date":"5/7/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":728,"Cost":507,"Date":"5/10/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":375,"Cost":290,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":197,"Cost":182,"Date":"6/2/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":935,"Cost":560,"Date":"6/11/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":943,"Cost":864,"Date":"6/16/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":16,"Cost":10,"Date":"6/16/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":191,"Cost":167,"Date":"7/10/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":392,"Cost":308,"Date":"7/11/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":563,"Cost":437,"Date":"8/28/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":446,"Cost":363,"Date":"8/29/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":367,"Cost":219,"Date":"8/31/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":654,"Cost":357,"Date":"9/8/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":122,"Cost":106,"Date":"9/13/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":686,"Cost":648,"Date":"9/14/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":187,"Cost":165,"Date":"9/19/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":366,"Cost":216,"Date":"9/25/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":436,"Cost":269,"Date":"10/4/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":621,"Cost":564,"Date":"10/10/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":896,"Cost":611,"Date":"10/17/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":647,"Cost":592,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":799,"Cost":633,"Date":"10/30/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":264,"Cost":209,"Date":"11/1/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":179,"Cost":138,"Date":"11/15/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":896,"Cost":561,"Date":"11/25/2023"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":478,"Cost":239,"Date":"1/10/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":851,"Cost":723,"Date":"1/14/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":596,"Cost":341,"Date":"1/20/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":858,"Cost":785,"Date":"2/8/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":83,"Cost":57,"Date":"2/25/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":862,"Cost":700,"Date":"3/7/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":146,"Cost":102,"Date":"3/14/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":496,"Cost":362,"Date":"3/27/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":130,"Cost":112,"Date":"4/5/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":847,"Cost":578,"Date":"4/14/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":571,"Cost":537,"Date":"5/3/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":280,"Cost":200,"Date":"5/9/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":363,"Cost":320,"Date":"5/15/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":72,"Cost":36,"Date":"5/25/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":349,"Cost":315,"Date":"5/26/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":939,"Cost":547,"Date":"5/31/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":945,"Cost":524,"Date":"7/27/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":279,"Cost":177,"Date":"9/17/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":541,"Cost":486,"Date":"10/6/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":564,"Cost":366,"Date":"10/8/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":794,"Cost":642,"Date":"10/26/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":758,"Cost":402,"Date":"11/16/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":470,"Cost":379,"Date":"11/18/2024"},{"Store":"Botevgrad Mall","Brand":"Sellpy","Country":"Bulgaria","Sale":420,"Cost":225,"Date":"12/1/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":507,"Cost":424,"Date":"2/9/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":725,"Cost":655,"Date":"2/11/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":299,"Cost":263,"Date":"3/10/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":248,"Cost":131,"Date":"3/16/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":283,"Cost":221,"Date":"3/18/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":177,"Cost":157,"Date":"3/20/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":556,"Cost":468,"Date":"3/26/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":111,"Cost":82,"Date":"6/2/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":493,"Cost":349,"Date":"6/10/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":193,"Date":"6/16/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":979,"Cost":809,"Date":"6/25/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":125,"Cost":85,"Date":"7/19/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":11,"Cost":8,"Date":"7/21/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":340,"Cost":263,"Date":"7/25/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":205,"Cost":178,"Date":"8/4/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":557,"Cost":280,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":355,"Cost":263,"Date":"9/4/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":532,"Date":"9/19/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":964,"Cost":669,"Date":"9/29/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":785,"Cost":439,"Date":"10/2/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":398,"Cost":304,"Date":"10/15/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":885,"Cost":571,"Date":"10/30/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":846,"Cost":762,"Date":"11/9/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":764,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":15,"Cost":8,"Date":"11/30/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":441,"Cost":325,"Date":"12/8/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":554,"Cost":370,"Date":"12/11/2018"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":628,"Cost":430,"Date":"1/15/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":628,"Cost":551,"Date":"1/24/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":736,"Cost":462,"Date":"2/3/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":621,"Cost":509,"Date":"2/4/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":676,"Cost":618,"Date":"3/9/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":997,"Cost":534,"Date":"3/12/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":867,"Cost":683,"Date":"4/19/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":369,"Cost":193,"Date":"5/3/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":522,"Cost":417,"Date":"5/4/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":570,"Cost":432,"Date":"6/8/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":82,"Cost":66,"Date":"6/26/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":195,"Cost":126,"Date":"7/4/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":793,"Cost":708,"Date":"7/13/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":62,"Cost":41,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":144,"Cost":100,"Date":"8/26/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":487,"Cost":405,"Date":"9/2/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":136,"Date":"9/29/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":673,"Cost":619,"Date":"10/12/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":952,"Cost":696,"Date":"11/2/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":495,"Cost":371,"Date":"11/4/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":462,"Cost":431,"Date":"11/7/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":990,"Cost":716,"Date":"12/1/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":912,"Cost":584,"Date":"12/4/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":69,"Cost":60,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":801,"Cost":459,"Date":"12/18/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":433,"Cost":379,"Date":"12/20/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":59,"Cost":33,"Date":"12/20/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":567,"Cost":308,"Date":"12/21/2019"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":819,"Cost":756,"Date":"1/9/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":365,"Cost":205,"Date":"2/5/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":428,"Cost":334,"Date":"2/16/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":279,"Cost":223,"Date":"2/16/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":842,"Cost":673,"Date":"2/18/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":434,"Cost":366,"Date":"2/22/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":361,"Cost":299,"Date":"2/25/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":482,"Cost":433,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":43,"Cost":24,"Date":"4/2/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"4/3/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":275,"Cost":210,"Date":"4/9/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":712,"Cost":677,"Date":"4/10/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":447,"Cost":338,"Date":"4/19/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":243,"Cost":132,"Date":"5/17/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":185,"Cost":156,"Date":"5/22/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":538,"Cost":301,"Date":"6/20/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":504,"Cost":456,"Date":"7/1/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":687,"Cost":417,"Date":"7/4/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":182,"Date":"7/8/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":155,"Cost":98,"Date":"7/9/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":528,"Cost":456,"Date":"7/14/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":985,"Cost":732,"Date":"7/19/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":922,"Cost":770,"Date":"8/1/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":740,"Cost":427,"Date":"8/6/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":914,"Cost":782,"Date":"8/7/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":308,"Cost":281,"Date":"8/22/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":971,"Cost":491,"Date":"8/31/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":411,"Cost":281,"Date":"9/1/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":333,"Cost":247,"Date":"9/1/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":992,"Cost":690,"Date":"9/17/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":260,"Cost":193,"Date":"9/29/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":298,"Cost":232,"Date":"11/7/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":679,"Cost":513,"Date":"11/26/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":166,"Cost":155,"Date":"11/27/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":264,"Cost":134,"Date":"12/5/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":457,"Cost":295,"Date":"12/26/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":985,"Cost":590,"Date":"12/31/2020"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":246,"Cost":124,"Date":"1/20/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":316,"Cost":262,"Date":"2/2/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":739,"Cost":500,"Date":"2/8/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":295,"Cost":268,"Date":"2/27/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":942,"Cost":572,"Date":"3/1/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":505,"Cost":288,"Date":"3/1/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":459,"Cost":435,"Date":"3/19/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":242,"Cost":123,"Date":"3/28/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":504,"Date":"5/21/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":57,"Date":"7/21/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":256,"Cost":168,"Date":"8/5/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":395,"Cost":279,"Date":"8/12/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":208,"Cost":136,"Date":"8/21/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":953,"Cost":530,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":678,"Cost":469,"Date":"9/3/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":8,"Cost":4,"Date":"9/5/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":354,"Cost":282,"Date":"10/6/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":655,"Cost":540,"Date":"10/19/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":628,"Cost":499,"Date":"11/15/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":706,"Cost":392,"Date":"12/8/2021"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":663,"Cost":411,"Date":"1/8/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":833,"Cost":740,"Date":"1/14/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":803,"Cost":573,"Date":"1/19/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":269,"Cost":231,"Date":"1/28/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":192,"Cost":98,"Date":"1/31/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":38,"Cost":33,"Date":"3/27/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":911,"Cost":864,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":527,"Cost":368,"Date":"4/24/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":430,"Cost":330,"Date":"4/28/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":683,"Cost":563,"Date":"5/15/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":396,"Cost":243,"Date":"5/16/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":212,"Cost":147,"Date":"5/18/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":69,"Cost":38,"Date":"6/2/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":214,"Cost":112,"Date":"6/3/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":517,"Cost":346,"Date":"6/5/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":551,"Cost":336,"Date":"6/7/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":506,"Cost":400,"Date":"6/14/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":607,"Cost":453,"Date":"6/20/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":560,"Cost":395,"Date":"6/24/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":201,"Cost":142,"Date":"7/4/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":185,"Cost":127,"Date":"7/9/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":764,"Cost":536,"Date":"7/12/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":126,"Cost":114,"Date":"8/14/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":820,"Cost":731,"Date":"8/16/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":303,"Cost":226,"Date":"8/23/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":835,"Cost":785,"Date":"9/2/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":480,"Cost":305,"Date":"9/3/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":701,"Cost":466,"Date":"9/16/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":169,"Cost":112,"Date":"10/4/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":763,"Cost":415,"Date":"11/1/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":593,"Cost":409,"Date":"11/2/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":232,"Cost":172,"Date":"12/17/2022"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":42,"Cost":25,"Date":"2/10/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":132,"Cost":97,"Date":"2/28/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":658,"Cost":615,"Date":"3/4/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":924,"Cost":826,"Date":"3/9/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":114,"Cost":107,"Date":"3/9/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":338,"Cost":310,"Date":"3/11/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":208,"Cost":130,"Date":"3/17/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":555,"Cost":388,"Date":"3/17/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":888,"Cost":651,"Date":"3/23/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":778,"Cost":531,"Date":"4/1/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":588,"Cost":330,"Date":"5/7/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":114,"Cost":81,"Date":"5/10/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":57,"Cost":34,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":382,"Cost":343,"Date":"6/2/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":990,"Cost":569,"Date":"6/11/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":162,"Cost":104,"Date":"6/16/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":883,"Cost":545,"Date":"6/16/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":129,"Cost":118,"Date":"7/10/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":461,"Cost":416,"Date":"7/11/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":553,"Cost":343,"Date":"8/28/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":687,"Cost":357,"Date":"8/29/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":416,"Cost":235,"Date":"8/31/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":389,"Cost":260,"Date":"9/8/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":232,"Date":"9/13/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":960,"Cost":594,"Date":"9/14/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":401,"Cost":212,"Date":"9/19/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":403,"Cost":374,"Date":"9/25/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":334,"Cost":314,"Date":"10/4/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":86,"Cost":58,"Date":"10/10/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":113,"Cost":72,"Date":"10/17/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":282,"Cost":231,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":221,"Cost":140,"Date":"10/30/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":1,"Cost":1,"Date":"11/1/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":721,"Cost":516,"Date":"11/15/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":609,"Cost":404,"Date":"11/25/2023"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":676,"Cost":450,"Date":"1/10/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":329,"Cost":310,"Date":"1/14/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":821,"Cost":488,"Date":"1/20/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":361,"Cost":193,"Date":"2/8/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":844,"Cost":589,"Date":"2/25/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":32,"Cost":20,"Date":"3/7/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":238,"Cost":124,"Date":"3/14/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":590,"Cost":312,"Date":"3/27/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":604,"Cost":377,"Date":"4/5/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":345,"Cost":244,"Date":"4/14/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":75,"Cost":50,"Date":"5/3/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":157,"Cost":102,"Date":"5/9/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":648,"Cost":525,"Date":"5/15/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":788,"Cost":732,"Date":"5/25/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":358,"Cost":210,"Date":"5/26/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":207,"Cost":177,"Date":"5/31/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":12,"Cost":7,"Date":"7/27/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":178,"Cost":120,"Date":"9/17/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":710,"Cost":596,"Date":"10/6/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":724,"Cost":498,"Date":"10/8/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":634,"Cost":477,"Date":"10/26/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":858,"Cost":562,"Date":"11/16/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":817,"Cost":587,"Date":"11/18/2024"},{"Store":"Botevgrad Mall","Brand":"ARKET","Country":"Bulgaria","Sale":571,"Cost":516,"Date":"12/1/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":478,"Cost":347,"Date":"2/9/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":296,"Cost":155,"Date":"2/11/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":480,"Cost":350,"Date":"3/10/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":394,"Cost":214,"Date":"3/16/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":671,"Cost":400,"Date":"3/18/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":76,"Cost":64,"Date":"3/20/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":509,"Cost":260,"Date":"3/26/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":226,"Cost":186,"Date":"6/2/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":965,"Cost":787,"Date":"6/10/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":101,"Cost":76,"Date":"6/16/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":974,"Cost":621,"Date":"6/25/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":247,"Cost":153,"Date":"7/19/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":819,"Cost":583,"Date":"7/21/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":959,"Cost":712,"Date":"7/25/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":224,"Cost":150,"Date":"8/4/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":633,"Cost":423,"Date":"9/2/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":897,"Cost":768,"Date":"9/4/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":507,"Cost":304,"Date":"9/19/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":405,"Cost":377,"Date":"9/29/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":986,"Cost":883,"Date":"10/2/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":796,"Cost":645,"Date":"10/15/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":832,"Cost":740,"Date":"10/30/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":627,"Cost":544,"Date":"11/9/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":639,"Cost":590,"Date":"11/23/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":694,"Cost":364,"Date":"11/30/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":999,"Cost":811,"Date":"12/8/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":831,"Cost":643,"Date":"12/11/2018"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":501,"Cost":364,"Date":"1/15/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":764,"Cost":473,"Date":"1/24/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":450,"Cost":249,"Date":"2/3/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":413,"Cost":356,"Date":"2/4/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":400,"Cost":351,"Date":"3/9/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":420,"Cost":241,"Date":"3/12/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":971,"Cost":827,"Date":"4/19/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":919,"Cost":680,"Date":"5/3/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":533,"Cost":348,"Date":"5/4/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":807,"Cost":541,"Date":"6/8/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":278,"Cost":209,"Date":"6/26/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":353,"Cost":215,"Date":"7/4/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":242,"Date":"7/13/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":564,"Cost":348,"Date":"8/8/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":114,"Cost":109,"Date":"8/26/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":793,"Cost":565,"Date":"9/2/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":945,"Cost":554,"Date":"9/29/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":10,"Cost":8,"Date":"10/12/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":404,"Cost":284,"Date":"11/2/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":855,"Cost":509,"Date":"11/4/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":932,"Cost":727,"Date":"11/7/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":811,"Cost":578,"Date":"12/1/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":920,"Cost":601,"Date":"12/4/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":998,"Cost":528,"Date":"12/7/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":498,"Cost":281,"Date":"12/18/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":51,"Cost":25,"Date":"12/20/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":637,"Cost":477,"Date":"12/20/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":80,"Date":"12/21/2019"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":795,"Cost":725,"Date":"1/9/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":180,"Cost":109,"Date":"2/5/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":327,"Cost":261,"Date":"2/16/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":958,"Cost":793,"Date":"2/16/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":342,"Cost":176,"Date":"2/18/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":828,"Cost":746,"Date":"2/22/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":227,"Cost":155,"Date":"2/25/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":447,"Cost":260,"Date":"3/8/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":453,"Cost":430,"Date":"4/2/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":807,"Cost":560,"Date":"4/3/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":137,"Cost":108,"Date":"4/9/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":92,"Cost":65,"Date":"4/10/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":291,"Cost":228,"Date":"4/19/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":231,"Cost":212,"Date":"5/17/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":764,"Cost":603,"Date":"5/22/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":287,"Cost":155,"Date":"6/20/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":567,"Cost":530,"Date":"7/1/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":56,"Cost":39,"Date":"7/4/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":188,"Cost":117,"Date":"7/8/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":392,"Date":"7/9/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":982,"Cost":555,"Date":"7/14/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":988,"Cost":600,"Date":"7/19/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":421,"Cost":249,"Date":"8/1/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":692,"Cost":577,"Date":"8/6/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":713,"Cost":365,"Date":"8/7/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":136,"Cost":104,"Date":"8/22/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":713,"Cost":615,"Date":"8/31/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":682,"Cost":604,"Date":"9/1/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":359,"Cost":261,"Date":"9/1/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":657,"Cost":394,"Date":"9/17/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":574,"Cost":450,"Date":"9/29/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":376,"Cost":256,"Date":"11/7/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":891,"Cost":514,"Date":"11/26/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":436,"Cost":347,"Date":"11/27/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":271,"Cost":136,"Date":"12/5/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":334,"Date":"12/26/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":701,"Cost":410,"Date":"12/31/2020"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":147,"Cost":90,"Date":"1/20/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":379,"Cost":278,"Date":"2/2/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":908,"Cost":503,"Date":"2/8/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":977,"Cost":692,"Date":"2/27/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":837,"Cost":706,"Date":"3/1/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":491,"Date":"3/1/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":956,"Cost":908,"Date":"3/19/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":12,"Cost":10,"Date":"3/28/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":366,"Cost":348,"Date":"5/21/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":826,"Cost":735,"Date":"7/21/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":376,"Date":"8/5/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":165,"Cost":115,"Date":"8/12/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":699,"Cost":563,"Date":"8/21/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":127,"Cost":96,"Date":"8/23/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":411,"Cost":252,"Date":"9/3/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":465,"Cost":259,"Date":"9/5/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":475,"Cost":427,"Date":"10/6/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":949,"Cost":551,"Date":"10/19/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":934,"Cost":714,"Date":"11/15/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":393,"Cost":228,"Date":"12/8/2021"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":8,"Cost":7,"Date":"1/8/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":265,"Cost":239,"Date":"1/14/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":150,"Cost":113,"Date":"1/19/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":433,"Cost":247,"Date":"1/28/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":675,"Cost":528,"Date":"1/31/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":314,"Cost":246,"Date":"3/27/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":62,"Cost":46,"Date":"4/20/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":287,"Cost":242,"Date":"4/24/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":755,"Cost":493,"Date":"4/28/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":84,"Cost":64,"Date":"5/15/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":931,"Cost":781,"Date":"5/16/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":186,"Cost":170,"Date":"5/18/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":806,"Cost":671,"Date":"6/2/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":234,"Cost":142,"Date":"6/3/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":291,"Cost":208,"Date":"6/5/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":399,"Cost":283,"Date":"6/7/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":616,"Cost":343,"Date":"6/14/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":443,"Cost":237,"Date":"6/20/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":926,"Cost":776,"Date":"6/24/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":97,"Cost":49,"Date":"7/4/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":797,"Cost":413,"Date":"7/9/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":868,"Cost":592,"Date":"7/12/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":286,"Cost":220,"Date":"8/14/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":817,"Cost":544,"Date":"8/16/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":646,"Cost":507,"Date":"8/23/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":577,"Cost":466,"Date":"9/2/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":99,"Cost":94,"Date":"9/3/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":800,"Cost":699,"Date":"9/16/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":183,"Date":"10/4/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":126,"Cost":102,"Date":"11/1/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":885,"Cost":750,"Date":"11/2/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":389,"Cost":269,"Date":"12/17/2022"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":306,"Cost":202,"Date":"2/10/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":473,"Cost":273,"Date":"2/28/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":459,"Cost":273,"Date":"3/4/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":921,"Cost":843,"Date":"3/9/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":443,"Cost":228,"Date":"3/9/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":799,"Cost":433,"Date":"3/11/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":43,"Cost":41,"Date":"3/17/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":928,"Cost":847,"Date":"3/17/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":888,"Cost":578,"Date":"3/23/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":555,"Cost":368,"Date":"4/1/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":812,"Cost":693,"Date":"5/7/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":188,"Cost":157,"Date":"5/10/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":862,"Cost":501,"Date":"5/20/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":310,"Cost":290,"Date":"6/2/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":605,"Cost":465,"Date":"6/11/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":553,"Cost":404,"Date":"6/16/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":839,"Cost":470,"Date":"6/16/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":401,"Cost":217,"Date":"7/10/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":992,"Cost":516,"Date":"7/11/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":486,"Cost":278,"Date":"8/28/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":805,"Cost":537,"Date":"8/29/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":181,"Cost":101,"Date":"8/31/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":884,"Cost":480,"Date":"9/8/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":569,"Cost":328,"Date":"9/13/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":96,"Cost":53,"Date":"9/14/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":473,"Cost":313,"Date":"9/19/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":335,"Cost":180,"Date":"9/25/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":313,"Cost":259,"Date":"10/4/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":341,"Cost":319,"Date":"10/10/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":624,"Cost":570,"Date":"10/17/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":644,"Cost":432,"Date":"10/28/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":198,"Cost":169,"Date":"10/30/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":104,"Cost":94,"Date":"11/1/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":24,"Cost":15,"Date":"11/15/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":730,"Cost":468,"Date":"11/25/2023"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":154,"Cost":102,"Date":"1/10/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":24,"Cost":13,"Date":"1/14/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":754,"Cost":468,"Date":"1/20/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":91,"Cost":68,"Date":"2/8/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":565,"Cost":450,"Date":"2/25/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":456,"Cost":433,"Date":"3/7/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":711,"Cost":402,"Date":"3/14/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":535,"Cost":371,"Date":"3/27/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":941,"Cost":773,"Date":"4/5/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":430,"Cost":242,"Date":"4/14/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":715,"Cost":536,"Date":"5/3/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":135,"Cost":107,"Date":"5/9/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":809,"Cost":680,"Date":"5/15/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":117,"Cost":89,"Date":"5/25/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":562,"Cost":382,"Date":"5/26/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":214,"Cost":191,"Date":"5/31/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":222,"Cost":204,"Date":"7/27/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":288,"Cost":264,"Date":"9/17/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":524,"Cost":355,"Date":"10/6/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":240,"Cost":128,"Date":"10/8/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":636,"Cost":596,"Date":"10/26/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":384,"Cost":276,"Date":"11/16/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":241,"Cost":207,"Date":"11/18/2024"},{"Store":"Botevgrad Mall","Brand":"Jeans","Country":"Bulgaria","Sale":420,"Cost":329,"Date":"12/1/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":558,"Cost":425,"Date":"2/9/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":5,"Cost":2,"Date":"2/11/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":878,"Cost":537,"Date":"3/10/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":151,"Cost":81,"Date":"3/16/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":668,"Cost":494,"Date":"3/18/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":467,"Cost":247,"Date":"3/20/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":371,"Cost":349,"Date":"3/26/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":80,"Cost":74,"Date":"6/2/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":675,"Cost":584,"Date":"6/10/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":549,"Cost":417,"Date":"6/16/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":644,"Cost":511,"Date":"6/25/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":829,"Cost":768,"Date":"7/19/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":523,"Date":"7/21/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":161,"Cost":113,"Date":"7/25/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":367,"Cost":223,"Date":"8/4/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":423,"Cost":358,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":269,"Cost":149,"Date":"9/4/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":570,"Cost":356,"Date":"9/19/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":902,"Cost":700,"Date":"9/29/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":567,"Cost":403,"Date":"10/2/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":894,"Cost":596,"Date":"10/15/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":802,"Cost":491,"Date":"10/30/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":875,"Cost":819,"Date":"11/9/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":403,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":87,"Cost":55,"Date":"11/30/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":501,"Cost":456,"Date":"12/8/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":846,"Cost":563,"Date":"12/11/2018"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":358,"Cost":229,"Date":"1/15/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":421,"Cost":233,"Date":"1/24/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":146,"Cost":118,"Date":"2/3/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":113,"Cost":56,"Date":"2/4/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":85,"Cost":72,"Date":"3/9/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":759,"Cost":437,"Date":"3/12/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":503,"Cost":328,"Date":"4/19/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":918,"Cost":529,"Date":"5/3/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":762,"Cost":534,"Date":"5/4/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":556,"Cost":315,"Date":"6/8/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":275,"Cost":167,"Date":"6/26/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":873,"Cost":445,"Date":"7/4/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":715,"Cost":487,"Date":"7/13/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":745,"Cost":398,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":853,"Cost":699,"Date":"8/26/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":430,"Cost":233,"Date":"9/2/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":90,"Cost":56,"Date":"9/29/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":576,"Cost":382,"Date":"10/12/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":593,"Cost":414,"Date":"11/2/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":192,"Cost":167,"Date":"11/4/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":926,"Cost":815,"Date":"11/7/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":869,"Cost":576,"Date":"12/1/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":7,"Cost":4,"Date":"12/4/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":633,"Cost":497,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":621,"Cost":424,"Date":"12/18/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":758,"Cost":587,"Date":"12/20/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":294,"Cost":225,"Date":"12/20/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":126,"Cost":111,"Date":"12/21/2019"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":175,"Cost":121,"Date":"1/9/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":529,"Cost":326,"Date":"2/5/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":364,"Date":"2/16/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":621,"Cost":491,"Date":"2/16/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":462,"Cost":402,"Date":"2/18/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":420,"Date":"2/22/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":758,"Cost":469,"Date":"2/25/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":493,"Cost":320,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":400,"Cost":281,"Date":"4/2/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":851,"Cost":561,"Date":"4/3/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":844,"Cost":673,"Date":"4/9/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":407,"Cost":369,"Date":"4/10/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":917,"Cost":514,"Date":"4/19/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":208,"Cost":177,"Date":"5/17/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":75,"Cost":52,"Date":"5/22/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":466,"Cost":393,"Date":"6/20/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":92,"Cost":55,"Date":"7/1/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":330,"Cost":178,"Date":"7/4/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":465,"Cost":338,"Date":"7/8/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":86,"Cost":58,"Date":"7/9/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":631,"Cost":518,"Date":"7/14/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":588,"Cost":369,"Date":"7/19/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":816,"Cost":632,"Date":"8/1/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":231,"Cost":215,"Date":"8/6/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":484,"Cost":292,"Date":"8/7/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":269,"Date":"8/22/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":195,"Cost":184,"Date":"8/31/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":364,"Cost":210,"Date":"9/1/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":414,"Cost":355,"Date":"9/1/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":279,"Cost":232,"Date":"9/17/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":500,"Cost":271,"Date":"9/29/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":168,"Cost":152,"Date":"11/7/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":540,"Cost":482,"Date":"11/26/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":28,"Cost":24,"Date":"11/27/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":254,"Cost":127,"Date":"12/5/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":508,"Cost":430,"Date":"12/26/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":542,"Cost":296,"Date":"12/31/2020"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":239,"Cost":138,"Date":"1/20/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":913,"Cost":679,"Date":"2/2/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":105,"Cost":87,"Date":"2/8/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":58,"Cost":51,"Date":"2/27/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":811,"Cost":663,"Date":"3/1/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":301,"Cost":211,"Date":"3/1/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":33,"Cost":17,"Date":"3/19/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":360,"Cost":248,"Date":"3/28/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":476,"Cost":333,"Date":"5/21/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":922,"Cost":722,"Date":"7/21/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":159,"Cost":112,"Date":"8/5/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":332,"Cost":246,"Date":"8/12/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":598,"Cost":339,"Date":"8/21/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":439,"Cost":294,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":341,"Cost":274,"Date":"9/3/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":649,"Cost":362,"Date":"9/5/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":908,"Cost":532,"Date":"10/6/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":574,"Cost":453,"Date":"10/19/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":788,"Cost":502,"Date":"11/15/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":531,"Cost":486,"Date":"12/8/2021"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":18,"Cost":11,"Date":"1/8/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":30,"Cost":27,"Date":"1/14/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":783,"Cost":642,"Date":"1/19/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":257,"Cost":231,"Date":"1/28/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":524,"Cost":338,"Date":"1/31/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":781,"Cost":506,"Date":"3/27/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":977,"Cost":594,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":388,"Cost":305,"Date":"4/24/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":726,"Cost":468,"Date":"4/28/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":827,"Cost":472,"Date":"5/15/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":144,"Cost":76,"Date":"5/16/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":660,"Cost":476,"Date":"5/18/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":458,"Cost":334,"Date":"6/2/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":628,"Cost":443,"Date":"6/3/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":900,"Cost":694,"Date":"6/5/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":647,"Cost":547,"Date":"6/7/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":319,"Cost":285,"Date":"6/14/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":518,"Cost":456,"Date":"6/20/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":141,"Cost":106,"Date":"6/24/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":663,"Cost":588,"Date":"7/4/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":665,"Cost":617,"Date":"7/9/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":774,"Cost":589,"Date":"7/12/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":403,"Cost":239,"Date":"8/14/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":349,"Cost":210,"Date":"8/16/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":700,"Cost":638,"Date":"8/23/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":634,"Cost":367,"Date":"9/2/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":389,"Cost":364,"Date":"9/3/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":306,"Date":"9/16/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":510,"Cost":475,"Date":"10/4/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":215,"Cost":125,"Date":"11/1/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":631,"Cost":577,"Date":"11/2/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":589,"Cost":413,"Date":"12/17/2022"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":454,"Cost":311,"Date":"2/10/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":112,"Cost":88,"Date":"2/28/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":156,"Cost":144,"Date":"3/4/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":683,"Cost":630,"Date":"3/9/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":389,"Cost":365,"Date":"3/9/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":31,"Cost":17,"Date":"3/11/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":24,"Cost":22,"Date":"3/17/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":254,"Cost":230,"Date":"3/17/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":132,"Cost":97,"Date":"3/23/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":714,"Cost":633,"Date":"4/1/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":890,"Cost":512,"Date":"5/7/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":649,"Cost":384,"Date":"5/10/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":946,"Cost":784,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":821,"Cost":581,"Date":"6/2/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":883,"Cost":559,"Date":"6/11/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":856,"Cost":623,"Date":"6/16/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":387,"Cost":343,"Date":"6/16/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":742,"Cost":664,"Date":"7/10/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":117,"Cost":59,"Date":"7/11/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":779,"Cost":666,"Date":"8/28/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":752,"Cost":663,"Date":"8/29/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":69,"Cost":34,"Date":"8/31/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":342,"Cost":249,"Date":"9/8/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":168,"Cost":146,"Date":"9/13/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":872,"Cost":483,"Date":"9/14/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":215,"Cost":169,"Date":"9/19/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":589,"Cost":381,"Date":"9/25/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":89,"Cost":70,"Date":"10/4/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":369,"Cost":283,"Date":"10/10/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":124,"Cost":82,"Date":"10/17/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":706,"Cost":474,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":946,"Cost":779,"Date":"10/30/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":401,"Cost":336,"Date":"11/1/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":436,"Cost":351,"Date":"11/15/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":821,"Cost":437,"Date":"11/25/2023"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":356,"Cost":239,"Date":"1/10/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":375,"Cost":247,"Date":"1/14/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":521,"Cost":495,"Date":"1/20/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":707,"Cost":571,"Date":"2/8/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":675,"Cost":554,"Date":"2/25/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":690,"Cost":377,"Date":"3/7/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":611,"Cost":338,"Date":"3/14/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":254,"Cost":149,"Date":"3/27/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":271,"Cost":209,"Date":"4/5/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":969,"Cost":777,"Date":"4/14/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":97,"Cost":75,"Date":"5/3/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":256,"Cost":222,"Date":"5/9/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":909,"Cost":815,"Date":"5/15/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":558,"Cost":441,"Date":"5/25/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":836,"Cost":622,"Date":"5/26/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":469,"Cost":438,"Date":"5/31/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":343,"Cost":219,"Date":"7/27/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":390,"Cost":216,"Date":"9/17/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":996,"Cost":656,"Date":"10/6/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":138,"Cost":124,"Date":"10/8/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":931,"Cost":557,"Date":"10/26/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":18,"Cost":11,"Date":"11/16/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":327,"Cost":241,"Date":"11/18/2024"},{"Store":"Vratsa Mall","Brand":"HM Home","Country":"Bulgaria","Sale":342,"Cost":184,"Date":"12/1/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":86,"Cost":52,"Date":"2/9/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":359,"Cost":244,"Date":"2/11/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":611,"Cost":461,"Date":"3/10/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":588,"Cost":405,"Date":"3/16/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":1,"Cost":0,"Date":"3/18/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":689,"Cost":466,"Date":"3/20/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":180,"Cost":95,"Date":"3/26/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":852,"Cost":514,"Date":"6/2/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":391,"Cost":221,"Date":"6/10/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":432,"Cost":249,"Date":"6/16/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":9,"Cost":4,"Date":"6/25/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":516,"Cost":375,"Date":"7/19/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":639,"Cost":372,"Date":"7/21/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":168,"Cost":131,"Date":"7/25/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":776,"Cost":668,"Date":"8/4/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":694,"Cost":579,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":2,"Cost":2,"Date":"9/4/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":635,"Cost":535,"Date":"9/19/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":157,"Cost":80,"Date":"9/29/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":696,"Cost":377,"Date":"10/2/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":31,"Cost":20,"Date":"10/15/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":459,"Cost":352,"Date":"10/30/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":139,"Cost":73,"Date":"11/9/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":547,"Cost":474,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":613,"Cost":312,"Date":"11/30/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":361,"Cost":266,"Date":"12/8/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":767,"Cost":685,"Date":"12/11/2018"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":825,"Cost":500,"Date":"1/15/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":734,"Cost":430,"Date":"1/24/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":863,"Cost":744,"Date":"2/3/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":538,"Cost":311,"Date":"2/4/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":74,"Cost":49,"Date":"3/9/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":819,"Cost":561,"Date":"3/12/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":178,"Cost":116,"Date":"4/19/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":594,"Cost":333,"Date":"5/3/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":297,"Cost":211,"Date":"5/4/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":598,"Cost":435,"Date":"6/8/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":843,"Cost":430,"Date":"6/26/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":258,"Cost":218,"Date":"7/4/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":280,"Cost":179,"Date":"7/13/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":260,"Cost":175,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":316,"Cost":265,"Date":"8/26/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":869,"Cost":698,"Date":"9/2/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":896,"Cost":848,"Date":"9/29/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":885,"Cost":743,"Date":"10/12/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":573,"Cost":510,"Date":"11/2/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":195,"Cost":117,"Date":"11/4/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":803,"Cost":527,"Date":"11/7/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":159,"Date":"12/1/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":447,"Cost":333,"Date":"12/4/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":317,"Cost":215,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":581,"Cost":545,"Date":"12/18/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":927,"Cost":696,"Date":"12/20/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":732,"Cost":382,"Date":"12/20/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":237,"Cost":218,"Date":"12/21/2019"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":799,"Cost":555,"Date":"1/9/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":267,"Cost":146,"Date":"2/5/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":519,"Cost":372,"Date":"2/16/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":540,"Cost":482,"Date":"2/16/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":465,"Cost":400,"Date":"2/18/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":31,"Cost":16,"Date":"2/22/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":505,"Cost":355,"Date":"2/25/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":649,"Cost":406,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":131,"Cost":89,"Date":"4/2/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":958,"Cost":521,"Date":"4/3/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":515,"Cost":378,"Date":"4/9/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":702,"Cost":469,"Date":"4/10/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":611,"Cost":427,"Date":"4/19/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":52,"Cost":32,"Date":"5/17/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":275,"Cost":213,"Date":"5/22/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":607,"Cost":344,"Date":"6/20/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":132,"Cost":84,"Date":"7/1/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":75,"Cost":61,"Date":"7/4/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":244,"Cost":181,"Date":"7/8/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":578,"Cost":382,"Date":"7/9/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":705,"Cost":526,"Date":"7/14/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":943,"Cost":855,"Date":"7/19/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":304,"Cost":253,"Date":"8/1/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":872,"Cost":688,"Date":"8/6/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":492,"Cost":407,"Date":"8/7/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":68,"Cost":62,"Date":"8/22/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":106,"Cost":66,"Date":"8/31/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":445,"Cost":327,"Date":"9/1/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":56,"Cost":29,"Date":"9/1/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":258,"Cost":154,"Date":"9/17/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":563,"Cost":368,"Date":"9/29/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":241,"Cost":164,"Date":"11/7/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":257,"Cost":167,"Date":"11/26/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":179,"Cost":93,"Date":"11/27/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":37,"Cost":21,"Date":"12/5/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":996,"Cost":890,"Date":"12/26/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":395,"Cost":363,"Date":"12/31/2020"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":368,"Cost":330,"Date":"1/20/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":986,"Cost":629,"Date":"2/2/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":796,"Cost":631,"Date":"2/8/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":146,"Cost":98,"Date":"2/27/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":233,"Cost":137,"Date":"3/1/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":511,"Cost":426,"Date":"3/1/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":194,"Cost":129,"Date":"3/19/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":220,"Cost":181,"Date":"3/28/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":858,"Cost":440,"Date":"5/21/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":202,"Cost":169,"Date":"7/21/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":726,"Cost":580,"Date":"8/5/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":955,"Cost":773,"Date":"8/12/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":610,"Cost":330,"Date":"8/21/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":742,"Cost":481,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":48,"Cost":25,"Date":"9/3/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":215,"Cost":159,"Date":"9/5/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":506,"Cost":387,"Date":"10/6/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":81,"Date":"10/19/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":139,"Cost":94,"Date":"11/15/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":154,"Cost":132,"Date":"12/8/2021"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":126,"Cost":105,"Date":"1/8/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":930,"Cost":649,"Date":"1/14/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":908,"Cost":647,"Date":"1/19/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":825,"Cost":453,"Date":"1/28/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":185,"Cost":159,"Date":"1/31/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":41,"Cost":34,"Date":"3/27/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":805,"Cost":721,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":539,"Cost":359,"Date":"4/24/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":302,"Cost":246,"Date":"4/28/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":656,"Cost":577,"Date":"5/15/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":243,"Cost":138,"Date":"5/16/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":155,"Cost":113,"Date":"5/18/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":632,"Cost":523,"Date":"6/2/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":293,"Cost":265,"Date":"6/3/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":831,"Cost":604,"Date":"6/5/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":779,"Cost":720,"Date":"6/7/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":312,"Cost":274,"Date":"6/14/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":904,"Cost":523,"Date":"6/20/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":13,"Cost":7,"Date":"6/24/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":366,"Cost":307,"Date":"7/4/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":802,"Cost":657,"Date":"7/9/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":114,"Date":"7/12/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":284,"Cost":192,"Date":"8/14/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":17,"Cost":11,"Date":"8/16/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":663,"Cost":485,"Date":"8/23/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":831,"Cost":467,"Date":"9/2/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":704,"Cost":471,"Date":"9/3/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":701,"Date":"9/16/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":722,"Cost":428,"Date":"10/4/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":485,"Cost":323,"Date":"11/1/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":844,"Cost":729,"Date":"11/2/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":262,"Cost":244,"Date":"12/17/2022"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":734,"Cost":390,"Date":"2/10/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":915,"Cost":470,"Date":"2/28/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":609,"Cost":385,"Date":"3/4/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":337,"Cost":223,"Date":"3/9/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":389,"Cost":257,"Date":"3/9/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":962,"Cost":541,"Date":"3/11/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":158,"Cost":85,"Date":"3/17/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":928,"Cost":846,"Date":"3/17/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":903,"Cost":523,"Date":"3/23/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":785,"Cost":516,"Date":"4/1/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":240,"Cost":182,"Date":"5/7/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":834,"Cost":424,"Date":"5/10/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":472,"Cost":348,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":349,"Cost":301,"Date":"6/2/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":294,"Cost":226,"Date":"6/11/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":618,"Cost":580,"Date":"6/16/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":174,"Cost":146,"Date":"6/16/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":203,"Cost":102,"Date":"7/10/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":235,"Cost":190,"Date":"7/11/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":278,"Cost":194,"Date":"8/28/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":322,"Cost":180,"Date":"8/29/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":501,"Cost":371,"Date":"8/31/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":69,"Cost":45,"Date":"9/8/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":469,"Cost":256,"Date":"9/13/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":363,"Cost":265,"Date":"9/14/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":974,"Cost":898,"Date":"9/19/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":136,"Cost":123,"Date":"9/25/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":542,"Cost":287,"Date":"10/4/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":484,"Cost":350,"Date":"10/10/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":454,"Cost":414,"Date":"10/17/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":143,"Cost":121,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":854,"Cost":783,"Date":"10/30/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":920,"Cost":532,"Date":"11/1/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":890,"Cost":565,"Date":"11/15/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":111,"Cost":92,"Date":"11/25/2023"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":228,"Cost":157,"Date":"1/10/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":338,"Cost":172,"Date":"1/14/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":765,"Cost":658,"Date":"1/20/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":564,"Cost":317,"Date":"2/8/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":295,"Cost":209,"Date":"2/25/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":382,"Cost":315,"Date":"3/7/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":862,"Cost":545,"Date":"3/14/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":930,"Cost":748,"Date":"3/27/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":169,"Cost":112,"Date":"4/5/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":417,"Cost":326,"Date":"4/14/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":456,"Cost":402,"Date":"5/3/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":471,"Cost":361,"Date":"5/9/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":785,"Cost":576,"Date":"5/15/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":857,"Cost":663,"Date":"5/25/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":360,"Cost":204,"Date":"5/26/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":579,"Cost":539,"Date":"5/31/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":701,"Cost":570,"Date":"7/27/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":953,"Cost":826,"Date":"9/17/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":476,"Cost":367,"Date":"10/6/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":892,"Cost":810,"Date":"10/8/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":992,"Cost":541,"Date":"10/26/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":29,"Cost":14,"Date":"11/16/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":163,"Cost":131,"Date":"11/18/2024"},{"Store":"Vratsa Mall","Brand":"Nova","Country":"Bulgaria","Sale":901,"Cost":521,"Date":"12/1/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":553,"Cost":417,"Date":"2/9/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":83,"Cost":71,"Date":"2/11/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":514,"Cost":416,"Date":"3/10/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":121,"Cost":70,"Date":"3/16/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":203,"Cost":191,"Date":"3/18/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":152,"Date":"3/20/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":417,"Cost":328,"Date":"3/26/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":759,"Cost":509,"Date":"6/2/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":400,"Cost":320,"Date":"6/10/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":399,"Cost":324,"Date":"6/16/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":359,"Cost":298,"Date":"6/25/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":538,"Cost":272,"Date":"7/19/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":732,"Cost":575,"Date":"7/21/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":381,"Cost":260,"Date":"7/25/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":226,"Cost":120,"Date":"8/4/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":142,"Cost":101,"Date":"9/2/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":211,"Cost":192,"Date":"9/4/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":742,"Cost":665,"Date":"9/19/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":698,"Cost":631,"Date":"9/29/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":62,"Date":"10/2/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":633,"Cost":336,"Date":"10/15/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":52,"Cost":43,"Date":"10/30/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":584,"Cost":410,"Date":"11/9/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":775,"Cost":628,"Date":"11/23/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":138,"Cost":119,"Date":"11/30/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":581,"Cost":400,"Date":"12/8/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":254,"Cost":181,"Date":"12/11/2018"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":656,"Cost":390,"Date":"1/15/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":69,"Cost":46,"Date":"1/24/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":909,"Cost":555,"Date":"2/3/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":394,"Date":"2/4/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":566,"Cost":431,"Date":"3/9/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":709,"Cost":361,"Date":"3/12/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":981,"Cost":895,"Date":"4/19/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":744,"Cost":656,"Date":"5/3/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":387,"Cost":330,"Date":"5/4/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":651,"Cost":463,"Date":"6/8/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":78,"Date":"6/26/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":542,"Date":"7/4/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":365,"Cost":238,"Date":"7/13/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":186,"Cost":173,"Date":"8/8/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":334,"Cost":197,"Date":"8/26/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":659,"Cost":478,"Date":"9/2/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":405,"Cost":261,"Date":"9/29/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":721,"Cost":520,"Date":"10/12/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":131,"Cost":96,"Date":"11/2/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":110,"Cost":92,"Date":"11/4/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":173,"Cost":125,"Date":"11/7/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":244,"Cost":157,"Date":"12/1/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":987,"Cost":705,"Date":"12/4/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":4,"Cost":3,"Date":"12/7/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":338,"Cost":225,"Date":"12/18/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":60,"Cost":54,"Date":"12/20/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":907,"Cost":521,"Date":"12/20/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":992,"Cost":663,"Date":"12/21/2019"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":477,"Date":"1/9/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":137,"Cost":70,"Date":"2/5/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":502,"Cost":441,"Date":"2/16/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":848,"Cost":591,"Date":"2/16/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":523,"Date":"2/18/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":866,"Cost":722,"Date":"2/22/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":943,"Cost":585,"Date":"2/25/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":859,"Cost":494,"Date":"3/8/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":677,"Cost":552,"Date":"4/2/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":875,"Cost":575,"Date":"4/3/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":351,"Cost":331,"Date":"4/9/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":458,"Cost":357,"Date":"4/10/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":153,"Date":"4/19/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":996,"Cost":823,"Date":"5/17/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":285,"Date":"5/22/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":646,"Cost":507,"Date":"6/20/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":919,"Cost":469,"Date":"7/1/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":467,"Cost":431,"Date":"7/4/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":572,"Cost":390,"Date":"7/8/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":220,"Cost":204,"Date":"7/9/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":329,"Date":"7/14/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":551,"Cost":349,"Date":"7/19/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":281,"Cost":217,"Date":"8/1/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":489,"Cost":367,"Date":"8/6/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":642,"Cost":388,"Date":"8/7/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":901,"Cost":781,"Date":"8/22/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":87,"Cost":68,"Date":"8/31/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":980,"Cost":724,"Date":"9/1/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":177,"Cost":105,"Date":"9/1/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":228,"Cost":201,"Date":"9/17/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":754,"Cost":577,"Date":"9/29/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":528,"Cost":489,"Date":"11/7/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":464,"Cost":310,"Date":"11/26/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":870,"Cost":689,"Date":"11/27/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":429,"Cost":216,"Date":"12/5/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":889,"Cost":472,"Date":"12/26/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":308,"Cost":216,"Date":"12/31/2020"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":63,"Cost":47,"Date":"1/20/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":310,"Cost":182,"Date":"2/2/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":185,"Cost":158,"Date":"2/8/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":196,"Cost":148,"Date":"2/27/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":828,"Cost":500,"Date":"3/1/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":585,"Date":"3/1/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":587,"Cost":314,"Date":"3/19/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":327,"Cost":164,"Date":"3/28/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":191,"Cost":130,"Date":"5/21/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":174,"Date":"7/21/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":58,"Cost":34,"Date":"8/5/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":953,"Cost":586,"Date":"8/12/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":962,"Cost":692,"Date":"8/21/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":375,"Cost":203,"Date":"8/23/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":743,"Cost":700,"Date":"9/3/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":654,"Cost":353,"Date":"9/5/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":505,"Cost":426,"Date":"10/6/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":916,"Cost":539,"Date":"10/19/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":143,"Cost":88,"Date":"11/15/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":612,"Cost":533,"Date":"12/8/2021"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":362,"Cost":232,"Date":"1/8/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":155,"Cost":77,"Date":"1/14/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":367,"Cost":237,"Date":"1/19/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":181,"Cost":160,"Date":"1/28/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":811,"Cost":518,"Date":"1/31/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":739,"Cost":648,"Date":"3/27/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":616,"Cost":392,"Date":"4/20/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":553,"Cost":396,"Date":"4/24/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":595,"Cost":337,"Date":"4/28/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":279,"Cost":177,"Date":"5/15/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":589,"Cost":336,"Date":"5/16/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":714,"Cost":677,"Date":"5/18/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":818,"Cost":741,"Date":"6/2/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":782,"Cost":478,"Date":"6/3/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":702,"Cost":367,"Date":"6/5/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":395,"Cost":231,"Date":"6/7/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":762,"Cost":661,"Date":"6/14/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":294,"Cost":198,"Date":"6/20/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":738,"Cost":463,"Date":"6/24/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":347,"Cost":203,"Date":"7/4/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":55,"Cost":38,"Date":"7/9/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":330,"Cost":171,"Date":"7/12/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":673,"Cost":431,"Date":"8/14/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":364,"Cost":273,"Date":"8/16/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":251,"Cost":231,"Date":"8/23/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":226,"Cost":136,"Date":"9/2/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":925,"Cost":751,"Date":"9/3/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":287,"Cost":147,"Date":"9/16/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":497,"Cost":369,"Date":"10/4/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":859,"Cost":716,"Date":"11/1/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":697,"Cost":368,"Date":"11/2/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":820,"Cost":489,"Date":"12/17/2022"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":632,"Cost":549,"Date":"2/10/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":795,"Cost":530,"Date":"2/28/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":324,"Cost":202,"Date":"3/4/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":423,"Cost":311,"Date":"3/9/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":768,"Cost":545,"Date":"3/9/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":918,"Cost":459,"Date":"3/11/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":548,"Cost":423,"Date":"3/17/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":853,"Cost":538,"Date":"3/17/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":570,"Cost":462,"Date":"3/23/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":694,"Cost":431,"Date":"4/1/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":259,"Cost":161,"Date":"5/7/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":839,"Cost":700,"Date":"5/10/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":1000,"Cost":821,"Date":"5/20/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":663,"Cost":487,"Date":"6/2/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":333,"Cost":285,"Date":"6/11/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":545,"Cost":382,"Date":"6/16/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":374,"Cost":206,"Date":"6/16/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":681,"Cost":398,"Date":"7/10/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":855,"Cost":475,"Date":"7/11/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":531,"Cost":501,"Date":"8/28/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":484,"Cost":336,"Date":"8/29/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":382,"Cost":322,"Date":"8/31/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":689,"Cost":562,"Date":"9/8/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":32,"Cost":25,"Date":"9/13/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":933,"Cost":783,"Date":"9/14/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":477,"Cost":244,"Date":"9/19/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":622,"Cost":458,"Date":"9/25/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":645,"Cost":326,"Date":"10/4/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":168,"Cost":156,"Date":"10/10/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":401,"Cost":355,"Date":"10/17/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":385,"Cost":347,"Date":"10/28/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":372,"Cost":279,"Date":"10/30/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":703,"Cost":477,"Date":"11/1/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":587,"Cost":430,"Date":"11/15/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":878,"Cost":473,"Date":"11/25/2023"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":232,"Cost":158,"Date":"1/10/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":616,"Cost":349,"Date":"1/14/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":300,"Cost":221,"Date":"1/20/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":26,"Cost":23,"Date":"2/8/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":422,"Cost":320,"Date":"2/25/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":297,"Cost":245,"Date":"3/7/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":288,"Cost":196,"Date":"3/14/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":179,"Cost":153,"Date":"3/27/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":676,"Cost":378,"Date":"4/5/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":111,"Cost":92,"Date":"4/14/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":544,"Cost":338,"Date":"5/3/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":199,"Cost":168,"Date":"5/9/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":128,"Cost":112,"Date":"5/15/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":560,"Cost":361,"Date":"5/25/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":756,"Cost":595,"Date":"5/26/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":162,"Cost":84,"Date":"5/31/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":482,"Cost":351,"Date":"7/27/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":661,"Cost":452,"Date":"9/17/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":254,"Cost":216,"Date":"10/6/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":445,"Cost":350,"Date":"10/8/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":771,"Cost":586,"Date":"10/26/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":120,"Cost":82,"Date":"11/16/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":104,"Cost":64,"Date":"11/18/2024"},{"Store":"Vratsa Mall","Brand":"COS","Country":"Bulgaria","Sale":219,"Cost":122,"Date":"12/1/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":620,"Cost":420,"Date":"2/9/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":862,"Cost":732,"Date":"2/11/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":444,"Cost":291,"Date":"3/10/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":186,"Cost":160,"Date":"3/16/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":435,"Cost":376,"Date":"3/18/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":28,"Cost":15,"Date":"3/20/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":918,"Cost":693,"Date":"3/26/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":222,"Cost":153,"Date":"6/2/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":75,"Cost":54,"Date":"6/10/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":509,"Cost":405,"Date":"6/16/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":148,"Cost":93,"Date":"6/25/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":926,"Cost":539,"Date":"7/19/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":378,"Cost":224,"Date":"7/21/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":57,"Cost":54,"Date":"7/25/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":80,"Cost":61,"Date":"8/4/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":922,"Cost":574,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":571,"Cost":472,"Date":"9/4/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":135,"Cost":89,"Date":"9/19/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":584,"Cost":321,"Date":"9/29/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":803,"Cost":738,"Date":"10/2/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":639,"Cost":451,"Date":"10/15/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":742,"Cost":389,"Date":"10/30/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":160,"Cost":94,"Date":"11/9/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":188,"Cost":135,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":901,"Cost":718,"Date":"11/30/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":159,"Cost":119,"Date":"12/8/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":366,"Cost":337,"Date":"12/11/2018"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":300,"Cost":174,"Date":"1/15/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":747,"Cost":380,"Date":"1/24/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":284,"Cost":267,"Date":"2/3/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":236,"Cost":131,"Date":"2/4/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":796,"Cost":429,"Date":"3/9/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":595,"Cost":308,"Date":"3/12/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":564,"Cost":530,"Date":"4/19/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":856,"Cost":752,"Date":"5/3/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":886,"Cost":653,"Date":"5/4/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":315,"Cost":181,"Date":"6/8/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":228,"Cost":178,"Date":"6/26/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":3,"Cost":3,"Date":"7/4/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":186,"Cost":95,"Date":"7/13/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":854,"Cost":598,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":394,"Cost":304,"Date":"8/26/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":533,"Cost":343,"Date":"9/2/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":529,"Cost":473,"Date":"9/29/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":660,"Cost":557,"Date":"10/12/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":357,"Cost":307,"Date":"11/2/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":137,"Cost":79,"Date":"11/4/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":513,"Cost":454,"Date":"11/7/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":933,"Cost":839,"Date":"12/1/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":98,"Cost":79,"Date":"12/4/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":402,"Cost":201,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":238,"Cost":133,"Date":"12/18/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":867,"Cost":598,"Date":"12/20/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":840,"Cost":640,"Date":"12/20/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":320,"Cost":210,"Date":"12/21/2019"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":632,"Cost":407,"Date":"1/9/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":746,"Cost":638,"Date":"2/5/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":942,"Cost":724,"Date":"2/16/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":372,"Cost":310,"Date":"2/16/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":330,"Cost":213,"Date":"2/18/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":988,"Cost":787,"Date":"2/22/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":360,"Cost":265,"Date":"2/25/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":17,"Cost":14,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":85,"Cost":65,"Date":"4/2/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":631,"Cost":352,"Date":"4/3/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":386,"Cost":230,"Date":"4/9/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":263,"Cost":219,"Date":"4/10/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":383,"Cost":281,"Date":"4/19/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":985,"Cost":821,"Date":"5/17/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":688,"Cost":484,"Date":"5/22/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":481,"Cost":278,"Date":"6/20/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":700,"Cost":645,"Date":"7/1/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":583,"Cost":451,"Date":"7/4/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":329,"Cost":301,"Date":"7/8/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":66,"Cost":60,"Date":"7/9/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":530,"Cost":271,"Date":"7/14/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":208,"Cost":185,"Date":"7/19/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":480,"Cost":413,"Date":"8/1/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":450,"Cost":255,"Date":"8/6/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":72,"Cost":62,"Date":"8/7/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":91,"Cost":79,"Date":"8/22/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":665,"Cost":396,"Date":"8/31/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":223,"Cost":202,"Date":"9/1/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":704,"Cost":569,"Date":"9/1/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":334,"Cost":241,"Date":"9/17/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":778,"Cost":479,"Date":"9/29/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":605,"Cost":394,"Date":"11/7/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":118,"Cost":107,"Date":"11/26/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":22,"Cost":19,"Date":"11/27/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":951,"Cost":693,"Date":"12/5/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":823,"Cost":420,"Date":"12/26/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":459,"Cost":335,"Date":"12/31/2020"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":961,"Cost":716,"Date":"1/20/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":335,"Cost":180,"Date":"2/2/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":750,"Cost":555,"Date":"2/8/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":603,"Cost":379,"Date":"2/27/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":318,"Cost":166,"Date":"3/1/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":910,"Cost":633,"Date":"3/1/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":15,"Cost":10,"Date":"3/19/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":372,"Cost":237,"Date":"3/28/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":700,"Cost":430,"Date":"5/21/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":338,"Cost":238,"Date":"7/21/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":385,"Cost":342,"Date":"8/5/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":849,"Cost":485,"Date":"8/12/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":194,"Cost":164,"Date":"8/21/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":752,"Cost":649,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":214,"Cost":178,"Date":"9/3/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":238,"Cost":184,"Date":"9/5/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":661,"Cost":452,"Date":"10/6/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":768,"Cost":386,"Date":"10/19/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":376,"Cost":240,"Date":"11/15/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":914,"Cost":793,"Date":"12/8/2021"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":963,"Cost":863,"Date":"1/8/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":646,"Cost":485,"Date":"1/14/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":6,"Cost":6,"Date":"1/19/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":815,"Cost":640,"Date":"1/28/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":244,"Cost":216,"Date":"1/31/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":235,"Cost":153,"Date":"3/27/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":683,"Cost":492,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":351,"Cost":306,"Date":"4/24/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":756,"Cost":526,"Date":"4/28/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":60,"Cost":36,"Date":"5/15/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":172,"Cost":112,"Date":"5/16/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":381,"Cost":199,"Date":"5/18/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":896,"Cost":612,"Date":"6/2/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":361,"Cost":224,"Date":"6/3/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":950,"Cost":871,"Date":"6/5/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":412,"Cost":344,"Date":"6/7/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":191,"Cost":164,"Date":"6/14/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":497,"Cost":292,"Date":"6/20/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":685,"Cost":349,"Date":"6/24/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":535,"Cost":435,"Date":"7/4/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":276,"Cost":212,"Date":"7/9/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":192,"Cost":147,"Date":"7/12/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":748,"Cost":419,"Date":"8/14/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":9,"Cost":6,"Date":"8/16/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":346,"Cost":243,"Date":"8/23/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":155,"Cost":118,"Date":"9/2/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":25,"Cost":20,"Date":"9/3/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":723,"Cost":459,"Date":"9/16/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":3,"Cost":3,"Date":"10/4/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":30,"Cost":18,"Date":"11/1/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":276,"Cost":178,"Date":"11/2/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":99,"Cost":75,"Date":"12/17/2022"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":121,"Cost":73,"Date":"2/10/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":93,"Cost":65,"Date":"2/28/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":969,"Cost":741,"Date":"3/4/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":959,"Cost":840,"Date":"3/9/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":620,"Cost":525,"Date":"3/9/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":745,"Cost":657,"Date":"3/11/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":973,"Cost":685,"Date":"3/17/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":719,"Cost":373,"Date":"3/17/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":111,"Cost":56,"Date":"3/23/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":667,"Cost":565,"Date":"4/1/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":169,"Cost":139,"Date":"5/7/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":622,"Cost":348,"Date":"5/10/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":313,"Cost":298,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":659,"Cost":496,"Date":"6/2/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":151,"Cost":89,"Date":"6/11/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":976,"Cost":752,"Date":"6/16/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":514,"Cost":479,"Date":"6/16/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":719,"Cost":375,"Date":"7/10/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":668,"Cost":568,"Date":"7/11/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":860,"Cost":580,"Date":"8/28/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":157,"Cost":137,"Date":"8/29/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":744,"Cost":566,"Date":"8/31/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":401,"Cost":353,"Date":"9/8/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":165,"Cost":91,"Date":"9/13/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":808,"Cost":542,"Date":"9/14/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":232,"Cost":195,"Date":"9/19/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":757,"Cost":486,"Date":"9/25/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":945,"Cost":504,"Date":"10/4/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":902,"Cost":587,"Date":"10/10/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":782,"Cost":441,"Date":"10/17/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":487,"Cost":401,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":939,"Cost":572,"Date":"10/30/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":228,"Cost":150,"Date":"11/1/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":607,"Cost":403,"Date":"11/15/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":443,"Cost":326,"Date":"11/25/2023"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":398,"Cost":341,"Date":"1/10/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":805,"Cost":448,"Date":"1/14/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":117,"Cost":64,"Date":"1/20/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":446,"Cost":380,"Date":"2/8/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":509,"Cost":350,"Date":"2/25/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":759,"Cost":670,"Date":"3/7/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":671,"Cost":488,"Date":"3/14/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":998,"Cost":920,"Date":"3/27/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":859,"Cost":646,"Date":"4/5/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":476,"Cost":331,"Date":"4/14/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":786,"Cost":704,"Date":"5/3/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":902,"Cost":461,"Date":"5/9/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":963,"Cost":678,"Date":"5/15/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":263,"Cost":180,"Date":"5/25/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":747,"Cost":509,"Date":"5/26/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":900,"Cost":804,"Date":"5/31/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":590,"Cost":513,"Date":"7/27/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":697,"Cost":517,"Date":"9/17/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":787,"Cost":452,"Date":"10/6/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":2,"Cost":1,"Date":"10/8/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":204,"Cost":121,"Date":"10/26/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":417,"Cost":349,"Date":"11/16/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":125,"Cost":115,"Date":"11/18/2024"},{"Store":"City2, Brussels","Brand":"HM","Country":"Belgium","Sale":384,"Cost":334,"Date":"12/1/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":303,"Cost":197,"Date":"2/9/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":31,"Date":"2/11/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":893,"Cost":710,"Date":"3/10/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":268,"Date":"3/16/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":1,"Date":"3/18/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":351,"Cost":291,"Date":"3/20/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":648,"Cost":544,"Date":"3/26/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":153,"Date":"6/2/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":983,"Cost":700,"Date":"6/10/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":863,"Cost":769,"Date":"6/16/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":521,"Cost":418,"Date":"6/25/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":34,"Cost":17,"Date":"7/19/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":984,"Cost":638,"Date":"7/21/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":716,"Cost":418,"Date":"7/25/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":247,"Cost":167,"Date":"8/4/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":662,"Cost":409,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":639,"Cost":524,"Date":"9/4/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":444,"Cost":366,"Date":"9/19/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":815,"Cost":702,"Date":"9/29/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":436,"Cost":247,"Date":"10/2/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":479,"Cost":389,"Date":"10/15/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":622,"Cost":336,"Date":"10/30/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":265,"Cost":222,"Date":"11/9/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":315,"Cost":157,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":590,"Cost":377,"Date":"11/30/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":81,"Cost":71,"Date":"12/8/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":159,"Cost":135,"Date":"12/11/2018"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":406,"Cost":230,"Date":"1/15/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":9,"Cost":8,"Date":"1/24/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":855,"Cost":540,"Date":"2/3/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":220,"Cost":118,"Date":"2/4/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":65,"Cost":45,"Date":"3/9/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":996,"Cost":800,"Date":"3/12/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":822,"Cost":579,"Date":"4/19/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":591,"Date":"5/3/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":455,"Cost":353,"Date":"5/4/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":576,"Cost":481,"Date":"6/8/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":823,"Cost":706,"Date":"6/26/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":925,"Cost":472,"Date":"7/4/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":726,"Cost":464,"Date":"7/13/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":162,"Cost":144,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":262,"Cost":248,"Date":"8/26/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":249,"Cost":173,"Date":"9/2/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":395,"Cost":278,"Date":"9/29/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":198,"Cost":178,"Date":"10/12/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":222,"Cost":157,"Date":"11/2/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":21,"Cost":10,"Date":"11/4/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":430,"Cost":408,"Date":"11/7/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":250,"Cost":209,"Date":"12/1/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":319,"Date":"12/4/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":335,"Cost":218,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":135,"Cost":101,"Date":"12/18/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":258,"Cost":133,"Date":"12/20/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":266,"Cost":175,"Date":"12/20/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":883,"Cost":723,"Date":"12/21/2019"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":498,"Cost":383,"Date":"1/9/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":449,"Cost":272,"Date":"2/5/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":856,"Cost":530,"Date":"2/16/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":146,"Cost":116,"Date":"2/16/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":970,"Cost":777,"Date":"2/18/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":796,"Cost":450,"Date":"2/22/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":660,"Cost":481,"Date":"2/25/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":875,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":109,"Date":"4/2/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":486,"Cost":343,"Date":"4/3/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":33,"Cost":18,"Date":"4/9/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":17,"Cost":11,"Date":"4/10/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":251,"Date":"4/19/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":661,"Cost":594,"Date":"5/17/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":942,"Cost":784,"Date":"5/22/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":556,"Cost":318,"Date":"6/20/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":16,"Cost":11,"Date":"7/1/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":944,"Cost":740,"Date":"7/4/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":707,"Cost":472,"Date":"7/8/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":349,"Cost":209,"Date":"7/9/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":32,"Cost":17,"Date":"7/14/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":91,"Cost":58,"Date":"7/19/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":477,"Cost":389,"Date":"8/1/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":76,"Cost":58,"Date":"8/6/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":842,"Cost":739,"Date":"8/7/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":701,"Cost":364,"Date":"8/22/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":861,"Cost":570,"Date":"8/31/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":687,"Cost":627,"Date":"9/1/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":45,"Cost":25,"Date":"9/1/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":627,"Cost":446,"Date":"9/17/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":514,"Cost":450,"Date":"9/29/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":226,"Cost":173,"Date":"11/7/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":123,"Cost":81,"Date":"11/26/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":634,"Cost":382,"Date":"11/27/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":559,"Cost":496,"Date":"12/5/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":835,"Date":"12/26/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":992,"Cost":728,"Date":"12/31/2020"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":683,"Date":"1/20/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":66,"Cost":38,"Date":"2/2/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":319,"Cost":262,"Date":"2/8/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":247,"Date":"2/27/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":589,"Cost":331,"Date":"3/1/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":797,"Cost":680,"Date":"3/1/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":713,"Cost":613,"Date":"3/19/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":526,"Cost":272,"Date":"3/28/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":138,"Date":"5/21/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":707,"Cost":656,"Date":"7/21/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":196,"Cost":146,"Date":"8/5/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":232,"Cost":129,"Date":"8/12/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":818,"Cost":454,"Date":"8/21/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":86,"Cost":44,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":52,"Cost":34,"Date":"9/3/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":867,"Cost":641,"Date":"9/5/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":515,"Date":"10/6/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":276,"Cost":255,"Date":"10/19/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":409,"Cost":302,"Date":"11/15/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":199,"Date":"12/8/2021"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":141,"Date":"1/8/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":59,"Cost":38,"Date":"1/14/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":675,"Cost":528,"Date":"1/19/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":36,"Cost":24,"Date":"1/28/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":126,"Cost":68,"Date":"1/31/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":542,"Cost":424,"Date":"3/27/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":165,"Cost":119,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":153,"Cost":80,"Date":"4/24/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":998,"Cost":692,"Date":"4/28/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":629,"Cost":376,"Date":"5/15/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":730,"Cost":548,"Date":"5/16/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":164,"Cost":117,"Date":"5/18/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":592,"Cost":327,"Date":"6/2/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":476,"Cost":250,"Date":"6/3/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":970,"Cost":825,"Date":"6/5/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":923,"Cost":803,"Date":"6/7/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":494,"Cost":283,"Date":"6/14/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":414,"Cost":300,"Date":"6/20/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":377,"Cost":345,"Date":"6/24/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":356,"Cost":269,"Date":"7/4/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":167,"Cost":142,"Date":"7/9/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":679,"Cost":429,"Date":"7/12/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":562,"Date":"8/14/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":562,"Cost":480,"Date":"8/16/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":56,"Date":"8/23/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":231,"Cost":203,"Date":"9/2/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":848,"Cost":746,"Date":"9/3/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":19,"Cost":13,"Date":"9/16/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":407,"Cost":312,"Date":"10/4/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":888,"Cost":614,"Date":"11/1/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":778,"Cost":464,"Date":"11/2/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":536,"Cost":470,"Date":"12/17/2022"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":328,"Cost":255,"Date":"2/10/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":50,"Date":"2/28/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":701,"Cost":567,"Date":"3/4/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":870,"Cost":621,"Date":"3/9/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":390,"Cost":301,"Date":"3/9/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":258,"Cost":219,"Date":"3/11/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":390,"Cost":258,"Date":"3/17/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":716,"Cost":500,"Date":"3/17/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":412,"Cost":334,"Date":"3/23/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":620,"Cost":361,"Date":"4/1/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":959,"Cost":536,"Date":"5/7/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":906,"Cost":670,"Date":"5/10/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":446,"Cost":314,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":412,"Date":"6/2/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":499,"Cost":350,"Date":"6/11/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":386,"Date":"6/16/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":709,"Cost":490,"Date":"6/16/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":112,"Cost":91,"Date":"7/10/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":825,"Cost":600,"Date":"7/11/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":295,"Cost":165,"Date":"8/28/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":656,"Cost":560,"Date":"8/29/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":876,"Cost":782,"Date":"8/31/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":699,"Cost":595,"Date":"9/8/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":578,"Cost":514,"Date":"9/13/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":655,"Cost":339,"Date":"9/14/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":562,"Cost":332,"Date":"9/19/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":151,"Date":"9/25/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":526,"Cost":316,"Date":"10/4/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":171,"Cost":99,"Date":"10/10/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":708,"Cost":532,"Date":"10/17/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":774,"Cost":645,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":540,"Cost":314,"Date":"10/30/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":62,"Cost":38,"Date":"11/1/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":687,"Cost":590,"Date":"11/15/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":866,"Cost":671,"Date":"11/25/2023"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":835,"Cost":571,"Date":"1/10/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":542,"Cost":459,"Date":"1/14/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":971,"Cost":786,"Date":"1/20/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":131,"Date":"2/8/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":26,"Cost":22,"Date":"2/25/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":473,"Date":"3/7/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":831,"Cost":542,"Date":"3/14/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":982,"Cost":638,"Date":"3/27/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":921,"Cost":656,"Date":"4/5/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":849,"Cost":592,"Date":"4/14/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":34,"Cost":23,"Date":"5/3/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":642,"Cost":451,"Date":"5/9/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":732,"Cost":547,"Date":"5/15/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":156,"Date":"5/25/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":836,"Cost":689,"Date":"5/26/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":189,"Cost":153,"Date":"5/31/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":186,"Cost":171,"Date":"7/27/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":802,"Cost":484,"Date":"9/17/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":405,"Date":"10/6/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":913,"Cost":692,"Date":"10/8/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":388,"Cost":220,"Date":"10/26/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":316,"Cost":198,"Date":"11/16/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":493,"Cost":385,"Date":"11/18/2024"},{"Store":"City2, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":527,"Cost":344,"Date":"12/1/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":372,"Date":"2/9/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":574,"Cost":317,"Date":"2/11/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":852,"Cost":445,"Date":"3/10/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":445,"Cost":418,"Date":"3/16/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":908,"Cost":704,"Date":"3/18/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":7,"Cost":7,"Date":"3/20/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":348,"Cost":197,"Date":"3/26/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":683,"Cost":359,"Date":"6/2/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":105,"Cost":64,"Date":"6/10/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":920,"Cost":853,"Date":"6/16/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":98,"Cost":73,"Date":"6/25/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":605,"Date":"7/19/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":369,"Cost":250,"Date":"7/21/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":909,"Cost":508,"Date":"7/25/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":432,"Cost":390,"Date":"8/4/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":830,"Cost":550,"Date":"9/2/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":965,"Cost":590,"Date":"9/4/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":87,"Cost":80,"Date":"9/19/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":131,"Cost":87,"Date":"9/29/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":918,"Cost":601,"Date":"10/2/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":868,"Cost":804,"Date":"10/15/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":258,"Date":"10/30/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":390,"Date":"11/9/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":353,"Cost":290,"Date":"11/23/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":248,"Date":"11/30/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":499,"Cost":294,"Date":"12/8/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":391,"Cost":291,"Date":"12/11/2018"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":506,"Cost":422,"Date":"1/15/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":94,"Date":"1/24/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":260,"Cost":216,"Date":"2/3/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":413,"Cost":378,"Date":"2/4/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":646,"Cost":337,"Date":"3/9/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":21,"Date":"3/12/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":188,"Cost":144,"Date":"4/19/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":719,"Cost":477,"Date":"5/3/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":242,"Cost":130,"Date":"5/4/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":923,"Cost":750,"Date":"6/8/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":137,"Cost":107,"Date":"6/26/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":520,"Date":"7/4/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":753,"Cost":557,"Date":"7/13/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":171,"Cost":103,"Date":"8/8/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":192,"Cost":166,"Date":"8/26/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":949,"Cost":819,"Date":"9/2/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":100,"Cost":71,"Date":"9/29/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":715,"Cost":553,"Date":"10/12/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":575,"Cost":367,"Date":"11/2/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":863,"Cost":541,"Date":"11/4/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":222,"Date":"11/7/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":718,"Cost":430,"Date":"12/1/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":703,"Cost":638,"Date":"12/4/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":536,"Date":"12/7/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":332,"Cost":196,"Date":"12/18/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":323,"Cost":299,"Date":"12/20/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":451,"Cost":334,"Date":"12/20/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":433,"Cost":330,"Date":"12/21/2019"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":162,"Cost":104,"Date":"1/9/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":882,"Cost":525,"Date":"2/5/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":575,"Cost":520,"Date":"2/16/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":205,"Cost":113,"Date":"2/16/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":844,"Cost":422,"Date":"2/18/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":656,"Cost":368,"Date":"2/22/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":553,"Cost":306,"Date":"2/25/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":924,"Cost":569,"Date":"3/8/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":533,"Cost":472,"Date":"4/2/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":366,"Cost":201,"Date":"4/3/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":234,"Cost":157,"Date":"4/9/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":615,"Cost":582,"Date":"4/10/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":946,"Cost":767,"Date":"4/19/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":325,"Date":"5/17/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":594,"Cost":373,"Date":"5/22/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":786,"Cost":431,"Date":"6/20/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":617,"Cost":520,"Date":"7/1/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":40,"Cost":31,"Date":"7/4/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":924,"Cost":511,"Date":"7/8/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":740,"Cost":639,"Date":"7/9/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":153,"Date":"7/14/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":455,"Cost":273,"Date":"7/19/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":670,"Cost":557,"Date":"8/1/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":989,"Cost":878,"Date":"8/6/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":557,"Cost":418,"Date":"8/7/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":103,"Date":"8/22/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":292,"Cost":155,"Date":"8/31/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":815,"Cost":570,"Date":"9/1/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":488,"Cost":460,"Date":"9/1/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":533,"Cost":431,"Date":"9/17/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":160,"Date":"9/29/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":62,"Cost":45,"Date":"11/7/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":551,"Cost":498,"Date":"11/26/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":979,"Cost":610,"Date":"11/27/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":274,"Cost":141,"Date":"12/5/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":169,"Cost":115,"Date":"12/26/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":69,"Cost":35,"Date":"12/31/2020"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":824,"Cost":712,"Date":"1/20/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":856,"Cost":659,"Date":"2/2/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":181,"Cost":134,"Date":"2/8/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":368,"Cost":213,"Date":"2/27/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":743,"Cost":396,"Date":"3/1/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":783,"Cost":600,"Date":"3/1/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":75,"Date":"3/19/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":218,"Cost":142,"Date":"3/28/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":687,"Cost":600,"Date":"5/21/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":171,"Date":"7/21/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":464,"Cost":426,"Date":"8/5/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":458,"Cost":400,"Date":"8/12/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":889,"Cost":744,"Date":"8/21/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":378,"Cost":340,"Date":"8/23/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":554,"Cost":374,"Date":"9/3/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":350,"Cost":260,"Date":"9/5/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":295,"Cost":181,"Date":"10/6/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":259,"Cost":194,"Date":"10/19/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":653,"Cost":488,"Date":"11/15/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":634,"Cost":436,"Date":"12/8/2021"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":871,"Cost":672,"Date":"1/8/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":806,"Cost":607,"Date":"1/14/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":260,"Cost":172,"Date":"1/19/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":422,"Cost":399,"Date":"1/28/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":567,"Cost":304,"Date":"1/31/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":482,"Cost":245,"Date":"3/27/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":437,"Date":"4/20/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":699,"Cost":643,"Date":"4/24/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":343,"Cost":274,"Date":"4/28/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":63,"Cost":58,"Date":"5/15/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":79,"Cost":39,"Date":"5/16/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":367,"Cost":185,"Date":"5/18/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":861,"Cost":650,"Date":"6/2/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":262,"Cost":217,"Date":"6/3/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":289,"Date":"6/5/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":547,"Cost":426,"Date":"6/7/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":418,"Cost":271,"Date":"6/14/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":735,"Cost":594,"Date":"6/20/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":369,"Cost":250,"Date":"6/24/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":699,"Cost":365,"Date":"7/4/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":931,"Cost":881,"Date":"7/9/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":477,"Date":"7/12/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":301,"Date":"8/14/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":352,"Cost":311,"Date":"8/16/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":747,"Cost":551,"Date":"8/23/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":381,"Date":"9/2/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":494,"Date":"9/3/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":215,"Date":"9/16/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":28,"Date":"10/4/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":674,"Cost":420,"Date":"11/1/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":135,"Cost":69,"Date":"11/2/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":244,"Cost":207,"Date":"12/17/2022"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":916,"Cost":805,"Date":"2/10/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":335,"Cost":292,"Date":"2/28/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":606,"Date":"3/4/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":714,"Cost":579,"Date":"3/9/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":447,"Cost":382,"Date":"3/9/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":663,"Cost":552,"Date":"3/11/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":52,"Cost":26,"Date":"3/17/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":712,"Cost":607,"Date":"3/17/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":203,"Date":"3/23/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":265,"Cost":244,"Date":"4/1/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":670,"Cost":624,"Date":"5/7/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":439,"Cost":227,"Date":"5/10/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":968,"Cost":813,"Date":"5/20/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":320,"Cost":297,"Date":"6/2/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":697,"Cost":463,"Date":"6/11/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":906,"Cost":678,"Date":"6/16/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":938,"Cost":846,"Date":"6/16/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":561,"Cost":376,"Date":"7/10/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":815,"Cost":410,"Date":"7/11/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":671,"Date":"8/28/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":121,"Date":"8/29/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":21,"Date":"8/31/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":780,"Cost":466,"Date":"9/8/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":392,"Date":"9/13/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":632,"Cost":394,"Date":"9/14/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":543,"Cost":504,"Date":"9/19/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":761,"Cost":509,"Date":"9/25/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":750,"Cost":556,"Date":"10/4/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":323,"Cost":292,"Date":"10/10/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":748,"Cost":551,"Date":"10/17/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":459,"Cost":304,"Date":"10/28/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":482,"Cost":339,"Date":"10/30/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":478,"Cost":351,"Date":"11/1/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":377,"Cost":197,"Date":"11/15/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":912,"Cost":697,"Date":"11/25/2023"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":240,"Cost":167,"Date":"1/10/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":875,"Cost":756,"Date":"1/14/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":86,"Date":"1/20/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":438,"Cost":269,"Date":"2/8/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":261,"Cost":147,"Date":"2/25/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":791,"Cost":618,"Date":"3/7/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":417,"Cost":383,"Date":"3/14/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":253,"Cost":223,"Date":"3/27/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":366,"Cost":224,"Date":"4/5/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":72,"Cost":69,"Date":"4/14/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":517,"Cost":444,"Date":"5/3/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":392,"Cost":221,"Date":"5/9/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":145,"Date":"5/15/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":78,"Date":"5/25/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":275,"Date":"5/26/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":640,"Cost":504,"Date":"5/31/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":272,"Cost":147,"Date":"7/27/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":576,"Cost":310,"Date":"9/17/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":330,"Cost":237,"Date":"10/6/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":948,"Cost":600,"Date":"10/8/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":271,"Cost":203,"Date":"10/26/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":523,"Cost":304,"Date":"11/16/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":911,"Cost":626,"Date":"11/18/2024"},{"Store":"City2, Brussels","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":265,"Date":"12/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":169,"Cost":161,"Date":"2/9/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":161,"Cost":93,"Date":"2/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":219,"Cost":112,"Date":"3/10/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":858,"Cost":655,"Date":"3/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":619,"Cost":570,"Date":"3/18/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":91,"Date":"3/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":40,"Cost":29,"Date":"3/26/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":283,"Cost":256,"Date":"6/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":593,"Cost":450,"Date":"6/10/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":117,"Cost":78,"Date":"6/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":150,"Date":"6/25/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":329,"Cost":164,"Date":"7/19/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":606,"Cost":545,"Date":"7/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":777,"Cost":564,"Date":"7/25/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":639,"Cost":459,"Date":"8/4/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":177,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":217,"Date":"9/4/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":620,"Cost":554,"Date":"9/19/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":370,"Cost":229,"Date":"9/29/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":613,"Cost":482,"Date":"10/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":444,"Date":"10/15/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":416,"Cost":292,"Date":"10/30/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":300,"Date":"11/9/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":871,"Cost":469,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":777,"Cost":605,"Date":"11/30/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":41,"Cost":30,"Date":"12/8/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":823,"Cost":489,"Date":"12/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":26,"Cost":22,"Date":"1/15/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":471,"Cost":403,"Date":"1/24/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":140,"Cost":99,"Date":"2/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":751,"Cost":461,"Date":"2/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":836,"Cost":623,"Date":"3/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":222,"Date":"3/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":77,"Cost":51,"Date":"4/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":279,"Date":"5/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":299,"Cost":268,"Date":"5/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":403,"Cost":311,"Date":"6/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":120,"Date":"6/26/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":767,"Cost":422,"Date":"7/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":880,"Cost":589,"Date":"7/13/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":995,"Cost":670,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":558,"Cost":513,"Date":"8/26/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":816,"Date":"9/2/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":838,"Date":"9/29/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":948,"Cost":562,"Date":"10/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":278,"Cost":206,"Date":"11/2/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":443,"Cost":282,"Date":"11/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":33,"Cost":31,"Date":"11/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":449,"Date":"12/1/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":552,"Cost":412,"Date":"12/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":710,"Cost":549,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":458,"Cost":303,"Date":"12/18/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":189,"Cost":108,"Date":"12/20/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":994,"Cost":823,"Date":"12/20/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":68,"Cost":46,"Date":"12/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":488,"Cost":245,"Date":"1/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":400,"Date":"2/5/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":114,"Cost":98,"Date":"2/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":113,"Cost":88,"Date":"2/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":361,"Date":"2/18/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":938,"Cost":698,"Date":"2/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":466,"Date":"2/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":951,"Cost":689,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":67,"Cost":35,"Date":"4/2/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":593,"Date":"4/3/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":218,"Cost":143,"Date":"4/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":417,"Cost":272,"Date":"4/10/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":310,"Date":"4/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":685,"Cost":539,"Date":"5/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":230,"Cost":125,"Date":"5/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":221,"Cost":127,"Date":"6/20/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":497,"Cost":300,"Date":"7/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":336,"Cost":221,"Date":"7/4/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":233,"Date":"7/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":707,"Cost":600,"Date":"7/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":323,"Cost":208,"Date":"7/14/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":914,"Cost":478,"Date":"7/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":618,"Cost":451,"Date":"8/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":3,"Cost":1,"Date":"8/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":371,"Cost":188,"Date":"8/7/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":92,"Cost":78,"Date":"8/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":329,"Cost":284,"Date":"8/31/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":127,"Cost":85,"Date":"9/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":58,"Cost":53,"Date":"9/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":319,"Cost":301,"Date":"9/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":488,"Date":"9/29/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":623,"Cost":485,"Date":"11/7/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":510,"Cost":363,"Date":"11/26/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":271,"Cost":168,"Date":"11/27/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":39,"Date":"12/5/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":662,"Cost":499,"Date":"12/26/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":491,"Date":"12/31/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":343,"Date":"1/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":428,"Cost":287,"Date":"2/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":219,"Cost":134,"Date":"2/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":695,"Cost":362,"Date":"2/27/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":564,"Cost":442,"Date":"3/1/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":459,"Date":"3/1/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":749,"Cost":567,"Date":"3/19/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":307,"Cost":228,"Date":"3/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":656,"Cost":369,"Date":"5/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":707,"Cost":534,"Date":"7/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":114,"Date":"8/5/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":286,"Cost":162,"Date":"8/12/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":592,"Cost":448,"Date":"8/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":380,"Cost":303,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":759,"Date":"9/3/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":55,"Cost":31,"Date":"9/5/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":415,"Cost":394,"Date":"10/6/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":57,"Cost":41,"Date":"10/19/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":289,"Cost":193,"Date":"11/15/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":213,"Cost":186,"Date":"12/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":56,"Cost":33,"Date":"1/8/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":375,"Cost":285,"Date":"1/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":799,"Date":"1/19/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":195,"Date":"1/28/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":481,"Cost":374,"Date":"1/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":46,"Cost":33,"Date":"3/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":934,"Cost":686,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":937,"Cost":756,"Date":"4/24/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":426,"Cost":240,"Date":"4/28/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":274,"Cost":141,"Date":"5/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":1000,"Cost":618,"Date":"5/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":468,"Cost":409,"Date":"5/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":978,"Cost":757,"Date":"6/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":411,"Date":"6/3/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":385,"Date":"6/5/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":505,"Cost":408,"Date":"6/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":410,"Cost":303,"Date":"6/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":615,"Date":"6/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":726,"Cost":451,"Date":"6/24/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":121,"Cost":95,"Date":"7/4/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":369,"Cost":199,"Date":"7/9/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":41,"Date":"7/12/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":674,"Date":"8/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":334,"Cost":244,"Date":"8/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":771,"Cost":514,"Date":"8/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":574,"Cost":323,"Date":"9/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":116,"Date":"9/3/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":935,"Cost":676,"Date":"9/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":184,"Cost":127,"Date":"10/4/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":403,"Cost":288,"Date":"11/1/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":697,"Cost":446,"Date":"11/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":998,"Cost":741,"Date":"12/17/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":61,"Cost":46,"Date":"2/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":197,"Cost":125,"Date":"2/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":497,"Cost":356,"Date":"3/4/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":299,"Cost":239,"Date":"3/9/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":12,"Cost":7,"Date":"3/9/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":285,"Cost":214,"Date":"3/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":547,"Cost":407,"Date":"3/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":384,"Cost":195,"Date":"3/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":747,"Date":"3/23/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":362,"Date":"4/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":304,"Date":"5/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":812,"Cost":558,"Date":"5/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":656,"Cost":600,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":413,"Cost":262,"Date":"6/2/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":276,"Date":"6/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":567,"Cost":404,"Date":"6/16/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":521,"Cost":375,"Date":"6/16/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":986,"Cost":754,"Date":"7/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":381,"Cost":284,"Date":"7/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":224,"Cost":190,"Date":"8/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":312,"Cost":195,"Date":"8/29/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":664,"Cost":390,"Date":"8/31/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":666,"Date":"9/8/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":454,"Cost":404,"Date":"9/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":821,"Cost":420,"Date":"9/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":580,"Cost":465,"Date":"9/19/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":700,"Cost":435,"Date":"9/25/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":986,"Cost":532,"Date":"10/4/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":657,"Cost":477,"Date":"10/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":344,"Cost":204,"Date":"10/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":319,"Cost":215,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":324,"Cost":231,"Date":"10/30/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":467,"Cost":383,"Date":"11/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":877,"Cost":508,"Date":"11/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":115,"Cost":87,"Date":"11/25/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":784,"Cost":556,"Date":"1/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":556,"Date":"1/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":505,"Cost":415,"Date":"1/20/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":13,"Cost":8,"Date":"2/8/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":126,"Cost":100,"Date":"2/25/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":975,"Cost":626,"Date":"3/7/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":60,"Cost":30,"Date":"3/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":930,"Cost":668,"Date":"3/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":158,"Cost":124,"Date":"4/5/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":861,"Cost":446,"Date":"4/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":689,"Cost":585,"Date":"5/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":134,"Cost":106,"Date":"5/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":387,"Date":"5/15/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":95,"Cost":72,"Date":"5/25/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":40,"Cost":25,"Date":"5/26/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":820,"Cost":557,"Date":"5/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":391,"Cost":241,"Date":"7/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":284,"Date":"9/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":552,"Cost":457,"Date":"10/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":327,"Cost":167,"Date":"10/8/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":535,"Cost":289,"Date":"10/26/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":84,"Cost":51,"Date":"11/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":1000,"Cost":592,"Date":"11/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"Jeans","Country":"Belgium","Sale":741,"Cost":684,"Date":"12/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":86,"Cost":73,"Date":"2/9/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":653,"Cost":547,"Date":"2/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":83,"Cost":77,"Date":"3/10/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":343,"Date":"3/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":687,"Cost":452,"Date":"3/18/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":155,"Date":"3/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":319,"Cost":272,"Date":"3/26/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":10,"Date":"6/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":719,"Cost":391,"Date":"6/10/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":526,"Cost":375,"Date":"6/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":347,"Cost":325,"Date":"6/25/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":554,"Cost":423,"Date":"7/19/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":684,"Cost":378,"Date":"7/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":202,"Cost":111,"Date":"7/25/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":10,"Cost":8,"Date":"8/4/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":69,"Cost":57,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":226,"Date":"9/4/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":244,"Date":"9/19/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":828,"Cost":469,"Date":"9/29/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":813,"Cost":429,"Date":"10/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":14,"Date":"10/15/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":166,"Cost":147,"Date":"10/30/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":371,"Cost":343,"Date":"11/9/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":304,"Cost":182,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":859,"Cost":734,"Date":"11/30/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":628,"Cost":463,"Date":"12/8/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":274,"Cost":141,"Date":"12/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":820,"Date":"1/15/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":188,"Cost":127,"Date":"1/24/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":544,"Cost":413,"Date":"2/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":731,"Cost":666,"Date":"2/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":904,"Cost":453,"Date":"3/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":946,"Cost":654,"Date":"3/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":476,"Cost":361,"Date":"4/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":920,"Cost":653,"Date":"5/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":289,"Cost":160,"Date":"5/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":866,"Cost":467,"Date":"6/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":866,"Cost":696,"Date":"6/26/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":668,"Cost":478,"Date":"7/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":212,"Date":"7/13/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":368,"Cost":292,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":486,"Cost":449,"Date":"8/26/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":246,"Cost":146,"Date":"9/2/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":790,"Cost":576,"Date":"9/29/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":884,"Cost":586,"Date":"10/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":815,"Cost":609,"Date":"11/2/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":972,"Cost":496,"Date":"11/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":791,"Cost":622,"Date":"11/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":9,"Cost":5,"Date":"12/1/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":256,"Cost":141,"Date":"12/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":481,"Cost":412,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":897,"Cost":554,"Date":"12/18/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":544,"Cost":282,"Date":"12/20/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":485,"Cost":375,"Date":"12/20/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":714,"Cost":370,"Date":"12/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":813,"Cost":510,"Date":"1/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":319,"Date":"2/5/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":333,"Date":"2/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":126,"Cost":71,"Date":"2/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":406,"Date":"2/18/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":344,"Cost":197,"Date":"2/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":804,"Cost":417,"Date":"2/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":620,"Cost":373,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":347,"Cost":272,"Date":"4/2/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":307,"Cost":164,"Date":"4/3/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":138,"Cost":118,"Date":"4/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":518,"Cost":290,"Date":"4/10/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":391,"Cost":325,"Date":"4/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":538,"Cost":407,"Date":"5/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":922,"Cost":663,"Date":"5/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":116,"Cost":98,"Date":"6/20/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":534,"Cost":461,"Date":"7/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":888,"Cost":460,"Date":"7/4/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":162,"Cost":94,"Date":"7/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":368,"Date":"7/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":462,"Cost":270,"Date":"7/14/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":383,"Cost":321,"Date":"7/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":359,"Cost":237,"Date":"8/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":612,"Cost":330,"Date":"8/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":112,"Cost":98,"Date":"8/7/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":86,"Cost":74,"Date":"8/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":584,"Cost":391,"Date":"8/31/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":16,"Cost":8,"Date":"9/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":819,"Cost":541,"Date":"9/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":508,"Cost":302,"Date":"9/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":857,"Cost":649,"Date":"9/29/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":227,"Cost":187,"Date":"11/7/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":434,"Cost":325,"Date":"11/26/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":981,"Cost":845,"Date":"11/27/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":175,"Cost":116,"Date":"12/5/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":491,"Cost":317,"Date":"12/26/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":568,"Cost":314,"Date":"12/31/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":42,"Cost":23,"Date":"1/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":126,"Cost":112,"Date":"2/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":990,"Cost":785,"Date":"2/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":919,"Cost":576,"Date":"2/27/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":191,"Cost":104,"Date":"3/1/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":712,"Cost":425,"Date":"3/1/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":742,"Cost":510,"Date":"3/19/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":882,"Cost":499,"Date":"3/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":93,"Cost":57,"Date":"5/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":116,"Cost":101,"Date":"7/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":288,"Cost":162,"Date":"8/5/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":121,"Cost":65,"Date":"8/12/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":146,"Cost":79,"Date":"8/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":996,"Cost":757,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":527,"Cost":493,"Date":"9/3/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":544,"Cost":473,"Date":"9/5/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":569,"Cost":399,"Date":"10/6/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":691,"Cost":423,"Date":"10/19/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":633,"Cost":524,"Date":"11/15/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":426,"Cost":345,"Date":"12/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":843,"Cost":426,"Date":"1/8/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":183,"Cost":91,"Date":"1/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":194,"Date":"1/19/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":11,"Cost":10,"Date":"1/28/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":948,"Cost":577,"Date":"1/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":488,"Cost":271,"Date":"3/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":515,"Cost":399,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":279,"Cost":235,"Date":"4/24/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":634,"Cost":455,"Date":"4/28/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":426,"Cost":399,"Date":"5/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":110,"Cost":96,"Date":"5/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":512,"Cost":440,"Date":"5/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":122,"Cost":99,"Date":"6/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":641,"Cost":537,"Date":"6/3/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":75,"Cost":37,"Date":"6/5/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":211,"Cost":146,"Date":"6/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":80,"Cost":45,"Date":"6/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":971,"Cost":913,"Date":"6/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":765,"Cost":438,"Date":"6/24/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":177,"Cost":149,"Date":"7/4/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":292,"Cost":149,"Date":"7/9/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":133,"Cost":112,"Date":"7/12/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":629,"Cost":349,"Date":"8/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":950,"Cost":501,"Date":"8/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":428,"Cost":316,"Date":"8/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":463,"Cost":265,"Date":"9/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":264,"Cost":230,"Date":"9/3/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":216,"Cost":191,"Date":"9/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":488,"Cost":278,"Date":"10/4/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":822,"Cost":770,"Date":"11/1/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":72,"Cost":60,"Date":"11/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":350,"Cost":241,"Date":"12/17/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":581,"Cost":456,"Date":"2/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":326,"Cost":186,"Date":"2/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":623,"Cost":547,"Date":"3/4/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":83,"Cost":53,"Date":"3/9/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":123,"Date":"3/9/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":188,"Cost":118,"Date":"3/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":927,"Cost":544,"Date":"3/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":845,"Cost":646,"Date":"3/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":68,"Cost":37,"Date":"3/23/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":353,"Cost":190,"Date":"4/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":236,"Cost":187,"Date":"5/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":675,"Cost":540,"Date":"5/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":645,"Cost":431,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":902,"Cost":464,"Date":"6/2/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":337,"Cost":220,"Date":"6/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":430,"Cost":299,"Date":"6/16/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":231,"Cost":158,"Date":"6/16/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":131,"Cost":121,"Date":"7/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":273,"Cost":187,"Date":"7/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":787,"Cost":458,"Date":"8/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":27,"Cost":26,"Date":"8/29/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":187,"Cost":168,"Date":"8/31/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":308,"Cost":171,"Date":"9/8/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":615,"Cost":340,"Date":"9/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":366,"Cost":293,"Date":"9/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":870,"Cost":776,"Date":"9/19/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":780,"Date":"9/25/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":370,"Cost":335,"Date":"10/4/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":297,"Cost":181,"Date":"10/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":528,"Cost":291,"Date":"10/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":733,"Cost":510,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":287,"Cost":153,"Date":"10/30/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":107,"Cost":77,"Date":"11/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":326,"Cost":211,"Date":"11/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":396,"Cost":282,"Date":"11/25/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":572,"Cost":341,"Date":"1/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":663,"Cost":544,"Date":"1/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":128,"Cost":101,"Date":"1/20/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":65,"Cost":37,"Date":"2/8/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":309,"Cost":167,"Date":"2/25/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":459,"Cost":399,"Date":"3/7/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":180,"Cost":171,"Date":"3/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":45,"Cost":23,"Date":"3/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":912,"Cost":509,"Date":"4/5/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":438,"Cost":277,"Date":"4/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":906,"Cost":668,"Date":"5/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":358,"Cost":179,"Date":"5/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":542,"Date":"5/15/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":935,"Cost":544,"Date":"5/25/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":768,"Cost":398,"Date":"5/26/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":632,"Date":"5/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":551,"Cost":457,"Date":"7/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":589,"Cost":347,"Date":"9/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":454,"Cost":427,"Date":"10/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":726,"Cost":516,"Date":"10/8/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":74,"Cost":55,"Date":"10/26/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":400,"Cost":341,"Date":"11/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":460,"Cost":261,"Date":"11/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"ARKET","Country":"Belgium","Sale":366,"Cost":320,"Date":"12/1/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":687,"Cost":620,"Date":"2/9/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":251,"Cost":142,"Date":"2/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":898,"Cost":491,"Date":"3/10/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":234,"Cost":179,"Date":"3/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":46,"Cost":26,"Date":"3/18/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":878,"Cost":609,"Date":"3/20/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":983,"Cost":515,"Date":"3/26/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":610,"Cost":362,"Date":"6/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":668,"Cost":579,"Date":"6/10/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":51,"Cost":28,"Date":"6/16/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":950,"Cost":647,"Date":"6/25/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":882,"Cost":580,"Date":"7/19/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":945,"Cost":799,"Date":"7/21/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":966,"Cost":566,"Date":"7/25/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":503,"Cost":403,"Date":"8/4/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":612,"Cost":392,"Date":"9/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":132,"Cost":100,"Date":"9/4/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":653,"Cost":494,"Date":"9/19/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":620,"Cost":512,"Date":"9/29/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":377,"Cost":205,"Date":"10/2/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":84,"Cost":51,"Date":"10/15/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":270,"Cost":147,"Date":"10/30/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":800,"Cost":576,"Date":"11/9/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":896,"Cost":641,"Date":"11/23/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":454,"Cost":259,"Date":"11/30/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":585,"Cost":497,"Date":"12/8/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":157,"Cost":128,"Date":"12/11/2018"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":790,"Cost":612,"Date":"1/15/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":920,"Cost":586,"Date":"1/24/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":21,"Cost":12,"Date":"2/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":923,"Cost":866,"Date":"2/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":760,"Cost":583,"Date":"3/9/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":749,"Cost":573,"Date":"3/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":452,"Cost":282,"Date":"4/19/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":766,"Cost":589,"Date":"5/3/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":237,"Cost":220,"Date":"5/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":614,"Cost":451,"Date":"6/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":510,"Cost":309,"Date":"6/26/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":515,"Cost":473,"Date":"7/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":882,"Cost":711,"Date":"7/13/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":177,"Cost":156,"Date":"8/8/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":98,"Cost":82,"Date":"8/26/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":51,"Cost":47,"Date":"9/2/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":332,"Cost":166,"Date":"9/29/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":299,"Cost":270,"Date":"10/12/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":160,"Cost":89,"Date":"11/2/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":178,"Cost":159,"Date":"11/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":553,"Cost":364,"Date":"11/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":369,"Cost":343,"Date":"12/1/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":115,"Cost":58,"Date":"12/4/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":764,"Cost":613,"Date":"12/7/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":115,"Cost":69,"Date":"12/18/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":411,"Cost":289,"Date":"12/20/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":501,"Cost":338,"Date":"12/20/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":706,"Cost":481,"Date":"12/21/2019"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":462,"Cost":418,"Date":"1/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":70,"Cost":58,"Date":"2/5/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":505,"Cost":417,"Date":"2/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":469,"Cost":367,"Date":"2/16/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":235,"Cost":126,"Date":"2/18/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":850,"Cost":438,"Date":"2/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":630,"Cost":549,"Date":"2/25/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":46,"Cost":42,"Date":"3/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":509,"Cost":413,"Date":"4/2/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":517,"Cost":345,"Date":"4/3/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":271,"Cost":230,"Date":"4/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":359,"Cost":287,"Date":"4/10/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":190,"Cost":148,"Date":"4/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":634,"Cost":368,"Date":"5/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":18,"Cost":12,"Date":"5/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":898,"Cost":659,"Date":"6/20/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":743,"Cost":615,"Date":"7/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":310,"Cost":269,"Date":"7/4/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":993,"Cost":847,"Date":"7/8/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":855,"Cost":774,"Date":"7/9/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":376,"Cost":313,"Date":"7/14/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":350,"Cost":226,"Date":"7/19/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":815,"Cost":687,"Date":"8/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":397,"Cost":342,"Date":"8/6/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":610,"Cost":356,"Date":"8/7/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":4,"Cost":3,"Date":"8/22/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":249,"Cost":195,"Date":"8/31/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":423,"Cost":342,"Date":"9/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":913,"Cost":792,"Date":"9/1/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":725,"Cost":511,"Date":"9/17/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":268,"Cost":253,"Date":"9/29/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":21,"Cost":14,"Date":"11/7/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":676,"Cost":401,"Date":"11/26/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":868,"Cost":632,"Date":"11/27/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":285,"Cost":159,"Date":"12/5/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":583,"Cost":437,"Date":"12/26/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":693,"Cost":626,"Date":"12/31/2020"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":127,"Cost":75,"Date":"1/20/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":875,"Cost":775,"Date":"2/2/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":696,"Cost":472,"Date":"2/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":659,"Cost":344,"Date":"2/27/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":207,"Cost":167,"Date":"3/1/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":84,"Cost":65,"Date":"3/1/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":671,"Cost":630,"Date":"3/19/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":790,"Cost":616,"Date":"3/28/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":171,"Cost":101,"Date":"5/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":583,"Cost":493,"Date":"7/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":567,"Cost":423,"Date":"8/5/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":230,"Cost":121,"Date":"8/12/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":552,"Cost":398,"Date":"8/21/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":369,"Cost":191,"Date":"8/23/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":872,"Cost":727,"Date":"9/3/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":100,"Cost":65,"Date":"9/5/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":575,"Cost":437,"Date":"10/6/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":410,"Cost":257,"Date":"10/19/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":174,"Cost":124,"Date":"11/15/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":644,"Cost":458,"Date":"12/8/2021"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":557,"Cost":362,"Date":"1/8/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":447,"Cost":250,"Date":"1/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":388,"Cost":232,"Date":"1/19/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":527,"Cost":462,"Date":"1/28/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":103,"Cost":54,"Date":"1/31/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":279,"Cost":215,"Date":"3/27/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":752,"Cost":704,"Date":"4/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":68,"Cost":53,"Date":"4/24/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":951,"Cost":603,"Date":"4/28/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":846,"Cost":660,"Date":"5/15/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":78,"Cost":56,"Date":"5/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":745,"Cost":416,"Date":"5/18/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":686,"Cost":414,"Date":"6/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":537,"Cost":437,"Date":"6/3/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":900,"Cost":704,"Date":"6/5/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":94,"Cost":85,"Date":"6/7/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":972,"Cost":830,"Date":"6/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":78,"Cost":55,"Date":"6/20/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":432,"Cost":278,"Date":"6/24/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":378,"Cost":319,"Date":"7/4/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":371,"Cost":293,"Date":"7/9/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":950,"Cost":733,"Date":"7/12/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":792,"Cost":639,"Date":"8/14/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":487,"Cost":337,"Date":"8/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":359,"Cost":332,"Date":"8/23/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":926,"Cost":617,"Date":"9/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":865,"Cost":758,"Date":"9/3/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":844,"Cost":577,"Date":"9/16/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":540,"Cost":406,"Date":"10/4/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":748,"Cost":591,"Date":"11/1/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":270,"Cost":229,"Date":"11/2/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":216,"Cost":164,"Date":"12/17/2022"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":550,"Cost":478,"Date":"2/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":858,"Cost":671,"Date":"2/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":65,"Cost":41,"Date":"3/4/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":754,"Cost":412,"Date":"3/9/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":19,"Cost":18,"Date":"3/9/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":420,"Cost":381,"Date":"3/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":522,"Cost":342,"Date":"3/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":980,"Cost":884,"Date":"3/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":136,"Cost":115,"Date":"3/23/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":750,"Cost":636,"Date":"4/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":127,"Cost":111,"Date":"5/7/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":654,"Cost":615,"Date":"5/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":811,"Cost":740,"Date":"5/20/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":900,"Cost":623,"Date":"6/2/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":834,"Cost":669,"Date":"6/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":703,"Cost":358,"Date":"6/16/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":232,"Cost":185,"Date":"6/16/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":593,"Cost":366,"Date":"7/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":922,"Cost":616,"Date":"7/11/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":57,"Cost":53,"Date":"8/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":219,"Cost":126,"Date":"8/29/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":268,"Cost":217,"Date":"8/31/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":445,"Cost":275,"Date":"9/8/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":755,"Cost":436,"Date":"9/13/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":447,"Cost":243,"Date":"9/14/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":753,"Cost":695,"Date":"9/19/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":756,"Cost":447,"Date":"9/25/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":406,"Cost":299,"Date":"10/4/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":152,"Cost":106,"Date":"10/10/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":676,"Cost":547,"Date":"10/17/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":299,"Cost":267,"Date":"10/28/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":201,"Cost":181,"Date":"10/30/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":455,"Cost":393,"Date":"11/1/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":118,"Cost":112,"Date":"11/15/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":351,"Cost":194,"Date":"11/25/2023"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":432,"Cost":287,"Date":"1/10/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":692,"Cost":653,"Date":"1/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":623,"Cost":499,"Date":"1/20/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":373,"Cost":322,"Date":"2/8/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":745,"Cost":676,"Date":"2/25/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":167,"Cost":106,"Date":"3/7/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":287,"Cost":176,"Date":"3/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":293,"Cost":196,"Date":"3/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":452,"Cost":303,"Date":"4/5/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":454,"Cost":352,"Date":"4/14/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":178,"Cost":89,"Date":"5/3/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":786,"Cost":434,"Date":"5/9/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":650,"Cost":490,"Date":"5/15/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":433,"Cost":228,"Date":"5/25/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":307,"Cost":232,"Date":"5/26/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":884,"Cost":623,"Date":"5/31/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":145,"Cost":86,"Date":"7/27/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":940,"Cost":782,"Date":"9/17/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":294,"Cost":220,"Date":"10/6/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":899,"Cost":634,"Date":"10/8/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":265,"Cost":150,"Date":"10/26/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":923,"Cost":692,"Date":"11/16/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":235,"Cost":200,"Date":"11/18/2024"},{"Store":"Galeries Royales Saint-Hubert, Brussels","Brand":"COS","Country":"Belgium","Sale":446,"Cost":275,"Date":"12/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":835,"Cost":507,"Date":"2/9/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":829,"Cost":693,"Date":"2/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":130,"Cost":110,"Date":"3/10/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":588,"Cost":527,"Date":"3/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":496,"Cost":345,"Date":"3/18/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":66,"Cost":49,"Date":"3/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":33,"Cost":26,"Date":"3/26/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":976,"Cost":567,"Date":"6/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":64,"Date":"6/10/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":829,"Cost":780,"Date":"6/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":566,"Date":"6/25/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":246,"Cost":200,"Date":"7/19/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":951,"Cost":699,"Date":"7/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":404,"Cost":346,"Date":"7/25/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":676,"Cost":351,"Date":"8/4/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":827,"Cost":650,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":177,"Cost":139,"Date":"9/4/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":511,"Cost":334,"Date":"9/19/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":377,"Date":"9/29/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":598,"Cost":559,"Date":"10/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":844,"Cost":464,"Date":"10/15/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":620,"Date":"10/30/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":258,"Cost":153,"Date":"11/9/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":624,"Cost":318,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":412,"Cost":241,"Date":"11/30/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":778,"Cost":590,"Date":"12/8/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":539,"Cost":419,"Date":"12/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":460,"Cost":302,"Date":"1/15/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":568,"Cost":325,"Date":"1/24/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":764,"Cost":549,"Date":"2/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":961,"Cost":807,"Date":"2/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":32,"Date":"3/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":167,"Cost":93,"Date":"3/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":555,"Date":"4/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":985,"Cost":679,"Date":"5/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":737,"Cost":376,"Date":"5/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":303,"Cost":280,"Date":"6/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":443,"Date":"6/26/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":404,"Cost":227,"Date":"7/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":492,"Cost":288,"Date":"7/13/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":120,"Cost":93,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":63,"Cost":46,"Date":"8/26/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":991,"Cost":596,"Date":"9/2/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":670,"Cost":400,"Date":"9/29/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":532,"Cost":369,"Date":"10/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":769,"Cost":712,"Date":"11/2/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":1000,"Cost":795,"Date":"11/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":778,"Cost":463,"Date":"11/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":668,"Cost":398,"Date":"12/1/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":172,"Cost":138,"Date":"12/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":620,"Cost":507,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":610,"Cost":414,"Date":"12/18/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":793,"Cost":469,"Date":"12/20/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":526,"Cost":484,"Date":"12/20/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":280,"Cost":248,"Date":"12/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":570,"Cost":495,"Date":"1/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":182,"Cost":106,"Date":"2/5/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":950,"Cost":790,"Date":"2/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":150,"Cost":130,"Date":"2/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":499,"Cost":462,"Date":"2/18/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":387,"Date":"2/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":666,"Cost":525,"Date":"2/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":316,"Cost":299,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":182,"Cost":142,"Date":"4/2/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":583,"Cost":334,"Date":"4/3/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":851,"Cost":691,"Date":"4/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":511,"Cost":272,"Date":"4/10/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":979,"Cost":740,"Date":"4/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":320,"Cost":186,"Date":"5/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":817,"Cost":770,"Date":"5/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":512,"Date":"6/20/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":370,"Date":"7/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":569,"Cost":421,"Date":"7/4/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":909,"Cost":664,"Date":"7/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":181,"Date":"7/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":75,"Cost":44,"Date":"7/14/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":699,"Cost":358,"Date":"7/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":468,"Cost":283,"Date":"8/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":797,"Cost":609,"Date":"8/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":969,"Cost":654,"Date":"8/7/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":281,"Cost":234,"Date":"8/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":233,"Date":"8/31/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":845,"Cost":671,"Date":"9/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":599,"Cost":301,"Date":"9/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":313,"Cost":271,"Date":"9/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":609,"Date":"9/29/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":81,"Cost":60,"Date":"11/7/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":294,"Cost":230,"Date":"11/26/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":486,"Cost":301,"Date":"11/27/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":712,"Cost":675,"Date":"12/5/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":682,"Cost":579,"Date":"12/26/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":889,"Cost":714,"Date":"12/31/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":522,"Cost":449,"Date":"1/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":811,"Cost":408,"Date":"2/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":141,"Cost":84,"Date":"2/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":569,"Cost":447,"Date":"2/27/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":270,"Cost":146,"Date":"3/1/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":395,"Cost":339,"Date":"3/1/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":671,"Date":"3/19/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":445,"Cost":376,"Date":"3/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":728,"Cost":675,"Date":"5/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":954,"Cost":541,"Date":"7/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":45,"Cost":29,"Date":"8/5/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":802,"Cost":604,"Date":"8/12/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":619,"Cost":504,"Date":"8/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":184,"Cost":154,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":175,"Cost":110,"Date":"9/3/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":51,"Cost":36,"Date":"9/5/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":211,"Cost":138,"Date":"10/6/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":803,"Cost":423,"Date":"10/19/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":147,"Date":"11/15/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":110,"Cost":83,"Date":"12/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":955,"Cost":631,"Date":"1/8/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":41,"Date":"1/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":179,"Cost":136,"Date":"1/19/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":322,"Date":"1/28/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":897,"Cost":590,"Date":"1/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":201,"Cost":119,"Date":"3/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":7,"Cost":5,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":577,"Cost":316,"Date":"4/24/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":253,"Cost":197,"Date":"4/28/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":726,"Cost":612,"Date":"5/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":477,"Cost":428,"Date":"5/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":665,"Cost":543,"Date":"5/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":544,"Cost":303,"Date":"6/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":762,"Cost":669,"Date":"6/3/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":563,"Cost":494,"Date":"6/5/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":925,"Cost":496,"Date":"6/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":285,"Cost":205,"Date":"6/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":219,"Cost":171,"Date":"6/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":976,"Cost":918,"Date":"6/24/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":465,"Date":"7/4/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":788,"Cost":562,"Date":"7/9/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":716,"Date":"7/12/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":575,"Cost":520,"Date":"8/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":218,"Cost":184,"Date":"8/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":235,"Cost":206,"Date":"8/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":988,"Cost":547,"Date":"9/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":751,"Cost":428,"Date":"9/3/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":853,"Cost":463,"Date":"9/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":549,"Cost":402,"Date":"10/4/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":105,"Cost":67,"Date":"11/1/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":572,"Cost":535,"Date":"11/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":737,"Cost":487,"Date":"12/17/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":323,"Cost":268,"Date":"2/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":668,"Date":"2/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":548,"Cost":276,"Date":"3/4/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":492,"Cost":388,"Date":"3/9/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":885,"Cost":758,"Date":"3/9/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":599,"Cost":452,"Date":"3/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":976,"Cost":527,"Date":"3/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":719,"Cost":402,"Date":"3/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":75,"Date":"3/23/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":269,"Cost":255,"Date":"4/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":26,"Cost":23,"Date":"5/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":530,"Cost":473,"Date":"5/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":816,"Cost":654,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":748,"Cost":418,"Date":"6/2/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":719,"Cost":501,"Date":"6/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":992,"Cost":837,"Date":"6/16/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":796,"Cost":572,"Date":"6/16/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":803,"Cost":525,"Date":"7/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":751,"Cost":516,"Date":"7/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":448,"Cost":270,"Date":"8/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":383,"Cost":317,"Date":"8/29/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":655,"Cost":614,"Date":"8/31/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":480,"Cost":274,"Date":"9/8/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":778,"Cost":570,"Date":"9/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":351,"Cost":329,"Date":"9/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":671,"Cost":341,"Date":"9/19/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":461,"Cost":394,"Date":"9/25/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":763,"Cost":613,"Date":"10/4/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":861,"Cost":713,"Date":"10/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":526,"Cost":333,"Date":"10/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":348,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":271,"Cost":175,"Date":"10/30/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":228,"Cost":114,"Date":"11/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":862,"Cost":694,"Date":"11/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":208,"Date":"11/25/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":148,"Cost":90,"Date":"1/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":173,"Cost":155,"Date":"1/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":994,"Cost":877,"Date":"1/20/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":475,"Cost":278,"Date":"2/8/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":683,"Cost":480,"Date":"2/25/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":558,"Cost":300,"Date":"3/7/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":268,"Cost":208,"Date":"3/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":192,"Cost":106,"Date":"3/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":349,"Cost":254,"Date":"4/5/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":921,"Cost":851,"Date":"4/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":520,"Cost":370,"Date":"5/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":768,"Cost":386,"Date":"5/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":42,"Date":"5/15/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":497,"Cost":472,"Date":"5/25/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":191,"Date":"5/26/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":585,"Cost":409,"Date":"5/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":943,"Cost":587,"Date":"7/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":299,"Cost":224,"Date":"9/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":617,"Cost":386,"Date":"10/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":315,"Cost":250,"Date":"10/8/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":757,"Cost":416,"Date":"10/26/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":774,"Cost":700,"Date":"11/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":535,"Date":"11/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":616,"Cost":311,"Date":"12/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":335,"Cost":262,"Date":"2/9/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":465,"Cost":360,"Date":"2/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":423,"Cost":375,"Date":"3/10/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":446,"Cost":232,"Date":"3/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":184,"Cost":108,"Date":"3/18/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":643,"Cost":441,"Date":"3/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":334,"Cost":184,"Date":"3/26/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":549,"Cost":279,"Date":"6/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":436,"Cost":314,"Date":"6/10/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":8,"Cost":7,"Date":"6/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":890,"Cost":593,"Date":"6/25/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":24,"Cost":22,"Date":"7/19/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":521,"Cost":349,"Date":"7/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":327,"Cost":282,"Date":"7/25/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":243,"Cost":170,"Date":"8/4/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":84,"Cost":59,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":11,"Cost":6,"Date":"9/4/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":201,"Cost":128,"Date":"9/19/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":170,"Cost":143,"Date":"9/29/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":687,"Cost":350,"Date":"10/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":734,"Cost":402,"Date":"10/15/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":564,"Cost":475,"Date":"10/30/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":21,"Cost":16,"Date":"11/9/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":651,"Cost":452,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":783,"Cost":423,"Date":"11/30/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":36,"Cost":23,"Date":"12/8/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":840,"Cost":536,"Date":"12/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":50,"Cost":31,"Date":"1/15/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":843,"Cost":530,"Date":"1/24/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":251,"Cost":197,"Date":"2/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":196,"Cost":186,"Date":"2/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":974,"Cost":667,"Date":"3/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":657,"Cost":424,"Date":"3/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":979,"Cost":539,"Date":"4/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":102,"Cost":60,"Date":"5/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":965,"Cost":527,"Date":"5/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":869,"Cost":512,"Date":"6/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":928,"Cost":807,"Date":"6/26/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":31,"Cost":22,"Date":"7/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":205,"Cost":124,"Date":"7/13/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":301,"Cost":224,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":721,"Cost":580,"Date":"8/26/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":707,"Cost":481,"Date":"9/2/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":555,"Cost":423,"Date":"9/29/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":642,"Cost":561,"Date":"10/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":991,"Cost":509,"Date":"11/2/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":1000,"Cost":589,"Date":"11/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":148,"Cost":113,"Date":"11/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":306,"Cost":283,"Date":"12/1/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":170,"Cost":147,"Date":"12/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":810,"Cost":511,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":812,"Cost":678,"Date":"12/18/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":650,"Cost":613,"Date":"12/20/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":488,"Cost":435,"Date":"12/20/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":73,"Cost":49,"Date":"12/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":566,"Cost":315,"Date":"1/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":168,"Cost":87,"Date":"2/5/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":72,"Cost":63,"Date":"2/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":273,"Cost":229,"Date":"2/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":354,"Cost":315,"Date":"2/18/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":17,"Cost":16,"Date":"2/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":726,"Cost":672,"Date":"2/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":83,"Cost":49,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":233,"Cost":198,"Date":"4/2/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":115,"Cost":90,"Date":"4/3/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":67,"Cost":40,"Date":"4/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":810,"Cost":553,"Date":"4/10/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":401,"Cost":381,"Date":"4/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":309,"Cost":163,"Date":"5/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":120,"Cost":84,"Date":"5/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":78,"Cost":50,"Date":"6/20/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":267,"Cost":173,"Date":"7/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":351,"Cost":291,"Date":"7/4/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":165,"Cost":111,"Date":"7/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":732,"Cost":385,"Date":"7/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":581,"Cost":467,"Date":"7/14/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":924,"Cost":478,"Date":"7/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":331,"Cost":278,"Date":"8/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":686,"Cost":642,"Date":"8/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":22,"Cost":21,"Date":"8/7/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":132,"Cost":82,"Date":"8/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":488,"Cost":450,"Date":"8/31/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":191,"Cost":171,"Date":"9/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":773,"Cost":501,"Date":"9/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":67,"Cost":44,"Date":"9/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":768,"Cost":414,"Date":"9/29/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":702,"Cost":564,"Date":"11/7/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":197,"Cost":137,"Date":"11/26/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":207,"Cost":135,"Date":"11/27/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":58,"Cost":45,"Date":"12/5/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":344,"Cost":286,"Date":"12/26/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":89,"Cost":49,"Date":"12/31/2020"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":185,"Cost":125,"Date":"1/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":826,"Cost":447,"Date":"2/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":423,"Cost":367,"Date":"2/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":560,"Cost":361,"Date":"2/27/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":679,"Cost":407,"Date":"3/1/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":372,"Cost":203,"Date":"3/1/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":478,"Cost":335,"Date":"3/19/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":266,"Cost":190,"Date":"3/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":95,"Cost":80,"Date":"5/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":967,"Cost":517,"Date":"7/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":882,"Cost":838,"Date":"8/5/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":547,"Cost":437,"Date":"8/12/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":901,"Cost":569,"Date":"8/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":541,"Cost":441,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":750,"Cost":674,"Date":"9/3/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":326,"Cost":231,"Date":"9/5/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":897,"Cost":800,"Date":"10/6/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":575,"Cost":333,"Date":"10/19/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":151,"Cost":106,"Date":"11/15/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":361,"Cost":194,"Date":"12/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":474,"Cost":292,"Date":"1/8/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":793,"Cost":439,"Date":"1/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":435,"Cost":314,"Date":"1/19/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":317,"Cost":211,"Date":"1/28/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":941,"Cost":820,"Date":"1/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":210,"Cost":146,"Date":"3/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":754,"Cost":656,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":482,"Cost":405,"Date":"4/24/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":514,"Cost":370,"Date":"4/28/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":925,"Cost":719,"Date":"5/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":222,"Cost":188,"Date":"5/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":597,"Cost":337,"Date":"5/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":400,"Cost":371,"Date":"6/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":195,"Cost":114,"Date":"6/3/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":664,"Cost":547,"Date":"6/5/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":444,"Cost":289,"Date":"6/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":810,"Cost":575,"Date":"6/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":505,"Cost":427,"Date":"6/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":758,"Cost":501,"Date":"6/24/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":280,"Cost":188,"Date":"7/4/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":322,"Cost":221,"Date":"7/9/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":514,"Cost":350,"Date":"7/12/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":347,"Cost":292,"Date":"8/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":990,"Cost":657,"Date":"8/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":871,"Cost":504,"Date":"8/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":175,"Cost":105,"Date":"9/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":738,"Cost":461,"Date":"9/3/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":501,"Cost":265,"Date":"9/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":220,"Cost":199,"Date":"10/4/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":79,"Cost":47,"Date":"11/1/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":241,"Cost":215,"Date":"11/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":236,"Cost":184,"Date":"12/17/2022"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":178,"Cost":125,"Date":"2/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":737,"Cost":616,"Date":"2/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":348,"Cost":208,"Date":"3/4/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":892,"Cost":795,"Date":"3/9/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":227,"Cost":172,"Date":"3/9/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":185,"Cost":141,"Date":"3/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":824,"Cost":526,"Date":"3/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":487,"Cost":365,"Date":"3/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":510,"Cost":332,"Date":"3/23/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":525,"Cost":317,"Date":"4/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":598,"Cost":346,"Date":"5/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":311,"Cost":223,"Date":"5/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":685,"Cost":623,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":418,"Cost":284,"Date":"6/2/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":173,"Cost":161,"Date":"6/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":436,"Cost":368,"Date":"6/16/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":744,"Cost":544,"Date":"6/16/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":426,"Cost":299,"Date":"7/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":508,"Cost":257,"Date":"7/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":438,"Cost":339,"Date":"8/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":760,"Cost":423,"Date":"8/29/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":856,"Cost":601,"Date":"8/31/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":488,"Cost":398,"Date":"9/8/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":27,"Cost":20,"Date":"9/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":543,"Cost":420,"Date":"9/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":763,"Cost":512,"Date":"9/19/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":45,"Cost":37,"Date":"9/25/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":749,"Cost":529,"Date":"10/4/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":681,"Cost":587,"Date":"10/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":351,"Cost":225,"Date":"10/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":922,"Cost":630,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":359,"Cost":337,"Date":"10/30/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":675,"Cost":552,"Date":"11/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":885,"Cost":734,"Date":"11/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":278,"Cost":264,"Date":"11/25/2023"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":4,"Cost":4,"Date":"1/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":517,"Cost":302,"Date":"1/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":16,"Cost":13,"Date":"1/20/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":207,"Cost":137,"Date":"2/8/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":99,"Cost":51,"Date":"2/25/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":810,"Cost":612,"Date":"3/7/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":29,"Cost":23,"Date":"3/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":649,"Cost":464,"Date":"3/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":469,"Cost":373,"Date":"4/5/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":879,"Cost":647,"Date":"4/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":950,"Cost":846,"Date":"5/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":301,"Cost":203,"Date":"5/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":500,"Cost":301,"Date":"5/15/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":285,"Cost":204,"Date":"5/25/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":996,"Cost":686,"Date":"5/26/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":120,"Cost":90,"Date":"5/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":919,"Cost":696,"Date":"7/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":145,"Cost":109,"Date":"9/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":838,"Cost":517,"Date":"10/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":791,"Cost":598,"Date":"10/8/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":121,"Cost":70,"Date":"10/26/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":655,"Cost":365,"Date":"11/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":933,"Cost":676,"Date":"11/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"COS","Country":"Belgium","Sale":869,"Cost":511,"Date":"12/1/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":335,"Cost":288,"Date":"2/9/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":568,"Cost":532,"Date":"2/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":891,"Cost":607,"Date":"3/10/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":661,"Cost":429,"Date":"3/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":655,"Date":"3/18/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":153,"Date":"3/20/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":674,"Cost":507,"Date":"3/26/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":564,"Cost":312,"Date":"6/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":171,"Cost":114,"Date":"6/10/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":468,"Cost":269,"Date":"6/16/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":393,"Cost":240,"Date":"6/25/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":813,"Cost":553,"Date":"7/19/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":745,"Cost":417,"Date":"7/21/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":368,"Cost":270,"Date":"7/25/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":140,"Cost":106,"Date":"8/4/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":421,"Cost":324,"Date":"9/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":195,"Cost":122,"Date":"9/4/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":849,"Cost":590,"Date":"9/19/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":731,"Cost":518,"Date":"9/29/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":509,"Cost":325,"Date":"10/2/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":285,"Cost":189,"Date":"10/15/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":16,"Date":"10/30/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":921,"Cost":687,"Date":"11/9/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":761,"Date":"11/23/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":105,"Cost":62,"Date":"11/30/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":470,"Cost":235,"Date":"12/8/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":197,"Cost":164,"Date":"12/11/2018"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":497,"Cost":253,"Date":"1/15/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":334,"Cost":210,"Date":"1/24/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":879,"Cost":775,"Date":"2/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":813,"Cost":637,"Date":"2/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":536,"Cost":447,"Date":"3/9/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":489,"Date":"3/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":622,"Date":"4/19/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":47,"Cost":38,"Date":"5/3/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":379,"Cost":266,"Date":"5/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":843,"Cost":709,"Date":"6/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":874,"Cost":808,"Date":"6/26/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":791,"Cost":743,"Date":"7/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":667,"Cost":343,"Date":"7/13/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":140,"Cost":87,"Date":"8/8/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":960,"Cost":717,"Date":"8/26/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":328,"Cost":249,"Date":"9/2/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":825,"Cost":684,"Date":"9/29/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":404,"Cost":231,"Date":"10/12/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":955,"Cost":822,"Date":"11/2/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":489,"Cost":266,"Date":"11/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":842,"Cost":439,"Date":"11/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":630,"Cost":492,"Date":"12/1/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":468,"Date":"12/4/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":554,"Cost":383,"Date":"12/7/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":78,"Cost":58,"Date":"12/18/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":881,"Cost":784,"Date":"12/20/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":88,"Cost":67,"Date":"12/20/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":298,"Cost":280,"Date":"12/21/2019"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":732,"Cost":368,"Date":"1/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":162,"Cost":147,"Date":"2/5/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":148,"Cost":136,"Date":"2/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":370,"Cost":279,"Date":"2/16/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":975,"Cost":510,"Date":"2/18/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":344,"Cost":187,"Date":"2/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":956,"Cost":685,"Date":"2/25/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":887,"Cost":702,"Date":"3/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":88,"Cost":81,"Date":"4/2/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":861,"Cost":436,"Date":"4/3/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":131,"Date":"4/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":386,"Cost":230,"Date":"4/10/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":23,"Cost":16,"Date":"4/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":324,"Cost":193,"Date":"5/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":382,"Cost":318,"Date":"5/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":945,"Cost":703,"Date":"6/20/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":372,"Cost":346,"Date":"7/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":998,"Cost":843,"Date":"7/4/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":17,"Cost":11,"Date":"7/8/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":609,"Cost":408,"Date":"7/9/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":759,"Cost":486,"Date":"7/14/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":43,"Cost":32,"Date":"7/19/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":280,"Cost":166,"Date":"8/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":785,"Cost":563,"Date":"8/6/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":823,"Cost":529,"Date":"8/7/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":211,"Date":"8/22/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":695,"Cost":552,"Date":"8/31/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":789,"Cost":409,"Date":"9/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":460,"Cost":416,"Date":"9/1/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":35,"Cost":28,"Date":"9/17/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":351,"Cost":324,"Date":"9/29/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":216,"Cost":136,"Date":"11/7/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":950,"Cost":883,"Date":"11/26/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":554,"Date":"11/27/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":555,"Date":"12/5/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":478,"Cost":317,"Date":"12/26/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":203,"Cost":158,"Date":"12/31/2020"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":117,"Cost":94,"Date":"1/20/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":904,"Cost":580,"Date":"2/2/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":210,"Cost":118,"Date":"2/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":653,"Cost":398,"Date":"2/27/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":229,"Cost":209,"Date":"3/1/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":148,"Cost":103,"Date":"3/1/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":337,"Cost":258,"Date":"3/19/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":438,"Cost":376,"Date":"3/28/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":471,"Cost":357,"Date":"5/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":618,"Cost":555,"Date":"7/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":643,"Cost":398,"Date":"8/5/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":403,"Cost":219,"Date":"8/12/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":40,"Cost":33,"Date":"8/21/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":247,"Cost":177,"Date":"8/23/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":446,"Date":"9/3/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":806,"Cost":529,"Date":"9/5/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":188,"Cost":156,"Date":"10/6/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":659,"Date":"10/19/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":784,"Cost":677,"Date":"11/15/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":270,"Date":"12/8/2021"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":108,"Cost":60,"Date":"1/8/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":154,"Cost":93,"Date":"1/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":157,"Cost":148,"Date":"1/19/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":333,"Cost":304,"Date":"1/28/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":231,"Cost":160,"Date":"1/31/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":60,"Cost":56,"Date":"3/27/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":723,"Cost":420,"Date":"4/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":212,"Cost":147,"Date":"4/24/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":837,"Cost":625,"Date":"4/28/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":761,"Cost":480,"Date":"5/15/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":334,"Cost":294,"Date":"5/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":103,"Date":"5/18/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":916,"Cost":830,"Date":"6/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":130,"Cost":119,"Date":"6/3/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":334,"Cost":248,"Date":"6/5/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":7,"Cost":7,"Date":"6/7/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":966,"Cost":767,"Date":"6/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":467,"Cost":360,"Date":"6/20/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":277,"Cost":249,"Date":"6/24/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":927,"Cost":858,"Date":"7/4/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":93,"Cost":47,"Date":"7/9/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":35,"Cost":18,"Date":"7/12/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":179,"Date":"8/14/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":19,"Cost":12,"Date":"8/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":983,"Cost":596,"Date":"8/23/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":791,"Cost":684,"Date":"9/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":928,"Cost":723,"Date":"9/3/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":559,"Cost":280,"Date":"9/16/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":26,"Date":"10/4/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":904,"Cost":659,"Date":"11/1/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":200,"Cost":116,"Date":"11/2/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":537,"Cost":343,"Date":"12/17/2022"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":528,"Cost":418,"Date":"2/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":692,"Cost":596,"Date":"2/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":565,"Cost":428,"Date":"3/4/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":206,"Cost":148,"Date":"3/9/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":129,"Cost":118,"Date":"3/9/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":633,"Cost":511,"Date":"3/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":417,"Cost":379,"Date":"3/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":48,"Cost":34,"Date":"3/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":946,"Cost":857,"Date":"3/23/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":451,"Cost":320,"Date":"4/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":839,"Cost":504,"Date":"5/7/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":307,"Cost":217,"Date":"5/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":71,"Cost":36,"Date":"5/20/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":995,"Cost":875,"Date":"6/2/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":531,"Cost":447,"Date":"6/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":569,"Cost":288,"Date":"6/16/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":773,"Cost":724,"Date":"6/16/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":840,"Cost":645,"Date":"7/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":186,"Cost":118,"Date":"7/11/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":931,"Cost":672,"Date":"8/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":152,"Cost":97,"Date":"8/29/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":599,"Cost":404,"Date":"8/31/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":754,"Cost":471,"Date":"9/8/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":586,"Cost":526,"Date":"9/13/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":841,"Cost":442,"Date":"9/14/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":226,"Date":"9/19/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":773,"Cost":462,"Date":"9/25/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":330,"Cost":308,"Date":"10/4/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":281,"Cost":209,"Date":"10/10/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":202,"Date":"10/17/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":138,"Date":"10/28/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":935,"Cost":718,"Date":"10/30/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":498,"Date":"11/1/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":615,"Cost":351,"Date":"11/15/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":32,"Cost":29,"Date":"11/25/2023"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":351,"Cost":187,"Date":"1/10/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":509,"Cost":276,"Date":"1/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":937,"Cost":692,"Date":"1/20/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":459,"Cost":396,"Date":"2/8/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":896,"Cost":796,"Date":"2/25/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":375,"Date":"3/7/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":12,"Cost":10,"Date":"3/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":16,"Cost":12,"Date":"3/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":722,"Cost":504,"Date":"4/5/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":935,"Cost":614,"Date":"4/14/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":48,"Cost":42,"Date":"5/3/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":400,"Cost":210,"Date":"5/9/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":891,"Cost":588,"Date":"5/15/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":434,"Cost":385,"Date":"5/25/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":938,"Cost":593,"Date":"5/26/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":297,"Cost":246,"Date":"5/31/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":828,"Cost":457,"Date":"7/27/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":66,"Date":"9/17/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":988,"Cost":844,"Date":"10/6/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":96,"Cost":59,"Date":"10/8/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":797,"Cost":642,"Date":"10/26/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":810,"Cost":476,"Date":"11/16/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":320,"Cost":235,"Date":"11/18/2024"},{"Store":"Westland Shopping, Brussels","Brand":"Sellpy","Country":"Belgium","Sale":244,"Cost":154,"Date":"12/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":952,"Cost":546,"Date":"2/9/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":305,"Cost":205,"Date":"2/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":472,"Cost":392,"Date":"3/10/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":790,"Cost":542,"Date":"3/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":532,"Cost":278,"Date":"3/18/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":160,"Cost":94,"Date":"3/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":252,"Cost":183,"Date":"3/26/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":593,"Cost":475,"Date":"6/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":970,"Cost":654,"Date":"6/10/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":465,"Cost":328,"Date":"6/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":231,"Cost":143,"Date":"6/25/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":108,"Cost":101,"Date":"7/19/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":45,"Cost":41,"Date":"7/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":534,"Cost":279,"Date":"7/25/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":341,"Cost":220,"Date":"8/4/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":747,"Cost":707,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":868,"Cost":672,"Date":"9/4/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":290,"Cost":160,"Date":"9/19/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":816,"Cost":713,"Date":"9/29/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":27,"Cost":16,"Date":"10/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":590,"Cost":480,"Date":"10/15/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":895,"Cost":783,"Date":"10/30/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":171,"Cost":146,"Date":"11/9/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":424,"Cost":308,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":149,"Cost":87,"Date":"11/30/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":839,"Cost":525,"Date":"12/8/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":659,"Cost":470,"Date":"12/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":764,"Cost":609,"Date":"1/15/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":533,"Cost":369,"Date":"1/24/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":249,"Cost":193,"Date":"2/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":379,"Cost":358,"Date":"2/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":995,"Cost":847,"Date":"3/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":579,"Cost":310,"Date":"3/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":339,"Cost":309,"Date":"4/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":243,"Date":"5/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":804,"Cost":588,"Date":"5/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":21,"Cost":15,"Date":"6/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":921,"Cost":617,"Date":"6/26/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":12,"Cost":8,"Date":"7/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":535,"Cost":340,"Date":"7/13/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":449,"Cost":302,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":41,"Cost":34,"Date":"8/26/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":184,"Cost":161,"Date":"9/2/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":756,"Cost":444,"Date":"9/29/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":881,"Cost":557,"Date":"10/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":990,"Cost":755,"Date":"11/2/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":785,"Cost":407,"Date":"11/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":18,"Cost":17,"Date":"11/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":970,"Cost":549,"Date":"12/1/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":313,"Cost":223,"Date":"12/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":131,"Cost":69,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":647,"Cost":327,"Date":"12/18/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":85,"Cost":72,"Date":"12/20/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":26,"Cost":23,"Date":"12/20/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":226,"Cost":174,"Date":"12/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":476,"Cost":377,"Date":"1/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":908,"Cost":718,"Date":"2/5/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":444,"Cost":372,"Date":"2/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":790,"Cost":741,"Date":"2/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":915,"Cost":473,"Date":"2/18/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":756,"Cost":605,"Date":"2/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":6,"Cost":6,"Date":"2/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":668,"Cost":456,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":722,"Cost":485,"Date":"4/2/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":900,"Cost":471,"Date":"4/3/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":577,"Cost":396,"Date":"4/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":23,"Cost":18,"Date":"4/10/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":40,"Date":"4/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":296,"Cost":232,"Date":"5/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":938,"Cost":520,"Date":"5/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":115,"Cost":79,"Date":"6/20/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":92,"Cost":84,"Date":"7/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":286,"Cost":239,"Date":"7/4/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":56,"Cost":44,"Date":"7/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":525,"Cost":357,"Date":"7/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":791,"Cost":568,"Date":"7/14/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":678,"Cost":568,"Date":"7/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":669,"Cost":438,"Date":"8/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":199,"Cost":113,"Date":"8/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":117,"Cost":86,"Date":"8/7/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":746,"Cost":650,"Date":"8/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":803,"Cost":542,"Date":"8/31/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":223,"Date":"9/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":206,"Cost":189,"Date":"9/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":889,"Cost":652,"Date":"9/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":932,"Cost":795,"Date":"9/29/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":867,"Cost":649,"Date":"11/7/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":707,"Cost":519,"Date":"11/26/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":895,"Cost":822,"Date":"11/27/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":744,"Cost":416,"Date":"12/5/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":519,"Cost":379,"Date":"12/26/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":24,"Cost":14,"Date":"12/31/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":411,"Cost":234,"Date":"1/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":711,"Cost":625,"Date":"2/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":149,"Cost":109,"Date":"2/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":354,"Cost":262,"Date":"2/27/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":652,"Cost":521,"Date":"3/1/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":815,"Cost":485,"Date":"3/1/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":92,"Cost":56,"Date":"3/19/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":508,"Cost":259,"Date":"3/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":79,"Cost":53,"Date":"5/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":54,"Date":"7/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":869,"Cost":780,"Date":"8/5/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":991,"Cost":535,"Date":"8/12/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":233,"Cost":213,"Date":"8/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":149,"Cost":103,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":13,"Cost":10,"Date":"9/3/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":119,"Date":"9/5/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":110,"Cost":88,"Date":"10/6/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":492,"Cost":331,"Date":"10/19/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":937,"Cost":761,"Date":"11/15/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":982,"Cost":652,"Date":"12/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":5,"Cost":4,"Date":"1/8/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":98,"Cost":53,"Date":"1/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":564,"Cost":445,"Date":"1/19/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":572,"Cost":536,"Date":"1/28/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":786,"Cost":714,"Date":"1/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":993,"Cost":501,"Date":"3/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":241,"Cost":219,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":717,"Cost":508,"Date":"4/24/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":820,"Cost":467,"Date":"4/28/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":505,"Cost":333,"Date":"5/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":879,"Cost":824,"Date":"5/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":284,"Cost":250,"Date":"5/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":471,"Cost":364,"Date":"6/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":701,"Cost":429,"Date":"6/3/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":180,"Cost":135,"Date":"6/5/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":226,"Cost":132,"Date":"6/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":309,"Cost":292,"Date":"6/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":321,"Cost":187,"Date":"6/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":432,"Cost":360,"Date":"6/24/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":570,"Cost":342,"Date":"7/4/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":655,"Cost":473,"Date":"7/9/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":138,"Cost":111,"Date":"7/12/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":869,"Cost":477,"Date":"8/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":556,"Cost":304,"Date":"8/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":116,"Cost":106,"Date":"8/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":798,"Cost":653,"Date":"9/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":90,"Cost":80,"Date":"9/3/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":214,"Cost":189,"Date":"9/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":431,"Cost":304,"Date":"10/4/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":231,"Cost":140,"Date":"11/1/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":212,"Cost":194,"Date":"11/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":803,"Cost":627,"Date":"12/17/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":776,"Cost":503,"Date":"2/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":890,"Cost":832,"Date":"2/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":910,"Cost":652,"Date":"3/4/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":632,"Cost":366,"Date":"3/9/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":732,"Cost":418,"Date":"3/9/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":881,"Cost":783,"Date":"3/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":765,"Cost":429,"Date":"3/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":664,"Cost":591,"Date":"3/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":858,"Cost":477,"Date":"3/23/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":621,"Cost":344,"Date":"4/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":990,"Cost":595,"Date":"5/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":643,"Cost":548,"Date":"5/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":619,"Cost":498,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":417,"Cost":234,"Date":"6/2/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":638,"Date":"6/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":676,"Cost":353,"Date":"6/16/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":784,"Cost":441,"Date":"6/16/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":447,"Cost":403,"Date":"7/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":530,"Cost":343,"Date":"7/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":18,"Cost":14,"Date":"8/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":377,"Cost":332,"Date":"8/29/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":64,"Cost":45,"Date":"8/31/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":581,"Cost":373,"Date":"9/8/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":189,"Cost":139,"Date":"9/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":648,"Cost":351,"Date":"9/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":270,"Cost":187,"Date":"9/19/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":447,"Cost":371,"Date":"9/25/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":449,"Cost":278,"Date":"10/4/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":951,"Cost":898,"Date":"10/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":398,"Cost":214,"Date":"10/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":115,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":468,"Cost":273,"Date":"10/30/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":430,"Cost":288,"Date":"11/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":898,"Cost":736,"Date":"11/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":860,"Cost":773,"Date":"11/25/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":779,"Cost":427,"Date":"1/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":839,"Cost":796,"Date":"1/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":856,"Cost":727,"Date":"1/20/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":247,"Cost":223,"Date":"2/8/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":949,"Cost":726,"Date":"2/25/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":751,"Cost":707,"Date":"3/7/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":970,"Cost":912,"Date":"3/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":254,"Date":"3/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":684,"Cost":344,"Date":"4/5/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":869,"Cost":457,"Date":"4/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":387,"Cost":306,"Date":"5/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":218,"Cost":132,"Date":"5/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":922,"Cost":542,"Date":"5/15/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":423,"Cost":402,"Date":"5/25/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":994,"Cost":699,"Date":"5/26/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":985,"Cost":677,"Date":"5/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":561,"Cost":333,"Date":"7/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":290,"Cost":198,"Date":"9/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":963,"Cost":712,"Date":"10/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":80,"Cost":70,"Date":"10/8/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":608,"Cost":348,"Date":"10/26/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":121,"Cost":77,"Date":"11/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":411,"Cost":301,"Date":"11/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":698,"Cost":549,"Date":"12/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":715,"Cost":544,"Date":"2/9/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":668,"Cost":548,"Date":"2/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":635,"Cost":533,"Date":"3/10/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":584,"Cost":448,"Date":"3/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":356,"Cost":217,"Date":"3/18/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":703,"Cost":481,"Date":"3/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":975,"Cost":704,"Date":"3/26/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":504,"Cost":340,"Date":"6/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":489,"Cost":376,"Date":"6/10/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":478,"Cost":418,"Date":"6/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":13,"Cost":10,"Date":"6/25/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":18,"Cost":11,"Date":"7/19/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":868,"Cost":629,"Date":"7/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":577,"Cost":438,"Date":"7/25/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":784,"Cost":659,"Date":"8/4/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":434,"Cost":320,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":485,"Cost":327,"Date":"9/4/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":296,"Cost":260,"Date":"9/19/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":879,"Cost":454,"Date":"9/29/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":60,"Cost":35,"Date":"10/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":288,"Cost":148,"Date":"10/15/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":797,"Cost":620,"Date":"10/30/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":629,"Cost":477,"Date":"11/9/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":533,"Cost":328,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":294,"Cost":149,"Date":"11/30/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":901,"Cost":536,"Date":"12/8/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":808,"Cost":601,"Date":"12/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":139,"Cost":104,"Date":"1/15/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":457,"Cost":430,"Date":"1/24/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":857,"Cost":615,"Date":"2/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":484,"Cost":324,"Date":"2/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":452,"Cost":362,"Date":"3/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":28,"Cost":22,"Date":"3/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":373,"Cost":254,"Date":"4/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":649,"Cost":405,"Date":"5/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":601,"Cost":301,"Date":"5/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":45,"Cost":28,"Date":"6/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":344,"Cost":187,"Date":"6/26/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":709,"Cost":444,"Date":"7/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":634,"Cost":527,"Date":"7/13/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":702,"Cost":523,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":47,"Cost":25,"Date":"8/26/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":329,"Cost":169,"Date":"9/2/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":256,"Cost":230,"Date":"9/29/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":669,"Cost":338,"Date":"10/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":328,"Cost":247,"Date":"11/2/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":911,"Cost":793,"Date":"11/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":578,"Cost":538,"Date":"11/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":395,"Cost":343,"Date":"12/1/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":845,"Cost":540,"Date":"12/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":243,"Cost":219,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":196,"Cost":183,"Date":"12/18/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":187,"Cost":142,"Date":"12/20/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":347,"Cost":177,"Date":"12/20/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":768,"Cost":481,"Date":"12/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":850,"Cost":539,"Date":"1/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":519,"Cost":317,"Date":"2/5/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":562,"Cost":314,"Date":"2/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":68,"Cost":60,"Date":"2/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":749,"Cost":707,"Date":"2/18/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":628,"Cost":556,"Date":"2/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":126,"Cost":112,"Date":"2/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":783,"Cost":640,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":65,"Cost":39,"Date":"4/2/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":18,"Cost":14,"Date":"4/3/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":348,"Cost":273,"Date":"4/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":637,"Cost":568,"Date":"4/10/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":914,"Cost":830,"Date":"4/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":527,"Cost":390,"Date":"5/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":197,"Cost":183,"Date":"5/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":237,"Cost":141,"Date":"6/20/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":860,"Cost":607,"Date":"7/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":248,"Cost":220,"Date":"7/4/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":111,"Cost":84,"Date":"7/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":81,"Cost":50,"Date":"7/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":203,"Cost":133,"Date":"7/14/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":594,"Cost":368,"Date":"7/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":531,"Cost":479,"Date":"8/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":131,"Cost":89,"Date":"8/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":356,"Cost":279,"Date":"8/7/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":198,"Cost":163,"Date":"8/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":305,"Date":"8/31/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":120,"Cost":75,"Date":"9/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":119,"Cost":97,"Date":"9/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":612,"Cost":320,"Date":"9/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":195,"Cost":121,"Date":"9/29/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":144,"Cost":122,"Date":"11/7/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":113,"Cost":90,"Date":"11/26/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":847,"Cost":473,"Date":"11/27/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":674,"Cost":588,"Date":"12/5/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":979,"Cost":746,"Date":"12/26/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":28,"Cost":23,"Date":"12/31/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":659,"Cost":510,"Date":"1/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":615,"Cost":495,"Date":"2/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":208,"Cost":162,"Date":"2/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":653,"Cost":486,"Date":"2/27/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":251,"Cost":162,"Date":"3/1/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":920,"Cost":677,"Date":"3/1/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":653,"Cost":343,"Date":"3/19/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":191,"Cost":179,"Date":"3/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":767,"Cost":655,"Date":"5/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":448,"Cost":420,"Date":"7/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":525,"Cost":424,"Date":"8/5/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":486,"Cost":285,"Date":"8/12/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":900,"Cost":829,"Date":"8/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":783,"Cost":514,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":243,"Cost":123,"Date":"9/3/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":824,"Cost":537,"Date":"9/5/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":626,"Cost":545,"Date":"10/6/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":3,"Cost":1,"Date":"10/19/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":769,"Cost":596,"Date":"11/15/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":134,"Cost":124,"Date":"12/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":735,"Date":"1/8/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":966,"Cost":636,"Date":"1/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":318,"Cost":175,"Date":"1/19/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":484,"Cost":282,"Date":"1/28/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":750,"Cost":514,"Date":"1/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":10,"Cost":5,"Date":"3/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":112,"Cost":69,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":291,"Cost":196,"Date":"4/24/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":48,"Cost":43,"Date":"4/28/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":326,"Cost":211,"Date":"5/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":968,"Cost":685,"Date":"5/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":491,"Cost":394,"Date":"5/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":802,"Cost":433,"Date":"6/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":562,"Cost":451,"Date":"6/3/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":771,"Cost":633,"Date":"6/5/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":57,"Cost":46,"Date":"6/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":247,"Cost":230,"Date":"6/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":327,"Date":"6/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":798,"Cost":754,"Date":"6/24/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":9,"Cost":5,"Date":"7/4/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":75,"Cost":55,"Date":"7/9/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":47,"Cost":33,"Date":"7/12/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":354,"Cost":296,"Date":"8/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":65,"Cost":36,"Date":"8/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":871,"Cost":795,"Date":"8/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":630,"Cost":503,"Date":"9/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":411,"Cost":262,"Date":"9/3/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":183,"Cost":158,"Date":"9/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":106,"Cost":85,"Date":"10/4/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":885,"Cost":763,"Date":"11/1/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":234,"Date":"11/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":720,"Cost":620,"Date":"12/17/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":479,"Cost":422,"Date":"2/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":790,"Cost":448,"Date":"2/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":822,"Cost":477,"Date":"3/4/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":707,"Cost":489,"Date":"3/9/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":352,"Cost":323,"Date":"3/9/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":887,"Cost":605,"Date":"3/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":779,"Cost":648,"Date":"3/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":818,"Cost":476,"Date":"3/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":980,"Cost":515,"Date":"3/23/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":56,"Cost":51,"Date":"4/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":497,"Cost":383,"Date":"5/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":408,"Cost":295,"Date":"5/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":587,"Cost":468,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":453,"Date":"6/2/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":243,"Cost":165,"Date":"6/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":254,"Cost":177,"Date":"6/16/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":961,"Cost":711,"Date":"6/16/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":135,"Cost":100,"Date":"7/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":568,"Cost":433,"Date":"7/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":514,"Cost":328,"Date":"8/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":648,"Cost":421,"Date":"8/29/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":764,"Cost":468,"Date":"8/31/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":821,"Cost":482,"Date":"9/8/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":49,"Cost":46,"Date":"9/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":139,"Cost":103,"Date":"9/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":926,"Cost":504,"Date":"9/19/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":180,"Cost":101,"Date":"9/25/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":181,"Cost":134,"Date":"10/4/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":177,"Cost":166,"Date":"10/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":544,"Date":"10/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":477,"Cost":301,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":419,"Cost":247,"Date":"10/30/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":794,"Cost":663,"Date":"11/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":557,"Cost":480,"Date":"11/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":979,"Cost":817,"Date":"11/25/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":293,"Cost":269,"Date":"1/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":106,"Cost":81,"Date":"1/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":735,"Cost":556,"Date":"1/20/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":620,"Cost":562,"Date":"2/8/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":720,"Date":"2/25/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":917,"Cost":706,"Date":"3/7/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":773,"Cost":731,"Date":"3/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":953,"Cost":718,"Date":"3/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":73,"Cost":51,"Date":"4/5/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":170,"Cost":113,"Date":"4/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":296,"Cost":150,"Date":"5/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":551,"Cost":499,"Date":"5/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":222,"Cost":150,"Date":"5/15/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":817,"Cost":485,"Date":"5/25/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":389,"Cost":203,"Date":"5/26/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":470,"Cost":404,"Date":"5/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":140,"Cost":119,"Date":"7/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":642,"Date":"9/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":454,"Cost":298,"Date":"10/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":847,"Cost":518,"Date":"10/8/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":676,"Cost":410,"Date":"10/26/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":426,"Cost":389,"Date":"11/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":596,"Cost":299,"Date":"11/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"Nova","Country":"Belgium","Sale":539,"Cost":352,"Date":"12/1/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":655,"Cost":561,"Date":"2/9/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":112,"Cost":77,"Date":"2/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":513,"Cost":416,"Date":"3/10/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":895,"Cost":676,"Date":"3/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":304,"Cost":166,"Date":"3/18/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":858,"Cost":714,"Date":"3/20/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":757,"Cost":551,"Date":"3/26/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":704,"Cost":666,"Date":"6/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":584,"Cost":543,"Date":"6/10/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":625,"Cost":467,"Date":"6/16/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":272,"Cost":196,"Date":"6/25/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":877,"Cost":774,"Date":"7/19/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":925,"Cost":690,"Date":"7/21/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":381,"Cost":294,"Date":"7/25/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":110,"Cost":65,"Date":"8/4/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":177,"Cost":159,"Date":"9/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":662,"Cost":352,"Date":"9/4/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":807,"Cost":404,"Date":"9/19/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":343,"Cost":277,"Date":"9/29/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":25,"Cost":23,"Date":"10/2/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":904,"Cost":807,"Date":"10/15/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":245,"Cost":147,"Date":"10/30/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":293,"Cost":178,"Date":"11/9/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":741,"Cost":500,"Date":"11/23/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":432,"Cost":226,"Date":"11/30/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":328,"Cost":214,"Date":"12/8/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":433,"Cost":243,"Date":"12/11/2018"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":16,"Cost":12,"Date":"1/15/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":71,"Cost":53,"Date":"1/24/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":219,"Cost":138,"Date":"2/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":307,"Cost":270,"Date":"2/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":19,"Cost":14,"Date":"3/9/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":526,"Cost":422,"Date":"3/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":85,"Cost":54,"Date":"4/19/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":6,"Cost":3,"Date":"5/3/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":44,"Cost":26,"Date":"5/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":649,"Cost":332,"Date":"6/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":734,"Cost":539,"Date":"6/26/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":887,"Cost":780,"Date":"7/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":671,"Cost":637,"Date":"7/13/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":725,"Cost":581,"Date":"8/8/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":390,"Cost":293,"Date":"8/26/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":3,"Cost":2,"Date":"9/2/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":734,"Cost":681,"Date":"9/29/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":617,"Cost":334,"Date":"10/12/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":145,"Cost":80,"Date":"11/2/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":681,"Cost":532,"Date":"11/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":730,"Cost":525,"Date":"11/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":631,"Cost":384,"Date":"12/1/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":823,"Cost":642,"Date":"12/4/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":493,"Cost":305,"Date":"12/7/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":1,"Cost":1,"Date":"12/18/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":482,"Cost":387,"Date":"12/20/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":4,"Cost":2,"Date":"12/20/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":770,"Cost":671,"Date":"12/21/2019"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":513,"Cost":354,"Date":"1/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":119,"Cost":109,"Date":"2/5/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":688,"Cost":506,"Date":"2/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":564,"Cost":516,"Date":"2/16/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":868,"Cost":435,"Date":"2/18/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":50,"Cost":46,"Date":"2/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":719,"Cost":441,"Date":"2/25/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":610,"Cost":419,"Date":"3/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":527,"Cost":466,"Date":"4/2/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":774,"Cost":603,"Date":"4/3/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":222,"Cost":121,"Date":"4/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":710,"Cost":592,"Date":"4/10/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":370,"Cost":290,"Date":"4/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":875,"Cost":590,"Date":"5/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":564,"Cost":471,"Date":"5/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":739,"Cost":684,"Date":"6/20/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":597,"Cost":421,"Date":"7/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":217,"Cost":113,"Date":"7/4/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":852,"Cost":470,"Date":"7/8/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":292,"Cost":161,"Date":"7/9/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":960,"Cost":731,"Date":"7/14/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":206,"Cost":118,"Date":"7/19/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":171,"Cost":136,"Date":"8/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":960,"Cost":656,"Date":"8/6/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":780,"Cost":733,"Date":"8/7/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":816,"Cost":429,"Date":"8/22/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":946,"Cost":530,"Date":"8/31/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":335,"Cost":291,"Date":"9/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":258,"Cost":129,"Date":"9/1/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":560,"Cost":290,"Date":"9/17/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":623,"Cost":571,"Date":"9/29/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":573,"Cost":478,"Date":"11/7/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":628,"Cost":329,"Date":"11/26/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":268,"Cost":206,"Date":"11/27/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":159,"Cost":120,"Date":"12/5/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":992,"Cost":774,"Date":"12/26/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":289,"Cost":190,"Date":"12/31/2020"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":242,"Cost":204,"Date":"1/20/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":565,"Cost":405,"Date":"2/2/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":986,"Cost":637,"Date":"2/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":678,"Cost":348,"Date":"2/27/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":25,"Cost":16,"Date":"3/1/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":302,"Cost":277,"Date":"3/1/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":755,"Cost":565,"Date":"3/19/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":363,"Cost":296,"Date":"3/28/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":872,"Cost":769,"Date":"5/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":969,"Cost":598,"Date":"7/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":824,"Cost":594,"Date":"8/5/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":681,"Cost":552,"Date":"8/12/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":292,"Cost":262,"Date":"8/21/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":286,"Cost":151,"Date":"8/23/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":597,"Cost":369,"Date":"9/3/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":633,"Cost":503,"Date":"9/5/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":532,"Cost":491,"Date":"10/6/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":467,"Cost":442,"Date":"10/19/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":843,"Cost":542,"Date":"11/15/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":489,"Cost":296,"Date":"12/8/2021"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":609,"Cost":396,"Date":"1/8/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":268,"Cost":195,"Date":"1/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":785,"Cost":599,"Date":"1/19/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":502,"Cost":353,"Date":"1/28/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":383,"Cost":235,"Date":"1/31/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":917,"Cost":652,"Date":"3/27/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":74,"Cost":55,"Date":"4/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":291,"Cost":247,"Date":"4/24/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":535,"Cost":420,"Date":"4/28/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":603,"Cost":320,"Date":"5/15/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":147,"Cost":81,"Date":"5/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":267,"Cost":204,"Date":"5/18/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":735,"Cost":395,"Date":"6/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":123,"Cost":77,"Date":"6/3/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":902,"Cost":782,"Date":"6/5/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":407,"Cost":237,"Date":"6/7/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":785,"Cost":676,"Date":"6/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":127,"Cost":90,"Date":"6/20/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":761,"Cost":647,"Date":"6/24/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":229,"Cost":214,"Date":"7/4/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":981,"Cost":760,"Date":"7/9/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":119,"Cost":73,"Date":"7/12/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":214,"Cost":126,"Date":"8/14/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":41,"Cost":27,"Date":"8/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":318,"Cost":159,"Date":"8/23/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":250,"Cost":156,"Date":"9/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":951,"Cost":812,"Date":"9/3/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":760,"Cost":512,"Date":"9/16/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":662,"Cost":459,"Date":"10/4/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":380,"Cost":206,"Date":"11/1/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":279,"Cost":180,"Date":"11/2/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":285,"Cost":168,"Date":"12/17/2022"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":550,"Cost":373,"Date":"2/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":878,"Cost":658,"Date":"2/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":140,"Cost":131,"Date":"3/4/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":935,"Cost":825,"Date":"3/9/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":999,"Cost":586,"Date":"3/9/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":399,"Cost":200,"Date":"3/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":683,"Cost":447,"Date":"3/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":71,"Cost":38,"Date":"3/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":12,"Cost":9,"Date":"3/23/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":603,"Cost":438,"Date":"4/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":771,"Cost":713,"Date":"5/7/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":437,"Cost":307,"Date":"5/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":494,"Cost":302,"Date":"5/20/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":526,"Cost":456,"Date":"6/2/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":376,"Cost":215,"Date":"6/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":293,"Cost":259,"Date":"6/16/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":234,"Cost":173,"Date":"6/16/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":155,"Cost":86,"Date":"7/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":367,"Cost":270,"Date":"7/11/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":817,"Cost":446,"Date":"8/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":611,"Cost":510,"Date":"8/29/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":905,"Cost":696,"Date":"8/31/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":36,"Cost":27,"Date":"9/8/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":571,"Cost":320,"Date":"9/13/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":332,"Cost":218,"Date":"9/14/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":444,"Cost":300,"Date":"9/19/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":196,"Cost":174,"Date":"9/25/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":465,"Cost":299,"Date":"10/4/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":940,"Cost":782,"Date":"10/10/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":30,"Cost":16,"Date":"10/17/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":856,"Cost":654,"Date":"10/28/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":650,"Cost":450,"Date":"10/30/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":265,"Cost":184,"Date":"11/1/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":168,"Cost":119,"Date":"11/15/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":325,"Cost":308,"Date":"11/25/2023"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":301,"Cost":203,"Date":"1/10/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":610,"Cost":565,"Date":"1/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":494,"Cost":247,"Date":"1/20/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":336,"Cost":197,"Date":"2/8/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":825,"Cost":429,"Date":"2/25/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":379,"Cost":230,"Date":"3/7/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":986,"Cost":725,"Date":"3/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":800,"Cost":566,"Date":"3/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":612,"Cost":510,"Date":"4/5/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":328,"Cost":255,"Date":"4/14/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":653,"Cost":465,"Date":"5/3/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":432,"Cost":342,"Date":"5/9/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":917,"Cost":808,"Date":"5/15/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":503,"Cost":456,"Date":"5/25/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":782,"Cost":435,"Date":"5/26/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":67,"Cost":45,"Date":"5/31/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":762,"Cost":527,"Date":"7/27/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":711,"Cost":518,"Date":"9/17/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":542,"Cost":466,"Date":"10/6/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":304,"Cost":269,"Date":"10/8/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":95,"Cost":69,"Date":"10/26/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":789,"Cost":594,"Date":"11/16/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":599,"Cost":365,"Date":"11/18/2024"},{"Store":"Docks Bruxsel, Brussels","Brand":"HM","Country":"Belgium","Sale":806,"Cost":582,"Date":"12/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":255,"Cost":135,"Date":"2/9/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":512,"Cost":350,"Date":"2/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":324,"Cost":214,"Date":"3/10/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":87,"Cost":74,"Date":"3/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":915,"Cost":803,"Date":"3/18/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":192,"Cost":126,"Date":"3/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":716,"Cost":464,"Date":"3/26/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":824,"Cost":535,"Date":"6/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":282,"Date":"6/10/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":155,"Date":"6/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":744,"Cost":473,"Date":"6/25/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":645,"Cost":574,"Date":"7/19/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":28,"Cost":26,"Date":"7/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":271,"Cost":150,"Date":"7/25/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":436,"Cost":334,"Date":"8/4/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":634,"Cost":503,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":745,"Cost":577,"Date":"9/4/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":204,"Cost":144,"Date":"9/19/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":788,"Cost":720,"Date":"9/29/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":6,"Cost":5,"Date":"10/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":777,"Cost":734,"Date":"10/15/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":98,"Date":"10/30/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":971,"Cost":832,"Date":"11/9/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":969,"Cost":706,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":304,"Cost":152,"Date":"11/30/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":418,"Cost":346,"Date":"12/8/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":983,"Cost":577,"Date":"12/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":189,"Cost":164,"Date":"1/15/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":77,"Cost":52,"Date":"1/24/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":385,"Date":"2/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":763,"Cost":479,"Date":"2/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":106,"Cost":71,"Date":"3/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":265,"Cost":228,"Date":"3/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":528,"Cost":279,"Date":"4/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":955,"Cost":527,"Date":"5/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":360,"Date":"5/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":827,"Cost":477,"Date":"6/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":424,"Cost":338,"Date":"6/26/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":655,"Date":"7/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":97,"Date":"7/13/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":545,"Cost":341,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":396,"Cost":325,"Date":"8/26/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":59,"Cost":32,"Date":"9/2/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":134,"Date":"9/29/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":243,"Cost":159,"Date":"10/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":640,"Cost":428,"Date":"11/2/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":391,"Cost":339,"Date":"11/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":321,"Cost":253,"Date":"11/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":772,"Cost":668,"Date":"12/1/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":925,"Cost":627,"Date":"12/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":254,"Cost":199,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":128,"Cost":84,"Date":"12/18/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":512,"Date":"12/20/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":996,"Cost":791,"Date":"12/20/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":342,"Cost":222,"Date":"12/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":3,"Cost":2,"Date":"1/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":394,"Cost":250,"Date":"2/5/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":142,"Cost":104,"Date":"2/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":594,"Cost":518,"Date":"2/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":972,"Cost":872,"Date":"2/18/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":184,"Cost":119,"Date":"2/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":726,"Cost":688,"Date":"2/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":316,"Cost":228,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":298,"Cost":210,"Date":"4/2/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":148,"Cost":133,"Date":"4/3/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":647,"Cost":583,"Date":"4/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":671,"Cost":425,"Date":"4/10/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":211,"Date":"4/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":144,"Date":"5/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":61,"Cost":49,"Date":"5/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":425,"Date":"6/20/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":64,"Date":"7/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":645,"Cost":589,"Date":"7/4/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":770,"Date":"7/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":200,"Date":"7/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":463,"Cost":308,"Date":"7/14/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":827,"Cost":475,"Date":"7/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":370,"Cost":336,"Date":"8/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":109,"Cost":59,"Date":"8/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":244,"Cost":161,"Date":"8/7/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":106,"Cost":90,"Date":"8/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":310,"Date":"8/31/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":85,"Date":"9/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":15,"Cost":13,"Date":"9/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":890,"Cost":805,"Date":"9/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":289,"Date":"9/29/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":570,"Date":"11/7/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":629,"Date":"11/26/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":762,"Cost":702,"Date":"11/27/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":326,"Date":"12/5/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":374,"Cost":295,"Date":"12/26/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":214,"Cost":162,"Date":"12/31/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":332,"Cost":283,"Date":"1/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":461,"Date":"2/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":476,"Cost":252,"Date":"2/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":324,"Cost":250,"Date":"2/27/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":379,"Cost":309,"Date":"3/1/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":455,"Date":"3/1/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":624,"Date":"3/19/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":141,"Cost":118,"Date":"3/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":252,"Date":"5/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":621,"Date":"7/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":565,"Cost":400,"Date":"8/5/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":406,"Cost":229,"Date":"8/12/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":253,"Cost":155,"Date":"8/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":143,"Cost":114,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":496,"Cost":336,"Date":"9/3/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":473,"Cost":366,"Date":"9/5/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":248,"Cost":201,"Date":"10/6/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":540,"Cost":336,"Date":"10/19/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":371,"Date":"11/15/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":261,"Cost":152,"Date":"12/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":841,"Cost":731,"Date":"1/8/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":162,"Cost":151,"Date":"1/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":159,"Cost":90,"Date":"1/19/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":487,"Date":"1/28/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":866,"Cost":533,"Date":"1/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":614,"Cost":400,"Date":"3/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":904,"Cost":467,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":127,"Cost":89,"Date":"4/24/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":757,"Date":"4/28/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":937,"Cost":692,"Date":"5/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":701,"Cost":528,"Date":"5/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":862,"Cost":792,"Date":"5/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":89,"Cost":60,"Date":"6/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":716,"Cost":541,"Date":"6/3/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":261,"Cost":192,"Date":"6/5/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":474,"Cost":332,"Date":"6/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":515,"Cost":424,"Date":"6/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":775,"Cost":695,"Date":"6/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":571,"Date":"6/24/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":672,"Cost":400,"Date":"7/4/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":122,"Cost":97,"Date":"7/9/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":8,"Date":"7/12/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":619,"Cost":520,"Date":"8/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":785,"Cost":449,"Date":"8/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":716,"Date":"8/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":498,"Cost":305,"Date":"9/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":518,"Cost":349,"Date":"9/3/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":861,"Cost":708,"Date":"9/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":360,"Date":"10/4/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":232,"Cost":127,"Date":"11/1/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":701,"Cost":536,"Date":"11/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":671,"Cost":633,"Date":"12/17/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":112,"Date":"2/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":559,"Cost":471,"Date":"2/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":557,"Cost":486,"Date":"3/4/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":901,"Cost":815,"Date":"3/9/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":348,"Cost":320,"Date":"3/9/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":221,"Cost":113,"Date":"3/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":449,"Date":"3/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":350,"Cost":283,"Date":"3/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":888,"Cost":769,"Date":"3/23/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":282,"Cost":152,"Date":"4/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":174,"Cost":155,"Date":"5/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":901,"Cost":713,"Date":"5/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":39,"Cost":32,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":231,"Cost":133,"Date":"6/2/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":593,"Cost":392,"Date":"6/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":737,"Cost":440,"Date":"6/16/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":521,"Cost":478,"Date":"6/16/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":712,"Cost":545,"Date":"7/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":339,"Cost":233,"Date":"7/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":591,"Cost":362,"Date":"8/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":301,"Date":"8/29/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":947,"Cost":681,"Date":"8/31/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":486,"Date":"9/8/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":473,"Cost":436,"Date":"9/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":71,"Cost":62,"Date":"9/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":91,"Cost":68,"Date":"9/19/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":292,"Date":"9/25/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":228,"Date":"10/4/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":846,"Cost":778,"Date":"10/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":550,"Cost":332,"Date":"10/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":258,"Cost":181,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":233,"Date":"10/30/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":562,"Cost":463,"Date":"11/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":718,"Cost":629,"Date":"11/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":12,"Cost":6,"Date":"11/25/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":437,"Date":"1/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":247,"Cost":224,"Date":"1/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":713,"Cost":587,"Date":"1/20/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":20,"Cost":14,"Date":"2/8/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":402,"Cost":270,"Date":"2/25/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":392,"Cost":326,"Date":"3/7/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":399,"Cost":289,"Date":"3/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":322,"Cost":297,"Date":"3/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":444,"Date":"4/5/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":725,"Cost":409,"Date":"4/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":332,"Cost":300,"Date":"5/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":301,"Cost":197,"Date":"5/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":78,"Cost":44,"Date":"5/15/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":230,"Cost":168,"Date":"5/25/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":400,"Cost":258,"Date":"5/26/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":892,"Cost":676,"Date":"5/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":209,"Cost":109,"Date":"7/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":253,"Cost":227,"Date":"9/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":562,"Cost":312,"Date":"10/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":373,"Cost":324,"Date":"10/8/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":720,"Cost":396,"Date":"10/26/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":975,"Cost":822,"Date":"11/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":300,"Cost":231,"Date":"11/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":893,"Cost":691,"Date":"12/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":426,"Cost":327,"Date":"2/9/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":455,"Cost":364,"Date":"2/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":210,"Cost":183,"Date":"3/10/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":621,"Cost":404,"Date":"3/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":743,"Cost":588,"Date":"3/18/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":591,"Cost":321,"Date":"3/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":516,"Cost":431,"Date":"3/26/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":759,"Cost":581,"Date":"6/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":733,"Cost":571,"Date":"6/10/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":288,"Cost":234,"Date":"6/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":409,"Cost":204,"Date":"6/25/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":785,"Cost":742,"Date":"7/19/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":359,"Cost":207,"Date":"7/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":846,"Cost":501,"Date":"7/25/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":831,"Cost":554,"Date":"8/4/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":621,"Cost":527,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":339,"Cost":211,"Date":"9/4/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":841,"Cost":447,"Date":"9/19/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":791,"Cost":659,"Date":"9/29/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":621,"Cost":394,"Date":"10/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":973,"Cost":854,"Date":"10/15/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":679,"Cost":384,"Date":"10/30/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":727,"Cost":400,"Date":"11/9/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":295,"Cost":182,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":243,"Cost":163,"Date":"11/30/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":635,"Cost":331,"Date":"12/8/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":639,"Cost":427,"Date":"12/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":805,"Cost":644,"Date":"1/15/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":868,"Cost":464,"Date":"1/24/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":808,"Cost":619,"Date":"2/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":295,"Cost":242,"Date":"2/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":410,"Cost":372,"Date":"3/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":942,"Cost":765,"Date":"3/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":668,"Cost":611,"Date":"4/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":78,"Cost":48,"Date":"5/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":278,"Cost":189,"Date":"5/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":743,"Cost":450,"Date":"6/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":404,"Cost":384,"Date":"6/26/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":778,"Cost":438,"Date":"7/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":53,"Cost":46,"Date":"7/13/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":585,"Cost":540,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":376,"Cost":246,"Date":"8/26/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":458,"Cost":424,"Date":"9/2/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":608,"Cost":378,"Date":"9/29/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":579,"Cost":400,"Date":"10/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":908,"Cost":740,"Date":"11/2/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":456,"Cost":428,"Date":"11/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":452,"Cost":366,"Date":"11/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":49,"Cost":31,"Date":"12/1/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":132,"Cost":72,"Date":"12/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":29,"Cost":14,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":817,"Cost":413,"Date":"12/18/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":336,"Cost":313,"Date":"12/20/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":466,"Cost":291,"Date":"12/20/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":11,"Cost":8,"Date":"12/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":74,"Cost":66,"Date":"1/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":182,"Cost":150,"Date":"2/5/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":960,"Cost":595,"Date":"2/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":80,"Cost":48,"Date":"2/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":585,"Cost":336,"Date":"2/18/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":245,"Cost":187,"Date":"2/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":521,"Cost":274,"Date":"2/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":463,"Cost":350,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":768,"Cost":513,"Date":"4/2/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":593,"Cost":375,"Date":"4/3/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":300,"Cost":254,"Date":"4/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":167,"Cost":119,"Date":"4/10/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":342,"Cost":278,"Date":"4/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":42,"Cost":21,"Date":"5/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":854,"Cost":512,"Date":"5/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":745,"Cost":436,"Date":"6/20/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":301,"Cost":158,"Date":"7/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":591,"Cost":509,"Date":"7/4/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":359,"Cost":236,"Date":"7/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":461,"Cost":358,"Date":"7/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":798,"Cost":505,"Date":"7/14/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":352,"Cost":212,"Date":"7/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":398,"Cost":258,"Date":"8/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":879,"Cost":780,"Date":"8/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":11,"Cost":10,"Date":"8/7/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":868,"Cost":537,"Date":"8/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":624,"Cost":521,"Date":"8/31/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":851,"Cost":801,"Date":"9/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":179,"Cost":139,"Date":"9/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":923,"Cost":739,"Date":"9/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":517,"Cost":415,"Date":"9/29/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":625,"Cost":504,"Date":"11/7/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":807,"Cost":567,"Date":"11/26/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":167,"Cost":108,"Date":"11/27/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":331,"Cost":266,"Date":"12/5/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":10,"Cost":7,"Date":"12/26/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":60,"Cost":46,"Date":"12/31/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":892,"Cost":625,"Date":"1/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":512,"Cost":322,"Date":"2/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":65,"Cost":47,"Date":"2/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":857,"Cost":542,"Date":"2/27/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":565,"Cost":303,"Date":"3/1/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":785,"Cost":654,"Date":"3/1/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":338,"Cost":266,"Date":"3/19/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":544,"Cost":415,"Date":"3/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":714,"Cost":407,"Date":"5/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":181,"Cost":94,"Date":"7/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":691,"Cost":404,"Date":"8/5/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":108,"Cost":60,"Date":"8/12/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":66,"Cost":57,"Date":"8/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":533,"Cost":354,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":394,"Cost":350,"Date":"9/3/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":152,"Cost":124,"Date":"9/5/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":492,"Cost":346,"Date":"10/6/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":205,"Cost":154,"Date":"10/19/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":905,"Cost":798,"Date":"11/15/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":288,"Cost":160,"Date":"12/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":304,"Cost":174,"Date":"1/8/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":672,"Cost":432,"Date":"1/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":487,"Cost":424,"Date":"1/19/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":222,"Cost":163,"Date":"1/28/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":504,"Cost":274,"Date":"1/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":841,"Cost":601,"Date":"3/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":538,"Cost":380,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":909,"Cost":725,"Date":"4/24/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":143,"Cost":134,"Date":"4/28/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":113,"Cost":69,"Date":"5/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":1000,"Cost":504,"Date":"5/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":316,"Cost":263,"Date":"5/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":385,"Cost":198,"Date":"6/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":406,"Cost":362,"Date":"6/3/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":907,"Cost":535,"Date":"6/5/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":33,"Cost":26,"Date":"6/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":640,"Cost":481,"Date":"6/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":752,"Cost":566,"Date":"6/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":121,"Cost":81,"Date":"6/24/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":650,"Cost":559,"Date":"7/4/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":624,"Cost":499,"Date":"7/9/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":797,"Cost":419,"Date":"7/12/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":228,"Cost":132,"Date":"8/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":662,"Cost":462,"Date":"8/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":310,"Cost":273,"Date":"8/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":346,"Cost":229,"Date":"9/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":943,"Cost":788,"Date":"9/3/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":188,"Cost":149,"Date":"9/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":151,"Cost":118,"Date":"10/4/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":12,"Cost":6,"Date":"11/1/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":803,"Cost":506,"Date":"11/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":628,"Cost":348,"Date":"12/17/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":989,"Cost":738,"Date":"2/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":42,"Cost":27,"Date":"2/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":695,"Cost":591,"Date":"3/4/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":383,"Cost":335,"Date":"3/9/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":443,"Cost":237,"Date":"3/9/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":51,"Cost":29,"Date":"3/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":631,"Cost":582,"Date":"3/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":966,"Cost":523,"Date":"3/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":528,"Cost":319,"Date":"3/23/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":472,"Cost":386,"Date":"4/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":863,"Cost":761,"Date":"5/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":65,"Cost":38,"Date":"5/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":384,"Cost":302,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":167,"Cost":148,"Date":"6/2/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":24,"Cost":21,"Date":"6/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":790,"Cost":530,"Date":"6/16/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":776,"Cost":415,"Date":"6/16/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":512,"Cost":350,"Date":"7/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":316,"Cost":228,"Date":"7/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":511,"Cost":468,"Date":"8/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":298,"Cost":225,"Date":"8/29/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":49,"Cost":42,"Date":"8/31/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":149,"Cost":126,"Date":"9/8/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":933,"Cost":614,"Date":"9/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":314,"Cost":187,"Date":"9/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":317,"Cost":296,"Date":"9/19/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":742,"Cost":634,"Date":"9/25/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":681,"Cost":393,"Date":"10/4/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":765,"Cost":698,"Date":"10/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":792,"Cost":484,"Date":"10/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":686,"Cost":426,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":190,"Cost":137,"Date":"10/30/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":636,"Cost":569,"Date":"11/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":524,"Cost":299,"Date":"11/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":994,"Cost":609,"Date":"11/25/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":864,"Cost":631,"Date":"1/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":737,"Cost":651,"Date":"1/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":291,"Cost":275,"Date":"1/20/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":991,"Cost":630,"Date":"2/8/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":575,"Cost":426,"Date":"2/25/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":21,"Cost":15,"Date":"3/7/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":808,"Cost":455,"Date":"3/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":447,"Cost":333,"Date":"3/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":683,"Cost":376,"Date":"4/5/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":850,"Cost":682,"Date":"4/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":711,"Cost":507,"Date":"5/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":983,"Cost":912,"Date":"5/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":918,"Cost":849,"Date":"5/15/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":450,"Cost":348,"Date":"5/25/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":709,"Cost":480,"Date":"5/26/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":332,"Cost":299,"Date":"5/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":350,"Cost":296,"Date":"7/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":238,"Cost":180,"Date":"9/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":999,"Cost":887,"Date":"10/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":184,"Cost":147,"Date":"10/8/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":872,"Cost":481,"Date":"10/26/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":450,"Cost":380,"Date":"11/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":999,"Cost":902,"Date":"11/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"HM","Country":"Belgium","Sale":472,"Cost":389,"Date":"12/1/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":885,"Cost":492,"Date":"2/9/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":506,"Cost":338,"Date":"2/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":269,"Cost":221,"Date":"3/10/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":902,"Cost":737,"Date":"3/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":486,"Cost":252,"Date":"3/18/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":61,"Cost":33,"Date":"3/20/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":608,"Cost":537,"Date":"3/26/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":165,"Cost":107,"Date":"6/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":357,"Cost":309,"Date":"6/10/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":904,"Cost":744,"Date":"6/16/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":992,"Cost":530,"Date":"6/25/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":532,"Cost":502,"Date":"7/19/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":85,"Cost":45,"Date":"7/21/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":232,"Cost":206,"Date":"7/25/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":920,"Cost":692,"Date":"8/4/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":575,"Cost":374,"Date":"9/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":927,"Cost":780,"Date":"9/4/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":703,"Cost":410,"Date":"9/19/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":652,"Cost":326,"Date":"9/29/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":590,"Cost":400,"Date":"10/2/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":597,"Cost":444,"Date":"10/15/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":579,"Cost":531,"Date":"10/30/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":278,"Cost":160,"Date":"11/9/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":465,"Cost":253,"Date":"11/23/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":861,"Cost":575,"Date":"11/30/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":762,"Cost":438,"Date":"12/8/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":776,"Cost":606,"Date":"12/11/2018"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":27,"Cost":23,"Date":"1/15/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":581,"Cost":485,"Date":"1/24/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":657,"Cost":362,"Date":"2/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":238,"Cost":206,"Date":"2/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":794,"Cost":476,"Date":"3/9/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":602,"Cost":496,"Date":"3/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":204,"Cost":122,"Date":"4/19/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":995,"Cost":626,"Date":"5/3/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":423,"Cost":315,"Date":"5/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":891,"Cost":568,"Date":"6/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":464,"Cost":350,"Date":"6/26/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":639,"Cost":479,"Date":"7/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":1,"Cost":1,"Date":"7/13/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":838,"Cost":493,"Date":"8/8/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":595,"Cost":487,"Date":"8/26/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":347,"Cost":319,"Date":"9/2/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":405,"Cost":292,"Date":"9/29/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":305,"Cost":282,"Date":"10/12/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":610,"Cost":394,"Date":"11/2/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":402,"Cost":315,"Date":"11/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":433,"Cost":281,"Date":"11/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":870,"Cost":571,"Date":"12/1/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":237,"Cost":205,"Date":"12/4/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":463,"Cost":374,"Date":"12/7/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":953,"Cost":527,"Date":"12/18/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":557,"Cost":477,"Date":"12/20/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":364,"Cost":317,"Date":"12/20/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":139,"Cost":69,"Date":"12/21/2019"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":831,"Cost":753,"Date":"1/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":17,"Cost":9,"Date":"2/5/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":990,"Cost":616,"Date":"2/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":608,"Cost":329,"Date":"2/16/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":656,"Cost":345,"Date":"2/18/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":568,"Cost":446,"Date":"2/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":351,"Cost":224,"Date":"2/25/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":323,"Cost":247,"Date":"3/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":245,"Cost":196,"Date":"4/2/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":207,"Cost":178,"Date":"4/3/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":396,"Cost":325,"Date":"4/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":301,"Cost":179,"Date":"4/10/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":86,"Cost":76,"Date":"4/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":187,"Cost":148,"Date":"5/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":990,"Cost":871,"Date":"5/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":919,"Cost":503,"Date":"6/20/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":253,"Cost":179,"Date":"7/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":169,"Cost":114,"Date":"7/4/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":607,"Cost":325,"Date":"7/8/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":512,"Cost":449,"Date":"7/9/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":650,"Cost":498,"Date":"7/14/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":825,"Cost":660,"Date":"7/19/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":187,"Cost":159,"Date":"8/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":814,"Cost":702,"Date":"8/6/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":344,"Cost":301,"Date":"8/7/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":794,"Cost":467,"Date":"8/22/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":370,"Cost":314,"Date":"8/31/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":207,"Cost":117,"Date":"9/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":128,"Cost":120,"Date":"9/1/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":695,"Cost":357,"Date":"9/17/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":684,"Cost":514,"Date":"9/29/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":274,"Cost":226,"Date":"11/7/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":578,"Cost":430,"Date":"11/26/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":939,"Cost":771,"Date":"11/27/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":251,"Cost":218,"Date":"12/5/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":455,"Cost":422,"Date":"12/26/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":167,"Cost":91,"Date":"12/31/2020"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":326,"Cost":258,"Date":"1/20/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":116,"Cost":101,"Date":"2/2/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":59,"Cost":46,"Date":"2/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":569,"Cost":388,"Date":"2/27/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":81,"Cost":45,"Date":"3/1/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":190,"Cost":98,"Date":"3/1/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":686,"Cost":420,"Date":"3/19/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":605,"Cost":394,"Date":"3/28/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":710,"Cost":526,"Date":"5/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":658,"Cost":365,"Date":"7/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":735,"Cost":624,"Date":"8/5/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":63,"Cost":38,"Date":"8/12/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":839,"Cost":530,"Date":"8/21/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":364,"Cost":243,"Date":"8/23/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":465,"Cost":314,"Date":"9/3/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":318,"Cost":200,"Date":"9/5/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":580,"Cost":412,"Date":"10/6/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":239,"Cost":158,"Date":"10/19/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":528,"Cost":413,"Date":"11/15/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":936,"Cost":804,"Date":"12/8/2021"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":127,"Cost":115,"Date":"1/8/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":382,"Cost":297,"Date":"1/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":749,"Cost":418,"Date":"1/19/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":498,"Cost":326,"Date":"1/28/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":193,"Cost":165,"Date":"1/31/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":635,"Cost":462,"Date":"3/27/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":989,"Cost":599,"Date":"4/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":522,"Cost":417,"Date":"4/24/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":569,"Cost":510,"Date":"4/28/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":390,"Cost":227,"Date":"5/15/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":670,"Cost":385,"Date":"5/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":960,"Cost":910,"Date":"5/18/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":747,"Cost":577,"Date":"6/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":342,"Cost":260,"Date":"6/3/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":961,"Cost":747,"Date":"6/5/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":832,"Cost":436,"Date":"6/7/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":433,"Cost":317,"Date":"6/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":197,"Cost":150,"Date":"6/20/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":698,"Cost":583,"Date":"6/24/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":367,"Cost":296,"Date":"7/4/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":608,"Cost":544,"Date":"7/9/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":517,"Cost":415,"Date":"7/12/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":2,"Cost":1,"Date":"8/14/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":296,"Cost":193,"Date":"8/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":450,"Cost":334,"Date":"8/23/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":665,"Cost":575,"Date":"9/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":496,"Cost":345,"Date":"9/3/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":661,"Cost":358,"Date":"9/16/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":540,"Cost":380,"Date":"10/4/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":35,"Cost":31,"Date":"11/1/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":403,"Cost":350,"Date":"11/2/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":682,"Cost":469,"Date":"12/17/2022"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":175,"Cost":107,"Date":"2/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":342,"Cost":280,"Date":"2/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":801,"Cost":649,"Date":"3/4/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":107,"Cost":89,"Date":"3/9/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":764,"Cost":466,"Date":"3/9/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":136,"Cost":84,"Date":"3/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":249,"Cost":126,"Date":"3/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":147,"Cost":127,"Date":"3/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":811,"Cost":546,"Date":"3/23/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":188,"Cost":122,"Date":"4/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":183,"Cost":103,"Date":"5/7/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":255,"Cost":153,"Date":"5/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":52,"Cost":50,"Date":"5/20/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":667,"Cost":580,"Date":"6/2/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":249,"Cost":232,"Date":"6/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":912,"Cost":690,"Date":"6/16/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":252,"Cost":147,"Date":"6/16/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":459,"Cost":391,"Date":"7/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":655,"Cost":367,"Date":"7/11/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":822,"Cost":493,"Date":"8/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":689,"Cost":638,"Date":"8/29/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":48,"Cost":36,"Date":"8/31/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":882,"Cost":748,"Date":"9/8/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":656,"Cost":602,"Date":"9/13/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":427,"Cost":268,"Date":"9/14/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":109,"Cost":71,"Date":"9/19/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":601,"Cost":464,"Date":"9/25/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":920,"Cost":715,"Date":"10/4/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":921,"Cost":582,"Date":"10/10/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":785,"Cost":682,"Date":"10/17/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":725,"Cost":547,"Date":"10/28/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":163,"Cost":117,"Date":"10/30/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":39,"Cost":20,"Date":"11/1/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":860,"Cost":608,"Date":"11/15/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":554,"Cost":280,"Date":"11/25/2023"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":532,"Cost":396,"Date":"1/10/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":697,"Cost":462,"Date":"1/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":651,"Cost":491,"Date":"1/20/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":650,"Cost":417,"Date":"2/8/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":786,"Cost":655,"Date":"2/25/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":189,"Cost":176,"Date":"3/7/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":113,"Cost":64,"Date":"3/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":540,"Cost":492,"Date":"3/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":447,"Cost":313,"Date":"4/5/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":148,"Cost":134,"Date":"4/14/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":94,"Cost":72,"Date":"5/3/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":494,"Cost":346,"Date":"5/9/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":692,"Cost":583,"Date":"5/15/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":453,"Cost":324,"Date":"5/25/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":282,"Cost":246,"Date":"5/26/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":408,"Cost":312,"Date":"5/31/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":960,"Cost":733,"Date":"7/27/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":420,"Cost":213,"Date":"9/17/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":311,"Cost":186,"Date":"10/6/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":185,"Cost":142,"Date":"10/8/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":618,"Cost":461,"Date":"10/26/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":647,"Cost":405,"Date":"11/16/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":138,"Cost":106,"Date":"11/18/2024"},{"Store":"Shopping Stadsfeestzaal, Antwerp","Brand":"COS","Country":"Belgium","Sale":453,"Cost":367,"Date":"12/1/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":108,"Cost":93,"Date":"2/9/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":792,"Cost":525,"Date":"2/11/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":703,"Cost":444,"Date":"3/10/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":686,"Cost":599,"Date":"3/16/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":115,"Cost":69,"Date":"3/18/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":649,"Cost":534,"Date":"3/20/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":686,"Cost":603,"Date":"3/26/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":342,"Cost":189,"Date":"6/2/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":89,"Cost":74,"Date":"6/10/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":456,"Date":"6/16/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":819,"Cost":757,"Date":"6/25/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":972,"Cost":531,"Date":"7/19/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":516,"Cost":319,"Date":"7/21/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":275,"Cost":162,"Date":"7/25/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":560,"Cost":321,"Date":"8/4/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":208,"Cost":117,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":539,"Cost":419,"Date":"9/4/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":760,"Date":"9/19/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":246,"Date":"9/29/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":332,"Cost":166,"Date":"10/2/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":502,"Cost":329,"Date":"10/15/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":647,"Cost":566,"Date":"10/30/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":653,"Cost":341,"Date":"11/9/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":683,"Cost":494,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":318,"Cost":162,"Date":"11/30/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":163,"Cost":96,"Date":"12/8/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":863,"Cost":727,"Date":"12/11/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":345,"Date":"1/15/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":232,"Date":"1/24/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":282,"Date":"2/3/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":11,"Cost":8,"Date":"2/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":903,"Cost":543,"Date":"3/9/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":513,"Cost":464,"Date":"3/12/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":702,"Cost":372,"Date":"4/19/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":516,"Cost":406,"Date":"5/3/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":553,"Cost":381,"Date":"5/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":206,"Cost":147,"Date":"6/8/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":222,"Cost":163,"Date":"6/26/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":1,"Date":"7/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":679,"Cost":472,"Date":"7/13/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":269,"Cost":233,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":137,"Date":"8/26/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":860,"Cost":602,"Date":"9/2/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":625,"Cost":383,"Date":"9/29/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":55,"Cost":31,"Date":"10/12/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":76,"Cost":72,"Date":"11/2/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":745,"Cost":431,"Date":"11/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":239,"Cost":159,"Date":"11/7/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":56,"Cost":52,"Date":"12/1/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":568,"Cost":481,"Date":"12/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":141,"Cost":132,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":132,"Date":"12/18/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":85,"Date":"12/20/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":714,"Cost":487,"Date":"12/20/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":991,"Cost":898,"Date":"12/21/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":356,"Cost":210,"Date":"1/9/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":343,"Date":"2/5/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":214,"Cost":127,"Date":"2/16/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":7,"Date":"2/16/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":443,"Date":"2/18/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":88,"Cost":68,"Date":"2/22/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":755,"Date":"2/25/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":676,"Cost":469,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":164,"Cost":134,"Date":"4/2/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":736,"Cost":549,"Date":"4/3/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":420,"Cost":234,"Date":"4/9/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":129,"Cost":102,"Date":"4/10/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":729,"Cost":569,"Date":"4/19/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":476,"Cost":426,"Date":"5/17/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":550,"Cost":503,"Date":"5/22/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":747,"Cost":591,"Date":"6/20/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":831,"Cost":467,"Date":"7/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":533,"Cost":348,"Date":"7/4/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":857,"Cost":702,"Date":"7/8/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":344,"Cost":265,"Date":"7/9/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":196,"Date":"7/14/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":248,"Cost":234,"Date":"7/19/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":43,"Cost":29,"Date":"8/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":949,"Cost":837,"Date":"8/6/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":629,"Cost":473,"Date":"8/7/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":433,"Cost":228,"Date":"8/22/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":639,"Date":"8/31/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":595,"Cost":416,"Date":"9/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":523,"Cost":391,"Date":"9/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":90,"Cost":85,"Date":"9/17/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":970,"Cost":864,"Date":"9/29/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":642,"Cost":589,"Date":"11/7/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":259,"Cost":202,"Date":"11/26/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":419,"Date":"11/27/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":106,"Date":"12/5/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":785,"Cost":661,"Date":"12/26/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":315,"Date":"12/31/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":264,"Cost":154,"Date":"1/20/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":69,"Cost":42,"Date":"2/2/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":433,"Cost":233,"Date":"2/8/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":885,"Cost":730,"Date":"2/27/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":186,"Cost":103,"Date":"3/1/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":454,"Cost":254,"Date":"3/1/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":774,"Cost":417,"Date":"3/19/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":461,"Date":"3/28/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":207,"Cost":193,"Date":"5/21/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":548,"Date":"7/21/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":523,"Cost":376,"Date":"8/5/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":664,"Cost":343,"Date":"8/12/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":600,"Cost":427,"Date":"8/21/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":943,"Cost":837,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":19,"Date":"9/3/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":15,"Date":"9/5/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":693,"Date":"10/6/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":159,"Cost":141,"Date":"10/19/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":400,"Cost":348,"Date":"11/15/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":843,"Cost":775,"Date":"12/8/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":494,"Cost":443,"Date":"1/8/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":851,"Cost":482,"Date":"1/14/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":631,"Cost":430,"Date":"1/19/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":827,"Cost":526,"Date":"1/28/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":747,"Cost":449,"Date":"1/31/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":487,"Date":"3/27/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":99,"Cost":74,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":882,"Cost":700,"Date":"4/24/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":121,"Date":"4/28/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":345,"Cost":184,"Date":"5/15/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":334,"Cost":203,"Date":"5/16/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":27,"Cost":26,"Date":"5/18/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":61,"Cost":30,"Date":"6/2/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":66,"Date":"6/3/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":288,"Cost":200,"Date":"6/5/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":778,"Cost":535,"Date":"6/7/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":761,"Cost":458,"Date":"6/14/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":732,"Cost":407,"Date":"6/20/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":943,"Cost":816,"Date":"6/24/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":553,"Cost":496,"Date":"7/4/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":610,"Cost":451,"Date":"7/9/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":781,"Cost":473,"Date":"7/12/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":156,"Date":"8/14/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":9,"Date":"8/16/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":830,"Cost":468,"Date":"8/23/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":400,"Date":"9/2/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":365,"Cost":318,"Date":"9/3/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":335,"Date":"9/16/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":357,"Date":"10/4/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":265,"Date":"11/1/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":765,"Cost":384,"Date":"11/2/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":984,"Cost":801,"Date":"12/17/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":269,"Cost":140,"Date":"2/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":514,"Cost":310,"Date":"2/28/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":406,"Cost":256,"Date":"3/4/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":553,"Cost":345,"Date":"3/9/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":840,"Cost":432,"Date":"3/9/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":792,"Cost":418,"Date":"3/11/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":100,"Date":"3/17/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":537,"Cost":283,"Date":"3/17/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":214,"Cost":147,"Date":"3/23/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":462,"Cost":295,"Date":"4/1/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":166,"Date":"5/7/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":110,"Cost":97,"Date":"5/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":161,"Cost":141,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":994,"Cost":612,"Date":"6/2/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":699,"Cost":558,"Date":"6/11/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":660,"Cost":583,"Date":"6/16/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":566,"Date":"6/16/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":737,"Cost":402,"Date":"7/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":459,"Cost":323,"Date":"7/11/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":604,"Cost":356,"Date":"8/28/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":85,"Cost":62,"Date":"8/29/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":667,"Cost":580,"Date":"8/31/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":412,"Cost":240,"Date":"9/8/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":264,"Cost":236,"Date":"9/13/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":738,"Cost":417,"Date":"9/14/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":850,"Cost":599,"Date":"9/19/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":56,"Cost":33,"Date":"9/25/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":340,"Date":"10/4/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":256,"Cost":146,"Date":"10/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":885,"Cost":701,"Date":"10/17/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":306,"Cost":222,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":285,"Date":"10/30/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":546,"Date":"11/1/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":564,"Cost":462,"Date":"11/15/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":31,"Cost":23,"Date":"11/25/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":937,"Cost":766,"Date":"1/10/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":599,"Date":"1/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":707,"Date":"1/20/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":95,"Cost":91,"Date":"2/8/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":215,"Cost":165,"Date":"2/25/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":532,"Cost":446,"Date":"3/7/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":773,"Cost":498,"Date":"3/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":904,"Cost":853,"Date":"3/27/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":252,"Date":"4/5/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":557,"Cost":404,"Date":"4/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":560,"Cost":443,"Date":"5/3/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":769,"Cost":588,"Date":"5/9/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":830,"Cost":493,"Date":"5/15/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":935,"Cost":478,"Date":"5/25/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":487,"Date":"5/26/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":1,"Date":"5/31/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":742,"Cost":635,"Date":"7/27/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":117,"Cost":63,"Date":"9/17/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":900,"Cost":842,"Date":"10/6/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":851,"Cost":543,"Date":"10/8/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":396,"Cost":366,"Date":"10/26/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":106,"Cost":62,"Date":"11/16/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":458,"Date":"11/18/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":520,"Date":"12/1/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":967,"Cost":519,"Date":"2/9/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":167,"Cost":104,"Date":"2/11/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":558,"Cost":370,"Date":"3/10/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":314,"Cost":193,"Date":"3/16/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":397,"Cost":341,"Date":"3/18/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":725,"Cost":391,"Date":"3/20/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":134,"Cost":100,"Date":"3/26/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":402,"Cost":202,"Date":"6/2/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":50,"Date":"6/10/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":825,"Cost":468,"Date":"6/16/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":546,"Cost":495,"Date":"6/25/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":282,"Cost":253,"Date":"7/19/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":336,"Cost":234,"Date":"7/21/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":374,"Cost":264,"Date":"7/25/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":701,"Cost":446,"Date":"8/4/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":683,"Cost":536,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":497,"Cost":335,"Date":"9/4/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":475,"Cost":422,"Date":"9/19/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":341,"Date":"9/29/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":422,"Cost":237,"Date":"10/2/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":794,"Cost":591,"Date":"10/15/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":107,"Cost":71,"Date":"10/30/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":699,"Cost":420,"Date":"11/9/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":90,"Cost":85,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":838,"Cost":708,"Date":"11/30/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":412,"Cost":231,"Date":"12/8/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":444,"Date":"12/11/2018"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":145,"Cost":96,"Date":"1/15/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":844,"Cost":497,"Date":"1/24/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":838,"Cost":792,"Date":"2/3/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":892,"Cost":765,"Date":"2/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":658,"Date":"3/9/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":331,"Cost":177,"Date":"3/12/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":49,"Cost":41,"Date":"4/19/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":153,"Cost":140,"Date":"5/3/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":866,"Cost":499,"Date":"5/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":15,"Cost":14,"Date":"6/8/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":269,"Cost":203,"Date":"6/26/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":7,"Date":"7/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":294,"Cost":240,"Date":"7/13/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":836,"Cost":568,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":188,"Cost":169,"Date":"8/26/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":859,"Cost":506,"Date":"9/2/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":102,"Cost":54,"Date":"9/29/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":59,"Cost":38,"Date":"10/12/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":202,"Cost":112,"Date":"11/2/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":155,"Cost":94,"Date":"11/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":627,"Cost":541,"Date":"11/7/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":276,"Cost":225,"Date":"12/1/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":341,"Cost":273,"Date":"12/4/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":269,"Cost":227,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":429,"Date":"12/18/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":15,"Date":"12/20/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":907,"Cost":497,"Date":"12/20/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":580,"Cost":294,"Date":"12/21/2019"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":212,"Cost":160,"Date":"1/9/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":566,"Cost":369,"Date":"2/5/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":918,"Cost":547,"Date":"2/16/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":986,"Cost":745,"Date":"2/16/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":925,"Cost":696,"Date":"2/18/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":971,"Cost":886,"Date":"2/22/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":69,"Cost":52,"Date":"2/25/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":15,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":645,"Cost":496,"Date":"4/2/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":615,"Date":"4/3/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":499,"Cost":408,"Date":"4/9/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":6,"Cost":4,"Date":"4/10/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":805,"Cost":671,"Date":"4/19/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":561,"Cost":435,"Date":"5/17/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":603,"Cost":485,"Date":"5/22/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":838,"Cost":783,"Date":"6/20/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":586,"Cost":296,"Date":"7/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":829,"Cost":694,"Date":"7/4/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":289,"Cost":189,"Date":"7/8/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":364,"Date":"7/9/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":164,"Cost":120,"Date":"7/14/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":530,"Cost":486,"Date":"7/19/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":781,"Cost":655,"Date":"8/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":261,"Cost":190,"Date":"8/6/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":127,"Cost":70,"Date":"8/7/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":5,"Cost":5,"Date":"8/22/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":334,"Date":"8/31/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":497,"Date":"9/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":929,"Cost":787,"Date":"9/1/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":809,"Cost":587,"Date":"9/17/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":355,"Cost":302,"Date":"9/29/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":41,"Date":"11/7/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":457,"Cost":307,"Date":"11/26/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":375,"Cost":334,"Date":"11/27/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":282,"Date":"12/5/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":940,"Cost":773,"Date":"12/26/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":940,"Cost":758,"Date":"12/31/2020"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":531,"Cost":371,"Date":"1/20/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":771,"Cost":417,"Date":"2/2/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":115,"Date":"2/8/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":275,"Cost":152,"Date":"2/27/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":301,"Date":"3/1/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":481,"Date":"3/1/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":123,"Cost":78,"Date":"3/19/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":789,"Cost":427,"Date":"3/28/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":195,"Cost":177,"Date":"5/21/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":989,"Cost":785,"Date":"7/21/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":458,"Cost":255,"Date":"8/5/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":352,"Cost":229,"Date":"8/12/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":909,"Cost":577,"Date":"8/21/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":251,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":255,"Cost":185,"Date":"9/3/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":827,"Cost":713,"Date":"9/5/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":593,"Cost":298,"Date":"10/6/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":18,"Cost":10,"Date":"10/19/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":670,"Cost":631,"Date":"11/15/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":820,"Cost":449,"Date":"12/8/2021"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":947,"Cost":612,"Date":"1/8/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":74,"Date":"1/14/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":54,"Cost":36,"Date":"1/19/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":999,"Cost":715,"Date":"1/28/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":949,"Cost":656,"Date":"1/31/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":396,"Cost":258,"Date":"3/27/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":833,"Cost":450,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":656,"Cost":383,"Date":"4/24/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":990,"Cost":790,"Date":"4/28/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":292,"Cost":189,"Date":"5/15/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":599,"Date":"5/16/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":496,"Cost":379,"Date":"5/18/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":70,"Date":"6/2/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":731,"Cost":616,"Date":"6/3/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":349,"Cost":306,"Date":"6/5/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":521,"Cost":336,"Date":"6/7/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":439,"Cost":383,"Date":"6/14/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":195,"Cost":185,"Date":"6/20/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":74,"Cost":49,"Date":"6/24/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":81,"Cost":54,"Date":"7/4/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":656,"Cost":524,"Date":"7/9/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":563,"Cost":446,"Date":"7/12/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":145,"Date":"8/14/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":142,"Cost":89,"Date":"8/16/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":951,"Cost":558,"Date":"8/23/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":594,"Cost":490,"Date":"9/2/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":108,"Cost":99,"Date":"9/3/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":477,"Cost":293,"Date":"9/16/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":26,"Date":"10/4/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":667,"Cost":366,"Date":"11/1/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":243,"Cost":181,"Date":"11/2/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":865,"Cost":802,"Date":"12/17/2022"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":554,"Cost":426,"Date":"2/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":632,"Cost":394,"Date":"2/28/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":382,"Cost":194,"Date":"3/4/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":892,"Cost":571,"Date":"3/9/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":402,"Cost":327,"Date":"3/9/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":958,"Cost":514,"Date":"3/11/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":162,"Cost":127,"Date":"3/17/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":789,"Cost":673,"Date":"3/17/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":982,"Cost":659,"Date":"3/23/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":767,"Cost":544,"Date":"4/1/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":765,"Date":"5/7/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":929,"Cost":504,"Date":"5/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":792,"Cost":478,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":639,"Date":"6/2/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":821,"Cost":504,"Date":"6/11/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":270,"Cost":222,"Date":"6/16/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":301,"Cost":225,"Date":"6/16/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":355,"Date":"7/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":111,"Cost":56,"Date":"7/11/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":365,"Date":"8/28/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":221,"Date":"8/29/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":718,"Cost":445,"Date":"8/31/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":384,"Cost":224,"Date":"9/8/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":17,"Cost":13,"Date":"9/13/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":603,"Cost":484,"Date":"9/14/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":290,"Cost":148,"Date":"9/19/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":292,"Cost":188,"Date":"9/25/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":861,"Cost":651,"Date":"10/4/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":450,"Date":"10/10/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":86,"Cost":69,"Date":"10/17/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":456,"Cost":359,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":484,"Cost":255,"Date":"10/30/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":956,"Cost":846,"Date":"11/1/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":151,"Cost":118,"Date":"11/15/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":316,"Cost":178,"Date":"11/25/2023"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":49,"Cost":35,"Date":"1/10/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":36,"Cost":19,"Date":"1/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":82,"Cost":77,"Date":"1/20/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":159,"Cost":134,"Date":"2/8/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":67,"Date":"2/25/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":512,"Cost":365,"Date":"3/7/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":902,"Cost":829,"Date":"3/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":468,"Date":"3/27/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":844,"Cost":757,"Date":"4/5/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":461,"Cost":246,"Date":"4/14/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":523,"Date":"5/3/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":325,"Cost":286,"Date":"5/9/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":941,"Cost":746,"Date":"5/15/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":225,"Cost":167,"Date":"5/25/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":879,"Cost":578,"Date":"5/26/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":171,"Cost":134,"Date":"5/31/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":787,"Cost":732,"Date":"7/27/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":3,"Cost":3,"Date":"9/17/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":252,"Date":"10/6/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":938,"Cost":738,"Date":"10/8/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":115,"Cost":109,"Date":"10/26/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":778,"Cost":524,"Date":"11/16/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":108,"Cost":66,"Date":"11/18/2024"},{"Store":"Century Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":539,"Cost":359,"Date":"12/1/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":11,"Cost":7,"Date":"2/9/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":47,"Cost":42,"Date":"2/11/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":893,"Cost":826,"Date":"3/10/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":9,"Cost":7,"Date":"3/16/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":282,"Cost":234,"Date":"3/18/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":70,"Cost":58,"Date":"3/20/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":495,"Cost":379,"Date":"3/26/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":117,"Cost":71,"Date":"6/2/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":698,"Cost":547,"Date":"6/10/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":296,"Cost":211,"Date":"6/16/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":156,"Cost":96,"Date":"6/25/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":711,"Cost":365,"Date":"7/19/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":621,"Cost":494,"Date":"7/21/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":98,"Cost":82,"Date":"7/25/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":102,"Cost":64,"Date":"8/4/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":38,"Cost":19,"Date":"9/2/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":246,"Cost":212,"Date":"9/4/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":308,"Cost":283,"Date":"9/19/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":447,"Cost":332,"Date":"9/29/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":290,"Cost":208,"Date":"10/2/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":437,"Cost":324,"Date":"10/15/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":586,"Cost":533,"Date":"10/30/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":103,"Cost":93,"Date":"11/9/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":922,"Cost":708,"Date":"11/23/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":764,"Cost":633,"Date":"11/30/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":45,"Cost":23,"Date":"12/8/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":727,"Cost":415,"Date":"12/11/2018"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":271,"Cost":168,"Date":"1/15/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":881,"Cost":612,"Date":"1/24/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":736,"Cost":521,"Date":"2/3/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":667,"Cost":359,"Date":"2/4/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":153,"Cost":111,"Date":"3/9/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":272,"Cost":236,"Date":"3/12/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":572,"Cost":395,"Date":"4/19/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":128,"Cost":87,"Date":"5/3/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":931,"Cost":835,"Date":"5/4/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":140,"Cost":117,"Date":"6/8/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":742,"Cost":603,"Date":"6/26/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":703,"Cost":367,"Date":"7/4/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":829,"Cost":415,"Date":"7/13/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":674,"Cost":415,"Date":"8/8/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":340,"Cost":177,"Date":"8/26/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":207,"Cost":187,"Date":"9/2/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":604,"Cost":380,"Date":"9/29/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":223,"Cost":179,"Date":"10/12/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":575,"Cost":479,"Date":"11/2/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":131,"Cost":101,"Date":"11/4/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":570,"Cost":537,"Date":"11/7/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":881,"Cost":758,"Date":"12/1/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":479,"Cost":406,"Date":"12/4/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":614,"Cost":357,"Date":"12/7/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":907,"Cost":656,"Date":"12/18/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":198,"Cost":114,"Date":"12/20/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":866,"Cost":762,"Date":"12/20/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":345,"Date":"12/21/2019"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":78,"Cost":48,"Date":"1/9/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":976,"Cost":735,"Date":"2/5/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":555,"Cost":309,"Date":"2/16/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":215,"Cost":163,"Date":"2/16/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":789,"Cost":599,"Date":"2/18/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":135,"Cost":103,"Date":"2/22/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":90,"Cost":61,"Date":"2/25/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":35,"Cost":23,"Date":"3/8/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":67,"Cost":61,"Date":"4/2/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":738,"Date":"4/3/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":10,"Cost":8,"Date":"4/9/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":743,"Cost":462,"Date":"4/10/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":111,"Cost":80,"Date":"4/19/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":730,"Cost":384,"Date":"5/17/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":953,"Cost":708,"Date":"5/22/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":850,"Cost":806,"Date":"6/20/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":228,"Cost":208,"Date":"7/1/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":590,"Cost":494,"Date":"7/4/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":109,"Cost":87,"Date":"7/8/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":145,"Cost":115,"Date":"7/9/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":528,"Cost":401,"Date":"7/14/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":992,"Cost":718,"Date":"7/19/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":853,"Cost":647,"Date":"8/1/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":555,"Cost":458,"Date":"8/6/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":821,"Cost":734,"Date":"8/7/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":692,"Cost":412,"Date":"8/22/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":843,"Cost":790,"Date":"8/31/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":4,"Cost":4,"Date":"9/1/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":825,"Cost":767,"Date":"9/1/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":569,"Cost":477,"Date":"9/17/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":254,"Cost":134,"Date":"9/29/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":407,"Cost":276,"Date":"11/7/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":317,"Cost":234,"Date":"11/26/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":267,"Cost":165,"Date":"11/27/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":139,"Cost":97,"Date":"12/5/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":187,"Cost":121,"Date":"12/26/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":843,"Cost":444,"Date":"12/31/2020"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":981,"Cost":717,"Date":"1/20/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":820,"Cost":708,"Date":"2/2/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":96,"Cost":76,"Date":"2/8/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":950,"Cost":787,"Date":"2/27/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":668,"Cost":620,"Date":"3/1/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":346,"Cost":193,"Date":"3/1/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":268,"Cost":153,"Date":"3/19/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":413,"Cost":351,"Date":"3/28/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":965,"Cost":871,"Date":"5/21/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":260,"Cost":239,"Date":"7/21/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":662,"Cost":549,"Date":"8/5/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":733,"Cost":498,"Date":"8/12/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":492,"Cost":370,"Date":"8/21/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":562,"Cost":305,"Date":"8/23/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":322,"Cost":242,"Date":"9/3/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":244,"Cost":228,"Date":"9/5/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":333,"Cost":175,"Date":"10/6/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":54,"Cost":48,"Date":"10/19/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":294,"Cost":169,"Date":"11/15/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":175,"Cost":161,"Date":"12/8/2021"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":277,"Cost":233,"Date":"1/8/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":895,"Cost":474,"Date":"1/14/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":737,"Cost":608,"Date":"1/19/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":995,"Cost":732,"Date":"1/28/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":196,"Cost":170,"Date":"1/31/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":442,"Cost":256,"Date":"3/27/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":586,"Cost":448,"Date":"4/20/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":757,"Cost":460,"Date":"4/24/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":811,"Cost":654,"Date":"4/28/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":70,"Cost":57,"Date":"5/15/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":768,"Cost":433,"Date":"5/16/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":985,"Cost":522,"Date":"5/18/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":836,"Cost":684,"Date":"6/2/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":289,"Cost":182,"Date":"6/3/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":258,"Cost":202,"Date":"6/5/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":732,"Cost":564,"Date":"6/7/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":398,"Cost":231,"Date":"6/14/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":570,"Cost":359,"Date":"6/20/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":952,"Cost":769,"Date":"6/24/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":299,"Cost":182,"Date":"7/4/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":865,"Cost":750,"Date":"7/9/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":862,"Cost":550,"Date":"7/12/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":855,"Cost":507,"Date":"8/14/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":625,"Cost":473,"Date":"8/16/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":379,"Cost":240,"Date":"8/23/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":805,"Cost":476,"Date":"9/2/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":232,"Cost":124,"Date":"9/3/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":483,"Cost":278,"Date":"9/16/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":273,"Cost":248,"Date":"10/4/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":741,"Cost":578,"Date":"11/1/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":350,"Cost":230,"Date":"11/2/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":992,"Cost":505,"Date":"12/17/2022"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":123,"Cost":108,"Date":"2/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":520,"Cost":430,"Date":"2/28/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":28,"Cost":25,"Date":"3/4/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":884,"Cost":812,"Date":"3/9/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":362,"Cost":200,"Date":"3/9/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":601,"Cost":378,"Date":"3/11/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":437,"Cost":296,"Date":"3/17/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":168,"Cost":98,"Date":"3/17/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":403,"Cost":342,"Date":"3/23/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":421,"Cost":314,"Date":"4/1/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":48,"Cost":35,"Date":"5/7/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":956,"Cost":801,"Date":"5/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":616,"Cost":436,"Date":"5/20/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":219,"Cost":180,"Date":"6/2/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":152,"Cost":111,"Date":"6/11/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":83,"Cost":60,"Date":"6/16/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":635,"Cost":462,"Date":"6/16/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":948,"Cost":842,"Date":"7/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":932,"Cost":630,"Date":"7/11/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":426,"Cost":230,"Date":"8/28/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":286,"Cost":165,"Date":"8/29/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":214,"Cost":191,"Date":"8/31/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":355,"Cost":298,"Date":"9/8/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":938,"Cost":879,"Date":"9/13/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":699,"Cost":398,"Date":"9/14/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":715,"Cost":433,"Date":"9/19/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":222,"Cost":115,"Date":"9/25/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":891,"Cost":701,"Date":"10/4/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":530,"Cost":371,"Date":"10/10/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":99,"Cost":54,"Date":"10/17/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":372,"Cost":301,"Date":"10/28/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":874,"Cost":721,"Date":"10/30/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":148,"Cost":104,"Date":"11/1/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":613,"Cost":462,"Date":"11/15/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":41,"Cost":27,"Date":"11/25/2023"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":67,"Cost":38,"Date":"1/10/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":956,"Cost":780,"Date":"1/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":435,"Cost":343,"Date":"1/20/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":182,"Cost":154,"Date":"2/8/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":885,"Cost":686,"Date":"2/25/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":305,"Cost":244,"Date":"3/7/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":23,"Cost":11,"Date":"3/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":36,"Cost":29,"Date":"3/27/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":148,"Cost":83,"Date":"4/5/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":355,"Cost":196,"Date":"4/14/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":43,"Cost":31,"Date":"5/3/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":415,"Date":"5/9/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":124,"Cost":74,"Date":"5/15/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":846,"Cost":626,"Date":"5/25/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":275,"Cost":236,"Date":"5/26/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":482,"Cost":416,"Date":"5/31/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":280,"Cost":187,"Date":"7/27/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":655,"Cost":340,"Date":"9/17/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":638,"Cost":498,"Date":"10/6/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":337,"Cost":217,"Date":"10/8/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":727,"Cost":476,"Date":"10/26/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":72,"Cost":67,"Date":"11/16/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":709,"Cost":442,"Date":"11/18/2024"},{"Store":"Century Center, Antwerp","Brand":"Nova","Country":"Belgium","Sale":300,"Cost":160,"Date":"12/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":879,"Cost":712,"Date":"2/9/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":525,"Date":"2/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":849,"Cost":629,"Date":"3/10/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":231,"Cost":116,"Date":"3/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":898,"Cost":830,"Date":"3/18/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":338,"Date":"3/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":687,"Cost":458,"Date":"3/26/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":811,"Cost":674,"Date":"6/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":530,"Date":"6/10/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":57,"Date":"6/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":722,"Cost":451,"Date":"6/25/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":187,"Cost":173,"Date":"7/19/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":22,"Cost":21,"Date":"7/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":525,"Cost":483,"Date":"7/25/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":830,"Cost":595,"Date":"8/4/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":843,"Cost":577,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":217,"Cost":114,"Date":"9/4/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":215,"Date":"9/19/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":408,"Cost":284,"Date":"9/29/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":61,"Cost":52,"Date":"10/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":779,"Cost":522,"Date":"10/15/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":155,"Cost":100,"Date":"10/30/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":375,"Cost":349,"Date":"11/9/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":493,"Cost":311,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":819,"Cost":532,"Date":"11/30/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":733,"Cost":529,"Date":"12/8/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":165,"Cost":84,"Date":"12/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":845,"Cost":435,"Date":"1/15/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":984,"Cost":832,"Date":"1/24/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":199,"Date":"2/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":262,"Cost":146,"Date":"2/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":212,"Cost":173,"Date":"3/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":87,"Cost":75,"Date":"3/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":543,"Cost":294,"Date":"4/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":573,"Cost":316,"Date":"5/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":856,"Cost":690,"Date":"5/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":85,"Cost":56,"Date":"6/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":594,"Cost":375,"Date":"6/26/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":180,"Date":"7/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":121,"Cost":104,"Date":"7/13/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":614,"Cost":554,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":893,"Cost":788,"Date":"8/26/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":754,"Cost":544,"Date":"9/2/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":903,"Cost":473,"Date":"9/29/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":828,"Cost":586,"Date":"10/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":62,"Cost":37,"Date":"11/2/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":360,"Cost":258,"Date":"11/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":652,"Cost":519,"Date":"11/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":236,"Cost":171,"Date":"12/1/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":24,"Cost":21,"Date":"12/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":22,"Cost":17,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":77,"Date":"12/18/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":657,"Cost":372,"Date":"12/20/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":405,"Cost":220,"Date":"12/20/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":535,"Cost":338,"Date":"12/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":78,"Cost":66,"Date":"1/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":460,"Date":"2/5/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":563,"Cost":396,"Date":"2/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":128,"Cost":85,"Date":"2/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":804,"Cost":506,"Date":"2/18/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":693,"Cost":651,"Date":"2/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":498,"Cost":375,"Date":"2/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":478,"Cost":448,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":902,"Cost":561,"Date":"4/2/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":532,"Cost":390,"Date":"4/3/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":860,"Cost":618,"Date":"4/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":305,"Cost":238,"Date":"4/10/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":26,"Cost":14,"Date":"4/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":950,"Cost":710,"Date":"5/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":952,"Cost":636,"Date":"5/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":725,"Cost":430,"Date":"6/20/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":998,"Cost":899,"Date":"7/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":889,"Cost":842,"Date":"7/4/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":795,"Cost":430,"Date":"7/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":460,"Cost":289,"Date":"7/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":85,"Cost":47,"Date":"7/14/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":54,"Date":"7/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":761,"Cost":487,"Date":"8/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":570,"Cost":385,"Date":"8/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":222,"Cost":148,"Date":"8/7/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":611,"Cost":334,"Date":"8/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":487,"Cost":319,"Date":"8/31/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":249,"Date":"9/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":170,"Date":"9/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":689,"Cost":585,"Date":"9/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":890,"Cost":541,"Date":"9/29/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":999,"Cost":856,"Date":"11/7/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":12,"Cost":10,"Date":"11/26/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":638,"Cost":594,"Date":"11/27/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":608,"Date":"12/5/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":375,"Cost":233,"Date":"12/26/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":543,"Cost":380,"Date":"12/31/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":93,"Cost":67,"Date":"1/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":724,"Date":"2/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":482,"Date":"2/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":243,"Cost":184,"Date":"2/27/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":253,"Cost":183,"Date":"3/1/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":359,"Cost":271,"Date":"3/1/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":232,"Cost":190,"Date":"3/19/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":879,"Cost":457,"Date":"3/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":482,"Date":"5/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":929,"Cost":835,"Date":"7/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":389,"Cost":248,"Date":"8/5/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":709,"Cost":456,"Date":"8/12/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":935,"Cost":704,"Date":"8/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":509,"Cost":279,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":564,"Cost":518,"Date":"9/3/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":247,"Cost":212,"Date":"9/5/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":927,"Cost":585,"Date":"10/6/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":148,"Date":"10/19/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":637,"Cost":568,"Date":"11/15/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":802,"Cost":432,"Date":"12/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":221,"Cost":199,"Date":"1/8/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":174,"Cost":103,"Date":"1/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":545,"Date":"1/19/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":314,"Cost":182,"Date":"1/28/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":314,"Cost":275,"Date":"1/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":505,"Cost":469,"Date":"3/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":234,"Cost":192,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":279,"Cost":175,"Date":"4/24/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":894,"Cost":565,"Date":"4/28/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":862,"Cost":560,"Date":"5/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":572,"Cost":384,"Date":"5/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":634,"Cost":476,"Date":"5/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":366,"Cost":249,"Date":"6/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":16,"Cost":13,"Date":"6/3/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":788,"Cost":528,"Date":"6/5/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":419,"Cost":380,"Date":"6/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":952,"Cost":902,"Date":"6/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":602,"Date":"6/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":716,"Cost":598,"Date":"6/24/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":103,"Cost":68,"Date":"7/4/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":590,"Date":"7/9/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":484,"Cost":288,"Date":"7/12/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":952,"Cost":516,"Date":"8/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":579,"Cost":497,"Date":"8/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":41,"Date":"8/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":328,"Cost":227,"Date":"9/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":624,"Cost":318,"Date":"9/3/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":842,"Cost":672,"Date":"9/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":561,"Cost":351,"Date":"10/4/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":35,"Cost":19,"Date":"11/1/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":413,"Date":"11/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":390,"Cost":231,"Date":"12/17/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":8,"Cost":4,"Date":"2/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":819,"Cost":723,"Date":"2/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":874,"Date":"3/4/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":201,"Cost":132,"Date":"3/9/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":4,"Cost":2,"Date":"3/9/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":402,"Cost":339,"Date":"3/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":510,"Cost":312,"Date":"3/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":549,"Date":"3/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":223,"Cost":138,"Date":"3/23/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":991,"Cost":583,"Date":"4/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":632,"Cost":402,"Date":"5/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":442,"Cost":338,"Date":"5/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":110,"Cost":78,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":476,"Cost":370,"Date":"6/2/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":163,"Date":"6/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":163,"Date":"6/16/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":134,"Cost":126,"Date":"6/16/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":190,"Cost":169,"Date":"7/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":698,"Cost":370,"Date":"7/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":753,"Cost":456,"Date":"8/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":287,"Cost":267,"Date":"8/29/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":715,"Cost":373,"Date":"8/31/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":501,"Cost":444,"Date":"9/8/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":965,"Cost":601,"Date":"9/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":546,"Cost":302,"Date":"9/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":541,"Cost":296,"Date":"9/19/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":804,"Cost":682,"Date":"9/25/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":296,"Cost":245,"Date":"10/4/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":502,"Cost":342,"Date":"10/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":581,"Cost":479,"Date":"10/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":7,"Cost":6,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":891,"Cost":750,"Date":"10/30/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":380,"Cost":216,"Date":"11/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":144,"Cost":83,"Date":"11/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":52,"Date":"11/25/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":46,"Cost":42,"Date":"1/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":855,"Cost":505,"Date":"1/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":538,"Cost":475,"Date":"1/20/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":344,"Cost":251,"Date":"2/8/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":169,"Cost":153,"Date":"2/25/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":214,"Cost":107,"Date":"3/7/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":82,"Cost":78,"Date":"3/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":395,"Cost":270,"Date":"3/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":450,"Cost":347,"Date":"4/5/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":223,"Cost":174,"Date":"4/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":751,"Cost":680,"Date":"5/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":501,"Cost":408,"Date":"5/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":63,"Cost":55,"Date":"5/15/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":344,"Cost":298,"Date":"5/25/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":173,"Cost":112,"Date":"5/26/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":235,"Cost":199,"Date":"5/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":863,"Cost":627,"Date":"7/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":538,"Cost":410,"Date":"9/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":588,"Cost":328,"Date":"10/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":887,"Cost":459,"Date":"10/8/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":567,"Cost":437,"Date":"10/26/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":199,"Cost":182,"Date":"11/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":618,"Date":"11/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Sellpy","Country":"Belgium","Sale":579,"Cost":497,"Date":"12/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":677,"Cost":472,"Date":"2/9/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":291,"Cost":204,"Date":"2/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":798,"Cost":551,"Date":"3/10/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":771,"Cost":548,"Date":"3/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":83,"Cost":57,"Date":"3/18/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":476,"Cost":330,"Date":"3/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":66,"Cost":49,"Date":"3/26/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":365,"Cost":205,"Date":"6/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":713,"Cost":579,"Date":"6/10/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":920,"Cost":623,"Date":"6/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":829,"Cost":537,"Date":"6/25/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":433,"Cost":233,"Date":"7/19/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":429,"Cost":321,"Date":"7/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":459,"Cost":377,"Date":"7/25/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":981,"Cost":826,"Date":"8/4/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":748,"Cost":637,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":872,"Cost":458,"Date":"9/4/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":193,"Cost":124,"Date":"9/19/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":611,"Cost":402,"Date":"9/29/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":640,"Date":"10/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":81,"Cost":70,"Date":"10/15/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":727,"Cost":545,"Date":"10/30/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":596,"Cost":443,"Date":"11/9/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":562,"Cost":445,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":375,"Date":"11/30/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":89,"Cost":58,"Date":"12/8/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":90,"Date":"12/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":109,"Cost":101,"Date":"1/15/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":520,"Cost":362,"Date":"1/24/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":26,"Cost":15,"Date":"2/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":440,"Cost":330,"Date":"2/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":251,"Cost":199,"Date":"3/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":740,"Cost":686,"Date":"3/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":875,"Cost":605,"Date":"4/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":56,"Cost":42,"Date":"5/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":139,"Cost":74,"Date":"5/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":537,"Cost":424,"Date":"6/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":150,"Cost":106,"Date":"6/26/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":115,"Cost":99,"Date":"7/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":323,"Cost":222,"Date":"7/13/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":507,"Cost":361,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":716,"Cost":633,"Date":"8/26/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":416,"Cost":315,"Date":"9/2/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":53,"Cost":40,"Date":"9/29/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":410,"Cost":351,"Date":"10/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":217,"Cost":157,"Date":"11/2/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":224,"Cost":187,"Date":"11/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":37,"Cost":25,"Date":"11/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":980,"Cost":490,"Date":"12/1/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":323,"Cost":264,"Date":"12/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":592,"Cost":490,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":158,"Cost":93,"Date":"12/18/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":312,"Cost":180,"Date":"12/20/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":803,"Cost":761,"Date":"12/20/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":423,"Date":"12/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":166,"Cost":135,"Date":"1/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":954,"Cost":586,"Date":"2/5/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":335,"Cost":178,"Date":"2/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":898,"Cost":559,"Date":"2/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":124,"Cost":118,"Date":"2/18/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":669,"Date":"2/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":537,"Cost":369,"Date":"2/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":501,"Cost":265,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":476,"Cost":370,"Date":"4/2/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":134,"Cost":103,"Date":"4/3/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":853,"Cost":716,"Date":"4/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":385,"Cost":248,"Date":"4/10/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":495,"Cost":276,"Date":"4/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":630,"Cost":549,"Date":"5/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":716,"Cost":643,"Date":"5/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":887,"Cost":733,"Date":"6/20/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":149,"Cost":100,"Date":"7/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":146,"Date":"7/4/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":235,"Date":"7/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":53,"Cost":35,"Date":"7/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":747,"Cost":620,"Date":"7/14/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":440,"Cost":384,"Date":"7/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":970,"Cost":870,"Date":"8/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":448,"Cost":270,"Date":"8/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":130,"Cost":99,"Date":"8/7/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":9,"Cost":4,"Date":"8/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":435,"Cost":330,"Date":"8/31/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":372,"Cost":278,"Date":"9/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":960,"Cost":528,"Date":"9/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":164,"Cost":88,"Date":"9/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":445,"Cost":352,"Date":"9/29/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":603,"Cost":547,"Date":"11/7/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":956,"Cost":596,"Date":"11/26/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":851,"Date":"11/27/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":687,"Cost":523,"Date":"12/5/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":759,"Cost":422,"Date":"12/26/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":197,"Cost":174,"Date":"12/31/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":910,"Cost":691,"Date":"1/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":850,"Cost":735,"Date":"2/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":157,"Cost":114,"Date":"2/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":759,"Cost":709,"Date":"2/27/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":654,"Cost":417,"Date":"3/1/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":334,"Cost":193,"Date":"3/1/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":916,"Cost":752,"Date":"3/19/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":326,"Cost":291,"Date":"3/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":243,"Cost":171,"Date":"5/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":486,"Cost":364,"Date":"7/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":603,"Cost":306,"Date":"8/5/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":7,"Cost":5,"Date":"8/12/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":355,"Cost":185,"Date":"8/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":786,"Cost":559,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":989,"Cost":518,"Date":"9/3/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":296,"Cost":202,"Date":"9/5/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":969,"Cost":712,"Date":"10/6/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":698,"Cost":442,"Date":"10/19/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":260,"Cost":197,"Date":"11/15/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":623,"Date":"12/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":891,"Cost":785,"Date":"1/8/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":275,"Cost":246,"Date":"1/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":548,"Cost":357,"Date":"1/19/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":557,"Cost":491,"Date":"1/28/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":460,"Cost":315,"Date":"1/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":593,"Cost":385,"Date":"3/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":151,"Cost":134,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":463,"Cost":386,"Date":"4/24/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":46,"Cost":25,"Date":"4/28/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":230,"Cost":202,"Date":"5/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":853,"Cost":463,"Date":"5/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":578,"Cost":434,"Date":"5/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":761,"Cost":685,"Date":"6/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":296,"Date":"6/3/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":605,"Cost":439,"Date":"6/5/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":19,"Cost":11,"Date":"6/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":96,"Date":"6/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":151,"Cost":136,"Date":"6/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":740,"Cost":540,"Date":"6/24/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":124,"Cost":104,"Date":"7/4/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":777,"Cost":582,"Date":"7/9/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":281,"Cost":164,"Date":"7/12/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":643,"Cost":428,"Date":"8/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":747,"Cost":415,"Date":"8/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":23,"Cost":12,"Date":"8/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":343,"Cost":274,"Date":"9/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":543,"Cost":333,"Date":"9/3/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":822,"Cost":513,"Date":"9/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":513,"Cost":280,"Date":"10/4/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":410,"Cost":278,"Date":"11/1/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":274,"Cost":183,"Date":"11/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":566,"Cost":515,"Date":"12/17/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":951,"Cost":883,"Date":"2/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":843,"Cost":698,"Date":"2/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":624,"Cost":369,"Date":"3/4/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":806,"Cost":629,"Date":"3/9/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":949,"Cost":527,"Date":"3/9/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":595,"Date":"3/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":84,"Cost":46,"Date":"3/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":932,"Cost":686,"Date":"3/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":951,"Cost":869,"Date":"3/23/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":513,"Cost":287,"Date":"4/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":720,"Cost":492,"Date":"5/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":548,"Cost":365,"Date":"5/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":881,"Cost":650,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":111,"Cost":72,"Date":"6/2/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":179,"Date":"6/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":359,"Cost":267,"Date":"6/16/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":405,"Date":"6/16/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":836,"Cost":429,"Date":"7/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":546,"Date":"7/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":617,"Cost":379,"Date":"8/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":802,"Cost":536,"Date":"8/29/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":940,"Cost":529,"Date":"8/31/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":848,"Cost":454,"Date":"9/8/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":623,"Cost":579,"Date":"9/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":338,"Cost":232,"Date":"9/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":676,"Cost":609,"Date":"9/19/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":517,"Cost":430,"Date":"9/25/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":258,"Cost":216,"Date":"10/4/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":290,"Cost":274,"Date":"10/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":219,"Cost":143,"Date":"10/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":636,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":763,"Cost":527,"Date":"10/30/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":944,"Cost":498,"Date":"11/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":509,"Cost":293,"Date":"11/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":551,"Cost":300,"Date":"11/25/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":314,"Cost":258,"Date":"1/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":775,"Cost":698,"Date":"1/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":156,"Cost":148,"Date":"1/20/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":518,"Date":"2/8/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":563,"Cost":448,"Date":"2/25/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":508,"Cost":391,"Date":"3/7/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":687,"Date":"3/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":877,"Cost":578,"Date":"3/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":129,"Cost":88,"Date":"4/5/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":7,"Cost":4,"Date":"4/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":332,"Cost":201,"Date":"5/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":981,"Cost":909,"Date":"5/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":466,"Date":"5/15/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":238,"Cost":185,"Date":"5/25/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":161,"Cost":129,"Date":"5/26/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":119,"Cost":77,"Date":"5/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":760,"Cost":681,"Date":"7/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":888,"Cost":581,"Date":"9/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":957,"Cost":525,"Date":"10/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":63,"Cost":35,"Date":"10/8/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":415,"Cost":379,"Date":"10/26/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":769,"Cost":592,"Date":"11/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":66,"Cost":51,"Date":"11/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"ARKET","Country":"Belgium","Sale":782,"Cost":409,"Date":"12/1/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":446,"Cost":232,"Date":"2/9/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":164,"Cost":108,"Date":"2/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":390,"Date":"3/10/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":37,"Cost":24,"Date":"3/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":833,"Cost":775,"Date":"3/18/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":476,"Cost":429,"Date":"3/20/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":393,"Cost":215,"Date":"3/26/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":752,"Cost":430,"Date":"6/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":728,"Date":"6/10/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":509,"Cost":286,"Date":"6/16/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":112,"Cost":98,"Date":"6/25/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":90,"Cost":60,"Date":"7/19/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":710,"Cost":655,"Date":"7/21/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":309,"Cost":290,"Date":"7/25/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":812,"Cost":662,"Date":"8/4/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":215,"Cost":180,"Date":"9/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":835,"Cost":559,"Date":"9/4/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":140,"Cost":102,"Date":"9/19/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":379,"Cost":340,"Date":"9/29/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":958,"Cost":867,"Date":"10/2/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":915,"Cost":674,"Date":"10/15/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":233,"Cost":173,"Date":"10/30/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":655,"Cost":336,"Date":"11/9/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":169,"Date":"11/23/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":937,"Cost":856,"Date":"11/30/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":124,"Cost":76,"Date":"12/8/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":252,"Cost":195,"Date":"12/11/2018"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":749,"Cost":405,"Date":"1/15/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":319,"Cost":234,"Date":"1/24/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":250,"Cost":186,"Date":"2/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":91,"Date":"2/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":598,"Cost":346,"Date":"3/9/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":740,"Cost":570,"Date":"3/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":681,"Cost":407,"Date":"4/19/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":457,"Date":"5/3/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":893,"Cost":495,"Date":"5/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":956,"Cost":659,"Date":"6/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":493,"Cost":365,"Date":"6/26/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":510,"Cost":290,"Date":"7/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":707,"Cost":551,"Date":"7/13/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":5,"Cost":5,"Date":"8/8/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":930,"Cost":855,"Date":"8/26/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":859,"Cost":447,"Date":"9/2/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":524,"Cost":482,"Date":"9/29/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":615,"Cost":507,"Date":"10/12/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":279,"Cost":212,"Date":"11/2/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":329,"Date":"11/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":949,"Cost":777,"Date":"11/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":962,"Cost":694,"Date":"12/1/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":267,"Date":"12/4/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":8,"Cost":4,"Date":"12/7/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":136,"Date":"12/18/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":188,"Cost":120,"Date":"12/20/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":183,"Cost":131,"Date":"12/20/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":927,"Cost":809,"Date":"12/21/2019"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":953,"Cost":668,"Date":"1/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":586,"Cost":309,"Date":"2/5/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":252,"Cost":216,"Date":"2/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":296,"Cost":237,"Date":"2/16/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":212,"Cost":111,"Date":"2/18/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":203,"Cost":148,"Date":"2/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":617,"Cost":475,"Date":"2/25/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":715,"Cost":555,"Date":"3/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":555,"Cost":301,"Date":"4/2/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":147,"Cost":83,"Date":"4/3/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":126,"Cost":91,"Date":"4/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":618,"Date":"4/10/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":944,"Cost":679,"Date":"4/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":496,"Date":"5/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":542,"Cost":297,"Date":"5/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":894,"Cost":786,"Date":"6/20/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":857,"Cost":630,"Date":"7/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":129,"Cost":84,"Date":"7/4/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":796,"Cost":557,"Date":"7/8/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":59,"Cost":55,"Date":"7/9/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":93,"Cost":78,"Date":"7/14/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":372,"Date":"7/19/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":422,"Date":"8/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":220,"Cost":148,"Date":"8/6/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":943,"Cost":896,"Date":"8/7/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":649,"Cost":615,"Date":"8/22/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":764,"Cost":668,"Date":"8/31/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":573,"Cost":434,"Date":"9/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":766,"Cost":722,"Date":"9/1/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":779,"Cost":444,"Date":"9/17/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":714,"Cost":496,"Date":"9/29/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":225,"Cost":160,"Date":"11/7/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":725,"Cost":373,"Date":"11/26/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":934,"Cost":645,"Date":"11/27/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":283,"Cost":215,"Date":"12/5/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":926,"Cost":861,"Date":"12/26/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":605,"Cost":549,"Date":"12/31/2020"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":366,"Cost":299,"Date":"1/20/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":778,"Cost":634,"Date":"2/2/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":898,"Cost":469,"Date":"2/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":784,"Cost":734,"Date":"2/27/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":250,"Cost":150,"Date":"3/1/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":61,"Cost":52,"Date":"3/1/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":248,"Cost":198,"Date":"3/19/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":210,"Cost":164,"Date":"3/28/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":960,"Cost":873,"Date":"5/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":139,"Date":"7/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":220,"Cost":194,"Date":"8/5/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":619,"Cost":405,"Date":"8/12/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":196,"Cost":124,"Date":"8/21/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":516,"Cost":364,"Date":"8/23/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":703,"Date":"9/3/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":924,"Cost":564,"Date":"9/5/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":783,"Cost":732,"Date":"10/6/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":577,"Date":"10/19/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":365,"Cost":247,"Date":"11/15/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":761,"Cost":666,"Date":"12/8/2021"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":695,"Cost":460,"Date":"1/8/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":127,"Cost":106,"Date":"1/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":303,"Date":"1/19/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":313,"Cost":166,"Date":"1/28/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":582,"Cost":525,"Date":"1/31/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":442,"Date":"3/27/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":474,"Cost":325,"Date":"4/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":78,"Date":"4/24/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":142,"Cost":89,"Date":"4/28/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":708,"Cost":437,"Date":"5/15/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":280,"Cost":187,"Date":"5/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":113,"Date":"5/18/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":806,"Cost":447,"Date":"6/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":254,"Date":"6/3/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":286,"Cost":235,"Date":"6/5/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":527,"Date":"6/7/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":296,"Date":"6/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":341,"Cost":296,"Date":"6/20/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":400,"Cost":263,"Date":"6/24/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":841,"Cost":557,"Date":"7/4/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":314,"Cost":292,"Date":"7/9/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":608,"Cost":525,"Date":"7/12/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":788,"Cost":604,"Date":"8/14/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":974,"Cost":691,"Date":"8/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":449,"Cost":314,"Date":"8/23/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":68,"Date":"9/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":993,"Cost":513,"Date":"9/3/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":936,"Cost":628,"Date":"9/16/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":465,"Cost":346,"Date":"10/4/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":632,"Cost":354,"Date":"11/1/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":747,"Cost":478,"Date":"11/2/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":890,"Cost":557,"Date":"12/17/2022"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":533,"Cost":506,"Date":"2/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":542,"Date":"2/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":932,"Cost":853,"Date":"3/4/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":12,"Cost":7,"Date":"3/9/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":543,"Cost":408,"Date":"3/9/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":238,"Cost":173,"Date":"3/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":476,"Cost":268,"Date":"3/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":393,"Cost":259,"Date":"3/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":739,"Cost":524,"Date":"3/23/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":336,"Cost":283,"Date":"4/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":28,"Date":"5/7/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":155,"Cost":78,"Date":"5/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":918,"Cost":835,"Date":"5/20/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":258,"Cost":168,"Date":"6/2/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":973,"Cost":659,"Date":"6/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":37,"Date":"6/16/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":605,"Cost":311,"Date":"6/16/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":641,"Cost":363,"Date":"7/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":903,"Cost":665,"Date":"7/11/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":951,"Cost":855,"Date":"8/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":996,"Cost":602,"Date":"8/29/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":446,"Cost":373,"Date":"8/31/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":376,"Cost":225,"Date":"9/8/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":249,"Cost":159,"Date":"9/13/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":384,"Cost":323,"Date":"9/14/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":567,"Cost":435,"Date":"9/19/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":762,"Cost":432,"Date":"9/25/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":866,"Cost":518,"Date":"10/4/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":508,"Cost":282,"Date":"10/10/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":515,"Cost":463,"Date":"10/17/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":636,"Cost":404,"Date":"10/28/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":170,"Cost":97,"Date":"10/30/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":813,"Cost":415,"Date":"11/1/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":113,"Cost":56,"Date":"11/15/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":542,"Cost":346,"Date":"11/25/2023"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":612,"Cost":326,"Date":"1/10/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":710,"Date":"1/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":821,"Cost":657,"Date":"1/20/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":421,"Cost":333,"Date":"2/8/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":90,"Cost":61,"Date":"2/25/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":594,"Cost":310,"Date":"3/7/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":606,"Cost":506,"Date":"3/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":551,"Cost":319,"Date":"3/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":530,"Date":"4/5/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":721,"Cost":522,"Date":"4/14/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":667,"Cost":535,"Date":"5/3/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":258,"Date":"5/9/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":301,"Cost":220,"Date":"5/15/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":18,"Date":"5/25/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":475,"Cost":396,"Date":"5/26/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":857,"Cost":485,"Date":"5/31/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":992,"Cost":598,"Date":"7/27/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":821,"Cost":482,"Date":"9/17/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":726,"Cost":605,"Date":"10/6/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":585,"Date":"10/8/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":201,"Cost":122,"Date":"10/26/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":206,"Date":"11/16/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":336,"Cost":193,"Date":"11/18/2024"},{"Store":"Winkelcentrum de Meir, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":23,"Cost":14,"Date":"12/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":832,"Cost":545,"Date":"2/9/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":31,"Cost":16,"Date":"2/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":375,"Cost":251,"Date":"3/10/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":627,"Cost":445,"Date":"3/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":528,"Cost":366,"Date":"3/18/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":422,"Cost":356,"Date":"3/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":889,"Cost":529,"Date":"3/26/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":474,"Cost":271,"Date":"6/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":227,"Cost":113,"Date":"6/10/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":154,"Cost":121,"Date":"6/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":396,"Cost":245,"Date":"6/25/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":427,"Cost":225,"Date":"7/19/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":505,"Cost":454,"Date":"7/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":446,"Cost":279,"Date":"7/25/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":820,"Cost":742,"Date":"8/4/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":31,"Cost":22,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":292,"Cost":184,"Date":"9/4/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":955,"Cost":781,"Date":"9/19/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":508,"Cost":431,"Date":"9/29/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":114,"Cost":94,"Date":"10/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":144,"Cost":108,"Date":"10/15/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":186,"Cost":115,"Date":"10/30/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":464,"Cost":359,"Date":"11/9/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":512,"Cost":339,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":303,"Cost":198,"Date":"11/30/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":40,"Cost":28,"Date":"12/8/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":903,"Cost":780,"Date":"12/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":295,"Cost":241,"Date":"1/15/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":773,"Cost":529,"Date":"1/24/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":390,"Cost":314,"Date":"2/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":827,"Cost":582,"Date":"2/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":844,"Cost":694,"Date":"3/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":64,"Cost":37,"Date":"3/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":172,"Cost":159,"Date":"4/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":850,"Cost":783,"Date":"5/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":389,"Cost":328,"Date":"5/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":390,"Cost":350,"Date":"6/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":961,"Cost":493,"Date":"6/26/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":256,"Cost":170,"Date":"7/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":259,"Cost":234,"Date":"7/13/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":283,"Cost":174,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":650,"Cost":342,"Date":"8/26/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":409,"Cost":302,"Date":"9/2/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":29,"Cost":25,"Date":"9/29/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":503,"Cost":362,"Date":"10/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":1,"Cost":1,"Date":"11/2/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":982,"Cost":681,"Date":"11/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":204,"Cost":160,"Date":"11/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":248,"Cost":184,"Date":"12/1/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":819,"Cost":610,"Date":"12/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":532,"Cost":303,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":735,"Cost":696,"Date":"12/18/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":244,"Cost":124,"Date":"12/20/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":563,"Cost":335,"Date":"12/20/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":584,"Cost":504,"Date":"12/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":785,"Cost":680,"Date":"1/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":483,"Cost":288,"Date":"2/5/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":269,"Cost":151,"Date":"2/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":615,"Cost":516,"Date":"2/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":733,"Cost":463,"Date":"2/18/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":657,"Cost":475,"Date":"2/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":998,"Cost":946,"Date":"2/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":532,"Cost":421,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":813,"Cost":512,"Date":"4/2/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":97,"Cost":81,"Date":"4/3/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":875,"Cost":453,"Date":"4/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":620,"Cost":514,"Date":"4/10/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":294,"Cost":178,"Date":"4/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":975,"Cost":649,"Date":"5/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":630,"Cost":373,"Date":"5/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":564,"Cost":416,"Date":"6/20/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":270,"Cost":223,"Date":"7/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":581,"Cost":369,"Date":"7/4/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":971,"Cost":632,"Date":"7/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":433,"Cost":333,"Date":"7/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":252,"Cost":135,"Date":"7/14/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":930,"Cost":569,"Date":"7/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":391,"Cost":249,"Date":"8/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":549,"Cost":473,"Date":"8/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":52,"Cost":43,"Date":"8/7/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":435,"Cost":228,"Date":"8/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":434,"Cost":335,"Date":"8/31/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":137,"Cost":101,"Date":"9/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":371,"Cost":232,"Date":"9/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":909,"Cost":581,"Date":"9/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":267,"Cost":187,"Date":"9/29/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":668,"Cost":603,"Date":"11/7/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":323,"Cost":163,"Date":"11/26/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":509,"Cost":452,"Date":"11/27/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":721,"Cost":437,"Date":"12/5/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":780,"Cost":616,"Date":"12/26/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":686,"Cost":418,"Date":"12/31/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":163,"Cost":93,"Date":"1/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":473,"Cost":331,"Date":"2/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":612,"Cost":335,"Date":"2/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":587,"Cost":422,"Date":"2/27/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":388,"Cost":238,"Date":"3/1/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":874,"Cost":793,"Date":"3/1/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":724,"Cost":642,"Date":"3/19/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":773,"Cost":693,"Date":"3/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":639,"Cost":411,"Date":"5/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":292,"Cost":202,"Date":"7/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":144,"Cost":74,"Date":"8/5/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":205,"Cost":184,"Date":"8/12/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":11,"Cost":11,"Date":"8/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":640,"Cost":445,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":62,"Cost":44,"Date":"9/3/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":953,"Cost":695,"Date":"9/5/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":406,"Cost":316,"Date":"10/6/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":816,"Cost":638,"Date":"10/19/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":393,"Cost":328,"Date":"11/15/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":498,"Cost":371,"Date":"12/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":875,"Cost":458,"Date":"1/8/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":969,"Cost":548,"Date":"1/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":169,"Cost":123,"Date":"1/19/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":377,"Cost":233,"Date":"1/28/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":721,"Cost":498,"Date":"1/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":382,"Cost":228,"Date":"3/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":90,"Cost":82,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":591,"Cost":486,"Date":"4/24/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":759,"Cost":389,"Date":"4/28/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":354,"Cost":188,"Date":"5/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":193,"Cost":181,"Date":"5/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":38,"Cost":28,"Date":"5/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":428,"Cost":350,"Date":"6/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":255,"Cost":198,"Date":"6/3/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":241,"Cost":134,"Date":"6/5/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":167,"Cost":140,"Date":"6/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":436,"Cost":240,"Date":"6/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":117,"Cost":70,"Date":"6/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":612,"Cost":322,"Date":"6/24/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":426,"Cost":357,"Date":"7/4/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":848,"Cost":603,"Date":"7/9/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":606,"Cost":336,"Date":"7/12/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":401,"Cost":219,"Date":"8/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":509,"Cost":262,"Date":"8/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":724,"Cost":514,"Date":"8/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":900,"Cost":467,"Date":"9/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":519,"Cost":431,"Date":"9/3/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":938,"Cost":723,"Date":"9/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":307,"Cost":229,"Date":"10/4/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":235,"Cost":154,"Date":"11/1/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":947,"Cost":887,"Date":"11/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":72,"Cost":61,"Date":"12/17/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":708,"Cost":386,"Date":"2/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":13,"Cost":7,"Date":"2/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":566,"Cost":531,"Date":"3/4/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":270,"Cost":242,"Date":"3/9/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":328,"Cost":225,"Date":"3/9/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":148,"Cost":119,"Date":"3/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":61,"Cost":47,"Date":"3/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":92,"Cost":82,"Date":"3/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":111,"Cost":58,"Date":"3/23/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":323,"Cost":223,"Date":"4/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":185,"Cost":130,"Date":"5/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":253,"Cost":140,"Date":"5/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":744,"Cost":543,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":541,"Cost":284,"Date":"6/2/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":797,"Cost":434,"Date":"6/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":15,"Cost":7,"Date":"6/16/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":818,"Cost":555,"Date":"6/16/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":909,"Cost":676,"Date":"7/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":706,"Cost":516,"Date":"7/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":331,"Cost":235,"Date":"8/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":806,"Cost":750,"Date":"8/29/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":80,"Cost":72,"Date":"8/31/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":162,"Cost":119,"Date":"9/8/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":386,"Cost":339,"Date":"9/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":326,"Cost":272,"Date":"9/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":488,"Cost":264,"Date":"9/19/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":665,"Cost":377,"Date":"9/25/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":149,"Cost":104,"Date":"10/4/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":296,"Cost":224,"Date":"10/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":711,"Cost":605,"Date":"10/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":331,"Cost":196,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":744,"Cost":601,"Date":"10/30/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":40,"Cost":36,"Date":"11/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":856,"Cost":639,"Date":"11/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":803,"Cost":604,"Date":"11/25/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":189,"Cost":152,"Date":"1/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":918,"Cost":860,"Date":"1/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":101,"Cost":78,"Date":"1/20/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":643,"Cost":574,"Date":"2/8/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":248,"Cost":229,"Date":"2/25/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":772,"Cost":659,"Date":"3/7/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":208,"Cost":174,"Date":"3/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":496,"Cost":282,"Date":"3/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":786,"Cost":461,"Date":"4/5/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":253,"Cost":150,"Date":"4/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":599,"Cost":540,"Date":"5/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":881,"Cost":827,"Date":"5/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":80,"Cost":61,"Date":"5/15/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":815,"Cost":767,"Date":"5/25/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":814,"Cost":439,"Date":"5/26/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":500,"Cost":415,"Date":"5/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":970,"Cost":742,"Date":"7/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":425,"Cost":381,"Date":"9/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":730,"Cost":398,"Date":"10/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":468,"Cost":438,"Date":"10/8/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":509,"Cost":393,"Date":"10/26/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":407,"Cost":347,"Date":"11/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":68,"Cost":47,"Date":"11/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM","Country":"Belgium","Sale":905,"Cost":595,"Date":"12/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":800,"Cost":622,"Date":"2/9/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":114,"Cost":83,"Date":"2/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":827,"Date":"3/10/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":272,"Date":"3/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":236,"Cost":138,"Date":"3/18/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":58,"Cost":32,"Date":"3/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":223,"Cost":112,"Date":"3/26/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":337,"Cost":185,"Date":"6/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":342,"Cost":300,"Date":"6/10/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":297,"Date":"6/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":54,"Cost":45,"Date":"6/25/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":744,"Cost":616,"Date":"7/19/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":447,"Date":"7/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":161,"Cost":146,"Date":"7/25/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":464,"Cost":428,"Date":"8/4/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":201,"Cost":158,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":220,"Date":"9/4/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":186,"Date":"9/19/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":628,"Cost":524,"Date":"9/29/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":488,"Date":"10/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":828,"Cost":672,"Date":"10/15/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":944,"Cost":897,"Date":"10/30/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":236,"Date":"11/9/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":337,"Cost":187,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":854,"Cost":601,"Date":"11/30/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":353,"Date":"12/8/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":250,"Cost":202,"Date":"12/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":461,"Cost":385,"Date":"1/15/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":145,"Date":"1/24/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":264,"Date":"2/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":90,"Cost":70,"Date":"2/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":990,"Cost":709,"Date":"3/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":849,"Cost":771,"Date":"3/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":265,"Date":"4/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":353,"Cost":265,"Date":"5/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":420,"Date":"5/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":244,"Cost":217,"Date":"6/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":679,"Cost":354,"Date":"6/26/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":170,"Cost":138,"Date":"7/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":877,"Cost":555,"Date":"7/13/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":356,"Cost":308,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":957,"Cost":610,"Date":"8/26/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":185,"Cost":98,"Date":"9/2/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":374,"Date":"9/29/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":950,"Cost":475,"Date":"10/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":784,"Cost":461,"Date":"11/2/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":317,"Date":"11/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":448,"Cost":373,"Date":"11/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":9,"Date":"12/1/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":38,"Cost":20,"Date":"12/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":222,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":357,"Cost":187,"Date":"12/18/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":376,"Date":"12/20/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":506,"Cost":353,"Date":"12/20/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":563,"Cost":322,"Date":"12/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":852,"Cost":641,"Date":"1/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":970,"Cost":820,"Date":"2/5/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":683,"Cost":457,"Date":"2/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":647,"Date":"2/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":926,"Cost":829,"Date":"2/18/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":533,"Cost":373,"Date":"2/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":263,"Date":"2/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":37,"Cost":24,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":143,"Date":"4/2/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":844,"Cost":531,"Date":"4/3/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":493,"Cost":306,"Date":"4/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":785,"Cost":548,"Date":"4/10/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":894,"Cost":717,"Date":"4/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":491,"Cost":358,"Date":"5/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":636,"Cost":452,"Date":"5/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":631,"Cost":506,"Date":"6/20/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":957,"Cost":856,"Date":"7/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":861,"Cost":505,"Date":"7/4/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":267,"Cost":206,"Date":"7/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":901,"Cost":633,"Date":"7/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":177,"Cost":148,"Date":"7/14/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":250,"Date":"7/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":574,"Date":"8/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":450,"Cost":225,"Date":"8/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":17,"Cost":16,"Date":"8/7/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":214,"Cost":154,"Date":"8/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":714,"Cost":367,"Date":"8/31/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":598,"Cost":560,"Date":"9/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":487,"Cost":262,"Date":"9/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":666,"Cost":391,"Date":"9/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":768,"Date":"9/29/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":253,"Date":"11/7/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":60,"Cost":30,"Date":"11/26/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":835,"Cost":715,"Date":"11/27/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":269,"Cost":251,"Date":"12/5/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":629,"Cost":339,"Date":"12/26/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":147,"Date":"12/31/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":735,"Cost":606,"Date":"1/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":426,"Cost":300,"Date":"2/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":339,"Cost":240,"Date":"2/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":201,"Date":"2/27/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":150,"Cost":116,"Date":"3/1/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":243,"Cost":137,"Date":"3/1/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":480,"Date":"3/19/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":387,"Date":"3/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":430,"Date":"5/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":406,"Cost":252,"Date":"7/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":712,"Date":"8/5/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":458,"Cost":298,"Date":"8/12/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":523,"Date":"8/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":750,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":203,"Cost":179,"Date":"9/3/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":641,"Date":"9/5/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":437,"Date":"10/6/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":50,"Cost":47,"Date":"10/19/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":296,"Cost":241,"Date":"11/15/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":372,"Cost":278,"Date":"12/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":755,"Cost":452,"Date":"1/8/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":235,"Cost":190,"Date":"1/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":204,"Date":"1/19/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":477,"Cost":248,"Date":"1/28/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":498,"Cost":299,"Date":"1/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":525,"Cost":355,"Date":"3/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":813,"Cost":700,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":67,"Date":"4/24/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":228,"Cost":193,"Date":"4/28/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":739,"Cost":494,"Date":"5/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":495,"Cost":264,"Date":"5/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":835,"Cost":628,"Date":"5/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":676,"Cost":349,"Date":"6/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":27,"Cost":24,"Date":"6/3/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":568,"Cost":514,"Date":"6/5/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":597,"Cost":504,"Date":"6/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":309,"Date":"6/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":701,"Cost":599,"Date":"6/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":617,"Cost":460,"Date":"6/24/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":841,"Cost":681,"Date":"7/4/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":447,"Cost":287,"Date":"7/9/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":439,"Cost":346,"Date":"7/12/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":649,"Cost":616,"Date":"8/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":284,"Date":"8/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":39,"Cost":35,"Date":"8/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":850,"Cost":656,"Date":"9/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":897,"Cost":576,"Date":"9/3/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":10,"Cost":6,"Date":"9/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":881,"Cost":501,"Date":"10/4/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":524,"Cost":449,"Date":"11/1/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":655,"Cost":615,"Date":"11/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":850,"Cost":642,"Date":"12/17/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":732,"Cost":450,"Date":"2/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":640,"Date":"2/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":999,"Cost":702,"Date":"3/4/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":360,"Cost":277,"Date":"3/9/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":999,"Cost":671,"Date":"3/9/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":597,"Cost":414,"Date":"3/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":394,"Cost":301,"Date":"3/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":162,"Cost":134,"Date":"3/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":903,"Cost":642,"Date":"3/23/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":746,"Cost":395,"Date":"4/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":925,"Cost":863,"Date":"5/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":129,"Cost":106,"Date":"5/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":113,"Cost":58,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":68,"Date":"6/2/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":228,"Date":"6/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":407,"Date":"6/16/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":762,"Cost":603,"Date":"6/16/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":6,"Cost":3,"Date":"7/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":121,"Cost":69,"Date":"7/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":709,"Cost":581,"Date":"8/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":377,"Date":"8/29/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":177,"Cost":129,"Date":"8/31/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":54,"Cost":30,"Date":"9/8/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":685,"Cost":555,"Date":"9/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":403,"Cost":225,"Date":"9/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":49,"Date":"9/19/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":18,"Date":"9/25/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":214,"Cost":199,"Date":"10/4/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":986,"Cost":756,"Date":"10/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":286,"Cost":196,"Date":"10/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":597,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":962,"Cost":521,"Date":"10/30/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":143,"Date":"11/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":551,"Cost":521,"Date":"11/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":712,"Cost":396,"Date":"11/25/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":78,"Cost":73,"Date":"1/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":767,"Cost":642,"Date":"1/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":184,"Date":"1/20/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":632,"Cost":344,"Date":"2/8/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":739,"Cost":642,"Date":"2/25/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":488,"Cost":366,"Date":"3/7/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":337,"Date":"3/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":267,"Date":"3/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":442,"Cost":293,"Date":"4/5/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":410,"Cost":243,"Date":"4/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":623,"Cost":563,"Date":"5/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":522,"Cost":355,"Date":"5/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":347,"Cost":224,"Date":"5/15/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":415,"Cost":289,"Date":"5/25/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":801,"Cost":677,"Date":"5/26/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":571,"Cost":431,"Date":"5/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":868,"Cost":564,"Date":"7/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":193,"Cost":130,"Date":"9/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":247,"Date":"10/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":153,"Date":"10/8/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":439,"Cost":250,"Date":"10/26/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":512,"Cost":403,"Date":"11/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":269,"Cost":217,"Date":"11/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"Jeans","Country":"Belgium","Sale":890,"Cost":535,"Date":"12/1/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":310,"Date":"2/9/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":941,"Cost":584,"Date":"2/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":219,"Cost":189,"Date":"3/10/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":146,"Cost":111,"Date":"3/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":52,"Cost":48,"Date":"3/18/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":186,"Cost":164,"Date":"3/20/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":651,"Cost":327,"Date":"3/26/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":698,"Cost":510,"Date":"6/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":968,"Cost":505,"Date":"6/10/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":89,"Cost":82,"Date":"6/16/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":890,"Cost":767,"Date":"6/25/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":184,"Date":"7/19/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":889,"Cost":663,"Date":"7/21/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":286,"Cost":180,"Date":"7/25/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":280,"Cost":174,"Date":"8/4/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":662,"Cost":483,"Date":"9/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":346,"Date":"9/4/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":845,"Cost":430,"Date":"9/19/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":859,"Cost":676,"Date":"9/29/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":231,"Date":"10/2/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":198,"Cost":152,"Date":"10/15/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":463,"Cost":244,"Date":"10/30/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":925,"Cost":467,"Date":"11/9/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":516,"Cost":342,"Date":"11/23/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":765,"Cost":634,"Date":"11/30/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":963,"Cost":825,"Date":"12/8/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":679,"Cost":546,"Date":"12/11/2018"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":981,"Cost":820,"Date":"1/15/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":349,"Cost":250,"Date":"1/24/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":623,"Cost":404,"Date":"2/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":203,"Date":"2/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":849,"Cost":440,"Date":"3/9/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":79,"Date":"3/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":317,"Cost":213,"Date":"4/19/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":409,"Cost":294,"Date":"5/3/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":250,"Cost":160,"Date":"5/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":247,"Cost":136,"Date":"6/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":983,"Cost":696,"Date":"6/26/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":341,"Cost":199,"Date":"7/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":554,"Cost":301,"Date":"7/13/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":55,"Date":"8/8/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":601,"Cost":328,"Date":"8/26/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":161,"Cost":123,"Date":"9/2/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":150,"Cost":97,"Date":"9/29/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":475,"Cost":251,"Date":"10/12/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":82,"Date":"11/2/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":415,"Cost":317,"Date":"11/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":150,"Cost":113,"Date":"11/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":479,"Cost":288,"Date":"12/1/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":188,"Cost":177,"Date":"12/4/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":127,"Date":"12/7/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":250,"Cost":146,"Date":"12/18/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":225,"Cost":190,"Date":"12/20/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":79,"Cost":58,"Date":"12/20/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":99,"Date":"12/21/2019"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":905,"Cost":652,"Date":"1/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":527,"Cost":279,"Date":"2/5/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":119,"Cost":67,"Date":"2/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":958,"Cost":631,"Date":"2/16/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":251,"Cost":194,"Date":"2/18/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":641,"Date":"2/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":704,"Cost":389,"Date":"2/25/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":174,"Date":"3/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":430,"Date":"4/2/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":100,"Cost":75,"Date":"4/3/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":763,"Cost":521,"Date":"4/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":670,"Cost":380,"Date":"4/10/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":262,"Cost":150,"Date":"4/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":492,"Date":"5/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":980,"Cost":882,"Date":"5/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":103,"Cost":95,"Date":"6/20/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":395,"Cost":310,"Date":"7/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":342,"Cost":242,"Date":"7/4/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":62,"Date":"7/8/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":628,"Cost":315,"Date":"7/9/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":561,"Cost":322,"Date":"7/14/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":387,"Date":"7/19/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":419,"Date":"8/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":710,"Cost":627,"Date":"8/6/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":218,"Cost":147,"Date":"8/7/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":391,"Cost":326,"Date":"8/22/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":314,"Date":"8/31/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":750,"Cost":712,"Date":"9/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":904,"Cost":514,"Date":"9/1/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":340,"Cost":318,"Date":"9/17/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":247,"Cost":191,"Date":"9/29/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":294,"Date":"11/7/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":142,"Cost":117,"Date":"11/26/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":168,"Cost":111,"Date":"11/27/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":136,"Date":"12/5/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":186,"Date":"12/26/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":828,"Cost":655,"Date":"12/31/2020"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":425,"Date":"1/20/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":945,"Cost":493,"Date":"2/2/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":743,"Cost":617,"Date":"2/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":221,"Date":"2/27/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":506,"Cost":363,"Date":"3/1/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":370,"Cost":335,"Date":"3/1/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":288,"Cost":231,"Date":"3/19/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":420,"Date":"3/28/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":818,"Cost":731,"Date":"5/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":849,"Cost":634,"Date":"7/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":947,"Cost":734,"Date":"8/5/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":904,"Cost":634,"Date":"8/12/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":47,"Cost":34,"Date":"8/21/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":725,"Cost":636,"Date":"8/23/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":399,"Date":"9/3/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":830,"Cost":559,"Date":"9/5/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":837,"Cost":750,"Date":"10/6/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":77,"Date":"10/19/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":134,"Date":"11/15/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":821,"Cost":654,"Date":"12/8/2021"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":434,"Cost":315,"Date":"1/8/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":729,"Cost":481,"Date":"1/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":522,"Date":"1/19/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":900,"Cost":550,"Date":"1/28/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":503,"Cost":470,"Date":"1/31/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":574,"Cost":462,"Date":"3/27/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":949,"Cost":786,"Date":"4/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":605,"Cost":320,"Date":"4/24/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":227,"Cost":200,"Date":"4/28/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":846,"Cost":553,"Date":"5/15/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":979,"Cost":870,"Date":"5/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":581,"Cost":453,"Date":"5/18/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":508,"Cost":459,"Date":"6/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":912,"Cost":681,"Date":"6/3/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":456,"Cost":413,"Date":"6/5/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":354,"Cost":256,"Date":"6/7/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":418,"Cost":240,"Date":"6/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":905,"Cost":784,"Date":"6/20/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":734,"Cost":545,"Date":"6/24/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":450,"Cost":275,"Date":"7/4/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":755,"Cost":477,"Date":"7/9/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":224,"Cost":138,"Date":"7/12/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":840,"Cost":490,"Date":"8/14/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":522,"Cost":342,"Date":"8/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":558,"Date":"8/23/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":458,"Date":"9/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":201,"Cost":118,"Date":"9/3/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":494,"Cost":423,"Date":"9/16/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":468,"Date":"10/4/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":734,"Date":"11/1/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":762,"Cost":491,"Date":"11/2/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":139,"Date":"12/17/2022"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":402,"Cost":318,"Date":"2/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":145,"Date":"2/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":964,"Cost":654,"Date":"3/4/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":945,"Cost":577,"Date":"3/9/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":270,"Cost":237,"Date":"3/9/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":816,"Cost":688,"Date":"3/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":604,"Date":"3/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":372,"Cost":314,"Date":"3/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":630,"Cost":342,"Date":"3/23/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":889,"Cost":452,"Date":"4/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":619,"Cost":470,"Date":"5/7/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":164,"Date":"5/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":633,"Cost":541,"Date":"5/20/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":179,"Date":"6/2/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":424,"Cost":379,"Date":"6/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":18,"Cost":14,"Date":"6/16/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":151,"Cost":81,"Date":"6/16/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":675,"Cost":555,"Date":"7/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":443,"Date":"7/11/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":929,"Cost":680,"Date":"8/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":337,"Cost":197,"Date":"8/29/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":501,"Cost":374,"Date":"8/31/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":931,"Cost":858,"Date":"9/8/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":180,"Date":"9/13/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":213,"Date":"9/14/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":343,"Cost":306,"Date":"9/19/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":68,"Date":"9/25/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":160,"Cost":102,"Date":"10/4/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":388,"Date":"10/10/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":641,"Date":"10/17/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":847,"Cost":658,"Date":"10/28/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":335,"Cost":291,"Date":"10/30/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":118,"Cost":112,"Date":"11/1/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":291,"Cost":230,"Date":"11/15/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":260,"Date":"11/25/2023"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":939,"Cost":856,"Date":"1/10/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":328,"Date":"1/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":708,"Cost":602,"Date":"1/20/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":364,"Date":"2/8/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":986,"Cost":771,"Date":"2/25/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":878,"Cost":765,"Date":"3/7/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":413,"Cost":366,"Date":"3/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":617,"Date":"3/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":333,"Cost":259,"Date":"4/5/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":552,"Cost":506,"Date":"4/14/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":541,"Date":"5/3/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":243,"Cost":129,"Date":"5/9/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":35,"Cost":26,"Date":"5/15/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":325,"Cost":226,"Date":"5/25/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":307,"Date":"5/26/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":126,"Cost":118,"Date":"5/31/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":996,"Cost":941,"Date":"7/27/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":44,"Cost":33,"Date":"9/17/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":951,"Cost":522,"Date":"10/6/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":580,"Date":"10/8/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":67,"Cost":47,"Date":"10/26/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":679,"Cost":600,"Date":"11/16/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":11,"Date":"11/18/2024"},{"Store":"Wijnegem Shopping Center, Antwerp","Brand":"HM Home","Country":"Belgium","Sale":67,"Cost":42,"Date":"12/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":17,"Cost":11,"Date":"2/9/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":654,"Cost":575,"Date":"2/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":161,"Cost":102,"Date":"3/10/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":161,"Cost":131,"Date":"3/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":775,"Cost":537,"Date":"3/18/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":856,"Cost":492,"Date":"3/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":30,"Cost":28,"Date":"3/26/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":541,"Cost":489,"Date":"6/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":799,"Cost":562,"Date":"6/10/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":27,"Cost":21,"Date":"6/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":700,"Cost":448,"Date":"6/25/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":716,"Cost":433,"Date":"7/19/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":730,"Cost":612,"Date":"7/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":9,"Cost":5,"Date":"7/25/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":849,"Cost":728,"Date":"8/4/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":259,"Cost":238,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":291,"Date":"9/4/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":171,"Cost":140,"Date":"9/19/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":512,"Cost":354,"Date":"9/29/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":42,"Date":"10/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":713,"Cost":575,"Date":"10/15/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":742,"Cost":429,"Date":"10/30/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":496,"Cost":424,"Date":"11/9/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":305,"Cost":242,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":840,"Cost":518,"Date":"11/30/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":948,"Cost":517,"Date":"12/8/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":14,"Cost":12,"Date":"12/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":918,"Cost":851,"Date":"1/15/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":954,"Cost":829,"Date":"1/24/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":259,"Cost":231,"Date":"2/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":182,"Cost":106,"Date":"2/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":135,"Cost":122,"Date":"3/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":408,"Cost":234,"Date":"3/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":254,"Cost":222,"Date":"4/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":163,"Cost":131,"Date":"5/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":840,"Cost":504,"Date":"5/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":634,"Cost":558,"Date":"6/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":729,"Cost":588,"Date":"6/26/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":615,"Cost":467,"Date":"7/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":20,"Cost":12,"Date":"7/13/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":213,"Cost":111,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":789,"Cost":468,"Date":"8/26/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":234,"Date":"9/2/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":978,"Cost":749,"Date":"9/29/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":70,"Cost":38,"Date":"10/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":104,"Cost":63,"Date":"11/2/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":690,"Cost":540,"Date":"11/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":705,"Cost":533,"Date":"11/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":711,"Cost":526,"Date":"12/1/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":530,"Cost":429,"Date":"12/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":859,"Cost":606,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":562,"Cost":395,"Date":"12/18/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":723,"Cost":544,"Date":"12/20/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":325,"Cost":224,"Date":"12/20/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":336,"Cost":219,"Date":"12/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":1,"Date":"1/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":105,"Cost":53,"Date":"2/5/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":724,"Cost":499,"Date":"2/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":200,"Cost":144,"Date":"2/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":770,"Cost":694,"Date":"2/18/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":261,"Cost":187,"Date":"2/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":694,"Cost":459,"Date":"2/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":47,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":46,"Cost":35,"Date":"4/2/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":902,"Cost":524,"Date":"4/3/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":511,"Cost":392,"Date":"4/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":864,"Cost":512,"Date":"4/10/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":581,"Cost":318,"Date":"4/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":616,"Cost":502,"Date":"5/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":173,"Cost":131,"Date":"5/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":4,"Date":"6/20/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":462,"Cost":243,"Date":"7/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":164,"Cost":98,"Date":"7/4/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":634,"Cost":554,"Date":"7/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":173,"Cost":105,"Date":"7/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":582,"Cost":519,"Date":"7/14/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":800,"Cost":632,"Date":"7/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":192,"Cost":159,"Date":"8/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":656,"Cost":572,"Date":"8/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":94,"Cost":53,"Date":"8/7/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":174,"Cost":141,"Date":"8/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":492,"Cost":386,"Date":"8/31/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":417,"Cost":381,"Date":"9/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":28,"Cost":21,"Date":"9/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":674,"Cost":355,"Date":"9/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":521,"Cost":421,"Date":"9/29/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":529,"Date":"11/7/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":540,"Cost":326,"Date":"11/26/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":190,"Cost":164,"Date":"11/27/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":567,"Cost":342,"Date":"12/5/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":986,"Cost":639,"Date":"12/26/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":8,"Cost":4,"Date":"12/31/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":534,"Cost":295,"Date":"1/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":687,"Cost":488,"Date":"2/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":574,"Cost":436,"Date":"2/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":687,"Cost":364,"Date":"2/27/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":49,"Cost":46,"Date":"3/1/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":42,"Cost":29,"Date":"3/1/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":338,"Cost":259,"Date":"3/19/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":972,"Cost":639,"Date":"3/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":11,"Cost":6,"Date":"5/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":475,"Cost":281,"Date":"7/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":901,"Cost":839,"Date":"8/5/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":617,"Cost":516,"Date":"8/12/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":93,"Cost":46,"Date":"8/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":352,"Cost":272,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":413,"Cost":345,"Date":"9/3/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":898,"Cost":590,"Date":"9/5/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":287,"Cost":177,"Date":"10/6/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":92,"Cost":59,"Date":"10/19/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":290,"Cost":171,"Date":"11/15/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":191,"Cost":161,"Date":"12/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":4,"Date":"1/8/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":665,"Cost":399,"Date":"1/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":224,"Cost":135,"Date":"1/19/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":344,"Cost":202,"Date":"1/28/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":188,"Cost":143,"Date":"1/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":407,"Cost":367,"Date":"3/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":509,"Cost":481,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":822,"Cost":699,"Date":"4/24/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":45,"Cost":39,"Date":"4/28/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":700,"Cost":460,"Date":"5/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":44,"Cost":24,"Date":"5/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":695,"Cost":419,"Date":"5/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":855,"Cost":568,"Date":"6/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":503,"Cost":427,"Date":"6/3/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":376,"Cost":217,"Date":"6/5/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":249,"Cost":237,"Date":"6/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":121,"Cost":91,"Date":"6/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":595,"Cost":431,"Date":"6/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":426,"Cost":224,"Date":"6/24/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":323,"Cost":252,"Date":"7/4/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":646,"Cost":538,"Date":"7/9/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":782,"Cost":542,"Date":"7/12/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":365,"Cost":238,"Date":"8/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":363,"Cost":297,"Date":"8/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":734,"Cost":594,"Date":"8/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":572,"Cost":423,"Date":"9/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":979,"Cost":804,"Date":"9/3/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":24,"Date":"9/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":56,"Cost":49,"Date":"10/4/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":171,"Cost":138,"Date":"11/1/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":432,"Cost":334,"Date":"11/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":244,"Cost":231,"Date":"12/17/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":137,"Cost":121,"Date":"2/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":40,"Cost":25,"Date":"2/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":571,"Cost":456,"Date":"3/4/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":185,"Cost":169,"Date":"3/9/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":134,"Cost":110,"Date":"3/9/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":802,"Cost":695,"Date":"3/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":183,"Cost":129,"Date":"3/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":539,"Cost":296,"Date":"3/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":781,"Cost":649,"Date":"3/23/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":350,"Cost":228,"Date":"4/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":786,"Cost":553,"Date":"5/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":606,"Cost":566,"Date":"5/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":358,"Cost":326,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":580,"Date":"6/2/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":752,"Cost":624,"Date":"6/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":365,"Cost":344,"Date":"6/16/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":573,"Cost":302,"Date":"6/16/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":508,"Cost":321,"Date":"7/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":102,"Date":"7/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":818,"Cost":421,"Date":"8/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":257,"Cost":196,"Date":"8/29/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":682,"Cost":555,"Date":"8/31/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":382,"Cost":223,"Date":"9/8/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":401,"Cost":219,"Date":"9/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":7,"Cost":5,"Date":"9/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":243,"Cost":224,"Date":"9/19/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":697,"Cost":543,"Date":"9/25/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":55,"Date":"10/4/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":411,"Cost":212,"Date":"10/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":289,"Cost":167,"Date":"10/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":524,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":448,"Cost":303,"Date":"10/30/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":528,"Cost":335,"Date":"11/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":985,"Cost":904,"Date":"11/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":355,"Cost":319,"Date":"11/25/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":825,"Cost":483,"Date":"1/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":921,"Cost":654,"Date":"1/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":366,"Cost":346,"Date":"1/20/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":925,"Cost":721,"Date":"2/8/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":469,"Cost":358,"Date":"2/25/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":985,"Cost":540,"Date":"3/7/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":945,"Cost":658,"Date":"3/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":299,"Cost":166,"Date":"3/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":484,"Cost":338,"Date":"4/5/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":776,"Cost":398,"Date":"4/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":194,"Cost":147,"Date":"5/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":886,"Cost":637,"Date":"5/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":407,"Cost":309,"Date":"5/15/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":90,"Cost":53,"Date":"5/25/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":52,"Cost":50,"Date":"5/26/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":26,"Cost":21,"Date":"5/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":655,"Cost":478,"Date":"7/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":821,"Cost":510,"Date":"9/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":573,"Cost":468,"Date":"10/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":829,"Cost":526,"Date":"10/8/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":971,"Cost":813,"Date":"10/26/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":531,"Date":"11/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":916,"Cost":866,"Date":"11/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Sellpy","Country":"Belgium","Sale":208,"Cost":115,"Date":"12/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":442,"Cost":258,"Date":"2/9/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":389,"Cost":246,"Date":"2/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":339,"Cost":308,"Date":"3/10/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":929,"Cost":762,"Date":"3/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":295,"Cost":178,"Date":"3/18/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":765,"Cost":551,"Date":"3/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":993,"Cost":769,"Date":"3/26/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":165,"Cost":144,"Date":"6/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":828,"Cost":566,"Date":"6/10/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":633,"Cost":391,"Date":"6/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":227,"Cost":142,"Date":"6/25/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":620,"Cost":321,"Date":"7/19/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":278,"Cost":240,"Date":"7/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":193,"Cost":152,"Date":"7/25/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":261,"Cost":224,"Date":"8/4/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":853,"Cost":753,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":122,"Cost":97,"Date":"9/4/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":961,"Cost":522,"Date":"9/19/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":317,"Cost":232,"Date":"9/29/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":462,"Cost":265,"Date":"10/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":893,"Cost":727,"Date":"10/15/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":391,"Cost":225,"Date":"10/30/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":279,"Cost":151,"Date":"11/9/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":711,"Cost":611,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":613,"Cost":458,"Date":"11/30/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":70,"Cost":45,"Date":"12/8/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":798,"Cost":454,"Date":"12/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":522,"Cost":307,"Date":"1/15/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":336,"Cost":179,"Date":"1/24/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":501,"Cost":458,"Date":"2/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":894,"Cost":493,"Date":"2/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":549,"Cost":503,"Date":"3/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":149,"Cost":120,"Date":"3/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":748,"Cost":683,"Date":"4/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":211,"Cost":137,"Date":"5/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":592,"Cost":536,"Date":"5/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":304,"Cost":264,"Date":"6/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":706,"Cost":490,"Date":"6/26/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":265,"Cost":190,"Date":"7/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":849,"Cost":585,"Date":"7/13/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":937,"Cost":614,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":765,"Cost":487,"Date":"8/26/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":227,"Cost":177,"Date":"9/2/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":762,"Cost":630,"Date":"9/29/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":159,"Cost":103,"Date":"10/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":806,"Cost":617,"Date":"11/2/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":627,"Cost":501,"Date":"11/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":936,"Cost":836,"Date":"11/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":519,"Cost":413,"Date":"12/1/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":397,"Cost":214,"Date":"12/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":13,"Cost":8,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":365,"Cost":205,"Date":"12/18/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":329,"Cost":233,"Date":"12/20/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":256,"Cost":215,"Date":"12/20/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":870,"Cost":658,"Date":"12/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":336,"Cost":205,"Date":"1/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":303,"Cost":221,"Date":"2/5/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":247,"Cost":166,"Date":"2/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":975,"Cost":808,"Date":"2/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":294,"Cost":196,"Date":"2/18/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":322,"Cost":288,"Date":"2/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":967,"Cost":723,"Date":"2/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":621,"Cost":541,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":407,"Cost":249,"Date":"4/2/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":256,"Cost":200,"Date":"4/3/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":46,"Cost":43,"Date":"4/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":957,"Cost":655,"Date":"4/10/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":912,"Cost":849,"Date":"4/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":516,"Cost":397,"Date":"5/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":356,"Cost":239,"Date":"5/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":633,"Cost":405,"Date":"6/20/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":11,"Cost":6,"Date":"7/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":364,"Cost":290,"Date":"7/4/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":128,"Cost":64,"Date":"7/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":756,"Cost":676,"Date":"7/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":762,"Cost":394,"Date":"7/14/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":954,"Cost":727,"Date":"7/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":886,"Cost":638,"Date":"8/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":993,"Cost":564,"Date":"8/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":994,"Cost":750,"Date":"8/7/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":405,"Cost":347,"Date":"8/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":936,"Cost":578,"Date":"8/31/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":558,"Cost":430,"Date":"9/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":363,"Cost":321,"Date":"9/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":187,"Cost":165,"Date":"9/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":608,"Cost":551,"Date":"9/29/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":291,"Cost":207,"Date":"11/7/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":306,"Cost":217,"Date":"11/26/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":202,"Cost":132,"Date":"11/27/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":701,"Cost":428,"Date":"12/5/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":996,"Cost":560,"Date":"12/26/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":774,"Cost":423,"Date":"12/31/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":479,"Cost":424,"Date":"1/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":541,"Cost":283,"Date":"2/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":324,"Cost":266,"Date":"2/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":16,"Cost":15,"Date":"2/27/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":525,"Cost":295,"Date":"3/1/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":556,"Cost":317,"Date":"3/1/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":24,"Cost":20,"Date":"3/19/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":767,"Cost":600,"Date":"3/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":514,"Cost":347,"Date":"5/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":130,"Cost":116,"Date":"7/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":873,"Cost":701,"Date":"8/5/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":615,"Cost":458,"Date":"8/12/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":575,"Cost":509,"Date":"8/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":885,"Cost":679,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":313,"Cost":283,"Date":"9/3/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":175,"Cost":164,"Date":"9/5/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":870,"Cost":466,"Date":"10/6/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":820,"Cost":563,"Date":"10/19/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":312,"Cost":224,"Date":"11/15/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":693,"Cost":571,"Date":"12/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":86,"Cost":70,"Date":"1/8/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":104,"Cost":96,"Date":"1/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":591,"Cost":336,"Date":"1/19/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":178,"Cost":160,"Date":"1/28/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":282,"Cost":219,"Date":"1/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":278,"Cost":250,"Date":"3/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":225,"Cost":153,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":447,"Cost":278,"Date":"4/24/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":456,"Cost":275,"Date":"4/28/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":561,"Cost":449,"Date":"5/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":493,"Cost":294,"Date":"5/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":822,"Cost":668,"Date":"5/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":560,"Cost":451,"Date":"6/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":409,"Cost":243,"Date":"6/3/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":669,"Cost":448,"Date":"6/5/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":112,"Cost":67,"Date":"6/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":70,"Cost":45,"Date":"6/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":960,"Cost":903,"Date":"6/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":33,"Cost":30,"Date":"6/24/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":526,"Cost":407,"Date":"7/4/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":490,"Cost":332,"Date":"7/9/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":627,"Cost":326,"Date":"7/12/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":86,"Cost":80,"Date":"8/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":821,"Cost":661,"Date":"8/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":520,"Cost":332,"Date":"8/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":356,"Cost":323,"Date":"9/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":853,"Cost":500,"Date":"9/3/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":831,"Cost":683,"Date":"9/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":110,"Cost":104,"Date":"10/4/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":925,"Cost":664,"Date":"11/1/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":719,"Cost":454,"Date":"11/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":968,"Cost":642,"Date":"12/17/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":503,"Cost":303,"Date":"2/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":261,"Cost":219,"Date":"2/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":442,"Cost":290,"Date":"3/4/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":944,"Cost":815,"Date":"3/9/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":197,"Cost":136,"Date":"3/9/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":576,"Cost":328,"Date":"3/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":512,"Cost":484,"Date":"3/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":664,"Cost":353,"Date":"3/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":858,"Cost":602,"Date":"3/23/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":925,"Cost":754,"Date":"4/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":997,"Cost":764,"Date":"5/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":257,"Cost":243,"Date":"5/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":887,"Cost":767,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":417,"Cost":350,"Date":"6/2/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":280,"Cost":220,"Date":"6/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":820,"Cost":495,"Date":"6/16/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":608,"Cost":508,"Date":"6/16/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":798,"Cost":685,"Date":"7/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":257,"Cost":172,"Date":"7/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":218,"Cost":191,"Date":"8/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":392,"Cost":259,"Date":"8/29/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":764,"Cost":428,"Date":"8/31/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":125,"Cost":99,"Date":"9/8/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":900,"Cost":767,"Date":"9/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":894,"Cost":798,"Date":"9/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":492,"Cost":267,"Date":"9/19/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":404,"Cost":379,"Date":"9/25/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":743,"Cost":407,"Date":"10/4/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":310,"Cost":294,"Date":"10/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":783,"Cost":403,"Date":"10/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":468,"Cost":318,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":281,"Cost":199,"Date":"10/30/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":876,"Cost":454,"Date":"11/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":816,"Cost":682,"Date":"11/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":564,"Cost":497,"Date":"11/25/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":612,"Cost":578,"Date":"1/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":299,"Cost":194,"Date":"1/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":103,"Cost":63,"Date":"1/20/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":948,"Cost":661,"Date":"2/8/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":502,"Cost":375,"Date":"2/25/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":99,"Cost":84,"Date":"3/7/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":871,"Cost":805,"Date":"3/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":946,"Cost":891,"Date":"3/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":393,"Cost":231,"Date":"4/5/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":64,"Cost":53,"Date":"4/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":256,"Cost":177,"Date":"5/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":706,"Cost":382,"Date":"5/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":51,"Cost":46,"Date":"5/15/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":833,"Cost":428,"Date":"5/25/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":904,"Cost":720,"Date":"5/26/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":385,"Cost":299,"Date":"5/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":891,"Cost":803,"Date":"7/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":422,"Cost":352,"Date":"9/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":881,"Cost":482,"Date":"10/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":299,"Cost":173,"Date":"10/8/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":319,"Cost":202,"Date":"10/26/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":961,"Cost":502,"Date":"11/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":825,"Cost":651,"Date":"11/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"HM","Country":"Belgium","Sale":477,"Cost":282,"Date":"12/1/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":427,"Cost":373,"Date":"2/9/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":519,"Cost":355,"Date":"2/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":223,"Cost":165,"Date":"3/10/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":152,"Cost":91,"Date":"3/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":307,"Cost":281,"Date":"3/18/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":41,"Date":"3/20/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":909,"Cost":583,"Date":"3/26/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":193,"Date":"6/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":761,"Cost":526,"Date":"6/10/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":817,"Cost":681,"Date":"6/16/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":526,"Cost":300,"Date":"6/25/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":180,"Cost":105,"Date":"7/19/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":462,"Cost":383,"Date":"7/21/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":673,"Cost":398,"Date":"7/25/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":484,"Cost":394,"Date":"8/4/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":788,"Cost":573,"Date":"9/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":949,"Cost":560,"Date":"9/4/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":303,"Cost":179,"Date":"9/19/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":713,"Cost":524,"Date":"9/29/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":237,"Date":"10/2/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":912,"Cost":797,"Date":"10/15/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":901,"Cost":741,"Date":"10/30/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":402,"Cost":310,"Date":"11/9/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":867,"Cost":503,"Date":"11/23/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":618,"Cost":423,"Date":"11/30/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":789,"Cost":516,"Date":"12/8/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":945,"Cost":687,"Date":"12/11/2018"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":510,"Date":"1/15/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":876,"Cost":702,"Date":"1/24/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":962,"Cost":779,"Date":"2/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":534,"Cost":499,"Date":"2/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":131,"Date":"3/9/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":905,"Cost":589,"Date":"3/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":770,"Cost":716,"Date":"4/19/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":324,"Date":"5/3/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":978,"Cost":512,"Date":"5/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":483,"Cost":267,"Date":"6/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":784,"Cost":489,"Date":"6/26/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":450,"Cost":392,"Date":"7/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":502,"Cost":455,"Date":"7/13/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":123,"Cost":99,"Date":"8/8/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":654,"Date":"8/26/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":196,"Cost":114,"Date":"9/2/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":247,"Cost":215,"Date":"9/29/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":346,"Cost":217,"Date":"10/12/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":839,"Cost":511,"Date":"11/2/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":126,"Date":"11/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":453,"Date":"11/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":11,"Date":"12/1/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":595,"Cost":407,"Date":"12/4/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":442,"Cost":406,"Date":"12/7/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":511,"Cost":423,"Date":"12/18/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":629,"Cost":476,"Date":"12/20/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":796,"Cost":683,"Date":"12/20/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":240,"Cost":138,"Date":"12/21/2019"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":874,"Cost":788,"Date":"1/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":413,"Cost":343,"Date":"2/5/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":988,"Cost":596,"Date":"2/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":259,"Cost":187,"Date":"2/16/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":538,"Cost":489,"Date":"2/18/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":705,"Cost":624,"Date":"2/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":242,"Date":"2/25/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":259,"Date":"3/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":599,"Date":"4/2/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":201,"Date":"4/3/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":648,"Date":"4/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":332,"Cost":231,"Date":"4/10/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":97,"Date":"4/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":17,"Date":"5/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":701,"Cost":422,"Date":"5/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":411,"Cost":306,"Date":"6/20/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":173,"Cost":90,"Date":"7/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":935,"Cost":620,"Date":"7/4/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":32,"Cost":16,"Date":"7/8/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":5,"Cost":4,"Date":"7/9/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":146,"Date":"7/14/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":665,"Cost":513,"Date":"7/19/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":758,"Cost":474,"Date":"8/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":711,"Date":"8/6/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":692,"Cost":513,"Date":"8/7/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":615,"Cost":407,"Date":"8/22/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":945,"Cost":665,"Date":"8/31/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":991,"Cost":833,"Date":"9/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":772,"Cost":616,"Date":"9/1/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":749,"Cost":679,"Date":"9/17/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":500,"Cost":455,"Date":"9/29/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":224,"Cost":204,"Date":"11/7/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":253,"Cost":145,"Date":"11/26/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":123,"Cost":117,"Date":"11/27/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":874,"Cost":483,"Date":"12/5/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":681,"Date":"12/26/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":452,"Date":"12/31/2020"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":521,"Date":"1/20/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":1000,"Cost":573,"Date":"2/2/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":393,"Cost":363,"Date":"2/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":989,"Cost":900,"Date":"2/27/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":247,"Cost":153,"Date":"3/1/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":652,"Date":"3/1/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":157,"Date":"3/19/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":485,"Date":"3/28/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":466,"Date":"5/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":894,"Cost":848,"Date":"7/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":410,"Date":"8/5/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":676,"Date":"8/12/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":541,"Cost":347,"Date":"8/21/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":772,"Cost":574,"Date":"8/23/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":708,"Cost":537,"Date":"9/3/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":150,"Cost":117,"Date":"9/5/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":417,"Cost":366,"Date":"10/6/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":286,"Cost":255,"Date":"10/19/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":178,"Cost":125,"Date":"11/15/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":36,"Date":"12/8/2021"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":373,"Date":"1/8/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":355,"Cost":219,"Date":"1/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":153,"Date":"1/19/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":686,"Date":"1/28/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":204,"Cost":139,"Date":"1/31/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":474,"Date":"3/27/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":324,"Date":"4/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":855,"Cost":464,"Date":"4/24/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":935,"Cost":683,"Date":"4/28/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":82,"Cost":67,"Date":"5/15/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":323,"Cost":212,"Date":"5/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":341,"Cost":269,"Date":"5/18/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":1,"Cost":0,"Date":"6/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":291,"Cost":247,"Date":"6/3/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":227,"Cost":215,"Date":"6/5/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":124,"Date":"6/7/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":235,"Cost":141,"Date":"6/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":142,"Cost":125,"Date":"6/20/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":35,"Cost":32,"Date":"6/24/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":977,"Cost":887,"Date":"7/4/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":937,"Cost":838,"Date":"7/9/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":272,"Cost":175,"Date":"7/12/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":14,"Cost":11,"Date":"8/14/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":418,"Cost":302,"Date":"8/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":226,"Date":"8/23/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":205,"Date":"9/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":183,"Cost":128,"Date":"9/3/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":98,"Cost":81,"Date":"9/16/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":321,"Cost":284,"Date":"10/4/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":500,"Date":"11/1/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":594,"Cost":444,"Date":"11/2/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":130,"Cost":105,"Date":"12/17/2022"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":219,"Cost":120,"Date":"2/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":830,"Cost":533,"Date":"2/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":8,"Cost":5,"Date":"3/4/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":71,"Cost":66,"Date":"3/9/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":642,"Date":"3/9/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":646,"Cost":510,"Date":"3/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":570,"Cost":358,"Date":"3/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":819,"Date":"3/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":320,"Date":"3/23/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":914,"Cost":636,"Date":"4/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":334,"Cost":281,"Date":"5/7/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":423,"Cost":270,"Date":"5/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":777,"Cost":647,"Date":"5/20/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":271,"Cost":193,"Date":"6/2/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":5,"Cost":5,"Date":"6/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":22,"Cost":16,"Date":"6/16/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":491,"Cost":444,"Date":"6/16/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":408,"Date":"7/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":536,"Cost":348,"Date":"7/11/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":559,"Cost":490,"Date":"8/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":48,"Cost":33,"Date":"8/29/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":253,"Cost":140,"Date":"8/31/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":274,"Cost":223,"Date":"9/8/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":685,"Cost":552,"Date":"9/13/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":691,"Cost":444,"Date":"9/14/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":689,"Cost":606,"Date":"9/19/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":520,"Cost":262,"Date":"9/25/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":385,"Cost":279,"Date":"10/4/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":786,"Cost":451,"Date":"10/10/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":356,"Cost":322,"Date":"10/17/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":830,"Cost":509,"Date":"10/28/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":136,"Cost":117,"Date":"10/30/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":30,"Cost":23,"Date":"11/1/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":592,"Cost":530,"Date":"11/15/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":217,"Cost":132,"Date":"11/25/2023"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":346,"Cost":199,"Date":"1/10/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":487,"Cost":348,"Date":"1/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":30,"Date":"1/20/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":969,"Cost":755,"Date":"2/8/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":272,"Cost":197,"Date":"2/25/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":88,"Cost":62,"Date":"3/7/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":937,"Cost":612,"Date":"3/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":598,"Cost":350,"Date":"3/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":172,"Cost":87,"Date":"4/5/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":647,"Date":"4/14/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":901,"Cost":558,"Date":"5/3/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":601,"Date":"5/9/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":4,"Cost":4,"Date":"5/15/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":384,"Cost":300,"Date":"5/25/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":123,"Cost":111,"Date":"5/26/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":991,"Cost":785,"Date":"5/31/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":67,"Cost":45,"Date":"7/27/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":574,"Cost":539,"Date":"9/17/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":746,"Cost":485,"Date":"10/6/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":577,"Cost":512,"Date":"10/8/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":261,"Cost":152,"Date":"10/26/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":327,"Date":"11/16/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":376,"Cost":337,"Date":"11/18/2024"},{"Store":"Shopping Center Gent Zuid, Ghent","Brand":"Jeans","Country":"Belgium","Sale":33,"Cost":30,"Date":"12/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":504,"Cost":472,"Date":"2/9/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":461,"Cost":275,"Date":"2/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":495,"Cost":426,"Date":"3/10/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":172,"Cost":111,"Date":"3/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":292,"Cost":201,"Date":"3/18/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":711,"Cost":477,"Date":"3/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":340,"Cost":234,"Date":"3/26/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":905,"Cost":472,"Date":"6/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":727,"Cost":440,"Date":"6/10/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":876,"Cost":680,"Date":"6/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":20,"Date":"6/25/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":765,"Cost":588,"Date":"7/19/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":560,"Cost":302,"Date":"7/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":211,"Cost":108,"Date":"7/25/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":208,"Cost":153,"Date":"8/4/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":686,"Cost":434,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":536,"Cost":448,"Date":"9/4/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":203,"Cost":113,"Date":"9/19/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":19,"Cost":18,"Date":"9/29/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":116,"Date":"10/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":800,"Cost":668,"Date":"10/15/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":600,"Cost":542,"Date":"10/30/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":173,"Cost":103,"Date":"11/9/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":411,"Cost":318,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":815,"Cost":510,"Date":"11/30/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":244,"Cost":131,"Date":"12/8/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":568,"Cost":493,"Date":"12/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":891,"Cost":547,"Date":"1/15/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":747,"Cost":464,"Date":"1/24/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":570,"Cost":345,"Date":"2/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":356,"Cost":262,"Date":"2/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":338,"Date":"3/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":401,"Cost":345,"Date":"3/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":749,"Cost":386,"Date":"4/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":755,"Cost":522,"Date":"5/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":36,"Cost":34,"Date":"5/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":196,"Cost":128,"Date":"6/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":314,"Cost":170,"Date":"6/26/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":161,"Cost":147,"Date":"7/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":474,"Cost":425,"Date":"7/13/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":135,"Cost":126,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":113,"Cost":100,"Date":"8/26/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":857,"Cost":684,"Date":"9/2/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":296,"Cost":251,"Date":"9/29/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":148,"Date":"10/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":11,"Date":"11/2/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":74,"Cost":49,"Date":"11/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":82,"Cost":54,"Date":"11/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":647,"Cost":393,"Date":"12/1/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":1000,"Cost":553,"Date":"12/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":715,"Cost":378,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":529,"Cost":468,"Date":"12/18/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":67,"Cost":35,"Date":"12/20/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":814,"Cost":555,"Date":"12/20/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":65,"Cost":35,"Date":"12/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":104,"Cost":79,"Date":"1/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":68,"Cost":49,"Date":"2/5/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":537,"Cost":340,"Date":"2/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":226,"Cost":171,"Date":"2/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":633,"Cost":591,"Date":"2/18/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":768,"Cost":505,"Date":"2/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":7,"Cost":4,"Date":"2/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":366,"Cost":298,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":634,"Cost":566,"Date":"4/2/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":686,"Cost":624,"Date":"4/3/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":343,"Cost":192,"Date":"4/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":503,"Cost":471,"Date":"4/10/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":522,"Cost":270,"Date":"4/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":12,"Cost":10,"Date":"5/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":92,"Cost":73,"Date":"5/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":704,"Cost":633,"Date":"6/20/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":194,"Date":"7/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":653,"Cost":540,"Date":"7/4/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":719,"Cost":606,"Date":"7/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":74,"Cost":63,"Date":"7/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":684,"Cost":542,"Date":"7/14/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":229,"Cost":145,"Date":"7/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":81,"Cost":45,"Date":"8/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":602,"Cost":328,"Date":"8/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":731,"Cost":477,"Date":"8/7/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":436,"Cost":327,"Date":"8/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":559,"Cost":378,"Date":"8/31/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":76,"Date":"9/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":136,"Cost":78,"Date":"9/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":736,"Cost":601,"Date":"9/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":443,"Date":"9/29/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":289,"Date":"11/7/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":664,"Cost":398,"Date":"11/26/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":581,"Cost":298,"Date":"11/27/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":325,"Cost":215,"Date":"12/5/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":933,"Cost":859,"Date":"12/26/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":8,"Cost":5,"Date":"12/31/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":727,"Cost":461,"Date":"1/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":880,"Cost":768,"Date":"2/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":139,"Cost":118,"Date":"2/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":834,"Cost":741,"Date":"2/27/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":120,"Cost":114,"Date":"3/1/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":698,"Cost":596,"Date":"3/1/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":39,"Cost":23,"Date":"3/19/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":646,"Cost":390,"Date":"3/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":752,"Cost":386,"Date":"5/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":515,"Cost":461,"Date":"7/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":310,"Cost":197,"Date":"8/5/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":437,"Cost":258,"Date":"8/12/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":593,"Cost":467,"Date":"8/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":364,"Cost":322,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":544,"Cost":440,"Date":"9/3/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":703,"Cost":564,"Date":"9/5/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":211,"Cost":105,"Date":"10/6/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":986,"Cost":811,"Date":"10/19/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":889,"Cost":705,"Date":"11/15/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":135,"Cost":79,"Date":"12/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":879,"Cost":479,"Date":"1/8/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":852,"Cost":576,"Date":"1/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":772,"Cost":486,"Date":"1/19/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":122,"Cost":90,"Date":"1/28/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":436,"Date":"1/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":879,"Cost":707,"Date":"3/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":296,"Cost":279,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":723,"Cost":469,"Date":"4/24/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":975,"Cost":685,"Date":"4/28/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":146,"Date":"5/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":824,"Cost":484,"Date":"5/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":487,"Date":"5/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":880,"Cost":593,"Date":"6/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":247,"Cost":179,"Date":"6/3/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":49,"Cost":35,"Date":"6/5/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":545,"Cost":300,"Date":"6/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":18,"Date":"6/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":596,"Cost":504,"Date":"6/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":518,"Cost":360,"Date":"6/24/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":37,"Cost":35,"Date":"7/4/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":841,"Cost":583,"Date":"7/9/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":72,"Cost":40,"Date":"7/12/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":905,"Cost":464,"Date":"8/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":254,"Cost":142,"Date":"8/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":709,"Cost":395,"Date":"8/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":778,"Cost":638,"Date":"9/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":873,"Cost":666,"Date":"9/3/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":572,"Cost":291,"Date":"9/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":853,"Cost":446,"Date":"10/4/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":160,"Cost":88,"Date":"11/1/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":611,"Cost":344,"Date":"11/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":565,"Cost":359,"Date":"12/17/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":906,"Cost":659,"Date":"2/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":464,"Cost":338,"Date":"2/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":714,"Cost":471,"Date":"3/4/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":96,"Cost":51,"Date":"3/9/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":235,"Cost":206,"Date":"3/9/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":669,"Cost":427,"Date":"3/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":516,"Cost":425,"Date":"3/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":239,"Cost":122,"Date":"3/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":319,"Cost":297,"Date":"3/23/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":300,"Cost":152,"Date":"4/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":964,"Cost":870,"Date":"5/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":695,"Cost":480,"Date":"5/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":238,"Cost":169,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":807,"Cost":715,"Date":"6/2/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":461,"Date":"6/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":588,"Cost":501,"Date":"6/16/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":982,"Cost":684,"Date":"6/16/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":939,"Cost":698,"Date":"7/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":413,"Cost":377,"Date":"7/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":30,"Cost":22,"Date":"8/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":734,"Cost":681,"Date":"8/29/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":344,"Cost":286,"Date":"8/31/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":484,"Cost":392,"Date":"9/8/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":841,"Cost":739,"Date":"9/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":788,"Cost":605,"Date":"9/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":749,"Cost":601,"Date":"9/19/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":45,"Cost":38,"Date":"9/25/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":943,"Cost":622,"Date":"10/4/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":375,"Date":"10/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":821,"Cost":738,"Date":"10/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":626,"Cost":463,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":585,"Cost":534,"Date":"10/30/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":162,"Cost":129,"Date":"11/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":905,"Cost":755,"Date":"11/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":296,"Cost":254,"Date":"11/25/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":176,"Cost":146,"Date":"1/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":495,"Cost":250,"Date":"1/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":14,"Date":"1/20/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":989,"Cost":586,"Date":"2/8/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":68,"Cost":41,"Date":"2/25/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":145,"Cost":105,"Date":"3/7/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":90,"Cost":80,"Date":"3/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":984,"Cost":831,"Date":"3/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":27,"Cost":22,"Date":"4/5/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":838,"Cost":762,"Date":"4/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":309,"Cost":206,"Date":"5/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":665,"Cost":589,"Date":"5/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":512,"Cost":287,"Date":"5/15/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":697,"Cost":646,"Date":"5/25/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":820,"Cost":499,"Date":"5/26/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":515,"Cost":359,"Date":"5/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":562,"Cost":414,"Date":"7/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":505,"Cost":383,"Date":"9/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":785,"Cost":620,"Date":"10/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":443,"Cost":306,"Date":"10/8/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":709,"Cost":663,"Date":"10/26/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":68,"Cost":34,"Date":"11/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":559,"Cost":431,"Date":"11/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"ARKET","Country":"Belgium","Sale":932,"Cost":710,"Date":"12/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":70,"Cost":66,"Date":"2/9/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":353,"Cost":315,"Date":"2/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":679,"Cost":585,"Date":"3/10/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":61,"Cost":39,"Date":"3/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":515,"Cost":265,"Date":"3/18/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":137,"Cost":114,"Date":"3/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":795,"Cost":484,"Date":"3/26/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":900,"Cost":748,"Date":"6/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":706,"Cost":567,"Date":"6/10/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":626,"Cost":504,"Date":"6/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":176,"Cost":153,"Date":"6/25/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":252,"Cost":173,"Date":"7/19/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":881,"Cost":555,"Date":"7/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":815,"Cost":739,"Date":"7/25/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":162,"Cost":101,"Date":"8/4/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":118,"Cost":74,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":864,"Cost":663,"Date":"9/4/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":450,"Cost":422,"Date":"9/19/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":451,"Cost":339,"Date":"9/29/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":804,"Cost":605,"Date":"10/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":534,"Cost":371,"Date":"10/15/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":126,"Cost":85,"Date":"10/30/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":951,"Cost":803,"Date":"11/9/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":992,"Cost":886,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":755,"Cost":630,"Date":"11/30/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":621,"Cost":485,"Date":"12/8/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":414,"Cost":222,"Date":"12/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":286,"Cost":155,"Date":"1/15/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":599,"Cost":301,"Date":"1/24/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":219,"Cost":130,"Date":"2/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":265,"Cost":182,"Date":"2/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":519,"Cost":372,"Date":"3/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":180,"Cost":165,"Date":"3/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":787,"Cost":573,"Date":"4/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":486,"Cost":372,"Date":"5/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":373,"Cost":247,"Date":"5/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":891,"Cost":575,"Date":"6/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":353,"Cost":319,"Date":"6/26/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":180,"Cost":100,"Date":"7/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":94,"Cost":56,"Date":"7/13/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":420,"Cost":379,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":165,"Cost":118,"Date":"8/26/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":575,"Cost":444,"Date":"9/2/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":802,"Cost":449,"Date":"9/29/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":224,"Cost":171,"Date":"10/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":565,"Cost":362,"Date":"11/2/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":446,"Cost":299,"Date":"11/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":133,"Cost":110,"Date":"11/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":281,"Cost":166,"Date":"12/1/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":46,"Cost":33,"Date":"12/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":925,"Cost":644,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":360,"Cost":246,"Date":"12/18/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":140,"Cost":106,"Date":"12/20/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":91,"Cost":47,"Date":"12/20/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":499,"Cost":454,"Date":"12/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":273,"Cost":231,"Date":"1/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":286,"Cost":253,"Date":"2/5/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":744,"Cost":547,"Date":"2/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":670,"Cost":478,"Date":"2/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":395,"Cost":234,"Date":"2/18/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":165,"Cost":145,"Date":"2/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":239,"Cost":168,"Date":"2/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":757,"Cost":718,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":212,"Cost":121,"Date":"4/2/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":550,"Cost":335,"Date":"4/3/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":981,"Cost":741,"Date":"4/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":55,"Cost":42,"Date":"4/10/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":672,"Cost":627,"Date":"4/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":922,"Cost":776,"Date":"5/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":523,"Cost":353,"Date":"5/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":450,"Cost":338,"Date":"6/20/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":368,"Cost":209,"Date":"7/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":708,"Cost":493,"Date":"7/4/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":797,"Cost":746,"Date":"7/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":705,"Cost":383,"Date":"7/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":719,"Cost":523,"Date":"7/14/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":491,"Cost":296,"Date":"7/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":616,"Cost":405,"Date":"8/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":284,"Cost":161,"Date":"8/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":731,"Cost":369,"Date":"8/7/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":809,"Cost":656,"Date":"8/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":932,"Cost":584,"Date":"8/31/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":5,"Cost":3,"Date":"9/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":833,"Cost":556,"Date":"9/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":172,"Cost":149,"Date":"9/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":357,"Cost":284,"Date":"9/29/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":566,"Cost":499,"Date":"11/7/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":311,"Cost":211,"Date":"11/26/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":766,"Cost":713,"Date":"11/27/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":538,"Cost":359,"Date":"12/5/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":875,"Cost":769,"Date":"12/26/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":360,"Cost":300,"Date":"12/31/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":900,"Cost":805,"Date":"1/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":88,"Cost":75,"Date":"2/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":153,"Cost":84,"Date":"2/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":66,"Cost":62,"Date":"2/27/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":546,"Cost":423,"Date":"3/1/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":494,"Cost":468,"Date":"3/1/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":589,"Cost":294,"Date":"3/19/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":231,"Cost":150,"Date":"3/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":490,"Cost":320,"Date":"5/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":906,"Cost":823,"Date":"7/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":980,"Cost":926,"Date":"8/5/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":585,"Cost":333,"Date":"8/12/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":659,"Cost":520,"Date":"8/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":31,"Cost":26,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":5,"Cost":5,"Date":"9/3/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":173,"Cost":143,"Date":"9/5/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":709,"Cost":522,"Date":"10/6/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":936,"Cost":774,"Date":"10/19/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":718,"Cost":665,"Date":"11/15/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":699,"Cost":426,"Date":"12/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":83,"Cost":49,"Date":"1/8/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":774,"Cost":695,"Date":"1/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":457,"Cost":385,"Date":"1/19/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":545,"Cost":378,"Date":"1/28/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":134,"Cost":75,"Date":"1/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":400,"Cost":201,"Date":"3/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":830,"Cost":779,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":675,"Cost":464,"Date":"4/24/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":577,"Cost":407,"Date":"4/28/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":525,"Cost":372,"Date":"5/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":204,"Cost":170,"Date":"5/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":579,"Cost":478,"Date":"5/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":920,"Cost":506,"Date":"6/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":452,"Cost":372,"Date":"6/3/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":362,"Cost":284,"Date":"6/5/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":249,"Cost":167,"Date":"6/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":122,"Cost":92,"Date":"6/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":446,"Cost":358,"Date":"6/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":87,"Cost":60,"Date":"6/24/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":519,"Cost":433,"Date":"7/4/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":451,"Cost":276,"Date":"7/9/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":135,"Cost":106,"Date":"7/12/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":815,"Cost":718,"Date":"8/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":210,"Cost":118,"Date":"8/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":91,"Cost":56,"Date":"8/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":11,"Cost":7,"Date":"9/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":364,"Cost":206,"Date":"9/3/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":37,"Cost":20,"Date":"9/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":635,"Cost":564,"Date":"10/4/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":7,"Cost":6,"Date":"11/1/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":788,"Cost":610,"Date":"11/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":538,"Cost":410,"Date":"12/17/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":698,"Cost":594,"Date":"2/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":484,"Cost":434,"Date":"2/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":256,"Cost":135,"Date":"3/4/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":316,"Cost":254,"Date":"3/9/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":756,"Cost":602,"Date":"3/9/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":374,"Cost":204,"Date":"3/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":673,"Cost":429,"Date":"3/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":671,"Cost":562,"Date":"3/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":599,"Cost":380,"Date":"3/23/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":187,"Cost":129,"Date":"4/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":983,"Cost":827,"Date":"5/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":175,"Cost":137,"Date":"5/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":529,"Cost":273,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":90,"Cost":59,"Date":"6/2/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":55,"Cost":31,"Date":"6/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":810,"Cost":600,"Date":"6/16/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":505,"Cost":262,"Date":"6/16/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":626,"Cost":535,"Date":"7/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":691,"Cost":634,"Date":"7/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":141,"Cost":77,"Date":"8/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":161,"Cost":124,"Date":"8/29/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":435,"Cost":320,"Date":"8/31/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":11,"Cost":11,"Date":"9/8/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":471,"Cost":441,"Date":"9/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":342,"Cost":249,"Date":"9/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":148,"Cost":100,"Date":"9/19/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":104,"Cost":96,"Date":"9/25/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":525,"Cost":279,"Date":"10/4/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":732,"Cost":631,"Date":"10/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":168,"Cost":118,"Date":"10/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":612,"Cost":439,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":173,"Cost":90,"Date":"10/30/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":42,"Cost":38,"Date":"11/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":125,"Cost":99,"Date":"11/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":378,"Cost":342,"Date":"11/25/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":41,"Cost":37,"Date":"1/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":116,"Cost":76,"Date":"1/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":943,"Cost":528,"Date":"1/20/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":770,"Cost":690,"Date":"2/8/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":219,"Cost":116,"Date":"2/25/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":532,"Cost":459,"Date":"3/7/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":893,"Cost":506,"Date":"3/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":572,"Cost":503,"Date":"3/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":209,"Cost":180,"Date":"4/5/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":679,"Cost":578,"Date":"4/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":470,"Cost":288,"Date":"5/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":748,"Cost":555,"Date":"5/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":725,"Cost":543,"Date":"5/15/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":827,"Cost":591,"Date":"5/25/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":866,"Cost":518,"Date":"5/26/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":955,"Cost":720,"Date":"5/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":559,"Cost":414,"Date":"7/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":488,"Cost":434,"Date":"9/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":82,"Cost":73,"Date":"10/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":840,"Cost":574,"Date":"10/8/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":277,"Cost":256,"Date":"10/26/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":66,"Cost":53,"Date":"11/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":902,"Cost":810,"Date":"11/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"COS","Country":"Belgium","Sale":267,"Cost":153,"Date":"12/1/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":835,"Cost":758,"Date":"2/9/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":661,"Cost":341,"Date":"2/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":320,"Date":"3/10/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":118,"Cost":71,"Date":"3/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":820,"Cost":418,"Date":"3/18/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":910,"Cost":808,"Date":"3/20/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":169,"Cost":149,"Date":"3/26/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":681,"Date":"6/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":126,"Date":"6/10/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":117,"Cost":67,"Date":"6/16/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":273,"Cost":225,"Date":"6/25/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":148,"Cost":94,"Date":"7/19/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":667,"Cost":447,"Date":"7/21/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":16,"Cost":12,"Date":"7/25/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":981,"Cost":679,"Date":"8/4/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":853,"Cost":678,"Date":"9/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":273,"Cost":186,"Date":"9/4/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":469,"Date":"9/19/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":605,"Cost":469,"Date":"9/29/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":714,"Cost":541,"Date":"10/2/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":776,"Cost":715,"Date":"10/15/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":146,"Cost":121,"Date":"10/30/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":163,"Date":"11/9/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":369,"Cost":248,"Date":"11/23/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":546,"Cost":298,"Date":"11/30/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":618,"Cost":435,"Date":"12/8/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":169,"Cost":124,"Date":"12/11/2018"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":194,"Cost":117,"Date":"1/15/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":677,"Date":"1/24/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":520,"Cost":324,"Date":"2/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":66,"Cost":43,"Date":"2/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":214,"Cost":171,"Date":"3/9/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":824,"Cost":552,"Date":"3/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":165,"Cost":83,"Date":"4/19/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":889,"Cost":811,"Date":"5/3/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":696,"Cost":550,"Date":"5/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":719,"Cost":360,"Date":"6/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":85,"Date":"6/26/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":544,"Date":"7/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":691,"Cost":525,"Date":"7/13/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":16,"Cost":9,"Date":"8/8/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":470,"Cost":337,"Date":"8/26/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":95,"Cost":67,"Date":"9/2/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":152,"Cost":98,"Date":"9/29/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":336,"Date":"10/12/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":662,"Cost":474,"Date":"11/2/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":519,"Date":"11/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":458,"Cost":345,"Date":"11/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":626,"Cost":499,"Date":"12/1/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":749,"Cost":659,"Date":"12/4/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":946,"Cost":892,"Date":"12/7/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":878,"Cost":561,"Date":"12/18/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":644,"Cost":501,"Date":"12/20/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":69,"Date":"12/20/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":500,"Date":"12/21/2019"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":370,"Cost":298,"Date":"1/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":254,"Cost":222,"Date":"2/5/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":516,"Cost":386,"Date":"2/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":178,"Cost":141,"Date":"2/16/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":68,"Cost":41,"Date":"2/18/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":932,"Cost":787,"Date":"2/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":411,"Date":"2/25/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":98,"Cost":82,"Date":"3/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":93,"Cost":74,"Date":"4/2/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":456,"Cost":390,"Date":"4/3/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":519,"Cost":408,"Date":"4/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":60,"Cost":45,"Date":"4/10/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":868,"Date":"4/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":342,"Date":"5/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":697,"Date":"5/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":472,"Date":"6/20/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":132,"Cost":112,"Date":"7/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":330,"Date":"7/4/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":635,"Cost":357,"Date":"7/8/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":689,"Cost":374,"Date":"7/9/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":125,"Cost":100,"Date":"7/14/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":60,"Cost":39,"Date":"7/19/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":975,"Cost":820,"Date":"8/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":457,"Cost":409,"Date":"8/6/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":904,"Cost":663,"Date":"8/7/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":765,"Cost":425,"Date":"8/22/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":248,"Date":"8/31/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":588,"Cost":465,"Date":"9/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":493,"Cost":250,"Date":"9/1/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":452,"Cost":274,"Date":"9/17/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":151,"Date":"9/29/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":844,"Cost":729,"Date":"11/7/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":546,"Cost":378,"Date":"11/26/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":882,"Cost":588,"Date":"11/27/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":354,"Cost":297,"Date":"12/5/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":425,"Cost":313,"Date":"12/26/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":644,"Date":"12/31/2020"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":437,"Date":"1/20/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":329,"Date":"2/2/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":759,"Cost":505,"Date":"2/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":128,"Date":"2/27/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":553,"Cost":487,"Date":"3/1/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":134,"Cost":120,"Date":"3/1/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":124,"Cost":70,"Date":"3/19/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":254,"Cost":176,"Date":"3/28/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":814,"Date":"5/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":6,"Date":"7/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":308,"Cost":187,"Date":"8/5/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":423,"Cost":375,"Date":"8/12/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":581,"Date":"8/21/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":712,"Date":"8/23/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":144,"Cost":110,"Date":"9/3/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":693,"Cost":460,"Date":"9/5/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":528,"Date":"10/6/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":136,"Date":"10/19/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":430,"Date":"11/15/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":187,"Cost":128,"Date":"12/8/2021"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":76,"Cost":50,"Date":"1/8/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":354,"Cost":209,"Date":"1/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":909,"Cost":594,"Date":"1/19/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":998,"Cost":806,"Date":"1/28/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":263,"Cost":173,"Date":"1/31/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":64,"Cost":55,"Date":"3/27/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":384,"Cost":229,"Date":"4/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":431,"Cost":250,"Date":"4/24/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":995,"Cost":691,"Date":"4/28/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":45,"Date":"5/15/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":142,"Date":"5/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":12,"Cost":6,"Date":"5/18/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":880,"Cost":582,"Date":"6/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":834,"Cost":754,"Date":"6/3/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":717,"Cost":495,"Date":"6/5/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":706,"Cost":394,"Date":"6/7/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":171,"Cost":156,"Date":"6/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":263,"Cost":174,"Date":"6/20/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":439,"Cost":310,"Date":"6/24/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":402,"Date":"7/4/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":725,"Cost":560,"Date":"7/9/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":510,"Date":"7/12/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":719,"Cost":397,"Date":"8/14/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":26,"Cost":14,"Date":"8/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":16,"Date":"8/23/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":608,"Date":"9/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":976,"Cost":863,"Date":"9/3/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":722,"Cost":383,"Date":"9/16/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":974,"Cost":831,"Date":"10/4/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":275,"Date":"11/1/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":905,"Cost":689,"Date":"11/2/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":223,"Date":"12/17/2022"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":367,"Cost":252,"Date":"2/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":320,"Date":"2/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":496,"Date":"3/4/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":691,"Cost":437,"Date":"3/9/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":620,"Cost":523,"Date":"3/9/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":360,"Cost":322,"Date":"3/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":33,"Cost":28,"Date":"3/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":173,"Date":"3/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":564,"Cost":462,"Date":"3/23/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":385,"Date":"4/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":779,"Cost":702,"Date":"5/7/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":735,"Cost":549,"Date":"5/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":580,"Cost":376,"Date":"5/20/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":285,"Cost":241,"Date":"6/2/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":351,"Date":"6/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":408,"Cost":217,"Date":"6/16/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":130,"Cost":121,"Date":"6/16/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":538,"Cost":432,"Date":"7/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":498,"Cost":343,"Date":"7/11/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":589,"Date":"8/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":347,"Cost":325,"Date":"8/29/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":598,"Cost":428,"Date":"8/31/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":954,"Cost":491,"Date":"9/8/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":546,"Cost":273,"Date":"9/13/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":404,"Cost":345,"Date":"9/14/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":435,"Cost":368,"Date":"9/19/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":619,"Date":"9/25/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":440,"Date":"10/4/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":358,"Date":"10/10/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":737,"Cost":640,"Date":"10/17/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":585,"Cost":316,"Date":"10/28/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":146,"Cost":125,"Date":"10/30/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":132,"Cost":92,"Date":"11/1/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":763,"Cost":388,"Date":"11/15/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":343,"Date":"11/25/2023"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":174,"Cost":102,"Date":"1/10/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":168,"Date":"1/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":877,"Cost":831,"Date":"1/20/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":70,"Cost":62,"Date":"2/8/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":807,"Cost":520,"Date":"2/25/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":567,"Cost":292,"Date":"3/7/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":681,"Cost":509,"Date":"3/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":418,"Cost":345,"Date":"3/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":155,"Cost":109,"Date":"4/5/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":483,"Cost":305,"Date":"4/14/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":204,"Date":"5/3/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":488,"Date":"5/9/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":813,"Cost":646,"Date":"5/15/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":573,"Cost":462,"Date":"5/25/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":467,"Cost":338,"Date":"5/26/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":73,"Date":"5/31/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":19,"Date":"7/27/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":286,"Cost":244,"Date":"9/17/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":159,"Cost":79,"Date":"10/6/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":779,"Cost":501,"Date":"10/8/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":575,"Cost":454,"Date":"10/26/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":602,"Cost":358,"Date":"11/16/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":460,"Cost":326,"Date":"11/18/2024"},{"Store":"Free Dome Shopping, Ghent","Brand":"Jeans","Country":"Belgium","Sale":68,"Cost":39,"Date":"12/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":431,"Cost":275,"Date":"2/9/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":261,"Cost":236,"Date":"2/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":497,"Cost":342,"Date":"3/10/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":729,"Cost":543,"Date":"3/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":708,"Cost":498,"Date":"3/18/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":823,"Cost":440,"Date":"3/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":166,"Cost":127,"Date":"3/26/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":599,"Cost":560,"Date":"6/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":451,"Cost":318,"Date":"6/10/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":860,"Cost":550,"Date":"6/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":33,"Cost":31,"Date":"6/25/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":891,"Cost":611,"Date":"7/19/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":617,"Cost":384,"Date":"7/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":208,"Cost":136,"Date":"7/25/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":186,"Cost":120,"Date":"8/4/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":939,"Cost":621,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":652,"Cost":356,"Date":"9/4/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":851,"Cost":661,"Date":"9/19/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":486,"Cost":303,"Date":"9/29/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":863,"Cost":575,"Date":"10/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":94,"Cost":50,"Date":"10/15/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":489,"Cost":313,"Date":"10/30/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":791,"Cost":543,"Date":"11/9/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":393,"Cost":226,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":577,"Cost":350,"Date":"11/30/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":804,"Cost":644,"Date":"12/8/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":951,"Cost":569,"Date":"12/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":363,"Cost":303,"Date":"1/15/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":894,"Cost":678,"Date":"1/24/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":309,"Cost":195,"Date":"2/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":539,"Cost":277,"Date":"2/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":381,"Cost":320,"Date":"3/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":535,"Cost":354,"Date":"3/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":939,"Cost":809,"Date":"4/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":870,"Cost":781,"Date":"5/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":487,"Cost":453,"Date":"5/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":569,"Cost":453,"Date":"6/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":774,"Cost":489,"Date":"6/26/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":830,"Cost":743,"Date":"7/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":985,"Cost":579,"Date":"7/13/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":684,"Cost":375,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":569,"Cost":299,"Date":"8/26/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":169,"Cost":124,"Date":"9/2/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":176,"Cost":138,"Date":"9/29/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":767,"Cost":667,"Date":"10/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":108,"Cost":72,"Date":"11/2/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":177,"Cost":137,"Date":"11/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":709,"Cost":366,"Date":"11/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":12,"Cost":10,"Date":"12/1/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":652,"Cost":403,"Date":"12/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":712,"Cost":447,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":372,"Cost":219,"Date":"12/18/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":96,"Cost":62,"Date":"12/20/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":398,"Cost":322,"Date":"12/20/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":648,"Cost":487,"Date":"12/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":454,"Cost":344,"Date":"1/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":493,"Cost":389,"Date":"2/5/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":589,"Cost":342,"Date":"2/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":188,"Cost":141,"Date":"2/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":381,"Cost":307,"Date":"2/18/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":946,"Cost":653,"Date":"2/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":936,"Cost":742,"Date":"2/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":191,"Cost":132,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":577,"Cost":504,"Date":"4/2/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":771,"Cost":595,"Date":"4/3/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":832,"Cost":719,"Date":"4/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":871,"Cost":826,"Date":"4/10/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":808,"Cost":684,"Date":"4/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":622,"Cost":516,"Date":"5/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":952,"Cost":750,"Date":"5/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":168,"Cost":151,"Date":"6/20/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":697,"Cost":551,"Date":"7/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":965,"Cost":917,"Date":"7/4/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":551,"Cost":513,"Date":"7/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":796,"Cost":600,"Date":"7/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":259,"Cost":171,"Date":"7/14/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":344,"Cost":321,"Date":"7/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":182,"Cost":142,"Date":"8/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":862,"Cost":635,"Date":"8/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":2,"Cost":2,"Date":"8/7/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":32,"Cost":18,"Date":"8/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":774,"Cost":651,"Date":"8/31/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":53,"Cost":47,"Date":"9/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":383,"Cost":353,"Date":"9/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":500,"Cost":466,"Date":"9/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":316,"Cost":243,"Date":"9/29/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":437,"Cost":290,"Date":"11/7/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":976,"Cost":883,"Date":"11/26/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":805,"Cost":560,"Date":"11/27/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":52,"Cost":37,"Date":"12/5/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":915,"Cost":538,"Date":"12/26/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":97,"Cost":75,"Date":"12/31/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":300,"Cost":153,"Date":"1/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":286,"Cost":222,"Date":"2/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":642,"Cost":541,"Date":"2/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":123,"Cost":96,"Date":"2/27/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":81,"Cost":77,"Date":"3/1/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":930,"Cost":813,"Date":"3/1/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":588,"Cost":519,"Date":"3/19/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":418,"Cost":216,"Date":"3/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":517,"Cost":432,"Date":"5/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":371,"Cost":238,"Date":"7/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":647,"Cost":374,"Date":"8/5/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":597,"Cost":392,"Date":"8/12/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":578,"Cost":447,"Date":"8/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":659,"Cost":377,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":276,"Cost":245,"Date":"9/3/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":518,"Cost":417,"Date":"9/5/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":874,"Cost":759,"Date":"10/6/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":396,"Cost":329,"Date":"10/19/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":540,"Cost":464,"Date":"11/15/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":301,"Cost":282,"Date":"12/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":213,"Cost":181,"Date":"1/8/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":416,"Cost":365,"Date":"1/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":315,"Cost":208,"Date":"1/19/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":63,"Cost":59,"Date":"1/28/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":417,"Cost":338,"Date":"1/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":397,"Cost":267,"Date":"3/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":997,"Cost":758,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":209,"Cost":126,"Date":"4/24/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":622,"Cost":322,"Date":"4/28/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":949,"Cost":796,"Date":"5/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":273,"Cost":199,"Date":"5/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":133,"Cost":79,"Date":"5/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":25,"Cost":20,"Date":"6/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":983,"Cost":794,"Date":"6/3/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":256,"Cost":229,"Date":"6/5/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":959,"Cost":856,"Date":"6/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":597,"Cost":330,"Date":"6/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":238,"Cost":158,"Date":"6/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":141,"Cost":78,"Date":"6/24/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":443,"Cost":283,"Date":"7/4/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":868,"Cost":531,"Date":"7/9/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":440,"Cost":393,"Date":"7/12/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":526,"Cost":414,"Date":"8/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":710,"Cost":525,"Date":"8/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":370,"Cost":311,"Date":"8/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":724,"Cost":561,"Date":"9/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":973,"Cost":650,"Date":"9/3/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":161,"Cost":96,"Date":"9/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":210,"Cost":134,"Date":"10/4/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":355,"Cost":309,"Date":"11/1/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":28,"Cost":19,"Date":"11/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":586,"Cost":425,"Date":"12/17/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":707,"Cost":501,"Date":"2/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":716,"Cost":678,"Date":"2/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":970,"Cost":597,"Date":"3/4/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":210,"Cost":184,"Date":"3/9/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":681,"Cost":374,"Date":"3/9/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":318,"Cost":208,"Date":"3/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":138,"Cost":121,"Date":"3/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":131,"Cost":87,"Date":"3/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":539,"Cost":325,"Date":"3/23/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":615,"Cost":341,"Date":"4/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":867,"Cost":727,"Date":"5/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":674,"Cost":345,"Date":"5/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":102,"Cost":63,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":545,"Cost":345,"Date":"6/2/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":943,"Cost":864,"Date":"6/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":138,"Cost":119,"Date":"6/16/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":179,"Cost":154,"Date":"6/16/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":311,"Cost":215,"Date":"7/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":400,"Cost":336,"Date":"7/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":521,"Cost":481,"Date":"8/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":104,"Cost":82,"Date":"8/29/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":63,"Cost":41,"Date":"8/31/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":629,"Cost":522,"Date":"9/8/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":498,"Cost":354,"Date":"9/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":77,"Cost":69,"Date":"9/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":815,"Cost":636,"Date":"9/19/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":89,"Cost":56,"Date":"9/25/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":268,"Cost":158,"Date":"10/4/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":721,"Cost":438,"Date":"10/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":282,"Cost":243,"Date":"10/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":634,"Cost":593,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":199,"Cost":130,"Date":"10/30/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":463,"Cost":316,"Date":"11/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":593,"Cost":344,"Date":"11/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":923,"Cost":813,"Date":"11/25/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":189,"Cost":149,"Date":"1/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":885,"Cost":706,"Date":"1/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":531,"Cost":478,"Date":"1/20/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":717,"Cost":579,"Date":"2/8/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":439,"Cost":297,"Date":"2/25/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":893,"Cost":671,"Date":"3/7/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":553,"Cost":407,"Date":"3/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":233,"Cost":178,"Date":"3/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":133,"Cost":108,"Date":"4/5/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":141,"Cost":115,"Date":"4/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":878,"Cost":528,"Date":"5/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":64,"Cost":45,"Date":"5/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":338,"Cost":195,"Date":"5/15/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":971,"Cost":498,"Date":"5/25/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":293,"Cost":183,"Date":"5/26/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":363,"Cost":337,"Date":"5/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":422,"Cost":285,"Date":"7/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":212,"Cost":159,"Date":"9/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":831,"Cost":688,"Date":"10/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":52,"Cost":44,"Date":"10/8/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":684,"Cost":426,"Date":"10/26/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":474,"Cost":295,"Date":"11/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":91,"Cost":66,"Date":"11/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":714,"Cost":649,"Date":"12/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":63,"Cost":46,"Date":"2/9/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":655,"Cost":548,"Date":"2/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":651,"Cost":350,"Date":"3/10/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":723,"Cost":624,"Date":"3/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":230,"Cost":200,"Date":"3/18/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":436,"Cost":341,"Date":"3/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":968,"Cost":525,"Date":"3/26/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":608,"Cost":401,"Date":"6/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":844,"Cost":524,"Date":"6/10/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":958,"Cost":649,"Date":"6/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":68,"Cost":49,"Date":"6/25/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":923,"Cost":705,"Date":"7/19/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":960,"Cost":498,"Date":"7/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":237,"Cost":140,"Date":"7/25/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":590,"Cost":530,"Date":"8/4/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":333,"Cost":171,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":321,"Cost":212,"Date":"9/4/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":68,"Cost":41,"Date":"9/19/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":846,"Cost":550,"Date":"9/29/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":76,"Cost":60,"Date":"10/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":446,"Cost":283,"Date":"10/15/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":353,"Cost":332,"Date":"10/30/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":47,"Cost":32,"Date":"11/9/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":170,"Cost":127,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":594,"Cost":307,"Date":"11/30/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":718,"Cost":520,"Date":"12/8/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":322,"Cost":278,"Date":"12/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":878,"Cost":475,"Date":"1/15/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":575,"Cost":527,"Date":"1/24/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":8,"Cost":4,"Date":"2/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":348,"Cost":252,"Date":"2/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":203,"Cost":150,"Date":"3/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":654,"Cost":439,"Date":"3/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":908,"Cost":791,"Date":"4/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":896,"Cost":720,"Date":"5/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":596,"Cost":305,"Date":"5/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":185,"Cost":130,"Date":"6/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":152,"Cost":92,"Date":"6/26/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":556,"Cost":512,"Date":"7/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":157,"Cost":106,"Date":"7/13/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":628,"Cost":531,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":825,"Cost":743,"Date":"8/26/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":428,"Cost":356,"Date":"9/2/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":391,"Cost":276,"Date":"9/29/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":882,"Cost":836,"Date":"10/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":273,"Cost":196,"Date":"11/2/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":602,"Cost":306,"Date":"11/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":319,"Cost":163,"Date":"11/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":989,"Cost":674,"Date":"12/1/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":171,"Cost":89,"Date":"12/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":543,"Cost":361,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":687,"Cost":523,"Date":"12/18/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":283,"Cost":260,"Date":"12/20/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":520,"Cost":351,"Date":"12/20/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":174,"Cost":101,"Date":"12/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":941,"Cost":791,"Date":"1/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":945,"Cost":860,"Date":"2/5/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":406,"Cost":284,"Date":"2/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":499,"Cost":470,"Date":"2/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":148,"Cost":131,"Date":"2/18/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":187,"Cost":175,"Date":"2/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":531,"Cost":328,"Date":"2/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":87,"Cost":82,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":959,"Cost":808,"Date":"4/2/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":978,"Cost":794,"Date":"4/3/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":71,"Cost":44,"Date":"4/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":980,"Cost":770,"Date":"4/10/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":788,"Cost":423,"Date":"4/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":300,"Cost":203,"Date":"5/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":126,"Cost":100,"Date":"5/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":718,"Cost":517,"Date":"6/20/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":88,"Cost":63,"Date":"7/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":668,"Cost":488,"Date":"7/4/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":95,"Cost":58,"Date":"7/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":81,"Cost":54,"Date":"7/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":96,"Cost":65,"Date":"7/14/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":965,"Cost":890,"Date":"7/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":496,"Cost":373,"Date":"8/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":667,"Cost":458,"Date":"8/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":398,"Cost":343,"Date":"8/7/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":342,"Cost":180,"Date":"8/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":124,"Cost":105,"Date":"8/31/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":919,"Cost":837,"Date":"9/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":761,"Cost":675,"Date":"9/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":654,"Cost":478,"Date":"9/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":452,"Cost":252,"Date":"9/29/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":282,"Cost":206,"Date":"11/7/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":924,"Cost":774,"Date":"11/26/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":233,"Cost":159,"Date":"11/27/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":777,"Cost":677,"Date":"12/5/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":26,"Cost":20,"Date":"12/26/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":169,"Cost":121,"Date":"12/31/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":358,"Cost":321,"Date":"1/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":901,"Cost":465,"Date":"2/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":402,"Cost":207,"Date":"2/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":483,"Cost":390,"Date":"2/27/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":138,"Cost":94,"Date":"3/1/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":451,"Cost":369,"Date":"3/1/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":185,"Cost":117,"Date":"3/19/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":742,"Cost":619,"Date":"3/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":674,"Cost":430,"Date":"5/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":977,"Cost":513,"Date":"7/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":862,"Cost":746,"Date":"8/5/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":824,"Cost":519,"Date":"8/12/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":939,"Cost":511,"Date":"8/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":86,"Cost":69,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":801,"Cost":730,"Date":"9/3/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":149,"Cost":91,"Date":"9/5/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":895,"Cost":487,"Date":"10/6/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":869,"Cost":739,"Date":"10/19/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":813,"Cost":566,"Date":"11/15/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":687,"Cost":425,"Date":"12/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":882,"Cost":659,"Date":"1/8/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":344,"Cost":326,"Date":"1/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":376,"Cost":315,"Date":"1/19/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":92,"Cost":86,"Date":"1/28/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":169,"Cost":131,"Date":"1/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":26,"Cost":15,"Date":"3/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":765,"Cost":687,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":510,"Cost":312,"Date":"4/24/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":713,"Cost":388,"Date":"4/28/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":652,"Cost":358,"Date":"5/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":859,"Cost":777,"Date":"5/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":707,"Cost":531,"Date":"5/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":537,"Cost":305,"Date":"6/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":56,"Cost":44,"Date":"6/3/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":914,"Cost":865,"Date":"6/5/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":83,"Cost":53,"Date":"6/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":243,"Cost":181,"Date":"6/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":595,"Cost":530,"Date":"6/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":608,"Cost":386,"Date":"6/24/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":715,"Cost":506,"Date":"7/4/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":171,"Cost":161,"Date":"7/9/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":432,"Cost":271,"Date":"7/12/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":990,"Cost":652,"Date":"8/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":503,"Cost":407,"Date":"8/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":561,"Cost":411,"Date":"8/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":546,"Cost":456,"Date":"9/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":728,"Cost":584,"Date":"9/3/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":183,"Cost":147,"Date":"9/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":362,"Cost":301,"Date":"10/4/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":325,"Cost":287,"Date":"11/1/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":88,"Cost":79,"Date":"11/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":776,"Cost":403,"Date":"12/17/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":217,"Cost":165,"Date":"2/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":982,"Cost":674,"Date":"2/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":376,"Cost":254,"Date":"3/4/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":628,"Cost":389,"Date":"3/9/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":22,"Cost":18,"Date":"3/9/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":486,"Cost":261,"Date":"3/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":347,"Cost":268,"Date":"3/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":792,"Cost":577,"Date":"3/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":842,"Cost":572,"Date":"3/23/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":507,"Cost":312,"Date":"4/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":262,"Cost":150,"Date":"5/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":773,"Cost":635,"Date":"5/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":751,"Cost":504,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":79,"Cost":62,"Date":"6/2/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":865,"Cost":461,"Date":"6/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":889,"Cost":616,"Date":"6/16/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":989,"Cost":593,"Date":"6/16/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":232,"Cost":148,"Date":"7/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":251,"Cost":224,"Date":"7/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":395,"Cost":203,"Date":"8/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":111,"Cost":106,"Date":"8/29/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":544,"Cost":320,"Date":"8/31/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":771,"Cost":484,"Date":"9/8/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":740,"Cost":580,"Date":"9/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":370,"Cost":335,"Date":"9/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":265,"Cost":191,"Date":"9/19/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":487,"Cost":390,"Date":"9/25/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":161,"Cost":149,"Date":"10/4/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":286,"Cost":157,"Date":"10/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":639,"Cost":485,"Date":"10/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":447,"Cost":387,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":9,"Cost":4,"Date":"10/30/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":959,"Cost":677,"Date":"11/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":568,"Cost":447,"Date":"11/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":890,"Cost":719,"Date":"11/25/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":250,"Cost":230,"Date":"1/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":529,"Cost":284,"Date":"1/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":635,"Cost":485,"Date":"1/20/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":727,"Cost":561,"Date":"2/8/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":744,"Cost":473,"Date":"2/25/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":441,"Cost":389,"Date":"3/7/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":380,"Cost":216,"Date":"3/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":151,"Cost":113,"Date":"3/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":846,"Cost":500,"Date":"4/5/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":64,"Cost":39,"Date":"4/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":943,"Cost":729,"Date":"5/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":586,"Cost":536,"Date":"5/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":993,"Cost":741,"Date":"5/15/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":149,"Cost":111,"Date":"5/25/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":117,"Cost":74,"Date":"5/26/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":137,"Cost":76,"Date":"5/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":632,"Cost":561,"Date":"7/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":27,"Cost":23,"Date":"9/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":824,"Cost":615,"Date":"10/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":284,"Cost":223,"Date":"10/8/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":12,"Cost":9,"Date":"10/26/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":24,"Cost":18,"Date":"11/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":13,"Cost":9,"Date":"11/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM","Country":"Belgium","Sale":897,"Cost":493,"Date":"12/1/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":231,"Date":"2/9/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":979,"Cost":659,"Date":"2/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":888,"Cost":454,"Date":"3/10/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":831,"Cost":436,"Date":"3/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":738,"Cost":433,"Date":"3/18/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":394,"Cost":343,"Date":"3/20/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":971,"Cost":789,"Date":"3/26/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":968,"Cost":578,"Date":"6/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":575,"Cost":306,"Date":"6/10/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":369,"Cost":211,"Date":"6/16/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":600,"Cost":505,"Date":"6/25/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":315,"Cost":197,"Date":"7/19/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":184,"Cost":147,"Date":"7/21/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":329,"Cost":248,"Date":"7/25/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":713,"Cost":646,"Date":"8/4/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":901,"Cost":491,"Date":"9/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":975,"Cost":591,"Date":"9/4/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":212,"Date":"9/19/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":761,"Cost":481,"Date":"9/29/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":294,"Cost":272,"Date":"10/2/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":729,"Cost":426,"Date":"10/15/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":296,"Cost":230,"Date":"10/30/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":177,"Cost":112,"Date":"11/9/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":936,"Cost":535,"Date":"11/23/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":763,"Cost":695,"Date":"11/30/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":973,"Cost":799,"Date":"12/8/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":8,"Cost":4,"Date":"12/11/2018"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":414,"Cost":278,"Date":"1/15/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":218,"Cost":190,"Date":"1/24/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":322,"Cost":210,"Date":"2/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":651,"Cost":330,"Date":"2/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":538,"Cost":314,"Date":"3/9/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":379,"Cost":274,"Date":"3/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":554,"Cost":505,"Date":"4/19/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":140,"Date":"5/3/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":253,"Cost":193,"Date":"5/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":416,"Date":"6/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":717,"Cost":508,"Date":"6/26/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":404,"Date":"7/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":532,"Cost":498,"Date":"7/13/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":604,"Date":"8/8/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":695,"Cost":656,"Date":"8/26/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":721,"Cost":506,"Date":"9/2/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":180,"Date":"9/29/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":22,"Cost":14,"Date":"10/12/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":571,"Date":"11/2/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":477,"Cost":414,"Date":"11/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":554,"Cost":291,"Date":"11/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":635,"Cost":498,"Date":"12/1/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":972,"Cost":896,"Date":"12/4/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":163,"Cost":154,"Date":"12/7/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":623,"Cost":428,"Date":"12/18/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":197,"Date":"12/20/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":899,"Cost":517,"Date":"12/20/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":218,"Date":"12/21/2019"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":971,"Cost":755,"Date":"1/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":596,"Cost":375,"Date":"2/5/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":614,"Cost":356,"Date":"2/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":595,"Cost":485,"Date":"2/16/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":632,"Cost":538,"Date":"2/18/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":83,"Date":"2/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":413,"Cost":244,"Date":"2/25/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":88,"Cost":62,"Date":"3/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":313,"Cost":238,"Date":"4/2/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":440,"Cost":302,"Date":"4/3/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":257,"Cost":227,"Date":"4/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":172,"Cost":125,"Date":"4/10/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":425,"Cost":250,"Date":"4/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":189,"Cost":105,"Date":"5/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":214,"Cost":108,"Date":"5/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":62,"Cost":35,"Date":"6/20/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":12,"Cost":9,"Date":"7/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":101,"Cost":56,"Date":"7/4/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":440,"Cost":379,"Date":"7/8/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":635,"Cost":553,"Date":"7/9/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":866,"Cost":467,"Date":"7/14/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":612,"Cost":552,"Date":"7/19/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":643,"Cost":489,"Date":"8/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":777,"Cost":669,"Date":"8/6/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":210,"Cost":154,"Date":"8/7/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":603,"Cost":367,"Date":"8/22/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":583,"Cost":551,"Date":"8/31/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":164,"Cost":93,"Date":"9/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":647,"Cost":531,"Date":"9/1/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":833,"Cost":739,"Date":"9/17/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":255,"Cost":159,"Date":"9/29/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":412,"Cost":349,"Date":"11/7/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":803,"Cost":637,"Date":"11/26/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":724,"Cost":626,"Date":"11/27/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":909,"Cost":723,"Date":"12/5/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":585,"Cost":423,"Date":"12/26/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":106,"Date":"12/31/2020"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":601,"Cost":562,"Date":"1/20/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":454,"Date":"2/2/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":611,"Cost":376,"Date":"2/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":258,"Cost":173,"Date":"2/27/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":168,"Cost":133,"Date":"3/1/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":379,"Cost":227,"Date":"3/1/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":39,"Date":"3/19/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":342,"Cost":325,"Date":"3/28/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":105,"Date":"5/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":245,"Cost":174,"Date":"7/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":551,"Date":"8/5/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":21,"Date":"8/12/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":185,"Cost":128,"Date":"8/21/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":161,"Cost":84,"Date":"8/23/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":15,"Date":"9/3/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":435,"Date":"9/5/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":564,"Cost":530,"Date":"10/6/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":435,"Date":"10/19/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":667,"Cost":394,"Date":"11/15/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":912,"Cost":605,"Date":"12/8/2021"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":90,"Cost":65,"Date":"1/8/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":275,"Date":"1/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":823,"Cost":502,"Date":"1/19/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":722,"Cost":422,"Date":"1/28/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":404,"Cost":263,"Date":"1/31/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":701,"Cost":446,"Date":"3/27/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":572,"Cost":402,"Date":"4/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":374,"Cost":257,"Date":"4/24/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":879,"Cost":656,"Date":"4/28/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":221,"Cost":169,"Date":"5/15/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":807,"Cost":687,"Date":"5/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":519,"Date":"5/18/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":151,"Cost":101,"Date":"6/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":676,"Cost":511,"Date":"6/3/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":749,"Cost":388,"Date":"6/5/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":755,"Cost":549,"Date":"6/7/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":119,"Cost":70,"Date":"6/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":549,"Date":"6/20/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":420,"Cost":250,"Date":"6/24/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":934,"Cost":513,"Date":"7/4/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":458,"Cost":427,"Date":"7/9/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":599,"Cost":470,"Date":"7/12/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":278,"Cost":260,"Date":"8/14/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":42,"Cost":23,"Date":"8/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":69,"Cost":61,"Date":"8/23/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":647,"Cost":610,"Date":"9/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":612,"Cost":314,"Date":"9/3/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":505,"Cost":337,"Date":"9/16/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":127,"Cost":121,"Date":"10/4/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":377,"Cost":195,"Date":"11/1/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":478,"Cost":343,"Date":"11/2/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":381,"Cost":254,"Date":"12/17/2022"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":707,"Date":"2/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":13,"Date":"2/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":498,"Cost":311,"Date":"3/4/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":878,"Cost":686,"Date":"3/9/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":325,"Date":"3/9/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":156,"Cost":107,"Date":"3/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":340,"Date":"3/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":637,"Cost":520,"Date":"3/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":470,"Cost":395,"Date":"3/23/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":238,"Cost":173,"Date":"4/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":114,"Cost":73,"Date":"5/7/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":60,"Cost":42,"Date":"5/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":845,"Cost":443,"Date":"5/20/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":939,"Cost":792,"Date":"6/2/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":501,"Cost":321,"Date":"6/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":549,"Date":"6/16/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":60,"Cost":47,"Date":"6/16/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":966,"Cost":617,"Date":"7/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":46,"Cost":27,"Date":"7/11/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":352,"Cost":205,"Date":"8/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":84,"Cost":68,"Date":"8/29/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":1000,"Cost":669,"Date":"8/31/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":437,"Cost":367,"Date":"9/8/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":337,"Cost":185,"Date":"9/13/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":130,"Date":"9/14/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":33,"Cost":28,"Date":"9/19/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":323,"Cost":219,"Date":"9/25/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":161,"Date":"10/4/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":975,"Cost":564,"Date":"10/10/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":219,"Date":"10/17/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":866,"Cost":810,"Date":"10/28/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":367,"Cost":296,"Date":"10/30/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":138,"Cost":74,"Date":"11/1/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":101,"Cost":96,"Date":"11/15/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":235,"Cost":163,"Date":"11/25/2023"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":465,"Cost":415,"Date":"1/10/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":330,"Cost":184,"Date":"1/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":432,"Cost":335,"Date":"1/20/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":377,"Cost":188,"Date":"2/8/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":32,"Cost":24,"Date":"2/25/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":390,"Cost":299,"Date":"3/7/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":695,"Cost":376,"Date":"3/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":486,"Date":"3/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":132,"Cost":114,"Date":"4/5/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":730,"Date":"4/14/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":348,"Cost":250,"Date":"5/3/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":451,"Cost":263,"Date":"5/9/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":707,"Cost":630,"Date":"5/15/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":400,"Date":"5/25/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":566,"Cost":495,"Date":"5/26/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":702,"Cost":513,"Date":"5/31/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":601,"Cost":545,"Date":"7/27/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":443,"Cost":275,"Date":"9/17/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":414,"Cost":338,"Date":"10/6/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":330,"Date":"10/8/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":196,"Cost":135,"Date":"10/26/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":933,"Cost":841,"Date":"11/16/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":377,"Cost":310,"Date":"11/18/2024"},{"Store":"Kouter Shopping Mall, Ghent","Brand":"HM Home","Country":"Belgium","Sale":785,"Cost":434,"Date":"12/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":476,"Cost":365,"Date":"2/9/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":886,"Cost":470,"Date":"2/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":28,"Cost":25,"Date":"3/10/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":735,"Cost":486,"Date":"3/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":155,"Cost":112,"Date":"3/18/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":44,"Cost":36,"Date":"3/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":584,"Cost":294,"Date":"3/26/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":49,"Cost":33,"Date":"6/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":543,"Cost":410,"Date":"6/10/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":340,"Cost":287,"Date":"6/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":182,"Cost":141,"Date":"6/25/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":615,"Cost":477,"Date":"7/19/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":974,"Cost":770,"Date":"7/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":240,"Cost":126,"Date":"7/25/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":524,"Cost":419,"Date":"8/4/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":527,"Cost":291,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":159,"Cost":85,"Date":"9/4/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":390,"Cost":356,"Date":"9/19/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":987,"Cost":730,"Date":"9/29/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":583,"Cost":521,"Date":"10/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":452,"Cost":412,"Date":"10/15/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":869,"Cost":765,"Date":"10/30/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":326,"Cost":176,"Date":"11/9/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":529,"Cost":475,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":967,"Cost":901,"Date":"11/30/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":795,"Cost":635,"Date":"12/8/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":919,"Cost":652,"Date":"12/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":884,"Cost":548,"Date":"1/15/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":23,"Cost":12,"Date":"1/24/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":668,"Cost":546,"Date":"2/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":413,"Cost":353,"Date":"2/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":891,"Cost":544,"Date":"3/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":957,"Cost":635,"Date":"3/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":974,"Cost":556,"Date":"4/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":962,"Cost":782,"Date":"5/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":368,"Cost":283,"Date":"5/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":477,"Cost":285,"Date":"6/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":804,"Cost":522,"Date":"6/26/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":620,"Cost":457,"Date":"7/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":130,"Cost":122,"Date":"7/13/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":753,"Cost":628,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":442,"Cost":411,"Date":"8/26/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":914,"Cost":465,"Date":"9/2/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":348,"Cost":192,"Date":"9/29/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":257,"Cost":233,"Date":"10/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":162,"Cost":131,"Date":"11/2/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":463,"Cost":272,"Date":"11/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":819,"Cost":553,"Date":"11/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":983,"Cost":555,"Date":"12/1/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":347,"Cost":183,"Date":"12/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":401,"Cost":370,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":997,"Cost":822,"Date":"12/18/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":48,"Cost":36,"Date":"12/20/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":525,"Cost":310,"Date":"12/20/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":664,"Cost":583,"Date":"12/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":656,"Cost":428,"Date":"1/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":610,"Cost":338,"Date":"2/5/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":757,"Cost":635,"Date":"2/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":168,"Cost":112,"Date":"2/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":149,"Cost":83,"Date":"2/18/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":465,"Cost":393,"Date":"2/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":461,"Cost":412,"Date":"2/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":520,"Cost":392,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":274,"Cost":195,"Date":"4/2/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":652,"Cost":373,"Date":"4/3/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":741,"Cost":697,"Date":"4/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":26,"Cost":17,"Date":"4/10/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":374,"Cost":283,"Date":"4/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":537,"Cost":276,"Date":"5/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":496,"Cost":379,"Date":"5/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":869,"Cost":509,"Date":"6/20/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":157,"Cost":134,"Date":"7/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":87,"Cost":63,"Date":"7/4/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":191,"Cost":101,"Date":"7/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":633,"Cost":465,"Date":"7/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":504,"Cost":425,"Date":"7/14/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":711,"Cost":510,"Date":"7/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":509,"Cost":259,"Date":"8/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":634,"Cost":371,"Date":"8/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":534,"Cost":368,"Date":"8/7/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":983,"Cost":703,"Date":"8/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":760,"Cost":385,"Date":"8/31/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":204,"Cost":153,"Date":"9/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":447,"Cost":321,"Date":"9/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":911,"Cost":859,"Date":"9/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":979,"Cost":926,"Date":"9/29/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":144,"Cost":116,"Date":"11/7/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":176,"Cost":104,"Date":"11/26/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":116,"Cost":83,"Date":"11/27/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":17,"Cost":8,"Date":"12/5/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":34,"Cost":22,"Date":"12/26/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":875,"Cost":707,"Date":"12/31/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":315,"Cost":242,"Date":"1/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":263,"Cost":242,"Date":"2/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":288,"Cost":146,"Date":"2/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":434,"Cost":230,"Date":"2/27/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":34,"Cost":20,"Date":"3/1/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":886,"Cost":614,"Date":"3/1/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":868,"Cost":605,"Date":"3/19/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":937,"Cost":658,"Date":"3/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":116,"Cost":78,"Date":"5/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":807,"Cost":636,"Date":"7/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":106,"Cost":79,"Date":"8/5/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":712,"Cost":669,"Date":"8/12/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":569,"Cost":502,"Date":"8/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":741,"Cost":580,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":375,"Cost":209,"Date":"9/3/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":923,"Cost":753,"Date":"9/5/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":671,"Cost":464,"Date":"10/6/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":680,"Cost":580,"Date":"10/19/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":136,"Cost":114,"Date":"11/15/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":311,"Cost":273,"Date":"12/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":562,"Cost":521,"Date":"1/8/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":298,"Cost":196,"Date":"1/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":522,"Cost":282,"Date":"1/19/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":943,"Cost":534,"Date":"1/28/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":434,"Cost":358,"Date":"1/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":134,"Cost":100,"Date":"3/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":369,"Cost":210,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":264,"Cost":201,"Date":"4/24/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":725,"Cost":394,"Date":"4/28/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":389,"Cost":233,"Date":"5/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":142,"Cost":110,"Date":"5/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":222,"Cost":201,"Date":"5/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":736,"Cost":627,"Date":"6/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":349,"Cost":256,"Date":"6/3/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":245,"Cost":147,"Date":"6/5/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":995,"Cost":769,"Date":"6/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":393,"Cost":336,"Date":"6/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":917,"Cost":571,"Date":"6/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":50,"Cost":36,"Date":"6/24/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":594,"Cost":351,"Date":"7/4/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":893,"Cost":805,"Date":"7/9/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":533,"Cost":291,"Date":"7/12/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":922,"Cost":657,"Date":"8/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":935,"Cost":807,"Date":"8/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":722,"Cost":591,"Date":"8/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":176,"Cost":131,"Date":"9/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":388,"Cost":266,"Date":"9/3/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":471,"Cost":326,"Date":"9/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":94,"Cost":84,"Date":"10/4/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":209,"Cost":164,"Date":"11/1/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":60,"Cost":40,"Date":"11/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":707,"Cost":502,"Date":"12/17/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":921,"Cost":779,"Date":"2/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":610,"Cost":560,"Date":"2/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":326,"Cost":178,"Date":"3/4/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":557,"Cost":443,"Date":"3/9/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":568,"Cost":325,"Date":"3/9/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":690,"Cost":513,"Date":"3/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":917,"Cost":529,"Date":"3/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":733,"Cost":453,"Date":"3/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":176,"Cost":122,"Date":"3/23/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":990,"Cost":586,"Date":"4/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":556,"Cost":364,"Date":"5/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":958,"Cost":908,"Date":"5/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":720,"Cost":671,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":581,"Cost":441,"Date":"6/2/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":998,"Cost":807,"Date":"6/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":307,"Cost":249,"Date":"6/16/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":268,"Cost":156,"Date":"6/16/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":598,"Cost":359,"Date":"7/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":342,"Cost":237,"Date":"7/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":80,"Cost":56,"Date":"8/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":703,"Cost":548,"Date":"8/29/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":554,"Cost":347,"Date":"8/31/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":400,"Cost":206,"Date":"9/8/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":465,"Cost":240,"Date":"9/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":6,"Cost":3,"Date":"9/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":495,"Cost":335,"Date":"9/19/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":307,"Cost":154,"Date":"9/25/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":97,"Cost":57,"Date":"10/4/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":366,"Cost":336,"Date":"10/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":845,"Cost":650,"Date":"10/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":899,"Cost":473,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":117,"Cost":81,"Date":"10/30/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":217,"Cost":116,"Date":"11/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":784,"Cost":603,"Date":"11/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":423,"Cost":260,"Date":"11/25/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":932,"Cost":817,"Date":"1/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":101,"Cost":67,"Date":"1/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":531,"Cost":463,"Date":"1/20/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":250,"Cost":202,"Date":"2/8/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":51,"Cost":33,"Date":"2/25/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":900,"Cost":466,"Date":"3/7/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":158,"Cost":125,"Date":"3/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":4,"Cost":2,"Date":"3/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":7,"Cost":5,"Date":"4/5/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":742,"Cost":625,"Date":"4/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":170,"Cost":137,"Date":"5/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":309,"Cost":278,"Date":"5/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":466,"Cost":304,"Date":"5/15/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":610,"Cost":387,"Date":"5/25/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":20,"Cost":15,"Date":"5/26/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":928,"Cost":716,"Date":"5/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":797,"Cost":718,"Date":"7/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":201,"Cost":126,"Date":"9/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":695,"Cost":550,"Date":"10/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":232,"Cost":194,"Date":"10/8/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":145,"Cost":91,"Date":"10/26/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":573,"Cost":373,"Date":"11/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":6,"Cost":4,"Date":"11/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":203,"Cost":116,"Date":"12/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":662,"Date":"2/9/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":752,"Cost":499,"Date":"2/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":484,"Cost":325,"Date":"3/10/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":999,"Cost":608,"Date":"3/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":611,"Date":"3/18/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":584,"Cost":320,"Date":"3/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":714,"Cost":433,"Date":"3/26/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":11,"Cost":8,"Date":"6/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":749,"Cost":378,"Date":"6/10/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":654,"Cost":366,"Date":"6/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":263,"Cost":229,"Date":"6/25/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":933,"Cost":539,"Date":"7/19/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":645,"Date":"7/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":250,"Date":"7/25/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":554,"Cost":302,"Date":"8/4/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":571,"Cost":350,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":973,"Cost":682,"Date":"9/4/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":949,"Cost":864,"Date":"9/19/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":173,"Cost":90,"Date":"9/29/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":775,"Cost":436,"Date":"10/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":400,"Cost":299,"Date":"10/15/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":731,"Cost":667,"Date":"10/30/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":239,"Cost":200,"Date":"11/9/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":787,"Cost":413,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":395,"Date":"11/30/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":921,"Cost":528,"Date":"12/8/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":113,"Cost":83,"Date":"12/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":309,"Cost":268,"Date":"1/15/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":417,"Cost":209,"Date":"1/24/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":7,"Cost":5,"Date":"2/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":529,"Cost":495,"Date":"2/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":763,"Cost":609,"Date":"3/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":172,"Cost":116,"Date":"3/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":207,"Date":"4/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":963,"Cost":860,"Date":"5/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":707,"Cost":571,"Date":"5/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":416,"Date":"6/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":593,"Cost":539,"Date":"6/26/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":78,"Cost":59,"Date":"7/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":608,"Cost":391,"Date":"7/13/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":335,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":475,"Cost":416,"Date":"8/26/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":558,"Cost":351,"Date":"9/2/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":196,"Cost":104,"Date":"9/29/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":768,"Cost":631,"Date":"10/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":267,"Cost":185,"Date":"11/2/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":585,"Cost":434,"Date":"11/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":152,"Cost":116,"Date":"11/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":1000,"Cost":669,"Date":"12/1/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":410,"Cost":343,"Date":"12/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":87,"Cost":72,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":582,"Cost":314,"Date":"12/18/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":15,"Cost":13,"Date":"12/20/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":584,"Cost":379,"Date":"12/20/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":390,"Cost":203,"Date":"12/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":424,"Cost":280,"Date":"1/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":284,"Cost":221,"Date":"2/5/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":115,"Date":"2/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":501,"Cost":362,"Date":"2/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":85,"Cost":61,"Date":"2/18/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":430,"Cost":276,"Date":"2/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":804,"Cost":527,"Date":"2/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":997,"Cost":508,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":774,"Cost":577,"Date":"4/2/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":992,"Cost":562,"Date":"4/3/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":43,"Cost":41,"Date":"4/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":758,"Cost":589,"Date":"4/10/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":461,"Cost":405,"Date":"4/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":495,"Cost":463,"Date":"5/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":208,"Date":"5/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":445,"Cost":303,"Date":"6/20/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":301,"Date":"7/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":219,"Date":"7/4/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":511,"Cost":303,"Date":"7/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":146,"Cost":108,"Date":"7/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":995,"Cost":849,"Date":"7/14/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":790,"Cost":691,"Date":"7/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":200,"Cost":157,"Date":"8/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":187,"Cost":121,"Date":"8/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":602,"Cost":508,"Date":"8/7/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":22,"Date":"8/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":171,"Date":"8/31/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":575,"Cost":473,"Date":"9/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":57,"Cost":34,"Date":"9/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":191,"Cost":121,"Date":"9/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":361,"Cost":292,"Date":"9/29/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":145,"Cost":117,"Date":"11/7/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":38,"Cost":33,"Date":"11/26/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":861,"Cost":801,"Date":"11/27/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":79,"Date":"12/5/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":910,"Cost":459,"Date":"12/26/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":670,"Cost":381,"Date":"12/31/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":761,"Cost":619,"Date":"1/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":347,"Cost":306,"Date":"2/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":630,"Cost":351,"Date":"2/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":114,"Cost":96,"Date":"2/27/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":65,"Cost":39,"Date":"3/1/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":507,"Cost":268,"Date":"3/1/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":535,"Cost":437,"Date":"3/19/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":418,"Cost":307,"Date":"3/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":850,"Cost":613,"Date":"5/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":689,"Cost":423,"Date":"7/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":637,"Cost":537,"Date":"8/5/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":111,"Cost":61,"Date":"8/12/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":249,"Cost":175,"Date":"8/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":558,"Cost":286,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":518,"Cost":421,"Date":"9/3/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":61,"Cost":58,"Date":"9/5/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":47,"Cost":28,"Date":"10/6/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":524,"Date":"10/19/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":702,"Cost":496,"Date":"11/15/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":547,"Cost":370,"Date":"12/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":558,"Date":"1/8/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":315,"Cost":243,"Date":"1/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":473,"Date":"1/19/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":346,"Cost":314,"Date":"1/28/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":275,"Date":"1/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":697,"Cost":361,"Date":"3/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":764,"Cost":627,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":221,"Cost":145,"Date":"4/24/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":158,"Cost":90,"Date":"4/28/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":928,"Cost":824,"Date":"5/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":390,"Cost":309,"Date":"5/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":101,"Cost":70,"Date":"5/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":55,"Date":"6/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":265,"Cost":182,"Date":"6/3/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":100,"Cost":76,"Date":"6/5/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":631,"Cost":518,"Date":"6/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":991,"Cost":849,"Date":"6/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":4,"Cost":3,"Date":"6/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":784,"Cost":502,"Date":"6/24/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":474,"Cost":315,"Date":"7/4/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":880,"Cost":700,"Date":"7/9/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":263,"Cost":140,"Date":"7/12/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":290,"Cost":210,"Date":"8/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":496,"Cost":461,"Date":"8/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":696,"Cost":367,"Date":"8/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":493,"Cost":429,"Date":"9/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":585,"Cost":416,"Date":"9/3/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":505,"Cost":268,"Date":"9/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":662,"Cost":564,"Date":"10/4/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":256,"Cost":225,"Date":"11/1/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":142,"Cost":118,"Date":"11/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":702,"Cost":387,"Date":"12/17/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":112,"Cost":98,"Date":"2/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":751,"Cost":478,"Date":"2/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":748,"Cost":642,"Date":"3/4/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":64,"Date":"3/9/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":785,"Cost":604,"Date":"3/9/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":829,"Cost":547,"Date":"3/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":774,"Cost":697,"Date":"3/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":204,"Cost":137,"Date":"3/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":519,"Date":"3/23/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":602,"Cost":388,"Date":"4/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":648,"Cost":388,"Date":"5/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":851,"Cost":487,"Date":"5/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":256,"Cost":224,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":178,"Cost":96,"Date":"6/2/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":162,"Date":"6/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":866,"Cost":571,"Date":"6/16/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":868,"Cost":519,"Date":"6/16/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":965,"Cost":852,"Date":"7/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":665,"Date":"7/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":703,"Cost":667,"Date":"8/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":408,"Cost":246,"Date":"8/29/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":609,"Cost":537,"Date":"8/31/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":376,"Date":"9/8/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":561,"Cost":284,"Date":"9/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":309,"Cost":195,"Date":"9/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":850,"Cost":652,"Date":"9/19/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":784,"Cost":572,"Date":"9/25/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":466,"Date":"10/4/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":344,"Cost":265,"Date":"10/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":451,"Cost":299,"Date":"10/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":905,"Cost":843,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":786,"Cost":665,"Date":"10/30/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":755,"Cost":630,"Date":"11/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":360,"Cost":229,"Date":"11/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":390,"Cost":285,"Date":"11/25/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":293,"Cost":238,"Date":"1/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":402,"Date":"1/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":177,"Cost":114,"Date":"1/20/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":823,"Cost":711,"Date":"2/8/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":536,"Date":"2/25/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":552,"Cost":349,"Date":"3/7/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":557,"Cost":358,"Date":"3/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":168,"Date":"3/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":16,"Cost":15,"Date":"4/5/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":347,"Date":"4/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":566,"Cost":501,"Date":"5/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":93,"Date":"5/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":80,"Cost":43,"Date":"5/15/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":471,"Cost":370,"Date":"5/25/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":920,"Cost":726,"Date":"5/26/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":660,"Cost":505,"Date":"5/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":725,"Cost":403,"Date":"7/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":154,"Cost":87,"Date":"9/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":585,"Cost":390,"Date":"10/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":844,"Cost":513,"Date":"10/8/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":959,"Cost":538,"Date":"10/26/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":402,"Date":"11/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":701,"Cost":528,"Date":"11/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"HM Home","Country":"Belgium","Sale":222,"Cost":137,"Date":"12/1/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":620,"Cost":443,"Date":"2/9/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":396,"Cost":317,"Date":"2/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":515,"Cost":460,"Date":"3/10/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":192,"Cost":118,"Date":"3/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":271,"Cost":157,"Date":"3/18/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":468,"Cost":254,"Date":"3/20/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":889,"Cost":832,"Date":"3/26/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":151,"Cost":113,"Date":"6/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":576,"Cost":394,"Date":"6/10/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":8,"Cost":4,"Date":"6/16/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":520,"Cost":424,"Date":"6/25/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":958,"Cost":576,"Date":"7/19/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":717,"Cost":667,"Date":"7/21/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":429,"Cost":361,"Date":"7/25/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":729,"Cost":436,"Date":"8/4/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":865,"Cost":543,"Date":"9/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":158,"Cost":128,"Date":"9/4/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":653,"Cost":407,"Date":"9/19/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":50,"Cost":40,"Date":"9/29/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":904,"Cost":663,"Date":"10/2/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":928,"Cost":577,"Date":"10/15/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":529,"Cost":301,"Date":"10/30/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":754,"Cost":647,"Date":"11/9/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":872,"Cost":815,"Date":"11/23/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":669,"Cost":478,"Date":"11/30/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":50,"Cost":32,"Date":"12/8/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":14,"Cost":11,"Date":"12/11/2018"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":860,"Cost":768,"Date":"1/15/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":733,"Cost":463,"Date":"1/24/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":469,"Cost":262,"Date":"2/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":691,"Cost":437,"Date":"2/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":613,"Cost":563,"Date":"3/9/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":72,"Cost":58,"Date":"3/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":399,"Cost":294,"Date":"4/19/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":937,"Cost":804,"Date":"5/3/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":676,"Cost":546,"Date":"5/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":664,"Cost":365,"Date":"6/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":229,"Cost":123,"Date":"6/26/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":632,"Cost":439,"Date":"7/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":80,"Cost":46,"Date":"7/13/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":336,"Cost":219,"Date":"8/8/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":659,"Cost":426,"Date":"8/26/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":876,"Cost":533,"Date":"9/2/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":280,"Cost":195,"Date":"9/29/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":768,"Cost":458,"Date":"10/12/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":485,"Cost":347,"Date":"11/2/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":174,"Cost":125,"Date":"11/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":741,"Cost":405,"Date":"11/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":946,"Cost":866,"Date":"12/1/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":961,"Cost":594,"Date":"12/4/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":553,"Cost":395,"Date":"12/7/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":719,"Cost":518,"Date":"12/18/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":541,"Cost":491,"Date":"12/20/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":860,"Cost":558,"Date":"12/20/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":515,"Cost":412,"Date":"12/21/2019"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":336,"Cost":230,"Date":"1/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":306,"Cost":290,"Date":"2/5/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":426,"Cost":397,"Date":"2/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":719,"Cost":648,"Date":"2/16/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":91,"Cost":76,"Date":"2/18/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":745,"Cost":423,"Date":"2/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":104,"Cost":67,"Date":"2/25/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":387,"Cost":295,"Date":"3/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":998,"Cost":939,"Date":"4/2/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":850,"Cost":709,"Date":"4/3/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":325,"Cost":253,"Date":"4/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":717,"Cost":401,"Date":"4/10/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":276,"Cost":223,"Date":"4/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":238,"Cost":132,"Date":"5/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":668,"Cost":623,"Date":"5/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":147,"Cost":117,"Date":"6/20/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":789,"Cost":509,"Date":"7/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":979,"Cost":678,"Date":"7/4/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":105,"Cost":62,"Date":"7/8/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":989,"Cost":766,"Date":"7/9/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":535,"Cost":292,"Date":"7/14/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":893,"Cost":592,"Date":"7/19/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":148,"Cost":104,"Date":"8/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":336,"Cost":209,"Date":"8/6/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":592,"Cost":403,"Date":"8/7/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":949,"Cost":769,"Date":"8/22/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":542,"Cost":274,"Date":"8/31/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":737,"Cost":508,"Date":"9/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":527,"Cost":459,"Date":"9/1/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":530,"Cost":268,"Date":"9/17/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":546,"Cost":435,"Date":"9/29/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":36,"Cost":18,"Date":"11/7/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":609,"Cost":311,"Date":"11/26/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":252,"Cost":156,"Date":"11/27/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":488,"Cost":357,"Date":"12/5/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":709,"Cost":557,"Date":"12/26/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":211,"Cost":199,"Date":"12/31/2020"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":132,"Cost":119,"Date":"1/20/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":114,"Cost":92,"Date":"2/2/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":563,"Cost":397,"Date":"2/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":758,"Cost":623,"Date":"2/27/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":193,"Cost":142,"Date":"3/1/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":727,"Cost":551,"Date":"3/1/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":461,"Cost":315,"Date":"3/19/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":149,"Cost":93,"Date":"3/28/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":647,"Cost":555,"Date":"5/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":942,"Cost":894,"Date":"7/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":10,"Cost":8,"Date":"8/5/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":266,"Cost":223,"Date":"8/12/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":57,"Cost":45,"Date":"8/21/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":589,"Cost":434,"Date":"8/23/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":901,"Cost":722,"Date":"9/3/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":399,"Cost":375,"Date":"9/5/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":191,"Cost":165,"Date":"10/6/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":214,"Cost":179,"Date":"10/19/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":252,"Cost":171,"Date":"11/15/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":63,"Cost":47,"Date":"12/8/2021"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":176,"Cost":131,"Date":"1/8/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":431,"Cost":328,"Date":"1/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":601,"Cost":489,"Date":"1/19/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":86,"Cost":56,"Date":"1/28/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":501,"Cost":431,"Date":"1/31/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":411,"Cost":315,"Date":"3/27/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":321,"Cost":215,"Date":"4/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":59,"Cost":49,"Date":"4/24/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":899,"Cost":797,"Date":"4/28/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":492,"Cost":298,"Date":"5/15/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":85,"Cost":64,"Date":"5/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":995,"Cost":667,"Date":"5/18/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":959,"Cost":643,"Date":"6/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":632,"Cost":487,"Date":"6/3/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":171,"Cost":132,"Date":"6/5/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":894,"Cost":629,"Date":"6/7/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":729,"Cost":669,"Date":"6/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":567,"Cost":398,"Date":"6/20/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":666,"Cost":399,"Date":"6/24/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":570,"Cost":356,"Date":"7/4/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":572,"Cost":451,"Date":"7/9/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":787,"Cost":467,"Date":"7/12/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":18,"Cost":17,"Date":"8/14/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":713,"Cost":471,"Date":"8/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":622,"Cost":512,"Date":"8/23/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":703,"Cost":559,"Date":"9/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":847,"Cost":671,"Date":"9/3/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":311,"Cost":290,"Date":"9/16/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":50,"Cost":33,"Date":"10/4/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":65,"Cost":40,"Date":"11/1/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":170,"Cost":121,"Date":"11/2/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":86,"Cost":48,"Date":"12/17/2022"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":97,"Cost":74,"Date":"2/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":62,"Cost":48,"Date":"2/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":201,"Cost":112,"Date":"3/4/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":10,"Cost":6,"Date":"3/9/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":812,"Cost":646,"Date":"3/9/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":362,"Cost":218,"Date":"3/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":118,"Cost":84,"Date":"3/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":726,"Cost":590,"Date":"3/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":634,"Cost":438,"Date":"3/23/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":965,"Cost":492,"Date":"4/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":634,"Cost":363,"Date":"5/7/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":436,"Cost":240,"Date":"5/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":762,"Cost":465,"Date":"5/20/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":143,"Cost":78,"Date":"6/2/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":328,"Cost":179,"Date":"6/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":457,"Cost":390,"Date":"6/16/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":823,"Cost":595,"Date":"6/16/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":340,"Cost":317,"Date":"7/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":375,"Cost":331,"Date":"7/11/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":903,"Cost":564,"Date":"8/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":327,"Cost":166,"Date":"8/29/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":746,"Cost":488,"Date":"8/31/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":733,"Cost":564,"Date":"9/8/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":805,"Cost":435,"Date":"9/13/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":59,"Cost":47,"Date":"9/14/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":736,"Cost":536,"Date":"9/19/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":1000,"Cost":797,"Date":"9/25/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":273,"Cost":240,"Date":"10/4/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":349,"Cost":215,"Date":"10/10/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":958,"Cost":607,"Date":"10/17/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":176,"Cost":106,"Date":"10/28/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":819,"Cost":638,"Date":"10/30/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":789,"Cost":512,"Date":"11/1/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":883,"Cost":718,"Date":"11/15/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":606,"Cost":461,"Date":"11/25/2023"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":644,"Cost":371,"Date":"1/10/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":198,"Cost":173,"Date":"1/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":559,"Cost":385,"Date":"1/20/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":469,"Cost":321,"Date":"2/8/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":93,"Cost":66,"Date":"2/25/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":975,"Cost":618,"Date":"3/7/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":30,"Cost":23,"Date":"3/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":419,"Cost":281,"Date":"3/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":626,"Cost":406,"Date":"4/5/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":410,"Cost":272,"Date":"4/14/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":710,"Cost":663,"Date":"5/3/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":259,"Cost":203,"Date":"5/9/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":687,"Cost":568,"Date":"5/15/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":283,"Cost":242,"Date":"5/25/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":135,"Cost":108,"Date":"5/26/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":191,"Cost":134,"Date":"5/31/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":836,"Cost":452,"Date":"7/27/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":466,"Cost":292,"Date":"9/17/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":590,"Cost":495,"Date":"10/6/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":555,"Cost":513,"Date":"10/8/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":740,"Cost":540,"Date":"10/26/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":160,"Cost":120,"Date":"11/16/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":144,"Cost":88,"Date":"11/18/2024"},{"Store":"Les Galeries Saint-Lambert, Liège","Brand":"COS","Country":"Belgium","Sale":130,"Cost":71,"Date":"12/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":6,"Cost":6,"Date":"2/9/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":805,"Cost":527,"Date":"2/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":779,"Cost":695,"Date":"3/10/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":406,"Cost":302,"Date":"3/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":809,"Cost":439,"Date":"3/18/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":430,"Cost":216,"Date":"3/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":640,"Cost":331,"Date":"3/26/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":47,"Cost":37,"Date":"6/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":242,"Cost":146,"Date":"6/10/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":204,"Cost":169,"Date":"6/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":372,"Cost":190,"Date":"6/25/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":606,"Cost":334,"Date":"7/19/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":41,"Cost":28,"Date":"7/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":537,"Cost":408,"Date":"7/25/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":270,"Cost":154,"Date":"8/4/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":940,"Cost":893,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":218,"Cost":175,"Date":"9/4/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":757,"Cost":612,"Date":"9/19/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":618,"Cost":313,"Date":"9/29/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":867,"Cost":502,"Date":"10/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":222,"Cost":173,"Date":"10/15/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":592,"Cost":375,"Date":"10/30/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":469,"Cost":401,"Date":"11/9/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":757,"Cost":393,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":496,"Cost":309,"Date":"11/30/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":387,"Cost":348,"Date":"12/8/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":473,"Cost":309,"Date":"12/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":99,"Cost":90,"Date":"1/15/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":707,"Cost":438,"Date":"1/24/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":523,"Cost":468,"Date":"2/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":764,"Cost":510,"Date":"2/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":819,"Cost":757,"Date":"3/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":230,"Cost":176,"Date":"3/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":526,"Cost":431,"Date":"4/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":47,"Cost":37,"Date":"5/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":307,"Cost":193,"Date":"5/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":866,"Cost":779,"Date":"6/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":712,"Cost":662,"Date":"6/26/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":174,"Cost":91,"Date":"7/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":648,"Cost":575,"Date":"7/13/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":69,"Cost":61,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":339,"Cost":297,"Date":"8/26/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":828,"Cost":506,"Date":"9/2/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":157,"Cost":149,"Date":"9/29/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":308,"Cost":190,"Date":"10/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":38,"Cost":30,"Date":"11/2/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":947,"Cost":814,"Date":"11/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":723,"Cost":363,"Date":"11/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":824,"Cost":782,"Date":"12/1/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":817,"Cost":557,"Date":"12/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":734,"Cost":528,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":104,"Cost":99,"Date":"12/18/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":855,"Cost":722,"Date":"12/20/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":235,"Cost":135,"Date":"12/20/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":853,"Cost":773,"Date":"12/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":896,"Cost":713,"Date":"1/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":985,"Cost":600,"Date":"2/5/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":98,"Cost":77,"Date":"2/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":234,"Cost":189,"Date":"2/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":686,"Cost":469,"Date":"2/18/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":669,"Cost":500,"Date":"2/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":796,"Cost":718,"Date":"2/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":198,"Cost":120,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":308,"Cost":180,"Date":"4/2/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":961,"Cost":819,"Date":"4/3/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":109,"Cost":77,"Date":"4/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":27,"Cost":21,"Date":"4/10/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":68,"Cost":50,"Date":"4/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":527,"Cost":408,"Date":"5/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":714,"Cost":543,"Date":"5/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":143,"Cost":117,"Date":"6/20/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":185,"Cost":115,"Date":"7/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":801,"Cost":542,"Date":"7/4/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":996,"Cost":775,"Date":"7/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":446,"Cost":301,"Date":"7/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":244,"Cost":172,"Date":"7/14/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":892,"Cost":589,"Date":"7/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":999,"Cost":615,"Date":"8/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":796,"Cost":589,"Date":"8/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":684,"Cost":431,"Date":"8/7/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":286,"Cost":193,"Date":"8/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":154,"Cost":77,"Date":"8/31/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":449,"Cost":257,"Date":"9/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":453,"Cost":301,"Date":"9/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":885,"Cost":450,"Date":"9/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":264,"Cost":250,"Date":"9/29/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":288,"Cost":272,"Date":"11/7/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":58,"Cost":46,"Date":"11/26/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":592,"Cost":523,"Date":"11/27/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":721,"Cost":481,"Date":"12/5/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":378,"Cost":315,"Date":"12/26/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":579,"Cost":369,"Date":"12/31/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":84,"Cost":46,"Date":"1/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":651,"Cost":489,"Date":"2/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":379,"Cost":287,"Date":"2/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":976,"Cost":831,"Date":"2/27/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":633,"Cost":349,"Date":"3/1/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":791,"Cost":436,"Date":"3/1/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":369,"Cost":267,"Date":"3/19/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":5,"Cost":5,"Date":"3/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":325,"Cost":292,"Date":"5/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":592,"Cost":385,"Date":"7/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":440,"Cost":382,"Date":"8/5/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":640,"Cost":503,"Date":"8/12/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":639,"Cost":392,"Date":"8/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":916,"Cost":739,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":761,"Cost":395,"Date":"9/3/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":599,"Cost":547,"Date":"9/5/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":225,"Cost":131,"Date":"10/6/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":908,"Cost":853,"Date":"10/19/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":240,"Cost":185,"Date":"11/15/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":109,"Cost":93,"Date":"12/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":771,"Cost":727,"Date":"1/8/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":323,"Cost":201,"Date":"1/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":560,"Cost":473,"Date":"1/19/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":234,"Cost":175,"Date":"1/28/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":631,"Cost":361,"Date":"1/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":807,"Cost":502,"Date":"3/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":769,"Cost":571,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":694,"Cost":521,"Date":"4/24/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":62,"Cost":36,"Date":"4/28/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":696,"Cost":384,"Date":"5/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":956,"Cost":869,"Date":"5/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":945,"Cost":867,"Date":"5/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":962,"Cost":529,"Date":"6/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":967,"Cost":810,"Date":"6/3/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":422,"Cost":235,"Date":"6/5/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":430,"Cost":404,"Date":"6/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":969,"Cost":781,"Date":"6/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":297,"Cost":232,"Date":"6/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":871,"Cost":747,"Date":"6/24/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":87,"Cost":73,"Date":"7/4/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":353,"Cost":269,"Date":"7/9/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":947,"Cost":843,"Date":"7/12/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":848,"Cost":443,"Date":"8/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":926,"Cost":561,"Date":"8/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":64,"Cost":55,"Date":"8/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":211,"Cost":167,"Date":"9/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":373,"Cost":348,"Date":"9/3/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":312,"Cost":280,"Date":"9/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":3,"Cost":2,"Date":"10/4/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":514,"Cost":269,"Date":"11/1/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":73,"Cost":44,"Date":"11/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":189,"Cost":143,"Date":"12/17/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":791,"Cost":748,"Date":"2/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":343,"Cost":216,"Date":"2/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":409,"Cost":281,"Date":"3/4/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":838,"Cost":587,"Date":"3/9/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":15,"Cost":10,"Date":"3/9/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":651,"Cost":501,"Date":"3/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":324,"Cost":249,"Date":"3/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":384,"Cost":326,"Date":"3/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":88,"Cost":58,"Date":"3/23/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":383,"Cost":346,"Date":"4/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":242,"Cost":173,"Date":"5/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":845,"Cost":570,"Date":"5/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":166,"Cost":109,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":694,"Cost":562,"Date":"6/2/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":534,"Cost":388,"Date":"6/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":692,"Cost":395,"Date":"6/16/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":572,"Cost":463,"Date":"6/16/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":154,"Cost":125,"Date":"7/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":876,"Cost":735,"Date":"7/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":124,"Cost":65,"Date":"8/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":323,"Cost":197,"Date":"8/29/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":845,"Cost":774,"Date":"8/31/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":885,"Cost":469,"Date":"9/8/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":133,"Cost":126,"Date":"9/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":984,"Cost":498,"Date":"9/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":793,"Cost":528,"Date":"9/19/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":328,"Cost":220,"Date":"9/25/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":293,"Cost":166,"Date":"10/4/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":855,"Cost":637,"Date":"10/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":5,"Cost":2,"Date":"10/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":384,"Cost":345,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":861,"Cost":515,"Date":"10/30/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":522,"Cost":316,"Date":"11/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":729,"Cost":561,"Date":"11/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":925,"Cost":797,"Date":"11/25/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":904,"Cost":493,"Date":"1/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":241,"Cost":172,"Date":"1/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":582,"Cost":414,"Date":"1/20/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":412,"Cost":275,"Date":"2/8/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":652,"Cost":436,"Date":"2/25/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":194,"Cost":169,"Date":"3/7/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":516,"Cost":462,"Date":"3/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":349,"Cost":225,"Date":"3/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":585,"Cost":302,"Date":"4/5/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":960,"Cost":828,"Date":"4/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":227,"Cost":183,"Date":"5/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":173,"Cost":162,"Date":"5/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":884,"Cost":735,"Date":"5/15/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":481,"Cost":343,"Date":"5/25/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":584,"Cost":552,"Date":"5/26/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":790,"Cost":608,"Date":"5/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":565,"Cost":301,"Date":"7/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":823,"Cost":755,"Date":"9/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":621,"Cost":585,"Date":"10/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":402,"Cost":277,"Date":"10/8/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":287,"Cost":235,"Date":"10/26/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":989,"Cost":553,"Date":"11/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":152,"Cost":112,"Date":"11/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"HM","Country":"Belgium","Sale":285,"Cost":145,"Date":"12/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":827,"Cost":623,"Date":"2/9/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":875,"Cost":573,"Date":"2/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":146,"Cost":132,"Date":"3/10/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":908,"Cost":779,"Date":"3/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":558,"Cost":357,"Date":"3/18/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":340,"Date":"3/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":348,"Cost":178,"Date":"3/26/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":586,"Cost":437,"Date":"6/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":700,"Cost":567,"Date":"6/10/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":491,"Cost":290,"Date":"6/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":844,"Cost":707,"Date":"6/25/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":595,"Cost":494,"Date":"7/19/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":729,"Date":"7/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":868,"Cost":488,"Date":"7/25/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":972,"Cost":566,"Date":"8/4/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":30,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":885,"Cost":473,"Date":"9/4/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":717,"Cost":512,"Date":"9/19/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":300,"Cost":259,"Date":"9/29/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":157,"Cost":87,"Date":"10/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":156,"Date":"10/15/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":329,"Cost":290,"Date":"10/30/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":987,"Cost":671,"Date":"11/9/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":131,"Cost":109,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":735,"Date":"11/30/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":487,"Cost":299,"Date":"12/8/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":784,"Cost":473,"Date":"12/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":531,"Date":"1/15/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":504,"Cost":404,"Date":"1/24/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":885,"Cost":818,"Date":"2/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":248,"Cost":126,"Date":"2/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":694,"Cost":487,"Date":"3/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":191,"Cost":166,"Date":"3/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":651,"Cost":344,"Date":"4/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":477,"Cost":429,"Date":"5/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":998,"Cost":885,"Date":"5/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":393,"Cost":323,"Date":"6/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":347,"Cost":269,"Date":"6/26/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":85,"Cost":68,"Date":"7/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":136,"Cost":108,"Date":"7/13/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":804,"Cost":502,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":236,"Cost":169,"Date":"8/26/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":909,"Cost":812,"Date":"9/2/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":785,"Cost":676,"Date":"9/29/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":50,"Date":"10/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":316,"Cost":209,"Date":"11/2/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":109,"Cost":79,"Date":"11/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":556,"Cost":453,"Date":"11/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":266,"Cost":199,"Date":"12/1/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":800,"Cost":626,"Date":"12/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":71,"Cost":62,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":563,"Cost":336,"Date":"12/18/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":77,"Date":"12/20/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":726,"Cost":619,"Date":"12/20/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":457,"Cost":377,"Date":"12/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":754,"Date":"1/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":190,"Cost":175,"Date":"2/5/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":771,"Cost":675,"Date":"2/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":302,"Cost":182,"Date":"2/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":394,"Date":"2/18/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":230,"Date":"2/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":144,"Cost":77,"Date":"2/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":960,"Cost":782,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":985,"Cost":642,"Date":"4/2/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":625,"Cost":594,"Date":"4/3/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":781,"Cost":651,"Date":"4/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":552,"Cost":326,"Date":"4/10/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":939,"Cost":620,"Date":"4/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":462,"Cost":385,"Date":"5/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":304,"Cost":204,"Date":"5/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":110,"Cost":67,"Date":"6/20/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":323,"Cost":299,"Date":"7/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":551,"Date":"7/4/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":410,"Cost":338,"Date":"7/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":656,"Cost":599,"Date":"7/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":547,"Cost":404,"Date":"7/14/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":201,"Cost":147,"Date":"7/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":476,"Cost":304,"Date":"8/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":197,"Cost":158,"Date":"8/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":428,"Cost":341,"Date":"8/7/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":543,"Cost":441,"Date":"8/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":452,"Cost":395,"Date":"8/31/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":592,"Cost":378,"Date":"9/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":191,"Cost":111,"Date":"9/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":714,"Cost":448,"Date":"9/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":874,"Cost":822,"Date":"9/29/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":939,"Cost":547,"Date":"11/7/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":73,"Cost":62,"Date":"11/26/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":103,"Cost":89,"Date":"11/27/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":696,"Cost":430,"Date":"12/5/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":477,"Cost":365,"Date":"12/26/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":233,"Cost":140,"Date":"12/31/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":683,"Cost":507,"Date":"1/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":556,"Date":"2/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":999,"Cost":924,"Date":"2/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":718,"Cost":518,"Date":"2/27/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":988,"Cost":630,"Date":"3/1/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":21,"Date":"3/1/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":78,"Cost":60,"Date":"3/19/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":439,"Cost":315,"Date":"3/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":836,"Cost":760,"Date":"5/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":344,"Cost":199,"Date":"7/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":612,"Cost":426,"Date":"8/5/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":648,"Cost":498,"Date":"8/12/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":651,"Cost":393,"Date":"8/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":307,"Cost":256,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":287,"Cost":165,"Date":"9/3/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":435,"Cost":286,"Date":"9/5/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":441,"Date":"10/6/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":5,"Date":"10/19/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":236,"Cost":159,"Date":"11/15/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":187,"Date":"12/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":836,"Cost":492,"Date":"1/8/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":459,"Cost":238,"Date":"1/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":551,"Cost":437,"Date":"1/19/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":450,"Date":"1/28/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":256,"Date":"1/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":477,"Cost":285,"Date":"3/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":321,"Cost":181,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":69,"Cost":52,"Date":"4/24/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":73,"Date":"4/28/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":210,"Cost":187,"Date":"5/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":345,"Cost":292,"Date":"5/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":641,"Cost":364,"Date":"5/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":17,"Cost":15,"Date":"6/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":595,"Cost":494,"Date":"6/3/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":822,"Cost":508,"Date":"6/5/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":250,"Cost":205,"Date":"6/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":495,"Cost":454,"Date":"6/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":359,"Date":"6/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":680,"Cost":638,"Date":"6/24/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":298,"Date":"7/4/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":323,"Cost":263,"Date":"7/9/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":563,"Date":"7/12/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":281,"Date":"8/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":925,"Cost":729,"Date":"8/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":617,"Cost":308,"Date":"8/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":724,"Cost":596,"Date":"9/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":887,"Cost":454,"Date":"9/3/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":652,"Cost":499,"Date":"9/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":562,"Cost":391,"Date":"10/4/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":96,"Cost":75,"Date":"11/1/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":465,"Cost":288,"Date":"11/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":837,"Cost":648,"Date":"12/17/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":32,"Cost":27,"Date":"2/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":996,"Cost":505,"Date":"2/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":523,"Cost":399,"Date":"3/4/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":782,"Date":"3/9/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":463,"Cost":366,"Date":"3/9/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":411,"Cost":375,"Date":"3/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":94,"Cost":80,"Date":"3/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":348,"Cost":227,"Date":"3/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":152,"Cost":87,"Date":"3/23/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":174,"Cost":120,"Date":"4/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":467,"Cost":388,"Date":"5/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":57,"Date":"5/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":870,"Cost":682,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":619,"Date":"6/2/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":964,"Cost":545,"Date":"6/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":379,"Cost":193,"Date":"6/16/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":588,"Cost":323,"Date":"6/16/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":537,"Date":"7/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":527,"Cost":346,"Date":"7/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":715,"Cost":506,"Date":"8/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":699,"Cost":562,"Date":"8/29/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":59,"Date":"8/31/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":402,"Cost":347,"Date":"9/8/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":469,"Cost":348,"Date":"9/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":816,"Cost":554,"Date":"9/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":265,"Cost":133,"Date":"9/19/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":223,"Date":"9/25/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":6,"Cost":5,"Date":"10/4/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":160,"Cost":118,"Date":"10/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":238,"Cost":191,"Date":"10/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":471,"Cost":368,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":263,"Cost":159,"Date":"10/30/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":358,"Date":"11/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":501,"Cost":363,"Date":"11/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":545,"Cost":472,"Date":"11/25/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":855,"Cost":428,"Date":"1/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":910,"Cost":674,"Date":"1/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":119,"Date":"1/20/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":71,"Cost":42,"Date":"2/8/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":765,"Cost":609,"Date":"2/25/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":210,"Cost":111,"Date":"3/7/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":88,"Cost":67,"Date":"3/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":197,"Cost":181,"Date":"3/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":443,"Cost":322,"Date":"4/5/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":429,"Cost":289,"Date":"4/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":554,"Cost":489,"Date":"5/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":526,"Cost":329,"Date":"5/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":474,"Cost":264,"Date":"5/15/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":318,"Cost":276,"Date":"5/25/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":921,"Cost":535,"Date":"5/26/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":132,"Cost":73,"Date":"5/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":105,"Cost":67,"Date":"7/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":961,"Cost":529,"Date":"9/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":411,"Date":"10/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":459,"Cost":312,"Date":"10/8/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":248,"Cost":163,"Date":"10/26/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":483,"Cost":440,"Date":"11/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":709,"Cost":531,"Date":"11/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"Jeans","Country":"Belgium","Sale":991,"Cost":666,"Date":"12/1/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":231,"Cost":139,"Date":"2/9/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":528,"Cost":442,"Date":"2/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":384,"Cost":210,"Date":"3/10/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":105,"Cost":87,"Date":"3/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":84,"Cost":56,"Date":"3/18/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":180,"Cost":140,"Date":"3/20/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":153,"Cost":127,"Date":"3/26/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":439,"Cost":331,"Date":"6/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":394,"Cost":222,"Date":"6/10/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":463,"Cost":308,"Date":"6/16/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":640,"Cost":377,"Date":"6/25/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":387,"Cost":209,"Date":"7/19/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":602,"Cost":506,"Date":"7/21/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":868,"Cost":699,"Date":"7/25/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":56,"Cost":49,"Date":"8/4/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":737,"Cost":375,"Date":"9/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":98,"Cost":77,"Date":"9/4/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":660,"Cost":560,"Date":"9/19/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":397,"Cost":325,"Date":"9/29/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":51,"Cost":46,"Date":"10/2/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":589,"Cost":416,"Date":"10/15/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":548,"Cost":432,"Date":"10/30/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":584,"Cost":546,"Date":"11/9/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":728,"Cost":460,"Date":"11/23/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":588,"Cost":441,"Date":"11/30/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":456,"Cost":401,"Date":"12/8/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":406,"Cost":237,"Date":"12/11/2018"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":645,"Cost":363,"Date":"1/15/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":184,"Cost":139,"Date":"1/24/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":374,"Cost":277,"Date":"2/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":353,"Cost":330,"Date":"2/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":451,"Cost":264,"Date":"3/9/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":604,"Cost":331,"Date":"3/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":737,"Cost":527,"Date":"4/19/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":703,"Cost":536,"Date":"5/3/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":39,"Cost":27,"Date":"5/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":261,"Cost":155,"Date":"6/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":537,"Cost":390,"Date":"6/26/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":212,"Cost":164,"Date":"7/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":943,"Cost":876,"Date":"7/13/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":150,"Cost":116,"Date":"8/8/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":457,"Cost":398,"Date":"8/26/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":189,"Cost":112,"Date":"9/2/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":429,"Cost":318,"Date":"9/29/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":872,"Cost":560,"Date":"10/12/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":312,"Cost":162,"Date":"11/2/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":655,"Cost":452,"Date":"11/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":574,"Cost":513,"Date":"11/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":122,"Cost":111,"Date":"12/1/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":267,"Cost":165,"Date":"12/4/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":669,"Cost":478,"Date":"12/7/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":401,"Cost":271,"Date":"12/18/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":798,"Cost":399,"Date":"12/20/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":996,"Cost":914,"Date":"12/20/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":445,"Cost":336,"Date":"12/21/2019"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":288,"Cost":268,"Date":"1/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":617,"Cost":550,"Date":"2/5/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":54,"Cost":42,"Date":"2/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":157,"Cost":83,"Date":"2/16/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":277,"Cost":179,"Date":"2/18/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":141,"Cost":85,"Date":"2/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":976,"Cost":711,"Date":"2/25/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":444,"Cost":379,"Date":"3/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":302,"Cost":269,"Date":"4/2/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":923,"Cost":869,"Date":"4/3/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":143,"Cost":90,"Date":"4/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":39,"Cost":23,"Date":"4/10/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":265,"Cost":239,"Date":"4/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":326,"Cost":211,"Date":"5/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":295,"Cost":229,"Date":"5/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":372,"Cost":236,"Date":"6/20/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":370,"Cost":285,"Date":"7/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":803,"Cost":695,"Date":"7/4/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":610,"Cost":404,"Date":"7/8/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":426,"Cost":340,"Date":"7/9/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":357,"Cost":249,"Date":"7/14/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":880,"Cost":763,"Date":"7/19/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":475,"Cost":423,"Date":"8/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":556,"Cost":376,"Date":"8/6/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":183,"Cost":142,"Date":"8/7/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":575,"Cost":533,"Date":"8/22/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":828,"Cost":537,"Date":"8/31/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":507,"Cost":299,"Date":"9/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":49,"Cost":35,"Date":"9/1/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":859,"Cost":516,"Date":"9/17/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":918,"Cost":488,"Date":"9/29/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":830,"Cost":743,"Date":"11/7/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":801,"Cost":583,"Date":"11/26/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":611,"Cost":417,"Date":"11/27/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":97,"Cost":76,"Date":"12/5/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":884,"Cost":744,"Date":"12/26/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":959,"Cost":901,"Date":"12/31/2020"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":992,"Cost":801,"Date":"1/20/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":240,"Cost":173,"Date":"2/2/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":22,"Cost":12,"Date":"2/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":119,"Cost":65,"Date":"2/27/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":735,"Cost":501,"Date":"3/1/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":912,"Cost":857,"Date":"3/1/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":34,"Cost":32,"Date":"3/19/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":682,"Cost":426,"Date":"3/28/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":672,"Cost":512,"Date":"5/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":312,"Cost":177,"Date":"7/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":731,"Cost":627,"Date":"8/5/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":374,"Cost":250,"Date":"8/12/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":30,"Cost":28,"Date":"8/21/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":495,"Cost":368,"Date":"8/23/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":5,"Cost":5,"Date":"9/3/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":689,"Cost":562,"Date":"9/5/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":810,"Cost":595,"Date":"10/6/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":771,"Cost":593,"Date":"10/19/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":947,"Cost":839,"Date":"11/15/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":212,"Cost":166,"Date":"12/8/2021"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":207,"Cost":171,"Date":"1/8/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":357,"Cost":317,"Date":"1/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":620,"Cost":354,"Date":"1/19/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":883,"Cost":538,"Date":"1/28/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":968,"Cost":708,"Date":"1/31/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":307,"Cost":235,"Date":"3/27/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":455,"Cost":320,"Date":"4/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":423,"Cost":266,"Date":"4/24/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":84,"Cost":57,"Date":"4/28/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":241,"Cost":140,"Date":"5/15/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":797,"Cost":721,"Date":"5/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":259,"Cost":200,"Date":"5/18/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":720,"Cost":576,"Date":"6/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":836,"Cost":521,"Date":"6/3/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":492,"Cost":380,"Date":"6/5/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":388,"Cost":254,"Date":"6/7/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":423,"Cost":327,"Date":"6/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":695,"Cost":623,"Date":"6/20/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":152,"Cost":117,"Date":"6/24/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":164,"Cost":93,"Date":"7/4/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":349,"Cost":202,"Date":"7/9/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":579,"Cost":325,"Date":"7/12/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":393,"Cost":236,"Date":"8/14/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":544,"Cost":363,"Date":"8/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":652,"Cost":383,"Date":"8/23/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":87,"Cost":46,"Date":"9/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":282,"Cost":248,"Date":"9/3/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":69,"Cost":47,"Date":"9/16/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":618,"Cost":486,"Date":"10/4/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":137,"Cost":94,"Date":"11/1/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":229,"Cost":140,"Date":"11/2/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":842,"Cost":649,"Date":"12/17/2022"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":128,"Cost":107,"Date":"2/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":26,"Cost":24,"Date":"2/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":238,"Cost":164,"Date":"3/4/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":864,"Cost":522,"Date":"3/9/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":323,"Cost":261,"Date":"3/9/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":656,"Cost":407,"Date":"3/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":206,"Cost":190,"Date":"3/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":201,"Cost":101,"Date":"3/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":907,"Cost":715,"Date":"3/23/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":212,"Cost":142,"Date":"4/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":497,"Cost":463,"Date":"5/7/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":507,"Cost":275,"Date":"5/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":271,"Cost":212,"Date":"5/20/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":531,"Cost":310,"Date":"6/2/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":440,"Cost":248,"Date":"6/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":906,"Cost":759,"Date":"6/16/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":67,"Cost":39,"Date":"6/16/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":133,"Cost":104,"Date":"7/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":739,"Cost":406,"Date":"7/11/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":407,"Cost":376,"Date":"8/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":341,"Cost":267,"Date":"8/29/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":107,"Cost":76,"Date":"8/31/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":372,"Cost":195,"Date":"9/8/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":167,"Cost":112,"Date":"9/13/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":811,"Cost":694,"Date":"9/14/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":979,"Cost":832,"Date":"9/19/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":607,"Cost":527,"Date":"9/25/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":428,"Cost":341,"Date":"10/4/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":62,"Cost":34,"Date":"10/10/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":449,"Cost":235,"Date":"10/17/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":840,"Cost":706,"Date":"10/28/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":93,"Cost":88,"Date":"10/30/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":814,"Cost":420,"Date":"11/1/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":692,"Cost":363,"Date":"11/15/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":716,"Cost":380,"Date":"11/25/2023"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":475,"Cost":374,"Date":"1/10/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":628,"Cost":517,"Date":"1/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":321,"Cost":281,"Date":"1/20/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":65,"Cost":33,"Date":"2/8/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":293,"Cost":225,"Date":"2/25/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":590,"Cost":431,"Date":"3/7/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":814,"Cost":729,"Date":"3/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":687,"Cost":411,"Date":"3/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":467,"Cost":335,"Date":"4/5/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":186,"Cost":99,"Date":"4/14/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":546,"Cost":487,"Date":"5/3/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":220,"Cost":113,"Date":"5/9/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":531,"Cost":331,"Date":"5/15/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":522,"Cost":475,"Date":"5/25/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":337,"Cost":242,"Date":"5/26/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":34,"Cost":26,"Date":"5/31/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":449,"Cost":337,"Date":"7/27/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":740,"Cost":629,"Date":"9/17/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":569,"Cost":327,"Date":"10/6/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":125,"Cost":62,"Date":"10/8/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":220,"Cost":147,"Date":"10/26/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":462,"Cost":353,"Date":"11/16/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":639,"Cost":423,"Date":"11/18/2024"},{"Store":"Basilix Shopping Center, Liège","Brand":"COS","Country":"Belgium","Sale":56,"Cost":30,"Date":"12/1/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":678,"Cost":493,"Date":"2/9/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":151,"Cost":113,"Date":"2/11/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":198,"Cost":104,"Date":"3/10/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":894,"Cost":677,"Date":"3/16/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":212,"Date":"3/18/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":281,"Cost":202,"Date":"3/20/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":191,"Cost":146,"Date":"3/26/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":21,"Date":"6/2/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":551,"Cost":409,"Date":"6/10/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":297,"Cost":166,"Date":"6/16/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":929,"Cost":730,"Date":"6/25/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":425,"Date":"7/19/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":303,"Cost":168,"Date":"7/21/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":496,"Cost":339,"Date":"7/25/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":952,"Cost":768,"Date":"8/4/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":790,"Cost":539,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":754,"Cost":382,"Date":"9/4/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":989,"Cost":878,"Date":"9/19/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":306,"Cost":265,"Date":"9/29/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":268,"Cost":194,"Date":"10/2/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":631,"Cost":350,"Date":"10/15/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":22,"Cost":17,"Date":"10/30/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":93,"Cost":52,"Date":"11/9/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":788,"Cost":531,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":2,"Cost":1,"Date":"11/30/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":110,"Cost":104,"Date":"12/8/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":850,"Cost":591,"Date":"12/11/2018"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":912,"Cost":735,"Date":"1/15/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":983,"Cost":526,"Date":"1/24/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":343,"Cost":252,"Date":"2/3/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":612,"Date":"2/4/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":148,"Cost":78,"Date":"3/9/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":220,"Cost":192,"Date":"3/12/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":266,"Cost":171,"Date":"4/19/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":113,"Cost":61,"Date":"5/3/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":17,"Cost":16,"Date":"5/4/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":204,"Cost":128,"Date":"6/8/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":595,"Cost":354,"Date":"6/26/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":173,"Cost":114,"Date":"7/4/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":784,"Cost":733,"Date":"7/13/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":243,"Cost":181,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":346,"Cost":251,"Date":"8/26/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":898,"Cost":747,"Date":"9/2/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":757,"Cost":433,"Date":"9/29/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":523,"Cost":293,"Date":"10/12/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":305,"Cost":238,"Date":"11/2/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":487,"Cost":371,"Date":"11/4/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":448,"Cost":271,"Date":"11/7/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":457,"Cost":422,"Date":"12/1/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":351,"Cost":205,"Date":"12/4/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":860,"Cost":588,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":199,"Cost":185,"Date":"12/18/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":610,"Cost":395,"Date":"12/20/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":581,"Cost":414,"Date":"12/20/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":216,"Cost":203,"Date":"12/21/2019"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":105,"Cost":62,"Date":"1/9/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":776,"Cost":615,"Date":"2/5/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":342,"Cost":209,"Date":"2/16/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":681,"Cost":632,"Date":"2/16/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":882,"Cost":638,"Date":"2/18/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":193,"Cost":161,"Date":"2/22/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":70,"Cost":56,"Date":"2/25/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":722,"Cost":505,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":759,"Cost":422,"Date":"4/2/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":769,"Cost":612,"Date":"4/3/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":787,"Cost":410,"Date":"4/9/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":478,"Cost":295,"Date":"4/10/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":340,"Date":"4/19/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":291,"Cost":208,"Date":"5/17/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":688,"Cost":396,"Date":"5/22/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":444,"Cost":354,"Date":"6/20/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":879,"Cost":643,"Date":"7/1/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":971,"Cost":589,"Date":"7/4/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":308,"Cost":293,"Date":"7/8/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":636,"Cost":427,"Date":"7/9/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":287,"Cost":267,"Date":"7/14/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":894,"Cost":607,"Date":"7/19/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":911,"Cost":493,"Date":"8/1/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":296,"Cost":157,"Date":"8/6/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":448,"Cost":396,"Date":"8/7/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":863,"Cost":571,"Date":"8/22/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":460,"Cost":360,"Date":"8/31/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":529,"Cost":308,"Date":"9/1/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":734,"Cost":384,"Date":"9/1/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":497,"Cost":429,"Date":"9/17/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":819,"Cost":670,"Date":"9/29/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":932,"Cost":476,"Date":"11/7/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":303,"Cost":194,"Date":"11/26/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":998,"Cost":674,"Date":"11/27/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":280,"Cost":145,"Date":"12/5/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":289,"Cost":219,"Date":"12/26/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":148,"Date":"12/31/2020"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":31,"Cost":26,"Date":"1/20/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":383,"Cost":311,"Date":"2/2/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":641,"Cost":435,"Date":"2/8/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":272,"Cost":202,"Date":"2/27/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":176,"Cost":96,"Date":"3/1/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":160,"Cost":111,"Date":"3/1/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":903,"Cost":779,"Date":"3/19/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":721,"Cost":514,"Date":"3/28/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":624,"Cost":580,"Date":"5/21/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":528,"Cost":390,"Date":"7/21/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":506,"Cost":467,"Date":"8/5/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":788,"Cost":418,"Date":"8/12/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":602,"Cost":336,"Date":"8/21/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":958,"Cost":712,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":554,"Cost":310,"Date":"9/3/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":491,"Cost":247,"Date":"9/5/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":830,"Cost":444,"Date":"10/6/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":799,"Cost":676,"Date":"10/19/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":860,"Cost":583,"Date":"11/15/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":316,"Cost":215,"Date":"12/8/2021"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":768,"Cost":581,"Date":"1/8/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":887,"Cost":685,"Date":"1/14/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":256,"Cost":136,"Date":"1/19/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":755,"Cost":706,"Date":"1/28/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":160,"Cost":136,"Date":"1/31/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":868,"Cost":660,"Date":"3/27/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":375,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":797,"Cost":610,"Date":"4/24/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":259,"Cost":133,"Date":"4/28/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":420,"Cost":351,"Date":"5/15/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":968,"Cost":559,"Date":"5/16/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":107,"Cost":69,"Date":"5/18/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":812,"Cost":479,"Date":"6/2/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":25,"Date":"6/3/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":879,"Cost":781,"Date":"6/5/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":329,"Cost":221,"Date":"6/7/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":979,"Cost":692,"Date":"6/14/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":674,"Date":"6/20/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":223,"Date":"6/24/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":134,"Cost":67,"Date":"7/4/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":986,"Cost":658,"Date":"7/9/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":130,"Cost":98,"Date":"7/12/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":215,"Cost":165,"Date":"8/14/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":460,"Cost":294,"Date":"8/16/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":905,"Cost":733,"Date":"8/23/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":292,"Cost":172,"Date":"9/2/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":448,"Cost":339,"Date":"9/3/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":123,"Cost":114,"Date":"9/16/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":110,"Cost":73,"Date":"10/4/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":970,"Cost":732,"Date":"11/1/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":898,"Cost":802,"Date":"11/2/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":646,"Cost":564,"Date":"12/17/2022"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":837,"Cost":471,"Date":"2/10/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":564,"Cost":374,"Date":"2/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":105,"Cost":68,"Date":"3/4/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":458,"Cost":405,"Date":"3/9/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":272,"Cost":212,"Date":"3/9/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":86,"Cost":78,"Date":"3/11/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":330,"Cost":190,"Date":"3/17/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":237,"Cost":171,"Date":"3/17/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":224,"Cost":118,"Date":"3/23/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":437,"Cost":391,"Date":"4/1/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":644,"Cost":474,"Date":"5/7/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":778,"Cost":646,"Date":"5/10/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":567,"Cost":490,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":151,"Cost":120,"Date":"6/2/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":307,"Cost":174,"Date":"6/11/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":370,"Cost":349,"Date":"6/16/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":916,"Cost":590,"Date":"6/16/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":242,"Cost":220,"Date":"7/10/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":199,"Date":"7/11/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":563,"Cost":330,"Date":"8/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":302,"Cost":255,"Date":"8/29/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":588,"Date":"8/31/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":917,"Cost":719,"Date":"9/8/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":740,"Date":"9/13/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":559,"Date":"9/14/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":414,"Cost":351,"Date":"9/19/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":676,"Cost":527,"Date":"9/25/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":2,"Cost":1,"Date":"10/4/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":443,"Cost":292,"Date":"10/10/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":378,"Cost":360,"Date":"10/17/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":314,"Cost":159,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":496,"Cost":295,"Date":"10/30/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":971,"Cost":525,"Date":"11/1/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":746,"Cost":555,"Date":"11/15/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":677,"Cost":544,"Date":"11/25/2023"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":577,"Cost":498,"Date":"1/10/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":560,"Cost":470,"Date":"1/14/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":715,"Cost":537,"Date":"1/20/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":788,"Cost":552,"Date":"2/8/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":260,"Cost":143,"Date":"2/25/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":143,"Cost":94,"Date":"3/7/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":294,"Cost":217,"Date":"3/14/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":85,"Cost":70,"Date":"3/27/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":999,"Cost":758,"Date":"4/5/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":901,"Cost":735,"Date":"4/14/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":768,"Cost":472,"Date":"5/3/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":603,"Cost":523,"Date":"5/9/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":789,"Cost":504,"Date":"5/15/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":278,"Cost":221,"Date":"5/25/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":208,"Cost":121,"Date":"5/26/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":299,"Cost":254,"Date":"5/31/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":968,"Cost":762,"Date":"7/27/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":994,"Cost":710,"Date":"9/17/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":553,"Cost":491,"Date":"10/6/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":868,"Cost":758,"Date":"10/8/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":535,"Cost":462,"Date":"10/26/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":780,"Cost":488,"Date":"11/16/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":540,"Cost":380,"Date":"11/18/2024"},{"Store":"Méga Liège","Brand":"ARKET","Country":"Belgium","Sale":769,"Cost":575,"Date":"12/1/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":699,"Cost":506,"Date":"2/9/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":600,"Cost":565,"Date":"2/11/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":569,"Cost":343,"Date":"3/10/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":373,"Cost":225,"Date":"3/16/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":213,"Cost":124,"Date":"3/18/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":298,"Cost":262,"Date":"3/20/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":298,"Cost":272,"Date":"3/26/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":549,"Cost":489,"Date":"6/2/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":233,"Cost":165,"Date":"6/10/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":940,"Cost":542,"Date":"6/16/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":715,"Cost":586,"Date":"6/25/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":508,"Cost":307,"Date":"7/19/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":685,"Cost":533,"Date":"7/21/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":811,"Cost":679,"Date":"7/25/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":773,"Cost":551,"Date":"8/4/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":546,"Cost":430,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":400,"Cost":308,"Date":"9/4/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":600,"Cost":446,"Date":"9/19/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":707,"Cost":382,"Date":"9/29/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":401,"Cost":227,"Date":"10/2/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":301,"Cost":196,"Date":"10/15/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":62,"Cost":32,"Date":"10/30/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":515,"Cost":423,"Date":"11/9/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":974,"Cost":860,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":601,"Cost":314,"Date":"11/30/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":909,"Cost":806,"Date":"12/8/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":110,"Cost":97,"Date":"12/11/2018"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":597,"Cost":542,"Date":"1/15/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":603,"Cost":568,"Date":"1/24/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":876,"Cost":797,"Date":"2/3/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":912,"Cost":530,"Date":"2/4/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":662,"Cost":435,"Date":"3/9/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":912,"Cost":800,"Date":"3/12/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":141,"Cost":114,"Date":"4/19/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":772,"Cost":493,"Date":"5/3/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":773,"Cost":493,"Date":"5/4/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":501,"Cost":350,"Date":"6/8/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":759,"Cost":677,"Date":"6/26/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":393,"Cost":353,"Date":"7/4/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":82,"Cost":75,"Date":"7/13/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":855,"Cost":790,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":825,"Cost":721,"Date":"8/26/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":434,"Cost":390,"Date":"9/2/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":928,"Cost":484,"Date":"9/29/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":777,"Cost":617,"Date":"10/12/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":603,"Cost":305,"Date":"11/2/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":569,"Cost":295,"Date":"11/4/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":776,"Cost":411,"Date":"11/7/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":764,"Cost":634,"Date":"12/1/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":252,"Cost":209,"Date":"12/4/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":153,"Cost":145,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":841,"Cost":466,"Date":"12/18/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":166,"Cost":127,"Date":"12/20/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":733,"Cost":535,"Date":"12/20/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":20,"Cost":13,"Date":"12/21/2019"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":850,"Cost":578,"Date":"1/9/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":388,"Cost":194,"Date":"2/5/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":589,"Cost":301,"Date":"2/16/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":25,"Cost":17,"Date":"2/16/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":40,"Cost":20,"Date":"2/18/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":192,"Cost":110,"Date":"2/22/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":164,"Cost":155,"Date":"2/25/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":536,"Cost":280,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":32,"Cost":25,"Date":"4/2/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":341,"Cost":305,"Date":"4/3/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":862,"Cost":723,"Date":"4/9/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":782,"Cost":486,"Date":"4/10/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":328,"Cost":268,"Date":"4/19/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":350,"Cost":285,"Date":"5/17/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":909,"Cost":458,"Date":"5/22/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":331,"Cost":290,"Date":"6/20/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":424,"Cost":346,"Date":"7/1/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":351,"Cost":258,"Date":"7/4/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":572,"Cost":405,"Date":"7/8/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":72,"Cost":49,"Date":"7/9/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":167,"Cost":150,"Date":"7/14/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":727,"Cost":670,"Date":"7/19/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":336,"Cost":315,"Date":"8/1/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":850,"Cost":567,"Date":"8/6/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":698,"Cost":398,"Date":"8/7/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":689,"Cost":590,"Date":"8/22/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":673,"Cost":559,"Date":"8/31/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":948,"Cost":516,"Date":"9/1/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":442,"Cost":337,"Date":"9/1/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":907,"Cost":637,"Date":"9/17/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":90,"Cost":82,"Date":"9/29/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":290,"Cost":149,"Date":"11/7/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":144,"Cost":98,"Date":"11/26/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":80,"Cost":47,"Date":"11/27/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":210,"Cost":149,"Date":"12/5/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":414,"Cost":376,"Date":"12/26/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":51,"Cost":43,"Date":"12/31/2020"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":578,"Cost":454,"Date":"1/20/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":513,"Cost":261,"Date":"2/2/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":137,"Cost":96,"Date":"2/8/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":212,"Cost":133,"Date":"2/27/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":587,"Cost":378,"Date":"3/1/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":941,"Cost":530,"Date":"3/1/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":798,"Cost":599,"Date":"3/19/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":711,"Cost":416,"Date":"3/28/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":227,"Cost":179,"Date":"5/21/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":976,"Cost":498,"Date":"7/21/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":537,"Cost":473,"Date":"8/5/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":496,"Cost":354,"Date":"8/12/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":471,"Cost":242,"Date":"8/21/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":493,"Cost":462,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":341,"Cost":211,"Date":"9/3/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":109,"Cost":93,"Date":"9/5/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":817,"Cost":459,"Date":"10/6/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":179,"Cost":90,"Date":"10/19/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":166,"Cost":117,"Date":"11/15/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":219,"Cost":185,"Date":"12/8/2021"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":918,"Cost":772,"Date":"1/8/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":127,"Cost":109,"Date":"1/14/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":621,"Cost":496,"Date":"1/19/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":781,"Cost":720,"Date":"1/28/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":181,"Cost":112,"Date":"1/31/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":565,"Cost":282,"Date":"3/27/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":230,"Cost":211,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":319,"Cost":220,"Date":"4/24/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":241,"Cost":155,"Date":"4/28/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":888,"Cost":765,"Date":"5/15/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":120,"Cost":109,"Date":"5/16/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":605,"Cost":312,"Date":"5/18/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":406,"Cost":298,"Date":"6/2/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":456,"Cost":386,"Date":"6/3/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":90,"Cost":47,"Date":"6/5/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":898,"Cost":572,"Date":"6/7/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":254,"Cost":186,"Date":"6/14/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":893,"Cost":611,"Date":"6/20/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":761,"Cost":522,"Date":"6/24/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":285,"Cost":226,"Date":"7/4/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":604,"Cost":539,"Date":"7/9/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":892,"Cost":847,"Date":"7/12/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":482,"Cost":347,"Date":"8/14/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":688,"Cost":552,"Date":"8/16/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":605,"Cost":331,"Date":"8/23/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":980,"Cost":815,"Date":"9/2/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":798,"Cost":474,"Date":"9/3/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":357,"Cost":251,"Date":"9/16/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":275,"Cost":203,"Date":"10/4/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":693,"Cost":534,"Date":"11/1/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":293,"Cost":184,"Date":"11/2/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":188,"Cost":172,"Date":"12/17/2022"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":67,"Cost":62,"Date":"2/10/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":468,"Cost":363,"Date":"2/28/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":612,"Cost":568,"Date":"3/4/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":545,"Cost":349,"Date":"3/9/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":820,"Cost":595,"Date":"3/9/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":402,"Cost":358,"Date":"3/11/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":334,"Cost":240,"Date":"3/17/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":981,"Cost":826,"Date":"3/17/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":664,"Cost":434,"Date":"3/23/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":849,"Cost":673,"Date":"4/1/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":478,"Cost":369,"Date":"5/7/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":547,"Cost":368,"Date":"5/10/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":967,"Cost":909,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":599,"Cost":560,"Date":"6/2/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":596,"Cost":389,"Date":"6/11/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":965,"Cost":905,"Date":"6/16/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":311,"Cost":243,"Date":"6/16/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":881,"Cost":494,"Date":"7/10/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":290,"Cost":218,"Date":"7/11/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":353,"Cost":335,"Date":"8/28/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":880,"Cost":649,"Date":"8/29/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":968,"Cost":803,"Date":"8/31/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":179,"Cost":161,"Date":"9/8/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":548,"Cost":408,"Date":"9/13/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":666,"Cost":573,"Date":"9/14/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":270,"Cost":207,"Date":"9/19/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":444,"Cost":247,"Date":"9/25/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":905,"Cost":844,"Date":"10/4/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":747,"Cost":528,"Date":"10/10/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":757,"Cost":538,"Date":"10/17/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":207,"Cost":115,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":971,"Cost":710,"Date":"10/30/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":558,"Cost":441,"Date":"11/1/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":486,"Cost":253,"Date":"11/15/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":379,"Cost":220,"Date":"11/25/2023"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":470,"Cost":311,"Date":"1/10/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":677,"Cost":530,"Date":"1/14/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":412,"Cost":295,"Date":"1/20/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":585,"Cost":455,"Date":"2/8/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":577,"Cost":465,"Date":"2/25/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":752,"Cost":405,"Date":"3/7/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":94,"Cost":86,"Date":"3/14/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":813,"Cost":459,"Date":"3/27/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":715,"Cost":397,"Date":"4/5/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":414,"Cost":328,"Date":"4/14/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":258,"Cost":178,"Date":"5/3/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":982,"Cost":725,"Date":"5/9/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":985,"Cost":935,"Date":"5/15/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":444,"Cost":251,"Date":"5/25/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":731,"Cost":498,"Date":"5/26/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":869,"Cost":635,"Date":"5/31/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":737,"Cost":684,"Date":"7/27/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":973,"Cost":760,"Date":"9/17/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":484,"Cost":314,"Date":"10/6/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":393,"Cost":296,"Date":"10/8/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":80,"Cost":71,"Date":"10/26/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":146,"Cost":93,"Date":"11/16/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":136,"Cost":76,"Date":"11/18/2024"},{"Store":"Méga Liège","Brand":"HM","Country":"Belgium","Sale":845,"Cost":504,"Date":"12/1/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":272,"Cost":211,"Date":"2/9/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":60,"Cost":48,"Date":"2/11/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":113,"Cost":72,"Date":"3/10/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":496,"Cost":366,"Date":"3/16/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":125,"Date":"3/18/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":682,"Cost":540,"Date":"3/20/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":30,"Cost":17,"Date":"3/26/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":897,"Cost":734,"Date":"6/2/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":11,"Cost":10,"Date":"6/10/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":417,"Cost":354,"Date":"6/16/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":258,"Cost":184,"Date":"6/25/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":371,"Cost":258,"Date":"7/19/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":5,"Cost":5,"Date":"7/21/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":315,"Cost":176,"Date":"7/25/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":719,"Cost":598,"Date":"8/4/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":626,"Cost":414,"Date":"9/2/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":351,"Cost":247,"Date":"9/4/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":416,"Cost":289,"Date":"9/19/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":122,"Cost":113,"Date":"9/29/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":694,"Cost":520,"Date":"10/2/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":531,"Cost":354,"Date":"10/15/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":108,"Cost":101,"Date":"10/30/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":831,"Cost":638,"Date":"11/9/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":890,"Cost":593,"Date":"11/23/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":157,"Cost":85,"Date":"11/30/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":232,"Cost":118,"Date":"12/8/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":97,"Cost":49,"Date":"12/11/2018"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":830,"Cost":418,"Date":"1/15/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":400,"Cost":269,"Date":"1/24/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":979,"Cost":494,"Date":"2/3/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":166,"Cost":90,"Date":"2/4/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":217,"Cost":204,"Date":"3/9/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":717,"Cost":663,"Date":"3/12/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":840,"Cost":589,"Date":"4/19/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":607,"Cost":359,"Date":"5/3/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":624,"Cost":460,"Date":"5/4/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":34,"Cost":23,"Date":"6/8/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":969,"Cost":772,"Date":"6/26/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":524,"Cost":356,"Date":"7/4/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":590,"Cost":521,"Date":"7/13/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":410,"Cost":338,"Date":"8/8/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":809,"Cost":561,"Date":"8/26/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":1000,"Cost":595,"Date":"9/2/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":239,"Cost":191,"Date":"9/29/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":676,"Cost":448,"Date":"10/12/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":624,"Cost":435,"Date":"11/2/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":748,"Cost":427,"Date":"11/4/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":245,"Date":"11/7/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":959,"Cost":630,"Date":"12/1/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":147,"Cost":95,"Date":"12/4/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":381,"Cost":361,"Date":"12/7/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":609,"Cost":379,"Date":"12/18/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":39,"Cost":37,"Date":"12/20/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":49,"Cost":28,"Date":"12/20/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":291,"Cost":243,"Date":"12/21/2019"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":496,"Cost":423,"Date":"1/9/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":83,"Cost":73,"Date":"2/5/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":997,"Cost":773,"Date":"2/16/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":464,"Cost":300,"Date":"2/16/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":402,"Cost":304,"Date":"2/18/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":724,"Cost":416,"Date":"2/22/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":56,"Cost":28,"Date":"2/25/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":280,"Cost":252,"Date":"3/8/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":808,"Cost":693,"Date":"4/2/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":53,"Cost":39,"Date":"4/3/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":816,"Cost":756,"Date":"4/9/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":716,"Cost":471,"Date":"4/10/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":135,"Cost":89,"Date":"4/19/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":485,"Cost":396,"Date":"5/17/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":426,"Cost":315,"Date":"5/22/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":784,"Cost":731,"Date":"6/20/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":766,"Cost":715,"Date":"7/1/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":501,"Cost":269,"Date":"7/4/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":619,"Cost":335,"Date":"7/8/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":784,"Cost":633,"Date":"7/9/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":495,"Cost":339,"Date":"7/14/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":301,"Cost":193,"Date":"7/19/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":153,"Cost":92,"Date":"8/1/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":36,"Cost":29,"Date":"8/6/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":392,"Cost":228,"Date":"8/7/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":367,"Cost":329,"Date":"8/22/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":99,"Cost":72,"Date":"8/31/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":80,"Cost":57,"Date":"9/1/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":342,"Cost":226,"Date":"9/1/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":482,"Cost":241,"Date":"9/17/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":786,"Cost":582,"Date":"9/29/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":494,"Cost":386,"Date":"11/7/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":199,"Cost":124,"Date":"11/26/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":863,"Cost":477,"Date":"11/27/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":696,"Cost":473,"Date":"12/5/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":373,"Date":"12/26/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":581,"Cost":539,"Date":"12/31/2020"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":251,"Cost":215,"Date":"1/20/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":325,"Cost":213,"Date":"2/2/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":490,"Cost":306,"Date":"2/8/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":343,"Cost":264,"Date":"2/27/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":137,"Cost":77,"Date":"3/1/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":16,"Cost":13,"Date":"3/1/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":106,"Cost":53,"Date":"3/19/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":815,"Cost":714,"Date":"3/28/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":800,"Cost":710,"Date":"5/21/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":500,"Cost":339,"Date":"7/21/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":18,"Cost":17,"Date":"8/5/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":15,"Cost":14,"Date":"8/12/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":681,"Cost":428,"Date":"8/21/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":230,"Cost":212,"Date":"8/23/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":912,"Cost":694,"Date":"9/3/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":268,"Cost":254,"Date":"9/5/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":281,"Cost":171,"Date":"10/6/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":681,"Cost":465,"Date":"10/19/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":561,"Cost":339,"Date":"11/15/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":584,"Cost":372,"Date":"12/8/2021"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":891,"Cost":800,"Date":"1/8/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":789,"Cost":415,"Date":"1/14/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":90,"Cost":74,"Date":"1/19/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":761,"Cost":381,"Date":"1/28/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":673,"Cost":603,"Date":"1/31/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":40,"Cost":30,"Date":"3/27/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":974,"Cost":536,"Date":"4/20/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":635,"Cost":465,"Date":"4/24/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":113,"Cost":73,"Date":"4/28/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":730,"Cost":575,"Date":"5/15/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":872,"Cost":502,"Date":"5/16/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":894,"Cost":495,"Date":"5/18/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":126,"Cost":65,"Date":"6/2/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":453,"Cost":422,"Date":"6/3/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":969,"Cost":535,"Date":"6/5/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":794,"Cost":461,"Date":"6/7/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":594,"Cost":456,"Date":"6/14/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":390,"Cost":341,"Date":"6/20/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":424,"Cost":304,"Date":"6/24/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":215,"Cost":204,"Date":"7/4/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":513,"Cost":374,"Date":"7/9/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":391,"Cost":263,"Date":"7/12/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":820,"Cost":654,"Date":"8/14/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":991,"Cost":521,"Date":"8/16/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":321,"Cost":203,"Date":"8/23/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":181,"Cost":103,"Date":"9/2/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":491,"Cost":329,"Date":"9/3/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":56,"Cost":40,"Date":"9/16/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":803,"Cost":712,"Date":"10/4/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":113,"Cost":85,"Date":"11/1/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":428,"Cost":281,"Date":"11/2/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":453,"Cost":343,"Date":"12/17/2022"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":682,"Cost":539,"Date":"2/10/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":264,"Cost":250,"Date":"2/28/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":531,"Cost":487,"Date":"3/4/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":192,"Cost":100,"Date":"3/9/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":256,"Cost":152,"Date":"3/9/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":138,"Cost":114,"Date":"3/11/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":723,"Cost":675,"Date":"3/17/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":829,"Cost":660,"Date":"3/17/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":95,"Cost":74,"Date":"3/23/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":965,"Cost":846,"Date":"4/1/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":844,"Cost":552,"Date":"5/7/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":980,"Cost":761,"Date":"5/10/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":760,"Cost":402,"Date":"5/20/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":828,"Cost":771,"Date":"6/2/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":472,"Cost":376,"Date":"6/11/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":382,"Cost":200,"Date":"6/16/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":525,"Cost":374,"Date":"6/16/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":849,"Cost":585,"Date":"7/10/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":91,"Cost":61,"Date":"7/11/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":279,"Cost":245,"Date":"8/28/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":81,"Cost":52,"Date":"8/29/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":270,"Cost":202,"Date":"8/31/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":68,"Date":"9/8/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":633,"Cost":470,"Date":"9/13/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":569,"Cost":301,"Date":"9/14/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":913,"Cost":490,"Date":"9/19/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":142,"Cost":128,"Date":"9/25/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":958,"Cost":515,"Date":"10/4/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":388,"Cost":361,"Date":"10/10/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":106,"Cost":58,"Date":"10/17/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":272,"Cost":199,"Date":"10/28/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":230,"Cost":189,"Date":"10/30/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":174,"Cost":97,"Date":"11/1/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":253,"Date":"11/15/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":279,"Cost":200,"Date":"11/25/2023"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":644,"Cost":474,"Date":"1/10/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":27,"Cost":16,"Date":"1/14/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":834,"Cost":719,"Date":"1/20/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":703,"Cost":596,"Date":"2/8/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":693,"Cost":497,"Date":"2/25/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":354,"Cost":220,"Date":"3/7/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":905,"Cost":771,"Date":"3/14/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":928,"Cost":881,"Date":"3/27/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":39,"Cost":20,"Date":"4/5/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":174,"Cost":116,"Date":"4/14/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":330,"Cost":179,"Date":"5/3/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":701,"Cost":509,"Date":"5/9/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":835,"Cost":462,"Date":"5/15/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":724,"Cost":393,"Date":"5/25/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":692,"Cost":474,"Date":"5/26/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":785,"Cost":725,"Date":"5/31/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":324,"Cost":291,"Date":"7/27/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":667,"Cost":620,"Date":"9/17/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":943,"Cost":836,"Date":"10/6/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":662,"Cost":587,"Date":"10/8/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":872,"Cost":644,"Date":"10/26/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":51,"Cost":35,"Date":"11/16/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":550,"Cost":465,"Date":"11/18/2024"},{"Store":"Méga Liège","Brand":"Nova","Country":"Belgium","Sale":537,"Cost":375,"Date":"12/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":506,"Cost":440,"Date":"2/9/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":756,"Cost":475,"Date":"2/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":731,"Cost":506,"Date":"3/10/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":442,"Cost":376,"Date":"3/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":13,"Cost":10,"Date":"3/18/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":471,"Cost":294,"Date":"3/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":269,"Cost":148,"Date":"3/26/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":218,"Cost":139,"Date":"6/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":865,"Cost":708,"Date":"6/10/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":23,"Cost":13,"Date":"6/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":684,"Cost":360,"Date":"6/25/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":407,"Cost":335,"Date":"7/19/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":353,"Cost":243,"Date":"7/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":353,"Cost":236,"Date":"7/25/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":777,"Cost":596,"Date":"8/4/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":879,"Cost":479,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":417,"Cost":289,"Date":"9/4/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":351,"Cost":276,"Date":"9/19/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":505,"Cost":407,"Date":"9/29/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":631,"Cost":351,"Date":"10/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":627,"Cost":338,"Date":"10/15/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":886,"Cost":477,"Date":"10/30/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":808,"Cost":467,"Date":"11/9/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":589,"Cost":497,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":574,"Cost":413,"Date":"11/30/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":777,"Cost":625,"Date":"12/8/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":275,"Cost":154,"Date":"12/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":873,"Cost":817,"Date":"1/15/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":470,"Cost":261,"Date":"1/24/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":249,"Cost":188,"Date":"2/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":430,"Cost":369,"Date":"2/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":348,"Cost":319,"Date":"3/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":448,"Cost":357,"Date":"3/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":356,"Cost":227,"Date":"4/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":508,"Cost":285,"Date":"5/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":53,"Cost":26,"Date":"5/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":220,"Cost":125,"Date":"6/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":540,"Cost":307,"Date":"6/26/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":959,"Cost":896,"Date":"7/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":50,"Cost":42,"Date":"7/13/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":968,"Cost":617,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":476,"Cost":426,"Date":"8/26/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":970,"Cost":644,"Date":"9/2/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":227,"Cost":208,"Date":"9/29/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":737,"Cost":489,"Date":"10/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":413,"Cost":222,"Date":"11/2/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":705,"Cost":626,"Date":"11/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":782,"Cost":578,"Date":"11/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":196,"Cost":182,"Date":"12/1/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":609,"Cost":452,"Date":"12/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":527,"Cost":343,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":357,"Cost":218,"Date":"12/18/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":612,"Cost":497,"Date":"12/20/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":955,"Cost":556,"Date":"12/20/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":420,"Cost":223,"Date":"12/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":669,"Cost":352,"Date":"1/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":200,"Cost":111,"Date":"2/5/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":131,"Cost":94,"Date":"2/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":152,"Cost":99,"Date":"2/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":848,"Cost":453,"Date":"2/18/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":756,"Cost":447,"Date":"2/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":142,"Cost":81,"Date":"2/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":175,"Cost":162,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":574,"Cost":518,"Date":"4/2/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":836,"Cost":450,"Date":"4/3/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":245,"Cost":179,"Date":"4/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":473,"Cost":384,"Date":"4/10/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":443,"Cost":244,"Date":"4/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":459,"Cost":293,"Date":"5/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":69,"Cost":62,"Date":"5/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":900,"Cost":616,"Date":"6/20/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":762,"Cost":511,"Date":"7/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":957,"Cost":644,"Date":"7/4/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":21,"Cost":19,"Date":"7/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":327,"Cost":226,"Date":"7/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":151,"Cost":78,"Date":"7/14/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":231,"Cost":180,"Date":"7/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":825,"Cost":610,"Date":"8/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":44,"Cost":40,"Date":"8/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":879,"Cost":834,"Date":"8/7/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":80,"Cost":48,"Date":"8/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":722,"Cost":456,"Date":"8/31/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":352,"Cost":296,"Date":"9/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":846,"Cost":656,"Date":"9/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":619,"Cost":448,"Date":"9/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":897,"Cost":453,"Date":"9/29/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":77,"Cost":61,"Date":"11/7/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":828,"Cost":725,"Date":"11/26/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":651,"Cost":491,"Date":"11/27/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":53,"Cost":36,"Date":"12/5/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":644,"Cost":577,"Date":"12/26/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":859,"Cost":583,"Date":"12/31/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":893,"Cost":504,"Date":"1/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":611,"Cost":506,"Date":"2/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":677,"Cost":599,"Date":"2/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":855,"Cost":618,"Date":"2/27/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":56,"Cost":33,"Date":"3/1/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":895,"Cost":758,"Date":"3/1/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":125,"Cost":88,"Date":"3/19/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":97,"Cost":51,"Date":"3/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":558,"Cost":468,"Date":"5/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":580,"Cost":488,"Date":"7/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":870,"Cost":698,"Date":"8/5/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":977,"Cost":587,"Date":"8/12/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":730,"Cost":678,"Date":"8/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":816,"Cost":531,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":212,"Cost":201,"Date":"9/3/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":557,"Cost":327,"Date":"9/5/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":641,"Cost":498,"Date":"10/6/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":377,"Cost":206,"Date":"10/19/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":794,"Cost":605,"Date":"11/15/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":289,"Cost":235,"Date":"12/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":620,"Cost":365,"Date":"1/8/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":820,"Cost":711,"Date":"1/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":72,"Cost":41,"Date":"1/19/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":453,"Cost":275,"Date":"1/28/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":401,"Cost":215,"Date":"1/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":904,"Cost":758,"Date":"3/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":827,"Cost":706,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":881,"Cost":777,"Date":"4/24/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":85,"Cost":60,"Date":"4/28/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":701,"Cost":645,"Date":"5/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":138,"Cost":126,"Date":"5/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":562,"Cost":510,"Date":"5/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":935,"Cost":474,"Date":"6/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":3,"Cost":3,"Date":"6/3/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":840,"Cost":482,"Date":"6/5/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":305,"Cost":228,"Date":"6/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":937,"Cost":834,"Date":"6/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":667,"Cost":551,"Date":"6/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":55,"Cost":29,"Date":"6/24/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":37,"Cost":27,"Date":"7/4/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":49,"Cost":24,"Date":"7/9/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":520,"Cost":484,"Date":"7/12/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":743,"Cost":624,"Date":"8/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":567,"Cost":316,"Date":"8/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":44,"Cost":34,"Date":"8/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":709,"Cost":521,"Date":"9/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":865,"Cost":574,"Date":"9/3/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":60,"Cost":33,"Date":"9/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":546,"Cost":398,"Date":"10/4/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":684,"Cost":567,"Date":"11/1/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":565,"Cost":398,"Date":"11/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":367,"Cost":328,"Date":"12/17/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":322,"Cost":269,"Date":"2/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":195,"Cost":150,"Date":"2/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":387,"Cost":225,"Date":"3/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":686,"Cost":597,"Date":"3/9/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":548,"Cost":345,"Date":"3/9/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":710,"Cost":429,"Date":"3/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":434,"Cost":342,"Date":"3/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":170,"Cost":129,"Date":"3/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":714,"Cost":383,"Date":"3/23/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":133,"Cost":99,"Date":"4/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":319,"Cost":291,"Date":"5/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":581,"Cost":496,"Date":"5/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":446,"Cost":397,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":420,"Cost":382,"Date":"6/2/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":406,"Cost":291,"Date":"6/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":487,"Cost":402,"Date":"6/16/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":164,"Cost":107,"Date":"6/16/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":973,"Cost":631,"Date":"7/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":709,"Cost":448,"Date":"7/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":851,"Cost":703,"Date":"8/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":4,"Cost":4,"Date":"8/29/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":196,"Cost":157,"Date":"8/31/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":128,"Cost":84,"Date":"9/8/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":963,"Cost":507,"Date":"9/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":101,"Cost":66,"Date":"9/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":129,"Cost":87,"Date":"9/19/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":525,"Cost":348,"Date":"9/25/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":299,"Cost":231,"Date":"10/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":507,"Cost":316,"Date":"10/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":727,"Cost":557,"Date":"10/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":646,"Cost":414,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":632,"Cost":474,"Date":"10/30/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":186,"Cost":171,"Date":"11/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":207,"Cost":130,"Date":"11/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":55,"Cost":43,"Date":"11/25/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":771,"Cost":426,"Date":"1/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":619,"Cost":321,"Date":"1/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":469,"Cost":358,"Date":"1/20/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":676,"Cost":373,"Date":"2/8/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":196,"Cost":109,"Date":"2/25/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":351,"Cost":207,"Date":"3/7/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":262,"Cost":210,"Date":"3/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":196,"Cost":107,"Date":"3/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":192,"Cost":112,"Date":"4/5/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":214,"Cost":135,"Date":"4/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":564,"Cost":439,"Date":"5/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":848,"Cost":660,"Date":"5/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":89,"Cost":76,"Date":"5/15/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":444,"Cost":245,"Date":"5/25/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":703,"Cost":545,"Date":"5/26/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":87,"Cost":71,"Date":"5/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":2,"Cost":1,"Date":"7/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":853,"Cost":588,"Date":"9/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":832,"Cost":726,"Date":"10/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":464,"Cost":299,"Date":"10/8/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":663,"Cost":559,"Date":"10/26/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":906,"Cost":849,"Date":"11/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":269,"Cost":211,"Date":"11/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"COS","Country":"Belgium","Sale":873,"Cost":621,"Date":"12/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":743,"Cost":549,"Date":"2/9/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":121,"Cost":81,"Date":"2/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":428,"Cost":216,"Date":"3/10/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":554,"Date":"3/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":855,"Cost":731,"Date":"3/18/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":215,"Date":"3/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":459,"Cost":366,"Date":"3/26/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":492,"Cost":432,"Date":"6/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":628,"Cost":354,"Date":"6/10/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":892,"Cost":559,"Date":"6/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":193,"Cost":154,"Date":"6/25/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":867,"Cost":646,"Date":"7/19/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":161,"Cost":122,"Date":"7/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":296,"Cost":198,"Date":"7/25/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":401,"Cost":307,"Date":"8/4/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":957,"Cost":696,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":623,"Cost":526,"Date":"9/4/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":714,"Date":"9/19/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":673,"Cost":622,"Date":"9/29/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":235,"Cost":149,"Date":"10/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":752,"Cost":590,"Date":"10/15/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":773,"Cost":531,"Date":"10/30/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":11,"Cost":8,"Date":"11/9/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":349,"Cost":307,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":707,"Cost":457,"Date":"11/30/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":338,"Cost":270,"Date":"12/8/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":709,"Cost":471,"Date":"12/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":820,"Cost":455,"Date":"1/15/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":259,"Cost":142,"Date":"1/24/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":561,"Cost":481,"Date":"2/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":695,"Cost":482,"Date":"2/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":76,"Cost":46,"Date":"3/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":540,"Cost":326,"Date":"3/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":741,"Date":"4/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":854,"Cost":543,"Date":"5/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":453,"Date":"5/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":155,"Cost":80,"Date":"6/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":6,"Cost":4,"Date":"6/26/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":850,"Cost":451,"Date":"7/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":886,"Cost":641,"Date":"7/13/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":349,"Cost":276,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":432,"Date":"8/26/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":650,"Cost":398,"Date":"9/2/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":775,"Cost":544,"Date":"9/29/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":298,"Cost":251,"Date":"10/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":547,"Cost":435,"Date":"11/2/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":131,"Cost":119,"Date":"11/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":790,"Cost":397,"Date":"11/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":452,"Cost":326,"Date":"12/1/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":350,"Cost":221,"Date":"12/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":665,"Cost":406,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":806,"Cost":625,"Date":"12/18/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":137,"Cost":121,"Date":"12/20/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":356,"Cost":275,"Date":"12/20/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":510,"Cost":443,"Date":"12/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":24,"Cost":23,"Date":"1/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":587,"Cost":509,"Date":"2/5/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":307,"Cost":166,"Date":"2/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":500,"Cost":315,"Date":"2/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":270,"Cost":226,"Date":"2/18/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":327,"Cost":188,"Date":"2/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":475,"Cost":428,"Date":"2/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":894,"Cost":553,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":229,"Cost":117,"Date":"4/2/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":772,"Cost":717,"Date":"4/3/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":247,"Date":"4/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":224,"Date":"4/10/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":243,"Cost":224,"Date":"4/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":486,"Cost":375,"Date":"5/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":655,"Cost":527,"Date":"5/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":378,"Cost":300,"Date":"6/20/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":30,"Cost":16,"Date":"7/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":414,"Cost":331,"Date":"7/4/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":17,"Cost":14,"Date":"7/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":556,"Cost":340,"Date":"7/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":827,"Cost":429,"Date":"7/14/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":724,"Cost":552,"Date":"7/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":130,"Cost":102,"Date":"8/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":222,"Cost":128,"Date":"8/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":501,"Cost":314,"Date":"8/7/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":536,"Cost":287,"Date":"8/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":539,"Cost":374,"Date":"8/31/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":979,"Cost":504,"Date":"9/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":148,"Cost":122,"Date":"9/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":442,"Cost":260,"Date":"9/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":113,"Cost":64,"Date":"9/29/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":953,"Cost":804,"Date":"11/7/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":324,"Cost":191,"Date":"11/26/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":852,"Cost":644,"Date":"11/27/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":410,"Cost":281,"Date":"12/5/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":142,"Cost":99,"Date":"12/26/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":675,"Cost":518,"Date":"12/31/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":814,"Cost":632,"Date":"1/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":432,"Cost":363,"Date":"2/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":375,"Cost":211,"Date":"2/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":12,"Cost":8,"Date":"2/27/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":165,"Cost":90,"Date":"3/1/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":486,"Cost":265,"Date":"3/1/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":926,"Cost":639,"Date":"3/19/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":481,"Cost":336,"Date":"3/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":445,"Date":"5/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":34,"Date":"7/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":494,"Cost":338,"Date":"8/5/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":234,"Cost":211,"Date":"8/12/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":250,"Cost":203,"Date":"8/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":127,"Cost":120,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":750,"Cost":630,"Date":"9/3/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":644,"Cost":402,"Date":"9/5/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":587,"Cost":459,"Date":"10/6/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":617,"Cost":533,"Date":"10/19/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":524,"Date":"11/15/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":691,"Cost":621,"Date":"12/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":376,"Cost":254,"Date":"1/8/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":224,"Cost":212,"Date":"1/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":928,"Cost":475,"Date":"1/19/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":626,"Cost":521,"Date":"1/28/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":226,"Cost":168,"Date":"1/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":305,"Cost":285,"Date":"3/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":697,"Cost":473,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":616,"Date":"4/24/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":428,"Cost":333,"Date":"4/28/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":461,"Cost":243,"Date":"5/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":426,"Cost":262,"Date":"5/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":386,"Cost":263,"Date":"5/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":696,"Cost":510,"Date":"6/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":535,"Cost":485,"Date":"6/3/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":340,"Cost":187,"Date":"6/5/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":62,"Cost":32,"Date":"6/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":842,"Cost":555,"Date":"6/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":451,"Cost":367,"Date":"6/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":33,"Cost":20,"Date":"6/24/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":230,"Cost":166,"Date":"7/4/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":381,"Cost":327,"Date":"7/9/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":217,"Cost":180,"Date":"7/12/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":2,"Date":"8/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":172,"Cost":158,"Date":"8/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":368,"Cost":224,"Date":"8/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":93,"Cost":59,"Date":"9/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":640,"Cost":547,"Date":"9/3/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":14,"Cost":11,"Date":"9/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":380,"Cost":332,"Date":"10/4/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":995,"Cost":836,"Date":"11/1/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":851,"Cost":451,"Date":"11/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":641,"Cost":418,"Date":"12/17/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":586,"Cost":358,"Date":"2/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":540,"Cost":347,"Date":"2/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":372,"Cost":345,"Date":"3/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":506,"Cost":442,"Date":"3/9/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":497,"Cost":284,"Date":"3/9/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":869,"Cost":741,"Date":"3/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":993,"Cost":707,"Date":"3/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":299,"Cost":161,"Date":"3/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":483,"Cost":458,"Date":"3/23/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":688,"Cost":612,"Date":"4/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":640,"Cost":514,"Date":"5/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":62,"Cost":55,"Date":"5/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":734,"Cost":443,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":684,"Cost":575,"Date":"6/2/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":111,"Date":"6/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":275,"Cost":147,"Date":"6/16/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":17,"Cost":15,"Date":"6/16/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":250,"Date":"7/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":992,"Cost":811,"Date":"7/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":200,"Cost":172,"Date":"8/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":333,"Date":"8/29/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":750,"Date":"8/31/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":717,"Cost":428,"Date":"9/8/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":589,"Cost":551,"Date":"9/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":177,"Cost":168,"Date":"9/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":289,"Cost":243,"Date":"9/19/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":134,"Cost":83,"Date":"9/25/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":199,"Cost":168,"Date":"10/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":325,"Cost":193,"Date":"10/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":141,"Cost":95,"Date":"10/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":906,"Cost":504,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":972,"Cost":568,"Date":"10/30/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":942,"Cost":759,"Date":"11/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":100,"Cost":56,"Date":"11/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":863,"Cost":811,"Date":"11/25/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":623,"Cost":558,"Date":"1/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":449,"Cost":260,"Date":"1/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":462,"Cost":242,"Date":"1/20/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":333,"Cost":245,"Date":"2/8/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":120,"Cost":85,"Date":"2/25/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":550,"Cost":393,"Date":"3/7/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":894,"Cost":619,"Date":"3/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":639,"Cost":459,"Date":"3/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":88,"Cost":75,"Date":"4/5/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":273,"Cost":144,"Date":"4/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":749,"Cost":407,"Date":"5/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":639,"Cost":338,"Date":"5/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":242,"Cost":182,"Date":"5/15/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":415,"Cost":285,"Date":"5/25/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":156,"Date":"5/26/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":102,"Cost":94,"Date":"5/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":993,"Cost":691,"Date":"7/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":725,"Cost":516,"Date":"9/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":427,"Cost":389,"Date":"10/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":85,"Cost":64,"Date":"10/8/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":210,"Cost":125,"Date":"10/26/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":396,"Cost":301,"Date":"11/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":821,"Cost":432,"Date":"11/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":41,"Date":"12/1/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":350,"Date":"2/9/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":678,"Date":"2/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":403,"Date":"3/10/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":953,"Cost":665,"Date":"3/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":449,"Cost":426,"Date":"3/18/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":328,"Cost":290,"Date":"3/20/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":532,"Cost":345,"Date":"3/26/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":173,"Cost":142,"Date":"6/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":876,"Cost":439,"Date":"6/10/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":168,"Cost":120,"Date":"6/16/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":848,"Cost":471,"Date":"6/25/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":37,"Cost":25,"Date":"7/19/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":370,"Cost":220,"Date":"7/21/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":36,"Date":"7/25/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":165,"Cost":114,"Date":"8/4/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":600,"Cost":471,"Date":"9/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":860,"Cost":559,"Date":"9/4/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":682,"Cost":349,"Date":"9/19/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":607,"Date":"9/29/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":70,"Date":"10/2/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":32,"Date":"10/15/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":582,"Cost":375,"Date":"10/30/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":400,"Cost":246,"Date":"11/9/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":91,"Cost":83,"Date":"11/23/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":281,"Cost":189,"Date":"11/30/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":483,"Cost":440,"Date":"12/8/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":495,"Cost":393,"Date":"12/11/2018"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":854,"Cost":616,"Date":"1/15/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":694,"Cost":529,"Date":"1/24/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":397,"Cost":269,"Date":"2/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":961,"Cost":877,"Date":"2/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":641,"Cost":567,"Date":"3/9/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":170,"Cost":153,"Date":"3/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":421,"Date":"4/19/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":15,"Cost":12,"Date":"5/3/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":950,"Cost":518,"Date":"5/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":180,"Date":"6/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":500,"Cost":355,"Date":"6/26/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":78,"Cost":67,"Date":"7/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":314,"Cost":293,"Date":"7/13/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":146,"Cost":105,"Date":"8/8/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":590,"Cost":428,"Date":"8/26/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":534,"Cost":458,"Date":"9/2/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":255,"Date":"9/29/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":779,"Cost":453,"Date":"10/12/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":319,"Cost":269,"Date":"11/2/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":411,"Cost":245,"Date":"11/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":316,"Cost":165,"Date":"11/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":186,"Cost":128,"Date":"12/1/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":824,"Cost":662,"Date":"12/4/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":805,"Cost":659,"Date":"12/7/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":333,"Date":"12/18/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":606,"Cost":369,"Date":"12/20/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":76,"Cost":50,"Date":"12/20/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":177,"Cost":126,"Date":"12/21/2019"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":264,"Date":"1/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":273,"Cost":166,"Date":"2/5/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":681,"Cost":441,"Date":"2/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":618,"Cost":438,"Date":"2/16/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":179,"Cost":118,"Date":"2/18/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":895,"Cost":731,"Date":"2/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":205,"Cost":111,"Date":"2/25/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":832,"Cost":426,"Date":"3/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":583,"Date":"4/2/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":71,"Date":"4/3/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":746,"Cost":395,"Date":"4/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":278,"Date":"4/10/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":579,"Date":"4/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":655,"Cost":335,"Date":"5/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":370,"Cost":310,"Date":"5/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":248,"Date":"6/20/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":270,"Date":"7/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":5,"Cost":3,"Date":"7/4/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":904,"Cost":685,"Date":"7/8/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":601,"Date":"7/9/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":251,"Date":"7/14/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":685,"Cost":373,"Date":"7/19/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":46,"Cost":26,"Date":"8/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":78,"Cost":49,"Date":"8/6/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":356,"Date":"8/7/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":487,"Cost":333,"Date":"8/22/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":790,"Date":"8/31/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":287,"Cost":230,"Date":"9/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":1,"Cost":1,"Date":"9/1/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":352,"Date":"9/17/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":608,"Cost":501,"Date":"9/29/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":803,"Cost":411,"Date":"11/7/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":329,"Cost":215,"Date":"11/26/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":510,"Cost":324,"Date":"11/27/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":931,"Cost":586,"Date":"12/5/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":179,"Cost":95,"Date":"12/26/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":62,"Cost":53,"Date":"12/31/2020"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":203,"Cost":137,"Date":"1/20/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":98,"Cost":87,"Date":"2/2/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":709,"Date":"2/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":175,"Date":"2/27/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":148,"Cost":98,"Date":"3/1/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":512,"Cost":345,"Date":"3/1/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":114,"Cost":86,"Date":"3/19/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":470,"Cost":322,"Date":"3/28/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":352,"Cost":241,"Date":"5/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":358,"Cost":260,"Date":"7/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":207,"Cost":173,"Date":"8/5/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":445,"Cost":226,"Date":"8/12/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":689,"Date":"8/21/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":741,"Cost":417,"Date":"8/23/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":339,"Date":"9/3/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":796,"Cost":591,"Date":"9/5/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":494,"Date":"10/6/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":454,"Cost":400,"Date":"10/19/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":749,"Cost":531,"Date":"11/15/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":538,"Cost":442,"Date":"12/8/2021"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":816,"Date":"1/8/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":586,"Cost":375,"Date":"1/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":270,"Cost":153,"Date":"1/19/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":901,"Cost":489,"Date":"1/28/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":6,"Cost":6,"Date":"1/31/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":792,"Cost":580,"Date":"3/27/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":371,"Cost":193,"Date":"4/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":336,"Cost":290,"Date":"4/24/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":595,"Cost":443,"Date":"4/28/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":503,"Date":"5/15/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":918,"Cost":688,"Date":"5/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":920,"Cost":715,"Date":"5/18/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":954,"Cost":791,"Date":"6/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":536,"Cost":459,"Date":"6/3/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":19,"Date":"6/5/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":370,"Cost":280,"Date":"6/7/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":221,"Cost":130,"Date":"6/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":262,"Date":"6/20/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":769,"Cost":445,"Date":"6/24/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":470,"Cost":326,"Date":"7/4/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":679,"Cost":633,"Date":"7/9/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":185,"Cost":125,"Date":"7/12/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":987,"Cost":729,"Date":"8/14/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":205,"Cost":176,"Date":"8/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":392,"Cost":350,"Date":"8/23/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":236,"Date":"9/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":327,"Cost":235,"Date":"9/3/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":162,"Cost":132,"Date":"9/16/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":574,"Cost":512,"Date":"10/4/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":283,"Cost":250,"Date":"11/1/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":303,"Cost":183,"Date":"11/2/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":342,"Date":"12/17/2022"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":860,"Cost":586,"Date":"2/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":380,"Cost":210,"Date":"2/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":961,"Cost":848,"Date":"3/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":427,"Date":"3/9/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":575,"Cost":531,"Date":"3/9/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":611,"Cost":580,"Date":"3/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":123,"Cost":85,"Date":"3/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":221,"Cost":194,"Date":"3/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":72,"Cost":40,"Date":"3/23/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":614,"Date":"4/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":325,"Cost":178,"Date":"5/7/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":206,"Cost":122,"Date":"5/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":63,"Date":"5/20/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":696,"Cost":506,"Date":"6/2/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":502,"Cost":392,"Date":"6/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":549,"Date":"6/16/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":380,"Cost":246,"Date":"6/16/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":23,"Cost":16,"Date":"7/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":580,"Date":"7/11/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":516,"Date":"8/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":853,"Cost":759,"Date":"8/29/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":69,"Cost":45,"Date":"8/31/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":899,"Cost":763,"Date":"9/8/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":2,"Cost":2,"Date":"9/13/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":331,"Date":"9/14/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":591,"Date":"9/19/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":616,"Date":"9/25/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":213,"Date":"10/4/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":116,"Cost":86,"Date":"10/10/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":223,"Cost":124,"Date":"10/17/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":557,"Date":"10/28/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":372,"Cost":341,"Date":"10/30/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":317,"Date":"11/1/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":651,"Cost":583,"Date":"11/15/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":629,"Date":"11/25/2023"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":57,"Cost":32,"Date":"1/10/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":394,"Cost":303,"Date":"1/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":889,"Date":"1/20/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":555,"Cost":512,"Date":"2/8/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":158,"Cost":108,"Date":"2/25/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":69,"Cost":66,"Date":"3/7/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":535,"Cost":277,"Date":"3/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":462,"Date":"3/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":638,"Cost":370,"Date":"4/5/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":391,"Cost":286,"Date":"4/14/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":385,"Cost":204,"Date":"5/3/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":429,"Cost":360,"Date":"5/9/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":78,"Cost":57,"Date":"5/15/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":230,"Cost":150,"Date":"5/25/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":197,"Cost":111,"Date":"5/26/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":561,"Date":"5/31/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":340,"Cost":259,"Date":"7/27/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":859,"Cost":537,"Date":"9/17/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":60,"Cost":35,"Date":"10/6/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":683,"Cost":649,"Date":"10/8/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":244,"Cost":126,"Date":"10/26/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":280,"Cost":250,"Date":"11/16/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":466,"Date":"11/18/2024"},{"Store":"Rive Gauche, Charleroi","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":487,"Date":"12/1/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":376,"Cost":333,"Date":"2/9/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":247,"Cost":135,"Date":"2/11/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":919,"Cost":756,"Date":"3/10/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":846,"Cost":615,"Date":"3/16/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":596,"Cost":300,"Date":"3/18/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":777,"Cost":437,"Date":"3/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":865,"Cost":750,"Date":"3/26/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":92,"Cost":66,"Date":"6/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":253,"Cost":214,"Date":"6/10/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":977,"Cost":765,"Date":"6/16/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":675,"Cost":575,"Date":"6/25/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":448,"Cost":321,"Date":"7/19/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":462,"Cost":231,"Date":"7/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":89,"Cost":46,"Date":"7/25/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":957,"Cost":678,"Date":"8/4/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":567,"Cost":388,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":935,"Cost":692,"Date":"9/4/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":108,"Cost":71,"Date":"9/19/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":824,"Cost":714,"Date":"9/29/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":310,"Cost":290,"Date":"10/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":300,"Cost":260,"Date":"10/15/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":133,"Cost":101,"Date":"10/30/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":366,"Cost":208,"Date":"11/9/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":126,"Cost":88,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":310,"Cost":233,"Date":"11/30/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":152,"Cost":125,"Date":"12/8/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":297,"Cost":195,"Date":"12/11/2018"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":796,"Cost":550,"Date":"1/15/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":976,"Cost":754,"Date":"1/24/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":496,"Cost":369,"Date":"2/3/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":540,"Cost":451,"Date":"2/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":281,"Cost":211,"Date":"3/9/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":847,"Cost":447,"Date":"3/12/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":364,"Cost":253,"Date":"4/19/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":66,"Cost":33,"Date":"5/3/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":282,"Cost":217,"Date":"5/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":836,"Cost":436,"Date":"6/8/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":945,"Cost":693,"Date":"6/26/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":360,"Cost":290,"Date":"7/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":755,"Cost":626,"Date":"7/13/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":480,"Cost":413,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":445,"Cost":299,"Date":"8/26/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":383,"Cost":213,"Date":"9/2/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":415,"Cost":225,"Date":"9/29/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":616,"Cost":512,"Date":"10/12/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":888,"Cost":514,"Date":"11/2/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":11,"Cost":11,"Date":"11/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":230,"Cost":154,"Date":"11/7/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":235,"Cost":149,"Date":"12/1/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":511,"Cost":467,"Date":"12/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":849,"Cost":777,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":788,"Cost":475,"Date":"12/18/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":262,"Cost":179,"Date":"12/20/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":839,"Cost":469,"Date":"12/20/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":875,"Cost":820,"Date":"12/21/2019"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":243,"Cost":157,"Date":"1/9/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":820,"Cost":770,"Date":"2/5/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":980,"Cost":735,"Date":"2/16/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":326,"Cost":188,"Date":"2/16/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":185,"Cost":148,"Date":"2/18/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":554,"Cost":488,"Date":"2/22/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":1000,"Cost":599,"Date":"2/25/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":680,"Cost":418,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":679,"Cost":565,"Date":"4/2/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":80,"Cost":66,"Date":"4/3/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":534,"Cost":430,"Date":"4/9/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":292,"Cost":277,"Date":"4/10/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":683,"Cost":494,"Date":"4/19/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":769,"Cost":720,"Date":"5/17/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":552,"Cost":286,"Date":"5/22/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":12,"Cost":7,"Date":"6/20/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":737,"Cost":497,"Date":"7/1/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":879,"Cost":596,"Date":"7/4/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":905,"Cost":800,"Date":"7/8/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":814,"Cost":704,"Date":"7/9/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":205,"Cost":161,"Date":"7/14/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":924,"Cost":690,"Date":"7/19/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":855,"Cost":479,"Date":"8/1/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":701,"Cost":503,"Date":"8/6/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":427,"Cost":221,"Date":"8/7/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":457,"Cost":279,"Date":"8/22/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":466,"Cost":344,"Date":"8/31/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":694,"Cost":657,"Date":"9/1/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":10,"Cost":9,"Date":"9/1/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":43,"Cost":34,"Date":"9/17/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":32,"Cost":24,"Date":"9/29/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":588,"Cost":328,"Date":"11/7/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":8,"Cost":7,"Date":"11/26/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":746,"Cost":402,"Date":"11/27/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":261,"Cost":154,"Date":"12/5/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":973,"Cost":622,"Date":"12/26/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":581,"Cost":306,"Date":"12/31/2020"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":272,"Cost":167,"Date":"1/20/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":355,"Cost":306,"Date":"2/2/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":518,"Cost":326,"Date":"2/8/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":119,"Cost":90,"Date":"2/27/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":226,"Cost":118,"Date":"3/1/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":29,"Cost":23,"Date":"3/1/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":59,"Cost":44,"Date":"3/19/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":219,"Cost":147,"Date":"3/28/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":86,"Cost":72,"Date":"5/21/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":670,"Cost":338,"Date":"7/21/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":864,"Cost":640,"Date":"8/5/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":341,"Cost":268,"Date":"8/12/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":966,"Cost":711,"Date":"8/21/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":234,"Cost":150,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":93,"Cost":89,"Date":"9/3/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":351,"Cost":325,"Date":"9/5/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":732,"Cost":408,"Date":"10/6/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":267,"Cost":217,"Date":"10/19/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":392,"Cost":280,"Date":"11/15/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":567,"Cost":502,"Date":"12/8/2021"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":317,"Cost":223,"Date":"1/8/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":246,"Cost":170,"Date":"1/14/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":206,"Cost":112,"Date":"1/19/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":631,"Cost":560,"Date":"1/28/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":277,"Cost":154,"Date":"1/31/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":55,"Cost":33,"Date":"3/27/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":752,"Cost":613,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":659,"Cost":368,"Date":"4/24/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":261,"Cost":230,"Date":"4/28/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":602,"Cost":510,"Date":"5/15/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":885,"Cost":529,"Date":"5/16/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":385,"Cost":233,"Date":"5/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":917,"Cost":605,"Date":"6/2/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":371,"Cost":321,"Date":"6/3/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":662,"Cost":484,"Date":"6/5/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":183,"Cost":130,"Date":"6/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":720,"Cost":404,"Date":"6/14/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":474,"Cost":377,"Date":"6/20/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":288,"Cost":170,"Date":"6/24/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":791,"Cost":628,"Date":"7/4/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":279,"Cost":188,"Date":"7/9/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":502,"Cost":294,"Date":"7/12/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":867,"Cost":479,"Date":"8/14/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":417,"Cost":208,"Date":"8/16/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":13,"Cost":6,"Date":"8/23/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":517,"Cost":359,"Date":"9/2/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":18,"Cost":13,"Date":"9/3/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":615,"Cost":343,"Date":"9/16/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":323,"Cost":229,"Date":"10/4/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":482,"Cost":270,"Date":"11/1/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":845,"Cost":493,"Date":"11/2/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":973,"Cost":494,"Date":"12/17/2022"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":774,"Cost":413,"Date":"2/10/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":49,"Cost":30,"Date":"2/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":636,"Cost":326,"Date":"3/4/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":305,"Cost":286,"Date":"3/9/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":720,"Cost":515,"Date":"3/9/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":506,"Cost":255,"Date":"3/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":58,"Cost":42,"Date":"3/17/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":143,"Cost":117,"Date":"3/17/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":119,"Cost":90,"Date":"3/23/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":99,"Cost":73,"Date":"4/1/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":633,"Cost":523,"Date":"5/7/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":495,"Cost":306,"Date":"5/10/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":262,"Cost":162,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":458,"Cost":232,"Date":"6/2/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":906,"Cost":820,"Date":"6/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":632,"Cost":334,"Date":"6/16/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":878,"Cost":538,"Date":"6/16/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":537,"Cost":391,"Date":"7/10/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":176,"Cost":129,"Date":"7/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":108,"Cost":95,"Date":"8/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":698,"Cost":527,"Date":"8/29/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":401,"Cost":339,"Date":"8/31/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":359,"Cost":253,"Date":"9/8/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":744,"Cost":389,"Date":"9/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":669,"Cost":512,"Date":"9/14/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":557,"Cost":509,"Date":"9/19/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":408,"Cost":364,"Date":"9/25/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":599,"Cost":526,"Date":"10/4/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":141,"Cost":93,"Date":"10/10/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":913,"Cost":584,"Date":"10/17/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":475,"Cost":378,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":319,"Cost":230,"Date":"10/30/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":520,"Cost":305,"Date":"11/1/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":29,"Cost":25,"Date":"11/15/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":834,"Cost":603,"Date":"11/25/2023"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":527,"Cost":450,"Date":"1/10/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":524,"Cost":281,"Date":"1/14/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":338,"Cost":229,"Date":"1/20/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":380,"Cost":238,"Date":"2/8/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":678,"Cost":347,"Date":"2/25/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":852,"Cost":606,"Date":"3/7/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":845,"Cost":591,"Date":"3/14/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":596,"Cost":415,"Date":"3/27/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":558,"Cost":465,"Date":"4/5/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":601,"Cost":483,"Date":"4/14/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":943,"Cost":782,"Date":"5/3/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":996,"Cost":882,"Date":"5/9/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":298,"Cost":181,"Date":"5/15/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":366,"Cost":195,"Date":"5/25/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":654,"Cost":439,"Date":"5/26/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":296,"Cost":279,"Date":"5/31/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":71,"Cost":41,"Date":"7/27/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":729,"Cost":507,"Date":"9/17/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":803,"Cost":490,"Date":"10/6/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":547,"Cost":411,"Date":"10/8/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":404,"Cost":250,"Date":"10/26/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":511,"Cost":305,"Date":"11/16/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":206,"Cost":166,"Date":"11/18/2024"},{"Store":"City Mall, Charleroi","Brand":"HM","Country":"Belgium","Sale":286,"Cost":247,"Date":"12/1/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":573,"Cost":423,"Date":"2/9/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":632,"Cost":407,"Date":"2/11/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":873,"Cost":783,"Date":"3/10/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":932,"Cost":748,"Date":"3/16/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":527,"Cost":498,"Date":"3/18/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":86,"Cost":52,"Date":"3/20/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":319,"Cost":278,"Date":"3/26/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":856,"Cost":682,"Date":"6/2/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":22,"Cost":18,"Date":"6/10/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":523,"Cost":348,"Date":"6/16/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":428,"Cost":393,"Date":"6/25/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":203,"Cost":138,"Date":"7/19/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":123,"Cost":110,"Date":"7/21/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":365,"Cost":262,"Date":"7/25/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":695,"Cost":644,"Date":"8/4/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":32,"Cost":16,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":88,"Cost":49,"Date":"9/4/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":597,"Cost":550,"Date":"9/19/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":834,"Cost":530,"Date":"9/29/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":653,"Cost":443,"Date":"10/2/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":248,"Cost":211,"Date":"10/15/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":694,"Cost":376,"Date":"10/30/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":378,"Cost":228,"Date":"11/9/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":89,"Cost":59,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":798,"Cost":590,"Date":"11/30/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":106,"Cost":86,"Date":"12/8/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":400,"Cost":356,"Date":"12/11/2018"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":465,"Cost":241,"Date":"1/15/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":987,"Cost":756,"Date":"1/24/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":762,"Cost":385,"Date":"2/3/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":134,"Cost":82,"Date":"2/4/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":907,"Cost":803,"Date":"3/9/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":36,"Cost":26,"Date":"3/12/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":655,"Cost":473,"Date":"4/19/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":934,"Cost":680,"Date":"5/3/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":309,"Cost":241,"Date":"5/4/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":404,"Cost":368,"Date":"6/8/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":999,"Cost":724,"Date":"6/26/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":475,"Cost":317,"Date":"7/4/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":826,"Cost":777,"Date":"7/13/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":704,"Cost":398,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":219,"Cost":127,"Date":"8/26/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":963,"Cost":836,"Date":"9/2/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":60,"Cost":44,"Date":"9/29/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":356,"Cost":252,"Date":"10/12/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":999,"Cost":891,"Date":"11/2/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":969,"Cost":611,"Date":"11/4/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":443,"Cost":335,"Date":"11/7/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":388,"Cost":247,"Date":"12/1/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":917,"Cost":462,"Date":"12/4/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":272,"Cost":189,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":724,"Cost":420,"Date":"12/18/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":977,"Cost":915,"Date":"12/20/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":591,"Cost":434,"Date":"12/20/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":867,"Cost":516,"Date":"12/21/2019"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":113,"Cost":81,"Date":"1/9/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":471,"Cost":325,"Date":"2/5/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":494,"Cost":451,"Date":"2/16/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":561,"Cost":441,"Date":"2/16/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":917,"Cost":588,"Date":"2/18/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":17,"Cost":16,"Date":"2/22/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":272,"Cost":190,"Date":"2/25/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":204,"Cost":123,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":572,"Cost":524,"Date":"4/2/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":30,"Cost":29,"Date":"4/3/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":694,"Cost":583,"Date":"4/9/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":406,"Cost":358,"Date":"4/10/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":89,"Cost":70,"Date":"4/19/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":798,"Cost":671,"Date":"5/17/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":710,"Cost":648,"Date":"5/22/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":914,"Cost":618,"Date":"6/20/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":485,"Cost":435,"Date":"7/1/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":172,"Cost":106,"Date":"7/4/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":351,"Cost":259,"Date":"7/8/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":355,"Cost":326,"Date":"7/9/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":52,"Cost":29,"Date":"7/14/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":692,"Cost":576,"Date":"7/19/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":207,"Cost":121,"Date":"8/1/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":789,"Cost":706,"Date":"8/6/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":908,"Cost":794,"Date":"8/7/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":651,"Cost":415,"Date":"8/22/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":456,"Cost":353,"Date":"8/31/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":616,"Cost":479,"Date":"9/1/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":45,"Cost":36,"Date":"9/1/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":250,"Cost":227,"Date":"9/17/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":575,"Cost":453,"Date":"9/29/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":296,"Cost":163,"Date":"11/7/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":480,"Cost":444,"Date":"11/26/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":120,"Cost":111,"Date":"11/27/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":927,"Cost":787,"Date":"12/5/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":330,"Cost":199,"Date":"12/26/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":366,"Cost":236,"Date":"12/31/2020"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":699,"Cost":409,"Date":"1/20/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":860,"Cost":747,"Date":"2/2/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":145,"Cost":129,"Date":"2/8/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":205,"Cost":136,"Date":"2/27/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":849,"Cost":780,"Date":"3/1/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":284,"Cost":183,"Date":"3/1/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":886,"Cost":497,"Date":"3/19/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":31,"Cost":15,"Date":"3/28/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":529,"Cost":487,"Date":"5/21/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":945,"Cost":503,"Date":"7/21/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":301,"Cost":256,"Date":"8/5/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":916,"Cost":861,"Date":"8/12/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":161,"Cost":126,"Date":"8/21/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":924,"Cost":829,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":176,"Cost":112,"Date":"9/3/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":332,"Cost":289,"Date":"9/5/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":355,"Cost":276,"Date":"10/6/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":143,"Cost":132,"Date":"10/19/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":79,"Cost":55,"Date":"11/15/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":448,"Cost":246,"Date":"12/8/2021"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":751,"Cost":645,"Date":"1/8/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":394,"Cost":336,"Date":"1/14/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":583,"Cost":531,"Date":"1/19/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":791,"Cost":632,"Date":"1/28/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":725,"Cost":591,"Date":"1/31/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":246,"Cost":184,"Date":"3/27/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":319,"Cost":303,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":573,"Cost":350,"Date":"4/24/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":920,"Cost":821,"Date":"4/28/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":946,"Cost":745,"Date":"5/15/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":275,"Cost":222,"Date":"5/16/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":27,"Cost":18,"Date":"5/18/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":186,"Cost":140,"Date":"6/2/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":526,"Cost":450,"Date":"6/3/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":771,"Cost":718,"Date":"6/5/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":754,"Cost":623,"Date":"6/7/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":987,"Cost":778,"Date":"6/14/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":787,"Cost":544,"Date":"6/20/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":153,"Cost":81,"Date":"6/24/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":633,"Cost":570,"Date":"7/4/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":832,"Cost":572,"Date":"7/9/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":79,"Cost":49,"Date":"7/12/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":185,"Cost":156,"Date":"8/14/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":767,"Cost":456,"Date":"8/16/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":245,"Cost":126,"Date":"8/23/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":968,"Cost":577,"Date":"9/2/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":379,"Cost":280,"Date":"9/3/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":961,"Cost":564,"Date":"9/16/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":771,"Cost":703,"Date":"10/4/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":809,"Cost":546,"Date":"11/1/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":721,"Cost":647,"Date":"11/2/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":731,"Cost":602,"Date":"12/17/2022"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":56,"Cost":28,"Date":"2/10/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":998,"Cost":512,"Date":"2/28/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":556,"Cost":285,"Date":"3/4/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":67,"Cost":52,"Date":"3/9/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":585,"Cost":410,"Date":"3/9/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":446,"Cost":382,"Date":"3/11/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":213,"Cost":133,"Date":"3/17/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":132,"Cost":114,"Date":"3/17/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":988,"Cost":872,"Date":"3/23/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":245,"Cost":174,"Date":"4/1/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":590,"Cost":374,"Date":"5/7/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":371,"Cost":206,"Date":"5/10/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":895,"Cost":758,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":837,"Cost":494,"Date":"6/2/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":627,"Cost":383,"Date":"6/11/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":405,"Cost":336,"Date":"6/16/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":867,"Cost":569,"Date":"6/16/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":731,"Cost":401,"Date":"7/10/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":936,"Cost":474,"Date":"7/11/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":192,"Cost":151,"Date":"8/28/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":971,"Cost":527,"Date":"8/29/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":176,"Cost":160,"Date":"8/31/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":109,"Cost":79,"Date":"9/8/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":488,"Cost":438,"Date":"9/13/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":818,"Cost":506,"Date":"9/14/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":391,"Cost":246,"Date":"9/19/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":972,"Cost":809,"Date":"9/25/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":481,"Cost":443,"Date":"10/4/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":423,"Cost":389,"Date":"10/10/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":528,"Cost":376,"Date":"10/17/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":212,"Cost":201,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":374,"Cost":351,"Date":"10/30/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":581,"Cost":335,"Date":"11/1/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":690,"Cost":367,"Date":"11/15/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":151,"Cost":132,"Date":"11/25/2023"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":830,"Cost":554,"Date":"1/10/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":162,"Cost":147,"Date":"1/14/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":132,"Cost":118,"Date":"1/20/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":690,"Cost":507,"Date":"2/8/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":387,"Cost":367,"Date":"2/25/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":101,"Cost":69,"Date":"3/7/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":541,"Cost":472,"Date":"3/14/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":247,"Cost":188,"Date":"3/27/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":966,"Cost":810,"Date":"4/5/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":301,"Cost":206,"Date":"4/14/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":585,"Cost":340,"Date":"5/3/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":224,"Cost":142,"Date":"5/9/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":249,"Cost":157,"Date":"5/15/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":504,"Cost":474,"Date":"5/25/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":648,"Cost":599,"Date":"5/26/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":330,"Cost":179,"Date":"5/31/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":385,"Cost":262,"Date":"7/27/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":820,"Cost":697,"Date":"9/17/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":266,"Cost":241,"Date":"10/6/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":399,"Cost":333,"Date":"10/8/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":536,"Cost":322,"Date":"10/26/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":147,"Cost":87,"Date":"11/16/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":616,"Cost":509,"Date":"11/18/2024"},{"Store":"City Mall, Charleroi","Brand":"COS","Country":"Belgium","Sale":440,"Cost":298,"Date":"12/1/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":242,"Cost":131,"Date":"2/9/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":665,"Cost":450,"Date":"2/11/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":141,"Cost":89,"Date":"3/10/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":115,"Date":"3/16/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":471,"Cost":379,"Date":"3/18/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":271,"Date":"3/20/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":7,"Cost":7,"Date":"3/26/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":761,"Date":"6/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":318,"Cost":206,"Date":"6/10/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":913,"Cost":461,"Date":"6/16/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":893,"Cost":480,"Date":"6/25/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":971,"Cost":695,"Date":"7/19/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":60,"Cost":47,"Date":"7/21/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":475,"Cost":253,"Date":"7/25/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":25,"Cost":18,"Date":"8/4/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":7,"Date":"9/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":171,"Cost":89,"Date":"9/4/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":537,"Cost":510,"Date":"9/19/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":192,"Cost":158,"Date":"9/29/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":838,"Cost":512,"Date":"10/2/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":682,"Cost":539,"Date":"10/15/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":651,"Cost":457,"Date":"10/30/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":732,"Cost":418,"Date":"11/9/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":924,"Cost":524,"Date":"11/23/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":691,"Date":"11/30/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":245,"Cost":183,"Date":"12/8/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":609,"Cost":382,"Date":"12/11/2018"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":182,"Cost":91,"Date":"1/15/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":61,"Cost":48,"Date":"1/24/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":580,"Cost":412,"Date":"2/3/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":672,"Cost":581,"Date":"2/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":226,"Cost":183,"Date":"3/9/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":89,"Cost":77,"Date":"3/12/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":948,"Cost":851,"Date":"4/19/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":485,"Date":"5/3/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":962,"Cost":541,"Date":"5/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":82,"Cost":74,"Date":"6/8/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":219,"Cost":159,"Date":"6/26/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":698,"Cost":543,"Date":"7/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":469,"Date":"7/13/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":138,"Cost":112,"Date":"8/8/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":113,"Cost":78,"Date":"8/26/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":602,"Cost":523,"Date":"9/2/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":746,"Cost":704,"Date":"9/29/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":766,"Cost":705,"Date":"10/12/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":587,"Cost":391,"Date":"11/2/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":195,"Cost":118,"Date":"11/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":330,"Cost":184,"Date":"11/7/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":540,"Cost":407,"Date":"12/1/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":854,"Cost":475,"Date":"12/4/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":655,"Cost":458,"Date":"12/7/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":446,"Date":"12/18/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":581,"Cost":529,"Date":"12/20/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":629,"Cost":411,"Date":"12/20/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":942,"Cost":519,"Date":"12/21/2019"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":134,"Cost":109,"Date":"1/9/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":838,"Cost":687,"Date":"2/5/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":989,"Cost":873,"Date":"2/16/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":390,"Cost":301,"Date":"2/16/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":292,"Cost":217,"Date":"2/18/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":422,"Date":"2/22/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":487,"Cost":447,"Date":"2/25/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":22,"Cost":19,"Date":"3/8/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":305,"Cost":168,"Date":"4/2/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":455,"Date":"4/3/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":481,"Date":"4/9/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":315,"Cost":258,"Date":"4/10/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":290,"Cost":158,"Date":"4/19/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":102,"Cost":68,"Date":"5/17/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":261,"Cost":136,"Date":"5/22/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":301,"Cost":266,"Date":"6/20/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":92,"Cost":83,"Date":"7/1/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":601,"Cost":362,"Date":"7/4/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":209,"Cost":185,"Date":"7/8/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":916,"Cost":550,"Date":"7/9/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":885,"Cost":445,"Date":"7/14/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":215,"Cost":165,"Date":"7/19/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":568,"Cost":385,"Date":"8/1/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":923,"Cost":862,"Date":"8/6/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":3,"Cost":1,"Date":"8/7/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":365,"Cost":234,"Date":"8/22/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":844,"Cost":616,"Date":"8/31/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":166,"Cost":140,"Date":"9/1/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":923,"Cost":830,"Date":"9/1/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":895,"Cost":556,"Date":"9/17/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":412,"Cost":206,"Date":"9/29/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":570,"Cost":392,"Date":"11/7/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":901,"Cost":849,"Date":"11/26/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":197,"Cost":107,"Date":"11/27/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":573,"Cost":366,"Date":"12/5/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":926,"Cost":540,"Date":"12/26/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":675,"Date":"12/31/2020"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":888,"Cost":566,"Date":"1/20/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":908,"Cost":557,"Date":"2/2/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":650,"Cost":392,"Date":"2/8/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":877,"Cost":533,"Date":"2/27/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":443,"Cost":250,"Date":"3/1/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":376,"Cost":243,"Date":"3/1/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":679,"Cost":376,"Date":"3/19/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":648,"Cost":338,"Date":"3/28/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":114,"Cost":91,"Date":"5/21/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":382,"Cost":224,"Date":"7/21/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":936,"Cost":749,"Date":"8/5/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":793,"Cost":685,"Date":"8/12/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":8,"Cost":8,"Date":"8/21/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":269,"Cost":211,"Date":"8/23/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":545,"Date":"9/3/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":366,"Cost":319,"Date":"9/5/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":490,"Cost":340,"Date":"10/6/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":636,"Cost":507,"Date":"10/19/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":803,"Cost":422,"Date":"11/15/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":290,"Cost":234,"Date":"12/8/2021"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":526,"Cost":355,"Date":"1/8/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":791,"Cost":678,"Date":"1/14/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":514,"Cost":356,"Date":"1/19/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":747,"Cost":594,"Date":"1/28/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":674,"Cost":396,"Date":"1/31/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":852,"Cost":748,"Date":"3/27/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":49,"Cost":28,"Date":"4/20/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":984,"Cost":625,"Date":"4/24/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":168,"Date":"4/28/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":476,"Date":"5/15/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":6,"Cost":5,"Date":"5/16/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":498,"Date":"5/18/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":645,"Cost":588,"Date":"6/2/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":817,"Cost":754,"Date":"6/3/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":663,"Cost":462,"Date":"6/5/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":653,"Date":"6/7/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":964,"Cost":797,"Date":"6/14/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":436,"Cost":271,"Date":"6/20/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":434,"Cost":311,"Date":"6/24/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":241,"Cost":186,"Date":"7/4/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":446,"Date":"7/9/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":443,"Date":"7/12/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":43,"Cost":31,"Date":"8/14/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":965,"Cost":644,"Date":"8/16/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":417,"Date":"8/23/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":11,"Cost":6,"Date":"9/2/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":672,"Cost":430,"Date":"9/3/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":817,"Date":"9/16/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":608,"Cost":508,"Date":"10/4/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":465,"Cost":274,"Date":"11/1/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":179,"Cost":111,"Date":"11/2/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":871,"Cost":600,"Date":"12/17/2022"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":403,"Cost":347,"Date":"2/10/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":644,"Cost":369,"Date":"2/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":587,"Date":"3/4/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":345,"Cost":243,"Date":"3/9/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":179,"Cost":89,"Date":"3/9/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":456,"Cost":299,"Date":"3/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":568,"Date":"3/17/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":584,"Cost":436,"Date":"3/17/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":830,"Cost":499,"Date":"3/23/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":495,"Cost":365,"Date":"4/1/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":369,"Cost":217,"Date":"5/7/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":30,"Cost":28,"Date":"5/10/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":45,"Cost":39,"Date":"5/20/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":643,"Cost":424,"Date":"6/2/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":401,"Cost":292,"Date":"6/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":718,"Cost":390,"Date":"6/16/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":429,"Cost":253,"Date":"6/16/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":232,"Cost":209,"Date":"7/10/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":470,"Cost":313,"Date":"7/11/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":178,"Cost":153,"Date":"8/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":524,"Date":"8/29/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":991,"Cost":811,"Date":"8/31/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":486,"Cost":313,"Date":"9/8/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":96,"Date":"9/13/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":162,"Cost":115,"Date":"9/14/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":968,"Cost":557,"Date":"9/19/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":24,"Date":"9/25/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":981,"Cost":573,"Date":"10/4/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":284,"Cost":256,"Date":"10/10/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":135,"Cost":105,"Date":"10/17/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":396,"Cost":232,"Date":"10/28/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":870,"Cost":798,"Date":"10/30/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":796,"Cost":535,"Date":"11/1/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":308,"Cost":211,"Date":"11/15/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":745,"Cost":566,"Date":"11/25/2023"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":19,"Cost":18,"Date":"1/10/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":28,"Date":"1/14/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":828,"Cost":746,"Date":"1/20/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":496,"Cost":328,"Date":"2/8/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":63,"Cost":50,"Date":"2/25/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":717,"Cost":364,"Date":"3/7/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":164,"Cost":154,"Date":"3/14/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":563,"Cost":524,"Date":"3/27/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":212,"Cost":133,"Date":"4/5/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":522,"Cost":290,"Date":"4/14/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":769,"Cost":700,"Date":"5/3/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":964,"Cost":680,"Date":"5/9/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":256,"Date":"5/15/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":389,"Cost":331,"Date":"5/25/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":136,"Cost":111,"Date":"5/26/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":346,"Cost":204,"Date":"5/31/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":976,"Cost":763,"Date":"7/27/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":283,"Cost":166,"Date":"9/17/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":735,"Cost":690,"Date":"10/6/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":442,"Cost":409,"Date":"10/8/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":96,"Date":"10/26/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":721,"Cost":681,"Date":"11/16/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":715,"Cost":536,"Date":"11/18/2024"},{"Store":"City Mall, Charleroi","Brand":"HM Home","Country":"Belgium","Sale":749,"Cost":690,"Date":"12/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":175,"Cost":147,"Date":"2/9/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":304,"Cost":191,"Date":"2/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":997,"Cost":926,"Date":"3/10/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":560,"Cost":288,"Date":"3/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":866,"Cost":558,"Date":"3/18/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":795,"Cost":721,"Date":"3/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":143,"Cost":135,"Date":"3/26/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":463,"Date":"6/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":320,"Date":"6/10/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":683,"Cost":433,"Date":"6/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":441,"Date":"6/25/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":332,"Date":"7/19/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":252,"Date":"7/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":957,"Cost":692,"Date":"7/25/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":943,"Cost":608,"Date":"8/4/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":304,"Cost":171,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":67,"Cost":62,"Date":"9/4/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":618,"Date":"9/19/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":576,"Cost":414,"Date":"9/29/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":35,"Cost":30,"Date":"10/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":304,"Cost":227,"Date":"10/15/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":688,"Cost":641,"Date":"10/30/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":209,"Cost":162,"Date":"11/9/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":972,"Cost":880,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":514,"Cost":382,"Date":"11/30/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":13,"Cost":8,"Date":"12/8/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":361,"Cost":307,"Date":"12/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":79,"Date":"1/15/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":833,"Cost":687,"Date":"1/24/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":674,"Cost":462,"Date":"2/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":647,"Cost":364,"Date":"2/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":223,"Date":"3/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":466,"Date":"3/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":624,"Cost":460,"Date":"4/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":391,"Cost":245,"Date":"5/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":211,"Cost":158,"Date":"5/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":73,"Cost":54,"Date":"6/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":765,"Cost":476,"Date":"6/26/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":710,"Cost":643,"Date":"7/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":143,"Cost":99,"Date":"7/13/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":252,"Cost":164,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":200,"Cost":124,"Date":"8/26/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":560,"Cost":388,"Date":"9/2/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":648,"Cost":455,"Date":"9/29/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":339,"Cost":182,"Date":"10/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":405,"Date":"11/2/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":71,"Cost":54,"Date":"11/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":60,"Cost":37,"Date":"11/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":734,"Cost":388,"Date":"12/1/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":309,"Cost":207,"Date":"12/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":973,"Cost":541,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":523,"Cost":375,"Date":"12/18/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":147,"Cost":132,"Date":"12/20/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":486,"Cost":308,"Date":"12/20/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":7,"Cost":3,"Date":"12/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":734,"Cost":379,"Date":"1/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":515,"Cost":473,"Date":"2/5/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":571,"Cost":476,"Date":"2/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":761,"Date":"2/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":307,"Date":"2/18/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":694,"Cost":375,"Date":"2/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":806,"Cost":744,"Date":"2/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":423,"Cost":328,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":18,"Cost":16,"Date":"4/2/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":785,"Cost":443,"Date":"4/3/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":717,"Date":"4/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":475,"Date":"4/10/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":627,"Cost":385,"Date":"4/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":25,"Date":"5/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":718,"Cost":485,"Date":"5/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":814,"Cost":609,"Date":"6/20/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":469,"Date":"7/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":374,"Cost":293,"Date":"7/4/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":833,"Cost":564,"Date":"7/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":151,"Cost":86,"Date":"7/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":871,"Cost":676,"Date":"7/14/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":66,"Cost":44,"Date":"7/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":342,"Cost":287,"Date":"8/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":337,"Date":"8/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":520,"Cost":396,"Date":"8/7/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":643,"Cost":342,"Date":"8/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":230,"Cost":187,"Date":"8/31/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":320,"Cost":239,"Date":"9/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":957,"Cost":715,"Date":"9/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":148,"Cost":86,"Date":"9/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":272,"Cost":190,"Date":"9/29/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":647,"Cost":326,"Date":"11/7/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":885,"Cost":606,"Date":"11/26/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":673,"Date":"11/27/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":644,"Cost":603,"Date":"12/5/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":995,"Cost":736,"Date":"12/26/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":960,"Cost":841,"Date":"12/31/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":242,"Date":"1/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":744,"Cost":556,"Date":"2/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":766,"Cost":493,"Date":"2/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":358,"Date":"2/27/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":774,"Date":"3/1/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":997,"Cost":695,"Date":"3/1/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":196,"Cost":109,"Date":"3/19/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":55,"Cost":37,"Date":"3/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":281,"Cost":169,"Date":"5/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":55,"Cost":49,"Date":"7/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":622,"Date":"8/5/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":769,"Cost":397,"Date":"8/12/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":414,"Cost":357,"Date":"8/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":452,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":705,"Cost":535,"Date":"9/3/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":786,"Cost":682,"Date":"9/5/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":371,"Date":"10/6/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":986,"Cost":877,"Date":"10/19/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":970,"Cost":487,"Date":"11/15/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":186,"Cost":109,"Date":"12/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":864,"Cost":456,"Date":"1/8/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":561,"Cost":419,"Date":"1/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":990,"Cost":769,"Date":"1/19/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":999,"Cost":529,"Date":"1/28/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":296,"Cost":269,"Date":"1/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":384,"Cost":233,"Date":"3/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":723,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":232,"Date":"4/24/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":292,"Cost":184,"Date":"4/28/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":142,"Cost":104,"Date":"5/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":65,"Cost":44,"Date":"5/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":220,"Date":"5/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":310,"Cost":240,"Date":"6/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":629,"Date":"6/3/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":1000,"Cost":759,"Date":"6/5/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":963,"Cost":617,"Date":"6/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":746,"Date":"6/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":423,"Date":"6/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":398,"Cost":204,"Date":"6/24/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":792,"Cost":727,"Date":"7/4/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":316,"Date":"7/9/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":712,"Cost":380,"Date":"7/12/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":203,"Cost":158,"Date":"8/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":663,"Cost":436,"Date":"8/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":902,"Cost":586,"Date":"8/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":47,"Date":"9/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":492,"Cost":467,"Date":"9/3/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":896,"Cost":500,"Date":"9/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":707,"Cost":584,"Date":"10/4/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":231,"Cost":129,"Date":"11/1/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":402,"Cost":371,"Date":"11/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":46,"Date":"12/17/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":841,"Cost":427,"Date":"2/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":576,"Cost":423,"Date":"2/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":31,"Cost":15,"Date":"3/4/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":319,"Cost":159,"Date":"3/9/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":320,"Cost":243,"Date":"3/9/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":754,"Cost":503,"Date":"3/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":832,"Cost":499,"Date":"3/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":381,"Cost":236,"Date":"3/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":32,"Cost":22,"Date":"3/23/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":527,"Cost":265,"Date":"4/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":198,"Cost":168,"Date":"5/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":776,"Cost":564,"Date":"5/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":72,"Cost":37,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":504,"Date":"6/2/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":923,"Cost":556,"Date":"6/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":9,"Date":"6/16/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":786,"Cost":493,"Date":"6/16/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":191,"Cost":137,"Date":"7/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":594,"Date":"7/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":917,"Cost":592,"Date":"8/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":105,"Cost":57,"Date":"8/29/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":282,"Cost":241,"Date":"8/31/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":549,"Cost":307,"Date":"9/8/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":884,"Cost":774,"Date":"9/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":899,"Cost":832,"Date":"9/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":36,"Cost":21,"Date":"9/19/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":91,"Date":"9/25/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":792,"Cost":739,"Date":"10/4/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":888,"Cost":833,"Date":"10/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":506,"Cost":370,"Date":"10/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":889,"Cost":715,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":702,"Cost":584,"Date":"10/30/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":542,"Cost":397,"Date":"11/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":858,"Cost":718,"Date":"11/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":400,"Date":"11/25/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":56,"Date":"1/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":236,"Cost":128,"Date":"1/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":288,"Cost":183,"Date":"1/20/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":882,"Cost":501,"Date":"2/8/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":444,"Date":"2/25/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":502,"Cost":458,"Date":"3/7/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":287,"Date":"3/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":516,"Date":"3/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":38,"Date":"4/5/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":589,"Cost":367,"Date":"4/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":385,"Cost":197,"Date":"5/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":529,"Cost":397,"Date":"5/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":440,"Cost":406,"Date":"5/15/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":796,"Date":"5/25/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":400,"Cost":369,"Date":"5/26/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":801,"Cost":727,"Date":"5/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":834,"Cost":436,"Date":"7/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":775,"Cost":557,"Date":"9/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":586,"Cost":367,"Date":"10/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":353,"Cost":201,"Date":"10/8/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":636,"Cost":333,"Date":"10/26/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":688,"Cost":361,"Date":"11/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":590,"Cost":463,"Date":"11/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":894,"Cost":744,"Date":"12/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":12,"Cost":6,"Date":"2/9/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":718,"Cost":625,"Date":"2/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":690,"Cost":412,"Date":"3/10/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":997,"Cost":921,"Date":"3/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":552,"Cost":368,"Date":"3/18/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":73,"Cost":36,"Date":"3/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":589,"Cost":360,"Date":"3/26/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":208,"Cost":170,"Date":"6/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":388,"Cost":222,"Date":"6/10/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":268,"Cost":234,"Date":"6/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":620,"Cost":381,"Date":"6/25/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":616,"Cost":473,"Date":"7/19/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":212,"Cost":132,"Date":"7/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":912,"Cost":654,"Date":"7/25/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":430,"Cost":337,"Date":"8/4/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":853,"Cost":550,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":475,"Cost":299,"Date":"9/4/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":735,"Cost":607,"Date":"9/19/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":769,"Cost":531,"Date":"9/29/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":916,"Cost":645,"Date":"10/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":971,"Cost":561,"Date":"10/15/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":437,"Cost":393,"Date":"10/30/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":787,"Cost":542,"Date":"11/9/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":183,"Cost":154,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":371,"Cost":286,"Date":"11/30/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":405,"Cost":329,"Date":"12/8/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":927,"Cost":577,"Date":"12/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":758,"Cost":485,"Date":"1/15/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":546,"Cost":373,"Date":"1/24/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":952,"Cost":726,"Date":"2/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":549,"Cost":327,"Date":"2/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":272,"Cost":213,"Date":"3/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":6,"Cost":4,"Date":"3/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":340,"Cost":302,"Date":"4/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":588,"Cost":374,"Date":"5/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":227,"Cost":130,"Date":"5/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":346,"Cost":295,"Date":"6/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":19,"Cost":9,"Date":"6/26/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":746,"Cost":617,"Date":"7/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":503,"Cost":299,"Date":"7/13/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":669,"Cost":529,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":922,"Cost":580,"Date":"8/26/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":863,"Cost":624,"Date":"9/2/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":533,"Cost":466,"Date":"9/29/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":882,"Cost":736,"Date":"10/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":307,"Cost":286,"Date":"11/2/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":361,"Cost":339,"Date":"11/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":305,"Cost":263,"Date":"11/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":946,"Cost":825,"Date":"12/1/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":757,"Cost":506,"Date":"12/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":231,"Cost":138,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":909,"Cost":586,"Date":"12/18/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":605,"Cost":400,"Date":"12/20/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":453,"Cost":284,"Date":"12/20/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":890,"Cost":589,"Date":"12/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":255,"Cost":190,"Date":"1/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":391,"Cost":308,"Date":"2/5/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":287,"Cost":196,"Date":"2/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":352,"Cost":234,"Date":"2/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":120,"Cost":114,"Date":"2/18/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":907,"Cost":664,"Date":"2/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":680,"Cost":538,"Date":"2/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":264,"Cost":206,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":323,"Cost":251,"Date":"4/2/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":598,"Cost":386,"Date":"4/3/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":731,"Cost":382,"Date":"4/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":312,"Cost":260,"Date":"4/10/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":790,"Cost":424,"Date":"4/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":951,"Cost":858,"Date":"5/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":140,"Cost":128,"Date":"5/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":506,"Cost":321,"Date":"6/20/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":610,"Cost":554,"Date":"7/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":582,"Cost":478,"Date":"7/4/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":993,"Cost":516,"Date":"7/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":527,"Cost":390,"Date":"7/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":990,"Cost":810,"Date":"7/14/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":805,"Cost":463,"Date":"7/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":849,"Cost":490,"Date":"8/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":445,"Cost":345,"Date":"8/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":541,"Cost":360,"Date":"8/7/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":165,"Cost":131,"Date":"8/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":904,"Cost":652,"Date":"8/31/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":738,"Cost":384,"Date":"9/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":249,"Cost":135,"Date":"9/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":158,"Cost":143,"Date":"9/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":14,"Cost":12,"Date":"9/29/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":446,"Cost":228,"Date":"11/7/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":874,"Cost":460,"Date":"11/26/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":928,"Cost":780,"Date":"11/27/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":569,"Cost":337,"Date":"12/5/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":255,"Cost":193,"Date":"12/26/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":567,"Cost":330,"Date":"12/31/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":190,"Cost":163,"Date":"1/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":534,"Cost":278,"Date":"2/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":321,"Cost":284,"Date":"2/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":5,"Cost":4,"Date":"2/27/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":225,"Cost":136,"Date":"3/1/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":747,"Cost":605,"Date":"3/1/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":555,"Cost":340,"Date":"3/19/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":65,"Cost":55,"Date":"3/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":846,"Cost":569,"Date":"5/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":793,"Cost":455,"Date":"7/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":986,"Cost":525,"Date":"8/5/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":161,"Cost":96,"Date":"8/12/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":544,"Cost":465,"Date":"8/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":781,"Cost":667,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":158,"Cost":123,"Date":"9/3/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":622,"Cost":311,"Date":"9/5/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":569,"Cost":471,"Date":"10/6/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":579,"Cost":528,"Date":"10/19/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":768,"Cost":428,"Date":"11/15/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":556,"Cost":432,"Date":"12/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":20,"Cost":14,"Date":"1/8/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":46,"Cost":40,"Date":"1/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":414,"Cost":288,"Date":"1/19/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":677,"Cost":549,"Date":"1/28/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":140,"Cost":83,"Date":"1/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":397,"Cost":355,"Date":"3/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":246,"Cost":169,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":808,"Cost":728,"Date":"4/24/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":276,"Cost":163,"Date":"4/28/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":738,"Cost":615,"Date":"5/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":394,"Cost":371,"Date":"5/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":753,"Cost":683,"Date":"5/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":376,"Cost":253,"Date":"6/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":417,"Cost":276,"Date":"6/3/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":834,"Cost":641,"Date":"6/5/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":209,"Cost":170,"Date":"6/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":626,"Cost":349,"Date":"6/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":12,"Cost":10,"Date":"6/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":549,"Cost":340,"Date":"6/24/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":649,"Cost":343,"Date":"7/4/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":890,"Cost":510,"Date":"7/9/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":158,"Cost":102,"Date":"7/12/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":273,"Cost":204,"Date":"8/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":619,"Cost":556,"Date":"8/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":676,"Cost":423,"Date":"8/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":531,"Cost":440,"Date":"9/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":847,"Cost":722,"Date":"9/3/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":913,"Cost":835,"Date":"9/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":265,"Cost":132,"Date":"10/4/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":579,"Cost":419,"Date":"11/1/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":250,"Cost":227,"Date":"11/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":712,"Cost":628,"Date":"12/17/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":958,"Cost":616,"Date":"2/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":563,"Cost":455,"Date":"2/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":889,"Cost":578,"Date":"3/4/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":458,"Cost":405,"Date":"3/9/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":631,"Cost":461,"Date":"3/9/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":591,"Cost":530,"Date":"3/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":28,"Cost":24,"Date":"3/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":342,"Cost":188,"Date":"3/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":873,"Cost":716,"Date":"3/23/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":780,"Cost":437,"Date":"4/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":559,"Cost":383,"Date":"5/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":639,"Cost":560,"Date":"5/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":833,"Cost":428,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":619,"Cost":399,"Date":"6/2/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":856,"Cost":721,"Date":"6/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":216,"Cost":161,"Date":"6/16/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":888,"Cost":765,"Date":"6/16/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":491,"Cost":455,"Date":"7/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":91,"Cost":57,"Date":"7/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":528,"Cost":460,"Date":"8/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":870,"Cost":506,"Date":"8/29/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":273,"Cost":194,"Date":"8/31/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":579,"Cost":540,"Date":"9/8/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":469,"Cost":434,"Date":"9/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":765,"Cost":459,"Date":"9/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":159,"Cost":122,"Date":"9/19/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":703,"Cost":503,"Date":"9/25/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":999,"Cost":912,"Date":"10/4/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":577,"Cost":415,"Date":"10/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":274,"Cost":203,"Date":"10/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":860,"Cost":618,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":879,"Cost":801,"Date":"10/30/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":31,"Cost":25,"Date":"11/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":178,"Cost":169,"Date":"11/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":535,"Cost":505,"Date":"11/25/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":830,"Cost":671,"Date":"1/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":227,"Cost":165,"Date":"1/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":199,"Cost":132,"Date":"1/20/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":502,"Cost":279,"Date":"2/8/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":490,"Cost":251,"Date":"2/25/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":573,"Cost":501,"Date":"3/7/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":205,"Cost":119,"Date":"3/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":486,"Cost":287,"Date":"3/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":908,"Cost":550,"Date":"4/5/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":52,"Cost":49,"Date":"4/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":505,"Cost":402,"Date":"5/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":260,"Cost":144,"Date":"5/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":74,"Cost":40,"Date":"5/15/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":212,"Cost":140,"Date":"5/25/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":710,"Cost":558,"Date":"5/26/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":870,"Cost":494,"Date":"5/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":259,"Cost":130,"Date":"7/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":901,"Cost":607,"Date":"9/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":588,"Cost":350,"Date":"10/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":534,"Cost":453,"Date":"10/8/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":905,"Cost":811,"Date":"10/26/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":640,"Cost":376,"Date":"11/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":758,"Cost":382,"Date":"11/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"COS","Country":"Belgium","Sale":799,"Cost":650,"Date":"12/1/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":852,"Cost":573,"Date":"2/9/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":371,"Cost":351,"Date":"2/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":694,"Cost":626,"Date":"3/10/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":585,"Cost":509,"Date":"3/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":220,"Cost":136,"Date":"3/18/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":792,"Cost":720,"Date":"3/20/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":419,"Cost":394,"Date":"3/26/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":449,"Cost":348,"Date":"6/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":372,"Cost":320,"Date":"6/10/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":559,"Cost":280,"Date":"6/16/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":198,"Date":"6/25/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":259,"Date":"7/19/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":904,"Cost":531,"Date":"7/21/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":883,"Cost":606,"Date":"7/25/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":609,"Date":"8/4/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":416,"Date":"9/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":263,"Cost":176,"Date":"9/4/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":280,"Cost":181,"Date":"9/19/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":935,"Cost":516,"Date":"9/29/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":30,"Date":"10/2/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":837,"Cost":698,"Date":"10/15/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":861,"Cost":551,"Date":"10/30/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":418,"Cost":384,"Date":"11/9/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":795,"Cost":546,"Date":"11/23/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":753,"Cost":558,"Date":"11/30/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":434,"Cost":386,"Date":"12/8/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":562,"Cost":507,"Date":"12/11/2018"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":658,"Cost":358,"Date":"1/15/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":993,"Cost":725,"Date":"1/24/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":320,"Date":"2/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":867,"Cost":671,"Date":"2/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":551,"Cost":291,"Date":"3/9/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":621,"Cost":440,"Date":"3/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":658,"Cost":444,"Date":"4/19/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":561,"Cost":425,"Date":"5/3/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":71,"Cost":52,"Date":"5/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":837,"Cost":562,"Date":"6/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":366,"Cost":219,"Date":"6/26/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":864,"Cost":635,"Date":"7/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":37,"Cost":32,"Date":"7/13/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":597,"Cost":457,"Date":"8/8/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":693,"Date":"8/26/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":258,"Cost":139,"Date":"9/2/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":294,"Cost":157,"Date":"9/29/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":24,"Date":"10/12/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":591,"Date":"11/2/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":389,"Cost":346,"Date":"11/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":165,"Cost":137,"Date":"11/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":42,"Date":"12/1/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":635,"Cost":405,"Date":"12/4/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":744,"Cost":502,"Date":"12/7/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":805,"Cost":482,"Date":"12/18/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":550,"Date":"12/20/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":836,"Cost":506,"Date":"12/20/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":259,"Cost":163,"Date":"12/21/2019"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":207,"Date":"1/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":618,"Cost":410,"Date":"2/5/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":239,"Date":"2/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":178,"Cost":149,"Date":"2/16/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":153,"Cost":113,"Date":"2/18/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":354,"Date":"2/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":99,"Date":"2/25/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":500,"Cost":401,"Date":"3/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":895,"Cost":624,"Date":"4/2/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":699,"Cost":620,"Date":"4/3/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":312,"Date":"4/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":388,"Cost":326,"Date":"4/10/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":721,"Cost":547,"Date":"4/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":398,"Cost":237,"Date":"5/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":493,"Cost":404,"Date":"5/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":369,"Date":"6/20/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":29,"Cost":26,"Date":"7/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":168,"Cost":102,"Date":"7/4/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":179,"Cost":144,"Date":"7/8/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":871,"Cost":522,"Date":"7/9/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":687,"Cost":455,"Date":"7/14/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":240,"Date":"7/19/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":387,"Cost":354,"Date":"8/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":489,"Date":"8/6/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":36,"Date":"8/7/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":389,"Cost":364,"Date":"8/22/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":358,"Cost":277,"Date":"8/31/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":590,"Cost":334,"Date":"9/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":124,"Date":"9/1/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":469,"Cost":445,"Date":"9/17/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":247,"Cost":191,"Date":"9/29/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":150,"Cost":110,"Date":"11/7/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":68,"Date":"11/26/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":375,"Cost":290,"Date":"11/27/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":305,"Cost":180,"Date":"12/5/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":175,"Cost":158,"Date":"12/26/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":755,"Cost":599,"Date":"12/31/2020"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":577,"Date":"1/20/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":966,"Cost":714,"Date":"2/2/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":19,"Date":"2/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":492,"Cost":405,"Date":"2/27/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":731,"Cost":670,"Date":"3/1/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":585,"Cost":340,"Date":"3/1/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":273,"Cost":257,"Date":"3/19/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":159,"Cost":126,"Date":"3/28/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":420,"Date":"5/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":643,"Cost":374,"Date":"7/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":767,"Cost":438,"Date":"8/5/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":370,"Cost":205,"Date":"8/12/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":193,"Date":"8/21/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":65,"Cost":54,"Date":"8/23/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":6,"Date":"9/3/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":368,"Date":"9/5/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":967,"Cost":878,"Date":"10/6/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":373,"Cost":320,"Date":"10/19/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":908,"Cost":644,"Date":"11/15/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":693,"Cost":445,"Date":"12/8/2021"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":111,"Date":"1/8/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":640,"Cost":378,"Date":"1/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":833,"Cost":719,"Date":"1/19/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":307,"Cost":172,"Date":"1/28/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":847,"Cost":680,"Date":"1/31/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":123,"Date":"3/27/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":267,"Date":"4/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":341,"Date":"4/24/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":519,"Cost":454,"Date":"4/28/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":509,"Date":"5/15/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":733,"Cost":656,"Date":"5/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":48,"Cost":30,"Date":"5/18/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":646,"Cost":562,"Date":"6/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":942,"Cost":758,"Date":"6/3/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":483,"Cost":317,"Date":"6/5/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":893,"Cost":787,"Date":"6/7/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":377,"Cost":281,"Date":"6/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":713,"Cost":605,"Date":"6/20/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":746,"Cost":687,"Date":"6/24/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":360,"Cost":319,"Date":"7/4/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":620,"Cost":380,"Date":"7/9/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":638,"Cost":510,"Date":"7/12/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":279,"Cost":260,"Date":"8/14/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":221,"Date":"8/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":695,"Date":"8/23/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":148,"Cost":124,"Date":"9/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":157,"Cost":94,"Date":"9/3/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":558,"Cost":300,"Date":"9/16/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":276,"Cost":153,"Date":"10/4/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":39,"Date":"11/1/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":936,"Cost":700,"Date":"11/2/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":379,"Cost":272,"Date":"12/17/2022"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":237,"Date":"2/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":66,"Date":"2/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":550,"Date":"3/4/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":32,"Cost":18,"Date":"3/9/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":239,"Cost":132,"Date":"3/9/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":83,"Date":"3/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":290,"Cost":235,"Date":"3/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":420,"Cost":375,"Date":"3/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":766,"Date":"3/23/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":450,"Cost":340,"Date":"4/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":587,"Date":"5/7/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":28,"Cost":15,"Date":"5/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":231,"Date":"5/20/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":248,"Cost":128,"Date":"6/2/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":695,"Cost":581,"Date":"6/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":91,"Cost":58,"Date":"6/16/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":488,"Cost":285,"Date":"6/16/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":447,"Cost":424,"Date":"7/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":533,"Cost":420,"Date":"7/11/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":133,"Cost":93,"Date":"8/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":69,"Cost":36,"Date":"8/29/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":443,"Date":"8/31/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":87,"Date":"9/8/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":509,"Cost":458,"Date":"9/13/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":24,"Cost":18,"Date":"9/14/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":477,"Date":"9/19/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":646,"Cost":358,"Date":"9/25/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":343,"Date":"10/4/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":896,"Cost":724,"Date":"10/10/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":369,"Date":"10/17/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":260,"Date":"10/28/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":351,"Cost":214,"Date":"10/30/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":157,"Date":"11/1/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":8,"Date":"11/15/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":601,"Date":"11/25/2023"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":593,"Date":"1/10/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":119,"Cost":89,"Date":"1/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":803,"Cost":518,"Date":"1/20/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":575,"Date":"2/8/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":522,"Date":"2/25/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":327,"Date":"3/7/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":934,"Cost":632,"Date":"3/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":274,"Cost":148,"Date":"3/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":543,"Cost":440,"Date":"4/5/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":46,"Cost":32,"Date":"4/14/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":41,"Date":"5/3/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":317,"Cost":252,"Date":"5/9/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":876,"Cost":632,"Date":"5/15/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":53,"Cost":36,"Date":"5/25/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":103,"Cost":64,"Date":"5/26/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":184,"Cost":101,"Date":"5/31/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":532,"Cost":343,"Date":"7/27/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":11,"Cost":7,"Date":"9/17/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":131,"Date":"10/6/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":263,"Date":"10/8/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":463,"Cost":288,"Date":"10/26/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":460,"Date":"11/16/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":455,"Date":"11/18/2024"},{"Store":"Tiany Shopping Center, Bruges","Brand":"Jeans","Country":"Belgium","Sale":66,"Cost":39,"Date":"12/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":329,"Date":"2/9/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":468,"Cost":256,"Date":"2/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":324,"Cost":208,"Date":"3/10/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":197,"Date":"3/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":331,"Cost":309,"Date":"3/18/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":939,"Cost":542,"Date":"3/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":730,"Cost":491,"Date":"3/26/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":796,"Cost":504,"Date":"6/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":514,"Date":"6/10/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":68,"Date":"6/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":843,"Cost":573,"Date":"6/25/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":206,"Cost":170,"Date":"7/19/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":427,"Date":"7/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":460,"Cost":337,"Date":"7/25/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":161,"Cost":149,"Date":"8/4/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":15,"Cost":12,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":40,"Cost":22,"Date":"9/4/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":175,"Cost":133,"Date":"9/19/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":904,"Cost":823,"Date":"9/29/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":404,"Date":"10/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":986,"Cost":875,"Date":"10/15/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":665,"Cost":427,"Date":"10/30/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":857,"Cost":487,"Date":"11/9/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":545,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":327,"Cost":283,"Date":"11/30/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":311,"Date":"12/8/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":761,"Cost":687,"Date":"12/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":381,"Date":"1/15/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":56,"Date":"1/24/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":374,"Date":"2/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":824,"Cost":436,"Date":"2/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":289,"Date":"3/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":26,"Cost":23,"Date":"3/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":248,"Cost":195,"Date":"4/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":693,"Cost":525,"Date":"5/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":419,"Date":"5/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":290,"Cost":241,"Date":"6/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":466,"Date":"6/26/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":259,"Cost":235,"Date":"7/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":929,"Cost":576,"Date":"7/13/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":832,"Cost":502,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":424,"Cost":330,"Date":"8/26/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":105,"Cost":73,"Date":"9/2/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":118,"Cost":70,"Date":"9/29/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":758,"Cost":527,"Date":"10/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":709,"Cost":622,"Date":"11/2/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":760,"Cost":460,"Date":"11/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":416,"Date":"11/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":367,"Cost":193,"Date":"12/1/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":771,"Cost":725,"Date":"12/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":45,"Cost":36,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":930,"Cost":822,"Date":"12/18/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":923,"Cost":838,"Date":"12/20/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":341,"Cost":220,"Date":"12/20/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":235,"Cost":182,"Date":"12/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":976,"Cost":836,"Date":"1/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":442,"Date":"2/5/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":771,"Date":"2/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":303,"Cost":273,"Date":"2/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":896,"Cost":698,"Date":"2/18/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":835,"Cost":746,"Date":"2/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":346,"Cost":244,"Date":"2/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":646,"Cost":612,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":662,"Cost":602,"Date":"4/2/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":731,"Date":"4/3/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":379,"Cost":196,"Date":"4/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":956,"Cost":599,"Date":"4/10/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":331,"Cost":315,"Date":"4/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":387,"Cost":270,"Date":"5/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":73,"Cost":57,"Date":"5/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":332,"Cost":169,"Date":"6/20/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":148,"Date":"7/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":389,"Cost":285,"Date":"7/4/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":346,"Cost":315,"Date":"7/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":771,"Date":"7/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":123,"Cost":70,"Date":"7/14/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":574,"Date":"7/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":601,"Cost":469,"Date":"8/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":758,"Date":"8/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":440,"Date":"8/7/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":489,"Cost":247,"Date":"8/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":572,"Cost":395,"Date":"8/31/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":960,"Cost":591,"Date":"9/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":792,"Cost":729,"Date":"9/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":758,"Cost":389,"Date":"9/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":130,"Date":"9/29/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":176,"Cost":129,"Date":"11/7/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":176,"Cost":150,"Date":"11/26/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":539,"Date":"11/27/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":64,"Cost":57,"Date":"12/5/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":687,"Cost":415,"Date":"12/26/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":476,"Cost":364,"Date":"12/31/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":732,"Cost":686,"Date":"1/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":797,"Cost":495,"Date":"2/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":732,"Cost":682,"Date":"2/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":946,"Cost":581,"Date":"2/27/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":482,"Cost":259,"Date":"3/1/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":993,"Cost":725,"Date":"3/1/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":659,"Cost":479,"Date":"3/19/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":248,"Cost":216,"Date":"3/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":350,"Date":"5/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":471,"Cost":333,"Date":"7/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":684,"Cost":357,"Date":"8/5/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":526,"Date":"8/12/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":510,"Cost":374,"Date":"8/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":916,"Cost":848,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":827,"Cost":604,"Date":"9/3/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":696,"Cost":488,"Date":"9/5/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":228,"Cost":211,"Date":"10/6/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":490,"Cost":451,"Date":"10/19/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":969,"Cost":565,"Date":"11/15/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":299,"Date":"12/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":24,"Cost":17,"Date":"1/8/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":56,"Cost":37,"Date":"1/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":260,"Cost":144,"Date":"1/19/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":473,"Cost":326,"Date":"1/28/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":880,"Cost":600,"Date":"1/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":371,"Cost":342,"Date":"3/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":469,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":495,"Cost":312,"Date":"4/24/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":300,"Date":"4/28/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":455,"Cost":415,"Date":"5/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":824,"Cost":573,"Date":"5/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":618,"Cost":484,"Date":"5/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":948,"Cost":713,"Date":"6/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":604,"Cost":547,"Date":"6/3/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":646,"Cost":368,"Date":"6/5/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":565,"Cost":332,"Date":"6/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":851,"Cost":453,"Date":"6/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":965,"Cost":690,"Date":"6/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":897,"Cost":803,"Date":"6/24/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":182,"Cost":149,"Date":"7/4/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":100,"Cost":74,"Date":"7/9/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":172,"Cost":134,"Date":"7/12/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":380,"Cost":338,"Date":"8/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":266,"Date":"8/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":610,"Cost":459,"Date":"8/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":446,"Cost":247,"Date":"9/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":526,"Cost":398,"Date":"9/3/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":338,"Cost":255,"Date":"9/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":396,"Cost":346,"Date":"10/4/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":368,"Date":"11/1/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":117,"Cost":72,"Date":"11/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":706,"Cost":412,"Date":"12/17/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":705,"Cost":486,"Date":"2/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":335,"Cost":318,"Date":"2/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":529,"Cost":329,"Date":"3/4/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":175,"Cost":164,"Date":"3/9/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":130,"Cost":116,"Date":"3/9/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":323,"Date":"3/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":75,"Cost":59,"Date":"3/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":160,"Cost":87,"Date":"3/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":848,"Cost":693,"Date":"3/23/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":421,"Cost":362,"Date":"4/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":937,"Cost":746,"Date":"5/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":794,"Cost":441,"Date":"5/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":19,"Cost":17,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":951,"Cost":542,"Date":"6/2/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":427,"Cost":355,"Date":"6/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":466,"Cost":345,"Date":"6/16/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":116,"Cost":79,"Date":"6/16/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":106,"Cost":60,"Date":"7/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":440,"Cost":319,"Date":"7/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":220,"Cost":178,"Date":"8/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":922,"Cost":547,"Date":"8/29/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":830,"Cost":777,"Date":"8/31/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":378,"Cost":351,"Date":"9/8/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":719,"Cost":509,"Date":"9/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":600,"Date":"9/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":302,"Cost":260,"Date":"9/19/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":333,"Cost":168,"Date":"9/25/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":611,"Cost":555,"Date":"10/4/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":892,"Cost":574,"Date":"10/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":602,"Cost":504,"Date":"10/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":983,"Cost":624,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":819,"Date":"10/30/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":541,"Date":"11/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":194,"Cost":102,"Date":"11/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":944,"Cost":569,"Date":"11/25/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":159,"Cost":100,"Date":"1/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":236,"Cost":128,"Date":"1/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":524,"Cost":336,"Date":"1/20/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":687,"Cost":426,"Date":"2/8/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":189,"Cost":168,"Date":"2/25/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":621,"Date":"3/7/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":125,"Cost":108,"Date":"3/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":306,"Cost":237,"Date":"3/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":734,"Cost":473,"Date":"4/5/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":792,"Cost":464,"Date":"4/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":929,"Cost":687,"Date":"5/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":61,"Cost":38,"Date":"5/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":482,"Date":"5/15/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":470,"Cost":416,"Date":"5/25/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":416,"Cost":271,"Date":"5/26/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":733,"Cost":664,"Date":"5/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":929,"Cost":622,"Date":"7/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":585,"Cost":391,"Date":"9/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":716,"Cost":429,"Date":"10/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":169,"Date":"10/8/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":434,"Cost":386,"Date":"10/26/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":935,"Cost":680,"Date":"11/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":997,"Cost":667,"Date":"11/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"Jeans","Country":"Belgium","Sale":797,"Cost":511,"Date":"12/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":919,"Cost":611,"Date":"2/9/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":19,"Cost":16,"Date":"2/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":88,"Date":"3/10/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":911,"Cost":825,"Date":"3/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":382,"Cost":232,"Date":"3/18/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":680,"Date":"3/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":451,"Cost":271,"Date":"3/26/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":389,"Date":"6/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":424,"Cost":219,"Date":"6/10/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":112,"Date":"6/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":493,"Cost":266,"Date":"6/25/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":792,"Cost":684,"Date":"7/19/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":163,"Cost":122,"Date":"7/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":294,"Cost":275,"Date":"7/25/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":307,"Cost":213,"Date":"8/4/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":422,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":334,"Cost":203,"Date":"9/4/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":756,"Cost":473,"Date":"9/19/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":43,"Cost":22,"Date":"9/29/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":749,"Cost":705,"Date":"10/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":776,"Cost":670,"Date":"10/15/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":34,"Cost":29,"Date":"10/30/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":24,"Cost":12,"Date":"11/9/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":961,"Cost":564,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":266,"Date":"11/30/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":132,"Cost":66,"Date":"12/8/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":433,"Cost":299,"Date":"12/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":216,"Cost":152,"Date":"1/15/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":255,"Cost":142,"Date":"1/24/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":911,"Cost":528,"Date":"2/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":627,"Cost":593,"Date":"2/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":5,"Cost":2,"Date":"3/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":247,"Cost":155,"Date":"3/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":493,"Cost":357,"Date":"4/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":991,"Cost":558,"Date":"5/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":965,"Cost":718,"Date":"5/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":349,"Date":"6/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":621,"Cost":528,"Date":"6/26/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":388,"Date":"7/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":144,"Cost":137,"Date":"7/13/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":827,"Cost":459,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":77,"Cost":61,"Date":"8/26/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":715,"Cost":617,"Date":"9/2/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":508,"Cost":340,"Date":"9/29/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":562,"Date":"10/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":32,"Cost":25,"Date":"11/2/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":901,"Cost":540,"Date":"11/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":367,"Date":"11/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":258,"Cost":191,"Date":"12/1/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":430,"Cost":371,"Date":"12/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":698,"Cost":515,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":753,"Cost":573,"Date":"12/18/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":584,"Date":"12/20/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":353,"Cost":290,"Date":"12/20/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":643,"Cost":415,"Date":"12/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":452,"Cost":336,"Date":"1/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":366,"Cost":304,"Date":"2/5/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":411,"Cost":209,"Date":"2/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":351,"Cost":208,"Date":"2/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":122,"Cost":106,"Date":"2/18/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":754,"Cost":691,"Date":"2/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":954,"Cost":499,"Date":"2/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":903,"Cost":610,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":324,"Cost":220,"Date":"4/2/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":865,"Cost":741,"Date":"4/3/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":705,"Cost":617,"Date":"4/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":613,"Cost":352,"Date":"4/10/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":551,"Cost":357,"Date":"4/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":962,"Cost":780,"Date":"5/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":1,"Cost":1,"Date":"5/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":908,"Cost":770,"Date":"6/20/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":914,"Cost":775,"Date":"7/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":825,"Cost":776,"Date":"7/4/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":884,"Cost":544,"Date":"7/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":123,"Cost":71,"Date":"7/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":55,"Date":"7/14/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":853,"Cost":503,"Date":"7/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":491,"Cost":251,"Date":"8/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":13,"Cost":12,"Date":"8/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":907,"Cost":589,"Date":"8/7/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":498,"Cost":369,"Date":"8/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":308,"Cost":269,"Date":"8/31/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":664,"Cost":523,"Date":"9/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":779,"Cost":423,"Date":"9/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":47,"Cost":42,"Date":"9/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":575,"Cost":498,"Date":"9/29/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":319,"Cost":231,"Date":"11/7/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":369,"Cost":284,"Date":"11/26/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":679,"Cost":504,"Date":"11/27/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":706,"Cost":613,"Date":"12/5/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":714,"Cost":380,"Date":"12/26/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":160,"Date":"12/31/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":968,"Cost":770,"Date":"1/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":33,"Cost":32,"Date":"2/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":631,"Cost":376,"Date":"2/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":260,"Cost":151,"Date":"2/27/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":922,"Cost":631,"Date":"3/1/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":67,"Cost":37,"Date":"3/1/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":743,"Cost":519,"Date":"3/19/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":778,"Cost":653,"Date":"3/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":156,"Cost":92,"Date":"5/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":581,"Cost":368,"Date":"7/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":843,"Cost":451,"Date":"8/5/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":104,"Date":"8/12/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":952,"Cost":866,"Date":"8/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":369,"Cost":230,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":515,"Cost":363,"Date":"9/3/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":753,"Cost":537,"Date":"9/5/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":802,"Cost":418,"Date":"10/6/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":45,"Cost":29,"Date":"10/19/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":344,"Date":"11/15/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":236,"Cost":126,"Date":"12/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":516,"Cost":322,"Date":"1/8/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":899,"Cost":600,"Date":"1/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":494,"Cost":363,"Date":"1/19/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":360,"Cost":251,"Date":"1/28/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":669,"Cost":623,"Date":"1/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":106,"Cost":77,"Date":"3/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":356,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":98,"Cost":66,"Date":"4/24/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":875,"Cost":469,"Date":"4/28/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":30,"Cost":27,"Date":"5/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":798,"Cost":528,"Date":"5/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":788,"Cost":437,"Date":"5/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":769,"Cost":599,"Date":"6/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":794,"Cost":550,"Date":"6/3/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":337,"Cost":231,"Date":"6/5/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":459,"Cost":315,"Date":"6/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":584,"Date":"6/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":913,"Cost":711,"Date":"6/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":537,"Cost":498,"Date":"6/24/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":423,"Cost":308,"Date":"7/4/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":220,"Cost":119,"Date":"7/9/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":708,"Cost":508,"Date":"7/12/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":213,"Date":"8/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":909,"Cost":686,"Date":"8/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":462,"Cost":296,"Date":"8/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":841,"Cost":636,"Date":"9/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":593,"Cost":333,"Date":"9/3/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":30,"Cost":18,"Date":"9/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":589,"Cost":548,"Date":"10/4/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":11,"Date":"11/1/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":630,"Cost":324,"Date":"11/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":426,"Cost":301,"Date":"12/17/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":82,"Cost":45,"Date":"2/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":387,"Date":"2/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":870,"Cost":773,"Date":"3/4/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":525,"Date":"3/9/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":670,"Cost":630,"Date":"3/9/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":593,"Cost":560,"Date":"3/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":941,"Cost":659,"Date":"3/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":51,"Cost":29,"Date":"3/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":589,"Cost":340,"Date":"3/23/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":149,"Cost":142,"Date":"4/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":434,"Cost":252,"Date":"5/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":51,"Cost":30,"Date":"5/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":209,"Cost":193,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":528,"Cost":429,"Date":"6/2/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":517,"Cost":300,"Date":"6/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":869,"Cost":628,"Date":"6/16/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":49,"Cost":34,"Date":"6/16/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":106,"Cost":78,"Date":"7/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":76,"Date":"7/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":564,"Cost":511,"Date":"8/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":59,"Cost":36,"Date":"8/29/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":614,"Cost":529,"Date":"8/31/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":22,"Cost":16,"Date":"9/8/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":230,"Cost":173,"Date":"9/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":504,"Cost":305,"Date":"9/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":697,"Cost":478,"Date":"9/19/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":412,"Cost":336,"Date":"9/25/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":90,"Cost":61,"Date":"10/4/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":21,"Cost":14,"Date":"10/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":216,"Cost":204,"Date":"10/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":936,"Cost":524,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":286,"Cost":251,"Date":"10/30/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":318,"Cost":241,"Date":"11/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":719,"Cost":408,"Date":"11/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":51,"Cost":39,"Date":"11/25/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":37,"Cost":21,"Date":"1/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":220,"Cost":203,"Date":"1/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":180,"Cost":143,"Date":"1/20/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":577,"Cost":384,"Date":"2/8/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":648,"Cost":448,"Date":"2/25/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":989,"Cost":761,"Date":"3/7/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":658,"Cost":538,"Date":"3/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":782,"Cost":407,"Date":"3/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":915,"Cost":809,"Date":"4/5/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":335,"Cost":207,"Date":"4/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":165,"Cost":91,"Date":"5/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":441,"Cost":364,"Date":"5/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":886,"Cost":750,"Date":"5/15/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":496,"Cost":286,"Date":"5/25/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":103,"Cost":52,"Date":"5/26/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":464,"Date":"5/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":485,"Date":"7/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":953,"Cost":479,"Date":"9/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":871,"Cost":523,"Date":"10/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":737,"Cost":645,"Date":"10/8/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":61,"Cost":51,"Date":"10/26/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":885,"Cost":717,"Date":"11/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":100,"Cost":84,"Date":"11/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":678,"Cost":623,"Date":"12/1/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":740,"Cost":487,"Date":"2/9/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":174,"Cost":153,"Date":"2/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":967,"Cost":808,"Date":"3/10/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":534,"Cost":446,"Date":"3/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":674,"Cost":536,"Date":"3/18/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":351,"Cost":316,"Date":"3/20/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":980,"Cost":768,"Date":"3/26/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":205,"Cost":108,"Date":"6/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":731,"Date":"6/10/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":59,"Cost":31,"Date":"6/16/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":476,"Cost":411,"Date":"6/25/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":214,"Cost":157,"Date":"7/19/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":371,"Cost":261,"Date":"7/21/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":972,"Cost":771,"Date":"7/25/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":870,"Cost":719,"Date":"8/4/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":199,"Cost":173,"Date":"9/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":149,"Date":"9/4/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":276,"Cost":152,"Date":"9/19/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":95,"Cost":74,"Date":"9/29/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":739,"Cost":489,"Date":"10/2/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":311,"Cost":267,"Date":"10/15/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":631,"Cost":360,"Date":"10/30/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":994,"Cost":676,"Date":"11/9/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":859,"Cost":736,"Date":"11/23/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":292,"Cost":153,"Date":"11/30/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":597,"Cost":523,"Date":"12/8/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":26,"Cost":21,"Date":"12/11/2018"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":380,"Date":"1/15/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":968,"Cost":827,"Date":"1/24/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":73,"Cost":40,"Date":"2/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":155,"Cost":129,"Date":"2/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":522,"Cost":395,"Date":"3/9/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":169,"Cost":115,"Date":"3/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":161,"Cost":86,"Date":"4/19/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":103,"Cost":90,"Date":"5/3/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":93,"Date":"5/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":510,"Cost":421,"Date":"6/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":380,"Cost":321,"Date":"6/26/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":162,"Cost":94,"Date":"7/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":639,"Cost":560,"Date":"7/13/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":111,"Date":"8/8/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":617,"Date":"8/26/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":859,"Cost":544,"Date":"9/2/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":872,"Cost":821,"Date":"9/29/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":981,"Cost":610,"Date":"10/12/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":276,"Cost":152,"Date":"11/2/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":522,"Cost":439,"Date":"11/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":376,"Date":"11/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":635,"Cost":424,"Date":"12/1/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":413,"Cost":262,"Date":"12/4/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":457,"Date":"12/7/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":135,"Cost":109,"Date":"12/18/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":862,"Cost":696,"Date":"12/20/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":898,"Cost":853,"Date":"12/20/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":520,"Cost":262,"Date":"12/21/2019"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":393,"Date":"1/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":233,"Cost":145,"Date":"2/5/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":359,"Cost":269,"Date":"2/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":273,"Cost":153,"Date":"2/16/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":391,"Cost":291,"Date":"2/18/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":945,"Cost":639,"Date":"2/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":679,"Cost":569,"Date":"2/25/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":211,"Cost":170,"Date":"3/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":400,"Cost":327,"Date":"4/2/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":27,"Cost":14,"Date":"4/3/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":373,"Cost":317,"Date":"4/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":623,"Cost":520,"Date":"4/10/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":662,"Cost":345,"Date":"4/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":339,"Date":"5/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":594,"Cost":475,"Date":"5/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":732,"Date":"6/20/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":941,"Cost":534,"Date":"7/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":561,"Cost":505,"Date":"7/4/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":446,"Cost":324,"Date":"7/8/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":449,"Cost":307,"Date":"7/9/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":70,"Date":"7/14/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":204,"Cost":103,"Date":"7/19/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":642,"Cost":555,"Date":"8/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":53,"Cost":26,"Date":"8/6/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":67,"Cost":37,"Date":"8/7/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":505,"Cost":260,"Date":"8/22/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":915,"Cost":835,"Date":"8/31/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":178,"Cost":161,"Date":"9/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":150,"Date":"9/1/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":961,"Cost":836,"Date":"9/17/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":958,"Cost":571,"Date":"9/29/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":997,"Cost":505,"Date":"11/7/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":224,"Cost":144,"Date":"11/26/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":548,"Cost":510,"Date":"11/27/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":595,"Cost":342,"Date":"12/5/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":526,"Cost":467,"Date":"12/26/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":398,"Cost":359,"Date":"12/31/2020"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":863,"Cost":496,"Date":"1/20/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":530,"Cost":497,"Date":"2/2/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":834,"Cost":580,"Date":"2/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":770,"Cost":577,"Date":"2/27/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":438,"Cost":338,"Date":"3/1/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":3,"Cost":3,"Date":"3/1/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":820,"Cost":468,"Date":"3/19/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":655,"Cost":564,"Date":"3/28/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":270,"Cost":245,"Date":"5/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":282,"Cost":194,"Date":"7/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":54,"Date":"8/5/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":777,"Cost":440,"Date":"8/12/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":209,"Cost":176,"Date":"8/21/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":866,"Date":"8/23/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":344,"Cost":263,"Date":"9/3/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":538,"Cost":474,"Date":"9/5/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":275,"Cost":209,"Date":"10/6/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":384,"Cost":214,"Date":"10/19/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":461,"Date":"11/15/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":364,"Cost":335,"Date":"12/8/2021"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":850,"Cost":793,"Date":"1/8/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":307,"Cost":235,"Date":"1/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":941,"Cost":575,"Date":"1/19/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":358,"Cost":181,"Date":"1/28/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":573,"Cost":362,"Date":"1/31/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":662,"Cost":525,"Date":"3/27/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":873,"Cost":818,"Date":"4/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":258,"Cost":139,"Date":"4/24/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":219,"Cost":116,"Date":"4/28/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":559,"Cost":379,"Date":"5/15/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":781,"Cost":430,"Date":"5/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":231,"Cost":188,"Date":"5/18/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":78,"Cost":58,"Date":"6/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":723,"Cost":569,"Date":"6/3/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":497,"Cost":425,"Date":"6/5/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":140,"Cost":100,"Date":"6/7/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":545,"Cost":356,"Date":"6/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":333,"Cost":184,"Date":"6/20/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":876,"Cost":755,"Date":"6/24/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":503,"Date":"7/4/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":608,"Cost":545,"Date":"7/9/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":643,"Cost":406,"Date":"7/12/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":544,"Cost":309,"Date":"8/14/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":468,"Cost":434,"Date":"8/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":884,"Cost":790,"Date":"8/23/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":178,"Cost":159,"Date":"9/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":13,"Date":"9/3/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":929,"Cost":475,"Date":"9/16/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":645,"Cost":592,"Date":"10/4/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":323,"Cost":298,"Date":"11/1/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":488,"Cost":442,"Date":"11/2/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":506,"Cost":472,"Date":"12/17/2022"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":472,"Cost":300,"Date":"2/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":976,"Cost":616,"Date":"2/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":768,"Cost":603,"Date":"3/4/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":175,"Cost":150,"Date":"3/9/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":549,"Cost":340,"Date":"3/9/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":232,"Cost":175,"Date":"3/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":945,"Cost":704,"Date":"3/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":376,"Cost":270,"Date":"3/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":524,"Cost":460,"Date":"3/23/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":528,"Cost":282,"Date":"4/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":523,"Cost":344,"Date":"5/7/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":146,"Cost":93,"Date":"5/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":59,"Cost":44,"Date":"5/20/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":61,"Cost":41,"Date":"6/2/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":470,"Cost":404,"Date":"6/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":23,"Date":"6/16/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":313,"Cost":231,"Date":"6/16/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":339,"Cost":310,"Date":"7/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":9,"Date":"7/11/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":378,"Cost":358,"Date":"8/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":625,"Cost":424,"Date":"8/29/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":491,"Cost":285,"Date":"8/31/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":594,"Cost":309,"Date":"9/8/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":476,"Cost":242,"Date":"9/13/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":724,"Cost":501,"Date":"9/14/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":105,"Cost":93,"Date":"9/19/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":373,"Cost":345,"Date":"9/25/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":732,"Cost":607,"Date":"10/4/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":237,"Date":"10/10/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":926,"Cost":572,"Date":"10/17/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":68,"Cost":55,"Date":"10/28/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":930,"Cost":810,"Date":"10/30/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":341,"Cost":205,"Date":"11/1/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":226,"Cost":152,"Date":"11/15/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":45,"Cost":24,"Date":"11/25/2023"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":517,"Cost":481,"Date":"1/10/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":751,"Date":"1/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":813,"Cost":471,"Date":"1/20/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":425,"Cost":383,"Date":"2/8/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":447,"Cost":312,"Date":"2/25/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":920,"Cost":494,"Date":"3/7/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":649,"Cost":504,"Date":"3/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":24,"Cost":15,"Date":"3/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":807,"Cost":468,"Date":"4/5/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":970,"Cost":673,"Date":"4/14/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":490,"Cost":260,"Date":"5/3/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":457,"Cost":342,"Date":"5/9/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":774,"Cost":407,"Date":"5/15/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":372,"Cost":231,"Date":"5/25/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":908,"Cost":671,"Date":"5/26/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":543,"Cost":398,"Date":"5/31/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":157,"Cost":136,"Date":"7/27/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":713,"Cost":666,"Date":"9/17/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":630,"Cost":586,"Date":"10/6/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":421,"Cost":305,"Date":"10/8/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":337,"Cost":301,"Date":"10/26/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":944,"Cost":487,"Date":"11/16/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":127,"Cost":112,"Date":"11/18/2024"},{"Store":"Stadhuisbrug Shopping, Bruges","Brand":"HM Home","Country":"Belgium","Sale":552,"Cost":292,"Date":"12/1/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":273,"Cost":239,"Date":"2/9/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":410,"Cost":318,"Date":"2/11/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":649,"Date":"3/10/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":300,"Cost":269,"Date":"3/16/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":101,"Cost":60,"Date":"3/18/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":418,"Cost":259,"Date":"3/20/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":357,"Cost":190,"Date":"3/26/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":346,"Cost":218,"Date":"6/2/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":350,"Cost":187,"Date":"6/10/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":325,"Cost":166,"Date":"6/16/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":600,"Cost":450,"Date":"6/25/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":18,"Cost":17,"Date":"7/19/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":817,"Cost":429,"Date":"7/21/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":379,"Cost":233,"Date":"7/25/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":752,"Cost":522,"Date":"8/4/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":58,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":215,"Cost":113,"Date":"9/4/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":492,"Cost":377,"Date":"9/19/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":669,"Cost":443,"Date":"9/29/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":951,"Cost":845,"Date":"10/2/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":765,"Cost":488,"Date":"10/15/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":298,"Cost":256,"Date":"10/30/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":785,"Cost":456,"Date":"11/9/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":603,"Cost":535,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":2,"Date":"11/30/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":933,"Cost":610,"Date":"12/8/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":268,"Cost":137,"Date":"12/11/2018"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":130,"Cost":108,"Date":"1/15/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":690,"Date":"1/24/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":423,"Cost":378,"Date":"2/3/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":850,"Date":"2/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":61,"Cost":32,"Date":"3/9/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":872,"Cost":500,"Date":"3/12/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":792,"Cost":609,"Date":"4/19/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":747,"Cost":530,"Date":"5/3/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":138,"Cost":126,"Date":"5/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":95,"Cost":50,"Date":"6/8/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":962,"Cost":564,"Date":"6/26/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":149,"Cost":100,"Date":"7/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":38,"Date":"7/13/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":22,"Cost":21,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":712,"Cost":664,"Date":"8/26/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":402,"Cost":269,"Date":"9/2/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":962,"Cost":668,"Date":"9/29/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":67,"Cost":50,"Date":"10/12/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":969,"Cost":501,"Date":"11/2/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":136,"Cost":103,"Date":"11/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":21,"Date":"11/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":753,"Date":"12/1/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":576,"Cost":525,"Date":"12/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":276,"Cost":138,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":39,"Cost":35,"Date":"12/18/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":569,"Cost":452,"Date":"12/20/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":339,"Cost":176,"Date":"12/20/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":727,"Cost":439,"Date":"12/21/2019"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":961,"Cost":892,"Date":"1/9/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":231,"Cost":115,"Date":"2/5/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":934,"Cost":626,"Date":"2/16/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":312,"Cost":263,"Date":"2/16/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":528,"Date":"2/18/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":566,"Date":"2/22/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":819,"Cost":729,"Date":"2/25/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":246,"Cost":175,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":190,"Cost":130,"Date":"4/2/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":458,"Cost":273,"Date":"4/3/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":953,"Cost":698,"Date":"4/9/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":596,"Cost":373,"Date":"4/10/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":677,"Cost":364,"Date":"4/19/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":513,"Cost":438,"Date":"5/17/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":197,"Cost":152,"Date":"5/22/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":738,"Cost":568,"Date":"6/20/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":183,"Cost":148,"Date":"7/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":684,"Cost":519,"Date":"7/4/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":698,"Cost":443,"Date":"7/8/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":776,"Cost":558,"Date":"7/9/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":611,"Cost":409,"Date":"7/14/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":436,"Cost":356,"Date":"7/19/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":46,"Date":"8/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":821,"Cost":665,"Date":"8/6/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":544,"Date":"8/7/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":22,"Cost":20,"Date":"8/22/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":259,"Cost":153,"Date":"8/31/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":181,"Cost":146,"Date":"9/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":373,"Cost":320,"Date":"9/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":261,"Cost":220,"Date":"9/17/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":560,"Cost":448,"Date":"9/29/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":179,"Cost":154,"Date":"11/7/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":239,"Cost":135,"Date":"11/26/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":611,"Cost":349,"Date":"11/27/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":201,"Cost":123,"Date":"12/5/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":564,"Cost":286,"Date":"12/26/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":460,"Cost":350,"Date":"12/31/2020"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":74,"Cost":50,"Date":"1/20/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":743,"Cost":654,"Date":"2/2/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":65,"Date":"2/8/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":19,"Date":"2/27/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":202,"Cost":128,"Date":"3/1/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":508,"Date":"3/1/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":636,"Cost":372,"Date":"3/19/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":459,"Cost":273,"Date":"3/28/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":460,"Cost":310,"Date":"5/21/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":850,"Cost":639,"Date":"7/21/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":120,"Date":"8/5/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":740,"Cost":473,"Date":"8/12/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":702,"Cost":374,"Date":"8/21/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":39,"Cost":36,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":357,"Date":"9/3/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":665,"Cost":480,"Date":"9/5/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":580,"Date":"10/6/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":920,"Cost":657,"Date":"10/19/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":841,"Cost":585,"Date":"11/15/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":663,"Cost":488,"Date":"12/8/2021"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":113,"Cost":100,"Date":"1/8/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":209,"Cost":187,"Date":"1/14/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":167,"Cost":157,"Date":"1/19/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":54,"Cost":41,"Date":"1/28/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":387,"Cost":200,"Date":"1/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":675,"Cost":446,"Date":"3/27/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":110,"Cost":96,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":205,"Cost":113,"Date":"4/24/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":742,"Cost":427,"Date":"4/28/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":33,"Cost":28,"Date":"5/15/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":647,"Date":"5/16/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":174,"Date":"5/18/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":467,"Cost":429,"Date":"6/2/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":261,"Cost":171,"Date":"6/3/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":584,"Cost":380,"Date":"6/5/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":965,"Cost":767,"Date":"6/7/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":323,"Cost":256,"Date":"6/14/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":804,"Cost":405,"Date":"6/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":400,"Cost":264,"Date":"6/24/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":617,"Date":"7/4/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":171,"Date":"7/9/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":397,"Cost":282,"Date":"7/12/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":932,"Cost":555,"Date":"8/14/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":991,"Cost":669,"Date":"8/16/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":286,"Cost":150,"Date":"8/23/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":549,"Cost":319,"Date":"9/2/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":825,"Cost":705,"Date":"9/3/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":867,"Cost":636,"Date":"9/16/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":443,"Cost":295,"Date":"10/4/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":541,"Cost":271,"Date":"11/1/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":433,"Cost":255,"Date":"11/2/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":187,"Cost":110,"Date":"12/17/2022"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":54,"Cost":40,"Date":"2/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":629,"Cost":357,"Date":"2/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":512,"Cost":481,"Date":"3/4/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":178,"Cost":103,"Date":"3/9/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":78,"Date":"3/9/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":794,"Cost":402,"Date":"3/11/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":577,"Cost":294,"Date":"3/17/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":760,"Cost":720,"Date":"3/17/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":62,"Cost":37,"Date":"3/23/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":89,"Cost":55,"Date":"4/1/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":888,"Cost":787,"Date":"5/7/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":555,"Cost":387,"Date":"5/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":867,"Cost":608,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":346,"Cost":296,"Date":"6/2/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":136,"Cost":110,"Date":"6/11/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":704,"Cost":484,"Date":"6/16/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":998,"Cost":682,"Date":"6/16/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":775,"Cost":633,"Date":"7/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":775,"Cost":520,"Date":"7/11/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":338,"Cost":266,"Date":"8/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":954,"Cost":903,"Date":"8/29/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":323,"Cost":219,"Date":"8/31/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":350,"Cost":298,"Date":"9/8/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":708,"Cost":410,"Date":"9/13/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":601,"Cost":566,"Date":"9/14/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":305,"Cost":189,"Date":"9/19/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":463,"Cost":251,"Date":"9/25/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":299,"Cost":255,"Date":"10/4/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":87,"Cost":79,"Date":"10/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":166,"Cost":139,"Date":"10/17/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":127,"Cost":108,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":655,"Cost":590,"Date":"10/30/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":930,"Cost":839,"Date":"11/1/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":188,"Cost":136,"Date":"11/15/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":91,"Cost":81,"Date":"11/25/2023"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":215,"Cost":174,"Date":"1/10/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":635,"Cost":464,"Date":"1/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":641,"Cost":321,"Date":"1/20/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":773,"Cost":400,"Date":"2/8/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":881,"Cost":523,"Date":"2/25/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":742,"Cost":689,"Date":"3/7/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":973,"Cost":662,"Date":"3/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":897,"Cost":486,"Date":"3/27/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":532,"Date":"4/5/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":566,"Cost":344,"Date":"4/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":837,"Cost":697,"Date":"5/3/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":140,"Cost":83,"Date":"5/9/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":445,"Cost":377,"Date":"5/15/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":737,"Cost":503,"Date":"5/25/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":633,"Cost":474,"Date":"5/26/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":444,"Cost":244,"Date":"5/31/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":343,"Cost":191,"Date":"7/27/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":477,"Cost":273,"Date":"9/17/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":574,"Cost":530,"Date":"10/6/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":317,"Cost":253,"Date":"10/8/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":671,"Cost":465,"Date":"10/26/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":494,"Date":"11/16/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":157,"Cost":125,"Date":"11/18/2024"},{"Store":"Leuven Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":190,"Cost":162,"Date":"12/1/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":694,"Cost":538,"Date":"2/9/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":731,"Cost":560,"Date":"2/11/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":697,"Cost":478,"Date":"3/10/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":168,"Cost":157,"Date":"3/16/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":317,"Cost":193,"Date":"3/18/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":17,"Cost":11,"Date":"3/20/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":353,"Cost":328,"Date":"3/26/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":229,"Cost":217,"Date":"6/2/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":745,"Cost":567,"Date":"6/10/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":32,"Cost":27,"Date":"6/16/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":375,"Cost":314,"Date":"6/25/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":937,"Cost":647,"Date":"7/19/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":689,"Cost":407,"Date":"7/21/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":76,"Cost":47,"Date":"7/25/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":710,"Cost":387,"Date":"8/4/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":295,"Cost":191,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":864,"Cost":496,"Date":"9/4/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":783,"Cost":649,"Date":"9/19/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":531,"Cost":404,"Date":"9/29/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":68,"Cost":49,"Date":"10/2/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":2,"Cost":1,"Date":"10/15/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":496,"Cost":275,"Date":"10/30/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":6,"Cost":5,"Date":"11/9/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":765,"Cost":666,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":656,"Cost":375,"Date":"11/30/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":619,"Cost":488,"Date":"12/8/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":274,"Cost":226,"Date":"12/11/2018"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":702,"Cost":533,"Date":"1/15/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":120,"Cost":70,"Date":"1/24/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":122,"Cost":63,"Date":"2/3/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":168,"Cost":117,"Date":"2/4/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":489,"Cost":417,"Date":"3/9/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":375,"Cost":299,"Date":"3/12/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":518,"Cost":277,"Date":"4/19/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":345,"Cost":175,"Date":"5/3/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":295,"Cost":274,"Date":"5/4/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":388,"Cost":345,"Date":"6/8/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":546,"Cost":400,"Date":"6/26/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":425,"Cost":348,"Date":"7/4/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":701,"Cost":445,"Date":"7/13/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":217,"Cost":113,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":325,"Cost":235,"Date":"8/26/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":266,"Cost":246,"Date":"9/2/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":162,"Cost":144,"Date":"9/29/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":852,"Cost":524,"Date":"10/12/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":981,"Cost":496,"Date":"11/2/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":570,"Cost":516,"Date":"11/4/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":390,"Cost":263,"Date":"11/7/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":89,"Cost":80,"Date":"12/1/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":741,"Cost":684,"Date":"12/4/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":157,"Cost":148,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":710,"Cost":449,"Date":"12/18/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":556,"Cost":411,"Date":"12/20/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":171,"Cost":159,"Date":"12/20/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":288,"Cost":248,"Date":"12/21/2019"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":239,"Cost":173,"Date":"1/9/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":54,"Cost":37,"Date":"2/5/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":985,"Cost":568,"Date":"2/16/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":965,"Cost":811,"Date":"2/16/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":560,"Cost":383,"Date":"2/18/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":439,"Cost":336,"Date":"2/22/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":218,"Cost":151,"Date":"2/25/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":248,"Cost":193,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":618,"Cost":573,"Date":"4/2/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":944,"Cost":644,"Date":"4/3/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":951,"Cost":687,"Date":"4/9/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":595,"Cost":463,"Date":"4/10/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":113,"Cost":78,"Date":"4/19/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":802,"Cost":448,"Date":"5/17/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":949,"Cost":512,"Date":"5/22/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":692,"Cost":442,"Date":"6/20/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":630,"Cost":501,"Date":"7/1/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":687,"Cost":379,"Date":"7/4/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":759,"Cost":675,"Date":"7/8/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":386,"Cost":234,"Date":"7/9/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":383,"Cost":253,"Date":"7/14/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":587,"Cost":527,"Date":"7/19/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":105,"Cost":69,"Date":"8/1/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":687,"Cost":519,"Date":"8/6/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":857,"Cost":594,"Date":"8/7/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":621,"Cost":393,"Date":"8/22/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":981,"Cost":576,"Date":"8/31/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":535,"Cost":415,"Date":"9/1/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":101,"Cost":59,"Date":"9/1/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":28,"Cost":15,"Date":"9/17/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":406,"Cost":218,"Date":"9/29/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":315,"Cost":241,"Date":"11/7/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":637,"Cost":456,"Date":"11/26/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":764,"Cost":538,"Date":"11/27/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":236,"Cost":137,"Date":"12/5/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":666,"Cost":413,"Date":"12/26/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":38,"Cost":24,"Date":"12/31/2020"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":631,"Cost":542,"Date":"1/20/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":901,"Cost":708,"Date":"2/2/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":162,"Cost":96,"Date":"2/8/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":783,"Cost":448,"Date":"2/27/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":670,"Cost":407,"Date":"3/1/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":830,"Cost":541,"Date":"3/1/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":325,"Cost":258,"Date":"3/19/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":889,"Cost":573,"Date":"3/28/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":194,"Cost":112,"Date":"5/21/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":765,"Cost":387,"Date":"7/21/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":280,"Cost":232,"Date":"8/5/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":368,"Cost":209,"Date":"8/12/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":37,"Cost":29,"Date":"8/21/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":209,"Cost":136,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":858,"Cost":590,"Date":"9/3/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":599,"Cost":393,"Date":"9/5/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":386,"Cost":296,"Date":"10/6/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":425,"Cost":282,"Date":"10/19/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":541,"Cost":308,"Date":"11/15/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":387,"Cost":300,"Date":"12/8/2021"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":297,"Cost":180,"Date":"1/8/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":16,"Cost":13,"Date":"1/14/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":311,"Cost":204,"Date":"1/19/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":480,"Cost":447,"Date":"1/28/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":942,"Cost":657,"Date":"1/31/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":76,"Cost":43,"Date":"3/27/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":300,"Cost":189,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":838,"Cost":682,"Date":"4/24/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":827,"Cost":613,"Date":"4/28/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":340,"Cost":269,"Date":"5/15/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":811,"Cost":433,"Date":"5/16/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":112,"Cost":100,"Date":"5/18/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":792,"Cost":530,"Date":"6/2/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":263,"Cost":192,"Date":"6/3/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":215,"Cost":187,"Date":"6/5/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":130,"Cost":88,"Date":"6/7/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":284,"Cost":255,"Date":"6/14/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":199,"Cost":185,"Date":"6/20/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":137,"Cost":98,"Date":"6/24/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":181,"Cost":163,"Date":"7/4/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":186,"Cost":172,"Date":"7/9/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":410,"Cost":205,"Date":"7/12/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":735,"Cost":524,"Date":"8/14/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":462,"Cost":314,"Date":"8/16/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":858,"Cost":694,"Date":"8/23/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":711,"Cost":511,"Date":"9/2/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":184,"Cost":110,"Date":"9/3/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":205,"Cost":154,"Date":"9/16/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":309,"Cost":223,"Date":"10/4/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":695,"Cost":420,"Date":"11/1/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":242,"Cost":222,"Date":"11/2/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":550,"Cost":523,"Date":"12/17/2022"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":8,"Cost":7,"Date":"2/10/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":248,"Cost":190,"Date":"2/28/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":945,"Cost":878,"Date":"3/4/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":244,"Cost":214,"Date":"3/9/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":231,"Cost":154,"Date":"3/9/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":503,"Cost":416,"Date":"3/11/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":823,"Cost":415,"Date":"3/17/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":25,"Cost":24,"Date":"3/17/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":378,"Cost":205,"Date":"3/23/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":485,"Cost":350,"Date":"4/1/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":837,"Cost":512,"Date":"5/7/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":768,"Cost":705,"Date":"5/10/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":629,"Cost":584,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":99,"Cost":83,"Date":"6/2/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":1000,"Cost":565,"Date":"6/11/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":353,"Cost":197,"Date":"6/16/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":507,"Cost":306,"Date":"6/16/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":457,"Cost":378,"Date":"7/10/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":186,"Cost":113,"Date":"7/11/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":839,"Cost":794,"Date":"8/28/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":569,"Cost":308,"Date":"8/29/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":462,"Cost":363,"Date":"8/31/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":983,"Cost":865,"Date":"9/8/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":5,"Cost":4,"Date":"9/13/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":369,"Cost":344,"Date":"9/14/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":904,"Cost":466,"Date":"9/19/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":716,"Cost":655,"Date":"9/25/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":232,"Cost":188,"Date":"10/4/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":188,"Cost":120,"Date":"10/10/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":256,"Cost":225,"Date":"10/17/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":237,"Cost":225,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":923,"Cost":867,"Date":"10/30/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":133,"Cost":98,"Date":"11/1/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":594,"Cost":297,"Date":"11/15/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":166,"Cost":148,"Date":"11/25/2023"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":744,"Cost":562,"Date":"1/10/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":926,"Cost":589,"Date":"1/14/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":446,"Cost":301,"Date":"1/20/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":155,"Cost":107,"Date":"2/8/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":470,"Cost":289,"Date":"2/25/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":496,"Cost":400,"Date":"3/7/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":179,"Cost":169,"Date":"3/14/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":565,"Cost":404,"Date":"3/27/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":685,"Cost":536,"Date":"4/5/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":487,"Cost":381,"Date":"4/14/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":459,"Cost":268,"Date":"5/3/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":632,"Cost":532,"Date":"5/9/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":440,"Cost":267,"Date":"5/15/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":590,"Cost":305,"Date":"5/25/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":9,"Cost":4,"Date":"5/26/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":207,"Cost":163,"Date":"5/31/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":355,"Cost":330,"Date":"7/27/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":94,"Cost":72,"Date":"9/17/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":65,"Cost":56,"Date":"10/6/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":227,"Cost":151,"Date":"10/8/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":59,"Cost":54,"Date":"10/26/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":793,"Cost":421,"Date":"11/16/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":632,"Cost":360,"Date":"11/18/2024"},{"Store":"Leuven Shopping Center","Brand":"HM","Country":"Belgium","Sale":939,"Cost":565,"Date":"12/1/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":153,"Cost":86,"Date":"2/9/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":453,"Cost":320,"Date":"2/11/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":250,"Cost":159,"Date":"3/10/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":151,"Date":"3/16/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":437,"Date":"3/18/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":282,"Cost":166,"Date":"3/20/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":499,"Cost":473,"Date":"3/26/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":632,"Cost":540,"Date":"6/2/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":299,"Cost":232,"Date":"6/10/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":403,"Date":"6/16/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":825,"Cost":530,"Date":"6/25/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":843,"Cost":527,"Date":"7/19/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":924,"Cost":845,"Date":"7/21/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":700,"Cost":410,"Date":"7/25/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":146,"Cost":129,"Date":"8/4/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":756,"Cost":685,"Date":"9/2/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":311,"Cost":198,"Date":"9/4/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":262,"Cost":202,"Date":"9/19/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":3,"Cost":2,"Date":"9/29/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":336,"Date":"10/2/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":27,"Date":"10/15/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":534,"Cost":340,"Date":"10/30/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":42,"Date":"11/9/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":238,"Date":"11/23/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":142,"Cost":131,"Date":"11/30/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":70,"Cost":62,"Date":"12/8/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":17,"Cost":11,"Date":"12/11/2018"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":442,"Date":"1/15/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":961,"Cost":614,"Date":"1/24/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":184,"Cost":98,"Date":"2/3/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":199,"Date":"2/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":267,"Cost":224,"Date":"3/9/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":241,"Cost":206,"Date":"3/12/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":212,"Cost":111,"Date":"4/19/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":950,"Cost":632,"Date":"5/3/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":270,"Cost":205,"Date":"5/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":102,"Cost":54,"Date":"6/8/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":69,"Cost":64,"Date":"6/26/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":56,"Cost":29,"Date":"7/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":814,"Cost":744,"Date":"7/13/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":294,"Date":"8/8/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":855,"Cost":524,"Date":"8/26/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":480,"Date":"9/2/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":259,"Cost":199,"Date":"9/29/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":5,"Cost":4,"Date":"10/12/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":416,"Date":"11/2/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":38,"Cost":35,"Date":"11/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":418,"Date":"11/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":671,"Cost":361,"Date":"12/1/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":694,"Date":"12/4/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":665,"Date":"12/7/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":498,"Cost":401,"Date":"12/18/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":170,"Cost":145,"Date":"12/20/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":330,"Date":"12/20/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":220,"Date":"12/21/2019"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":49,"Cost":47,"Date":"1/9/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":211,"Cost":183,"Date":"2/5/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":644,"Cost":403,"Date":"2/16/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":512,"Date":"2/16/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":664,"Cost":443,"Date":"2/18/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":880,"Cost":482,"Date":"2/22/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":89,"Cost":56,"Date":"2/25/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":76,"Date":"3/8/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":433,"Cost":224,"Date":"4/2/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":300,"Cost":166,"Date":"4/3/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":527,"Cost":483,"Date":"4/9/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":908,"Cost":689,"Date":"4/10/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":411,"Cost":206,"Date":"4/19/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":13,"Cost":12,"Date":"5/17/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":654,"Cost":529,"Date":"5/22/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":263,"Cost":157,"Date":"6/20/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":230,"Cost":197,"Date":"7/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":579,"Cost":378,"Date":"7/4/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":212,"Cost":185,"Date":"7/8/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":455,"Date":"7/9/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":59,"Cost":29,"Date":"7/14/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":988,"Cost":594,"Date":"7/19/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":349,"Date":"8/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":903,"Cost":702,"Date":"8/6/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":953,"Cost":714,"Date":"8/7/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":22,"Cost":17,"Date":"8/22/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":987,"Cost":712,"Date":"8/31/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":361,"Date":"9/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":298,"Cost":226,"Date":"9/1/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":641,"Cost":375,"Date":"9/17/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":750,"Date":"9/29/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":758,"Cost":677,"Date":"11/7/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":46,"Cost":33,"Date":"11/26/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":551,"Cost":281,"Date":"11/27/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":266,"Cost":155,"Date":"12/5/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":48,"Cost":39,"Date":"12/26/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":229,"Cost":189,"Date":"12/31/2020"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":73,"Cost":40,"Date":"1/20/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":612,"Cost":329,"Date":"2/2/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":950,"Cost":716,"Date":"2/8/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":801,"Cost":671,"Date":"2/27/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":298,"Date":"3/1/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":169,"Cost":105,"Date":"3/1/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":917,"Cost":776,"Date":"3/19/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":923,"Cost":634,"Date":"3/28/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":682,"Cost":349,"Date":"5/21/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":558,"Date":"7/21/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":228,"Cost":198,"Date":"8/5/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":932,"Cost":716,"Date":"8/12/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":908,"Cost":504,"Date":"8/21/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":781,"Cost":649,"Date":"8/23/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":976,"Cost":881,"Date":"9/3/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":394,"Cost":199,"Date":"9/5/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":842,"Cost":733,"Date":"10/6/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":550,"Date":"10/19/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":956,"Cost":719,"Date":"11/15/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":592,"Cost":505,"Date":"12/8/2021"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":767,"Cost":485,"Date":"1/8/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":735,"Cost":590,"Date":"1/14/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":304,"Date":"1/19/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":401,"Cost":286,"Date":"1/28/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":325,"Cost":203,"Date":"1/31/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":413,"Date":"3/27/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":335,"Cost":280,"Date":"4/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":367,"Cost":246,"Date":"4/24/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":260,"Cost":233,"Date":"4/28/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":352,"Date":"5/15/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":808,"Cost":409,"Date":"5/16/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":35,"Cost":27,"Date":"5/18/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":222,"Cost":153,"Date":"6/2/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":801,"Cost":630,"Date":"6/3/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":463,"Cost":372,"Date":"6/5/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":726,"Cost":486,"Date":"6/7/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":205,"Cost":167,"Date":"6/14/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":580,"Cost":500,"Date":"6/20/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":834,"Cost":646,"Date":"6/24/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":631,"Cost":438,"Date":"7/4/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":323,"Cost":171,"Date":"7/9/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":94,"Cost":67,"Date":"7/12/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":565,"Date":"8/14/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":173,"Cost":111,"Date":"8/16/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":878,"Cost":545,"Date":"8/23/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":96,"Cost":69,"Date":"9/2/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":769,"Cost":471,"Date":"9/3/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":614,"Cost":583,"Date":"9/16/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":204,"Cost":166,"Date":"10/4/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":301,"Cost":268,"Date":"11/1/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":112,"Date":"11/2/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":665,"Cost":608,"Date":"12/17/2022"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":601,"Cost":488,"Date":"2/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":27,"Cost":18,"Date":"2/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":793,"Cost":512,"Date":"3/4/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":938,"Cost":891,"Date":"3/9/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":847,"Cost":585,"Date":"3/9/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":70,"Date":"3/11/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":777,"Cost":568,"Date":"3/17/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":512,"Cost":333,"Date":"3/17/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":609,"Cost":368,"Date":"3/23/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":82,"Cost":54,"Date":"4/1/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":914,"Cost":601,"Date":"5/7/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":103,"Date":"5/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":956,"Cost":621,"Date":"5/20/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":918,"Cost":660,"Date":"6/2/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":942,"Cost":676,"Date":"6/11/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":181,"Cost":163,"Date":"6/16/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":100,"Cost":55,"Date":"6/16/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":941,"Cost":622,"Date":"7/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":475,"Cost":268,"Date":"7/11/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":813,"Cost":691,"Date":"8/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":913,"Cost":488,"Date":"8/29/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":281,"Cost":220,"Date":"8/31/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":881,"Cost":679,"Date":"9/8/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":453,"Cost":364,"Date":"9/13/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":415,"Cost":268,"Date":"9/14/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":883,"Cost":599,"Date":"9/19/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":330,"Cost":171,"Date":"9/25/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":73,"Cost":36,"Date":"10/4/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":642,"Cost":348,"Date":"10/10/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":972,"Cost":819,"Date":"10/17/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":397,"Cost":262,"Date":"10/28/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":145,"Cost":95,"Date":"10/30/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":99,"Cost":64,"Date":"11/1/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":140,"Cost":84,"Date":"11/15/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":834,"Cost":643,"Date":"11/25/2023"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":711,"Cost":576,"Date":"1/10/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":223,"Cost":148,"Date":"1/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":83,"Cost":70,"Date":"1/20/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":2,"Cost":2,"Date":"2/8/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":102,"Date":"2/25/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":296,"Cost":254,"Date":"3/7/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":311,"Cost":220,"Date":"3/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":249,"Cost":219,"Date":"3/27/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":685,"Cost":575,"Date":"4/5/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":345,"Cost":281,"Date":"4/14/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":920,"Cost":658,"Date":"5/3/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":703,"Cost":476,"Date":"5/9/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":726,"Cost":564,"Date":"5/15/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":602,"Date":"5/25/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":635,"Cost":474,"Date":"5/26/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":581,"Cost":537,"Date":"5/31/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":179,"Cost":152,"Date":"7/27/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":343,"Cost":178,"Date":"9/17/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":177,"Cost":122,"Date":"10/6/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":39,"Cost":32,"Date":"10/8/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":121,"Cost":100,"Date":"10/26/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":370,"Cost":190,"Date":"11/16/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":560,"Date":"11/18/2024"},{"Store":"Leuven Shopping Center","Brand":"Jeans","Country":"Belgium","Sale":42,"Cost":21,"Date":"12/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":842,"Cost":478,"Date":"2/9/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":926,"Cost":535,"Date":"2/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":619,"Cost":313,"Date":"3/10/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":961,"Cost":527,"Date":"3/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":927,"Cost":853,"Date":"3/18/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":655,"Cost":538,"Date":"3/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":303,"Cost":266,"Date":"3/26/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":296,"Cost":232,"Date":"6/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":138,"Cost":131,"Date":"6/10/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":947,"Cost":801,"Date":"6/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":765,"Cost":573,"Date":"6/25/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":863,"Cost":811,"Date":"7/19/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":45,"Cost":25,"Date":"7/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":423,"Cost":390,"Date":"7/25/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":43,"Cost":38,"Date":"8/4/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":919,"Cost":480,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":762,"Cost":574,"Date":"9/4/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":240,"Cost":209,"Date":"9/19/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":313,"Cost":210,"Date":"9/29/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":408,"Cost":274,"Date":"10/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":263,"Cost":187,"Date":"10/15/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":302,"Cost":185,"Date":"10/30/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":918,"Cost":845,"Date":"11/9/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":718,"Cost":664,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":462,"Cost":295,"Date":"11/30/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":413,"Cost":378,"Date":"12/8/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":635,"Cost":527,"Date":"12/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":879,"Cost":643,"Date":"1/15/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":87,"Cost":71,"Date":"1/24/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":754,"Cost":548,"Date":"2/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":838,"Cost":527,"Date":"2/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":786,"Cost":537,"Date":"3/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":133,"Cost":105,"Date":"3/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":747,"Cost":441,"Date":"4/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":38,"Cost":36,"Date":"5/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":216,"Cost":167,"Date":"5/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":279,"Cost":167,"Date":"6/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":339,"Cost":247,"Date":"6/26/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":105,"Cost":87,"Date":"7/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":38,"Cost":28,"Date":"7/13/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":451,"Cost":360,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":284,"Cost":213,"Date":"8/26/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":636,"Cost":578,"Date":"9/2/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":216,"Cost":143,"Date":"9/29/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":892,"Cost":631,"Date":"10/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":43,"Cost":38,"Date":"11/2/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":572,"Cost":458,"Date":"11/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":151,"Cost":90,"Date":"11/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":417,"Cost":214,"Date":"12/1/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":317,"Cost":271,"Date":"12/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":39,"Cost":23,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":124,"Cost":66,"Date":"12/18/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":201,"Cost":115,"Date":"12/20/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":113,"Cost":98,"Date":"12/20/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":515,"Cost":266,"Date":"12/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":283,"Cost":167,"Date":"1/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":639,"Cost":380,"Date":"2/5/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":334,"Cost":287,"Date":"2/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":521,"Cost":463,"Date":"2/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":515,"Cost":461,"Date":"2/18/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":345,"Cost":192,"Date":"2/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":368,"Cost":347,"Date":"2/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":636,"Cost":454,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":719,"Cost":506,"Date":"4/2/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":719,"Cost":513,"Date":"4/3/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":148,"Cost":135,"Date":"4/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":873,"Cost":743,"Date":"4/10/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":485,"Cost":393,"Date":"4/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":664,"Cost":586,"Date":"5/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":921,"Cost":718,"Date":"5/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":474,"Cost":395,"Date":"6/20/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":934,"Cost":611,"Date":"7/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":356,"Cost":223,"Date":"7/4/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":118,"Cost":83,"Date":"7/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":535,"Cost":497,"Date":"7/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":562,"Cost":398,"Date":"7/14/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":423,"Cost":353,"Date":"7/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":224,"Cost":213,"Date":"8/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":359,"Cost":250,"Date":"8/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":817,"Cost":526,"Date":"8/7/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":114,"Cost":84,"Date":"8/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":62,"Cost":53,"Date":"8/31/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":222,"Cost":204,"Date":"9/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":497,"Cost":404,"Date":"9/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":17,"Cost":13,"Date":"9/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":965,"Cost":531,"Date":"9/29/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":107,"Cost":72,"Date":"11/7/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":308,"Cost":159,"Date":"11/26/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":423,"Cost":365,"Date":"11/27/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":707,"Cost":473,"Date":"12/5/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":727,"Cost":416,"Date":"12/26/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":401,"Cost":351,"Date":"12/31/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":792,"Cost":550,"Date":"1/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":733,"Cost":458,"Date":"2/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":312,"Cost":201,"Date":"2/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":295,"Cost":162,"Date":"2/27/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":585,"Cost":493,"Date":"3/1/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":516,"Cost":365,"Date":"3/1/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":720,"Cost":396,"Date":"3/19/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":543,"Cost":501,"Date":"3/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":663,"Cost":344,"Date":"5/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":961,"Cost":748,"Date":"7/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":618,"Cost":338,"Date":"8/5/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":378,"Cost":288,"Date":"8/12/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":983,"Cost":510,"Date":"8/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":126,"Cost":76,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":677,"Cost":371,"Date":"9/3/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":681,"Cost":503,"Date":"9/5/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":277,"Cost":148,"Date":"10/6/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":50,"Cost":30,"Date":"10/19/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":639,"Cost":534,"Date":"11/15/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":909,"Cost":778,"Date":"12/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":600,"Cost":443,"Date":"1/8/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":129,"Cost":69,"Date":"1/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":955,"Cost":893,"Date":"1/19/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":948,"Cost":654,"Date":"1/28/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":926,"Cost":802,"Date":"1/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":710,"Cost":563,"Date":"3/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":389,"Cost":320,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":484,"Cost":276,"Date":"4/24/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":424,"Cost":227,"Date":"4/28/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":132,"Cost":102,"Date":"5/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":933,"Cost":663,"Date":"5/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":985,"Cost":891,"Date":"5/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":239,"Cost":155,"Date":"6/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":555,"Cost":386,"Date":"6/3/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":475,"Cost":368,"Date":"6/5/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":415,"Cost":221,"Date":"6/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":981,"Cost":702,"Date":"6/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":629,"Cost":426,"Date":"6/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":729,"Cost":645,"Date":"6/24/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":230,"Cost":121,"Date":"7/4/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":345,"Cost":324,"Date":"7/9/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":964,"Cost":664,"Date":"7/12/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":304,"Cost":206,"Date":"8/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":417,"Cost":234,"Date":"8/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":773,"Cost":434,"Date":"8/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":271,"Cost":156,"Date":"9/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":452,"Cost":387,"Date":"9/3/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":29,"Cost":27,"Date":"9/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":243,"Cost":224,"Date":"10/4/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":874,"Cost":634,"Date":"11/1/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":42,"Cost":37,"Date":"11/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":435,"Cost":288,"Date":"12/17/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":323,"Cost":173,"Date":"2/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":980,"Cost":816,"Date":"2/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":860,"Cost":543,"Date":"3/4/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":265,"Cost":165,"Date":"3/9/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":716,"Cost":430,"Date":"3/9/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":326,"Cost":215,"Date":"3/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":909,"Cost":650,"Date":"3/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":958,"Cost":836,"Date":"3/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":136,"Cost":111,"Date":"3/23/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":640,"Cost":535,"Date":"4/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":346,"Cost":328,"Date":"5/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":550,"Cost":365,"Date":"5/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":637,"Cost":322,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":55,"Cost":42,"Date":"6/2/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":975,"Cost":502,"Date":"6/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":855,"Cost":434,"Date":"6/16/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":139,"Cost":80,"Date":"6/16/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":24,"Cost":22,"Date":"7/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":993,"Cost":921,"Date":"7/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":518,"Cost":338,"Date":"8/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":965,"Cost":701,"Date":"8/29/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":37,"Cost":19,"Date":"8/31/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":311,"Cost":183,"Date":"9/8/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":513,"Cost":316,"Date":"9/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":228,"Cost":158,"Date":"9/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":969,"Cost":609,"Date":"9/19/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":754,"Cost":548,"Date":"9/25/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":439,"Cost":316,"Date":"10/4/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":664,"Cost":545,"Date":"10/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":955,"Cost":660,"Date":"10/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":258,"Cost":188,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":361,"Cost":282,"Date":"10/30/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":275,"Cost":143,"Date":"11/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":10,"Cost":7,"Date":"11/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":390,"Cost":221,"Date":"11/25/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":361,"Cost":306,"Date":"1/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":97,"Cost":80,"Date":"1/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":619,"Cost":457,"Date":"1/20/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":221,"Cost":204,"Date":"2/8/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":409,"Cost":249,"Date":"2/25/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":972,"Cost":778,"Date":"3/7/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":176,"Cost":103,"Date":"3/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":636,"Cost":410,"Date":"3/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":171,"Cost":156,"Date":"4/5/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":664,"Cost":420,"Date":"4/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":535,"Cost":325,"Date":"5/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":181,"Cost":91,"Date":"5/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":143,"Cost":100,"Date":"5/15/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":313,"Cost":269,"Date":"5/25/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":705,"Cost":665,"Date":"5/26/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":30,"Cost":21,"Date":"5/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":435,"Cost":307,"Date":"7/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":426,"Cost":332,"Date":"9/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":316,"Cost":217,"Date":"10/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":994,"Cost":616,"Date":"10/8/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":772,"Cost":673,"Date":"10/26/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":906,"Cost":499,"Date":"11/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":622,"Cost":508,"Date":"11/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"COS","Country":"Belgium","Sale":119,"Cost":92,"Date":"12/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":92,"Cost":83,"Date":"2/9/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":198,"Cost":158,"Date":"2/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":598,"Cost":464,"Date":"3/10/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":73,"Cost":63,"Date":"3/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":267,"Cost":224,"Date":"3/18/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":800,"Cost":609,"Date":"3/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":875,"Cost":537,"Date":"3/26/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":62,"Cost":46,"Date":"6/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":244,"Date":"6/10/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":534,"Cost":279,"Date":"6/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":987,"Cost":581,"Date":"6/25/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":733,"Cost":435,"Date":"7/19/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":372,"Cost":242,"Date":"7/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":379,"Cost":221,"Date":"7/25/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":949,"Cost":888,"Date":"8/4/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":719,"Cost":532,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":270,"Date":"9/4/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":362,"Cost":285,"Date":"9/19/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":506,"Cost":433,"Date":"9/29/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":729,"Cost":684,"Date":"10/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":389,"Date":"10/15/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":977,"Cost":679,"Date":"10/30/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":27,"Cost":22,"Date":"11/9/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":289,"Cost":150,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":207,"Cost":149,"Date":"11/30/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":495,"Cost":335,"Date":"12/8/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":182,"Date":"12/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":697,"Date":"1/15/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":285,"Cost":179,"Date":"1/24/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":607,"Cost":540,"Date":"2/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":933,"Cost":486,"Date":"2/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":233,"Date":"3/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":594,"Date":"3/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":571,"Cost":288,"Date":"4/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":195,"Date":"5/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":937,"Cost":832,"Date":"5/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":665,"Date":"6/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":316,"Cost":249,"Date":"6/26/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":541,"Cost":306,"Date":"7/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":785,"Cost":530,"Date":"7/13/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":544,"Cost":367,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":17,"Cost":17,"Date":"8/26/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":735,"Date":"9/2/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":747,"Cost":462,"Date":"9/29/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":904,"Cost":602,"Date":"10/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":501,"Cost":423,"Date":"11/2/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":238,"Date":"11/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":198,"Cost":180,"Date":"11/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":137,"Cost":86,"Date":"12/1/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":989,"Cost":921,"Date":"12/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":278,"Cost":258,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":656,"Cost":397,"Date":"12/18/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":543,"Cost":404,"Date":"12/20/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":610,"Cost":305,"Date":"12/20/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":481,"Cost":271,"Date":"12/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":415,"Date":"1/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":669,"Cost":577,"Date":"2/5/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":376,"Cost":253,"Date":"2/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":765,"Cost":591,"Date":"2/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":645,"Cost":538,"Date":"2/18/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":116,"Cost":75,"Date":"2/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":707,"Cost":549,"Date":"2/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":875,"Cost":639,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":848,"Cost":557,"Date":"4/2/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":603,"Cost":421,"Date":"4/3/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":337,"Cost":245,"Date":"4/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":25,"Cost":16,"Date":"4/10/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":139,"Cost":132,"Date":"4/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":605,"Cost":363,"Date":"5/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":815,"Cost":446,"Date":"5/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":815,"Cost":487,"Date":"6/20/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":579,"Cost":407,"Date":"7/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":669,"Date":"7/4/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":480,"Cost":289,"Date":"7/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":917,"Cost":794,"Date":"7/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":560,"Date":"7/14/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":770,"Cost":570,"Date":"7/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":581,"Cost":444,"Date":"8/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":724,"Date":"8/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":663,"Cost":623,"Date":"8/7/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":410,"Cost":268,"Date":"8/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":720,"Date":"8/31/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":726,"Cost":415,"Date":"9/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":207,"Date":"9/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":502,"Date":"9/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":522,"Cost":465,"Date":"9/29/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":666,"Cost":393,"Date":"11/7/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":578,"Cost":453,"Date":"11/26/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":658,"Cost":441,"Date":"11/27/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":303,"Cost":277,"Date":"12/5/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":699,"Cost":592,"Date":"12/26/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":72,"Cost":56,"Date":"12/31/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":204,"Date":"1/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":218,"Cost":200,"Date":"2/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":967,"Cost":594,"Date":"2/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":369,"Cost":276,"Date":"2/27/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":884,"Cost":594,"Date":"3/1/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":59,"Cost":39,"Date":"3/1/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":420,"Cost":258,"Date":"3/19/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":604,"Date":"3/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":944,"Cost":816,"Date":"5/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":894,"Cost":463,"Date":"7/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":563,"Cost":365,"Date":"8/5/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":47,"Cost":40,"Date":"8/12/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":878,"Cost":571,"Date":"8/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":938,"Cost":851,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":570,"Cost":328,"Date":"9/3/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":428,"Cost":309,"Date":"9/5/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":396,"Cost":371,"Date":"10/6/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":612,"Cost":498,"Date":"10/19/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":149,"Cost":92,"Date":"11/15/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":978,"Cost":916,"Date":"12/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":245,"Date":"1/8/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":566,"Date":"1/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":872,"Cost":462,"Date":"1/19/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":125,"Cost":90,"Date":"1/28/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":211,"Date":"1/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":595,"Cost":476,"Date":"3/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":232,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":550,"Date":"4/24/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":297,"Cost":164,"Date":"4/28/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":157,"Date":"5/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":562,"Cost":529,"Date":"5/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":731,"Cost":648,"Date":"5/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":716,"Cost":359,"Date":"6/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":329,"Cost":219,"Date":"6/3/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":91,"Cost":60,"Date":"6/5/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":187,"Cost":104,"Date":"6/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":541,"Cost":477,"Date":"6/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":215,"Cost":162,"Date":"6/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":618,"Date":"6/24/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":982,"Cost":629,"Date":"7/4/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":374,"Date":"7/9/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":921,"Cost":480,"Date":"7/12/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":570,"Date":"8/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":639,"Date":"8/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":382,"Cost":234,"Date":"8/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":439,"Date":"9/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":990,"Cost":709,"Date":"9/3/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":990,"Cost":831,"Date":"9/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":188,"Cost":116,"Date":"10/4/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":397,"Cost":306,"Date":"11/1/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":699,"Cost":630,"Date":"11/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":327,"Cost":301,"Date":"12/17/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":727,"Cost":531,"Date":"2/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":342,"Cost":218,"Date":"2/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":952,"Cost":890,"Date":"3/4/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":160,"Cost":131,"Date":"3/9/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":543,"Cost":435,"Date":"3/9/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":851,"Cost":671,"Date":"3/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":29,"Date":"3/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":566,"Cost":321,"Date":"3/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":673,"Cost":634,"Date":"3/23/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":629,"Cost":431,"Date":"4/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":235,"Cost":190,"Date":"5/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":366,"Date":"5/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":462,"Cost":397,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":340,"Date":"6/2/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":455,"Cost":300,"Date":"6/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":60,"Date":"6/16/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":587,"Cost":360,"Date":"6/16/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":557,"Cost":346,"Date":"7/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":786,"Cost":491,"Date":"7/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":580,"Cost":411,"Date":"8/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":407,"Cost":298,"Date":"8/29/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":498,"Cost":400,"Date":"8/31/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":141,"Cost":108,"Date":"9/8/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":560,"Cost":397,"Date":"9/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":799,"Cost":733,"Date":"9/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":265,"Cost":216,"Date":"9/19/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":319,"Cost":196,"Date":"9/25/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":539,"Cost":368,"Date":"10/4/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":432,"Date":"10/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":413,"Cost":244,"Date":"10/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":604,"Cost":336,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":863,"Cost":461,"Date":"10/30/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":748,"Cost":404,"Date":"11/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":339,"Cost":228,"Date":"11/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":187,"Cost":119,"Date":"11/25/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":299,"Date":"1/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":751,"Cost":540,"Date":"1/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":779,"Cost":707,"Date":"1/20/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":94,"Cost":83,"Date":"2/8/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":699,"Date":"2/25/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":242,"Cost":170,"Date":"3/7/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":481,"Cost":312,"Date":"3/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":371,"Cost":275,"Date":"3/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":851,"Cost":778,"Date":"4/5/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":582,"Date":"4/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":732,"Date":"5/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":32,"Cost":22,"Date":"5/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":763,"Cost":673,"Date":"5/15/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":232,"Cost":131,"Date":"5/25/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":485,"Date":"5/26/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":785,"Cost":718,"Date":"5/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":646,"Cost":435,"Date":"7/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":345,"Date":"9/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":249,"Cost":165,"Date":"10/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":651,"Cost":351,"Date":"10/8/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":367,"Cost":240,"Date":"10/26/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":959,"Cost":481,"Date":"11/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":696,"Date":"11/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":650,"Date":"12/1/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":515,"Cost":418,"Date":"2/9/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":121,"Cost":98,"Date":"2/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":603,"Cost":329,"Date":"3/10/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":579,"Cost":527,"Date":"3/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":383,"Date":"3/18/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":250,"Cost":203,"Date":"3/20/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":588,"Cost":459,"Date":"3/26/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":42,"Cost":22,"Date":"6/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":584,"Cost":380,"Date":"6/10/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":898,"Cost":702,"Date":"6/16/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":250,"Cost":191,"Date":"6/25/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":628,"Cost":501,"Date":"7/19/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":981,"Cost":560,"Date":"7/21/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":68,"Cost":61,"Date":"7/25/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":683,"Cost":615,"Date":"8/4/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":716,"Cost":450,"Date":"9/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":536,"Cost":335,"Date":"9/4/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":569,"Date":"9/19/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":917,"Cost":706,"Date":"9/29/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":667,"Cost":577,"Date":"10/2/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":684,"Cost":550,"Date":"10/15/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":878,"Cost":470,"Date":"10/30/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":954,"Cost":713,"Date":"11/9/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":659,"Date":"11/23/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":389,"Cost":259,"Date":"11/30/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":282,"Cost":197,"Date":"12/8/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":576,"Cost":348,"Date":"12/11/2018"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":937,"Cost":663,"Date":"1/15/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":764,"Cost":625,"Date":"1/24/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":512,"Cost":281,"Date":"2/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":234,"Cost":130,"Date":"2/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":367,"Cost":285,"Date":"3/9/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":516,"Cost":491,"Date":"3/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":304,"Cost":254,"Date":"4/19/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":150,"Cost":125,"Date":"5/3/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":523,"Cost":418,"Date":"5/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":543,"Cost":365,"Date":"6/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":287,"Cost":157,"Date":"6/26/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":916,"Cost":708,"Date":"7/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":519,"Cost":383,"Date":"7/13/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":75,"Cost":44,"Date":"8/8/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":973,"Cost":678,"Date":"8/26/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":162,"Cost":151,"Date":"9/2/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":693,"Cost":385,"Date":"9/29/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":307,"Cost":266,"Date":"10/12/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":913,"Cost":585,"Date":"11/2/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":754,"Cost":590,"Date":"11/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":239,"Cost":227,"Date":"11/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":121,"Cost":96,"Date":"12/1/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":805,"Cost":744,"Date":"12/4/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":523,"Cost":338,"Date":"12/7/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":383,"Cost":207,"Date":"12/18/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":43,"Date":"12/20/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":878,"Cost":559,"Date":"12/20/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":127,"Cost":66,"Date":"12/21/2019"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":403,"Cost":339,"Date":"1/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":116,"Cost":98,"Date":"2/5/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":305,"Cost":261,"Date":"2/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":708,"Cost":640,"Date":"2/16/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":294,"Cost":148,"Date":"2/18/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":136,"Cost":114,"Date":"2/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":312,"Cost":218,"Date":"2/25/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":508,"Cost":464,"Date":"3/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":240,"Cost":216,"Date":"4/2/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":324,"Cost":307,"Date":"4/3/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":266,"Cost":226,"Date":"4/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":720,"Cost":593,"Date":"4/10/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":153,"Cost":118,"Date":"4/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":565,"Date":"5/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":804,"Cost":663,"Date":"5/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":929,"Cost":637,"Date":"6/20/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":596,"Cost":381,"Date":"7/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":412,"Cost":283,"Date":"7/4/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":921,"Cost":840,"Date":"7/8/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":446,"Date":"7/9/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":854,"Cost":614,"Date":"7/14/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":789,"Cost":522,"Date":"7/19/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":38,"Cost":30,"Date":"8/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":411,"Cost":221,"Date":"8/6/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":931,"Cost":785,"Date":"8/7/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":488,"Cost":266,"Date":"8/22/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":580,"Cost":465,"Date":"8/31/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":783,"Cost":629,"Date":"9/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":56,"Date":"9/1/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":753,"Cost":383,"Date":"9/17/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":960,"Cost":664,"Date":"9/29/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":568,"Date":"11/7/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":416,"Cost":385,"Date":"11/26/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":148,"Cost":93,"Date":"11/27/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":611,"Cost":350,"Date":"12/5/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":771,"Cost":470,"Date":"12/26/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":100,"Cost":84,"Date":"12/31/2020"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":593,"Cost":403,"Date":"1/20/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":814,"Date":"2/2/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":414,"Date":"2/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":138,"Cost":111,"Date":"2/27/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":838,"Cost":697,"Date":"3/1/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":359,"Cost":323,"Date":"3/1/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":36,"Cost":29,"Date":"3/19/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":416,"Date":"3/28/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":265,"Cost":200,"Date":"5/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":631,"Cost":545,"Date":"7/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":801,"Cost":761,"Date":"8/5/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":733,"Date":"8/12/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":840,"Cost":764,"Date":"8/21/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":850,"Cost":593,"Date":"8/23/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":435,"Cost":391,"Date":"9/3/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":894,"Cost":559,"Date":"9/5/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":811,"Cost":410,"Date":"10/6/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":533,"Cost":455,"Date":"10/19/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":26,"Date":"11/15/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":950,"Cost":519,"Date":"12/8/2021"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":726,"Cost":429,"Date":"1/8/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":104,"Cost":96,"Date":"1/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":29,"Cost":25,"Date":"1/19/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":197,"Cost":109,"Date":"1/28/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":59,"Date":"1/31/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":850,"Cost":433,"Date":"3/27/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":504,"Cost":344,"Date":"4/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":534,"Cost":470,"Date":"4/24/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":849,"Cost":767,"Date":"4/28/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":83,"Cost":49,"Date":"5/15/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":1,"Cost":1,"Date":"5/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":767,"Cost":607,"Date":"5/18/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":808,"Cost":759,"Date":"6/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":524,"Cost":363,"Date":"6/3/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":143,"Cost":106,"Date":"6/5/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":234,"Cost":163,"Date":"6/7/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":28,"Cost":14,"Date":"6/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":803,"Cost":410,"Date":"6/20/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":357,"Cost":200,"Date":"6/24/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":20,"Cost":19,"Date":"7/4/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":645,"Cost":552,"Date":"7/9/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":703,"Cost":546,"Date":"7/12/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":325,"Cost":176,"Date":"8/14/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":788,"Cost":695,"Date":"8/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":896,"Cost":496,"Date":"8/23/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":57,"Cost":35,"Date":"9/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":446,"Cost":361,"Date":"9/3/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":627,"Cost":418,"Date":"9/16/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":848,"Cost":672,"Date":"10/4/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":465,"Cost":373,"Date":"11/1/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":75,"Cost":38,"Date":"11/2/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":410,"Cost":374,"Date":"12/17/2022"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":447,"Cost":303,"Date":"2/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":189,"Cost":122,"Date":"2/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":4,"Cost":2,"Date":"3/4/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":515,"Cost":288,"Date":"3/9/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":22,"Cost":16,"Date":"3/9/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":164,"Cost":111,"Date":"3/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":853,"Cost":586,"Date":"3/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":489,"Cost":408,"Date":"3/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":328,"Cost":223,"Date":"3/23/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":833,"Cost":475,"Date":"4/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":160,"Cost":84,"Date":"5/7/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":321,"Cost":179,"Date":"5/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":272,"Cost":243,"Date":"5/20/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":376,"Cost":314,"Date":"6/2/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":180,"Date":"6/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":554,"Date":"6/16/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":770,"Cost":555,"Date":"6/16/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":708,"Cost":423,"Date":"7/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":956,"Cost":875,"Date":"7/11/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":952,"Cost":838,"Date":"8/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":327,"Cost":290,"Date":"8/29/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":431,"Cost":277,"Date":"8/31/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":525,"Cost":266,"Date":"9/8/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":151,"Cost":143,"Date":"9/13/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":229,"Cost":121,"Date":"9/14/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":104,"Cost":75,"Date":"9/19/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":612,"Cost":351,"Date":"9/25/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":336,"Cost":274,"Date":"10/4/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":793,"Cost":735,"Date":"10/10/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":694,"Cost":548,"Date":"10/17/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":878,"Cost":687,"Date":"10/28/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":533,"Cost":370,"Date":"10/30/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":801,"Cost":449,"Date":"11/1/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":423,"Cost":288,"Date":"11/15/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":152,"Cost":83,"Date":"11/25/2023"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":278,"Cost":210,"Date":"1/10/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":735,"Cost":374,"Date":"1/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":302,"Cost":255,"Date":"1/20/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":389,"Cost":356,"Date":"2/8/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":48,"Cost":44,"Date":"2/25/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":161,"Cost":109,"Date":"3/7/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":122,"Cost":78,"Date":"3/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":320,"Cost":247,"Date":"3/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":354,"Cost":307,"Date":"4/5/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":766,"Cost":618,"Date":"4/14/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":91,"Cost":73,"Date":"5/3/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":724,"Cost":562,"Date":"5/9/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":301,"Cost":185,"Date":"5/15/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":680,"Cost":495,"Date":"5/25/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":190,"Cost":129,"Date":"5/26/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":783,"Cost":697,"Date":"5/31/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":934,"Cost":536,"Date":"7/27/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":317,"Cost":267,"Date":"9/17/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":737,"Cost":422,"Date":"10/6/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":11,"Cost":7,"Date":"10/8/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":429,"Cost":278,"Date":"10/26/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":207,"Cost":158,"Date":"11/16/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":465,"Cost":406,"Date":"11/18/2024"},{"Store":"Winkelcentrum Ledeberg, Leuven","Brand":"Sellpy","Country":"Belgium","Sale":446,"Cost":279,"Date":"12/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":388,"Cost":303,"Date":"2/9/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":103,"Cost":53,"Date":"2/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":346,"Cost":304,"Date":"3/10/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":525,"Cost":284,"Date":"3/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":287,"Cost":164,"Date":"3/18/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":282,"Cost":264,"Date":"3/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":954,"Cost":504,"Date":"3/26/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":468,"Cost":367,"Date":"6/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":576,"Cost":437,"Date":"6/10/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":345,"Cost":246,"Date":"6/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":832,"Cost":611,"Date":"6/25/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":406,"Cost":356,"Date":"7/19/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":156,"Cost":100,"Date":"7/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":257,"Cost":239,"Date":"7/25/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":207,"Cost":180,"Date":"8/4/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":456,"Cost":389,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":359,"Cost":213,"Date":"9/4/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":697,"Cost":552,"Date":"9/19/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":493,"Cost":274,"Date":"9/29/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":918,"Cost":560,"Date":"10/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":192,"Cost":153,"Date":"10/15/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":399,"Cost":241,"Date":"10/30/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":437,"Cost":225,"Date":"11/9/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":124,"Cost":76,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":853,"Cost":756,"Date":"11/30/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":762,"Cost":592,"Date":"12/8/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":548,"Cost":473,"Date":"12/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":124,"Cost":80,"Date":"1/15/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":541,"Cost":434,"Date":"1/24/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":352,"Cost":229,"Date":"2/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":696,"Cost":456,"Date":"2/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":973,"Cost":712,"Date":"3/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":87,"Date":"3/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":722,"Cost":458,"Date":"4/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":480,"Cost":428,"Date":"5/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":727,"Cost":585,"Date":"5/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":297,"Cost":248,"Date":"6/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":258,"Cost":186,"Date":"6/26/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":121,"Cost":81,"Date":"7/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":163,"Cost":85,"Date":"7/13/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":378,"Cost":336,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":15,"Cost":8,"Date":"8/26/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":32,"Cost":19,"Date":"9/2/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":493,"Cost":386,"Date":"9/29/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":176,"Cost":157,"Date":"10/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":219,"Cost":160,"Date":"11/2/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":436,"Cost":370,"Date":"11/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":648,"Cost":470,"Date":"11/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":86,"Cost":62,"Date":"12/1/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":362,"Cost":207,"Date":"12/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":755,"Cost":624,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":202,"Cost":112,"Date":"12/18/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":255,"Cost":228,"Date":"12/20/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":274,"Cost":161,"Date":"12/20/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":334,"Cost":293,"Date":"12/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":893,"Cost":506,"Date":"1/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":544,"Cost":278,"Date":"2/5/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":880,"Cost":524,"Date":"2/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":422,"Date":"2/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":380,"Cost":259,"Date":"2/18/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":838,"Cost":732,"Date":"2/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":625,"Cost":412,"Date":"2/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":641,"Cost":483,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":766,"Cost":533,"Date":"4/2/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":966,"Cost":534,"Date":"4/3/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":294,"Cost":238,"Date":"4/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":523,"Cost":383,"Date":"4/10/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":701,"Cost":649,"Date":"4/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":945,"Cost":808,"Date":"5/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":617,"Cost":475,"Date":"5/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":420,"Cost":390,"Date":"6/20/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":436,"Cost":236,"Date":"7/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":958,"Cost":773,"Date":"7/4/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":740,"Cost":395,"Date":"7/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":375,"Cost":333,"Date":"7/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":754,"Cost":377,"Date":"7/14/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":487,"Cost":361,"Date":"7/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":729,"Cost":509,"Date":"8/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":910,"Cost":775,"Date":"8/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":857,"Cost":766,"Date":"8/7/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":634,"Cost":396,"Date":"8/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":148,"Cost":94,"Date":"8/31/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":495,"Cost":312,"Date":"9/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":488,"Cost":451,"Date":"9/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":249,"Cost":203,"Date":"9/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":383,"Cost":261,"Date":"9/29/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":629,"Cost":324,"Date":"11/7/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":782,"Cost":558,"Date":"11/26/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":423,"Cost":391,"Date":"11/27/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":453,"Date":"12/5/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":283,"Cost":239,"Date":"12/26/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":729,"Cost":472,"Date":"12/31/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":738,"Cost":663,"Date":"1/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":386,"Cost":242,"Date":"2/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":251,"Cost":188,"Date":"2/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":950,"Cost":538,"Date":"2/27/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":408,"Cost":322,"Date":"3/1/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":968,"Cost":678,"Date":"3/1/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":140,"Cost":83,"Date":"3/19/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":428,"Cost":406,"Date":"3/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":357,"Cost":218,"Date":"5/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":969,"Cost":524,"Date":"7/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":999,"Cost":936,"Date":"8/5/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":167,"Date":"8/12/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":934,"Cost":679,"Date":"8/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":558,"Cost":389,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":83,"Cost":62,"Date":"9/3/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":914,"Cost":765,"Date":"9/5/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":787,"Cost":623,"Date":"10/6/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":638,"Cost":371,"Date":"10/19/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":850,"Cost":479,"Date":"11/15/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":889,"Cost":571,"Date":"12/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":170,"Cost":133,"Date":"1/8/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":742,"Cost":694,"Date":"1/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":187,"Cost":136,"Date":"1/19/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":290,"Cost":233,"Date":"1/28/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":650,"Cost":534,"Date":"1/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":359,"Cost":330,"Date":"3/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":852,"Cost":593,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":956,"Cost":626,"Date":"4/24/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":446,"Cost":339,"Date":"4/28/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":131,"Date":"5/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":642,"Cost":335,"Date":"5/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":568,"Cost":501,"Date":"5/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":532,"Cost":378,"Date":"6/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":824,"Cost":487,"Date":"6/3/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":953,"Cost":734,"Date":"6/5/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":75,"Cost":38,"Date":"6/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":811,"Cost":644,"Date":"6/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":991,"Cost":914,"Date":"6/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":624,"Cost":417,"Date":"6/24/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":562,"Cost":389,"Date":"7/4/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":13,"Cost":12,"Date":"7/9/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":223,"Cost":179,"Date":"7/12/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":606,"Cost":355,"Date":"8/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":6,"Cost":3,"Date":"8/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":224,"Cost":213,"Date":"8/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":91,"Cost":80,"Date":"9/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":540,"Cost":424,"Date":"9/3/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":509,"Cost":399,"Date":"9/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":979,"Cost":744,"Date":"10/4/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":299,"Date":"11/1/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":96,"Date":"11/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":171,"Cost":88,"Date":"12/17/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":749,"Cost":475,"Date":"2/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":899,"Cost":607,"Date":"2/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":311,"Cost":270,"Date":"3/4/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":265,"Cost":183,"Date":"3/9/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":350,"Cost":297,"Date":"3/9/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":435,"Date":"3/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":733,"Cost":475,"Date":"3/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":589,"Cost":315,"Date":"3/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":418,"Cost":339,"Date":"3/23/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":915,"Cost":780,"Date":"4/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":407,"Cost":211,"Date":"5/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":10,"Cost":5,"Date":"5/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":540,"Cost":427,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":190,"Cost":173,"Date":"6/2/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":539,"Cost":402,"Date":"6/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":600,"Cost":557,"Date":"6/16/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":336,"Cost":192,"Date":"6/16/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":75,"Cost":42,"Date":"7/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":183,"Cost":121,"Date":"7/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":186,"Cost":141,"Date":"8/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":641,"Cost":542,"Date":"8/29/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":330,"Cost":202,"Date":"8/31/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":548,"Cost":517,"Date":"9/8/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":221,"Cost":156,"Date":"9/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":399,"Cost":243,"Date":"9/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":775,"Cost":725,"Date":"9/19/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":152,"Cost":100,"Date":"9/25/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":568,"Cost":306,"Date":"10/4/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":368,"Cost":228,"Date":"10/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":650,"Cost":426,"Date":"10/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":132,"Cost":97,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":967,"Cost":573,"Date":"10/30/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":979,"Cost":496,"Date":"11/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":855,"Cost":496,"Date":"11/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":924,"Cost":796,"Date":"11/25/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":37,"Cost":32,"Date":"1/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":384,"Cost":250,"Date":"1/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":390,"Cost":223,"Date":"1/20/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":147,"Cost":127,"Date":"2/8/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":688,"Cost":535,"Date":"2/25/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":608,"Cost":309,"Date":"3/7/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":242,"Cost":142,"Date":"3/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":121,"Cost":91,"Date":"3/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":346,"Cost":224,"Date":"4/5/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":664,"Cost":507,"Date":"4/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":575,"Cost":461,"Date":"5/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":719,"Cost":453,"Date":"5/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":581,"Cost":373,"Date":"5/15/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":811,"Cost":700,"Date":"5/25/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":139,"Cost":75,"Date":"5/26/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":849,"Cost":777,"Date":"5/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":356,"Cost":224,"Date":"7/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":657,"Cost":474,"Date":"9/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":867,"Cost":763,"Date":"10/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":90,"Cost":79,"Date":"10/8/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":119,"Date":"10/26/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":509,"Date":"11/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":676,"Cost":626,"Date":"11/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"ARKET","Country":"Belgium","Sale":476,"Cost":356,"Date":"12/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":255,"Cost":130,"Date":"2/9/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":882,"Cost":443,"Date":"2/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":684,"Cost":382,"Date":"3/10/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":316,"Cost":264,"Date":"3/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":2,"Cost":2,"Date":"3/18/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":368,"Cost":285,"Date":"3/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":693,"Cost":467,"Date":"3/26/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":933,"Cost":795,"Date":"6/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":419,"Cost":280,"Date":"6/10/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":123,"Cost":86,"Date":"6/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":154,"Cost":112,"Date":"6/25/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":480,"Cost":281,"Date":"7/19/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":860,"Cost":795,"Date":"7/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":832,"Cost":749,"Date":"7/25/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":261,"Cost":140,"Date":"8/4/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":504,"Cost":386,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":36,"Cost":28,"Date":"9/4/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":302,"Cost":166,"Date":"9/19/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":742,"Cost":477,"Date":"9/29/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":914,"Cost":778,"Date":"10/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":625,"Cost":397,"Date":"10/15/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":31,"Cost":28,"Date":"10/30/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":241,"Cost":166,"Date":"11/9/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":9,"Cost":7,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":101,"Cost":70,"Date":"11/30/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":233,"Cost":214,"Date":"12/8/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":437,"Cost":256,"Date":"12/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":686,"Cost":553,"Date":"1/15/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":249,"Cost":166,"Date":"1/24/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":883,"Cost":710,"Date":"2/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":429,"Cost":280,"Date":"2/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":384,"Cost":273,"Date":"3/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":465,"Cost":372,"Date":"3/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":78,"Cost":61,"Date":"4/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":500,"Cost":429,"Date":"5/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":758,"Cost":707,"Date":"5/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":484,"Cost":262,"Date":"6/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":927,"Cost":761,"Date":"6/26/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":821,"Cost":611,"Date":"7/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":706,"Cost":461,"Date":"7/13/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":877,"Cost":729,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":900,"Cost":721,"Date":"8/26/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":700,"Cost":405,"Date":"9/2/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":313,"Cost":259,"Date":"9/29/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":236,"Cost":184,"Date":"10/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":515,"Cost":285,"Date":"11/2/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":848,"Cost":714,"Date":"11/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":839,"Cost":634,"Date":"11/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":684,"Cost":486,"Date":"12/1/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":188,"Cost":142,"Date":"12/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":150,"Cost":97,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":238,"Cost":208,"Date":"12/18/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":36,"Cost":32,"Date":"12/20/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":749,"Cost":474,"Date":"12/20/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":138,"Cost":113,"Date":"12/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":709,"Cost":405,"Date":"1/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":684,"Cost":569,"Date":"2/5/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":569,"Cost":398,"Date":"2/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":553,"Cost":486,"Date":"2/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":641,"Cost":572,"Date":"2/18/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":138,"Cost":120,"Date":"2/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":502,"Cost":447,"Date":"2/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":847,"Cost":649,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":313,"Cost":242,"Date":"4/2/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":454,"Cost":241,"Date":"4/3/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":870,"Cost":690,"Date":"4/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":726,"Cost":498,"Date":"4/10/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":141,"Cost":95,"Date":"4/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":288,"Cost":168,"Date":"5/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":890,"Cost":645,"Date":"5/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":219,"Cost":197,"Date":"6/20/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":792,"Cost":465,"Date":"7/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":334,"Cost":171,"Date":"7/4/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":976,"Cost":762,"Date":"7/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":777,"Cost":585,"Date":"7/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":173,"Cost":98,"Date":"7/14/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":902,"Cost":788,"Date":"7/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":476,"Cost":267,"Date":"8/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":192,"Cost":167,"Date":"8/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":173,"Cost":121,"Date":"8/7/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":968,"Cost":609,"Date":"8/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":777,"Cost":716,"Date":"8/31/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":334,"Cost":185,"Date":"9/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":403,"Cost":362,"Date":"9/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":32,"Cost":18,"Date":"9/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":92,"Cost":65,"Date":"9/29/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":404,"Cost":367,"Date":"11/7/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":503,"Cost":469,"Date":"11/26/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":999,"Cost":684,"Date":"11/27/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":402,"Cost":207,"Date":"12/5/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":907,"Cost":862,"Date":"12/26/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":793,"Cost":689,"Date":"12/31/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":809,"Cost":726,"Date":"1/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":542,"Cost":404,"Date":"2/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":606,"Cost":448,"Date":"2/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":893,"Cost":840,"Date":"2/27/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":501,"Cost":354,"Date":"3/1/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":547,"Cost":316,"Date":"3/1/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":950,"Cost":634,"Date":"3/19/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":479,"Cost":391,"Date":"3/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":478,"Cost":425,"Date":"5/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":248,"Cost":218,"Date":"7/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":170,"Cost":139,"Date":"8/5/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":927,"Cost":507,"Date":"8/12/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":960,"Cost":750,"Date":"8/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":897,"Cost":832,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":153,"Cost":88,"Date":"9/3/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":864,"Cost":765,"Date":"9/5/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":86,"Cost":62,"Date":"10/6/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":136,"Cost":89,"Date":"10/19/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":730,"Cost":491,"Date":"11/15/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":103,"Cost":71,"Date":"12/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":41,"Cost":33,"Date":"1/8/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":904,"Cost":558,"Date":"1/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":82,"Cost":56,"Date":"1/19/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":735,"Cost":690,"Date":"1/28/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":956,"Cost":576,"Date":"1/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":781,"Cost":544,"Date":"3/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":716,"Cost":452,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":756,"Cost":385,"Date":"4/24/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":944,"Cost":477,"Date":"4/28/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":705,"Cost":639,"Date":"5/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":991,"Cost":594,"Date":"5/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":623,"Cost":350,"Date":"5/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":734,"Cost":661,"Date":"6/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":638,"Cost":387,"Date":"6/3/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":656,"Cost":493,"Date":"6/5/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":591,"Cost":548,"Date":"6/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":692,"Cost":603,"Date":"6/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":290,"Cost":237,"Date":"6/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":246,"Cost":133,"Date":"6/24/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":767,"Cost":661,"Date":"7/4/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":146,"Cost":116,"Date":"7/9/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":909,"Cost":474,"Date":"7/12/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":856,"Cost":644,"Date":"8/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":444,"Cost":317,"Date":"8/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":700,"Cost":552,"Date":"8/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":182,"Cost":143,"Date":"9/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":226,"Cost":169,"Date":"9/3/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":534,"Cost":390,"Date":"9/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":285,"Cost":256,"Date":"10/4/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":162,"Cost":101,"Date":"11/1/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":124,"Cost":115,"Date":"11/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":400,"Cost":329,"Date":"12/17/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":558,"Cost":466,"Date":"2/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":670,"Cost":489,"Date":"2/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":504,"Cost":473,"Date":"3/4/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":371,"Cost":218,"Date":"3/9/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":274,"Cost":140,"Date":"3/9/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":935,"Cost":532,"Date":"3/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":36,"Cost":31,"Date":"3/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":944,"Cost":655,"Date":"3/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":207,"Cost":133,"Date":"3/23/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":960,"Cost":647,"Date":"4/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":427,"Cost":291,"Date":"5/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":638,"Cost":370,"Date":"5/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":203,"Cost":109,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":225,"Cost":189,"Date":"6/2/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":255,"Cost":128,"Date":"6/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":703,"Cost":570,"Date":"6/16/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":289,"Cost":192,"Date":"6/16/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":986,"Cost":558,"Date":"7/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":507,"Cost":399,"Date":"7/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":361,"Cost":259,"Date":"8/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":214,"Cost":155,"Date":"8/29/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":122,"Cost":95,"Date":"8/31/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":140,"Cost":118,"Date":"9/8/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":895,"Cost":756,"Date":"9/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":953,"Cost":880,"Date":"9/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":913,"Cost":685,"Date":"9/19/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":690,"Cost":593,"Date":"9/25/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":519,"Cost":385,"Date":"10/4/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":154,"Cost":102,"Date":"10/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":520,"Cost":266,"Date":"10/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":409,"Cost":315,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":213,"Cost":183,"Date":"10/30/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":590,"Cost":554,"Date":"11/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":271,"Cost":154,"Date":"11/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":6,"Cost":6,"Date":"11/25/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":650,"Cost":433,"Date":"1/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":742,"Cost":380,"Date":"1/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":388,"Cost":318,"Date":"1/20/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":669,"Cost":397,"Date":"2/8/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":680,"Cost":554,"Date":"2/25/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":259,"Cost":239,"Date":"3/7/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":158,"Cost":110,"Date":"3/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":391,"Cost":273,"Date":"3/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":429,"Cost":402,"Date":"4/5/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":849,"Cost":788,"Date":"4/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":119,"Cost":95,"Date":"5/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":559,"Cost":390,"Date":"5/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":660,"Cost":548,"Date":"5/15/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":84,"Cost":46,"Date":"5/25/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":962,"Cost":647,"Date":"5/26/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":17,"Cost":10,"Date":"5/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":270,"Cost":219,"Date":"7/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":895,"Cost":699,"Date":"9/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":790,"Cost":663,"Date":"10/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":129,"Cost":90,"Date":"10/8/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":101,"Cost":70,"Date":"10/26/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":315,"Cost":222,"Date":"11/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":442,"Cost":238,"Date":"11/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"COS","Country":"Belgium","Sale":276,"Cost":178,"Date":"12/1/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":947,"Cost":874,"Date":"2/9/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":980,"Cost":706,"Date":"2/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":945,"Cost":853,"Date":"3/10/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":691,"Cost":428,"Date":"3/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":558,"Cost":381,"Date":"3/18/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":260,"Cost":229,"Date":"3/20/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":468,"Date":"3/26/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":663,"Cost":622,"Date":"6/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":939,"Cost":612,"Date":"6/10/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":40,"Date":"6/16/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":651,"Cost":452,"Date":"6/25/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":966,"Cost":769,"Date":"7/19/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":817,"Cost":462,"Date":"7/21/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":888,"Cost":743,"Date":"7/25/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":41,"Cost":37,"Date":"8/4/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":266,"Cost":194,"Date":"9/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":228,"Cost":118,"Date":"9/4/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":537,"Cost":469,"Date":"9/19/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":838,"Cost":718,"Date":"9/29/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":548,"Cost":503,"Date":"10/2/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":729,"Cost":448,"Date":"10/15/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":406,"Cost":348,"Date":"10/30/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":498,"Cost":283,"Date":"11/9/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":373,"Cost":269,"Date":"11/23/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":653,"Cost":496,"Date":"11/30/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":366,"Cost":259,"Date":"12/8/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":825,"Date":"12/11/2018"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":648,"Cost":501,"Date":"1/15/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":449,"Cost":224,"Date":"1/24/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":56,"Cost":30,"Date":"2/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":380,"Date":"2/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":299,"Cost":227,"Date":"3/9/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":154,"Cost":124,"Date":"3/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":210,"Cost":144,"Date":"4/19/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":543,"Cost":497,"Date":"5/3/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":221,"Date":"5/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":179,"Cost":90,"Date":"6/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":311,"Cost":267,"Date":"6/26/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":132,"Cost":89,"Date":"7/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":271,"Cost":154,"Date":"7/13/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":434,"Cost":283,"Date":"8/8/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":248,"Date":"8/26/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":220,"Cost":184,"Date":"9/2/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":411,"Cost":259,"Date":"9/29/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":505,"Cost":265,"Date":"10/12/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":609,"Cost":469,"Date":"11/2/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":458,"Cost":378,"Date":"11/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":496,"Cost":257,"Date":"11/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":128,"Cost":68,"Date":"12/1/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":927,"Cost":864,"Date":"12/4/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":397,"Cost":225,"Date":"12/7/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":309,"Cost":177,"Date":"12/18/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":545,"Date":"12/20/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":25,"Cost":21,"Date":"12/20/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":759,"Cost":442,"Date":"12/21/2019"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":543,"Date":"1/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":620,"Cost":575,"Date":"2/5/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":310,"Cost":265,"Date":"2/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":955,"Cost":730,"Date":"2/16/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":793,"Cost":732,"Date":"2/18/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":882,"Cost":558,"Date":"2/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":738,"Cost":508,"Date":"2/25/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":870,"Cost":772,"Date":"3/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":404,"Cost":204,"Date":"4/2/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":638,"Cost":413,"Date":"4/3/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":733,"Cost":676,"Date":"4/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":118,"Cost":81,"Date":"4/10/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":963,"Cost":895,"Date":"4/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":627,"Date":"5/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":167,"Cost":153,"Date":"5/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":154,"Date":"6/20/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":62,"Cost":54,"Date":"7/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":844,"Cost":470,"Date":"7/4/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":742,"Cost":583,"Date":"7/8/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":184,"Cost":125,"Date":"7/9/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":424,"Cost":297,"Date":"7/14/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":117,"Cost":109,"Date":"7/19/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":673,"Cost":454,"Date":"8/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":273,"Cost":167,"Date":"8/6/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":382,"Cost":305,"Date":"8/7/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":29,"Cost":21,"Date":"8/22/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":321,"Date":"8/31/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":448,"Cost":385,"Date":"9/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":841,"Cost":664,"Date":"9/1/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":385,"Cost":264,"Date":"9/17/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":121,"Cost":91,"Date":"9/29/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":772,"Cost":588,"Date":"11/7/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":806,"Cost":744,"Date":"11/26/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":596,"Cost":394,"Date":"11/27/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":556,"Cost":344,"Date":"12/5/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":173,"Cost":110,"Date":"12/26/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":251,"Cost":148,"Date":"12/31/2020"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":824,"Cost":525,"Date":"1/20/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":548,"Date":"2/2/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":668,"Cost":533,"Date":"2/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":356,"Cost":265,"Date":"2/27/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":839,"Cost":630,"Date":"3/1/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":614,"Cost":417,"Date":"3/1/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":294,"Date":"3/19/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":233,"Cost":131,"Date":"3/28/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":557,"Cost":298,"Date":"5/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":717,"Cost":440,"Date":"7/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":647,"Cost":601,"Date":"8/5/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":518,"Cost":388,"Date":"8/12/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":85,"Cost":58,"Date":"8/21/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":715,"Cost":391,"Date":"8/23/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":309,"Cost":221,"Date":"9/3/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":824,"Cost":674,"Date":"9/5/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":935,"Cost":771,"Date":"10/6/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":278,"Cost":151,"Date":"10/19/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":207,"Cost":187,"Date":"11/15/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":16,"Cost":10,"Date":"12/8/2021"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":669,"Date":"1/8/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":325,"Cost":210,"Date":"1/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":32,"Date":"1/19/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":270,"Cost":146,"Date":"1/28/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":117,"Date":"1/31/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":877,"Cost":827,"Date":"3/27/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":470,"Date":"4/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":69,"Date":"4/24/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":608,"Cost":313,"Date":"4/28/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":551,"Cost":404,"Date":"5/15/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":857,"Cost":636,"Date":"5/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":501,"Cost":405,"Date":"5/18/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":816,"Cost":712,"Date":"6/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":417,"Cost":332,"Date":"6/3/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":984,"Cost":904,"Date":"6/5/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":311,"Date":"6/7/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":29,"Cost":24,"Date":"6/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":303,"Cost":180,"Date":"6/20/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":199,"Cost":121,"Date":"6/24/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":323,"Date":"7/4/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":523,"Cost":468,"Date":"7/9/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":315,"Cost":243,"Date":"7/12/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":598,"Cost":356,"Date":"8/14/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":686,"Cost":642,"Date":"8/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":185,"Cost":165,"Date":"8/23/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":561,"Date":"9/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":203,"Date":"9/3/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":330,"Date":"9/16/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":246,"Cost":152,"Date":"10/4/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":229,"Cost":116,"Date":"11/1/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":633,"Cost":579,"Date":"11/2/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":233,"Cost":149,"Date":"12/17/2022"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":185,"Cost":114,"Date":"2/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":823,"Cost":753,"Date":"2/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":725,"Cost":398,"Date":"3/4/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":655,"Cost":425,"Date":"3/9/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":161,"Cost":106,"Date":"3/9/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":741,"Cost":552,"Date":"3/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":498,"Cost":436,"Date":"3/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":123,"Cost":68,"Date":"3/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":431,"Cost":335,"Date":"3/23/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":99,"Date":"4/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":268,"Cost":228,"Date":"5/7/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":45,"Cost":37,"Date":"5/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":295,"Cost":236,"Date":"5/20/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":423,"Cost":396,"Date":"6/2/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":476,"Cost":310,"Date":"6/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":3,"Cost":3,"Date":"6/16/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":789,"Cost":548,"Date":"6/16/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":52,"Cost":47,"Date":"7/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":738,"Cost":623,"Date":"7/11/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":375,"Cost":224,"Date":"8/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":16,"Cost":11,"Date":"8/29/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":516,"Cost":420,"Date":"8/31/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":422,"Cost":226,"Date":"9/8/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":285,"Cost":204,"Date":"9/13/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":196,"Cost":99,"Date":"9/14/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":882,"Cost":564,"Date":"9/19/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":87,"Cost":53,"Date":"9/25/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":206,"Cost":151,"Date":"10/4/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":902,"Cost":713,"Date":"10/10/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":103,"Date":"10/17/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":769,"Cost":676,"Date":"10/28/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":273,"Cost":142,"Date":"10/30/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":198,"Cost":181,"Date":"11/1/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":232,"Date":"11/15/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":569,"Cost":405,"Date":"11/25/2023"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":757,"Cost":519,"Date":"1/10/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":472,"Cost":393,"Date":"1/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":708,"Cost":531,"Date":"1/20/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":166,"Cost":135,"Date":"2/8/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":408,"Cost":363,"Date":"2/25/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":569,"Cost":465,"Date":"3/7/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":158,"Cost":98,"Date":"3/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":383,"Cost":210,"Date":"3/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":785,"Cost":535,"Date":"4/5/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":91,"Cost":74,"Date":"4/14/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":137,"Cost":128,"Date":"5/3/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":798,"Cost":552,"Date":"5/9/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":406,"Cost":337,"Date":"5/15/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":384,"Cost":260,"Date":"5/25/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":130,"Cost":85,"Date":"5/26/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":352,"Cost":215,"Date":"5/31/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":836,"Cost":537,"Date":"7/27/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":915,"Cost":775,"Date":"9/17/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":736,"Cost":424,"Date":"10/6/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":908,"Cost":853,"Date":"10/8/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":755,"Cost":710,"Date":"10/26/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":873,"Cost":822,"Date":"11/16/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":550,"Cost":460,"Date":"11/18/2024"},{"Store":"Louvain-la-Neuve Shopping","Brand":"Jeans","Country":"Belgium","Sale":402,"Cost":340,"Date":"12/1/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":318,"Date":"2/9/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":369,"Cost":188,"Date":"2/11/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":602,"Cost":504,"Date":"3/10/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":235,"Cost":187,"Date":"3/16/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":229,"Cost":180,"Date":"3/18/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":322,"Cost":285,"Date":"3/20/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":941,"Cost":475,"Date":"3/26/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":374,"Cost":202,"Date":"6/2/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":387,"Cost":332,"Date":"6/10/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":670,"Cost":392,"Date":"6/16/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":412,"Cost":285,"Date":"6/25/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":65,"Cost":58,"Date":"7/19/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":226,"Cost":177,"Date":"7/21/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":108,"Cost":70,"Date":"7/25/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":637,"Cost":577,"Date":"8/4/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":111,"Cost":76,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":247,"Cost":195,"Date":"9/4/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":144,"Cost":78,"Date":"9/19/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":560,"Cost":438,"Date":"9/29/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":738,"Cost":470,"Date":"10/2/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":265,"Cost":176,"Date":"10/15/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":841,"Cost":559,"Date":"10/30/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":263,"Cost":207,"Date":"11/9/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":949,"Cost":581,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":372,"Cost":274,"Date":"11/30/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":885,"Cost":779,"Date":"12/8/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":98,"Cost":92,"Date":"12/11/2018"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":459,"Cost":402,"Date":"1/15/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":350,"Cost":244,"Date":"1/24/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":238,"Cost":221,"Date":"2/3/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":786,"Cost":697,"Date":"2/4/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":862,"Cost":808,"Date":"3/9/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":876,"Cost":601,"Date":"3/12/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":230,"Cost":206,"Date":"4/19/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":62,"Cost":43,"Date":"5/3/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":610,"Cost":435,"Date":"5/4/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":225,"Cost":150,"Date":"6/8/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":792,"Cost":431,"Date":"6/26/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":835,"Cost":716,"Date":"7/4/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":537,"Cost":354,"Date":"7/13/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":368,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":418,"Date":"8/26/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":261,"Cost":222,"Date":"9/2/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":34,"Cost":27,"Date":"9/29/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":704,"Cost":445,"Date":"10/12/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":257,"Cost":204,"Date":"11/2/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":249,"Cost":195,"Date":"11/4/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":720,"Cost":626,"Date":"11/7/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":79,"Cost":59,"Date":"12/1/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":696,"Cost":492,"Date":"12/4/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":856,"Cost":705,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":551,"Cost":314,"Date":"12/18/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":635,"Cost":360,"Date":"12/20/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":640,"Cost":592,"Date":"12/20/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":709,"Cost":612,"Date":"12/21/2019"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":788,"Date":"1/9/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":324,"Cost":187,"Date":"2/5/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":834,"Cost":714,"Date":"2/16/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":715,"Cost":626,"Date":"2/16/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":93,"Cost":57,"Date":"2/18/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":584,"Cost":477,"Date":"2/22/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":810,"Cost":490,"Date":"2/25/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":151,"Cost":76,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":302,"Cost":275,"Date":"4/2/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":553,"Cost":480,"Date":"4/3/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":233,"Cost":191,"Date":"4/9/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":360,"Cost":335,"Date":"4/10/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":809,"Date":"4/19/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":333,"Cost":207,"Date":"5/17/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":339,"Date":"5/22/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":825,"Cost":491,"Date":"6/20/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":202,"Cost":178,"Date":"7/1/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":791,"Cost":420,"Date":"7/4/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":35,"Cost":22,"Date":"7/8/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":356,"Cost":196,"Date":"7/9/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":890,"Cost":736,"Date":"7/14/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":76,"Cost":39,"Date":"7/19/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":927,"Cost":557,"Date":"8/1/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":890,"Cost":599,"Date":"8/6/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":661,"Cost":433,"Date":"8/7/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":188,"Cost":174,"Date":"8/22/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":579,"Cost":360,"Date":"8/31/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":92,"Cost":54,"Date":"9/1/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":507,"Cost":319,"Date":"9/1/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":834,"Cost":670,"Date":"9/17/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":352,"Cost":199,"Date":"9/29/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":971,"Cost":637,"Date":"11/7/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":367,"Cost":291,"Date":"11/26/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":821,"Cost":636,"Date":"11/27/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":399,"Cost":242,"Date":"12/5/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":847,"Cost":778,"Date":"12/26/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":914,"Cost":663,"Date":"12/31/2020"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":148,"Cost":112,"Date":"1/20/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":750,"Cost":427,"Date":"2/2/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":404,"Cost":270,"Date":"2/8/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":828,"Cost":567,"Date":"2/27/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":553,"Cost":406,"Date":"3/1/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":417,"Cost":287,"Date":"3/1/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":778,"Cost":389,"Date":"3/19/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":381,"Cost":265,"Date":"3/28/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":212,"Cost":131,"Date":"5/21/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":661,"Cost":568,"Date":"7/21/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":583,"Date":"8/5/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":540,"Cost":306,"Date":"8/12/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":90,"Cost":52,"Date":"8/21/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":76,"Cost":65,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":275,"Cost":182,"Date":"9/3/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":793,"Cost":676,"Date":"9/5/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":81,"Cost":60,"Date":"10/6/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":781,"Cost":472,"Date":"10/19/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":944,"Cost":700,"Date":"11/15/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":665,"Cost":442,"Date":"12/8/2021"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":841,"Cost":584,"Date":"1/8/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":622,"Cost":510,"Date":"1/14/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":165,"Cost":102,"Date":"1/19/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":56,"Date":"1/28/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":3,"Cost":2,"Date":"1/31/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":773,"Cost":721,"Date":"3/27/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":690,"Cost":432,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":61,"Cost":51,"Date":"4/24/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":715,"Cost":399,"Date":"4/28/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":964,"Cost":607,"Date":"5/15/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":93,"Cost":80,"Date":"5/16/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":300,"Cost":230,"Date":"5/18/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":616,"Cost":511,"Date":"6/2/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":6,"Date":"6/3/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":124,"Cost":69,"Date":"6/5/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":437,"Cost":254,"Date":"6/7/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":672,"Cost":621,"Date":"6/14/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":512,"Cost":372,"Date":"6/20/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":503,"Cost":446,"Date":"6/24/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":476,"Date":"7/4/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":632,"Cost":327,"Date":"7/9/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":430,"Cost":232,"Date":"7/12/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":858,"Cost":574,"Date":"8/14/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":237,"Cost":127,"Date":"8/16/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":372,"Cost":287,"Date":"8/23/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":706,"Date":"9/2/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":347,"Cost":221,"Date":"9/3/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":687,"Cost":366,"Date":"9/16/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":503,"Cost":280,"Date":"10/4/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":191,"Cost":162,"Date":"11/1/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":173,"Cost":112,"Date":"11/2/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":325,"Date":"12/17/2022"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":276,"Cost":258,"Date":"2/10/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":735,"Cost":660,"Date":"2/28/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":733,"Cost":387,"Date":"3/4/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":69,"Cost":47,"Date":"3/9/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":480,"Date":"3/9/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":69,"Cost":39,"Date":"3/11/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":122,"Cost":88,"Date":"3/17/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":897,"Cost":775,"Date":"3/17/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":829,"Cost":765,"Date":"3/23/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":74,"Cost":39,"Date":"4/1/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":589,"Cost":499,"Date":"5/7/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":673,"Cost":382,"Date":"5/10/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":797,"Cost":484,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":441,"Cost":272,"Date":"6/2/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":565,"Cost":532,"Date":"6/11/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":666,"Date":"6/16/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":321,"Cost":246,"Date":"6/16/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":59,"Cost":51,"Date":"7/10/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":768,"Cost":557,"Date":"7/11/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":395,"Cost":346,"Date":"8/28/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":182,"Cost":159,"Date":"8/29/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":155,"Cost":84,"Date":"8/31/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":125,"Cost":104,"Date":"9/8/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":518,"Cost":275,"Date":"9/13/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":450,"Cost":410,"Date":"9/14/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":4,"Cost":4,"Date":"9/19/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":607,"Date":"9/25/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":543,"Date":"10/4/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":178,"Cost":132,"Date":"10/10/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":170,"Cost":123,"Date":"10/17/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":152,"Cost":113,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":740,"Cost":494,"Date":"10/30/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":31,"Cost":27,"Date":"11/1/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":172,"Cost":107,"Date":"11/15/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":26,"Cost":20,"Date":"11/25/2023"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":133,"Cost":101,"Date":"1/10/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":262,"Cost":132,"Date":"1/14/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":579,"Cost":345,"Date":"1/20/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":58,"Cost":50,"Date":"2/8/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":62,"Cost":49,"Date":"2/25/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":569,"Cost":478,"Date":"3/7/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":275,"Date":"3/14/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":669,"Cost":635,"Date":"3/27/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":557,"Cost":525,"Date":"4/5/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":368,"Cost":293,"Date":"4/14/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":436,"Cost":247,"Date":"5/3/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":513,"Cost":298,"Date":"5/9/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":415,"Cost":217,"Date":"5/15/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":457,"Cost":256,"Date":"5/25/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":701,"Cost":468,"Date":"5/26/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":303,"Date":"5/31/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":14,"Cost":14,"Date":"7/27/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":444,"Cost":265,"Date":"9/17/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":701,"Date":"10/6/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":936,"Cost":493,"Date":"10/8/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":530,"Cost":503,"Date":"10/26/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":311,"Cost":180,"Date":"11/16/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":145,"Cost":127,"Date":"11/18/2024"},{"Store":"Shopping Namur","Brand":"Jeans","Country":"Belgium","Sale":546,"Cost":379,"Date":"12/1/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":872,"Cost":740,"Date":"2/9/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":613,"Cost":315,"Date":"2/11/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":547,"Cost":354,"Date":"3/10/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":696,"Cost":566,"Date":"3/16/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":364,"Cost":309,"Date":"3/18/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":569,"Cost":308,"Date":"3/20/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":548,"Cost":447,"Date":"3/26/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":825,"Cost":774,"Date":"6/2/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":460,"Cost":305,"Date":"6/10/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":228,"Cost":165,"Date":"6/16/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":537,"Cost":421,"Date":"6/25/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":791,"Cost":596,"Date":"7/19/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":107,"Cost":70,"Date":"7/21/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":976,"Cost":577,"Date":"7/25/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":276,"Cost":165,"Date":"8/4/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":147,"Cost":111,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":898,"Cost":762,"Date":"9/4/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":718,"Cost":553,"Date":"9/19/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":229,"Cost":115,"Date":"9/29/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":112,"Cost":87,"Date":"10/2/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":575,"Cost":535,"Date":"10/15/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":995,"Cost":602,"Date":"10/30/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":254,"Cost":154,"Date":"11/9/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":133,"Cost":98,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":847,"Cost":734,"Date":"11/30/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":375,"Cost":326,"Date":"12/8/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":865,"Cost":729,"Date":"12/11/2018"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":640,"Cost":483,"Date":"1/15/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":282,"Cost":174,"Date":"1/24/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":585,"Cost":481,"Date":"2/3/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":269,"Cost":171,"Date":"2/4/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":267,"Cost":217,"Date":"3/9/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":175,"Cost":103,"Date":"3/12/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":337,"Cost":222,"Date":"4/19/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":897,"Cost":818,"Date":"5/3/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":173,"Cost":120,"Date":"5/4/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":881,"Cost":583,"Date":"6/8/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":489,"Cost":356,"Date":"6/26/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":543,"Cost":411,"Date":"7/4/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":917,"Cost":740,"Date":"7/13/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":632,"Cost":568,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":829,"Cost":748,"Date":"8/26/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":687,"Cost":617,"Date":"9/2/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":592,"Cost":380,"Date":"9/29/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":231,"Cost":139,"Date":"10/12/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":205,"Cost":122,"Date":"11/2/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":883,"Cost":552,"Date":"11/4/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":924,"Cost":721,"Date":"11/7/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":222,"Cost":203,"Date":"12/1/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":291,"Cost":194,"Date":"12/4/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":979,"Cost":833,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":906,"Cost":644,"Date":"12/18/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":796,"Cost":514,"Date":"12/20/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":150,"Cost":139,"Date":"12/20/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":830,"Cost":424,"Date":"12/21/2019"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":729,"Cost":671,"Date":"1/9/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":503,"Cost":386,"Date":"2/5/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":562,"Cost":521,"Date":"2/16/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":470,"Cost":365,"Date":"2/16/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":127,"Cost":75,"Date":"2/18/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":301,"Cost":164,"Date":"2/22/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":935,"Cost":537,"Date":"2/25/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":565,"Cost":527,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":83,"Cost":63,"Date":"4/2/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":721,"Cost":634,"Date":"4/3/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":977,"Cost":809,"Date":"4/9/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":490,"Cost":370,"Date":"4/10/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":892,"Cost":519,"Date":"4/19/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":699,"Cost":417,"Date":"5/17/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":51,"Cost":32,"Date":"5/22/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":534,"Cost":292,"Date":"6/20/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":904,"Cost":846,"Date":"7/1/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":721,"Cost":380,"Date":"7/4/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":200,"Cost":151,"Date":"7/8/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":222,"Cost":151,"Date":"7/9/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":129,"Cost":86,"Date":"7/14/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":349,"Cost":258,"Date":"7/19/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":858,"Cost":579,"Date":"8/1/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":575,"Cost":433,"Date":"8/6/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":487,"Cost":355,"Date":"8/7/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":904,"Cost":790,"Date":"8/22/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":131,"Cost":93,"Date":"8/31/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":21,"Cost":15,"Date":"9/1/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":55,"Cost":45,"Date":"9/1/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":912,"Cost":734,"Date":"9/17/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":555,"Cost":481,"Date":"9/29/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":538,"Cost":335,"Date":"11/7/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":526,"Cost":380,"Date":"11/26/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":837,"Cost":537,"Date":"11/27/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":810,"Cost":571,"Date":"12/5/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":562,"Cost":363,"Date":"12/26/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":92,"Cost":85,"Date":"12/31/2020"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":157,"Cost":125,"Date":"1/20/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":240,"Cost":205,"Date":"2/2/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":512,"Cost":307,"Date":"2/8/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":412,"Cost":388,"Date":"2/27/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":336,"Cost":189,"Date":"3/1/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":475,"Cost":244,"Date":"3/1/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":769,"Cost":400,"Date":"3/19/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":223,"Cost":139,"Date":"3/28/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":162,"Cost":125,"Date":"5/21/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":830,"Cost":542,"Date":"7/21/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":211,"Cost":173,"Date":"8/5/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":838,"Cost":727,"Date":"8/12/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":143,"Cost":132,"Date":"8/21/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":118,"Cost":88,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":213,"Cost":184,"Date":"9/3/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":486,"Cost":308,"Date":"9/5/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":742,"Cost":459,"Date":"10/6/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":650,"Cost":441,"Date":"10/19/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":505,"Cost":317,"Date":"11/15/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":919,"Cost":486,"Date":"12/8/2021"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":534,"Cost":430,"Date":"1/8/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":445,"Cost":296,"Date":"1/14/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":538,"Cost":397,"Date":"1/19/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":649,"Cost":538,"Date":"1/28/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":966,"Cost":696,"Date":"1/31/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":574,"Cost":502,"Date":"3/27/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":781,"Cost":576,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":823,"Cost":572,"Date":"4/24/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":356,"Cost":319,"Date":"4/28/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":530,"Cost":388,"Date":"5/15/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":860,"Cost":755,"Date":"5/16/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":795,"Cost":457,"Date":"5/18/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":138,"Cost":110,"Date":"6/2/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":277,"Date":"6/3/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":569,"Cost":407,"Date":"6/5/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":405,"Cost":367,"Date":"6/7/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":20,"Cost":13,"Date":"6/14/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":406,"Cost":340,"Date":"6/20/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":49,"Cost":31,"Date":"6/24/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":499,"Cost":302,"Date":"7/4/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":883,"Cost":480,"Date":"7/9/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":248,"Cost":179,"Date":"7/12/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":767,"Cost":611,"Date":"8/14/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":805,"Cost":640,"Date":"8/16/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":165,"Cost":151,"Date":"8/23/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":626,"Cost":412,"Date":"9/2/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":509,"Cost":401,"Date":"9/3/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":961,"Cost":878,"Date":"9/16/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":71,"Cost":61,"Date":"10/4/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":792,"Cost":447,"Date":"11/1/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":672,"Cost":612,"Date":"11/2/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":4,"Cost":2,"Date":"12/17/2022"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":641,"Cost":571,"Date":"2/10/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":684,"Cost":491,"Date":"2/28/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":896,"Cost":788,"Date":"3/4/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":320,"Cost":250,"Date":"3/9/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":379,"Cost":348,"Date":"3/9/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":995,"Cost":586,"Date":"3/11/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":639,"Cost":345,"Date":"3/17/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":600,"Cost":554,"Date":"3/17/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":575,"Cost":329,"Date":"3/23/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":447,"Cost":283,"Date":"4/1/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":293,"Cost":153,"Date":"5/7/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":283,"Cost":207,"Date":"5/10/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":557,"Cost":319,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":820,"Cost":526,"Date":"6/2/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":516,"Cost":279,"Date":"6/11/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":200,"Cost":150,"Date":"6/16/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":914,"Cost":789,"Date":"6/16/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":498,"Cost":316,"Date":"7/10/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":985,"Cost":801,"Date":"7/11/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":713,"Cost":563,"Date":"8/28/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":279,"Cost":177,"Date":"8/29/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":230,"Cost":118,"Date":"8/31/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":968,"Cost":850,"Date":"9/8/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":742,"Cost":623,"Date":"9/13/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":599,"Cost":341,"Date":"9/14/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":122,"Cost":84,"Date":"9/19/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":312,"Cost":254,"Date":"9/25/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":273,"Cost":181,"Date":"10/4/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":15,"Cost":8,"Date":"10/10/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":442,"Cost":296,"Date":"10/17/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":168,"Cost":91,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":546,"Cost":344,"Date":"10/30/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":156,"Cost":97,"Date":"11/1/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":330,"Cost":308,"Date":"11/15/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":551,"Cost":367,"Date":"11/25/2023"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":115,"Cost":93,"Date":"1/10/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":99,"Cost":63,"Date":"1/14/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":736,"Cost":669,"Date":"1/20/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":927,"Cost":869,"Date":"2/8/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":679,"Cost":505,"Date":"2/25/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":916,"Cost":480,"Date":"3/7/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":404,"Cost":302,"Date":"3/14/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":318,"Cost":273,"Date":"3/27/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":423,"Cost":289,"Date":"4/5/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":369,"Cost":243,"Date":"4/14/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":440,"Cost":270,"Date":"5/3/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":136,"Cost":120,"Date":"5/9/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":441,"Cost":263,"Date":"5/15/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":549,"Cost":350,"Date":"5/25/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":668,"Cost":621,"Date":"5/26/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":314,"Cost":164,"Date":"5/31/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":379,"Cost":216,"Date":"7/27/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":943,"Cost":819,"Date":"9/17/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":161,"Cost":129,"Date":"10/6/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":57,"Cost":37,"Date":"10/8/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":364,"Cost":305,"Date":"10/26/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":434,"Cost":223,"Date":"11/16/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":359,"Cost":179,"Date":"11/18/2024"},{"Store":"Shopping Namur","Brand":"Nova","Country":"Belgium","Sale":672,"Cost":549,"Date":"12/1/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":854,"Cost":808,"Date":"2/9/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":327,"Cost":233,"Date":"2/11/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":574,"Cost":460,"Date":"3/10/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":37,"Cost":32,"Date":"3/16/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":909,"Cost":661,"Date":"3/18/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":612,"Cost":471,"Date":"3/20/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":500,"Cost":425,"Date":"3/26/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":193,"Cost":117,"Date":"6/2/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":408,"Cost":339,"Date":"6/10/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":754,"Cost":597,"Date":"6/16/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":145,"Cost":109,"Date":"6/25/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":513,"Cost":354,"Date":"7/19/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":86,"Cost":60,"Date":"7/21/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":753,"Cost":660,"Date":"7/25/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":791,"Cost":596,"Date":"8/4/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":596,"Cost":333,"Date":"9/2/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":758,"Date":"9/4/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":70,"Cost":61,"Date":"9/19/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":302,"Cost":230,"Date":"9/29/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":873,"Cost":590,"Date":"10/2/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":839,"Cost":564,"Date":"10/15/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":454,"Cost":324,"Date":"10/30/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":213,"Cost":193,"Date":"11/9/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":397,"Cost":335,"Date":"11/23/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":222,"Cost":170,"Date":"11/30/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":291,"Cost":224,"Date":"12/8/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":350,"Cost":316,"Date":"12/11/2018"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":676,"Cost":526,"Date":"1/15/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":75,"Cost":64,"Date":"1/24/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":212,"Cost":141,"Date":"2/3/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":251,"Cost":228,"Date":"2/4/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":241,"Cost":153,"Date":"3/9/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":525,"Cost":415,"Date":"3/12/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":297,"Date":"4/19/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":450,"Date":"5/3/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":937,"Cost":657,"Date":"5/4/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":115,"Cost":65,"Date":"6/8/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":993,"Cost":794,"Date":"6/26/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":784,"Cost":398,"Date":"7/4/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":269,"Cost":157,"Date":"7/13/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":271,"Cost":207,"Date":"8/8/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":883,"Cost":528,"Date":"8/26/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":958,"Cost":634,"Date":"9/2/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":673,"Cost":381,"Date":"9/29/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":416,"Cost":219,"Date":"10/12/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":387,"Cost":281,"Date":"11/2/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":59,"Cost":44,"Date":"11/4/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":482,"Cost":377,"Date":"11/7/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":36,"Cost":33,"Date":"12/1/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":194,"Cost":126,"Date":"12/4/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":393,"Cost":332,"Date":"12/7/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":790,"Cost":460,"Date":"12/18/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":924,"Cost":481,"Date":"12/20/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":570,"Cost":385,"Date":"12/20/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":65,"Cost":47,"Date":"12/21/2019"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":509,"Cost":347,"Date":"1/9/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":832,"Cost":518,"Date":"2/5/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":134,"Cost":119,"Date":"2/16/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":685,"Cost":354,"Date":"2/16/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":653,"Cost":587,"Date":"2/18/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":963,"Cost":713,"Date":"2/22/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":657,"Cost":428,"Date":"2/25/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":262,"Cost":172,"Date":"3/8/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":754,"Cost":570,"Date":"4/2/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":342,"Cost":235,"Date":"4/3/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":716,"Cost":622,"Date":"4/9/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":615,"Cost":476,"Date":"4/10/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":962,"Cost":909,"Date":"4/19/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":119,"Cost":107,"Date":"5/17/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":666,"Cost":481,"Date":"5/22/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":963,"Cost":738,"Date":"6/20/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":200,"Cost":148,"Date":"7/1/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":156,"Cost":105,"Date":"7/4/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":471,"Cost":391,"Date":"7/8/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":542,"Cost":283,"Date":"7/9/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":9,"Cost":6,"Date":"7/14/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":104,"Cost":83,"Date":"7/19/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":897,"Cost":705,"Date":"8/1/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":431,"Cost":301,"Date":"8/6/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":656,"Cost":473,"Date":"8/7/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":321,"Cost":260,"Date":"8/22/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":180,"Cost":153,"Date":"8/31/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":466,"Cost":288,"Date":"9/1/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":992,"Cost":830,"Date":"9/1/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":250,"Cost":209,"Date":"9/17/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":595,"Cost":529,"Date":"9/29/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":727,"Cost":502,"Date":"11/7/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":884,"Cost":447,"Date":"11/26/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":316,"Cost":235,"Date":"11/27/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":571,"Cost":436,"Date":"12/5/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":307,"Cost":174,"Date":"12/26/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":908,"Cost":847,"Date":"12/31/2020"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":884,"Cost":498,"Date":"1/20/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":771,"Cost":395,"Date":"2/2/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":50,"Cost":38,"Date":"2/8/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":212,"Cost":179,"Date":"2/27/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":291,"Cost":207,"Date":"3/1/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":939,"Cost":594,"Date":"3/1/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":307,"Cost":292,"Date":"3/19/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":824,"Cost":683,"Date":"3/28/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":283,"Cost":204,"Date":"5/21/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":614,"Cost":463,"Date":"7/21/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":813,"Cost":422,"Date":"8/5/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":668,"Cost":602,"Date":"8/12/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":725,"Cost":417,"Date":"8/21/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":60,"Date":"8/23/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":54,"Cost":37,"Date":"9/3/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":942,"Cost":853,"Date":"9/5/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":742,"Cost":559,"Date":"10/6/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":80,"Cost":59,"Date":"10/19/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":165,"Cost":145,"Date":"11/15/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":155,"Cost":133,"Date":"12/8/2021"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":736,"Cost":546,"Date":"1/8/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":611,"Cost":431,"Date":"1/14/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":556,"Cost":328,"Date":"1/19/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":69,"Cost":41,"Date":"1/28/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":983,"Cost":737,"Date":"1/31/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":853,"Cost":648,"Date":"3/27/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":635,"Cost":490,"Date":"4/20/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":36,"Date":"4/24/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":677,"Cost":374,"Date":"4/28/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":998,"Cost":780,"Date":"5/15/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":971,"Cost":643,"Date":"5/16/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":330,"Date":"5/18/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":86,"Cost":58,"Date":"6/2/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":92,"Cost":54,"Date":"6/3/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":6,"Cost":4,"Date":"6/5/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":898,"Cost":805,"Date":"6/7/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":346,"Cost":255,"Date":"6/14/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":633,"Cost":578,"Date":"6/20/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":820,"Cost":447,"Date":"6/24/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":667,"Cost":524,"Date":"7/4/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":17,"Date":"7/9/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":353,"Date":"7/12/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":588,"Cost":329,"Date":"8/14/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":459,"Cost":307,"Date":"8/16/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":583,"Cost":453,"Date":"8/23/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":62,"Cost":58,"Date":"9/2/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":615,"Cost":350,"Date":"9/3/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":271,"Cost":198,"Date":"9/16/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":837,"Cost":562,"Date":"10/4/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":949,"Cost":786,"Date":"11/1/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":582,"Cost":482,"Date":"11/2/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":419,"Cost":235,"Date":"12/17/2022"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":479,"Cost":308,"Date":"2/10/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":154,"Cost":137,"Date":"2/28/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":426,"Cost":356,"Date":"3/4/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":986,"Cost":743,"Date":"3/9/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":514,"Cost":263,"Date":"3/9/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":332,"Cost":211,"Date":"3/11/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":291,"Cost":239,"Date":"3/17/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":237,"Cost":179,"Date":"3/17/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":305,"Cost":181,"Date":"3/23/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":361,"Cost":339,"Date":"4/1/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":687,"Cost":570,"Date":"5/7/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":306,"Cost":180,"Date":"5/10/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":542,"Cost":372,"Date":"5/20/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":321,"Cost":179,"Date":"6/2/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":157,"Cost":148,"Date":"6/11/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":458,"Cost":252,"Date":"6/16/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":562,"Cost":341,"Date":"6/16/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":114,"Cost":93,"Date":"7/10/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":165,"Date":"7/11/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":272,"Cost":173,"Date":"8/28/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":713,"Cost":386,"Date":"8/29/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":436,"Cost":252,"Date":"8/31/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":963,"Cost":904,"Date":"9/8/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":913,"Cost":608,"Date":"9/13/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":546,"Cost":329,"Date":"9/14/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":932,"Cost":649,"Date":"9/19/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":780,"Cost":500,"Date":"9/25/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":519,"Cost":489,"Date":"10/4/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":243,"Cost":140,"Date":"10/10/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":507,"Cost":401,"Date":"10/17/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":6,"Cost":5,"Date":"10/28/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":678,"Cost":357,"Date":"10/30/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":936,"Cost":885,"Date":"11/1/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":438,"Cost":302,"Date":"11/15/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":907,"Cost":628,"Date":"11/25/2023"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":471,"Cost":324,"Date":"1/10/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":741,"Cost":558,"Date":"1/14/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":802,"Cost":608,"Date":"1/20/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":519,"Cost":386,"Date":"2/8/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":272,"Cost":198,"Date":"2/25/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":56,"Cost":51,"Date":"3/7/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":554,"Cost":475,"Date":"3/14/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":738,"Cost":408,"Date":"3/27/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":136,"Cost":98,"Date":"4/5/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":582,"Cost":361,"Date":"4/14/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":26,"Cost":14,"Date":"5/3/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":431,"Cost":247,"Date":"5/9/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":563,"Cost":394,"Date":"5/15/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":243,"Cost":176,"Date":"5/25/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":182,"Cost":135,"Date":"5/26/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":74,"Cost":48,"Date":"5/31/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":797,"Cost":656,"Date":"7/27/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":566,"Cost":487,"Date":"9/17/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":814,"Cost":526,"Date":"10/6/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":681,"Cost":436,"Date":"10/8/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":240,"Cost":222,"Date":"10/26/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":827,"Cost":747,"Date":"11/16/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":131,"Cost":80,"Date":"11/18/2024"},{"Store":"Shopping Namur","Brand":"ARKET","Country":"Belgium","Sale":623,"Cost":464,"Date":"12/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":601,"Cost":553,"Date":"2/9/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":817,"Cost":703,"Date":"2/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":607,"Cost":543,"Date":"3/10/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":246,"Cost":226,"Date":"3/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":273,"Cost":150,"Date":"3/18/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":464,"Cost":292,"Date":"3/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":737,"Cost":597,"Date":"3/26/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":38,"Cost":19,"Date":"6/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":893,"Cost":719,"Date":"6/10/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":116,"Cost":89,"Date":"6/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":723,"Cost":562,"Date":"6/25/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":49,"Cost":29,"Date":"7/19/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":46,"Cost":42,"Date":"7/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":19,"Cost":17,"Date":"7/25/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":130,"Date":"8/4/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":601,"Cost":493,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":290,"Cost":231,"Date":"9/4/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":936,"Cost":706,"Date":"9/19/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":4,"Cost":2,"Date":"9/29/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":601,"Cost":369,"Date":"10/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":410,"Cost":373,"Date":"10/15/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":173,"Cost":152,"Date":"10/30/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":927,"Cost":600,"Date":"11/9/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":396,"Cost":358,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":331,"Cost":202,"Date":"11/30/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":575,"Cost":348,"Date":"12/8/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":606,"Cost":503,"Date":"12/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":121,"Cost":63,"Date":"1/15/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":701,"Cost":410,"Date":"1/24/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":90,"Cost":83,"Date":"2/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":845,"Cost":758,"Date":"2/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":655,"Cost":541,"Date":"3/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":23,"Cost":22,"Date":"3/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":345,"Cost":302,"Date":"4/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":846,"Cost":773,"Date":"5/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":730,"Cost":479,"Date":"5/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":162,"Cost":91,"Date":"6/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":693,"Cost":408,"Date":"6/26/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":334,"Cost":249,"Date":"7/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":53,"Cost":38,"Date":"7/13/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":399,"Cost":262,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":17,"Cost":14,"Date":"8/26/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":844,"Cost":649,"Date":"9/2/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":880,"Cost":651,"Date":"9/29/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":872,"Cost":693,"Date":"10/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":852,"Cost":664,"Date":"11/2/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":638,"Cost":588,"Date":"11/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":842,"Cost":561,"Date":"11/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":941,"Cost":656,"Date":"12/1/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":2,"Cost":2,"Date":"12/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":686,"Cost":464,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":885,"Cost":622,"Date":"12/18/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":935,"Cost":560,"Date":"12/20/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":33,"Cost":16,"Date":"12/20/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":161,"Cost":111,"Date":"12/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":303,"Cost":156,"Date":"1/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":263,"Cost":212,"Date":"2/5/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":508,"Cost":403,"Date":"2/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":371,"Cost":296,"Date":"2/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":66,"Cost":46,"Date":"2/18/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":325,"Cost":243,"Date":"2/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":516,"Cost":371,"Date":"2/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":513,"Cost":400,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":899,"Cost":659,"Date":"4/2/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":235,"Cost":149,"Date":"4/3/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":934,"Cost":561,"Date":"4/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":462,"Cost":374,"Date":"4/10/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":295,"Cost":244,"Date":"4/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":198,"Cost":118,"Date":"5/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":708,"Cost":364,"Date":"5/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":216,"Cost":175,"Date":"6/20/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":565,"Cost":465,"Date":"7/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":386,"Cost":233,"Date":"7/4/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":537,"Cost":458,"Date":"7/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":746,"Cost":501,"Date":"7/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":805,"Cost":454,"Date":"7/14/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":832,"Cost":449,"Date":"7/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":227,"Cost":190,"Date":"8/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":497,"Cost":288,"Date":"8/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":282,"Cost":188,"Date":"8/7/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":398,"Cost":202,"Date":"8/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":382,"Cost":290,"Date":"8/31/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":142,"Cost":85,"Date":"9/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":691,"Cost":529,"Date":"9/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":986,"Cost":727,"Date":"9/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":859,"Cost":499,"Date":"9/29/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":985,"Cost":921,"Date":"11/7/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":792,"Cost":537,"Date":"11/26/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":869,"Cost":717,"Date":"11/27/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":74,"Cost":62,"Date":"12/5/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":375,"Date":"12/26/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":576,"Cost":534,"Date":"12/31/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":909,"Cost":773,"Date":"1/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":387,"Cost":322,"Date":"2/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":53,"Cost":38,"Date":"2/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":107,"Cost":71,"Date":"2/27/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":339,"Cost":253,"Date":"3/1/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":234,"Cost":122,"Date":"3/1/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":323,"Cost":280,"Date":"3/19/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":879,"Cost":662,"Date":"3/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":786,"Cost":458,"Date":"5/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":574,"Cost":358,"Date":"7/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":94,"Cost":82,"Date":"8/5/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":374,"Cost":230,"Date":"8/12/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":700,"Cost":515,"Date":"8/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":679,"Cost":462,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":173,"Cost":97,"Date":"9/3/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":80,"Date":"9/5/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":33,"Cost":32,"Date":"10/6/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":657,"Cost":594,"Date":"10/19/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":477,"Cost":341,"Date":"11/15/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":492,"Cost":275,"Date":"12/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":653,"Cost":423,"Date":"1/8/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":355,"Cost":323,"Date":"1/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":62,"Cost":47,"Date":"1/19/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":555,"Cost":322,"Date":"1/28/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":538,"Cost":466,"Date":"1/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":457,"Cost":398,"Date":"3/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":561,"Cost":349,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":250,"Cost":187,"Date":"4/24/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":22,"Cost":16,"Date":"4/28/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":524,"Cost":482,"Date":"5/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":709,"Cost":364,"Date":"5/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":11,"Cost":9,"Date":"5/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":315,"Cost":278,"Date":"6/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":682,"Cost":360,"Date":"6/3/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":292,"Cost":147,"Date":"6/5/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":116,"Cost":85,"Date":"6/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":351,"Cost":327,"Date":"6/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":239,"Cost":175,"Date":"6/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":895,"Cost":608,"Date":"6/24/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":316,"Cost":191,"Date":"7/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":793,"Cost":425,"Date":"7/9/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":585,"Cost":349,"Date":"7/12/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":79,"Date":"8/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":221,"Cost":178,"Date":"8/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":867,"Cost":699,"Date":"8/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":421,"Cost":335,"Date":"9/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":320,"Cost":261,"Date":"9/3/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":721,"Cost":617,"Date":"9/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":959,"Cost":755,"Date":"10/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":403,"Cost":296,"Date":"11/1/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":412,"Cost":271,"Date":"11/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":530,"Cost":397,"Date":"12/17/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":500,"Cost":460,"Date":"2/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":841,"Cost":787,"Date":"2/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":377,"Cost":205,"Date":"3/4/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":747,"Cost":662,"Date":"3/9/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":167,"Cost":84,"Date":"3/9/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":940,"Cost":652,"Date":"3/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":68,"Cost":56,"Date":"3/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":773,"Cost":716,"Date":"3/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":506,"Cost":475,"Date":"3/23/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":785,"Cost":446,"Date":"4/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":355,"Cost":227,"Date":"5/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":677,"Cost":441,"Date":"5/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":376,"Cost":263,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":106,"Cost":92,"Date":"6/2/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":362,"Cost":341,"Date":"6/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":17,"Date":"6/16/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":355,"Cost":242,"Date":"6/16/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":378,"Cost":230,"Date":"7/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":552,"Cost":418,"Date":"7/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":65,"Cost":32,"Date":"8/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":524,"Cost":350,"Date":"8/29/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":519,"Cost":476,"Date":"8/31/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":985,"Cost":755,"Date":"9/8/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":897,"Cost":769,"Date":"9/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":22,"Cost":14,"Date":"9/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":247,"Cost":160,"Date":"9/19/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":538,"Cost":448,"Date":"9/25/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":615,"Cost":390,"Date":"10/4/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":328,"Cost":177,"Date":"10/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":177,"Cost":123,"Date":"10/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":146,"Cost":117,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":965,"Cost":754,"Date":"10/30/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":825,"Cost":581,"Date":"11/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":917,"Cost":521,"Date":"11/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":220,"Cost":120,"Date":"11/25/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":506,"Cost":402,"Date":"1/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":916,"Cost":692,"Date":"1/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":130,"Cost":113,"Date":"1/20/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":155,"Cost":125,"Date":"2/8/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":642,"Cost":342,"Date":"2/25/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":962,"Cost":702,"Date":"3/7/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":345,"Cost":319,"Date":"3/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":611,"Cost":350,"Date":"3/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":295,"Cost":237,"Date":"4/5/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":317,"Cost":252,"Date":"4/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":529,"Cost":293,"Date":"5/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":885,"Cost":476,"Date":"5/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":629,"Cost":467,"Date":"5/15/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":367,"Cost":297,"Date":"5/25/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":458,"Cost":254,"Date":"5/26/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":811,"Cost":708,"Date":"5/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":249,"Cost":158,"Date":"7/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":354,"Cost":192,"Date":"9/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":787,"Cost":496,"Date":"10/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":731,"Cost":417,"Date":"10/8/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":422,"Cost":300,"Date":"10/26/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":613,"Cost":332,"Date":"11/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":364,"Cost":279,"Date":"11/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":871,"Cost":484,"Date":"12/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":19,"Cost":12,"Date":"2/9/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":398,"Cost":259,"Date":"2/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":938,"Cost":628,"Date":"3/10/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":246,"Cost":208,"Date":"3/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":338,"Cost":307,"Date":"3/18/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":903,"Cost":611,"Date":"3/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":235,"Date":"3/26/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":532,"Cost":333,"Date":"6/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":580,"Cost":300,"Date":"6/10/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":987,"Cost":776,"Date":"6/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":886,"Cost":672,"Date":"6/25/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":598,"Cost":415,"Date":"7/19/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":775,"Cost":735,"Date":"7/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":206,"Cost":172,"Date":"7/25/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":321,"Cost":223,"Date":"8/4/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":170,"Cost":108,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":788,"Cost":491,"Date":"9/4/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":796,"Cost":577,"Date":"9/19/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":347,"Cost":284,"Date":"9/29/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":83,"Cost":73,"Date":"10/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":561,"Cost":401,"Date":"10/15/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":327,"Cost":264,"Date":"10/30/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":140,"Cost":89,"Date":"11/9/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":140,"Cost":96,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":73,"Date":"11/30/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":433,"Cost":384,"Date":"12/8/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":404,"Cost":349,"Date":"12/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":403,"Cost":251,"Date":"1/15/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":170,"Cost":113,"Date":"1/24/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":799,"Cost":540,"Date":"2/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":192,"Cost":129,"Date":"2/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":300,"Cost":167,"Date":"3/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":446,"Cost":374,"Date":"3/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":911,"Cost":463,"Date":"4/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":181,"Date":"5/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":493,"Date":"5/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":149,"Date":"6/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":705,"Cost":526,"Date":"6/26/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":357,"Cost":323,"Date":"7/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":155,"Cost":139,"Date":"7/13/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":502,"Cost":445,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":454,"Cost":313,"Date":"8/26/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":329,"Cost":166,"Date":"9/2/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":624,"Cost":342,"Date":"9/29/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":907,"Cost":454,"Date":"10/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":847,"Cost":579,"Date":"11/2/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":426,"Date":"11/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":768,"Cost":685,"Date":"11/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":252,"Cost":154,"Date":"12/1/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":541,"Cost":281,"Date":"12/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":523,"Cost":440,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":989,"Cost":779,"Date":"12/18/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":677,"Cost":416,"Date":"12/20/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":61,"Cost":52,"Date":"12/20/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":734,"Cost":693,"Date":"12/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":215,"Cost":203,"Date":"1/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":167,"Cost":134,"Date":"2/5/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":522,"Cost":377,"Date":"2/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":635,"Cost":384,"Date":"2/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":225,"Cost":121,"Date":"2/18/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":380,"Cost":192,"Date":"2/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":184,"Cost":135,"Date":"2/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":171,"Cost":87,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":719,"Cost":420,"Date":"4/2/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":186,"Cost":145,"Date":"4/3/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":511,"Date":"4/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":952,"Cost":778,"Date":"4/10/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":267,"Cost":228,"Date":"4/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":227,"Cost":191,"Date":"5/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":564,"Date":"5/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":633,"Cost":575,"Date":"6/20/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":227,"Cost":163,"Date":"7/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":7,"Cost":4,"Date":"7/4/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":532,"Cost":500,"Date":"7/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":367,"Date":"7/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":112,"Cost":105,"Date":"7/14/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":883,"Cost":732,"Date":"7/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":630,"Cost":471,"Date":"8/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":134,"Cost":115,"Date":"8/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":827,"Cost":466,"Date":"8/7/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":25,"Cost":16,"Date":"8/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":772,"Cost":660,"Date":"8/31/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":281,"Cost":184,"Date":"9/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":899,"Cost":499,"Date":"9/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":906,"Cost":637,"Date":"9/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":448,"Cost":246,"Date":"9/29/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":646,"Cost":489,"Date":"11/7/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":40,"Cost":36,"Date":"11/26/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":680,"Cost":510,"Date":"11/27/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":434,"Cost":297,"Date":"12/5/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":394,"Cost":201,"Date":"12/26/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":135,"Cost":71,"Date":"12/31/2020"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":881,"Cost":707,"Date":"1/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":890,"Cost":500,"Date":"2/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":909,"Cost":794,"Date":"2/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":928,"Cost":697,"Date":"2/27/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":514,"Cost":406,"Date":"3/1/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":514,"Cost":471,"Date":"3/1/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":425,"Cost":373,"Date":"3/19/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":937,"Cost":695,"Date":"3/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":307,"Cost":278,"Date":"5/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":55,"Cost":44,"Date":"7/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":63,"Cost":43,"Date":"8/5/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":346,"Cost":254,"Date":"8/12/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":755,"Cost":493,"Date":"8/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":881,"Cost":512,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":187,"Cost":117,"Date":"9/3/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":998,"Cost":514,"Date":"9/5/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":229,"Cost":217,"Date":"10/6/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":323,"Date":"10/19/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":528,"Cost":343,"Date":"11/15/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":549,"Cost":315,"Date":"12/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":224,"Cost":155,"Date":"1/8/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":489,"Cost":323,"Date":"1/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":64,"Cost":33,"Date":"1/19/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":997,"Cost":528,"Date":"1/28/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":69,"Cost":60,"Date":"1/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":912,"Cost":689,"Date":"3/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":200,"Cost":118,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":587,"Cost":323,"Date":"4/24/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":176,"Cost":110,"Date":"4/28/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":654,"Cost":597,"Date":"5/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":103,"Cost":76,"Date":"5/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":972,"Cost":496,"Date":"5/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":933,"Cost":882,"Date":"6/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":531,"Cost":321,"Date":"6/3/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":1000,"Cost":761,"Date":"6/5/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":211,"Cost":181,"Date":"6/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":4,"Date":"6/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":535,"Cost":273,"Date":"6/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":602,"Cost":552,"Date":"6/24/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":155,"Cost":142,"Date":"7/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":650,"Cost":485,"Date":"7/9/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":394,"Cost":305,"Date":"7/12/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":816,"Cost":651,"Date":"8/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":340,"Cost":313,"Date":"8/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":550,"Cost":305,"Date":"8/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":533,"Cost":447,"Date":"9/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":360,"Cost":238,"Date":"9/3/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":771,"Cost":719,"Date":"9/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":37,"Cost":23,"Date":"10/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":345,"Date":"11/1/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":440,"Cost":261,"Date":"11/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":396,"Cost":202,"Date":"12/17/2022"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":875,"Cost":537,"Date":"2/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":883,"Cost":820,"Date":"2/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":93,"Cost":46,"Date":"3/4/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":754,"Cost":651,"Date":"3/9/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":358,"Cost":254,"Date":"3/9/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":274,"Cost":160,"Date":"3/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":672,"Cost":531,"Date":"3/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":659,"Cost":466,"Date":"3/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":450,"Cost":226,"Date":"3/23/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":297,"Cost":207,"Date":"4/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":879,"Cost":549,"Date":"5/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":982,"Cost":777,"Date":"5/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":157,"Cost":99,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":685,"Cost":424,"Date":"6/2/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":152,"Cost":81,"Date":"6/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":617,"Cost":477,"Date":"6/16/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":551,"Cost":386,"Date":"6/16/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":424,"Cost":315,"Date":"7/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":359,"Cost":204,"Date":"7/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":765,"Cost":694,"Date":"8/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":594,"Cost":413,"Date":"8/29/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":373,"Cost":210,"Date":"8/31/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":693,"Cost":395,"Date":"9/8/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":544,"Cost":440,"Date":"9/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":933,"Cost":471,"Date":"9/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":227,"Cost":130,"Date":"9/19/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":427,"Cost":358,"Date":"9/25/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":415,"Cost":280,"Date":"10/4/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":544,"Cost":329,"Date":"10/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":96,"Cost":78,"Date":"10/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":918,"Cost":842,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":322,"Cost":233,"Date":"10/30/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":430,"Cost":252,"Date":"11/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":454,"Cost":355,"Date":"11/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":756,"Cost":455,"Date":"11/25/2023"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":370,"Cost":273,"Date":"1/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":968,"Cost":725,"Date":"1/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":147,"Cost":134,"Date":"1/20/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":127,"Cost":106,"Date":"2/8/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":325,"Cost":257,"Date":"2/25/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":578,"Cost":473,"Date":"3/7/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":908,"Cost":649,"Date":"3/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":241,"Cost":152,"Date":"3/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":291,"Cost":254,"Date":"4/5/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":809,"Cost":435,"Date":"4/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":323,"Cost":285,"Date":"5/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":233,"Cost":119,"Date":"5/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":53,"Cost":38,"Date":"5/15/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":892,"Cost":721,"Date":"5/25/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":607,"Cost":310,"Date":"5/26/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":229,"Cost":186,"Date":"5/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":459,"Cost":316,"Date":"7/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":106,"Cost":97,"Date":"9/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":928,"Cost":466,"Date":"10/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":342,"Cost":311,"Date":"10/8/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":160,"Cost":90,"Date":"10/26/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":540,"Cost":384,"Date":"11/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":828,"Cost":548,"Date":"11/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"Sellpy","Country":"Belgium","Sale":688,"Cost":512,"Date":"12/1/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":834,"Cost":534,"Date":"2/9/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":43,"Cost":27,"Date":"2/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":650,"Cost":417,"Date":"3/10/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":378,"Cost":356,"Date":"3/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":478,"Cost":268,"Date":"3/18/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":821,"Date":"3/20/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":22,"Cost":16,"Date":"3/26/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":473,"Cost":261,"Date":"6/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":384,"Cost":331,"Date":"6/10/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":416,"Cost":358,"Date":"6/16/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":743,"Cost":450,"Date":"6/25/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":865,"Cost":574,"Date":"7/19/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":106,"Cost":80,"Date":"7/21/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":59,"Cost":54,"Date":"7/25/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":824,"Cost":720,"Date":"8/4/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":966,"Cost":913,"Date":"9/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":3,"Cost":2,"Date":"9/4/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":186,"Cost":148,"Date":"9/19/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":827,"Cost":776,"Date":"9/29/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":162,"Cost":103,"Date":"10/2/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":123,"Cost":89,"Date":"10/15/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":24,"Cost":18,"Date":"10/30/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":316,"Cost":292,"Date":"11/9/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":592,"Cost":351,"Date":"11/23/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":800,"Cost":666,"Date":"11/30/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":629,"Cost":535,"Date":"12/8/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":553,"Cost":485,"Date":"12/11/2018"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":366,"Cost":269,"Date":"1/15/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":399,"Cost":309,"Date":"1/24/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":406,"Cost":227,"Date":"2/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":73,"Cost":56,"Date":"2/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":719,"Cost":626,"Date":"3/9/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":419,"Cost":286,"Date":"3/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":269,"Cost":220,"Date":"4/19/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":186,"Cost":137,"Date":"5/3/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":128,"Cost":68,"Date":"5/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":835,"Cost":641,"Date":"6/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":342,"Cost":277,"Date":"6/26/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":330,"Cost":284,"Date":"7/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":331,"Cost":229,"Date":"7/13/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":370,"Cost":347,"Date":"8/8/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":764,"Cost":409,"Date":"8/26/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":151,"Cost":104,"Date":"9/2/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":854,"Cost":599,"Date":"9/29/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":998,"Cost":938,"Date":"10/12/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":807,"Cost":672,"Date":"11/2/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":988,"Cost":932,"Date":"11/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":751,"Cost":574,"Date":"11/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":449,"Cost":318,"Date":"12/1/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":732,"Cost":625,"Date":"12/4/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":467,"Cost":365,"Date":"12/7/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":781,"Cost":557,"Date":"12/18/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":290,"Cost":217,"Date":"12/20/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":615,"Cost":394,"Date":"12/20/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":600,"Cost":317,"Date":"12/21/2019"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":225,"Cost":141,"Date":"1/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":128,"Cost":82,"Date":"2/5/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":998,"Cost":683,"Date":"2/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":717,"Cost":460,"Date":"2/16/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":963,"Cost":828,"Date":"2/18/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":44,"Cost":25,"Date":"2/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":80,"Cost":44,"Date":"2/25/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":809,"Cost":441,"Date":"3/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":238,"Cost":221,"Date":"4/2/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":554,"Cost":443,"Date":"4/3/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":311,"Cost":202,"Date":"4/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":330,"Cost":272,"Date":"4/10/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":961,"Cost":669,"Date":"4/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":801,"Cost":739,"Date":"5/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":72,"Cost":54,"Date":"5/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":308,"Cost":223,"Date":"6/20/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":540,"Cost":276,"Date":"7/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":833,"Cost":605,"Date":"7/4/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":978,"Cost":668,"Date":"7/8/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":960,"Cost":708,"Date":"7/9/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":312,"Cost":205,"Date":"7/14/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":88,"Cost":66,"Date":"7/19/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":581,"Cost":347,"Date":"8/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":467,"Cost":421,"Date":"8/6/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":124,"Cost":83,"Date":"8/7/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":577,"Cost":538,"Date":"8/22/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":15,"Cost":10,"Date":"8/31/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":862,"Cost":737,"Date":"9/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":909,"Cost":608,"Date":"9/1/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":216,"Cost":161,"Date":"9/17/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":263,"Cost":140,"Date":"9/29/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":288,"Cost":240,"Date":"11/7/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":175,"Date":"11/26/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":716,"Cost":594,"Date":"11/27/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":129,"Cost":74,"Date":"12/5/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":264,"Cost":167,"Date":"12/26/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":533,"Cost":361,"Date":"12/31/2020"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":566,"Cost":410,"Date":"1/20/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":80,"Cost":73,"Date":"2/2/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":63,"Cost":55,"Date":"2/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":18,"Cost":16,"Date":"2/27/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":448,"Cost":300,"Date":"3/1/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":517,"Cost":441,"Date":"3/1/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":735,"Cost":394,"Date":"3/19/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":932,"Cost":512,"Date":"3/28/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":140,"Cost":110,"Date":"5/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":280,"Cost":209,"Date":"7/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":252,"Cost":224,"Date":"8/5/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":699,"Cost":501,"Date":"8/12/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":545,"Cost":400,"Date":"8/21/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":750,"Cost":666,"Date":"8/23/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":566,"Cost":443,"Date":"9/3/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":427,"Cost":364,"Date":"9/5/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":646,"Cost":405,"Date":"10/6/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":805,"Cost":748,"Date":"10/19/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":776,"Cost":592,"Date":"11/15/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":28,"Cost":14,"Date":"12/8/2021"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":448,"Cost":340,"Date":"1/8/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":1000,"Cost":747,"Date":"1/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":981,"Cost":770,"Date":"1/19/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":832,"Cost":432,"Date":"1/28/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":211,"Cost":107,"Date":"1/31/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":165,"Cost":134,"Date":"3/27/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":39,"Cost":36,"Date":"4/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":979,"Cost":662,"Date":"4/24/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":75,"Cost":60,"Date":"4/28/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":929,"Cost":522,"Date":"5/15/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":645,"Cost":599,"Date":"5/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":657,"Cost":418,"Date":"5/18/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":700,"Cost":360,"Date":"6/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":558,"Cost":303,"Date":"6/3/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":939,"Cost":510,"Date":"6/5/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":2,"Cost":1,"Date":"6/7/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":40,"Cost":20,"Date":"6/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":101,"Cost":77,"Date":"6/20/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":736,"Cost":599,"Date":"6/24/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":563,"Cost":291,"Date":"7/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":693,"Cost":647,"Date":"7/9/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":594,"Cost":421,"Date":"7/12/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":826,"Cost":576,"Date":"8/14/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":15,"Cost":10,"Date":"8/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":519,"Cost":279,"Date":"8/23/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":15,"Cost":14,"Date":"9/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":441,"Cost":285,"Date":"9/3/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":14,"Cost":11,"Date":"9/16/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":601,"Cost":314,"Date":"10/4/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":148,"Cost":121,"Date":"11/1/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":105,"Cost":76,"Date":"11/2/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":801,"Cost":421,"Date":"12/17/2022"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":784,"Cost":580,"Date":"2/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":63,"Date":"2/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":370,"Cost":312,"Date":"3/4/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":173,"Cost":118,"Date":"3/9/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":75,"Cost":66,"Date":"3/9/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":158,"Cost":88,"Date":"3/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":266,"Cost":198,"Date":"3/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":100,"Cost":51,"Date":"3/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":336,"Cost":192,"Date":"3/23/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":131,"Cost":107,"Date":"4/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":376,"Cost":238,"Date":"5/7/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":236,"Cost":177,"Date":"5/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":640,"Cost":408,"Date":"5/20/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":933,"Cost":620,"Date":"6/2/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":210,"Date":"6/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":283,"Cost":196,"Date":"6/16/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":248,"Cost":180,"Date":"6/16/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":984,"Cost":720,"Date":"7/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":670,"Cost":557,"Date":"7/11/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":205,"Cost":141,"Date":"8/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":21,"Cost":12,"Date":"8/29/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":701,"Cost":391,"Date":"8/31/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":631,"Cost":574,"Date":"9/8/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":679,"Cost":458,"Date":"9/13/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":924,"Cost":715,"Date":"9/14/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":904,"Cost":487,"Date":"9/19/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":166,"Cost":112,"Date":"9/25/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":592,"Cost":302,"Date":"10/4/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":926,"Cost":751,"Date":"10/10/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":727,"Cost":558,"Date":"10/17/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":629,"Cost":327,"Date":"10/28/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":281,"Cost":204,"Date":"10/30/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":508,"Cost":473,"Date":"11/1/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":277,"Cost":218,"Date":"11/15/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":425,"Cost":338,"Date":"11/25/2023"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":812,"Cost":571,"Date":"1/10/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":441,"Cost":305,"Date":"1/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":247,"Date":"1/20/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":357,"Cost":278,"Date":"2/8/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":127,"Cost":102,"Date":"2/25/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":225,"Cost":167,"Date":"3/7/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":774,"Cost":424,"Date":"3/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":800,"Cost":681,"Date":"3/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":629,"Cost":592,"Date":"4/5/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":70,"Cost":65,"Date":"4/14/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":238,"Cost":183,"Date":"5/3/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":967,"Cost":517,"Date":"5/9/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":118,"Cost":97,"Date":"5/15/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":600,"Cost":519,"Date":"5/25/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":333,"Cost":267,"Date":"5/26/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":227,"Cost":206,"Date":"5/31/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":980,"Cost":923,"Date":"7/27/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":593,"Cost":546,"Date":"9/17/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":20,"Cost":15,"Date":"10/6/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":8,"Cost":7,"Date":"10/8/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":269,"Cost":249,"Date":"10/26/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":242,"Cost":133,"Date":"11/16/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":322,"Cost":234,"Date":"11/18/2024"},{"Store":"Les Grands Prés, Mons","Brand":"ARKET","Country":"Belgium","Sale":338,"Cost":208,"Date":"12/1/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":63,"Cost":33,"Date":"2/9/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":574,"Cost":339,"Date":"2/11/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":508,"Cost":440,"Date":"3/10/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":152,"Cost":92,"Date":"3/16/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":417,"Cost":342,"Date":"3/18/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":112,"Cost":97,"Date":"3/20/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":503,"Cost":376,"Date":"3/26/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":30,"Cost":24,"Date":"6/2/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":762,"Cost":398,"Date":"6/10/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":467,"Cost":325,"Date":"6/16/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":293,"Cost":259,"Date":"6/25/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":50,"Cost":45,"Date":"7/19/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":180,"Cost":160,"Date":"7/21/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":359,"Cost":185,"Date":"7/25/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":863,"Cost":455,"Date":"8/4/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":488,"Cost":354,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":566,"Cost":316,"Date":"9/4/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":184,"Cost":128,"Date":"9/19/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":858,"Cost":592,"Date":"9/29/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":495,"Cost":316,"Date":"10/2/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":608,"Cost":310,"Date":"10/15/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":576,"Cost":449,"Date":"10/30/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":716,"Cost":443,"Date":"11/9/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":340,"Cost":296,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":872,"Cost":718,"Date":"11/30/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":118,"Cost":81,"Date":"12/8/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":712,"Cost":552,"Date":"12/11/2018"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":2,"Cost":1,"Date":"1/15/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":857,"Cost":612,"Date":"1/24/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":363,"Cost":219,"Date":"2/3/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":719,"Cost":580,"Date":"2/4/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":828,"Cost":538,"Date":"3/9/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":500,"Cost":410,"Date":"3/12/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":613,"Cost":566,"Date":"4/19/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":572,"Cost":499,"Date":"5/3/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":330,"Date":"5/4/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":970,"Cost":904,"Date":"6/8/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":807,"Cost":711,"Date":"6/26/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":215,"Cost":176,"Date":"7/4/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":837,"Cost":517,"Date":"7/13/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":40,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":413,"Cost":345,"Date":"8/26/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":307,"Cost":210,"Date":"9/2/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":940,"Cost":839,"Date":"9/29/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":885,"Cost":646,"Date":"10/12/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":461,"Cost":241,"Date":"11/2/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":747,"Cost":689,"Date":"11/4/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":788,"Cost":701,"Date":"11/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":594,"Cost":433,"Date":"12/1/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":86,"Cost":64,"Date":"12/4/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":661,"Cost":580,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":422,"Cost":236,"Date":"12/18/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":452,"Cost":338,"Date":"12/20/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":820,"Cost":433,"Date":"12/20/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":460,"Cost":313,"Date":"12/21/2019"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":946,"Cost":505,"Date":"1/9/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":923,"Cost":838,"Date":"2/5/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":180,"Cost":162,"Date":"2/16/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":520,"Cost":441,"Date":"2/16/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":239,"Cost":204,"Date":"2/18/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":37,"Cost":25,"Date":"2/22/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":561,"Cost":342,"Date":"2/25/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":371,"Cost":316,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":434,"Cost":322,"Date":"4/2/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":241,"Cost":219,"Date":"4/3/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":675,"Cost":528,"Date":"4/9/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":110,"Cost":62,"Date":"4/10/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":749,"Cost":375,"Date":"4/19/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":326,"Cost":216,"Date":"5/17/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":644,"Cost":546,"Date":"5/22/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":429,"Cost":330,"Date":"6/20/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":237,"Cost":142,"Date":"7/1/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":197,"Cost":105,"Date":"7/4/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":456,"Cost":300,"Date":"7/8/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":386,"Cost":344,"Date":"7/9/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":587,"Cost":334,"Date":"7/14/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":95,"Cost":58,"Date":"7/19/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":987,"Cost":798,"Date":"8/1/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":287,"Cost":249,"Date":"8/6/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":15,"Cost":7,"Date":"8/7/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":954,"Cost":491,"Date":"8/22/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":42,"Cost":37,"Date":"8/31/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":929,"Cost":805,"Date":"9/1/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":168,"Cost":102,"Date":"9/1/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":539,"Cost":300,"Date":"9/17/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":5,"Cost":3,"Date":"9/29/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":905,"Cost":804,"Date":"11/7/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":435,"Cost":372,"Date":"11/26/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":499,"Cost":294,"Date":"11/27/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":285,"Cost":144,"Date":"12/5/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":453,"Cost":274,"Date":"12/26/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":743,"Cost":527,"Date":"12/31/2020"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":731,"Cost":687,"Date":"1/20/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":36,"Cost":35,"Date":"2/2/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":542,"Cost":399,"Date":"2/8/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":158,"Cost":80,"Date":"2/27/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":828,"Cost":597,"Date":"3/1/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":743,"Cost":683,"Date":"3/1/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":699,"Cost":626,"Date":"3/19/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":340,"Cost":315,"Date":"3/28/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":509,"Cost":351,"Date":"5/21/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":143,"Cost":72,"Date":"7/21/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":84,"Cost":62,"Date":"8/5/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":961,"Cost":904,"Date":"8/12/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":56,"Cost":34,"Date":"8/21/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":781,"Cost":591,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":96,"Cost":82,"Date":"9/3/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":474,"Cost":410,"Date":"9/5/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":628,"Cost":463,"Date":"10/6/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":103,"Cost":55,"Date":"10/19/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":600,"Cost":522,"Date":"11/15/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":553,"Cost":305,"Date":"12/8/2021"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":198,"Cost":162,"Date":"1/8/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":604,"Cost":429,"Date":"1/14/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":527,"Cost":301,"Date":"1/19/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":693,"Cost":616,"Date":"1/28/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":789,"Cost":692,"Date":"1/31/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":75,"Date":"3/27/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":889,"Cost":657,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":262,"Cost":179,"Date":"4/24/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":703,"Cost":457,"Date":"4/28/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":103,"Cost":93,"Date":"5/15/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":11,"Cost":11,"Date":"5/16/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":369,"Cost":322,"Date":"5/18/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":513,"Cost":393,"Date":"6/2/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":699,"Cost":368,"Date":"6/3/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":615,"Cost":394,"Date":"6/5/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":553,"Cost":364,"Date":"6/7/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":653,"Cost":615,"Date":"6/14/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":830,"Cost":600,"Date":"6/20/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":355,"Cost":260,"Date":"6/24/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":949,"Cost":721,"Date":"7/4/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":924,"Cost":562,"Date":"7/9/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":782,"Cost":558,"Date":"7/12/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":401,"Cost":268,"Date":"8/14/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":80,"Cost":49,"Date":"8/16/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":910,"Cost":860,"Date":"8/23/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":569,"Cost":532,"Date":"9/2/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":326,"Cost":291,"Date":"9/3/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":58,"Cost":55,"Date":"9/16/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":364,"Cost":251,"Date":"10/4/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":931,"Cost":565,"Date":"11/1/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":376,"Cost":282,"Date":"11/2/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":548,"Cost":295,"Date":"12/17/2022"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":364,"Cost":195,"Date":"2/10/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":615,"Cost":474,"Date":"2/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":393,"Cost":205,"Date":"3/4/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":932,"Cost":739,"Date":"3/9/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":526,"Cost":295,"Date":"3/9/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":579,"Cost":548,"Date":"3/11/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":575,"Cost":345,"Date":"3/17/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":190,"Cost":156,"Date":"3/17/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":362,"Cost":297,"Date":"3/23/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":798,"Cost":453,"Date":"4/1/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":932,"Cost":607,"Date":"5/7/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":660,"Cost":368,"Date":"5/10/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":980,"Cost":786,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":923,"Cost":736,"Date":"6/2/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":944,"Cost":874,"Date":"6/11/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":122,"Cost":77,"Date":"6/16/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":600,"Cost":337,"Date":"6/16/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":199,"Cost":142,"Date":"7/10/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":584,"Cost":439,"Date":"7/11/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":824,"Cost":735,"Date":"8/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":812,"Cost":499,"Date":"8/29/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":390,"Cost":356,"Date":"8/31/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":697,"Cost":466,"Date":"9/8/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":693,"Cost":367,"Date":"9/13/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":592,"Cost":521,"Date":"9/14/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":505,"Cost":300,"Date":"9/19/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":809,"Cost":621,"Date":"9/25/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":230,"Cost":170,"Date":"10/4/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":300,"Cost":222,"Date":"10/10/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":705,"Cost":436,"Date":"10/17/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":153,"Cost":87,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":37,"Cost":35,"Date":"10/30/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":27,"Cost":18,"Date":"11/1/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":618,"Cost":578,"Date":"11/15/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":375,"Cost":241,"Date":"11/25/2023"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":783,"Cost":571,"Date":"1/10/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":312,"Cost":209,"Date":"1/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":647,"Cost":564,"Date":"1/20/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":547,"Cost":454,"Date":"2/8/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":774,"Cost":620,"Date":"2/25/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":248,"Cost":161,"Date":"3/7/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":174,"Cost":113,"Date":"3/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":729,"Cost":412,"Date":"3/27/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":922,"Cost":776,"Date":"4/5/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":898,"Cost":537,"Date":"4/14/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":895,"Cost":569,"Date":"5/3/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":962,"Cost":597,"Date":"5/9/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":137,"Cost":125,"Date":"5/15/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":812,"Cost":434,"Date":"5/25/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":238,"Cost":192,"Date":"5/26/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":812,"Cost":628,"Date":"5/31/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":925,"Cost":543,"Date":"7/27/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":734,"Cost":368,"Date":"9/17/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":628,"Cost":531,"Date":"10/6/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":958,"Cost":593,"Date":"10/8/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":796,"Cost":451,"Date":"10/26/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":939,"Cost":714,"Date":"11/16/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":677,"Cost":549,"Date":"11/18/2024"},{"Store":"Eupen Shopping Center","Brand":"Sellpy","Country":"Belgium","Sale":969,"Cost":839,"Date":"12/1/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":364,"Date":"2/9/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":720,"Cost":479,"Date":"2/11/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":575,"Cost":440,"Date":"3/10/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":637,"Cost":572,"Date":"3/16/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":838,"Cost":526,"Date":"3/18/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":420,"Date":"3/20/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":276,"Cost":139,"Date":"3/26/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":756,"Cost":478,"Date":"6/2/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":323,"Cost":295,"Date":"6/10/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":403,"Date":"6/16/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":718,"Cost":640,"Date":"6/25/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":207,"Cost":177,"Date":"7/19/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":656,"Cost":623,"Date":"7/21/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":829,"Cost":646,"Date":"7/25/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":928,"Cost":557,"Date":"8/4/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":375,"Cost":204,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":164,"Cost":128,"Date":"9/4/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":622,"Cost":584,"Date":"9/19/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":291,"Cost":197,"Date":"9/29/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":983,"Cost":785,"Date":"10/2/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":62,"Cost":54,"Date":"10/15/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":235,"Date":"10/30/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":113,"Cost":79,"Date":"11/9/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":980,"Cost":923,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":681,"Cost":515,"Date":"11/30/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":580,"Cost":436,"Date":"12/8/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":325,"Cost":174,"Date":"12/11/2018"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":731,"Cost":583,"Date":"1/15/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":531,"Cost":436,"Date":"1/24/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":545,"Cost":291,"Date":"2/3/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":89,"Cost":60,"Date":"2/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":8,"Cost":5,"Date":"3/9/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":428,"Cost":250,"Date":"3/12/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":744,"Cost":627,"Date":"4/19/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":592,"Cost":367,"Date":"5/3/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":172,"Cost":108,"Date":"5/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":142,"Cost":115,"Date":"6/8/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":724,"Cost":403,"Date":"6/26/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":212,"Cost":199,"Date":"7/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":738,"Cost":441,"Date":"7/13/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":80,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":411,"Cost":292,"Date":"8/26/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":386,"Cost":284,"Date":"9/2/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":894,"Cost":820,"Date":"9/29/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":7,"Date":"10/12/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":42,"Cost":37,"Date":"11/2/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":953,"Cost":605,"Date":"11/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":52,"Date":"11/7/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":428,"Cost":347,"Date":"12/1/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":884,"Cost":522,"Date":"12/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":40,"Cost":37,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":414,"Cost":361,"Date":"12/18/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":162,"Cost":114,"Date":"12/20/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":265,"Cost":147,"Date":"12/20/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":385,"Cost":339,"Date":"12/21/2019"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":423,"Cost":361,"Date":"1/9/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":891,"Cost":714,"Date":"2/5/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":623,"Cost":464,"Date":"2/16/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":67,"Cost":38,"Date":"2/16/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":7,"Date":"2/18/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":454,"Cost":382,"Date":"2/22/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":211,"Cost":111,"Date":"2/25/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":525,"Cost":386,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":485,"Cost":344,"Date":"4/2/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":2,"Cost":1,"Date":"4/3/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":438,"Cost":309,"Date":"4/9/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":711,"Cost":586,"Date":"4/10/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":40,"Cost":38,"Date":"4/19/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":59,"Cost":43,"Date":"5/17/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":536,"Cost":465,"Date":"5/22/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":469,"Cost":381,"Date":"6/20/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":706,"Cost":568,"Date":"7/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":659,"Cost":617,"Date":"7/4/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":283,"Date":"7/8/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":811,"Cost":623,"Date":"7/9/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":822,"Cost":701,"Date":"7/14/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":799,"Cost":460,"Date":"7/19/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":272,"Cost":250,"Date":"8/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":411,"Cost":357,"Date":"8/6/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":627,"Cost":579,"Date":"8/7/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":883,"Cost":509,"Date":"8/22/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":660,"Cost":390,"Date":"8/31/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":41,"Cost":22,"Date":"9/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":634,"Cost":379,"Date":"9/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":798,"Cost":509,"Date":"9/17/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":430,"Cost":255,"Date":"9/29/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":337,"Cost":194,"Date":"11/7/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":153,"Cost":118,"Date":"11/26/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":370,"Cost":341,"Date":"11/27/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":739,"Cost":698,"Date":"12/5/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":919,"Cost":869,"Date":"12/26/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":861,"Cost":680,"Date":"12/31/2020"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":527,"Cost":398,"Date":"1/20/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":129,"Cost":118,"Date":"2/2/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":520,"Cost":456,"Date":"2/8/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":792,"Cost":440,"Date":"2/27/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":988,"Cost":888,"Date":"3/1/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":139,"Cost":84,"Date":"3/1/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":128,"Cost":84,"Date":"3/19/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":48,"Cost":37,"Date":"3/28/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":741,"Date":"5/21/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":784,"Date":"7/21/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":503,"Cost":364,"Date":"8/5/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":432,"Cost":383,"Date":"8/12/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":252,"Cost":132,"Date":"8/21/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":717,"Cost":580,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":934,"Cost":753,"Date":"9/3/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":529,"Cost":436,"Date":"9/5/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":145,"Cost":106,"Date":"10/6/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":661,"Cost":447,"Date":"10/19/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":240,"Cost":198,"Date":"11/15/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":225,"Cost":125,"Date":"12/8/2021"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":246,"Cost":212,"Date":"1/8/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":986,"Cost":626,"Date":"1/14/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":255,"Cost":179,"Date":"1/19/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":400,"Cost":211,"Date":"1/28/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":128,"Cost":74,"Date":"1/31/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":496,"Cost":425,"Date":"3/27/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":453,"Cost":337,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":14,"Cost":9,"Date":"4/24/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":493,"Cost":321,"Date":"4/28/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":374,"Cost":301,"Date":"5/15/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":990,"Cost":679,"Date":"5/16/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":32,"Cost":22,"Date":"5/18/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":387,"Cost":368,"Date":"6/2/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":726,"Cost":482,"Date":"6/3/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":85,"Cost":50,"Date":"6/5/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":171,"Cost":162,"Date":"6/7/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":505,"Cost":260,"Date":"6/14/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":99,"Cost":83,"Date":"6/20/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":271,"Cost":234,"Date":"6/24/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":416,"Cost":356,"Date":"7/4/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":284,"Cost":237,"Date":"7/9/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":624,"Cost":471,"Date":"7/12/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":947,"Cost":672,"Date":"8/14/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":515,"Cost":421,"Date":"8/16/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":325,"Cost":188,"Date":"8/23/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":501,"Cost":308,"Date":"9/2/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":76,"Date":"9/3/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":40,"Cost":30,"Date":"9/16/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":878,"Cost":509,"Date":"10/4/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":575,"Cost":446,"Date":"11/1/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":414,"Cost":308,"Date":"11/2/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":339,"Date":"12/17/2022"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":180,"Cost":115,"Date":"2/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":281,"Cost":197,"Date":"2/28/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":663,"Cost":570,"Date":"3/4/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":549,"Cost":517,"Date":"3/9/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":440,"Cost":302,"Date":"3/9/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":991,"Cost":772,"Date":"3/11/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":749,"Cost":683,"Date":"3/17/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":860,"Cost":777,"Date":"3/17/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":185,"Cost":175,"Date":"3/23/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":704,"Cost":603,"Date":"4/1/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":694,"Cost":398,"Date":"5/7/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":43,"Cost":41,"Date":"5/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":130,"Cost":111,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":62,"Cost":56,"Date":"6/2/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":488,"Cost":275,"Date":"6/11/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":125,"Cost":66,"Date":"6/16/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":421,"Cost":335,"Date":"6/16/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":400,"Cost":252,"Date":"7/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":671,"Cost":635,"Date":"7/11/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":288,"Cost":272,"Date":"8/28/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":379,"Cost":259,"Date":"8/29/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":972,"Cost":742,"Date":"8/31/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":127,"Cost":79,"Date":"9/8/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":51,"Cost":41,"Date":"9/13/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":651,"Cost":616,"Date":"9/14/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":214,"Cost":189,"Date":"9/19/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":524,"Date":"9/25/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":204,"Cost":168,"Date":"10/4/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":28,"Cost":16,"Date":"10/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":693,"Cost":584,"Date":"10/17/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":483,"Cost":317,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":317,"Cost":301,"Date":"10/30/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":10,"Date":"11/1/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":691,"Cost":406,"Date":"11/15/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":964,"Cost":751,"Date":"11/25/2023"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":342,"Cost":307,"Date":"1/10/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":642,"Cost":346,"Date":"1/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":644,"Cost":519,"Date":"1/20/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":685,"Cost":613,"Date":"2/8/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":136,"Cost":100,"Date":"2/25/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":878,"Cost":578,"Date":"3/7/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":881,"Cost":500,"Date":"3/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":450,"Cost":270,"Date":"3/27/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":89,"Date":"4/5/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":714,"Cost":647,"Date":"4/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":223,"Cost":154,"Date":"5/3/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":868,"Cost":538,"Date":"5/9/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":434,"Cost":241,"Date":"5/15/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":156,"Cost":100,"Date":"5/25/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":698,"Cost":383,"Date":"5/26/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":435,"Cost":244,"Date":"5/31/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":122,"Cost":103,"Date":"7/27/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":64,"Cost":51,"Date":"9/17/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":900,"Cost":735,"Date":"10/6/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":947,"Cost":801,"Date":"10/8/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":825,"Cost":541,"Date":"10/26/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":467,"Cost":440,"Date":"11/16/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":392,"Cost":338,"Date":"11/18/2024"},{"Store":"Eupen Shopping Center","Brand":"HM Home","Country":"Belgium","Sale":131,"Cost":74,"Date":"12/1/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":61,"Cost":35,"Date":"2/9/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":226,"Cost":190,"Date":"2/11/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":146,"Cost":137,"Date":"3/10/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":820,"Cost":440,"Date":"3/16/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":28,"Cost":20,"Date":"3/18/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":979,"Cost":578,"Date":"3/20/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":297,"Cost":268,"Date":"3/26/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":275,"Cost":143,"Date":"6/2/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":205,"Cost":137,"Date":"6/10/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":875,"Cost":687,"Date":"6/16/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":237,"Cost":167,"Date":"6/25/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":683,"Cost":580,"Date":"7/19/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":133,"Cost":98,"Date":"7/21/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":467,"Cost":391,"Date":"7/25/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":482,"Cost":327,"Date":"8/4/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":486,"Cost":276,"Date":"9/2/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":651,"Cost":530,"Date":"9/4/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":177,"Cost":116,"Date":"9/19/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":646,"Cost":456,"Date":"9/29/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":336,"Cost":239,"Date":"10/2/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":820,"Cost":749,"Date":"10/15/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":449,"Cost":421,"Date":"10/30/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":382,"Cost":337,"Date":"11/9/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":481,"Cost":259,"Date":"11/23/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":566,"Cost":455,"Date":"11/30/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":374,"Cost":197,"Date":"12/8/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":609,"Cost":535,"Date":"12/11/2018"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":217,"Cost":184,"Date":"1/15/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":695,"Cost":406,"Date":"1/24/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":693,"Cost":587,"Date":"2/3/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":330,"Cost":241,"Date":"2/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":173,"Cost":157,"Date":"3/9/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":878,"Cost":522,"Date":"3/12/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":163,"Cost":140,"Date":"4/19/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":912,"Cost":800,"Date":"5/3/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":924,"Cost":748,"Date":"5/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":251,"Cost":140,"Date":"6/8/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":226,"Cost":169,"Date":"6/26/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":245,"Cost":142,"Date":"7/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":580,"Cost":325,"Date":"7/13/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":466,"Cost":402,"Date":"8/8/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":802,"Cost":484,"Date":"8/26/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":745,"Cost":616,"Date":"9/2/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":637,"Cost":490,"Date":"9/29/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":409,"Cost":387,"Date":"10/12/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":91,"Cost":59,"Date":"11/2/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":997,"Cost":731,"Date":"11/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":28,"Cost":20,"Date":"11/7/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":625,"Cost":522,"Date":"12/1/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":265,"Cost":134,"Date":"12/4/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":688,"Cost":521,"Date":"12/7/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":507,"Cost":303,"Date":"12/18/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":258,"Cost":205,"Date":"12/20/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":533,"Cost":428,"Date":"12/20/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":238,"Cost":148,"Date":"12/21/2019"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":698,"Cost":473,"Date":"1/9/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":847,"Cost":668,"Date":"2/5/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":906,"Cost":562,"Date":"2/16/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":238,"Cost":174,"Date":"2/16/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":144,"Cost":105,"Date":"2/18/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":119,"Cost":63,"Date":"2/22/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":483,"Cost":288,"Date":"2/25/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":489,"Cost":403,"Date":"3/8/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":66,"Cost":51,"Date":"4/2/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":770,"Cost":656,"Date":"4/3/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":775,"Cost":492,"Date":"4/9/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":458,"Cost":339,"Date":"4/10/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":235,"Cost":156,"Date":"4/19/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":334,"Cost":274,"Date":"5/17/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":571,"Cost":464,"Date":"5/22/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":767,"Cost":606,"Date":"6/20/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":428,"Cost":304,"Date":"7/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":262,"Cost":176,"Date":"7/4/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":455,"Cost":299,"Date":"7/8/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":374,"Cost":256,"Date":"7/9/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":41,"Cost":22,"Date":"7/14/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":414,"Cost":345,"Date":"7/19/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":202,"Cost":175,"Date":"8/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":553,"Cost":446,"Date":"8/6/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":853,"Cost":558,"Date":"8/7/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":978,"Cost":793,"Date":"8/22/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":884,"Cost":531,"Date":"8/31/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":169,"Cost":88,"Date":"9/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":930,"Cost":502,"Date":"9/1/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":324,"Cost":202,"Date":"9/17/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":776,"Cost":576,"Date":"9/29/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":741,"Cost":377,"Date":"11/7/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":547,"Cost":310,"Date":"11/26/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":391,"Cost":238,"Date":"11/27/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":619,"Cost":444,"Date":"12/5/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":807,"Cost":661,"Date":"12/26/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":164,"Cost":142,"Date":"12/31/2020"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":936,"Cost":510,"Date":"1/20/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":31,"Cost":18,"Date":"2/2/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":821,"Cost":719,"Date":"2/8/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":298,"Cost":249,"Date":"2/27/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":905,"Cost":794,"Date":"3/1/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":811,"Cost":619,"Date":"3/1/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":129,"Cost":96,"Date":"3/19/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":713,"Cost":635,"Date":"3/28/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":991,"Cost":901,"Date":"5/21/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":280,"Cost":180,"Date":"7/21/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":119,"Cost":91,"Date":"8/5/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":252,"Cost":230,"Date":"8/12/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":133,"Cost":91,"Date":"8/21/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":448,"Cost":275,"Date":"8/23/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":175,"Cost":123,"Date":"9/3/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":715,"Cost":437,"Date":"9/5/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":486,"Cost":316,"Date":"10/6/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":267,"Cost":172,"Date":"10/19/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":857,"Cost":679,"Date":"11/15/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":98,"Cost":82,"Date":"12/8/2021"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":74,"Cost":51,"Date":"1/8/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":382,"Cost":348,"Date":"1/14/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":274,"Cost":238,"Date":"1/19/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":396,"Cost":373,"Date":"1/28/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":331,"Cost":237,"Date":"1/31/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":847,"Cost":602,"Date":"3/27/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":519,"Cost":295,"Date":"4/20/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":626,"Cost":472,"Date":"4/24/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":939,"Cost":563,"Date":"4/28/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":363,"Cost":194,"Date":"5/15/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":236,"Cost":219,"Date":"5/16/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":469,"Cost":308,"Date":"5/18/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":951,"Cost":689,"Date":"6/2/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":490,"Cost":277,"Date":"6/3/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":142,"Cost":130,"Date":"6/5/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":1,"Cost":1,"Date":"6/7/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":129,"Cost":121,"Date":"6/14/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":358,"Cost":186,"Date":"6/20/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":549,"Cost":472,"Date":"6/24/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":167,"Cost":83,"Date":"7/4/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":71,"Cost":64,"Date":"7/9/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":88,"Cost":46,"Date":"7/12/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":537,"Cost":277,"Date":"8/14/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":994,"Cost":756,"Date":"8/16/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":790,"Cost":582,"Date":"8/23/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":876,"Cost":673,"Date":"9/2/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":220,"Cost":189,"Date":"9/3/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":319,"Cost":241,"Date":"9/16/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":541,"Cost":315,"Date":"10/4/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":931,"Cost":694,"Date":"11/1/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":213,"Cost":159,"Date":"11/2/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":301,"Cost":272,"Date":"12/17/2022"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":417,"Cost":262,"Date":"2/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":218,"Cost":187,"Date":"2/28/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":572,"Cost":454,"Date":"3/4/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":280,"Cost":247,"Date":"3/9/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":263,"Cost":136,"Date":"3/9/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":319,"Cost":161,"Date":"3/11/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":400,"Cost":234,"Date":"3/17/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":369,"Cost":219,"Date":"3/17/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":825,"Cost":546,"Date":"3/23/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":368,"Cost":318,"Date":"4/1/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":363,"Cost":269,"Date":"5/7/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":513,"Cost":358,"Date":"5/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":612,"Cost":536,"Date":"5/20/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":630,"Cost":387,"Date":"6/2/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":239,"Cost":148,"Date":"6/11/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":415,"Cost":355,"Date":"6/16/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":676,"Cost":630,"Date":"6/16/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":495,"Cost":274,"Date":"7/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":295,"Cost":230,"Date":"7/11/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":282,"Cost":204,"Date":"8/28/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":239,"Cost":165,"Date":"8/29/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":310,"Cost":169,"Date":"8/31/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":978,"Cost":676,"Date":"9/8/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":31,"Cost":26,"Date":"9/13/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":786,"Cost":450,"Date":"9/14/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":96,"Cost":87,"Date":"9/19/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":989,"Cost":649,"Date":"9/25/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":608,"Cost":396,"Date":"10/4/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":370,"Cost":352,"Date":"10/10/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":237,"Cost":198,"Date":"10/17/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":50,"Cost":32,"Date":"10/28/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":927,"Cost":496,"Date":"10/30/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":416,"Cost":259,"Date":"11/1/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":110,"Cost":101,"Date":"11/15/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":211,"Cost":125,"Date":"11/25/2023"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":413,"Cost":295,"Date":"1/10/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":671,"Cost":531,"Date":"1/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":93,"Cost":80,"Date":"1/20/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":99,"Cost":88,"Date":"2/8/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":166,"Cost":144,"Date":"2/25/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":584,"Cost":294,"Date":"3/7/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":711,"Cost":614,"Date":"3/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":445,"Cost":339,"Date":"3/27/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":837,"Cost":602,"Date":"4/5/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":358,"Cost":289,"Date":"4/14/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":839,"Cost":627,"Date":"5/3/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":656,"Cost":539,"Date":"5/9/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":99,"Cost":89,"Date":"5/15/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":185,"Cost":175,"Date":"5/25/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":347,"Cost":180,"Date":"5/26/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":310,"Cost":288,"Date":"5/31/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":406,"Cost":220,"Date":"7/27/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":904,"Cost":654,"Date":"9/17/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":799,"Cost":484,"Date":"10/6/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":909,"Cost":668,"Date":"10/8/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":228,"Cost":176,"Date":"10/26/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":553,"Cost":402,"Date":"11/16/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":540,"Cost":329,"Date":"11/18/2024"},{"Store":"Eupen Shopping Center","Brand":"HM","Country":"Belgium","Sale":283,"Cost":231,"Date":"12/1/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":406,"Cost":227,"Date":"2/9/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":594,"Cost":367,"Date":"2/11/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":420,"Cost":267,"Date":"3/10/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":279,"Cost":206,"Date":"3/16/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":92,"Cost":53,"Date":"3/18/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":919,"Cost":706,"Date":"3/20/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":562,"Cost":368,"Date":"3/26/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":21,"Cost":12,"Date":"6/2/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":57,"Cost":55,"Date":"6/10/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":156,"Cost":94,"Date":"6/16/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":556,"Cost":369,"Date":"6/25/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":77,"Cost":51,"Date":"7/19/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":928,"Cost":502,"Date":"7/21/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":753,"Cost":589,"Date":"7/25/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":874,"Cost":475,"Date":"8/4/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":690,"Cost":417,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":917,"Cost":545,"Date":"9/4/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":501,"Cost":471,"Date":"9/19/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":891,"Cost":826,"Date":"9/29/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":962,"Cost":840,"Date":"10/2/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":895,"Cost":715,"Date":"10/15/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":313,"Cost":199,"Date":"10/30/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":104,"Cost":85,"Date":"11/9/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":411,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":828,"Cost":752,"Date":"11/30/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":854,"Cost":557,"Date":"12/8/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":213,"Cost":151,"Date":"12/11/2018"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":94,"Cost":55,"Date":"1/15/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":421,"Cost":327,"Date":"1/24/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":869,"Cost":492,"Date":"2/3/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":780,"Cost":500,"Date":"2/4/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":441,"Cost":282,"Date":"3/9/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":660,"Cost":622,"Date":"3/12/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":65,"Cost":57,"Date":"4/19/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":211,"Cost":109,"Date":"5/3/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":752,"Cost":578,"Date":"5/4/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":352,"Cost":180,"Date":"6/8/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":733,"Cost":374,"Date":"6/26/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":547,"Cost":363,"Date":"7/4/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":796,"Cost":604,"Date":"7/13/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":878,"Cost":585,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":662,"Cost":581,"Date":"8/26/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":219,"Date":"9/2/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":205,"Cost":162,"Date":"9/29/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":334,"Cost":318,"Date":"10/12/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":213,"Cost":174,"Date":"11/2/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":886,"Cost":470,"Date":"11/4/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":293,"Cost":200,"Date":"11/7/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":303,"Cost":218,"Date":"12/1/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":583,"Cost":389,"Date":"12/4/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":61,"Cost":51,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":595,"Cost":513,"Date":"12/18/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":863,"Cost":437,"Date":"12/20/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":492,"Cost":406,"Date":"12/20/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":409,"Cost":235,"Date":"12/21/2019"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":826,"Cost":585,"Date":"1/9/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":391,"Cost":223,"Date":"2/5/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":243,"Cost":217,"Date":"2/16/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":398,"Cost":320,"Date":"2/16/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":422,"Cost":323,"Date":"2/18/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":244,"Cost":146,"Date":"2/22/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":854,"Cost":551,"Date":"2/25/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":986,"Cost":896,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":946,"Cost":841,"Date":"4/2/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":802,"Cost":753,"Date":"4/3/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":168,"Cost":159,"Date":"4/9/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":780,"Cost":480,"Date":"4/10/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":330,"Date":"4/19/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":676,"Cost":353,"Date":"5/17/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":819,"Cost":754,"Date":"5/22/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":782,"Cost":685,"Date":"6/20/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":343,"Cost":321,"Date":"7/1/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":277,"Cost":214,"Date":"7/4/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":543,"Cost":493,"Date":"7/8/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":227,"Cost":152,"Date":"7/9/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":291,"Cost":258,"Date":"7/14/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":345,"Cost":222,"Date":"7/19/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":897,"Cost":470,"Date":"8/1/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":192,"Cost":99,"Date":"8/6/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":589,"Cost":312,"Date":"8/7/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":981,"Cost":597,"Date":"8/22/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":86,"Cost":53,"Date":"8/31/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":260,"Cost":212,"Date":"9/1/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":909,"Cost":712,"Date":"9/1/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":573,"Cost":447,"Date":"9/17/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":305,"Cost":176,"Date":"9/29/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":114,"Cost":84,"Date":"11/7/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":805,"Cost":532,"Date":"11/26/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":743,"Cost":550,"Date":"11/27/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":51,"Cost":48,"Date":"12/5/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":762,"Cost":584,"Date":"12/26/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":564,"Cost":342,"Date":"12/31/2020"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":166,"Cost":125,"Date":"1/20/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":746,"Cost":400,"Date":"2/2/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":718,"Cost":409,"Date":"2/8/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":491,"Cost":276,"Date":"2/27/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":390,"Cost":293,"Date":"3/1/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":858,"Cost":617,"Date":"3/1/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":181,"Date":"3/19/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":787,"Cost":418,"Date":"3/28/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":483,"Cost":360,"Date":"5/21/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":728,"Cost":380,"Date":"7/21/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":323,"Cost":224,"Date":"8/5/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":865,"Cost":461,"Date":"8/12/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":95,"Cost":68,"Date":"8/21/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":213,"Cost":178,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":661,"Cost":616,"Date":"9/3/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":679,"Cost":583,"Date":"9/5/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":518,"Cost":393,"Date":"10/6/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":488,"Cost":306,"Date":"10/19/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":901,"Cost":776,"Date":"11/15/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":749,"Cost":684,"Date":"12/8/2021"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":933,"Cost":879,"Date":"1/8/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":416,"Cost":274,"Date":"1/14/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":234,"Cost":138,"Date":"1/19/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":158,"Cost":113,"Date":"1/28/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":478,"Cost":295,"Date":"1/31/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":83,"Cost":67,"Date":"3/27/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":675,"Cost":541,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":157,"Cost":93,"Date":"4/24/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":745,"Cost":546,"Date":"4/28/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":45,"Cost":33,"Date":"5/15/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":883,"Cost":799,"Date":"5/16/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":270,"Cost":148,"Date":"5/18/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":500,"Cost":293,"Date":"6/2/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":839,"Cost":677,"Date":"6/3/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":822,"Cost":535,"Date":"6/5/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":224,"Cost":134,"Date":"6/7/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":319,"Date":"6/14/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":443,"Cost":357,"Date":"6/20/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":827,"Cost":785,"Date":"6/24/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":964,"Cost":718,"Date":"7/4/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":846,"Cost":437,"Date":"7/9/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":474,"Cost":253,"Date":"7/12/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":775,"Cost":437,"Date":"8/14/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":624,"Cost":380,"Date":"8/16/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":389,"Cost":320,"Date":"8/23/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":238,"Cost":218,"Date":"9/2/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":994,"Cost":545,"Date":"9/3/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":163,"Cost":136,"Date":"9/16/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":779,"Cost":695,"Date":"10/4/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":491,"Cost":421,"Date":"11/1/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":591,"Cost":440,"Date":"11/2/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":512,"Cost":329,"Date":"12/17/2022"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":774,"Cost":428,"Date":"2/10/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":866,"Cost":478,"Date":"2/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":188,"Cost":100,"Date":"3/4/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":80,"Cost":51,"Date":"3/9/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":924,"Cost":812,"Date":"3/9/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":547,"Cost":461,"Date":"3/11/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":299,"Cost":233,"Date":"3/17/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":405,"Cost":253,"Date":"3/17/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":432,"Cost":323,"Date":"3/23/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":571,"Cost":287,"Date":"4/1/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":517,"Cost":394,"Date":"5/7/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":698,"Cost":439,"Date":"5/10/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":494,"Cost":457,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":166,"Cost":101,"Date":"6/2/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":485,"Cost":404,"Date":"6/11/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":879,"Cost":750,"Date":"6/16/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":101,"Cost":80,"Date":"6/16/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":605,"Cost":466,"Date":"7/10/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":744,"Cost":522,"Date":"7/11/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":652,"Cost":415,"Date":"8/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":168,"Cost":97,"Date":"8/29/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":818,"Cost":704,"Date":"8/31/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":118,"Cost":87,"Date":"9/8/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":283,"Cost":261,"Date":"9/13/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":772,"Cost":565,"Date":"9/14/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":48,"Cost":32,"Date":"9/19/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":968,"Cost":799,"Date":"9/25/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":228,"Cost":136,"Date":"10/4/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":933,"Cost":717,"Date":"10/10/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":723,"Cost":535,"Date":"10/17/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":624,"Cost":358,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":379,"Cost":223,"Date":"10/30/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":943,"Cost":796,"Date":"11/1/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":264,"Cost":202,"Date":"11/15/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":428,"Cost":219,"Date":"11/25/2023"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":927,"Cost":868,"Date":"1/10/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":207,"Cost":130,"Date":"1/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":30,"Cost":24,"Date":"1/20/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":386,"Cost":326,"Date":"2/8/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":811,"Cost":590,"Date":"2/25/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":523,"Cost":341,"Date":"3/7/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":325,"Cost":305,"Date":"3/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":831,"Cost":533,"Date":"3/27/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":155,"Cost":99,"Date":"4/5/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":313,"Cost":163,"Date":"4/14/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":9,"Cost":4,"Date":"5/3/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":201,"Cost":129,"Date":"5/9/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":644,"Cost":328,"Date":"5/15/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":22,"Cost":20,"Date":"5/25/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":634,"Cost":467,"Date":"5/26/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":339,"Cost":261,"Date":"5/31/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":249,"Cost":211,"Date":"7/27/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":211,"Cost":147,"Date":"9/17/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":601,"Cost":310,"Date":"10/6/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":997,"Cost":826,"Date":"10/8/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":393,"Cost":349,"Date":"10/26/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":866,"Cost":789,"Date":"11/16/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":300,"Cost":207,"Date":"11/18/2024"},{"Store":"Kortrijk Shopping","Brand":"Jeans","Country":"Belgium","Sale":438,"Cost":314,"Date":"12/1/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":314,"Cost":247,"Date":"2/9/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":701,"Cost":519,"Date":"2/11/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":294,"Cost":216,"Date":"3/10/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":102,"Cost":67,"Date":"3/16/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":617,"Cost":325,"Date":"3/18/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":504,"Cost":381,"Date":"3/20/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":504,"Cost":411,"Date":"3/26/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":172,"Cost":87,"Date":"6/2/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":156,"Cost":113,"Date":"6/10/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":509,"Cost":463,"Date":"6/16/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":755,"Cost":679,"Date":"6/25/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":187,"Cost":118,"Date":"7/19/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":735,"Cost":658,"Date":"7/21/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":666,"Cost":588,"Date":"7/25/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":551,"Cost":489,"Date":"8/4/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":93,"Cost":75,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":291,"Cost":276,"Date":"9/4/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":71,"Cost":62,"Date":"9/19/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":423,"Cost":282,"Date":"9/29/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":59,"Cost":50,"Date":"10/2/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":761,"Cost":502,"Date":"10/15/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":131,"Cost":97,"Date":"10/30/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":183,"Cost":110,"Date":"11/9/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":16,"Cost":14,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":996,"Cost":662,"Date":"11/30/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":994,"Cost":649,"Date":"12/8/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":593,"Cost":356,"Date":"12/11/2018"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":468,"Cost":294,"Date":"1/15/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":82,"Cost":74,"Date":"1/24/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":774,"Cost":475,"Date":"2/3/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":405,"Cost":329,"Date":"2/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":137,"Cost":112,"Date":"3/9/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":7,"Cost":5,"Date":"3/12/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":211,"Cost":113,"Date":"4/19/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":262,"Cost":237,"Date":"5/3/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":885,"Cost":629,"Date":"5/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":174,"Cost":98,"Date":"6/8/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":798,"Cost":567,"Date":"6/26/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":331,"Cost":191,"Date":"7/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":947,"Cost":719,"Date":"7/13/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":659,"Cost":439,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":497,"Cost":291,"Date":"8/26/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":3,"Cost":1,"Date":"9/2/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":678,"Cost":343,"Date":"9/29/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":219,"Cost":153,"Date":"10/12/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":493,"Cost":381,"Date":"11/2/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":25,"Cost":16,"Date":"11/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":523,"Cost":288,"Date":"11/7/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":811,"Cost":541,"Date":"12/1/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":370,"Cost":196,"Date":"12/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":499,"Cost":437,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":207,"Cost":114,"Date":"12/18/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":555,"Cost":385,"Date":"12/20/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":746,"Cost":536,"Date":"12/20/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":897,"Cost":805,"Date":"12/21/2019"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":28,"Cost":15,"Date":"1/9/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":880,"Cost":831,"Date":"2/5/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":200,"Cost":171,"Date":"2/16/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":699,"Cost":372,"Date":"2/16/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":542,"Cost":302,"Date":"2/18/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":300,"Cost":274,"Date":"2/22/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":210,"Cost":139,"Date":"2/25/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":915,"Cost":851,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":18,"Cost":16,"Date":"4/2/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":681,"Cost":366,"Date":"4/3/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":385,"Cost":293,"Date":"4/9/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":138,"Cost":90,"Date":"4/10/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":499,"Cost":377,"Date":"4/19/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":284,"Cost":179,"Date":"5/17/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":169,"Cost":112,"Date":"5/22/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":570,"Cost":454,"Date":"6/20/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":299,"Cost":254,"Date":"7/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":53,"Cost":46,"Date":"7/4/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":424,"Cost":397,"Date":"7/8/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":211,"Cost":134,"Date":"7/9/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":201,"Cost":105,"Date":"7/14/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":357,"Cost":314,"Date":"7/19/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":541,"Cost":441,"Date":"8/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":825,"Cost":437,"Date":"8/6/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":942,"Cost":639,"Date":"8/7/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":596,"Cost":522,"Date":"8/22/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":20,"Cost":17,"Date":"8/31/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":456,"Cost":378,"Date":"9/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":541,"Cost":496,"Date":"9/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":980,"Cost":764,"Date":"9/17/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":630,"Cost":323,"Date":"9/29/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":934,"Cost":888,"Date":"11/7/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":103,"Cost":97,"Date":"11/26/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":913,"Cost":650,"Date":"11/27/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":266,"Cost":141,"Date":"12/5/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":669,"Cost":397,"Date":"12/26/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":958,"Cost":712,"Date":"12/31/2020"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":849,"Cost":605,"Date":"1/20/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":780,"Cost":571,"Date":"2/2/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":42,"Cost":23,"Date":"2/8/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":632,"Cost":321,"Date":"2/27/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":347,"Cost":261,"Date":"3/1/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":290,"Cost":204,"Date":"3/1/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":57,"Cost":50,"Date":"3/19/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":609,"Cost":408,"Date":"3/28/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":859,"Cost":809,"Date":"5/21/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":727,"Cost":394,"Date":"7/21/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":866,"Cost":498,"Date":"8/5/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":423,"Cost":283,"Date":"8/12/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":151,"Cost":102,"Date":"8/21/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":288,"Cost":213,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":568,"Cost":442,"Date":"9/3/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":51,"Cost":41,"Date":"9/5/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":765,"Cost":556,"Date":"10/6/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":508,"Cost":464,"Date":"10/19/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":276,"Cost":205,"Date":"11/15/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":906,"Cost":486,"Date":"12/8/2021"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":196,"Cost":149,"Date":"1/8/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":80,"Cost":43,"Date":"1/14/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":438,"Cost":342,"Date":"1/19/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":926,"Cost":489,"Date":"1/28/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":532,"Cost":475,"Date":"1/31/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":962,"Cost":554,"Date":"3/27/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":355,"Cost":246,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":564,"Cost":286,"Date":"4/24/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":745,"Cost":433,"Date":"4/28/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":872,"Cost":600,"Date":"5/15/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":918,"Cost":556,"Date":"5/16/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":402,"Cost":226,"Date":"5/18/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":720,"Cost":581,"Date":"6/2/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":673,"Cost":481,"Date":"6/3/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":233,"Cost":210,"Date":"6/5/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":17,"Cost":8,"Date":"6/7/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":307,"Cost":214,"Date":"6/14/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":537,"Cost":405,"Date":"6/20/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":341,"Cost":304,"Date":"6/24/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":556,"Cost":506,"Date":"7/4/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":525,"Cost":471,"Date":"7/9/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":628,"Cost":512,"Date":"7/12/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":517,"Cost":300,"Date":"8/14/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":347,"Cost":184,"Date":"8/16/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":459,"Cost":354,"Date":"8/23/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":597,"Cost":302,"Date":"9/2/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":96,"Cost":50,"Date":"9/3/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":338,"Cost":274,"Date":"9/16/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":721,"Cost":606,"Date":"10/4/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":708,"Cost":525,"Date":"11/1/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":721,"Cost":488,"Date":"11/2/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":555,"Cost":434,"Date":"12/17/2022"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":402,"Cost":229,"Date":"2/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":884,"Cost":785,"Date":"2/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":758,"Cost":720,"Date":"3/4/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":467,"Cost":353,"Date":"3/9/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":577,"Cost":336,"Date":"3/9/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":187,"Cost":157,"Date":"3/11/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":744,"Cost":541,"Date":"3/17/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":911,"Cost":808,"Date":"3/17/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":532,"Cost":394,"Date":"3/23/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":477,"Cost":335,"Date":"4/1/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":228,"Cost":169,"Date":"5/7/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":939,"Cost":604,"Date":"5/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":806,"Cost":479,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":357,"Cost":233,"Date":"6/2/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":462,"Cost":303,"Date":"6/11/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":83,"Cost":61,"Date":"6/16/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":335,"Cost":250,"Date":"6/16/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":112,"Cost":67,"Date":"7/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":119,"Cost":64,"Date":"7/11/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":350,"Cost":283,"Date":"8/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":125,"Cost":114,"Date":"8/29/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":984,"Cost":731,"Date":"8/31/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":670,"Cost":485,"Date":"9/8/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":817,"Cost":695,"Date":"9/13/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":243,"Cost":182,"Date":"9/14/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":410,"Cost":357,"Date":"9/19/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":962,"Cost":695,"Date":"9/25/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":878,"Cost":586,"Date":"10/4/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":990,"Cost":748,"Date":"10/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":289,"Cost":227,"Date":"10/17/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":895,"Cost":636,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":58,"Cost":38,"Date":"10/30/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":333,"Cost":305,"Date":"11/1/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":880,"Cost":774,"Date":"11/15/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":211,"Cost":161,"Date":"11/25/2023"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":827,"Cost":624,"Date":"1/10/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":992,"Cost":861,"Date":"1/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":320,"Cost":164,"Date":"1/20/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":440,"Cost":386,"Date":"2/8/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":369,"Cost":240,"Date":"2/25/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":728,"Cost":637,"Date":"3/7/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":102,"Cost":87,"Date":"3/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":245,"Cost":133,"Date":"3/27/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":602,"Cost":518,"Date":"4/5/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":649,"Cost":472,"Date":"4/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":336,"Cost":176,"Date":"5/3/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":855,"Cost":567,"Date":"5/9/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":309,"Cost":162,"Date":"5/15/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":314,"Cost":227,"Date":"5/25/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":610,"Cost":358,"Date":"5/26/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":100,"Cost":50,"Date":"5/31/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":270,"Cost":217,"Date":"7/27/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":416,"Cost":366,"Date":"9/17/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":482,"Cost":249,"Date":"10/6/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":583,"Cost":328,"Date":"10/8/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":294,"Cost":182,"Date":"10/26/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":159,"Cost":119,"Date":"11/16/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":377,"Cost":198,"Date":"11/18/2024"},{"Store":"Kortrijk Shopping","Brand":"HM","Country":"Belgium","Sale":883,"Cost":825,"Date":"12/1/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":767,"Cost":637,"Date":"2/9/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":512,"Cost":457,"Date":"2/11/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":621,"Date":"3/10/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":890,"Cost":643,"Date":"3/16/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":696,"Cost":551,"Date":"3/18/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":976,"Cost":822,"Date":"3/20/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":10,"Cost":9,"Date":"3/26/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":557,"Cost":320,"Date":"6/2/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":600,"Cost":440,"Date":"6/10/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":673,"Cost":525,"Date":"6/16/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":117,"Cost":62,"Date":"6/25/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":425,"Cost":288,"Date":"7/19/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":975,"Cost":646,"Date":"7/21/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":867,"Cost":816,"Date":"7/25/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":266,"Cost":156,"Date":"8/4/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":844,"Cost":789,"Date":"9/2/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":519,"Cost":274,"Date":"9/4/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":783,"Cost":681,"Date":"9/19/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":774,"Cost":439,"Date":"9/29/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":137,"Cost":91,"Date":"10/2/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":205,"Cost":150,"Date":"10/15/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":437,"Cost":311,"Date":"10/30/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":901,"Cost":707,"Date":"11/9/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":228,"Cost":172,"Date":"11/23/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":531,"Cost":418,"Date":"11/30/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":396,"Cost":307,"Date":"12/8/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":1000,"Cost":690,"Date":"12/11/2018"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":328,"Cost":208,"Date":"1/15/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":190,"Cost":144,"Date":"1/24/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":97,"Cost":50,"Date":"2/3/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":767,"Cost":645,"Date":"2/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":897,"Cost":835,"Date":"3/9/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":917,"Cost":843,"Date":"3/12/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":346,"Cost":188,"Date":"4/19/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":565,"Cost":388,"Date":"5/3/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":632,"Cost":539,"Date":"5/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":737,"Cost":554,"Date":"6/8/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":958,"Cost":709,"Date":"6/26/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":689,"Cost":358,"Date":"7/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":487,"Cost":423,"Date":"7/13/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":592,"Cost":404,"Date":"8/8/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":133,"Cost":117,"Date":"8/26/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":762,"Cost":553,"Date":"9/2/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":583,"Cost":413,"Date":"9/29/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":158,"Cost":87,"Date":"10/12/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":344,"Cost":287,"Date":"11/2/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":376,"Cost":304,"Date":"11/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":233,"Cost":182,"Date":"11/7/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":414,"Cost":339,"Date":"12/1/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":407,"Cost":252,"Date":"12/4/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":315,"Cost":258,"Date":"12/7/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":152,"Cost":132,"Date":"12/18/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":219,"Cost":128,"Date":"12/20/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":448,"Cost":397,"Date":"12/20/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":672,"Cost":552,"Date":"12/21/2019"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":741,"Cost":644,"Date":"1/9/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":961,"Cost":770,"Date":"2/5/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":275,"Cost":234,"Date":"2/16/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":194,"Cost":183,"Date":"2/16/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":280,"Cost":224,"Date":"2/18/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":29,"Cost":28,"Date":"2/22/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":316,"Cost":266,"Date":"2/25/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":71,"Cost":54,"Date":"3/8/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":706,"Cost":629,"Date":"4/2/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":371,"Cost":276,"Date":"4/3/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":93,"Cost":66,"Date":"4/9/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":835,"Cost":431,"Date":"4/10/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":384,"Cost":348,"Date":"4/19/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":761,"Cost":464,"Date":"5/17/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":487,"Cost":255,"Date":"5/22/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":362,"Cost":227,"Date":"6/20/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":43,"Cost":27,"Date":"7/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":620,"Cost":381,"Date":"7/4/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":339,"Cost":289,"Date":"7/8/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":727,"Cost":595,"Date":"7/9/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":738,"Cost":519,"Date":"7/14/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":606,"Cost":359,"Date":"7/19/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":824,"Cost":601,"Date":"8/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":312,"Cost":259,"Date":"8/6/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":458,"Date":"8/7/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":832,"Cost":717,"Date":"8/22/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":880,"Cost":642,"Date":"8/31/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":332,"Cost":183,"Date":"9/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":540,"Cost":493,"Date":"9/1/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":1000,"Cost":771,"Date":"9/17/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":366,"Cost":221,"Date":"9/29/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":987,"Cost":622,"Date":"11/7/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":837,"Cost":479,"Date":"11/26/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":368,"Cost":289,"Date":"11/27/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":947,"Cost":884,"Date":"12/5/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":576,"Cost":312,"Date":"12/26/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":890,"Cost":580,"Date":"12/31/2020"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":292,"Cost":275,"Date":"1/20/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":609,"Cost":484,"Date":"2/2/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":928,"Cost":827,"Date":"2/8/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":601,"Cost":467,"Date":"2/27/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":44,"Cost":34,"Date":"3/1/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":869,"Cost":628,"Date":"3/1/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":124,"Cost":85,"Date":"3/19/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":7,"Cost":7,"Date":"3/28/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":186,"Cost":124,"Date":"5/21/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":112,"Cost":100,"Date":"7/21/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":917,"Cost":572,"Date":"8/5/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":929,"Cost":662,"Date":"8/12/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":790,"Cost":435,"Date":"8/21/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":989,"Cost":762,"Date":"8/23/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":134,"Cost":111,"Date":"9/3/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":47,"Cost":39,"Date":"9/5/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":555,"Cost":446,"Date":"10/6/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":93,"Cost":88,"Date":"10/19/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":383,"Cost":280,"Date":"11/15/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":607,"Cost":310,"Date":"12/8/2021"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":471,"Cost":364,"Date":"1/8/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":898,"Cost":565,"Date":"1/14/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":402,"Cost":258,"Date":"1/19/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":481,"Cost":346,"Date":"1/28/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":407,"Cost":280,"Date":"1/31/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":197,"Cost":166,"Date":"3/27/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":235,"Cost":221,"Date":"4/20/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":794,"Cost":535,"Date":"4/24/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":625,"Cost":498,"Date":"4/28/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":363,"Cost":281,"Date":"5/15/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":384,"Cost":341,"Date":"5/16/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":368,"Cost":277,"Date":"5/18/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":839,"Cost":446,"Date":"6/2/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":920,"Cost":815,"Date":"6/3/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":890,"Cost":635,"Date":"6/5/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":323,"Cost":302,"Date":"6/7/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":52,"Cost":44,"Date":"6/14/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":560,"Cost":343,"Date":"6/20/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":551,"Cost":484,"Date":"6/24/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":882,"Cost":445,"Date":"7/4/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":480,"Cost":340,"Date":"7/9/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":225,"Cost":183,"Date":"7/12/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":104,"Cost":88,"Date":"8/14/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":707,"Cost":386,"Date":"8/16/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":972,"Cost":595,"Date":"8/23/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":619,"Cost":495,"Date":"9/2/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":626,"Cost":583,"Date":"9/3/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":565,"Cost":528,"Date":"9/16/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":872,"Cost":584,"Date":"10/4/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":44,"Cost":39,"Date":"11/1/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":96,"Cost":52,"Date":"11/2/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":610,"Cost":471,"Date":"12/17/2022"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":79,"Cost":65,"Date":"2/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":308,"Cost":236,"Date":"2/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":206,"Cost":144,"Date":"3/4/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":783,"Cost":588,"Date":"3/9/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":979,"Cost":725,"Date":"3/9/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":134,"Cost":105,"Date":"3/11/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":690,"Cost":423,"Date":"3/17/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":721,"Cost":382,"Date":"3/17/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":608,"Cost":479,"Date":"3/23/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":23,"Cost":18,"Date":"4/1/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":518,"Cost":367,"Date":"5/7/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":431,"Cost":253,"Date":"5/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":18,"Cost":15,"Date":"5/20/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":282,"Cost":165,"Date":"6/2/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":364,"Cost":257,"Date":"6/11/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":725,"Cost":480,"Date":"6/16/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":520,"Cost":438,"Date":"6/16/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":757,"Cost":645,"Date":"7/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":121,"Cost":95,"Date":"7/11/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":438,"Cost":378,"Date":"8/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":903,"Cost":484,"Date":"8/29/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":633,"Cost":356,"Date":"8/31/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":854,"Cost":471,"Date":"9/8/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":289,"Cost":171,"Date":"9/13/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":158,"Cost":98,"Date":"9/14/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":57,"Cost":28,"Date":"9/19/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":648,"Cost":388,"Date":"9/25/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":590,"Cost":356,"Date":"10/4/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":103,"Cost":70,"Date":"10/10/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":607,"Cost":391,"Date":"10/17/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":905,"Cost":495,"Date":"10/28/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":618,"Cost":315,"Date":"10/30/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":142,"Cost":134,"Date":"11/1/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":202,"Cost":136,"Date":"11/15/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":749,"Cost":475,"Date":"11/25/2023"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":285,"Date":"1/10/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":25,"Cost":14,"Date":"1/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":704,"Cost":655,"Date":"1/20/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":711,"Cost":657,"Date":"2/8/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":985,"Cost":679,"Date":"2/25/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":547,"Cost":399,"Date":"3/7/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":506,"Cost":263,"Date":"3/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":507,"Cost":326,"Date":"3/27/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":302,"Cost":276,"Date":"4/5/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":158,"Cost":94,"Date":"4/14/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":956,"Cost":571,"Date":"5/3/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":682,"Cost":487,"Date":"5/9/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":998,"Cost":868,"Date":"5/15/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":4,"Cost":2,"Date":"5/25/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":637,"Cost":558,"Date":"5/26/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":239,"Cost":131,"Date":"5/31/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":854,"Cost":707,"Date":"7/27/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":582,"Cost":329,"Date":"9/17/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":834,"Cost":533,"Date":"10/6/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":77,"Cost":72,"Date":"10/8/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":162,"Cost":91,"Date":"10/26/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":971,"Cost":583,"Date":"11/16/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":993,"Cost":716,"Date":"11/18/2024"},{"Store":"Kortrijk Shopping","Brand":"HM Home","Country":"Belgium","Sale":58,"Cost":35,"Date":"12/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":906,"Cost":778,"Date":"2/9/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":631,"Cost":517,"Date":"2/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":312,"Cost":289,"Date":"3/10/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":848,"Cost":645,"Date":"3/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":66,"Cost":59,"Date":"3/18/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":9,"Cost":5,"Date":"3/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":814,"Cost":600,"Date":"3/26/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":162,"Cost":127,"Date":"6/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":59,"Cost":43,"Date":"6/10/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":187,"Cost":170,"Date":"6/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":358,"Cost":235,"Date":"6/25/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":529,"Cost":301,"Date":"7/19/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":916,"Cost":540,"Date":"7/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":552,"Cost":385,"Date":"7/25/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":764,"Cost":491,"Date":"8/4/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":22,"Cost":12,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":327,"Cost":281,"Date":"9/4/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":965,"Cost":606,"Date":"9/19/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":654,"Cost":577,"Date":"9/29/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":689,"Cost":372,"Date":"10/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":423,"Cost":325,"Date":"10/15/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":391,"Cost":334,"Date":"10/30/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":928,"Cost":560,"Date":"11/9/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":117,"Cost":84,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":996,"Cost":807,"Date":"11/30/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":375,"Cost":273,"Date":"12/8/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":706,"Cost":550,"Date":"12/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":80,"Cost":69,"Date":"1/15/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":621,"Cost":487,"Date":"1/24/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":142,"Cost":82,"Date":"2/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":573,"Cost":352,"Date":"2/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":56,"Cost":32,"Date":"3/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":259,"Cost":230,"Date":"3/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":484,"Cost":384,"Date":"4/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":547,"Cost":444,"Date":"5/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":791,"Cost":628,"Date":"5/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":151,"Cost":85,"Date":"6/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":319,"Cost":238,"Date":"6/26/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":154,"Cost":142,"Date":"7/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":205,"Cost":168,"Date":"7/13/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":833,"Cost":467,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":145,"Cost":125,"Date":"8/26/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":154,"Cost":128,"Date":"9/2/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":461,"Cost":276,"Date":"9/29/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":408,"Cost":255,"Date":"10/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":159,"Cost":119,"Date":"11/2/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":993,"Cost":943,"Date":"11/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":918,"Cost":670,"Date":"11/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":780,"Cost":547,"Date":"12/1/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":175,"Cost":127,"Date":"12/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":335,"Cost":303,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":931,"Cost":881,"Date":"12/18/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":759,"Cost":649,"Date":"12/20/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":548,"Cost":320,"Date":"12/20/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":923,"Cost":576,"Date":"12/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":142,"Cost":85,"Date":"1/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":60,"Cost":46,"Date":"2/5/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":241,"Cost":196,"Date":"2/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":149,"Cost":97,"Date":"2/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":735,"Cost":410,"Date":"2/18/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":515,"Cost":425,"Date":"2/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":921,"Cost":841,"Date":"2/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":749,"Cost":665,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":634,"Cost":326,"Date":"4/2/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":427,"Cost":294,"Date":"4/3/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":364,"Cost":186,"Date":"4/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":880,"Cost":677,"Date":"4/10/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":334,"Cost":272,"Date":"4/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":593,"Cost":361,"Date":"5/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":923,"Cost":638,"Date":"5/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":730,"Cost":578,"Date":"6/20/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":632,"Cost":554,"Date":"7/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":421,"Cost":301,"Date":"7/4/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":396,"Cost":301,"Date":"7/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":528,"Cost":374,"Date":"7/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":164,"Cost":100,"Date":"7/14/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":863,"Cost":541,"Date":"7/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":792,"Cost":594,"Date":"8/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":31,"Cost":22,"Date":"8/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":468,"Cost":266,"Date":"8/7/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":581,"Cost":327,"Date":"8/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":829,"Cost":641,"Date":"8/31/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":209,"Cost":149,"Date":"9/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":574,"Cost":394,"Date":"9/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":392,"Cost":302,"Date":"9/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":596,"Cost":378,"Date":"9/29/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":512,"Cost":279,"Date":"11/7/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":348,"Cost":190,"Date":"11/26/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":106,"Cost":97,"Date":"11/27/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":701,"Cost":426,"Date":"12/5/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":165,"Cost":88,"Date":"12/26/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":42,"Cost":35,"Date":"12/31/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":597,"Cost":505,"Date":"1/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":472,"Cost":342,"Date":"2/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":797,"Cost":616,"Date":"2/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":158,"Cost":127,"Date":"2/27/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":407,"Cost":275,"Date":"3/1/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":103,"Cost":75,"Date":"3/1/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":943,"Cost":485,"Date":"3/19/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":880,"Cost":659,"Date":"3/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":707,"Cost":541,"Date":"5/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":433,"Cost":313,"Date":"7/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":339,"Cost":234,"Date":"8/5/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":916,"Cost":830,"Date":"8/12/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":338,"Cost":258,"Date":"8/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":693,"Cost":439,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":940,"Cost":789,"Date":"9/3/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":502,"Cost":270,"Date":"9/5/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":291,"Cost":264,"Date":"10/6/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":589,"Cost":543,"Date":"10/19/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":429,"Cost":284,"Date":"11/15/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":17,"Cost":14,"Date":"12/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":21,"Cost":12,"Date":"1/8/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":864,"Cost":497,"Date":"1/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":943,"Cost":726,"Date":"1/19/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":755,"Cost":592,"Date":"1/28/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":327,"Cost":223,"Date":"1/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":693,"Cost":491,"Date":"3/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":25,"Cost":13,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":342,"Cost":311,"Date":"4/24/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":98,"Cost":90,"Date":"4/28/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":212,"Cost":186,"Date":"5/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":731,"Cost":377,"Date":"5/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":185,"Cost":142,"Date":"5/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":398,"Cost":200,"Date":"6/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":919,"Cost":714,"Date":"6/3/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":90,"Cost":67,"Date":"6/5/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":303,"Cost":261,"Date":"6/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":565,"Cost":360,"Date":"6/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":513,"Cost":420,"Date":"6/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":413,"Cost":278,"Date":"6/24/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":443,"Cost":323,"Date":"7/4/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":628,"Cost":438,"Date":"7/9/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":2,"Cost":1,"Date":"7/12/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":256,"Cost":167,"Date":"8/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":183,"Cost":137,"Date":"8/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":871,"Cost":818,"Date":"8/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":205,"Cost":162,"Date":"9/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":540,"Cost":312,"Date":"9/3/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":768,"Cost":483,"Date":"9/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":85,"Cost":52,"Date":"10/4/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":194,"Cost":126,"Date":"11/1/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":377,"Cost":304,"Date":"11/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":474,"Cost":381,"Date":"12/17/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":620,"Cost":422,"Date":"2/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":146,"Cost":135,"Date":"2/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":990,"Cost":692,"Date":"3/4/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":346,"Cost":191,"Date":"3/9/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":83,"Cost":50,"Date":"3/9/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":711,"Cost":528,"Date":"3/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":150,"Cost":96,"Date":"3/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":166,"Cost":153,"Date":"3/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":789,"Cost":442,"Date":"3/23/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":315,"Cost":159,"Date":"4/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":479,"Cost":309,"Date":"5/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":334,"Cost":182,"Date":"5/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":420,"Cost":273,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":516,"Cost":432,"Date":"6/2/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":881,"Cost":834,"Date":"6/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":754,"Cost":520,"Date":"6/16/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":616,"Cost":347,"Date":"6/16/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":417,"Cost":303,"Date":"7/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":369,"Cost":215,"Date":"7/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":974,"Cost":524,"Date":"8/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":157,"Cost":103,"Date":"8/29/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":18,"Cost":14,"Date":"8/31/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":961,"Cost":824,"Date":"9/8/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":489,"Cost":462,"Date":"9/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":239,"Cost":170,"Date":"9/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":9,"Cost":7,"Date":"9/19/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":574,"Cost":299,"Date":"9/25/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":2,"Cost":1,"Date":"10/4/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":897,"Cost":511,"Date":"10/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":271,"Cost":178,"Date":"10/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":26,"Cost":16,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":641,"Cost":497,"Date":"10/30/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":404,"Cost":343,"Date":"11/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":798,"Cost":654,"Date":"11/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":668,"Cost":615,"Date":"11/25/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":548,"Cost":426,"Date":"1/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":274,"Cost":184,"Date":"1/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":859,"Cost":575,"Date":"1/20/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":458,"Cost":378,"Date":"2/8/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":717,"Cost":681,"Date":"2/25/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":964,"Cost":897,"Date":"3/7/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":130,"Cost":118,"Date":"3/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":377,"Cost":203,"Date":"3/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":101,"Cost":79,"Date":"4/5/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":612,"Cost":391,"Date":"4/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":373,"Cost":249,"Date":"5/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":827,"Cost":584,"Date":"5/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":323,"Cost":233,"Date":"5/15/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":305,"Cost":155,"Date":"5/25/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":962,"Cost":819,"Date":"5/26/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":120,"Cost":100,"Date":"5/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":746,"Cost":601,"Date":"7/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":281,"Cost":240,"Date":"9/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":809,"Cost":698,"Date":"10/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":90,"Cost":47,"Date":"10/8/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":275,"Cost":194,"Date":"10/26/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":849,"Cost":752,"Date":"11/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":381,"Cost":193,"Date":"11/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"HM","Country":"USA","Sale":135,"Cost":72,"Date":"12/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":394,"Cost":329,"Date":"2/9/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":13,"Cost":11,"Date":"2/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":78,"Cost":41,"Date":"3/10/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":548,"Cost":360,"Date":"3/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":4,"Cost":3,"Date":"3/18/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":215,"Cost":108,"Date":"3/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":880,"Cost":553,"Date":"3/26/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":254,"Cost":150,"Date":"6/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":553,"Cost":329,"Date":"6/10/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":239,"Cost":134,"Date":"6/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":145,"Cost":116,"Date":"6/25/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":566,"Cost":385,"Date":"7/19/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":970,"Cost":624,"Date":"7/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":833,"Cost":633,"Date":"7/25/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":61,"Cost":30,"Date":"8/4/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":403,"Cost":273,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":193,"Cost":117,"Date":"9/4/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":734,"Cost":424,"Date":"9/19/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":993,"Cost":816,"Date":"9/29/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":34,"Cost":20,"Date":"10/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":916,"Cost":467,"Date":"10/15/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":731,"Cost":684,"Date":"10/30/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":307,"Cost":166,"Date":"11/9/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":520,"Cost":493,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":231,"Cost":220,"Date":"11/30/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":683,"Cost":396,"Date":"12/8/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":994,"Cost":601,"Date":"12/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":643,"Cost":592,"Date":"1/15/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":641,"Cost":500,"Date":"1/24/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":11,"Cost":10,"Date":"2/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":826,"Cost":471,"Date":"2/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":579,"Cost":309,"Date":"3/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":844,"Cost":492,"Date":"3/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":991,"Cost":671,"Date":"4/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":86,"Cost":65,"Date":"5/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":914,"Cost":773,"Date":"5/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":448,"Cost":346,"Date":"6/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":272,"Cost":175,"Date":"6/26/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":439,"Cost":281,"Date":"7/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":260,"Cost":171,"Date":"7/13/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":884,"Cost":487,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":43,"Cost":33,"Date":"8/26/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":379,"Cost":246,"Date":"9/2/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":482,"Cost":364,"Date":"9/29/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":522,"Cost":475,"Date":"10/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":228,"Cost":191,"Date":"11/2/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":645,"Cost":327,"Date":"11/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":98,"Cost":69,"Date":"11/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":829,"Cost":680,"Date":"12/1/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":155,"Cost":132,"Date":"12/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":525,"Cost":319,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":864,"Cost":609,"Date":"12/18/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":603,"Cost":352,"Date":"12/20/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":618,"Cost":341,"Date":"12/20/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":5,"Cost":4,"Date":"12/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":496,"Cost":372,"Date":"1/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":349,"Cost":296,"Date":"2/5/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":208,"Cost":151,"Date":"2/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":27,"Cost":20,"Date":"2/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":391,"Cost":220,"Date":"2/18/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":834,"Cost":440,"Date":"2/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":869,"Cost":621,"Date":"2/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":228,"Cost":150,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":563,"Cost":477,"Date":"4/2/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":219,"Cost":198,"Date":"4/3/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":569,"Cost":535,"Date":"4/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":700,"Cost":579,"Date":"4/10/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":900,"Cost":811,"Date":"4/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":884,"Cost":726,"Date":"5/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":619,"Cost":387,"Date":"5/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":667,"Cost":574,"Date":"6/20/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":573,"Cost":360,"Date":"7/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":273,"Cost":152,"Date":"7/4/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":615,"Cost":448,"Date":"7/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":482,"Cost":307,"Date":"7/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":138,"Cost":128,"Date":"7/14/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":562,"Cost":453,"Date":"7/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":489,"Cost":333,"Date":"8/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":8,"Cost":4,"Date":"8/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":329,"Cost":235,"Date":"8/7/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":499,"Cost":292,"Date":"8/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":639,"Cost":510,"Date":"8/31/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":912,"Cost":549,"Date":"9/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":308,"Cost":161,"Date":"9/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":957,"Cost":612,"Date":"9/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":249,"Cost":149,"Date":"9/29/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":319,"Cost":194,"Date":"11/7/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":663,"Cost":559,"Date":"11/26/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":942,"Cost":705,"Date":"11/27/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":526,"Cost":425,"Date":"12/5/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":796,"Cost":502,"Date":"12/26/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":997,"Cost":899,"Date":"12/31/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":871,"Cost":546,"Date":"1/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":638,"Cost":589,"Date":"2/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":446,"Cost":354,"Date":"2/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":961,"Cost":745,"Date":"2/27/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":377,"Cost":196,"Date":"3/1/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":1000,"Cost":809,"Date":"3/1/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":338,"Cost":230,"Date":"3/19/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":478,"Cost":290,"Date":"3/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":782,"Cost":658,"Date":"5/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":990,"Cost":923,"Date":"7/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":459,"Cost":282,"Date":"8/5/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":312,"Cost":215,"Date":"8/12/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":526,"Cost":424,"Date":"8/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":506,"Cost":423,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":678,"Cost":383,"Date":"9/3/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":38,"Cost":24,"Date":"9/5/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":438,"Cost":298,"Date":"10/6/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":617,"Cost":318,"Date":"10/19/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":680,"Cost":402,"Date":"11/15/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":48,"Cost":29,"Date":"12/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":153,"Cost":84,"Date":"1/8/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":735,"Cost":458,"Date":"1/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":339,"Cost":247,"Date":"1/19/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":356,"Cost":229,"Date":"1/28/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":720,"Cost":549,"Date":"1/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":866,"Cost":607,"Date":"3/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":258,"Cost":136,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":274,"Cost":206,"Date":"4/24/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":276,"Cost":209,"Date":"4/28/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":835,"Cost":552,"Date":"5/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":678,"Cost":631,"Date":"5/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":475,"Cost":265,"Date":"5/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":729,"Cost":612,"Date":"6/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":192,"Cost":114,"Date":"6/3/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":344,"Cost":292,"Date":"6/5/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":40,"Cost":36,"Date":"6/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":190,"Cost":150,"Date":"6/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":907,"Cost":706,"Date":"6/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":604,"Cost":322,"Date":"6/24/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":460,"Cost":258,"Date":"7/4/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":492,"Cost":444,"Date":"7/9/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":445,"Cost":379,"Date":"7/12/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":674,"Cost":626,"Date":"8/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":230,"Cost":192,"Date":"8/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":394,"Cost":216,"Date":"8/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":509,"Cost":403,"Date":"9/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":306,"Cost":280,"Date":"9/3/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":960,"Cost":616,"Date":"9/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":315,"Cost":166,"Date":"10/4/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":736,"Cost":652,"Date":"11/1/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":376,"Cost":340,"Date":"11/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":293,"Cost":244,"Date":"12/17/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":838,"Cost":661,"Date":"2/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":654,"Cost":401,"Date":"2/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":386,"Cost":303,"Date":"3/4/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":610,"Cost":515,"Date":"3/9/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":546,"Cost":356,"Date":"3/9/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":287,"Cost":263,"Date":"3/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":914,"Cost":505,"Date":"3/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":836,"Cost":436,"Date":"3/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":524,"Cost":317,"Date":"3/23/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":242,"Cost":179,"Date":"4/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":370,"Cost":325,"Date":"5/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":951,"Cost":627,"Date":"5/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":983,"Cost":697,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":320,"Cost":267,"Date":"6/2/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":420,"Cost":322,"Date":"6/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":708,"Cost":410,"Date":"6/16/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":386,"Cost":267,"Date":"6/16/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":769,"Cost":602,"Date":"7/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":312,"Cost":190,"Date":"7/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":269,"Cost":162,"Date":"8/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":404,"Cost":332,"Date":"8/29/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":31,"Cost":19,"Date":"8/31/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":739,"Cost":581,"Date":"9/8/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":933,"Cost":619,"Date":"9/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":37,"Cost":19,"Date":"9/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":974,"Cost":491,"Date":"9/19/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":841,"Cost":455,"Date":"9/25/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":673,"Cost":470,"Date":"10/4/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":677,"Cost":517,"Date":"10/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":835,"Cost":563,"Date":"10/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":429,"Cost":309,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":652,"Cost":585,"Date":"10/30/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":824,"Cost":473,"Date":"11/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":753,"Cost":398,"Date":"11/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":3,"Cost":2,"Date":"11/25/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":2,"Cost":1,"Date":"1/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":671,"Cost":625,"Date":"1/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":706,"Cost":395,"Date":"1/20/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":776,"Cost":465,"Date":"2/8/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":70,"Cost":50,"Date":"2/25/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":135,"Cost":112,"Date":"3/7/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":512,"Cost":459,"Date":"3/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":466,"Cost":251,"Date":"3/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":602,"Cost":482,"Date":"4/5/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":695,"Cost":474,"Date":"4/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":43,"Cost":32,"Date":"5/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":318,"Cost":225,"Date":"5/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":826,"Cost":550,"Date":"5/15/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":241,"Cost":143,"Date":"5/25/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":228,"Cost":216,"Date":"5/26/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":352,"Cost":290,"Date":"5/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":858,"Cost":552,"Date":"7/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":970,"Cost":850,"Date":"9/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":556,"Cost":327,"Date":"10/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":141,"Cost":110,"Date":"10/8/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":646,"Cost":473,"Date":"10/26/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":946,"Cost":776,"Date":"11/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":168,"Cost":148,"Date":"11/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"ARKET","Country":"USA","Sale":441,"Cost":311,"Date":"12/1/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":759,"Cost":601,"Date":"2/9/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":698,"Cost":528,"Date":"2/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":181,"Cost":121,"Date":"3/10/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":796,"Cost":712,"Date":"3/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":278,"Cost":235,"Date":"3/18/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":969,"Cost":914,"Date":"3/20/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":92,"Cost":64,"Date":"3/26/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":621,"Cost":539,"Date":"6/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":989,"Cost":545,"Date":"6/10/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":462,"Cost":425,"Date":"6/16/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":122,"Cost":97,"Date":"6/25/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":980,"Cost":615,"Date":"7/19/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":70,"Cost":55,"Date":"7/21/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":628,"Cost":498,"Date":"7/25/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":461,"Cost":423,"Date":"8/4/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":247,"Cost":136,"Date":"9/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":243,"Cost":172,"Date":"9/4/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":713,"Cost":450,"Date":"9/19/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":274,"Cost":140,"Date":"9/29/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":658,"Cost":529,"Date":"10/2/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":417,"Cost":308,"Date":"10/15/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":807,"Cost":688,"Date":"10/30/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":658,"Cost":499,"Date":"11/9/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":817,"Cost":424,"Date":"11/23/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":522,"Cost":487,"Date":"11/30/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":843,"Cost":640,"Date":"12/8/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":8,"Cost":6,"Date":"12/11/2018"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":504,"Cost":474,"Date":"1/15/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":339,"Cost":236,"Date":"1/24/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":211,"Cost":172,"Date":"2/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":876,"Cost":681,"Date":"2/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":420,"Cost":372,"Date":"3/9/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":930,"Cost":577,"Date":"3/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":396,"Cost":365,"Date":"4/19/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":691,"Cost":603,"Date":"5/3/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":756,"Cost":550,"Date":"5/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":297,"Cost":149,"Date":"6/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":767,"Cost":500,"Date":"6/26/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":426,"Cost":371,"Date":"7/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":754,"Cost":529,"Date":"7/13/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":945,"Cost":594,"Date":"8/8/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":348,"Cost":307,"Date":"8/26/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":645,"Cost":523,"Date":"9/2/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":564,"Cost":478,"Date":"9/29/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":432,"Cost":242,"Date":"10/12/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":861,"Cost":679,"Date":"11/2/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":291,"Cost":151,"Date":"11/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":613,"Cost":568,"Date":"11/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":717,"Cost":533,"Date":"12/1/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":818,"Cost":757,"Date":"12/4/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":411,"Cost":357,"Date":"12/7/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":998,"Cost":557,"Date":"12/18/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":229,"Cost":185,"Date":"12/20/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":353,"Cost":228,"Date":"12/20/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":975,"Cost":506,"Date":"12/21/2019"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":462,"Cost":366,"Date":"1/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":178,"Cost":130,"Date":"2/5/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":524,"Cost":399,"Date":"2/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":653,"Cost":575,"Date":"2/16/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":781,"Cost":708,"Date":"2/18/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":92,"Cost":85,"Date":"2/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":64,"Cost":51,"Date":"2/25/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":347,"Cost":304,"Date":"3/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":998,"Cost":808,"Date":"4/2/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":509,"Cost":328,"Date":"4/3/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":503,"Cost":465,"Date":"4/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":413,"Cost":368,"Date":"4/10/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":171,"Cost":150,"Date":"4/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":205,"Cost":159,"Date":"5/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":172,"Cost":107,"Date":"5/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":124,"Cost":100,"Date":"6/20/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":393,"Cost":248,"Date":"7/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":134,"Cost":81,"Date":"7/4/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":474,"Cost":416,"Date":"7/8/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":944,"Cost":765,"Date":"7/9/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":543,"Cost":320,"Date":"7/14/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":150,"Cost":96,"Date":"7/19/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":404,"Cost":350,"Date":"8/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":410,"Cost":390,"Date":"8/6/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":996,"Cost":667,"Date":"8/7/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":416,"Cost":218,"Date":"8/22/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":896,"Cost":558,"Date":"8/31/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":48,"Cost":32,"Date":"9/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":456,"Cost":332,"Date":"9/1/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":64,"Cost":53,"Date":"9/17/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":802,"Cost":428,"Date":"9/29/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":232,"Cost":162,"Date":"11/7/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":330,"Cost":208,"Date":"11/26/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":111,"Cost":85,"Date":"11/27/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":356,"Cost":234,"Date":"12/5/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":310,"Cost":183,"Date":"12/26/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":450,"Cost":303,"Date":"12/31/2020"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":171,"Cost":127,"Date":"1/20/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":784,"Cost":680,"Date":"2/2/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":616,"Cost":405,"Date":"2/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":787,"Cost":538,"Date":"2/27/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":473,"Cost":420,"Date":"3/1/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":87,"Cost":78,"Date":"3/1/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":435,"Cost":403,"Date":"3/19/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":565,"Cost":300,"Date":"3/28/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":590,"Cost":552,"Date":"5/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":694,"Cost":496,"Date":"7/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":859,"Cost":794,"Date":"8/5/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":803,"Cost":458,"Date":"8/12/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":425,"Cost":312,"Date":"8/21/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":954,"Cost":580,"Date":"8/23/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":15,"Cost":10,"Date":"9/3/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":987,"Cost":724,"Date":"9/5/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":319,"Cost":279,"Date":"10/6/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":337,"Cost":261,"Date":"10/19/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":145,"Cost":94,"Date":"11/15/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":631,"Cost":589,"Date":"12/8/2021"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":262,"Cost":171,"Date":"1/8/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":401,"Cost":360,"Date":"1/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":5,"Cost":3,"Date":"1/19/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":391,"Cost":344,"Date":"1/28/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":509,"Cost":480,"Date":"1/31/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":88,"Cost":73,"Date":"3/27/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":15,"Cost":8,"Date":"4/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":200,"Cost":132,"Date":"4/24/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":358,"Cost":206,"Date":"4/28/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":947,"Cost":590,"Date":"5/15/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":416,"Cost":372,"Date":"5/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":806,"Cost":728,"Date":"5/18/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":746,"Cost":665,"Date":"6/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":858,"Cost":814,"Date":"6/3/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":949,"Cost":848,"Date":"6/5/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":686,"Cost":579,"Date":"6/7/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":98,"Cost":73,"Date":"6/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":631,"Cost":383,"Date":"6/20/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":655,"Cost":578,"Date":"6/24/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":104,"Cost":90,"Date":"7/4/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":884,"Cost":651,"Date":"7/9/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":505,"Cost":418,"Date":"7/12/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":425,"Cost":259,"Date":"8/14/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":333,"Cost":308,"Date":"8/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":775,"Cost":494,"Date":"8/23/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":772,"Cost":671,"Date":"9/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":439,"Cost":330,"Date":"9/3/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":644,"Cost":608,"Date":"9/16/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":499,"Cost":334,"Date":"10/4/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":64,"Cost":36,"Date":"11/1/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":355,"Cost":334,"Date":"11/2/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":432,"Cost":306,"Date":"12/17/2022"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":531,"Cost":404,"Date":"2/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":490,"Cost":462,"Date":"2/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":3,"Cost":2,"Date":"3/4/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":571,"Cost":433,"Date":"3/9/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":244,"Cost":185,"Date":"3/9/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":774,"Cost":464,"Date":"3/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":569,"Cost":440,"Date":"3/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":487,"Cost":329,"Date":"3/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":719,"Cost":426,"Date":"3/23/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":440,"Cost":332,"Date":"4/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":456,"Cost":319,"Date":"5/7/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":564,"Cost":510,"Date":"5/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":653,"Cost":403,"Date":"5/20/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":992,"Cost":636,"Date":"6/2/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":953,"Cost":819,"Date":"6/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":608,"Cost":349,"Date":"6/16/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":259,"Cost":223,"Date":"6/16/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":463,"Cost":254,"Date":"7/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":340,"Cost":295,"Date":"7/11/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":262,"Cost":248,"Date":"8/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":571,"Cost":428,"Date":"8/29/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":354,"Cost":334,"Date":"8/31/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":736,"Cost":550,"Date":"9/8/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":599,"Cost":501,"Date":"9/13/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":654,"Cost":530,"Date":"9/14/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":816,"Cost":612,"Date":"9/19/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":557,"Cost":352,"Date":"9/25/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":417,"Cost":339,"Date":"10/4/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":135,"Cost":119,"Date":"10/10/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":691,"Cost":543,"Date":"10/17/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":34,"Cost":27,"Date":"10/28/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":268,"Cost":251,"Date":"10/30/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":213,"Cost":174,"Date":"11/1/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":20,"Cost":11,"Date":"11/15/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":632,"Cost":469,"Date":"11/25/2023"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":270,"Cost":201,"Date":"1/10/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":172,"Cost":153,"Date":"1/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":256,"Cost":163,"Date":"1/20/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":799,"Cost":655,"Date":"2/8/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":58,"Cost":39,"Date":"2/25/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":995,"Cost":507,"Date":"3/7/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":878,"Cost":680,"Date":"3/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":200,"Cost":115,"Date":"3/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":719,"Cost":373,"Date":"4/5/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":563,"Cost":469,"Date":"4/14/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":632,"Cost":569,"Date":"5/3/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":538,"Cost":409,"Date":"5/9/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":504,"Cost":327,"Date":"5/15/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":450,"Cost":351,"Date":"5/25/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":542,"Cost":394,"Date":"5/26/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":803,"Cost":640,"Date":"5/31/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":934,"Cost":534,"Date":"7/27/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":687,"Cost":475,"Date":"9/17/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":452,"Cost":357,"Date":"10/6/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":404,"Cost":241,"Date":"10/8/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":135,"Cost":83,"Date":"10/26/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":757,"Cost":511,"Date":"11/16/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":818,"Cost":724,"Date":"11/18/2024"},{"Store":"Mall of America, Bloomington, MN","Brand":"Nova","Country":"USA","Sale":242,"Cost":176,"Date":"12/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":195,"Cost":163,"Date":"2/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":86,"Cost":44,"Date":"2/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":568,"Cost":342,"Date":"3/10/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":188,"Cost":168,"Date":"3/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":57,"Cost":34,"Date":"3/18/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":376,"Cost":227,"Date":"3/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":15,"Cost":8,"Date":"3/26/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":245,"Cost":211,"Date":"6/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":81,"Cost":46,"Date":"6/10/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":239,"Cost":211,"Date":"6/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":190,"Cost":108,"Date":"6/25/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":840,"Cost":558,"Date":"7/19/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":576,"Cost":402,"Date":"7/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":334,"Cost":303,"Date":"7/25/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":35,"Cost":28,"Date":"8/4/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":39,"Cost":37,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":369,"Cost":349,"Date":"9/4/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":1,"Cost":1,"Date":"9/19/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":427,"Cost":287,"Date":"9/29/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":426,"Cost":214,"Date":"10/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":581,"Cost":383,"Date":"10/15/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":527,"Cost":325,"Date":"10/30/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":132,"Cost":92,"Date":"11/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":813,"Cost":550,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":624,"Cost":400,"Date":"11/30/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":34,"Cost":27,"Date":"12/8/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":380,"Cost":269,"Date":"12/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":673,"Cost":635,"Date":"1/15/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":641,"Cost":405,"Date":"1/24/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":220,"Cost":139,"Date":"2/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":777,"Cost":564,"Date":"2/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":893,"Cost":587,"Date":"3/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":504,"Cost":420,"Date":"3/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":241,"Cost":122,"Date":"4/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":924,"Cost":791,"Date":"5/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":769,"Cost":402,"Date":"5/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":140,"Cost":118,"Date":"6/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":106,"Cost":94,"Date":"6/26/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":468,"Cost":372,"Date":"7/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":812,"Cost":743,"Date":"7/13/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":941,"Cost":623,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":889,"Cost":604,"Date":"8/26/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":662,"Cost":592,"Date":"9/2/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":533,"Cost":291,"Date":"9/29/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":560,"Cost":506,"Date":"10/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":701,"Cost":473,"Date":"11/2/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":136,"Cost":107,"Date":"11/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":710,"Cost":638,"Date":"11/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":467,"Cost":342,"Date":"12/1/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":808,"Cost":529,"Date":"12/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":641,"Cost":372,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":656,"Cost":484,"Date":"12/18/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":177,"Cost":107,"Date":"12/20/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":737,"Cost":467,"Date":"12/20/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":832,"Cost":613,"Date":"12/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":751,"Cost":461,"Date":"1/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":408,"Cost":310,"Date":"2/5/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":155,"Cost":97,"Date":"2/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":104,"Cost":70,"Date":"2/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":775,"Cost":671,"Date":"2/18/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":424,"Cost":280,"Date":"2/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":379,"Cost":256,"Date":"2/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":458,"Cost":256,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":311,"Cost":293,"Date":"4/2/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":210,"Cost":144,"Date":"4/3/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":697,"Cost":640,"Date":"4/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":363,"Cost":287,"Date":"4/10/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":883,"Cost":647,"Date":"4/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":3,"Cost":1,"Date":"5/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":921,"Cost":846,"Date":"5/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":459,"Cost":301,"Date":"6/20/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":881,"Cost":457,"Date":"7/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":909,"Cost":638,"Date":"7/4/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":696,"Cost":428,"Date":"7/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":374,"Cost":339,"Date":"7/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":397,"Cost":321,"Date":"7/14/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":791,"Cost":603,"Date":"7/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":87,"Cost":62,"Date":"8/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":289,"Cost":184,"Date":"8/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":871,"Cost":500,"Date":"8/7/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":584,"Cost":508,"Date":"8/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":223,"Cost":180,"Date":"8/31/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":800,"Cost":420,"Date":"9/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":836,"Cost":456,"Date":"9/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":607,"Cost":392,"Date":"9/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":62,"Cost":50,"Date":"9/29/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":63,"Cost":35,"Date":"11/7/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":496,"Cost":432,"Date":"11/26/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":106,"Cost":77,"Date":"11/27/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":101,"Cost":91,"Date":"12/5/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":567,"Cost":313,"Date":"12/26/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":615,"Cost":379,"Date":"12/31/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":101,"Cost":96,"Date":"1/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":434,"Cost":379,"Date":"2/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":62,"Cost":38,"Date":"2/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":816,"Cost":730,"Date":"2/27/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":879,"Cost":547,"Date":"3/1/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":4,"Cost":4,"Date":"3/1/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":633,"Cost":403,"Date":"3/19/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":409,"Cost":383,"Date":"3/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":294,"Cost":227,"Date":"5/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":332,"Cost":286,"Date":"7/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":509,"Cost":286,"Date":"8/5/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":774,"Cost":433,"Date":"8/12/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":905,"Cost":561,"Date":"8/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":688,"Cost":581,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":644,"Cost":526,"Date":"9/3/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":309,"Cost":260,"Date":"9/5/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":626,"Cost":590,"Date":"10/6/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":204,"Cost":185,"Date":"10/19/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":391,"Cost":359,"Date":"11/15/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":76,"Cost":71,"Date":"12/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":271,"Cost":220,"Date":"1/8/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":52,"Cost":33,"Date":"1/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":38,"Cost":34,"Date":"1/19/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":423,"Cost":294,"Date":"1/28/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":2,"Cost":2,"Date":"1/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":692,"Cost":550,"Date":"3/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":619,"Cost":584,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":613,"Cost":506,"Date":"4/24/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":233,"Cost":205,"Date":"4/28/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":958,"Cost":870,"Date":"5/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":853,"Cost":752,"Date":"5/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":988,"Cost":496,"Date":"5/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":623,"Cost":576,"Date":"6/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":637,"Cost":350,"Date":"6/3/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":59,"Cost":32,"Date":"6/5/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":870,"Cost":594,"Date":"6/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":131,"Cost":110,"Date":"6/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":420,"Cost":270,"Date":"6/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":777,"Cost":486,"Date":"6/24/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":52,"Cost":46,"Date":"7/4/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":660,"Cost":541,"Date":"7/9/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":186,"Cost":163,"Date":"7/12/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":506,"Cost":303,"Date":"8/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":536,"Cost":334,"Date":"8/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":320,"Cost":204,"Date":"8/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":602,"Cost":339,"Date":"9/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":800,"Cost":467,"Date":"9/3/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":167,"Cost":96,"Date":"9/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":630,"Cost":521,"Date":"10/4/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":437,"Cost":253,"Date":"11/1/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":231,"Cost":178,"Date":"11/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":906,"Cost":737,"Date":"12/17/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":988,"Cost":561,"Date":"2/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":298,"Cost":159,"Date":"2/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":757,"Cost":441,"Date":"3/4/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":780,"Cost":444,"Date":"3/9/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":91,"Cost":51,"Date":"3/9/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":500,"Cost":347,"Date":"3/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":982,"Cost":560,"Date":"3/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":451,"Cost":277,"Date":"3/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":755,"Cost":661,"Date":"3/23/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":928,"Cost":472,"Date":"4/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":913,"Cost":818,"Date":"5/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":565,"Cost":402,"Date":"5/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":599,"Cost":312,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":446,"Cost":367,"Date":"6/2/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":745,"Cost":464,"Date":"6/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":3,"Cost":2,"Date":"6/16/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":97,"Cost":86,"Date":"6/16/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":267,"Cost":168,"Date":"7/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":468,"Cost":323,"Date":"7/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":597,"Cost":529,"Date":"8/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":440,"Cost":370,"Date":"8/29/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":170,"Cost":137,"Date":"8/31/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":996,"Cost":651,"Date":"9/8/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":242,"Cost":131,"Date":"9/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":400,"Cost":325,"Date":"9/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":135,"Cost":72,"Date":"9/19/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":617,"Cost":371,"Date":"9/25/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":413,"Cost":272,"Date":"10/4/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":138,"Cost":93,"Date":"10/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":749,"Cost":555,"Date":"10/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":982,"Cost":877,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":572,"Cost":536,"Date":"10/30/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":806,"Cost":712,"Date":"11/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":815,"Cost":691,"Date":"11/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":140,"Cost":101,"Date":"11/25/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":159,"Cost":104,"Date":"1/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":305,"Cost":281,"Date":"1/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":255,"Cost":130,"Date":"1/20/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":295,"Cost":265,"Date":"2/8/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":210,"Cost":153,"Date":"2/25/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":628,"Cost":387,"Date":"3/7/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":360,"Cost":269,"Date":"3/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":116,"Cost":80,"Date":"3/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":616,"Cost":558,"Date":"4/5/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":413,"Cost":391,"Date":"4/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":139,"Cost":91,"Date":"5/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":704,"Cost":491,"Date":"5/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":5,"Cost":3,"Date":"5/15/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":158,"Cost":102,"Date":"5/25/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":530,"Cost":477,"Date":"5/26/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":44,"Cost":39,"Date":"5/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":844,"Cost":450,"Date":"7/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":489,"Cost":426,"Date":"9/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":380,"Cost":267,"Date":"10/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":408,"Cost":205,"Date":"10/8/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":204,"Cost":156,"Date":"10/26/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":766,"Cost":429,"Date":"11/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":885,"Cost":798,"Date":"11/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"HM","Country":"USA","Sale":625,"Cost":512,"Date":"12/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":520,"Cost":323,"Date":"2/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":128,"Cost":91,"Date":"2/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":488,"Cost":360,"Date":"3/10/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":758,"Cost":443,"Date":"3/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":70,"Cost":45,"Date":"3/18/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":369,"Cost":221,"Date":"3/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":284,"Cost":208,"Date":"3/26/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":815,"Cost":485,"Date":"6/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":903,"Cost":711,"Date":"6/10/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":266,"Cost":145,"Date":"6/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":456,"Cost":235,"Date":"6/25/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":820,"Cost":437,"Date":"7/19/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":416,"Cost":314,"Date":"7/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":70,"Cost":61,"Date":"7/25/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":286,"Cost":146,"Date":"8/4/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":385,"Cost":253,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":1000,"Cost":690,"Date":"9/4/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":972,"Cost":534,"Date":"9/19/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":23,"Cost":13,"Date":"9/29/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":598,"Cost":462,"Date":"10/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":213,"Cost":183,"Date":"10/15/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":14,"Cost":10,"Date":"10/30/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":933,"Cost":777,"Date":"11/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":983,"Cost":510,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":11,"Cost":9,"Date":"11/30/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":38,"Cost":20,"Date":"12/8/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":453,"Cost":269,"Date":"12/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":841,"Cost":489,"Date":"1/15/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":80,"Cost":44,"Date":"1/24/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":189,"Cost":101,"Date":"2/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":394,"Cost":320,"Date":"2/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":599,"Cost":564,"Date":"3/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":367,"Cost":232,"Date":"3/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":996,"Cost":781,"Date":"4/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":339,"Cost":199,"Date":"5/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":788,"Cost":518,"Date":"5/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":548,"Cost":505,"Date":"6/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":603,"Cost":373,"Date":"6/26/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":770,"Cost":456,"Date":"7/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":512,"Cost":284,"Date":"7/13/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":195,"Cost":165,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":825,"Cost":417,"Date":"8/26/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":78,"Cost":40,"Date":"9/2/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":435,"Cost":328,"Date":"9/29/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":48,"Cost":32,"Date":"10/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":285,"Cost":227,"Date":"11/2/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":826,"Cost":776,"Date":"11/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":548,"Cost":438,"Date":"11/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":569,"Cost":528,"Date":"12/1/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":962,"Cost":724,"Date":"12/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":38,"Cost":19,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":570,"Cost":377,"Date":"12/18/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":677,"Cost":542,"Date":"12/20/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":267,"Cost":196,"Date":"12/20/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":990,"Cost":899,"Date":"12/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":656,"Cost":332,"Date":"1/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":859,"Cost":682,"Date":"2/5/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":825,"Cost":545,"Date":"2/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":224,"Cost":165,"Date":"2/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":748,"Cost":648,"Date":"2/18/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":512,"Cost":412,"Date":"2/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":27,"Cost":14,"Date":"2/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":810,"Cost":686,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":85,"Cost":56,"Date":"4/2/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":426,"Cost":335,"Date":"4/3/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":354,"Cost":203,"Date":"4/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":301,"Cost":249,"Date":"4/10/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":749,"Cost":683,"Date":"4/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":493,"Cost":319,"Date":"5/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":14,"Cost":13,"Date":"5/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":641,"Cost":581,"Date":"6/20/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":617,"Cost":526,"Date":"7/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":513,"Cost":436,"Date":"7/4/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":87,"Cost":71,"Date":"7/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":664,"Cost":510,"Date":"7/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":643,"Cost":394,"Date":"7/14/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":244,"Cost":136,"Date":"7/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":46,"Cost":28,"Date":"8/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":797,"Cost":524,"Date":"8/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":369,"Cost":316,"Date":"8/7/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":956,"Cost":530,"Date":"8/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":135,"Cost":73,"Date":"8/31/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":484,"Cost":415,"Date":"9/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":935,"Cost":471,"Date":"9/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":201,"Cost":155,"Date":"9/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":524,"Cost":492,"Date":"9/29/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":561,"Cost":280,"Date":"11/7/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":830,"Cost":436,"Date":"11/26/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":372,"Cost":207,"Date":"11/27/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":980,"Cost":762,"Date":"12/5/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":877,"Cost":769,"Date":"12/26/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":462,"Cost":242,"Date":"12/31/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":568,"Cost":331,"Date":"1/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":588,"Cost":424,"Date":"2/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":874,"Cost":700,"Date":"2/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":943,"Cost":780,"Date":"2/27/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":786,"Cost":486,"Date":"3/1/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":376,"Cost":336,"Date":"3/1/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":618,"Cost":384,"Date":"3/19/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":205,"Cost":146,"Date":"3/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":705,"Cost":373,"Date":"5/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":901,"Cost":765,"Date":"7/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":70,"Cost":49,"Date":"8/5/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":479,"Cost":300,"Date":"8/12/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":406,"Cost":303,"Date":"8/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":773,"Cost":635,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":610,"Cost":475,"Date":"9/3/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":71,"Cost":54,"Date":"9/5/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":733,"Cost":689,"Date":"10/6/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":375,"Cost":326,"Date":"10/19/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":796,"Cost":406,"Date":"11/15/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":429,"Cost":294,"Date":"12/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":465,"Cost":255,"Date":"1/8/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":13,"Cost":12,"Date":"1/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":74,"Cost":58,"Date":"1/19/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":312,"Cost":191,"Date":"1/28/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":971,"Cost":897,"Date":"1/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":194,"Cost":141,"Date":"3/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":335,"Cost":280,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":689,"Cost":476,"Date":"4/24/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":210,"Cost":174,"Date":"4/28/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":262,"Cost":194,"Date":"5/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":90,"Cost":78,"Date":"5/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":841,"Cost":470,"Date":"5/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":369,"Cost":215,"Date":"6/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":986,"Cost":833,"Date":"6/3/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":156,"Cost":104,"Date":"6/5/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":648,"Cost":473,"Date":"6/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":731,"Cost":585,"Date":"6/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":768,"Cost":532,"Date":"6/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":182,"Cost":167,"Date":"6/24/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":503,"Cost":415,"Date":"7/4/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":70,"Cost":61,"Date":"7/9/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":152,"Cost":122,"Date":"7/12/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":50,"Cost":38,"Date":"8/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":911,"Cost":742,"Date":"8/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":747,"Cost":515,"Date":"8/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":14,"Cost":10,"Date":"9/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":801,"Cost":468,"Date":"9/3/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":932,"Cost":688,"Date":"9/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":479,"Cost":409,"Date":"10/4/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":113,"Cost":80,"Date":"11/1/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":291,"Cost":240,"Date":"11/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":162,"Cost":124,"Date":"12/17/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":961,"Cost":873,"Date":"2/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":244,"Cost":172,"Date":"2/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":212,"Cost":169,"Date":"3/4/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":836,"Cost":555,"Date":"3/9/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":767,"Cost":551,"Date":"3/9/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":627,"Cost":559,"Date":"3/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":388,"Cost":320,"Date":"3/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":492,"Cost":431,"Date":"3/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":348,"Cost":197,"Date":"3/23/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":580,"Cost":461,"Date":"4/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":397,"Cost":281,"Date":"5/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":847,"Cost":633,"Date":"5/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":104,"Cost":96,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":273,"Cost":189,"Date":"6/2/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":48,"Cost":46,"Date":"6/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":101,"Cost":85,"Date":"6/16/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":294,"Cost":253,"Date":"6/16/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":919,"Cost":539,"Date":"7/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":622,"Cost":441,"Date":"7/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":4,"Cost":3,"Date":"8/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":652,"Cost":469,"Date":"8/29/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":811,"Cost":575,"Date":"8/31/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":258,"Cost":233,"Date":"9/8/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":46,"Cost":40,"Date":"9/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":855,"Cost":654,"Date":"9/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":663,"Cost":623,"Date":"9/19/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":608,"Cost":437,"Date":"9/25/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":980,"Cost":737,"Date":"10/4/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":639,"Cost":354,"Date":"10/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":933,"Cost":669,"Date":"10/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":713,"Cost":506,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":639,"Cost":385,"Date":"10/30/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":370,"Cost":247,"Date":"11/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":743,"Cost":625,"Date":"11/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":931,"Cost":796,"Date":"11/25/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":227,"Cost":169,"Date":"1/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":526,"Cost":450,"Date":"1/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":502,"Cost":277,"Date":"1/20/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":175,"Cost":88,"Date":"2/8/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":769,"Cost":509,"Date":"2/25/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":957,"Cost":876,"Date":"3/7/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":922,"Cost":765,"Date":"3/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":533,"Cost":454,"Date":"3/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":815,"Cost":552,"Date":"4/5/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":897,"Cost":568,"Date":"4/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":342,"Cost":230,"Date":"5/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":975,"Cost":667,"Date":"5/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":765,"Cost":631,"Date":"5/15/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":58,"Cost":42,"Date":"5/25/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":766,"Cost":450,"Date":"5/26/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":31,"Cost":17,"Date":"5/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":177,"Cost":90,"Date":"7/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":609,"Cost":566,"Date":"9/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":382,"Cost":268,"Date":"10/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":426,"Cost":375,"Date":"10/8/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":795,"Cost":627,"Date":"10/26/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":389,"Cost":289,"Date":"11/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":820,"Cost":467,"Date":"11/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":306,"Cost":236,"Date":"12/1/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":83,"Cost":47,"Date":"2/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":33,"Cost":18,"Date":"2/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":211,"Cost":135,"Date":"3/10/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":219,"Cost":192,"Date":"3/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":940,"Cost":869,"Date":"3/18/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":211,"Cost":183,"Date":"3/20/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":180,"Cost":148,"Date":"3/26/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":879,"Cost":718,"Date":"6/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":454,"Cost":297,"Date":"6/10/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":732,"Cost":495,"Date":"6/16/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":594,"Cost":369,"Date":"6/25/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":167,"Cost":85,"Date":"7/19/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":843,"Cost":624,"Date":"7/21/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":971,"Cost":907,"Date":"7/25/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":836,"Cost":647,"Date":"8/4/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":204,"Cost":173,"Date":"9/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":714,"Cost":662,"Date":"9/4/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":594,"Cost":380,"Date":"9/19/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":831,"Cost":707,"Date":"9/29/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":317,"Cost":224,"Date":"10/2/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":513,"Cost":354,"Date":"10/15/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":984,"Cost":713,"Date":"10/30/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":569,"Cost":420,"Date":"11/9/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":517,"Cost":411,"Date":"11/23/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":537,"Cost":363,"Date":"11/30/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":343,"Cost":184,"Date":"12/8/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":60,"Cost":53,"Date":"12/11/2018"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":249,"Cost":129,"Date":"1/15/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":21,"Cost":20,"Date":"1/24/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":117,"Cost":86,"Date":"2/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":486,"Cost":442,"Date":"2/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":165,"Cost":157,"Date":"3/9/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":614,"Cost":333,"Date":"3/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":387,"Cost":273,"Date":"4/19/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":492,"Cost":392,"Date":"5/3/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":399,"Cost":333,"Date":"5/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":913,"Cost":595,"Date":"6/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":957,"Cost":816,"Date":"6/26/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":993,"Cost":541,"Date":"7/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":951,"Cost":687,"Date":"7/13/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":458,"Cost":251,"Date":"8/8/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":673,"Cost":603,"Date":"8/26/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":955,"Cost":820,"Date":"9/2/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":114,"Cost":99,"Date":"9/29/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":446,"Cost":279,"Date":"10/12/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":819,"Cost":472,"Date":"11/2/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":967,"Cost":610,"Date":"11/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":166,"Cost":129,"Date":"11/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":507,"Cost":342,"Date":"12/1/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":456,"Cost":426,"Date":"12/4/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":266,"Cost":204,"Date":"12/7/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":480,"Cost":447,"Date":"12/18/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":382,"Cost":214,"Date":"12/20/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":140,"Cost":123,"Date":"12/20/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":957,"Cost":563,"Date":"12/21/2019"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":789,"Cost":629,"Date":"1/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":964,"Cost":803,"Date":"2/5/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":637,"Cost":324,"Date":"2/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":684,"Cost":405,"Date":"2/16/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":790,"Cost":672,"Date":"2/18/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":173,"Cost":118,"Date":"2/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":248,"Cost":211,"Date":"2/25/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":337,"Cost":243,"Date":"3/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":465,"Cost":399,"Date":"4/2/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":13,"Cost":6,"Date":"4/3/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":483,"Cost":441,"Date":"4/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":765,"Cost":626,"Date":"4/10/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":746,"Cost":377,"Date":"4/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":55,"Cost":53,"Date":"5/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":535,"Cost":276,"Date":"5/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":293,"Cost":248,"Date":"6/20/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":898,"Cost":567,"Date":"7/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":14,"Cost":10,"Date":"7/4/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":601,"Cost":418,"Date":"7/8/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":164,"Cost":140,"Date":"7/9/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":674,"Cost":540,"Date":"7/14/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":818,"Cost":661,"Date":"7/19/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":236,"Cost":164,"Date":"8/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":361,"Cost":328,"Date":"8/6/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":329,"Cost":287,"Date":"8/7/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":283,"Cost":217,"Date":"8/22/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":75,"Cost":63,"Date":"8/31/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":557,"Cost":520,"Date":"9/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":605,"Cost":555,"Date":"9/1/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":915,"Cost":565,"Date":"9/17/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":490,"Cost":399,"Date":"9/29/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":952,"Cost":498,"Date":"11/7/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":726,"Cost":555,"Date":"11/26/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":194,"Cost":138,"Date":"11/27/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":53,"Cost":31,"Date":"12/5/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":759,"Cost":623,"Date":"12/26/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":963,"Cost":842,"Date":"12/31/2020"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":939,"Cost":873,"Date":"1/20/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":503,"Cost":263,"Date":"2/2/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":858,"Cost":758,"Date":"2/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":926,"Cost":501,"Date":"2/27/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":120,"Cost":63,"Date":"3/1/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":724,"Cost":682,"Date":"3/1/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":344,"Cost":241,"Date":"3/19/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":516,"Cost":352,"Date":"3/28/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":623,"Cost":436,"Date":"5/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":515,"Cost":419,"Date":"7/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":687,"Cost":618,"Date":"8/5/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":9,"Cost":9,"Date":"8/12/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":8,"Cost":7,"Date":"8/21/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":758,"Cost":387,"Date":"8/23/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":118,"Cost":69,"Date":"9/3/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":650,"Cost":337,"Date":"9/5/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":402,"Cost":376,"Date":"10/6/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":660,"Cost":492,"Date":"10/19/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":260,"Cost":163,"Date":"11/15/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":988,"Cost":601,"Date":"12/8/2021"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":760,"Cost":495,"Date":"1/8/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":721,"Cost":680,"Date":"1/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":63,"Cost":60,"Date":"1/19/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":710,"Cost":645,"Date":"1/28/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":716,"Cost":601,"Date":"1/31/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":669,"Cost":539,"Date":"3/27/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":439,"Cost":259,"Date":"4/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":109,"Cost":69,"Date":"4/24/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":161,"Cost":127,"Date":"4/28/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":58,"Cost":43,"Date":"5/15/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":515,"Cost":424,"Date":"5/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":881,"Cost":825,"Date":"5/18/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":891,"Cost":700,"Date":"6/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":632,"Cost":518,"Date":"6/3/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":191,"Cost":160,"Date":"6/5/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":199,"Cost":164,"Date":"6/7/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":711,"Cost":622,"Date":"6/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":825,"Cost":686,"Date":"6/20/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":129,"Cost":73,"Date":"6/24/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":225,"Cost":135,"Date":"7/4/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":328,"Cost":306,"Date":"7/9/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":393,"Cost":290,"Date":"7/12/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":896,"Cost":752,"Date":"8/14/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":20,"Cost":11,"Date":"8/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":470,"Cost":365,"Date":"8/23/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":359,"Cost":226,"Date":"9/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":391,"Cost":236,"Date":"9/3/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":341,"Cost":235,"Date":"9/16/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":778,"Cost":556,"Date":"10/4/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":653,"Cost":362,"Date":"11/1/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":700,"Cost":560,"Date":"11/2/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":184,"Cost":135,"Date":"12/17/2022"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":275,"Cost":256,"Date":"2/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":662,"Cost":488,"Date":"2/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":9,"Cost":5,"Date":"3/4/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":683,"Cost":586,"Date":"3/9/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":930,"Cost":518,"Date":"3/9/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":828,"Cost":614,"Date":"3/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":688,"Cost":423,"Date":"3/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":316,"Cost":229,"Date":"3/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":562,"Cost":313,"Date":"3/23/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":278,"Cost":214,"Date":"4/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":867,"Cost":711,"Date":"5/7/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":122,"Cost":97,"Date":"5/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":804,"Cost":548,"Date":"5/20/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":269,"Cost":136,"Date":"6/2/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":130,"Cost":95,"Date":"6/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":69,"Cost":38,"Date":"6/16/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":904,"Cost":659,"Date":"6/16/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":329,"Cost":310,"Date":"7/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":488,"Cost":450,"Date":"7/11/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":646,"Cost":476,"Date":"8/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":202,"Cost":171,"Date":"8/29/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":114,"Cost":70,"Date":"8/31/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":458,"Cost":420,"Date":"9/8/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":563,"Cost":354,"Date":"9/13/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":530,"Cost":365,"Date":"9/14/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":828,"Cost":514,"Date":"9/19/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":61,"Cost":37,"Date":"9/25/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":995,"Cost":838,"Date":"10/4/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":282,"Cost":144,"Date":"10/10/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":112,"Cost":60,"Date":"10/17/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":300,"Cost":271,"Date":"10/28/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":695,"Cost":447,"Date":"10/30/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":652,"Cost":422,"Date":"11/1/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":806,"Cost":598,"Date":"11/15/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":251,"Cost":161,"Date":"11/25/2023"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":95,"Cost":79,"Date":"1/10/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":37,"Cost":22,"Date":"1/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":44,"Cost":30,"Date":"1/20/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":251,"Cost":237,"Date":"2/8/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":754,"Cost":540,"Date":"2/25/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":884,"Cost":608,"Date":"3/7/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":310,"Cost":295,"Date":"3/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":583,"Cost":301,"Date":"3/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":830,"Cost":578,"Date":"4/5/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":854,"Cost":584,"Date":"4/14/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":546,"Cost":455,"Date":"5/3/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":832,"Cost":744,"Date":"5/9/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":582,"Cost":541,"Date":"5/15/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":941,"Cost":863,"Date":"5/25/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":50,"Cost":31,"Date":"5/26/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":500,"Cost":443,"Date":"5/31/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":434,"Cost":254,"Date":"7/27/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":742,"Cost":685,"Date":"9/17/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":139,"Cost":119,"Date":"10/6/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":861,"Cost":529,"Date":"10/8/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":614,"Cost":457,"Date":"10/26/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":110,"Cost":80,"Date":"11/16/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":156,"Cost":108,"Date":"11/18/2024"},{"Store":"King of Prussia Mall, King of Prussia, PA","Brand":"Nova","Country":"USA","Sale":147,"Cost":124,"Date":"12/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":197,"Cost":175,"Date":"2/9/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":208,"Cost":118,"Date":"2/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":512,"Cost":262,"Date":"3/10/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":24,"Cost":15,"Date":"3/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":531,"Cost":396,"Date":"3/18/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":85,"Cost":46,"Date":"3/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":83,"Cost":67,"Date":"3/26/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":212,"Cost":182,"Date":"6/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":798,"Cost":628,"Date":"6/10/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":77,"Cost":49,"Date":"6/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":316,"Cost":292,"Date":"6/25/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":962,"Cost":568,"Date":"7/19/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":667,"Cost":420,"Date":"7/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":81,"Cost":50,"Date":"7/25/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":117,"Cost":73,"Date":"8/4/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":949,"Cost":698,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":344,"Cost":232,"Date":"9/4/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":771,"Cost":650,"Date":"9/19/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":282,"Cost":165,"Date":"9/29/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":607,"Cost":553,"Date":"10/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":865,"Cost":596,"Date":"10/15/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":299,"Cost":279,"Date":"10/30/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":29,"Cost":16,"Date":"11/9/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":821,"Cost":724,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":934,"Cost":489,"Date":"11/30/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":704,"Cost":553,"Date":"12/8/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":53,"Cost":44,"Date":"12/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":806,"Cost":508,"Date":"1/15/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":851,"Cost":684,"Date":"1/24/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":27,"Cost":25,"Date":"2/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":122,"Cost":79,"Date":"2/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":963,"Cost":631,"Date":"3/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":308,"Cost":254,"Date":"3/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":899,"Cost":587,"Date":"4/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":222,"Cost":148,"Date":"5/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":625,"Cost":576,"Date":"5/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":649,"Cost":338,"Date":"6/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":5,"Cost":2,"Date":"6/26/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":619,"Cost":383,"Date":"7/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":203,"Cost":168,"Date":"7/13/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":394,"Cost":361,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":93,"Cost":82,"Date":"8/26/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":624,"Cost":391,"Date":"9/2/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":526,"Cost":294,"Date":"9/29/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":826,"Cost":502,"Date":"10/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":780,"Cost":615,"Date":"11/2/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":186,"Cost":166,"Date":"11/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":278,"Cost":166,"Date":"11/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":917,"Cost":588,"Date":"12/1/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":279,"Cost":201,"Date":"12/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":632,"Cost":353,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":585,"Cost":539,"Date":"12/18/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":137,"Cost":75,"Date":"12/20/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":915,"Cost":773,"Date":"12/20/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":78,"Cost":50,"Date":"12/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":275,"Cost":234,"Date":"1/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":765,"Cost":469,"Date":"2/5/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":966,"Cost":697,"Date":"2/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":688,"Cost":600,"Date":"2/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":552,"Cost":349,"Date":"2/18/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":971,"Cost":735,"Date":"2/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":66,"Cost":38,"Date":"2/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":823,"Cost":712,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":466,"Cost":374,"Date":"4/2/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":76,"Cost":59,"Date":"4/3/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":557,"Cost":515,"Date":"4/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":871,"Cost":480,"Date":"4/10/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":915,"Cost":641,"Date":"4/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":822,"Cost":514,"Date":"5/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":860,"Cost":471,"Date":"5/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":824,"Cost":446,"Date":"6/20/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":548,"Cost":414,"Date":"7/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":712,"Cost":483,"Date":"7/4/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":860,"Cost":524,"Date":"7/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":399,"Cost":376,"Date":"7/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":768,"Cost":498,"Date":"7/14/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":810,"Cost":520,"Date":"7/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":13,"Cost":8,"Date":"8/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":287,"Cost":148,"Date":"8/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":165,"Cost":115,"Date":"8/7/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":650,"Cost":386,"Date":"8/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":766,"Cost":630,"Date":"8/31/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":654,"Cost":589,"Date":"9/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":832,"Cost":539,"Date":"9/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":621,"Cost":353,"Date":"9/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":921,"Cost":613,"Date":"9/29/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":491,"Cost":345,"Date":"11/7/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":42,"Cost":27,"Date":"11/26/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":349,"Cost":288,"Date":"11/27/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":679,"Cost":474,"Date":"12/5/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":903,"Cost":795,"Date":"12/26/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":572,"Cost":442,"Date":"12/31/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":157,"Cost":128,"Date":"1/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":261,"Cost":242,"Date":"2/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":857,"Cost":537,"Date":"2/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":815,"Cost":464,"Date":"2/27/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":356,"Cost":260,"Date":"3/1/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":483,"Cost":349,"Date":"3/1/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":106,"Cost":74,"Date":"3/19/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":514,"Cost":348,"Date":"3/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":335,"Cost":306,"Date":"5/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":730,"Cost":550,"Date":"7/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":290,"Cost":271,"Date":"8/5/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":974,"Cost":570,"Date":"8/12/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":495,"Cost":419,"Date":"8/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":5,"Cost":4,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":788,"Cost":561,"Date":"9/3/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":301,"Cost":263,"Date":"9/5/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":48,"Cost":37,"Date":"10/6/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":616,"Cost":330,"Date":"10/19/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":634,"Cost":534,"Date":"11/15/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":645,"Cost":403,"Date":"12/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":481,"Cost":427,"Date":"1/8/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":497,"Cost":394,"Date":"1/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":953,"Cost":667,"Date":"1/19/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":201,"Cost":145,"Date":"1/28/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":99,"Cost":73,"Date":"1/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":645,"Cost":410,"Date":"3/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":514,"Cost":325,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":75,"Cost":44,"Date":"4/24/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":958,"Cost":551,"Date":"4/28/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":133,"Cost":83,"Date":"5/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":742,"Cost":444,"Date":"5/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":914,"Cost":832,"Date":"5/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":423,"Cost":278,"Date":"6/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":241,"Cost":197,"Date":"6/3/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":212,"Cost":108,"Date":"6/5/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":391,"Cost":336,"Date":"6/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":207,"Cost":165,"Date":"6/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":197,"Cost":129,"Date":"6/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":361,"Cost":260,"Date":"6/24/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":70,"Cost":46,"Date":"7/4/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":533,"Cost":315,"Date":"7/9/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":851,"Cost":506,"Date":"7/12/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":211,"Cost":115,"Date":"8/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":955,"Cost":552,"Date":"8/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":379,"Cost":276,"Date":"8/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":297,"Cost":224,"Date":"9/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":102,"Cost":62,"Date":"9/3/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":106,"Cost":79,"Date":"9/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":347,"Cost":195,"Date":"10/4/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":598,"Cost":554,"Date":"11/1/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":610,"Cost":318,"Date":"11/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":208,"Cost":142,"Date":"12/17/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":742,"Cost":572,"Date":"2/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":165,"Cost":144,"Date":"2/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":974,"Cost":649,"Date":"3/4/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":168,"Cost":85,"Date":"3/9/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":228,"Cost":195,"Date":"3/9/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":86,"Cost":59,"Date":"3/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":698,"Cost":597,"Date":"3/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":519,"Cost":412,"Date":"3/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":36,"Cost":27,"Date":"3/23/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":782,"Cost":597,"Date":"4/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":134,"Cost":113,"Date":"5/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":211,"Cost":125,"Date":"5/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":699,"Cost":392,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":652,"Cost":443,"Date":"6/2/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":3,"Cost":3,"Date":"6/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":308,"Cost":212,"Date":"6/16/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":657,"Cost":423,"Date":"6/16/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":854,"Cost":777,"Date":"7/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":317,"Cost":264,"Date":"7/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":407,"Cost":269,"Date":"8/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":5,"Cost":3,"Date":"8/29/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":440,"Cost":223,"Date":"8/31/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":340,"Cost":321,"Date":"9/8/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":808,"Cost":518,"Date":"9/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":191,"Cost":139,"Date":"9/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":186,"Cost":140,"Date":"9/19/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":537,"Cost":470,"Date":"9/25/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":393,"Cost":207,"Date":"10/4/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":302,"Cost":166,"Date":"10/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":880,"Cost":469,"Date":"10/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":861,"Cost":790,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":735,"Cost":414,"Date":"10/30/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":643,"Cost":469,"Date":"11/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":756,"Cost":633,"Date":"11/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":545,"Cost":330,"Date":"11/25/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":927,"Cost":864,"Date":"1/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":887,"Cost":493,"Date":"1/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":174,"Cost":131,"Date":"1/20/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":345,"Cost":260,"Date":"2/8/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":752,"Cost":688,"Date":"2/25/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":948,"Cost":676,"Date":"3/7/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":587,"Cost":321,"Date":"3/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":109,"Cost":89,"Date":"3/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":524,"Cost":271,"Date":"4/5/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":704,"Cost":667,"Date":"4/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":867,"Cost":805,"Date":"5/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":122,"Cost":96,"Date":"5/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":998,"Cost":529,"Date":"5/15/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":71,"Cost":60,"Date":"5/25/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":590,"Cost":342,"Date":"5/26/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":336,"Cost":233,"Date":"5/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":671,"Cost":577,"Date":"7/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":399,"Cost":277,"Date":"9/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":399,"Cost":237,"Date":"10/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":146,"Cost":98,"Date":"10/8/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":820,"Cost":685,"Date":"10/26/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":665,"Cost":619,"Date":"11/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":121,"Cost":71,"Date":"11/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"HM Home","Country":"USA","Sale":835,"Cost":425,"Date":"12/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":30,"Cost":19,"Date":"2/9/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":191,"Cost":158,"Date":"2/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":554,"Cost":288,"Date":"3/10/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":96,"Cost":88,"Date":"3/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":682,"Cost":584,"Date":"3/18/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":560,"Cost":437,"Date":"3/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":179,"Cost":93,"Date":"3/26/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":742,"Cost":403,"Date":"6/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":10,"Cost":5,"Date":"6/10/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":355,"Cost":236,"Date":"6/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":159,"Cost":139,"Date":"6/25/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":636,"Cost":529,"Date":"7/19/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":752,"Cost":635,"Date":"7/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":413,"Cost":329,"Date":"7/25/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":194,"Cost":167,"Date":"8/4/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":717,"Cost":419,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":218,"Cost":142,"Date":"9/4/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":941,"Cost":513,"Date":"9/19/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":442,"Cost":273,"Date":"9/29/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":601,"Cost":409,"Date":"10/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":521,"Cost":339,"Date":"10/15/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":808,"Cost":687,"Date":"10/30/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":277,"Cost":222,"Date":"11/9/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":977,"Cost":512,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":959,"Cost":494,"Date":"11/30/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":143,"Cost":123,"Date":"12/8/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":847,"Cost":581,"Date":"12/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":928,"Cost":566,"Date":"1/15/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":501,"Cost":390,"Date":"1/24/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":218,"Cost":134,"Date":"2/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":473,"Cost":341,"Date":"2/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":19,"Cost":11,"Date":"3/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":343,"Cost":288,"Date":"3/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":360,"Cost":219,"Date":"4/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":976,"Cost":635,"Date":"5/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":322,"Cost":216,"Date":"5/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":611,"Cost":551,"Date":"6/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":517,"Cost":438,"Date":"6/26/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":665,"Cost":351,"Date":"7/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":44,"Cost":23,"Date":"7/13/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":153,"Cost":117,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":544,"Cost":458,"Date":"8/26/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":82,"Cost":50,"Date":"9/2/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":36,"Cost":32,"Date":"9/29/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":107,"Cost":85,"Date":"10/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":335,"Cost":298,"Date":"11/2/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":108,"Cost":73,"Date":"11/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":719,"Cost":377,"Date":"11/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":356,"Cost":235,"Date":"12/1/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":192,"Cost":120,"Date":"12/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":431,"Cost":381,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":605,"Cost":550,"Date":"12/18/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":33,"Cost":30,"Date":"12/20/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":371,"Cost":283,"Date":"12/20/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":477,"Cost":365,"Date":"12/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":727,"Cost":406,"Date":"1/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":591,"Cost":383,"Date":"2/5/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":881,"Cost":658,"Date":"2/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":406,"Cost":226,"Date":"2/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":366,"Cost":277,"Date":"2/18/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":698,"Cost":453,"Date":"2/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":16,"Cost":13,"Date":"2/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":974,"Cost":675,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":15,"Cost":12,"Date":"4/2/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":571,"Cost":304,"Date":"4/3/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":23,"Cost":18,"Date":"4/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":890,"Cost":817,"Date":"4/10/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":358,"Cost":212,"Date":"4/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":890,"Cost":487,"Date":"5/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":96,"Cost":74,"Date":"5/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":176,"Cost":94,"Date":"6/20/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":261,"Cost":142,"Date":"7/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":705,"Cost":648,"Date":"7/4/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":381,"Cost":342,"Date":"7/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":37,"Cost":26,"Date":"7/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":566,"Cost":448,"Date":"7/14/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":36,"Cost":30,"Date":"7/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":976,"Cost":762,"Date":"8/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":911,"Cost":498,"Date":"8/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":208,"Cost":183,"Date":"8/7/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":344,"Cost":294,"Date":"8/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":802,"Cost":546,"Date":"8/31/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":980,"Cost":827,"Date":"9/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":989,"Cost":553,"Date":"9/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":902,"Cost":526,"Date":"9/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":118,"Cost":112,"Date":"9/29/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":654,"Cost":437,"Date":"11/7/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":247,"Cost":206,"Date":"11/26/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":383,"Cost":361,"Date":"11/27/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":683,"Cost":361,"Date":"12/5/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":269,"Cost":250,"Date":"12/26/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":469,"Cost":396,"Date":"12/31/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":232,"Cost":143,"Date":"1/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":523,"Cost":326,"Date":"2/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":289,"Cost":209,"Date":"2/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":808,"Cost":594,"Date":"2/27/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":21,"Cost":12,"Date":"3/1/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":239,"Cost":167,"Date":"3/1/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":93,"Cost":53,"Date":"3/19/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":159,"Cost":133,"Date":"3/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":125,"Cost":80,"Date":"5/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":642,"Cost":447,"Date":"7/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":713,"Cost":437,"Date":"8/5/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":996,"Cost":532,"Date":"8/12/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":79,"Cost":62,"Date":"8/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":743,"Cost":469,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":258,"Cost":218,"Date":"9/3/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":432,"Cost":263,"Date":"9/5/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":386,"Cost":348,"Date":"10/6/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":828,"Cost":532,"Date":"10/19/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":810,"Cost":569,"Date":"11/15/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":116,"Cost":95,"Date":"12/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":280,"Cost":220,"Date":"1/8/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":25,"Cost":22,"Date":"1/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":84,"Cost":55,"Date":"1/19/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":203,"Cost":131,"Date":"1/28/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":835,"Cost":576,"Date":"1/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":243,"Cost":215,"Date":"3/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":259,"Cost":197,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":628,"Cost":380,"Date":"4/24/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":974,"Cost":853,"Date":"4/28/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":340,"Cost":208,"Date":"5/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":560,"Cost":330,"Date":"5/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":866,"Cost":810,"Date":"5/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":407,"Cost":270,"Date":"6/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":149,"Cost":87,"Date":"6/3/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":663,"Cost":546,"Date":"6/5/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":804,"Cost":638,"Date":"6/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":732,"Cost":452,"Date":"6/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":958,"Cost":710,"Date":"6/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":731,"Cost":559,"Date":"6/24/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":211,"Cost":155,"Date":"7/4/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":814,"Cost":669,"Date":"7/9/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":638,"Cost":545,"Date":"7/12/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":752,"Cost":416,"Date":"8/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":354,"Cost":249,"Date":"8/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":50,"Cost":42,"Date":"8/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":736,"Cost":615,"Date":"9/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":465,"Cost":432,"Date":"9/3/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":534,"Cost":371,"Date":"9/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":763,"Cost":628,"Date":"10/4/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":124,"Cost":73,"Date":"11/1/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":584,"Cost":389,"Date":"11/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":919,"Cost":723,"Date":"12/17/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":753,"Cost":581,"Date":"2/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":681,"Cost":645,"Date":"2/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":902,"Cost":653,"Date":"3/4/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":137,"Cost":107,"Date":"3/9/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":32,"Cost":26,"Date":"3/9/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":815,"Cost":660,"Date":"3/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":257,"Cost":153,"Date":"3/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":418,"Cost":231,"Date":"3/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":198,"Cost":155,"Date":"3/23/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":686,"Cost":359,"Date":"4/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":838,"Cost":601,"Date":"5/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":54,"Cost":50,"Date":"5/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":668,"Cost":493,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":561,"Cost":428,"Date":"6/2/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":636,"Cost":370,"Date":"6/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":620,"Cost":443,"Date":"6/16/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":277,"Cost":186,"Date":"6/16/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":477,"Cost":414,"Date":"7/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":991,"Cost":564,"Date":"7/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":252,"Cost":146,"Date":"8/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":628,"Cost":373,"Date":"8/29/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":417,"Cost":213,"Date":"8/31/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":93,"Cost":60,"Date":"9/8/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":589,"Cost":316,"Date":"9/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":709,"Cost":662,"Date":"9/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":699,"Cost":519,"Date":"9/19/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":555,"Cost":454,"Date":"9/25/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":116,"Cost":107,"Date":"10/4/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":617,"Cost":494,"Date":"10/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":779,"Cost":525,"Date":"10/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":974,"Cost":676,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":237,"Cost":197,"Date":"10/30/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":64,"Cost":40,"Date":"11/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":301,"Cost":221,"Date":"11/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":801,"Cost":682,"Date":"11/25/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":567,"Cost":533,"Date":"1/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":696,"Cost":362,"Date":"1/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":833,"Cost":529,"Date":"1/20/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":952,"Cost":562,"Date":"2/8/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":595,"Cost":486,"Date":"2/25/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":886,"Cost":546,"Date":"3/7/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":464,"Cost":428,"Date":"3/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":105,"Cost":62,"Date":"3/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":832,"Cost":492,"Date":"4/5/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":891,"Cost":681,"Date":"4/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":597,"Cost":505,"Date":"5/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":866,"Cost":642,"Date":"5/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":972,"Cost":823,"Date":"5/15/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":949,"Cost":500,"Date":"5/25/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":914,"Cost":600,"Date":"5/26/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":760,"Cost":722,"Date":"5/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":520,"Cost":275,"Date":"7/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":5,"Cost":2,"Date":"9/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":143,"Cost":96,"Date":"10/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":835,"Cost":785,"Date":"10/8/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":56,"Cost":43,"Date":"10/26/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":140,"Cost":128,"Date":"11/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":605,"Cost":350,"Date":"11/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"ARKET","Country":"USA","Sale":488,"Cost":414,"Date":"12/1/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":543,"Cost":274,"Date":"2/9/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":442,"Cost":343,"Date":"2/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":684,"Cost":645,"Date":"3/10/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":633,"Cost":592,"Date":"3/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":514,"Cost":277,"Date":"3/18/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":208,"Cost":137,"Date":"3/20/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":84,"Cost":45,"Date":"3/26/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":397,"Cost":332,"Date":"6/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":233,"Cost":119,"Date":"6/10/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":851,"Cost":703,"Date":"6/16/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":172,"Cost":101,"Date":"6/25/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":447,"Cost":228,"Date":"7/19/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":233,"Cost":207,"Date":"7/21/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":619,"Cost":426,"Date":"7/25/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":123,"Cost":90,"Date":"8/4/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":564,"Cost":287,"Date":"9/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":352,"Cost":264,"Date":"9/4/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":863,"Cost":611,"Date":"9/19/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":402,"Cost":255,"Date":"9/29/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":644,"Cost":359,"Date":"10/2/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":946,"Cost":513,"Date":"10/15/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":945,"Cost":491,"Date":"10/30/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":50,"Cost":38,"Date":"11/9/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":190,"Cost":140,"Date":"11/23/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":485,"Cost":244,"Date":"11/30/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":669,"Cost":578,"Date":"12/8/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":860,"Cost":479,"Date":"12/11/2018"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":857,"Cost":805,"Date":"1/15/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":612,"Cost":498,"Date":"1/24/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":247,"Cost":186,"Date":"2/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":548,"Cost":479,"Date":"2/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":971,"Cost":631,"Date":"3/9/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":86,"Cost":65,"Date":"3/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":795,"Cost":537,"Date":"4/19/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":994,"Cost":635,"Date":"5/3/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":894,"Cost":819,"Date":"5/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":493,"Cost":293,"Date":"6/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":783,"Cost":681,"Date":"6/26/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":616,"Cost":316,"Date":"7/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":968,"Cost":492,"Date":"7/13/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":539,"Cost":284,"Date":"8/8/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":238,"Cost":180,"Date":"8/26/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":807,"Cost":534,"Date":"9/2/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":758,"Cost":589,"Date":"9/29/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":811,"Cost":504,"Date":"10/12/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":623,"Cost":591,"Date":"11/2/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":766,"Cost":663,"Date":"11/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":198,"Cost":169,"Date":"11/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":559,"Cost":343,"Date":"12/1/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":744,"Cost":605,"Date":"12/4/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":540,"Cost":365,"Date":"12/7/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":919,"Cost":630,"Date":"12/18/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":123,"Cost":105,"Date":"12/20/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":114,"Cost":93,"Date":"12/20/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":514,"Cost":257,"Date":"12/21/2019"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":25,"Cost":24,"Date":"1/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":858,"Cost":561,"Date":"2/5/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":117,"Cost":75,"Date":"2/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":811,"Cost":408,"Date":"2/16/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":478,"Cost":293,"Date":"2/18/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":920,"Cost":469,"Date":"2/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":434,"Cost":375,"Date":"2/25/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":547,"Cost":395,"Date":"3/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":569,"Cost":364,"Date":"4/2/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":701,"Cost":625,"Date":"4/3/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":872,"Cost":682,"Date":"4/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":130,"Cost":71,"Date":"4/10/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":325,"Cost":214,"Date":"4/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":143,"Cost":128,"Date":"5/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":689,"Cost":420,"Date":"5/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":353,"Cost":249,"Date":"6/20/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":683,"Cost":517,"Date":"7/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":325,"Cost":290,"Date":"7/4/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":144,"Cost":104,"Date":"7/8/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":987,"Cost":559,"Date":"7/9/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":297,"Cost":150,"Date":"7/14/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":9,"Cost":6,"Date":"7/19/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":658,"Cost":553,"Date":"8/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":620,"Cost":317,"Date":"8/6/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":220,"Cost":138,"Date":"8/7/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":622,"Cost":372,"Date":"8/22/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":247,"Cost":141,"Date":"8/31/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":983,"Cost":702,"Date":"9/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":493,"Cost":348,"Date":"9/1/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":259,"Cost":156,"Date":"9/17/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":16,"Cost":11,"Date":"9/29/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":586,"Cost":493,"Date":"11/7/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":483,"Cost":424,"Date":"11/26/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":12,"Cost":6,"Date":"11/27/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":414,"Cost":292,"Date":"12/5/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":547,"Cost":332,"Date":"12/26/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":210,"Cost":172,"Date":"12/31/2020"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":537,"Cost":295,"Date":"1/20/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":828,"Cost":627,"Date":"2/2/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":760,"Cost":428,"Date":"2/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":515,"Cost":474,"Date":"2/27/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":972,"Cost":921,"Date":"3/1/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":635,"Cost":525,"Date":"3/1/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":464,"Cost":273,"Date":"3/19/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":575,"Cost":292,"Date":"3/28/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":238,"Cost":151,"Date":"5/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":787,"Cost":727,"Date":"7/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":800,"Cost":563,"Date":"8/5/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":852,"Cost":645,"Date":"8/12/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":943,"Cost":527,"Date":"8/21/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":659,"Cost":332,"Date":"8/23/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":150,"Cost":94,"Date":"9/3/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":168,"Cost":159,"Date":"9/5/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":756,"Cost":528,"Date":"10/6/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":993,"Cost":549,"Date":"10/19/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":898,"Cost":677,"Date":"11/15/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":469,"Cost":365,"Date":"12/8/2021"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":192,"Cost":144,"Date":"1/8/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":967,"Cost":668,"Date":"1/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":793,"Cost":405,"Date":"1/19/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":512,"Cost":277,"Date":"1/28/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":855,"Cost":673,"Date":"1/31/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":890,"Cost":643,"Date":"3/27/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":398,"Cost":266,"Date":"4/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":452,"Cost":280,"Date":"4/24/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":876,"Cost":602,"Date":"4/28/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":919,"Cost":821,"Date":"5/15/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":613,"Cost":579,"Date":"5/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":1000,"Cost":812,"Date":"5/18/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":535,"Cost":445,"Date":"6/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":622,"Cost":533,"Date":"6/3/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":166,"Cost":157,"Date":"6/5/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":382,"Cost":219,"Date":"6/7/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":439,"Cost":347,"Date":"6/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":441,"Cost":267,"Date":"6/20/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":315,"Cost":212,"Date":"6/24/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":450,"Cost":283,"Date":"7/4/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":117,"Cost":89,"Date":"7/9/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":900,"Cost":471,"Date":"7/12/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":522,"Cost":385,"Date":"8/14/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":566,"Cost":317,"Date":"8/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":96,"Cost":80,"Date":"8/23/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":194,"Cost":107,"Date":"9/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":988,"Cost":772,"Date":"9/3/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":384,"Cost":228,"Date":"9/16/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":104,"Cost":54,"Date":"10/4/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":481,"Cost":383,"Date":"11/1/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":906,"Cost":497,"Date":"11/2/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":365,"Cost":277,"Date":"12/17/2022"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":511,"Cost":327,"Date":"2/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":194,"Cost":156,"Date":"2/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":611,"Cost":339,"Date":"3/4/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":715,"Cost":504,"Date":"3/9/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":139,"Cost":74,"Date":"3/9/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":499,"Cost":447,"Date":"3/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":398,"Cost":343,"Date":"3/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":103,"Cost":53,"Date":"3/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":260,"Cost":153,"Date":"3/23/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":187,"Cost":160,"Date":"4/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":273,"Cost":167,"Date":"5/7/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":771,"Cost":389,"Date":"5/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":356,"Cost":229,"Date":"5/20/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":860,"Cost":675,"Date":"6/2/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":629,"Cost":363,"Date":"6/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":748,"Cost":425,"Date":"6/16/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":836,"Cost":590,"Date":"6/16/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":868,"Cost":737,"Date":"7/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":301,"Cost":284,"Date":"7/11/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":442,"Cost":381,"Date":"8/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":841,"Cost":566,"Date":"8/29/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":271,"Cost":230,"Date":"8/31/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":230,"Cost":163,"Date":"9/8/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":586,"Cost":455,"Date":"9/13/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":338,"Cost":194,"Date":"9/14/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":72,"Cost":51,"Date":"9/19/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":3,"Cost":1,"Date":"9/25/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":875,"Cost":719,"Date":"10/4/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":3,"Cost":2,"Date":"10/10/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":498,"Cost":275,"Date":"10/17/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":699,"Cost":386,"Date":"10/28/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":147,"Cost":76,"Date":"10/30/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":990,"Cost":552,"Date":"11/1/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":76,"Cost":62,"Date":"11/15/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":312,"Cost":285,"Date":"11/25/2023"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":392,"Cost":288,"Date":"1/10/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":483,"Cost":299,"Date":"1/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":875,"Cost":510,"Date":"1/20/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":878,"Cost":614,"Date":"2/8/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":787,"Cost":708,"Date":"2/25/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":792,"Cost":654,"Date":"3/7/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":157,"Cost":102,"Date":"3/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":115,"Cost":70,"Date":"3/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":262,"Cost":139,"Date":"4/5/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":243,"Cost":132,"Date":"4/14/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":619,"Cost":422,"Date":"5/3/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":268,"Cost":156,"Date":"5/9/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":539,"Cost":280,"Date":"5/15/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":787,"Cost":638,"Date":"5/25/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":625,"Cost":430,"Date":"5/26/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":838,"Cost":745,"Date":"5/31/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":478,"Cost":348,"Date":"7/27/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":601,"Cost":454,"Date":"9/17/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":879,"Cost":742,"Date":"10/6/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":400,"Cost":298,"Date":"10/8/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":41,"Cost":20,"Date":"10/26/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":459,"Cost":424,"Date":"11/16/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":820,"Cost":443,"Date":"11/18/2024"},{"Store":"Ala Moana Center, Honolulu, HI","Brand":"Nova","Country":"USA","Sale":795,"Cost":524,"Date":"12/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":627,"Cost":549,"Date":"2/9/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":586,"Cost":412,"Date":"2/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":303,"Cost":274,"Date":"3/10/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":550,"Cost":418,"Date":"3/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":806,"Cost":696,"Date":"3/18/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":420,"Date":"3/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":803,"Cost":580,"Date":"3/26/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":815,"Cost":467,"Date":"6/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":785,"Cost":495,"Date":"6/10/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":778,"Cost":519,"Date":"6/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":579,"Date":"6/25/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":351,"Cost":260,"Date":"7/19/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":221,"Cost":134,"Date":"7/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":291,"Cost":182,"Date":"7/25/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":826,"Cost":460,"Date":"8/4/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":877,"Cost":492,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":28,"Cost":23,"Date":"9/4/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":546,"Date":"9/19/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":818,"Cost":492,"Date":"9/29/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":810,"Cost":610,"Date":"10/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":434,"Cost":256,"Date":"10/15/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":983,"Cost":532,"Date":"10/30/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":689,"Cost":498,"Date":"11/9/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":308,"Cost":209,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":420,"Cost":316,"Date":"11/30/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":971,"Cost":878,"Date":"12/8/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":631,"Cost":415,"Date":"12/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":302,"Cost":270,"Date":"1/15/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":548,"Cost":498,"Date":"1/24/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":236,"Cost":156,"Date":"2/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":61,"Cost":37,"Date":"2/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":89,"Cost":49,"Date":"3/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":430,"Cost":263,"Date":"3/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":934,"Cost":828,"Date":"4/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":270,"Cost":247,"Date":"5/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":546,"Cost":459,"Date":"5/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":573,"Cost":531,"Date":"6/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":865,"Cost":501,"Date":"6/26/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":302,"Cost":162,"Date":"7/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":762,"Cost":649,"Date":"7/13/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":224,"Cost":171,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":31,"Date":"8/26/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":268,"Cost":200,"Date":"9/2/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":308,"Cost":199,"Date":"9/29/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":498,"Cost":345,"Date":"10/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":113,"Cost":92,"Date":"11/2/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":357,"Cost":207,"Date":"11/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":244,"Cost":203,"Date":"11/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":852,"Cost":788,"Date":"12/1/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":951,"Cost":585,"Date":"12/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":22,"Cost":11,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":641,"Cost":411,"Date":"12/18/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":256,"Cost":139,"Date":"12/20/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":452,"Cost":397,"Date":"12/20/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":715,"Cost":395,"Date":"12/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":592,"Cost":320,"Date":"1/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":897,"Cost":631,"Date":"2/5/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":194,"Cost":152,"Date":"2/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":861,"Cost":631,"Date":"2/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":45,"Cost":34,"Date":"2/18/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":457,"Cost":336,"Date":"2/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":143,"Cost":115,"Date":"2/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":94,"Cost":70,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":503,"Date":"4/2/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":171,"Cost":156,"Date":"4/3/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":593,"Cost":445,"Date":"4/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":180,"Cost":121,"Date":"4/10/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":311,"Cost":285,"Date":"4/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":71,"Cost":65,"Date":"5/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":639,"Cost":443,"Date":"5/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":632,"Cost":465,"Date":"6/20/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":571,"Cost":489,"Date":"7/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":985,"Cost":588,"Date":"7/4/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":898,"Cost":696,"Date":"7/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":735,"Cost":374,"Date":"7/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":313,"Cost":256,"Date":"7/14/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":70,"Cost":57,"Date":"7/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":693,"Cost":639,"Date":"8/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":224,"Cost":154,"Date":"8/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":108,"Cost":90,"Date":"8/7/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":133,"Cost":69,"Date":"8/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":764,"Cost":641,"Date":"8/31/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":725,"Cost":495,"Date":"9/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":861,"Cost":649,"Date":"9/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":979,"Cost":508,"Date":"9/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":594,"Cost":313,"Date":"9/29/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":589,"Cost":525,"Date":"11/7/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":427,"Cost":245,"Date":"11/26/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":805,"Cost":548,"Date":"11/27/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":697,"Cost":544,"Date":"12/5/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":711,"Cost":615,"Date":"12/26/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":376,"Date":"12/31/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":372,"Cost":196,"Date":"1/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":961,"Cost":501,"Date":"2/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":493,"Cost":355,"Date":"2/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":64,"Cost":46,"Date":"2/27/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":81,"Cost":67,"Date":"3/1/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":656,"Cost":354,"Date":"3/1/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":821,"Cost":750,"Date":"3/19/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":774,"Cost":454,"Date":"3/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":743,"Date":"5/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":494,"Cost":376,"Date":"7/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":88,"Date":"8/5/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":861,"Cost":775,"Date":"8/12/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":195,"Cost":140,"Date":"8/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":872,"Cost":624,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":520,"Cost":451,"Date":"9/3/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":637,"Cost":601,"Date":"9/5/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":421,"Cost":268,"Date":"10/6/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":404,"Cost":275,"Date":"10/19/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":576,"Cost":491,"Date":"11/15/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":670,"Cost":616,"Date":"12/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":566,"Cost":517,"Date":"1/8/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":837,"Cost":700,"Date":"1/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":28,"Cost":22,"Date":"1/19/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":224,"Cost":132,"Date":"1/28/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":956,"Cost":584,"Date":"1/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":801,"Cost":649,"Date":"3/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":458,"Cost":278,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":490,"Cost":438,"Date":"4/24/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":368,"Date":"4/28/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":284,"Cost":223,"Date":"5/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":539,"Cost":410,"Date":"5/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":988,"Cost":619,"Date":"5/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":596,"Cost":354,"Date":"6/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":364,"Cost":199,"Date":"6/3/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":155,"Cost":140,"Date":"6/5/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":919,"Cost":812,"Date":"6/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":37,"Cost":34,"Date":"6/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":113,"Cost":93,"Date":"6/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":992,"Cost":929,"Date":"6/24/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":953,"Cost":861,"Date":"7/4/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":13,"Cost":11,"Date":"7/9/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":665,"Cost":401,"Date":"7/12/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":807,"Cost":488,"Date":"8/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":64,"Date":"8/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":272,"Cost":138,"Date":"8/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":332,"Cost":220,"Date":"9/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":985,"Cost":831,"Date":"9/3/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":723,"Cost":490,"Date":"9/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":540,"Cost":415,"Date":"10/4/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":6,"Cost":4,"Date":"11/1/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":181,"Cost":131,"Date":"11/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":694,"Cost":444,"Date":"12/17/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":388,"Cost":272,"Date":"2/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":905,"Cost":747,"Date":"2/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":985,"Cost":765,"Date":"3/4/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":238,"Cost":171,"Date":"3/9/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":524,"Cost":482,"Date":"3/9/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":404,"Cost":216,"Date":"3/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":844,"Cost":437,"Date":"3/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":414,"Cost":237,"Date":"3/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":354,"Cost":209,"Date":"3/23/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":439,"Cost":249,"Date":"4/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":581,"Cost":426,"Date":"5/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":788,"Cost":447,"Date":"5/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":550,"Cost":468,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":565,"Cost":382,"Date":"6/2/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":592,"Cost":494,"Date":"6/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":208,"Cost":120,"Date":"6/16/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":446,"Cost":302,"Date":"6/16/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":799,"Cost":436,"Date":"7/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":430,"Cost":236,"Date":"7/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":740,"Cost":575,"Date":"8/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":657,"Cost":592,"Date":"8/29/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":542,"Cost":444,"Date":"8/31/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":518,"Cost":370,"Date":"9/8/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":815,"Cost":658,"Date":"9/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":250,"Cost":231,"Date":"9/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":9,"Cost":7,"Date":"9/19/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":814,"Cost":414,"Date":"9/25/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":895,"Cost":449,"Date":"10/4/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":979,"Cost":682,"Date":"10/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":734,"Cost":641,"Date":"10/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":116,"Cost":85,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":49,"Cost":34,"Date":"10/30/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":4,"Date":"11/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":628,"Cost":530,"Date":"11/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":130,"Cost":97,"Date":"11/25/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":687,"Cost":374,"Date":"1/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":426,"Cost":240,"Date":"1/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":784,"Cost":704,"Date":"1/20/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":481,"Cost":387,"Date":"2/8/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":435,"Cost":303,"Date":"2/25/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":142,"Cost":132,"Date":"3/7/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":234,"Cost":177,"Date":"3/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":329,"Cost":241,"Date":"3/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":120,"Cost":63,"Date":"4/5/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":596,"Cost":393,"Date":"4/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":688,"Cost":404,"Date":"5/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":416,"Cost":311,"Date":"5/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":23,"Cost":12,"Date":"5/15/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":558,"Cost":482,"Date":"5/25/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":424,"Cost":356,"Date":"5/26/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":627,"Cost":569,"Date":"5/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":216,"Cost":193,"Date":"7/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":859,"Cost":543,"Date":"9/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":331,"Cost":288,"Date":"10/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":731,"Cost":498,"Date":"10/8/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":336,"Cost":186,"Date":"10/26/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":297,"Cost":217,"Date":"11/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":56,"Cost":41,"Date":"11/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Sellpy","Country":"USA","Sale":249,"Cost":221,"Date":"12/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":892,"Cost":655,"Date":"2/9/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":57,"Cost":32,"Date":"2/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":530,"Cost":436,"Date":"3/10/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":722,"Cost":474,"Date":"3/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":676,"Cost":586,"Date":"3/18/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":296,"Cost":246,"Date":"3/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":138,"Cost":108,"Date":"3/26/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":242,"Cost":151,"Date":"6/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":584,"Cost":403,"Date":"6/10/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":647,"Cost":449,"Date":"6/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":90,"Cost":74,"Date":"6/25/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":860,"Cost":469,"Date":"7/19/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":631,"Cost":401,"Date":"7/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":667,"Cost":478,"Date":"7/25/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":568,"Cost":342,"Date":"8/4/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":547,"Cost":481,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":446,"Cost":248,"Date":"9/4/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":111,"Cost":81,"Date":"9/19/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":776,"Cost":730,"Date":"9/29/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":76,"Cost":53,"Date":"10/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":963,"Cost":819,"Date":"10/15/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":156,"Cost":116,"Date":"10/30/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":27,"Cost":25,"Date":"11/9/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":398,"Cost":291,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":64,"Cost":51,"Date":"11/30/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":909,"Cost":504,"Date":"12/8/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":797,"Cost":667,"Date":"12/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":948,"Cost":567,"Date":"1/15/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":709,"Cost":520,"Date":"1/24/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":562,"Cost":462,"Date":"2/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":107,"Cost":95,"Date":"2/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":854,"Cost":451,"Date":"3/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":926,"Cost":534,"Date":"3/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":406,"Cost":261,"Date":"4/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":816,"Cost":600,"Date":"5/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":797,"Cost":485,"Date":"5/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":627,"Cost":555,"Date":"6/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":491,"Cost":425,"Date":"6/26/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":371,"Cost":196,"Date":"7/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":184,"Cost":128,"Date":"7/13/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":702,"Cost":630,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":193,"Cost":158,"Date":"8/26/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":718,"Cost":524,"Date":"9/2/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":396,"Cost":199,"Date":"9/29/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":291,"Cost":146,"Date":"10/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":553,"Cost":338,"Date":"11/2/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":380,"Cost":268,"Date":"11/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":677,"Cost":438,"Date":"11/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":409,"Cost":236,"Date":"12/1/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":107,"Cost":74,"Date":"12/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":388,"Cost":328,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":214,"Cost":162,"Date":"12/18/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":963,"Cost":657,"Date":"12/20/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":57,"Cost":36,"Date":"12/20/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":593,"Cost":474,"Date":"12/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":773,"Cost":650,"Date":"1/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":937,"Cost":790,"Date":"2/5/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":645,"Cost":530,"Date":"2/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":463,"Cost":422,"Date":"2/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":434,"Cost":287,"Date":"2/18/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":949,"Cost":902,"Date":"2/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":791,"Cost":697,"Date":"2/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":480,"Cost":432,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":597,"Cost":419,"Date":"4/2/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":908,"Cost":742,"Date":"4/3/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":250,"Cost":227,"Date":"4/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":877,"Cost":470,"Date":"4/10/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":600,"Cost":332,"Date":"4/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":255,"Cost":229,"Date":"5/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":759,"Cost":427,"Date":"5/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":336,"Cost":316,"Date":"6/20/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":128,"Cost":117,"Date":"7/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":862,"Cost":755,"Date":"7/4/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":264,"Cost":137,"Date":"7/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":947,"Cost":675,"Date":"7/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":202,"Cost":171,"Date":"7/14/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":613,"Cost":526,"Date":"7/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":747,"Cost":626,"Date":"8/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":266,"Cost":242,"Date":"8/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":995,"Cost":503,"Date":"8/7/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":253,"Cost":187,"Date":"8/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":99,"Cost":93,"Date":"8/31/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":339,"Cost":180,"Date":"9/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":412,"Cost":286,"Date":"9/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":806,"Cost":664,"Date":"9/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":80,"Cost":61,"Date":"9/29/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":633,"Cost":362,"Date":"11/7/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":912,"Cost":530,"Date":"11/26/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":44,"Cost":34,"Date":"11/27/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":395,"Cost":343,"Date":"12/5/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":747,"Cost":561,"Date":"12/26/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":25,"Cost":23,"Date":"12/31/2020"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":245,"Cost":228,"Date":"1/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":548,"Cost":511,"Date":"2/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":596,"Cost":472,"Date":"2/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":296,"Cost":267,"Date":"2/27/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":697,"Cost":356,"Date":"3/1/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":520,"Cost":386,"Date":"3/1/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":20,"Cost":14,"Date":"3/19/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":718,"Cost":557,"Date":"3/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":425,"Cost":321,"Date":"5/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":367,"Cost":320,"Date":"7/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":793,"Cost":524,"Date":"8/5/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":16,"Cost":12,"Date":"8/12/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":191,"Cost":121,"Date":"8/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":322,"Cost":270,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":920,"Cost":798,"Date":"9/3/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":977,"Cost":767,"Date":"9/5/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":259,"Cost":147,"Date":"10/6/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":846,"Cost":795,"Date":"10/19/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":898,"Cost":477,"Date":"11/15/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":587,"Cost":462,"Date":"12/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":906,"Cost":763,"Date":"1/8/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":339,"Cost":281,"Date":"1/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":486,"Cost":412,"Date":"1/19/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":580,"Cost":416,"Date":"1/28/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":905,"Cost":592,"Date":"1/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":939,"Cost":846,"Date":"3/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":326,"Cost":255,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":384,"Cost":273,"Date":"4/24/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":398,"Cost":296,"Date":"4/28/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":890,"Cost":829,"Date":"5/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":313,"Cost":243,"Date":"5/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":682,"Cost":523,"Date":"5/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":774,"Cost":583,"Date":"6/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":280,"Cost":150,"Date":"6/3/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":382,"Cost":318,"Date":"6/5/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":788,"Cost":490,"Date":"6/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":386,"Cost":335,"Date":"6/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":47,"Cost":28,"Date":"6/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":625,"Cost":479,"Date":"6/24/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":681,"Cost":366,"Date":"7/4/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":502,"Cost":270,"Date":"7/9/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":227,"Cost":203,"Date":"7/12/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":131,"Cost":110,"Date":"8/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":424,"Cost":315,"Date":"8/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":650,"Cost":531,"Date":"8/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":341,"Cost":283,"Date":"9/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":993,"Cost":935,"Date":"9/3/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":88,"Cost":66,"Date":"9/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":984,"Cost":739,"Date":"10/4/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":931,"Cost":638,"Date":"11/1/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":18,"Cost":13,"Date":"11/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":264,"Cost":184,"Date":"12/17/2022"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":740,"Cost":380,"Date":"2/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":703,"Cost":424,"Date":"2/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":590,"Cost":458,"Date":"3/4/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":865,"Cost":480,"Date":"3/9/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":156,"Cost":82,"Date":"3/9/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":218,"Cost":140,"Date":"3/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":635,"Cost":338,"Date":"3/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":915,"Cost":860,"Date":"3/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":267,"Cost":135,"Date":"3/23/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":362,"Cost":339,"Date":"4/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":471,"Cost":374,"Date":"5/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":75,"Cost":42,"Date":"5/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":966,"Cost":558,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":601,"Cost":483,"Date":"6/2/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":165,"Cost":134,"Date":"6/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":72,"Cost":54,"Date":"6/16/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":138,"Cost":75,"Date":"6/16/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":14,"Cost":10,"Date":"7/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":790,"Cost":742,"Date":"7/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":360,"Cost":313,"Date":"8/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":375,"Cost":215,"Date":"8/29/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":446,"Cost":225,"Date":"8/31/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":447,"Cost":279,"Date":"9/8/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":782,"Cost":425,"Date":"9/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":986,"Cost":822,"Date":"9/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":715,"Cost":434,"Date":"9/19/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":19,"Cost":15,"Date":"9/25/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":219,"Cost":170,"Date":"10/4/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":842,"Cost":592,"Date":"10/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":207,"Cost":164,"Date":"10/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":86,"Cost":79,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":459,"Cost":431,"Date":"10/30/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":201,"Cost":186,"Date":"11/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":140,"Cost":89,"Date":"11/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":763,"Cost":532,"Date":"11/25/2023"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":624,"Cost":375,"Date":"1/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":74,"Cost":68,"Date":"1/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":272,"Cost":242,"Date":"1/20/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":917,"Cost":797,"Date":"2/8/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":248,"Cost":146,"Date":"2/25/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":847,"Cost":536,"Date":"3/7/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":222,"Cost":172,"Date":"3/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":475,"Cost":287,"Date":"3/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":751,"Cost":424,"Date":"4/5/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":50,"Cost":48,"Date":"4/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":728,"Cost":634,"Date":"5/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":114,"Cost":61,"Date":"5/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":60,"Cost":51,"Date":"5/15/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":620,"Cost":311,"Date":"5/25/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":45,"Cost":33,"Date":"5/26/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":651,"Cost":562,"Date":"5/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":920,"Cost":721,"Date":"7/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":905,"Cost":608,"Date":"9/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":719,"Cost":675,"Date":"10/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":864,"Cost":757,"Date":"10/8/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":788,"Cost":490,"Date":"10/26/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":487,"Cost":387,"Date":"11/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":345,"Cost":182,"Date":"11/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"COS","Country":"USA","Sale":567,"Cost":309,"Date":"12/1/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":924,"Cost":600,"Date":"2/9/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":999,"Cost":881,"Date":"2/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":257,"Cost":160,"Date":"3/10/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":1000,"Cost":912,"Date":"3/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":837,"Cost":638,"Date":"3/18/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":137,"Cost":101,"Date":"3/20/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":972,"Cost":864,"Date":"3/26/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":782,"Cost":608,"Date":"6/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":676,"Cost":487,"Date":"6/10/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":955,"Cost":820,"Date":"6/16/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":144,"Cost":132,"Date":"6/25/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":130,"Cost":80,"Date":"7/19/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":438,"Cost":370,"Date":"7/21/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":154,"Cost":128,"Date":"7/25/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":690,"Cost":614,"Date":"8/4/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":230,"Cost":144,"Date":"9/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":260,"Cost":211,"Date":"9/4/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":400,"Cost":274,"Date":"9/19/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":319,"Cost":267,"Date":"9/29/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":272,"Cost":144,"Date":"10/2/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":954,"Cost":684,"Date":"10/15/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":166,"Cost":123,"Date":"10/30/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":571,"Cost":365,"Date":"11/9/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":804,"Cost":661,"Date":"11/23/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":748,"Cost":677,"Date":"11/30/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":276,"Cost":208,"Date":"12/8/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":30,"Cost":15,"Date":"12/11/2018"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":141,"Cost":113,"Date":"1/15/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":792,"Cost":470,"Date":"1/24/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":165,"Cost":113,"Date":"2/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":213,"Cost":175,"Date":"2/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":90,"Cost":72,"Date":"3/9/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":506,"Cost":318,"Date":"3/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":246,"Cost":207,"Date":"4/19/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":92,"Cost":60,"Date":"5/3/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":951,"Cost":759,"Date":"5/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":952,"Cost":852,"Date":"6/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":923,"Cost":803,"Date":"6/26/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":953,"Cost":688,"Date":"7/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":501,"Cost":324,"Date":"7/13/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":603,"Cost":331,"Date":"8/8/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":541,"Cost":459,"Date":"8/26/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":732,"Cost":549,"Date":"9/2/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":473,"Cost":333,"Date":"9/29/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":566,"Cost":407,"Date":"10/12/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":479,"Cost":314,"Date":"11/2/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":749,"Cost":640,"Date":"11/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":877,"Cost":738,"Date":"11/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":91,"Cost":55,"Date":"12/1/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":176,"Cost":141,"Date":"12/4/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":204,"Cost":118,"Date":"12/7/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":16,"Cost":12,"Date":"12/18/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":925,"Cost":642,"Date":"12/20/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":913,"Cost":846,"Date":"12/20/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":948,"Cost":805,"Date":"12/21/2019"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":404,"Cost":242,"Date":"1/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":429,"Cost":216,"Date":"2/5/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":770,"Cost":711,"Date":"2/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":709,"Cost":475,"Date":"2/16/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":686,"Cost":569,"Date":"2/18/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":879,"Cost":731,"Date":"2/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":949,"Cost":892,"Date":"2/25/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":104,"Cost":98,"Date":"3/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":536,"Cost":453,"Date":"4/2/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":152,"Cost":98,"Date":"4/3/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":353,"Cost":274,"Date":"4/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":578,"Cost":457,"Date":"4/10/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":253,"Cost":140,"Date":"4/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":684,"Cost":362,"Date":"5/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":813,"Cost":465,"Date":"5/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":253,"Cost":198,"Date":"6/20/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":11,"Cost":9,"Date":"7/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":478,"Cost":284,"Date":"7/4/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":515,"Cost":467,"Date":"7/8/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":755,"Cost":595,"Date":"7/9/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":184,"Cost":110,"Date":"7/14/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":622,"Cost":405,"Date":"7/19/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":357,"Cost":227,"Date":"8/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":119,"Cost":102,"Date":"8/6/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":300,"Cost":197,"Date":"8/7/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":935,"Cost":543,"Date":"8/22/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":662,"Cost":460,"Date":"8/31/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":120,"Cost":106,"Date":"9/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":60,"Cost":38,"Date":"9/1/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":201,"Cost":137,"Date":"9/17/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":823,"Cost":543,"Date":"9/29/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":371,"Cost":218,"Date":"11/7/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":719,"Cost":611,"Date":"11/26/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":760,"Cost":510,"Date":"11/27/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":98,"Cost":93,"Date":"12/5/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":592,"Cost":554,"Date":"12/26/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":749,"Cost":611,"Date":"12/31/2020"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":187,"Cost":167,"Date":"1/20/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":779,"Cost":675,"Date":"2/2/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":671,"Cost":468,"Date":"2/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":262,"Cost":188,"Date":"2/27/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":117,"Cost":61,"Date":"3/1/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":19,"Cost":16,"Date":"3/1/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":981,"Cost":752,"Date":"3/19/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":347,"Cost":303,"Date":"3/28/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":931,"Cost":702,"Date":"5/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":577,"Cost":312,"Date":"7/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":444,"Cost":232,"Date":"8/5/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":261,"Cost":225,"Date":"8/12/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":526,"Cost":319,"Date":"8/21/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":421,"Cost":380,"Date":"8/23/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":73,"Cost":41,"Date":"9/3/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":502,"Cost":290,"Date":"9/5/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":386,"Cost":303,"Date":"10/6/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":726,"Cost":682,"Date":"10/19/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":280,"Cost":169,"Date":"11/15/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":718,"Cost":497,"Date":"12/8/2021"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":509,"Cost":388,"Date":"1/8/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":101,"Cost":88,"Date":"1/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":767,"Cost":457,"Date":"1/19/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":484,"Cost":342,"Date":"1/28/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":681,"Cost":444,"Date":"1/31/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":68,"Cost":49,"Date":"3/27/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":594,"Cost":394,"Date":"4/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":183,"Cost":101,"Date":"4/24/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":941,"Cost":551,"Date":"4/28/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":563,"Cost":464,"Date":"5/15/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":141,"Cost":98,"Date":"5/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":479,"Cost":381,"Date":"5/18/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":365,"Cost":200,"Date":"6/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":844,"Cost":667,"Date":"6/3/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":754,"Cost":433,"Date":"6/5/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":230,"Cost":196,"Date":"6/7/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":497,"Cost":290,"Date":"6/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":897,"Cost":698,"Date":"6/20/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":704,"Cost":409,"Date":"6/24/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":338,"Cost":208,"Date":"7/4/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":28,"Cost":16,"Date":"7/9/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":503,"Cost":466,"Date":"7/12/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":410,"Cost":325,"Date":"8/14/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":667,"Cost":592,"Date":"8/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":244,"Cost":193,"Date":"8/23/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":873,"Cost":679,"Date":"9/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":624,"Cost":549,"Date":"9/3/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":422,"Cost":397,"Date":"9/16/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":660,"Cost":589,"Date":"10/4/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":982,"Cost":904,"Date":"11/1/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":812,"Cost":412,"Date":"11/2/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":319,"Cost":259,"Date":"12/17/2022"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":145,"Cost":133,"Date":"2/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":892,"Cost":703,"Date":"2/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":90,"Cost":75,"Date":"3/4/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":570,"Cost":351,"Date":"3/9/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":706,"Cost":536,"Date":"3/9/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":867,"Cost":499,"Date":"3/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":601,"Cost":488,"Date":"3/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":65,"Cost":43,"Date":"3/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":894,"Cost":740,"Date":"3/23/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":213,"Cost":123,"Date":"4/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":120,"Cost":94,"Date":"5/7/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":580,"Cost":409,"Date":"5/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":909,"Cost":496,"Date":"5/20/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":40,"Cost":29,"Date":"6/2/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":342,"Cost":200,"Date":"6/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":750,"Cost":385,"Date":"6/16/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":542,"Cost":412,"Date":"6/16/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":990,"Cost":627,"Date":"7/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":714,"Cost":664,"Date":"7/11/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":816,"Cost":447,"Date":"8/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":121,"Cost":60,"Date":"8/29/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":256,"Cost":169,"Date":"8/31/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":807,"Cost":454,"Date":"9/8/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":265,"Cost":157,"Date":"9/13/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":666,"Cost":441,"Date":"9/14/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":813,"Cost":406,"Date":"9/19/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":820,"Cost":435,"Date":"9/25/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":167,"Cost":89,"Date":"10/4/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":403,"Cost":321,"Date":"10/10/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":433,"Cost":270,"Date":"10/17/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":905,"Cost":604,"Date":"10/28/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":880,"Cost":498,"Date":"10/30/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":980,"Cost":778,"Date":"11/1/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":21,"Cost":11,"Date":"11/15/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":202,"Cost":139,"Date":"11/25/2023"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":559,"Cost":398,"Date":"1/10/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":160,"Cost":133,"Date":"1/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":713,"Cost":666,"Date":"1/20/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":423,"Cost":244,"Date":"2/8/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":392,"Cost":271,"Date":"2/25/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":362,"Cost":219,"Date":"3/7/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":844,"Cost":575,"Date":"3/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":356,"Cost":324,"Date":"3/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":267,"Cost":171,"Date":"4/5/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":247,"Cost":214,"Date":"4/14/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":48,"Cost":35,"Date":"5/3/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":625,"Cost":435,"Date":"5/9/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":414,"Cost":254,"Date":"5/15/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":839,"Cost":726,"Date":"5/25/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":325,"Cost":283,"Date":"5/26/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":937,"Cost":644,"Date":"5/31/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":648,"Cost":419,"Date":"7/27/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":569,"Cost":474,"Date":"9/17/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":403,"Cost":208,"Date":"10/6/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":230,"Cost":172,"Date":"10/8/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":300,"Cost":234,"Date":"10/26/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":766,"Cost":542,"Date":"11/16/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":206,"Cost":124,"Date":"11/18/2024"},{"Store":"The Galleria, Houston, TX","Brand":"Jeans","Country":"USA","Sale":217,"Cost":152,"Date":"12/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":938,"Cost":669,"Date":"2/9/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":943,"Cost":870,"Date":"2/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":713,"Cost":433,"Date":"3/10/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":393,"Cost":293,"Date":"3/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":38,"Cost":32,"Date":"3/18/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":98,"Cost":89,"Date":"3/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":86,"Cost":60,"Date":"3/26/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":132,"Cost":99,"Date":"6/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":139,"Cost":110,"Date":"6/10/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":900,"Cost":815,"Date":"6/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":493,"Cost":254,"Date":"6/25/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":798,"Cost":731,"Date":"7/19/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":578,"Cost":352,"Date":"7/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":826,"Cost":679,"Date":"7/25/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":359,"Cost":299,"Date":"8/4/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":164,"Cost":115,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":987,"Cost":867,"Date":"9/4/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":989,"Cost":534,"Date":"9/19/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":881,"Cost":764,"Date":"9/29/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":320,"Cost":258,"Date":"10/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":104,"Cost":77,"Date":"10/15/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":674,"Cost":608,"Date":"10/30/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":685,"Cost":494,"Date":"11/9/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":902,"Cost":701,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":257,"Cost":197,"Date":"11/30/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":577,"Cost":312,"Date":"12/8/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":60,"Cost":45,"Date":"12/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":981,"Cost":662,"Date":"1/15/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":410,"Cost":294,"Date":"1/24/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":51,"Cost":37,"Date":"2/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":312,"Cost":200,"Date":"2/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":266,"Cost":201,"Date":"3/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":201,"Cost":102,"Date":"3/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":129,"Cost":72,"Date":"4/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":527,"Cost":472,"Date":"5/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":433,"Cost":314,"Date":"5/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":963,"Cost":507,"Date":"6/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":322,"Cost":278,"Date":"6/26/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":583,"Cost":295,"Date":"7/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":325,"Cost":214,"Date":"7/13/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":150,"Cost":95,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":675,"Cost":423,"Date":"8/26/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":285,"Cost":235,"Date":"9/2/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":927,"Cost":739,"Date":"9/29/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":234,"Cost":220,"Date":"10/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":91,"Cost":52,"Date":"11/2/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":4,"Cost":2,"Date":"11/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":362,"Cost":246,"Date":"11/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":368,"Cost":298,"Date":"12/1/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":37,"Cost":20,"Date":"12/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":613,"Cost":370,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":204,"Cost":175,"Date":"12/18/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":168,"Cost":152,"Date":"12/20/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":466,"Cost":313,"Date":"12/20/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":168,"Cost":151,"Date":"12/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":707,"Cost":448,"Date":"1/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":842,"Cost":469,"Date":"2/5/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":632,"Cost":547,"Date":"2/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":805,"Cost":545,"Date":"2/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":632,"Cost":496,"Date":"2/18/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":539,"Cost":424,"Date":"2/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":539,"Cost":362,"Date":"2/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":618,"Cost":396,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":604,"Cost":371,"Date":"4/2/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":772,"Cost":413,"Date":"4/3/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":236,"Cost":214,"Date":"4/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":228,"Cost":147,"Date":"4/10/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":834,"Cost":601,"Date":"4/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":180,"Cost":160,"Date":"5/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":307,"Cost":174,"Date":"5/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":918,"Cost":566,"Date":"6/20/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":487,"Cost":307,"Date":"7/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":90,"Cost":66,"Date":"7/4/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":939,"Cost":647,"Date":"7/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":419,"Cost":353,"Date":"7/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":634,"Cost":320,"Date":"7/14/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":280,"Cost":157,"Date":"7/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":77,"Cost":55,"Date":"8/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":236,"Cost":129,"Date":"8/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":382,"Cost":206,"Date":"8/7/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":968,"Cost":769,"Date":"8/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":716,"Cost":394,"Date":"8/31/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":948,"Cost":510,"Date":"9/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":27,"Cost":19,"Date":"9/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":791,"Cost":540,"Date":"9/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":650,"Cost":503,"Date":"9/29/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":906,"Cost":779,"Date":"11/7/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":830,"Cost":465,"Date":"11/26/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":559,"Cost":357,"Date":"11/27/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":625,"Cost":363,"Date":"12/5/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":186,"Cost":162,"Date":"12/26/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":949,"Cost":758,"Date":"12/31/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":524,"Cost":309,"Date":"1/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":845,"Cost":432,"Date":"2/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":129,"Cost":92,"Date":"2/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":897,"Cost":835,"Date":"2/27/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":598,"Cost":468,"Date":"3/1/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":466,"Cost":273,"Date":"3/1/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":725,"Cost":634,"Date":"3/19/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":186,"Cost":102,"Date":"3/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":22,"Cost":19,"Date":"5/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":579,"Cost":479,"Date":"7/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":199,"Cost":110,"Date":"8/5/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":860,"Cost":736,"Date":"8/12/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":606,"Cost":407,"Date":"8/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":885,"Cost":824,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":363,"Cost":219,"Date":"9/3/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":244,"Cost":193,"Date":"9/5/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":964,"Cost":880,"Date":"10/6/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":884,"Cost":583,"Date":"10/19/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":670,"Cost":529,"Date":"11/15/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":685,"Cost":626,"Date":"12/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":886,"Cost":693,"Date":"1/8/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":34,"Cost":20,"Date":"1/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":743,"Cost":651,"Date":"1/19/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":641,"Cost":426,"Date":"1/28/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":819,"Cost":513,"Date":"1/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":49,"Cost":25,"Date":"3/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":935,"Cost":592,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":163,"Cost":120,"Date":"4/24/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":672,"Cost":350,"Date":"4/28/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":333,"Cost":278,"Date":"5/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":11,"Cost":10,"Date":"5/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":177,"Cost":145,"Date":"5/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":177,"Cost":164,"Date":"6/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":120,"Cost":81,"Date":"6/3/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":509,"Cost":393,"Date":"6/5/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":242,"Cost":199,"Date":"6/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":163,"Cost":116,"Date":"6/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":801,"Cost":612,"Date":"6/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":837,"Cost":455,"Date":"6/24/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":245,"Cost":160,"Date":"7/4/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":509,"Cost":372,"Date":"7/9/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":142,"Cost":115,"Date":"7/12/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":10,"Cost":9,"Date":"8/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":169,"Cost":136,"Date":"8/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":280,"Cost":169,"Date":"8/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":388,"Cost":280,"Date":"9/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":799,"Cost":458,"Date":"9/3/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":666,"Cost":354,"Date":"9/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":857,"Cost":814,"Date":"10/4/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":396,"Cost":229,"Date":"11/1/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":911,"Cost":704,"Date":"11/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":56,"Cost":53,"Date":"12/17/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":298,"Cost":224,"Date":"2/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":790,"Cost":635,"Date":"2/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":403,"Cost":323,"Date":"3/4/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":178,"Cost":133,"Date":"3/9/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":2,"Cost":1,"Date":"3/9/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":181,"Cost":142,"Date":"3/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":780,"Cost":608,"Date":"3/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":499,"Cost":320,"Date":"3/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":262,"Cost":186,"Date":"3/23/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":29,"Cost":27,"Date":"4/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":618,"Cost":383,"Date":"5/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":584,"Cost":506,"Date":"5/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":922,"Cost":679,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":988,"Cost":814,"Date":"6/2/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":797,"Cost":535,"Date":"6/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":665,"Cost":580,"Date":"6/16/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":798,"Cost":560,"Date":"6/16/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":589,"Cost":307,"Date":"7/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":166,"Cost":102,"Date":"7/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":839,"Cost":508,"Date":"8/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":433,"Cost":410,"Date":"8/29/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":228,"Cost":169,"Date":"8/31/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":408,"Cost":307,"Date":"9/8/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":625,"Cost":390,"Date":"9/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":329,"Cost":275,"Date":"9/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":267,"Cost":209,"Date":"9/19/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":530,"Cost":323,"Date":"9/25/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":739,"Cost":599,"Date":"10/4/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":450,"Cost":332,"Date":"10/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":643,"Cost":454,"Date":"10/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":507,"Cost":319,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":676,"Cost":408,"Date":"10/30/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":339,"Cost":266,"Date":"11/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":794,"Cost":408,"Date":"11/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":261,"Cost":156,"Date":"11/25/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":239,"Cost":204,"Date":"1/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":900,"Cost":669,"Date":"1/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":599,"Cost":377,"Date":"1/20/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":139,"Cost":130,"Date":"2/8/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":98,"Cost":79,"Date":"2/25/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":167,"Cost":105,"Date":"3/7/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":808,"Cost":482,"Date":"3/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":127,"Cost":100,"Date":"3/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":860,"Cost":597,"Date":"4/5/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":697,"Cost":520,"Date":"4/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":606,"Cost":526,"Date":"5/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":989,"Cost":519,"Date":"5/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":690,"Cost":402,"Date":"5/15/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":484,"Cost":318,"Date":"5/25/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":817,"Cost":443,"Date":"5/26/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":947,"Cost":519,"Date":"5/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":395,"Cost":214,"Date":"7/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":470,"Cost":366,"Date":"9/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":206,"Cost":156,"Date":"10/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":80,"Cost":54,"Date":"10/8/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":504,"Cost":475,"Date":"10/26/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":24,"Cost":14,"Date":"11/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":646,"Cost":324,"Date":"11/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"ARKET","Country":"USA","Sale":774,"Cost":545,"Date":"12/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":465,"Cost":431,"Date":"2/9/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":697,"Cost":417,"Date":"2/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":695,"Cost":435,"Date":"3/10/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":798,"Cost":424,"Date":"3/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":495,"Cost":415,"Date":"3/18/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":796,"Cost":399,"Date":"3/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":972,"Cost":890,"Date":"3/26/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":390,"Cost":278,"Date":"6/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":658,"Cost":481,"Date":"6/10/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":584,"Cost":437,"Date":"6/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":755,"Cost":407,"Date":"6/25/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":330,"Cost":254,"Date":"7/19/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":179,"Cost":140,"Date":"7/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":572,"Cost":337,"Date":"7/25/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":822,"Cost":706,"Date":"8/4/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":337,"Cost":212,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":525,"Cost":487,"Date":"9/4/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":406,"Cost":311,"Date":"9/19/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":220,"Cost":134,"Date":"9/29/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":632,"Cost":477,"Date":"10/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":303,"Cost":156,"Date":"10/15/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":949,"Cost":568,"Date":"10/30/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":151,"Cost":86,"Date":"11/9/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":475,"Cost":354,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":893,"Cost":695,"Date":"11/30/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":741,"Cost":599,"Date":"12/8/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":49,"Cost":27,"Date":"12/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":243,"Cost":198,"Date":"1/15/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":294,"Cost":156,"Date":"1/24/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":899,"Cost":793,"Date":"2/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":478,"Cost":446,"Date":"2/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":907,"Cost":641,"Date":"3/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":922,"Cost":635,"Date":"3/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":87,"Cost":78,"Date":"4/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":438,"Cost":273,"Date":"5/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":881,"Cost":629,"Date":"5/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":765,"Cost":436,"Date":"6/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":228,"Cost":114,"Date":"6/26/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":204,"Cost":161,"Date":"7/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":172,"Cost":108,"Date":"7/13/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":814,"Cost":713,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":911,"Cost":643,"Date":"8/26/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":972,"Cost":537,"Date":"9/2/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":26,"Cost":15,"Date":"9/29/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":467,"Cost":327,"Date":"10/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":536,"Cost":391,"Date":"11/2/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":858,"Cost":800,"Date":"11/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":79,"Cost":63,"Date":"11/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":614,"Cost":457,"Date":"12/1/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":136,"Cost":93,"Date":"12/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":819,"Cost":482,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":818,"Cost":739,"Date":"12/18/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":448,"Cost":351,"Date":"12/20/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":925,"Cost":628,"Date":"12/20/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":922,"Cost":479,"Date":"12/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":26,"Cost":22,"Date":"1/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":333,"Cost":317,"Date":"2/5/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":766,"Cost":500,"Date":"2/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":552,"Cost":428,"Date":"2/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":943,"Cost":482,"Date":"2/18/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":94,"Cost":53,"Date":"2/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":187,"Cost":158,"Date":"2/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":577,"Cost":324,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":402,"Cost":331,"Date":"4/2/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":467,"Cost":261,"Date":"4/3/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":26,"Cost":13,"Date":"4/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":983,"Cost":932,"Date":"4/10/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":386,"Cost":202,"Date":"4/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":195,"Cost":169,"Date":"5/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":408,"Cost":215,"Date":"5/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":338,"Cost":305,"Date":"6/20/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":938,"Cost":832,"Date":"7/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":830,"Cost":557,"Date":"7/4/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":440,"Cost":299,"Date":"7/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":753,"Cost":495,"Date":"7/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":732,"Cost":556,"Date":"7/14/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":13,"Cost":7,"Date":"7/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":99,"Cost":50,"Date":"8/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":825,"Cost":466,"Date":"8/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":537,"Cost":398,"Date":"8/7/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":204,"Cost":130,"Date":"8/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":805,"Cost":712,"Date":"8/31/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":382,"Cost":347,"Date":"9/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":497,"Cost":421,"Date":"9/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":892,"Cost":504,"Date":"9/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":243,"Cost":229,"Date":"9/29/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":531,"Cost":278,"Date":"11/7/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":846,"Cost":487,"Date":"11/26/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":139,"Cost":71,"Date":"11/27/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":2,"Cost":1,"Date":"12/5/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":323,"Cost":165,"Date":"12/26/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":685,"Cost":521,"Date":"12/31/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":213,"Cost":141,"Date":"1/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":942,"Cost":784,"Date":"2/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":711,"Cost":578,"Date":"2/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":539,"Cost":489,"Date":"2/27/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":308,"Cost":163,"Date":"3/1/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":621,"Cost":542,"Date":"3/1/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":904,"Cost":712,"Date":"3/19/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":350,"Cost":227,"Date":"3/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":114,"Cost":104,"Date":"5/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":230,"Cost":196,"Date":"7/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":395,"Cost":314,"Date":"8/5/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":996,"Cost":773,"Date":"8/12/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":344,"Cost":303,"Date":"8/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":111,"Cost":88,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":552,"Cost":387,"Date":"9/3/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":982,"Cost":530,"Date":"9/5/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":749,"Cost":476,"Date":"10/6/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":553,"Cost":442,"Date":"10/19/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":453,"Cost":260,"Date":"11/15/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":344,"Cost":224,"Date":"12/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":815,"Cost":517,"Date":"1/8/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":290,"Cost":255,"Date":"1/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":37,"Cost":20,"Date":"1/19/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":935,"Cost":881,"Date":"1/28/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":109,"Cost":67,"Date":"1/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":567,"Cost":288,"Date":"3/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":50,"Cost":30,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":944,"Cost":598,"Date":"4/24/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":891,"Cost":732,"Date":"4/28/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":964,"Cost":529,"Date":"5/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":844,"Cost":616,"Date":"5/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":538,"Cost":321,"Date":"5/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":552,"Cost":475,"Date":"6/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":505,"Cost":405,"Date":"6/3/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":360,"Cost":289,"Date":"6/5/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":342,"Cost":194,"Date":"6/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":34,"Cost":30,"Date":"6/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":532,"Cost":302,"Date":"6/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":753,"Cost":430,"Date":"6/24/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":492,"Cost":459,"Date":"7/4/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":252,"Cost":203,"Date":"7/9/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":445,"Cost":283,"Date":"7/12/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":203,"Cost":171,"Date":"8/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":580,"Cost":455,"Date":"8/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":222,"Cost":156,"Date":"8/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":109,"Cost":98,"Date":"9/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":180,"Cost":105,"Date":"9/3/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":726,"Cost":662,"Date":"9/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":423,"Cost":310,"Date":"10/4/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":596,"Cost":493,"Date":"11/1/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":702,"Cost":356,"Date":"11/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":866,"Cost":756,"Date":"12/17/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":789,"Cost":621,"Date":"2/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":334,"Cost":241,"Date":"2/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":598,"Cost":508,"Date":"3/4/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":797,"Cost":538,"Date":"3/9/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":559,"Cost":500,"Date":"3/9/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":746,"Cost":472,"Date":"3/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":221,"Cost":148,"Date":"3/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":289,"Cost":177,"Date":"3/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":863,"Cost":437,"Date":"3/23/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":232,"Cost":142,"Date":"4/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":430,"Cost":276,"Date":"5/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":873,"Cost":746,"Date":"5/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":932,"Cost":568,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":867,"Cost":809,"Date":"6/2/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":789,"Cost":516,"Date":"6/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":988,"Cost":802,"Date":"6/16/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":635,"Cost":434,"Date":"6/16/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":101,"Cost":87,"Date":"7/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":324,"Cost":185,"Date":"7/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":859,"Cost":606,"Date":"8/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":600,"Cost":441,"Date":"8/29/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":35,"Cost":23,"Date":"8/31/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":119,"Cost":108,"Date":"9/8/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":728,"Cost":523,"Date":"9/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":670,"Cost":410,"Date":"9/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":143,"Cost":125,"Date":"9/19/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":583,"Cost":554,"Date":"9/25/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":919,"Cost":630,"Date":"10/4/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":354,"Cost":260,"Date":"10/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":418,"Cost":272,"Date":"10/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":656,"Cost":370,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":312,"Cost":205,"Date":"10/30/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":882,"Cost":655,"Date":"11/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":7,"Cost":5,"Date":"11/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":32,"Cost":18,"Date":"11/25/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":610,"Cost":460,"Date":"1/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":938,"Cost":886,"Date":"1/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":800,"Cost":553,"Date":"1/20/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":555,"Cost":376,"Date":"2/8/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":746,"Cost":428,"Date":"2/25/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":838,"Cost":428,"Date":"3/7/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":206,"Cost":173,"Date":"3/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":283,"Cost":167,"Date":"3/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":882,"Cost":502,"Date":"4/5/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":857,"Cost":543,"Date":"4/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":948,"Cost":774,"Date":"5/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":553,"Cost":396,"Date":"5/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":916,"Cost":583,"Date":"5/15/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":736,"Cost":607,"Date":"5/25/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":753,"Cost":450,"Date":"5/26/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":397,"Cost":208,"Date":"5/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":591,"Cost":488,"Date":"7/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":640,"Cost":450,"Date":"9/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":33,"Cost":31,"Date":"10/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":289,"Cost":239,"Date":"10/8/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":62,"Cost":35,"Date":"10/26/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":109,"Cost":99,"Date":"11/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":999,"Cost":834,"Date":"11/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"HM","Country":"USA","Sale":899,"Cost":563,"Date":"12/1/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":649,"Cost":351,"Date":"2/9/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":352,"Cost":211,"Date":"2/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":838,"Cost":750,"Date":"3/10/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":896,"Cost":644,"Date":"3/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":423,"Cost":251,"Date":"3/18/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":479,"Cost":366,"Date":"3/20/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":120,"Cost":63,"Date":"3/26/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":374,"Cost":315,"Date":"6/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":463,"Cost":255,"Date":"6/10/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":691,"Cost":557,"Date":"6/16/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":502,"Cost":378,"Date":"6/25/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":505,"Cost":349,"Date":"7/19/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":784,"Cost":512,"Date":"7/21/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":911,"Cost":552,"Date":"7/25/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":398,"Cost":252,"Date":"8/4/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":477,"Cost":303,"Date":"9/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":920,"Cost":776,"Date":"9/4/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":346,"Cost":325,"Date":"9/19/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":666,"Cost":352,"Date":"9/29/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":771,"Cost":463,"Date":"10/2/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":308,"Cost":166,"Date":"10/15/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":326,"Cost":228,"Date":"10/30/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":773,"Cost":532,"Date":"11/9/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":738,"Cost":429,"Date":"11/23/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":228,"Cost":137,"Date":"11/30/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":234,"Cost":217,"Date":"12/8/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":95,"Cost":87,"Date":"12/11/2018"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":297,"Cost":246,"Date":"1/15/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":365,"Cost":284,"Date":"1/24/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":761,"Cost":530,"Date":"2/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":640,"Cost":582,"Date":"2/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":673,"Cost":453,"Date":"3/9/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":122,"Cost":115,"Date":"3/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":963,"Cost":626,"Date":"4/19/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":144,"Cost":87,"Date":"5/3/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":728,"Cost":672,"Date":"5/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":674,"Cost":423,"Date":"6/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":704,"Cost":382,"Date":"6/26/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":3,"Cost":3,"Date":"7/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":377,"Cost":301,"Date":"7/13/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":815,"Cost":411,"Date":"8/8/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":204,"Cost":159,"Date":"8/26/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":390,"Cost":317,"Date":"9/2/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":642,"Cost":488,"Date":"9/29/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":494,"Cost":288,"Date":"10/12/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":529,"Cost":439,"Date":"11/2/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":561,"Cost":468,"Date":"11/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":311,"Cost":198,"Date":"11/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":286,"Cost":244,"Date":"12/1/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":617,"Cost":328,"Date":"12/4/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":546,"Cost":518,"Date":"12/7/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":869,"Cost":505,"Date":"12/18/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":498,"Cost":426,"Date":"12/20/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":932,"Cost":669,"Date":"12/20/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":795,"Cost":418,"Date":"12/21/2019"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":900,"Cost":827,"Date":"1/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":56,"Cost":37,"Date":"2/5/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":596,"Cost":381,"Date":"2/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":239,"Cost":125,"Date":"2/16/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":89,"Cost":72,"Date":"2/18/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":122,"Cost":76,"Date":"2/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":128,"Cost":112,"Date":"2/25/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":149,"Cost":120,"Date":"3/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":646,"Cost":611,"Date":"4/2/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":556,"Cost":311,"Date":"4/3/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":429,"Cost":361,"Date":"4/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":259,"Cost":149,"Date":"4/10/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":855,"Cost":718,"Date":"4/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":976,"Cost":577,"Date":"5/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":96,"Cost":78,"Date":"5/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":531,"Cost":416,"Date":"6/20/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":841,"Cost":433,"Date":"7/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":326,"Cost":257,"Date":"7/4/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":179,"Cost":106,"Date":"7/8/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":469,"Cost":341,"Date":"7/9/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":191,"Cost":107,"Date":"7/14/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":837,"Cost":778,"Date":"7/19/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":910,"Cost":859,"Date":"8/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":126,"Cost":101,"Date":"8/6/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":151,"Cost":124,"Date":"8/7/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":477,"Cost":270,"Date":"8/22/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":926,"Cost":673,"Date":"8/31/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":79,"Cost":40,"Date":"9/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":376,"Date":"9/1/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":159,"Cost":102,"Date":"9/17/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":473,"Cost":403,"Date":"9/29/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":650,"Cost":449,"Date":"11/7/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":59,"Cost":47,"Date":"11/26/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":888,"Cost":822,"Date":"11/27/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":449,"Cost":415,"Date":"12/5/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":474,"Cost":441,"Date":"12/26/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":184,"Cost":158,"Date":"12/31/2020"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":869,"Cost":564,"Date":"1/20/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":813,"Cost":559,"Date":"2/2/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":396,"Cost":225,"Date":"2/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":784,"Cost":701,"Date":"2/27/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":810,"Cost":527,"Date":"3/1/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":416,"Cost":394,"Date":"3/1/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":173,"Cost":148,"Date":"3/19/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":456,"Cost":269,"Date":"3/28/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":753,"Cost":528,"Date":"5/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":160,"Cost":99,"Date":"7/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":221,"Cost":114,"Date":"8/5/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":782,"Cost":551,"Date":"8/12/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":644,"Cost":460,"Date":"8/21/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":964,"Cost":659,"Date":"8/23/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":426,"Cost":393,"Date":"9/3/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":892,"Cost":646,"Date":"9/5/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":611,"Cost":384,"Date":"10/6/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":202,"Cost":115,"Date":"10/19/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":474,"Cost":305,"Date":"11/15/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":214,"Cost":172,"Date":"12/8/2021"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":345,"Cost":200,"Date":"1/8/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":975,"Cost":501,"Date":"1/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":259,"Cost":243,"Date":"1/19/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":931,"Cost":589,"Date":"1/28/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":541,"Cost":430,"Date":"1/31/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":633,"Cost":409,"Date":"3/27/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":458,"Cost":359,"Date":"4/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":1,"Cost":1,"Date":"4/24/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":493,"Cost":278,"Date":"4/28/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":270,"Cost":176,"Date":"5/15/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":99,"Cost":94,"Date":"5/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":357,"Cost":181,"Date":"5/18/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":338,"Cost":202,"Date":"6/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":502,"Cost":337,"Date":"6/3/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":321,"Cost":248,"Date":"6/5/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":656,"Cost":448,"Date":"6/7/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":317,"Cost":165,"Date":"6/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":321,"Cost":221,"Date":"6/20/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":939,"Cost":524,"Date":"6/24/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":1000,"Cost":804,"Date":"7/4/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":830,"Cost":711,"Date":"7/9/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":212,"Cost":193,"Date":"7/12/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":646,"Cost":569,"Date":"8/14/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":147,"Cost":103,"Date":"8/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":628,"Cost":565,"Date":"8/23/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":560,"Cost":323,"Date":"9/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":7,"Cost":7,"Date":"9/3/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":3,"Cost":2,"Date":"9/16/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":191,"Cost":135,"Date":"10/4/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":763,"Cost":598,"Date":"11/1/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":672,"Cost":448,"Date":"11/2/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":842,"Cost":528,"Date":"12/17/2022"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":60,"Cost":40,"Date":"2/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":102,"Cost":65,"Date":"2/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":838,"Cost":700,"Date":"3/4/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":332,"Cost":254,"Date":"3/9/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":655,"Cost":507,"Date":"3/9/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":681,"Cost":387,"Date":"3/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":289,"Cost":220,"Date":"3/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":252,"Cost":201,"Date":"3/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":122,"Cost":107,"Date":"3/23/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":906,"Cost":478,"Date":"4/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":377,"Cost":339,"Date":"5/7/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":273,"Cost":164,"Date":"5/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":473,"Date":"5/20/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":73,"Cost":53,"Date":"6/2/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":479,"Cost":453,"Date":"6/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":619,"Cost":435,"Date":"6/16/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":448,"Cost":350,"Date":"6/16/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":499,"Cost":422,"Date":"7/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":417,"Cost":355,"Date":"7/11/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":857,"Cost":644,"Date":"8/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":314,"Cost":251,"Date":"8/29/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":77,"Cost":59,"Date":"8/31/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":496,"Cost":305,"Date":"9/8/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":626,"Cost":336,"Date":"9/13/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":360,"Cost":261,"Date":"9/14/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":293,"Cost":178,"Date":"9/19/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":83,"Cost":70,"Date":"9/25/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":108,"Cost":85,"Date":"10/4/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":856,"Cost":712,"Date":"10/10/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":752,"Cost":430,"Date":"10/17/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":378,"Cost":196,"Date":"10/28/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":34,"Cost":20,"Date":"10/30/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":440,"Cost":222,"Date":"11/1/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":920,"Cost":513,"Date":"11/15/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":995,"Cost":570,"Date":"11/25/2023"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":974,"Cost":729,"Date":"1/10/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":151,"Cost":125,"Date":"1/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":22,"Cost":15,"Date":"1/20/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":527,"Cost":294,"Date":"2/8/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":77,"Cost":73,"Date":"2/25/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":961,"Cost":574,"Date":"3/7/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":556,"Cost":288,"Date":"3/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":615,"Cost":403,"Date":"3/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":743,"Cost":647,"Date":"4/5/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":625,"Cost":333,"Date":"4/14/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":635,"Cost":482,"Date":"5/3/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":874,"Cost":806,"Date":"5/9/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":906,"Cost":852,"Date":"5/15/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":922,"Cost":823,"Date":"5/25/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":676,"Cost":426,"Date":"5/26/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":379,"Cost":317,"Date":"5/31/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":741,"Cost":371,"Date":"7/27/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":375,"Cost":339,"Date":"9/17/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":492,"Cost":460,"Date":"10/6/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":237,"Cost":130,"Date":"10/8/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":542,"Cost":388,"Date":"10/26/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":848,"Cost":467,"Date":"11/16/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":91,"Cost":74,"Date":"11/18/2024"},{"Store":"South Coast Plaza, Costa Mesa, CA","Brand":"Jeans","Country":"USA","Sale":105,"Cost":67,"Date":"12/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":562,"Cost":298,"Date":"2/9/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":405,"Cost":320,"Date":"2/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":166,"Cost":136,"Date":"3/10/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":906,"Cost":592,"Date":"3/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":269,"Cost":224,"Date":"3/18/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":69,"Cost":41,"Date":"3/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":316,"Cost":271,"Date":"3/26/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":15,"Cost":9,"Date":"6/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":131,"Cost":109,"Date":"6/10/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":153,"Cost":143,"Date":"6/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":624,"Cost":375,"Date":"6/25/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":61,"Cost":32,"Date":"7/19/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":388,"Cost":236,"Date":"7/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":903,"Cost":595,"Date":"7/25/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":102,"Date":"8/4/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":649,"Cost":373,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":821,"Cost":657,"Date":"9/4/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":257,"Cost":169,"Date":"9/19/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":728,"Cost":465,"Date":"9/29/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":491,"Cost":269,"Date":"10/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":159,"Cost":89,"Date":"10/15/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":155,"Cost":122,"Date":"10/30/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":116,"Cost":61,"Date":"11/9/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":867,"Cost":716,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":391,"Cost":356,"Date":"11/30/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":98,"Cost":54,"Date":"12/8/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":988,"Cost":822,"Date":"12/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":379,"Cost":262,"Date":"1/15/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":467,"Cost":406,"Date":"1/24/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":747,"Cost":556,"Date":"2/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":910,"Cost":497,"Date":"2/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":230,"Cost":136,"Date":"3/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":485,"Cost":312,"Date":"3/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":221,"Cost":115,"Date":"4/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":174,"Cost":95,"Date":"5/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":530,"Cost":445,"Date":"5/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":105,"Cost":98,"Date":"6/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":333,"Cost":283,"Date":"6/26/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":733,"Cost":641,"Date":"7/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":28,"Cost":19,"Date":"7/13/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":816,"Cost":507,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":158,"Cost":142,"Date":"8/26/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":649,"Cost":434,"Date":"9/2/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":454,"Cost":373,"Date":"9/29/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":485,"Cost":359,"Date":"10/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":458,"Cost":322,"Date":"11/2/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":824,"Date":"11/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":213,"Date":"11/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":165,"Cost":143,"Date":"12/1/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":101,"Cost":63,"Date":"12/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":16,"Cost":14,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":908,"Cost":660,"Date":"12/18/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":245,"Cost":126,"Date":"12/20/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":272,"Cost":164,"Date":"12/20/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":881,"Cost":823,"Date":"12/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":368,"Cost":310,"Date":"1/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":632,"Cost":323,"Date":"2/5/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":328,"Date":"2/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":146,"Cost":87,"Date":"2/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":757,"Cost":649,"Date":"2/18/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":226,"Cost":119,"Date":"2/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":151,"Cost":79,"Date":"2/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":809,"Cost":537,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":129,"Cost":117,"Date":"4/2/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":157,"Cost":133,"Date":"4/3/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":422,"Cost":273,"Date":"4/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":58,"Cost":34,"Date":"4/10/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":352,"Cost":320,"Date":"4/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":771,"Cost":416,"Date":"5/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":615,"Cost":349,"Date":"5/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":471,"Cost":284,"Date":"6/20/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":546,"Cost":344,"Date":"7/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":402,"Cost":364,"Date":"7/4/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":938,"Cost":709,"Date":"7/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":261,"Cost":236,"Date":"7/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":635,"Cost":543,"Date":"7/14/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":35,"Cost":28,"Date":"7/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":6,"Cost":6,"Date":"8/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":84,"Cost":44,"Date":"8/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":206,"Cost":111,"Date":"8/7/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":441,"Date":"8/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":617,"Cost":558,"Date":"8/31/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":791,"Cost":424,"Date":"9/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":481,"Cost":431,"Date":"9/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":748,"Cost":592,"Date":"9/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":707,"Cost":495,"Date":"9/29/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":986,"Cost":623,"Date":"11/7/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":793,"Cost":689,"Date":"11/26/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":515,"Cost":421,"Date":"11/27/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":687,"Cost":576,"Date":"12/5/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":593,"Cost":342,"Date":"12/26/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":779,"Cost":400,"Date":"12/31/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":712,"Cost":538,"Date":"1/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":575,"Cost":451,"Date":"2/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":466,"Cost":420,"Date":"2/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":83,"Cost":73,"Date":"2/27/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":248,"Cost":188,"Date":"3/1/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":680,"Cost":530,"Date":"3/1/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":228,"Date":"3/19/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":68,"Cost":55,"Date":"3/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":808,"Cost":705,"Date":"5/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":563,"Cost":478,"Date":"7/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":850,"Cost":701,"Date":"8/5/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":455,"Cost":229,"Date":"8/12/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":321,"Cost":212,"Date":"8/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":895,"Cost":808,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":590,"Cost":546,"Date":"9/3/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":208,"Cost":145,"Date":"9/5/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":139,"Date":"10/6/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":35,"Cost":27,"Date":"10/19/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":483,"Cost":457,"Date":"11/15/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":212,"Cost":196,"Date":"12/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":659,"Cost":338,"Date":"1/8/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":90,"Cost":47,"Date":"1/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":335,"Cost":311,"Date":"1/19/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":672,"Cost":567,"Date":"1/28/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":491,"Cost":366,"Date":"1/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":793,"Cost":596,"Date":"3/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":88,"Cost":52,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":413,"Cost":380,"Date":"4/24/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":294,"Cost":256,"Date":"4/28/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":447,"Cost":301,"Date":"5/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":360,"Cost":259,"Date":"5/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":748,"Cost":593,"Date":"5/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":642,"Cost":353,"Date":"6/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":268,"Cost":158,"Date":"6/3/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":198,"Cost":109,"Date":"6/5/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":144,"Cost":76,"Date":"6/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":163,"Cost":115,"Date":"6/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":834,"Cost":682,"Date":"6/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":250,"Cost":134,"Date":"6/24/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":385,"Cost":304,"Date":"7/4/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":477,"Cost":369,"Date":"7/9/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":943,"Cost":777,"Date":"7/12/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":372,"Cost":193,"Date":"8/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":59,"Cost":44,"Date":"8/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":32,"Cost":24,"Date":"8/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":388,"Cost":350,"Date":"9/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":437,"Cost":356,"Date":"9/3/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":834,"Cost":440,"Date":"9/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":821,"Cost":691,"Date":"10/4/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":135,"Cost":92,"Date":"11/1/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":7,"Cost":5,"Date":"11/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":44,"Cost":22,"Date":"12/17/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":776,"Cost":504,"Date":"2/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":614,"Cost":317,"Date":"2/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":864,"Cost":815,"Date":"3/4/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":291,"Cost":257,"Date":"3/9/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":60,"Cost":57,"Date":"3/9/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":538,"Cost":362,"Date":"3/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":397,"Cost":259,"Date":"3/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":436,"Cost":324,"Date":"3/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":254,"Cost":227,"Date":"3/23/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":969,"Cost":629,"Date":"4/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":811,"Cost":447,"Date":"5/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":888,"Cost":625,"Date":"5/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":640,"Cost":481,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":466,"Cost":247,"Date":"6/2/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":205,"Cost":115,"Date":"6/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":586,"Cost":484,"Date":"6/16/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":119,"Cost":77,"Date":"6/16/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":977,"Cost":575,"Date":"7/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":751,"Cost":587,"Date":"7/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":184,"Cost":138,"Date":"8/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":455,"Cost":264,"Date":"8/29/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":362,"Date":"8/31/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":539,"Cost":511,"Date":"9/8/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":328,"Cost":233,"Date":"9/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":861,"Cost":570,"Date":"9/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":892,"Cost":599,"Date":"9/19/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":22,"Cost":11,"Date":"9/25/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":303,"Cost":250,"Date":"10/4/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":576,"Cost":335,"Date":"10/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":738,"Cost":388,"Date":"10/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":541,"Cost":508,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":131,"Cost":79,"Date":"10/30/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":4,"Cost":2,"Date":"11/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":182,"Cost":91,"Date":"11/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":289,"Date":"11/25/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":686,"Cost":608,"Date":"1/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":615,"Cost":347,"Date":"1/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":114,"Cost":100,"Date":"1/20/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":771,"Cost":697,"Date":"2/8/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":883,"Cost":506,"Date":"2/25/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":136,"Cost":96,"Date":"3/7/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":648,"Cost":484,"Date":"3/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":94,"Cost":72,"Date":"3/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":227,"Cost":179,"Date":"4/5/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":354,"Cost":242,"Date":"4/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":277,"Cost":183,"Date":"5/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":726,"Cost":461,"Date":"5/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":338,"Cost":314,"Date":"5/15/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":569,"Cost":486,"Date":"5/25/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":914,"Cost":631,"Date":"5/26/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":266,"Cost":213,"Date":"5/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":796,"Cost":495,"Date":"7/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":609,"Cost":494,"Date":"9/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":450,"Cost":286,"Date":"10/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":162,"Cost":83,"Date":"10/8/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":481,"Cost":350,"Date":"10/26/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":742,"Cost":616,"Date":"11/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":85,"Date":"11/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"Sellpy","Country":"USA","Sale":120,"Cost":98,"Date":"12/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":8,"Cost":7,"Date":"2/9/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":967,"Cost":652,"Date":"2/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":249,"Cost":154,"Date":"3/10/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":281,"Cost":249,"Date":"3/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":107,"Cost":73,"Date":"3/18/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":273,"Cost":136,"Date":"3/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":756,"Cost":424,"Date":"3/26/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":218,"Cost":184,"Date":"6/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":205,"Cost":115,"Date":"6/10/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":522,"Cost":377,"Date":"6/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":621,"Cost":350,"Date":"6/25/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":609,"Cost":427,"Date":"7/19/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":306,"Cost":162,"Date":"7/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":338,"Cost":189,"Date":"7/25/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":938,"Cost":649,"Date":"8/4/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":97,"Cost":54,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":298,"Cost":262,"Date":"9/4/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":390,"Cost":319,"Date":"9/19/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":511,"Cost":309,"Date":"9/29/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":651,"Cost":349,"Date":"10/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":657,"Cost":505,"Date":"10/15/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":899,"Cost":527,"Date":"10/30/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":769,"Cost":423,"Date":"11/9/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":863,"Cost":637,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":66,"Cost":39,"Date":"11/30/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":879,"Cost":495,"Date":"12/8/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":796,"Cost":588,"Date":"12/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":824,"Cost":485,"Date":"1/15/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":791,"Cost":711,"Date":"1/24/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":200,"Cost":156,"Date":"2/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":910,"Cost":488,"Date":"2/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":195,"Cost":140,"Date":"3/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":322,"Cost":221,"Date":"3/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":324,"Cost":305,"Date":"4/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":48,"Cost":27,"Date":"5/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":454,"Cost":335,"Date":"5/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":188,"Cost":95,"Date":"6/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":529,"Cost":308,"Date":"6/26/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":142,"Cost":124,"Date":"7/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":697,"Cost":443,"Date":"7/13/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":390,"Cost":333,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":863,"Cost":768,"Date":"8/26/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":285,"Cost":210,"Date":"9/2/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":370,"Cost":286,"Date":"9/29/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":912,"Cost":773,"Date":"10/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":333,"Cost":270,"Date":"11/2/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":730,"Cost":410,"Date":"11/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":819,"Cost":654,"Date":"11/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":560,"Cost":341,"Date":"12/1/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":652,"Cost":456,"Date":"12/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":886,"Cost":725,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":79,"Cost":71,"Date":"12/18/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":188,"Cost":110,"Date":"12/20/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":114,"Cost":100,"Date":"12/20/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":401,"Cost":267,"Date":"12/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":905,"Cost":536,"Date":"1/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":366,"Cost":336,"Date":"2/5/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":235,"Cost":195,"Date":"2/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":312,"Cost":178,"Date":"2/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":412,"Cost":345,"Date":"2/18/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":43,"Cost":39,"Date":"2/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":747,"Cost":697,"Date":"2/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":696,"Cost":360,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":832,"Cost":703,"Date":"4/2/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":996,"Cost":651,"Date":"4/3/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":944,"Cost":833,"Date":"4/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":500,"Cost":370,"Date":"4/10/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":914,"Cost":480,"Date":"4/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":881,"Cost":479,"Date":"5/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":811,"Cost":520,"Date":"5/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":794,"Cost":744,"Date":"6/20/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":529,"Cost":490,"Date":"7/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":223,"Cost":152,"Date":"7/4/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":876,"Cost":618,"Date":"7/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":694,"Cost":483,"Date":"7/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":999,"Cost":570,"Date":"7/14/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":954,"Cost":696,"Date":"7/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":945,"Cost":677,"Date":"8/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":645,"Cost":385,"Date":"8/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":50,"Cost":43,"Date":"8/7/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":550,"Cost":338,"Date":"8/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":953,"Cost":887,"Date":"8/31/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":197,"Cost":101,"Date":"9/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":841,"Cost":704,"Date":"9/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":411,"Cost":229,"Date":"9/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":971,"Cost":777,"Date":"9/29/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":702,"Cost":438,"Date":"11/7/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":866,"Cost":692,"Date":"11/26/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":883,"Cost":563,"Date":"11/27/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":935,"Cost":549,"Date":"12/5/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":796,"Cost":703,"Date":"12/26/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":75,"Cost":52,"Date":"12/31/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":59,"Cost":45,"Date":"1/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":876,"Cost":817,"Date":"2/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":256,"Cost":143,"Date":"2/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":361,"Cost":288,"Date":"2/27/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":436,"Cost":266,"Date":"3/1/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":802,"Cost":727,"Date":"3/1/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":155,"Cost":100,"Date":"3/19/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":255,"Cost":175,"Date":"3/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":659,"Cost":414,"Date":"5/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":992,"Cost":656,"Date":"7/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":834,"Cost":742,"Date":"8/5/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":462,"Cost":276,"Date":"8/12/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":690,"Cost":594,"Date":"8/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":341,"Cost":243,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":392,"Cost":228,"Date":"9/3/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":289,"Cost":214,"Date":"9/5/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":572,"Cost":318,"Date":"10/6/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":267,"Cost":139,"Date":"10/19/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":446,"Cost":292,"Date":"11/15/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":791,"Cost":625,"Date":"12/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":55,"Cost":43,"Date":"1/8/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":491,"Cost":445,"Date":"1/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":777,"Cost":499,"Date":"1/19/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":923,"Cost":624,"Date":"1/28/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":325,"Cost":169,"Date":"1/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":84,"Cost":69,"Date":"3/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":31,"Cost":26,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":883,"Cost":823,"Date":"4/24/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":657,"Cost":581,"Date":"4/28/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":644,"Cost":501,"Date":"5/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":208,"Cost":133,"Date":"5/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":5,"Cost":3,"Date":"5/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":788,"Cost":609,"Date":"6/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":35,"Cost":23,"Date":"6/3/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":65,"Cost":48,"Date":"6/5/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":89,"Cost":64,"Date":"6/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":796,"Cost":486,"Date":"6/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":403,"Cost":301,"Date":"6/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":530,"Cost":323,"Date":"6/24/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":161,"Cost":101,"Date":"7/4/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":215,"Cost":177,"Date":"7/9/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":102,"Cost":97,"Date":"7/12/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":128,"Cost":84,"Date":"8/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":924,"Cost":632,"Date":"8/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":779,"Cost":472,"Date":"8/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":507,"Cost":461,"Date":"9/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":522,"Cost":277,"Date":"9/3/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":792,"Cost":644,"Date":"9/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":487,"Cost":277,"Date":"10/4/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":266,"Cost":195,"Date":"11/1/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":397,"Cost":256,"Date":"11/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":888,"Cost":594,"Date":"12/17/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":892,"Cost":545,"Date":"2/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":939,"Cost":811,"Date":"2/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":945,"Cost":520,"Date":"3/4/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":547,"Cost":485,"Date":"3/9/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":16,"Cost":14,"Date":"3/9/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":657,"Cost":491,"Date":"3/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":418,"Cost":210,"Date":"3/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":204,"Cost":134,"Date":"3/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":67,"Cost":44,"Date":"3/23/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":638,"Cost":360,"Date":"4/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":252,"Cost":205,"Date":"5/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":147,"Cost":89,"Date":"5/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":229,"Cost":162,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":96,"Cost":75,"Date":"6/2/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":27,"Cost":18,"Date":"6/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":210,"Cost":195,"Date":"6/16/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":395,"Cost":211,"Date":"6/16/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":155,"Cost":98,"Date":"7/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":723,"Cost":628,"Date":"7/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":722,"Cost":371,"Date":"8/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":946,"Cost":583,"Date":"8/29/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":910,"Cost":482,"Date":"8/31/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":842,"Cost":643,"Date":"9/8/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":344,"Cost":233,"Date":"9/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":676,"Cost":464,"Date":"9/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":929,"Cost":691,"Date":"9/19/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":56,"Cost":42,"Date":"9/25/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":643,"Cost":417,"Date":"10/4/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":6,"Cost":6,"Date":"10/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":5,"Cost":2,"Date":"10/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":430,"Cost":321,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":805,"Cost":738,"Date":"10/30/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":768,"Cost":687,"Date":"11/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":164,"Cost":124,"Date":"11/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":400,"Cost":375,"Date":"11/25/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":797,"Cost":422,"Date":"1/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":339,"Cost":283,"Date":"1/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":515,"Cost":338,"Date":"1/20/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":944,"Cost":525,"Date":"2/8/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":520,"Cost":302,"Date":"2/25/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":363,"Cost":242,"Date":"3/7/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":956,"Cost":797,"Date":"3/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":627,"Cost":434,"Date":"3/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":843,"Cost":563,"Date":"4/5/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":63,"Cost":60,"Date":"4/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":148,"Cost":78,"Date":"5/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":186,"Cost":137,"Date":"5/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":419,"Cost":325,"Date":"5/15/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":482,"Cost":300,"Date":"5/25/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":310,"Cost":286,"Date":"5/26/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":692,"Cost":352,"Date":"5/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":950,"Cost":481,"Date":"7/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":158,"Cost":132,"Date":"9/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":568,"Cost":381,"Date":"10/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":379,"Cost":207,"Date":"10/8/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":732,"Cost":617,"Date":"10/26/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":118,"Cost":79,"Date":"11/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":854,"Cost":630,"Date":"11/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"HM","Country":"USA","Sale":774,"Cost":695,"Date":"12/1/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":122,"Cost":76,"Date":"2/9/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":429,"Cost":376,"Date":"2/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":859,"Cost":581,"Date":"3/10/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":786,"Cost":540,"Date":"3/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":998,"Cost":554,"Date":"3/18/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":471,"Cost":378,"Date":"3/20/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":788,"Cost":507,"Date":"3/26/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":961,"Cost":843,"Date":"6/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":700,"Cost":442,"Date":"6/10/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":15,"Cost":13,"Date":"6/16/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":23,"Cost":13,"Date":"6/25/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":338,"Cost":276,"Date":"7/19/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":45,"Cost":34,"Date":"7/21/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":136,"Cost":128,"Date":"7/25/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":56,"Cost":40,"Date":"8/4/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":193,"Cost":154,"Date":"9/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":777,"Cost":580,"Date":"9/4/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":289,"Cost":233,"Date":"9/19/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":397,"Cost":277,"Date":"9/29/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":437,"Cost":328,"Date":"10/2/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":356,"Cost":252,"Date":"10/15/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":690,"Cost":566,"Date":"10/30/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":883,"Cost":799,"Date":"11/9/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":9,"Cost":5,"Date":"11/23/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":994,"Cost":658,"Date":"11/30/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":103,"Cost":66,"Date":"12/8/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":735,"Cost":601,"Date":"12/11/2018"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":803,"Cost":466,"Date":"1/15/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":507,"Cost":344,"Date":"1/24/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":454,"Cost":403,"Date":"2/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":646,"Cost":600,"Date":"2/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":728,"Cost":479,"Date":"3/9/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":983,"Cost":820,"Date":"3/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":820,"Cost":596,"Date":"4/19/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":874,"Cost":782,"Date":"5/3/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":777,"Cost":478,"Date":"5/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":840,"Cost":748,"Date":"6/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":314,"Cost":288,"Date":"6/26/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":918,"Cost":667,"Date":"7/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":390,"Cost":235,"Date":"7/13/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":277,"Cost":197,"Date":"8/8/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":269,"Cost":158,"Date":"8/26/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":290,"Cost":227,"Date":"9/2/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":79,"Cost":59,"Date":"9/29/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":695,"Cost":508,"Date":"10/12/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":758,"Cost":716,"Date":"11/2/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":915,"Cost":664,"Date":"11/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":875,"Cost":826,"Date":"11/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":909,"Cost":475,"Date":"12/1/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":354,"Cost":257,"Date":"12/4/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":440,"Cost":352,"Date":"12/7/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":533,"Cost":469,"Date":"12/18/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":820,"Cost":647,"Date":"12/20/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":816,"Cost":565,"Date":"12/20/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":633,"Cost":537,"Date":"12/21/2019"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":101,"Cost":69,"Date":"1/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":788,"Cost":686,"Date":"2/5/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":843,"Cost":701,"Date":"2/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":438,"Cost":416,"Date":"2/16/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":776,"Cost":641,"Date":"2/18/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":528,"Cost":335,"Date":"2/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":797,"Cost":490,"Date":"2/25/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":764,"Cost":523,"Date":"3/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":177,"Cost":141,"Date":"4/2/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":663,"Cost":346,"Date":"4/3/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":250,"Cost":215,"Date":"4/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":825,"Cost":539,"Date":"4/10/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":993,"Cost":943,"Date":"4/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":316,"Cost":181,"Date":"5/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":14,"Cost":11,"Date":"5/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":715,"Cost":376,"Date":"6/20/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":992,"Cost":773,"Date":"7/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":371,"Cost":228,"Date":"7/4/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":372,"Cost":268,"Date":"7/8/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":977,"Cost":874,"Date":"7/9/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":482,"Cost":428,"Date":"7/14/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":538,"Cost":350,"Date":"7/19/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":70,"Cost":66,"Date":"8/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":982,"Cost":864,"Date":"8/6/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":963,"Cost":703,"Date":"8/7/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":441,"Cost":300,"Date":"8/22/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":889,"Cost":818,"Date":"8/31/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":573,"Cost":357,"Date":"9/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":48,"Cost":29,"Date":"9/1/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":23,"Cost":14,"Date":"9/17/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":574,"Cost":401,"Date":"9/29/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":503,"Cost":255,"Date":"11/7/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":511,"Cost":377,"Date":"11/26/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":973,"Cost":720,"Date":"11/27/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":166,"Cost":98,"Date":"12/5/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":941,"Cost":724,"Date":"12/26/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":785,"Cost":593,"Date":"12/31/2020"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":386,"Cost":320,"Date":"1/20/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":503,"Cost":417,"Date":"2/2/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":83,"Cost":56,"Date":"2/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":521,"Cost":338,"Date":"2/27/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":904,"Cost":708,"Date":"3/1/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":72,"Cost":37,"Date":"3/1/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":416,"Cost":280,"Date":"3/19/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":795,"Cost":476,"Date":"3/28/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":139,"Cost":111,"Date":"5/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":452,"Cost":284,"Date":"7/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":1,"Cost":1,"Date":"8/5/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":345,"Cost":183,"Date":"8/12/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":560,"Cost":390,"Date":"8/21/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":87,"Cost":80,"Date":"8/23/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":15,"Cost":13,"Date":"9/3/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":144,"Cost":102,"Date":"9/5/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":299,"Cost":164,"Date":"10/6/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":423,"Cost":361,"Date":"10/19/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":337,"Cost":223,"Date":"11/15/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":401,"Cost":354,"Date":"12/8/2021"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":255,"Cost":161,"Date":"1/8/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":191,"Cost":135,"Date":"1/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":556,"Cost":516,"Date":"1/19/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":506,"Cost":323,"Date":"1/28/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":750,"Cost":600,"Date":"1/31/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":603,"Cost":305,"Date":"3/27/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":725,"Cost":605,"Date":"4/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":755,"Cost":433,"Date":"4/24/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":660,"Cost":554,"Date":"4/28/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":380,"Cost":248,"Date":"5/15/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":976,"Cost":554,"Date":"5/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":979,"Cost":859,"Date":"5/18/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":555,"Cost":297,"Date":"6/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":331,"Cost":310,"Date":"6/3/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":470,"Cost":418,"Date":"6/5/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":181,"Cost":169,"Date":"6/7/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":423,"Cost":290,"Date":"6/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":267,"Cost":192,"Date":"6/20/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":785,"Cost":642,"Date":"6/24/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":209,"Cost":156,"Date":"7/4/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":412,"Cost":364,"Date":"7/9/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":570,"Cost":373,"Date":"7/12/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":130,"Cost":67,"Date":"8/14/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":851,"Cost":554,"Date":"8/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":43,"Cost":30,"Date":"8/23/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":207,"Cost":134,"Date":"9/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":126,"Cost":85,"Date":"9/3/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":524,"Cost":377,"Date":"9/16/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":351,"Cost":176,"Date":"10/4/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":855,"Cost":684,"Date":"11/1/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":385,"Cost":226,"Date":"11/2/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":181,"Cost":171,"Date":"12/17/2022"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":306,"Cost":218,"Date":"2/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":480,"Cost":331,"Date":"2/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":627,"Cost":331,"Date":"3/4/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":943,"Cost":656,"Date":"3/9/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":247,"Cost":230,"Date":"3/9/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":843,"Cost":793,"Date":"3/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":609,"Cost":394,"Date":"3/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":383,"Cost":275,"Date":"3/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":206,"Cost":187,"Date":"3/23/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":645,"Cost":420,"Date":"4/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":136,"Cost":99,"Date":"5/7/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":96,"Cost":77,"Date":"5/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":690,"Cost":520,"Date":"5/20/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":168,"Cost":140,"Date":"6/2/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":350,"Cost":273,"Date":"6/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":738,"Cost":630,"Date":"6/16/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":576,"Cost":290,"Date":"6/16/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":879,"Cost":768,"Date":"7/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":122,"Cost":91,"Date":"7/11/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":232,"Cost":161,"Date":"8/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":203,"Cost":111,"Date":"8/29/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":124,"Cost":74,"Date":"8/31/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":319,"Cost":229,"Date":"9/8/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":910,"Cost":654,"Date":"9/13/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":718,"Cost":590,"Date":"9/14/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":119,"Cost":96,"Date":"9/19/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":840,"Cost":439,"Date":"9/25/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":247,"Cost":188,"Date":"10/4/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":72,"Cost":39,"Date":"10/10/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":557,"Cost":419,"Date":"10/17/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":825,"Cost":534,"Date":"10/28/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":393,"Cost":299,"Date":"10/30/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":245,"Cost":123,"Date":"11/1/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":290,"Cost":217,"Date":"11/15/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":129,"Cost":84,"Date":"11/25/2023"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":818,"Cost":742,"Date":"1/10/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":697,"Cost":483,"Date":"1/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":243,"Cost":147,"Date":"1/20/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":118,"Cost":95,"Date":"2/8/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":648,"Cost":557,"Date":"2/25/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":257,"Cost":181,"Date":"3/7/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":56,"Cost":33,"Date":"3/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":720,"Cost":592,"Date":"3/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":522,"Cost":384,"Date":"4/5/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":413,"Cost":330,"Date":"4/14/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":244,"Cost":127,"Date":"5/3/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":955,"Cost":582,"Date":"5/9/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":6,"Cost":3,"Date":"5/15/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":936,"Cost":857,"Date":"5/25/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":698,"Cost":376,"Date":"5/26/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":529,"Cost":441,"Date":"5/31/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":35,"Cost":21,"Date":"7/27/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":314,"Cost":215,"Date":"9/17/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":893,"Cost":499,"Date":"10/6/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":624,"Cost":335,"Date":"10/8/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":986,"Cost":843,"Date":"10/26/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":208,"Cost":196,"Date":"11/16/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":82,"Cost":70,"Date":"11/18/2024"},{"Store":"Woodfield Mall, Schaumburg, IL","Brand":"COS","Country":"USA","Sale":701,"Cost":608,"Date":"12/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":889,"Cost":502,"Date":"2/9/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":320,"Cost":299,"Date":"2/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":142,"Cost":113,"Date":"3/10/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":132,"Cost":122,"Date":"3/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":157,"Cost":137,"Date":"3/18/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":473,"Cost":334,"Date":"3/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":947,"Cost":737,"Date":"3/26/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":752,"Cost":610,"Date":"6/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":638,"Cost":492,"Date":"6/10/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":896,"Cost":534,"Date":"6/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":470,"Cost":249,"Date":"6/25/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":347,"Cost":205,"Date":"7/19/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":745,"Cost":650,"Date":"7/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":906,"Cost":858,"Date":"7/25/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":252,"Cost":141,"Date":"8/4/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":169,"Cost":91,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":723,"Cost":622,"Date":"9/4/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":126,"Cost":105,"Date":"9/19/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":272,"Cost":170,"Date":"9/29/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":924,"Cost":490,"Date":"10/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":77,"Cost":40,"Date":"10/15/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":42,"Cost":30,"Date":"10/30/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":386,"Cost":355,"Date":"11/9/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":785,"Cost":559,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":17,"Cost":10,"Date":"11/30/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":478,"Cost":345,"Date":"12/8/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":813,"Cost":567,"Date":"12/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":21,"Cost":16,"Date":"1/15/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":801,"Cost":460,"Date":"1/24/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":756,"Cost":412,"Date":"2/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":973,"Cost":836,"Date":"2/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":710,"Cost":576,"Date":"3/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":166,"Cost":133,"Date":"3/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":406,"Cost":255,"Date":"4/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":529,"Cost":401,"Date":"5/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":179,"Cost":108,"Date":"5/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":155,"Cost":125,"Date":"6/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":794,"Cost":572,"Date":"6/26/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":943,"Cost":572,"Date":"7/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":333,"Cost":253,"Date":"7/13/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":957,"Cost":549,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":353,"Cost":316,"Date":"8/26/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":978,"Cost":539,"Date":"9/2/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":905,"Cost":748,"Date":"9/29/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":697,"Cost":423,"Date":"10/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":577,"Cost":349,"Date":"11/2/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":369,"Cost":278,"Date":"11/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":331,"Cost":289,"Date":"11/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":142,"Cost":133,"Date":"12/1/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":330,"Cost":271,"Date":"12/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":122,"Cost":106,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":714,"Cost":641,"Date":"12/18/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":180,"Cost":168,"Date":"12/20/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":859,"Cost":430,"Date":"12/20/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":476,"Cost":448,"Date":"12/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":199,"Cost":105,"Date":"1/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":785,"Cost":515,"Date":"2/5/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":253,"Cost":225,"Date":"2/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":651,"Cost":397,"Date":"2/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":576,"Cost":543,"Date":"2/18/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":675,"Cost":550,"Date":"2/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":749,"Cost":391,"Date":"2/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":158,"Cost":85,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":324,"Cost":206,"Date":"4/2/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":574,"Cost":523,"Date":"4/3/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":269,"Cost":139,"Date":"4/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":510,"Cost":421,"Date":"4/10/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":53,"Cost":32,"Date":"4/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":810,"Cost":643,"Date":"5/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":6,"Cost":4,"Date":"5/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":594,"Cost":394,"Date":"6/20/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":828,"Cost":595,"Date":"7/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":8,"Cost":8,"Date":"7/4/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":307,"Cost":184,"Date":"7/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":902,"Cost":719,"Date":"7/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":807,"Cost":707,"Date":"7/14/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":727,"Cost":448,"Date":"7/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":96,"Cost":53,"Date":"8/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":480,"Cost":364,"Date":"8/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":219,"Cost":201,"Date":"8/7/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":197,"Cost":122,"Date":"8/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":915,"Cost":672,"Date":"8/31/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":47,"Cost":31,"Date":"9/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":867,"Cost":599,"Date":"9/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":658,"Cost":405,"Date":"9/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":59,"Cost":55,"Date":"9/29/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":915,"Cost":775,"Date":"11/7/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":21,"Cost":18,"Date":"11/26/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":419,"Cost":359,"Date":"11/27/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":691,"Cost":353,"Date":"12/5/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":181,"Cost":125,"Date":"12/26/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":218,"Cost":118,"Date":"12/31/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":405,"Cost":314,"Date":"1/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":326,"Cost":199,"Date":"2/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":325,"Cost":248,"Date":"2/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":585,"Cost":326,"Date":"2/27/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":260,"Cost":245,"Date":"3/1/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":821,"Cost":708,"Date":"3/1/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":886,"Cost":586,"Date":"3/19/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":889,"Cost":637,"Date":"3/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":860,"Cost":473,"Date":"5/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":672,"Cost":410,"Date":"7/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":870,"Cost":801,"Date":"8/5/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":701,"Cost":628,"Date":"8/12/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":172,"Cost":137,"Date":"8/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":693,"Cost":462,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":938,"Cost":580,"Date":"9/3/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":615,"Cost":538,"Date":"9/5/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":876,"Cost":563,"Date":"10/6/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":578,"Cost":447,"Date":"10/19/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":174,"Cost":121,"Date":"11/15/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":700,"Cost":389,"Date":"12/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":824,"Cost":542,"Date":"1/8/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":242,"Cost":207,"Date":"1/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":471,"Cost":409,"Date":"1/19/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":108,"Cost":73,"Date":"1/28/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":937,"Cost":746,"Date":"1/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":74,"Cost":57,"Date":"3/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":275,"Cost":140,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":260,"Cost":191,"Date":"4/24/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":951,"Cost":795,"Date":"4/28/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":529,"Cost":397,"Date":"5/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":604,"Cost":528,"Date":"5/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":670,"Cost":505,"Date":"5/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":912,"Cost":629,"Date":"6/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":360,"Cost":313,"Date":"6/3/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":687,"Cost":397,"Date":"6/5/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":684,"Cost":645,"Date":"6/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":675,"Cost":487,"Date":"6/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":994,"Cost":897,"Date":"6/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":806,"Cost":525,"Date":"6/24/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":362,"Cost":206,"Date":"7/4/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":219,"Cost":181,"Date":"7/9/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":839,"Cost":755,"Date":"7/12/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":217,"Cost":194,"Date":"8/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":491,"Cost":442,"Date":"8/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":826,"Cost":562,"Date":"8/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":883,"Cost":587,"Date":"9/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":932,"Cost":568,"Date":"9/3/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":522,"Cost":390,"Date":"9/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":48,"Cost":28,"Date":"10/4/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":924,"Cost":645,"Date":"11/1/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":553,"Cost":388,"Date":"11/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":237,"Cost":188,"Date":"12/17/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":364,"Cost":289,"Date":"2/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":634,"Cost":505,"Date":"2/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":358,"Cost":271,"Date":"3/4/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":322,"Cost":267,"Date":"3/9/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":274,"Cost":153,"Date":"3/9/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":215,"Cost":181,"Date":"3/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":379,"Cost":292,"Date":"3/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":777,"Cost":450,"Date":"3/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":67,"Cost":51,"Date":"3/23/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":917,"Cost":827,"Date":"4/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":598,"Cost":567,"Date":"5/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":862,"Cost":560,"Date":"5/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":354,"Cost":328,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":83,"Cost":58,"Date":"6/2/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":196,"Cost":183,"Date":"6/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":918,"Cost":801,"Date":"6/16/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":481,"Cost":341,"Date":"6/16/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":643,"Cost":493,"Date":"7/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":990,"Cost":870,"Date":"7/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":55,"Cost":52,"Date":"8/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":707,"Cost":661,"Date":"8/29/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":652,"Cost":421,"Date":"8/31/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":798,"Cost":580,"Date":"9/8/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":962,"Cost":833,"Date":"9/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":688,"Cost":617,"Date":"9/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":864,"Cost":513,"Date":"9/19/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":584,"Cost":316,"Date":"9/25/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":249,"Cost":176,"Date":"10/4/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":5,"Cost":5,"Date":"10/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":17,"Cost":8,"Date":"10/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":891,"Cost":588,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":635,"Cost":355,"Date":"10/30/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":71,"Cost":47,"Date":"11/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":465,"Cost":291,"Date":"11/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":92,"Cost":77,"Date":"11/25/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":883,"Cost":618,"Date":"1/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":555,"Cost":502,"Date":"1/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":784,"Cost":707,"Date":"1/20/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":789,"Cost":580,"Date":"2/8/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":767,"Cost":684,"Date":"2/25/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":244,"Cost":159,"Date":"3/7/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":27,"Cost":24,"Date":"3/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":521,"Cost":301,"Date":"3/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":9,"Cost":6,"Date":"4/5/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":42,"Cost":40,"Date":"4/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":471,"Cost":387,"Date":"5/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":746,"Cost":672,"Date":"5/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":514,"Cost":343,"Date":"5/15/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":206,"Cost":189,"Date":"5/25/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":676,"Cost":605,"Date":"5/26/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":188,"Cost":111,"Date":"5/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":703,"Cost":598,"Date":"7/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":134,"Cost":91,"Date":"9/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":382,"Cost":257,"Date":"10/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":701,"Cost":596,"Date":"10/8/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":466,"Cost":312,"Date":"10/26/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":825,"Cost":600,"Date":"11/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":579,"Cost":302,"Date":"11/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"COS","Country":"USA","Sale":471,"Cost":411,"Date":"12/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":828,"Cost":719,"Date":"2/9/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":506,"Cost":471,"Date":"2/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":545,"Date":"3/10/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":262,"Cost":180,"Date":"3/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":704,"Cost":466,"Date":"3/18/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":489,"Cost":283,"Date":"3/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":593,"Cost":452,"Date":"3/26/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":33,"Cost":18,"Date":"6/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":854,"Cost":564,"Date":"6/10/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":377,"Cost":331,"Date":"6/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":531,"Cost":399,"Date":"6/25/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":165,"Cost":132,"Date":"7/19/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":584,"Cost":502,"Date":"7/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":293,"Cost":148,"Date":"7/25/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":512,"Cost":342,"Date":"8/4/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":702,"Cost":444,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":402,"Cost":382,"Date":"9/4/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":528,"Cost":320,"Date":"9/19/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":646,"Cost":575,"Date":"9/29/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":522,"Cost":309,"Date":"10/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":445,"Cost":267,"Date":"10/15/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":616,"Cost":523,"Date":"10/30/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":835,"Cost":761,"Date":"11/9/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":399,"Cost":230,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":366,"Cost":319,"Date":"11/30/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":606,"Cost":415,"Date":"12/8/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":153,"Cost":109,"Date":"12/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":728,"Cost":427,"Date":"1/15/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":318,"Cost":273,"Date":"1/24/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":352,"Cost":275,"Date":"2/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":965,"Cost":774,"Date":"2/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":336,"Cost":232,"Date":"3/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":606,"Cost":386,"Date":"3/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":794,"Cost":470,"Date":"4/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":52,"Cost":33,"Date":"5/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":696,"Cost":562,"Date":"5/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":572,"Cost":492,"Date":"6/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":875,"Cost":811,"Date":"6/26/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":236,"Cost":142,"Date":"7/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":472,"Cost":350,"Date":"7/13/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":590,"Cost":423,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":527,"Date":"8/26/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":394,"Date":"9/2/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":510,"Cost":445,"Date":"9/29/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":399,"Cost":202,"Date":"10/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":224,"Cost":173,"Date":"11/2/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":627,"Date":"11/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":894,"Cost":838,"Date":"11/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":414,"Cost":225,"Date":"12/1/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":853,"Cost":501,"Date":"12/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":863,"Cost":643,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":585,"Cost":343,"Date":"12/18/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":346,"Cost":301,"Date":"12/20/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":343,"Cost":316,"Date":"12/20/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":127,"Cost":90,"Date":"12/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":681,"Cost":516,"Date":"1/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":378,"Cost":341,"Date":"2/5/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":662,"Cost":542,"Date":"2/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":660,"Cost":439,"Date":"2/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":519,"Cost":448,"Date":"2/18/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":562,"Cost":514,"Date":"2/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":895,"Cost":656,"Date":"2/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":567,"Cost":516,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":905,"Cost":657,"Date":"4/2/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":763,"Cost":490,"Date":"4/3/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":282,"Cost":173,"Date":"4/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":711,"Cost":381,"Date":"4/10/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":406,"Cost":306,"Date":"4/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":447,"Cost":342,"Date":"5/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":208,"Cost":119,"Date":"5/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":461,"Cost":235,"Date":"6/20/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":945,"Cost":744,"Date":"7/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":729,"Cost":643,"Date":"7/4/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":400,"Cost":255,"Date":"7/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":879,"Cost":805,"Date":"7/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":793,"Cost":404,"Date":"7/14/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":98,"Cost":91,"Date":"7/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":522,"Cost":388,"Date":"8/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":888,"Cost":732,"Date":"8/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":464,"Cost":436,"Date":"8/7/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":512,"Cost":264,"Date":"8/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":487,"Cost":373,"Date":"8/31/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":658,"Cost":598,"Date":"9/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":488,"Cost":366,"Date":"9/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":698,"Cost":545,"Date":"9/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":579,"Cost":290,"Date":"9/29/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":606,"Date":"11/7/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":325,"Cost":249,"Date":"11/26/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":307,"Cost":194,"Date":"11/27/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":537,"Cost":321,"Date":"12/5/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":598,"Cost":440,"Date":"12/26/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":679,"Cost":455,"Date":"12/31/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":241,"Cost":130,"Date":"1/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":2,"Cost":2,"Date":"2/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":938,"Cost":877,"Date":"2/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":32,"Cost":23,"Date":"2/27/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":14,"Cost":11,"Date":"3/1/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":253,"Cost":144,"Date":"3/1/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":536,"Cost":447,"Date":"3/19/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":509,"Cost":394,"Date":"3/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":921,"Cost":841,"Date":"5/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":727,"Cost":590,"Date":"7/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":647,"Date":"8/5/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":357,"Cost":258,"Date":"8/12/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":390,"Cost":209,"Date":"8/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":778,"Cost":435,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":668,"Cost":622,"Date":"9/3/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":653,"Cost":604,"Date":"9/5/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":425,"Cost":297,"Date":"10/6/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":304,"Cost":166,"Date":"10/19/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":703,"Cost":538,"Date":"11/15/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":407,"Cost":375,"Date":"12/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":390,"Cost":301,"Date":"1/8/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":900,"Cost":493,"Date":"1/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":239,"Cost":157,"Date":"1/19/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":161,"Cost":82,"Date":"1/28/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":269,"Cost":187,"Date":"1/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":321,"Cost":175,"Date":"3/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":58,"Cost":52,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":949,"Cost":695,"Date":"4/24/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":111,"Cost":74,"Date":"4/28/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":882,"Cost":517,"Date":"5/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":866,"Cost":694,"Date":"5/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":358,"Cost":230,"Date":"5/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":11,"Cost":5,"Date":"6/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":12,"Cost":10,"Date":"6/3/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":86,"Cost":69,"Date":"6/5/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":618,"Cost":468,"Date":"6/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":244,"Cost":139,"Date":"6/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":32,"Cost":22,"Date":"6/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":330,"Cost":271,"Date":"6/24/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":81,"Cost":52,"Date":"7/4/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":244,"Cost":138,"Date":"7/9/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":940,"Cost":502,"Date":"7/12/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":306,"Cost":253,"Date":"8/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":623,"Cost":351,"Date":"8/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":524,"Cost":325,"Date":"8/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":533,"Cost":506,"Date":"9/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":608,"Cost":375,"Date":"9/3/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":688,"Cost":365,"Date":"9/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":192,"Cost":158,"Date":"10/4/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":962,"Cost":489,"Date":"11/1/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":372,"Cost":328,"Date":"11/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":783,"Cost":647,"Date":"12/17/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":95,"Cost":88,"Date":"2/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":312,"Cost":156,"Date":"2/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":242,"Cost":138,"Date":"3/4/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":968,"Cost":524,"Date":"3/9/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":108,"Cost":88,"Date":"3/9/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":70,"Cost":35,"Date":"3/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":552,"Cost":376,"Date":"3/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":65,"Cost":55,"Date":"3/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":774,"Cost":588,"Date":"3/23/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":648,"Cost":411,"Date":"4/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":862,"Cost":585,"Date":"5/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":878,"Date":"5/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":148,"Cost":136,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":526,"Cost":295,"Date":"6/2/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":928,"Cost":817,"Date":"6/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":856,"Cost":629,"Date":"6/16/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":735,"Cost":401,"Date":"6/16/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":188,"Cost":133,"Date":"7/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":816,"Cost":629,"Date":"7/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":714,"Cost":374,"Date":"8/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":71,"Cost":36,"Date":"8/29/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":941,"Cost":648,"Date":"8/31/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":568,"Cost":435,"Date":"9/8/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":188,"Cost":107,"Date":"9/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":571,"Cost":405,"Date":"9/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":685,"Cost":581,"Date":"9/19/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":940,"Cost":758,"Date":"9/25/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":977,"Cost":712,"Date":"10/4/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":72,"Cost":50,"Date":"10/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":760,"Cost":473,"Date":"10/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":849,"Cost":784,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":435,"Cost":344,"Date":"10/30/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":49,"Cost":27,"Date":"11/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":85,"Cost":43,"Date":"11/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":386,"Cost":222,"Date":"11/25/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":629,"Cost":386,"Date":"1/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":989,"Cost":550,"Date":"1/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":400,"Cost":319,"Date":"1/20/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":75,"Cost":45,"Date":"2/8/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":716,"Cost":576,"Date":"2/25/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":945,"Cost":502,"Date":"3/7/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":225,"Cost":185,"Date":"3/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":767,"Cost":559,"Date":"3/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":934,"Cost":754,"Date":"4/5/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":123,"Cost":63,"Date":"4/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":479,"Cost":276,"Date":"5/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":485,"Cost":353,"Date":"5/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":106,"Cost":76,"Date":"5/15/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":883,"Cost":643,"Date":"5/25/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":554,"Cost":404,"Date":"5/26/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":38,"Cost":35,"Date":"5/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":578,"Cost":413,"Date":"7/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":265,"Cost":141,"Date":"9/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":454,"Cost":420,"Date":"10/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":65,"Cost":59,"Date":"10/8/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":596,"Cost":456,"Date":"10/26/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":829,"Cost":650,"Date":"11/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":329,"Cost":289,"Date":"11/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"Sellpy","Country":"USA","Sale":874,"Cost":460,"Date":"12/1/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":709,"Cost":460,"Date":"2/9/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":790,"Cost":475,"Date":"2/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":308,"Cost":246,"Date":"3/10/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":599,"Cost":531,"Date":"3/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":136,"Cost":68,"Date":"3/18/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":914,"Cost":493,"Date":"3/20/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":993,"Cost":737,"Date":"3/26/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":43,"Cost":35,"Date":"6/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":31,"Cost":16,"Date":"6/10/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":957,"Cost":527,"Date":"6/16/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":394,"Cost":311,"Date":"6/25/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":951,"Cost":708,"Date":"7/19/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":249,"Cost":219,"Date":"7/21/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":802,"Cost":666,"Date":"7/25/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":667,"Cost":524,"Date":"8/4/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":404,"Cost":262,"Date":"9/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":644,"Cost":469,"Date":"9/4/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":264,"Cost":226,"Date":"9/19/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":752,"Cost":642,"Date":"9/29/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":299,"Cost":181,"Date":"10/2/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":570,"Cost":356,"Date":"10/15/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":499,"Cost":277,"Date":"10/30/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":9,"Cost":7,"Date":"11/9/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":605,"Cost":330,"Date":"11/23/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":414,"Cost":381,"Date":"11/30/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":518,"Cost":368,"Date":"12/8/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":302,"Cost":251,"Date":"12/11/2018"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":617,"Cost":428,"Date":"1/15/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":305,"Cost":236,"Date":"1/24/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":47,"Cost":26,"Date":"2/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":988,"Cost":803,"Date":"2/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":878,"Cost":637,"Date":"3/9/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":994,"Cost":756,"Date":"3/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":426,"Cost":398,"Date":"4/19/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":521,"Cost":263,"Date":"5/3/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":668,"Cost":379,"Date":"5/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":194,"Cost":162,"Date":"6/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":841,"Cost":691,"Date":"6/26/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":515,"Cost":288,"Date":"7/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":999,"Cost":583,"Date":"7/13/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":824,"Cost":683,"Date":"8/8/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":768,"Cost":572,"Date":"8/26/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":731,"Cost":630,"Date":"9/2/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":987,"Cost":499,"Date":"9/29/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":466,"Cost":308,"Date":"10/12/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":803,"Cost":565,"Date":"11/2/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":830,"Cost":775,"Date":"11/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":939,"Cost":644,"Date":"11/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":90,"Cost":70,"Date":"12/1/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":728,"Cost":563,"Date":"12/4/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":22,"Cost":19,"Date":"12/7/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":909,"Cost":773,"Date":"12/18/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":985,"Cost":580,"Date":"12/20/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":500,"Cost":327,"Date":"12/20/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":510,"Cost":295,"Date":"12/21/2019"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":296,"Cost":239,"Date":"1/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":381,"Cost":192,"Date":"2/5/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":546,"Cost":413,"Date":"2/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":978,"Cost":492,"Date":"2/16/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":549,"Cost":512,"Date":"2/18/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":291,"Cost":241,"Date":"2/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":380,"Cost":339,"Date":"2/25/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":882,"Cost":745,"Date":"3/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":883,"Cost":818,"Date":"4/2/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":624,"Cost":449,"Date":"4/3/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":748,"Cost":456,"Date":"4/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":202,"Cost":156,"Date":"4/10/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":633,"Cost":507,"Date":"4/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":534,"Cost":330,"Date":"5/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":380,"Cost":216,"Date":"5/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":609,"Cost":420,"Date":"6/20/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":393,"Cost":271,"Date":"7/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":625,"Cost":372,"Date":"7/4/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":285,"Cost":259,"Date":"7/8/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":878,"Cost":783,"Date":"7/9/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":418,"Cost":261,"Date":"7/14/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":741,"Cost":650,"Date":"7/19/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":829,"Cost":575,"Date":"8/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":461,"Cost":417,"Date":"8/6/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":57,"Cost":47,"Date":"8/7/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":403,"Cost":252,"Date":"8/22/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":400,"Cost":299,"Date":"8/31/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":529,"Cost":355,"Date":"9/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":911,"Cost":490,"Date":"9/1/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":339,"Cost":265,"Date":"9/17/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":767,"Cost":457,"Date":"9/29/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":784,"Cost":669,"Date":"11/7/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":497,"Cost":255,"Date":"11/26/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":756,"Cost":689,"Date":"11/27/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":954,"Cost":481,"Date":"12/5/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":11,"Cost":10,"Date":"12/26/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":203,"Cost":101,"Date":"12/31/2020"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":708,"Cost":556,"Date":"1/20/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":653,"Cost":507,"Date":"2/2/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":38,"Cost":24,"Date":"2/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":559,"Cost":384,"Date":"2/27/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":363,"Cost":244,"Date":"3/1/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":455,"Cost":420,"Date":"3/1/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":789,"Cost":618,"Date":"3/19/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":463,"Cost":398,"Date":"3/28/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":557,"Cost":318,"Date":"5/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":998,"Cost":618,"Date":"7/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":188,"Cost":157,"Date":"8/5/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":464,"Cost":384,"Date":"8/12/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":258,"Cost":189,"Date":"8/21/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":351,"Cost":255,"Date":"8/23/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":452,"Cost":308,"Date":"9/3/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":819,"Cost":742,"Date":"9/5/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":958,"Cost":505,"Date":"10/6/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":651,"Cost":527,"Date":"10/19/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":467,"Cost":442,"Date":"11/15/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":506,"Cost":466,"Date":"12/8/2021"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":88,"Cost":75,"Date":"1/8/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":325,"Cost":271,"Date":"1/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":718,"Cost":566,"Date":"1/19/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":408,"Cost":358,"Date":"1/28/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":242,"Cost":164,"Date":"1/31/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":477,"Cost":282,"Date":"3/27/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":964,"Cost":785,"Date":"4/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":266,"Cost":212,"Date":"4/24/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":297,"Cost":185,"Date":"4/28/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":505,"Cost":445,"Date":"5/15/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":824,"Cost":528,"Date":"5/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":558,"Cost":416,"Date":"5/18/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":248,"Cost":233,"Date":"6/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":827,"Cost":486,"Date":"6/3/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":486,"Cost":387,"Date":"6/5/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":221,"Cost":134,"Date":"6/7/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":919,"Cost":631,"Date":"6/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":153,"Cost":89,"Date":"6/20/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":832,"Cost":539,"Date":"6/24/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":818,"Cost":593,"Date":"7/4/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":12,"Cost":9,"Date":"7/9/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":572,"Cost":454,"Date":"7/12/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":18,"Cost":16,"Date":"8/14/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":806,"Cost":528,"Date":"8/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":20,"Cost":17,"Date":"8/23/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":21,"Cost":10,"Date":"9/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":508,"Cost":425,"Date":"9/3/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":170,"Cost":153,"Date":"9/16/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":9,"Cost":7,"Date":"10/4/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":209,"Cost":107,"Date":"11/1/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":404,"Cost":205,"Date":"11/2/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":617,"Cost":516,"Date":"12/17/2022"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":386,"Cost":352,"Date":"2/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":576,"Cost":303,"Date":"2/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":997,"Cost":893,"Date":"3/4/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":730,"Cost":670,"Date":"3/9/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":7,"Cost":5,"Date":"3/9/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":425,"Cost":397,"Date":"3/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":875,"Cost":793,"Date":"3/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":427,"Cost":386,"Date":"3/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":205,"Cost":103,"Date":"3/23/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":597,"Cost":533,"Date":"4/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":627,"Cost":431,"Date":"5/7/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":258,"Cost":162,"Date":"5/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":852,"Cost":712,"Date":"5/20/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":941,"Cost":727,"Date":"6/2/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":32,"Cost":24,"Date":"6/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":5,"Cost":3,"Date":"6/16/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":290,"Cost":214,"Date":"6/16/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":550,"Cost":496,"Date":"7/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":205,"Cost":169,"Date":"7/11/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":648,"Cost":432,"Date":"8/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":60,"Cost":37,"Date":"8/29/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":45,"Cost":27,"Date":"8/31/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":161,"Cost":95,"Date":"9/8/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":837,"Cost":682,"Date":"9/13/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":167,"Cost":139,"Date":"9/14/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":668,"Cost":356,"Date":"9/19/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":564,"Cost":530,"Date":"9/25/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":697,"Cost":400,"Date":"10/4/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":335,"Cost":289,"Date":"10/10/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":58,"Cost":43,"Date":"10/17/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":629,"Cost":461,"Date":"10/28/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":507,"Cost":453,"Date":"10/30/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":942,"Cost":502,"Date":"11/1/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":242,"Cost":210,"Date":"11/15/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":673,"Cost":400,"Date":"11/25/2023"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":901,"Cost":581,"Date":"1/10/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":252,"Cost":126,"Date":"1/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":225,"Cost":174,"Date":"1/20/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":827,"Cost":531,"Date":"2/8/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":979,"Cost":647,"Date":"2/25/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":14,"Cost":11,"Date":"3/7/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":714,"Cost":631,"Date":"3/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":634,"Cost":440,"Date":"3/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":331,"Cost":245,"Date":"4/5/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":812,"Cost":566,"Date":"4/14/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":27,"Cost":17,"Date":"5/3/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":179,"Cost":142,"Date":"5/9/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":276,"Cost":222,"Date":"5/15/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":261,"Cost":236,"Date":"5/25/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":31,"Cost":24,"Date":"5/26/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":199,"Cost":138,"Date":"5/31/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":787,"Cost":616,"Date":"7/27/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":421,"Cost":350,"Date":"9/17/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":8,"Cost":4,"Date":"10/6/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":273,"Cost":205,"Date":"10/8/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":529,"Cost":449,"Date":"10/26/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":203,"Cost":156,"Date":"11/16/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":427,"Cost":400,"Date":"11/18/2024"},{"Store":"Fashion Show Mall, Las Vegas, NV","Brand":"HM","Country":"USA","Sale":527,"Cost":396,"Date":"12/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":385,"Cost":337,"Date":"2/9/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":985,"Cost":766,"Date":"2/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":248,"Cost":182,"Date":"3/10/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":519,"Cost":403,"Date":"3/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":430,"Cost":400,"Date":"3/18/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":301,"Cost":213,"Date":"3/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":196,"Cost":185,"Date":"3/26/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":919,"Cost":640,"Date":"6/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":409,"Cost":324,"Date":"6/10/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":341,"Cost":209,"Date":"6/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":440,"Cost":314,"Date":"6/25/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":774,"Cost":518,"Date":"7/19/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":259,"Cost":149,"Date":"7/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":452,"Cost":355,"Date":"7/25/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":274,"Cost":196,"Date":"8/4/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":507,"Cost":455,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":50,"Cost":28,"Date":"9/4/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":366,"Cost":323,"Date":"9/19/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":541,"Cost":419,"Date":"9/29/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":410,"Cost":237,"Date":"10/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":458,"Cost":324,"Date":"10/15/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":481,"Cost":253,"Date":"10/30/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":263,"Cost":131,"Date":"11/9/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":479,"Cost":446,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":150,"Cost":90,"Date":"11/30/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":163,"Cost":103,"Date":"12/8/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":135,"Cost":95,"Date":"12/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":146,"Cost":92,"Date":"1/15/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":89,"Cost":45,"Date":"1/24/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":563,"Cost":312,"Date":"2/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":405,"Cost":248,"Date":"2/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":858,"Cost":485,"Date":"3/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":1,"Cost":1,"Date":"3/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":598,"Cost":550,"Date":"4/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":440,"Cost":355,"Date":"5/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":56,"Cost":32,"Date":"5/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":15,"Cost":9,"Date":"6/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":960,"Cost":829,"Date":"6/26/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":505,"Cost":381,"Date":"7/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":213,"Cost":117,"Date":"7/13/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":516,"Cost":358,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":268,"Cost":235,"Date":"8/26/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":721,"Cost":455,"Date":"9/2/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":400,"Cost":306,"Date":"9/29/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":911,"Cost":717,"Date":"10/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":475,"Cost":274,"Date":"11/2/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":728,"Cost":557,"Date":"11/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":601,"Cost":548,"Date":"11/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":110,"Cost":96,"Date":"12/1/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":206,"Cost":178,"Date":"12/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":713,"Cost":553,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":454,"Cost":231,"Date":"12/18/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":573,"Cost":491,"Date":"12/20/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":917,"Cost":831,"Date":"12/20/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":462,"Cost":401,"Date":"12/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":631,"Cost":487,"Date":"1/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":818,"Cost":692,"Date":"2/5/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":160,"Cost":92,"Date":"2/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":981,"Cost":770,"Date":"2/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":642,"Cost":393,"Date":"2/18/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":38,"Cost":24,"Date":"2/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":414,"Cost":283,"Date":"2/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":583,"Cost":462,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":197,"Cost":173,"Date":"4/2/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":414,"Cost":385,"Date":"4/3/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":893,"Cost":541,"Date":"4/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":742,"Cost":699,"Date":"4/10/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":548,"Cost":304,"Date":"4/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":648,"Cost":591,"Date":"5/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":919,"Cost":685,"Date":"5/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":962,"Cost":660,"Date":"6/20/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":111,"Cost":71,"Date":"7/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":923,"Cost":776,"Date":"7/4/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":681,"Cost":549,"Date":"7/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":343,"Cost":313,"Date":"7/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":289,"Cost":220,"Date":"7/14/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":399,"Cost":333,"Date":"7/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":733,"Cost":503,"Date":"8/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":899,"Cost":808,"Date":"8/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":520,"Cost":423,"Date":"8/7/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":854,"Cost":770,"Date":"8/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":972,"Cost":890,"Date":"8/31/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":53,"Cost":42,"Date":"9/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":750,"Cost":448,"Date":"9/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":938,"Cost":662,"Date":"9/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":13,"Cost":8,"Date":"9/29/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":232,"Cost":147,"Date":"11/7/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":411,"Cost":228,"Date":"11/26/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":499,"Cost":330,"Date":"11/27/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":925,"Cost":656,"Date":"12/5/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":38,"Cost":27,"Date":"12/26/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":554,"Cost":319,"Date":"12/31/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":855,"Cost":734,"Date":"1/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":935,"Cost":634,"Date":"2/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":155,"Cost":111,"Date":"2/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":302,"Cost":257,"Date":"2/27/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":711,"Cost":386,"Date":"3/1/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":827,"Cost":627,"Date":"3/1/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":771,"Cost":641,"Date":"3/19/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":528,"Cost":339,"Date":"3/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":93,"Cost":63,"Date":"5/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":348,"Cost":209,"Date":"7/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":167,"Cost":84,"Date":"8/5/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":895,"Cost":452,"Date":"8/12/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":905,"Cost":474,"Date":"8/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":520,"Cost":306,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":259,"Cost":189,"Date":"9/3/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":995,"Cost":714,"Date":"9/5/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":766,"Cost":384,"Date":"10/6/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":721,"Cost":569,"Date":"10/19/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":842,"Cost":632,"Date":"11/15/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":604,"Cost":349,"Date":"12/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":399,"Cost":258,"Date":"1/8/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":326,"Cost":178,"Date":"1/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":329,"Cost":174,"Date":"1/19/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":713,"Cost":421,"Date":"1/28/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":843,"Cost":624,"Date":"1/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":451,"Cost":324,"Date":"3/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":869,"Cost":792,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":203,"Cost":166,"Date":"4/24/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":493,"Cost":461,"Date":"4/28/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":245,"Cost":195,"Date":"5/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":608,"Cost":429,"Date":"5/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":935,"Cost":474,"Date":"5/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":280,"Cost":199,"Date":"6/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":952,"Cost":899,"Date":"6/3/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":833,"Cost":733,"Date":"6/5/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":634,"Cost":602,"Date":"6/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":517,"Cost":307,"Date":"6/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":87,"Cost":55,"Date":"6/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":282,"Cost":160,"Date":"6/24/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":922,"Cost":483,"Date":"7/4/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":164,"Cost":113,"Date":"7/9/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":786,"Cost":653,"Date":"7/12/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":337,"Cost":172,"Date":"8/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":691,"Cost":569,"Date":"8/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":957,"Cost":792,"Date":"8/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":736,"Cost":372,"Date":"9/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":520,"Cost":359,"Date":"9/3/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":393,"Cost":286,"Date":"9/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":347,"Cost":255,"Date":"10/4/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":60,"Cost":52,"Date":"11/1/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":48,"Cost":27,"Date":"11/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":715,"Cost":498,"Date":"12/17/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":195,"Cost":106,"Date":"2/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":952,"Cost":762,"Date":"2/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":395,"Cost":269,"Date":"3/4/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":68,"Cost":41,"Date":"3/9/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":982,"Cost":492,"Date":"3/9/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":73,"Cost":59,"Date":"3/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":618,"Cost":571,"Date":"3/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":744,"Cost":636,"Date":"3/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":13,"Cost":6,"Date":"3/23/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":58,"Cost":41,"Date":"4/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":487,"Cost":244,"Date":"5/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":680,"Cost":512,"Date":"5/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":961,"Cost":680,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":820,"Cost":516,"Date":"6/2/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":630,"Cost":502,"Date":"6/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":839,"Cost":517,"Date":"6/16/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":74,"Cost":67,"Date":"6/16/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":569,"Cost":501,"Date":"7/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":217,"Cost":169,"Date":"7/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":292,"Cost":154,"Date":"8/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":298,"Cost":233,"Date":"8/29/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":2,"Cost":1,"Date":"8/31/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":751,"Cost":646,"Date":"9/8/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":841,"Cost":560,"Date":"9/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":854,"Cost":587,"Date":"9/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":60,"Cost":52,"Date":"9/19/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":219,"Cost":152,"Date":"9/25/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":396,"Cost":286,"Date":"10/4/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":115,"Cost":64,"Date":"10/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":758,"Cost":627,"Date":"10/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":252,"Cost":213,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":459,"Cost":409,"Date":"10/30/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":774,"Cost":552,"Date":"11/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":24,"Cost":12,"Date":"11/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":677,"Cost":588,"Date":"11/25/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":127,"Cost":119,"Date":"1/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":103,"Cost":87,"Date":"1/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":658,"Cost":577,"Date":"1/20/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":582,"Cost":479,"Date":"2/8/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":223,"Cost":149,"Date":"2/25/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":788,"Cost":475,"Date":"3/7/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":182,"Cost":129,"Date":"3/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":943,"Cost":564,"Date":"3/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":226,"Cost":161,"Date":"4/5/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":132,"Cost":114,"Date":"4/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":130,"Cost":118,"Date":"5/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":555,"Cost":418,"Date":"5/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":134,"Cost":86,"Date":"5/15/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":47,"Cost":31,"Date":"5/25/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":994,"Cost":758,"Date":"5/26/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":912,"Cost":509,"Date":"5/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":628,"Cost":449,"Date":"7/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":174,"Cost":141,"Date":"9/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":868,"Cost":773,"Date":"10/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":297,"Cost":229,"Date":"10/8/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":768,"Cost":604,"Date":"10/26/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":749,"Cost":405,"Date":"11/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":319,"Cost":296,"Date":"11/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":28,"Cost":22,"Date":"12/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":770,"Cost":519,"Date":"2/9/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":841,"Cost":692,"Date":"2/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":286,"Cost":169,"Date":"3/10/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":441,"Cost":331,"Date":"3/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":739,"Cost":578,"Date":"3/18/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":785,"Cost":649,"Date":"3/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":210,"Cost":125,"Date":"3/26/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":333,"Cost":209,"Date":"6/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":252,"Cost":166,"Date":"6/10/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":185,"Cost":163,"Date":"6/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":807,"Cost":432,"Date":"6/25/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":132,"Cost":103,"Date":"7/19/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":473,"Cost":388,"Date":"7/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":926,"Cost":575,"Date":"7/25/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":194,"Cost":115,"Date":"8/4/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":575,"Cost":319,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":479,"Cost":419,"Date":"9/4/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":384,"Cost":354,"Date":"9/19/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":772,"Cost":607,"Date":"9/29/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":560,"Cost":495,"Date":"10/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":932,"Cost":533,"Date":"10/15/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":543,"Cost":443,"Date":"10/30/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":722,"Cost":646,"Date":"11/9/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":605,"Cost":341,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":292,"Cost":177,"Date":"11/30/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":20,"Cost":12,"Date":"12/8/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":62,"Cost":40,"Date":"12/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":150,"Cost":80,"Date":"1/15/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":348,"Cost":259,"Date":"1/24/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":553,"Cost":393,"Date":"2/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":484,"Cost":391,"Date":"2/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":904,"Cost":790,"Date":"3/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":477,"Cost":363,"Date":"3/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":939,"Cost":597,"Date":"4/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":385,"Cost":273,"Date":"5/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":517,"Cost":283,"Date":"5/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":820,"Cost":755,"Date":"6/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":373,"Cost":326,"Date":"6/26/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":749,"Cost":600,"Date":"7/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":188,"Cost":114,"Date":"7/13/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":709,"Cost":547,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":352,"Cost":227,"Date":"8/26/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":669,"Cost":499,"Date":"9/2/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":619,"Cost":441,"Date":"9/29/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":366,"Cost":191,"Date":"10/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":578,"Cost":326,"Date":"11/2/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":78,"Cost":45,"Date":"11/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":454,"Cost":379,"Date":"11/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":408,"Cost":246,"Date":"12/1/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":918,"Cost":823,"Date":"12/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":509,"Cost":382,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":427,"Cost":345,"Date":"12/18/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":670,"Cost":619,"Date":"12/20/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":653,"Cost":502,"Date":"12/20/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":599,"Cost":349,"Date":"12/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":131,"Cost":120,"Date":"1/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":775,"Cost":627,"Date":"2/5/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":775,"Cost":506,"Date":"2/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":995,"Cost":787,"Date":"2/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":563,"Cost":325,"Date":"2/18/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":258,"Cost":228,"Date":"2/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":2,"Cost":2,"Date":"2/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":810,"Cost":584,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":992,"Cost":914,"Date":"4/2/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":419,"Cost":295,"Date":"4/3/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":250,"Cost":205,"Date":"4/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":295,"Cost":202,"Date":"4/10/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":845,"Cost":738,"Date":"4/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":408,"Cost":388,"Date":"5/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":759,"Cost":529,"Date":"5/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":919,"Cost":699,"Date":"6/20/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":806,"Cost":523,"Date":"7/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":725,"Cost":378,"Date":"7/4/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":439,"Cost":352,"Date":"7/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":760,"Cost":519,"Date":"7/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":22,"Cost":11,"Date":"7/14/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":665,"Cost":422,"Date":"7/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":426,"Cost":368,"Date":"8/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":832,"Cost":673,"Date":"8/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":255,"Cost":166,"Date":"8/7/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":942,"Cost":840,"Date":"8/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":6,"Cost":5,"Date":"8/31/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":148,"Cost":90,"Date":"9/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":125,"Cost":103,"Date":"9/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":35,"Cost":24,"Date":"9/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":175,"Cost":134,"Date":"9/29/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":51,"Cost":30,"Date":"11/7/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":706,"Cost":466,"Date":"11/26/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":399,"Cost":333,"Date":"11/27/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":850,"Cost":669,"Date":"12/5/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":663,"Cost":465,"Date":"12/26/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":852,"Cost":749,"Date":"12/31/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":274,"Cost":245,"Date":"1/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":978,"Cost":785,"Date":"2/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":637,"Cost":557,"Date":"2/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":816,"Cost":437,"Date":"2/27/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":506,"Cost":287,"Date":"3/1/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":290,"Cost":149,"Date":"3/1/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":229,"Cost":120,"Date":"3/19/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":213,"Cost":172,"Date":"3/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":668,"Cost":486,"Date":"5/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":244,"Cost":137,"Date":"7/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":649,"Cost":413,"Date":"8/5/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":833,"Cost":770,"Date":"8/12/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":20,"Cost":14,"Date":"8/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":534,"Cost":315,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":883,"Cost":463,"Date":"9/3/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":448,"Cost":324,"Date":"9/5/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":563,"Cost":318,"Date":"10/6/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":976,"Cost":685,"Date":"10/19/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":365,"Cost":240,"Date":"11/15/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":875,"Cost":787,"Date":"12/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":253,"Cost":217,"Date":"1/8/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":836,"Cost":720,"Date":"1/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":388,"Cost":210,"Date":"1/19/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":589,"Cost":417,"Date":"1/28/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":895,"Cost":664,"Date":"1/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":963,"Cost":913,"Date":"3/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":879,"Cost":501,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":201,"Cost":136,"Date":"4/24/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":596,"Cost":543,"Date":"4/28/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":503,"Cost":265,"Date":"5/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":404,"Cost":264,"Date":"5/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":194,"Cost":135,"Date":"5/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":635,"Cost":491,"Date":"6/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":126,"Cost":98,"Date":"6/3/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":540,"Cost":281,"Date":"6/5/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":673,"Cost":340,"Date":"6/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":929,"Cost":754,"Date":"6/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":388,"Cost":277,"Date":"6/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":394,"Cost":362,"Date":"6/24/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":174,"Cost":93,"Date":"7/4/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":973,"Cost":527,"Date":"7/9/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":792,"Cost":713,"Date":"7/12/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":492,"Cost":407,"Date":"8/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":210,"Cost":112,"Date":"8/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":137,"Cost":113,"Date":"8/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":813,"Cost":455,"Date":"9/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":847,"Cost":731,"Date":"9/3/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":784,"Cost":683,"Date":"9/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":367,"Cost":281,"Date":"10/4/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":165,"Cost":143,"Date":"11/1/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":586,"Cost":506,"Date":"11/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":754,"Cost":632,"Date":"12/17/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":147,"Cost":92,"Date":"2/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":792,"Cost":632,"Date":"2/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":646,"Cost":531,"Date":"3/4/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":63,"Cost":36,"Date":"3/9/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":898,"Cost":664,"Date":"3/9/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":101,"Cost":57,"Date":"3/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":557,"Cost":476,"Date":"3/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":480,"Cost":359,"Date":"3/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":196,"Cost":107,"Date":"3/23/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":172,"Cost":92,"Date":"4/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":405,"Cost":247,"Date":"5/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":563,"Cost":518,"Date":"5/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":55,"Cost":43,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":430,"Cost":224,"Date":"6/2/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":704,"Cost":392,"Date":"6/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":188,"Cost":150,"Date":"6/16/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":799,"Cost":576,"Date":"6/16/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":790,"Cost":614,"Date":"7/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":651,"Cost":458,"Date":"7/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":400,"Cost":332,"Date":"8/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":418,"Cost":255,"Date":"8/29/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":478,"Cost":252,"Date":"8/31/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":744,"Cost":438,"Date":"9/8/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":348,"Cost":252,"Date":"9/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":600,"Cost":468,"Date":"9/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":416,"Cost":213,"Date":"9/19/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":699,"Cost":664,"Date":"9/25/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":683,"Cost":417,"Date":"10/4/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":659,"Cost":343,"Date":"10/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":478,"Cost":352,"Date":"10/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":385,"Cost":192,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":117,"Cost":77,"Date":"10/30/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":725,"Cost":523,"Date":"11/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":225,"Cost":163,"Date":"11/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":853,"Cost":472,"Date":"11/25/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":47,"Cost":23,"Date":"1/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":918,"Cost":679,"Date":"1/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":781,"Cost":436,"Date":"1/20/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":434,"Cost":227,"Date":"2/8/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":110,"Cost":66,"Date":"2/25/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":457,"Cost":246,"Date":"3/7/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":659,"Cost":579,"Date":"3/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":571,"Cost":364,"Date":"3/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":764,"Cost":673,"Date":"4/5/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":170,"Cost":107,"Date":"4/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":908,"Cost":655,"Date":"5/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":337,"Cost":234,"Date":"5/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":47,"Cost":34,"Date":"5/15/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":54,"Cost":42,"Date":"5/25/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":997,"Cost":940,"Date":"5/26/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":243,"Cost":162,"Date":"5/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":755,"Cost":658,"Date":"7/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":732,"Cost":566,"Date":"9/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":936,"Cost":700,"Date":"10/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":890,"Cost":587,"Date":"10/8/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":658,"Cost":343,"Date":"10/26/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":186,"Cost":110,"Date":"11/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":948,"Cost":661,"Date":"11/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"ARKET","Country":"USA","Sale":580,"Cost":332,"Date":"12/1/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":50,"Cost":27,"Date":"2/9/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":396,"Cost":288,"Date":"2/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":43,"Cost":28,"Date":"3/10/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":513,"Cost":398,"Date":"3/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":943,"Cost":491,"Date":"3/18/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":748,"Cost":601,"Date":"3/20/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":413,"Cost":332,"Date":"3/26/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":182,"Cost":110,"Date":"6/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":280,"Cost":223,"Date":"6/10/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":411,"Cost":267,"Date":"6/16/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":306,"Cost":232,"Date":"6/25/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":437,"Cost":313,"Date":"7/19/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":526,"Cost":461,"Date":"7/21/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":315,"Cost":282,"Date":"7/25/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":991,"Cost":851,"Date":"8/4/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":952,"Cost":821,"Date":"9/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":433,"Cost":246,"Date":"9/4/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":642,"Cost":411,"Date":"9/19/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":903,"Cost":555,"Date":"9/29/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":732,"Cost":371,"Date":"10/2/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":527,"Cost":274,"Date":"10/15/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":956,"Cost":717,"Date":"10/30/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":392,"Cost":298,"Date":"11/9/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":375,"Cost":236,"Date":"11/23/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":858,"Cost":701,"Date":"11/30/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":596,"Cost":365,"Date":"12/8/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":535,"Cost":481,"Date":"12/11/2018"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":925,"Cost":639,"Date":"1/15/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":227,"Cost":214,"Date":"1/24/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":152,"Cost":136,"Date":"2/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":296,"Cost":154,"Date":"2/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":398,"Cost":298,"Date":"3/9/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":426,"Cost":348,"Date":"3/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":223,"Cost":197,"Date":"4/19/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":209,"Cost":151,"Date":"5/3/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":233,"Cost":125,"Date":"5/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":832,"Cost":456,"Date":"6/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":358,"Cost":250,"Date":"6/26/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":341,"Cost":241,"Date":"7/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":653,"Cost":541,"Date":"7/13/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":354,"Cost":307,"Date":"8/8/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":300,"Cost":185,"Date":"8/26/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":974,"Cost":582,"Date":"9/2/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":115,"Cost":80,"Date":"9/29/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":266,"Cost":242,"Date":"10/12/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":869,"Cost":461,"Date":"11/2/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":205,"Cost":138,"Date":"11/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":477,"Cost":314,"Date":"11/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":699,"Cost":481,"Date":"12/1/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":712,"Cost":649,"Date":"12/4/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":105,"Cost":79,"Date":"12/7/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":989,"Cost":648,"Date":"12/18/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":194,"Cost":174,"Date":"12/20/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":557,"Cost":341,"Date":"12/20/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":22,"Cost":15,"Date":"12/21/2019"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":714,"Cost":594,"Date":"1/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":525,"Cost":447,"Date":"2/5/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":438,"Cost":415,"Date":"2/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":116,"Cost":101,"Date":"2/16/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":270,"Cost":211,"Date":"2/18/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":186,"Cost":145,"Date":"2/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":987,"Cost":776,"Date":"2/25/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":904,"Cost":704,"Date":"3/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":277,"Cost":202,"Date":"4/2/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":281,"Cost":225,"Date":"4/3/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":828,"Cost":766,"Date":"4/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":330,"Cost":259,"Date":"4/10/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":686,"Cost":628,"Date":"4/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":830,"Cost":600,"Date":"5/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":865,"Cost":579,"Date":"5/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":332,"Cost":245,"Date":"6/20/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":736,"Cost":661,"Date":"7/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":301,"Cost":205,"Date":"7/4/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":79,"Cost":71,"Date":"7/8/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":172,"Cost":94,"Date":"7/9/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":724,"Cost":557,"Date":"7/14/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":746,"Cost":415,"Date":"7/19/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":466,"Cost":358,"Date":"8/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":934,"Cost":716,"Date":"8/6/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":142,"Cost":80,"Date":"8/7/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":857,"Cost":524,"Date":"8/22/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":684,"Cost":592,"Date":"8/31/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":124,"Cost":93,"Date":"9/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":365,"Cost":330,"Date":"9/1/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":792,"Cost":446,"Date":"9/17/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":265,"Cost":179,"Date":"9/29/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":136,"Cost":111,"Date":"11/7/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":257,"Cost":138,"Date":"11/26/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":399,"Cost":254,"Date":"11/27/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":418,"Cost":379,"Date":"12/5/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":377,"Cost":287,"Date":"12/26/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":289,"Cost":174,"Date":"12/31/2020"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":14,"Cost":7,"Date":"1/20/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":582,"Cost":363,"Date":"2/2/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":873,"Cost":818,"Date":"2/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":915,"Cost":633,"Date":"2/27/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":47,"Cost":40,"Date":"3/1/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":659,"Cost":499,"Date":"3/1/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":585,"Cost":520,"Date":"3/19/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":423,"Cost":267,"Date":"3/28/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":850,"Cost":456,"Date":"5/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":961,"Cost":902,"Date":"7/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":214,"Cost":201,"Date":"8/5/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":748,"Cost":411,"Date":"8/12/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":707,"Cost":358,"Date":"8/21/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":289,"Cost":190,"Date":"8/23/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":629,"Cost":472,"Date":"9/3/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":190,"Cost":123,"Date":"9/5/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":402,"Cost":254,"Date":"10/6/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":118,"Cost":102,"Date":"10/19/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":727,"Cost":467,"Date":"11/15/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":657,"Cost":545,"Date":"12/8/2021"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":537,"Cost":412,"Date":"1/8/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":137,"Cost":80,"Date":"1/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":46,"Cost":23,"Date":"1/19/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":881,"Cost":644,"Date":"1/28/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":108,"Cost":89,"Date":"1/31/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":153,"Cost":124,"Date":"3/27/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":311,"Cost":288,"Date":"4/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":669,"Cost":440,"Date":"4/24/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":539,"Cost":464,"Date":"4/28/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":937,"Cost":605,"Date":"5/15/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":625,"Cost":521,"Date":"5/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":570,"Cost":351,"Date":"5/18/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":112,"Cost":84,"Date":"6/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":258,"Cost":182,"Date":"6/3/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":184,"Cost":105,"Date":"6/5/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":522,"Cost":364,"Date":"6/7/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":871,"Cost":616,"Date":"6/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":171,"Cost":106,"Date":"6/20/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":698,"Cost":376,"Date":"6/24/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":496,"Cost":369,"Date":"7/4/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":470,"Cost":239,"Date":"7/9/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":775,"Cost":493,"Date":"7/12/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":474,"Cost":306,"Date":"8/14/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":832,"Cost":557,"Date":"8/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":972,"Cost":537,"Date":"8/23/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":343,"Cost":215,"Date":"9/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":211,"Cost":172,"Date":"9/3/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":786,"Cost":599,"Date":"9/16/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":7,"Cost":6,"Date":"10/4/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":537,"Cost":309,"Date":"11/1/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":254,"Cost":172,"Date":"11/2/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":676,"Cost":641,"Date":"12/17/2022"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":283,"Cost":267,"Date":"2/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":909,"Cost":524,"Date":"2/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":647,"Cost":473,"Date":"3/4/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":239,"Cost":138,"Date":"3/9/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":385,"Cost":319,"Date":"3/9/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":677,"Cost":495,"Date":"3/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":33,"Cost":31,"Date":"3/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":901,"Cost":610,"Date":"3/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":751,"Cost":549,"Date":"3/23/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":664,"Cost":454,"Date":"4/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":549,"Cost":429,"Date":"5/7/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":237,"Cost":217,"Date":"5/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":373,"Cost":277,"Date":"5/20/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":171,"Cost":147,"Date":"6/2/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":54,"Cost":49,"Date":"6/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":982,"Cost":841,"Date":"6/16/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":943,"Cost":562,"Date":"6/16/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":89,"Cost":55,"Date":"7/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":437,"Cost":275,"Date":"7/11/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":139,"Cost":111,"Date":"8/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":952,"Cost":661,"Date":"8/29/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":965,"Cost":599,"Date":"8/31/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":671,"Cost":414,"Date":"9/8/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":917,"Cost":696,"Date":"9/13/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":760,"Cost":460,"Date":"9/14/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":286,"Cost":155,"Date":"9/19/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":833,"Cost":476,"Date":"9/25/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":914,"Cost":822,"Date":"10/4/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":354,"Cost":194,"Date":"10/10/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":226,"Cost":151,"Date":"10/17/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":685,"Cost":522,"Date":"10/28/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":780,"Cost":695,"Date":"10/30/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":847,"Cost":756,"Date":"11/1/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":397,"Cost":220,"Date":"11/15/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":295,"Cost":269,"Date":"11/25/2023"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":144,"Cost":123,"Date":"1/10/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":679,"Cost":554,"Date":"1/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":759,"Cost":405,"Date":"1/20/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":917,"Cost":589,"Date":"2/8/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":309,"Cost":260,"Date":"2/25/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":217,"Cost":196,"Date":"3/7/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":120,"Cost":85,"Date":"3/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":616,"Cost":417,"Date":"3/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":186,"Cost":95,"Date":"4/5/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":256,"Cost":219,"Date":"4/14/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":861,"Cost":683,"Date":"5/3/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":283,"Cost":167,"Date":"5/9/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":522,"Cost":386,"Date":"5/15/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":881,"Cost":536,"Date":"5/25/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":933,"Cost":710,"Date":"5/26/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":630,"Cost":432,"Date":"5/31/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":282,"Cost":229,"Date":"7/27/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":921,"Cost":742,"Date":"9/17/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":983,"Cost":728,"Date":"10/6/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":414,"Cost":297,"Date":"10/8/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":982,"Cost":542,"Date":"10/26/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":694,"Cost":385,"Date":"11/16/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":46,"Cost":37,"Date":"11/18/2024"},{"Store":"Westfield Valley Fair, Santa Clara, CA","Brand":"COS","Country":"USA","Sale":784,"Cost":742,"Date":"12/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":785,"Cost":448,"Date":"2/9/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":193,"Cost":106,"Date":"2/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":259,"Cost":154,"Date":"3/10/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":201,"Cost":105,"Date":"3/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":19,"Cost":17,"Date":"3/18/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":470,"Cost":266,"Date":"3/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":426,"Cost":379,"Date":"3/26/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":614,"Cost":408,"Date":"6/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":937,"Cost":655,"Date":"6/10/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":494,"Cost":269,"Date":"6/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":55,"Cost":50,"Date":"6/25/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":543,"Date":"7/19/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":470,"Cost":358,"Date":"7/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":180,"Cost":160,"Date":"7/25/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":3,"Date":"8/4/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":311,"Cost":255,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":798,"Cost":471,"Date":"9/4/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":205,"Cost":149,"Date":"9/19/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":732,"Cost":380,"Date":"9/29/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":757,"Cost":689,"Date":"10/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":896,"Cost":459,"Date":"10/15/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":167,"Cost":123,"Date":"10/30/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":267,"Cost":187,"Date":"11/9/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":969,"Cost":735,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":901,"Cost":780,"Date":"11/30/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":981,"Cost":853,"Date":"12/8/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":901,"Cost":518,"Date":"12/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":49,"Cost":40,"Date":"1/15/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":547,"Cost":367,"Date":"1/24/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":332,"Cost":242,"Date":"2/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":364,"Cost":216,"Date":"2/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":274,"Cost":227,"Date":"3/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":148,"Cost":127,"Date":"3/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":542,"Cost":292,"Date":"4/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":858,"Cost":646,"Date":"5/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":887,"Cost":542,"Date":"5/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":878,"Cost":704,"Date":"6/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":790,"Cost":749,"Date":"6/26/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":295,"Cost":215,"Date":"7/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":40,"Cost":34,"Date":"7/13/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":648,"Cost":334,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":430,"Cost":354,"Date":"8/26/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":802,"Cost":611,"Date":"9/2/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":155,"Cost":102,"Date":"9/29/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":402,"Cost":377,"Date":"10/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":206,"Cost":104,"Date":"11/2/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":52,"Cost":39,"Date":"11/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":836,"Cost":743,"Date":"11/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":838,"Cost":676,"Date":"12/1/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":7,"Cost":5,"Date":"12/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":330,"Cost":234,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":665,"Date":"12/18/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":931,"Cost":792,"Date":"12/20/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":154,"Cost":87,"Date":"12/20/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":230,"Cost":179,"Date":"12/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":857,"Cost":760,"Date":"1/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":931,"Cost":710,"Date":"2/5/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":349,"Cost":251,"Date":"2/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":27,"Cost":18,"Date":"2/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":151,"Cost":122,"Date":"2/18/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":790,"Cost":636,"Date":"2/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":345,"Cost":317,"Date":"2/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":519,"Cost":411,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":9,"Cost":6,"Date":"4/2/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":448,"Cost":260,"Date":"4/3/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":593,"Cost":480,"Date":"4/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":151,"Cost":144,"Date":"4/10/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":452,"Cost":380,"Date":"4/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":653,"Cost":611,"Date":"5/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":488,"Cost":372,"Date":"5/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":807,"Cost":594,"Date":"6/20/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":501,"Cost":349,"Date":"7/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":852,"Cost":568,"Date":"7/4/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":671,"Cost":450,"Date":"7/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":967,"Cost":726,"Date":"7/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":565,"Date":"7/14/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":196,"Cost":164,"Date":"7/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":347,"Cost":240,"Date":"8/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":829,"Cost":598,"Date":"8/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":968,"Cost":648,"Date":"8/7/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":259,"Cost":181,"Date":"8/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":186,"Cost":139,"Date":"8/31/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":696,"Cost":468,"Date":"9/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":821,"Cost":424,"Date":"9/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":770,"Cost":588,"Date":"9/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":780,"Cost":465,"Date":"9/29/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":603,"Cost":572,"Date":"11/7/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":71,"Cost":54,"Date":"11/26/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":344,"Date":"11/27/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":203,"Cost":189,"Date":"12/5/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":318,"Cost":162,"Date":"12/26/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":626,"Cost":398,"Date":"12/31/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":702,"Cost":458,"Date":"1/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":948,"Cost":675,"Date":"2/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":397,"Cost":285,"Date":"2/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":824,"Cost":603,"Date":"2/27/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":459,"Cost":249,"Date":"3/1/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":565,"Cost":506,"Date":"3/1/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":978,"Cost":611,"Date":"3/19/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":730,"Cost":367,"Date":"3/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":914,"Cost":464,"Date":"5/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":99,"Cost":74,"Date":"7/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":762,"Cost":445,"Date":"8/5/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":729,"Cost":632,"Date":"8/12/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":191,"Cost":137,"Date":"8/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":205,"Cost":193,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":849,"Cost":716,"Date":"9/3/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":51,"Cost":35,"Date":"9/5/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":585,"Cost":391,"Date":"10/6/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":206,"Cost":148,"Date":"10/19/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":146,"Cost":133,"Date":"11/15/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":562,"Cost":351,"Date":"12/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":530,"Cost":285,"Date":"1/8/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":172,"Cost":134,"Date":"1/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":584,"Cost":307,"Date":"1/19/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":680,"Cost":596,"Date":"1/28/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":896,"Cost":461,"Date":"1/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":664,"Cost":455,"Date":"3/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":630,"Cost":434,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":890,"Cost":782,"Date":"4/24/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":742,"Cost":388,"Date":"4/28/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":453,"Cost":422,"Date":"5/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":466,"Cost":337,"Date":"5/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":815,"Cost":749,"Date":"5/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":904,"Cost":578,"Date":"6/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":230,"Cost":214,"Date":"6/3/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":515,"Cost":266,"Date":"6/5/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":984,"Cost":671,"Date":"6/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":70,"Cost":49,"Date":"6/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":96,"Cost":68,"Date":"6/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":143,"Cost":130,"Date":"6/24/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":340,"Cost":198,"Date":"7/4/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":763,"Cost":708,"Date":"7/9/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":268,"Cost":208,"Date":"7/12/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":867,"Cost":519,"Date":"8/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":822,"Cost":724,"Date":"8/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":827,"Cost":730,"Date":"8/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":626,"Cost":534,"Date":"9/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":243,"Cost":167,"Date":"9/3/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":74,"Cost":59,"Date":"9/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":454,"Cost":375,"Date":"10/4/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":357,"Cost":301,"Date":"11/1/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":384,"Cost":210,"Date":"11/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":820,"Cost":708,"Date":"12/17/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":486,"Cost":413,"Date":"2/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":483,"Cost":269,"Date":"2/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":504,"Cost":255,"Date":"3/4/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":236,"Cost":212,"Date":"3/9/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":917,"Cost":756,"Date":"3/9/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":591,"Cost":414,"Date":"3/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":31,"Cost":17,"Date":"3/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":381,"Cost":248,"Date":"3/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":988,"Cost":632,"Date":"3/23/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":346,"Cost":175,"Date":"4/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":277,"Cost":260,"Date":"5/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":838,"Cost":516,"Date":"5/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":758,"Cost":658,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":341,"Cost":183,"Date":"6/2/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":760,"Cost":675,"Date":"6/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":851,"Cost":541,"Date":"6/16/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":311,"Cost":277,"Date":"6/16/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":786,"Cost":643,"Date":"7/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":262,"Cost":232,"Date":"7/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":906,"Cost":569,"Date":"8/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":3,"Cost":2,"Date":"8/29/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":841,"Cost":693,"Date":"8/31/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":57,"Cost":32,"Date":"9/8/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":34,"Cost":28,"Date":"9/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":320,"Cost":215,"Date":"9/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":234,"Cost":142,"Date":"9/19/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":890,"Cost":846,"Date":"9/25/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":591,"Cost":427,"Date":"10/4/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":477,"Cost":322,"Date":"10/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":977,"Cost":622,"Date":"10/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":563,"Cost":479,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":142,"Cost":130,"Date":"10/30/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":658,"Cost":590,"Date":"11/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":657,"Cost":428,"Date":"11/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":355,"Cost":230,"Date":"11/25/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":80,"Cost":42,"Date":"1/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":328,"Cost":179,"Date":"1/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":423,"Cost":299,"Date":"1/20/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":608,"Cost":333,"Date":"2/8/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":569,"Cost":448,"Date":"2/25/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":152,"Cost":102,"Date":"3/7/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":69,"Cost":50,"Date":"3/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":949,"Cost":855,"Date":"3/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":148,"Cost":81,"Date":"4/5/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":601,"Cost":331,"Date":"4/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":907,"Cost":811,"Date":"5/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":814,"Cost":774,"Date":"5/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":247,"Cost":195,"Date":"5/15/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":397,"Cost":231,"Date":"5/25/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":625,"Cost":376,"Date":"5/26/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":178,"Cost":93,"Date":"5/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":5,"Date":"7/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":333,"Cost":224,"Date":"9/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":827,"Cost":695,"Date":"10/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":607,"Cost":513,"Date":"10/8/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":38,"Cost":29,"Date":"10/26/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":521,"Cost":286,"Date":"11/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":654,"Cost":581,"Date":"11/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":492,"Cost":384,"Date":"12/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":494,"Cost":265,"Date":"2/9/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":675,"Cost":433,"Date":"2/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":913,"Cost":471,"Date":"3/10/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":314,"Cost":295,"Date":"3/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":240,"Cost":180,"Date":"3/18/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":464,"Cost":245,"Date":"3/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":5,"Cost":5,"Date":"3/26/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":701,"Cost":510,"Date":"6/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":235,"Cost":222,"Date":"6/10/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":248,"Cost":218,"Date":"6/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":651,"Cost":474,"Date":"6/25/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":106,"Cost":85,"Date":"7/19/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":87,"Cost":47,"Date":"7/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":16,"Cost":11,"Date":"7/25/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":75,"Cost":44,"Date":"8/4/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":895,"Cost":456,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":246,"Cost":225,"Date":"9/4/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":665,"Cost":607,"Date":"9/19/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":206,"Cost":191,"Date":"9/29/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":430,"Cost":262,"Date":"10/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":949,"Cost":694,"Date":"10/15/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":293,"Cost":223,"Date":"10/30/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":197,"Date":"11/9/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":395,"Cost":373,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":78,"Cost":43,"Date":"11/30/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":19,"Cost":9,"Date":"12/8/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":811,"Cost":570,"Date":"12/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":401,"Cost":283,"Date":"1/15/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":940,"Cost":540,"Date":"1/24/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":660,"Cost":388,"Date":"2/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":536,"Cost":296,"Date":"2/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":89,"Cost":84,"Date":"3/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":39,"Cost":35,"Date":"3/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":424,"Cost":220,"Date":"4/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":857,"Cost":508,"Date":"5/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":324,"Cost":251,"Date":"5/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":553,"Cost":339,"Date":"6/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":738,"Cost":451,"Date":"6/26/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":78,"Cost":52,"Date":"7/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":22,"Cost":12,"Date":"7/13/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":835,"Cost":613,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":571,"Cost":348,"Date":"8/26/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":471,"Cost":402,"Date":"9/2/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":312,"Cost":215,"Date":"9/29/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":25,"Cost":18,"Date":"10/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":903,"Cost":641,"Date":"11/2/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":52,"Cost":31,"Date":"11/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":6,"Cost":4,"Date":"11/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":614,"Cost":522,"Date":"12/1/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":634,"Cost":547,"Date":"12/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":967,"Cost":563,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":19,"Cost":18,"Date":"12/18/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":310,"Cost":204,"Date":"12/20/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":248,"Cost":149,"Date":"12/20/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":297,"Cost":250,"Date":"12/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":208,"Cost":138,"Date":"1/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":222,"Cost":175,"Date":"2/5/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":34,"Date":"2/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":306,"Cost":215,"Date":"2/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":78,"Cost":55,"Date":"2/18/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":908,"Cost":585,"Date":"2/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":352,"Cost":301,"Date":"2/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":567,"Cost":354,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":145,"Cost":113,"Date":"4/2/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":846,"Cost":781,"Date":"4/3/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":703,"Cost":471,"Date":"4/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":653,"Cost":522,"Date":"4/10/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":448,"Cost":312,"Date":"4/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":82,"Cost":72,"Date":"5/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":505,"Cost":406,"Date":"5/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":416,"Cost":305,"Date":"6/20/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":338,"Cost":299,"Date":"7/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":150,"Cost":114,"Date":"7/4/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":523,"Cost":418,"Date":"7/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":471,"Cost":380,"Date":"7/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":203,"Cost":135,"Date":"7/14/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":383,"Cost":291,"Date":"7/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":367,"Cost":260,"Date":"8/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":393,"Date":"8/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":118,"Cost":73,"Date":"8/7/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":499,"Cost":371,"Date":"8/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":423,"Cost":232,"Date":"8/31/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":138,"Cost":88,"Date":"9/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":718,"Cost":546,"Date":"9/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":439,"Cost":384,"Date":"9/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":986,"Cost":910,"Date":"9/29/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":801,"Cost":409,"Date":"11/7/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":771,"Cost":533,"Date":"11/26/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":400,"Cost":290,"Date":"11/27/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":917,"Cost":641,"Date":"12/5/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":421,"Cost":216,"Date":"12/26/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":621,"Cost":478,"Date":"12/31/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":610,"Cost":467,"Date":"1/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":379,"Cost":213,"Date":"2/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":844,"Cost":581,"Date":"2/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":938,"Cost":784,"Date":"2/27/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":780,"Cost":522,"Date":"3/1/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":140,"Cost":83,"Date":"3/1/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":118,"Cost":82,"Date":"3/19/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":492,"Cost":431,"Date":"3/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":502,"Cost":435,"Date":"5/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":992,"Cost":746,"Date":"7/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":241,"Cost":129,"Date":"8/5/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":484,"Cost":318,"Date":"8/12/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":151,"Cost":80,"Date":"8/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":601,"Cost":348,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":954,"Cost":758,"Date":"9/3/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":913,"Cost":617,"Date":"9/5/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":444,"Cost":224,"Date":"10/6/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":231,"Cost":152,"Date":"10/19/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":882,"Cost":677,"Date":"11/15/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":889,"Cost":532,"Date":"12/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":459,"Cost":349,"Date":"1/8/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":282,"Cost":268,"Date":"1/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":718,"Cost":477,"Date":"1/19/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":903,"Cost":817,"Date":"1/28/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":41,"Cost":30,"Date":"1/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":900,"Cost":466,"Date":"3/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":667,"Cost":619,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":447,"Cost":262,"Date":"4/24/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":881,"Cost":694,"Date":"4/28/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":236,"Cost":134,"Date":"5/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":844,"Cost":684,"Date":"5/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":497,"Cost":249,"Date":"5/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":779,"Cost":492,"Date":"6/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":643,"Cost":481,"Date":"6/3/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":301,"Cost":231,"Date":"6/5/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":356,"Cost":237,"Date":"6/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":387,"Cost":301,"Date":"6/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":659,"Cost":491,"Date":"6/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":610,"Cost":521,"Date":"6/24/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":326,"Cost":269,"Date":"7/4/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":693,"Cost":485,"Date":"7/9/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":247,"Cost":223,"Date":"7/12/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":139,"Cost":96,"Date":"8/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":778,"Cost":644,"Date":"8/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":260,"Cost":239,"Date":"8/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":923,"Cost":619,"Date":"9/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":896,"Cost":515,"Date":"9/3/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":505,"Cost":293,"Date":"9/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":249,"Cost":181,"Date":"10/4/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":580,"Cost":537,"Date":"11/1/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":269,"Cost":163,"Date":"11/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":393,"Cost":329,"Date":"12/17/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":613,"Cost":467,"Date":"2/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":566,"Cost":503,"Date":"2/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":701,"Cost":639,"Date":"3/4/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":363,"Cost":215,"Date":"3/9/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":146,"Cost":76,"Date":"3/9/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":105,"Cost":68,"Date":"3/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":181,"Cost":136,"Date":"3/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":266,"Cost":168,"Date":"3/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":339,"Cost":319,"Date":"3/23/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":189,"Cost":133,"Date":"4/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":345,"Cost":230,"Date":"5/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":665,"Cost":583,"Date":"5/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":374,"Cost":293,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":671,"Cost":564,"Date":"6/2/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":176,"Cost":127,"Date":"6/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":128,"Cost":67,"Date":"6/16/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":373,"Cost":340,"Date":"6/16/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":328,"Cost":228,"Date":"7/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":682,"Cost":383,"Date":"7/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":500,"Cost":301,"Date":"8/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":221,"Cost":147,"Date":"8/29/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":713,"Cost":399,"Date":"8/31/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":190,"Cost":156,"Date":"9/8/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":458,"Cost":412,"Date":"9/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":521,"Date":"9/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":251,"Cost":144,"Date":"9/19/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":860,"Cost":738,"Date":"9/25/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":398,"Cost":329,"Date":"10/4/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":835,"Cost":507,"Date":"10/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":469,"Cost":440,"Date":"10/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":677,"Cost":531,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":989,"Cost":894,"Date":"10/30/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":559,"Cost":371,"Date":"11/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":460,"Cost":392,"Date":"11/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":620,"Cost":537,"Date":"11/25/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":62,"Cost":56,"Date":"1/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":339,"Cost":304,"Date":"1/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":637,"Cost":455,"Date":"1/20/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":794,"Cost":556,"Date":"2/8/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":847,"Cost":616,"Date":"2/25/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":759,"Cost":489,"Date":"3/7/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":653,"Cost":587,"Date":"3/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":326,"Cost":211,"Date":"3/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":628,"Cost":432,"Date":"4/5/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":240,"Date":"4/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":261,"Cost":153,"Date":"5/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":931,"Cost":606,"Date":"5/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":333,"Cost":305,"Date":"5/15/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":678,"Cost":425,"Date":"5/25/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":229,"Cost":142,"Date":"5/26/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":446,"Cost":316,"Date":"5/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":209,"Cost":183,"Date":"7/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":527,"Date":"9/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":239,"Date":"10/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":108,"Cost":100,"Date":"10/8/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":483,"Cost":453,"Date":"10/26/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":481,"Cost":299,"Date":"11/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":342,"Cost":309,"Date":"11/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"Sellpy","Country":"USA","Sale":386,"Cost":248,"Date":"12/1/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":691,"Cost":373,"Date":"2/9/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":860,"Cost":743,"Date":"2/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":860,"Cost":643,"Date":"3/10/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":283,"Cost":180,"Date":"3/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":171,"Cost":102,"Date":"3/18/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":60,"Cost":57,"Date":"3/20/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":699,"Cost":454,"Date":"3/26/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":757,"Cost":636,"Date":"6/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":616,"Cost":491,"Date":"6/10/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":626,"Cost":481,"Date":"6/16/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":978,"Cost":647,"Date":"6/25/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":280,"Cost":190,"Date":"7/19/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":265,"Cost":159,"Date":"7/21/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":612,"Cost":392,"Date":"7/25/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":879,"Cost":822,"Date":"8/4/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":335,"Cost":311,"Date":"9/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":448,"Cost":255,"Date":"9/4/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":309,"Cost":197,"Date":"9/19/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":319,"Cost":283,"Date":"9/29/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":386,"Cost":240,"Date":"10/2/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":279,"Cost":261,"Date":"10/15/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":158,"Cost":150,"Date":"10/30/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":723,"Cost":531,"Date":"11/9/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":441,"Cost":226,"Date":"11/23/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":415,"Cost":277,"Date":"11/30/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":503,"Cost":274,"Date":"12/8/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":682,"Cost":453,"Date":"12/11/2018"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":439,"Cost":338,"Date":"1/15/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":692,"Cost":396,"Date":"1/24/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":76,"Cost":64,"Date":"2/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":1000,"Cost":756,"Date":"2/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":568,"Cost":528,"Date":"3/9/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":345,"Cost":275,"Date":"3/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":677,"Cost":353,"Date":"4/19/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":146,"Cost":109,"Date":"5/3/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":403,"Cost":206,"Date":"5/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":71,"Cost":55,"Date":"6/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":21,"Cost":11,"Date":"6/26/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":533,"Cost":306,"Date":"7/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":686,"Cost":427,"Date":"7/13/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":402,"Cost":201,"Date":"8/8/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":520,"Cost":452,"Date":"8/26/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":602,"Cost":371,"Date":"9/2/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":57,"Cost":44,"Date":"9/29/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":5,"Cost":4,"Date":"10/12/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":779,"Cost":454,"Date":"11/2/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":703,"Cost":515,"Date":"11/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":113,"Cost":61,"Date":"11/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":848,"Cost":652,"Date":"12/1/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":445,"Cost":390,"Date":"12/4/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":190,"Cost":121,"Date":"12/7/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":238,"Cost":135,"Date":"12/18/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":714,"Cost":477,"Date":"12/20/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":288,"Cost":168,"Date":"12/20/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":875,"Cost":536,"Date":"12/21/2019"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":503,"Cost":262,"Date":"1/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":557,"Cost":434,"Date":"2/5/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":688,"Cost":486,"Date":"2/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":159,"Cost":95,"Date":"2/16/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":205,"Cost":143,"Date":"2/18/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":393,"Cost":245,"Date":"2/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":941,"Cost":868,"Date":"2/25/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":623,"Cost":482,"Date":"3/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":668,"Cost":353,"Date":"4/2/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":987,"Cost":902,"Date":"4/3/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":217,"Cost":152,"Date":"4/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":125,"Cost":73,"Date":"4/10/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":385,"Cost":229,"Date":"4/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":118,"Cost":104,"Date":"5/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":751,"Cost":618,"Date":"5/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":456,"Cost":423,"Date":"6/20/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":965,"Cost":824,"Date":"7/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":229,"Cost":216,"Date":"7/4/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":489,"Cost":336,"Date":"7/8/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":907,"Cost":488,"Date":"7/9/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":839,"Cost":532,"Date":"7/14/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":332,"Cost":310,"Date":"7/19/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":753,"Cost":639,"Date":"8/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":439,"Cost":344,"Date":"8/6/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":225,"Cost":141,"Date":"8/7/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":962,"Cost":838,"Date":"8/22/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":274,"Cost":255,"Date":"8/31/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":986,"Cost":585,"Date":"9/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":184,"Cost":157,"Date":"9/1/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":561,"Cost":332,"Date":"9/17/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":661,"Cost":472,"Date":"9/29/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":507,"Cost":474,"Date":"11/7/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":426,"Cost":393,"Date":"11/26/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":309,"Cost":182,"Date":"11/27/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":663,"Cost":387,"Date":"12/5/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":326,"Cost":290,"Date":"12/26/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":116,"Cost":79,"Date":"12/31/2020"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":618,"Cost":337,"Date":"1/20/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":340,"Cost":293,"Date":"2/2/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":838,"Cost":491,"Date":"2/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":789,"Cost":531,"Date":"2/27/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":182,"Cost":139,"Date":"3/1/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":382,"Cost":214,"Date":"3/1/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":416,"Cost":307,"Date":"3/19/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":357,"Cost":323,"Date":"3/28/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":681,"Cost":350,"Date":"5/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":478,"Cost":454,"Date":"7/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":871,"Cost":561,"Date":"8/5/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":533,"Cost":432,"Date":"8/12/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":615,"Cost":501,"Date":"8/21/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":144,"Cost":125,"Date":"8/23/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":270,"Cost":172,"Date":"9/3/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":206,"Cost":151,"Date":"9/5/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":776,"Cost":560,"Date":"10/6/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":910,"Cost":725,"Date":"10/19/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":366,"Cost":309,"Date":"11/15/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":76,"Cost":45,"Date":"12/8/2021"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":381,"Cost":360,"Date":"1/8/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":843,"Cost":500,"Date":"1/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":316,"Cost":298,"Date":"1/19/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":478,"Cost":374,"Date":"1/28/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":108,"Cost":59,"Date":"1/31/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":459,"Cost":352,"Date":"3/27/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":895,"Cost":636,"Date":"4/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":961,"Cost":713,"Date":"4/24/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":253,"Cost":129,"Date":"4/28/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":993,"Cost":548,"Date":"5/15/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":445,"Cost":227,"Date":"5/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":364,"Cost":340,"Date":"5/18/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":714,"Cost":545,"Date":"6/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":900,"Cost":535,"Date":"6/3/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":530,"Cost":461,"Date":"6/5/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":601,"Cost":377,"Date":"6/7/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":822,"Cost":780,"Date":"6/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":70,"Cost":49,"Date":"6/20/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":13,"Cost":8,"Date":"6/24/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":442,"Cost":252,"Date":"7/4/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":418,"Cost":254,"Date":"7/9/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":364,"Cost":233,"Date":"7/12/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":342,"Cost":198,"Date":"8/14/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":347,"Cost":320,"Date":"8/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":158,"Cost":117,"Date":"8/23/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":772,"Cost":563,"Date":"9/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":186,"Cost":93,"Date":"9/3/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":786,"Cost":563,"Date":"9/16/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":810,"Cost":522,"Date":"10/4/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":173,"Cost":164,"Date":"11/1/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":387,"Cost":355,"Date":"11/2/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":4,"Cost":4,"Date":"12/17/2022"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":532,"Cost":290,"Date":"2/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":167,"Cost":127,"Date":"2/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":699,"Cost":403,"Date":"3/4/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":761,"Cost":487,"Date":"3/9/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":929,"Cost":647,"Date":"3/9/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":128,"Cost":82,"Date":"3/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":917,"Cost":716,"Date":"3/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":764,"Cost":603,"Date":"3/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":204,"Cost":173,"Date":"3/23/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":303,"Cost":213,"Date":"4/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":859,"Cost":525,"Date":"5/7/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":770,"Cost":691,"Date":"5/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":695,"Cost":574,"Date":"5/20/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":247,"Cost":138,"Date":"6/2/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":49,"Cost":43,"Date":"6/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":403,"Cost":290,"Date":"6/16/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":860,"Cost":527,"Date":"6/16/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":176,"Cost":114,"Date":"7/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":263,"Cost":238,"Date":"7/11/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":368,"Cost":203,"Date":"8/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":182,"Cost":132,"Date":"8/29/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":838,"Cost":668,"Date":"8/31/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":515,"Cost":356,"Date":"9/8/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":276,"Cost":230,"Date":"9/13/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":592,"Cost":522,"Date":"9/14/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":23,"Cost":14,"Date":"9/19/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":301,"Cost":262,"Date":"9/25/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":951,"Cost":625,"Date":"10/4/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":78,"Cost":43,"Date":"10/10/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":248,"Cost":142,"Date":"10/17/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":225,"Cost":142,"Date":"10/28/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":749,"Cost":665,"Date":"10/30/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":793,"Cost":547,"Date":"11/1/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":228,"Cost":212,"Date":"11/15/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":356,"Cost":283,"Date":"11/25/2023"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":885,"Cost":503,"Date":"1/10/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":326,"Cost":210,"Date":"1/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":91,"Cost":46,"Date":"1/20/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":870,"Cost":787,"Date":"2/8/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":841,"Cost":758,"Date":"2/25/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":651,"Cost":568,"Date":"3/7/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":603,"Cost":407,"Date":"3/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":693,"Cost":367,"Date":"3/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":750,"Cost":424,"Date":"4/5/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":49,"Cost":29,"Date":"4/14/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":491,"Cost":394,"Date":"5/3/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":20,"Cost":11,"Date":"5/9/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":894,"Cost":612,"Date":"5/15/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":515,"Cost":448,"Date":"5/25/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":481,"Cost":250,"Date":"5/26/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":946,"Cost":652,"Date":"5/31/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":946,"Cost":876,"Date":"7/27/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":932,"Cost":532,"Date":"9/17/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":601,"Cost":349,"Date":"10/6/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":286,"Cost":168,"Date":"10/8/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":264,"Cost":158,"Date":"10/26/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":975,"Cost":826,"Date":"11/16/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":845,"Cost":748,"Date":"11/18/2024"},{"Store":"Tysons Corner Center, McLean, VA","Brand":"HM","Country":"USA","Sale":834,"Cost":527,"Date":"12/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":824,"Cost":673,"Date":"2/9/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":301,"Cost":280,"Date":"2/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":657,"Cost":357,"Date":"3/10/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":359,"Cost":332,"Date":"3/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":470,"Cost":343,"Date":"3/18/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":32,"Cost":30,"Date":"3/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":545,"Cost":380,"Date":"3/26/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":586,"Cost":423,"Date":"6/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":115,"Cost":97,"Date":"6/10/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":904,"Cost":605,"Date":"6/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":352,"Cost":288,"Date":"6/25/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":438,"Cost":289,"Date":"7/19/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":781,"Cost":481,"Date":"7/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":631,"Cost":322,"Date":"7/25/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":369,"Cost":329,"Date":"8/4/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":2,"Cost":2,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":310,"Cost":241,"Date":"9/4/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":309,"Cost":287,"Date":"9/19/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":672,"Cost":546,"Date":"9/29/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":264,"Cost":187,"Date":"10/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":885,"Cost":596,"Date":"10/15/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":758,"Cost":709,"Date":"10/30/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":772,"Cost":637,"Date":"11/9/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":445,"Cost":391,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":254,"Cost":240,"Date":"11/30/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":399,"Cost":203,"Date":"12/8/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":582,"Cost":352,"Date":"12/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":551,"Cost":277,"Date":"1/15/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":203,"Cost":164,"Date":"1/24/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":624,"Cost":408,"Date":"2/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":37,"Cost":29,"Date":"2/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":632,"Cost":546,"Date":"3/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":480,"Cost":317,"Date":"3/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":997,"Cost":720,"Date":"4/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":640,"Cost":365,"Date":"5/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":602,"Cost":485,"Date":"5/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":717,"Cost":436,"Date":"6/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":729,"Cost":541,"Date":"6/26/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":623,"Cost":485,"Date":"7/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":649,"Cost":380,"Date":"7/13/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":258,"Cost":156,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":57,"Cost":32,"Date":"8/26/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":564,"Cost":387,"Date":"9/2/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":430,"Cost":403,"Date":"9/29/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":407,"Cost":282,"Date":"10/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":723,"Cost":432,"Date":"11/2/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":406,"Cost":305,"Date":"11/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":702,"Cost":394,"Date":"11/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":991,"Cost":708,"Date":"12/1/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":753,"Cost":486,"Date":"12/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":338,"Cost":188,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":376,"Cost":253,"Date":"12/18/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":442,"Cost":271,"Date":"12/20/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":503,"Cost":304,"Date":"12/20/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":17,"Cost":12,"Date":"12/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":488,"Cost":358,"Date":"1/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":605,"Cost":438,"Date":"2/5/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":754,"Cost":695,"Date":"2/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":563,"Cost":366,"Date":"2/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":634,"Cost":344,"Date":"2/18/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":990,"Cost":599,"Date":"2/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":432,"Cost":258,"Date":"2/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":920,"Cost":755,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":251,"Cost":128,"Date":"4/2/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":288,"Cost":224,"Date":"4/3/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":184,"Cost":161,"Date":"4/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":483,"Cost":410,"Date":"4/10/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":568,"Cost":347,"Date":"4/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":844,"Cost":443,"Date":"5/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":773,"Cost":539,"Date":"5/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":873,"Cost":756,"Date":"6/20/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":520,"Cost":435,"Date":"7/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":460,"Cost":409,"Date":"7/4/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":430,"Cost":225,"Date":"7/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":541,"Cost":410,"Date":"7/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":216,"Cost":194,"Date":"7/14/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":450,"Cost":238,"Date":"7/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":265,"Cost":213,"Date":"8/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":175,"Cost":120,"Date":"8/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":51,"Cost":47,"Date":"8/7/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":262,"Cost":201,"Date":"8/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":518,"Cost":420,"Date":"8/31/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":810,"Cost":511,"Date":"9/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":689,"Cost":462,"Date":"9/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":828,"Cost":470,"Date":"9/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":269,"Cost":139,"Date":"9/29/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":22,"Cost":11,"Date":"11/7/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":330,"Cost":284,"Date":"11/26/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":514,"Cost":474,"Date":"11/27/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":101,"Cost":86,"Date":"12/5/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":49,"Cost":29,"Date":"12/26/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":56,"Cost":53,"Date":"12/31/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":571,"Cost":492,"Date":"1/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":194,"Cost":162,"Date":"2/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":738,"Cost":567,"Date":"2/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":585,"Cost":429,"Date":"2/27/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":476,"Cost":432,"Date":"3/1/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":987,"Cost":513,"Date":"3/1/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":341,"Cost":248,"Date":"3/19/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":129,"Cost":101,"Date":"3/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":468,"Cost":320,"Date":"5/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":306,"Cost":236,"Date":"7/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":29,"Cost":17,"Date":"8/5/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":540,"Cost":492,"Date":"8/12/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":285,"Cost":172,"Date":"8/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":655,"Cost":347,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":168,"Cost":127,"Date":"9/3/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":863,"Cost":637,"Date":"9/5/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":759,"Cost":407,"Date":"10/6/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":172,"Cost":127,"Date":"10/19/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":793,"Cost":542,"Date":"11/15/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":750,"Cost":479,"Date":"12/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":73,"Cost":69,"Date":"1/8/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":904,"Cost":846,"Date":"1/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":557,"Cost":355,"Date":"1/19/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":886,"Cost":486,"Date":"1/28/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":768,"Cost":449,"Date":"1/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":905,"Cost":704,"Date":"3/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":18,"Cost":9,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":751,"Cost":387,"Date":"4/24/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":826,"Cost":777,"Date":"4/28/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":365,"Cost":233,"Date":"5/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":985,"Cost":569,"Date":"5/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":351,"Cost":278,"Date":"5/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":585,"Cost":403,"Date":"6/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":65,"Cost":37,"Date":"6/3/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":588,"Cost":305,"Date":"6/5/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":818,"Cost":558,"Date":"6/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":126,"Cost":67,"Date":"6/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":277,"Cost":144,"Date":"6/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":109,"Cost":100,"Date":"6/24/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":777,"Cost":484,"Date":"7/4/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":197,"Cost":129,"Date":"7/9/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":939,"Cost":842,"Date":"7/12/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":941,"Cost":703,"Date":"8/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":496,"Cost":295,"Date":"8/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":287,"Cost":167,"Date":"8/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":160,"Cost":142,"Date":"9/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":365,"Cost":218,"Date":"9/3/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":660,"Cost":449,"Date":"9/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":139,"Cost":131,"Date":"10/4/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":787,"Cost":604,"Date":"11/1/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":71,"Cost":45,"Date":"11/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":600,"Cost":333,"Date":"12/17/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":668,"Cost":402,"Date":"2/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":686,"Cost":391,"Date":"2/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":307,"Cost":215,"Date":"3/4/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":411,"Cost":315,"Date":"3/9/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":72,"Cost":39,"Date":"3/9/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":525,"Cost":494,"Date":"3/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":449,"Cost":420,"Date":"3/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":915,"Cost":758,"Date":"3/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":604,"Cost":417,"Date":"3/23/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":776,"Cost":516,"Date":"4/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":440,"Cost":240,"Date":"5/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":69,"Cost":64,"Date":"5/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":268,"Cost":168,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":130,"Cost":81,"Date":"6/2/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":372,"Cost":291,"Date":"6/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":814,"Cost":485,"Date":"6/16/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":200,"Cost":153,"Date":"6/16/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":278,"Cost":187,"Date":"7/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":225,"Cost":204,"Date":"7/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":451,"Cost":350,"Date":"8/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":545,"Cost":328,"Date":"8/29/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":663,"Cost":477,"Date":"8/31/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":384,"Cost":220,"Date":"9/8/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":254,"Cost":179,"Date":"9/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":305,"Cost":263,"Date":"9/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":378,"Cost":235,"Date":"9/19/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":761,"Cost":618,"Date":"9/25/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":808,"Cost":571,"Date":"10/4/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":940,"Cost":775,"Date":"10/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":726,"Cost":523,"Date":"10/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":420,"Cost":252,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":246,"Cost":229,"Date":"10/30/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":988,"Cost":779,"Date":"11/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":51,"Cost":41,"Date":"11/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":519,"Cost":428,"Date":"11/25/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":736,"Cost":592,"Date":"1/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":982,"Cost":695,"Date":"1/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":12,"Cost":8,"Date":"1/20/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":90,"Cost":78,"Date":"2/8/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":756,"Cost":596,"Date":"2/25/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":7,"Cost":7,"Date":"3/7/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":963,"Cost":579,"Date":"3/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":132,"Cost":104,"Date":"3/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":496,"Cost":400,"Date":"4/5/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":843,"Cost":783,"Date":"4/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":223,"Cost":205,"Date":"5/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":823,"Cost":420,"Date":"5/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":299,"Cost":252,"Date":"5/15/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":527,"Cost":352,"Date":"5/25/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":620,"Cost":378,"Date":"5/26/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":87,"Cost":44,"Date":"5/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":76,"Cost":70,"Date":"7/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":569,"Cost":315,"Date":"9/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":947,"Cost":873,"Date":"10/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":522,"Cost":271,"Date":"10/8/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":395,"Cost":231,"Date":"10/26/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":446,"Cost":414,"Date":"11/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":964,"Cost":790,"Date":"11/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":203,"Cost":171,"Date":"12/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":927,"Cost":592,"Date":"2/9/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":499,"Cost":450,"Date":"2/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":845,"Cost":667,"Date":"3/10/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":443,"Cost":257,"Date":"3/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":799,"Cost":579,"Date":"3/18/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":844,"Cost":721,"Date":"3/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":904,"Cost":676,"Date":"3/26/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":331,"Cost":217,"Date":"6/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":380,"Cost":307,"Date":"6/10/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":971,"Cost":729,"Date":"6/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":539,"Cost":428,"Date":"6/25/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":60,"Cost":56,"Date":"7/19/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":236,"Cost":118,"Date":"7/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":115,"Cost":108,"Date":"7/25/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":873,"Cost":761,"Date":"8/4/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":640,"Cost":456,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":978,"Cost":650,"Date":"9/4/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":944,"Cost":794,"Date":"9/19/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":178,"Cost":95,"Date":"9/29/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":622,"Cost":558,"Date":"10/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":218,"Cost":157,"Date":"10/15/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":495,"Cost":452,"Date":"10/30/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":13,"Cost":6,"Date":"11/9/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":14,"Cost":7,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":800,"Cost":529,"Date":"11/30/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":55,"Cost":36,"Date":"12/8/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":122,"Cost":62,"Date":"12/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":889,"Cost":627,"Date":"1/15/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":872,"Cost":531,"Date":"1/24/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":229,"Cost":186,"Date":"2/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":375,"Cost":282,"Date":"2/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":848,"Cost":594,"Date":"3/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":278,"Cost":208,"Date":"3/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":965,"Cost":539,"Date":"4/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":642,"Cost":610,"Date":"5/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":897,"Cost":785,"Date":"5/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":748,"Cost":691,"Date":"6/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":191,"Cost":133,"Date":"6/26/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":116,"Cost":64,"Date":"7/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":215,"Cost":141,"Date":"7/13/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":712,"Cost":556,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":801,"Cost":502,"Date":"8/26/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":721,"Cost":498,"Date":"9/2/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":970,"Cost":821,"Date":"9/29/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":578,"Cost":363,"Date":"10/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":217,"Cost":198,"Date":"11/2/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":600,"Cost":554,"Date":"11/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":85,"Cost":76,"Date":"11/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":284,"Cost":260,"Date":"12/1/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":383,"Cost":266,"Date":"12/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":907,"Cost":777,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":623,"Cost":577,"Date":"12/18/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":431,"Cost":303,"Date":"12/20/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":64,"Cost":44,"Date":"12/20/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":312,"Cost":244,"Date":"12/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":406,"Cost":274,"Date":"1/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":743,"Cost":573,"Date":"2/5/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":944,"Cost":518,"Date":"2/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":182,"Cost":106,"Date":"2/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":674,"Cost":582,"Date":"2/18/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":514,"Cost":288,"Date":"2/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":970,"Cost":742,"Date":"2/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":454,"Cost":242,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":388,"Cost":247,"Date":"4/2/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":786,"Cost":731,"Date":"4/3/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":560,"Cost":407,"Date":"4/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":265,"Cost":238,"Date":"4/10/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":322,"Cost":270,"Date":"4/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":326,"Cost":259,"Date":"5/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":559,"Cost":283,"Date":"5/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":756,"Cost":635,"Date":"6/20/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":335,"Cost":285,"Date":"7/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":859,"Cost":779,"Date":"7/4/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":874,"Cost":653,"Date":"7/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":590,"Cost":477,"Date":"7/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":864,"Cost":797,"Date":"7/14/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":257,"Cost":174,"Date":"7/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":285,"Cost":227,"Date":"8/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":376,"Cost":209,"Date":"8/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":45,"Cost":36,"Date":"8/7/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":930,"Cost":778,"Date":"8/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":234,"Cost":216,"Date":"8/31/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":143,"Cost":96,"Date":"9/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":982,"Cost":871,"Date":"9/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":181,"Cost":132,"Date":"9/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":77,"Cost":56,"Date":"9/29/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":551,"Cost":523,"Date":"11/7/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":734,"Cost":608,"Date":"11/26/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":687,"Cost":634,"Date":"11/27/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":685,"Cost":423,"Date":"12/5/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":535,"Cost":491,"Date":"12/26/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":515,"Cost":301,"Date":"12/31/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":369,"Cost":194,"Date":"1/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":13,"Cost":11,"Date":"2/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":975,"Cost":724,"Date":"2/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":682,"Cost":373,"Date":"2/27/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":380,"Cost":199,"Date":"3/1/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":836,"Cost":597,"Date":"3/1/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":83,"Cost":61,"Date":"3/19/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":163,"Cost":119,"Date":"3/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":894,"Cost":823,"Date":"5/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":868,"Cost":685,"Date":"7/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":57,"Cost":40,"Date":"8/5/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":882,"Cost":639,"Date":"8/12/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":419,"Cost":381,"Date":"8/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":140,"Cost":84,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":97,"Cost":85,"Date":"9/3/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":943,"Cost":827,"Date":"9/5/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":830,"Cost":496,"Date":"10/6/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":527,"Cost":372,"Date":"10/19/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":927,"Cost":814,"Date":"11/15/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":974,"Cost":811,"Date":"12/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":454,"Cost":331,"Date":"1/8/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":933,"Cost":701,"Date":"1/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":347,"Cost":271,"Date":"1/19/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":678,"Cost":347,"Date":"1/28/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":757,"Cost":703,"Date":"1/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":973,"Cost":726,"Date":"3/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":725,"Cost":684,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":472,"Cost":371,"Date":"4/24/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":301,"Cost":270,"Date":"4/28/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":658,"Cost":459,"Date":"5/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":347,"Cost":266,"Date":"5/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":797,"Cost":728,"Date":"5/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":937,"Cost":557,"Date":"6/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":182,"Cost":111,"Date":"6/3/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":854,"Cost":701,"Date":"6/5/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":765,"Cost":573,"Date":"6/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":878,"Cost":643,"Date":"6/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":20,"Cost":13,"Date":"6/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":632,"Cost":486,"Date":"6/24/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":947,"Cost":779,"Date":"7/4/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":487,"Cost":256,"Date":"7/9/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":71,"Cost":66,"Date":"7/12/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":978,"Cost":794,"Date":"8/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":62,"Cost":32,"Date":"8/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":338,"Cost":269,"Date":"8/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":112,"Cost":70,"Date":"9/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":741,"Cost":462,"Date":"9/3/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":512,"Cost":256,"Date":"9/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":270,"Cost":156,"Date":"10/4/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":308,"Cost":247,"Date":"11/1/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":249,"Cost":147,"Date":"11/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":164,"Cost":140,"Date":"12/17/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":484,"Cost":387,"Date":"2/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":550,"Cost":444,"Date":"2/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":415,"Cost":237,"Date":"3/4/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":105,"Cost":60,"Date":"3/9/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":681,"Cost":594,"Date":"3/9/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":243,"Cost":154,"Date":"3/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":186,"Cost":121,"Date":"3/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":410,"Cost":245,"Date":"3/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":188,"Cost":133,"Date":"3/23/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":206,"Cost":108,"Date":"4/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":526,"Cost":413,"Date":"5/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":641,"Cost":606,"Date":"5/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":446,"Cost":305,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":580,"Cost":306,"Date":"6/2/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":137,"Cost":129,"Date":"6/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":223,"Cost":191,"Date":"6/16/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":118,"Cost":70,"Date":"6/16/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":401,"Cost":222,"Date":"7/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":563,"Cost":506,"Date":"7/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":994,"Cost":898,"Date":"8/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":189,"Cost":110,"Date":"8/29/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":428,"Cost":372,"Date":"8/31/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":615,"Cost":504,"Date":"9/8/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":336,"Cost":278,"Date":"9/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":574,"Cost":476,"Date":"9/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":880,"Cost":804,"Date":"9/19/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":117,"Cost":97,"Date":"9/25/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":62,"Cost":58,"Date":"10/4/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":309,"Cost":179,"Date":"10/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":100,"Cost":76,"Date":"10/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":792,"Cost":411,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":968,"Cost":493,"Date":"10/30/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":144,"Cost":119,"Date":"11/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":648,"Cost":370,"Date":"11/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":568,"Cost":492,"Date":"11/25/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":583,"Cost":468,"Date":"1/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":207,"Cost":149,"Date":"1/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":873,"Cost":715,"Date":"1/20/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":500,"Cost":468,"Date":"2/8/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":37,"Cost":26,"Date":"2/25/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":342,"Cost":297,"Date":"3/7/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":38,"Cost":25,"Date":"3/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":591,"Cost":380,"Date":"3/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":887,"Cost":505,"Date":"4/5/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":543,"Cost":515,"Date":"4/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":344,"Cost":243,"Date":"5/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":228,"Cost":153,"Date":"5/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":756,"Cost":548,"Date":"5/15/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":741,"Cost":388,"Date":"5/25/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":354,"Cost":255,"Date":"5/26/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":509,"Cost":392,"Date":"5/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":313,"Cost":159,"Date":"7/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":7,"Cost":5,"Date":"9/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":213,"Cost":197,"Date":"10/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":228,"Cost":126,"Date":"10/8/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":381,"Cost":249,"Date":"10/26/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":508,"Cost":311,"Date":"11/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":325,"Cost":270,"Date":"11/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"COS","Country":"USA","Sale":546,"Cost":418,"Date":"12/1/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":939,"Cost":676,"Date":"2/9/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":309,"Cost":188,"Date":"2/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":534,"Cost":295,"Date":"3/10/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":493,"Cost":275,"Date":"3/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":761,"Cost":578,"Date":"3/18/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":302,"Cost":173,"Date":"3/20/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":668,"Cost":482,"Date":"3/26/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":303,"Cost":174,"Date":"6/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":760,"Cost":495,"Date":"6/10/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":749,"Cost":439,"Date":"6/16/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":476,"Cost":332,"Date":"6/25/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":108,"Cost":94,"Date":"7/19/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":691,"Cost":502,"Date":"7/21/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":842,"Cost":482,"Date":"7/25/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":107,"Cost":88,"Date":"8/4/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":941,"Cost":544,"Date":"9/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":836,"Cost":656,"Date":"9/4/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":350,"Cost":190,"Date":"9/19/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":881,"Cost":463,"Date":"9/29/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":930,"Cost":545,"Date":"10/2/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":828,"Cost":572,"Date":"10/15/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":764,"Cost":475,"Date":"10/30/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":800,"Cost":419,"Date":"11/9/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":729,"Cost":551,"Date":"11/23/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":599,"Cost":314,"Date":"11/30/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":686,"Cost":395,"Date":"12/8/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":627,"Cost":539,"Date":"12/11/2018"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":454,"Cost":429,"Date":"1/15/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":691,"Cost":439,"Date":"1/24/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":305,"Cost":229,"Date":"2/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":522,"Cost":366,"Date":"2/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":650,"Cost":590,"Date":"3/9/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":607,"Cost":331,"Date":"3/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":816,"Cost":744,"Date":"4/19/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":64,"Cost":46,"Date":"5/3/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":625,"Cost":336,"Date":"5/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":877,"Cost":510,"Date":"6/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":102,"Cost":87,"Date":"6/26/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":482,"Cost":371,"Date":"7/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":649,"Cost":608,"Date":"7/13/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":921,"Cost":486,"Date":"8/8/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":433,"Cost":390,"Date":"8/26/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":830,"Cost":739,"Date":"9/2/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":797,"Cost":504,"Date":"9/29/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":956,"Cost":817,"Date":"10/12/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":837,"Cost":754,"Date":"11/2/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":204,"Cost":107,"Date":"11/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":396,"Cost":355,"Date":"11/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":202,"Cost":130,"Date":"12/1/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":93,"Cost":82,"Date":"12/4/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":430,"Cost":387,"Date":"12/7/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":534,"Cost":367,"Date":"12/18/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":675,"Cost":446,"Date":"12/20/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":339,"Cost":268,"Date":"12/20/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":660,"Cost":446,"Date":"12/21/2019"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":914,"Cost":639,"Date":"1/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":452,"Cost":354,"Date":"2/5/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":659,"Cost":532,"Date":"2/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":477,"Cost":444,"Date":"2/16/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":611,"Cost":321,"Date":"2/18/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":2,"Cost":1,"Date":"2/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":85,"Cost":48,"Date":"2/25/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":762,"Cost":668,"Date":"3/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":449,"Cost":313,"Date":"4/2/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":810,"Cost":406,"Date":"4/3/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":429,"Cost":377,"Date":"4/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":662,"Cost":414,"Date":"4/10/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":664,"Cost":351,"Date":"4/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":675,"Cost":441,"Date":"5/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":225,"Cost":144,"Date":"5/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":993,"Cost":656,"Date":"6/20/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":193,"Cost":167,"Date":"7/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":132,"Cost":109,"Date":"7/4/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":482,"Cost":410,"Date":"7/8/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":780,"Cost":633,"Date":"7/9/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":966,"Cost":777,"Date":"7/14/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":680,"Cost":352,"Date":"7/19/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":253,"Cost":180,"Date":"8/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":389,"Cost":196,"Date":"8/6/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":804,"Cost":549,"Date":"8/7/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":77,"Cost":42,"Date":"8/22/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":845,"Cost":634,"Date":"8/31/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":801,"Cost":760,"Date":"9/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":974,"Cost":905,"Date":"9/1/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":244,"Cost":147,"Date":"9/17/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":108,"Cost":84,"Date":"9/29/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":231,"Cost":160,"Date":"11/7/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":591,"Cost":402,"Date":"11/26/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":769,"Cost":468,"Date":"11/27/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":963,"Cost":674,"Date":"12/5/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":728,"Cost":462,"Date":"12/26/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":873,"Cost":709,"Date":"12/31/2020"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":73,"Cost":55,"Date":"1/20/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":11,"Cost":11,"Date":"2/2/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":428,"Cost":240,"Date":"2/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":760,"Cost":675,"Date":"2/27/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":302,"Cost":215,"Date":"3/1/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":684,"Cost":346,"Date":"3/1/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":856,"Cost":530,"Date":"3/19/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":474,"Cost":430,"Date":"3/28/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":437,"Cost":330,"Date":"5/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":514,"Cost":326,"Date":"7/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":398,"Cost":319,"Date":"8/5/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":808,"Cost":708,"Date":"8/12/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":488,"Cost":255,"Date":"8/21/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":108,"Cost":65,"Date":"8/23/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":102,"Cost":85,"Date":"9/3/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":34,"Cost":25,"Date":"9/5/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":914,"Cost":751,"Date":"10/6/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":176,"Cost":144,"Date":"10/19/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":642,"Cost":336,"Date":"11/15/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":541,"Cost":369,"Date":"12/8/2021"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":452,"Cost":254,"Date":"1/8/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":133,"Cost":71,"Date":"1/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":57,"Cost":41,"Date":"1/19/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":216,"Cost":185,"Date":"1/28/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":375,"Cost":239,"Date":"1/31/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":398,"Cost":263,"Date":"3/27/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":1,"Cost":1,"Date":"4/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":593,"Cost":397,"Date":"4/24/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":13,"Cost":8,"Date":"4/28/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":158,"Cost":91,"Date":"5/15/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":361,"Cost":243,"Date":"5/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":327,"Cost":184,"Date":"5/18/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":947,"Cost":856,"Date":"6/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":416,"Cost":376,"Date":"6/3/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":146,"Cost":95,"Date":"6/5/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":151,"Cost":119,"Date":"6/7/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":97,"Cost":78,"Date":"6/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":243,"Cost":221,"Date":"6/20/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":602,"Cost":495,"Date":"6/24/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":835,"Cost":432,"Date":"7/4/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":796,"Cost":526,"Date":"7/9/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":718,"Cost":413,"Date":"7/12/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":285,"Cost":171,"Date":"8/14/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":758,"Cost":399,"Date":"8/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":435,"Cost":264,"Date":"8/23/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":795,"Cost":716,"Date":"9/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":846,"Cost":722,"Date":"9/3/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":563,"Cost":307,"Date":"9/16/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":950,"Cost":522,"Date":"10/4/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":741,"Cost":599,"Date":"11/1/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":531,"Cost":455,"Date":"11/2/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":904,"Cost":531,"Date":"12/17/2022"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":681,"Cost":537,"Date":"2/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":559,"Cost":440,"Date":"2/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":767,"Cost":646,"Date":"3/4/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":29,"Cost":25,"Date":"3/9/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":862,"Cost":772,"Date":"3/9/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":724,"Cost":484,"Date":"3/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":674,"Cost":578,"Date":"3/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":83,"Cost":75,"Date":"3/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":464,"Cost":425,"Date":"3/23/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":760,"Cost":594,"Date":"4/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":750,"Cost":539,"Date":"5/7/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":475,"Cost":349,"Date":"5/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":720,"Cost":437,"Date":"5/20/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":520,"Cost":270,"Date":"6/2/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":642,"Cost":579,"Date":"6/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":173,"Cost":136,"Date":"6/16/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":159,"Cost":114,"Date":"6/16/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":108,"Cost":85,"Date":"7/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":901,"Cost":660,"Date":"7/11/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":608,"Cost":319,"Date":"8/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":973,"Cost":824,"Date":"8/29/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":908,"Cost":470,"Date":"8/31/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":179,"Cost":170,"Date":"9/8/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":762,"Cost":668,"Date":"9/13/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":160,"Cost":100,"Date":"9/14/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":650,"Cost":536,"Date":"9/19/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":268,"Cost":155,"Date":"9/25/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":405,"Cost":273,"Date":"10/4/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":166,"Cost":139,"Date":"10/10/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":814,"Cost":682,"Date":"10/17/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":972,"Cost":892,"Date":"10/28/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":992,"Cost":658,"Date":"10/30/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":806,"Cost":434,"Date":"11/1/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":904,"Cost":718,"Date":"11/15/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":961,"Cost":524,"Date":"11/25/2023"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":373,"Cost":206,"Date":"1/10/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":375,"Cost":241,"Date":"1/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":667,"Cost":456,"Date":"1/20/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":357,"Cost":185,"Date":"2/8/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":93,"Cost":76,"Date":"2/25/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":65,"Cost":48,"Date":"3/7/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":520,"Cost":438,"Date":"3/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":336,"Cost":270,"Date":"3/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":874,"Cost":487,"Date":"4/5/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":323,"Cost":176,"Date":"4/14/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":725,"Cost":508,"Date":"5/3/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":182,"Cost":156,"Date":"5/9/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":673,"Cost":584,"Date":"5/15/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":904,"Cost":859,"Date":"5/25/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":757,"Cost":388,"Date":"5/26/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":490,"Cost":455,"Date":"5/31/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":628,"Cost":477,"Date":"7/27/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":822,"Cost":565,"Date":"9/17/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":532,"Cost":387,"Date":"10/6/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":401,"Cost":240,"Date":"10/8/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":15,"Cost":8,"Date":"10/26/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":164,"Cost":91,"Date":"11/16/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":593,"Cost":469,"Date":"11/18/2024"},{"Store":"NorthPark Center, Dallas, TX","Brand":"HM","Country":"USA","Sale":739,"Cost":387,"Date":"12/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":364,"Cost":324,"Date":"2/9/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":188,"Cost":118,"Date":"2/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":763,"Cost":442,"Date":"3/10/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":987,"Cost":495,"Date":"3/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":550,"Cost":428,"Date":"3/18/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":133,"Cost":110,"Date":"3/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":418,"Cost":384,"Date":"3/26/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":961,"Cost":503,"Date":"6/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":29,"Cost":24,"Date":"6/10/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":516,"Cost":442,"Date":"6/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":705,"Cost":621,"Date":"6/25/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":966,"Cost":572,"Date":"7/19/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":388,"Cost":203,"Date":"7/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":768,"Cost":505,"Date":"7/25/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":88,"Cost":48,"Date":"8/4/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":156,"Cost":136,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":69,"Cost":61,"Date":"9/4/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":579,"Cost":370,"Date":"9/19/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":498,"Cost":346,"Date":"9/29/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":429,"Cost":225,"Date":"10/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":158,"Cost":89,"Date":"10/15/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":58,"Cost":48,"Date":"10/30/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":173,"Cost":148,"Date":"11/9/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":441,"Cost":257,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":33,"Cost":18,"Date":"11/30/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":61,"Cost":38,"Date":"12/8/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":191,"Cost":168,"Date":"12/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":68,"Cost":50,"Date":"1/15/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":189,"Cost":165,"Date":"1/24/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":35,"Cost":30,"Date":"2/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":886,"Cost":605,"Date":"2/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":396,"Cost":225,"Date":"3/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":710,"Cost":559,"Date":"3/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":179,"Cost":158,"Date":"4/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":120,"Cost":60,"Date":"5/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":21,"Cost":16,"Date":"5/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":719,"Cost":496,"Date":"6/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":114,"Cost":63,"Date":"6/26/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":871,"Cost":718,"Date":"7/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":355,"Cost":258,"Date":"7/13/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":588,"Cost":414,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":142,"Cost":126,"Date":"8/26/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":210,"Cost":180,"Date":"9/2/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":271,"Cost":254,"Date":"9/29/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":296,"Cost":149,"Date":"10/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":356,"Cost":296,"Date":"11/2/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":178,"Cost":127,"Date":"11/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":789,"Cost":735,"Date":"11/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":577,"Cost":528,"Date":"12/1/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":398,"Cost":377,"Date":"12/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":735,"Cost":547,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":643,"Cost":505,"Date":"12/18/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":779,"Cost":726,"Date":"12/20/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":402,"Cost":201,"Date":"12/20/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":726,"Cost":489,"Date":"12/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":533,"Cost":413,"Date":"1/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":190,"Cost":143,"Date":"2/5/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":425,"Cost":288,"Date":"2/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":374,"Cost":263,"Date":"2/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":296,"Cost":191,"Date":"2/18/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":596,"Cost":528,"Date":"2/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":990,"Cost":610,"Date":"2/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":764,"Cost":454,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":895,"Cost":735,"Date":"4/2/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":639,"Cost":520,"Date":"4/3/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":752,"Cost":667,"Date":"4/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":140,"Cost":89,"Date":"4/10/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":868,"Cost":458,"Date":"4/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":399,"Cost":243,"Date":"5/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":98,"Cost":74,"Date":"5/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":85,"Cost":75,"Date":"6/20/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":119,"Cost":82,"Date":"7/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":228,"Cost":208,"Date":"7/4/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":291,"Cost":269,"Date":"7/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":399,"Cost":221,"Date":"7/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":520,"Cost":295,"Date":"7/14/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":287,"Cost":195,"Date":"7/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":62,"Cost":54,"Date":"8/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":915,"Cost":495,"Date":"8/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":535,"Cost":339,"Date":"8/7/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":565,"Cost":354,"Date":"8/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":450,"Cost":329,"Date":"8/31/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":274,"Cost":144,"Date":"9/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":717,"Cost":427,"Date":"9/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":799,"Cost":539,"Date":"9/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":916,"Cost":559,"Date":"9/29/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":284,"Cost":211,"Date":"11/7/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":438,"Cost":403,"Date":"11/26/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":617,"Cost":502,"Date":"11/27/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":417,"Cost":289,"Date":"12/5/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":400,"Cost":360,"Date":"12/26/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":249,"Cost":143,"Date":"12/31/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":897,"Cost":759,"Date":"1/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":963,"Cost":872,"Date":"2/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":311,"Cost":161,"Date":"2/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":708,"Cost":547,"Date":"2/27/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":613,"Cost":529,"Date":"3/1/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":660,"Cost":478,"Date":"3/1/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":791,"Cost":444,"Date":"3/19/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":705,"Cost":621,"Date":"3/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":694,"Cost":491,"Date":"5/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":620,"Cost":356,"Date":"7/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":835,"Cost":439,"Date":"8/5/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":266,"Cost":213,"Date":"8/12/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":918,"Cost":744,"Date":"8/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":404,"Cost":304,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":555,"Cost":344,"Date":"9/3/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":382,"Cost":349,"Date":"9/5/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":562,"Cost":500,"Date":"10/6/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":552,"Cost":372,"Date":"10/19/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":809,"Cost":721,"Date":"11/15/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":134,"Cost":67,"Date":"12/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":98,"Cost":68,"Date":"1/8/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":883,"Cost":711,"Date":"1/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":382,"Cost":248,"Date":"1/19/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":285,"Cost":238,"Date":"1/28/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":486,"Cost":332,"Date":"1/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":512,"Cost":365,"Date":"3/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":341,"Cost":305,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":364,"Cost":197,"Date":"4/24/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":727,"Cost":562,"Date":"4/28/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":114,"Cost":102,"Date":"5/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":104,"Cost":52,"Date":"5/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":80,"Cost":42,"Date":"5/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":46,"Cost":25,"Date":"6/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":110,"Cost":58,"Date":"6/3/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":577,"Cost":432,"Date":"6/5/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":204,"Cost":103,"Date":"6/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":133,"Cost":67,"Date":"6/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":927,"Cost":500,"Date":"6/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":100,"Cost":63,"Date":"6/24/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":998,"Cost":727,"Date":"7/4/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":787,"Cost":633,"Date":"7/9/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":426,"Cost":365,"Date":"7/12/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":117,"Cost":94,"Date":"8/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":780,"Cost":681,"Date":"8/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":306,"Cost":247,"Date":"8/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":381,"Cost":345,"Date":"9/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":841,"Cost":646,"Date":"9/3/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":14,"Cost":10,"Date":"9/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":394,"Cost":231,"Date":"10/4/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":5,"Cost":2,"Date":"11/1/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":78,"Cost":57,"Date":"11/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":864,"Cost":755,"Date":"12/17/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":787,"Cost":560,"Date":"2/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":441,"Cost":399,"Date":"2/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":151,"Cost":78,"Date":"3/4/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":30,"Cost":24,"Date":"3/9/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":888,"Cost":517,"Date":"3/9/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":391,"Cost":254,"Date":"3/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":922,"Cost":757,"Date":"3/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":427,"Cost":392,"Date":"3/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":307,"Cost":154,"Date":"3/23/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":389,"Cost":292,"Date":"4/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":329,"Cost":210,"Date":"5/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":234,"Cost":161,"Date":"5/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":90,"Cost":58,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":463,"Cost":389,"Date":"6/2/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":105,"Cost":72,"Date":"6/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":520,"Cost":423,"Date":"6/16/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":63,"Cost":32,"Date":"6/16/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":963,"Cost":748,"Date":"7/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":416,"Cost":254,"Date":"7/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":966,"Cost":535,"Date":"8/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":887,"Cost":448,"Date":"8/29/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":233,"Cost":136,"Date":"8/31/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":42,"Cost":40,"Date":"9/8/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":941,"Cost":562,"Date":"9/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":315,"Cost":214,"Date":"9/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":320,"Cost":200,"Date":"9/19/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":539,"Cost":324,"Date":"9/25/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":331,"Cost":192,"Date":"10/4/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":506,"Cost":264,"Date":"10/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":932,"Cost":530,"Date":"10/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":854,"Cost":780,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":100,"Cost":79,"Date":"10/30/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":181,"Cost":142,"Date":"11/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":760,"Cost":625,"Date":"11/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":985,"Cost":623,"Date":"11/25/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":214,"Cost":123,"Date":"1/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":445,"Cost":356,"Date":"1/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":281,"Cost":148,"Date":"1/20/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":165,"Cost":100,"Date":"2/8/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":919,"Cost":611,"Date":"2/25/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":500,"Cost":412,"Date":"3/7/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":452,"Cost":330,"Date":"3/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":363,"Cost":312,"Date":"3/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":333,"Cost":290,"Date":"4/5/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":140,"Cost":94,"Date":"4/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":47,"Cost":24,"Date":"5/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":895,"Cost":719,"Date":"5/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":983,"Cost":511,"Date":"5/15/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":300,"Cost":152,"Date":"5/25/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":239,"Cost":216,"Date":"5/26/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":17,"Cost":14,"Date":"5/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":569,"Cost":468,"Date":"7/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":701,"Cost":522,"Date":"9/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":215,"Cost":128,"Date":"10/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":617,"Cost":317,"Date":"10/8/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":726,"Cost":442,"Date":"10/26/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":547,"Cost":322,"Date":"11/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":33,"Cost":21,"Date":"11/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"HM","Country":"USA","Sale":47,"Cost":42,"Date":"12/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":734,"Cost":669,"Date":"2/9/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":15,"Cost":10,"Date":"2/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":408,"Cost":352,"Date":"3/10/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":943,"Cost":765,"Date":"3/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":249,"Cost":147,"Date":"3/18/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":91,"Cost":78,"Date":"3/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":608,"Cost":333,"Date":"3/26/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":647,"Cost":494,"Date":"6/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":399,"Cost":261,"Date":"6/10/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":217,"Cost":131,"Date":"6/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":216,"Cost":122,"Date":"6/25/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":547,"Cost":440,"Date":"7/19/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":53,"Cost":47,"Date":"7/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":293,"Cost":206,"Date":"7/25/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":812,"Cost":630,"Date":"8/4/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":91,"Cost":47,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":209,"Cost":123,"Date":"9/4/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":538,"Cost":435,"Date":"9/19/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":808,"Cost":532,"Date":"9/29/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":28,"Cost":21,"Date":"10/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":202,"Cost":175,"Date":"10/15/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":522,"Cost":338,"Date":"10/30/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":546,"Cost":410,"Date":"11/9/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":277,"Cost":237,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":804,"Cost":541,"Date":"11/30/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":853,"Cost":475,"Date":"12/8/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":420,"Cost":394,"Date":"12/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":562,"Cost":282,"Date":"1/15/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":592,"Cost":430,"Date":"1/24/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":196,"Cost":127,"Date":"2/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":621,"Cost":406,"Date":"2/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":525,"Cost":265,"Date":"3/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":896,"Cost":449,"Date":"3/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":919,"Cost":805,"Date":"4/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":728,"Cost":425,"Date":"5/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":871,"Cost":798,"Date":"5/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":615,"Cost":471,"Date":"6/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":187,"Cost":144,"Date":"6/26/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":121,"Cost":98,"Date":"7/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":806,"Cost":501,"Date":"7/13/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":653,"Cost":424,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":396,"Cost":220,"Date":"8/26/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":167,"Cost":131,"Date":"9/2/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":20,"Cost":17,"Date":"9/29/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":774,"Cost":560,"Date":"10/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":220,"Cost":204,"Date":"11/2/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":829,"Cost":454,"Date":"11/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":117,"Cost":104,"Date":"11/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":144,"Cost":107,"Date":"12/1/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":187,"Cost":132,"Date":"12/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":611,"Cost":377,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":126,"Cost":99,"Date":"12/18/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":417,"Cost":287,"Date":"12/20/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":128,"Cost":75,"Date":"12/20/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":750,"Cost":509,"Date":"12/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":76,"Cost":51,"Date":"1/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":99,"Cost":93,"Date":"2/5/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":764,"Cost":507,"Date":"2/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":265,"Cost":142,"Date":"2/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":170,"Cost":104,"Date":"2/18/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":42,"Cost":26,"Date":"2/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":293,"Cost":257,"Date":"2/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":79,"Cost":40,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":641,"Cost":599,"Date":"4/2/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":288,"Cost":150,"Date":"4/3/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":885,"Cost":613,"Date":"4/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":692,"Cost":570,"Date":"4/10/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":196,"Cost":156,"Date":"4/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":897,"Cost":689,"Date":"5/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":98,"Cost":51,"Date":"5/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":730,"Cost":627,"Date":"6/20/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":882,"Cost":559,"Date":"7/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":684,"Cost":513,"Date":"7/4/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":954,"Cost":660,"Date":"7/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":895,"Cost":460,"Date":"7/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":261,"Cost":166,"Date":"7/14/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":579,"Cost":537,"Date":"7/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":838,"Cost":700,"Date":"8/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":627,"Cost":388,"Date":"8/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":156,"Cost":133,"Date":"8/7/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":557,"Cost":515,"Date":"8/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":38,"Cost":24,"Date":"8/31/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":572,"Cost":447,"Date":"9/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":960,"Cost":798,"Date":"9/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":281,"Cost":152,"Date":"9/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":595,"Cost":366,"Date":"9/29/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":36,"Cost":28,"Date":"11/7/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":522,"Cost":341,"Date":"11/26/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":623,"Cost":512,"Date":"11/27/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":429,"Cost":384,"Date":"12/5/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":400,"Cost":360,"Date":"12/26/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":428,"Cost":330,"Date":"12/31/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":816,"Cost":503,"Date":"1/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":757,"Cost":411,"Date":"2/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":626,"Cost":386,"Date":"2/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":60,"Cost":49,"Date":"2/27/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":560,"Cost":431,"Date":"3/1/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":816,"Cost":637,"Date":"3/1/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":304,"Cost":252,"Date":"3/19/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":468,"Cost":297,"Date":"3/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":157,"Cost":93,"Date":"5/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":352,"Cost":189,"Date":"7/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":233,"Cost":180,"Date":"8/5/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":22,"Cost":11,"Date":"8/12/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":192,"Cost":146,"Date":"8/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":891,"Cost":719,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":856,"Cost":560,"Date":"9/3/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":840,"Cost":446,"Date":"9/5/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":978,"Cost":665,"Date":"10/6/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":605,"Cost":575,"Date":"10/19/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":312,"Cost":238,"Date":"11/15/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":207,"Cost":140,"Date":"12/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":711,"Cost":408,"Date":"1/8/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":16,"Cost":8,"Date":"1/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":878,"Cost":491,"Date":"1/19/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":588,"Cost":414,"Date":"1/28/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":496,"Cost":310,"Date":"1/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":967,"Cost":534,"Date":"3/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":977,"Cost":490,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":247,"Cost":178,"Date":"4/24/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":577,"Cost":483,"Date":"4/28/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":714,"Cost":483,"Date":"5/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":453,"Cost":343,"Date":"5/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":659,"Cost":340,"Date":"5/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":553,"Cost":492,"Date":"6/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":2,"Cost":1,"Date":"6/3/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":754,"Cost":607,"Date":"6/5/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":551,"Cost":497,"Date":"6/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":494,"Cost":287,"Date":"6/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":82,"Cost":51,"Date":"6/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":700,"Cost":607,"Date":"6/24/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":96,"Cost":77,"Date":"7/4/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":524,"Cost":449,"Date":"7/9/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":955,"Cost":826,"Date":"7/12/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":397,"Cost":286,"Date":"8/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":981,"Cost":706,"Date":"8/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":44,"Cost":24,"Date":"8/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":527,"Cost":360,"Date":"9/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":806,"Cost":723,"Date":"9/3/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":975,"Cost":908,"Date":"9/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":168,"Cost":124,"Date":"10/4/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":224,"Cost":134,"Date":"11/1/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":497,"Cost":422,"Date":"11/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":758,"Cost":434,"Date":"12/17/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":164,"Cost":113,"Date":"2/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":435,"Cost":219,"Date":"2/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":911,"Cost":465,"Date":"3/4/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":976,"Cost":495,"Date":"3/9/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":345,"Cost":180,"Date":"3/9/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":318,"Cost":178,"Date":"3/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":658,"Cost":432,"Date":"3/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":731,"Cost":638,"Date":"3/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":662,"Cost":519,"Date":"3/23/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":454,"Cost":411,"Date":"4/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":647,"Cost":530,"Date":"5/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":496,"Cost":322,"Date":"5/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":863,"Cost":590,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":547,"Cost":304,"Date":"6/2/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":809,"Cost":599,"Date":"6/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":998,"Cost":591,"Date":"6/16/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":358,"Cost":232,"Date":"6/16/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":384,"Cost":361,"Date":"7/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":73,"Cost":50,"Date":"7/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":18,"Cost":11,"Date":"8/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":887,"Cost":730,"Date":"8/29/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":194,"Cost":130,"Date":"8/31/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":688,"Cost":370,"Date":"9/8/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":895,"Cost":712,"Date":"9/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":37,"Cost":29,"Date":"9/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":3,"Cost":2,"Date":"9/19/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":38,"Cost":26,"Date":"9/25/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":626,"Cost":552,"Date":"10/4/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":848,"Cost":526,"Date":"10/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":848,"Cost":529,"Date":"10/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":739,"Cost":540,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":308,"Cost":230,"Date":"10/30/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":608,"Cost":542,"Date":"11/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":343,"Cost":194,"Date":"11/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":397,"Cost":320,"Date":"11/25/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":137,"Cost":75,"Date":"1/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":242,"Cost":183,"Date":"1/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":183,"Cost":120,"Date":"1/20/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":436,"Cost":323,"Date":"2/8/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":509,"Cost":346,"Date":"2/25/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":398,"Cost":312,"Date":"3/7/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":46,"Cost":36,"Date":"3/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":278,"Cost":162,"Date":"3/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":950,"Cost":787,"Date":"4/5/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":614,"Cost":508,"Date":"4/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":456,"Cost":240,"Date":"5/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":232,"Cost":130,"Date":"5/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":26,"Cost":19,"Date":"5/15/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":989,"Cost":870,"Date":"5/25/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":986,"Cost":712,"Date":"5/26/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":115,"Cost":95,"Date":"5/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":400,"Cost":286,"Date":"7/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":992,"Cost":664,"Date":"9/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":399,"Cost":355,"Date":"10/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":254,"Cost":172,"Date":"10/8/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":352,"Cost":293,"Date":"10/26/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":211,"Cost":196,"Date":"11/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":716,"Cost":672,"Date":"11/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"COS","Country":"USA","Sale":903,"Cost":656,"Date":"12/1/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":577,"Cost":378,"Date":"2/9/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":370,"Cost":285,"Date":"2/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":284,"Cost":260,"Date":"3/10/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":91,"Cost":49,"Date":"3/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":727,"Cost":519,"Date":"3/18/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":366,"Cost":287,"Date":"3/20/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":593,"Cost":326,"Date":"3/26/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":453,"Cost":308,"Date":"6/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":615,"Cost":389,"Date":"6/10/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":998,"Cost":571,"Date":"6/16/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":514,"Cost":439,"Date":"6/25/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":749,"Cost":599,"Date":"7/19/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":145,"Cost":107,"Date":"7/21/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":349,"Cost":200,"Date":"7/25/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":893,"Cost":463,"Date":"8/4/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":700,"Cost":645,"Date":"9/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":980,"Cost":912,"Date":"9/4/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":787,"Cost":720,"Date":"9/19/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":672,"Cost":364,"Date":"9/29/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":845,"Cost":559,"Date":"10/2/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":29,"Cost":21,"Date":"10/15/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":911,"Cost":714,"Date":"10/30/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":595,"Cost":454,"Date":"11/9/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":82,"Cost":67,"Date":"11/23/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":51,"Cost":36,"Date":"11/30/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":42,"Cost":29,"Date":"12/8/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":337,"Cost":291,"Date":"12/11/2018"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":73,"Cost":47,"Date":"1/15/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":258,"Cost":207,"Date":"1/24/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":818,"Cost":748,"Date":"2/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":27,"Cost":16,"Date":"2/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":609,"Cost":388,"Date":"3/9/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":398,"Cost":306,"Date":"3/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":787,"Cost":561,"Date":"4/19/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":900,"Cost":747,"Date":"5/3/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":989,"Cost":615,"Date":"5/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":188,"Cost":156,"Date":"6/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":93,"Cost":48,"Date":"6/26/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":371,"Cost":337,"Date":"7/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":216,"Cost":201,"Date":"7/13/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":602,"Cost":316,"Date":"8/8/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":472,"Cost":406,"Date":"8/26/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":922,"Cost":800,"Date":"9/2/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":432,"Cost":406,"Date":"9/29/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":731,"Cost":416,"Date":"10/12/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":476,"Cost":287,"Date":"11/2/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":488,"Cost":424,"Date":"11/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":872,"Cost":731,"Date":"11/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":365,"Cost":336,"Date":"12/1/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":794,"Cost":704,"Date":"12/4/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":593,"Cost":564,"Date":"12/7/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":815,"Cost":736,"Date":"12/18/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":200,"Cost":111,"Date":"12/20/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":810,"Cost":566,"Date":"12/20/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":226,"Cost":161,"Date":"12/21/2019"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":194,"Cost":138,"Date":"1/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":503,"Cost":354,"Date":"2/5/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":598,"Cost":507,"Date":"2/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":407,"Cost":220,"Date":"2/16/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":861,"Cost":693,"Date":"2/18/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":950,"Cost":721,"Date":"2/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":695,"Cost":498,"Date":"2/25/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":390,"Cost":235,"Date":"3/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":630,"Cost":448,"Date":"4/2/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":890,"Cost":624,"Date":"4/3/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":575,"Cost":347,"Date":"4/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":678,"Cost":617,"Date":"4/10/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":504,"Cost":391,"Date":"4/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":157,"Cost":85,"Date":"5/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":319,"Cost":284,"Date":"5/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":898,"Cost":586,"Date":"6/20/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":295,"Cost":189,"Date":"7/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":66,"Cost":52,"Date":"7/4/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":295,"Cost":212,"Date":"7/8/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":536,"Cost":354,"Date":"7/9/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":97,"Cost":85,"Date":"7/14/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":387,"Cost":302,"Date":"7/19/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":638,"Cost":431,"Date":"8/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":595,"Cost":323,"Date":"8/6/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":763,"Cost":419,"Date":"8/7/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":893,"Cost":733,"Date":"8/22/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":473,"Cost":422,"Date":"8/31/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":309,"Cost":274,"Date":"9/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":849,"Cost":757,"Date":"9/1/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":7,"Cost":5,"Date":"9/17/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":823,"Cost":425,"Date":"9/29/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":654,"Cost":537,"Date":"11/7/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":440,"Cost":226,"Date":"11/26/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":529,"Cost":431,"Date":"11/27/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":602,"Cost":478,"Date":"12/5/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":213,"Cost":153,"Date":"12/26/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":104,"Cost":65,"Date":"12/31/2020"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":101,"Cost":73,"Date":"1/20/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":787,"Cost":533,"Date":"2/2/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":894,"Cost":584,"Date":"2/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":204,"Cost":139,"Date":"2/27/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":693,"Cost":482,"Date":"3/1/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":56,"Cost":39,"Date":"3/1/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":342,"Cost":322,"Date":"3/19/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":607,"Cost":539,"Date":"3/28/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":3,"Date":"5/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":993,"Cost":865,"Date":"7/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":729,"Cost":654,"Date":"8/5/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":830,"Cost":531,"Date":"8/12/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":344,"Cost":292,"Date":"8/21/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":784,"Cost":703,"Date":"8/23/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":48,"Cost":46,"Date":"9/3/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":651,"Cost":390,"Date":"9/5/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":201,"Cost":129,"Date":"10/6/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":302,"Cost":182,"Date":"10/19/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":868,"Cost":696,"Date":"11/15/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":134,"Cost":94,"Date":"12/8/2021"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":160,"Cost":144,"Date":"1/8/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":87,"Cost":73,"Date":"1/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":387,"Cost":308,"Date":"1/19/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":700,"Cost":484,"Date":"1/28/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":461,"Cost":242,"Date":"1/31/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":810,"Cost":581,"Date":"3/27/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":909,"Cost":554,"Date":"4/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":554,"Cost":370,"Date":"4/24/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":828,"Cost":424,"Date":"4/28/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":629,"Cost":324,"Date":"5/15/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":954,"Cost":525,"Date":"5/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":713,"Cost":664,"Date":"5/18/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":722,"Cost":496,"Date":"6/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":278,"Cost":171,"Date":"6/3/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":85,"Cost":58,"Date":"6/5/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":78,"Cost":62,"Date":"6/7/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":444,"Cost":226,"Date":"6/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":706,"Cost":526,"Date":"6/20/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":909,"Cost":686,"Date":"6/24/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":897,"Cost":712,"Date":"7/4/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":782,"Cost":452,"Date":"7/9/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":524,"Cost":307,"Date":"7/12/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":363,"Cost":270,"Date":"8/14/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":630,"Cost":404,"Date":"8/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":833,"Cost":606,"Date":"8/23/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":523,"Cost":491,"Date":"9/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":100,"Cost":69,"Date":"9/3/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":634,"Cost":365,"Date":"9/16/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":768,"Cost":552,"Date":"10/4/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":843,"Cost":562,"Date":"11/1/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":89,"Cost":79,"Date":"11/2/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":812,"Cost":508,"Date":"12/17/2022"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":838,"Cost":524,"Date":"2/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":290,"Cost":264,"Date":"2/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":904,"Cost":677,"Date":"3/4/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":676,"Cost":637,"Date":"3/9/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":281,"Cost":187,"Date":"3/9/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":554,"Cost":509,"Date":"3/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":71,"Cost":63,"Date":"3/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":140,"Cost":101,"Date":"3/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":203,"Cost":175,"Date":"3/23/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":191,"Cost":130,"Date":"4/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":54,"Cost":27,"Date":"5/7/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":850,"Cost":765,"Date":"5/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":252,"Cost":208,"Date":"5/20/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":109,"Cost":69,"Date":"6/2/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":306,"Cost":221,"Date":"6/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":737,"Cost":556,"Date":"6/16/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":538,"Cost":334,"Date":"6/16/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":338,"Cost":304,"Date":"7/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":191,"Cost":148,"Date":"7/11/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":302,"Cost":151,"Date":"8/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":988,"Cost":732,"Date":"8/29/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":685,"Cost":385,"Date":"8/31/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":39,"Cost":29,"Date":"9/8/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":523,"Cost":407,"Date":"9/13/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":827,"Cost":649,"Date":"9/14/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":695,"Cost":603,"Date":"9/19/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":459,"Cost":306,"Date":"9/25/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":365,"Cost":319,"Date":"10/4/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":300,"Cost":192,"Date":"10/10/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":71,"Cost":35,"Date":"10/17/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":655,"Cost":461,"Date":"10/28/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":120,"Cost":111,"Date":"10/30/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":283,"Cost":251,"Date":"11/1/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":950,"Cost":579,"Date":"11/15/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":442,"Cost":268,"Date":"11/25/2023"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":915,"Cost":608,"Date":"1/10/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":687,"Cost":542,"Date":"1/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":519,"Cost":386,"Date":"1/20/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":417,"Cost":396,"Date":"2/8/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":828,"Cost":587,"Date":"2/25/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":633,"Cost":443,"Date":"3/7/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":617,"Cost":410,"Date":"3/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":192,"Cost":108,"Date":"3/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":711,"Cost":574,"Date":"4/5/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":873,"Cost":785,"Date":"4/14/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":275,"Cost":199,"Date":"5/3/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":848,"Cost":481,"Date":"5/9/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":172,"Cost":110,"Date":"5/15/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":179,"Cost":166,"Date":"5/25/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":32,"Cost":25,"Date":"5/26/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":66,"Cost":57,"Date":"5/31/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":133,"Cost":116,"Date":"7/27/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":7,"Cost":4,"Date":"9/17/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":43,"Cost":36,"Date":"10/6/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":246,"Cost":124,"Date":"10/8/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":396,"Cost":358,"Date":"10/26/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":253,"Cost":139,"Date":"11/16/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":771,"Cost":566,"Date":"11/18/2024"},{"Store":"Phipps Plaza, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":571,"Cost":521,"Date":"12/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":371,"Cost":274,"Date":"2/9/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":570,"Cost":450,"Date":"2/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":414,"Cost":215,"Date":"3/10/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":289,"Cost":181,"Date":"3/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":373,"Cost":282,"Date":"3/18/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":170,"Cost":135,"Date":"3/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":594,"Cost":541,"Date":"3/26/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":684,"Cost":528,"Date":"6/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":475,"Cost":291,"Date":"6/10/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":238,"Cost":120,"Date":"6/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":48,"Cost":43,"Date":"6/25/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":65,"Cost":58,"Date":"7/19/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":432,"Date":"7/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":995,"Cost":888,"Date":"7/25/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":957,"Cost":908,"Date":"8/4/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":722,"Cost":399,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":391,"Cost":318,"Date":"9/4/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":900,"Cost":586,"Date":"9/19/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":963,"Cost":762,"Date":"9/29/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":604,"Cost":461,"Date":"10/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":868,"Cost":453,"Date":"10/15/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":896,"Cost":743,"Date":"10/30/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":229,"Cost":140,"Date":"11/9/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":432,"Cost":395,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":355,"Cost":195,"Date":"11/30/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":712,"Cost":546,"Date":"12/8/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":363,"Cost":245,"Date":"12/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":92,"Cost":58,"Date":"1/15/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":543,"Cost":302,"Date":"1/24/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":114,"Cost":66,"Date":"2/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":13,"Cost":10,"Date":"2/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":312,"Cost":229,"Date":"3/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":490,"Cost":329,"Date":"3/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":327,"Cost":249,"Date":"4/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":225,"Cost":142,"Date":"5/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":524,"Cost":397,"Date":"5/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":363,"Cost":340,"Date":"6/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":580,"Cost":369,"Date":"6/26/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":91,"Cost":67,"Date":"7/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":10,"Cost":8,"Date":"7/13/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":645,"Cost":324,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":380,"Cost":269,"Date":"8/26/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":81,"Cost":71,"Date":"9/2/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":270,"Cost":198,"Date":"9/29/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":382,"Cost":224,"Date":"10/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":378,"Cost":289,"Date":"11/2/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":39,"Cost":28,"Date":"11/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":269,"Date":"11/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":583,"Cost":380,"Date":"12/1/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":538,"Cost":487,"Date":"12/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":772,"Cost":598,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":105,"Cost":90,"Date":"12/18/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":165,"Cost":141,"Date":"12/20/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":160,"Cost":130,"Date":"12/20/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":283,"Cost":186,"Date":"12/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":976,"Cost":778,"Date":"1/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":700,"Cost":498,"Date":"2/5/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":994,"Cost":835,"Date":"2/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":456,"Cost":376,"Date":"2/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":315,"Cost":245,"Date":"2/18/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":994,"Cost":818,"Date":"2/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":480,"Cost":286,"Date":"2/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":518,"Cost":407,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":640,"Cost":381,"Date":"4/2/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":690,"Cost":552,"Date":"4/3/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":801,"Cost":488,"Date":"4/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":388,"Cost":274,"Date":"4/10/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":655,"Cost":473,"Date":"4/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":994,"Cost":527,"Date":"5/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":822,"Cost":654,"Date":"5/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":694,"Cost":470,"Date":"6/20/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":613,"Cost":415,"Date":"7/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":763,"Cost":417,"Date":"7/4/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":11,"Cost":7,"Date":"7/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":752,"Cost":640,"Date":"7/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":91,"Cost":45,"Date":"7/14/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":143,"Cost":128,"Date":"7/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":85,"Cost":46,"Date":"8/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":970,"Cost":702,"Date":"8/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":477,"Cost":324,"Date":"8/7/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":337,"Cost":261,"Date":"8/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":376,"Cost":195,"Date":"8/31/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":40,"Cost":34,"Date":"9/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":28,"Cost":26,"Date":"9/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":90,"Cost":86,"Date":"9/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":843,"Cost":519,"Date":"9/29/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":96,"Cost":77,"Date":"11/7/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":58,"Cost":32,"Date":"11/26/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":469,"Cost":423,"Date":"11/27/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":106,"Cost":82,"Date":"12/5/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":334,"Cost":316,"Date":"12/26/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":982,"Cost":848,"Date":"12/31/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":601,"Cost":403,"Date":"1/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":799,"Cost":655,"Date":"2/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":810,"Cost":562,"Date":"2/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":513,"Cost":326,"Date":"2/27/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":993,"Cost":844,"Date":"3/1/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":83,"Cost":48,"Date":"3/1/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":537,"Cost":306,"Date":"3/19/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":407,"Cost":376,"Date":"3/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":557,"Cost":468,"Date":"5/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":355,"Cost":207,"Date":"7/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":474,"Cost":430,"Date":"8/5/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":840,"Cost":677,"Date":"8/12/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":458,"Cost":245,"Date":"8/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":180,"Cost":158,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":742,"Cost":468,"Date":"9/3/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":373,"Cost":282,"Date":"9/5/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":279,"Cost":196,"Date":"10/6/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":972,"Cost":619,"Date":"10/19/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":184,"Cost":100,"Date":"11/15/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":579,"Cost":410,"Date":"12/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":609,"Cost":523,"Date":"1/8/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":654,"Cost":350,"Date":"1/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":83,"Cost":48,"Date":"1/19/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":137,"Cost":110,"Date":"1/28/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":676,"Cost":579,"Date":"1/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":977,"Cost":718,"Date":"3/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":952,"Cost":541,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":811,"Cost":622,"Date":"4/24/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":304,"Cost":170,"Date":"4/28/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":804,"Cost":492,"Date":"5/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":207,"Cost":169,"Date":"5/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":50,"Cost":33,"Date":"5/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":580,"Cost":387,"Date":"6/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":840,"Cost":590,"Date":"6/3/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":971,"Cost":738,"Date":"6/5/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":109,"Cost":75,"Date":"6/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":915,"Cost":494,"Date":"6/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":241,"Date":"6/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":743,"Cost":645,"Date":"6/24/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":257,"Cost":241,"Date":"7/4/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":582,"Cost":462,"Date":"7/9/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":272,"Cost":173,"Date":"7/12/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":966,"Cost":558,"Date":"8/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":734,"Cost":410,"Date":"8/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":601,"Cost":559,"Date":"8/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":529,"Cost":363,"Date":"9/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":486,"Cost":395,"Date":"9/3/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":846,"Cost":662,"Date":"9/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":768,"Cost":686,"Date":"10/4/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":959,"Cost":481,"Date":"11/1/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":501,"Cost":387,"Date":"11/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":243,"Cost":126,"Date":"12/17/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":272,"Cost":223,"Date":"2/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":765,"Cost":704,"Date":"2/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":400,"Cost":369,"Date":"3/4/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":676,"Cost":588,"Date":"3/9/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":125,"Cost":96,"Date":"3/9/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":558,"Cost":498,"Date":"3/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":573,"Cost":453,"Date":"3/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":927,"Cost":638,"Date":"3/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":687,"Cost":478,"Date":"3/23/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":466,"Cost":312,"Date":"4/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":637,"Cost":532,"Date":"5/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":484,"Cost":281,"Date":"5/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":985,"Cost":586,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":912,"Cost":841,"Date":"6/2/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":226,"Cost":195,"Date":"6/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":380,"Cost":244,"Date":"6/16/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":467,"Cost":332,"Date":"6/16/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":808,"Cost":718,"Date":"7/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":202,"Cost":109,"Date":"7/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":392,"Cost":241,"Date":"8/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":925,"Cost":790,"Date":"8/29/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":449,"Cost":422,"Date":"8/31/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":75,"Cost":54,"Date":"9/8/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":391,"Cost":285,"Date":"9/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":389,"Cost":303,"Date":"9/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":768,"Cost":641,"Date":"9/19/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":951,"Cost":675,"Date":"9/25/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":544,"Cost":424,"Date":"10/4/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":580,"Cost":336,"Date":"10/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":142,"Cost":83,"Date":"10/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":274,"Cost":226,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":498,"Cost":405,"Date":"10/30/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":62,"Cost":40,"Date":"11/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":915,"Cost":632,"Date":"11/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":332,"Cost":258,"Date":"11/25/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":338,"Cost":310,"Date":"1/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":222,"Cost":194,"Date":"1/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":328,"Cost":183,"Date":"1/20/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":15,"Cost":11,"Date":"2/8/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":10,"Cost":6,"Date":"2/25/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":892,"Cost":789,"Date":"3/7/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":908,"Cost":530,"Date":"3/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":932,"Cost":782,"Date":"3/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":123,"Cost":86,"Date":"4/5/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":704,"Cost":418,"Date":"4/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":82,"Cost":51,"Date":"5/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":340,"Cost":253,"Date":"5/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":276,"Cost":260,"Date":"5/15/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":544,"Cost":328,"Date":"5/25/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":818,"Cost":466,"Date":"5/26/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":196,"Cost":155,"Date":"5/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":949,"Cost":698,"Date":"7/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":961,"Cost":560,"Date":"9/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":184,"Cost":107,"Date":"10/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":526,"Cost":390,"Date":"10/8/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":993,"Cost":507,"Date":"10/26/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":735,"Cost":644,"Date":"11/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":902,"Cost":809,"Date":"11/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Sellpy","Country":"USA","Sale":871,"Cost":464,"Date":"12/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":280,"Cost":199,"Date":"2/9/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":678,"Cost":557,"Date":"2/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":660,"Cost":551,"Date":"3/10/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":80,"Cost":57,"Date":"3/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":422,"Cost":395,"Date":"3/18/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":698,"Cost":554,"Date":"3/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":574,"Cost":304,"Date":"3/26/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":670,"Cost":461,"Date":"6/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":588,"Cost":392,"Date":"6/10/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":278,"Cost":199,"Date":"6/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":556,"Cost":430,"Date":"6/25/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":198,"Cost":121,"Date":"7/19/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":446,"Cost":250,"Date":"7/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":895,"Cost":740,"Date":"7/25/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":877,"Cost":571,"Date":"8/4/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":929,"Cost":871,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":546,"Cost":381,"Date":"9/4/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":10,"Cost":8,"Date":"9/19/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":591,"Cost":512,"Date":"9/29/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":556,"Cost":501,"Date":"10/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":654,"Cost":332,"Date":"10/15/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":667,"Cost":573,"Date":"10/30/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":274,"Cost":244,"Date":"11/9/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":470,"Cost":359,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":456,"Cost":322,"Date":"11/30/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":916,"Cost":752,"Date":"12/8/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":200,"Cost":105,"Date":"12/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":954,"Cost":896,"Date":"1/15/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":67,"Cost":54,"Date":"1/24/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":351,"Cost":260,"Date":"2/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":655,"Cost":347,"Date":"2/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":347,"Cost":174,"Date":"3/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":841,"Cost":488,"Date":"3/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":673,"Cost":524,"Date":"4/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":760,"Cost":657,"Date":"5/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":861,"Cost":654,"Date":"5/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":255,"Cost":195,"Date":"6/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":246,"Cost":172,"Date":"6/26/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":342,"Cost":290,"Date":"7/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":540,"Cost":447,"Date":"7/13/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":866,"Cost":663,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":625,"Cost":497,"Date":"8/26/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":210,"Cost":176,"Date":"9/2/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":872,"Cost":632,"Date":"9/29/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":818,"Cost":599,"Date":"10/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":972,"Cost":865,"Date":"11/2/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":201,"Cost":117,"Date":"11/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":506,"Cost":423,"Date":"11/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":609,"Cost":471,"Date":"12/1/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":657,"Cost":456,"Date":"12/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":47,"Cost":40,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":422,"Cost":333,"Date":"12/18/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":135,"Cost":122,"Date":"12/20/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":1,"Cost":1,"Date":"12/20/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":32,"Cost":30,"Date":"12/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":576,"Cost":403,"Date":"1/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":601,"Cost":484,"Date":"2/5/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":983,"Cost":893,"Date":"2/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":264,"Cost":209,"Date":"2/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":814,"Cost":654,"Date":"2/18/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":722,"Cost":487,"Date":"2/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":97,"Cost":56,"Date":"2/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":30,"Cost":15,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":585,"Cost":346,"Date":"4/2/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":804,"Cost":749,"Date":"4/3/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":521,"Cost":379,"Date":"4/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":545,"Cost":398,"Date":"4/10/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":207,"Cost":104,"Date":"4/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":826,"Cost":599,"Date":"5/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":239,"Cost":216,"Date":"5/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":899,"Cost":789,"Date":"6/20/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":338,"Cost":310,"Date":"7/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":890,"Cost":545,"Date":"7/4/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":620,"Cost":448,"Date":"7/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":122,"Cost":79,"Date":"7/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":815,"Cost":687,"Date":"7/14/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":661,"Cost":352,"Date":"7/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":878,"Cost":717,"Date":"8/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":117,"Cost":75,"Date":"8/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":37,"Cost":28,"Date":"8/7/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":352,"Cost":299,"Date":"8/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":293,"Cost":177,"Date":"8/31/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":174,"Cost":87,"Date":"9/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":294,"Cost":189,"Date":"9/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":271,"Cost":163,"Date":"9/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":694,"Cost":649,"Date":"9/29/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":273,"Cost":164,"Date":"11/7/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":181,"Cost":124,"Date":"11/26/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":818,"Cost":588,"Date":"11/27/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":345,"Cost":215,"Date":"12/5/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":42,"Cost":37,"Date":"12/26/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":699,"Cost":442,"Date":"12/31/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":203,"Cost":172,"Date":"1/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":479,"Cost":274,"Date":"2/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":275,"Cost":167,"Date":"2/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":943,"Cost":591,"Date":"2/27/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":289,"Cost":251,"Date":"3/1/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":169,"Cost":118,"Date":"3/1/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":820,"Cost":544,"Date":"3/19/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":824,"Cost":622,"Date":"3/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":395,"Cost":320,"Date":"5/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":344,"Cost":172,"Date":"7/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":2,"Cost":1,"Date":"8/5/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":480,"Cost":337,"Date":"8/12/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":574,"Cost":469,"Date":"8/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":809,"Cost":728,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":101,"Cost":95,"Date":"9/3/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":999,"Cost":742,"Date":"9/5/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":913,"Cost":561,"Date":"10/6/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":135,"Cost":122,"Date":"10/19/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":266,"Cost":189,"Date":"11/15/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":894,"Cost":541,"Date":"12/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":364,"Cost":201,"Date":"1/8/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":871,"Cost":748,"Date":"1/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":908,"Cost":557,"Date":"1/19/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":402,"Cost":213,"Date":"1/28/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":857,"Cost":539,"Date":"1/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":716,"Cost":426,"Date":"3/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":972,"Cost":626,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":359,"Cost":279,"Date":"4/24/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":103,"Cost":84,"Date":"4/28/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":486,"Cost":457,"Date":"5/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":329,"Cost":216,"Date":"5/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":385,"Cost":329,"Date":"5/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":278,"Cost":205,"Date":"6/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":432,"Cost":369,"Date":"6/3/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":130,"Cost":118,"Date":"6/5/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":427,"Cost":377,"Date":"6/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":472,"Cost":283,"Date":"6/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":550,"Cost":481,"Date":"6/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":591,"Cost":454,"Date":"6/24/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":594,"Cost":494,"Date":"7/4/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":540,"Cost":314,"Date":"7/9/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":255,"Cost":223,"Date":"7/12/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":846,"Cost":521,"Date":"8/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":399,"Cost":361,"Date":"8/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":895,"Cost":653,"Date":"8/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":215,"Cost":143,"Date":"9/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":828,"Cost":450,"Date":"9/3/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":808,"Cost":543,"Date":"9/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":245,"Cost":183,"Date":"10/4/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":794,"Cost":573,"Date":"11/1/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":679,"Cost":416,"Date":"11/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":123,"Cost":107,"Date":"12/17/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":707,"Cost":386,"Date":"2/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":355,"Cost":261,"Date":"2/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":298,"Cost":240,"Date":"3/4/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":865,"Cost":627,"Date":"3/9/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":933,"Cost":830,"Date":"3/9/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":22,"Cost":20,"Date":"3/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":72,"Cost":54,"Date":"3/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":728,"Cost":410,"Date":"3/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":298,"Cost":158,"Date":"3/23/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":328,"Cost":308,"Date":"4/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":512,"Cost":397,"Date":"5/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":161,"Cost":125,"Date":"5/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":187,"Cost":171,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":951,"Cost":702,"Date":"6/2/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":771,"Cost":542,"Date":"6/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":259,"Cost":243,"Date":"6/16/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":369,"Cost":274,"Date":"6/16/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":795,"Cost":532,"Date":"7/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":42,"Cost":26,"Date":"7/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":670,"Cost":603,"Date":"8/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":501,"Cost":415,"Date":"8/29/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":125,"Cost":73,"Date":"8/31/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":22,"Cost":21,"Date":"9/8/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":762,"Cost":472,"Date":"9/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":965,"Cost":535,"Date":"9/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":246,"Cost":175,"Date":"9/19/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":427,"Cost":227,"Date":"9/25/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":511,"Cost":432,"Date":"10/4/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":767,"Cost":397,"Date":"10/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":291,"Cost":153,"Date":"10/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":238,"Cost":170,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":333,"Cost":175,"Date":"10/30/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":833,"Cost":444,"Date":"11/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":864,"Cost":673,"Date":"11/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":622,"Cost":448,"Date":"11/25/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":413,"Cost":250,"Date":"1/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":932,"Cost":612,"Date":"1/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":222,"Cost":199,"Date":"1/20/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":448,"Cost":375,"Date":"2/8/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":257,"Cost":241,"Date":"2/25/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":564,"Cost":408,"Date":"3/7/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":156,"Cost":92,"Date":"3/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":901,"Cost":831,"Date":"3/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":446,"Cost":227,"Date":"4/5/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":546,"Cost":425,"Date":"4/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":165,"Cost":121,"Date":"5/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":289,"Cost":261,"Date":"5/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":170,"Cost":128,"Date":"5/15/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":504,"Cost":398,"Date":"5/25/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":497,"Cost":285,"Date":"5/26/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":897,"Cost":815,"Date":"5/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":364,"Cost":334,"Date":"7/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":720,"Cost":634,"Date":"9/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":850,"Cost":682,"Date":"10/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":907,"Cost":500,"Date":"10/8/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":407,"Cost":217,"Date":"10/26/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":695,"Cost":385,"Date":"11/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":177,"Cost":139,"Date":"11/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"HM Home","Country":"USA","Sale":183,"Cost":158,"Date":"12/1/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":362,"Cost":315,"Date":"2/9/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":563,"Cost":495,"Date":"2/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":218,"Cost":137,"Date":"3/10/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":125,"Cost":103,"Date":"3/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":338,"Cost":233,"Date":"3/18/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":354,"Cost":332,"Date":"3/20/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":656,"Cost":398,"Date":"3/26/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":214,"Cost":175,"Date":"6/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":91,"Cost":79,"Date":"6/10/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":439,"Cost":352,"Date":"6/16/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":182,"Cost":136,"Date":"6/25/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":438,"Cost":362,"Date":"7/19/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":945,"Cost":711,"Date":"7/21/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":497,"Cost":311,"Date":"7/25/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":609,"Cost":507,"Date":"8/4/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":304,"Cost":195,"Date":"9/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":934,"Cost":793,"Date":"9/4/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":808,"Cost":626,"Date":"9/19/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":249,"Cost":228,"Date":"9/29/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":574,"Cost":473,"Date":"10/2/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":514,"Cost":370,"Date":"10/15/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":214,"Cost":195,"Date":"10/30/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":702,"Cost":659,"Date":"11/9/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":657,"Cost":369,"Date":"11/23/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":702,"Cost":629,"Date":"11/30/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":884,"Cost":618,"Date":"12/8/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":765,"Cost":412,"Date":"12/11/2018"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":171,"Cost":89,"Date":"1/15/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":518,"Cost":445,"Date":"1/24/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":726,"Cost":493,"Date":"2/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":218,"Cost":147,"Date":"2/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":238,"Cost":178,"Date":"3/9/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":506,"Cost":286,"Date":"3/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":706,"Cost":609,"Date":"4/19/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":806,"Cost":658,"Date":"5/3/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":409,"Cost":364,"Date":"5/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":263,"Cost":169,"Date":"6/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":57,"Cost":54,"Date":"6/26/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":997,"Cost":594,"Date":"7/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":451,"Cost":250,"Date":"7/13/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":205,"Cost":107,"Date":"8/8/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":443,"Cost":419,"Date":"8/26/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":458,"Cost":271,"Date":"9/2/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":669,"Cost":343,"Date":"9/29/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":714,"Cost":590,"Date":"10/12/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":974,"Cost":843,"Date":"11/2/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":57,"Cost":32,"Date":"11/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":37,"Cost":24,"Date":"11/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":828,"Cost":423,"Date":"12/1/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":573,"Cost":428,"Date":"12/4/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":218,"Cost":130,"Date":"12/7/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":108,"Cost":100,"Date":"12/18/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":74,"Cost":60,"Date":"12/20/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":105,"Cost":96,"Date":"12/20/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":49,"Cost":25,"Date":"12/21/2019"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":569,"Cost":409,"Date":"1/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":958,"Cost":496,"Date":"2/5/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":218,"Cost":128,"Date":"2/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":633,"Cost":492,"Date":"2/16/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":19,"Cost":18,"Date":"2/18/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":278,"Cost":178,"Date":"2/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":230,"Cost":174,"Date":"2/25/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":382,"Cost":204,"Date":"3/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":339,"Cost":243,"Date":"4/2/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":67,"Cost":50,"Date":"4/3/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":196,"Cost":151,"Date":"4/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":286,"Cost":178,"Date":"4/10/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":347,"Cost":249,"Date":"4/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":370,"Cost":316,"Date":"5/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":262,"Cost":223,"Date":"5/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":655,"Cost":595,"Date":"6/20/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":485,"Cost":255,"Date":"7/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":801,"Cost":479,"Date":"7/4/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":308,"Cost":270,"Date":"7/8/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":624,"Cost":433,"Date":"7/9/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":638,"Cost":541,"Date":"7/14/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":442,"Cost":309,"Date":"7/19/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":878,"Cost":634,"Date":"8/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":480,"Cost":404,"Date":"8/6/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":188,"Cost":145,"Date":"8/7/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":477,"Cost":328,"Date":"8/22/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":750,"Cost":535,"Date":"8/31/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":783,"Cost":639,"Date":"9/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":506,"Cost":299,"Date":"9/1/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":464,"Cost":289,"Date":"9/17/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":652,"Cost":609,"Date":"9/29/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":827,"Cost":453,"Date":"11/7/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":330,"Cost":286,"Date":"11/26/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":776,"Cost":480,"Date":"11/27/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":192,"Cost":107,"Date":"12/5/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":26,"Cost":13,"Date":"12/26/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":26,"Cost":21,"Date":"12/31/2020"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":886,"Cost":753,"Date":"1/20/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":597,"Cost":522,"Date":"2/2/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":653,"Cost":558,"Date":"2/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":766,"Cost":647,"Date":"2/27/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":394,"Cost":205,"Date":"3/1/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":986,"Cost":793,"Date":"3/1/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":810,"Cost":511,"Date":"3/19/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":478,"Cost":368,"Date":"3/28/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":495,"Cost":381,"Date":"5/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":916,"Cost":869,"Date":"7/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":422,"Cost":238,"Date":"8/5/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":485,"Cost":396,"Date":"8/12/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":816,"Cost":690,"Date":"8/21/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":987,"Cost":707,"Date":"8/23/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":113,"Cost":93,"Date":"9/3/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":953,"Cost":556,"Date":"9/5/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":745,"Cost":678,"Date":"10/6/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":555,"Cost":391,"Date":"10/19/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":340,"Cost":278,"Date":"11/15/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":689,"Cost":391,"Date":"12/8/2021"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":218,"Cost":137,"Date":"1/8/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":959,"Cost":859,"Date":"1/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":594,"Cost":398,"Date":"1/19/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":815,"Cost":583,"Date":"1/28/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":40,"Cost":33,"Date":"1/31/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":243,"Cost":190,"Date":"3/27/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":631,"Cost":518,"Date":"4/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":542,"Cost":455,"Date":"4/24/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":169,"Cost":137,"Date":"4/28/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":495,"Cost":427,"Date":"5/15/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":597,"Cost":413,"Date":"5/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":895,"Cost":763,"Date":"5/18/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":586,"Cost":339,"Date":"6/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":942,"Cost":656,"Date":"6/3/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":850,"Cost":546,"Date":"6/5/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":248,"Cost":217,"Date":"6/7/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":629,"Cost":433,"Date":"6/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":203,"Cost":109,"Date":"6/20/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":398,"Cost":288,"Date":"6/24/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":911,"Cost":518,"Date":"7/4/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":228,"Cost":207,"Date":"7/9/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":916,"Cost":491,"Date":"7/12/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":343,"Cost":311,"Date":"8/14/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":139,"Cost":70,"Date":"8/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":288,"Cost":257,"Date":"8/23/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":154,"Cost":91,"Date":"9/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":871,"Cost":660,"Date":"9/3/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":102,"Cost":82,"Date":"9/16/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":280,"Cost":170,"Date":"10/4/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":294,"Cost":216,"Date":"11/1/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":579,"Cost":523,"Date":"11/2/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":621,"Cost":412,"Date":"12/17/2022"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":821,"Cost":749,"Date":"2/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":407,"Cost":347,"Date":"2/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":291,"Cost":217,"Date":"3/4/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":775,"Cost":652,"Date":"3/9/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":805,"Cost":443,"Date":"3/9/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":296,"Cost":197,"Date":"3/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":757,"Cost":433,"Date":"3/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":638,"Cost":500,"Date":"3/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":399,"Cost":201,"Date":"3/23/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":852,"Cost":760,"Date":"4/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":773,"Cost":680,"Date":"5/7/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":422,"Cost":313,"Date":"5/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":382,"Cost":316,"Date":"5/20/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":625,"Cost":458,"Date":"6/2/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":542,"Cost":425,"Date":"6/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":219,"Cost":161,"Date":"6/16/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":907,"Cost":672,"Date":"6/16/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":389,"Cost":367,"Date":"7/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":902,"Cost":575,"Date":"7/11/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":816,"Cost":480,"Date":"8/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":311,"Cost":278,"Date":"8/29/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":624,"Cost":367,"Date":"8/31/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":386,"Cost":311,"Date":"9/8/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":949,"Cost":551,"Date":"9/13/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":165,"Cost":86,"Date":"9/14/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":655,"Cost":527,"Date":"9/19/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":476,"Cost":309,"Date":"9/25/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":221,"Cost":172,"Date":"10/4/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":953,"Cost":762,"Date":"10/10/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":604,"Cost":570,"Date":"10/17/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":143,"Cost":76,"Date":"10/28/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":832,"Cost":559,"Date":"10/30/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":48,"Cost":38,"Date":"11/1/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":851,"Cost":645,"Date":"11/15/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":754,"Cost":653,"Date":"11/25/2023"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":297,"Cost":163,"Date":"1/10/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":239,"Cost":129,"Date":"1/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":308,"Cost":243,"Date":"1/20/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":790,"Cost":422,"Date":"2/8/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":580,"Cost":418,"Date":"2/25/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":769,"Cost":418,"Date":"3/7/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":22,"Cost":18,"Date":"3/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":649,"Cost":389,"Date":"3/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":349,"Cost":327,"Date":"4/5/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":208,"Cost":108,"Date":"4/14/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":537,"Cost":479,"Date":"5/3/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":658,"Cost":593,"Date":"5/9/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":725,"Cost":482,"Date":"5/15/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":112,"Cost":69,"Date":"5/25/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":968,"Cost":646,"Date":"5/26/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":770,"Cost":668,"Date":"5/31/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":908,"Cost":517,"Date":"7/27/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":80,"Cost":51,"Date":"9/17/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":127,"Cost":107,"Date":"10/6/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":685,"Cost":446,"Date":"10/8/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":70,"Cost":67,"Date":"10/26/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":333,"Cost":192,"Date":"11/16/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":315,"Cost":268,"Date":"11/18/2024"},{"Store":"Southdale Center, Edina, MN","Brand":"Jeans","Country":"USA","Sale":125,"Cost":89,"Date":"12/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":141,"Cost":78,"Date":"2/9/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":54,"Cost":48,"Date":"2/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":795,"Cost":593,"Date":"3/10/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":113,"Cost":82,"Date":"3/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":275,"Cost":218,"Date":"3/18/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":403,"Cost":319,"Date":"3/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":435,"Cost":282,"Date":"3/26/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":878,"Cost":696,"Date":"6/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":750,"Cost":570,"Date":"6/10/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":833,"Cost":770,"Date":"6/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":993,"Cost":600,"Date":"6/25/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":880,"Cost":788,"Date":"7/19/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":98,"Cost":58,"Date":"7/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":115,"Cost":74,"Date":"7/25/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":175,"Cost":106,"Date":"8/4/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":157,"Cost":134,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":709,"Cost":474,"Date":"9/4/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":114,"Cost":69,"Date":"9/19/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":940,"Cost":680,"Date":"9/29/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":952,"Cost":513,"Date":"10/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":945,"Cost":747,"Date":"10/15/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":650,"Cost":596,"Date":"10/30/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":787,"Cost":547,"Date":"11/9/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":919,"Cost":604,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":967,"Cost":784,"Date":"11/30/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":276,"Cost":161,"Date":"12/8/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":850,"Cost":574,"Date":"12/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":853,"Cost":661,"Date":"1/15/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":183,"Cost":172,"Date":"1/24/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":563,"Cost":408,"Date":"2/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":373,"Cost":353,"Date":"2/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":186,"Cost":152,"Date":"3/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":260,"Cost":186,"Date":"3/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":548,"Cost":297,"Date":"4/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":952,"Cost":724,"Date":"5/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":214,"Cost":131,"Date":"5/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":796,"Cost":575,"Date":"6/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":770,"Cost":445,"Date":"6/26/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":50,"Cost":29,"Date":"7/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":753,"Cost":630,"Date":"7/13/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":449,"Cost":382,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":548,"Cost":440,"Date":"8/26/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":868,"Cost":738,"Date":"9/2/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":264,"Cost":204,"Date":"9/29/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":334,"Cost":218,"Date":"10/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":607,"Cost":426,"Date":"11/2/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":795,"Cost":518,"Date":"11/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":598,"Cost":486,"Date":"11/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":409,"Cost":233,"Date":"12/1/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":295,"Cost":242,"Date":"12/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":515,"Cost":370,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":670,"Cost":506,"Date":"12/18/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":906,"Cost":807,"Date":"12/20/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":256,"Cost":195,"Date":"12/20/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":8,"Cost":8,"Date":"12/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":305,"Cost":176,"Date":"1/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":782,"Cost":660,"Date":"2/5/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":848,"Cost":732,"Date":"2/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":167,"Cost":114,"Date":"2/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":253,"Cost":235,"Date":"2/18/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":790,"Cost":595,"Date":"2/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":614,"Cost":554,"Date":"2/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":538,"Cost":362,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":704,"Cost":558,"Date":"4/2/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":454,"Cost":404,"Date":"4/3/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":294,"Cost":203,"Date":"4/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":375,"Cost":258,"Date":"4/10/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":772,"Cost":511,"Date":"4/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":616,"Cost":482,"Date":"5/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":432,"Cost":320,"Date":"5/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":475,"Cost":325,"Date":"6/20/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":929,"Cost":478,"Date":"7/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":933,"Cost":680,"Date":"7/4/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":364,"Cost":253,"Date":"7/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":775,"Cost":451,"Date":"7/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":740,"Cost":414,"Date":"7/14/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":545,"Cost":346,"Date":"7/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":81,"Cost":74,"Date":"8/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":925,"Cost":635,"Date":"8/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":211,"Cost":179,"Date":"8/7/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":903,"Cost":676,"Date":"8/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":168,"Cost":90,"Date":"8/31/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":670,"Cost":530,"Date":"9/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":323,"Cost":247,"Date":"9/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":242,"Cost":166,"Date":"9/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":883,"Cost":732,"Date":"9/29/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":987,"Cost":731,"Date":"11/7/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":119,"Cost":106,"Date":"11/26/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":549,"Cost":512,"Date":"11/27/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":904,"Cost":847,"Date":"12/5/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":487,"Cost":447,"Date":"12/26/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":651,"Cost":346,"Date":"12/31/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":554,"Cost":287,"Date":"1/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":630,"Cost":342,"Date":"2/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":952,"Cost":825,"Date":"2/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":876,"Cost":606,"Date":"2/27/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":792,"Cost":553,"Date":"3/1/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":583,"Cost":326,"Date":"3/1/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":939,"Cost":746,"Date":"3/19/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":725,"Cost":408,"Date":"3/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":454,"Cost":365,"Date":"5/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":306,"Cost":240,"Date":"7/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":932,"Cost":646,"Date":"8/5/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":490,"Cost":391,"Date":"8/12/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":194,"Cost":172,"Date":"8/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":613,"Cost":377,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":792,"Cost":584,"Date":"9/3/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":968,"Cost":627,"Date":"9/5/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":683,"Cost":372,"Date":"10/6/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":722,"Cost":643,"Date":"10/19/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":503,"Cost":364,"Date":"11/15/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":298,"Cost":162,"Date":"12/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":636,"Cost":548,"Date":"1/8/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":134,"Cost":87,"Date":"1/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":656,"Cost":508,"Date":"1/19/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":485,"Cost":449,"Date":"1/28/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":545,"Cost":447,"Date":"1/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":359,"Cost":214,"Date":"3/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":393,"Cost":357,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":805,"Cost":652,"Date":"4/24/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":100,"Cost":95,"Date":"4/28/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":816,"Cost":470,"Date":"5/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":829,"Cost":654,"Date":"5/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":174,"Cost":152,"Date":"5/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":41,"Cost":33,"Date":"6/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":387,"Cost":320,"Date":"6/3/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":477,"Cost":428,"Date":"6/5/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":425,"Cost":285,"Date":"6/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":790,"Cost":745,"Date":"6/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":389,"Cost":301,"Date":"6/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":634,"Cost":560,"Date":"6/24/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":269,"Cost":164,"Date":"7/4/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":598,"Cost":543,"Date":"7/9/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":849,"Cost":440,"Date":"7/12/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":244,"Cost":174,"Date":"8/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":153,"Cost":90,"Date":"8/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":267,"Cost":185,"Date":"8/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":479,"Cost":355,"Date":"9/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":389,"Cost":236,"Date":"9/3/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":380,"Cost":248,"Date":"9/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":714,"Cost":364,"Date":"10/4/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":825,"Cost":640,"Date":"11/1/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":597,"Cost":457,"Date":"11/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":961,"Cost":699,"Date":"12/17/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":208,"Cost":153,"Date":"2/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":793,"Cost":742,"Date":"2/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":523,"Cost":369,"Date":"3/4/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":413,"Cost":209,"Date":"3/9/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":198,"Cost":109,"Date":"3/9/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":73,"Cost":53,"Date":"3/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":910,"Cost":607,"Date":"3/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":263,"Cost":175,"Date":"3/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":227,"Cost":130,"Date":"3/23/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":149,"Cost":98,"Date":"4/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":229,"Cost":134,"Date":"5/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":105,"Cost":72,"Date":"5/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":942,"Cost":599,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":771,"Cost":401,"Date":"6/2/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":808,"Cost":558,"Date":"6/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":1,"Cost":1,"Date":"6/16/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":120,"Cost":103,"Date":"6/16/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":719,"Cost":613,"Date":"7/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":662,"Cost":600,"Date":"7/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":529,"Cost":349,"Date":"8/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":436,"Cost":328,"Date":"8/29/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":172,"Cost":115,"Date":"8/31/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":606,"Cost":490,"Date":"9/8/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":269,"Cost":197,"Date":"9/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":680,"Cost":619,"Date":"9/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":650,"Cost":583,"Date":"9/19/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":337,"Cost":319,"Date":"9/25/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":928,"Cost":604,"Date":"10/4/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":776,"Cost":423,"Date":"10/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":403,"Cost":285,"Date":"10/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":616,"Cost":348,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":161,"Cost":118,"Date":"10/30/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":606,"Cost":339,"Date":"11/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":234,"Cost":200,"Date":"11/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":261,"Cost":149,"Date":"11/25/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":987,"Cost":654,"Date":"1/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":441,"Cost":400,"Date":"1/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":166,"Cost":102,"Date":"1/20/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":913,"Cost":836,"Date":"2/8/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":683,"Cost":644,"Date":"2/25/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":493,"Cost":314,"Date":"3/7/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":325,"Cost":190,"Date":"3/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":991,"Cost":804,"Date":"3/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":640,"Cost":587,"Date":"4/5/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":569,"Cost":533,"Date":"4/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":888,"Cost":527,"Date":"5/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":110,"Cost":94,"Date":"5/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":141,"Cost":125,"Date":"5/15/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":997,"Cost":621,"Date":"5/25/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":489,"Cost":406,"Date":"5/26/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":116,"Cost":80,"Date":"5/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":954,"Cost":714,"Date":"7/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":488,"Cost":250,"Date":"9/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":51,"Cost":28,"Date":"10/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":928,"Cost":717,"Date":"10/8/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":97,"Cost":61,"Date":"10/26/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":712,"Cost":357,"Date":"11/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":785,"Cost":535,"Date":"11/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"HM","Country":"USA","Sale":702,"Cost":351,"Date":"12/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":529,"Cost":337,"Date":"2/9/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":435,"Cost":263,"Date":"2/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":305,"Cost":169,"Date":"3/10/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":538,"Cost":413,"Date":"3/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":708,"Cost":407,"Date":"3/18/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":678,"Cost":581,"Date":"3/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":931,"Cost":490,"Date":"3/26/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":246,"Cost":146,"Date":"6/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":467,"Cost":392,"Date":"6/10/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":933,"Cost":814,"Date":"6/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":876,"Cost":817,"Date":"6/25/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":331,"Cost":294,"Date":"7/19/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":59,"Cost":53,"Date":"7/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":634,"Cost":439,"Date":"7/25/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":167,"Cost":155,"Date":"8/4/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":423,"Cost":391,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":19,"Cost":18,"Date":"9/4/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":666,"Cost":592,"Date":"9/19/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":969,"Cost":605,"Date":"9/29/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":699,"Cost":542,"Date":"10/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":821,"Cost":703,"Date":"10/15/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":130,"Cost":121,"Date":"10/30/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":113,"Cost":76,"Date":"11/9/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":84,"Cost":64,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":807,"Cost":473,"Date":"11/30/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":2,"Cost":1,"Date":"12/8/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":196,"Cost":183,"Date":"12/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":540,"Cost":346,"Date":"1/15/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":48,"Cost":28,"Date":"1/24/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":468,"Cost":441,"Date":"2/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":329,"Cost":221,"Date":"2/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":74,"Cost":57,"Date":"3/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":643,"Cost":477,"Date":"3/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":929,"Cost":537,"Date":"4/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":368,"Cost":255,"Date":"5/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":65,"Cost":46,"Date":"5/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":897,"Cost":664,"Date":"6/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":517,"Cost":383,"Date":"6/26/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":777,"Cost":533,"Date":"7/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":127,"Cost":107,"Date":"7/13/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":625,"Cost":517,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":157,"Cost":143,"Date":"8/26/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":470,"Cost":248,"Date":"9/2/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":789,"Cost":732,"Date":"9/29/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":358,"Cost":219,"Date":"10/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":681,"Cost":405,"Date":"11/2/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":533,"Cost":348,"Date":"11/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":184,"Cost":149,"Date":"11/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":57,"Cost":29,"Date":"12/1/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":606,"Cost":515,"Date":"12/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":40,"Cost":30,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":667,"Cost":385,"Date":"12/18/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":319,"Cost":269,"Date":"12/20/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":790,"Cost":720,"Date":"12/20/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":620,"Cost":417,"Date":"12/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":889,"Cost":699,"Date":"1/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":836,"Cost":616,"Date":"2/5/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":232,"Cost":203,"Date":"2/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":846,"Cost":701,"Date":"2/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":808,"Cost":682,"Date":"2/18/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":950,"Cost":548,"Date":"2/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":25,"Cost":15,"Date":"2/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":156,"Cost":85,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":554,"Cost":453,"Date":"4/2/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":542,"Cost":392,"Date":"4/3/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":686,"Cost":554,"Date":"4/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":884,"Cost":748,"Date":"4/10/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":300,"Cost":238,"Date":"4/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":183,"Cost":119,"Date":"5/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":100,"Cost":81,"Date":"5/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":942,"Cost":795,"Date":"6/20/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":706,"Cost":366,"Date":"7/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":833,"Cost":675,"Date":"7/4/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":315,"Cost":294,"Date":"7/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":259,"Cost":204,"Date":"7/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":216,"Cost":202,"Date":"7/14/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":645,"Cost":535,"Date":"7/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":591,"Cost":379,"Date":"8/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":945,"Cost":887,"Date":"8/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":91,"Cost":56,"Date":"8/7/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":777,"Cost":624,"Date":"8/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":154,"Cost":114,"Date":"8/31/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":304,"Cost":259,"Date":"9/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":77,"Cost":68,"Date":"9/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":830,"Cost":772,"Date":"9/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":449,"Cost":327,"Date":"9/29/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":446,"Cost":298,"Date":"11/7/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":722,"Cost":601,"Date":"11/26/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":156,"Cost":102,"Date":"11/27/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":681,"Cost":351,"Date":"12/5/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":424,"Cost":371,"Date":"12/26/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":316,"Cost":244,"Date":"12/31/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":827,"Cost":572,"Date":"1/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":42,"Cost":29,"Date":"2/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":645,"Cost":609,"Date":"2/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":218,"Cost":199,"Date":"2/27/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":764,"Cost":508,"Date":"3/1/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":665,"Cost":521,"Date":"3/1/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":119,"Cost":86,"Date":"3/19/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":506,"Cost":403,"Date":"3/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":854,"Cost":549,"Date":"5/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":77,"Cost":56,"Date":"7/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":179,"Cost":100,"Date":"8/5/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":602,"Cost":366,"Date":"8/12/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":929,"Cost":669,"Date":"8/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":564,"Cost":341,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":914,"Cost":805,"Date":"9/3/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":147,"Cost":87,"Date":"9/5/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":601,"Cost":411,"Date":"10/6/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":584,"Cost":336,"Date":"10/19/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":620,"Cost":431,"Date":"11/15/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":417,"Cost":242,"Date":"12/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":836,"Cost":761,"Date":"1/8/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":37,"Cost":29,"Date":"1/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":71,"Cost":39,"Date":"1/19/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":891,"Cost":486,"Date":"1/28/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":443,"Cost":320,"Date":"1/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":996,"Cost":670,"Date":"3/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":422,"Cost":286,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":84,"Cost":47,"Date":"4/24/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":437,"Cost":331,"Date":"4/28/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":527,"Cost":491,"Date":"5/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":762,"Cost":618,"Date":"5/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":742,"Cost":477,"Date":"5/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":991,"Cost":521,"Date":"6/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":741,"Cost":662,"Date":"6/3/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":150,"Cost":133,"Date":"6/5/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":47,"Cost":33,"Date":"6/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":214,"Cost":114,"Date":"6/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":56,"Cost":37,"Date":"6/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":34,"Cost":32,"Date":"6/24/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":600,"Cost":406,"Date":"7/4/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":51,"Cost":42,"Date":"7/9/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":875,"Cost":551,"Date":"7/12/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":817,"Cost":469,"Date":"8/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":347,"Cost":319,"Date":"8/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":667,"Cost":395,"Date":"8/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":858,"Cost":806,"Date":"9/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":845,"Cost":432,"Date":"9/3/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":451,"Cost":382,"Date":"9/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":365,"Cost":281,"Date":"10/4/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":815,"Cost":432,"Date":"11/1/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":455,"Cost":276,"Date":"11/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":866,"Cost":747,"Date":"12/17/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":425,"Cost":386,"Date":"2/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":148,"Cost":103,"Date":"2/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":539,"Cost":379,"Date":"3/4/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":201,"Cost":104,"Date":"3/9/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":352,"Cost":299,"Date":"3/9/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":771,"Cost":692,"Date":"3/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":382,"Cost":349,"Date":"3/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":2,"Cost":1,"Date":"3/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":247,"Cost":156,"Date":"3/23/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":455,"Cost":336,"Date":"4/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":274,"Cost":222,"Date":"5/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":926,"Cost":593,"Date":"5/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":827,"Cost":442,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":811,"Cost":556,"Date":"6/2/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":757,"Cost":508,"Date":"6/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":897,"Cost":837,"Date":"6/16/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":398,"Cost":257,"Date":"6/16/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":423,"Cost":305,"Date":"7/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":245,"Cost":124,"Date":"7/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":219,"Cost":206,"Date":"8/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":55,"Cost":28,"Date":"8/29/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":666,"Cost":597,"Date":"8/31/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":14,"Cost":13,"Date":"9/8/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":325,"Cost":230,"Date":"9/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":621,"Cost":366,"Date":"9/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":882,"Cost":528,"Date":"9/19/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":216,"Cost":175,"Date":"9/25/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":682,"Cost":386,"Date":"10/4/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":979,"Cost":719,"Date":"10/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":470,"Cost":426,"Date":"10/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":767,"Cost":681,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":224,"Cost":207,"Date":"10/30/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":286,"Cost":234,"Date":"11/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":862,"Cost":613,"Date":"11/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":546,"Cost":426,"Date":"11/25/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":537,"Cost":307,"Date":"1/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":107,"Cost":89,"Date":"1/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":559,"Cost":498,"Date":"1/20/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":669,"Cost":447,"Date":"2/8/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":614,"Cost":492,"Date":"2/25/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":791,"Cost":529,"Date":"3/7/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":783,"Cost":631,"Date":"3/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":835,"Cost":622,"Date":"3/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":658,"Cost":397,"Date":"4/5/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":651,"Cost":411,"Date":"4/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":929,"Cost":724,"Date":"5/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":488,"Cost":397,"Date":"5/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":896,"Cost":532,"Date":"5/15/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":965,"Cost":842,"Date":"5/25/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":908,"Cost":698,"Date":"5/26/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":458,"Cost":259,"Date":"5/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":375,"Cost":272,"Date":"7/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":786,"Cost":690,"Date":"9/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":807,"Cost":437,"Date":"10/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":133,"Cost":109,"Date":"10/8/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":264,"Cost":138,"Date":"10/26/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":365,"Cost":261,"Date":"11/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":579,"Cost":367,"Date":"11/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"COS","Country":"USA","Sale":782,"Cost":492,"Date":"12/1/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":772,"Cost":546,"Date":"2/9/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":9,"Cost":7,"Date":"2/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":299,"Cost":199,"Date":"3/10/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":792,"Cost":679,"Date":"3/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":246,"Cost":138,"Date":"3/18/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":674,"Cost":504,"Date":"3/20/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":185,"Cost":143,"Date":"3/26/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":997,"Cost":825,"Date":"6/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":999,"Cost":584,"Date":"6/10/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":564,"Cost":422,"Date":"6/16/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":465,"Cost":306,"Date":"6/25/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":306,"Cost":204,"Date":"7/19/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":173,"Cost":131,"Date":"7/21/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":817,"Cost":520,"Date":"7/25/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":197,"Cost":123,"Date":"8/4/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":3,"Date":"9/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":150,"Cost":138,"Date":"9/4/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":374,"Cost":354,"Date":"9/19/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":95,"Cost":60,"Date":"9/29/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":72,"Cost":46,"Date":"10/2/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":851,"Cost":773,"Date":"10/15/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":883,"Cost":442,"Date":"10/30/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":865,"Cost":440,"Date":"11/9/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":255,"Cost":196,"Date":"11/23/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":311,"Cost":235,"Date":"11/30/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":681,"Cost":354,"Date":"12/8/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":554,"Cost":467,"Date":"12/11/2018"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":370,"Cost":222,"Date":"1/15/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":242,"Cost":149,"Date":"1/24/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":43,"Cost":40,"Date":"2/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":381,"Cost":266,"Date":"2/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":706,"Cost":495,"Date":"3/9/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":624,"Cost":434,"Date":"3/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":294,"Cost":178,"Date":"4/19/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":539,"Cost":361,"Date":"5/3/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":157,"Cost":129,"Date":"5/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":411,"Cost":238,"Date":"6/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":374,"Cost":283,"Date":"6/26/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":929,"Cost":859,"Date":"7/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":803,"Cost":666,"Date":"7/13/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":229,"Cost":167,"Date":"8/8/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":486,"Cost":313,"Date":"8/26/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":706,"Cost":468,"Date":"9/2/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":260,"Cost":180,"Date":"9/29/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":298,"Cost":168,"Date":"10/12/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":422,"Cost":325,"Date":"11/2/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":371,"Cost":197,"Date":"11/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":148,"Cost":133,"Date":"11/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":757,"Cost":665,"Date":"12/1/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":799,"Cost":671,"Date":"12/4/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":528,"Cost":276,"Date":"12/7/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":101,"Cost":94,"Date":"12/18/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":1,"Cost":1,"Date":"12/20/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":573,"Cost":531,"Date":"12/20/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":702,"Cost":446,"Date":"12/21/2019"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":319,"Cost":268,"Date":"1/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":941,"Cost":745,"Date":"2/5/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":369,"Cost":283,"Date":"2/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":493,"Cost":382,"Date":"2/16/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":138,"Cost":123,"Date":"2/18/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":275,"Cost":214,"Date":"2/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":8,"Cost":7,"Date":"2/25/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":106,"Cost":69,"Date":"3/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":693,"Cost":563,"Date":"4/2/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":585,"Cost":433,"Date":"4/3/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":75,"Cost":54,"Date":"4/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":320,"Cost":219,"Date":"4/10/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":95,"Cost":56,"Date":"4/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":985,"Cost":523,"Date":"5/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":501,"Cost":469,"Date":"5/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":692,"Cost":578,"Date":"6/20/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":890,"Cost":656,"Date":"7/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":141,"Cost":70,"Date":"7/4/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":355,"Cost":206,"Date":"7/8/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":71,"Cost":55,"Date":"7/9/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":940,"Cost":787,"Date":"7/14/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":233,"Cost":218,"Date":"7/19/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":926,"Cost":583,"Date":"8/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":440,"Cost":264,"Date":"8/6/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":885,"Cost":682,"Date":"8/7/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":83,"Cost":53,"Date":"8/22/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":266,"Cost":204,"Date":"8/31/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":821,"Cost":432,"Date":"9/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":764,"Cost":519,"Date":"9/1/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":914,"Cost":692,"Date":"9/17/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":789,"Cost":408,"Date":"9/29/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":569,"Cost":291,"Date":"11/7/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":176,"Cost":150,"Date":"11/26/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":213,"Cost":127,"Date":"11/27/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":827,"Cost":683,"Date":"12/5/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":451,"Cost":306,"Date":"12/26/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":816,"Cost":636,"Date":"12/31/2020"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":108,"Cost":66,"Date":"1/20/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":585,"Cost":542,"Date":"2/2/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":987,"Cost":739,"Date":"2/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":769,"Cost":635,"Date":"2/27/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":534,"Cost":318,"Date":"3/1/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":367,"Cost":313,"Date":"3/1/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":449,"Cost":362,"Date":"3/19/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":818,"Cost":709,"Date":"3/28/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":709,"Cost":590,"Date":"5/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":893,"Cost":784,"Date":"7/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":707,"Cost":475,"Date":"8/5/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":54,"Cost":36,"Date":"8/12/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":616,"Cost":485,"Date":"8/21/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":637,"Cost":541,"Date":"8/23/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":400,"Cost":341,"Date":"9/3/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":843,"Cost":780,"Date":"9/5/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":88,"Cost":60,"Date":"10/6/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":104,"Cost":62,"Date":"10/19/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":800,"Cost":683,"Date":"11/15/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":61,"Cost":48,"Date":"12/8/2021"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":932,"Cost":626,"Date":"1/8/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":48,"Cost":37,"Date":"1/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":27,"Cost":24,"Date":"1/19/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":517,"Date":"1/28/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":671,"Cost":388,"Date":"1/31/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":940,"Cost":647,"Date":"3/27/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":686,"Cost":394,"Date":"4/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":145,"Cost":135,"Date":"4/24/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":428,"Cost":280,"Date":"4/28/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":884,"Cost":442,"Date":"5/15/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":732,"Cost":551,"Date":"5/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":164,"Cost":139,"Date":"5/18/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":141,"Cost":107,"Date":"6/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":379,"Cost":243,"Date":"6/3/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":156,"Cost":126,"Date":"6/5/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":216,"Cost":128,"Date":"6/7/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":602,"Cost":407,"Date":"6/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":957,"Cost":503,"Date":"6/20/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":769,"Cost":503,"Date":"6/24/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":502,"Cost":259,"Date":"7/4/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":413,"Cost":327,"Date":"7/9/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":523,"Cost":428,"Date":"7/12/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":976,"Cost":782,"Date":"8/14/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":895,"Cost":776,"Date":"8/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":759,"Cost":714,"Date":"8/23/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":832,"Cost":592,"Date":"9/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":489,"Cost":338,"Date":"9/3/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":478,"Cost":290,"Date":"9/16/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":337,"Cost":222,"Date":"10/4/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":486,"Cost":373,"Date":"11/1/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":896,"Cost":847,"Date":"11/2/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":923,"Cost":467,"Date":"12/17/2022"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":817,"Cost":643,"Date":"2/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":110,"Cost":90,"Date":"2/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":772,"Cost":407,"Date":"3/4/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":324,"Cost":291,"Date":"3/9/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":822,"Cost":435,"Date":"3/9/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":457,"Cost":304,"Date":"3/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":99,"Cost":59,"Date":"3/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":721,"Cost":471,"Date":"3/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":947,"Cost":526,"Date":"3/23/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":109,"Cost":70,"Date":"4/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":873,"Cost":821,"Date":"5/7/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":48,"Cost":29,"Date":"5/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":496,"Cost":451,"Date":"5/20/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":473,"Cost":243,"Date":"6/2/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":596,"Cost":412,"Date":"6/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":522,"Cost":398,"Date":"6/16/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":408,"Cost":332,"Date":"6/16/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":916,"Cost":572,"Date":"7/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":596,"Cost":298,"Date":"7/11/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":329,"Cost":167,"Date":"8/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":630,"Cost":548,"Date":"8/29/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":392,"Cost":280,"Date":"8/31/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":357,"Cost":323,"Date":"9/8/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":668,"Cost":394,"Date":"9/13/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":461,"Cost":385,"Date":"9/14/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":944,"Cost":546,"Date":"9/19/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":246,"Cost":202,"Date":"9/25/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":964,"Cost":823,"Date":"10/4/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":69,"Cost":54,"Date":"10/10/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":492,"Cost":247,"Date":"10/17/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":801,"Cost":675,"Date":"10/28/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":989,"Cost":737,"Date":"10/30/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":147,"Cost":114,"Date":"11/1/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":178,"Cost":130,"Date":"11/15/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":20,"Cost":11,"Date":"11/25/2023"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":538,"Cost":392,"Date":"1/10/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":431,"Cost":360,"Date":"1/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":250,"Cost":233,"Date":"1/20/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":467,"Cost":339,"Date":"2/8/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":940,"Cost":832,"Date":"2/25/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":976,"Cost":914,"Date":"3/7/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":460,"Cost":301,"Date":"3/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":389,"Cost":320,"Date":"3/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":369,"Cost":277,"Date":"4/5/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":401,"Cost":308,"Date":"4/14/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":863,"Cost":583,"Date":"5/3/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":721,"Cost":534,"Date":"5/9/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":695,"Cost":456,"Date":"5/15/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":304,"Cost":155,"Date":"5/25/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":28,"Cost":23,"Date":"5/26/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":339,"Cost":246,"Date":"5/31/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":77,"Cost":44,"Date":"7/27/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":567,"Cost":448,"Date":"9/17/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":1000,"Cost":506,"Date":"10/6/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":115,"Cost":63,"Date":"10/8/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":430,"Cost":258,"Date":"10/26/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":232,"Cost":130,"Date":"11/16/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":991,"Cost":591,"Date":"11/18/2024"},{"Store":"The Grove, Los Angeles, CA","Brand":"Jeans","Country":"USA","Sale":614,"Cost":369,"Date":"12/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":707,"Cost":543,"Date":"2/9/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":6,"Cost":3,"Date":"2/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":88,"Cost":69,"Date":"3/10/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":926,"Cost":519,"Date":"3/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":355,"Cost":236,"Date":"3/18/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":106,"Cost":54,"Date":"3/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":512,"Cost":310,"Date":"3/26/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":289,"Cost":226,"Date":"6/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":83,"Cost":68,"Date":"6/10/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":457,"Cost":382,"Date":"6/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":611,"Cost":569,"Date":"6/25/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":255,"Cost":193,"Date":"7/19/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":900,"Cost":507,"Date":"7/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":590,"Cost":529,"Date":"7/25/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":642,"Cost":357,"Date":"8/4/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":838,"Cost":587,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":631,"Cost":578,"Date":"9/4/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":564,"Cost":396,"Date":"9/19/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":607,"Cost":375,"Date":"9/29/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":28,"Cost":14,"Date":"10/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":664,"Cost":370,"Date":"10/15/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":872,"Cost":667,"Date":"10/30/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":829,"Cost":663,"Date":"11/9/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":347,"Cost":214,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":124,"Cost":64,"Date":"11/30/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":925,"Cost":870,"Date":"12/8/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":119,"Cost":76,"Date":"12/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":243,"Cost":123,"Date":"1/15/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":422,"Cost":328,"Date":"1/24/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":844,"Cost":507,"Date":"2/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":728,"Cost":426,"Date":"2/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":816,"Cost":606,"Date":"3/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":11,"Cost":5,"Date":"3/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":275,"Cost":261,"Date":"4/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":457,"Cost":277,"Date":"5/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":775,"Cost":575,"Date":"5/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":934,"Cost":468,"Date":"6/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":249,"Cost":198,"Date":"6/26/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":266,"Cost":179,"Date":"7/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":328,"Cost":171,"Date":"7/13/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":846,"Cost":748,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":453,"Cost":372,"Date":"8/26/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":219,"Cost":128,"Date":"9/2/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":928,"Cost":749,"Date":"9/29/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":108,"Cost":84,"Date":"10/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":104,"Cost":79,"Date":"11/2/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":412,"Cost":255,"Date":"11/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":577,"Cost":547,"Date":"11/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":625,"Cost":346,"Date":"12/1/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":650,"Cost":420,"Date":"12/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":247,"Cost":216,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":84,"Cost":57,"Date":"12/18/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":422,"Cost":239,"Date":"12/20/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":95,"Cost":68,"Date":"12/20/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":167,"Cost":154,"Date":"12/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":360,"Cost":319,"Date":"1/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":302,"Cost":233,"Date":"2/5/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":678,"Cost":460,"Date":"2/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":376,"Cost":217,"Date":"2/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":742,"Cost":469,"Date":"2/18/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":227,"Cost":193,"Date":"2/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":486,"Cost":423,"Date":"2/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":243,"Cost":191,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":245,"Cost":130,"Date":"4/2/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":199,"Cost":126,"Date":"4/3/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":144,"Cost":103,"Date":"4/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":203,"Cost":106,"Date":"4/10/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":851,"Cost":537,"Date":"4/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":979,"Cost":868,"Date":"5/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":545,"Cost":434,"Date":"5/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":327,"Cost":281,"Date":"6/20/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":252,"Cost":166,"Date":"7/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":168,"Cost":120,"Date":"7/4/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":659,"Cost":599,"Date":"7/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":407,"Cost":241,"Date":"7/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":133,"Cost":96,"Date":"7/14/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":990,"Cost":873,"Date":"7/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":481,"Cost":328,"Date":"8/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":969,"Cost":614,"Date":"8/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":67,"Cost":48,"Date":"8/7/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":112,"Cost":98,"Date":"8/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":648,"Cost":490,"Date":"8/31/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":499,"Cost":399,"Date":"9/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":826,"Cost":751,"Date":"9/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":415,"Cost":223,"Date":"9/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":146,"Cost":83,"Date":"9/29/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":964,"Cost":516,"Date":"11/7/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":418,"Cost":280,"Date":"11/26/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":314,"Cost":232,"Date":"11/27/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":865,"Cost":634,"Date":"12/5/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":689,"Cost":614,"Date":"12/26/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":325,"Cost":208,"Date":"12/31/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":259,"Cost":163,"Date":"1/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":731,"Cost":407,"Date":"2/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":382,"Cost":255,"Date":"2/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":817,"Cost":578,"Date":"2/27/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":977,"Cost":633,"Date":"3/1/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":20,"Cost":15,"Date":"3/1/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":993,"Cost":557,"Date":"3/19/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":677,"Cost":459,"Date":"3/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":425,"Cost":229,"Date":"5/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":924,"Cost":831,"Date":"7/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":72,"Cost":48,"Date":"8/5/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":488,"Cost":266,"Date":"8/12/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":926,"Cost":823,"Date":"8/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":974,"Cost":904,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":455,"Cost":319,"Date":"9/3/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":473,"Cost":258,"Date":"9/5/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":740,"Cost":619,"Date":"10/6/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":160,"Cost":87,"Date":"10/19/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":229,"Cost":122,"Date":"11/15/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":877,"Cost":808,"Date":"12/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":968,"Cost":591,"Date":"1/8/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":912,"Cost":783,"Date":"1/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":269,"Cost":253,"Date":"1/19/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":782,"Cost":564,"Date":"1/28/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":557,"Cost":476,"Date":"1/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":899,"Cost":686,"Date":"3/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":652,"Cost":592,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":32,"Cost":30,"Date":"4/24/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":932,"Cost":666,"Date":"4/28/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":38,"Cost":26,"Date":"5/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":321,"Cost":176,"Date":"5/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":578,"Cost":294,"Date":"5/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":37,"Cost":19,"Date":"6/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":860,"Cost":606,"Date":"6/3/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":949,"Cost":513,"Date":"6/5/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":825,"Cost":636,"Date":"6/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":658,"Cost":585,"Date":"6/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":453,"Cost":260,"Date":"6/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":808,"Cost":766,"Date":"6/24/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":129,"Cost":117,"Date":"7/4/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":172,"Cost":132,"Date":"7/9/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":272,"Cost":175,"Date":"7/12/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":497,"Cost":463,"Date":"8/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":774,"Cost":407,"Date":"8/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":760,"Cost":394,"Date":"8/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":257,"Cost":131,"Date":"9/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":182,"Cost":168,"Date":"9/3/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":732,"Cost":459,"Date":"9/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":220,"Cost":200,"Date":"10/4/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":331,"Cost":250,"Date":"11/1/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":706,"Cost":417,"Date":"11/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":674,"Cost":500,"Date":"12/17/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":980,"Cost":648,"Date":"2/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":831,"Cost":498,"Date":"2/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":219,"Cost":158,"Date":"3/4/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":323,"Cost":179,"Date":"3/9/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":312,"Cost":190,"Date":"3/9/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":937,"Cost":861,"Date":"3/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":693,"Cost":521,"Date":"3/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":82,"Cost":54,"Date":"3/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":535,"Cost":390,"Date":"3/23/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":819,"Cost":606,"Date":"4/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":550,"Cost":428,"Date":"5/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":997,"Cost":540,"Date":"5/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":126,"Cost":102,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":477,"Cost":404,"Date":"6/2/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":787,"Cost":513,"Date":"6/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":467,"Cost":429,"Date":"6/16/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":827,"Cost":720,"Date":"6/16/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":566,"Cost":377,"Date":"7/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":664,"Cost":362,"Date":"7/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":954,"Cost":509,"Date":"8/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":765,"Cost":664,"Date":"8/29/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":561,"Cost":404,"Date":"8/31/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":494,"Cost":435,"Date":"9/8/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":597,"Cost":432,"Date":"9/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":616,"Cost":414,"Date":"9/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":900,"Cost":602,"Date":"9/19/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":714,"Cost":410,"Date":"9/25/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":503,"Cost":325,"Date":"10/4/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":533,"Cost":442,"Date":"10/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":845,"Cost":800,"Date":"10/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":137,"Cost":111,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":880,"Cost":591,"Date":"10/30/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":24,"Cost":19,"Date":"11/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":558,"Cost":423,"Date":"11/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":543,"Cost":464,"Date":"11/25/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":794,"Cost":712,"Date":"1/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":652,"Cost":355,"Date":"1/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":447,"Cost":385,"Date":"1/20/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":448,"Cost":354,"Date":"2/8/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":761,"Cost":549,"Date":"2/25/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":197,"Cost":110,"Date":"3/7/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":916,"Cost":823,"Date":"3/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":186,"Cost":160,"Date":"3/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":371,"Cost":278,"Date":"4/5/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":107,"Cost":68,"Date":"4/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":529,"Cost":302,"Date":"5/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":637,"Cost":578,"Date":"5/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":565,"Cost":493,"Date":"5/15/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":97,"Cost":49,"Date":"5/25/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":867,"Cost":537,"Date":"5/26/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":360,"Cost":207,"Date":"5/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":708,"Cost":440,"Date":"7/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":352,"Cost":201,"Date":"9/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":295,"Cost":229,"Date":"10/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":637,"Cost":534,"Date":"10/8/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":885,"Cost":490,"Date":"10/26/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":413,"Cost":282,"Date":"11/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":933,"Cost":566,"Date":"11/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM Home","Country":"USA","Sale":278,"Cost":243,"Date":"12/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":272,"Cost":186,"Date":"2/9/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":495,"Cost":358,"Date":"2/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":132,"Cost":116,"Date":"3/10/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":800,"Cost":624,"Date":"3/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":751,"Cost":443,"Date":"3/18/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":495,"Cost":384,"Date":"3/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":193,"Cost":119,"Date":"3/26/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":982,"Cost":640,"Date":"6/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":843,"Cost":733,"Date":"6/10/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":758,"Cost":451,"Date":"6/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":488,"Cost":282,"Date":"6/25/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":209,"Cost":120,"Date":"7/19/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":162,"Cost":122,"Date":"7/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":787,"Cost":669,"Date":"7/25/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":955,"Cost":559,"Date":"8/4/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":86,"Cost":56,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":814,"Cost":654,"Date":"9/4/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":809,"Cost":729,"Date":"9/19/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":350,"Cost":246,"Date":"9/29/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":863,"Cost":480,"Date":"10/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":483,"Cost":326,"Date":"10/15/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":758,"Cost":567,"Date":"10/30/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":535,"Cost":423,"Date":"11/9/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":128,"Cost":73,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":292,"Cost":149,"Date":"11/30/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":928,"Cost":802,"Date":"12/8/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":780,"Cost":740,"Date":"12/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":85,"Cost":47,"Date":"1/15/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":501,"Cost":252,"Date":"1/24/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":664,"Cost":511,"Date":"2/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":346,"Cost":187,"Date":"2/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":892,"Cost":670,"Date":"3/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":14,"Cost":13,"Date":"3/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":616,"Cost":376,"Date":"4/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":970,"Cost":698,"Date":"5/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":912,"Cost":609,"Date":"5/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":285,"Cost":158,"Date":"6/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":245,"Cost":211,"Date":"6/26/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":532,"Cost":297,"Date":"7/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":632,"Cost":583,"Date":"7/13/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":581,"Cost":467,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":839,"Cost":772,"Date":"8/26/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":620,"Cost":512,"Date":"9/2/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":165,"Cost":95,"Date":"9/29/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":129,"Cost":67,"Date":"10/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":85,"Cost":56,"Date":"11/2/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":185,"Cost":173,"Date":"11/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":159,"Cost":109,"Date":"11/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":304,"Cost":178,"Date":"12/1/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":50,"Cost":26,"Date":"12/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":176,"Cost":95,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":543,"Cost":432,"Date":"12/18/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":273,"Cost":167,"Date":"12/20/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":530,"Cost":342,"Date":"12/20/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":174,"Cost":111,"Date":"12/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":302,"Cost":233,"Date":"1/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":563,"Cost":400,"Date":"2/5/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":672,"Cost":562,"Date":"2/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":270,"Cost":200,"Date":"2/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":949,"Cost":736,"Date":"2/18/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":539,"Cost":476,"Date":"2/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":30,"Cost":29,"Date":"2/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":685,"Cost":580,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":173,"Cost":165,"Date":"4/2/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":543,"Cost":351,"Date":"4/3/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":818,"Cost":717,"Date":"4/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":140,"Cost":80,"Date":"4/10/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":384,"Cost":216,"Date":"4/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":153,"Cost":76,"Date":"5/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":798,"Cost":556,"Date":"5/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":278,"Cost":179,"Date":"6/20/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":243,"Cost":171,"Date":"7/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":366,"Cost":304,"Date":"7/4/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":957,"Cost":834,"Date":"7/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":426,"Cost":383,"Date":"7/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":566,"Cost":368,"Date":"7/14/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":613,"Cost":441,"Date":"7/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":970,"Cost":645,"Date":"8/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":558,"Cost":371,"Date":"8/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":973,"Cost":776,"Date":"8/7/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":371,"Cost":196,"Date":"8/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":542,"Cost":402,"Date":"8/31/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":116,"Cost":62,"Date":"9/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":736,"Cost":635,"Date":"9/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":507,"Cost":408,"Date":"9/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":444,"Cost":338,"Date":"9/29/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":987,"Cost":852,"Date":"11/7/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":424,"Cost":352,"Date":"11/26/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":221,"Cost":126,"Date":"11/27/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":108,"Cost":86,"Date":"12/5/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":894,"Cost":678,"Date":"12/26/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":912,"Cost":759,"Date":"12/31/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":288,"Cost":163,"Date":"1/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":18,"Cost":15,"Date":"2/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":135,"Cost":116,"Date":"2/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":243,"Cost":130,"Date":"2/27/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":515,"Cost":275,"Date":"3/1/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":228,"Cost":168,"Date":"3/1/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":815,"Cost":428,"Date":"3/19/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":272,"Cost":169,"Date":"3/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":912,"Cost":566,"Date":"5/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":461,"Cost":288,"Date":"7/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":833,"Cost":674,"Date":"8/5/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":436,"Cost":223,"Date":"8/12/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":188,"Cost":124,"Date":"8/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":972,"Cost":580,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":390,"Cost":301,"Date":"9/3/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":18,"Cost":14,"Date":"9/5/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":793,"Cost":522,"Date":"10/6/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":74,"Cost":61,"Date":"10/19/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":583,"Cost":430,"Date":"11/15/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":663,"Cost":589,"Date":"12/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":28,"Cost":18,"Date":"1/8/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":492,"Cost":394,"Date":"1/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":59,"Cost":45,"Date":"1/19/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":635,"Cost":531,"Date":"1/28/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":89,"Cost":73,"Date":"1/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":943,"Cost":789,"Date":"3/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":16,"Cost":11,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":539,"Cost":305,"Date":"4/24/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":218,"Cost":172,"Date":"4/28/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":870,"Cost":640,"Date":"5/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":299,"Cost":154,"Date":"5/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":823,"Cost":525,"Date":"5/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":540,"Cost":495,"Date":"6/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":265,"Cost":183,"Date":"6/3/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":542,"Cost":274,"Date":"6/5/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":697,"Cost":621,"Date":"6/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":197,"Cost":146,"Date":"6/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":923,"Cost":734,"Date":"6/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":122,"Cost":83,"Date":"6/24/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":277,"Cost":139,"Date":"7/4/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":648,"Cost":406,"Date":"7/9/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":18,"Cost":17,"Date":"7/12/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":127,"Cost":83,"Date":"8/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":641,"Cost":385,"Date":"8/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":912,"Cost":608,"Date":"8/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":956,"Cost":842,"Date":"9/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":717,"Cost":409,"Date":"9/3/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":865,"Cost":544,"Date":"9/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":704,"Cost":504,"Date":"10/4/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":117,"Cost":63,"Date":"11/1/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":121,"Cost":63,"Date":"11/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":58,"Cost":40,"Date":"12/17/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":392,"Cost":327,"Date":"2/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":353,"Cost":263,"Date":"2/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":648,"Cost":584,"Date":"3/4/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":159,"Cost":122,"Date":"3/9/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":881,"Cost":501,"Date":"3/9/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":944,"Cost":863,"Date":"3/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":231,"Cost":153,"Date":"3/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":448,"Cost":271,"Date":"3/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":530,"Cost":453,"Date":"3/23/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":249,"Cost":208,"Date":"4/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":710,"Cost":411,"Date":"5/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":311,"Cost":253,"Date":"5/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":236,"Cost":213,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":548,"Cost":319,"Date":"6/2/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":143,"Cost":77,"Date":"6/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":372,"Cost":288,"Date":"6/16/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":155,"Cost":89,"Date":"6/16/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":375,"Cost":234,"Date":"7/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":523,"Cost":461,"Date":"7/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":345,"Cost":269,"Date":"8/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":363,"Cost":210,"Date":"8/29/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":228,"Cost":162,"Date":"8/31/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":994,"Cost":603,"Date":"9/8/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":295,"Cost":197,"Date":"9/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":823,"Cost":657,"Date":"9/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":951,"Cost":583,"Date":"9/19/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":782,"Cost":514,"Date":"9/25/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":427,"Cost":216,"Date":"10/4/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":826,"Cost":498,"Date":"10/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":470,"Cost":413,"Date":"10/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":349,"Cost":311,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":758,"Cost":489,"Date":"10/30/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":662,"Cost":371,"Date":"11/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":79,"Cost":71,"Date":"11/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":853,"Cost":491,"Date":"11/25/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":420,"Cost":211,"Date":"1/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":504,"Cost":398,"Date":"1/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":242,"Cost":153,"Date":"1/20/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":472,"Cost":323,"Date":"2/8/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":267,"Cost":225,"Date":"2/25/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":911,"Cost":781,"Date":"3/7/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":108,"Cost":75,"Date":"3/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":100,"Cost":59,"Date":"3/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":491,"Cost":268,"Date":"4/5/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":528,"Cost":466,"Date":"4/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":29,"Cost":18,"Date":"5/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":133,"Cost":121,"Date":"5/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":92,"Cost":62,"Date":"5/15/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":950,"Cost":675,"Date":"5/25/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":350,"Cost":276,"Date":"5/26/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":716,"Cost":359,"Date":"5/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":839,"Cost":500,"Date":"7/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":147,"Cost":99,"Date":"9/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":518,"Cost":292,"Date":"10/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":759,"Cost":588,"Date":"10/8/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":868,"Cost":667,"Date":"10/26/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":562,"Cost":500,"Date":"11/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":10,"Cost":8,"Date":"11/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"HM","Country":"USA","Sale":659,"Cost":486,"Date":"12/1/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":751,"Cost":552,"Date":"2/9/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":143,"Cost":116,"Date":"2/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":330,"Cost":243,"Date":"3/10/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":527,"Cost":361,"Date":"3/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":219,"Cost":125,"Date":"3/18/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":119,"Cost":60,"Date":"3/20/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":728,"Cost":378,"Date":"3/26/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":989,"Cost":844,"Date":"6/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":266,"Cost":230,"Date":"6/10/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":462,"Cost":297,"Date":"6/16/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":33,"Cost":31,"Date":"6/25/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":885,"Cost":637,"Date":"7/19/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":790,"Cost":446,"Date":"7/21/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":8,"Cost":4,"Date":"7/25/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":378,"Cost":321,"Date":"8/4/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":300,"Cost":204,"Date":"9/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":398,"Cost":364,"Date":"9/4/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":406,"Cost":332,"Date":"9/19/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":765,"Cost":553,"Date":"9/29/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":234,"Cost":155,"Date":"10/2/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":483,"Cost":417,"Date":"10/15/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":367,"Cost":200,"Date":"10/30/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":651,"Cost":473,"Date":"11/9/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":194,"Cost":167,"Date":"11/23/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":59,"Cost":49,"Date":"11/30/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":979,"Cost":672,"Date":"12/8/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":383,"Cost":249,"Date":"12/11/2018"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":525,"Cost":372,"Date":"1/15/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":42,"Cost":22,"Date":"1/24/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":804,"Cost":527,"Date":"2/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":874,"Cost":490,"Date":"2/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":727,"Cost":669,"Date":"3/9/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":435,"Cost":288,"Date":"3/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":688,"Cost":445,"Date":"4/19/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":155,"Cost":122,"Date":"5/3/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":582,"Cost":347,"Date":"5/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":991,"Cost":688,"Date":"6/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":133,"Cost":89,"Date":"6/26/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":231,"Cost":209,"Date":"7/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":526,"Cost":462,"Date":"7/13/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":403,"Cost":320,"Date":"8/8/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":347,"Cost":298,"Date":"8/26/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":576,"Cost":417,"Date":"9/2/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":22,"Cost":11,"Date":"9/29/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":752,"Cost":473,"Date":"10/12/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":402,"Cost":288,"Date":"11/2/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":709,"Cost":602,"Date":"11/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":485,"Cost":427,"Date":"11/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":428,"Cost":351,"Date":"12/1/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":461,"Cost":311,"Date":"12/4/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":671,"Cost":561,"Date":"12/7/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":263,"Cost":227,"Date":"12/18/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":706,"Cost":487,"Date":"12/20/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":501,"Cost":345,"Date":"12/20/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":885,"Cost":526,"Date":"12/21/2019"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":619,"Cost":537,"Date":"1/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":267,"Cost":197,"Date":"2/5/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":43,"Cost":27,"Date":"2/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":671,"Cost":423,"Date":"2/16/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":767,"Cost":569,"Date":"2/18/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":580,"Cost":525,"Date":"2/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":426,"Cost":343,"Date":"2/25/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":747,"Cost":428,"Date":"3/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":75,"Cost":53,"Date":"4/2/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":360,"Cost":219,"Date":"4/3/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":906,"Cost":850,"Date":"4/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":637,"Cost":389,"Date":"4/10/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":473,"Cost":422,"Date":"4/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":506,"Cost":362,"Date":"5/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":75,"Cost":43,"Date":"5/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":732,"Cost":441,"Date":"6/20/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":717,"Cost":679,"Date":"7/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":397,"Cost":290,"Date":"7/4/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":943,"Cost":759,"Date":"7/8/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":528,"Cost":429,"Date":"7/9/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":909,"Cost":857,"Date":"7/14/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":529,"Cost":372,"Date":"7/19/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":42,"Cost":25,"Date":"8/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":880,"Cost":627,"Date":"8/6/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":297,"Cost":233,"Date":"8/7/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":313,"Cost":190,"Date":"8/22/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":249,"Cost":157,"Date":"8/31/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":465,"Cost":368,"Date":"9/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":600,"Cost":346,"Date":"9/1/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":3,"Cost":3,"Date":"9/17/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":795,"Cost":607,"Date":"9/29/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":406,"Cost":336,"Date":"11/7/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":946,"Cost":623,"Date":"11/26/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":511,"Cost":286,"Date":"11/27/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":580,"Cost":530,"Date":"12/5/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":993,"Cost":655,"Date":"12/26/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":177,"Cost":137,"Date":"12/31/2020"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":969,"Cost":672,"Date":"1/20/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":227,"Cost":118,"Date":"2/2/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":654,"Cost":463,"Date":"2/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":203,"Cost":107,"Date":"2/27/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":283,"Cost":262,"Date":"3/1/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":455,"Cost":362,"Date":"3/1/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":722,"Cost":594,"Date":"3/19/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":380,"Cost":336,"Date":"3/28/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":199,"Cost":136,"Date":"5/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":545,"Cost":292,"Date":"7/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":716,"Cost":441,"Date":"8/5/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":473,"Cost":236,"Date":"8/12/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":139,"Cost":90,"Date":"8/21/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":383,"Cost":285,"Date":"8/23/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":981,"Cost":842,"Date":"9/3/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":845,"Cost":521,"Date":"9/5/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":67,"Cost":57,"Date":"10/6/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":381,"Cost":286,"Date":"10/19/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":523,"Cost":395,"Date":"11/15/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":95,"Cost":62,"Date":"12/8/2021"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":599,"Cost":334,"Date":"1/8/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":440,"Cost":295,"Date":"1/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":71,"Cost":50,"Date":"1/19/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":168,"Cost":109,"Date":"1/28/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":247,"Cost":130,"Date":"1/31/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":420,"Cost":290,"Date":"3/27/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":320,"Cost":186,"Date":"4/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":868,"Cost":753,"Date":"4/24/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":350,"Cost":285,"Date":"4/28/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":493,"Cost":293,"Date":"5/15/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":501,"Cost":298,"Date":"5/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":319,"Cost":250,"Date":"5/18/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":872,"Cost":753,"Date":"6/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":766,"Cost":599,"Date":"6/3/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":892,"Cost":730,"Date":"6/5/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":350,"Cost":298,"Date":"6/7/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":551,"Cost":380,"Date":"6/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":584,"Cost":414,"Date":"6/20/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":750,"Cost":683,"Date":"6/24/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":360,"Cost":206,"Date":"7/4/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":668,"Cost":406,"Date":"7/9/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":952,"Cost":794,"Date":"7/12/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":698,"Cost":569,"Date":"8/14/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":770,"Cost":399,"Date":"8/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":454,"Cost":292,"Date":"8/23/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":643,"Cost":473,"Date":"9/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":551,"Cost":502,"Date":"9/3/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":17,"Cost":13,"Date":"9/16/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":319,"Cost":161,"Date":"10/4/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":662,"Cost":476,"Date":"11/1/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":765,"Cost":683,"Date":"11/2/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":184,"Cost":97,"Date":"12/17/2022"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":425,"Cost":391,"Date":"2/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":679,"Cost":435,"Date":"2/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":302,"Cost":160,"Date":"3/4/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":472,"Cost":270,"Date":"3/9/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":510,"Cost":279,"Date":"3/9/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":425,"Cost":350,"Date":"3/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":262,"Cost":179,"Date":"3/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":375,"Cost":323,"Date":"3/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":865,"Cost":436,"Date":"3/23/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":392,"Cost":333,"Date":"4/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":106,"Cost":62,"Date":"5/7/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":703,"Cost":452,"Date":"5/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":389,"Cost":289,"Date":"5/20/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":371,"Cost":258,"Date":"6/2/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":870,"Cost":678,"Date":"6/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":559,"Cost":454,"Date":"6/16/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":327,"Cost":302,"Date":"6/16/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":200,"Cost":144,"Date":"7/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":586,"Cost":346,"Date":"7/11/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":627,"Cost":562,"Date":"8/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":95,"Cost":91,"Date":"8/29/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":807,"Cost":528,"Date":"8/31/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":123,"Cost":81,"Date":"9/8/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":784,"Cost":715,"Date":"9/13/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":539,"Cost":494,"Date":"9/14/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":664,"Cost":600,"Date":"9/19/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":316,"Cost":171,"Date":"9/25/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":496,"Cost":343,"Date":"10/4/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":969,"Cost":651,"Date":"10/10/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":679,"Cost":502,"Date":"10/17/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":87,"Cost":82,"Date":"10/28/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":94,"Cost":83,"Date":"10/30/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":937,"Cost":882,"Date":"11/1/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":968,"Cost":520,"Date":"11/15/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":358,"Cost":206,"Date":"11/25/2023"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":931,"Cost":499,"Date":"1/10/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":447,"Cost":384,"Date":"1/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":25,"Cost":13,"Date":"1/20/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":400,"Cost":232,"Date":"2/8/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":36,"Cost":28,"Date":"2/25/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":403,"Cost":255,"Date":"3/7/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":332,"Cost":228,"Date":"3/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":154,"Cost":98,"Date":"3/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":715,"Cost":474,"Date":"4/5/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":912,"Cost":784,"Date":"4/14/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":559,"Cost":493,"Date":"5/3/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":63,"Cost":41,"Date":"5/9/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":213,"Cost":192,"Date":"5/15/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":330,"Cost":235,"Date":"5/25/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":418,"Cost":239,"Date":"5/26/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":98,"Cost":56,"Date":"5/31/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":478,"Cost":252,"Date":"7/27/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":426,"Cost":230,"Date":"9/17/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":303,"Cost":263,"Date":"10/6/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":184,"Cost":94,"Date":"10/8/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":677,"Cost":631,"Date":"10/26/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":228,"Cost":138,"Date":"11/16/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":212,"Cost":142,"Date":"11/18/2024"},{"Store":"Woodbridge Center, Woodbridge, NJ","Brand":"Nova","Country":"USA","Sale":505,"Cost":298,"Date":"12/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":970,"Cost":637,"Date":"2/9/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":800,"Cost":753,"Date":"2/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":125,"Cost":103,"Date":"3/10/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":521,"Cost":262,"Date":"3/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":704,"Cost":646,"Date":"3/18/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":64,"Cost":34,"Date":"3/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":972,"Cost":657,"Date":"3/26/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":986,"Cost":936,"Date":"6/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":793,"Cost":639,"Date":"6/10/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":1000,"Cost":744,"Date":"6/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":182,"Cost":93,"Date":"6/25/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":851,"Cost":439,"Date":"7/19/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":471,"Cost":313,"Date":"7/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":55,"Cost":32,"Date":"7/25/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":59,"Cost":36,"Date":"8/4/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":448,"Cost":387,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":10,"Cost":7,"Date":"9/4/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":320,"Cost":258,"Date":"9/19/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":259,"Cost":146,"Date":"9/29/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":437,"Cost":341,"Date":"10/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":315,"Cost":206,"Date":"10/15/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":734,"Cost":681,"Date":"10/30/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":538,"Cost":360,"Date":"11/9/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":700,"Cost":357,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":878,"Cost":612,"Date":"11/30/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":83,"Cost":75,"Date":"12/8/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":69,"Cost":38,"Date":"12/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":400,"Cost":344,"Date":"1/15/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":391,"Cost":212,"Date":"1/24/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":340,"Cost":216,"Date":"2/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":135,"Cost":89,"Date":"2/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":114,"Cost":101,"Date":"3/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":688,"Cost":554,"Date":"3/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":591,"Cost":453,"Date":"4/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":272,"Cost":249,"Date":"5/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":204,"Cost":129,"Date":"5/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":22,"Cost":21,"Date":"6/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":706,"Cost":657,"Date":"6/26/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":413,"Cost":317,"Date":"7/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":876,"Cost":579,"Date":"7/13/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":269,"Cost":155,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":542,"Cost":489,"Date":"8/26/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":826,"Cost":529,"Date":"9/2/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":961,"Cost":774,"Date":"9/29/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":567,"Cost":393,"Date":"10/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":727,"Cost":674,"Date":"11/2/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":684,"Cost":490,"Date":"11/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":80,"Cost":62,"Date":"11/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":222,"Cost":174,"Date":"12/1/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":53,"Cost":32,"Date":"12/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":381,"Cost":281,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":380,"Cost":326,"Date":"12/18/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":780,"Cost":396,"Date":"12/20/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":962,"Cost":690,"Date":"12/20/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":79,"Cost":64,"Date":"12/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":653,"Cost":395,"Date":"1/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":97,"Cost":85,"Date":"2/5/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":385,"Cost":330,"Date":"2/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":179,"Cost":106,"Date":"2/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":44,"Cost":24,"Date":"2/18/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":291,"Cost":244,"Date":"2/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":309,"Cost":211,"Date":"2/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":351,"Cost":216,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":249,"Cost":168,"Date":"4/2/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":438,"Cost":345,"Date":"4/3/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":804,"Cost":698,"Date":"4/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":185,"Cost":121,"Date":"4/10/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":186,"Cost":102,"Date":"4/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":623,"Cost":342,"Date":"5/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":78,"Cost":47,"Date":"5/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":604,"Cost":445,"Date":"6/20/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":975,"Cost":848,"Date":"7/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":828,"Cost":638,"Date":"7/4/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":891,"Cost":451,"Date":"7/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":205,"Cost":184,"Date":"7/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":589,"Cost":411,"Date":"7/14/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":533,"Cost":470,"Date":"7/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":649,"Cost":337,"Date":"8/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":826,"Cost":642,"Date":"8/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":66,"Cost":33,"Date":"8/7/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":153,"Cost":81,"Date":"8/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":89,"Cost":77,"Date":"8/31/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":778,"Cost":663,"Date":"9/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":201,"Cost":153,"Date":"9/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":923,"Cost":506,"Date":"9/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":578,"Cost":356,"Date":"9/29/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":877,"Cost":735,"Date":"11/7/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":798,"Cost":569,"Date":"11/26/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":904,"Cost":856,"Date":"11/27/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":973,"Cost":581,"Date":"12/5/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":305,"Cost":203,"Date":"12/26/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":122,"Cost":101,"Date":"12/31/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":903,"Cost":736,"Date":"1/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":374,"Cost":283,"Date":"2/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":285,"Cost":194,"Date":"2/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":261,"Cost":246,"Date":"2/27/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":173,"Cost":95,"Date":"3/1/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":751,"Cost":467,"Date":"3/1/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":129,"Cost":65,"Date":"3/19/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":782,"Cost":510,"Date":"3/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":595,"Cost":426,"Date":"5/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":647,"Cost":583,"Date":"7/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":284,"Cost":260,"Date":"8/5/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":667,"Cost":531,"Date":"8/12/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":19,"Cost":15,"Date":"8/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":175,"Cost":137,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":658,"Cost":515,"Date":"9/3/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":178,"Cost":130,"Date":"9/5/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":294,"Cost":174,"Date":"10/6/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":761,"Cost":424,"Date":"10/19/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":939,"Cost":832,"Date":"11/15/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":657,"Cost":601,"Date":"12/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":11,"Cost":7,"Date":"1/8/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":857,"Cost":632,"Date":"1/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":331,"Cost":306,"Date":"1/19/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":952,"Cost":494,"Date":"1/28/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":358,"Cost":273,"Date":"1/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":352,"Cost":292,"Date":"3/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":39,"Cost":24,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":94,"Cost":52,"Date":"4/24/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":362,"Cost":292,"Date":"4/28/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":54,"Cost":33,"Date":"5/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":458,"Cost":256,"Date":"5/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":126,"Cost":99,"Date":"5/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":953,"Cost":511,"Date":"6/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":699,"Cost":545,"Date":"6/3/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":356,"Cost":180,"Date":"6/5/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":790,"Cost":703,"Date":"6/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":940,"Cost":520,"Date":"6/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":959,"Cost":663,"Date":"6/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":658,"Cost":480,"Date":"6/24/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":498,"Cost":361,"Date":"7/4/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":592,"Cost":343,"Date":"7/9/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":523,"Cost":353,"Date":"7/12/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":542,"Cost":459,"Date":"8/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":493,"Cost":303,"Date":"8/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":611,"Cost":349,"Date":"8/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":784,"Cost":716,"Date":"9/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":675,"Cost":569,"Date":"9/3/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":905,"Cost":561,"Date":"9/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":826,"Cost":708,"Date":"10/4/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":627,"Cost":503,"Date":"11/1/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":825,"Cost":587,"Date":"11/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":169,"Cost":88,"Date":"12/17/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":62,"Cost":39,"Date":"2/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":89,"Cost":82,"Date":"2/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":198,"Cost":140,"Date":"3/4/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":749,"Cost":676,"Date":"3/9/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":668,"Cost":472,"Date":"3/9/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":174,"Cost":124,"Date":"3/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":795,"Cost":689,"Date":"3/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":973,"Cost":550,"Date":"3/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":297,"Cost":217,"Date":"3/23/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":696,"Cost":605,"Date":"4/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":217,"Cost":189,"Date":"5/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":103,"Cost":79,"Date":"5/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":836,"Cost":518,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":624,"Cost":435,"Date":"6/2/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":32,"Cost":28,"Date":"6/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":798,"Cost":686,"Date":"6/16/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":120,"Cost":101,"Date":"6/16/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":98,"Cost":74,"Date":"7/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":228,"Cost":193,"Date":"7/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":949,"Cost":494,"Date":"8/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":764,"Cost":650,"Date":"8/29/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":975,"Cost":902,"Date":"8/31/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":467,"Cost":373,"Date":"9/8/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":161,"Cost":116,"Date":"9/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":250,"Cost":226,"Date":"9/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":818,"Cost":765,"Date":"9/19/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":22,"Cost":16,"Date":"9/25/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":574,"Cost":447,"Date":"10/4/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":428,"Cost":220,"Date":"10/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":4,"Cost":2,"Date":"10/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":80,"Cost":73,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":108,"Cost":55,"Date":"10/30/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":933,"Cost":763,"Date":"11/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":913,"Cost":583,"Date":"11/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":143,"Cost":114,"Date":"11/25/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":725,"Cost":423,"Date":"1/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":164,"Cost":122,"Date":"1/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":278,"Cost":237,"Date":"1/20/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":270,"Cost":178,"Date":"2/8/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":71,"Cost":61,"Date":"2/25/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":394,"Cost":197,"Date":"3/7/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":435,"Cost":396,"Date":"3/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":640,"Cost":356,"Date":"3/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":41,"Cost":27,"Date":"4/5/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":958,"Cost":495,"Date":"4/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":883,"Cost":648,"Date":"5/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":782,"Cost":668,"Date":"5/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":81,"Cost":53,"Date":"5/15/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":478,"Cost":303,"Date":"5/25/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":614,"Cost":509,"Date":"5/26/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":754,"Cost":514,"Date":"5/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":652,"Cost":605,"Date":"7/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":348,"Cost":194,"Date":"9/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":147,"Cost":87,"Date":"10/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":521,"Cost":491,"Date":"10/8/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":376,"Cost":242,"Date":"10/26/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":103,"Cost":66,"Date":"11/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":224,"Cost":120,"Date":"11/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":599,"Cost":440,"Date":"12/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":382,"Cost":311,"Date":"2/9/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":235,"Cost":181,"Date":"2/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":927,"Cost":570,"Date":"3/10/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":518,"Cost":271,"Date":"3/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":915,"Cost":632,"Date":"3/18/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":397,"Cost":244,"Date":"3/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":7,"Cost":5,"Date":"3/26/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":479,"Cost":289,"Date":"6/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":763,"Cost":675,"Date":"6/10/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":43,"Cost":27,"Date":"6/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":255,"Cost":207,"Date":"6/25/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":778,"Cost":434,"Date":"7/19/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":367,"Cost":273,"Date":"7/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":252,"Cost":176,"Date":"7/25/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":340,"Cost":231,"Date":"8/4/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":133,"Cost":84,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":534,"Cost":294,"Date":"9/4/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":551,"Cost":409,"Date":"9/19/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":338,"Cost":264,"Date":"9/29/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":774,"Cost":681,"Date":"10/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":296,"Cost":267,"Date":"10/15/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":398,"Cost":346,"Date":"10/30/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":276,"Cost":203,"Date":"11/9/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":886,"Cost":737,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":585,"Cost":372,"Date":"11/30/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":459,"Cost":350,"Date":"12/8/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":747,"Cost":387,"Date":"12/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":382,"Cost":212,"Date":"1/15/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":558,"Cost":329,"Date":"1/24/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":871,"Cost":442,"Date":"2/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":772,"Cost":462,"Date":"2/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":583,"Cost":344,"Date":"3/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":160,"Cost":120,"Date":"3/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":985,"Cost":723,"Date":"4/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":228,"Cost":210,"Date":"5/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":344,"Cost":274,"Date":"5/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":254,"Cost":228,"Date":"6/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":37,"Cost":26,"Date":"6/26/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":443,"Cost":406,"Date":"7/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":748,"Cost":460,"Date":"7/13/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":178,"Cost":115,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":608,"Cost":314,"Date":"8/26/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":556,"Cost":286,"Date":"9/2/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":34,"Cost":17,"Date":"9/29/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":125,"Cost":87,"Date":"10/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":359,"Cost":326,"Date":"11/2/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":371,"Cost":208,"Date":"11/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":965,"Cost":907,"Date":"11/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":545,"Cost":453,"Date":"12/1/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":468,"Cost":384,"Date":"12/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":123,"Cost":89,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":394,"Cost":338,"Date":"12/18/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":870,"Cost":654,"Date":"12/20/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":307,"Cost":164,"Date":"12/20/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":357,"Cost":188,"Date":"12/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":613,"Cost":489,"Date":"1/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":201,"Cost":179,"Date":"2/5/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":634,"Cost":347,"Date":"2/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":730,"Cost":683,"Date":"2/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":822,"Cost":722,"Date":"2/18/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":582,"Cost":496,"Date":"2/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":206,"Cost":107,"Date":"2/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":200,"Cost":111,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":723,"Cost":551,"Date":"4/2/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":985,"Cost":657,"Date":"4/3/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":321,"Cost":219,"Date":"4/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":244,"Cost":151,"Date":"4/10/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":537,"Cost":428,"Date":"4/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":340,"Cost":257,"Date":"5/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":325,"Cost":266,"Date":"5/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":82,"Cost":75,"Date":"6/20/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":256,"Cost":147,"Date":"7/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":736,"Cost":423,"Date":"7/4/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":309,"Cost":291,"Date":"7/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":416,"Cost":305,"Date":"7/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":984,"Cost":826,"Date":"7/14/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":108,"Cost":70,"Date":"7/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":791,"Cost":455,"Date":"8/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":914,"Cost":464,"Date":"8/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":654,"Cost":544,"Date":"8/7/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":152,"Cost":114,"Date":"8/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":733,"Cost":381,"Date":"8/31/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":581,"Cost":396,"Date":"9/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":487,"Cost":306,"Date":"9/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":895,"Cost":636,"Date":"9/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":51,"Cost":31,"Date":"9/29/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":355,"Cost":267,"Date":"11/7/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":221,"Cost":143,"Date":"11/26/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":152,"Cost":134,"Date":"11/27/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":526,"Cost":439,"Date":"12/5/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":254,"Cost":154,"Date":"12/26/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":703,"Cost":364,"Date":"12/31/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":928,"Cost":540,"Date":"1/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":76,"Cost":49,"Date":"2/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":659,"Cost":533,"Date":"2/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":397,"Cost":361,"Date":"2/27/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":990,"Cost":669,"Date":"3/1/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":979,"Cost":615,"Date":"3/1/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":441,"Cost":379,"Date":"3/19/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":194,"Cost":138,"Date":"3/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":879,"Cost":746,"Date":"5/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":500,"Cost":335,"Date":"7/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":577,"Cost":534,"Date":"8/5/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":431,"Cost":218,"Date":"8/12/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":648,"Cost":482,"Date":"8/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":307,"Cost":260,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":650,"Cost":464,"Date":"9/3/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":139,"Cost":115,"Date":"9/5/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":480,"Cost":338,"Date":"10/6/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":597,"Cost":567,"Date":"10/19/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":276,"Cost":182,"Date":"11/15/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":309,"Cost":218,"Date":"12/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":413,"Cost":312,"Date":"1/8/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":577,"Cost":475,"Date":"1/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":219,"Cost":127,"Date":"1/19/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":789,"Cost":572,"Date":"1/28/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":817,"Cost":442,"Date":"1/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":477,"Cost":311,"Date":"3/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":247,"Cost":123,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":918,"Cost":629,"Date":"4/24/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":247,"Cost":168,"Date":"4/28/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":935,"Cost":658,"Date":"5/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":924,"Cost":561,"Date":"5/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":389,"Cost":366,"Date":"5/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":219,"Cost":200,"Date":"6/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":282,"Cost":258,"Date":"6/3/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":598,"Cost":324,"Date":"6/5/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":687,"Cost":554,"Date":"6/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":691,"Cost":414,"Date":"6/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":884,"Cost":746,"Date":"6/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":896,"Cost":745,"Date":"6/24/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":608,"Cost":369,"Date":"7/4/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":750,"Cost":562,"Date":"7/9/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":162,"Cost":145,"Date":"7/12/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":526,"Cost":474,"Date":"8/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":736,"Cost":479,"Date":"8/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":100,"Cost":89,"Date":"8/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":900,"Cost":696,"Date":"9/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":467,"Cost":397,"Date":"9/3/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":454,"Cost":339,"Date":"9/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":330,"Cost":170,"Date":"10/4/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":42,"Cost":40,"Date":"11/1/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":638,"Cost":458,"Date":"11/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":205,"Cost":124,"Date":"12/17/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":932,"Cost":828,"Date":"2/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":299,"Cost":162,"Date":"2/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":388,"Cost":355,"Date":"3/4/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":580,"Cost":548,"Date":"3/9/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":238,"Cost":141,"Date":"3/9/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":516,"Cost":370,"Date":"3/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":633,"Cost":521,"Date":"3/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":4,"Cost":2,"Date":"3/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":602,"Cost":381,"Date":"3/23/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":811,"Cost":724,"Date":"4/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":595,"Cost":387,"Date":"5/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":309,"Cost":248,"Date":"5/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":921,"Cost":843,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":989,"Cost":527,"Date":"6/2/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":364,"Cost":210,"Date":"6/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":380,"Cost":356,"Date":"6/16/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":497,"Cost":414,"Date":"6/16/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":843,"Cost":472,"Date":"7/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":723,"Cost":420,"Date":"7/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":127,"Cost":91,"Date":"8/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":799,"Cost":527,"Date":"8/29/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":267,"Cost":155,"Date":"8/31/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":462,"Cost":370,"Date":"9/8/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":7,"Cost":6,"Date":"9/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":791,"Cost":449,"Date":"9/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":685,"Cost":480,"Date":"9/19/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":864,"Cost":466,"Date":"9/25/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":300,"Cost":242,"Date":"10/4/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":482,"Cost":440,"Date":"10/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":81,"Cost":62,"Date":"10/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":827,"Cost":512,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":162,"Cost":81,"Date":"10/30/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":737,"Cost":457,"Date":"11/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":932,"Cost":711,"Date":"11/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":299,"Cost":266,"Date":"11/25/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":930,"Cost":654,"Date":"1/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":921,"Cost":629,"Date":"1/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":80,"Cost":47,"Date":"1/20/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":417,"Cost":241,"Date":"2/8/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":311,"Cost":176,"Date":"2/25/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":343,"Cost":225,"Date":"3/7/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":77,"Cost":38,"Date":"3/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":560,"Cost":374,"Date":"3/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":409,"Cost":286,"Date":"4/5/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":576,"Cost":391,"Date":"4/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":999,"Cost":606,"Date":"5/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":456,"Cost":381,"Date":"5/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":144,"Cost":122,"Date":"5/15/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":665,"Cost":619,"Date":"5/25/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":897,"Cost":523,"Date":"5/26/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":500,"Cost":318,"Date":"5/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":742,"Cost":589,"Date":"7/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":674,"Cost":571,"Date":"9/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":820,"Cost":705,"Date":"10/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":521,"Cost":270,"Date":"10/8/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":114,"Cost":94,"Date":"10/26/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":566,"Cost":493,"Date":"11/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":693,"Cost":470,"Date":"11/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"HM Home","Country":"USA","Sale":923,"Cost":640,"Date":"12/1/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":860,"Cost":486,"Date":"2/9/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":441,"Cost":375,"Date":"2/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":554,"Cost":424,"Date":"3/10/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":225,"Cost":154,"Date":"3/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":767,"Cost":497,"Date":"3/18/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":961,"Cost":853,"Date":"3/20/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":340,"Cost":204,"Date":"3/26/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":112,"Cost":72,"Date":"6/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":827,"Cost":543,"Date":"6/10/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":663,"Cost":516,"Date":"6/16/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":926,"Cost":816,"Date":"6/25/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":991,"Cost":645,"Date":"7/19/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":429,"Cost":388,"Date":"7/21/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":562,"Cost":290,"Date":"7/25/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":183,"Cost":157,"Date":"8/4/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":866,"Cost":519,"Date":"9/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":511,"Cost":277,"Date":"9/4/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":526,"Cost":455,"Date":"9/19/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":768,"Cost":384,"Date":"9/29/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":670,"Cost":392,"Date":"10/2/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":466,"Cost":437,"Date":"10/15/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":152,"Cost":135,"Date":"10/30/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":534,"Cost":315,"Date":"11/9/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":338,"Cost":275,"Date":"11/23/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":50,"Cost":36,"Date":"11/30/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":727,"Cost":461,"Date":"12/8/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":383,"Cost":216,"Date":"12/11/2018"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":103,"Cost":69,"Date":"1/15/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":684,"Cost":542,"Date":"1/24/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":612,"Cost":321,"Date":"2/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":433,"Cost":261,"Date":"2/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":488,"Cost":436,"Date":"3/9/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":888,"Cost":638,"Date":"3/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":105,"Cost":56,"Date":"4/19/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":18,"Cost":9,"Date":"5/3/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":676,"Cost":498,"Date":"5/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":192,"Cost":153,"Date":"6/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":84,"Cost":67,"Date":"6/26/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":76,"Cost":42,"Date":"7/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":38,"Cost":22,"Date":"7/13/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":83,"Cost":55,"Date":"8/8/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":405,"Cost":328,"Date":"8/26/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":875,"Cost":751,"Date":"9/2/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":591,"Cost":457,"Date":"9/29/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":785,"Cost":463,"Date":"10/12/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":996,"Cost":636,"Date":"11/2/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":569,"Cost":454,"Date":"11/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":656,"Cost":334,"Date":"11/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":130,"Cost":98,"Date":"12/1/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":882,"Cost":643,"Date":"12/4/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":269,"Cost":146,"Date":"12/7/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":251,"Cost":129,"Date":"12/18/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":229,"Cost":201,"Date":"12/20/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":429,"Cost":275,"Date":"12/20/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":733,"Cost":587,"Date":"12/21/2019"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":300,"Cost":256,"Date":"1/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":112,"Cost":94,"Date":"2/5/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":355,"Cost":205,"Date":"2/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":38,"Cost":30,"Date":"2/16/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":997,"Cost":521,"Date":"2/18/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":405,"Cost":262,"Date":"2/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":930,"Cost":784,"Date":"2/25/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":112,"Cost":103,"Date":"3/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":280,"Cost":259,"Date":"4/2/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":223,"Cost":137,"Date":"4/3/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":810,"Cost":602,"Date":"4/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":626,"Cost":449,"Date":"4/10/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":11,"Cost":8,"Date":"4/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":818,"Cost":604,"Date":"5/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":121,"Cost":74,"Date":"5/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":577,"Cost":433,"Date":"6/20/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":504,"Cost":300,"Date":"7/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":326,"Cost":170,"Date":"7/4/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":87,"Cost":76,"Date":"7/8/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":667,"Cost":601,"Date":"7/9/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":948,"Cost":721,"Date":"7/14/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":624,"Cost":468,"Date":"7/19/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":974,"Cost":897,"Date":"8/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":249,"Cost":228,"Date":"8/6/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":178,"Cost":153,"Date":"8/7/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":725,"Cost":623,"Date":"8/22/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":856,"Cost":566,"Date":"8/31/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":427,"Cost":294,"Date":"9/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":9,"Cost":6,"Date":"9/1/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":46,"Cost":25,"Date":"9/17/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":704,"Cost":517,"Date":"9/29/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":342,"Cost":179,"Date":"11/7/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":932,"Cost":483,"Date":"11/26/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":115,"Cost":104,"Date":"11/27/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":755,"Cost":504,"Date":"12/5/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":84,"Cost":49,"Date":"12/26/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":117,"Cost":75,"Date":"12/31/2020"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":738,"Cost":675,"Date":"1/20/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":413,"Cost":368,"Date":"2/2/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":790,"Cost":425,"Date":"2/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":284,"Cost":242,"Date":"2/27/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":902,"Cost":586,"Date":"3/1/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":491,"Cost":445,"Date":"3/1/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":124,"Cost":93,"Date":"3/19/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":163,"Cost":148,"Date":"3/28/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":813,"Cost":650,"Date":"5/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":357,"Cost":227,"Date":"7/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":239,"Cost":205,"Date":"8/5/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":515,"Cost":326,"Date":"8/12/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":883,"Cost":711,"Date":"8/21/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":480,"Cost":393,"Date":"8/23/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":716,"Cost":679,"Date":"9/3/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":540,"Cost":492,"Date":"9/5/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":379,"Cost":327,"Date":"10/6/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":887,"Cost":594,"Date":"10/19/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":503,"Cost":460,"Date":"11/15/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":894,"Cost":551,"Date":"12/8/2021"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":439,"Cost":269,"Date":"1/8/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":910,"Cost":471,"Date":"1/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":992,"Cost":658,"Date":"1/19/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":460,"Cost":284,"Date":"1/28/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":190,"Cost":178,"Date":"1/31/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":365,"Cost":252,"Date":"3/27/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":332,"Cost":256,"Date":"4/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":750,"Cost":511,"Date":"4/24/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":127,"Cost":107,"Date":"4/28/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":197,"Cost":169,"Date":"5/15/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":341,"Cost":271,"Date":"5/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":383,"Cost":316,"Date":"5/18/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":139,"Cost":106,"Date":"6/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":976,"Cost":632,"Date":"6/3/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":823,"Cost":476,"Date":"6/5/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":369,"Cost":252,"Date":"6/7/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":573,"Cost":384,"Date":"6/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":964,"Cost":690,"Date":"6/20/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":981,"Cost":558,"Date":"6/24/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":709,"Cost":540,"Date":"7/4/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":206,"Cost":115,"Date":"7/9/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":636,"Cost":385,"Date":"7/12/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":159,"Cost":149,"Date":"8/14/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":60,"Cost":53,"Date":"8/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":429,"Cost":222,"Date":"8/23/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":513,"Cost":470,"Date":"9/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":602,"Cost":539,"Date":"9/3/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":260,"Cost":184,"Date":"9/16/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":392,"Cost":330,"Date":"10/4/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":738,"Cost":550,"Date":"11/1/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":852,"Cost":588,"Date":"11/2/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":861,"Cost":505,"Date":"12/17/2022"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":126,"Cost":99,"Date":"2/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":854,"Cost":756,"Date":"2/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":607,"Cost":416,"Date":"3/4/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":865,"Cost":526,"Date":"3/9/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":279,"Cost":146,"Date":"3/9/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":815,"Cost":628,"Date":"3/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":768,"Cost":532,"Date":"3/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":301,"Cost":240,"Date":"3/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":544,"Cost":503,"Date":"3/23/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":874,"Cost":671,"Date":"4/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":732,"Cost":504,"Date":"5/7/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":151,"Cost":143,"Date":"5/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":866,"Cost":646,"Date":"5/20/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":215,"Cost":160,"Date":"6/2/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":707,"Cost":403,"Date":"6/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":449,"Cost":260,"Date":"6/16/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":442,"Cost":367,"Date":"6/16/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":80,"Cost":62,"Date":"7/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":897,"Cost":795,"Date":"7/11/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":508,"Cost":437,"Date":"8/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":338,"Cost":278,"Date":"8/29/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":959,"Cost":803,"Date":"8/31/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":359,"Cost":192,"Date":"9/8/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":43,"Cost":22,"Date":"9/13/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":168,"Cost":123,"Date":"9/14/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":944,"Cost":472,"Date":"9/19/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":738,"Cost":649,"Date":"9/25/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":9,"Cost":8,"Date":"10/4/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":271,"Cost":180,"Date":"10/10/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":106,"Cost":78,"Date":"10/17/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":816,"Cost":686,"Date":"10/28/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":411,"Cost":362,"Date":"10/30/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":859,"Cost":532,"Date":"11/1/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":722,"Cost":421,"Date":"11/15/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":898,"Cost":564,"Date":"11/25/2023"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":103,"Cost":75,"Date":"1/10/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":774,"Cost":672,"Date":"1/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":244,"Cost":208,"Date":"1/20/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":93,"Cost":76,"Date":"2/8/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":390,"Cost":206,"Date":"2/25/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":450,"Cost":375,"Date":"3/7/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":383,"Cost":229,"Date":"3/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":929,"Cost":536,"Date":"3/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":947,"Cost":553,"Date":"4/5/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":836,"Cost":725,"Date":"4/14/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":920,"Cost":788,"Date":"5/3/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":76,"Cost":62,"Date":"5/9/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":930,"Cost":540,"Date":"5/15/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":951,"Cost":853,"Date":"5/25/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":832,"Cost":433,"Date":"5/26/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":759,"Cost":631,"Date":"5/31/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":167,"Cost":134,"Date":"7/27/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":451,"Cost":356,"Date":"9/17/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":906,"Cost":785,"Date":"10/6/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":410,"Cost":292,"Date":"10/8/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":507,"Cost":351,"Date":"10/26/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":707,"Cost":364,"Date":"11/16/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":475,"Cost":315,"Date":"11/18/2024"},{"Store":"Oakbrook Center, Oak Brook, IL","Brand":"COS","Country":"USA","Sale":788,"Cost":574,"Date":"12/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":486,"Cost":378,"Date":"2/9/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":241,"Cost":126,"Date":"2/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":467,"Cost":234,"Date":"3/10/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":974,"Cost":822,"Date":"3/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":358,"Cost":207,"Date":"3/18/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":774,"Cost":447,"Date":"3/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":239,"Cost":175,"Date":"3/26/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":193,"Cost":164,"Date":"6/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":594,"Cost":343,"Date":"6/10/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":18,"Cost":10,"Date":"6/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":19,"Cost":13,"Date":"6/25/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":82,"Cost":49,"Date":"7/19/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":667,"Cost":589,"Date":"7/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":50,"Cost":31,"Date":"7/25/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":546,"Cost":410,"Date":"8/4/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":986,"Cost":514,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":698,"Cost":577,"Date":"9/4/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":189,"Cost":145,"Date":"9/19/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":215,"Cost":115,"Date":"9/29/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":138,"Cost":69,"Date":"10/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":854,"Cost":668,"Date":"10/15/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":94,"Cost":62,"Date":"10/30/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":17,"Cost":14,"Date":"11/9/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":344,"Cost":326,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":995,"Cost":941,"Date":"11/30/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":407,"Cost":217,"Date":"12/8/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":537,"Cost":488,"Date":"12/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":764,"Cost":479,"Date":"1/15/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":907,"Cost":576,"Date":"1/24/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":269,"Cost":182,"Date":"2/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":431,"Cost":391,"Date":"2/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":584,"Cost":463,"Date":"3/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":854,"Cost":600,"Date":"3/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":470,"Cost":359,"Date":"4/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":928,"Cost":726,"Date":"5/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":747,"Cost":523,"Date":"5/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":939,"Cost":681,"Date":"6/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":275,"Cost":174,"Date":"6/26/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":656,"Cost":426,"Date":"7/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":518,"Cost":460,"Date":"7/13/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":999,"Cost":690,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":544,"Cost":505,"Date":"8/26/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":104,"Cost":61,"Date":"9/2/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":980,"Cost":658,"Date":"9/29/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":896,"Cost":819,"Date":"10/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":870,"Cost":569,"Date":"11/2/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":706,"Cost":573,"Date":"11/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":896,"Cost":820,"Date":"11/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":550,"Cost":500,"Date":"12/1/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":853,"Cost":678,"Date":"12/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":57,"Cost":30,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":97,"Cost":62,"Date":"12/18/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":530,"Cost":287,"Date":"12/20/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":697,"Cost":562,"Date":"12/20/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":10,"Cost":9,"Date":"12/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":436,"Cost":288,"Date":"1/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":834,"Cost":427,"Date":"2/5/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":954,"Cost":781,"Date":"2/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":674,"Cost":569,"Date":"2/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":681,"Cost":459,"Date":"2/18/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":171,"Cost":116,"Date":"2/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":934,"Cost":870,"Date":"2/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":164,"Cost":154,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":573,"Cost":428,"Date":"4/2/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":766,"Cost":549,"Date":"4/3/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":86,"Cost":47,"Date":"4/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":348,"Cost":207,"Date":"4/10/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":693,"Cost":490,"Date":"4/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":188,"Cost":134,"Date":"5/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":994,"Cost":789,"Date":"5/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":40,"Cost":32,"Date":"6/20/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":336,"Cost":228,"Date":"7/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":718,"Cost":630,"Date":"7/4/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":181,"Cost":165,"Date":"7/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":955,"Cost":640,"Date":"7/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":344,"Cost":181,"Date":"7/14/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":22,"Cost":13,"Date":"7/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":963,"Cost":580,"Date":"8/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":92,"Cost":48,"Date":"8/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":805,"Cost":638,"Date":"8/7/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":861,"Cost":680,"Date":"8/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":839,"Cost":696,"Date":"8/31/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":348,"Cost":240,"Date":"9/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":251,"Cost":128,"Date":"9/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":151,"Cost":111,"Date":"9/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":738,"Cost":633,"Date":"9/29/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":474,"Cost":254,"Date":"11/7/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":791,"Cost":490,"Date":"11/26/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":670,"Cost":585,"Date":"11/27/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":878,"Cost":550,"Date":"12/5/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":614,"Cost":478,"Date":"12/26/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":827,"Cost":458,"Date":"12/31/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":638,"Cost":338,"Date":"1/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":430,"Cost":381,"Date":"2/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":207,"Cost":140,"Date":"2/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":483,"Cost":395,"Date":"2/27/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":41,"Cost":31,"Date":"3/1/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":167,"Cost":85,"Date":"3/1/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":432,"Cost":252,"Date":"3/19/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":539,"Cost":493,"Date":"3/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":554,"Cost":407,"Date":"5/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":665,"Cost":446,"Date":"7/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":400,"Cost":324,"Date":"8/5/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":854,"Cost":707,"Date":"8/12/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":194,"Cost":161,"Date":"8/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":724,"Cost":669,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":334,"Cost":218,"Date":"9/3/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":83,"Cost":48,"Date":"9/5/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":761,"Cost":624,"Date":"10/6/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":985,"Cost":820,"Date":"10/19/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":50,"Cost":37,"Date":"11/15/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":138,"Cost":124,"Date":"12/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":450,"Cost":413,"Date":"1/8/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":429,"Cost":312,"Date":"1/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":310,"Cost":162,"Date":"1/19/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":12,"Cost":8,"Date":"1/28/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":917,"Cost":666,"Date":"1/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":725,"Cost":407,"Date":"3/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":801,"Cost":755,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":515,"Cost":271,"Date":"4/24/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":626,"Cost":484,"Date":"4/28/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":543,"Cost":383,"Date":"5/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":686,"Cost":564,"Date":"5/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":424,"Cost":365,"Date":"5/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":595,"Cost":481,"Date":"6/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":315,"Cost":234,"Date":"6/3/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":571,"Cost":401,"Date":"6/5/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":96,"Cost":86,"Date":"6/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":572,"Cost":343,"Date":"6/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":410,"Cost":388,"Date":"6/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":825,"Cost":616,"Date":"6/24/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":809,"Cost":478,"Date":"7/4/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":2,"Cost":2,"Date":"7/9/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":218,"Cost":176,"Date":"7/12/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":908,"Cost":586,"Date":"8/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":87,"Cost":46,"Date":"8/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":882,"Cost":623,"Date":"8/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":863,"Cost":603,"Date":"9/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":340,"Cost":296,"Date":"9/3/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":282,"Cost":244,"Date":"9/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":126,"Cost":109,"Date":"10/4/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":816,"Cost":683,"Date":"11/1/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":133,"Cost":99,"Date":"11/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":746,"Cost":646,"Date":"12/17/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":267,"Cost":200,"Date":"2/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":166,"Cost":138,"Date":"2/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":659,"Cost":478,"Date":"3/4/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":440,"Cost":401,"Date":"3/9/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":681,"Cost":355,"Date":"3/9/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":716,"Cost":537,"Date":"3/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":162,"Cost":138,"Date":"3/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":714,"Cost":463,"Date":"3/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":698,"Cost":647,"Date":"3/23/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":838,"Cost":496,"Date":"4/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":59,"Cost":38,"Date":"5/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":850,"Cost":793,"Date":"5/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":208,"Cost":179,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":486,"Cost":311,"Date":"6/2/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":735,"Cost":441,"Date":"6/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":11,"Cost":9,"Date":"6/16/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":600,"Cost":327,"Date":"6/16/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":549,"Cost":344,"Date":"7/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":966,"Cost":551,"Date":"7/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":331,"Cost":263,"Date":"8/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":553,"Cost":394,"Date":"8/29/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":998,"Cost":530,"Date":"8/31/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":8,"Cost":7,"Date":"9/8/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":272,"Cost":223,"Date":"9/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":892,"Cost":586,"Date":"9/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":822,"Cost":658,"Date":"9/19/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":393,"Cost":255,"Date":"9/25/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":728,"Cost":671,"Date":"10/4/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":762,"Cost":700,"Date":"10/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":641,"Cost":414,"Date":"10/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":971,"Cost":913,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":360,"Cost":312,"Date":"10/30/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":671,"Cost":485,"Date":"11/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":850,"Cost":426,"Date":"11/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":662,"Cost":427,"Date":"11/25/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":20,"Cost":19,"Date":"1/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":56,"Cost":38,"Date":"1/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":778,"Cost":395,"Date":"1/20/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":918,"Cost":480,"Date":"2/8/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":876,"Cost":658,"Date":"2/25/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":662,"Cost":500,"Date":"3/7/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":276,"Cost":210,"Date":"3/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":138,"Cost":114,"Date":"3/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":822,"Cost":679,"Date":"4/5/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":467,"Cost":410,"Date":"4/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":357,"Cost":273,"Date":"5/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":30,"Cost":15,"Date":"5/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":151,"Cost":93,"Date":"5/15/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":4,"Cost":2,"Date":"5/25/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":799,"Cost":727,"Date":"5/26/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":510,"Cost":445,"Date":"5/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":304,"Cost":256,"Date":"7/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":508,"Cost":403,"Date":"9/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":199,"Cost":149,"Date":"10/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":541,"Cost":298,"Date":"10/8/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":336,"Cost":189,"Date":"10/26/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":988,"Cost":726,"Date":"11/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":519,"Cost":417,"Date":"11/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"COS","Country":"USA","Sale":881,"Cost":491,"Date":"12/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":466,"Cost":423,"Date":"2/9/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":342,"Cost":233,"Date":"2/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":531,"Cost":267,"Date":"3/10/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":688,"Cost":530,"Date":"3/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":907,"Cost":775,"Date":"3/18/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":810,"Cost":599,"Date":"3/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":994,"Cost":824,"Date":"3/26/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":528,"Cost":485,"Date":"6/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":650,"Cost":595,"Date":"6/10/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":150,"Cost":134,"Date":"6/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":345,"Cost":292,"Date":"6/25/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":675,"Cost":589,"Date":"7/19/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":889,"Cost":666,"Date":"7/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":533,"Cost":474,"Date":"7/25/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":676,"Cost":532,"Date":"8/4/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":763,"Cost":591,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":174,"Cost":159,"Date":"9/4/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":194,"Cost":134,"Date":"9/19/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":788,"Cost":429,"Date":"9/29/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":154,"Cost":121,"Date":"10/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":180,"Cost":119,"Date":"10/15/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":31,"Cost":22,"Date":"10/30/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":581,"Cost":473,"Date":"11/9/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":619,"Cost":546,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":97,"Cost":87,"Date":"11/30/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":161,"Cost":88,"Date":"12/8/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":812,"Cost":735,"Date":"12/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":371,"Cost":233,"Date":"1/15/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":364,"Cost":205,"Date":"1/24/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":345,"Cost":263,"Date":"2/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":665,"Cost":369,"Date":"2/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":362,"Cost":232,"Date":"3/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":746,"Cost":564,"Date":"3/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":389,"Cost":309,"Date":"4/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":952,"Cost":756,"Date":"5/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":876,"Cost":454,"Date":"5/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":889,"Cost":595,"Date":"6/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":911,"Cost":758,"Date":"6/26/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":486,"Cost":317,"Date":"7/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":661,"Cost":448,"Date":"7/13/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":694,"Cost":613,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":82,"Cost":55,"Date":"8/26/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":646,"Cost":429,"Date":"9/2/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":531,"Cost":429,"Date":"9/29/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":495,"Cost":400,"Date":"10/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":368,"Cost":194,"Date":"11/2/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":724,"Cost":614,"Date":"11/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":693,"Cost":554,"Date":"11/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":497,"Cost":371,"Date":"12/1/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":256,"Cost":178,"Date":"12/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":321,"Cost":167,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":819,"Cost":723,"Date":"12/18/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":962,"Cost":882,"Date":"12/20/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":493,"Cost":306,"Date":"12/20/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":346,"Cost":307,"Date":"12/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":576,"Cost":418,"Date":"1/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":808,"Cost":732,"Date":"2/5/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":601,"Cost":375,"Date":"2/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":789,"Cost":522,"Date":"2/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":178,"Cost":155,"Date":"2/18/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":306,"Cost":185,"Date":"2/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":388,"Cost":356,"Date":"2/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":250,"Cost":213,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":913,"Cost":736,"Date":"4/2/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":940,"Cost":572,"Date":"4/3/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":275,"Cost":178,"Date":"4/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":174,"Cost":154,"Date":"4/10/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":156,"Cost":78,"Date":"4/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":675,"Cost":577,"Date":"5/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":829,"Cost":600,"Date":"5/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":307,"Cost":212,"Date":"6/20/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":731,"Cost":394,"Date":"7/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":846,"Cost":714,"Date":"7/4/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":507,"Cost":459,"Date":"7/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":882,"Cost":770,"Date":"7/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":750,"Cost":663,"Date":"7/14/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":243,"Cost":223,"Date":"7/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":641,"Cost":596,"Date":"8/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":586,"Cost":522,"Date":"8/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":165,"Cost":153,"Date":"8/7/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":829,"Cost":557,"Date":"8/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":663,"Cost":486,"Date":"8/31/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":549,"Cost":286,"Date":"9/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":70,"Cost":41,"Date":"9/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":495,"Cost":282,"Date":"9/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":283,"Cost":217,"Date":"9/29/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":670,"Cost":604,"Date":"11/7/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":167,"Cost":89,"Date":"11/26/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":556,"Cost":399,"Date":"11/27/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":394,"Cost":267,"Date":"12/5/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":454,"Cost":230,"Date":"12/26/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":965,"Cost":489,"Date":"12/31/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":159,"Cost":142,"Date":"1/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":137,"Cost":86,"Date":"2/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":379,"Cost":305,"Date":"2/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":443,"Cost":363,"Date":"2/27/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":751,"Cost":469,"Date":"3/1/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":509,"Cost":328,"Date":"3/1/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":304,"Cost":155,"Date":"3/19/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":824,"Cost":424,"Date":"3/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":35,"Cost":31,"Date":"5/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":519,"Cost":475,"Date":"7/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":126,"Cost":79,"Date":"8/5/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":277,"Cost":226,"Date":"8/12/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":979,"Cost":773,"Date":"8/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":267,"Cost":222,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":372,"Cost":262,"Date":"9/3/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":726,"Cost":596,"Date":"9/5/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":193,"Cost":169,"Date":"10/6/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":762,"Cost":405,"Date":"10/19/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":410,"Cost":302,"Date":"11/15/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":264,"Cost":220,"Date":"12/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":618,"Cost":567,"Date":"1/8/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":398,"Cost":350,"Date":"1/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":446,"Cost":360,"Date":"1/19/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":607,"Cost":494,"Date":"1/28/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":54,"Cost":35,"Date":"1/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":590,"Cost":394,"Date":"3/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":114,"Cost":63,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":402,"Cost":332,"Date":"4/24/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":394,"Cost":371,"Date":"4/28/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":208,"Cost":114,"Date":"5/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":731,"Cost":621,"Date":"5/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":292,"Cost":157,"Date":"5/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":969,"Cost":533,"Date":"6/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":561,"Cost":397,"Date":"6/3/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":101,"Cost":87,"Date":"6/5/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":979,"Cost":610,"Date":"6/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":806,"Cost":520,"Date":"6/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":553,"Cost":307,"Date":"6/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":955,"Cost":539,"Date":"6/24/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":698,"Cost":570,"Date":"7/4/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":521,"Cost":385,"Date":"7/9/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":493,"Cost":273,"Date":"7/12/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":707,"Cost":466,"Date":"8/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":695,"Cost":540,"Date":"8/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":469,"Cost":278,"Date":"8/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":716,"Cost":387,"Date":"9/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":13,"Cost":8,"Date":"9/3/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":231,"Cost":143,"Date":"9/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":899,"Cost":485,"Date":"10/4/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":227,"Cost":148,"Date":"11/1/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":478,"Cost":379,"Date":"11/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":726,"Cost":449,"Date":"12/17/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":665,"Cost":470,"Date":"2/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":983,"Cost":599,"Date":"2/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":683,"Cost":524,"Date":"3/4/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":575,"Cost":544,"Date":"3/9/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":155,"Cost":108,"Date":"3/9/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":709,"Cost":624,"Date":"3/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":151,"Cost":86,"Date":"3/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":749,"Cost":394,"Date":"3/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":88,"Cost":58,"Date":"3/23/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":452,"Cost":307,"Date":"4/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":750,"Cost":534,"Date":"5/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":179,"Cost":106,"Date":"5/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":895,"Cost":564,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":346,"Cost":257,"Date":"6/2/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":91,"Cost":73,"Date":"6/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":365,"Cost":323,"Date":"6/16/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":779,"Cost":638,"Date":"6/16/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":437,"Cost":395,"Date":"7/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":986,"Cost":499,"Date":"7/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":391,"Cost":267,"Date":"8/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":927,"Cost":517,"Date":"8/29/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":687,"Cost":424,"Date":"8/31/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":320,"Cost":280,"Date":"9/8/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":395,"Cost":290,"Date":"9/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":137,"Cost":76,"Date":"9/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":871,"Cost":705,"Date":"9/19/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":121,"Cost":68,"Date":"9/25/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":406,"Cost":212,"Date":"10/4/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":54,"Cost":32,"Date":"10/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":206,"Cost":163,"Date":"10/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":336,"Cost":268,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":138,"Cost":129,"Date":"10/30/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":844,"Cost":564,"Date":"11/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":160,"Cost":111,"Date":"11/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":318,"Cost":192,"Date":"11/25/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":375,"Cost":214,"Date":"1/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":995,"Cost":777,"Date":"1/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":331,"Cost":221,"Date":"1/20/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":591,"Cost":404,"Date":"2/8/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":168,"Cost":105,"Date":"2/25/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":109,"Cost":92,"Date":"3/7/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":125,"Cost":83,"Date":"3/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":224,"Cost":168,"Date":"3/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":98,"Cost":64,"Date":"4/5/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":463,"Cost":437,"Date":"4/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":426,"Cost":237,"Date":"5/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":667,"Cost":558,"Date":"5/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":670,"Cost":430,"Date":"5/15/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":744,"Cost":443,"Date":"5/25/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":811,"Cost":568,"Date":"5/26/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":998,"Cost":546,"Date":"5/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":314,"Cost":180,"Date":"7/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":224,"Cost":211,"Date":"9/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":436,"Cost":251,"Date":"10/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":595,"Cost":507,"Date":"10/8/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":135,"Cost":75,"Date":"10/26/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":242,"Cost":137,"Date":"11/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":598,"Cost":388,"Date":"11/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"Jeans","Country":"USA","Sale":864,"Cost":818,"Date":"12/1/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":49,"Cost":40,"Date":"2/9/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":577,"Cost":473,"Date":"2/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":671,"Cost":562,"Date":"3/10/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":40,"Cost":24,"Date":"3/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":751,"Cost":525,"Date":"3/18/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":236,"Cost":161,"Date":"3/20/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":338,"Cost":292,"Date":"3/26/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":7,"Cost":5,"Date":"6/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":307,"Cost":153,"Date":"6/10/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":993,"Cost":655,"Date":"6/16/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":134,"Cost":125,"Date":"6/25/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":866,"Cost":814,"Date":"7/19/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":22,"Cost":11,"Date":"7/21/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":703,"Cost":397,"Date":"7/25/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":351,"Cost":308,"Date":"8/4/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":239,"Cost":196,"Date":"9/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":434,"Cost":390,"Date":"9/4/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":833,"Cost":546,"Date":"9/19/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":504,"Cost":294,"Date":"9/29/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":787,"Cost":720,"Date":"10/2/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":517,"Cost":464,"Date":"10/15/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":35,"Cost":28,"Date":"10/30/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":947,"Cost":639,"Date":"11/9/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":722,"Cost":532,"Date":"11/23/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":212,"Cost":128,"Date":"11/30/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":697,"Cost":615,"Date":"12/8/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":115,"Cost":71,"Date":"12/11/2018"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":491,"Cost":267,"Date":"1/15/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":416,"Cost":342,"Date":"1/24/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":461,"Cost":296,"Date":"2/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":237,"Cost":221,"Date":"2/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":229,"Cost":150,"Date":"3/9/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":219,"Cost":126,"Date":"3/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":223,"Cost":167,"Date":"4/19/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":959,"Cost":724,"Date":"5/3/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":844,"Cost":770,"Date":"5/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":202,"Cost":175,"Date":"6/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":776,"Cost":450,"Date":"6/26/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":458,"Cost":295,"Date":"7/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":123,"Cost":76,"Date":"7/13/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":433,"Cost":302,"Date":"8/8/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":177,"Cost":153,"Date":"8/26/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":470,"Cost":318,"Date":"9/2/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":268,"Cost":158,"Date":"9/29/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":531,"Cost":389,"Date":"10/12/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":396,"Cost":250,"Date":"11/2/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":257,"Cost":160,"Date":"11/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":973,"Cost":530,"Date":"11/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":586,"Cost":518,"Date":"12/1/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":677,"Cost":366,"Date":"12/4/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":759,"Cost":427,"Date":"12/7/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":127,"Cost":91,"Date":"12/18/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":706,"Cost":488,"Date":"12/20/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":482,"Cost":381,"Date":"12/20/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":333,"Cost":315,"Date":"12/21/2019"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":899,"Cost":766,"Date":"1/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":864,"Cost":501,"Date":"2/5/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":178,"Cost":93,"Date":"2/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":243,"Cost":135,"Date":"2/16/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":465,"Cost":329,"Date":"2/18/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":631,"Cost":529,"Date":"2/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":775,"Cost":546,"Date":"2/25/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":188,"Cost":103,"Date":"3/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":345,"Cost":300,"Date":"4/2/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":374,"Cost":215,"Date":"4/3/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":975,"Cost":926,"Date":"4/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":270,"Cost":243,"Date":"4/10/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":79,"Cost":62,"Date":"4/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":817,"Cost":437,"Date":"5/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":353,"Cost":233,"Date":"5/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":815,"Cost":627,"Date":"6/20/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":199,"Cost":188,"Date":"7/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":184,"Cost":161,"Date":"7/4/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":587,"Cost":391,"Date":"7/8/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":308,"Cost":239,"Date":"7/9/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":371,"Cost":242,"Date":"7/14/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":178,"Cost":105,"Date":"7/19/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":399,"Cost":272,"Date":"8/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":175,"Cost":165,"Date":"8/6/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":754,"Cost":713,"Date":"8/7/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":953,"Cost":835,"Date":"8/22/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":54,"Cost":28,"Date":"8/31/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":109,"Cost":79,"Date":"9/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":291,"Cost":161,"Date":"9/1/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":868,"Cost":587,"Date":"9/17/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":725,"Cost":460,"Date":"9/29/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":945,"Cost":560,"Date":"11/7/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":338,"Cost":192,"Date":"11/26/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":618,"Cost":530,"Date":"11/27/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":95,"Cost":70,"Date":"12/5/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":247,"Cost":220,"Date":"12/26/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":743,"Cost":472,"Date":"12/31/2020"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":859,"Cost":538,"Date":"1/20/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":80,"Cost":67,"Date":"2/2/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":75,"Cost":51,"Date":"2/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":730,"Cost":653,"Date":"2/27/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":809,"Cost":497,"Date":"3/1/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":625,"Cost":433,"Date":"3/1/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":854,"Cost":748,"Date":"3/19/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":31,"Cost":24,"Date":"3/28/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":585,"Cost":421,"Date":"5/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":545,"Cost":366,"Date":"7/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":625,"Cost":467,"Date":"8/5/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":139,"Cost":108,"Date":"8/12/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":295,"Cost":199,"Date":"8/21/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":98,"Cost":59,"Date":"8/23/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":189,"Cost":129,"Date":"9/3/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":678,"Cost":444,"Date":"9/5/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":175,"Cost":134,"Date":"10/6/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":363,"Cost":325,"Date":"10/19/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":339,"Cost":270,"Date":"11/15/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":391,"Cost":236,"Date":"12/8/2021"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":671,"Cost":398,"Date":"1/8/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":692,"Cost":407,"Date":"1/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":48,"Cost":26,"Date":"1/19/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":547,"Cost":505,"Date":"1/28/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":823,"Cost":509,"Date":"1/31/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":198,"Cost":159,"Date":"3/27/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":374,"Cost":294,"Date":"4/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":158,"Cost":132,"Date":"4/24/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":800,"Cost":569,"Date":"4/28/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":271,"Cost":155,"Date":"5/15/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":521,"Cost":267,"Date":"5/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":607,"Cost":317,"Date":"5/18/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":292,"Cost":202,"Date":"6/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":99,"Cost":62,"Date":"6/3/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":598,"Cost":497,"Date":"6/5/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":768,"Cost":494,"Date":"6/7/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":686,"Cost":391,"Date":"6/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":403,"Cost":381,"Date":"6/20/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":526,"Cost":374,"Date":"6/24/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":615,"Cost":332,"Date":"7/4/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":13,"Cost":7,"Date":"7/9/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":335,"Cost":208,"Date":"7/12/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":841,"Cost":744,"Date":"8/14/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":854,"Cost":702,"Date":"8/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":187,"Cost":162,"Date":"8/23/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":647,"Cost":472,"Date":"9/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":153,"Cost":116,"Date":"9/3/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":613,"Cost":434,"Date":"9/16/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":805,"Cost":480,"Date":"10/4/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":335,"Cost":177,"Date":"11/1/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":953,"Cost":515,"Date":"11/2/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":21,"Cost":11,"Date":"12/17/2022"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":739,"Cost":667,"Date":"2/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":853,"Cost":666,"Date":"2/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":590,"Cost":305,"Date":"3/4/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":405,"Cost":278,"Date":"3/9/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":805,"Cost":462,"Date":"3/9/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":325,"Cost":300,"Date":"3/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":366,"Cost":309,"Date":"3/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":304,"Cost":163,"Date":"3/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":589,"Cost":337,"Date":"3/23/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":476,"Cost":299,"Date":"4/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":797,"Cost":420,"Date":"5/7/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":486,"Cost":358,"Date":"5/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":890,"Cost":732,"Date":"5/20/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":425,"Cost":377,"Date":"6/2/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":242,"Cost":165,"Date":"6/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":606,"Cost":556,"Date":"6/16/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":416,"Cost":300,"Date":"6/16/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":290,"Cost":219,"Date":"7/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":538,"Cost":278,"Date":"7/11/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":15,"Cost":11,"Date":"8/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":934,"Cost":813,"Date":"8/29/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":176,"Cost":117,"Date":"8/31/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":881,"Cost":638,"Date":"9/8/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":888,"Cost":545,"Date":"9/13/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":355,"Cost":332,"Date":"9/14/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":868,"Cost":567,"Date":"9/19/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":954,"Cost":744,"Date":"9/25/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":277,"Cost":258,"Date":"10/4/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":148,"Cost":108,"Date":"10/10/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":926,"Cost":813,"Date":"10/17/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":597,"Cost":485,"Date":"10/28/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":298,"Cost":170,"Date":"10/30/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":708,"Cost":509,"Date":"11/1/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":242,"Cost":219,"Date":"11/15/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":471,"Cost":418,"Date":"11/25/2023"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":607,"Cost":313,"Date":"1/10/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":940,"Cost":544,"Date":"1/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":415,"Cost":248,"Date":"1/20/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":286,"Cost":164,"Date":"2/8/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":147,"Cost":92,"Date":"2/25/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":206,"Cost":136,"Date":"3/7/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":320,"Cost":202,"Date":"3/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":313,"Cost":280,"Date":"3/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":765,"Cost":537,"Date":"4/5/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":196,"Cost":102,"Date":"4/14/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":28,"Cost":22,"Date":"5/3/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":353,"Cost":197,"Date":"5/9/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":547,"Cost":297,"Date":"5/15/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":692,"Cost":590,"Date":"5/25/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":294,"Cost":171,"Date":"5/26/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":485,"Cost":305,"Date":"5/31/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":856,"Cost":669,"Date":"7/27/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":93,"Cost":75,"Date":"9/17/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":305,"Cost":211,"Date":"10/6/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":505,"Cost":456,"Date":"10/8/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":41,"Cost":32,"Date":"10/26/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":175,"Cost":144,"Date":"11/16/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":538,"Cost":445,"Date":"11/18/2024"},{"Store":"Brea Mall, Brea, CA","Brand":"HM","Country":"USA","Sale":461,"Cost":313,"Date":"12/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":394,"Cost":216,"Date":"2/9/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":177,"Cost":100,"Date":"2/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":246,"Cost":158,"Date":"3/10/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":481,"Cost":440,"Date":"3/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":276,"Cost":178,"Date":"3/18/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":60,"Cost":47,"Date":"3/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":617,"Cost":372,"Date":"3/26/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":1000,"Cost":859,"Date":"6/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":924,"Cost":786,"Date":"6/10/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":437,"Cost":253,"Date":"6/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":768,"Cost":623,"Date":"6/25/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":966,"Cost":551,"Date":"7/19/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":819,"Cost":698,"Date":"7/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":410,"Cost":372,"Date":"7/25/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":818,"Cost":624,"Date":"8/4/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":263,"Cost":228,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":309,"Cost":159,"Date":"9/4/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":495,"Cost":380,"Date":"9/19/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":504,"Cost":399,"Date":"9/29/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":378,"Cost":299,"Date":"10/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":499,"Cost":434,"Date":"10/15/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":990,"Cost":618,"Date":"10/30/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":691,"Cost":629,"Date":"11/9/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":265,"Cost":235,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":367,"Cost":327,"Date":"11/30/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":981,"Cost":661,"Date":"12/8/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":566,"Cost":333,"Date":"12/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":331,"Cost":281,"Date":"1/15/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":890,"Cost":581,"Date":"1/24/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":18,"Cost":15,"Date":"2/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":27,"Cost":17,"Date":"2/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":388,"Cost":254,"Date":"3/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":572,"Cost":463,"Date":"3/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":440,"Cost":343,"Date":"4/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":558,"Cost":433,"Date":"5/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":369,"Cost":235,"Date":"5/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":967,"Cost":873,"Date":"6/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":393,"Cost":254,"Date":"6/26/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":345,"Cost":209,"Date":"7/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":355,"Cost":187,"Date":"7/13/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":660,"Cost":460,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":926,"Cost":514,"Date":"8/26/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":396,"Cost":304,"Date":"9/2/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":700,"Cost":550,"Date":"9/29/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":263,"Cost":243,"Date":"10/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":7,"Cost":6,"Date":"11/2/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":824,"Cost":675,"Date":"11/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":923,"Cost":612,"Date":"11/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":874,"Cost":523,"Date":"12/1/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":875,"Cost":831,"Date":"12/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":479,"Cost":401,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":785,"Cost":488,"Date":"12/18/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":980,"Cost":823,"Date":"12/20/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":101,"Cost":84,"Date":"12/20/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":602,"Cost":316,"Date":"12/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":117,"Cost":74,"Date":"1/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":137,"Cost":87,"Date":"2/5/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":468,"Cost":305,"Date":"2/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":964,"Cost":615,"Date":"2/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":338,"Cost":291,"Date":"2/18/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":573,"Cost":315,"Date":"2/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":801,"Cost":580,"Date":"2/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":313,"Cost":276,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":767,"Cost":499,"Date":"4/2/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":408,"Cost":230,"Date":"4/3/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":580,"Cost":498,"Date":"4/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":701,"Cost":564,"Date":"4/10/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":957,"Cost":541,"Date":"4/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":538,"Cost":282,"Date":"5/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":703,"Cost":513,"Date":"5/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":873,"Cost":648,"Date":"6/20/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":418,"Cost":386,"Date":"7/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":175,"Cost":150,"Date":"7/4/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":736,"Cost":632,"Date":"7/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":63,"Cost":40,"Date":"7/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":683,"Cost":514,"Date":"7/14/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":559,"Cost":339,"Date":"7/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":283,"Cost":212,"Date":"8/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":837,"Cost":678,"Date":"8/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":54,"Cost":28,"Date":"8/7/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":477,"Cost":377,"Date":"8/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":240,"Cost":134,"Date":"8/31/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":559,"Cost":507,"Date":"9/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":177,"Cost":93,"Date":"9/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":178,"Cost":143,"Date":"9/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":774,"Cost":695,"Date":"9/29/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":938,"Cost":531,"Date":"11/7/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":214,"Cost":108,"Date":"11/26/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":627,"Cost":496,"Date":"11/27/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":541,"Cost":444,"Date":"12/5/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":227,"Cost":160,"Date":"12/26/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":320,"Cost":191,"Date":"12/31/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":945,"Cost":840,"Date":"1/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":634,"Cost":563,"Date":"2/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":441,"Cost":323,"Date":"2/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":429,"Cost":390,"Date":"2/27/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":816,"Cost":445,"Date":"3/1/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":733,"Cost":646,"Date":"3/1/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":151,"Cost":136,"Date":"3/19/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":499,"Cost":273,"Date":"3/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":104,"Cost":63,"Date":"5/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":457,"Cost":346,"Date":"7/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":971,"Cost":885,"Date":"8/5/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":699,"Cost":377,"Date":"8/12/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":566,"Cost":479,"Date":"8/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":686,"Cost":415,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":303,"Cost":256,"Date":"9/3/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":557,"Cost":446,"Date":"9/5/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":586,"Cost":539,"Date":"10/6/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":315,"Cost":195,"Date":"10/19/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":985,"Cost":705,"Date":"11/15/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":286,"Cost":272,"Date":"12/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":227,"Cost":157,"Date":"1/8/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":204,"Cost":190,"Date":"1/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":842,"Cost":746,"Date":"1/19/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":371,"Cost":302,"Date":"1/28/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":679,"Cost":368,"Date":"1/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":673,"Cost":354,"Date":"3/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":275,"Cost":185,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":286,"Cost":194,"Date":"4/24/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":143,"Cost":91,"Date":"4/28/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":174,"Cost":160,"Date":"5/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":382,"Cost":356,"Date":"5/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":895,"Cost":646,"Date":"5/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":230,"Cost":140,"Date":"6/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":792,"Cost":659,"Date":"6/3/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":503,"Cost":393,"Date":"6/5/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":251,"Cost":126,"Date":"6/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":470,"Cost":434,"Date":"6/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":446,"Cost":321,"Date":"6/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":797,"Cost":565,"Date":"6/24/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":611,"Cost":389,"Date":"7/4/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":434,"Cost":263,"Date":"7/9/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":686,"Cost":462,"Date":"7/12/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":951,"Cost":563,"Date":"8/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":437,"Cost":285,"Date":"8/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":444,"Cost":336,"Date":"8/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":772,"Cost":562,"Date":"9/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":891,"Cost":703,"Date":"9/3/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":544,"Cost":436,"Date":"9/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":577,"Cost":467,"Date":"10/4/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":796,"Cost":494,"Date":"11/1/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":890,"Cost":733,"Date":"11/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":539,"Cost":497,"Date":"12/17/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":481,"Cost":355,"Date":"2/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":506,"Cost":255,"Date":"2/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":24,"Cost":20,"Date":"3/4/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":167,"Cost":150,"Date":"3/9/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":631,"Cost":429,"Date":"3/9/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":950,"Cost":662,"Date":"3/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":29,"Cost":20,"Date":"3/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":335,"Cost":252,"Date":"3/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":439,"Cost":274,"Date":"3/23/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":559,"Cost":293,"Date":"4/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":190,"Cost":139,"Date":"5/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":663,"Cost":397,"Date":"5/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":562,"Cost":435,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":621,"Cost":317,"Date":"6/2/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":156,"Cost":129,"Date":"6/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":301,"Cost":229,"Date":"6/16/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":918,"Cost":774,"Date":"6/16/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":704,"Cost":374,"Date":"7/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":491,"Cost":306,"Date":"7/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":100,"Cost":51,"Date":"8/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":535,"Cost":470,"Date":"8/29/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":594,"Cost":372,"Date":"8/31/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":384,"Cost":198,"Date":"9/8/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":828,"Cost":638,"Date":"9/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":882,"Cost":448,"Date":"9/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":483,"Cost":243,"Date":"9/19/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":919,"Cost":776,"Date":"9/25/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":351,"Cost":215,"Date":"10/4/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":920,"Cost":714,"Date":"10/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":748,"Cost":486,"Date":"10/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":470,"Cost":392,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":776,"Cost":585,"Date":"10/30/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":375,"Cost":288,"Date":"11/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":173,"Cost":102,"Date":"11/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":347,"Cost":314,"Date":"11/25/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":573,"Cost":434,"Date":"1/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":885,"Cost":703,"Date":"1/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":310,"Cost":232,"Date":"1/20/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":510,"Cost":310,"Date":"2/8/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":757,"Cost":672,"Date":"2/25/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":870,"Cost":562,"Date":"3/7/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":826,"Cost":427,"Date":"3/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":146,"Cost":101,"Date":"3/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":62,"Cost":46,"Date":"4/5/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":520,"Cost":429,"Date":"4/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":599,"Cost":400,"Date":"5/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":319,"Cost":203,"Date":"5/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":305,"Cost":249,"Date":"5/15/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":636,"Cost":534,"Date":"5/25/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":402,"Cost":354,"Date":"5/26/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":428,"Cost":351,"Date":"5/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":801,"Cost":431,"Date":"7/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":408,"Cost":267,"Date":"9/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":739,"Cost":372,"Date":"10/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":942,"Cost":684,"Date":"10/8/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":389,"Cost":216,"Date":"10/26/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":340,"Cost":298,"Date":"11/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":297,"Cost":240,"Date":"11/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":242,"Cost":166,"Date":"12/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":100,"Cost":57,"Date":"2/9/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":317,"Cost":293,"Date":"2/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":117,"Cost":108,"Date":"3/10/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":352,"Cost":319,"Date":"3/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":260,"Cost":189,"Date":"3/18/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":562,"Cost":451,"Date":"3/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":358,"Cost":301,"Date":"3/26/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":665,"Cost":373,"Date":"6/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":539,"Cost":279,"Date":"6/10/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":10,"Cost":7,"Date":"6/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":380,"Cost":256,"Date":"6/25/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":814,"Cost":529,"Date":"7/19/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":370,"Cost":297,"Date":"7/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":833,"Cost":675,"Date":"7/25/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":135,"Cost":101,"Date":"8/4/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":247,"Cost":215,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":885,"Cost":576,"Date":"9/4/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":727,"Cost":570,"Date":"9/19/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":350,"Cost":218,"Date":"9/29/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":895,"Cost":763,"Date":"10/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":39,"Cost":24,"Date":"10/15/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":273,"Cost":186,"Date":"10/30/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":789,"Cost":573,"Date":"11/9/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":592,"Cost":461,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":295,"Cost":191,"Date":"11/30/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":52,"Cost":32,"Date":"12/8/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":202,"Cost":167,"Date":"12/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":914,"Cost":868,"Date":"1/15/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":868,"Cost":694,"Date":"1/24/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":24,"Cost":19,"Date":"2/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":42,"Cost":32,"Date":"2/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":883,"Cost":529,"Date":"3/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":463,"Cost":276,"Date":"3/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":991,"Cost":898,"Date":"4/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":844,"Cost":466,"Date":"5/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":858,"Cost":572,"Date":"5/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":264,"Cost":172,"Date":"6/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":742,"Cost":552,"Date":"6/26/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":400,"Cost":227,"Date":"7/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":337,"Cost":176,"Date":"7/13/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":878,"Cost":625,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":827,"Cost":455,"Date":"8/26/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":317,"Cost":273,"Date":"9/2/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":222,"Cost":165,"Date":"9/29/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":512,"Cost":400,"Date":"10/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":704,"Cost":572,"Date":"11/2/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":588,"Cost":477,"Date":"11/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":434,"Cost":352,"Date":"11/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":326,"Cost":230,"Date":"12/1/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":532,"Cost":313,"Date":"12/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":841,"Cost":498,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":571,"Cost":299,"Date":"12/18/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":421,"Cost":306,"Date":"12/20/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":186,"Cost":154,"Date":"12/20/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":921,"Cost":783,"Date":"12/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":112,"Cost":91,"Date":"1/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":698,"Cost":422,"Date":"2/5/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":52,"Cost":28,"Date":"2/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":692,"Cost":442,"Date":"2/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":31,"Cost":16,"Date":"2/18/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":450,"Cost":235,"Date":"2/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":237,"Cost":185,"Date":"2/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":458,"Cost":336,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":354,"Cost":323,"Date":"4/2/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":205,"Cost":161,"Date":"4/3/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":398,"Cost":227,"Date":"4/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":725,"Cost":686,"Date":"4/10/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":851,"Cost":616,"Date":"4/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":291,"Cost":257,"Date":"5/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":176,"Cost":139,"Date":"5/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":279,"Cost":148,"Date":"6/20/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":347,"Cost":221,"Date":"7/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":433,"Cost":276,"Date":"7/4/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":317,"Cost":161,"Date":"7/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":445,"Cost":387,"Date":"7/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":696,"Cost":545,"Date":"7/14/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":870,"Cost":608,"Date":"7/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":603,"Cost":334,"Date":"8/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":531,"Cost":416,"Date":"8/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":801,"Cost":468,"Date":"8/7/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":679,"Cost":531,"Date":"8/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":973,"Cost":798,"Date":"8/31/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":621,"Cost":565,"Date":"9/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":83,"Cost":58,"Date":"9/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":919,"Cost":722,"Date":"9/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":258,"Cost":145,"Date":"9/29/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":104,"Cost":97,"Date":"11/7/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":966,"Cost":598,"Date":"11/26/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":405,"Cost":319,"Date":"11/27/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":302,"Cost":154,"Date":"12/5/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":746,"Cost":597,"Date":"12/26/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":366,"Cost":198,"Date":"12/31/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":140,"Cost":112,"Date":"1/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":692,"Cost":399,"Date":"2/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":206,"Cost":133,"Date":"2/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":973,"Cost":524,"Date":"2/27/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":205,"Cost":190,"Date":"3/1/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":779,"Cost":548,"Date":"3/1/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":966,"Cost":567,"Date":"3/19/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":827,"Cost":739,"Date":"3/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":446,"Cost":363,"Date":"5/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":773,"Cost":547,"Date":"7/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":604,"Cost":569,"Date":"8/5/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":455,"Cost":271,"Date":"8/12/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":891,"Cost":843,"Date":"8/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":127,"Cost":106,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":778,"Cost":698,"Date":"9/3/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":505,"Cost":460,"Date":"9/5/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":155,"Cost":111,"Date":"10/6/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":109,"Cost":72,"Date":"10/19/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":265,"Cost":245,"Date":"11/15/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":679,"Cost":555,"Date":"12/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":13,"Cost":12,"Date":"1/8/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":369,"Cost":327,"Date":"1/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":560,"Cost":308,"Date":"1/19/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":782,"Cost":600,"Date":"1/28/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":386,"Cost":281,"Date":"1/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":554,"Cost":286,"Date":"3/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":450,"Cost":267,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":39,"Cost":31,"Date":"4/24/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":668,"Cost":587,"Date":"4/28/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":203,"Cost":193,"Date":"5/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":646,"Cost":445,"Date":"5/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":137,"Cost":71,"Date":"5/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":821,"Cost":518,"Date":"6/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":732,"Cost":679,"Date":"6/3/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":392,"Cost":282,"Date":"6/5/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":949,"Cost":750,"Date":"6/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":105,"Cost":89,"Date":"6/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":844,"Cost":644,"Date":"6/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":15,"Cost":10,"Date":"6/24/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":459,"Cost":370,"Date":"7/4/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":944,"Cost":653,"Date":"7/9/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":744,"Cost":584,"Date":"7/12/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":757,"Cost":589,"Date":"8/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":691,"Cost":563,"Date":"8/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":971,"Cost":873,"Date":"8/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":857,"Cost":642,"Date":"9/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":865,"Cost":787,"Date":"9/3/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":583,"Cost":325,"Date":"9/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":658,"Cost":562,"Date":"10/4/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":552,"Cost":344,"Date":"11/1/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":396,"Cost":376,"Date":"11/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":833,"Cost":684,"Date":"12/17/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":465,"Cost":422,"Date":"2/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":41,"Cost":26,"Date":"2/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":181,"Cost":153,"Date":"3/4/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":587,"Cost":466,"Date":"3/9/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":226,"Cost":173,"Date":"3/9/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":174,"Cost":105,"Date":"3/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":58,"Cost":35,"Date":"3/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":776,"Cost":497,"Date":"3/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":80,"Cost":58,"Date":"3/23/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":833,"Cost":599,"Date":"4/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":110,"Cost":97,"Date":"5/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":453,"Cost":416,"Date":"5/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":773,"Cost":512,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":276,"Cost":195,"Date":"6/2/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":1000,"Cost":611,"Date":"6/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":440,"Cost":316,"Date":"6/16/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":4,"Cost":2,"Date":"6/16/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":615,"Cost":361,"Date":"7/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":403,"Cost":218,"Date":"7/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":452,"Cost":379,"Date":"8/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":907,"Cost":733,"Date":"8/29/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":739,"Cost":391,"Date":"8/31/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":429,"Cost":264,"Date":"9/8/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":448,"Cost":269,"Date":"9/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":354,"Cost":258,"Date":"9/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":705,"Cost":502,"Date":"9/19/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":956,"Cost":780,"Date":"9/25/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":80,"Cost":60,"Date":"10/4/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":968,"Cost":723,"Date":"10/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":301,"Cost":246,"Date":"10/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":492,"Cost":391,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":829,"Cost":663,"Date":"10/30/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":677,"Cost":392,"Date":"11/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":723,"Cost":629,"Date":"11/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":414,"Cost":328,"Date":"11/25/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":886,"Cost":795,"Date":"1/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":622,"Cost":398,"Date":"1/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":883,"Cost":510,"Date":"1/20/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":770,"Cost":557,"Date":"2/8/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":628,"Cost":360,"Date":"2/25/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":822,"Cost":699,"Date":"3/7/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":468,"Cost":386,"Date":"3/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":934,"Cost":855,"Date":"3/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":970,"Cost":501,"Date":"4/5/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":19,"Cost":13,"Date":"4/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":817,"Cost":687,"Date":"5/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":986,"Cost":653,"Date":"5/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":221,"Cost":147,"Date":"5/15/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":821,"Cost":607,"Date":"5/25/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":906,"Cost":531,"Date":"5/26/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":705,"Cost":663,"Date":"5/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":805,"Cost":725,"Date":"7/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":886,"Cost":606,"Date":"9/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":333,"Cost":283,"Date":"10/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":288,"Cost":259,"Date":"10/8/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":480,"Cost":360,"Date":"10/26/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":36,"Cost":33,"Date":"11/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":830,"Cost":446,"Date":"11/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"Jeans","Country":"USA","Sale":49,"Cost":26,"Date":"12/1/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":285,"Cost":194,"Date":"2/9/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":65,"Cost":53,"Date":"2/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":248,"Cost":147,"Date":"3/10/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":641,"Cost":439,"Date":"3/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":334,"Cost":202,"Date":"3/18/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":923,"Cost":790,"Date":"3/20/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":111,"Cost":99,"Date":"3/26/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":692,"Cost":488,"Date":"6/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":48,"Cost":37,"Date":"6/10/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":698,"Cost":392,"Date":"6/16/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":92,"Cost":85,"Date":"6/25/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":938,"Cost":853,"Date":"7/19/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":633,"Cost":537,"Date":"7/21/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":868,"Cost":565,"Date":"7/25/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":188,"Cost":154,"Date":"8/4/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":57,"Cost":36,"Date":"9/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":393,"Cost":310,"Date":"9/4/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":955,"Cost":561,"Date":"9/19/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":904,"Cost":618,"Date":"9/29/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":672,"Cost":407,"Date":"10/2/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":673,"Cost":472,"Date":"10/15/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":327,"Cost":301,"Date":"10/30/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":981,"Cost":614,"Date":"11/9/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":920,"Cost":556,"Date":"11/23/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":727,"Cost":403,"Date":"11/30/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":157,"Cost":123,"Date":"12/8/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":167,"Cost":154,"Date":"12/11/2018"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":208,"Cost":129,"Date":"1/15/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":574,"Cost":373,"Date":"1/24/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":274,"Cost":231,"Date":"2/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":941,"Cost":535,"Date":"2/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":434,"Cost":403,"Date":"3/9/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":305,"Cost":266,"Date":"3/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":222,"Cost":146,"Date":"4/19/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":633,"Cost":443,"Date":"5/3/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":620,"Cost":495,"Date":"5/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":907,"Cost":692,"Date":"6/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":777,"Cost":426,"Date":"6/26/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":933,"Cost":774,"Date":"7/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":965,"Cost":600,"Date":"7/13/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":516,"Cost":418,"Date":"8/8/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":396,"Cost":206,"Date":"8/26/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":122,"Cost":79,"Date":"9/2/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":530,"Cost":348,"Date":"9/29/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":930,"Cost":870,"Date":"10/12/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":2,"Cost":1,"Date":"11/2/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":800,"Cost":585,"Date":"11/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":222,"Cost":137,"Date":"11/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":74,"Cost":63,"Date":"12/1/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":601,"Cost":309,"Date":"12/4/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":938,"Cost":822,"Date":"12/7/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":436,"Cost":224,"Date":"12/18/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":169,"Cost":106,"Date":"12/20/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":988,"Cost":506,"Date":"12/20/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":627,"Cost":389,"Date":"12/21/2019"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":711,"Cost":536,"Date":"1/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":534,"Cost":496,"Date":"2/5/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":373,"Cost":220,"Date":"2/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":498,"Cost":250,"Date":"2/16/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":474,"Cost":287,"Date":"2/18/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":647,"Cost":564,"Date":"2/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":327,"Cost":184,"Date":"2/25/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":315,"Cost":284,"Date":"3/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":352,"Cost":293,"Date":"4/2/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":718,"Cost":655,"Date":"4/3/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":546,"Cost":502,"Date":"4/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":482,"Cost":393,"Date":"4/10/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":784,"Cost":405,"Date":"4/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":318,"Cost":209,"Date":"5/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":569,"Cost":300,"Date":"5/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":342,"Cost":232,"Date":"6/20/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":308,"Cost":289,"Date":"7/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":646,"Cost":571,"Date":"7/4/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":677,"Cost":344,"Date":"7/8/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":885,"Cost":817,"Date":"7/9/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":26,"Cost":19,"Date":"7/14/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":673,"Cost":597,"Date":"7/19/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":761,"Cost":406,"Date":"8/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":519,"Cost":476,"Date":"8/6/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":189,"Cost":102,"Date":"8/7/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":302,"Cost":231,"Date":"8/22/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":593,"Cost":377,"Date":"8/31/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":626,"Cost":570,"Date":"9/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":112,"Cost":100,"Date":"9/1/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":36,"Cost":18,"Date":"9/17/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":81,"Cost":46,"Date":"9/29/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":383,"Cost":237,"Date":"11/7/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":395,"Cost":276,"Date":"11/26/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":318,"Cost":295,"Date":"11/27/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":101,"Cost":68,"Date":"12/5/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":748,"Cost":438,"Date":"12/26/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":3,"Cost":2,"Date":"12/31/2020"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":795,"Cost":603,"Date":"1/20/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":204,"Cost":154,"Date":"2/2/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":563,"Cost":393,"Date":"2/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":323,"Cost":295,"Date":"2/27/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":866,"Cost":485,"Date":"3/1/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":173,"Cost":158,"Date":"3/1/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":548,"Cost":352,"Date":"3/19/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":499,"Cost":314,"Date":"3/28/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":909,"Cost":528,"Date":"5/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":955,"Cost":852,"Date":"7/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":393,"Cost":288,"Date":"8/5/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":410,"Cost":289,"Date":"8/12/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":930,"Cost":692,"Date":"8/21/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":192,"Cost":126,"Date":"8/23/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":605,"Cost":313,"Date":"9/3/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":103,"Cost":67,"Date":"9/5/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":843,"Cost":462,"Date":"10/6/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":138,"Cost":107,"Date":"10/19/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":254,"Cost":136,"Date":"11/15/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":122,"Cost":84,"Date":"12/8/2021"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":228,"Cost":207,"Date":"1/8/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":220,"Cost":164,"Date":"1/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":625,"Cost":564,"Date":"1/19/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":12,"Cost":12,"Date":"1/28/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":296,"Cost":225,"Date":"1/31/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":194,"Cost":147,"Date":"3/27/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":670,"Cost":606,"Date":"4/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":825,"Cost":686,"Date":"4/24/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":732,"Cost":446,"Date":"4/28/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":75,"Cost":48,"Date":"5/15/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":623,"Cost":422,"Date":"5/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":562,"Cost":393,"Date":"5/18/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":402,"Cost":351,"Date":"6/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":903,"Cost":706,"Date":"6/3/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":641,"Cost":581,"Date":"6/5/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":919,"Cost":594,"Date":"6/7/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":421,"Cost":384,"Date":"6/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":325,"Cost":208,"Date":"6/20/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":6,"Cost":5,"Date":"6/24/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":374,"Cost":197,"Date":"7/4/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":870,"Cost":680,"Date":"7/9/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":312,"Cost":203,"Date":"7/12/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":128,"Cost":67,"Date":"8/14/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":164,"Cost":95,"Date":"8/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":873,"Cost":576,"Date":"8/23/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":70,"Cost":65,"Date":"9/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":480,"Cost":262,"Date":"9/3/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":944,"Cost":622,"Date":"9/16/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":650,"Cost":597,"Date":"10/4/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":775,"Cost":720,"Date":"11/1/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":572,"Cost":439,"Date":"11/2/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":842,"Cost":615,"Date":"12/17/2022"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":791,"Cost":556,"Date":"2/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":447,"Cost":285,"Date":"2/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":492,"Cost":334,"Date":"3/4/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":586,"Cost":384,"Date":"3/9/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":351,"Cost":232,"Date":"3/9/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":739,"Cost":398,"Date":"3/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":51,"Cost":25,"Date":"3/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":453,"Cost":314,"Date":"3/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":909,"Cost":704,"Date":"3/23/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":388,"Cost":285,"Date":"4/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":11,"Cost":8,"Date":"5/7/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":932,"Cost":505,"Date":"5/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":242,"Cost":209,"Date":"5/20/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":919,"Cost":763,"Date":"6/2/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":730,"Cost":528,"Date":"6/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":157,"Cost":88,"Date":"6/16/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":561,"Cost":326,"Date":"6/16/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":878,"Cost":477,"Date":"7/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":881,"Cost":661,"Date":"7/11/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":41,"Cost":32,"Date":"8/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":316,"Cost":168,"Date":"8/29/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":554,"Cost":278,"Date":"8/31/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":602,"Cost":387,"Date":"9/8/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":24,"Cost":12,"Date":"9/13/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":166,"Cost":84,"Date":"9/14/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":21,"Cost":15,"Date":"9/19/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":976,"Cost":788,"Date":"9/25/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":861,"Cost":740,"Date":"10/4/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":310,"Cost":262,"Date":"10/10/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":381,"Cost":214,"Date":"10/17/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":469,"Cost":256,"Date":"10/28/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":5,"Cost":3,"Date":"10/30/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":693,"Cost":649,"Date":"11/1/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":258,"Cost":197,"Date":"11/15/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":225,"Cost":192,"Date":"11/25/2023"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":497,"Cost":303,"Date":"1/10/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":991,"Cost":815,"Date":"1/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":183,"Cost":141,"Date":"1/20/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":690,"Cost":613,"Date":"2/8/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":427,"Cost":257,"Date":"2/25/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":484,"Cost":362,"Date":"3/7/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":144,"Cost":109,"Date":"3/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":670,"Cost":388,"Date":"3/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":855,"Cost":720,"Date":"4/5/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":965,"Cost":803,"Date":"4/14/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":45,"Cost":28,"Date":"5/3/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":322,"Cost":247,"Date":"5/9/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":141,"Cost":73,"Date":"5/15/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":679,"Cost":516,"Date":"5/25/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":576,"Cost":348,"Date":"5/26/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":603,"Cost":458,"Date":"5/31/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":152,"Cost":127,"Date":"7/27/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":294,"Cost":152,"Date":"9/17/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":301,"Cost":265,"Date":"10/6/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":687,"Cost":423,"Date":"10/8/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":221,"Cost":155,"Date":"10/26/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":382,"Cost":204,"Date":"11/16/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":728,"Cost":588,"Date":"11/18/2024"},{"Store":"Lenox Square, Atlanta, GA","Brand":"HM","Country":"USA","Sale":712,"Cost":523,"Date":"12/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":643,"Cost":591,"Date":"2/9/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":170,"Cost":151,"Date":"2/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":889,"Cost":544,"Date":"3/10/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":629,"Cost":591,"Date":"3/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":714,"Cost":661,"Date":"3/18/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":123,"Cost":69,"Date":"3/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":12,"Cost":11,"Date":"3/26/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":330,"Cost":305,"Date":"6/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":118,"Cost":79,"Date":"6/10/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":863,"Cost":509,"Date":"6/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":801,"Cost":497,"Date":"6/25/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":543,"Cost":277,"Date":"7/19/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":558,"Cost":317,"Date":"7/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":288,"Cost":197,"Date":"7/25/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":832,"Cost":666,"Date":"8/4/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":235,"Cost":192,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":293,"Cost":195,"Date":"9/4/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":655,"Cost":495,"Date":"9/19/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":228,"Cost":142,"Date":"9/29/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":392,"Cost":358,"Date":"10/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":359,"Cost":231,"Date":"10/15/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":960,"Cost":664,"Date":"10/30/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":409,"Cost":334,"Date":"11/9/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":506,"Cost":328,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":643,"Cost":585,"Date":"11/30/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":861,"Cost":752,"Date":"12/8/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":104,"Cost":87,"Date":"12/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":578,"Cost":506,"Date":"1/15/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":232,"Cost":179,"Date":"1/24/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":855,"Cost":785,"Date":"2/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":527,"Cost":500,"Date":"2/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":521,"Cost":480,"Date":"3/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":833,"Cost":687,"Date":"3/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":262,"Cost":158,"Date":"4/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":745,"Cost":539,"Date":"5/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":948,"Cost":560,"Date":"5/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":50,"Cost":41,"Date":"6/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":825,"Cost":722,"Date":"6/26/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":633,"Cost":365,"Date":"7/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":732,"Cost":611,"Date":"7/13/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":881,"Cost":652,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":169,"Cost":158,"Date":"8/26/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":731,"Cost":396,"Date":"9/2/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":64,"Cost":43,"Date":"9/29/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":943,"Cost":768,"Date":"10/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":486,"Cost":360,"Date":"11/2/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":249,"Cost":202,"Date":"11/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":720,"Cost":530,"Date":"11/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":439,"Cost":253,"Date":"12/1/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":577,"Cost":494,"Date":"12/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":117,"Cost":106,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":588,"Cost":446,"Date":"12/18/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":949,"Cost":741,"Date":"12/20/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":856,"Cost":483,"Date":"12/20/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":100,"Cost":71,"Date":"12/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":402,"Cost":263,"Date":"1/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":475,"Cost":409,"Date":"2/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":221,"Cost":172,"Date":"2/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":134,"Cost":100,"Date":"2/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":311,"Cost":296,"Date":"2/18/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":705,"Cost":387,"Date":"2/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":528,"Cost":441,"Date":"2/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":978,"Cost":529,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":234,"Cost":221,"Date":"4/2/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":640,"Cost":373,"Date":"4/3/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":222,"Cost":188,"Date":"4/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":968,"Cost":559,"Date":"4/10/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":714,"Cost":474,"Date":"4/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":112,"Cost":65,"Date":"5/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":153,"Cost":106,"Date":"5/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":974,"Cost":705,"Date":"6/20/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":182,"Cost":115,"Date":"7/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":637,"Cost":341,"Date":"7/4/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":256,"Cost":175,"Date":"7/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":392,"Cost":277,"Date":"7/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":473,"Cost":285,"Date":"7/14/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":203,"Cost":123,"Date":"7/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":70,"Cost":52,"Date":"8/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":375,"Cost":338,"Date":"8/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":556,"Cost":382,"Date":"8/7/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":120,"Cost":99,"Date":"8/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":427,"Cost":350,"Date":"8/31/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":513,"Cost":312,"Date":"9/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":810,"Cost":731,"Date":"9/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":274,"Cost":243,"Date":"9/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":517,"Cost":353,"Date":"9/29/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":435,"Cost":350,"Date":"11/7/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":822,"Cost":548,"Date":"11/26/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":726,"Cost":414,"Date":"11/27/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":772,"Cost":526,"Date":"12/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":53,"Cost":40,"Date":"12/26/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":968,"Cost":492,"Date":"12/31/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":782,"Cost":626,"Date":"1/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":806,"Cost":429,"Date":"2/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":797,"Cost":655,"Date":"2/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":646,"Cost":542,"Date":"2/27/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":622,"Cost":496,"Date":"3/1/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":15,"Cost":14,"Date":"3/1/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":679,"Cost":599,"Date":"3/19/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":449,"Cost":406,"Date":"3/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":569,"Cost":503,"Date":"5/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":203,"Cost":110,"Date":"7/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":656,"Cost":365,"Date":"8/5/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":614,"Cost":476,"Date":"8/12/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":866,"Cost":476,"Date":"8/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":90,"Cost":78,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":208,"Cost":153,"Date":"9/3/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":904,"Cost":508,"Date":"9/5/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":761,"Cost":705,"Date":"10/6/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":66,"Cost":53,"Date":"10/19/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":713,"Cost":433,"Date":"11/15/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":484,"Cost":295,"Date":"12/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":719,"Cost":568,"Date":"1/8/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":239,"Cost":223,"Date":"1/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":917,"Cost":864,"Date":"1/19/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":324,"Cost":189,"Date":"1/28/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":9,"Cost":7,"Date":"1/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":569,"Cost":340,"Date":"3/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":798,"Cost":690,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":878,"Cost":625,"Date":"4/24/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":423,"Cost":315,"Date":"4/28/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":682,"Cost":457,"Date":"5/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":576,"Cost":497,"Date":"5/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":486,"Cost":276,"Date":"5/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":31,"Cost":19,"Date":"6/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":331,"Cost":242,"Date":"6/3/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":361,"Cost":201,"Date":"6/5/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":330,"Cost":181,"Date":"6/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":567,"Cost":536,"Date":"6/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":690,"Cost":571,"Date":"6/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":970,"Cost":747,"Date":"6/24/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":813,"Cost":552,"Date":"7/4/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":659,"Cost":568,"Date":"7/9/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":846,"Cost":627,"Date":"7/12/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":596,"Cost":514,"Date":"8/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":33,"Cost":29,"Date":"8/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":481,"Cost":443,"Date":"8/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":449,"Cost":337,"Date":"9/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":619,"Cost":409,"Date":"9/3/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":476,"Cost":345,"Date":"9/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":58,"Cost":43,"Date":"10/4/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":840,"Cost":443,"Date":"11/1/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":593,"Cost":459,"Date":"11/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":741,"Cost":398,"Date":"12/17/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":854,"Cost":708,"Date":"2/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":357,"Cost":251,"Date":"2/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":485,"Cost":415,"Date":"3/4/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":793,"Cost":642,"Date":"3/9/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":694,"Cost":581,"Date":"3/9/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":213,"Cost":189,"Date":"3/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":748,"Cost":643,"Date":"3/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":474,"Cost":367,"Date":"3/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":17,"Cost":10,"Date":"3/23/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":976,"Cost":520,"Date":"4/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":39,"Cost":28,"Date":"5/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":650,"Cost":502,"Date":"5/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":343,"Cost":263,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":455,"Cost":356,"Date":"6/2/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":593,"Cost":392,"Date":"6/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":437,"Cost":334,"Date":"6/16/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":212,"Cost":185,"Date":"6/16/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":852,"Cost":454,"Date":"7/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":451,"Cost":246,"Date":"7/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":479,"Cost":436,"Date":"8/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":524,"Cost":322,"Date":"8/29/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":638,"Cost":352,"Date":"8/31/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":125,"Cost":98,"Date":"9/8/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":409,"Cost":234,"Date":"9/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":835,"Cost":500,"Date":"9/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":725,"Cost":437,"Date":"9/19/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":900,"Cost":601,"Date":"9/25/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":331,"Cost":294,"Date":"10/4/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":414,"Cost":209,"Date":"10/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":457,"Cost":329,"Date":"10/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":178,"Cost":94,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":532,"Cost":471,"Date":"10/30/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":4,"Cost":4,"Date":"11/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":390,"Cost":213,"Date":"11/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":149,"Cost":107,"Date":"11/25/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":369,"Cost":309,"Date":"1/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":647,"Cost":611,"Date":"1/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":628,"Cost":365,"Date":"1/20/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":721,"Cost":452,"Date":"2/8/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":603,"Cost":550,"Date":"2/25/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":463,"Cost":405,"Date":"3/7/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":613,"Cost":384,"Date":"3/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":848,"Cost":786,"Date":"3/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":233,"Cost":149,"Date":"4/5/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":142,"Cost":92,"Date":"4/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":507,"Cost":259,"Date":"5/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":298,"Cost":264,"Date":"5/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":980,"Cost":926,"Date":"5/15/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":95,"Cost":68,"Date":"5/25/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":707,"Cost":619,"Date":"5/26/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":904,"Cost":672,"Date":"5/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":310,"Cost":224,"Date":"7/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":652,"Cost":515,"Date":"9/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":314,"Cost":163,"Date":"10/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":298,"Cost":184,"Date":"10/8/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":548,"Cost":400,"Date":"10/26/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":393,"Cost":262,"Date":"11/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":614,"Cost":518,"Date":"11/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":363,"Cost":278,"Date":"12/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":988,"Cost":868,"Date":"2/9/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":274,"Cost":229,"Date":"2/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":957,"Cost":646,"Date":"3/10/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":573,"Cost":303,"Date":"3/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":886,"Cost":554,"Date":"3/18/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":432,"Cost":296,"Date":"3/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":409,"Cost":335,"Date":"3/26/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":608,"Cost":545,"Date":"6/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":331,"Cost":254,"Date":"6/10/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":736,"Cost":428,"Date":"6/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":884,"Cost":583,"Date":"6/25/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":611,"Cost":503,"Date":"7/19/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":436,"Cost":248,"Date":"7/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":345,"Cost":262,"Date":"7/25/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":979,"Cost":731,"Date":"8/4/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":687,"Cost":650,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":893,"Cost":721,"Date":"9/4/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":999,"Cost":757,"Date":"9/19/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":445,"Cost":314,"Date":"9/29/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":435,"Cost":305,"Date":"10/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":821,"Cost":680,"Date":"10/15/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":929,"Cost":655,"Date":"10/30/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":186,"Cost":132,"Date":"11/9/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":671,"Cost":448,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":196,"Cost":158,"Date":"11/30/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":368,"Cost":338,"Date":"12/8/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":801,"Cost":525,"Date":"12/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":204,"Cost":183,"Date":"1/15/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":542,"Cost":304,"Date":"1/24/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":311,"Cost":196,"Date":"2/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":750,"Cost":683,"Date":"2/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":541,"Cost":334,"Date":"3/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":678,"Cost":473,"Date":"3/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":675,"Cost":448,"Date":"4/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":509,"Cost":395,"Date":"5/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":315,"Cost":187,"Date":"5/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":144,"Cost":125,"Date":"6/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":965,"Cost":592,"Date":"6/26/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":57,"Cost":39,"Date":"7/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":88,"Cost":66,"Date":"7/13/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":631,"Cost":405,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":106,"Cost":90,"Date":"8/26/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":199,"Cost":125,"Date":"9/2/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":627,"Cost":388,"Date":"9/29/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":833,"Cost":715,"Date":"10/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":452,"Cost":402,"Date":"11/2/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":973,"Cost":886,"Date":"11/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":273,"Cost":244,"Date":"11/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":983,"Cost":666,"Date":"12/1/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":300,"Cost":257,"Date":"12/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":969,"Cost":498,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":594,"Cost":331,"Date":"12/18/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":777,"Cost":438,"Date":"12/20/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":108,"Cost":98,"Date":"12/20/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":638,"Cost":543,"Date":"12/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":973,"Cost":864,"Date":"1/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":456,"Cost":244,"Date":"2/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":837,"Cost":419,"Date":"2/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":400,"Cost":205,"Date":"2/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":77,"Cost":69,"Date":"2/18/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":322,"Cost":250,"Date":"2/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":378,"Cost":315,"Date":"2/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":445,"Cost":270,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":789,"Cost":484,"Date":"4/2/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":205,"Cost":169,"Date":"4/3/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":716,"Cost":495,"Date":"4/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":590,"Cost":340,"Date":"4/10/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":608,"Cost":382,"Date":"4/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":934,"Cost":702,"Date":"5/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":272,"Cost":236,"Date":"5/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":504,"Cost":348,"Date":"6/20/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":317,"Cost":227,"Date":"7/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":994,"Cost":536,"Date":"7/4/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":504,"Cost":451,"Date":"7/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":946,"Cost":576,"Date":"7/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":289,"Cost":186,"Date":"7/14/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":924,"Cost":464,"Date":"7/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":400,"Cost":282,"Date":"8/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":284,"Cost":178,"Date":"8/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":566,"Cost":353,"Date":"8/7/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":663,"Cost":607,"Date":"8/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":765,"Cost":654,"Date":"8/31/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":76,"Cost":71,"Date":"9/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":892,"Cost":511,"Date":"9/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":95,"Cost":62,"Date":"9/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":826,"Cost":767,"Date":"9/29/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":659,"Cost":594,"Date":"11/7/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":477,"Cost":420,"Date":"11/26/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":140,"Cost":104,"Date":"11/27/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":826,"Cost":454,"Date":"12/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":24,"Cost":16,"Date":"12/26/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":943,"Cost":746,"Date":"12/31/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":597,"Cost":536,"Date":"1/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":664,"Cost":595,"Date":"2/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":178,"Cost":148,"Date":"2/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":632,"Cost":444,"Date":"2/27/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":539,"Cost":278,"Date":"3/1/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":418,"Cost":381,"Date":"3/1/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":54,"Cost":33,"Date":"3/19/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":149,"Cost":142,"Date":"3/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":312,"Cost":222,"Date":"5/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":633,"Cost":505,"Date":"7/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":209,"Cost":184,"Date":"8/5/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":412,"Cost":299,"Date":"8/12/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":668,"Cost":508,"Date":"8/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":458,"Cost":237,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":209,"Cost":181,"Date":"9/3/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":512,"Cost":408,"Date":"9/5/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":865,"Cost":782,"Date":"10/6/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":826,"Cost":502,"Date":"10/19/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":245,"Cost":172,"Date":"11/15/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":742,"Cost":401,"Date":"12/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":675,"Cost":402,"Date":"1/8/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":386,"Cost":344,"Date":"1/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":87,"Cost":74,"Date":"1/19/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":710,"Cost":385,"Date":"1/28/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":795,"Cost":755,"Date":"1/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":683,"Cost":372,"Date":"3/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":383,"Cost":241,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":154,"Cost":104,"Date":"4/24/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":672,"Cost":630,"Date":"4/28/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":141,"Cost":81,"Date":"5/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":109,"Cost":71,"Date":"5/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":861,"Cost":647,"Date":"5/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":537,"Cost":403,"Date":"6/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":787,"Cost":629,"Date":"6/3/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":439,"Cost":398,"Date":"6/5/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":149,"Cost":107,"Date":"6/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":759,"Cost":675,"Date":"6/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":76,"Cost":49,"Date":"6/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":32,"Cost":21,"Date":"6/24/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":302,"Cost":261,"Date":"7/4/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":383,"Cost":280,"Date":"7/9/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":49,"Cost":24,"Date":"7/12/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":676,"Cost":487,"Date":"8/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":270,"Cost":160,"Date":"8/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":537,"Cost":288,"Date":"8/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":182,"Cost":98,"Date":"9/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":507,"Cost":407,"Date":"9/3/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":383,"Cost":301,"Date":"9/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":980,"Cost":845,"Date":"10/4/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":429,"Cost":363,"Date":"11/1/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":691,"Cost":351,"Date":"11/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":254,"Cost":233,"Date":"12/17/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":133,"Cost":105,"Date":"2/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":950,"Cost":479,"Date":"2/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":402,"Cost":368,"Date":"3/4/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":974,"Cost":616,"Date":"3/9/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":371,"Cost":270,"Date":"3/9/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":457,"Cost":321,"Date":"3/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":792,"Cost":410,"Date":"3/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":558,"Cost":296,"Date":"3/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":296,"Cost":251,"Date":"3/23/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":181,"Cost":111,"Date":"4/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":126,"Cost":74,"Date":"5/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":477,"Cost":348,"Date":"5/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":453,"Cost":335,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":450,"Cost":369,"Date":"6/2/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":164,"Cost":137,"Date":"6/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":565,"Cost":299,"Date":"6/16/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":876,"Cost":700,"Date":"6/16/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":706,"Cost":479,"Date":"7/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":968,"Cost":820,"Date":"7/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":316,"Cost":263,"Date":"8/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":97,"Cost":69,"Date":"8/29/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":500,"Cost":251,"Date":"8/31/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":965,"Cost":486,"Date":"9/8/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":911,"Cost":791,"Date":"9/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":287,"Cost":263,"Date":"9/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":126,"Cost":88,"Date":"9/19/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":977,"Cost":813,"Date":"9/25/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":398,"Cost":339,"Date":"10/4/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":306,"Cost":156,"Date":"10/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":517,"Cost":396,"Date":"10/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":885,"Cost":506,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":821,"Cost":521,"Date":"10/30/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":227,"Cost":197,"Date":"11/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":458,"Cost":349,"Date":"11/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":772,"Cost":417,"Date":"11/25/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":346,"Cost":181,"Date":"1/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":796,"Cost":718,"Date":"1/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":602,"Cost":397,"Date":"1/20/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":805,"Cost":725,"Date":"2/8/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":143,"Cost":81,"Date":"2/25/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":376,"Cost":313,"Date":"3/7/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":904,"Cost":760,"Date":"3/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":143,"Cost":72,"Date":"3/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":533,"Cost":407,"Date":"4/5/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":930,"Cost":652,"Date":"4/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":783,"Cost":722,"Date":"5/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":798,"Cost":581,"Date":"5/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":558,"Cost":343,"Date":"5/15/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":791,"Cost":445,"Date":"5/25/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":630,"Cost":325,"Date":"5/26/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":767,"Cost":388,"Date":"5/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":595,"Cost":504,"Date":"7/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":530,"Cost":276,"Date":"9/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":584,"Cost":510,"Date":"10/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":93,"Cost":62,"Date":"10/8/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":757,"Cost":712,"Date":"10/26/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":924,"Cost":698,"Date":"11/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":767,"Cost":687,"Date":"11/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"HM","Country":"USA","Sale":149,"Cost":141,"Date":"12/1/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":162,"Cost":120,"Date":"2/9/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":182,"Cost":109,"Date":"2/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":242,"Cost":212,"Date":"3/10/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":717,"Cost":593,"Date":"3/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":410,"Cost":273,"Date":"3/18/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":131,"Cost":95,"Date":"3/20/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":562,"Cost":508,"Date":"3/26/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":590,"Cost":405,"Date":"6/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":752,"Cost":511,"Date":"6/10/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":390,"Cost":316,"Date":"6/16/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":572,"Cost":307,"Date":"6/25/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":184,"Cost":166,"Date":"7/19/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":851,"Cost":684,"Date":"7/21/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":16,"Cost":12,"Date":"7/25/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":964,"Cost":743,"Date":"8/4/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":715,"Cost":515,"Date":"9/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":611,"Cost":439,"Date":"9/4/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":117,"Cost":86,"Date":"9/19/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":266,"Cost":241,"Date":"9/29/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":329,"Cost":198,"Date":"10/2/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":934,"Cost":793,"Date":"10/15/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":842,"Cost":578,"Date":"10/30/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":917,"Cost":645,"Date":"11/9/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":462,"Cost":274,"Date":"11/23/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":288,"Cost":267,"Date":"11/30/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":457,"Cost":358,"Date":"12/8/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":707,"Cost":380,"Date":"12/11/2018"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":206,"Cost":127,"Date":"1/15/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":549,"Cost":282,"Date":"1/24/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":688,"Cost":621,"Date":"2/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":18,"Cost":15,"Date":"2/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":366,"Cost":318,"Date":"3/9/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":398,"Cost":317,"Date":"3/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":490,"Cost":264,"Date":"4/19/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":194,"Cost":177,"Date":"5/3/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":218,"Cost":178,"Date":"5/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":159,"Cost":90,"Date":"6/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":661,"Cost":426,"Date":"6/26/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":74,"Cost":60,"Date":"7/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":111,"Cost":85,"Date":"7/13/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":402,"Cost":348,"Date":"8/8/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":327,"Cost":174,"Date":"8/26/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":636,"Cost":527,"Date":"9/2/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":901,"Cost":698,"Date":"9/29/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":755,"Cost":627,"Date":"10/12/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":67,"Cost":48,"Date":"11/2/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":439,"Cost":258,"Date":"11/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":301,"Cost":260,"Date":"11/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":720,"Cost":680,"Date":"12/1/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":736,"Cost":508,"Date":"12/4/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":356,"Cost":182,"Date":"12/7/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":836,"Cost":670,"Date":"12/18/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":733,"Cost":566,"Date":"12/20/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":111,"Cost":67,"Date":"12/20/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":29,"Cost":28,"Date":"12/21/2019"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":322,"Cost":303,"Date":"1/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":111,"Cost":100,"Date":"2/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":247,"Cost":126,"Date":"2/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":789,"Cost":659,"Date":"2/16/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":320,"Cost":222,"Date":"2/18/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":395,"Cost":255,"Date":"2/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":99,"Cost":85,"Date":"2/25/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":919,"Cost":814,"Date":"3/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":426,"Cost":355,"Date":"4/2/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":565,"Cost":374,"Date":"4/3/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":860,"Cost":738,"Date":"4/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":699,"Cost":568,"Date":"4/10/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":244,"Cost":213,"Date":"4/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":232,"Cost":199,"Date":"5/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":537,"Cost":330,"Date":"5/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":290,"Cost":260,"Date":"6/20/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":166,"Cost":138,"Date":"7/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":897,"Cost":714,"Date":"7/4/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":821,"Cost":425,"Date":"7/8/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":581,"Cost":355,"Date":"7/9/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":311,"Cost":191,"Date":"7/14/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":981,"Cost":914,"Date":"7/19/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":959,"Cost":682,"Date":"8/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":545,"Cost":305,"Date":"8/6/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":659,"Cost":500,"Date":"8/7/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":852,"Cost":479,"Date":"8/22/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":844,"Cost":591,"Date":"8/31/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":401,"Cost":230,"Date":"9/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":86,"Cost":81,"Date":"9/1/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":303,"Cost":272,"Date":"9/17/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":726,"Cost":515,"Date":"9/29/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":529,"Cost":399,"Date":"11/7/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":914,"Cost":585,"Date":"11/26/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":955,"Cost":870,"Date":"11/27/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":611,"Cost":444,"Date":"12/5/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":234,"Cost":172,"Date":"12/26/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":915,"Cost":668,"Date":"12/31/2020"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":821,"Cost":593,"Date":"1/20/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":617,"Cost":391,"Date":"2/2/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":828,"Cost":562,"Date":"2/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":985,"Cost":767,"Date":"2/27/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":810,"Cost":742,"Date":"3/1/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":806,"Cost":409,"Date":"3/1/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":604,"Cost":427,"Date":"3/19/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":863,"Cost":451,"Date":"3/28/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":549,"Cost":377,"Date":"5/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":815,"Cost":719,"Date":"7/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":419,"Cost":329,"Date":"8/5/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":919,"Cost":620,"Date":"8/12/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":885,"Cost":643,"Date":"8/21/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":85,"Cost":72,"Date":"8/23/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":816,"Cost":622,"Date":"9/3/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":17,"Cost":14,"Date":"9/5/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":402,"Cost":274,"Date":"10/6/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":359,"Cost":316,"Date":"10/19/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":173,"Cost":142,"Date":"11/15/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":623,"Cost":365,"Date":"12/8/2021"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":395,"Cost":375,"Date":"1/8/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":896,"Cost":803,"Date":"1/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":594,"Cost":319,"Date":"1/19/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":125,"Cost":79,"Date":"1/28/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":718,"Cost":662,"Date":"1/31/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":962,"Cost":812,"Date":"3/27/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":606,"Cost":389,"Date":"4/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":827,"Cost":710,"Date":"4/24/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":11,"Cost":6,"Date":"4/28/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":260,"Cost":152,"Date":"5/15/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":144,"Cost":78,"Date":"5/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":860,"Cost":605,"Date":"5/18/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":576,"Cost":534,"Date":"6/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":97,"Cost":49,"Date":"6/3/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":78,"Cost":51,"Date":"6/5/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":3,"Cost":3,"Date":"6/7/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":8,"Cost":7,"Date":"6/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":556,"Cost":474,"Date":"6/20/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":250,"Cost":238,"Date":"6/24/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":849,"Cost":709,"Date":"7/4/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":275,"Cost":214,"Date":"7/9/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":558,"Cost":414,"Date":"7/12/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":545,"Cost":445,"Date":"8/14/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":780,"Cost":674,"Date":"8/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":538,"Cost":270,"Date":"8/23/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":342,"Cost":235,"Date":"9/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":416,"Cost":278,"Date":"9/3/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":775,"Cost":545,"Date":"9/16/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":805,"Cost":572,"Date":"10/4/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":844,"Cost":427,"Date":"11/1/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":389,"Cost":211,"Date":"11/2/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":843,"Cost":727,"Date":"12/17/2022"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":497,"Cost":340,"Date":"2/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":535,"Cost":403,"Date":"2/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":459,"Cost":310,"Date":"3/4/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":321,"Cost":245,"Date":"3/9/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":558,"Cost":311,"Date":"3/9/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":101,"Cost":84,"Date":"3/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":344,"Cost":189,"Date":"3/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":886,"Cost":543,"Date":"3/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":555,"Cost":406,"Date":"3/23/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":764,"Cost":525,"Date":"4/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":370,"Cost":271,"Date":"5/7/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":327,"Cost":259,"Date":"5/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":515,"Cost":394,"Date":"5/20/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":24,"Cost":22,"Date":"6/2/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":660,"Cost":589,"Date":"6/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":55,"Cost":38,"Date":"6/16/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":103,"Cost":96,"Date":"6/16/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":269,"Cost":153,"Date":"7/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":523,"Cost":444,"Date":"7/11/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":279,"Cost":181,"Date":"8/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":221,"Cost":203,"Date":"8/29/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":762,"Cost":624,"Date":"8/31/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":846,"Cost":512,"Date":"9/8/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":996,"Cost":569,"Date":"9/13/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":176,"Cost":130,"Date":"9/14/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":515,"Cost":474,"Date":"9/19/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":293,"Cost":207,"Date":"9/25/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":500,"Cost":438,"Date":"10/4/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":683,"Cost":402,"Date":"10/10/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":220,"Cost":140,"Date":"10/17/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":363,"Cost":219,"Date":"10/28/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":546,"Cost":317,"Date":"10/30/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":728,"Cost":398,"Date":"11/1/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":334,"Cost":241,"Date":"11/15/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":191,"Cost":143,"Date":"11/25/2023"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":203,"Cost":140,"Date":"1/10/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":51,"Cost":32,"Date":"1/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":253,"Cost":131,"Date":"1/20/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":830,"Cost":428,"Date":"2/8/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":506,"Cost":266,"Date":"2/25/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":423,"Cost":300,"Date":"3/7/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":602,"Cost":424,"Date":"3/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":693,"Cost":397,"Date":"3/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":890,"Cost":623,"Date":"4/5/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":833,"Cost":771,"Date":"4/14/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":805,"Cost":448,"Date":"5/3/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":883,"Cost":802,"Date":"5/9/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":577,"Cost":348,"Date":"5/15/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":6,"Cost":5,"Date":"5/25/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":27,"Cost":20,"Date":"5/26/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":557,"Cost":378,"Date":"5/31/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":883,"Cost":580,"Date":"7/27/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":832,"Cost":779,"Date":"9/17/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":573,"Cost":521,"Date":"10/6/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":239,"Cost":188,"Date":"10/8/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":458,"Cost":397,"Date":"10/26/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":38,"Cost":21,"Date":"11/16/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":648,"Cost":474,"Date":"11/18/2024"},{"Store":"Macy's Herald Square, New York, NY","Brand":"Jeans","Country":"USA","Sale":404,"Cost":232,"Date":"12/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":968,"Cost":864,"Date":"2/9/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":27,"Cost":21,"Date":"2/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":83,"Cost":61,"Date":"3/10/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":509,"Cost":382,"Date":"3/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":979,"Cost":782,"Date":"3/18/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":249,"Cost":179,"Date":"3/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":868,"Cost":732,"Date":"3/26/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":810,"Cost":489,"Date":"6/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":97,"Cost":70,"Date":"6/10/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":200,"Cost":131,"Date":"6/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":269,"Cost":213,"Date":"6/25/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":637,"Cost":510,"Date":"7/19/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":205,"Cost":155,"Date":"7/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":603,"Cost":374,"Date":"7/25/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":710,"Cost":668,"Date":"8/4/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":163,"Cost":137,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":720,"Cost":468,"Date":"9/4/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":139,"Cost":104,"Date":"9/19/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":289,"Cost":149,"Date":"9/29/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":473,"Cost":295,"Date":"10/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":549,"Cost":335,"Date":"10/15/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":310,"Cost":265,"Date":"10/30/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":795,"Cost":548,"Date":"11/9/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":359,"Cost":222,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":752,"Cost":650,"Date":"11/30/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":835,"Cost":759,"Date":"12/8/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":5,"Cost":3,"Date":"12/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":129,"Cost":87,"Date":"1/15/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":208,"Cost":142,"Date":"1/24/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":194,"Cost":154,"Date":"2/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":483,"Cost":352,"Date":"2/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":495,"Cost":433,"Date":"3/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":249,"Cost":168,"Date":"3/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":336,"Cost":295,"Date":"4/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":164,"Cost":94,"Date":"5/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":257,"Cost":143,"Date":"5/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":404,"Cost":383,"Date":"6/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":817,"Cost":564,"Date":"6/26/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":168,"Cost":102,"Date":"7/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":810,"Cost":692,"Date":"7/13/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":754,"Cost":595,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":424,"Cost":240,"Date":"8/26/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":834,"Cost":742,"Date":"9/2/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":562,"Cost":529,"Date":"9/29/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":115,"Cost":63,"Date":"10/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":661,"Cost":573,"Date":"11/2/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":742,"Cost":472,"Date":"11/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":121,"Cost":81,"Date":"11/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":759,"Cost":706,"Date":"12/1/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":662,"Cost":398,"Date":"12/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":614,"Cost":474,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":875,"Cost":585,"Date":"12/18/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":39,"Cost":26,"Date":"12/20/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":25,"Cost":20,"Date":"12/20/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":714,"Cost":669,"Date":"12/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":498,"Cost":389,"Date":"1/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":268,"Cost":172,"Date":"2/5/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":255,"Cost":167,"Date":"2/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":852,"Cost":668,"Date":"2/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":493,"Cost":353,"Date":"2/18/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":440,"Cost":241,"Date":"2/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":899,"Cost":812,"Date":"2/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":472,"Cost":375,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":985,"Cost":617,"Date":"4/2/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":308,"Cost":265,"Date":"4/3/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":63,"Cost":44,"Date":"4/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":974,"Cost":785,"Date":"4/10/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":37,"Cost":35,"Date":"4/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":358,"Cost":300,"Date":"5/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":137,"Cost":95,"Date":"5/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":663,"Cost":564,"Date":"6/20/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":649,"Cost":422,"Date":"7/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":188,"Cost":110,"Date":"7/4/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":224,"Cost":144,"Date":"7/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":818,"Cost":613,"Date":"7/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":274,"Cost":258,"Date":"7/14/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":645,"Cost":533,"Date":"7/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":889,"Cost":758,"Date":"8/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":914,"Cost":851,"Date":"8/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":11,"Cost":6,"Date":"8/7/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":609,"Cost":453,"Date":"8/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":242,"Cost":216,"Date":"8/31/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":589,"Cost":403,"Date":"9/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":372,"Cost":192,"Date":"9/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":147,"Cost":77,"Date":"9/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":334,"Cost":257,"Date":"9/29/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":556,"Cost":292,"Date":"11/7/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":303,"Cost":259,"Date":"11/26/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":484,"Cost":282,"Date":"11/27/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":216,"Cost":109,"Date":"12/5/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":596,"Cost":547,"Date":"12/26/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":565,"Cost":494,"Date":"12/31/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":962,"Cost":610,"Date":"1/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":646,"Cost":549,"Date":"2/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":347,"Cost":230,"Date":"2/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":528,"Cost":485,"Date":"2/27/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":427,"Cost":342,"Date":"3/1/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":324,"Cost":168,"Date":"3/1/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":485,"Cost":334,"Date":"3/19/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":500,"Cost":325,"Date":"3/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":670,"Cost":367,"Date":"5/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":137,"Cost":118,"Date":"7/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":330,"Cost":290,"Date":"8/5/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":182,"Cost":94,"Date":"8/12/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":23,"Cost":14,"Date":"8/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":389,"Cost":351,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":1000,"Cost":898,"Date":"9/3/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":187,"Cost":151,"Date":"9/5/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":91,"Cost":50,"Date":"10/6/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":906,"Cost":676,"Date":"10/19/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":879,"Cost":662,"Date":"11/15/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":737,"Cost":560,"Date":"12/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":23,"Cost":22,"Date":"1/8/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":126,"Cost":82,"Date":"1/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":394,"Cost":248,"Date":"1/19/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":681,"Cost":635,"Date":"1/28/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":119,"Cost":71,"Date":"1/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":875,"Cost":590,"Date":"3/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":991,"Cost":817,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":334,"Cost":230,"Date":"4/24/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":456,"Cost":260,"Date":"4/28/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":334,"Cost":175,"Date":"5/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":258,"Cost":182,"Date":"5/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":976,"Cost":860,"Date":"5/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":284,"Cost":146,"Date":"6/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":865,"Cost":765,"Date":"6/3/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":959,"Cost":586,"Date":"6/5/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":102,"Cost":87,"Date":"6/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":738,"Cost":505,"Date":"6/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":276,"Cost":236,"Date":"6/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":361,"Cost":180,"Date":"6/24/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":873,"Cost":780,"Date":"7/4/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":213,"Cost":146,"Date":"7/9/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":191,"Cost":180,"Date":"7/12/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":33,"Cost":24,"Date":"8/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":235,"Cost":175,"Date":"8/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":483,"Cost":383,"Date":"8/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":138,"Cost":127,"Date":"9/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":848,"Cost":682,"Date":"9/3/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":263,"Cost":163,"Date":"9/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":892,"Cost":611,"Date":"10/4/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":249,"Cost":167,"Date":"11/1/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":980,"Cost":600,"Date":"11/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":524,"Cost":436,"Date":"12/17/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":905,"Cost":601,"Date":"2/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":8,"Cost":6,"Date":"2/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":689,"Cost":389,"Date":"3/4/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":804,"Cost":417,"Date":"3/9/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":273,"Cost":252,"Date":"3/9/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":662,"Cost":382,"Date":"3/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":963,"Cost":913,"Date":"3/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":566,"Cost":413,"Date":"3/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":940,"Cost":598,"Date":"3/23/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":733,"Cost":583,"Date":"4/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":234,"Cost":154,"Date":"5/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":309,"Cost":196,"Date":"5/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":551,"Cost":495,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":547,"Cost":371,"Date":"6/2/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":816,"Cost":494,"Date":"6/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":467,"Cost":434,"Date":"6/16/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":838,"Cost":665,"Date":"6/16/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":311,"Cost":242,"Date":"7/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":840,"Cost":682,"Date":"7/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":813,"Cost":699,"Date":"8/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":555,"Cost":345,"Date":"8/29/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":754,"Cost":401,"Date":"8/31/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":14,"Cost":9,"Date":"9/8/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":31,"Cost":27,"Date":"9/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":620,"Cost":459,"Date":"9/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":723,"Cost":624,"Date":"9/19/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":117,"Cost":110,"Date":"9/25/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":783,"Cost":432,"Date":"10/4/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":153,"Cost":132,"Date":"10/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":808,"Cost":658,"Date":"10/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":670,"Cost":359,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":265,"Cost":163,"Date":"10/30/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":123,"Cost":76,"Date":"11/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":710,"Cost":530,"Date":"11/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":759,"Cost":508,"Date":"11/25/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":962,"Cost":769,"Date":"1/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":928,"Cost":680,"Date":"1/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":223,"Cost":180,"Date":"1/20/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":956,"Cost":799,"Date":"2/8/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":742,"Cost":567,"Date":"2/25/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":239,"Cost":216,"Date":"3/7/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":489,"Cost":384,"Date":"3/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":851,"Cost":432,"Date":"3/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":458,"Cost":282,"Date":"4/5/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":910,"Cost":615,"Date":"4/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":917,"Cost":841,"Date":"5/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":550,"Cost":294,"Date":"5/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":185,"Cost":129,"Date":"5/15/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":123,"Cost":77,"Date":"5/25/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":6,"Cost":6,"Date":"5/26/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":636,"Cost":441,"Date":"5/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":645,"Cost":489,"Date":"7/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":491,"Cost":410,"Date":"9/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":207,"Cost":154,"Date":"10/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":87,"Cost":74,"Date":"10/8/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":329,"Cost":276,"Date":"10/26/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":140,"Cost":105,"Date":"11/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":715,"Cost":657,"Date":"11/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"COS","Country":"USA","Sale":631,"Cost":447,"Date":"12/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":164,"Cost":90,"Date":"2/9/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":1,"Cost":0,"Date":"2/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":988,"Cost":649,"Date":"3/10/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":70,"Cost":63,"Date":"3/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":25,"Cost":24,"Date":"3/18/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":118,"Cost":68,"Date":"3/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":677,"Cost":635,"Date":"3/26/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":921,"Cost":826,"Date":"6/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":914,"Cost":603,"Date":"6/10/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":98,"Cost":85,"Date":"6/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":965,"Cost":486,"Date":"6/25/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":465,"Cost":239,"Date":"7/19/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":638,"Cost":601,"Date":"7/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":807,"Cost":480,"Date":"7/25/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":525,"Cost":291,"Date":"8/4/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":206,"Cost":130,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":272,"Cost":195,"Date":"9/4/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":757,"Cost":439,"Date":"9/19/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":495,"Cost":281,"Date":"9/29/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":489,"Cost":326,"Date":"10/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":379,"Cost":334,"Date":"10/15/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":521,"Cost":315,"Date":"10/30/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":416,"Cost":226,"Date":"11/9/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":776,"Cost":536,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":747,"Cost":506,"Date":"11/30/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":777,"Cost":640,"Date":"12/8/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":844,"Cost":544,"Date":"12/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":526,"Cost":377,"Date":"1/15/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":476,"Cost":270,"Date":"1/24/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":673,"Cost":605,"Date":"2/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":173,"Cost":117,"Date":"2/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":121,"Cost":110,"Date":"3/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":456,"Cost":432,"Date":"3/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":954,"Cost":518,"Date":"4/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":346,"Cost":179,"Date":"5/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":977,"Cost":773,"Date":"5/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":634,"Cost":427,"Date":"6/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":774,"Cost":391,"Date":"6/26/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":604,"Cost":402,"Date":"7/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":77,"Cost":67,"Date":"7/13/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":343,"Cost":216,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":505,"Cost":389,"Date":"8/26/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":2,"Cost":2,"Date":"9/2/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":779,"Cost":570,"Date":"9/29/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":899,"Cost":852,"Date":"10/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":108,"Cost":94,"Date":"11/2/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":404,"Cost":276,"Date":"11/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":311,"Cost":233,"Date":"11/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":366,"Cost":223,"Date":"12/1/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":961,"Cost":714,"Date":"12/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":640,"Cost":406,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":16,"Cost":8,"Date":"12/18/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":370,"Cost":254,"Date":"12/20/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":443,"Cost":300,"Date":"12/20/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":866,"Cost":613,"Date":"12/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":798,"Cost":605,"Date":"1/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":986,"Cost":505,"Date":"2/5/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":675,"Cost":517,"Date":"2/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":764,"Cost":640,"Date":"2/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":411,"Cost":273,"Date":"2/18/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":973,"Cost":506,"Date":"2/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":604,"Cost":393,"Date":"2/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":386,"Cost":326,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":93,"Cost":70,"Date":"4/2/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":18,"Cost":11,"Date":"4/3/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":218,"Cost":121,"Date":"4/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":120,"Cost":66,"Date":"4/10/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":474,"Cost":266,"Date":"4/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":546,"Cost":395,"Date":"5/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":239,"Cost":211,"Date":"5/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":534,"Cost":333,"Date":"6/20/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":434,"Cost":253,"Date":"7/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":463,"Cost":415,"Date":"7/4/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":564,"Cost":440,"Date":"7/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":276,"Cost":181,"Date":"7/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":257,"Cost":141,"Date":"7/14/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":469,"Cost":354,"Date":"7/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":541,"Cost":379,"Date":"8/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":381,"Cost":249,"Date":"8/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":668,"Cost":622,"Date":"8/7/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":487,"Cost":365,"Date":"8/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":322,"Cost":279,"Date":"8/31/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":7,"Cost":6,"Date":"9/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":316,"Cost":186,"Date":"9/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":335,"Cost":181,"Date":"9/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":717,"Cost":385,"Date":"9/29/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":292,"Cost":194,"Date":"11/7/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":908,"Cost":724,"Date":"11/26/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":860,"Cost":605,"Date":"11/27/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":458,"Cost":365,"Date":"12/5/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":895,"Cost":467,"Date":"12/26/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":410,"Cost":338,"Date":"12/31/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":474,"Cost":273,"Date":"1/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":274,"Cost":160,"Date":"2/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":964,"Cost":728,"Date":"2/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":859,"Cost":491,"Date":"2/27/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":521,"Cost":358,"Date":"3/1/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":283,"Cost":215,"Date":"3/1/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":602,"Cost":531,"Date":"3/19/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":991,"Cost":665,"Date":"3/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":222,"Cost":207,"Date":"5/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":272,"Cost":201,"Date":"7/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":733,"Cost":512,"Date":"8/5/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":10,"Cost":8,"Date":"8/12/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":228,"Cost":174,"Date":"8/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":406,"Cost":306,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":318,"Cost":232,"Date":"9/3/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":931,"Cost":645,"Date":"9/5/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":464,"Cost":333,"Date":"10/6/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":165,"Cost":114,"Date":"10/19/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":67,"Cost":44,"Date":"11/15/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":46,"Cost":32,"Date":"12/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":958,"Cost":672,"Date":"1/8/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":708,"Cost":528,"Date":"1/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":731,"Cost":402,"Date":"1/19/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":321,"Cost":175,"Date":"1/28/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":83,"Cost":63,"Date":"1/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":202,"Cost":148,"Date":"3/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":536,"Cost":337,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":164,"Cost":91,"Date":"4/24/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":599,"Cost":361,"Date":"4/28/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":288,"Cost":185,"Date":"5/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":476,"Cost":331,"Date":"5/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":357,"Cost":320,"Date":"5/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":808,"Cost":609,"Date":"6/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":50,"Cost":36,"Date":"6/3/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":629,"Cost":414,"Date":"6/5/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":908,"Cost":581,"Date":"6/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":161,"Cost":88,"Date":"6/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":309,"Cost":196,"Date":"6/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":862,"Cost":523,"Date":"6/24/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":987,"Cost":531,"Date":"7/4/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":32,"Cost":28,"Date":"7/9/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":923,"Cost":579,"Date":"7/12/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":718,"Cost":520,"Date":"8/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":610,"Cost":462,"Date":"8/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":244,"Cost":135,"Date":"8/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":138,"Cost":76,"Date":"9/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":511,"Cost":450,"Date":"9/3/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":24,"Cost":15,"Date":"9/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":544,"Cost":348,"Date":"10/4/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":415,"Cost":340,"Date":"11/1/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":109,"Cost":83,"Date":"11/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":878,"Cost":811,"Date":"12/17/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":866,"Cost":673,"Date":"2/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":883,"Cost":799,"Date":"2/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":538,"Cost":296,"Date":"3/4/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":303,"Cost":186,"Date":"3/9/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":638,"Cost":535,"Date":"3/9/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":649,"Cost":515,"Date":"3/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":625,"Cost":417,"Date":"3/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":160,"Cost":104,"Date":"3/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":941,"Cost":532,"Date":"3/23/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":563,"Cost":522,"Date":"4/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":812,"Cost":611,"Date":"5/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":451,"Cost":324,"Date":"5/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":744,"Cost":472,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":415,"Cost":343,"Date":"6/2/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":219,"Cost":206,"Date":"6/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":974,"Cost":627,"Date":"6/16/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":492,"Cost":325,"Date":"6/16/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":12,"Cost":8,"Date":"7/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":264,"Cost":136,"Date":"7/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":246,"Cost":215,"Date":"8/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":842,"Cost":624,"Date":"8/29/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":14,"Cost":7,"Date":"8/31/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":695,"Cost":352,"Date":"9/8/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":824,"Cost":414,"Date":"9/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":636,"Cost":370,"Date":"9/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":523,"Cost":493,"Date":"9/19/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":668,"Cost":632,"Date":"9/25/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":510,"Cost":274,"Date":"10/4/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":255,"Cost":191,"Date":"10/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":618,"Cost":509,"Date":"10/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":661,"Cost":367,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":384,"Cost":195,"Date":"10/30/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":809,"Cost":526,"Date":"11/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":580,"Cost":523,"Date":"11/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":200,"Cost":115,"Date":"11/25/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":721,"Cost":625,"Date":"1/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":823,"Cost":595,"Date":"1/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":183,"Cost":110,"Date":"1/20/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":654,"Cost":351,"Date":"2/8/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":688,"Cost":561,"Date":"2/25/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":696,"Cost":643,"Date":"3/7/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":65,"Cost":58,"Date":"3/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":394,"Cost":277,"Date":"3/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":914,"Cost":678,"Date":"4/5/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":724,"Cost":553,"Date":"4/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":595,"Cost":401,"Date":"5/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":710,"Cost":652,"Date":"5/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":480,"Cost":247,"Date":"5/15/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":66,"Cost":58,"Date":"5/25/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":92,"Cost":82,"Date":"5/26/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":712,"Cost":452,"Date":"5/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":2,"Cost":1,"Date":"7/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":531,"Cost":426,"Date":"9/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":288,"Cost":178,"Date":"10/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":724,"Cost":419,"Date":"10/8/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":706,"Cost":399,"Date":"10/26/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":641,"Cost":382,"Date":"11/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":542,"Cost":488,"Date":"11/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"Jeans","Country":"USA","Sale":219,"Cost":150,"Date":"12/1/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":472,"Cost":250,"Date":"2/9/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":129,"Cost":92,"Date":"2/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":475,"Cost":393,"Date":"3/10/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":118,"Cost":88,"Date":"3/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":855,"Cost":774,"Date":"3/18/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":794,"Cost":685,"Date":"3/20/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":34,"Cost":29,"Date":"3/26/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":674,"Cost":522,"Date":"6/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":826,"Cost":560,"Date":"6/10/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":436,"Cost":267,"Date":"6/16/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":588,"Cost":537,"Date":"6/25/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":46,"Cost":25,"Date":"7/19/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":601,"Cost":544,"Date":"7/21/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":591,"Cost":315,"Date":"7/25/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":202,"Cost":177,"Date":"8/4/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":568,"Cost":353,"Date":"9/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":293,"Cost":154,"Date":"9/4/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":413,"Cost":278,"Date":"9/19/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":662,"Cost":411,"Date":"9/29/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":887,"Cost":568,"Date":"10/2/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":344,"Cost":251,"Date":"10/15/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":32,"Cost":22,"Date":"10/30/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":956,"Cost":749,"Date":"11/9/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":398,"Cost":234,"Date":"11/23/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":854,"Cost":449,"Date":"11/30/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":985,"Cost":771,"Date":"12/8/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":472,"Cost":353,"Date":"12/11/2018"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":219,"Cost":197,"Date":"1/15/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":458,"Cost":296,"Date":"1/24/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":72,"Cost":60,"Date":"2/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":688,"Cost":567,"Date":"2/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":744,"Cost":560,"Date":"3/9/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":847,"Cost":711,"Date":"3/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":210,"Cost":142,"Date":"4/19/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":640,"Cost":575,"Date":"5/3/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":81,"Cost":76,"Date":"5/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":495,"Cost":258,"Date":"6/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":375,"Cost":333,"Date":"6/26/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":669,"Cost":497,"Date":"7/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":615,"Cost":308,"Date":"7/13/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":177,"Cost":144,"Date":"8/8/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":464,"Cost":366,"Date":"8/26/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":808,"Cost":663,"Date":"9/2/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":783,"Cost":520,"Date":"9/29/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":839,"Cost":739,"Date":"10/12/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":110,"Cost":104,"Date":"11/2/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":236,"Cost":171,"Date":"11/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":501,"Cost":410,"Date":"11/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":709,"Cost":373,"Date":"12/1/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":924,"Cost":529,"Date":"12/4/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":305,"Cost":210,"Date":"12/7/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":943,"Cost":571,"Date":"12/18/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":329,"Cost":185,"Date":"12/20/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":979,"Cost":633,"Date":"12/20/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":875,"Cost":737,"Date":"12/21/2019"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":761,"Cost":628,"Date":"1/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":377,"Cost":243,"Date":"2/5/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":396,"Cost":219,"Date":"2/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":524,"Cost":384,"Date":"2/16/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":635,"Cost":506,"Date":"2/18/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":338,"Cost":239,"Date":"2/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":38,"Cost":24,"Date":"2/25/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":60,"Cost":31,"Date":"3/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":146,"Cost":115,"Date":"4/2/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":216,"Cost":126,"Date":"4/3/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":235,"Cost":131,"Date":"4/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":763,"Cost":630,"Date":"4/10/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":206,"Cost":125,"Date":"4/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":287,"Cost":260,"Date":"5/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":965,"Cost":774,"Date":"5/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":549,"Cost":378,"Date":"6/20/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":702,"Cost":473,"Date":"7/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":68,"Cost":37,"Date":"7/4/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":638,"Cost":508,"Date":"7/8/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":834,"Cost":444,"Date":"7/9/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":9,"Cost":6,"Date":"7/14/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":421,"Cost":325,"Date":"7/19/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":617,"Cost":411,"Date":"8/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":77,"Cost":70,"Date":"8/6/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":589,"Cost":313,"Date":"8/7/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":537,"Cost":469,"Date":"8/22/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":41,"Cost":38,"Date":"8/31/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":521,"Cost":415,"Date":"9/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":287,"Cost":170,"Date":"9/1/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":481,"Cost":396,"Date":"9/17/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":314,"Cost":206,"Date":"9/29/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":115,"Cost":93,"Date":"11/7/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":190,"Cost":107,"Date":"11/26/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":244,"Cost":207,"Date":"11/27/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":191,"Cost":167,"Date":"12/5/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":439,"Cost":233,"Date":"12/26/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":183,"Cost":96,"Date":"12/31/2020"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":950,"Cost":795,"Date":"1/20/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":120,"Cost":90,"Date":"2/2/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":53,"Cost":36,"Date":"2/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":47,"Cost":23,"Date":"2/27/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":832,"Cost":495,"Date":"3/1/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":672,"Cost":529,"Date":"3/1/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":639,"Cost":327,"Date":"3/19/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":762,"Cost":381,"Date":"3/28/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":70,"Cost":47,"Date":"5/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":621,"Cost":325,"Date":"7/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":582,"Cost":410,"Date":"8/5/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":95,"Cost":73,"Date":"8/12/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":555,"Cost":348,"Date":"8/21/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":610,"Cost":567,"Date":"8/23/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":344,"Cost":322,"Date":"9/3/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":599,"Cost":363,"Date":"9/5/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":782,"Cost":458,"Date":"10/6/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":663,"Cost":533,"Date":"10/19/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":46,"Cost":34,"Date":"11/15/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":221,"Cost":131,"Date":"12/8/2021"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":247,"Cost":151,"Date":"1/8/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":606,"Cost":498,"Date":"1/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":954,"Cost":495,"Date":"1/19/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":752,"Cost":464,"Date":"1/28/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":244,"Cost":198,"Date":"1/31/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":417,"Cost":296,"Date":"3/27/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":513,"Cost":399,"Date":"4/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":226,"Cost":207,"Date":"4/24/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":196,"Cost":126,"Date":"4/28/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":246,"Cost":138,"Date":"5/15/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":646,"Cost":452,"Date":"5/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":109,"Cost":61,"Date":"5/18/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":292,"Cost":276,"Date":"6/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":304,"Cost":217,"Date":"6/3/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":668,"Cost":507,"Date":"6/5/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":809,"Cost":584,"Date":"6/7/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":635,"Cost":478,"Date":"6/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":200,"Cost":184,"Date":"6/20/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":589,"Cost":390,"Date":"6/24/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":996,"Cost":854,"Date":"7/4/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":208,"Cost":198,"Date":"7/9/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":605,"Cost":530,"Date":"7/12/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":701,"Cost":497,"Date":"8/14/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":313,"Cost":274,"Date":"8/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":83,"Cost":58,"Date":"8/23/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":249,"Cost":176,"Date":"9/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":181,"Cost":119,"Date":"9/3/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":802,"Cost":617,"Date":"9/16/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":184,"Cost":168,"Date":"10/4/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":970,"Cost":682,"Date":"11/1/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":855,"Cost":590,"Date":"11/2/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":238,"Cost":223,"Date":"12/17/2022"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":578,"Cost":523,"Date":"2/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":552,"Cost":449,"Date":"2/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":419,"Cost":269,"Date":"3/4/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":392,"Cost":244,"Date":"3/9/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":480,"Cost":313,"Date":"3/9/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":134,"Cost":72,"Date":"3/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":842,"Cost":550,"Date":"3/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":505,"Cost":462,"Date":"3/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":911,"Cost":587,"Date":"3/23/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":579,"Cost":519,"Date":"4/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":458,"Cost":303,"Date":"5/7/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":943,"Cost":694,"Date":"5/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":693,"Cost":583,"Date":"5/20/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":795,"Cost":605,"Date":"6/2/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":535,"Cost":403,"Date":"6/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":188,"Cost":144,"Date":"6/16/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":75,"Cost":57,"Date":"6/16/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":292,"Cost":157,"Date":"7/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":447,"Cost":235,"Date":"7/11/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":386,"Cost":225,"Date":"8/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":559,"Cost":327,"Date":"8/29/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":505,"Cost":461,"Date":"8/31/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":248,"Cost":141,"Date":"9/8/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":872,"Cost":565,"Date":"9/13/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":65,"Cost":50,"Date":"9/14/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":783,"Cost":515,"Date":"9/19/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":64,"Cost":51,"Date":"9/25/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":339,"Cost":283,"Date":"10/4/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":188,"Cost":124,"Date":"10/10/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":720,"Cost":595,"Date":"10/17/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":750,"Cost":643,"Date":"10/28/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":189,"Cost":172,"Date":"10/30/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":842,"Cost":742,"Date":"11/1/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":799,"Cost":481,"Date":"11/15/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":928,"Cost":846,"Date":"11/25/2023"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":400,"Cost":330,"Date":"1/10/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":24,"Cost":17,"Date":"1/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":69,"Cost":61,"Date":"1/20/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":155,"Cost":147,"Date":"2/8/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":834,"Cost":445,"Date":"2/25/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":987,"Cost":591,"Date":"3/7/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":670,"Cost":380,"Date":"3/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":500,"Cost":331,"Date":"3/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":577,"Cost":299,"Date":"4/5/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":451,"Cost":287,"Date":"4/14/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":69,"Cost":47,"Date":"5/3/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":952,"Cost":560,"Date":"5/9/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":389,"Cost":333,"Date":"5/15/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":181,"Cost":123,"Date":"5/25/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":160,"Cost":95,"Date":"5/26/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":430,"Cost":279,"Date":"5/31/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":875,"Cost":728,"Date":"7/27/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":486,"Cost":256,"Date":"9/17/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":122,"Cost":115,"Date":"10/6/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":504,"Cost":389,"Date":"10/8/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":444,"Cost":278,"Date":"10/26/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":741,"Cost":387,"Date":"11/16/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":327,"Cost":166,"Date":"11/18/2024"},{"Store":"Cherry Creek Shopping Center, Denver, CO","Brand":"HM Home","Country":"USA","Sale":666,"Cost":534,"Date":"12/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":884,"Cost":783,"Date":"2/9/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":143,"Cost":101,"Date":"2/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":402,"Cost":280,"Date":"3/10/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":915,"Cost":545,"Date":"3/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":315,"Cost":297,"Date":"3/18/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":908,"Cost":753,"Date":"3/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":419,"Cost":351,"Date":"3/26/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":109,"Cost":82,"Date":"6/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":90,"Cost":57,"Date":"6/10/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":744,"Cost":470,"Date":"6/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":682,"Cost":360,"Date":"6/25/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":994,"Cost":535,"Date":"7/19/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":225,"Cost":205,"Date":"7/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":807,"Cost":568,"Date":"7/25/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":500,"Cost":266,"Date":"8/4/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":154,"Cost":143,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":72,"Cost":36,"Date":"9/4/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":945,"Cost":535,"Date":"9/19/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":886,"Cost":814,"Date":"9/29/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":671,"Cost":354,"Date":"10/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":622,"Cost":496,"Date":"10/15/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":201,"Cost":148,"Date":"10/30/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":755,"Cost":684,"Date":"11/9/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":189,"Cost":103,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":276,"Cost":157,"Date":"11/30/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":168,"Cost":89,"Date":"12/8/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":512,"Cost":479,"Date":"12/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":181,"Cost":137,"Date":"1/15/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":405,"Cost":340,"Date":"1/24/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":692,"Cost":590,"Date":"2/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":824,"Cost":569,"Date":"2/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":28,"Cost":20,"Date":"3/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":6,"Cost":3,"Date":"3/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":948,"Cost":616,"Date":"4/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":391,"Cost":311,"Date":"5/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":543,"Cost":453,"Date":"5/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":959,"Cost":500,"Date":"6/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":433,"Cost":221,"Date":"6/26/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":112,"Cost":74,"Date":"7/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":517,"Cost":271,"Date":"7/13/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":62,"Cost":41,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":377,"Cost":201,"Date":"8/26/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":617,"Cost":579,"Date":"9/2/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":71,"Cost":60,"Date":"9/29/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":558,"Cost":320,"Date":"10/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":138,"Cost":121,"Date":"11/2/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":119,"Cost":84,"Date":"11/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":927,"Cost":519,"Date":"11/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":244,"Cost":157,"Date":"12/1/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":346,"Cost":260,"Date":"12/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":564,"Cost":505,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":607,"Cost":432,"Date":"12/18/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":831,"Cost":662,"Date":"12/20/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":519,"Cost":282,"Date":"12/20/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":145,"Cost":121,"Date":"12/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":527,"Cost":432,"Date":"1/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":846,"Cost":715,"Date":"2/5/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":800,"Cost":458,"Date":"2/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":686,"Cost":538,"Date":"2/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":259,"Cost":202,"Date":"2/18/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":999,"Cost":743,"Date":"2/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":47,"Cost":26,"Date":"2/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":748,"Cost":559,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":691,"Cost":508,"Date":"4/2/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":182,"Cost":172,"Date":"4/3/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":997,"Cost":894,"Date":"4/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":719,"Cost":366,"Date":"4/10/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":680,"Cost":515,"Date":"4/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":480,"Cost":419,"Date":"5/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":144,"Cost":99,"Date":"5/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":261,"Cost":140,"Date":"6/20/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":181,"Cost":138,"Date":"7/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":905,"Cost":746,"Date":"7/4/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":78,"Cost":53,"Date":"7/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":615,"Cost":377,"Date":"7/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":926,"Cost":828,"Date":"7/14/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":568,"Cost":442,"Date":"7/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":963,"Cost":591,"Date":"8/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":781,"Cost":691,"Date":"8/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":678,"Cost":589,"Date":"8/7/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":265,"Cost":170,"Date":"8/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":531,"Cost":466,"Date":"8/31/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":446,"Cost":348,"Date":"9/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":201,"Cost":117,"Date":"9/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":646,"Cost":327,"Date":"9/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":586,"Cost":522,"Date":"9/29/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":861,"Cost":534,"Date":"11/7/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":129,"Cost":77,"Date":"11/26/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":289,"Cost":248,"Date":"11/27/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":295,"Cost":243,"Date":"12/5/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":159,"Cost":151,"Date":"12/26/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":357,"Cost":213,"Date":"12/31/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":850,"Cost":687,"Date":"1/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":222,"Cost":156,"Date":"2/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":636,"Cost":412,"Date":"2/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":882,"Cost":458,"Date":"2/27/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":464,"Cost":286,"Date":"3/1/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":113,"Cost":107,"Date":"3/1/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":822,"Cost":421,"Date":"3/19/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":374,"Cost":277,"Date":"3/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":736,"Cost":475,"Date":"5/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":763,"Cost":394,"Date":"7/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":254,"Cost":173,"Date":"8/5/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":720,"Cost":639,"Date":"8/12/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":836,"Cost":498,"Date":"8/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":388,"Cost":206,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":815,"Cost":552,"Date":"9/3/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":419,"Cost":356,"Date":"9/5/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":119,"Cost":64,"Date":"10/6/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":591,"Cost":380,"Date":"10/19/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":67,"Cost":47,"Date":"11/15/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":10,"Cost":6,"Date":"12/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":264,"Cost":133,"Date":"1/8/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":650,"Cost":525,"Date":"1/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":904,"Cost":812,"Date":"1/19/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":722,"Cost":545,"Date":"1/28/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":543,"Cost":439,"Date":"1/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":664,"Cost":374,"Date":"3/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":958,"Cost":669,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":280,"Cost":265,"Date":"4/24/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":165,"Cost":115,"Date":"4/28/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":520,"Cost":485,"Date":"5/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":675,"Cost":509,"Date":"5/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":354,"Cost":259,"Date":"5/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":796,"Cost":648,"Date":"6/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":578,"Cost":451,"Date":"6/3/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":818,"Cost":644,"Date":"6/5/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":137,"Cost":130,"Date":"6/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":216,"Cost":138,"Date":"6/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":290,"Cost":192,"Date":"6/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":857,"Cost":673,"Date":"6/24/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":108,"Cost":83,"Date":"7/4/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":629,"Cost":364,"Date":"7/9/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":956,"Cost":833,"Date":"7/12/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":204,"Cost":106,"Date":"8/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":376,"Cost":329,"Date":"8/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":135,"Cost":79,"Date":"8/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":301,"Cost":220,"Date":"9/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":839,"Cost":779,"Date":"9/3/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":608,"Cost":534,"Date":"9/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":423,"Cost":290,"Date":"10/4/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":725,"Cost":407,"Date":"11/1/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":307,"Cost":228,"Date":"11/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":69,"Cost":59,"Date":"12/17/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":715,"Cost":664,"Date":"2/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":679,"Cost":591,"Date":"2/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":139,"Cost":77,"Date":"3/4/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":27,"Cost":26,"Date":"3/9/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":409,"Cost":321,"Date":"3/9/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":254,"Cost":162,"Date":"3/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":822,"Cost":523,"Date":"3/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":44,"Cost":28,"Date":"3/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":45,"Cost":40,"Date":"3/23/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":610,"Cost":308,"Date":"4/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":59,"Cost":55,"Date":"5/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":258,"Cost":188,"Date":"5/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":559,"Cost":316,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":195,"Cost":173,"Date":"6/2/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":317,"Cost":267,"Date":"6/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":591,"Cost":308,"Date":"6/16/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":811,"Cost":487,"Date":"6/16/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":237,"Cost":184,"Date":"7/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":360,"Cost":242,"Date":"7/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":417,"Cost":235,"Date":"8/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":466,"Cost":404,"Date":"8/29/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":457,"Cost":413,"Date":"8/31/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":919,"Cost":577,"Date":"9/8/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":666,"Cost":501,"Date":"9/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":236,"Cost":121,"Date":"9/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":348,"Cost":259,"Date":"9/19/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":582,"Cost":394,"Date":"9/25/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":336,"Cost":206,"Date":"10/4/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":234,"Cost":190,"Date":"10/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":444,"Cost":261,"Date":"10/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":433,"Cost":310,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":574,"Cost":343,"Date":"10/30/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":762,"Cost":613,"Date":"11/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":109,"Cost":56,"Date":"11/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":838,"Cost":502,"Date":"11/25/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":565,"Cost":383,"Date":"1/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":187,"Cost":169,"Date":"1/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":607,"Cost":419,"Date":"1/20/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":426,"Cost":380,"Date":"2/8/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":636,"Cost":469,"Date":"2/25/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":50,"Cost":39,"Date":"3/7/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":448,"Cost":397,"Date":"3/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":622,"Cost":521,"Date":"3/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":569,"Cost":325,"Date":"4/5/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":719,"Cost":555,"Date":"4/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":342,"Cost":273,"Date":"5/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":668,"Cost":345,"Date":"5/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":696,"Cost":523,"Date":"5/15/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":527,"Cost":460,"Date":"5/25/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":432,"Cost":262,"Date":"5/26/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":901,"Cost":759,"Date":"5/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":952,"Cost":905,"Date":"7/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":824,"Cost":647,"Date":"9/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":679,"Cost":633,"Date":"10/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":197,"Cost":178,"Date":"10/8/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":537,"Cost":436,"Date":"10/26/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":823,"Cost":775,"Date":"11/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":964,"Cost":786,"Date":"11/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"ARKET","Country":"USA","Sale":767,"Cost":678,"Date":"12/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":973,"Cost":765,"Date":"2/9/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":639,"Cost":482,"Date":"2/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":322,"Cost":303,"Date":"3/10/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":381,"Cost":295,"Date":"3/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":862,"Cost":688,"Date":"3/18/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":508,"Cost":293,"Date":"3/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":873,"Cost":685,"Date":"3/26/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":92,"Cost":87,"Date":"6/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":55,"Cost":30,"Date":"6/10/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":683,"Cost":473,"Date":"6/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":87,"Cost":60,"Date":"6/25/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":577,"Cost":317,"Date":"7/19/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":865,"Cost":778,"Date":"7/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":39,"Cost":29,"Date":"7/25/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":469,"Cost":426,"Date":"8/4/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":965,"Cost":679,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":1000,"Cost":928,"Date":"9/4/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":868,"Cost":787,"Date":"9/19/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":629,"Cost":488,"Date":"9/29/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":65,"Cost":47,"Date":"10/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":86,"Cost":69,"Date":"10/15/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":835,"Cost":733,"Date":"10/30/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":767,"Cost":723,"Date":"11/9/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":113,"Cost":65,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":897,"Cost":752,"Date":"11/30/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":572,"Cost":314,"Date":"12/8/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":205,"Cost":133,"Date":"12/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":654,"Cost":534,"Date":"1/15/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":761,"Cost":390,"Date":"1/24/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":909,"Cost":840,"Date":"2/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":379,"Cost":271,"Date":"2/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":603,"Cost":470,"Date":"3/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":879,"Cost":671,"Date":"3/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":158,"Cost":93,"Date":"4/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":195,"Cost":149,"Date":"5/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":757,"Cost":497,"Date":"5/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":649,"Cost":539,"Date":"6/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":214,"Cost":126,"Date":"6/26/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":292,"Cost":205,"Date":"7/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":439,"Cost":240,"Date":"7/13/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":868,"Cost":620,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":204,"Cost":105,"Date":"8/26/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":865,"Cost":595,"Date":"9/2/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":46,"Cost":26,"Date":"9/29/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":88,"Cost":76,"Date":"10/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":986,"Cost":874,"Date":"11/2/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":427,"Cost":373,"Date":"11/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":740,"Cost":640,"Date":"11/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":880,"Cost":787,"Date":"12/1/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":343,"Cost":300,"Date":"12/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":759,"Cost":667,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":79,"Cost":58,"Date":"12/18/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":693,"Cost":539,"Date":"12/20/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":305,"Cost":253,"Date":"12/20/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":334,"Cost":289,"Date":"12/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":941,"Cost":886,"Date":"1/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":523,"Cost":296,"Date":"2/5/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":905,"Cost":731,"Date":"2/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":237,"Cost":174,"Date":"2/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":295,"Cost":196,"Date":"2/18/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":158,"Cost":115,"Date":"2/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":452,"Cost":299,"Date":"2/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":837,"Cost":704,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":158,"Cost":134,"Date":"4/2/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":292,"Cost":235,"Date":"4/3/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":479,"Cost":361,"Date":"4/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":153,"Cost":79,"Date":"4/10/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":223,"Cost":209,"Date":"4/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":508,"Cost":459,"Date":"5/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":985,"Cost":915,"Date":"5/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":132,"Cost":99,"Date":"6/20/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":860,"Cost":659,"Date":"7/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":123,"Cost":105,"Date":"7/4/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":817,"Cost":655,"Date":"7/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":697,"Cost":373,"Date":"7/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":902,"Cost":626,"Date":"7/14/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":418,"Cost":346,"Date":"7/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":142,"Cost":80,"Date":"8/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":10,"Cost":5,"Date":"8/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":137,"Cost":94,"Date":"8/7/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":101,"Cost":83,"Date":"8/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":785,"Cost":506,"Date":"8/31/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":232,"Cost":140,"Date":"9/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":49,"Cost":46,"Date":"9/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":776,"Cost":565,"Date":"9/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":860,"Cost":440,"Date":"9/29/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":178,"Cost":131,"Date":"11/7/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":790,"Cost":728,"Date":"11/26/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":518,"Cost":480,"Date":"11/27/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":414,"Cost":385,"Date":"12/5/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":645,"Cost":458,"Date":"12/26/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":457,"Cost":292,"Date":"12/31/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":505,"Cost":447,"Date":"1/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":116,"Cost":111,"Date":"2/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":491,"Cost":430,"Date":"2/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":929,"Cost":602,"Date":"2/27/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":833,"Cost":650,"Date":"3/1/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":772,"Cost":688,"Date":"3/1/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":873,"Cost":544,"Date":"3/19/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":305,"Cost":272,"Date":"3/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":620,"Cost":420,"Date":"5/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":155,"Cost":109,"Date":"7/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":594,"Cost":501,"Date":"8/5/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":323,"Cost":242,"Date":"8/12/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":957,"Cost":745,"Date":"8/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":768,"Cost":614,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":327,"Cost":245,"Date":"9/3/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":595,"Cost":370,"Date":"9/5/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":492,"Cost":299,"Date":"10/6/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":240,"Cost":127,"Date":"10/19/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":170,"Cost":129,"Date":"11/15/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":541,"Cost":366,"Date":"12/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":48,"Cost":29,"Date":"1/8/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":189,"Cost":164,"Date":"1/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":622,"Cost":312,"Date":"1/19/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":449,"Cost":245,"Date":"1/28/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":821,"Cost":730,"Date":"1/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":311,"Cost":202,"Date":"3/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":291,"Cost":254,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":80,"Cost":42,"Date":"4/24/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":568,"Cost":443,"Date":"4/28/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":74,"Cost":64,"Date":"5/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":138,"Cost":74,"Date":"5/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":176,"Cost":139,"Date":"5/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":850,"Cost":635,"Date":"6/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":44,"Cost":31,"Date":"6/3/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":295,"Cost":263,"Date":"6/5/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":211,"Cost":118,"Date":"6/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":984,"Cost":697,"Date":"6/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":453,"Cost":290,"Date":"6/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":25,"Cost":20,"Date":"6/24/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":120,"Cost":113,"Date":"7/4/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":173,"Cost":136,"Date":"7/9/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":189,"Cost":111,"Date":"7/12/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":942,"Cost":514,"Date":"8/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":868,"Cost":775,"Date":"8/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":895,"Cost":743,"Date":"8/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":531,"Cost":330,"Date":"9/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":893,"Cost":458,"Date":"9/3/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":726,"Cost":427,"Date":"9/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":378,"Cost":315,"Date":"10/4/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":230,"Cost":208,"Date":"11/1/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":764,"Cost":595,"Date":"11/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":10,"Cost":5,"Date":"12/17/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":794,"Cost":595,"Date":"2/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":263,"Cost":204,"Date":"2/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":362,"Cost":266,"Date":"3/4/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":829,"Cost":645,"Date":"3/9/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":393,"Cost":236,"Date":"3/9/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":847,"Cost":692,"Date":"3/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":924,"Cost":770,"Date":"3/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":821,"Cost":754,"Date":"3/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":61,"Cost":37,"Date":"3/23/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":422,"Cost":339,"Date":"4/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":366,"Cost":253,"Date":"5/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":646,"Cost":430,"Date":"5/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":114,"Cost":72,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":775,"Cost":406,"Date":"6/2/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":660,"Cost":610,"Date":"6/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":402,"Cost":247,"Date":"6/16/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":437,"Cost":265,"Date":"6/16/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":561,"Cost":310,"Date":"7/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":246,"Cost":176,"Date":"7/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":111,"Cost":91,"Date":"8/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":811,"Cost":711,"Date":"8/29/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":65,"Cost":42,"Date":"8/31/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":146,"Cost":74,"Date":"9/8/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":321,"Cost":172,"Date":"9/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":681,"Cost":485,"Date":"9/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":339,"Cost":301,"Date":"9/19/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":111,"Cost":67,"Date":"9/25/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":53,"Cost":49,"Date":"10/4/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":694,"Cost":533,"Date":"10/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":628,"Cost":486,"Date":"10/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":453,"Cost":392,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":226,"Cost":127,"Date":"10/30/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":82,"Cost":50,"Date":"11/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":334,"Cost":273,"Date":"11/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":80,"Cost":56,"Date":"11/25/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":548,"Cost":386,"Date":"1/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":629,"Cost":315,"Date":"1/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":858,"Cost":814,"Date":"1/20/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":633,"Cost":359,"Date":"2/8/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":315,"Cost":162,"Date":"2/25/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":961,"Cost":593,"Date":"3/7/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":773,"Cost":675,"Date":"3/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":163,"Cost":138,"Date":"3/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":692,"Cost":620,"Date":"4/5/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":359,"Cost":222,"Date":"4/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":882,"Cost":792,"Date":"5/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":237,"Cost":138,"Date":"5/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":843,"Cost":499,"Date":"5/15/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":81,"Cost":68,"Date":"5/25/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":70,"Cost":37,"Date":"5/26/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":260,"Cost":195,"Date":"5/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":467,"Cost":433,"Date":"7/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":542,"Cost":366,"Date":"9/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":491,"Cost":321,"Date":"10/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":638,"Cost":514,"Date":"10/8/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":626,"Cost":399,"Date":"10/26/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":377,"Cost":234,"Date":"11/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":949,"Cost":532,"Date":"11/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"HM Home","Country":"USA","Sale":740,"Cost":639,"Date":"12/1/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":705,"Cost":407,"Date":"2/9/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":800,"Cost":740,"Date":"2/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":645,"Cost":488,"Date":"3/10/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":119,"Cost":91,"Date":"3/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":399,"Cost":379,"Date":"3/18/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":600,"Cost":309,"Date":"3/20/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":934,"Cost":589,"Date":"3/26/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":467,"Cost":433,"Date":"6/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":42,"Cost":33,"Date":"6/10/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":829,"Cost":715,"Date":"6/16/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":859,"Cost":797,"Date":"6/25/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":310,"Cost":241,"Date":"7/19/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":887,"Cost":522,"Date":"7/21/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":325,"Cost":271,"Date":"7/25/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":607,"Cost":370,"Date":"8/4/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":148,"Cost":98,"Date":"9/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":556,"Cost":480,"Date":"9/4/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":3,"Cost":2,"Date":"9/19/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":107,"Cost":90,"Date":"9/29/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":727,"Cost":526,"Date":"10/2/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":370,"Cost":251,"Date":"10/15/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":484,"Cost":456,"Date":"10/30/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":730,"Cost":601,"Date":"11/9/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":250,"Cost":150,"Date":"11/23/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":916,"Cost":848,"Date":"11/30/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":270,"Cost":205,"Date":"12/8/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":17,"Cost":12,"Date":"12/11/2018"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":2,"Cost":2,"Date":"1/15/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":181,"Cost":97,"Date":"1/24/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":465,"Cost":275,"Date":"2/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":985,"Cost":707,"Date":"2/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":644,"Cost":584,"Date":"3/9/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":960,"Cost":509,"Date":"3/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":715,"Cost":517,"Date":"4/19/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":208,"Cost":109,"Date":"5/3/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":965,"Cost":608,"Date":"5/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":827,"Cost":730,"Date":"6/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":371,"Cost":204,"Date":"6/26/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":537,"Cost":477,"Date":"7/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":644,"Cost":453,"Date":"7/13/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":682,"Cost":412,"Date":"8/8/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":995,"Cost":806,"Date":"8/26/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":631,"Cost":561,"Date":"9/2/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":326,"Cost":309,"Date":"9/29/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":700,"Cost":519,"Date":"10/12/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":174,"Cost":164,"Date":"11/2/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":530,"Cost":443,"Date":"11/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":951,"Cost":504,"Date":"11/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":228,"Cost":201,"Date":"12/1/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":317,"Cost":208,"Date":"12/4/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":262,"Cost":207,"Date":"12/7/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":128,"Cost":105,"Date":"12/18/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":833,"Cost":707,"Date":"12/20/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":728,"Cost":473,"Date":"12/20/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":513,"Cost":473,"Date":"12/21/2019"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":464,"Cost":278,"Date":"1/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":38,"Cost":22,"Date":"2/5/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":696,"Cost":485,"Date":"2/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":809,"Cost":482,"Date":"2/16/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":461,"Cost":351,"Date":"2/18/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":38,"Cost":21,"Date":"2/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":763,"Cost":684,"Date":"2/25/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":14,"Cost":8,"Date":"3/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":107,"Cost":71,"Date":"4/2/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":961,"Cost":643,"Date":"4/3/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":339,"Cost":212,"Date":"4/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":645,"Cost":524,"Date":"4/10/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":952,"Cost":797,"Date":"4/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":546,"Cost":443,"Date":"5/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":54,"Cost":39,"Date":"5/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":405,"Cost":288,"Date":"6/20/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":338,"Cost":305,"Date":"7/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":400,"Cost":314,"Date":"7/4/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":348,"Cost":226,"Date":"7/8/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":980,"Cost":532,"Date":"7/9/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":174,"Cost":123,"Date":"7/14/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":265,"Cost":156,"Date":"7/19/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":401,"Cost":220,"Date":"8/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":999,"Cost":673,"Date":"8/6/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":647,"Cost":544,"Date":"8/7/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":858,"Cost":509,"Date":"8/22/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":733,"Cost":659,"Date":"8/31/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":660,"Cost":418,"Date":"9/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":858,"Cost":538,"Date":"9/1/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":378,"Cost":318,"Date":"9/17/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":127,"Cost":112,"Date":"9/29/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":657,"Cost":402,"Date":"11/7/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":545,"Cost":303,"Date":"11/26/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":685,"Cost":461,"Date":"11/27/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":673,"Cost":577,"Date":"12/5/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":296,"Cost":207,"Date":"12/26/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":544,"Cost":403,"Date":"12/31/2020"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":965,"Cost":796,"Date":"1/20/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":380,"Cost":324,"Date":"2/2/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":287,"Cost":213,"Date":"2/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":963,"Cost":538,"Date":"2/27/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":629,"Cost":398,"Date":"3/1/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":218,"Cost":147,"Date":"3/1/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":992,"Cost":557,"Date":"3/19/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":533,"Cost":442,"Date":"3/28/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":792,"Cost":478,"Date":"5/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":841,"Cost":459,"Date":"7/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":882,"Cost":611,"Date":"8/5/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":207,"Cost":159,"Date":"8/12/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":588,"Cost":380,"Date":"8/21/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":309,"Cost":192,"Date":"8/23/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":385,"Cost":361,"Date":"9/3/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":184,"Cost":147,"Date":"9/5/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":17,"Cost":10,"Date":"10/6/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":381,"Cost":253,"Date":"10/19/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":107,"Cost":78,"Date":"11/15/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":349,"Cost":292,"Date":"12/8/2021"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":993,"Cost":576,"Date":"1/8/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":285,"Cost":232,"Date":"1/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":162,"Cost":136,"Date":"1/19/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":290,"Cost":274,"Date":"1/28/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":203,"Cost":109,"Date":"1/31/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":902,"Cost":602,"Date":"3/27/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":661,"Cost":331,"Date":"4/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":533,"Cost":396,"Date":"4/24/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":53,"Cost":50,"Date":"4/28/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":153,"Cost":119,"Date":"5/15/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":853,"Cost":688,"Date":"5/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":220,"Cost":167,"Date":"5/18/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":818,"Cost":474,"Date":"6/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":183,"Cost":164,"Date":"6/3/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":172,"Cost":106,"Date":"6/5/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":178,"Cost":146,"Date":"6/7/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":262,"Cost":141,"Date":"6/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":201,"Cost":102,"Date":"6/20/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":783,"Cost":720,"Date":"6/24/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":245,"Cost":192,"Date":"7/4/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":757,"Cost":669,"Date":"7/9/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":419,"Cost":393,"Date":"7/12/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":322,"Cost":306,"Date":"8/14/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":19,"Cost":11,"Date":"8/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":312,"Cost":210,"Date":"8/23/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":691,"Cost":565,"Date":"9/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":450,"Date":"9/3/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":331,"Cost":230,"Date":"9/16/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":277,"Cost":259,"Date":"10/4/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":982,"Cost":852,"Date":"11/1/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":785,"Cost":691,"Date":"11/2/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":967,"Cost":634,"Date":"12/17/2022"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":381,"Cost":307,"Date":"2/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":251,"Cost":209,"Date":"2/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":198,"Cost":160,"Date":"3/4/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":574,"Cost":472,"Date":"3/9/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":339,"Cost":217,"Date":"3/9/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":542,"Cost":414,"Date":"3/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":36,"Cost":25,"Date":"3/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":461,"Cost":299,"Date":"3/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":82,"Cost":42,"Date":"3/23/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":702,"Cost":646,"Date":"4/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":231,"Cost":121,"Date":"5/7/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":32,"Cost":16,"Date":"5/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":920,"Cost":510,"Date":"5/20/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":854,"Cost":732,"Date":"6/2/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":783,"Cost":656,"Date":"6/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":36,"Cost":26,"Date":"6/16/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":40,"Cost":29,"Date":"6/16/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":588,"Cost":351,"Date":"7/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":530,"Cost":455,"Date":"7/11/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":989,"Cost":604,"Date":"8/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":362,"Cost":272,"Date":"8/29/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":724,"Cost":455,"Date":"8/31/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":43,"Cost":30,"Date":"9/8/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":615,"Cost":580,"Date":"9/13/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":810,"Cost":523,"Date":"9/14/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":885,"Cost":823,"Date":"9/19/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":365,"Cost":242,"Date":"9/25/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":218,"Cost":115,"Date":"10/4/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":490,"Cost":438,"Date":"10/10/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":839,"Cost":747,"Date":"10/17/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":565,"Cost":359,"Date":"10/28/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":181,"Cost":124,"Date":"10/30/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":390,"Cost":316,"Date":"11/1/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":692,"Cost":449,"Date":"11/15/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":827,"Cost":431,"Date":"11/25/2023"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":288,"Cost":202,"Date":"1/10/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":851,"Cost":685,"Date":"1/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":619,"Cost":325,"Date":"1/20/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":580,"Cost":319,"Date":"2/8/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":363,"Cost":311,"Date":"2/25/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":876,"Cost":484,"Date":"3/7/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":88,"Cost":79,"Date":"3/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":779,"Cost":484,"Date":"3/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":744,"Cost":636,"Date":"4/5/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":874,"Date":"4/14/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":975,"Cost":788,"Date":"5/3/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":310,"Cost":279,"Date":"5/9/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":485,"Cost":418,"Date":"5/15/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":319,"Cost":251,"Date":"5/25/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":257,"Cost":176,"Date":"5/26/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":657,"Cost":366,"Date":"5/31/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":558,"Cost":337,"Date":"7/27/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":926,"Cost":638,"Date":"9/17/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":364,"Cost":242,"Date":"10/6/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":170,"Cost":149,"Date":"10/8/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":167,"Cost":94,"Date":"10/26/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":363,"Cost":235,"Date":"11/16/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":293,"Cost":243,"Date":"11/18/2024"},{"Store":"Beverly Center, Los Angeles, CA","Brand":"Sellpy","Country":"USA","Sale":306,"Cost":172,"Date":"12/1/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":349,"Cost":211,"Date":"2/9/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":773,"Cost":704,"Date":"2/11/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":254,"Cost":207,"Date":"3/10/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":446,"Cost":415,"Date":"3/16/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":249,"Cost":219,"Date":"3/18/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":776,"Cost":621,"Date":"3/20/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":237,"Cost":223,"Date":"3/26/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":914,"Cost":773,"Date":"6/2/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":197,"Cost":182,"Date":"6/10/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":895,"Cost":675,"Date":"6/16/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":148,"Cost":119,"Date":"6/25/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":780,"Cost":409,"Date":"7/19/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":505,"Cost":479,"Date":"7/21/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":415,"Cost":296,"Date":"7/25/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":294,"Cost":152,"Date":"8/4/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":68,"Cost":47,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":342,"Cost":174,"Date":"9/4/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":446,"Cost":391,"Date":"9/19/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":289,"Cost":244,"Date":"9/29/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":11,"Cost":9,"Date":"10/2/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":241,"Cost":214,"Date":"10/15/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":461,"Cost":253,"Date":"10/30/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":618,"Cost":583,"Date":"11/9/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":540,"Cost":295,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":752,"Cost":710,"Date":"11/30/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":736,"Cost":523,"Date":"12/8/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":671,"Cost":633,"Date":"12/11/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":268,"Cost":233,"Date":"1/15/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":260,"Cost":211,"Date":"1/24/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":275,"Cost":187,"Date":"2/3/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":690,"Cost":525,"Date":"2/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":562,"Cost":416,"Date":"3/9/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":654,"Cost":357,"Date":"3/12/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":712,"Cost":676,"Date":"4/19/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":753,"Cost":708,"Date":"5/3/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":423,"Cost":319,"Date":"5/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":939,"Cost":686,"Date":"6/8/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":197,"Cost":153,"Date":"6/26/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":651,"Cost":329,"Date":"7/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":475,"Cost":443,"Date":"7/13/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":594,"Cost":528,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":308,"Cost":246,"Date":"8/26/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":619,"Cost":582,"Date":"9/2/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":527,"Cost":477,"Date":"9/29/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":325,"Cost":290,"Date":"10/12/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":786,"Cost":677,"Date":"11/2/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":293,"Cost":178,"Date":"11/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":648,"Cost":392,"Date":"11/7/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":608,"Cost":415,"Date":"12/1/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":997,"Cost":647,"Date":"12/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":355,"Cost":305,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":61,"Cost":44,"Date":"12/18/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":246,"Cost":127,"Date":"12/20/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":674,"Cost":359,"Date":"12/20/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":258,"Cost":241,"Date":"12/21/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":571,"Cost":449,"Date":"1/9/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":306,"Cost":259,"Date":"2/5/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":14,"Cost":13,"Date":"2/16/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":408,"Cost":275,"Date":"2/16/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":894,"Cost":534,"Date":"2/18/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":712,"Cost":381,"Date":"2/22/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":246,"Cost":150,"Date":"2/25/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":382,"Cost":293,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":751,"Cost":403,"Date":"4/2/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":662,"Cost":616,"Date":"4/3/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":782,"Cost":464,"Date":"4/9/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":927,"Cost":672,"Date":"4/10/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":357,"Cost":261,"Date":"4/19/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":452,"Cost":418,"Date":"5/17/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":136,"Cost":112,"Date":"5/22/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":211,"Cost":131,"Date":"6/20/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":937,"Cost":790,"Date":"7/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":892,"Cost":530,"Date":"7/4/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":893,"Cost":645,"Date":"7/8/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":407,"Cost":356,"Date":"7/9/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":53,"Cost":30,"Date":"7/14/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":304,"Cost":185,"Date":"7/19/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":922,"Cost":661,"Date":"8/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":357,"Cost":213,"Date":"8/6/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":738,"Cost":654,"Date":"8/7/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":968,"Cost":845,"Date":"8/22/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":649,"Cost":389,"Date":"8/31/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":924,"Cost":559,"Date":"9/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":654,"Cost":528,"Date":"9/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":332,"Cost":259,"Date":"9/17/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":591,"Cost":406,"Date":"9/29/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":742,"Cost":455,"Date":"11/7/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":83,"Cost":67,"Date":"11/26/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":260,"Cost":239,"Date":"11/27/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":457,"Cost":331,"Date":"12/5/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":304,"Cost":246,"Date":"12/26/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":652,"Cost":428,"Date":"12/31/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":788,"Cost":407,"Date":"1/20/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":52,"Cost":28,"Date":"2/2/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":324,"Cost":226,"Date":"2/8/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":130,"Cost":70,"Date":"2/27/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":777,"Cost":527,"Date":"3/1/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":820,"Cost":699,"Date":"3/1/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":527,"Cost":381,"Date":"3/19/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":216,"Cost":171,"Date":"3/28/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":765,"Cost":641,"Date":"5/21/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":451,"Cost":412,"Date":"7/21/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":473,"Cost":361,"Date":"8/5/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":616,"Cost":368,"Date":"8/12/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":514,"Cost":437,"Date":"8/21/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":882,"Cost":643,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":231,"Cost":116,"Date":"9/3/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":483,"Cost":263,"Date":"9/5/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":818,"Cost":433,"Date":"10/6/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":718,"Cost":572,"Date":"10/19/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":805,"Cost":638,"Date":"11/15/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":426,"Cost":372,"Date":"12/8/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":463,"Cost":402,"Date":"1/8/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":639,"Cost":603,"Date":"1/14/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":654,"Cost":448,"Date":"1/19/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":312,"Cost":262,"Date":"1/28/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":836,"Cost":690,"Date":"1/31/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":507,"Cost":326,"Date":"3/27/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":90,"Cost":79,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":55,"Cost":37,"Date":"4/24/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":851,"Cost":785,"Date":"4/28/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":473,"Cost":371,"Date":"5/15/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":876,"Cost":442,"Date":"5/16/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":916,"Cost":627,"Date":"5/18/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":65,"Cost":62,"Date":"6/2/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":620,"Cost":560,"Date":"6/3/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":798,"Cost":660,"Date":"6/5/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":694,"Cost":608,"Date":"6/7/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":614,"Cost":532,"Date":"6/14/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":265,"Cost":236,"Date":"6/20/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":254,"Cost":229,"Date":"6/24/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":521,"Cost":393,"Date":"7/4/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":515,"Cost":286,"Date":"7/9/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":960,"Cost":843,"Date":"7/12/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":432,"Cost":247,"Date":"8/14/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":190,"Cost":98,"Date":"8/16/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":16,"Cost":12,"Date":"8/23/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":517,"Cost":301,"Date":"9/2/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":189,"Cost":95,"Date":"9/3/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":753,"Cost":460,"Date":"9/16/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":828,"Cost":774,"Date":"10/4/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":499,"Cost":435,"Date":"11/1/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":286,"Cost":239,"Date":"11/2/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":438,"Cost":411,"Date":"12/17/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":266,"Cost":192,"Date":"2/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":899,"Cost":844,"Date":"2/28/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":17,"Cost":14,"Date":"3/4/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":821,"Cost":679,"Date":"3/9/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":35,"Cost":22,"Date":"3/9/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":934,"Cost":870,"Date":"3/11/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":154,"Cost":104,"Date":"3/17/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":113,"Cost":104,"Date":"3/17/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":278,"Cost":253,"Date":"3/23/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":180,"Cost":98,"Date":"4/1/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":779,"Cost":472,"Date":"5/7/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":211,"Cost":190,"Date":"5/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":35,"Cost":28,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":314,"Cost":267,"Date":"6/2/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":339,"Cost":304,"Date":"6/11/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":584,"Cost":343,"Date":"6/16/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":316,"Cost":170,"Date":"6/16/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":600,"Cost":453,"Date":"7/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":102,"Cost":84,"Date":"7/11/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":612,"Cost":450,"Date":"8/28/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":397,"Cost":242,"Date":"8/29/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":919,"Cost":527,"Date":"8/31/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":625,"Cost":527,"Date":"9/8/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":91,"Cost":58,"Date":"9/13/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":745,"Cost":503,"Date":"9/14/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":974,"Cost":752,"Date":"9/19/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":883,"Cost":467,"Date":"9/25/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":83,"Cost":74,"Date":"10/4/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":556,"Cost":460,"Date":"10/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":578,"Cost":440,"Date":"10/17/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":460,"Cost":341,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":709,"Cost":592,"Date":"10/30/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":775,"Cost":723,"Date":"11/1/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":745,"Cost":688,"Date":"11/15/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":46,"Cost":28,"Date":"11/25/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":78,"Cost":71,"Date":"1/10/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":347,"Cost":204,"Date":"1/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":885,"Cost":717,"Date":"1/20/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":53,"Cost":28,"Date":"2/8/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":863,"Cost":683,"Date":"2/25/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":837,"Cost":479,"Date":"3/7/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":985,"Cost":825,"Date":"3/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":719,"Cost":490,"Date":"3/27/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":353,"Cost":197,"Date":"4/5/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":431,"Cost":246,"Date":"4/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":9,"Cost":7,"Date":"5/3/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":658,"Cost":497,"Date":"5/9/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":36,"Cost":32,"Date":"5/15/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":922,"Cost":813,"Date":"5/25/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":573,"Cost":416,"Date":"5/26/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":661,"Cost":566,"Date":"5/31/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":367,"Cost":218,"Date":"7/27/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":113,"Cost":63,"Date":"9/17/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":887,"Cost":804,"Date":"10/6/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":831,"Cost":435,"Date":"10/8/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":240,"Cost":124,"Date":"10/26/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":322,"Cost":163,"Date":"11/16/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":156,"Cost":131,"Date":"11/18/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":129,"Cost":118,"Date":"12/1/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":124,"Cost":114,"Date":"2/9/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":131,"Cost":106,"Date":"2/11/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":418,"Cost":312,"Date":"3/10/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":774,"Cost":542,"Date":"3/16/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":804,"Cost":736,"Date":"3/18/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":7,"Cost":4,"Date":"3/20/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":572,"Cost":470,"Date":"3/26/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":366,"Cost":260,"Date":"6/2/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":746,"Cost":489,"Date":"6/10/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":957,"Cost":608,"Date":"6/16/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":454,"Cost":231,"Date":"6/25/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":182,"Cost":132,"Date":"7/19/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":636,"Cost":381,"Date":"7/21/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":694,"Cost":431,"Date":"7/25/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":632,"Cost":452,"Date":"8/4/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":670,"Cost":543,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":314,"Cost":165,"Date":"9/4/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":543,"Cost":493,"Date":"9/19/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":154,"Cost":115,"Date":"9/29/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":501,"Cost":470,"Date":"10/2/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":601,"Cost":337,"Date":"10/15/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":631,"Cost":575,"Date":"10/30/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":224,"Cost":123,"Date":"11/9/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":789,"Cost":746,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":463,"Cost":397,"Date":"11/30/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":437,"Cost":219,"Date":"12/8/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":668,"Cost":345,"Date":"12/11/2018"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":184,"Cost":109,"Date":"1/15/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":174,"Cost":114,"Date":"1/24/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":604,"Cost":428,"Date":"2/3/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":136,"Cost":86,"Date":"2/4/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":863,"Cost":704,"Date":"3/9/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":674,"Cost":412,"Date":"3/12/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":486,"Cost":277,"Date":"4/19/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":597,"Cost":424,"Date":"5/3/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":331,"Cost":211,"Date":"5/4/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":757,"Cost":476,"Date":"6/8/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":895,"Cost":489,"Date":"6/26/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":86,"Cost":56,"Date":"7/4/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":421,"Cost":242,"Date":"7/13/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":568,"Cost":373,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":310,"Cost":262,"Date":"8/26/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":658,"Cost":525,"Date":"9/2/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":331,"Cost":282,"Date":"9/29/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":41,"Cost":28,"Date":"10/12/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":757,"Cost":395,"Date":"11/2/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":443,"Cost":280,"Date":"11/4/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":45,"Cost":36,"Date":"11/7/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":180,"Cost":133,"Date":"12/1/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":213,"Cost":109,"Date":"12/4/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":957,"Cost":793,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":67,"Cost":36,"Date":"12/18/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":289,"Cost":270,"Date":"12/20/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":266,"Cost":219,"Date":"12/20/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":493,"Cost":371,"Date":"12/21/2019"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":677,"Cost":508,"Date":"1/9/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":524,"Cost":286,"Date":"2/5/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":393,"Cost":349,"Date":"2/16/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":151,"Cost":96,"Date":"2/16/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":281,"Cost":182,"Date":"2/18/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":610,"Cost":441,"Date":"2/22/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":493,"Cost":302,"Date":"2/25/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":229,"Cost":122,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":348,"Cost":258,"Date":"4/2/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":538,"Cost":439,"Date":"4/3/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":802,"Cost":464,"Date":"4/9/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":385,"Cost":341,"Date":"4/10/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":485,"Cost":302,"Date":"4/19/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":367,"Cost":207,"Date":"5/17/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":288,"Cost":151,"Date":"5/22/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":288,"Cost":195,"Date":"6/20/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":961,"Cost":817,"Date":"7/1/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":446,"Cost":251,"Date":"7/4/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":966,"Cost":696,"Date":"7/8/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":981,"Cost":644,"Date":"7/9/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":521,"Cost":402,"Date":"7/14/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":822,"Cost":761,"Date":"7/19/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":142,"Cost":120,"Date":"8/1/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":674,"Cost":609,"Date":"8/6/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":375,"Cost":241,"Date":"8/7/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":565,"Cost":354,"Date":"8/22/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":510,"Cost":382,"Date":"8/31/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":894,"Cost":805,"Date":"9/1/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":137,"Cost":115,"Date":"9/1/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":685,"Cost":644,"Date":"9/17/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":52,"Cost":38,"Date":"9/29/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":411,"Cost":299,"Date":"11/7/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":464,"Cost":243,"Date":"11/26/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":448,"Cost":249,"Date":"11/27/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":338,"Cost":276,"Date":"12/5/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":208,"Cost":143,"Date":"12/26/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":580,"Cost":414,"Date":"12/31/2020"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":477,"Cost":427,"Date":"1/20/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":770,"Cost":397,"Date":"2/2/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":648,"Cost":407,"Date":"2/8/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":231,"Cost":147,"Date":"2/27/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":1000,"Cost":501,"Date":"3/1/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":827,"Cost":459,"Date":"3/1/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":471,"Cost":392,"Date":"3/19/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":203,"Cost":135,"Date":"3/28/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":774,"Cost":719,"Date":"5/21/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":144,"Cost":93,"Date":"7/21/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":481,"Cost":314,"Date":"8/5/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":848,"Cost":558,"Date":"8/12/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":301,"Cost":178,"Date":"8/21/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":379,"Cost":197,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":658,"Cost":496,"Date":"9/3/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":909,"Cost":576,"Date":"9/5/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":955,"Cost":498,"Date":"10/6/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":499,"Cost":380,"Date":"10/19/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":94,"Cost":52,"Date":"11/15/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":497,"Cost":392,"Date":"12/8/2021"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":163,"Cost":105,"Date":"1/8/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":440,"Cost":308,"Date":"1/14/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":692,"Cost":413,"Date":"1/19/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":160,"Cost":145,"Date":"1/28/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":960,"Cost":688,"Date":"1/31/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":869,"Cost":708,"Date":"3/27/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":488,"Cost":441,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":503,"Cost":369,"Date":"4/24/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":971,"Cost":542,"Date":"4/28/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":828,"Cost":520,"Date":"5/15/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":664,"Cost":556,"Date":"5/16/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":399,"Cost":212,"Date":"5/18/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":370,"Cost":226,"Date":"6/2/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":122,"Cost":78,"Date":"6/3/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":665,"Cost":407,"Date":"6/5/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":432,"Cost":262,"Date":"6/7/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":637,"Cost":601,"Date":"6/14/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":647,"Cost":480,"Date":"6/20/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":365,"Cost":233,"Date":"6/24/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":189,"Cost":137,"Date":"7/4/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":287,"Cost":265,"Date":"7/9/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":826,"Cost":773,"Date":"7/12/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":47,"Cost":42,"Date":"8/14/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":303,"Cost":259,"Date":"8/16/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":287,"Cost":238,"Date":"8/23/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":410,"Cost":383,"Date":"9/2/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":656,"Cost":439,"Date":"9/3/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":552,"Cost":458,"Date":"9/16/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":57,"Cost":52,"Date":"10/4/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":605,"Cost":539,"Date":"11/1/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":575,"Cost":430,"Date":"11/2/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":831,"Cost":545,"Date":"12/17/2022"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":59,"Cost":48,"Date":"2/10/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":640,"Cost":326,"Date":"2/28/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":459,"Cost":294,"Date":"3/4/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":244,"Cost":205,"Date":"3/9/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":454,"Cost":297,"Date":"3/9/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":913,"Cost":725,"Date":"3/11/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":185,"Cost":121,"Date":"3/17/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":537,"Cost":360,"Date":"3/17/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":995,"Cost":938,"Date":"3/23/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":402,"Cost":264,"Date":"4/1/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":787,"Cost":666,"Date":"5/7/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":126,"Cost":70,"Date":"5/10/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":898,"Cost":591,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":12,"Cost":11,"Date":"6/2/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":596,"Cost":313,"Date":"6/11/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":496,"Cost":273,"Date":"6/16/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":670,"Cost":468,"Date":"6/16/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":974,"Cost":617,"Date":"7/10/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":140,"Cost":72,"Date":"7/11/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":759,"Cost":493,"Date":"8/28/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":17,"Cost":12,"Date":"8/29/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":578,"Cost":341,"Date":"8/31/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":592,"Cost":343,"Date":"9/8/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":564,"Cost":426,"Date":"9/13/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":482,"Cost":423,"Date":"9/14/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":883,"Cost":799,"Date":"9/19/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":25,"Cost":15,"Date":"9/25/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":610,"Cost":421,"Date":"10/4/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":366,"Cost":305,"Date":"10/10/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":609,"Cost":489,"Date":"10/17/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":811,"Cost":462,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":52,"Cost":30,"Date":"10/30/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":580,"Cost":340,"Date":"11/1/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":914,"Cost":862,"Date":"11/15/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":583,"Cost":391,"Date":"11/25/2023"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":670,"Cost":604,"Date":"1/10/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":937,"Cost":831,"Date":"1/14/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":330,"Cost":266,"Date":"1/20/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":113,"Cost":67,"Date":"2/8/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":465,"Cost":402,"Date":"2/25/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":637,"Cost":546,"Date":"3/7/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":974,"Cost":885,"Date":"3/14/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":841,"Cost":546,"Date":"3/27/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":63,"Cost":40,"Date":"4/5/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":15,"Cost":14,"Date":"4/14/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":4,"Cost":2,"Date":"5/3/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":952,"Cost":689,"Date":"5/9/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":800,"Cost":579,"Date":"5/15/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":704,"Cost":563,"Date":"5/25/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":11,"Cost":11,"Date":"5/26/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":181,"Cost":95,"Date":"5/31/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":128,"Cost":77,"Date":"7/27/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":571,"Cost":328,"Date":"9/17/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":873,"Cost":740,"Date":"10/6/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":985,"Cost":832,"Date":"10/8/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":579,"Cost":400,"Date":"10/26/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":251,"Cost":142,"Date":"11/16/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":591,"Cost":365,"Date":"11/18/2024"},{"Store":"Tokyo Midtown","Brand":"HM","Country":"Japan","Sale":719,"Cost":528,"Date":"12/1/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":978,"Cost":494,"Date":"2/9/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":662,"Cost":461,"Date":"2/11/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":702,"Cost":568,"Date":"3/10/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":505,"Cost":307,"Date":"3/16/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":823,"Cost":570,"Date":"3/18/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":212,"Cost":181,"Date":"3/20/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":413,"Cost":304,"Date":"3/26/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":819,"Cost":682,"Date":"6/2/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":501,"Cost":336,"Date":"6/10/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":501,"Cost":382,"Date":"6/16/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":150,"Cost":125,"Date":"6/25/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":308,"Cost":205,"Date":"7/19/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":392,"Cost":236,"Date":"7/21/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":287,"Cost":158,"Date":"7/25/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":158,"Cost":104,"Date":"8/4/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":287,"Cost":174,"Date":"9/2/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":354,"Cost":207,"Date":"9/4/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":954,"Cost":843,"Date":"9/19/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":97,"Cost":74,"Date":"9/29/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":671,"Cost":558,"Date":"10/2/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":463,"Cost":379,"Date":"10/15/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":452,"Cost":246,"Date":"10/30/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":730,"Cost":664,"Date":"11/9/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":560,"Cost":516,"Date":"11/23/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":72,"Cost":53,"Date":"11/30/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":246,"Cost":179,"Date":"12/8/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":934,"Cost":567,"Date":"12/11/2018"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":528,"Cost":324,"Date":"1/15/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":44,"Cost":30,"Date":"1/24/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":875,"Cost":621,"Date":"2/3/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":410,"Cost":205,"Date":"2/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":781,"Cost":547,"Date":"3/9/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":41,"Cost":21,"Date":"3/12/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":185,"Cost":100,"Date":"4/19/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":722,"Cost":591,"Date":"5/3/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":686,"Cost":487,"Date":"5/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":19,"Cost":11,"Date":"6/8/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":161,"Cost":85,"Date":"6/26/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":294,"Cost":246,"Date":"7/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":216,"Cost":193,"Date":"7/13/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":432,"Cost":320,"Date":"8/8/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":249,"Cost":192,"Date":"8/26/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":976,"Cost":927,"Date":"9/2/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":763,"Cost":525,"Date":"9/29/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":911,"Cost":463,"Date":"10/12/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":66,"Cost":62,"Date":"11/2/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":825,"Cost":421,"Date":"11/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":167,"Cost":107,"Date":"11/7/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":186,"Cost":111,"Date":"12/1/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":474,"Cost":340,"Date":"12/4/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":321,"Cost":215,"Date":"12/7/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":82,"Cost":68,"Date":"12/18/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":983,"Cost":744,"Date":"12/20/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":343,"Cost":238,"Date":"12/20/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":681,"Cost":522,"Date":"12/21/2019"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":83,"Cost":67,"Date":"1/9/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":72,"Cost":57,"Date":"2/5/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":592,"Cost":315,"Date":"2/16/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":25,"Cost":22,"Date":"2/16/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":852,"Cost":434,"Date":"2/18/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":333,"Cost":198,"Date":"2/22/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":548,"Cost":477,"Date":"2/25/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":4,"Cost":3,"Date":"3/8/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":574,"Cost":295,"Date":"4/2/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":629,"Cost":504,"Date":"4/3/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":635,"Cost":335,"Date":"4/9/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":212,"Cost":135,"Date":"4/10/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":889,"Cost":675,"Date":"4/19/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":349,"Cost":252,"Date":"5/17/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":257,"Cost":231,"Date":"5/22/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":459,"Cost":232,"Date":"6/20/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":671,"Cost":409,"Date":"7/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":559,"Cost":498,"Date":"7/4/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":465,"Cost":334,"Date":"7/8/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":222,"Cost":157,"Date":"7/9/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":53,"Cost":38,"Date":"7/14/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":908,"Cost":641,"Date":"7/19/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":744,"Cost":683,"Date":"8/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":810,"Cost":550,"Date":"8/6/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":727,"Cost":521,"Date":"8/7/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":818,"Cost":704,"Date":"8/22/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":561,"Cost":301,"Date":"8/31/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":586,"Cost":408,"Date":"9/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":946,"Cost":653,"Date":"9/1/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":293,"Cost":264,"Date":"9/17/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":919,"Cost":834,"Date":"9/29/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":28,"Cost":22,"Date":"11/7/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":595,"Cost":353,"Date":"11/26/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":496,"Cost":456,"Date":"11/27/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":286,"Cost":192,"Date":"12/5/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":193,"Cost":138,"Date":"12/26/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":986,"Cost":864,"Date":"12/31/2020"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":925,"Cost":841,"Date":"1/20/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":303,"Cost":198,"Date":"2/2/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":264,"Cost":203,"Date":"2/8/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":252,"Cost":224,"Date":"2/27/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":717,"Cost":458,"Date":"3/1/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":204,"Cost":124,"Date":"3/1/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":343,"Cost":193,"Date":"3/19/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":912,"Cost":485,"Date":"3/28/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":717,"Cost":371,"Date":"5/21/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":76,"Cost":69,"Date":"7/21/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":685,"Cost":465,"Date":"8/5/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":855,"Cost":488,"Date":"8/12/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":133,"Cost":113,"Date":"8/21/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":681,"Cost":434,"Date":"8/23/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":565,"Cost":473,"Date":"9/3/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":543,"Cost":297,"Date":"9/5/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":364,"Cost":272,"Date":"10/6/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":524,"Cost":283,"Date":"10/19/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":690,"Cost":455,"Date":"11/15/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":937,"Cost":772,"Date":"12/8/2021"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":756,"Cost":640,"Date":"1/8/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":784,"Cost":459,"Date":"1/14/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":941,"Cost":693,"Date":"1/19/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":271,"Cost":147,"Date":"1/28/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":771,"Cost":413,"Date":"1/31/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":712,"Cost":617,"Date":"3/27/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":252,"Cost":135,"Date":"4/20/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":99,"Cost":94,"Date":"4/24/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":644,"Cost":571,"Date":"4/28/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":314,"Cost":161,"Date":"5/15/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":602,"Cost":504,"Date":"5/16/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":950,"Cost":762,"Date":"5/18/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":517,"Cost":381,"Date":"6/2/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":447,"Cost":233,"Date":"6/3/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":469,"Cost":432,"Date":"6/5/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":818,"Cost":690,"Date":"6/7/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":32,"Cost":30,"Date":"6/14/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":611,"Cost":439,"Date":"6/20/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":954,"Cost":765,"Date":"6/24/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":907,"Cost":603,"Date":"7/4/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":546,"Cost":385,"Date":"7/9/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":439,"Cost":281,"Date":"7/12/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":435,"Cost":236,"Date":"8/14/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":540,"Cost":434,"Date":"8/16/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":426,"Cost":328,"Date":"8/23/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":115,"Cost":68,"Date":"9/2/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":355,"Cost":247,"Date":"9/3/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":368,"Cost":302,"Date":"9/16/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":193,"Cost":178,"Date":"10/4/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":114,"Cost":82,"Date":"11/1/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":268,"Cost":247,"Date":"11/2/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":113,"Cost":100,"Date":"12/17/2022"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":601,"Cost":559,"Date":"2/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":949,"Cost":651,"Date":"2/28/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":142,"Cost":106,"Date":"3/4/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":989,"Cost":715,"Date":"3/9/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":516,"Cost":453,"Date":"3/9/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":989,"Cost":712,"Date":"3/11/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":559,"Cost":373,"Date":"3/17/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":107,"Cost":56,"Date":"3/17/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":578,"Cost":430,"Date":"3/23/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":199,"Cost":178,"Date":"4/1/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":73,"Cost":46,"Date":"5/7/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":915,"Cost":729,"Date":"5/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":106,"Cost":62,"Date":"5/20/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":890,"Cost":804,"Date":"6/2/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":429,"Cost":331,"Date":"6/11/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":319,"Cost":247,"Date":"6/16/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":44,"Cost":22,"Date":"6/16/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":968,"Cost":622,"Date":"7/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":835,"Cost":679,"Date":"7/11/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":831,"Cost":650,"Date":"8/28/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":41,"Cost":39,"Date":"8/29/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":600,"Cost":385,"Date":"8/31/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":668,"Cost":499,"Date":"9/8/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":579,"Cost":297,"Date":"9/13/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":93,"Cost":82,"Date":"9/14/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":21,"Cost":12,"Date":"9/19/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":869,"Cost":690,"Date":"9/25/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":783,"Cost":690,"Date":"10/4/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":775,"Cost":581,"Date":"10/10/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":158,"Cost":140,"Date":"10/17/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":473,"Cost":338,"Date":"10/28/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":49,"Cost":34,"Date":"10/30/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":747,"Cost":394,"Date":"11/1/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":13,"Cost":8,"Date":"11/15/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":745,"Cost":653,"Date":"11/25/2023"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":668,"Cost":567,"Date":"1/10/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":902,"Cost":680,"Date":"1/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":240,"Cost":120,"Date":"1/20/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":215,"Cost":117,"Date":"2/8/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":275,"Cost":243,"Date":"2/25/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":841,"Cost":449,"Date":"3/7/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":990,"Cost":816,"Date":"3/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":680,"Cost":620,"Date":"3/27/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":892,"Cost":706,"Date":"4/5/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":811,"Cost":512,"Date":"4/14/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":584,"Cost":437,"Date":"5/3/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":142,"Cost":90,"Date":"5/9/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":758,"Cost":437,"Date":"5/15/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":674,"Cost":349,"Date":"5/25/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":946,"Cost":695,"Date":"5/26/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":882,"Cost":560,"Date":"5/31/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":997,"Cost":906,"Date":"7/27/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":797,"Cost":493,"Date":"9/17/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":888,"Cost":810,"Date":"10/6/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":869,"Cost":800,"Date":"10/8/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":838,"Cost":665,"Date":"10/26/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":262,"Cost":221,"Date":"11/16/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":95,"Cost":50,"Date":"11/18/2024"},{"Store":"Tokyo Midtown","Brand":"Nova","Country":"Japan","Sale":751,"Cost":426,"Date":"12/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":326,"Cost":273,"Date":"2/9/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":317,"Cost":240,"Date":"2/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":955,"Cost":636,"Date":"3/10/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":816,"Cost":585,"Date":"3/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":389,"Cost":263,"Date":"3/18/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":721,"Cost":408,"Date":"3/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":461,"Cost":388,"Date":"3/26/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":461,"Date":"6/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":259,"Cost":240,"Date":"6/10/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":913,"Cost":480,"Date":"6/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":48,"Cost":24,"Date":"6/25/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":445,"Cost":402,"Date":"7/19/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":613,"Cost":554,"Date":"7/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":96,"Cost":76,"Date":"7/25/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":706,"Cost":405,"Date":"8/4/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":676,"Cost":525,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":777,"Cost":615,"Date":"9/4/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":914,"Cost":679,"Date":"9/19/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":291,"Cost":234,"Date":"9/29/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":404,"Cost":252,"Date":"10/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":712,"Cost":471,"Date":"10/15/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":239,"Cost":134,"Date":"10/30/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":711,"Cost":604,"Date":"11/9/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":634,"Cost":503,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":168,"Cost":145,"Date":"11/30/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":297,"Cost":260,"Date":"12/8/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":76,"Cost":64,"Date":"12/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":197,"Cost":124,"Date":"1/15/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":704,"Cost":550,"Date":"1/24/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":231,"Cost":167,"Date":"2/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":562,"Cost":317,"Date":"2/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":547,"Cost":507,"Date":"3/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":769,"Cost":727,"Date":"3/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":117,"Cost":106,"Date":"4/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":894,"Cost":732,"Date":"5/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":938,"Cost":767,"Date":"5/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":893,"Cost":526,"Date":"6/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":309,"Cost":182,"Date":"6/26/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":506,"Cost":456,"Date":"7/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":493,"Cost":454,"Date":"7/13/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":985,"Cost":842,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":760,"Cost":544,"Date":"8/26/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":902,"Cost":812,"Date":"9/2/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":167,"Cost":137,"Date":"9/29/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":880,"Cost":580,"Date":"10/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":716,"Cost":640,"Date":"11/2/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":272,"Cost":242,"Date":"11/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":248,"Cost":144,"Date":"11/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":579,"Cost":529,"Date":"12/1/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":435,"Cost":223,"Date":"12/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":311,"Cost":250,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":813,"Cost":538,"Date":"12/18/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":605,"Cost":448,"Date":"12/20/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":119,"Cost":98,"Date":"12/20/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":361,"Cost":301,"Date":"12/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":741,"Cost":450,"Date":"1/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":732,"Cost":384,"Date":"2/5/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":518,"Cost":371,"Date":"2/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":633,"Cost":468,"Date":"2/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":844,"Cost":464,"Date":"2/18/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":421,"Cost":366,"Date":"2/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":21,"Cost":18,"Date":"2/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":195,"Cost":160,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":232,"Cost":127,"Date":"4/2/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":87,"Cost":58,"Date":"4/3/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":609,"Cost":338,"Date":"4/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":656,"Cost":418,"Date":"4/10/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":921,"Cost":725,"Date":"4/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":205,"Cost":153,"Date":"5/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":718,"Cost":651,"Date":"5/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":412,"Cost":209,"Date":"6/20/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":461,"Cost":366,"Date":"7/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":934,"Cost":777,"Date":"7/4/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":627,"Cost":565,"Date":"7/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":995,"Cost":553,"Date":"7/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":621,"Cost":539,"Date":"7/14/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":308,"Cost":248,"Date":"7/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":503,"Cost":467,"Date":"8/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":701,"Cost":607,"Date":"8/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":821,"Cost":686,"Date":"8/7/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":965,"Cost":817,"Date":"8/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":66,"Cost":51,"Date":"8/31/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":660,"Cost":413,"Date":"9/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":285,"Cost":239,"Date":"9/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":697,"Cost":579,"Date":"9/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":172,"Cost":102,"Date":"9/29/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":745,"Cost":485,"Date":"11/7/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":634,"Cost":438,"Date":"11/26/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":81,"Cost":69,"Date":"11/27/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":667,"Cost":349,"Date":"12/5/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":935,"Cost":640,"Date":"12/26/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":78,"Cost":45,"Date":"12/31/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":631,"Cost":418,"Date":"1/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":897,"Cost":621,"Date":"2/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":131,"Cost":101,"Date":"2/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":115,"Cost":85,"Date":"2/27/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":239,"Cost":223,"Date":"3/1/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":292,"Cost":190,"Date":"3/1/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":507,"Cost":338,"Date":"3/19/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":795,"Cost":704,"Date":"3/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":662,"Cost":409,"Date":"5/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":393,"Cost":229,"Date":"7/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":319,"Cost":222,"Date":"8/5/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":681,"Cost":354,"Date":"8/12/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":219,"Cost":135,"Date":"8/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":541,"Cost":273,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":8,"Cost":4,"Date":"9/3/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":814,"Cost":589,"Date":"9/5/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":766,"Cost":473,"Date":"10/6/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":520,"Cost":428,"Date":"10/19/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":615,"Cost":496,"Date":"11/15/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":479,"Cost":240,"Date":"12/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":238,"Cost":136,"Date":"1/8/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":563,"Cost":505,"Date":"1/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":560,"Cost":283,"Date":"1/19/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":597,"Cost":457,"Date":"1/28/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":172,"Cost":140,"Date":"1/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":31,"Cost":20,"Date":"3/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":647,"Cost":475,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":971,"Cost":798,"Date":"4/24/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":730,"Cost":687,"Date":"4/28/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":565,"Cost":362,"Date":"5/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":736,"Cost":536,"Date":"5/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":866,"Cost":638,"Date":"5/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":608,"Cost":377,"Date":"6/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":296,"Cost":274,"Date":"6/3/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":339,"Cost":292,"Date":"6/5/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":972,"Cost":539,"Date":"6/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":642,"Cost":340,"Date":"6/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":149,"Cost":89,"Date":"6/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":296,"Cost":220,"Date":"6/24/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":169,"Cost":124,"Date":"7/4/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":69,"Cost":49,"Date":"7/9/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":870,"Cost":574,"Date":"7/12/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":525,"Cost":299,"Date":"8/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":661,"Cost":360,"Date":"8/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":703,"Cost":667,"Date":"8/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":800,"Cost":702,"Date":"9/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":101,"Cost":95,"Date":"9/3/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":587,"Cost":488,"Date":"9/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":572,"Cost":299,"Date":"10/4/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":782,"Cost":629,"Date":"11/1/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":601,"Cost":360,"Date":"11/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":710,"Cost":569,"Date":"12/17/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":843,"Cost":563,"Date":"2/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":392,"Cost":236,"Date":"2/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":230,"Cost":214,"Date":"3/4/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":123,"Cost":77,"Date":"3/9/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":179,"Cost":92,"Date":"3/9/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":803,"Cost":737,"Date":"3/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":702,"Cost":427,"Date":"3/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":386,"Cost":290,"Date":"3/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":149,"Cost":126,"Date":"3/23/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":530,"Cost":398,"Date":"4/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":347,"Cost":183,"Date":"5/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":599,"Cost":318,"Date":"5/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":797,"Cost":697,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":182,"Cost":156,"Date":"6/2/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":875,"Cost":813,"Date":"6/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":943,"Cost":739,"Date":"6/16/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":500,"Cost":436,"Date":"6/16/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":949,"Cost":884,"Date":"7/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":163,"Cost":143,"Date":"7/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":22,"Cost":18,"Date":"8/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":884,"Cost":761,"Date":"8/29/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":405,"Cost":245,"Date":"8/31/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":458,"Cost":267,"Date":"9/8/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":588,"Cost":517,"Date":"9/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":289,"Cost":235,"Date":"9/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":637,"Cost":570,"Date":"9/19/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":639,"Cost":348,"Date":"9/25/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":630,"Cost":435,"Date":"10/4/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":770,"Cost":403,"Date":"10/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":737,"Cost":433,"Date":"10/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":851,"Cost":665,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":353,"Cost":331,"Date":"10/30/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":206,"Cost":104,"Date":"11/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":229,"Cost":140,"Date":"11/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":257,"Cost":133,"Date":"11/25/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":252,"Cost":180,"Date":"1/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":901,"Cost":667,"Date":"1/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":439,"Cost":356,"Date":"1/20/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":820,"Cost":507,"Date":"2/8/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":578,"Cost":315,"Date":"2/25/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":949,"Cost":683,"Date":"3/7/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":626,"Cost":348,"Date":"3/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":290,"Cost":177,"Date":"3/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":836,"Cost":464,"Date":"4/5/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":152,"Cost":124,"Date":"4/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":437,"Cost":292,"Date":"5/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":297,"Cost":222,"Date":"5/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":948,"Cost":709,"Date":"5/15/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":286,"Cost":259,"Date":"5/25/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":611,"Cost":416,"Date":"5/26/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":262,"Cost":196,"Date":"5/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":721,"Cost":616,"Date":"7/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":523,"Cost":383,"Date":"9/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":982,"Cost":524,"Date":"10/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":116,"Cost":88,"Date":"10/8/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":501,"Cost":407,"Date":"10/26/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":841,"Cost":732,"Date":"11/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":86,"Cost":48,"Date":"11/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":750,"Cost":567,"Date":"12/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":433,"Cost":346,"Date":"2/9/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":860,"Cost":539,"Date":"2/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":973,"Cost":607,"Date":"3/10/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":721,"Cost":643,"Date":"3/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":681,"Cost":533,"Date":"3/18/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":533,"Cost":375,"Date":"3/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":419,"Date":"3/26/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":910,"Cost":666,"Date":"6/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":843,"Cost":448,"Date":"6/10/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":159,"Cost":93,"Date":"6/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":367,"Cost":221,"Date":"6/25/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":283,"Cost":219,"Date":"7/19/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":364,"Cost":233,"Date":"7/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":486,"Cost":390,"Date":"7/25/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":931,"Cost":497,"Date":"8/4/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":321,"Cost":282,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":535,"Cost":492,"Date":"9/4/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":983,"Cost":648,"Date":"9/19/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":54,"Cost":29,"Date":"9/29/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":871,"Cost":664,"Date":"10/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":279,"Cost":253,"Date":"10/15/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":463,"Cost":397,"Date":"10/30/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":513,"Cost":260,"Date":"11/9/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":371,"Cost":349,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":83,"Cost":76,"Date":"11/30/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":90,"Cost":70,"Date":"12/8/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":65,"Cost":60,"Date":"12/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":937,"Cost":658,"Date":"1/15/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":853,"Cost":462,"Date":"1/24/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":186,"Date":"2/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":697,"Cost":539,"Date":"2/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":583,"Cost":475,"Date":"3/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":92,"Cost":78,"Date":"3/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":225,"Cost":120,"Date":"4/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":26,"Cost":23,"Date":"5/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":437,"Cost":222,"Date":"5/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":495,"Cost":329,"Date":"6/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":822,"Cost":467,"Date":"6/26/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":385,"Date":"7/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":296,"Cost":187,"Date":"7/13/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":269,"Cost":195,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":322,"Cost":258,"Date":"8/26/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":288,"Cost":174,"Date":"9/2/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":406,"Cost":339,"Date":"9/29/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":368,"Cost":185,"Date":"10/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":508,"Cost":435,"Date":"11/2/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":781,"Cost":703,"Date":"11/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":994,"Cost":636,"Date":"11/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":673,"Cost":535,"Date":"12/1/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":353,"Cost":293,"Date":"12/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":223,"Cost":130,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":803,"Cost":482,"Date":"12/18/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":400,"Cost":297,"Date":"12/20/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":267,"Cost":229,"Date":"12/20/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":643,"Cost":409,"Date":"12/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":774,"Cost":655,"Date":"1/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":568,"Date":"2/5/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":968,"Cost":741,"Date":"2/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":51,"Cost":32,"Date":"2/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":357,"Cost":254,"Date":"2/18/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":480,"Cost":350,"Date":"2/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":762,"Cost":647,"Date":"2/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":135,"Cost":109,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":37,"Cost":32,"Date":"4/2/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":428,"Cost":383,"Date":"4/3/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":924,"Cost":652,"Date":"4/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":609,"Cost":312,"Date":"4/10/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":116,"Cost":99,"Date":"4/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":907,"Cost":500,"Date":"5/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":363,"Cost":336,"Date":"5/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":904,"Cost":659,"Date":"6/20/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":59,"Cost":42,"Date":"7/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":731,"Cost":520,"Date":"7/4/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":446,"Cost":376,"Date":"7/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":75,"Cost":45,"Date":"7/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":526,"Date":"7/14/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":863,"Cost":701,"Date":"7/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":437,"Cost":219,"Date":"8/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":89,"Cost":55,"Date":"8/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":166,"Cost":94,"Date":"8/7/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":977,"Cost":558,"Date":"8/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":693,"Cost":426,"Date":"8/31/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":46,"Cost":33,"Date":"9/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":56,"Cost":41,"Date":"9/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":284,"Cost":175,"Date":"9/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":599,"Cost":352,"Date":"9/29/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":201,"Cost":101,"Date":"11/7/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":502,"Cost":264,"Date":"11/26/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":741,"Cost":465,"Date":"11/27/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":419,"Cost":278,"Date":"12/5/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":255,"Cost":183,"Date":"12/26/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":437,"Cost":410,"Date":"12/31/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":930,"Cost":633,"Date":"1/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":573,"Cost":295,"Date":"2/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":170,"Cost":125,"Date":"2/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":13,"Cost":6,"Date":"2/27/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":7,"Cost":4,"Date":"3/1/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":654,"Cost":344,"Date":"3/1/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":827,"Cost":558,"Date":"3/19/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":35,"Cost":27,"Date":"3/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":271,"Cost":160,"Date":"5/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":111,"Cost":61,"Date":"7/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":927,"Cost":529,"Date":"8/5/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":298,"Cost":153,"Date":"8/12/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":796,"Cost":465,"Date":"8/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":994,"Cost":569,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":696,"Cost":427,"Date":"9/3/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":539,"Cost":447,"Date":"9/5/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":372,"Cost":267,"Date":"10/6/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":65,"Cost":40,"Date":"10/19/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":306,"Cost":156,"Date":"11/15/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":100,"Cost":68,"Date":"12/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":705,"Cost":628,"Date":"1/8/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":43,"Cost":31,"Date":"1/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":970,"Cost":829,"Date":"1/19/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":557,"Cost":488,"Date":"1/28/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":392,"Cost":230,"Date":"1/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":468,"Cost":312,"Date":"3/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":429,"Cost":308,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":957,"Cost":523,"Date":"4/24/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":593,"Cost":391,"Date":"4/28/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":639,"Cost":584,"Date":"5/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":700,"Cost":384,"Date":"5/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":568,"Cost":444,"Date":"5/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":182,"Cost":102,"Date":"6/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":347,"Cost":235,"Date":"6/3/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":106,"Cost":73,"Date":"6/5/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":960,"Cost":516,"Date":"6/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":391,"Cost":338,"Date":"6/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":646,"Cost":531,"Date":"6/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":376,"Cost":201,"Date":"6/24/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":124,"Cost":86,"Date":"7/4/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":433,"Cost":352,"Date":"7/9/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":496,"Date":"7/12/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":243,"Cost":179,"Date":"8/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":308,"Cost":244,"Date":"8/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":557,"Cost":423,"Date":"8/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":380,"Cost":328,"Date":"9/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":457,"Cost":349,"Date":"9/3/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":788,"Cost":659,"Date":"9/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":162,"Cost":95,"Date":"10/4/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":546,"Cost":295,"Date":"11/1/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":531,"Cost":330,"Date":"11/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":877,"Cost":801,"Date":"12/17/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":675,"Cost":411,"Date":"2/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":758,"Cost":500,"Date":"2/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":26,"Cost":14,"Date":"3/4/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":456,"Cost":314,"Date":"3/9/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":226,"Cost":180,"Date":"3/9/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":5,"Cost":5,"Date":"3/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":34,"Cost":32,"Date":"3/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":395,"Cost":363,"Date":"3/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":723,"Cost":527,"Date":"3/23/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":596,"Cost":429,"Date":"4/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":883,"Cost":631,"Date":"5/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":456,"Cost":285,"Date":"5/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":871,"Cost":818,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":724,"Cost":565,"Date":"6/2/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":159,"Cost":83,"Date":"6/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":870,"Cost":537,"Date":"6/16/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":389,"Cost":220,"Date":"6/16/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":347,"Cost":297,"Date":"7/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":444,"Cost":298,"Date":"7/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":971,"Cost":839,"Date":"8/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":941,"Cost":859,"Date":"8/29/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":957,"Cost":902,"Date":"8/31/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":801,"Cost":502,"Date":"9/8/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":512,"Cost":483,"Date":"9/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":132,"Cost":116,"Date":"9/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":20,"Cost":13,"Date":"9/19/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":399,"Cost":340,"Date":"9/25/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":26,"Cost":24,"Date":"10/4/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":455,"Cost":260,"Date":"10/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":629,"Cost":525,"Date":"10/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":912,"Cost":603,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":98,"Cost":90,"Date":"10/30/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":453,"Cost":395,"Date":"11/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":186,"Cost":115,"Date":"11/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":436,"Cost":263,"Date":"11/25/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":801,"Cost":460,"Date":"1/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":236,"Date":"1/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":595,"Cost":534,"Date":"1/20/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":605,"Cost":342,"Date":"2/8/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":54,"Cost":43,"Date":"2/25/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":384,"Cost":202,"Date":"3/7/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":111,"Cost":92,"Date":"3/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":977,"Cost":584,"Date":"3/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":994,"Cost":874,"Date":"4/5/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":629,"Cost":472,"Date":"4/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":168,"Cost":150,"Date":"5/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":503,"Cost":301,"Date":"5/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":840,"Cost":456,"Date":"5/15/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":874,"Cost":476,"Date":"5/25/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":312,"Cost":251,"Date":"5/26/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":212,"Cost":146,"Date":"5/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":614,"Cost":353,"Date":"7/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":297,"Cost":245,"Date":"9/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":835,"Cost":660,"Date":"10/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":912,"Cost":727,"Date":"10/8/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":320,"Cost":165,"Date":"10/26/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":785,"Cost":433,"Date":"11/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":863,"Cost":448,"Date":"11/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"ARKET","Country":"Japan","Sale":623,"Cost":442,"Date":"12/1/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":102,"Cost":91,"Date":"2/9/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":751,"Cost":621,"Date":"2/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":775,"Cost":581,"Date":"3/10/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":749,"Cost":646,"Date":"3/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":278,"Cost":225,"Date":"3/18/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":899,"Cost":707,"Date":"3/20/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":689,"Cost":374,"Date":"3/26/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":926,"Cost":552,"Date":"6/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":769,"Date":"6/10/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":913,"Cost":497,"Date":"6/16/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":674,"Cost":566,"Date":"6/25/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":622,"Cost":426,"Date":"7/19/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":275,"Cost":211,"Date":"7/21/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":439,"Date":"7/25/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":454,"Cost":362,"Date":"8/4/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":349,"Cost":287,"Date":"9/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":495,"Cost":312,"Date":"9/4/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":22,"Cost":17,"Date":"9/19/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":470,"Cost":314,"Date":"9/29/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":74,"Cost":38,"Date":"10/2/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":350,"Cost":268,"Date":"10/15/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":187,"Cost":116,"Date":"10/30/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":540,"Cost":356,"Date":"11/9/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":583,"Cost":368,"Date":"11/23/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":523,"Cost":464,"Date":"11/30/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":953,"Cost":788,"Date":"12/8/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":48,"Cost":26,"Date":"12/11/2018"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":649,"Cost":325,"Date":"1/15/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":969,"Cost":657,"Date":"1/24/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":646,"Cost":516,"Date":"2/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":280,"Cost":187,"Date":"2/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":300,"Cost":204,"Date":"3/9/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":842,"Cost":578,"Date":"3/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":469,"Cost":360,"Date":"4/19/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":410,"Cost":227,"Date":"5/3/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":71,"Cost":61,"Date":"5/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":171,"Cost":87,"Date":"6/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":780,"Cost":705,"Date":"6/26/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":421,"Cost":357,"Date":"7/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":309,"Cost":199,"Date":"7/13/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":332,"Cost":175,"Date":"8/8/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":79,"Cost":48,"Date":"8/26/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":933,"Cost":560,"Date":"9/2/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":932,"Cost":516,"Date":"9/29/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":1,"Cost":1,"Date":"10/12/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":769,"Cost":385,"Date":"11/2/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":985,"Cost":575,"Date":"11/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":441,"Cost":295,"Date":"11/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":583,"Cost":516,"Date":"12/1/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":119,"Cost":107,"Date":"12/4/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":215,"Cost":156,"Date":"12/7/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":113,"Cost":104,"Date":"12/18/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":619,"Cost":311,"Date":"12/20/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":812,"Cost":531,"Date":"12/20/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":367,"Cost":276,"Date":"12/21/2019"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":763,"Cost":546,"Date":"1/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":988,"Cost":666,"Date":"2/5/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":991,"Cost":900,"Date":"2/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":525,"Cost":384,"Date":"2/16/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":484,"Cost":297,"Date":"2/18/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":389,"Cost":259,"Date":"2/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":482,"Cost":338,"Date":"2/25/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":818,"Cost":637,"Date":"3/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":922,"Cost":475,"Date":"4/2/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":686,"Cost":453,"Date":"4/3/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":320,"Cost":269,"Date":"4/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":154,"Cost":102,"Date":"4/10/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":66,"Cost":59,"Date":"4/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":87,"Cost":74,"Date":"5/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":860,"Cost":519,"Date":"5/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":634,"Cost":447,"Date":"6/20/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":466,"Cost":270,"Date":"7/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":758,"Cost":590,"Date":"7/4/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":431,"Cost":381,"Date":"7/8/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":710,"Cost":445,"Date":"7/9/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":213,"Cost":151,"Date":"7/14/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":726,"Date":"7/19/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":692,"Cost":363,"Date":"8/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":812,"Cost":674,"Date":"8/6/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":864,"Cost":615,"Date":"8/7/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":393,"Cost":228,"Date":"8/22/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":82,"Cost":49,"Date":"8/31/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":691,"Cost":407,"Date":"9/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":61,"Cost":31,"Date":"9/1/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":294,"Cost":197,"Date":"9/17/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":46,"Cost":39,"Date":"9/29/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":170,"Cost":97,"Date":"11/7/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":389,"Cost":264,"Date":"11/26/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":232,"Cost":184,"Date":"11/27/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":36,"Cost":31,"Date":"12/5/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":710,"Cost":596,"Date":"12/26/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":481,"Cost":445,"Date":"12/31/2020"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":835,"Cost":607,"Date":"1/20/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":728,"Cost":496,"Date":"2/2/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":385,"Cost":221,"Date":"2/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":334,"Cost":188,"Date":"2/27/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":377,"Cost":313,"Date":"3/1/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":301,"Cost":257,"Date":"3/1/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":329,"Cost":249,"Date":"3/19/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":466,"Cost":341,"Date":"3/28/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":659,"Cost":548,"Date":"5/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":955,"Cost":590,"Date":"7/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":922,"Cost":561,"Date":"8/5/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":977,"Cost":527,"Date":"8/12/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":391,"Cost":269,"Date":"8/21/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":138,"Cost":117,"Date":"8/23/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":8,"Cost":4,"Date":"9/3/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":677,"Cost":535,"Date":"9/5/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":491,"Cost":441,"Date":"10/6/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":895,"Cost":551,"Date":"10/19/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":252,"Cost":233,"Date":"11/15/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":287,"Cost":266,"Date":"12/8/2021"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":298,"Cost":168,"Date":"1/8/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":563,"Cost":481,"Date":"1/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":957,"Cost":614,"Date":"1/19/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":616,"Cost":371,"Date":"1/28/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":962,"Cost":715,"Date":"1/31/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":262,"Cost":165,"Date":"3/27/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":431,"Cost":259,"Date":"4/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":272,"Cost":159,"Date":"4/24/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":991,"Cost":706,"Date":"4/28/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":759,"Cost":530,"Date":"5/15/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":157,"Cost":138,"Date":"5/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":775,"Cost":537,"Date":"5/18/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":925,"Cost":621,"Date":"6/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":803,"Cost":718,"Date":"6/3/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":874,"Cost":810,"Date":"6/5/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":484,"Cost":323,"Date":"6/7/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":28,"Cost":17,"Date":"6/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":666,"Cost":542,"Date":"6/20/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":372,"Cost":215,"Date":"6/24/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":287,"Cost":208,"Date":"7/4/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":240,"Cost":129,"Date":"7/9/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":852,"Cost":769,"Date":"7/12/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":937,"Cost":804,"Date":"8/14/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":232,"Cost":158,"Date":"8/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":959,"Cost":611,"Date":"8/23/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":773,"Cost":703,"Date":"9/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":597,"Date":"9/3/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":405,"Cost":203,"Date":"9/16/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":965,"Cost":614,"Date":"10/4/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":572,"Cost":435,"Date":"11/1/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":527,"Cost":355,"Date":"11/2/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":436,"Cost":271,"Date":"12/17/2022"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":372,"Cost":195,"Date":"2/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":162,"Cost":89,"Date":"2/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":641,"Cost":368,"Date":"3/4/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":715,"Cost":417,"Date":"3/9/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":488,"Date":"3/9/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":331,"Cost":301,"Date":"3/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":709,"Cost":536,"Date":"3/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":8,"Cost":8,"Date":"3/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":618,"Cost":481,"Date":"3/23/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":560,"Cost":448,"Date":"4/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":777,"Cost":457,"Date":"5/7/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":154,"Cost":129,"Date":"5/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":886,"Cost":470,"Date":"5/20/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":913,"Cost":865,"Date":"6/2/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":137,"Cost":74,"Date":"6/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":69,"Date":"6/16/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":319,"Cost":276,"Date":"6/16/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":517,"Date":"7/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":300,"Cost":183,"Date":"7/11/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":528,"Date":"8/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":375,"Cost":318,"Date":"8/29/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":500,"Cost":421,"Date":"8/31/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":688,"Cost":354,"Date":"9/8/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":914,"Cost":688,"Date":"9/13/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":332,"Cost":236,"Date":"9/14/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":568,"Cost":381,"Date":"9/19/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":198,"Cost":166,"Date":"9/25/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":549,"Cost":432,"Date":"10/4/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":142,"Cost":118,"Date":"10/10/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":50,"Date":"10/17/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":156,"Cost":86,"Date":"10/28/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":349,"Cost":319,"Date":"10/30/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":658,"Cost":567,"Date":"11/1/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":543,"Cost":481,"Date":"11/15/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":105,"Cost":65,"Date":"11/25/2023"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":168,"Cost":151,"Date":"1/10/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":222,"Cost":171,"Date":"1/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":9,"Cost":5,"Date":"1/20/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":205,"Cost":159,"Date":"2/8/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":365,"Cost":184,"Date":"2/25/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":831,"Cost":458,"Date":"3/7/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":945,"Cost":568,"Date":"3/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":363,"Cost":263,"Date":"3/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":138,"Cost":87,"Date":"4/5/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":57,"Cost":33,"Date":"4/14/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":455,"Cost":339,"Date":"5/3/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":421,"Cost":290,"Date":"5/9/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":944,"Cost":820,"Date":"5/15/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":844,"Cost":713,"Date":"5/25/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":765,"Cost":426,"Date":"5/26/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":896,"Cost":608,"Date":"5/31/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":406,"Cost":312,"Date":"7/27/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":534,"Cost":506,"Date":"9/17/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":780,"Cost":462,"Date":"10/6/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":717,"Date":"10/8/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":525,"Cost":286,"Date":"10/26/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":771,"Cost":565,"Date":"11/16/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":223,"Cost":162,"Date":"11/18/2024"},{"Store":"Roppongi Hills, Tokyo","Brand":"HM Home","Country":"Japan","Sale":644,"Cost":528,"Date":"12/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":483,"Cost":399,"Date":"2/9/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":2,"Cost":1,"Date":"2/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":17,"Cost":14,"Date":"3/10/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":938,"Cost":622,"Date":"3/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":191,"Cost":154,"Date":"3/18/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":864,"Cost":520,"Date":"3/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":786,"Cost":614,"Date":"3/26/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":822,"Cost":656,"Date":"6/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":636,"Cost":377,"Date":"6/10/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":788,"Cost":586,"Date":"6/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":765,"Cost":696,"Date":"6/25/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":346,"Cost":284,"Date":"7/19/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":127,"Cost":119,"Date":"7/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":383,"Cost":216,"Date":"7/25/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":624,"Cost":350,"Date":"8/4/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":830,"Cost":646,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":663,"Cost":435,"Date":"9/4/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":765,"Cost":473,"Date":"9/19/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":345,"Cost":284,"Date":"9/29/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":408,"Cost":266,"Date":"10/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":688,"Cost":482,"Date":"10/15/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":647,"Cost":541,"Date":"10/30/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":983,"Cost":719,"Date":"11/9/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":375,"Cost":269,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":135,"Cost":115,"Date":"11/30/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":74,"Cost":57,"Date":"12/8/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":399,"Cost":239,"Date":"12/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":647,"Cost":494,"Date":"1/15/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":864,"Cost":735,"Date":"1/24/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":195,"Cost":165,"Date":"2/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":324,"Cost":240,"Date":"2/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":289,"Cost":153,"Date":"3/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":391,"Cost":225,"Date":"3/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":397,"Cost":288,"Date":"4/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":803,"Cost":437,"Date":"5/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":42,"Cost":21,"Date":"5/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":251,"Cost":150,"Date":"6/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":632,"Cost":516,"Date":"6/26/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":841,"Cost":610,"Date":"7/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":353,"Cost":183,"Date":"7/13/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":970,"Cost":765,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":60,"Cost":49,"Date":"8/26/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":749,"Cost":657,"Date":"9/2/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":738,"Cost":409,"Date":"9/29/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":276,"Cost":249,"Date":"10/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":727,"Cost":417,"Date":"11/2/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":645,"Cost":537,"Date":"11/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":839,"Cost":696,"Date":"11/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":441,"Cost":228,"Date":"12/1/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":212,"Cost":119,"Date":"12/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":376,"Cost":260,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":298,"Cost":161,"Date":"12/18/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":211,"Cost":113,"Date":"12/20/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":828,"Cost":526,"Date":"12/20/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":515,"Cost":486,"Date":"12/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":841,"Cost":630,"Date":"1/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":112,"Cost":59,"Date":"2/5/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":142,"Cost":95,"Date":"2/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":880,"Cost":750,"Date":"2/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":576,"Cost":400,"Date":"2/18/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":828,"Cost":541,"Date":"2/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":693,"Cost":464,"Date":"2/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":649,"Cost":388,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":608,"Cost":493,"Date":"4/2/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":626,"Cost":444,"Date":"4/3/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":137,"Cost":127,"Date":"4/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":184,"Cost":155,"Date":"4/10/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":421,"Cost":215,"Date":"4/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":205,"Cost":164,"Date":"5/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":646,"Cost":509,"Date":"5/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":959,"Cost":880,"Date":"6/20/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":615,"Cost":378,"Date":"7/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":444,"Cost":337,"Date":"7/4/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":536,"Cost":291,"Date":"7/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":574,"Cost":506,"Date":"7/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":470,"Cost":273,"Date":"7/14/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":121,"Date":"7/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":146,"Cost":125,"Date":"8/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":414,"Cost":342,"Date":"8/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":683,"Cost":368,"Date":"8/7/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":996,"Cost":756,"Date":"8/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":702,"Cost":490,"Date":"8/31/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":636,"Cost":408,"Date":"9/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":794,"Cost":456,"Date":"9/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":451,"Cost":296,"Date":"9/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":874,"Cost":740,"Date":"9/29/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":971,"Cost":820,"Date":"11/7/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":959,"Cost":528,"Date":"11/26/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":646,"Cost":415,"Date":"11/27/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":834,"Date":"12/5/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":567,"Cost":500,"Date":"12/26/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":202,"Cost":157,"Date":"12/31/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":125,"Cost":73,"Date":"1/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":602,"Cost":503,"Date":"2/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":591,"Cost":298,"Date":"2/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":918,"Cost":763,"Date":"2/27/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":389,"Cost":330,"Date":"3/1/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":259,"Cost":144,"Date":"3/1/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":346,"Cost":313,"Date":"3/19/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":774,"Cost":432,"Date":"3/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":347,"Cost":268,"Date":"5/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":958,"Cost":506,"Date":"7/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":457,"Cost":327,"Date":"8/5/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":351,"Cost":256,"Date":"8/12/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":636,"Cost":542,"Date":"8/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":776,"Cost":557,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":905,"Cost":608,"Date":"9/3/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":816,"Cost":468,"Date":"9/5/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":216,"Cost":143,"Date":"10/6/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":173,"Cost":154,"Date":"10/19/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":660,"Cost":620,"Date":"11/15/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":129,"Cost":101,"Date":"12/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":323,"Cost":225,"Date":"1/8/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":823,"Cost":743,"Date":"1/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":729,"Cost":564,"Date":"1/19/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":839,"Cost":436,"Date":"1/28/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":57,"Cost":43,"Date":"1/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":946,"Cost":666,"Date":"3/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":146,"Cost":114,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":140,"Cost":126,"Date":"4/24/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":574,"Cost":355,"Date":"4/28/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":91,"Cost":45,"Date":"5/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":330,"Cost":210,"Date":"5/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":981,"Cost":674,"Date":"5/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":624,"Cost":480,"Date":"6/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":902,"Cost":829,"Date":"6/3/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":12,"Cost":7,"Date":"6/5/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":106,"Cost":71,"Date":"6/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":14,"Cost":11,"Date":"6/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":647,"Cost":413,"Date":"6/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":323,"Cost":279,"Date":"6/24/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":920,"Cost":735,"Date":"7/4/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":857,"Cost":601,"Date":"7/9/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":917,"Cost":815,"Date":"7/12/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":527,"Cost":487,"Date":"8/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":67,"Cost":38,"Date":"8/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":258,"Cost":225,"Date":"8/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":374,"Cost":277,"Date":"9/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":632,"Cost":423,"Date":"9/3/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":577,"Cost":436,"Date":"9/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":416,"Cost":311,"Date":"10/4/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":253,"Cost":171,"Date":"11/1/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":932,"Cost":809,"Date":"11/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":724,"Cost":536,"Date":"12/17/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":143,"Cost":100,"Date":"2/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":676,"Cost":593,"Date":"2/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":771,"Cost":611,"Date":"3/4/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":875,"Cost":472,"Date":"3/9/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":909,"Cost":731,"Date":"3/9/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":316,"Cost":163,"Date":"3/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":792,"Cost":682,"Date":"3/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":864,"Cost":598,"Date":"3/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":57,"Cost":30,"Date":"3/23/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":242,"Cost":150,"Date":"4/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":860,"Cost":614,"Date":"5/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":320,"Cost":222,"Date":"5/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":588,"Cost":342,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":204,"Cost":136,"Date":"6/2/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":377,"Cost":312,"Date":"6/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":885,"Cost":741,"Date":"6/16/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":621,"Cost":466,"Date":"6/16/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":554,"Cost":505,"Date":"7/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":990,"Cost":906,"Date":"7/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":214,"Cost":121,"Date":"8/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":449,"Cost":230,"Date":"8/29/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":870,"Cost":669,"Date":"8/31/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":706,"Cost":631,"Date":"9/8/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":892,"Cost":823,"Date":"9/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":714,"Cost":605,"Date":"9/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":928,"Cost":467,"Date":"9/19/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":228,"Cost":177,"Date":"9/25/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":557,"Cost":360,"Date":"10/4/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":506,"Date":"10/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":187,"Cost":126,"Date":"10/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":356,"Cost":221,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":165,"Cost":118,"Date":"10/30/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":17,"Cost":9,"Date":"11/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":888,"Cost":561,"Date":"11/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":205,"Cost":148,"Date":"11/25/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":410,"Cost":257,"Date":"1/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":614,"Cost":514,"Date":"1/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":641,"Cost":434,"Date":"1/20/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":690,"Cost":369,"Date":"2/8/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":845,"Cost":771,"Date":"2/25/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":510,"Cost":275,"Date":"3/7/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":613,"Cost":458,"Date":"3/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":561,"Cost":347,"Date":"3/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":95,"Cost":64,"Date":"4/5/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":510,"Cost":348,"Date":"4/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":388,"Cost":241,"Date":"5/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":723,"Cost":632,"Date":"5/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":733,"Cost":491,"Date":"5/15/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":56,"Cost":40,"Date":"5/25/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":69,"Cost":39,"Date":"5/26/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":162,"Cost":139,"Date":"5/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":315,"Cost":247,"Date":"7/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":684,"Cost":514,"Date":"9/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":789,"Cost":427,"Date":"10/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":452,"Cost":317,"Date":"10/8/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":803,"Cost":615,"Date":"10/26/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":756,"Cost":628,"Date":"11/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":155,"Cost":122,"Date":"11/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":590,"Cost":488,"Date":"12/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":944,"Cost":753,"Date":"2/9/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":400,"Cost":342,"Date":"2/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":823,"Cost":674,"Date":"3/10/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":234,"Cost":118,"Date":"3/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":635,"Cost":337,"Date":"3/18/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":80,"Cost":69,"Date":"3/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":922,"Cost":774,"Date":"3/26/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":460,"Cost":383,"Date":"6/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":565,"Cost":335,"Date":"6/10/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":975,"Cost":818,"Date":"6/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":942,"Cost":828,"Date":"6/25/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":48,"Cost":39,"Date":"7/19/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":77,"Cost":40,"Date":"7/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":630,"Cost":476,"Date":"7/25/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":938,"Cost":724,"Date":"8/4/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":435,"Cost":381,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":854,"Cost":524,"Date":"9/4/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":411,"Cost":270,"Date":"9/19/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":717,"Cost":643,"Date":"9/29/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":969,"Cost":756,"Date":"10/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":245,"Cost":221,"Date":"10/15/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":419,"Cost":255,"Date":"10/30/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":468,"Cost":421,"Date":"11/9/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":864,"Cost":820,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":171,"Cost":162,"Date":"11/30/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":516,"Date":"12/8/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":245,"Cost":151,"Date":"12/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":421,"Cost":296,"Date":"1/15/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":318,"Cost":162,"Date":"1/24/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":837,"Cost":593,"Date":"2/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":131,"Cost":94,"Date":"2/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":238,"Cost":185,"Date":"3/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":26,"Cost":13,"Date":"3/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":173,"Cost":115,"Date":"4/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":933,"Cost":771,"Date":"5/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":325,"Date":"5/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":100,"Cost":53,"Date":"6/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":285,"Cost":171,"Date":"6/26/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":61,"Cost":56,"Date":"7/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":574,"Cost":314,"Date":"7/13/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":833,"Cost":642,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":120,"Cost":111,"Date":"8/26/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":894,"Cost":692,"Date":"9/2/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":611,"Cost":336,"Date":"9/29/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":632,"Cost":427,"Date":"10/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":920,"Cost":708,"Date":"11/2/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":772,"Cost":520,"Date":"11/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":386,"Cost":198,"Date":"11/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":738,"Date":"12/1/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":825,"Cost":483,"Date":"12/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":444,"Cost":231,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":177,"Cost":148,"Date":"12/18/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":199,"Cost":139,"Date":"12/20/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":112,"Cost":91,"Date":"12/20/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":65,"Cost":35,"Date":"12/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":211,"Cost":140,"Date":"1/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":146,"Cost":108,"Date":"2/5/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":265,"Cost":191,"Date":"2/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":6,"Cost":5,"Date":"2/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":838,"Cost":714,"Date":"2/18/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":298,"Cost":261,"Date":"2/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":363,"Date":"2/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":737,"Cost":374,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":494,"Cost":380,"Date":"4/2/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":68,"Cost":39,"Date":"4/3/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":39,"Cost":34,"Date":"4/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":183,"Cost":173,"Date":"4/10/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":484,"Cost":445,"Date":"4/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":658,"Cost":618,"Date":"5/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":4,"Cost":2,"Date":"5/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":744,"Cost":633,"Date":"6/20/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":364,"Cost":275,"Date":"7/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":504,"Cost":450,"Date":"7/4/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":86,"Cost":57,"Date":"7/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":322,"Cost":289,"Date":"7/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":871,"Cost":629,"Date":"7/14/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":121,"Cost":96,"Date":"7/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":396,"Cost":264,"Date":"8/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":76,"Cost":58,"Date":"8/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":570,"Cost":471,"Date":"8/7/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":163,"Cost":84,"Date":"8/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":500,"Cost":339,"Date":"8/31/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":202,"Cost":138,"Date":"9/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":577,"Cost":400,"Date":"9/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":138,"Cost":106,"Date":"9/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":520,"Cost":336,"Date":"9/29/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":721,"Cost":647,"Date":"11/7/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":974,"Cost":641,"Date":"11/26/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":542,"Cost":470,"Date":"11/27/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":243,"Cost":142,"Date":"12/5/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":318,"Cost":204,"Date":"12/26/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":620,"Cost":546,"Date":"12/31/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":789,"Cost":701,"Date":"1/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":56,"Cost":51,"Date":"2/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":658,"Date":"2/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":699,"Cost":351,"Date":"2/27/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":743,"Cost":669,"Date":"3/1/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":3,"Cost":2,"Date":"3/1/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":402,"Cost":363,"Date":"3/19/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":198,"Cost":106,"Date":"3/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":337,"Cost":314,"Date":"5/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":82,"Cost":44,"Date":"7/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":737,"Cost":513,"Date":"8/5/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":414,"Cost":360,"Date":"8/12/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":579,"Cost":543,"Date":"8/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":910,"Cost":665,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":19,"Cost":17,"Date":"9/3/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":426,"Cost":359,"Date":"9/5/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":666,"Cost":477,"Date":"10/6/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":745,"Cost":437,"Date":"10/19/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":302,"Cost":153,"Date":"11/15/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":986,"Cost":521,"Date":"12/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":59,"Cost":34,"Date":"1/8/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":263,"Cost":202,"Date":"1/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":560,"Cost":284,"Date":"1/19/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":52,"Cost":39,"Date":"1/28/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":255,"Cost":140,"Date":"1/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":492,"Cost":302,"Date":"3/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":259,"Cost":210,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":92,"Cost":56,"Date":"4/24/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":710,"Cost":408,"Date":"4/28/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":107,"Cost":92,"Date":"5/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":498,"Cost":441,"Date":"5/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":6,"Cost":6,"Date":"5/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":678,"Cost":428,"Date":"6/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":857,"Cost":702,"Date":"6/3/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":10,"Cost":8,"Date":"6/5/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":724,"Cost":478,"Date":"6/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":462,"Cost":290,"Date":"6/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":849,"Cost":488,"Date":"6/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":450,"Cost":291,"Date":"6/24/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":663,"Cost":425,"Date":"7/4/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":152,"Cost":128,"Date":"7/9/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":956,"Cost":497,"Date":"7/12/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":113,"Cost":103,"Date":"8/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":713,"Cost":418,"Date":"8/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":40,"Cost":25,"Date":"8/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":499,"Cost":398,"Date":"9/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":380,"Cost":202,"Date":"9/3/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":330,"Date":"9/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":648,"Cost":521,"Date":"10/4/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":840,"Cost":548,"Date":"11/1/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":166,"Cost":139,"Date":"11/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":234,"Cost":179,"Date":"12/17/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":149,"Cost":76,"Date":"2/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":559,"Cost":518,"Date":"2/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":777,"Cost":537,"Date":"3/4/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":296,"Cost":186,"Date":"3/9/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":621,"Cost":410,"Date":"3/9/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":451,"Cost":226,"Date":"3/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":511,"Cost":411,"Date":"3/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":873,"Cost":671,"Date":"3/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":982,"Cost":521,"Date":"3/23/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":26,"Cost":22,"Date":"4/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":217,"Cost":154,"Date":"5/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":658,"Cost":414,"Date":"5/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":35,"Cost":23,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":4,"Cost":2,"Date":"6/2/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":315,"Cost":228,"Date":"6/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":156,"Cost":117,"Date":"6/16/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":352,"Cost":272,"Date":"6/16/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":346,"Cost":264,"Date":"7/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":430,"Cost":290,"Date":"7/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":612,"Cost":467,"Date":"8/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":620,"Cost":331,"Date":"8/29/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":716,"Cost":419,"Date":"8/31/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":342,"Cost":322,"Date":"9/8/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":471,"Cost":249,"Date":"9/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":865,"Cost":485,"Date":"9/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":908,"Cost":649,"Date":"9/19/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":76,"Cost":43,"Date":"9/25/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":710,"Cost":437,"Date":"10/4/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":706,"Cost":531,"Date":"10/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":200,"Cost":187,"Date":"10/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":468,"Cost":276,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":151,"Cost":112,"Date":"10/30/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":480,"Cost":453,"Date":"11/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":118,"Cost":80,"Date":"11/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":528,"Cost":406,"Date":"11/25/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":885,"Cost":473,"Date":"1/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":373,"Cost":277,"Date":"1/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":474,"Cost":244,"Date":"1/20/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":755,"Cost":621,"Date":"2/8/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":937,"Cost":576,"Date":"2/25/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":492,"Cost":365,"Date":"3/7/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":273,"Cost":160,"Date":"3/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":893,"Cost":705,"Date":"3/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":654,"Cost":460,"Date":"4/5/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":439,"Cost":282,"Date":"4/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":541,"Cost":341,"Date":"5/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":464,"Cost":304,"Date":"5/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":438,"Cost":353,"Date":"5/15/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":405,"Cost":290,"Date":"5/25/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":534,"Date":"5/26/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":377,"Cost":326,"Date":"5/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":200,"Cost":127,"Date":"7/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":633,"Cost":541,"Date":"9/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":692,"Cost":534,"Date":"10/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":367,"Cost":247,"Date":"10/8/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":422,"Cost":227,"Date":"10/26/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":676,"Cost":634,"Date":"11/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":347,"Cost":198,"Date":"11/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":521,"Cost":382,"Date":"12/1/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":808,"Cost":660,"Date":"2/9/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":261,"Cost":189,"Date":"2/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":100,"Cost":87,"Date":"3/10/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":877,"Cost":449,"Date":"3/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":938,"Cost":493,"Date":"3/18/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":314,"Cost":276,"Date":"3/20/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":86,"Cost":55,"Date":"3/26/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":241,"Cost":215,"Date":"6/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":498,"Cost":262,"Date":"6/10/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":588,"Cost":421,"Date":"6/16/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":881,"Cost":469,"Date":"6/25/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":225,"Cost":151,"Date":"7/19/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":687,"Cost":409,"Date":"7/21/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":621,"Cost":351,"Date":"7/25/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":109,"Cost":62,"Date":"8/4/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":181,"Cost":121,"Date":"9/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":575,"Cost":530,"Date":"9/4/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":418,"Cost":318,"Date":"9/19/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":123,"Cost":78,"Date":"9/29/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":901,"Cost":718,"Date":"10/2/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":371,"Cost":328,"Date":"10/15/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":276,"Cost":190,"Date":"10/30/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":892,"Cost":651,"Date":"11/9/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":228,"Cost":213,"Date":"11/23/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":283,"Cost":269,"Date":"11/30/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":464,"Cost":388,"Date":"12/8/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":328,"Date":"12/11/2018"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":360,"Cost":279,"Date":"1/15/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":310,"Cost":175,"Date":"1/24/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":404,"Cost":302,"Date":"2/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":377,"Cost":316,"Date":"2/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":244,"Cost":176,"Date":"3/9/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":182,"Cost":149,"Date":"3/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":792,"Cost":649,"Date":"4/19/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":446,"Cost":244,"Date":"5/3/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":995,"Cost":795,"Date":"5/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":751,"Cost":645,"Date":"6/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":827,"Cost":675,"Date":"6/26/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":761,"Cost":548,"Date":"7/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":201,"Cost":104,"Date":"7/13/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":102,"Cost":90,"Date":"8/8/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":564,"Cost":468,"Date":"8/26/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":15,"Cost":8,"Date":"9/2/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":916,"Cost":503,"Date":"9/29/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":305,"Cost":207,"Date":"10/12/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":461,"Cost":430,"Date":"11/2/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":340,"Cost":268,"Date":"11/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":296,"Cost":207,"Date":"11/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":919,"Cost":721,"Date":"12/1/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":861,"Cost":781,"Date":"12/4/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":328,"Cost":228,"Date":"12/7/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":899,"Cost":582,"Date":"12/18/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":399,"Cost":270,"Date":"12/20/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":467,"Cost":306,"Date":"12/20/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":317,"Cost":275,"Date":"12/21/2019"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":727,"Cost":687,"Date":"1/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":346,"Cost":196,"Date":"2/5/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":382,"Cost":313,"Date":"2/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":205,"Cost":176,"Date":"2/16/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":36,"Cost":20,"Date":"2/18/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":672,"Cost":534,"Date":"2/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":442,"Cost":374,"Date":"2/25/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":897,"Cost":777,"Date":"3/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":611,"Cost":316,"Date":"4/2/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":182,"Cost":170,"Date":"4/3/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":544,"Date":"4/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":754,"Cost":468,"Date":"4/10/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":610,"Cost":450,"Date":"4/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":198,"Cost":142,"Date":"5/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":107,"Cost":67,"Date":"5/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":632,"Cost":524,"Date":"6/20/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":968,"Cost":643,"Date":"7/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":472,"Cost":355,"Date":"7/4/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":148,"Cost":126,"Date":"7/8/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":375,"Cost":189,"Date":"7/9/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":847,"Cost":545,"Date":"7/14/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":537,"Cost":420,"Date":"7/19/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":167,"Cost":159,"Date":"8/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":653,"Cost":502,"Date":"8/6/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":931,"Cost":582,"Date":"8/7/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":95,"Cost":76,"Date":"8/22/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":40,"Cost":36,"Date":"8/31/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":617,"Cost":469,"Date":"9/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":143,"Cost":104,"Date":"9/1/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":236,"Cost":147,"Date":"9/17/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":386,"Cost":233,"Date":"9/29/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":508,"Cost":333,"Date":"11/7/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":433,"Cost":399,"Date":"11/26/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":262,"Cost":244,"Date":"11/27/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":809,"Cost":476,"Date":"12/5/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":930,"Cost":759,"Date":"12/26/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":952,"Cost":688,"Date":"12/31/2020"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":460,"Cost":385,"Date":"1/20/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":651,"Cost":414,"Date":"2/2/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":757,"Cost":653,"Date":"2/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":170,"Cost":135,"Date":"2/27/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":174,"Cost":129,"Date":"3/1/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":422,"Cost":351,"Date":"3/1/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":768,"Cost":707,"Date":"3/19/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":560,"Cost":325,"Date":"3/28/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":825,"Cost":552,"Date":"5/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":210,"Cost":128,"Date":"7/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":135,"Cost":110,"Date":"8/5/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":523,"Cost":301,"Date":"8/12/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":322,"Cost":282,"Date":"8/21/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":379,"Cost":286,"Date":"8/23/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":892,"Cost":824,"Date":"9/3/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":735,"Cost":594,"Date":"9/5/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":209,"Cost":188,"Date":"10/6/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":484,"Cost":247,"Date":"10/19/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":21,"Cost":17,"Date":"11/15/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":841,"Cost":771,"Date":"12/8/2021"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":540,"Cost":472,"Date":"1/8/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":464,"Cost":298,"Date":"1/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":903,"Cost":763,"Date":"1/19/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":441,"Cost":314,"Date":"1/28/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":202,"Cost":166,"Date":"1/31/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":602,"Cost":550,"Date":"3/27/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":618,"Cost":407,"Date":"4/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":750,"Cost":442,"Date":"4/24/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":515,"Cost":301,"Date":"4/28/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":210,"Cost":113,"Date":"5/15/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":830,"Cost":482,"Date":"5/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":711,"Cost":448,"Date":"5/18/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":218,"Cost":203,"Date":"6/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":939,"Cost":621,"Date":"6/3/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":7,"Cost":4,"Date":"6/5/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":142,"Cost":80,"Date":"6/7/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":778,"Cost":544,"Date":"6/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":565,"Cost":492,"Date":"6/20/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":656,"Cost":443,"Date":"6/24/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":404,"Cost":226,"Date":"7/4/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":429,"Cost":349,"Date":"7/9/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":442,"Cost":257,"Date":"7/12/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":537,"Cost":486,"Date":"8/14/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":8,"Cost":6,"Date":"8/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":386,"Cost":305,"Date":"8/23/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":640,"Cost":504,"Date":"9/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":700,"Cost":504,"Date":"9/3/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":684,"Date":"9/16/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":918,"Cost":602,"Date":"10/4/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":217,"Cost":132,"Date":"11/1/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":294,"Cost":157,"Date":"11/2/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":387,"Cost":248,"Date":"12/17/2022"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":558,"Cost":417,"Date":"2/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":626,"Cost":546,"Date":"2/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":624,"Cost":392,"Date":"3/4/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":207,"Cost":170,"Date":"3/9/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":9,"Cost":9,"Date":"3/9/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":933,"Cost":740,"Date":"3/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":628,"Cost":415,"Date":"3/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":781,"Cost":663,"Date":"3/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":858,"Cost":755,"Date":"3/23/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":542,"Cost":381,"Date":"4/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":760,"Cost":597,"Date":"5/7/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":667,"Cost":385,"Date":"5/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":851,"Cost":438,"Date":"5/20/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":51,"Cost":47,"Date":"6/2/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":322,"Cost":219,"Date":"6/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":567,"Cost":460,"Date":"6/16/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":84,"Cost":78,"Date":"6/16/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":840,"Cost":548,"Date":"7/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":501,"Cost":330,"Date":"7/11/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":638,"Cost":448,"Date":"8/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":182,"Cost":91,"Date":"8/29/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":426,"Cost":264,"Date":"8/31/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":142,"Cost":84,"Date":"9/8/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":894,"Cost":454,"Date":"9/13/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":950,"Cost":611,"Date":"9/14/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":783,"Cost":620,"Date":"9/19/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":665,"Cost":439,"Date":"9/25/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":534,"Cost":358,"Date":"10/4/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":30,"Cost":15,"Date":"10/10/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":50,"Cost":33,"Date":"10/17/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":696,"Date":"10/28/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":184,"Cost":116,"Date":"10/30/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":69,"Cost":51,"Date":"11/1/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":350,"Cost":200,"Date":"11/15/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":777,"Cost":686,"Date":"11/25/2023"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":895,"Cost":668,"Date":"1/10/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":360,"Cost":334,"Date":"1/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":110,"Cost":97,"Date":"1/20/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":49,"Cost":34,"Date":"2/8/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":881,"Cost":455,"Date":"2/25/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":921,"Cost":566,"Date":"3/7/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":870,"Cost":534,"Date":"3/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":140,"Cost":120,"Date":"3/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":514,"Cost":266,"Date":"4/5/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":587,"Cost":409,"Date":"4/14/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":67,"Cost":60,"Date":"5/3/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":264,"Cost":168,"Date":"5/9/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":913,"Cost":596,"Date":"5/15/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":877,"Cost":661,"Date":"5/25/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":345,"Cost":313,"Date":"5/26/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":691,"Cost":486,"Date":"5/31/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":53,"Cost":47,"Date":"7/27/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":368,"Cost":329,"Date":"9/17/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":451,"Date":"10/6/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":817,"Cost":422,"Date":"10/8/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":919,"Cost":814,"Date":"10/26/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":761,"Cost":702,"Date":"11/16/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":710,"Cost":431,"Date":"11/18/2024"},{"Store":"Shibuya Mark City, Tokyo","Brand":"ARKET","Country":"Japan","Sale":506,"Cost":449,"Date":"12/1/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":208,"Cost":121,"Date":"2/9/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":763,"Cost":608,"Date":"2/11/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":847,"Cost":518,"Date":"3/10/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":718,"Cost":431,"Date":"3/16/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":261,"Cost":210,"Date":"3/18/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":755,"Cost":383,"Date":"3/20/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":94,"Cost":78,"Date":"3/26/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":430,"Cost":247,"Date":"6/2/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":151,"Cost":127,"Date":"6/10/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":582,"Cost":477,"Date":"6/16/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":895,"Cost":796,"Date":"6/25/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":595,"Cost":522,"Date":"7/19/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":35,"Cost":19,"Date":"7/21/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":950,"Cost":583,"Date":"7/25/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":767,"Cost":451,"Date":"8/4/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":496,"Cost":415,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":44,"Cost":32,"Date":"9/4/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":485,"Cost":389,"Date":"9/19/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":463,"Cost":418,"Date":"9/29/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":148,"Cost":109,"Date":"10/2/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":376,"Cost":269,"Date":"10/15/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":757,"Cost":671,"Date":"10/30/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":423,"Cost":297,"Date":"11/9/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":472,"Cost":255,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":679,"Cost":620,"Date":"11/30/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":808,"Cost":742,"Date":"12/8/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":19,"Cost":13,"Date":"12/11/2018"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":402,"Cost":335,"Date":"1/15/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":209,"Cost":119,"Date":"1/24/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":166,"Cost":121,"Date":"2/3/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":989,"Cost":853,"Date":"2/4/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":674,"Cost":353,"Date":"3/9/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":131,"Cost":90,"Date":"3/12/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":290,"Cost":239,"Date":"4/19/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":141,"Cost":92,"Date":"5/3/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":639,"Cost":397,"Date":"5/4/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":631,"Cost":564,"Date":"6/8/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":339,"Cost":306,"Date":"6/26/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":13,"Cost":9,"Date":"7/4/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":432,"Cost":305,"Date":"7/13/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":162,"Cost":93,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":123,"Cost":83,"Date":"8/26/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":464,"Cost":336,"Date":"9/2/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":19,"Cost":16,"Date":"9/29/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":650,"Cost":415,"Date":"10/12/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":170,"Cost":120,"Date":"11/2/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":762,"Cost":543,"Date":"11/4/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":219,"Cost":154,"Date":"11/7/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":715,"Cost":553,"Date":"12/1/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":289,"Cost":252,"Date":"12/4/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":101,"Cost":87,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":502,"Cost":304,"Date":"12/18/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":566,"Cost":312,"Date":"12/20/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":622,"Cost":470,"Date":"12/20/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":342,"Cost":192,"Date":"12/21/2019"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":596,"Cost":362,"Date":"1/9/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":495,"Cost":444,"Date":"2/5/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":3,"Cost":1,"Date":"2/16/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":204,"Cost":137,"Date":"2/16/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":919,"Cost":697,"Date":"2/18/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":522,"Cost":301,"Date":"2/22/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":872,"Cost":810,"Date":"2/25/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":396,"Cost":289,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":315,"Cost":249,"Date":"4/2/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":401,"Cost":237,"Date":"4/3/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":770,"Cost":604,"Date":"4/9/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":926,"Cost":790,"Date":"4/10/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":493,"Cost":334,"Date":"4/19/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":500,"Cost":280,"Date":"5/17/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":163,"Cost":96,"Date":"5/22/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":306,"Cost":254,"Date":"6/20/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":873,"Cost":462,"Date":"7/1/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":17,"Cost":11,"Date":"7/4/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":500,"Cost":337,"Date":"7/8/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":9,"Cost":6,"Date":"7/9/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":744,"Cost":373,"Date":"7/14/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":831,"Cost":577,"Date":"7/19/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":961,"Cost":493,"Date":"8/1/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":596,"Cost":300,"Date":"8/6/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":918,"Cost":691,"Date":"8/7/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":188,"Cost":166,"Date":"8/22/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":686,"Cost":439,"Date":"8/31/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":590,"Cost":445,"Date":"9/1/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":47,"Cost":33,"Date":"9/1/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":128,"Cost":86,"Date":"9/17/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":192,"Cost":157,"Date":"9/29/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":290,"Cost":242,"Date":"11/7/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":820,"Cost":514,"Date":"11/26/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":929,"Cost":859,"Date":"11/27/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":836,"Cost":696,"Date":"12/5/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":225,"Cost":159,"Date":"12/26/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":880,"Cost":454,"Date":"12/31/2020"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":431,"Cost":311,"Date":"1/20/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":935,"Cost":852,"Date":"2/2/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":377,"Cost":323,"Date":"2/8/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":454,"Cost":310,"Date":"2/27/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":253,"Cost":145,"Date":"3/1/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":258,"Cost":221,"Date":"3/1/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":671,"Cost":428,"Date":"3/19/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":883,"Cost":771,"Date":"3/28/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":393,"Cost":236,"Date":"5/21/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":398,"Cost":260,"Date":"7/21/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":205,"Cost":128,"Date":"8/5/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":878,"Cost":754,"Date":"8/12/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":336,"Cost":270,"Date":"8/21/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":498,"Cost":287,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":295,"Cost":189,"Date":"9/3/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":113,"Cost":62,"Date":"9/5/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":318,"Cost":201,"Date":"10/6/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":158,"Cost":146,"Date":"10/19/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":155,"Cost":83,"Date":"11/15/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":350,"Cost":304,"Date":"12/8/2021"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":314,"Cost":189,"Date":"1/8/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":423,"Cost":322,"Date":"1/14/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":465,"Cost":401,"Date":"1/19/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":913,"Cost":542,"Date":"1/28/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":715,"Cost":531,"Date":"1/31/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":623,"Cost":326,"Date":"3/27/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":328,"Cost":263,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":691,"Cost":433,"Date":"4/24/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":254,"Cost":154,"Date":"4/28/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":945,"Cost":633,"Date":"5/15/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":210,"Cost":168,"Date":"5/16/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":292,"Cost":256,"Date":"5/18/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":700,"Cost":584,"Date":"6/2/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":56,"Cost":36,"Date":"6/3/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":305,"Cost":181,"Date":"6/5/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":363,"Cost":300,"Date":"6/7/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":867,"Cost":790,"Date":"6/14/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":839,"Cost":661,"Date":"6/20/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":483,"Cost":424,"Date":"6/24/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":803,"Cost":466,"Date":"7/4/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":975,"Cost":825,"Date":"7/9/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":59,"Cost":45,"Date":"7/12/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":295,"Cost":176,"Date":"8/14/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":854,"Cost":676,"Date":"8/16/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":83,"Cost":51,"Date":"8/23/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":460,"Cost":306,"Date":"9/2/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":155,"Cost":106,"Date":"9/3/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":114,"Cost":106,"Date":"9/16/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":429,"Cost":260,"Date":"10/4/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":696,"Cost":511,"Date":"11/1/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":341,"Cost":223,"Date":"11/2/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":756,"Cost":666,"Date":"12/17/2022"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":565,"Cost":300,"Date":"2/10/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":280,"Cost":259,"Date":"2/28/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":709,"Cost":364,"Date":"3/4/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":889,"Cost":479,"Date":"3/9/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":432,"Cost":241,"Date":"3/9/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":185,"Cost":97,"Date":"3/11/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":503,"Cost":383,"Date":"3/17/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":930,"Cost":718,"Date":"3/17/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":896,"Cost":616,"Date":"3/23/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":994,"Cost":534,"Date":"4/1/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":231,"Cost":191,"Date":"5/7/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":567,"Cost":413,"Date":"5/10/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":883,"Cost":801,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":281,"Cost":167,"Date":"6/2/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":131,"Cost":98,"Date":"6/11/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":988,"Cost":850,"Date":"6/16/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":525,"Cost":404,"Date":"6/16/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":658,"Cost":440,"Date":"7/10/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":456,"Cost":388,"Date":"7/11/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":469,"Cost":284,"Date":"8/28/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":111,"Cost":68,"Date":"8/29/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":216,"Cost":159,"Date":"8/31/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":552,"Cost":354,"Date":"9/8/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":187,"Cost":141,"Date":"9/13/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":154,"Cost":141,"Date":"9/14/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":963,"Cost":539,"Date":"9/19/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":184,"Cost":129,"Date":"9/25/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":928,"Cost":569,"Date":"10/4/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":467,"Cost":407,"Date":"10/10/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":978,"Cost":507,"Date":"10/17/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":638,"Cost":349,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":533,"Cost":455,"Date":"10/30/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":211,"Cost":164,"Date":"11/1/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":685,"Cost":381,"Date":"11/15/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":68,"Cost":39,"Date":"11/25/2023"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":850,"Cost":568,"Date":"1/10/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":876,"Cost":551,"Date":"1/14/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":891,"Cost":566,"Date":"1/20/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":25,"Cost":19,"Date":"2/8/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":161,"Cost":141,"Date":"2/25/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":520,"Cost":369,"Date":"3/7/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":665,"Cost":464,"Date":"3/14/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":846,"Cost":664,"Date":"3/27/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":469,"Cost":333,"Date":"4/5/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":597,"Cost":438,"Date":"4/14/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":98,"Cost":57,"Date":"5/3/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":67,"Cost":37,"Date":"5/9/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":168,"Cost":148,"Date":"5/15/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":668,"Cost":615,"Date":"5/25/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":845,"Cost":713,"Date":"5/26/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":807,"Cost":462,"Date":"5/31/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":43,"Cost":22,"Date":"7/27/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":357,"Cost":231,"Date":"9/17/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":981,"Cost":805,"Date":"10/6/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":340,"Cost":209,"Date":"10/8/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":82,"Cost":53,"Date":"10/26/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":694,"Cost":393,"Date":"11/16/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":363,"Cost":196,"Date":"11/18/2024"},{"Store":"Tokyo Solamachi","Brand":"Nova","Country":"Japan","Sale":862,"Cost":453,"Date":"12/1/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":711,"Cost":462,"Date":"2/9/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":538,"Cost":277,"Date":"2/11/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":137,"Cost":76,"Date":"3/10/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":678,"Cost":541,"Date":"3/16/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":302,"Cost":237,"Date":"3/18/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":411,"Cost":256,"Date":"3/20/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":137,"Cost":116,"Date":"3/26/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":457,"Cost":278,"Date":"6/2/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":786,"Cost":483,"Date":"6/10/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":743,"Cost":553,"Date":"6/16/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":445,"Cost":337,"Date":"6/25/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":249,"Cost":130,"Date":"7/19/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":992,"Cost":690,"Date":"7/21/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":604,"Cost":309,"Date":"7/25/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":775,"Cost":629,"Date":"8/4/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":552,"Cost":432,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":136,"Cost":83,"Date":"9/4/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":551,"Cost":322,"Date":"9/19/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":556,"Cost":466,"Date":"9/29/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":630,"Cost":402,"Date":"10/2/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":531,"Cost":469,"Date":"10/15/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":652,"Cost":481,"Date":"10/30/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":321,"Cost":255,"Date":"11/9/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":485,"Cost":419,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":156,"Cost":87,"Date":"11/30/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":166,"Cost":83,"Date":"12/8/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":988,"Cost":705,"Date":"12/11/2018"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":739,"Cost":416,"Date":"1/15/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":161,"Cost":95,"Date":"1/24/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":749,"Cost":513,"Date":"2/3/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":32,"Cost":19,"Date":"2/4/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":281,"Cost":148,"Date":"3/9/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":919,"Cost":739,"Date":"3/12/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":779,"Cost":610,"Date":"4/19/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":977,"Cost":886,"Date":"5/3/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":930,"Cost":632,"Date":"5/4/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":19,"Cost":11,"Date":"6/8/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":180,"Cost":140,"Date":"6/26/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":27,"Cost":19,"Date":"7/4/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":724,"Cost":430,"Date":"7/13/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":34,"Cost":26,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":317,"Cost":203,"Date":"8/26/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":182,"Cost":99,"Date":"9/2/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":354,"Cost":253,"Date":"9/29/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":555,"Cost":476,"Date":"10/12/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":620,"Cost":437,"Date":"11/2/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":656,"Cost":419,"Date":"11/4/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":491,"Cost":350,"Date":"11/7/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":608,"Cost":381,"Date":"12/1/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":319,"Cost":222,"Date":"12/4/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":780,"Cost":626,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":552,"Cost":278,"Date":"12/18/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":776,"Cost":535,"Date":"12/20/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":707,"Cost":360,"Date":"12/20/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":967,"Cost":834,"Date":"12/21/2019"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":290,"Cost":269,"Date":"1/9/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":578,"Cost":298,"Date":"2/5/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":407,"Cost":354,"Date":"2/16/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":185,"Cost":130,"Date":"2/16/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":782,"Cost":418,"Date":"2/18/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":837,"Cost":610,"Date":"2/22/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":405,"Cost":361,"Date":"2/25/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":343,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":732,"Cost":665,"Date":"4/2/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":516,"Cost":386,"Date":"4/3/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":593,"Cost":548,"Date":"4/9/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":892,"Cost":758,"Date":"4/10/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":788,"Cost":727,"Date":"4/19/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":870,"Cost":506,"Date":"5/17/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":340,"Date":"5/22/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":707,"Cost":531,"Date":"6/20/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":343,"Cost":192,"Date":"7/1/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":452,"Cost":333,"Date":"7/4/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":670,"Cost":446,"Date":"7/8/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":903,"Cost":603,"Date":"7/9/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":441,"Cost":243,"Date":"7/14/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":720,"Cost":614,"Date":"7/19/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":603,"Cost":321,"Date":"8/1/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":477,"Cost":244,"Date":"8/6/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":403,"Cost":282,"Date":"8/7/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":228,"Cost":143,"Date":"8/22/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":91,"Cost":46,"Date":"8/31/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":349,"Cost":325,"Date":"9/1/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":120,"Cost":95,"Date":"9/1/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":84,"Cost":74,"Date":"9/17/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":415,"Cost":251,"Date":"9/29/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":258,"Cost":182,"Date":"11/7/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":490,"Cost":250,"Date":"11/26/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":698,"Cost":415,"Date":"11/27/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":66,"Cost":60,"Date":"12/5/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":168,"Cost":144,"Date":"12/26/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":963,"Cost":632,"Date":"12/31/2020"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":776,"Cost":501,"Date":"1/20/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":338,"Cost":279,"Date":"2/2/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":243,"Cost":200,"Date":"2/8/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":300,"Cost":235,"Date":"2/27/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":869,"Cost":634,"Date":"3/1/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":14,"Cost":9,"Date":"3/1/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":246,"Date":"3/19/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":962,"Cost":607,"Date":"3/28/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":401,"Cost":238,"Date":"5/21/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":284,"Cost":233,"Date":"7/21/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":892,"Cost":472,"Date":"8/5/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":598,"Cost":526,"Date":"8/12/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":986,"Cost":667,"Date":"8/21/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":468,"Cost":282,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":741,"Cost":512,"Date":"9/3/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":650,"Cost":446,"Date":"9/5/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":526,"Cost":408,"Date":"10/6/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":37,"Cost":33,"Date":"10/19/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":351,"Cost":177,"Date":"11/15/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":375,"Cost":242,"Date":"12/8/2021"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":455,"Cost":345,"Date":"1/8/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":154,"Cost":79,"Date":"1/14/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":494,"Cost":371,"Date":"1/19/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":637,"Cost":604,"Date":"1/28/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":198,"Date":"1/31/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":320,"Cost":301,"Date":"3/27/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":637,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":797,"Cost":696,"Date":"4/24/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":303,"Cost":188,"Date":"4/28/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":3,"Cost":2,"Date":"5/15/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":916,"Cost":554,"Date":"5/16/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":934,"Cost":498,"Date":"5/18/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":902,"Cost":631,"Date":"6/2/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":683,"Cost":368,"Date":"6/3/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":340,"Cost":313,"Date":"6/5/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":87,"Cost":60,"Date":"6/7/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":457,"Cost":272,"Date":"6/14/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":973,"Cost":832,"Date":"6/20/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":545,"Cost":399,"Date":"6/24/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":639,"Cost":330,"Date":"7/4/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":10,"Cost":6,"Date":"7/9/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":837,"Cost":485,"Date":"7/12/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":476,"Cost":449,"Date":"8/14/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":3,"Cost":2,"Date":"8/16/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":408,"Cost":328,"Date":"8/23/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":852,"Cost":678,"Date":"9/2/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":505,"Cost":365,"Date":"9/3/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":824,"Cost":450,"Date":"9/16/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":7,"Cost":7,"Date":"10/4/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":41,"Cost":29,"Date":"11/1/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":111,"Cost":57,"Date":"11/2/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":711,"Cost":490,"Date":"12/17/2022"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":662,"Cost":444,"Date":"2/10/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":318,"Cost":271,"Date":"2/28/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":531,"Cost":426,"Date":"3/4/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":491,"Cost":312,"Date":"3/9/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":691,"Cost":657,"Date":"3/9/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":195,"Cost":132,"Date":"3/11/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":169,"Cost":129,"Date":"3/17/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":651,"Cost":379,"Date":"3/17/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":112,"Cost":85,"Date":"3/23/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":275,"Cost":238,"Date":"4/1/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":359,"Cost":314,"Date":"5/7/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":593,"Cost":513,"Date":"5/10/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":657,"Cost":552,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":12,"Cost":10,"Date":"6/2/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":580,"Cost":337,"Date":"6/11/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":571,"Date":"6/16/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":496,"Cost":390,"Date":"6/16/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":519,"Cost":333,"Date":"7/10/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":70,"Cost":56,"Date":"7/11/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":508,"Cost":294,"Date":"8/28/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":501,"Date":"8/29/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":336,"Cost":251,"Date":"8/31/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":394,"Cost":284,"Date":"9/8/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":844,"Cost":531,"Date":"9/13/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":51,"Cost":46,"Date":"9/14/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":786,"Cost":489,"Date":"9/19/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":506,"Cost":355,"Date":"9/25/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":186,"Cost":174,"Date":"10/4/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":114,"Cost":87,"Date":"10/10/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":706,"Cost":491,"Date":"10/17/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":716,"Cost":498,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":255,"Cost":144,"Date":"10/30/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":48,"Cost":46,"Date":"11/1/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":674,"Cost":372,"Date":"11/15/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":751,"Cost":490,"Date":"11/25/2023"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":417,"Cost":228,"Date":"1/10/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":170,"Cost":143,"Date":"1/14/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":455,"Cost":413,"Date":"1/20/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":971,"Cost":601,"Date":"2/8/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":474,"Cost":442,"Date":"2/25/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":782,"Cost":733,"Date":"3/7/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":959,"Cost":748,"Date":"3/14/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":362,"Cost":186,"Date":"3/27/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":102,"Cost":85,"Date":"4/5/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":224,"Cost":182,"Date":"4/14/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":879,"Cost":833,"Date":"5/3/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":963,"Cost":558,"Date":"5/9/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":257,"Date":"5/15/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":197,"Cost":133,"Date":"5/25/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":893,"Cost":487,"Date":"5/26/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":10,"Cost":8,"Date":"5/31/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":784,"Cost":452,"Date":"7/27/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":518,"Cost":474,"Date":"9/17/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":709,"Cost":486,"Date":"10/6/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":954,"Cost":734,"Date":"10/8/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":815,"Cost":565,"Date":"10/26/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":826,"Cost":738,"Date":"11/16/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":695,"Cost":487,"Date":"11/18/2024"},{"Store":"Tokyo Solamachi","Brand":"HM Home","Country":"Japan","Sale":594,"Cost":461,"Date":"12/1/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":186,"Cost":133,"Date":"2/9/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":210,"Cost":184,"Date":"2/11/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":688,"Cost":459,"Date":"3/10/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":197,"Cost":114,"Date":"3/16/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":643,"Cost":342,"Date":"3/18/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":274,"Cost":249,"Date":"3/20/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":729,"Cost":655,"Date":"3/26/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":134,"Cost":100,"Date":"6/2/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":168,"Cost":134,"Date":"6/10/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":389,"Cost":216,"Date":"6/16/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":45,"Cost":22,"Date":"6/25/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":125,"Cost":65,"Date":"7/19/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":816,"Cost":574,"Date":"7/21/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":299,"Cost":254,"Date":"7/25/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":277,"Cost":209,"Date":"8/4/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":703,"Cost":383,"Date":"9/2/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":483,"Cost":362,"Date":"9/4/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":382,"Cost":230,"Date":"9/19/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":397,"Cost":253,"Date":"9/29/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":68,"Cost":45,"Date":"10/2/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":274,"Cost":163,"Date":"10/15/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":350,"Cost":204,"Date":"10/30/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":337,"Cost":311,"Date":"11/9/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":104,"Cost":73,"Date":"11/23/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":459,"Cost":353,"Date":"11/30/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":388,"Cost":315,"Date":"12/8/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":259,"Cost":183,"Date":"12/11/2018"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":7,"Cost":6,"Date":"1/15/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":227,"Cost":163,"Date":"1/24/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":680,"Cost":364,"Date":"2/3/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":499,"Cost":335,"Date":"2/4/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":871,"Cost":729,"Date":"3/9/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":991,"Cost":559,"Date":"3/12/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":173,"Cost":135,"Date":"4/19/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":527,"Cost":346,"Date":"5/3/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":220,"Cost":159,"Date":"5/4/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":373,"Cost":199,"Date":"6/8/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":778,"Cost":463,"Date":"6/26/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":649,"Cost":569,"Date":"7/4/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":403,"Cost":350,"Date":"7/13/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":19,"Cost":17,"Date":"8/8/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":256,"Cost":159,"Date":"8/26/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":505,"Cost":270,"Date":"9/2/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":798,"Cost":456,"Date":"9/29/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":565,"Cost":454,"Date":"10/12/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":784,"Cost":596,"Date":"11/2/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":770,"Cost":600,"Date":"11/4/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":29,"Cost":27,"Date":"11/7/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":515,"Cost":393,"Date":"12/1/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":669,"Cost":552,"Date":"12/4/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":348,"Cost":286,"Date":"12/7/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":594,"Cost":368,"Date":"12/18/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":567,"Cost":414,"Date":"12/20/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":939,"Cost":502,"Date":"12/20/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":892,"Cost":737,"Date":"12/21/2019"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":727,"Cost":417,"Date":"1/9/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":963,"Cost":492,"Date":"2/5/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":435,"Cost":401,"Date":"2/16/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":323,"Cost":277,"Date":"2/16/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":375,"Cost":333,"Date":"2/18/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":594,"Cost":529,"Date":"2/22/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":179,"Cost":117,"Date":"2/25/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":92,"Cost":57,"Date":"3/8/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":31,"Cost":17,"Date":"4/2/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":549,"Cost":370,"Date":"4/3/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":604,"Cost":462,"Date":"4/9/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":969,"Cost":571,"Date":"4/10/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":156,"Cost":86,"Date":"4/19/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":853,"Cost":604,"Date":"5/17/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":922,"Cost":644,"Date":"5/22/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":43,"Cost":24,"Date":"6/20/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":522,"Cost":442,"Date":"7/1/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":507,"Cost":294,"Date":"7/4/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":258,"Cost":167,"Date":"7/8/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":226,"Cost":164,"Date":"7/9/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":47,"Cost":36,"Date":"7/14/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":250,"Cost":139,"Date":"7/19/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":178,"Cost":97,"Date":"8/1/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":829,"Cost":497,"Date":"8/6/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":611,"Cost":314,"Date":"8/7/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":17,"Cost":8,"Date":"8/22/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":763,"Cost":455,"Date":"8/31/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":772,"Cost":440,"Date":"9/1/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":986,"Cost":742,"Date":"9/1/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":151,"Cost":87,"Date":"9/17/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":992,"Cost":527,"Date":"9/29/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":908,"Cost":812,"Date":"11/7/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":261,"Cost":224,"Date":"11/26/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":431,"Cost":303,"Date":"11/27/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":547,"Cost":517,"Date":"12/5/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":938,"Cost":752,"Date":"12/26/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":787,"Cost":421,"Date":"12/31/2020"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":83,"Cost":75,"Date":"1/20/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":674,"Cost":517,"Date":"2/2/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":46,"Cost":36,"Date":"2/8/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":830,"Cost":504,"Date":"2/27/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":1,"Cost":0,"Date":"3/1/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":595,"Cost":366,"Date":"3/1/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":133,"Cost":115,"Date":"3/19/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":34,"Cost":28,"Date":"3/28/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":161,"Cost":137,"Date":"5/21/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":157,"Cost":130,"Date":"7/21/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":251,"Cost":187,"Date":"8/5/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":813,"Cost":430,"Date":"8/12/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":723,"Cost":644,"Date":"8/21/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":671,"Cost":567,"Date":"8/23/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":379,"Cost":226,"Date":"9/3/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":647,"Cost":357,"Date":"9/5/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":254,"Cost":211,"Date":"10/6/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":872,"Cost":633,"Date":"10/19/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":282,"Cost":197,"Date":"11/15/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":623,"Cost":469,"Date":"12/8/2021"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":322,"Cost":300,"Date":"1/8/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":227,"Cost":150,"Date":"1/14/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":14,"Cost":12,"Date":"1/19/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":197,"Cost":115,"Date":"1/28/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":846,"Cost":483,"Date":"1/31/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":246,"Cost":212,"Date":"3/27/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":63,"Cost":35,"Date":"4/20/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":412,"Cost":294,"Date":"4/24/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":873,"Cost":495,"Date":"4/28/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":149,"Cost":92,"Date":"5/15/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":63,"Cost":39,"Date":"5/16/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":993,"Cost":604,"Date":"5/18/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":402,"Cost":253,"Date":"6/2/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":766,"Cost":611,"Date":"6/3/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":709,"Cost":513,"Date":"6/5/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":24,"Cost":21,"Date":"6/7/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":356,"Cost":237,"Date":"6/14/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":67,"Cost":49,"Date":"6/20/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":928,"Cost":616,"Date":"6/24/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":443,"Cost":237,"Date":"7/4/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":821,"Cost":535,"Date":"7/9/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":850,"Cost":545,"Date":"7/12/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":352,"Cost":335,"Date":"8/14/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":237,"Cost":194,"Date":"8/16/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":534,"Cost":458,"Date":"8/23/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":898,"Cost":770,"Date":"9/2/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":295,"Cost":168,"Date":"9/3/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":809,"Cost":668,"Date":"9/16/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":433,"Cost":371,"Date":"10/4/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":358,"Cost":187,"Date":"11/1/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":937,"Cost":670,"Date":"11/2/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":779,"Cost":611,"Date":"12/17/2022"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":330,"Cost":220,"Date":"2/10/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":430,"Cost":349,"Date":"2/28/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":104,"Cost":63,"Date":"3/4/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":945,"Cost":794,"Date":"3/9/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":72,"Cost":53,"Date":"3/9/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":649,"Cost":597,"Date":"3/11/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":387,"Cost":227,"Date":"3/17/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":215,"Cost":161,"Date":"3/17/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":436,"Cost":364,"Date":"3/23/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":710,"Cost":622,"Date":"4/1/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":205,"Cost":145,"Date":"5/7/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":174,"Cost":105,"Date":"5/10/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":124,"Cost":80,"Date":"5/20/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":239,"Cost":212,"Date":"6/2/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":446,"Cost":389,"Date":"6/11/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":966,"Cost":739,"Date":"6/16/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":39,"Cost":30,"Date":"6/16/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":584,"Cost":322,"Date":"7/10/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":534,"Cost":344,"Date":"7/11/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":340,"Cost":170,"Date":"8/28/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":555,"Cost":382,"Date":"8/29/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":390,"Cost":316,"Date":"8/31/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":907,"Cost":547,"Date":"9/8/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":340,"Cost":316,"Date":"9/13/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":255,"Cost":233,"Date":"9/14/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":829,"Cost":773,"Date":"9/19/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":103,"Cost":51,"Date":"9/25/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":134,"Cost":104,"Date":"10/4/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":253,"Cost":178,"Date":"10/10/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":24,"Cost":13,"Date":"10/17/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":210,"Cost":138,"Date":"10/28/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":963,"Cost":878,"Date":"10/30/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":517,"Cost":421,"Date":"11/1/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":780,"Cost":626,"Date":"11/15/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":872,"Cost":532,"Date":"11/25/2023"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":787,"Cost":406,"Date":"1/10/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":681,"Cost":480,"Date":"1/14/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":127,"Cost":100,"Date":"1/20/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":592,"Cost":407,"Date":"2/8/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":432,"Cost":323,"Date":"2/25/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":467,"Cost":359,"Date":"3/7/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":922,"Cost":770,"Date":"3/14/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":530,"Cost":493,"Date":"3/27/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":468,"Cost":383,"Date":"4/5/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":128,"Cost":119,"Date":"4/14/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":454,"Cost":280,"Date":"5/3/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":510,"Cost":366,"Date":"5/9/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":590,"Cost":332,"Date":"5/15/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":421,"Cost":308,"Date":"5/25/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":728,"Cost":599,"Date":"5/26/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":424,"Cost":281,"Date":"5/31/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":832,"Cost":779,"Date":"7/27/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":527,"Cost":333,"Date":"9/17/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":420,"Cost":258,"Date":"10/6/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":764,"Cost":560,"Date":"10/8/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":766,"Cost":570,"Date":"10/26/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":224,"Cost":194,"Date":"11/16/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":328,"Cost":302,"Date":"11/18/2024"},{"Store":"Tokyo Solamachi","Brand":"COS","Country":"Japan","Sale":833,"Cost":625,"Date":"12/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":694,"Cost":651,"Date":"2/9/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":641,"Cost":503,"Date":"2/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":650,"Cost":584,"Date":"3/10/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":727,"Cost":528,"Date":"3/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":397,"Cost":202,"Date":"3/18/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":690,"Cost":364,"Date":"3/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":242,"Cost":223,"Date":"3/26/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":911,"Cost":520,"Date":"6/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":393,"Cost":287,"Date":"6/10/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":426,"Cost":340,"Date":"6/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":964,"Cost":909,"Date":"6/25/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":316,"Date":"7/19/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":166,"Cost":147,"Date":"7/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":608,"Cost":499,"Date":"7/25/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":155,"Cost":83,"Date":"8/4/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":801,"Cost":479,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":276,"Cost":140,"Date":"9/4/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":511,"Cost":354,"Date":"9/19/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":927,"Cost":812,"Date":"9/29/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":535,"Cost":442,"Date":"10/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":394,"Cost":237,"Date":"10/15/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":68,"Cost":47,"Date":"10/30/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":872,"Cost":485,"Date":"11/9/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":518,"Cost":287,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":703,"Cost":489,"Date":"11/30/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":429,"Cost":388,"Date":"12/8/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":75,"Cost":58,"Date":"12/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":284,"Cost":184,"Date":"1/15/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":812,"Cost":595,"Date":"1/24/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":108,"Cost":77,"Date":"2/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":446,"Cost":262,"Date":"2/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":591,"Cost":454,"Date":"3/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":702,"Date":"3/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":649,"Date":"4/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":310,"Cost":234,"Date":"5/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":885,"Cost":597,"Date":"5/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":202,"Cost":136,"Date":"6/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":810,"Cost":740,"Date":"6/26/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":138,"Cost":115,"Date":"7/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":517,"Cost":308,"Date":"7/13/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":21,"Cost":16,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":983,"Cost":809,"Date":"8/26/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":448,"Cost":401,"Date":"9/2/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":363,"Cost":187,"Date":"9/29/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":17,"Cost":14,"Date":"10/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":260,"Cost":226,"Date":"11/2/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":237,"Cost":148,"Date":"11/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":532,"Cost":485,"Date":"11/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":77,"Cost":41,"Date":"12/1/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":33,"Cost":22,"Date":"12/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":924,"Cost":815,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":621,"Cost":469,"Date":"12/18/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":380,"Cost":196,"Date":"12/20/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":687,"Cost":417,"Date":"12/20/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":437,"Cost":301,"Date":"12/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":803,"Cost":723,"Date":"1/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":733,"Cost":600,"Date":"2/5/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":165,"Cost":102,"Date":"2/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":419,"Cost":369,"Date":"2/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":687,"Cost":567,"Date":"2/18/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":956,"Cost":543,"Date":"2/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":343,"Cost":294,"Date":"2/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":687,"Cost":413,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":438,"Cost":314,"Date":"4/2/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":383,"Cost":349,"Date":"4/3/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":290,"Cost":231,"Date":"4/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":478,"Cost":249,"Date":"4/10/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":212,"Cost":166,"Date":"4/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":377,"Cost":263,"Date":"5/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":955,"Cost":865,"Date":"5/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":862,"Cost":540,"Date":"6/20/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":273,"Cost":140,"Date":"7/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":913,"Cost":691,"Date":"7/4/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":926,"Cost":877,"Date":"7/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":290,"Cost":232,"Date":"7/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":823,"Cost":494,"Date":"7/14/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":864,"Cost":640,"Date":"7/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":999,"Cost":693,"Date":"8/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":357,"Cost":187,"Date":"8/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":460,"Cost":259,"Date":"8/7/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":12,"Cost":8,"Date":"8/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":679,"Cost":588,"Date":"8/31/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":624,"Cost":441,"Date":"9/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":95,"Cost":91,"Date":"9/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":842,"Cost":513,"Date":"9/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":151,"Cost":122,"Date":"9/29/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":458,"Cost":419,"Date":"11/7/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":350,"Cost":325,"Date":"11/26/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":887,"Cost":503,"Date":"11/27/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":189,"Cost":164,"Date":"12/5/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":915,"Cost":527,"Date":"12/26/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":480,"Cost":257,"Date":"12/31/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":119,"Cost":80,"Date":"1/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":813,"Cost":649,"Date":"2/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":110,"Cost":81,"Date":"2/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":497,"Cost":371,"Date":"2/27/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":298,"Cost":196,"Date":"3/1/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":912,"Cost":647,"Date":"3/1/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":188,"Cost":157,"Date":"3/19/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":441,"Cost":234,"Date":"3/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":661,"Cost":485,"Date":"5/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":64,"Cost":42,"Date":"7/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":626,"Cost":393,"Date":"8/5/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":62,"Cost":38,"Date":"8/12/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":678,"Cost":637,"Date":"8/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":695,"Cost":500,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":130,"Cost":120,"Date":"9/3/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":59,"Cost":56,"Date":"9/5/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":957,"Cost":671,"Date":"10/6/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":678,"Cost":389,"Date":"10/19/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":46,"Cost":37,"Date":"11/15/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":253,"Cost":187,"Date":"12/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":822,"Cost":444,"Date":"1/8/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":104,"Cost":74,"Date":"1/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":532,"Cost":345,"Date":"1/19/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":585,"Cost":315,"Date":"1/28/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":108,"Cost":101,"Date":"1/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":822,"Cost":646,"Date":"3/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":551,"Cost":376,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":326,"Cost":202,"Date":"4/24/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":706,"Cost":660,"Date":"4/28/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":997,"Cost":895,"Date":"5/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":356,"Cost":326,"Date":"5/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":657,"Cost":566,"Date":"5/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":130,"Cost":112,"Date":"6/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":671,"Cost":578,"Date":"6/3/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":681,"Cost":565,"Date":"6/5/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":422,"Cost":223,"Date":"6/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":922,"Cost":572,"Date":"6/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":615,"Cost":494,"Date":"6/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":18,"Cost":12,"Date":"6/24/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":261,"Cost":207,"Date":"7/4/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":168,"Cost":126,"Date":"7/9/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":491,"Cost":340,"Date":"7/12/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":493,"Cost":285,"Date":"8/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":670,"Cost":337,"Date":"8/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":451,"Cost":336,"Date":"8/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":67,"Cost":41,"Date":"9/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":544,"Cost":293,"Date":"9/3/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":191,"Cost":166,"Date":"9/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":18,"Cost":11,"Date":"10/4/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":116,"Cost":104,"Date":"11/1/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":590,"Cost":559,"Date":"11/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":564,"Date":"12/17/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":836,"Cost":736,"Date":"2/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":117,"Cost":87,"Date":"2/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":304,"Cost":205,"Date":"3/4/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":804,"Cost":739,"Date":"3/9/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":450,"Cost":262,"Date":"3/9/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":869,"Cost":604,"Date":"3/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":444,"Cost":334,"Date":"3/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":109,"Cost":59,"Date":"3/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":720,"Cost":412,"Date":"3/23/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":735,"Cost":579,"Date":"4/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":326,"Cost":233,"Date":"5/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":934,"Cost":808,"Date":"5/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":20,"Cost":11,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":249,"Cost":183,"Date":"6/2/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":919,"Cost":637,"Date":"6/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":880,"Cost":783,"Date":"6/16/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":239,"Cost":195,"Date":"6/16/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":378,"Cost":300,"Date":"7/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":347,"Cost":263,"Date":"7/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":756,"Cost":664,"Date":"8/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":281,"Cost":143,"Date":"8/29/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":685,"Cost":520,"Date":"8/31/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":913,"Cost":577,"Date":"9/8/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":238,"Cost":191,"Date":"9/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":762,"Cost":694,"Date":"9/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":355,"Cost":230,"Date":"9/19/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":147,"Cost":108,"Date":"9/25/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":179,"Cost":160,"Date":"10/4/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":392,"Cost":335,"Date":"10/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":607,"Cost":468,"Date":"10/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":780,"Cost":728,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":354,"Cost":184,"Date":"10/30/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":838,"Cost":695,"Date":"11/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":149,"Cost":120,"Date":"11/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":201,"Cost":126,"Date":"11/25/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":426,"Cost":367,"Date":"1/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":300,"Cost":229,"Date":"1/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":64,"Cost":37,"Date":"1/20/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":200,"Cost":140,"Date":"2/8/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":321,"Cost":270,"Date":"2/25/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":833,"Cost":416,"Date":"3/7/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":93,"Cost":69,"Date":"3/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":906,"Cost":552,"Date":"3/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":359,"Cost":181,"Date":"4/5/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":10,"Cost":8,"Date":"4/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":283,"Cost":191,"Date":"5/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":112,"Cost":96,"Date":"5/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":231,"Cost":195,"Date":"5/15/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":516,"Cost":286,"Date":"5/25/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":715,"Cost":527,"Date":"5/26/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":485,"Cost":326,"Date":"5/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":719,"Cost":472,"Date":"7/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":913,"Cost":751,"Date":"9/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":755,"Cost":677,"Date":"10/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":881,"Cost":672,"Date":"10/8/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":676,"Date":"10/26/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":550,"Cost":328,"Date":"11/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":700,"Cost":532,"Date":"11/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"ARKET","Country":"Japan","Sale":723,"Cost":542,"Date":"12/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":993,"Cost":917,"Date":"2/9/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":2,"Cost":2,"Date":"2/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":888,"Cost":765,"Date":"3/10/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":370,"Cost":259,"Date":"3/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":446,"Cost":296,"Date":"3/18/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":299,"Cost":215,"Date":"3/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":603,"Cost":400,"Date":"3/26/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":17,"Cost":15,"Date":"6/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":645,"Cost":590,"Date":"6/10/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":455,"Cost":356,"Date":"6/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":654,"Cost":501,"Date":"6/25/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":232,"Cost":207,"Date":"7/19/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":565,"Cost":302,"Date":"7/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":885,"Cost":708,"Date":"7/25/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":94,"Cost":52,"Date":"8/4/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":173,"Cost":123,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":384,"Cost":330,"Date":"9/4/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":459,"Cost":238,"Date":"9/19/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":171,"Cost":156,"Date":"9/29/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":453,"Cost":403,"Date":"10/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":410,"Cost":361,"Date":"10/15/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":318,"Cost":211,"Date":"10/30/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":75,"Cost":47,"Date":"11/9/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":349,"Cost":235,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":870,"Cost":450,"Date":"11/30/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":621,"Cost":545,"Date":"12/8/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":756,"Cost":681,"Date":"12/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":62,"Cost":44,"Date":"1/15/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":704,"Cost":630,"Date":"1/24/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":757,"Cost":447,"Date":"2/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":228,"Cost":128,"Date":"2/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":314,"Cost":242,"Date":"3/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":440,"Cost":261,"Date":"3/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":801,"Cost":541,"Date":"4/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":911,"Cost":851,"Date":"5/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":156,"Cost":124,"Date":"5/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":587,"Cost":325,"Date":"6/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":758,"Cost":630,"Date":"6/26/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":163,"Cost":85,"Date":"7/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":61,"Cost":44,"Date":"7/13/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":783,"Cost":444,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":997,"Cost":539,"Date":"8/26/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":15,"Cost":11,"Date":"9/2/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":31,"Cost":17,"Date":"9/29/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":411,"Cost":301,"Date":"10/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":250,"Cost":202,"Date":"11/2/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":695,"Cost":552,"Date":"11/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":154,"Cost":129,"Date":"11/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":523,"Cost":311,"Date":"12/1/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":378,"Cost":289,"Date":"12/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":632,"Cost":546,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":688,"Cost":402,"Date":"12/18/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":97,"Cost":59,"Date":"12/20/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":854,"Cost":469,"Date":"12/20/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":978,"Cost":709,"Date":"12/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":980,"Cost":799,"Date":"1/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":451,"Cost":405,"Date":"2/5/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":536,"Cost":475,"Date":"2/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":462,"Cost":250,"Date":"2/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":176,"Cost":158,"Date":"2/18/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":907,"Cost":833,"Date":"2/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":128,"Cost":104,"Date":"2/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":913,"Cost":695,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":131,"Cost":118,"Date":"4/2/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":977,"Cost":522,"Date":"4/3/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":183,"Cost":159,"Date":"4/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":61,"Cost":52,"Date":"4/10/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":630,"Cost":563,"Date":"4/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":836,"Cost":615,"Date":"5/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":733,"Cost":548,"Date":"5/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":180,"Cost":101,"Date":"6/20/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":775,"Cost":392,"Date":"7/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":650,"Cost":585,"Date":"7/4/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":677,"Cost":595,"Date":"7/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":796,"Cost":738,"Date":"7/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":571,"Cost":411,"Date":"7/14/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":510,"Cost":267,"Date":"7/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":207,"Cost":107,"Date":"8/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":969,"Cost":602,"Date":"8/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":509,"Cost":372,"Date":"8/7/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":390,"Cost":371,"Date":"8/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":896,"Cost":604,"Date":"8/31/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":894,"Cost":451,"Date":"9/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":73,"Cost":70,"Date":"9/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":321,"Cost":254,"Date":"9/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":123,"Cost":110,"Date":"9/29/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":513,"Cost":288,"Date":"11/7/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":630,"Cost":425,"Date":"11/26/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":910,"Cost":804,"Date":"11/27/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":83,"Cost":67,"Date":"12/5/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":523,"Cost":340,"Date":"12/26/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":335,"Cost":299,"Date":"12/31/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":603,"Cost":551,"Date":"1/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":382,"Cost":236,"Date":"2/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":723,"Cost":582,"Date":"2/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":70,"Cost":41,"Date":"2/27/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":977,"Cost":601,"Date":"3/1/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":185,"Cost":171,"Date":"3/1/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":454,"Date":"3/19/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":923,"Cost":627,"Date":"3/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":282,"Cost":206,"Date":"5/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":473,"Cost":352,"Date":"7/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":552,"Cost":333,"Date":"8/5/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":868,"Cost":736,"Date":"8/12/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":809,"Cost":659,"Date":"8/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":355,"Cost":262,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":692,"Cost":371,"Date":"9/3/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":10,"Cost":7,"Date":"9/5/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":266,"Cost":134,"Date":"10/6/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":893,"Cost":547,"Date":"10/19/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":919,"Cost":524,"Date":"11/15/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":910,"Cost":861,"Date":"12/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":202,"Cost":176,"Date":"1/8/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":574,"Cost":399,"Date":"1/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":777,"Cost":656,"Date":"1/19/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":560,"Cost":288,"Date":"1/28/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":279,"Cost":231,"Date":"1/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":18,"Cost":17,"Date":"3/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":5,"Cost":3,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":640,"Date":"4/24/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":581,"Cost":393,"Date":"4/28/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":12,"Cost":7,"Date":"5/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":327,"Cost":248,"Date":"5/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":800,"Cost":610,"Date":"5/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":851,"Cost":592,"Date":"6/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":483,"Cost":438,"Date":"6/3/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":735,"Cost":688,"Date":"6/5/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":207,"Cost":191,"Date":"6/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":526,"Cost":356,"Date":"6/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":649,"Cost":391,"Date":"6/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":460,"Cost":295,"Date":"6/24/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":834,"Cost":441,"Date":"7/4/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":953,"Cost":853,"Date":"7/9/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":808,"Cost":566,"Date":"7/12/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":903,"Cost":553,"Date":"8/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":783,"Cost":488,"Date":"8/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":265,"Cost":231,"Date":"8/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":452,"Cost":304,"Date":"9/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":188,"Cost":144,"Date":"9/3/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":166,"Cost":116,"Date":"9/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":482,"Cost":389,"Date":"10/4/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":367,"Cost":326,"Date":"11/1/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":608,"Cost":392,"Date":"11/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":182,"Cost":94,"Date":"12/17/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":420,"Cost":342,"Date":"2/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":645,"Cost":461,"Date":"2/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":852,"Cost":749,"Date":"3/4/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":727,"Cost":401,"Date":"3/9/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":716,"Cost":561,"Date":"3/9/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":858,"Cost":525,"Date":"3/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":943,"Cost":717,"Date":"3/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":780,"Cost":645,"Date":"3/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":188,"Cost":149,"Date":"3/23/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":95,"Cost":80,"Date":"4/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":721,"Cost":475,"Date":"5/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":890,"Cost":748,"Date":"5/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":158,"Cost":98,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":375,"Cost":319,"Date":"6/2/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":102,"Cost":93,"Date":"6/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":227,"Cost":118,"Date":"6/16/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":946,"Cost":806,"Date":"6/16/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":557,"Cost":327,"Date":"7/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":333,"Cost":225,"Date":"7/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":111,"Cost":81,"Date":"8/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":240,"Cost":211,"Date":"8/29/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":643,"Cost":475,"Date":"8/31/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":233,"Cost":155,"Date":"9/8/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":683,"Cost":600,"Date":"9/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":28,"Date":"9/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":548,"Cost":512,"Date":"9/19/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":749,"Cost":642,"Date":"9/25/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":758,"Cost":634,"Date":"10/4/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":410,"Cost":260,"Date":"10/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":264,"Cost":236,"Date":"10/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":520,"Cost":455,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":762,"Cost":711,"Date":"10/30/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":432,"Cost":383,"Date":"11/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":135,"Cost":91,"Date":"11/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":475,"Cost":261,"Date":"11/25/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":824,"Cost":477,"Date":"1/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":454,"Cost":430,"Date":"1/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":423,"Cost":335,"Date":"1/20/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":261,"Cost":146,"Date":"2/8/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":319,"Cost":159,"Date":"2/25/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":76,"Cost":59,"Date":"3/7/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":805,"Cost":632,"Date":"3/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":816,"Cost":646,"Date":"3/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":85,"Cost":47,"Date":"4/5/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":674,"Cost":632,"Date":"4/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":544,"Cost":315,"Date":"5/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":962,"Cost":812,"Date":"5/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":90,"Cost":79,"Date":"5/15/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":80,"Cost":44,"Date":"5/25/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":811,"Cost":490,"Date":"5/26/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":359,"Cost":327,"Date":"5/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":922,"Cost":475,"Date":"7/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":3,"Cost":2,"Date":"9/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":733,"Cost":481,"Date":"10/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":876,"Cost":586,"Date":"10/8/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":150,"Cost":77,"Date":"10/26/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":352,"Cost":335,"Date":"11/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":622,"Cost":392,"Date":"11/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM Home","Country":"Japan","Sale":319,"Cost":284,"Date":"12/1/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":678,"Cost":581,"Date":"2/9/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":446,"Cost":244,"Date":"2/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":196,"Cost":117,"Date":"3/10/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":576,"Cost":502,"Date":"3/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":318,"Cost":258,"Date":"3/18/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":65,"Cost":58,"Date":"3/20/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":940,"Cost":518,"Date":"3/26/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":168,"Cost":159,"Date":"6/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":593,"Cost":488,"Date":"6/10/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":297,"Cost":171,"Date":"6/16/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":444,"Cost":368,"Date":"6/25/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":504,"Cost":348,"Date":"7/19/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":64,"Cost":56,"Date":"7/21/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":850,"Cost":647,"Date":"7/25/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":237,"Cost":129,"Date":"8/4/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":460,"Cost":236,"Date":"9/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":982,"Cost":928,"Date":"9/4/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":819,"Cost":564,"Date":"9/19/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":512,"Cost":313,"Date":"9/29/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":714,"Cost":491,"Date":"10/2/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":690,"Cost":475,"Date":"10/15/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":871,"Cost":506,"Date":"10/30/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":353,"Cost":255,"Date":"11/9/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":86,"Cost":72,"Date":"11/23/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":510,"Cost":354,"Date":"11/30/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":123,"Cost":70,"Date":"12/8/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":494,"Cost":409,"Date":"12/11/2018"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":199,"Cost":167,"Date":"1/15/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":969,"Cost":620,"Date":"1/24/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":341,"Cost":281,"Date":"2/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":547,"Cost":285,"Date":"2/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":558,"Cost":425,"Date":"3/9/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":953,"Cost":829,"Date":"3/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":388,"Cost":244,"Date":"4/19/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":41,"Cost":35,"Date":"5/3/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":297,"Cost":203,"Date":"5/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":611,"Cost":581,"Date":"6/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":775,"Cost":719,"Date":"6/26/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":749,"Cost":627,"Date":"7/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":657,"Cost":463,"Date":"7/13/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":596,"Cost":399,"Date":"8/8/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":381,"Cost":291,"Date":"8/26/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":336,"Cost":248,"Date":"9/2/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":641,"Cost":398,"Date":"9/29/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":674,"Cost":577,"Date":"10/12/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":376,"Cost":286,"Date":"11/2/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":687,"Cost":483,"Date":"11/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":774,"Cost":523,"Date":"11/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":956,"Cost":545,"Date":"12/1/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":130,"Cost":94,"Date":"12/4/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":474,"Cost":360,"Date":"12/7/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":50,"Cost":45,"Date":"12/18/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":617,"Cost":444,"Date":"12/20/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":623,"Cost":358,"Date":"12/20/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":933,"Cost":849,"Date":"12/21/2019"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":434,"Cost":318,"Date":"1/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":353,"Cost":216,"Date":"2/5/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":789,"Cost":424,"Date":"2/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":388,"Cost":367,"Date":"2/16/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":436,"Cost":261,"Date":"2/18/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":75,"Cost":39,"Date":"2/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":814,"Cost":708,"Date":"2/25/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":732,"Cost":490,"Date":"3/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":13,"Cost":12,"Date":"4/2/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":798,"Cost":642,"Date":"4/3/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":710,"Cost":355,"Date":"4/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":783,"Cost":423,"Date":"4/10/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":336,"Cost":312,"Date":"4/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":5,"Cost":4,"Date":"5/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":861,"Cost":657,"Date":"5/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":309,"Cost":254,"Date":"6/20/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":387,"Cost":243,"Date":"7/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":115,"Cost":104,"Date":"7/4/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":11,"Cost":8,"Date":"7/8/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":739,"Cost":602,"Date":"7/9/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":448,"Cost":347,"Date":"7/14/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":309,"Cost":225,"Date":"7/19/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":406,"Cost":344,"Date":"8/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":684,"Cost":472,"Date":"8/6/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":855,"Cost":489,"Date":"8/7/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":220,"Cost":170,"Date":"8/22/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":923,"Cost":702,"Date":"8/31/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":368,"Cost":290,"Date":"9/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":416,"Cost":276,"Date":"9/1/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":510,"Cost":429,"Date":"9/17/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":686,"Cost":586,"Date":"9/29/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":72,"Cost":62,"Date":"11/7/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":459,"Cost":342,"Date":"11/26/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":259,"Cost":236,"Date":"11/27/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":73,"Cost":40,"Date":"12/5/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":386,"Cost":344,"Date":"12/26/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":764,"Cost":459,"Date":"12/31/2020"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":391,"Cost":359,"Date":"1/20/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":169,"Cost":133,"Date":"2/2/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":365,"Cost":327,"Date":"2/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":997,"Cost":852,"Date":"2/27/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":298,"Cost":190,"Date":"3/1/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":988,"Cost":727,"Date":"3/1/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":318,"Cost":199,"Date":"3/19/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":674,"Cost":349,"Date":"3/28/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":890,"Cost":570,"Date":"5/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":209,"Cost":173,"Date":"7/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":857,"Cost":565,"Date":"8/5/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":693,"Cost":605,"Date":"8/12/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":905,"Cost":562,"Date":"8/21/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":420,"Cost":262,"Date":"8/23/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":67,"Cost":48,"Date":"9/3/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":303,"Cost":287,"Date":"9/5/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":94,"Cost":53,"Date":"10/6/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":43,"Cost":33,"Date":"10/19/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":341,"Cost":252,"Date":"11/15/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":384,"Cost":233,"Date":"12/8/2021"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":985,"Cost":822,"Date":"1/8/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":971,"Cost":792,"Date":"1/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":869,"Cost":676,"Date":"1/19/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":721,"Cost":670,"Date":"1/28/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":319,"Cost":239,"Date":"1/31/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":466,"Cost":241,"Date":"3/27/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":724,"Cost":493,"Date":"4/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":952,"Cost":522,"Date":"4/24/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":225,"Cost":168,"Date":"4/28/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":817,"Cost":706,"Date":"5/15/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":195,"Cost":172,"Date":"5/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":22,"Cost":17,"Date":"5/18/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":430,"Cost":241,"Date":"6/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":839,"Cost":776,"Date":"6/3/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":184,"Cost":112,"Date":"6/5/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":583,"Cost":326,"Date":"6/7/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":592,"Cost":540,"Date":"6/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":25,"Cost":19,"Date":"6/20/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":150,"Cost":138,"Date":"6/24/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":434,"Cost":300,"Date":"7/4/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":376,"Cost":313,"Date":"7/9/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":950,"Cost":723,"Date":"7/12/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":945,"Cost":766,"Date":"8/14/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":737,"Cost":531,"Date":"8/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":343,"Cost":203,"Date":"8/23/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":36,"Cost":33,"Date":"9/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":85,"Cost":52,"Date":"9/3/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":297,"Cost":151,"Date":"9/16/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":602,"Cost":550,"Date":"10/4/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":133,"Cost":74,"Date":"11/1/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":774,"Cost":614,"Date":"11/2/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":836,"Cost":463,"Date":"12/17/2022"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":395,"Cost":365,"Date":"2/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":939,"Cost":823,"Date":"2/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":702,"Cost":384,"Date":"3/4/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":647,"Cost":478,"Date":"3/9/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":804,"Cost":546,"Date":"3/9/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":503,"Cost":345,"Date":"3/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":975,"Cost":506,"Date":"3/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":816,"Cost":736,"Date":"3/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":752,"Cost":439,"Date":"3/23/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":322,"Cost":188,"Date":"4/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":550,"Cost":278,"Date":"5/7/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":622,"Cost":330,"Date":"5/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":883,"Cost":719,"Date":"5/20/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":177,"Cost":95,"Date":"6/2/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":545,"Cost":363,"Date":"6/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":433,"Cost":232,"Date":"6/16/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":370,"Cost":193,"Date":"6/16/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":743,"Cost":640,"Date":"7/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":82,"Cost":55,"Date":"7/11/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":215,"Cost":165,"Date":"8/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":576,"Cost":350,"Date":"8/29/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":340,"Cost":276,"Date":"8/31/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":46,"Cost":23,"Date":"9/8/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":930,"Cost":477,"Date":"9/13/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":708,"Cost":570,"Date":"9/14/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":193,"Cost":173,"Date":"9/19/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":367,"Cost":239,"Date":"9/25/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":332,"Cost":246,"Date":"10/4/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":691,"Cost":534,"Date":"10/10/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":913,"Cost":579,"Date":"10/17/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":743,"Cost":552,"Date":"10/28/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":526,"Cost":363,"Date":"10/30/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":960,"Cost":699,"Date":"11/1/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":288,"Cost":224,"Date":"11/15/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":183,"Cost":97,"Date":"11/25/2023"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":918,"Cost":845,"Date":"1/10/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":431,"Cost":283,"Date":"1/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":818,"Cost":513,"Date":"1/20/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":283,"Cost":165,"Date":"2/8/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":684,"Cost":603,"Date":"2/25/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":589,"Cost":385,"Date":"3/7/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":63,"Cost":42,"Date":"3/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":796,"Cost":498,"Date":"3/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":441,"Cost":316,"Date":"4/5/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":475,"Cost":281,"Date":"4/14/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":416,"Cost":280,"Date":"5/3/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":673,"Cost":557,"Date":"5/9/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":234,"Cost":125,"Date":"5/15/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":738,"Cost":549,"Date":"5/25/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":97,"Cost":76,"Date":"5/26/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":544,"Cost":464,"Date":"5/31/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":650,"Cost":573,"Date":"7/27/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":307,"Cost":286,"Date":"9/17/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":708,"Cost":588,"Date":"10/6/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":214,"Cost":139,"Date":"10/8/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":96,"Cost":85,"Date":"10/26/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":829,"Cost":639,"Date":"11/16/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":294,"Cost":150,"Date":"11/18/2024"},{"Store":"Tokyu Plaza Omotesando Harajuku, Tokyo","Brand":"HM","Country":"Japan","Sale":943,"Cost":611,"Date":"12/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":672,"Cost":534,"Date":"2/9/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":136,"Cost":117,"Date":"2/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":834,"Cost":469,"Date":"3/10/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":289,"Cost":156,"Date":"3/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":485,"Cost":375,"Date":"3/18/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":838,"Cost":650,"Date":"3/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":908,"Cost":692,"Date":"3/26/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":485,"Cost":432,"Date":"6/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":395,"Cost":232,"Date":"6/10/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":439,"Cost":236,"Date":"6/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":358,"Cost":316,"Date":"6/25/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":255,"Cost":131,"Date":"7/19/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":602,"Cost":509,"Date":"7/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":835,"Cost":791,"Date":"7/25/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":306,"Cost":220,"Date":"8/4/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":36,"Cost":26,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":951,"Cost":896,"Date":"9/4/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":365,"Cost":186,"Date":"9/19/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":201,"Cost":188,"Date":"9/29/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":910,"Cost":596,"Date":"10/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":174,"Cost":161,"Date":"10/15/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":98,"Cost":62,"Date":"10/30/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":708,"Cost":480,"Date":"11/9/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":514,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":751,"Cost":617,"Date":"11/30/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":18,"Cost":9,"Date":"12/8/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":282,"Cost":254,"Date":"12/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":530,"Cost":367,"Date":"1/15/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":595,"Cost":555,"Date":"1/24/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":964,"Cost":826,"Date":"2/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":823,"Cost":479,"Date":"2/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":489,"Cost":299,"Date":"3/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":279,"Cost":177,"Date":"3/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":184,"Cost":94,"Date":"4/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":744,"Cost":697,"Date":"5/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":230,"Cost":158,"Date":"5/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":404,"Cost":273,"Date":"6/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":345,"Cost":173,"Date":"6/26/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":886,"Cost":674,"Date":"7/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":55,"Cost":47,"Date":"7/13/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":501,"Cost":313,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":787,"Cost":497,"Date":"8/26/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":365,"Cost":214,"Date":"9/2/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":961,"Cost":827,"Date":"9/29/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":796,"Cost":720,"Date":"10/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":359,"Cost":305,"Date":"11/2/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":995,"Cost":541,"Date":"11/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":307,"Cost":210,"Date":"11/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":717,"Cost":378,"Date":"12/1/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":193,"Cost":174,"Date":"12/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":613,"Cost":465,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":293,"Cost":254,"Date":"12/18/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":331,"Cost":183,"Date":"12/20/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":827,"Cost":532,"Date":"12/20/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":34,"Cost":22,"Date":"12/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":473,"Cost":371,"Date":"1/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":611,"Cost":354,"Date":"2/5/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":122,"Cost":98,"Date":"2/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":235,"Cost":137,"Date":"2/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":458,"Cost":302,"Date":"2/18/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":294,"Cost":163,"Date":"2/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":852,"Cost":473,"Date":"2/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":199,"Cost":178,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":306,"Cost":174,"Date":"4/2/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":454,"Cost":300,"Date":"4/3/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":889,"Cost":505,"Date":"4/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":73,"Cost":65,"Date":"4/10/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":535,"Cost":505,"Date":"4/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":729,"Cost":628,"Date":"5/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":225,"Cost":204,"Date":"5/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":480,"Cost":447,"Date":"6/20/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":1000,"Cost":782,"Date":"7/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":886,"Cost":486,"Date":"7/4/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":642,"Cost":520,"Date":"7/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":55,"Cost":44,"Date":"7/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":721,"Cost":494,"Date":"7/14/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":230,"Cost":141,"Date":"7/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":765,"Cost":507,"Date":"8/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":316,"Cost":203,"Date":"8/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":278,"Cost":172,"Date":"8/7/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":156,"Cost":140,"Date":"8/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":119,"Cost":62,"Date":"8/31/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":491,"Cost":320,"Date":"9/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":712,"Cost":493,"Date":"9/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":196,"Cost":112,"Date":"9/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":179,"Cost":169,"Date":"9/29/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":307,"Cost":259,"Date":"11/7/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":587,"Cost":327,"Date":"11/26/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":439,"Cost":397,"Date":"11/27/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":562,"Cost":464,"Date":"12/5/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":147,"Cost":126,"Date":"12/26/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":668,"Date":"12/31/2020"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":907,"Cost":537,"Date":"1/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":612,"Cost":564,"Date":"2/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":426,"Cost":323,"Date":"2/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":506,"Cost":381,"Date":"2/27/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":923,"Cost":794,"Date":"3/1/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":591,"Cost":441,"Date":"3/1/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":13,"Cost":13,"Date":"3/19/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":417,"Cost":274,"Date":"3/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":503,"Cost":254,"Date":"5/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":413,"Cost":262,"Date":"7/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":170,"Cost":149,"Date":"8/5/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":64,"Cost":58,"Date":"8/12/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":335,"Cost":188,"Date":"8/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":562,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":303,"Cost":277,"Date":"9/3/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":317,"Cost":238,"Date":"9/5/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":847,"Cost":612,"Date":"10/6/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":749,"Cost":543,"Date":"10/19/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":859,"Cost":768,"Date":"11/15/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":526,"Cost":362,"Date":"12/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":28,"Cost":25,"Date":"1/8/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":321,"Cost":291,"Date":"1/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":764,"Cost":461,"Date":"1/19/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":618,"Cost":375,"Date":"1/28/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":16,"Cost":11,"Date":"1/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":693,"Cost":580,"Date":"3/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":396,"Cost":300,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":678,"Cost":536,"Date":"4/24/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":835,"Cost":778,"Date":"4/28/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":971,"Cost":616,"Date":"5/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":318,"Cost":193,"Date":"5/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":746,"Cost":581,"Date":"5/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":666,"Cost":397,"Date":"6/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":656,"Cost":436,"Date":"6/3/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":57,"Cost":43,"Date":"6/5/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":932,"Cost":828,"Date":"6/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":346,"Cost":242,"Date":"6/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":508,"Cost":446,"Date":"6/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":985,"Cost":770,"Date":"6/24/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":436,"Cost":318,"Date":"7/4/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":880,"Cost":738,"Date":"7/9/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":733,"Cost":375,"Date":"7/12/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":483,"Cost":262,"Date":"8/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":792,"Cost":624,"Date":"8/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":19,"Cost":11,"Date":"8/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":310,"Cost":286,"Date":"9/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":661,"Cost":498,"Date":"9/3/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":138,"Cost":98,"Date":"9/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":40,"Cost":21,"Date":"10/4/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":196,"Cost":168,"Date":"11/1/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":813,"Cost":587,"Date":"11/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":143,"Cost":99,"Date":"12/17/2022"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":826,"Cost":716,"Date":"2/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":908,"Cost":542,"Date":"2/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":561,"Cost":532,"Date":"3/4/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":515,"Cost":266,"Date":"3/9/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":32,"Cost":16,"Date":"3/9/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":924,"Cost":670,"Date":"3/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":482,"Cost":414,"Date":"3/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":36,"Cost":35,"Date":"3/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":77,"Cost":67,"Date":"3/23/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":61,"Cost":42,"Date":"4/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":32,"Cost":27,"Date":"5/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":322,"Cost":259,"Date":"5/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":389,"Cost":337,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":567,"Cost":306,"Date":"6/2/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":130,"Cost":107,"Date":"6/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":192,"Cost":116,"Date":"6/16/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":187,"Cost":98,"Date":"6/16/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":339,"Cost":238,"Date":"7/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":770,"Cost":512,"Date":"7/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":744,"Cost":449,"Date":"8/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":657,"Cost":487,"Date":"8/29/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":952,"Cost":804,"Date":"8/31/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":782,"Cost":681,"Date":"9/8/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":510,"Cost":332,"Date":"9/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":849,"Cost":456,"Date":"9/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":506,"Cost":341,"Date":"9/19/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":256,"Cost":222,"Date":"9/25/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":138,"Cost":89,"Date":"10/4/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":889,"Cost":754,"Date":"10/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":152,"Cost":91,"Date":"10/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":298,"Cost":213,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":438,"Cost":241,"Date":"10/30/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":181,"Cost":131,"Date":"11/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":405,"Cost":335,"Date":"11/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":421,"Cost":286,"Date":"11/25/2023"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":839,"Cost":763,"Date":"1/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":39,"Cost":28,"Date":"1/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":857,"Cost":646,"Date":"1/20/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":473,"Cost":405,"Date":"2/8/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":953,"Cost":645,"Date":"2/25/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":928,"Cost":517,"Date":"3/7/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":679,"Cost":644,"Date":"3/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":259,"Cost":237,"Date":"3/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":542,"Cost":442,"Date":"4/5/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":286,"Cost":208,"Date":"4/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":455,"Cost":317,"Date":"5/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":928,"Cost":696,"Date":"5/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":457,"Cost":348,"Date":"5/15/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":834,"Cost":650,"Date":"5/25/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":756,"Cost":572,"Date":"5/26/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":161,"Cost":125,"Date":"5/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":725,"Cost":649,"Date":"7/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":394,"Cost":345,"Date":"9/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":823,"Cost":475,"Date":"10/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":778,"Cost":437,"Date":"10/8/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":212,"Cost":194,"Date":"10/26/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":684,"Date":"11/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":124,"Cost":86,"Date":"11/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"HM Home","Country":"Japan","Sale":405,"Cost":370,"Date":"12/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":32,"Cost":27,"Date":"2/9/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":993,"Cost":696,"Date":"2/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":820,"Cost":751,"Date":"3/10/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":409,"Cost":340,"Date":"3/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":545,"Cost":479,"Date":"3/18/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":590,"Cost":517,"Date":"3/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":318,"Cost":189,"Date":"3/26/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":813,"Cost":645,"Date":"6/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":703,"Cost":405,"Date":"6/10/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":54,"Cost":45,"Date":"6/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":406,"Cost":330,"Date":"6/25/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":805,"Cost":515,"Date":"7/19/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":778,"Cost":565,"Date":"7/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":431,"Cost":359,"Date":"7/25/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":277,"Cost":186,"Date":"8/4/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":840,"Cost":598,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":281,"Cost":158,"Date":"9/4/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":469,"Cost":263,"Date":"9/19/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":207,"Cost":133,"Date":"9/29/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":80,"Cost":61,"Date":"10/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":856,"Cost":508,"Date":"10/15/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":498,"Cost":422,"Date":"10/30/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":614,"Cost":483,"Date":"11/9/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":18,"Cost":15,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":847,"Cost":554,"Date":"11/30/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":229,"Cost":115,"Date":"12/8/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":793,"Cost":666,"Date":"12/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":256,"Cost":175,"Date":"1/15/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":962,"Cost":662,"Date":"1/24/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":561,"Cost":427,"Date":"2/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":152,"Cost":107,"Date":"2/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":804,"Cost":510,"Date":"3/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":225,"Cost":162,"Date":"3/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":328,"Cost":221,"Date":"4/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":987,"Cost":647,"Date":"5/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":119,"Cost":70,"Date":"5/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":299,"Cost":177,"Date":"6/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":947,"Cost":765,"Date":"6/26/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":102,"Cost":71,"Date":"7/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":619,"Cost":506,"Date":"7/13/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":276,"Cost":231,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":947,"Cost":842,"Date":"8/26/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":722,"Cost":399,"Date":"9/2/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":1000,"Cost":697,"Date":"9/29/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":478,"Cost":440,"Date":"10/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":592,"Cost":509,"Date":"11/2/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":867,"Cost":507,"Date":"11/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":20,"Cost":19,"Date":"11/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":664,"Cost":489,"Date":"12/1/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":169,"Cost":129,"Date":"12/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":329,"Cost":206,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":226,"Cost":141,"Date":"12/18/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":864,"Cost":670,"Date":"12/20/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":202,"Cost":180,"Date":"12/20/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":752,"Cost":517,"Date":"12/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":531,"Cost":287,"Date":"1/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":291,"Cost":192,"Date":"2/5/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":69,"Cost":64,"Date":"2/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":172,"Cost":152,"Date":"2/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":68,"Cost":34,"Date":"2/18/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":752,"Cost":554,"Date":"2/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":201,"Cost":189,"Date":"2/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":65,"Cost":52,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":344,"Cost":265,"Date":"4/2/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":653,"Cost":464,"Date":"4/3/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":662,"Cost":435,"Date":"4/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":329,"Cost":171,"Date":"4/10/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":944,"Cost":878,"Date":"4/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":443,"Cost":319,"Date":"5/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":50,"Cost":32,"Date":"5/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":485,"Cost":373,"Date":"6/20/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":81,"Cost":64,"Date":"7/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":990,"Cost":676,"Date":"7/4/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":12,"Cost":8,"Date":"7/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":295,"Cost":196,"Date":"7/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":740,"Cost":452,"Date":"7/14/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":171,"Cost":111,"Date":"7/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":817,"Cost":685,"Date":"8/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":288,"Cost":235,"Date":"8/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":933,"Cost":787,"Date":"8/7/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":854,"Cost":693,"Date":"8/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":179,"Cost":110,"Date":"8/31/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":173,"Cost":105,"Date":"9/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":727,"Cost":558,"Date":"9/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":622,"Date":"9/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":96,"Cost":55,"Date":"9/29/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":577,"Cost":544,"Date":"11/7/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":634,"Cost":455,"Date":"11/26/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":861,"Cost":573,"Date":"11/27/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":454,"Cost":304,"Date":"12/5/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":176,"Cost":162,"Date":"12/26/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":11,"Cost":11,"Date":"12/31/2020"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":677,"Cost":445,"Date":"1/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":136,"Cost":129,"Date":"2/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":692,"Date":"2/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":75,"Cost":71,"Date":"2/27/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":535,"Cost":297,"Date":"3/1/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":764,"Cost":725,"Date":"3/1/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":941,"Cost":631,"Date":"3/19/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":381,"Cost":268,"Date":"3/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":160,"Cost":128,"Date":"5/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":937,"Cost":889,"Date":"7/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":720,"Cost":444,"Date":"8/5/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":633,"Cost":502,"Date":"8/12/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":739,"Cost":592,"Date":"8/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":200,"Cost":175,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":887,"Cost":564,"Date":"9/3/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":312,"Cost":276,"Date":"9/5/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":936,"Cost":608,"Date":"10/6/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":400,"Cost":309,"Date":"10/19/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":631,"Cost":550,"Date":"11/15/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":856,"Cost":641,"Date":"12/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":58,"Cost":50,"Date":"1/8/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":656,"Cost":495,"Date":"1/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":483,"Cost":446,"Date":"1/19/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":77,"Cost":39,"Date":"1/28/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":494,"Cost":373,"Date":"1/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":192,"Cost":160,"Date":"3/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":447,"Cost":344,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":219,"Cost":169,"Date":"4/24/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":749,"Cost":417,"Date":"4/28/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":209,"Cost":183,"Date":"5/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":505,"Cost":253,"Date":"5/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":954,"Cost":535,"Date":"5/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":833,"Cost":474,"Date":"6/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":733,"Cost":682,"Date":"6/3/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":614,"Cost":434,"Date":"6/5/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":243,"Cost":226,"Date":"6/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":455,"Cost":339,"Date":"6/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":149,"Cost":140,"Date":"6/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":220,"Cost":168,"Date":"6/24/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":452,"Cost":243,"Date":"7/4/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":697,"Cost":571,"Date":"7/9/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":819,"Cost":603,"Date":"7/12/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":272,"Cost":204,"Date":"8/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":347,"Cost":205,"Date":"8/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":450,"Cost":254,"Date":"8/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":269,"Cost":153,"Date":"9/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":620,"Cost":550,"Date":"9/3/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":359,"Cost":196,"Date":"9/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":286,"Cost":272,"Date":"10/4/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":60,"Cost":57,"Date":"11/1/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":692,"Cost":495,"Date":"11/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":874,"Cost":770,"Date":"12/17/2022"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":503,"Cost":417,"Date":"2/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":89,"Cost":50,"Date":"2/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":594,"Cost":430,"Date":"3/4/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":226,"Cost":134,"Date":"3/9/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":566,"Cost":486,"Date":"3/9/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":892,"Cost":801,"Date":"3/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":463,"Cost":411,"Date":"3/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":686,"Cost":548,"Date":"3/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":607,"Cost":341,"Date":"3/23/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":713,"Cost":397,"Date":"4/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":121,"Cost":88,"Date":"5/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":852,"Cost":663,"Date":"5/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":678,"Cost":598,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":653,"Cost":589,"Date":"6/2/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":884,"Cost":604,"Date":"6/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":87,"Cost":45,"Date":"6/16/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":872,"Cost":787,"Date":"6/16/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":200,"Cost":137,"Date":"7/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":692,"Cost":415,"Date":"7/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":226,"Cost":181,"Date":"8/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":188,"Cost":130,"Date":"8/29/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":56,"Cost":30,"Date":"8/31/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":222,"Cost":116,"Date":"9/8/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":373,"Cost":251,"Date":"9/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":422,"Cost":307,"Date":"9/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":242,"Cost":220,"Date":"9/19/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":379,"Cost":349,"Date":"9/25/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":840,"Cost":758,"Date":"10/4/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":805,"Cost":651,"Date":"10/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":566,"Cost":314,"Date":"10/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":295,"Cost":152,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":482,"Cost":431,"Date":"10/30/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":815,"Cost":746,"Date":"11/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":767,"Cost":686,"Date":"11/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":719,"Cost":559,"Date":"11/25/2023"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":896,"Cost":468,"Date":"1/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":646,"Cost":541,"Date":"1/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":997,"Cost":626,"Date":"1/20/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":320,"Cost":199,"Date":"2/8/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":570,"Cost":427,"Date":"2/25/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":372,"Cost":315,"Date":"3/7/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":196,"Cost":156,"Date":"3/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":99,"Cost":91,"Date":"3/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":798,"Cost":659,"Date":"4/5/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":483,"Cost":370,"Date":"4/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":765,"Cost":487,"Date":"5/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":198,"Cost":187,"Date":"5/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":917,"Cost":788,"Date":"5/15/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":958,"Cost":717,"Date":"5/25/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":581,"Cost":462,"Date":"5/26/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":472,"Cost":389,"Date":"5/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":67,"Cost":39,"Date":"7/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":72,"Cost":51,"Date":"9/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":619,"Cost":587,"Date":"10/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":949,"Cost":625,"Date":"10/8/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":248,"Cost":168,"Date":"10/26/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":151,"Cost":125,"Date":"11/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":641,"Cost":557,"Date":"11/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"Sellpy","Country":"Japan","Sale":534,"Cost":453,"Date":"12/1/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":839,"Cost":733,"Date":"2/9/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":267,"Cost":173,"Date":"2/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":605,"Cost":501,"Date":"3/10/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":482,"Cost":315,"Date":"3/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":71,"Cost":59,"Date":"3/18/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":347,"Cost":271,"Date":"3/20/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":481,"Cost":340,"Date":"3/26/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":516,"Cost":269,"Date":"6/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":200,"Cost":124,"Date":"6/10/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":636,"Cost":583,"Date":"6/16/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":29,"Cost":19,"Date":"6/25/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":718,"Cost":386,"Date":"7/19/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":731,"Cost":624,"Date":"7/21/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":926,"Cost":523,"Date":"7/25/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":483,"Cost":409,"Date":"8/4/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":983,"Cost":549,"Date":"9/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":615,"Cost":522,"Date":"9/4/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":363,"Cost":201,"Date":"9/19/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":392,"Cost":295,"Date":"9/29/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":304,"Cost":231,"Date":"10/2/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":869,"Cost":706,"Date":"10/15/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":109,"Cost":102,"Date":"10/30/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":753,"Cost":378,"Date":"11/9/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":400,"Cost":276,"Date":"11/23/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":792,"Cost":477,"Date":"11/30/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":758,"Cost":681,"Date":"12/8/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":976,"Cost":852,"Date":"12/11/2018"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":294,"Cost":251,"Date":"1/15/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":124,"Cost":69,"Date":"1/24/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":952,"Cost":659,"Date":"2/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":461,"Cost":278,"Date":"2/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":70,"Cost":57,"Date":"3/9/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":348,"Cost":323,"Date":"3/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":746,"Cost":533,"Date":"4/19/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":221,"Cost":183,"Date":"5/3/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":918,"Cost":823,"Date":"5/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":979,"Cost":830,"Date":"6/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":465,"Cost":331,"Date":"6/26/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":804,"Cost":715,"Date":"7/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":750,"Cost":562,"Date":"7/13/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":756,"Cost":508,"Date":"8/8/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":262,"Cost":189,"Date":"8/26/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":370,"Cost":280,"Date":"9/2/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":410,"Cost":250,"Date":"9/29/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":729,"Cost":644,"Date":"10/12/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":840,"Cost":474,"Date":"11/2/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":298,"Cost":155,"Date":"11/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":869,"Cost":740,"Date":"11/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":850,"Cost":462,"Date":"12/1/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":915,"Cost":665,"Date":"12/4/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":219,"Cost":184,"Date":"12/7/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":204,"Cost":157,"Date":"12/18/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":28,"Cost":17,"Date":"12/20/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":104,"Cost":58,"Date":"12/20/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":349,"Cost":177,"Date":"12/21/2019"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":761,"Cost":573,"Date":"1/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":59,"Cost":52,"Date":"2/5/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":290,"Cost":245,"Date":"2/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":384,"Cost":338,"Date":"2/16/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":962,"Cost":674,"Date":"2/18/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":210,"Cost":154,"Date":"2/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":727,"Cost":596,"Date":"2/25/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":278,"Cost":176,"Date":"3/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":992,"Cost":672,"Date":"4/2/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":19,"Cost":15,"Date":"4/3/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":582,"Cost":321,"Date":"4/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":175,"Cost":163,"Date":"4/10/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":565,"Cost":410,"Date":"4/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":864,"Cost":456,"Date":"5/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":687,"Cost":512,"Date":"5/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":728,"Cost":408,"Date":"6/20/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":301,"Cost":213,"Date":"7/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":524,"Cost":435,"Date":"7/4/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":992,"Cost":903,"Date":"7/8/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":6,"Cost":6,"Date":"7/9/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":32,"Cost":27,"Date":"7/14/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":530,"Cost":403,"Date":"7/19/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":112,"Cost":64,"Date":"8/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":795,"Cost":492,"Date":"8/6/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":999,"Cost":566,"Date":"8/7/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":267,"Cost":251,"Date":"8/22/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":69,"Cost":40,"Date":"8/31/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":484,"Cost":317,"Date":"9/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":326,"Cost":303,"Date":"9/1/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":981,"Cost":821,"Date":"9/17/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":257,"Cost":192,"Date":"9/29/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":654,"Cost":451,"Date":"11/7/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":535,"Cost":289,"Date":"11/26/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":290,"Cost":187,"Date":"11/27/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":362,"Cost":264,"Date":"12/5/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":164,"Cost":146,"Date":"12/26/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":33,"Cost":28,"Date":"12/31/2020"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":272,"Cost":157,"Date":"1/20/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":535,"Cost":492,"Date":"2/2/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":642,"Cost":463,"Date":"2/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":928,"Cost":685,"Date":"2/27/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":607,"Cost":512,"Date":"3/1/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":877,"Cost":582,"Date":"3/1/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":976,"Cost":768,"Date":"3/19/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":404,"Cost":364,"Date":"3/28/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":256,"Cost":162,"Date":"5/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":777,"Cost":440,"Date":"7/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":103,"Cost":52,"Date":"8/5/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":411,"Cost":328,"Date":"8/12/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":949,"Cost":683,"Date":"8/21/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":520,"Cost":381,"Date":"8/23/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":321,"Cost":216,"Date":"9/3/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":660,"Cost":511,"Date":"9/5/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":853,"Cost":804,"Date":"10/6/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":499,"Cost":305,"Date":"10/19/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":864,"Cost":762,"Date":"11/15/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":150,"Cost":139,"Date":"12/8/2021"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":467,"Cost":245,"Date":"1/8/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":77,"Cost":60,"Date":"1/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":25,"Cost":20,"Date":"1/19/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":937,"Cost":582,"Date":"1/28/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":422,"Cost":316,"Date":"1/31/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":949,"Cost":551,"Date":"3/27/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":894,"Cost":635,"Date":"4/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":570,"Cost":318,"Date":"4/24/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":693,"Cost":481,"Date":"4/28/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":314,"Cost":178,"Date":"5/15/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":196,"Cost":151,"Date":"5/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":660,"Cost":404,"Date":"5/18/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":771,"Cost":415,"Date":"6/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":324,"Cost":264,"Date":"6/3/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":712,"Cost":453,"Date":"6/5/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":960,"Cost":677,"Date":"6/7/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":367,"Cost":199,"Date":"6/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":994,"Cost":840,"Date":"6/20/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":553,"Cost":364,"Date":"6/24/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":153,"Cost":125,"Date":"7/4/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":688,"Cost":649,"Date":"7/9/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":936,"Cost":753,"Date":"7/12/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":347,"Cost":198,"Date":"8/14/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":17,"Cost":14,"Date":"8/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":179,"Cost":126,"Date":"8/23/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":735,"Cost":679,"Date":"9/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":372,"Cost":296,"Date":"9/3/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":277,"Cost":155,"Date":"9/16/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":855,"Cost":484,"Date":"10/4/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":920,"Cost":578,"Date":"11/1/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":924,"Cost":541,"Date":"11/2/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":682,"Cost":525,"Date":"12/17/2022"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":234,"Cost":154,"Date":"2/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":880,"Cost":515,"Date":"2/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":418,"Cost":288,"Date":"3/4/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":800,"Cost":467,"Date":"3/9/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":823,"Cost":473,"Date":"3/9/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":1000,"Cost":616,"Date":"3/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":780,"Cost":392,"Date":"3/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":78,"Cost":70,"Date":"3/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":540,"Cost":277,"Date":"3/23/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":992,"Cost":747,"Date":"4/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":915,"Cost":831,"Date":"5/7/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":459,"Cost":331,"Date":"5/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":300,"Cost":210,"Date":"5/20/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":127,"Cost":120,"Date":"6/2/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":809,"Cost":750,"Date":"6/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":76,"Cost":71,"Date":"6/16/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":296,"Cost":218,"Date":"6/16/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":429,"Cost":325,"Date":"7/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":965,"Cost":584,"Date":"7/11/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":411,"Cost":314,"Date":"8/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":264,"Cost":193,"Date":"8/29/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":828,"Cost":743,"Date":"8/31/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":42,"Cost":33,"Date":"9/8/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":777,"Cost":447,"Date":"9/13/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":310,"Cost":265,"Date":"9/14/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":432,"Cost":326,"Date":"9/19/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":550,"Cost":488,"Date":"9/25/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":192,"Cost":180,"Date":"10/4/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":586,"Cost":542,"Date":"10/10/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":872,"Cost":613,"Date":"10/17/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":99,"Cost":83,"Date":"10/28/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":24,"Cost":22,"Date":"10/30/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":309,"Cost":285,"Date":"11/1/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":314,"Cost":281,"Date":"11/15/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":217,"Cost":112,"Date":"11/25/2023"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":489,"Cost":451,"Date":"1/10/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":260,"Cost":193,"Date":"1/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":922,"Cost":495,"Date":"1/20/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":962,"Cost":603,"Date":"2/8/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":769,"Cost":389,"Date":"2/25/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":344,"Cost":217,"Date":"3/7/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":615,"Cost":361,"Date":"3/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":71,"Cost":52,"Date":"3/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":142,"Cost":115,"Date":"4/5/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":540,"Cost":473,"Date":"4/14/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":697,"Cost":356,"Date":"5/3/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":72,"Cost":54,"Date":"5/9/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":355,"Cost":308,"Date":"5/15/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":992,"Cost":524,"Date":"5/25/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":705,"Cost":371,"Date":"5/26/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":289,"Cost":151,"Date":"5/31/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":916,"Cost":847,"Date":"7/27/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":620,"Cost":311,"Date":"9/17/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":42,"Cost":34,"Date":"10/6/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":87,"Cost":43,"Date":"10/8/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":758,"Cost":416,"Date":"10/26/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":194,"Cost":167,"Date":"11/16/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":495,"Cost":303,"Date":"11/18/2024"},{"Store":"VenusFort, Tokyo","Brand":"COS","Country":"Japan","Sale":920,"Cost":649,"Date":"12/1/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":533,"Cost":379,"Date":"2/9/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":777,"Cost":612,"Date":"2/11/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":178,"Date":"3/10/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":237,"Cost":166,"Date":"3/16/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":272,"Cost":233,"Date":"3/18/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":925,"Cost":814,"Date":"3/20/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":426,"Cost":396,"Date":"3/26/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":799,"Cost":578,"Date":"6/2/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":669,"Cost":614,"Date":"6/10/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":841,"Cost":520,"Date":"6/16/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":540,"Cost":454,"Date":"6/25/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":981,"Cost":892,"Date":"7/19/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":343,"Cost":191,"Date":"7/21/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":648,"Cost":573,"Date":"7/25/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":883,"Cost":501,"Date":"8/4/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":1,"Cost":0,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":11,"Cost":8,"Date":"9/4/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":885,"Cost":642,"Date":"9/19/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":942,"Cost":592,"Date":"9/29/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":881,"Cost":664,"Date":"10/2/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":892,"Cost":650,"Date":"10/15/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":19,"Cost":10,"Date":"10/30/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":606,"Cost":409,"Date":"11/9/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":2,"Cost":1,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":809,"Cost":507,"Date":"11/30/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":241,"Cost":149,"Date":"12/8/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":588,"Cost":448,"Date":"12/11/2018"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":340,"Cost":232,"Date":"1/15/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":431,"Cost":235,"Date":"1/24/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":620,"Cost":479,"Date":"2/3/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":975,"Cost":668,"Date":"2/4/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":705,"Cost":374,"Date":"3/9/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":844,"Cost":484,"Date":"3/12/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":364,"Cost":231,"Date":"4/19/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":477,"Cost":421,"Date":"5/3/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":144,"Cost":106,"Date":"5/4/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":522,"Cost":412,"Date":"6/8/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":274,"Cost":239,"Date":"6/26/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":232,"Cost":121,"Date":"7/4/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":535,"Cost":420,"Date":"7/13/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":168,"Cost":111,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":871,"Cost":603,"Date":"8/26/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":677,"Cost":603,"Date":"9/2/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":703,"Cost":406,"Date":"9/29/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":712,"Cost":489,"Date":"10/12/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":515,"Cost":443,"Date":"11/2/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":388,"Cost":367,"Date":"11/4/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":340,"Cost":243,"Date":"11/7/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":968,"Cost":914,"Date":"12/1/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":776,"Cost":400,"Date":"12/4/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":124,"Cost":94,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":23,"Cost":20,"Date":"12/18/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":623,"Cost":544,"Date":"12/20/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":169,"Cost":129,"Date":"12/20/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":726,"Cost":368,"Date":"12/21/2019"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":683,"Cost":475,"Date":"1/9/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":233,"Cost":167,"Date":"2/5/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":286,"Cost":178,"Date":"2/16/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":766,"Cost":648,"Date":"2/16/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":932,"Cost":676,"Date":"2/18/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":428,"Cost":236,"Date":"2/22/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":566,"Cost":393,"Date":"2/25/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":962,"Cost":641,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":258,"Cost":177,"Date":"4/2/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":195,"Cost":129,"Date":"4/3/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":843,"Cost":636,"Date":"4/9/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":681,"Cost":467,"Date":"4/10/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":446,"Cost":395,"Date":"4/19/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":912,"Cost":595,"Date":"5/17/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":143,"Cost":111,"Date":"5/22/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":238,"Cost":197,"Date":"6/20/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":282,"Cost":204,"Date":"7/1/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":664,"Cost":626,"Date":"7/4/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":697,"Cost":582,"Date":"7/8/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":952,"Cost":634,"Date":"7/9/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":303,"Cost":246,"Date":"7/14/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":717,"Cost":651,"Date":"7/19/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":886,"Cost":657,"Date":"8/1/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":27,"Cost":24,"Date":"8/6/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":865,"Cost":509,"Date":"8/7/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":45,"Cost":29,"Date":"8/22/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":705,"Cost":450,"Date":"8/31/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":496,"Cost":261,"Date":"9/1/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":394,"Cost":207,"Date":"9/1/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":478,"Cost":377,"Date":"9/17/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":684,"Cost":460,"Date":"9/29/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":631,"Cost":377,"Date":"11/7/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":550,"Cost":494,"Date":"11/26/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":450,"Cost":404,"Date":"11/27/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":116,"Cost":96,"Date":"12/5/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":322,"Cost":170,"Date":"12/26/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":206,"Cost":175,"Date":"12/31/2020"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":305,"Cost":218,"Date":"1/20/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":383,"Cost":298,"Date":"2/2/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":462,"Cost":257,"Date":"2/8/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":494,"Cost":371,"Date":"2/27/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":5,"Cost":5,"Date":"3/1/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":839,"Cost":618,"Date":"3/1/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":89,"Cost":56,"Date":"3/19/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":503,"Cost":362,"Date":"3/28/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":226,"Cost":154,"Date":"5/21/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":505,"Cost":287,"Date":"7/21/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":328,"Cost":242,"Date":"8/5/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":853,"Cost":529,"Date":"8/12/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":786,"Cost":609,"Date":"8/21/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":335,"Cost":312,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":97,"Cost":50,"Date":"9/3/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":688,"Cost":649,"Date":"9/5/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":28,"Cost":24,"Date":"10/6/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":373,"Cost":219,"Date":"10/19/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":896,"Cost":791,"Date":"11/15/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":590,"Cost":304,"Date":"12/8/2021"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":453,"Cost":425,"Date":"1/8/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":613,"Cost":479,"Date":"1/14/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":454,"Cost":306,"Date":"1/19/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":981,"Cost":587,"Date":"1/28/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":677,"Cost":511,"Date":"1/31/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":239,"Cost":183,"Date":"3/27/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":469,"Cost":434,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":81,"Cost":57,"Date":"4/24/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":73,"Cost":47,"Date":"4/28/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":946,"Cost":511,"Date":"5/15/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":83,"Cost":69,"Date":"5/16/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":78,"Cost":40,"Date":"5/18/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":217,"Cost":158,"Date":"6/2/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":348,"Cost":294,"Date":"6/3/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":973,"Cost":591,"Date":"6/5/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":867,"Cost":817,"Date":"6/7/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":374,"Cost":265,"Date":"6/14/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":618,"Cost":431,"Date":"6/20/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":220,"Cost":157,"Date":"6/24/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":834,"Cost":679,"Date":"7/4/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":501,"Cost":280,"Date":"7/9/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":440,"Cost":360,"Date":"7/12/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":809,"Cost":445,"Date":"8/14/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":728,"Cost":579,"Date":"8/16/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":752,"Cost":654,"Date":"8/23/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":815,"Cost":442,"Date":"9/2/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":218,"Cost":157,"Date":"9/3/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":113,"Cost":58,"Date":"9/16/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":352,"Cost":240,"Date":"10/4/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":688,"Cost":569,"Date":"11/1/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":887,"Cost":776,"Date":"11/2/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":438,"Cost":364,"Date":"12/17/2022"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":553,"Cost":303,"Date":"2/10/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":226,"Cost":202,"Date":"2/28/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":661,"Cost":582,"Date":"3/4/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":692,"Cost":451,"Date":"3/9/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":823,"Cost":599,"Date":"3/9/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":212,"Cost":156,"Date":"3/11/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":717,"Cost":451,"Date":"3/17/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":757,"Cost":549,"Date":"3/17/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":840,"Cost":439,"Date":"3/23/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":437,"Cost":337,"Date":"4/1/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":290,"Cost":257,"Date":"5/7/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":886,"Cost":765,"Date":"5/10/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":913,"Cost":786,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":830,"Cost":519,"Date":"6/2/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":43,"Cost":41,"Date":"6/11/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":617,"Cost":397,"Date":"6/16/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":36,"Cost":22,"Date":"6/16/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":444,"Cost":346,"Date":"7/10/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":902,"Cost":755,"Date":"7/11/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":163,"Date":"8/28/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":166,"Cost":139,"Date":"8/29/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":936,"Cost":717,"Date":"8/31/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":552,"Cost":472,"Date":"9/8/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":579,"Cost":426,"Date":"9/13/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":832,"Cost":441,"Date":"9/14/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":667,"Cost":337,"Date":"9/19/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":668,"Cost":439,"Date":"9/25/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":24,"Cost":17,"Date":"10/4/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":259,"Cost":150,"Date":"10/10/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":143,"Cost":83,"Date":"10/17/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":469,"Cost":254,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":370,"Cost":225,"Date":"10/30/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":120,"Cost":91,"Date":"11/1/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":786,"Cost":535,"Date":"11/15/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":839,"Cost":641,"Date":"11/25/2023"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":242,"Cost":167,"Date":"1/10/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":822,"Cost":445,"Date":"1/14/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":660,"Cost":541,"Date":"1/20/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":160,"Cost":132,"Date":"2/8/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":259,"Cost":222,"Date":"2/25/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":899,"Cost":674,"Date":"3/7/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":616,"Cost":505,"Date":"3/14/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":769,"Cost":508,"Date":"3/27/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":83,"Cost":51,"Date":"4/5/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":812,"Cost":653,"Date":"4/14/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":163,"Cost":121,"Date":"5/3/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":268,"Cost":147,"Date":"5/9/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":148,"Cost":137,"Date":"5/15/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":700,"Cost":647,"Date":"5/25/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":505,"Cost":411,"Date":"5/26/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":612,"Cost":423,"Date":"5/31/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":472,"Cost":351,"Date":"7/27/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":494,"Cost":305,"Date":"9/17/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":845,"Cost":583,"Date":"10/6/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":955,"Cost":872,"Date":"10/8/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":292,"Cost":195,"Date":"10/26/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":18,"Cost":17,"Date":"11/16/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":378,"Cost":249,"Date":"11/18/2024"},{"Store":"Grand Front Osaka","Brand":"Sellpy","Country":"Japan","Sale":736,"Cost":398,"Date":"12/1/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":828,"Cost":461,"Date":"2/9/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":124,"Cost":67,"Date":"2/11/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":872,"Cost":680,"Date":"3/10/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":734,"Cost":532,"Date":"3/16/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":76,"Cost":73,"Date":"3/18/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":883,"Cost":668,"Date":"3/20/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":665,"Cost":457,"Date":"3/26/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":92,"Cost":61,"Date":"6/2/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":287,"Cost":268,"Date":"6/10/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":128,"Cost":72,"Date":"6/16/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":982,"Cost":752,"Date":"6/25/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":873,"Cost":645,"Date":"7/19/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":654,"Cost":537,"Date":"7/21/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":939,"Cost":626,"Date":"7/25/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":515,"Cost":317,"Date":"8/4/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":872,"Cost":472,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":37,"Cost":19,"Date":"9/4/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":22,"Cost":21,"Date":"9/19/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":537,"Cost":504,"Date":"9/29/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":756,"Cost":559,"Date":"10/2/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":685,"Cost":537,"Date":"10/15/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":926,"Cost":490,"Date":"10/30/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":642,"Cost":519,"Date":"11/9/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":801,"Cost":556,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":156,"Cost":92,"Date":"11/30/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":576,"Cost":326,"Date":"12/8/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":208,"Cost":130,"Date":"12/11/2018"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":682,"Cost":480,"Date":"1/15/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":891,"Cost":697,"Date":"1/24/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":339,"Cost":178,"Date":"2/3/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":528,"Cost":366,"Date":"2/4/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":707,"Cost":664,"Date":"3/9/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":316,"Cost":233,"Date":"3/12/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":452,"Cost":250,"Date":"4/19/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":128,"Cost":116,"Date":"5/3/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":264,"Cost":186,"Date":"5/4/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":394,"Cost":252,"Date":"6/8/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":113,"Cost":79,"Date":"6/26/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":736,"Cost":676,"Date":"7/4/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":7,"Cost":7,"Date":"7/13/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":73,"Cost":40,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":441,"Cost":229,"Date":"8/26/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":999,"Cost":701,"Date":"9/2/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":745,"Cost":624,"Date":"9/29/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":257,"Cost":189,"Date":"10/12/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":216,"Cost":198,"Date":"11/2/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":938,"Cost":877,"Date":"11/4/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":565,"Cost":493,"Date":"11/7/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":121,"Cost":105,"Date":"12/1/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":282,"Cost":237,"Date":"12/4/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":40,"Cost":26,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":64,"Cost":32,"Date":"12/18/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":598,"Cost":369,"Date":"12/20/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":622,"Cost":552,"Date":"12/20/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":941,"Cost":636,"Date":"12/21/2019"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":908,"Cost":820,"Date":"1/9/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":625,"Cost":570,"Date":"2/5/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":571,"Cost":302,"Date":"2/16/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":51,"Cost":47,"Date":"2/16/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":313,"Cost":244,"Date":"2/18/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":895,"Cost":778,"Date":"2/22/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":372,"Cost":236,"Date":"2/25/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":496,"Cost":337,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":713,"Cost":510,"Date":"4/2/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":46,"Cost":34,"Date":"4/3/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":405,"Cost":350,"Date":"4/9/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":421,"Cost":231,"Date":"4/10/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":232,"Cost":205,"Date":"4/19/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":858,"Cost":432,"Date":"5/17/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":102,"Cost":77,"Date":"5/22/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":306,"Cost":280,"Date":"6/20/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":101,"Cost":75,"Date":"7/1/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":358,"Cost":266,"Date":"7/4/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":46,"Cost":35,"Date":"7/8/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":205,"Cost":130,"Date":"7/9/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":269,"Cost":255,"Date":"7/14/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":954,"Cost":843,"Date":"7/19/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":668,"Cost":340,"Date":"8/1/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":278,"Cost":254,"Date":"8/6/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":534,"Cost":469,"Date":"8/7/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":804,"Cost":508,"Date":"8/22/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":485,"Cost":300,"Date":"8/31/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":961,"Cost":807,"Date":"9/1/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":241,"Cost":192,"Date":"9/1/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":71,"Cost":39,"Date":"9/17/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":54,"Cost":45,"Date":"9/29/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":756,"Cost":473,"Date":"11/7/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":377,"Cost":222,"Date":"11/26/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":107,"Cost":89,"Date":"11/27/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":560,"Cost":412,"Date":"12/5/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":984,"Cost":815,"Date":"12/26/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":811,"Cost":500,"Date":"12/31/2020"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":660,"Cost":514,"Date":"1/20/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":340,"Cost":173,"Date":"2/2/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":213,"Cost":121,"Date":"2/8/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":394,"Cost":312,"Date":"2/27/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":37,"Cost":33,"Date":"3/1/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":770,"Cost":551,"Date":"3/1/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":276,"Cost":186,"Date":"3/19/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":984,"Cost":853,"Date":"3/28/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":51,"Cost":47,"Date":"5/21/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":678,"Cost":571,"Date":"7/21/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":949,"Cost":754,"Date":"8/5/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":190,"Cost":142,"Date":"8/12/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":948,"Cost":596,"Date":"8/21/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":636,"Cost":355,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":27,"Cost":20,"Date":"9/3/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":397,"Cost":278,"Date":"9/5/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":497,"Cost":264,"Date":"10/6/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":461,"Cost":333,"Date":"10/19/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":512,"Cost":411,"Date":"11/15/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":249,"Cost":148,"Date":"12/8/2021"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":702,"Cost":446,"Date":"1/8/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":433,"Cost":309,"Date":"1/14/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":298,"Cost":216,"Date":"1/19/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":175,"Cost":126,"Date":"1/28/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":948,"Cost":880,"Date":"1/31/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":306,"Cost":204,"Date":"3/27/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":839,"Cost":586,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":449,"Cost":239,"Date":"4/24/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":942,"Cost":493,"Date":"4/28/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":655,"Cost":605,"Date":"5/15/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":239,"Cost":195,"Date":"5/16/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":256,"Cost":128,"Date":"5/18/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":104,"Cost":73,"Date":"6/2/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":759,"Cost":408,"Date":"6/3/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":248,"Cost":196,"Date":"6/5/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":34,"Cost":24,"Date":"6/7/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":244,"Cost":197,"Date":"6/14/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":118,"Cost":65,"Date":"6/20/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":36,"Cost":32,"Date":"6/24/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":574,"Cost":511,"Date":"7/4/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":961,"Cost":534,"Date":"7/9/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":5,"Cost":5,"Date":"7/12/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":656,"Cost":529,"Date":"8/14/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":12,"Cost":12,"Date":"8/16/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":343,"Cost":185,"Date":"8/23/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":613,"Cost":560,"Date":"9/2/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":633,"Cost":530,"Date":"9/3/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":898,"Cost":496,"Date":"9/16/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":64,"Cost":61,"Date":"10/4/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":658,"Cost":389,"Date":"11/1/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":991,"Cost":685,"Date":"11/2/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":401,"Cost":249,"Date":"12/17/2022"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":304,"Date":"2/10/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":755,"Cost":442,"Date":"2/28/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":754,"Cost":578,"Date":"3/4/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":59,"Cost":32,"Date":"3/9/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":409,"Cost":262,"Date":"3/9/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":405,"Cost":336,"Date":"3/11/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":643,"Cost":494,"Date":"3/17/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":170,"Cost":86,"Date":"3/17/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":84,"Cost":62,"Date":"3/23/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":837,"Cost":657,"Date":"4/1/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":31,"Cost":19,"Date":"5/7/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":498,"Cost":343,"Date":"5/10/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":198,"Cost":147,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":252,"Cost":163,"Date":"6/2/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":56,"Cost":30,"Date":"6/11/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":526,"Cost":492,"Date":"6/16/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":210,"Cost":199,"Date":"6/16/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":798,"Cost":647,"Date":"7/10/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":138,"Cost":88,"Date":"7/11/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":241,"Cost":214,"Date":"8/28/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":592,"Cost":533,"Date":"8/29/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":987,"Cost":807,"Date":"8/31/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":337,"Cost":246,"Date":"9/8/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":297,"Cost":241,"Date":"9/13/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":785,"Cost":599,"Date":"9/14/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":916,"Cost":570,"Date":"9/19/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":550,"Cost":504,"Date":"9/25/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":761,"Cost":574,"Date":"10/4/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":566,"Cost":524,"Date":"10/10/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":518,"Cost":349,"Date":"10/17/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":458,"Cost":425,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":789,"Cost":656,"Date":"10/30/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":669,"Cost":614,"Date":"11/1/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":757,"Cost":692,"Date":"11/15/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":811,"Cost":540,"Date":"11/25/2023"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":536,"Cost":304,"Date":"1/10/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":979,"Cost":882,"Date":"1/14/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":367,"Cost":198,"Date":"1/20/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":491,"Cost":414,"Date":"2/8/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":881,"Cost":662,"Date":"2/25/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":900,"Cost":643,"Date":"3/7/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":422,"Cost":365,"Date":"3/14/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":481,"Cost":411,"Date":"3/27/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":705,"Cost":638,"Date":"4/5/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":148,"Cost":126,"Date":"4/14/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":841,"Cost":456,"Date":"5/3/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":568,"Cost":427,"Date":"5/9/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":216,"Cost":128,"Date":"5/15/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":549,"Cost":326,"Date":"5/25/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":232,"Cost":122,"Date":"5/26/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":365,"Cost":216,"Date":"5/31/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":475,"Cost":266,"Date":"7/27/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":939,"Cost":487,"Date":"9/17/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":988,"Cost":572,"Date":"10/6/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":969,"Cost":821,"Date":"10/8/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":171,"Cost":100,"Date":"10/26/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":540,"Cost":436,"Date":"11/16/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":743,"Cost":567,"Date":"11/18/2024"},{"Store":"Grand Front Osaka","Brand":"Jeans","Country":"Japan","Sale":74,"Cost":59,"Date":"12/1/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":652,"Cost":369,"Date":"2/9/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":902,"Cost":822,"Date":"2/11/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":901,"Cost":504,"Date":"3/10/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":463,"Cost":412,"Date":"3/16/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":260,"Cost":195,"Date":"3/18/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":212,"Cost":154,"Date":"3/20/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":525,"Cost":403,"Date":"3/26/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":372,"Cost":333,"Date":"6/2/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":805,"Cost":559,"Date":"6/10/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":918,"Cost":604,"Date":"6/16/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":216,"Cost":161,"Date":"6/25/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":115,"Cost":85,"Date":"7/19/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":364,"Cost":238,"Date":"7/21/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":433,"Cost":364,"Date":"7/25/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":208,"Cost":136,"Date":"8/4/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":739,"Cost":493,"Date":"9/2/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":215,"Cost":166,"Date":"9/4/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":195,"Cost":152,"Date":"9/19/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":77,"Cost":70,"Date":"9/29/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":932,"Cost":473,"Date":"10/2/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":370,"Cost":214,"Date":"10/15/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":778,"Cost":602,"Date":"10/30/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":697,"Cost":375,"Date":"11/9/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":566,"Cost":331,"Date":"11/23/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":916,"Cost":484,"Date":"11/30/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":425,"Cost":360,"Date":"12/8/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":866,"Cost":652,"Date":"12/11/2018"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":784,"Cost":627,"Date":"1/15/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":508,"Cost":453,"Date":"1/24/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":301,"Cost":192,"Date":"2/3/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":618,"Cost":495,"Date":"2/4/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":597,"Cost":373,"Date":"3/9/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":709,"Cost":459,"Date":"3/12/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":146,"Cost":120,"Date":"4/19/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":750,"Cost":576,"Date":"5/3/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":993,"Cost":621,"Date":"5/4/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":162,"Cost":143,"Date":"6/8/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":49,"Cost":27,"Date":"6/26/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":489,"Cost":322,"Date":"7/4/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":949,"Cost":495,"Date":"7/13/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":951,"Cost":549,"Date":"8/8/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":211,"Cost":138,"Date":"8/26/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":391,"Cost":311,"Date":"9/2/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":726,"Cost":369,"Date":"9/29/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":237,"Cost":190,"Date":"10/12/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":858,"Cost":575,"Date":"11/2/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":600,"Cost":404,"Date":"11/4/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":203,"Cost":191,"Date":"11/7/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":20,"Cost":18,"Date":"12/1/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":589,"Cost":315,"Date":"12/4/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":981,"Cost":767,"Date":"12/7/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":877,"Cost":503,"Date":"12/18/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":961,"Cost":816,"Date":"12/20/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":73,"Cost":66,"Date":"12/20/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":435,"Cost":240,"Date":"12/21/2019"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":275,"Cost":245,"Date":"1/9/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":946,"Cost":556,"Date":"2/5/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":315,"Cost":189,"Date":"2/16/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":413,"Cost":368,"Date":"2/16/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":582,"Cost":499,"Date":"2/18/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":430,"Cost":288,"Date":"2/22/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":607,"Cost":396,"Date":"2/25/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":232,"Cost":154,"Date":"3/8/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":672,"Cost":392,"Date":"4/2/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":593,"Cost":312,"Date":"4/3/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":500,"Cost":382,"Date":"4/9/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":447,"Cost":251,"Date":"4/10/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":173,"Cost":143,"Date":"4/19/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":568,"Cost":327,"Date":"5/17/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":140,"Cost":80,"Date":"5/22/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":160,"Cost":87,"Date":"6/20/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":26,"Cost":13,"Date":"7/1/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":929,"Cost":808,"Date":"7/4/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":26,"Cost":17,"Date":"7/8/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":426,"Cost":399,"Date":"7/9/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":276,"Cost":188,"Date":"7/14/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":173,"Cost":129,"Date":"7/19/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":879,"Cost":490,"Date":"8/1/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":919,"Cost":725,"Date":"8/6/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":652,"Cost":540,"Date":"8/7/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":720,"Cost":389,"Date":"8/22/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":802,"Cost":556,"Date":"8/31/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":511,"Cost":397,"Date":"9/1/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":78,"Cost":65,"Date":"9/1/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":681,"Cost":560,"Date":"9/17/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":322,"Cost":258,"Date":"9/29/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":998,"Cost":783,"Date":"11/7/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":676,"Cost":565,"Date":"11/26/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":536,"Date":"11/27/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":288,"Cost":269,"Date":"12/5/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":410,"Cost":345,"Date":"12/26/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":501,"Cost":389,"Date":"12/31/2020"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":442,"Cost":413,"Date":"1/20/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":71,"Cost":39,"Date":"2/2/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":853,"Cost":524,"Date":"2/8/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":476,"Cost":417,"Date":"2/27/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":491,"Cost":267,"Date":"3/1/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":482,"Cost":324,"Date":"3/1/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":45,"Cost":25,"Date":"3/19/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":393,"Cost":222,"Date":"3/28/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":891,"Cost":597,"Date":"5/21/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":580,"Cost":494,"Date":"7/21/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":845,"Cost":693,"Date":"8/5/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":570,"Cost":306,"Date":"8/12/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":804,"Cost":510,"Date":"8/21/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":544,"Cost":328,"Date":"8/23/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":856,"Cost":808,"Date":"9/3/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":676,"Cost":444,"Date":"9/5/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":388,"Cost":210,"Date":"10/6/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":138,"Cost":100,"Date":"10/19/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":805,"Cost":460,"Date":"11/15/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":551,"Cost":277,"Date":"12/8/2021"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":643,"Cost":396,"Date":"1/8/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":950,"Cost":854,"Date":"1/14/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":214,"Cost":168,"Date":"1/19/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":271,"Cost":232,"Date":"1/28/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":55,"Cost":48,"Date":"1/31/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":560,"Cost":400,"Date":"3/27/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":560,"Cost":349,"Date":"4/20/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":816,"Cost":593,"Date":"4/24/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":453,"Cost":326,"Date":"4/28/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":266,"Cost":237,"Date":"5/15/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":645,"Cost":426,"Date":"5/16/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":739,"Cost":383,"Date":"5/18/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":910,"Cost":741,"Date":"6/2/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":230,"Cost":198,"Date":"6/3/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":185,"Cost":95,"Date":"6/5/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":974,"Cost":669,"Date":"6/7/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":647,"Cost":545,"Date":"6/14/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":281,"Date":"6/20/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":34,"Cost":27,"Date":"6/24/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":562,"Cost":286,"Date":"7/4/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":232,"Cost":149,"Date":"7/9/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":791,"Cost":556,"Date":"7/12/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":402,"Cost":293,"Date":"8/14/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":974,"Cost":704,"Date":"8/16/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":480,"Cost":396,"Date":"8/23/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":260,"Cost":217,"Date":"9/2/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":986,"Cost":856,"Date":"9/3/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":46,"Cost":35,"Date":"9/16/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":645,"Cost":441,"Date":"10/4/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":454,"Cost":427,"Date":"11/1/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":933,"Cost":621,"Date":"11/2/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":726,"Cost":538,"Date":"12/17/2022"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":347,"Cost":228,"Date":"2/10/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":483,"Cost":303,"Date":"2/28/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":279,"Cost":176,"Date":"3/4/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":381,"Cost":202,"Date":"3/9/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":536,"Cost":496,"Date":"3/9/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":583,"Cost":541,"Date":"3/11/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":585,"Cost":438,"Date":"3/17/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":185,"Cost":106,"Date":"3/17/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":644,"Cost":588,"Date":"3/23/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":305,"Cost":214,"Date":"4/1/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":934,"Cost":808,"Date":"5/7/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":836,"Cost":646,"Date":"5/10/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":197,"Cost":143,"Date":"5/20/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":957,"Cost":646,"Date":"6/2/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":163,"Cost":86,"Date":"6/11/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":970,"Cost":779,"Date":"6/16/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":297,"Cost":156,"Date":"6/16/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":942,"Cost":560,"Date":"7/10/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":477,"Cost":319,"Date":"7/11/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":54,"Cost":41,"Date":"8/28/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":841,"Cost":559,"Date":"8/29/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":795,"Cost":417,"Date":"8/31/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":644,"Cost":376,"Date":"9/8/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":112,"Cost":106,"Date":"9/13/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":448,"Cost":317,"Date":"9/14/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":204,"Cost":122,"Date":"9/19/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":179,"Cost":122,"Date":"9/25/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":80,"Cost":57,"Date":"10/4/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":801,"Cost":549,"Date":"10/10/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":990,"Cost":937,"Date":"10/17/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":827,"Cost":627,"Date":"10/28/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":507,"Cost":401,"Date":"10/30/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":121,"Cost":81,"Date":"11/1/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":225,"Cost":121,"Date":"11/15/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":524,"Cost":359,"Date":"11/25/2023"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":495,"Cost":271,"Date":"1/10/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":692,"Cost":353,"Date":"1/14/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":985,"Cost":866,"Date":"1/20/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":524,"Cost":387,"Date":"2/8/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":15,"Cost":12,"Date":"2/25/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":747,"Cost":698,"Date":"3/7/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":620,"Cost":555,"Date":"3/14/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":711,"Cost":606,"Date":"3/27/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":753,"Cost":663,"Date":"4/5/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":70,"Cost":48,"Date":"4/14/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":674,"Cost":535,"Date":"5/3/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":482,"Cost":354,"Date":"5/9/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":815,"Cost":743,"Date":"5/15/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":929,"Cost":600,"Date":"5/25/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":16,"Cost":13,"Date":"5/26/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":806,"Cost":764,"Date":"5/31/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":821,"Cost":475,"Date":"7/27/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":6,"Cost":4,"Date":"9/17/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":667,"Cost":528,"Date":"10/6/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":740,"Cost":694,"Date":"10/8/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":613,"Cost":424,"Date":"10/26/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":27,"Cost":14,"Date":"11/16/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":424,"Cost":345,"Date":"11/18/2024"},{"Store":"Grand Front Osaka","Brand":"ARKET","Country":"Japan","Sale":842,"Cost":678,"Date":"12/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":361,"Cost":321,"Date":"2/9/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":233,"Cost":121,"Date":"2/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":805,"Cost":732,"Date":"3/10/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":5,"Cost":3,"Date":"3/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":294,"Cost":268,"Date":"3/18/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":660,"Cost":399,"Date":"3/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":801,"Cost":481,"Date":"3/26/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":236,"Cost":175,"Date":"6/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":88,"Cost":58,"Date":"6/10/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":771,"Cost":413,"Date":"6/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":684,"Cost":420,"Date":"6/25/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":212,"Cost":177,"Date":"7/19/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":941,"Cost":563,"Date":"7/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":176,"Cost":129,"Date":"7/25/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":664,"Cost":619,"Date":"8/4/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":519,"Cost":407,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":337,"Cost":270,"Date":"9/4/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":335,"Cost":316,"Date":"9/19/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":361,"Cost":296,"Date":"9/29/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":904,"Cost":511,"Date":"10/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":136,"Cost":77,"Date":"10/15/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":393,"Cost":338,"Date":"10/30/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":502,"Cost":365,"Date":"11/9/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":608,"Cost":515,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":524,"Cost":497,"Date":"11/30/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":537,"Cost":461,"Date":"12/8/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":252,"Cost":218,"Date":"12/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":436,"Cost":298,"Date":"1/15/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":352,"Cost":263,"Date":"1/24/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":829,"Cost":724,"Date":"2/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":124,"Cost":78,"Date":"2/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":193,"Cost":104,"Date":"3/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":716,"Cost":566,"Date":"3/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":626,"Cost":541,"Date":"4/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":585,"Cost":433,"Date":"5/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":115,"Cost":94,"Date":"5/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":346,"Cost":296,"Date":"6/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":612,"Cost":466,"Date":"6/26/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":34,"Cost":17,"Date":"7/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":450,"Cost":266,"Date":"7/13/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":392,"Cost":303,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":867,"Cost":537,"Date":"8/26/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":243,"Cost":128,"Date":"9/2/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":897,"Cost":726,"Date":"9/29/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":817,"Cost":455,"Date":"10/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":402,"Cost":339,"Date":"11/2/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":786,"Cost":483,"Date":"11/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":522,"Cost":493,"Date":"11/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":23,"Cost":13,"Date":"12/1/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":938,"Cost":673,"Date":"12/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":521,"Cost":424,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":514,"Cost":331,"Date":"12/18/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":488,"Cost":403,"Date":"12/20/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":722,"Cost":400,"Date":"12/20/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":536,"Cost":329,"Date":"12/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":905,"Cost":471,"Date":"1/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":297,"Cost":164,"Date":"2/5/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":758,"Cost":505,"Date":"2/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":446,"Cost":262,"Date":"2/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":391,"Cost":336,"Date":"2/18/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":128,"Cost":66,"Date":"2/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":391,"Cost":332,"Date":"2/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":549,"Cost":350,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":738,"Cost":538,"Date":"4/2/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":577,"Cost":413,"Date":"4/3/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":402,"Cost":313,"Date":"4/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":67,"Cost":52,"Date":"4/10/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":270,"Cost":238,"Date":"4/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":192,"Cost":181,"Date":"5/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":601,"Cost":419,"Date":"5/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":96,"Cost":89,"Date":"6/20/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":630,"Cost":559,"Date":"7/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":252,"Cost":181,"Date":"7/4/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":867,"Cost":622,"Date":"7/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":460,"Cost":426,"Date":"7/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":142,"Cost":128,"Date":"7/14/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":807,"Cost":638,"Date":"7/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":463,"Cost":389,"Date":"8/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":976,"Cost":829,"Date":"8/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":80,"Cost":42,"Date":"8/7/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":117,"Cost":61,"Date":"8/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":118,"Cost":101,"Date":"8/31/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":740,"Cost":418,"Date":"9/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":630,"Cost":322,"Date":"9/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":988,"Cost":843,"Date":"9/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":912,"Cost":488,"Date":"9/29/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":844,"Cost":474,"Date":"11/7/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":492,"Cost":350,"Date":"11/26/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":952,"Cost":812,"Date":"11/27/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":862,"Cost":803,"Date":"12/5/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":13,"Cost":8,"Date":"12/26/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":462,"Cost":398,"Date":"12/31/2020"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":807,"Cost":599,"Date":"1/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":557,"Cost":408,"Date":"2/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":386,"Cost":271,"Date":"2/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":888,"Cost":649,"Date":"2/27/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":820,"Cost":530,"Date":"3/1/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":360,"Cost":287,"Date":"3/1/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":488,"Cost":298,"Date":"3/19/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":318,"Cost":293,"Date":"3/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":82,"Cost":75,"Date":"5/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":831,"Cost":700,"Date":"7/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":552,"Cost":457,"Date":"8/5/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":344,"Cost":198,"Date":"8/12/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":746,"Cost":660,"Date":"8/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":313,"Cost":209,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":418,"Cost":378,"Date":"9/3/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":583,"Cost":343,"Date":"9/5/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":472,"Cost":415,"Date":"10/6/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":402,"Cost":371,"Date":"10/19/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":337,"Cost":233,"Date":"11/15/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":301,"Cost":168,"Date":"12/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":509,"Cost":438,"Date":"1/8/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":193,"Cost":99,"Date":"1/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":427,"Cost":293,"Date":"1/19/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":829,"Cost":431,"Date":"1/28/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":972,"Cost":765,"Date":"1/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":206,"Cost":157,"Date":"3/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":505,"Cost":374,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":16,"Cost":14,"Date":"4/24/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":804,"Cost":646,"Date":"4/28/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":527,"Cost":423,"Date":"5/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":975,"Cost":558,"Date":"5/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":531,"Cost":370,"Date":"5/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":286,"Cost":261,"Date":"6/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":781,"Cost":740,"Date":"6/3/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":965,"Cost":622,"Date":"6/5/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":776,"Cost":534,"Date":"6/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":757,"Cost":578,"Date":"6/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":499,"Cost":402,"Date":"6/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":512,"Cost":353,"Date":"6/24/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":342,"Cost":280,"Date":"7/4/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":366,"Cost":248,"Date":"7/9/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":443,"Cost":281,"Date":"7/12/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":208,"Cost":161,"Date":"8/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":331,"Cost":265,"Date":"8/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":162,"Cost":81,"Date":"8/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":773,"Cost":497,"Date":"9/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":330,"Cost":226,"Date":"9/3/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":892,"Cost":547,"Date":"9/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":651,"Cost":596,"Date":"10/4/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":56,"Cost":34,"Date":"11/1/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":11,"Cost":8,"Date":"11/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":371,"Cost":196,"Date":"12/17/2022"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":484,"Cost":320,"Date":"2/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":608,"Cost":429,"Date":"2/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":954,"Cost":791,"Date":"3/4/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":960,"Cost":652,"Date":"3/9/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":191,"Cost":174,"Date":"3/9/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":204,"Cost":135,"Date":"3/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":247,"Cost":131,"Date":"3/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":385,"Cost":342,"Date":"3/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":811,"Cost":726,"Date":"3/23/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":216,"Cost":176,"Date":"4/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":966,"Cost":577,"Date":"5/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":201,"Cost":118,"Date":"5/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":384,"Cost":244,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":159,"Cost":109,"Date":"6/2/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":617,"Cost":369,"Date":"6/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":951,"Cost":529,"Date":"6/16/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":35,"Cost":31,"Date":"6/16/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":557,"Cost":353,"Date":"7/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":231,"Cost":213,"Date":"7/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":677,"Cost":597,"Date":"8/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":374,"Cost":307,"Date":"8/29/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":276,"Cost":141,"Date":"8/31/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":666,"Cost":428,"Date":"9/8/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":461,"Cost":346,"Date":"9/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":75,"Cost":57,"Date":"9/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":697,"Cost":404,"Date":"9/19/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":717,"Cost":565,"Date":"9/25/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":338,"Cost":269,"Date":"10/4/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":77,"Cost":44,"Date":"10/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":911,"Cost":621,"Date":"10/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":615,"Cost":435,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":624,"Cost":373,"Date":"10/30/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":435,"Cost":244,"Date":"11/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":774,"Cost":627,"Date":"11/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":897,"Cost":540,"Date":"11/25/2023"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":247,"Cost":178,"Date":"1/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":828,"Cost":603,"Date":"1/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":874,"Cost":611,"Date":"1/20/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":106,"Cost":95,"Date":"2/8/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":456,"Cost":297,"Date":"2/25/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":244,"Cost":167,"Date":"3/7/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":590,"Cost":405,"Date":"3/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":52,"Cost":31,"Date":"3/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":494,"Cost":385,"Date":"4/5/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":549,"Cost":482,"Date":"4/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":14,"Cost":9,"Date":"5/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":504,"Cost":454,"Date":"5/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":50,"Cost":29,"Date":"5/15/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":696,"Cost":599,"Date":"5/25/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":833,"Cost":608,"Date":"5/26/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":563,"Cost":300,"Date":"5/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":860,"Cost":780,"Date":"7/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":590,"Cost":535,"Date":"9/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":127,"Cost":86,"Date":"10/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":779,"Cost":676,"Date":"10/8/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":637,"Cost":515,"Date":"10/26/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":375,"Cost":206,"Date":"11/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":365,"Cost":226,"Date":"11/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"COS","Country":"Japan","Sale":508,"Cost":455,"Date":"12/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":238,"Cost":134,"Date":"2/9/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":402,"Cost":291,"Date":"2/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":505,"Cost":297,"Date":"3/10/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":201,"Cost":151,"Date":"3/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":206,"Cost":162,"Date":"3/18/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":210,"Cost":181,"Date":"3/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":524,"Cost":285,"Date":"3/26/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":510,"Cost":483,"Date":"6/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":56,"Cost":48,"Date":"6/10/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":486,"Cost":379,"Date":"6/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":183,"Cost":155,"Date":"6/25/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":979,"Cost":879,"Date":"7/19/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":548,"Cost":396,"Date":"7/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":758,"Cost":382,"Date":"7/25/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":578,"Cost":500,"Date":"8/4/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":768,"Cost":548,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":265,"Cost":133,"Date":"9/4/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":434,"Cost":273,"Date":"9/19/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":950,"Cost":635,"Date":"9/29/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":380,"Cost":342,"Date":"10/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":4,"Cost":4,"Date":"10/15/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":364,"Cost":336,"Date":"10/30/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":991,"Cost":536,"Date":"11/9/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":207,"Cost":157,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":999,"Cost":805,"Date":"11/30/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":491,"Cost":456,"Date":"12/8/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":511,"Cost":421,"Date":"12/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":188,"Cost":97,"Date":"1/15/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":552,"Cost":287,"Date":"1/24/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":749,"Cost":512,"Date":"2/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":584,"Cost":405,"Date":"2/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":371,"Cost":343,"Date":"3/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":793,"Cost":468,"Date":"3/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":237,"Cost":171,"Date":"4/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":113,"Cost":73,"Date":"5/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":720,"Cost":651,"Date":"5/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":713,"Cost":553,"Date":"6/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":596,"Cost":462,"Date":"6/26/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":15,"Cost":11,"Date":"7/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":314,"Cost":276,"Date":"7/13/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":430,"Cost":300,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":83,"Cost":75,"Date":"8/26/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":515,"Cost":370,"Date":"9/2/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":130,"Cost":121,"Date":"9/29/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":608,"Cost":339,"Date":"10/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":702,"Cost":622,"Date":"11/2/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":523,"Cost":463,"Date":"11/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":207,"Cost":182,"Date":"11/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":448,"Cost":282,"Date":"12/1/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":613,"Cost":461,"Date":"12/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":267,"Cost":229,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":231,"Cost":186,"Date":"12/18/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":43,"Cost":25,"Date":"12/20/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":634,"Cost":484,"Date":"12/20/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":933,"Cost":775,"Date":"12/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":289,"Cost":267,"Date":"1/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":755,"Cost":426,"Date":"2/5/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":845,"Cost":495,"Date":"2/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":827,"Cost":720,"Date":"2/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":166,"Cost":99,"Date":"2/18/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":719,"Cost":604,"Date":"2/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":143,"Cost":108,"Date":"2/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":706,"Cost":430,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":122,"Cost":64,"Date":"4/2/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":269,"Cost":187,"Date":"4/3/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":978,"Cost":513,"Date":"4/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":609,"Cost":561,"Date":"4/10/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":306,"Cost":252,"Date":"4/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":538,"Cost":442,"Date":"5/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":941,"Cost":652,"Date":"5/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":438,"Cost":369,"Date":"6/20/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":566,"Cost":474,"Date":"7/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":346,"Cost":245,"Date":"7/4/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":241,"Cost":199,"Date":"7/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":866,"Cost":609,"Date":"7/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":704,"Cost":602,"Date":"7/14/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":550,"Cost":463,"Date":"7/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":624,"Cost":477,"Date":"8/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":675,"Cost":378,"Date":"8/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":230,"Cost":197,"Date":"8/7/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":514,"Cost":257,"Date":"8/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":364,"Cost":309,"Date":"8/31/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":26,"Cost":20,"Date":"9/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":442,"Cost":416,"Date":"9/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":733,"Cost":495,"Date":"9/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":653,"Cost":371,"Date":"9/29/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":471,"Cost":295,"Date":"11/7/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":37,"Cost":20,"Date":"11/26/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":740,"Cost":622,"Date":"11/27/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":710,"Cost":648,"Date":"12/5/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":740,"Cost":698,"Date":"12/26/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":102,"Cost":78,"Date":"12/31/2020"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":15,"Cost":13,"Date":"1/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":31,"Cost":28,"Date":"2/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":422,"Cost":299,"Date":"2/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":25,"Cost":17,"Date":"2/27/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":256,"Cost":134,"Date":"3/1/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":301,"Cost":181,"Date":"3/1/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":386,"Cost":363,"Date":"3/19/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":348,"Cost":306,"Date":"3/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":668,"Cost":487,"Date":"5/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":296,"Cost":167,"Date":"7/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":159,"Cost":122,"Date":"8/5/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":17,"Cost":16,"Date":"8/12/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":721,"Cost":410,"Date":"8/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":949,"Cost":633,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":130,"Cost":83,"Date":"9/3/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":892,"Cost":553,"Date":"9/5/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":402,"Cost":339,"Date":"10/6/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":80,"Cost":61,"Date":"10/19/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":946,"Cost":697,"Date":"11/15/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":263,"Cost":163,"Date":"12/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":733,"Cost":541,"Date":"1/8/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":108,"Cost":88,"Date":"1/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":288,"Cost":232,"Date":"1/19/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":302,"Cost":163,"Date":"1/28/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":626,"Cost":518,"Date":"1/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":701,"Cost":364,"Date":"3/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":206,"Cost":167,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":41,"Cost":39,"Date":"4/24/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":894,"Cost":661,"Date":"4/28/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":267,"Cost":241,"Date":"5/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":228,"Cost":139,"Date":"5/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":14,"Cost":7,"Date":"5/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":762,"Cost":691,"Date":"6/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":702,"Cost":475,"Date":"6/3/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":942,"Cost":584,"Date":"6/5/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":260,"Cost":231,"Date":"6/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":736,"Cost":532,"Date":"6/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":703,"Cost":364,"Date":"6/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":552,"Cost":403,"Date":"6/24/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":762,"Cost":681,"Date":"7/4/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":337,"Cost":238,"Date":"7/9/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":800,"Cost":637,"Date":"7/12/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":183,"Cost":145,"Date":"8/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":634,"Cost":450,"Date":"8/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":985,"Cost":718,"Date":"8/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":648,"Cost":455,"Date":"9/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":546,"Cost":362,"Date":"9/3/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":442,"Cost":412,"Date":"9/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":207,"Cost":107,"Date":"10/4/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":600,"Cost":319,"Date":"11/1/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":618,"Cost":444,"Date":"11/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":704,"Cost":595,"Date":"12/17/2022"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":971,"Cost":490,"Date":"2/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":54,"Cost":36,"Date":"2/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":362,"Cost":337,"Date":"3/4/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":758,"Cost":657,"Date":"3/9/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":320,"Cost":198,"Date":"3/9/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":430,"Cost":234,"Date":"3/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":662,"Cost":381,"Date":"3/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":987,"Cost":612,"Date":"3/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":331,"Cost":167,"Date":"3/23/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":844,"Cost":462,"Date":"4/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":964,"Cost":872,"Date":"5/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":518,"Cost":435,"Date":"5/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":586,"Cost":473,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":231,"Cost":180,"Date":"6/2/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":457,"Cost":339,"Date":"6/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":611,"Cost":447,"Date":"6/16/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":499,"Cost":366,"Date":"6/16/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":455,"Cost":330,"Date":"7/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":478,"Cost":394,"Date":"7/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":540,"Cost":421,"Date":"8/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":107,"Cost":84,"Date":"8/29/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":345,"Cost":199,"Date":"8/31/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":460,"Cost":370,"Date":"9/8/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":267,"Cost":197,"Date":"9/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":785,"Cost":505,"Date":"9/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":520,"Cost":396,"Date":"9/19/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":406,"Cost":225,"Date":"9/25/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":946,"Cost":567,"Date":"10/4/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":818,"Cost":689,"Date":"10/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":891,"Cost":469,"Date":"10/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":631,"Cost":445,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":233,"Cost":193,"Date":"10/30/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":562,"Cost":503,"Date":"11/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":981,"Cost":510,"Date":"11/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":274,"Cost":202,"Date":"11/25/2023"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":114,"Cost":89,"Date":"1/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":753,"Cost":667,"Date":"1/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":663,"Cost":487,"Date":"1/20/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":821,"Cost":768,"Date":"2/8/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":497,"Cost":302,"Date":"2/25/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":405,"Cost":236,"Date":"3/7/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":58,"Cost":38,"Date":"3/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":698,"Cost":479,"Date":"3/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":684,"Cost":549,"Date":"4/5/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":772,"Cost":702,"Date":"4/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":663,"Cost":541,"Date":"5/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":308,"Cost":162,"Date":"5/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":585,"Cost":321,"Date":"5/15/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":930,"Cost":638,"Date":"5/25/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":835,"Cost":645,"Date":"5/26/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":726,"Cost":499,"Date":"5/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":908,"Cost":759,"Date":"7/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":889,"Cost":750,"Date":"9/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":141,"Cost":77,"Date":"10/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":899,"Cost":832,"Date":"10/8/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":682,"Cost":478,"Date":"10/26/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":306,"Cost":258,"Date":"11/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":379,"Cost":251,"Date":"11/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"HM","Country":"Japan","Sale":258,"Cost":215,"Date":"12/1/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":310,"Cost":274,"Date":"2/9/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":802,"Cost":683,"Date":"2/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":528,"Cost":450,"Date":"3/10/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":754,"Cost":662,"Date":"3/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":990,"Cost":526,"Date":"3/18/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":605,"Cost":449,"Date":"3/20/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":276,"Cost":161,"Date":"3/26/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":136,"Cost":97,"Date":"6/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":690,"Cost":582,"Date":"6/10/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":985,"Cost":681,"Date":"6/16/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":144,"Cost":123,"Date":"6/25/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":76,"Cost":65,"Date":"7/19/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":377,"Cost":312,"Date":"7/21/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":633,"Cost":469,"Date":"7/25/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":258,"Cost":164,"Date":"8/4/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":289,"Cost":171,"Date":"9/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":964,"Cost":548,"Date":"9/4/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":257,"Cost":214,"Date":"9/19/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":50,"Cost":39,"Date":"9/29/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":159,"Cost":103,"Date":"10/2/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":420,"Cost":393,"Date":"10/15/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":372,"Cost":195,"Date":"10/30/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":69,"Cost":48,"Date":"11/9/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":806,"Cost":651,"Date":"11/23/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":942,"Cost":523,"Date":"11/30/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":28,"Cost":18,"Date":"12/8/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":748,"Cost":581,"Date":"12/11/2018"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":787,"Cost":497,"Date":"1/15/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":975,"Cost":506,"Date":"1/24/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":506,"Cost":361,"Date":"2/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":605,"Cost":444,"Date":"2/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":379,"Cost":234,"Date":"3/9/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":878,"Cost":498,"Date":"3/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":777,"Cost":615,"Date":"4/19/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":658,"Cost":528,"Date":"5/3/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":862,"Cost":490,"Date":"5/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":951,"Cost":508,"Date":"6/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":191,"Cost":100,"Date":"6/26/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":438,"Cost":399,"Date":"7/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":238,"Cost":128,"Date":"7/13/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":974,"Cost":821,"Date":"8/8/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":813,"Cost":739,"Date":"8/26/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":406,"Cost":317,"Date":"9/2/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":547,"Cost":514,"Date":"9/29/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":187,"Cost":141,"Date":"10/12/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":889,"Cost":451,"Date":"11/2/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":1000,"Cost":637,"Date":"11/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":49,"Cost":27,"Date":"11/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":515,"Cost":291,"Date":"12/1/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":165,"Cost":102,"Date":"12/4/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":955,"Cost":490,"Date":"12/7/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":802,"Cost":666,"Date":"12/18/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":557,"Cost":423,"Date":"12/20/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":541,"Cost":278,"Date":"12/20/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":699,"Cost":559,"Date":"12/21/2019"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":830,"Cost":494,"Date":"1/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":710,"Cost":535,"Date":"2/5/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":838,"Cost":515,"Date":"2/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":348,"Cost":254,"Date":"2/16/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":639,"Cost":372,"Date":"2/18/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":551,"Cost":515,"Date":"2/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":812,"Cost":525,"Date":"2/25/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":188,"Cost":173,"Date":"3/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":250,"Cost":126,"Date":"4/2/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":679,"Cost":340,"Date":"4/3/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":251,"Cost":223,"Date":"4/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":366,"Cost":216,"Date":"4/10/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":934,"Cost":730,"Date":"4/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":808,"Cost":550,"Date":"5/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":736,"Cost":487,"Date":"5/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":523,"Cost":271,"Date":"6/20/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":704,"Cost":614,"Date":"7/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":435,"Cost":258,"Date":"7/4/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":129,"Cost":71,"Date":"7/8/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":479,"Cost":375,"Date":"7/9/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":76,"Cost":45,"Date":"7/14/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":134,"Cost":93,"Date":"7/19/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":59,"Cost":41,"Date":"8/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":85,"Cost":76,"Date":"8/6/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":516,"Cost":288,"Date":"8/7/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":973,"Cost":590,"Date":"8/22/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":552,"Cost":477,"Date":"8/31/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":752,"Cost":514,"Date":"9/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":924,"Cost":810,"Date":"9/1/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":326,"Cost":183,"Date":"9/17/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":888,"Cost":481,"Date":"9/29/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":417,"Cost":290,"Date":"11/7/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":621,"Cost":351,"Date":"11/26/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":943,"Cost":598,"Date":"11/27/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":774,"Cost":496,"Date":"12/5/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":432,"Cost":297,"Date":"12/26/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":825,"Cost":468,"Date":"12/31/2020"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":744,"Cost":578,"Date":"1/20/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":926,"Cost":624,"Date":"2/2/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":222,"Cost":151,"Date":"2/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":339,"Cost":265,"Date":"2/27/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":638,"Cost":419,"Date":"3/1/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":133,"Cost":87,"Date":"3/1/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":726,"Cost":453,"Date":"3/19/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":940,"Cost":776,"Date":"3/28/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":35,"Cost":21,"Date":"5/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":315,"Cost":208,"Date":"7/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":57,"Cost":31,"Date":"8/5/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":403,"Cost":256,"Date":"8/12/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":384,"Cost":233,"Date":"8/21/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":97,"Cost":75,"Date":"8/23/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":951,"Cost":629,"Date":"9/3/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":132,"Cost":92,"Date":"9/5/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":96,"Cost":72,"Date":"10/6/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":835,"Cost":628,"Date":"10/19/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":993,"Cost":869,"Date":"11/15/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":48,"Cost":39,"Date":"12/8/2021"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":402,"Cost":368,"Date":"1/8/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":5,"Cost":4,"Date":"1/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":366,"Cost":203,"Date":"1/19/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":585,"Cost":524,"Date":"1/28/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":364,"Cost":255,"Date":"1/31/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":223,"Cost":154,"Date":"3/27/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":831,"Cost":469,"Date":"4/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":587,"Cost":515,"Date":"4/24/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":183,"Cost":132,"Date":"4/28/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":560,"Cost":531,"Date":"5/15/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":200,"Cost":108,"Date":"5/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":988,"Cost":586,"Date":"5/18/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":831,"Cost":576,"Date":"6/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":651,"Cost":557,"Date":"6/3/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":387,"Cost":343,"Date":"6/5/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":877,"Cost":526,"Date":"6/7/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":114,"Cost":80,"Date":"6/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":573,"Cost":435,"Date":"6/20/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":243,"Cost":149,"Date":"6/24/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":978,"Cost":791,"Date":"7/4/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":935,"Cost":608,"Date":"7/9/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":236,"Cost":135,"Date":"7/12/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":747,"Cost":388,"Date":"8/14/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":894,"Cost":707,"Date":"8/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":629,"Cost":358,"Date":"8/23/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":681,"Cost":626,"Date":"9/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":959,"Cost":837,"Date":"9/3/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":747,"Cost":435,"Date":"9/16/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":993,"Cost":831,"Date":"10/4/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":946,"Cost":852,"Date":"11/1/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":145,"Cost":98,"Date":"11/2/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":105,"Cost":64,"Date":"12/17/2022"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":267,"Cost":185,"Date":"2/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":771,"Cost":716,"Date":"2/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":947,"Cost":681,"Date":"3/4/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":668,"Cost":631,"Date":"3/9/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":393,"Cost":319,"Date":"3/9/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":147,"Cost":116,"Date":"3/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":91,"Cost":73,"Date":"3/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":126,"Cost":76,"Date":"3/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":259,"Cost":240,"Date":"3/23/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":388,"Cost":347,"Date":"4/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":427,"Cost":395,"Date":"5/7/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":663,"Cost":338,"Date":"5/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":323,"Cost":297,"Date":"5/20/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":309,"Cost":158,"Date":"6/2/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":354,"Cost":253,"Date":"6/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":127,"Cost":79,"Date":"6/16/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":570,"Cost":463,"Date":"6/16/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":755,"Cost":499,"Date":"7/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":795,"Cost":643,"Date":"7/11/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":247,"Cost":137,"Date":"8/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":415,"Cost":248,"Date":"8/29/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":30,"Cost":20,"Date":"8/31/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":236,"Cost":143,"Date":"9/8/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":819,"Cost":774,"Date":"9/13/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":652,"Cost":476,"Date":"9/14/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":770,"Cost":507,"Date":"9/19/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":293,"Cost":185,"Date":"9/25/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":316,"Cost":256,"Date":"10/4/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":223,"Cost":144,"Date":"10/10/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":312,"Cost":201,"Date":"10/17/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":809,"Cost":625,"Date":"10/28/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":263,"Cost":157,"Date":"10/30/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":988,"Cost":643,"Date":"11/1/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":305,"Cost":261,"Date":"11/15/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":509,"Cost":267,"Date":"11/25/2023"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":256,"Cost":159,"Date":"1/10/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":214,"Cost":113,"Date":"1/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":405,"Cost":231,"Date":"1/20/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":635,"Cost":563,"Date":"2/8/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":997,"Cost":654,"Date":"2/25/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":269,"Cost":173,"Date":"3/7/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":221,"Cost":176,"Date":"3/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":685,"Cost":536,"Date":"3/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":750,"Cost":445,"Date":"4/5/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":761,"Cost":408,"Date":"4/14/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":192,"Cost":165,"Date":"5/3/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":770,"Cost":513,"Date":"5/9/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":758,"Cost":681,"Date":"5/15/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":930,"Cost":705,"Date":"5/25/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":369,"Cost":324,"Date":"5/26/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":347,"Cost":243,"Date":"5/31/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":730,"Cost":383,"Date":"7/27/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":478,"Cost":447,"Date":"9/17/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":707,"Cost":454,"Date":"10/6/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":786,"Cost":489,"Date":"10/8/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":194,"Cost":135,"Date":"10/26/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":59,"Cost":44,"Date":"11/16/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":93,"Cost":58,"Date":"11/18/2024"},{"Store":"Namba Parks, Osaka","Brand":"Jeans","Country":"Japan","Sale":144,"Cost":86,"Date":"12/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":610,"Cost":463,"Date":"2/9/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":370,"Cost":186,"Date":"2/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":623,"Cost":342,"Date":"3/10/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":424,"Cost":264,"Date":"3/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":172,"Cost":112,"Date":"3/18/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":198,"Cost":172,"Date":"3/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":638,"Cost":443,"Date":"3/26/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":737,"Cost":629,"Date":"6/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":173,"Cost":123,"Date":"6/10/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":839,"Cost":514,"Date":"6/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":143,"Cost":122,"Date":"6/25/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":480,"Cost":430,"Date":"7/19/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":500,"Cost":468,"Date":"7/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":61,"Cost":54,"Date":"7/25/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":137,"Cost":80,"Date":"8/4/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":378,"Cost":326,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":68,"Cost":45,"Date":"9/4/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":631,"Cost":390,"Date":"9/19/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":851,"Cost":465,"Date":"9/29/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":509,"Cost":445,"Date":"10/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":3,"Cost":3,"Date":"10/15/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":600,"Cost":419,"Date":"10/30/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":411,"Cost":314,"Date":"11/9/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":512,"Cost":287,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":608,"Cost":490,"Date":"11/30/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":900,"Cost":585,"Date":"12/8/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":275,"Cost":202,"Date":"12/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":97,"Cost":78,"Date":"1/15/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":568,"Cost":420,"Date":"1/24/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":118,"Cost":70,"Date":"2/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":885,"Cost":502,"Date":"2/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":326,"Cost":213,"Date":"3/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":893,"Cost":653,"Date":"3/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":958,"Cost":558,"Date":"4/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":686,"Cost":419,"Date":"5/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":97,"Cost":78,"Date":"5/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":363,"Cost":226,"Date":"6/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":785,"Cost":709,"Date":"6/26/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":195,"Cost":104,"Date":"7/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":896,"Cost":710,"Date":"7/13/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":70,"Cost":49,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":250,"Cost":161,"Date":"8/26/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":844,"Cost":774,"Date":"9/2/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":58,"Cost":46,"Date":"9/29/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":564,"Cost":532,"Date":"10/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":851,"Cost":533,"Date":"11/2/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":199,"Cost":144,"Date":"11/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":125,"Cost":64,"Date":"11/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":847,"Cost":718,"Date":"12/1/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":64,"Cost":47,"Date":"12/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":729,"Cost":630,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":429,"Cost":390,"Date":"12/18/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":400,"Cost":201,"Date":"12/20/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":819,"Cost":510,"Date":"12/20/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":419,"Cost":395,"Date":"12/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":573,"Cost":362,"Date":"1/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":33,"Cost":20,"Date":"2/5/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":800,"Cost":400,"Date":"2/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":498,"Cost":406,"Date":"2/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":921,"Cost":528,"Date":"2/18/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":681,"Cost":373,"Date":"2/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":721,"Cost":433,"Date":"2/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":283,"Cost":221,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":482,"Cost":454,"Date":"4/2/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":154,"Cost":138,"Date":"4/3/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":968,"Cost":906,"Date":"4/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":883,"Cost":780,"Date":"4/10/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":768,"Cost":423,"Date":"4/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":399,"Cost":227,"Date":"5/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":572,"Cost":323,"Date":"5/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":116,"Cost":96,"Date":"6/20/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":318,"Cost":299,"Date":"7/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":513,"Cost":385,"Date":"7/4/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":615,"Cost":541,"Date":"7/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":311,"Cost":203,"Date":"7/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":583,"Cost":320,"Date":"7/14/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":600,"Cost":549,"Date":"7/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":483,"Cost":247,"Date":"8/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":551,"Cost":483,"Date":"8/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":624,"Cost":444,"Date":"8/7/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":390,"Cost":247,"Date":"8/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":358,"Cost":238,"Date":"8/31/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":614,"Cost":389,"Date":"9/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":805,"Cost":759,"Date":"9/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":865,"Cost":455,"Date":"9/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":571,"Cost":486,"Date":"9/29/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":950,"Cost":561,"Date":"11/7/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":292,"Cost":155,"Date":"11/26/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":478,"Cost":366,"Date":"11/27/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":541,"Cost":452,"Date":"12/5/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":272,"Cost":176,"Date":"12/26/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":598,"Cost":429,"Date":"12/31/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":257,"Cost":177,"Date":"1/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":776,"Cost":414,"Date":"2/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":656,"Cost":541,"Date":"2/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":144,"Cost":110,"Date":"2/27/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":311,"Cost":205,"Date":"3/1/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":5,"Cost":5,"Date":"3/1/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":900,"Cost":773,"Date":"3/19/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":248,"Cost":135,"Date":"3/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":504,"Cost":356,"Date":"5/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":891,"Cost":541,"Date":"7/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":939,"Cost":596,"Date":"8/5/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":201,"Cost":182,"Date":"8/12/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":100,"Cost":94,"Date":"8/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":598,"Cost":516,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":917,"Cost":526,"Date":"9/3/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":464,"Cost":411,"Date":"9/5/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":34,"Cost":28,"Date":"10/6/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":994,"Cost":507,"Date":"10/19/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":46,"Cost":26,"Date":"11/15/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":990,"Cost":526,"Date":"12/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":336,"Cost":288,"Date":"1/8/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":703,"Cost":507,"Date":"1/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":7,"Cost":5,"Date":"1/19/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":525,"Cost":265,"Date":"1/28/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":253,"Cost":224,"Date":"1/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":432,"Cost":222,"Date":"3/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":860,"Cost":455,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":614,"Cost":312,"Date":"4/24/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":505,"Cost":275,"Date":"4/28/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":301,"Cost":215,"Date":"5/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":714,"Cost":424,"Date":"5/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":579,"Cost":429,"Date":"5/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":884,"Cost":716,"Date":"6/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":686,"Cost":448,"Date":"6/3/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":255,"Cost":220,"Date":"6/5/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":352,"Cost":303,"Date":"6/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":783,"Cost":428,"Date":"6/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":43,"Cost":25,"Date":"6/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":941,"Cost":582,"Date":"6/24/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":91,"Cost":71,"Date":"7/4/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":984,"Cost":899,"Date":"7/9/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":879,"Cost":494,"Date":"7/12/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":95,"Cost":71,"Date":"8/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":884,"Cost":708,"Date":"8/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":549,"Cost":492,"Date":"8/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":630,"Cost":340,"Date":"9/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":943,"Cost":636,"Date":"9/3/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":401,"Cost":371,"Date":"9/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":266,"Cost":184,"Date":"10/4/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":135,"Cost":82,"Date":"11/1/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":735,"Cost":577,"Date":"11/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":72,"Cost":53,"Date":"12/17/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":830,"Cost":727,"Date":"2/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":172,"Cost":154,"Date":"2/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":404,"Cost":337,"Date":"3/4/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":478,"Cost":454,"Date":"3/9/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":980,"Cost":759,"Date":"3/9/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":346,"Cost":295,"Date":"3/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":34,"Cost":19,"Date":"3/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":446,"Cost":259,"Date":"3/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":25,"Cost":23,"Date":"3/23/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":972,"Cost":654,"Date":"4/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":416,"Cost":216,"Date":"5/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":466,"Cost":439,"Date":"5/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":755,"Cost":567,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":800,"Cost":561,"Date":"6/2/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":261,"Cost":246,"Date":"6/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":644,"Cost":357,"Date":"6/16/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":159,"Cost":95,"Date":"6/16/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":583,"Cost":356,"Date":"7/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":984,"Cost":747,"Date":"7/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":672,"Cost":427,"Date":"8/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":3,"Cost":2,"Date":"8/29/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":307,"Cost":247,"Date":"8/31/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":884,"Cost":557,"Date":"9/8/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":513,"Cost":347,"Date":"9/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":159,"Cost":146,"Date":"9/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":982,"Cost":896,"Date":"9/19/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":395,"Cost":284,"Date":"9/25/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":691,"Cost":561,"Date":"10/4/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":2,"Cost":2,"Date":"10/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":814,"Cost":433,"Date":"10/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":454,"Cost":237,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":791,"Cost":545,"Date":"10/30/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":97,"Cost":51,"Date":"11/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":169,"Cost":91,"Date":"11/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":174,"Cost":110,"Date":"11/25/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":882,"Cost":553,"Date":"1/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":14,"Cost":10,"Date":"1/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":825,"Cost":533,"Date":"1/20/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":682,"Cost":550,"Date":"2/8/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":99,"Cost":84,"Date":"2/25/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":773,"Cost":630,"Date":"3/7/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":177,"Cost":145,"Date":"3/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":321,"Cost":215,"Date":"3/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":155,"Cost":85,"Date":"4/5/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":412,"Cost":230,"Date":"4/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":829,"Cost":716,"Date":"5/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":630,"Cost":579,"Date":"5/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":236,"Cost":213,"Date":"5/15/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":19,"Cost":13,"Date":"5/25/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":617,"Cost":402,"Date":"5/26/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":159,"Cost":139,"Date":"5/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":611,"Cost":555,"Date":"7/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":592,"Cost":556,"Date":"9/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":24,"Cost":16,"Date":"10/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":597,"Cost":542,"Date":"10/8/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":930,"Cost":665,"Date":"10/26/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":63,"Cost":40,"Date":"11/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":49,"Cost":36,"Date":"11/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"Jeans","Country":"Japan","Sale":32,"Cost":28,"Date":"12/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":342,"Cost":286,"Date":"2/9/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":781,"Cost":489,"Date":"2/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":518,"Cost":292,"Date":"3/10/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":401,"Cost":301,"Date":"3/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":481,"Cost":431,"Date":"3/18/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":352,"Cost":219,"Date":"3/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":208,"Cost":176,"Date":"3/26/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":623,"Cost":557,"Date":"6/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":295,"Cost":240,"Date":"6/10/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":930,"Cost":805,"Date":"6/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":749,"Cost":430,"Date":"6/25/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":358,"Cost":280,"Date":"7/19/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":853,"Cost":620,"Date":"7/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":465,"Cost":428,"Date":"7/25/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":785,"Cost":705,"Date":"8/4/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":287,"Cost":172,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":473,"Cost":398,"Date":"9/4/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":995,"Cost":910,"Date":"9/19/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":725,"Cost":586,"Date":"9/29/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":456,"Cost":351,"Date":"10/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":723,"Cost":560,"Date":"10/15/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":198,"Cost":135,"Date":"10/30/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":909,"Cost":535,"Date":"11/9/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":810,"Cost":659,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":941,"Cost":876,"Date":"11/30/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":941,"Cost":845,"Date":"12/8/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":14,"Cost":14,"Date":"12/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":425,"Cost":400,"Date":"1/15/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":626,"Cost":483,"Date":"1/24/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":613,"Cost":367,"Date":"2/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":415,"Cost":286,"Date":"2/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":493,"Cost":374,"Date":"3/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":269,"Cost":247,"Date":"3/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":742,"Cost":639,"Date":"4/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":947,"Cost":518,"Date":"5/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":939,"Cost":545,"Date":"5/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":721,"Cost":552,"Date":"6/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":28,"Cost":14,"Date":"6/26/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":862,"Cost":781,"Date":"7/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":861,"Cost":760,"Date":"7/13/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":184,"Cost":92,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":811,"Cost":607,"Date":"8/26/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":289,"Cost":181,"Date":"9/2/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":535,"Cost":420,"Date":"9/29/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":380,"Cost":352,"Date":"10/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":584,"Cost":548,"Date":"11/2/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":607,"Cost":543,"Date":"11/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":355,"Cost":336,"Date":"11/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":530,"Cost":379,"Date":"12/1/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":181,"Cost":149,"Date":"12/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":37,"Cost":22,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":722,"Cost":463,"Date":"12/18/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":144,"Cost":123,"Date":"12/20/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":684,"Cost":640,"Date":"12/20/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":940,"Cost":745,"Date":"12/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":841,"Cost":701,"Date":"1/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":4,"Cost":4,"Date":"2/5/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":701,"Cost":665,"Date":"2/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":567,"Cost":509,"Date":"2/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":831,"Cost":485,"Date":"2/18/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":389,"Cost":335,"Date":"2/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":1,"Cost":1,"Date":"2/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":860,"Cost":691,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":202,"Cost":137,"Date":"4/2/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":949,"Cost":531,"Date":"4/3/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":22,"Cost":17,"Date":"4/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":263,"Cost":171,"Date":"4/10/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":562,"Cost":325,"Date":"4/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":614,"Cost":376,"Date":"5/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":260,"Cost":186,"Date":"5/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":229,"Cost":117,"Date":"6/20/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":842,"Cost":533,"Date":"7/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":380,"Cost":203,"Date":"7/4/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":508,"Cost":332,"Date":"7/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":137,"Cost":70,"Date":"7/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":960,"Cost":674,"Date":"7/14/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":756,"Cost":688,"Date":"7/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":866,"Cost":798,"Date":"8/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":167,"Cost":118,"Date":"8/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":250,"Cost":153,"Date":"8/7/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":588,"Cost":424,"Date":"8/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":465,"Cost":257,"Date":"8/31/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":487,"Cost":303,"Date":"9/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":503,"Cost":468,"Date":"9/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":580,"Cost":499,"Date":"9/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":815,"Cost":732,"Date":"9/29/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":26,"Cost":20,"Date":"11/7/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":433,"Cost":274,"Date":"11/26/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":30,"Cost":20,"Date":"11/27/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":468,"Cost":279,"Date":"12/5/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":936,"Cost":533,"Date":"12/26/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":848,"Cost":691,"Date":"12/31/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":483,"Cost":249,"Date":"1/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":748,"Cost":394,"Date":"2/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":480,"Cost":367,"Date":"2/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":29,"Cost":27,"Date":"2/27/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":875,"Cost":798,"Date":"3/1/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":122,"Cost":64,"Date":"3/1/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":293,"Cost":184,"Date":"3/19/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":284,"Cost":181,"Date":"3/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":34,"Cost":20,"Date":"5/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":588,"Cost":524,"Date":"7/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":499,"Cost":343,"Date":"8/5/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":4,"Cost":3,"Date":"8/12/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":115,"Cost":106,"Date":"8/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":107,"Cost":63,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":946,"Cost":473,"Date":"9/3/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":183,"Cost":134,"Date":"9/5/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":582,"Cost":493,"Date":"10/6/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":855,"Cost":493,"Date":"10/19/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":799,"Cost":744,"Date":"11/15/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":296,"Cost":185,"Date":"12/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":87,"Cost":60,"Date":"1/8/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":845,"Cost":673,"Date":"1/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":587,"Cost":471,"Date":"1/19/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":746,"Cost":395,"Date":"1/28/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":457,"Cost":336,"Date":"1/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":80,"Cost":57,"Date":"3/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":821,"Cost":428,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":941,"Cost":615,"Date":"4/24/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":443,"Cost":278,"Date":"4/28/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":944,"Cost":636,"Date":"5/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":562,"Cost":530,"Date":"5/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":563,"Cost":392,"Date":"5/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":616,"Cost":510,"Date":"6/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":714,"Cost":544,"Date":"6/3/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":178,"Cost":94,"Date":"6/5/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":741,"Date":"6/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":255,"Cost":217,"Date":"6/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":829,"Cost":673,"Date":"6/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":958,"Cost":816,"Date":"6/24/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":677,"Cost":552,"Date":"7/4/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":184,"Cost":135,"Date":"7/9/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":214,"Cost":173,"Date":"7/12/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":639,"Cost":470,"Date":"8/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":234,"Cost":158,"Date":"8/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":712,"Cost":612,"Date":"8/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":663,"Cost":460,"Date":"9/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":596,"Cost":370,"Date":"9/3/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":384,"Cost":254,"Date":"9/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":493,"Date":"10/4/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":711,"Cost":591,"Date":"11/1/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":452,"Cost":237,"Date":"11/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":391,"Cost":244,"Date":"12/17/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":395,"Date":"2/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":449,"Cost":290,"Date":"2/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":252,"Cost":229,"Date":"3/4/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":276,"Cost":150,"Date":"3/9/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":472,"Cost":445,"Date":"3/9/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":681,"Cost":637,"Date":"3/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":885,"Cost":712,"Date":"3/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":28,"Cost":15,"Date":"3/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":193,"Cost":106,"Date":"3/23/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":896,"Cost":545,"Date":"4/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":400,"Cost":331,"Date":"5/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":894,"Cost":499,"Date":"5/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":241,"Cost":181,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":363,"Cost":227,"Date":"6/2/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":449,"Cost":297,"Date":"6/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":63,"Cost":32,"Date":"6/16/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":67,"Cost":55,"Date":"6/16/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":955,"Cost":723,"Date":"7/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":381,"Cost":245,"Date":"7/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":334,"Cost":239,"Date":"8/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":921,"Cost":768,"Date":"8/29/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":192,"Cost":159,"Date":"8/31/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":320,"Cost":220,"Date":"9/8/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":963,"Cost":538,"Date":"9/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":394,"Cost":212,"Date":"9/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":163,"Cost":109,"Date":"9/19/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":662,"Cost":370,"Date":"9/25/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":454,"Cost":227,"Date":"10/4/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":767,"Cost":415,"Date":"10/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":23,"Cost":13,"Date":"10/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":445,"Cost":283,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":958,"Cost":481,"Date":"10/30/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":578,"Cost":512,"Date":"11/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":925,"Cost":691,"Date":"11/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":135,"Cost":98,"Date":"11/25/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":581,"Cost":407,"Date":"1/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":547,"Cost":453,"Date":"1/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":325,"Cost":246,"Date":"1/20/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":177,"Cost":143,"Date":"2/8/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":407,"Cost":364,"Date":"2/25/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":604,"Cost":499,"Date":"3/7/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":839,"Cost":608,"Date":"3/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":418,"Cost":224,"Date":"3/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":677,"Cost":414,"Date":"4/5/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":97,"Cost":56,"Date":"4/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":978,"Cost":493,"Date":"5/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":384,"Cost":321,"Date":"5/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":860,"Cost":718,"Date":"5/15/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":695,"Cost":553,"Date":"5/25/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":765,"Cost":628,"Date":"5/26/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":452,"Cost":308,"Date":"5/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":834,"Cost":514,"Date":"7/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":982,"Cost":726,"Date":"9/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":174,"Cost":135,"Date":"10/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":602,"Cost":449,"Date":"10/8/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":679,"Cost":449,"Date":"10/26/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":687,"Cost":597,"Date":"11/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":10,"Cost":8,"Date":"11/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"HM Home","Country":"Japan","Sale":360,"Cost":234,"Date":"12/1/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":215,"Date":"2/9/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":185,"Cost":154,"Date":"2/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":477,"Cost":451,"Date":"3/10/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":479,"Cost":247,"Date":"3/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":459,"Cost":428,"Date":"3/18/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":967,"Cost":640,"Date":"3/20/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":674,"Cost":590,"Date":"3/26/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":382,"Cost":329,"Date":"6/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":553,"Cost":416,"Date":"6/10/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":738,"Cost":604,"Date":"6/16/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":883,"Cost":760,"Date":"6/25/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":314,"Cost":158,"Date":"7/19/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":42,"Cost":36,"Date":"7/21/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":1,"Cost":1,"Date":"7/25/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":407,"Cost":378,"Date":"8/4/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":594,"Cost":402,"Date":"9/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":851,"Cost":499,"Date":"9/4/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":963,"Cost":522,"Date":"9/19/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":791,"Cost":462,"Date":"9/29/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":417,"Cost":364,"Date":"10/2/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":550,"Cost":311,"Date":"10/15/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":50,"Cost":36,"Date":"10/30/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":123,"Cost":62,"Date":"11/9/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":501,"Cost":282,"Date":"11/23/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":532,"Cost":384,"Date":"11/30/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":357,"Cost":234,"Date":"12/8/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":787,"Cost":691,"Date":"12/11/2018"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":536,"Cost":410,"Date":"1/15/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":706,"Cost":436,"Date":"1/24/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":273,"Cost":236,"Date":"2/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":290,"Cost":152,"Date":"2/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":486,"Cost":291,"Date":"3/9/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":441,"Cost":298,"Date":"3/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":643,"Cost":526,"Date":"4/19/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":13,"Cost":6,"Date":"5/3/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":738,"Cost":629,"Date":"5/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":276,"Cost":213,"Date":"6/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":219,"Cost":185,"Date":"6/26/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":69,"Cost":62,"Date":"7/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":418,"Cost":272,"Date":"7/13/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":836,"Cost":496,"Date":"8/8/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":196,"Cost":125,"Date":"8/26/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":427,"Cost":223,"Date":"9/2/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":282,"Cost":258,"Date":"9/29/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":530,"Cost":489,"Date":"10/12/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":962,"Cost":761,"Date":"11/2/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":375,"Cost":347,"Date":"11/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":230,"Cost":163,"Date":"11/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":788,"Cost":511,"Date":"12/1/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":898,"Cost":765,"Date":"12/4/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":582,"Cost":443,"Date":"12/7/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":298,"Cost":158,"Date":"12/18/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":60,"Cost":31,"Date":"12/20/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":17,"Cost":16,"Date":"12/20/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":118,"Cost":67,"Date":"12/21/2019"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":227,"Cost":151,"Date":"1/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":458,"Cost":250,"Date":"2/5/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":327,"Cost":251,"Date":"2/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":796,"Cost":735,"Date":"2/16/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":533,"Cost":274,"Date":"2/18/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":369,"Cost":264,"Date":"2/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":92,"Cost":72,"Date":"2/25/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":770,"Cost":482,"Date":"3/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":102,"Cost":73,"Date":"4/2/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":366,"Cost":242,"Date":"4/3/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":165,"Cost":125,"Date":"4/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":144,"Cost":118,"Date":"4/10/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":621,"Cost":530,"Date":"4/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":358,"Cost":310,"Date":"5/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":934,"Cost":480,"Date":"5/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":929,"Cost":601,"Date":"6/20/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":785,"Cost":670,"Date":"7/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":888,"Cost":631,"Date":"7/4/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":86,"Cost":63,"Date":"7/8/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":857,"Cost":499,"Date":"7/9/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":641,"Cost":435,"Date":"7/14/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":891,"Cost":464,"Date":"7/19/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":854,"Cost":612,"Date":"8/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":305,"Cost":185,"Date":"8/6/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":294,"Cost":177,"Date":"8/7/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":654,"Cost":402,"Date":"8/22/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":97,"Cost":52,"Date":"8/31/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":986,"Cost":651,"Date":"9/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":360,"Cost":269,"Date":"9/1/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":206,"Cost":191,"Date":"9/17/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":2,"Cost":2,"Date":"9/29/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":337,"Cost":186,"Date":"11/7/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":455,"Cost":228,"Date":"11/26/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":706,"Cost":563,"Date":"11/27/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":597,"Cost":567,"Date":"12/5/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":869,"Cost":484,"Date":"12/26/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":174,"Cost":125,"Date":"12/31/2020"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":272,"Cost":174,"Date":"1/20/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":593,"Cost":478,"Date":"2/2/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":957,"Cost":567,"Date":"2/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":139,"Cost":103,"Date":"2/27/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":653,"Cost":525,"Date":"3/1/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":793,"Cost":407,"Date":"3/1/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":889,"Cost":656,"Date":"3/19/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":104,"Cost":52,"Date":"3/28/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":940,"Cost":846,"Date":"5/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":802,"Cost":704,"Date":"7/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":666,"Cost":518,"Date":"8/5/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":903,"Cost":729,"Date":"8/12/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":336,"Cost":310,"Date":"8/21/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":267,"Cost":147,"Date":"8/23/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":733,"Cost":620,"Date":"9/3/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":213,"Cost":175,"Date":"9/5/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":219,"Cost":170,"Date":"10/6/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":470,"Cost":293,"Date":"10/19/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":451,"Cost":266,"Date":"11/15/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":924,"Cost":734,"Date":"12/8/2021"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":217,"Cost":171,"Date":"1/8/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":975,"Cost":663,"Date":"1/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":473,"Cost":253,"Date":"1/19/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":358,"Cost":337,"Date":"1/28/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":814,"Cost":456,"Date":"1/31/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":807,"Cost":456,"Date":"3/27/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":133,"Cost":122,"Date":"4/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":730,"Cost":511,"Date":"4/24/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":70,"Cost":58,"Date":"4/28/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":348,"Cost":186,"Date":"5/15/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":996,"Cost":810,"Date":"5/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":295,"Cost":155,"Date":"5/18/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":476,"Cost":282,"Date":"6/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":288,"Cost":201,"Date":"6/3/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":195,"Cost":134,"Date":"6/5/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":500,"Cost":397,"Date":"6/7/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":61,"Cost":57,"Date":"6/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":648,"Cost":380,"Date":"6/20/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":265,"Cost":232,"Date":"6/24/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":323,"Cost":190,"Date":"7/4/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":632,"Date":"7/9/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":888,"Cost":466,"Date":"7/12/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":16,"Cost":14,"Date":"8/14/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":926,"Cost":490,"Date":"8/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":911,"Cost":824,"Date":"8/23/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":435,"Cost":222,"Date":"9/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":458,"Cost":318,"Date":"9/3/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":651,"Cost":481,"Date":"9/16/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":370,"Cost":338,"Date":"10/4/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":50,"Cost":44,"Date":"11/1/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":597,"Cost":305,"Date":"11/2/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":419,"Cost":265,"Date":"12/17/2022"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":978,"Cost":823,"Date":"2/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":665,"Cost":548,"Date":"2/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":807,"Cost":442,"Date":"3/4/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":236,"Cost":172,"Date":"3/9/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":711,"Cost":445,"Date":"3/9/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":194,"Cost":144,"Date":"3/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":852,"Cost":547,"Date":"3/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":34,"Cost":17,"Date":"3/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":87,"Cost":59,"Date":"3/23/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":14,"Cost":13,"Date":"4/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":828,"Cost":469,"Date":"5/7/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":726,"Cost":553,"Date":"5/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":391,"Date":"5/20/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":890,"Cost":777,"Date":"6/2/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":411,"Cost":390,"Date":"6/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":1000,"Cost":861,"Date":"6/16/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":325,"Cost":284,"Date":"6/16/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":700,"Cost":369,"Date":"7/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":2,"Cost":2,"Date":"7/11/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":205,"Cost":135,"Date":"8/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":247,"Cost":128,"Date":"8/29/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":99,"Cost":51,"Date":"8/31/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":843,"Cost":436,"Date":"9/8/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":691,"Cost":607,"Date":"9/13/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":456,"Cost":433,"Date":"9/14/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":462,"Cost":394,"Date":"9/19/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":305,"Cost":219,"Date":"9/25/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":921,"Cost":686,"Date":"10/4/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":172,"Cost":122,"Date":"10/10/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":849,"Cost":580,"Date":"10/17/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":92,"Cost":56,"Date":"10/28/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":184,"Cost":93,"Date":"10/30/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":435,"Cost":351,"Date":"11/1/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":402,"Cost":365,"Date":"11/15/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":35,"Cost":30,"Date":"11/25/2023"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":754,"Cost":402,"Date":"1/10/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":761,"Cost":641,"Date":"1/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":644,"Cost":606,"Date":"1/20/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":550,"Cost":514,"Date":"2/8/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":126,"Cost":114,"Date":"2/25/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":585,"Cost":545,"Date":"3/7/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":644,"Cost":426,"Date":"3/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":107,"Cost":81,"Date":"3/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":767,"Cost":714,"Date":"4/5/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":325,"Cost":204,"Date":"4/14/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":195,"Cost":174,"Date":"5/3/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":703,"Cost":614,"Date":"5/9/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":968,"Cost":665,"Date":"5/15/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":321,"Cost":166,"Date":"5/25/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":663,"Cost":410,"Date":"5/26/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":872,"Cost":633,"Date":"5/31/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":210,"Cost":191,"Date":"7/27/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":463,"Cost":424,"Date":"9/17/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":963,"Cost":789,"Date":"10/6/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":741,"Cost":465,"Date":"10/8/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":625,"Cost":432,"Date":"10/26/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":306,"Cost":190,"Date":"11/16/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":793,"Cost":404,"Date":"11/18/2024"},{"Store":"Herbis Plaza, Osaka","Brand":"ARKET","Country":"Japan","Sale":687,"Cost":540,"Date":"12/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":482,"Cost":375,"Date":"2/9/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":386,"Cost":319,"Date":"2/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":632,"Cost":460,"Date":"3/10/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":662,"Cost":416,"Date":"3/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":475,"Cost":288,"Date":"3/18/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":291,"Cost":241,"Date":"3/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":64,"Cost":34,"Date":"3/26/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":37,"Cost":20,"Date":"6/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":136,"Cost":128,"Date":"6/10/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":118,"Cost":72,"Date":"6/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":475,"Cost":396,"Date":"6/25/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":331,"Cost":244,"Date":"7/19/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":209,"Cost":198,"Date":"7/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":442,"Cost":257,"Date":"7/25/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":802,"Cost":423,"Date":"8/4/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":79,"Cost":62,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":509,"Cost":265,"Date":"9/4/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":426,"Cost":330,"Date":"9/19/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":942,"Cost":520,"Date":"9/29/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":7,"Cost":6,"Date":"10/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":988,"Cost":701,"Date":"10/15/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":624,"Cost":339,"Date":"10/30/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":617,"Cost":421,"Date":"11/9/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":950,"Cost":661,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":279,"Cost":185,"Date":"11/30/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":707,"Cost":424,"Date":"12/8/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":82,"Cost":52,"Date":"12/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":831,"Cost":627,"Date":"1/15/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":508,"Cost":352,"Date":"1/24/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":71,"Cost":66,"Date":"2/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":937,"Cost":782,"Date":"2/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":456,"Cost":263,"Date":"3/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":656,"Cost":605,"Date":"3/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":110,"Cost":71,"Date":"4/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":216,"Cost":139,"Date":"5/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":290,"Cost":197,"Date":"5/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":122,"Cost":71,"Date":"6/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":19,"Cost":12,"Date":"6/26/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":216,"Cost":173,"Date":"7/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":197,"Cost":152,"Date":"7/13/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":644,"Cost":595,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":188,"Cost":139,"Date":"8/26/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":612,"Cost":465,"Date":"9/2/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":461,"Cost":322,"Date":"9/29/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":332,"Cost":244,"Date":"10/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":571,"Cost":407,"Date":"11/2/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":268,"Cost":162,"Date":"11/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":92,"Cost":72,"Date":"11/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":310,"Cost":160,"Date":"12/1/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":713,"Cost":458,"Date":"12/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":921,"Cost":520,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":534,"Cost":317,"Date":"12/18/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":963,"Cost":857,"Date":"12/20/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":450,"Cost":312,"Date":"12/20/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":670,"Date":"12/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":323,"Cost":165,"Date":"1/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":269,"Cost":234,"Date":"2/5/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":316,"Cost":182,"Date":"2/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":125,"Cost":79,"Date":"2/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":174,"Cost":145,"Date":"2/18/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":178,"Cost":154,"Date":"2/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":824,"Cost":612,"Date":"2/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":253,"Cost":164,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":570,"Cost":304,"Date":"4/2/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":164,"Cost":142,"Date":"4/3/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":777,"Date":"4/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":788,"Cost":527,"Date":"4/10/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":469,"Cost":416,"Date":"4/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":451,"Cost":391,"Date":"5/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":138,"Cost":81,"Date":"5/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":601,"Cost":482,"Date":"6/20/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":72,"Cost":40,"Date":"7/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":869,"Cost":596,"Date":"7/4/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":963,"Cost":579,"Date":"7/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":667,"Cost":470,"Date":"7/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":830,"Cost":728,"Date":"7/14/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":434,"Cost":321,"Date":"7/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":916,"Cost":527,"Date":"8/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":277,"Cost":255,"Date":"8/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":781,"Cost":610,"Date":"8/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":603,"Cost":492,"Date":"8/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":401,"Cost":293,"Date":"8/31/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":864,"Cost":743,"Date":"9/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":3,"Cost":2,"Date":"9/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":597,"Cost":434,"Date":"9/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":107,"Cost":74,"Date":"9/29/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":323,"Cost":305,"Date":"11/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":300,"Cost":164,"Date":"11/26/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":552,"Cost":368,"Date":"11/27/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":945,"Cost":687,"Date":"12/5/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":991,"Cost":721,"Date":"12/26/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":420,"Cost":352,"Date":"12/31/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":205,"Cost":135,"Date":"1/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":694,"Cost":526,"Date":"2/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":173,"Cost":130,"Date":"2/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":404,"Cost":316,"Date":"2/27/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":374,"Cost":339,"Date":"3/1/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":72,"Cost":41,"Date":"3/1/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":878,"Cost":592,"Date":"3/19/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":12,"Cost":8,"Date":"3/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":612,"Cost":487,"Date":"5/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":995,"Cost":765,"Date":"7/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":698,"Cost":591,"Date":"8/5/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":432,"Cost":353,"Date":"8/12/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":363,"Cost":246,"Date":"8/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":382,"Cost":337,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":922,"Cost":795,"Date":"9/3/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":999,"Cost":523,"Date":"9/5/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":177,"Cost":130,"Date":"10/6/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":626,"Cost":498,"Date":"10/19/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":880,"Cost":763,"Date":"11/15/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":170,"Cost":98,"Date":"12/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":68,"Cost":55,"Date":"1/8/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":53,"Cost":45,"Date":"1/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":549,"Cost":499,"Date":"1/19/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":767,"Cost":563,"Date":"1/28/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":622,"Cost":424,"Date":"1/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":849,"Cost":548,"Date":"3/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":258,"Cost":212,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":534,"Cost":299,"Date":"4/24/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":746,"Cost":681,"Date":"4/28/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":500,"Cost":289,"Date":"5/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":330,"Cost":199,"Date":"5/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":362,"Cost":334,"Date":"5/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":763,"Cost":722,"Date":"6/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":85,"Cost":70,"Date":"6/3/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":981,"Cost":907,"Date":"6/5/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":969,"Cost":522,"Date":"6/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":786,"Cost":700,"Date":"6/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":785,"Cost":503,"Date":"6/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":641,"Cost":441,"Date":"6/24/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":846,"Cost":564,"Date":"7/4/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":732,"Cost":690,"Date":"7/9/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":270,"Cost":210,"Date":"7/12/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":348,"Cost":219,"Date":"8/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":722,"Cost":527,"Date":"8/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":315,"Cost":254,"Date":"8/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":123,"Cost":111,"Date":"9/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":978,"Cost":819,"Date":"9/3/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":881,"Cost":515,"Date":"9/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":783,"Cost":511,"Date":"10/4/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":72,"Cost":51,"Date":"11/1/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":268,"Cost":200,"Date":"11/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":559,"Cost":490,"Date":"12/17/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":494,"Cost":296,"Date":"2/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":339,"Cost":213,"Date":"2/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":24,"Cost":12,"Date":"3/4/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":237,"Cost":122,"Date":"3/9/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":90,"Cost":85,"Date":"3/9/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":749,"Cost":483,"Date":"3/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":543,"Cost":351,"Date":"3/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":370,"Cost":196,"Date":"3/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":656,"Cost":597,"Date":"3/23/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":802,"Cost":401,"Date":"4/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":674,"Cost":563,"Date":"5/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":238,"Cost":139,"Date":"5/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":113,"Cost":103,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":833,"Cost":746,"Date":"6/2/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":83,"Cost":65,"Date":"6/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":713,"Cost":455,"Date":"6/16/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":496,"Cost":427,"Date":"6/16/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":808,"Cost":420,"Date":"7/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":603,"Cost":555,"Date":"7/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":575,"Cost":361,"Date":"8/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":900,"Cost":468,"Date":"8/29/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":130,"Cost":79,"Date":"8/31/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":432,"Cost":224,"Date":"9/8/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":11,"Cost":6,"Date":"9/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":217,"Cost":110,"Date":"9/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":51,"Cost":41,"Date":"9/19/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":302,"Cost":166,"Date":"9/25/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":837,"Cost":644,"Date":"10/4/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":478,"Cost":350,"Date":"10/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":22,"Cost":14,"Date":"10/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":148,"Cost":115,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":276,"Cost":161,"Date":"10/30/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":863,"Cost":599,"Date":"11/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":380,"Date":"11/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":901,"Cost":849,"Date":"11/25/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":406,"Cost":286,"Date":"1/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":431,"Cost":348,"Date":"1/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":246,"Cost":171,"Date":"1/20/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":875,"Cost":718,"Date":"2/8/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":760,"Cost":500,"Date":"2/25/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":170,"Cost":131,"Date":"3/7/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":941,"Cost":594,"Date":"3/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":636,"Cost":367,"Date":"3/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":142,"Cost":122,"Date":"4/5/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":47,"Cost":29,"Date":"4/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":931,"Cost":681,"Date":"5/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":478,"Cost":454,"Date":"5/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":726,"Cost":604,"Date":"5/15/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":194,"Cost":143,"Date":"5/25/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":576,"Cost":534,"Date":"5/26/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":569,"Cost":520,"Date":"5/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":227,"Cost":118,"Date":"7/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":311,"Cost":161,"Date":"9/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":797,"Cost":671,"Date":"10/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":483,"Cost":389,"Date":"10/8/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":875,"Cost":748,"Date":"10/26/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":990,"Cost":893,"Date":"11/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":774,"Cost":693,"Date":"11/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":537,"Cost":392,"Date":"12/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":195,"Cost":128,"Date":"2/9/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":603,"Cost":562,"Date":"2/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":245,"Cost":146,"Date":"3/10/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":741,"Cost":528,"Date":"3/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":218,"Cost":159,"Date":"3/18/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":59,"Cost":56,"Date":"3/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":887,"Cost":487,"Date":"3/26/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":389,"Cost":293,"Date":"6/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":188,"Cost":124,"Date":"6/10/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":218,"Cost":131,"Date":"6/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":295,"Cost":276,"Date":"6/25/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":15,"Cost":7,"Date":"7/19/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":358,"Cost":277,"Date":"7/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":187,"Cost":103,"Date":"7/25/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":391,"Cost":279,"Date":"8/4/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":870,"Cost":557,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":43,"Cost":35,"Date":"9/4/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":562,"Cost":377,"Date":"9/19/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":650,"Cost":464,"Date":"9/29/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":779,"Cost":536,"Date":"10/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":55,"Cost":48,"Date":"10/15/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":492,"Cost":352,"Date":"10/30/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":571,"Cost":369,"Date":"11/9/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":246,"Cost":191,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":909,"Cost":810,"Date":"11/30/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":204,"Cost":188,"Date":"12/8/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":91,"Cost":49,"Date":"12/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":992,"Cost":667,"Date":"1/15/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":122,"Cost":77,"Date":"1/24/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":952,"Cost":700,"Date":"2/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":489,"Cost":452,"Date":"2/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":546,"Cost":347,"Date":"3/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":306,"Cost":291,"Date":"3/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":38,"Cost":36,"Date":"4/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":273,"Cost":238,"Date":"5/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":76,"Cost":69,"Date":"5/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":429,"Cost":228,"Date":"6/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":310,"Cost":202,"Date":"6/26/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":186,"Cost":155,"Date":"7/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":898,"Cost":846,"Date":"7/13/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":654,"Cost":347,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":131,"Cost":120,"Date":"8/26/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":717,"Cost":469,"Date":"9/2/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":239,"Cost":167,"Date":"9/29/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":419,"Cost":355,"Date":"10/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":560,"Cost":503,"Date":"11/2/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":173,"Cost":147,"Date":"11/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":82,"Cost":72,"Date":"11/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":981,"Cost":642,"Date":"12/1/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":109,"Cost":79,"Date":"12/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":602,"Cost":366,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":881,"Cost":474,"Date":"12/18/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":921,"Cost":693,"Date":"12/20/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":167,"Cost":117,"Date":"12/20/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":705,"Cost":487,"Date":"12/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":454,"Cost":403,"Date":"1/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":805,"Cost":521,"Date":"2/5/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":218,"Cost":124,"Date":"2/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":964,"Cost":726,"Date":"2/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":803,"Cost":579,"Date":"2/18/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":743,"Cost":541,"Date":"2/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":80,"Cost":41,"Date":"2/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":988,"Cost":576,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":291,"Cost":164,"Date":"4/2/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":72,"Cost":65,"Date":"4/3/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":85,"Cost":42,"Date":"4/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":484,"Cost":342,"Date":"4/10/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":800,"Cost":453,"Date":"4/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":440,"Cost":391,"Date":"5/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":177,"Cost":137,"Date":"5/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":771,"Cost":505,"Date":"6/20/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":89,"Cost":72,"Date":"7/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":364,"Cost":185,"Date":"7/4/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":989,"Cost":694,"Date":"7/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":241,"Cost":207,"Date":"7/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":107,"Cost":67,"Date":"7/14/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":395,"Cost":203,"Date":"7/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":978,"Cost":770,"Date":"8/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":1000,"Cost":633,"Date":"8/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":88,"Cost":44,"Date":"8/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":789,"Cost":652,"Date":"8/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":905,"Cost":504,"Date":"8/31/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":939,"Cost":667,"Date":"9/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":147,"Cost":136,"Date":"9/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":80,"Cost":75,"Date":"9/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":333,"Cost":276,"Date":"9/29/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":334,"Cost":195,"Date":"11/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":964,"Cost":851,"Date":"11/26/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":811,"Cost":416,"Date":"11/27/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":617,"Cost":388,"Date":"12/5/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":434,"Cost":352,"Date":"12/26/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":941,"Cost":880,"Date":"12/31/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":998,"Cost":871,"Date":"1/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":573,"Cost":412,"Date":"2/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":740,"Cost":603,"Date":"2/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":910,"Cost":547,"Date":"2/27/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":353,"Cost":276,"Date":"3/1/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":891,"Cost":759,"Date":"3/1/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":951,"Cost":489,"Date":"3/19/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":809,"Cost":636,"Date":"3/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":563,"Cost":496,"Date":"5/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":568,"Cost":414,"Date":"7/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":857,"Cost":534,"Date":"8/5/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":863,"Cost":791,"Date":"8/12/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":960,"Cost":698,"Date":"8/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":828,"Cost":610,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":828,"Cost":415,"Date":"9/3/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":510,"Cost":429,"Date":"9/5/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":834,"Cost":536,"Date":"10/6/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":567,"Cost":499,"Date":"10/19/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":745,"Cost":620,"Date":"11/15/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":251,"Cost":189,"Date":"12/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":616,"Cost":390,"Date":"1/8/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":386,"Cost":265,"Date":"1/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":329,"Cost":233,"Date":"1/19/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":790,"Cost":734,"Date":"1/28/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":109,"Cost":89,"Date":"1/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":305,"Cost":172,"Date":"3/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":784,"Cost":505,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":922,"Cost":475,"Date":"4/24/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":83,"Cost":42,"Date":"4/28/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":773,"Cost":604,"Date":"5/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":293,"Cost":261,"Date":"5/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":684,"Cost":482,"Date":"5/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":921,"Cost":731,"Date":"6/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":981,"Cost":887,"Date":"6/3/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":319,"Cost":174,"Date":"6/5/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":81,"Cost":73,"Date":"6/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":772,"Cost":682,"Date":"6/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":214,"Cost":127,"Date":"6/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":733,"Cost":416,"Date":"6/24/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":839,"Cost":446,"Date":"7/4/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":964,"Cost":899,"Date":"7/9/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":203,"Cost":147,"Date":"7/12/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":755,"Cost":523,"Date":"8/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":39,"Cost":25,"Date":"8/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":917,"Cost":860,"Date":"8/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":160,"Cost":115,"Date":"9/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":927,"Cost":494,"Date":"9/3/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":269,"Cost":178,"Date":"9/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":910,"Cost":672,"Date":"10/4/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":328,"Cost":188,"Date":"11/1/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":704,"Cost":627,"Date":"11/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":12,"Cost":9,"Date":"12/17/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":804,"Cost":522,"Date":"2/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":365,"Cost":298,"Date":"2/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":702,"Cost":385,"Date":"3/4/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":456,"Cost":377,"Date":"3/9/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":622,"Cost":545,"Date":"3/9/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":178,"Cost":169,"Date":"3/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":85,"Cost":72,"Date":"3/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":902,"Cost":702,"Date":"3/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":429,"Cost":313,"Date":"3/23/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":454,"Cost":429,"Date":"4/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":634,"Cost":345,"Date":"5/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":510,"Cost":392,"Date":"5/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":173,"Cost":88,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":750,"Cost":512,"Date":"6/2/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":405,"Cost":232,"Date":"6/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":711,"Cost":624,"Date":"6/16/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":433,"Cost":220,"Date":"6/16/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":539,"Cost":374,"Date":"7/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":678,"Cost":505,"Date":"7/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":84,"Cost":44,"Date":"8/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":203,"Cost":175,"Date":"8/29/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":220,"Cost":172,"Date":"8/31/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":534,"Cost":289,"Date":"9/8/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":561,"Cost":523,"Date":"9/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":643,"Cost":601,"Date":"9/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":458,"Cost":401,"Date":"9/19/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":584,"Cost":423,"Date":"9/25/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":524,"Cost":458,"Date":"10/4/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":602,"Cost":475,"Date":"10/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":714,"Cost":543,"Date":"10/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":256,"Cost":155,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":19,"Cost":10,"Date":"10/30/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":799,"Cost":568,"Date":"11/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":580,"Cost":343,"Date":"11/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":973,"Cost":604,"Date":"11/25/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":373,"Cost":280,"Date":"1/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":721,"Cost":537,"Date":"1/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":170,"Cost":155,"Date":"1/20/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":771,"Cost":592,"Date":"2/8/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":333,"Cost":201,"Date":"2/25/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":560,"Cost":417,"Date":"3/7/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":211,"Cost":178,"Date":"3/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":567,"Cost":355,"Date":"3/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":271,"Cost":177,"Date":"4/5/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":546,"Cost":310,"Date":"4/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":11,"Cost":8,"Date":"5/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":869,"Cost":771,"Date":"5/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":405,"Cost":318,"Date":"5/15/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":43,"Cost":23,"Date":"5/25/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":977,"Cost":871,"Date":"5/26/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":195,"Cost":173,"Date":"5/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":640,"Cost":371,"Date":"7/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":810,"Cost":621,"Date":"9/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":68,"Cost":52,"Date":"10/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":460,"Cost":256,"Date":"10/8/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":701,"Cost":373,"Date":"10/26/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":706,"Cost":548,"Date":"11/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":589,"Cost":400,"Date":"11/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"Nova","Country":"Japan","Sale":923,"Cost":515,"Date":"12/1/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":244,"Cost":150,"Date":"2/9/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":553,"Cost":389,"Date":"2/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":546,"Cost":334,"Date":"3/10/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":833,"Cost":689,"Date":"3/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":586,"Cost":306,"Date":"3/18/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":859,"Cost":465,"Date":"3/20/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":376,"Cost":208,"Date":"3/26/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":752,"Cost":561,"Date":"6/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":477,"Date":"6/10/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":79,"Cost":58,"Date":"6/16/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":202,"Cost":156,"Date":"6/25/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":502,"Cost":389,"Date":"7/19/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":615,"Cost":391,"Date":"7/21/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":647,"Cost":606,"Date":"7/25/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":374,"Cost":194,"Date":"8/4/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":27,"Cost":20,"Date":"9/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":117,"Cost":87,"Date":"9/4/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":746,"Cost":502,"Date":"9/19/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":379,"Cost":252,"Date":"9/29/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":1000,"Cost":674,"Date":"10/2/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":553,"Cost":413,"Date":"10/15/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":299,"Cost":151,"Date":"10/30/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":804,"Cost":409,"Date":"11/9/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":471,"Cost":327,"Date":"11/23/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":580,"Cost":524,"Date":"11/30/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":234,"Cost":140,"Date":"12/8/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":670,"Cost":559,"Date":"12/11/2018"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":466,"Cost":279,"Date":"1/15/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":77,"Cost":45,"Date":"1/24/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":237,"Cost":165,"Date":"2/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":291,"Cost":275,"Date":"2/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":12,"Cost":6,"Date":"3/9/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":584,"Cost":465,"Date":"3/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":414,"Cost":366,"Date":"4/19/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":36,"Cost":32,"Date":"5/3/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":88,"Cost":52,"Date":"5/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":824,"Cost":456,"Date":"6/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":566,"Cost":284,"Date":"6/26/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":566,"Cost":533,"Date":"7/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":848,"Cost":452,"Date":"7/13/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":538,"Cost":272,"Date":"8/8/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":862,"Cost":710,"Date":"8/26/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":790,"Cost":479,"Date":"9/2/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":389,"Cost":263,"Date":"9/29/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":508,"Cost":295,"Date":"10/12/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":82,"Cost":57,"Date":"11/2/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":164,"Cost":92,"Date":"11/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":581,"Cost":294,"Date":"11/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":188,"Cost":111,"Date":"12/1/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":247,"Cost":177,"Date":"12/4/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":826,"Cost":609,"Date":"12/7/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":801,"Cost":718,"Date":"12/18/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":456,"Cost":388,"Date":"12/20/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":330,"Cost":304,"Date":"12/20/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":246,"Cost":191,"Date":"12/21/2019"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":437,"Cost":268,"Date":"1/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":77,"Cost":41,"Date":"2/5/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":672,"Cost":403,"Date":"2/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":312,"Cost":175,"Date":"2/16/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":60,"Cost":38,"Date":"2/18/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":646,"Cost":390,"Date":"2/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":143,"Cost":112,"Date":"2/25/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":721,"Cost":666,"Date":"3/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":864,"Cost":573,"Date":"4/2/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":355,"Cost":242,"Date":"4/3/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":229,"Cost":148,"Date":"4/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":909,"Cost":647,"Date":"4/10/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":569,"Cost":453,"Date":"4/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":921,"Cost":590,"Date":"5/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":530,"Cost":430,"Date":"5/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":620,"Cost":455,"Date":"6/20/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":435,"Cost":331,"Date":"7/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":240,"Cost":123,"Date":"7/4/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":924,"Cost":496,"Date":"7/8/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":120,"Cost":101,"Date":"7/9/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":589,"Cost":453,"Date":"7/14/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":636,"Cost":499,"Date":"7/19/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":203,"Cost":117,"Date":"8/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":268,"Cost":153,"Date":"8/6/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":595,"Cost":530,"Date":"8/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":289,"Cost":200,"Date":"8/22/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":173,"Cost":129,"Date":"8/31/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":320,"Cost":212,"Date":"9/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":113,"Cost":68,"Date":"9/1/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":526,"Cost":346,"Date":"9/17/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":287,"Cost":178,"Date":"9/29/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":398,"Cost":325,"Date":"11/7/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":310,"Cost":260,"Date":"11/26/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":767,"Cost":699,"Date":"11/27/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":832,"Cost":680,"Date":"12/5/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":881,"Cost":512,"Date":"12/26/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":730,"Cost":407,"Date":"12/31/2020"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":714,"Cost":526,"Date":"1/20/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":872,"Cost":807,"Date":"2/2/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":670,"Cost":504,"Date":"2/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":624,"Cost":431,"Date":"2/27/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":948,"Cost":519,"Date":"3/1/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":29,"Cost":21,"Date":"3/1/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":952,"Cost":764,"Date":"3/19/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":721,"Cost":491,"Date":"3/28/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":499,"Cost":472,"Date":"5/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":257,"Cost":218,"Date":"7/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":405,"Cost":359,"Date":"8/5/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":273,"Cost":190,"Date":"8/12/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":3,"Cost":3,"Date":"8/21/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":6,"Cost":3,"Date":"8/23/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":733,"Cost":683,"Date":"9/3/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":626,"Cost":578,"Date":"9/5/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":951,"Cost":895,"Date":"10/6/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":232,"Cost":139,"Date":"10/19/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":369,"Cost":218,"Date":"11/15/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":995,"Cost":941,"Date":"12/8/2021"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":149,"Cost":133,"Date":"1/8/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":274,"Cost":176,"Date":"1/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":992,"Cost":926,"Date":"1/19/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":644,"Cost":393,"Date":"1/28/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":409,"Cost":216,"Date":"1/31/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":263,"Cost":210,"Date":"3/27/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":905,"Cost":621,"Date":"4/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":116,"Cost":88,"Date":"4/24/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":155,"Cost":87,"Date":"4/28/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":929,"Cost":675,"Date":"5/15/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":40,"Cost":23,"Date":"5/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":242,"Cost":229,"Date":"5/18/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":790,"Cost":681,"Date":"6/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":198,"Cost":161,"Date":"6/3/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":445,"Cost":367,"Date":"6/5/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":445,"Cost":230,"Date":"6/7/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":634,"Cost":587,"Date":"6/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":519,"Cost":480,"Date":"6/20/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":276,"Cost":146,"Date":"6/24/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":854,"Cost":805,"Date":"7/4/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":179,"Cost":149,"Date":"7/9/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":291,"Cost":213,"Date":"7/12/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":255,"Cost":182,"Date":"8/14/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":291,"Cost":229,"Date":"8/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":821,"Cost":452,"Date":"8/23/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":7,"Cost":6,"Date":"9/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":973,"Cost":699,"Date":"9/3/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":917,"Cost":656,"Date":"9/16/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":671,"Cost":570,"Date":"10/4/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":707,"Date":"11/1/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":367,"Cost":211,"Date":"11/2/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":260,"Cost":236,"Date":"12/17/2022"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":715,"Cost":556,"Date":"2/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":18,"Cost":12,"Date":"2/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":834,"Cost":431,"Date":"3/4/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":215,"Cost":159,"Date":"3/9/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":571,"Cost":297,"Date":"3/9/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":433,"Cost":393,"Date":"3/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":510,"Cost":385,"Date":"3/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":270,"Cost":247,"Date":"3/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":947,"Cost":736,"Date":"3/23/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":734,"Cost":495,"Date":"4/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":134,"Cost":103,"Date":"5/7/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":506,"Cost":371,"Date":"5/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":44,"Cost":41,"Date":"5/20/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":334,"Cost":207,"Date":"6/2/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":224,"Cost":206,"Date":"6/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":366,"Date":"6/16/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":898,"Cost":483,"Date":"6/16/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":902,"Cost":771,"Date":"7/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":65,"Cost":34,"Date":"7/11/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":147,"Cost":106,"Date":"8/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":408,"Cost":326,"Date":"8/29/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":553,"Cost":366,"Date":"8/31/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":258,"Cost":221,"Date":"9/8/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":839,"Cost":557,"Date":"9/13/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":189,"Cost":101,"Date":"9/14/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":194,"Cost":168,"Date":"9/19/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":498,"Cost":471,"Date":"9/25/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":338,"Cost":276,"Date":"10/4/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":444,"Cost":241,"Date":"10/10/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":239,"Cost":122,"Date":"10/17/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":522,"Cost":338,"Date":"10/28/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":421,"Cost":243,"Date":"10/30/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":114,"Cost":75,"Date":"11/1/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":489,"Cost":295,"Date":"11/15/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":893,"Cost":454,"Date":"11/25/2023"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":229,"Cost":124,"Date":"1/10/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":440,"Cost":344,"Date":"1/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":105,"Cost":69,"Date":"1/20/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":173,"Cost":138,"Date":"2/8/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":111,"Cost":84,"Date":"2/25/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":337,"Cost":216,"Date":"3/7/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":895,"Cost":737,"Date":"3/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":36,"Cost":30,"Date":"3/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":82,"Cost":61,"Date":"4/5/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":475,"Cost":391,"Date":"4/14/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":163,"Cost":128,"Date":"5/3/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":857,"Cost":622,"Date":"5/9/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":406,"Cost":276,"Date":"5/15/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":53,"Cost":46,"Date":"5/25/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":778,"Cost":696,"Date":"5/26/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":688,"Cost":640,"Date":"5/31/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":649,"Cost":334,"Date":"7/27/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":113,"Cost":65,"Date":"9/17/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":229,"Cost":135,"Date":"10/6/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":183,"Cost":109,"Date":"10/8/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":689,"Cost":541,"Date":"10/26/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":286,"Cost":194,"Date":"11/16/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":65,"Cost":56,"Date":"11/18/2024"},{"Store":"Abeno Harukas Kintetsu, Osaka","Brand":"ARKET","Country":"Japan","Sale":919,"Cost":712,"Date":"12/1/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":32,"Cost":25,"Date":"2/9/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":127,"Cost":73,"Date":"2/11/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":673,"Cost":596,"Date":"3/10/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":795,"Cost":424,"Date":"3/16/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":518,"Cost":408,"Date":"3/18/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":436,"Cost":290,"Date":"3/20/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":530,"Date":"3/26/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":422,"Cost":321,"Date":"6/2/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":666,"Cost":358,"Date":"6/10/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":542,"Cost":346,"Date":"6/16/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":634,"Cost":441,"Date":"6/25/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":749,"Cost":502,"Date":"7/19/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":989,"Cost":698,"Date":"7/21/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":340,"Cost":213,"Date":"7/25/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":436,"Cost":245,"Date":"8/4/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":436,"Cost":277,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":593,"Cost":394,"Date":"9/4/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":427,"Cost":320,"Date":"9/19/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":618,"Cost":482,"Date":"9/29/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":449,"Cost":415,"Date":"10/2/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":897,"Cost":584,"Date":"10/15/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":967,"Cost":816,"Date":"10/30/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":519,"Cost":487,"Date":"11/9/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":969,"Cost":796,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":618,"Cost":570,"Date":"11/30/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":850,"Cost":516,"Date":"12/8/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":913,"Date":"12/11/2018"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":293,"Cost":196,"Date":"1/15/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":75,"Cost":48,"Date":"1/24/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":29,"Cost":22,"Date":"2/3/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":46,"Cost":38,"Date":"2/4/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":449,"Date":"3/9/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":512,"Cost":281,"Date":"3/12/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":328,"Cost":202,"Date":"4/19/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":737,"Cost":443,"Date":"5/3/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":944,"Cost":729,"Date":"5/4/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":765,"Cost":658,"Date":"6/8/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":728,"Cost":631,"Date":"6/26/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":675,"Cost":589,"Date":"7/4/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":824,"Cost":439,"Date":"7/13/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":962,"Cost":654,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":86,"Cost":75,"Date":"8/26/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":882,"Cost":635,"Date":"9/2/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":503,"Cost":260,"Date":"9/29/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":963,"Cost":655,"Date":"10/12/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":174,"Cost":158,"Date":"11/2/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":262,"Cost":211,"Date":"11/4/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":828,"Cost":465,"Date":"11/7/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":20,"Cost":15,"Date":"12/1/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":96,"Cost":80,"Date":"12/4/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":763,"Cost":509,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":601,"Cost":389,"Date":"12/18/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":371,"Cost":272,"Date":"12/20/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":466,"Cost":389,"Date":"12/20/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":194,"Cost":108,"Date":"12/21/2019"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":755,"Cost":533,"Date":"1/9/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":76,"Date":"2/5/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":117,"Cost":79,"Date":"2/16/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":872,"Cost":760,"Date":"2/16/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":754,"Cost":501,"Date":"2/18/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":443,"Cost":253,"Date":"2/22/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":28,"Cost":18,"Date":"2/25/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":575,"Cost":298,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":334,"Cost":245,"Date":"4/2/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":939,"Cost":629,"Date":"4/3/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":557,"Cost":351,"Date":"4/9/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":191,"Cost":107,"Date":"4/10/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":318,"Cost":245,"Date":"4/19/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":965,"Cost":714,"Date":"5/17/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":281,"Cost":172,"Date":"5/22/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":944,"Cost":830,"Date":"6/20/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":891,"Cost":725,"Date":"7/1/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":897,"Cost":512,"Date":"7/4/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":689,"Cost":413,"Date":"7/8/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":680,"Cost":513,"Date":"7/9/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":390,"Cost":214,"Date":"7/14/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":713,"Cost":474,"Date":"7/19/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":379,"Cost":273,"Date":"8/1/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":916,"Cost":489,"Date":"8/6/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":103,"Date":"8/7/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":183,"Cost":130,"Date":"8/22/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":181,"Cost":152,"Date":"8/31/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":463,"Cost":352,"Date":"9/1/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":380,"Cost":350,"Date":"9/1/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":568,"Cost":373,"Date":"9/17/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":336,"Cost":238,"Date":"9/29/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":971,"Cost":850,"Date":"11/7/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":963,"Cost":613,"Date":"11/26/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":112,"Cost":92,"Date":"11/27/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":160,"Cost":124,"Date":"12/5/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":442,"Cost":312,"Date":"12/26/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":588,"Cost":344,"Date":"12/31/2020"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":983,"Cost":508,"Date":"1/20/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":99,"Cost":49,"Date":"2/2/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":905,"Cost":527,"Date":"2/8/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":298,"Cost":263,"Date":"2/27/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":9,"Cost":7,"Date":"3/1/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":597,"Cost":379,"Date":"3/1/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":108,"Cost":93,"Date":"3/19/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":805,"Cost":576,"Date":"3/28/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":142,"Cost":133,"Date":"5/21/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":666,"Cost":608,"Date":"7/21/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":183,"Cost":149,"Date":"8/5/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":822,"Cost":708,"Date":"8/12/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":862,"Cost":810,"Date":"8/21/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":534,"Cost":403,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":982,"Cost":635,"Date":"9/3/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":971,"Cost":896,"Date":"9/5/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":180,"Cost":109,"Date":"10/6/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":246,"Cost":230,"Date":"10/19/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":911,"Cost":635,"Date":"11/15/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":893,"Cost":819,"Date":"12/8/2021"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":234,"Cost":131,"Date":"1/8/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":160,"Cost":98,"Date":"1/14/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":161,"Cost":116,"Date":"1/19/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":190,"Cost":125,"Date":"1/28/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":293,"Cost":148,"Date":"1/31/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":576,"Cost":485,"Date":"3/27/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":645,"Cost":413,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":988,"Cost":748,"Date":"4/24/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":166,"Cost":128,"Date":"4/28/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":24,"Cost":19,"Date":"5/15/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":854,"Cost":507,"Date":"5/16/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":211,"Cost":175,"Date":"5/18/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":140,"Cost":87,"Date":"6/2/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":121,"Cost":110,"Date":"6/3/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":830,"Cost":490,"Date":"6/5/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":684,"Cost":462,"Date":"6/7/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":178,"Cost":141,"Date":"6/14/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":831,"Cost":744,"Date":"6/20/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":96,"Cost":89,"Date":"6/24/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":515,"Cost":474,"Date":"7/4/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":984,"Cost":753,"Date":"7/9/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":674,"Cost":525,"Date":"7/12/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":786,"Cost":688,"Date":"8/14/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":536,"Cost":336,"Date":"8/16/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":551,"Cost":461,"Date":"8/23/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":544,"Cost":451,"Date":"9/2/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":422,"Cost":235,"Date":"9/3/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":353,"Cost":285,"Date":"9/16/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":288,"Cost":223,"Date":"10/4/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":386,"Cost":237,"Date":"11/1/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":846,"Cost":476,"Date":"11/2/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":377,"Cost":245,"Date":"12/17/2022"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":386,"Cost":231,"Date":"2/10/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":924,"Cost":637,"Date":"2/28/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":238,"Cost":155,"Date":"3/4/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":573,"Cost":479,"Date":"3/9/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":251,"Cost":184,"Date":"3/9/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":396,"Cost":216,"Date":"3/11/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":582,"Cost":300,"Date":"3/17/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":628,"Cost":351,"Date":"3/17/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":533,"Cost":503,"Date":"3/23/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":707,"Cost":603,"Date":"4/1/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":126,"Cost":119,"Date":"5/7/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":478,"Cost":262,"Date":"5/10/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":129,"Cost":123,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":661,"Cost":367,"Date":"6/2/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":9,"Cost":8,"Date":"6/11/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":42,"Cost":35,"Date":"6/16/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":333,"Cost":190,"Date":"6/16/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":561,"Cost":316,"Date":"7/10/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":300,"Cost":214,"Date":"7/11/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":962,"Cost":663,"Date":"8/28/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":735,"Cost":694,"Date":"8/29/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":836,"Cost":678,"Date":"8/31/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":152,"Cost":76,"Date":"9/8/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":88,"Cost":55,"Date":"9/13/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":784,"Cost":659,"Date":"9/14/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":869,"Cost":697,"Date":"9/19/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":584,"Cost":308,"Date":"9/25/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":966,"Cost":633,"Date":"10/4/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":210,"Cost":145,"Date":"10/10/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":683,"Cost":383,"Date":"10/17/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":632,"Cost":576,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":83,"Cost":41,"Date":"10/30/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":2,"Cost":2,"Date":"11/1/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":284,"Cost":246,"Date":"11/15/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":652,"Cost":495,"Date":"11/25/2023"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":917,"Cost":870,"Date":"1/10/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":188,"Cost":178,"Date":"1/14/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":556,"Cost":454,"Date":"1/20/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":903,"Cost":512,"Date":"2/8/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":20,"Cost":17,"Date":"2/25/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":178,"Cost":127,"Date":"3/7/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":337,"Cost":309,"Date":"3/14/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":276,"Cost":213,"Date":"3/27/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":481,"Cost":259,"Date":"4/5/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":768,"Cost":549,"Date":"4/14/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":67,"Cost":34,"Date":"5/3/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":688,"Cost":572,"Date":"5/9/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":587,"Cost":300,"Date":"5/15/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":748,"Cost":667,"Date":"5/25/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":139,"Cost":72,"Date":"5/26/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":464,"Cost":312,"Date":"5/31/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":32,"Cost":28,"Date":"7/27/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":664,"Cost":468,"Date":"9/17/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":803,"Cost":696,"Date":"10/6/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":662,"Cost":448,"Date":"10/8/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":80,"Cost":64,"Date":"10/26/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":881,"Cost":713,"Date":"11/16/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":323,"Cost":216,"Date":"11/18/2024"},{"Store":"Kyoto Station Building","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":103,"Date":"12/1/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":624,"Cost":463,"Date":"2/9/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":605,"Cost":564,"Date":"2/11/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":410,"Cost":378,"Date":"3/10/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":439,"Cost":344,"Date":"3/16/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":858,"Cost":769,"Date":"3/18/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":410,"Cost":332,"Date":"3/20/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":744,"Cost":623,"Date":"3/26/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":896,"Cost":687,"Date":"6/2/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":765,"Cost":655,"Date":"6/10/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":62,"Cost":41,"Date":"6/16/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":657,"Cost":498,"Date":"6/25/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":383,"Cost":308,"Date":"7/19/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":974,"Cost":548,"Date":"7/21/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":618,"Cost":330,"Date":"7/25/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":101,"Cost":61,"Date":"8/4/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":144,"Cost":74,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":475,"Cost":414,"Date":"9/4/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":961,"Cost":832,"Date":"9/19/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":513,"Cost":384,"Date":"9/29/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":910,"Cost":645,"Date":"10/2/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":728,"Cost":552,"Date":"10/15/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":607,"Cost":419,"Date":"10/30/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":230,"Cost":212,"Date":"11/9/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":877,"Cost":823,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":991,"Cost":505,"Date":"11/30/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":260,"Cost":209,"Date":"12/8/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":955,"Cost":547,"Date":"12/11/2018"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":230,"Cost":168,"Date":"1/15/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":774,"Cost":638,"Date":"1/24/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":780,"Cost":421,"Date":"2/3/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":309,"Cost":238,"Date":"2/4/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":517,"Cost":319,"Date":"3/9/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":208,"Cost":152,"Date":"3/12/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":565,"Cost":523,"Date":"4/19/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":964,"Cost":856,"Date":"5/3/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":899,"Cost":664,"Date":"5/4/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":562,"Cost":398,"Date":"6/8/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":180,"Cost":138,"Date":"6/26/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":1000,"Cost":871,"Date":"7/4/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":502,"Cost":343,"Date":"7/13/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":600,"Cost":548,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":807,"Cost":430,"Date":"8/26/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":614,"Cost":516,"Date":"9/2/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":433,"Cost":357,"Date":"9/29/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":268,"Cost":187,"Date":"10/12/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":484,"Cost":419,"Date":"11/2/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":852,"Cost":550,"Date":"11/4/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":918,"Cost":541,"Date":"11/7/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":780,"Cost":572,"Date":"12/1/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":839,"Cost":704,"Date":"12/4/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":904,"Cost":799,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":11,"Cost":6,"Date":"12/18/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":303,"Cost":284,"Date":"12/20/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":422,"Cost":251,"Date":"12/20/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":442,"Cost":307,"Date":"12/21/2019"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":112,"Cost":69,"Date":"1/9/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":662,"Cost":376,"Date":"2/5/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":740,"Cost":515,"Date":"2/16/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":888,"Cost":520,"Date":"2/16/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":47,"Cost":44,"Date":"2/18/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":216,"Cost":148,"Date":"2/22/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":463,"Cost":238,"Date":"2/25/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":816,"Cost":742,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":959,"Cost":823,"Date":"4/2/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":17,"Cost":13,"Date":"4/3/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":473,"Cost":263,"Date":"4/9/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":683,"Cost":520,"Date":"4/10/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":323,"Cost":262,"Date":"4/19/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":753,"Cost":478,"Date":"5/17/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":446,"Cost":403,"Date":"5/22/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":225,"Cost":123,"Date":"6/20/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":320,"Cost":258,"Date":"7/1/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":58,"Cost":48,"Date":"7/4/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":897,"Cost":717,"Date":"7/8/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":947,"Cost":486,"Date":"7/9/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":780,"Cost":414,"Date":"7/14/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":759,"Cost":696,"Date":"7/19/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":160,"Cost":149,"Date":"8/1/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":250,"Cost":128,"Date":"8/6/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":101,"Cost":62,"Date":"8/7/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":431,"Cost":395,"Date":"8/22/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":45,"Cost":37,"Date":"8/31/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":425,"Cost":320,"Date":"9/1/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":182,"Cost":142,"Date":"9/1/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":648,"Cost":569,"Date":"9/17/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":999,"Cost":859,"Date":"9/29/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":428,"Cost":295,"Date":"11/7/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":439,"Cost":347,"Date":"11/26/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":152,"Cost":144,"Date":"11/27/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":433,"Cost":294,"Date":"12/5/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":734,"Cost":392,"Date":"12/26/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":327,"Cost":291,"Date":"12/31/2020"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":143,"Cost":119,"Date":"1/20/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":611,"Cost":331,"Date":"2/2/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":569,"Cost":488,"Date":"2/8/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":494,"Cost":400,"Date":"2/27/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":927,"Cost":504,"Date":"3/1/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":454,"Cost":375,"Date":"3/1/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":255,"Cost":203,"Date":"3/19/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":703,"Cost":399,"Date":"3/28/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":837,"Cost":535,"Date":"5/21/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":777,"Cost":725,"Date":"7/21/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":864,"Cost":571,"Date":"8/5/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":859,"Cost":645,"Date":"8/12/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":236,"Cost":134,"Date":"8/21/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":99,"Cost":67,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":987,"Cost":763,"Date":"9/3/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":910,"Cost":623,"Date":"9/5/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":383,"Cost":301,"Date":"10/6/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":638,"Cost":347,"Date":"10/19/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":516,"Cost":298,"Date":"11/15/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":612,"Cost":445,"Date":"12/8/2021"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":716,"Cost":505,"Date":"1/8/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":420,"Cost":295,"Date":"1/14/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":674,"Cost":626,"Date":"1/19/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":783,"Cost":567,"Date":"1/28/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":691,"Cost":530,"Date":"1/31/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":355,"Cost":283,"Date":"3/27/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":928,"Cost":769,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":758,"Cost":504,"Date":"4/24/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":338,"Cost":284,"Date":"4/28/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":878,"Cost":639,"Date":"5/15/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":401,"Cost":363,"Date":"5/16/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":317,"Cost":275,"Date":"5/18/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":758,"Cost":650,"Date":"6/2/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":163,"Cost":121,"Date":"6/3/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":302,"Cost":198,"Date":"6/5/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":246,"Cost":172,"Date":"6/7/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":805,"Cost":490,"Date":"6/14/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":347,"Cost":240,"Date":"6/20/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":71,"Cost":51,"Date":"6/24/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":533,"Cost":420,"Date":"7/4/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":233,"Cost":155,"Date":"7/9/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":786,"Cost":674,"Date":"7/12/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":796,"Cost":715,"Date":"8/14/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":889,"Cost":834,"Date":"8/16/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":489,"Cost":458,"Date":"8/23/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":55,"Cost":43,"Date":"9/2/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":278,"Cost":158,"Date":"9/3/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":162,"Cost":91,"Date":"9/16/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":10,"Cost":10,"Date":"10/4/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":233,"Cost":215,"Date":"11/1/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":725,"Cost":425,"Date":"11/2/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":774,"Cost":621,"Date":"12/17/2022"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":773,"Cost":719,"Date":"2/10/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":185,"Cost":136,"Date":"2/28/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":93,"Cost":50,"Date":"3/4/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":164,"Cost":151,"Date":"3/9/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":274,"Cost":158,"Date":"3/9/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":232,"Cost":174,"Date":"3/11/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":597,"Cost":530,"Date":"3/17/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":641,"Cost":494,"Date":"3/17/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":736,"Cost":385,"Date":"3/23/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":112,"Cost":71,"Date":"4/1/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":619,"Cost":533,"Date":"5/7/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":204,"Cost":152,"Date":"5/10/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":685,"Cost":344,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":857,"Cost":508,"Date":"6/2/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":545,"Cost":317,"Date":"6/11/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":150,"Cost":128,"Date":"6/16/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":676,"Cost":639,"Date":"6/16/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":971,"Cost":575,"Date":"7/10/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":388,"Cost":261,"Date":"7/11/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":11,"Cost":8,"Date":"8/28/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":138,"Cost":83,"Date":"8/29/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":349,"Cost":222,"Date":"8/31/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":191,"Cost":126,"Date":"9/8/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":675,"Cost":492,"Date":"9/13/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":401,"Cost":222,"Date":"9/14/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":729,"Cost":397,"Date":"9/19/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":38,"Cost":19,"Date":"9/25/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":216,"Cost":122,"Date":"10/4/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":759,"Cost":671,"Date":"10/10/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":745,"Cost":597,"Date":"10/17/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":58,"Cost":53,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":539,"Cost":471,"Date":"10/30/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":982,"Cost":847,"Date":"11/1/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":901,"Cost":614,"Date":"11/15/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":228,"Cost":184,"Date":"11/25/2023"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":451,"Cost":419,"Date":"1/10/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":822,"Cost":479,"Date":"1/14/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":526,"Cost":352,"Date":"1/20/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":282,"Cost":230,"Date":"2/8/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":192,"Cost":171,"Date":"2/25/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":901,"Cost":567,"Date":"3/7/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":256,"Cost":180,"Date":"3/14/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":731,"Cost":514,"Date":"3/27/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":133,"Cost":78,"Date":"4/5/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":189,"Cost":145,"Date":"4/14/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":891,"Cost":684,"Date":"5/3/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":379,"Cost":203,"Date":"5/9/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":141,"Cost":78,"Date":"5/15/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":407,"Cost":324,"Date":"5/25/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":378,"Cost":269,"Date":"5/26/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":588,"Cost":497,"Date":"5/31/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":557,"Cost":411,"Date":"7/27/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":430,"Cost":357,"Date":"9/17/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":45,"Cost":41,"Date":"10/6/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":605,"Cost":431,"Date":"10/8/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":278,"Cost":156,"Date":"10/26/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":636,"Cost":577,"Date":"11/16/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":121,"Cost":73,"Date":"11/18/2024"},{"Store":"Kyoto Station Building","Brand":"Nova","Country":"Japan","Sale":980,"Cost":801,"Date":"12/1/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":490,"Cost":314,"Date":"2/9/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":450,"Cost":391,"Date":"2/11/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":220,"Cost":133,"Date":"3/10/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":348,"Cost":279,"Date":"3/16/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":72,"Date":"3/18/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":991,"Cost":526,"Date":"3/20/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":828,"Cost":762,"Date":"3/26/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":756,"Cost":384,"Date":"6/2/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":107,"Cost":83,"Date":"6/10/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":500,"Cost":371,"Date":"6/16/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":142,"Cost":80,"Date":"6/25/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":105,"Cost":65,"Date":"7/19/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":437,"Cost":237,"Date":"7/21/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":586,"Cost":431,"Date":"7/25/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":777,"Cost":404,"Date":"8/4/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":316,"Cost":203,"Date":"9/2/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":161,"Cost":95,"Date":"9/4/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":278,"Cost":229,"Date":"9/19/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":409,"Cost":366,"Date":"9/29/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":453,"Cost":400,"Date":"10/2/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":601,"Cost":378,"Date":"10/15/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":656,"Cost":435,"Date":"10/30/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":488,"Cost":461,"Date":"11/9/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":56,"Cost":50,"Date":"11/23/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":244,"Cost":183,"Date":"11/30/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":702,"Cost":659,"Date":"12/8/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":176,"Cost":142,"Date":"12/11/2018"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":53,"Cost":45,"Date":"1/15/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":189,"Cost":99,"Date":"1/24/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":606,"Cost":470,"Date":"2/3/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":321,"Cost":162,"Date":"2/4/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":89,"Cost":78,"Date":"3/9/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":270,"Cost":176,"Date":"3/12/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":512,"Cost":482,"Date":"4/19/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":650,"Cost":326,"Date":"5/3/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":216,"Cost":121,"Date":"5/4/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":598,"Cost":540,"Date":"6/8/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":658,"Cost":492,"Date":"6/26/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":7,"Cost":7,"Date":"7/4/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":408,"Cost":332,"Date":"7/13/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":208,"Cost":188,"Date":"8/8/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":748,"Cost":635,"Date":"8/26/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":170,"Cost":123,"Date":"9/2/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":1,"Cost":1,"Date":"9/29/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":128,"Cost":101,"Date":"10/12/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":976,"Cost":595,"Date":"11/2/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":621,"Cost":527,"Date":"11/4/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":615,"Cost":559,"Date":"11/7/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":379,"Cost":195,"Date":"12/1/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":673,"Cost":354,"Date":"12/4/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":682,"Cost":491,"Date":"12/7/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":772,"Cost":414,"Date":"12/18/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":520,"Cost":312,"Date":"12/20/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":429,"Cost":271,"Date":"12/20/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":599,"Cost":353,"Date":"12/21/2019"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":191,"Cost":103,"Date":"1/9/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":281,"Cost":171,"Date":"2/5/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":537,"Cost":329,"Date":"2/16/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":972,"Cost":860,"Date":"2/16/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":77,"Cost":63,"Date":"2/18/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":751,"Cost":549,"Date":"2/22/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":487,"Cost":387,"Date":"2/25/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":392,"Cost":234,"Date":"3/8/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":440,"Cost":251,"Date":"4/2/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":487,"Cost":315,"Date":"4/3/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":835,"Cost":582,"Date":"4/9/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":319,"Cost":225,"Date":"4/10/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":581,"Cost":465,"Date":"4/19/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":738,"Cost":494,"Date":"5/17/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":366,"Cost":249,"Date":"5/22/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":604,"Cost":423,"Date":"6/20/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":979,"Cost":593,"Date":"7/1/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":695,"Cost":584,"Date":"7/4/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":782,"Cost":728,"Date":"7/8/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":24,"Cost":20,"Date":"7/9/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":819,"Cost":426,"Date":"7/14/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":574,"Cost":387,"Date":"7/19/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":272,"Cost":223,"Date":"8/1/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":342,"Date":"8/6/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":107,"Cost":74,"Date":"8/7/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":922,"Cost":570,"Date":"8/22/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":392,"Cost":221,"Date":"8/31/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":719,"Date":"9/1/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":112,"Cost":97,"Date":"9/1/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":296,"Cost":157,"Date":"9/17/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":778,"Cost":627,"Date":"9/29/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":327,"Cost":248,"Date":"11/7/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":178,"Cost":118,"Date":"11/26/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":842,"Cost":798,"Date":"11/27/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":41,"Cost":29,"Date":"12/5/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":503,"Cost":415,"Date":"12/26/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":103,"Cost":63,"Date":"12/31/2020"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":202,"Cost":122,"Date":"1/20/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":479,"Cost":411,"Date":"2/2/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":42,"Cost":38,"Date":"2/8/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":190,"Cost":149,"Date":"2/27/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":185,"Cost":93,"Date":"3/1/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":288,"Cost":156,"Date":"3/1/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":84,"Cost":49,"Date":"3/19/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":790,"Cost":400,"Date":"3/28/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":959,"Cost":664,"Date":"5/21/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":495,"Cost":400,"Date":"7/21/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":413,"Cost":379,"Date":"8/5/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":530,"Cost":396,"Date":"8/12/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":761,"Cost":660,"Date":"8/21/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":668,"Cost":461,"Date":"8/23/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":102,"Cost":68,"Date":"9/3/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":615,"Cost":382,"Date":"9/5/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":616,"Cost":477,"Date":"10/6/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":755,"Cost":691,"Date":"10/19/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":203,"Cost":163,"Date":"11/15/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":830,"Cost":713,"Date":"12/8/2021"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":480,"Cost":336,"Date":"1/8/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":552,"Cost":517,"Date":"1/14/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":694,"Cost":537,"Date":"1/19/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":275,"Cost":242,"Date":"1/28/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":343,"Cost":204,"Date":"1/31/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":5,"Cost":2,"Date":"3/27/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":831,"Cost":561,"Date":"4/20/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":868,"Cost":517,"Date":"4/24/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":611,"Cost":362,"Date":"4/28/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":550,"Date":"5/15/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":827,"Cost":714,"Date":"5/16/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":914,"Cost":726,"Date":"5/18/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":286,"Cost":187,"Date":"6/2/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":660,"Cost":556,"Date":"6/3/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":35,"Cost":20,"Date":"6/5/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":428,"Cost":343,"Date":"6/7/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":778,"Cost":421,"Date":"6/14/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":400,"Cost":231,"Date":"6/20/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":655,"Cost":590,"Date":"6/24/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":246,"Cost":154,"Date":"7/4/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":146,"Cost":92,"Date":"7/9/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":298,"Cost":240,"Date":"7/12/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":249,"Cost":203,"Date":"8/14/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":425,"Cost":395,"Date":"8/16/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":849,"Cost":492,"Date":"8/23/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":437,"Cost":233,"Date":"9/2/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":82,"Cost":73,"Date":"9/3/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":666,"Cost":564,"Date":"9/16/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":737,"Cost":462,"Date":"10/4/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":779,"Cost":635,"Date":"11/1/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":659,"Cost":338,"Date":"11/2/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":96,"Cost":65,"Date":"12/17/2022"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":313,"Cost":160,"Date":"2/10/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":428,"Cost":403,"Date":"2/28/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":390,"Cost":297,"Date":"3/4/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":776,"Cost":486,"Date":"3/9/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":470,"Cost":267,"Date":"3/9/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":570,"Cost":508,"Date":"3/11/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":66,"Cost":44,"Date":"3/17/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":397,"Cost":265,"Date":"3/17/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":395,"Cost":289,"Date":"3/23/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":43,"Cost":31,"Date":"4/1/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":901,"Cost":614,"Date":"5/7/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":282,"Cost":260,"Date":"5/10/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":934,"Cost":687,"Date":"5/20/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":176,"Cost":167,"Date":"6/2/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":311,"Cost":289,"Date":"6/11/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":991,"Cost":550,"Date":"6/16/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":69,"Cost":64,"Date":"6/16/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":998,"Cost":739,"Date":"7/10/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":756,"Cost":535,"Date":"7/11/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":621,"Cost":381,"Date":"8/28/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":393,"Cost":276,"Date":"8/29/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":527,"Cost":413,"Date":"8/31/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":345,"Cost":224,"Date":"9/8/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":798,"Cost":638,"Date":"9/13/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":176,"Cost":157,"Date":"9/14/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":398,"Cost":199,"Date":"9/19/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":645,"Cost":503,"Date":"9/25/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":836,"Cost":453,"Date":"10/4/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":423,"Cost":289,"Date":"10/10/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":959,"Cost":525,"Date":"10/17/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":546,"Cost":320,"Date":"10/28/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":18,"Cost":10,"Date":"10/30/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":661,"Cost":428,"Date":"11/1/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":325,"Cost":165,"Date":"11/15/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":789,"Cost":649,"Date":"11/25/2023"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":819,"Cost":599,"Date":"1/10/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":492,"Cost":348,"Date":"1/14/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":33,"Cost":26,"Date":"1/20/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":486,"Cost":324,"Date":"2/8/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":793,"Cost":449,"Date":"2/25/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":666,"Cost":482,"Date":"3/7/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":241,"Cost":215,"Date":"3/14/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":445,"Cost":340,"Date":"3/27/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":590,"Cost":504,"Date":"4/5/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":119,"Cost":85,"Date":"4/14/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":846,"Cost":697,"Date":"5/3/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":683,"Cost":343,"Date":"5/9/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":997,"Cost":514,"Date":"5/15/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":718,"Cost":561,"Date":"5/25/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":453,"Cost":282,"Date":"5/26/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":421,"Cost":324,"Date":"5/31/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":409,"Cost":351,"Date":"7/27/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":71,"Cost":44,"Date":"9/17/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":20,"Cost":15,"Date":"10/6/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":314,"Cost":173,"Date":"10/8/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":662,"Cost":512,"Date":"10/26/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":994,"Cost":849,"Date":"11/16/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":522,"Cost":478,"Date":"11/18/2024"},{"Store":"Kyoto Station Building","Brand":"HM Home","Country":"Japan","Sale":875,"Cost":631,"Date":"12/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":109,"Cost":66,"Date":"2/9/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":209,"Cost":114,"Date":"2/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":140,"Cost":108,"Date":"3/10/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":619,"Cost":379,"Date":"3/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":614,"Cost":581,"Date":"3/18/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":689,"Cost":365,"Date":"3/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":965,"Cost":819,"Date":"3/26/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":654,"Cost":342,"Date":"6/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":416,"Cost":374,"Date":"6/10/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":277,"Cost":245,"Date":"6/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":463,"Cost":312,"Date":"6/25/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":898,"Cost":720,"Date":"7/19/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":642,"Cost":416,"Date":"7/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":373,"Cost":266,"Date":"7/25/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":318,"Cost":179,"Date":"8/4/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":941,"Cost":727,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":864,"Cost":486,"Date":"9/4/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":509,"Cost":429,"Date":"9/19/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":832,"Cost":740,"Date":"9/29/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":552,"Cost":335,"Date":"10/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":996,"Cost":548,"Date":"10/15/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":811,"Cost":752,"Date":"10/30/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":285,"Cost":171,"Date":"11/9/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":807,"Cost":665,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":617,"Date":"11/30/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":394,"Cost":211,"Date":"12/8/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":460,"Cost":408,"Date":"12/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":110,"Cost":97,"Date":"1/15/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":268,"Cost":141,"Date":"1/24/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":419,"Cost":225,"Date":"2/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":953,"Cost":735,"Date":"2/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":483,"Cost":425,"Date":"3/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":634,"Cost":374,"Date":"3/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":339,"Cost":300,"Date":"4/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":591,"Cost":365,"Date":"5/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":711,"Cost":464,"Date":"5/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":187,"Cost":165,"Date":"6/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":444,"Cost":413,"Date":"6/26/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":888,"Cost":472,"Date":"7/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":923,"Cost":720,"Date":"7/13/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":598,"Cost":485,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":383,"Cost":333,"Date":"8/26/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":652,"Cost":359,"Date":"9/2/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":83,"Cost":58,"Date":"9/29/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":965,"Cost":540,"Date":"10/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":808,"Cost":570,"Date":"11/2/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":130,"Cost":112,"Date":"11/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":181,"Cost":159,"Date":"11/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":225,"Cost":160,"Date":"12/1/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":987,"Cost":789,"Date":"12/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":355,"Cost":282,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":655,"Cost":538,"Date":"12/18/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":1,"Cost":1,"Date":"12/20/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":928,"Cost":563,"Date":"12/20/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":361,"Cost":271,"Date":"12/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":882,"Cost":544,"Date":"1/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":934,"Cost":506,"Date":"2/5/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":310,"Cost":269,"Date":"2/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":665,"Cost":438,"Date":"2/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":135,"Cost":105,"Date":"2/18/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":231,"Cost":200,"Date":"2/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":94,"Cost":61,"Date":"2/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":545,"Cost":283,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":462,"Cost":369,"Date":"4/2/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":795,"Cost":575,"Date":"4/3/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":541,"Cost":342,"Date":"4/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":537,"Cost":439,"Date":"4/10/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":945,"Cost":492,"Date":"4/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":198,"Cost":186,"Date":"5/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":949,"Cost":484,"Date":"5/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":957,"Cost":576,"Date":"6/20/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":874,"Cost":533,"Date":"7/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":145,"Cost":78,"Date":"7/4/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":648,"Cost":377,"Date":"7/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":167,"Cost":151,"Date":"7/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":384,"Cost":255,"Date":"7/14/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":603,"Cost":413,"Date":"7/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":637,"Cost":502,"Date":"8/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":10,"Cost":8,"Date":"8/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":407,"Cost":252,"Date":"8/7/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":628,"Cost":451,"Date":"8/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":117,"Cost":97,"Date":"8/31/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":392,"Cost":222,"Date":"9/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":380,"Cost":240,"Date":"9/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":242,"Cost":208,"Date":"9/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":406,"Cost":289,"Date":"9/29/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":249,"Cost":234,"Date":"11/7/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":948,"Cost":747,"Date":"11/26/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":636,"Cost":496,"Date":"11/27/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":395,"Cost":248,"Date":"12/5/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":219,"Cost":149,"Date":"12/26/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":929,"Cost":635,"Date":"12/31/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":409,"Cost":317,"Date":"1/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":812,"Cost":699,"Date":"2/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":194,"Cost":102,"Date":"2/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":232,"Cost":145,"Date":"2/27/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":985,"Cost":683,"Date":"3/1/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":555,"Cost":482,"Date":"3/1/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":899,"Cost":685,"Date":"3/19/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":42,"Cost":27,"Date":"3/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":660,"Cost":595,"Date":"5/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":762,"Cost":425,"Date":"7/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":136,"Cost":117,"Date":"8/5/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":728,"Cost":387,"Date":"8/12/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":579,"Cost":419,"Date":"8/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":810,"Cost":743,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":69,"Cost":56,"Date":"9/3/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":182,"Cost":151,"Date":"9/5/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":107,"Cost":55,"Date":"10/6/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":22,"Cost":14,"Date":"10/19/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":649,"Cost":420,"Date":"11/15/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":877,"Cost":799,"Date":"12/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":771,"Cost":427,"Date":"1/8/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":744,"Cost":408,"Date":"1/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":793,"Cost":514,"Date":"1/19/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":812,"Cost":712,"Date":"1/28/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":749,"Cost":691,"Date":"1/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":947,"Cost":748,"Date":"3/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":989,"Cost":865,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":318,"Cost":202,"Date":"4/24/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":167,"Cost":151,"Date":"4/28/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":324,"Cost":276,"Date":"5/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":91,"Cost":61,"Date":"5/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":554,"Cost":504,"Date":"5/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":615,"Cost":415,"Date":"6/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":83,"Cost":58,"Date":"6/3/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":646,"Cost":466,"Date":"6/5/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":516,"Cost":453,"Date":"6/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":41,"Cost":32,"Date":"6/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":472,"Cost":289,"Date":"6/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":709,"Cost":494,"Date":"6/24/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":418,"Cost":395,"Date":"7/4/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":880,"Cost":610,"Date":"7/9/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":710,"Cost":567,"Date":"7/12/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":81,"Cost":42,"Date":"8/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":493,"Cost":339,"Date":"8/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":685,"Cost":447,"Date":"8/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":930,"Cost":653,"Date":"9/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":14,"Cost":8,"Date":"9/3/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":48,"Cost":36,"Date":"9/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":705,"Cost":645,"Date":"10/4/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":656,"Cost":609,"Date":"11/1/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":14,"Cost":13,"Date":"11/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":784,"Cost":567,"Date":"12/17/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":450,"Cost":362,"Date":"2/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":896,"Cost":846,"Date":"2/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":870,"Cost":783,"Date":"3/4/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":575,"Cost":362,"Date":"3/9/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":643,"Cost":414,"Date":"3/9/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":61,"Cost":41,"Date":"3/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":945,"Cost":820,"Date":"3/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":723,"Cost":584,"Date":"3/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":375,"Cost":258,"Date":"3/23/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":10,"Cost":9,"Date":"4/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":793,"Cost":481,"Date":"5/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":462,"Cost":241,"Date":"5/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":42,"Cost":31,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":488,"Cost":273,"Date":"6/2/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":187,"Cost":116,"Date":"6/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":488,"Cost":434,"Date":"6/16/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":465,"Cost":272,"Date":"6/16/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":695,"Cost":533,"Date":"7/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":31,"Cost":26,"Date":"7/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":231,"Cost":182,"Date":"8/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":252,"Cost":173,"Date":"8/29/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":145,"Cost":135,"Date":"8/31/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":592,"Cost":370,"Date":"9/8/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":775,"Cost":466,"Date":"9/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":869,"Cost":550,"Date":"9/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":938,"Cost":524,"Date":"9/19/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":795,"Cost":575,"Date":"9/25/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":449,"Cost":406,"Date":"10/4/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":806,"Cost":522,"Date":"10/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":903,"Cost":849,"Date":"10/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":718,"Cost":452,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":217,"Cost":121,"Date":"10/30/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":46,"Cost":31,"Date":"11/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":184,"Cost":152,"Date":"11/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":207,"Cost":172,"Date":"11/25/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":654,"Cost":579,"Date":"1/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":567,"Cost":287,"Date":"1/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":842,"Cost":421,"Date":"1/20/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":929,"Cost":511,"Date":"2/8/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":762,"Cost":569,"Date":"2/25/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":130,"Cost":104,"Date":"3/7/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":385,"Cost":309,"Date":"3/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":911,"Cost":515,"Date":"3/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":608,"Cost":387,"Date":"4/5/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":815,"Cost":480,"Date":"4/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":660,"Cost":338,"Date":"5/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":162,"Cost":111,"Date":"5/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":138,"Cost":86,"Date":"5/15/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":439,"Cost":256,"Date":"5/25/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":137,"Cost":127,"Date":"5/26/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":646,"Cost":587,"Date":"5/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":44,"Cost":23,"Date":"7/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":104,"Cost":62,"Date":"9/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":392,"Cost":352,"Date":"10/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":219,"Cost":196,"Date":"10/8/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":230,"Cost":178,"Date":"10/26/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":528,"Cost":373,"Date":"11/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":902,"Cost":818,"Date":"11/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"HM Home","Country":"Japan","Sale":553,"Cost":308,"Date":"12/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":467,"Cost":424,"Date":"2/9/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":626,"Cost":511,"Date":"2/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":493,"Cost":286,"Date":"3/10/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":308,"Cost":157,"Date":"3/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":624,"Cost":397,"Date":"3/18/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":991,"Cost":577,"Date":"3/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":888,"Cost":595,"Date":"3/26/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":79,"Cost":60,"Date":"6/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":358,"Cost":280,"Date":"6/10/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":354,"Cost":190,"Date":"6/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":858,"Cost":693,"Date":"6/25/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":629,"Cost":343,"Date":"7/19/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":927,"Cost":826,"Date":"7/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":35,"Cost":28,"Date":"7/25/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":944,"Cost":475,"Date":"8/4/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":316,"Cost":201,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":116,"Cost":63,"Date":"9/4/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":628,"Cost":498,"Date":"9/19/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":936,"Cost":543,"Date":"9/29/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":904,"Cost":538,"Date":"10/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":698,"Cost":590,"Date":"10/15/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":180,"Cost":152,"Date":"10/30/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":483,"Cost":353,"Date":"11/9/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":731,"Cost":626,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":880,"Cost":661,"Date":"11/30/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":838,"Cost":464,"Date":"12/8/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":147,"Cost":100,"Date":"12/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":467,"Cost":425,"Date":"1/15/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":87,"Cost":66,"Date":"1/24/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":547,"Cost":391,"Date":"2/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":765,"Cost":495,"Date":"2/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":90,"Cost":79,"Date":"3/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":769,"Cost":665,"Date":"3/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":829,"Cost":614,"Date":"4/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":314,"Cost":175,"Date":"5/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":318,"Cost":255,"Date":"5/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":626,"Cost":488,"Date":"6/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":635,"Cost":588,"Date":"6/26/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":309,"Cost":287,"Date":"7/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":733,"Cost":561,"Date":"7/13/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":647,"Cost":591,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":86,"Cost":43,"Date":"8/26/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":103,"Cost":59,"Date":"9/2/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":156,"Cost":141,"Date":"9/29/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":199,"Cost":120,"Date":"10/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":76,"Cost":41,"Date":"11/2/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":638,"Cost":572,"Date":"11/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":333,"Cost":197,"Date":"11/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":827,"Cost":485,"Date":"12/1/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":402,"Cost":255,"Date":"12/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":712,"Cost":423,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":525,"Cost":363,"Date":"12/18/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":898,"Cost":720,"Date":"12/20/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":420,"Cost":216,"Date":"12/20/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":308,"Cost":290,"Date":"12/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":297,"Cost":259,"Date":"1/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":961,"Cost":638,"Date":"2/5/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":700,"Cost":411,"Date":"2/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":277,"Cost":232,"Date":"2/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":337,"Cost":176,"Date":"2/18/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":930,"Cost":616,"Date":"2/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":72,"Cost":38,"Date":"2/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":186,"Cost":176,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":120,"Cost":107,"Date":"4/2/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":291,"Cost":267,"Date":"4/3/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":727,"Cost":644,"Date":"4/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":243,"Cost":140,"Date":"4/10/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":109,"Cost":67,"Date":"4/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":797,"Cost":716,"Date":"5/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":854,"Cost":649,"Date":"5/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":488,"Cost":453,"Date":"6/20/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":278,"Cost":249,"Date":"7/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":836,"Cost":647,"Date":"7/4/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":615,"Cost":461,"Date":"7/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":841,"Cost":751,"Date":"7/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":176,"Cost":157,"Date":"7/14/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":840,"Cost":488,"Date":"7/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":663,"Cost":498,"Date":"8/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":119,"Cost":78,"Date":"8/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":75,"Cost":64,"Date":"8/7/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":251,"Cost":226,"Date":"8/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":873,"Cost":480,"Date":"8/31/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":657,"Cost":464,"Date":"9/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":362,"Cost":188,"Date":"9/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":691,"Cost":475,"Date":"9/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":150,"Cost":113,"Date":"9/29/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":385,"Cost":304,"Date":"11/7/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":656,"Cost":408,"Date":"11/26/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":502,"Cost":444,"Date":"11/27/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":279,"Cost":140,"Date":"12/5/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":152,"Cost":110,"Date":"12/26/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":727,"Cost":599,"Date":"12/31/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":95,"Cost":64,"Date":"1/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":110,"Cost":58,"Date":"2/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":720,"Cost":588,"Date":"2/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":984,"Cost":827,"Date":"2/27/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":861,"Cost":613,"Date":"3/1/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":393,"Cost":308,"Date":"3/1/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":993,"Cost":904,"Date":"3/19/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":984,"Cost":550,"Date":"3/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":277,"Cost":255,"Date":"5/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":457,"Cost":290,"Date":"7/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":41,"Cost":21,"Date":"8/5/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":962,"Cost":795,"Date":"8/12/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":908,"Cost":458,"Date":"8/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":449,"Cost":389,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":756,"Cost":505,"Date":"9/3/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":184,"Cost":136,"Date":"9/5/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":737,"Cost":683,"Date":"10/6/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":19,"Cost":11,"Date":"10/19/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":501,"Cost":367,"Date":"11/15/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":980,"Cost":884,"Date":"12/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":261,"Cost":175,"Date":"1/8/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":991,"Cost":515,"Date":"1/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":311,"Cost":175,"Date":"1/19/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":840,"Cost":442,"Date":"1/28/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":286,"Cost":203,"Date":"1/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":267,"Cost":210,"Date":"3/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":561,"Cost":400,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":645,"Cost":434,"Date":"4/24/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":126,"Cost":68,"Date":"4/28/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":942,"Cost":629,"Date":"5/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":965,"Cost":708,"Date":"5/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":649,"Cost":414,"Date":"5/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":594,"Cost":386,"Date":"6/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":960,"Cost":590,"Date":"6/3/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":859,"Cost":551,"Date":"6/5/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":538,"Cost":325,"Date":"6/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":589,"Cost":301,"Date":"6/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":889,"Cost":798,"Date":"6/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":36,"Cost":19,"Date":"6/24/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":964,"Cost":771,"Date":"7/4/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":112,"Cost":65,"Date":"7/9/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":267,"Cost":164,"Date":"7/12/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":580,"Cost":544,"Date":"8/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":266,"Cost":228,"Date":"8/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":96,"Cost":60,"Date":"8/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":849,"Cost":795,"Date":"9/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":504,"Cost":339,"Date":"9/3/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":50,"Cost":30,"Date":"9/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":820,"Cost":528,"Date":"10/4/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":178,"Cost":107,"Date":"11/1/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":882,"Cost":589,"Date":"11/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":744,"Cost":649,"Date":"12/17/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":924,"Cost":638,"Date":"2/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":630,"Cost":322,"Date":"2/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":608,"Cost":338,"Date":"3/4/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":491,"Cost":461,"Date":"3/9/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":943,"Cost":679,"Date":"3/9/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":178,"Cost":159,"Date":"3/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":150,"Cost":84,"Date":"3/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":864,"Cost":745,"Date":"3/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":103,"Cost":62,"Date":"3/23/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":937,"Cost":499,"Date":"4/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":519,"Cost":272,"Date":"5/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":200,"Cost":157,"Date":"5/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":422,"Cost":394,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":699,"Cost":405,"Date":"6/2/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":73,"Cost":52,"Date":"6/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":852,"Cost":485,"Date":"6/16/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":762,"Cost":544,"Date":"6/16/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":596,"Cost":482,"Date":"7/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":316,"Cost":253,"Date":"7/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":996,"Cost":788,"Date":"8/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":192,"Cost":105,"Date":"8/29/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":418,"Cost":270,"Date":"8/31/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":632,"Cost":561,"Date":"9/8/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":534,"Cost":452,"Date":"9/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":569,"Cost":402,"Date":"9/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":857,"Cost":707,"Date":"9/19/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":919,"Cost":484,"Date":"9/25/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":549,"Cost":293,"Date":"10/4/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":425,"Cost":225,"Date":"10/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":268,"Cost":211,"Date":"10/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":112,"Cost":106,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":889,"Cost":839,"Date":"10/30/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":21,"Cost":11,"Date":"11/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":469,"Cost":344,"Date":"11/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":511,"Cost":276,"Date":"11/25/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":642,"Cost":484,"Date":"1/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":283,"Cost":242,"Date":"1/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":39,"Cost":21,"Date":"1/20/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":472,"Cost":277,"Date":"2/8/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":734,"Cost":546,"Date":"2/25/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":36,"Cost":20,"Date":"3/7/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":902,"Cost":693,"Date":"3/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":301,"Cost":238,"Date":"3/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":504,"Cost":457,"Date":"4/5/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":822,"Cost":569,"Date":"4/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":289,"Cost":221,"Date":"5/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":813,"Cost":533,"Date":"5/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":91,"Cost":75,"Date":"5/15/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":676,"Cost":399,"Date":"5/25/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":900,"Cost":491,"Date":"5/26/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":368,"Cost":270,"Date":"5/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":271,"Cost":136,"Date":"7/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":89,"Cost":71,"Date":"9/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":687,"Cost":599,"Date":"10/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":130,"Cost":79,"Date":"10/8/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":157,"Cost":79,"Date":"10/26/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":870,"Cost":778,"Date":"11/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":816,"Cost":590,"Date":"11/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"Sellpy","Country":"Japan","Sale":855,"Cost":736,"Date":"12/1/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":228,"Cost":136,"Date":"2/9/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":712,"Cost":399,"Date":"2/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":262,"Cost":158,"Date":"3/10/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":774,"Cost":675,"Date":"3/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":352,"Cost":252,"Date":"3/18/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":508,"Cost":403,"Date":"3/20/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":574,"Cost":333,"Date":"3/26/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":19,"Cost":17,"Date":"6/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":943,"Cost":742,"Date":"6/10/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":525,"Cost":375,"Date":"6/16/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":330,"Cost":177,"Date":"6/25/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":148,"Cost":136,"Date":"7/19/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":413,"Cost":293,"Date":"7/21/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":35,"Cost":22,"Date":"7/25/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":980,"Cost":694,"Date":"8/4/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":240,"Cost":215,"Date":"9/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":614,"Cost":540,"Date":"9/4/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":688,"Cost":596,"Date":"9/19/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":392,"Cost":295,"Date":"9/29/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":440,"Cost":284,"Date":"10/2/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":327,"Cost":210,"Date":"10/15/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":859,"Cost":726,"Date":"10/30/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":308,"Cost":226,"Date":"11/9/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":322,"Cost":238,"Date":"11/23/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":703,"Cost":449,"Date":"11/30/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":800,"Cost":450,"Date":"12/8/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":593,"Cost":330,"Date":"12/11/2018"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":409,"Cost":258,"Date":"1/15/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":545,"Cost":322,"Date":"1/24/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":881,"Cost":467,"Date":"2/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":732,"Cost":578,"Date":"2/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":978,"Cost":577,"Date":"3/9/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":529,"Cost":367,"Date":"3/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":938,"Cost":528,"Date":"4/19/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":726,"Cost":557,"Date":"5/3/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":968,"Cost":599,"Date":"5/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":338,"Cost":198,"Date":"6/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":663,"Cost":389,"Date":"6/26/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":364,"Cost":209,"Date":"7/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":84,"Cost":49,"Date":"7/13/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":664,"Cost":440,"Date":"8/8/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":823,"Cost":480,"Date":"8/26/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":515,"Cost":355,"Date":"9/2/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":472,"Cost":299,"Date":"9/29/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":918,"Cost":739,"Date":"10/12/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":54,"Cost":45,"Date":"11/2/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":628,"Cost":443,"Date":"11/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":24,"Cost":19,"Date":"11/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":624,"Date":"12/1/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":876,"Cost":633,"Date":"12/4/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":711,"Cost":532,"Date":"12/7/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":123,"Cost":87,"Date":"12/18/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":643,"Cost":500,"Date":"12/20/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":825,"Cost":634,"Date":"12/20/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":208,"Cost":160,"Date":"12/21/2019"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":583,"Cost":454,"Date":"1/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":12,"Cost":10,"Date":"2/5/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":658,"Cost":574,"Date":"2/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":85,"Cost":65,"Date":"2/16/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":533,"Cost":332,"Date":"2/18/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":975,"Cost":509,"Date":"2/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":828,"Cost":495,"Date":"2/25/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":70,"Cost":66,"Date":"3/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":373,"Cost":270,"Date":"4/2/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":556,"Cost":319,"Date":"4/3/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":48,"Cost":24,"Date":"4/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":169,"Cost":157,"Date":"4/10/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":741,"Cost":435,"Date":"4/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":448,"Cost":355,"Date":"5/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":778,"Cost":505,"Date":"5/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":25,"Cost":19,"Date":"6/20/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":248,"Cost":157,"Date":"7/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":995,"Cost":800,"Date":"7/4/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":690,"Cost":534,"Date":"7/8/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":612,"Cost":550,"Date":"7/9/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":311,"Cost":157,"Date":"7/14/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":24,"Cost":14,"Date":"7/19/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":616,"Cost":424,"Date":"8/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":180,"Cost":169,"Date":"8/6/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":413,"Cost":339,"Date":"8/7/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":493,"Cost":441,"Date":"8/22/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":576,"Cost":543,"Date":"8/31/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":981,"Cost":637,"Date":"9/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":230,"Cost":190,"Date":"9/1/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":766,"Date":"9/17/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":350,"Cost":311,"Date":"9/29/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":422,"Cost":288,"Date":"11/7/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":110,"Cost":77,"Date":"11/26/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":152,"Cost":96,"Date":"11/27/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":757,"Cost":566,"Date":"12/5/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":976,"Cost":922,"Date":"12/26/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":920,"Cost":781,"Date":"12/31/2020"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":865,"Cost":740,"Date":"1/20/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":271,"Cost":217,"Date":"2/2/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":707,"Cost":613,"Date":"2/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":231,"Cost":195,"Date":"2/27/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":247,"Cost":194,"Date":"3/1/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":443,"Cost":395,"Date":"3/1/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":941,"Cost":831,"Date":"3/19/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":192,"Cost":139,"Date":"3/28/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":481,"Cost":427,"Date":"5/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":892,"Cost":450,"Date":"7/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":496,"Cost":374,"Date":"8/5/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":378,"Cost":253,"Date":"8/12/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":421,"Cost":384,"Date":"8/21/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":235,"Cost":134,"Date":"8/23/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":653,"Cost":467,"Date":"9/3/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":901,"Cost":566,"Date":"9/5/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":737,"Cost":428,"Date":"10/6/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":365,"Cost":285,"Date":"10/19/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":966,"Cost":510,"Date":"11/15/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":76,"Cost":66,"Date":"12/8/2021"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":380,"Cost":278,"Date":"1/8/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":353,"Cost":226,"Date":"1/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":612,"Cost":572,"Date":"1/19/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":751,"Cost":531,"Date":"1/28/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":337,"Cost":219,"Date":"1/31/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":743,"Cost":375,"Date":"3/27/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":347,"Cost":324,"Date":"4/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":889,"Cost":715,"Date":"4/24/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":907,"Cost":467,"Date":"4/28/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":617,"Date":"5/15/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":611,"Cost":457,"Date":"5/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":816,"Cost":743,"Date":"5/18/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":948,"Cost":635,"Date":"6/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":145,"Cost":113,"Date":"6/3/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":597,"Cost":545,"Date":"6/5/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":313,"Cost":238,"Date":"6/7/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":120,"Cost":77,"Date":"6/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":588,"Cost":486,"Date":"6/20/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":744,"Cost":403,"Date":"6/24/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":992,"Cost":671,"Date":"7/4/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":771,"Cost":541,"Date":"7/9/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":665,"Cost":468,"Date":"7/12/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":645,"Cost":326,"Date":"8/14/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":668,"Cost":628,"Date":"8/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":967,"Cost":524,"Date":"8/23/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":350,"Cost":239,"Date":"9/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":352,"Cost":211,"Date":"9/3/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":785,"Cost":647,"Date":"9/16/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":544,"Cost":312,"Date":"10/4/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":563,"Cost":327,"Date":"11/1/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":724,"Cost":401,"Date":"11/2/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":203,"Cost":114,"Date":"12/17/2022"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":797,"Cost":682,"Date":"2/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":941,"Cost":592,"Date":"2/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":858,"Cost":792,"Date":"3/4/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":692,"Cost":486,"Date":"3/9/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":557,"Cost":478,"Date":"3/9/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":673,"Cost":414,"Date":"3/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":917,"Cost":826,"Date":"3/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":149,"Cost":82,"Date":"3/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":245,"Cost":172,"Date":"3/23/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":993,"Cost":606,"Date":"4/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":942,"Cost":691,"Date":"5/7/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":605,"Cost":479,"Date":"5/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":215,"Cost":122,"Date":"5/20/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":190,"Cost":160,"Date":"6/2/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":818,"Cost":518,"Date":"6/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":632,"Cost":386,"Date":"6/16/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":400,"Cost":211,"Date":"6/16/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":852,"Cost":512,"Date":"7/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":624,"Cost":325,"Date":"7/11/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":374,"Cost":271,"Date":"8/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":215,"Cost":171,"Date":"8/29/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":286,"Cost":171,"Date":"8/31/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":2,"Cost":1,"Date":"9/8/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":341,"Cost":181,"Date":"9/13/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":233,"Cost":144,"Date":"9/14/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":145,"Cost":129,"Date":"9/19/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":885,"Cost":692,"Date":"9/25/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":295,"Cost":162,"Date":"10/4/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":504,"Cost":323,"Date":"10/10/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":882,"Cost":650,"Date":"10/17/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":695,"Cost":641,"Date":"10/28/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":113,"Cost":79,"Date":"10/30/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":657,"Cost":337,"Date":"11/1/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":744,"Cost":386,"Date":"11/15/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":401,"Cost":319,"Date":"11/25/2023"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":992,"Cost":575,"Date":"1/10/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":328,"Cost":164,"Date":"1/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":321,"Cost":172,"Date":"1/20/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":600,"Cost":552,"Date":"2/8/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":586,"Cost":415,"Date":"2/25/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":630,"Cost":411,"Date":"3/7/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":449,"Cost":289,"Date":"3/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":920,"Cost":715,"Date":"3/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":248,"Cost":160,"Date":"4/5/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":810,"Cost":430,"Date":"4/14/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":59,"Cost":44,"Date":"5/3/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":475,"Cost":308,"Date":"5/9/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":115,"Cost":86,"Date":"5/15/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":730,"Cost":507,"Date":"5/25/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":486,"Cost":453,"Date":"5/26/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":191,"Cost":116,"Date":"5/31/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":309,"Cost":253,"Date":"7/27/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":480,"Cost":245,"Date":"9/17/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":287,"Cost":268,"Date":"10/6/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":841,"Cost":701,"Date":"10/8/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":939,"Cost":480,"Date":"10/26/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":741,"Cost":689,"Date":"11/16/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":773,"Cost":444,"Date":"11/18/2024"},{"Store":"Canal City Hakata, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":883,"Cost":678,"Date":"12/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":900,"Cost":768,"Date":"2/9/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":87,"Cost":46,"Date":"2/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":420,"Cost":321,"Date":"3/10/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":811,"Cost":714,"Date":"3/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":254,"Cost":154,"Date":"3/18/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":576,"Cost":382,"Date":"3/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":569,"Cost":425,"Date":"3/26/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":974,"Cost":507,"Date":"6/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":572,"Cost":452,"Date":"6/10/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":848,"Cost":797,"Date":"6/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":680,"Cost":517,"Date":"6/25/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":464,"Cost":294,"Date":"7/19/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":61,"Cost":55,"Date":"7/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":222,"Cost":193,"Date":"7/25/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":51,"Cost":45,"Date":"8/4/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":332,"Cost":296,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":359,"Cost":247,"Date":"9/4/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":388,"Cost":254,"Date":"9/19/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":403,"Cost":251,"Date":"9/29/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":253,"Cost":211,"Date":"10/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":20,"Cost":18,"Date":"10/15/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":850,"Cost":595,"Date":"10/30/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":833,"Cost":521,"Date":"11/9/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":184,"Cost":115,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":153,"Cost":90,"Date":"11/30/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":572,"Cost":392,"Date":"12/8/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":207,"Cost":179,"Date":"12/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":483,"Cost":431,"Date":"1/15/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":148,"Cost":110,"Date":"1/24/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":665,"Cost":622,"Date":"2/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":131,"Cost":110,"Date":"2/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":555,"Cost":360,"Date":"3/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":5,"Cost":4,"Date":"3/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":591,"Cost":334,"Date":"4/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":49,"Cost":46,"Date":"5/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":70,"Cost":52,"Date":"5/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":119,"Cost":107,"Date":"6/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":582,"Cost":401,"Date":"6/26/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":58,"Cost":29,"Date":"7/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":903,"Cost":760,"Date":"7/13/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":31,"Cost":17,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":637,"Cost":504,"Date":"8/26/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":917,"Cost":674,"Date":"9/2/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":816,"Cost":641,"Date":"9/29/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":767,"Cost":666,"Date":"10/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":756,"Cost":452,"Date":"11/2/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":440,"Cost":406,"Date":"11/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":856,"Cost":712,"Date":"11/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":661,"Cost":480,"Date":"12/1/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":691,"Cost":444,"Date":"12/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":62,"Cost":50,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":948,"Cost":505,"Date":"12/18/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":675,"Cost":414,"Date":"12/20/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":768,"Cost":424,"Date":"12/20/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":737,"Cost":586,"Date":"12/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":135,"Cost":97,"Date":"1/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":725,"Cost":559,"Date":"2/5/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":440,"Cost":268,"Date":"2/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":163,"Cost":85,"Date":"2/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":408,"Cost":215,"Date":"2/18/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":751,"Cost":657,"Date":"2/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":766,"Cost":563,"Date":"2/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":109,"Cost":101,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":395,"Cost":254,"Date":"4/2/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":393,"Cost":345,"Date":"4/3/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":705,"Cost":395,"Date":"4/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":9,"Cost":8,"Date":"4/10/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":291,"Cost":222,"Date":"4/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":550,"Cost":488,"Date":"5/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":263,"Cost":216,"Date":"5/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":191,"Cost":182,"Date":"6/20/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":88,"Cost":52,"Date":"7/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":323,"Cost":206,"Date":"7/4/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":505,"Cost":301,"Date":"7/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":248,"Cost":143,"Date":"7/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":876,"Cost":468,"Date":"7/14/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":799,"Cost":561,"Date":"7/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":368,"Cost":187,"Date":"8/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":20,"Cost":16,"Date":"8/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":707,"Cost":638,"Date":"8/7/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":682,"Cost":508,"Date":"8/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":478,"Cost":327,"Date":"8/31/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":881,"Cost":567,"Date":"9/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":569,"Cost":338,"Date":"9/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":274,"Cost":175,"Date":"9/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":360,"Cost":265,"Date":"9/29/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":869,"Cost":675,"Date":"11/7/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":720,"Cost":373,"Date":"11/26/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":932,"Cost":853,"Date":"11/27/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":707,"Cost":376,"Date":"12/5/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":260,"Cost":153,"Date":"12/26/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":506,"Cost":387,"Date":"12/31/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":752,"Cost":473,"Date":"1/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":699,"Cost":610,"Date":"2/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":861,"Cost":573,"Date":"2/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":96,"Cost":63,"Date":"2/27/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":272,"Cost":235,"Date":"3/1/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":340,"Cost":230,"Date":"3/1/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":127,"Cost":84,"Date":"3/19/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":51,"Cost":43,"Date":"3/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":129,"Cost":105,"Date":"5/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":837,"Cost":744,"Date":"7/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":623,"Cost":498,"Date":"8/5/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":401,"Cost":205,"Date":"8/12/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":415,"Cost":254,"Date":"8/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":419,"Cost":293,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":73,"Cost":52,"Date":"9/3/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":899,"Cost":554,"Date":"9/5/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":198,"Cost":120,"Date":"10/6/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":313,"Cost":180,"Date":"10/19/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":587,"Cost":419,"Date":"11/15/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":321,"Cost":249,"Date":"12/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":818,"Cost":476,"Date":"1/8/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":392,"Cost":208,"Date":"1/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":959,"Cost":520,"Date":"1/19/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":813,"Cost":601,"Date":"1/28/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":15,"Cost":13,"Date":"1/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":451,"Cost":349,"Date":"3/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":320,"Cost":285,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":3,"Cost":1,"Date":"4/24/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":562,"Cost":450,"Date":"4/28/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":616,"Cost":347,"Date":"5/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":183,"Cost":161,"Date":"5/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":953,"Cost":494,"Date":"5/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":882,"Cost":490,"Date":"6/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":249,"Cost":230,"Date":"6/3/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":932,"Cost":815,"Date":"6/5/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":302,"Cost":275,"Date":"6/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":613,"Cost":549,"Date":"6/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":231,"Cost":150,"Date":"6/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":782,"Cost":696,"Date":"6/24/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":668,"Cost":354,"Date":"7/4/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":747,"Cost":533,"Date":"7/9/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":612,"Cost":435,"Date":"7/12/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":294,"Cost":272,"Date":"8/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":263,"Cost":142,"Date":"8/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":383,"Cost":232,"Date":"8/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":711,"Cost":476,"Date":"9/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":313,"Cost":179,"Date":"9/3/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":573,"Cost":488,"Date":"9/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":216,"Cost":199,"Date":"10/4/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":389,"Cost":270,"Date":"11/1/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":401,"Cost":262,"Date":"11/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":952,"Cost":584,"Date":"12/17/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":948,"Cost":758,"Date":"2/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":78,"Cost":64,"Date":"2/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":152,"Cost":84,"Date":"3/4/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":376,"Cost":290,"Date":"3/9/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":251,"Cost":221,"Date":"3/9/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":969,"Cost":881,"Date":"3/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":509,"Cost":325,"Date":"3/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":392,"Cost":351,"Date":"3/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":668,"Cost":558,"Date":"3/23/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":276,"Cost":242,"Date":"4/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":686,"Cost":471,"Date":"5/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":659,"Cost":561,"Date":"5/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":55,"Cost":45,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":750,"Cost":391,"Date":"6/2/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":726,"Cost":554,"Date":"6/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":277,"Cost":244,"Date":"6/16/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":737,"Cost":594,"Date":"6/16/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":16,"Cost":11,"Date":"7/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":487,"Cost":442,"Date":"7/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":612,"Cost":310,"Date":"8/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":398,"Cost":349,"Date":"8/29/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":336,"Cost":190,"Date":"8/31/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":22,"Cost":11,"Date":"9/8/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":528,"Cost":369,"Date":"9/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":495,"Cost":291,"Date":"9/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":185,"Cost":154,"Date":"9/19/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":995,"Cost":752,"Date":"9/25/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":904,"Cost":569,"Date":"10/4/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":268,"Cost":230,"Date":"10/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":958,"Cost":845,"Date":"10/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":159,"Cost":149,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":145,"Cost":80,"Date":"10/30/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":291,"Cost":189,"Date":"11/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":85,"Cost":50,"Date":"11/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":868,"Cost":509,"Date":"11/25/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":182,"Cost":148,"Date":"1/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":984,"Cost":920,"Date":"1/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":784,"Cost":653,"Date":"1/20/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":928,"Cost":505,"Date":"2/8/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":317,"Cost":250,"Date":"2/25/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":3,"Cost":3,"Date":"3/7/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":330,"Cost":238,"Date":"3/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":520,"Cost":458,"Date":"3/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":651,"Cost":358,"Date":"4/5/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":149,"Cost":94,"Date":"4/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":664,"Cost":597,"Date":"5/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":719,"Cost":421,"Date":"5/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":634,"Cost":548,"Date":"5/15/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":490,"Cost":358,"Date":"5/25/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":748,"Cost":636,"Date":"5/26/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":823,"Cost":514,"Date":"5/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":8,"Cost":4,"Date":"7/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":741,"Cost":429,"Date":"9/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":66,"Cost":37,"Date":"10/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":214,"Cost":144,"Date":"10/8/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":822,"Cost":588,"Date":"10/26/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":746,"Cost":625,"Date":"11/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":397,"Cost":308,"Date":"11/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"HM","Country":"Japan","Sale":106,"Cost":85,"Date":"12/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":713,"Cost":438,"Date":"2/9/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":796,"Cost":748,"Date":"2/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":176,"Cost":121,"Date":"3/10/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":335,"Cost":250,"Date":"3/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":507,"Cost":409,"Date":"3/18/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":625,"Cost":465,"Date":"3/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":369,"Cost":316,"Date":"3/26/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":99,"Cost":67,"Date":"6/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":421,"Cost":291,"Date":"6/10/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":536,"Cost":279,"Date":"6/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":902,"Cost":636,"Date":"6/25/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":71,"Cost":59,"Date":"7/19/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":522,"Cost":408,"Date":"7/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":981,"Cost":841,"Date":"7/25/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":91,"Cost":52,"Date":"8/4/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":36,"Cost":35,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":855,"Cost":481,"Date":"9/4/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":560,"Cost":377,"Date":"9/19/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":293,"Cost":275,"Date":"9/29/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":575,"Cost":500,"Date":"10/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":54,"Cost":36,"Date":"10/15/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":743,"Cost":584,"Date":"10/30/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":305,"Cost":234,"Date":"11/9/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":998,"Cost":862,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":734,"Cost":513,"Date":"11/30/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":897,"Cost":477,"Date":"12/8/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":484,"Cost":458,"Date":"12/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":906,"Cost":492,"Date":"1/15/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":69,"Cost":51,"Date":"1/24/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":679,"Cost":475,"Date":"2/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":206,"Cost":109,"Date":"2/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":168,"Cost":94,"Date":"3/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":889,"Cost":679,"Date":"3/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":24,"Cost":14,"Date":"4/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":868,"Cost":569,"Date":"5/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":869,"Cost":553,"Date":"5/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":264,"Cost":245,"Date":"6/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":277,"Cost":146,"Date":"6/26/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":240,"Cost":143,"Date":"7/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":121,"Cost":111,"Date":"7/13/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":391,"Cost":316,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":551,"Cost":483,"Date":"8/26/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":124,"Cost":113,"Date":"9/2/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":575,"Cost":381,"Date":"9/29/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":529,"Cost":452,"Date":"10/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":47,"Cost":36,"Date":"11/2/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":708,"Cost":549,"Date":"11/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":307,"Cost":231,"Date":"11/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":125,"Cost":98,"Date":"12/1/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":386,"Cost":264,"Date":"12/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":160,"Cost":94,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":339,"Cost":211,"Date":"12/18/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":143,"Cost":75,"Date":"12/20/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":333,"Cost":213,"Date":"12/20/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":699,"Cost":624,"Date":"12/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":276,"Cost":178,"Date":"1/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":992,"Cost":675,"Date":"2/5/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":206,"Cost":103,"Date":"2/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":959,"Cost":486,"Date":"2/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":730,"Cost":634,"Date":"2/18/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":196,"Cost":159,"Date":"2/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":202,"Cost":188,"Date":"2/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":970,"Cost":506,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":472,"Cost":381,"Date":"4/2/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":869,"Cost":541,"Date":"4/3/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":158,"Cost":131,"Date":"4/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":897,"Cost":763,"Date":"4/10/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":188,"Cost":167,"Date":"4/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":908,"Cost":577,"Date":"5/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":596,"Cost":370,"Date":"5/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":504,"Cost":283,"Date":"6/20/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":418,"Cost":301,"Date":"7/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":734,"Cost":509,"Date":"7/4/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":504,"Cost":423,"Date":"7/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":459,"Cost":408,"Date":"7/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":977,"Cost":584,"Date":"7/14/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":885,"Cost":450,"Date":"7/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":491,"Cost":442,"Date":"8/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":980,"Cost":835,"Date":"8/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":767,"Cost":616,"Date":"8/7/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":439,"Cost":259,"Date":"8/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":745,"Cost":395,"Date":"8/31/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":459,"Cost":289,"Date":"9/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":985,"Cost":597,"Date":"9/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":104,"Cost":74,"Date":"9/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":992,"Cost":703,"Date":"9/29/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":940,"Cost":844,"Date":"11/7/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":918,"Cost":611,"Date":"11/26/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":902,"Cost":653,"Date":"11/27/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":131,"Cost":107,"Date":"12/5/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":373,"Cost":189,"Date":"12/26/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":132,"Cost":106,"Date":"12/31/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":748,"Cost":602,"Date":"1/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":215,"Cost":161,"Date":"2/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":889,"Cost":648,"Date":"2/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":395,"Cost":326,"Date":"2/27/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":142,"Cost":123,"Date":"3/1/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":438,"Cost":387,"Date":"3/1/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":438,"Cost":412,"Date":"3/19/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":120,"Cost":69,"Date":"3/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":276,"Cost":211,"Date":"5/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":129,"Cost":94,"Date":"7/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":188,"Cost":135,"Date":"8/5/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":487,"Cost":376,"Date":"8/12/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":547,"Cost":398,"Date":"8/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":993,"Cost":682,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":127,"Cost":90,"Date":"9/3/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":861,"Cost":810,"Date":"9/5/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":763,"Cost":453,"Date":"10/6/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":83,"Cost":46,"Date":"10/19/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":352,"Cost":186,"Date":"11/15/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":306,"Cost":263,"Date":"12/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":985,"Cost":656,"Date":"1/8/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":439,"Cost":242,"Date":"1/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":892,"Cost":498,"Date":"1/19/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":247,"Cost":212,"Date":"1/28/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":635,"Cost":586,"Date":"1/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":823,"Cost":735,"Date":"3/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":543,"Cost":377,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":463,"Cost":405,"Date":"4/24/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":786,"Cost":423,"Date":"4/28/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":998,"Cost":629,"Date":"5/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":916,"Cost":720,"Date":"5/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":301,"Cost":214,"Date":"5/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":338,"Cost":258,"Date":"6/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":246,"Cost":125,"Date":"6/3/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":1,"Cost":1,"Date":"6/5/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":22,"Cost":17,"Date":"6/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":632,"Cost":585,"Date":"6/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":665,"Cost":620,"Date":"6/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":300,"Cost":191,"Date":"6/24/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":222,"Cost":155,"Date":"7/4/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":376,"Cost":263,"Date":"7/9/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":284,"Cost":202,"Date":"7/12/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":55,"Cost":35,"Date":"8/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":649,"Cost":563,"Date":"8/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":708,"Cost":532,"Date":"8/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":188,"Cost":171,"Date":"9/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":345,"Cost":232,"Date":"9/3/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":909,"Cost":496,"Date":"9/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":73,"Cost":62,"Date":"10/4/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":96,"Cost":83,"Date":"11/1/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":787,"Cost":662,"Date":"11/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":572,"Cost":391,"Date":"12/17/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":814,"Cost":767,"Date":"2/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":249,"Cost":163,"Date":"2/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":73,"Cost":54,"Date":"3/4/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":238,"Cost":148,"Date":"3/9/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":434,"Cost":293,"Date":"3/9/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":484,"Cost":433,"Date":"3/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":188,"Cost":97,"Date":"3/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":89,"Cost":53,"Date":"3/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":757,"Cost":522,"Date":"3/23/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":482,"Cost":452,"Date":"4/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":545,"Cost":377,"Date":"5/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":904,"Cost":562,"Date":"5/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":451,"Cost":428,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":253,"Cost":230,"Date":"6/2/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":118,"Cost":81,"Date":"6/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":659,"Cost":412,"Date":"6/16/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":196,"Cost":144,"Date":"6/16/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":523,"Cost":397,"Date":"7/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":599,"Cost":544,"Date":"7/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":87,"Cost":55,"Date":"8/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":365,"Cost":317,"Date":"8/29/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":192,"Cost":132,"Date":"8/31/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":916,"Cost":522,"Date":"9/8/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":841,"Cost":595,"Date":"9/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":949,"Cost":823,"Date":"9/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":678,"Cost":453,"Date":"9/19/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":750,"Cost":605,"Date":"9/25/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":619,"Cost":309,"Date":"10/4/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":225,"Cost":116,"Date":"10/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":123,"Cost":67,"Date":"10/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":400,"Cost":363,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":53,"Cost":35,"Date":"10/30/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":32,"Cost":21,"Date":"11/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":553,"Cost":436,"Date":"11/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":786,"Cost":663,"Date":"11/25/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":151,"Cost":123,"Date":"1/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":838,"Cost":582,"Date":"1/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":538,"Cost":411,"Date":"1/20/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":388,"Cost":222,"Date":"2/8/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":262,"Cost":142,"Date":"2/25/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":822,"Cost":582,"Date":"3/7/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":632,"Cost":560,"Date":"3/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":336,"Cost":252,"Date":"3/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":404,"Cost":263,"Date":"4/5/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":780,"Cost":422,"Date":"4/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":959,"Cost":541,"Date":"5/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":751,"Cost":491,"Date":"5/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":251,"Cost":164,"Date":"5/15/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":101,"Cost":87,"Date":"5/25/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":884,"Cost":759,"Date":"5/26/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":102,"Cost":80,"Date":"5/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":480,"Cost":348,"Date":"7/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":931,"Cost":666,"Date":"9/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":853,"Cost":534,"Date":"10/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":327,"Cost":261,"Date":"10/8/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":700,"Cost":424,"Date":"10/26/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":336,"Cost":303,"Date":"11/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":74,"Cost":58,"Date":"11/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"Nova","Country":"Japan","Sale":471,"Cost":344,"Date":"12/1/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":693,"Cost":424,"Date":"2/9/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":111,"Cost":94,"Date":"2/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":569,"Cost":291,"Date":"3/10/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":314,"Cost":244,"Date":"3/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":986,"Cost":883,"Date":"3/18/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":16,"Cost":12,"Date":"3/20/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":535,"Cost":449,"Date":"3/26/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":586,"Cost":507,"Date":"6/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":857,"Cost":533,"Date":"6/10/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":300,"Cost":204,"Date":"6/16/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":422,"Cost":322,"Date":"6/25/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":165,"Cost":93,"Date":"7/19/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":809,"Cost":551,"Date":"7/21/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":624,"Cost":422,"Date":"7/25/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":523,"Cost":398,"Date":"8/4/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":234,"Cost":159,"Date":"9/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":674,"Cost":441,"Date":"9/4/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":549,"Cost":379,"Date":"9/19/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":199,"Cost":153,"Date":"9/29/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":169,"Cost":151,"Date":"10/2/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":277,"Cost":235,"Date":"10/15/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":729,"Cost":570,"Date":"10/30/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":231,"Cost":144,"Date":"11/9/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":214,"Cost":129,"Date":"11/23/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":166,"Cost":105,"Date":"11/30/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":668,"Cost":491,"Date":"12/8/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":864,"Cost":784,"Date":"12/11/2018"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":388,"Cost":299,"Date":"1/15/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":377,"Cost":283,"Date":"1/24/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":75,"Cost":51,"Date":"2/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":895,"Cost":769,"Date":"2/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":332,"Cost":262,"Date":"3/9/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":678,"Cost":604,"Date":"3/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":263,"Cost":137,"Date":"4/19/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":253,"Cost":164,"Date":"5/3/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":826,"Cost":422,"Date":"5/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":495,"Cost":382,"Date":"6/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":47,"Cost":42,"Date":"6/26/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":135,"Cost":121,"Date":"7/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":150,"Cost":98,"Date":"7/13/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":452,"Cost":311,"Date":"8/8/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":524,"Cost":449,"Date":"8/26/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":254,"Cost":130,"Date":"9/2/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":177,"Cost":111,"Date":"9/29/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":106,"Cost":85,"Date":"10/12/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":366,"Cost":254,"Date":"11/2/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":211,"Cost":135,"Date":"11/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":423,"Cost":312,"Date":"11/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":210,"Cost":105,"Date":"12/1/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":229,"Cost":126,"Date":"12/4/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":192,"Cost":137,"Date":"12/7/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":865,"Cost":546,"Date":"12/18/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":237,"Cost":167,"Date":"12/20/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":101,"Cost":84,"Date":"12/20/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":571,"Cost":392,"Date":"12/21/2019"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":737,"Cost":441,"Date":"1/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":508,"Cost":439,"Date":"2/5/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":938,"Cost":543,"Date":"2/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":475,"Cost":390,"Date":"2/16/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":837,"Cost":596,"Date":"2/18/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":663,"Cost":414,"Date":"2/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":770,"Cost":453,"Date":"2/25/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":165,"Cost":144,"Date":"3/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":809,"Cost":453,"Date":"4/2/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":153,"Cost":100,"Date":"4/3/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":279,"Cost":172,"Date":"4/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":897,"Cost":788,"Date":"4/10/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":33,"Cost":23,"Date":"4/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":302,"Cost":221,"Date":"5/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":507,"Cost":303,"Date":"5/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":722,"Cost":580,"Date":"6/20/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":183,"Cost":132,"Date":"7/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":379,"Cost":251,"Date":"7/4/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":868,"Cost":756,"Date":"7/8/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":496,"Cost":304,"Date":"7/9/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":402,"Cost":363,"Date":"7/14/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":508,"Cost":301,"Date":"7/19/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":733,"Cost":438,"Date":"8/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":149,"Cost":79,"Date":"8/6/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":471,"Cost":285,"Date":"8/7/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":637,"Cost":437,"Date":"8/22/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":671,"Cost":575,"Date":"8/31/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":142,"Cost":95,"Date":"9/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":675,"Cost":472,"Date":"9/1/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":327,"Cost":296,"Date":"9/17/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":86,"Cost":68,"Date":"9/29/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":438,"Cost":255,"Date":"11/7/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":126,"Cost":119,"Date":"11/26/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":246,"Cost":124,"Date":"11/27/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":153,"Cost":121,"Date":"12/5/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":540,"Cost":317,"Date":"12/26/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":613,"Cost":580,"Date":"12/31/2020"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":788,"Cost":646,"Date":"1/20/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":750,"Cost":493,"Date":"2/2/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":683,"Cost":501,"Date":"2/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":763,"Cost":485,"Date":"2/27/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":829,"Cost":526,"Date":"3/1/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":363,"Cost":342,"Date":"3/1/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":554,"Cost":285,"Date":"3/19/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":68,"Cost":34,"Date":"3/28/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":887,"Cost":554,"Date":"5/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":459,"Cost":299,"Date":"7/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":168,"Cost":103,"Date":"8/5/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":817,"Cost":559,"Date":"8/12/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":925,"Cost":492,"Date":"8/21/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":340,"Cost":183,"Date":"8/23/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":150,"Cost":75,"Date":"9/3/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":98,"Cost":62,"Date":"9/5/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":70,"Cost":51,"Date":"10/6/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":840,"Cost":420,"Date":"10/19/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":50,"Cost":28,"Date":"11/15/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":696,"Cost":439,"Date":"12/8/2021"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":976,"Cost":592,"Date":"1/8/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":961,"Cost":498,"Date":"1/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":416,"Cost":335,"Date":"1/19/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":848,"Cost":533,"Date":"1/28/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":71,"Cost":66,"Date":"1/31/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":86,"Cost":80,"Date":"3/27/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":552,"Cost":315,"Date":"4/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":647,"Cost":574,"Date":"4/24/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":601,"Cost":353,"Date":"4/28/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":392,"Cost":303,"Date":"5/15/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":782,"Cost":546,"Date":"5/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":987,"Cost":638,"Date":"5/18/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":845,"Cost":771,"Date":"6/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":415,"Cost":223,"Date":"6/3/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":268,"Cost":193,"Date":"6/5/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":631,"Cost":350,"Date":"6/7/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":228,"Cost":114,"Date":"6/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":156,"Cost":79,"Date":"6/20/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":186,"Cost":167,"Date":"6/24/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":280,"Cost":192,"Date":"7/4/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":554,"Cost":348,"Date":"7/9/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":131,"Cost":105,"Date":"7/12/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":224,"Cost":191,"Date":"8/14/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":431,"Cost":228,"Date":"8/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":444,"Cost":242,"Date":"8/23/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":793,"Cost":452,"Date":"9/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":636,"Cost":413,"Date":"9/3/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":554,"Cost":413,"Date":"9/16/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":156,"Cost":138,"Date":"10/4/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":433,"Cost":336,"Date":"11/1/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":846,"Cost":523,"Date":"11/2/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":940,"Cost":593,"Date":"12/17/2022"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":437,"Cost":240,"Date":"2/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":598,"Cost":498,"Date":"2/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":109,"Cost":67,"Date":"3/4/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":20,"Cost":14,"Date":"3/9/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":409,"Cost":275,"Date":"3/9/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":380,"Cost":293,"Date":"3/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":415,"Cost":343,"Date":"3/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":289,"Cost":223,"Date":"3/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":951,"Cost":645,"Date":"3/23/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":175,"Cost":149,"Date":"4/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":37,"Cost":26,"Date":"5/7/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":599,"Cost":516,"Date":"5/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":527,"Cost":438,"Date":"5/20/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":854,"Cost":459,"Date":"6/2/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":595,"Cost":535,"Date":"6/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":545,"Cost":276,"Date":"6/16/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":495,"Cost":417,"Date":"6/16/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":788,"Cost":677,"Date":"7/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":774,"Cost":660,"Date":"7/11/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":167,"Cost":110,"Date":"8/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":526,"Cost":499,"Date":"8/29/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":8,"Cost":6,"Date":"8/31/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":472,"Cost":434,"Date":"9/8/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":956,"Cost":829,"Date":"9/13/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":578,"Cost":498,"Date":"9/14/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":817,"Cost":482,"Date":"9/19/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":948,"Cost":765,"Date":"9/25/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":2,"Cost":2,"Date":"10/4/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":106,"Cost":72,"Date":"10/10/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":605,"Cost":522,"Date":"10/17/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":444,"Cost":347,"Date":"10/28/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":240,"Cost":225,"Date":"10/30/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":305,"Cost":245,"Date":"11/1/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":570,"Cost":431,"Date":"11/15/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":338,"Cost":244,"Date":"11/25/2023"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":444,"Cost":276,"Date":"1/10/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":590,"Cost":312,"Date":"1/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":307,"Cost":202,"Date":"1/20/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":848,"Cost":492,"Date":"2/8/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":935,"Cost":728,"Date":"2/25/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":958,"Cost":531,"Date":"3/7/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":629,"Cost":444,"Date":"3/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":137,"Cost":83,"Date":"3/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":185,"Cost":122,"Date":"4/5/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":975,"Cost":764,"Date":"4/14/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":464,"Cost":258,"Date":"5/3/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":167,"Cost":101,"Date":"5/9/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":759,"Cost":454,"Date":"5/15/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":105,"Cost":73,"Date":"5/25/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":485,"Cost":346,"Date":"5/26/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":232,"Cost":157,"Date":"5/31/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":619,"Cost":363,"Date":"7/27/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":846,"Cost":668,"Date":"9/17/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":803,"Cost":703,"Date":"10/6/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":88,"Cost":81,"Date":"10/8/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":721,"Cost":651,"Date":"10/26/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":663,"Cost":527,"Date":"11/16/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":978,"Cost":500,"Date":"11/18/2024"},{"Store":"Tenjin Core, Fukuoka","Brand":"ARKET","Country":"Japan","Sale":864,"Cost":461,"Date":"12/1/2024"}] \ No newline at end of file From 47df64a463256e32e57ae630c6fd1ef74daf2613 Mon Sep 17 00:00:00 2001 From: skrustev Date: Mon, 9 Dec 2024 10:23:48 +0200 Subject: [PATCH 12/15] Tweak app size and add shadow to images. --- projects/SalesGrid/angular.json | 4 ++-- .../SalesGrid/src/app/sales-grid/sales-grid.component.scss | 6 ++---- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/projects/SalesGrid/angular.json b/projects/SalesGrid/angular.json index 24055c4..c23a929 100644 --- a/projects/SalesGrid/angular.json +++ b/projects/SalesGrid/angular.json @@ -53,8 +53,8 @@ "budgets": [ { "type": "initial", - "maximumWarning": "9MB", - "maximumError": "10MB" + "maximumWarning": "11MB", + "maximumError": "12MB" }, { "type": "anyComponentStyle", diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss index dbff3ef..47e579c 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss @@ -45,12 +45,10 @@ .countryImage { height: 1rem; - margin-right: 0.3rem; + margin-right: 0.2rem; + box-shadow: var(--ig-elevation-1); } -igx-pivot-grid { - box-shadow: initial; -} igx-pivot-data-selector { border: solid 1px hsl(from var(--ig-gray-400) h s l / 1); From c6eca69b4630be32937404fc02740951575f2383 Mon Sep 17 00:00:00 2001 From: skrustev Date: Mon, 9 Dec 2024 21:23:29 +0200 Subject: [PATCH 13/15] Adjust grid according to notes. --- .../app/sales-grid/sales-grid.component.html | 10 +++---- .../app/sales-grid/sales-grid.component.scss | 4 +-- .../app/sales-grid/sales-grid.component.ts | 27 +++++++++++++++++++ 3 files changed, 34 insertions(+), 7 deletions(-) diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html index 83a772d..b0e7b0b 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html @@ -1,16 +1,16 @@
- Quick Action + Quick Actions
Brands: HM and HM Home diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss index 47e579c..8b535b0 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss @@ -44,7 +44,7 @@ } .countryImage { - height: 1rem; + height: 14px; margin-right: 0.2rem; box-shadow: var(--ig-elevation-1); } @@ -58,7 +58,7 @@ igx-pivot-data-selector { ::ng-deep { .igx-list__item-content { - padding: 0 !important; + padding: 0 8px !important; span { margin-inline-start: initial; diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts index e4679e7..ca8395b 100644 --- a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts +++ b/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts @@ -94,6 +94,33 @@ export class SalesGridComponent { aggregatorName: 'SUM', label: 'Sum' }, + aggregateList: [ + { + key: 'AVG', + aggregatorName: 'AVG', + label: 'Average' + }, + { + key: 'COUNT', + aggregatorName: 'COUNT', + label: 'Count' + }, + { + key: 'MAX', + aggregatorName: 'MAX', + label: 'Maximum' + }, + { + key: 'MIN', + aggregatorName: 'MIN', + label: 'Minimum' + }, + { + key: 'SUM', + aggregatorName: 'SUM', + label: 'Sum' + }, + ], formatter: (value, _, __) => { return this.currencyFormatter(value, 'Sale'); } From 8e22bc057ed0f693d0f31e5b46c0b02ac4b4ceec Mon Sep 17 00:00:00 2001 From: skrustev Date: Tue, 10 Dec 2024 10:57:08 +0200 Subject: [PATCH 14/15] Rename project folder to kebap case. --- projects/{SalesGrid => sales-grid}/README.md | 0 projects/{SalesGrid => sales-grid}/angular.json | 0 .../{SalesGrid => sales-grid}/ignite-ui-cli.json | 0 .../{SalesGrid => sales-grid}/package-lock.json | 0 projects/{SalesGrid => sales-grid}/package.json | 0 .../{SalesGrid => sales-grid}/public/favicon.ico | Bin .../public/flags/Australia.svg | 0 .../public/flags/Belgium.svg | 0 .../public/flags/Brazil.svg | 0 .../public/flags/Bulgaria.svg | 0 .../public/flags/Canada.svg | 0 .../public/flags/China.svg | 0 .../public/flags/Denmark.svg | 0 .../public/flags/Finland.svg | 0 .../public/flags/France.svg | 0 .../public/flags/Germany.svg | 0 .../public/flags/Greece.svg | 0 .../public/flags/India.svg | 0 .../public/flags/Italy.svg | 0 .../public/flags/Japan.svg | 0 .../public/flags/Netherlands.svg | 0 .../public/flags/Poland.svg | 0 .../public/flags/Romania.svg | 0 .../public/flags/UnitedKingdom.svg | 0 .../public/flags/UnitedStates.svg | 0 .../public/flags/Uruguay.svg | 0 .../src/app/app.component.html | 0 .../src/app/app.component.scss | 0 .../src/app/app.component.spec.ts | 0 .../src/app/app.component.ts | 0 .../src/app/app.config.server.ts | 0 .../{SalesGrid => sales-grid}/src/app/app.config.ts | 0 .../src/app/sales-grid/data/SalesData.json | 0 .../src/app/sales-grid/data/flags.json | 0 .../src/app/sales-grid/sales-grid.component.html | 0 .../src/app/sales-grid/sales-grid.component.scss | 0 .../src/app/sales-grid/sales-grid.component.spec.ts | 0 .../src/app/sales-grid/sales-grid.component.ts | 0 projects/{SalesGrid => sales-grid}/src/index.html | 0 .../{SalesGrid => sales-grid}/src/main.server.ts | 0 projects/{SalesGrid => sales-grid}/src/main.ts | 0 projects/{SalesGrid => sales-grid}/src/server.ts | 0 projects/{SalesGrid => sales-grid}/src/styles.scss | 0 .../{SalesGrid => sales-grid}/tsconfig.app.json | 0 projects/{SalesGrid => sales-grid}/tsconfig.json | 0 .../{SalesGrid => sales-grid}/tsconfig.spec.json | 0 46 files changed, 0 insertions(+), 0 deletions(-) rename projects/{SalesGrid => sales-grid}/README.md (100%) rename projects/{SalesGrid => sales-grid}/angular.json (100%) rename projects/{SalesGrid => sales-grid}/ignite-ui-cli.json (100%) rename projects/{SalesGrid => sales-grid}/package-lock.json (100%) rename projects/{SalesGrid => sales-grid}/package.json (100%) rename projects/{SalesGrid => sales-grid}/public/favicon.ico (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Australia.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Belgium.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Brazil.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Bulgaria.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Canada.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/China.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Denmark.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Finland.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/France.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Germany.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Greece.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/India.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Italy.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Japan.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Netherlands.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Poland.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Romania.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/UnitedKingdom.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/UnitedStates.svg (100%) rename projects/{SalesGrid => sales-grid}/public/flags/Uruguay.svg (100%) rename projects/{SalesGrid => sales-grid}/src/app/app.component.html (100%) rename projects/{SalesGrid => sales-grid}/src/app/app.component.scss (100%) rename projects/{SalesGrid => sales-grid}/src/app/app.component.spec.ts (100%) rename projects/{SalesGrid => sales-grid}/src/app/app.component.ts (100%) rename projects/{SalesGrid => sales-grid}/src/app/app.config.server.ts (100%) rename projects/{SalesGrid => sales-grid}/src/app/app.config.ts (100%) rename projects/{SalesGrid => sales-grid}/src/app/sales-grid/data/SalesData.json (100%) rename projects/{SalesGrid => sales-grid}/src/app/sales-grid/data/flags.json (100%) rename projects/{SalesGrid => sales-grid}/src/app/sales-grid/sales-grid.component.html (100%) rename projects/{SalesGrid => sales-grid}/src/app/sales-grid/sales-grid.component.scss (100%) rename projects/{SalesGrid => sales-grid}/src/app/sales-grid/sales-grid.component.spec.ts (100%) rename projects/{SalesGrid => sales-grid}/src/app/sales-grid/sales-grid.component.ts (100%) rename projects/{SalesGrid => sales-grid}/src/index.html (100%) rename projects/{SalesGrid => sales-grid}/src/main.server.ts (100%) rename projects/{SalesGrid => sales-grid}/src/main.ts (100%) rename projects/{SalesGrid => sales-grid}/src/server.ts (100%) rename projects/{SalesGrid => sales-grid}/src/styles.scss (100%) rename projects/{SalesGrid => sales-grid}/tsconfig.app.json (100%) rename projects/{SalesGrid => sales-grid}/tsconfig.json (100%) rename projects/{SalesGrid => sales-grid}/tsconfig.spec.json (100%) diff --git a/projects/SalesGrid/README.md b/projects/sales-grid/README.md similarity index 100% rename from projects/SalesGrid/README.md rename to projects/sales-grid/README.md diff --git a/projects/SalesGrid/angular.json b/projects/sales-grid/angular.json similarity index 100% rename from projects/SalesGrid/angular.json rename to projects/sales-grid/angular.json diff --git a/projects/SalesGrid/ignite-ui-cli.json b/projects/sales-grid/ignite-ui-cli.json similarity index 100% rename from projects/SalesGrid/ignite-ui-cli.json rename to projects/sales-grid/ignite-ui-cli.json diff --git a/projects/SalesGrid/package-lock.json b/projects/sales-grid/package-lock.json similarity index 100% rename from projects/SalesGrid/package-lock.json rename to projects/sales-grid/package-lock.json diff --git a/projects/SalesGrid/package.json b/projects/sales-grid/package.json similarity index 100% rename from projects/SalesGrid/package.json rename to projects/sales-grid/package.json diff --git a/projects/SalesGrid/public/favicon.ico b/projects/sales-grid/public/favicon.ico similarity index 100% rename from projects/SalesGrid/public/favicon.ico rename to projects/sales-grid/public/favicon.ico diff --git a/projects/SalesGrid/public/flags/Australia.svg b/projects/sales-grid/public/flags/Australia.svg similarity index 100% rename from projects/SalesGrid/public/flags/Australia.svg rename to projects/sales-grid/public/flags/Australia.svg diff --git a/projects/SalesGrid/public/flags/Belgium.svg b/projects/sales-grid/public/flags/Belgium.svg similarity index 100% rename from projects/SalesGrid/public/flags/Belgium.svg rename to projects/sales-grid/public/flags/Belgium.svg diff --git a/projects/SalesGrid/public/flags/Brazil.svg b/projects/sales-grid/public/flags/Brazil.svg similarity index 100% rename from projects/SalesGrid/public/flags/Brazil.svg rename to projects/sales-grid/public/flags/Brazil.svg diff --git a/projects/SalesGrid/public/flags/Bulgaria.svg b/projects/sales-grid/public/flags/Bulgaria.svg similarity index 100% rename from projects/SalesGrid/public/flags/Bulgaria.svg rename to projects/sales-grid/public/flags/Bulgaria.svg diff --git a/projects/SalesGrid/public/flags/Canada.svg b/projects/sales-grid/public/flags/Canada.svg similarity index 100% rename from projects/SalesGrid/public/flags/Canada.svg rename to projects/sales-grid/public/flags/Canada.svg diff --git a/projects/SalesGrid/public/flags/China.svg b/projects/sales-grid/public/flags/China.svg similarity index 100% rename from projects/SalesGrid/public/flags/China.svg rename to projects/sales-grid/public/flags/China.svg diff --git a/projects/SalesGrid/public/flags/Denmark.svg b/projects/sales-grid/public/flags/Denmark.svg similarity index 100% rename from projects/SalesGrid/public/flags/Denmark.svg rename to projects/sales-grid/public/flags/Denmark.svg diff --git a/projects/SalesGrid/public/flags/Finland.svg b/projects/sales-grid/public/flags/Finland.svg similarity index 100% rename from projects/SalesGrid/public/flags/Finland.svg rename to projects/sales-grid/public/flags/Finland.svg diff --git a/projects/SalesGrid/public/flags/France.svg b/projects/sales-grid/public/flags/France.svg similarity index 100% rename from projects/SalesGrid/public/flags/France.svg rename to projects/sales-grid/public/flags/France.svg diff --git a/projects/SalesGrid/public/flags/Germany.svg b/projects/sales-grid/public/flags/Germany.svg similarity index 100% rename from projects/SalesGrid/public/flags/Germany.svg rename to projects/sales-grid/public/flags/Germany.svg diff --git a/projects/SalesGrid/public/flags/Greece.svg b/projects/sales-grid/public/flags/Greece.svg similarity index 100% rename from projects/SalesGrid/public/flags/Greece.svg rename to projects/sales-grid/public/flags/Greece.svg diff --git a/projects/SalesGrid/public/flags/India.svg b/projects/sales-grid/public/flags/India.svg similarity index 100% rename from projects/SalesGrid/public/flags/India.svg rename to projects/sales-grid/public/flags/India.svg diff --git a/projects/SalesGrid/public/flags/Italy.svg b/projects/sales-grid/public/flags/Italy.svg similarity index 100% rename from projects/SalesGrid/public/flags/Italy.svg rename to projects/sales-grid/public/flags/Italy.svg diff --git a/projects/SalesGrid/public/flags/Japan.svg b/projects/sales-grid/public/flags/Japan.svg similarity index 100% rename from projects/SalesGrid/public/flags/Japan.svg rename to projects/sales-grid/public/flags/Japan.svg diff --git a/projects/SalesGrid/public/flags/Netherlands.svg b/projects/sales-grid/public/flags/Netherlands.svg similarity index 100% rename from projects/SalesGrid/public/flags/Netherlands.svg rename to projects/sales-grid/public/flags/Netherlands.svg diff --git a/projects/SalesGrid/public/flags/Poland.svg b/projects/sales-grid/public/flags/Poland.svg similarity index 100% rename from projects/SalesGrid/public/flags/Poland.svg rename to projects/sales-grid/public/flags/Poland.svg diff --git a/projects/SalesGrid/public/flags/Romania.svg b/projects/sales-grid/public/flags/Romania.svg similarity index 100% rename from projects/SalesGrid/public/flags/Romania.svg rename to projects/sales-grid/public/flags/Romania.svg diff --git a/projects/SalesGrid/public/flags/UnitedKingdom.svg b/projects/sales-grid/public/flags/UnitedKingdom.svg similarity index 100% rename from projects/SalesGrid/public/flags/UnitedKingdom.svg rename to projects/sales-grid/public/flags/UnitedKingdom.svg diff --git a/projects/SalesGrid/public/flags/UnitedStates.svg b/projects/sales-grid/public/flags/UnitedStates.svg similarity index 100% rename from projects/SalesGrid/public/flags/UnitedStates.svg rename to projects/sales-grid/public/flags/UnitedStates.svg diff --git a/projects/SalesGrid/public/flags/Uruguay.svg b/projects/sales-grid/public/flags/Uruguay.svg similarity index 100% rename from projects/SalesGrid/public/flags/Uruguay.svg rename to projects/sales-grid/public/flags/Uruguay.svg diff --git a/projects/SalesGrid/src/app/app.component.html b/projects/sales-grid/src/app/app.component.html similarity index 100% rename from projects/SalesGrid/src/app/app.component.html rename to projects/sales-grid/src/app/app.component.html diff --git a/projects/SalesGrid/src/app/app.component.scss b/projects/sales-grid/src/app/app.component.scss similarity index 100% rename from projects/SalesGrid/src/app/app.component.scss rename to projects/sales-grid/src/app/app.component.scss diff --git a/projects/SalesGrid/src/app/app.component.spec.ts b/projects/sales-grid/src/app/app.component.spec.ts similarity index 100% rename from projects/SalesGrid/src/app/app.component.spec.ts rename to projects/sales-grid/src/app/app.component.spec.ts diff --git a/projects/SalesGrid/src/app/app.component.ts b/projects/sales-grid/src/app/app.component.ts similarity index 100% rename from projects/SalesGrid/src/app/app.component.ts rename to projects/sales-grid/src/app/app.component.ts diff --git a/projects/SalesGrid/src/app/app.config.server.ts b/projects/sales-grid/src/app/app.config.server.ts similarity index 100% rename from projects/SalesGrid/src/app/app.config.server.ts rename to projects/sales-grid/src/app/app.config.server.ts diff --git a/projects/SalesGrid/src/app/app.config.ts b/projects/sales-grid/src/app/app.config.ts similarity index 100% rename from projects/SalesGrid/src/app/app.config.ts rename to projects/sales-grid/src/app/app.config.ts diff --git a/projects/SalesGrid/src/app/sales-grid/data/SalesData.json b/projects/sales-grid/src/app/sales-grid/data/SalesData.json similarity index 100% rename from projects/SalesGrid/src/app/sales-grid/data/SalesData.json rename to projects/sales-grid/src/app/sales-grid/data/SalesData.json diff --git a/projects/SalesGrid/src/app/sales-grid/data/flags.json b/projects/sales-grid/src/app/sales-grid/data/flags.json similarity index 100% rename from projects/SalesGrid/src/app/sales-grid/data/flags.json rename to projects/sales-grid/src/app/sales-grid/data/flags.json diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.html b/projects/sales-grid/src/app/sales-grid/sales-grid.component.html similarity index 100% rename from projects/SalesGrid/src/app/sales-grid/sales-grid.component.html rename to projects/sales-grid/src/app/sales-grid/sales-grid.component.html diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss b/projects/sales-grid/src/app/sales-grid/sales-grid.component.scss similarity index 100% rename from projects/SalesGrid/src/app/sales-grid/sales-grid.component.scss rename to projects/sales-grid/src/app/sales-grid/sales-grid.component.scss diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.spec.ts b/projects/sales-grid/src/app/sales-grid/sales-grid.component.spec.ts similarity index 100% rename from projects/SalesGrid/src/app/sales-grid/sales-grid.component.spec.ts rename to projects/sales-grid/src/app/sales-grid/sales-grid.component.spec.ts diff --git a/projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts b/projects/sales-grid/src/app/sales-grid/sales-grid.component.ts similarity index 100% rename from projects/SalesGrid/src/app/sales-grid/sales-grid.component.ts rename to projects/sales-grid/src/app/sales-grid/sales-grid.component.ts diff --git a/projects/SalesGrid/src/index.html b/projects/sales-grid/src/index.html similarity index 100% rename from projects/SalesGrid/src/index.html rename to projects/sales-grid/src/index.html diff --git a/projects/SalesGrid/src/main.server.ts b/projects/sales-grid/src/main.server.ts similarity index 100% rename from projects/SalesGrid/src/main.server.ts rename to projects/sales-grid/src/main.server.ts diff --git a/projects/SalesGrid/src/main.ts b/projects/sales-grid/src/main.ts similarity index 100% rename from projects/SalesGrid/src/main.ts rename to projects/sales-grid/src/main.ts diff --git a/projects/SalesGrid/src/server.ts b/projects/sales-grid/src/server.ts similarity index 100% rename from projects/SalesGrid/src/server.ts rename to projects/sales-grid/src/server.ts diff --git a/projects/SalesGrid/src/styles.scss b/projects/sales-grid/src/styles.scss similarity index 100% rename from projects/SalesGrid/src/styles.scss rename to projects/sales-grid/src/styles.scss diff --git a/projects/SalesGrid/tsconfig.app.json b/projects/sales-grid/tsconfig.app.json similarity index 100% rename from projects/SalesGrid/tsconfig.app.json rename to projects/sales-grid/tsconfig.app.json diff --git a/projects/SalesGrid/tsconfig.json b/projects/sales-grid/tsconfig.json similarity index 100% rename from projects/SalesGrid/tsconfig.json rename to projects/sales-grid/tsconfig.json diff --git a/projects/SalesGrid/tsconfig.spec.json b/projects/sales-grid/tsconfig.spec.json similarity index 100% rename from projects/SalesGrid/tsconfig.spec.json rename to projects/sales-grid/tsconfig.spec.json From b4a6adf693e69186aab827a1427699c28d366a27 Mon Sep 17 00:00:00 2001 From: skrustev Date: Wed, 11 Dec 2024 11:02:50 +0200 Subject: [PATCH 15/15] Tweak image styling based on notes. --- .../sales-grid/src/app/sales-grid/sales-grid.component.scss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/projects/sales-grid/src/app/sales-grid/sales-grid.component.scss b/projects/sales-grid/src/app/sales-grid/sales-grid.component.scss index 8b535b0..32cd2fe 100644 --- a/projects/sales-grid/src/app/sales-grid/sales-grid.component.scss +++ b/projects/sales-grid/src/app/sales-grid/sales-grid.component.scss @@ -45,8 +45,7 @@ .countryImage { height: 14px; - margin-right: 0.2rem; - box-shadow: var(--ig-elevation-1); + margin-right: 4px; }